@synapse-research/synapse 0.2.7 → 0.2.9
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.
- package/bin/synapse.mjs +14 -16
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/app-build-manifest.json +147 -147
- package/dist/.next/app-path-routes-manifest.json +36 -36
- package/dist/.next/build-manifest.json +2 -2
- package/dist/.next/prerender-manifest.json +6 -6
- package/dist/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/compute/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/project-groups/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/activity/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/dashboard/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/insights/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/settings/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/research-projects/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +1 -1
- package/dist/.next/server/app/admin/companies/[uuid]/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies/new/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies/new.html +1 -1
- package/dist/.next/server/app/admin/companies/new.rsc +1 -1
- package/dist/.next/server/app/admin/companies/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin/companies.html +1 -1
- package/dist/.next/server/app/admin/companies.rsc +1 -1
- package/dist/.next/server/app/admin/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/admin.html +1 -1
- package/dist/.next/server/app/admin.rsc +1 -1
- package/dist/.next/server/app/api/admin/companies/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/companies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/login/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/session/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/admin/stats/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/api-keys/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/api-keys/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/callback/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/check-default/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/default-login/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/identify/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/me/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/refresh/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/auth/sync-token/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/comments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-gpus/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-nodes/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-nodes/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-pools/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/compute-pools/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/images/[filename]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/images/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/documents/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/events/notifications/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/events/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/approve/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/close/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/reject/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-designs/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/evaluate-criteria/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/registry/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiment-runs/[uuid]/sessions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/progress/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/request-plan/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/reset/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/review/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/experiments/[uuid]/start/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/me/assignments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/mentionables/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/[uuid]/archive/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/[uuid]/read/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/preferences/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/read-all/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/notifications/unread-count/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/onboarding/status/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/[uuid]/dashboard/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/project-groups/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/activity/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/agent-activity/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/available/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/baselines/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/documents/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/summary/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/dependencies/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/experiments/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/github/branches/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/group/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/[workUuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/related-works/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/research-questions/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/synthesis/complete/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/synthesis/refresh/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/[uuid]/synthesis/trigger/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-projects/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/claim/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/move/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/release/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/review/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/research-questions/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/sessions/[uuid]/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/settings/integrations/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/api/ssh-config/route_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +1 -1
- package/dist/.next/server/app/login/admin/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/admin.html +1 -1
- package/dist/.next/server/app/login/admin.rsc +1 -1
- package/dist/.next/server/app/login/callback/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/callback.html +1 -1
- package/dist/.next/server/app/login/callback.rsc +1 -1
- package/dist/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/silent-refresh/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/login/silent-refresh.html +1 -1
- package/dist/.next/server/app/login/silent-refresh.rsc +1 -1
- package/dist/.next/server/app/login.html +1 -1
- package/dist/.next/server/app/login.rsc +1 -1
- package/dist/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/.next/server/app/research-projects/new.html +1 -1
- package/dist/.next/server/app/research-projects/new.rsc +1 -1
- package/dist/.next/server/app/research-projects.html +1 -1
- package/dist/.next/server/app/research-projects.rsc +1 -1
- package/dist/.next/server/app/settings.html +1 -1
- package/dist/.next/server/app/settings.rsc +1 -1
- package/dist/.next/server/app-paths-manifest.json +36 -36
- package/dist/.next/server/chunks/8499.js +2 -2
- package/dist/.next/server/middleware-manifest.json +1 -1
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/server/pages-manifest.json +1 -1
- package/package.json +1 -1
- /package/dist/.next/static/{etjGah2H0prVy854HkWrj → UQENyFuawZ9yyEC2QZaUX}/_buildManifest.js +0 -0
- /package/dist/.next/static/{etjGah2H0prVy854HkWrj → UQENyFuawZ9yyEC2QZaUX}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/research-projects/[uuid]/experiment-designs/summary/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"205":{"*":{"id":"51277","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"71394","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"50382","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"89792","name":"*","chunks":[],"async":true}},"6512":{"*":{"id":"55212","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"93319","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"26185","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"75568","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"43591","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"81512","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"33532","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"97769","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"59175","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"66619","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"66529","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"12668","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"51020","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"73935","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"906","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72150","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"403","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"25763","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"58857","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"30993","name":"*","chunks":[],"async":true}},"34010":{"*":{"id":"22837","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"16885","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"2807","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"29642","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"38059","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"97450","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"89410","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"70952","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"91935","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"5989","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"40124","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"74349","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"31717","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"80501","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"41905","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"95556","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"18369","name":"*","chunks":[],"async":true}},"49918":{"*":{"id":"78381","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"13753","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"89065","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"28386","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"21097","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"13256","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"13277","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"15644","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"73513","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"28121","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"94762","name":"*","chunks":[],"async":true}},"65245":{"*":{"id":"39812","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"63658","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"14672","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"44925","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"92980","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"14220","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"89145","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"31482","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"98556","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"15906","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"61633","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"41105","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"25400","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"41335","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"69928","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"84819","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"63245","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"91956","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"25215","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"31284","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"45106","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"81093","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"17249","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"89494","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"99349","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"68199","name":"*","chunks":[],"async":true}},"97006":{"*":{"id":"59782","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"25711","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"53187","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":66160,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":49408,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/globals.css":{"id":94651,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/locale-context.tsx":{"id":32277,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/theme-context.tsx":{"id":23602,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/login/admin/page.tsx":{"id":11725,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/callback/page.tsx":{"id":2151,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/page.tsx":{"id":31317,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/silent-refresh/page.tsx":{"id":86301,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/page.tsx":{"id":42359,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","58974","static/chunks/app/page-2d58b55f7fc5295d.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/layout.tsx":{"id":28266,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","86657","static/chunks/86657-c4e8564cd493c1fa.js","93093","static/chunks/93093-24ce597a2771d2b4.js","1156","static/chunks/1156-c099265b7c7de8ea.js","14655","static/chunks/14655-4f3bc7f3044c42c1.js","57166","static/chunks/57166-73a5f69c6cbb8fe0.js","65326","static/chunks/65326-cc44586b0a54024a.js","57036","static/chunks/57036-6e29db00aaa4be7f.js","93114","static/chunks/93114-fecdce8b8178aac5.js","32825","static/chunks/32825-46542f8813e05868.js","69305","static/chunks/app/(dashboard)/layout-ea19529c2ac3ff78.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/agents/agents-page-client.tsx":{"id":29409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/project-groups/[uuid]/page.tsx":{"id":66891,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@1_dopiq3gdd7y75zltoml32z3h44/node_modules/@radix-ui/react-accordion/dist/index.mjs":{"id":52053,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs":{"id":90299,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_i6nczij7dpergkggiiw7u2k73y/node_modules/@radix-ui/react-avatar/dist/index.mjs":{"id":65514,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._uyvufdvk6idc3jqc7x5tn33mra/node_modules/@radix-ui/react-checkbox/dist/index.mjs":{"id":98861,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs":{"id":38476,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_e6ym22qfb7n7vpvjohdyplktxm/node_modules/@radix-ui/react-context-menu/dist/index.mjs":{"id":74542,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs":{"id":71350,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs":{"id":39025,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs":{"id":75368,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs":{"id":89684,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs":{"id":58057,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs":{"id":6512,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs":{"id":25051,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@_l5hpnxt7cqozstzsxocsvq25jq/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs":{"id":4374,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.11__@ty_4avvqupv4cviqbm2sfcrcw7c34/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs":{"id":19345,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs":{"id":79919,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs":{"id":17533,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._y5uezelezl74kk7ce5go6i52ga/node_modules/@radix-ui/react-progress/dist/index.mjs":{"id":99545,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_go4dvd5ha7hv4ggqbzwzkh2e6y/node_modules/@radix-ui/react-radio-group/dist/index.mjs":{"id":63197,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_p6oyjh3eg2j6i4rk6zmq7njdbu/node_modules/@radix-ui/react-scroll-area/dist/index.mjs":{"id":65326,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._r2x6nsogynsl2crvherrewxpmu/node_modules/@radix-ui/react-select/dist/index.mjs":{"id":48218,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._rxpmmrnshx564ljfxuzptxzvam/node_modules/@radix-ui/react-slider/dist/index.mjs":{"id":56260,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._3mzau72xptrm5jot7ypmiwuvya/node_modules/@radix-ui/react-switch/dist/index.mjs":{"id":60322,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_35f7uxymvqotjbenkc27jz7mcq/node_modules/@radix-ui/react-tabs/dist/index.mjs":{"id":79834,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs":{"id":6947,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs":{"id":88878,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_7q4pzmjon3d3si6uh7mibxkgna/node_modules/@radix-ui/react-toggle/dist/index.mjs":{"id":34857,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._pe2jqdfwr72ddznrf6mndhe5wq/node_modules/@radix-ui/react-toolbar/dist/index.mjs":{"id":97006,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_gcqvdngu5ygqhiwaehtfbeqohe/node_modules/@radix-ui/react-tooltip/dist/index.mjs":{"id":45841,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/collapsible-description.tsx":{"id":38641,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/dashboard-stat-card.tsx":{"id":94409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/edit-project-dialog.tsx":{"id":15421,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-actions.tsx":{"id":68418,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-content.tsx":{"id":19475,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/create-document-dialog.tsx":{"id":87028,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-actions.tsx":{"id":12874,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-comments.tsx":{"id":5501,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-editor.tsx":{"id":49863,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-validation-checklist.tsx":{"id":205,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/source-questions-card.tsx":{"id":96838,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/components/markdown-content.tsx":{"id":37294,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/ui/separator.tsx":{"id":84247,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/create-design-form.tsx":{"id":65245,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-runs/run-view-toggle.tsx":{"id":63420,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/new/create-experiment-form.tsx":{"id":35370,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/experiments-board.tsx":{"id":32432,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/insights/insights-client.tsx":{"id":11432,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/related-works/related-works-client.tsx":{"id":37272,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/research-questions/research-questions-board.tsx":{"id":77543,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/settings/project-settings-client.tsx":{"id":83484,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/new/page.tsx":{"id":34010,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/page.tsx":{"id":88673,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/settings/page.tsx":{"id":42388,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/layout.tsx":{"id":72964,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/[uuid]/page.tsx":{"id":94377,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/new/page.tsx":{"id":41930,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/page.tsx":{"id":49918,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/page.tsx":{"id":56831,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next-intl@4.8.2_next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3___4yqdukjhaa5cmitapixmndjobq/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":57472,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/onboarding/page.tsx":{"id":62960,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/compute/compute-page-client.tsx":{"id":9676,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/live-data-refresher.tsx":{"id":72091,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/ubuntu/Synapse/src/":[],"/home/ubuntu/Synapse/src/app/layout":[{"inlined":false,"path":"static/css/de70bee13400563f.css"},{"inlined":false,"path":"static/css/81cb96eb0c1ad534.css"}],"/home/ubuntu/Synapse/src/app/page":[],"/home/ubuntu/Synapse/src/app/(dashboard)/layout":[],"/home/ubuntu/Synapse/src/app/(dashboard)/loading":[],"/home/ubuntu/Synapse/src/app/api/research-projects/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-designs/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-designs/summary/route":[]},"rscModuleMapping":{"205":{"*":{"id":"1322","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"66803","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"2768","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"41890","name":"*","chunks":[],"async":false}},"6512":{"*":{"id":"73814","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"94733","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"92517","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"58142","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"93069","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"18198","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"69442","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"53460","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"8145","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"92521","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"31706","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"1159","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"83736","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"88922","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"62329","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"16352","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72799","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"69357","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"34065","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"69187","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"67511","name":"*","chunks":[],"async":false}},"34010":{"*":{"id":"89663","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"29723","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"8013","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"36","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"19130","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"17212","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"75324","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"64098","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"31533","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"87827","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"75770","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"20283","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"95015","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"5699","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"99875","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"33914","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"88603","name":"*","chunks":[],"async":false}},"49918":{"*":{"id":"41611","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"43775","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"17531","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"19868","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"90303","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"25982","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"97271","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"32886","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"71287","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"10375","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"82444","name":"*","chunks":[],"async":false}},"65245":{"*":{"id":"78432","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"4176","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"11226","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"27072","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"16038","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"66542","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"15963","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"87352","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"49442","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"81448","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"75655","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"2931","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"20294","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"69757","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"77142","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"6309","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"64059","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"28551","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"45341","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"61298","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"53392","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"92851","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"4719","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"99418","name":"*","chunks":[],"async":false}},"94651":{"*":{"id":"32376","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"20227","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"67413","name":"*","chunks":[],"async":false}},"97006":{"*":{"id":"44236","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"13065","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"6873","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/research-projects/[uuid]/experiment-designs/summary/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"205":{"*":{"id":"51277","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"71394","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"50382","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"89792","name":"*","chunks":[],"async":true}},"6512":{"*":{"id":"55212","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"93319","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"26185","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"75568","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"43591","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"81512","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"33532","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"97769","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"59175","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"66619","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"66529","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"12668","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"51020","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"73935","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"906","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72150","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"403","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"25763","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"58857","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"30993","name":"*","chunks":[],"async":true}},"34010":{"*":{"id":"22837","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"16885","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"2807","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"29642","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"38059","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"97450","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"89410","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"70952","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"91935","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"5989","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"40124","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"74349","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"31717","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"80501","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"41905","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"95556","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"18369","name":"*","chunks":[],"async":true}},"49918":{"*":{"id":"78381","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"13753","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"89065","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"28386","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"21097","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"13256","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"13277","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"15644","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"73513","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"28121","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"94762","name":"*","chunks":[],"async":true}},"65245":{"*":{"id":"39812","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"63658","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"14672","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"44925","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"92980","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"14220","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"89145","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"31482","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"98556","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"15906","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"61633","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"41105","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"25400","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"41335","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"69928","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"84819","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"63245","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"91956","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"25215","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"31284","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"45106","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"81093","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"17249","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"89494","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"99349","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"68199","name":"*","chunks":[],"async":true}},"97006":{"*":{"id":"59782","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"25711","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"53187","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":66160,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":49408,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/globals.css":{"id":94651,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/locale-context.tsx":{"id":32277,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/theme-context.tsx":{"id":23602,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/login/admin/page.tsx":{"id":11725,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/callback/page.tsx":{"id":2151,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/silent-refresh/page.tsx":{"id":86301,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/page.tsx":{"id":31317,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/page.tsx":{"id":42359,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","58974","static/chunks/app/page-2d58b55f7fc5295d.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/layout.tsx":{"id":28266,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","86657","static/chunks/86657-c4e8564cd493c1fa.js","93093","static/chunks/93093-24ce597a2771d2b4.js","1156","static/chunks/1156-c099265b7c7de8ea.js","14655","static/chunks/14655-4f3bc7f3044c42c1.js","57166","static/chunks/57166-73a5f69c6cbb8fe0.js","65326","static/chunks/65326-cc44586b0a54024a.js","57036","static/chunks/57036-6e29db00aaa4be7f.js","93114","static/chunks/93114-fecdce8b8178aac5.js","32825","static/chunks/32825-46542f8813e05868.js","69305","static/chunks/app/(dashboard)/layout-ea19529c2ac3ff78.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/agents/agents-page-client.tsx":{"id":29409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/project-groups/[uuid]/page.tsx":{"id":66891,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@1_dopiq3gdd7y75zltoml32z3h44/node_modules/@radix-ui/react-accordion/dist/index.mjs":{"id":52053,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs":{"id":90299,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_i6nczij7dpergkggiiw7u2k73y/node_modules/@radix-ui/react-avatar/dist/index.mjs":{"id":65514,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._uyvufdvk6idc3jqc7x5tn33mra/node_modules/@radix-ui/react-checkbox/dist/index.mjs":{"id":98861,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs":{"id":38476,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_e6ym22qfb7n7vpvjohdyplktxm/node_modules/@radix-ui/react-context-menu/dist/index.mjs":{"id":74542,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs":{"id":71350,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs":{"id":39025,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs":{"id":75368,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs":{"id":89684,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs":{"id":58057,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs":{"id":6512,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs":{"id":25051,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@_l5hpnxt7cqozstzsxocsvq25jq/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs":{"id":4374,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.11__@ty_4avvqupv4cviqbm2sfcrcw7c34/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs":{"id":19345,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs":{"id":79919,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs":{"id":17533,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._y5uezelezl74kk7ce5go6i52ga/node_modules/@radix-ui/react-progress/dist/index.mjs":{"id":99545,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_go4dvd5ha7hv4ggqbzwzkh2e6y/node_modules/@radix-ui/react-radio-group/dist/index.mjs":{"id":63197,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_p6oyjh3eg2j6i4rk6zmq7njdbu/node_modules/@radix-ui/react-scroll-area/dist/index.mjs":{"id":65326,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._r2x6nsogynsl2crvherrewxpmu/node_modules/@radix-ui/react-select/dist/index.mjs":{"id":48218,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._rxpmmrnshx564ljfxuzptxzvam/node_modules/@radix-ui/react-slider/dist/index.mjs":{"id":56260,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._3mzau72xptrm5jot7ypmiwuvya/node_modules/@radix-ui/react-switch/dist/index.mjs":{"id":60322,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_35f7uxymvqotjbenkc27jz7mcq/node_modules/@radix-ui/react-tabs/dist/index.mjs":{"id":79834,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs":{"id":6947,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs":{"id":88878,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_7q4pzmjon3d3si6uh7mibxkgna/node_modules/@radix-ui/react-toggle/dist/index.mjs":{"id":34857,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._pe2jqdfwr72ddznrf6mndhe5wq/node_modules/@radix-ui/react-toolbar/dist/index.mjs":{"id":97006,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_gcqvdngu5ygqhiwaehtfbeqohe/node_modules/@radix-ui/react-tooltip/dist/index.mjs":{"id":45841,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/collapsible-description.tsx":{"id":38641,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/dashboard-stat-card.tsx":{"id":94409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/edit-project-dialog.tsx":{"id":15421,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-actions.tsx":{"id":68418,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-content.tsx":{"id":19475,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/create-document-dialog.tsx":{"id":87028,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-actions.tsx":{"id":12874,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-comments.tsx":{"id":5501,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-editor.tsx":{"id":49863,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-validation-checklist.tsx":{"id":205,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/source-questions-card.tsx":{"id":96838,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/components/markdown-content.tsx":{"id":37294,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/ui/separator.tsx":{"id":84247,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/create-design-form.tsx":{"id":65245,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-runs/run-view-toggle.tsx":{"id":63420,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/new/create-experiment-form.tsx":{"id":35370,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/experiments-board.tsx":{"id":32432,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/insights/insights-client.tsx":{"id":11432,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/related-works/related-works-client.tsx":{"id":37272,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/research-questions/research-questions-board.tsx":{"id":77543,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/settings/project-settings-client.tsx":{"id":83484,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/page.tsx":{"id":88673,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/new/page.tsx":{"id":34010,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/settings/page.tsx":{"id":42388,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/layout.tsx":{"id":72964,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/[uuid]/page.tsx":{"id":94377,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/page.tsx":{"id":49918,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/new/page.tsx":{"id":41930,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/page.tsx":{"id":56831,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next-intl@4.8.2_next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3___4yqdukjhaa5cmitapixmndjobq/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":57472,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/onboarding/page.tsx":{"id":62960,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/compute/compute-page-client.tsx":{"id":9676,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/live-data-refresher.tsx":{"id":72091,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/ubuntu/Synapse/src/":[],"/home/ubuntu/Synapse/src/app/layout":[{"inlined":false,"path":"static/css/de70bee13400563f.css"},{"inlined":false,"path":"static/css/81cb96eb0c1ad534.css"}],"/home/ubuntu/Synapse/src/app/page":[],"/home/ubuntu/Synapse/src/app/(dashboard)/layout":[],"/home/ubuntu/Synapse/src/app/(dashboard)/loading":[],"/home/ubuntu/Synapse/src/app/api/research-projects/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-designs/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-designs/summary/route":[]},"rscModuleMapping":{"205":{"*":{"id":"1322","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"66803","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"2768","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"41890","name":"*","chunks":[],"async":false}},"6512":{"*":{"id":"73814","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"94733","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"92517","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"58142","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"93069","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"18198","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"69442","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"53460","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"8145","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"92521","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"31706","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"1159","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"83736","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"88922","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"62329","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"16352","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72799","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"69357","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"34065","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"69187","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"67511","name":"*","chunks":[],"async":false}},"34010":{"*":{"id":"89663","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"29723","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"8013","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"36","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"19130","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"17212","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"75324","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"64098","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"31533","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"87827","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"75770","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"20283","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"95015","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"5699","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"99875","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"33914","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"88603","name":"*","chunks":[],"async":false}},"49918":{"*":{"id":"41611","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"43775","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"17531","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"19868","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"90303","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"25982","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"97271","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"32886","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"71287","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"10375","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"82444","name":"*","chunks":[],"async":false}},"65245":{"*":{"id":"78432","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"4176","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"11226","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"27072","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"16038","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"66542","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"15963","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"87352","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"49442","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"81448","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"75655","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"2931","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"20294","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"69757","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"77142","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"6309","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"64059","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"28551","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"45341","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"61298","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"53392","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"92851","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"4719","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"99418","name":"*","chunks":[],"async":false}},"94651":{"*":{"id":"32376","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"20227","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"67413","name":"*","chunks":[],"async":false}},"97006":{"*":{"id":"44236","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"13065","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"6873","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/research-projects/[uuid]/experiment-runs/dependencies/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"205":{"*":{"id":"51277","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"71394","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"50382","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"89792","name":"*","chunks":[],"async":true}},"6512":{"*":{"id":"55212","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"93319","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"26185","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"75568","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"43591","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"81512","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"33532","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"97769","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"59175","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"66619","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"66529","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"12668","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"51020","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"73935","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"906","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72150","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"403","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"25763","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"58857","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"30993","name":"*","chunks":[],"async":true}},"34010":{"*":{"id":"22837","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"16885","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"2807","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"29642","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"38059","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"97450","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"89410","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"70952","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"91935","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"5989","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"40124","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"74349","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"31717","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"80501","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"41905","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"95556","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"18369","name":"*","chunks":[],"async":true}},"49918":{"*":{"id":"78381","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"13753","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"89065","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"28386","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"21097","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"13256","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"13277","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"15644","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"73513","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"28121","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"94762","name":"*","chunks":[],"async":true}},"65245":{"*":{"id":"39812","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"63658","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"14672","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"44925","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"92980","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"14220","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"89145","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"31482","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"98556","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"15906","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"61633","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"41105","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"25400","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"41335","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"69928","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"84819","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"63245","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"91956","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"25215","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"31284","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"45106","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"81093","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"17249","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"89494","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"99349","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"68199","name":"*","chunks":[],"async":true}},"97006":{"*":{"id":"59782","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"25711","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"53187","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":66160,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":49408,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/globals.css":{"id":94651,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/locale-context.tsx":{"id":32277,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/theme-context.tsx":{"id":23602,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/login/admin/page.tsx":{"id":11725,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/callback/page.tsx":{"id":2151,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/page.tsx":{"id":31317,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/silent-refresh/page.tsx":{"id":86301,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/page.tsx":{"id":42359,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","58974","static/chunks/app/page-2d58b55f7fc5295d.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/layout.tsx":{"id":28266,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","86657","static/chunks/86657-c4e8564cd493c1fa.js","93093","static/chunks/93093-24ce597a2771d2b4.js","1156","static/chunks/1156-c099265b7c7de8ea.js","14655","static/chunks/14655-4f3bc7f3044c42c1.js","57166","static/chunks/57166-73a5f69c6cbb8fe0.js","65326","static/chunks/65326-cc44586b0a54024a.js","57036","static/chunks/57036-6e29db00aaa4be7f.js","93114","static/chunks/93114-fecdce8b8178aac5.js","32825","static/chunks/32825-46542f8813e05868.js","69305","static/chunks/app/(dashboard)/layout-ea19529c2ac3ff78.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/agents/agents-page-client.tsx":{"id":29409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/project-groups/[uuid]/page.tsx":{"id":66891,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@1_dopiq3gdd7y75zltoml32z3h44/node_modules/@radix-ui/react-accordion/dist/index.mjs":{"id":52053,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs":{"id":90299,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_i6nczij7dpergkggiiw7u2k73y/node_modules/@radix-ui/react-avatar/dist/index.mjs":{"id":65514,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._uyvufdvk6idc3jqc7x5tn33mra/node_modules/@radix-ui/react-checkbox/dist/index.mjs":{"id":98861,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs":{"id":38476,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_e6ym22qfb7n7vpvjohdyplktxm/node_modules/@radix-ui/react-context-menu/dist/index.mjs":{"id":74542,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs":{"id":71350,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs":{"id":39025,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs":{"id":75368,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs":{"id":89684,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs":{"id":58057,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs":{"id":6512,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs":{"id":25051,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@_l5hpnxt7cqozstzsxocsvq25jq/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs":{"id":4374,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.11__@ty_4avvqupv4cviqbm2sfcrcw7c34/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs":{"id":19345,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs":{"id":79919,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs":{"id":17533,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._y5uezelezl74kk7ce5go6i52ga/node_modules/@radix-ui/react-progress/dist/index.mjs":{"id":99545,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_go4dvd5ha7hv4ggqbzwzkh2e6y/node_modules/@radix-ui/react-radio-group/dist/index.mjs":{"id":63197,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_p6oyjh3eg2j6i4rk6zmq7njdbu/node_modules/@radix-ui/react-scroll-area/dist/index.mjs":{"id":65326,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._r2x6nsogynsl2crvherrewxpmu/node_modules/@radix-ui/react-select/dist/index.mjs":{"id":48218,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._rxpmmrnshx564ljfxuzptxzvam/node_modules/@radix-ui/react-slider/dist/index.mjs":{"id":56260,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._3mzau72xptrm5jot7ypmiwuvya/node_modules/@radix-ui/react-switch/dist/index.mjs":{"id":60322,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_35f7uxymvqotjbenkc27jz7mcq/node_modules/@radix-ui/react-tabs/dist/index.mjs":{"id":79834,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs":{"id":6947,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs":{"id":88878,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_7q4pzmjon3d3si6uh7mibxkgna/node_modules/@radix-ui/react-toggle/dist/index.mjs":{"id":34857,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._pe2jqdfwr72ddznrf6mndhe5wq/node_modules/@radix-ui/react-toolbar/dist/index.mjs":{"id":97006,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_gcqvdngu5ygqhiwaehtfbeqohe/node_modules/@radix-ui/react-tooltip/dist/index.mjs":{"id":45841,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/collapsible-description.tsx":{"id":38641,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/dashboard-stat-card.tsx":{"id":94409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/edit-project-dialog.tsx":{"id":15421,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-actions.tsx":{"id":68418,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-content.tsx":{"id":19475,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/create-document-dialog.tsx":{"id":87028,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-actions.tsx":{"id":12874,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-comments.tsx":{"id":5501,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-editor.tsx":{"id":49863,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-validation-checklist.tsx":{"id":205,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/source-questions-card.tsx":{"id":96838,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/components/markdown-content.tsx":{"id":37294,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/ui/separator.tsx":{"id":84247,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/create-design-form.tsx":{"id":65245,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-runs/run-view-toggle.tsx":{"id":63420,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/new/create-experiment-form.tsx":{"id":35370,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/experiments-board.tsx":{"id":32432,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/insights/insights-client.tsx":{"id":11432,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/related-works/related-works-client.tsx":{"id":37272,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/research-questions/research-questions-board.tsx":{"id":77543,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/settings/project-settings-client.tsx":{"id":83484,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/new/page.tsx":{"id":34010,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/page.tsx":{"id":88673,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/settings/page.tsx":{"id":42388,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/layout.tsx":{"id":72964,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/[uuid]/page.tsx":{"id":94377,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/new/page.tsx":{"id":41930,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/page.tsx":{"id":49918,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/page.tsx":{"id":56831,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next-intl@4.8.2_next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3___4yqdukjhaa5cmitapixmndjobq/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":57472,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/onboarding/page.tsx":{"id":62960,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/compute/compute-page-client.tsx":{"id":9676,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/live-data-refresher.tsx":{"id":72091,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/ubuntu/Synapse/src/":[],"/home/ubuntu/Synapse/src/app/layout":[{"inlined":false,"path":"static/css/de70bee13400563f.css"},{"inlined":false,"path":"static/css/81cb96eb0c1ad534.css"}],"/home/ubuntu/Synapse/src/app/page":[],"/home/ubuntu/Synapse/src/app/(dashboard)/layout":[],"/home/ubuntu/Synapse/src/app/(dashboard)/loading":[],"/home/ubuntu/Synapse/src/app/api/research-projects/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-runs/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-runs/dependencies/route":[]},"rscModuleMapping":{"205":{"*":{"id":"1322","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"66803","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"2768","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"41890","name":"*","chunks":[],"async":false}},"6512":{"*":{"id":"73814","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"94733","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"92517","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"58142","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"93069","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"18198","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"69442","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"53460","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"8145","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"92521","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"31706","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"1159","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"83736","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"88922","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"62329","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"16352","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72799","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"69357","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"34065","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"69187","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"67511","name":"*","chunks":[],"async":false}},"34010":{"*":{"id":"89663","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"29723","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"8013","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"36","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"19130","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"17212","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"75324","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"64098","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"31533","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"87827","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"75770","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"20283","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"95015","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"5699","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"99875","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"33914","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"88603","name":"*","chunks":[],"async":false}},"49918":{"*":{"id":"41611","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"43775","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"17531","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"19868","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"90303","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"25982","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"97271","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"32886","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"71287","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"10375","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"82444","name":"*","chunks":[],"async":false}},"65245":{"*":{"id":"78432","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"4176","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"11226","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"27072","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"16038","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"66542","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"15963","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"87352","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"49442","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"81448","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"75655","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"2931","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"20294","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"69757","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"77142","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"6309","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"64059","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"28551","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"45341","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"61298","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"53392","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"92851","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"4719","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"99418","name":"*","chunks":[],"async":false}},"94651":{"*":{"id":"32376","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"20227","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"67413","name":"*","chunks":[],"async":false}},"97006":{"*":{"id":"44236","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"13065","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"6873","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/research-projects/[uuid]/experiment-runs/dependencies/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"205":{"*":{"id":"51277","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"71394","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"50382","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"89792","name":"*","chunks":[],"async":true}},"6512":{"*":{"id":"55212","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"93319","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"26185","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"75568","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"43591","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"81512","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"33532","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"97769","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"59175","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"66619","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"30892","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"66529","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"12668","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"51020","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"73935","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"906","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72150","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"403","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"25763","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"58857","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"30993","name":"*","chunks":[],"async":true}},"34010":{"*":{"id":"22837","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"16885","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"2807","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"29642","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"38059","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"97450","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"89410","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"70952","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"91935","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"5989","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"40124","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"74349","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"31717","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"80501","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"41905","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"95556","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"18369","name":"*","chunks":[],"async":true}},"49918":{"*":{"id":"78381","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"13753","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"89065","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"28386","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"21097","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"13256","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"13277","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"15644","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"73513","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"28121","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"94762","name":"*","chunks":[],"async":true}},"65245":{"*":{"id":"39812","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"63658","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"14672","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"44925","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"92980","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"14220","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"89145","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"31482","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"98556","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"15906","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"61633","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"41105","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"25400","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"41335","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"69928","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"84819","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"63245","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"91956","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"25215","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"31284","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"45106","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"81093","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"17249","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"89494","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"99349","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"68199","name":"*","chunks":[],"async":true}},"97006":{"*":{"id":"59782","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"25711","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"53187","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":34837,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-page.js":{"id":18730,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/client-segment.js":{"id":38366,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":95011,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/layout-router.js":{"id":77999,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":52955,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":29459,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":12870,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":46691,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}":{"id":66160,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}":{"id":49408,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/globals.css":{"id":94651,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/locale-context.tsx":{"id":32277,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/contexts/theme-context.tsx":{"id":23602,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","7177","static/chunks/app/layout-f8b5cb239efaba58.js"],"async":false},"/home/ubuntu/Synapse/src/app/login/admin/page.tsx":{"id":11725,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/callback/page.tsx":{"id":2151,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/silent-refresh/page.tsx":{"id":86301,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/login/page.tsx":{"id":31317,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/page.tsx":{"id":42359,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","58974","static/chunks/app/page-2d58b55f7fc5295d.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/layout.tsx":{"id":28266,"name":"*","chunks":["12079","static/chunks/12079-0574108f1e035a69.js","86657","static/chunks/86657-c4e8564cd493c1fa.js","93093","static/chunks/93093-24ce597a2771d2b4.js","1156","static/chunks/1156-c099265b7c7de8ea.js","14655","static/chunks/14655-4f3bc7f3044c42c1.js","57166","static/chunks/57166-73a5f69c6cbb8fe0.js","65326","static/chunks/65326-cc44586b0a54024a.js","57036","static/chunks/57036-6e29db00aaa4be7f.js","93114","static/chunks/93114-fecdce8b8178aac5.js","32825","static/chunks/32825-46542f8813e05868.js","69305","static/chunks/app/(dashboard)/layout-ea19529c2ac3ff78.js"],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/agents/agents-page-client.tsx":{"id":29409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/project-groups/[uuid]/page.tsx":{"id":66891,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-accordion@1.2.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@1_dopiq3gdd7y75zltoml32z3h44/node_modules/@radix-ui/react-accordion/dist/index.mjs":{"id":52053,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-alert-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqsmprj3trbkqq2t4obhazjn3i/node_modules/@radix-ui/react-alert-dialog/dist/index.mjs":{"id":90299,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-avatar@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_i6nczij7dpergkggiiw7u2k73y/node_modules/@radix-ui/react-avatar/dist/index.mjs":{"id":65514,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._uyvufdvk6idc3jqc7x5tn33mra/node_modules/@radix-ui/react-checkbox/dist/index.mjs":{"id":98861,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-collapsible@1.1.12_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_u6mobswh67a3sq3e2z3gecdvce/node_modules/@radix-ui/react-collapsible/dist/index.mjs":{"id":38476,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-context-menu@2.2.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_e6ym22qfb7n7vpvjohdyplktxm/node_modules/@radix-ui/react-context-menu/dist/index.mjs":{"id":74542,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dialog@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_jqf5lcndasewi6ug7dswo5v67e/node_modules/@radix-ui/react-dialog/dist/index.mjs":{"id":71350,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-dropdown-menu@2.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+rea_egzlaw7tgn3b2d2ywlmvoewk6e/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs":{"id":39025,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-form@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.11_tym5do4kupotrzxkcv3i7ormku/node_modules/@radix-ui/react-form/dist/index.mjs":{"id":75368,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-hover-card@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_63blceyj3y5mwjzv4lxvp26q6m/node_modules/@radix-ui/react-hover-card/dist/index.mjs":{"id":89684,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-label@2.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_4tojha7iw5m6qjdvslf5stvqpm/node_modules/@radix-ui/react-label/dist/index.mjs":{"id":58057,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-menubar@1.1.16_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._oopwfusf3yl3pfgroabu4purde/node_modules/@radix-ui/react-menubar/dist/index.mjs":{"id":6512,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-navigation-menu@1.2.14_@types+react-dom@19.2.3_@types+react@19.2.11__@types+r_nc4gptulwif4hw6ndlug47vraq/node_modules/@radix-ui/react-navigation-menu/dist/index.mjs":{"id":25051,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-one-time-password-field@0.1.8_@types+react-dom@19.2.3_@types+react@19.2.11__@_l5hpnxt7cqozstzsxocsvq25jq/node_modules/@radix-ui/react-one-time-password-field/dist/index.mjs":{"id":4374,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-password-toggle-field@0.1.3_@types+react-dom@19.2.3_@types+react@19.2.11__@ty_4avvqupv4cviqbm2sfcrcw7c34/node_modules/@radix-ui/react-password-toggle-field/dist/index.mjs":{"id":19345,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._tgrz7k3tzzhmwl4ztvppmf6pvu/node_modules/@radix-ui/react-popover/dist/index.mjs":{"id":79919,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._jqyasib42jsqbiagl3gpnsrs2e/node_modules/@radix-ui/react-portal/dist/index.mjs":{"id":17533,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-progress@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._y5uezelezl74kk7ce5go6i52ga/node_modules/@radix-ui/react-progress/dist/index.mjs":{"id":99545,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@_go4dvd5ha7hv4ggqbzwzkh2e6y/node_modules/@radix-ui/react-radio-group/dist/index.mjs":{"id":63197,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-scroll-area@1.2.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react_p6oyjh3eg2j6i4rk6zmq7njdbu/node_modules/@radix-ui/react-scroll-area/dist/index.mjs":{"id":65326,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-select@2.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._r2x6nsogynsl2crvherrewxpmu/node_modules/@radix-ui/react-select/dist/index.mjs":{"id":48218,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-slider@1.3.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._rxpmmrnshx564ljfxuzptxzvam/node_modules/@radix-ui/react-slider/dist/index.mjs":{"id":56260,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-switch@1.2.6_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._3mzau72xptrm5jot7ypmiwuvya/node_modules/@radix-ui/react-switch/dist/index.mjs":{"id":60322,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tabs@1.1.13_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2.1_35f7uxymvqotjbenkc27jz7mcq/node_modules/@radix-ui/react-tabs/dist/index.mjs":{"id":79834,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toast@1.2.15_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2._s3igbgv4fnhsbdarzfupwd5qse/node_modules/@radix-ui/react-toast/dist/index.mjs":{"id":6947,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle-group@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+reac_yqii64ipbqhyrh5kvmjk7r77bq/node_modules/@radix-ui/react-toggle-group/dist/index.mjs":{"id":88878,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toggle@1.1.10_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_7q4pzmjon3d3si6uh7mibxkgna/node_modules/@radix-ui/react-toggle/dist/index.mjs":{"id":34857,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-toolbar@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19._pe2jqdfwr72ddznrf6mndhe5wq/node_modules/@radix-ui/react-toolbar/dist/index.mjs":{"id":97006,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.11__@types+react@19.2_gcqvdngu5ygqhiwaehtfbeqohe/node_modules/@radix-ui/react-tooltip/dist/index.mjs":{"id":45841,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/esm/client/app-dir/link.js":{"id":12790,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/collapsible-description.tsx":{"id":38641,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/dashboard-stat-card.tsx":{"id":94409,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/dashboard/edit-project-dialog.tsx":{"id":15421,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-actions.tsx":{"id":68418,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/document-content.tsx":{"id":19475,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/documents/create-document-dialog.tsx":{"id":87028,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-actions.tsx":{"id":12874,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-comments.tsx":{"id":5501,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-editor.tsx":{"id":49863,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/design-validation-checklist.tsx":{"id":205,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/source-questions-card.tsx":{"id":96838,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/components/markdown-content.tsx":{"id":37294,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/ui/separator.tsx":{"id":84247,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/create-design-form.tsx":{"id":65245,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiment-runs/run-view-toggle.tsx":{"id":63420,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/new/create-experiment-form.tsx":{"id":35370,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/experiments/experiments-board.tsx":{"id":32432,"name":"*","chunks":[],"async":true},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/insights/insights-client.tsx":{"id":11432,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/related-works/related-works-client.tsx":{"id":37272,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/research-questions/research-questions-board.tsx":{"id":77543,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/[uuid]/settings/project-settings-client.tsx":{"id":83484,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/page.tsx":{"id":88673,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/research-projects/new/page.tsx":{"id":34010,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/settings/page.tsx":{"id":42388,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/layout.tsx":{"id":72964,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/[uuid]/page.tsx":{"id":94377,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/page.tsx":{"id":49918,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/companies/new/page.tsx":{"id":41930,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/admin/page.tsx":{"id":56831,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/node_modules/.pnpm/next-intl@4.8.2_next@15.5.12_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3___4yqdukjhaa5cmitapixmndjobq/node_modules/next-intl/dist/esm/production/shared/NextIntlClientProvider.js":{"id":57472,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/onboarding/page.tsx":{"id":62960,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/app/(dashboard)/compute/compute-page-client.tsx":{"id":9676,"name":"*","chunks":[],"async":false},"/home/ubuntu/Synapse/src/components/live-data-refresher.tsx":{"id":72091,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/ubuntu/Synapse/src/":[],"/home/ubuntu/Synapse/src/app/layout":[{"inlined":false,"path":"static/css/de70bee13400563f.css"},{"inlined":false,"path":"static/css/81cb96eb0c1ad534.css"}],"/home/ubuntu/Synapse/src/app/page":[],"/home/ubuntu/Synapse/src/app/(dashboard)/layout":[],"/home/ubuntu/Synapse/src/app/(dashboard)/loading":[],"/home/ubuntu/Synapse/src/app/api/research-projects/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-runs/route":[],"/home/ubuntu/Synapse/src/app/api/research-projects/[uuid]/experiment-runs/dependencies/route":[]},"rscModuleMapping":{"205":{"*":{"id":"1322","name":"*","chunks":[],"async":false}},"2151":{"*":{"id":"66803","name":"*","chunks":[],"async":false}},"4374":{"*":{"id":"2768","name":"*","chunks":[],"async":false}},"5501":{"*":{"id":"41890","name":"*","chunks":[],"async":false}},"6512":{"*":{"id":"73814","name":"*","chunks":[],"async":false}},"6947":{"*":{"id":"94733","name":"*","chunks":[],"async":false}},"9676":{"*":{"id":"92517","name":"*","chunks":[],"async":false}},"11432":{"*":{"id":"58142","name":"*","chunks":[],"async":false}},"11725":{"*":{"id":"93069","name":"*","chunks":[],"async":false}},"12790":{"*":{"id":"18198","name":"*","chunks":[],"async":false}},"12870":{"*":{"id":"69442","name":"*","chunks":[],"async":false}},"12874":{"*":{"id":"53460","name":"*","chunks":[],"async":false}},"15421":{"*":{"id":"8145","name":"*","chunks":[],"async":false}},"17533":{"*":{"id":"92521","name":"*","chunks":[],"async":false}},"18730":{"*":{"id":"31706","name":"*","chunks":[],"async":false}},"19345":{"*":{"id":"1159","name":"*","chunks":[],"async":false}},"19475":{"*":{"id":"83736","name":"*","chunks":[],"async":false}},"23602":{"*":{"id":"88922","name":"*","chunks":[],"async":false}},"25051":{"*":{"id":"62329","name":"*","chunks":[],"async":false}},"28266":{"*":{"id":"16352","name":"*","chunks":[],"async":false}},"29409":{"*":{"id":"72799","name":"*","chunks":[],"async":false}},"29459":{"*":{"id":"69357","name":"*","chunks":[],"async":false}},"31317":{"*":{"id":"34065","name":"*","chunks":[],"async":false}},"32277":{"*":{"id":"69187","name":"*","chunks":[],"async":false}},"32432":{"*":{"id":"67511","name":"*","chunks":[],"async":false}},"34010":{"*":{"id":"89663","name":"*","chunks":[],"async":false}},"34837":{"*":{"id":"29723","name":"*","chunks":[],"async":false}},"34857":{"*":{"id":"8013","name":"*","chunks":[],"async":false}},"35370":{"*":{"id":"36","name":"*","chunks":[],"async":false}},"37272":{"*":{"id":"19130","name":"*","chunks":[],"async":false}},"37294":{"*":{"id":"17212","name":"*","chunks":[],"async":false}},"38366":{"*":{"id":"75324","name":"*","chunks":[],"async":false}},"38476":{"*":{"id":"64098","name":"*","chunks":[],"async":false}},"38641":{"*":{"id":"31533","name":"*","chunks":[],"async":false}},"39025":{"*":{"id":"87827","name":"*","chunks":[],"async":false}},"41930":{"*":{"id":"75770","name":"*","chunks":[],"async":false}},"42359":{"*":{"id":"20283","name":"*","chunks":[],"async":false}},"42388":{"*":{"id":"95015","name":"*","chunks":[],"async":false}},"45841":{"*":{"id":"5699","name":"*","chunks":[],"async":false}},"46691":{"*":{"id":"99875","name":"*","chunks":[],"async":false}},"48218":{"*":{"id":"33914","name":"*","chunks":[],"async":false}},"49863":{"*":{"id":"88603","name":"*","chunks":[],"async":false}},"49918":{"*":{"id":"41611","name":"*","chunks":[],"async":false}},"52053":{"*":{"id":"43775","name":"*","chunks":[],"async":false}},"52955":{"*":{"id":"17531","name":"*","chunks":[],"async":false}},"56260":{"*":{"id":"19868","name":"*","chunks":[],"async":false}},"56831":{"*":{"id":"90303","name":"*","chunks":[],"async":false}},"57472":{"*":{"id":"25982","name":"*","chunks":[],"async":false}},"58057":{"*":{"id":"97271","name":"*","chunks":[],"async":false}},"60322":{"*":{"id":"32886","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"71287","name":"*","chunks":[],"async":false}},"63197":{"*":{"id":"10375","name":"*","chunks":[],"async":false}},"63420":{"*":{"id":"82444","name":"*","chunks":[],"async":false}},"65245":{"*":{"id":"78432","name":"*","chunks":[],"async":false}},"65326":{"*":{"id":"4176","name":"*","chunks":[],"async":false}},"65514":{"*":{"id":"11226","name":"*","chunks":[],"async":false}},"66891":{"*":{"id":"27072","name":"*","chunks":[],"async":false}},"68418":{"*":{"id":"16038","name":"*","chunks":[],"async":false}},"71350":{"*":{"id":"66542","name":"*","chunks":[],"async":false}},"72091":{"*":{"id":"15963","name":"*","chunks":[],"async":false}},"72964":{"*":{"id":"87352","name":"*","chunks":[],"async":false}},"74542":{"*":{"id":"49442","name":"*","chunks":[],"async":false}},"75368":{"*":{"id":"81448","name":"*","chunks":[],"async":false}},"77543":{"*":{"id":"75655","name":"*","chunks":[],"async":false}},"77999":{"*":{"id":"2931","name":"*","chunks":[],"async":false}},"79834":{"*":{"id":"20294","name":"*","chunks":[],"async":false}},"79919":{"*":{"id":"69757","name":"*","chunks":[],"async":false}},"83484":{"*":{"id":"77142","name":"*","chunks":[],"async":false}},"84247":{"*":{"id":"6309","name":"*","chunks":[],"async":false}},"86301":{"*":{"id":"64059","name":"*","chunks":[],"async":false}},"87028":{"*":{"id":"28551","name":"*","chunks":[],"async":false}},"88673":{"*":{"id":"45341","name":"*","chunks":[],"async":false}},"88878":{"*":{"id":"61298","name":"*","chunks":[],"async":false}},"89684":{"*":{"id":"53392","name":"*","chunks":[],"async":false}},"90299":{"*":{"id":"92851","name":"*","chunks":[],"async":false}},"94377":{"*":{"id":"4719","name":"*","chunks":[],"async":false}},"94409":{"*":{"id":"99418","name":"*","chunks":[],"async":false}},"94651":{"*":{"id":"32376","name":"*","chunks":[],"async":false}},"95011":{"*":{"id":"20227","name":"*","chunks":[],"async":false}},"96838":{"*":{"id":"67413","name":"*","chunks":[],"async":false}},"97006":{"*":{"id":"44236","name":"*","chunks":[],"async":false}},"98861":{"*":{"id":"13065","name":"*","chunks":[],"async":false}},"99545":{"*":{"id":"6873","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|