@vectorize-io/hindsight-control-plane 0.5.4 → 0.5.5
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/package.json +1 -1
- package/standalone/.next/BUILD_ID +1 -1
- package/standalone/.next/app-path-routes-manifest.json +3 -0
- package/standalone/.next/build-manifest.json +3 -3
- package/standalone/.next/prerender-manifest.json +3 -3
- package/standalone/.next/routes-manifest.json +24 -0
- package/standalone/.next/server/app/_global-error.html +1 -1
- package/standalone/.next/server/app/_global-error.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/_not-found.html +1 -1
- package/standalone/.next/server/app/_not-found.rsc +13 -13
- package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +13 -13
- package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +8 -8
- package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route/build-manifest.json +9 -0
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route.js +6 -0
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route.js.map +5 -0
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/banks/[bankId]/tags/route_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route/build-manifest.json +9 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route.js +6 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route.js.map +5 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/documents/[documentId]/chunks/route_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route/build-manifest.json +9 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route.js +6 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route.js.map +5 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/documents/[documentId]/reprocess/route_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app/dashboard.html +1 -1
- package/standalone/.next/server/app/dashboard.rsc +15 -15
- package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +15 -15
- package/standalone/.next/server/app/dashboard.segments/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +8 -8
- package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +4 -4
- package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +3 -3
- package/standalone/.next/server/app/index.html +1 -1
- package/standalone/.next/server/app/index.rsc +13 -13
- package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/standalone/.next/server/app/index.segments/_full.segment.rsc +13 -13
- package/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/index.segments/_index.segment.rsc +8 -8
- package/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/standalone/.next/server/app-paths-manifest.json +3 -0
- package/standalone/.next/server/chunks/0.eh__next-internal_server_app_api_banks_[bankId]_tags_route_actions_04l~2w5.js +3 -0
- package/standalone/.next/server/chunks/0sr1_server_app_api_documents_[documentId]_chunks_route_actions_0oye54l.js +3 -0
- package/standalone/.next/server/chunks/0sr1_server_app_api_documents_[documentId]_reprocess_route_actions_0wz_qjt.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0estz38._.js +1 -1
- package/standalone/.next/server/chunks/[root-of-the-server]__0lu.x0s._.js +1 -1
- package/standalone/.next/server/chunks/[root-of-the-server]__0t8dn-e._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0z2j3hx._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__10koc90._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__12ww4dj._.js +1 -1
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__09_g7l8._.js +6 -5
- package/standalone/.next/server/chunks/ssr/_0u45pfs._.js +1 -1
- package/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/standalone/.next/server/pages/404.html +1 -1
- package/standalone/.next/server/pages/500.html +1 -1
- package/standalone/.next/server/server-reference-manifest.js +1 -1
- package/standalone/.next/server/server-reference-manifest.json +1 -1
- package/standalone/.next/static/chunks/{097uchpw_8qwn.js → 0-_tm3q7~~e~l.js} +1 -1
- package/standalone/.next/static/chunks/0r99ajy0ixo_s.js +9 -0
- package/standalone/.next/static/chunks/0usfy29kyo2k4.css +2 -0
- package/standalone/package.json +1 -1
- package/standalone/.next/static/chunks/11-z6itkm-6zt.css +0 -2
- package/standalone/.next/static/chunks/17md1r75onm4j.js +0 -8
- /package/standalone/.next/static/{IwtQPmflMvzV-TiNhLYeg → sEqqBFu4UYMWs7IZWMc1d}/_buildManifest.js +0 -0
- /package/standalone/.next/static/{IwtQPmflMvzV-TiNhLYeg → sEqqBFu4UYMWs7IZWMc1d}/_clientMiddlewareManifest.js +0 -0
- /package/standalone/.next/static/{IwtQPmflMvzV-TiNhLYeg → sEqqBFu4UYMWs7IZWMc1d}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
3:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
2
|
+
3:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"OutletBoundary"]
|
|
3
3
|
4:"$Sreact.suspense"
|
|
4
|
-
0:{"rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
4
|
+
0:{"rsc":["$","$1","c",{"children":["$L2",null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sEqqBFu4UYMWs7IZWMc1d"}
|
|
5
5
|
5:null
|
|
6
6
|
2:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[42408,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
3
|
-
3:I[78152,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
4
|
-
4:I[59321,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
5
|
-
5:I[95479,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
6
|
-
6:I[84172,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
7
|
-
7:I[15209,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
8
|
-
9:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
2
|
+
2:I[42408,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"ThemeProvider"]
|
|
3
|
+
3:I[78152,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"FeaturesProvider"]
|
|
4
|
+
4:I[59321,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"BankProvider"]
|
|
5
|
+
5:I[95479,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"default"]
|
|
6
|
+
6:I[84172,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"default"]
|
|
7
|
+
7:I[15209,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"Toaster"]
|
|
8
|
+
9:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"OutletBoundary"]
|
|
9
9
|
a:"$Sreact.suspense"
|
|
10
|
-
c:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
11
|
-
e:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
12
|
-
10:I[74255,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
13
|
-
:HL["/_next/static/chunks/
|
|
14
|
-
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
10
|
+
c:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"ViewportBoundary"]
|
|
11
|
+
e:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"MetadataBoundary"]
|
|
12
|
+
10:I[74255,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"default",1]
|
|
13
|
+
:HL["/_next/static/chunks/0usfy29kyo2k4.css","style"]
|
|
14
|
+
0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0usfy29kyo2k4.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0yrpvl-tv4www.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0lwpzlu3p_37_.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0-_tm3q7~~e~l.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":[["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}],["$","$L7",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":["$L8",null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0usfy29kyo2k4.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"sEqqBFu4UYMWs7IZWMc1d"}
|
|
15
15
|
8:E{"digest":"NEXT_REDIRECT;replace;/dashboard;307;"}
|
|
16
16
|
d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
17
|
-
11:I[76608,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
17
|
+
11:I[76608,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"IconMark"]
|
|
18
18
|
b:null
|
|
19
19
|
f:[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L11","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
3
|
-
3:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
2
|
+
2:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[53331,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[76608,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
5
|
+
5:I[76608,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Hindsight Control Plane"}],["$","meta","1",{"name":"description","content":"Control plane for the temporal semantic memory system"}],["$","link","2",{"rel":"icon","href":"/favicon.png"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sEqqBFu4UYMWs7IZWMc1d"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[42408,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
3
|
-
3:I[78152,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
4
|
-
4:I[59321,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
5
|
-
5:I[95479,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
6
|
-
6:I[84172,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
7
|
-
7:I[15209,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/
|
|
8
|
-
:HL["/_next/static/chunks/
|
|
9
|
-
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/
|
|
2
|
+
2:I[42408,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"ThemeProvider"]
|
|
3
|
+
3:I[78152,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"FeaturesProvider"]
|
|
4
|
+
4:I[59321,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"BankProvider"]
|
|
5
|
+
5:I[95479,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"default"]
|
|
6
|
+
6:I[84172,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"default"]
|
|
7
|
+
7:I[15209,["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"Toaster"]
|
|
8
|
+
:HL["/_next/static/chunks/0usfy29kyo2k4.css","style"]
|
|
9
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0usfy29kyo2k4.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0yrpvl-tv4www.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0lwpzlu3p_37_.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0-_tm3q7~~e~l.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"bg-background text-foreground","children":[["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}],["$","$L7",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sEqqBFu4UYMWs7IZWMc1d"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
2
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"
|
|
1
|
+
:HL["/_next/static/chunks/0usfy29kyo2k4.css","style"]
|
|
2
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"sEqqBFu4UYMWs7IZWMc1d"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":95479,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js":{"id":95479,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":84172,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":84172,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":87154,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js":{"id":87154,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":87932,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js":{"id":87932,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5501,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5501,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":53331,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":53331,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":76608,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":76608,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx <module evaluation>":{"id":78152,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx":{"id":78152,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx <module evaluation>":{"id":15209,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx":{"id":15209,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":74255,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js":{"id":74255,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/097uchpw_8qwn.js"],"async":false}},"ssrModuleMapping":{"95479":{"*":{"id":86641,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"84172":{"*":{"id":1437,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"87154":{"*":{"id":33828,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"87932":{"*":{"id":50893,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"5501":{"*":{"id":96515,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"53331":{"*":{"id":88620,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"76608":{"*":{"id":63847,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"78152":{"*":{"id":74206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"15209":{"*":{"id":66666,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"74255":{"*":{"id":86848,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js","server/chunks/ssr/_10tj6yd._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"95479":{"*":{"id":29531,"name":"*","chunks":[],"async":false}},"84172":{"*":{"id":37859,"name":"*","chunks":[],"async":false}},"87154":{"*":{"id":16243,"name":"*","chunks":[],"async":false}},"87932":{"*":{"id":55956,"name":"*","chunks":[],"async":false}},"5501":{"*":{"id":247,"name":"*","chunks":[],"async":false}},"53331":{"*":{"id":3642,"name":"*","chunks":[],"async":false}},"76608":{"*":{"id":84981,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"78152":{"*":{"id":91920,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}},"15209":{"*":{"id":88786,"name":"*","chunks":[],"async":false}},"74255":{"*":{"id":62021,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/11-z6itkm-6zt.css","inlined":false}],"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/11-z6itkm-6zt.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/0yrpvl-tv4www.js","static/chunks/0lwpzlu3p_37_.js","static/chunks/097uchpw_8qwn.js"],"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0yrpvl-tv4www.js","static/chunks/0lwpzlu3p_37_.js","static/chunks/097uchpw_8qwn.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":95479,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/layout-router.js":{"id":95479,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":84172,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":84172,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":87154,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-page.js":{"id":87154,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":87932,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/client-segment.js":{"id":87932,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":5501,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":5501,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":53331,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":53331,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":76608,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":76608,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx <module evaluation>":{"id":59321,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/lib/bank-context.tsx":{"id":59321,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx <module evaluation>":{"id":78152,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/lib/features-context.tsx":{"id":78152,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx <module evaluation>":{"id":42408,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/lib/theme-context.tsx":{"id":42408,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx <module evaluation>":{"id":15209,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/src/components/ui/sonner.tsx":{"id":15209,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":74255,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false},"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error.js":{"id":74255,"name":"*","chunks":["/_next/static/chunks/0yrpvl-tv4www.js","/_next/static/chunks/0lwpzlu3p_37_.js","/_next/static/chunks/0-_tm3q7~~e~l.js"],"async":false}},"ssrModuleMapping":{"95479":{"*":{"id":86641,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"84172":{"*":{"id":1437,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"87154":{"*":{"id":33828,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"87932":{"*":{"id":50893,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"5501":{"*":{"id":96515,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"53331":{"*":{"id":88620,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"76608":{"*":{"id":63847,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"59321":{"*":{"id":4086,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"78152":{"*":{"id":74206,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"42408":{"*":{"id":5500,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"15209":{"*":{"id":66666,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js"],"async":false}},"74255":{"*":{"id":86848,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0kccejk._.js","server/chunks/ssr/0xqq_next_dist_0lz8ap0._.js","server/chunks/ssr/_0u45pfs._.js","server/chunks/ssr/_10tj6yd._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"95479":{"*":{"id":29531,"name":"*","chunks":[],"async":false}},"84172":{"*":{"id":37859,"name":"*","chunks":[],"async":false}},"87154":{"*":{"id":16243,"name":"*","chunks":[],"async":false}},"87932":{"*":{"id":55956,"name":"*","chunks":[],"async":false}},"5501":{"*":{"id":247,"name":"*","chunks":[],"async":false}},"53331":{"*":{"id":3642,"name":"*","chunks":[],"async":false}},"76608":{"*":{"id":84981,"name":"*","chunks":[],"async":false}},"59321":{"*":{"id":39669,"name":"*","chunks":[],"async":false}},"78152":{"*":{"id":91920,"name":"*","chunks":[],"async":false}},"42408":{"*":{"id":30664,"name":"*","chunks":[],"async":false}},"15209":{"*":{"id":88786,"name":"*","chunks":[],"async":false}},"74255":{"*":{"id":62021,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/hindsight-control-plane/src/app/layout":[{"path":"static/chunks/0usfy29kyo2k4.css","inlined":false}],"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/0usfy29kyo2k4.css","inlined":false}]},"entryJSFiles":{"[project]/hindsight-control-plane/src/app/layout":["static/chunks/0yrpvl-tv4www.js","static/chunks/0lwpzlu3p_37_.js","static/chunks/0-_tm3q7~~e~l.js"],"[project]/hindsight-control-plane/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0yrpvl-tv4www.js","static/chunks/0lwpzlu3p_37_.js","static/chunks/0-_tm3q7~~e~l.js"]}};
|
|
3
3
|
|
|
@@ -18,11 +18,14 @@
|
|
|
18
18
|
"/api/banks/[bankId]/observations/route": "app/api/banks/[bankId]/observations/route.js",
|
|
19
19
|
"/api/banks/[bankId]/operations/[operationId]/route": "app/api/banks/[bankId]/operations/[operationId]/route.js",
|
|
20
20
|
"/api/banks/[bankId]/route": "app/api/banks/[bankId]/route.js",
|
|
21
|
+
"/api/banks/[bankId]/tags/route": "app/api/banks/[bankId]/tags/route.js",
|
|
21
22
|
"/api/banks/[bankId]/webhooks/[webhookId]/deliveries/route": "app/api/banks/[bankId]/webhooks/[webhookId]/deliveries/route.js",
|
|
22
23
|
"/api/banks/[bankId]/webhooks/[webhookId]/route": "app/api/banks/[bankId]/webhooks/[webhookId]/route.js",
|
|
23
24
|
"/api/banks/[bankId]/webhooks/route": "app/api/banks/[bankId]/webhooks/route.js",
|
|
24
25
|
"/api/banks/route": "app/api/banks/route.js",
|
|
25
26
|
"/api/chunks/[chunkId]/route": "app/api/chunks/[chunkId]/route.js",
|
|
27
|
+
"/api/documents/[documentId]/chunks/route": "app/api/documents/[documentId]/chunks/route.js",
|
|
28
|
+
"/api/documents/[documentId]/reprocess/route": "app/api/documents/[documentId]/reprocess/route.js",
|
|
26
29
|
"/api/documents/[documentId]/route": "app/api/documents/[documentId]/route.js",
|
|
27
30
|
"/api/documents/route": "app/api/documents/route.js",
|
|
28
31
|
"/api/entities/[entityId]/regenerate/route": "app/api/entities/[entityId]/regenerate/route.js",
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},93006,e=>{"use strict";var t=e.i(72568),r=e.i(7108),a=e.i(51953),n=e.i(84266),s=e.i(67173),
|
|
1
|
+
module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},93006,e=>{"use strict";var t=e.i(72568),r=e.i(7108),a=e.i(51953),n=e.i(84266),s=e.i(67173),i=e.i(79722),o=e.i(43740),l=e.i(40344),d=e.i(66182),p=e.i(58682),u=e.i(48886),c=e.i(86573),h=e.i(3341),g=e.i(9629),x=e.i(64331),R=e.i(93695);e.i(28825);var v=e.i(64694),f=e.i(39327),w=e.i(25134);async function m(e){try{let t=e.nextUrl.searchParams,r=t.get("bank_id")||t.get("agent_id");if(!r)return f.NextResponse.json({error:"bank_id is required"},{status:400});let a=new URLSearchParams,n=t.get("type")||t.get("fact_type");n&&a.append("type",n);let s=t.get("limit");s&&a.append("limit",s);let i=t.get("q");i&&a.append("q",i);let o=t.getAll("tags");for(let e of o)a.append("tags",e);o.length>0&&a.append("tags_match","all_strict");let l=t.get("document_id");l&&a.append("document_id",l);let d=t.get("chunk_id");d&&a.append("chunk_id",d);let p=await fetch(`${w.DATAPLANE_URL}/v1/default/banks/${r}/graph?${a}`,{headers:(0,w.getDataplaneHeaders)()});if(!p.ok){let e=await p.json().catch(()=>({detail:p.statusText}));return f.NextResponse.json(e,{status:p.status})}let u=await p.json();return f.NextResponse.json(u,{status:200})}catch(e){return console.error("Error fetching graph data:",e),f.NextResponse.json({error:"Failed to fetch graph data"},{status:500})}}e.s(["GET",0,m],44154);var E=e.i(44154);let y=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/graph/route",pathname:"/api/graph",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/hindsight-control-plane/src/app/api/graph/route.ts",nextConfigOutput:"standalone",userland:E}),{workAsyncStorage:C,workUnitAsyncStorage:A,serverHooks:_}=y;async function b(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),y.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/graph/route";f=f.replace(/\/index$/,"")||"/";let w=await y.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!w)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:m,params:E,nextConfig:C,parsedUrl:A,isDraftMode:_,prerenderManifest:b,routerServerContext:N,isOnDemandRevalidate:T,revalidateOnlyGenerated:k,resolvedPathname:P,clientReferenceManifest:q,serverActionsManifest:j}=w,S=(0,o.normalizeAppPath)(f),O=!!(b.dynamicRoutes[S]||b.routes[P]),U=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,A,!1):t.end("This page could not be found"),null);if(O&&!_){let e=!!b.routes[P],t=b.dynamicRoutes[S];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await U();throw new R.NoFallbackError}}let H=null;!O||y.isDev||_||(H="/index"===(H=P)?"/":H);let I=!0===y.isDev||!O,D=O&&!I;j&&q&&(0,i.setManifestsSingleton)({page:f,clientReferenceManifest:q,serverActionsManifest:j});let M=e.method||"GET",$=(0,s.getTracer)(),F=$.getActiveScopeSpan(),K=!!(null==N?void 0:N.isWrappedByNextServer),L=!!(0,n.getRequestMeta)(e,"minimalMode"),B=(0,n.getRequestMeta)(e,"incrementalCache")||await y.getIncrementalCache(e,C,b,L);null==B||B.resetRequestCache(),globalThis.__incrementalCache=B;let G={params:E,previewProps:b.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:I,incrementalCache:B,cacheLifeProfiles:C.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>y.onRequestError(e,t,a,n,N)},sharedContext:{buildId:m}},V=new l.NodeNextRequest(e),W=new l.NodeNextResponse(t),X=d.NextRequestAdapter.fromNodeNextRequest(V,(0,d.signalFromNodeResponse)(t));try{let n,i=async e=>y.handle(X,G).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==p.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${M} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${M} ${f}`)}),o=async n=>{var s,o;let l=async({previousCacheEntry:r})=>{try{if(!L&&T&&k&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await i(n);e.fetchMetrics=G.renderOpts.fetchMetrics;let o=G.renderOpts.pendingWaitUntil;o&&a.waitUntil&&(a.waitUntil(o),o=void 0);let l=G.renderOpts.collectedTags;if(!O)return await (0,c.sendResponse)(V,W,s,G.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[x.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==G.renderOpts.collectedRevalidate&&!(G.renderOpts.collectedRevalidate>=x.INFINITE_CACHE)&&G.renderOpts.collectedRevalidate,a=void 0===G.renderOpts.collectedExpire||G.renderOpts.collectedExpire>=x.INFINITE_CACHE?void 0:G.renderOpts.collectedExpire;return{value:{kind:v.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await y.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:D,isOnDemandRevalidate:T})},!1,N),t}},d=await y.handleResponse({req:e,nextConfig:C,cacheKey:H,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:b,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:k,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:L});if(!O)return null;if((null==d||null==(s=d.value)?void 0:s.kind)!==v.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(o=d.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});L||t.setHeader("x-nextjs-cache",T?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),_&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let p=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return L&&O||p.delete(x.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||p.get("Cache-Control")||p.set("Cache-Control",(0,g.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(V,W,new Response(d.value.body,{headers:p,status:d.value.status||200})),null};K&&F?await o(F):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(p.BaseServerSpan.handleRequest,{spanName:`${M} ${f}`,kind:s.SpanKind.SERVER,attributes:{"http.method":M,"http.target":e.url}},o),void 0,!K))}catch(t){if(t instanceof R.NoFallbackError||await y.onRequestError(e,t,{routerKind:"App Router",routePath:S,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:D,isOnDemandRevalidate:T})},!1,N),O)throw t;return await (0,c.sendResponse)(V,W,new Response(null,{status:500})),null}}e.s(["handler",0,b,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:A})},"routeModule",0,y,"serverHooks",0,_,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,A],93006)}];
|
|
2
2
|
|
|
3
3
|
//# sourceMappingURL=%5Broot-of-the-server%5D__0estz38._.js.map
|