nodal-agents 0.4.0 → 0.4.2
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/README.md +38 -14
- package/cli.js +16 -1
- package/migrations/0030_agent_fallback_llm_keys.sql +6 -0
- package/migrations/0031_llm_key_capabilities.sql +7 -0
- package/migrations/0032_drop_llm_key_model_caps.sql +9 -0
- package/migrations/0033_agent_fallback_chain.sql +21 -0
- package/migrations/meta/_journal.json +28 -0
- package/package.json +1 -1
- package/runner.js +512 -79
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +3 -3
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/agents/page.js +2 -2
- package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/approvals/page.js +2 -2
- package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/automations/page.js +1 -1
- package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/billing/page.js +1 -1
- package/web/.next/server/app/(dashboard)/billing/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/chat/page.js +2 -2
- package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page.js +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page.js +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
- package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/jobs/page.js +2 -2
- package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/llm-providers/page.js +2 -2
- package/web/.next/server/app/(dashboard)/llm-providers/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/logs/page.js +1 -1
- package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/mcp/page.js +2 -2
- package/web/.next/server/app/(dashboard)/mcp/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
- package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page.js +3 -3
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/settings/page.js +2 -2
- package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/new/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
- package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/server/app/_global-error.rsc +2 -2
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
- package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +2 -2
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_not-found.html +1 -1
- package/web/.next/server/app/_not-found.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
- package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
- package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/onboarding.html +1 -1
- package/web/.next/server/app/onboarding.rsc +3 -3
- package/web/.next/server/app/onboarding.segments/_full.segment.rsc +3 -3
- package/web/.next/server/app/onboarding.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/onboarding.segments/_index.segment.rsc +3 -3
- package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -2
- package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +1 -1
- package/web/.next/server/chunks/1945.js +1 -0
- package/web/.next/server/chunks/3233.js +1 -0
- package/web/.next/server/chunks/4574.js +1 -1
- package/web/.next/server/chunks/4808.js +1 -0
- package/web/.next/server/chunks/4839.js +1 -0
- package/web/.next/server/chunks/{3057.js → 7466.js} +1 -1
- package/web/.next/server/chunks/7741.js +3 -3
- package/web/.next/server/chunks/8206.js +1 -0
- package/web/.next/server/chunks/8398.js +1 -0
- package/web/.next/server/chunks/{7557.js → 9606.js} +2 -2
- package/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/server/pages/404.html +1 -1
- package/web/.next/server/pages/500.html +1 -1
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/static/chunks/{9060-df7c0c4c6fa27737.js → 2575-e660568bd1a9bcb6.js} +2 -2
- package/web/.next/static/chunks/3233-e6efb7fb1fa24591.js +1 -0
- package/web/.next/static/chunks/5436-c1006a40e59853ed.js +1 -0
- package/web/.next/static/chunks/7025-7afa82fda10bddc4.js +62 -0
- package/web/.next/static/chunks/{5801-e411029984b17b8b.js → 8396-f3502b9af3172006.js} +1 -1
- package/web/.next/static/chunks/{8503-ced632da5c3fce79.js → 9098-2bfef80a73c706b3.js} +1 -1
- package/web/.next/static/chunks/9123-20653d928e33410a.js +1 -0
- package/web/.next/static/chunks/{6679-7c76034b83edeb06.js → 9582-fbf7c8d9b2a39101.js} +1 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-a8e293c54c818084.js +2 -0
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/{page-e6b35d5f361044a9.js → page-7a94ae67b2c3c9c3.js} +1 -1
- package/web/.next/static/chunks/app/(dashboard)/agents/page-b258b8975ac6450b.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-79dea6e91956eeba.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/automations/page-3b863b7af8e2c1a3.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/chat/page-4d965bb7ee3732db.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-4a437ba82f4086da.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-be20dcbf25c8f3ce.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-94a311f688a255d8.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-e5e2c4e2b783d37f.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-c071c54f76273ac4.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/memories/page-8ca0b34ad35eb1fa.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/{page-fc49d7ed8e472118.js → page-fb50e1576a3ab2e4.js} +1 -1
- package/web/.next/static/chunks/app/(dashboard)/settings/page-7b256e9c462e97f8.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-12930816795e8b20.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-e3a19abaf7468db9.js +1 -0
- package/web/.next/static/chunks/app/(dashboard)/skills/page-43f1475a0bc9c45f.js +1 -0
- package/web/.next/static/css/78ead23854ab041e.css +3 -0
- package/web/.next/server/chunks/1511.js +0 -1
- package/web/.next/server/chunks/2103.js +0 -1
- package/web/.next/server/chunks/211.js +0 -1
- package/web/.next/server/chunks/8178.js +0 -1
- package/web/.next/server/chunks/9201.js +0 -1
- package/web/.next/server/chunks/9824.js +0 -1
- package/web/.next/static/chunks/1165-ec573be2aa63710b.js +0 -1
- package/web/.next/static/chunks/2569-6b5e0af9c1f584a4.js +0 -1
- package/web/.next/static/chunks/6522-3f865de55adb618d.js +0 -1
- package/web/.next/static/chunks/921-f437093debcddbb3.js +0 -1
- package/web/.next/static/chunks/9421-d522a48618c4fe37.js +0 -62
- package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-d3724fbf38b71806.js +0 -2
- package/web/.next/static/chunks/app/(dashboard)/agents/page-b58294bf588f4581.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/approvals/page-b9e504918d043b6d.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/automations/page-4807e81e2af3030e.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/chat/page-2c8f9571a443f250.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/connectors/page-72ccb0e3a5ed6f2d.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-40172a14d0b1368f.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/jobs/page-d4a3a16745e02fd1.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-90fb785e2ab32759.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/mcp/page-426478332dfe8313.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/memories/page-aa46f5f7efbfa262.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/settings/page-1cc10beb46234c7d.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-0b61f21847f4c7a0.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/new/page-9de96e643c361732.js +0 -1
- package/web/.next/static/chunks/app/(dashboard)/skills/page-4566512d74e54bfe.js +0 -1
- package/web/.next/static/css/0a81480f93d3ab37.css +0 -3
- /package/web/.next/static/{9FXcaPSw8KYgjKzjKLpT2 → ZuUX-HBTQOhLf0tFI6JQI}/_buildManifest.js +0 -0
- /package/web/.next/static/{9FXcaPSw8KYgjKzjKLpT2 → ZuUX-HBTQOhLf0tFI6JQI}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var a={};a.id=5975,a.ids=[5975],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3124:(a,b,c)=>{c.d(b,{J9:()=>k,XG:()=>g,Zl:()=>h,lA:()=>f,xg:()=>j});var d=c(77598),e=c(98472);let f="nodalai_oauth_state";function g(){let a=(0,d.randomBytes)(48).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),b=(0,d.createHash)("sha256").update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"");return{codeVerifier:a,codeChallenge:b}}function h(){return(0,d.randomBytes)(16).toString("hex")}function i(a,b){return(0,d.createHmac)("sha256",b).update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function j(a){var b;let c=(0,e.Jm)(),d=(b=JSON.stringify(a),Buffer.from(b,"utf-8").toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")),f=i(d,c);return`${d}.${f}`}function k(a){let b,c=a.lastIndexOf(".");if(-1===c)return null;let f=a.slice(0,c),g=a.slice(c+1),h=i(f,(0,e.Jm)());if(0===f.length||g.length!==h.length)return null;try{let a=Buffer.from(g,"ascii"),b=Buffer.from(h,"ascii");if(!(0,d.timingSafeEqual)(a,b))return null}catch{return null}try{let a;b=JSON.parse((a=f+"===".slice((f.length+3)%4),Buffer.from(a.replace(/-/g,"+").replace(/_/g,"/"),"base64").toString("utf-8")))}catch{return null}if("object"!=typeof b||null===b||1!==b.v)return null;let j=b;return Date.now()-j.createdAt>6e5?null:j}},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13842:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0});var d={MutableRequestCookiesAdapter:function(){return o},ReadonlyRequestCookiesError:function(){return j},RequestCookiesAdapter:function(){return k},appendMutableCookies:function(){return n},areCookiesMutableInCurrentPhase:function(){return q},createCookiesWithMutableAccessCheck:function(){return p},getModifiedCookieValues:function(){return m},responseCookiesToRequestCookies:function(){return s}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});let f=c(71579),g=c(51628),h=c(29294),i=c(24773);class j extends Error{constructor(){super("Cookies can only be modified in a Server Action or Route Handler. Read more: https://nextjs.org/docs/app/api-reference/functions/cookies#options")}static callable(){throw new j}}class k{static seal(a){return new Proxy(a,{get(a,b,c){switch(b){case"clear":case"delete":case"set":return j.callable;default:return g.ReflectAdapter.get(a,b,c)}}})}}let l=Symbol.for("next.mutated.cookies");function m(a){let b=a[l];return b&&Array.isArray(b)&&0!==b.length?b:[]}function n(a,b){let c=m(b);if(0===c.length)return!1;let d=new f.ResponseCookies(a),e=d.getAll();for(let a of c)d.set(a);for(let a of e)d.set(a);return!0}class o{static wrap(a,b){let c=new f.ResponseCookies(new Headers);for(let b of a.getAll())c.set(b);let d=[],e=new Set,j=()=>{let a=h.workAsyncStorage.getStore();if(a&&(a.pathWasRevalidated=i.ActionDidRevalidateStaticAndDynamic),d=c.getAll().filter(a=>e.has(a.name)),b){let a=[];for(let b of d){let c=new f.ResponseCookies(new Headers);c.set(b),a.push(c.toString())}b(a)}},k=new Proxy(c,{get(a,b,c){switch(b){case l:return d;case"delete":return function(...b){e.add("string"==typeof b[0]?b[0]:b[0].name);try{return a.delete(...b),k}finally{j()}};case"set":return function(...b){e.add("string"==typeof b[0]?b[0]:b[0].name);try{return a.set(...b),k}finally{j()}};default:return g.ReflectAdapter.get(a,b,c)}}});return k}}function p(a){let b=new Proxy(a.mutableCookies,{get(c,d,e){switch(d){case"delete":return function(...d){return r(a,"cookies().delete"),c.delete(...d),b};case"set":return function(...d){return r(a,"cookies().set"),c.set(...d),b};default:return g.ReflectAdapter.get(c,d,e)}}});return b}function q(a){return"action"===a.phase}function r(a,b){if(!q(a))throw new j}function s(a){let b=new f.RequestCookies(new Headers);for(let c of a.getAll())b.set(c);return b}},16975:(a,b,c)=>{c.r(b),c.d(b,{"40195a3b038b3b56228b47cb04ed0731ece56a0b16":()=>d.DF,"40362c314974064ad2ecea16ef75beb29f84020600":()=>d.Jh,"405466beb9d7d35d3279bbd64cc58439c9275a2c58":()=>d.Gw,"409a00bd88891c6937b7c900c4f213651256bb3470":()=>d.Bs,"40a8820ae044b9f4a6029eb5c5e138f65470c4d173":()=>d._E,"40bed9c5541989bdac82d1a2d67ab1d1b302bf9bc5":()=>d.FT,"60acc9dbe6048ebc88089007f7f8d3acb31d5f6ddb":()=>d.Av});var d=c(28881)},21820:a=>{a.exports=require("os")},24773:(a,b)=>{Object.defineProperty(b,"__esModule",{value:!0});var c={ActionDidNotRevalidate:function(){return e},ActionDidRevalidateDynamicOnly:function(){return g},ActionDidRevalidateStaticAndDynamic:function(){return f}};for(var d in c)Object.defineProperty(b,d,{enumerable:!0,get:c[d]});let e=0,f=1,g=2},27910:a=>{a.exports=require("stream")},28881:(a,b,c)=>{c.d(b,{Av:()=>q,Bs:()=>p,DF:()=>u,FT:()=>o,Gw:()=>s,Jh:()=>r,_E:()=>t});var d=c(43607),e=c(87388),f=c(90454),g=c(98472),h=c(61989),i=c(95488),j=c(42112),k=c(66402);function l(a){return{ok:!0,data:a}}function m(a,b){return{ok:!1,code:a,message:b}}async function n(){let a,b=(0,i.Iz)();try{let b=await (0,k.headers)();a=new Request("http://localhost/",{headers:b})}catch{a=new Request("http://localhost/")}return(0,j.oC)(a,b)}async function o(a){try{let b=await n(),c=(0,i.Lf)(),d=await c.select().from(f.z3).where((0,f.eq)(f.z3.ownerUserId,b.userId)),e=void 0!==a?d.filter(b=>b.type===a):d,g=await Promise.all(e.map(async a=>{let b=null,d=null,e=null,g=null;try{let g=await (0,f.G0)(c,a.id);g&&(b=g.payload.accountName??null,d=g.payload.expiresAt?new Date(g.payload.expiresAt):null,e=g.payload.scopes??null)}catch(a){g=a instanceof Error?a.message:"decrypt_failed"}let h=(await c.select({id:f.tK.id,slug:f.tK.slug}).from(f.tK).where((0,f.eq)(f.tK.credentialId,a.id))).map(a=>({connectorSlug:a.slug,connectorId:a.id}));return{id:a.id,name:a.name,type:a.type,accountName:b,expiresAt:d,scopes:e,inUseBy:h,createdAt:a.createdAt,updatedAt:a.updatedAt,decryptError:g}}));return l(g)}catch(a){return console.error("[listCredentialsAction]",a),m("db_error","Failed to load credentials")}}async function p(a){try{let b=await n();if(!h.Yj().guid().safeParse(a).success)return m("validation_failed","Invalid credential id");let c=(0,i.Lf)(),[d]=await c.select({id:f.z3.id,ownerUserId:f.z3.ownerUserId}).from(f.z3).where((0,f.eq)(f.z3.id,a));if(!d)return m("not_found","Credential not found");if(d.ownerUserId!==b.userId)return m("forbidden","Access denied");let g=(await c.select({id:f.tK.id}).from(f.tK).where((0,f.eq)(f.tK.credentialId,a))).length;return await c.delete(f.z3).where((0,f.eq)(f.z3.id,a)),(0,e.revalidatePath)("/credentials"),(0,e.revalidatePath)("/connectors"),l({disconnected:g})}catch(a){return console.error("[deleteCredentialAction]",a),m("db_error","Failed to delete credential")}}async function q(a,b){try{let c=await n();if(!h.Yj().guid().safeParse(a).success)return m("validation_failed","Invalid credential id");let d=b.trim();if(0===d.length||d.length>120)return m("validation_failed","Name must be 1–120 characters");let g=(0,i.Lf)(),[j]=await g.select({id:f.z3.id,ownerUserId:f.z3.ownerUserId}).from(f.z3).where((0,f.eq)(f.z3.id,a));if(!j)return m("not_found","Credential not found");if(j.ownerUserId!==c.userId)return m("forbidden","Access denied");return await g.update(f.z3).set({name:d,updatedAt:new Date}).where((0,f.eq)(f.z3.id,a)),(0,e.revalidatePath)("/credentials"),l(void 0)}catch(a){return console.error("[renameCredentialAction]",a),m("db_error","Failed to rename credential")}}async function r(a){try{let b=await n();if(!h.Yj().guid().safeParse(a).success)return m("validation_failed","Invalid credential id");let c=(0,i.Lf)(),[d]=await c.select({id:f.z3.id,ownerUserId:f.z3.ownerUserId}).from(f.z3).where((0,f.eq)(f.z3.id,a));if(!d)return m("not_found","Credential not found");if(d.ownerUserId!==b.userId)return m("forbidden","Access denied");let{expiresAt:g}=await (0,f.Ic)(c,a);return(0,e.revalidatePath)("/credentials"),l({expiresAt:g})}catch(b){let a=b instanceof Error?b.message:String(b);if(console.error("[refreshCredentialAction]",b),a.includes("does not support token refresh"))return m("oauth_no_refresh","This provider does not support token refresh");if(a.includes("missing refreshToken"))return m("missing_refresh_token","Credential is missing refresh token");return m("refresh_failed",`Token refresh failed: ${a}`)}}async function s(a){return(0,f.Se)((0,i.Lf)(),a)}async function t(a){return(0,f.Ic)((0,i.Lf)(),a)}async function u(a){let{ownerUserId:b,credentialType:c,name:d,payload:h}=a,j=(0,i.Lf)(),k=JSON.stringify(h),l=(0,g.ph)(k)?k:(0,g.w)(k),[m]=await j.insert(f.z3).values({ownerUserId:b,name:d,type:c,payload:l}).returning({id:f.z3.id});if(!m)throw Error("persistCredentialFromOauthFlow: insert returned no row");return(0,e.revalidatePath)("/credentials"),{id:m.id}}(0,c(75749).D)([o,p,q,r,s,t,u]),(0,d.A)(o,"40bed9c5541989bdac82d1a2d67ab1d1b302bf9bc5",null),(0,d.A)(p,"409a00bd88891c6937b7c900c4f213651256bb3470",null),(0,d.A)(q,"60acc9dbe6048ebc88089007f7f8d3acb31d5f6ddb",null),(0,d.A)(r,"40362c314974064ad2ecea16ef75beb29f84020600",null),(0,d.A)(s,"405466beb9d7d35d3279bbd64cc58439c9275a2c58",null),(0,d.A)(t,"40a8820ae044b9f4a6029eb5c5e138f65470c4d173",null),(0,d.A)(u,"40195a3b038b3b56228b47cb04ed0731ece56a0b16",null)},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},34631:a=>{a.exports=require("tls")},41843:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"createDedupedByCallsiteServerErrorLoggerDev",{enumerable:!0,get:function(){return i}});let d=function(a){if(a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var b=e(void 0);if(b&&b.has(a))return b.get(a);var c={__proto__:null},d=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in a)if("default"!==f&&Object.prototype.hasOwnProperty.call(a,f)){var g=d?Object.getOwnPropertyDescriptor(a,f):null;g&&(g.get||g.set)?Object.defineProperty(c,f,g):c[f]=a[f]}return c.default=a,b&&b.set(a,c),c}(c(62659));function e(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(e=function(a){return a?c:b})(a)}let f={current:null},g="function"==typeof d.cache?d.cache:a=>a,h=console.warn;function i(a){return function(...b){h(a(...b))}}g(a=>{try{h(f.current)}finally{f.current=null}})},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},49554:(a,b,c)=>{a.exports=c(37610).vendored["react-rsc"].ReactServerDOMWebpackServer},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},60776:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0});var d={INTERCEPTION_ROUTE_MARKERS:function(){return g},extractInterceptionRouteInformation:function(){return i},isInterceptionRouteAppPath:function(){return h}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});let f=c(38851),g=["(..)(..)","(.)","(..)","(...)"];function h(a){return void 0!==a.split("/").find(a=>g.find(b=>a.startsWith(b)))}function i(a){let b,c,d;for(let e of a.split("/"))if(c=g.find(a=>e.startsWith(a))){[b,d]=a.split(c,2);break}if(!b||!c||!d)throw Object.defineProperty(Error(`Invalid interception route: ${a}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`),"__NEXT_ERROR_CODE",{value:"E269",enumerable:!1,configurable:!0});switch(b=(0,f.normalizeAppPath)(b),c){case"(.)":d="/"===b?`/${d}`:b+"/"+d;break;case"(..)":if("/"===b)throw Object.defineProperty(Error(`Invalid interception route: ${a}. Cannot use (..) marker at the root level, use (.) instead.`),"__NEXT_ERROR_CODE",{value:"E207",enumerable:!1,configurable:!0});d=b.split("/").slice(0,-1).concat(d).join("/");break;case"(...)":d="/"+d;break;case"(..)(..)":let e=b.split("/");if(e.length<=2)throw Object.defineProperty(Error(`Invalid interception route: ${a}. Cannot use (..)(..) marker at the root level or one level up.`),"__NEXT_ERROR_CODE",{value:"E486",enumerable:!1,configurable:!0});d=e.slice(0,-2).concat(d).join("/");break;default:throw Object.defineProperty(Error("Invariant: unexpected marker"),"__NEXT_ERROR_CODE",{value:"E112",enumerable:!1,configurable:!0})}return{interceptingRoute:b,interceptedRoute:d}}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},74998:a=>{a.exports=require("perf_hooks")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},77840:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>K,patchFetch:()=>J,routeModule:()=>F,serverHooks:()=>I,workAsyncStorage:()=>G,workUnitAsyncStorage:()=>H});var d={};c.r(d),c.d(d,{GET:()=>D});var e=c(60328),f=c(55117),g=c(78332),h=c(71822),i=c(65044),j=c(24476),k=c(261),l=c(44834),m=c(33408),n=c(72320),o=c(57235),p=c(6413),q=c(9823),r=c(75009),s=c(2118),t=c(86439),u=c(44556),v=c(39489),w=c(77598),x=c(98472),y=c(95488),z=c(96591),A=c(3124),B=c(28881);function C(a,b,c){console.error(`[oauth callback] error ${b}${c?` — ${c}`:""}`);let d=new URLSearchParams;return d.set("oauth_error",b),c&&d.set("detail",c),v.NextResponse.redirect(`${a}/connectors?${d.toString()}`,302)}async function D(a,{params:b}){let c,d,e,f,g,{provider:h}=await b,i=new URL(a.url),j=i.origin,k=(0,z.ZH)(h)??(0,z.ip)(h);if(!k)return C(j,"unknown_provider");let l=Object.fromEntries((a.headers.get("cookie")??"").split(";").map(a=>{let b=a.indexOf("=");return -1===b?[a.trim(),""]:[a.slice(0,b).trim(),a.slice(b+1).trim()]}))[A.lA];if(!l)return C(j,"invalid_state");let m=(0,A.J9)(l);if(!m)return C(j,"invalid_state");let n=i.searchParams.get("error");if(n)return C(j,n,i.searchParams.get("error_description")??void 0);let o=i.searchParams.get("state")??"";if(!function(a,b){if(a.length!==b.length)return!1;try{return(0,w.timingSafeEqual)(Buffer.from(a,"utf-8"),Buffer.from(b,"utf-8"))}catch{return!1}}(m.state,o))return C(j,"state_mismatch");try{let b=await (0,y.Iz)().getSession(a);if(!b)return C(j,"session_lost");c=b.userId,d=b.entityId}catch{return C(j,"session_lost")}if(d!==m.entityId)return C(j,"session_lost");try{e=(0,x.Yc)(m.clientSecretEnc)}catch(a){return console.error("[oauth callback] failed to decrypt clientSecret",a),C(j,"token_exchange_failed")}let p=i.searchParams.get("code")??"",q=`${j}/api/oauth/${h}/callback`;if(p.startsWith("mock-"))f={access_token:`mock-at-${Date.now()}`,refresh_token:`mock-rt-${Date.now()}`,expires_in:3600,scope:k.scopes.join(" "),token_type:"Bearer"};else try{f=await E({provider:k,code:p,redirectUri:q,codeVerifier:m.codeVerifier,clientId:m.clientId,clientSecret:e})}catch(a){return console.error("[oauth callback] token exchange failed",a),C(j,"token_exchange_failed")}let r=f.access_token;if(!r)return console.error("[oauth callback] token response missing access_token",f),C(j,"token_exchange_failed");let s=f.refresh_token??null,t=f.expires_in,u=null!=t?new Date(Date.now()+1e3*t):null,F=f.scope??null,G=null;if(k.accountInfo)try{let a=await fetch(k.accountInfo.url,{headers:{Authorization:`Bearer ${r}`}});if(a.ok){let b=await a.json(),c=null!=k.accountInfo.emailField?b[k.accountInfo.emailField]??null:null,d=b[k.accountInfo.nameField]??null;G=c??d}else console.error("[oauth callback] accountInfo fetch failed",a.status)}catch(a){console.error("[oauth callback] accountInfo fetch error",a)}else{var H;if("workspace_name"in(H=f)||"owner"in H&&"object"==typeof H.owner){let a=f;G=a.workspace_name??a.owner?.user?.name??null}}let I={clientId:m.clientId,clientSecret:e,refreshToken:s,accessToken:r,expiresAt:u?u.toISOString():null,scopes:F??(k.scopes.length>0?k.scopes.join(" "):""),accountName:G??"",tokenUrl:k.tokenUrl};try{let a=m.name??`${k.label} (${G??"Unknown"})`;g=(await (0,B.DF)({ownerUserId:c,credentialType:m.credentialType,name:a,payload:I})).id}catch(a){return console.error("[oauth callback] persistCredentialFromOauthFlow failed",a),C(j,"token_exchange_failed")}let J=`${A.lA}=; HttpOnly; SameSite=Lax; Path=/; Max-Age=0`,K=function(a,b,c){if(a)try{let d=a.startsWith("http")?a:`${c}${a}`,e=new URL(d);if(e.searchParams.set("credentialId",b),!a.startsWith("http"))return`${e.pathname}${e.search}`;return e.toString()}catch{}return`${c}/credentials?created=${b}`}(m.returnTo,g,j),L=v.NextResponse.redirect(K.startsWith("http")?K:`${j}${K}`,302);return L.headers.set("Set-Cookie",J),L}async function E(a){let b,c,{provider:d,code:e,redirectUri:f,codeVerifier:g,clientId:h,clientSecret:i}=a,j={};if("json"===d.tokenBodyType){let a={grant_type:"authorization_code",code:e,redirect_uri:f};g&&(a.code_verifier=g),b=JSON.stringify(a),c="application/json",j.Authorization="Basic "+Buffer.from(`${h}:${i}`).toString("base64")}else{let a=new URLSearchParams;a.set("grant_type","authorization_code"),a.set("code",e),a.set("redirect_uri",f),g&&a.set("code_verifier",g),"body"===d.tokenAuth?(a.set("client_id",h),a.set("client_secret",i)):j.Authorization="Basic "+Buffer.from(`${h}:${i}`).toString("base64"),b=a.toString(),c="application/x-www-form-urlencoded"}let k=await fetch(d.tokenUrl,{method:"POST",headers:{"Content-Type":c,...j},body:b});if(!k.ok){let a=await k.text().catch(()=>"(unreadable)");throw Error(`Token endpoint returned ${k.status}: ${a}`)}return await k.json()}let F=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/oauth/[provider]/callback/route",pathname:"/api/oauth/[provider]/callback",filename:"route",bundlePath:"app/api/oauth/[provider]/callback/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\api\\oauth\\[provider]\\callback\\route.ts",nextConfigOutput:"standalone",userland:d,...{}}),{workAsyncStorage:G,workUnitAsyncStorage:H,serverHooks:I}=F;function J(){return(0,g.patchFetch)({workAsyncStorage:G,workUnitAsyncStorage:H})}async function K(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),F.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/oauth/[provider]/callback/route";"/index"===d&&(d="/");let e=await F.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(A.dynamicRoutes[I]||A.routes[E]),K=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!z){let a=!!A.routes[E],b=A.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||F.isDev||z||(L="/index"===(L=E)?"/":L);let M=!0===F.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==B?void 0:B.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await F.getIncrementalCache(a,x,A,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>F.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>F.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&C&&D&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await F.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),b}},k=await F.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await F.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")},96591:(a,b,c)=>{c.d(b,{ZH:()=>d.ZH,ip:()=>d.R3});var d=c(94621)}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,8437,7826,6402,8464,6764,4574],()=>b(b.s=77840));module.exports=c})();
|
|
1
|
+
"use strict";(()=>{var a={};a.id=5975,a.ids=[5975],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3124:(a,b,c)=>{c.d(b,{J9:()=>k,XG:()=>g,Zl:()=>h,lA:()=>f,xg:()=>j});var d=c(77598),e=c(98472);let f="nodalai_oauth_state";function g(){let a=(0,d.randomBytes)(48).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),b=(0,d.createHash)("sha256").update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"");return{codeVerifier:a,codeChallenge:b}}function h(){return(0,d.randomBytes)(16).toString("hex")}function i(a,b){return(0,d.createHmac)("sha256",b).update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function j(a){var b;let c=(0,e.Jm)(),d=(b=JSON.stringify(a),Buffer.from(b,"utf-8").toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")),f=i(d,c);return`${d}.${f}`}function k(a){let b,c=a.lastIndexOf(".");if(-1===c)return null;let f=a.slice(0,c),g=a.slice(c+1),h=i(f,(0,e.Jm)());if(0===f.length||g.length!==h.length)return null;try{let a=Buffer.from(g,"ascii"),b=Buffer.from(h,"ascii");if(!(0,d.timingSafeEqual)(a,b))return null}catch{return null}try{let a;b=JSON.parse((a=f+"===".slice((f.length+3)%4),Buffer.from(a.replace(/-/g,"+").replace(/_/g,"/"),"base64").toString("utf-8")))}catch{return null}if("object"!=typeof b||null===b||1!==b.v)return null;let j=b;return Date.now()-j.createdAt>6e5?null:j}},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13842:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0});var d={MutableRequestCookiesAdapter:function(){return o},ReadonlyRequestCookiesError:function(){return j},RequestCookiesAdapter:function(){return k},appendMutableCookies:function(){return n},areCookiesMutableInCurrentPhase:function(){return q},createCookiesWithMutableAccessCheck:function(){return p},getModifiedCookieValues:function(){return m},responseCookiesToRequestCookies:function(){return s}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});let f=c(71579),g=c(51628),h=c(29294),i=c(24773);class j extends Error{constructor(){super("Cookies can only be modified in a Server Action or Route Handler. Read more: https://nextjs.org/docs/app/api-reference/functions/cookies#options")}static callable(){throw new j}}class k{static seal(a){return new Proxy(a,{get(a,b,c){switch(b){case"clear":case"delete":case"set":return j.callable;default:return g.ReflectAdapter.get(a,b,c)}}})}}let l=Symbol.for("next.mutated.cookies");function m(a){let b=a[l];return b&&Array.isArray(b)&&0!==b.length?b:[]}function n(a,b){let c=m(b);if(0===c.length)return!1;let d=new f.ResponseCookies(a),e=d.getAll();for(let a of c)d.set(a);for(let a of e)d.set(a);return!0}class o{static wrap(a,b){let c=new f.ResponseCookies(new Headers);for(let b of a.getAll())c.set(b);let d=[],e=new Set,j=()=>{let a=h.workAsyncStorage.getStore();if(a&&(a.pathWasRevalidated=i.ActionDidRevalidateStaticAndDynamic),d=c.getAll().filter(a=>e.has(a.name)),b){let a=[];for(let b of d){let c=new f.ResponseCookies(new Headers);c.set(b),a.push(c.toString())}b(a)}},k=new Proxy(c,{get(a,b,c){switch(b){case l:return d;case"delete":return function(...b){e.add("string"==typeof b[0]?b[0]:b[0].name);try{return a.delete(...b),k}finally{j()}};case"set":return function(...b){e.add("string"==typeof b[0]?b[0]:b[0].name);try{return a.set(...b),k}finally{j()}};default:return g.ReflectAdapter.get(a,b,c)}}});return k}}function p(a){let b=new Proxy(a.mutableCookies,{get(c,d,e){switch(d){case"delete":return function(...d){return r(a,"cookies().delete"),c.delete(...d),b};case"set":return function(...d){return r(a,"cookies().set"),c.set(...d),b};default:return g.ReflectAdapter.get(c,d,e)}}});return b}function q(a){return"action"===a.phase}function r(a,b){if(!q(a))throw new j}function s(a){let b=new f.RequestCookies(new Headers);for(let c of a.getAll())b.set(c);return b}},21820:a=>{a.exports=require("os")},22751:(a,b,c)=>{c.r(b),c.d(b,{"40478f1a577901d4467c5b683c46d0a2f8f98654c2":()=>d.Bs,"4095362ab18ceb12b9cae65f132d1aa5bf0f91ba50":()=>d.Gw,"40b31054d17065135c1994442ce190d2b0b5281bd6":()=>d.DF,"40c79b6c35e3bd74cad98121c4441e16924c3a0163":()=>d.Jh,"40d4aa141d9a87660e25bf42619062a975f4fbfcad":()=>d.FT,"40fe8d2ab51c2dd88084e726bf2a3f04cc7ce7a5e1":()=>d._E,"60fb166498c3b29c31edbdbf931b7ef0d00a3bbc91":()=>d.Av});var d=c(28881)},24773:(a,b)=>{Object.defineProperty(b,"__esModule",{value:!0});var c={ActionDidNotRevalidate:function(){return e},ActionDidRevalidateDynamicOnly:function(){return g},ActionDidRevalidateStaticAndDynamic:function(){return f}};for(var d in c)Object.defineProperty(b,d,{enumerable:!0,get:c[d]});let e=0,f=1,g=2},27910:a=>{a.exports=require("stream")},28881:(a,b,c)=>{c.d(b,{Av:()=>q,Bs:()=>p,DF:()=>u,FT:()=>o,Gw:()=>s,Jh:()=>r,_E:()=>t});var d=c(43607),e=c(87388),f=c(90454),g=c(98472),h=c(61989),i=c(95488),j=c(42112),k=c(66402);function l(a){return{ok:!0,data:a}}function m(a,b){return{ok:!1,code:a,message:b}}async function n(){let a,b=(0,i.Iz)();try{let b=await (0,k.headers)();a=new Request("http://localhost/",{headers:b})}catch{a=new Request("http://localhost/")}return(0,j.oC)(a,b)}async function o(a){try{let b=await n(),c=(0,i.Lf)(),d=await c.select().from(f.z3).where((0,f.eq)(f.z3.ownerUserId,b.userId)),e=void 0!==a?d.filter(b=>b.type===a):d,g=await Promise.all(e.map(async a=>{let b=null,d=null,e=null,g=null;try{let g=await (0,f.G0)(c,a.id);g&&(b=g.payload.accountName??null,d=g.payload.expiresAt?new Date(g.payload.expiresAt):null,e=g.payload.scopes??null)}catch(a){g=a instanceof Error?a.message:"decrypt_failed"}let h=(await c.select({id:f.tK.id,slug:f.tK.slug}).from(f.tK).where((0,f.eq)(f.tK.credentialId,a.id))).map(a=>({connectorSlug:a.slug,connectorId:a.id}));return{id:a.id,name:a.name,type:a.type,accountName:b,expiresAt:d,scopes:e,inUseBy:h,createdAt:a.createdAt,updatedAt:a.updatedAt,decryptError:g}}));return l(g)}catch(a){return console.error("[listCredentialsAction]",a),m("db_error","Failed to load credentials")}}async function p(a){try{let b=await n();if(!h.Yj().guid().safeParse(a).success)return m("validation_failed","Invalid credential id");let c=(0,i.Lf)(),[d]=await c.select({id:f.z3.id,ownerUserId:f.z3.ownerUserId}).from(f.z3).where((0,f.eq)(f.z3.id,a));if(!d)return m("not_found","Credential not found");if(d.ownerUserId!==b.userId)return m("forbidden","Access denied");let g=(await c.select({id:f.tK.id}).from(f.tK).where((0,f.eq)(f.tK.credentialId,a))).length;return await c.delete(f.z3).where((0,f.eq)(f.z3.id,a)),(0,e.revalidatePath)("/credentials"),(0,e.revalidatePath)("/connectors"),l({disconnected:g})}catch(a){return console.error("[deleteCredentialAction]",a),m("db_error","Failed to delete credential")}}async function q(a,b){try{let c=await n();if(!h.Yj().guid().safeParse(a).success)return m("validation_failed","Invalid credential id");let d=b.trim();if(0===d.length||d.length>120)return m("validation_failed","Name must be 1–120 characters");let g=(0,i.Lf)(),[j]=await g.select({id:f.z3.id,ownerUserId:f.z3.ownerUserId}).from(f.z3).where((0,f.eq)(f.z3.id,a));if(!j)return m("not_found","Credential not found");if(j.ownerUserId!==c.userId)return m("forbidden","Access denied");return await g.update(f.z3).set({name:d,updatedAt:new Date}).where((0,f.eq)(f.z3.id,a)),(0,e.revalidatePath)("/credentials"),l(void 0)}catch(a){return console.error("[renameCredentialAction]",a),m("db_error","Failed to rename credential")}}async function r(a){try{let b=await n();if(!h.Yj().guid().safeParse(a).success)return m("validation_failed","Invalid credential id");let c=(0,i.Lf)(),[d]=await c.select({id:f.z3.id,ownerUserId:f.z3.ownerUserId}).from(f.z3).where((0,f.eq)(f.z3.id,a));if(!d)return m("not_found","Credential not found");if(d.ownerUserId!==b.userId)return m("forbidden","Access denied");let{expiresAt:g}=await (0,f.Ic)(c,a);return(0,e.revalidatePath)("/credentials"),l({expiresAt:g})}catch(b){let a=b instanceof Error?b.message:String(b);if(console.error("[refreshCredentialAction]",b),a.includes("does not support token refresh"))return m("oauth_no_refresh","This provider does not support token refresh");if(a.includes("missing refreshToken"))return m("missing_refresh_token","Credential is missing refresh token");return m("refresh_failed",`Token refresh failed: ${a}`)}}async function s(a){return(0,f.Se)((0,i.Lf)(),a)}async function t(a){return(0,f.Ic)((0,i.Lf)(),a)}async function u(a){let{ownerUserId:b,credentialType:c,name:d,payload:h}=a,j=(0,i.Lf)(),k=JSON.stringify(h),l=(0,g.ph)(k)?k:(0,g.w)(k),[m]=await j.insert(f.z3).values({ownerUserId:b,name:d,type:c,payload:l}).returning({id:f.z3.id});if(!m)throw Error("persistCredentialFromOauthFlow: insert returned no row");return(0,e.revalidatePath)("/credentials"),{id:m.id}}(0,c(75749).D)([o,p,q,r,s,t,u]),(0,d.A)(o,"40d4aa141d9a87660e25bf42619062a975f4fbfcad",null),(0,d.A)(p,"40478f1a577901d4467c5b683c46d0a2f8f98654c2",null),(0,d.A)(q,"60fb166498c3b29c31edbdbf931b7ef0d00a3bbc91",null),(0,d.A)(r,"40c79b6c35e3bd74cad98121c4441e16924c3a0163",null),(0,d.A)(s,"4095362ab18ceb12b9cae65f132d1aa5bf0f91ba50",null),(0,d.A)(t,"40fe8d2ab51c2dd88084e726bf2a3f04cc7ce7a5e1",null),(0,d.A)(u,"40b31054d17065135c1994442ce190d2b0b5281bd6",null)},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},34631:a=>{a.exports=require("tls")},41843:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"createDedupedByCallsiteServerErrorLoggerDev",{enumerable:!0,get:function(){return i}});let d=function(a){if(a&&a.__esModule)return a;if(null===a||"object"!=typeof a&&"function"!=typeof a)return{default:a};var b=e(void 0);if(b&&b.has(a))return b.get(a);var c={__proto__:null},d=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in a)if("default"!==f&&Object.prototype.hasOwnProperty.call(a,f)){var g=d?Object.getOwnPropertyDescriptor(a,f):null;g&&(g.get||g.set)?Object.defineProperty(c,f,g):c[f]=a[f]}return c.default=a,b&&b.set(a,c),c}(c(62659));function e(a){if("function"!=typeof WeakMap)return null;var b=new WeakMap,c=new WeakMap;return(e=function(a){return a?c:b})(a)}let f={current:null},g="function"==typeof d.cache?d.cache:a=>a,h=console.warn;function i(a){return function(...b){h(a(...b))}}g(a=>{try{h(f.current)}finally{f.current=null}})},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},49554:(a,b,c)=>{a.exports=c(37610).vendored["react-rsc"].ReactServerDOMWebpackServer},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},60776:(a,b,c)=>{Object.defineProperty(b,"__esModule",{value:!0});var d={INTERCEPTION_ROUTE_MARKERS:function(){return g},extractInterceptionRouteInformation:function(){return i},isInterceptionRouteAppPath:function(){return h}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});let f=c(38851),g=["(..)(..)","(.)","(..)","(...)"];function h(a){return void 0!==a.split("/").find(a=>g.find(b=>a.startsWith(b)))}function i(a){let b,c,d;for(let e of a.split("/"))if(c=g.find(a=>e.startsWith(a))){[b,d]=a.split(c,2);break}if(!b||!c||!d)throw Object.defineProperty(Error(`Invalid interception route: ${a}. Must be in the format /<intercepting route>/(..|...|..)(..)/<intercepted route>`),"__NEXT_ERROR_CODE",{value:"E269",enumerable:!1,configurable:!0});switch(b=(0,f.normalizeAppPath)(b),c){case"(.)":d="/"===b?`/${d}`:b+"/"+d;break;case"(..)":if("/"===b)throw Object.defineProperty(Error(`Invalid interception route: ${a}. Cannot use (..) marker at the root level, use (.) instead.`),"__NEXT_ERROR_CODE",{value:"E207",enumerable:!1,configurable:!0});d=b.split("/").slice(0,-1).concat(d).join("/");break;case"(...)":d="/"+d;break;case"(..)(..)":let e=b.split("/");if(e.length<=2)throw Object.defineProperty(Error(`Invalid interception route: ${a}. Cannot use (..)(..) marker at the root level or one level up.`),"__NEXT_ERROR_CODE",{value:"E486",enumerable:!1,configurable:!0});d=e.slice(0,-2).concat(d).join("/");break;default:throw Object.defineProperty(Error("Invariant: unexpected marker"),"__NEXT_ERROR_CODE",{value:"E112",enumerable:!1,configurable:!0})}return{interceptingRoute:b,interceptedRoute:d}}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},74998:a=>{a.exports=require("perf_hooks")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},77840:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>K,patchFetch:()=>J,routeModule:()=>F,serverHooks:()=>I,workAsyncStorage:()=>G,workUnitAsyncStorage:()=>H});var d={};c.r(d),c.d(d,{GET:()=>D});var e=c(60328),f=c(55117),g=c(78332),h=c(71822),i=c(65044),j=c(24476),k=c(261),l=c(44834),m=c(33408),n=c(72320),o=c(57235),p=c(6413),q=c(9823),r=c(75009),s=c(2118),t=c(86439),u=c(44556),v=c(39489),w=c(77598),x=c(98472),y=c(95488),z=c(96591),A=c(3124),B=c(28881);function C(a,b,c){console.error(`[oauth callback] error ${b}${c?` — ${c}`:""}`);let d=new URLSearchParams;return d.set("oauth_error",b),c&&d.set("detail",c),v.NextResponse.redirect(`${a}/connectors?${d.toString()}`,302)}async function D(a,{params:b}){let c,d,e,f,g,{provider:h}=await b,i=new URL(a.url),j=i.origin,k=(0,z.ZH)(h)??(0,z.ip)(h);if(!k)return C(j,"unknown_provider");let l=Object.fromEntries((a.headers.get("cookie")??"").split(";").map(a=>{let b=a.indexOf("=");return -1===b?[a.trim(),""]:[a.slice(0,b).trim(),a.slice(b+1).trim()]}))[A.lA];if(!l)return C(j,"invalid_state");let m=(0,A.J9)(l);if(!m)return C(j,"invalid_state");let n=i.searchParams.get("error");if(n)return C(j,n,i.searchParams.get("error_description")??void 0);let o=i.searchParams.get("state")??"";if(!function(a,b){if(a.length!==b.length)return!1;try{return(0,w.timingSafeEqual)(Buffer.from(a,"utf-8"),Buffer.from(b,"utf-8"))}catch{return!1}}(m.state,o))return C(j,"state_mismatch");try{let b=await (0,y.Iz)().getSession(a);if(!b)return C(j,"session_lost");c=b.userId,d=b.entityId}catch{return C(j,"session_lost")}if(d!==m.entityId)return C(j,"session_lost");try{e=(0,x.Yc)(m.clientSecretEnc)}catch(a){return console.error("[oauth callback] failed to decrypt clientSecret",a),C(j,"token_exchange_failed")}let p=i.searchParams.get("code")??"",q=`${j}/api/oauth/${h}/callback`;if(p.startsWith("mock-"))f={access_token:`mock-at-${Date.now()}`,refresh_token:`mock-rt-${Date.now()}`,expires_in:3600,scope:k.scopes.join(" "),token_type:"Bearer"};else try{f=await E({provider:k,code:p,redirectUri:q,codeVerifier:m.codeVerifier,clientId:m.clientId,clientSecret:e})}catch(a){return console.error("[oauth callback] token exchange failed",a),C(j,"token_exchange_failed")}let r=f.access_token;if(!r)return console.error("[oauth callback] token response missing access_token",f),C(j,"token_exchange_failed");let s=f.refresh_token??null,t=f.expires_in,u=null!=t?new Date(Date.now()+1e3*t):null,F=f.scope??null,G=null;if(k.accountInfo)try{let a=await fetch(k.accountInfo.url,{headers:{Authorization:`Bearer ${r}`}});if(a.ok){let b=await a.json(),c=null!=k.accountInfo.emailField?b[k.accountInfo.emailField]??null:null,d=b[k.accountInfo.nameField]??null;G=c??d}else console.error("[oauth callback] accountInfo fetch failed",a.status)}catch(a){console.error("[oauth callback] accountInfo fetch error",a)}else{var H;if("workspace_name"in(H=f)||"owner"in H&&"object"==typeof H.owner){let a=f;G=a.workspace_name??a.owner?.user?.name??null}}let I={clientId:m.clientId,clientSecret:e,refreshToken:s,accessToken:r,expiresAt:u?u.toISOString():null,scopes:F??(k.scopes.length>0?k.scopes.join(" "):""),accountName:G??"",tokenUrl:k.tokenUrl};try{let a=m.name??`${k.label} (${G??"Unknown"})`;g=(await (0,B.DF)({ownerUserId:c,credentialType:m.credentialType,name:a,payload:I})).id}catch(a){return console.error("[oauth callback] persistCredentialFromOauthFlow failed",a),C(j,"token_exchange_failed")}let J=`${A.lA}=; HttpOnly; SameSite=Lax; Path=/; Max-Age=0`,K=function(a,b,c){if(a)try{let d=a.startsWith("http")?a:`${c}${a}`,e=new URL(d);if(e.searchParams.set("credentialId",b),!a.startsWith("http"))return`${e.pathname}${e.search}`;return e.toString()}catch{}return`${c}/credentials?created=${b}`}(m.returnTo,g,j),L=v.NextResponse.redirect(K.startsWith("http")?K:`${j}${K}`,302);return L.headers.set("Set-Cookie",J),L}async function E(a){let b,c,{provider:d,code:e,redirectUri:f,codeVerifier:g,clientId:h,clientSecret:i}=a,j={};if("json"===d.tokenBodyType){let a={grant_type:"authorization_code",code:e,redirect_uri:f};g&&(a.code_verifier=g),b=JSON.stringify(a),c="application/json",j.Authorization="Basic "+Buffer.from(`${h}:${i}`).toString("base64")}else{let a=new URLSearchParams;a.set("grant_type","authorization_code"),a.set("code",e),a.set("redirect_uri",f),g&&a.set("code_verifier",g),"body"===d.tokenAuth?(a.set("client_id",h),a.set("client_secret",i)):j.Authorization="Basic "+Buffer.from(`${h}:${i}`).toString("base64"),b=a.toString(),c="application/x-www-form-urlencoded"}let k=await fetch(d.tokenUrl,{method:"POST",headers:{"Content-Type":c,...j},body:b});if(!k.ok){let a=await k.text().catch(()=>"(unreadable)");throw Error(`Token endpoint returned ${k.status}: ${a}`)}return await k.json()}let F=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/oauth/[provider]/callback/route",pathname:"/api/oauth/[provider]/callback",filename:"route",bundlePath:"app/api/oauth/[provider]/callback/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\api\\oauth\\[provider]\\callback\\route.ts",nextConfigOutput:"standalone",userland:d,...{}}),{workAsyncStorage:G,workUnitAsyncStorage:H,serverHooks:I}=F;function J(){return(0,g.patchFetch)({workAsyncStorage:G,workUnitAsyncStorage:H})}async function K(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),F.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/oauth/[provider]/callback/route";"/index"===d&&(d="/");let e=await F.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(A.dynamicRoutes[I]||A.routes[E]),K=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!z){let a=!!A.routes[E],b=A.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||F.isDev||z||(L="/index"===(L=E)?"/":L);let M=!0===F.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==B?void 0:B.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await F.getIncrementalCache(a,x,A,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>F.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>F.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&C&&D&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await F.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),b}},k=await F.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await F.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")},96591:(a,b,c)=>{c.d(b,{ZH:()=>d.ZH,ip:()=>d.R3});var d=c(36535)}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,8437,7826,6402,8464,6764,4574],()=>b(b.s=77840));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(()=>{var a={};a.id=6762,a.ids=[6762],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3124:(a,b,c)=>{c.d(b,{J9:()=>k,XG:()=>g,Zl:()=>h,lA:()=>f,xg:()=>j});var d=c(77598),e=c(98472);let f="nodalai_oauth_state";function g(){let a=(0,d.randomBytes)(48).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),b=(0,d.createHash)("sha256").update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"");return{codeVerifier:a,codeChallenge:b}}function h(){return(0,d.randomBytes)(16).toString("hex")}function i(a,b){return(0,d.createHmac)("sha256",b).update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function j(a){var b;let c=(0,e.Jm)(),d=(b=JSON.stringify(a),Buffer.from(b,"utf-8").toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")),f=i(d,c);return`${d}.${f}`}function k(a){let b,c=a.lastIndexOf(".");if(-1===c)return null;let f=a.slice(0,c),g=a.slice(c+1),h=i(f,(0,e.Jm)());if(0===f.length||g.length!==h.length)return null;try{let a=Buffer.from(g,"ascii"),b=Buffer.from(h,"ascii");if(!(0,d.timingSafeEqual)(a,b))return null}catch{return null}try{let a;b=JSON.parse((a=f+"===".slice((f.length+3)%4),Buffer.from(a.replace(/-/g,"+").replace(/_/g,"/"),"base64").toString("utf-8")))}catch{return null}if("object"!=typeof b||null===b||1!==b.v)return null;let j=b;return Date.now()-j.createdAt>6e5?null:j}},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},21820:a=>{a.exports=require("os")},27910:a=>{a.exports=require("stream")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},34631:a=>{a.exports=require("tls")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},61371:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>I,patchFetch:()=>H,routeModule:()=>D,serverHooks:()=>G,workAsyncStorage:()=>E,workUnitAsyncStorage:()=>F});var d={};c.r(d),c.d(d,{POST:()=>C});var e=c(60328),f=c(55117),g=c(78332),h=c(71822),i=c(65044),j=c(24476),k=c(261),l=c(44834),m=c(33408),n=c(72320),o=c(57235),p=c(6413),q=c(9823),r=c(75009),s=c(2118),t=c(86439),u=c(44556),v=c(39489),w=c(61989),x=c(98472),y=c(95488),z=c(96591),A=c(3124);let B=w.Ik({clientId:w.Yj().min(1,"Client ID is required"),clientSecret:w.Yj().min(1,"Client secret is required"),name:w.Yj().max(120).optional().transform(a=>""===a||void 0===a?void 0:a),returnTo:w.Yj().max(500).optional().transform(a=>""===a||void 0===a?void 0:a)});async function C(a,{params:b}){let c,d,{provider:e}=await b;try{c=await (0,y.oC)(a,(0,y.Iz)())}catch{return v.NextResponse.json({error:"Unauthorized"},{status:401})}let f=(0,z.ZH)(e)??(0,z.ip)(e);if(!f)return v.NextResponse.json({error:`Unknown OAuth provider: ${e}`},{status:400});try{let b=await a.text();d=Object.fromEntries(new URLSearchParams(b))}catch{return v.NextResponse.json({error:"Failed to parse request body"},{status:400})}let g=B.safeParse(d);if(!g.success){let a=g.error.issues[0]?.message??"Invalid input";return v.NextResponse.json({error:a},{status:400})}let{clientId:h,clientSecret:i,name:j,returnTo:k}=g.data,l=(0,x.w)(i),{codeVerifier:m,codeChallenge:n}="pkce-s256"===f.pkce?(0,A.XG)():{codeVerifier:"",codeChallenge:""},o=(0,A.Zl)(),p={v:1,slug:e,entityId:c.entityId,state:o,codeVerifier:m,clientId:h,clientSecretEnc:l,credentialType:f.credentialType,...void 0!==j?{name:j}:{},...void 0!==k?{returnTo:k}:{},createdAt:Date.now()},q=(0,A.xg)(p),r="https:"===new URL(a.url).protocol,s=[`${A.lA}=${q}`,"HttpOnly","SameSite=Lax","Path=/","Max-Age=600",...r?["Secure"]:[]].join("; "),t=new URL(a.url).origin,u=`${t}/api/oauth/${e}/callback`,w=new URLSearchParams;if(w.set("client_id",h),w.set("redirect_uri",u),w.set("response_type","code"),w.set("state",o),f.scopes.length>0&&w.set("scope",f.scopes.join(" ")),"pkce-s256"===f.pkce&&(w.set("code_challenge",n),w.set("code_challenge_method","S256")),f.authExtraParams)for(let[a,b]of Object.entries(f.authExtraParams))w.set(a,b);let D=`${f.authUrl}?${w.toString()}`,E=v.NextResponse.redirect(D,302);return E.headers.set("Set-Cookie",s),E}let D=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/oauth/[provider]/start/route",pathname:"/api/oauth/[provider]/start",filename:"route",bundlePath:"app/api/oauth/[provider]/start/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\api\\oauth\\[provider]\\start\\route.ts",nextConfigOutput:"standalone",userland:d,...{}}),{workAsyncStorage:E,workUnitAsyncStorage:F,serverHooks:G}=D;function H(){return(0,g.patchFetch)({workAsyncStorage:E,workUnitAsyncStorage:F})}async function I(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),D.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/oauth/[provider]/start/route";"/index"===d&&(d="/");let e=await D.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(A.dynamicRoutes[I]||A.routes[F]),K=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!z){let a=!!A.routes[F],b=A.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||D.isDev||z||(L="/index"===(L=F)?"/":L);let M=!0===D.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==B?void 0:B.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await D.getIncrementalCache(a,x,A,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>D.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>D.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&C&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await D.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),b}},k=await D.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await D.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},74998:a=>{a.exports=require("perf_hooks")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")},96591:(a,b,c)=>{c.d(b,{ZH:()=>d.ZH,ip:()=>d.R3});var d=c(94621)}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,8437,7826,6764,4574],()=>b(b.s=61371));module.exports=c})();
|
|
1
|
+
"use strict";(()=>{var a={};a.id=6762,a.ids=[6762],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3124:(a,b,c)=>{c.d(b,{J9:()=>k,XG:()=>g,Zl:()=>h,lA:()=>f,xg:()=>j});var d=c(77598),e=c(98472);let f="nodalai_oauth_state";function g(){let a=(0,d.randomBytes)(48).toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,""),b=(0,d.createHash)("sha256").update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"");return{codeVerifier:a,codeChallenge:b}}function h(){return(0,d.randomBytes)(16).toString("hex")}function i(a,b){return(0,d.createHmac)("sha256",b).update(a).digest("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function j(a){var b;let c=(0,e.Jm)(),d=(b=JSON.stringify(a),Buffer.from(b,"utf-8").toString("base64").replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")),f=i(d,c);return`${d}.${f}`}function k(a){let b,c=a.lastIndexOf(".");if(-1===c)return null;let f=a.slice(0,c),g=a.slice(c+1),h=i(f,(0,e.Jm)());if(0===f.length||g.length!==h.length)return null;try{let a=Buffer.from(g,"ascii"),b=Buffer.from(h,"ascii");if(!(0,d.timingSafeEqual)(a,b))return null}catch{return null}try{let a;b=JSON.parse((a=f+"===".slice((f.length+3)%4),Buffer.from(a.replace(/-/g,"+").replace(/_/g,"/"),"base64").toString("utf-8")))}catch{return null}if("object"!=typeof b||null===b||1!==b.v)return null;let j=b;return Date.now()-j.createdAt>6e5?null:j}},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},21820:a=>{a.exports=require("os")},27910:a=>{a.exports=require("stream")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},34631:a=>{a.exports=require("tls")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},61371:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>I,patchFetch:()=>H,routeModule:()=>D,serverHooks:()=>G,workAsyncStorage:()=>E,workUnitAsyncStorage:()=>F});var d={};c.r(d),c.d(d,{POST:()=>C});var e=c(60328),f=c(55117),g=c(78332),h=c(71822),i=c(65044),j=c(24476),k=c(261),l=c(44834),m=c(33408),n=c(72320),o=c(57235),p=c(6413),q=c(9823),r=c(75009),s=c(2118),t=c(86439),u=c(44556),v=c(39489),w=c(61989),x=c(98472),y=c(95488),z=c(96591),A=c(3124);let B=w.Ik({clientId:w.Yj().min(1,"Client ID is required"),clientSecret:w.Yj().min(1,"Client secret is required"),name:w.Yj().max(120).optional().transform(a=>""===a||void 0===a?void 0:a),returnTo:w.Yj().max(500).optional().transform(a=>""===a||void 0===a?void 0:a)});async function C(a,{params:b}){let c,d,{provider:e}=await b;try{c=await (0,y.oC)(a,(0,y.Iz)())}catch{return v.NextResponse.json({error:"Unauthorized"},{status:401})}let f=(0,z.ZH)(e)??(0,z.ip)(e);if(!f)return v.NextResponse.json({error:`Unknown OAuth provider: ${e}`},{status:400});try{let b=await a.text();d=Object.fromEntries(new URLSearchParams(b))}catch{return v.NextResponse.json({error:"Failed to parse request body"},{status:400})}let g=B.safeParse(d);if(!g.success){let a=g.error.issues[0]?.message??"Invalid input";return v.NextResponse.json({error:a},{status:400})}let{clientId:h,clientSecret:i,name:j,returnTo:k}=g.data,l=(0,x.w)(i),{codeVerifier:m,codeChallenge:n}="pkce-s256"===f.pkce?(0,A.XG)():{codeVerifier:"",codeChallenge:""},o=(0,A.Zl)(),p={v:1,slug:e,entityId:c.entityId,state:o,codeVerifier:m,clientId:h,clientSecretEnc:l,credentialType:f.credentialType,...void 0!==j?{name:j}:{},...void 0!==k?{returnTo:k}:{},createdAt:Date.now()},q=(0,A.xg)(p),r="https:"===new URL(a.url).protocol,s=[`${A.lA}=${q}`,"HttpOnly","SameSite=Lax","Path=/","Max-Age=600",...r?["Secure"]:[]].join("; "),t=new URL(a.url).origin,u=`${t}/api/oauth/${e}/callback`,w=new URLSearchParams;if(w.set("client_id",h),w.set("redirect_uri",u),w.set("response_type","code"),w.set("state",o),f.scopes.length>0&&w.set("scope",f.scopes.join(" ")),"pkce-s256"===f.pkce&&(w.set("code_challenge",n),w.set("code_challenge_method","S256")),f.authExtraParams)for(let[a,b]of Object.entries(f.authExtraParams))w.set(a,b);let D=`${f.authUrl}?${w.toString()}`,E=v.NextResponse.redirect(D,302);return E.headers.set("Set-Cookie",s),E}let D=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/oauth/[provider]/start/route",pathname:"/api/oauth/[provider]/start",filename:"route",bundlePath:"app/api/oauth/[provider]/start/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\api\\oauth\\[provider]\\start\\route.ts",nextConfigOutput:"standalone",userland:d,...{}}),{workAsyncStorage:E,workUnitAsyncStorage:F,serverHooks:G}=D;function H(){return(0,g.patchFetch)({workAsyncStorage:E,workUnitAsyncStorage:F})}async function I(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),D.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/oauth/[provider]/start/route";"/index"===d&&(d="/");let e=await D.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(A.dynamicRoutes[I]||A.routes[F]),K=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!z){let a=!!A.routes[F],b=A.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||D.isDev||z||(L="/index"===(L=F)?"/":L);let M=!0===D.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==B?void 0:B.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await D.getIncrementalCache(a,x,A,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>D.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>D.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&C&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await D.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),b}},k=await D.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await D.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:C})},!1,B),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},74998:a=>{a.exports=require("perf_hooks")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")},96591:(a,b,c)=>{c.d(b,{ZH:()=>d.ZH,ip:()=>d.R3});var d=c(36535)}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,8437,7826,6764,4574],()=>b(b.s=61371));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/login/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"5508":{"*":{"id":"34270","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"86688","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"71644","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"43136","name":"*","chunks":[],"async":false}},"11261":{"*":{"id":"27090","name":"*","chunks":[],"async":false}},"15318":{"*":{"id":"92812","name":"*","chunks":[],"async":false}},"15953":{"*":{"id":"74113","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"55053","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"28659","name":"*","chunks":[],"async":false}},"21206":{"*":{"id":"91333","name":"*","chunks":[],"async":false}},"21718":{"*":{"id":"99276","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"70788","name":"*","chunks":[],"async":false}},"26480":{"*":{"id":"47753","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"29916":{"*":{"id":"19520","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"85648","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"28160","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"41226","name":"*","chunks":[],"async":false}},"37556":{"*":{"id":"70314","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"30902","name":"*","chunks":[],"async":false}},"43508":{"*":{"id":"89044","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"49754","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"65250","name":"*","chunks":[],"async":false}},"49442":{"*":{"id":"4038","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"45417","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"3952","name":"*","chunks":[],"async":false}},"52324":{"*":{"id":"11945","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"3808","name":"*","chunks":[],"async":false}},"64886":{"*":{"id":"65011","name":"*","chunks":[],"async":false}},"66766":{"*":{"id":"71142","name":"*","chunks":[],"async":false}},"69995":{"*":{"id":"33721","name":"*","chunks":[],"async":false}},"72864":{"*":{"id":"39740","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"57712","name":"*","chunks":[],"async":false}},"77144":{"*":{"id":"27425","name":"*","chunks":[],"async":false}},"78211":{"*":{"id":"94513","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"96232","name":"*","chunks":[],"async":false}},"82548":{"*":{"id":"52008","name":"*","chunks":[],"async":false}},"91602":{"*":{"id":"83990","name":"*","chunks":[],"async":false}},"93161":{"*":{"id":"70487","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"93343","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":41025,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\"],\"variable\":\"--font-jetbrains\",\"display\":\"swap\"}],\"variableName\":\"jetbrains\"}":{"id":42898,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\globals.css":{"id":1723,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx":{"id":16681,"name":"*","chunks":["8039","static/chunks/app/error-61e58aa304e1b34e.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\AuthLoginForm.tsx":{"id":46838,"name":"*","chunks":["4520","static/chunks/app/login/page-a6993d175f94d322.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\LocalTrustBanner.tsx":{"id":38624,"name":"*","chunks":["4520","static/chunks/app/login/page-a6993d175f94d322.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\Sidebar.tsx":{"id":8586,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SignOutButton.tsx":{"id":17345,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\SearchBox.tsx":{"id":64676,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemedToaster.tsx":{"id":76556,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemeToggle.tsx":{"id":11248,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx":{"id":26480,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\BackButton.tsx":{"id":10834,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\edit\\AgentComposer.tsx":{"id":82548,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramConfigForm.tsx":{"id":77144,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsErrorRetry.tsx":{"id":52232,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsList.tsx":{"id":49442,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\AgentForm.tsx":{"id":72864,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleForm.tsx":{"id":21206,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleRow.tsx":{"id":93161,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\approvals\\ApprovalActions.tsx":{"id":21718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\chat\\ChatClient.tsx":{"id":15953,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\ConnectorsClient.tsx":{"id":66766,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthErrorBanner.tsx":{"id":93275,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthNotify.tsx":{"id":22450,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\credentials\\CredentialsClient.tsx":{"id":36448,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\CancelJobButton.tsx":{"id":43508,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\JobStatusPoller.tsx":{"id":29916,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\RunsTable.tsx":{"id":35196,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SendTaskForm.tsx":{"id":15318,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\llm-providers\\LlmKeysList.tsx":{"id":91602,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogFilters.tsx":{"id":34504,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogsTable.tsx":{"id":82270,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\mcp\\McpClient.tsx":{"id":37556,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\memories\\MemoriesClient.tsx":{"id":69995,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":52324,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":11261,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":64886,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":5508,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\ActiveAgentsPanel.tsx":{"id":52021,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\WeeklyActivityChart.tsx":{"id":47549,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillsClient.tsx":{"id":78211,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"D:\\APPS\\NodalAI\\apps\\web\\src\\":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout":[{"inlined":false,"path":"static/css/0a81480f93d3ab37.css"}],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\page":[]},"rscModuleMapping":{"1723":{"*":{"id":"54620","name":"*","chunks":[],"async":false}},"5508":{"*":{"id":"68140","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"62952","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"85060","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"29792","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"88866","name":"*","chunks":[],"async":false}},"11261":{"*":{"id":"33351","name":"*","chunks":[],"async":false}},"15318":{"*":{"id":"82181","name":"*","chunks":[],"async":false}},"15953":{"*":{"id":"19215","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"84327","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"21206":{"*":{"id":"94703","name":"*","chunks":[],"async":false}},"21718":{"*":{"id":"76602","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"13722","name":"*","chunks":[],"async":false}},"26480":{"*":{"id":"93103","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"80824","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"43484","name":"*","chunks":[],"async":false}},"29916":{"*":{"id":"42237","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"52802","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"51442","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"85677","name":"*","chunks":[],"async":false}},"37556":{"*":{"id":"60889","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"80116","name":"*","chunks":[],"async":false}},"43508":{"*":{"id":"25427","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"51080","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"18716","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"51315","name":"*","chunks":[],"async":false}},"49442":{"*":{"id":"2762","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"84207","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"24866","name":"*","chunks":[],"async":false}},"52324":{"*":{"id":"41983","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"8376","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"74625","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"41837","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"16385","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"92002","name":"*","chunks":[],"async":false}},"64886":{"*":{"id":"41679","name":"*","chunks":[],"async":false}},"66766":{"*":{"id":"55627","name":"*","chunks":[],"async":false}},"69995":{"*":{"id":"74257","name":"*","chunks":[],"async":false}},"72864":{"*":{"id":"9465","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"61186","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"93690","name":"*","chunks":[],"async":false}},"77144":{"*":{"id":"46997","name":"*","chunks":[],"async":false}},"78211":{"*":{"id":"59583","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"38642","name":"*","chunks":[],"async":false}},"82548":{"*":{"id":"59522","name":"*","chunks":[],"async":false}},"91602":{"*":{"id":"88533","name":"*","chunks":[],"async":false}},"93161":{"*":{"id":"97393","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"25605","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"6621","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/login/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1442":{"*":{"id":"65089","name":"*","chunks":[],"async":false}},"5848":{"*":{"id":"54144","name":"*","chunks":[],"async":false}},"8563":{"*":{"id":"12917","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"86688","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"71644","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"43136","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"55053","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"28659","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"70788","name":"*","chunks":[],"async":false}},"24170":{"*":{"id":"38664","name":"*","chunks":[],"async":false}},"27287":{"*":{"id":"35474","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"32786":{"*":{"id":"70324","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"85648","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"28160","name":"*","chunks":[],"async":false}},"35292":{"*":{"id":"61803","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"41226","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"30902","name":"*","chunks":[],"async":false}},"40764":{"*":{"id":"33320","name":"*","chunks":[],"async":false}},"40771":{"*":{"id":"72217","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"49754","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"65250","name":"*","chunks":[],"async":false}},"48927":{"*":{"id":"16032","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"45417","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"3952","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"57079":{"*":{"id":"5407","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"3808","name":"*","chunks":[],"async":false}},"67189":{"*":{"id":"12109","name":"*","chunks":[],"async":false}},"67293":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"67926":{"*":{"id":"58861","name":"*","chunks":[],"async":false}},"68385":{"*":{"id":"77218","name":"*","chunks":[],"async":false}},"71133":{"*":{"id":"96636","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"73980":{"*":{"id":"46542","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"57712","name":"*","chunks":[],"async":false}},"80492":{"*":{"id":"5498","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"96232","name":"*","chunks":[],"async":false}},"86981":{"*":{"id":"27518","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"93343","name":"*","chunks":[],"async":false}},"94438":{"*":{"id":"98533","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}},"96266":{"*":{"id":"99587","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":41025,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\"],\"variable\":\"--font-jetbrains\",\"display\":\"swap\"}],\"variableName\":\"jetbrains\"}":{"id":42898,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\globals.css":{"id":1723,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx":{"id":16681,"name":"*","chunks":["8039","static/chunks/app/error-61e58aa304e1b34e.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\AuthLoginForm.tsx":{"id":46838,"name":"*","chunks":["4520","static/chunks/app/login/page-a6993d175f94d322.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\LocalTrustBanner.tsx":{"id":38624,"name":"*","chunks":["4520","static/chunks/app/login/page-a6993d175f94d322.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\Sidebar.tsx":{"id":8586,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SignOutButton.tsx":{"id":17345,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\SearchBox.tsx":{"id":64676,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemedToaster.tsx":{"id":76556,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemeToggle.tsx":{"id":11248,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx":{"id":8563,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\BackButton.tsx":{"id":10834,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\edit\\AgentComposer.tsx":{"id":68385,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramConfigForm.tsx":{"id":71133,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsErrorRetry.tsx":{"id":52232,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsList.tsx":{"id":27287,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\AgentForm.tsx":{"id":96266,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleForm.tsx":{"id":73980,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleRow.tsx":{"id":32786,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\approvals\\ApprovalActions.tsx":{"id":67189,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\chat\\ChatClient.tsx":{"id":48927,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\ConnectorsClient.tsx":{"id":57079,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthErrorBanner.tsx":{"id":93275,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthNotify.tsx":{"id":22450,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\credentials\\CredentialsClient.tsx":{"id":36448,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\CancelJobButton.tsx":{"id":67926,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\JobStatusPoller.tsx":{"id":94438,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\RunsTable.tsx":{"id":35196,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SendTaskForm.tsx":{"id":40771,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\llm-providers\\LlmKeysList.tsx":{"id":80492,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogFilters.tsx":{"id":34504,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogsTable.tsx":{"id":82270,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\mcp\\McpClient.tsx":{"id":24170,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\memories\\MemoriesClient.tsx":{"id":1442,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":86981,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":35292,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":5848,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":67293,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\ActiveAgentsPanel.tsx":{"id":52021,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\WeeklyActivityChart.tsx":{"id":47549,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillsClient.tsx":{"id":40764,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"D:\\APPS\\NodalAI\\apps\\web\\src\\":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout":[{"inlined":false,"path":"static/css/78ead23854ab041e.css"}],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\page":[]},"rscModuleMapping":{"1442":{"*":{"id":"74257","name":"*","chunks":[],"async":false}},"1723":{"*":{"id":"54620","name":"*","chunks":[],"async":false}},"5848":{"*":{"id":"41679","name":"*","chunks":[],"async":false}},"8563":{"*":{"id":"93103","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"62952","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"85060","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"29792","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"88866","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"84327","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"13722","name":"*","chunks":[],"async":false}},"24170":{"*":{"id":"60889","name":"*","chunks":[],"async":false}},"27287":{"*":{"id":"2762","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"80824","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"43484","name":"*","chunks":[],"async":false}},"32786":{"*":{"id":"97393","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"52802","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"51442","name":"*","chunks":[],"async":false}},"35292":{"*":{"id":"33351","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"85677","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"80116","name":"*","chunks":[],"async":false}},"40764":{"*":{"id":"59583","name":"*","chunks":[],"async":false}},"40771":{"*":{"id":"82181","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"51080","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"18716","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"51315","name":"*","chunks":[],"async":false}},"48927":{"*":{"id":"19215","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"84207","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"24866","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"8376","name":"*","chunks":[],"async":false}},"57079":{"*":{"id":"55627","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"74625","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"41837","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"16385","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"92002","name":"*","chunks":[],"async":false}},"67189":{"*":{"id":"76602","name":"*","chunks":[],"async":false}},"67293":{"*":{"id":"68140","name":"*","chunks":[],"async":false}},"67926":{"*":{"id":"25427","name":"*","chunks":[],"async":false}},"68385":{"*":{"id":"59522","name":"*","chunks":[],"async":false}},"71133":{"*":{"id":"46997","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"61186","name":"*","chunks":[],"async":false}},"73980":{"*":{"id":"94703","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"93690","name":"*","chunks":[],"async":false}},"80492":{"*":{"id":"88533","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"38642","name":"*","chunks":[],"async":false}},"86981":{"*":{"id":"41983","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"25605","name":"*","chunks":[],"async":false}},"94438":{"*":{"id":"42237","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"6621","name":"*","chunks":[],"async":false}},"96266":{"*":{"id":"9465","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/onboarding/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"5508":{"*":{"id":"34270","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"86688","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"71644","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"43136","name":"*","chunks":[],"async":false}},"11261":{"*":{"id":"27090","name":"*","chunks":[],"async":false}},"15318":{"*":{"id":"92812","name":"*","chunks":[],"async":false}},"15953":{"*":{"id":"74113","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"55053","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"28659","name":"*","chunks":[],"async":false}},"21206":{"*":{"id":"91333","name":"*","chunks":[],"async":false}},"21718":{"*":{"id":"99276","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"70788","name":"*","chunks":[],"async":false}},"26480":{"*":{"id":"47753","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"29916":{"*":{"id":"19520","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"85648","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"28160","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"41226","name":"*","chunks":[],"async":false}},"37556":{"*":{"id":"70314","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"30902","name":"*","chunks":[],"async":false}},"43508":{"*":{"id":"89044","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"49754","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"65250","name":"*","chunks":[],"async":false}},"49442":{"*":{"id":"4038","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"45417","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"3952","name":"*","chunks":[],"async":false}},"52324":{"*":{"id":"11945","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"3808","name":"*","chunks":[],"async":false}},"64886":{"*":{"id":"65011","name":"*","chunks":[],"async":false}},"66766":{"*":{"id":"71142","name":"*","chunks":[],"async":false}},"69995":{"*":{"id":"33721","name":"*","chunks":[],"async":false}},"72864":{"*":{"id":"39740","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"57712","name":"*","chunks":[],"async":false}},"77144":{"*":{"id":"27425","name":"*","chunks":[],"async":false}},"78211":{"*":{"id":"94513","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"96232","name":"*","chunks":[],"async":false}},"82548":{"*":{"id":"52008","name":"*","chunks":[],"async":false}},"91602":{"*":{"id":"83990","name":"*","chunks":[],"async":false}},"93161":{"*":{"id":"70487","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"93343","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":41025,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\"],\"variable\":\"--font-jetbrains\",\"display\":\"swap\"}],\"variableName\":\"jetbrains\"}":{"id":42898,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\globals.css":{"id":1723,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx":{"id":16681,"name":"*","chunks":["8039","static/chunks/app/error-61e58aa304e1b34e.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\AuthLoginForm.tsx":{"id":46838,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\LocalTrustBanner.tsx":{"id":38624,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\Sidebar.tsx":{"id":8586,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SignOutButton.tsx":{"id":17345,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\SearchBox.tsx":{"id":64676,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemedToaster.tsx":{"id":76556,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemeToggle.tsx":{"id":11248,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","8503","static/chunks/8503-ced632da5c3fce79.js","9305","static/chunks/app/(dashboard)/layout-4d5634ba460464d7.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx":{"id":26480,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\BackButton.tsx":{"id":10834,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\edit\\AgentComposer.tsx":{"id":82548,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramConfigForm.tsx":{"id":77144,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsErrorRetry.tsx":{"id":52232,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsList.tsx":{"id":49442,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\AgentForm.tsx":{"id":72864,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleForm.tsx":{"id":21206,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleRow.tsx":{"id":93161,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\approvals\\ApprovalActions.tsx":{"id":21718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\chat\\ChatClient.tsx":{"id":15953,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\ConnectorsClient.tsx":{"id":66766,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthErrorBanner.tsx":{"id":93275,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthNotify.tsx":{"id":22450,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\credentials\\CredentialsClient.tsx":{"id":36448,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\CancelJobButton.tsx":{"id":43508,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\JobStatusPoller.tsx":{"id":29916,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\RunsTable.tsx":{"id":35196,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SendTaskForm.tsx":{"id":15318,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\llm-providers\\LlmKeysList.tsx":{"id":91602,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogFilters.tsx":{"id":34504,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogsTable.tsx":{"id":82270,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\mcp\\McpClient.tsx":{"id":37556,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\memories\\MemoriesClient.tsx":{"id":69995,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":52324,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":11261,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":64886,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":5508,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\ActiveAgentsPanel.tsx":{"id":52021,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\WeeklyActivityChart.tsx":{"id":47549,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9060","static/chunks/9060-df7c0c4c6fa27737.js","269","static/chunks/269-dc034ed29e6c72ee.js","921","static/chunks/921-f437093debcddbb3.js","1966","static/chunks/app/(dashboard)/page-fc49d7ed8e472118.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillsClient.tsx":{"id":78211,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"D:\\APPS\\NodalAI\\apps\\web\\src\\":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout":[{"inlined":false,"path":"static/css/0a81480f93d3ab37.css"}],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\onboarding\\page":[]},"rscModuleMapping":{"1723":{"*":{"id":"54620","name":"*","chunks":[],"async":false}},"5508":{"*":{"id":"68140","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"62952","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"85060","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"29792","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"88866","name":"*","chunks":[],"async":false}},"11261":{"*":{"id":"33351","name":"*","chunks":[],"async":false}},"15318":{"*":{"id":"82181","name":"*","chunks":[],"async":false}},"15953":{"*":{"id":"19215","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"84327","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"21206":{"*":{"id":"94703","name":"*","chunks":[],"async":false}},"21718":{"*":{"id":"76602","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"13722","name":"*","chunks":[],"async":false}},"26480":{"*":{"id":"93103","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"80824","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"43484","name":"*","chunks":[],"async":false}},"29916":{"*":{"id":"42237","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"52802","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"51442","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"85677","name":"*","chunks":[],"async":false}},"37556":{"*":{"id":"60889","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"80116","name":"*","chunks":[],"async":false}},"43508":{"*":{"id":"25427","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"51080","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"18716","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"51315","name":"*","chunks":[],"async":false}},"49442":{"*":{"id":"2762","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"84207","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"24866","name":"*","chunks":[],"async":false}},"52324":{"*":{"id":"41983","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"8376","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"74625","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"41837","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"16385","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"92002","name":"*","chunks":[],"async":false}},"64886":{"*":{"id":"41679","name":"*","chunks":[],"async":false}},"66766":{"*":{"id":"55627","name":"*","chunks":[],"async":false}},"69995":{"*":{"id":"74257","name":"*","chunks":[],"async":false}},"72864":{"*":{"id":"9465","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"61186","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"93690","name":"*","chunks":[],"async":false}},"77144":{"*":{"id":"46997","name":"*","chunks":[],"async":false}},"78211":{"*":{"id":"59583","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"38642","name":"*","chunks":[],"async":false}},"82548":{"*":{"id":"59522","name":"*","chunks":[],"async":false}},"91602":{"*":{"id":"88533","name":"*","chunks":[],"async":false}},"93161":{"*":{"id":"97393","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"25605","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"6621","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/onboarding/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1442":{"*":{"id":"65089","name":"*","chunks":[],"async":false}},"5848":{"*":{"id":"54144","name":"*","chunks":[],"async":false}},"8563":{"*":{"id":"12917","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"86688","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"71644","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"43136","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"55053","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"28659","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"70788","name":"*","chunks":[],"async":false}},"24170":{"*":{"id":"38664","name":"*","chunks":[],"async":false}},"27287":{"*":{"id":"35474","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"32786":{"*":{"id":"70324","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"85648","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"28160","name":"*","chunks":[],"async":false}},"35292":{"*":{"id":"61803","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"41226","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"30902","name":"*","chunks":[],"async":false}},"40764":{"*":{"id":"33320","name":"*","chunks":[],"async":false}},"40771":{"*":{"id":"72217","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"49754","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"65250","name":"*","chunks":[],"async":false}},"48927":{"*":{"id":"16032","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"45417","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"3952","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"57079":{"*":{"id":"5407","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"3808","name":"*","chunks":[],"async":false}},"67189":{"*":{"id":"12109","name":"*","chunks":[],"async":false}},"67293":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"67926":{"*":{"id":"58861","name":"*","chunks":[],"async":false}},"68385":{"*":{"id":"77218","name":"*","chunks":[],"async":false}},"71133":{"*":{"id":"96636","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"73980":{"*":{"id":"46542","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"57712","name":"*","chunks":[],"async":false}},"80492":{"*":{"id":"5498","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"96232","name":"*","chunks":[],"async":false}},"86981":{"*":{"id":"27518","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"93343","name":"*","chunks":[],"async":false}},"94438":{"*":{"id":"98533","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}},"96266":{"*":{"id":"99587","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":41025,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\"],\"variable\":\"--font-jetbrains\",\"display\":\"swap\"}],\"variableName\":\"jetbrains\"}":{"id":42898,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\globals.css":{"id":1723,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx":{"id":16681,"name":"*","chunks":["8039","static/chunks/app/error-61e58aa304e1b34e.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\AuthLoginForm.tsx":{"id":46838,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\LocalTrustBanner.tsx":{"id":38624,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\Sidebar.tsx":{"id":8586,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SignOutButton.tsx":{"id":17345,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\SearchBox.tsx":{"id":64676,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemedToaster.tsx":{"id":76556,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemeToggle.tsx":{"id":11248,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","9504","static/chunks/9504-1585634fb05dc985.js","9098","static/chunks/9098-2bfef80a73c706b3.js","9305","static/chunks/app/(dashboard)/layout-e1b0d4fad2926646.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx":{"id":8563,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\BackButton.tsx":{"id":10834,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\edit\\AgentComposer.tsx":{"id":68385,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramConfigForm.tsx":{"id":71133,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsErrorRetry.tsx":{"id":52232,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsList.tsx":{"id":27287,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\AgentForm.tsx":{"id":96266,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleForm.tsx":{"id":73980,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\ScheduleRow.tsx":{"id":32786,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\approvals\\ApprovalActions.tsx":{"id":67189,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\chat\\ChatClient.tsx":{"id":48927,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\ConnectorsClient.tsx":{"id":57079,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthErrorBanner.tsx":{"id":93275,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthNotify.tsx":{"id":22450,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\credentials\\CredentialsClient.tsx":{"id":36448,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\CancelJobButton.tsx":{"id":67926,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\JobStatusPoller.tsx":{"id":94438,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\RunsTable.tsx":{"id":35196,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SendTaskForm.tsx":{"id":40771,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\llm-providers\\LlmKeysList.tsx":{"id":80492,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogFilters.tsx":{"id":34504,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogsTable.tsx":{"id":82270,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\mcp\\McpClient.tsx":{"id":24170,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\memories\\MemoriesClient.tsx":{"id":1442,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":86981,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":35292,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":5848,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":67293,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\ActiveAgentsPanel.tsx":{"id":52021,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\WeeklyActivityChart.tsx":{"id":47549,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","2575","static/chunks/2575-e660568bd1a9bcb6.js","269","static/chunks/269-dc034ed29e6c72ee.js","3233","static/chunks/3233-e6efb7fb1fa24591.js","1966","static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillsClient.tsx":{"id":40764,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"D:\\APPS\\NodalAI\\apps\\web\\src\\":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout":[{"inlined":false,"path":"static/css/78ead23854ab041e.css"}],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\onboarding\\page":[]},"rscModuleMapping":{"1442":{"*":{"id":"74257","name":"*","chunks":[],"async":false}},"1723":{"*":{"id":"54620","name":"*","chunks":[],"async":false}},"5848":{"*":{"id":"41679","name":"*","chunks":[],"async":false}},"8563":{"*":{"id":"93103","name":"*","chunks":[],"async":false}},"8586":{"*":{"id":"62952","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"85060","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"29792","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"88866","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"84327","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"13722","name":"*","chunks":[],"async":false}},"24170":{"*":{"id":"60889","name":"*","chunks":[],"async":false}},"27287":{"*":{"id":"2762","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"80824","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"43484","name":"*","chunks":[],"async":false}},"32786":{"*":{"id":"97393","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"52802","name":"*","chunks":[],"async":false}},"35196":{"*":{"id":"51442","name":"*","chunks":[],"async":false}},"35292":{"*":{"id":"33351","name":"*","chunks":[],"async":false}},"36448":{"*":{"id":"85677","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"80116","name":"*","chunks":[],"async":false}},"40764":{"*":{"id":"59583","name":"*","chunks":[],"async":false}},"40771":{"*":{"id":"82181","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"51080","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"18716","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"51315","name":"*","chunks":[],"async":false}},"48927":{"*":{"id":"19215","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"84207","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"24866","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"8376","name":"*","chunks":[],"async":false}},"57079":{"*":{"id":"55627","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"74625","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"41837","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"16385","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"92002","name":"*","chunks":[],"async":false}},"67189":{"*":{"id":"76602","name":"*","chunks":[],"async":false}},"67293":{"*":{"id":"68140","name":"*","chunks":[],"async":false}},"67926":{"*":{"id":"25427","name":"*","chunks":[],"async":false}},"68385":{"*":{"id":"59522","name":"*","chunks":[],"async":false}},"71133":{"*":{"id":"46997","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"61186","name":"*","chunks":[],"async":false}},"73980":{"*":{"id":"94703","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"93690","name":"*","chunks":[],"async":false}},"80492":{"*":{"id":"88533","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"38642","name":"*","chunks":[],"async":false}},"86981":{"*":{"id":"41983","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"25605","name":"*","chunks":[],"async":false}},"94438":{"*":{"id":"42237","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"6621","name":"*","chunks":[],"async":false}},"96266":{"*":{"id":"9465","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en" class="__variable_8b3a0b __variable_e896d9"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/
|
|
1
|
+
<!DOCTYPE html><html lang="en" class="__variable_8b3a0b __variable_e896d9"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/78ead23854ab041e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-3741bf0a7636d65e.js"/><script src="/_next/static/chunks/a7a8b010-58892db2f7d6ed53.js" async=""></script><script src="/_next/static/chunks/8724-fb5a98d16bfbb929.js" async=""></script><script src="/_next/static/chunks/main-app-7c3f773b984d0067.js" async=""></script><script src="/_next/static/chunks/app/error-61e58aa304e1b34e.js" async=""></script><script src="/_next/static/chunks/3363-1c6e608bcc76c1b2.js" async=""></script><script src="/_next/static/chunks/2575-e660568bd1a9bcb6.js" async=""></script><script src="/_next/static/chunks/269-dc034ed29e6c72ee.js" async=""></script><script src="/_next/static/chunks/3233-e6efb7fb1fa24591.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js" async=""></script><title>Nodal-Agents</title><meta name="description" content="Multi-agent platform"/><script>(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen w-full items-center justify-center bg-canvas px-4"><div class="text-center space-y-2"><h1 class="text-2xl font-bold text-ink">Onboarding</h1><p class="text-sm text-ink-3">Migration WIP — see Brique 16b for the real page.</p></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-3741bf0a7636d65e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[29534,[],\"\"]\n3:I[16681,[\"8039\",\"static/chunks/app/error-61e58aa304e1b34e.js\"],\"default\"]\n4:I[55732,[],\"\"]\n5:I[63363,[\"3363\",\"static/chunks/3363-1c6e608bcc76c1b2.js\",\"2575\",\"static/chunks/2575-e660568bd1a9bcb6.js\",\"269\",\"static/chunks/269-dc034ed29e6c72ee.js\",\"3233\",\"static/chunks/3233-e6efb7fb1fa24591.js\",\"1966\",\"static/chunks/app/(dashboard)/page-fb50e1576a3ab2e4.js\"],\"\"]\n6:I[60407,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[60407,[],\"ViewportBoundary\"]\nc:I[60407,[],\"MetadataBoundary\"]\ne:I[73782,[],\"default\",1]\n:HL[\"/_next/static/css/78ead23854ab041e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"onboarding\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"onboarding\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/78ead23854ab041e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_8b3a0b __variable_e896d9\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'\u0026\u0026t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();\"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$3\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen w-full items-center justify-center bg-canvas px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center space-y-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold text-ink\",\"children\":\"404 — Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-ink-3\",\"children\":\"This page doesn't exist.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors\",\"children\":\"Go to dashboard\"}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen w-full items-center justify-center bg-canvas px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center space-y-2\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold text-ink\",\"children\":\"Onboarding\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-ink-3\",\"children\":\"Migration WIP — see Brique 16b for the real page.\"}]]}]}],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ZuUX-HBTQOhLf0tFI6JQI\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Nodal-Agents\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent platform\"}]]\n"])</script></body></html>
|