@profoundlogic/coderflow-server 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/agent-wrapper.sh +49 -9
- package/dist/base-image/entrypoint.sh +12 -1
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +5 -3
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -0
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/config-migration.js +1 -0
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -0
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +2 -0
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/README.md +1 -1
- package/dist/web-ui/public/docs/_sidebar.md +1 -0
- package/dist/web-ui/public/docs/admin/environments.md +1 -1
- package/dist/web-ui/public/docs/admin/jira.md +156 -0
- package/dist/web-ui/public/docs/integrations/ibmi/overview.md +3 -3
- package/dist/web-ui/public/docs/integrations/overview.md +1 -1
- package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +38 -0
- package/dist/web-ui/public/docs/tasks/creating-tasks.md +14 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.html +1 -0
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -0
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +187 -0
- package/dist/web-ui/public/task.html +37 -3
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x2f7250,_0x38b9b2){const _0x33c18f={_0x5822dd:0x1dd,_0x250a05:0x545,_0x409373:0x4fd,_0x24d3cc:0x136,_0x26cde8:0xae,_0x2a925e:0x10f,_0x2a92f8:0x52c,_0x49633b:0x579,_0x594df1:0x1c4,_0xbdc37d:0x143,_0xfcabf1:0x514,_0x1acb04:0x537,_0x140810:0x532,_0x143921:0x43c,_0x2fb3aa:0x43f,_0xa0031c:0x4a6,_0x3e8585:0x49a,_0x410063:0x4f2,_0x17b3f6:0x46e,_0x1bd726:0x4be},_0x45e6eb={_0x14298d:0x349},_0x389dfe=_0x2f7250();function _0x4713a2(_0x73847d,_0x172830,_0x3a19a4,_0x224698){return _0x4d4e(_0x224698- -0x307,_0x172830);}function _0x54498b(_0x570034,_0x6ee11b,_0x5bb75b,_0x3879de){return _0x4d4e(_0x3879de-_0x45e6eb._0x14298d,_0x6ee11b);}while(!![]){try{const _0x251a20=parseInt(_0x4713a2(-0x1ec,-0x14e,-_0x33c18f._0x5822dd,-0x193))/(0x625+0x75+-0x699*0x1)+-parseInt(_0x54498b(_0x33c18f._0x250a05,0x546,_0x33c18f._0x250a05,_0x33c18f._0x409373))/(-0xde6+0x252b+-0x1*0x1743)+-parseInt(_0x4713a2(-_0x33c18f._0x24d3cc,-_0x33c18f._0x26cde8,-0x12b,-_0x33c18f._0x2a925e))/(0xbc3*-0x3+0x2*0x152+-0x16*-0x17c)+parseInt(_0x54498b(0x5be,0x502,_0x33c18f._0x2a92f8,_0x33c18f._0x49633b))/(-0x12b7+0x10c0+-0x27*-0xd)*(parseInt(_0x4713a2(-0x14c,-_0x33c18f._0x594df1,-0xc6,-_0x33c18f._0xbdc37d))/(-0x1*0x11d2+0x1ed1+-0xcfa))+parseInt(_0x54498b(_0x33c18f._0xfcabf1,_0x33c18f._0x1acb04,0x4da,0x516))/(-0x1*-0xddc+-0x7*-0x1fd+-0x1bc1)*(-parseInt(_0x54498b(0x535,_0x33c18f._0x140810,0x50b,0x4ef))/(-0xc11+-0x3*0x1f4+-0x8fa*-0x2))+-parseInt(_0x54498b(_0x33c18f._0x143921,_0x33c18f._0x2fb3aa,_0x33c18f._0xa0031c,_0x33c18f._0x3e8585))/(-0x1b2+-0x1964+0xd*0x216)+parseInt(_0x54498b(_0x33c18f._0x410063,_0x33c18f._0x17b3f6,0x449,_0x33c18f._0x1bd726))/(-0x112d*-0x1+0x2ac+-0x27a*0x8);if(_0x251a20===_0x38b9b2)break;else _0x389dfe['push'](_0x389dfe['shift']());}catch(_0x5f5b10){_0x389dfe['push'](_0x389dfe['shift']());}}}(_0x40c1,0xbb539+-0x110c6d+0xf9946));function _0x4d4e(_0x46f5be,_0x2aa1de){_0x46f5be=_0x46f5be-(-0x380*0x5+-0xb2*-0x25+-0x6fc);const _0x5936fb=_0x40c1();let _0x462136=_0x5936fb[_0x46f5be];if(_0x4d4e['QFJWCz']===undefined){var _0x3ab295=function(_0xc19709){const _0xf294d9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x23a713='',_0x4b6f4f='';for(let _0x49a49c=0x2038+-0x1225+-0xe13*0x1,_0x57275a,_0x4d313f,_0xe76ca3=0x5e*0x29+0x15a0+-0x24ae;_0x4d313f=_0xc19709['charAt'](_0xe76ca3++);~_0x4d313f&&(_0x57275a=_0x49a49c%(-0x6b7*0x1+0x1222+0xb67*-0x1)?_0x57275a*(0xfad*0x1+-0x1121*0x2+0x3*0x647)+_0x4d313f:_0x4d313f,_0x49a49c++%(0xd*0x1a3+-0x16e7+0x1a4))?_0x23a713+=String['fromCharCode'](-0x2173+-0x3*-0xcd+0x200b&_0x57275a>>(-(0x1e5d+0xd7+-0x1f32)*_0x49a49c&-0x21ce+-0x5b1*0x5+0x3e49)):-0x31*-0x93+-0x11*-0x1c1+-0x39f4){_0x4d313f=_0xf294d9['indexOf'](_0x4d313f);}for(let _0x7d05b0=-0x742+-0x289*0x5+0x13ef,_0x5c578d=_0x23a713['length'];_0x7d05b0<_0x5c578d;_0x7d05b0++){_0x4b6f4f+='%'+('00'+_0x23a713['charCodeAt'](_0x7d05b0)['toString'](0xb8*0x13+-0x1d*0x145+0x1739))['slice'](-(-0x5*0x287+-0x2*0xc8e+0x25c1*0x1));}return decodeURIComponent(_0x4b6f4f);};_0x4d4e['EqgVGW']=_0x3ab295,_0x4d4e['cWnVMl']={},_0x4d4e['QFJWCz']=!![];}const _0x38e8e8=_0x5936fb[-0x245d*-0x1+-0x278+0x1*-0x21e5],_0x51ae76=_0x46f5be+_0x38e8e8,_0x6cbdac=_0x4d4e['cWnVMl'][_0x51ae76];return!_0x6cbdac?(_0x462136=_0x4d4e['EqgVGW'](_0x462136),_0x4d4e['cWnVMl'][_0x51ae76]=_0x462136):_0x462136=_0x6cbdac,_0x462136;}function _0x27103e(_0x5a8b68,_0x369c1b,_0x1fe97f,_0x66b6ce){const _0x3238b0={_0x291299:0x16};return _0x4d4e(_0x66b6ce- -_0x3238b0._0x291299,_0x1fe97f);}import _0x43a50b from'express';import{promises as _0x2e7821}from'fs';import _0x168e38 from'path';import{logger}from'../lib/logger.js';function _0x40c1(){const _0x51a22c=['qvHmyK8','AwXL','C3bSAxq','Aun5r2C','weHTuwm','BgvUz3rO','CMvHzcb0zw1WBa','B3brtfq','AM9PBG','ote5nJyZmM94EevwCq','qLHkq0W','vw5HDxrOB3jPEG','uM91DgvY','zxjTAxnZAw9Uia','Aw9UCW','BwLZC2LVBG','BM1LBNqGAw5ZDa','ANnVBG','vfmUBwq','DcbPBNn0CNvJDa','tvfSDeK','ywnJzxnZ','DxbKyxrLzej5va','vgfZAYb1C2vYia','tKXLtem','A3r6AMm','zxj2zxiGrxjYBW','D3jPDguGquDftG','vxnLCIbKB2vZia','rM9YyMLKzgvU','tM90iezVDw5K','t0rNu0q','DxDvCMG','BNqGCM91DguGBG','sMHMrNe','uvfxweG','BM90igHHDMuGCa','Dhm6Aw5ZDhj1yW','D3jPDgvgAwXL','z3zJBeK','AgvHzgvYCW','DfbHDgG','DMT6Dw4','DxnLCM5HBwu','mta4mtK0ng1eAKz0AG','mte0mtq5nJfyqw1hsKq','DMrMsvq','DxbKyxrLzef0','rNLTt0O','Aw5MBW','BMCGzw52AxjVBG','DxnLCKLK','vvPYqLe','jYbUB3qGzM91BG','t0LOqKS','C3vJy2vZCW','CgfYyw1Z','igvUDMLYB25Tzq','Dg8GDxbKyxrLia','BYbLBNzPCM9UBq','C0Lgu0W','D0DLCMS','vfDwzuy','vMHNuha','zMLSDgvY','yM9KEq','wgjbtKO','C2vYswq','l3rLBxbSyxrLCW','tvrvtNu','ALfrrMO','y29Kzq','s3nZr0C','CMvHzcbbr0vova','CMvWBgfJzq','DgvTCgXHDgvZ','BgLZDcb0zw1WBa','zwXKigLZihjLCq','B3qGAw5PDgLHBa','svLus04','zgvZy3jPChrPBW','BwvZC2fNzq','q29UDgvUDcbMAq','BM90igzVDw5K','yKvXyMW','vgfZAYbMzxrJAa','ru5pru5u','quDftLrtlM1K','wvPqvgK','y29UDgvUDa','D3jPDguGDgvTCa','D3jPDguGAw5ZDa','ihDPDgGGDw5RBG','z1r2rM4','mZqZn0HXwwnPCq','t0fzsxK','Bwv0ywrHDge','tgjpvuW','lMPZB24','tNffv24','CgrHDgvKigj5ia','tejrsMG','rgrHD1K','vgfZAYbKzwXLDa','CNvJDgLVBNmGzG','CMvHzcbPBNn0CG','ig5VDcbMB3vUza','CNvJDgLVBNm','mZC1odC0q25Ptfrn','BgHOzMm','s1zrvxy','BeTfDhi','vxnLCIbSywnRCW','qw1iswS','zvntwLO','Cgf0Aa','Bgf0zq','C3bSBwW','rMfPBgvKihrVia','DNrXze0','qMfKifjLCxvLCW','sw52ywXPzcb0zq','lvrHC2STswqGAa','Cgf0y2G','mtvQyMX5s1y','AxPLza','whbhC1O','BwvUDa','CgXHDgu','BwfW','wLvNr3y','vgfZAYbVD25LCG','mNWZFdr8mxWW','ntyXnM1dzfvrvW','tLvItxm','y29KzxjdB25MAq','t2jpz1u','EMjHq3u','zwqGzw52AxjVBG','y3rPB25ZihbLCG','uwDZwe0','yxnRswq','zwfKzxi','C1nNvKe','ChfnuLa','B3zvtuq','rvzotLq','CwDeBuG','rhzjwM4','uevfruq','ExvzqM8','zw52AxjVBM1LBG','C3rYAw5NAwz5','CMvJDxjZAxzL','DgvZihbLCM1PCW','z1rkELa','De5HBwu','rKzXDKi','BKDywgO','z3rO','zxjYB3i','yM54BhC','teDIq2K','y3jLyxrLzej5','CMvHzezPBgu','s05Uzee','zgvSzxrLzej5va','sw52ywXPzcb0yq','Aw5NigvUDMLYBW','qwXyzvi','uY5Tza','BNqGCMvXDwvZDa','sKjMvfq','DgfZA0LK','zgvSzxrLihrLBq','Aw9UCYb1CgrHDa','mZi4mJm3nwrUzMjozW','DwLYzwq','vgvTCgXHDguGDq','rw52AxjVBM1LBG','rvLMv2m','twLZC2LUzYbylq','vgfZAY1jzcbOzq','Aw5NihrLBxbSyq','C0fTqvi','Dwn0Aw9UCYbMAq','swP0AwC','DcbPBML0AwfSAq','DxrMltG','ywrLCG','z1DxCMu','DcbTyw5Hz2vTzq','s0Lztui','y2fSBgLUz1rHCW','DcbUB3qGzM91BG','B2Dhs2u','B25Z','DenVBMzPzW','z0XoBgW','sLrIB3i','y29UDgvUDeXLBG','tvD2A3e','DgLVBNm','uMzszxK','D2fYBG','zxHPC3rZ','BwTKAxi','DgfZAW','BwvUDcb0zw1WBa','qvzdq0C','Dcb0zw1WBgf0zq','yxrLCW','DgfZA1vZzxi','Aw5JBhvKzxm','rxbUzKO','C2LVBG','Dw5SAw5R','zw5KC1DPDgG','veXwAgS','uNLhBNi','C0TgBvm','lZPUyw1L','ig1PC3nPBMCGwa','yxrL','DgfZA3m','CwL0vwK','Chv0','weDJtKu','C3rHDhvZ','AeHhDNq','BMfTzq','vgfZAYb1CgrHDa','mtyXnZyYneXqs211uW','z2v0','l2LUC3rYDwn0Aq','AxbcDLm','vw1szfO','EMnYC1q','Dffev2O','C2SGsuq','wNPqtM0','BvffDMK','re9Zr1u','uMnTCeG','zgvSzxrLzej5vq','CgfYC2u','ExfqD2S','DgvTCgXHDgu','EMvK','yvn6sge','ALn2vhC','rvvsEuq','C1vZDva','ChLJzxu','DgfZAY10zw1WBa','BeDdBwO','zvPJtuG','vgvTCgXHDguGjW','vgfZAYbOyxmGBG','EenNv3m','BNrZoMLUC3rYDq','lM1K','BMvKzNa','BxbSyxrLig5HBq','DxbKyxrLzej5vq','ywXS','AeHmAgG','sw50zxjUywWGuW','yuTir0q','A3D2ywq'];_0x40c1=function(){return _0x51a22c;};return _0x40c1();}import{findUserById}from'../lib/users.js';import{userHasPermission}from'../lib/roles.js';const router=_0x43a50b[_0xb5b88b(0x29d,0x220,0x281,0x2f4)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x3422ed){const _0x2d1921={_0x46e431:0x215,_0x1b9079:0x17e,_0x13ea55:0x15,_0x3e7990:0x1d},_0x2eef4b={_0xfefe82:0x13,_0x4701cf:0x171};function _0x189e86(_0x54a661,_0xf73497,_0x2ae4bc,_0x2d24e0){return _0xb5b88b(_0x54a661-0xf6,_0xf73497-0x17a,_0x2ae4bc- -0x2df,_0x54a661);}function _0x3443b2(_0x36773b,_0x862de5,_0x2b1c05,_0x937ec3){return _0xb5b88b(_0x36773b-_0x2eef4b._0xfefe82,_0x862de5-0xd2,_0x937ec3- -_0x2eef4b._0x4701cf,_0x36773b);}tasks=_0x3422ed[_0x3443b2(_0x2d1921._0x46e431,_0x2d1921._0x1b9079,0x16c,0x1e4)],setupPath=_0x3422ed['setupPath'],coderConfig=_0x3422ed[_0x189e86(0x8e,-_0x2d1921._0x13ea55,_0x2d1921._0x3e7990,-0x5d)+'g'];}export function updateCoderConfig(_0x29f004){coderConfig=_0x29f004;}async function requireTaskAuth(_0x279883,_0x598e85,_0x2626e9){const _0x1946bf={_0x40e86e:0xb8,_0x331933:0xb0,_0x115182:0x12f,_0x2404c2:0x16a,_0x2f1e9e:0xeb,_0x697b15:0x159,_0x305d9d:0x108,_0x5805fe:0x185,_0x3cf38b:0x1b7,_0x10200c:0x146,_0x1bec6f:0x158,_0x552058:0x182,_0x560faf:0x159,_0x320040:0x14a,_0x40ba8d:0x172,_0x1b017f:0xfa,_0x3b631e:0x75,_0x268372:0x118,_0xbaad0c:0x180,_0x220579:0x12b,_0xbe5e28:0x16c,_0x5f20ff:0x153,_0x1f3c27:0x13b,_0x56a76c:0x15d,_0x73ffc:0xf7,_0x441bd8:0x15b,_0x264868:0xda,_0x506bcc:0x127,_0x1fd2b0:0xd4,_0x887bc1:0xbc,_0x43406e:0x7d,_0x162ca8:0x1d3,_0x4dd452:0xe2,_0x504b3e:0x125,_0x842781:0x13e,_0x55b7fd:0x181,_0x583dee:0xa9,_0x15d495:0x160,_0x2130bb:0x119,_0x164709:0xad,_0x278e62:0x68,_0x5ab786:0x1fa,_0x48bf82:0x154,_0x3ec717:0x227,_0x45fc38:0x7a,_0x5450a1:0xbd,_0x1d95f0:0x13c,_0x1858be:0x115,_0x14e396:0xc1,_0x426872:0x3b,_0x67c85a:0x1b0,_0x2c2c9d:0x22a,_0x271db9:0x119,_0x32c323:0x1c3,_0x2c0f15:0x183,_0x2e5efe:0x157,_0x61d31f:0x14b,_0x1d912f:0xe8,_0x433f06:0x19a,_0x2321c9:0xf5,_0x22ff5f:0xa5,_0x5676b8:0x11f,_0x2a358f:0x141,_0x3f8f4c:0xc8,_0x33ec46:0xc3,_0x536c0f:0x125,_0x51e1fa:0x9c,_0x799a24:0x3c,_0xd96d99:0x162,_0x1f681a:0x161,_0xe400ee:0x1dd,_0x41dcb6:0xcb,_0x4dcbcb:0x107,_0x578e0e:0x112,_0x212c1e:0x10a,_0x46dd26:0x176,_0x2d579d:0x1c4,_0x42f959:0xf1,_0x389103:0x177,_0x22e26f:0x1c1,_0x549ce8:0x17e,_0x3136f3:0x1a5,_0x135e45:0x19f,_0x568ad0:0x139,_0x5f33e6:0xc6,_0x497a4b:0x145,_0x2b8a79:0xdf,_0x17e99b:0x1ee,_0xc122f5:0x16a,_0x58f6ed:0x134,_0x34d78b:0xf4,_0x5bff64:0x8a,_0x388118:0xaf,_0x33d6c4:0x94,_0x1a956d:0x153,_0x2a5cde:0x1cc,_0x3835d4:0x56,_0x1f24b0:0x13c,_0x483f73:0x148,_0x1357fe:0xdc,_0x8644ce:0x117,_0x554a17:0x157,_0x2bc41f:0x1d9,_0x429b65:0xe7,_0x1264a4:0x1b7,_0x4610bb:0xc2,_0x35eb9e:0x110,_0x272c18:0x12a,_0x4b75f0:0xe9,_0x4111e3:0xf1,_0x31a907:0x96,_0x5f12d:0xa7,_0x5e2356:0x87,_0x5cb302:0x84,_0x389b59:0x11f,_0xdfb973:0x19f,_0xa71738:0x13b,_0x3987fd:0x1de,_0x586450:0x200,_0x537eae:0x15b,_0x6397:0x15f,_0x37b9dd:0x128,_0x1e8bc1:0x15f,_0x4af427:0xde,_0x53e5b5:0xaf,_0x1b9247:0x11d,_0x2ae171:0x170,_0x59ee29:0x71,_0x5deac0:0xe4,_0xf0011d:0xff,_0x93ef:0x109,_0x37b169:0x10b,_0x53f78a:0x16e,_0x3b1a0f:0x194,_0x30e49d:0x18d,_0x596357:0x12e,_0x5470cd:0x12d,_0x5ba930:0x1e5,_0x228fd8:0x155,_0x1ab1a5:0x1b0,_0x385919:0x1c9,_0x25e241:0x1b9,_0x4aa37b:0x1f0,_0x5426bd:0xcc,_0x26fca1:0x135,_0xd7c5f6:0xf2,_0x559305:0x109,_0xc71bbb:0x135,_0x402054:0x126,_0x5c1e21:0x16f,_0x39a7b3:0x121,_0x465818:0x156,_0x4a2458:0xc8,_0x3bcb85:0x103,_0x4ce91e:0xd9,_0x3b76e4:0xa0,_0x10f69e:0x114,_0x18c378:0xfe,_0x3c7d91:0x84,_0x7cbee5:0xd5,_0x2f5969:0x8f,_0x5604fe:0x18a,_0x30eb17:0x150,_0x5e4a17:0x94,_0x88b2be:0xe0,_0x57f4ac:0x158,_0x582fd4:0x16d,_0x49de03:0x174,_0x299545:0x195,_0x9167f0:0x11a,_0x4acb6b:0x12e,_0x321a7f:0x158,_0x16add6:0x1c5,_0x49063a:0x189,_0x194ebb:0xb3,_0xcc888f:0x12c,_0x5a6aa6:0xbf,_0x3bbdb1:0x161,_0x138c0b:0x16e,_0x5801a6:0x138,_0x446d1f:0x172,_0x3772db:0xd1,_0x5221f5:0xe9,_0x1f42dc:0x18d,_0x4b5d93:0x1c6,_0x190b4e:0x14f,_0x3465f9:0x13f,_0x2c0757:0xd8,_0x49d972:0x16e,_0x58cda4:0x13a,_0x51e5b4:0x12e,_0x102f54:0x154,_0x2febae:0x135,_0x34263c:0x1b9,_0x33ed6c:0x193,_0x3d04f5:0x18e,_0x163f70:0xbd,_0x3adb49:0xc5,_0x5e430:0x10c,_0x5960ba:0x117,_0xfc5b59:0x140,_0x4470f7:0x218,_0x515a6c:0xd1,_0x2795c4:0x64,_0x34a147:0xac,_0x54c9fa:0x19d,_0x43e781:0x104,_0x58cebb:0x18c,_0x2ec9c9:0xd1,_0x1eb1be:0xc9,_0x3d1704:0x9e,_0x153b48:0x94,_0xff9980:0x131},_0x53c141={_0x509333:0x7d,_0x268bea:0x1b4},_0x3670ce={_0x379f88:0x1a8},_0x2c9b2c={'gVSzY':'User\x20lacks'+_0x1dbc01(-0x137,-0x12f,-_0x1946bf._0x40e86e,-_0x1946bf._0x331933)+'nts:instru'+_0x2704f7(0x14c,0xc5,_0x1946bf._0x115182,_0x1946bf._0x2404c2)+_0x1dbc01(-_0x1946bf._0x2f1e9e,-_0x1946bf._0x697b15,-_0x1946bf._0x305d9d,-_0x1946bf._0x5805fe),'lRDdF':'Forbidden','ZTYCg':'User\x20does\x20'+_0x1dbc01(-0x1af,-0x144,-0x146,-_0x1946bf._0x3cf38b)+'ermission\x20'+_0x1dbc01(-0xf9,-0x12e,-_0x1946bf._0x10200c,-0x152)+_0x2704f7(_0x1946bf._0x1bec6f,_0x1946bf._0x552058,0x125,0x1ad)+'t\x20instruct'+_0x2704f7(0xcf,0xba,0xea,0x6a),'nedfp':'Bad\x20Reques'+'t','LrNrD':_0x2704f7(0x113,0x111,0x196,0xe9)+_0x1dbc01(-_0x1946bf._0x560faf,-0x11b,-_0x1946bf._0x320040,-0xd7)+_0x2704f7(_0x1946bf._0x40ba8d,0x1cd,_0x1946bf._0x1b017f,0x158),'peUrc':'x-task-id','bnxlw':_0x1dbc01(-_0x1946bf._0x3b631e,-0xb5,-0xe6,-_0x1946bf._0x268372)+_0x2704f7(_0x1946bf._0xbaad0c,0x11b,0x14d,_0x1946bf._0x220579)+_0x2704f7(_0x1946bf._0xbe5e28,0x198,0x15f,_0x1946bf._0x5f20ff)+_0x2704f7(0x19f,0x131,0x157,0x177)+_0x2704f7(_0x1946bf._0x1f3c27,0x12b,_0x1946bf._0x56a76c,_0x1946bf._0x73ffc)+_0x1dbc01(-_0x1946bf._0x441bd8,-_0x1946bf._0x264868,-0x99,-_0x1946bf._0x506bcc),'BXJCL':_0x2704f7(0xcc,_0x1946bf._0x1fd2b0,_0x1946bf._0x887bc1,0x135)+'ed','UZrBQ':function(_0x23817f,_0x250a2c){return _0x23817f===_0x250a2c;},'zbaCu':_0x1dbc01(-0x61,-_0x1946bf._0x43406e,-0x76,-0x53),'sUsuP':_0x2704f7(0x1ba,_0x1946bf._0x162ca8,0x1c3,0x226),'qgDmH':_0x2704f7(0x174,0x1eb,0x16f,0x1fa)+'t\x20manageme'+_0x2704f7(_0x1946bf._0x4dd452,0x6e,0xc3,0xb1)+_0x1dbc01(-0x19d,-0x11a,-0x167,-_0x1946bf._0x504b3e)+_0x2704f7(_0x1946bf._0x842781,_0x1946bf._0x55b7fd,_0x1946bf._0x10200c,0x1b5),'YZPTi':'Internal\x20S'+_0x2704f7(0xdb,0xfd,_0x1946bf._0x583dee,_0x1946bf._0x15d495)+'r','TLVhk':'Service\x20no'+_0x1dbc01(-_0x1946bf._0x2130bb,-_0x1946bf._0x164709,-_0x1946bf._0x278e62,-0x111)+_0x2704f7(0x1b9,_0x1946bf._0x5ab786,_0x1946bf._0x48bf82,_0x1946bf._0x3ec717),'nGXXj':_0x2704f7(0x174,0x16f,0x1ea,0x19e)+'t\x20manageme'+_0x1dbc01(-_0x1946bf._0x45fc38,-_0x1946bf._0x5450a1,-0x137,-_0x1946bf._0x583dee)+_0x1dbc01(-0xf5,-0x10c,-0x9d,-_0x1946bf._0x1d95f0)+'own\x20task\x20I'+'D','sKFmS':_0x1dbc01(-_0x1946bf._0x1858be,-_0x1946bf._0x14e396,-_0x1946bf._0x426872,-0x79)+_0x2704f7(_0x1946bf._0x67c85a,0x1d6,_0x1946bf._0x2c2c9d,0x157),'DvIZn':'Task\x20has\x20n'+_0x1dbc01(-_0x1946bf._0x271db9,-0x12d,-0x1a8,-0x1a7)+'ent','xCgWs':_0x2704f7(_0x1946bf._0x32c323,0x22d,_0x1946bf._0x2c0f15,_0x1946bf._0x2e5efe)+'o\x20associat'+_0x2704f7(_0x1946bf._0x61d31f,_0x1946bf._0x1d912f,0x12e,_0x1946bf._0x433f06)+_0x1dbc01(-_0x1946bf._0x2321c9,-0xe9,-_0x1946bf._0x22ff5f,-0x12d),'XbANJ':'TWVeF','XpGsZ':'Environmen'+_0x2704f7(0x183,0x1bc,0x137,_0x1946bf._0x5676b8)+'d','vdfIT':_0x1dbc01(-0x148,-_0x1946bf._0x320040,-_0x1946bf._0x268372,-_0x1946bf._0x2a358f),'FdTWZ':_0x1dbc01(-_0x1946bf._0x3f8f4c,-0xd1,-_0x1946bf._0x33ec46,-0x10c)+'ts','wEKja':function(_0x4cd880){return _0x4cd880();}};function _0x1dbc01(_0x417a73,_0x6e23b7,_0x5c3081,_0x4ac5d2){return _0xb5b88b(_0x417a73-0x7c,_0x6e23b7-_0x3670ce._0x379f88,_0x6e23b7- -0x3dd,_0x417a73);}const _0x4a6a98=_0x279883[_0x1dbc01(-_0x1946bf._0x536c0f,-0x140,-0x19c,-0x157)][_0x2c9b2c['peUrc']];if(!_0x4a6a98){logger[_0x1dbc01(-0x11c,-_0x1946bf._0x51e1fa,-_0x1946bf._0x799a24,-0x7d)](_0x2c9b2c[_0x2704f7(_0x1946bf._0xd96d99,0x117,0x14a,0x12e)]);const _0xf072d={};return _0xf072d[_0x2704f7(_0x1946bf._0x1f681a,0x176,0x190,_0x1946bf._0xe400ee)]=_0x2c9b2c[_0x2704f7(_0x1946bf._0x41dcb6,0xe9,_0x1946bf._0x4dcbcb,0x70)],_0xf072d[_0x2704f7(_0x1946bf._0x578e0e,_0x1946bf._0x212c1e,0x122,0x11e)]=_0x2704f7(_0x1946bf._0x46dd26,_0x1946bf._0x2d579d,_0x1946bf._0x42f959,0x1f9)+_0x2704f7(_0x1946bf._0x389103,0x174,_0x1946bf._0x22e26f,0xfb)+_0x2704f7(_0x1946bf._0x549ce8,0x112,_0x1946bf._0x3136f3,_0x1946bf._0x135e45),_0x598e85['status'](-0xc9e+0xb8f+0x2a0)['json'](_0xf072d);}if(!tasks){if(_0x2c9b2c[_0x2704f7(_0x1946bf._0x2321c9,_0x1946bf._0x568ad0,_0x1946bf._0x5f33e6,0x152)](_0x2c9b2c[_0x1dbc01(-_0x1946bf._0x497a4b,-_0x1946bf._0x2b8a79,-0x11e,-0x6f)],_0x2c9b2c[_0x1dbc01(-0x6,-0x6c,-0xaa,-0xe5)])){const _0x21edde={};_0x21edde[_0x2704f7(0x16e,0x103,0x1e8,_0x1946bf._0x17e99b)]=_0x2c06ce[_0x2704f7(0x182,0x1d8,0x1b2,_0x1946bf._0xc122f5)+'k'][_0x1dbc01(-0xf6,-0xbb,-_0x1946bf._0x58f6ed,-0x69)],_0x21edde[_0x2704f7(_0x1946bf._0x34d78b,_0x1946bf._0x5bff64,0x135,_0x1946bf._0x388118)]=_0x475015[_0x1dbc01(-0x8c,-_0x1946bf._0x33d6c4,-0xbb,-_0x1946bf._0x2b8a79)]['id'],_0x21edde['username']=_0x3419fd[_0x2704f7(0x195,_0x1946bf._0x1a956d,0x189,0x1b2)]['username'],_0x21fadc[_0x2704f7(0x18d,0x1b0,_0x1946bf._0x2a5cde,0x1a0)](_0x2c9b2c['gVSzY'],_0x21edde);const _0x92a6cf={};return _0x92a6cf[_0x1dbc01(-_0x1946bf._0x3835d4,-_0x1946bf._0x3f8f4c,-_0x1946bf._0x1f24b0,-_0x1946bf._0x483f73)]=_0x2c9b2c['lRDdF'],_0x92a6cf[_0x1dbc01(-_0x1946bf._0x1357fe,-_0x1946bf._0x8644ce,-0xa4,-0xb1)]=_0x2c9b2c['ZTYCg'],_0x46f5be['status'](-0x1d2c+0x19*0x40+0x187f*0x1)[_0x1dbc01(-0x1cb,-_0x1946bf._0x554a17,-0x116,-0x130)](_0x92a6cf);}else{logger[_0x2704f7(0x161,_0x1946bf._0x2bc41f,_0x1946bf._0x429b65,0x153)](_0x2c9b2c[_0x2704f7(0x154,0xd1,0x12e,_0x1946bf._0x1264a4)]);const _0x2c3c4d={};return _0x2c3c4d[_0x1dbc01(-0xce,-_0x1946bf._0x3f8f4c,-_0x1946bf._0x4610bb,-0xef)]=_0x2c9b2c[_0x1dbc01(-0x8e,-_0x1946bf._0x35eb9e,-_0x1946bf._0x272c18,-_0x1946bf._0x4b75f0)],_0x2c3c4d[_0x1dbc01(-0x123,-0x117,-0x17f,-_0x1946bf._0x4111e3)]=_0x2c9b2c[_0x1dbc01(-_0x1946bf._0x31a907,-0x8e,-0x15,-_0x1946bf._0x5f12d)],_0x598e85[_0x1dbc01(-_0x1946bf._0x5e2356,-_0x1946bf._0x5cb302,-0xa2,-0x22)](-0x76d*-0x1+-0x227f*-0x1+-0x27f8)[_0x1dbc01(-0x13b,-_0x1946bf._0x2e5efe,-0x19e,-_0x1946bf._0x389b59)](_0x2c3c4d);}}const _0xfb7031=tasks[_0x2704f7(0x1aa,_0x1946bf._0xdfb973,0x165,_0x1946bf._0xa71738)](_0x4a6a98);if(!_0xfb7031){const _0x3aae52={};_0x3aae52[_0x2704f7(0x16e,_0x1946bf._0x3987fd,0x11d,0x187)]=_0x4a6a98,logger[_0x2704f7(0x18d,_0x1946bf._0x586450,_0x1946bf._0x3136f3,_0x1946bf._0x537eae)](_0x2c9b2c[_0x2704f7(_0x1946bf._0x6397,_0x1946bf._0x37b9dd,_0x1946bf._0x1e8bc1,_0x1946bf._0x4af427)],_0x3aae52);const _0x170a9c={};return _0x170a9c[_0x1dbc01(-0x55,-0xc8,-_0x1946bf._0x53e5b5,-_0x1946bf._0x1b9247)]=_0x2c9b2c['BXJCL'],_0x170a9c[_0x1dbc01(-0xa3,-0x117,-_0x1946bf._0x2ae171,-0xb4)]=_0x2c9b2c[_0x1dbc01(-0xb6,-0x8c,-0x8e,-_0x1946bf._0x59ee29)],_0x598e85[_0x1dbc01(-0xb0,-_0x1946bf._0x5cb302,-_0x1946bf._0x5deac0,-_0x1946bf._0xf0011d)](0x14bc+0x1d1f+-0x304a)['json'](_0x170a9c);}if(!_0xfb7031[_0x2704f7(_0x1946bf._0x1bec6f,0x125,_0x1946bf._0x93ef,_0x1946bf._0x37b169)+'t']){const _0x4fc63f={};_0x4fc63f[_0x2704f7(_0x1946bf._0x53f78a,_0x1946bf._0x3b1a0f,0xfa,0x1cf)]=_0x4a6a98,logger[_0x2704f7(_0x1946bf._0x30e49d,_0x1946bf._0x596357,_0x1946bf._0x5470cd,_0x1946bf._0x5ba930)](_0x2c9b2c[_0x2704f7(_0x1946bf._0x228fd8,0x1a5,0x122,0x123)],_0x4fc63f);const _0x1f3364={};return _0x1f3364[_0x2704f7(0x161,0xee,0x170,0x14d)]=_0x2c9b2c[_0x2704f7(0xb9,0x94,0xdc,0x3c)],_0x1f3364['message']=_0x2c9b2c[_0x2704f7(0x1c4,_0x1946bf._0x1ab1a5,_0x1946bf._0x385919,0x216)],_0x598e85[_0x2704f7(0x1a5,0x20e,_0x1946bf._0x25e241,_0x1946bf._0x4aa37b)](0x15e+0xc85+-0xc53)['json'](_0x1f3364);}const _0x5ead9c=_0xfb7031[_0x1dbc01(-_0x1946bf._0x5426bd,-0xc5,-0x72,-0xd7)]?.[_0x1dbc01(-0x113,-_0x1946bf._0x26fca1,-_0x1946bf._0xd7c5f6,-0x15a)],_0x57b32f=await findUserById(_0x5ead9c);function _0x2704f7(_0x14c688,_0x169772,_0xc378b3,_0x3e42e2){return _0xb5b88b(_0x14c688-0x8a,_0x169772-_0x53c141._0x509333,_0x14c688- -_0x53c141._0x268bea,_0x3e42e2);}if(!_0x57b32f){const _0x3b79b5={};_0x3b79b5[_0x2704f7(0x16e,_0x1946bf._0x559305,_0x1946bf._0x596357,0x1aa)]=_0x4a6a98,_0x3b79b5[_0x1dbc01(-_0x1946bf._0x320040,-_0x1946bf._0xc71bbb,-_0x1946bf._0x402054,-0x114)]=_0x5ead9c,logger['warn'](_0x1dbc01(-_0x1946bf._0x5c1e21,-0x151,-0xea,-_0x1946bf._0x39a7b3)+_0x1dbc01(-_0x1946bf._0x465818,-_0x1946bf._0x1858be,-0x10c,-0x158),_0x3b79b5);const _0x3d12f2={};return _0x3d12f2[_0x1dbc01(-0x13e,-_0x1946bf._0x4a2458,-0x43,-0x126)]=_0x2c9b2c[_0x2704f7(0xcb,0x9b,0xc2,_0x1946bf._0x3bcb85)],_0x3d12f2[_0x1dbc01(-0xc8,-0x117,-_0x1946bf._0x4ce91e,-_0x1946bf._0x3b76e4)]=_0x2704f7(0x144,_0x1946bf._0x37b9dd,_0x1946bf._0x10f69e,_0x1946bf._0x389b59)+_0x1dbc01(-0xa1,-_0x1946bf._0x18c378,-0xa5,-0x9f),_0x598e85[_0x1dbc01(-0x104,-_0x1946bf._0x3c7d91,-_0x1946bf._0x7cbee5,-_0x1946bf._0x2f5969)](0x718+-0x1*-0x1b1+-0x738)[_0x1dbc01(-_0x1946bf._0x5604fe,-0x157,-_0x1946bf._0x30eb17,-0x170)](_0x3d12f2);}_0x279883['callingTas'+'k']=_0xfb7031,_0x279883[_0x1dbc01(-0xde,-_0x1946bf._0x5e4a17,-0x1c,-_0x1946bf._0x88b2be)]=_0x57b32f,_0x279883[_0x2704f7(_0x1946bf._0x57f4ac,0x111,0x13d,_0x1946bf._0x582fd4)+_0x2704f7(_0x1946bf._0x56a76c,0x1a5,_0x1946bf._0x49de03,0xfb)]=_0xfb7031[_0x2704f7(_0x1946bf._0x57f4ac,0x16b,_0x1946bf._0x299545,0x14a)+'t'];if(!coderConfig?.[_0x1dbc01(-_0x1946bf._0x9167f0,-0xd1,-_0x1946bf._0x4acb6b,-0xe5)+'ts']?.[_0xfb7031[_0x2704f7(_0x1946bf._0x321a7f,_0x1946bf._0x433f06,_0x1946bf._0x16add6,0x10e)+'t']]){if(_0x2c9b2c[_0x1dbc01(-_0x1946bf._0x49063a,-_0x1946bf._0x58f6ed,-_0x1946bf._0x48bf82,-_0x1946bf._0x194ebb)](_0x2c9b2c[_0x1dbc01(-_0x1946bf._0x3b76e4,-_0x1946bf._0x402054,-0xda,-_0x1946bf._0xcc888f)],_0x1dbc01(-_0x1946bf._0x5a6aa6,-0x12a,-_0x1946bf._0x3bbdb1,-0x17c))){const _0xb9b70d={};_0xb9b70d[_0x2704f7(_0x1946bf._0x138c0b,_0x1946bf._0x5801a6,0x158,_0x1946bf._0x446d1f)]=_0x4a6a98,_0xb9b70d[_0x1dbc01(-0x78,-_0x1946bf._0x3772db,-_0x1946bf._0x5221f5,-0x140)+'t']=_0xfb7031[_0x1dbc01(-0xc4,-_0x1946bf._0x3772db,-0xaa,-_0x1946bf._0x41dcb6)+'t'],logger[_0x2704f7(_0x1946bf._0x1f42dc,0x19d,_0x1946bf._0x4b5d93,_0x1946bf._0x190b4e)](_0x2c9b2c[_0x2704f7(_0x1946bf._0x3465f9,0x11c,_0x1946bf._0x2c0757,_0x1946bf._0x2ae171)],_0xb9b70d);const _0x30d682={};return _0x30d682[_0x2704f7(0x161,_0x1946bf._0x73ffc,_0x1946bf._0x2bc41f,0xf4)]=_0x2c9b2c[_0x1dbc01(-_0x1946bf._0x49d972,-_0x1946bf._0x58cda4,-_0x1946bf._0x51e5b4,-0x169)],_0x30d682[_0x1dbc01(-_0x1946bf._0x102f54,-0x117,-0x169,-0x18b)]=_0x2c9b2c['XpGsZ'],_0x598e85[_0x2704f7(0x1a5,_0x1946bf._0x2febae,_0x1946bf._0x34263c,_0x1946bf._0x33ed6c)](-0x1*-0x550+-0x1*-0x207a+0x1e*-0x135)[_0x1dbc01(-_0x1946bf._0x3d04f5,-0x157,-0x17a,-0x16a)](_0x30d682);}else{const _0x5c8a72={};return _0x5c8a72[_0x1dbc01(-_0x1946bf._0x35eb9e,-0xc8,-0xd3,-_0x1946bf._0x163f70)]=_0x2c9b2c[_0x2704f7(0xb9,_0x1946bf._0x5801a6,_0x1946bf._0x3adb49,_0x1946bf._0x5e430)],_0x5c8a72[_0x1dbc01(-0xdd,-_0x1946bf._0x5960ba,-_0x1946bf._0xfc5b59,-0x145)]=_0x2c9b2c['LrNrD'],_0x17016c[_0x2704f7(_0x1946bf._0x3136f3,_0x1946bf._0x4470f7,0x1b8,0x1f3)](0x304+0x1975+-0x1ae9)['json'](_0x5c8a72);}}_0x279883[_0x1dbc01(-0x5b,-_0x1946bf._0x515a6c,-_0x1946bf._0x2795c4,-0x152)+_0x1dbc01(-0xc0,-0xa3,-0x45,-_0x1946bf._0x34a147)]=coderConfig[_0x2704f7(0x158,_0x1946bf._0x54c9fa,_0x1946bf._0x43e781,_0x1946bf._0x58cebb)+'ts'][_0xfb7031['environmen'+'t']],_0x279883[_0x1dbc01(-0xf5,-_0x1946bf._0x2ec9c9,-0xef,-0x13a)+_0x2704f7(0xea,0x10b,_0x1946bf._0x31a907,0x167)]=_0x168e38[_0x2704f7(_0x1946bf._0x1eb1be,_0x1946bf._0x3d1704,_0x1946bf._0x153b48,_0x1946bf._0xff9980)](setupPath,_0x2c9b2c['FdTWZ'],_0xfb7031[_0x2704f7(_0x1946bf._0x321a7f,0x124,0x1b3,0xfa)+'t']),_0x2c9b2c['wEKja'](_0x2626e9);}function requireInstructionsPermission(_0x310b07,_0x42d1f5,_0x1cc8b9){const _0x179b91={_0x4e141e:0x25e,_0x45f076:0x336,_0x5f2b74:0x26c,_0x6dd13:0x25d,_0x503884:0x240,_0x54fd15:0x27f,_0x4c1cf9:0x25b,_0x5db94f:0x2b2,_0x512ef3:0x20d,_0x4975ea:0x258,_0x504dca:0x2c3,_0x275593:0x2c9,_0x771ed7:0x305,_0xb3df3e:0x347,_0x14a2e1:0x16b,_0x159b15:0x41d,_0x4498df:0x36f,_0x1427cf:0x383,_0xebc84d:0x390,_0x1bdf78:0x384,_0x1e132d:0x28c,_0x379fde:0x22b,_0x5370b2:0x3f1,_0x2ffd6b:0x2f1,_0x25ae12:0x2be,_0x386dd5:0x33a,_0x318634:0x2ee,_0x5234c0:0x2c5,_0x472b98:0x295,_0x52f54e:0x255,_0xf4a320:0x392,_0x3b766e:0x464,_0x25d58f:0x3e2,_0x5cc26f:0x213,_0x19de6a:0x1fb,_0x32df60:0x2bc,_0x46fa10:0x339,_0x3b8323:0x35f,_0x27bb2b:0x3da,_0x1787e6:0x3b1,_0x125f9e:0x406,_0x4ab964:0x355,_0xfef402:0x3b7,_0x4c4ac4:0x265,_0x100d88:0x288,_0x130652:0x298,_0x5e462e:0x1e4,_0xf7a87f:0x1ae,_0x33cf7b:0x239,_0x3fc95d:0x1d8,_0x67e63:0x27a,_0xc19624:0x1f5,_0xa825c2:0x22e,_0x15a612:0x363,_0x5b6232:0x2aa,_0x5f1df6:0x321,_0x22d818:0x204,_0x33e343:0x1f6,_0x5a3c3c:0x1e8,_0x277dd0:0x31f,_0x2d0fd4:0x2b5,_0x93e1e8:0x2c5,_0x3f0a8c:0x26b,_0x5c6a37:0x22f,_0x11f2b8:0x1b9,_0xc9e3a7:0x1bb,_0x3ffe85:0x3b7,_0x2bfe31:0x3ce,_0x4c6214:0x292,_0x693df8:0x247,_0x1b84b2:0x2b0,_0x2324bd:0x2da,_0x2e917c:0x3bb,_0x334f00:0x3a5,_0x5c663e:0x24d,_0xd8da4a:0x32c,_0x729f86:0x35f,_0x4cfa9d:0x378,_0x469a40:0x329,_0x280dd5:0x3ab,_0x3ba67d:0x3ae,_0xac71a9:0x208,_0x29dc23:0x1ba,_0x39b3f1:0x30b,_0x14e3f2:0x2bb,_0x216351:0x218,_0x40ba80:0x164,_0x1feb82:0x197,_0x2bd46a:0x22d,_0x3893a3:0x1de,_0x5a2d9a:0x202,_0x35e79f:0x1b8,_0x4a019c:0x239,_0x105d46:0x353,_0x390d0b:0x258,_0x2b8006:0x2db,_0xb098ff:0x34c,_0x20303b:0x3eb,_0x2cb0aa:0x3b2,_0x8675e0:0x27d},_0x4b3a37={_0x4af629:0x169},_0x69a065={_0x3c5e77:0x9f,_0xe70d65:0x79};function _0x3bb09c(_0x648ee0,_0x56df00,_0x5d775a,_0x593933){return _0xb5b88b(_0x648ee0-_0x69a065._0x3c5e77,_0x56df00-_0x69a065._0xe70d65,_0x5d775a- -0x8d,_0x593933);}const _0x30ea1f={'EYfWc':function(_0x32945a,_0xfd4ea){return _0x32945a===_0xfd4ea;},'RcmpH':_0x3bb09c(0x25a,0x237,_0x179b91._0x4e141e,0x290)+'list\x20templ'+_0x3bb09c(0x25e,_0x179b91._0x45f076,0x2bb,_0x179b91._0x5f2b74),'gTvFn':_0x3bb09c(_0x179b91._0x6dd13,_0x179b91._0x503884,_0x179b91._0x54fd15,0x271)+'ts:instruc'+_0x3bb09c(0x2ff,_0x179b91._0x4c1cf9,_0x179b91._0x5db94f,0x2c2),'XGcNE':function(_0x51b0ae,_0x3e57e0){return _0x51b0ae===_0x3e57e0;},'hHGvt':'EpnfJ','AlXeR':_0x3bb09c(_0x179b91._0x512ef3,0x2c0,_0x179b91._0x4975ea,_0x179b91._0x504dca)+_0x422b07(_0x179b91._0x275593,0x372,_0x179b91._0x771ed7,_0x179b91._0xb3df3e)+_0x3bb09c(0x1de,0x216,0x1de,_0x179b91._0x14a2e1)+_0x422b07(_0x179b91._0x159b15,0x3c8,0x3f5,0x399)+_0x422b07(_0x179b91._0x4498df,_0x179b91._0x1427cf,0x29f,0x31d),'BHBtP':function(_0x5e077f){return _0x5e077f();}};function _0x422b07(_0x302eef,_0x1daee8,_0x541d1b,_0x202fd4){return _0xb5b88b(_0x302eef-_0x4b3a37._0x4af629,_0x1daee8-0x11b,_0x202fd4-0x99,_0x541d1b);}if(!userHasPermission(_0x310b07[_0x422b07(_0x179b91._0xebc84d,_0x179b91._0x1bdf78,0x38c,0x3e2)],_0x30ea1f[_0x3bb09c(_0x179b91._0x1e132d,_0x179b91._0x379fde,0x245,_0x179b91._0x379fde)])){if(_0x30ea1f[_0x422b07(0x400,0x3ee,0x40a,_0x179b91._0x5370b2)](_0x3bb09c(0x2bd,_0x179b91._0x2ffd6b,_0x179b91._0x25ae12,_0x179b91._0x386dd5),_0x30ea1f[_0x3bb09c(_0x179b91._0x318634,0x262,0x2cd,_0x179b91._0x5234c0)])){const _0x244afd={};_0x244afd['taskId']=_0x310b07['callingTas'+'k'][_0x3bb09c(0x2eb,0x212,_0x179b91._0x472b98,_0x179b91._0x52f54e)],_0x244afd['userId']=_0x310b07[_0x422b07(0x365,_0x179b91._0xf4a320,_0x179b91._0x3b766e,_0x179b91._0x25d58f)]['id'],_0x244afd[_0x3bb09c(0x1d3,0x1c4,_0x179b91._0x5cc26f,_0x179b91._0x19de6a)]=_0x310b07[_0x3bb09c(0x2dc,0x247,_0x179b91._0x32df60,0x2b9)][_0x422b07(0x316,0x351,0x2f8,_0x179b91._0x46fa10)],logger[_0x422b07(0x3cb,0x417,_0x179b91._0x3b8323,_0x179b91._0x27bb2b)](_0x30ea1f[_0x422b07(_0x179b91._0x1787e6,_0x179b91._0x125f9e,_0x179b91._0x4ab964,_0x179b91._0xfef402)],_0x244afd);const _0x3ef897={};return _0x3ef897[_0x3bb09c(0x230,_0x179b91._0x4c4ac4,_0x179b91._0x100d88,_0x179b91._0x130652)]=_0x3bb09c(0x192,_0x179b91._0x5e462e,0x205,_0x179b91._0xf7a87f),_0x3ef897[_0x3bb09c(0x250,0x2a8,_0x179b91._0x33cf7b,0x244)]=_0x3bb09c(0x26b,_0x179b91._0x3fc95d,0x204,_0x179b91._0x67e63)+_0x3bb09c(0x28c,0x1b6,0x20c,0x27d)+_0x3bb09c(0x278,0x24c,_0x179b91._0xc19624,_0x179b91._0xa825c2)+'to\x20update\x20'+_0x422b07(_0x179b91._0x4ab964,0x3f0,0x361,0x3a5)+_0x422b07(0x314,_0x179b91._0x15a612,_0x179b91._0x5b6232,_0x179b91._0x5f1df6)+_0x3bb09c(_0x179b91._0x22d818,0x1c3,_0x179b91._0x33e343,_0x179b91._0x5a3c3c),_0x42d1f5['status'](0x934+0x45*-0x26+-0xdf*-0x3)[_0x422b07(0x344,0x319,_0x179b91._0x46fa10,_0x179b91._0x277dd0)](_0x3ef897);}else{if(_0x30ea1f[_0x3bb09c(_0x179b91._0x2d0fd4,_0x179b91._0x93e1e8,0x29c,_0x179b91._0x3f0a8c)](_0x59808b[_0x3bb09c(0x204,0x202,_0x179b91._0x5c6a37,_0x179b91._0x11f2b8)],_0x3bb09c(0x201,_0x179b91._0xc9e3a7,0x23e,0x1e3))){const _0x5660ca={};_0x5660ca[_0x422b07(_0x179b91._0x3ffe85,0x36c,_0x179b91._0x2bfe31,0x359)]=[],_0x5660ca[_0x3bb09c(_0x179b91._0x4c6214,_0x179b91._0x693df8,_0x179b91._0x54fd15,0x2d1)+'t']=_0x497e34,_0x1915ef[_0x422b07(_0x179b91._0x1b84b2,_0x179b91._0x2324bd,_0x179b91._0xf4a320,0x31f)](_0x5660ca);}else{const _0x274122={};_0x274122[_0x422b07(0x3c2,0x366,0x363,_0x179b91._0x2e917c)]=_0x59f8dd['taskId'],_0x274122[_0x422b07(0x320,0x3c9,0x3c3,_0x179b91._0x334f00)+'t']=_0x5538f0,_0x274122[_0x3bb09c(0x22f,_0x179b91._0x5c663e,0x288,0x27b)]=_0xd080a3[_0x422b07(0x329,0x393,_0x179b91._0xd8da4a,_0x179b91._0x729f86)],_0x2342cb[_0x422b07(_0x179b91._0x4cfa9d,_0x179b91._0x469a40,_0x179b91._0x280dd5,_0x179b91._0x3ba67d)]('Failed\x20to\x20'+_0x3bb09c(0x229,_0x179b91._0xac71a9,0x234,_0x179b91._0x29dc23)+_0x3bb09c(0x271,_0x179b91._0x39b3f1,_0x179b91._0x14e3f2,0x245),_0x274122);const _0x4505f6={};_0x4505f6[_0x3bb09c(0x20c,0x2d6,0x288,0x22c)]=_0x3bb09c(_0x179b91._0x216351,_0x179b91._0x40ba80,0x1e5,_0x179b91._0x1feb82)+_0x3bb09c(_0x179b91._0x2bd46a,_0x179b91._0x3893a3,_0x179b91._0x5a2d9a,0x1f0)+'r',_0x4505f6[_0x3bb09c(_0x179b91._0x35e79f,0x269,_0x179b91._0x4a019c,0x23d)]=_0x30ea1f[_0x3bb09c(_0x179b91._0x105d46,_0x179b91._0x390d0b,_0x179b91._0x2b8006,_0x179b91._0xb098ff)],_0x2a404d[_0x422b07(_0x179b91._0x20303b,_0x179b91._0x2cb0aa,0x3da,0x3f2)](-0x2a9+-0x18f0+0x1d8d)[_0x3bb09c(_0x179b91._0x8675e0,0x1ef,0x1f9,0x1eb)](_0x4505f6);}}}_0x30ea1f['BHBtP'](_0x1cc8b9);}function requireTemplatesPermission(_0x3aca69,_0x4cca4d,_0x17f3a9){const _0x786c7d={_0x1a9d27:0x306,_0x59385e:0x366,_0x599734:0x2f9,_0xf06dc0:0x30d,_0x119725:0x3f9,_0x5396b2:0x374,_0x322e2d:0x375,_0x294e96:0x2e6,_0xa262df:0x2ea,_0x1f68e1:0x279,_0xf0ec1:0x28f,_0x413fae:0x258,_0x2e3083:0x29e,_0x9cf7ab:0x1f5,_0x1d459a:0x234,_0x3976c2:0x3c0,_0x3bb95e:0x3e5,_0x494661:0x250,_0x52ff1a:0x1ce,_0x23cf1b:0x2a1,_0x548e80:0x344,_0x1a1a4e:0x2cf,_0x1a2033:0x317,_0x37ac16:0x2e8,_0x315377:0x3b8,_0x19b3e6:0x3ba,_0x5082b9:0x339,_0xb3f65f:0x386,_0x4d67d9:0x3b0,_0xff587b:0x3dc,_0x900007:0x44a,_0x5e114f:0x32c,_0x1760ac:0x309,_0x12050d:0x2cb,_0x492033:0x276,_0x45629d:0x28f,_0x1dd5a6:0x24d,_0x1f437e:0x2b5,_0x372068:0x310,_0x3f5f88:0x2f9,_0x197b63:0x25f,_0x380a9f:0x214,_0x5e6ff9:0x28d,_0x3e12a1:0x383,_0x5b0947:0x308,_0xf3435d:0x343,_0x541f6e:0x2f7,_0x1d00b2:0x359,_0x34aadb:0x36a,_0x13a713:0x3d0},_0x5e3b63={_0xd199de:0x9b,_0x3f60b5:0x25,_0x17ea16:0x77},_0x29e077={_0x4a3db6:0x50};function _0x55f58c(_0x4c04bd,_0x3230f5,_0x1b25d3,_0x21c943){return _0xb5b88b(_0x4c04bd-0x1c2,_0x3230f5-0x142,_0x4c04bd- -_0x29e077._0x4a3db6,_0x21c943);}function _0x2456fc(_0x14fc67,_0x197013,_0x565b65,_0x3d733d){return _0xb5b88b(_0x14fc67-_0x5e3b63._0xd199de,_0x197013-_0x5e3b63._0x3f60b5,_0x197013-_0x5e3b63._0x17ea16,_0x565b65);}const _0xd7dba8={'DOsGU':function(_0x7076ed,_0xa351d2,_0x42b1a9){return _0x7076ed(_0xa351d2,_0x42b1a9);},'ObOgU':_0x2456fc(_0x786c7d._0x1a9d27,0x383,0x369,0x351)+'ts:templat'+'es'};if(!_0xd7dba8[_0x2456fc(_0x786c7d._0x59385e,0x3de,0x375,0x357)](userHasPermission,_0x3aca69[_0x55f58c(_0x786c7d._0x599734,0x375,0x35d,_0x786c7d._0xf06dc0)],_0xd7dba8[_0x2456fc(_0x786c7d._0x119725,_0x786c7d._0x5396b2,_0x786c7d._0x322e2d,0x3d8)])){const _0x9e9e49={};_0x9e9e49['taskId']=_0x3aca69[_0x55f58c(_0x786c7d._0x294e96,0x276,_0x786c7d._0xa262df,_0x786c7d._0x1f68e1)+'k'][_0x55f58c(0x2d2,0x312,0x314,_0x786c7d._0xf0ec1)],_0x9e9e49[_0x55f58c(_0x786c7d._0x413fae,_0x786c7d._0x2e3083,_0x786c7d._0x9cf7ab,_0x786c7d._0x1d459a)]=_0x3aca69[_0x2456fc(0x443,_0x786c7d._0x3976c2,0x3f1,_0x786c7d._0x3bb95e)]['id'],_0x9e9e49[_0x55f58c(_0x786c7d._0x494661,_0x786c7d._0x52ff1a,_0x786c7d._0x23cf1b,_0x786c7d._0x494661)]=_0x3aca69[_0x2456fc(0x3cb,0x3c0,_0x786c7d._0x548e80,0x3c5)][_0x2456fc(_0x786c7d._0x1a1a4e,_0x786c7d._0x1a2033,_0x786c7d._0x37ac16,0x383)],logger[_0x2456fc(0x400,_0x786c7d._0x315377,_0x786c7d._0x19b3e6,0x3aa)]('User\x20lacks'+_0x2456fc(0x2b1,0x325,0x336,_0x786c7d._0x5082b9)+'nts:templa'+_0x2456fc(0x3f6,_0x786c7d._0xb3f65f,_0x786c7d._0x4d67d9,_0x786c7d._0xff587b)+_0x2456fc(_0x786c7d._0x900007,0x3c3,0x417,0x368),_0x9e9e49);const _0x24b98c={};return _0x24b98c[_0x55f58c(0x2c5,0x338,0x2ce,0x2f0)]=_0x2456fc(_0x786c7d._0x5e114f,_0x786c7d._0x1760ac,0x347,_0x786c7d._0x12050d),_0x24b98c[_0x55f58c(_0x786c7d._0x492033,_0x786c7d._0x45629d,0x2e7,0x247)]=_0x55f58c(0x241,_0x786c7d._0x1dd5a6,_0x786c7d._0x1f437e,0x1f7)+_0x2456fc(0x2bd,_0x786c7d._0x372068,0x320,_0x786c7d._0x1a9d27)+_0x2456fc(0x2c2,_0x786c7d._0x3f5f88,0x273,0x303)+_0x55f58c(_0x786c7d._0x197b63,_0x786c7d._0x380a9f,_0x786c7d._0x5e6ff9,0x1fc)+_0x2456fc(0x32d,_0x786c7d._0x3e12a1,_0x786c7d._0x5b0947,_0x786c7d._0xf3435d)+_0x55f58c(_0x786c7d._0x541f6e,_0x786c7d._0x1d00b2,0x365,0x37a)+'s',_0x4cca4d[_0x2456fc(_0x786c7d._0x34aadb,_0x786c7d._0x13a713,0x392,0x43f)](0xa*0xef+-0x374+-0x44f)['json'](_0x24b98c);}_0x17f3a9();}router[_0xb5b88b(0x31e,0x33e,0x35e,0x3d3)](_0x27103e(0x291,0x223,0x26a,0x21c)+_0x27103e(0x1ac,0x22a,0x17e,0x1f6),requireTaskAuth,requireInstructionsPermission,async(_0x268eeb,_0x143f63)=>{const _0x4d60ce={_0x3539db:0x17a,_0x5b5fc9:0x259,_0x36aeef:0x28c,_0x5788f0:0x2a4,_0xf7f7a5:0x16b,_0x141610:0x1f1,_0x3cbe60:0x1a5,_0x242a2b:0x1db,_0x2b0594:0x27a,_0x8d5e73:0x2ab,_0x1dee57:0x2c7,_0x41d4ba:0x156,_0x20abdd:0x129,_0x325be3:0x1a9,_0xa0fbd:0x2e9,_0x4cf215:0x235,_0x9c8597:0x28f,_0x4e810e:0x2d9,_0x296cee:0x304,_0x29ac94:0x2c1,_0x1c5597:0x2cd,_0x216381:0x2dd,_0x1b4223:0x27f,_0x5cbe71:0xc4,_0x175ad8:0xde,_0x360424:0x6a,_0x354240:0x250,_0xc90d29:0x25a,_0x5b3c02:0x270,_0x4394e3:0x2b7,_0x430130:0x37a,_0x161f07:0x2fe,_0x718a5a:0x311,_0x5ba92b:0x18e,_0x3b89a3:0x18f,_0x3221aa:0x186,_0x57ea8e:0x310,_0x545cdc:0x2b0,_0x58b452:0x1b7,_0x1e655a:0x1de,_0x40cbe5:0x2d1,_0x5c57aa:0x29c,_0x3f5f26:0x2de,_0x5edd2f:0x222,_0x3ef9ee:0x296,_0x15c83a:0x11d,_0x5c98fc:0xe6,_0x504546:0xf6,_0x241d54:0x277,_0x250d0b:0x333,_0x54c86c:0x343,_0xd88ba6:0x2c4,_0x24392e:0x17a,_0x9b0c48:0x15d,_0x36f3d5:0x146,_0x448d9b:0x24f,_0xc41122:0x19d,_0x4a9561:0x145,_0x162e1f:0x166,_0x2c298e:0x163,_0x47b253:0xf4,_0x5eef10:0x197,_0x2e4ea1:0xf4,_0x10f2bb:0x162,_0x7d7ca9:0xa5,_0x6122d1:0xc5,_0x14d80b:0x2ba,_0x8d2457:0x152,_0x45c631:0x1c3,_0x305175:0x2c8,_0x5c74c8:0x2f4,_0x1f3a64:0x2fe,_0x15c4f0:0x319,_0x2d412c:0x128,_0x358b6e:0x1ac,_0x12831e:0x26d,_0x5244bc:0x2f1,_0x48d0ad:0x292,_0x967b11:0x30b,_0x1dc839:0x2a2,_0x533f56:0x123,_0x3fcc93:0x264,_0x2d66ab:0x2e6,_0x228048:0xfd,_0x5893b0:0x115,_0x3a4cb2:0x171,_0x31c395:0x329,_0x15a1fe:0x291,_0x417891:0x2c7,_0x276da7:0x106,_0xd8e629:0x3ad,_0x1197ab:0x157,_0x92b451:0x22c,_0x41e579:0x111,_0x350ad4:0x2f0,_0x273e0d:0x29f,_0x3cc9f1:0x22a,_0x25714a:0x27e,_0x16ebf5:0x325,_0x5aa24a:0x26f,_0x4bc1e1:0x2cc,_0x59961b:0x2fd,_0x2f8158:0x14c,_0x5ea4ea:0x178,_0x1eb8cb:0x171,_0x52606d:0x1eb,_0x45f88b:0xac,_0x4450cb:0xc0,_0x18f23c:0x21b,_0x3f8837:0x262,_0xb9aa6f:0x308,_0xed479e:0x35d,_0x2bb206:0x2ad,_0x1ad178:0x2fe,_0x58fe62:0x341,_0x4ce627:0x2e8,_0x381ae3:0x26c,_0x5283c5:0x2cc,_0x3558d5:0x2f1,_0x88b9e3:0x11f,_0x75326e:0x188,_0x42a9cb:0xaf,_0x30198d:0x242,_0x1ce3ec:0x277,_0x17e00e:0x29a,_0x256ab1:0x115,_0x5c9b2a:0x95,_0x474a80:0x2e1,_0x3a0a2d:0x2f8,_0xb55ac7:0x37a},_0x28ef4b={_0x5d3600:0x1d7},_0x500904={};_0x500904[_0x13ec69(-_0x4d60ce._0x3539db,-0x1d3,-0x106,-0x1fa)]=_0x51e110(0x32e,_0x4d60ce._0x5b5fc9,0x283,0x2a8),_0x500904[_0x51e110(0x290,_0x4d60ce._0x36aeef,_0x4d60ce._0x5788f0,0x2f6)]=function(_0x1a5009,_0x58a5b3){return _0x1a5009===_0x58a5b3;},_0x500904[_0x13ec69(-_0x4d60ce._0xf7f7a5,-0x18e,-_0x4d60ce._0x141610,-0x155)]='Internal\x20S'+_0x13ec69(-_0x4d60ce._0x3cbe60,-0x192,-_0x4d60ce._0x242a2b,-0x127)+'r',_0x500904['sIFSL']=_0x51e110(0x271,_0x4d60ce._0x2b0594,_0x4d60ce._0x8d5e73,_0x4d60ce._0x1dee57)+_0x13ec69(-_0x4d60ce._0x41d4ba,-_0x4d60ce._0x20abdd,-_0x4d60ce._0x325be3,-0xd7)+'uctions\x20fi'+'le';function _0x51e110(_0x4b8735,_0x58db52,_0x24efc1,_0x191a96){return _0x27103e(_0x4b8735-0x1cb,_0x58db52-_0x28ef4b._0x5d3600,_0x58db52,_0x191a96-0x11f);}_0x500904[_0x51e110(0x2f7,_0x4d60ce._0xa0fbd,0x3b5,0x34b)]=function(_0x4a4071,_0x38666c){return _0x4a4071!==_0x38666c;},_0x500904[_0x51e110(_0x4d60ce._0x4cf215,0x21a,_0x4d60ce._0x9c8597,0x273)]=_0x51e110(_0x4d60ce._0x4e810e,0x354,_0x4d60ce._0x296cee,0x2e7),_0x500904['wUCFm']=_0x51e110(0x268,_0x4d60ce._0x29ac94,_0x4d60ce._0x1c5597,_0x4d60ce._0x216381),_0x500904[_0x51e110(_0x4d60ce._0x1b4223,0x30f,0x34f,0x2e0)]=_0x13ec69(-_0x4d60ce._0x5cbe71,-_0x4d60ce._0x175ad8,-0x82,-_0x4d60ce._0x360424),_0x500904[_0x51e110(_0x4d60ce._0x354240,0x224,_0x4d60ce._0xc90d29,_0x4d60ce._0x5b3c02)]='mSfgX';const _0x3f6966=_0x500904,{callingTask:_0x81571a,environmentName:_0x13fe37,environmentPath:_0x1b4b9f}=_0x268eeb,_0x3b7225={};function _0x13ec69(_0x542880,_0x35b912,_0x586fe3,_0x1cb440){return _0x27103e(_0x542880-0x43,_0x35b912-0x154,_0x586fe3,_0x542880- -0x2f1);}_0x3b7225[_0x51e110(_0x4d60ce._0x4394e3,_0x4d60ce._0x430130,0x279,_0x4d60ce._0x161f07)]=_0x81571a['taskId'],_0x3b7225[_0x51e110(0x2b8,0x2df,_0x4d60ce._0x718a5a,0x2e8)+'t']=_0x13fe37,logger[_0x13ec69(-_0x4d60ce._0x5ba92b,-0x1d5,-0x1a3,-_0x4d60ce._0x3b89a3)](_0x13ec69(-0x16a,-0x17a,-_0x4d60ce._0x3221aa,-0x1be)+_0x51e110(_0x4d60ce._0x57ea8e,_0x4d60ce._0x545cdc,0x27d,0x2f9)+_0x13ec69(-0x1af,-_0x4d60ce._0x58b452,-0x1b5,-_0x4d60ce._0x1e655a)+_0x51e110(_0x4d60ce._0x40cbe5,_0x4d60ce._0x57ea8e,0x295,0x2bc),_0x3b7225);const _0xd64b4f=_0x168e38[_0x51e110(0x2de,0x238,_0x4d60ce._0x5c57aa,_0x4d60ce._0x5b5fc9)](_0x1b4b9f,_0x3f6966[_0x51e110(0x237,_0x4d60ce._0x3f5f26,_0x4d60ce._0x5edd2f,_0x4d60ce._0x3ef9ee)]);try{const _0x5d5aab=await _0x2e7821[_0x13ec69(-0x11b,-0x163,-0x10a,-_0x4d60ce._0x15c83a)](_0xd64b4f,'utf-8'),_0x5bd47f={};_0x5bd47f[_0x13ec69(-0x166,-_0x4d60ce._0x5c98fc,-_0x4d60ce._0x504546,-0x123)]=_0x5d5aab,_0x5bd47f[_0x51e110(0x34d,_0x4d60ce._0x36aeef,_0x4d60ce._0x241d54,0x2e8)+'t']=_0x13fe37,_0x5bd47f[_0x51e110(_0x4d60ce._0x250d0b,_0x4d60ce._0x54c86c,0x2e2,_0x4d60ce._0xd88ba6)]=_0x3f6966[_0x13ec69(-_0x4d60ce._0x24392e,-_0x4d60ce._0x9b0c48,-_0x4d60ce._0x36f3d5,-0x16f)],_0x143f63[_0x51e110(_0x4d60ce._0x448d9b,0x2c2,0x2d7,0x262)](_0x5bd47f);}catch(_0x5d555a){if(_0x3f6966['jSvTw'](_0x3f6966[_0x13ec69(-_0x4d60ce._0xc41122,-_0x4d60ce._0x4a9561,-0x194,-0x194)],_0x3f6966['wUCFm'])){if(_0x3f6966['KNndA'](_0x5d555a['code'],'ENOENT')){const _0x1aec21={};_0x1aec21[_0x13ec69(-_0x4d60ce._0x162e1f,-_0x4d60ce._0x2c298e,-0x156,-_0x4d60ce._0x47b253)]='',_0x1aec21['environmen'+'t']=_0x13fe37,_0x1aec21[_0x13ec69(-0x14c,-0x187,-_0x4d60ce._0x5eef10,-_0x4d60ce._0x2e4ea1)]=_0x3f6966['MTUNu'],_0x1aec21[_0x13ec69(-0xf2,-0xe2,-_0x4d60ce._0x10f2bb,-_0x4d60ce._0x7d7ca9)]=![],_0x143f63[_0x51e110(0x2a9,0x2ce,0x27b,0x262)](_0x1aec21);}else{if(_0x3f6966[_0x13ec69(-_0x4d60ce._0x6122d1,-0x79,-0x44,-0x123)](_0x3f6966[_0x51e110(0x290,_0x4d60ce._0xc90d29,_0x4d60ce._0x14d80b,0x2e0)],_0x3f6966[_0x13ec69(-0x1a0,-0x207,-_0x4d60ce._0x8d2457,-_0x4d60ce._0x45c631)])){const _0x5115bd={};_0x5115bd[_0x51e110(_0x4d60ce._0x5788f0,_0x4d60ce._0x305175,_0x4d60ce._0x5c74c8,_0x4d60ce._0x1f3a64)]=_0x81571a[_0x51e110(0x29b,0x2be,_0x4d60ce._0x15c4f0,_0x4d60ce._0x161f07)],_0x5115bd[_0x13ec69(-_0x4d60ce._0x2d412c,-_0x4d60ce._0x358b6e,-0x133,-_0x4d60ce._0x20abdd)+'t']=_0x13fe37,_0x5115bd[_0x51e110(0x293,0x289,_0x4d60ce._0x12831e,_0x4d60ce._0x5244bc)]=_0x5d555a[_0x51e110(_0x4d60ce._0x48d0ad,0x303,_0x4d60ce._0x967b11,_0x4d60ce._0x1dc839)],logger[_0x13ec69(-0x11f,-_0x4d60ce._0x533f56,-0x146,-0x98)](_0x51e110(_0x4d60ce._0x3fcc93,0x251,_0x4d60ce._0x2d66ab,0x2c7)+_0x13ec69(-0x176,-0x17a,-0x15e,-_0x4d60ce._0x228048)+_0x13ec69(-_0x4d60ce._0x5893b0,-0xe0,-0x8f,-0xa5),_0x5115bd);const _0x5f442d={};_0x5f442d['error']=_0x51e110(0x26b,0x2be,0x262,0x24e)+_0x13ec69(-_0x4d60ce._0x3cbe60,-_0x4d60ce._0x3a4cb2,-0x137,-0x1b3)+'r',_0x5f442d[_0x51e110(0x2d9,_0x4d60ce._0x31c395,0x28e,0x2a2)]=_0x51e110(_0x4d60ce._0x15a1fe,0x24d,0x34e,_0x4d60ce._0x417891)+'read\x20instr'+_0x13ec69(-_0x4d60ce._0x276da7,-0x119,-0x94,-0x108)+'le',_0x143f63[_0x51e110(0x2ea,0x37d,_0x4d60ce._0xd8e629,0x335)](-0x775*0x2+-0xee*-0x3+0x22*0x6a)[_0x13ec69(-0x1ae,-0x12e,-0x166,-_0x4d60ce._0x1197ab)](_0x5f442d);}else{const _0x2ea74f={};_0x2ea74f[_0x51e110(_0x4d60ce._0x92b451,0x2e9,0x22f,0x2aa)]='',_0x2ea74f[_0x13ec69(-0x128,-0x100,-_0x4d60ce._0x41e579,-0x17d)+'t']=_0x584a85,_0x2ea74f[_0x51e110(0x2d8,0x2c6,_0x4d60ce._0x350ad4,0x2c4)]=_0x3f6966[_0x51e110(_0x4d60ce._0x273e0d,_0x4d60ce._0x3cc9f1,_0x4d60ce._0x350ad4,0x296)],_0x2ea74f['exists']=![],_0xf4079c['json'](_0x2ea74f);}}}else{if(_0x3f6966['KNndA'](_0x120908[_0x13ec69(-0x178,-0x143,-0x1c3,-0x193)],'ENOENT')){const _0x1bd798={};_0x1bd798[_0x51e110(_0x4d60ce._0x25714a,_0x4d60ce._0x16ebf5,_0x4d60ce._0x5aa24a,0x2aa)]='',_0x1bd798[_0x51e110(_0x4d60ce._0x4bc1e1,_0x4d60ce._0x59961b,0x265,0x2e8)+'t']=_0x1fced7,_0x1bd798[_0x13ec69(-_0x4d60ce._0x2f8158,-_0x4d60ce._0x5ea4ea,-0x11a,-0x1cc)]=_0x3f6966[_0x13ec69(-0x17a,-_0x4d60ce._0x1eb8cb,-0x137,-_0x4d60ce._0x52606d)],_0x1bd798[_0x13ec69(-0xf2,-0x7a,-_0x4d60ce._0x45f88b,-_0x4d60ce._0x4450cb)]=![],_0x58415b[_0x51e110(0x255,0x2c3,_0x4d60ce._0x18f23c,_0x4d60ce._0x3f8837)](_0x1bd798);}else{const _0x4d37c8={};_0x4d37c8[_0x51e110(0x31f,_0x4d60ce._0xb9aa6f,_0x4d60ce._0xed479e,0x2fe)]=_0x2d9346[_0x51e110(0x31c,0x300,_0x4d60ce._0x2bb206,_0x4d60ce._0x1ad178)],_0x4d37c8[_0x51e110(0x272,_0x4d60ce._0x58fe62,0x2bf,_0x4d60ce._0x4ce627)+'t']=_0x4e2d21,_0x4d37c8[_0x51e110(_0x4d60ce._0x381ae3,_0x4d60ce._0x5283c5,0x327,_0x4d60ce._0x3558d5)]=_0x3a87f9['message'],_0x38a847[_0x13ec69(-_0x4d60ce._0x88b9e3,-0x121,-_0x4d60ce._0x75326e,-_0x4d60ce._0x42a9cb)](_0x51e110(0x264,_0x4d60ce._0x30198d,_0x4d60ce._0x1ce3ec,_0x4d60ce._0x417891)+_0x51e110(0x2a6,0x21c,0x27b,_0x4d60ce._0x17e00e)+_0x13ec69(-_0x4d60ce._0x256ab1,-_0x4d60ce._0x5c9b2a,-0xa3,-0xf2),_0x4d37c8);const _0x561986={};_0x561986['error']=_0x3f6966[_0x51e110(0x2cb,0x224,0x2aa,0x2a5)],_0x561986[_0x13ec69(-0x16e,-0x121,-0xed,-0x1e4)]=_0x3f6966[_0x51e110(_0x4d60ce._0x474a80,_0x4d60ce._0x3a0a2d,0x21d,0x28d)],_0x15645f[_0x51e110(_0x4d60ce._0xb55ac7,0x2ca,0x3b7,0x335)](0x12*0x189+0x1ff*-0x11+0x841)['json'](_0x561986);}}}}),router[_0x27103e(0x1c9,0x142,0x198,0x1ad)](_0x27103e(0x1f7,0x232,0x1da,0x21c)+_0x27103e(0x1fd,0x195,0x1a5,0x1f6),requireTaskAuth,requireInstructionsPermission,async(_0x5292fc,_0x340bf6)=>{const _0x13b8ec={_0xd087bd:0x32a,_0x44b64b:0x32f,_0x4908c0:0x2e4,_0x5cad8a:0x286,_0x1378f1:0x2be,_0x5cc66d:0x367,_0x324640:0x320,_0x53c273:0x2e5,_0x4c6a03:0x281,_0x57ddd9:0x325,_0x364768:0x319,_0x4c5990:0x239,_0x6d7402:0x2bc,_0xed7fd2:0x270,_0x5f3086:0x29e,_0x14bd07:0x34b,_0x2c18e8:0x317,_0x4d8341:0x331,_0x1c02f9:0x2db,_0x39ac8f:0x2a3,_0x48c5c5:0x25e,_0x1e5415:0x2d5,_0x2bb929:0x29a,_0x5f3b9c:0x2c6,_0x1c6fb9:0x268,_0x531ac9:0x2b8,_0x4dd3c7:0x2ee,_0x19310b:0x2b0,_0x12149e:0x2b7,_0x543905:0x372,_0x5635f6:0x3ad,_0x1567a7:0x327,_0xe28ef2:0x299,_0x547140:0x2a8,_0x2eea2d:0x241,_0x5ea352:0x25f,_0x26cdb5:0x24e,_0x21650b:0x2fe,_0x2afb67:0x398,_0xa0c7ab:0x312,_0xd30de9:0x323,_0x1efcfa:0x357,_0x4cbd54:0x2d0,_0x2cd7ed:0x30e,_0x412d7a:0x2e7,_0x356fd2:0x292,_0x445857:0x270,_0x1208ae:0x2ce,_0x4d6114:0x33a,_0x53d755:0x2f2,_0x38279b:0x324,_0x31cb6a:0x208,_0x415aa5:0x28f,_0x22f59e:0x2f4,_0x4b4a2c:0x2bf,_0x5b8c11:0x2f6,_0x29eff4:0x291,_0x58d91c:0x2f1,_0x35656d:0x31b,_0x397e7c:0x2cd,_0x375107:0x36a,_0x5718c2:0x355,_0x9c21c9:0x3e8,_0x3295a2:0x3d1,_0x3af9b2:0x297,_0x2693c1:0x2ed,_0x357237:0x2d4,_0xcea4be:0x316,_0x22b6b1:0x2ec,_0x33837f:0x248,_0x227500:0x266,_0x335a0f:0x2b1,_0x1e5576:0x30f,_0x1836c8:0x289,_0x443991:0x2bc,_0x3d70f0:0x3bd,_0x227433:0x309,_0x4d5f02:0x278,_0xf5401e:0x2df,_0x4bc930:0x34b,_0x3fec0d:0x217,_0x988085:0x229,_0x26c935:0x280,_0x518962:0x271,_0x5c4e4c:0x300,_0x4bd39f:0x233,_0x49aeb0:0x2d9,_0x48d2ca:0x255,_0x206325:0x27f,_0x293207:0x208,_0xfbe5ba:0x3b8,_0x11df1f:0x301,_0x3752e7:0x2d7,_0x56ee94:0x273,_0x2b6669:0x235,_0x10bda4:0x2a0,_0x5ce79a:0x2a0,_0x3731bd:0x2ef,_0x40b367:0x2bd,_0x599d22:0x2dc,_0x507629:0x2fa,_0x11d1a1:0x253,_0x317214:0x2f7,_0x18de06:0x336,_0xc4be08:0x27d,_0x4ce855:0x26f,_0x2c0eac:0x249,_0x1287c5:0x1d1,_0x9aa6e5:0x22d,_0x46d45d:0x333,_0x105361:0x304,_0x9bd24c:0x3b7,_0x2a8497:0x390,_0x223eea:0x2d7,_0x3e1695:0x2d8,_0x54c93b:0x2ed,_0xca16f4:0x2ee,_0x5b31f9:0x2da,_0x4f1e85:0x2ed,_0x1c34a3:0x2c1,_0x3f075a:0x35f,_0xa59a40:0x2b2,_0x385824:0x2e0,_0x504b4d:0x315,_0x234de6:0x35e,_0x5c34d2:0x326,_0x4e960e:0x38f,_0x3caa94:0x339,_0x1d8a43:0x2a4,_0x16cecb:0x26c,_0x261d95:0x342,_0x229c39:0x307,_0x4e14d6:0x297,_0x275152:0x2a3},_0x3e21c8={_0x4abdbb:0x84,_0x3e7c97:0x11},_0x5a211b={_0x3ff139:0x142,_0x3c8d54:0x124},_0x584224={};function _0x58f393(_0x2d9729,_0x2e9b01,_0x21d1ca,_0x3c971b){return _0x27103e(_0x2d9729-_0x5a211b._0x3ff139,_0x2e9b01-_0x5a211b._0x3c8d54,_0x2d9729,_0x2e9b01-0x10e);}_0x584224[_0x58f393(_0x13b8ec._0xd087bd,0x2d5,_0x13b8ec._0x44b64b,_0x13b8ec._0x4908c0)]='Invalid\x20te'+_0x46ba48(0x27f,0x299,_0x13b8ec._0x5cad8a,0x267)+'e',_0x584224[_0x58f393(_0x13b8ec._0x1378f1,0x32e,0x2be,_0x13b8ec._0x5cc66d)]=function(_0x12a037,_0xfa1edf){return _0x12a037===_0xfa1edf;},_0x584224[_0x58f393(0x2c2,0x2dd,0x2b8,_0x13b8ec._0x324640)]=_0x46ba48(_0x13b8ec._0x53c273,0x311,_0x13b8ec._0x4c6a03,_0x13b8ec._0x57ddd9),_0x584224[_0x58f393(0x290,0x2a1,0x272,0x2b2)]=_0x58f393(0x2f6,0x2b8,_0x13b8ec._0x364768,_0x13b8ec._0x4c5990)+'t',_0x584224[_0x58f393(_0x13b8ec._0x6d7402,_0x13b8ec._0xed7fd2,0x201,_0x13b8ec._0x5f3086)]='Task\x20updat'+_0x46ba48(0x32e,0x2b6,_0x13b8ec._0x14bd07,_0x13b8ec._0x2c18e8)+_0x46ba48(0x296,0x2a9,0x2fc,0x304)+_0x58f393(0x27f,0x2ab,_0x13b8ec._0x4d8341,0x25a),_0x584224[_0x58f393(_0x13b8ec._0x1c02f9,_0x13b8ec._0x39ac8f,_0x13b8ec._0x48c5c5,0x30d)]='AGENTS.md',_0x584224['cNmkM']=_0x58f393(_0x13b8ec._0x1e5415,0x2fc,_0x13b8ec._0x2bb929,0x317),_0x584224[_0x58f393(0x2a5,_0x13b8ec._0x5f3b9c,0x31e,_0x13b8ec._0x1c6fb9)]=_0x46ba48(0x2fc,_0x13b8ec._0x531ac9,_0x13b8ec._0x1378f1,_0x13b8ec._0x4dd3c7)+_0x58f393(0x26e,0x25b,_0x13b8ec._0x19310b,0x270)+_0x46ba48(0x298,0x248,_0x13b8ec._0x12149e,0x2e1),_0x584224[_0x46ba48(0x332,_0x13b8ec._0x543905,_0x13b8ec._0x5635f6,0x317)]='Failed\x20to\x20'+_0x46ba48(0x2e1,_0x13b8ec._0x1567a7,_0x13b8ec._0xe28ef2,0x275)+_0x58f393(0x2bb,_0x13b8ec._0x547140,0x283,0x2d4)+_0x58f393(0x20e,_0x13b8ec._0x2eea2d,0x1e6,_0x13b8ec._0x5ea352);const _0x532da6=_0x584224,{callingTask:_0x2ba560,taskUser:_0x41f93b,environmentName:_0x3ac53a,environmentPath:_0x5cdcff}=_0x5292fc,{content:_0x3075a1}=_0x5292fc[_0x58f393(0x2b4,_0x13b8ec._0x4c6a03,_0x13b8ec._0x26cdb5,0x29b)];if(_0x532da6[_0x58f393(_0x13b8ec._0x21650b,0x32e,_0x13b8ec._0x2afb67,_0x13b8ec._0xa0c7ab)](_0x3075a1,undefined)){if(_0x532da6[_0x46ba48(_0x13b8ec._0xd30de9,0x2df,0x319,0x2c3)]===_0x532da6[_0x46ba48(0x323,_0x13b8ec._0x1efcfa,0x34f,_0x13b8ec._0x4cbd54)]){const _0x3f1cec={};return _0x3f1cec[_0x46ba48(0x326,_0x13b8ec._0x2cd7ed,_0x13b8ec._0xd30de9,0x2a6)]=_0x532da6[_0x46ba48(_0x13b8ec._0x412d7a,0x33f,0x33b,0x35a)],_0x3f1cec['message']=_0x58f393(0x264,_0x13b8ec._0x356fd2,0x252,_0x13b8ec._0x445857)+'eld\x20is\x20req'+_0x58f393(_0x13b8ec._0x1208ae,0x2f1,_0x13b8ec._0x4d6114,0x2aa),_0x340bf6[_0x58f393(_0x13b8ec._0x53d755,_0x13b8ec._0x38279b,0x29d,0x31c)](-0x1479+-0x1a90+0x3099)[_0x58f393(0x281,0x251,_0x13b8ec._0x31cb6a,0x253)](_0x3f1cec);}else{const _0x393390={};return _0x393390[_0x58f393(_0x13b8ec._0x415aa5,0x2e0,0x28c,0x301)]=_0x58f393(_0x13b8ec._0x22f59e,0x2b8,_0x13b8ec._0x4b4a2c,0x29d)+'t',_0x393390[_0x58f393(_0x13b8ec._0x5b8c11,_0x13b8ec._0x29eff4,0x233,_0x13b8ec._0x58d91c)]=_0x532da6[_0x46ba48(_0x13b8ec._0x35656d,0x383,_0x13b8ec._0x397e7c,0x358)],_0x4315a8[_0x46ba48(_0x13b8ec._0x375107,_0x13b8ec._0x5718c2,_0x13b8ec._0x9c21c9,_0x13b8ec._0x3295a2)](-0x18fc+-0xcc7*-0x3+-0xbc9)[_0x46ba48(_0x13b8ec._0x3af9b2,0x315,0x21b,0x2f7)](_0x393390);}}const _0x559d72={};_0x559d72[_0x58f393(0x283,_0x13b8ec._0x2693c1,0x298,0x2ae)]=_0x2ba560[_0x58f393(0x2dd,0x2ed,_0x13b8ec._0x357237,0x326)],_0x559d72[_0x58f393(_0x13b8ec._0xcea4be,0x2d7,_0x13b8ec._0x22b6b1,0x2e1)+'t']=_0x3ac53a;function _0x46ba48(_0x518004,_0x1bc263,_0x4f79c8,_0x3cbf88){return _0xb5b88b(_0x518004-_0x3e21c8._0x4abdbb,_0x1bc263-0x93,_0x518004-_0x3e21c8._0x3e7c97,_0x4f79c8);}_0x559d72[_0x46ba48(0x2b9,0x29f,_0x13b8ec._0x33837f,_0x13b8ec._0x227500)]=_0x41f93b['id'],_0x559d72[_0x46ba48(_0x13b8ec._0x335a0f,_0x13b8ec._0x1e5576,_0x13b8ec._0x1836c8,0x2f0)]=_0x41f93b[_0x46ba48(_0x13b8ec._0x335a0f,0x260,_0x13b8ec._0x443991,_0x13b8ec._0x3af9b2)],_0x559d72[_0x46ba48(0x34e,_0x13b8ec._0x3d70f0,0x344,_0x13b8ec._0x227433)+_0x58f393(_0x13b8ec._0x4d5f02,_0x13b8ec._0xf5401e,_0x13b8ec._0x29eff4,_0x13b8ec._0x4bc930)]=_0x3075a1[_0x58f393(_0x13b8ec._0x3fec0d,0x245,_0x13b8ec._0x988085,0x2a0)],logger[_0x58f393(_0x13b8ec._0x26c935,_0x13b8ec._0x518962,0x2ae,0x2c2)](_0x532da6[_0x46ba48(0x2b6,0x2ea,_0x13b8ec._0x5c4e4c,0x2bf)],_0x559d72);const _0x51ff14=_0x168e38[_0x46ba48(0x28e,0x2f4,_0x13b8ec._0x357237,0x234)](_0x5cdcff,_0x532da6[_0x58f393(_0x13b8ec._0x4bd39f,0x2a3,0x232,0x2ee)]),_0x1aced4=new Date()['toISOStrin'+'g']();try{const _0x3d1be5={};_0x3d1be5[_0x58f393(0x30d,_0x13b8ec._0x49aeb0,0x27c,0x2f4)]=!![],await _0x2e7821['mkdir'](_0x5cdcff,_0x3d1be5),await _0x2e7821[_0x58f393(_0x13b8ec._0x48d2ca,0x266,_0x13b8ec._0x206325,_0x13b8ec._0x293207)](_0x51ff14,_0x3075a1,_0x532da6['cNmkM']);const _0x28d5a7={};_0x28d5a7[_0x46ba48(0x333,0x2c3,0x310,0x39c)]=_0x2ba560[_0x46ba48(0x333,0x326,_0x13b8ec._0xfbe5ba,_0x13b8ec._0x11df1f)],_0x28d5a7[_0x58f393(0x2f4,_0x13b8ec._0x3752e7,0x306,0x350)+'t']=_0x3ac53a,_0x28d5a7[_0x58f393(0x24d,_0x13b8ec._0x56ee94,0x227,_0x13b8ec._0x1836c8)]=_0x41f93b['id'],logger[_0x58f393(_0x13b8ec._0x443991,_0x13b8ec._0x518962,0x24b,0x2ce)]('Environmen'+_0x58f393(_0x13b8ec._0x2b6669,0x253,_0x13b8ec._0x10bda4,_0x13b8ec._0x5ce79a)+_0x58f393(0x305,_0x13b8ec._0x3731bd,0x323,0x316)+'ed\x20by\x20task',_0x28d5a7);const _0x1ab6ee={};_0x1ab6ee[_0x46ba48(_0x13b8ec._0x40b367,0x241,_0x13b8ec._0x35656d,_0x13b8ec._0x599d22)]=!![],_0x1ab6ee[_0x46ba48(0x31d,_0x13b8ec._0x507629,0x2c4,0x327)+'t']=_0x3ac53a,_0x1ab6ee[_0x58f393(_0x13b8ec._0x11d1a1,0x2b3,_0x13b8ec._0x317214,_0x13b8ec._0x18de06)]='AGENTS.md',_0x1ab6ee[_0x58f393(_0x13b8ec._0xc4be08,_0x13b8ec._0x4ce855,_0x13b8ec._0x2c0eac,0x232)]=_0x1aced4,_0x1ab6ee[_0x58f393(_0x13b8ec._0x1287c5,0x256,_0x13b8ec._0x9aa6e5,0x24c)+'askId']=_0x2ba560[_0x46ba48(_0x13b8ec._0x46d45d,_0x13b8ec._0x105361,_0x13b8ec._0x9bd24c,_0x13b8ec._0x2a8497)],_0x1ab6ee[_0x46ba48(0x280,0x217,0x2ca,0x253)+'serId']=_0x41f93b['id'],_0x340bf6[_0x46ba48(0x297,_0x13b8ec._0x223eea,_0x13b8ec._0x3e1695,0x2ee)](_0x1ab6ee);}catch(_0x503627){const _0x42b360={};_0x42b360[_0x58f393(0x2b2,_0x13b8ec._0x54c93b,_0x13b8ec._0xca16f4,_0x13b8ec._0x5b31f9)]=_0x2ba560[_0x58f393(0x2b2,_0x13b8ec._0x4f1e85,_0x13b8ec._0x1c34a3,0x30b)],_0x42b360['environmen'+'t']=_0x3ac53a,_0x42b360[_0x46ba48(0x326,_0x13b8ec._0x3f075a,0x345,_0x13b8ec._0x324640)]=_0x503627['message'],logger[_0x58f393(_0x13b8ec._0xa59a40,_0x13b8ec._0x385824,0x35c,_0x13b8ec._0x504b4d)](_0x532da6[_0x46ba48(0x30c,_0x13b8ec._0x234de6,0x2df,0x365)],_0x42b360);const _0xcbaf0={};_0xcbaf0[_0x46ba48(_0x13b8ec._0x5c34d2,_0x13b8ec._0x4e960e,_0x13b8ec._0x3caa94,0x2cb)]='Internal\x20S'+_0x46ba48(_0x13b8ec._0x5ce79a,_0x13b8ec._0x1d8a43,0x234,_0x13b8ec._0x16cecb)+'r',_0xcbaf0[_0x46ba48(0x2d7,0x2cf,_0x13b8ec._0x261d95,0x34f)]=_0x532da6[_0x46ba48(0x332,_0x13b8ec._0x229c39,0x312,0x38b)],_0x340bf6[_0x46ba48(_0x13b8ec._0x375107,0x34e,0x320,0x2f8)](-0x58*-0x41+-0x1e80+0xa1c)[_0x46ba48(_0x13b8ec._0x4e14d6,0x247,0x217,_0x13b8ec._0x275152)](_0xcbaf0);}}),router['get']('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x4f3c00,_0x381b71)=>{const _0x4ba25c={_0xb871f1:0x324,_0x5636ca:0x35c,_0x5b9d2c:0x3c6,_0x1d9948:0x170,_0x22a5b4:0x1bd,_0x15c982:0x13c,_0x4c5dc6:0xb5,_0x17ffe7:0x1a5,_0x296396:0x197,_0x102dad:0x123,_0xfc9106:0x190,_0x228df0:0x19a,_0x1bfa49:0xc4,_0x30f547:0x84,_0x1a0b2f:0x1d9,_0x4a2ca1:0x1eb,_0x1d644d:0x360,_0x59cf82:0x183,_0x2a2d66:0x176,_0x297cbe:0x315,_0x278ffb:0x2bd,_0x407284:0x2da,_0x3ff10e:0x2f6,_0x352491:0x3f6,_0x4f6e86:0x417,_0x52f97c:0x394,_0x5930c4:0x325,_0x1c6d62:0x37e,_0x15f328:0x3dc,_0x25c72c:0x400,_0x2c8a69:0x389,_0x3c1d0f:0x3e1,_0x5b4b68:0x395,_0x7d9a65:0x32,_0x19aee9:0xa8,_0x4da431:0x9a,_0x212fd9:0x331,_0x25b656:0x1ed,_0x315618:0x149,_0x52f46e:0x135,_0x41943b:0x112,_0x4a4d79:0x151,_0x5664e7:0xea,_0x339483:0x140,_0x54d817:0x127,_0xa4440d:0x13b,_0x30d514:0x30b,_0x413235:0x265,_0x46b945:0x2cc,_0x4e5fbd:0x2b8,_0x49de57:0x322,_0x5105bb:0x2b3,_0x522d44:0x2e6,_0x17f9b8:0x298,_0x18f0c4:0x2d8,_0x2477df:0x345,_0x59eb89:0x293,_0x1b09be:0x2d5,_0x17ddf5:0x17f,_0x39ed2d:0x399,_0x1be117:0x38a,_0x17a740:0x10c,_0x29539d:0xac,_0x47aa02:0xb7,_0x36fa0f:0x113,_0x5a18ab:0x405,_0x15cb20:0x3c3,_0x43d8ae:0x138,_0x287551:0x18d,_0x8aa16c:0x127,_0x26ce5c:0x166,_0x4059b9:0x13c,_0x434043:0x315,_0x2023c3:0x390,_0x342b50:0x33d,_0x472eb5:0x2f9,_0x3304d0:0x2db,_0x25415b:0x18a,_0x5bf946:0x10c,_0x33ed87:0x136,_0x14a75a:0x3d,_0x5783d2:0x3cf,_0x41767b:0x356,_0x5caeff:0x3ab,_0x2dae38:0x25d,_0x32aa4a:0x86,_0x363ae8:0x81,_0x133a38:0xf3,_0x3fa5c4:0x379,_0x2d5872:0x2d7,_0x594c13:0x35b,_0x599499:0x143,_0x167713:0x3bc,_0x5ea5f9:0x351,_0x18719e:0x31f,_0x25f288:0x2c4,_0x28a275:0x15f,_0x4c86ca:0x1c2,_0x82ef1d:0x166,_0x3eb8c2:0x17d,_0xd50010:0x140,_0x134253:0x172,_0x4fde9e:0x159,_0x29f858:0x15d,_0x431c4f:0xef,_0x40da1a:0x19c,_0x6914dd:0x18a,_0x58f135:0x159,_0x161cf2:0x100,_0x19cc56:0x335,_0x4a2010:0x2e1,_0x4e64f2:0x31d,_0x3c0055:0x208,_0x1e0076:0x120,_0x5a2a32:0x188,_0x535197:0x185,_0x13ea4e:0x1a6,_0x490cdf:0xb6,_0x35823f:0x3c2,_0x3cd5a0:0x3a4,_0x6566aa:0x352,_0x5a69ed:0x15e,_0x36ecff:0x33a,_0x3c11d3:0x371,_0x1d4f1a:0xdf,_0x338e45:0xc7,_0x34a84e:0x15c,_0x101f67:0x131,_0x4445e1:0xcf,_0xe5fd08:0xd1},_0x6ab510={_0x575de4:0x31b,_0x22a2ad:0x318,_0x195f7e:0x2a2,_0x4aee0b:0x2d9,_0x237168:0x2f7,_0x9a1815:0x333,_0x5bc9e7:0x30c,_0x2b463c:0x298,_0xc1bb24:0x331,_0x5f4e27:0x321,_0x7f1ee4:0x36c,_0x30631c:0x365,_0x2412d6:0x246,_0x3d2476:0x1d7},_0x935859={_0x1819bb:0x167},_0x4955d5={_0x548654:0xdc,_0x8f281f:0x192},_0x4eb416={_0x4bb63c:0x1e1,_0x23acd7:0x1bc},_0x4fca9d={};_0x4fca9d[_0x47d185(_0x4ba25c._0xb871f1,_0x4ba25c._0x5636ca,_0x4ba25c._0x5b9d2c,0x38d)]=_0x27adfc(0x1a7,_0x4ba25c._0x1d9948,0x175,_0x4ba25c._0x22a5b4),_0x4fca9d['aKHGD']=function(_0x135633,_0x31f906){return _0x135633!==_0x31f906;},_0x4fca9d[_0x27adfc(_0x4ba25c._0x15c982,0x108,_0x4ba25c._0x4c5dc6,0xc3)]='Task\x20owner'+_0x27adfc(_0x4ba25c._0x17ffe7,_0x4ba25c._0x296396,_0x4ba25c._0x102dad,0x1a0),_0x4fca9d[_0x27adfc(0x161,_0x4ba25c._0xfc9106,_0x4ba25c._0x228df0,0x118)]=_0x27adfc(0x11e,0x134,_0x4ba25c._0x1bfa49,_0x4ba25c._0x30f547)+'ed',_0x4fca9d['EVNNT']=_0x27adfc(_0x4ba25c._0x1a0b2f,_0x4ba25c._0x4a2ca1,0x16e,0x1b5)+_0x47d185(_0x4ba25c._0x1d644d,0x3fc,0x38d,0x37a)+_0x27adfc(0x174,_0x4ba25c._0x59cf82,_0x4ba25c._0x2a2d66,0x154);function _0x27adfc(_0x24caf4,_0x4a8ec3,_0x551b10,_0x1ee648){return _0xb5b88b(_0x24caf4-0x11c,_0x4a8ec3-_0x4eb416._0x4bb63c,_0x551b10- -_0x4eb416._0x23acd7,_0x4a8ec3);}_0x4fca9d[_0x47d185(_0x4ba25c._0x297cbe,0x2ec,_0x4ba25c._0x278ffb,0x332)]='Task\x20listi'+_0x47d185(0x307,0x306,_0x4ba25c._0x407284,_0x4ba25c._0x3ff10e)+_0x47d185(0x3cc,_0x4ba25c._0x352491,_0x4ba25c._0x4f6e86,_0x4ba25c._0x52f97c)+_0x27adfc(0x1e3,0x19f,0x18c,0x166),_0x4fca9d[_0x47d185(_0x4ba25c._0x5930c4,0x307,0x392,0x354)]=_0x47d185(_0x4ba25c._0x1c6d62,0x33e,_0x4ba25c._0x15f328,0x3c2)+'ates',_0x4fca9d[_0x47d185(_0x4ba25c._0x25c72c,_0x4ba25c._0x2c8a69,_0x4ba25c._0x3c1d0f,_0x4ba25c._0x5b4b68)]=function(_0x34fd9d,_0x5117ee){return _0x34fd9d===_0x5117ee;},_0x4fca9d[_0x27adfc(_0x4ba25c._0x7d9a65,_0x4ba25c._0x19aee9,0xb9,_0x4ba25c._0x4da431)]='gWWre',_0x4fca9d[_0x47d185(_0x4ba25c._0x212fd9,0x2ce,0x342,0x2fa)]='Failed\x20to\x20'+'list\x20templ'+'ates',_0x4fca9d['NLeLC']='Internal\x20S'+_0x27adfc(0xe9,0x10f,0xd3,0x103)+'r';const _0x5cf527=_0x4fca9d,{callingTask:_0x3de55a,environmentName:_0x2a9299,environmentPath:_0x262c31}=_0x4f3c00,_0x190656={};_0x190656[_0x27adfc(0x1d8,0x1d7,0x166,_0x4ba25c._0x25b656)]=_0x3de55a[_0x27adfc(_0x4ba25c._0x315618,_0x4ba25c._0x52f46e,0x166,0x14f)],_0x190656['environmen'+'t']=_0x2a9299,logger[_0x27adfc(_0x4ba25c._0x41943b,_0x4ba25c._0x4a4d79,_0x4ba25c._0x5664e7,0x73)](_0x5cf527[_0x27adfc(0xc9,_0x4ba25c._0x339483,_0x4ba25c._0x54d817,_0x4ba25c._0xa4440d)],_0x190656);function _0x47d185(_0x361ff3,_0x433ac4,_0x352e71,_0x3d50e2){return _0x27103e(_0x361ff3-_0x4955d5._0x548654,_0x433ac4-0x21,_0x352e71,_0x3d50e2-_0x4955d5._0x8f281f);}const _0x36b834=_0x168e38[_0x47d185(0x308,_0x4ba25c._0x30d514,_0x4ba25c._0x413235,_0x4ba25c._0x46b945)](_0x262c31,_0x5cf527['pqMRP']);try{const _0x86ad57=await _0x2e7821['readdir'](_0x36b834),_0x52db55=_0x86ad57[_0x47d185(_0x4ba25c._0x4e5fbd,_0x4ba25c._0x49de57,_0x4ba25c._0x5105bb,0x304)](_0x1f9566=>_0x1f9566[_0x47d185(0x31b,0x3a5,0x419,0x39d)]('.md')),_0x4821e4=await Promise[_0x47d185(_0x4ba25c._0x522d44,0x2ed,_0x4ba25c._0x17f9b8,0x2bf)](_0x52db55[_0x47d185(0x372,0x310,_0x4ba25c._0x18f0c4,_0x4ba25c._0x2477df)](async _0x256897=>{const _0xb8cf3a=_0x256897[_0x1e6242(0x33c,_0x6ab510._0x575de4,_0x6ab510._0x22a2ad,_0x6ab510._0x195f7e)](/\.md$/,''),_0x511ea1=_0x168e38[_0x1e6242(0x28d,_0x6ab510._0x4aee0b,0x33c,_0x6ab510._0x237168)](_0x36b834,_0xb8cf3a+_0x1e6242(0x2ad,_0x6ab510._0x9a1815,0x390,0x3af));function _0x1e6242(_0x51c20b,_0x37de9b,_0x23c3de,_0x4551d6){return _0x27adfc(_0x51c20b-_0x935859._0x1819bb,_0x51c20b,_0x37de9b-0x218,_0x4551d6-0x4e);}let _0x3c3472=null;try{const _0x1e6724=await _0x2e7821[_0x1e6242(0x3e9,0x375,0x3b7,0x2f7)](_0x511ea1,_0x5cf527[_0x3305bf(0x30e,_0x6ab510._0x5bc9e7,0x29b,0x2a2)]);_0x3c3472=JSON[_0x3305bf(_0x6ab510._0x2b463c,0x331,0x300,0x2ce)](_0x1e6724);}catch{}function _0x3305bf(_0x2363d3,_0x4be3c4,_0x46df85,_0x2d37be){return _0x27adfc(_0x2363d3-0xbe,_0x46df85,_0x2d37be-0x120,_0x2d37be-0x68);}return{'name':_0xb8cf3a,'filename':_0x256897,'description':_0x3c3472?.[_0x1e6242(_0x6ab510._0xc1bb24,_0x6ab510._0x5f4e27,_0x6ab510._0x7f1ee4,_0x6ab510._0x30631c)+'n']||null,'hasMetadata':_0x5cf527[_0x3305bf(_0x6ab510._0x2412d6,0x1ee,0x174,_0x6ab510._0x3d2476)](_0x3c3472,null)};})),_0x839bd1={};_0x839bd1[_0x27adfc(0x16d,0x175,0x104,0x107)]=_0x4821e4,_0x839bd1['environmen'+'t']=_0x2a9299,_0x381b71[_0x47d185(0x2d6,_0x4ba25c._0x59eb89,0x346,_0x4ba25c._0x1b09be)](_0x839bd1);}catch(_0x17e142){if(_0x5cf527[_0x27adfc(_0x4ba25c._0x1a0b2f,_0x4ba25c._0x17ddf5,0x18a,0x210)](_0x17e142['code'],_0x47d185(0x2f5,_0x4ba25c._0x39ed2d,_0x4ba25c._0x1be117,0x31a))){if(_0x5cf527[_0x27adfc(_0x4ba25c._0x17a740,_0x4ba25c._0x29539d,_0x4ba25c._0x47aa02,_0x4ba25c._0x36fa0f)](_0x47d185(0x3d5,_0x4ba25c._0x5a18ab,0x348,_0x4ba25c._0x15cb20),_0x27adfc(0x145,_0x4ba25c._0x43d8ae,0x1b8,_0x4ba25c._0x287551))){const _0x403cd3={};_0x403cd3[_0x27adfc(_0x4ba25c._0x17a740,_0x4ba25c._0x8aa16c,_0x4ba25c._0x26ce5c,_0x4ba25c._0x4059b9)]=_0x66d705,_0x403cd3['userId']=_0xcf52cd,_0xeea3a6[_0x47d185(0x3b1,_0x4ba25c._0x434043,0x3b6,_0x4ba25c._0x2023c3)](_0x47d185(_0x4ba25c._0x342b50,0x2af,_0x4ba25c._0x472eb5,_0x4ba25c._0x3304d0)+_0x27adfc(_0x4ba25c._0x25415b,0xf5,_0x4ba25c._0x5bf946,0xe5),_0x403cd3);const _0x59c67c={};return _0x59c67c['error']='Unauthoriz'+'ed',_0x59c67c['message']=_0x5cf527[_0x27adfc(0x128,_0x4ba25c._0x33ed87,0xb5,_0x4ba25c._0x14a75a)],_0xff1e50[_0x47d185(_0x4ba25c._0x5783d2,_0x4ba25c._0x41767b,_0x4ba25c._0x5caeff,0x3a8)](-0x20e9+0x303+0xa7d*0x3)[_0x47d185(0x2cb,0x2ca,_0x4ba25c._0x2dae38,0x2d5)](_0x59c67c);}else{const _0x4c02d7={};_0x4c02d7[_0x27adfc(_0x4ba25c._0x32aa4a,_0x4ba25c._0x363ae8,0x104,_0x4ba25c._0x133a38)]=[],_0x4c02d7[_0x47d185(0x363,_0x4ba25c._0x3fa5c4,_0x4ba25c._0x2d5872,_0x4ba25c._0x594c13)+'t']=_0x2a9299,_0x381b71[_0x27adfc(_0x4ba25c._0x599499,0x102,0xca,0x110)](_0x4c02d7);}}else{if(_0x5cf527[_0x47d185(_0x4ba25c._0x167713,_0x4ba25c._0x5ea5f9,0x362,0x395)](_0x5cf527[_0x47d185(0x2da,0x29c,_0x4ba25c._0x18719e,_0x4ba25c._0x25f288)],_0x27adfc(0x180,0x1dc,0x177,0x1e9))){const _0x2c1e3c={};_0x2c1e3c[_0x27adfc(_0x4ba25c._0x28a275,_0x4ba25c._0x4c86ca,_0x4ba25c._0x82ef1d,_0x4ba25c._0x3eb8c2)]=_0x3de55a[_0x27adfc(0x1c5,0x148,0x166,0x169)],_0x2c1e3c[_0x27adfc(0xde,_0x4ba25c._0xd50010,0x150,_0x4ba25c._0x134253)+'t']=_0x2a9299,_0x2c1e3c[_0x27adfc(0x1cd,0xf1,_0x4ba25c._0x4fde9e,_0x4ba25c._0x29f858)]=_0x17e142['message'],logger['error'](_0x5cf527[_0x27adfc(0x173,0x13f,_0x4ba25c._0x431c4f,0xc7)],_0x2c1e3c);const _0x45a162={};_0x45a162[_0x27adfc(_0x4ba25c._0x40da1a,_0x4ba25c._0x6914dd,_0x4ba25c._0x58f135,_0x4ba25c._0x161cf2)]=_0x5cf527[_0x47d185(_0x4ba25c._0x19cc56,0x355,_0x4ba25c._0x4a2010,0x2dc)],_0x45a162[_0x47d185(0x2fb,0x2ea,_0x4ba25c._0x4e64f2,0x315)]=_0x5cf527['OIhBK'],_0x381b71[_0x27adfc(_0x4ba25c._0x3c0055,_0x4ba25c._0x1e0076,0x19d,_0x4ba25c._0x5a2a32)](-0x2327+-0x152+-0x266d*-0x1)[_0x47d185(0x30b,0x2b7,0x297,0x2d5)](_0x45a162);}else{_0x5a3e5d[_0x27adfc(0x135,0x1cf,_0x4ba25c._0x535197,0x113)](_0x27adfc(_0x4ba25c._0x13ea4e,0x165,0x16c,_0x4ba25c._0x4a2ca1)+'t\x20manageme'+'nt\x20request'+'\x20missing\x20X'+_0x27adfc(_0x4ba25c._0x490cdf,0xc2,0x133,0x1a7)+_0x47d185(_0x4ba25c._0x35823f,0x304,_0x4ba25c._0x3cd5a0,_0x4ba25c._0x6566aa));const _0xd5e2c0={};return _0xd5e2c0[_0x27adfc(_0x4ba25c._0x5a69ed,0x1b3,_0x4ba25c._0x58f135,0x126)]=_0x5cf527[_0x47d185(0x351,_0x4ba25c._0x36ecff,_0x4ba25c._0x3c11d3,0x3a5)],_0xd5e2c0[_0x27adfc(0xc0,_0x4ba25c._0x1d4f1a,0x10a,_0x4ba25c._0x338e45)]=_0x5cf527[_0x27adfc(_0x4ba25c._0x34a84e,_0x4ba25c._0x101f67,0x14b,0x195)],_0x510a28['status'](-0x4e5*0x6+0x1770+0x77f)[_0x27adfc(_0x4ba25c._0x4445e1,_0x4ba25c._0xe5fd08,0xca,0x10c)](_0xd5e2c0);}}}}),router[_0x27103e(0x22b,0x1d7,0x20f,0x21b)](_0x27103e(0x19d,0x1f9,0x1c8,0x176)+_0x27103e(0x240,0x253,0x269,0x20f),requireTaskAuth,requireTemplatesPermission,async(_0x31b9d4,_0x5748eb)=>{const _0x58318e={_0x2a4d4d:0xb,_0x3f6c20:0x4,_0x5ea124:0x56,_0xded91:0x9b,_0x59b50b:0xd6,_0x504524:0xc5,_0x42eb0c:0x350,_0x458073:0x371,_0x2c74b6:0x31b,_0x424b43:0x7,_0x5913b6:0x43,_0x105464:0x2c,_0x7fb01c:0x38,_0x5d8c44:0x2b,_0x5f2f7e:0x2bd,_0x5b6082:0x365,_0x153a80:0x282,_0x5e1aff:0x2af,_0x130d5f:0x28f,_0x54b56f:0x387,_0x5c36e8:0x2b1,_0x5d121a:0xe8,_0x4f5a4a:0x15d,_0xc3d05a:0xbc,_0x4fef00:0x34,_0x5da32a:0x109,_0x376f9c:0xb8,_0x412103:0x9a,_0x117faa:0x94,_0x315cc3:0xf2,_0x22a5c8:0x78,_0x511e37:0x24f,_0x436d1b:0x297,_0x3efeb8:0x2d1,_0x8bf901:0x2bd,_0x54f817:0x2a8,_0x9637c2:0x320,_0x3c1bd2:0x36,_0x5267e6:0x40,_0x3d1813:0x4e,_0x4848c0:0x36,_0x2d0024:0x2d,_0x4b2526:0x393,_0x58adfa:0xe0,_0x53e83c:0x331,_0x4a9446:0x32e,_0x5c7154:0x3ae,_0x3ef8c6:0x2d4,_0x2c4be3:0x288,_0x199057:0x60,_0x403408:0x2aa,_0x4732f3:0x2a1,_0x5e8986:0x26c,_0x2fb5ed:0xbe,_0x1cd4d4:0x9e,_0x4fcff4:0x14,_0x248315:0x6b,_0x5cad18:0xda,_0x45f4fd:0x2df,_0x34f8a5:0x2ce,_0x35069f:0x157,_0x26f9ec:0x103,_0x198fae:0x108,_0x532759:0x2c6,_0x53fcb8:0x310,_0x9b492c:0x2fb,_0x212cb7:0x370,_0x421fc7:0x94,_0x4c6603:0x22,_0x54e37c:0xaa,_0x1eadd0:0x70,_0x5e351b:0x9,_0x47772e:0x86,_0x5450e1:0xad,_0x227a0b:0x175,_0x4cfd8c:0x35c,_0x5b60ef:0x2cf,_0x39972d:0xe6,_0x5c2c50:0xa1,_0x14ee2d:0x330,_0x6b5013:0x3a6,_0x4829e7:0x33d,_0x5ac57f:0x32b,_0x2ace29:0x3bc,_0x55ad18:0x3b2,_0x6ce40b:0x30f,_0x2d14d6:0x2f2,_0x347217:0x373,_0x3e8381:0x2ed,_0x62f6b:0x2a0,_0x3485d1:0x2b3,_0x179757:0xcc,_0x586df5:0x11,_0x346109:0x339,_0x2b60b6:0x2c5,_0x1caec2:0x2da,_0x1728b9:0x5a,_0x109f57:0xa,_0x17e7fc:0x327,_0x3998f2:0x260,_0x5a2953:0x4c,_0x374c5b:0x27,_0x16fb51:0x5e,_0x3981ca:0xa0,_0x29ba10:0x118,_0xa36e64:0x330,_0x1a767e:0x95,_0xa5b339:0x8b,_0x1497fd:0x105,_0x11e46b:0x378,_0x17502d:0x330,_0x4ce9b3:0x2f9,_0x4926d6:0xbb,_0x2adabf:0x8a,_0x128115:0x3,_0x4b90c2:0x44,_0x179ceb:0x2f1,_0x12ea8f:0xae,_0xb2f901:0x49,_0x51c452:0x39,_0x584e44:0x304,_0x4c8765:0x2ae,_0x5b6722:0x2e3},_0x170cd1={_0xb67126:0x1ee};function _0x2baa71(_0x59cc7d,_0x42b343,_0x480283,_0x3507d2){return _0x27103e(_0x59cc7d-0x97,_0x42b343-_0x170cd1._0xb67126,_0x480283,_0x42b343- -0x23d);}const _0x5bb398={};_0x5bb398[_0x2baa71(0x27,-_0x58318e._0x2a4d4d,_0x58318e._0x3f6c20,-_0x58318e._0x5ea124)]=_0x2baa71(-0x17,-0x93,-0xe4,-_0x58318e._0xded91)+'t',_0x5bb398[_0x2baa71(-_0x58318e._0x59b50b,-_0x58318e._0x504524,-0x110,-0xad)]=_0x3df021(0x2ee,0x357,0x2f8,0x29b)+_0x3df021(_0x58318e._0x42eb0c,_0x58318e._0x458073,_0x58318e._0x2c74b6,0x3cd)+'te',_0x5bb398['gYahd']=_0x2baa71(_0x58318e._0x424b43,-0xd,-0x1e,-_0x58318e._0x5913b6)+_0x2baa71(-_0x58318e._0x105464,-_0x58318e._0x7fb01c,-0xa,_0x58318e._0x5d8c44),_0x5bb398[_0x3df021(0x334,_0x58318e._0x5f2f7e,0x342,_0x58318e._0x5b6082)]=_0x3df021(0x355,0x2f8,0x339,0x393),_0x5bb398[_0x3df021(0x2a0,_0x58318e._0x153a80,_0x58318e._0x5e1aff,_0x58318e._0x130d5f)]=function(_0x3ced81,_0x19f90d){return _0x3ced81===_0x19f90d;},_0x5bb398[_0x3df021(0x32a,_0x58318e._0x54b56f,_0x58318e._0x5c36e8,0x2ac)]=_0x2baa71(-0x69,-_0x58318e._0x5d121a,-_0x58318e._0x4f5a4a,-_0x58318e._0xc3d05a),_0x5bb398[_0x2baa71(-_0x58318e._0x4fef00,-0x9c,-_0x58318e._0x5da32a,-0x44)]=_0x2baa71(-_0x58318e._0x376f9c,-_0x58318e._0x412103,-0x8d,-0x69),_0x5bb398[_0x2baa71(-0xac,-_0x58318e._0x117faa,-0xf3,-0x58)]='ENOENT',_0x5bb398[_0x2baa71(-_0x58318e._0x315cc3,-0xa6,-0xbb,-0x10c)]='Not\x20Found',_0x5bb398[_0x2baa71(-_0x58318e._0x22a5c8,-0x89,-0x61,-0x5)]=_0x3df021(0x296,_0x58318e._0x511e37,_0x58318e._0x436d1b,0x30d)+'erver\x20Erro'+'r';const _0x6a50a5=_0x5bb398,{callingTask:_0x2b3c29,environmentName:_0x55ab3d,environmentPath:_0x305364}=_0x31b9d4,{name:_0x5c435f}=_0x31b9d4[_0x3df021(_0x58318e._0x3efeb8,_0x58318e._0x8bf901,_0x58318e._0x54f817,_0x58318e._0x9637c2)];if(_0x5c435f[_0x2baa71(-0x14,-_0x58318e._0x3c1bd2,-_0x58318e._0x5267e6,0x6)]('/')||_0x5c435f[_0x2baa71(-_0x58318e._0x3d1813,-_0x58318e._0x4848c0,-0x82,_0x58318e._0x2d0024)]('\x5c')||_0x5c435f[_0x3df021(0x36e,0x34e,_0x58318e._0x4b2526,0x3e3)]('..')){const _0x4f50de={};return _0x4f50de[_0x2baa71(-_0x58318e._0x58adfa,-0x6b,-0xc3,-0x87)]=_0x6a50a5[_0x3df021(0x399,_0x58318e._0x53e83c,_0x58318e._0x4a9446,_0x58318e._0x5c7154)],_0x4f50de[_0x3df021(0x2ea,_0x58318e._0x3ef8c6,0x276,_0x58318e._0x2c4be3)]='Invalid\x20te'+'mplate\x20nam'+'e',_0x5748eb[_0x2baa71(_0x58318e._0x199057,-0x27,-0x4,-0x24)](-0x1b4b+-0x890*0x2+0x1*0x2dfb)[_0x3df021(_0x58318e._0x403408,_0x58318e._0x403408,_0x58318e._0x4732f3,_0x58318e._0x5e8986)](_0x4f50de);}function _0x3df021(_0x2bf49b,_0x3a99fc,_0x46f431,_0x55539e){return _0x27103e(_0x2bf49b-0x81,_0x3a99fc-0x1c8,_0x46f431,_0x2bf49b-0x167);}const _0x2d92f8={};_0x2d92f8['taskId']=_0x2b3c29['taskId'],_0x2d92f8[_0x2baa71(-_0x58318e._0x2fb5ed,-0x74,-_0x58318e._0x1cd4d4,-0xaf)+'t']=_0x55ab3d,_0x2d92f8[_0x2baa71(0x61,-_0x58318e._0x4fcff4,-0x67,-_0x58318e._0x248315)]=_0x5c435f,logger[_0x2baa71(-0x6c,-_0x58318e._0x5cad18,-0xff,-0x15e)](_0x6a50a5[_0x3df021(_0x58318e._0x45f4fd,0x27e,0x337,_0x58318e._0x34f8a5)],_0x2d92f8);const _0x110d47=_0x168e38[_0x2baa71(-_0x58318e._0x35069f,-_0x58318e._0x26f9ec,-0x15e,-_0x58318e._0x198fae)](_0x305364,_0x6a50a5['gYahd']),_0x13112e=_0x168e38[_0x3df021(0x2a1,_0x58318e._0x532759,0x31d,_0x58318e._0x53fcb8)](_0x110d47,_0x5c435f+'.md'),_0x470111=_0x168e38['join'](_0x110d47,_0x5c435f+_0x3df021(_0x58318e._0x9b492c,0x2f8,_0x58318e._0x212cb7,0x32b));try{const _0x204389=await _0x2e7821[_0x2baa71(-_0x58318e._0x421fc7,-0x67,-_0x58318e._0x4c6603,-_0x58318e._0x54e37c)](_0x13112e,_0x6a50a5[_0x2baa71(-0x39,-_0x58318e._0x1eadd0,_0x58318e._0x5e351b,-_0x58318e._0x47772e)]);let _0x24d99d=null;try{if(_0x6a50a5[_0x2baa71(-_0x58318e._0x5450e1,-0x104,-_0x58318e._0x227a0b,-0x9a)](_0x6a50a5[_0x3df021(0x32a,_0x58318e._0x4cfd8c,0x38b,_0x58318e._0x5b60ef)],_0x6a50a5[_0x2baa71(-_0x58318e._0x39972d,-0x9c,-_0x58318e._0x5c2c50,-0x7f)])){const _0xfea9c6={};_0xfea9c6[_0x2baa71(-0xef,-0xc0,-0xc6,-_0x58318e._0x5da32a)]=[],_0xfea9c6[_0x3df021(_0x58318e._0x14ee2d,_0x58318e._0x5f2f7e,_0x58318e._0x6b5013,0x365)+'t']=_0x5afe4c,_0x14cca8['json'](_0xfea9c6);}else{const _0x35a577=await _0x2e7821[_0x3df021(_0x58318e._0x4829e7,_0x58318e._0x5ac57f,_0x58318e._0x4cfd8c,_0x58318e._0x2ace29)](_0x470111,_0x6a50a5['gTJzP']);_0x24d99d=JSON[_0x3df021(0x38e,0x307,_0x58318e._0x55ad18,_0x58318e._0x6ce40b)](_0x35a577);}}catch{}const _0x44df1c={};_0x44df1c['name']=_0x5c435f,_0x44df1c[_0x3df021(_0x58318e._0x2d14d6,_0x58318e._0x347217,0x2ab,0x2bf)]=_0x204389,_0x44df1c[_0x3df021(0x2f9,0x28c,_0x58318e._0x4cfd8c,0x379)]=_0x24d99d,_0x44df1c['environmen'+'t']=_0x55ab3d,_0x5748eb[_0x3df021(_0x58318e._0x403408,_0x58318e._0x3e8381,0x2a6,0x2ee)](_0x44df1c);}catch(_0x266b94){if(_0x6a50a5[_0x3df021(_0x58318e._0x62f6b,0x30b,_0x58318e._0x3485d1,_0x58318e._0x5e8986)](_0x266b94[_0x3df021(0x2e0,0x2c1,0x355,0x2e0)],_0x6a50a5[_0x2baa71(-_0x58318e._0x179757,-_0x58318e._0x421fc7,-_0x58318e._0x586df5,-0x69)])){const _0x3288db={};_0x3288db[_0x3df021(_0x58318e._0x346109,_0x58318e._0x2b60b6,0x2e1,_0x58318e._0x1caec2)]=_0x6a50a5['LBQJh'],_0x3288db['message']=_0x2baa71(_0x58318e._0x1728b9,-_0x58318e._0x109f57,-0x29,-0x20)+_0x5c435f+(_0x3df021(0x2ce,_0x58318e._0x17e7fc,_0x58318e._0x3998f2,0x2a5)+'d'),_0x5748eb[_0x2baa71(-_0x58318e._0x5a2953,-_0x58318e._0x374c5b,_0x58318e._0x5d8c44,-0x17)](-0x1*-0x25d4+0x9a*-0xa+-0x2d*0xac)[_0x3df021(0x2aa,0x22e,0x25b,0x265)](_0x3288db);}else{const _0x31102a={};_0x31102a[_0x3df021(0x346,0x372,0x33e,0x2df)]=_0x2b3c29[_0x2baa71(0x17,-_0x58318e._0x16fb51,0xe,-0x4c)],_0x31102a['environmen'+'t']=_0x55ab3d,_0x31102a[_0x3df021(0x390,0x343,0x3ee,0x3f5)]=_0x5c435f,_0x31102a['error']=_0x266b94[_0x2baa71(-0x113,-0xba,-_0x58318e._0x3981ca,-_0x58318e._0x29ba10)],logger[_0x3df021(0x339,0x2db,_0x58318e._0xa36e64,0x344)](_0x2baa71(-0x102,-_0x58318e._0x1a767e,-0x89,-0xf)+_0x2baa71(-_0x58318e._0xa5b339,-_0x58318e._0x1497fd,-0x119,-0x184)+_0x3df021(_0x58318e._0x11e46b,_0x58318e._0x17502d,_0x58318e._0x4ce9b3,0x3f2),_0x31102a);const _0xdb2286={};_0xdb2286[_0x2baa71(-_0x58318e._0x4926d6,-0x6b,-_0x58318e._0x2adabf,_0x58318e._0x128115)]=_0x6a50a5['ZUgGv'],_0xdb2286['message']=_0x2baa71(-0x32,-0x95,-_0x58318e._0x4b90c2,-0x4d)+'read\x20templ'+_0x3df021(0x378,_0x58318e._0x179ceb,_0x58318e._0x11e46b,0x2f4),_0x5748eb[_0x2baa71(-_0x58318e._0x12ea8f,-_0x58318e._0x374c5b,-_0x58318e._0xb2f901,_0x58318e._0x51c452)](0x1ec1+-0x3*-0x706+0x31df*-0x1)[_0x3df021(0x2aa,_0x58318e._0x584e44,_0x58318e._0x4c8765,_0x58318e._0x5b6722)](_0xdb2286);}}}),router[_0xb5b88b(0x337,0x33e,0x357,0x304)](_0x27103e(0x134,0x15a,0xfc,0x176)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x97032d,_0x321374)=>{const _0x4063d5={_0x2586e0:0xa8,_0x2e0b5b:0x5a,_0x15b155:0x10b,_0x2a10f2:0xe1,_0x20ec47:0x69,_0x5466db:0x107,_0x5ab7e6:0x8f,_0x5f32bb:0xee,_0x57b6e3:0xe1,_0x5d2846:0x12f,_0x5cca73:0x14f,_0x3d7bdf:0xb5,_0x4b4f93:0x36,_0x5abc76:0xbe,_0x40bb03:0xe2,_0x217e91:0xff,_0x4ec9fb:0xec,_0x5d564b:0xbb,_0x257999:0xec,_0x9c7742:0x10f,_0x5518fe:0xef,_0x16619f:0x100,_0x415075:0xde,_0x500696:0x8a,_0xf02d6b:0xfe,_0x4c94f4:0x170,_0x1489c8:0x12c,_0x2aff81:0xe4,_0xdf0599:0x6d,_0x439e25:0x135,_0x5e0e08:0x59,_0x74024f:0x62,_0xdc3843:0xd1,_0x489178:0xc,_0x31cfbb:0x38,_0x272f44:0x7d,_0x56e576:0x120,_0x2748fc:0x137,_0x2f5735:0x121,_0xd4fb16:0xf1,_0x2d224e:0x196,_0x1994b0:0x117,_0x17b5e8:0x123,_0x3070ea:0x19,_0x453be3:0x1f,_0x32f5ea:0x15f,_0x5026c5:0x127,_0x70af:0x194,_0x2ca0cf:0x76,_0x39dbce:0x40,_0x4d0967:0x12c,_0x1fc187:0x1dc,_0x36fb21:0x1cf,_0x5643a8:0x41,_0x2b78c5:0x86,_0x5efea5:0x8b,_0x5bd7c4:0x12c,_0x1bf2bb:0xc9,_0x139b62:0x68,_0x39318e:0x14,_0x2ffdd5:0x10c,_0x359233:0x177,_0x558604:0x1e5,_0x35f4dd:0x98,_0x3292cc:0x181,_0x5a0120:0x89,_0x2f60d5:0xd5,_0x24171e:0x50,_0x39ccd3:0x149,_0x49bb08:0xbc,_0x3109ba:0x70,_0x1e0b27:0x17c,_0x1a9222:0xfc,_0x25fe3a:0x121,_0x590292:0x10e,_0x1279c1:0x17d,_0x38ab56:0x195,_0x179a5f:0x10d,_0xd32274:0x62,_0x4eb2be:0x3e,_0xac5ae5:0x143,_0x1eb9c7:0xdb,_0x519bce:0x1ca,_0x7cfa03:0xc7,_0x4800fa:0xcd,_0x3d254a:0xca,_0x444ac5:0x4,_0x3450e0:0x3e,_0x1e69c1:0x94,_0xfff287:0x3c,_0x589df7:0x30,_0x4971d1:0x4a,_0x5c89df:0x11a,_0x2e801b:0x145,_0x38457e:0xf4,_0x5611a1:0x79,_0x1c05f9:0x174,_0x2ead5e:0x10b,_0x23075c:0x5d,_0x16d141:0x1d,_0x18ea17:0x92,_0x2507a0:0xf9,_0x4187ae:0x8e,_0x4013c3:0x55,_0x3eca8f:0x35,_0x4803c2:0xd,_0x24b99d:0x71,_0x12d358:0x56,_0x32cf86:0x1d,_0x209f8c:0xd5,_0x474c21:0x12a,_0x5153f2:0x3c,_0x507339:0x1bc,_0x2d4f84:0x1a2,_0xee8474:0x93,_0x777a10:0x61,_0x1623f2:0xa7,_0x1e1762:0xd,_0x235ec0:0x57,_0x3b2dc2:0x4e,_0x5a20d:0x13a,_0x42ecbf:0xb0,_0x22e6d6:0xdf,_0x569102:0x184,_0x55c4e2:0x1b8,_0xb36e96:0x19,_0x386d9a:0x80,_0x3b67f1:0x7a,_0x1c21e8:0x45,_0x375e8d:0xa9,_0x5f549b:0x12a,_0x40375c:0xf5,_0x2a7b1a:0x152,_0x220854:0xc4,_0x33ad86:0x16a,_0x3185bd:0x170,_0x3a6122:0x98,_0x377a8d:0xde,_0x556875:0x9b,_0x53a091:0x123,_0x131195:0x112,_0x4577a0:0x1bb,_0x5047af:0x176,_0x3fb3f0:0x87,_0x4143df:0x7f,_0xbf3c7c:0xc0,_0x526dae:0x97,_0x1db432:0x69,_0xad7b5b:0x69,_0x11d723:0x1f,_0x34a95e:0x27,_0x23c51f:0x108,_0x5ec41e:0xf0,_0x43f09c:0xf8,_0x50d2a4:0xd7,_0x8bedd5:0x15b,_0x2ab7e2:0x65,_0x4d92c9:0x31,_0x19607e:0x9,_0x2fab75:0xf1,_0x5e9073:0x86,_0x33ea95:0xe7,_0x5148e0:0x10e,_0x25df51:0xc0,_0x3fcc00:0xab,_0x5b9c55:0xd1,_0x2c9db4:0xac,_0x5e0e7f:0xdb,_0xfa16b9:0x134,_0x1fa58a:0x1d1,_0x1defce:0x17a,_0x501c83:0x155,_0x48e042:0x1c4,_0x37569c:0xf4,_0x41f133:0x66,_0x499202:0xc5,_0x430ab7:0x34,_0x274392:0x94,_0x4558a0:0x14c,_0x345c07:0xc8,_0x55a822:0xc0,_0x23c329:0x8e,_0x3c00c0:0x18c,_0x4ce654:0x110,_0x163883:0xa8,_0x319b02:0xd8,_0x34f65d:0x15a,_0x3f891a:0x18b,_0xeca21:0x1c3,_0x10422a:0x6,_0x50b790:0x4b,_0xd43750:0xdd,_0x43a9e2:0xbc,_0xeb6f26:0x39,_0x2a4749:0x163,_0x2d0032:0x81,_0x4afe6f:0x18e,_0x8d77d1:0x1a9,_0x45a483:0xe7,_0xd41f2f:0xa7,_0x181c01:0x4d,_0x2ae752:0x103,_0x2c208d:0xf6,_0xe90045:0x122,_0x464cd0:0x142,_0x5d9484:0xf0,_0x2d330c:0x1b1,_0x48999f:0x20,_0x1058d5:0x148,_0x2647a0:0x1b3,_0x59b6f5:0x88,_0x57b366:0xe3,_0x25d6e9:0x117,_0x1aecbc:0xdb,_0x2e454b:0x84,_0x2425a1:0x70,_0x4a4110:0xa3,_0x1e4684:0x3f,_0x2e5c63:0xf7,_0x14430c:0x159,_0x79fe79:0x18c,_0x223d62:0x44},_0x3d17c6={_0x3b34d7:0xc1,_0x2669c3:0x68,_0x3425af:0x372},_0x1e05bc={_0x212d30:0x199,_0x2b910a:0x14d,_0x3a8b01:0x8a},_0x3d8758={'gvclI':function(_0x58f5be,_0x8459a5,_0x457dcb){return _0x58f5be(_0x8459a5,_0x457dcb);},'lhhfc':_0x265c31(-0x8d,-_0x4063d5._0x2586e0,-_0x4063d5._0x2e0b5b,-_0x4063d5._0x15b155)+_0x541bb6(0xe2,_0x4063d5._0x2a10f2,0x146,_0x4063d5._0x20ec47)+_0x265c31(-_0x4063d5._0x5466db,-0xe3,-0x13f,-_0x4063d5._0x5ab7e6)+'ctions\x20per'+_0x265c31(-_0x4063d5._0x5f32bb,-0x156,-0xb8,-0x113),'JTbor':'Forbidden','oALmv':_0x265c31(-_0x4063d5._0x57b6e3,-_0x4063d5._0x5d2846,-_0x4063d5._0x5cca73,-0x11e)+'not\x20have\x20p'+_0x541bb6(0xe5,_0x4063d5._0x3d7bdf,0xb0,_0x4063d5._0x4b4f93)+_0x541bb6(_0x4063d5._0x5abc76,_0x4063d5._0x40bb03,_0x4063d5._0x217e91,0xc5)+_0x265c31(-0x66,-0x6a,-0x5e,-_0x4063d5._0x4ec9fb)+_0x541bb6(0xd6,_0x4063d5._0x5d564b,_0x4063d5._0x257999,_0x4063d5._0x9c7742)+_0x265c31(-_0x4063d5._0x5518fe,-_0x4063d5._0x16619f,-_0x4063d5._0x415075,-_0x4063d5._0x500696),'zcrsT':function(_0x4e68d5){return _0x4e68d5();},'VhgPp':_0x541bb6(_0x4063d5._0xf02d6b,0xfe,0x92,0xbe),'wGerk':'Not\x20Found','uwUrh':_0x541bb6(_0x4063d5._0x4c94f4,0x11e,0x17a,0xa4)+_0x541bb6(_0x4063d5._0x1489c8,0xae,0x8d,_0x4063d5._0x2aff81)+'ate','pHrmM':'Internal\x20S'+_0x541bb6(_0x4063d5._0xdf0599,0xc2,_0x4063d5._0x439e25,_0x4063d5._0x5e0e08)+'r','kwvad':function(_0x27c6ab,_0x456425){return _0x27c6ab===_0x456425;},'RyGnr':_0x265c31(-_0x4063d5._0x2aff81,-_0x4063d5._0x74024f,-_0x4063d5._0xdc3843,-0x13b),'yqPwk':_0x265c31(-_0x4063d5._0x489178,0x51,-_0x4063d5._0x31cfbb,-_0x4063d5._0x272f44),'ZzPNm':_0x541bb6(0x182,_0x4063d5._0x56e576,0x15e,0xdf)+'t','RfRey':_0x541bb6(_0x4063d5._0x2748fc,_0x4063d5._0x2f5735,_0x4063d5._0xd4fb16,_0x4063d5._0x2d224e)+_0x541bb6(_0x4063d5._0x1994b0,0xa1,_0x4063d5._0x17b5e8,0xea)+'e','sAmAR':_0x265c31(-0x16,-_0x4063d5._0x3070ea,0x5d,_0x4063d5._0x453be3)+_0x541bb6(0x1cc,_0x4063d5._0x32f5ea,_0x4063d5._0x5026c5,_0x4063d5._0x70af)+'te','UmRdZ':function(_0x216dda,_0x176701){return _0x216dda!==_0x176701;},'XHmQc':_0x265c31(0x1,0x57,-_0x4063d5._0x2ca0cf,-_0x4063d5._0x39dbce)+_0x541bb6(_0x4063d5._0x4d0967,0x17b,_0x4063d5._0x1fc187,_0x4063d5._0x36fb21),'DdawY':_0x265c31(-_0x4063d5._0x5643a8,-_0x4063d5._0x2b78c5,-0xa7,-0x75),'gLNll':function(_0x1afa23,_0x354fb9){return _0x1afa23===_0x354fb9;},'KuTbK':_0x541bb6(_0x4063d5._0x5efea5,0xf7,_0x4063d5._0x5bd7c4,_0x4063d5._0x1bf2bb),'MQltI':_0x265c31(-0x4b,-_0x4063d5._0x139b62,-_0x4063d5._0x39318e,-0xb4)+_0x541bb6(0x10c,_0x4063d5._0x2ffdd5,0x14c,_0x4063d5._0x4d0967)+_0x541bb6(0x109,_0x4063d5._0x359233,0x15c,_0x4063d5._0x558604),'splml':_0x541bb6(_0x4063d5._0x35f4dd,0x11e,_0x4063d5._0x3292cc,0x12e)+'write\x20temp'+_0x265c31(-_0x4063d5._0x5a0120,-0x3e,-_0x4063d5._0x2f60d5,-0x59)},{callingTask:_0x5144e7,taskUser:_0xf6da27,environmentName:_0x3e388e,environmentPath:_0x4b2ad3}=_0x97032d,{name:_0x5795fc}=_0x97032d[_0x265c31(-0xc5,-_0x4063d5._0x24171e,-_0x4063d5._0x39ccd3,-0x9a)],{content:_0x1616b9,metadata:_0x4e9020}=_0x97032d[_0x265c31(-_0x4063d5._0x49bb08,-0x13f,-0x13a,-_0x4063d5._0x3109ba)];if(_0x5795fc[_0x541bb6(_0x4063d5._0x1e0b27,0x17d,_0x4063d5._0x1a9222,_0x4063d5._0x2f5735)]('/')||_0x5795fc[_0x541bb6(_0x4063d5._0x25fe3a,0x17d,_0x4063d5._0x590292,0x187)]('\x5c')||_0x5795fc[_0x541bb6(0x1a5,_0x4063d5._0x1279c1,_0x4063d5._0x38ab56,_0x4063d5._0x179a5f)]('..')){if(_0x3d8758['kwvad'](_0x3d8758[_0x265c31(-0x22,0x45,0xf,-0x5a)],_0x3d8758[_0x265c31(-0x7,_0x4063d5._0xd32274,-_0x4063d5._0x4eb2be,0x3c)])){if(!_0x3d8758[_0x541bb6(_0x4063d5._0xac5ae5,0xcf,_0x4063d5._0x1eb9c7,0x10b)](_0x405bb6,_0x2c0581[_0x541bb6(0x11d,_0x4063d5._0x1e0b27,_0x4063d5._0x519bce,0x158)],_0x265c31(-0x66,-0x86,-0x55,-0xb9)+_0x541bb6(_0x4063d5._0x7cfa03,_0x4063d5._0x4800fa,_0x4063d5._0x3d254a,0xfc)+_0x265c31(-0x33,-_0x4063d5._0x444ac5,_0x4063d5._0x3450e0,-_0x4063d5._0x1e69c1))){const _0x2f9789={};_0x2f9789['taskId']=_0x5c035f[_0x265c31(-_0x4063d5._0xfff287,-_0x4063d5._0x589df7,-0x67,-_0x4063d5._0x444ac5)+'k'][_0x265c31(-0x50,-_0x4063d5._0x5a0120,-_0x4063d5._0x4971d1,-0xd1)],_0x2f9789[_0x541bb6(0x94,_0x4063d5._0x1eb9c7,_0x4063d5._0x5466db,_0x4063d5._0x5c89df)]=_0x1c5152['taskUser']['id'],_0x2f9789['username']=_0x4320df['taskUser'][_0x265c31(-0xd2,-_0x4063d5._0x2e801b,-_0x4063d5._0x38457e,-_0x4063d5._0x5611a1)],_0x110afc[_0x541bb6(0x1a8,_0x4063d5._0x1c05f9,_0x4063d5._0x2ead5e,0xfe)](_0x3d8758[_0x541bb6(0x18f,0x115,0x15d,0x175)],_0x2f9789);const _0x5b136c={};return _0x5b136c[_0x265c31(-_0x4063d5._0x23075c,-0x53,_0x4063d5._0x16d141,-0x1)]=_0x3d8758[_0x265c31(-_0x4063d5._0x4b4f93,-0x2,-0x50,0x4c)],_0x5b136c[_0x541bb6(_0x4063d5._0x18ea17,_0x4063d5._0x2507a0,0x159,0x93)]=_0x3d8758['oALmv'],_0x215210['status'](-0x893+0xd11*0x2+0x6*-0x2aa)[_0x265c31(-_0x4063d5._0x4ec9fb,-_0x4063d5._0x4187ae,-0x7b,-0x171)](_0x5b136c);}_0x3d8758[_0x265c31(-0x10,_0x4063d5._0x4013c3,_0x4063d5._0x3eca8f,-0x6b)](_0x204419);}else{const _0x56b002={};return _0x56b002[_0x265c31(-_0x4063d5._0x23075c,0xc,-0x43,-0x10)]=_0x3d8758[_0x265c31(-_0x4063d5._0x4803c2,_0x4063d5._0x24b99d,_0x4063d5._0x12d358,-_0x4063d5._0x32cf86)],_0x56b002[_0x541bb6(_0x4063d5._0x209f8c,_0x4063d5._0x2507a0,_0x4063d5._0x474c21,0xc9)]=_0x3d8758[_0x265c31(-0x32,0x4,_0x4063d5._0x5153f2,0x9)],_0x321374[_0x541bb6(_0x4063d5._0x507339,0x18c,_0x4063d5._0x2d4f84,0x173)](0x1*0x212e+0xd8b+0x1*-0x2d29)[_0x541bb6(_0x4063d5._0xee8474,0xb9,0x66,_0x4063d5._0x777a10)](_0x56b002);}}function _0x541bb6(_0x30cfa3,_0x4d5da6,_0x52bb1f,_0x5eae8a){return _0x27103e(_0x30cfa3-_0x1e05bc._0x212d30,_0x4d5da6-_0x1e05bc._0x2b910a,_0x52bb1f,_0x4d5da6- -_0x1e05bc._0x3a8b01);}if(_0x3d8758[_0x541bb6(0x25,_0x4063d5._0x1623f2,0x10b,0x87)](_0x1616b9,undefined)){const _0x31c68a={};return _0x31c68a['error']=_0x3d8758[_0x265c31(-_0x4063d5._0x1e1762,_0x4063d5._0x235ec0,0x1b,_0x4063d5._0x3b2dc2)],_0x31c68a[_0x541bb6(0x130,0xf9,0x126,_0x4063d5._0x5a20d)]=_0x541bb6(0x82,0xfa,0x16a,0xde)+_0x265c31(-_0x4063d5._0x42ecbf,-0x10d,-_0x4063d5._0x22e6d6,-_0x4063d5._0x2ffdd5)+_0x541bb6(_0x4063d5._0x569102,0x159,0x18b,_0x4063d5._0x55c4e2),_0x321374[_0x265c31(-_0x4063d5._0xb36e96,-0x38,0x62,-0x6c)](0x3*0x265+-0x2d9*0xa+0x1*0x16db)['json'](_0x31c68a);}logger[_0x265c31(-0xcc,-_0x4063d5._0x386d9a,-0x102,-_0x4063d5._0x3b67f1)](_0x3d8758[_0x265c31(-_0x4063d5._0x1c21e8,0x3e,-_0x4063d5._0x4b4f93,-0x57)],{'taskId':_0x5144e7[_0x265c31(-0x50,-_0x4063d5._0x375e8d,-0xae,-0x3e)],'environment':_0x3e388e,'template':_0x5795fc,'userId':_0xf6da27['id'],'hasMetadata':_0x3d8758[_0x541bb6(0x1df,0x194,_0x4063d5._0x5f549b,0x186)](_0x4e9020,undefined)});function _0x265c31(_0x439b59,_0x201f96,_0x314794,_0x27dfcf){return _0xb5b88b(_0x439b59-_0x3d17c6._0x3b34d7,_0x201f96-_0x3d17c6._0x2669c3,_0x439b59- -_0x3d17c6._0x3425af,_0x27dfcf);}const _0x4c7485=_0x168e38[_0x265c31(-_0x4063d5._0x40375c,-0x84,-0x97,-0xd9)](_0x4b2ad3,_0x3d8758[_0x265c31(-0xf9,-_0x4063d5._0x2a7b1a,-0xe8,-_0x4063d5._0x220854)]),_0x3da51b=_0x168e38['join'](_0x4c7485,_0x5795fc+_0x265c31(-0x106,-_0x4063d5._0x33ad86,-_0x4063d5._0x3185bd,-_0x4063d5._0x3a6122)),_0x4edd83=_0x168e38[_0x265c31(-_0x4063d5._0x40375c,-0xd6,-_0x4063d5._0x377a8d,-0x119)](_0x4c7485,_0x5795fc+_0x265c31(-_0x4063d5._0x556875,-0xab,-0xd8,-0x108)),_0x21306e=new Date()['toISOStrin'+'g']();try{const _0x3d3cce={};_0x3d3cce[_0x541bb6(_0x4063d5._0x53a091,0x141,0x1b4,_0x4063d5._0x131195)]=!![],await _0x2e7821[_0x541bb6(_0x4063d5._0x4577a0,_0x4063d5._0x5047af,0x15f,0x1c9)](_0x4c7485,_0x3d3cce),await _0x2e7821[_0x541bb6(_0x4063d5._0x3fb3f0,0xce,_0x4063d5._0x4143df,_0x4063d5._0xbf3c7c)](_0x3da51b,_0x1616b9,_0x3d8758[_0x265c31(-_0x4063d5._0x526dae,-0x13,-_0x4063d5._0x1db432,-0xad)]);if(_0x3d8758[_0x265c31(-0x11,-_0x4063d5._0xad7b5b,-_0x4063d5._0x11d723,_0x4063d5._0x34a95e)](_0x4e9020,undefined)&&_0x4e9020!==null){if(_0x3d8758[_0x541bb6(_0x4063d5._0x23c51f,0x16e,_0x4063d5._0x5ec41e,_0x4063d5._0x43f09c)](_0x3d8758['KuTbK'],'IYTKN'))await _0x2e7821[_0x265c31(-_0x4063d5._0x50d2a4,-_0x4063d5._0x8bedd5,-_0x4063d5._0xd4fb16,-_0x4063d5._0x2ab7e2)](_0x4edd83,JSON[_0x265c31(-_0x4063d5._0x2ab7e2,-0x9b,-_0x4063d5._0x4d92c9,_0x4063d5._0x19607e)](_0x4e9020,null,0x1*0x97+-0x1048+0xfb3),_0x3d8758[_0x541bb6(0xb5,0x10e,0xcb,0x10b)]);else{if(_0x5269af[_0x265c31(-0xb6,-0x4d,-_0x4063d5._0x2fab75,-_0x4063d5._0x5e9073)]===_0x3d8758[_0x541bb6(0x103,_0x4063d5._0x33ea95,_0x4063d5._0x5148e0,0xa4)]){const _0x507374={};_0x507374['error']=_0x3d8758[_0x265c31(-_0x4063d5._0x25df51,-0x50,-_0x4063d5._0x3fcc00,-_0x4063d5._0x5b9c55)],_0x507374[_0x265c31(-_0x4063d5._0x2c9db4,-_0x4063d5._0x131195,-_0x4063d5._0x5e0e7f,-0x95)]='Template\x20\x27'+_0x553209+('\x27\x20not\x20foun'+'d'),_0x1290f9[_0x541bb6(_0x4063d5._0xfa16b9,0x18c,0x138,_0x4063d5._0x1fa58a)](0xa*-0x2af+0x109*-0xa+0x26c4)['json'](_0x507374);}else{const _0x2aa9bc={};_0x2aa9bc['taskId']=_0xf0f75f[_0x541bb6(_0x4063d5._0x1defce,_0x4063d5._0x501c83,_0x4063d5._0x48e042,_0x4063d5._0x37569c)],_0x2aa9bc[_0x265c31(-_0x4063d5._0x41f133,-_0x4063d5._0x499202,-0x9c,-_0x4063d5._0x430ab7)+'t']=_0x3d7bb0,_0x2aa9bc['template']=_0x2313e9,_0x2aa9bc['error']=_0x5a7b2b[_0x265c31(-_0x4063d5._0x2c9db4,-0xa0,-0x91,-0x12b)],_0x985842['error'](_0x3d8758[_0x265c31(-0xdd,-_0x4063d5._0x274392,-0xd5,-_0x4063d5._0x4558a0)],_0x2aa9bc);const _0xc2f784={};_0xc2f784['error']=_0x3d8758['pHrmM'],_0xc2f784['message']=_0x3d8758[_0x541bb6(_0x4063d5._0x9c7742,_0x4063d5._0x345c07,_0x4063d5._0x55a822,_0x4063d5._0x23c329)],_0x122099[_0x541bb6(_0x4063d5._0x23c51f,_0x4063d5._0x3c00c0,0x201,_0x4063d5._0x4ce654)](-0x1362+0x21f9*0x1+-0xca3)[_0x265c31(-_0x4063d5._0x257999,-0x173,-_0x4063d5._0x163883,-_0x4063d5._0x319b02)](_0xc2f784);}}}const _0x2fffe9={};_0x2fffe9[_0x541bb6(_0x4063d5._0x34f65d,0x155,_0x4063d5._0x3f891a,_0x4063d5._0xeca21)]=_0x5144e7['taskId'],_0x2fffe9['environmen'+'t']=_0x3e388e,_0x2fffe9[_0x265c31(-_0x4063d5._0x10422a,0x55,_0x4063d5._0x50b790,0x4d)]=_0x5795fc,_0x2fffe9['userId']=_0xf6da27['id'],logger[_0x265c31(-0xcc,-0xc1,-0xa2,-_0x4063d5._0xd43750)](_0x3d8758[_0x541bb6(0x56,_0x4063d5._0x43a9e2,0xcc,_0x4063d5._0xeb6f26)],_0x2fffe9);const _0x377134={};_0x377134[_0x541bb6(0xf3,0xdf,_0x4063d5._0x2a4749,_0x4063d5._0x2d0032)]=!![],_0x377134[_0x541bb6(0x158,_0x4063d5._0x4afe6f,0x164,_0x4063d5._0x2ffdd5)]=_0x5795fc,_0x377134[_0x541bb6(0xcc,0x13f,0x193,_0x4063d5._0x8d77d1)+'t']=_0x3e388e,_0x377134['updatedAt']=_0x21306e,_0x377134[_0x265c31(-_0x4063d5._0x45a483,-_0x4063d5._0xd41f2f,-0x107,-_0x4063d5._0x33ad86)+_0x265c31(-0x70,-_0x4063d5._0x39dbce,-_0x4063d5._0x5f32bb,-_0x4063d5._0x5e0e08)]=_0x5144e7[_0x265c31(-0x50,0x16,-_0x4063d5._0x181c01,-0xd0)],_0x377134[_0x265c31(-_0x4063d5._0x2ae752,-0x11d,-_0x4063d5._0x2c208d,-0x167)+_0x541bb6(_0x4063d5._0x3fcc00,0xeb,_0x4063d5._0xe90045,_0x4063d5._0x319b02)]=_0xf6da27['id'],_0x321374['json'](_0x377134);}catch(_0x14f19c){const _0x554dfb={};_0x554dfb[_0x265c31(-0x50,-_0x4063d5._0x7cfa03,-0x17,-0x97)]=_0x5144e7[_0x541bb6(_0x4063d5._0x464cd0,_0x4063d5._0x501c83,0xe8,0x183)],_0x554dfb[_0x541bb6(_0x4063d5._0x5d9484,0x13f,0x124,_0x4063d5._0x2d330c)+'t']=_0x3e388e,_0x554dfb[_0x265c31(-_0x4063d5._0x10422a,_0x4063d5._0x10422a,-_0x4063d5._0x48999f,-0x76)]=_0x5795fc,_0x554dfb[_0x541bb6(_0x4063d5._0x1defce,_0x4063d5._0x1058d5,_0x4063d5._0xeca21,_0x4063d5._0x2647a0)]=_0x14f19c['message'],logger[_0x265c31(-_0x4063d5._0x23075c,-0xdb,-0x8b,-_0x4063d5._0x5643a8)](_0x3d8758[_0x265c31(-_0x4063d5._0x59b6f5,-0x55,-0x4d,-0x7e)],_0x554dfb);const _0x3d770b={};_0x3d770b[_0x265c31(-0x5d,-0xe,-_0x4063d5._0x57b366,-0xd7)]=_0x265c31(-0x100,-0x79,-0x104,-_0x4063d5._0x9c7742)+_0x265c31(-_0x4063d5._0x57b366,-_0x4063d5._0x25d6e9,-_0x4063d5._0x1aecbc,-_0x4063d5._0x777a10)+'r',_0x3d770b[_0x265c31(-0xac,-0x93,-_0x4063d5._0x2e454b,-_0x4063d5._0xfff287)]=_0x265c31(-0x87,-_0x4063d5._0x2425a1,-0x82,-0x30)+_0x265c31(-_0x4063d5._0x4a4110,-0x120,-_0x4063d5._0x1e4684,-_0x4063d5._0x2e5c63)+'late',_0x321374[_0x541bb6(_0x4063d5._0x14430c,_0x4063d5._0x79fe79,0x105,0x14d)](-0x2d*0x8b+-0x1af*-0xa+-0x1*-0x98d)[_0x541bb6(_0x4063d5._0x223d62,0xb9,0xa4,0x7e)](_0x3d770b);}}),router['delete'](_0xb5b88b(0x26e,0x33b,0x2b9,0x265)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x1f73e6,_0x56468b)=>{const _0x4a758a={_0x1153d7:0x36e,_0x882836:0x345,_0x366aa5:0x31b,_0x4c3403:0x79,_0x2b5a49:0x145,_0x5850bf:0x427,_0x5b22e8:0x3b6,_0x1ed26c:0x374,_0x39f0a4:0x321,_0x47f138:0x339,_0xaa18c:0x310,_0x8f7a39:0x103,_0x167543:0x84,_0x538071:0x3f6,_0x2ab7a4:0x3cc,_0x27d83d:0x3a7,_0x5e799d:0x371,_0x663aa3:0x2b7,_0x2811da:0x235,_0x358ae8:0x12f,_0x4caf88:0x149,_0x37e3e0:0x31c,_0x1b3515:0x2de,_0x1d1032:0x33d,_0x40fb51:0x12b,_0x3e2226:0x10a,_0x42da47:0xad,_0x316ea4:0x34d,_0x43c047:0x389,_0x381139:0x3c4,_0x3bb9e7:0x192,_0x57520f:0x32d,_0x206ab4:0x360,_0x5c94c7:0x3ac,_0x814925:0x1ac,_0x13c94b:0x220,_0x1cd785:0x49,_0x1c5e8b:0xa5,_0x6641d2:0x127,_0x439242:0x194,_0x10da9d:0x18b,_0x1b7f84:0x182,_0x522cda:0x151,_0x4b13d5:0x17a,_0x18380d:0x135,_0x2f769b:0x2e7,_0x192e2e:0x306,_0x5102bd:0xaf,_0x1006e5:0x2eb,_0xc745a2:0x2bc,_0x442736:0x366,_0x92edfc:0x3e3,_0x4e8a33:0x3a1,_0x3ea5a8:0x19d,_0x23b775:0x120,_0x4b022c:0x1ef,_0x46549f:0x2bc,_0x32a977:0xe5,_0x4e7cac:0x30b,_0x1c5023:0x1a3,_0x16f12f:0x150,_0x576739:0x13a,_0x11bf9c:0x30a,_0x4e61ad:0xbb,_0x32e699:0x354,_0x23fc67:0x117,_0x5a727d:0x3e0,_0x163c38:0x3a8,_0x4ab9d5:0xdf,_0x22d486:0x299,_0x3d2221:0xf8,_0x30f553:0xc7,_0x4378d8:0x15a,_0xe23a0c:0x140,_0x5e78c6:0xa7,_0x10a9ff:0xac,_0x4b1f7c:0x288,_0x5270e8:0x2a9,_0x242308:0x2fa,_0x459e1e:0x2d4,_0x1bd15a:0x2da,_0x15e443:0x330,_0x5e8aca:0x11e,_0x1396f7:0x20c,_0x3d1c44:0xcd,_0x28f607:0x10c,_0x23dc25:0xfe,_0x578f0d:0x1a6,_0x485140:0x147,_0xfecd3e:0x13c,_0x18b600:0x2ad,_0x296d1b:0x122,_0x570e8b:0xea,_0x42365b:0x305,_0x2effc7:0xa4,_0x45e577:0x28,_0x5531d7:0x170,_0x5972b1:0x195,_0x41da65:0x163,_0x368534:0x14b,_0x4df1d3:0xc1,_0x5b96ba:0x62,_0x5a41fb:0x395,_0x303902:0x3b6,_0x3d2376:0x3bf,_0x5515fc:0x34b,_0x3cdf90:0x2cb,_0x39194a:0x32e,_0x85fb39:0xae,_0x58384b:0xab,_0x32edf5:0xa2,_0x25941c:0x326,_0x5341b4:0x363,_0x14b1a4:0x2e0,_0x10526d:0x35c,_0x271ec2:0x17b,_0x2b3b24:0x1c8,_0x423832:0x154,_0xb8217:0x119,_0x5651ea:0x193,_0x1769cc:0xf7,_0x264487:0xa4,_0x1a66d9:0x309,_0x4577db:0x383,_0x46250d:0xc1,_0x53f545:0x13c,_0x1491b6:0x132,_0x2c3649:0x2c5,_0x3394d4:0x2fc},_0xd5a890={_0x4ef98f:0x182},_0x381f46={_0x1c5f49:0x1c8,_0x285f04:0x41a},_0x59a2ab={};_0x59a2ab[_0x1eb2df(0x30c,_0x4a758a._0x1153d7,_0x4a758a._0x882836,0x3cf)]='Bad\x20Reques'+'t',_0x59a2ab['pyceu']=_0x1eb2df(0x2c5,_0x4a758a._0x366aa5,0x36a,0x33f)+_0x28f337(-0xee,-_0x4a758a._0x4c3403,-0xb8,-_0x4a758a._0x2b5a49)+'te',_0x59a2ab['ogGKe']=_0x1eb2df(_0x4a758a._0x5850bf,0x3b2,_0x4a758a._0x5b22e8,0x413)+'ates',_0x59a2ab[_0x1eb2df(0x3c6,_0x4a758a._0x1ed26c,_0x4a758a._0x39f0a4,0x3e0)]=_0x1eb2df(0x371,0x338,_0x4a758a._0x47f138,_0x4a758a._0xaa18c),_0x59a2ab[_0x28f337(-_0x4a758a._0x8f7a39,-0xc7,-0x117,-_0x4a758a._0x167543)]='Template\x20d'+'eleted\x20by\x20'+_0x1eb2df(_0x4a758a._0x538071,0x383,_0x4a758a._0x2ab7a4,_0x4a758a._0x27d83d),_0x59a2ab[_0x1eb2df(_0x4a758a._0x5e799d,0x2fc,0x2a4,0x354)]=function(_0x8ce23e,_0x41129b){return _0x8ce23e===_0x41129b;},_0x59a2ab[_0x1eb2df(0x2ee,_0x4a758a._0x663aa3,0x2d8,_0x4a758a._0x2811da)]='ENOENT',_0x59a2ab['eSSZZ']=_0x28f337(-_0x4a758a._0x358ae8,-_0x4a758a._0x4caf88,-0x19a,-0x187)+_0x28f337(-0xf7,-0x10e,-0x153,-0xa9)+'plate',_0x59a2ab[_0x1eb2df(_0x4a758a._0x37e3e0,_0x4a758a._0x1b3515,0x350,_0x4a758a._0x1d1032)]=_0x1eb2df(0x318,0x2b1,0x2b9,0x282)+'erver\x20Erro'+'r';const _0x5793ba=_0x59a2ab,{callingTask:_0x77a6b4,taskUser:_0x8330ff,environmentName:_0x421970,environmentPath:_0x1b0a6c}=_0x1f73e6;function _0x28f337(_0x5c64b5,_0x56d7b4,_0x11bdcc,_0x1d5695){return _0xb5b88b(_0x5c64b5-0x125,_0x56d7b4-_0x381f46._0x1c5f49,_0x5c64b5- -_0x381f46._0x285f04,_0x11bdcc);}const {name:_0x2a393a}=_0x1f73e6[_0x28f337(-0x16d,-0x1be,-_0x4a758a._0x40fb51,-0x111)];if(_0x2a393a[_0x28f337(-0xd0,-_0x4a758a._0x3e2226,-_0x4a758a._0x42da47,-0x77)]('/')||_0x2a393a[_0x1eb2df(_0x4a758a._0x316ea4,_0x4a758a._0x43c047,0x3be,_0x4a758a._0x381139)]('\x5c')||_0x2a393a[_0x1eb2df(0x34a,0x389,0x3ff,0x405)]('..')){const _0x5f4617={};return _0x5f4617['error']=_0x5793ba['Ijtig'],_0x5f4617[_0x28f337(-0x154,-_0x4a758a._0x3bb9e7,-0x16a,-0xd7)]=_0x1eb2df(0x341,_0x4a758a._0x57520f,_0x4a758a._0x206ab4,_0x4a758a._0x5c94c7)+_0x28f337(-_0x4a758a._0x814925,-0x1a4,-0x1a7,-_0x4a758a._0x13c94b)+'e',_0x56468b[_0x28f337(-0xc1,-_0x4a758a._0x1cd785,-_0x4a758a._0x1c5e8b,-_0x4a758a._0x6641d2)](-0xb5e+0x3a3+0x94b)[_0x28f337(-_0x4a758a._0x439242,-_0x4a758a._0x10da9d,-0x1fd,-_0x4a758a._0x1b7f84)](_0x5f4617);}const _0x5ded2f={};_0x5ded2f[_0x1eb2df(0x384,0x361,0x2fe,0x318)]=_0x77a6b4[_0x28f337(-0xf8,-_0x4a758a._0x522cda,-_0x4a758a._0x4b13d5,-0x144)],_0x5ded2f['environmen'+'t']=_0x421970,_0x5ded2f[_0x28f337(-0xae,-0x76,-0x104,-_0x4a758a._0x18380d)]=_0x2a393a,_0x5ded2f[_0x1eb2df(0x2bb,_0x4a758a._0x2f769b,0x367,_0x4a758a._0x192e2e)]=_0x8330ff['id'],logger['info'](_0x5793ba[_0x28f337(-0xa8,-_0x4a758a._0x5102bd,-0x83,-0xef)],_0x5ded2f);const _0xe7e9b8=_0x168e38[_0x1eb2df(_0x4a758a._0x1006e5,_0x4a758a._0xc745a2,0x335,0x238)](_0x1b0a6c,_0x5793ba[_0x1eb2df(_0x4a758a._0x442736,0x377,_0x4a758a._0x92edfc,_0x4a758a._0x4e8a33)]),_0x36330a=_0x168e38[_0x28f337(-_0x4a758a._0x3ea5a8,-0x151,-0x1e1,-_0x4a758a._0x23b775)](_0xe7e9b8,_0x2a393a+_0x28f337(-0x1ae,-_0x4a758a._0x4b022c,-0x231,-0x16e)),_0x4d87eb=_0x168e38[_0x1eb2df(0x2da,_0x4a758a._0x46549f,0x2ca,0x335)](_0xe7e9b8,_0x2a393a+_0x28f337(-0x143,-0x158,-0x15a,-_0x4a758a._0x32a977));function _0x1eb2df(_0x4f6488,_0x3f5cfe,_0x7f3bb4,_0x3afc25){return _0x27103e(_0x4f6488-0x1c2,_0x3f5cfe-0x127,_0x7f3bb4,_0x3f5cfe-_0xd5a890._0x4ef98f);}try{const _0x525c0f=_0x5793ba[_0x1eb2df(0x39c,_0x4a758a._0x1ed26c,0x3c7,_0x4a758a._0x4e7cac)][_0x28f337(-_0x4a758a._0x1c5023,-0x20a,-_0x4a758a._0x16f12f,-_0x4a758a._0x576739)]('|');let _0x51cb7f=0x1ca8+0x1*0x25a9+-0x4251*0x1;while(!![]){switch(_0x525c0f[_0x51cb7f++]){case'0':const _0x4cf56a={};_0x4cf56a[_0x1eb2df(0x340,0x2eb,_0x4a758a._0x11bf9c,0x2b4)]=!![],_0x4cf56a[_0x28f337(-0xbf,-0x12a,-0xce,-_0x4a758a._0x4e61ad)]=_0x2a393a,_0x4cf56a['environmen'+'t']=_0x421970,_0x4cf56a[_0x1eb2df(0x3a9,0x35a,_0x4a758a._0x2f769b,0x317)+_0x1eb2df(0x34a,0x341,0x2c9,_0x4a758a._0x32e699)]=_0x77a6b4[_0x28f337(-0xf8,-0x17c,-0xbc,-_0x4a758a._0x23fc67)],_0x4cf56a[_0x1eb2df(_0x4a758a._0x5a727d,_0x4a758a._0x163c38,0x3b1,0x3c6)+_0x28f337(-0x162,-_0x4a758a._0x4ab9d5,-0xf7,-0x123)]=_0x8330ff['id'],_0x56468b[_0x1eb2df(_0x4a758a._0x22d486,0x2c5,0x2a6,_0x4a758a._0x11bf9c)](_0x4cf56a);continue;case'1':const _0x40ceef={};_0x40ceef[_0x28f337(-_0x4a758a._0x3d2221,-0x117,-0xce,-_0x4a758a._0x40fb51)]=_0x77a6b4[_0x28f337(-0xf8,-_0x4a758a._0x30f553,-0xaa,-_0x4a758a._0x4378d8)],_0x40ceef[_0x28f337(-0x10e,-_0x4a758a._0xe23a0c,-_0x4a758a._0x5e78c6,-_0x4a758a._0x10a9ff)+'t']=_0x421970,_0x40ceef['template']=_0x2a393a,_0x40ceef[_0x1eb2df(_0x4a758a._0x4b1f7c,0x2e7,_0x4a758a._0x22d486,_0x4a758a._0x5270e8)]=_0x8330ff['id'],logger[_0x1eb2df(_0x4a758a._0x242308,0x2e5,0x2e0,_0x4a758a._0x459e1e)](_0x5793ba[_0x1eb2df(0x3a5,0x356,_0x4a758a._0x1bd15a,_0x4a758a._0x15e443)],_0x40ceef);continue;case'2':await _0x2e7821[_0x28f337(-0x190,-_0x4a758a._0x5e8aca,-_0x4a758a._0x1396f7,-0x11e)](_0x36330a);continue;case'3':await _0x2e7821['unlink'](_0x36330a);continue;case'4':try{await _0x2e7821[_0x28f337(-_0x4a758a._0x3d1c44,-_0x4a758a._0x28f607,-0xc0,-_0x4a758a._0x23dc25)](_0x4d87eb);}catch{}continue;}break;}}catch(_0xdfbd0){if(_0x5793ba[_0x28f337(-0x15d,-_0x4a758a._0x578f0d,-_0x4a758a._0x485140,-_0x4a758a._0xfecd3e)](_0xdfbd0['code'],_0x5793ba[_0x1eb2df(0x2be,_0x4a758a._0x663aa3,0x29d,_0x4a758a._0x18b600)])){const _0x52813e={};_0x52813e[_0x28f337(-0x105,-0x87,-_0x4a758a._0x296d1b,-_0x4a758a._0x570e8b)]=_0x1eb2df(0x329,0x2d2,0x29d,0x33a),_0x52813e[_0x1eb2df(0x2f2,_0x4a758a._0x42365b,_0x4a758a._0x46549f,0x334)]=_0x28f337(-_0x4a758a._0x2effc7,-_0x4a758a._0x45e577,-0x2f,-0x79)+_0x2a393a+(_0x28f337(-_0x4a758a._0x5531d7,-_0x4a758a._0x5972b1,-_0x4a758a._0x41da65,-_0x4a758a._0x368534)+'d'),_0x56468b[_0x28f337(-_0x4a758a._0x4df1d3,-0x67,-_0x4a758a._0x5b96ba,-0xce)](0x1307+-0x64*0x1d+-0x61f)['json'](_0x52813e);}else{const _0x1c83ff={};_0x1c83ff['taskId']=_0x77a6b4[_0x1eb2df(0x3bf,0x361,_0x4a758a._0x5a41fb,_0x4a758a._0x303902)],_0x1c83ff[_0x1eb2df(_0x4a758a._0x3d2376,_0x4a758a._0x5515fc,_0x4a758a._0x3cdf90,_0x4a758a._0x39194a)+'t']=_0x421970,_0x1c83ff[_0x28f337(-_0x4a758a._0x85fb39,-0x65,-0xb2,-0x57)]=_0x2a393a,_0x1c83ff[_0x28f337(-0x105,-_0x4a758a._0x58384b,-0x17a,-0xde)]=_0xdfbd0['message'],logger[_0x28f337(-0x105,-0x176,-0x155,-_0x4a758a._0x32edf5)](_0x5793ba[_0x1eb2df(0x312,_0x4a758a._0x25941c,0x34e,_0x4a758a._0x5341b4)],_0x1c83ff);const _0xcc3639={};_0xcc3639[_0x1eb2df(0x3cd,0x354,_0x4a758a._0x14b1a4,_0x4a758a._0x10526d)]=_0x5793ba[_0x28f337(-_0x4a758a._0x271ec2,-0x155,-_0x4a758a._0x2b3b24,-0x175)],_0xcc3639[_0x28f337(-_0x4a758a._0x423832,-0x17a,-_0x4a758a._0xb8217,-_0x4a758a._0x5651ea)]='Failed\x20to\x20'+_0x28f337(-_0x4a758a._0x1769cc,-_0x4a758a._0x3e2226,-_0x4a758a._0x264487,-_0x4a758a._0x4378d8)+_0x1eb2df(_0x4a758a._0x1a66d9,0x334,0x30f,_0x4a758a._0x4577db),_0x56468b[_0x28f337(-_0x4a758a._0x46250d,-0xb3,-_0x4a758a._0x53f545,-_0x4a758a._0x1491b6)](-0x1067+-0x601*-0x4+-0x5a9)[_0x1eb2df(0x25d,_0x4a758a._0x2c3649,_0x4a758a._0x3394d4,0x2e0)](_0xcc3639);}}});function _0xb5b88b(_0x41cb6f,_0x19da05,_0x413160,_0x3c084e){const _0x2af3be={_0x137a07:0x12d};return _0x4d4e(_0x413160-_0x2af3be._0x137a07,_0x3c084e);}export default router;
|
|
1
|
+
(function(_0x537dc9,_0x4e0687){const _0x12cac8={_0x5cd80e:0x1ea,_0x3fc965:0x224,_0x2de4ea:0x194,_0x305ea8:0x267,_0x2cb662:0x21e,_0x147fa0:0x2cb,_0x9472ff:0x35d,_0x70db0a:0x332,_0x5bac26:0x376,_0xa6b2b7:0x237,_0x1a5f5b:0x214,_0x1963f3:0x2e4,_0xc336:0x315,_0x31a5fc:0x1f0,_0x4536a4:0x1e7,_0xf3f337:0x1ec,_0x442749:0x23f,_0x7b09e1:0x2d0,_0x19a0e8:0x1bc,_0x4132fb:0x15e,_0x486d19:0x1e6},_0x3a28fc={_0x51ef8e:0xed},_0x29d283={_0x4e0071:0x96},_0x127b58=_0x537dc9();function _0x268e5d(_0x44187b,_0x33fc7a,_0x152f26,_0x1789d7){return _0x7f86(_0x152f26-_0x29d283._0x4e0071,_0x44187b);}function _0x5f0448(_0x21c240,_0x60e0c4,_0x3ab2c8,_0x9ed724){return _0x7f86(_0x60e0c4-_0x3a28fc._0x51ef8e,_0x21c240);}while(!![]){try{const _0x150d98=-parseInt(_0x5f0448(_0x12cac8._0x5cd80e,_0x12cac8._0x3fc965,0x274,_0x12cac8._0x2de4ea))/(0x1*0x26a5+0x1e5e+0x16*-0x323)+-parseInt(_0x268e5d(_0x12cac8._0x305ea8,_0x12cac8._0x2cb662,0x249,0x28f))/(0x15a4+0x1ed6+-0x1*0x3478)+parseInt(_0x5f0448(0x36b,0x2f1,_0x12cac8._0x147fa0,_0x12cac8._0x9472ff))/(-0x3*0xa16+-0x2d1*-0x1+0x1b74)*(-parseInt(_0x5f0448(0x296,0x2f3,_0x12cac8._0x70db0a,_0x12cac8._0x5bac26))/(-0x335*0x4+-0x167b*-0x1+-0x9a3))+parseInt(_0x5f0448(_0x12cac8._0xa6b2b7,_0x12cac8._0x1a5f5b,0x1b7,0x276))/(0x10e4+-0x957+-0x788)+-parseInt(_0x5f0448(_0x12cac8._0x1963f3,0x29c,0x22e,_0x12cac8._0xc336))/(0x750+-0x1c37+0x14ed)+-parseInt(_0x5f0448(_0x12cac8._0x31a5fc,0x261,0x2e9,_0x12cac8._0x4536a4))/(0x1e17*0x1+-0x2505+0x6f5)+-parseInt(_0x5f0448(_0x12cac8._0xf3f337,_0x12cac8._0x442749,0x28c,_0x12cac8._0x7b09e1))/(-0x1603+-0x913+0x472*0x7)*(-parseInt(_0x268e5d(_0x12cac8._0x19a0e8,_0x12cac8._0x4132fb,_0x12cac8._0x486d19,0x1a6))/(-0x1*0xa36+0x367*0x2+0x371));if(_0x150d98===_0x4e0687)break;else _0x127b58['push'](_0x127b58['shift']());}catch(_0x1da98d){_0x127b58['push'](_0x127b58['shift']());}}}(_0x1910,-0xc7938*-0x1+0xcb004+-0x11f6c2));import _0x118ffb from'express';import{promises as _0x27595b}from'fs';function _0xeeea46(_0x2953f9,_0x4241ab,_0x2113ba,_0x1af542){return _0x7f86(_0x4241ab- -0x217,_0x1af542);}import _0x31e5fd from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{userHasPermission}from'../lib/roles.js';const router=_0x118ffb[_0xeeea46(-0x3d,-0x2,0x1b,-0x7d)]();function _0x444d0d(_0x4dacf8,_0x4cdd72,_0x129b41,_0x4f0019){return _0x7f86(_0x129b41-0x1d1,_0x4cdd72);}let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x2a9ac3){const _0x2af351={_0xb7fde3:0xcb,_0x4796a6:0x68,_0x324bf7:0x31,_0x3a69a7:0x10e,_0x4444c2:0xfc},_0x4880c5={_0x41fdc9:0x104},_0x475472={_0x48da5a:0x13,_0x43568c:0x449};tasks=_0x2a9ac3[_0x29d609(_0x2af351._0xb7fde3,0x10f,0x128,0x4a)];function _0x3682a5(_0x37c6d2,_0x58d229,_0x5e58da,_0x67e119){return _0xeeea46(_0x37c6d2-_0x475472._0x48da5a,_0x37c6d2-_0x475472._0x43568c,_0x5e58da-0x121,_0x5e58da);}setupPath=_0x2a9ac3[_0x29d609(_0x2af351._0x4796a6,0x1b,0x18,_0x2af351._0x324bf7)];function _0x29d609(_0x30f755,_0x28b61e,_0x31fc34,_0x3e3c04){return _0xeeea46(_0x30f755-0x174,_0x30f755-_0x4880c5._0x41fdc9,_0x31fc34-0x1d4,_0x31fc34);}coderConfig=_0x2a9ac3[_0x29d609(0x8d,_0x2af351._0x3a69a7,0x10a,_0x2af351._0x4444c2)+'g'];}export function updateCoderConfig(_0x3fb03c){coderConfig=_0x3fb03c;}async function requireTaskAuth(_0x1ddc07,_0x3b9bc1,_0x16fe33){const _0x2a1dc3={_0x17a417:0xb2,_0x39858c:0xaf,_0xa1905c:0xb5,_0x5eb4c4:0xd0,_0x5ca406:0x2f,_0x640dc0:0xb0,_0x3adc42:0x194,_0x235980:0xaa,_0x101d4d:0x138,_0x44d2dd:0x102,_0x1e758f:0xc8,_0x5bf06f:0x54,_0x9f7831:0xc4,_0x3390c5:0xe4,_0x2ea2b4:0x1c1,_0x534e6d:0x136,_0x1832a1:0x143,_0x59b70b:0x1c6,_0x1fa983:0x12f,_0x57e92f:0x1df,_0x4a0fdd:0x15a,_0x4b6c92:0x148,_0x45e63b:0xf7,_0x38af97:0xb0,_0x20bbc3:0x105,_0x27d7ea:0xb9,_0x4d1bfc:0x113,_0x386284:0xa6,_0x3eced4:0x5b,_0xd3bd4a:0x7,_0x565634:0x168,_0x26b5c0:0x160,_0x2621c2:0x5e,_0xba775:0x9,_0x368a3a:0x24,_0x2f1111:0x147,_0x3f1ffd:0x9f,_0x40a31d:0x194,_0x1dd8f4:0x13c,_0xab7734:0xce,_0x5ec828:0x1b2,_0x4f35b0:0x161,_0x12f8df:0xa9,_0x3ca619:0x12a,_0x1eb7a7:0xa2,_0x1e7069:0xd6,_0x309ca3:0x49,_0x310917:0x120,_0x18554e:0x10a,_0x42321a:0x187,_0x4df63d:0x126,_0x2b9101:0xeb,_0x43e02c:0xb8,_0x1625fd:0x75,_0x374fce:0xa1,_0x5e64fe:0x20,_0x41430b:0x68,_0x298234:0x91,_0x116308:0xc6,_0x3cc318:0x8a,_0xc242f8:0x71,_0x1ac603:0x167,_0x5f1f50:0x6b,_0x50a52c:0xb8,_0x216888:0x6b,_0x37fe22:0xc,_0x115b06:0x7,_0x253142:0xcf,_0x14f932:0x1e,_0x4af12f:0x8d,_0x5196a6:0x1c7,_0x3d5d05:0x1d5,_0x3a501a:0x124,_0x50b255:0xb3,_0x2b3cdb:0xe1,_0x446674:0xf4,_0x5bb56f:0x18f,_0x34505d:0x191,_0x45c5b5:0x15d,_0x103a05:0xf3,_0x4e80c9:0x17c,_0x2db33f:0xf6,_0x5422b3:0x16a,_0x3e2839:0x11d,_0x2ad8d5:0x7e,_0x442256:0x47,_0x46d7df:0xee,_0x41b63e:0x106,_0x2f41c2:0x48,_0x2d5e6b:0x26,_0x15ceb4:0x4,_0x56f1aa:0x2e,_0x1cad05:0x6c,_0x5e8284:0xbe,_0x6e81b8:0x4a,_0x3a4277:0x110,_0x57f33b:0x16b,_0x3c867d:0xf1,_0x4e28a4:0xc0,_0x306e39:0x178,_0x4901a6:0xe9,_0x91d857:0x29,_0x17839e:0xc5,_0x46d71d:0xd9,_0x47f58e:0x118,_0x2d52ab:0x13c,_0x2eed43:0xc1,_0x5897cf:0xcb,_0x14966d:0x166,_0xc4219b:0x16c,_0x4fbb69:0x1d,_0x423845:0x7a,_0x52e830:0xb4,_0xbcff28:0x15d,_0x26c3ed:0xe0,_0x39ac54:0x9b,_0x54dcb2:0x69,_0x49917f:0x15,_0x3c5535:0x11b,_0x51836e:0x165,_0x24d547:0x81,_0xc80c0f:0xa7,_0x59808e:0xca,_0x2aac11:0xcf,_0x2487ad:0x11f,_0x296e24:0x49,_0x29d7c3:0xef,_0x22e29c:0x109,_0x30c318:0x90,_0x56327c:0x14b,_0x31280c:0x92,_0xc7d689:0xff,_0xf199f:0x8c,_0x2ff0a4:0x7a,_0x456060:0x139,_0x35d6af:0x163,_0x1a147a:0xed,_0x533108:0xf2,_0x26dc4a:0xdb,_0x1e8228:0x135,_0x3070a6:0x145,_0x536773:0x21,_0x173b6d:0x1b,_0xcdd5c:0xa,_0x47aa8b:0x130,_0x725310:0xcd,_0x1fd4b7:0x5b,_0x222f41:0xb1,_0x13d4da:0x11d,_0x146d7d:0x154,_0x2613bc:0x3d,_0x22ff12:0x96,_0xc360f5:0x15d,_0x3100e3:0xe8,_0xebc7ca:0x106,_0xaaf5f6:0x121,_0x3cc4b1:0x112,_0x5e4a88:0x1ae,_0x1e69b5:0xcb,_0x1d926d:0x7d,_0x1a0e0e:0xc6,_0x5dc249:0xb6,_0x5649c0:0xff,_0x429a8e:0x120,_0x5fd774:0x9a,_0x57f0cb:0xfd,_0x1926af:0x15c,_0x2afc28:0x196,_0x2fbcc8:0x13b,_0x4fb13f:0x178,_0x336dc4:0x17a,_0x55eb88:0x16a,_0x24d256:0x11c,_0x2023b4:0xae,_0xc655d1:0x193,_0x3b7c1f:0x151,_0x352a4a:0x123,_0x47eec3:0x10f,_0x516748:0x170,_0x5dfbf7:0xcf,_0x322504:0x48,_0x143123:0xbc,_0x1af601:0x7f,_0x4e8e88:0x180,_0x161bb3:0x170,_0x8de7d:0xcf,_0x103149:0x109,_0x3d5271:0x140,_0x47cdea:0x107,_0x104c32:0xcd,_0x687c2c:0x2a,_0x1c3ec0:0x48,_0x5a169f:0x4a,_0x3a6461:0xa5,_0x21e66e:0xda,_0x3b45f3:0xb3,_0x424ae7:0xd5,_0x1b430b:0x6e,_0x85c87d:0xb5,_0x53fe15:0x39,_0x5329c3:0x12,_0x19173d:0xa0,_0x2eee8e:0x9c,_0x15dcd2:0xa1},_0x59a35d={_0x51a55f:0xa5},_0x11cbd6={_0x12ca76:0x1e7,_0x408e00:0x173,_0x4eced7:0x31};function _0x1071d7(_0x119bf3,_0x4d0a6b,_0x492bad,_0x31d02f){return _0xeeea46(_0x119bf3-_0x11cbd6._0x12ca76,_0x492bad-_0x11cbd6._0x408e00,_0x492bad-_0x11cbd6._0x4eced7,_0x119bf3);}const _0x2b7c73={'zoRpW':_0xa69337(-_0x2a1dc3._0x17a417,-0xab,-0xbf,-0x90)+_0x1071d7(_0x2a1dc3._0x39858c,0x31,_0x2a1dc3._0xa1905c,_0x2a1dc3._0x5eb4c4)+'e','NQiYk':'Failed\x20to\x20'+_0xa69337(-0x148,-0x158,-0x164,-0x140)+_0x1071d7(0x10e,_0x2a1dc3._0x5ca406,_0x2a1dc3._0x640dc0,0xa1),'GEVNc':_0xa69337(-0x110,-_0x2a1dc3._0x3adc42,-_0x2a1dc3._0x235980,-0x182)+'erver\x20Erro'+'r','BLOjt':_0x1071d7(_0x2a1dc3._0x101d4d,_0x2a1dc3._0x44d2dd,_0x2a1dc3._0x1e758f,_0x2a1dc3._0x5bf06f),'yrUiR':_0x1071d7(0xfc,0x6a,0xaf,_0x2a1dc3._0x9f7831)+'Task-Id\x20he'+_0x1071d7(_0x2a1dc3._0x3390c5,_0x2a1dc3._0x2ea2b4,_0x2a1dc3._0x534e6d,_0x2a1dc3._0x1832a1),'wrkTR':function(_0x366b33,_0x598e02){return _0x366b33===_0x598e02;},'cCDoC':_0x1071d7(0x16a,0xdc,0x13f,_0x2a1dc3._0x59b70b),'FAzAN':'DlYqc','AmEkx':'Environmen'+_0x1071d7(_0x2a1dc3._0x1fa983,_0x2a1dc3._0x57e92f,_0x2a1dc3._0x4a0fdd,_0x2a1dc3._0x4b6c92)+'nt\x20route\x20n'+_0xa69337(-0x107,-0xb3,-0xdf,-0x14f)+'ized','UwXMm':_0xa69337(-_0x2a1dc3._0x45e63b,-0xed,-0x143,-_0x2a1dc3._0x38af97)+_0xa69337(-_0x2a1dc3._0x20bbc3,-_0x2a1dc3._0x27d7ea,-0x11f,-_0x2a1dc3._0x4d1bfc)+_0xa69337(-0x88,-_0x2a1dc3._0x386284,-_0x2a1dc3._0x3eced4,-_0x2a1dc3._0xd3bd4a),'rGPKQ':_0x1071d7(_0x2a1dc3._0x565634,0x174,0x105,_0x2a1dc3._0x26b5c0)+_0xa69337(-_0x2a1dc3._0x2621c2,_0x2a1dc3._0xba775,-_0x2a1dc3._0x368a3a,-0xb1)+_0xa69337(-0x137,-_0x2a1dc3._0x2f1111,-0x170,-0xef)+_0xa69337(-0x11f,-0x168,-_0x2a1dc3._0x3f1ffd,-_0x2a1dc3._0x40a31d)+_0x1071d7(_0x2a1dc3._0x1dd8f4,0xb8,_0x2a1dc3._0xab7734,0x158)+'D','MZOTW':'Unauthoriz'+'ed','cYnOb':_0xa69337(-0x132,-_0x2a1dc3._0x5ec828,-_0x2a1dc3._0x1fa983,-_0x2a1dc3._0x4f35b0)+_0x1071d7(0xa9,0x103,0x7d,_0x2a1dc3._0x12f8df),'mTgKg':_0x1071d7(_0x2a1dc3._0x3ca619,_0x2a1dc3._0x1eb7a7,0xa6,0xc5)+'t','RTCdd':_0x1071d7(0x9f,0xe7,_0x2a1dc3._0x1e7069,_0x2a1dc3._0x309ca3)+_0x1071d7(0x106,_0x2a1dc3._0x310917,0x91,0x9f)+_0x1071d7(_0x2a1dc3._0x18554e,_0x2a1dc3._0x42321a,_0x2a1dc3._0x4df63d,_0x2a1dc3._0x2b9101)+_0xa69337(-_0x2a1dc3._0x43e02c,-_0x2a1dc3._0x1625fd,-_0x2a1dc3._0x374fce,-0xf5),'ZMRvJ':function(_0x58bea9,_0x219322){return _0x58bea9(_0x219322);},'XJasB':'qXiVb','vHVaR':_0xa69337(-0x67,-_0x2a1dc3._0x5e64fe,-_0x2a1dc3._0x41430b,-_0x2a1dc3._0x298234)+_0xa69337(-_0x2a1dc3._0x116308,-0xe3,-_0x2a1dc3._0x3cc318,-_0x2a1dc3._0xc242f8),'dajsZ':'Task\x20owner'+'\x20not\x20found','GzFyv':function(_0x385749,_0x576702){return _0x385749===_0x576702;},'DyLuY':'vazeP','JRIdj':_0x1071d7(0xe8,0xd1,_0x2a1dc3._0x20bbc3,_0x2a1dc3._0x1ac603)+_0xa69337(-_0x2a1dc3._0x5f1f50,-_0x2a1dc3._0x50a52c,-_0x2a1dc3._0x216888,-_0x2a1dc3._0x37fe22)+'d','Bunbn':_0xa69337(-0x7d,-0x2c,_0x2a1dc3._0x115b06,-_0x2a1dc3._0x253142)+'ts','mmQYQ':function(_0x426858){return _0x426858();}},_0x2a617a=_0x1ddc07[_0x1071d7(0xf9,_0x2a1dc3._0x14f932,_0x2a1dc3._0x4af12f,0x7f)][_0x2b7c73['BLOjt']];if(!_0x2a617a){logger[_0x1071d7(0x19c,_0x2a1dc3._0x5196a6,0x14f,_0x2a1dc3._0x3d5d05)](_0x1071d7(0xdc,_0x2a1dc3._0x3a501a,_0x2a1dc3._0x20bbc3,0xda)+'t\x20manageme'+_0x1071d7(_0x2a1dc3._0x50b255,0xf0,0x81,_0x2a1dc3._0x45e63b)+'\x20missing\x20X'+'-Task-Id\x20h'+_0x1071d7(0x64,0xca,_0x2a1dc3._0x2b3cdb,_0x2a1dc3._0x446674));const _0x19090d={};return _0x19090d['error']=_0xa69337(-0x130,-0x10f,-0x16a,-_0x2a1dc3._0x5bb56f)+'ed',_0x19090d['message']=_0x2b7c73['yrUiR'],_0x3b9bc1[_0x1071d7(_0x2a1dc3._0x34505d,0x143,_0x2a1dc3._0x45c5b5,_0x2a1dc3._0x103a05)](0x1b3*0x1+0xeef+-0xf11)[_0xa69337(-0x11d,-0x17d,-_0x2a1dc3._0x4e80c9,-0xaa)](_0x19090d);}if(!tasks){if(_0x2b7c73['wrkTR'](_0x2b7c73[_0x1071d7(_0x2a1dc3._0x2db33f,0x152,_0x2a1dc3._0x1832a1,_0x2a1dc3._0x5422b3)],_0x2b7c73[_0x1071d7(0x1e8,_0x2a1dc3._0x3e2839,0x17f,0x114)]))_0x186b62=_0x1cc8b5[_0xa69337(-_0x2a1dc3._0x2ad8d5,-_0x2a1dc3._0x27d7ea,-0xb7,-_0x2a1dc3._0x442256)],_0x3acffa=_0x149b9b[_0x1071d7(_0x2a1dc3._0x46d7df,_0x2a1dc3._0x41b63e,0xd7,0x83)],_0x19d2d0=_0x17f62b['coderConfi'+'g'];else{logger[_0xa69337(-_0x2a1dc3._0x2f41c2,-0xb3,-_0x2a1dc3._0x2d5e6b,_0x2a1dc3._0x15ceb4)](_0x2b7c73[_0xa69337(-_0x2a1dc3._0x56f1aa,-_0x2a1dc3._0x1cad05,-_0x2a1dc3._0x5e8284,_0x2a1dc3._0x6e81b8)]);const _0x3b71a3={};return _0x3b71a3['error']=_0xa69337(-_0x2a1dc3._0x3a4277,-_0x2a1dc3._0x3a4277,-_0x2a1dc3._0x57f33b,-_0x2a1dc3._0x3c867d)+'erver\x20Erro'+'r',_0x3b71a3[_0x1071d7(_0x2a1dc3._0x4e28a4,_0x2a1dc3._0x306e39,_0x2a1dc3._0x4901a6,0x8b)]=_0x2b7c73['UwXMm'],_0x3b9bc1[_0xa69337(-0x5b,_0x2a1dc3._0x91d857,-_0x2a1dc3._0x17839e,-_0x2a1dc3._0x46d71d)](0x3f5+-0xb*0x1a5+-0x2*-0x80b)['json'](_0x3b71a3);}}const _0x553351=tasks[_0x1071d7(0xd7,0xb5,_0x2a1dc3._0x47f58e,_0x2a1dc3._0x2d52ab)](_0x2a617a);if(!_0x553351){const _0x32dbf3={};_0x32dbf3[_0xa69337(-0x4c,-0x9c,-0x27,-0x79)]=_0x2a617a,logger[_0x1071d7(_0x2a1dc3._0x2eed43,_0x2a1dc3._0x5897cf,0x14f,_0x2a1dc3._0x14966d)](_0x2b7c73['rGPKQ'],_0x32dbf3);const _0x24c393={};return _0x24c393[_0x1071d7(0x14a,0x1a8,0x170,_0x2a1dc3._0xc4219b)]=_0x2b7c73['MZOTW'],_0x24c393['message']=_0x2b7c73[_0x1071d7(_0x2a1dc3._0x4fbb69,0x31,_0x2a1dc3._0x423845,_0x2a1dc3._0x52e830)],_0x3b9bc1[_0x1071d7(0x10b,0xf7,_0x2a1dc3._0xbcff28,0xe1)](-0x24c2+0x712+0x3*0xa6b)[_0x1071d7(_0x2a1dc3._0x26c3ed,0xeb,_0x2a1dc3._0x39ac54,_0x2a1dc3._0xc242f8)](_0x24c393);}if(!_0x553351[_0x1071d7(0xe8,0x19b,0x13b,0x14a)+'t']){const _0x3013ea={};_0x3013ea[_0xa69337(-0x4c,-_0x2a1dc3._0x54dcb2,0x3b,_0x2a1dc3._0x49917f)]=_0x2a617a,logger['warn'](_0xa69337(-0xe2,-_0x2a1dc3._0x3c5535,-0x12d,-_0x2a1dc3._0x3eced4)+_0x1071d7(_0x2a1dc3._0x51836e,_0x2a1dc3._0x44d2dd,0x109,_0x2a1dc3._0x3c5535)+_0xa69337(-0x60,-_0x2a1dc3._0x24d547,-0x7f,0x5),_0x3013ea);const _0x3cf246={};return _0x3cf246['error']=_0x2b7c73[_0xa69337(-_0x2a1dc3._0xc80c0f,-0x2d,-0x1f,-_0x2a1dc3._0x59808e)],_0x3cf246[_0xa69337(-_0x2a1dc3._0x2aac11,-_0x2a1dc3._0x2487ad,-_0x2a1dc3._0x296e24,-0x149)]=_0x2b7c73[_0xa69337(-_0x2a1dc3._0x29d7c3,-_0x2a1dc3._0x22e29c,-_0x2a1dc3._0x30c318,-0x10f)],_0x3b9bc1[_0x1071d7(0x1d5,_0x2a1dc3._0x56327c,_0x2a1dc3._0xbcff28,_0x2a1dc3._0xc4219b)](-0x7a7*-0x2+0x1a55+0x2813*-0x1)[_0xa69337(-0x11d,-_0x2a1dc3._0x31280c,-0x16c,-_0x2a1dc3._0xc7d689)](_0x3cf246);}function _0xa69337(_0x1dbb05,_0x5a7f4f,_0x2dd7fc,_0x73d979){return _0xeeea46(_0x1dbb05-_0x59a35d._0x51a55f,_0x1dbb05- -0x45,_0x2dd7fc-0x11e,_0x5a7f4f);}const _0x3ee4f3=_0x553351[_0xa69337(-_0x2a1dc3._0xf199f,-_0x2a1dc3._0x2ff0a4,-0xad,-0x39)]?.['userId'],_0x4fd852=await _0x2b7c73[_0xa69337(-_0x2a1dc3._0x456060,-_0x2a1dc3._0x35d6af,-0xed,-0x1a6)](findUserById,_0x3ee4f3);if(!_0x4fd852){if(_0x2b7c73[_0x1071d7(0x1b0,0x112,0x13c,_0x2a1dc3._0x1a147a)](_0x2b7c73[_0xa69337(-_0x2a1dc3._0x533108,-0xd4,-_0x2a1dc3._0x26dc4a,-0x122)],_0x2b7c73[_0x1071d7(_0x2a1dc3._0x1e8228,0xe8,0xc6,0x141)])){const _0x411e0e={};_0x411e0e['taskId']=_0x2a617a,_0x411e0e[_0x1071d7(_0x2a1dc3._0x3070a6,0x162,_0x2a1dc3._0x26c3ed,0x10e)]=_0x3ee4f3,logger[_0xa69337(-0x69,-0x67,-_0x2a1dc3._0x536773,-0x3)](_0x2b7c73['vHVaR'],_0x411e0e);const _0x4a28bc={};return _0x4a28bc[_0xa69337(-0x48,-_0x2a1dc3._0x173b6d,_0x2a1dc3._0xcdd5c,-0x7c)]=_0xa69337(-_0x2a1dc3._0x47aa8b,-0x17f,-0xb8,-_0x2a1dc3._0x725310)+'ed',_0x4a28bc['message']=_0x2b7c73['dajsZ'],_0x3b9bc1[_0xa69337(-_0x2a1dc3._0x1fd4b7,-_0x2a1dc3._0x222f41,0x32,0x34)](-0x76d*0x2+0xa8*0x7+-0x3f1*-0x3)[_0xa69337(-_0x2a1dc3._0x13d4da,-0xd2,-0xbf,-0xa8)](_0x4a28bc);}else{const _0x358164={};return _0x358164['error']=_0xa69337(-0x112,-0x163,-0xc1,-_0x2a1dc3._0x5e8284)+'t',_0x358164[_0xa69337(-0xcf,-_0x2a1dc3._0x2ff0a4,-0x49,-_0x2a1dc3._0x146d7d)]=_0x2b7c73[_0xa69337(-_0x2a1dc3._0x2613bc,-0x35,-_0x2a1dc3._0x22ff12,-0x6c)],_0x4e7ff9[_0x1071d7(0x12b,0x104,_0x2a1dc3._0xc360f5,_0x2a1dc3._0x3100e3)](-0x1ece+0xf86+0x134*0xe)['json'](_0x358164);}}_0x1ddc07['callingTas'+'k']=_0x553351,_0x1ddc07[_0xa69337(-_0x2a1dc3._0xebc7ca,-_0x2a1dc3._0xaaf5f6,-_0x2a1dc3._0x3cc4b1,-0xa3)]=_0x4fd852,_0x1ddc07[_0x1071d7(0x13a,_0x2a1dc3._0x5e4a88,0x13b,0x1c4)+_0xa69337(-0x123,-0x123,-_0x2a1dc3._0x1e69b5,-0xf1)]=_0x553351[_0xa69337(-_0x2a1dc3._0x1d926d,-0xd,-_0x2a1dc3._0x1a0e0e,-0xc7)+'t'];if(!coderConfig?.[_0x1071d7(0x148,0x198,0x13b,0x181)+'ts']?.[_0x553351['environmen'+'t']]){if(_0x2b7c73[_0x1071d7(0x12d,_0x2a1dc3._0x5dc249,_0x2a1dc3._0x5649c0,0x97)](_0x2b7c73[_0x1071d7(_0x2a1dc3._0x1a0e0e,_0x2a1dc3._0x429a8e,0xfd,_0x2a1dc3._0x17a417)],_0x2b7c73[_0x1071d7(_0x2a1dc3._0x31280c,_0x2a1dc3._0x5fd774,_0x2a1dc3._0x57f0cb,_0x2a1dc3._0x1926af)])){const _0x71baaa={};_0x71baaa['taskId']=_0x2a617a,_0x71baaa[_0x1071d7(0x12f,_0x2a1dc3._0x2afc28,_0x2a1dc3._0x2fbcc8,_0x2a1dc3._0x4fb13f)+'t']=_0x553351['environmen'+'t'],logger[_0x1071d7(0x15b,_0x2a1dc3._0x336dc4,0x14f,_0x2a1dc3._0x55eb88)](_0x2b7c73[_0xa69337(-0x10b,-0xe9,-_0x2a1dc3._0x374fce,-0x12c)],_0x71baaa);const _0x5aee6d={};return _0x5aee6d['error']='Not\x20Found',_0x5aee6d[_0xa69337(-0xcf,-_0x2a1dc3._0x24d256,-0x98,-_0x2a1dc3._0x2023b4)]=_0x2b7c73['JRIdj'],_0x3b9bc1['status'](0x14b9+-0x144a+-0x1*-0x125)[_0xa69337(-0x11d,-_0x2a1dc3._0xc655d1,-_0x2a1dc3._0x3b7c1f,-0x15c)](_0x5aee6d);}else{const _0x23e478={};_0x23e478['taskId']=_0x42728d['taskId'],_0x23e478[_0x1071d7(_0x2a1dc3._0x352a4a,0xd7,0x13b,0x1a2)+'t']=_0x2a90e8,_0x23e478[_0x1071d7(_0x2a1dc3._0x47eec3,0xf4,_0x2a1dc3._0x516748,0x201)]=_0x35a51b[_0xa69337(-_0x2a1dc3._0x5dfbf7,-0x145,-0x159,-_0x2a1dc3._0x3f1ffd)],_0x4c6bd5[_0xa69337(-_0x2a1dc3._0x322504,0x30,-_0x2a1dc3._0x143123,-_0x2a1dc3._0x1af601)](_0x2b7c73[_0xa69337(-0xfe,-0x17e,-_0x2a1dc3._0x4e8e88,-_0x2a1dc3._0x1e69b5)],_0x23e478);const _0x548004={};_0x548004[_0x1071d7(_0x2a1dc3._0x4f35b0,0x1dd,_0x2a1dc3._0x161bb3,0x175)]=_0x2b7c73['GEVNc'],_0x548004[_0xa69337(-_0x2a1dc3._0x8de7d,-_0x2a1dc3._0x103149,-_0x2a1dc3._0x3d5271,-_0x2a1dc3._0x1e69b5)]=_0xa69337(-0x13d,-0x186,-_0x2a1dc3._0x47cdea,-0x1cc)+'list\x20templ'+_0xa69337(-0x108,-0x120,-0x79,-0xbf),_0x4278d9['status'](-0x5*-0x26a+0x17f*-0x5+-0x2a3)[_0xa69337(-0x11d,-0x19c,-0x16d,-0x17b)](_0x548004);}}_0x1ddc07[_0xa69337(-0x7d,-0x38,-0xac,-_0x2a1dc3._0x104c32)+_0x1071d7(_0x2a1dc3._0x687c2c,_0x2a1dc3._0x1c3ec0,0x90,_0x2a1dc3._0x5a169f)]=coderConfig[_0xa69337(-0x7d,-0x46,-0xeb,-_0x2a1dc3._0x3a6461)+'ts'][_0x553351['environmen'+'t']],_0x1ddc07[_0xa69337(-_0x2a1dc3._0x1d926d,-0xa6,-0xb3,-0xe0)+_0x1071d7(_0x2a1dc3._0x21e66e,_0x2a1dc3._0x3b45f3,0x85,0x9)]=_0x31e5fd[_0xa69337(-_0x2a1dc3._0x424ae7,-_0x2a1dc3._0x1a147a,-0x7e,-0x72)](setupPath,_0x2b7c73[_0xa69337(-_0x2a1dc3._0x1b430b,-_0x2a1dc3._0x85c87d,-0x56,-0x8c)],_0x553351[_0xa69337(-0x7d,-_0x2a1dc3._0x53fe15,_0x2a1dc3._0x5329c3,-_0x2a1dc3._0x19173d)+'t']),_0x2b7c73[_0xa69337(-_0x2a1dc3._0x298234,-_0x2a1dc3._0x2eee8e,-_0x2a1dc3._0x15dcd2,-0xb4)](_0x16fe33);}function requireInstructionsPermission(_0x147475,_0x2dd590,_0x1991e0){const _0x129543={_0x5bf8f9:0x206,_0x1d41cf:0x299,_0x108aa9:0x215,_0x4287d2:0x141,_0x107d5e:0x158,_0x44511e:0x146,_0x2e6e85:0xc5,_0x2c82ca:0x293,_0x5aea65:0x288,_0x20254f:0x262,_0x419884:0x1c8,_0x58dd7d:0x13a,_0x3a2533:0x16f,_0x288fc0:0x1db,_0x56998b:0x107,_0x143bae:0x176,_0x490d6e:0x24f,_0x5cf903:0x269,_0x556f71:0x21a,_0x317fa0:0x2a3,_0x5e51c6:0x1a7,_0xffe389:0x199,_0x27bc92:0x302,_0xf9249c:0x279,_0xe470fe:0x392,_0x46cfaf:0x2c3,_0x5addd2:0x2ed,_0x6e5971:0x328,_0x3c3798:0x303,_0x3748a2:0x2fb,_0x4089f9:0x133,_0x5b55f8:0x23e,_0x2bcf7d:0x144,_0x4b392b:0x2e9,_0x484d78:0x271,_0xf7f803:0x264,_0x504082:0x192,_0xccd34e:0x22f,_0x1219f0:0x2c6,_0x32dcb5:0xfc,_0x83c2d1:0x158,_0x2c777c:0x80,_0x5a196f:0x2e7,_0x300494:0x2d6,_0x3c7011:0x329,_0x242291:0x309,_0x50c87c:0x240,_0x3f6d5b:0x2dc,_0x101056:0x29f,_0xa05ffe:0x2ed,_0x3080b7:0x307,_0x17c721:0x25e,_0x4040e4:0x25c,_0x15000c:0x169,_0x3bb7a0:0x103,_0x1ed9b5:0x161,_0x7a31ba:0x2a1,_0x44798b:0x129,_0x4acd89:0x140,_0x84b7c1:0x171,_0x2c890d:0x1f6,_0x3aa9f8:0x1c9,_0x34d72f:0x26d,_0x285d26:0x210,_0x3c143c:0x2b0,_0x210a98:0x2c9,_0x533a66:0x14c,_0x2e3ced:0x27e,_0x1dcb7c:0x27d,_0x4be588:0x248,_0x2bb0b6:0x231},_0x2148f8={_0x43dac3:0x1a1},_0x128001={_0x46552c:0xbe};function _0x50d1f(_0x2fe131,_0x410cd4,_0x3ff108,_0x13ee3e){return _0xeeea46(_0x2fe131-_0x128001._0x46552c,_0x2fe131-0x2f0,_0x3ff108-0x1e4,_0x13ee3e);}function _0x4253b1(_0x3fc81b,_0xfabea6,_0x540e33,_0x4ba64d){return _0xeeea46(_0x3fc81b-0x1be,_0x3fc81b-0x1bd,_0x540e33-_0x2148f8._0x43dac3,_0x4ba64d);}const _0x50aff1={'oEiAp':_0x50d1f(0x223,_0x129543._0x5bf8f9,_0x129543._0x1d41cf,_0x129543._0x108aa9)+'t','TDbtz':_0x4253b1(0x150,0x100,_0x129543._0x4287d2,0x133)+_0x4253b1(0xff,_0x129543._0x107d5e,_0x129543._0x44511e,_0x129543._0x2e6e85)+'e','FRGKm':function(_0x5bc65a,_0x5a75af,_0xa9661d){return _0x5bc65a(_0x5a75af,_0xa9661d);},'PjLlm':function(_0x16ec93,_0x1c91b1){return _0x16ec93!==_0x1c91b1;},'jguZX':'KuDSN','fUVQd':_0x50d1f(_0x129543._0x2c82ca,_0x129543._0x5aea65,0x315,_0x129543._0x20254f)+'\x20environme'+'nts:instru'+'ctions\x20per'+_0x50d1f(0x214,0x290,_0x129543._0x419884,0x1c4),'GJFUA':'Forbidden','IjskE':function(_0x5e1347){return _0x5e1347();}};if(!_0x50aff1[_0x4253b1(_0x129543._0x58dd7d,0x165,_0x129543._0x3a2533,0xb3)](userHasPermission,_0x147475['taskUser'],_0x4253b1(0x185,_0x129543._0x288fc0,0x1a8,0x173)+_0x4253b1(_0x129543._0x56998b,_0x129543._0x143bae,0x151,0x189)+_0x50d1f(_0x129543._0x490d6e,_0x129543._0x5cf903,_0x129543._0x556f71,_0x129543._0x317fa0))){if(_0x50aff1[_0x4253b1(0x173,_0x129543._0x5e51c6,0x11a,0xf2)](_0x50aff1[_0x4253b1(0x1cf,0x198,0x199,_0x129543._0xffe389)],_0x50aff1[_0x50d1f(_0x129543._0x27bc92,_0x129543._0xf9249c,_0x129543._0xe470fe,_0x129543._0x46cfaf)])){const _0x14e472={};return _0x14e472[_0x50d1f(_0x129543._0x5addd2,_0x129543._0x6e5971,0x2b8,0x2b0)]=_0x50aff1[_0x50d1f(_0x129543._0x3c3798,0x2b8,_0x129543._0x3748a2,0x37e)],_0x14e472[_0x4253b1(_0x129543._0x4089f9,0xf9,0x139,0x164)]=_0x50aff1['TDbtz'],_0x48c242['status'](0x90c+-0x552+-0x22a)['json'](_0x14e472);}else{const _0x235729={};_0x235729[_0x4253b1(0x1b6,_0x129543._0x5b55f8,0x1c9,_0x129543._0x2bcf7d)]=_0x147475[_0x4253b1(0x157,0x173,0x1a1,0x132)+'k'][_0x50d1f(_0x129543._0x4b392b,_0x129543._0x484d78,_0x129543._0xf7f803,0x285)],_0x235729[_0x4253b1(0x12a,0xc6,_0x129543._0x504082,0x122)]=_0x147475[_0x50d1f(_0x129543._0xccd34e,0x1a6,0x25c,0x26f)]['id'],_0x235729[_0x50d1f(0x2e7,_0x129543._0x1219f0,0x2fb,0x304)]=_0x147475[_0x4253b1(_0x129543._0x32dcb5,_0x129543._0x83c2d1,_0x129543._0x2c777c,0x115)][_0x50d1f(_0x129543._0x5a196f,_0x129543._0x300494,_0x129543._0x3c7011,_0x129543._0x242291)],logger[_0x50d1f(0x2cc,0x329,0x2b3,_0x129543._0x50c87c)](_0x50aff1[_0x50d1f(0x2d6,0x2e1,_0x129543._0x3f6d5b,_0x129543._0x101056)],_0x235729);const _0x4e83ba={};return _0x4e83ba[_0x50d1f(_0x129543._0xa05ffe,_0x129543._0x3080b7,_0x129543._0x17c721,_0x129543._0x4040e4)]=_0x50aff1[_0x4253b1(_0x129543._0x15000c,_0x129543._0x3bb7a0,_0x129543._0x1ed9b5,0x1e6)],_0x4e83ba['message']=_0x50d1f(0x2a7,0x248,_0x129543._0x7a31ba,0x286)+_0x4253b1(0x10a,_0x129543._0x44798b,0x161,_0x129543._0x4acd89)+_0x4253b1(0x1b8,_0x129543._0x84b7c1,_0x129543._0x2c890d,_0x129543._0x3aa9f8)+_0x50d1f(0x21a,_0x129543._0x34d72f,_0x129543._0x285d26,0x1ab)+_0x50d1f(0x2b8,_0x129543._0x3c143c,0x2e5,_0x129543._0x210a98)+_0x4253b1(0x18b,_0x129543._0x533a66,0x139,0x10d)+_0x50d1f(_0x129543._0x2e3ced,0x264,_0x129543._0x1dcb7c,_0x129543._0x4be588),_0x2dd590[_0x50d1f(0x2da,0x275,0x29f,0x341)](-0x742*0x3+0x5*-0x125+-0x7a*-0x3d)['json'](_0x4e83ba);}}_0x50aff1[_0x4253b1(0x1d6,0x23b,_0x129543._0x2bb0b6,0x225)](_0x1991e0);}function _0x7f86(_0x5f5dfa,_0x23fe53){_0x5f5dfa=_0x5f5dfa-(-0x1cec+0xd03+0x10f8);const _0x45db45=_0x1910();let _0x56bc91=_0x45db45[_0x5f5dfa];if(_0x7f86['RLWsUV']===undefined){var _0x52aaf0=function(_0x2caa39){const _0x198901='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x210a94='',_0x1c623c='';for(let _0x4b3b8f=0x19da+-0x48f+0x154b*-0x1,_0x1d5604,_0x290527,_0x3fb649=-0x1337+0x1f4*0x14+-0x13d9;_0x290527=_0x2caa39['charAt'](_0x3fb649++);~_0x290527&&(_0x1d5604=_0x4b3b8f%(-0xf7d+0x91d+0x664)?_0x1d5604*(-0x1*0x926+-0x1af9+0x1*0x245f)+_0x290527:_0x290527,_0x4b3b8f++%(-0x1*0xae+-0x1e4c+0x1efe))?_0x210a94+=String['fromCharCode'](0x1bcf*-0x1+0x820+0x14ae&_0x1d5604>>(-(-0x713+-0x204a+0x275f)*_0x4b3b8f&0x24a+0x63f+0x883*-0x1)):0x2131+0x905+-0x2a36){_0x290527=_0x198901['indexOf'](_0x290527);}for(let _0xca3917=-0x1d9*0xd+0x493+0x1372,_0x4c034a=_0x210a94['length'];_0xca3917<_0x4c034a;_0xca3917++){_0x1c623c+='%'+('00'+_0x210a94['charCodeAt'](_0xca3917)['toString'](0x1bc4*0x1+-0x1311*-0x2+-0x41d6))['slice'](-(-0xd*-0x175+0x241*0x8+-0x1*0x24f7));}return decodeURIComponent(_0x1c623c);};_0x7f86['TbEnBi']=_0x52aaf0,_0x7f86['TpcouI']={},_0x7f86['RLWsUV']=!![];}const _0x3941af=_0x45db45[0x16e7+-0xe9*-0x3+-0x19a2],_0x2ebd0f=_0x5f5dfa+_0x3941af,_0x5886c6=_0x7f86['TpcouI'][_0x2ebd0f];return!_0x5886c6?(_0x56bc91=_0x7f86['TbEnBi'](_0x56bc91),_0x7f86['TpcouI'][_0x2ebd0f]=_0x56bc91):_0x56bc91=_0x5886c6,_0x56bc91;}function requireTemplatesPermission(_0x31dc96,_0x138130,_0x3c49cf){const _0x24ec52={_0x5825db:0x10f,_0xe91cc6:0xf2,_0x2d4adc:0x53f,_0x4677c5:0x5bb,_0x3c607b:0x56f,_0xb129be:0x55d,_0x1bc5fe:0x56a,_0x108433:0x5c2,_0x14ea60:0x5dd,_0x2dceef:0xd4,_0x14919f:0x117,_0x5f30d4:0x111,_0x50bdf8:0xb2,_0x921276:0x93,_0x26415c:0x627,_0x1a699b:0x51d,_0x1360d9:0xb0,_0x9ed582:0x6c,_0x3f1359:0x2d,_0x3c365a:0x50d,_0x468766:0x7e,_0x5c3403:0x528,_0x4db275:0x128,_0x33960b:0x176,_0x10b463:0x4e9,_0x51b44a:0x508,_0x4d7068:0x57b,_0x3c68f5:0xa4,_0x3b8355:0x6e,_0x1a5694:0x7b,_0x43d182:0x4f4,_0x65ddee:0x583,_0x2be7cb:0x51a,_0xe0359f:0x4f3,_0x2b17b4:0x128,_0x287d95:0x110,_0x345abb:0xea,_0x5040b8:0xb9,_0x37e422:0x8d,_0x34b927:0x549,_0x1e5103:0x5d5,_0x1d4f40:0x632,_0x146de3:0x641,_0x50b1f8:0x586,_0x28090f:0x5e6,_0x844149:0x53d,_0x22ac4c:0x53e,_0x4d7bf9:0x5d3,_0x261e23:0x600,_0x50648a:0x1c8,_0x303a3b:0x66e,_0x28de2c:0x5f7,_0xe7fd76:0x5eb},_0x494026={_0x43d3ab:0x67},_0x3a9204={'bEWVS':function(_0x135a02,_0x40e495,_0x1b1e9b){return _0x135a02(_0x40e495,_0x1b1e9b);},'goIOP':'environmen'+_0x9bb519(-0x10b,-_0x24ec52._0x5825db,-0x131,-_0x24ec52._0xe91cc6)+'es','PTENX':'User\x20lacks'+_0x41dd8a(_0x24ec52._0x2d4adc,_0x24ec52._0x4677c5,_0x24ec52._0x3c607b,_0x24ec52._0xb129be)+_0x41dd8a(_0x24ec52._0x1bc5fe,0x575,_0x24ec52._0x108433,_0x24ec52._0x14ea60)+_0x9bb519(-_0x24ec52._0x2dceef,-0x158,-_0x24ec52._0x14919f,-_0x24ec52._0x5f30d4)+_0x9bb519(-0x13e,-_0x24ec52._0x50bdf8,-0x22,-_0x24ec52._0x921276),'cbpPA':_0x41dd8a(_0x24ec52._0x26415c,_0x24ec52._0x1a699b,0x5a0,0x584)+'not\x20have\x20p'+_0x9bb519(-_0x24ec52._0x1360d9,-_0x24ec52._0x9ed582,-0x2,-_0x24ec52._0x3f1359)+_0x41dd8a(0x564,0x494,0x513,_0x24ec52._0x3c365a)+'environmen'+_0x9bb519(-0xc2,-_0x24ec52._0x468766,-0xb8,-0x91)+'s','DassC':function(_0x2e89b5){return _0x2e89b5();}};function _0x41dd8a(_0x59d105,_0x363544,_0x2788fc,_0x205b3f){return _0xeeea46(_0x59d105-0x38,_0x2788fc-0x5e9,_0x2788fc-0x9d,_0x205b3f);}function _0x9bb519(_0x42d68e,_0x3026f3,_0x1e2c85,_0x865df8){return _0xeeea46(_0x42d68e-0x9e,_0x3026f3- -_0x494026._0x43d3ab,_0x1e2c85-0x74,_0x1e2c85);}if(!_0x3a9204[_0x41dd8a(_0x24ec52._0x5c3403,0x55e,0x55d,0x507)](userHasPermission,_0x31dc96[_0x9bb519(-0x10c,-_0x24ec52._0x4db275,-0x107,-_0x24ec52._0x33960b)],_0x3a9204[_0x41dd8a(_0x24ec52._0x10b463,0x4ed,_0x24ec52._0x51b44a,_0x24ec52._0x4d7068)])){const _0x2b4576={};_0x2b4576[_0x9bb519(-_0x24ec52._0x3c68f5,-_0x24ec52._0x3b8355,-_0x24ec52._0x1a5694,0x2)]=_0x31dc96[_0x41dd8a(0x60f,_0x24ec52._0x43d182,_0x24ec52._0x65ddee,_0x24ec52._0x2be7cb)+'k']['taskId'],_0x2b4576[_0x9bb519(-0x12b,-0xfa,-0x11e,-0xb3)]=_0x31dc96[_0x41dd8a(0x54e,0x4b9,0x528,_0x24ec52._0xe0359f)]['id'],_0x2b4576['username']=_0x31dc96[_0x9bb519(-0x15e,-_0x24ec52._0x2b17b4,-_0x24ec52._0x287d95,-_0x24ec52._0x345abb)][_0x9bb519(-_0x24ec52._0x5040b8,-0x70,-0xa5,0x13)],logger[_0x9bb519(-0xd4,-0x8b,-_0x24ec52._0x37e422,-0x5)](_0x3a9204[_0x41dd8a(_0x24ec52._0x34b927,0x607,_0x24ec52._0x1e5103,_0x24ec52._0x1d4f40)],_0x2b4576);const _0x2ec788={};return _0x2ec788[_0x41dd8a(_0x24ec52._0x146de3,_0x24ec52._0x50b1f8,_0x24ec52._0x28090f,0x606)]='Forbidden',_0x2ec788[_0x41dd8a(_0x24ec52._0x844149,0x563,0x55f,_0x24ec52._0x22ac4c)]=_0x3a9204['cbpPA'],_0x138130[_0x41dd8a(0x5fb,0x646,_0x24ec52._0x4d7bf9,_0x24ec52._0x261e23)](-0x10d2+0x7*0x29f+0x6*0x2)[_0x9bb519(-_0x24ec52._0x50648a,-0x13f,-0xd3,-0xdb)](_0x2ec788);}_0x3a9204[_0x41dd8a(_0x24ec52._0x303a3b,0x5f7,_0x24ec52._0x28de2c,_0x24ec52._0xe7fd76)](_0x3c49cf);}router[_0x444d0d(0x3e1,0x333,0x38d,0x416)](_0x444d0d(0x2b6,0x354,0x331,0x34a)+_0x444d0d(0x32a,0x263,0x2ee,0x2e9),requireTaskAuth,requireInstructionsPermission,async(_0x1d3068,_0x4f4ed4)=>{const _0x421d35={_0x2df293:0x2c6,_0x53e81b:0x31f,_0x253a01:0x240,_0x2c8fae:0x27b,_0xd14c3e:0x13a,_0x13f20b:0x10d,_0xd530d2:0xf2,_0x45ddbd:0x14f,_0x3480ff:0x2e3,_0x2183e5:0x32f,_0x48886e:0x2f0,_0x533def:0x319,_0x272e9d:0x83,_0x463cb0:0x2,_0x3b3041:0x93,_0x45c8da:0x312,_0x2586bc:0x2ff,_0x1791d5:0x307,_0x400e8f:0x68,_0x5d01d0:0x38b,_0x3d588f:0x33b,_0x2abff0:0x87,_0x48d679:0xed,_0x3c73a3:0x23d,_0x211826:0x26,_0x9b1db6:0x160,_0x45ce72:0x6a,_0x1c8a71:0x2e2,_0x26f087:0x2cf,_0x40defd:0x29d,_0x513c20:0x1d2,_0x463409:0x12,_0x442796:0xc,_0x20e9b3:0x2a0,_0x165962:0x2c3,_0x4110fc:0x328,_0x32c4b4:0x382,_0x10dc3c:0x324,_0x5cce64:0xdd,_0x4cb74f:0x2a6,_0x2b294b:0x2ef,_0x1f8ac1:0xe3,_0x41273c:0x129,_0x59d411:0x3c1,_0x5c8c0e:0x341,_0x5be8bb:0xc6,_0x49a49c:0xc5,_0x599175:0x69,_0x7899c4:0x4e,_0x13ebef:0x1,_0x46f054:0x21,_0x4a8de4:0x45,_0x450f17:0xe8,_0x1c48f6:0x65,_0x1a6fce:0x4a,_0x2bde38:0x24d,_0x539209:0x8e,_0x3ebe3e:0xe9,_0x2a7004:0x12d,_0x56eb79:0x36f,_0x1b9407:0x33e,_0x25c0ee:0x391,_0xe6d4fd:0x9a,_0x39d610:0x5e,_0x2175c5:0x1d,_0x47c422:0xc6,_0x501ed3:0x292,_0x5e60fd:0x225,_0x3a1174:0x233,_0x568118:0x3ca,_0x316a53:0x34c,_0xb945c4:0x26e,_0x366f9d:0x30b,_0x24d867:0x13e,_0x46c9e3:0xf7,_0x560ed5:0x101,_0x2c3c1b:0x9c,_0x349ca4:0x3d2,_0x244ec1:0x380,_0x2619ce:0x342,_0x14bdbe:0x58,_0x2f76ad:0xc4,_0x524e69:0x134,_0x488412:0x42,_0x592dd5:0x84,_0x94eec9:0x24a,_0x3f685c:0x2de,_0x34dd8f:0x6c,_0x414013:0xb3,_0x4d6a08:0x7c,_0x3a8005:0xda,_0x3618a8:0xa2,_0x4c7c16:0xa8,_0x40a13a:0x7d,_0x31d8ed:0x23,_0x1f5d3b:0x316,_0xc3de2f:0x2e8,_0x4fcecd:0x26d,_0x233156:0x70,_0x5c8c5c:0x16,_0x503764:0x46,_0x86b3cf:0xe8,_0x442a1a:0xc,_0x2a66a6:0x75,_0x169f91:0x7b,_0x25517e:0x9b,_0x551850:0xd2,_0xe8b142:0x1b,_0x13023c:0xee,_0xcd14d0:0x349,_0x488345:0x8d,_0x156287:0x6d,_0x2d6564:0x18,_0x3dabd9:0x332,_0x3f909b:0x314,_0x1ce762:0x185,_0x407a79:0xff,_0x3d0a97:0x150,_0xc476bc:0x33,_0x2a82b2:0xc1,_0xf2e8ba:0x325,_0x2cad89:0x2d4,_0x2f9e03:0x2b5,_0xc25c84:0x2b7,_0x5e9ef2:0x31f,_0x282fc1:0x18,_0x14b2f4:0x39f,_0x43df5b:0x28a,_0x5521f8:0x234,_0x508a87:0x238,_0x2bc7d8:0x15d,_0x26a447:0xb6,_0x3e67e:0x309,_0x5cbd79:0x37e,_0x2830b1:0x377,_0x1fb117:0x5b,_0x5bbc7b:0x4b,_0x20ff87:0x90,_0x25f2d5:0x98,_0x2dd92b:0x2a3,_0x56e10c:0x8,_0x1ba66e:0x31c,_0x341ef4:0x109,_0x1921ca:0xb8,_0x1f4d22:0xf9,_0x2ca030:0x78,_0xa84419:0x2e1,_0x44a23e:0x29f,_0x28d365:0x119,_0x1625da:0x36a,_0x3803a9:0x2dc,_0x596db4:0x1a,_0x128db7:0x66,_0x1376c9:0x2f1,_0x12c74c:0x2c3,_0x266a6d:0x2ba,_0x3fab03:0x3c0,_0x351115:0x3d},_0x840d93={_0x27563a:0x84},_0x557d44={};_0x557d44[_0x2180ea(0x2c9,0x329,_0x421d35._0x2df293,0x2f6)]='Environmen'+_0x2180ea(0x3a2,0x3b1,_0x421d35._0x53e81b,0x32c)+_0x2180ea(_0x421d35._0x253a01,_0x421d35._0x2c8fae,0x207,0x253)+_0x11426d(_0x421d35._0xd14c3e,_0x421d35._0x13f20b,_0x421d35._0xd530d2,_0x421d35._0x45ddbd)+_0x11426d(-0x34,-0x56,0x19,0x32)+_0x2180ea(_0x421d35._0x3480ff,0x32f,_0x421d35._0x2183e5,0x2b3),_0x557d44[_0x2180ea(0x330,_0x421d35._0x48886e,0x289,_0x421d35._0x533def)]=_0x11426d(_0x421d35._0x272e9d,0x54,0x5,-_0x421d35._0x463cb0)+'ed',_0x557d44[_0x11426d(0x75,0x64,0x62,_0x421d35._0x3b3041)]=_0x11426d(0xcb,0xdc,0xac,0x60),_0x557d44[_0x2180ea(0x2bb,_0x421d35._0x45c8da,_0x421d35._0x2586bc,_0x421d35._0x1791d5)]=_0x11426d(0x54,-_0x421d35._0x400e8f,-0x8,-0xc)+_0x2180ea(0x315,0x2af,_0x421d35._0x5d01d0,_0x421d35._0x3d588f)+'ate',_0x557d44[_0x11426d(0x2b,0x56,_0x421d35._0x2abff0,_0x421d35._0x48d679)]=_0x2180ea(_0x421d35._0x3c73a3,0x2b8,0x23c,0x27a)+_0x11426d(-0x41,-0x2e,0xb,-_0x421d35._0x211826)+'r',_0x557d44[_0x11426d(0x16a,0x173,0xef,0x9c)]=_0x11426d(_0x421d35._0x9b1db6,_0x421d35._0x45ce72,0xf0,0x161)+_0x2180ea(_0x421d35._0x1c8a71,_0x421d35._0x26f087,_0x421d35._0x40defd,0x2c0)+_0x2180ea(0x1b6,0x1e9,_0x421d35._0x513c20,0x245)+_0x11426d(0x27,-_0x421d35._0x463409,0x33,_0x421d35._0x442796),_0x557d44[_0x2180ea(0x2eb,_0x421d35._0x20e9b3,0x305,_0x421d35._0x165962)]=function(_0xe385b7,_0x2b3852){return _0xe385b7!==_0x2b3852;},_0x557d44['UMMNt']=_0x2180ea(_0x421d35._0x4110fc,_0x421d35._0x32c4b4,0x2bc,0x34c),_0x557d44[_0x2180ea(0x297,_0x421d35._0x10dc3c,0x336,0x2b4)]=function(_0x15e516,_0x26a3d4){return _0x15e516===_0x26a3d4;},_0x557d44[_0x11426d(_0x421d35._0x5cce64,0x89,0x75,-_0x421d35._0x463409)]=_0x2180ea(_0x421d35._0x4cb74f,0x32f,0x2f9,_0x421d35._0x2b294b),_0x557d44['Tspyq']=_0x11426d(0xf6,0xd3,_0x421d35._0x1f8ac1,_0x421d35._0x41273c);function _0x2180ea(_0x18e1fb,_0x22f2b3,_0x3848ff,_0x758553){return _0x444d0d(_0x18e1fb-_0x840d93._0x27563a,_0x3848ff,_0x758553- -0xa3,_0x758553-0x127);}_0x557d44[_0x2180ea(_0x421d35._0x59d411,0x361,0x3bb,_0x421d35._0x5c8c0e)]=function(_0x30fd01,_0x2366d8){return _0x30fd01!==_0x2366d8;},_0x557d44[_0x2180ea(0x1d9,0x1af,0x253,0x23d)]=_0x11426d(_0x421d35._0x5be8bb,0x94,_0x421d35._0x49a49c,_0x421d35._0x599175),_0x557d44[_0x11426d(-_0x421d35._0x7899c4,-_0x421d35._0x463cb0,_0x421d35._0x13ebef,0x8c)]='Failed\x20to\x20'+_0x11426d(-_0x421d35._0x46f054,0x3f,-0xe,_0x421d35._0x4a8de4)+'S.md',_0x557d44[_0x11426d(_0x421d35._0x450f17,-0x3,_0x421d35._0x1c48f6,_0x421d35._0x1a6fce)]=_0x2180ea(0x2de,0x232,0x26a,_0x421d35._0x2bde38)+_0x11426d(0x2f,0x5e,0x5b,0x95)+_0x2180ea(0x323,0x290,0x330,0x2e6)+'le';const _0x184b04=_0x557d44,{callingTask:_0x593898,environmentName:_0x287941,environmentPath:_0x89a3e4}=_0x1d3068;function _0x11426d(_0x4ac573,_0x3b9b22,_0x13d60b,_0x566089){return _0x444d0d(_0x4ac573-0x60,_0x3b9b22,_0x13d60b- -0x2f8,_0x566089-0x106);}const _0x2a053e={};_0x2a053e[_0x11426d(0xd7,_0x421d35._0x539209,_0x421d35._0x3ebe3e,_0x421d35._0x2a7004)]=_0x593898[_0x2180ea(_0x421d35._0x56eb79,0x31f,0x2c8,_0x421d35._0x1b9407)],_0x2a053e[_0x2180ea(0x2b8,0x2a1,_0x421d35._0x25c0ee,0x30d)+'t']=_0x287941,logger[_0x11426d(_0x421d35._0xe6d4fd,-_0x421d35._0x39d610,_0x421d35._0x2175c5,0x5e)](_0x184b04[_0x11426d(0xeb,0xfe,0xef,_0x421d35._0x47c422)],_0x2a053e);const _0x18ebda=_0x31e5fd[_0x2180ea(_0x421d35._0x501ed3,_0x421d35._0x5e60fd,_0x421d35._0x3a1174,0x2b5)](_0x89a3e4,'AGENTS.md');try{if(_0x184b04['sMnYT'](_0x2180ea(_0x421d35._0x568118,0x2ec,0x340,_0x421d35._0x316a53),_0x184b04[_0x2180ea(0x290,_0x421d35._0xb945c4,_0x421d35._0x366f9d,0x2e9)])){_0x34dcc6[_0x11426d(_0x421d35._0x24d867,0x126,0xcc,_0x421d35._0x46c9e3)](_0x184b04[_0x11426d(0x47,_0x421d35._0x560ed5,0xa1,_0x421d35._0x2c3c1b)]);const _0x54af4f={};return _0x54af4f[_0x2180ea(_0x421d35._0x349ca4,0x356,_0x421d35._0x244ec1,_0x421d35._0x2619ce)]=_0x184b04[_0x11426d(0xd6,_0x421d35._0x14bdbe,_0x421d35._0x2f76ad,_0x421d35._0x524e69)],_0x54af4f[_0x11426d(0xd4,_0x421d35._0x488412,0x66,_0x421d35._0x592dd5)]=_0x2180ea(0x23a,_0x421d35._0x94eec9,0x27b,0x281)+_0x2180ea(_0x421d35._0x3f685c,0x2bc,0x235,0x296)+_0x11426d(0x113,_0x421d35._0x34dd8f,_0x421d35._0x414013,0x25),_0x2edb8d[_0x11426d(0x14d,_0x421d35._0x4d6a08,_0x421d35._0x3a8005,_0x421d35._0x3618a8)](-0xb01+0x1c5b+-0xfc9)['json'](_0x54af4f);}else{const _0x5523ce=await _0x27595b['readFile'](_0x18ebda,'utf-8'),_0x4f0959={};_0x4f0959[_0x11426d(_0x421d35._0x4c7c16,_0x421d35._0x40a13a,0xea,0xcd)]=_0x5523ce,_0x4f0959['environmen'+'t']=_0x287941,_0x4f0959[_0x11426d(0xae,_0x421d35._0x31d8ed,0x44,0x79)]=_0x184b04[_0x2180ea(_0x421d35._0x1f5d3b,0x269,0x287,0x2b7)],_0x4f4ed4[_0x2180ea(_0x421d35._0xc3de2f,0x2aa,0x2e4,_0x421d35._0x4fcecd)](_0x4f0959);}}catch(_0xeb7edb){if(_0x184b04[_0x11426d(_0x421d35._0x233156,-_0x421d35._0x5c8c5c,0x5f,_0x421d35._0x503764)](_0x184b04[_0x11426d(_0x421d35._0x86b3cf,_0x421d35._0x442a1a,_0x421d35._0x2a66a6,0xdb)],_0x2180ea(0x290,0x218,0x2ad,0x259))){const _0x54c364={};_0x54c364[_0x11426d(_0x421d35._0x169f91,_0x421d35._0x25517e,0xea,0xb1)]='',_0x54c364[_0x11426d(0xe1,_0x421d35._0x551850,0xb8,0x4b)+'t']=_0x5aaf9c,_0x54c364['path']=_0x184b04[_0x11426d(0x98,_0x421d35._0xe8b142,0x62,_0x421d35._0x13023c)],_0x54c364[_0x2180ea(0x345,0x3bc,0x362,_0x421d35._0xcd14d0)]=![],_0xeaf19c[_0x11426d(_0x421d35._0x488345,-_0x421d35._0x156287,_0x421d35._0x2d6564,-0x47)](_0x54c364);}else{if(_0x184b04[_0x2180ea(0x240,_0x421d35._0x3dabd9,_0x421d35._0x3f909b,0x2b4)](_0xeb7edb[_0x11426d(0x119,_0x421d35._0x1ce762,_0x421d35._0x407a79,0x133)],_0x184b04[_0x11426d(_0x421d35._0x3d0a97,0x18c,0x100,0x141)])){const _0x2ad941={};_0x2ad941['content']='',_0x2ad941['environmen'+'t']=_0x287941,_0x2ad941[_0x11426d(0x80,-_0x421d35._0xc476bc,0x44,_0x421d35._0x2a82b2)]=_0x184b04[_0x2180ea(_0x421d35._0xf2e8ba,_0x421d35._0x2cad89,_0x421d35._0x2f9e03,_0x421d35._0xc25c84)],_0x2ad941[_0x2180ea(_0x421d35._0x5e9ef2,0x3b4,_0x421d35._0x2b294b,0x349)]=![],_0x4f4ed4[_0x11426d(0x0,0x62,_0x421d35._0x282fc1,0x26)](_0x2ad941);}else{if(_0x184b04[_0x2180ea(0x3c6,0x38d,0x2b8,_0x421d35._0x5c8c0e)](_0x2180ea(0x294,_0x421d35._0x14b2f4,_0x421d35._0x43df5b,0x31a),_0x184b04['zWpGq'])){const _0x237e60={};_0x237e60[_0x2180ea(0x2e7,0x378,_0x421d35._0x2619ce,0x33e)]=_0x408b54['taskId'],_0x237e60['environmen'+'t']=_0x234ae6,_0x237e60[_0x2180ea(0x303,_0x421d35._0x5521f8,_0x421d35._0x508a87,0x2a6)]=_0x236035,_0x237e60[_0x11426d(0xc1,0x131,_0x421d35._0x48d679,_0x421d35._0x2bc7d8)]=_0x4f70ee[_0x11426d(_0x421d35._0x26a447,-0xd,0x66,-0x29)],_0x4d2abd[_0x2180ea(_0x421d35._0x3e67e,_0x421d35._0x5cbd79,_0x421d35._0x2830b1,_0x421d35._0x2619ce)](_0x184b04[_0x11426d(_0x421d35._0x1fb117,_0x421d35._0x5bbc7b,0xb2,_0x421d35._0x20ff87)],_0x237e60);const _0x4c6d74={};_0x4c6d74[_0x11426d(0x83,_0x421d35._0x25f2d5,_0x421d35._0x48d679,0xe8)]=_0x184b04['MzCHU'],_0x4c6d74['message']=_0x184b04['jpfya'],_0xb893c6[_0x2180ea(0x37f,_0x421d35._0x2dd92b,0x348,_0x421d35._0x2183e5)](-0x6ef+-0x22b1+-0x1*-0x2b94)[_0x11426d(-_0x421d35._0x56e10c,0x7a,0x18,0x1d)](_0x4c6d74);}else{const _0x24e3ef={};_0x24e3ef[_0x2180ea(0x3af,_0x421d35._0x1ba66e,0x2d2,_0x421d35._0x1b9407)]=_0x593898['taskId'],_0x24e3ef[_0x11426d(_0x421d35._0x341ef4,0x6e,_0x421d35._0x1921ca,_0x421d35._0x1f4d22)+'t']=_0x287941,_0x24e3ef[_0x11426d(_0x421d35._0x2ca030,0xf9,0xed,_0x421d35._0x341ef4)]=_0xeb7edb[_0x2180ea(_0x421d35._0xa84419,_0x421d35._0x44a23e,0x2cb,0x2bb)],logger[_0x11426d(0x96,0x179,0xed,0xbe)](_0x184b04['MoiZr'],_0x24e3ef);const _0x57b87c={};_0x57b87c[_0x11426d(0x17b,0x11a,_0x421d35._0x48d679,_0x421d35._0x28d365)]=_0x184b04[_0x2180ea(_0x421d35._0x2183e5,_0x421d35._0x1625da,0x281,_0x421d35._0x3803a9)],_0x57b87c[_0x11426d(-_0x421d35._0x596db4,_0x421d35._0x13023c,_0x421d35._0x128db7,0x53)]=_0x184b04[_0x2180ea(_0x421d35._0x1376c9,0x2b0,_0x421d35._0x12c74c,_0x421d35._0x266a6d)],_0x4f4ed4[_0x2180ea(0x29e,_0x421d35._0x3fab03,0x387,_0x421d35._0x2183e5)](0x208b+-0x5*0x9f+-0x1b7c)[_0x11426d(0x42,0x37,0x18,_0x421d35._0x351115)](_0x57b87c);}}}}}),router[_0xeeea46(-0x9b,-0x55,-0x23,0x1e)](_0x444d0d(0x350,0x3a9,0x331,0x3bf)+_0xeeea46(-0x137,-0xfa,-0x99,-0x154),requireTaskAuth,requireInstructionsPermission,async(_0x5efc4c,_0x5dda7b)=>{const _0x2c2d80={_0x5ee597:0x155,_0x4e7ad8:0x1c6,_0x17b279:0x175,_0x264356:0x22e,_0x1dc8d3:0x14e,_0x313df3:0x25,_0x51a363:0x6c,_0x1404fb:0xa9,_0x55c4ab:0x58,_0x1aadcc:0x5e,_0x465fe0:0x23,_0xa65701:0x167,_0x182429:0x19a,_0x3ef9d5:0x234,_0x35f215:0x1f4,_0x3024ee:0xbb,_0xa15eee:0x54,_0x283f08:0xab,_0x14fee4:0x1bc,_0xdf2b61:0x226,_0x182e66:0x1ab,_0x1ab778:0x1ca,_0x197bfa:0x1b1,_0x56314b:0x56,_0x3399cf:0x4f,_0x175a6d:0x133,_0x30af00:0x1cb,_0x1a4a05:0x180,_0x17a537:0x1a7,_0x45e0c0:0x203,_0x22f86f:0x1da,_0x2094ef:0x175,_0x431e87:0x242,_0x2aede3:0x16c,_0x51bdfc:0x1f2,_0x4eae46:0x1e9,_0x4b61f8:0x1fc,_0x3f85de:0x183,_0x5ef473:0x150,_0x3578b6:0x174,_0x437815:0xe6,_0x349f9b:0x184,_0x281869:0x2d,_0x25823b:0x49,_0x5c5c23:0x30,_0x272b56:0xc6,_0x5cf046:0x161,_0xeffa6b:0x1ef,_0x527a37:0x190,_0x1e24bd:0x163,_0x29dd10:0x21,_0x6cff39:0xa1,_0x433190:0x92,_0x4c1a45:0x2f,_0x449570:0x93,_0xcddf4e:0x8b,_0x506156:0x1d,_0x2b35e2:0x173,_0x2adda0:0x1d5,_0x4c9acb:0x86,_0x404094:0x74,_0xf1bc3b:0x7b,_0x15d63f:0xed,_0x3cc4b9:0x7f,_0x2b26d2:0xe,_0x5d4153:0x44,_0x3e870f:0x71,_0x2b80ec:0x47,_0x2ae95a:0x8,_0x384f3d:0x1ed,_0x268415:0x1bb,_0x212e10:0x227,_0x360e0b:0x22f,_0x3064e3:0xe0,_0x357467:0x55,_0x1a9b4a:0x1ab,_0x4bd9d6:0x1,_0xe06226:0xe,_0x3beb66:0x4d,_0x57a8bf:0xa4,_0x4bf6cb:0x79,_0x42271e:0x22,_0x314df7:0x13e,_0x4d8070:0x9a,_0x12a7e5:0x126,_0x1c690e:0x76,_0x574a07:0x2,_0x15ce58:0x7c,_0x148a93:0x16e,_0x1d41f3:0x78,_0x1a03a1:0x83,_0x8948be:0x53,_0x50729d:0xa7,_0x270c91:0x11,_0x931f1:0xd5,_0x57ae13:0x4c,_0x56de88:0x46,_0x17ebc3:0x4,_0x4bb9a9:0x160,_0x3461e3:0x13b,_0x3bd021:0x137,_0x2809f6:0x52,_0x343de2:0x3e,_0x25c72d:0x6e,_0x5bc21f:0x60,_0x432744:0x3f,_0x42f0f7:0x23e,_0x2c5257:0x17d,_0x17b1ff:0x8c,_0x177d8c:0x64,_0x59dac4:0x151,_0x54f6d2:0x182,_0xc74c28:0x9c,_0x5ea2fd:0x2,_0x3b1f59:0x92,_0x3d7059:0x51,_0xdeaecc:0xf0,_0xe936be:0x19,_0x45f8e7:0x93,_0x543d52:0x4a,_0x87f561:0x29,_0x24d0d3:0x34,_0x1c0e7b:0x44,_0x20305e:0x7b,_0x149e54:0x4b,_0x460a10:0xa,_0x2c057b:0x260,_0x52c6e3:0x1aa,_0x55b9d7:0x1da,_0xd2eeac:0x1e7,_0x1b4e6a:0x1ab,_0x1e6f60:0x169,_0x4d7d3c:0x73,_0x732d48:0xb8,_0x4327ef:0x66,_0x448862:0xfc,_0x2e0473:0x10c,_0x2c1a9b:0x57,_0x3d5a24:0x14a,_0x1fcf1f:0x159,_0x49dbe8:0x257,_0x4c5097:0x1bb,_0x12f2bc:0x16b,_0x1d6a01:0x20d,_0x35f92e:0x14f,_0x223eed:0x1cd,_0x44fa63:0x50,_0x410dfd:0xa9,_0x4dc6c9:0x89,_0x1db264:0x1a2,_0x5a69f8:0x255,_0x1820f4:0x1dc,_0x5680d9:0x252,_0x94d6ff:0x25d,_0x12da89:0xbe,_0x368d9c:0x4a,_0x772390:0x45,_0x22f80b:0x1af,_0xb4b164:0x156,_0x4798ce:0x1e0,_0x1fd117:0xff,_0x16890c:0x5b,_0x1487bc:0x236,_0x37b0a1:0x5d,_0x2da872:0x8a,_0xa10dbd:0x7a,_0x38c7d7:0x8f,_0x2753fa:0x2d},_0x3138ed={_0x1204b7:0x16a,_0x59572d:0x112},_0x5f33f9={_0x318904:0x1cd},_0x3de3f3={'tHBFV':_0x84a31e(_0x2c2d80._0x5ee597,_0x2c2d80._0x4e7ad8,0x164,_0x2c2d80._0x17b279)+_0x84a31e(_0x2c2d80._0x264356,_0x2c2d80._0x1dc8d3,0x165,0x1ca)+_0x38716c(-_0x2c2d80._0x313df3,-_0x2c2d80._0x51a363,-0x70,-_0x2c2d80._0x1404fb)+_0x38716c(-0x75,-0x57,-_0x2c2d80._0x55c4ab,-0xb3)+_0x38716c(-_0x2c2d80._0x1aadcc,0x57,-_0x2c2d80._0x465fe0,0x12)+'D','xaJfB':'Unauthoriz'+'ed','EUGlV':'Invalid\x20ta'+'sk\x20ID','BPUdA':_0x84a31e(0x18e,0x1e0,_0x2c2d80._0xa65701,0x154),'oMVsB':_0x84a31e(0x1cd,0x218,0x112,_0x2c2d80._0x182429)+'not\x20have\x20p'+_0x84a31e(_0x2c2d80._0x3ef9d5,0x19e,_0x2c2d80._0x35f215,0x1de)+_0x38716c(-0x4a,-_0x2c2d80._0x3024ee,-_0x2c2d80._0xa15eee,-_0x2c2d80._0x283f08)+_0x84a31e(_0x2c2d80._0x14fee4,0x1be,_0x2c2d80._0xdf2b61,_0x2c2d80._0x182e66)+_0x84a31e(0x19a,0x1ae,_0x2c2d80._0x1ab778,_0x2c2d80._0x197bfa)+_0x38716c(_0x2c2d80._0x56314b,_0x2c2d80._0x3399cf,0x10,-0xa),'tVrwo':function(_0x1638a9){return _0x1638a9();},'fVeoc':function(_0x19053f,_0x24d4ea){return _0x19053f===_0x24d4ea;},'TRiij':function(_0xd4b0d3,_0x35f0a9){return _0xd4b0d3!==_0x35f0a9;},'FZIGP':_0x84a31e(_0x2c2d80._0x175a6d,_0x2c2d80._0x30af00,_0x2c2d80._0x1a4a05,_0x2c2d80._0x17a537),'PAecH':'Bad\x20Reques'+'t','GTDPy':'AGENTS.md','PubUJ':_0x84a31e(_0x2c2d80._0x45e0c0,_0x2c2d80._0x22f86f,0x15a,_0x2c2d80._0x2094ef)+_0x84a31e(_0x2c2d80._0x431e87,_0x2c2d80._0x2aede3,_0x2c2d80._0x51bdfc,_0x2c2d80._0x197bfa)+_0x84a31e(0x1c5,_0x2c2d80._0x4eae46,_0x2c2d80._0x4b61f8,0x192)+'ed\x20by\x20task','eiLTU':_0x84a31e(_0x2c2d80._0x3f85de,0x1e3,_0x2c2d80._0x5ef473,_0x2c2d80._0x3578b6),'wFdzb':'Failed\x20to\x20'+_0x84a31e(0x207,_0x2c2d80._0x437815,_0x2c2d80._0x349f9b,0x177)+'TS.md','HhVXn':_0x38716c(_0x2c2d80._0x281869,0x2,-_0x2c2d80._0x25823b,_0x2c2d80._0x5c5c23)+'erver\x20Erro'+'r','oheax':_0x84a31e(_0x2c2d80._0x272b56,0x87,_0x2c2d80._0x5cf046,0xeb)+_0x84a31e(_0x2c2d80._0xeffa6b,0x1dc,_0x2c2d80._0x527a37,_0x2c2d80._0x1e24bd)+'ructions\x20f'+_0x38716c(-_0x2c2d80._0x29dd10,_0x2c2d80._0x6cff39,0x48,_0x2c2d80._0x433190)},{callingTask:_0x168029,taskUser:_0x3d0225,environmentName:_0x4de40d,environmentPath:_0x13099a}=_0x5efc4c,{content:_0x15d5ae}=_0x5efc4c[_0x38716c(-0x13,0xba,_0x2c2d80._0x4c1a45,0x3e)];if(_0x3de3f3['fVeoc'](_0x15d5ae,undefined)){if(_0x3de3f3[_0x38716c(0x73,_0x2c2d80._0xa15eee,0x41,0x6f)]('nZCwr',_0x3de3f3[_0x38716c(0x61,_0x2c2d80._0x449570,0x8f,0x98)])){const _0x526bf9={};return _0x526bf9['error']=_0x3de3f3[_0x38716c(_0x2c2d80._0xcddf4e,0x79,_0x2c2d80._0x506156,_0x2c2d80._0x506156)],_0x526bf9[_0x84a31e(_0x2c2d80._0x2b35e2,_0x2c2d80._0x2adda0,0x189,0x159)]='Content\x20fi'+'eld\x20is\x20req'+'uired',_0x5dda7b[_0x38716c(0x2b,0x94,0x6c,0x97)](-0x1b*0x49+-0x5eb+0xf2e)[_0x38716c(-_0x2c2d80._0x4c9acb,-0x39,-0x56,_0x2c2d80._0x29dd10)](_0x526bf9);}else{const _0x178bbc={};_0x178bbc[_0x38716c(0x73,_0x2c2d80._0x404094,_0x2c2d80._0xf1bc3b,0x1)]=_0x5ced40,_0x4830ef['warn'](_0x3de3f3['tHBFV'],_0x178bbc);const _0x4638c3={};return _0x4638c3[_0x38716c(_0x2c2d80._0x15d63f,0x9b,_0x2c2d80._0x3cc4b9,-_0x2c2d80._0x2b26d2)]=_0x3de3f3[_0x38716c(-_0x2c2d80._0x5d4153,-0x35,-_0x2c2d80._0x3e870f,-0x42)],_0x4638c3[_0x38716c(-0x38,-_0x2c2d80._0x2b80ec,-_0x2c2d80._0x2ae95a,_0x2c2d80._0x281869)]=_0x3de3f3[_0x38716c(0x3b,0x62,0x6d,0xc0)],_0x1937ca[_0x84a31e(_0x2c2d80._0x384f3d,_0x2c2d80._0x268415,0x23d,0x1cd)](-0x8fb*-0x3+-0x4c*0x43+-0x57c)['json'](_0x4638c3);}}const _0x1ca7f7={};_0x1ca7f7[_0x84a31e(_0x2c2d80._0x212e10,0x1f7,_0x2c2d80._0x360e0b,0x1dc)]=_0x168029[_0x38716c(_0x2c2d80._0x3064e3,0x29,_0x2c2d80._0xf1bc3b,_0x2c2d80._0x357467)],_0x1ca7f7[_0x84a31e(0x21d,0x14c,0x21d,_0x2c2d80._0x1a9b4a)+'t']=_0x4de40d,_0x1ca7f7[_0x84a31e(0x131,0xc6,0x169,_0x2c2d80._0x5ef473)]=_0x3d0225['id'],_0x1ca7f7[_0x38716c(-_0x2c2d80._0x4bd9d6,-_0x2c2d80._0xe06226,0x79,_0x2c2d80._0x3beb66)]=_0x3d0225[_0x38716c(0x36,_0x2c2d80._0x57a8bf,_0x2c2d80._0x4bf6cb,0xb1)],_0x1ca7f7['contentLen'+'gth']=_0x15d5ae['length'],logger['info'](_0x38716c(-_0x2c2d80._0x42271e,-_0x2c2d80._0x4c1a45,-0x75,-0x9)+'ing\x20enviro'+'nment\x20inst'+_0x84a31e(0x1b7,_0x2c2d80._0x314df7,_0x2c2d80._0x4d8070,_0x2c2d80._0x12a7e5),_0x1ca7f7);function _0x38716c(_0x3141cc,_0x52bc9a,_0x114163,_0x4c12df){return _0x444d0d(_0x3141cc-0x56,_0x3141cc,_0x114163- -0x366,_0x4c12df-_0x5f33f9._0x318904);}function _0x84a31e(_0x53fe88,_0x28a860,_0x351c9e,_0x1d1911){return _0x444d0d(_0x53fe88-_0x3138ed._0x1204b7,_0x351c9e,_0x1d1911- -0x205,_0x1d1911-_0x3138ed._0x59572d);}const _0x577ec9=_0x31e5fd['join'](_0x13099a,_0x3de3f3['GTDPy']),_0x40c0f2=new Date()[_0x38716c(-_0x2c2d80._0x1c690e,0x66,-_0x2c2d80._0x574a07,_0x2c2d80._0x15ce58)+'g']();try{const _0x1ad642={};_0x1ad642['recursive']=!![],await _0x27595b[_0x84a31e(0x19a,0x166,0x1a4,_0x2c2d80._0x148a93)](_0x13099a,_0x1ad642),await _0x27595b['writeFile'](_0x577ec9,_0x15d5ae,'utf-8');const _0x477ac3={};_0x477ac3[_0x38716c(_0x2c2d80._0x1d41f3,_0x2c2d80._0x1a03a1,0x7b,0x43)]=_0x168029[_0x38716c(0xb1,_0x2c2d80._0x8948be,0x7b,_0x2c2d80._0x50729d)],_0x477ac3['environmen'+'t']=_0x4de40d,_0x477ac3[_0x38716c(-0x64,-0x99,-_0x2c2d80._0x270c91,-_0x2c2d80._0x2ae95a)]=_0x3d0225['id'],logger['info'](_0x3de3f3[_0x38716c(_0x2c2d80._0x931f1,-0x19,_0x2c2d80._0x57ae13,_0x2c2d80._0x56de88)],_0x477ac3);const _0x1c99ba={};_0x1c99ba['success']=!![],_0x1c99ba[_0x38716c(0x63,-_0x2c2d80._0x17ebc3,0x4a,0x22)+'t']=_0x4de40d,_0x1c99ba[_0x84a31e(_0x2c2d80._0x4bb9a9,0x13f,_0x2c2d80._0x3461e3,_0x2c2d80._0x3bd021)]=_0x38716c(0xb2,_0x2c2d80._0x2809f6,0x3e,_0x2c2d80._0x343de2),_0x1c99ba['updatedAt']=_0x40c0f2,_0x1c99ba[_0x38716c(-_0x2c2d80._0x25c72d,_0x2c2d80._0x5bc21f,0x22,-_0x2c2d80._0x432744)+'askId']=_0x168029[_0x84a31e(_0x2c2d80._0x42f0f7,0x255,_0x2c2d80._0x2c5257,0x1dc)],_0x1c99ba[_0x38716c(0xea,0xd1,_0x2c2d80._0x17b1ff,_0x2c2d80._0x177d8c)+_0x84a31e(0x1e9,0x1b2,_0x2c2d80._0x59dac4,_0x2c2d80._0x54f6d2)]=_0x3d0225['id'],_0x5dda7b[_0x84a31e(0x16f,_0x2c2d80._0xc74c28,0x95,0x10b)](_0x1c99ba);}catch(_0xb04f0b){if(_0x3de3f3['fVeoc'](_0x38716c(-_0x2c2d80._0x5ea2fd,_0x2c2d80._0x3b1f59,_0x2c2d80._0x3d7059,-0x3),_0x3de3f3[_0x84a31e(_0x2c2d80._0xdeaecc,0x19c,0xf8,0x15d)])){if(!_0x46ce2c(_0x45b1b1['taskUser'],_0x38716c(-_0x2c2d80._0xe936be,_0x2c2d80._0x45f8e7,_0x2c2d80._0x543d52,0x50)+_0x38716c(-0xb1,_0x2c2d80._0x87f561,-_0x2c2d80._0x24d0d3,_0x2c2d80._0x1c0e7b)+'tions')){const _0x51e376={};_0x51e376[_0x38716c(_0x2c2d80._0xdeaecc,0xc3,_0x2c2d80._0x20305e,0xd0)]=_0x3305a4['callingTas'+'k'][_0x38716c(0x71,0x102,_0x2c2d80._0xf1bc3b,_0x2c2d80._0x149e54)],_0x51e376[_0x38716c(-0x9,-_0x2c2d80._0x460a10,-_0x2c2d80._0x270c91,0x17)]=_0x2a8297[_0x84a31e(0x16d,0xf9,_0x2c2d80._0x6cff39,0x122)]['id'],_0x51e376[_0x84a31e(_0x2c2d80._0x2c057b,0x1cf,_0x2c2d80._0x52c6e3,_0x2c2d80._0x55b9d7)]=_0x3b6173[_0x38716c(-0xbb,-0x40,-0x3f,-0xba)][_0x84a31e(0x149,_0x2c2d80._0xd2eeac,_0x2c2d80._0x1b4e6a,0x1da)],_0x4ba4bc['warn']('User\x20lacks'+_0x84a31e(_0x2c2d80._0x175a6d,0x1e0,0x1c8,_0x2c2d80._0x1e6f60)+_0x38716c(-0x36,-0xd4,-0x68,-_0x2c2d80._0x4d7d3c)+_0x38716c(_0x2c2d80._0x732d48,0x10,_0x2c2d80._0x4327ef,-0x23)+_0x84a31e(_0x2c2d80._0x448862,0x88,_0x2c2d80._0x2e0473,0x107),_0x51e376);const _0x1e6671={};return _0x1e6671[_0x38716c(_0x2c2d80._0x6cff39,0xbc,0x7f,_0x2c2d80._0x2c1a9b)]=_0x3de3f3['BPUdA'],_0x1e6671[_0x84a31e(0xf8,0xeb,_0x2c2d80._0x3d5a24,_0x2c2d80._0x1fcf1f)]=_0x3de3f3[_0x84a31e(_0x2c2d80._0x49dbe8,_0x2c2d80._0x4c5097,_0x2c2d80._0x12f2bc,0x1d3)],_0xe36148[_0x84a31e(_0x2c2d80._0x1d6a01,_0x2c2d80._0x35f92e,0x1b1,_0x2c2d80._0x223eed)](0xc9*0xf+-0x414*0x2+-0x20c)['json'](_0x1e6671);}_0x3de3f3[_0x38716c(-_0x2c2d80._0x44fa63,-_0x2c2d80._0x410dfd,-_0x2c2d80._0x2b80ec,-_0x2c2d80._0x4dc6c9)](_0x2a5054);}else{const _0x50163e={};_0x50163e[_0x84a31e(_0x2c2d80._0x1db264,0x1d7,_0x2c2d80._0x5a69f8,_0x2c2d80._0x1820f4)]=_0x168029[_0x84a31e(_0x2c2d80._0x5680d9,_0x2c2d80._0x94d6ff,0x24c,0x1dc)],_0x50163e[_0x38716c(_0x2c2d80._0x12da89,_0x2c2d80._0x574a07,_0x2c2d80._0x368d9c,_0x2c2d80._0x772390)+'t']=_0x4de40d,_0x50163e[_0x84a31e(_0x2c2d80._0x22f80b,_0x2c2d80._0xb4b164,0x1e2,_0x2c2d80._0x4798ce)]=_0xb04f0b[_0x84a31e(0xee,0x112,0x186,0x159)],logger[_0x38716c(_0x2c2d80._0x1fd117,0xa7,_0x2c2d80._0x3cc4b9,_0x2c2d80._0x16890c)](_0x3de3f3['wFdzb'],_0x50163e);const _0x39dafd={};_0x39dafd[_0x84a31e(0x22e,_0x2c2d80._0x1487bc,0x263,0x1e0)]=_0x3de3f3[_0x38716c(0x5b,0xd7,_0x2c2d80._0x37b0a1,_0x2c2d80._0x2da872)],_0x39dafd[_0x38716c(-0x2a,_0x2c2d80._0xa10dbd,-0x8,-_0x2c2d80._0x38c7d7)]=_0x3de3f3['oheax'],_0x5dda7b[_0x38716c(_0x2c2d80._0x732d48,0x77,0x6c,_0x2c2d80._0x2753fa)](-0x1ea2+0x4*0x77e+0x29e*0x1)['json'](_0x39dafd);}}}),router[_0xeeea46(-0xcd,-0x5b,0xd,-0x81)](_0xeeea46(-0x89,-0x50,-0xdd,-0x64),requireTaskAuth,requireTemplatesPermission,async(_0x26ea4f,_0x8b8f54)=>{const _0x292ea5={_0x27482c:0x244,_0x180108:0x1d4,_0x428877:0x9f,_0x1aa37c:0x14,_0x2a34fe:0x53,_0x231b36:0x48,_0x1cf77d:0x35,_0x2fc1a8:0x21,_0x30a03a:0xac,_0x1ae78f:0xc7,_0x56df6f:0x29d,_0x1dea40:0x1c3,_0x401650:0x93,_0xd9b0e3:0x51,_0x455c38:0x8c,_0x3a1e8a:0x89,_0x4d04a5:0x3f,_0x16d813:0x18,_0x5e61ab:0x1e9,_0x4cd779:0x236,_0x384002:0x1c0,_0x339a93:0x2b2,_0x16ca5b:0x22a,_0x394d9c:0x1f4,_0x35d047:0x177,_0x11a356:0x1d8,_0x4cecfb:0x206,_0x3704ae:0x253,_0x4b18b2:0x1bf,_0x4ba70a:0x65,_0x15c512:0x2b,_0xa8b73c:0x19e,_0x2c4e8e:0x147,_0x3877f7:0x243,_0x5e0c8e:0x9e,_0x422d22:0xb8,_0x50be14:0x77,_0x5b3d02:0x1ab,_0x283f70:0x174,_0x3685bf:0x199,_0x41140f:0x1b5,_0x376ab9:0x103,_0x260a9a:0x111,_0x2aa67d:0x96,_0x2c7689:0xd,_0x536033:0x35,_0x180338:0x39,_0x1189ee:0x11e,_0x4abd59:0x214,_0x54dc12:0x156,_0x26d24e:0x15a,_0x50ecb8:0xcb,_0x30e1bb:0xf4,_0x4b7d90:0x164,_0xcddf52:0x126,_0x1a4f9b:0x194,_0x3406f9:0x14e,_0x29e91c:0x1cd,_0xa48559:0x11f,_0x3b981b:0x1fb,_0x858451:0x1cb,_0x3909f1:0x24a,_0x42f60d:0x2a2,_0x2c42ed:0x29,_0x20ea73:0x1c1,_0x5e231c:0x2cd,_0x3b4bc2:0x44,_0x10544c:0x9c,_0x35953a:0x15c,_0x15dc55:0x15f,_0x51c4a9:0x156,_0x1db368:0x1e0,_0x4d348f:0x19c,_0x5de776:0x1b7,_0x2616d9:0x217,_0x2e5612:0x14b,_0x23f818:0x179,_0x41710a:0x182,_0x5eec21:0x18a,_0x4f6997:0x20f,_0x235c20:0x1fd,_0x5022bf:0x144,_0x4fb84a:0x284,_0x5f9190:0x207,_0x4cdca0:0x8a,_0x2131cc:0x23,_0x33f7b:0xb0,_0xb8f950:0x84,_0x524dc9:0x219,_0x35220b:0x19d,_0x5ad091:0x2a6,_0x5871d4:0x16b,_0x2b86c5:0x142,_0x2c9219:0x95,_0x2901a2:0x234,_0x34bfa0:0x16,_0x2eb89a:0x4f,_0x52e27b:0x4f,_0x147928:0x4a,_0x22929:0x34,_0x3d01f5:0x2ad,_0x1c71ac:0x17a,_0x182f1e:0x1e5,_0x766fe5:0x23c,_0x12ca91:0x1a4,_0x28227e:0x227,_0x514aa0:0x1dc,_0x4786b7:0x1ae,_0x21fa39:0x23b,_0x4d28bd:0x1ad,_0x7afa4f:0x1e3,_0x4aa99e:0xa2,_0x559db4:0x157,_0x5bbd79:0x190,_0x192259:0x155,_0x3dff88:0x158,_0x147ade:0xd9,_0x4c95ab:0xdd,_0x18c2f3:0xf0,_0x1731df:0x1d3,_0x2b363c:0x24a,_0x26a06c:0x26e,_0x3b43b1:0x90,_0x3aedc8:0x45,_0xbd7416:0xea,_0x4d9194:0x3a,_0x3eb413:0xa3,_0x4b1206:0x10b,_0x54b276:0x6,_0xf37b72:0x69,_0xfbeb51:0x87,_0x1ad812:0x6c,_0x26c5d6:0x1d4,_0x4b84a7:0x28a,_0x1318a6:0xfd,_0x320709:0x1d5,_0x255d95:0x1a4},_0x4997f5={_0x2b9995:0x3bf,_0xd28f62:0x35d,_0x2360d6:0x30f,_0x21d619:0x372,_0x3a3903:0x63b,_0x448fd8:0x5c3,_0x112737:0x66d,_0x15f6bc:0x53c,_0x47d362:0x510,_0x361cbc:0x520,_0xabc432:0x515,_0x119aee:0x4e6,_0x21a34a:0x51b,_0x40ecc1:0x329,_0x18b5e2:0x3a8,_0x2606dd:0x382,_0x25a444:0x31e,_0x2b9f5e:0x320,_0x332132:0x5d8,_0x4d71e4:0x588,_0xc242c:0x5a7,_0x297961:0x453,_0x4a02c6:0x444,_0x1913ab:0x477,_0x5b8443:0x42b,_0x4cc672:0x4d5,_0x50baf5:0x54d,_0x465fc8:0x5fa,_0x985392:0x3df,_0x2ef4be:0x3a1,_0x3e7ef9:0x41d,_0x70c605:0x5e2,_0x1f5f3e:0x51c,_0xdb55b:0x57e,_0x7a34f1:0x56f,_0x781ec8:0x4f5,_0x4f8b8a:0x550,_0x50448e:0x461,_0xb8a732:0x47b,_0xd684cc:0x40a,_0x2009b5:0x346,_0x354852:0x2e2,_0x2b2f72:0x463,_0x3026aa:0x483,_0x3ef6d7:0x419,_0x39b681:0x463,_0x26f412:0x417,_0x46b1b4:0x5dd,_0x771f99:0x553,_0x4cec87:0x63a,_0x37f309:0x5df,_0x32c55b:0x5ed,_0x11f806:0x362,_0x1a1795:0x3d7,_0x41fc38:0x3c6,_0x1457d6:0x400,_0x45dc2e:0x44a,_0x112617:0x41f,_0x1d7255:0x365,_0x480aa9:0x346,_0x17f940:0x396,_0x1b5e54:0x430},_0x1782ec={_0x5c10aa:0x1e2,_0xe4d5a7:0x39a,_0xbb53a7:0x6},_0x3ea4f3={_0x486488:0x13f},_0x4deed7={_0x58f0f7:0xc7},_0x45feda={_0x3ad27e:0x115,_0xc55549:0xe3},_0x147be6={'ciOJz':_0x4729bb(0x2cb,_0x292ea5._0x27482c,0x1e6,_0x292ea5._0x180108),'dgCWE':_0x4bd029(0x1b,0x65,0x23,_0x292ea5._0x428877),'xwcKz':'Failed\x20to\x20'+_0x4bd029(0x16,-0x5b,_0x292ea5._0x1aa37c,_0x292ea5._0x2a34fe)+_0x4bd029(_0x292ea5._0x231b36,-_0x292ea5._0x1cf77d,-_0x292ea5._0x2fc1a8,-_0x292ea5._0x30a03a),'oFuXQ':_0x4bd029(-0xd4,-0xf5,-0xad,-0xd7)+_0x4bd029(-0x8f,-0x152,-_0x292ea5._0x1ae78f,-0x120)+'r','kMcls':function(_0x133498,_0x317cea){return _0x133498!==_0x317cea;},'EFhpC':_0x4729bb(0x1a2,0x1d9,0x148,0x246),'OqoSG':'utf-8','qpfHL':function(_0x1edf89,_0x173312,_0x9ff447){return _0x1edf89(_0x173312,_0x9ff447);},'HQmmn':_0x4729bb(_0x292ea5._0x56df6f,0x219,_0x292ea5._0x1dea40,0x248)+_0x4bd029(-_0x292ea5._0x401650,-_0x292ea5._0xd9b0e3,-0x8a,-_0x292ea5._0x455c38)+'es','rJiqn':_0x4bd029(-0x27,-_0x292ea5._0x3a1e8a,-_0x292ea5._0x4d04a5,_0x292ea5._0x16d813)+_0x4729bb(_0x292ea5._0x5e61ab,0x1d7,_0x292ea5._0x4cd779,_0x292ea5._0x384002)+_0x4729bb(_0x292ea5._0x339a93,_0x292ea5._0x16ca5b,0x2b1,_0x292ea5._0x394d9c)+_0x4729bb(0xee,0x160,_0x292ea5._0x35d047,_0x292ea5._0x11a356)+_0x4729bb(0x1d9,_0x292ea5._0x4cecfb,_0x292ea5._0x3704ae,_0x292ea5._0x4b18b2),'iocNi':_0x4bd029(_0x292ea5._0x4ba70a,_0x292ea5._0x4ba70a,-_0x292ea5._0x15c512,-0x39)+_0x4729bb(0x1e8,_0x292ea5._0xa8b73c,_0x292ea5._0x2c4e8e,0x132)+_0x4729bb(0x1d6,0x24c,0x2a0,_0x292ea5._0x3877f7)+_0x4bd029(-_0x292ea5._0x5e0c8e,-0x3e,-_0x292ea5._0x422d22,-_0x292ea5._0x50be14)+'environmen'+_0x4729bb(_0x292ea5._0x5b3d02,0x23a,0x201,0x25a)+'s','YUjFE':function(_0xe4abaf){return _0xe4abaf();},'WTOyJ':_0x4729bb(0x14a,_0x292ea5._0x283f70,_0x292ea5._0x3685bf,_0x292ea5._0x41140f)+_0x4bd029(-_0x292ea5._0x376ab9,-0x15b,-0xde,-_0x292ea5._0x260a9a)+_0x4bd029(-0x93,-0x2b,-_0x292ea5._0x2aa67d,-_0x292ea5._0x2c7689)+'ates','NiaPN':_0x4bd029(-0x47,-_0x292ea5._0x536033,-_0x292ea5._0x180338,-0x1b)+_0x4729bb(_0x292ea5._0x1189ee,0x18e,0x165,_0x292ea5._0x4abd59),'qtgEt':_0x4bd029(-_0x292ea5._0x54dc12,-_0x292ea5._0x26d24e,-_0x292ea5._0x50ecb8,-_0x292ea5._0x231b36),'sGljv':_0x4bd029(-0xea,-0x54,-0x5f,-0x54),'nbwPY':function(_0x4c2b21,_0x419a10){return _0x4c2b21===_0x419a10;},'TnRHG':_0x4729bb(_0x292ea5._0x30e1bb,0x159,_0x292ea5._0x4b7d90,_0x292ea5._0xcddf52)+_0x4729bb(_0x292ea5._0x1a4f9b,_0x292ea5._0x3406f9,_0x292ea5._0x29e91c,0x159)+_0x4729bb(_0x292ea5._0xa48559,0x18e,0x1df,_0x292ea5._0x3b981b)};function _0x4729bb(_0x22cec4,_0x2085c7,_0x4b34c7,_0x459955){return _0xeeea46(_0x22cec4-_0x45feda._0x3ad27e,_0x2085c7-0x251,_0x4b34c7-_0x45feda._0xc55549,_0x459955);}const {callingTask:_0x330c82,environmentName:_0x295f21,environmentPath:_0x1829a0}=_0x26ea4f,_0x1a7091={};_0x1a7091[_0x4729bb(_0x292ea5._0x858451,_0x292ea5._0x3909f1,0x223,_0x292ea5._0x42f60d)]=_0x330c82[_0x4bd029(-_0x292ea5._0x2c42ed,0x24,0x17,-0x62)],_0x1a7091['environmen'+'t']=_0x295f21,logger['info'](_0x147be6['WTOyJ'],_0x1a7091);function _0x4bd029(_0xd58b30,_0x1f4ace,_0x2ea8d3,_0x3afb20){return _0x444d0d(_0xd58b30-0x14f,_0x1f4ace,_0x2ea8d3- -0x3ca,_0x3afb20-_0x4deed7._0x58f0f7);}const _0xc53cc8=_0x31e5fd[_0x4729bb(0x13c,_0x292ea5._0x20ea73,0x1f6,_0x292ea5._0x1dea40)](_0x1829a0,_0x147be6[_0x4729bb(0x287,0x265,0x2a4,_0x292ea5._0x5e231c)]);try{const _0x239a7e=await _0x27595b[_0x4bd029(0x17,-_0x292ea5._0x3b4bc2,-0x60,-_0x292ea5._0x10544c)](_0xc53cc8),_0x3362a5=_0x239a7e[_0x4729bb(0x1b5,_0x292ea5._0x35953a,_0x292ea5._0x15dc55,_0x292ea5._0x51c4a9)](_0x574c40=>_0x574c40[_0x4729bb(0x155,0x172,0x1fd,0x1ee)](_0x4bd029(-0x46,-0x43,-0xb7,-0x9e))),_0x110fd9=await Promise[_0x4729bb(0x229,_0x292ea5._0x1db368,0x1ed,_0x292ea5._0x4d348f)](_0x3362a5[_0x4729bb(_0x292ea5._0x5de776,0x1c9,0x17f,0x14d)](async _0x5bb72d=>{function _0x1581d5(_0x267c64,_0x46d985,_0x3ed3cb,_0x36b931){return _0x4729bb(_0x267c64-0xd2,_0x36b931-0x1cf,_0x3ed3cb-_0x3ea4f3._0x486488,_0x267c64);}function _0x21053b(_0x596232,_0x381903,_0x2927f6,_0x2bce3e){return _0x4729bb(_0x596232-_0x1782ec._0x5c10aa,_0x2927f6-_0x1782ec._0xe4d5a7,_0x2927f6-_0x1782ec._0xbb53a7,_0x596232);}if(_0x147be6['kMcls'](_0x1581d5(_0x4997f5._0x2b9995,_0x4997f5._0xd28f62,_0x4997f5._0x2360d6,_0x4997f5._0x21d619),_0x147be6[_0x21053b(_0x4997f5._0x3a3903,_0x4997f5._0x448fd8,0x5df,_0x4997f5._0x112737)])){const _0x166230=_0x5bb72d['replace'](/\.md$/,''),_0xd56ef=_0x31e5fd['join'](_0xc53cc8,_0x166230+_0x21053b(_0x4997f5._0x15f6bc,0x541,_0x4997f5._0x47d362,_0x4997f5._0x361cbc));let _0x386a5b=null;try{const _0x60d3f2=await _0x27595b[_0x21053b(0x506,_0x4997f5._0xabc432,_0x4997f5._0x119aee,_0x4997f5._0x21a34a)](_0xd56ef,_0x147be6[_0x1581d5(_0x4997f5._0x40ecc1,_0x4997f5._0x18b5e2,0x2f7,_0x4997f5._0x2606dd)]);_0x386a5b=JSON[_0x1581d5(_0x4997f5._0x25a444,_0x4997f5._0x2b9f5e,0x33f,0x380)](_0x60d3f2);}catch{}const _0x1fe5bf={};return _0x1fe5bf[_0x21053b(0x5d5,_0x4997f5._0x332132,_0x4997f5._0x4d71e4,_0x4997f5._0xc242c)]=_0x166230,_0x1fe5bf['filename']=_0x5bb72d,_0x1fe5bf[_0x1581d5(_0x4997f5._0x297961,_0x4997f5._0x4a02c6,_0x4997f5._0x1913ab,_0x4997f5._0x5b8443)+'n']=_0x386a5b?.['descriptio'+'n']||null,_0x1fe5bf[_0x21053b(0x5cb,_0x4997f5._0x4cc672,0x53b,_0x4997f5._0x50baf5)+'a']=_0x386a5b!==null,_0x1fe5bf;}else{if(_0x49a6e7[_0x21053b(0x57d,0x5f5,_0x4997f5._0x465fc8,0x63c)]===_0x147be6[_0x1581d5(0x394,_0x4997f5._0x985392,0x350,_0x4997f5._0x2ef4be)]){const _0x54f571={};_0x54f571[_0x1581d5(_0x4997f5._0x985392,_0x4997f5._0x2ef4be,0x3c8,_0x4997f5._0x3e7ef9)]=_0x147be6['dgCWE'],_0x54f571[_0x21053b(_0x4997f5._0x119aee,0x564,0x561,_0x4997f5._0x70c605)]=_0x21053b(_0x4997f5._0x1f5f3e,_0x4997f5._0xdb55b,_0x4997f5._0x7a34f1,_0x4997f5._0x781ec8)+_0x197361+(_0x21053b(0x54b,0x4c0,_0x4997f5._0x4f8b8a,0x5ca)+'d'),_0x46ab6a[_0x1581d5(_0x4997f5._0x50448e,0x389,_0x4997f5._0xb8a732,_0x4997f5._0xd684cc)](0x427*-0x9+-0x106a+0x375d)[_0x1581d5(_0x4997f5._0x2009b5,0x395,_0x4997f5._0x354852,0x348)](_0x54f571);}else{const _0x528c29={};_0x528c29[_0x1581d5(_0x4997f5._0x2b2f72,0x48b,_0x4997f5._0x3026aa,_0x4997f5._0x3ef6d7)]=_0x25e3cb['taskId'],_0x528c29[_0x1581d5(0x36e,_0x4997f5._0x39b681,_0x4997f5._0x26f412,0x3e8)+'t']=_0x21df5c,_0x528c29[_0x21053b(_0x4997f5._0x46b1b4,_0x4997f5._0x771f99,0x54c,0x59e)]=_0x57b5aa,_0x528c29['error']=_0x4473a7['message'],_0x5adfa5[_0x21053b(_0x4997f5._0x4cec87,_0x4997f5._0x37f309,0x5e8,_0x4997f5._0x32c55b)](_0x147be6[_0x1581d5(_0x4997f5._0x11f806,0x3a8,_0x4997f5._0x1a1795,_0x4997f5._0x41fc38)],_0x528c29);const _0x419580={};_0x419580[_0x1581d5(_0x4997f5._0x1457d6,_0x4997f5._0x45dc2e,_0x4997f5._0x3ef6d7,0x41d)]=_0x147be6[_0x1581d5(0x41e,_0x4997f5._0x112617,_0x4997f5._0x1d7255,0x3c8)],_0x419580[_0x1581d5(0x3db,_0x4997f5._0x480aa9,0x350,_0x4997f5._0x17f940)]=_0x147be6['xwcKz'],_0x36015d[_0x1581d5(_0x4997f5._0x1b5e54,0x414,0x380,_0x4997f5._0xd684cc)](-0x6e*0x52+-0x68*-0x17+0x108*0x1b)['json'](_0x419580);}}})),_0x4f1068={};_0x4f1068['templates']=_0x110fd9,_0x4f1068[_0x4729bb(_0x292ea5._0x1a4f9b,0x219,_0x292ea5._0x2616d9,0x2a3)+'t']=_0x295f21,_0x8b8f54[_0x4729bb(_0x292ea5._0x2e5612,_0x292ea5._0x23f818,_0x292ea5._0x41710a,_0x292ea5._0x5eec21)](_0x4f1068);}catch(_0x499c58){if(_0x147be6[_0x4729bb(0x1bd,_0x292ea5._0x3877f7,0x1fa,0x1fd)]!==_0x147be6[_0x4729bb(0x1e5,_0x292ea5._0x4f6997,0x287,_0x292ea5._0x235c20)]){if(_0x147be6[_0x4bd029(-_0x292ea5._0x5022bf,-0x83,-0xca,-0x83)](_0x499c58[_0x4729bb(_0x292ea5._0x4fb84a,0x260,0x2a7,_0x292ea5._0x5f9190)],_0x147be6[_0x4bd029(-_0x292ea5._0x4cdca0,-0x8,-0x61,-0x1)])){const _0x265795={};_0x265795[_0x4bd029(-0x2d,-_0x292ea5._0x2131cc,-_0x292ea5._0x33f7b,-_0x292ea5._0xb8f950)]=[],_0x265795[_0x4729bb(0x245,_0x292ea5._0x524dc9,_0x292ea5._0x35220b,_0x292ea5._0x5ad091)+'t']=_0x295f21,_0x8b8f54[_0x4729bb(_0x292ea5._0x5871d4,_0x292ea5._0x23f818,0x1d8,_0x292ea5._0x2b86c5)](_0x265795);}else{const _0x49deb6={};_0x49deb6[_0x4bd029(_0x292ea5._0x2c9219,0x6,0x17,0x0)]=_0x330c82[_0x4729bb(0x204,0x24a,0x274,_0x292ea5._0x2901a2)],_0x49deb6[_0x4bd029(-0x45,-_0x292ea5._0x34bfa0,-0x1a,0x10)+'t']=_0x295f21,_0x49deb6[_0x4bd029(-_0x292ea5._0x2eb89a,_0x292ea5._0x52e27b,0x1b,-0x8)]=_0x499c58['message'],logger['error'](_0x147be6[_0x4bd029(_0x292ea5._0x147928,-0x48,_0x292ea5._0x22929,0x9)],_0x49deb6);const _0x157054={};_0x157054[_0x4729bb(0x279,0x24e,0x1e2,_0x292ea5._0x3d01f5)]=_0x147be6[_0x4729bb(0x19a,0x1f9,_0x292ea5._0x1c71ac,_0x292ea5._0x182f1e)],_0x157054[_0x4729bb(_0x292ea5._0x766fe5,0x1c7,0x219,_0x292ea5._0x12ca91)]=_0x147be6[_0x4729bb(0x29c,0x267,_0x292ea5._0x28227e,_0x292ea5._0x514aa0)],_0x8b8f54[_0x4729bb(_0x292ea5._0x4786b7,_0x292ea5._0x21fa39,_0x292ea5._0x4d28bd,_0x292ea5._0x7afa4f)](-0x15f2*0x1+-0x97*0x13+0xb*0x331)[_0x4bd029(-0xca,-0x120,-0xba,-_0x292ea5._0x4aa99e)](_0x157054);}}else{if(!_0x147be6[_0x4729bb(0x184,0x1b9,0x1af,_0x292ea5._0x559db4)](_0x4c034a,_0x1bff07[_0x4729bb(0x1e5,_0x292ea5._0x5bbd79,_0x292ea5._0x192259,_0x292ea5._0x3dff88)],_0x147be6[_0x4bd029(-_0x292ea5._0x147ade,-0xe4,-_0x292ea5._0x4c95ab,-_0x292ea5._0x18c2f3)])){const _0x99d25d={};_0x99d25d[_0x4729bb(_0x292ea5._0x1731df,_0x292ea5._0x2b363c,0x2d2,_0x292ea5._0x26a06c)]=_0x2e8d41['callingTas'+'k'][_0x4bd029(_0x292ea5._0x3b43b1,-_0x292ea5._0x3aedc8,0x17,0x8a)],_0x99d25d['userId']=_0x1c1507['taskUser']['id'],_0x99d25d[_0x4729bb(0x205,0x248,0x2be,0x265)]=_0x397881[_0x4bd029(-_0x292ea5._0xbd7416,-_0x292ea5._0x4d9194,-_0x292ea5._0x3eb413,-_0x292ea5._0x4b1206)]['username'],_0x135434[_0x4bd029(-0x43,_0x292ea5._0x2c42ed,-_0x292ea5._0x54b276,-0x1a)](_0x147be6[_0x4bd029(-0x4,-0xab,-_0x292ea5._0xf37b72,-_0x292ea5._0xfbeb51)],_0x99d25d);const _0x1928b1={};return _0x1928b1['error']=_0x4bd029(-0x45,-0x101,-0x71,0x9),_0x1928b1[_0x4bd029(-0x58,0x23,-_0x292ea5._0x1ad812,0x1e)]=_0x147be6[_0x4729bb(_0x292ea5._0x26c5d6,0x192,0x215,0x121)],_0x3a76c6[_0x4729bb(_0x292ea5._0x4b84a7,_0x292ea5._0x21fa39,0x1fe,0x20d)](-0x1*0x223+0x53*-0x53+0x1e9f)[_0x4729bb(_0x292ea5._0x1318a6,_0x292ea5._0x23f818,_0x292ea5._0x320709,0x16d)](_0x1928b1);}_0x147be6[_0x4729bb(_0x292ea5._0x255d95,0x14b,0x176,0x1a4)](_0x2eaa29);}}}),router[_0x444d0d(0x3fe,0x401,0x38d,0x3b5)](_0xeeea46(-0x58,-0x50,-0x6d,-0x7c)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x664b40,_0x70eb19)=>{const _0xbf7f4d={_0x28d517:0x4be,_0xf1460c:0x47a,_0x519193:0x4c8,_0x18e21c:0x4c8,_0x506651:0x3ab,_0x3f5278:0x46a,_0x5a8daa:0xb1,_0x1e8c0e:0x3d,_0x18fa5b:0xb7,_0x2db330:0x381,_0xa4e6d8:0x484,_0x5448ab:0x40f,_0x3650a3:0x3d4,_0x53eabe:0x493,_0x1b9b57:0x445,_0x1fc1a8:0x451,_0x55d5b0:0x42f,_0x277ab0:0xd5,_0x285f72:0xc1,_0x5e9071:0x29,_0x3473aa:0x4b,_0x3325ad:0x81,_0x4d87af:0x5a,_0x3384d9:0x14,_0x243eb5:0x17,_0x28eb45:0x4fd,_0x5e542d:0x4f8,_0x195ebb:0x483,_0xae5877:0x458,_0x198689:0x402,_0x216d6f:0x40e,_0x2b33e9:0x3d9,_0x49098a:0x3b0,_0x594163:0x390,_0x4a8179:0x3e6,_0x5379d8:0x478,_0xcc174d:0x47b,_0x660052:0x4a4,_0xbb265:0x4c9,_0x109085:0x490,_0x41a074:0x48c,_0x153658:0x11,_0x2eb0d0:0x4fb,_0x424942:0x406,_0x2c8f4a:0x4e4,_0xf9f44d:0x424,_0x3ab1df:0x47d,_0x5a4b92:0x528,_0x373142:0x471,_0x30edc4:0x4d9,_0x3744e8:0x49e,_0x2bd801:0x10,_0xd4c0c1:0x73,_0x25232d:0x3,_0x27acc2:0x3c,_0x28e073:0x8b,_0x5a2f41:0x7e,_0x2c12f0:0x33a,_0x33f047:0x3dc,_0x1309fc:0x3bd,_0x5e2250:0x4d,_0x4ac5de:0x27,_0x1173aa:0x4a8,_0x42d882:0x48e,_0x255de8:0x413,_0x8c21af:0x49c,_0x33edf0:0x61,_0x130944:0x4f,_0xcb00ee:0x23,_0x1c3e78:0xb,_0x277df7:0x24,_0x1a0a78:0x86,_0x2986fe:0x6c,_0x17bd62:0x3a2,_0x407148:0x444,_0x56f8a6:0x42d,_0x2dc8ae:0x481,_0x447ae6:0x4d8,_0x1c1b5b:0x49a,_0x2858d4:0x49d,_0x3d4534:0x4e1,_0x450a48:0x401,_0x53108b:0x4b0,_0x5e8dca:0x46c,_0x4abca7:0xf8,_0x4c8668:0x3b6,_0x23036d:0x44d,_0x1f3ee8:0x3c0,_0x1215e3:0x3f4,_0x412817:0x3e0,_0x5c021d:0x414,_0x40b5b1:0x48d,_0x1f5f00:0x51a,_0x52912f:0x48c,_0x52f54c:0x414,_0x358c71:0x9d,_0x203d39:0x98,_0x48f473:0xc3,_0x15cf7b:0x347,_0x4e6469:0x3ac,_0x51d448:0x39f,_0x4b3191:0x3b3,_0x240352:0xd0,_0x54e83c:0x9d,_0xac5194:0x6b,_0x5dd2ca:0x52,_0x40bad2:0x7,_0x1d962c:0x509,_0x22c5a8:0x49e,_0x57978e:0x48,_0x539e61:0xd4,_0x14828d:0x67,_0xa9395f:0x40,_0x3235e7:0x5f,_0x14c5a7:0xe,_0x35946b:0x49,_0x4fd5f9:0x74,_0x20fbce:0x4c2,_0x113169:0x51c,_0x47ac93:0x4b3,_0x5efd4b:0x473,_0x4c165c:0x3f1,_0x44e4a5:0x420,_0x1b9c46:0x489,_0x5a5912:0x3fb,_0x489177:0x30,_0x3cd048:0x2,_0x5d55cc:0x76,_0x40c869:0x4ac,_0x32a6a1:0x4b5,_0x4eead4:0x47c,_0x1ebb38:0x99,_0x478f90:0x10,_0x4d0905:0x2,_0x128a42:0x92,_0x5accc9:0x92,_0x1d6d3e:0x426,_0x34607e:0xbe,_0x51b623:0xae,_0x50a414:0x3c,_0x1308f4:0x5,_0x18ab49:0xf9,_0x5be105:0x88,_0x31c1c4:0xaa,_0x2c637e:0x4,_0x383852:0x378,_0x413a45:0x3cc,_0x17e860:0x522,_0x4449c3:0x437,_0x14f565:0x49d,_0x1357ed:0xf,_0x6df711:0x48,_0x2b7bf6:0x45e,_0x5cc935:0x40c,_0x467d0e:0x505,_0xed2b93:0x4e4,_0x47f158:0x8f,_0x14aa19:0x129,_0x3d7bd1:0x84,_0x2a0984:0x159,_0x315ba7:0x10a,_0x5061d2:0x8a,_0x4fdfc4:0x6d,_0x3b9fad:0x4a,_0x5dd3ef:0xab,_0x1ab3a8:0xf8,_0x22187b:0xde,_0x88ac0b:0x4b4,_0x836f01:0x429,_0xa65afc:0x4c7,_0x4d8443:0x46f,_0x3cf173:0x5c,_0x387d35:0x1e,_0x4d5026:0x1e,_0x2fc916:0x40b,_0x315004:0x34b,_0x3f9d8a:0x3bd,_0x2e8884:0x4a1,_0x2b88e8:0x45f,_0x58c3ca:0x49b,_0x4e2718:0x4c1,_0x154180:0xa7,_0x834e26:0x32,_0x6ec4db:0xa8,_0x3af5cb:0x4a3,_0x311f80:0x4a1,_0x11e816:0x4b0,_0x572af7:0x3ae,_0x3480b0:0x100,_0x4901a9:0x121,_0x3691f8:0x12,_0x2911ca:0x55,_0x2afecb:0x1e,_0x40042a:0x48,_0x4523a0:0xe0,_0x1e97d2:0xf6,_0x2f02bb:0x3d2,_0x486986:0x417,_0x4327bb:0x41,_0x1a1fc1:0x48e},_0x366c95={_0x12276d:0x8},_0x33284f={_0x1d2e5f:0xbc},_0x4fadc6={};_0x4fadc6['lUsYo']=function(_0x136859,_0x56e654){return _0x136859===_0x56e654;},_0x4fadc6[_0x249a14(_0xbf7f4d._0x28d517,0x48c,0x3fa,_0xbf7f4d._0xf1460c)]='ENOENT',_0x4fadc6[_0x249a14(_0xbf7f4d._0x519193,_0xbf7f4d._0x18e21c,0x4e9,0x485)]=_0x33cf1d(-0x59,-0x4c,-0x15,0xf),_0x4fadc6[_0x249a14(_0xbf7f4d._0x506651,0x476,_0xbf7f4d._0x3f5278,0x400)]='Internal\x20S'+'erver\x20Erro'+'r',_0x4fadc6[_0x33cf1d(-_0xbf7f4d._0x5a8daa,-_0xbf7f4d._0x1e8c0e,-_0xbf7f4d._0x18fa5b,-0xb2)]='Failed\x20to\x20'+_0x249a14(0x3fc,_0xbf7f4d._0x2db330,_0xbf7f4d._0xa4e6d8,_0xbf7f4d._0x5448ab)+_0x249a14(_0xbf7f4d._0x3650a3,_0xbf7f4d._0x53eabe,0x471,_0xbf7f4d._0x1b9b57)+'le',_0x4fadc6[_0x249a14(_0xbf7f4d._0x1fc1a8,0x487,_0xbf7f4d._0x55d5b0,0x417)]=_0x33cf1d(-0x139,-_0xbf7f4d._0x277ab0,-0x107,-_0xbf7f4d._0x285f72)+'t',_0x4fadc6[_0x33cf1d(0x17,-0x43,-_0xbf7f4d._0x5e9071,_0xbf7f4d._0x3473aa)]=_0x33cf1d(0x82,0xd,-_0xbf7f4d._0x3325ad,0x3b)+_0x33cf1d(-0x1a,-_0xbf7f4d._0x4d87af,-_0xbf7f4d._0x3384d9,-_0xbf7f4d._0x243eb5)+_0x249a14(_0xbf7f4d._0x28eb45,_0xbf7f4d._0x5e542d,0x4a0,_0xbf7f4d._0x195ebb),_0x4fadc6[_0x249a14(0x450,_0xbf7f4d._0xae5877,0x450,_0xbf7f4d._0x198689)]=_0x249a14(_0xbf7f4d._0x216d6f,_0xbf7f4d._0x2b33e9,0x49d,0x437)+_0x249a14(0x382,_0xbf7f4d._0x49098a,_0xbf7f4d._0x594163,_0xbf7f4d._0x4a8179)+'e';function _0x249a14(_0x3a1704,_0x35596e,_0x34c30a,_0x126fca){return _0x444d0d(_0x3a1704-0x1e2,_0x3a1704,_0x126fca-_0x33284f._0x1d2e5f,_0x126fca-0x1e2);}_0x4fadc6[_0x249a14(0x3dd,0x445,0x38e,0x3c0)]=_0x249a14(0x52a,_0xbf7f4d._0x5379d8,_0xbf7f4d._0xcc174d,_0xbf7f4d._0x660052)+'ing\x20templa'+'te',_0x4fadc6[_0x249a14(0x429,_0xbf7f4d._0xbb265,_0xbf7f4d._0x109085,_0xbf7f4d._0x41a074)]=_0x33cf1d(-0xe0,-0x5f,_0xbf7f4d._0x153658,-0x52)+'ates',_0x4fadc6['KjfTh']=_0x249a14(_0xbf7f4d._0x2eb0d0,0x3f1,_0xbf7f4d._0x424942,0x475),_0x4fadc6[_0x249a14(_0xbf7f4d._0x2c8f4a,_0xbf7f4d._0xf9f44d,0x40f,0x487)]=function(_0x243e1b,_0x46d464){return _0x243e1b===_0x46d464;},_0x4fadc6[_0x249a14(_0xbf7f4d._0x3ab1df,_0xbf7f4d._0x5a4b92,_0xbf7f4d._0x373142,0x4aa)]=_0x249a14(_0xbf7f4d._0x30edc4,0x42c,_0xbf7f4d._0x3744e8,_0xbf7f4d._0xa4e6d8),_0x4fadc6[_0x33cf1d(-0x69,-_0xbf7f4d._0x2bd801,-0x8a,-0x6c)]=_0x33cf1d(_0xbf7f4d._0xd4c0c1,-_0xbf7f4d._0x25232d,0x43,-_0xbf7f4d._0x27acc2),_0x4fadc6[_0x33cf1d(-0x35,-0x3b,-_0xbf7f4d._0x28e073,-_0xbf7f4d._0x5a2f41)]=function(_0x6fe269,_0x1387af){return _0x6fe269!==_0x1387af;},_0x4fadc6[_0x249a14(_0xbf7f4d._0x2c12f0,_0xbf7f4d._0x33f047,0x389,_0xbf7f4d._0x1309fc)]='zhyFD',_0x4fadc6[_0x33cf1d(-0xc5,-_0xbf7f4d._0x5e2250,-0x5,-_0xbf7f4d._0x4ac5de)]=_0x249a14(_0xbf7f4d._0x1173aa,_0xbf7f4d._0x42d882,0x4ab,0x41b),_0x4fadc6['UlXoI']='Failed\x20to\x20'+'read\x20templ'+_0x249a14(0x497,_0xbf7f4d._0x255de8,0x408,0x465);const _0x15e3c5=_0x4fadc6;function _0x33cf1d(_0x532844,_0x418e1d,_0x39180a,_0x103a6b){return _0xeeea46(_0x532844-0x7b,_0x418e1d- -_0x366c95._0x12276d,_0x39180a-0x1e5,_0x532844);}const {callingTask:_0x164f5c,environmentName:_0x46f1ce,environmentPath:_0x229da4}=_0x664b40,{name:_0x5bd7f4}=_0x664b40['params'];if(_0x5bd7f4['includes']('/')||_0x5bd7f4[_0x249a14(_0xbf7f4d._0x8c21af,0x459,0x428,0x492)]('\x5c')||_0x5bd7f4[_0x33cf1d(_0xbf7f4d._0x33edf0,-0x1a,_0xbf7f4d._0x130944,-0x1e)]('..')){const _0x24ce12={};return _0x24ce12[_0x33cf1d(_0xbf7f4d._0xcb00ee,-_0xbf7f4d._0x1c3e78,-_0xbf7f4d._0x277df7,0x3a)]=_0x15e3c5[_0x249a14(0x462,0x3f5,0x444,0x417)],_0x24ce12[_0x33cf1d(-0x109,-0x92,-_0xbf7f4d._0x1a0a78,-_0xbf7f4d._0x2986fe)]=_0x15e3c5[_0x249a14(_0xbf7f4d._0x17bd62,_0xbf7f4d._0x407148,_0xbf7f4d._0x56f8a6,0x402)],_0x70eb19[_0x249a14(0x4fe,_0xbf7f4d._0x2dc8ae,0x426,0x48e)](0x2040+-0x6d*-0x3b+-0xd*0x44b)['json'](_0x24ce12);}const _0x1f9486={};_0x1f9486[_0x249a14(0x47d,_0xbf7f4d._0x447ae6,_0xbf7f4d._0x1c1b5b,_0xbf7f4d._0x2858d4)]=_0x164f5c[_0x249a14(0x42e,_0xbf7f4d._0x3d4534,0x448,0x49d)],_0x1f9486[_0x249a14(_0xbf7f4d._0x450a48,_0xbf7f4d._0x53108b,0x40b,_0xbf7f4d._0x5e8dca)+'t']=_0x46f1ce,_0x1f9486[_0x33cf1d(-0x91,-0xa7,-0xd7,-_0xbf7f4d._0x4abca7)]=_0x5bd7f4,logger[_0x249a14(0x412,0x3b1,_0xbf7f4d._0x4c8668,0x3d1)](_0x15e3c5[_0x249a14(0x374,0x37a,_0xbf7f4d._0x23036d,_0xbf7f4d._0x1f3ee8)],_0x1f9486);const _0x39651e=_0x31e5fd[_0x249a14(_0xbf7f4d._0x1215e3,_0xbf7f4d._0x109085,_0xbf7f4d._0x412817,_0xbf7f4d._0x5c021d)](_0x229da4,_0x15e3c5[_0x249a14(_0xbf7f4d._0x2c8f4a,_0xbf7f4d._0x40b5b1,_0xbf7f4d._0x1f5f00,_0xbf7f4d._0x52912f)]),_0x4ced24=_0x31e5fd[_0x249a14(0x40d,0x3bf,0x3d5,_0xbf7f4d._0x52f54c)](_0x39651e,_0x5bd7f4+_0x249a14(0x344,_0xbf7f4d._0x2b33e9,0x3ef,0x3cf)),_0x510016=_0x31e5fd[_0x33cf1d(-_0xbf7f4d._0x358c71,-_0xbf7f4d._0x203d39,-_0xbf7f4d._0x48f473,-0x57)](_0x39651e,_0x5bd7f4+'.json');try{const _0x496a46=await _0x27595b[_0x249a14(0x390,_0xbf7f4d._0x15cf7b,_0xbf7f4d._0x4e6469,_0xbf7f4d._0x51d448)](_0x4ced24,'utf-8');let _0x51441f=null;try{const _0x3d6a14=await _0x27595b['readFile'](_0x510016,_0x15e3c5[_0x249a14(0x360,_0xbf7f4d._0x4b3191,0x3b1,0x3d0)]);_0x51441f=JSON[_0x33cf1d(-_0xbf7f4d._0x240352,-0xa8,-_0xbf7f4d._0x54e83c,-0xf6)](_0x3d6a14);}catch{}const _0x4a0611={};_0x4a0611[_0x33cf1d(-0x8e,-_0xbf7f4d._0xac5194,-_0xbf7f4d._0x5dd2ca,_0xbf7f4d._0x40bad2)]=_0x5bd7f4,_0x4a0611[_0x249a14(_0xbf7f4d._0x1d962c,0x46c,0x523,_0xbf7f4d._0x22c5a8)]=_0x496a46,_0x4a0611[_0x33cf1d(-0x92,-_0xbf7f4d._0x57978e,-_0xbf7f4d._0x539e61,-_0xbf7f4d._0x14828d)]=_0x51441f,_0x4a0611[_0x33cf1d(-_0xbf7f4d._0x5dd2ca,-_0xbf7f4d._0xa9395f,0x1e,-_0xbf7f4d._0x3235e7)+'t']=_0x46f1ce,_0x70eb19['json'](_0x4a0611);}catch(_0x248d1e){if(_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x14c5a7,-0x25,-_0xbf7f4d._0x35946b,-_0xbf7f4d._0x4fd5f9)](_0x248d1e[_0x249a14(_0xbf7f4d._0x20fbce,0x44c,_0xbf7f4d._0x113169,_0xbf7f4d._0x47ac93)],_0x15e3c5[_0x249a14(0x408,0x4c3,_0xbf7f4d._0x5efd4b,0x47a)])){if(_0x15e3c5[_0x249a14(_0xbf7f4d._0x4c165c,_0xbf7f4d._0x44e4a5,_0xbf7f4d._0x1b9c46,_0xbf7f4d._0x5a5912)](_0x15e3c5[_0x33cf1d(_0xbf7f4d._0x489177,-_0xbf7f4d._0x3cd048,-0x4f,_0xbf7f4d._0x5d55cc)],_0x15e3c5[_0x249a14(_0xbf7f4d._0x40c869,_0xbf7f4d._0x32a6a1,_0xbf7f4d._0x4eead4,0x4aa)])){const _0x28a926={};_0x28a926['error']=_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x1ebb38,-_0xbf7f4d._0x478f90,-0x75,-0x9d)],_0x28a926[_0x33cf1d(-_0xbf7f4d._0x4d0905,-_0xbf7f4d._0x128a42,-0x74,-_0xbf7f4d._0x5accc9)]=_0x249a14(0x3bb,0x3eb,_0xbf7f4d._0x1d6d3e,0x428)+_0x5bd7f4+(_0x33cf1d(-_0xbf7f4d._0x34607e,-0xa3,-_0xbf7f4d._0x1e8c0e,-0x105)+'d'),_0x70eb19[_0x33cf1d(-_0xbf7f4d._0x51b623,-0x1e,-_0xbf7f4d._0x50a414,-0x75)](0x1ea3+0xb11*0x1+0x1*-0x2820)['json'](_0x28a926);}else{if(_0x15e3c5['lUsYo'](_0x525c48['code'],_0x15e3c5['WhcAN'])){const _0xd59c66={};_0xd59c66['content']='',_0xd59c66[_0x33cf1d(0x20,-0x40,_0xbf7f4d._0x1308f4,-0x8d)+'t']=_0x5b8101,_0xd59c66[_0x33cf1d(-_0xbf7f4d._0x18ab49,-0xb4,-0x116,-0xe7)]=_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x5be105,-0x27,-0xa8,-_0xbf7f4d._0x31c1c4)],_0xd59c66[_0x33cf1d(-0xb,-_0xbf7f4d._0x2c637e,-0x4d,_0xbf7f4d._0x3384d9)]=![],_0x4b4505[_0x249a14(0x387,_0xbf7f4d._0x383852,0x412,_0xbf7f4d._0x413a45)](_0xd59c66);}else{const _0x2d4b9e={};_0x2d4b9e[_0x249a14(0x496,_0xbf7f4d._0x17e860,_0xbf7f4d._0x4449c3,_0xbf7f4d._0x14f565)]=_0x3dd972[_0x33cf1d(0x4d,-_0xbf7f4d._0x1357ed,-_0xbf7f4d._0x6df711,-_0xbf7f4d._0x4fd5f9)],_0x2d4b9e[_0x249a14(_0xbf7f4d._0x2b7bf6,0x42b,_0xbf7f4d._0x5cc935,0x46c)+'t']=_0x235f37,_0x2d4b9e[_0x249a14(0x493,0x4f9,0x520,0x4a1)]=_0x55b4a5['message'],_0x2520c5[_0x249a14(_0xbf7f4d._0x467d0e,0x495,_0xbf7f4d._0xed2b93,0x4a1)](_0x249a14(0x416,0x31d,0x3b9,0x3ac)+_0x33cf1d(-_0xbf7f4d._0x47f158,-0x106,-_0xbf7f4d._0x14aa19,-_0xbf7f4d._0x3d7bd1)+_0x33cf1d(-_0xbf7f4d._0x2a0984,-_0xbf7f4d._0x315ba7,-0x103,-_0xbf7f4d._0x5061d2),_0x2d4b9e);const _0x4ac174={};_0x4ac174[_0x33cf1d(_0xbf7f4d._0x4fdfc4,-0xb,-0x96,-0x6e)]=_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x3b9fad,-0xac,-_0xbf7f4d._0x5dd3ef,-_0xbf7f4d._0x1ab3a8)],_0x4ac174[_0x33cf1d(-0x10e,-_0xbf7f4d._0x5accc9,-_0xbf7f4d._0x22187b,-0xdb)]=_0x15e3c5[_0x249a14(_0xbf7f4d._0x88ac0b,_0xbf7f4d._0x836f01,_0xbf7f4d._0xa65afc,_0xbf7f4d._0x4d8443)],_0x777d64[_0x33cf1d(_0xbf7f4d._0x3cf173,-_0xbf7f4d._0x387d35,0x4a,0xa)](0x522+0x1*0x139+0x1*-0x467)['json'](_0x4ac174);}}}else{if(_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x4d87af,-0x3b,-_0xbf7f4d._0x4d5026,_0xbf7f4d._0x130944)](_0x15e3c5[_0x249a14(_0xbf7f4d._0x2fc916,0x399,_0xbf7f4d._0x315004,_0xbf7f4d._0x3f9d8a)],_0x15e3c5[_0x249a14(_0xbf7f4d._0x2e8884,_0xbf7f4d._0x2b7bf6,0x4ee,_0xbf7f4d._0x2b88e8)])){const _0x5b30e9={};_0x5b30e9[_0x33cf1d(0x26,-0xf,0x63,0x60)]=_0x164f5c['taskId'],_0x5b30e9[_0x249a14(0x4d7,_0xbf7f4d._0x58c3ca,_0xbf7f4d._0x4e2718,0x46c)+'t']=_0x46f1ce,_0x5b30e9[_0x33cf1d(-0x7a,-_0xbf7f4d._0x154180,-_0xbf7f4d._0x834e26,-_0xbf7f4d._0x6ec4db)]=_0x5bd7f4,_0x5b30e9[_0x249a14(_0xbf7f4d._0x3af5cb,0x514,0x466,0x4a1)]=_0x248d1e['message'],logger[_0x249a14(0x4de,0x478,0x440,_0xbf7f4d._0x311f80)](_0x15e3c5['UlXoI'],_0x5b30e9);const _0x548d24={};_0x548d24[_0x249a14(_0xbf7f4d._0x11e816,0x46d,0x450,0x4a1)]=_0x15e3c5[_0x249a14(0x446,0x47a,0x3b4,0x400)],_0x548d24[_0x249a14(_0xbf7f4d._0x572af7,_0xbf7f4d._0x195ebb,0x46e,0x41a)]=_0x33cf1d(-0x88,-_0xbf7f4d._0x3480b0,-_0xbf7f4d._0x4901a9,-0x186)+_0x33cf1d(-0x34,-_0xbf7f4d._0x3691f8,-_0xbf7f4d._0x2911ca,-0x93)+_0x33cf1d(0x1d,-0x47,-0x9,-0xb4),_0x70eb19[_0x33cf1d(-0x42,-_0xbf7f4d._0x2afecb,-0x96,-_0xbf7f4d._0x40042a)](0x4f*0x36+0x3*-0x586+-0x22*-0xe)[_0x33cf1d(-0x127,-_0xbf7f4d._0x4523a0,-0x16f,-_0xbf7f4d._0x1e97d2)](_0x548d24);}else{const _0xb1baeb={};return _0xb1baeb['error']=_0x15e3c5[_0x249a14(_0xbf7f4d._0x2f02bb,0x3f3,_0xbf7f4d._0x53eabe,_0xbf7f4d._0x486986)],_0xb1baeb['message']=_0x15e3c5[_0x33cf1d(_0xbf7f4d._0x3473aa,-0x43,0x3a,_0xbf7f4d._0x4327bb)],_0x35a5c6[_0x249a14(0x416,0x4e6,0x4df,_0xbf7f4d._0x1a1fc1)](-0x3*-0xa55+-0x1*0xddb+0x4*-0x3e5)[_0x33cf1d(-0xd1,-0xe0,-0x14a,-_0xbf7f4d._0x14828d)](_0xb1baeb);}}}}),router[_0xeeea46(-0xd2,-0x101,-0x138,-0x12a)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x140c04,_0x1358d8)=>{const _0x7c2524={_0x647e1d:0x6d,_0x5a33f4:0xa1,_0x4b9d43:0x439,_0x49e298:0x41c,_0x201429:0x98,_0x4d5c9c:0x16a,_0x49d458:0x3b0,_0x354677:0x3b5,_0x9d78c7:0x32e,_0x329bdc:0x441,_0x7555c:0x41f,_0x20b2c2:0xfa,_0x32233d:0xb0,_0x1b4c62:0x140,_0x3e2d71:0x45a,_0xb5e02b:0x3d6,_0x1f28b7:0x3b2,_0x4499a4:0x3db,_0x40a5e3:0x466,_0x5cc654:0x3c0,_0x48779e:0x3f0,_0x346179:0x43d,_0x580163:0xe8,_0x25a727:0x10f,_0x4d47b5:0x47,_0x266c62:0x3c,_0x3bca88:0x93,_0x36d4bf:0x3b,_0x32ece6:0x44c,_0x3e599f:0x43b,_0x1d6ee5:0x434,_0x23fb2c:0x4a2,_0x494e7f:0x49f,_0x46cdce:0x11a,_0x3440b1:0x1a1,_0x141146:0x444,_0x1a8263:0x3bb,_0x4318fc:0xff,_0x98ced1:0x130,_0x1c39d6:0x8f,_0x2b900a:0x46a,_0x351ac7:0x47e,_0x52451c:0x401,_0x482332:0xb6,_0x304c56:0x82,_0x5c1dd0:0x17,_0xde8379:0x10b,_0x2302cd:0x8b,_0x574cbd:0xf2,_0xc69993:0x471,_0x43c3c5:0x4ff,_0xe123b2:0x46a,_0x4b4ac2:0x3cf,_0x5e8358:0x398,_0x5211eb:0x420,_0x403090:0x465,_0xde1ab6:0x43d,_0x662e74:0x463,_0x2d564e:0x496,_0x1d0b88:0x42d,_0x27d8e8:0x493,_0x181ca5:0x4e9,_0x4363e4:0x35c,_0x1f8def:0x3ad,_0x1dfd30:0x46d,_0x583102:0x477,_0x24b27b:0x3f8,_0x1b955d:0x4a3,_0xc6dc3f:0x4b8,_0x20b94e:0x3c3,_0x680709:0x41e,_0x4c8f44:0x43f,_0x2d7b8e:0x3e8,_0x3b23a7:0x480,_0x43fe0e:0x44a,_0x3a5a1e:0x425,_0x4a5ae6:0x5c,_0x25001a:0xc,_0x1ac45a:0x393,_0x2ff2eb:0x3e0,_0x5e1fbe:0x398,_0x13ed12:0x8d,_0x5f555d:0x15b,_0x2c2a68:0x123,_0x39548d:0xe7,_0x4b28c6:0xca,_0x2ca8f7:0x48,_0x77fc32:0x4a,_0x131b4b:0x2a,_0x385ca3:0x60,_0xfd481:0xd4,_0x527dc5:0x35,_0x39573d:0x122,_0x2682e7:0x428,_0x265a15:0x48a,_0x192ed7:0x46f,_0x39c7d6:0x438,_0x4f5fa1:0x3a8,_0xecbfed:0x1c,_0x38d13e:0x7e,_0x1e08f1:0x4,_0x37a13f:0x122,_0x144d98:0xbb,_0x4f327a:0xc4,_0x45e9a5:0xc4,_0x5ab91d:0x72,_0x27b986:0xc5,_0x328650:0x5,_0x1afc6e:0xc6,_0x4508f2:0x154,_0x1c6125:0x3f7,_0x2fc126:0x34a,_0x365dbd:0x426,_0x351222:0x117,_0x5bd9cf:0x119,_0x30c926:0x3ba,_0xf88e83:0x346,_0x5a5c6e:0x38a,_0x1b1ce1:0xa2,_0x3d2ca2:0x197,_0x24a02a:0xaa,_0x1f50c8:0x37f,_0xa43447:0x48b,_0x412213:0x504,_0xf6f02c:0x42e,_0x1728e4:0xff,_0xf5d935:0x105,_0x35c920:0x13a,_0x5e9ed5:0x402,_0x4a5777:0x38f,_0x400a04:0x441,_0x4939f4:0x3e4,_0x3b6e33:0x334,_0x885b48:0x402,_0xdc710:0x3a9,_0x47b873:0x412,_0x4122bf:0xbf,_0x3ba84b:0x5b,_0xe0eb8c:0xd5,_0x672ebb:0x3fc,_0x42cc45:0x407,_0x4bdc2e:0x3f6,_0x4687ab:0x352,_0x4cd2f4:0x3c2,_0x128f12:0x397,_0x107eac:0x44a,_0x260169:0x437,_0x10aabf:0x507,_0x263793:0x4df,_0x2c603a:0xf1,_0x8b67f9:0x147,_0x489ede:0xa3,_0xf8bbb6:0x94,_0xf20407:0x416,_0x4cc5ea:0x47a,_0x6502d5:0x427,_0x32ad20:0x180,_0x10a1f4:0xaf,_0x1b0533:0x461,_0x1155f5:0x51,_0x4a973e:0x7d,_0x6f61dc:0x1b,_0x211b6e:0xf5,_0x1f8daf:0x508,_0x2f8ce7:0x41c,_0x2e2d4b:0x28,_0x273776:0x40a,_0x49de2c:0x3e0,_0x4c8d94:0x3bd,_0x39e64b:0x3c7,_0x34a955:0x418,_0x3b6cb0:0x375,_0x153349:0x3ed,_0x2cc75d:0x3da,_0x1bba05:0xe0,_0x4ab909:0xb3,_0x523cd9:0x47c,_0x25ebd5:0x371,_0x352a35:0x37c,_0x40708e:0x389,_0x58803c:0x483,_0x3e25ca:0x4c2,_0x4fe0e4:0x3f3,_0x54b8e7:0x3c3,_0x431962:0x46c,_0x312d95:0x3ff,_0x2fb1d2:0x485,_0x279eac:0x3bf,_0x3ab95a:0x383,_0x18f516:0x3c7,_0x5e2fe3:0x3d8,_0x40f135:0x35c,_0x11d2c2:0x447,_0x499e0a:0x443,_0x175dab:0x3a1,_0x2fd290:0x408,_0x215678:0xe3,_0x5802ad:0x160,_0x15694c:0x7d,_0xa6937e:0x124,_0x48ce14:0x3d2,_0x4b7701:0x46a,_0x2f536d:0x450,_0x223844:0x4cc,_0x244923:0x422,_0x4f6745:0xc7,_0x453faa:0x31,_0x18da9b:0x9c,_0x221d55:0x77,_0x5266db:0x4b,_0x175c6f:0x410,_0x52febf:0x479,_0x30918d:0x4e7,_0x382e4f:0x3d1,_0xbcf30b:0x3ef,_0x1fd2d4:0x3c3,_0x56d84f:0x48f,_0x324fd9:0x4ff,_0x5995c9:0x4a8,_0x2b7822:0x133,_0x5aa460:0x4d,_0x3984ed:0xda,_0x2bba96:0x79,_0x495c3e:0x2d,_0x241a44:0x3c5,_0x570a61:0x391},_0x184f20={_0x320bfb:0xaf},_0x43e233={_0x71906d:0x8d};function _0x2b2d44(_0x2cc4f1,_0x44079a,_0x32f311,_0x38e5c4){return _0xeeea46(_0x2cc4f1-0xec,_0x2cc4f1-0x492,_0x32f311-_0x43e233._0x71906d,_0x32f311);}const _0x1d4e78={};_0x1d4e78[_0x2f431b(-_0x7c2524._0x647e1d,-_0x7c2524._0x5a33f4,-0x57,-0x6c)]='Bad\x20Reques'+'t',_0x1d4e78[_0x2b2d44(_0x7c2524._0x4b9d43,0x3b9,0x3e5,_0x7c2524._0x49e298)]=_0x2f431b(-0xe7,-_0x7c2524._0x201429,-0x165,-_0x7c2524._0x4d5c9c)+_0x2b2d44(_0x7c2524._0x49d458,_0x7c2524._0x354677,_0x7c2524._0x9d78c7,_0x7c2524._0x329bdc)+'ed\x20environ'+_0x2b2d44(_0x7c2524._0x7555c,0x3e1,0x393,0x3a0),_0x1d4e78[_0x2f431b(-0xf1,-_0x7c2524._0x20b2c2,-_0x7c2524._0x32233d,-_0x7c2524._0x1b4c62)]=_0x2b2d44(0x497,0x4a8,0x4fc,_0x7c2524._0x3e2d71),_0x1d4e78[_0x2b2d44(_0x7c2524._0xb5e02b,_0x7c2524._0x1f28b7,_0x7c2524._0x4499a4,_0x7c2524._0x40a5e3)]='ENOENT',_0x1d4e78[_0x2b2d44(_0x7c2524._0x5cc654,_0x7c2524._0x48779e,_0x7c2524._0x346179,0x36a)]=_0x2f431b(-0x142,-_0x7c2524._0x580163,-_0x7c2524._0x25a727,-0x11a)+_0x2f431b(-_0x7c2524._0x4d47b5,_0x7c2524._0x266c62,-_0x7c2524._0x3bca88,-_0x7c2524._0x36d4bf)+_0x2b2d44(0x487,_0x7c2524._0x32ece6,_0x7c2524._0x3e599f,0x4df),_0x1d4e78['lPdoC']=function(_0x2d0827,_0x3778a6){return _0x2d0827!==_0x3778a6;},_0x1d4e78[_0x2b2d44(_0x7c2524._0x1d6ee5,_0x7c2524._0x23fb2c,_0x7c2524._0x494e7f,0x3e4)]=_0x2f431b(-_0x7c2524._0x46cdce,-0xae,-0xbe,-_0x7c2524._0x3440b1),_0x1d4e78[_0x2b2d44(_0x7c2524._0x141146,0x3ea,0x4c7,_0x7c2524._0x1a8263)]=_0x2b2d44(0x425,0x3e1,0x3b5,0x4a1)+'mplate\x20nam'+'e',_0x1d4e78['PisDi']=function(_0x92098c,_0x3daaf1){return _0x92098c===_0x3daaf1;},_0x1d4e78[_0x2f431b(-_0x7c2524._0x4318fc,-_0x7c2524._0x98ced1,-_0x7c2524._0x1c39d6,-0xda)]=function(_0x3fa6bb,_0x5a86db){return _0x3fa6bb!==_0x5a86db;},_0x1d4e78[_0x2b2d44(_0x7c2524._0x2b900a,0x4cb,_0x7c2524._0x351ac7,_0x7c2524._0x52451c)]='vMyuw';function _0x2f431b(_0x11a69d,_0xfcbadd,_0x3ddadc,_0xb3c4e3){return _0x444d0d(_0x11a69d-_0x184f20._0x320bfb,_0xb3c4e3,_0x11a69d- -0x432,_0xb3c4e3-0x9b);}_0x1d4e78[_0x2b2d44(0x474,0x3eb,0x3f1,0x4e2)]=_0x2f431b(-0x35,-_0x7c2524._0x482332,-_0x7c2524._0x304c56,_0x7c2524._0x5c1dd0)+_0x2f431b(-0x9c,-_0x7c2524._0xde8379,-_0x7c2524._0x2302cd,-_0x7c2524._0x574cbd)+_0x2b2d44(_0x7c2524._0xc69993,_0x7c2524._0x43c3c5,0x405,_0x7c2524._0xe123b2),_0x1d4e78['tbrjF']='task-templ'+_0x2b2d44(_0x7c2524._0x4b4ac2,_0x7c2524._0x5e8358,_0x7c2524._0x5211eb,0x381),_0x1d4e78[_0x2b2d44(_0x7c2524._0x403090,0x45b,0x470,_0x7c2524._0xde1ab6)]=_0x2b2d44(_0x7c2524._0x662e74,_0x7c2524._0x2d564e,0x4f0,_0x7c2524._0x1d0b88),_0x1d4e78[_0x2b2d44(_0x7c2524._0x27d8e8,0x45c,_0x7c2524._0x181ca5,0x443)]=_0x2b2d44(0x3c7,_0x7c2524._0x4363e4,0x41e,0x358)+_0x2b2d44(_0x7c2524._0x1f8def,0x39f,0x3f6,_0x7c2524._0x3e599f)+'r',_0x1d4e78['fPrZl']='Failed\x20to\x20'+_0x2b2d44(0x483,_0x7c2524._0x1dfd30,_0x7c2524._0x583102,_0x7c2524._0x24b27b)+_0x2b2d44(_0x7c2524._0x1b955d,0x45c,_0x7c2524._0xc6dc3f,0x4d3);const _0x515f36=_0x1d4e78,{callingTask:_0x1319e2,taskUser:_0x37198a,environmentName:_0x2c463d,environmentPath:_0x56f1f7}=_0x140c04,{name:_0x298e27}=_0x140c04[_0x2b2d44(_0x7c2524._0x20b94e,_0x7c2524._0x680709,0x354,0x3f5)],{content:_0x24195d,metadata:_0x26b083}=_0x140c04[_0x2b2d44(_0x7c2524._0x4c8f44,_0x7c2524._0x2d7b8e,0x476,0x3de)];if(_0x298e27['includes']('/')||_0x298e27[_0x2b2d44(_0x7c2524._0x3b23a7,_0x7c2524._0x43fe0e,_0x7c2524._0x3a5a1e,0x499)]('\x5c')||_0x298e27[_0x2f431b(-_0x7c2524._0x4a5ae6,-0x3a,-0x9d,_0x7c2524._0x25001a)]('..')){if(_0x515f36[_0x2b2d44(_0x7c2524._0x1ac45a,_0x7c2524._0x2ff2eb,_0x7c2524._0x5e1fbe,0x405)](_0x2f431b(-_0x7c2524._0x46cdce,-_0x7c2524._0x13ed12,-_0x7c2524._0x5f555d,-_0x7c2524._0x2c2a68),_0x515f36['fzJIH'])){const _0x162b4d={};_0x162b4d['taskId']=_0x9405d3,_0x134999['warn'](_0x2f431b(-_0x7c2524._0x39548d,-0xc9,-0x13d,-_0x7c2524._0x4b28c6)+'o\x20environm'+'ent',_0x162b4d);const _0x5a5b35={};return _0x5a5b35[_0x2f431b(-0x4d,-_0x7c2524._0x2ca8f7,-_0x7c2524._0x77fc32,_0x7c2524._0x131b4b)]=_0x515f36['JyBRo'],_0x5a5b35[_0x2f431b(-0xd4,-0x155,-0x99,-0xc3)]=_0x515f36['DmuRP'],_0x22e6c8[_0x2f431b(-_0x7c2524._0x385ca3,-_0x7c2524._0xfd481,-_0x7c2524._0x527dc5,-0x7d)](-0x26b*-0x1+0xa4f+-0x595*0x2)[_0x2f431b(-_0x7c2524._0x39573d,-0x12a,-0x120,-0xee)](_0x5a5b35);}else{const _0x2a7014={};return _0x2a7014[_0x2b2d44(0x48f,_0x7c2524._0x2682e7,_0x7c2524._0x265a15,0x410)]=_0x515f36[_0x2b2d44(_0x7c2524._0x192ed7,0x471,_0x7c2524._0x39c7d6,0x480)],_0x2a7014[_0x2b2d44(0x408,_0x7c2524._0x4f5fa1,0x499,0x451)]=_0x515f36['soJwa'],_0x1358d8[_0x2f431b(-0x60,-_0x7c2524._0xecbfed,-_0x7c2524._0x38d13e,-_0x7c2524._0x1e08f1)](-0x2114+-0x1715+0x39b9)[_0x2f431b(-_0x7c2524._0x37a13f,-0xc5,-_0x7c2524._0x144d98,-0x17f)](_0x2a7014);}}if(_0x515f36[_0x2f431b(-_0x7c2524._0x2c2a68,-0xf0,-_0x7c2524._0x4f327a,-_0x7c2524._0x45e9a5)](_0x24195d,undefined)){if(_0x515f36[_0x2b2d44(0x3dd,0x356,_0x7c2524._0x48779e,0x386)](_0x515f36[_0x2f431b(-_0x7c2524._0x5ab91d,-_0x7c2524._0x27b986,-_0x7c2524._0x580163,-0xfb)],_0x515f36[_0x2f431b(-_0x7c2524._0x5ab91d,_0x7c2524._0x328650,-0x9e,-0x6d)])){const _0x383b0d={};_0x383b0d['error']=_0x515f36['gdGkD'],_0x383b0d[_0x2b2d44(0x408,0x3fb,0x3ed,0x3b5)]=_0x2f431b(-_0x7c2524._0x1afc6e,-0x9d,-0xc8,-_0x7c2524._0x4508f2)+_0x274dc1+(_0x2b2d44(0x3f7,0x3b4,0x469,_0x7c2524._0x1c6125)+'d'),_0x56ed33[_0x2f431b(-0x60,-0xa6,-0xb5,-0x69)](-0x6a0*0x5+0x4*0x3a1+0x1430)[_0x2b2d44(0x3ba,0x3c0,_0x7c2524._0x2fc126,0x3ae)](_0x383b0d);}else{const _0x4bfc1b={};return _0x4bfc1b[_0x2b2d44(0x48f,0x46e,_0x7c2524._0x365dbd,_0x7c2524._0x680709)]=_0x2f431b(-_0x7c2524._0x351222,-0x12b,-_0x7c2524._0x5bd9cf,-0x149)+'t',_0x4bfc1b['message']=_0x515f36['hGBIc'],_0x1358d8['status'](0xd0*0xe+-0x199*-0x1+-0xb69*0x1)[_0x2b2d44(_0x7c2524._0x30c926,_0x7c2524._0xf88e83,_0x7c2524._0x5a5c6e,_0x7c2524._0x2682e7)](_0x4bfc1b);}}logger[_0x2f431b(-0x11d,-_0x7c2524._0x1b1ce1,-_0x7c2524._0x3d2ca2,-_0x7c2524._0x24a02a)](_0x2b2d44(0x39b,0x3d2,0x31c,_0x7c2524._0x1f50c8)+_0x2b2d44(0x3c1,_0x7c2524._0xf88e83,0x3a0,0x381)+'te',{'taskId':_0x1319e2[_0x2b2d44(_0x7c2524._0xa43447,_0x7c2524._0x412213,0x4e3,_0x7c2524._0xf6f02c)],'environment':_0x2c463d,'template':_0x298e27,'userId':_0x37198a['id'],'hasMetadata':_0x515f36[_0x2f431b(-_0x7c2524._0x1728e4,-0xe8,-_0x7c2524._0xf5d935,-0xd4)](_0x26b083,undefined)});const _0x501ee7=_0x31e5fd[_0x2f431b(-0xda,-_0x7c2524._0x35c920,-0xa3,-0x58)](_0x56f1f7,_0x515f36['tbrjF']),_0x1622ea=_0x31e5fd[_0x2b2d44(_0x7c2524._0x5e9ed5,_0x7c2524._0x4a5777,_0x7c2524._0x400a04,_0x7c2524._0x4939f4)](_0x501ee7,_0x298e27+_0x2b2d44(0x3bd,_0x7c2524._0x3b6e33,0x3cf,0x3f2)),_0x380293=_0x31e5fd[_0x2b2d44(_0x7c2524._0x885b48,_0x7c2524._0xdc710,_0x7c2524._0x47b873,0x3e0)](_0x501ee7,_0x298e27+'.json'),_0x1d57d7=new Date()['toISOStrin'+'g']();try{const _0x23937a={};_0x23937a['recursive']=!![],await _0x27595b[_0x2f431b(-_0x7c2524._0x4122bf,-_0x7c2524._0x3ba84b,-0x148,-0x11e)](_0x501ee7,_0x23937a),await _0x27595b[_0x2f431b(-0x151,-0xf8,-0x15b,-_0x7c2524._0xe0eb8c)](_0x1622ea,_0x24195d,_0x515f36['exRPd']);if(_0x26b083!==undefined&&_0x26b083!==null){if('RocVs'===_0x2b2d44(_0x7c2524._0x672ebb,_0x7c2524._0x42cc45,_0x7c2524._0x4bdc2e,0x46d))await _0x27595b[_0x2b2d44(0x38b,_0x7c2524._0x4687ab,_0x7c2524._0x4cd2f4,_0x7c2524._0x128f12)](_0x380293,JSON[_0x2b2d44(_0x7c2524._0x107eac,0x3d4,0x481,_0x7c2524._0x260169)](_0x26b083,null,0x1b7*-0xd+0x1*0x22b7+-0xc6a),_0x515f36[_0x2f431b(-0x77,-_0x7c2524._0x5c1dd0,-0x53,-0x91)]);else{if(_0x38d108[_0x2b2d44(0x4a1,_0x7c2524._0x10aabf,_0x7c2524._0x263793,_0x7c2524._0x27d8e8)]===_0x515f36['hdfDn']){const _0x19c86b={};_0x19c86b['error']=_0x515f36[_0x2f431b(-_0x7c2524._0x2c603a,-_0x7c2524._0x8b67f9,-_0x7c2524._0x489ede,-_0x7c2524._0xf8bbb6)],_0x19c86b[_0x2f431b(-0xd4,-0xa2,-0x77,-0xf6)]=_0x2b2d44(_0x7c2524._0xf20407,0x3a6,_0x7c2524._0x4cc5ea,0x486)+_0x29cbc7+(_0x2b2d44(0x3f7,0x415,0x44f,_0x7c2524._0x6502d5)+'d'),_0x256ef5['status'](-0xc38+0x1*0x21dd+-0x1411)[_0x2f431b(-_0x7c2524._0x39573d,-_0x7c2524._0x32ad20,-_0x7c2524._0x10a1f4,-0x185)](_0x19c86b);}else{const _0x4ab504={};_0x4ab504[_0x2b2d44(0x48b,_0x7c2524._0x1b0533,0x460,0x4fa)]=_0x1ff316[_0x2f431b(-_0x7c2524._0x1155f5,-0x14,-_0x7c2524._0x4a973e,_0x7c2524._0x6f61dc)],_0x4ab504['environmen'+'t']=_0x1756af,_0x4ab504[_0x2f431b(-0xe9,-0xd8,-_0x7c2524._0x211b6e,-_0x7c2524._0x4a973e)]=_0xe958ba,_0x4ab504[_0x2b2d44(0x48f,0x42b,_0x7c2524._0x1f8daf,0x51d)]=_0x4fbb48[_0x2b2d44(0x408,_0x7c2524._0x2f8ce7,0x470,0x3ff)],_0x1d7601[_0x2f431b(-0x4d,-_0x7c2524._0x2e2d4b,-0xc3,-0xac)](_0x515f36[_0x2b2d44(0x3c0,_0x7c2524._0x273776,_0x7c2524._0x49de2c,_0x7c2524._0x4c8d94)],_0x4ab504);const _0x49ac97={};_0x49ac97['error']=_0x2b2d44(_0x7c2524._0x39e64b,_0x7c2524._0x34a955,_0x7c2524._0x3b6cb0,_0x7c2524._0x153349)+_0x2b2d44(0x3ad,0x3ce,_0x7c2524._0x2cc75d,0x3f4)+'r',_0x49ac97[_0x2f431b(-_0x7c2524._0xfd481,-_0x7c2524._0x1bba05,-0x7a,-_0x7c2524._0x4ab909)]=_0x515f36['SpvZc'],_0x41a13e[_0x2b2d44(_0x7c2524._0x523cd9,0x48d,0x453,0x4f0)](-0x28*0xb+0x1982+-0xa*0x22f)[_0x2b2d44(0x3ba,_0x7c2524._0x25ebd5,_0x7c2524._0x352a35,_0x7c2524._0x40708e)](_0x49ac97);}}}const _0x46dd6b={};_0x46dd6b[_0x2b2d44(0x48b,_0x7c2524._0x58803c,0x4b3,0x46e)]=_0x1319e2[_0x2b2d44(_0x7c2524._0xa43447,_0x7c2524._0x3e25ca,0x48c,0x4aa)],_0x46dd6b['environmen'+'t']=_0x2c463d,_0x46dd6b[_0x2b2d44(_0x7c2524._0x4fe0e4,_0x7c2524._0x54b8e7,_0x7c2524._0x431962,_0x7c2524._0x49d458)]=_0x298e27,_0x46dd6b[_0x2b2d44(_0x7c2524._0x312d95,_0x7c2524._0x2fb1d2,0x374,0x47a)]=_0x37198a['id'],logger[_0x2b2d44(_0x7c2524._0x279eac,_0x7c2524._0x3ab95a,_0x7c2524._0x18f516,0x40d)](_0x2b2d44(_0x7c2524._0x5e2fe3,_0x7c2524._0x40f135,_0x7c2524._0x11d2c2,0x35f)+_0x2b2d44(0x3da,0x448,_0x7c2524._0x499e0a,_0x7c2524._0x175dab)+'task',_0x46dd6b);const _0x39db08={};_0x39db08['success']=!![],_0x39db08[_0x2b2d44(0x42f,_0x7c2524._0x2fd290,0x3ec,_0x7c2524._0x346179)]=_0x298e27,_0x39db08['environmen'+'t']=_0x2c463d,_0x39db08[_0x2f431b(-_0x7c2524._0x215678,-_0x7c2524._0x5802ad,-_0x7c2524._0x15694c,-_0x7c2524._0xa6937e)]=_0x1d57d7,_0x39db08[_0x2b2d44(0x432,_0x7c2524._0x48ce14,_0x7c2524._0x4b7701,_0x7c2524._0x2f536d)+_0x2b2d44(0x3f8,0x374,0x384,0x3bd)]=_0x1319e2[_0x2b2d44(0x48b,_0x7c2524._0x223844,0x4f9,_0x7c2524._0x244923)],_0x39db08[_0x2f431b(-0x40,-_0x7c2524._0x4f6745,_0x7c2524._0x453faa,-_0x7c2524._0x18da9b)+_0x2f431b(-0xab,-_0x7c2524._0x221d55,-0x36,-_0x7c2524._0x5266db)]=_0x37198a['id'],_0x1358d8[_0x2f431b(-0x122,-_0x7c2524._0x4f327a,-0x157,-0xc8)](_0x39db08);}catch(_0x5bbc18){const _0x4da05c={};_0x4da05c[_0x2b2d44(0x48b,_0x7c2524._0x175c6f,0x4e7,0x40d)]=_0x1319e2[_0x2f431b(-0x51,-0x25,-0x84,-0x8)],_0x4da05c[_0x2b2d44(_0x7c2524._0x3e2d71,_0x7c2524._0x52febf,_0x7c2524._0x30918d,_0x7c2524._0x382e4f)+'t']=_0x2c463d,_0x4da05c['template']=_0x298e27,_0x4da05c['error']=_0x5bbc18[_0x2b2d44(0x408,_0x7c2524._0xbcf30b,_0x7c2524._0x1fd2d4,0x489)],logger[_0x2b2d44(_0x7c2524._0x56d84f,0x40c,_0x7c2524._0x324fd9,_0x7c2524._0x5995c9)](_0x2f431b(-0x142,-0x193,-0x1ce,-_0x7c2524._0x2b7822)+_0x2b2d44(_0x7c2524._0x58803c,0x4a9,0x4da,0x444)+'late',_0x4da05c);const _0x5cd7bd={};_0x5cd7bd[_0x2f431b(-_0x7c2524._0x5aa460,0x18,-_0x7c2524._0x3984ed,-0x60)]=_0x515f36[_0x2f431b(-0x49,-0x2d,-_0x7c2524._0x2bba96,-0x3d)],_0x5cd7bd['message']=_0x515f36['fPrZl'],_0x1358d8[_0x2f431b(-0x60,-_0x7c2524._0x495c3e,-0xa,-0xa7)](-0x7*-0x1b6+-0x12e3*-0x1+0x1*-0x1ce9)[_0x2b2d44(0x3ba,_0x7c2524._0x241a44,0x3f6,_0x7c2524._0x570a61)](_0x5cd7bd);}}),router[_0x444d0d(0x30e,0x2b5,0x2e4,0x368)](_0x444d0d(0x387,0x3a8,0x398,0x3b2)+_0x444d0d(0x40a,0x420,0x400,0x3c7),requireTaskAuth,requireTemplatesPermission,async(_0x189974,_0x455696)=>{const _0xebb059={_0x305b91:0x7e,_0x790223:0x4c,_0x5755df:0x11b,_0x39a880:0xd2,_0xc71162:0xe1,_0x5c343c:0xbd,_0x21b42e:0x72,_0x11d7e8:0x84,_0xe48558:0xf8,_0x1494ca:0xb,_0x1eac76:0x81,_0xb87f5f:0x17a,_0x1498af:0x1df,_0x1b3ef8:0x199,_0x3dacf2:0xf2,_0xcedf43:0x3b,_0x514a78:0x206,_0x18948d:0x272,_0x410792:0xc,_0x1d60aa:0x5a,_0x4e9986:0x1e3,_0x2ff522:0x1d3,_0x8eec7a:0x151,_0x33a1eb:0x2f2,_0x30c7fc:0x26f,_0xe3f788:0x2d5,_0x1e5f60:0x26a,_0x5895d9:0x1ec,_0x4c5fc0:0x267,_0x5e8ef8:0xb0,_0x457f09:0xa4,_0x3a0491:0xba,_0x4f367b:0x49,_0xf112d6:0x21,_0x3fdb0f:0x210,_0x100302:0x200,_0x217303:0x4b,_0x3d5a30:0x55,_0x2953c3:0xa1,_0x3a5806:0x4a,_0x1d445a:0x7b,_0x5234ae:0xc7,_0x1d0815:0x10c,_0x4a135f:0x2a0,_0x38038a:0x219,_0x46f14e:0x224,_0x328432:0x292,_0x253e61:0x258,_0x515cdf:0x23d,_0x55f734:0x178,_0x139b39:0xa5,_0x4c004e:0x143,_0x82ed83:0x24b,_0x41fae7:0x242,_0x41ad25:0x289,_0x1feb25:0x2f8,_0x3e0350:0x8e,_0x272e88:0x45,_0x1a3123:0x3e,_0x4188b4:0x26,_0x32b75f:0x18,_0x118d81:0x44,_0x451406:0x17,_0xa7cee5:0x78,_0x3112e4:0x23b,_0x37ee36:0x272,_0x48a3a2:0x5a,_0x49e197:0x91,_0x36dc4d:0x2a,_0xb91aeb:0xa6,_0x3aa966:0x142,_0x4519c0:0xec,_0x2c425e:0x306,_0x379dd6:0x296,_0x3c0317:0x207,_0x5898b8:0x2a5,_0x2d2f6b:0x235,_0x55ecb:0xa9,_0x1dffd9:0x6e,_0x1db643:0xa7,_0xe10db6:0x12f,_0x35ab06:0x14d,_0x39c31e:0xc8,_0x51f0da:0xe5,_0x22b61e:0x2c,_0x45bef1:0x57,_0xde70b2:0x6b,_0x4e2942:0x1da,_0x210f1f:0x17e,_0x1dc92c:0x280,_0x3ab14c:0x63,_0xc28d73:0x175,_0x1bc76a:0x15b,_0xe7083f:0xe9,_0x3da95b:0x48,_0x4f11e9:0x265,_0x2fe88a:0x102,_0x443c98:0x13c,_0x10cf92:0xcf,_0x368d6d:0x242,_0x2d9398:0x224,_0x5f0afe:0x85,_0x2de858:0x9,_0x1e9d41:0x9f,_0x44195d:0x217,_0x26c0f6:0x141,_0x361ea6:0x115,_0x130a4b:0xe7,_0x142621:0x2a6,_0x59da56:0x2d6,_0x3549b8:0x2be,_0x8c523:0x23a,_0x37b535:0x25a,_0x555bd9:0x21f,_0x509645:0x270,_0x1c551b:0xa8,_0x32303d:0xea,_0x519b6e:0xc2,_0x54bfdd:0x97,_0x3d4fde:0x23c,_0x33a369:0x1eb,_0x5963d6:0x189,_0x1e8a42:0x1c5,_0x813114:0x1c2,_0xb74d20:0x142,_0x12096f:0x21a,_0x1d130c:0x1f7,_0x2a5e71:0x20f,_0x531466:0x15f,_0x4a734b:0xe0,_0x83610d:0x1bb,_0x16977e:0x213,_0x2eb098:0x252,_0x49a19d:0x1dc,_0x3206a4:0x1ae,_0x10b58a:0x29e,_0x49e98c:0x287,_0x48f9a3:0xe1,_0x570bc6:0x1d,_0x26d745:0x14,_0x52e4fc:0x2b,_0x23a9ad:0x260,_0x558bd7:0x1e8,_0x5321b7:0x37,_0x112993:0x17,_0x3b02c8:0x2d0,_0x46a32d:0x300,_0x53711d:0x2bf,_0xd9b8af:0x236,_0xacb2c9:0x21d,_0x219d1c:0x86,_0x2fe5dd:0x13b,_0x336045:0xdc,_0x3e2767:0x17c,_0x4679a0:0x40,_0x2b2dd8:0x2a},_0x36021a={_0x2173c4:0x18a,_0x42165c:0x3fc},_0x34c4d3={_0x4f441e:0x147,_0x20c755:0xab},_0x197b06={};_0x197b06[_0xdcd5f2(-_0xebb059._0x305b91,-_0xebb059._0x790223,0x26,-0xb)]=_0xdcd5f2(-0x10a,-_0xebb059._0x5755df,-_0xebb059._0x39a880,-_0xebb059._0xc71162)+'t',_0x197b06[_0xdcd5f2(-_0xebb059._0x5c343c,-_0xebb059._0x21b42e,-0x115,-_0xebb059._0x11d7e8)]=_0xdcd5f2(-_0xebb059._0xe48558,-0x4b,-_0xebb059._0x1494ca,-_0xebb059._0x1eac76)+_0x14de09(_0xebb059._0xb87f5f,_0xebb059._0x1498af,0x23e,_0xebb059._0x1b3ef8)+'e',_0x197b06[_0xdcd5f2(-_0xebb059._0x3dacf2,-0xdc,-_0xebb059._0xcedf43,-0x7f)]=_0x14de09(0x1df,_0xebb059._0x514a78,0x1e2,_0xebb059._0x18948d),_0x197b06[_0xdcd5f2(-0x8a,_0xebb059._0x410792,-0xcd,-_0xebb059._0x1d60aa)]=_0x14de09(_0xebb059._0x4e9986,_0xebb059._0x2ff522,0x24d,_0xebb059._0x8eec7a)+'eleted\x20by\x20'+_0x14de09(_0xebb059._0x33a1eb,_0xebb059._0x30c7fc,_0xebb059._0xe3f788,_0xebb059._0x1e5f60),_0x197b06[_0x14de09(0x20e,_0xebb059._0x5895d9,_0xebb059._0x4c5fc0,0x173)]=_0xdcd5f2(-_0xebb059._0x5e8ef8,-0x123,-_0xebb059._0x457f09,-0x111),_0x197b06[_0xdcd5f2(-0x9c,-0x2a,-0xfe,-_0xebb059._0x3a0491)]=_0xdcd5f2(_0xebb059._0x4f367b,-0x6c,0x64,-_0xebb059._0xf112d6),_0x197b06[_0x14de09(_0xebb059._0x3fdb0f,0x1d1,_0xebb059._0x100302,0x18b)]=_0xdcd5f2(0x26,_0xebb059._0x217303,_0xebb059._0x3d5a30,-0xf),_0x197b06[_0xdcd5f2(0xf,-_0xebb059._0x2953c3,-_0xebb059._0x3a5806,-_0xebb059._0x1d445a)]=_0xdcd5f2(-0x188,-0x95,-_0xebb059._0x5234ae,-_0xebb059._0x1d0815)+_0x14de09(0x2c7,_0xebb059._0x4a135f,_0xebb059._0x38038a,0x2e8)+_0x14de09(_0xebb059._0x46f14e,_0xebb059._0x328432,_0xebb059._0x253e61,0x2f0),_0x197b06['glHOj']=_0x14de09(_0xebb059._0x515cdf,0x1d2,_0xebb059._0x55f734,0x23f)+_0xdcd5f2(-0x103,-_0xebb059._0x139b39,-_0xebb059._0x4c004e,-0xf9)+'r';const _0x55ec3f=_0x197b06,{callingTask:_0x158fae,taskUser:_0x4aa2a6,environmentName:_0x484d68,environmentPath:_0x2a7a3d}=_0x189974,{name:_0x1921c3}=_0x189974[_0x14de09(0x246,0x1ce,_0xebb059._0x82ed83,_0xebb059._0x41fae7)];if(_0x1921c3[_0x14de09(0x231,0x28b,_0xebb059._0x41ad25,_0xebb059._0x1feb25)]('/')||_0x1921c3['includes']('\x5c')||_0x1921c3[_0xdcd5f2(-_0xebb059._0x3e0350,_0xebb059._0x272e88,-_0xebb059._0x1a3123,-_0xebb059._0x4188b4)]('..')){const _0x20cc6a={};return _0x20cc6a[_0xdcd5f2(_0xebb059._0x32b75f,-0xa3,-_0xebb059._0x118d81,-_0xebb059._0x451406)]=_0x55ec3f[_0xdcd5f2(0x16,_0xebb059._0xa7cee5,-0x68,-0xb)],_0x20cc6a[_0xdcd5f2(-0x49,-0x123,-0x58,-0x9e)]=_0x55ec3f[_0x14de09(_0xebb059._0x3112e4,0x22d,_0xebb059._0x37ee36,0x1da)],_0x455696[_0xdcd5f2(-0xb7,-_0xebb059._0x48a3a2,-_0xebb059._0x49e197,-_0xebb059._0x36dc4d)](-0x1a76+-0x16a2+0x1954*0x2)[_0xdcd5f2(-0xa9,-_0xebb059._0xb91aeb,-_0xebb059._0x3aa966,-_0xebb059._0x4519c0)](_0x20cc6a);}const _0x851db9={};_0x851db9[_0x14de09(_0xebb059._0x2c425e,_0xebb059._0x379dd6,0x233,0x2d9)]=_0x158fae[_0x14de09(_0xebb059._0x3c0317,0x296,_0xebb059._0x5898b8,0x310)];function _0x14de09(_0x1a936c,_0xfaec68,_0x5894b0,_0x8cb49){return _0x444d0d(_0x1a936c-_0x34c4d3._0x4f441e,_0x1a936c,_0xfaec68- -0x14b,_0x8cb49-_0x34c4d3._0x20c755);}_0x851db9[_0x14de09(_0xebb059._0x2d2f6b,0x265,0x263,0x26b)+'t']=_0x484d68,_0x851db9['template']=_0x1921c3;function _0xdcd5f2(_0x5a44e1,_0x9d3a3f,_0x12bee3,_0x4d6227){return _0x444d0d(_0x5a44e1-_0x36021a._0x2173c4,_0x9d3a3f,_0x4d6227- -_0x36021a._0x42165c,_0x4d6227-0x14d);}_0x851db9[_0xdcd5f2(-_0xebb059._0x55ecb,-_0xebb059._0x1dffd9,-0x32,-_0xebb059._0x1db643)]=_0x4aa2a6['id'],logger[_0xdcd5f2(-0xf0,-0x7a,-0x151,-0xe7)]('Task\x20delet'+_0xdcd5f2(-_0xebb059._0xe10db6,-_0xebb059._0x35ab06,-_0xebb059._0x39c31e,-_0xebb059._0x51f0da)+'te',_0x851db9);const _0x19053b=_0x31e5fd[_0xdcd5f2(-0xa5,-0xc6,-_0xebb059._0x22b61e,-0xa4)](_0x2a7a3d,_0xdcd5f2(-0x3a,-_0xebb059._0x45bef1,-0xb4,-_0xebb059._0xde70b2)+_0x14de09(0x170,_0xebb059._0x4e2942,_0xebb059._0x210f1f,_0xebb059._0x514a78)),_0x1bb160=_0x31e5fd[_0x14de09(_0xebb059._0x1dc92c,0x20d,0x286,0x267)](_0x19053b,_0x1921c3+_0xdcd5f2(-_0xebb059._0x3ab14c,-_0xebb059._0xc28d73,-_0xebb059._0x1bc76a,-_0xebb059._0xe7083f)),_0x5ab5e9=_0x31e5fd[_0xdcd5f2(-_0xebb059._0x3da95b,-0x9a,-0x1c,-0xa4)](_0x19053b,_0x1921c3+'.json');try{const _0x30304f=_0x55ec3f[_0x14de09(_0xebb059._0x4f11e9,0x232,0x255,0x1f6)][_0xdcd5f2(-0x12d,-_0xebb059._0x2fe88a,-_0xebb059._0x443c98,-_0xebb059._0x10cf92)]('|');let _0x139981=-0x26e2+0x10d*0x5+0x21a1;while(!![]){switch(_0x30304f[_0x139981++]){case'0':await _0x27595b[_0x14de09(0x24f,0x224,_0xebb059._0x368d6d,0x1fb)](_0x1bb160);continue;case'1':try{await _0x27595b[_0x14de09(0x2ac,_0xebb059._0x2d9398,0x290,0x272)](_0x5ab5e9);}catch{}continue;case'2':const _0x17db21={};_0x17db21['taskId']=_0x158fae[_0xdcd5f2(0x1d,0x74,-_0xebb059._0x5f0afe,-0x1b)],_0x17db21[_0xdcd5f2(-0x3b,-_0xebb059._0x2de858,-_0xebb059._0x1e9d41,-_0xebb059._0x790223)+'t']=_0x484d68,_0x17db21['template']=_0x1921c3,_0x17db21[_0x14de09(0x29b,0x20a,_0xebb059._0x44195d,0x1cb)]=_0x4aa2a6['id'],logger[_0xdcd5f2(-_0xebb059._0x26c0f6,-0x10f,-_0xebb059._0x361ea6,-_0xebb059._0x130a4b)](_0x55ec3f[_0x14de09(0x2b9,0x257,_0xebb059._0x142621,_0xebb059._0x59da56)],_0x17db21);continue;case'3':const _0x5544c3={};_0x5544c3['success']=!![],_0x5544c3[_0x14de09(_0xebb059._0x3549b8,_0xebb059._0x8c523,_0xebb059._0x37b535,_0xebb059._0x555bd9)]=_0x1921c3,_0x5544c3[_0x14de09(0x2c0,_0xebb059._0x4f11e9,_0xebb059._0x509645,0x2f1)+'t']=_0x484d68,_0x5544c3[_0xdcd5f2(-_0xebb059._0x1c551b,-_0xebb059._0x32303d,-_0xebb059._0x32303d,-0xa8)+_0xdcd5f2(-_0xebb059._0x519b6e,-0x108,-_0xebb059._0x54bfdd,-0xae)]=_0x158fae['taskId'],_0x5544c3['deletedByU'+_0x14de09(0x24e,_0xebb059._0x3d4fde,0x1b0,_0xebb059._0x33a369)]=_0x4aa2a6['id'],_0x455696[_0x14de09(_0xebb059._0x5963d6,_0xebb059._0x1e8a42,_0xebb059._0x813114,_0xebb059._0xb74d20)](_0x5544c3);continue;case'4':await _0x27595b['access'](_0x1bb160);continue;}break;}}catch(_0x1b8fe3){if('mIbWR'===_0x55ec3f[_0xdcd5f2(-0x6b,-0x4c,-0x105,-0xc5)]){if(_0x1b8fe3['code']===_0x55ec3f[_0x14de09(_0xebb059._0x12096f,_0xebb059._0x1d130c,_0xebb059._0x2a5e71,0x236)]){const _0x56e34c={};_0x56e34c[_0xdcd5f2(-0x42,0x7,-0x5a,-_0xebb059._0x451406)]=_0x55ec3f[_0xdcd5f2(-0x97,-0xe7,-_0xebb059._0x531466,-_0xebb059._0x4a734b)],_0x56e34c[_0x14de09(_0xebb059._0x83610d,_0xebb059._0x16977e,0x249,_0xebb059._0x2eb098)]='Template\x20\x27'+_0x1921c3+(_0x14de09(_0xebb059._0x49a19d,0x202,_0xebb059._0x3206a4,0x1d7)+'d'),_0x455696[_0x14de09(_0xebb059._0x10b58a,_0xebb059._0x49e98c,0x2f8,0x27f)](0x85a+0x1085*0x1+0x174b*-0x1)[_0xdcd5f2(-0x175,-0xc1,-_0xebb059._0x48f9a3,-0xec)](_0x56e34c);}else{const _0x38fdbc={};_0x38fdbc[_0xdcd5f2(-_0xebb059._0x570bc6,_0xebb059._0x26d745,_0xebb059._0x52e4fc,-0x1b)]=_0x158fae[_0xdcd5f2(0x4a,-0x5e,0x6,-0x1b)],_0x38fdbc[_0x14de09(_0xebb059._0x23a9ad,0x265,_0xebb059._0x558bd7,0x2b0)+'t']=_0x484d68,_0x38fdbc['template']=_0x1921c3,_0x38fdbc[_0xdcd5f2(-_0xebb059._0x5321b7,0x15,0x5e,-_0xebb059._0x112993)]=_0x1b8fe3['message'],logger[_0x14de09(_0xebb059._0x3b02c8,0x29a,_0xebb059._0x46a32d,0x24c)](_0x55ec3f[_0x14de09(_0xebb059._0x53711d,_0xebb059._0xd9b8af,_0xebb059._0x3fdb0f,_0xebb059._0xacb2c9)],_0x38fdbc);const _0x281e9b={};_0x281e9b['error']=_0x55ec3f[_0xdcd5f2(-_0xebb059._0x219d1c,-_0xebb059._0x2fe5dd,-_0xebb059._0x55ecb,-_0xebb059._0x336045)],_0x281e9b[_0x14de09(0x26e,0x213,0x1b5,0x227)]=_0xdcd5f2(-_0xebb059._0x3e2767,-0xff,-0x15d,-0x10c)+'delete\x20tem'+'plate',_0x455696[_0xdcd5f2(_0xebb059._0x48a3a2,0x35,-_0xebb059._0x4679a0,-_0xebb059._0x2b2dd8)](-0x1c4*0x2+0x1d9c+0x608*-0x4)[_0xdcd5f2(-_0xebb059._0xb87f5f,-0x9a,-0xd4,-0xec)](_0x281e9b);}}else _0x40015e=_0x298a89;}});function _0x1910(){const _0x191f5f=['DxbKyxrLzej5vq','zgvZy3jPChrPBW','rKf6qu4','rLPjr1a','rgfZC0m','y29Kzq','vhnWExe','Bgf0zq','AMD1wLG','B0vPqxa','tMLHue4','q29UDgvUDcbMAq','vg5sseC','qw1fA3G','lZPUyw1L','swPZA0u','ELDWr3e','D3jPDgvgAwXL','wvvQrKu','CMvHzezPBgu','zgvSzxrL','BgLZDcb0zw1WBa','uY5Tza','Chv0','BM1LBNqGAw5ZDa','BfbKB0m','CMvHzcbbr0vova','BuLIv1i','BMCGzw52AxjVBG','sffTBw4','B25Z','y1LUt2i','rMfPBgvKihrVia','vgfZAYb1CgrHDa','C2SGsuq','zMLSDgvY','wK1sDKO','EgfkzKi','BNqGCMvXDwvZDa','DgvZihbLCM1PCW','ndyYmdm3mfD4yxz3qG','tw9PwNi','DfbHDgG','sw52ywXPzcb0yq','A2nlBvO','vw5HDxrOB3jPEG','BNrZoMLUC3rYDq','yw1tzhi','BMj3ufK','BMzuzxi','AgvHzgvYCW','zxj2zxiGrxjYBW','quXVAhO','DenVBMzPzW','BYbHC3nVy2LHDa','z29jt1a','ndyWnJC5wuHSqNLL','zw5KC1DPDgG','De5HBwu','vgfZAYbSAxn0Aq','BwLZC2LVBG','lMPZB24','ihDPDgGGDw5RBG','ugLZrgK','ANnVBG','lvrHC2STswqGAa','Dg8GDxbKyxrLia','lM1K','s2PMvgG','Aw5MBW','u3b2wMm','Aw5NihrLBxbSyq','ENLAwfm','CgfYyw1Z','DgvTCgXHDgvZ','qMfKifjLCxvLCW','ueXRDMG','sw50zxjUywWGuW','vgvTCgXHDguGza','DfzYD28','z2Xit2O','mZzMy09AA0G','sLjjzgO','ndC2ndeWne9VAxz6Bq','twLZC2LUzYbylq','yxrLCW','B3qGAw5PDgLHBa','DgfZA1vZzxi','DcbPBML0AwfSAq','Aw9JtMK','BxbSyxrLig5HBq','CNvJDgLVBNm','AgrMrg4','C3bSAxq','vgvTCgXHDguGDq','tLfPwwS','CgrHDgvKigj5ia','l2LUC3rYDwn0Aq','Dhm6Aw5ZDhj1yW','r0PJuuu','BwvUDcb0zw1WBa','BM90igHHDMuGCa','u2vYDMLJzsbUBW','r1Pkvha','AgfZtwv0ywrHDa','vgfZAY1jzcbOzq','C3HSs1K','wePHC0i','Cgf0Aa','Ec10yxnRlwLK','uLrdzgq','BfvZww8','Dhm6DgvTCgXHDa','z2rhA0q','Duj4rfq','B3DUihrHC2SGsq','yLrJD00','mJi0otqWmvrnDKDtta','rK11y1a','DgLVBNm','CgfYC2u','DgvTCgXHDgu','t3fVu0C','vgfZAYbOyxmGBG','C2v0DxbqyxrO','jYbUB3qGzM91BG','yxnRswq','DxbKyxrLzef0','CxbMseW','nhWWFdf8mNWZ','uM9JvNm','CMvHzcbPBNn0CG','zgvSzxrLzej5va','DxnLCKLK','zwfKzxi','C0rnsK4','AM9PBG','rM9YyMLKzgvU','qNPiBNG','BfjHyxm','yKvxvLm','BKzyCKW','BwvZC2fNzq','rhDxzhy','BwfW','CKPPCw4','zwLmvfu','Aw5NigvUDMLYBW','Dg9ju09tDhjPBG','rLjhs20','C01Uwvq','BM90igzVDw5K','D3jPDguGAw5ZDa','y2LpsNO','CMvHzgrPCG','EK9VwMy','vgvTCgXHDguGjW','uvfrDhy','igvUDMLYB25Tzq','Dw5SAw5R','yxn6BLa','y29KzxjdB25MAq','rhLmDvK','BwTKAxi','r3PgExy','BwvUDa','Aw9UCW','ywXS','DKXZy0y','Bhn6Aw0','rw52AxjVBM1LBG','sw52ywXPzcb0zq','D3jPDguGquDftG','z3DAyLK','BYbLBNzPCM9UBq','txPdsfu','nde1nJmWmKPxtwfJuG','yxHzAhK','y2fSBgLUz1rHCW','uefLy0G','mtq4nJu5mLL2CK1kBq','BMfTzq','BvrNs2C','C2vYswq','DxbKyxrLzej5va','Dwn0Aw9UCYbMAq','zNPksuG','vxnLCIbSywnRCW','vu1ntNq','z2v0','EhDJs3O','rg11uLa','B0z1wfe','DgfZAY10zw1WBa','uLDKr2O','Cgf0y2G','r0Pgvue','yM9KEq','zwXKigLZihjLCq','Aw9UCYb1CgrHDa','l3rLBxbSyxrLCW','ANfsq0S','C29kD2e','zwqGzw52AxjVBG','Bw1rwve','C2LVBG','ugPmBg0','vxnLCIbKB2vZia','C3rYAw5NAwz5','y3jLyxrLzej5','q0jhBue','u0n2r3q','quDftLrtlM1K','EMvK','C0DSANy','vfjPAwO','Bwv0ywrHDge','yxrL','ANbMEwe','ywrLCG','qwDNwMC','rKPAq3a','AwXL','DgfZA3m','zw52AxjVBM1LBG','D3jRvfi','uhvIvuO','vejzvKe','AMDTELK','uhjZq2q','DcbPBNn0CNvJDa','suzHBue','y0neB0m','DxrMltG','DgfZAW','zxHsugq','u0jvEuq','rfzRtxu','v2HJqu4','qNvUyM4','s2XTA04','BNrZoNrLBxbSyq','DcbUB3qGzM91BG','sgHwwg4','D2fYBG','sNLcuM8','vgfZAYb1C2vYia','DwLYzwq','vxzHzLa','ugDTuvi','AeDcswm','zNvduLO','y3rPB25ZihbLCG','zw50','zLvwuwq','DcbTyw5Hz2vTzq','vuXitum','Dcb0zw1WBgf0zq','C3rHDhvZ','rvvhBfy','ufrftLG','ntDorfbfy3a','Aw5JBhvKzxm','mti5nZCYtxj1uvfw','B01wC0i','D3jPDguGDgvTCa','CxrNrxq','ru5pru5u','ruzOCem','CgXHDgu','CMvHzcb0zw1WBa','DxnLCM5HBwu','DeTxEKC','DgfZA0LK','y29UDgvUDa','zxjTAxnZAw9Uia','rgz0qKu','zxjYB3i','uM91DgvY','rvvfDvq','vgfZAYbMzxrJAa','rffkzuG','ig1PC3nPBMCGwa','zgvSzxrLihrLBq','zxHPC3rZ','tM90iezVDw5K','ufrXDwu','rxDVru0','EM9sCfC','AM1zD28'];_0x1910=function(){return _0x191f5f;};return _0x1910();}export default router;
|