bluekiwi 1.2.3 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/assets/app-runtime/.next/BUILD_ID +1 -1
  2. package/dist/assets/app-runtime/.next/app-path-routes-manifest.json +9 -9
  3. package/dist/assets/app-runtime/.next/build-manifest.json +2 -2
  4. package/dist/assets/app-runtime/.next/prerender-manifest.json +3 -3
  5. package/dist/assets/app-runtime/.next/server/app/(app)/credentials/page_client-reference-manifest.js +1 -1
  6. package/dist/assets/app-runtime/.next/server/app/(app)/docs/page_client-reference-manifest.js +1 -1
  7. package/dist/assets/app-runtime/.next/server/app/(app)/instructions/page_client-reference-manifest.js +1 -1
  8. package/dist/assets/app-runtime/.next/server/app/(app)/page_client-reference-manifest.js +1 -1
  9. package/dist/assets/app-runtime/.next/server/app/(app)/settings/groups/page_client-reference-manifest.js +1 -1
  10. package/dist/assets/app-runtime/.next/server/app/(app)/settings/page_client-reference-manifest.js +1 -1
  11. package/dist/assets/app-runtime/.next/server/app/(app)/tasks/[id]/page_client-reference-manifest.js +1 -1
  12. package/dist/assets/app-runtime/.next/server/app/(app)/tasks/page_client-reference-manifest.js +1 -1
  13. package/dist/assets/app-runtime/.next/server/app/(app)/tutorial/page_client-reference-manifest.js +1 -1
  14. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/edit/page_client-reference-manifest.js +1 -1
  15. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/[id]/page_client-reference-manifest.js +1 -1
  16. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/new/page_client-reference-manifest.js +1 -1
  17. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page.js +1 -1
  18. package/dist/assets/app-runtime/.next/server/app/(app)/workflows/page_client-reference-manifest.js +1 -1
  19. package/dist/assets/app-runtime/.next/server/app/(auth)/change-password/page_client-reference-manifest.js +1 -1
  20. package/dist/assets/app-runtime/.next/server/app/(auth)/invite/[token]/page_client-reference-manifest.js +1 -1
  21. package/dist/assets/app-runtime/.next/server/app/(auth)/login/page_client-reference-manifest.js +1 -1
  22. package/dist/assets/app-runtime/.next/server/app/(auth)/setup/page_client-reference-manifest.js +1 -1
  23. package/dist/assets/app-runtime/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  24. package/dist/assets/app-runtime/.next/server/app/_global-error.html +1 -1
  25. package/dist/assets/app-runtime/.next/server/app/_global-error.rsc +1 -1
  26. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  27. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  28. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  29. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  30. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  31. package/dist/assets/app-runtime/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  32. package/dist/assets/app-runtime/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  33. package/dist/assets/app-runtime/.next/server/app/_not-found.html +1 -1
  34. package/dist/assets/app-runtime/.next/server/app/_not-found.rsc +3 -3
  35. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  36. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  37. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  38. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  39. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  40. package/dist/assets/app-runtime/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  41. package/dist/assets/app-runtime/.next/server/app/api/version/route.js +1 -1
  42. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/activate/route.js +1 -1
  43. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/route.js +2 -2
  44. package/dist/assets/app-runtime/.next/server/app/api/workflows/[id]/transfer/route.js +1 -1
  45. package/dist/assets/app-runtime/.next/server/app/api/workflows/route.js +1 -1
  46. package/dist/assets/app-runtime/.next/server/app/change-password.html +1 -1
  47. package/dist/assets/app-runtime/.next/server/app/change-password.rsc +4 -4
  48. package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password/__PAGE__.segment.rsc +2 -2
  49. package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp/change-password.segment.rsc +1 -1
  50. package/dist/assets/app-runtime/.next/server/app/change-password.segments/!KGF1dGgp.segment.rsc +1 -1
  51. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_full.segment.rsc +4 -4
  52. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_head.segment.rsc +1 -1
  53. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_index.segment.rsc +3 -3
  54. package/dist/assets/app-runtime/.next/server/app/change-password.segments/_tree.segment.rsc +1 -1
  55. package/dist/assets/app-runtime/.next/server/app/login.html +1 -1
  56. package/dist/assets/app-runtime/.next/server/app/login.rsc +4 -4
  57. package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login/__PAGE__.segment.rsc +2 -2
  58. package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp/login.segment.rsc +1 -1
  59. package/dist/assets/app-runtime/.next/server/app/login.segments/!KGF1dGgp.segment.rsc +1 -1
  60. package/dist/assets/app-runtime/.next/server/app/login.segments/_full.segment.rsc +4 -4
  61. package/dist/assets/app-runtime/.next/server/app/login.segments/_head.segment.rsc +1 -1
  62. package/dist/assets/app-runtime/.next/server/app/login.segments/_index.segment.rsc +3 -3
  63. package/dist/assets/app-runtime/.next/server/app/login.segments/_tree.segment.rsc +1 -1
  64. package/dist/assets/app-runtime/.next/server/app/setup.html +1 -1
  65. package/dist/assets/app-runtime/.next/server/app/setup.rsc +4 -4
  66. package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup/__PAGE__.segment.rsc +2 -2
  67. package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp/setup.segment.rsc +1 -1
  68. package/dist/assets/app-runtime/.next/server/app/setup.segments/!KGF1dGgp.segment.rsc +1 -1
  69. package/dist/assets/app-runtime/.next/server/app/setup.segments/_full.segment.rsc +4 -4
  70. package/dist/assets/app-runtime/.next/server/app/setup.segments/_head.segment.rsc +1 -1
  71. package/dist/assets/app-runtime/.next/server/app/setup.segments/_index.segment.rsc +3 -3
  72. package/dist/assets/app-runtime/.next/server/app/setup.segments/_tree.segment.rsc +1 -1
  73. package/dist/assets/app-runtime/.next/server/app-paths-manifest.json +9 -9
  74. package/dist/assets/app-runtime/.next/server/chunks/5589.js +1 -1
  75. package/dist/assets/app-runtime/.next/server/middleware-build-manifest.js +1 -1
  76. package/dist/assets/app-runtime/.next/server/pages/404.html +1 -1
  77. package/dist/assets/app-runtime/.next/server/pages/500.html +1 -1
  78. package/dist/assets/app-runtime/.next/server/server-reference-manifest.json +1 -1
  79. package/dist/assets/app-runtime/.next/static/chunks/2360-2e6f6fe26549b313.js +1 -0
  80. package/dist/assets/app-runtime/.next/static/chunks/app/(app)/workflows/{page-a76941b77690f97c.js → page-5e0523a4b132360a.js} +1 -1
  81. package/dist/assets/app-runtime/package.json +1 -1
  82. package/dist/assets/app-runtime/src/content/guides/en/02-bk-import.md +2 -2
  83. package/dist/assets/app-runtime/src/content/guides/ko/02-bk-import.md +2 -2
  84. package/dist/assets/mcp/server.js +3 -2
  85. package/dist/assets/skills/bk-design/SKILL.md +4 -4
  86. package/dist/assets/skills/bk-import/SKILL.md +3 -3
  87. package/dist/assets/skills/bk-improve/SKILL.md +4 -4
  88. package/package.json +1 -1
  89. package/dist/assets/app-runtime/.next/static/chunks/2360-35e89e45b93e4b6e.js +0 -1
  90. /package/dist/assets/app-runtime/.next/static/{h-aGGM2f9A9EPW7JkZVCP → 1tr4UL4nbWDTT2xlxpwJP}/_buildManifest.js +0 -0
  91. /package/dist/assets/app-runtime/.next/static/{h-aGGM2f9A9EPW7JkZVCP → 1tr4UL4nbWDTT2xlxpwJP}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var a={};a.id=2994,a.ids=[2994],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},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")},16394:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{handler:()=>y,patchFetch:()=>x,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(21706),w=a([v]);v=(w.then?(await w)():w)[0];let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/workflows/[id]/route",pathname:"/api/workflows/[id]",filename:"route",bundlePath:"app/api/workflows/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/api/workflows/[id]/route.ts",nextConfigOutput:"standalone",userland:v,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function x(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function y(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/workflows/[id]/route";"/index"===d&&(d="/");let e=await z.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,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=e,H=(0,k.normalizeAppPath)(d),I=!!(A.dynamicRoutes[H]||A.routes[E]),J=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!A.routes[E],b=A.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||z.isDev||y||(K=E,K="/index"===K?"/":K);let L=!0===z.isDev||!I,M=I&&!L;G&&F&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q=!!(null==B?void 0:B.isWrappedByNextServer),R=!!(0,h.getRequestMeta)(a,"minimalMode"),S=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,w,A,R);null==S||S.resetRequestCache(),globalThis.__incrementalCache=S;let T={params:v,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:S,cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g}},U=new l.NodeNextRequest(a),V=new l.NodeNextResponse(b),W=m.NextRequestAdapter.fromNodeNextRequest(U,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(W,T).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.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=`${N} ${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(`${N} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!R&&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=T.renderOpts.fetchMetrics;let h=T.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=T.renderOpts.collectedTags;if(!I)return await (0,p.I)(U,V,d,T.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!==T.renderOpts.collectedRevalidate&&!(T.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&T.renderOpts.collectedRevalidate,e=void 0===T.renderOpts.collectedExpire||T.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:T.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 z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),b}},k=await z.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:R});if(!I)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});R||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return R&&I||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)(U,V,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};Q&&P?await h(P):(e=O.getActiveScopeSpan(),await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},h),void 0,!Q))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),I)throw b;return await (0,p.I)(U,V,new Response(null,{status:500})),null}}d()}catch(a){d(a)}})},21706:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{DELETE:()=>o,GET:()=>l,PATCH:()=>n,PUT:()=>m});var e=c(23211),f=c(20903),g=c(1800),h=c(13240),i=c(86721),j=c(41723),k=a([f,g,h,i,j]);[f,g,h,i,j]=k.then?(await k)():k;let l=(0,i.P)({permission:"workflows:read",table:"workflows",check:h.Tt,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"접근 권한 없음",handler:async({resource:a})=>{let b=(0,f.iA)({...a,nodes:await (0,f.UZ)(a.id)});return e.NextResponse.json(b.body,{status:b.status})}}),m=(0,g.ru)("workflows:update",async(a,b,{params:c})=>{let{id:d}=await c,{title:g,description:k,nodes:l,version:m,evaluation_contract:n,create_new_version:o}=await a.json(),p=Number(d),{resource:q,response:r}=await (0,i.O)({table:"workflows",id:p,user:b,check:h.p2,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"편집 권한 없음"});if(r)return r;try{let a=await (0,j.DQ)({existing:q,workflowId:p,title:g,description:k,nodes:Array.isArray(l)?l:void 0,version:m,evaluationContract:n,createNewVersion:!0===o}),b=(0,f.iA)(a);return e.NextResponse.json(b.body,{status:b.status})}catch(a){if(a instanceof j.C0)return e.NextResponse.json({error:{code:a.code,message:a.message,referenced_node_ids:a.referencedNodeIds}},{status:409});throw a}}),n=(0,g.ru)("workflows:update",async(a,b,{params:c})=>{let{id:d}=await c,g=await a.json(),k=Number(d),{response:l}=await (0,i.O)({table:"workflows",id:k,user:b,check:h.p2,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"편집 권한 없음"});if(l)return l;if("folder_id"in g){let a=null===g.folder_id?null:Number(g.folder_id);if(null!==a){let c=await (0,h.jl)(a);if(!c)return e.NextResponse.json({error:{code:"NOT_FOUND",message:"대상 폴더를 찾을 수 없습니다"}},{status:404});if(!await (0,h.tq)(b,c))return e.NextResponse.json({error:{code:"FORBIDDEN",message:"대상 폴더에 대한 편집 권한이 없습니다"}},{status:403})}await (0,j.Ws)({workflowId:k,folderId:a})}let m=(0,f.iA)({id:k,updated:!0});return e.NextResponse.json(m.body,{status:m.status})}),o=(0,i.P)({permission:"workflows:update",table:"workflows",check:h.W9,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"삭제 권한 없음",handler:async({resource:a})=>{await (0,j.Dg)(a.id);let b=(0,f.iA)({id:a.id,deleted:!0});return e.NextResponse.json(b.body,{status:b.status})}});d()}catch(a){d(a)}})},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},41723:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{C0:()=>w,DQ:()=>q,Dg:()=>s,Fs:()=>o,R5:()=>t,Ws:()=>r,Yr:()=>v,bQ:()=>u,fN:()=>p,oI:()=>n});var e=c(4785),f=c(20903),g=a([f]);f=(g.then?(await g)():g)[0];class w extends Error{constructor(a){super(`Cannot remove workflow node(s) ${a.join(", ")} because task history still references them. Publish a new version instead, or restore the removed node(s).`),this.code="WORKFLOW_NODE_IN_USE",this.referencedNodeIds=a}}function h(a){let b=(a.node_type??"action").trim();return"action"===b?1:"gate"===b?0:+!!a.auto_advance}function i(a){return{...a,is_active:(0,e.J2)(a.is_active),created_at:(0,e.pC)(a.created_at)??new Date(0).toISOString(),updated_at:(0,e.pC)(a.updated_at)??new Date(0).toISOString()}}function j(a){return null==a?null:"string"==typeof a?a:JSON.stringify(a)}async function k(a,b,c){for(let d=0;d<c.length;d+=1){let e=c[d];await a.query("INSERT INTO workflow_nodes (workflow_id, step_order, node_type, title, instruction, instruction_id, loop_back_to, auto_advance, credential_id, hitl, visual_selection, credential_requirement) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12)",[b,d+1,(e.node_type??"action").trim(),(e.title??"").trim(),(e.instruction??"").trim(),e.instruction_id??null,e.loop_back_to??null,h(e),e.credential_id??null,e.hitl??!1,"gate"===e.node_type&&(e.visual_selection??!1),j(e.credential_requirement)])}}async function l(a,b,c){let d=await a.query("SELECT id FROM workflow_nodes WHERE workflow_id = $1",[b]),e=new Set(d.rows.map(a=>a.id)),f=new Set;for(let a of c)"number"==typeof a.id&&e.has(a.id)&&f.add(a.id);let g=Array.from(e).filter(a=>!f.has(a));if(g.length>0){let b=g.map((a,b)=>`$${b+1}`).join(","),c=await a.query(`SELECT DISTINCT node_id FROM task_logs WHERE node_id IN (${b})`,g);if(c.rows.length>0)throw new w(c.rows.map(a=>Number(a.node_id)))}for(let d=0;d<c.length;d+=1){let f=c[d],g=d+1,i={node_type:(f.node_type??"action").trim(),title:(f.title??"").trim(),instruction:(f.instruction??"").trim(),instruction_id:f.instruction_id??null,loop_back_to:f.loop_back_to??null,auto_advance:h(f),credential_id:f.credential_id??null,hitl:f.hitl??!1,visual_selection:"gate"===f.node_type&&(f.visual_selection??!1),credential_requirement:j(f.credential_requirement)};"number"==typeof f.id&&e.has(f.id)?await a.query("UPDATE workflow_nodes SET step_order = $1, node_type = $2, title = $3, instruction = $4, instruction_id = $5, loop_back_to = $6, auto_advance = $7, credential_id = $8, hitl = $9, visual_selection = $10, credential_requirement = $11 WHERE id = $12",[g,i.node_type,i.title,i.instruction,i.instruction_id,i.loop_back_to,i.auto_advance,i.credential_id,i.hitl,i.visual_selection,i.credential_requirement,f.id]):await a.query("INSERT INTO workflow_nodes (workflow_id, step_order, node_type, title, instruction, instruction_id, loop_back_to, auto_advance, credential_id, hitl, visual_selection, credential_requirement) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12)",[b,g,i.node_type,i.title,i.instruction,i.instruction_id,i.loop_back_to,i.auto_advance,i.credential_id,i.hitl,i.visual_selection,i.credential_requirement])}if(g.length>0){let b=g.map((a,b)=>`$${b+1}`).join(",");await a.query(`DELETE FROM workflow_nodes WHERE id IN (${b})`,g)}}async function m(a,b){let c=await a.query("SELECT * FROM workflows WHERE id = $1",[b]);return c.rows[0]?i(c.rows[0]):null}async function n(a){let b=[a.filterSql],c=[...a.filterParams];a.includeInactive||b.push("w.is_active = TRUE"),void 0!==a.folderId&&(c.push(a.folderId),b.push(`w.folder_id IN (
