@agent-receipts/dashboard 0.2.6 → 0.2.8
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/apps/web/.env.production +2 -0
- package/standalone/apps/web/.next/BUILD_ID +1 -1
- package/standalone/apps/web/.next/app-build-manifest.json +47 -47
- package/standalone/apps/web/.next/app-path-routes-manifest.json +11 -11
- package/standalone/apps/web/.next/build-manifest.json +2 -2
- package/standalone/apps/web/.next/prerender-manifest.json +24 -24
- package/standalone/apps/web/.next/required-server-files.json +3 -1
- package/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/_not-found.html +2 -2
- package/standalone/apps/web/.next/server/app/_not-found.rsc +3 -3
- package/standalone/apps/web/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/agents/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/agents.html +2 -2
- package/standalone/apps/web/.next/server/app/agents.rsc +3 -3
- package/standalone/apps/web/.next/server/app/api/agents/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/chains/[id]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/chains/[id]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/chains/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/cleanup/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/cleanup/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/cleanup/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/config/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/config/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/config/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/invoices/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/invoices/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/invoices/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/judgments/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/judgments/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/judgments/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/[id]/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/receipts/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/stats/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route.js +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route.js.nft.json +1 -1
- package/standalone/apps/web/.next/server/app/api/verify/route_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/chains.html +2 -2
- package/standalone/apps/web/.next/server/app/chains.rsc +4 -4
- package/standalone/apps/web/.next/server/app/constraints/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/constraints.html +2 -2
- package/standalone/apps/web/.next/server/app/constraints.rsc +4 -4
- package/standalone/apps/web/.next/server/app/index.html +2 -2
- package/standalone/apps/web/.next/server/app/index.rsc +3 -3
- package/standalone/apps/web/.next/server/app/invoices/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/invoices.html +2 -2
- package/standalone/apps/web/.next/server/app/invoices.rsc +3 -3
- package/standalone/apps/web/.next/server/app/judgments/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/judgments.html +2 -2
- package/standalone/apps/web/.next/server/app/judgments.rsc +4 -4
- package/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/[id]/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/page.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/receipts.html +2 -2
- package/standalone/apps/web/.next/server/app/receipts.rsc +4 -4
- package/standalone/apps/web/.next/server/app/settings/page.js +1 -1
- package/standalone/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/settings.html +2 -2
- package/standalone/apps/web/.next/server/app/settings.rsc +4 -4
- package/standalone/apps/web/.next/server/app/verify/page_client-reference-manifest.js +1 -1
- package/standalone/apps/web/.next/server/app/verify.html +2 -2
- package/standalone/apps/web/.next/server/app/verify.rsc +3 -3
- package/standalone/apps/web/.next/server/app-paths-manifest.json +11 -11
- package/standalone/apps/web/.next/server/chunks/236.js +1 -0
- package/standalone/apps/web/.next/server/chunks/578.js +1 -0
- package/standalone/apps/web/.next/server/chunks/798.js +1 -0
- package/standalone/apps/web/.next/server/chunks/803.js +189 -0
- package/standalone/apps/web/.next/server/chunks/870.js +2 -2
- package/standalone/apps/web/.next/server/chunks/872.js +1 -0
- package/standalone/apps/web/.next/server/chunks/99.js +1 -0
- package/standalone/apps/web/.next/server/pages/404.html +2 -2
- package/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/standalone/apps/web/.next/server/pages/_error.js +2 -2
- package/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/standalone/apps/web/.next/static/chunks/app/agents/[id]/{page-6072c54c4f907f32.js → page-c0e1718cad311434.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/chains/{page-69ef1e730d961039.js → page-d0b634ca7d0aa92d.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/constraints/{page-05d35b57f9c424db.js → page-6baf6f176d4a9e3d.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/judgments/{page-9715df3ce30f24c0.js → page-22c741e87fc41908.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/layout-53a87fc182f46ce0.js +1 -0
- package/standalone/apps/web/.next/static/chunks/app/receipts/{page-a788cdbaf3879d37.js → page-ef79c1140a9c42e6.js} +1 -1
- package/standalone/apps/web/.next/static/chunks/app/settings/{page-154ca65062c2628d.js → page-8f1d3f326821cc04.js} +1 -1
- package/standalone/apps/web/.next/static/css/{acaddf5367ce801c.css → c89a04ca9481014a.css} +1 -1
- package/standalone/apps/web/server.js +1 -1
- package/standalone/apps/web/src/lib/demo-store.ts +121 -0
- package/standalone/apps/web/src/lib/sdk-server.ts +46 -0
- package/standalone/packages/crypto/package.json +1 -1
- package/standalone/packages/mcp-server/dist/index.js +1738 -0
- package/standalone/packages/mcp-server/package.json +4 -2
- package/standalone/apps/web/.next/server/chunks/350.js +0 -134
- package/standalone/apps/web/.next/server/chunks/998.js +0 -1
- package/standalone/apps/web/.next/static/chunks/app/layout-66d4997939026d7c.js +0 -1
- /package/standalone/apps/web/.next/static/{XRffp10LMCCMingivp622 → QFwgmBDt10h_GclOFqIUT}/_buildManifest.js +0 -0
- /package/standalone/apps/web/.next/static/{XRffp10LMCCMingivp622 → QFwgmBDt10h_GclOFqIUT}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/cleanup/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"87967","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":47054,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/acaddf5367ce801c.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/cleanup/route":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/cleanup/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"22247":{"*":{"id":"83962","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-53a87fc182f46ce0.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":22247,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-53a87fc182f46ce0.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c89a04ca9481014a.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/cleanup/route":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"22247":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(()=>{var a={};a.id=164,a.ids=[164],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31940:a=>{"use strict";a.exports=require("better-sqlite3")},33873:a=>{"use strict";a.exports=require("path")},41245:(a,b,c)=>{"use strict";function d(){return"true"===process.env.DEMO_MODE}c.d(b,{Dh:()=>n,HP:()=>d,KA:()=>m,WU:()=>o,ok:()=>p});let e=null,f=null,g=null,h=null;async function i(){if(!h){let{demoStore:a}=await c.e(99).then(c.bind(c,74099));h=a}return h}async function j(){if(!e){let{getStore:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));e=await a()}return e}async function k(){if(!f){let{getKeyManager:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));f=await a()}return f}async function l(){if(!g){let{getConfigManager:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));g=await a()}return g}async function m(){return d()?i():j()}async function n(){if(d()){let a=await i();return{getPublicKey:()=>a.getPublicKey()}}return k()}async function o(){if(d()){let a=await i();return{getConfig:()=>a.getConfig(),update:async()=>{}}}return l()}function p(){return d()?"/demo":process.env.AGENT_RECEIPTS_DATA_DIR??c(21820).homedir()+"/.agent-receipts"}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},53139:()=>{},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},90091:()=>{},99128:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,PUT:()=>y,dynamic:()=>w});var e=c(35776),f=c(24085),g=c(29892),h=c(11110),i=c(93292),j=c(261),k=c(74570),l=c(95672),m=c(4120),n=c(69339),o=c(42805),p=c(99991),q=c(82329),r=c(7054),s=c(86439),t=c(39172),u=c(9145),v=c(41245);let w="force-dynamic";async function x(){try{let a=(await (0,v.WU)()).getConfig(),b=(0,v.ok)(),c="";try{c=(await (0,v.Dh)()).getPublicKey()}catch{}let d=0;try{let a=await (0,v.KA)();d=await a.count()}catch{}return u.NextResponse.json({...a,data_dir:b,public_key:c,receipt_count:d})}catch(b){let a=b instanceof Error?b.message:"Unknown error";return u.NextResponse.json({error:a},{status:500})}}async function y(a){try{if((0,v.HP)())return u.NextResponse.json({message:"This is a demo. Connect your own Agent Receipts instance to enable writes."},{status:200});let b=await a.json(),c=await (0,v.WU)(),d={};b.agentId&&(d.agentId=b.agentId),b.orgId&&(d.orgId=b.orgId),b.environment&&["development","production","staging","test"].includes(b.environment)&&(d.environment=b.environment),await c.update(d);let e=c.getConfig();return u.NextResponse.json(e)}catch(b){let a=b instanceof Error?b.message:"Unknown error";return u.NextResponse.json({error:a},{status:500})}}let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/config/route",pathname:"/api/config",filename:"route",bundlePath:"app/api/config/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/config/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){var d;let e="/api/config/route";"/index"===e&&(e="/");let g=await z.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(y.dynamicRoutes[E]||y.routes[D]);if(F&&!x){let a=!!y.routes[D],b=y.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||z.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===z.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>z.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>z.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await z.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[955,872],()=>b(b.s=99128));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../package.json","
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../package.json","../../../../../node_modules/next","../../../../../package.json","../../../../../src/lib/demo-store.ts","../../../../../src/lib/sdk-server.ts","../../../../package.json","../../../chunks/236.js","../../../chunks/578.js","../../../chunks/798.js","../../../chunks/803.js","../../../chunks/872.js","../../../chunks/955.js","../../../chunks/99.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/config/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"87967","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":47054,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/acaddf5367ce801c.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/config/route":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/config/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"22247":{"*":{"id":"83962","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-53a87fc182f46ce0.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":22247,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-53a87fc182f46ce0.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c89a04ca9481014a.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/config/route":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"22247":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(()=>{var a={};a.id=766,a.ids=[766],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31940:a=>{"use strict";a.exports=require("better-sqlite3")},33873:a=>{"use strict";a.exports=require("path")},41245:(a,b,c)=>{"use strict";function d(){return"true"===process.env.DEMO_MODE}c.d(b,{Dh:()=>n,HP:()=>d,KA:()=>m,WU:()=>o,ok:()=>p});let e=null,f=null,g=null,h=null;async function i(){if(!h){let{demoStore:a}=await c.e(99).then(c.bind(c,74099));h=a}return h}async function j(){if(!e){let{getStore:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));e=await a()}return e}async function k(){if(!f){let{getKeyManager:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));f=await a()}return f}async function l(){if(!g){let{getConfigManager:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));g=await a()}return g}async function m(){return d()?i():j()}async function n(){if(d()){let a=await i();return{getPublicKey:()=>a.getPublicKey()}}return k()}async function o(){if(d()){let a=await i();return{getConfig:()=>a.getConfig(),update:async()=>{}}}return l()}function p(){return d()?"/demo":process.env.AGENT_RECEIPTS_DATA_DIR??c(21820).homedir()+"/.agent-receipts"}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48392:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>D,patchFetch:()=>C,routeModule:()=>y,serverHooks:()=>B,workAsyncStorage:()=>z,workUnitAsyncStorage:()=>A});var d={};c.r(d),c.d(d,{POST:()=>x,dynamic:()=>w});var e=c(35776),f=c(24085),g=c(29892),h=c(11110),i=c(93292),j=c(261),k=c(74570),l=c(95672),m=c(4120),n=c(69339),o=c(42805),p=c(99991),q=c(82329),r=c(7054),s=c(86439),t=c(39172),u=c(9145),v=c(41245);let w="force-dynamic";async function x(a){try{let b;if((0,v.HP)())return Response.json({message:"This is a demo. Connect your own Agent Receipts instance to enable writes."},{status:200});let{generateInvoice:d,formatInvoiceJSON:e,formatInvoiceCSV:f,formatInvoiceMarkdown:g,formatInvoiceHTML:h}=await Promise.all([c.e(236),c.e(798),c.e(803)]).then(c.bind(c,96803)),{from:i,to:j,client:k,provider:l,group_by:m,agent_ids:n,actions:o,constraints_passed_only:p,notes:q,payment_terms:r,format:s,include_receipts:t}=await a.json();if(!i||!j)return u.NextResponse.json({error:"from and to dates are required"},{status:400});let w=await (0,v.KA)(),x=await (0,v.Dh)(),y=await d(w,x,{from:i,to:j,client:k,provider:l,group_by:m,agent_ids:n,actions:o,constraints_passed_only:p,notes:q,payment_terms:r}),z=s??"json";return b="html"===z?h(y):"csv"===z?f(y):"md"===z?g(y):e(y,t??!1),u.NextResponse.json({invoice:y,formatted:b,format:z})}catch(b){let a=b instanceof Error?b.message:"Unknown error";return u.NextResponse.json({error:a},{status:500})}}let y=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/invoices/route",pathname:"/api/invoices",filename:"route",bundlePath:"app/api/invoices/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/invoices/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:z,workUnitAsyncStorage:A,serverHooks:B}=y;function C(){return(0,g.patchFetch)({workAsyncStorage:z,workUnitAsyncStorage:A})}async function D(a,b,c){var d;let e="/api/invoices/route";"/index"===e&&(e="/");let g=await y.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(z.dynamicRoutes[E]||z.routes[D]);if(F&&!x){let a=!!z.routes[D],b=z.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||y.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===y.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:z,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>y.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>y.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await y.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await y.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await y.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},53139:()=>{},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},90091:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[955,872],()=>b(b.s=48392));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../package.json","../../../../../../../packages/
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/package.json","../../../../../../../package.json","../../../../../../../packages/mcp-server/dist/index.js","../../../../../../../packages/mcp-server/package.json","../../../../../node_modules/next","../../../../../package.json","../../../../../src/lib/demo-store.ts","../../../../../src/lib/sdk-server.ts","../../../../package.json","../../../chunks/236.js","../../../chunks/578.js","../../../chunks/798.js","../../../chunks/803.js","../../../chunks/872.js","../../../chunks/955.js","../../../chunks/99.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
|
package/standalone/apps/web/.next/server/app/api/invoices/route_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/invoices/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"87967","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":47054,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-66d4997939026d7c.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/acaddf5367ce801c.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/invoices/route":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"47054":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/invoices/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"88386","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"52834","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"44562","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"15067","name":"*","chunks":[],"async":false}},"22247":{"*":{"id":"83962","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"38590","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"44758","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"3272","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"6954","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"19046","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"20309","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"46750","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"68273","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":37698,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":3339,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":44033,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":15754,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":78954,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":96658,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":85640,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":62051,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/node_modules/.pnpm/next@15.5.12_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":14970,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/globals.css":{"id":49469,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-53a87fc182f46ce0.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/components/layout/layout-shell.tsx":{"id":22247,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","177","static/chunks/app/layout-53a87fc182f46ce0.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/page.tsx":{"id":92846,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/agents/[id]/page.tsx":{"id":57920,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/[id]/page.tsx":{"id":11448,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/invoices/page.tsx":{"id":26097,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page.tsx":{"id":83355,"name":"*","chunks":["702","static/chunks/702-fda62c486b5bb5f8.js","935","static/chunks/935-f80c248ba99512e2.js","388","static/chunks/388-350fe7358149b937.js","493","static/chunks/493-829b6213ada29da8.js","577","static/chunks/577-d18d2ca2465d6f72.js","974","static/chunks/app/page-d125633847597a5d.js"],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/chains/page.tsx":{"id":61974,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/constraints/page.tsx":{"id":54634,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/judgments/page.tsx":{"id":21948,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/[id]/page.tsx":{"id":15088,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/receipts/page.tsx":{"id":98177,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/settings/page.tsx":{"id":4461,"name":"*","chunks":[],"async":false},"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/verify/page.tsx":{"id":52952,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/layout":[{"inlined":false,"path":"static/css/c89a04ca9481014a.css"}],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/page":[],"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/invoices/route":[]},"rscModuleMapping":{"3339":{"*":{"id":"65701","name":"*","chunks":[],"async":false}},"4461":{"*":{"id":"14607","name":"*","chunks":[],"async":false}},"11448":{"*":{"id":"37000","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"61824","name":"*","chunks":[],"async":false}},"15088":{"*":{"id":"35174","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"60492","name":"*","chunks":[],"async":false}},"21948":{"*":{"id":"42213","name":"*","chunks":[],"async":false}},"22247":{"*":{"id":"10293","name":"*","chunks":[],"async":false}},"26097":{"*":{"id":"88758","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"2714","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"68709","name":"*","chunks":[],"async":false}},"49469":{"*":{"id":"44267","name":"*","chunks":[],"async":false}},"52952":{"*":{"id":"74767","name":"*","chunks":[],"async":false}},"54634":{"*":{"id":"56424","name":"*","chunks":[],"async":false}},"57920":{"*":{"id":"63952","name":"*","chunks":[],"async":false}},"61974":{"*":{"id":"66912","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"55273","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"13012","name":"*","chunks":[],"async":false}},"83355":{"*":{"id":"61727","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"11968","name":"*","chunks":[],"async":false}},"92846":{"*":{"id":"17272","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"65800","name":"*","chunks":[],"async":false}},"98177":{"*":{"id":"34739","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"3339":{"*":{"id":"60611","name":"*","chunks":[],"async":false}},"14970":{"*":{"id":"84978","name":"*","chunks":[],"async":false}},"15754":{"*":{"id":"54450","name":"*","chunks":[],"async":false}},"37698":{"*":{"id":"20576","name":"*","chunks":[],"async":false}},"44033":{"*":{"id":"55519","name":"*","chunks":[],"async":false}},"62051":{"*":{"id":"2455","name":"*","chunks":[],"async":false}},"78954":{"*":{"id":"56358","name":"*","chunks":[],"async":false}},"85640":{"*":{"id":"25506","name":"*","chunks":[],"async":false}},"96658":{"*":{"id":"67034","name":"*","chunks":[],"async":false}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(()=>{var a={};a.id=225,a.ids=[225],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13529:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>D,patchFetch:()=>C,routeModule:()=>y,serverHooks:()=>B,workAsyncStorage:()=>z,workUnitAsyncStorage:()=>A});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>w});var e=c(35776),f=c(24085),g=c(29892),h=c(11110),i=c(93292),j=c(261),k=c(74570),l=c(95672),m=c(4120),n=c(69339),o=c(42805),p=c(99991),q=c(82329),r=c(7054),s=c(86439),t=c(39172),u=c(9145),v=c(41245);let w="force-dynamic";async function x(a){try{let{searchParams:b}=a.nextUrl,c=parseInt(b.get("page")??"1",10),d=parseInt(b.get("limit")??"50",10),e=b.get("sort")??"timestamp:desc",f=await (0,v.KA)(),g=(await f.list({receipt_type:"judgment"},1,1e4,e)).data,h=b.get("receipt_id");h&&(g=g.filter(a=>a.parent_receipt_id===h));let i=b.get("verdict");i&&(g=g.filter(a=>{let b=a.metadata;return b?.verdict===i}));let j=g.length,k=Math.max(1,Math.ceil(j/d)),l=(c-1)*d,m=g.slice(l,l+d);return u.NextResponse.json({data:m,pagination:{page:c,limit:d,total:j,total_pages:k,has_next:c<k,has_prev:c>1}})}catch(b){let a=b instanceof Error?b.message:"Unknown error";return u.NextResponse.json({error:a},{status:500})}}let y=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/judgments/route",pathname:"/api/judgments",filename:"route",bundlePath:"app/api/judgments/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/aminsuleiman/Dropbox/client app builds/agent-receipts/apps/web/src/app/api/judgments/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:z,workUnitAsyncStorage:A,serverHooks:B}=y;function C(){return(0,g.patchFetch)({workAsyncStorage:z,workUnitAsyncStorage:A})}async function D(a,b,c){var d;let e="/api/judgments/route";"/index"===e&&(e="/");let g=await y.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:z,routerServerContext:A,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,resolvedPathname:D}=g,E=(0,j.normalizeAppPath)(e),F=!!(z.dynamicRoutes[E]||z.routes[D]);if(F&&!x){let a=!!z.routes[D],b=z.dynamicRoutes[E];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!F||y.isDev||x||(G="/index"===(G=D)?"/":G);let H=!0===y.isDev||!F,I=F&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:z,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>y.onRequestError(a,b,d,A)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>y.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&B&&C&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!F)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await y.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})},A),b}},l=await y.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:z,isRoutePPREnabled:!1,isOnDemandRevalidate:B,revalidateOnlyGenerated:C,responseGenerator:k,waitUntil:c.waitUntil});if(!F)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",B?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&F||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await y.onRequestError(a,b,{routerKind:"App Router",routePath:E,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:B})}),F)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31940:a=>{"use strict";a.exports=require("better-sqlite3")},33873:a=>{"use strict";a.exports=require("path")},41245:(a,b,c)=>{"use strict";function d(){return"true"===process.env.DEMO_MODE}c.d(b,{Dh:()=>n,HP:()=>d,KA:()=>m,WU:()=>o,ok:()=>p});let e=null,f=null,g=null,h=null;async function i(){if(!h){let{demoStore:a}=await c.e(99).then(c.bind(c,74099));h=a}return h}async function j(){if(!e){let{getStore:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));e=await a()}return e}async function k(){if(!f){let{getKeyManager:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));f=await a()}return f}async function l(){if(!g){let{getConfigManager:a}=await Promise.all([c.e(236),c.e(798),c.e(803),c.e(578)]).then(c.bind(c,50578));g=await a()}return g}async function m(){return d()?i():j()}async function n(){if(d()){let a=await i();return{getPublicKey:()=>a.getPublicKey()}}return k()}async function o(){if(d()){let a=await i();return{getConfig:()=>a.getConfig(),update:async()=>{}}}return l()}function p(){return d()?"/demo":process.env.AGENT_RECEIPTS_DATA_DIR??c(21820).homedir()+"/.agent-receipts"}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},53139:()=>{},55511:a=>{"use strict";a.exports=require("crypto")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},79748:a=>{"use strict";a.exports=require("fs/promises")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},90091:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[955,872],()=>b(b.s=13529));module.exports=c})();
|