robopark 3.1.2 → 3.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/README.md +15 -5
  2. package/dist/robopark/frontend-service.js +80 -0
  3. package/dist/robopark/serve.js +2 -2
  4. package/dist/robopark/standalone.js +30 -8
  5. package/package.json +34 -3
  6. package/ui/ROBOVOICE_BUILD.json +9 -0
  7. package/ui/standalone/.next/BUILD_ID +1 -0
  8. package/ui/standalone/.next/app-build-manifest.json +391 -0
  9. package/ui/standalone/.next/app-path-routes-manifest.json +55 -0
  10. package/ui/standalone/.next/build-manifest.json +33 -0
  11. package/ui/standalone/.next/package.json +1 -0
  12. package/ui/standalone/.next/prerender-manifest.json +41 -0
  13. package/ui/standalone/.next/react-loadable-manifest.json +14 -0
  14. package/ui/standalone/.next/required-server-files.json +362 -0
  15. package/ui/standalone/.next/routes-manifest.json +246 -0
  16. package/ui/standalone/.next/server/app/(app)/opengraph-image-xg4ifa/route.js +1 -0
  17. package/ui/standalone/.next/server/app/(app)/opengraph-image-xg4ifa/route.js.nft.json +1 -0
  18. package/ui/standalone/.next/server/app/(app)/opengraph-image-xg4ifa/route_client-reference-manifest.js +1 -0
  19. package/ui/standalone/.next/server/app/(app)/page.js +2 -0
  20. package/ui/standalone/.next/server/app/(app)/page.js.nft.json +1 -0
  21. package/ui/standalone/.next/server/app/(app)/page_client-reference-manifest.js +1 -0
  22. package/ui/standalone/.next/server/app/(app)/voice/page.js +12 -0
  23. package/ui/standalone/.next/server/app/(app)/voice/page.js.nft.json +1 -0
  24. package/ui/standalone/.next/server/app/(app)/voice/page_client-reference-manifest.js +1 -0
  25. package/ui/standalone/.next/server/app/_not-found/page.js +12 -0
  26. package/ui/standalone/.next/server/app/_not-found/page.js.nft.json +1 -0
  27. package/ui/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  28. package/ui/standalone/.next/server/app/api/connection-details/route.js +1 -0
  29. package/ui/standalone/.next/server/app/api/connection-details/route.js.nft.json +1 -0
  30. package/ui/standalone/.next/server/app/api/connection-details/route_client-reference-manifest.js +1 -0
  31. package/ui/standalone/.next/server/app/api/device-character/route.js +1 -0
  32. package/ui/standalone/.next/server/app/api/device-character/route.js.nft.json +1 -0
  33. package/ui/standalone/.next/server/app/api/device-character/route_client-reference-manifest.js +1 -0
  34. package/ui/standalone/.next/server/app/api/download-piper-model/route.js +1 -0
  35. package/ui/standalone/.next/server/app/api/download-piper-model/route.js.nft.json +1 -0
  36. package/ui/standalone/.next/server/app/api/download-piper-model/route_client-reference-manifest.js +1 -0
  37. package/ui/standalone/.next/server/app/api/model-status/route.js +1 -0
  38. package/ui/standalone/.next/server/app/api/model-status/route.js.nft.json +1 -0
  39. package/ui/standalone/.next/server/app/api/model-status/route_client-reference-manifest.js +1 -0
  40. package/ui/standalone/.next/server/app/api/models/route.js +1 -0
  41. package/ui/standalone/.next/server/app/api/models/route.js.nft.json +1 -0
  42. package/ui/standalone/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  43. package/ui/standalone/.next/server/app/api/prewarm/route.js +1 -0
  44. package/ui/standalone/.next/server/app/api/prewarm/route.js.nft.json +1 -0
  45. package/ui/standalone/.next/server/app/api/prewarm/route_client-reference-manifest.js +1 -0
  46. package/ui/standalone/.next/server/app/api/prompt/route.js +1 -0
  47. package/ui/standalone/.next/server/app/api/prompt/route.js.nft.json +1 -0
  48. package/ui/standalone/.next/server/app/api/prompt/route_client-reference-manifest.js +1 -0
  49. package/ui/standalone/.next/server/app/api/reload-tools/route.js +1 -0
  50. package/ui/standalone/.next/server/app/api/reload-tools/route.js.nft.json +1 -0
  51. package/ui/standalone/.next/server/app/api/reload-tools/route_client-reference-manifest.js +1 -0
  52. package/ui/standalone/.next/server/app/api/robopark/camera-token/route.js +1 -0
  53. package/ui/standalone/.next/server/app/api/robopark/camera-token/route.js.nft.json +1 -0
  54. package/ui/standalone/.next/server/app/api/robopark/camera-token/route_client-reference-manifest.js +1 -0
  55. package/ui/standalone/.next/server/app/api/robopark/character-ai/route.js +1 -0
  56. package/ui/standalone/.next/server/app/api/robopark/character-ai/route.js.nft.json +1 -0
  57. package/ui/standalone/.next/server/app/api/robopark/character-ai/route_client-reference-manifest.js +1 -0
  58. package/ui/standalone/.next/server/app/api/robopark/device-access/route.js +1 -0
  59. package/ui/standalone/.next/server/app/api/robopark/device-access/route.js.nft.json +1 -0
  60. package/ui/standalone/.next/server/app/api/robopark/device-access/route_client-reference-manifest.js +1 -0
  61. package/ui/standalone/.next/server/app/api/robopark/devices/[deviceId]/control/route.js +1 -0
  62. package/ui/standalone/.next/server/app/api/robopark/devices/[deviceId]/control/route.js.nft.json +1 -0
  63. package/ui/standalone/.next/server/app/api/robopark/devices/[deviceId]/control/route_client-reference-manifest.js +1 -0
  64. package/ui/standalone/.next/server/app/api/robopark/live-rooms/route.js +1 -0
  65. package/ui/standalone/.next/server/app/api/robopark/live-rooms/route.js.nft.json +1 -0
  66. package/ui/standalone/.next/server/app/api/robopark/live-rooms/route_client-reference-manifest.js +1 -0
  67. package/ui/standalone/.next/server/app/api/robopark/monitor-token/route.js +1 -0
  68. package/ui/standalone/.next/server/app/api/robopark/monitor-token/route.js.nft.json +1 -0
  69. package/ui/standalone/.next/server/app/api/robopark/monitor-token/route_client-reference-manifest.js +1 -0
  70. package/ui/standalone/.next/server/app/api/robopark/robots/[robotId]/operations/route.js +1 -0
  71. package/ui/standalone/.next/server/app/api/robopark/robots/[robotId]/operations/route.js.nft.json +1 -0
  72. package/ui/standalone/.next/server/app/api/robopark/robots/[robotId]/operations/route_client-reference-manifest.js +1 -0
  73. package/ui/standalone/.next/server/app/api/robopark/robots/[robotId]/voice-engine/route.js +1 -0
  74. package/ui/standalone/.next/server/app/api/robopark/robots/[robotId]/voice-engine/route.js.nft.json +1 -0
  75. package/ui/standalone/.next/server/app/api/robopark/robots/[robotId]/voice-engine/route_client-reference-manifest.js +1 -0
  76. package/ui/standalone/.next/server/app/api/robopark/robots/route.js +1 -0
  77. package/ui/standalone/.next/server/app/api/robopark/robots/route.js.nft.json +1 -0
  78. package/ui/standalone/.next/server/app/api/robopark/robots/route_client-reference-manifest.js +1 -0
  79. package/ui/standalone/.next/server/app/api/robopark/servers/[serverId]/metrics/route.js +1 -0
  80. package/ui/standalone/.next/server/app/api/robopark/servers/[serverId]/metrics/route.js.nft.json +1 -0
  81. package/ui/standalone/.next/server/app/api/robopark/servers/[serverId]/metrics/route_client-reference-manifest.js +1 -0
  82. package/ui/standalone/.next/server/app/api/robopark/servers/[serverId]/route.js +1 -0
  83. package/ui/standalone/.next/server/app/api/robopark/servers/[serverId]/route.js.nft.json +1 -0
  84. package/ui/standalone/.next/server/app/api/robopark/servers/[serverId]/route_client-reference-manifest.js +1 -0
  85. package/ui/standalone/.next/server/app/api/robopark/servers/route.js +1 -0
  86. package/ui/standalone/.next/server/app/api/robopark/servers/route.js.nft.json +1 -0
  87. package/ui/standalone/.next/server/app/api/robopark/servers/route_client-reference-manifest.js +1 -0
  88. package/ui/standalone/.next/server/app/api/robopark/sessions/[sessionId]/end/route.js +1 -0
  89. package/ui/standalone/.next/server/app/api/robopark/sessions/[sessionId]/end/route.js.nft.json +1 -0
  90. package/ui/standalone/.next/server/app/api/robopark/sessions/[sessionId]/end/route_client-reference-manifest.js +1 -0
  91. package/ui/standalone/.next/server/app/api/robopark/sessions/route.js +1 -0
  92. package/ui/standalone/.next/server/app/api/robopark/sessions/route.js.nft.json +1 -0
  93. package/ui/standalone/.next/server/app/api/robopark/sessions/route_client-reference-manifest.js +1 -0
  94. package/ui/standalone/.next/server/app/api/robopark/transcripts/[sessionId]/route.js +1 -0
  95. package/ui/standalone/.next/server/app/api/robopark/transcripts/[sessionId]/route.js.nft.json +1 -0
  96. package/ui/standalone/.next/server/app/api/robopark/transcripts/[sessionId]/route_client-reference-manifest.js +1 -0
  97. package/ui/standalone/.next/server/app/api/robopark/transcripts/route.js +1 -0
  98. package/ui/standalone/.next/server/app/api/robopark/transcripts/route.js.nft.json +1 -0
  99. package/ui/standalone/.next/server/app/api/robopark/transcripts/route_client-reference-manifest.js +1 -0
  100. package/ui/standalone/.next/server/app/api/robovoice/robots/[robotId]/media-health/route.js +1 -0
  101. package/ui/standalone/.next/server/app/api/robovoice/robots/[robotId]/media-health/route.js.nft.json +1 -0
  102. package/ui/standalone/.next/server/app/api/robovoice/robots/[robotId]/media-health/route_client-reference-manifest.js +1 -0
  103. package/ui/standalone/.next/server/app/api/settings/route.js +1 -0
  104. package/ui/standalone/.next/server/app/api/settings/route.js.nft.json +1 -0
  105. package/ui/standalone/.next/server/app/api/settings/route_client-reference-manifest.js +1 -0
  106. package/ui/standalone/.next/server/app/api/setup/complete/route.js +1 -0
  107. package/ui/standalone/.next/server/app/api/setup/complete/route.js.nft.json +1 -0
  108. package/ui/standalone/.next/server/app/api/setup/complete/route_client-reference-manifest.js +1 -0
  109. package/ui/standalone/.next/server/app/api/setup/status/route.js +1 -0
  110. package/ui/standalone/.next/server/app/api/setup/status/route.js.nft.json +1 -0
  111. package/ui/standalone/.next/server/app/api/setup/status/route_client-reference-manifest.js +1 -0
  112. package/ui/standalone/.next/server/app/api/setup/test-groq/route.js +1 -0
  113. package/ui/standalone/.next/server/app/api/setup/test-groq/route.js.nft.json +1 -0
  114. package/ui/standalone/.next/server/app/api/setup/test-groq/route_client-reference-manifest.js +1 -0
  115. package/ui/standalone/.next/server/app/api/setup/test-hass/route.js +1 -0
  116. package/ui/standalone/.next/server/app/api/setup/test-hass/route.js.nft.json +1 -0
  117. package/ui/standalone/.next/server/app/api/setup/test-hass/route_client-reference-manifest.js +1 -0
  118. package/ui/standalone/.next/server/app/api/setup/test-n8n/route.js +1 -0
  119. package/ui/standalone/.next/server/app/api/setup/test-n8n/route.js.nft.json +1 -0
  120. package/ui/standalone/.next/server/app/api/setup/test-n8n/route_client-reference-manifest.js +1 -0
  121. package/ui/standalone/.next/server/app/api/setup/test-ollama/route.js +1 -0
  122. package/ui/standalone/.next/server/app/api/setup/test-ollama/route.js.nft.json +1 -0
  123. package/ui/standalone/.next/server/app/api/setup/test-ollama/route_client-reference-manifest.js +1 -0
  124. package/ui/standalone/.next/server/app/api/test-tts/route.js +1 -0
  125. package/ui/standalone/.next/server/app/api/test-tts/route.js.nft.json +1 -0
  126. package/ui/standalone/.next/server/app/api/test-tts/route_client-reference-manifest.js +1 -0
  127. package/ui/standalone/.next/server/app/api/turn-credentials/route.js +1 -0
  128. package/ui/standalone/.next/server/app/api/turn-credentials/route.js.nft.json +1 -0
  129. package/ui/standalone/.next/server/app/api/turn-credentials/route_client-reference-manifest.js +1 -0
  130. package/ui/standalone/.next/server/app/api/voices/route.js +1 -0
  131. package/ui/standalone/.next/server/app/api/voices/route.js.nft.json +1 -0
  132. package/ui/standalone/.next/server/app/api/voices/route_client-reference-manifest.js +1 -0
  133. package/ui/standalone/.next/server/app/api/wake/route.js +1 -0
  134. package/ui/standalone/.next/server/app/api/wake/route.js.nft.json +1 -0
  135. package/ui/standalone/.next/server/app/api/wake/route_client-reference-manifest.js +1 -0
  136. package/ui/standalone/.next/server/app/api/wake-word/models/route.js +1 -0
  137. package/ui/standalone/.next/server/app/api/wake-word/models/route.js.nft.json +1 -0
  138. package/ui/standalone/.next/server/app/api/wake-word/models/route_client-reference-manifest.js +1 -0
  139. package/ui/standalone/.next/server/app/api/wake-word/status/route.js +1 -0
  140. package/ui/standalone/.next/server/app/api/wake-word/status/route.js.nft.json +1 -0
  141. package/ui/standalone/.next/server/app/api/wake-word/status/route_client-reference-manifest.js +1 -0
  142. package/ui/standalone/.next/server/app/api/wake-word/upload/route.js +1 -0
  143. package/ui/standalone/.next/server/app/api/wake-word/upload/route.js.nft.json +1 -0
  144. package/ui/standalone/.next/server/app/api/wake-word/upload/route_client-reference-manifest.js +1 -0
  145. package/ui/standalone/.next/server/app/favicon.ico/route.js +1 -0
  146. package/ui/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  147. package/ui/standalone/.next/server/app/favicon.ico.body +0 -0
  148. package/ui/standalone/.next/server/app/favicon.ico.meta +1 -0
  149. package/ui/standalone/.next/server/app/fed/[...path]/route.js +4 -0
  150. package/ui/standalone/.next/server/app/fed/[...path]/route.js.nft.json +1 -0
  151. package/ui/standalone/.next/server/app/fed/[...path]/route_client-reference-manifest.js +1 -0
  152. package/ui/standalone/.next/server/app/fed/media/robots/[robotId]/video_feed/route.js +1 -0
  153. package/ui/standalone/.next/server/app/fed/media/robots/[robotId]/video_feed/route.js.nft.json +1 -0
  154. package/ui/standalone/.next/server/app/fed/media/robots/[robotId]/video_feed/route_client-reference-manifest.js +1 -0
  155. package/ui/standalone/.next/server/app/robopark/[...path]/route.js +1 -0
  156. package/ui/standalone/.next/server/app/robopark/[...path]/route.js.nft.json +1 -0
  157. package/ui/standalone/.next/server/app/robopark/[...path]/route_client-reference-manifest.js +1 -0
  158. package/ui/standalone/.next/server/app/robopark/api/[...path]/route.js +1 -0
  159. package/ui/standalone/.next/server/app/robopark/api/[...path]/route.js.nft.json +1 -0
  160. package/ui/standalone/.next/server/app/robopark/api/[...path]/route_client-reference-manifest.js +1 -0
  161. package/ui/standalone/.next/server/app/robopark/api/robots/[robotId]/stream/route.js +1 -0
  162. package/ui/standalone/.next/server/app/robopark/api/robots/[robotId]/stream/route.js.nft.json +1 -0
  163. package/ui/standalone/.next/server/app/robopark/api/robots/[robotId]/stream/route_client-reference-manifest.js +1 -0
  164. package/ui/standalone/.next/server/app/robopark/page.js +2 -0
  165. package/ui/standalone/.next/server/app/robopark/page.js.nft.json +1 -0
  166. package/ui/standalone/.next/server/app/robopark/page_client-reference-manifest.js +1 -0
  167. package/ui/standalone/.next/server/app/tailnet/route.js +1 -0
  168. package/ui/standalone/.next/server/app/tailnet/route.js.nft.json +1 -0
  169. package/ui/standalone/.next/server/app/tailnet/route_client-reference-manifest.js +1 -0
  170. package/ui/standalone/.next/server/app/vendor/livekit-client.umd.js/route.js +1 -0
  171. package/ui/standalone/.next/server/app/vendor/livekit-client.umd.js/route.js.nft.json +1 -0
  172. package/ui/standalone/.next/server/app/vendor/livekit-client.umd.js/route_client-reference-manifest.js +1 -0
  173. package/ui/standalone/.next/server/app/voice-tester/page.js +2 -0
  174. package/ui/standalone/.next/server/app/voice-tester/page.js.nft.json +1 -0
  175. package/ui/standalone/.next/server/app/voice-tester/page_client-reference-manifest.js +1 -0
  176. package/ui/standalone/.next/server/app-paths-manifest.json +55 -0
  177. package/ui/standalone/.next/server/chunks/1428.js +1 -0
  178. package/ui/standalone/.next/server/chunks/1692.js +1 -0
  179. package/ui/standalone/.next/server/chunks/37.js +1 -0
  180. package/ui/standalone/.next/server/chunks/4876.js +1 -0
  181. package/ui/standalone/.next/server/chunks/5232.js +9 -0
  182. package/ui/standalone/.next/server/chunks/5455.js +11 -0
  183. package/ui/standalone/.next/server/chunks/5611.js +6 -0
  184. package/ui/standalone/.next/server/chunks/5873.js +22 -0
  185. package/ui/standalone/.next/server/chunks/6018.js +1 -0
  186. package/ui/standalone/.next/server/chunks/8755.js +1 -0
  187. package/ui/standalone/.next/server/chunks/9077.js +11 -0
  188. package/ui/standalone/.next/server/functions-config-manifest.json +9 -0
  189. package/ui/standalone/.next/server/middleware-build-manifest.js +1 -0
  190. package/ui/standalone/.next/server/middleware-manifest.json +6 -0
  191. package/ui/standalone/.next/server/middleware-react-loadable-manifest.js +1 -0
  192. package/ui/standalone/.next/server/next-font-manifest.js +1 -0
  193. package/ui/standalone/.next/server/next-font-manifest.json +1 -0
  194. package/ui/standalone/.next/server/pages/500.html +1 -0
  195. package/ui/standalone/.next/server/pages/_app.js +1 -0
  196. package/ui/standalone/.next/server/pages/_app.js.nft.json +1 -0
  197. package/ui/standalone/.next/server/pages/_document.js +1 -0
  198. package/ui/standalone/.next/server/pages/_document.js.nft.json +1 -0
  199. package/ui/standalone/.next/server/pages/_error.js +19 -0
  200. package/ui/standalone/.next/server/pages/_error.js.nft.json +1 -0
  201. package/ui/standalone/.next/server/pages-manifest.json +5 -0
  202. package/ui/standalone/.next/server/server-reference-manifest.js +1 -0
  203. package/ui/standalone/.next/server/server-reference-manifest.json +1 -0
  204. package/ui/standalone/.next/server/webpack-runtime.js +1 -0
  205. package/ui/standalone/.next/static/T3eGaQUuZNb6rhEStcouc/_buildManifest.js +1 -0
  206. package/ui/standalone/.next/static/T3eGaQUuZNb6rhEStcouc/_ssgManifest.js +1 -0
  207. package/ui/standalone/.next/static/chunks/1255-404bb8de49c90395.js +1 -0
  208. package/ui/standalone/.next/static/chunks/144d3bae-bd5d150c0cab972e.js +1 -0
  209. package/ui/standalone/.next/static/chunks/1646.9123ee47220ed70b.js +1 -0
  210. package/ui/standalone/.next/static/chunks/2333-43c39acb531f7d4e.js +3 -0
  211. package/ui/standalone/.next/static/chunks/4bd1b696-f785427dddbba9fb.js +1 -0
  212. package/ui/standalone/.next/static/chunks/5139.c5e46d26064a85db.js +1 -0
  213. package/ui/standalone/.next/static/chunks/76e8f37e-2ae0e3fe7b44d874.js +1 -0
  214. package/ui/standalone/.next/static/chunks/9880-53262785284464cc.js +1 -0
  215. package/ui/standalone/.next/static/chunks/adfb71a7-625c1b5ebd039b6a.js +1 -0
  216. package/ui/standalone/.next/static/chunks/app/(app)/layout-5f312b128a0caf75.js +1 -0
  217. package/ui/standalone/.next/static/chunks/app/(app)/opengraph-image-xg4ifa/route-5f312b128a0caf75.js +1 -0
  218. package/ui/standalone/.next/static/chunks/app/(app)/page-5f312b128a0caf75.js +1 -0
  219. package/ui/standalone/.next/static/chunks/app/(app)/voice/page-72d72d9a70d9c1d4.js +1 -0
  220. package/ui/standalone/.next/static/chunks/app/_not-found/page-cfd7daa82d71540c.js +1 -0
  221. package/ui/standalone/.next/static/chunks/app/api/connection-details/route-5f312b128a0caf75.js +1 -0
  222. package/ui/standalone/.next/static/chunks/app/api/device-character/route-5f312b128a0caf75.js +1 -0
  223. package/ui/standalone/.next/static/chunks/app/api/download-piper-model/route-5f312b128a0caf75.js +1 -0
  224. package/ui/standalone/.next/static/chunks/app/api/model-status/route-5f312b128a0caf75.js +1 -0
  225. package/ui/standalone/.next/static/chunks/app/api/models/route-5f312b128a0caf75.js +1 -0
  226. package/ui/standalone/.next/static/chunks/app/api/prewarm/route-5f312b128a0caf75.js +1 -0
  227. package/ui/standalone/.next/static/chunks/app/api/prompt/route-5f312b128a0caf75.js +1 -0
  228. package/ui/standalone/.next/static/chunks/app/api/reload-tools/route-5f312b128a0caf75.js +1 -0
  229. package/ui/standalone/.next/static/chunks/app/api/robopark/camera-token/route-5f312b128a0caf75.js +1 -0
  230. package/ui/standalone/.next/static/chunks/app/api/robopark/character-ai/route-5f312b128a0caf75.js +1 -0
  231. package/ui/standalone/.next/static/chunks/app/api/robopark/device-access/route-5f312b128a0caf75.js +1 -0
  232. package/ui/standalone/.next/static/chunks/app/api/robopark/devices/[deviceId]/control/route-5f312b128a0caf75.js +1 -0
  233. package/ui/standalone/.next/static/chunks/app/api/robopark/live-rooms/route-5f312b128a0caf75.js +1 -0
  234. package/ui/standalone/.next/static/chunks/app/api/robopark/monitor-token/route-5f312b128a0caf75.js +1 -0
  235. package/ui/standalone/.next/static/chunks/app/api/robopark/robots/[robotId]/operations/route-5f312b128a0caf75.js +1 -0
  236. package/ui/standalone/.next/static/chunks/app/api/robopark/robots/[robotId]/voice-engine/route-5f312b128a0caf75.js +1 -0
  237. package/ui/standalone/.next/static/chunks/app/api/robopark/robots/route-5f312b128a0caf75.js +1 -0
  238. package/ui/standalone/.next/static/chunks/app/api/robopark/servers/[serverId]/metrics/route-5f312b128a0caf75.js +1 -0
  239. package/ui/standalone/.next/static/chunks/app/api/robopark/servers/[serverId]/route-5f312b128a0caf75.js +1 -0
  240. package/ui/standalone/.next/static/chunks/app/api/robopark/servers/route-5f312b128a0caf75.js +1 -0
  241. package/ui/standalone/.next/static/chunks/app/api/robopark/sessions/[sessionId]/end/route-5f312b128a0caf75.js +1 -0
  242. package/ui/standalone/.next/static/chunks/app/api/robopark/sessions/route-5f312b128a0caf75.js +1 -0
  243. package/ui/standalone/.next/static/chunks/app/api/robopark/transcripts/[sessionId]/route-5f312b128a0caf75.js +1 -0
  244. package/ui/standalone/.next/static/chunks/app/api/robopark/transcripts/route-5f312b128a0caf75.js +1 -0
  245. package/ui/standalone/.next/static/chunks/app/api/robovoice/robots/[robotId]/media-health/route-5f312b128a0caf75.js +1 -0
  246. package/ui/standalone/.next/static/chunks/app/api/settings/route-5f312b128a0caf75.js +1 -0
  247. package/ui/standalone/.next/static/chunks/app/api/setup/complete/route-5f312b128a0caf75.js +1 -0
  248. package/ui/standalone/.next/static/chunks/app/api/setup/status/route-5f312b128a0caf75.js +1 -0
  249. package/ui/standalone/.next/static/chunks/app/api/setup/test-groq/route-5f312b128a0caf75.js +1 -0
  250. package/ui/standalone/.next/static/chunks/app/api/setup/test-hass/route-5f312b128a0caf75.js +1 -0
  251. package/ui/standalone/.next/static/chunks/app/api/setup/test-n8n/route-5f312b128a0caf75.js +1 -0
  252. package/ui/standalone/.next/static/chunks/app/api/setup/test-ollama/route-5f312b128a0caf75.js +1 -0
  253. package/ui/standalone/.next/static/chunks/app/api/test-tts/route-5f312b128a0caf75.js +1 -0
  254. package/ui/standalone/.next/static/chunks/app/api/turn-credentials/route-5f312b128a0caf75.js +1 -0
  255. package/ui/standalone/.next/static/chunks/app/api/voices/route-5f312b128a0caf75.js +1 -0
  256. package/ui/standalone/.next/static/chunks/app/api/wake/route-5f312b128a0caf75.js +1 -0
  257. package/ui/standalone/.next/static/chunks/app/api/wake-word/models/route-5f312b128a0caf75.js +1 -0
  258. package/ui/standalone/.next/static/chunks/app/api/wake-word/status/route-5f312b128a0caf75.js +1 -0
  259. package/ui/standalone/.next/static/chunks/app/api/wake-word/upload/route-5f312b128a0caf75.js +1 -0
  260. package/ui/standalone/.next/static/chunks/app/fed/[...path]/route-5f312b128a0caf75.js +1 -0
  261. package/ui/standalone/.next/static/chunks/app/fed/media/robots/[robotId]/video_feed/route-5f312b128a0caf75.js +1 -0
  262. package/ui/standalone/.next/static/chunks/app/layout-fcce963da1d8220f.js +1 -0
  263. package/ui/standalone/.next/static/chunks/app/robopark/[...path]/route-5f312b128a0caf75.js +1 -0
  264. package/ui/standalone/.next/static/chunks/app/robopark/api/[...path]/route-5f312b128a0caf75.js +1 -0
  265. package/ui/standalone/.next/static/chunks/app/robopark/api/robots/[robotId]/stream/route-5f312b128a0caf75.js +1 -0
  266. package/ui/standalone/.next/static/chunks/app/robopark/page-5f312b128a0caf75.js +1 -0
  267. package/ui/standalone/.next/static/chunks/app/tailnet/route-5f312b128a0caf75.js +1 -0
  268. package/ui/standalone/.next/static/chunks/app/vendor/livekit-client.umd.js/route-5f312b128a0caf75.js +1 -0
  269. package/ui/standalone/.next/static/chunks/app/voice-tester/page-ae699e048e0eb834.js +1 -0
  270. package/ui/standalone/.next/static/chunks/framework-e60c938074ff7136.js +1 -0
  271. package/ui/standalone/.next/static/chunks/main-9e24e8708ff075fc.js +1 -0
  272. package/ui/standalone/.next/static/chunks/main-app-a1f59168303c7f84.js +1 -0
  273. package/ui/standalone/.next/static/chunks/pages/_app-131c90850aef965b.js +1 -0
  274. package/ui/standalone/.next/static/chunks/pages/_error-e4ba546eb376bdf4.js +1 -0
  275. package/ui/standalone/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  276. package/ui/standalone/.next/static/chunks/webpack-5252e5254da079b5.js +1 -0
  277. package/ui/standalone/.next/static/css/3f478a573f9be82e.css +1 -0
  278. package/ui/standalone/.next/static/css/51560c4af1d5a21f.css +1 -0
  279. package/ui/standalone/.next/static/media/27fe93087559d480-s.p.otf +0 -0
  280. package/ui/standalone/.next/static/media/4d3869dd8a56345a-s.p.otf +0 -0
  281. package/ui/standalone/.next/static/media/63f3bb9ce29e22d5-s.p.otf +0 -0
  282. package/ui/standalone/.next/static/media/79e1c5d0f2fe9f68-s.p.otf +0 -0
  283. package/ui/standalone/.next/static/media/8bf7b2ceda89477b-s.p.woff2 +0 -0
  284. package/ui/standalone/.next/static/media/98baa4a7809fbf72-s.woff2 +0 -0
  285. package/ui/standalone/.next/static/media/f7650dfaa438c37c-s.woff2 +0 -0
  286. package/ui/standalone/package.json +57 -0
  287. package/ui/standalone/public/caal-logo.svg +3 -0
  288. package/ui/standalone/public/commit-mono-400-regular.woff +0 -0
  289. package/ui/standalone/public/cwl-logo-round.png +0 -0
  290. package/ui/standalone/public/everett-light.woff +0 -0
  291. package/ui/standalone/public/hey_cal.ppn +0 -0
  292. package/ui/standalone/public/install-robot-kiosk.sh +242 -0
  293. package/ui/standalone/public/lk-logo-dark.svg +18 -0
  294. package/ui/standalone/public/lk-logo.svg +18 -0
  295. package/ui/standalone/public/lk-wordmark.svg +12 -0
  296. package/ui/standalone/public/opengraph-image-bg.png +0 -0
  297. package/ui/standalone/public/porcupine_params.pv +0 -0
  298. package/ui/standalone/public/robopark-control.html +9200 -0
  299. package/ui/standalone/public/static/robopark/barracuda.png +0 -0
  300. package/ui/standalone/public/static/robopark/bmw.png +0 -0
  301. package/ui/standalone/public/static/robopark/jaguar.png +0 -0
  302. package/ui/standalone/public/static/robopark/magnus.jpg +0 -0
  303. package/ui/standalone/public/static/robopark/panda.png +0 -0
  304. package/ui/standalone/public/static/robopark/tesla.png +0 -0
  305. package/ui/standalone/public/static/robopark/titan.jpg +0 -0
  306. package/ui/standalone/public/static/robopark/volt.png +0 -0
  307. package/ui/standalone/public/tailnet/index.html +8995 -0
  308. package/ui/standalone/public/transcript-analytics.html +72 -0
  309. package/ui/standalone/public/vendor/elevenlabs-client.iife.js +24200 -0
  310. package/ui/standalone/public/vendor/livekit-client.umd.js +2 -0
  311. package/ui/standalone/public/voice-join.html +89 -0
  312. package/ui/standalone/server.js +38 -0
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/live-rooms/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\live-rooms\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=1449,a.ids=[1449],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4573:a=>{"use strict";a.exports=require("node:buffer")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12465:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>G,patchFetch:()=>F,routeModule:()=>B,serverHooks:()=>E,workAsyncStorage:()=>C,workUnitAsyncStorage:()=>D});var d={};c.r(d),c.d(d,{POST:()=>A,revalidate:()=>z});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(58755);let w=process.env.LIVEKIT_API_KEY,x=process.env.LIVEKIT_API_SECRET,y=process.env.LIVEKIT_URL,z=0;async function A(a){let b;if(!w||!x||!y)return u.NextResponse.json({error:"LiveKit credentials unavailable"},{status:503});let c=await a.json().catch(()=>({})),d="string"==typeof c.room_name?c.room_name:"";if(!/^robopark-[a-zA-Z0-9_-]{1,64}$/.test(d))return u.NextResponse.json({error:"Invalid room"},{status:400});let e=new v.mk(w,x,{identity:`monitor_${crypto.randomUUID()}`,name:"RoboPark Monitor",ttl:"5m"});e.addGrant({room:d,roomJoin:!0,canSubscribe:!0,canPublish:!1,canPublishData:!1});let f=process.env.LIVEKIT_PUBLIC_URL||process.env.NEXT_PUBLIC_LIVEKIT_URL,g=a.headers.get("x-forwarded-proto"),h=(a.headers.get("x-forwarded-host")||a.headers.get("host")||"localhost").split(",")[0].trim(),i=h.split(":")[0],j=h.split(":")[1],k="https"===g||a.url.startsWith("https://");return b=i.includes(".ts.net")?`wss://${i}:3443`:f&&"auto"!==f?f:k?`wss://${i}:${j||"3443"}`:`ws://${i}:7880`,u.NextResponse.json({token:await e.toJwt(),serverUrl:b},{headers:{"Cache-Control":"no-store"}})}let B=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/monitor-token/route",pathname:"/api/robopark/monitor-token",filename:"route",bundlePath:"app/api/robopark/monitor-token/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\monitor-token\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:C,workUnitAsyncStorage:D,serverHooks:E}=B;function F(){return(0,g.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:D})}async function G(a,b,c){var d;let e="/api/robopark/monitor-token/route";"/index"===e&&(e="/");let g=await B.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||B.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===B.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>B.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>B.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await B.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await B.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await B.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},57975:a=>{"use strict";a.exports=require("node:util")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},77598:a=>{"use strict";a.exports=require("node:crypto")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692,8755],()=>b(b.s=12465));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1428.js","../../../../chunks/1692.js","../../../../chunks/37.js","../../../../chunks/5873.js","../../../../chunks/8755.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/monitor-token/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\monitor-token\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=5153,a.ids=[5153],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},37063:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>H,patchFetch:()=>G,routeModule:()=>C,serverHooks:()=>F,workAsyncStorage:()=>D,workUnitAsyncStorage:()=>E});var d={};c.r(d),c.d(d,{GET:()=>A,POST:()=>B});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641);let v=(process.env.SCHEDULER_URL||"http://192.168.1.14:8080").replace(/\/+$/,""),w=/^[a-zA-Z0-9][a-zA-Z0-9._:-]{0,127}$/,x={kiosk_spawn:"kiosk-start",kiosk_restart:"kiosk-restart",kiosk_stop:"kiosk-stop"};async function y(a,b){let c=await fetch(`${v}${a}`,{...b,cache:"no-store",headers:{"Content-Type":"application/json",...b?.headers||{}}}),d=await c.text(),e={};try{e=d?JSON.parse(d):{}}catch{e={message:d}}if(!c.ok)throw Error(e&&"object"==typeof e&&"detail"in e?String(e.detail):`Scheduler returned ${c.status}`);return e}async function z(a,b){let c="string"==typeof b.request_id?b.request_id:null;if(!c)return b;let d="string"==typeof b.device_id?b.device_id:a;return y(`/api/robots/${encodeURIComponent(d)}/shell/wait/${encodeURIComponent(c)}?timeout=12`)}async function A(a,b){let{robotId:c}=await b.params;if(!w.test(c))return u.NextResponse.json({error:"Invalid robot id"},{status:400});try{let a=await y(`/api/robots/${encodeURIComponent(c)}/motor-profile`);return u.NextResponse.json(a)}catch(a){return u.NextResponse.json({error:a instanceof Error?a.message:"Motor profile unavailable"},{status:502})}}async function B(a,b){let{robotId:c}=await b.params;if(!w.test(c))return u.NextResponse.json({error:"Invalid robot id"},{status:400});try{let b,d=await a.json(),e=d.action;if("motor_discover"===e)b=await y(`/api/robots/${encodeURIComponent(c)}/motors/discover`,{method:"POST",body:"{}"});else if("motor_test"===e){if(!d.motor_id||!w.test(d.motor_id))return u.NextResponse.json({error:"Invalid motor id"},{status:400});b=await y(`/api/robots/${encodeURIComponent(c)}/motors/${encodeURIComponent(d.motor_id)}/test?duration_ms=300`,{method:"POST",body:"{}"})}else if("motor_test_all"===e)b=await y(`/api/robots/${encodeURIComponent(c)}/motors/test-all?duration_ms=300&pause_ms=200`,{method:"POST",body:"{}"});else if("motor_stop"===e)b=await y(`/api/robots/${encodeURIComponent(c)}/motors/stop`,{method:"POST",body:"{}"});else{if(!e||!(e in x))return u.NextResponse.json({error:"Unsupported operation"},{status:400});b=await y(`/api/robots/${encodeURIComponent(c)}/shell/exec`,{method:"POST",body:JSON.stringify({params:{name:x[e],params:{}}})})}return u.NextResponse.json(await z(c,b))}catch(a){return u.NextResponse.json({error:a instanceof Error?a.message:"Robot operation failed"},{status:502})}}let C=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/robots/[robotId]/operations/route",pathname:"/api/robopark/robots/[robotId]/operations",filename:"route",bundlePath:"app/api/robopark/robots/[robotId]/operations/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\[robotId]\\operations\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:D,workUnitAsyncStorage:E,serverHooks:F}=C;function G(){return(0,g.patchFetch)({workAsyncStorage:D,workUnitAsyncStorage:E})}async function H(a,b,c){var d;let e="/api/robopark/robots/[robotId]/operations/route";"/index"===e&&(e="/");let g=await C.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||C.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===C.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>C.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>C.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await C.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await C.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await C.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692],()=>b(b.s=37063));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../node_modules/next/package.json","../../../../../../../../package.json","../../../../../../../package.json","../../../../../../chunks/1428.js","../../../../../../chunks/1692.js","../../../../../../chunks/5873.js","../../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/robots/[robotId]/operations/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\route":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\[robotId]\\operations\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=6182,a.ids=[6182],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},3787:(a,b,c)=>{"use strict";c.d(b,{i:()=>g});let d=(process.env.WEBHOOK_URL||"http://agent:8889").replace(/\/+$/,""),e=Promise.resolve();async function f(a){let b=await fetch(`${d}/settings`,{cache:"no-store",signal:AbortSignal.timeout(8e3)});if(!b.ok)throw Error(`Settings registry returned ${b.status}`);let c=await b.json(),e=structuredClone(c.settings?.device_registry||{}),f=await a(e),g=await fetch(`${d}/settings`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({settings:{device_registry:e}}),signal:AbortSignal.timeout(8e3)});if(!g.ok)throw Error(`Settings registry update returned ${g.status}`);return f}function g(a){let b=e.then(()=>f(a),()=>f(a));return e=b.then(()=>void 0,()=>void 0),b}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},32311:(a,b,c)=>{"use strict";c.d(b,{ME:()=>j,c5:()=>k,jg:()=>e,qz:()=>h,w$:()=>d,xE:()=>i});let d="robopanda_device_id",e="robopanda_character_id",f=/^[a-zA-Z0-9_-]{1,64}$/,g=/^robopark-[a-zA-Z0-9_-]{1,64}$/;function h(a){return"string"==typeof a&&f.test(a)}let i=h;function j(a){if(!h(a))throw Error("Invalid RoboPanda device ID");return`robopark-${a}`}function k(a){return"string"==typeof a&&g.test(a)}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},81861:(a,b,c)=>{"use strict";c.d(b,{R:()=>f,h:()=>e});let d=(process.env.V2_SCHEDULER_URL||process.env.SCHEDULER_URL||"http://192.168.1.14:8080").replace(/\/+$/,"");async function e(a,b,c){let e=await fetch(`${d}/api/robots/${encodeURIComponent(a)}/shell/exec`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({params:{name:b,...c}}),cache:"no-store",signal:AbortSignal.timeout(8e3)}),f=await e.json();if(!e.ok||!f.request_id)throw Error(f.detail||`Scheduler command queue returned ${e.status}`);let g=await fetch(`${d}/api/robots/${encodeURIComponent(f.device_id||a)}/shell/wait/${encodeURIComponent(f.request_id)}?timeout=18`,{cache:"no-store",signal:AbortSignal.timeout(22e3)}),h=await g.json();if(!g.ok)throw Error(h.detail||`Robot command wait returned ${g.status}`);if(!h.completed||!h.result)throw Error("Robot did not report command completion");return h.result}function f(a){if(!a.stdout)return null;try{return JSON.parse(a.stdout)}catch{return null}}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},95493:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>O,patchFetch:()=>N,routeModule:()=>J,serverHooks:()=>M,workAsyncStorage:()=>K,workUnitAsyncStorage:()=>L});var d={};c.r(d),c.d(d,{GET:()=>G,POST:()=>I,PUT:()=>H});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(32311),w=c(3787),x=c(81861),y=c(99435);function z(a){return a?.voice_engine==="elevenlabs"?"elevenlabs":"robovoice"}function A(a,b,c){if(!b.character_id)return"Assign a character before enabling a voice engine.";if("elevenlabs"===b.voice_engine&&!b.elevenlabs_agent_id)return"An ElevenLabs agent ID is required.";if("elevenlabs"===b.voice_engine){let d=Object.entries(c).find(([c,d])=>c!==a&&"elevenlabs"===d.voice_engine&&d.elevenlabs_agent_id===b.elevenlabs_agent_id);if(d)return`ElevenLabs agent is already assigned to ${d[1].name||d[0]}.`}return null}let B=(process.env.V2_AGENT_URL||process.env.WEBHOOK_URL||"http://agent:8889").replace(/\/+$/,"");function C(a,b){return String(a.conversation_name||a.name||b).toLowerCase().replace(/[^a-z0-9_-]+/g,"-").replace(/^-+|-+$/g,"")||b}function D(a,b,c){let d=z(a),e=b?.endpoint&&"object"==typeof b.endpoint?b.endpoint:{},f=b?.observed_engine==="robovoice"||b?.observed_engine==="elevenlabs"||b?.observed_engine==="conflict"?b.observed_engine:"none",g=b?.endpoint_ready===!0,h="elevenlabs"===d?b?.conversation_service_active===!0:b?.robovoice_service_active===!0,i=f===d&&h&&("elevenlabs"!==d||g),j="conflict"===f||c||e.last_error?"degraded":!0===e.active?"listening":h?"armed":"offline";return{desired_engine:d,observed_engine:f,healthy:i,state:j,message:c||String(e.last_error||(i?`${"elevenlabs"===d?"ElevenLabs":"RoboVoice"} engine ready`:"Engine ownership does not match configuration")),checked_at:new Date().toISOString(),service_active:h,endpoint_ready:g,active:!0===e.active,camera:b?.camera===!0,microphone:null!=e.active_audio||b?.microphone===!0,speaker:null!=e.active_audio||b?.speaker===!0,sessions_started:Number(e.sessions_started||0),sessions_completed:Number(e.sessions_completed||0),triggers_accepted:Number(e.triggers_accepted||0),triggers_rejected:Number(e.triggers_rejected||0),last_error:c||("string"==typeof e.last_error?e.last_error:null)}}async function E(a){let b=await (0,y.U)(),c=b.device_registry[a];return c?{settings:b,entry:c}:{settings:b,entry:null}}async function F(a){if(!a)return null;try{let b=await fetch(`${B}/elevenlabs/conversations?agent_id=${encodeURIComponent(a)}&page_size=30`,{cache:"no-store",signal:AbortSignal.timeout(16e3)});if(!b.ok)return{available:!1,error:`Analytics returned ${b.status}`};return{available:!0,...await b.json()}}catch(a){return{available:!1,error:a instanceof Error?a.message:"Analytics unavailable"}}}async function G(a,{params:b}){let{robotId:c}=await b;if(!(0,v.qz)(c))return u.NextResponse.json({error:"Invalid robot ID"},{status:400});let{entry:d}=await E(c);if(!d)return u.NextResponse.json({error:"Robot is not registered"},{status:404});let e=z(d);try{let[a,b]=await Promise.all([(0,x.h)(c,"voice-engine-status",{robot:C(d,c),engine:e,port:Number(d.motion_port||5060)}),"elevenlabs"===e?F(d.elevenlabs_agent_id):Promise.resolve(null)]),f=D(d,(0,x.R)(a),a.ok?void 0:a.stderr||a.error);return u.NextResponse.json({binding:{...d,elevenlabs_configured:!!d.elevenlabs_agent_id},health:f,analytics:b},{headers:{"Cache-Control":"no-store"}})}catch(b){let a=D(d,null,b instanceof Error?b.message:"Robot health unavailable");return u.NextResponse.json({binding:{...d,elevenlabs_configured:!!d.elevenlabs_agent_id},health:a},{status:200,headers:{"Cache-Control":"no-store"}})}}async function H(a,{params:b}){let{robotId:c}=await b;if(!(0,v.qz)(c))return u.NextResponse.json({error:"Invalid robot ID"},{status:400});try{let b=await a.json();if("robovoice"!==b.engine&&"elevenlabs"!==b.engine)return u.NextResponse.json({error:"engine must be robovoice or elevenlabs"},{status:400});let d=await (0,w.i)(a=>{let d=a[c];if(!d)throw Error("Robot is not registered");let e={...d,voice_engine:b.engine,elevenlabs_agent_id:function(a){let b="string"==typeof a?a.trim():"";if(b){if(!/^agent_[A-Za-z0-9]{8,80}$/.test(b))throw Error("Invalid ElevenLabs agent ID");return b}}(b.elevenlabs_agent_id)||d.elevenlabs_agent_id,elevenlabs_branch_id:"string"==typeof b.elevenlabs_branch_id?b.elevenlabs_branch_id.trim()||void 0:d.elevenlabs_branch_id,conversation_name:C(d,c),motion_port:Number(d.motion_port||5060),updated_at:new Date().toISOString()},f=A(c,e,a);if(f)throw Error(f);return a[c]=e,e});return u.NextResponse.json({ok:!0,binding:d})}catch(a){return u.NextResponse.json({error:a instanceof Error?a.message:"Voice engine update failed"},{status:409})}}async function I(a,{params:b}){let{robotId:c}=await b;if(!(0,v.qz)(c))return u.NextResponse.json({error:"Invalid robot ID"},{status:400});try{let b=await a.json();if(!b.action||!["switch","restart","stop","trigger"].includes(b.action))return u.NextResponse.json({error:"Unsupported voice engine action"},{status:400});let{settings:d,entry:e}=await E(c);if(!e)return u.NextResponse.json({error:"Robot is not registered"},{status:404});let f=b.engine||z(e),g={...e,voice_engine:f},h=A(c,g,d.device_registry);if(h)return u.NextResponse.json({error:h},{status:409});let i=await (0,x.h)(c,`voice-engine-${b.action}`,{robot:C(e,c),engine:f,port:Number(e.motion_port||5060)});if(!i.ok&&"stop"!==b.action)return u.NextResponse.json({error:i.stderr||i.error||"Robot rejected engine action",result:i},{status:502});return"switch"===b.action&&await (0,w.i)(a=>{a[c]={...a[c],voice_engine:f,updated_at:new Date().toISOString()}}),u.NextResponse.json({ok:i.ok,action:b.action,engine:f,result:i,status:(0,x.R)(i)})}catch(a){return u.NextResponse.json({error:a instanceof Error?a.message:"Voice engine action failed"},{status:502})}}let J=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/robots/[robotId]/voice-engine/route",pathname:"/api/robopark/robots/[robotId]/voice-engine",filename:"route",bundlePath:"app/api/robopark/robots/[robotId]/voice-engine/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\[robotId]\\voice-engine\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:K,workUnitAsyncStorage:L,serverHooks:M}=J;function N(){return(0,g.patchFetch)({workAsyncStorage:K,workUnitAsyncStorage:L})}async function O(a,b,c){var d;let e="/api/robopark/robots/[robotId]/voice-engine/route";"/index"===e&&(e="/");let g=await J.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let F=null;!E||J.isDev||x||(F="/index"===(F=C)?"/":F);let G=!0===J.isDev||!E,H=E&&!G,I=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:G,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:H,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>J.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>J.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${I} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${I} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await J.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:H,isOnDemandRevalidate:A})},z),b}},l=await J.handleResponse({req:a,nextConfig:w,cacheKey:F,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${I} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":I,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await J.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:H,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},96487:()=>{},99435:(a,b,c)=>{"use strict";c.d(b,{U:()=>l});var d=c(51455),e=c(76760);let f=(process.env.WEBHOOK_URL||"http://agent:8889").replace(/\/+$/,""),g=null,h=0,i=null;function j(a,b){return{...a,characters:Array.isArray(a.characters)?a.characters:[],device_registry:a.device_registry&&"object"==typeof a.device_registry?a.device_registry:{},registry_source:b}}async function k(){for(let a of[process.env.CAAL_SETTINGS_PATH,process.env.ROBOVOICE_SETTINGS_PATH,(0,e.resolve)(process.cwd(),"..","settings.json"),(0,e.resolve)(process.cwd(),"settings.json")].filter(a=>!!a))try{let b=JSON.parse(await (0,d.readFile)(a,"utf8"));return j(b,"persisted-snapshot")}catch{}return j({},"empty")}async function l(){if(g&&Date.now()<h)return g;if(i)return i;i=(async()=>{try{let a=await fetch(`${f}/settings`,{cache:"no-store",signal:AbortSignal.timeout(1500)});if(!a.ok)throw Error(`Settings registry returned ${a.status}`);let b=await a.json();return g=null,h=0,j(b.settings||b,"live-agent")}catch{return g=await k(),h=Date.now()+15e3,g}})();try{return await i}finally{i=null}}}};var b=require("../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692],()=>b(b.s=95493));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../node_modules/next/package.json","../../../../../../../../package.json","../../../../../../../package.json","../../../../../../chunks/1428.js","../../../../../../chunks/1692.js","../../../../../../chunks/5873.js","../../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/robots/[robotId]/voice-engine/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\route":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\[robotId]\\voice-engine\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=3862,a.ids=[3862],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},24916:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>y,revalidate:()=>x});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641),v=c(99435);let w=process.env.V2_SCHEDULER_URL||process.env.SCHEDULER_URL||"",x=0;async function y(){try{if(!w)throw Error("Scheduler is not configured");let a=await fetch(`${w}/api/robots`,{headers:{"Content-Type":"application/json"},cache:"no-store"});if(!a.ok)throw Error(`Scheduler returned ${a.status}`);let b=await a.json();return u.NextResponse.json(b)}catch(c){let a=await (0,v.U)(),b=Object.fromEntries(a.characters.map(a=>[a.id,a.name]));return u.NextResponse.json(Object.entries(a.device_registry).map(([c,d])=>({id:c,robot_id:c,name:d.name||c,character_id:d.character_id||null,character_name:b[d.character_id||""]||null,voice_engine:d.voice_engine||"robovoice",status:"offline",connection_status:"offline",registry_source:a.registry_source})),{headers:{"Cache-Control":"no-store","X-Data-Source":"settings-snapshot"}})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/robots/route",pathname:"/api/robopark/robots",filename:"route",bundlePath:"app/api/robopark/robots/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/robopark/robots/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{},99435:(a,b,c)=>{"use strict";c.d(b,{U:()=>l});var d=c(51455),e=c(76760);let f=(process.env.WEBHOOK_URL||"http://agent:8889").replace(/\/+$/,""),g=null,h=0,i=null;function j(a,b){return{...a,characters:Array.isArray(a.characters)?a.characters:[],device_registry:a.device_registry&&"object"==typeof a.device_registry?a.device_registry:{},registry_source:b}}async function k(){for(let a of[process.env.CAAL_SETTINGS_PATH,process.env.ROBOVOICE_SETTINGS_PATH,(0,e.resolve)(process.cwd(),"..","settings.json"),(0,e.resolve)(process.cwd(),"settings.json")].filter(a=>!!a))try{let b=JSON.parse(await (0,d.readFile)(a,"utf8"));return j(b,"persisted-snapshot")}catch{}return j({},"empty")}async function l(){if(g&&Date.now()<h)return g;if(i)return i;i=(async()=>{try{let a=await fetch(`${f}/settings`,{cache:"no-store",signal:AbortSignal.timeout(1500)});if(!a.ok)throw Error(`Settings registry returned ${a.status}`);let b=await a.json();return g=null,h=0,j(b.settings||b,"live-agent")}catch{return g=await k(),h=Date.now()+15e3,g}})();try{return await i}finally{i=null}}}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692],()=>b(b.s=24916));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1428.js","../../../../chunks/1692.js","../../../../chunks/5873.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/robots/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\robots\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=3414,a.ids=[3414],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7909:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>D,patchFetch:()=>C,routeModule:()=>y,serverHooks:()=>B,workAsyncStorage:()=>z,workUnitAsyncStorage:()=>A});var d={};c.r(d),c.d(d,{GET:()=>x,revalidate:()=>w});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641);let v=process.env.SCHEDULER_URL||"http://192.168.1.14:8080",w=0;async function x(a,{params:b}){try{let{serverId:a}=await b,c=await fetch(`${v}/api/servers/${a}/metrics`,{headers:{"Content-Type":"application/json"},cache:"no-store"});if(!c.ok)throw Error(`Scheduler returned ${c.status}`);let d=await c.json();return u.NextResponse.json(d)}catch(a){return console.error("Failed to fetch server metrics:",a),u.NextResponse.json({error:"Failed to fetch metrics"},{status:500})}}let y=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/servers/[serverId]/metrics/route",pathname:"/api/robopark/servers/[serverId]/metrics",filename:"route",bundlePath:"app/api/robopark/servers/[serverId]/metrics/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\[serverId]\\metrics\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:z,workUnitAsyncStorage:A,serverHooks:B}=y;function C(){return(0,g.patchFetch)({workAsyncStorage:z,workUnitAsyncStorage:A})}async function D(a,b,c){var d;let e="/api/robopark/servers/[serverId]/metrics/route";"/index"===e&&(e="/");let g=await y.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(z.dynamicRoutes[E]||z.routes[D]);if(F&&!x){let a=!!z.routes[D],b=z.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||y.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===y.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:z,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>y.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>y.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await y.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await y.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await y.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692],()=>b(b.s=7909));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../../node_modules/next/package.json","../../../../../../../../package.json","../../../../../../../package.json","../../../../../../chunks/1428.js","../../../../../../chunks/1692.js","../../../../../../chunks/5873.js","../../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/servers/[serverId]/metrics/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\route":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\[serverId]\\route":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\[serverId]\\metrics\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=592,a.ids=[592],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4170:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{DELETE:()=>y,GET:()=>x,revalidate:()=>w});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641);let v=process.env.SCHEDULER_URL||"http://192.168.1.14:8080",w=0;async function x(a,{params:b}){try{let{serverId:a}=await b,c=await fetch(`${v}/api/servers/${a}`,{headers:{"Content-Type":"application/json"},cache:"no-store"});if(!c.ok)throw Error(`Scheduler returned ${c.status}`);let d=await c.json();return u.NextResponse.json(d)}catch(a){return console.error("Failed to fetch server:",a),u.NextResponse.json({error:"Failed to fetch server"},{status:500})}}async function y(a,{params:b}){try{let{serverId:a}=await b,c=await fetch(`${v}/api/servers/${a}`,{method:"DELETE",headers:{"Content-Type":"application/json"}});if(!c.ok){let a=await c.json();return u.NextResponse.json(a,{status:c.status})}return u.NextResponse.json({success:!0})}catch(a){return console.error("Failed to delete server:",a),u.NextResponse.json({error:"Failed to delete server"},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/servers/[serverId]/route",pathname:"/api/robopark/servers/[serverId]",filename:"route",bundlePath:"app/api/robopark/servers/[serverId]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\[serverId]\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/robopark/servers/[serverId]/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692],()=>b(b.s=4170));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/next/package.json","../../../../../../../package.json","../../../../../../package.json","../../../../../chunks/1428.js","../../../../../chunks/1692.js","../../../../../chunks/5873.js","../../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/robopark/servers/[serverId]/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"92681","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"14890","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"34635","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":7150,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":1959,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":7989,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":3886,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\metadata\\async-metadata.js":{"id":5278,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":8924,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":4431,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":622,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\theme-provider.tsx":{"id":5233,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\google\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"Public_Sans\",\"arguments\":[{\"variable\":\"--font-public-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"publicSans\"}":{"id":5757,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\node_modules\\next\\font\\local\\target.css?{\"path\":\"app\\\\layout.tsx\",\"import\":\"\",\"arguments\":[{\"display\":\"swap\",\"variable\":\"--font-commit-mono\",\"src\":[{\"path\":\"../fonts/CommitMono-400-Regular.otf\",\"weight\":\"400\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-700-Regular.otf\",\"weight\":\"700\",\"style\":\"normal\"},{\"path\":\"../fonts/CommitMono-400-Italic.otf\",\"weight\":\"400\",\"style\":\"italic\"},{\"path\":\"../fonts/CommitMono-700-Italic.otf\",\"weight\":\"700\",\"style\":\"italic\"}]}],\"variableName\":\"commitMono\"}":{"id":1901,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\styles\\globals.css":{"id":3677,"name":"*","chunks":["7501","static/chunks/144d3bae-bd5d150c0cab972e.js","9880","static/chunks/9880-53262785284464cc.js","7177","static/chunks/app/layout-fcce963da1d8220f.js"],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\voice-tester\\page.tsx":{"id":6960,"name":"*","chunks":[],"async":false},"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\components\\app\\app.tsx":{"id":5945,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\layout":[{"inlined":false,"path":"static/css/3f478a573f9be82e.css"},{"inlined":false,"path":"static/css/51560c4af1d5a21f.css"}],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\layout":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\(app)\\page":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\route":[],"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\[serverId]\\route":[]},"rscModuleMapping":{"622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"1959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"3677":{"*":{"id":"23141","name":"*","chunks":[],"async":false}},"3886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"4431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"5233":{"*":{"id":"43259","name":"*","chunks":[],"async":false}},"5278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"5945":{"*":{"id":"58467","name":"*","chunks":[],"async":false}},"6960":{"*":{"id":"33323","name":"*","chunks":[],"async":false}},"7150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"7989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"8924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=9739,a.ids=[9739],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},54488:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,POST:()=>y,revalidate:()=>w});var e=c(95736),f=c(9117),g=c(4044),h=c(39326),i=c(32324),j=c(261),k=c(54290),l=c(85328),m=c(38928),n=c(46595),o=c(3421),p=c(17679),q=c(41681),r=c(63446),s=c(86439),t=c(51356),u=c(10641);let v=process.env.V2_SCHEDULER_URL||process.env.SCHEDULER_URL||"",w=0;async function x(){try{if(!v)throw Error("Scheduler is not configured");let a=await fetch(`${v}/api/servers`,{headers:{"Content-Type":"application/json"},cache:"no-store"});if(!a.ok)throw Error(`Scheduler returned ${a.status}`);let b=await a.json();return u.NextResponse.json(b)}catch(a){return u.NextResponse.json([],{headers:{"Cache-Control":"no-store","X-Data-Source":"offline-snapshot"}})}}async function y(a){try{if(!v)throw Error("Scheduler is not configured");let b=await a.json(),c=await fetch(`${v}/api/servers`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(b)}),d=await c.json();return u.NextResponse.json(d,{status:c.status})}catch(a){return console.error("Failed to add server:",a),u.NextResponse.json({error:"Failed to add server"},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/robopark/servers/route",pathname:"/api/robopark/servers",filename:"route",bundlePath:"app/api/robopark/servers/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"C:\\Users\\yunge\\OneDrive\\Desktop\\ROBOVOICE-main\\frontend\\app\\api\\robopark\\servers\\route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/robopark/servers/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[5873,1428,1692],()=>b(b.s=54488));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../package.json","../../../../../package.json","../../../../chunks/1428.js","../../../../chunks/1692.js","../../../../chunks/5873.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}