1
+ "use strict";(()=>{var a={};a.id=2994,a.ids=[2994],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},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")},16394:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{handler:()=>y,patchFetch:()=>x,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(21706),w=a([v]);v=(w.then?(await w)():w)[0];let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/workflows/[id]/route",pathname:"/api/workflows/[id]",filename:"route",bundlePath:"app/api/workflows/[id]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/api/workflows/[id]/route.ts",nextConfigOutput:"standalone",userland:v,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function x(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function y(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/workflows/[id]/route";"/index"===d&&(d="/");let e=await z.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,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=e,H=(0,k.normalizeAppPath)(d),I=!!(A.dynamicRoutes[H]||A.routes[E]),J=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!A.routes[E],b=A.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||z.isDev||y||(K=E,K="/index"===K?"/":K);let L=!0===z.isDev||!I,M=I&&!L;G&&F&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q=!!(null==B?void 0:B.isWrappedByNextServer),R=!!(0,h.getRequestMeta)(a,"minimalMode"),S=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,w,A,R);null==S||S.resetRequestCache(),globalThis.__incrementalCache=S;let T={params:v,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:S,cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g}},U=new l.NodeNextRequest(a),V=new l.NodeNextResponse(b),W=m.NextRequestAdapter.fromNodeNextRequest(U,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(W,T).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.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=`${N} ${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(`${N} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!R&&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=T.renderOpts.fetchMetrics;let h=T.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=T.renderOpts.collectedTags;if(!I)return await (0,p.I)(U,V,d,T.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!==T.renderOpts.collectedRevalidate&&!(T.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&T.renderOpts.collectedRevalidate,e=void 0===T.renderOpts.collectedExpire||T.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:T.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 z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),b}},k=await z.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:R});if(!I)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});R||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return R&&I||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)(U,V,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};Q&&P?await h(P):(e=O.getActiveScopeSpan(),await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},h),void 0,!Q))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),I)throw b;return await (0,p.I)(U,V,new Response(null,{status:500})),null}}d()}catch(a){d(a)}})},21706:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{DELETE:()=>o,GET:()=>l,PATCH:()=>n,PUT:()=>m});var e=c(23211),f=c(20903),g=c(1800),h=c(13240),i=c(86721),j=c(41723),k=a([f,g,h,i,j]);[f,g,h,i,j]=k.then?(await k)():k;let l=(0,i.P)({permission:"workflows:read",table:"workflows",check:h.Tt,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"접근 권한 없음",handler:async({resource:a})=>{let b=(0,f.iA)({...a,nodes:await (0,f.UZ)(a.id)});return e.NextResponse.json(b.body,{status:b.status})}}),m=(0,g.ru)("workflows:update",async(a,b,{params:c})=>{let{id:d}=await c,{title:g,description:k,nodes:l,version:m,evaluation_contract:n,create_new_version:o}=await a.json(),p=Number(d),{resource:q,response:r}=await (0,i.O)({table:"workflows",id:p,user:b,check:h.p2,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"편집 권한 없음"});if(r)return r;try{let a=await (0,j.DQ)({existing:q,workflowId:p,title:g,description:k,nodes:Array.isArray(l)?l:void 0,version:m,evaluationContract:n,createNewVersion:!0===o}),b=(0,f.iA)(a);return e.NextResponse.json(b.body,{status:b.status})}catch(a){if(a instanceof j.C0)return e.NextResponse.json({error:{code:a.code,message:a.message,referenced_node_ids:a.referencedNodeIds}},{status:409});throw a}}),n=(0,g.ru)("workflows:update",async(a,b,{params:c})=>{let{id:d}=await c,g=await a.json(),k=Number(d),{response:l}=await (0,i.O)({table:"workflows",id:k,user:b,check:h.p2,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"편집 권한 없음"});if(l)return l;if("folder_id"in g){let a=null===g.folder_id?null:Number(g.folder_id);if(null!==a){let c=await (0,h.jl)(a);if(!c)return e.NextResponse.json({error:{code:"NOT_FOUND",message:"대상 폴더를 찾을 수 없습니다"}},{status:404});if(!await (0,h.tq)(b,c))return e.NextResponse.json({error:{code:"FORBIDDEN",message:"대상 폴더에 대한 편집 권한이 없습니다"}},{status:403})}await (0,j.Ws)({workflowId:k,folderId:a})}let m=(0,f.iA)({id:k,updated:!0});return e.NextResponse.json(m.body,{status:m.status})}),o=(0,i.P)({permission:"workflows:update",table:"workflows",check:h.W9,notFoundMessage:"워크플로를 찾을 수 없습니다",forbiddenMessage:"삭제 권한 없음",handler:async({resource:a})=>{let{deletedTaskCount:b}=await (0,j.Dg)(a.id),c=(0,f.iA)({id:a.id,deleted:!0,deleted_task_count:b});return e.NextResponse.json(c.body,{status:c.status})}});d()}catch(a){d(a)}})},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},41723:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{C0:()=>w,DQ:()=>q,Dg:()=>s,Fs:()=>o,R5:()=>t,Ws:()=>r,Yr:()=>v,bQ:()=>u,fN:()=>p,oI:()=>n});var e=c(4785),f=c(20903),g=a([f]);f=(g.then?(await g)():g)[0];class w extends Error{constructor(a){super(`Cannot remove workflow node(s) ${a.join(", ")} because task history still references them. Publish a new version instead, or restore the removed node(s).`),this.code="WORKFLOW_NODE_IN_USE",this.referencedNodeIds=a}}function h(a){let b=(a.node_type??"action").trim();return"action"===b?1:"gate"===b?0:+!!a.auto_advance}function i(a){return{...a,is_active:(0,e.J2)(a.is_active),created_at:(0,e.pC)(a.created_at)??new Date(0).toISOString(),updated_at:(0,e.pC)(a.updated_at)??new Date(0).toISOString()}}function j(a){return null==a?null:"string"==typeof a?a:JSON.stringify(a)}async function k(a,b,c){for(let d=0;d<c.length;d+=1){let e=c[d];await a.query("INSERT INTO workflow_nodes (workflow_id, step_order, node_type, title, instruction, instruction_id, loop_back_to, auto_advance, credential_id, hitl, visual_selection, credential_requirement) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12)",[b,d+1,(e.node_type??"action").trim(),(e.title??"").trim(),(e.instruction??"").trim(),e.instruction_id??null,e.loop_back_to??null,h(e),e.credential_id??null,e.hitl??!1,"gate"===e.node_type&&(e.visual_selection??!1),j(e.credential_requirement)])}}async function l(a,b,c){let d=await a.query("SELECT id FROM workflow_nodes WHERE workflow_id = $1",[b]),e=new Set(d.rows.map(a=>a.id)),f=new Set;for(let a of c)"number"==typeof a.id&&e.has(a.id)&&f.add(a.id);let g=Array.from(e).filter(a=>!f.has(a));if(g.length>0){let b=g.map((a,b)=>`$${b+1}`).join(","),c=await a.query(`SELECT DISTINCT node_id FROM task_logs WHERE node_id IN (${b})`,g);if(c.rows.length>0)throw new w(c.rows.map(a=>Number(a.node_id)))}for(let d=0;d<c.length;d+=1){let f=c[d],g=d+1,i={node_type:(f.node_type??"action").trim(),title:(f.title??"").trim(),instruction:(f.instruction??"").trim(),instruction_id:f.instruction_id??null,loop_back_to:f.loop_back_to??null,auto_advance:h(f),credential_id:f.credential_id??null,hitl:f.hitl??!1,visual_selection:"gate"===f.node_type&&(f.visual_selection??!1),credential_requirement:j(f.credential_requirement)};"number"==typeof f.id&&e.has(f.id)?await a.query("UPDATE workflow_nodes SET step_order = $1, node_type = $2, title = $3, instruction = $4, instruction_id = $5, loop_back_to = $6, auto_advance = $7, credential_id = $8, hitl = $9, visual_selection = $10, credential_requirement = $11 WHERE id = $12",[g,i.node_type,i.title,i.instruction,i.instruction_id,i.loop_back_to,i.auto_advance,i.credential_id,i.hitl,i.visual_selection,i.credential_requirement,f.id]):await a.query("INSERT INTO workflow_nodes (workflow_id, step_order, node_type, title, instruction, instruction_id, loop_back_to, auto_advance, credential_id, hitl, visual_selection, credential_requirement) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12)",[b,g,i.node_type,i.title,i.instruction,i.instruction_id,i.loop_back_to,i.auto_advance,i.credential_id,i.hitl,i.visual_selection,i.credential_requirement])}if(g.length>0){let b=g.map((a,b)=>`$${b+1}`).join(",");await a.query(`DELETE FROM workflow_nodes WHERE id IN (${b})`,g)}}async function m(a,b){let c=await a.query("SELECT * FROM workflows WHERE id = $1",[b]);return c.rows[0]?i(c.rows[0]):null}async function n(a){let b=[a.filterSql],c=[...a.filterParams];a.includeInactive||b.push("w.is_active = TRUE"),void 0!==a.folderId&&(c.push(a.folderId),b.push(`w.folder_id IN (
2
2
  WITH RECURSIVE ftree AS (
3
3
  SELECT id FROM folders WHERE id = $${c.length}
4
4
  UNION ALL
@@ -13,5 +13,5 @@
13
13
  WHERE family_root_id = $1 AND is_active = TRUE`,[a.existing.family_root_id,new Date().toISOString()]);let e=await (0,f.YW)(`INSERT INTO workflows
14
14
  (title, description, version, parent_workflow_id, family_root_id,
15
15
  is_active, evaluation_contract, owner_id, folder_id)
16
- VALUES ($1, $2, $3, $4, $5, TRUE, $6, $7, $8)`,[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,a.workflowId,a.existing.family_root_id,d,a.existing.owner_id,a.existing.folder_id],b);return await k(b,e,a.nodes??[]),e}let c="string"==typeof a.version&&a.version.trim()?a.version.trim():a.existing.version,d=void 0===a.evaluationContract?j(a.existing.evaluation_contract):j(a.evaluationContract);return await b.query("UPDATE workflows SET title = $1, description = $2, version = $3, evaluation_contract = $4, updated_at = $5 WHERE id = $6",[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,d,new Date().toISOString(),a.workflowId]),Array.isArray(a.nodes)&&await l(b,a.workflowId,a.nodes),a.workflowId}),c=await t(b);if(!c)throw Error("Failed to load updated workflow");return{...c,nodes:await (0,f.UZ)(b)}}async function r(a){await (0,f.g7)("UPDATE workflows SET folder_id = $1, updated_at = $2 WHERE id = $3",[a.folderId,new Date().toISOString(),a.workflowId])}async function s(a){await (0,f.g7)("DELETE FROM workflows WHERE id = $1",[a])}async function t(a){let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a]);return b?i(b):null}async function u(a){return(0,f.ro)(async b=>{await b.query(`UPDATE workflows SET is_active = FALSE, updated_at = $2
16
+ VALUES ($1, $2, $3, $4, $5, TRUE, $6, $7, $8)`,[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,a.workflowId,a.existing.family_root_id,d,a.existing.owner_id,a.existing.folder_id],b);return await k(b,e,a.nodes??[]),e}let c="string"==typeof a.version&&a.version.trim()?a.version.trim():a.existing.version,d=void 0===a.evaluationContract?j(a.existing.evaluation_contract):j(a.evaluationContract);return await b.query("UPDATE workflows SET title = $1, description = $2, version = $3, evaluation_contract = $4, updated_at = $5 WHERE id = $6",[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,d,new Date().toISOString(),a.workflowId]),Array.isArray(a.nodes)&&await l(b,a.workflowId,a.nodes),a.workflowId}),c=await t(b);if(!c)throw Error("Failed to load updated workflow");return{...c,nodes:await (0,f.UZ)(b)}}async function r(a){await (0,f.g7)("UPDATE workflows SET folder_id = $1, updated_at = $2 WHERE id = $3",[a.folderId,new Date().toISOString(),a.workflowId])}async function s(a){return(0,f.ro)(async b=>{let c=await b.query("SELECT COUNT(*) AS count FROM tasks WHERE workflow_id = $1",[a]),d=Number(c.rows[0]?.count??0);return await b.query("DELETE FROM tasks WHERE workflow_id = $1",[a]),await b.query("DELETE FROM workflows WHERE id = $1",[a]),{deletedTaskCount:d}})}async function t(a){let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a]);return b?i(b):null}async function u(a){return(0,f.ro)(async b=>{await b.query(`UPDATE workflows SET is_active = FALSE, updated_at = $2
17
17
  WHERE family_root_id = $1 AND is_active = TRUE`,[a.family_root_id,new Date().toISOString()]),await b.query("UPDATE workflows SET is_active = TRUE, updated_at = $2 WHERE id = $1",[a.id,new Date().toISOString()]);let c=await m(b,a.id);if(!c)throw Error("Failed to load activated workflow");return c})}async function v(a){await (0,f.g7)("UPDATE workflows SET owner_id = $1, updated_at = $2 WHERE id = $3",[a.newOwnerId,new Date().toISOString(),a.workflowId]);let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a.workflowId]);return b?i(b):null}d()}catch(a){d(a)}})},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64939:a=>{a.exports=import("pg")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},86721:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{O:()=>i,P:()=>j});var e=c(23211),f=c(20903),g=c(1800),h=a([f,g]);async function i(a){let b=await (0,f.Zy)(`SELECT * FROM ${a.table} WHERE id = $1`,[Number(a.id)]),c=b?(0,f.U9)(a.table,b):void 0;if(!c){let b=(0,f.yj)(a.notFoundCode??"NOT_FOUND",a.notFoundMessage,404);return{resource:null,response:e.NextResponse.json(b.body,{status:b.status})}}if(!await a.check(a.user,c)){let b=(0,f.yj)(a.forbiddenCode??"OWNERSHIP_REQUIRED",a.forbiddenMessage,403);return{resource:null,response:e.NextResponse.json(b.body,{status:b.status})}}return{resource:c,response:null}}function j(a){return(0,g.ru)(a.permission,async(b,c,{params:d})=>{let e=await d,{resource:f,response:g}=await i({table:a.table,id:e.id,user:c,check:a.check,notFoundCode:a.notFoundCode,notFoundMessage:a.notFoundMessage,forbiddenCode:a.forbiddenCode,forbiddenMessage:a.forbiddenMessage});return g||a.handler({resource:f,user:c,request:b,params:e})})}[f,g]=h.then?(await h)():h,d()}catch(a){d(a)}})},87550:a=>{a.exports=require("better-sqlite3")},93139:a=>{a.exports=import("bcryptjs")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,7111,1813,859,7945],()=>b(b.s=16394));module.exports=c})();
@@ -13,5 +13,5 @@
13
13
  WHERE family_root_id = $1 AND is_active = TRUE`,[a.existing.family_root_id,new Date().toISOString()]);let e=await (0,f.YW)(`INSERT INTO workflows
14
14
  (title, description, version, parent_workflow_id, family_root_id,
15
15
  is_active, evaluation_contract, owner_id, folder_id)
16
- VALUES ($1, $2, $3, $4, $5, TRUE, $6, $7, $8)`,[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,a.workflowId,a.existing.family_root_id,d,a.existing.owner_id,a.existing.folder_id],b);return await k(b,e,a.nodes??[]),e}let c="string"==typeof a.version&&a.version.trim()?a.version.trim():a.existing.version,d=void 0===a.evaluationContract?j(a.existing.evaluation_contract):j(a.evaluationContract);return await b.query("UPDATE workflows SET title = $1, description = $2, version = $3, evaluation_contract = $4, updated_at = $5 WHERE id = $6",[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,d,new Date().toISOString(),a.workflowId]),Array.isArray(a.nodes)&&await l(b,a.workflowId,a.nodes),a.workflowId}),c=await t(b);if(!c)throw Error("Failed to load updated workflow");return{...c,nodes:await (0,f.UZ)(b)}}async function r(a){await (0,f.g7)("UPDATE workflows SET folder_id = $1, updated_at = $2 WHERE id = $3",[a.folderId,new Date().toISOString(),a.workflowId])}async function s(a){await (0,f.g7)("DELETE FROM workflows WHERE id = $1",[a])}async function t(a){let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a]);return b?i(b):null}async function u(a){return(0,f.ro)(async b=>{await b.query(`UPDATE workflows SET is_active = FALSE, updated_at = $2
16
+ VALUES ($1, $2, $3, $4, $5, TRUE, $6, $7, $8)`,[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,a.workflowId,a.existing.family_root_id,d,a.existing.owner_id,a.existing.folder_id],b);return await k(b,e,a.nodes??[]),e}let c="string"==typeof a.version&&a.version.trim()?a.version.trim():a.existing.version,d=void 0===a.evaluationContract?j(a.existing.evaluation_contract):j(a.evaluationContract);return await b.query("UPDATE workflows SET title = $1, description = $2, version = $3, evaluation_contract = $4, updated_at = $5 WHERE id = $6",[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,d,new Date().toISOString(),a.workflowId]),Array.isArray(a.nodes)&&await l(b,a.workflowId,a.nodes),a.workflowId}),c=await t(b);if(!c)throw Error("Failed to load updated workflow");return{...c,nodes:await (0,f.UZ)(b)}}async function r(a){await (0,f.g7)("UPDATE workflows SET folder_id = $1, updated_at = $2 WHERE id = $3",[a.folderId,new Date().toISOString(),a.workflowId])}async function s(a){return(0,f.ro)(async b=>{let c=await b.query("SELECT COUNT(*) AS count FROM tasks WHERE workflow_id = $1",[a]),d=Number(c.rows[0]?.count??0);return await b.query("DELETE FROM tasks WHERE workflow_id = $1",[a]),await b.query("DELETE FROM workflows WHERE id = $1",[a]),{deletedTaskCount:d}})}async function t(a){let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a]);return b?i(b):null}async function u(a){return(0,f.ro)(async b=>{await b.query(`UPDATE workflows SET is_active = FALSE, updated_at = $2
17
17
  WHERE family_root_id = $1 AND is_active = TRUE`,[a.family_root_id,new Date().toISOString()]),await b.query("UPDATE workflows SET is_active = TRUE, updated_at = $2 WHERE id = $1",[a.id,new Date().toISOString()]);let c=await m(b,a.id);if(!c)throw Error("Failed to load activated workflow");return c})}async function v(a){await (0,f.g7)("UPDATE workflows SET owner_id = $1, updated_at = $2 WHERE id = $3",[a.newOwnerId,new Date().toISOString(),a.workflowId]);let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a.workflowId]);return b?i(b):null}d()}catch(a){d(a)}})},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64939:a=>{a.exports=import("pg")},75352:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{handler:()=>y,patchFetch:()=>x,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(20506),w=a([v]);v=(w.then?(await w)():w)[0];let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/workflows/[id]/transfer/route",pathname:"/api/workflows/[id]/transfer",filename:"route",bundlePath:"app/api/workflows/[id]/transfer/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/api/workflows/[id]/transfer/route.ts",nextConfigOutput:"standalone",userland:v,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function x(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function y(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/workflows/[id]/transfer/route";"/index"===d&&(d="/");let e=await z.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,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=e,H=(0,k.normalizeAppPath)(d),I=!!(A.dynamicRoutes[H]||A.routes[E]),J=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!A.routes[E],b=A.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||z.isDev||y||(K=E,K="/index"===K?"/":K);let L=!0===z.isDev||!I,M=I&&!L;G&&F&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q=!!(null==B?void 0:B.isWrappedByNextServer),R=!!(0,h.getRequestMeta)(a,"minimalMode"),S=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,w,A,R);null==S||S.resetRequestCache(),globalThis.__incrementalCache=S;let T={params:v,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:S,cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g}},U=new l.NodeNextRequest(a),V=new l.NodeNextResponse(b),W=m.NextRequestAdapter.fromNodeNextRequest(U,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(W,T).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.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=`${N} ${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(`${N} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!R&&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=T.renderOpts.fetchMetrics;let h=T.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=T.renderOpts.collectedTags;if(!I)return await (0,p.I)(U,V,d,T.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!==T.renderOpts.collectedRevalidate&&!(T.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&T.renderOpts.collectedRevalidate,e=void 0===T.renderOpts.collectedExpire||T.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:T.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 z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),b}},k=await z.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:R});if(!I)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});R||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return R&&I||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)(U,V,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};Q&&P?await h(P):(e=O.getActiveScopeSpan(),await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},h),void 0,!Q))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),I)throw b;return await (0,p.I)(U,V,new Response(null,{status:500})),null}}d()}catch(a){d(a)}})},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{a.exports=require("better-sqlite3")},93139:a=>{a.exports=import("bcryptjs")}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,7111,1813,859,7945],()=>b(b.s=75352));module.exports=c})();
