@vectorize-io/hindsight-control-plane 0.6.2 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -2
- package/standalone/.next/BUILD_ID +1 -1
- package/standalone/.next/app-path-routes-manifest.json +6 -5
- package/standalone/.next/build-manifest.json +6 -6
- package/standalone/.next/prerender-manifest.json +389 -20
- package/standalone/.next/required-server-files.json +4 -1
- package/standalone/.next/routes-manifest.json +37 -21
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/build-manifest.json +3 -3
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page.js +16 -0
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page.js.nft.json +1 -0
- package/standalone/.next/server/app/[locale]/banks/[bankId]/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/[locale]/dashboard/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/{login → [locale]/dashboard}/page/build-manifest.json +3 -3
- package/standalone/.next/server/app/[locale]/dashboard/page.js +16 -0
- package/standalone/.next/server/app/[locale]/dashboard/page.js.nft.json +1 -0
- package/standalone/.next/server/app/[locale]/dashboard/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/[locale]/login/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/{dashboard → [locale]/login}/page/build-manifest.json +3 -3
- package/standalone/.next/server/app/[locale]/login/page.js +16 -0
- package/standalone/.next/server/app/{banks/[bankId] → [locale]/login}/page.js.nft.json +1 -1
- package/standalone/.next/server/app/[locale]/login/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/[locale]/page/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/{page → [locale]/page}/build-manifest.json +3 -3
- package/standalone/.next/server/app/[locale]/page.js +16 -0
- package/standalone/.next/server/app/{dashboard → [locale]}/page.js.nft.json +1 -1
- package/standalone/.next/server/app/[locale]/page_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -3
- package/standalone/.next/server/app/_global-error/page.js +2 -2
- package/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- 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/build-manifest.json +3 -3
- package/standalone/.next/server/app/_not-found/page.js +3 -3
- package/standalone/.next/server/app/_not-found/page.js.nft.json +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 +15 -19
- package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +15 -19
- package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +4 -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/auth/login/route.js +1 -1
- package/standalone/.next/server/app/api/auth/login/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/auth/logout/route.js +1 -1
- package/standalone/.next/server/app/api/auth/logout/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/config/route.js +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/config/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/consolidate/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/consolidation-recover/route.js +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/consolidation-recover/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route/app-paths-manifest.json +3 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route/build-manifest.json +9 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route/server-reference-manifest.json +4 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route.js +7 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route.js.map +5 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route.js.nft.json +1 -0
- package/standalone/.next/server/app/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route_client-reference-manifest.js +3 -0
- package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/operations/[operationId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/route.js +1 -1
- package/standalone/.next/server/app/api/banks/[bankId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/banks/route.js +1 -1
- package/standalone/.next/server/app/api/banks/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js +1 -1
- package/standalone/.next/server/app/api/chunks/[chunkId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/documents/[documentId]/route.js +1 -1
- package/standalone/.next/server/app/api/documents/[documentId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/documents/route.js +1 -1
- package/standalone/.next/server/app/api/documents/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js +1 -1
- package/standalone/.next/server/app/api/entities/[entityId]/regenerate/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/[entityId]/route.js +1 -1
- package/standalone/.next/server/app/api/entities/[entityId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/graph/route.js +1 -1
- package/standalone/.next/server/app/api/entities/graph/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/entities/route.js +1 -1
- package/standalone/.next/server/app/api/entities/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/memories/retain_async/route.js +1 -1
- package/standalone/.next/server/app/api/memories/retain_async/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/operations/[agentId]/route.js +1 -1
- package/standalone/.next/server/app/api/operations/[agentId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/profile/[bankId]/route.js +1 -1
- package/standalone/.next/server/app/api/profile/[bankId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/reflect/route.js +1 -1
- package/standalone/.next/server/app/api/reflect/route.js.nft.json +1 -1
- package/standalone/.next/server/app/api/stats/[agentId]/route.js +1 -1
- package/standalone/.next/server/app/api/stats/[agentId]/route.js.nft.json +1 -1
- package/standalone/.next/server/app/de/dashboard.html +1 -0
- package/standalone/.next/server/app/de/dashboard.meta +16 -0
- package/standalone/.next/server/app/de/dashboard.rsc +28 -0
- package/standalone/.next/server/app/de/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/de/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/de/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/de/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/{dashboard.segments → de/dashboard.segments}/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/de/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/de/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/de/login.html +1 -0
- package/standalone/.next/server/app/de/login.meta +16 -0
- package/standalone/.next/server/app/de/login.rsc +28 -0
- package/standalone/.next/server/app/de/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/de/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/de/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/de/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/{login.segments → de/login.segments}/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/de/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/de/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/en/dashboard.html +1 -0
- package/standalone/.next/server/app/en/dashboard.meta +16 -0
- package/standalone/.next/server/app/en/dashboard.rsc +28 -0
- package/standalone/.next/server/app/en/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/en/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/en/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/en/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/{index.segments → en/dashboard.segments}/_head.segment.rsc +4 -4
- package/standalone/.next/server/app/en/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/en/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/en/login.html +1 -0
- package/standalone/.next/server/app/en/login.meta +16 -0
- package/standalone/.next/server/app/en/login.rsc +28 -0
- package/standalone/.next/server/app/en/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/en/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/en/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/en/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/en/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/en/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/en/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/es/dashboard.html +1 -0
- package/standalone/.next/server/app/es/dashboard.meta +16 -0
- package/standalone/.next/server/app/es/dashboard.rsc +28 -0
- package/standalone/.next/server/app/es/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/es/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/es/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/es/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/es/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/es/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/es/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/es/login.html +1 -0
- package/standalone/.next/server/app/es/login.meta +16 -0
- package/standalone/.next/server/app/es/login.rsc +28 -0
- package/standalone/.next/server/app/es/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/es/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/es/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/es/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/es/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/es/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/es/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/fr/dashboard.html +1 -0
- package/standalone/.next/server/app/fr/dashboard.meta +16 -0
- package/standalone/.next/server/app/fr/dashboard.rsc +28 -0
- package/standalone/.next/server/app/fr/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/fr/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/fr/login.html +1 -0
- package/standalone/.next/server/app/fr/login.meta +16 -0
- package/standalone/.next/server/app/fr/login.rsc +28 -0
- package/standalone/.next/server/app/fr/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/fr/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/fr/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/fr/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/fr/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/fr/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ja/dashboard.html +1 -0
- package/standalone/.next/server/app/ja/dashboard.meta +16 -0
- package/standalone/.next/server/app/ja/dashboard.rsc +28 -0
- package/standalone/.next/server/app/ja/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ja/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ja/login.html +1 -0
- package/standalone/.next/server/app/ja/login.meta +16 -0
- package/standalone/.next/server/app/ja/login.rsc +28 -0
- package/standalone/.next/server/app/ja/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ja/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ja/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ja/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ja/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ja/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ko/dashboard.html +1 -0
- package/standalone/.next/server/app/ko/dashboard.meta +16 -0
- package/standalone/.next/server/app/ko/dashboard.rsc +28 -0
- package/standalone/.next/server/app/ko/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ko/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/ko/login.html +1 -0
- package/standalone/.next/server/app/ko/login.meta +16 -0
- package/standalone/.next/server/app/ko/login.rsc +28 -0
- package/standalone/.next/server/app/ko/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/ko/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/ko/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/ko/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/ko/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/ko/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/pt/dashboard.html +1 -0
- package/standalone/.next/server/app/pt/dashboard.meta +16 -0
- package/standalone/.next/server/app/pt/dashboard.rsc +28 -0
- package/standalone/.next/server/app/pt/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/pt/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/pt/login.html +1 -0
- package/standalone/.next/server/app/pt/login.meta +16 -0
- package/standalone/.next/server/app/pt/login.rsc +28 -0
- package/standalone/.next/server/app/pt/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/pt/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/pt/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/pt/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/pt/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/pt/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/zh/dashboard.html +1 -0
- package/standalone/.next/server/app/zh/dashboard.meta +16 -0
- package/standalone/.next/server/app/zh/dashboard.rsc +28 -0
- package/standalone/.next/server/app/zh/dashboard.segments/$d$locale/dashboard/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/zh/dashboard.segments/$d$locale/dashboard.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/dashboard.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/dashboard.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app/zh/login.html +1 -0
- package/standalone/.next/server/app/zh/login.meta +16 -0
- package/standalone/.next/server/app/zh/login.rsc +28 -0
- package/standalone/.next/server/app/zh/login.segments/$d$locale/login/__PAGE__.segment.rsc +9 -0
- package/standalone/.next/server/app/zh/login.segments/$d$locale/login.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/login.segments/$d$locale.segment.rsc +11 -0
- package/standalone/.next/server/app/zh/login.segments/_full.segment.rsc +28 -0
- package/standalone/.next/server/app/zh/login.segments/_head.segment.rsc +6 -0
- package/standalone/.next/server/app/zh/login.segments/_index.segment.rsc +5 -0
- package/standalone/.next/server/app/zh/login.segments/_tree.segment.rsc +2 -0
- package/standalone/.next/server/app-paths-manifest.json +6 -5
- package/standalone/.next/server/chunks/0yrl_api_banks_[bankId]_mental-models_[mentalModelId]_clear_route_actions_072d10i.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0-01_nh._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__01dmrt.._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__02szboy._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__034t-5b._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__04f8yge._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__09wzap6._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0_85hy3._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0bj66gx._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0c6gzxo._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0eelqcs._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ie0vnh._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0j_3g3q._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0jrleac._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ksao0s._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0nlcx8c._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0opgsb1._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0qtmdr8._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0rrr9x1._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__0ti9a8y._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__10swise._.js +3 -0
- package/standalone/.next/server/chunks/[root-of-the-server]__13w-r-z._.js +3 -0
- package/standalone/.next/server/chunks/hindsight-control-plane_src_lib_hindsight-client_ts_08a51-e._.js +1 -1
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_[locale]_banks_[bankId]_page_actions_0ue6gbf.js +3 -0
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_[locale]_dashboard_page_actions_0do7pmi.js +3 -0
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_[locale]_login_page_actions_0i~tp-7.js +3 -0
- package/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l5r-52._.js → [root-of-the-server]__09358ph._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ef0i39._.js +11 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hb_hxc._.js +3 -0
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0l4klq3._.js +3 -0
- package/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0i1yiyh._.js → [root-of-the-server]__0n_awzr._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/{[root-of-the-server]__13dmc~7._.js → [root-of-the-server]__0sqm5sc._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y7gibh._.js +3 -0
- package/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0146r~c._.js → [root-of-the-server]__0y7riw8._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/_0-~wj-r._.js +5 -0
- package/standalone/.next/server/chunks/ssr/_04wviei._.js +5 -0
- package/standalone/.next/server/chunks/ssr/_0a1en~h._.js +3 -0
- package/standalone/.next/server/chunks/ssr/_0b.ev0c._.js +5 -0
- package/standalone/.next/server/chunks/ssr/{_0mh~vnk._.js → _0d_o1xx._.js} +2 -2
- package/standalone/.next/server/chunks/ssr/_0htg~ae._.js +3 -0
- package/standalone/.next/server/chunks/ssr/_13p-5vn._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_[locale]_page_actions_0914.k-.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_app_layout_tsx_0r-lo1z._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_components_bank-selector_tsx_06fpcdx._.js +2 -2
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_0txe2jr._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_de_json_[json]_cjs_0srwftc._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_en_json_[json]_cjs_04--cex._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_es_json_[json]_cjs_038wd7u._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_fr_json_[json]_cjs_0.o-707._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_ja_json_[json]_cjs_0cxdclo._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_ko_json_[json]_cjs_08d_xf1._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_pt_json_[json]_cjs_07-fhnd._.js +3 -0
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_messages_zh_json_[json]_cjs_06tnqb7._.js +3 -0
- package/standalone/.next/server/chunks/ssr/node_modules_0utg6.~._.js +8 -0
- package/standalone/.next/server/chunks/ssr/node_modules_next_dist_0eytjwn._.js +6 -0
- package/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0rgz5sc.js → node_modules_next_dist_esm_build_templates_app-page_05dtw8y.js} +3 -3
- package/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_127zk4f.js → node_modules_next_dist_esm_build_templates_app-page_0a365-r.js} +3 -3
- package/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0~l7yql.js → node_modules_next_dist_esm_build_templates_app-page_0sh8shx.js} +3 -3
- package/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0it2daa.js → node_modules_next_dist_esm_build_templates_app-page_0xu7a4..js} +3 -3
- package/standalone/.next/server/edge/chunks/[root-of-the-server]__0c-3-sn._.js +11 -0
- package/standalone/.next/server/edge/chunks/{turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_0z67sut.js → turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_075umn2.js} +2 -2
- package/standalone/.next/server/middleware-build-manifest.js +6 -6
- package/standalone/.next/server/middleware-manifest.json +10 -10
- 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/MMYwrcm_du0E-4B-zWZBI/_clientMiddlewareManifest.js +6 -0
- package/standalone/.next/static/MMYwrcm_du0E-4B-zWZBI/_ssgManifest.js +1 -0
- package/standalone/.next/static/chunks/0.l7-.3tq1zmt.js +9 -0
- package/standalone/.next/static/chunks/00~w_a.ofq1e5.css +2 -0
- package/standalone/.next/static/chunks/0609lyuhbdhkd.js +3 -0
- package/standalone/.next/static/chunks/092d.t26vuq~n.js +5 -0
- package/standalone/.next/static/chunks/{172kko93lglzd.js → 0b.234u8uc4ul.js} +1 -1
- package/standalone/.next/static/chunks/0cxu7qr5divs~.js +1 -0
- package/standalone/.next/static/chunks/0equ8vbwlrzt1.js +1 -0
- package/standalone/.next/static/chunks/0hapv0s-.qy~7.js +1 -0
- package/standalone/.next/static/chunks/0shp_f7km6-si.js +3 -0
- package/standalone/.next/static/chunks/{0cvc2q7n4bgin.js → 0~c8ctlhr75mf.js} +1 -1
- package/standalone/.next/static/chunks/11tqqi8rxondo.js +2 -0
- package/standalone/.next/static/chunks/14ica5bi5y--p.js +3 -0
- package/standalone/.next/static/chunks/{turbopack-13c2vkonuuqnn.js → turbopack-1577ld28xna95.js} +1 -1
- package/standalone/package.json +8 -2
- package/standalone/server.js +1 -1
- package/standalone/.next/server/app/banks/[bankId]/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/banks/[bankId]/page.js +0 -13
- package/standalone/.next/server/app/banks/[bankId]/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/app/dashboard/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/dashboard/page.js +0 -13
- package/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/app/dashboard.html +0 -1
- package/standalone/.next/server/app/dashboard.meta +0 -15
- package/standalone/.next/server/app/dashboard.rsc +0 -24
- package/standalone/.next/server/app/dashboard.segments/_full.segment.rsc +0 -24
- package/standalone/.next/server/app/dashboard.segments/_index.segment.rsc +0 -9
- package/standalone/.next/server/app/dashboard.segments/_tree.segment.rsc +0 -2
- package/standalone/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +0 -9
- package/standalone/.next/server/app/dashboard.segments/dashboard.segment.rsc +0 -5
- package/standalone/.next/server/app/index.html +0 -1
- package/standalone/.next/server/app/index.meta +0 -16
- package/standalone/.next/server/app/index.rsc +0 -19
- package/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
- package/standalone/.next/server/app/index.segments/_full.segment.rsc +0 -19
- package/standalone/.next/server/app/index.segments/_index.segment.rsc +0 -9
- package/standalone/.next/server/app/index.segments/_tree.segment.rsc +0 -2
- package/standalone/.next/server/app/login/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/login/page.js +0 -13
- package/standalone/.next/server/app/login/page.js.nft.json +0 -1
- package/standalone/.next/server/app/login/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/app/login.html +0 -1
- package/standalone/.next/server/app/login.meta +0 -15
- package/standalone/.next/server/app/login.rsc +0 -24
- package/standalone/.next/server/app/login.segments/_full.segment.rsc +0 -24
- package/standalone/.next/server/app/login.segments/_index.segment.rsc +0 -9
- package/standalone/.next/server/app/login.segments/_tree.segment.rsc +0 -2
- package/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +0 -9
- package/standalone/.next/server/app/login.segments/login.segment.rsc +0 -5
- package/standalone/.next/server/app/page/app-paths-manifest.json +0 -3
- package/standalone/.next/server/app/page.js +0 -14
- package/standalone/.next/server/app/page.js.nft.json +0 -1
- package/standalone/.next/server/app/page_client-reference-manifest.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0-19xx0._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0.agsak._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0.i626k._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__00i3o1z._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__02nwakm._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__05-gqwe._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__08tjq.i._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0_lq~dt._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0c34es9._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0ib~g6h._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0ih88nb._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0j21skf._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0jkvo~~._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0jukxf0._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0mbqcjv._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0rldm53._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0w48xj-._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0wtx8ox._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__0w~~_ar._.js +0 -3
- package/standalone/.next/server/chunks/[root-of-the-server]__11ulkfa._.js +0 -3
- package/standalone/.next/server/chunks/ssr/0.eh__next-internal_server_app_banks_[bankId]_page_actions_0kbguvc.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__03krood._.js +0 -11
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0b3~l7~._.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bt.mb5._.js +0 -3
- package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0din_f4._.js +0 -3
- package/standalone/.next/server/chunks/ssr/_08qed-e._.js +0 -3
- package/standalone/.next/server/chunks/ssr/_0__8juh._.js +0 -5
- package/standalone/.next/server/chunks/ssr/_0k_-~3d._.js +0 -6
- package/standalone/.next/server/chunks/ssr/_0q3l4f0._.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_dashboard_page_actions_0u96g5g.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_login_page_actions_0cpvup5.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane__next-internal_server_app_page_actions_0fq8cku.js +0 -3
- package/standalone/.next/server/chunks/ssr/hindsight-control-plane_src_0ki2hlw._.js +0 -3
- package/standalone/.next/server/chunks/ssr/node_modules_0g2b~5_._.js +0 -6
- package/standalone/.next/server/edge/chunks/[root-of-the-server]__032ign5._.js +0 -11
- package/standalone/.next/static/chunks/01jfwizpstpzt.js +0 -2
- package/standalone/.next/static/chunks/02_um6l2wp~ls.css +0 -2
- package/standalone/.next/static/chunks/0_nsfh~bkidtn.js +0 -1
- package/standalone/.next/static/chunks/0bno0116cz1js.js +0 -5
- package/standalone/.next/static/chunks/0tzc13c.ie0tr.js +0 -1
- package/standalone/.next/static/chunks/0vk1nrxcez~j0.js +0 -1
- package/standalone/.next/static/chunks/0~6rybudzzg2n.js +0 -3
- package/standalone/.next/static/chunks/1448x0i8f6_ty.js +0 -9
- package/standalone/.next/static/jjcyUHSdhXRM74rBGX4tQ/_clientMiddlewareManifest.js +0 -6
- package/standalone/.next/static/jjcyUHSdhXRM74rBGX4tQ/_ssgManifest.js +0 -1
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{banks → [locale]/banks}/[bankId]/page.js.map +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{dashboard → [locale]/dashboard}/page.js.map +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{login → [locale]/login}/page.js.map +0 -0
- /package/standalone/.next/server/app/{page → [locale]/page}/next-font-manifest.json +0 -0
- /package/standalone/.next/server/app/{page → [locale]/page}/react-loadable-manifest.json +0 -0
- /package/standalone/.next/server/app/{page → [locale]/page}/server-reference-manifest.json +0 -0
- /package/standalone/.next/server/app/{page.js.map → [locale]/page.js.map} +0 -0
- /package/standalone/.next/static/{jjcyUHSdhXRM74rBGX4tQ → MMYwrcm_du0E-4B-zWZBI}/_buildManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vectorize-io/hindsight-control-plane",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "Control plane for Hindsight - Semantic memory system",
|
|
5
5
|
"bin": {
|
|
6
6
|
"hindsight-control-plane": "./bin/cli.js"
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"build:standalone": "rm -rf standalone && SERVER_JS=$(find .next/standalone -path '*/node_modules' -prune -o -name 'server.js' -print | head -1) && test -n \"$SERVER_JS\" || (echo 'Error: server.js not found in .next/standalone - standalone build failed' && exit 1) && STANDALONE_ROOT=$(dirname \"$SERVER_JS\") && cp -r \"$STANDALONE_ROOT\" standalone && cp -r .next/standalone/node_modules standalone/node_modules && mkdir -p standalone/.next && cp -r .next/static standalone/.next/static && mkdir -p standalone/public && (cp -r public/* standalone/public/ 2>/dev/null || true)",
|
|
17
17
|
"start": "next start",
|
|
18
18
|
"lint": "next lint",
|
|
19
|
+
"test": "vitest run",
|
|
20
|
+
"test:watch": "vitest",
|
|
21
|
+
"i18n:check": "tsx scripts/find-untranslated.ts",
|
|
19
22
|
"prepublishOnly": "npm run build"
|
|
20
23
|
},
|
|
21
24
|
"keywords": [
|
|
@@ -57,6 +60,7 @@
|
|
|
57
60
|
"eslint-config-next": "^16.0.1",
|
|
58
61
|
"lucide-react": "^0.553.0",
|
|
59
62
|
"next": "^16.2.6",
|
|
63
|
+
"next-intl": "^4.12.0",
|
|
60
64
|
"next-themes": "^0.4.6",
|
|
61
65
|
"postcss": "^8.5.6",
|
|
62
66
|
"react": "^19.2.0",
|
|
@@ -81,6 +85,8 @@
|
|
|
81
85
|
"eslint-plugin-react": "^7.37.5",
|
|
82
86
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
83
87
|
"prettier": "^3.7.4",
|
|
84
|
-
"
|
|
88
|
+
"tsx": "^4.22.3",
|
|
89
|
+
"typescript-eslint": "^8.50.0",
|
|
90
|
+
"vitest": "^4.1.7"
|
|
85
91
|
}
|
|
86
92
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
MMYwrcm_du0E-4B-zWZBI
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
+
"/[locale]/banks/[bankId]/page": "/[locale]/banks/[bankId]",
|
|
3
|
+
"/[locale]/dashboard/page": "/[locale]/dashboard",
|
|
4
|
+
"/[locale]/login/page": "/[locale]/login",
|
|
5
|
+
"/[locale]/page": "/[locale]",
|
|
2
6
|
"/_global-error/page": "/_global-error",
|
|
3
7
|
"/_not-found/page": "/_not-found",
|
|
4
8
|
"/api/auth/login/route": "/api/auth/login",
|
|
@@ -12,6 +16,7 @@
|
|
|
12
16
|
"/api/banks/[bankId]/directives/route": "/api/banks/[bankId]/directives",
|
|
13
17
|
"/api/banks/[bankId]/export/route": "/api/banks/[bankId]/export",
|
|
14
18
|
"/api/banks/[bankId]/import/route": "/api/banks/[bankId]/import",
|
|
19
|
+
"/api/banks/[bankId]/mental-models/[mentalModelId]/clear/route": "/api/banks/[bankId]/mental-models/[mentalModelId]/clear",
|
|
15
20
|
"/api/banks/[bankId]/mental-models/[mentalModelId]/history/route": "/api/banks/[bankId]/mental-models/[mentalModelId]/history",
|
|
16
21
|
"/api/banks/[bankId]/mental-models/[mentalModelId]/refresh/route": "/api/banks/[bankId]/mental-models/[mentalModelId]/refresh",
|
|
17
22
|
"/api/banks/[bankId]/mental-models/[mentalModelId]/route": "/api/banks/[bankId]/mental-models/[mentalModelId]",
|
|
@@ -48,9 +53,5 @@
|
|
|
48
53
|
"/api/reflect/route": "/api/reflect",
|
|
49
54
|
"/api/stats/[agentId]/memories-timeseries/route": "/api/stats/[agentId]/memories-timeseries",
|
|
50
55
|
"/api/stats/[agentId]/route": "/api/stats/[agentId]",
|
|
51
|
-
"/api/version/route": "/api/version"
|
|
52
|
-
"/banks/[bankId]/page": "/banks/[bankId]",
|
|
53
|
-
"/dashboard/page": "/dashboard",
|
|
54
|
-
"/login/page": "/login",
|
|
55
|
-
"/page": "/"
|
|
56
|
+
"/api/version/route": "/api/version"
|
|
56
57
|
}
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
"static/chunks/03~yq9q893hmn.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
12
|
-
"static/
|
|
10
|
+
"static/MMYwrcm_du0E-4B-zWZBI/_buildManifest.js",
|
|
11
|
+
"static/MMYwrcm_du0E-4B-zWZBI/_ssgManifest.js",
|
|
12
|
+
"static/MMYwrcm_du0E-4B-zWZBI/_clientMiddlewareManifest.js"
|
|
13
13
|
],
|
|
14
14
|
"rootMainFiles": [
|
|
15
|
-
"static/chunks/
|
|
15
|
+
"static/chunks/0b.234u8uc4ul.js",
|
|
16
16
|
"static/chunks/0k8fcq_tsf70-.js",
|
|
17
17
|
"static/chunks/063f4u.4z~v2d.js",
|
|
18
|
-
"static/chunks/
|
|
19
|
-
"static/chunks/turbopack-
|
|
18
|
+
"static/chunks/11tqqi8rxondo.js",
|
|
19
|
+
"static/chunks/turbopack-1577ld28xna95.js"
|
|
20
20
|
]
|
|
21
21
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {
|
|
4
|
-
"/": {
|
|
4
|
+
"/_global-error": {
|
|
5
5
|
"experimentalBypassFor": [
|
|
6
6
|
{
|
|
7
7
|
"type": "header",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"initialRevalidateSeconds": false,
|
|
17
|
-
"srcRoute": "/",
|
|
18
|
-
"dataRoute": "/
|
|
17
|
+
"srcRoute": "/_global-error",
|
|
18
|
+
"dataRoute": "/_global-error.rsc",
|
|
19
19
|
"allowHeader": [
|
|
20
20
|
"host",
|
|
21
21
|
"x-matched-path",
|
|
@@ -25,7 +25,8 @@
|
|
|
25
25
|
"x-next-revalidate-tag-token"
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
|
-
"/
|
|
28
|
+
"/_not-found": {
|
|
29
|
+
"initialStatus": 404,
|
|
29
30
|
"experimentalBypassFor": [
|
|
30
31
|
{
|
|
31
32
|
"type": "header",
|
|
@@ -38,8 +39,8 @@
|
|
|
38
39
|
}
|
|
39
40
|
],
|
|
40
41
|
"initialRevalidateSeconds": false,
|
|
41
|
-
"srcRoute": "/
|
|
42
|
-
"dataRoute": "/
|
|
42
|
+
"srcRoute": "/_not-found",
|
|
43
|
+
"dataRoute": "/_not-found.rsc",
|
|
43
44
|
"allowHeader": [
|
|
44
45
|
"host",
|
|
45
46
|
"x-matched-path",
|
|
@@ -49,8 +50,7 @@
|
|
|
49
50
|
"x-next-revalidate-tag-token"
|
|
50
51
|
]
|
|
51
52
|
},
|
|
52
|
-
"/
|
|
53
|
-
"initialStatus": 404,
|
|
53
|
+
"/de/dashboard": {
|
|
54
54
|
"experimentalBypassFor": [
|
|
55
55
|
{
|
|
56
56
|
"type": "header",
|
|
@@ -63,8 +63,320 @@
|
|
|
63
63
|
}
|
|
64
64
|
],
|
|
65
65
|
"initialRevalidateSeconds": false,
|
|
66
|
-
"srcRoute": "/
|
|
67
|
-
"dataRoute": "/
|
|
66
|
+
"srcRoute": "/[locale]/dashboard",
|
|
67
|
+
"dataRoute": "/de/dashboard.rsc",
|
|
68
|
+
"allowHeader": [
|
|
69
|
+
"host",
|
|
70
|
+
"x-matched-path",
|
|
71
|
+
"x-prerender-revalidate",
|
|
72
|
+
"x-prerender-revalidate-if-generated",
|
|
73
|
+
"x-next-revalidated-tags",
|
|
74
|
+
"x-next-revalidate-tag-token"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
"/de/login": {
|
|
78
|
+
"experimentalBypassFor": [
|
|
79
|
+
{
|
|
80
|
+
"type": "header",
|
|
81
|
+
"key": "next-action"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"type": "header",
|
|
85
|
+
"key": "content-type",
|
|
86
|
+
"value": "multipart/form-data;.*"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"initialRevalidateSeconds": false,
|
|
90
|
+
"srcRoute": "/[locale]/login",
|
|
91
|
+
"dataRoute": "/de/login.rsc",
|
|
92
|
+
"allowHeader": [
|
|
93
|
+
"host",
|
|
94
|
+
"x-matched-path",
|
|
95
|
+
"x-prerender-revalidate",
|
|
96
|
+
"x-prerender-revalidate-if-generated",
|
|
97
|
+
"x-next-revalidated-tags",
|
|
98
|
+
"x-next-revalidate-tag-token"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"/en/dashboard": {
|
|
102
|
+
"experimentalBypassFor": [
|
|
103
|
+
{
|
|
104
|
+
"type": "header",
|
|
105
|
+
"key": "next-action"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "header",
|
|
109
|
+
"key": "content-type",
|
|
110
|
+
"value": "multipart/form-data;.*"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"initialRevalidateSeconds": false,
|
|
114
|
+
"srcRoute": "/[locale]/dashboard",
|
|
115
|
+
"dataRoute": "/en/dashboard.rsc",
|
|
116
|
+
"allowHeader": [
|
|
117
|
+
"host",
|
|
118
|
+
"x-matched-path",
|
|
119
|
+
"x-prerender-revalidate",
|
|
120
|
+
"x-prerender-revalidate-if-generated",
|
|
121
|
+
"x-next-revalidated-tags",
|
|
122
|
+
"x-next-revalidate-tag-token"
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
"/en/login": {
|
|
126
|
+
"experimentalBypassFor": [
|
|
127
|
+
{
|
|
128
|
+
"type": "header",
|
|
129
|
+
"key": "next-action"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"type": "header",
|
|
133
|
+
"key": "content-type",
|
|
134
|
+
"value": "multipart/form-data;.*"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"initialRevalidateSeconds": false,
|
|
138
|
+
"srcRoute": "/[locale]/login",
|
|
139
|
+
"dataRoute": "/en/login.rsc",
|
|
140
|
+
"allowHeader": [
|
|
141
|
+
"host",
|
|
142
|
+
"x-matched-path",
|
|
143
|
+
"x-prerender-revalidate",
|
|
144
|
+
"x-prerender-revalidate-if-generated",
|
|
145
|
+
"x-next-revalidated-tags",
|
|
146
|
+
"x-next-revalidate-tag-token"
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
"/es/dashboard": {
|
|
150
|
+
"experimentalBypassFor": [
|
|
151
|
+
{
|
|
152
|
+
"type": "header",
|
|
153
|
+
"key": "next-action"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "header",
|
|
157
|
+
"key": "content-type",
|
|
158
|
+
"value": "multipart/form-data;.*"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"initialRevalidateSeconds": false,
|
|
162
|
+
"srcRoute": "/[locale]/dashboard",
|
|
163
|
+
"dataRoute": "/es/dashboard.rsc",
|
|
164
|
+
"allowHeader": [
|
|
165
|
+
"host",
|
|
166
|
+
"x-matched-path",
|
|
167
|
+
"x-prerender-revalidate",
|
|
168
|
+
"x-prerender-revalidate-if-generated",
|
|
169
|
+
"x-next-revalidated-tags",
|
|
170
|
+
"x-next-revalidate-tag-token"
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
"/es/login": {
|
|
174
|
+
"experimentalBypassFor": [
|
|
175
|
+
{
|
|
176
|
+
"type": "header",
|
|
177
|
+
"key": "next-action"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"type": "header",
|
|
181
|
+
"key": "content-type",
|
|
182
|
+
"value": "multipart/form-data;.*"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"initialRevalidateSeconds": false,
|
|
186
|
+
"srcRoute": "/[locale]/login",
|
|
187
|
+
"dataRoute": "/es/login.rsc",
|
|
188
|
+
"allowHeader": [
|
|
189
|
+
"host",
|
|
190
|
+
"x-matched-path",
|
|
191
|
+
"x-prerender-revalidate",
|
|
192
|
+
"x-prerender-revalidate-if-generated",
|
|
193
|
+
"x-next-revalidated-tags",
|
|
194
|
+
"x-next-revalidate-tag-token"
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
"/fr/dashboard": {
|
|
198
|
+
"experimentalBypassFor": [
|
|
199
|
+
{
|
|
200
|
+
"type": "header",
|
|
201
|
+
"key": "next-action"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"type": "header",
|
|
205
|
+
"key": "content-type",
|
|
206
|
+
"value": "multipart/form-data;.*"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"initialRevalidateSeconds": false,
|
|
210
|
+
"srcRoute": "/[locale]/dashboard",
|
|
211
|
+
"dataRoute": "/fr/dashboard.rsc",
|
|
212
|
+
"allowHeader": [
|
|
213
|
+
"host",
|
|
214
|
+
"x-matched-path",
|
|
215
|
+
"x-prerender-revalidate",
|
|
216
|
+
"x-prerender-revalidate-if-generated",
|
|
217
|
+
"x-next-revalidated-tags",
|
|
218
|
+
"x-next-revalidate-tag-token"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
"/fr/login": {
|
|
222
|
+
"experimentalBypassFor": [
|
|
223
|
+
{
|
|
224
|
+
"type": "header",
|
|
225
|
+
"key": "next-action"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"type": "header",
|
|
229
|
+
"key": "content-type",
|
|
230
|
+
"value": "multipart/form-data;.*"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"initialRevalidateSeconds": false,
|
|
234
|
+
"srcRoute": "/[locale]/login",
|
|
235
|
+
"dataRoute": "/fr/login.rsc",
|
|
236
|
+
"allowHeader": [
|
|
237
|
+
"host",
|
|
238
|
+
"x-matched-path",
|
|
239
|
+
"x-prerender-revalidate",
|
|
240
|
+
"x-prerender-revalidate-if-generated",
|
|
241
|
+
"x-next-revalidated-tags",
|
|
242
|
+
"x-next-revalidate-tag-token"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
"/ja/dashboard": {
|
|
246
|
+
"experimentalBypassFor": [
|
|
247
|
+
{
|
|
248
|
+
"type": "header",
|
|
249
|
+
"key": "next-action"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"type": "header",
|
|
253
|
+
"key": "content-type",
|
|
254
|
+
"value": "multipart/form-data;.*"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"initialRevalidateSeconds": false,
|
|
258
|
+
"srcRoute": "/[locale]/dashboard",
|
|
259
|
+
"dataRoute": "/ja/dashboard.rsc",
|
|
260
|
+
"allowHeader": [
|
|
261
|
+
"host",
|
|
262
|
+
"x-matched-path",
|
|
263
|
+
"x-prerender-revalidate",
|
|
264
|
+
"x-prerender-revalidate-if-generated",
|
|
265
|
+
"x-next-revalidated-tags",
|
|
266
|
+
"x-next-revalidate-tag-token"
|
|
267
|
+
]
|
|
268
|
+
},
|
|
269
|
+
"/ja/login": {
|
|
270
|
+
"experimentalBypassFor": [
|
|
271
|
+
{
|
|
272
|
+
"type": "header",
|
|
273
|
+
"key": "next-action"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"type": "header",
|
|
277
|
+
"key": "content-type",
|
|
278
|
+
"value": "multipart/form-data;.*"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"initialRevalidateSeconds": false,
|
|
282
|
+
"srcRoute": "/[locale]/login",
|
|
283
|
+
"dataRoute": "/ja/login.rsc",
|
|
284
|
+
"allowHeader": [
|
|
285
|
+
"host",
|
|
286
|
+
"x-matched-path",
|
|
287
|
+
"x-prerender-revalidate",
|
|
288
|
+
"x-prerender-revalidate-if-generated",
|
|
289
|
+
"x-next-revalidated-tags",
|
|
290
|
+
"x-next-revalidate-tag-token"
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
"/ko/dashboard": {
|
|
294
|
+
"experimentalBypassFor": [
|
|
295
|
+
{
|
|
296
|
+
"type": "header",
|
|
297
|
+
"key": "next-action"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"type": "header",
|
|
301
|
+
"key": "content-type",
|
|
302
|
+
"value": "multipart/form-data;.*"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"initialRevalidateSeconds": false,
|
|
306
|
+
"srcRoute": "/[locale]/dashboard",
|
|
307
|
+
"dataRoute": "/ko/dashboard.rsc",
|
|
308
|
+
"allowHeader": [
|
|
309
|
+
"host",
|
|
310
|
+
"x-matched-path",
|
|
311
|
+
"x-prerender-revalidate",
|
|
312
|
+
"x-prerender-revalidate-if-generated",
|
|
313
|
+
"x-next-revalidated-tags",
|
|
314
|
+
"x-next-revalidate-tag-token"
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
"/ko/login": {
|
|
318
|
+
"experimentalBypassFor": [
|
|
319
|
+
{
|
|
320
|
+
"type": "header",
|
|
321
|
+
"key": "next-action"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"type": "header",
|
|
325
|
+
"key": "content-type",
|
|
326
|
+
"value": "multipart/form-data;.*"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"initialRevalidateSeconds": false,
|
|
330
|
+
"srcRoute": "/[locale]/login",
|
|
331
|
+
"dataRoute": "/ko/login.rsc",
|
|
332
|
+
"allowHeader": [
|
|
333
|
+
"host",
|
|
334
|
+
"x-matched-path",
|
|
335
|
+
"x-prerender-revalidate",
|
|
336
|
+
"x-prerender-revalidate-if-generated",
|
|
337
|
+
"x-next-revalidated-tags",
|
|
338
|
+
"x-next-revalidate-tag-token"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
"/pt/dashboard": {
|
|
342
|
+
"experimentalBypassFor": [
|
|
343
|
+
{
|
|
344
|
+
"type": "header",
|
|
345
|
+
"key": "next-action"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"type": "header",
|
|
349
|
+
"key": "content-type",
|
|
350
|
+
"value": "multipart/form-data;.*"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"initialRevalidateSeconds": false,
|
|
354
|
+
"srcRoute": "/[locale]/dashboard",
|
|
355
|
+
"dataRoute": "/pt/dashboard.rsc",
|
|
356
|
+
"allowHeader": [
|
|
357
|
+
"host",
|
|
358
|
+
"x-matched-path",
|
|
359
|
+
"x-prerender-revalidate",
|
|
360
|
+
"x-prerender-revalidate-if-generated",
|
|
361
|
+
"x-next-revalidated-tags",
|
|
362
|
+
"x-next-revalidate-tag-token"
|
|
363
|
+
]
|
|
364
|
+
},
|
|
365
|
+
"/pt/login": {
|
|
366
|
+
"experimentalBypassFor": [
|
|
367
|
+
{
|
|
368
|
+
"type": "header",
|
|
369
|
+
"key": "next-action"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"type": "header",
|
|
373
|
+
"key": "content-type",
|
|
374
|
+
"value": "multipart/form-data;.*"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"initialRevalidateSeconds": false,
|
|
378
|
+
"srcRoute": "/[locale]/login",
|
|
379
|
+
"dataRoute": "/pt/login.rsc",
|
|
68
380
|
"allowHeader": [
|
|
69
381
|
"host",
|
|
70
382
|
"x-matched-path",
|
|
@@ -74,7 +386,7 @@
|
|
|
74
386
|
"x-next-revalidate-tag-token"
|
|
75
387
|
]
|
|
76
388
|
},
|
|
77
|
-
"/dashboard": {
|
|
389
|
+
"/zh/dashboard": {
|
|
78
390
|
"experimentalBypassFor": [
|
|
79
391
|
{
|
|
80
392
|
"type": "header",
|
|
@@ -87,8 +399,8 @@
|
|
|
87
399
|
}
|
|
88
400
|
],
|
|
89
401
|
"initialRevalidateSeconds": false,
|
|
90
|
-
"srcRoute": "/dashboard",
|
|
91
|
-
"dataRoute": "/dashboard.rsc",
|
|
402
|
+
"srcRoute": "/[locale]/dashboard",
|
|
403
|
+
"dataRoute": "/zh/dashboard.rsc",
|
|
92
404
|
"allowHeader": [
|
|
93
405
|
"host",
|
|
94
406
|
"x-matched-path",
|
|
@@ -98,7 +410,7 @@
|
|
|
98
410
|
"x-next-revalidate-tag-token"
|
|
99
411
|
]
|
|
100
412
|
},
|
|
101
|
-
"/login": {
|
|
413
|
+
"/zh/login": {
|
|
102
414
|
"experimentalBypassFor": [
|
|
103
415
|
{
|
|
104
416
|
"type": "header",
|
|
@@ -111,8 +423,66 @@
|
|
|
111
423
|
}
|
|
112
424
|
],
|
|
113
425
|
"initialRevalidateSeconds": false,
|
|
114
|
-
"srcRoute": "/login",
|
|
115
|
-
"dataRoute": "/login.rsc",
|
|
426
|
+
"srcRoute": "/[locale]/login",
|
|
427
|
+
"dataRoute": "/zh/login.rsc",
|
|
428
|
+
"allowHeader": [
|
|
429
|
+
"host",
|
|
430
|
+
"x-matched-path",
|
|
431
|
+
"x-prerender-revalidate",
|
|
432
|
+
"x-prerender-revalidate-if-generated",
|
|
433
|
+
"x-next-revalidated-tags",
|
|
434
|
+
"x-next-revalidate-tag-token"
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
"dynamicRoutes": {
|
|
439
|
+
"/[locale]/dashboard": {
|
|
440
|
+
"experimentalBypassFor": [
|
|
441
|
+
{
|
|
442
|
+
"type": "header",
|
|
443
|
+
"key": "next-action"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"type": "header",
|
|
447
|
+
"key": "content-type",
|
|
448
|
+
"value": "multipart/form-data;.*"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"routeRegex": "^/([^/]+?)/dashboard(?:/)?$",
|
|
452
|
+
"dataRoute": "/[locale]/dashboard.rsc",
|
|
453
|
+
"fallback": null,
|
|
454
|
+
"fallbackRootParams": [],
|
|
455
|
+
"fallbackRouteParams": [],
|
|
456
|
+
"dataRouteRegex": "^/([^/]+?)/dashboard\\.rsc$",
|
|
457
|
+
"prefetchDataRoute": null,
|
|
458
|
+
"allowHeader": [
|
|
459
|
+
"host",
|
|
460
|
+
"x-matched-path",
|
|
461
|
+
"x-prerender-revalidate",
|
|
462
|
+
"x-prerender-revalidate-if-generated",
|
|
463
|
+
"x-next-revalidated-tags",
|
|
464
|
+
"x-next-revalidate-tag-token"
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
"/[locale]/login": {
|
|
468
|
+
"experimentalBypassFor": [
|
|
469
|
+
{
|
|
470
|
+
"type": "header",
|
|
471
|
+
"key": "next-action"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"type": "header",
|
|
475
|
+
"key": "content-type",
|
|
476
|
+
"value": "multipart/form-data;.*"
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"routeRegex": "^/([^/]+?)/login(?:/)?$",
|
|
480
|
+
"dataRoute": "/[locale]/login.rsc",
|
|
481
|
+
"fallback": null,
|
|
482
|
+
"fallbackRootParams": [],
|
|
483
|
+
"fallbackRouteParams": [],
|
|
484
|
+
"dataRouteRegex": "^/([^/]+?)/login\\.rsc$",
|
|
485
|
+
"prefetchDataRoute": null,
|
|
116
486
|
"allowHeader": [
|
|
117
487
|
"host",
|
|
118
488
|
"x-matched-path",
|
|
@@ -123,11 +493,10 @@
|
|
|
123
493
|
]
|
|
124
494
|
}
|
|
125
495
|
},
|
|
126
|
-
"dynamicRoutes": {},
|
|
127
496
|
"notFoundRoutes": [],
|
|
128
497
|
"preview": {
|
|
129
|
-
"previewModeId": "
|
|
130
|
-
"previewModeSigningKey": "
|
|
131
|
-
"previewModeEncryptionKey": "
|
|
498
|
+
"previewModeId": "ab583513d345eabdb4112b1074470510",
|
|
499
|
+
"previewModeSigningKey": "e4efaa294519cadc675112173b5a65cf147002e6646da1fef30bdba0b69af211",
|
|
500
|
+
"previewModeEncryptionKey": "e5ce110c3578d6f8f78301e290ef25a1d1acb33f234b335ee4ce3524a0193bf6"
|
|
132
501
|
}
|
|
133
502
|
}
|
|
@@ -302,7 +302,10 @@
|
|
|
302
302
|
"bundlePagesRouterDependencies": false,
|
|
303
303
|
"configFileName": "next.config.ts",
|
|
304
304
|
"turbopack": {
|
|
305
|
-
"root": "/home/runner/work/hindsight/hindsight"
|
|
305
|
+
"root": "/home/runner/work/hindsight/hindsight",
|
|
306
|
+
"resolveAlias": {
|
|
307
|
+
"next-intl/config": "./src/i18n/request.ts"
|
|
308
|
+
}
|
|
306
309
|
},
|
|
307
310
|
"distDirRoot": ".next"
|
|
308
311
|
},
|
|
@@ -120,6 +120,15 @@
|
|
|
120
120
|
},
|
|
121
121
|
"namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/mental\\-models/(?<nxtPmentalModelId>[^/]+?)(?:/)?$"
|
|
122
122
|
},
|
|
123
|
+
{
|
|
124
|
+
"page": "/api/banks/[bankId]/mental-models/[mentalModelId]/clear",
|
|
125
|
+
"regex": "^/api/banks/([^/]+?)/mental\\-models/([^/]+?)/clear(?:/)?$",
|
|
126
|
+
"routeKeys": {
|
|
127
|
+
"nxtPbankId": "nxtPbankId",
|
|
128
|
+
"nxtPmentalModelId": "nxtPmentalModelId"
|
|
129
|
+
},
|
|
130
|
+
"namedRegex": "^/api/banks/(?<nxtPbankId>[^/]+?)/mental\\-models/(?<nxtPmentalModelId>[^/]+?)/clear(?:/)?$"
|
|
131
|
+
},
|
|
123
132
|
{
|
|
124
133
|
"page": "/api/banks/[bankId]/mental-models/[mentalModelId]/history",
|
|
125
134
|
"regex": "^/api/banks/([^/]+?)/mental\\-models/([^/]+?)/history(?:/)?$",
|
|
@@ -295,21 +304,40 @@
|
|
|
295
304
|
"namedRegex": "^/api/stats/(?<nxtPagentId>[^/]+?)/memories\\-timeseries(?:/)?$"
|
|
296
305
|
},
|
|
297
306
|
{
|
|
298
|
-
"page": "/
|
|
299
|
-
"regex": "^/
|
|
307
|
+
"page": "/[locale]",
|
|
308
|
+
"regex": "^/([^/]+?)(?:/)?$",
|
|
309
|
+
"routeKeys": {
|
|
310
|
+
"nxtPlocale": "nxtPlocale"
|
|
311
|
+
},
|
|
312
|
+
"namedRegex": "^/(?<nxtPlocale>[^/]+?)(?:/)?$"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"page": "/[locale]/banks/[bankId]",
|
|
316
|
+
"regex": "^/([^/]+?)/banks/([^/]+?)(?:/)?$",
|
|
300
317
|
"routeKeys": {
|
|
318
|
+
"nxtPlocale": "nxtPlocale",
|
|
301
319
|
"nxtPbankId": "nxtPbankId"
|
|
302
320
|
},
|
|
303
|
-
"namedRegex": "^/banks/(?<nxtPbankId>[^/]+?)(?:/)?$"
|
|
321
|
+
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/banks/(?<nxtPbankId>[^/]+?)(?:/)?$"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"page": "/[locale]/dashboard",
|
|
325
|
+
"regex": "^/([^/]+?)/dashboard(?:/)?$",
|
|
326
|
+
"routeKeys": {
|
|
327
|
+
"nxtPlocale": "nxtPlocale"
|
|
328
|
+
},
|
|
329
|
+
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/dashboard(?:/)?$"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"page": "/[locale]/login",
|
|
333
|
+
"regex": "^/([^/]+?)/login(?:/)?$",
|
|
334
|
+
"routeKeys": {
|
|
335
|
+
"nxtPlocale": "nxtPlocale"
|
|
336
|
+
},
|
|
337
|
+
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/login(?:/)?$"
|
|
304
338
|
}
|
|
305
339
|
],
|
|
306
340
|
"staticRoutes": [
|
|
307
|
-
{
|
|
308
|
-
"page": "/",
|
|
309
|
-
"regex": "^/(?:/)?$",
|
|
310
|
-
"routeKeys": {},
|
|
311
|
-
"namedRegex": "^/(?:/)?$"
|
|
312
|
-
},
|
|
313
341
|
{
|
|
314
342
|
"page": "/_global-error",
|
|
315
343
|
"regex": "^/_global\\-error(?:/)?$",
|
|
@@ -411,18 +439,6 @@
|
|
|
411
439
|
"regex": "^/api/version(?:/)?$",
|
|
412
440
|
"routeKeys": {},
|
|
413
441
|
"namedRegex": "^/api/version(?:/)?$"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"page": "/dashboard",
|
|
417
|
-
"regex": "^/dashboard(?:/)?$",
|
|
418
|
-
"routeKeys": {},
|
|
419
|
-
"namedRegex": "^/dashboard(?:/)?$"
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"page": "/login",
|
|
423
|
-
"regex": "^/login(?:/)?$",
|
|
424
|
-
"routeKeys": {},
|
|
425
|
-
"namedRegex": "^/login(?:/)?$"
|
|
426
442
|
}
|
|
427
443
|
],
|
|
428
444
|
"dataRoutes": [],
|