@profoundlogic/coderflow-server 0.6.0 → 0.6.1
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/.claude/settings.local.json +15 -2
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- 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/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.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/cleanup-users.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/grant-admin.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/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- 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/external-connections.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/ibmi-sync.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/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.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/permission-resolver.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/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.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 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.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/playwright-test-results/.last-run.json +52 -2
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +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/automations.js +1 -1
- package/dist/routes/bindings.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/roles.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/teams.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 +1 -1
- 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/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.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/environments.html +0 -61
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.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/ibmi-file-filter.js +1 -1
- 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/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- 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 +8 -2
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.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
- package/dist/playwright-test-results/result-screenshot.png +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x2fa0ce,_0xb3af6a){const _0x3ca89c={_0x5a3115:0x379,_0x395c12:0x363,_0x34ee06:0x3fc,_0x2d1d69:0x3c0,_0x4246ed:0x3ca,_0x630951:0x43f,_0x4c593b:0x42b,_0x3b1a05:0x3df,_0xdc7a6a:0x3ff,_0x28da0b:0x3af,_0x71d2f6:0x3e4,_0x2f11ce:0x463,_0x312487:0x42d,_0x2e3367:0x431,_0x49e1ce:0x3a2,_0x2a4aab:0x40a,_0x4c0bf0:0x40b,_0x3595c9:0x3ab,_0x26b24a:0x34a,_0x46a031:0x3cf},_0x2539ee={_0x20a313:0x28b};function _0x1de57c(_0x4aae7a,_0x5a508a,_0x356bb6,_0x8e79b1){return _0x56b1(_0x8e79b1-0x27f,_0x356bb6);}function _0x484b15(_0x3abba7,_0x92e2f7,_0x280e31,_0x236450){return _0x56b1(_0x280e31-_0x2539ee._0x20a313,_0x3abba7);}const _0x4cac8f=_0x2fa0ce();while(!![]){try{const _0x4e59c9=-parseInt(_0x1de57c(_0x3ca89c._0x5a3115,_0x3ca89c._0x395c12,0x341,0x35e))/(0x2f5+0x1*0x17b9+-0x1aad*0x1)+-parseInt(_0x484b15(0x40d,0x3c8,_0x3ca89c._0x34ee06,0x3e3))/(0x3*0x833+-0x4*-0x6bf+-0x3393)*(-parseInt(_0x1de57c(_0x3ca89c._0x2d1d69,0x3e9,0x45b,0x41a))/(0xa53+0x517*0x6+-0x28da))+parseInt(_0x1de57c(0x491,_0x3ca89c._0x4246ed,0x4b6,_0x3ca89c._0x630951))/(-0x7d4+-0x5*-0x6e+-0x51*-0x12)+parseInt(_0x484b15(_0x3ca89c._0x4c593b,_0x3ca89c._0x3b1a05,_0x3ca89c._0xdc7a6a,_0x3ca89c._0x28da0b))/(0x254b+-0xbfb+-0x194b)*(parseInt(_0x484b15(_0x3ca89c._0x71d2f6,0x3a7,0x3df,_0x3ca89c._0x2f11ce))/(0x1*-0x633+0x41e+0x21b))+parseInt(_0x1de57c(_0x3ca89c._0x312487,_0x3ca89c._0x2e3367,0x394,_0x3ca89c._0x49e1ce))/(0x587+0x15ea+-0x1b6a)*(-parseInt(_0x484b15(0x394,0x3b8,_0x3ca89c._0x2a4aab,0x429))/(-0xba2*0x2+-0x8f6*0x4+0x3b24))+parseInt(_0x1de57c(_0x3ca89c._0x4c0bf0,_0x3ca89c._0x3595c9,_0x3ca89c._0x26b24a,0x391))/(0x2432+-0x1dc6*0x1+-0x663)+parseInt(_0x1de57c(0x410,0x3df,0x3f1,_0x3ca89c._0x46a031))/(0xf1*-0x22+0x2230+-0x224);if(_0x4e59c9===_0xb3af6a)break;else _0x4cac8f['push'](_0x4cac8f['shift']());}catch(_0x5ef173){_0x4cac8f['push'](_0x4cac8f['shift']());}}}(_0x4fb4,0x1*0xb0fc7+0x1642*-0x2b+-0x1c00*-0x14));import _0x321f21 from'express';import{promises as _0x428df7}from'fs';function _0x1b0b56(_0x48aaa8,_0x19796d,_0x1094e6,_0x5c7c60){const _0x1e5bdb={_0x102ad8:0x25b};return _0x56b1(_0x48aaa8- -_0x1e5bdb._0x102ad8,_0x1094e6);}import _0x1a5e64 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x321f21[_0x3dbc52(0x173,0x1f4,0x1e1,0x17b)]();function _0x4fb4(){const _0x51e29d=['uK16EwO','Dg9ju09tDhjPBG','Ec10yxnRlwLK','ALn0B2S','C0foALC','Chv0','BNqGCMvXDwvZDa','EuLruKO','DgvTCgXHDgu','shLHv2C','v0HYvxO','yuXvzLm','B3fyEvK','DxrMltG','vLnqzg8','qNvYAuW','EfvqCvy','uvDntwi','EgfWrKK','wgTQEgS','tLLvA3O','y3jLyxrLzej5','CuPet1a','EMvK','Dhm6DgvTCgXHDa','z2jdChK','DcbUB3qGzM91BG','B3qGAw5PDgLHBa','Dhm6Aw5ZDhj1yW','DxbKyxrLzef0','AwP1q1u','lMPZB24','BgLZDcb0zw1WBa','t1nRrwe','zwXLDgvKigj5ia','zwqGzw52AxjVBG','Dw5SAw5R','zxjYB3i','qxPUt2i','vxnLCIbSywnRCW','AM9PBG','zwfKzxi','lvrHC2STswqGAa','s3Hxz0S','Aw9UCW','rM9YyMLKzgvU','DxbKyxrLzej5vq','mZm4mJm2mLzQs3r0tW','rLjrDfe','D2P5CeS','D1v0rNi','y29Kzq','BwH2AfK','DwLYzwq','vgfZAYbOyxmGBG','sw50zxjUywWGuW','vgDxDwm','DgfZA1vZzxi','z2v0','CMvHzgrPCG','C2niq3C','zwXKigLZihjLCq','DMr1EMG','CgLKu1y','n1nJuKv4qq','qMzbwfu','qMfKifjLCxvLCW','zujzwgq','ExHtzvu','jYbUB3qGzM91BG','qxDZC2m','ig5VDcbMB3vUza','u0f5zum','igvUDMLYB25Tzq','CgfYyw1Z','DxbKyxrLzej5va','uvLrB1C','vvfjELq','wKXuBxe','l3rLBxbSyxrLCW','Eu9wsfq','lZPUyw1L','DxnLCM5HBwu','CNvJDgLVBNmGzG','z2HiC3u','B25Z','C3vJy2vZCW','BM1LBNqGAw5ZDa','v1jbqu4','yuT0tvu','D3jPDguGquDftG','CgXHDgu','D3jPDgvgAwXL','ww1TqxO','ywrLCG','y29UDgvUDa','D2fYBG','s0vrq3y','DgfZAY10zw1WBa','l2LUC3rYDwn0Aq','DgfZA0LK','AgfZtwv0ywrHDa','Aw5MBW','zw5KC1DPDgG','zgvZy3jPChrPBW','v3nZEgC','zxj2zxiGrxjYBW','yM9KEq','zNPbweq','nZGYnJe2mfb1BhLfzW','AgvHzgvYCW','thfUwuC','ANnVBG','mtG2nZHmCxviEhO','CMvHzcbbr0vova','rLftEM8','zxHPC3rZ','ALvQshG','tfb0B3i','De5HBwu','BwvUDa','yvH3Cge','uM91DgvY','v1Lysg4','zu1nwMy','u2PSBgm','svDUCMS','Bwv0ywrHDge','EKDju24','ru9Hs2G','ywnJzxnZ','D2DSBwq','C2LVBG','y1zVt1e','zgvSzxrLihrLBq','C3rHDhvZ','AevZsNK','AwXL','vgfZAYbMzxrJAa','y2v4zKK','y2fSBgLUz1rHCW','BK92rM4','mtzcEurNthq','s0XezMO','ru5pru5u','ndm1C1jxCMTb','DgXhtve','zNDAyxu','CMvHzcb0zw1WBa','ENntvK0','z3rO','zw50','vhbkr08','vgfZAYbSAxn0Aq','EeLUr24','Cu5ryLa','ntC3ntq5nLbwv0vSzq','ugf6z0W','vNLgshm','twLZC2LUzYbylq','tLLjr00','u2vYDMLJzsbUBW','quDftLrtlM1K','rMfPBgvKihrVia','Ce9XywC','AhD4q3i','BYbHC3nVy2LHDa','seLNt3C','vw5HDxrOB3jPEG','DxHYsvK','uY5Tza','BM90igHHDMuGCa','q29UDgvUDcbMAq','Cuj6swW','CNvJDgLVBNm','wuPQuK0','DgfZAW','DgLVBNm','Cgj3y0S','BNrZoNrLBxbSyq','y29UDgvUDeXLBG','CMzpDuu','BMfTzq','DgvTCgXHDgvZ','mtuXmZC3Ew5yr0P0','CMvWBgfJzq','Aw5JBhvKzxm','C2vYswq','zMHxtey','BYbLBNzPCM9UBq','CMLfwxe','vfmUBwq','DLLtuwq','CMvJDxjZAxzL','yxnRswq','BwLZC2LVBG','qNLqz0e','zxjTAxnZAw9Uia','vev6C2O','CeXqwwK','q1bSwfe','yvnpvKG','C3bSAxq','DcbPBNn0CNvJDa','zwqGyNKGDgfZAW','Dw9bC04','yxrL','mNWWFdr8m3WX','tKXqwwS','C2SGsuq','Cgf0Aa','BNqGCM91DguGBG','r05yyKK','q3DLuKK','yLzkz00','BNrZoMLUC3rYDq','D3jPDguGAw5ZDa','D3jPDguGDgvTCa','u0fiCfK','wMPHEK8','ywXS','mtCYmdG2ohjoBMv0ua','Dcb0zw1WBgf0zq','BwvZC2fNzq','BMCGzw52AxjVBG','ig1PC3nPBMCGwa','zuv5yM4','CxDRB00','Aw9UCYb1CgrHDa','wfvNtKi','A2zjsuW','DcbTyw5Hz2vTzq','qNDJAwK','DxnLCKLK','DgvZihbLCM1PCW','sw52ywXPzcb0yq','B3DUihrHC2SGsq','AKTUy1m','vgfZAYbVD25LCG','t2LtA2e','DcbPBML0AwfSAq','ueT5r3y','BM90igzVDw5K','A3r0vxi','Bgf0zq','vgvTCgXHDguGDq','zw52AxjVBM1LBG','zgvSzxrLzej5va','s1f1B00','wMPKz1O','lM1K','BxbSyxrLig5HBq','vgfZAY1jzcbOzq','Aw5NigvUDMLYBW','BwvUDcb0zw1WBa','rw52AxjVBM1LBG','DNz3Euu','rffWs1m','y3rPB25ZihbLCG','Dg8GDxbKyxrLia','vwnczKy','yxfvq3y','DKPmAha','sw52ywXPzcb0zq','DenVBMzPzW','u1vbALa','s3DLt2K','yxrLCW','sun6vxO','BwTKAxi','y2L6uNK','vgfZAYb1CgrHDa','yLPrEw8','vgvTCgXHDguGza','tezOrNi','uKDQtfa','CMvHzezPBgu','CgrHDgvKigj5ia','Dwn0Aw9UCYbMAq','u014reW','z09XAMi','vxnLCIbKB2vZia','u21KDvu','vgvTCgXHDguGjW','sMnZy3O','ote3otm2BxrvCgT2','tM90iezVDw5K','Aw5NihrLBxbSyq','wxzIAgG'];_0x4fb4=function(){return _0x51e29d;};return _0x4fb4();}let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x38e56a){tasks=_0x38e56a['tasks'],setupPath=_0x38e56a['setupPath'],coderConfig=_0x38e56a['coderConfi'+'g'];}function _0x3dbc52(_0x1edb6d,_0x3b3ae2,_0x59db84,_0x580fbd){return _0x56b1(_0x3b3ae2-0x97,_0x580fbd);}export function updateCoderConfig(_0x57d20d){coderConfig=_0x57d20d;}async function requireTaskAuth(_0x166150,_0x5740e5,_0x3136c2){const _0x5afef2={_0x16a981:0x25a,_0x831844:0x2e4,_0x41d6d1:0x245,_0x3c0948:0x2f8,_0x1c2aac:0x2aa,_0x3be0b4:0x289,_0x1a8187:0x218,_0x186f3f:0x21a,_0x13d380:0x17f,_0x126436:0x1d9,_0x2e538b:0x16f,_0x1fca59:0x5d,_0x5e1dc8:0x86,_0x3ece86:0x15d,_0x4a5772:0x20a,_0x2ed034:0x180,_0x340b1d:0x65,_0x2230ba:0xa5,_0x4f3064:0x1ca,_0x5a4ac4:0x14c,_0x6089a2:0x15c,_0x5cd056:0x178,_0x1902b4:0x178,_0x308f93:0x2ba,_0x5c9392:0x2f4,_0x1db17:0x2d1,_0x49cc5e:0x33b,_0x53c6cd:0x94,_0x1bb817:0x99,_0x3fa07a:0x9f,_0x141286:0x293,_0x1a2053:0x210,_0x25af8f:0x18b,_0x3cf261:0x1e6,_0x340ccd:0x1c3,_0x3fc96f:0x193,_0x378467:0x2b6,_0x955ca4:0x333,_0x3fd712:0x2de,_0x37f36b:0x312,_0x20a1aa:0x205,_0x4422c8:0x1b8,_0xb9a1a5:0x36b,_0x360eb7:0x311,_0x41eefa:0x77,_0x18f012:0x13b,_0xf624c3:0xe2,_0x5ac2e7:0xef,_0xd37011:0x135,_0x153a09:0xe3,_0x20c964:0x150,_0x1c35fb:0x183,_0x1c8fdd:0x2f5,_0xdc7996:0x255,_0x127cfd:0x205,_0x2838e7:0x1b5,_0x44ab33:0xec,_0xbb9291:0x153,_0x5af929:0x153,_0x27640e:0x1d1,_0x45ba1b:0x166,_0x4ff623:0x189,_0x196e86:0x261,_0x216c4d:0x2af,_0x28fc69:0x2d2,_0x185289:0x124,_0x167e29:0x14e,_0x4a0db7:0x32b,_0x141425:0xea,_0x494c6d:0x1c9,_0x30fbb6:0x206,_0x1bce85:0x1ec,_0x1dfc13:0xa2,_0x31bee1:0x134,_0x9e7c25:0xb0,_0x42b6f5:0x126,_0x4121f7:0x175,_0x33d930:0x227,_0x171882:0x2e2,_0x412b85:0x2dd,_0x74426a:0x32a,_0x496771:0x2f3,_0x5e4b99:0x2f7,_0x5c50c3:0x28d,_0x3a870e:0x271,_0xd0d2bc:0xf4,_0x4df01c:0x262,_0x852abd:0x2b6,_0x44549a:0x251,_0x5dfc4f:0x2ab,_0xea2439:0x12d,_0x26a238:0xa7,_0x6eaab1:0x2fb,_0x5e1490:0x2bf,_0x1587b1:0x266,_0x4024e2:0x2ee,_0x3a8d5f:0x13a,_0x5c724f:0xe1,_0x3368dc:0x2c7,_0x2cc935:0x2ff,_0x2f2dae:0x320,_0xee016:0x245,_0x301f2a:0x31c,_0x2c9449:0x2ef,_0x5e6038:0x22d,_0x242b8d:0x26c,_0xcd3117:0x34c,_0x18a68b:0x286,_0x561769:0x204,_0x21fbc3:0x2d6,_0x93aa51:0x2b0,_0x55464a:0xee,_0x5777b0:0xc2,_0x1f3e9b:0x165,_0x2fcdbf:0x1a2,_0xb8542:0x2bb,_0x3cff5b:0x2d4,_0x1210ee:0x264,_0x2f0798:0x2d3,_0x33b7ac:0xaf,_0x3ce8d6:0x116,_0x96beed:0x1df,_0x368bf3:0x1db,_0x59308c:0x158,_0x37bcfe:0x2b0,_0xa283b5:0x2ac,_0x501720:0x267,_0x515728:0x176,_0x248b9c:0x195,_0x3c9cf1:0x16d,_0x49c366:0x358,_0x5dd5db:0x35,_0xbb453e:0x5e,_0x463979:0x2f1,_0x5ea1d0:0x2a8,_0x3b6d81:0x90,_0x1c19ed:0x2c4,_0x58e97f:0x298,_0x4a93f0:0x22f,_0x5c96b8:0x1fc,_0x3e2c1f:0x198,_0x196413:0x18c,_0x14618f:0x22d,_0x448c2e:0x14b,_0x282ae0:0x169,_0x3ed50d:0x120,_0x573c07:0x101,_0x58ec31:0x1d4,_0x299360:0x161,_0x29bf3b:0x9e,_0x5ad51e:0xa2,_0x45ed2c:0x167,_0x4d8654:0x32b,_0x37834b:0x2c1,_0x2f2e5b:0x155,_0x2b4633:0x244,_0x39607a:0x1b9,_0x4c500a:0xba,_0x565db8:0x143,_0x5702b8:0xdd,_0x590c1e:0x1cc,_0x563f37:0x1d8,_0x262edc:0x1db,_0xa2a493:0x221,_0x29dc96:0x1a4,_0x5293e3:0x12c,_0x31cede:0x93,_0x2df999:0x10f,_0x49e13d:0x204,_0x265923:0x1cb,_0x1bf042:0x2e5,_0x31ebee:0x208,_0x36a8da:0x23c,_0x4bd30b:0x293,_0x2f8f42:0x221,_0x522cc3:0x24a,_0x5e72e5:0xd5,_0x4fedb6:0x2c3,_0x1152c6:0x1e3,_0x147de6:0xc8,_0x5243c1:0xf3,_0x93537:0x1c4,_0xc1466:0x16a,_0x4c1852:0xad,_0x501848:0xff,_0x4663b6:0x314,_0x64fdb:0x2bc,_0x26630c:0x316,_0x31e286:0x1d6,_0x238ebe:0x23e,_0x84728b:0x2b2,_0x205caf:0x233,_0x4b229d:0x222,_0x551f52:0x1ca,_0x4a1062:0x1e8,_0x4baf0e:0x2d0,_0x57f0ac:0x268},_0x15a240={_0x3cc103:0x36},_0x44db9e={'bVJgM':_0x3d6f2f(_0x5afef2._0x16a981,0x28e,_0x5afef2._0x831844,_0x5afef2._0x41d6d1)+'t','GNXbI':_0x3d6f2f(0x2df,_0x5afef2._0x3c0948,0x2ad,0x268)+_0x3d6f2f(_0x5afef2._0x1c2aac,_0x5afef2._0x3be0b4,_0x5afef2._0x1a8187,_0x5afef2._0x186f3f)+'uired','TpJGO':_0x4aef87(-_0x5afef2._0x13d380,-0x103,-_0x5afef2._0x126436,-0x184),'LPtor':_0x4aef87(-_0x5afef2._0x2e538b,-0x1cd,-0x1a7,-0x19e),'mYVuO':_0x4aef87(-0x1fe,-0x224,-0x147,-0x1a8)+_0x4aef87(-_0x5afef2._0x1fca59,-_0x5afef2._0x5e1dc8,-0x125,-0x9f)+_0x4aef87(-_0x5afef2._0x3ece86,-_0x5afef2._0x4a5772,-0x1a3,-_0x5afef2._0x2ed034)+_0x4aef87(-0xcb,-0x106,-_0x5afef2._0x340b1d,-_0x5afef2._0x2230ba)+_0x4aef87(-_0x5afef2._0x4f3064,-_0x5afef2._0x5a4ac4,-0x179,-_0x5afef2._0x6089a2)+_0x4aef87(-0xe6,-_0x5afef2._0x5cd056,-_0x5afef2._0x1902b4,-_0x5afef2._0x3ece86),'LqnYG':_0x3d6f2f(_0x5afef2._0x308f93,_0x5afef2._0x5c9392,0x370,0x28d)+'ed','HIgOw':_0x3d6f2f(_0x5afef2._0x1db17,0x2e7,_0x5afef2._0x49cc5e,0x378),'pbwcK':'Environmen'+_0x4aef87(-_0x5afef2._0x53c6cd,-_0x5afef2._0x1bb817,-0xda,-_0x5afef2._0x3fa07a)+_0x3d6f2f(0x2c5,0x31f,0x343,_0x5afef2._0x141286)+_0x3d6f2f(0x1d6,0x267,_0x5afef2._0x1a2053,0x240)+'ized','FQSzo':_0x3d6f2f(0x2bd,0x2ed,0x35c,0x2b5)+'t\x20initiali'+_0x4aef87(-_0x5afef2._0x25af8f,-_0x5afef2._0x3cf261,-_0x5afef2._0x340ccd,-0x16f),'aqUCv':_0x4aef87(-0x181,-_0x5afef2._0x3fc96f,-0x1fb,-0x1a8)+_0x3d6f2f(_0x5afef2._0x378467,_0x5afef2._0x955ca4,_0x5afef2._0x3fd712,_0x5afef2._0x37f36b)+_0x3d6f2f(0x205,0x252,0x2db,0x1cf)+'\x20with\x20unkn'+_0x3d6f2f(0x226,0x217,0x2a3,_0x5afef2._0x20a1aa)+'D','Wssxg':_0x3d6f2f(_0x5afef2._0x4422c8,0x216,0x293,0x209)+_0x3d6f2f(0x364,0x31d,_0x5afef2._0xb9a1a5,_0x5afef2._0x360eb7),'gbCpy':'Task\x20has\x20n'+_0x4aef87(-_0x5afef2._0x41eefa,-0x137,-_0x5afef2._0x18f012,-0xc9)+_0x4aef87(-0x16c,-_0x5afef2._0xf624c3,-0x179,-_0x5afef2._0x5ac2e7),'cexfI':_0x4aef87(-0x139,-_0x5afef2._0xd37011,-_0x5afef2._0x153a09,-_0x5afef2._0x20c964)+'o\x20associat'+_0x4aef87(-0x1bb,-_0x5afef2._0x1c35fb,-0x1a2,-0x163)+_0x3d6f2f(0x259,0x2c4,_0x5afef2._0x1c8fdd,_0x5afef2._0xdc7996),'UcBfF':function(_0x35a1ae,_0x2b76e4){return _0x35a1ae(_0x2b76e4);},'cVoOQ':'Task\x20user\x20'+_0x4aef87(-_0x5afef2._0x127cfd,-0x12f,-0x187,-_0x5afef2._0x2838e7),'jStok':'Environmen'+_0x4aef87(-_0x5afef2._0x44ab33,-0x16b,-_0x5afef2._0xbb9291,-0x16c)+'d','UQIzT':_0x4aef87(-_0x5afef2._0x5af929,-_0x5afef2._0x27640e,-_0x5afef2._0x45ba1b,-_0x5afef2._0x4ff623),'scHCw':function(_0x5c17a9){return _0x5c17a9();}},_0x1f5b2e=_0x166150[_0x3d6f2f(_0x5afef2._0x196e86,_0x5afef2._0x308f93,_0x5afef2._0x216c4d,_0x5afef2._0x28fc69)][_0x44db9e[_0x3d6f2f(0x2cc,0x2e4,0x302,0x25d)]];function _0x4aef87(_0x2883d7,_0x4b2abf,_0x1e8464,_0x592891){return _0x3dbc52(_0x2883d7-0x81,_0x592891- -0x300,_0x1e8464-0xc1,_0x1e8464);}if(!_0x1f5b2e){if(_0x44db9e[_0x4aef87(-0xd6,-_0x5afef2._0x185289,-_0x5afef2._0x167e29,-0x110)]!==_0x44db9e[_0x3d6f2f(0x29a,0x2c2,0x33f,_0x5afef2._0x4a0db7)]){const _0x486344={};return _0x486344[_0x4aef87(-_0x5afef2._0x141425,-0x133,-0x115,-0x161)]='Bad\x20Reques'+'t',_0x486344['message']=_0x3d6f2f(_0x5afef2._0x494c6d,0x232,_0x5afef2._0x30fbb6,_0x5afef2._0x1bce85)+_0x4aef87(-0x12d,-0x19e,-0x1f5,-0x1ac)+'e',_0x5378e9[_0x4aef87(-0x11d,-0xf9,-_0x5afef2._0x1dfc13,-0xff)](-0x1e0d+0x1ffd*0x1+0x18*-0x4)['json'](_0x486344);}else{logger[_0x4aef87(-0xa2,-_0x5afef2._0x31bee1,-_0x5afef2._0x9e7c25,-_0x5afef2._0x42b6f5)](_0x44db9e['mYVuO']);const _0x1f37ae={};return _0x1f37ae['error']=_0x44db9e[_0x4aef87(-0x11b,-_0x5afef2._0x4121f7,-0x16f,-0x117)],_0x1f37ae[_0x4aef87(-0x7f,-0x7b,-0x104,-0xa7)]='Missing\x20X-'+_0x3d6f2f(0x200,_0x5afef2._0x33d930,0x1ef,0x2b2)+_0x3d6f2f(0x23d,0x2aa,_0x5afef2._0x171882,_0x5afef2._0x412b85),_0x5740e5[_0x3d6f2f(0x343,0x2d3,0x245,_0x5afef2._0x74426a)](-0xcc*0x16+0x8b*0x26+-0x3*0x83)[_0x3d6f2f(0x2f5,0x2bc,0x34c,0x2e1)](_0x1f37ae);}}if(!tasks){if(_0x44db9e[_0x3d6f2f(0x30c,_0x5afef2._0x496771,0x26b,0x34c)]===_0x44db9e['HIgOw']){logger['error'](_0x44db9e[_0x3d6f2f(0x34a,0x2fe,_0x5afef2._0x5e4b99,_0x5afef2._0x5c50c3)]);const _0x48b627={};return _0x48b627[_0x3d6f2f(0x23d,_0x5afef2._0x3a870e,0x2be,0x250)]=_0x4aef87(-0x124,-_0x5afef2._0xd0d2bc,-0x13f,-0x14f)+_0x3d6f2f(_0x5afef2._0x4df01c,_0x5afef2._0x852abd,_0x5afef2._0x44549a,_0x5afef2._0x5dfc4f)+'r',_0x48b627[_0x4aef87(-0x66,-_0x5afef2._0xea2439,-0x42,-_0x5afef2._0x26a238)]=_0x44db9e[_0x3d6f2f(_0x5afef2._0x6eaab1,_0x5afef2._0x5e1490,_0x5afef2._0x1587b1,_0x5afef2._0x4024e2)],_0x5740e5['status'](0x15cc+0x1*-0x55d+-0xe7b)['json'](_0x48b627);}else{const _0x2176fc={};return _0x2176fc['error']=_0x44db9e[_0x4aef87(-0x100,-_0x5afef2._0x3a8d5f,-_0x5afef2._0x5c724f,-_0x5afef2._0x9e7c25)],_0x2176fc[_0x3d6f2f(_0x5afef2._0x3368dc,_0x5afef2._0x4a0db7,_0x5afef2._0x2cc935,0x2dd)]=_0x44db9e[_0x3d6f2f(_0x5afef2._0x831844,_0x5afef2._0x2f2dae,0x2d0,0x331)],_0x3e73c3[_0x3d6f2f(_0x5afef2._0xee016,0x2d3,_0x5afef2._0x301f2a,_0x5afef2._0x2c9449)](0x17f*0x5+-0x1c9b*0x1+0x16b0)[_0x3d6f2f(_0x5afef2._0x5e6038,0x2bc,_0x5afef2._0x242b8d,_0x5afef2._0xcd3117)](_0x2176fc);}}const _0x3ef959=tasks[_0x3d6f2f(0x2c0,_0x5afef2._0x18a68b,0x240,_0x5afef2._0x561769)](_0x1f5b2e);if(!_0x3ef959){const _0x34cf57={};_0x34cf57[_0x3d6f2f(_0x5afef2._0x21fbc3,_0x5afef2._0x93aa51,0x233,0x2d4)]=_0x1f5b2e,logger[_0x4aef87(-_0x5afef2._0x55464a,-0x174,-_0x5afef2._0x5777b0,-_0x5afef2._0x42b6f5)](_0x44db9e[_0x4aef87(-0x1d7,-_0x5afef2._0x1f3e9b,-0x1a0,-_0x5afef2._0x2fcdbf)],_0x34cf57);const _0x13742a={};return _0x13742a['error']=_0x44db9e[_0x3d6f2f(0x247,_0x5afef2._0xb8542,_0x5afef2._0x3cff5b,0x22a)],_0x13742a['message']=_0x44db9e[_0x3d6f2f(0x307,0x2b5,_0x5afef2._0x1210ee,0x30d)],_0x5740e5[_0x3d6f2f(0x331,_0x5afef2._0x2f0798,0x28c,0x2c9)](-0x7*-0x139+0x4a0+0x1*-0xb9e)[_0x4aef87(-_0x5afef2._0x33b7ac,-0xc4,-0x121,-_0x5afef2._0x3ce8d6)](_0x13742a);}if(!_0x3ef959[_0x4aef87(-_0x5afef2._0x96beed,-_0x5afef2._0x368bf3,-0x23a,-0x1b1)+'t']){const _0x3dd0de={};_0x3dd0de[_0x4aef87(-_0x5afef2._0x59308c,-0x188,-0xd0,-0x122)]=_0x1f5b2e,logger[_0x3d6f2f(_0x5afef2._0x37bcfe,_0x5afef2._0xa283b5,0x29d,_0x5afef2._0x501720)](_0x44db9e[_0x4aef87(-_0x5afef2._0x515728,-_0x5afef2._0x248b9c,-_0x5afef2._0x185289,-_0x5afef2._0x3c9cf1)],_0x3dd0de);const _0x23df09={};return _0x23df09[_0x4aef87(-0x14b,-0x153,-0x19e,-0x161)]=_0x44db9e[_0x3d6f2f(0x36b,0x322,0x31a,_0x5afef2._0x49c366)],_0x23df09[_0x4aef87(-_0x5afef2._0x5dd5db,-0xcd,-_0x5afef2._0xbb453e,-0xa7)]=_0x44db9e[_0x3d6f2f(0x303,0x2d7,0x264,_0x5afef2._0x463979)],_0x5740e5[_0x3d6f2f(_0x5afef2._0x5ea1d0,0x2d3,0x2e8,0x31a)](-0x1*0x1069+0x1*0x253d+-0x1344)[_0x4aef87(-_0x5afef2._0x3b6d81,-0xf0,-0xcb,-0x116)](_0x23df09);}const _0x5fb5ea=_0x3ef959[_0x3d6f2f(_0x5afef2._0x1c19ed,_0x5afef2._0x196e86,0x1d9,_0x5afef2._0x58e97f)]?.['userId'],_0x23fa21=await _0x44db9e[_0x3d6f2f(0x1c3,_0x5afef2._0x4a93f0,_0x5afef2._0x5c96b8,0x1ee)](findUserById,_0x5fb5ea);if(!_0x23fa21){const _0x2e0d12={};_0x2e0d12[_0x4aef87(-0xae,-_0x5afef2._0x3e2c1f,-0x16d,-0x122)]=_0x1f5b2e,_0x2e0d12[_0x4aef87(-_0x5afef2._0x196413,-_0x5afef2._0x5cd056,-_0x5afef2._0x14618f,-0x1be)]=_0x5fb5ea,logger['warn'](_0x44db9e[_0x4aef87(-_0x5afef2._0x448c2e,-_0x5afef2._0x282ae0,-_0x5afef2._0x3ed50d,-_0x5afef2._0x573c07)],_0x2e0d12);const _0x1e1f43={};return _0x1e1f43[_0x4aef87(-0x187,-_0x5afef2._0x58ec31,-0x191,-_0x5afef2._0x299360)]=_0x44db9e[_0x4aef87(-_0x5afef2._0x29bf3b,-_0x5afef2._0x5ad51e,-_0x5afef2._0x45ed2c,-0x117)],_0x1e1f43[_0x3d6f2f(0x2ba,_0x5afef2._0x4d8654,_0x5afef2._0x37834b,0x3b6)]=_0x4aef87(-_0x5afef2._0x2f2e5b,-_0x5afef2._0x2b4633,-0x216,-_0x5afef2._0x39607a)+_0x4aef87(-_0x5afef2._0x9e7c25,-0x16b,-_0x5afef2._0x4c500a,-0x13f),_0x5740e5['status'](0x210e*0x1+0x122e*-0x1+-0x1*0xd4f)[_0x4aef87(-_0x5afef2._0x5e1dc8,-_0x5afef2._0x565db8,-0x15d,-0x116)](_0x1e1f43);}function _0x3d6f2f(_0x188c59,_0x223dfb,_0x30a7b0,_0x4b097c){return _0x3dbc52(_0x188c59-_0x15a240._0x3cc103,_0x223dfb-0xd2,_0x30a7b0-0x115,_0x30a7b0);}_0x166150[_0x4aef87(-_0x5afef2._0x5702b8,-0x114,-0x138,-0xfa)+'k']=_0x3ef959,_0x166150[_0x4aef87(-_0x5afef2._0x590c1e,-_0x5afef2._0x563f37,-_0x5afef2._0x262edc,-0x14d)]=_0x23fa21,_0x166150[_0x3d6f2f(0x195,_0x5afef2._0xa2a493,0x1d8,_0x5afef2._0x29dc96)+_0x4aef87(-_0x5afef2._0x5293e3,-_0x5afef2._0x31cede,-0xe2,-_0x5afef2._0x2df999)]=_0x3ef959[_0x3d6f2f(0x1ef,0x221,0x20d,0x237)+'t'];if(!coderConfig?.[_0x4aef87(-_0x5afef2._0x49e13d,-0x18f,-0x1e0,-0x1b1)+'ts']?.[_0x3ef959[_0x3d6f2f(_0x5afef2._0x265923,_0x5afef2._0xa2a493,0x270,0x2a5)+'t']]){const _0x56beaa={};_0x56beaa[_0x3d6f2f(0x250,_0x5afef2._0x93aa51,0x2bc,_0x5afef2._0x1bf042)]=_0x1f5b2e,_0x56beaa[_0x3d6f2f(0x1db,0x221,_0x5afef2._0x31ebee,_0x5afef2._0x36a8da)+'t']=_0x3ef959[_0x3d6f2f(_0x5afef2._0x4bd30b,_0x5afef2._0x2f8f42,0x236,_0x5afef2._0x522cc3)+'t'],logger[_0x4aef87(-0x104,-0xdb,-_0x5afef2._0x5e72e5,-_0x5afef2._0x42b6f5)](_0x44db9e[_0x3d6f2f(0x27e,0x24f,_0x5afef2._0x4fedb6,0x1c7)],_0x56beaa);const _0x2f24be={};return _0x2f24be[_0x3d6f2f(_0x5afef2._0x4df01c,0x271,_0x5afef2._0x1152c6,0x284)]=_0x44db9e[_0x4aef87(-_0x5afef2._0x147de6,-0x1c3,-_0x5afef2._0x5243c1,-0x139)],_0x2f24be['message']=_0x44db9e[_0x4aef87(-_0x5afef2._0x93537,-0x12d,-_0x5afef2._0xc1466,-0x183)],_0x5740e5[_0x4aef87(-0x15a,-_0x5afef2._0x29bf3b,-_0x5afef2._0x4c1852,-_0x5afef2._0x501848)](-0x1ab7+-0x2*0x509+0x265d)[_0x3d6f2f(_0x5afef2._0x4663b6,_0x5afef2._0x64fdb,0x2c9,_0x5afef2._0x26630c)](_0x2f24be);}_0x166150[_0x3d6f2f(0x26a,0x221,_0x5afef2._0x31e286,_0x5afef2._0x238ebe)+_0x3d6f2f(_0x5afef2._0x84728b,_0x5afef2._0x205caf,0x253,0x2b5)]=coderConfig[_0x3d6f2f(0x265,0x221,0x29a,_0x5afef2._0x4b229d)+'ts'][_0x3ef959[_0x3d6f2f(_0x5afef2._0x96beed,0x221,0x1b6,0x20c)+'t']],_0x166150[_0x4aef87(-_0x5afef2._0x551f52,-_0x5afef2._0x4a1062,-0x1d0,-0x1b1)+'tPath']=_0x1a5e64['join'](setupPath,'environmen'+'ts',_0x3ef959['environmen'+'t']),_0x44db9e[_0x3d6f2f(_0x5afef2._0x4baf0e,0x288,_0x5afef2._0x57f0ac,0x250)](_0x3136c2);}async function requireInstructionsPermission(_0x1eb609,_0xfc160b,_0x1a48c2){const _0x170f51={_0xce85d2:0x1f7,_0x2221d1:0x459,_0x354172:0x413,_0x2564d7:0x39d,_0x40fe1b:0x3c3,_0xc0ba71:0x389,_0x4bd2f9:0x1bc,_0x5476cb:0x1f4,_0x1977e4:0x13c,_0x20dcac:0x138,_0x9df928:0xf5,_0x120fa7:0x3d3,_0x3cbfec:0x35e,_0x354a8d:0x212,_0x456a5b:0x164,_0x548227:0x1eb,_0x2c0507:0x231,_0x348354:0x1af,_0x2053c6:0x130,_0x45556f:0xce,_0xa7bda8:0x214,_0x1d869b:0x41e,_0x360e5a:0x1da,_0x133020:0x2ce,_0xcafe61:0x374,_0x494015:0x3d7,_0x4c40d2:0x3d9,_0x1b37cb:0x3c6,_0x93dd43:0x187,_0x40ca69:0x1b8,_0x43c1da:0x117,_0x274b9b:0x1ad,_0x51eeb5:0x13f,_0x2de632:0x19f,_0x2ed22b:0x2ff,_0x1adce2:0x32a,_0x2cd62c:0x1db,_0x489dc7:0x40b,_0x5864b5:0x32f,_0x56dd19:0x3b4,_0x2c720d:0x3c3,_0x477841:0x3cc,_0x57405e:0x34c,_0x361bc1:0x416,_0x21e38f:0x387,_0x2c8a35:0x394,_0x223b76:0x30a,_0x1743b9:0x370,_0x528599:0x1df,_0x17cbad:0x18c,_0x2a4229:0x1e1,_0x47f9a3:0x17b,_0x7c05e0:0x1a3,_0x21d3d6:0x230,_0x2c77cb:0x12e,_0x5c7406:0x191},_0x13e861={_0xc00dde:0x38d,_0x57fbee:0x1ac},_0x4bd177={_0x4e99a3:0x42},_0x6d518f={'fhWLF':function(_0x115c53,_0x1015e2,_0x48ced4,_0x5aa00a){return _0x115c53(_0x1015e2,_0x48ced4,_0x5aa00a);},'WbrZa':'environmen'+_0x3cf25a(-_0x170f51._0xce85d2,-0x177,-0x266,-0x190)+_0x33e237(0x453,0x433,_0x170f51._0x2221d1,_0x170f51._0x354172),'wglmd':_0x33e237(0x311,_0x170f51._0x2564d7,_0x170f51._0x40fe1b,_0x170f51._0xc0ba71)+_0x3cf25a(-0x1ca,-_0x170f51._0x4bd2f9,-0x16e,-_0x170f51._0x5476cb)+_0x3cf25a(-_0x170f51._0x1977e4,-_0x170f51._0x20dcac,-0x131,-_0x170f51._0x9df928)+_0x33e237(_0x170f51._0x120fa7,0x2fe,_0x170f51._0x3cbfec,0x343)+'mission','VSPdo':_0x3cf25a(-0x1e6,-_0x170f51._0x354a8d,-_0x170f51._0x456a5b,-_0x170f51._0x548227),'mhvhY':'User\x20does\x20'+'not\x20have\x20p'+'ermission\x20'+_0x3cf25a(-_0x170f51._0x2c0507,-0x1a2,-_0x170f51._0x348354,-0x21a)+'environmen'+_0x3cf25a(-0x148,-_0x170f51._0x2053c6,-0x15e,-_0x170f51._0x45556f)+_0x3cf25a(-0x1e7,-_0x170f51._0xa7bda8,-0x262,-0x221),'ZLTmq':function(_0x14eb09){return _0x14eb09();}};function _0x33e237(_0x37b543,_0x4fdbed,_0x1e038d,_0x1c6665){return _0x3dbc52(_0x37b543-_0x4bd177._0x4e99a3,_0x1c6665-0x1e8,_0x1e038d-0x76,_0x1e038d);}if(!await _0x6d518f[_0x33e237(0x43b,0x459,0x48b,_0x170f51._0x1d869b)](hasPermission,_0x1eb609[_0x3cf25a(-_0x170f51._0x360e5a,-0x188,-0x194,-0x197)]['id'],_0x6d518f['WbrZa'],_0x1eb609[_0x33e237(_0x170f51._0x133020,_0x170f51._0xcafe61,0x389,0x337)+_0x33e237(0x43d,0x398,_0x170f51._0x494015,_0x170f51._0x4c40d2)])){const _0x1a75f0={};_0x1a75f0[_0x33e237(0x3b7,0x3d9,0x37f,_0x170f51._0x1b37cb)]=_0x1eb609[_0x3cf25a(-_0x170f51._0x93dd43,-_0x170f51._0x40ca69,-_0x170f51._0x43c1da,-0x192)+'k'][_0x3cf25a(-0x1af,-_0x170f51._0x274b9b,-_0x170f51._0x51eeb5,-_0x170f51._0x2de632)],_0x1a75f0[_0x33e237(_0x170f51._0x2ed22b,0x39d,0x318,_0x170f51._0x1adce2)]=_0x1eb609[_0x3cf25a(-0x1da,-0x16e,-0x1da,-_0x170f51._0x2cd62c)]['id'],_0x1a75f0['username']=_0x1eb609[_0x3cf25a(-0x1da,-_0x170f51._0xce85d2,-0x252,-0x20a)][_0x33e237(0x3ef,_0x170f51._0x489dc7,_0x170f51._0x5864b5,_0x170f51._0x56dd19)],logger[_0x33e237(_0x170f51._0x2c720d,0x347,_0x170f51._0x477841,0x3c2)](_0x6d518f[_0x3cf25a(-0x190,-0x1fc,-0x184,-0x214)],_0x1a75f0);const _0x4a8b52={};return _0x4a8b52[_0x33e237(_0x170f51._0x57405e,_0x170f51._0x361bc1,0x3dd,_0x170f51._0x21e38f)]=_0x6d518f[_0x33e237(0x32b,_0x170f51._0x2c8a35,_0x170f51._0x223b76,_0x170f51._0x1743b9)],_0x4a8b52[_0x33e237(0x467,0x3d2,0x4aa,0x441)]=_0x6d518f[_0x3cf25a(-0x1df,-0x268,-0x1a7,-_0x170f51._0x528599)],_0xfc160b[_0x3cf25a(-_0x170f51._0x17cbad,-0x170,-_0x170f51._0x2a4229,-_0x170f51._0x47f9a3)](0x241*-0x10+0x1877+0xd2c)[_0x3cf25a(-_0x170f51._0x7c05e0,-0x227,-_0x170f51._0x21d3d6,-_0x170f51._0x2c77cb)](_0x4a8b52);}function _0x3cf25a(_0x3723a6,_0xb63490,_0x419b44,_0x58399f){return _0x3dbc52(_0x3723a6-0x1e9,_0x3723a6- -_0x13e861._0xc00dde,_0x419b44-_0x13e861._0x57fbee,_0xb63490);}_0x6d518f[_0x3cf25a(-0x1c5,-0x22a,-_0x170f51._0x5c7406,-0x22a)](_0x1a48c2);}function _0x56b1(_0x31c724,_0x27be62){_0x31c724=_0x31c724-(0x30e*-0x7+-0x216+0x1823);const _0x9bd32c=_0x4fb4();let _0x53b07b=_0x9bd32c[_0x31c724];if(_0x56b1['YGbWCP']===undefined){var _0x56a640=function(_0x31246a){const _0x153266='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1bdfda='',_0x4130be='';for(let _0xfaf8ec=-0x2540+-0x1650+0x3b90,_0x186d3f,_0x11befd,_0x55483c=0xa99+-0x5*0x7c9+-0x31*-0x94;_0x11befd=_0x31246a['charAt'](_0x55483c++);~_0x11befd&&(_0x186d3f=_0xfaf8ec%(-0x1*-0x266f+-0x1*-0x76+-0x26e1)?_0x186d3f*(-0x2a*-0x44+-0x16dc+-0x3c*-0x33)+_0x11befd:_0x11befd,_0xfaf8ec++%(-0x896*0x3+0x1596+0x4*0x10c))?_0x1bdfda+=String['fromCharCode'](-0x9a4+0x7*-0x73+-0x24*-0x62&_0x186d3f>>(-(-0x16f9+0x408+-0xb*-0x1b9)*_0xfaf8ec&-0x75a+-0x41c*-0x8+-0x1980)):-0x519+0x1c00+0x215*-0xb){_0x11befd=_0x153266['indexOf'](_0x11befd);}for(let _0x30c8b7=0x53*-0x76+-0x2*-0x9e8+-0x2*-0x939,_0x5d7b0a=_0x1bdfda['length'];_0x30c8b7<_0x5d7b0a;_0x30c8b7++){_0x4130be+='%'+('00'+_0x1bdfda['charCodeAt'](_0x30c8b7)['toString'](-0xfcc+-0x1d*0x7+0x10a7))['slice'](-(0x85a*0x4+-0x105*0x1+-0x2061));}return decodeURIComponent(_0x4130be);};_0x56b1['gHUDXo']=_0x56a640,_0x56b1['rOiWzt']={},_0x56b1['YGbWCP']=!![];}const _0x159647=_0x9bd32c[-0x83*0x3d+-0x7c*-0x24+0x1*0xdc7],_0x4829a6=_0x31c724+_0x159647,_0x5c6ed3=_0x56b1['rOiWzt'][_0x4829a6];return!_0x5c6ed3?(_0x53b07b=_0x56b1['gHUDXo'](_0x53b07b),_0x56b1['rOiWzt'][_0x4829a6]=_0x53b07b):_0x53b07b=_0x5c6ed3,_0x53b07b;}async function requireTemplatesPermission(_0x5bea0c,_0x5275cc,_0x6aeab8){const _0x4e8ce3={_0x57b446:0x306,_0x5c61dd:0x1f0,_0x264603:0x480,_0x4ac1dd:0x3aa,_0x4a97a0:0x332,_0x4a44dc:0x1d2,_0x4b120e:0x206,_0x41392c:0x242,_0x30badf:0x412,_0x318e70:0x416,_0x38c7c3:0x297,_0x10c5fb:0x260,_0x2fe677:0x2e9,_0x55eaef:0x43b,_0x3b454d:0x3fc,_0x3a7fbc:0x450,_0x14b863:0x397,_0x2255c5:0x353,_0x31d3a8:0x2cf,_0x5ca578:0x34b,_0xec173d:0x205,_0x392688:0x229,_0x47a926:0x25f,_0x325bf2:0x2d8,_0x52ad50:0x420,_0x48e387:0x1ed,_0x3e6628:0x1b2,_0xf2aed9:0x26e,_0x916a90:0x447,_0x306e7a:0x389,_0x2fd008:0x338,_0x36c92c:0x277,_0x4c0537:0x2ad,_0x5c86d9:0x2b8,_0x245c63:0x355,_0x21c1a8:0x37c,_0x22ad5a:0x348,_0x5a6868:0x342,_0x17d834:0x2ef,_0x44beab:0x43c,_0x5f3824:0x329,_0x41f863:0x3cd,_0x556501:0x1ce,_0x4fd30e:0x212,_0x5c6bd8:0x1e6,_0x21743c:0x26a,_0x3647e5:0x431,_0x473dbc:0x43f,_0x882818:0x457,_0x1121d8:0x40c,_0x5bbd59:0x3ea,_0x54f253:0x3d7,_0x459baa:0x438,_0x5117bc:0x3b7,_0x361270:0x3d7,_0x3745b7:0x39e,_0x3174a9:0x25d,_0xdab98c:0x180,_0x5cc5fd:0x1d9,_0x4b7bc4:0x340,_0x3e7871:0x3e6,_0x12c450:0x2b5,_0x2967f4:0x24a,_0x2a06c9:0x2e8,_0x111c51:0x263,_0x156832:0x371,_0x4e20fd:0x3d3,_0x3681b6:0x36e,_0x26ee5f:0x430,_0x11bb76:0x3d6,_0x57788d:0x257,_0x4c173f:0x1df,_0x822012:0x2c4,_0xa36d14:0x15f,_0x38d1d3:0x47b,_0x3ae37b:0x41f,_0x20fdbc:0x3a1,_0x2b4323:0x46d,_0x188163:0x36a,_0x3fd934:0x45c,_0x27d23e:0x3c5,_0x18d931:0x3cd,_0x53b6cd:0x3fa,_0x4a48e4:0x45d,_0x4c79c9:0x2eb,_0xafdd56:0x275,_0x346ffc:0x2f2,_0x3542cc:0x27d,_0x44a3bb:0x252,_0x4fab52:0x1f6,_0x343c6c:0x1d0,_0x2e8838:0x209,_0x3354a9:0x236,_0x27e945:0x2af,_0x348e0b:0x2a4,_0x26b485:0x1cb,_0x3418e6:0x20f,_0x40498e:0x208,_0x1a0f40:0x386,_0x376ca7:0x3a7,_0x6e822c:0x2e7,_0x3f485d:0x2aa,_0x444573:0x360,_0x5e2a86:0x3a4,_0xbf689e:0x3bf,_0x4aacd8:0x2d1,_0x41cb2c:0x1f1,_0x5dfb6e:0x281},_0xac39e8={_0x5dcacf:0x97,_0x1e7e35:0x1b6},_0x231dc1={_0x2c3e1f:0xee,_0x288e94:0x1f9},_0x257c95={};_0x257c95['NYUkz']=_0x1c5f33(0x302,_0x4e8ce3._0x57b446,0x26a,0x2b4)+_0x1c5f33(0x1e8,0x24e,_0x4e8ce3._0x5c61dd,0x26b)+_0x52e5b1(0x4a4,0x432,0x427,_0x4e8ce3._0x264603),_0x257c95['Xkjxk']=_0x52e5b1(0x36a,_0x4e8ce3._0x4ac1dd,_0x4e8ce3._0x4a97a0,0x351)+'erver\x20Erro'+'r',_0x257c95[_0x1c5f33(_0x4e8ce3._0x4a44dc,0x20a,_0x4e8ce3._0x4b120e,_0x4e8ce3._0x41392c)]=_0x52e5b1(_0x4e8ce3._0x30badf,_0x4e8ce3._0x318e70,0x3a6,0x465)+_0x1c5f33(_0x4e8ce3._0x38c7c3,0x377,_0x4e8ce3._0x10c5fb,_0x4e8ce3._0x2fe677)+'ructions\x20f'+_0x52e5b1(_0x4e8ce3._0x55eaef,_0x4e8ce3._0x3b454d,_0x4e8ce3._0x3a7fbc,0x386),_0x257c95[_0x52e5b1(_0x4e8ce3._0x14b863,_0x4e8ce3._0x2255c5,0x384,_0x4e8ce3._0x31d3a8)]=_0x52e5b1(0x38b,0x348,_0x4e8ce3._0x5ca578,0x372)+_0x1c5f33(0x1e4,0x20a,_0x4e8ce3._0xec173d,_0x4e8ce3._0x392688)+'es',_0x257c95['riEYq']=_0x1c5f33(0x290,0x260,_0x4e8ce3._0x47a926,_0x4e8ce3._0x325bf2);function _0x52e5b1(_0x25694b,_0x7462d,_0x2ea577,_0x2d489e){return _0x3dbc52(_0x25694b-_0x231dc1._0x2c3e1f,_0x7462d-_0x231dc1._0x288e94,_0x2ea577-0x15f,_0x2ea577);}_0x257c95[_0x52e5b1(0x373,0x3e8,_0x4e8ce3._0x52ad50,0x3ec)]=_0x1c5f33(_0x4e8ce3._0x48e387,_0x4e8ce3._0x3e6628,_0x4e8ce3._0xf2aed9,0x23e),_0x257c95[_0x52e5b1(_0x4e8ce3._0x916a90,0x413,_0x4e8ce3._0x306e7a,0x3fb)]=_0x52e5b1(_0x4e8ce3._0x2fd008,0x36b,0x3db,0x37b)+_0x1c5f33(0x2ed,_0x4e8ce3._0x36c92c,_0x4e8ce3._0x4c0537,0x2bc)+_0x1c5f33(0x314,_0x4e8ce3._0x5c86d9,0x29b,0x2d6)+_0x52e5b1(0x33a,_0x4e8ce3._0x245c63,0x2d5,0x3bb)+_0x52e5b1(_0x4e8ce3._0x21c1a8,_0x4e8ce3._0x22ad5a,0x38b,_0x4e8ce3._0x306e7a)+_0x1c5f33(0x33e,_0x4e8ce3._0x5a6868,_0x4e8ce3._0x325bf2,_0x4e8ce3._0x17d834)+'s';function _0x1c5f33(_0x5be28f,_0x56f327,_0x2cffad,_0x1e64c8){return _0x3dbc52(_0x5be28f-0x1d6,_0x1e64c8-_0xac39e8._0x5dcacf,_0x2cffad-_0xac39e8._0x1e7e35,_0x56f327);}const _0x4284db=_0x257c95;if(!await hasPermission(_0x5bea0c[_0x52e5b1(_0x4e8ce3._0x44beab,0x3ac,_0x4e8ce3._0x5f3824,_0x4e8ce3._0x41f863)]['id'],_0x4284db['DQpKS'],_0x5bea0c[_0x1c5f33(_0x4e8ce3._0x5c61dd,_0x4e8ce3._0x556501,_0x4e8ce3._0x4fd30e,_0x4e8ce3._0x5c6bd8)+_0x1c5f33(_0x4e8ce3._0x21743c,0x26c,0x2ea,0x288)])){if(_0x4284db[_0x52e5b1(0x44c,_0x4e8ce3._0x3647e5,_0x4e8ce3._0x473dbc,0x4b0)]===_0x4284db[_0x52e5b1(_0x4e8ce3._0x882818,0x431,_0x4e8ce3._0x1121d8,0x458)]){const _0x3b4e71={};_0x3b4e71[_0x52e5b1(_0x4e8ce3._0x5bbd59,_0x4e8ce3._0x54f253,0x38a,_0x4e8ce3._0x459baa)]=_0x5bea0c['callingTas'+'k'][_0x52e5b1(_0x4e8ce3._0x5117bc,_0x4e8ce3._0x361270,0x3a3,_0x4e8ce3._0x3745b7)],_0x3b4e71[_0x1c5f33(0x17b,_0x4e8ce3._0x3174a9,_0x4e8ce3._0xdab98c,_0x4e8ce3._0x5cc5fd)]=_0x5bea0c[_0x52e5b1(0x3e5,0x3ac,_0x4e8ce3._0x4b7bc4,_0x4e8ce3._0x3e7871)]['id'],_0x3b4e71['username']=_0x5bea0c[_0x1c5f33(_0x4e8ce3._0x12c450,0x218,0x1e1,_0x4e8ce3._0x2967f4)][_0x1c5f33(_0x4e8ce3._0x2a06c9,0x20b,0x20d,_0x4e8ce3._0x111c51)],logger[_0x52e5b1(_0x4e8ce3._0x156832,_0x4e8ce3._0x4e20fd,_0x4e8ce3._0x3681b6,_0x4e8ce3._0x26ee5f)](_0x52e5b1(0x3fc,0x39a,_0x4e8ce3._0x11bb76,0x3f9)+_0x1c5f33(_0x4e8ce3._0x57788d,0x230,_0x4e8ce3._0x4c173f,0x25a)+_0x1c5f33(0x2a8,0x269,0x27c,_0x4e8ce3._0x822012)+_0x1c5f33(0x255,0x24d,_0x4e8ce3._0xa36d14,0x1da)+_0x52e5b1(_0x4e8ce3._0x38d1d3,0x3f7,0x426,_0x4e8ce3._0x3ae37b),_0x3b4e71);const _0x448ce3={};return _0x448ce3[_0x1c5f33(0x24a,0x293,0x262,0x236)]=_0x4284db[_0x52e5b1(_0x4e8ce3._0x20fdbc,0x3e8,_0x4e8ce3._0x2b4323,_0x4e8ce3._0x188163)],_0x448ce3[_0x52e5b1(0x3d1,0x452,_0x4e8ce3._0x3fd934,0x43f)]=_0x4284db['NYIGM'],_0x5275cc[_0x52e5b1(_0x4e8ce3._0x27d23e,0x3fa,_0x4e8ce3._0x18d931,0x36f)](-0x17*-0x153+-0x1edb+0x1f9)[_0x52e5b1(0x440,0x3e3,_0x4e8ce3._0x53b6cd,_0x4e8ce3._0x4a48e4)](_0x448ce3);}else{const _0x43d2e7={};_0x43d2e7[_0x1c5f33(_0x4e8ce3._0x4c79c9,0x244,0x234,_0x4e8ce3._0xafdd56)]=_0x50316b['taskId'],_0x43d2e7[_0x52e5b1(_0x4e8ce3._0x346ffc,0x348,0x393,0x2ff)+'t']=_0x4a4791,_0x43d2e7[_0x1c5f33(_0x4e8ce3._0x3542cc,_0x4e8ce3._0x44a3bb,_0x4e8ce3._0x4fab52,0x236)]=_0x2dc096[_0x52e5b1(0x470,0x452,0x4b6,0x472)],_0x48e5ca[_0x1c5f33(_0x4e8ce3._0x343c6c,0x1c9,_0x4e8ce3._0x2e8838,_0x4e8ce3._0x3354a9)](_0x4284db[_0x1c5f33(_0x4e8ce3._0x27e945,_0x4e8ce3._0x348e0b,0x2a5,0x225)],_0x43d2e7);const _0x2050f2={};_0x2050f2[_0x1c5f33(_0x4e8ce3._0x26b485,_0x4e8ce3._0x3418e6,_0x4e8ce3._0x40498e,0x236)]=_0x4284db[_0x52e5b1(0x397,_0x4e8ce3._0x1a0f40,0x39b,_0x4e8ce3._0x376ca7)],_0x2050f2[_0x1c5f33(_0x4e8ce3._0x6e822c,_0x4e8ce3._0x3f485d,0x26b,0x2f0)]=_0x4284db[_0x52e5b1(_0x4e8ce3._0x444573,_0x4e8ce3._0x5e2a86,0x35f,_0x4e8ce3._0xbf689e)],_0x4aeaff['status'](-0x15b1*-0x1+-0xa3*-0x5+-0x16ec)[_0x1c5f33(_0x4e8ce3._0x4aacd8,0x253,_0x4e8ce3._0x41cb2c,_0x4e8ce3._0x5dfb6e)](_0x2050f2);}}_0x6aeab8();}router[_0x1b0b56(-0x13e,-0x1aa,-0xb2,-0x109)](_0x1b0b56(-0x115,-0x169,-0x167,-0xc3)+_0x3dbc52(0x203,0x1cf,0x249,0x1bb),requireTaskAuth,requireInstructionsPermission,async(_0x9698c8,_0xd7c8c9)=>{const _0x21d18d={_0x1802ad:0x2b,_0xc674e3:0x35,_0x2dc053:0x47,_0x16ce63:0x60,_0x66794:0x4d,_0x54a28b:0x56,_0x1d209e:0xed,_0xda4ab3:0x7b,_0x38c4bd:0x1f,_0x51f7fe:0x71,_0x49fb86:0x18c,_0x24c638:0x133,_0x160265:0x15d,_0x369b3e:0xf3,_0x5f1bed:0x2f,_0x731d:0x100,_0x2e32ff:0x50,_0x11c50a:0xf,_0xd59772:0x7a,_0x6e0242:0x55,_0x1a11f4:0x4e,_0x1b45a9:0x2d,_0x10ae01:0xbd,_0x4edcbe:0xa3,_0x5a40c9:0x46,_0x652ebe:0x3,_0x507f33:0x7b,_0x35e4bf:0x54,_0x375be4:0xcf,_0x1444a1:0x128,_0x218fb6:0x180,_0x127837:0xdf,_0xb0197b:0x38,_0x3014de:0x2e,_0x3c1ae4:0x41,_0x28b653:0x52,_0x2f47bb:0x106,_0x363e88:0x13b,_0x1c64e8:0xbf,_0x210ccd:0x47,_0x1c2447:0x7b,_0x489434:0x145,_0x335389:0x102,_0x2bf22c:0xc7,_0x298af3:0x19f,_0x49240a:0xb3,_0x181580:0x9,_0x4785d0:0xc4,_0x381320:0x4c,_0x17d2ce:0x8a,_0x5dac43:0xef,_0x609d7e:0xe,_0x4cb388:0x10f,_0x10ea04:0x1,_0x3f41e8:0x6e,_0x282ca9:0x7,_0x2d591a:0x40,_0x59cb6c:0x27,_0x49477f:0x3a,_0x1048a3:0x9e,_0x462484:0x81,_0x4ee7c:0x66,_0x483084:0xa9,_0x53708e:0x68,_0x422a58:0x7c,_0x2dd026:0x3f,_0x1e9525:0x9b,_0x54a18d:0xa6,_0x582d8f:0x5,_0x2a3fe6:0x84,_0x4b4dda:0x23,_0x19722f:0x79,_0x2328db:0xa2,_0x14f7d5:0x16b,_0x521f30:0xe,_0x247f21:0x7d,_0x1d426f:0x36,_0x52ffac:0x4b,_0x448ed:0xf9,_0x5a7ff4:0x22,_0x4a787e:0xf5,_0x262a61:0xd0,_0x277375:0x1e7,_0x4a30b1:0x174,_0x6aedfb:0x112,_0x35f205:0x86,_0x5d1da7:0x10c,_0x42f6b0:0x31,_0x372a79:0x85,_0x4e7672:0x13,_0x38570c:0x27,_0x402401:0x93,_0x411aa5:0x118,_0x34d802:0x10a,_0xf8fb4f:0x98,_0x13b216:0xf7,_0x4ea0f1:0x80,_0x1e30dc:0x23,_0x13abc3:0x1,_0x6b047e:0x114,_0x55bd28:0x15b,_0x2a654e:0x1a0,_0x5eaf91:0x62,_0xf9063f:0x2b,_0x1aaa56:0x1a,_0x1f34ed:0x3d,_0x1b3058:0x44,_0x42c786:0x194,_0x2eaaa6:0x1d2,_0x30fcb3:0xa,_0x315501:0x35,_0xe3d52b:0xd0,_0x2e6b6f:0x141,_0x3e56ac:0x4b,_0x349ead:0x35,_0x4522db:0x73,_0x11d107:0x170,_0x419ab7:0x168,_0x582524:0xf2,_0x42b792:0x7b,_0x4c006e:0xcd,_0x23edc0:0x90,_0x3427e3:0x43,_0x1acfcb:0xcb,_0x3a6e9f:0x18a,_0x59f356:0x4d,_0x2cb43c:0x150,_0x699f01:0x17a,_0xade3f3:0x19f,_0x2991c6:0x118,_0x35c239:0x134,_0x5bce6e:0x108,_0x5c3f96:0x1,_0x4d4c77:0x1a2,_0x4fabc4:0x132},_0x5519d7={_0x1e7efc:0x122},_0x2cd1b8={_0x3baa2f:0x223,_0x4ed1f4:0x5f,_0x55ed7f:0x167},_0x1fa542={};_0x1fa542[_0x392220(_0x21d18d._0x1802ad,_0x21d18d._0xc674e3,-_0x21d18d._0x2dc053,-_0x21d18d._0x16ce63)]=_0x392220(0x4d,_0x21d18d._0x66794,-0xe,_0x21d18d._0x54a28b)+_0x9aead7(0xc1,0xcb,_0x21d18d._0x1d209e,_0x21d18d._0xda4ab3)+'ates',_0x1fa542[_0x392220(0x73,0xe2,0xa,0xb6)]=_0x392220(-_0x21d18d._0x38c4bd,0x1,-0x13,_0x21d18d._0x51f7fe)+_0x9aead7(0x102,0x115,_0x21d18d._0x49fb86,_0x21d18d._0x24c638)+'r',_0x1fa542[_0x9aead7(_0x21d18d._0x160265,0xec,_0x21d18d._0x369b3e,0xe3)]=_0x9aead7(_0x21d18d._0x5f1bed,0x89,0xf,_0x21d18d._0x731d)+'t\x20manageme'+_0x392220(-_0x21d18d._0x2e32ff,-0xa2,_0x21d18d._0x11c50a,-_0x21d18d._0xd59772)+'\x20missing\x20X'+_0x392220(-0x2c,-_0x21d18d._0x6e0242,_0x21d18d._0x1a11f4,0x2f)+_0x392220(-_0x21d18d._0x1b45a9,0x18,-_0x21d18d._0x10ae01,-0x8c),_0x1fa542['aLUfS']='Unauthoriz'+'ed',_0x1fa542[_0x392220(-0x2b,-0x1e,-_0x21d18d._0x4edcbe,-_0x21d18d._0x5a40c9)]=_0x392220(0x49,0x4f,-0xd,-_0x21d18d._0x652ebe)+_0x392220(-_0x21d18d._0x507f33,-0x34,-0x2b,-_0x21d18d._0x35e4bf)+'ader',_0x1fa542[_0x9aead7(_0x21d18d._0x375be4,_0x21d18d._0x1444a1,_0x21d18d._0x218fb6,_0x21d18d._0x127837)]='AGENTS.md',_0x1fa542[_0x392220(-_0x21d18d._0xb0197b,_0x21d18d._0x3014de,-_0x21d18d._0x3014de,-0x57)]=function(_0x55f079,_0x33df13){return _0x55f079!==_0x33df13;},_0x1fa542[_0x392220(-0x44,_0x21d18d._0x3c1ae4,-0x73,0x8)]='rNUfG',_0x1fa542[_0x9aead7(0x8f,0xbb,0x68,_0x21d18d._0x28b653)]=function(_0x5e8652,_0xb82b55){return _0x5e8652===_0xb82b55;};function _0x9aead7(_0xeaafc,_0x59c8c2,_0x7440f9,_0x2a830d){return _0x1b0b56(_0x59c8c2-_0x2cd1b8._0x3baa2f,_0x59c8c2-_0x2cd1b8._0x4ed1f4,_0x2a830d,_0x2a830d-_0x2cd1b8._0x55ed7f);}_0x1fa542['NLPYk']=_0x9aead7(_0x21d18d._0x2f47bb,_0x21d18d._0x363e88,_0x21d18d._0x1c64e8,0xc5),_0x1fa542[_0x392220(0x84,0x66,_0x21d18d._0x210ccd,_0x21d18d._0x1c2447)]=function(_0x275674,_0x262d2d){return _0x275674!==_0x262d2d;},_0x1fa542[_0x9aead7(0x11f,_0x21d18d._0x489434,_0x21d18d._0x335389,_0x21d18d._0x2bf22c)]=_0x9aead7(_0x21d18d._0x298af3,0x117,0xad,0x133),_0x1fa542[_0x9aead7(_0x21d18d._0x49240a,0x94,_0x21d18d._0x181580,_0x21d18d._0x4785d0)]=_0x392220(0x4d,-0x1f,0x1,_0x21d18d._0x381320)+'read\x20instr'+_0x392220(-0x61,0xf,-_0x21d18d._0x17d2ce,-_0x21d18d._0x5dac43)+'le';const _0x57382e=_0x1fa542,{callingTask:_0x515db7,environmentName:_0x23cc5c,environmentPath:_0x988cfe}=_0x9698c8;function _0x392220(_0x597fa9,_0x30b328,_0x2eecd6,_0xe7108a){return _0x1b0b56(_0x597fa9-_0x5519d7._0x1e7efc,_0x30b328-0x11c,_0x2eecd6,_0xe7108a-0x19b);}const _0x27de9e={};_0x27de9e[_0x392220(_0x21d18d._0x609d7e,_0x21d18d._0x5a40c9,_0x21d18d._0x3014de,-0x32)]=_0x515db7[_0x9aead7(0x118,_0x21d18d._0x4cb388,0xac,0x15c)],_0x27de9e['environmen'+'t']=_0x23cc5c,logger[_0x392220(0x10,-_0x21d18d._0x10ea04,_0x21d18d._0x3f41e8,-0x7e)](_0x392220(0x34,-_0x21d18d._0x282ca9,0x52,0x38)+_0x9aead7(0x39,0x87,0x90,0xb8)+_0x392220(0x1,-0xe,-0x7e,-0x37)+_0x392220(0x58,0x30,_0x21d18d._0x2d591a,-0xf),_0x27de9e);const _0x219aa4=_0x1a5e64['join'](_0x988cfe,_0x57382e[_0x392220(_0x21d18d._0x59cb6c,_0x21d18d._0x49477f,0x53,0x7f)]);try{const _0x86a2d8=await _0x428df7[_0x9aead7(0x25,_0x21d18d._0x1048a3,_0x21d18d._0x462484,0xf4)](_0x219aa4,'utf-8'),_0x2d293c={};_0x2d293c[_0x392220(0x9,0xa,-0x77,-_0x21d18d._0x4ee7c)]=_0x86a2d8,_0x2d293c[_0x9aead7(_0x21d18d._0x483084,0x80,_0x21d18d._0x53708e,0xaf)+'t']=_0x23cc5c,_0x2d293c[_0x392220(_0x21d18d._0x422a58,_0x21d18d._0x2dd026,_0x21d18d._0x1e9525,0xbd)]=_0x57382e[_0x392220(0x27,_0x21d18d._0x54a18d,_0x21d18d._0x582d8f,_0x21d18d._0x2a3fe6)],_0xd7c8c9['json'](_0x2d293c);}catch(_0x3c31c2){if(_0x57382e[_0x392220(-0x38,_0x21d18d._0x4b4dda,-0x1e,-0xa9)](_0x57382e['xapFI'],_0x57382e[_0x392220(-0x44,-0x86,-_0x21d18d._0x19722f,-_0x21d18d._0x2328db)])){const _0x589c89={};_0x589c89[_0x9aead7(0x99,0x10f,0xea,_0x21d18d._0x14f7d5)]=_0x457f11[_0x392220(_0x21d18d._0x521f30,-_0x21d18d._0x247f21,-_0x21d18d._0x1d426f,_0x21d18d._0x52ffac)],_0x589c89[_0x392220(-0x81,-_0x21d18d._0x448ed,-_0x21d18d._0x5a7ff4,-0xb3)+'t']=_0x37ef0f,_0x589c89[_0x392220(-0x31,-0x8e,0x1e,-_0x21d18d._0x1802ad)]=_0x401cfe[_0x392220(0x89,_0x21d18d._0x2dc053,_0x21d18d._0x4a787e,0x66)],_0x24a725[_0x9aead7(0xd9,_0x21d18d._0x262a61,0x160,0xf5)](_0x57382e['EOaKh'],_0x589c89);const _0x5d9f2f={};_0x5d9f2f[_0x392220(-0x31,-0x17,0xb,0x53)]=_0x57382e[_0x9aead7(_0x21d18d._0x277375,_0x21d18d._0x4a30b1,_0x21d18d._0x731d,_0x21d18d._0x6aedfb)],_0x5d9f2f[_0x392220(0x89,0x4c,0xb9,_0x21d18d._0x35f205)]=_0x57382e[_0x9aead7(_0x21d18d._0x5d1da7,0x12c,0x175,0x10e)],_0x9d28ec[_0x392220(_0x21d18d._0x42f6b0,_0x21d18d._0x372a79,-0x37,-_0x21d18d._0x4e7672)](0x448+0xb3*-0x13+-0x3a7*-0x3)['json'](_0x5d9f2f);}else{if(_0x57382e[_0x392220(-0x46,_0x21d18d._0x38570c,0x39,-0xd5)](_0x3c31c2[_0x392220(-_0x21d18d._0x4b4dda,-_0x21d18d._0x402401,0x20,0x2c)],_0x57382e[_0x9aead7(0x1c3,0x17b,_0x21d18d._0x411aa5,0xfa)])){const _0xbb6766={};_0xbb6766[_0x9aead7(0x13a,_0x21d18d._0x34d802,_0x21d18d._0xf8fb4f,0xbe)]='',_0xbb6766[_0x9aead7(_0x21d18d._0x13b216,_0x21d18d._0x4ea0f1,_0x21d18d._0x1e30dc,-_0x21d18d._0x13abc3)+'t']=_0x23cc5c,_0xbb6766['path']=_0x57382e[_0x9aead7(_0x21d18d._0x6b047e,0x128,_0x21d18d._0x55bd28,_0x21d18d._0x2a654e)],_0xbb6766[_0x392220(0x1e,0x63,_0x21d18d._0x5eaf91,-_0x21d18d._0xf9063f)]=![],_0xd7c8c9[_0x392220(_0x21d18d._0x1aaa56,-0x72,-_0x21d18d._0x1f34ed,-0x4f)](_0xbb6766);}else{if(_0x57382e['SAHpY'](_0x57382e[_0x392220(_0x21d18d._0x1b3058,0x7,0xc5,0x98)],_0x57382e[_0x9aead7(_0x21d18d._0x42c786,0x145,0x177,_0x21d18d._0x2eaaa6)])){_0x1ac76d[_0x392220(_0x21d18d._0x30fcb3,_0x21d18d._0x315501,0x43,-0x63)](_0x57382e['BfAXU']);const _0x3cd7b9={};return _0x3cd7b9[_0x9aead7(0x77,_0x21d18d._0xe3d52b,_0x21d18d._0x2e6b6f,0xee)]=_0x57382e[_0x392220(-_0x21d18d._0x3e56ac,-0xc8,_0x21d18d._0x521f30,-0x3b)],_0x3cd7b9['message']=_0x57382e['KxWgK'],_0x214aed[_0x392220(0x31,0xb6,0xe,-0x1a)](-0x1cb5+0xa5*-0x2f+-0x1bb*-0x23)[_0x392220(0x1a,_0x21d18d._0x349ead,-_0x21d18d._0x4522db,0x58)](_0x3cd7b9);}else{const _0x8577a6={};_0x8577a6[_0x9aead7(_0x21d18d._0x11d107,_0x21d18d._0x4cb388,_0x21d18d._0x419ab7,_0x21d18d._0x582524)]=_0x515db7[_0x392220(_0x21d18d._0x609d7e,-0x70,0x98,_0x21d18d._0x42b792)],_0x8577a6[_0x392220(-0x81,-_0x21d18d._0x4c006e,-_0x21d18d._0x23edc0,-_0x21d18d._0x3427e3)+'t']=_0x23cc5c,_0x8577a6[_0x9aead7(_0x21d18d._0x1acfcb,0xd0,0xb9,0x135)]=_0x3c31c2[_0x9aead7(0x1f7,_0x21d18d._0x3a6e9f,0x190,0x11f)],logger['error'](_0x392220(_0x21d18d._0x59f356,_0x21d18d._0x5eaf91,0x30,0x43)+_0x9aead7(0xa7,0x11d,_0x21d18d._0x2cb43c,_0x21d18d._0x699f01)+_0x9aead7(_0x21d18d._0xade3f3,0x155,_0x21d18d._0x2991c6,0x1b4),_0x8577a6);const _0x133e74={};_0x133e74[_0x9aead7(_0x21d18d._0x35c239,0xd0,0xe9,_0x21d18d._0x5bce6e)]=_0x57382e['aSOVH'],_0x133e74[_0x392220(0x89,0xf5,0x53,-_0x21d18d._0x5c3f96)]=_0x57382e['KweOi'],_0xd7c8c9[_0x9aead7(_0x21d18d._0x4d4c77,_0x21d18d._0x4fabc4,0x19f,0xfa)](-0x1*-0x1048+0x78e*0x1+0x1*-0x15e2)['json'](_0x133e74);}}}}}),router['patch'](_0x3dbc52(0x230,0x1dd,0x1ba,0x1d2)+_0x1b0b56(-0x123,-0x102,-0x19d,-0xbb),requireTaskAuth,requireInstructionsPermission,async(_0x22db5d,_0x54f6a7)=>{const _0x5486d1={_0x4fdb32:0x10a,_0x427d8f:0x12f,_0xf37041:0x1a7,_0x424107:0x29,_0x3b06f0:0x2f,_0x5dd321:0xae,_0x5466ea:0x7,_0x12170d:0xa7,_0x4267bf:0x11f,_0x209d68:0x102,_0x3c259b:0x79,_0x500c0d:0x90,_0x219d4c:0x9f,_0x449dc7:0xec,_0x42677e:0x6f,_0x2fcb35:0x27,_0x5ece54:0x83,_0xaff95c:0x1a,_0x3d5f5b:0x58,_0x1e52bb:0x4d,_0x1b6252:0x10a,_0x1b40a9:0x8f,_0x153e5f:0x41,_0x5cd5c2:0x34,_0x211753:0x24,_0x396e34:0x53,_0x12ab50:0x31,_0x4cc507:0x15,_0x6a6495:0x17,_0x5deac7:0x72,_0x23bb8f:0x59,_0x5ee033:0x51,_0x94f200:0x32,_0xa63d25:0xb0,_0x112afe:0x62,_0x594818:0x100,_0x5d8556:0xed,_0x5cffb0:0xd5,_0x249231:0x8e,_0x4449a1:0x1e9,_0x1f8818:0x1ae,_0x34c7b4:0x67,_0x32a06b:0x4e,_0x208b89:0x99,_0x47d9bd:0xf2,_0x1cf96e:0x7b,_0x5eb116:0x95,_0x1747f3:0x9c,_0x587789:0xe2,_0x57a790:0xea,_0x150a2f:0xa9,_0x582e94:0x2a,_0xf8f40:0xcf,_0x1ee907:0x111,_0x21c14e:0x154,_0x612833:0xe2,_0x3979eb:0x27,_0x3ba48b:0xd2,_0x421e81:0x3c,_0x499848:0xb5,_0x29b11f:0xaa,_0x358495:0x83,_0x50e8ad:0x17f,_0x2bc102:0x169,_0x5925f9:0x19b,_0x5dad2c:0x143,_0x2a6816:0x6,_0xfaea70:0x156,_0x506787:0x127,_0x2f0191:0x124,_0x4c51b9:0xba,_0x10432d:0xeb,_0x578e32:0xab,_0x39adc4:0xd,_0x374cf4:0x1c,_0x360443:0x4f,_0x3f2f47:0x4c,_0x30f3af:0x45,_0x18e623:0xaf,_0xd2f71b:0x79,_0x31c8d9:0xa5,_0x184613:0x2d,_0x4d3acf:0xdd,_0x537eff:0x130,_0x8260b:0x118,_0x30fcb0:0x109,_0x2804b0:0x1ab,_0x207dfe:0x14e,_0x4c9e73:0x6d,_0x411021:0x61,_0x5a1468:0xd8,_0x4db92c:0x9c,_0x177354:0x12a,_0x4979ac:0x14e,_0x24a6b5:0x1c0,_0x54763e:0xbb,_0x81520b:0x40,_0x3222ad:0xcc,_0x156c4c:0x65,_0x476493:0x4e,_0x9f24d9:0x1c1,_0x46b2ae:0x12b,_0x1870ef:0xdc,_0x744f48:0x10b,_0x3f88b3:0x14f,_0x1b4e45:0x114,_0x156141:0x119,_0x523a38:0x12d,_0x292dd8:0xe6,_0x2d00bb:0xbe,_0x3bb0d0:0xec,_0x2b256d:0x9e,_0x3d7729:0x51,_0x77ae7c:0x17d,_0x269685:0xd2,_0x261897:0x7,_0x15155b:0x2d,_0x413cfe:0x7,_0x4e065e:0x1f0,_0x15cd07:0x161,_0x3c64fd:0x17c,_0x39f51b:0xfa,_0x3b63f7:0x69,_0x487649:0x3e,_0x465060:0x12,_0x4d5437:0x83,_0x79d3cc:0x10b,_0x297bf4:0x43,_0x29bc19:0x10,_0x29e692:0x4c,_0x54abd2:0x3c,_0x56d7ca:0x8c,_0xe9471a:0x16c,_0x43aa12:0xc,_0x530c15:0x1},_0xc94afd={_0x469963:0x64},_0x3ecba5={_0x44054b:0x17c},_0x574a7b={};_0x574a7b[_0x3c56a0(0x113,_0x5486d1._0x4fdb32,0x138,_0x5486d1._0x427d8f)]=_0x3c56a0(0xdc,0x193,_0x5486d1._0xf37041,0x124);function _0x3c56a0(_0x407cc5,_0x2cd590,_0x530336,_0x7730af){return _0x1b0b56(_0x7730af-0x1fa,_0x2cd590-_0x3ecba5._0x44054b,_0x2cd590,_0x7730af-0x1b1);}function _0x2b78a2(_0x1494db,_0x59bf9b,_0xc56cf0,_0xc85ca){return _0x3dbc52(_0x1494db-_0xc94afd._0x469963,_0x59bf9b- -0x1eb,_0xc56cf0-0xd7,_0xc56cf0);}_0x574a7b[_0x2b78a2(-0x38,-_0x5486d1._0x424107,0x27,0x5e)]=_0x2b78a2(-0x6c,-_0x5486d1._0x3b06f0,-0x8f,-_0x5486d1._0x5dd321)+'t',_0x574a7b['WHrUz']=_0x2b78a2(0x3,0x3b,-_0x5486d1._0x5466ea,_0x5486d1._0x12170d)+_0x3c56a0(_0x5486d1._0x4267bf,0x125,_0x5486d1._0x209d68,0xbf)+_0x3c56a0(_0x5486d1._0x3c259b,0xb1,_0x5486d1._0x500c0d,0xb7),_0x574a7b[_0x3c56a0(_0x5486d1._0x219d4c,_0x5486d1._0x449dc7,0x47,_0x5486d1._0x42677e)]=_0x2b78a2(-_0x5486d1._0x2fcb35,-_0x5486d1._0x5ece54,-0xcc,-0x4c)+'ing\x20enviro'+_0x2b78a2(-0x9c,-_0x5486d1._0xaff95c,-_0x5486d1._0x3d5f5b,0x69)+_0x3c56a0(0xcd,0x183,0x129,0x130),_0x574a7b[_0x3c56a0(_0x5486d1._0x427d8f,0x41,_0x5486d1._0x1e52bb,0xba)]=_0x3c56a0(_0x5486d1._0x1b6252,0x1,0xf2,_0x5486d1._0x1b40a9),_0x574a7b['clUlO']=function(_0x5d54d0,_0x46b50b){return _0x5d54d0===_0x46b50b;},_0x574a7b[_0x2b78a2(-_0x5486d1._0x153e5f,_0x5486d1._0x5cd5c2,0x1e,0xa)]=_0x2b78a2(_0x5486d1._0x211753,_0x5486d1._0x396e34,-0x2a,_0x5486d1._0x12ab50),_0x574a7b[_0x2b78a2(-0x33,0x44,-0xc,_0x5486d1._0x4cc507)]='Failed\x20to\x20'+_0x2b78a2(0x8,-_0x5486d1._0x6a6495,-_0x5486d1._0x5deac7,-_0x5486d1._0x23bb8f)+_0x2b78a2(_0x5486d1._0x5ee033,0x4e,0x62,0xd3),_0x574a7b['KLDfj']=_0x2b78a2(0xaf,_0x5486d1._0x94f200,_0x5486d1._0xa63d25,_0x5486d1._0x112afe)+'write\x20inst'+_0x2b78a2(0x16,-0x1e,-0x50,0xc)+'ile';const _0x2dc00c=_0x574a7b,{callingTask:_0x3d3259,taskUser:_0x38a95a,environmentName:_0x2e9331,environmentPath:_0x1338e9}=_0x22db5d,{content:_0x19273e}=_0x22db5d[_0x3c56a0(0x101,_0x5486d1._0x594818,0xc4,_0x5486d1._0x5d8556)];if(_0x19273e===undefined){const _0x43069e={};return _0x43069e['error']=_0x2dc00c[_0x3c56a0(_0x5486d1._0x5cffb0,_0x5486d1._0x249231,0x55,0xca)],_0x43069e[_0x3c56a0(0x16b,_0x5486d1._0x4449a1,_0x5486d1._0x1f8818,0x161)]=_0x2dc00c[_0x2b78a2(-0xe3,-_0x5486d1._0x34c7b4,-0xa,-0x41)],_0x54f6a7[_0x2b78a2(_0x5486d1._0x32a06b,0x16,0x4e,-_0x5486d1._0x3c259b)](0x52c+-0x17ef+-0x2b*-0x79)[_0x3c56a0(_0x5486d1._0x208b89,0x111,0xd0,_0x5486d1._0x47d9bd)](_0x43069e);}const _0x3d0f90={};_0x3d0f90['taskId']=_0x3d3259[_0x3c56a0(0x6d,0xd8,_0x5486d1._0x1cf96e,0xe6)],_0x3d0f90[_0x2b78a2(-_0x5486d1._0x5eb116,-_0x5486d1._0x1747f3,-0x9f,-_0x5486d1._0x587789)+'t']=_0x2e9331,_0x3d0f90[_0x2b78a2(-_0x5486d1._0x57a790,-_0x5486d1._0x150a2f,-0x109,-_0x5486d1._0x582e94)]=_0x38a95a['id'],_0x3d0f90['username']=_0x38a95a['username'],_0x3d0f90[_0x3c56a0(0x102,0xf7,0x18a,0x136)+_0x3c56a0(0x165,_0x5486d1._0xf8f40,_0x5486d1._0x1ee907,0x118)]=_0x19273e['length'],logger[_0x3c56a0(0x94,0xa8,_0x5486d1._0x21c14e,0xe8)](_0x2dc00c[_0x2b78a2(-_0x5486d1._0x612833,-0x84,-_0x5486d1._0x3979eb,-0x96)],_0x3d0f90);const _0x3b8a2a=_0x1a5e64[_0x3c56a0(_0x5486d1._0x3ba48b,0xe4,0xa2,0xaa)](_0x1338e9,_0x2dc00c[_0x2b78a2(-0x29,_0x5486d1._0x421e81,_0x5486d1._0x499848,-0x2c)]),_0x384c6c=new Date()[_0x3c56a0(0xa0,0x39,_0x5486d1._0x29b11f,_0x5486d1._0x358495)+'g']();try{const _0x22a2d2={};_0x22a2d2[_0x3c56a0(_0x5486d1._0x50e8ad,_0x5486d1._0x2bc102,_0x5486d1._0x5925f9,_0x5486d1._0x5dad2c)]=!![],await _0x428df7[_0x3c56a0(_0x5486d1._0x2a6816,0x33,-0x20,0x6e)](_0x1338e9,_0x22a2d2),await _0x428df7[_0x3c56a0(_0x5486d1._0xfaea70,0x9c,0xfd,0xde)](_0x3b8a2a,_0x19273e,_0x2dc00c[_0x3c56a0(0x2a,_0x5486d1._0x506787,_0x5486d1._0x2f0191,_0x5486d1._0x4c51b9)]);const _0x164313={};_0x164313[_0x3c56a0(0xa9,_0x5486d1._0x10432d,_0x5486d1._0x578e32,0xe6)]=_0x3d3259[_0x2b78a2(_0x5486d1._0x582e94,-_0x5486d1._0x39adc4,_0x5486d1._0x374cf4,-_0x5486d1._0x360443)],_0x164313[_0x3c56a0(0x26,_0x5486d1._0x3f2f47,0x86,0x57)+'t']=_0x2e9331,_0x164313[_0x3c56a0(_0x5486d1._0x30f3af,0x9a,_0x5486d1._0x18e623,0x4a)]=_0x38a95a['id'],logger[_0x2b78a2(-0x74,-0xb,_0x5486d1._0xd2f71b,-0x83)](_0x3c56a0(_0x5486d1._0x31c8d9,-_0x5486d1._0x184613,0xa8,0x60)+_0x3c56a0(0x170,_0x5486d1._0x4d3acf,0x1d4,0x14d)+_0x3c56a0(_0x5486d1._0x537eff,_0x5486d1._0x8260b,_0x5486d1._0x30fcb0,0x166)+_0x3c56a0(_0x5486d1._0x2804b0,0x1b1,0x144,_0x5486d1._0x207dfe),_0x164313);const _0x3de8e2={};_0x3de8e2[_0x3c56a0(0x68,_0x5486d1._0x4c9e73,_0x5486d1._0x411021,_0x5486d1._0x5a1468)]=!![],_0x3de8e2[_0x2b78a2(-0x39,-_0x5486d1._0x4db92c,-0x2f,-_0x5486d1._0x177354)+'t']=_0x2e9331,_0x3de8e2[_0x3c56a0(_0x5486d1._0x4979ac,_0x5486d1._0x24a6b5,0x12e,0x154)]=_0x2dc00c['qBzIl'],_0x3de8e2['updatedAt']=_0x384c6c,_0x3de8e2[_0x3c56a0(0x142,_0x5486d1._0x54763e,_0x5486d1._0x81520b,0xcd)+_0x2b78a2(0x62,_0x5486d1._0x5ee033,0x45,_0x5486d1._0x3222ad)]=_0x3d3259[_0x2b78a2(-0x89,-_0x5486d1._0x39adc4,-_0x5486d1._0x156c4c,_0x5486d1._0x476493)],_0x3de8e2['updatedByU'+_0x3c56a0(_0x5486d1._0x9f24d9,_0x5486d1._0x46b2ae,_0x5486d1._0x1870ef,0x13d)]=_0x38a95a['id'],_0x54f6a7[_0x3c56a0(_0x5486d1._0x744f48,_0x5486d1._0x3f88b3,_0x5486d1._0x1b4e45,0xf2)](_0x3de8e2);}catch(_0x12599c){if(_0x2dc00c['clUlO'](_0x2dc00c[_0x3c56a0(_0x5486d1._0x156141,_0x5486d1._0x523a38,0x145,_0x5486d1._0x506787)],_0x2dc00c['hwxCr'])){const _0x4271f6={};_0x4271f6['taskId']=_0x3d3259[_0x3c56a0(0x12b,_0x5486d1._0x150a2f,0x16a,_0x5486d1._0x292dd8)],_0x4271f6[_0x2b78a2(-0x35,-0x9c,-_0x5486d1._0x594818,-0x31)+'t']=_0x2e9331,_0x4271f6[_0x2b78a2(-0x11,-0x4c,-_0x5486d1._0x94f200,-0x7d)]=_0x12599c[_0x2b78a2(0x8e,0x6e,0x72,_0x5486d1._0x2d00bb)],logger[_0x3c56a0(_0x5486d1._0x3bb0d0,_0x5486d1._0x2b256d,_0x5486d1._0x3d7729,_0x5486d1._0x12170d)](_0x2dc00c[_0x3c56a0(_0x5486d1._0x77ae7c,0x177,0x163,0x137)],_0x4271f6);const _0x56a4a1={};_0x56a4a1[_0x2b78a2(_0x5486d1._0x153e5f,-0x4c,-_0x5486d1._0x5cd5c2,-_0x5486d1._0x269685)]='Internal\x20S'+_0x2b78a2(-0x1b,-_0x5486d1._0x261897,_0x5486d1._0x15155b,_0x5486d1._0x413cfe)+'r',_0x56a4a1[_0x3c56a0(0x1be,_0x5486d1._0x4e065e,0x115,_0x5486d1._0x15cd07)]=_0x2dc00c[_0x3c56a0(0x10c,_0x5486d1._0x3c64fd,_0x5486d1._0x39f51b,0x111)],_0x54f6a7[_0x2b78a2(0xa1,0x16,_0x5486d1._0x3b63f7,-0xc)](0x1ab2+0x155*-0x2+0x1*-0x1614)['json'](_0x56a4a1);}else{const _0x3d43b0={};_0x3d43b0[_0x2b78a2(_0x5486d1._0x487649,-_0x5486d1._0x465060,-_0x5486d1._0x582e94,0x69)]='',_0x3d43b0[_0x2b78a2(-_0x5486d1._0x4d5437,-_0x5486d1._0x1747f3,-_0x5486d1._0x499848,-_0x5486d1._0x79d3cc)+'t']=_0x55483c,_0x3d43b0[_0x2b78a2(0xb5,0x61,_0x5486d1._0x297bf4,_0x5486d1._0x29bc19)]=_0x2dc00c[_0x2b78a2(_0x5486d1._0x29e692,_0x5486d1._0x54abd2,-0x21,_0x5486d1._0x56d7ca)],_0x3d43b0[_0x3c56a0(0x181,0x88,_0x5486d1._0xe9471a,0xf6)]=![],_0x11befd[_0x2b78a2(-_0x5486d1._0x43aa12,-_0x5486d1._0x530c15,-0x7c,-_0x5486d1._0x156c4c)](_0x3d43b0);}}}),router[_0x1b0b56(-0x13e,-0x126,-0x123,-0x1cd)]('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x3321fc,_0xea7bfc)=>{const _0x126ea2={_0x33fe94:0x544,_0x26f35b:0x59f,_0x1d3e2a:0x57d,_0x4d3268:0x541,_0x1fea8c:0x493,_0x2e4da:0x4c6,_0x67833:0x514,_0x4f4ce6:0x527,_0x542b90:0x53c,_0x185971:0x36e,_0x39412c:0x3d2,_0x1338e3:0x537,_0x22b76c:0x4e9,_0x4ca4d8:0x575,_0x407005:0x501,_0x147058:0x46f,_0x16849c:0x46a,_0x212b29:0x3d3,_0x109aa5:0x36a,_0x5a9bb0:0x353,_0x3f5434:0x4d2,_0x53143c:0x44a,_0x413bca:0x4b7,_0x460355:0x475,_0x3597a3:0x48a,_0x3e4225:0x4bc,_0x849993:0x51c,_0x5b4719:0x4a3,_0x3617d9:0x4a9,_0x5554ca:0x51b,_0x30e33e:0x506,_0x2c8703:0x47c,_0x357448:0x567,_0x359728:0x5c3,_0x378cf6:0x487,_0x4eb621:0x451,_0x44c202:0x50c,_0x3cff1a:0x534,_0x19b639:0x507,_0x8e0a66:0x3cc,_0x1781ab:0x35a,_0xa35592:0x418,_0x4598e6:0x460,_0x85bd0e:0x38d,_0x37765e:0x3db,_0x557357:0x4a9,_0x233091:0x3ce,_0x207a92:0x3de,_0x5c3f6d:0x3d5,_0x2f3919:0x54d,_0x5a2bb8:0x563,_0x3a1a0d:0x4c5,_0x5d2160:0x453,_0x14cc36:0x485,_0x83e089:0x302,_0x1078c6:0x5d0,_0x2c67a6:0x606,_0x21c6d0:0x4ff,_0x15e842:0x4b4,_0x226d74:0x44f,_0x310f58:0x31c,_0x3a4fcc:0x31c,_0x5d68e7:0x3a7,_0x50b4ae:0x390,_0x144aa2:0x43a,_0x2ce399:0x41c,_0xddf4f4:0x3e3,_0x10307f:0x435,_0xae86d6:0x42e,_0x454457:0x34e,_0x2c8067:0x42c,_0x5162a0:0x3cf,_0x529981:0x448,_0x23d64a:0x51f,_0x3b2c9d:0x564,_0x3b3061:0x303,_0xbb8a11:0x38f,_0x12579e:0x403,_0x383adc:0x3a2,_0x179ce5:0x409,_0x47f7e6:0x43d,_0x1ee223:0x3c8,_0x3857c2:0x40b,_0x178931:0x437,_0x5edcc6:0x3f8,_0xf1871f:0x35c,_0x3c1cee:0x3d5,_0x2c0398:0x3fe,_0x2bea07:0x435,_0x4fd9b8:0x3e0,_0x4d43b5:0x50f,_0x40c5ab:0x4b1,_0xd5b641:0x481,_0x519538:0x4cf,_0x49bfa6:0x45c,_0x5f0393:0x415,_0x2082d9:0x307,_0x15b12c:0x390,_0x45356f:0x4fd,_0x3fc000:0x3f6,_0x32a986:0x3be,_0x392e60:0x38a,_0x51e165:0x500,_0x123da1:0x413,_0x579871:0x48d,_0x3cf7a2:0x502,_0x3f1073:0x596,_0x335e74:0x4d5,_0x37c8c8:0x4bc,_0x30f51d:0x592,_0x37132a:0x50d,_0x292516:0x409,_0x23889f:0x53f,_0x994f94:0x525,_0x486c7e:0x4a9,_0x1d9982:0x466,_0x331065:0x465,_0x7178b4:0x481,_0x139046:0x57c,_0x52ebf3:0x5b1,_0x301f60:0x5a9,_0x2fcf74:0x588,_0x3ede86:0x48c,_0xa89f90:0x4b8,_0x43ddd0:0x4c0,_0x36702c:0x374,_0x162f78:0x39b,_0x29f3e0:0x353,_0x48da07:0x384,_0xfed1a3:0x408,_0x2e61c3:0x45e,_0x1e4a7b:0x4fe,_0x2183aa:0x3b4,_0x42774c:0x340,_0x243b46:0x551,_0x3c779e:0x53a,_0x1f94dc:0x3ed,_0x42c3e2:0x409,_0x50a5ac:0x41b,_0x17f327:0x3a0,_0x5ccdff:0x381,_0x1b2cc3:0x550,_0x5df1bf:0x57c,_0x4dabbe:0x55c,_0x2cb5ab:0x582,_0x345f7d:0x5e0,_0x58a26b:0x570,_0x3f9c92:0x59c,_0xcd61cd:0x391,_0x5c7168:0x3b8},_0x238b33={_0x306878:0x45,_0x2a52e6:0xc0,_0x3fed2f:0x3a,_0x3eff98:0xa7,_0x4015db:0xc9,_0x2ff9e0:0x91,_0xb77ab1:0xb7,_0x52d796:0x2e,_0x4b5ee6:0x18,_0x5ec609:0x113,_0x519f66:0x17c,_0xa8bb6a:0x1ec,_0x46a230:0xfc,_0x38acec:0x122,_0x5700b6:0x27,_0x333881:0x3c,_0x275299:0x2a,_0x481942:0x14,_0x22cc13:0x80,_0x26c543:0x5d,_0x3ecc94:0x1d,_0x206aa0:0xa3,_0x49da2c:0xce,_0x37f558:0xd3,_0x14425d:0x62,_0x131fc7:0x142,_0x4da90e:0xb6,_0x4a7639:0x67,_0x1b6816:0x56,_0x41a6fb:0xe7,_0x176d1a:0xd0,_0x2f47f4:0xf5,_0x96d2f6:0x116,_0x11defc:0x17a,_0x25ab69:0x160,_0x5d3fb5:0x5b,_0xa54dbf:0x4c,_0x370798:0x41,_0x4f7a5b:0xc2,_0x4f4cf6:0x3f,_0xf0fa43:0x9a,_0x5280eb:0xd,_0x72a505:0x7a,_0x3a6c69:0x19,_0x579623:0x105,_0x46513e:0x50,_0x2035d4:0x72,_0x1ea68f:0x81,_0x58f94d:0x3,_0x3c5ce6:0x88,_0x7eba7f:0x17,_0x6beece:0x22,_0x36425e:0x144,_0x133513:0xfd,_0x2c7e1a:0x9c,_0x10f345:0x144,_0x4ba969:0x84},_0x1ff446={_0x287736:0x4d,_0x1f6045:0x445},_0x2090cd={_0x31fa46:0x9a},_0x42b665={_0x1d2b14:0x18e,_0xaae056:0x22b,_0x5246aa:0x44},_0x1c3071={};_0x1c3071[_0x3c6b69(0x4ca,0x53a,0x4c1,0x434)]=_0x3c6b69(0x507,0x576,0x4f1,0x517)+'\x20environme'+_0x3c6b69(_0x126ea2._0x33fe94,_0x126ea2._0x26f35b,_0x126ea2._0x1d3e2a,_0x126ea2._0x4d3268)+_0x3c6b69(0x4f7,0x46d,_0x126ea2._0x1fea8c,0x429)+'sion',_0x1c3071[_0x3c6b69(_0x126ea2._0x2e4da,_0x126ea2._0x67833,_0x126ea2._0x4f4ce6,_0x126ea2._0x542b90)]=_0xf121e7(_0x126ea2._0x185971,0x375,0x3ec,_0x126ea2._0x39412c),_0x1c3071['quHfZ']=_0x3c6b69(_0x126ea2._0x1338e3,0x432,0x4c2,_0x126ea2._0x22b76c)+_0x3c6b69(0x594,0x601,_0x126ea2._0x4ca4d8,_0x126ea2._0x407005)+_0xf121e7(0x4f2,0x4cc,_0x126ea2._0x147058,_0x126ea2._0x16849c)+'to\x20update\x20'+_0xf121e7(_0x126ea2._0x212b29,_0x126ea2._0x109aa5,_0x126ea2._0x5a9bb0,0x37a)+_0xf121e7(_0x126ea2._0x3f5434,0x4cd,_0x126ea2._0x53143c,0x483)+'s',_0x1c3071[_0xf121e7(0x4a0,_0x126ea2._0x413bca,_0x126ea2._0x460355,0x487)]=function(_0x3c0129,_0x49ba22){return _0x3c0129!==_0x49ba22;},_0x1c3071[_0x3c6b69(0x4e3,_0x126ea2._0x3597a3,_0x126ea2._0x3e4225,0x46c)]=_0x3c6b69(_0x126ea2._0x849993,_0x126ea2._0x5b4719,_0x126ea2._0x3617d9,0x41a),_0x1c3071['bZQyo']=_0x3c6b69(0x44b,0x47d,0x4d7,_0x126ea2._0x5554ca),_0x1c3071[_0xf121e7(_0x126ea2._0x30e33e,_0x126ea2._0x2c8703,0x4d2,0x47a)]='Bad\x20Reques'+'t',_0x1c3071[_0x3c6b69(0x522,_0x126ea2._0x357448,0x55c,_0x126ea2._0x359728)]=_0xf121e7(0x3ed,0x4ae,_0x126ea2._0x378cf6,_0x126ea2._0x4eb621)+_0x3c6b69(_0x126ea2._0x44c202,_0x126ea2._0x3cff1a,_0x126ea2._0x19b639,0x544)+_0xf121e7(0x417,0x3f7,0x375,0x3da),_0x1c3071[_0xf121e7(0x37d,_0x126ea2._0x8e0a66,_0x126ea2._0x1781ab,0x3ac)]=_0xf121e7(_0x126ea2._0xa35592,_0x126ea2._0x4598e6,_0x126ea2._0x85bd0e,_0x126ea2._0x37765e)+_0xf121e7(0x472,_0x126ea2._0x557357,0x3f5,0x462)+'ent',_0x1c3071[_0xf121e7(0x3fd,_0x126ea2._0x233091,_0x126ea2._0x207a92,_0x126ea2._0x5c3f6d)]=_0x3c6b69(_0x126ea2._0x2f3919,0x539,_0x126ea2._0x5a2bb8,0x56e)+_0xf121e7(_0x126ea2._0x3a1a0d,_0x126ea2._0x5d2160,0x505,_0x126ea2._0x14cc36)+_0xf121e7(_0x126ea2._0x83e089,0x38d,0x3d5,0x382)+'ates',_0x1c3071[_0x3c6b69(_0x126ea2._0x1078c6,0x582,0x5b0,_0x126ea2._0x2c67a6)]='task-templ'+_0x3c6b69(_0x126ea2._0x21c6d0,0x520,_0x126ea2._0x15e842,_0x126ea2._0x226d74),_0x1c3071[_0xf121e7(_0x126ea2._0x310f58,_0x126ea2._0x3a4fcc,_0x126ea2._0x5d68e7,_0x126ea2._0x50b4ae)]=function(_0x30c6cd,_0x9f98c7){return _0x30c6cd===_0x9f98c7;},_0x1c3071[_0xf121e7(_0x126ea2._0x144aa2,_0x126ea2._0x2ce399,0x373,_0x126ea2._0xddf4f4)]=_0xf121e7(0x452,0x487,_0x126ea2._0x413bca,_0x126ea2._0x10307f),_0x1c3071[_0xf121e7(0x41e,0x3f7,_0x126ea2._0xae86d6,0x3e8)]='UJuhx',_0x1c3071[_0xf121e7(0x3bb,_0x126ea2._0x454457,0x387,0x39b)]=_0xf121e7(_0x126ea2._0x2c8067,_0x126ea2._0x5162a0,_0x126ea2._0x2c8067,_0x126ea2._0x529981)+_0x3c6b69(_0x126ea2._0x23d64a,_0x126ea2._0x3b2c9d,0x4ea,0x4d7)+_0xf121e7(0x36b,0x416,_0x126ea2._0x3b3061,0x38f);const _0x188e6b=_0x1c3071,{callingTask:_0x333529,environmentName:_0x5af528,environmentPath:_0x47f0cd}=_0x3321fc,_0x32b0e8={};function _0xf121e7(_0x1170f5,_0x38828d,_0x20f671,_0x43145d){return _0x3dbc52(_0x1170f5-_0x42b665._0x1d2b14,_0x43145d-_0x42b665._0xaae056,_0x20f671-_0x42b665._0x5246aa,_0x38828d);}_0x32b0e8['taskId']=_0x333529[_0xf121e7(_0x126ea2._0xbb8a11,_0x126ea2._0x12579e,_0x126ea2._0x383adc,_0x126ea2._0x179ce5)];function _0x3c6b69(_0x5c2136,_0x5c6ce4,_0x3d642c,_0x1e3a99){return _0x3dbc52(_0x5c2136-0x16,_0x3d642c-0x350,_0x3d642c-_0x2090cd._0x31fa46,_0x5c2136);}_0x32b0e8['environmen'+'t']=_0x5af528,logger[_0xf121e7(_0x126ea2._0x47f7e6,_0x126ea2._0x1ee223,0x433,_0x126ea2._0x3857c2)](_0x188e6b[_0xf121e7(_0x126ea2._0x178931,_0x126ea2._0x5edcc6,_0x126ea2._0xf1871f,_0x126ea2._0x3c1cee)],_0x32b0e8);const _0x25b2f0=_0x1a5e64['join'](_0x47f0cd,_0x188e6b['kfIIL']);try{const _0x473339=await _0x428df7[_0xf121e7(0x396,_0x126ea2._0x2c0398,_0x126ea2._0x2bea07,_0x126ea2._0x4fd9b8)](_0x25b2f0),_0x466872=_0x473339['filter'](_0xefb3df=>_0xefb3df[_0xf121e7(0x3de,0x449,0x498,0x40c)](_0x3c6b69(0x4f8,0x4f4,0x4a3,0x482))),_0xfa12c9=await Promise[_0xf121e7(0x44a,_0x126ea2._0x4d43b5,_0x126ea2._0x40c5ab,_0x126ea2._0xd5b641)](_0x466872['map'](async _0x875b09=>{function _0x3fd335(_0x248201,_0x3e1c34,_0x484c0,_0x32ba21){return _0x3c6b69(_0x484c0,_0x3e1c34-0xbc,_0x248201- -0x435,_0x32ba21-0x177);}const _0x168239={};_0x168239[_0x1879e5(0x27,0xd2,_0x238b33._0x306878,_0x238b33._0x2a52e6)]=_0x188e6b[_0x1879e5(-_0x238b33._0x3fed2f,-_0x238b33._0x3eff98,-0xa9,-0x113)];function _0x1879e5(_0x1d9bfb,_0x1a2ea9,_0x9d7afd,_0x3891e1){return _0xf121e7(_0x1d9bfb-0x94,_0x1d9bfb,_0x9d7afd-_0x1ff446._0x287736,_0x9d7afd- -_0x1ff446._0x1f6045);}_0x168239[_0x1879e5(-_0x238b33._0x4015db,-0x38,-_0x238b33._0x2ff9e0,-0xd1)]=_0x188e6b[_0x1879e5(-_0x238b33._0xb77ab1,0x27,-0x43,0x18)],_0x168239[_0x1879e5(-_0x238b33._0x52d796,-_0x238b33._0x4b5ee6,-0x7a,0x10)]=_0x188e6b['quHfZ'];const _0xceecc=_0x168239;if(_0x188e6b[_0x3fd335(0x177,_0x238b33._0x5ec609,_0x238b33._0x519f66,_0x238b33._0xa8bb6a)](_0x188e6b[_0x1879e5(-0x103,-_0x238b33._0x46a230,-0xae,-_0x238b33._0x38acec)],_0x188e6b['RGjLP'])){const _0x5d5b6a={};_0x5d5b6a[_0x1879e5(-_0x238b33._0x5700b6,0x41,-_0x238b33._0x333881,_0x238b33._0x275299)]=_0x587689[_0x1879e5(0x9,0x3f,-_0x238b33._0x481942,-_0x238b33._0x22cc13)+'k']['taskId'],_0x5d5b6a[_0x3fd335(_0x238b33._0x26c543,-_0x238b33._0x3ecc94,0x48,_0x238b33._0x206aa0)]=_0x2e714c[_0x3fd335(_0x238b33._0x49da2c,_0x238b33._0x37f558,_0x238b33._0x14425d,_0x238b33._0x131fc7)]['id'],_0x5d5b6a[_0x3fd335(0xe7,_0x238b33._0x4da90e,_0x238b33._0xb77ab1,0x6b)]=_0x52de4b[_0x1879e5(-0x3c,-0x58,-_0x238b33._0x4a7639,-_0x238b33._0x1b6816)][_0x3fd335(_0x238b33._0x41a6fb,0x147,_0x238b33._0x176d1a,0xf8)],_0x23b5eb[_0x3fd335(_0x238b33._0x2f47f4,0x12f,0xed,_0x238b33._0x96d2f6)](_0xceecc[_0x3fd335(_0x238b33._0x11defc,0x162,0x202,_0x238b33._0x25ab69)],_0x5d5b6a);const _0x43fd45={};return _0x43fd45[_0x3fd335(0xba,_0x238b33._0x5d3fb5,_0x238b33._0xa54dbf,0xd3)]=_0xceecc['BuriL'],_0x43fd45[_0x1879e5(-_0x238b33._0x370798,_0x238b33._0x4f7a5b,_0x238b33._0x4f4cf6,_0x238b33._0xf0fa43)]=_0xceecc[_0x1879e5(_0x238b33._0x5280eb,-0x64,-_0x238b33._0x72a505,-0xd2)],_0x515387[_0x1879e5(0x6b,-0x10,-_0x238b33._0x3a6c69,-0x86)](0x1*0xa8+-0x1f23+0xb*0x2ea)[_0x3fd335(_0x238b33._0x579623,0x104,0x10b,0x172)](_0x43fd45);}else{const _0x459d16=_0x875b09[_0x1879e5(-0x55,_0x238b33._0x46513e,0x19,0x20)](/\.md$/,''),_0xd92925=_0x1a5e64['join'](_0x25b2f0,_0x459d16+_0x1879e5(-0x6c,-_0x238b33._0x2035d4,-_0x238b33._0x1ea68f,_0x238b33._0x58f94d));let _0x48e7b7=null;try{const _0x4e1bcd=await _0x428df7[_0x3fd335(_0x238b33._0x3c5ce6,0xda,0x3a,0x57)](_0xd92925,_0x188e6b[_0x3fd335(0x84,_0x238b33._0x7eba7f,0x70,_0x238b33._0x6beece)]);_0x48e7b7=JSON['parse'](_0x4e1bcd);}catch{}const _0x25d030={};return _0x25d030[_0x3fd335(0x14b,0x11c,0x11d,_0x238b33._0x36425e)]=_0x459d16,_0x25d030['filename']=_0x875b09,_0x25d030[_0x3fd335(_0x238b33._0x133513,_0x238b33._0x2c7e1a,_0x238b33._0x10f345,0x95)+'n']=_0x48e7b7?.['descriptio'+'n']||null,_0x25d030[_0x1879e5(-_0x238b33._0x333881,-_0x238b33._0x4ba969,-0x3b,-0x38)+'a']=_0x48e7b7!==null,_0x25d030;}})),_0xc82ab9={};_0xc82ab9[_0xf121e7(0x4c7,_0x126ea2._0x519538,0x48d,_0x126ea2._0x49bfa6)]=_0xfa12c9,_0xc82ab9['environmen'+'t']=_0x5af528,_0xea7bfc[_0xf121e7(0x39f,0x479,0x410,_0x126ea2._0x5f0393)](_0xc82ab9);}catch(_0x5e58fc){if(_0x188e6b[_0xf121e7(0x419,0x3e1,_0x126ea2._0x2082d9,_0x126ea2._0x15b12c)](_0x5e58fc[_0x3c6b69(0x514,0x4d3,_0x126ea2._0x45356f,0x48d)],_0x188e6b[_0xf121e7(_0x126ea2._0x3fc000,0x44c,_0x126ea2._0x32a986,_0x126ea2._0xddf4f4)])){if(_0xf121e7(0x31e,0x32a,0x3dc,_0x126ea2._0x392e60)!==_0xf121e7(_0x126ea2._0x51e165,_0x126ea2._0x123da1,0x446,_0x126ea2._0x579871)){const _0x11ac50={};_0x11ac50['templates']=[],_0x11ac50['environmen'+'t']=_0x5af528,_0xea7bfc[_0x3c6b69(_0x126ea2._0x3cf7a2,_0x126ea2._0x3f1073,0x53a,_0x126ea2._0x335e74)](_0x11ac50);}else{const _0x1095db={};return _0x1095db['error']=_0x188e6b[_0xf121e7(0x4f6,0x4c2,_0x126ea2._0x37c8c8,0x47a)],_0x1095db[_0x3c6b69(0x524,0x5b7,0x5a9,0x5b2)]=_0x188e6b['tlGMQ'],_0x479665['status'](0x320+0x7*0x4a5+-0x2213)['json'](_0x1095db);}}else{if(_0x188e6b[_0x3c6b69(0x54f,_0x126ea2._0x3b2c9d,0x5ac,_0x126ea2._0x30f51d)](_0x188e6b[_0x3c6b69(0x57c,0x48e,_0x126ea2._0x37132a,0x544)],'tUQXb')){const _0x4b0bb6={};_0x4b0bb6[_0xf121e7(0x39f,0x488,0x3d8,_0x126ea2._0x292516)]=_0x333529[_0x3c6b69(0x4ef,_0x126ea2._0x23889f,0x52e,_0x126ea2._0x994f94)],_0x4b0bb6[_0x3c6b69(0x46f,_0x126ea2._0x486c7e,0x49f,_0x126ea2._0x1d9982)+'t']=_0x5af528,_0x4b0bb6[_0x3c6b69(_0x126ea2._0x331065,_0x126ea2._0x7178b4,0x4ef,_0x126ea2._0x139046)]=_0x5e58fc[_0x3c6b69(0x61a,_0x126ea2._0x52ebf3,_0x126ea2._0x301f60,_0x126ea2._0x2fcf74)],logger[_0x3c6b69(_0x126ea2._0x3ede86,_0x126ea2._0xa89f90,0x4ef,_0x126ea2._0x43ddd0)](_0x188e6b[_0xf121e7(_0x126ea2._0x8e0a66,_0x126ea2._0x36702c,0x343,_0x126ea2._0x162f78)],_0x4b0bb6);const _0x197bb8={};_0x197bb8['error']=_0xf121e7(_0x126ea2._0x29f3e0,0x3bf,_0x126ea2._0x48da07,0x3dc)+'erver\x20Erro'+'r',_0x197bb8[_0xf121e7(_0x126ea2._0xfed1a3,_0x126ea2._0x2e61c3,_0x126ea2._0x1e4a7b,0x484)]=_0x188e6b[_0xf121e7(_0x126ea2._0x2183aa,_0x126ea2._0xfed1a3,_0x126ea2._0x42774c,_0x126ea2._0x162f78)],_0xea7bfc[_0x3c6b69(0x4f2,0x4d0,_0x126ea2._0x243b46,_0x126ea2._0x23889f)](0x1365*0x1+-0x7*0x174+-0x745*0x1)[_0x3c6b69(0x52d,0x584,_0x126ea2._0x3c779e,0x4cd)](_0x197bb8);}else{const _0x3dc5bb={};_0x3dc5bb[_0xf121e7(0x413,0x42f,_0x126ea2._0x1f94dc,_0x126ea2._0x42c3e2)]=_0x4ba696,_0x3f85ba[_0xf121e7(_0x126ea2._0x50a5ac,_0x126ea2._0x17f327,_0x126ea2._0x5ccdff,0x405)](_0x188e6b['yIQRJ'],_0x3dc5bb);const _0xce316={};return _0xce316['error']=_0x188e6b[_0x3c6b69(_0x126ea2._0x1b2cc3,_0x126ea2._0x5df1bf,0x59f,_0x126ea2._0x4dabbe)],_0xce316[_0xf121e7(0x41a,0x41f,0x4fd,0x484)]='Task\x20has\x20n'+_0x3c6b69(_0x126ea2._0x2cb5ab,_0x126ea2._0x345f7d,_0x126ea2._0x58a26b,_0x126ea2._0x3f9c92)+_0xf121e7(0x437,0x3de,_0x126ea2._0xcd61cd,0x3c8)+'ment',_0x1cb301[_0xf121e7(0x41b,_0x126ea2._0x5c7168,0x3be,0x42c)](0x14fc+-0x89+-0x12e3)[_0x3c6b69(0x53c,0x5a0,_0x126ea2._0x3c779e,_0x126ea2._0x3cff1a)](_0xce316);}}}}),router[_0x1b0b56(-0x13e,-0x120,-0x114,-0x18b)](_0x1b0b56(-0x129,-0x125,-0xb3,-0xfd)+_0x1b0b56(-0x127,-0x11b,-0x125,-0xdc),requireTaskAuth,requireTemplatesPermission,async(_0x19a447,_0x15451f)=>{const _0x43e734={_0x37f3db:0xd,_0x15c649:0xca,_0x550ae9:0x32,_0x28ae53:0x15d,_0x5e1931:0xb8,_0x25116a:0x119,_0x30e170:0x24b,_0x48352f:0x1a2,_0x30a1e0:0x152,_0x561cfc:0xcf,_0x5f5b11:0xe3,_0x4f6c3e:0xcd,_0x20c65d:0x1b3,_0x52a070:0x20c,_0x398368:0xac,_0x26cc86:0xce,_0x55eec3:0x11a,_0x32dd23:0x172,_0x5c868d:0x144,_0x280756:0x54,_0x1f4ff9:0x6e,_0x11089f:0x15,_0x4bcc59:0xcc,_0xf4cbcb:0x7f,_0x5091fc:0x130,_0x4a56e2:0xb3,_0x5a9e2d:0x12e,_0x252e81:0xad,_0x3d0ecf:0xe5,_0x40b54c:0x36,_0x437b5a:0x91,_0x46a818:0x14f,_0x569928:0x162,_0x28ca7b:0x95,_0x5e3f5b:0x76,_0x41f3cf:0xef,_0x2f953e:0x175,_0x4f4dee:0x15d,_0x70fddb:0x1f2,_0x3e95e2:0xc0,_0x536db4:0x58,_0x58854d:0x12b,_0x1dbdc7:0x18b,_0xc5d119:0x1df,_0x35334e:0x27,_0x5bce13:0x18,_0x17ad5e:0x18,_0x473b28:0x9c,_0x41fd83:0x16,_0x599728:0x17b,_0xc39a4c:0x1c6,_0x2541b3:0x192,_0x5208c9:0x20b,_0x6258d0:0x161,_0x2c5ce5:0x107,_0x39d557:0x9d,_0x805157:0x12a,_0x3d9c2a:0xac,_0x1ea819:0xbd,_0x42aa68:0xb1,_0x246ae4:0x59,_0x2716c4:0x80,_0x439d67:0xb4,_0x3afe12:0x19,_0x563f52:0xab,_0x3e41b7:0x103,_0x92e283:0x110,_0x43347c:0x189,_0x22a112:0x6a,_0x5f580c:0x50,_0x107d3a:0x1c7,_0xc2ac3a:0xc9,_0x255ee6:0x119,_0x57770e:0xf4,_0x4dd887:0x18,_0x1d00b3:0x1d,_0x588dd6:0x3a,_0xaac17c:0x29,_0x307fcf:0x128,_0x20187e:0x142,_0x5793b5:0x2c,_0x30907a:0xf,_0x2f55ad:0x14c,_0x3933fd:0x13a,_0x4fd4dd:0x160,_0xd027e1:0xe1,_0x5d484a:0x90,_0x197626:0x63,_0x2c3b45:0x173,_0x21f2ca:0x14e,_0x5a9cf5:0x55,_0x327d0f:0x94,_0x122f20:0xc8,_0x1923bd:0x89,_0xa0e938:0x13b,_0x4a84a8:0x1a8,_0x14f4ef:0x182,_0x542955:0x66,_0x205ad2:0x11,_0x47c28b:0xdd,_0x3e312e:0x46,_0x4debb1:0xdb,_0x31311d:0x85,_0x1b9204:0x16c,_0x524e61:0x0,_0x2c8719:0x8c,_0x4576cb:0x186,_0x5d2c88:0xed,_0x6e0c22:0x10d,_0x58982d:0x167,_0x11034c:0x8e,_0x3128f9:0xc3,_0x20a808:0xea,_0x42c963:0xf9,_0x4b7403:0x14c,_0x3ed07e:0x11b,_0x27d650:0x199,_0x38e7d1:0x122,_0x3d87ca:0x88,_0x454390:0xc,_0x301d5d:0x22f,_0x4c7493:0x217,_0x2343de:0x158,_0x14dec8:0xd2,_0x1abd7f:0xbe,_0x4c98eb:0xbf,_0x628f30:0x14c,_0x5d797e:0xb,_0x41c408:0x190,_0x30be9a:0x10d,_0x16e450:0x13d,_0x40dea7:0x9f,_0x2b72c8:0x6f,_0x597c29:0xc3,_0x47d78b:0x10d,_0x4c9398:0x123,_0x486612:0x1a7,_0x59769b:0x197,_0x1e75f2:0x1fd,_0x33fe87:0x1dd,_0xfb0472:0x219,_0xeefde8:0x0,_0x23892c:0x25,_0x608487:0x14c,_0x2ddda1:0x152,_0x3b4425:0x16a,_0x3f13e5:0xae,_0x2cdb6e:0x100,_0xb61235:0xb5,_0x3db0fa:0xde,_0x27d936:0x139,_0x484a38:0xa9,_0x23a5e9:0x190,_0x8bfcb6:0x1c7,_0xa26073:0x250,_0x162b19:0x21c,_0x24f351:0x47,_0xc5e708:0xae,_0x6eb71d:0x72},_0x51615f={_0x225e62:0x92},_0x576ae3={_0x5ebe91:0x195,_0x2be599:0x1e0},_0x313fb4={};_0x313fb4[_0x16717c(-0x6a,_0x43e734._0x37f3db,-_0x43e734._0x15c649,-_0x43e734._0x550ae9)]=_0x37ca52(0xe6,0xe5,0xbf,_0x43e734._0x28ae53),_0x313fb4[_0x37ca52(0xc2,_0x43e734._0x5e1931,0x8b,_0x43e734._0x25116a)]='Failed\x20to\x20'+_0x37ca52(0x22e,0x1c1,_0x43e734._0x30e170,0x151)+_0x37ca52(0xda,0xbb,0xca,0x40),_0x313fb4['YJjRM']='Internal\x20S'+_0x37ca52(_0x43e734._0x48352f,_0x43e734._0x30a1e0,0x18b,_0x43e734._0x561cfc)+'r',_0x313fb4[_0x37ca52(0x11f,_0x43e734._0x5f5b11,_0x43e734._0x4f6c3e,0xbc)]='HaIHe',_0x313fb4[_0x37ca52(_0x43e734._0x20c65d,0x186,0x163,_0x43e734._0x52a070)]=_0x16717c(-0x74,-0xa1,-0x7d,-_0x43e734._0x398368)+'t',_0x313fb4['kttUr']=_0x37ca52(0x104,0xce,0xa2,_0x43e734._0x26cc86)+_0x16717c(-0xdc,-0x53,-0x120,-_0x43e734._0x55eec3)+'e',_0x313fb4['KEQCv']=_0x37ca52(0x19a,_0x43e734._0x32dd23,0x18a,_0x43e734._0x5c868d)+_0x16717c(-0xb8,-0x58,-0xf7,-0x74)+'te',_0x313fb4[_0x16717c(0xa,0x1,-0x82,-0x3c)]=_0x16717c(-_0x43e734._0x280756,-_0x43e734._0x1f4ff9,-_0x43e734._0x11089f,-0x25)+_0x16717c(-_0x43e734._0x4bcc59,-0x114,-_0x43e734._0xf4cbcb,-_0x43e734._0x5091fc),_0x313fb4[_0x37ca52(0xc2,0x138,0xa8,_0x43e734._0x4a56e2)]='utf-8',_0x313fb4[_0x16717c(-0xea,-_0x43e734._0x5a9e2d,-_0x43e734._0x252e81,-_0x43e734._0x3d0ecf)]=function(_0x54d707,_0x732756){return _0x54d707===_0x732756;};function _0x16717c(_0x2fbf9a,_0x262768,_0x3aee88,_0x228cea){return _0x3dbc52(_0x2fbf9a-_0x576ae3._0x5ebe91,_0x2fbf9a- -0x230,_0x3aee88-_0x576ae3._0x2be599,_0x228cea);}_0x313fb4[_0x16717c(-_0x43e734._0x40b54c,-_0x43e734._0x437b5a,-0x89,0x25)]=_0x37ca52(_0x43e734._0x46a818,0x178,0x176,0x181),_0x313fb4[_0x37ca52(0x6e,0xe1,0x83,_0x43e734._0x569928)]=function(_0x1b0d80,_0x1fa07a){return _0x1b0d80!==_0x1fa07a;},_0x313fb4[_0x16717c(-_0x43e734._0x28ca7b,-_0x43e734._0x5e3f5b,-0x52,-_0x43e734._0x41f3cf)]=_0x37ca52(0x112,_0x43e734._0x2f953e,_0x43e734._0x4f4dee,_0x43e734._0x70fddb),_0x313fb4[_0x37ca52(0xae,_0x43e734._0x3e95e2,0x11a,_0x43e734._0x536db4)]=_0x37ca52(_0x43e734._0x58854d,_0x43e734._0x1dbdc7,0x205,_0x43e734._0xc5d119)+_0x16717c(-0x22,-0x28,-0xac,_0x43e734._0x35334e)+_0x16717c(_0x43e734._0x5bce13,-_0x43e734._0x17ad5e,-0x3d,-0x28);const _0x988e6d=_0x313fb4,{callingTask:_0x4c99f1,environmentName:_0x58ae46,environmentPath:_0x42e271}=_0x19a447,{name:_0x8eafde}=_0x19a447[_0x16717c(-0x6c,-_0x43e734._0x473b28,-0x33,-_0x43e734._0x41fd83)];if(_0x8eafde['includes']('/')||_0x8eafde[_0x37ca52(0x158,0x1a2,_0x43e734._0x599728,_0x43e734._0xc39a4c)]('\x5c')||_0x8eafde[_0x37ca52(_0x43e734._0x2541b3,0x1a2,_0x43e734._0x5208c9,_0x43e734._0x6258d0)]('..')){if(_0x988e6d[_0x16717c(-0xbb,-_0x43e734._0x2c5ce5,-_0x43e734._0x39d557,-0x58)]!==_0x988e6d['Jcscz']){const _0x2c4088={};_0x2c4088[_0x37ca52(0x196,0x14c,_0x43e734._0x805157,0x12c)]=_0x51dd5f,_0x2c4088[_0x37ca52(_0x43e734._0x3d9c2a,_0x43e734._0x1ea819,0x12e,_0x43e734._0x42aa68)+'t']=_0x195911[_0x16717c(-0xe1,-_0x43e734._0x246ae4,-0x172,-0x7c)+'t'],_0x29771f[_0x16717c(-0x56,-_0x43e734._0x2716c4,-_0x43e734._0x439d67,-_0x43e734._0x3afe12)](_0x16717c(-0xd8,-_0x43e734._0x563f52,-0x87,-_0x43e734._0x3e41b7)+_0x37ca52(_0x43e734._0x92e283,0x102,_0x43e734._0x43347c,0x13b)+'d',_0x2c4088);const _0x66dace={};return _0x66dace['error']=_0x988e6d[_0x16717c(-_0x43e734._0x22a112,-0x67,-0x76,-_0x43e734._0x5f580c)],_0x66dace[_0x37ca52(0x254,_0x43e734._0x107d3a,0x202,0x19b)]=_0x16717c(-0xd8,-_0x43e734._0xc2ac3a,-0xfb,-_0x43e734._0x255ee6)+_0x37ca52(_0x43e734._0x5f5b11,0x102,0xb0,_0x43e734._0x57770e)+'d',_0x1a57c8['status'](-0x2578*0x1+0x23*0x9b+0x11db)['json'](_0x66dace);}else{const _0x2aa6ea={};return _0x2aa6ea['error']=_0x988e6d[_0x16717c(-_0x43e734._0x4dd887,-_0x43e734._0x1d00b3,-0x72,-_0x43e734._0x588dd6)],_0x2aa6ea[_0x16717c(_0x43e734._0xaac17c,0x9c,-0x3,0x75)]=_0x988e6d[_0x16717c(-0xe4,-_0x43e734._0x307fcf,-_0x43e734._0x20187e,-0xdb)],_0x15451f['status'](0xd6*-0x16+0x312*-0xc+0xa*0x5ae)[_0x16717c(-0x46,_0x43e734._0x5793b5,0x5,-_0x43e734._0x30907a)](_0x2aa6ea);}}const _0x24f0e5={};_0x24f0e5[_0x37ca52(0x191,_0x43e734._0x2f55ad,0xbb,0x12d)]=_0x4c99f1[_0x37ca52(0x19d,_0x43e734._0x2f55ad,_0x43e734._0x3933fd,_0x43e734._0x4fd4dd)],_0x24f0e5[_0x16717c(-_0x43e734._0xd027e1,-0x167,-0x110,-_0x43e734._0x5d484a)+'t']=_0x58ae46;function _0x37ca52(_0xc2f41d,_0x2cccde,_0x2df7fb,_0x291f1a){return _0x3dbc52(_0xc2f41d-0xaf,_0x2cccde- -_0x51615f._0x225e62,_0x2df7fb-0xaf,_0xc2f41d);}_0x24f0e5[_0x16717c(-0xae,-_0x43e734._0x197626,-0x5a,-0x8f)]=_0x8eafde,logger[_0x37ca52(_0x43e734._0x2c3b45,_0x43e734._0x21f2ca,0x1cb,0x126)](_0x988e6d[_0x16717c(-_0x43e734._0x5a9cf5,0x25,0x1b,-_0x43e734._0x327d0f)],_0x24f0e5);const _0x28d4bb=_0x1a5e64[_0x16717c(-0x8e,-_0x43e734._0x122f20,-_0x43e734._0x1923bd,-0xeb)](_0x42e271,_0x988e6d[_0x37ca52(_0x43e734._0xa0e938,_0x43e734._0x4a84a8,0x163,0x1d3)]),_0x32a0f4=_0x1a5e64[_0x37ca52(0x93,_0x43e734._0x92e283,0xbf,_0x43e734._0x14f4ef)](_0x28d4bb,_0x8eafde+_0x37ca52(0x77,0xc1,0xfe,_0x43e734._0x398368)),_0x1030fc=_0x1a5e64[_0x37ca52(0x1a0,0x110,0xb8,0xf9)](_0x28d4bb,_0x8eafde+'.json');try{const _0x17eb6e=await _0x428df7['readFile'](_0x32a0f4,_0x988e6d[_0x16717c(-_0x43e734._0x542955,_0x43e734._0x205ad2,-_0x43e734._0x47c28b,-_0x43e734._0x3e312e)]);let _0x5ee69d=null;try{const _0x550414=await _0x428df7[_0x37ca52(0x14f,_0x43e734._0x4debb1,_0x43e734._0x31311d,0x142)](_0x1030fc,_0x988e6d[_0x37ca52(_0x43e734._0x48352f,0x138,_0x43e734._0x1b9204,0x17a)]);_0x5ee69d=JSON['parse'](_0x550414);}catch{}const _0x1e1038={};_0x1e1038[_0x16717c(_0x43e734._0x524e61,-0x3c,_0x43e734._0x2c8719,0x59)]=_0x8eafde,_0x1e1038[_0x37ca52(_0x43e734._0x4576cb,0x147,_0x43e734._0x5d2c88,_0x43e734._0x6e0c22)]=_0x17eb6e,_0x1e1038[_0x37ca52(0x19b,_0x43e734._0x58982d,0x185,0x160)]=_0x5ee69d,_0x1e1038['environmen'+'t']=_0x58ae46,_0x15451f[_0x16717c(-_0x43e734._0x3e312e,-_0x43e734._0x11034c,-_0x43e734._0x3128f9,-0x16)](_0x1e1038);}catch(_0x561f40){if(_0x988e6d[_0x16717c(-_0x43e734._0x20a808,-_0x43e734._0x42c963,-0x9b,-0x10c)](_0x561f40[_0x37ca52(_0x43e734._0x4b7403,_0x43e734._0x3ed07e,_0x43e734._0x27d650,0x19e)],_0x988e6d[_0x16717c(-0x36,-0x40,-0x37,-0xb1)])){const _0x136752={};_0x136752[_0x37ca52(_0x43e734._0x38e7d1,0x10d,0x134,_0x43e734._0x3d87ca)]=_0x988e6d[_0x16717c(-0x6a,-_0x43e734._0xaac17c,-_0x43e734._0x454390,-0xab)],_0x136752[_0x37ca52(_0x43e734._0x301d5d,0x1c7,0x168,_0x43e734._0x4c7493)]=_0x16717c(-0xbc,-0x5c,-0x108,-0x108)+_0x8eafde+('\x27\x20not\x20foun'+'d'),_0x15451f[_0x16717c(-0x2f,0x35,-0x6,-0x4)](-0x7bf*-0x2+0x2*0xd0a+0x13ff*-0x2)[_0x37ca52(0x131,_0x43e734._0x2343de,0xee,_0x43e734._0x14dec8)](_0x136752);}else{if(_0x988e6d[_0x37ca52(_0x43e734._0x1f4ff9,0xe1,_0x43e734._0x1abd7f,_0x43e734._0x4c98eb)](_0x988e6d[_0x16717c(-0x95,-0x9c,-0x10d,-0x4a)],_0x16717c(-0x29,_0x43e734._0x11089f,-0xb6,_0x43e734._0x550ae9))){const _0x2ed266={};_0x2ed266[_0x37ca52(0xff,_0x43e734._0x628f30,_0x43e734._0x5091fc,0xfb)]=_0x49b0b8[_0x16717c(-0x52,-0x3e,-_0x43e734._0x5d797e,-0x9a)],_0x2ed266['environmen'+'t']=_0x50237f,_0x2ed266['template']=_0x49d855,_0x2ed266[_0x37ca52(0x129,0x10d,_0x43e734._0x41c408,_0x43e734._0x32dd23)]=_0xeb9cd8['message'],_0x226eb6[_0x37ca52(0xd6,_0x43e734._0x30be9a,_0x43e734._0x16e450,0x171)](_0x988e6d[_0x37ca52(_0x43e734._0x40dea7,0xb8,_0x43e734._0x2b72c8,_0x43e734._0x597c29)],_0x2ed266);const _0x12a67c={};_0x12a67c[_0x37ca52(_0x43e734._0x32dd23,_0x43e734._0x47d78b,_0x43e734._0x4c9398,0xb4)]=_0x988e6d[_0x37ca52(_0x43e734._0x486612,_0x43e734._0x59769b,_0x43e734._0x1e75f2,_0x43e734._0x33fe87)],_0x12a67c[_0x37ca52(0x1aa,0x1c7,_0x43e734._0x6258d0,_0x43e734._0xfb0472)]=_0x988e6d['PKyGv'],_0x192624['status'](0x1c94+-0x184a+-0x256)[_0x16717c(-_0x43e734._0x3e312e,_0x43e734._0xeefde8,-0x3f,-_0x43e734._0x23892c)](_0x12a67c);}else{const _0x3fad05={};_0x3fad05[_0x37ca52(_0x43e734._0x4bcc59,_0x43e734._0x608487,_0x43e734._0x2ddda1,_0x43e734._0x3b4425)]=_0x4c99f1['taskId'],_0x3fad05[_0x16717c(-_0x43e734._0xd027e1,-0xb3,-_0x43e734._0x2b72c8,-0xb1)+'t']=_0x58ae46,_0x3fad05[_0x16717c(-_0x43e734._0x3f13e5,-_0x43e734._0x563f52,-0x5e,-_0x43e734._0x2cdb6e)]=_0x8eafde,_0x3fad05['error']=_0x561f40[_0x16717c(0x29,0x9c,_0x43e734._0xb61235,0x90)],logger['error'](_0x988e6d[_0x16717c(-_0x43e734._0x3db0fa,-0x8b,-_0x43e734._0x27d936,-0x14f)],_0x3fad05);const _0xc2ec4={};_0xc2ec4[_0x16717c(-0x91,-_0x43e734._0x484a38,-0xe4,-0xb9)]=_0x988e6d['YJjRM'],_0xc2ec4[_0x37ca52(_0x43e734._0x23a5e9,_0x43e734._0x8bfcb6,_0x43e734._0xa26073,_0x43e734._0x162b19)]='Failed\x20to\x20'+_0x16717c(-0x22,-0x52,-0x23,0x49)+'ate',_0x15451f[_0x16717c(-0x2f,-0x62,-_0x43e734._0x24f351,-_0x43e734._0xc5e708)](-0xf5*0x1b+-0x1*-0x1f0d+-0x342)[_0x16717c(-0x46,0x3e,-0xb,-_0x43e734._0x6eb71d)](_0xc2ec4);}}}}),router[_0x1b0b56(-0x173,-0x14a,-0x168,-0x18b)](_0x3dbc52(0x189,0x1c9,0x1c2,0x203)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x3002d5,_0x36931d)=>{const _0x170f81={_0x16612f:0x18b,_0xe0cdba:0x1d3,_0x5fc2ce:0x256,_0x54fb41:0x236,_0x554392:0x257,_0x3f92e7:0x1f3,_0x211959:0x102,_0x4695c9:0x1dd,_0x3434d7:0xd4,_0x554080:0x117,_0xb5fd51:0xc9,_0xc10ab7:0x8e,_0xaeeeff:0x144,_0x338ee4:0x22b,_0x358e98:0x1ea,_0xab2cd5:0x21f,_0x129cac:0x1a9,_0x576646:0x1d0,_0x3c97e2:0x1e0,_0x1b1d02:0x210,_0x1b66cc:0x15b,_0xc07cfe:0x13b,_0xdf9fc2:0xa0,_0x1771c9:0x1c0,_0x5e5f33:0xee,_0x203fe0:0xfc,_0x212bc2:0xd6,_0x2287f7:0x135,_0x13ab78:0x157,_0x387886:0x1b6,_0x58adab:0x7f,_0x565908:0x19f,_0x4ddcba:0x1a1,_0x597b61:0x1ce,_0x4a9bdd:0x1fa,_0x2046a4:0x1ff,_0x376ed4:0x23c,_0x13ce25:0x1b5,_0x326108:0x23d,_0x4e7e79:0x22c,_0x2411b3:0x1fa,_0x97aee0:0x2b4,_0x482c6a:0x15a,_0x490400:0x20b,_0x49a27a:0x1ba,_0xc68c:0x2c5,_0xec10fb:0x29c,_0x12f21c:0x300,_0x2a9843:0x179,_0x49bb6a:0x104,_0x3395c6:0x25a,_0x1964b8:0x1d6,_0x2d83d4:0x1d7,_0x1bfec9:0x21c,_0x533ff3:0x1c8,_0x471ead:0x177,_0x5e7313:0x13b,_0x281018:0x176,_0xd9a45d:0x29a,_0x7dc938:0x1dc,_0x562bdf:0x1f2,_0x5ad01e:0x1a4,_0x3b27f8:0x1e2,_0x13e69d:0x297,_0x1c3c0a:0x253,_0x3eb98f:0x2a9,_0x1fa897:0x174,_0x4c33a8:0x153,_0x11aaff:0x164,_0x36a803:0x1c5,_0x4b9612:0x284,_0x459275:0x20a,_0x56f392:0x23e,_0x598ccf:0xf4,_0xb43bba:0xf0,_0x5b1635:0x2ab,_0x180d3d:0x117,_0x375d8a:0x14b,_0x5294cf:0x1bf,_0xba25e5:0x1b4,_0x773d5d:0x175,_0x5a4334:0x103,_0x5e1767:0x238,_0x34722a:0x1ee,_0x4945f9:0x1eb,_0x956655:0x1a5,_0xa913fc:0x1f1,_0x172507:0x112,_0x32331b:0xc4,_0x55983c:0xb4,_0x2ffedc:0x204,_0x31667f:0x19b,_0x1fc0d9:0x1b1,_0x281221:0x198,_0x23704f:0xfa,_0x169e57:0x11d,_0x2ec025:0x25d,_0x9d81d3:0x1de,_0x5c7b8c:0x2a7,_0x3c8a7b:0x1b0,_0x261e6f:0x1e5,_0x29ff09:0x225,_0x1924c0:0x16a,_0x2a9267:0xdb,_0x5b6f19:0xdd,_0x5cf349:0xf7,_0x38505a:0x119,_0x59dd30:0xbc,_0x749600:0xb7,_0x279378:0x2d3,_0x1c6f70:0x248,_0x1edc0a:0x2b8,_0x4824e1:0x208,_0x2dfbab:0x228,_0x3cd95c:0x1bc,_0x17b738:0x2ae,_0x4e1289:0x1ef,_0x565e3c:0x1f0,_0x29a3fc:0x246,_0x5b59c4:0x214,_0x288962:0x235,_0x249ff1:0x220,_0x2b0037:0x24e,_0x3c7f83:0x1e4,_0x5ada84:0x207,_0x23138b:0x230,_0x141f12:0x213,_0x3166c3:0x114,_0x3ebed0:0x19d,_0x18a0da:0x17d,_0x222a4a:0x277,_0x195d31:0x2be,_0x461641:0x1be,_0x29926a:0x219,_0x4a028e:0x180,_0x1225ba:0x140,_0xee97fe:0x199,_0x579f88:0x190,_0x352e28:0x15f},_0x14adb3={_0x5575cd:0x7b},_0x3b56e5={_0x567efe:0x120,_0x795a32:0x68,_0x3e612f:0xd},_0x26a6ec={};_0x26a6ec['QWMMb']=function(_0x2a1398,_0x1b8689){return _0x2a1398!==_0x1b8689;},_0x26a6ec['wUtFr']=_0x1d8ff5(_0x170f81._0x16612f,_0x170f81._0xe0cdba,_0x170f81._0x5fc2ce,0x1bd),_0x26a6ec[_0x1d8ff5(0x2b3,_0x170f81._0x54fb41,_0x170f81._0x554392,_0x170f81._0x3f92e7)]='Bad\x20Reques'+'t',_0x26a6ec[_0x55172e(0x1d9,0x177,_0x170f81._0x211959,_0x170f81._0x4695c9)]=_0x55172e(0x74,0xd5,_0x170f81._0x3434d7,0x92)+_0x55172e(_0x170f81._0x554080,_0x170f81._0xb5fd51,0x150,_0x170f81._0xc10ab7)+'e',_0x26a6ec['aKtMU']=_0x55172e(_0x170f81._0xaeeeff,0x19b,0x1c2,_0x170f81._0x338ee4)+_0x1d8ff5(_0x170f81._0x358e98,_0x170f81._0xab2cd5,_0x170f81._0x129cac,0x1ef)+'uired',_0x26a6ec[_0x55172e(0xdf,0xbd,0xdb,0x126)]=_0x1d8ff5(0x16a,_0x170f81._0x576646,0x140,0x206)+_0x1d8ff5(0x180,_0x170f81._0x3c97e2,_0x170f81._0x1b1d02,_0x170f81._0x1b66cc)+'te',_0x26a6ec[_0x55172e(0xb1,0x105,_0x170f81._0xc07cfe,_0x170f81._0xdf9fc2)]=_0x55172e(_0x170f81._0x1771c9,0x1be,_0x170f81._0x129cac,0x232),_0x26a6ec['Yvbhh']=_0x55172e(_0x170f81._0x5e5f33,_0x170f81._0x203fe0,0xae,_0x170f81._0x212bc2),_0x26a6ec[_0x55172e(0x109,_0x170f81._0x2287f7,0x16a,0x191)]=_0x1d8ff5(_0x170f81._0x13ab78,_0x170f81._0x387886,0x22e,0x1ff)+_0x55172e(0xe5,0xe3,0x8a,_0x170f81._0x58adab)+_0x55172e(0x1a3,_0x170f81._0x565908,0x21b,0x166),_0x26a6ec[_0x55172e(_0x170f81._0x4ddcba,0x184,0x15d,_0x170f81._0x597b61)]=_0x55172e(_0x170f81._0x4a9bdd,0x192,_0x170f81._0x2046a4,0x10a)+'write\x20temp'+_0x1d8ff5(_0x170f81._0x376ed4,_0x170f81._0x13ce25,0x210,0x14c);const _0x5c225b=_0x26a6ec,{callingTask:_0x5eed8a,taskUser:_0x5541a0,environmentName:_0x5293b8,environmentPath:_0x368b79}=_0x3002d5,{name:_0x42a4d3}=_0x3002d5[_0x1d8ff5(_0x170f81._0x326108,_0x170f81._0x4e7e79,_0x170f81._0x2411b3,_0x170f81._0x97aee0)],{content:_0x291196,metadata:_0x1ff8fa}=_0x3002d5[_0x55172e(0x1c8,_0x170f81._0x482c6a,0x1a0,0x13d)];function _0x1d8ff5(_0x2ab375,_0x5b542d,_0x4bec98,_0x2e9b01){return _0x3dbc52(_0x2ab375-_0x3b56e5._0x567efe,_0x5b542d-_0x3b56e5._0x795a32,_0x4bec98-_0x3b56e5._0x3e612f,_0x4bec98);}if(_0x42a4d3[_0x55172e(0x209,0x1a9,_0x170f81._0x490400,_0x170f81._0x49a27a)]('/')||_0x42a4d3[_0x1d8ff5(_0x170f81._0xc68c,_0x170f81._0xec10fb,_0x170f81._0x12f21c,0x241)]('\x5c')||_0x42a4d3['includes']('..')){if(_0x5c225b[_0x1d8ff5(0x165,_0x170f81._0x3f92e7,_0x170f81._0x2a9843,0x208)](_0x5c225b[_0x55172e(0x19a,0x121,_0x170f81._0x49bb6a,0x149)],_0x5c225b[_0x1d8ff5(0x1e8,0x214,_0x170f81._0x3395c6,0x1a8)]))_0x19c276=_0x3d4e83;else{const _0x3a9134={};return _0x3a9134[_0x1d8ff5(_0x170f81._0x1964b8,0x207,_0x170f81._0x2d83d4,0x1ad)]=_0x5c225b[_0x55172e(0xe9,0x143,0x1af,0x152)],_0x3a9134[_0x55172e(0x208,0x1ce,0x1c8,_0x170f81._0x1bfec9)]=_0x5c225b[_0x55172e(_0x170f81._0x533ff3,_0x170f81._0x471ead,0x19a,_0x170f81._0x5e7313)],_0x36931d[_0x55172e(0x1ed,_0x170f81._0x281018,0x1dd,_0x170f81._0x533ff3)](-0xb2+0x2181+-0x1f3f)['json'](_0x3a9134);}}if(_0x291196===undefined){const _0x19972d={};return _0x19972d['error']=_0x1d8ff5(0x1f4,0x224,_0x170f81._0xd9a45d,_0x170f81._0x7dc938)+'t',_0x19972d[_0x55172e(_0x170f81._0x562bdf,_0x170f81._0x597b61,_0x170f81._0x5ad01e,0x1f9)]=_0x5c225b[_0x1d8ff5(0x1c4,0x23b,0x27b,_0x170f81._0x3b27f8)],_0x36931d['status'](-0x1*0x7f4+0xcc9+-0x345)[_0x1d8ff5(_0x170f81._0x13e69d,0x252,_0x170f81._0x1c3c0a,_0x170f81._0x3eb98f)](_0x19972d);}logger[_0x55172e(_0x170f81._0x1fa897,0x155,0x1cb,0x1b0)](_0x5c225b['OiSka'],{'taskId':_0x5eed8a[_0x55172e(0xd9,_0x170f81._0x4c33a8,0x159,0x1de)],'environment':_0x5293b8,'template':_0x42a4d3,'userId':_0x5541a0['id'],'hasMetadata':_0x5c225b[_0x1d8ff5(0x24f,0x1f3,0x19a,0x194)](_0x1ff8fa,undefined)});const _0x5f29f1=_0x1a5e64['join'](_0x368b79,_0x55172e(_0x170f81._0x11aaff,0x151,_0x170f81._0x36a803,0x150)+_0x1d8ff5(0x1c9,0x1cc,0x200,0x248)),_0x98649e=_0x1a5e64[_0x1d8ff5(_0x170f81._0x4b9612,_0x170f81._0x459275,_0x170f81._0x56f392,0x259)](_0x5f29f1,_0x42a4d3+'.md'),_0x4f9f64=_0x1a5e64['join'](_0x5f29f1,_0x42a4d3+'.json'),_0x418e63=new Date()[_0x55172e(_0x170f81._0x598ccf,_0x170f81._0xb43bba,0x8e,0xbe)+'g']();function _0x55172e(_0x16bee3,_0x4ba57a,_0x17f41a,_0x5a0efb){return _0x3dbc52(_0x16bee3-0x36,_0x4ba57a- -0x8b,_0x17f41a-_0x14adb3._0x5575cd,_0x17f41a);}try{const _0x4c4033=_0x5c225b['qJDOP'][_0x1d8ff5(_0x170f81._0x5b1635,0x2ac,0x302,0x2d3)]('|');let _0x2e8867=-0x6b5+0x16bc+0x1*-0x1007;while(!![]){switch(_0x4c4033[_0x2e8867++]){case'0':await _0x428df7[_0x55172e(_0x170f81._0x180d3d,_0x170f81._0x375d8a,_0x170f81._0x5294cf,_0x170f81._0xba25e5)](_0x98649e,_0x291196,_0x5c225b[_0x55172e(_0x170f81._0x773d5d,0xee,_0x170f81._0x5a4334,0x167)]);continue;case'1':const _0x2f6ecc={};_0x2f6ecc[_0x1d8ff5(0x2c3,_0x170f81._0x5e1767,_0x170f81._0x34722a,0x24f)]=!![],_0x2f6ecc[_0x55172e(_0x170f81._0x4945f9,_0x170f81._0x956655,_0x170f81._0xa913fc,0x145)]=_0x42a4d3,_0x2f6ecc[_0x55172e(_0x170f81._0x172507,_0x170f81._0x32331b,_0x170f81._0x55983c,0xc9)+'t']=_0x5293b8,_0x2f6ecc[_0x1d8ff5(0x17d,0x1ff,0x24e,_0x170f81._0x2ffedc)]=_0x418e63,_0x2f6ecc['updatedByT'+_0x55172e(_0x170f81._0x31667f,_0x170f81._0x1fc0d9,_0x170f81._0x281221,0x217)]=_0x5eed8a[_0x1d8ff5(0x28d,0x246,0x21d,0x1c5)],_0x2f6ecc[_0x55172e(_0x170f81._0x23704f,_0x170f81._0x169e57,0x187,0xd4)+_0x1d8ff5(_0x170f81._0x2ec025,0x29d,0x28e,0x2d5)]=_0x5541a0['id'],_0x36931d[_0x1d8ff5(_0x170f81._0x9d81d3,0x252,_0x170f81._0x5c7b8c,0x22d)](_0x2f6ecc);continue;case'2':const _0x119bfc={};_0x119bfc[_0x55172e(0x193,_0x170f81._0x3c8a7b,_0x170f81._0x261e6f,_0x170f81._0x29ff09)]=!![],await _0x428df7[_0x55172e(_0x170f81._0x1924c0,_0x170f81._0x2a9267,_0x170f81._0x5b6f19,0x150)](_0x5f29f1,_0x119bfc);continue;case'3':const _0x2169be={};_0x2169be['taskId']=_0x5eed8a['taskId'],_0x2169be['environmen'+'t']=_0x5293b8,_0x2169be[_0x55172e(0x158,_0x170f81._0x5cf349,_0x170f81._0x38505a,_0x170f81._0x59dd30)]=_0x42a4d3,_0x2169be[_0x55172e(0x92,_0x170f81._0x749600,0x119,0x7f)]=_0x5541a0['id'],logger[_0x1d8ff5(_0x170f81._0x279378,_0x170f81._0x1c6f70,_0x170f81._0x1edc0a,_0x170f81._0x4824e1)](_0x5c225b[_0x1d8ff5(0x27a,_0x170f81._0x2dfbab,_0x170f81._0x3cd95c,0x236)],_0x2169be);continue;case'4':_0x5c225b['QWMMb'](_0x1ff8fa,undefined)&&_0x1ff8fa!==null&&await _0x428df7[_0x1d8ff5(0x243,0x23e,0x1ef,_0x170f81._0x17b738)](_0x4f9f64,JSON['stringify'](_0x1ff8fa,null,-0x25a2+-0x1*0x2f6+0x289a),_0x1d8ff5(0x205,_0x170f81._0x4e1289,0x25a,0x183));continue;}break;}}catch(_0x42bc1d){const _0x4ea2cf={};_0x4ea2cf[_0x1d8ff5(_0x170f81._0x565e3c,_0x170f81._0x29a3fc,_0x170f81._0x5b59c4,_0x170f81._0x288962)]=_0x5eed8a[_0x1d8ff5(_0x170f81._0x249ff1,0x246,_0x170f81._0x2b0037,0x253)],_0x4ea2cf['environmen'+'t']=_0x5293b8,_0x4ea2cf['template']=_0x42a4d3,_0x4ea2cf[_0x1d8ff5(_0x170f81._0x3c7f83,_0x170f81._0x5ada84,0x241,0x196)]=_0x42bc1d[_0x55172e(_0x170f81._0x23138b,0x1ce,_0x170f81._0x141f12,_0x170f81._0x56f392)],logger[_0x55172e(0xf9,_0x170f81._0x3166c3,_0x170f81._0x3ebed0,_0x170f81._0x18a0da)](_0x5c225b[_0x1d8ff5(0x25f,_0x170f81._0x222a4a,_0x170f81._0x195d31,0x306)],_0x4ea2cf);const _0x83cdcc={};_0x83cdcc['error']=_0x1d8ff5(_0x170f81._0x461641,_0x170f81._0x29926a,0x1a7,0x193)+_0x55172e(0xd4,0x159,0x169,0x173)+'r',_0x83cdcc[_0x55172e(0x20c,_0x170f81._0x597b61,_0x170f81._0x4a028e,_0x170f81._0x1225ba)]=_0x1d8ff5(0x2ef,0x285,0x2ec,0x2ae)+'write\x20temp'+_0x1d8ff5(0x237,0x1b5,0x15c,_0x170f81._0xee97fe),_0x36931d[_0x55172e(0x16b,0x176,0x10c,_0x170f81._0x579f88)](-0x5*-0x10f+-0x11f*0x7+-0x241*-0x2)[_0x55172e(0x1a0,_0x170f81._0x352e28,_0x170f81._0x49a27a,0xfb)](_0x83cdcc);}}),router['delete'](_0x1b0b56(-0x129,-0x17a,-0x1a9,-0x179)+_0x3dbc52(0x242,0x1cb,0x1c3,0x19b),requireTaskAuth,requireTemplatesPermission,async(_0x5e024e,_0x9842dc)=>{const _0x38759a={_0x55d721:0x306,_0x187ef6:0x357,_0x1a8ae8:0x348,_0x35e96d:0x38c,_0x5b6063:0x412,_0x349f20:0x4a3,_0x4eae0a:0x43b,_0x17edcb:0x2ef,_0x366667:0x354,_0x5a359e:0x398,_0x5940fd:0x427,_0x368e9f:0x40d,_0x3f1f15:0x431,_0x5a91f4:0x410,_0x9ede58:0x2c0,_0x49b915:0x3a4,_0x540959:0x37c,_0x10056a:0x35c,_0xc658df:0x379,_0x43c788:0x40f,_0x4bcbdb:0x3d3,_0x311d20:0x3e1,_0x33cc77:0x3c5,_0x2a2886:0x3bb,_0x10378c:0x346,_0x1198f3:0x34a,_0x242248:0x375,_0xd2bbbe:0x3a6,_0x234f59:0x397,_0x759765:0x424,_0x389e18:0x3c8,_0x17e091:0x3b2,_0x53c1b0:0x367,_0x128c73:0x3e1,_0xcff169:0x3fa,_0x1b1605:0x3d3,_0x273d81:0x329,_0x53378a:0x283,_0x3cbe6d:0x345,_0x1a5f5d:0x2ba,_0x4e5f86:0x378,_0x36b210:0x3a3,_0x516bc4:0x2e5,_0xe2cd57:0x336,_0x268e03:0x2dd,_0xb8271c:0x2c2,_0x3631b2:0x2d2,_0x19848d:0x356,_0x2fecfa:0x357,_0x3ddc28:0x407,_0x4a6b1c:0x317,_0x5c16cb:0x2db,_0x4766ee:0x3bc,_0x18c15c:0x385,_0x4b2375:0x358,_0x96d973:0x2f1,_0xaf0e38:0x2e8,_0x5c2f3a:0x292,_0x11da6b:0x3b1,_0x32c95a:0x42c,_0x29783e:0x31a,_0x50f948:0x2ee,_0x1dc430:0x2c8,_0x4d05f6:0x358,_0x2fd219:0x488,_0x4369a2:0x3a0,_0xd4d55a:0x2cf,_0x4a242a:0x461,_0x1b3b0a:0x3ff,_0x4d7150:0x3ea,_0x2b46ca:0x33d,_0x13a48e:0x3b4,_0x1a9212:0x39e,_0x3c53a9:0x3a3,_0x5850ac:0x3fb,_0x145885:0x3d9,_0x1df6bb:0x32f,_0x3140ae:0x339,_0x19df9a:0x3ae,_0x342706:0x413,_0x40ffcf:0x3ce,_0x35cb1e:0x41e,_0x39b52e:0x38a,_0x15550c:0x3bd,_0x12b127:0x3f7,_0x59f765:0x46c,_0x5966b8:0x42a,_0x370334:0x408,_0x36c11b:0x333,_0x68837c:0x426,_0x4bbbc9:0x400,_0x4c697e:0x3e5,_0x347353:0x3bf,_0x4180cb:0x37e,_0x357db5:0x353,_0x54080d:0x303,_0x26e54f:0x31e,_0x55a863:0x3a5,_0x9c8ec2:0x3f0,_0x5b3586:0x3f1,_0x8222df:0x3c8,_0xddf1bf:0x2d6,_0x478296:0x33c,_0xab7dfe:0x30b,_0x36851a:0x2d0,_0x571667:0x307,_0x14da27:0x337,_0x275f35:0x360,_0x5d1101:0x2da,_0x18577b:0x333,_0x53372d:0x39b,_0x3da21f:0x30d,_0x2c69d9:0x38b,_0x5ac84e:0x3e0,_0x2390ce:0x3b2,_0x124526:0x4ae,_0x4897ab:0x3ed,_0x20fa58:0x3b7,_0x2c546a:0x451,_0x4cc556:0x461,_0x150655:0x360,_0x8def8a:0x361,_0x2defa8:0x372,_0x28fd3a:0x373,_0x5220fd:0x2ce,_0x307bd3:0x324,_0x28c7d0:0x3ee,_0x3895fa:0x36c,_0x2df3f4:0x2b6,_0x4e15d1:0x32c,_0x3e701d:0x339,_0x5b2934:0x391,_0x537b40:0x30c,_0x5b9e14:0x399,_0x26227f:0x2fa,_0x1e5a23:0x35d,_0x32e9d2:0x2e7,_0x42f483:0x374,_0x3a39a0:0x34d,_0x5b430e:0x33a,_0x5e90c6:0x390,_0x15acb1:0x3cd,_0x29a2dd:0x406,_0x5b5326:0x32a,_0x5713f7:0x332,_0xfa2fab:0x381,_0x54aa5e:0x300,_0x40fb6d:0x327,_0x5303df:0x316,_0x46bab7:0x2d5,_0x3bd856:0x30d,_0xe8d2fd:0x374,_0x183786:0x3a2,_0x39d005:0x3e0,_0x204f67:0x338,_0x5f371f:0x4a6,_0x197250:0x2e3,_0x2a0d3c:0x261,_0x55ab52:0x372,_0x5d1660:0x2b1,_0x5a7b93:0x3d0,_0x3f6109:0x448,_0x1167d5:0x3a2,_0x5c127b:0x3c8,_0x7a650c:0x458,_0xd03619:0x402,_0x561fc:0x3d4,_0x27e839:0x390,_0x480a7c:0x448,_0x3a5fc4:0x35c,_0x272a79:0x340,_0x5d6c8f:0x2f3,_0x17d157:0x3b7,_0x5885b4:0x38a,_0x3de1dc:0x2a5,_0x1d7d05:0x2a9,_0x50b322:0x3cd,_0x3b67ef:0x443,_0x2c36d7:0x442,_0x1d544c:0x35e,_0x4ca942:0x2e5,_0x45cdf0:0x2f6,_0x2f7c09:0x395,_0x2083a2:0x369,_0x162cc0:0x3e9,_0x7fb24a:0x41d,_0x3533cd:0x3e3,_0x54f71f:0x465,_0x3366d6:0x401,_0x454b8b:0x343,_0x3fd177:0x454,_0x212a1b:0x380,_0x43fa42:0x326,_0xa500c5:0x394,_0x4764c1:0x30f,_0x163ea5:0x319,_0x4fe123:0x43e,_0x589c4e:0x3aa,_0xa66acb:0x2d8,_0x1e21af:0x2c7,_0x15cf4a:0x36a,_0x327c96:0x364,_0x20de41:0x4b3,_0x479a17:0x483,_0x3c4f31:0x3fe,_0x41251f:0x389,_0x227649:0x4ce,_0x59022d:0x448,_0x4d038c:0x3ed,_0x2f72b3:0x3ee,_0x225f01:0x2d7,_0x552648:0x46e,_0x81244e:0x3eb,_0x222c48:0x346,_0x544fb5:0x347,_0x208e0a:0x391,_0xa5810:0x4c2,_0x4fc2b7:0x36e,_0x12c2fb:0x46c,_0xd18f75:0x41a},_0x57bc38={_0xd5d39f:0x93},_0x2b90d2={_0x57bb6f:0x486,_0x413409:0x35},_0x4bd8da={};_0x4bd8da[_0x444ade(0x387,0x314,0x3d5,_0x38759a._0x55d721)]='User\x20lacks'+_0x444ade(_0x38759a._0x187ef6,_0x38759a._0x1a8ae8,_0x38759a._0x35e96d,0x3d1)+_0x58502a(_0x38759a._0x5b6063,_0x38759a._0x349f20,_0x38759a._0x4eae0a,0x4ac)+_0x444ade(_0x38759a._0x17edcb,_0x38759a._0x366667,0x26e,0x28a)+_0x58502a(0x40c,_0x38759a._0x5a359e,_0x38759a._0x5940fd,_0x38759a._0x368e9f),_0x4bd8da[_0x58502a(0x3ca,0x3ac,_0x38759a._0x3f1f15,_0x38759a._0x5a91f4)]=_0x444ade(0x33b,_0x38759a._0x9ede58,_0x38759a._0x49b915,0x396),_0x4bd8da['pidSV']=_0x58502a(_0x38759a._0x540959,0x2fc,_0x38759a._0x10056a,_0x38759a._0xc658df)+_0x58502a(0x3de,0x3eb,_0x38759a._0x43c788,0x383)+_0x444ade(_0x38759a._0x4bcbdb,0x365,_0x38759a._0x311d20,_0x38759a._0x33cc77)+_0x58502a(0x373,_0x38759a._0x2a2886,_0x38759a._0x10378c,_0x38759a._0x1198f3)+'environmen'+_0x444ade(0x3d9,_0x38759a._0x242248,_0x38759a._0xd2bbbe,_0x38759a._0x234f59)+'ions',_0x4bd8da[_0x58502a(_0x38759a._0x759765,0x3d0,0x43f,_0x38759a._0x389e18)]='Not\x20Found';function _0x444ade(_0x148700,_0x52262f,_0x2b9bd1,_0x4c3e11){return _0x1b0b56(_0x148700-_0x2b90d2._0x57bb6f,_0x52262f-_0x2b90d2._0x413409,_0x2b9bd1,_0x4c3e11-0x43);}_0x4bd8da[_0x444ade(_0x38759a._0x17e091,0x3c1,_0x38759a._0x53c1b0,0x3ab)]=_0x58502a(0x2c2,0x3b7,0x342,0x36d)+_0x58502a(0x4c5,0x431,0x44b,0x471)+_0x444ade(_0x38759a._0x128c73,0x3d9,_0x38759a._0xcff169,_0x38759a._0x1b1605)+_0x444ade(_0x38759a._0x273d81,0x2e4,0x362,0x368)+'ized',_0x4bd8da[_0x444ade(0x30e,_0x38759a._0x53378a,0x33b,0x368)]=_0x444ade(_0x38759a._0x3cbe6d,_0x38759a._0x10378c,0x3be,_0x38759a._0x1a5f5d)+_0x444ade(_0x38759a._0x4e5f86,0x3e4,_0x38759a._0x36b210,0x30a)+'r',_0x4bd8da[_0x444ade(_0x38759a._0x516bc4,0x30c,0x310,_0x38759a._0xe2cd57)]='Service\x20no'+_0x444ade(_0x38759a._0x268e03,_0x38759a._0xb8271c,0x28d,_0x38759a._0x3631b2)+'zed';function _0x58502a(_0x4b996f,_0x58a2d1,_0x39ab93,_0x37651b){return _0x1b0b56(_0x39ab93-0x4dc,_0x58a2d1-0x108,_0x4b996f,_0x37651b-_0x57bc38._0xd5d39f);}_0x4bd8da[_0x444ade(0x38a,_0x38759a._0x19848d,_0x38759a._0x2fecfa,_0x38759a._0x5b6063)]=function(_0x45d5d1,_0x542fd8){return _0x45d5d1!==_0x542fd8;},_0x4bd8da[_0x444ade(0x3a1,_0x38759a._0x3ddc28,0x428,0x372)]='LzULU',_0x4bd8da[_0x444ade(_0x38759a._0x4a6b1c,_0x38759a._0x10056a,0x2b6,_0x38759a._0x5c16cb)]='Bad\x20Reques'+'t',_0x4bd8da[_0x58502a(0x37e,0x3af,_0x38759a._0x4766ee,_0x38759a._0x18c15c)]=_0x58502a(0x38b,_0x38759a._0x4b2375,_0x38759a._0x1198f3,_0x38759a._0x96d973)+_0x444ade(_0x38759a._0xaf0e38,0x263,_0x38759a._0x5c2f3a,0x342)+'e',_0x4bd8da[_0x58502a(_0x38759a._0x11da6b,0x419,_0x38759a._0x32c95a,0x449)]=_0x58502a(_0x38759a._0x29783e,_0x38759a._0x50f948,_0x38759a._0x366667,_0x38759a._0x1dc430)+_0x444ade(0x330,0x2d7,0x2e7,_0x38759a._0x4d05f6)+_0x58502a(0x394,_0x38759a._0x2fd219,0x414,_0x38759a._0x4369a2),_0x4bd8da[_0x444ade(0x31a,0x35e,_0x38759a._0xd4d55a,0x30b)]=function(_0x46d1b4,_0x3220a9){return _0x46d1b4===_0x3220a9;},_0x4bd8da[_0x58502a(_0x38759a._0x4a242a,_0x38759a._0x1b3b0a,0x3e2,0x3d2)]=_0x444ade(0x389,_0x38759a._0x4d7150,_0x38759a._0x2b46ca,_0x38759a._0x13a48e),_0x4bd8da['sANjW']=function(_0x4fa6eb,_0x3b1345){return _0x4fa6eb===_0x3b1345;},_0x4bd8da[_0x444ade(0x3f1,0x474,0x3ff,0x432)]=_0x444ade(_0x38759a._0x1a9212,0x3a1,_0x38759a._0x3c53a9,_0x38759a._0x5850ac),_0x4bd8da['uxrIY']=function(_0x2b5f4d,_0x43aebc){return _0x2b5f4d===_0x43aebc;},_0x4bd8da['PazgL']=_0x58502a(_0x38759a._0x145885,0x3ea,0x3a8,_0x38759a._0x1df6bb);const _0x3612da=_0x4bd8da,{callingTask:_0x2bcf10,taskUser:_0x26d094,environmentName:_0x2f47a1,environmentPath:_0x54edc0}=_0x5e024e,{name:_0x2648e2}=_0x5e024e[_0x58502a(_0x38759a._0x3140ae,_0x38759a._0x33cc77,_0x38759a._0x19df9a,0x3d1)];if(_0x2648e2[_0x58502a(0x46f,0x46f,0x41e,0x3b1)]('/')||_0x2648e2['includes']('\x5c')||_0x2648e2[_0x58502a(_0x38759a._0x342706,_0x38759a._0x40ffcf,_0x38759a._0x35cb1e,0x415)]('..')){if(_0x3612da[_0x444ade(_0x38759a._0x39b52e,0x41b,0x365,0x366)](_0x3612da[_0x58502a(_0x38759a._0x15550c,0x448,_0x38759a._0x12b127,0x39c)],_0x58502a(0x3f6,_0x38759a._0x59f765,_0x38759a._0x5966b8,_0x38759a._0x370334))){const _0x3a26f4={};return _0x3a26f4[_0x444ade(_0x38759a._0x36c11b,0x307,0x2bd,0x348)]=_0x3612da['HyaWg'],_0x3a26f4[_0x444ade(0x3ed,_0x38759a._0x1b3b0a,_0x38759a._0x68837c,_0x38759a._0x4bbbc9)]=_0x3612da[_0x444ade(0x366,_0x38759a._0x4c697e,_0x38759a._0x347353,0x30d)],_0x9842dc[_0x58502a(0x467,_0x38759a._0x1b3b0a,0x3eb,0x398)](-0x8*-0xe9+-0x8e9+0x331)[_0x444ade(_0x38759a._0x4180cb,_0x38759a._0x357db5,0x39e,0x3a2)](_0x3a26f4);}else{const _0x5bbb38={};_0x5bbb38[_0x444ade(0x372,_0x38759a._0x54080d,0x35a,_0x38759a._0x26e54f)]=_0x4d9228[_0x58502a(_0x38759a._0x55a863,0x459,_0x38759a._0x9c8ec2,0x366)+'k'][_0x58502a(0x3d7,_0x38759a._0x5b3586,_0x38759a._0x8222df,0x3be)],_0x5bbb38[_0x444ade(_0x38759a._0xddf1bf,_0x38759a._0x478296,0x30f,_0x38759a._0xab7dfe)]=_0x2746b7[_0x444ade(0x347,0x2ff,_0x38759a._0x36851a,_0x38759a._0x571667)]['id'],_0x5bbb38['username']=_0x37b328[_0x58502a(0x350,_0x38759a._0x32c95a,0x39d,_0x38759a._0x14da27)][_0x444ade(_0x38759a._0x275f35,_0x38759a._0x5d1101,0x327,0x3e8)],_0x44ef78['warn'](_0x3612da[_0x58502a(0x3c7,0x36e,0x3dd,0x3f4)],_0x5bbb38);const _0x3bea89={};return _0x3bea89[_0x444ade(_0x38759a._0x18577b,_0x38759a._0x53372d,_0x38759a._0x3da21f,_0x38759a._0x2c69d9)]=_0x3612da[_0x58502a(_0x38759a._0x5ac84e,_0x38759a._0x2390ce,0x431,_0x38759a._0x124526)],_0x3bea89[_0x444ade(_0x38759a._0x4897ab,0x3d0,0x40d,0x445)]=_0x3612da[_0x58502a(0x361,_0x38759a._0x20fa58,0x3a3,_0x38759a._0xc658df)],_0x266b65[_0x58502a(_0x38759a._0x2c546a,0x3c8,0x3eb,_0x38759a._0x4cc556)](0x2046*-0x1+0x20df+0xfa)[_0x444ade(_0x38759a._0x4180cb,0x305,_0x38759a._0x150655,_0x38759a._0x8def8a)](_0x3bea89);}}const _0x7c3b5e={};_0x7c3b5e[_0x444ade(_0x38759a._0x2defa8,0x3c7,0x351,0x3fb)]=_0x2bcf10[_0x444ade(_0x38759a._0x2defa8,0x323,0x397,_0x38759a._0x28fd3a)],_0x7c3b5e[_0x58502a(0x2cd,_0x38759a._0x5220fd,0x339,_0x38759a._0x307bd3)+'t']=_0x2f47a1,_0x7c3b5e[_0x58502a(0x3f4,_0x38759a._0x28c7d0,_0x38759a._0x3895fa,0x30b)]=_0x2648e2,_0x7c3b5e[_0x58502a(_0x38759a._0x2df3f4,_0x38759a._0x17e091,_0x38759a._0x4e15d1,_0x38759a._0x3e701d)]=_0x26d094['id'],logger[_0x58502a(_0x38759a._0x5b2934,0x429,0x3ca,0x414)]('Task\x20delet'+_0x444ade(_0x38759a._0x537b40,0x28d,_0x38759a._0x5b9e14,_0x38759a._0x26227f)+'te',_0x7c3b5e);const _0x1495da=_0x1a5e64[_0x58502a(0x31d,0x32e,0x38c,_0x38759a._0x1e5a23)](_0x54edc0,_0x58502a(0x36d,_0x38759a._0x366667,0x3c6,0x3e7)+_0x58502a(_0x38759a._0x32e9d2,0x2f5,0x34e,_0x38759a._0x42f483)),_0x4c7279=_0x1a5e64['join'](_0x1495da,_0x2648e2+_0x58502a(0x2f9,0x385,_0x38759a._0x2b46ca,0x37f)),_0x32ce2b=_0x1a5e64[_0x444ade(0x336,0x2db,_0x38759a._0x3a39a0,_0x38759a._0x5b430e)](_0x1495da,_0x2648e2+'.json');try{await _0x428df7[_0x444ade(_0x38759a._0x5e90c6,_0x38759a._0x15acb1,_0x38759a._0x29a2dd,_0x38759a._0x5b5326)](_0x4c7279),await _0x428df7[_0x444ade(_0x38759a._0x5713f7,0x2b5,0x3a0,0x3ab)](_0x4c7279);try{await _0x428df7['unlink'](_0x32ce2b);}catch{}const _0x573fc7={};_0x573fc7[_0x444ade(0x372,_0x38759a._0xfa2fab,_0x38759a._0x54aa5e,0x2ff)]=_0x2bcf10[_0x58502a(_0x38759a._0x12b127,0x36c,0x3c8,0x44e)],_0x573fc7[_0x58502a(0x322,0x3a8,0x339,_0x38759a._0x40fb6d)+'t']=_0x2f47a1,_0x573fc7[_0x444ade(_0x38759a._0x5303df,_0x38759a._0x46bab7,0x335,_0x38759a._0x3bd856)]=_0x2648e2,_0x573fc7['userId']=_0x26d094['id'],logger[_0x444ade(_0x38759a._0xe8d2fd,_0x38759a._0x183786,0x2ea,_0x38759a._0x26e54f)](_0x3612da['CPlXQ'],_0x573fc7);const _0x456500={};_0x456500[_0x58502a(_0x38759a._0x39d005,0x3ad,0x3ba,_0x38759a._0x204f67)]=!![],_0x456500[_0x58502a(_0x38759a._0x5f371f,0x426,0x41a,0x3e0)]=_0x2648e2,_0x456500[_0x444ade(_0x38759a._0x197250,_0x38759a._0x2a0d3c,0x2a1,_0x38759a._0x55ab52)+'t']=_0x2f47a1,_0x456500[_0x444ade(0x2e4,0x305,_0x38759a._0x5d1660,0x338)+_0x444ade(_0x38759a._0x5a7b93,_0x38759a._0x3f6109,0x3e4,0x41c)]=_0x2bcf10[_0x58502a(0x34f,_0x38759a._0x1167d5,_0x38759a._0x5c127b,_0x38759a._0x7a650c)],_0x456500['deletedByU'+'serId']=_0x26d094['id'],_0x9842dc[_0x58502a(_0x38759a._0xd03619,0x3c2,_0x38759a._0x561fc,0x3bf)](_0x456500);}catch(_0x42b1d9){if(_0x3612da[_0x58502a(_0x38759a._0x27e839,0x37e,0x370,_0x38759a._0x53372d)](_0x3612da[_0x58502a(0x37e,_0x38759a._0x480a7c,0x3e2,0x39a)],_0x3612da[_0x58502a(0x384,_0x38759a._0x342706,0x3e2,0x435)])){if(_0x3612da[_0x58502a(_0x38759a._0x3a5fc4,_0x38759a._0x272a79,0x368,_0x38759a._0x5d6c8f)](_0x42b1d9[_0x58502a(0x3b5,_0x38759a._0x17d157,_0x38759a._0x234f59,0x412)],_0x3612da['qwkoM'])){const _0x8dc2dd={};_0x8dc2dd[_0x58502a(0x311,_0x38759a._0x5885b4,0x389,_0x38759a._0x1b3b0a)]=_0x444ade(_0x38759a._0xab7dfe,0x2ea,_0x38759a._0x3de1dc,_0x38759a._0x1d7d05),_0x8dc2dd[_0x58502a(0x3bb,_0x38759a._0x50b322,_0x38759a._0x3b67ef,_0x38759a._0x2c36d7)]=_0x58502a(0x35f,0x357,_0x38759a._0x1d544c,0x304)+_0x2648e2+(_0x444ade(_0x38759a._0x357db5,_0x38759a._0x4ca942,_0x38759a._0x45cdf0,0x360)+'d'),_0x9842dc[_0x444ade(_0x38759a._0x2f7c09,0x405,_0x38759a._0x2083a2,0x3de)](0x9*-0x25b+0x1cf3+-0xa*0x9e)[_0x58502a(0x431,0x3ba,0x3d4,0x3af)](_0x8dc2dd);}else{if(_0x3612da[_0x444ade(0x3b7,0x435,_0x38759a._0x162cc0,_0x38759a._0x7fb24a)](_0x3612da['PazgL'],_0x3612da[_0x58502a(_0x38759a._0x3533cd,_0x38759a._0x54f71f,_0x38759a._0x3366d6,0x3db)])){const _0x451754={};_0x451754[_0x58502a(0x38d,_0x38759a._0x454b8b,0x3c8,_0x38759a._0x3fd177)]=_0x2bcf10['taskId'],_0x451754['environmen'+'t']=_0x2f47a1,_0x451754['template']=_0x2648e2,_0x451754['error']=_0x42b1d9[_0x58502a(0x4b3,0x3e4,0x443,0x49e)],logger[_0x58502a(0x38c,_0x38759a._0x212a1b,0x389,_0x38759a._0x43fa42)]('Failed\x20to\x20'+_0x444ade(_0x38759a._0xa500c5,_0x38759a._0x4764c1,_0x38759a._0x163ea5,0x310)+_0x58502a(_0x38759a._0x1e5a23,_0x38759a._0x4fe123,0x3bf,0x377),_0x451754);const _0x49c595={};_0x49c595[_0x444ade(0x333,_0x38759a._0x589c4e,_0x38759a._0xa66acb,_0x38759a._0x1e21af)]=_0x3612da[_0x58502a(0x372,_0x38759a._0x15cf4a,_0x38759a._0x327c96,0x31e)],_0x49c595[_0x58502a(_0x38759a._0x20de41,_0x38759a._0x479a17,0x443,0x3ba)]=_0x444ade(_0x38759a._0x11da6b,0x389,0x325,_0x38759a._0x49b915)+_0x58502a(0x3be,_0x38759a._0x3c4f31,_0x38759a._0x4d7150,0x458)+'plate',_0x9842dc['status'](0x33a+-0x3c9+0x283)[_0x444ade(0x37e,0x3f6,0x318,0x38f)](_0x49c595);}else{const _0x2422ee={};_0x2422ee[_0x58502a(_0x38759a._0x342706,0x37e,_0x38759a._0x41251f,0x33b)]=_0x3612da[_0x58502a(_0x38759a._0x227649,_0x38759a._0x59022d,0x43f,_0x38759a._0x3fd177)],_0x2422ee[_0x444ade(_0x38759a._0x4d038c,0x361,0x448,0x44b)]=_0x58502a(_0x38759a._0x2f72b3,0x384,0x35e,_0x38759a._0x225f01)+_0x20ea57+(_0x444ade(0x353,0x35a,0x3e2,0x350)+'d'),_0x3665f1[_0x58502a(0x39e,_0x38759a._0x552648,_0x38759a._0x81244e,0x40f)](0x291+-0x271*-0x3+0x1c*-0x4c)['json'](_0x2422ee);}}}else{_0x103f93['error'](_0x3612da['pOqag']);const _0x37bd18={};return _0x37bd18[_0x58502a(_0x38759a._0x222c48,_0x38759a._0x544fb5,0x389,_0x38759a._0x208e0a)]=_0x3612da['RMzyj'],_0x37bd18[_0x58502a(0x4aa,_0x38759a._0xa5810,0x443,0x40f)]=_0x3612da[_0x58502a(_0x38759a._0x4fc2b7,0x382,0x33b,0x3bd)],_0x4a091a[_0x58502a(_0x38759a._0x12c2fb,0x3fe,_0x38759a._0x81244e,_0x38759a._0xd18f75)](0x2271+0x2f5+-0x2372)['json'](_0x37bd18);}}});export default router;
|
|
1
|
+
(function(_0x1ce13f,_0x7932bb){const _0x3292a7={_0x4699c4:0x252,_0x183663:0x164,_0x2b165b:0x1a2,_0x3a4d88:0x235,_0x19f802:0x14f,_0x27c808:0x6c,_0x7bda6b:0x261,_0x28e063:0x1c4,_0x1d7973:0x192,_0x264809:0x2a4,_0x547c82:0x219,_0x4d026a:0x11b,_0x1eae20:0x142,_0x3a5beb:0x94,_0x4f28e2:0x2b,_0x31e9b3:0x35,_0x5ab8f:0x2c,_0x32e09a:0x1d,_0x3f9f2b:0x27c,_0x3e4ba2:0x2a1,_0x52c115:0x241,_0x40c0fa:0x2b2,_0x48d01a:0x256,_0x4e7fb1:0x249,_0x3589a3:0x14e,_0x1637e1:0x105,_0x56c211:0x167,_0x531e42:0xe5},_0xc89a8d={_0x58be9c:0x3e5},_0x51554b={_0x3817d3:0x145};function _0x1a43f3(_0x48cbc8,_0xd029e0,_0x41ed23,_0x2e0097){return _0x32f9(_0x2e0097- -_0x51554b._0x3817d3,_0x41ed23);}function _0x5c14d4(_0x380fb7,_0x3f47b0,_0x29751d,_0x2110b5){return _0x32f9(_0x3f47b0- -_0xc89a8d._0x58be9c,_0x29751d);}const _0x3a956b=_0x1ce13f();while(!![]){try{const _0x5544db=parseInt(_0x5c14d4(-0x248,-0x270,-0x288,-_0x3292a7._0x4699c4))/(-0xd*-0x2b3+-0x1e25+0x17*-0x37)*(parseInt(_0x5c14d4(-_0x3292a7._0x183663,-_0x3292a7._0x2b165b,-_0x3292a7._0x3a4d88,-_0x3292a7._0x19f802))/(0x1*0x4c1+-0x1*0x2309+0xf25*0x2))+parseInt(_0x1a43f3(-0x7,0x3,-0x18,_0x3292a7._0x27c808))/(0x2262*-0x1+0x259*-0x1+-0x2*-0x125f)*(-parseInt(_0x5c14d4(-_0x3292a7._0x7bda6b,-0x1d5,-_0x3292a7._0x28e063,-_0x3292a7._0x1d7973))/(0x1*-0x22c+0x1*-0x1c51+0x1e81))+-parseInt(_0x5c14d4(-0x1f9,-0x230,-_0x3292a7._0x264809,-0x1a0))/(0x3b*0x62+-0x3*-0x29+0x5*-0x49c)*(-parseInt(_0x5c14d4(-_0x3292a7._0x547c82,-0x1a4,-_0x3292a7._0x4d026a,-_0x3292a7._0x1eae20))/(0x187c+-0x9e7+-0xe8f*0x1))+-parseInt(_0x1a43f3(-_0x3292a7._0x3a5beb,-_0x3292a7._0x4f28e2,_0x3292a7._0x31e9b3,-0x3))/(0xc7b+0x1*-0x25da+0x1966)+parseInt(_0x5c14d4(-0x337,-0x2bd,-0x22c,-0x29d))/(0x218+0x16c7+-0x18d7)*(parseInt(_0x1a43f3(-0x59,-_0x3292a7._0x5ab8f,0x4b,_0x3292a7._0x32e09a))/(0xe*-0xc5+-0x9*0x23b+0x1ee2))+-parseInt(_0x5c14d4(-0x2b7,-_0x3292a7._0x3f9f2b,-_0x3292a7._0x3e4ba2,-_0x3292a7._0x52c115))/(-0x1*0x1efe+-0x13+-0x1*-0x1f1b)*(parseInt(_0x5c14d4(-_0x3292a7._0x40c0fa,-_0x3292a7._0x48d01a,-_0x3292a7._0x4e7fb1,-0x25b))/(0xce*0x2+-0x1d4d+-0x4*-0x6ef))+-parseInt(_0x5c14d4(-_0x3292a7._0x3589a3,-0x1a8,-0x168,-0x227))/(-0x1cd9+-0x1d*0xfd+0x398e)*(-parseInt(_0x1a43f3(_0x3292a7._0x1637e1,_0x3292a7._0x56c211,0x58,_0x3292a7._0x531e42))/(-0x1f9b+-0xce8+0x2c90));if(_0x5544db===_0x7932bb)break;else _0x3a956b['push'](_0x3a956b['shift']());}catch(_0x4ca106){_0x3a956b['push'](_0x3a956b['shift']());}}}(_0x247c,0x4ed6*-0x2+0x1c877+0x1*0x31193));import _0x3df694 from'express';function _0x247c(){const _0x3eb088=['DxbKyxrLzej5va','CgfYC2u','zgvSzxrL','y1HQyLi','C2SGsuq','DxbKyxrLzef0','wLfzC2O','D2fYBG','BLPmrwu','y29KzxjdB25MAq','lM1K','zMvUDwu','zKXqEeW','DgfZAW','D3jPDguGAw5ZDa','Aw5JBhvKzxm','v25WzLG','zgrtz0i','CMvHzcbbr0vova','DgfZA3m','rxf5sgy','EMvK','CNvJDgLVBNm','z3LfDuK','Dhm6DgvTCgXHDa','z3jeD2W','BwvZC2fNzq','CMvHzezPBgu','mtmXnZiXreL4q1DW','CNvJDgLVBNmGzG','AwfUEKW','CuLZDKK','odvcAgv5rwq','zwXLDgvKigj5ia','zMLSDgvY','wK1Vs0y','vgvTCgXHDguGDq','BwPZqva','q1bhv3e','rM9YyMLKzgvU','jYbUB3qGzM91BG','BwfW','De5HBwu','DgfZAY10zw1WBa','q2XHrMK','y0res0m','BNqGCMvXDwvZDa','tM90iezVDw5K','zw5KC1DPDgG','D3jPDguGquDftG','B1jHsey','C3rYAw5NAwz5','wfbnC24','Ec10yxnRlwLK','sMDRtLm','sw52ywXPzcb0zq','CMvJDxjZAxzL','ywnJzxnZ','Dw5SAw5R','BezrDMC','ANnVBG','revRs0m','B2DNDhy','AgvHzgvYCW','u1Pfsei','yxrLCW','C2LVBG','De5luxu','vMDUCKK','A0royMy','A1Hhq24','ENLpvNi','Dg9ju09tDhjPBG','C3bSAxq','ANDWBui','zK1zAK8','A21ZrLK','zef0tfK','ru5pru5u','CK5hsuC','vM5hrKG','yxj2svm','DhzJsNq','q29UDgvUDcbMAq','BMDksuC','u2vYDMLJzsbUBW','D3jPDgvgAwXL','B2L6zKK','r1LosLG','zwXKigLZihjLCq','AMfcwfu','BejHy2e','zgvSzxrLihrLBq','C0P4D3y','lMPZB24','uuLNzLC','DxrMltG','D1vUwhe','CMvHzcb0zw1WBa','Dg8GDxbKyxrLia','zxHPC3rZ','B3fSwKS','q0npwum','DwTcuvG','vKXmwwi','quDftLrtlM1K','wvDAv1i','Dhm6Aw5ZDhj1yW','ig1PC3nPBMCGwa','CvP1teC','qwruzue','zLjyAfG','C3rHDhvZ','txLLqNm','ihDPDgGGDw5RBG','C3vJy2vZCW','EerLuu4','Dw9mELi','Aw5MBW','DgvpzNK','sMjxCfG','vM94BKu','BM90igHHDMuGCa','mZjbrfDTqxa','DxnLCM5HBwu','DNPoreG','DenVBMzPzW','qMjSuwK','zxj2zxiGrxjYBW','uY5Tza','BwTKAxi','s2zQDg4','y3D3ELC','rw52AxjVBM1LBG','zgvSzxrLzej5vq','vxnLCIbSywnRCW','uxLvEfa','D0fOANO','Cgf0y2G','EhLozLO','vfmUBwq','EKHezNi','CvnPDw4','Ee9JALK','qvD3Ahu','BM1LBNqGAw5ZDa','zxjTAxnZAw9Uia','Bfvdsu8','vgvTCgXHDguGjW','mtG4mdCXyK1VuLjw','l3rLBxbSyxrLCW','BwLZC2LVBG','zLHKEgO','vgfZAYbKzwXLDa','wvLxq1y','BM90igzVDw5K','sNfQBwO','vgfZAY1jzcbOzq','BwvUDa','DgvZihbLCM1PCW','Aw9UCW','B25Z','B3qGAw5PDgLHBa','uNDfAfq','zwqGyNKGDgfZAW','Aw5NigvUDMLYBW','DxbKyxrLzej5vq','wwHuBKS','mJa0suvKEMHp','s21zzw8','DgvTCgXHDgu','AMXyD3K','ntK4mZHtzMjpwwe','yunmD0u','mKfyAxLnEa','y29UDgvUDeXLBG','DcbUB3qGzM91BG','AM9PBG','zw12teK','CgXHDgu','vgfZAYbOyxmGBG','vM5Lv0u','ufnUCfq','l2LUC3rYDwn0Aq','qMfKifjLCxvLCW','D3jPDguGDgvTCa','yw9Nvw0','wLnODwm','AwXL','z2v0','zxPqyNe','Chv0','ndC3mZy4C3D2Bevk','EevUyuK','yxnRswq','v3jcBva','Cgf0Aa','rMfPBgvKihrVia','BwvUDcb0zw1WBa','vgfZAYb1C2vYia','C0jtrNq','zw50','nhWXFdb8m3WY','BgvUz3rO','BNP6sNi','t2fOvey','zejorNm','vgfZAYbSAxn0Aq','uKf3Bfy','C2vYswq','Dcb0zw1WBgf0zq','vw5HDxrOB3jPEG','wwDtAKq','r0zVvuK','C3bIu2G','CgfYyw1Z','vxnLCIbKB2vZia','ywXS','mJGZmZiWofvPB3PwwG','v3zzuhm','CMvWBgfJzq','CgHnyNu','D25hy1y','vgfZAYbMzxrJAa','sNbuDxe','y2fSBgLUz1rHCW','AgfTEhy','yvLos1q','DfbHDgG','vK1mrMS','uwjfsfK','sLrID0K','BYbHC3nVy2LHDa','v2nNEMq','CMvHzcbPBNn0CG','BgLZDcb0zw1WBa','D1n1vLK','wLbpqNO','tLvHrva','A1HgEw0','BxbSyxrLig5HBq','CxvzCLO','CgrHDgvKigj5ia','v0jtBge','DcbTyw5Hz2vTzq','zgvZy3jPChrPBW','BMCGzw52AxjVBG','DcbPBML0AwfSAq','sw50zxjUywWGuW','t0T0v0S','odfyv3HNCvK','Bgf0zq','uhLmsxy','DwLYzwq','Aw5NihrLBxbSyq','DgLVBNm','y29UDgvUDa','mtGWmZbOB21xyNG','Aw9UCYb1CgrHDa','y29Kzq','AMD6t0u','sw52ywXPzcb0yq','lZPUyw1L','y3jLyxrLzej5','t29MuwK','Dwn0Aw9UCYbMAq','yuLKEwi','zw52AxjVBM1LBG','DgvTCgXHDgvZ','ntq2mJuZvMnrBMXr','zKv5rMe','ueHrALa','lvrHC2STswqGAa','tK10rfq','twT1uNK','AxPLza','BYbLBNzPCM9UBq','rM1oAhy','DgfZA1vZzxi','ig5VDcbMB3vUza','z2v0vfe','DgfZA0LK','C0XYzhi','BNrZoNrLBxbSyq','AxPtzhu','tLbArxi','zxjYB3i','vgvTCgXHDguGza','u1fItw4','DcbPBNn0CNvJDa','EwT6DMm','AhrJEK0','B3DUihrHC2SGsq','BNqGCM91DguGBG','DxnLCKLK','mJGZognKCwTfqq','igvUDMLYB25Tzq','Bwv0ywrHDge','BMfTzq','A3Hnywq','ywrLCG'];_0x247c=function(){return _0x3eb088;};return _0x247c();}import{promises as _0x40e1ca}from'fs';import _0x1ee495 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x3df694['Router']();let tasks=null,setupPath=null;function _0xbe246d(_0x408889,_0xbe135c,_0x87ca87,_0x285cfe){return _0x32f9(_0x408889- -0x63,_0xbe135c);}let coderConfig=null;export function initializeEnvironmentManagement(_0x544bb6){const _0x9606d7={_0x177f65:0x181,_0x2b0dbf:0x132,_0x2bd889:0x11d,_0x5d5664:0x177,_0x3466aa:0x17e,_0x1b786d:0xe8},_0x139a47={_0x11b118:0x1f3},_0x3926cb={_0xb1cd4d:0x27};function _0x3f4c97(_0x2b3b9c,_0x2e3122,_0x5e54b6,_0x265778){return _0x32f9(_0x2b3b9c- -_0x3926cb._0xb1cd4d,_0x265778);}function _0x5c0f90(_0x20eafd,_0x1f330f,_0x4dfbbb,_0xf07f4e){return _0x32f9(_0x20eafd- -_0x139a47._0x11b118,_0xf07f4e);}tasks=_0x544bb6[_0x3f4c97(_0x9606d7._0x177f65,_0x9606d7._0x2b0dbf,0x13a,_0x9606d7._0x2bd889)],setupPath=_0x544bb6['setupPath'],coderConfig=_0x544bb6[_0x3f4c97(_0x9606d7._0x5d5664,0x10c,_0x9606d7._0x3466aa,_0x9606d7._0x1b786d)+'g'];}function _0x32f9(_0x123092,_0x3fa45b){_0x123092=_0x123092-(-0x801+0x26e*-0x3+-0x1064*-0x1);const _0x5e41eb=_0x247c();let _0x3c621e=_0x5e41eb[_0x123092];if(_0x32f9['UVASni']===undefined){var _0x5302b5=function(_0x1108b2){const _0x307994='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x355781='',_0x4a9099='';for(let _0x3213ad=0x1*-0x1ff3+0x1c36*0x1+0xb*0x57,_0x5b0a96,_0x98bfd2,_0x4b16e6=0x4*-0x8c1+0x2617+-0x1*0x313;_0x98bfd2=_0x1108b2['charAt'](_0x4b16e6++);~_0x98bfd2&&(_0x5b0a96=_0x3213ad%(-0x1*0x1c78+0x187*-0x16+-0x6*-0xa59)?_0x5b0a96*(-0x6*0x15b+-0xceb*-0x1+-0x489)+_0x98bfd2:_0x98bfd2,_0x3213ad++%(0x1dcb+-0x2ed+0x2*-0xd6d))?_0x355781+=String['fromCharCode'](0x10a+-0x8*-0x7c+-0x3eb&_0x5b0a96>>(-(-0x11*-0x76+-0x14d0+0x115*0xc)*_0x3213ad&-0x18c+-0x1439+-0x1*-0x15cb)):0x88d+0xe7+-0x974){_0x98bfd2=_0x307994['indexOf'](_0x98bfd2);}for(let _0x132a82=-0xa*0x17b+0x1*-0xca+0xf98,_0x4fa9f9=_0x355781['length'];_0x132a82<_0x4fa9f9;_0x132a82++){_0x4a9099+='%'+('00'+_0x355781['charCodeAt'](_0x132a82)['toString'](-0x13*-0xff+-0x2667+0x2*0x9c5))['slice'](-(0x793*-0x2+-0x45*-0x5+0xdcf));}return decodeURIComponent(_0x4a9099);};_0x32f9['wVsdYS']=_0x5302b5,_0x32f9['MPwVzf']={},_0x32f9['UVASni']=!![];}const _0x34f3e3=_0x5e41eb[0x7d*0x3a+-0xbd9*-0x1+-0x282b],_0x37cd81=_0x123092+_0x34f3e3,_0x584830=_0x32f9['MPwVzf'][_0x37cd81];return!_0x584830?(_0x3c621e=_0x32f9['wVsdYS'](_0x3c621e),_0x32f9['MPwVzf'][_0x37cd81]=_0x3c621e):_0x3c621e=_0x584830,_0x3c621e;}export function updateCoderConfig(_0x408650){coderConfig=_0x408650;}async function requireTaskAuth(_0x5baa9f,_0x3be3ce,_0x1b8d14){const _0x47c777={_0x25b311:0x12d,_0x2f93cf:0x127,_0x4296ea:0x15b,_0x4db9f2:0x137,_0x173cd8:0x263,_0x5d8dbf:0x265,_0x4850be:0x18f,_0x57e4ca:0x20a,_0x5cbebf:0xf7,_0x1ad001:0x179,_0xbd82a4:0x1b8,_0x4c27cb:0x1d8,_0x12d0d1:0x1ad,_0x17c3dd:0x23b,_0x28054e:0x145,_0x229e30:0x16f,_0x1f2b0a:0x15d,_0x4b5eff:0x1ab,_0x3340f8:0x196,_0x3bef11:0xba,_0x296a60:0x119,_0x217a02:0x176,_0x29c5f6:0xf8,_0x104069:0x11e,_0x2ccade:0x25b,_0x31fa7e:0x1aa,_0x492b01:0x24f,_0x4cdca0:0x1b1,_0x3826f7:0x21f,_0x38ed22:0x192,_0x4c52f8:0x175,_0x387a22:0x25f,_0x3a7332:0x2ae,_0x5481c9:0x2a1,_0x11cc7a:0x227,_0xc08b00:0x1d5,_0x1b9838:0x130,_0x284e37:0x193,_0x4fbba6:0x1c8,_0x475f32:0x1e6,_0x4978f0:0x23f,_0x20f144:0x154,_0x3d9e7f:0x161,_0x22980b:0x89,_0x4ac3d5:0x9f,_0x35301a:0xc1,_0x2c04bd:0x1c7,_0x4957bb:0x102,_0x19eb53:0x62,_0x46a9b3:0x164,_0x445098:0xd7,_0x3a78a9:0x4d,_0x10bb77:0x13e,_0x22e385:0xac,_0x2d2f53:0x12d,_0x4566d6:0x1b7,_0x525b83:0x1dd,_0x128763:0x1e7,_0x43cdb0:0x108,_0x2fc172:0x107,_0x3cba5e:0x1b6,_0x240db6:0x166,_0x2e37a0:0x172,_0x530e18:0x157,_0x2700d9:0x218,_0x49c046:0x1f7,_0x1f7382:0x137,_0x1f0e4b:0x10f,_0x526157:0x1e1,_0x369a9e:0x122,_0x1c5759:0x121,_0x4c99e3:0x10c,_0x3afbb0:0x1bf,_0x2daa6e:0x20e,_0x490cb9:0x18e,_0x5b7f4a:0xb6,_0x2458f3:0x12e,_0x1bcc48:0x11b,_0x22ed69:0x153,_0x556c83:0x1a5,_0x3382ec:0x10f,_0x5492c9:0x1a6,_0x1bce4f:0x149,_0x10fda7:0x245,_0xc51ce6:0x201,_0x21b9fa:0x1ee,_0x178298:0x173,_0x4d08a4:0x10b,_0x3204ad:0x142,_0x8e15ba:0x220,_0x3efe91:0x1da,_0x18b9e9:0xf6,_0x5b4911:0x1fa,_0x7373a7:0x16c,_0x21e22d:0x145,_0x16c9a0:0x1c6,_0x250e42:0x2a5,_0xd38fc7:0x25d,_0x32917e:0x260,_0x304e8c:0x1b4,_0x3625c5:0x1a1,_0x58b342:0x156,_0x565b6e:0x9b,_0x307576:0x158,_0x3de03a:0xe7,_0x339039:0x22c,_0x23f014:0x219,_0x596f27:0x17a,_0x2bdadf:0x1a8,_0x88285b:0x1da,_0x192f97:0x13b,_0x4207c0:0x1b3,_0x19ca3f:0x182,_0x525098:0x1b0,_0x3bdf1d:0x170,_0x280587:0x1ec,_0x56781e:0x1a2,_0x590aee:0x22e,_0x3c9b1d:0x11d,_0x48d55d:0x17b,_0x4f6205:0x155,_0x1df679:0x18f,_0x54a25f:0x100,_0x3b90f0:0x1ce,_0xaf9505:0x1c5,_0x4da8ad:0x136,_0x3cd67e:0x159,_0x274165:0x17c,_0x30f693:0x153,_0x505007:0x14b,_0x2dc890:0x162,_0x1ec713:0x183,_0x273977:0x1eb,_0x233b8c:0x1b9,_0x2c7b35:0x17e,_0x2226d6:0x1f6,_0x59ac50:0x158,_0x1fdbee:0x1e8,_0x281e61:0x170,_0x21544c:0x19b,_0x2fafcb:0x1cc,_0x796d58:0x17e,_0x210642:0x1c1,_0x11cf70:0x17e,_0x508835:0x153,_0x2f5d83:0x121,_0x444e23:0x157,_0x56a24c:0x18f,_0x1aeaf5:0x12b,_0x2871b8:0x1c7,_0x527827:0x1e9,_0x442944:0xa6,_0x20743c:0x10a,_0x91489d:0x124,_0x1ad014:0x1f5,_0x40ad50:0x1bc,_0x22d09d:0x17c,_0x13aa57:0x226,_0x35b001:0x24d,_0x3fe1fb:0x1dd,_0x2a7745:0x124,_0x1841c0:0x11e,_0x6400c5:0x201},_0x2f0c53={'DPgrM':_0x2aac61(-_0x47c777._0x25b311,-0x1a5,-0x13f,-_0x47c777._0x2f93cf),'kxMad':_0x2aac61(-0x16a,-0x8e,-_0x47c777._0x4296ea,-0xd7)+_0x3a0145(_0x47c777._0x4db9f2,0x15e,0x128,0x165)+'nt\x20request'+_0x3a0145(_0x47c777._0x173cd8,_0x47c777._0x5d8dbf,_0x47c777._0x4850be,_0x47c777._0x57e4ca)+_0x2aac61(-0x1e8,-0x14d,-_0x47c777._0x5cbebf,-_0x47c777._0x1ad001)+'eader','jaBXU':'Missing\x20X-'+_0x3a0145(_0x47c777._0xbd82a4,_0x47c777._0x4c27cb,_0x47c777._0x12d0d1,_0x47c777._0x17c3dd)+_0x2aac61(-_0x47c777._0x28054e,-0x173,-_0x47c777._0x229e30,-_0x47c777._0x1f2b0a),'irBuq':'Environmen'+'t\x20manageme'+_0x3a0145(_0x47c777._0x4b5eff,0x224,0x149,_0x47c777._0x3340f8)+_0x2aac61(-0xc5,-0x63,-0x133,-_0x47c777._0x3bef11)+_0x2aac61(-_0x47c777._0x296a60,-0x1ba,-0x1d4,-_0x47c777._0x217a02),'phMbu':_0x3a0145(_0x47c777._0x29c5f6,_0x47c777._0x104069,0x171,0x169)+_0x3a0145(_0x47c777._0x2ccade,_0x47c777._0x31fa7e,_0x47c777._0x492b01,0x21e)+'r','VnGFH':_0x2aac61(-0x77,-0xa1,-0xd3,-0x107)+_0x2aac61(-0x190,-_0x47c777._0x4cdca0,-_0x47c777._0x3826f7,-_0x47c777._0x38ed22)+_0x2aac61(-_0x47c777._0x4c52f8,-0x110,-0x199,-0x147),'sLrdr':'Unauthoriz'+'ed','COzBz':'Invalid\x20ta'+'sk\x20ID','wSuVY':function(_0x100a88,_0x2966c7){return _0x100a88===_0x2966c7;},'ZbCYJ':_0x3a0145(_0x47c777._0x387a22,_0x47c777._0x3a7332,_0x47c777._0x5481c9,_0x47c777._0x11cc7a),'lBaca':_0x2aac61(-0x1d8,-0x15e,-0x142,-_0x47c777._0xc08b00)+_0x3a0145(_0x47c777._0x1b9838,0x131,0x154,0x185)+_0x3a0145(_0x47c777._0x284e37,0x18b,_0x47c777._0x4fbba6,0x13a),'ZPOBz':_0x3a0145(0xf2,0x13c,0x1b3,0x125)+'o\x20associat'+'ed\x20environ'+_0x3a0145(0x2d0,_0x47c777._0x475f32,_0x47c777._0x4978f0,0x23c),'XUnMY':function(_0x4279f4,_0x687e7e){return _0x4279f4(_0x687e7e);},'fAKXt':_0x3a0145(_0x47c777._0x20f144,_0x47c777._0x3d9e7f,0x150,0x138)+_0x2aac61(-_0x47c777._0x22980b,-_0x47c777._0x4ac3d5,-0xf7,-_0x47c777._0x35301a),'kXGCn':'Task\x20owner'+_0x3a0145(0x137,0x1bb,_0x47c777._0x2c04bd,0x188),'fMYjO':_0x2aac61(-_0x47c777._0x4957bb,-_0x47c777._0x19eb53,-_0x47c777._0x46a9b3,-_0x47c777._0x445098)+_0x2aac61(-0x136,-_0x47c777._0x3a78a9,-_0x47c777._0x10bb77,-_0x47c777._0x22e385)+'d','NhjHp':_0x2aac61(-0x163,-0xe2,-0x9a,-_0x47c777._0x2d2f53)},_0x9e1793=_0x5baa9f[_0x3a0145(_0x47c777._0x4566d6,0x15b,0x18c,_0x47c777._0x525b83)][_0x2f0c53['DPgrM']];if(!_0x9e1793){logger['warn'](_0x2f0c53[_0x2aac61(-0x1be,-_0x47c777._0x128763,-_0x47c777._0x43cdb0,-0x15e)]);const _0x219dd7={};return _0x219dd7[_0x3a0145(_0x47c777._0x2fc172,0x199,0x161,_0x47c777._0x4850be)]=_0x2aac61(-_0x47c777._0x2c04bd,-0x174,-0x1ca,-_0x47c777._0x3cba5e)+'ed',_0x219dd7['message']=_0x2f0c53[_0x2aac61(-_0x47c777._0x240db6,-_0x47c777._0x2e37a0,-_0x47c777._0x530e18,-_0x47c777._0x4957bb)],_0x3be3ce['status'](-0x1*-0x48f+0x7c8+0x563*-0x2)[_0x3a0145(_0x47c777._0x2700d9,0x258,_0x47c777._0x49c046,0x1da)](_0x219dd7);}if(!tasks){logger['error'](_0x2f0c53['irBuq']);const _0x5299f2={};return _0x5299f2[_0x3a0145(_0x47c777._0x1f7382,0x217,_0x47c777._0x1f0e4b,_0x47c777._0x4850be)]=_0x2f0c53[_0x3a0145(0x151,0x12d,_0x47c777._0x526157,0x14e)],_0x5299f2['message']=_0x2f0c53[_0x2aac61(-_0x47c777._0x369a9e,-_0x47c777._0x1c5759,-0x97,-_0x47c777._0x4c99e3)],_0x3be3ce[_0x3a0145(0x256,_0x47c777._0x3afbb0,0x1cc,_0x47c777._0x2daa6e)](0x18a3*-0x1+-0x7cd*-0x2+0xafd)[_0x2aac61(-0x99,-_0x47c777._0x25b311,-_0x47c777._0x490cb9,-0x120)](_0x5299f2);}const _0x4eba2c=tasks[_0x3a0145(0x1b6,0x1aa,_0x47c777._0x5b7f4a,_0x47c777._0x2458f3)](_0x9e1793);if(!_0x4eba2c){const _0x483a45={};_0x483a45[_0x2aac61(-_0x47c777._0x1bcc48,-_0x47c777._0x22ed69,-0x1cc,-0x170)]=_0x9e1793,logger[_0x3a0145(0x17f,0x18f,0x1d4,_0x47c777._0x556c83)]('Environmen'+_0x3a0145(_0x47c777._0x3382ec,_0x47c777._0x5492c9,_0x47c777._0x1bce4f,0x165)+_0x3a0145(0x224,_0x47c777._0x10fda7,_0x47c777._0xc51ce6,0x1cc)+_0x2aac61(-0x85,-0x68,-0xc5,-0xea)+_0x2aac61(-0x127,-0x15b,-_0x47c777._0x21b9fa,-0x165)+'D',_0x483a45);const _0x1f235e={};return _0x1f235e[_0x2aac61(-_0x47c777._0x31fa7e,-0x1e6,-0x1dd,-0x16b)]=_0x2f0c53[_0x2aac61(-0x196,-_0x47c777._0x178298,-0x10d,-0x16f)],_0x1f235e[_0x2aac61(-_0x47c777._0x12d0d1,-0x182,-_0x47c777._0x4d08a4,-_0x47c777._0x3204ad)]=_0x2f0c53['COzBz'],_0x3be3ce[_0x2aac61(-_0x47c777._0x22ed69,-0x10a,-0x70,-0xec)](0x1c6b+-0x10e3+0x1*-0x9f7)[_0x3a0145(0x1d7,_0x47c777._0x8e15ba,0x262,_0x47c777._0x3efe91)](_0x1f235e);}if(!_0x4eba2c[_0x2aac61(-_0x47c777._0x3cba5e,-_0x47c777._0x18b9e9,-_0x47c777._0x5b4911,-0x17e)+'t']){if(_0x2f0c53[_0x3a0145(_0x47c777._0x7373a7,_0x47c777._0x21e22d,_0x47c777._0x16c9a0,_0x47c777._0x1f2b0a)](_0x3a0145(_0x47c777._0x250e42,_0x47c777._0xd38fc7,_0x47c777._0x32917e,0x227),_0x2f0c53['ZbCYJ'])){const _0x4fab0e={};_0x4fab0e[_0x3a0145(_0x47c777._0x304e8c,0x14b,_0x47c777._0x3625c5,0x18a)]=_0x9e1793,logger[_0x3a0145(_0x47c777._0x58b342,0x222,0x172,0x1a5)](_0x2f0c53[_0x2aac61(-_0x47c777._0x565b6e,-_0x47c777._0x307576,-_0x47c777._0x3de03a,-0x101)],_0x4fab0e);const _0x55d944={};return _0x55d944['error']=_0x2aac61(-_0x47c777._0x339039,-0x17d,-_0x47c777._0x23f014,-0x1d1)+'t',_0x55d944['message']=_0x2f0c53[_0x3a0145(_0x47c777._0x596f27,_0x47c777._0x2bdadf,0x101,0x15e)],_0x3be3ce['status'](-0x171d*0x1+0x53d+-0x4*-0x4dc)[_0x3a0145(0x266,0x157,0x1ed,_0x47c777._0x88285b)](_0x55d944);}else _0x5e2db8=_0x4c9bf5['tasks'],_0x35e678=_0x116be0['setupPath'],_0x4467d7=_0x2f559d[_0x2aac61(-_0x47c777._0x192f97,-_0x47c777._0x4207c0,-0x118,-0x153)+'g'];}const _0x21526a=_0x4eba2c[_0x2aac61(-0x17c,-0x19a,-0x204,-_0x47c777._0x19ca3f)]?.[_0x2aac61(-0x114,-0x1b5,-0x146,-0x163)],_0x3bdfac=await _0x2f0c53['XUnMY'](findUserById,_0x21526a);function _0x3a0145(_0x584e87,_0x1bd7d7,_0x5a54d6,_0x5734d1){return _0x32f9(_0x5734d1-0x9,_0x5a54d6);}if(!_0x3bdfac){const _0x1b2730={};_0x1b2730[_0x2aac61(-0x167,-_0x47c777._0x525098,-0x11d,-_0x47c777._0x3bdf1d)]=_0x9e1793,_0x1b2730[_0x3a0145(_0x47c777._0x280587,_0x47c777._0x56781e,_0x47c777._0x590aee,0x197)]=_0x21526a,logger[_0x2aac61(-_0x47c777._0x3c9b1d,-_0x47c777._0x48d55d,-0xf8,-_0x47c777._0x4f6205)](_0x2f0c53['fAKXt'],_0x1b2730);const _0x23ce16={};return _0x23ce16[_0x3a0145(0x1ab,0x162,0x128,_0x47c777._0x1df679)]=_0x2f0c53[_0x2aac61(-0x15a,-0x1bc,-_0x47c777._0x54a25f,-0x16f)],_0x23ce16['message']=_0x2f0c53[_0x3a0145(_0x47c777._0x3b90f0,0x216,0x1ac,0x1e4)],_0x3be3ce['status'](0x17b0+0x1*0x2244+0x5*-0xb47)['json'](_0x23ce16);}_0x5baa9f[_0x3a0145(_0x47c777._0xaf9505,0xec,0xf2,0x152)+'k']=_0x4eba2c;function _0x2aac61(_0x2b8e0b,_0x5a19c2,_0x4b6eb3,_0x3c3484){return _0x32f9(_0x3c3484- -0x2f1,_0x2b8e0b);}_0x5baa9f['taskUser']=_0x3bdfac,_0x5baa9f[_0x3a0145(0x19e,_0x47c777._0x4da8ad,_0x47c777._0x3cd67e,_0x47c777._0x274165)+_0x3a0145(_0x47c777._0x30f693,0x1d1,_0x47c777._0x505007,0x1c8)]=_0x4eba2c[_0x3a0145(_0x47c777._0x2dc890,0x1bb,_0x47c777._0x1ec713,0x17c)+'t'];if(!coderConfig?.[_0x2aac61(-0x19d,-_0x47c777._0x273977,-_0x47c777._0x233b8c,-_0x47c777._0x2c7b35)+'ts']?.[_0x4eba2c['environmen'+'t']]){const _0x32f3b6={};_0x32f3b6[_0x2aac61(-_0x47c777._0x2226d6,-_0x47c777._0x59ac50,-_0x47c777._0x1fdbee,-_0x47c777._0x281e61)]=_0x9e1793,_0x32f3b6[_0x2aac61(-_0x47c777._0x21544c,-_0x47c777._0x2fafcb,-0x14c,-_0x47c777._0x796d58)+'t']=_0x4eba2c[_0x2aac61(-0x190,-_0x47c777._0x210642,-_0x47c777._0x284e37,-_0x47c777._0x11cf70)+'t'],logger[_0x3a0145(0x236,_0x47c777._0x508835,_0x47c777._0x2f5d83,0x1a5)](_0x2f0c53['fMYjO'],_0x32f3b6);const _0x139eac={};return _0x139eac[_0x3a0145(0x15c,_0x47c777._0x444e23,_0x47c777._0x38ed22,_0x47c777._0x56a24c)]=_0x2f0c53['NhjHp'],_0x139eac[_0x2aac61(-0xbe,-0x1aa,-_0x47c777._0x1aeaf5,-0x142)]=_0x2f0c53[_0x3a0145(_0x47c777._0x2871b8,0x16c,0x258,_0x47c777._0x527827)],_0x3be3ce[_0x2aac61(-0xdf,-_0x47c777._0x442944,-_0x47c777._0x20743c,-0xec)](-0x2*0x74+-0x3ca+0x646*0x1)['json'](_0x139eac);}_0x5baa9f['environmen'+_0x2aac61(-0x5a,-0xff,-_0x47c777._0x91489d,-0xde)]=coderConfig[_0x2aac61(-_0x47c777._0xbd82a4,-0x1c5,-_0x47c777._0x1ad014,-_0x47c777._0x2c7b35)+'ts'][_0x4eba2c[_0x3a0145(0x1f2,_0x47c777._0x40ad50,0xe5,0x17c)+'t']],_0x5baa9f[_0x3a0145(_0x47c777._0x525098,0x207,0x1ad,_0x47c777._0x22d09d)+_0x2aac61(-0x20d,-_0x47c777._0x13aa57,-0x129,-_0x47c777._0x556c83)]=_0x1ee495[_0x2aac61(-0x175,-0x217,-_0x47c777._0x35b001,-_0x47c777._0x4c27cb)](setupPath,_0x2aac61(-0x185,-_0x47c777._0x3fe1fb,-_0x47c777._0x2a7745,-_0x47c777._0x796d58)+'ts',_0x4eba2c[_0x2aac61(-0x194,-_0x47c777._0x1841c0,-_0x47c777._0x6400c5,-0x17e)+'t']),_0x1b8d14();}async function requireInstructionsPermission(_0x9d9e9f,_0x27c242,_0x54a6b8){const _0x1382e9={_0x5db0d2:0x17e,_0x566d85:0x23b,_0x4aee46:0x21b,_0x445ca2:0x160,_0x3b72d6:0xec,_0x42dbe5:0x224,_0x469bcd:0x280,_0x3877a3:0x1ec,_0x5e32e7:0x25c,_0x3447f3:0xe1,_0x510f70:0xe3,_0x65e063:0xed,_0x324243:0x28,_0x1e0afc:0x1b,_0x4ce59e:0x1f,_0x240991:0xb5,_0x4ef935:0x6d,_0xaf47d2:0x1c,_0x1994da:0x2b,_0x2859b6:0xab,_0xed6e6c:0x221,_0x58a7bd:0x209,_0x20ba5e:0x74,_0x29775c:0x30,_0x3f91ec:0xe6,_0x42094e:0x9b,_0x3a2870:0x13f,_0x4c4d87:0x56,_0x325d8d:0x19e,_0x46bdca:0x1a3,_0x25fcc9:0x18c,_0x5178ab:0x188,_0x206ef9:0x1fb,_0x25e604:0x2,_0x12c58d:0x14,_0x456d13:0x257,_0x88bf01:0x194,_0x3f89ea:0x1ee,_0x19adec:0x1bd,_0x4973e5:0x2c,_0x16ed0e:0x33,_0x21f3d9:0x32,_0xa7ac44:0xae,_0x43c146:0x2e,_0x3215a3:0x233,_0x27b268:0x157,_0xafbe7d:0x19f,_0x1a17b6:0x3b,_0x65a21d:0x11f,_0x569693:0x14d,_0x135b9a:0x14e,_0x23f71b:0x1cd,_0x59b87a:0x228,_0x199e5f:0x16d,_0x3763ba:0x1e7,_0x595028:0xee,_0x847330:0x102,_0x58bd7e:0x3e,_0x50889e:0x117,_0x173e11:0xea,_0x544acd:0x1d,_0x549f19:0x8e,_0x2ab0f3:0x99,_0x2bccb7:0x53,_0x5bb1c0:0x60,_0x3fc540:0x16,_0x591195:0x4a,_0xf45a66:0x26,_0x2fe7ca:0xdb,_0x1ed042:0xaf,_0x53869d:0x86,_0x157d83:0xb,_0x1fffc8:0x1c5,_0x2dd21f:0x22c,_0x23af30:0x2af},_0x39453c={_0x25bb34:0x14b},_0xb4544d={'OKtWK':_0x2e6e15(-0xed,-0x12b,-_0x1382e9._0x5db0d2,-0x1f1),'RwEhT':function(_0x1e8e53,_0x13c72d,_0x1997aa,_0x3dc9fa){return _0x1e8e53(_0x13c72d,_0x1997aa,_0x3dc9fa);},'Jqjmj':function(_0xd78f49,_0x4e77aa){return _0xd78f49!==_0x4e77aa;},'VgnrI':_0x2e6e15(-_0x1382e9._0x566d85,-0x27b,-0x247,-_0x1382e9._0x4aee46),'zyOVr':_0x2e6e15(-0x181,-0x18e,-_0x1382e9._0x445ca2,-_0x1382e9._0x3b72d6)+_0x2e6e15(-_0x1382e9._0x42dbe5,-_0x1382e9._0x469bcd,-_0x1382e9._0x3877a3,-_0x1382e9._0x5e32e7)+'nts:instru'+'ctions\x20per'+_0xad1515(0x155,_0x1382e9._0x3447f3,0x117,0x9f),'BblQi':'Forbidden','ZShuc':function(_0x3438f8){return _0x3438f8();}};if(!await _0xb4544d[_0xad1515(_0x1382e9._0x510f70,_0x1382e9._0x65e063,0x99,0xdf)](hasPermission,_0x9d9e9f['taskUser']['id'],_0xad1515(0x8b,_0x1382e9._0x324243,-_0x1382e9._0x1e0afc,_0x1382e9._0x4ce59e)+_0xad1515(_0x1382e9._0x240991,0xb5,0x3e,_0x1382e9._0x4ef935)+_0xad1515(0x77,_0x1382e9._0xaf47d2,-_0x1382e9._0x1994da,_0x1382e9._0x2859b6),_0x9d9e9f[_0x2e6e15(-_0x1382e9._0xed6e6c,-0x21f,-_0x1382e9._0x58a7bd,-0x22e)+_0xad1515(0xef,_0x1382e9._0x20ba5e,0x8b,_0x1382e9._0x29775c)])){if(_0xb4544d[_0xad1515(0x8a,_0x1382e9._0x3f91ec,_0x1382e9._0x42094e,_0x1382e9._0x3a2870)](_0xad1515(_0x1382e9._0x4c4d87,0x50,0xb,-0x40),_0xb4544d[_0x2e6e15(-0x209,-_0x1382e9._0x325d8d,-_0x1382e9._0x46bdca,-_0x1382e9._0x58a7bd)])){const _0xa28ffa={};_0xa28ffa[_0x2e6e15(-_0x1382e9._0x25fcc9,-_0x1382e9._0x5178ab,-_0x1382e9._0x206ef9,-0x289)]=_0x9d9e9f[_0xad1515(0x3a,-_0x1382e9._0x25e604,_0x1382e9._0x12c58d,0x69)+'k'][_0xad1515(0x54,0x36,0x30,0x1d)],_0xa28ffa[_0x2e6e15(-_0x1382e9._0x456d13,-_0x1382e9._0x88bf01,-_0x1382e9._0x3f89ea,-_0x1382e9._0x19adec)]=_0x9d9e9f[_0xad1515(-_0x1382e9._0x4973e5,_0x1382e9._0x16ed0e,_0x1382e9._0x21f3d9,_0x1382e9._0xa7ac44)]['id'],_0xa28ffa['username']=_0x9d9e9f[_0xad1515(0x4,0x33,_0x1382e9._0x43c146,0x23)]['username'],logger[_0x2e6e15(-_0x1382e9._0x3215a3,-_0x1382e9._0x27b268,-0x1e0,-0x17f)](_0xb4544d[_0x2e6e15(-_0x1382e9._0xafbe7d,-0x170,-0x1a0,-0x133)],_0xa28ffa);const _0x25b67a={};return _0x25b67a[_0xad1515(0xa1,_0x1382e9._0x1a17b6,0x4c,-0x32)]=_0xb4544d[_0x2e6e15(-_0x1382e9._0x65a21d,-0x1ce,-0x168,-_0x1382e9._0x569693)],_0x25b67a[_0x2e6e15(-0x148,-_0x1382e9._0x135b9a,-_0x1382e9._0x23f71b,-_0x1382e9._0x59b87a)]='User\x20does\x20'+_0x2e6e15(-0xfc,-0x1bf,-_0x1382e9._0x199e5f,-_0x1382e9._0x3763ba)+_0x2e6e15(-0x1b5,-0x196,-0x155,-0x1d5)+_0xad1515(_0x1382e9._0x595028,0xad,_0x1382e9._0x847330,0x36)+_0xad1515(-0xe,_0x1382e9._0x324243,-0x10,-0x5d)+_0xad1515(0x24,_0x1382e9._0x58bd7e,0xd,0xb4)+_0xad1515(_0x1382e9._0x50889e,_0x1382e9._0x173e11,0x154,0xd6),_0x27c242['status'](-0xf*-0x211+0x1*-0x2ae+-0x1abe)['json'](_0x25b67a);}else{const _0x2a679a={};_0x2a679a[_0xad1515(0x91,_0x1382e9._0x544acd,-0x11,_0x1382e9._0x549f19)]='',_0x2a679a[_0xad1515(0x4,_0x1382e9._0x324243,_0x1382e9._0x2ab0f3,-_0x1382e9._0x2bccb7)+'t']=_0x5b0a96,_0x2a679a[_0xad1515(-0x5,-_0x1382e9._0x4ce59e,0x52,-_0x1382e9._0x5bb1c0)]=_0xb4544d[_0xad1515(0x1b,_0x1382e9._0x3fc540,-_0x1382e9._0x591195,0x25)],_0x2a679a[_0xad1515(_0x1382e9._0xf45a66,0xae,_0x1382e9._0x2fe7ca,0xc9)]=![],_0x3213ad[_0xad1515(_0x1382e9._0x1ed042,_0x1382e9._0x53869d,-_0x1382e9._0x157d83,0x4d)](_0x2a679a);}}function _0xad1515(_0x22b1ee,_0x34c4ff,_0x1f9e50,_0x38be97){return _0x32f9(_0x34c4ff- -_0x39453c._0x25bb34,_0x22b1ee);}function _0x2e6e15(_0x90f7cc,_0x570b34,_0x352f00,_0x475cab){return _0x32f9(_0x352f00- -0x37c,_0x90f7cc);}_0xb4544d[_0x2e6e15(-_0x1382e9._0x1fffc8,-_0x1382e9._0x2dd21f,-0x259,-_0x1382e9._0x23af30)](_0x54a6b8);}async function requireTemplatesPermission(_0x2aad28,_0x203db1,_0x2c1831){const _0x4b061a={_0x30e4d3:0x2a5,_0x5bcd72:0x97,_0xfb323b:0x440,_0x192c5b:0x15,_0x33f161:0x4e,_0x367237:0x77,_0x581e5a:0x416,_0x2ad475:0x3e4,_0x4f07aa:0x391,_0x3ffa02:0x387,_0x230c44:0x53,_0x1534af:0x2,_0xf590ab:0x2cf,_0x27ab71:0x296,_0x47344a:0x25b,_0x5c973a:0x37e,_0x4f26e7:0x295,_0x59c357:0x3eb,_0x24047f:0x2fe,_0x5d780f:0x3c7,_0x35ba34:0x3c,_0x46a868:0xb,_0xdf3892:0x3f,_0x376180:0x5f,_0x3d1c7e:0x8d,_0x489cee:0x8,_0x4fb53a:0x314,_0x252993:0x3b4,_0x4c4012:0x331,_0x22e429:0x2ea,_0x4f4f45:0x2d0,_0x290c29:0x7b,_0x3878c7:0x4c,_0x276d15:0x21,_0x78547d:0xe0,_0xc9be7a:0x7e,_0x6e5d18:0x36c,_0x577644:0x32e,_0x6327c9:0x109,_0x33e894:0x141,_0x2832d5:0xe7,_0x1b3a82:0x5a,_0x5c8946:0x36e,_0x3b893d:0x2c8,_0x4050f2:0x336,_0x1c303a:0x3fa,_0x4f693a:0x37e,_0x4275bd:0x33f,_0x281dde:0x36c},_0x3f7ca4={_0x21431e:0x142};function _0x3d2948(_0x184c7c,_0x5dc198,_0x3cba2b,_0x460f7f){return _0x32f9(_0x5dc198- -_0x3f7ca4._0x21431e,_0x184c7c);}function _0x5a9826(_0x8b1087,_0x30d90f,_0x4d60cb,_0x28aad9){return _0x32f9(_0x28aad9-0x1b0,_0x4d60cb);}const _0x20219b={'oggtv':function(_0x2d9460,_0x5e444f,_0x3806db,_0x304b24){return _0x2d9460(_0x5e444f,_0x3806db,_0x304b24);},'CeChy':_0x5a9826(_0x4b061a._0x30e4d3,0x384,0x394,0x323)+_0x3d2948(0xfb,0x6b,_0x4b061a._0x5bcd72,0xe4)+'es','uDLjA':_0x5a9826(_0x4b061a._0xfb323b,0x407,0x449,0x3cc)+_0x3d2948(-_0x4b061a._0x192c5b,_0x4b061a._0x33f161,0x39,_0x4b061a._0x367237)+_0x5a9826(0x2f5,0x2fb,0x352,0x333)+_0x5a9826(0x3fc,0x41a,_0x4b061a._0x581e5a,_0x4b061a._0x2ad475)+_0x5a9826(0x3fe,0x3fb,_0x4b061a._0x4f07aa,_0x4b061a._0x3ffa02),'cwwzW':'Forbidden','ddSgB':_0x3d2948(-_0x4b061a._0x230c44,-_0x4b061a._0x1534af,0x70,-0x61)+'not\x20have\x20p'+_0x5a9826(0x44b,0x440,0x469,0x3d7)+'to\x20update\x20'+_0x5a9826(_0x4b061a._0xf590ab,_0x4b061a._0x27ab71,0x2ee,0x323)+_0x5a9826(_0x4b061a._0x47344a,_0x4b061a._0x5c973a,_0x4b061a._0x4f26e7,0x2ea)+'s','tWgac':function(_0x2b6c07){return _0x2b6c07();}};if(!await _0x20219b[_0x5a9826(_0x4b061a._0x59c357,_0x4b061a._0x24047f,_0x4b061a._0x5d780f,0x383)](hasPermission,_0x2aad28[_0x3d2948(0x10,_0x4b061a._0x35ba34,_0x4b061a._0x46a868,-_0x4b061a._0xdf3892)]['id'],_0x20219b['CeChy'],_0x2aad28[_0x3d2948(_0x4b061a._0x376180,0x31,0x1,_0x4b061a._0x3d1c7e)+_0x3d2948(0x59,0x7d,-_0x4b061a._0x489cee,0x24)])){const _0x1bb718={};_0x1bb718[_0x5a9826(0x3c8,_0x4b061a._0x4fb53a,_0x4b061a._0x252993,_0x4b061a._0x4c4012)]=_0x2aad28[_0x5a9826(0x2b0,0x2c4,0x375,0x2f9)+'k'][_0x5a9826(_0x4b061a._0x22e429,_0x4b061a._0x4f4f45,0x307,_0x4b061a._0x4c4012)],_0x1bb718[_0x3d2948(_0x4b061a._0x290c29,_0x4b061a._0x3878c7,-_0x4b061a._0x276d15,_0x4b061a._0x78547d)]=_0x2aad28['taskUser']['id'],_0x1bb718[_0x3d2948(0x157,0xcf,_0x4b061a._0xc9be7a,0x118)]=_0x2aad28[_0x5a9826(0x3b3,0x347,_0x4b061a._0x6e5d18,_0x4b061a._0x577644)][_0x3d2948(_0x4b061a._0x6327c9,0xcf,0x11b,_0x4b061a._0x33e894)],logger[_0x3d2948(_0x4b061a._0x2832d5,_0x4b061a._0x1b3a82,_0x4b061a._0x230c44,0x63)](_0x20219b['uDLjA'],_0x1bb718);const _0x35864c={};return _0x35864c[_0x5a9826(0x2db,_0x4b061a._0x5c8946,_0x4b061a._0x3b893d,_0x4b061a._0x4050f2)]=_0x20219b[_0x5a9826(0x381,0x44a,_0x4b061a._0x1c303a,0x3c9)],_0x35864c['message']=_0x20219b[_0x5a9826(_0x4b061a._0x4f693a,_0x4b061a._0xf590ab,_0x4b061a._0x4275bd,0x356)],_0x203db1[_0x5a9826(0x3a4,0x37d,_0x4b061a._0x281dde,0x3b5)](0x1eb9*-0x1+-0xa25+0x2a71)['json'](_0x35864c);}_0x20219b['tWgac'](_0x2c1831);}function _0xfb14ec(_0x2bfc66,_0x32a1af,_0x3ccb24,_0x59e717){const _0x3c554c={_0x1c363b:0x238};return _0x32f9(_0x3ccb24-_0x3c554c._0x1c363b,_0x32a1af);}router[_0xbe246d(0xc2,0x4c,0x14a,0x10e)](_0xbe246d(0xbc,0x41,0xf3,0x92)+_0xbe246d(0x1d3,0x16b,0x261,0x25c),requireTaskAuth,requireInstructionsPermission,async(_0x2eccc5,_0x15058c)=>{const _0x24405e={_0x1a032f:0x5e,_0x3a359e:0x57,_0x3f909f:0xd6,_0x2f94e1:0x29b,_0x330086:0x26c,_0x5f53a2:0x22d,_0x1c9742:0x1d2,_0x2ec09d:0x159,_0x13706a:0x207,_0xf2caa3:0x1c1,_0x3f984b:0x245,_0x57577d:0x1e5,_0x105d74:0x113,_0xcbbe2c:0x18e,_0x1e45c5:0x2b8,_0x221346:0x29c,_0xa47510:0x279,_0x20394c:0x114,_0x1d478e:0x1f4,_0x16aa58:0x274,_0x207633:0x25f,_0x6e0955:0x1ea,_0xcbe06d:0x63,_0x4b7aaa:0xe2,_0xe54ba6:0x94,_0x61ef0c:0x67,_0x6b5a14:0xf7,_0x291027:0x213,_0x462b9b:0x1f7,_0x347a5e:0x65,_0x11ee64:0x1b,_0xefc511:0xcc,_0x41cdca:0x125,_0x45d246:0xe3,_0x4f9699:0x104,_0x22442e:0x6a,_0x593970:0x1ed,_0x367b3c:0x1b7,_0x5b5acf:0x188,_0x48da5c:0x13b,_0x534ca2:0x1b0,_0x1be1dd:0xe9,_0x3021b3:0xf4,_0x5e8b8b:0x234,_0x178026:0x11e,_0x3bb0c2:0x242,_0x59407a:0x4a,_0x16a3e4:0xcb,_0x39b97d:0x3,_0x228429:0x226,_0x33db30:0x1c8,_0x26f5f2:0x117,_0x26a0b4:0x128,_0x2f7035:0x11c,_0x257546:0x134,_0x248079:0x23c,_0x5bb5a8:0x145,_0x33b741:0x1a7,_0x162811:0x7,_0x555f7e:0xca,_0x3b4bec:0x61,_0x358f4d:0x2c8,_0x1a450c:0x241,_0x1c59a4:0x116,_0x53954b:0x93,_0x27cc89:0x3b,_0x54cc3:0xae,_0x2dd7ad:0x1,_0x4f8713:0x74,_0x52288d:0xc3,_0x1cb42f:0x10b,_0x27b321:0xa2,_0xd192cc:0x1aa,_0x2edc4f:0x1c0,_0x469e62:0x2ab,_0x192222:0x1ce,_0x533cdd:0x222,_0x47d3d5:0x143,_0x281048:0xe8,_0x2f0e62:0x2c3,_0x29d050:0x235,_0x3a703e:0x1b4,_0x2b23d8:0x149,_0x5e04ea:0x1d3,_0x385320:0x21f,_0x4b0933:0x19c,_0x40b02a:0x210,_0x397bcb:0x9f,_0x5c3a50:0x6a,_0x18a7bd:0x16,_0x392780:0x19f,_0x16e290:0x124,_0x29f576:0x1b4,_0x4f7853:0x2d2,_0x4bc9d7:0x244,_0x532176:0x1a1},_0x1b304f={_0x177aad:0x34a},_0x14a09e={};_0x14a09e['HCNvG']=_0x424617(0x76,0x60,_0x24405e._0x1a032f,0xe)+'t',_0x14a09e['qIsvI']=_0x424617(_0x24405e._0x3a359e,0xf7,0x14d,_0x24405e._0x3f909f)+_0x39912d(_0x24405e._0x2f94e1,0x1a3,_0x24405e._0x330086,_0x24405e._0x5f53a2)+_0x39912d(0x1be,_0x24405e._0x1c9742,_0x24405e._0x2ec09d,0x1a4),_0x14a09e[_0x39912d(_0x24405e._0x13706a,0x26a,_0x24405e._0xf2caa3,_0x24405e._0x3f984b)]=_0x39912d(_0x24405e._0x57577d,_0x24405e._0x105d74,_0x24405e._0xcbbe2c,0x186)+_0x39912d(_0x24405e._0x1e45c5,_0x24405e._0x221346,0x300,_0x24405e._0xa47510)+_0x424617(0x13e,0x104,0x183,_0x24405e._0x20394c)+_0x39912d(_0x24405e._0x1d478e,_0x24405e._0x16aa58,_0x24405e._0x207633,_0x24405e._0x6e0955),_0x14a09e[_0x424617(_0x24405e._0xcbe06d,_0x24405e._0x4b7aaa,_0x24405e._0xe54ba6,_0x24405e._0x61ef0c)]=_0x39912d(0x266,0x1ac,0x262,0x23d);function _0x424617(_0x1a90ab,_0x52d0ee,_0x14c98f,_0x191056){return _0xfb14ec(_0x1a90ab-0x69,_0x1a90ab,_0x191056- -_0x1b304f._0x177aad,_0x191056-0x158);}_0x14a09e[_0x424617(0x6c,0xfb,0xd4,_0x24405e._0x6b5a14)]='CndrF',_0x14a09e[_0x39912d(_0x24405e._0x291027,0x1e2,0x242,_0x24405e._0x462b9b)]=_0x39912d(0x291,0x2a2,0x21b,0x234),_0x14a09e['GYNJX']=function(_0xf27e20,_0x7721e1){return _0xf27e20!==_0x7721e1;},_0x14a09e['wUnXq']='RIuzv',_0x14a09e['MqQGe']=_0x424617(-0x2e,-_0x24405e._0x347a5e,0xd,_0x24405e._0x11ee64)+'read\x20AGENT'+_0x424617(_0x24405e._0xefc511,_0x24405e._0x41cdca,_0x24405e._0x45d246,_0x24405e._0x4f9699);function _0x39912d(_0x490339,_0x4454df,_0x1b0b48,_0xa0adba){return _0xfb14ec(_0x490339-0xc7,_0x1b0b48,_0xa0adba- -0x1f9,_0xa0adba-0x25);}_0x14a09e['moeyc']=_0x424617(0xce,0x69,_0x24405e._0x22442e,0x4e)+_0x424617(0xff,0x140,0x11b,0x103)+'r',_0x14a09e[_0x39912d(0x15e,0x162,_0x24405e._0x593970,0x195)]=_0x39912d(0x177,_0x24405e._0x367b3c,_0x24405e._0x5b5acf,0x16c)+'read\x20instr'+_0x39912d(0x14e,_0x24405e._0x48da5c,0x1fc,_0x24405e._0x534ca2)+'le';const _0x1155c9=_0x14a09e,{callingTask:_0x52caea,environmentName:_0x8fa9c4,environmentPath:_0x4c5998}=_0x2eccc5,_0x11e155={};_0x11e155[_0x424617(0xe6,_0x24405e._0x1be1dd,_0x24405e._0x3021b3,0x6f)]=_0x52caea['taskId'],_0x11e155[_0x39912d(_0x24405e._0x5e8b8b,0x1d1,_0x24405e._0x178026,0x1b2)+'t']=_0x8fa9c4,logger['info'](_0x1155c9[_0x39912d(_0x24405e._0x3bb0c2,0x2db,0x22d,0x245)],_0x11e155);const _0x32077c=_0x1ee495[_0x424617(0x7c,-0x8d,_0x24405e._0x59407a,0x7)](_0x4c5998,_0x1155c9[_0x424617(_0x24405e._0x16a3e4,-_0x24405e._0x39b97d,0x53,_0x24405e._0x61ef0c)]);try{if(_0x1155c9[_0x39912d(_0x24405e._0x228429,0x28c,_0x24405e._0x33db30,0x248)]===_0x1155c9[_0x424617(_0x24405e._0x26f5f2,_0x24405e._0x26a0b4,_0x24405e._0x2f7035,0xf7)]){const _0x502328=await _0x40e1ca['readFile'](_0x32077c,_0x1155c9[_0x424617(0x136,0xbd,_0x24405e._0x257546,0xa6)]),_0x29f566={};_0x29f566[_0x39912d(_0x24405e._0x248079,_0x24405e._0x5bb5a8,0x133,_0x24405e._0x33b741)]=_0x502328,_0x29f566[_0x424617(-_0x24405e._0x162811,_0x24405e._0x555f7e,0x63,_0x24405e._0x3b4bec)+'t']=_0x8fa9c4,_0x29f566['path']=_0x39912d(_0x24405e._0x358f4d,_0x24405e._0x1a450c,0x244,0x23d),_0x15058c[_0x424617(0x4e,_0x24405e._0x1c59a4,_0x24405e._0x53954b,0xbf)](_0x29f566);}else{const _0x3f436f={};return _0x3f436f[_0x424617(_0x24405e._0x27cc89,_0x24405e._0x54cc3,-_0x24405e._0x2dd7ad,_0x24405e._0x4f8713)]=_0x1155c9['HCNvG'],_0x3f436f['message']=_0x1155c9[_0x424617(0x2e,_0x24405e._0x52288d,_0x24405e._0x1cb42f,_0x24405e._0x27b321)],_0xca2533['status'](-0xa*0x91+-0x1*0x13da+0x1b14)['json'](_0x3f436f);}}catch(_0x23ed84){if(_0x23ed84[_0x39912d(0x1a1,0x20b,0x201,_0x24405e._0xd192cc)]===_0x39912d(_0x24405e._0x2edc4f,_0x24405e._0x469e62,_0x24405e._0x192222,_0x24405e._0x533cdd)){if(_0x1155c9[_0x424617(_0x24405e._0x47d3d5,0x15b,_0x24405e._0x281048,0xdb)](_0x39912d(0x293,0x257,0x26a,0x25c),_0x1155c9[_0x39912d(0x1e7,0x235,_0x24405e._0x2f0e62,_0x24405e._0x29d050)])){const _0x17c3bd={};_0x17c3bd[_0x39912d(0x1ce,0x1bb,_0x24405e._0x3a703e,0x1a7)]='',_0x17c3bd['environmen'+'t']=_0x8fa9c4,_0x17c3bd[_0x39912d(_0x24405e._0x26f5f2,_0x24405e._0x2b23d8,0x1d2,0x16b)]=_0x1155c9['NMtDT'],_0x17c3bd[_0x39912d(0x2ca,_0x24405e._0x5e04ea,0x201,0x238)]=![],_0x15058c[_0x39912d(_0x24405e._0x385320,0x278,_0x24405e._0x4b0933,_0x24405e._0x40b02a)](_0x17c3bd);}else _0x4cfffb=_0x2c6614;}else{const _0x46b19e={};_0x46b19e['taskId']=_0x52caea[_0x424617(-0x24,_0x24405e._0x397bcb,0xa2,0x6f)],_0x46b19e['environmen'+'t']=_0x8fa9c4,_0x46b19e['error']=_0x23ed84['message'],logger[_0x424617(0xe0,_0x24405e._0x5c3a50,-_0x24405e._0x18a7bd,_0x24405e._0x4f8713)](_0x1155c9['MqQGe'],_0x46b19e);const _0x519105={};_0x519105[_0x39912d(0x153,0x20b,_0x24405e._0x392780,0x1c5)]=_0x1155c9['moeyc'],_0x519105['message']=_0x1155c9[_0x39912d(_0x24405e._0x16e290,0x109,0x184,0x195)],_0x15058c[_0x39912d(_0x24405e._0x29f576,_0x24405e._0x4f7853,0x29e,_0x24405e._0x4bc9d7)](0x1f45+0x41*-0x61+-0x4b0)[_0x39912d(0x257,0x17c,_0x24405e._0x532176,_0x24405e._0x40b02a)](_0x519105);}}}),router[_0xbe246d(0x1bc,0x239,0x209,0x230)](_0xbe246d(0xbc,0x8c,0x6c,0x147)+_0xbe246d(0x1d3,0x1f3,0x15f,0x180),requireTaskAuth,requireInstructionsPermission,async(_0x2d2428,_0x1670c3)=>{const _0x37b8be={_0x388de1:0x183,_0xe6abf5:0x1aa,_0x25a97e:0x171,_0x102ba5:0x144,_0x33bca6:0x11b,_0x2e70e3:0x168,_0xaca713:0x281,_0x371f16:0x22d,_0x5a3db2:0x160,_0xa2f189:0x108,_0x20468d:0x187,_0x49373e:0x1dc,_0x32d779:0x23a,_0xfda147:0x243,_0x13395f:0x231,_0x5d22c0:0x1a4,_0x8ac8ad:0x1f0,_0x47cf4a:0x182,_0x2ecb97:0x229,_0xfc9b04:0x198,_0x396e6e:0x12a,_0x48045a:0x242,_0x5f2a67:0x23c,_0x57779d:0x246,_0x109c74:0x1d1,_0x44b83b:0x15f,_0x2db06d:0x2e1,_0x2e4f6a:0x24d,_0x4a27d0:0x2b9,_0x242e25:0x17f,_0x318828:0x11f,_0x3afefc:0x17e,_0x51ee90:0x150,_0x1022e1:0x271,_0x5aa8f:0x27a,_0x38661f:0x23c,_0x329d1e:0x195,_0x4234e7:0x1eb,_0x21f6ec:0x19e,_0x1c3798:0x12e,_0x247ed6:0x1e3,_0x2328ae:0x1fd,_0x26f5d9:0x219,_0x46d32e:0x263,_0x2d5b79:0x1e7,_0x2b78d4:0x1f3,_0x296579:0x257,_0x3ea51a:0x228,_0x3ad3a4:0x19b,_0x5c538e:0xf3,_0x45e81e:0xf1,_0x24e667:0x1ee,_0x277a8d:0x17a,_0x76c70e:0x1cb,_0x385eb4:0x172,_0x5977c5:0x173,_0x3190d3:0x1b7,_0x5629c1:0x1d5,_0x59a489:0x1e4,_0x2fc079:0x153,_0x2e9065:0x14a,_0x3da30d:0x167,_0x1b4717:0x1ea,_0x5ee5d6:0x1f1,_0x5bc322:0x1c0,_0x212731:0x1d6,_0xe83ca3:0x24e,_0x5b0fba:0x262,_0x4a691e:0x25f,_0x338283:0x22f,_0x4cc1d7:0x208,_0x47cacc:0x212,_0x57af44:0x210,_0x1938fd:0x2a3,_0x5ee948:0x14e,_0x6fc86b:0x18d,_0x4bf1ce:0x228,_0x23dc5f:0x1d9,_0xc52fd9:0x26f,_0x2f8b87:0x270,_0x2a5d63:0x1e0,_0x38eb8a:0x23c,_0xb69e0a:0x166,_0x1b5fdc:0x281,_0xa64a71:0x260,_0x10338a:0x160,_0x8f6370:0x1c7,_0x30b270:0x236,_0x299452:0x20e,_0x19622a:0x225,_0x5265eb:0x2f5,_0x196d2a:0x260,_0x160787:0x23b,_0x369630:0x177,_0x15b322:0x139,_0x374b8a:0xfa,_0x17e4e1:0x24c,_0x315493:0x13d,_0x36c409:0x165,_0x5aaa78:0x1d9,_0x250d2a:0x21a,_0x540254:0x103,_0xcba30e:0x1b2,_0x1f33f9:0x194,_0x569e7d:0x207,_0x224298:0x29c,_0x54fa41:0x20e,_0x117c26:0x1bb,_0x192bc0:0x24e,_0x49939e:0x1d7,_0x71384f:0x218,_0xbec44b:0x222,_0x7c13c9:0x1d5,_0x1bb8f1:0x1fe,_0x223292:0x13b,_0x4feae4:0x19b,_0x5703e6:0x1e6,_0xb6e3e5:0x18f,_0x252c51:0x217,_0x5c4a56:0x1ff,_0x2cb727:0x1c4,_0x57c302:0x207,_0x4c4450:0x234,_0x44ca46:0x168,_0x339c38:0x1de,_0x375dd0:0x17c,_0x3efacd:0x1c4,_0x697291:0x213,_0x5a6179:0x21e,_0x3d568:0x2a7,_0x336fd1:0x273,_0x2a1756:0x216,_0x2f8617:0x20a,_0x39ed5b:0x20c,_0x1dc47d:0x27a,_0x50b0eb:0x21a,_0x39afac:0x22b,_0x59d32b:0x195,_0x411281:0xd9,_0x1cf129:0x1d3,_0x52ecf4:0xc9,_0x944b8a:0x28c,_0x1e0b67:0x25a,_0x5a68d4:0x29c,_0x570b2a:0xf2,_0x2ffb00:0x157,_0xe505eb:0x1fc,_0x8a902f:0x113,_0x152c4a:0x19d,_0x535b4d:0x171,_0x44c49e:0x12e,_0x4f629e:0x16a,_0x382d82:0xb5,_0xe70307:0x140,_0xccffcd:0x22e,_0x2216ab:0x1f9,_0x38c8a4:0x1f2,_0x2094b1:0x24c,_0xa0ad63:0x178,_0x1b8292:0x273,_0x1601e4:0x1bc,_0x3f6cf2:0x1ec,_0x5e34ba:0x20c,_0x4af1e6:0x1d6,_0x3a1f9e:0x188,_0x24543a:0x1d6,_0x59629c:0x226,_0xcf310e:0x189,_0x2e3b2b:0x2a1,_0x2116f7:0x120,_0x13267b:0x144,_0x3c175a:0x18b,_0x50bb46:0x1cd,_0x582fcc:0x1a0,_0x1d3a8d:0x1d2,_0x56479e:0x18f,_0x5f4384:0x130,_0x2a532d:0x1af,_0x5e9ee8:0x1a1,_0x689aee:0x24a,_0x24c0d6:0x20c,_0x54691a:0x1f4,_0x5c011c:0xec,_0x5ca87:0x18f,_0xc830c3:0x272,_0x41994b:0x185,_0x4930bd:0xcd,_0x222bf6:0x1bd,_0xa9aff0:0x20c,_0x2c255a:0x1c0,_0x12897d:0x1a9,_0x52ddf2:0x21d,_0xe4803:0x219,_0x6f7643:0x1da,_0xb1f89f:0x19f,_0xb1de4b:0x226,_0x1fc5c9:0x1c2,_0x36acaf:0x1f1,_0x28d6fc:0x298,_0x5cbb4e:0x21b,_0x124f8a:0x1de,_0x2fe0ee:0x2c3,_0x4d7f17:0x23e,_0xac1b30:0x236,_0x14aa1a:0x202,_0x1cd7cf:0x10a,_0x52acb2:0x156,_0x56a95d:0x192,_0x2d2a03:0x1f5,_0x5f0082:0x1de,_0x599bd8:0x200,_0xe7020b:0x1cf,_0x13e358:0x132,_0xe10a5:0x23f,_0x4c364e:0x1db,_0x33b043:0x22a,_0x14daba:0x1c4,_0x5e895c:0x23d,_0x33c262:0x215,_0x5dfd38:0x154,_0xcfde88:0x1ee,_0xbc3c84:0x216,_0x1229dc:0x1e6},_0x16f624={_0x3acd34:0x1cb,_0x136aca:0x223},_0x2aa949={_0x187567:0x1d0,_0x703fd4:0x5c5,_0x1a7498:0x5e},_0x43acf4={};_0x43acf4[_0x31ac59(-0x1a9,-0x12e,-_0x37b8be._0x388de1,-0x1d4)]=_0x31ac59(-0x156,-0x1cf,-_0x37b8be._0xe6abf5,-_0x37b8be._0x25a97e),_0x43acf4[_0x31ac59(-0x27d,-0x184,-0x213,-0x1fe)]=_0x3a2819(_0x37b8be._0x102ba5,0x192,0x142,0xe0)+_0x3a2819(_0x37b8be._0x33bca6,0x1f5,_0x37b8be._0x2e70e3,0x1ad)+'ates',_0x43acf4[_0x3a2819(0x136,0x200,0x16e,0xe9)]=_0x31ac59(-0x27a,-_0x37b8be._0xaca713,-_0x37b8be._0x371f16,-0x19a)+_0x31ac59(-0x1f3,-_0x37b8be._0x5a3db2,-0x178,-0x12e)+'r';function _0x31ac59(_0x492fef,_0xe13fc5,_0x78df1a,_0x195e3a){return _0xfb14ec(_0x492fef-_0x2aa949._0x187567,_0x492fef,_0x78df1a- -_0x2aa949._0x703fd4,_0x195e3a-_0x2aa949._0x1a7498);}_0x43acf4[_0x3a2819(0x145,_0x37b8be._0xa2f189,_0x37b8be._0x20468d,_0x37b8be._0x49373e)]=_0x3a2819(_0x37b8be._0x32d779,_0x37b8be._0xfda147,_0x37b8be._0x13395f,_0x37b8be._0x5d22c0)+_0x31ac59(-_0x37b8be._0x8ac8ad,-0x208,-0x1fd,-0x235)+_0x3a2819(_0x37b8be._0x47cf4a,_0x37b8be._0x2ecb97,_0x37b8be._0xfc9b04,0x102)+_0x31ac59(-_0x37b8be._0x396e6e,-0x11d,-0x159,-0x167)+_0x3a2819(_0x37b8be._0x48045a,0x1d0,0x1ec,_0x37b8be._0x5f2a67),_0x43acf4['XVqJv']=_0x31ac59(-_0x37b8be._0x57779d,-0x230,-_0x37b8be._0x109c74,-0x1dd),_0x43acf4[_0x3a2819(0x110,0x1a0,_0x37b8be._0x44b83b,0x171)]=_0x31ac59(-0x2cb,-_0x37b8be._0x2db06d,-_0x37b8be._0x2e4f6a,-_0x37b8be._0x4a27d0)+_0x31ac59(-_0x37b8be._0x242e25,-_0x37b8be._0x318828,-_0x37b8be._0x3afefc,-_0x37b8be._0x51ee90)+_0x3a2819(_0x37b8be._0x1022e1,_0x37b8be._0x5aa8f,_0x37b8be._0x38661f,0x2cf)+_0x31ac59(-0x117,-0x16f,-_0x37b8be._0x329d1e,-_0x37b8be._0x4234e7)+'environmen'+'t\x20template'+'s',_0x43acf4[_0x31ac59(-0x13d,-_0x37b8be._0x21f6ec,-0x1b5,-_0x37b8be._0x1c3798)]=function(_0x262454,_0x1abd91){return _0x262454===_0x1abd91;},_0x43acf4[_0x3a2819(_0x37b8be._0x247ed6,_0x37b8be._0x2328ae,_0x37b8be._0x26f5d9,_0x37b8be._0x46d32e)]=function(_0x41cf77,_0x52a9c1){return _0x41cf77===_0x52a9c1;},_0x43acf4[_0x31ac59(-0x223,-0x21d,-0x18e,-_0x37b8be._0x2d5b79)]=_0x3a2819(_0x37b8be._0x2b78d4,0x235,_0x37b8be._0x296579,0x225),_0x43acf4[_0x31ac59(-_0x37b8be._0x3ea51a,-0x105,-0x19b,-_0x37b8be._0x3ad3a4)]=_0x3a2819(0x1b6,_0x37b8be._0x5c538e,0x135,_0x37b8be._0x45e81e)+'t',_0x43acf4[_0x31ac59(-_0x37b8be._0x24e667,-_0x37b8be._0x277a8d,-_0x37b8be._0x76c70e,-0x1ad)]=_0x31ac59(-0x1ee,-0x138,-0x1a5,-_0x37b8be._0x371f16)+_0x3a2819(_0x37b8be._0x385eb4,0x284,0x203,_0x37b8be._0x5977c5)+'uired',_0x43acf4[_0x3a2819(0x133,0x1bd,0x19a,_0x37b8be._0x3190d3)]='Task\x20updat'+_0x31ac59(-_0x37b8be._0x5629c1,-_0x37b8be._0x59a489,-_0x37b8be._0x2fc079,-0x156)+_0x31ac59(-_0x37b8be._0x2e9065,-0xdc,-_0x37b8be._0x3da30d,-0x153)+_0x3a2819(_0x37b8be._0x1b4717,_0x37b8be._0x5ee5d6,_0x37b8be._0x5bc322,0x21f),_0x43acf4[_0x31ac59(-_0x37b8be._0x212731,-_0x37b8be._0xe83ca3,-_0x37b8be._0x5b0fba,-0x27d)]=_0x3a2819(_0x37b8be._0x4a691e,0x236,0x213,_0x37b8be._0x338283),_0x43acf4[_0x3a2819(_0x37b8be._0x4cc1d7,_0x37b8be._0x318828,0x18b,_0x37b8be._0x25a97e)]=_0x31ac59(-0x1af,-0x209,-_0x37b8be._0xfc9b04,-0x21c),_0x43acf4[_0x3a2819(_0x37b8be._0x388de1,_0x37b8be._0x47cacc,_0x37b8be._0x57af44,_0x37b8be._0x1938fd)]='Environmen'+'t\x20instruct'+_0x3a2819(_0x37b8be._0x5ee948,_0x37b8be._0x6fc86b,0x17f,0x1c5)+_0x3a2819(_0x37b8be._0x4bf1ce,_0x37b8be._0x23dc5f,0x24e,0x2b6),_0x43acf4[_0x31ac59(-0x281,-0x2df,-_0x37b8be._0xc52fd9,-0x2bb)]=function(_0x889d7a,_0x3d75f0){return _0x889d7a===_0x3d75f0;},_0x43acf4['lFQvg']=_0x31ac59(-0x2dd,-0x2f1,-_0x37b8be._0x2f8b87,-_0x37b8be._0x2a5d63),_0x43acf4['KGSkQ']=_0x3a2819(0x203,_0x37b8be._0x38eb8a,0x1ba,_0x37b8be._0xb69e0a),_0x43acf4['jwpmB']=_0x31ac59(-_0x37b8be._0x1b5fdc,-0x20d,-_0x37b8be._0xa64a71,-0x249)+_0x31ac59(-0x250,-_0x37b8be._0x10338a,-_0x37b8be._0x8f6370,-0x180)+_0x3a2819(0x2a2,0x1bb,_0x37b8be._0x30b270,_0x37b8be._0x299452),_0x43acf4[_0x3a2819(_0x37b8be._0x19622a,0x26f,0x23d,0x2b7)]=_0x31ac59(-0x27a,-_0x37b8be._0x5265eb,-_0x37b8be._0x196d2a,-_0x37b8be._0x160787)+_0x3a2819(0x170,0x1ef,0x1b8,_0x37b8be._0x369630)+_0x3a2819(0x142,0x198,0x1c7,0x17c)+_0x3a2819(0x160,0x159,_0x37b8be._0x15b322,_0x37b8be._0x374b8a);const _0x5c9797=_0x43acf4,{callingTask:_0x4beaa8,taskUser:_0x317444,environmentName:_0xa9b419,environmentPath:_0x41d0b7}=_0x2d2428,{content:_0x4867e4}=_0x2d2428['body'];if(_0x5c9797[_0x31ac59(-0x1de,-0x22a,-0x1b5,-_0x37b8be._0x17e4e1)](_0x4867e4,undefined)){if(_0x5c9797['fRXhX'](_0x31ac59(-_0x37b8be._0x315493,-_0x37b8be._0x36c409,-0x14b,-_0x37b8be._0x2e70e3),_0x5c9797[_0x31ac59(-_0x37b8be._0x5aaa78,-_0x37b8be._0x250d2a,-0x18e,-_0x37b8be._0x540254)])){const _0x3c6773={};return _0x3c6773[_0x31ac59(-_0x37b8be._0xcba30e,-_0x37b8be._0x1f33f9,-_0x37b8be._0x569e7d,-_0x37b8be._0x224298)]=_0x5c9797[_0x3a2819(_0x37b8be._0x54fa41,_0x37b8be._0x117c26,0x207,0x1fd)],_0x3c6773['message']=_0x5c9797[_0x3a2819(_0x37b8be._0x192bc0,0x216,_0x37b8be._0x49939e,_0x37b8be._0x71384f)],_0x1670c3[_0x31ac59(-0x146,-0x142,-0x188,-0x203)](-0x82*-0x20+0x1*0x1b67+-0x2a17)[_0x31ac59(-0x1e4,-0x160,-0x1bc,-_0x37b8be._0x5d22c0)](_0x3c6773);}else{if(_0x401241[_0x31ac59(-0x1ae,-0x276,-_0x37b8be._0xbec44b,-_0x37b8be._0x7c13c9)]===_0x5c9797[_0x31ac59(-_0x37b8be._0x1bb8f1,-0xec,-0x183,-0x13a)]){const _0x401fe5={};_0x401fe5[_0x3a2819(0x19c,_0x37b8be._0x223292,0x189,_0x37b8be._0x4feae4)]=[],_0x401fe5[_0x31ac59(-0x24b,-0x1a3,-0x21a,-_0x37b8be._0x47cacc)+'t']=_0x7bf8b5,_0x15ed94[_0x3a2819(0x24a,0x1f3,_0x37b8be._0x5703e6,_0x37b8be._0xb6e3e5)](_0x401fe5);}else{const _0x158c76={};_0x158c76['taskId']=_0x47d442[_0x31ac59(-0x192,-0x299,-0x20c,-_0x37b8be._0x76c70e)],_0x158c76[_0x31ac59(-0x18f,-_0x37b8be._0x252c51,-0x21a,-0x1b4)+'t']=_0x514f6f,_0x158c76['error']=_0x5b03b3[_0x3a2819(0x234,_0x37b8be._0x5c4a56,_0x37b8be._0x2cb727,0x24b)],_0x36219d[_0x31ac59(-0x218,-0x171,-_0x37b8be._0x57c302,-0x1c3)](_0x5c9797['MkuRy'],_0x158c76);const _0x311658={};_0x311658['error']=_0x5c9797[_0x31ac59(-0x22e,-_0x37b8be._0x32d779,-_0x37b8be._0x4c4450,-0x23e)],_0x311658[_0x31ac59(-0x1b1,-_0x37b8be._0x44ca46,-_0x37b8be._0x339c38,-_0x37b8be._0x375dd0)]=_0x5c9797[_0x31ac59(-0x279,-_0x37b8be._0x3efacd,-_0x37b8be._0x697291,-_0x37b8be._0x5a6179)],_0xeb1355[_0x3a2819(_0x37b8be._0x3d568,_0x37b8be._0x336fd1,0x21a,0x21f)](0x97*-0xd+-0x1819+0x21b8)[_0x3a2819(0x243,_0x37b8be._0x2a1756,0x1e6,_0x37b8be._0x2f8617)](_0x311658);}}}const _0x125433={};_0x125433[_0x31ac59(-0x192,-0x29d,-0x20c,-0x25b)]=_0x4beaa8[_0x31ac59(-0x254,-0x19a,-_0x37b8be._0x39ed5b,-_0x37b8be._0x1dc47d)],_0x125433[_0x31ac59(-0x2a1,-0x21c,-_0x37b8be._0x50b0eb,-_0x37b8be._0x39afac)+'t']=_0xa9b419,_0x125433[_0x3a2819(_0x37b8be._0x59d32b,0x150,0x1a3,_0x37b8be._0x8ac8ad)]=_0x317444['id'],_0x125433['username']=_0x317444[_0x3a2819(0x272,0x2a6,0x226,0x19e)];function _0x3a2819(_0x52f2e8,_0x1f968d,_0x61517c,_0x3613b0){return _0xfb14ec(_0x52f2e8-_0x16f624._0x3acd34,_0x1f968d,_0x61517c- -_0x16f624._0x136aca,_0x3613b0-0xed);}_0x125433[_0x31ac59(-_0x37b8be._0x411281,-_0x37b8be._0x1cf129,-0x149,-_0x37b8be._0x52ecf4)+'gth']=_0x4867e4[_0x31ac59(-_0x37b8be._0x944b8a,-0x2dd,-_0x37b8be._0x1e0b67,-_0x37b8be._0x5a68d4)],logger[_0x31ac59(-_0x37b8be._0x570b2a,-_0x37b8be._0x2ffb00,-0x182,-_0x37b8be._0xe505eb)](_0x5c9797[_0x3a2819(_0x37b8be._0x8a902f,0x17e,0x19a,_0x37b8be._0x152c4a)],_0x125433);const _0x4454cb=_0x1ee495[_0x3a2819(_0x37b8be._0x535b4d,0x10c,_0x37b8be._0x44c49e,_0x37b8be._0x4f629e)](_0x41d0b7,_0x5c9797[_0x3a2819(_0x37b8be._0x382d82,_0x37b8be._0x2e9065,_0x37b8be._0xe70307,0x1d6)]),_0x12fd2f=new Date()[_0x3a2819(_0x37b8be._0xccffcd,_0x37b8be._0x2216ab,_0x37b8be._0x38c8a4,0x1f9)+'g']();try{const _0x22b852={};_0x22b852[_0x31ac59(-0x1a7,-_0x37b8be._0x2094b1,-0x1c0,-_0x37b8be._0xa0ad63)]=!![],await _0x40e1ca[_0x3a2819(0x24c,0x243,0x22c,0x1c4)](_0x41d0b7,_0x22b852),await _0x40e1ca[_0x3a2819(_0x37b8be._0x1b8292,0x1e4,0x200,0x288)](_0x4454cb,_0x4867e4,_0x5c9797[_0x3a2819(0x202,0x143,0x18b,_0x37b8be._0x1601e4)]);const _0x528278={};_0x528278['taskId']=_0x4beaa8[_0x31ac59(-0x261,-_0x37b8be._0x3f6cf2,-_0x37b8be._0x5e34ba,-0x28e)],_0x528278[_0x3a2819(_0x37b8be._0xe6abf5,_0x37b8be._0x4af1e6,_0x37b8be._0x3a1f9e,_0x37b8be._0x24543a)+'t']=_0xa9b419,_0x528278[_0x31ac59(-_0x37b8be._0x59629c,-0x1e2,-0x1ff,-_0x37b8be._0xcf310e)]=_0x317444['id'],logger[_0x3a2819(0x295,0x26a,0x220,_0x37b8be._0x2e3b2b)](_0x5c9797[_0x31ac59(-_0x37b8be._0x2116f7,-_0x37b8be._0x13267b,-0x192,-0x1f7)],_0x528278);const _0x48d7ea={};_0x48d7ea[_0x31ac59(-0x15b,-_0x37b8be._0x4af1e6,-0x185,-_0x37b8be._0x3c175a)]=!![],_0x48d7ea[_0x3a2819(_0x37b8be._0x50bb46,0x1d6,_0x37b8be._0x3a1f9e,_0x37b8be._0x582fcc)+'t']=_0xa9b419,_0x48d7ea[_0x31ac59(-_0x37b8be._0x1d3a8d,-0x225,-0x261,-0x2eb)]=_0x31ac59(-0x16c,-0x1ed,-_0x37b8be._0x56479e,-_0x37b8be._0x8f6370),_0x48d7ea[_0x3a2819(0x183,_0x37b8be._0x5f4384,_0x37b8be._0x2a532d,_0x37b8be._0x5e9ee8)]=_0x12fd2f,_0x48d7ea['updatedByT'+'askId']=_0x4beaa8[_0x31ac59(-_0x37b8be._0x689aee,-0x246,-_0x37b8be._0x24c0d6,-_0x37b8be._0x54691a)],_0x48d7ea['updatedByU'+_0x3a2819(_0x37b8be._0x5c011c,0xf3,0x14e,_0x37b8be._0x5ca87)]=_0x317444['id'],_0x1670c3[_0x3a2819(_0x37b8be._0xc830c3,0x175,0x1e6,0x1df)](_0x48d7ea);}catch(_0x1b9b9c){if(_0x5c9797[_0x3a2819(_0x37b8be._0x41994b,_0x37b8be._0x4930bd,0x133,0x125)](_0x5c9797[_0x31ac59(-0x1e7,-0x1ec,-_0x37b8be._0x222bf6,-0x1e4)],_0x5c9797['KGSkQ'])){const _0x233747={};_0x233747[_0x31ac59(-_0x37b8be._0x1601e4,-_0x37b8be._0x109c74,-_0x37b8be._0xa9aff0,-0x1b4)]=_0x1b8708['callingTas'+'k'][_0x31ac59(-_0x37b8be._0x2c255a,-_0x37b8be._0x12897d,-_0x37b8be._0x39ed5b,-0x29e)],_0x233747[_0x31ac59(-_0x37b8be._0x52ddf2,-0x212,-0x1ff,-_0x37b8be._0xe4803)]=_0x3d328c[_0x3a2819(0x15a,_0x37b8be._0xfc9b04,0x193,_0x37b8be._0x6f7643)]['id'],_0x233747[_0x3a2819(0x235,_0x37b8be._0xb1f89f,_0x37b8be._0xb1de4b,0x29f)]=_0x3b8bda['taskUser'][_0x3a2819(0x248,0x2b3,0x226,0x267)],_0x1dded5[_0x31ac59(-_0x37b8be._0x1fc5c9,-0x18c,-_0x37b8be._0x36acaf,-0x1af)](_0x5c9797[_0x31ac59(-0x263,-_0x37b8be._0x28d6fc,-_0x37b8be._0x5cbb4e,-_0x37b8be._0x582fcc)],_0x233747);const _0x56bedd={};return _0x56bedd['error']=_0x5c9797['XVqJv'],_0x56bedd[_0x31ac59(-_0x37b8be._0x296579,-_0x37b8be._0x8f6370,-_0x37b8be._0x124f8a,-0x20a)]=_0x5c9797[_0x31ac59(-_0x37b8be._0x2fe0ee,-0x231,-_0x37b8be._0xfda147,-0x21c)],_0x1d32f7[_0x3a2819(0x2a2,_0x37b8be._0x4d7f17,_0x37b8be._0x250d2a,_0x37b8be._0x7c13c9)](0xf7a+-0x201a+-0x1233*-0x1)[_0x3a2819(_0x37b8be._0xac1b30,_0x37b8be._0x14aa1a,0x1e6,0x1bd)](_0x56bedd);}else{const _0x37d5b0={};_0x37d5b0[_0x3a2819(_0x37b8be._0x1cd7cf,_0x37b8be._0x52acb2,0x196,_0x37b8be._0x56a95d)]=_0x4beaa8[_0x31ac59(-0x29d,-0x263,-0x20c,-_0x37b8be._0x2d2a03)],_0x37d5b0[_0x31ac59(-0x264,-0x25f,-_0x37b8be._0x250d2a,-0x260)+'t']=_0xa9b419,_0x37d5b0['error']=_0x1b9b9c[_0x31ac59(-0x1b2,-0x233,-_0x37b8be._0x5f0082,-0x26c)],logger[_0x31ac59(-_0x37b8be._0x599bd8,-_0x37b8be._0xe7020b,-_0x37b8be._0x569e7d,-0x24f)](_0x5c9797[_0x31ac59(-_0x37b8be._0x54691a,-_0x37b8be._0x13e358,-0x1ae,-0x1e3)],_0x37d5b0);const _0x3b1be2={};_0x3b1be2['error']=_0x31ac59(-_0x37b8be._0xe10a5,-0x1fd,-0x22d,-0x2b4)+_0x3a2819(0x242,_0x37b8be._0x4c364e,_0x37b8be._0x33b043,0x1e9)+'r',_0x3b1be2[_0x3a2819(_0x37b8be._0x19622a,0x24d,_0x37b8be._0x14daba,0x1eb)]=_0x5c9797[_0x3a2819(0x2b5,0x1ac,_0x37b8be._0x5e895c,0x1c7)],_0x1670c3[_0x31ac59(-_0x37b8be._0x33c262,-_0x37b8be._0x5dfd38,-0x188,-_0x37b8be._0xcfde88)](0x1c5f+-0x2f*-0xcf+-0x406c)[_0x3a2819(_0x37b8be._0xbc3c84,0x15f,_0x37b8be._0x1229dc,0x241)](_0x3b1be2);}}}),router[_0xfb14ec(0x2db,0x36c,0x35d,0x2f0)]('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x374492,_0x15dea1)=>{const _0x4f3b9e={_0x5139fd:0x1ac,_0x4f6bba:0x23b,_0x5510b2:0x37b,_0x2a60d7:0x40b,_0x1ddc42:0x386,_0x3ab5a9:0x4fa,_0x297603:0x4cc,_0x488b03:0x492,_0x355cb9:0x43d,_0x167375:0x3a6,_0x1c7f05:0x4ec,_0x226b49:0x469,_0x320de7:0x3f5,_0x34f57a:0x25e,_0x3b152d:0x2dc,_0x536e71:0x1a0,_0x370b32:0x1cd,_0x4421a9:0x1d9,_0x540d26:0x247,_0xd947f0:0x277,_0x264a8f:0x2bc,_0x188ec5:0x55a,_0x2e808e:0x4e5,_0x377793:0x4f3,_0x5b3bc6:0x556,_0x69db24:0x4ba,_0x1483fd:0x522,_0x4b38ea:0x523,_0x4a0130:0x528,_0x22b994:0x4c2,_0x4cb474:0x490,_0x44af8d:0x431,_0x492016:0x510,_0x5ec80f:0x4a6,_0x2bef05:0x4c0,_0x514fc6:0x20a,_0x30f4a8:0x17d,_0x322d5d:0x185,_0x15eae8:0x1be,_0xe604a4:0x1b8,_0x24ed64:0x3f9,_0x23a262:0x468,_0x1d57bb:0x3d8,_0x55344d:0x2a7,_0x5a3864:0x1aa,_0x410382:0x1df,_0x320b01:0x4a5,_0x320778:0x433,_0x5939d0:0x1e4,_0x404f62:0x1ff,_0x179c2e:0x26a,_0xa8635c:0x3e7,_0x5208e3:0x434,_0x563003:0x26f,_0x2db2d8:0x250,_0x491a95:0x435,_0x2ea86e:0x3e4,_0x23656f:0x205,_0x1ea206:0x234,_0x27cd95:0x2a3,_0x3e1466:0x493,_0x3f9452:0x407,_0x56218a:0x376,_0xf82706:0x2c4,_0x3c82c3:0x25c,_0x21bfbf:0x279,_0xa47ae2:0x1fa,_0x3f014e:0x200,_0x2312f7:0x425,_0x35d9b7:0x3e9,_0x379690:0x37a,_0x371c20:0x3d5,_0x3f4c67:0x472,_0x4d9042:0x48a,_0x1e771b:0x461,_0x51e2a3:0x406,_0x555e3d:0x477,_0x3eb856:0x487,_0x1331a5:0x43a,_0x13bc14:0x42a,_0x526338:0x3a1,_0x40291f:0x3fb,_0x3d87b6:0x447,_0x450cb0:0x2a1,_0x3dd733:0x1cc,_0x9f27a8:0x152,_0x171d3b:0x235,_0x3b39ab:0x1ec,_0x4e0a2e:0x1c6,_0x247ba8:0x434,_0x422adf:0x26c,_0x3bb30b:0x27a,_0x13fe31:0x21e,_0x561c16:0x170,_0x51eb55:0x1f4,_0xe83af8:0x171,_0x52abbf:0x3d9,_0x4e97c6:0x453,_0x593bfe:0x3fd,_0x325356:0x38e,_0x55b8b4:0x47d,_0x51266d:0x40b,_0x46c2db:0x4d5,_0x4cead2:0x4a1,_0x5da2bd:0x4af,_0x2f4233:0x218,_0x160d9a:0x178,_0x5dd1d2:0x3ff,_0x117433:0x425,_0x2cb7e4:0x421,_0x66cc68:0x27e,_0x1300f8:0x2d9,_0x30c527:0x1b0,_0x49cde8:0x29f,_0x5afac1:0x28b,_0x5c81c1:0x457,_0x449ae1:0x4ea,_0x2be042:0x50a,_0x4331f4:0x24b,_0x1120e3:0x1fe,_0x4e8774:0x2c9,_0x152d12:0x23e,_0x3189ba:0x21a,_0x1ee8d2:0x44b,_0x5986b2:0x3d7,_0x421b2b:0x1da,_0x11b191:0x1ab,_0x15ec49:0x1a2,_0x5a0f28:0x1c2,_0x530608:0xee,_0x22cc06:0x203,_0x235c54:0x53e,_0x5a9f8b:0x4bc,_0x24605a:0x300,_0xf0bc1d:0x26a,_0x4fab9d:0x2b7,_0x19e549:0x40a,_0x160056:0x226,_0x38bc51:0x1ec,_0x53e15c:0x443,_0x436a01:0x3cb,_0x53e79d:0x246,_0x33e78b:0x221,_0x3ce694:0x1ea,_0xb4be80:0x228,_0x4a96f1:0x221,_0x9df2aa:0x20e,_0x27e631:0x1e2,_0xf9d018:0x4d2,_0x248428:0x43f,_0x2cd974:0x204,_0x199f68:0x494,_0x40a2b9:0x4d2,_0xafced2:0x164,_0x2910c1:0x1bf,_0x153c59:0x1d6,_0x74e07:0x1d5,_0x2edbe6:0x456,_0x127a44:0x4c0,_0x294192:0x1b9,_0x680c08:0x253,_0x31ccae:0x462,_0x217c6d:0x49f,_0x14c093:0x4a1},_0x2db11f={_0xc8c86e:0x334,_0x402581:0x326,_0x443c9f:0x2b4,_0x53b150:0x4d,_0x1059d0:0x23,_0x84e773:0x21,_0x4d408f:0x41d,_0xe089a1:0x316,_0x4b4529:0x2da,_0x5ac8ba:0xbd,_0x5bc558:0xb4,_0x2a50b4:0x303,_0x411ddf:0x2e9,_0x3a0637:0x122,_0x3a46df:0x48,_0x3fb61f:0x35,_0x16c3e7:0xea,_0x4d7080:0xa5,_0xba1f8f:0x8e,_0xf3d4d3:0x335,_0x585c46:0x374,_0x5ce111:0x398,_0x14db66:0x39f,_0x9cd33d:0x414,_0x53a856:0x340,_0x5e4c6b:0x403,_0x2a94df:0x3a3,_0x497e9e:0x39c,_0x151f57:0x440,_0x32ac8c:0x472,_0x499592:0x38f,_0x5a93cc:0x3a0,_0x1bc1d7:0x39e,_0x40a317:0x97,_0x1c2ec1:0x331,_0x3464d9:0x2f7,_0xa58dc:0x31,_0x1dc8a6:0x65},_0x1d88d7={_0xd5352d:0x5df,_0x55ba11:0x63},_0x403f4d={_0x195a6f:0x98},_0x28afdb={};_0x28afdb[_0x48f6c3(-_0x4f3b9e._0x5139fd,-_0x4f3b9e._0x4f6bba,-0x22d,-0x1a8)]=_0x1a3cdb(_0x4f3b9e._0x5510b2,_0x4f3b9e._0x2a60d7,_0x4f3b9e._0x1ddc42,0x3fb)+'ed',_0x28afdb[_0x1a3cdb(0x488,0x483,_0x4f3b9e._0x3ab5a9,_0x4f3b9e._0x297603)]=_0x1a3cdb(_0x4f3b9e._0x488b03,_0x4f3b9e._0x355cb9,0x4a0,_0x4f3b9e._0x167375)+_0x1a3cdb(_0x4f3b9e._0x1c7f05,_0x4f3b9e._0x226b49,_0x4f3b9e._0x320de7,0x4f3),_0x28afdb[_0x48f6c3(-_0x4f3b9e._0x34f57a,-0x281,-_0x4f3b9e._0x3b152d,-0x235)]=function(_0x586261,_0x806ca){return _0x586261!==_0x806ca;},_0x28afdb[_0x48f6c3(-_0x4f3b9e._0x536e71,-0x169,-_0x4f3b9e._0x370b32,-_0x4f3b9e._0x4421a9)]=_0x48f6c3(-0x20c,-_0x4f3b9e._0x540d26,-_0x4f3b9e._0xd947f0,-_0x4f3b9e._0x264a8f)+_0x1a3cdb(_0x4f3b9e._0x188ec5,_0x4f3b9e._0x2e808e,0x519,0x460)+'r',_0x28afdb[_0x1a3cdb(0x57c,_0x4f3b9e._0x377793,_0x4f3b9e._0x5b3bc6,0x542)]=_0x1a3cdb(0x45c,_0x4f3b9e._0x69db24,_0x4f3b9e._0x1483fd,0x462)+'t\x20initiali'+'zed',_0x28afdb[_0x1a3cdb(0x571,0x4dd,_0x4f3b9e._0x4b38ea,_0x4f3b9e._0x4a0130)]=_0x1a3cdb(0x460,0x494,_0x4f3b9e._0x22b994,0x4af),_0x28afdb['oizfI']=_0x1a3cdb(0x410,_0x4f3b9e._0x4cb474,0x4b0,_0x4f3b9e._0x44af8d)+_0x1a3cdb(_0x4f3b9e._0x492016,_0x4f3b9e._0x5ec80f,_0x4f3b9e._0x2bef05,0x4e6),_0x28afdb[_0x48f6c3(-0x240,-_0x4f3b9e._0x514fc6,-_0x4f3b9e._0x30f4a8,-0x296)]=function(_0x1be2f5,_0x405746){return _0x1be2f5===_0x405746;},_0x28afdb[_0x48f6c3(-0x1db,-_0x4f3b9e._0x322d5d,-0x17b,-_0x4f3b9e._0x15eae8)]=_0x48f6c3(-0x1b4,-0x1ed,-0x1dc,-_0x4f3b9e._0xe604a4),_0x28afdb[_0x1a3cdb(0x457,0x468,_0x4f3b9e._0x24ed64,0x3e2)]=_0x1a3cdb(_0x4f3b9e._0x23a262,0x4b3,0x532,0x464),_0x28afdb[_0x1a3cdb(0x460,0x497,0x51b,0x458)]=function(_0x254564,_0xb81fa3){return _0x254564!==_0xb81fa3;},_0x28afdb[_0x1a3cdb(_0x4f3b9e._0x1d57bb,0x3f9,0x3bd,0x411)]=_0x48f6c3(-_0x4f3b9e._0x55344d,-0x237,-0x217,-_0x4f3b9e._0x5a3864),_0x28afdb[_0x48f6c3(-0x1a3,-0x21f,-0x27f,-_0x4f3b9e._0x410382)]=_0x1a3cdb(0x447,_0x4f3b9e._0x320b01,_0x4f3b9e._0x320778,0x4f9),_0x28afdb[_0x48f6c3(-0x207,-0x178,-_0x4f3b9e._0x5939d0,-0x19d)]=function(_0xe974b3,_0x5c2662){return _0xe974b3!==_0x5c2662;},_0x28afdb[_0x48f6c3(-_0x4f3b9e._0x404f62,-_0x4f3b9e._0x179c2e,-0x292,-0x298)]=_0x1a3cdb(_0x4f3b9e._0xa8635c,_0x4f3b9e._0x5208e3,0x3df,0x422),_0x28afdb[_0x48f6c3(-0x217,-_0x4f3b9e._0x563003,-0x20b,-0x240)]=_0x1a3cdb(0x367,0x3fd,_0x4f3b9e._0x1ddc42,0x3e4)+_0x48f6c3(-0x27c,-0x254,-0x21c,-0x2a6)+_0x48f6c3(-_0x4f3b9e._0x2db2d8,-0x1d1,-0x173,-0x25b);function _0x1a3cdb(_0x415e87,_0x55fa26,_0x16fc23,_0x1c3afc){return _0xfb14ec(_0x415e87-0x158,_0x1c3afc,_0x55fa26-_0x403f4d._0x195a6f,_0x1c3afc-0x112);}const _0x3c1b6f=_0x28afdb,{callingTask:_0x5737ac,environmentName:_0x59d743,environmentPath:_0x5d5640}=_0x374492,_0x232ae0={};function _0x48f6c3(_0x497175,_0x54febf,_0x309432,_0xfec4b7){return _0xfb14ec(_0x497175-0x79,_0x497175,_0x54febf- -_0x1d88d7._0xd5352d,_0xfec4b7-_0x1d88d7._0x55ba11);}_0x232ae0[_0x1a3cdb(0x40c,0x451,_0x4f3b9e._0x491a95,_0x4f3b9e._0x2ea86e)]=_0x5737ac['taskId'],_0x232ae0[_0x48f6c3(-_0x4f3b9e._0x23656f,-_0x4f3b9e._0x1ea206,-0x20a,-_0x4f3b9e._0x27cd95)+'t']=_0x59d743,logger['info'](_0x1a3cdb(_0x4f3b9e._0x3e1466,_0x4f3b9e._0x3f9452,_0x4f3b9e._0x56218a,0x385)+_0x48f6c3(-0x270,-0x249,-_0x4f3b9e._0xf82706,-0x258)+_0x48f6c3(-_0x4f3b9e._0x3c82c3,-_0x4f3b9e._0x21bfbf,-_0x4f3b9e._0xa47ae2,-_0x4f3b9e._0x3f014e)+_0x1a3cdb(0x4a4,0x4a6,_0x4f3b9e._0x377793,_0x4f3b9e._0x2312f7),_0x232ae0);const _0x481ec0=_0x1ee495[_0x1a3cdb(0x42f,_0x4f3b9e._0x35d9b7,_0x4f3b9e._0x379690,_0x4f3b9e._0x371c20)](_0x5d5640,_0x3c1b6f[_0x1a3cdb(0x490,0x4bc,0x450,0x4b4)]);try{if(_0x3c1b6f[_0x48f6c3(-0x1f3,-_0x4f3b9e._0x514fc6,-0x24a,-0x194)](_0x3c1b6f['zHDfr'],_0x1a3cdb(_0x4f3b9e._0x3f4c67,_0x4f3b9e._0x4d9042,_0x4f3b9e._0x1e771b,_0x4f3b9e._0x51e2a3))){const _0x4a3f2d=await _0x40e1ca['readdir'](_0x481ec0),_0x52db1e=_0x4a3f2d[_0x1a3cdb(_0x4f3b9e._0x555e3d,_0x4f3b9e._0x3eb856,_0x4f3b9e._0x1331a5,0x46c)](_0x287e5e=>_0x287e5e[_0x48f6c3(-0x211,-0x1e2,-0x165,-0x20c)](_0x48f6c3(-0x1bb,-0x208,-0x17f,-0x17a))),_0x2abb3e=await Promise[_0x1a3cdb(_0x4f3b9e._0x13bc14,0x411,_0x4f3b9e._0x526338,_0x4f3b9e._0x1d57bb)](_0x52db1e[_0x1a3cdb(_0x4f3b9e._0x40291f,0x48e,_0x4f3b9e._0x3d87b6,0x44f)](async _0x4fba63=>{const _0x4ccea3={_0x1bfe6a:0xe0},_0x3929a7={_0x4de28a:0x141},_0x17c3a6=_0x4fba63[_0x25c42c(_0x2db11f._0xc8c86e,_0x2db11f._0x402581,0x3a7,_0x2db11f._0x443c9f)](/\.md$/,'');function _0x47d904(_0x18c62a,_0x4eb888,_0x3be2c6,_0x2ced96){return _0x1a3cdb(_0x18c62a-0x1ea,_0x2ced96- -0x3c8,_0x3be2c6-_0x3929a7._0x4de28a,_0x4eb888);}function _0x25c42c(_0x259d15,_0xce8d9d,_0x54c0a3,_0x2698f9){return _0x1a3cdb(_0x259d15-0xc,_0x259d15- -_0x4ccea3._0x1bfe6a,_0x54c0a3-0xac,_0xce8d9d);}const _0x426d3e=_0x1ee495[_0x47d904(-_0x2db11f._0x53b150,0x21,_0x2db11f._0x1059d0,_0x2db11f._0x84e773)](_0x481ec0,_0x17c3a6+_0x25c42c(0x3e3,0x410,_0x2db11f._0x4d408f,0x34c));let _0x4b63c3=null;try{if(_0x3c1b6f[_0x25c42c(_0x2db11f._0xe089a1,0x298,0x373,_0x2db11f._0x4b4529)](_0x47d904(0x13e,0xde,_0x2db11f._0x5ac8ba,_0x2db11f._0x5bc558),'gyEuI')){const _0xddcd91={};_0xddcd91[_0x25c42c(0x371,0x382,_0x2db11f._0x2a50b4,_0x2db11f._0x411ddf)]=_0x2c1e62,_0x540cf7['warn'](_0x47d904(0x159,0xa3,0x139,_0x2db11f._0x3a0637)+_0x47d904(_0x2db11f._0x3a46df,_0x2db11f._0x3fb61f,_0x2db11f._0x16c3e7,0x64)+_0x47d904(0x47,0x60,0x124,0xcb)+'\x20with\x20unkn'+'own\x20task\x20I'+'D',_0xddcd91);const _0x50f1ad={};return _0x50f1ad[_0x47d904(_0x2db11f._0x4d7080,0xc,0xa3,_0x2db11f._0xba1f8f)]=_0x3c1b6f[_0x25c42c(0x35c,_0x2db11f._0xf3d4d3,_0x2db11f._0x585c46,_0x2db11f._0x5ce111)],_0x50f1ad[_0x25c42c(_0x2db11f._0x14db66,_0x2db11f._0x9cd33d,_0x2db11f._0x53a856,_0x2db11f._0x5e4c6b)]=_0x3c1b6f[_0x25c42c(_0x2db11f._0x2a94df,0x3cd,_0x2db11f._0x497e9e,0x3c1)],_0x2d811e[_0x25c42c(0x3f5,_0x2db11f._0x151f57,0x411,_0x2db11f._0x32ac8c)](-0x1*-0x119c+0xd9+-0x10e4)[_0x25c42c(0x3c1,_0x2db11f._0x499592,0x36f,0x42f)](_0x50f1ad);}else{const _0x39605c=await _0x40e1ca[_0x25c42c(_0x2db11f._0x5a93cc,0x333,_0x2db11f._0x1bc1d7,0x40a)](_0x426d3e,_0x47d904(0xb7,0x175,_0x2db11f._0x40a317,0xfd));_0x4b63c3=JSON[_0x25c42c(0x386,0x41b,_0x2db11f._0x1c2ec1,_0x2db11f._0x3464d9)](_0x39605c);}}catch{}return{'name':_0x17c3a6,'filename':_0x4fba63,'description':_0x4b63c3?.[_0x47d904(0xbb,_0x2db11f._0xa58dc,0x73,_0x2db11f._0x1dc8a6)+'n']||null,'hasMetadata':_0x3c1b6f['ezPbq'](_0x4b63c3,null)};})),_0x4bb20b={};_0x4bb20b[_0x48f6c3(-_0x4f3b9e._0x450cb0,-0x233,-0x1dd,-_0x4f3b9e._0x3dd733)]=_0x2abb3e,_0x4bb20b['environmen'+'t']=_0x59d743,_0x15dea1[_0x48f6c3(-_0x4f3b9e._0x9f27a8,-0x1d6,-0x1b5,-0x201)](_0x4bb20b);}else{const _0x3c0091={};_0x3c0091['taskId']=_0x107ded[_0x48f6c3(-0x23b,-0x226,-0x264,-_0x4f3b9e._0x171d3b)],_0x3c0091[_0x1a3cdb(0x4aa,0x443,0x489,0x3e2)+'t']=_0x5aaebb,_0x3c0091[_0x48f6c3(-0x2b4,-0x221,-_0x4f3b9e._0x3b39ab,-_0x4f3b9e._0x4e0a2e)]=_0x248749[_0x48f6c3(-0x175,-0x1f8,-0x27c,-0x245)],_0x36e1c1[_0x1a3cdb(_0x4f3b9e._0x247ba8,0x456,0x489,0x485)](_0x48f6c3(-_0x4f3b9e._0x422adf,-_0x4f3b9e._0x3bb30b,-_0x4f3b9e._0x13fe31,-0x30c)+_0x48f6c3(-_0x4f3b9e._0x561c16,-_0x4f3b9e._0x3f014e,-0x218,-_0x4f3b9e._0x51eb55)+_0x48f6c3(-_0x4f3b9e._0xe83af8,-0x191,-0x1fd,-0x209),_0x3c0091);const _0xcf85c5={};_0xcf85c5[_0x1a3cdb(_0x4f3b9e._0x52abbf,0x456,_0x4f3b9e._0x4e97c6,0x425)]=_0x3c1b6f[_0x48f6c3(-0x152,-0x169,-0xf2,-0x1d7)],_0xcf85c5['message']=_0x1a3cdb(0x3c2,_0x4f3b9e._0x593bfe,0x435,0x38d)+_0x1a3cdb(_0x4f3b9e._0x325356,0x422,_0x4f3b9e._0x55b8b4,0x39d)+_0x1a3cdb(_0x4f3b9e._0x51266d,0x441,0x493,0x492)+'le',_0x16b07b[_0x1a3cdb(0x4b4,_0x4f3b9e._0x46c2db,0x455,0x4b6)](0x35*0x8a+0x281*0x2+0x170*-0x16)[_0x1a3cdb(0x424,_0x4f3b9e._0x4cead2,_0x4f3b9e._0x5da2bd,0x486)](_0xcf85c5);}}catch(_0x5d7446){if(_0x3c1b6f[_0x48f6c3(-_0x4f3b9e._0x2f4233,-_0x4f3b9e._0x514fc6,-0x23f,-_0x4f3b9e._0x160d9a)](_0x5d7446[_0x1a3cdb(0x406,0x43b,0x487,_0x4f3b9e._0x5dd1d2)],_0x3c1b6f[_0x1a3cdb(_0x4f3b9e._0x117433,0x468,0x3ec,_0x4f3b9e._0x2cb7e4)])){if(_0x3c1b6f['oRaHF'](_0x3c1b6f[_0x48f6c3(-0x1ea,-_0x4f3b9e._0x66cc68,-0x2a7,-_0x4f3b9e._0x1300f8)],_0x3c1b6f[_0x48f6c3(-_0x4f3b9e._0x30c527,-0x21f,-_0x4f3b9e._0x49cde8,-_0x4f3b9e._0x5afac1)])){const _0x5aca04={};_0x5aca04[_0x1a3cdb(0x499,0x444,0x4c8,0x4d9)]=[],_0x5aca04['environmen'+'t']=_0x59d743,_0x15dea1[_0x1a3cdb(_0x4f3b9e._0x5c81c1,0x4a1,_0x4f3b9e._0x1483fd,0x41c)](_0x5aca04);}else{_0x59149c['error'](_0x1a3cdb(0x4a8,_0x4f3b9e._0x449ae1,_0x4f3b9e._0x2be042,0x4b1)+_0x48f6c3(-0x1fd,-_0x4f3b9e._0x4331f4,-_0x4f3b9e._0x1120e3,-_0x4f3b9e._0x4e8774)+_0x48f6c3(-_0x4f3b9e._0x152d12,-_0x4f3b9e._0x3189ba,-0x189,-0x1e6)+_0x48f6c3(-0x1e6,-0x170,-0xd9,-0x100)+_0x1a3cdb(0x446,_0x4f3b9e._0x1ee8d2,_0x4f3b9e._0x5986b2,0x460));const _0x1f993d={};return _0x1f993d['error']=_0x3c1b6f['KmYeo'],_0x1f993d['message']=_0x3c1b6f[_0x48f6c3(-0x19d,-0x184,-0x1ef,-_0x4f3b9e._0x421b2b)],_0x1cd1f8[_0x48f6c3(-_0x4f3b9e._0x11b191,-_0x4f3b9e._0x15ec49,-_0x4f3b9e._0x1ea206,-_0x4f3b9e._0x5a0f28)](0x5de*-0x6+-0x1fcc+-0x1*-0x44f4)[_0x1a3cdb(0x4fd,0x4a1,0x42b,0x51a)](_0x1f993d);}}else{if(_0x3c1b6f[_0x48f6c3(-_0x4f3b9e._0x530608,-0x178,-0x100,-_0x4f3b9e._0x22cc06)](_0x1a3cdb(_0x4f3b9e._0x235c54,0x4b1,_0x4f3b9e._0x5a9f8b,0x50a),_0x3c1b6f[_0x48f6c3(-_0x4f3b9e._0x24605a,-_0x4f3b9e._0xf0bc1d,-_0x4f3b9e._0x4fab9d,-0x25e)])){const _0x673f48={};_0x673f48[_0x1a3cdb(_0x4f3b9e._0x19e549,0x451,0x3f5,0x4db)]=_0x5737ac[_0x48f6c3(-0x276,-_0x4f3b9e._0x160056,-_0x4f3b9e._0x38bc51,-0x1b3)],_0x673f48[_0x1a3cdb(0x3ca,_0x4f3b9e._0x53e15c,_0x4f3b9e._0x436a01,0x486)+'t']=_0x59d743,_0x673f48[_0x48f6c3(-_0x4f3b9e._0x53e79d,-_0x4f3b9e._0x33e78b,-0x1e2,-0x1b6)]=_0x5d7446[_0x48f6c3(-_0x4f3b9e._0x3ce694,-0x1f8,-_0x4f3b9e._0xf0bc1d,-_0x4f3b9e._0xb4be80)],logger[_0x48f6c3(-_0x4f3b9e._0x450cb0,-_0x4f3b9e._0x4a96f1,-0x20b,-_0x4f3b9e._0x9df2aa)](_0x3c1b6f[_0x48f6c3(-_0x4f3b9e._0x27e631,-0x26f,-0x20c,-0x29d)],_0x673f48);const _0x1827c2={};_0x1827c2['error']=_0x3c1b6f[_0x1a3cdb(0x507,0x50e,0x4af,_0x4f3b9e._0xf9d018)],_0x1827c2[_0x1a3cdb(_0x4f3b9e._0x248428,0x47f,_0x4f3b9e._0x69db24,0x42e)]=_0x48f6c3(-0x2fc,-0x27a,-_0x4f3b9e._0x2cd974,-0x23b)+'list\x20templ'+_0x1a3cdb(_0x4f3b9e._0x199f68,0x4a6,_0x4f3b9e._0x40a2b9,0x457),_0x15dea1[_0x48f6c3(-_0x4f3b9e._0xafced2,-_0x4f3b9e._0x15ec49,-0x238,-_0x4f3b9e._0x2910c1)](0x5*0x301+-0x1d5c+0x104b*0x1)[_0x48f6c3(-_0x4f3b9e._0x5a0f28,-_0x4f3b9e._0x153c59,-_0x4f3b9e._0x74e07,-0x1ff)](_0x1827c2);}else{const _0x2183e4={};_0x2183e4[_0x1a3cdb(_0x4f3b9e._0xa8635c,_0x4f3b9e._0x2edbe6,0x3e6,_0x4f3b9e._0x127a44)]=_0x3c1b6f['JbWpX'],_0x2183e4[_0x48f6c3(-_0x4f3b9e._0x294192,-0x1f8,-0x1ca,-_0x4f3b9e._0x680c08)]=_0x48f6c3(-0xf6,-0x17e,-0x1b9,-0x12b)+_0x2c96d8+('\x27\x20not\x20foun'+'d'),_0x1628fc[_0x1a3cdb(0x54d,_0x4f3b9e._0x46c2db,_0x4f3b9e._0x31ccae,_0x4f3b9e._0x217c6d)](-0x23f0+-0x2*0x1101+0x4786)[_0x1a3cdb(0x462,_0x4f3b9e._0x14c093,0x4df,0x44b)](_0x2183e4);}}}}),router[_0xbe246d(0xc2,0xed,0xd7,0x6a)](_0xfb14ec(0x448,0x465,0x463,0x45b)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x494111,_0x32b71a)=>{const _0x1a5275={_0x58eb58:0x1c3,_0x20e39e:0x249,_0x1305a8:0x216,_0x32af13:0x210,_0x1e21e5:0x1f,_0xba3201:0x4e,_0x2f0ce1:0x48,_0x54aee0:0x24e,_0x242aa:0x39,_0x2d2fed:0xd9,_0x49baee:0x5,_0x3566e1:0xd,_0x571299:0x24e,_0x33606f:0x23b,_0x299bcf:0x21a,_0x1f8027:0x32,_0x4f59db:0x1f9,_0x361de6:0x213,_0x4a99ca:0x6,_0x50a535:0x71,_0x57932e:0x47,_0x17f98e:0x58,_0x4245d5:0x60,_0xa82a33:0x7,_0x265e2c:0xc,_0x2a3b9b:0xa8,_0xeded2b:0x27,_0x36823f:0x88,_0x3e2ac5:0x2,_0x18426e:0x11,_0x2e6156:0x35,_0x53117c:0x222,_0xabaee6:0x1e6,_0x288261:0x185,_0x4ad9a9:0x173,_0x37f21d:0x70,_0x4b86d5:0xf9,_0x3abf40:0x1d3,_0x4fb3b2:0x1e1,_0x4686c8:0x22e,_0x5eb611:0x1a6,_0x16f7b9:0x37,_0x7050c7:0xb3,_0x917e3:0x28,_0x475340:0x9b,_0x3b81d9:0x5f,_0x24766b:0x5e,_0xa11a29:0x29,_0x8d7fb9:0x42,_0x395192:0xae,_0x45f22e:0x52,_0x228ba8:0x41,_0x175a17:0xa9,_0x695ca8:0x23,_0x1c3b8d:0x13,_0x276265:0x52,_0x47cd92:0x261,_0xae1fc9:0x23d,_0x50f2ba:0x1f3,_0x35e68a:0x1eb,_0x3c5599:0x1e7,_0x1a0881:0x1c6,_0x4de566:0x1c5,_0x2ea12f:0x19e,_0x4bab48:0x135,_0x2317a3:0x20a,_0x180d55:0x207,_0x5ac674:0x245,_0xd8c625:0x36,_0x31829f:0x15,_0x18c4fa:0x67,_0x2bc2df:0x98,_0x507053:0x1fa,_0x5147e6:0x1a3,_0x321ec8:0x163,_0x4565ee:0x197,_0x4d5fe0:0x1ca,_0x41a1c4:0x1ed,_0x17977e:0x1bb,_0x645972:0x144,_0x438a77:0x7f,_0x37cf13:0xd2,_0x4e79f6:0x18,_0x2530c6:0x4f,_0x47e72d:0x33,_0x8116e:0x15,_0x46280f:0x56,_0x70c156:0xa9,_0x1f0ad0:0xae,_0x1cf05d:0x1cb,_0x4a3e66:0xde,_0x2c58f8:0xe4,_0x5256f3:0xa1,_0x5cd97a:0x26f,_0x5af5a8:0x1f,_0x1df072:0x77,_0xb15d79:0x1c,_0x281fdf:0x1e,_0x2581dd:0x3e,_0x296627:0xb5,_0xd9da61:0x27,_0x4f42d2:0xca,_0x2695e3:0x1e9,_0x1a2523:0x1fd,_0x42c7ef:0x15c,_0x3e52b3:0xd6,_0xb7867:0x56,_0x926111:0xee,_0xd3c8c7:0xf8,_0x4a7603:0x21d,_0x1b3b44:0x1af,_0x5563f1:0x23f,_0x1598ff:0x1aa,_0x1ecc90:0x1cc,_0x50a24f:0x3c,_0x5f25f1:0x1a,_0x4ca625:0x155,_0x267dc3:0x1d6,_0x4bd3dd:0x107,_0x579c80:0x44,_0x5df6cc:0x28,_0x5a90b8:0x17d,_0x328d5e:0x1dc,_0xd72709:0x8e,_0x541a6f:0x2e,_0x350ea4:0x53,_0x18a7b7:0x5d,_0x37f02f:0x1d8,_0x5c505e:0x241,_0x5aec2a:0xaa,_0x51e323:0x1d9,_0x4b474b:0x21c,_0x331975:0x2c,_0x1864e7:0x185,_0x3eca51:0x1e3,_0x174798:0x132,_0x370ef7:0x1b2,_0xefc8b1:0x1c5,_0x1fc99c:0x252,_0x2f063f:0x2a2,_0x28c281:0x23a,_0x130f49:0x1c7,_0x3c939a:0x2f,_0x316d41:0x9d,_0x38cd26:0x4c,_0x172f8c:0x37,_0xd256de:0x31,_0xfcc9bb:0x8,_0x1b51ab:0x24a,_0x1a65c1:0x5b,_0x41431c:0x98,_0x4f7202:0x80,_0x340eb3:0x165,_0x24a3a8:0xd5,_0x430244:0x157,_0x330748:0x199,_0x14be04:0x187,_0x248ac5:0x237,_0x2cd689:0x1ad,_0xb659a8:0x1a4,_0xf0843b:0x1b5,_0x1bd9e2:0x1dd,_0x365f47:0x1f0,_0x24fabd:0x17f,_0x32f89b:0x141,_0x2e2058:0x26,_0x39b37d:0x2e,_0x33f9af:0x1ce,_0x20520e:0x168,_0x34b5c3:0x11b,_0x5a14a0:0xc9,_0x13746f:0x56,_0x24a941:0x1e9,_0x5255bb:0x181,_0x5bd877:0x87,_0x3dc801:0x53,_0x5acf3d:0x1bb,_0x1fecc0:0x1ea,_0x859a9c:0x1a8,_0x502cb9:0x133,_0x479d7a:0x1e,_0x58cd00:0xf,_0x6df272:0x23c,_0x45103d:0x12b,_0x4d1a20:0x1ec,_0x2c055f:0x111,_0x3e94ff:0x17f},_0x4b8129={_0x4b1596:0x39},_0x2ce6dd={_0x483d5d:0x16},_0x1f092f={};_0x1f092f[_0x4afc53(-0x1af,-_0x1a5275._0x58eb58,-0x1d9,-0x1d1)]='Failed\x20to\x20'+_0x4afc53(-_0x1a5275._0x20e39e,-0x1d2,-_0x1a5275._0x1305a8,-_0x1a5275._0x32af13)+_0x436e31(-_0x1a5275._0x1e21e5,-0x66,-0x74,-0x7),_0x1f092f[_0x436e31(-0x3,0x35,_0x1a5275._0xba3201,-_0x1a5275._0x2f0ce1)]=_0x4afc53(-_0x1a5275._0x54aee0,-0x233,-0x2ae,-0x298)+'o\x20environm'+_0x436e31(-0xb5,-_0x1a5275._0x242aa,-0xa6,-_0x1a5275._0x2d2fed),_0x1f092f[_0x436e31(0x0,-0x2c,-_0x1a5275._0x49baee,_0x1a5275._0x3566e1)]=_0x4afc53(-_0x1a5275._0x571299,-_0x1a5275._0x33606f,-0x1c2,-0x22a)+_0x4afc53(-_0x1a5275._0x299bcf,-0x1c3,-0x1b6,-0x1b5)+'ed\x20environ'+'ment',_0x1f092f[_0x436e31(0x64,0x37,0x4d,_0x1a5275._0x1f8027)]=_0x4afc53(-0x223,-_0x1a5275._0x4f59db,-_0x1a5275._0x361de6,-0x23f)+_0x436e31(-0x9d,-_0x1a5275._0x4a99ca,-_0x1a5275._0x50a535,-_0x1a5275._0x57932e)+'te',_0x1f092f[_0x436e31(-_0x1a5275._0x17f98e,-0x6b,-_0x1a5275._0x4245d5,-_0x1a5275._0xa82a33)]=_0x4afc53(-0x1aa,-0x212,-0x215,-0x1ce)+_0x436e31(0x85,-0x79,-0x1,-_0x1a5275._0x265e2c),_0x1f092f[_0x436e31(-_0x1a5275._0x2a3b9b,-_0x1a5275._0xeded2b,-_0x1a5275._0x36823f,_0x1a5275._0x3e2ac5)]=function(_0x106409,_0x22da91){return _0x106409!==_0x22da91;},_0x1f092f[_0x436e31(0x7,_0x1a5275._0x18426e,_0x1a5275._0x2e6156,0xaf)]=_0x4afc53(-0x23a,-0x27c,-0x1e4,-_0x1a5275._0x53117c),_0x1f092f[_0x4afc53(-_0x1a5275._0xabaee6,-_0x1a5275._0x288261,-0x25b,-_0x1a5275._0x4ad9a9)]=_0x436e31(-_0x1a5275._0x37f21d,-_0x1a5275._0x4b86d5,-0x86,-0xe9),_0x1f092f[_0x4afc53(-0x167,-_0x1a5275._0x3abf40,-_0x1a5275._0x4fb3b2,-0x1c9)]='utf-8',_0x1f092f[_0x4afc53(-_0x1a5275._0x4686c8,-0x278,-_0x1a5275._0x5eb611,-0x249)]=function(_0x4ab540,_0x242995){return _0x4ab540!==_0x242995;},_0x1f092f[_0x436e31(-_0x1a5275._0x16f7b9,-_0x1a5275._0x7050c7,-0xa1,-_0x1a5275._0x917e3)]=_0x436e31(_0x1a5275._0x475340,_0x1a5275._0x3b81d9,0x56,-_0x1a5275._0x1e21e5),_0x1f092f[_0x436e31(-0x5a,-_0x1a5275._0x24766b,-_0x1a5275._0xa11a29,_0x1a5275._0x8d7fb9)]=function(_0x3da76c,_0x247997){return _0x3da76c===_0x247997;},_0x1f092f[_0x436e31(-0x63,0x12,0x25,_0x1a5275._0x395192)]=_0x436e31(_0x1a5275._0x45f22e,_0x1a5275._0x228ba8,_0x1a5275._0x265e2c,0x11);function _0x436e31(_0x274598,_0x1dd127,_0x90a05,_0x255940){return _0xfb14ec(_0x274598-0x9a,_0x1dd127,_0x90a05- -0x40f,_0x255940-_0x2ce6dd._0x483d5d);}_0x1f092f[_0x436e31(-_0x1a5275._0x175a17,_0x1a5275._0x242aa,-0x16,0x7a)]=_0x436e31(-0x9e,-_0x1a5275._0x695ca8,-_0x1a5275._0x1c3b8d,_0x1a5275._0x276265),_0x1f092f[_0x4afc53(-0x250,-_0x1a5275._0x47cd92,-0x260,-0x2b0)]=_0x4afc53(-_0x1a5275._0xae1fc9,-_0x1a5275._0x50f2ba,-0x2ac,-_0x1a5275._0x35e68a)+_0x4afc53(-0x173,-_0x1a5275._0x3c5599,-_0x1a5275._0x1a0881,-0xeb)+'ate',_0x1f092f[_0x4afc53(-0x184,-_0x1a5275._0x4de566,-_0x1a5275._0x2ea12f,-_0x1a5275._0x4bab48)]=_0x4afc53(-_0x1a5275._0x2317a3,-_0x1a5275._0x180d55,-0x17e,-_0x1a5275._0x5ac674)+_0x436e31(-_0x1a5275._0x917e3,0x8f,0x3e,_0x1a5275._0xd8c625)+'r';const _0x4f74c3=_0x1f092f;function _0x4afc53(_0x290d55,_0x4c8a11,_0x4e7513,_0x11758f){return _0xfb14ec(_0x290d55-0xb8,_0x4c8a11,_0x290d55- -0x5a2,_0x11758f-_0x4b8129._0x4b1596);}const {callingTask:_0x918b5c,environmentName:_0x99c2fd,environmentPath:_0x58aace}=_0x494111,{name:_0x44c46a}=_0x494111[_0x436e31(-_0x1a5275._0x31829f,-_0x1a5275._0x18c4fa,-_0x1a5275._0x2bc2df,-0x75)];if(_0x44c46a['includes']('/')||_0x44c46a[_0x4afc53(-_0x1a5275._0x1a0881,-_0x1a5275._0x507053,-_0x1a5275._0x5147e6,-_0x1a5275._0x321ec8)]('\x5c')||_0x44c46a[_0x4afc53(-0x1c6,-0x217,-_0x1a5275._0x4565ee,-0x257)]('..')){const _0x5e6c00={};return _0x5e6c00[_0x4afc53(-0x1e4,-0x278,-_0x1a5275._0x4d5fe0,-0x1c9)]=_0x4afc53(-0x24a,-0x2c8,-_0x1a5275._0x32af13,-_0x1a5275._0x41a1c4)+'t',_0x5e6c00[_0x4afc53(-_0x1a5275._0x17977e,-0x205,-0x212,-0x188)]=_0x4afc53(-0x19e,-_0x1a5275._0x645972,-0x207,-0x13b)+_0x436e31(-0xd3,-0x111,-_0x1a5275._0x438a77,-_0x1a5275._0x37cf13)+'e',_0x32b71a[_0x436e31(0x9f,0x91,0x2e,_0x1a5275._0x4e79f6)](-0x6b5+-0x7+0x76*0x12)[_0x436e31(_0x1a5275._0x2530c6,0x7b,-0x6,-_0x1a5275._0x47e72d)](_0x5e6c00);}const _0x39a8c6={};_0x39a8c6[_0x436e31(-0x70,_0x1a5275._0x8116e,-_0x1a5275._0x46280f,-0xd8)]=_0x918b5c['taskId'],_0x39a8c6[_0x436e31(-0x24,-0xb5,-0x64,-0x6d)+'t']=_0x99c2fd,_0x39a8c6[_0x4afc53(-0x12b,-_0x1a5275._0x70c156,-0x154,-_0x1a5275._0x1f0ad0)]=_0x44c46a,logger[_0x4afc53(-0x15f,-_0x1a5275._0x1cf05d,-_0x1a5275._0x4a3e66,-_0x1a5275._0x4565ee)](_0x4f74c3[_0x4afc53(-0x146,-_0x1a5275._0x2c58f8,-0x187,-0x1c5)],_0x39a8c6);const _0x534210=_0x1ee495[_0x436e31(-_0x1a5275._0x5256f3,-0x8d,-0xbe,-0xb3)](_0x58aace,_0x4f74c3[_0x4afc53(-0x1f3,-_0x1a5275._0x5cd97a,-0x233,-0x1c9)]),_0x433530=_0x1ee495['join'](_0x534210,_0x44c46a+_0x436e31(-_0x1a5275._0x5af5a8,_0x1a5275._0x3e2ac5,-0x38,-0x8f)),_0x353063=_0x1ee495['join'](_0x534210,_0x44c46a+_0x436e31(-0x31,-_0x1a5275._0x1df072,_0x1a5275._0xb15d79,-0x1e));try{const _0x1a50bc=await _0x40e1ca['readFile'](_0x433530,_0x436e31(-0x6c,-_0x1a5275._0x18c4fa,_0x1a5275._0x281fdf,-0x1e));let _0x39955c=null;try{if(_0x4f74c3[_0x436e31(-_0x1a5275._0x37f21d,-0xfc,-0x88,-_0x1a5275._0x2581dd)](_0x4f74c3['teOfy'],_0x4f74c3[_0x436e31(-0xe2,-_0x1a5275._0x296627,-0x53,-0x9a)])){const _0x4a44d6=await _0x40e1ca[_0x436e31(-0xa,-0x76,-_0x1a5275._0xd9da61,0x4c)](_0x353063,_0x4f74c3[_0x436e31(0x59,0x98,0x2c,-_0x1a5275._0x57932e)]);_0x39955c=JSON[_0x436e31(-_0x1a5275._0x265e2c,-_0x1a5275._0x4f42d2,-0x41,-0x44)](_0x4a44d6);}else{const _0x96533e={};_0x96533e[_0x4afc53(-_0x1a5275._0x2695e3,-_0x1a5275._0x1a2523,-_0x1a5275._0x42c7ef,-0x23c)]=_0x25f6f9[_0x436e31(-_0x1a5275._0x3e52b3,-0x94,-_0x1a5275._0xb7867,_0x1a5275._0xb15d79)],_0x96533e['environmen'+'t']=_0x436f13,_0x96533e[_0x436e31(_0x1a5275._0x926111,0x42,0x68,_0x1a5275._0xd3c8c7)]=_0x17e320,_0x96533e['error']=_0x27bcb5[_0x4afc53(-_0x1a5275._0x17977e,-0x1a4,-_0x1a5275._0x4a7603,-0x1a3)],_0x413b39['error'](_0x4f74c3[_0x4afc53(-_0x1a5275._0x1b3b44,-0x154,-_0x1a5275._0x5563f1,-_0x1a5275._0x1598ff)],_0x96533e);const _0x319221={};_0x319221[_0x4afc53(-0x1e4,-_0x1a5275._0x1ecc90,-0x217,-0x1e7)]=_0x436e31(-_0x1a5275._0x50a24f,-0x50,-_0x1a5275._0x1df072,-_0x1a5275._0x5f25f1)+_0x4afc53(-_0x1a5275._0x4ca625,-_0x1a5275._0x267dc3,-0x155,-_0x1a5275._0x4bd3dd)+'r',_0x319221[_0x436e31(-_0x1a5275._0x579c80,-0x69,-_0x1a5275._0x5df6cc,-0x47)]=_0x4f74c3[_0x4afc53(-0x1af,-0x131,-_0x1a5275._0x5a90b8,-_0x1a5275._0x328d5e)],_0x4d1861[_0x436e31(_0x1a5275._0xd72709,-0x4,_0x1a5275._0x541a6f,-0x1b)](0x1981*0x1+-0xed*-0x1+-0x187a)[_0x436e31(0x73,-_0x1a5275._0x350ea4,-0x6,-_0x1a5275._0x18a7b7)](_0x319221);}}catch{}const _0xcb56f6={};_0xcb56f6[_0x4afc53(-_0x1a5275._0x37f02f,-0x203,-_0x1a5275._0x5c505e,-0x182)]=_0x44c46a,_0xcb56f6[_0x436e31(-_0x1a5275._0x5aec2a,-0x8c,-0x6f,0x26)]=_0x1a50bc,_0xcb56f6[_0x4afc53(-_0x1a5275._0x51e323,-0x23a,-_0x1a5275._0x4b474b,-_0x1a5275._0x17977e)]=_0x39955c,_0xcb56f6[_0x436e31(-_0x1a5275._0x331975,-0xc4,-0x64,-0x19)+'t']=_0x99c2fd,_0x32b71a[_0x4afc53(-0x199,-_0x1a5275._0x1864e7,-_0x1a5275._0x3eca51,-_0x1a5275._0x174798)](_0xcb56f6);}catch(_0x18a05f){if(_0x4f74c3[_0x4afc53(-_0x1a5275._0x4686c8,-_0x1a5275._0x370ef7,-_0x1a5275._0xefc8b1,-_0x1a5275._0x1fc99c)](_0x4f74c3['dBNFs'],_0x4f74c3[_0x4afc53(-0x234,-_0x1a5275._0x2f063f,-_0x1a5275._0x28c281,-_0x1a5275._0x130f49)])){const _0x23c6a2={};_0x23c6a2[_0x436e31(-_0x1a5275._0x3c939a,-_0x1a5275._0x316d41,-0x56,-_0x1a5275._0x38cd26)]=_0x346b4f,_0x30f574[_0x436e31(_0x1a5275._0x172f8c,-0x36,-0x3b,_0x1a5275._0xd256de)](_0x4f74c3['AWwhu'],_0x23c6a2);const _0x4828c4={};return _0x4828c4[_0x436e31(-_0x1a5275._0xfcc9bb,0x14,-0x51,0x45)]=_0x4afc53(-_0x1a5275._0x1b51ab,-0x255,-0x2b5,-_0x1a5275._0x361de6)+'t',_0x4828c4[_0x436e31(_0x1a5275._0x1a65c1,0x36,-0x28,-_0x1a5275._0x41431c)]=_0x4f74c3[_0x436e31(-0x4,0x75,-0x5,-_0x1a5275._0x4f7202)],_0x2bebb3[_0x4afc53(-_0x1a5275._0x340eb3,-_0x1a5275._0x24a3a8,-0x147,-_0x1a5275._0x430244)](0x1e0b*0x1+-0x1ee*-0x9+-0x2dd9)[_0x4afc53(-_0x1a5275._0x330748,-0x195,-_0x1a5275._0x14be04,-0x1ef)](_0x4828c4);}else{if(_0x4f74c3['grDwl'](_0x18a05f[_0x4afc53(-0x1ff,-0x1d9,-0x18b,-_0x1a5275._0x248ac5)],_0x4f74c3[_0x4afc53(-0x16e,-_0x1a5275._0x2cd689,-0x1c7,-_0x1a5275._0xb659a8)])){const _0x9239e4={};_0x9239e4[_0x4afc53(-0x1e4,-_0x1a5275._0xf0843b,-_0x1a5275._0x1bd9e2,-0x154)]=_0x4f74c3['ClaFi'],_0x9239e4[_0x4afc53(-_0x1a5275._0x17977e,-0x224,-_0x1a5275._0x365f47,-_0x1a5275._0x24fabd)]=_0x4afc53(-_0x1a5275._0x32f89b,-0x1aa,-0x106,-0x1c5)+_0x44c46a+('\x27\x20not\x20foun'+'d'),_0x32b71a[_0x436e31(_0x1a5275._0x2e2058,_0x1a5275._0xd9da61,_0x1a5275._0x39b37d,0x6a)](0x1a9b+-0x3*0xc87+0x2*0x647)[_0x4afc53(-_0x1a5275._0x330748,-_0x1a5275._0x33f9af,-_0x1a5275._0x20520e,-_0x1a5275._0x34b5c3)](_0x9239e4);}else{const _0xf3190d={};_0xf3190d[_0x436e31(-0x17,-_0x1a5275._0x5a14a0,-_0x1a5275._0x13746f,-_0x1a5275._0x1a65c1)]=_0x918b5c[_0x4afc53(-_0x1a5275._0x24a941,-0x25c,-_0x1a5275._0x5255bb,-0x1ee)],_0xf3190d['environmen'+'t']=_0x99c2fd,_0xf3190d['template']=_0x44c46a,_0xf3190d[_0x436e31(-0x90,-_0x1a5275._0x5bd877,-0x51,-_0x1a5275._0x3dc801)]=_0x18a05f[_0x4afc53(-_0x1a5275._0x5acf3d,-_0x1a5275._0x1fecc0,-_0x1a5275._0x859a9c,-0x153)],logger[_0x436e31(-0xd9,-0xa1,-0x51,0x3c)](_0x4f74c3[_0x436e31(-_0x1a5275._0x502cb9,-0x80,-0xbd,-_0x1a5275._0x228ba8)],_0xf3190d);const _0x1bdd1d={};_0x1bdd1d[_0x436e31(-0x29,-_0x1a5275._0x479d7a,-0x51,-0x1)]=_0x4f74c3[_0x436e31(0x4e,0xa1,_0x1a5275._0x58cd00,-0x75)],_0x1bdd1d[_0x4afc53(-0x1bb,-_0x1a5275._0x6df272,-0x21d,-_0x1a5275._0x41a1c4)]=_0x4f74c3[_0x436e31(-0x11a,-_0x1a5275._0x45103d,-0xbd,-0x9d)],_0x32b71a[_0x4afc53(-0x165,-_0x1a5275._0x4d1a20,-0x185,-0x1f0)](0x1*-0x164a+0x1*-0x175e+0x2f9c)[_0x4afc53(-0x199,-_0x1a5275._0x2c055f,-0x15a,-_0x1a5275._0x3e94ff)](_0x1bdd1d);}}}}),router[_0xbe246d(0xc4,0x10f,0x116,0x145)]('/templates'+_0xbe246d(0x10b,0xc1,0xbd,0xc1),requireTaskAuth,requireTemplatesPermission,async(_0x1faed1,_0x23679d)=>{const _0x46865f={_0x4be886:0x197,_0x40c974:0x132,_0x55def0:0x1ad,_0x5efa11:0x10c,_0x56f264:0x126,_0x834633:0x12c,_0x594050:0x138,_0x59aaea:0x1d0,_0x4a9cde:0x155,_0x5e928e:0x14b,_0xf58b71:0x1a5,_0x423b1c:0xc6,_0x5bcb7e:0x7e,_0x4f73ac:0xf4,_0x3abe8d:0x27,_0x7169b7:0x1f3,_0x301b74:0x1e6,_0x2d6a24:0x12b,_0x69e44a:0x108,_0x12bbfc:0xb5,_0x430f07:0x102,_0x57de54:0x77,_0x357e07:0x94,_0x11b6bf:0x1c,_0x1713ac:0x3,_0x8f0865:0x88,_0x1f2341:0x8a,_0x3602ea:0xbd,_0xc05ea2:0xa8,_0x229df2:0xd5,_0x28ab0e:0x15f,_0x2de515:0x134,_0x26945b:0x11f,_0x22e3f4:0x8d,_0x388835:0xf,_0x366f80:0x97,_0x419018:0x83,_0x1e0c96:0x147,_0x2c0c5d:0xaa,_0x5eca9b:0xea,_0x2f200f:0xc9,_0x539182:0xd8,_0x57abbb:0x14d,_0x16df78:0xa8,_0x1f8609:0x12a,_0x1f354d:0x9c,_0x1377ae:0x10a,_0x9479cd:0xb3,_0x2b0068:0xdf,_0x29ed73:0x57,_0x1666f1:0x143,_0x338d5e:0x1be,_0x2db9f1:0xe3,_0xc6ff6d:0x150,_0x355d10:0x144,_0x352b8c:0xe6,_0xba2d9a:0x11b,_0x24cc23:0xc8,_0x730cf:0x3e,_0x4f88e2:0x9a,_0x564465:0x2b,_0xc93cb7:0x35,_0x3d3c2e:0x4f,_0x1f264f:0x130,_0x35ce19:0x1b6,_0xa59ea0:0x125,_0x364419:0x7f,_0x4b1cb1:0x176,_0x504e05:0xe2,_0x1dfd03:0x101,_0x5f3665:0xab,_0xacb092:0x11e,_0x946757:0xfc,_0x5971a3:0x186,_0x3bc8de:0xf3,_0x925358:0x82,_0x526b5f:0x55,_0x3c0cda:0x9d,_0x4a4f0d:0x80,_0x5c74a6:0x99,_0x5b1bcd:0xdb,_0x28ed3a:0xdc,_0x4fbaf1:0x62,_0xfca9a3:0x5a,_0x833dc2:0x7d,_0x1a456e:0xb1,_0x206310:0x3f,_0x7864f6:0x104,_0x45712b:0x14d,_0xfded09:0xd5,_0x17da37:0x12b,_0x53934e:0x1a6,_0x4074cb:0x185,_0x184d44:0x189,_0x5a7ca9:0x1cf,_0x22b793:0xea,_0x293a81:0xf6,_0x10f9db:0xb9,_0x4a9953:0x153,_0x56f114:0x118,_0x3df7ea:0xb8,_0x364e95:0x94,_0x122776:0x172,_0x4b1676:0x6d,_0xc0706f:0xee,_0x5a46d1:0x7c,_0x34a361:0x179,_0x363e52:0x12d,_0x49c220:0xdd,_0x530537:0xf7,_0x4afa98:0xbb,_0x5967f4:0x18b,_0x396846:0xf8,_0x3b3dd5:0x156,_0x16721b:0x13a,_0x5e34a6:0xf1,_0x2cade6:0x12f,_0x595ead:0x12b,_0x5bd9a8:0xa4,_0x1553c1:0xc3,_0x283eb9:0x158,_0xace7cd:0x10d,_0x3d8315:0xed,_0x5abe75:0x112,_0x284a00:0x8f,_0x51e1d2:0x176,_0xaa5b26:0x126,_0xfc676b:0x142,_0x3fa1cc:0xa3,_0x15f515:0x158,_0x37b286:0xc8,_0x5eac68:0x1a2,_0x5f7661:0x47,_0x1728ea:0x76,_0x57ae68:0x7b,_0x122ed3:0x139,_0x26e91d:0x113,_0x243fc6:0x116,_0x2e41f0:0xf5,_0x2d1557:0x72,_0xa2e03d:0xde,_0x37b53a:0xc3,_0x3041b1:0x136,_0x36c00f:0x133,_0xd62844:0x1c2,_0x5e2f5c:0xa5,_0x4ddc8b:0x10b,_0x34ce6b:0x58,_0x504b9e:0x74,_0x6e630d:0x90,_0x464496:0x80,_0x18dbd7:0x124,_0x4da656:0xd1,_0x82bacf:0x18e,_0x559a20:0x159,_0x61d516:0x161,_0x371266:0xef,_0x461885:0x177,_0x1f7139:0xc1,_0x507a73:0x4b,_0x55e5a8:0xf0,_0x2a7125:0x113},_0x39a875={_0x5ee006:0x21f,_0xfe81b9:0x1ce},_0x208064={};_0x208064[_0x2b3a4c(-0x127,-0xc7,-_0x46865f._0x4be886,-_0x46865f._0x40c974)]=_0x3b0936(0xa8,0x52,0x88,0x6f)+_0x2b3a4c(-0xbc,-0x58,-0xc0,-0x113)+_0x3b0936(_0x46865f._0x55def0,0x115,_0x46865f._0x5efa11,0x163),_0x208064['kXFym']=_0x2b3a4c(-0x122,-_0x46865f._0x56f264,-_0x46865f._0x834633,-0x1ae)+'erver\x20Erro'+'r',_0x208064[_0x3b0936(0x13f,_0x46865f._0x594050,_0x46865f._0x59aaea,0x162)]=_0x2b3a4c(-_0x46865f._0x4a9cde,-_0x46865f._0x5e928e,-_0x46865f._0xf58b71,-0x195)+_0x3b0936(0x150,0x127,0x63,0xe5)+_0x3b0936(0x112,_0x46865f._0x423b1c,_0x46865f._0x5bcb7e,_0x46865f._0x4f73ac)+_0x3b0936(0x98,0xcd,_0x46865f._0x3abe8d,0x66),_0x208064[_0x2b3a4c(-0x160,-0x1cc,-0x1bd,-_0x46865f._0x7169b7)]=_0x2b3a4c(-0x162,-_0x46865f._0x301b74,-_0x46865f._0x2d6a24,-0x1b1)+'t',_0x208064['nzzJr']=function(_0x2b3544,_0xd3180d){return _0x2b3544===_0xd3180d;},_0x208064[_0x3b0936(_0x46865f._0x69e44a,0x197,_0x46865f._0x12bbfc,0x10b)]=_0x2b3a4c(-_0x46865f._0x430f07,-0xcd,-0x6e,-_0x46865f._0x57de54),_0x208064['fenue']='Content\x20fi'+_0x2b3a4c(-_0x46865f._0x357e07,-_0x46865f._0x11b6bf,-0x70,-_0x46865f._0x1713ac)+'uired',_0x208064[_0x2b3a4c(-_0x46865f._0x8f0865,-0x4a,-0xed,-_0x46865f._0x1f2341)]='Task\x20updat'+_0x3b0936(0xa9,_0x46865f._0x3602ea,0x108,_0x46865f._0xc05ea2)+'te',_0x208064[_0x2b3a4c(-0xf7,-_0x46865f._0x229df2,-_0x46865f._0x28ab0e,-_0x46865f._0x2de515)]=function(_0x11dbca,_0x2c3bc7){return _0x11dbca!==_0x2c3bc7;},_0x208064[_0x3b0936(0x3a,_0x46865f._0x26945b,0xb0,0x88)]=_0x2b3a4c(-_0x46865f._0x22e3f4,-_0x46865f._0x388835,-_0x46865f._0x366f80,-0x35),_0x208064[_0x3b0936(_0x46865f._0x5efa11,_0x46865f._0x419018,0x74,0xcc)]=function(_0xc4ea41,_0x542df2){return _0xc4ea41!==_0x542df2;};function _0x3b0936(_0x49d41b,_0x27618d,_0x4ff0b5,_0x266b4a){return _0xbe246d(_0x266b4a- -0x5b,_0x4ff0b5,_0x4ff0b5-0x89,_0x266b4a-0x1bc);}_0x208064[_0x2b3a4c(-0x135,-_0x46865f._0x1e0c96,-_0x46865f._0x2c0c5d,-_0x46865f._0x5eca9b)]=_0x2b3a4c(-_0x46865f._0x2f200f,-_0x46865f._0x539182,-_0x46865f._0x57abbb,-0x12e)+_0x3b0936(0x11,_0x46865f._0x16df78,_0x46865f._0x1f8609,_0x46865f._0x1f354d)+_0x3b0936(_0x46865f._0x1377ae,_0x46865f._0x9479cd,0x12e,0xe4),_0x208064[_0x3b0936(0xf3,_0x46865f._0x2b0068,0x93,0x90)]='Failed\x20to\x20'+_0x3b0936(0x6e,0xd5,_0x46865f._0x29ed73,0x63)+_0x2b3a4c(-0x11f,-_0x46865f._0x2f200f,-0x19b,-0xd0);const _0xd30cc6=_0x208064,{callingTask:_0x2804fe,taskUser:_0x4cc761,environmentName:_0x521733,environmentPath:_0x172bfe}=_0x1faed1,{name:_0x417d5e}=_0x1faed1[_0x2b3a4c(-_0x46865f._0x1666f1,-_0x46865f._0x338d5e,-0xbf,-0x158)],{content:_0x3e5732,metadata:_0x2363ca}=_0x1faed1['body'];if(_0x417d5e[_0x3b0936(_0x46865f._0x2db9f1,_0x46865f._0xc6ff6d,_0x46865f._0x355d10,_0x46865f._0x352b8c)]('/')||_0x417d5e['includes']('\x5c')||_0x417d5e['includes']('..')){const _0x3abe28={};return _0x3abe28[_0x3b0936(_0x46865f._0xba2d9a,0x4c,0x9e,_0x46865f._0x24cc23)]=_0xd30cc6['aogUm'],_0x3abe28['message']='Invalid\x20te'+_0x3b0936(_0x46865f._0x730cf,0x104,0x124,_0x46865f._0x4f88e2)+'e',_0x23679d['status'](0x1739+0x2*-0x1ba+-0x1235)[_0x2b3a4c(-0xb1,-_0x46865f._0x564465,-0x6b,-0xe7)](_0x3abe28);}if(_0xd30cc6[_0x3b0936(_0x46865f._0xc93cb7,_0x46865f._0x3d3c2e,0xcf,0x76)](_0x3e5732,undefined)){if(_0xd30cc6['XPMsn']===_0xd30cc6[_0x2b3a4c(-0xb9,-0x4b,-_0x46865f._0x1e0c96,-_0x46865f._0x1f264f)]){const _0x4d85ae={};return _0x4d85ae[_0x3b0936(0xf8,0xac,0xac,_0x46865f._0x24cc23)]=_0xd30cc6[_0x2b3a4c(-0x160,-0xc9,-0x1b4,-_0x46865f._0x35ce19)],_0x4d85ae[_0x3b0936(_0x46865f._0xa59ea0,_0x46865f._0x364419,0x151,0xf1)]=_0xd30cc6[_0x3b0936(_0x46865f._0x57abbb,_0x46865f._0x430f07,_0x46865f._0x4b1cb1,_0x46865f._0x504e05)],_0x23679d['status'](0x1e3+0x241a+-0x246d)['json'](_0x4d85ae);}else{const _0x3fb5f4={};_0x3fb5f4[_0x2b3a4c(-0x101,-0x14c,-0x9d,-0xb7)]=_0x2e43a0[_0x2b3a4c(-_0x46865f._0x1dfd03,-_0x46865f._0x5f3665,-_0x46865f._0x4b1cb1,-0x164)],_0x3fb5f4['environmen'+'t']=_0x50ff12,_0x3fb5f4['error']=_0x2f3cf7[_0x2b3a4c(-0xd3,-_0x46865f._0xacb092,-0x9b,-0x147)],_0x14520a[_0x2b3a4c(-_0x46865f._0x946757,-_0x46865f._0x5971a3,-0xec,-_0x46865f._0x3bc8de)](_0xd30cc6[_0x3b0936(_0x46865f._0x925358,0x75,_0x46865f._0x526b5f,_0x46865f._0x3c0cda)],_0x3fb5f4);const _0xafb842={};_0xafb842['error']=_0xd30cc6[_0x3b0936(0xf5,0xa7,_0x46865f._0x4a4f0d,_0x46865f._0x5c74a6)],_0xafb842[_0x2b3a4c(-0xd3,-0x137,-_0x46865f._0x5b1bcd,-_0x46865f._0x28ed3a)]=_0xd30cc6[_0x2b3a4c(-_0x46865f._0x4fbaf1,0xe,-_0x46865f._0xfca9a3,-0x6d)],_0x308d3d[_0x2b3a4c(-_0x46865f._0x833dc2,-0xb0,-0x94,-0x106)](0x91*0x1d+0x1*0x269e+-0x3517)[_0x2b3a4c(-_0x46865f._0x1a456e,-0x92,-_0x46865f._0x206310,-_0x46865f._0x7864f6)](_0xafb842);}}logger[_0x3b0936(0x15d,0x183,0xd9,_0x46865f._0x45712b)](_0xd30cc6[_0x3b0936(_0x46865f._0xfded09,_0x46865f._0x17da37,_0x46865f._0x53934e,0x13c)],{'taskId':_0x2804fe['taskId'],'environment':_0x521733,'template':_0x417d5e,'userId':_0x4cc761['id'],'hasMetadata':_0xd30cc6[_0x2b3a4c(-0xf7,-_0x46865f._0x4074cb,-0x88,-_0x46865f._0x184d44)](_0x2363ca,undefined)});const _0x4499a9=_0x1ee495[_0x2b3a4c(-0x169,-_0x46865f._0x5a7ca9,-_0x46865f._0x22b793,-0xe1)](_0x172bfe,'task-templ'+_0x3b0936(_0x46865f._0x293a81,_0x46865f._0x10f9db,_0x46865f._0x4a9953,_0x46865f._0x56f114)),_0x423016=_0x1ee495[_0x3b0936(-0x37,_0x46865f._0x3df7ea,0xe0,0x5b)](_0x4499a9,_0x417d5e+_0x2b3a4c(-_0x46865f._0x2db9f1,-_0x46865f._0x364e95,-_0x46865f._0x122776,-0xd1));function _0x2b3a4c(_0x43ebd2,_0x39ca9f,_0x3ccc71,_0xf356cd){return _0xbe246d(_0x43ebd2- -_0x39a875._0x5ee006,_0xf356cd,_0x3ccc71-0x17,_0xf356cd-_0x39a875._0xfe81b9);}const _0x1bf09f=_0x1ee495[_0x3b0936(0xef,-0x2a,_0x46865f._0x4b1676,0x5b)](_0x4499a9,_0x417d5e+'.json'),_0x568246=new Date()['toISOStrin'+'g']();try{const _0x21083a={};_0x21083a[_0x3b0936(0xe0,_0x46865f._0xc0706f,_0x46865f._0x5a46d1,0x10f)]=!![],await _0x40e1ca['mkdir'](_0x4499a9,_0x21083a),await _0x40e1ca[_0x3b0936(0x197,_0x46865f._0x34a361,0xdf,_0x46865f._0x363e52)](_0x423016,_0x3e5732,_0xd30cc6[_0x3b0936(_0x46865f._0x49c220,0xe,_0x46865f._0x564465,_0x46865f._0x8f0865)]);_0xd30cc6[_0x2b3a4c(-_0x46865f._0x530537,-_0x46865f._0x4afa98,-0x77,-_0x46865f._0x5967f4)](_0x2363ca,undefined)&&_0xd30cc6[_0x2b3a4c(-_0x46865f._0x396846,-0x160,-0x73,-_0x46865f._0x3b3dd5)](_0x2363ca,null)&&await _0x40e1ca[_0x2b3a4c(-0x97,-0xc1,-0xff,-0xd6)](_0x1bf09f,JSON[_0x3b0936(_0x46865f._0x16721b,0x11d,0x11c,_0x46865f._0x1377ae)](_0x2363ca,null,0x35e+0x17da+-0x1b36),_0x2b3a4c(-0x8d,-0xce,-_0x46865f._0x5e34a6,-0x87));const _0x5f3cbe={};_0x5f3cbe[_0x3b0936(_0x46865f._0x2cade6,0x136,0xc5,0xc3)]=_0x2804fe[_0x3b0936(0x14b,_0x46865f._0x595ead,_0x46865f._0x5bd9a8,0xc3)],_0x5f3cbe[_0x3b0936(_0x46865f._0x1553c1,_0x46865f._0x7864f6,0x148,0xb5)+'t']=_0x521733,_0x5f3cbe[_0x3b0936(_0x46865f._0x283eb9,_0x46865f._0xace7cd,0xf1,0x181)]=_0x417d5e,_0x5f3cbe['userId']=_0x4cc761['id'],logger['info'](_0xd30cc6[_0x3b0936(0x75,_0x46865f._0x3d8315,_0x46865f._0x5abe75,_0x46865f._0x284a00)],_0x5f3cbe);const _0x2e6533={};_0x2e6533['success']=!![],_0x2e6533[_0x2b3a4c(-0xf0,-0x11d,-_0x46865f._0x51e1d2,-0x142)]=_0x417d5e,_0x2e6533[_0x2b3a4c(-0x10f,-0xd6,-_0x46865f._0xaa5b26,-_0x46865f._0xfc676b)+'t']=_0x521733,_0x2e6533[_0x2b3a4c(-0xe8,-_0x46865f._0x3fa1cc,-0xa1,-0xc7)]=_0x568246,_0x2e6533[_0x2b3a4c(-0xed,-_0x46865f._0x1a456e,-0x139,-0x140)+_0x2b3a4c(-_0x46865f._0x15f515,-_0x46865f._0x37b286,-_0x46865f._0x5eac68,-0x195)]=_0x2804fe['taskId'],_0x2e6533[_0x2b3a4c(-_0x46865f._0x5f7661,0x8,-0x79,-0x49)+_0x3b0936(0x89,_0x46865f._0x1728ea,_0x46865f._0x1f354d,_0x46865f._0x57ae68)]=_0x4cc761['id'],_0x23679d[_0x3b0936(0xc7,_0x46865f._0x2db9f1,_0x46865f._0x122ed3,_0x46865f._0x26e91d)](_0x2e6533);}catch(_0x29c0f3){const _0x57f31c={};_0x57f31c[_0x2b3a4c(-_0x46865f._0x1dfd03,-_0x46865f._0x243fc6,-_0x46865f._0x2e41f0,-_0x46865f._0x2d1557)]=_0x2804fe[_0x3b0936(0xf0,0x57,_0x46865f._0xa2e03d,_0x46865f._0x37b53a)],_0x57f31c[_0x3b0936(0x117,_0x46865f._0x3041b1,_0x46865f._0x36c00f,0xb5)+'t']=_0x521733,_0x57f31c[_0x3b0936(_0x46865f._0xd62844,0x1dc,_0x46865f._0x122776,0x181)]=_0x417d5e,_0x57f31c[_0x3b0936(0x122,_0x46865f._0x5e2f5c,_0x46865f._0x4a9cde,0xc8)]=_0x29c0f3[_0x3b0936(0x183,0x92,0xec,0xf1)],logger[_0x2b3a4c(-0xfc,-0x17e,-_0x46865f._0x4ddc8b,-0xb6)](_0xd30cc6[_0x3b0936(_0x46865f._0x34ce6b,_0x46865f._0x504b9e,0x114,_0x46865f._0x6e630d)],_0x57f31c);const _0x50acfa={};_0x50acfa[_0x3b0936(0x103,_0x46865f._0x464496,0x68,0xc8)]=_0xd30cc6['kXFym'],_0x50acfa[_0x3b0936(_0x46865f._0x18dbd7,0xee,_0x46865f._0x4da656,0xf1)]=_0x2b3a4c(-0x155,-0xf7,-_0x46865f._0x82bacf,-_0x46865f._0x559a20)+_0x2b3a4c(-_0x46865f._0x61d516,-_0x46865f._0x371266,-0x138,-_0x46865f._0x461885)+'late',_0x23679d[_0x2b3a4c(-0x7d,-_0x46865f._0x1f7139,-0x79,-_0x46865f._0x507a73)](-0x465+-0x189f+-0x1*-0x1ef8)[_0x3b0936(0x106,0xfc,_0x46865f._0x55e5a8,_0x46865f._0x2a7125)](_0x50acfa);}}),router[_0xbe246d(0x134,0xbc,0xb1,0x9f)]('/templates'+_0xfb14ec(0x406,0x359,0x3a6,0x40d),requireTaskAuth,requireTemplatesPermission,async(_0x460467,_0x2bff85)=>{const _0x59541f={_0x264188:0x294,_0x74c38a:0x2c1,_0x467515:0x2cf,_0xf500d8:0x39,_0x63df84:0x95,_0x2e79cc:0x77,_0x876bcc:0x1f1,_0x51cba5:0x264,_0x2b7531:0x248,_0x462011:0x13e,_0x273456:0x74,_0x10cd1d:0xb9,_0x26dac2:0xc8,_0xf9305d:0x4f,_0x386250:0x1ea,_0x2b8ad3:0x176,_0x396c15:0x1a3,_0x325846:0xe9,_0xe87fab:0x25f,_0xdb58e3:0x2b9,_0x528b9f:0x394,_0x581553:0x2d3,_0x4a3dfa:0x303,_0x391b11:0x18b,_0x229dbe:0x215,_0x3001c2:0x1af,_0x5482ec:0x1a4,_0x37695e:0x313,_0x53e82f:0x265,_0x47131c:0x141,_0x1d1c13:0xb0,_0x2e54d5:0x134,_0x3dbe1d:0xdd,_0x51808a:0x291,_0x2c25ec:0x31e,_0x59fcb8:0x31f,_0x2a2a31:0x9d,_0x18059b:0x6e,_0x2f60f6:0x18f,_0x278044:0x16a,_0x1c3bce:0x13e,_0x289321:0x1c1,_0x56b2d1:0x53,_0xa9f463:0x12b,_0x4cf153:0x36d,_0x2a3dba:0x2b5,_0x3ad33a:0x2f2,_0x418cad:0x11d,_0x5b6338:0x177,_0x1a70ec:0x15c,_0x5a35d3:0xf8,_0x596bf1:0xbd,_0x3cab41:0xcb,_0x3c4ef7:0xbe,_0x16deae:0x109,_0x935e99:0x1e6,_0x3d14ba:0x1e5,_0x12a7ec:0x2ae,_0x1f42e0:0x1eb,_0xce0947:0x1b4,_0x25c0ab:0x11e,_0x25b8f4:0xfa,_0x25d7a7:0x14f,_0x3d61b0:0x33c,_0x12c86d:0x36a,_0x5c888b:0x2d8,_0x1bb4d5:0x28c,_0x3e2847:0x21a,_0x3d59b4:0x233,_0x2e2b61:0x1a4,_0x327251:0x273,_0x1cbb1e:0x32e,_0x28d055:0x25e,_0x5b2300:0x29e,_0x50e909:0x1c2,_0x1e0fd3:0x14a,_0x456b1a:0x186,_0x193cb1:0x233,_0x35158f:0x248,_0x4ba350:0x2c7,_0x16aba3:0x85,_0x2d298d:0x105,_0x14b1fe:0x28d,_0x4b87d0:0x299,_0x2dfc9b:0x203,_0x783edf:0x299,_0x5291f0:0x128,_0x4e0d40:0xe0,_0x99c8df:0x147,_0x416409:0xab,_0x3ebc8a:0xbe,_0x13748e:0xe9,_0x20b6bc:0x54,_0x1fab66:0xdb,_0x500e51:0x157,_0xdba462:0x22e,_0x3e6538:0x172,_0x2ac57d:0xf6,_0x58bbeb:0x155,_0x4d5b18:0x394,_0x3eeaee:0x310,_0x3dfff4:0x300,_0x5d046c:0x234,_0xdf1947:0x1dd,_0x373bbd:0x240,_0x5002e6:0x81,_0x3e65d6:0x31c,_0x8e6c3d:0x96,_0x562384:0x2,_0x56fda4:0x26b,_0x14a5ae:0x70,_0x4c0b98:0xfe,_0x44c4d2:0xa3,_0x146fc2:0x29a,_0x4a68d3:0x277,_0x500cd7:0x2e8,_0x3af0bf:0xd6,_0x2b882a:0x1a,_0x4e27e7:0x135,_0x129627:0x100,_0x28c312:0x2b2,_0x3f0337:0x27a,_0x9a0519:0x276,_0xe9c9f6:0xbc,_0x544f5d:0xc6,_0x4365c8:0x124,_0x4eb743:0x111,_0x69f6b:0xee,_0x5954b1:0x170,_0x1bb56e:0x12a,_0x15e201:0x1f9,_0xfe9051:0x27b,_0x18567e:0x332,_0x317ad0:0x2e7,_0x179fa8:0x142,_0x3c2b57:0xed,_0xd3146:0x330,_0x46e3e2:0x2c6,_0x5436a1:0x1ac,_0x5b7501:0x146,_0x3fc026:0xfa,_0x9cffc0:0x1c4,_0x56249e:0xb7,_0xf880d8:0x32c,_0x567609:0x2fd,_0x3c1567:0x16d,_0x6e5b19:0xfa,_0x2d3c54:0x174,_0x5dffd7:0x297,_0x57064f:0x136,_0x16fb35:0x183,_0x56c40b:0x28f,_0x1306b3:0x1ad,_0x25ec53:0x205,_0x969589:0x276,_0x2c7db5:0xe9,_0x1778e0:0xdf,_0x463009:0x2fe,_0x14e6cc:0x249,_0x42d201:0x213,_0x33ef6a:0x283,_0x4091dc:0x286,_0xb7c640:0x2ad,_0x3822fd:0x2db,_0x255346:0x2a8,_0x10c464:0x263,_0x2bcc3c:0x2c3,_0xabb9dd:0x2af,_0x39b5bb:0x260,_0x48b67e:0x166,_0x5dc8f5:0x2bd,_0x561a02:0x2d0,_0x2f39f1:0x280,_0x5008c7:0x219,_0x414b37:0x23d,_0x1ff613:0x231,_0x333c64:0x27b,_0x2cb670:0x133,_0x2e1a25:0x116,_0x2b6d7c:0x1a6,_0x2a1043:0x117,_0x925547:0x87,_0x49843c:0x325,_0x5e2fc5:0x12e,_0x1df9c4:0x147,_0x7d412c:0x7c,_0x5dd753:0xa2,_0x561691:0x205,_0x52dcda:0x276,_0x246a6c:0x211,_0x20d78c:0x216,_0x48be2d:0x268,_0x51c4a3:0x236,_0x248dee:0x235,_0x4f8e11:0x18b,_0x180a96:0xb6,_0x7bb59c:0xaf,_0x5bd2cd:0x95,_0x389d87:0x6b,_0x610d2b:0x17a,_0x4e3a12:0x18c,_0x2bb55e:0x159,_0x3294ea:0xc,_0xdf2ea0:0x28f,_0x36c56f:0x2bf,_0x4820eb:0x189,_0x1c3939:0x1fb,_0x30e032:0x1a8,_0x2673e4:0x21c,_0x3948cc:0x210,_0xdf1dc2:0x238,_0x276f28:0x361,_0x1b5317:0x2ff,_0x3f103a:0x19e,_0x3fa377:0x16d,_0x3d7f56:0x1ea,_0x311e49:0x2c3,_0x3bb481:0x2d9,_0x433365:0x30d,_0x18e179:0x2e1,_0x3eb366:0x31a,_0x3535e3:0x32d,_0x590aef:0x2fa,_0x3acf43:0x139},_0x15e551={_0x26a9b3:0x35,_0x3fd6d4:0x87,_0x4557ba:0x16f},_0x218ac5={_0x19d5f1:0x143,_0x25f3b1:0x1a8},_0x50aad0={};_0x50aad0[_0x5bb326(_0x59541f._0x264188,_0x59541f._0x74c38a,0x2c7,_0x59541f._0x467515)]=_0x1a5105(_0x59541f._0xf500d8,0xcb,_0x59541f._0x63df84,_0x59541f._0x2e79cc)+_0x5bb326(_0x59541f._0x876bcc,_0x59541f._0x51cba5,0x27f,_0x59541f._0x2b7531)+_0x1a5105(0x1b2,0x167,_0x59541f._0x462011,0x107),_0x50aad0[_0x5bb326(0x349,0x2b0,0x2bc,0x335)]=_0x1a5105(_0x59541f._0x273456,_0x59541f._0x10cd1d,_0x59541f._0x26dac2,_0x59541f._0xf9305d)+_0x1a5105(_0x59541f._0x386250,_0x59541f._0x2b8ad3,0x17d,0x118)+'r',_0x50aad0[_0x1a5105(0xb1,_0x59541f._0x396c15,0x133,_0x59541f._0x325846)]=_0x5bb326(0x22d,_0x59541f._0xe87fab,0x2d2,_0x59541f._0xdb58e3),_0x50aad0[_0x5bb326(0x2ae,_0x59541f._0x528b9f,_0x59541f._0x581553,_0x59541f._0x4a3dfa)]=_0x5bb326(_0x59541f._0x391b11,0x243,0x189,_0x59541f._0x229dbe)+'t',_0x50aad0[_0x1a5105(_0x59541f._0x3001c2,0x18c,_0x59541f._0x5482ec,0x113)]='Content\x20fi'+_0x5bb326(0x31d,_0x59541f._0x37695e,_0x59541f._0x53e82f,0x2e3)+_0x1a5105(0x95,0x8e,0xcd,0x3d),_0x50aad0[_0x1a5105(_0x59541f._0x47131c,0x5c,_0x59541f._0x1d1c13,0xc9)]=_0x1a5105(0x1aa,0x160,_0x59541f._0x2e54d5,_0x59541f._0x3dbe1d)+'mplate\x20nam'+'e',_0x50aad0['aYNKT']=_0x5bb326(_0x59541f._0x51808a,_0x59541f._0x2c25ec,_0x59541f._0x59fcb8,0x323)+_0x1a5105(_0x59541f._0x2a2a31,0x163,0xce,_0x59541f._0x18059b)+'te',_0x50aad0[_0x1a5105(_0x59541f._0x2f60f6,0x1cb,_0x59541f._0x278044,0x190)]='task-templ'+_0x1a5105(0x12d,0xdf,_0x59541f._0x1c3bce,_0x59541f._0x289321),_0x50aad0[_0x1a5105(_0x59541f._0x56b2d1,0xd1,0xab,0x85)]=function(_0x56e8bd,_0x398a91){return _0x56e8bd===_0x398a91;},_0x50aad0[_0x1a5105(0x1b2,_0x59541f._0xa9f463,0x151,0xbb)]=_0x5bb326(_0x59541f._0x4cf153,_0x59541f._0x2a3dba,0x2ce,_0x59541f._0x3ad33a),_0x50aad0[_0x1a5105(_0x59541f._0x418cad,_0x59541f._0x5b6338,_0x59541f._0x1a70ec,0x1e0)]=_0x1a5105(_0x59541f._0x5a35d3,_0x59541f._0x596bf1,0x14c,_0x59541f._0x3001c2);function _0x5bb326(_0x29791f,_0x2ca1c9,_0x1acd38,_0x5d4cb8){return _0xfb14ec(_0x29791f-0x10f,_0x29791f,_0x5d4cb8- -_0x218ac5._0x19d5f1,_0x5d4cb8-_0x218ac5._0x25f3b1);}_0x50aad0[_0x1a5105(_0x59541f._0x3cab41,_0x59541f._0x3c4ef7,_0x59541f._0x16deae,0x75)]=_0x5bb326(_0x59541f._0x935e99,_0x59541f._0x3d14ba,_0x59541f._0x12a7ec,0x227),_0x50aad0['xZbul']=_0x5bb326(0x30f,0x242,_0x59541f._0x1f42e0,0x27c)+_0x1a5105(0x167,_0x59541f._0xce0947,_0x59541f._0x25c0ab,0xea)+'task',_0x50aad0[_0x1a5105(0x17d,_0x59541f._0x25b8f4,_0x59541f._0x25d7a7,0x1a8)]=_0x5bb326(_0x59541f._0x3d61b0,_0x59541f._0x12c86d,0x250,_0x59541f._0x5c888b),_0x50aad0[_0x5bb326(0x270,0x24c,_0x59541f._0x1bb4d5,0x272)]=_0x5bb326(0x249,_0x59541f._0x3e2847,0x27e,_0x59541f._0x3d59b4),_0x50aad0[_0x1a5105(0x147,_0x59541f._0x2e2b61,0x180,0x1c9)]=function(_0x5a92da,_0x244392){return _0x5a92da===_0x244392;},_0x50aad0[_0x5bb326(_0x59541f._0x327251,_0x59541f._0x1cbb1e,_0x59541f._0x28d055,_0x59541f._0x5b2300)]='hREcu',_0x50aad0[_0x1a5105(_0x59541f._0x50e909,0x1ab,_0x59541f._0x1e0fd3,_0x59541f._0x456b1a)]=_0x5bb326(0x29a,_0x59541f._0x193cb1,_0x59541f._0x35158f,0x222)+_0x5bb326(0x313,_0x59541f._0x4ba350,0x2fe,0x2e6)+'plate';const _0x3aa48b=_0x50aad0,{callingTask:_0x19d807,taskUser:_0x4f1d02,environmentName:_0x49101d,environmentPath:_0x3fdd94}=_0x460467,{name:_0x3a6f90}=_0x460467[_0x1a5105(0x5c,_0x59541f._0x16aba3,0xa7,0x125)];if(_0x3a6f90[_0x1a5105(0xac,_0x59541f._0x2d298d,0x10c,0xe2)]('/')||_0x3a6f90[_0x5bb326(_0x59541f._0x14b1fe,0x277,_0x59541f._0x1bb4d5,_0x59541f._0x4b87d0)]('\x5c')||_0x3a6f90[_0x5bb326(_0x59541f._0x2dfc9b,0x253,0x25e,_0x59541f._0x783edf)]('..')){const _0x324c82={};return _0x324c82[_0x1a5105(0xbe,0xd9,0xee,0xf0)]=_0x3aa48b[_0x1a5105(0x1a5,0x12b,0x176,_0x59541f._0x5291f0)],_0x324c82['message']=_0x3aa48b[_0x1a5105(0x11a,_0x59541f._0x2e79cc,0xb0,_0x59541f._0x4e0d40)],_0x2bff85['status'](0x1*-0x11+-0x2585+-0x1393*-0x2)[_0x1a5105(_0x59541f._0x396c15,0x128,0x139,_0x59541f._0x99c8df)](_0x324c82);}const _0x248d14={};_0x248d14[_0x1a5105(_0x59541f._0x416409,_0x59541f._0x3ebc8a,_0x59541f._0x13748e,0x141)]=_0x19d807[_0x1a5105(_0x59541f._0x20b6bc,0xee,0xe9,0x8d)],_0x248d14[_0x1a5105(0x13e,0x56,_0x59541f._0x1fab66,0x100)+'t']=_0x49101d,_0x248d14[_0x1a5105(_0x59541f._0x500e51,_0x59541f._0xdba462,0x1a7,_0x59541f._0x3e6538)]=_0x3a6f90,_0x248d14[_0x1a5105(0x10b,0xeb,_0x59541f._0x2ac57d,_0x59541f._0x58bbeb)]=_0x4f1d02['id'];function _0x1a5105(_0xdadb35,_0x27d5b3,_0x4adaa6,_0x17c2e8){return _0xbe246d(_0x4adaa6- -_0x15e551._0x26a9b3,_0x27d5b3,_0x4adaa6-_0x15e551._0x3fd6d4,_0x17c2e8-_0x15e551._0x4557ba);}logger[_0x5bb326(_0x59541f._0x4d5b18,_0x59541f._0x3eeaee,0x295,_0x59541f._0x3dfff4)](_0x3aa48b[_0x5bb326(_0x59541f._0x5d046c,0x1eb,_0x59541f._0xdf1947,_0x59541f._0x373bbd)],_0x248d14);const _0x4d8bdb=_0x1ee495[_0x1a5105(0x2,0xc6,_0x59541f._0x5002e6,0xaf)](_0x3fdd94,_0x3aa48b[_0x5bb326(_0x59541f._0x3e65d6,0x34c,0x2bc,0x2f7)]),_0xdafeed=_0x1ee495[_0x1a5105(_0x59541f._0x8e6c3d,0xd,0x81,-_0x59541f._0x562384)](_0x4d8bdb,_0x3a6f90+_0x5bb326(_0x59541f._0x56fda4,0x2a8,0x2a3,_0x59541f._0x264188)),_0x4260ed=_0x1ee495[_0x1a5105(_0x59541f._0x14a5ae,_0x59541f._0x4c0b98,0x81,_0x59541f._0x44c4d2)](_0x4d8bdb,_0x3a6f90+_0x5bb326(_0x59541f._0x146fc2,0x359,_0x59541f._0x4a68d3,_0x59541f._0x500cd7));try{if(_0x3aa48b[_0x1a5105(_0x59541f._0x3af0bf,_0x59541f._0x2b882a,0xab,0x103)](_0x3aa48b['ngJIG'],_0x3aa48b[_0x1a5105(_0x59541f._0x4e27e7,0xfa,0x15c,_0x59541f._0x129627)])){const _0x2ae718={};_0x2ae718[_0x5bb326(_0x59541f._0x28c312,_0x59541f._0x3f0337,0x250,_0x59541f._0x9a0519)]=_0x5866df['taskId'],_0x2ae718[_0x1a5105(0x151,_0x59541f._0xe9c9f6,0xdb,0xe5)+'t']=_0x14ed96,_0x2ae718['error']=_0x493932[_0x1a5105(_0x59541f._0x544f5d,_0x59541f._0x4365c8,0x117,0x16d)],_0x7a0dbb[_0x1a5105(_0x59541f._0x3ebc8a,_0x59541f._0x4eb743,_0x59541f._0x69f6b,0xde)](_0x3aa48b[_0x1a5105(0x1d1,_0x59541f._0x5954b1,0x142,_0x59541f._0x1bb56e)],_0x2ae718);const _0x29bd06={};_0x29bd06[_0x5bb326(0x2fb,_0x59541f._0x15e201,0x28e,_0x59541f._0xfe9051)]=_0x3aa48b['jlXwy'],_0x29bd06[_0x5bb326(0x330,_0x59541f._0x18567e,_0x59541f._0x317ad0,0x2a4)]=_0x3aa48b[_0x1a5105(0x131,0x13a,_0x59541f._0x179fa8,_0x59541f._0x3c2b57)],_0x5e455['status'](0x22ff+0x4e0*0x7+-0x432b)[_0x5bb326(0x25a,0x351,_0x59541f._0xd3146,_0x59541f._0x46e3e2)](_0x29bd06);}else{const _0x2ed5c7=_0x3aa48b['fLPxL'][_0x1a5105(_0x59541f._0x5436a1,0x1ad,_0x59541f._0x5b7501,0x123)]('|');let _0x491f07=-0x8*0x3ec+0x1843*-0x1+0x37a3*0x1;while(!![]){switch(_0x2ed5c7[_0x491f07++]){case'0':try{await _0x40e1ca[_0x1a5105(_0x59541f._0x3fc026,_0x59541f._0x9cffc0,0x137,0x19a)](_0x4260ed);}catch{}continue;case'1':await _0x40e1ca[_0x1a5105(0xd0,0x12b,0x137,_0x59541f._0x56249e)](_0xdafeed);continue;case'2':const _0x435067={};_0x435067[_0x5bb326(_0x59541f._0xf880d8,0x337,0x37b,_0x59541f._0x567609)]=!![],_0x435067[_0x1a5105(_0x59541f._0x3c1567,0x10f,_0x59541f._0x6e5b19,_0x59541f._0x2d3c54)]=_0x3a6f90,_0x435067['environmen'+'t']=_0x49101d,_0x435067['deletedByT'+'askId']=_0x19d807[_0x5bb326(0x215,0x220,_0x59541f._0x5dffd7,_0x59541f._0x9a0519)],_0x435067[_0x1a5105(_0x59541f._0x57064f,0x176,_0x59541f._0x16fb35,0x200)+_0x5bb326(0x21c,_0x59541f._0x56c40b,_0x59541f._0x1306b3,0x22e)]=_0x4f1d02['id'],_0x2bff85['json'](_0x435067);continue;case'3':const _0x186736={};_0x186736[_0x5bb326(0x1f8,_0x59541f._0x25ec53,0x2ad,_0x59541f._0x969589)]=_0x19d807[_0x1a5105(_0x59541f._0x10cd1d,0x60,_0x59541f._0x2c7db5,_0x59541f._0x1778e0)],_0x186736['environmen'+'t']=_0x49101d,_0x186736[_0x5bb326(0x2be,_0x59541f._0x463009,0x32b,0x334)]=_0x3a6f90,_0x186736[_0x5bb326(0x2dc,_0x59541f._0x14e6cc,_0x59541f._0x42d201,_0x59541f._0x33ef6a)]=_0x4f1d02['id'],logger[_0x5bb326(0x364,_0x59541f._0x4091dc,_0x59541f._0xb7c640,_0x59541f._0x3dfff4)](_0x3aa48b['xZbul'],_0x186736);continue;case'4':await _0x40e1ca[_0x5bb326(_0x59541f._0x3822fd,_0x59541f._0x255346,_0x59541f._0x10c464,_0x59541f._0x2bcc3c)](_0xdafeed);continue;}break;}}}catch(_0x4adfba){if(_0x3aa48b['WvYPs'](_0x4adfba[_0x5bb326(0x27c,_0x59541f._0x373bbd,_0x59541f._0xabb9dd,_0x59541f._0x39b5bb)],_0x3aa48b[_0x1a5105(_0x59541f._0x48b67e,0x1bc,0x14f,0x193)])){if(_0x3aa48b['FmNhv']===_0x5bb326(0x32d,_0x59541f._0x500cd7,_0x59541f._0x5dc8f5,0x307)){const _0x4badfc={};_0x4badfc[_0x5bb326(0x2d6,0x1f3,_0x59541f._0x561a02,0x27b)]=_0x3aa48b['JgkNS'],_0x4badfc[_0x5bb326(_0x59541f._0x2f39f1,_0x59541f._0x5008c7,0x245,0x2a4)]=_0x1a5105(0x158,0x133,0x191,0x212)+_0x532e66+(_0x5bb326(_0x59541f._0x414b37,0x2e8,0x30b,0x2b2)+'d'),_0x499c23['status'](0x1e12+-0x9c5*0x1+-0x1*0x12b9)['json'](_0x4badfc);}else{const _0x4050c0={};_0x4050c0[_0x5bb326(_0x59541f._0x1ff613,0x244,0x29c,_0x59541f._0x333c64)]=_0x3aa48b[_0x1a5105(_0x59541f._0x1fab66,0x1a0,_0x59541f._0x2cb670,_0x59541f._0x2e1a25)],_0x4050c0[_0x1a5105(0xb8,_0x59541f._0x2b6d7c,_0x59541f._0x2a1043,_0x59541f._0x925547)]='Template\x20\x27'+_0x3a6f90+(_0x5bb326(0x25b,_0x59541f._0x49843c,0x27f,0x2b2)+'d'),_0x2bff85[_0x1a5105(0x109,_0x59541f._0x5e2fc5,0x16d,_0x59541f._0x1df9c4)](0x495*-0x8+0x268a+0x27*-0x2)['json'](_0x4050c0);}}else{if(_0x3aa48b['Kfjtn'](_0x3aa48b[_0x5bb326(_0x59541f._0x2c25ec,0x2ff,0x235,0x29e)],_0x3aa48b[_0x1a5105(_0x59541f._0x7d412c,0x127,0x111,_0x59541f._0x5dd753)])){const _0x1ed5d8={};_0x1ed5d8['taskId']=_0x19d807[_0x5bb326(_0x59541f._0x561691,0x1ea,0x2cf,_0x59541f._0x52dcda)],_0x1ed5d8[_0x5bb326(0x1d7,_0x59541f._0x246a6c,_0x59541f._0x20d78c,_0x59541f._0x48be2d)+'t']=_0x49101d,_0x1ed5d8[_0x5bb326(0x366,0x392,0x2f2,0x334)]=_0x3a6f90,_0x1ed5d8[_0x5bb326(0x22b,_0x59541f._0x51c4a3,_0x59541f._0x248dee,0x27b)]=_0x4adfba[_0x1a5105(0x8f,_0x59541f._0x4f8e11,0x117,_0x59541f._0x180a96)],logger[_0x5bb326(_0x59541f._0x10c464,0x2fd,_0x59541f._0x581553,_0x59541f._0xfe9051)](_0x1a5105(0xc8,_0x59541f._0x7bb59c,_0x59541f._0x5bd2cd,_0x59541f._0x389d87)+_0x1a5105(_0x59541f._0x610d2b,_0x59541f._0x4e3a12,_0x59541f._0x2bb55e,0x178)+_0x1a5105(0x85,-0x1,0x83,-_0x59541f._0x3294ea),_0x1ed5d8);const _0x23dcbd={};_0x23dcbd[_0x5bb326(0x2bb,_0x59541f._0xdf2ea0,_0x59541f._0x36c56f,0x27b)]=_0x3aa48b[_0x1a5105(_0x59541f._0x4820eb,_0x59541f._0x1c3939,_0x59541f._0x30e032,_0x59541f._0x2673e4)],_0x23dcbd[_0x5bb326(_0x59541f._0x3948cc,0x2f0,_0x59541f._0xdf1dc2,0x2a4)]=_0x3aa48b[_0x5bb326(_0x59541f._0x276f28,_0x59541f._0x1b5317,0x28f,0x2d7)],_0x2bff85[_0x1a5105(_0x59541f._0x3f103a,0x177,_0x59541f._0x3fa377,_0x59541f._0x3d7f56)](0x9e*-0x9+-0xf06*0x2+0x36a*0xb)['json'](_0x23dcbd);}else{const _0x196805={};return _0x196805[_0x5bb326(0x279,_0x59541f._0x311e49,_0x59541f._0x3bb481,_0x59541f._0xfe9051)]=_0x3aa48b['VoxnE'],_0x196805['message']=_0x3aa48b[_0x5bb326(_0x59541f._0x433365,0x35d,_0x59541f._0x18e179,0x331)],_0x13c50d[_0x5bb326(_0x59541f._0x3eb366,_0x59541f._0x3535e3,0x2f0,_0x59541f._0x590aef)](0x74*0x2+-0x17*-0xc9+0x5cd*-0x3)[_0x1a5105(0x149,0x19f,_0x59541f._0x3acf43,0xe0)](_0x196805);}}}});export default router;
|