@@ -13,5 +13,5 @@
13
13
  WHERE family_root_id = $1 AND is_active = TRUE`,[a.existing.family_root_id,new Date().toISOString()]);let e=await (0,f.YW)(`INSERT INTO workflows
14
14
  (title, description, version, parent_workflow_id, family_root_id,
15
15
  is_active, evaluation_contract, owner_id, folder_id)
16
- VALUES ($1, $2, $3, $4, $5, TRUE, $6, $7, $8)`,[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,a.workflowId,a.existing.family_root_id,d,a.existing.owner_id,a.existing.folder_id],b);return await k(b,e,a.nodes??[]),e}let c="string"==typeof a.version&&a.version.trim()?a.version.trim():a.existing.version,d=void 0===a.evaluationContract?j(a.existing.evaluation_contract):j(a.evaluationContract);return await b.query("UPDATE workflows SET title = $1, description = $2, version = $3, evaluation_contract = $4, updated_at = $5 WHERE id = $6",[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,d,new Date().toISOString(),a.workflowId]),Array.isArray(a.nodes)&&await l(b,a.workflowId,a.nodes),a.workflowId}),c=await t(b);if(!c)throw Error("Failed to load updated workflow");return{...c,nodes:await (0,f.UZ)(b)}}async function r(a){await (0,f.g7)("UPDATE workflows SET folder_id = $1, updated_at = $2 WHERE id = $3",[a.folderId,new Date().toISOString(),a.workflowId])}async function s(a){await (0,f.g7)("DELETE FROM workflows WHERE id = $1",[a])}async function t(a){let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a]);return b?i(b):null}async function u(a){return(0,f.ro)(async b=>{await b.query(`UPDATE workflows SET is_active = FALSE, updated_at = $2
16
+ VALUES ($1, $2, $3, $4, $5, TRUE, $6, $7, $8)`,[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,a.workflowId,a.existing.family_root_id,d,a.existing.owner_id,a.existing.folder_id],b);return await k(b,e,a.nodes??[]),e}let c="string"==typeof a.version&&a.version.trim()?a.version.trim():a.existing.version,d=void 0===a.evaluationContract?j(a.existing.evaluation_contract):j(a.evaluationContract);return await b.query("UPDATE workflows SET title = $1, description = $2, version = $3, evaluation_contract = $4, updated_at = $5 WHERE id = $6",[(a.title??a.existing.title).trim(),(a.description??a.existing.description).trim(),c,d,new Date().toISOString(),a.workflowId]),Array.isArray(a.nodes)&&await l(b,a.workflowId,a.nodes),a.workflowId}),c=await t(b);if(!c)throw Error("Failed to load updated workflow");return{...c,nodes:await (0,f.UZ)(b)}}async function r(a){await (0,f.g7)("UPDATE workflows SET folder_id = $1, updated_at = $2 WHERE id = $3",[a.folderId,new Date().toISOString(),a.workflowId])}async function s(a){return(0,f.ro)(async b=>{let c=await b.query("SELECT COUNT(*) AS count FROM tasks WHERE workflow_id = $1",[a]),d=Number(c.rows[0]?.count??0);return await b.query("DELETE FROM tasks WHERE workflow_id = $1",[a]),await b.query("DELETE FROM workflows WHERE id = $1",[a]),{deletedTaskCount:d}})}async function t(a){let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a]);return b?i(b):null}async function u(a){return(0,f.ro)(async b=>{await b.query(`UPDATE workflows SET is_active = FALSE, updated_at = $2
17
17
  WHERE family_root_id = $1 AND is_active = TRUE`,[a.family_root_id,new Date().toISOString()]),await b.query("UPDATE workflows SET is_active = TRUE, updated_at = $2 WHERE id = $1",[a.id,new Date().toISOString()]);let c=await m(b,a.id);if(!c)throw Error("Failed to load activated workflow");return c})}async function v(a){await (0,f.g7)("UPDATE workflows SET owner_id = $1, updated_at = $2 WHERE id = $3",[a.newOwnerId,new Date().toISOString(),a.workflowId]);let b=await (0,f.Zy)("SELECT * FROM workflows WHERE id = $1",[a.workflowId]);return b?i(b):null}d()}catch(a){d(a)}})},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},55511:a=>{a.exports=require("crypto")},57868:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{handler:()=>y,patchFetch:()=>x,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(76578),w=a([v]);v=(w.then?(await w)():w)[0];let z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/workflows/route",pathname:"/api/workflows",filename:"route",bundlePath:"app/api/workflows/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/dante/workspace/dante-code/projects/bluekiwi/src/app/api/workflows/route.ts",nextConfigOutput:"standalone",userland:v,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function x(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function y(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/workflows/route";"/index"===d&&(d="/");let e=await z.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,params:v,nextConfig:w,parsedUrl:x,isDraftMode:y,prerenderManifest:A,routerServerContext:B,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,resolvedPathname:E,clientReferenceManifest:F,serverActionsManifest:G}=e,H=(0,k.normalizeAppPath)(d),I=!!(A.dynamicRoutes[H]||A.routes[E]),J=async()=>((null==B?void 0:B.render404)?await B.render404(a,b,x,!1):b.end("This page could not be found"),null);if(I&&!y){let a=!!A.routes[E],b=A.dynamicRoutes[H];if(b&&!1===b.fallback&&!a){if(w.adapterPath)return await J();throw new t.NoFallbackError}}let K=null;!I||z.isDev||y||(K=E,K="/index"===K?"/":K);let L=!0===z.isDev||!I,M=I&&!L;G&&F&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:F,serverActionsManifest:G});let N=a.method||"GET",O=(0,i.getTracer)(),P=O.getActiveScopeSpan(),Q=!!(null==B?void 0:B.isWrappedByNextServer),R=!!(0,h.getRequestMeta)(a,"minimalMode"),S=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,w,A,R);null==S||S.resetRequestCache(),globalThis.__incrementalCache=S;let T={params:v,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!w.experimental.authInterrupts},cacheComponents:!!w.cacheComponents,supportsDynamicResponse:L,incrementalCache:S,cacheLifeProfiles:w.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,B)},sharedContext:{buildId:g}},U=new l.NodeNextRequest(a),V=new l.NodeNextResponse(b),W=m.NextRequestAdapter.fromNodeNextRequest(U,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(W,T).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=O.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=`${N} ${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(`${N} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!R&&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=T.renderOpts.fetchMetrics;let h=T.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=T.renderOpts.collectedTags;if(!I)return await (0,p.I)(U,V,d,T.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!==T.renderOpts.collectedRevalidate&&!(T.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&T.renderOpts.collectedRevalidate,e=void 0===T.renderOpts.collectedExpire||T.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:T.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 z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),b}},k=await z.handleResponse({req:a,nextConfig:w,cacheKey:K,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:C,revalidateOnlyGenerated:D,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:R});if(!I)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});R||b.setHeader("x-nextjs-cache",C?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),y&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return R&&I||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)(U,V,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};Q&&P?await h(P):(e=O.getActiveScopeSpan(),await O.withPropagatedContext(a.headers,()=>O.trace(n.BaseServerSpan.handleRequest,{spanName:`${N} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":N,"http.target":a.url}},h),void 0,!Q))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:H,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:M,isOnDemandRevalidate:C})},!1,B),I)throw b;return await (0,p.I)(U,V,new Response(null,{status:500})),null}}d()}catch(a){d(a)}})},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64939:a=>{a.exports=import("pg")},76578:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{GET:()=>k,POST:()=>l});var e=c(23211),f=c(20903),g=c(1800),h=c(13240),i=c(41723),j=a([f,g,h,i]);[f,g,h,i]=j.then?(await j)():j;let k=(0,g.ru)("workflows:read",async(a,b)=>{let c=new URL(a.url),d="true"===c.searchParams.get("include_inactive"),g="false"!==c.searchParams.get("slim"),j=c.searchParams.get("folder_id"),k=c.searchParams.get("q"),l=await (0,h.bn)("w",b,1),m=await (0,i.oI)({filterSql:l.sql,filterParams:l.params,includeInactive:d,folderId:j?Number(j):void 0,q:k??void 0,slim:g}),n=(0,f.cc)(m,m.length);return e.NextResponse.json(n.body,{status:n.status})}),l=(0,g.ru)("workflows:create",async(a,b)=>{let c,d=await a.json(),{title:g,description:j,nodes:k,version:l,parent_workflow_id:m,evaluation_contract:n}=d;if(!g||"string"!=typeof g||!g.trim()){let a=(0,f.yj)("VALIDATION_ERROR","title is required",400);return e.NextResponse.json(a.body,{status:a.status})}let o="string"==typeof l&&l.trim()?l.trim():"1.0",p=null==n?null:"string"==typeof n?n:JSON.stringify(n);if("number"==typeof d.folder_id){let a=await (0,h.jl)(d.folder_id);if(!a){let a=(0,f.yj)("NOT_FOUND","folder not found",404);return e.NextResponse.json(a.body,{status:a.status})}if(!await (0,h.tq)(b,a)){let a=(0,f.yj)("OWNERSHIP_REQUIRED","폴더 편집 권한 없음",403);return e.NextResponse.json(a.body,{status:a.status})}c=a.id}else{let a=await (0,i.Fs)(b.id);if(!a){let a=(0,f.yj)("MY_WORKSPACE_MISSING","My Workspace가 없습니다. 관리자에게 문의하세요",500);return e.NextResponse.json(a.body,{status:a.status})}c=a}let q=await (0,i.fN)({title:g.trim(),description:j??"",nodes:Array.isArray(k)?k:void 0,version:o,parentWorkflowId:"number"==typeof m?m:null,evaluationContract:p,ownerId:b.id,folderId:c}),r=(0,f.iA)(q,201);return e.NextResponse.json(r.body,{status:r.status})});d()}catch(a){d(a)}})},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87550:a=>{a.exports=require("better-sqlite3")},93139:a=>{a.exports=import("bcryptjs")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[3445,7111,1813,859,7945],()=>b(b.s=57868));module.exports=c})();
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="ko" class="antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/2bc6b6e35d293c50.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-49017e80a77a9442.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-154456079185e990.js" async=""></script><script src="/_next/static/chunks/main-app-e972602355b3c35f.js" async=""></script><script src="/_next/static/chunks/7262-cdb2767600e6e41e.js" async=""></script><script src="/_next/static/chunks/2360-35e89e45b93e4b6e.js" async=""></script><script src="/_next/static/chunks/app/layout-e3f307ffaa2d11cc.js" async=""></script><script src="/_next/static/chunks/8409-f2426c4ac33918a5.js" async=""></script><script src="/_next/static/chunks/600-11cf145119344519.js" async=""></script><script src="/_next/static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js" async=""></script><title>BlueKiwi</title><meta name="description" content="Design reusable workflows, run them from any AI coding agent, and watch every step in real time."/><meta property="og:title" content="BlueKiwi — AI Agent Workflow Engine"/><meta property="og:description" content="Design reusable workflows, run them from any AI coding agent, and watch every step in real time."/><meta property="og:site_name" content="BlueKiwi"/><meta property="og:locale" content="ko_KR"/><meta property="og:image" content="http://localhost:3100/og-cover.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="BlueKiwi — AI Agent Workflow Engine"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="BlueKiwi — AI Agent Workflow Engine"/><meta name="twitter:description" content="Design reusable workflows, run them from any AI coding agent, and watch every step in real time."/><meta name="twitter:image" content="http://localhost:3100/og-cover.png"/><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.png" type="image/png" sizes="32x32"/><link rel="icon" href="/icon-192.png" type="image/png" sizes="192x192"/><link rel="icon" href="/icon-512.png" type="image/png" sizes="512x512"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen"><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen items-center justify-center"><form class="w-full max-w-sm rounded-2xl border border-[var(--border)] bg-[var(--card)] p-8 shadow-[var(--shadow-soft)]"><div class="mb-6 text-center"><img alt="BlueKiwi 로고" loading="lazy" width="56" height="56" decoding="async" data-nimg="1" class="mx-auto mb-2 h-14 w-14 rounded-2xl" style="color:transparent" srcSet="/_next/image?url=%2Flogo-96.png&amp;w=64&amp;q=75 1x, /_next/image?url=%2Flogo-96.png&amp;w=128&amp;q=75 2x" src="/_next/image?url=%2Flogo-96.png&amp;w=128&amp;q=75"/><h1 class="text-lg font-semibold text-[var(--foreground)]">BlueKiwi</h1><div class="mt-3 flex items-center justify-center gap-1.5 text-sm text-[var(--muted-foreground)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-lock h-3.5 w-3.5" aria-hidden="true"><rect width="18" height="11" x="3" y="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg><span>비밀번호를 변경해주세요</span></div></div><div class="space-y-3"><div><label class="mb-1 block text-xs font-medium text-[var(--foreground)]">현재 비밀번호</label><input type="password" data-slot="input" class="h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40" placeholder="현재 비밀번호" required="" value=""/></div><div><label class="mb-1 block text-xs font-medium text-[var(--foreground)]">새 비밀번호</label><input type="password" data-slot="input" class="h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40" placeholder="최소 6자 이상" required="" value=""/></div><div><label class="mb-1 block text-xs font-medium text-[var(--foreground)]">새 비밀번호 확인</label><input type="password" data-slot="input" class="h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40" placeholder="새 비밀번호 다시 입력" required="" value=""/></div></div><button data-slot="button" data-variant="default" data-size="default" class="inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 font-semibold [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 bg-primary text-primary-foreground shadow-[0_10px_18px_rgba(53,87,190,0.18)] hover:bg-brand-blue-700 h-10 rounded-full px-5 text-[0.95rem] mt-4 w-full" type="submit">비밀번호 변경</button></form></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-49017e80a77a9442.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[42360,[\"7262\",\"static/chunks/7262-cdb2767600e6e41e.js\",\"2360\",\"static/chunks/2360-35e89e45b93e4b6e.js\",\"7177\",\"static/chunks/app/layout-e3f307ffaa2d11cc.js\"],\"I18nProvider\"]\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[30852,[\"7262\",\"static/chunks/7262-cdb2767600e6e41e.js\",\"2360\",\"static/chunks/2360-35e89e45b93e4b6e.js\",\"7177\",\"static/chunks/app/layout-e3f307ffaa2d11cc.js\"],\"Toaster\"]\n6:I[61304,[],\"ClientPageRoot\"]\n7:I[20055,[\"8409\",\"static/chunks/8409-f2426c4ac33918a5.js\",\"7262\",\"static/chunks/7262-cdb2767600e6e41e.js\",\"600\",\"static/chunks/600-11cf145119344519.js\",\"2360\",\"static/chunks/2360-35e89e45b93e4b6e.js\",\"4807\",\"static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js\"],\"default\"]\na:I[90484,[],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[90484,[],\"ViewportBoundary\"]\n10:I[90484,[],\"MetadataBoundary\"]\n12:I[27123,[],\"default\",1]\n:HL[\"/_next/static/css/2bc6b6e35d293c50.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"change-password\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(auth)\",{\"children\":[\"change-password\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/2bc6b6e35d293c50.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"ko\",\"className\":\"antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{\"position\":\"top-right\"}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",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\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],null,[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"h-aGGM2f9A9EPW7JkZVCP\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n8:{}\n9:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[86869,[],\"IconMark\"]\nc:null\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"title\",\"0\",{\"children\":\"BlueKiwi\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Design reusable workflows, run them from any AI coding agent, and watch every step in real time.\"}],[\"$\",\"meta\",\"2\",{\"property\":\"og:title\",\"content\":\"BlueKiwi — AI Agent Workflow Engine\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:description\",\"content\":\"Design reusable workflows, run them from any AI coding agent, and watch every step in real time.\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:site_name\",\"content\":\"BlueKiwi\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:locale\",\"content\":\"ko_KR\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:image\",\"content\":\"http://localhost:3100/og-cover.png\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image:alt\",\"content\":\"BlueKiwi — AI Agent Workflow Engine\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:title\",\"content\":\"BlueKiwi — AI Agent Workflow Engine\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:description\",\"content\":\"Design reusable workflows, run them from any AI coding agent, and watch every step in real time.\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:image\",\"content\":\"http://localhost:3100/og-cover.png\"}],[\"$\",\"link\",\"15\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"16\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\",\"type\":\"image/png\",\"sizes\":\"192x192\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/icon-512.png\",\"type\":\"image/png\",\"sizes\":\"512x512\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\"}],[\"$\",\"$L14\",\"20\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="ko" class="antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/2bc6b6e35d293c50.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-49017e80a77a9442.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-154456079185e990.js" async=""></script><script src="/_next/static/chunks/main-app-e972602355b3c35f.js" async=""></script><script src="/_next/static/chunks/7262-cdb2767600e6e41e.js" async=""></script><script src="/_next/static/chunks/2360-2e6f6fe26549b313.js" async=""></script><script src="/_next/static/chunks/app/layout-e3f307ffaa2d11cc.js" async=""></script><script src="/_next/static/chunks/8409-f2426c4ac33918a5.js" async=""></script><script src="/_next/static/chunks/600-11cf145119344519.js" async=""></script><script src="/_next/static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js" async=""></script><title>BlueKiwi</title><meta name="description" content="Design reusable workflows, run them from any AI coding agent, and watch every step in real time."/><meta property="og:title" content="BlueKiwi — AI Agent Workflow Engine"/><meta property="og:description" content="Design reusable workflows, run them from any AI coding agent, and watch every step in real time."/><meta property="og:site_name" content="BlueKiwi"/><meta property="og:locale" content="ko_KR"/><meta property="og:image" content="http://localhost:3100/og-cover.png"/><meta property="og:image:width" content="1200"/><meta property="og:image:height" content="630"/><meta property="og:image:alt" content="BlueKiwi — AI Agent Workflow Engine"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:title" content="BlueKiwi — AI Agent Workflow Engine"/><meta name="twitter:description" content="Design reusable workflows, run them from any AI coding agent, and watch every step in real time."/><meta name="twitter:image" content="http://localhost:3100/og-cover.png"/><link rel="icon" href="/favicon.ico" sizes="32x32"/><link rel="icon" href="/favicon.png" type="image/png" sizes="32x32"/><link rel="icon" href="/icon-192.png" type="image/png" sizes="192x192"/><link rel="icon" href="/icon-512.png" type="image/png" sizes="512x512"/><link rel="apple-touch-icon" href="/apple-touch-icon.png"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen"><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen items-center justify-center"><form class="w-full max-w-sm rounded-2xl border border-[var(--border)] bg-[var(--card)] p-8 shadow-[var(--shadow-soft)]"><div class="mb-6 text-center"><img alt="BlueKiwi 로고" loading="lazy" width="56" height="56" decoding="async" data-nimg="1" class="mx-auto mb-2 h-14 w-14 rounded-2xl" style="color:transparent" srcSet="/_next/image?url=%2Flogo-96.png&amp;w=64&amp;q=75 1x, /_next/image?url=%2Flogo-96.png&amp;w=128&amp;q=75 2x" src="/_next/image?url=%2Flogo-96.png&amp;w=128&amp;q=75"/><h1 class="text-lg font-semibold text-[var(--foreground)]">BlueKiwi</h1><div class="mt-3 flex items-center justify-center gap-1.5 text-sm text-[var(--muted-foreground)]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-lock h-3.5 w-3.5" aria-hidden="true"><rect width="18" height="11" x="3" y="11" rx="2" ry="2"></rect><path d="M7 11V7a5 5 0 0 1 10 0v4"></path></svg><span>비밀번호를 변경해주세요</span></div></div><div class="space-y-3"><div><label class="mb-1 block text-xs font-medium text-[var(--foreground)]">현재 비밀번호</label><input type="password" data-slot="input" class="h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40" placeholder="현재 비밀번호" required="" value=""/></div><div><label class="mb-1 block text-xs font-medium text-[var(--foreground)]">새 비밀번호</label><input type="password" data-slot="input" class="h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40" placeholder="최소 6자 이상" required="" value=""/></div><div><label class="mb-1 block text-xs font-medium text-[var(--foreground)]">새 비밀번호 확인</label><input type="password" data-slot="input" class="h-11 w-full min-w-0 rounded-2xl border border-input bg-background px-4 py-2 text-[0.95rem] text-foreground shadow-none transition-colors outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-ink-500 disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 focus-visible:border-brand-blue-500 focus-visible:ring-[4px] focus-visible:ring-ring/35 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40" placeholder="새 비밀번호 다시 입력" required="" value=""/></div></div><button data-slot="button" data-variant="default" data-size="default" class="inline-flex shrink-0 items-center justify-center gap-2 whitespace-nowrap transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 font-semibold [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-4 bg-primary text-primary-foreground shadow-[0_10px_18px_rgba(53,87,190,0.18)] hover:bg-brand-blue-700 h-10 rounded-full px-5 text-[0.95rem] mt-4 w-full" type="submit">비밀번호 변경</button></form></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-49017e80a77a9442.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[42360,[\"7262\",\"static/chunks/7262-cdb2767600e6e41e.js\",\"2360\",\"static/chunks/2360-2e6f6fe26549b313.js\",\"7177\",\"static/chunks/app/layout-e3f307ffaa2d11cc.js\"],\"I18nProvider\"]\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[30852,[\"7262\",\"static/chunks/7262-cdb2767600e6e41e.js\",\"2360\",\"static/chunks/2360-2e6f6fe26549b313.js\",\"7177\",\"static/chunks/app/layout-e3f307ffaa2d11cc.js\"],\"Toaster\"]\n6:I[61304,[],\"ClientPageRoot\"]\n7:I[20055,[\"8409\",\"static/chunks/8409-f2426c4ac33918a5.js\",\"7262\",\"static/chunks/7262-cdb2767600e6e41e.js\",\"600\",\"static/chunks/600-11cf145119344519.js\",\"2360\",\"static/chunks/2360-2e6f6fe26549b313.js\",\"4807\",\"static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js\"],\"default\"]\na:I[90484,[],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\ne:I[90484,[],\"ViewportBoundary\"]\n10:I[90484,[],\"MetadataBoundary\"]\n12:I[27123,[],\"default\",1]\n:HL[\"/_next/static/css/2bc6b6e35d293c50.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"change-password\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"(auth)\",{\"children\":[\"change-password\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/2bc6b6e35d293c50.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"ko\",\"className\":\"antialiased\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{\"position\":\"top-right\"}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",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\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],null,[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"1tr4UL4nbWDTT2xlxpwJP\"}\n"])</script><script>self.__next_f.push([1,"13:[]\nd:\"$W13\"\n8:{}\n9:\"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"14:I[86869,[],\"IconMark\"]\nc:null\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"title\",\"0\",{\"children\":\"BlueKiwi\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Design reusable workflows, run them from any AI coding agent, and watch every step in real time.\"}],[\"$\",\"meta\",\"2\",{\"property\":\"og:title\",\"content\":\"BlueKiwi — AI Agent Workflow Engine\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:description\",\"content\":\"Design reusable workflows, run them from any AI coding agent, and watch every step in real time.\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:site_name\",\"content\":\"BlueKiwi\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:locale\",\"content\":\"ko_KR\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:image\",\"content\":\"http://localhost:3100/og-cover.png\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image:alt\",\"content\":\"BlueKiwi — AI Agent Workflow Engine\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:title\",\"content\":\"BlueKiwi — AI Agent Workflow Engine\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:description\",\"content\":\"Design reusable workflows, run them from any AI coding agent, and watch every step in real time.\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:image\",\"content\":\"http://localhost:3100/og-cover.png\"}],[\"$\",\"link\",\"15\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"16\",{\"rel\":\"icon\",\"href\":\"/favicon.png\",\"type\":\"image/png\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/icon-192.png\",\"type\":\"image/png\",\"sizes\":\"192x192\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/icon-512.png\",\"type\":\"image/png\",\"sizes\":\"512x512\"}],[\"$\",\"link\",\"19\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\"}],[\"$\",\"$L14\",\"20\",{}]]\n"])</script></body></html>
@@ -1,17 +1,17 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42360,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"I18nProvider"]
2
+ 2:I[42360,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-2e6f6fe26549b313.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"I18nProvider"]
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
- 5:I[30852,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"Toaster"]
5
+ 5:I[30852,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-2e6f6fe26549b313.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"Toaster"]
6
6
  6:I[61304,[],"ClientPageRoot"]
7
- 7:I[20055,["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","600","static/chunks/600-11cf145119344519.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","4807","static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js"],"default"]
7
+ 7:I[20055,["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","600","static/chunks/600-11cf145119344519.js","2360","static/chunks/2360-2e6f6fe26549b313.js","4807","static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js"],"default"]
8
8
  a:I[90484,[],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  e:I[90484,[],"ViewportBoundary"]
11
11
  10:I[90484,[],"MetadataBoundary"]
12
12
  12:I[27123,[],"default",1]
13
13
  :HL["/_next/static/css/2bc6b6e35d293c50.css","style"]
14
- 0:{"P":null,"c":["","change-password"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["change-password",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2bc6b6e35d293c50.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"ko","className":"antialiased","children":["$","body",null,{"className":"min-h-screen","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{"position":"top-right"}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"h-aGGM2f9A9EPW7JkZVCP"}
14
+ 0:{"P":null,"c":["","change-password"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["change-password",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2bc6b6e35d293c50.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"ko","className":"antialiased","children":["$","body",null,{"className":"min-h-screen","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{"position":"top-right"}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"1tr4UL4nbWDTT2xlxpwJP"}
15
15
  13:[]
16
16
  d:"$W13"
17
17
  8:{}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[61304,[],"ClientPageRoot"]
3
- 3:I[20055,["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","600","static/chunks/600-11cf145119344519.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","4807","static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js"],"default"]
3
+ 3:I[20055,["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","600","static/chunks/600-11cf145119344519.js","2360","static/chunks/2360-2e6f6fe26549b313.js","4807","static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js"],"default"]
4
4
  6:I[90484,[],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"h-aGGM2f9A9EPW7JkZVCP"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1tr4UL4nbWDTT2xlxpwJP"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"h-aGGM2f9A9EPW7JkZVCP"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"1tr4UL4nbWDTT2xlxpwJP"}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"h-aGGM2f9A9EPW7JkZVCP"}
4
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1tr4UL4nbWDTT2xlxpwJP"}
@@ -1,17 +1,17 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42360,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"I18nProvider"]
2
+ 2:I[42360,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-2e6f6fe26549b313.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"I18nProvider"]
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
- 5:I[30852,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"Toaster"]
5
+ 5:I[30852,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-2e6f6fe26549b313.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"Toaster"]
6
6
  6:I[61304,[],"ClientPageRoot"]
7
- 7:I[20055,["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","600","static/chunks/600-11cf145119344519.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","4807","static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js"],"default"]
7
+ 7:I[20055,["8409","static/chunks/8409-f2426c4ac33918a5.js","7262","static/chunks/7262-cdb2767600e6e41e.js","600","static/chunks/600-11cf145119344519.js","2360","static/chunks/2360-2e6f6fe26549b313.js","4807","static/chunks/app/(auth)/change-password/page-a984ad1a8e98b9e7.js"],"default"]
8
8
  a:I[90484,[],"OutletBoundary"]
9
9
  b:"$Sreact.suspense"
10
10
  e:I[90484,[],"ViewportBoundary"]
11
11
  10:I[90484,[],"MetadataBoundary"]
12
12
  12:I[27123,[],"default",1]
13
13
  :HL["/_next/static/css/2bc6b6e35d293c50.css","style"]
14
- 0:{"P":null,"c":["","change-password"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["change-password",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2bc6b6e35d293c50.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"ko","className":"antialiased","children":["$","body",null,{"className":"min-h-screen","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{"position":"top-right"}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"h-aGGM2f9A9EPW7JkZVCP"}
14
+ 0:{"P":null,"c":["","change-password"],"q":"","i":false,"f":[[["",{"children":["(auth)",{"children":["change-password",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2bc6b6e35d293c50.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"ko","className":"antialiased","children":["$","body",null,{"className":"min-h-screen","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{"position":"top-right"}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],null,["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,"$@d"]},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L11"}]}]}],null]}],false]],"m":"$undefined","G":["$12",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"1tr4UL4nbWDTT2xlxpwJP"}
15
15
  13:[]
16
16
  d:"$W13"
17
17
  8:{}
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"BlueKiwi"}],["$","meta","1",{"name":"description","content":"Design reusable workflows, run them from any AI coding agent, and watch every step in real time."}],["$","meta","2",{"property":"og:title","content":"BlueKiwi — AI Agent Workflow Engine"}],["$","meta","3",{"property":"og:description","content":"Design reusable workflows, run them from any AI coding agent, and watch every step in real time."}],["$","meta","4",{"property":"og:site_name","content":"BlueKiwi"}],["$","meta","5",{"property":"og:locale","content":"ko_KR"}],["$","meta","6",{"property":"og:image","content":"http://localhost:3100/og-cover.png"}],["$","meta","7",{"property":"og:image:width","content":"1200"}],["$","meta","8",{"property":"og:image:height","content":"630"}],["$","meta","9",{"property":"og:image:alt","content":"BlueKiwi — AI Agent Workflow Engine"}],["$","meta","10",{"property":"og:type","content":"website"}],["$","meta","11",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","12",{"name":"twitter:title","content":"BlueKiwi — AI Agent Workflow Engine"}],["$","meta","13",{"name":"twitter:description","content":"Design reusable workflows, run them from any AI coding agent, and watch every step in real time."}],["$","meta","14",{"name":"twitter:image","content":"http://localhost:3100/og-cover.png"}],["$","link","15",{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link","16",{"rel":"icon","href":"/favicon.png","type":"image/png","sizes":"32x32"}],["$","link","17",{"rel":"icon","href":"/icon-192.png","type":"image/png","sizes":"192x192"}],["$","link","18",{"rel":"icon","href":"/icon-512.png","type":"image/png","sizes":"512x512"}],["$","link","19",{"rel":"apple-touch-icon","href":"/apple-touch-icon.png"}],["$","$L5","20",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"h-aGGM2f9A9EPW7JkZVCP"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"BlueKiwi"}],["$","meta","1",{"name":"description","content":"Design reusable workflows, run them from any AI coding agent, and watch every step in real time."}],["$","meta","2",{"property":"og:title","content":"BlueKiwi — AI Agent Workflow Engine"}],["$","meta","3",{"property":"og:description","content":"Design reusable workflows, run them from any AI coding agent, and watch every step in real time."}],["$","meta","4",{"property":"og:site_name","content":"BlueKiwi"}],["$","meta","5",{"property":"og:locale","content":"ko_KR"}],["$","meta","6",{"property":"og:image","content":"http://localhost:3100/og-cover.png"}],["$","meta","7",{"property":"og:image:width","content":"1200"}],["$","meta","8",{"property":"og:image:height","content":"630"}],["$","meta","9",{"property":"og:image:alt","content":"BlueKiwi — AI Agent Workflow Engine"}],["$","meta","10",{"property":"og:type","content":"website"}],["$","meta","11",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","12",{"name":"twitter:title","content":"BlueKiwi — AI Agent Workflow Engine"}],["$","meta","13",{"name":"twitter:description","content":"Design reusable workflows, run them from any AI coding agent, and watch every step in real time."}],["$","meta","14",{"name":"twitter:image","content":"http://localhost:3100/og-cover.png"}],["$","link","15",{"rel":"icon","href":"/favicon.ico","sizes":"32x32"}],["$","link","16",{"rel":"icon","href":"/favicon.png","type":"image/png","sizes":"32x32"}],["$","link","17",{"rel":"icon","href":"/icon-192.png","type":"image/png","sizes":"192x192"}],["$","link","18",{"rel":"icon","href":"/icon-512.png","type":"image/png","sizes":"512x512"}],["$","link","19",{"rel":"apple-touch-icon","href":"/apple-touch-icon.png"}],["$","$L5","20",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1tr4UL4nbWDTT2xlxpwJP"}
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42360,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"I18nProvider"]
2
+ 2:I[42360,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-2e6f6fe26549b313.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"I18nProvider"]
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
- 5:I[30852,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-35e89e45b93e4b6e.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"Toaster"]
5
+ 5:I[30852,["7262","static/chunks/7262-cdb2767600e6e41e.js","2360","static/chunks/2360-2e6f6fe26549b313.js","7177","static/chunks/app/layout-e3f307ffaa2d11cc.js"],"Toaster"]
6
6
  :HL["/_next/static/css/2bc6b6e35d293c50.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2bc6b6e35d293c50.css","precedence":"next"}]],["$","html",null,{"lang":"ko","className":"antialiased","children":["$","body",null,{"className":"min-h-screen","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{"position":"top-right"}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"h-aGGM2f9A9EPW7JkZVCP"}
7
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/2bc6b6e35d293c50.css","precedence":"next"}]],["$","html",null,{"lang":"ko","className":"antialiased","children":["$","body",null,{"className":"min-h-screen","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{"position":"top-right"}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"1tr4UL4nbWDTT2xlxpwJP"}
@@ -1,2 +1,2 @@
1
1
  :HL["/_next/static/css/2bc6b6e35d293c50.css","style"]
2
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(auth)","param":null,"prefetchHints":0,"slots":{"children":{"name":"change-password","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"h-aGGM2f9A9EPW7JkZVCP"}
2
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"(auth)","param":null,"prefetchHints":0,"slots":{"children":{"name":"change-password","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}}}},"staleTime":300,"buildId":"1tr4UL4nbWDTT2xlxpwJP"}