@profoundlogic/coderflow-server 0.4.8 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/dist/README.md +9 -1
- package/dist/base-image/Dockerfile +5 -3
- package/dist/base-image/entrypoint.sh +76 -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/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/migrate-rbac.js +1 -0
- package/dist/lib/cli/server-manager.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 -0
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/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 -0
- 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/scoped-rbac-migration-runner.js +1 -0
- 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 +2 -1
- package/dist/playwright.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/scripts/migrate-to-scoped-rbac.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/docs/admin/environments.md +75 -0
- package/dist/web-ui/public/docs/admin/installation.md +9 -1
- package/dist/web-ui/public/environments.css +356 -0
- package/dist/web-ui/public/environments.html +316 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -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.html +1 -2
- 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 +78 -7
- package/dist/web-ui/public/task.html +24 -0
- 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 +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x149043(_0x320ceb,_0xb336fc,_0x3f3682,_0x412de9){const _0x4df7e8={_0x4db604:0x87};return _0xe986(_0x320ceb-_0x4df7e8._0x4db604,_0xb336fc);}(function(_0x39bb1c,_0x2be900){const _0x46ea92={_0x76700a:0x1c5,_0x4bd689:0x11,_0x453080:0xce,_0x571fa9:0x527,_0x557f3b:0xe6,_0x196aa6:0x59,_0x15d8b9:0x508,_0x2eaff9:0x5a8,_0x5543c7:0x56e,_0x1ebfa6:0x37,_0x25cbf0:0x62,_0x53d6c2:0x23,_0x554f18:0x16,_0x2828b1:0x5e2,_0x367b8b:0x5a4,_0x340758:0xa5,_0x245712:0x48,_0x498190:0x4f3,_0x4a5c41:0x5a6,_0xfca4a2:0x158,_0x3546da:0x103,_0x1f4059:0x136,_0x5b3fde:0xe5,_0x4a9f56:0x53c,_0x3fdd3f:0x5b1},_0x2b8903={_0x5dc46d:0x20b},_0x2824ca={_0x531c27:0x3da};function _0x1201fe(_0x16de2b,_0x2c39fb,_0x4f6a09,_0x6c2264){return _0xe986(_0x4f6a09-_0x2824ca._0x531c27,_0x16de2b);}const _0x4e9f03=_0x39bb1c();function _0x5e63aa(_0x16cc97,_0x45795c,_0x532080,_0x45eefc){return _0xe986(_0x45795c- -_0x2b8903._0x5dc46d,_0x45eefc);}while(!![]){try{const _0x105ee7=-parseInt(_0x5e63aa(-0x168,-0x13e,-0xe8,-_0x46ea92._0x76700a))/(0xcf0+-0x4*0x971+0x18d5*0x1)*(-parseInt(_0x5e63aa(-0x70,-0x95,-_0x46ea92._0x4bd689,-_0x46ea92._0x453080))/(0x1c45+-0x2de+-0x1*0x1965))+parseInt(_0x1201fe(0x59f,_0x46ea92._0x571fa9,0x54b,0x4ee))/(0x2c9*-0x5+0xbda+0x1*0x216)+parseInt(_0x5e63aa(-0x11e,-_0x46ea92._0x557f3b,-0xc5,-_0x46ea92._0x196aa6))/(-0x4*-0x63a+-0x23f3+-0x1*-0xb0f)*(parseInt(_0x1201fe(_0x46ea92._0x15d8b9,_0x46ea92._0x2eaff9,_0x46ea92._0x5543c7,0x5a4))/(-0x725+0x1983+-0x1259))+parseInt(_0x5e63aa(-_0x46ea92._0x1ebfa6,-_0x46ea92._0x25cbf0,_0x46ea92._0x53d6c2,_0x46ea92._0x554f18))/(0x1231*0x2+-0x1*-0x1583+-0x39df)+-parseInt(_0x1201fe(0x616,_0x46ea92._0x2828b1,_0x46ea92._0x367b8b,0x61a))/(0x26a6+0x3b*0x56+-0x3a71)+parseInt(_0x5e63aa(-_0x46ea92._0x340758,-0xd3,-0x10b,-_0x46ea92._0x245712))/(0x3e*0x1b+-0x2214+0x1b92)*(-parseInt(_0x1201fe(_0x46ea92._0x498190,0x561,0x575,_0x46ea92._0x4a5c41))/(0x2015+-0x1*-0x17f2+0x2*-0x1bff))+parseInt(_0x5e63aa(-_0x46ea92._0xfca4a2,-_0x46ea92._0x3546da,-_0x46ea92._0x1f4059,-_0x46ea92._0x5b3fde))/(0x32*-0x6a+0xca4+-0x3d*-0x22)*(-parseInt(_0x1201fe(0x56a,_0x46ea92._0x4a9f56,_0x46ea92._0x3fdd3f,0x52e))/(-0x1d04+-0x27*0xb7+-0x8*-0x71e));if(_0x105ee7===_0x2be900)break;else _0x4e9f03['push'](_0x4e9f03['shift']());}catch(_0x43b1c1){_0x4e9f03['push'](_0x4e9f03['shift']());}}}(_0xc5ce,-0x159614+0x4474d*0x2+0x19f84a));import _0x52783d from'express';function _0xc5ce(){const _0x32919b=['DgfZA1vZzxi','Dw5SAw5R','uMTzy1K','Aw5JBhvKzxm','Aw9UCW','Chj3zuO','D3jPDguGDgvTCa','mJG4nZzSvvnAC0C','DuHvu1q','sKvPu1m','B3DUihrHC2SGsq','DxrMltG','sw52ywXPzcb0zq','zgvSzxrLihrLBq','DvD5qMu','CM5xzuK','vgvTCgXHDguGDq','r1Pjv3u','Aw5NihrLBxbSyq','CfLAAg0','tM90iezVDw5K','BwfW','yuzwrfq','CgXHDgu','BxbSyxrLig5HBq','vgfZAYbSAxn0Aq','nty5nda4oeDouw5syq','wKrfB2K','BMXvzuu','ENrcC0i','ufrkrvq','yxrLCW','D3jPDguGAw5ZDa','zwXLDgvKigj5ia','zw50','vhfWAMS','u3bur0S','zwqGzw52AxjVBG','vMvXs2C','C3rHDhvZ','Eu9MwNK','v1jNy0C','zhHkwLi','teTAvvm','DgLVBNm','qM12reK','tMPLsgC','u1PjtvK','D3jPDgvgAwXL','v0LNC3a','BKrOCwu','uKrwzK8','q1jVAeS','r05iD3K','BNrZoMLUC3rYDq','uhzKBve','AgjgyK4','Dg9ju09tDhjPBG','DfbHDgG','D2fYBG','BMfTzq','wKDXuhG','ru5pru5u','Euj3t2q','quDftLrtlM1K','EMvK','Dwn0Aw9UCYbMAq','qMfKifjLCxvLCW','CMvHzezPBgu','tMf3suu','DgvTCgXHDgu','ywXS','C3bSAxq','ig5VDcbMB3vUza','DcbPBML0AwfSAq','rMvoBgO','qNbwz0K','zwfKzxi','BKzruuu','z3rO','vwnzrhe','Aw5NigvUDMLYBW','y29UDgvUDeXLBG','mZu2nJC2ovHgz05JrW','B25Z','DgfZA0LK','AgfRDuK','DKjbshG','ognRsvjpqG','BM90igHHDMuGCa','BYbLBNzPCM9UBq','C3rYAw5NAwz5','CMvJDxjZAxzL','zfrhBu4','DgvZihbLCM1PCW','AwXL','vgfZAYbOyxmGBG','zxjYB3i','BMCGzw52AxjVBG','rvnlzLa','vgfZAY1jzcbOzq','uM91DgvY','AxPLza','vgvTCgXHDguGza','y3jLyxrLzej5','CMvHzcb0zw1WBa','uKH0AwC','zw5KC1DPDgG','z1HRBLO','ywrLCG','DxbKyxrLzej5vq','sxvNuLi','Aw5MBW','BgvUz3rO','sLPRAwi','Bgf0zq','C2LVBG','yM9KEq','nZmWuvrku2PZ','s1rhu2e','r0Xpzuu','EKPNEMy','q29UDgvUDcbMAq','t3zmrwu','qufUvhu','ourxzxnTyq','ENbytgK','ANnVBG','BwTKAxi','yxnRswq','y29UDgvUDa','zKjyCwW','Dhm6DgvTCgXHDa','y2fSBgLUz1rHCW','CNvJDgLVBNm','BM1LBNqGAw5ZDa','CMvHzcbPBNn0CG','Burtvhy','t3nhvM0','mZq5ntm0ohnPALDrzG','vw5HDxrOB3jPEG','wgTOBNu','Bw1UEKe','CgfYyw1Z','yw1Tquu','vM1Ky1C','y1b3rLu','wwTTAha','CK9LDMC','DcbUB3qGzM91BG','zwqGyNKGDgfZAW','vgfZAYbMzxrJAa','zgvSzxrLzej5va','lM1K','B2zVAgi','Cgf0Aa','AxrmD2K','D1Hmqxy','t3zMAeW','BKrxr3a','DwLYvuy','BNqGCMvXDwvZDa','zw52AxjVBM1LBG','AefwvxO','DxbKyxrLzef0','lvrHC2STswqGAa','Dujtrw8','twLZC2LUzYbylq','DwLYzwq','AhL3A3u','C2SGsuq','qKLSveq','mtq1mti5nKv1vLfnuG','igvUDMLYB25Tzq','uKXyrM8','vgvTCgXHDguGjW','BwvZC2fNzq','zMLSDgvY','zwXKigLZihjLCq','rLnmrNi','C3vJy2vZCW','zxj2zxiGrxjYBW','De5HBwu','qNv6s0u','zgvSzxrLzej5vq','odKXodyZnw1fqu5Usa','DcbPBNn0CNvJDa','Chv0','quvwrwW','ig1PC3nPBMCGwa','y2reA0i','DenVBMzPzW','DgfZA3m','zxHPC3rZ','DxnLCM5HBwu','z0XUtg0','EuT1DfK','uY5Tza','C2DSEgO','A2ztqMC','D1jZv1C','AMHSqKq','jYbUB3qGzM91BG','l3rLBxbSyxrLCW','qNz4C04','qLnRyKW','BgLZDcb0zw1WBa','mtqWodiXD0zstvL5','CgfYC2u','sg9kC04','DxnLCKLK','thPfsM0','BfHXENe','DerkD1K','l2LUC3rYDwn0Aq','zxjTAxnZAw9Uia','sg9MwLe','vuvgDue','DgfZAY10zw1WBa','vgfZAYbKzwXLDa','v1zhA1a','q2f0wKe','rMfPBgvKihrVia','swL5D3m','D0r0DeS','CfjxwNO','y29Kzq','rhnLr1a','CMvWBgfJzq','BMH1uKC','BM90igzVDw5K','vgfZAYb1CgrHDa','sw52ywXPzcb0yq','tLjWwvi','Dg8GDxbKyxrLia','BKjHt28','yxrL','AxfHEMe','AM9PBG','tKfpB0q','qLPeq1m','DezVzfa','mNW0Fdf8mhWZ','EgX0vfq','DcbTyw5Hz2vTzq','wgDRsLC','EhzXzeS','AgvHzgvYCW','BNrZoNrLBxbSyq','ue9cC2i','vxnLCIbSywnRCW','s2j2CKG','BYbHC3nVy2LHDa','vgfZAYb1C2vYia','zfbxuhi','CMvHzcbbr0vova','s0ndCvm','shfKzeC','sw50zxjUywWGuW','tezuA3a','B3qGAw5PDgLHBa','DxbKyxrLzej5va','BuzUu20','rw52AxjVBM1LBG','BwvUDa','C2vYswq','mJbbuNjWz28','DgfZAW','DgvTCgXHDgvZ','q09Rz0y','EhPRqKy','vxnLCIbKB2vZia','rM9YyMLKzgvU','vvrPzfK','lZPUyw1L','BNqGCM91DguGBG','EK5QqvC','D3LVD28','uLLcsey','qvfSC0e','lMPZB24','s29KtKi','vKfIAMi','z2v0','CNz4uvy','B2zur2C','sg5gC3m','q2j1A2m'];_0xc5ce=function(){return _0x32919b;};return _0xc5ce();}import{promises as _0x1cd238}from'fs';function _0x433a0a(_0x4be83b,_0x7bb655,_0x1e47e7,_0x391d5f){return _0xe986(_0x391d5f- -0x2ea,_0x1e47e7);}import _0x567b0f from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';function _0xe986(_0x41a28e,_0x1634e0){_0x41a28e=_0x41a28e-(0x1b0e+0x270a+-0x415a);const _0x9b2d1=_0xc5ce();let _0x2aeb0b=_0x9b2d1[_0x41a28e];if(_0xe986['ZKbsjE']===undefined){var _0x4e6628=function(_0x355e5c){const _0xda4eb9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x7f3faf='',_0x30aa89='';for(let _0x11c207=-0x48*0x4d+0xd59*0x2+-0xd7*0x6,_0x2d375c,_0x13d4f6,_0x3877fc=0x1eda+-0xe8f+0x104b*-0x1;_0x13d4f6=_0x355e5c['charAt'](_0x3877fc++);~_0x13d4f6&&(_0x2d375c=_0x11c207%(-0x1c76+-0x2581*0x1+0x13*0x379)?_0x2d375c*(0x107*0x17+-0x1*-0x13+-0x1774)+_0x13d4f6:_0x13d4f6,_0x11c207++%(0x1a4+-0x152b+0x1*0x138b))?_0x7f3faf+=String['fromCharCode'](-0x12af+-0x22*-0x53+0x8a8&_0x2d375c>>(-(-0x21*-0x7f+-0x35f*-0xa+-0x3213)*_0x11c207&-0xa1e+-0x1e4*0x8+0x1944)):0x1fdc*0x1+-0x2267+0x1*0x28b){_0x13d4f6=_0xda4eb9['indexOf'](_0x13d4f6);}for(let _0x4d6c87=-0x16ef+0x3*-0x653+0xc*0x37e,_0x4ecfcc=_0x7f3faf['length'];_0x4d6c87<_0x4ecfcc;_0x4d6c87++){_0x30aa89+='%'+('00'+_0x7f3faf['charCodeAt'](_0x4d6c87)['toString'](0xeee+-0x1934+0xa56))['slice'](-(0x171*0xf+0x2533+-0x3ad0));}return decodeURIComponent(_0x30aa89);};_0xe986['pnzipW']=_0x4e6628,_0xe986['EIeknL']={},_0xe986['ZKbsjE']=!![];}const _0x4d21fa=_0x9b2d1[-0x1f01*0x1+0x3*-0x337+-0x1d9*-0x16],_0x213958=_0x41a28e+_0x4d21fa,_0x796d3a=_0xe986['EIeknL'][_0x213958];return!_0x796d3a?(_0x2aeb0b=_0xe986['pnzipW'](_0x2aeb0b),_0xe986['EIeknL'][_0x213958]=_0x2aeb0b):_0x2aeb0b=_0x796d3a,_0x2aeb0b;}const router=_0x52783d[_0x433a0a(-0x106,-0x18f,-0x1d1,-0x167)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0xe759c1){const _0x36e4d9={_0x2af04f:0x8f,_0xec5998:0x35},_0x2d11f9={_0x2867a8:0x10f};tasks=_0xe759c1[_0x4a076e(-_0x36e4d9._0x2af04f,-0x4,-0x8a,-_0x36e4d9._0xec5998)];function _0x4a076e(_0x469942,_0x5046c5,_0x270cad,_0x4abcf3){return _0x433a0a(_0x469942-0x25,_0x5046c5-_0x2d11f9._0x2867a8,_0x270cad,_0x469942-0x19d);}setupPath=_0xe759c1['setupPath'],coderConfig=_0xe759c1['coderConfi'+'g'];}export function updateCoderConfig(_0x10066e){coderConfig=_0x10066e;}async function requireTaskAuth(_0x419956,_0x5e4174,_0x4a5908){const _0x47ccbb={_0x10ee48:0x4bd,_0x35831f:0x411,_0x398da0:0x499,_0x3d3350:0x4a7,_0x5467d3:0x463,_0x42c27e:0x4e1,_0x10dac5:0x4e6,_0x925239:0x57a,_0x2f6dec:0x54e,_0xc6ca02:0xfd,_0x9ab3c9:0x156,_0x27e672:0x178,_0x3b5f45:0xd6,_0x230eac:0xf8,_0x186c8d:0x39,_0x23f014:0x9a,_0xf4bc4c:0x10c,_0x35385d:0x503,_0x1fcf3a:0x526,_0x5b1167:0x528,_0x4b83c6:0x57c,_0x2a2826:0x598,_0xb1d3b8:0x5b3,_0x9b4c75:0x580,_0x144101:0x529,_0x57563f:0x73,_0x839963:0x8f,_0x3923c6:0x2d,_0x4d236d:0x7b,_0x1a61b7:0x26,_0x4d9eac:0x3a,_0x28134a:0x2d,_0x283257:0x44,_0x1d364b:0x33,_0x296fdc:0x44d,_0x489215:0x4aa,_0x82fadf:0x459,_0x4e4e77:0x4d1,_0x50979d:0x4af,_0x39f53c:0xc1,_0x47ed31:0x8c,_0x2ce7dc:0xbc,_0x31df7b:0x153,_0x148235:0xc8,_0x31042b:0x5cc,_0x491ea9:0x565,_0x6e683a:0x433,_0x1e6991:0x4b7,_0x5ac987:0x4fe,_0xae3009:0x565,_0x5d5fb8:0xd2,_0x19a308:0x155,_0x8adad0:0x4a3,_0x4af452:0x4a0,_0x411082:0x5e,_0x83b883:0x20,_0x3ef153:0x80,_0x3f6c01:0x4c4,_0x46848d:0x50a,_0x45e053:0x548,_0x2abfef:0x4c4,_0x2dd69b:0x4db,_0x16e71d:0xe7,_0x4a2758:0xad,_0x42ff7f:0x146,_0x9d7c70:0x502,_0x1adccf:0xf4,_0x5510d1:0x529,_0xb3f83f:0x525,_0x47781e:0x481,_0x591414:0x62,_0x13041a:0x40,_0x1b23a6:0x10,_0x115153:0x52,_0x33afb0:0x17a,_0x426aba:0xa8,_0x91912d:0x5a,_0x51fcd4:0x119,_0x42c5e8:0xab,_0x4cb6be:0x5d,_0x5c0c74:0xb8,_0x3987a2:0x50,_0x53a6b2:0x87,_0x1a5d7f:0x2c,_0x2ff51e:0x13,_0xcc1f49:0x4ec,_0x526c6d:0x54c,_0x3e2106:0x553,_0x4e8751:0x53c,_0x9b68d1:0x545,_0x3f9941:0x4df,_0x3f5c58:0x51a,_0x5c129a:0x57f,_0x53ec29:0x513,_0x23dae8:0x4d0,_0x10c882:0x5bf,_0xc4e914:0x58b,_0x56ce4f:0x29,_0x1952ef:0x32,_0x17fa68:0x86,_0x5a88ac:0xd5,_0x57ee79:0x4ab,_0x33976c:0x4f1,_0x482a43:0x47a,_0x56ea01:0x4e3,_0x4ec050:0x482,_0x3e3041:0x473,_0x3d7ffa:0x457,_0xb23126:0x87,_0x205774:0x21,_0x43d7c9:0xa9,_0x57f612:0x14b,_0x468572:0x13a,_0x1e1458:0x4cd,_0x2d0789:0x4d8,_0x52cec3:0x5d3,_0x28944e:0x1f,_0x117a2d:0x9a,_0x480e7f:0x2a,_0x56f91d:0x48,_0x3076e0:0x28,_0x53c1f3:0x58f,_0x5886e7:0x534,_0x2c277b:0x55d,_0x2c98be:0x4b2,_0x42cb8a:0x417,_0x3cdb5b:0x473,_0x2b0050:0x8a,_0x197045:0x7b,_0x567164:0xa4,_0x22a0c7:0x172,_0x70d655:0x10f,_0x2797fa:0x31,_0x3d71c3:0x571,_0x3d1509:0x4a4,_0x550058:0xb6,_0x1533b9:0xd1,_0x328c26:0x4c6,_0x469266:0x538,_0x1ca0c0:0x533,_0xef90d4:0x509,_0x116aa4:0x5bf,_0x20f8f0:0x99,_0x378bb9:0xfb,_0x2b96cf:0x54,_0x3b5028:0x1e,_0x2414f2:0x130,_0x335480:0xaf,_0xcdb78d:0xda,_0x177bea:0x53,_0x4d00aa:0x91,_0x496025:0xd0,_0x22dfc1:0x35,_0x10f295:0x74,_0x33ce67:0x19,_0x4500aa:0x2f,_0x468001:0x509,_0x4b0216:0x86,_0xf1bcce:0x2,_0xa14985:0x1b,_0x25562d:0x4,_0x277b08:0xf,_0x440eab:0x570,_0xebfca9:0x4ff,_0x4bc829:0x457,_0x544fa6:0x48d,_0x2f94a3:0x492,_0x1bc8ff:0x6a,_0x1f155c:0x53c,_0x1315c2:0x58b,_0x1159f4:0xfd,_0x53c93a:0x4c3,_0x5d6721:0x502,_0x3eb17c:0x519,_0x49e1a7:0x4e8,_0xad1dd7:0x53c,_0x495028:0x58d,_0x4a82ec:0x57d,_0x245260:0x615,_0x165f88:0x58a,_0x149bd6:0x504,_0x2c7938:0x42c,_0x1ab2fa:0x504,_0x54f59b:0x2,_0x1b86e1:0x2e,_0x46f1d:0x57,_0x4ba24a:0x24,_0x287904:0x612,_0x39ed2b:0x594,_0x48e34b:0x609,_0x209174:0x3b,_0x3f9a19:0x84,_0x4f2a0d:0x40,_0x392beb:0x97,_0x2e7cfa:0x61,_0x255d79:0x87,_0x12cf15:0x5ad,_0x5760d8:0x21,_0x27696a:0x8f,_0x515fc9:0x64,_0x1789e0:0x535,_0x479f06:0x5fe,_0x29e09b:0x78,_0x560439:0x7b,_0x1a2a7e:0x55,_0x44a95b:0x89,_0xffb771:0x5f4,_0x1ac075:0xd9,_0xdd61e4:0x12,_0x325b21:0x478,_0x3ebd9d:0x479,_0x4d6293:0x14,_0xe9dca5:0x8,_0x116a68:0x530,_0x34b599:0x4cc,_0x773c38:0x53e,_0x2306e6:0x585,_0x105d0d:0x2f,_0x31dbc8:0x7b,_0x913440:0x52f,_0x5e77ba:0x563,_0x1727db:0x53c,_0x22ae30:0xe7,_0x2b85ab:0x2c,_0x5b70e:0x11,_0x2da84a:0x56,_0x5cb460:0x569,_0x24eda1:0x49e,_0x439908:0x5e4,_0x363621:0x4f6,_0x2ce14b:0x2e,_0x13c827:0x3a,_0x4d0c8a:0x6,_0x3d6b1c:0x44,_0x1bf1b1:0x22,_0x4bc307:0x3a,_0x3b6a90:0x42,_0x37f383:0x25,_0x21b6fb:0xf,_0x289003:0x15,_0x506cb8:0x51b,_0x28d81a:0x4cf,_0x1c466a:0xd3,_0x1cf5c2:0x18e,_0x5d0644:0x47a,_0x4312cf:0x427,_0x1532bd:0x90,_0x382608:0x102},_0x494c9e={_0x103cc2:0x17c,_0x1b4a3c:0x8e},_0x48d72a={_0xcca528:0x126,_0x37cbcb:0xe0},_0x5cabc4={'wyowo':_0xb8d208(0x528,0x443,_0x47ccbb._0x10ee48,0x4b1)+'erver\x20Erro'+'r','RkDQU':_0xb8d208(0x4b9,_0x47ccbb._0x35831f,_0x47ccbb._0x398da0,_0x47ccbb._0x3d3350)+_0xb8d208(0x56d,_0x47ccbb._0x5467d3,_0x47ccbb._0x42c27e,_0x47ccbb._0x10dac5)+_0xb8d208(0x5c7,_0x47ccbb._0x925239,_0x47ccbb._0x2f6dec,0x57e),'blpiX':_0x3afeb1(-0x49,-0xc8,-0x13c,-0x46),'DYFOX':'Failed\x20to\x20'+_0x3afeb1(-0x7e,-_0x47ccbb._0xc6ca02,-0xeb,-_0x47ccbb._0x9ab3c9)+_0x3afeb1(-_0x47ccbb._0x27e672,-0x137,-_0x47ccbb._0x3b5f45,-_0x47ccbb._0x230eac),'MbVVE':_0xb8d208(0x46a,0x4b7,_0x47ccbb._0x398da0,0x49d)+_0x3afeb1(-0x3f,-0x54,_0x47ccbb._0x186c8d,0x1e)+_0x3afeb1(-0x1b,-_0x47ccbb._0x23f014,-_0x47ccbb._0xf4bc4c,-0xfe)+'le','ammAE':'x-task-id','WIgsp':_0xb8d208(0x524,_0x47ccbb._0x35385d,0x4c2,0x4d6)+_0xb8d208(_0x47ccbb._0x1fcf3a,0x4bc,0x4af,0x503)+_0xb8d208(0x5e7,_0x47ccbb._0x5b1167,_0x47ccbb._0x4b83c6,0x534)+_0xb8d208(0x5db,0x5fc,_0x47ccbb._0x2a2826,_0x47ccbb._0xb1d3b8)+_0xb8d208(0x5ad,0x536,_0x47ccbb._0x9b4c75,_0x47ccbb._0x144101)+_0x3afeb1(-_0x47ccbb._0x57563f,-_0x47ccbb._0x839963,-_0x47ccbb._0x3923c6,-0xcd),'prweJ':_0x3afeb1(-_0x47ccbb._0x4d236d,-0x50,_0x47ccbb._0x1a61b7,-_0x47ccbb._0x4d9eac)+'ed','Xkhnu':'Missing\x20X-'+_0x3afeb1(-0x80,-0x78,-_0x47ccbb._0x28134a,-_0x47ccbb._0x283257)+_0x3afeb1(0xc,-0x6f,-_0x47ccbb._0x1d364b,-0xc2),'yBwOd':_0xb8d208(_0x47ccbb._0x296fdc,_0x47ccbb._0x489215,0x4c2,_0x47ccbb._0x82fadf)+_0xb8d208(_0x47ccbb._0x4e4e77,0x4d4,_0x47ccbb._0x50979d,0x52c)+_0x3afeb1(-0xf5,-0xe9,-_0x47ccbb._0x39f53c,-_0x47ccbb._0x47ed31)+_0x3afeb1(-_0x47ccbb._0x2ce7dc,-0xf8,-_0x47ccbb._0x31df7b,-0x16d)+'ized','ERQaZ':'Service\x20no'+'t\x20initiali'+'zed','aFVDT':function(_0x275468,_0x1e9374){return _0x275468!==_0x1e9374;},'uHUST':_0x3afeb1(-_0x47ccbb._0x148235,-0x39,-0x3c,0x47),'COkgF':_0xb8d208(_0x47ccbb._0x31042b,0x544,_0x47ccbb._0x491ea9,0x55d),'DseGP':_0xb8d208(_0x47ccbb._0x6e683a,0x53f,0x4c2,_0x47ccbb._0x1e6991)+'t\x20manageme'+_0xb8d208(0x5f6,_0x47ccbb._0x5ac987,0x57c,_0x47ccbb._0xae3009)+'\x20with\x20unkn'+_0x3afeb1(-0x11e,-_0x47ccbb._0x5d5fb8,-_0x47ccbb._0x19a308,-0x9a)+'D','uBSEo':_0xb8d208(0x4c4,0x4c3,_0x47ccbb._0x8adad0,_0x47ccbb._0x4af452)+_0x3afeb1(-_0x47ccbb._0x411082,-0x32,_0x47ccbb._0x83b883,-0x95),'dTGmN':_0x3afeb1(-_0x47ccbb._0x3ef153,-0x7c,-0x48,-0xeb)+_0xb8d208(0x5a2,_0x47ccbb._0x3f6c01,0x535,_0x47ccbb._0x46848d)+_0xb8d208(_0x47ccbb._0x45e053,_0x47ccbb._0x2abfef,0x4fd,_0x47ccbb._0x2dd69b),'BmvDI':_0x3afeb1(-0x12,-0x7c,-0x96,-_0x47ccbb._0x16e71d)+_0x3afeb1(-0x16b,-0x100,-_0x47ccbb._0x4a2758,-_0x47ccbb._0x42ff7f)+_0xb8d208(0x49a,_0x47ccbb._0x3d3350,0x500,_0x47ccbb._0x9d7c70)+_0x3afeb1(-0xcb,-_0x47ccbb._0x1adccf,-0x11a,-0xb8),'TLQTw':function(_0x1fb02f,_0x1deb8f){return _0x1fb02f(_0x1deb8f);},'hakuI':function(_0x3eaf44,_0x15c9f0){return _0x3eaf44===_0x15c9f0;},'hywku':_0xb8d208(0x50c,0x572,_0x47ccbb._0x5510d1,0x522),'JZkib':_0xb8d208(_0x47ccbb._0xb3f83f,_0x47ccbb._0x47781e,0x4b8,0x539)+_0xb8d208(0x4a0,0x505,0x4a1,0x4d0),'gXknZ':_0x3afeb1(-_0x47ccbb._0x591414,-_0x47ccbb._0x13041a,-0xa7,-0x5a),'HofZQ':_0x3afeb1(-0x58,-0x3a,-_0x47ccbb._0x1b23a6,_0x47ccbb._0x115153)+'ts','nDhqe':function(_0x85aa56){return _0x85aa56();}},_0x5866d6=_0x419956[_0x3afeb1(-0x116,-0x105,-_0x47ccbb._0x33afb0,-_0x47ccbb._0x426aba)][_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x91912d,-0x4c,0x7,0x13)]];function _0x3afeb1(_0x426f93,_0x2a5f8,_0x45ed47,_0x59f3b8){return _0x433a0a(_0x426f93-_0x48d72a._0xcca528,_0x2a5f8-_0x48d72a._0x37cbcb,_0x59f3b8,_0x2a5f8-0xf0);}if(!_0x5866d6){logger[_0x3afeb1(-_0x47ccbb._0x51fcd4,-0xa1,-0x24,-0x14)](_0x5cabc4[_0x3afeb1(-0x6a,-_0x47ccbb._0x42c5e8,-0x2b,-_0x47ccbb._0x4cb6be)]);const _0x36beac={};return _0x36beac['error']=_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x5c0c74,-0xd7,-_0x47ccbb._0x3987a2,-_0x47ccbb._0x53a6b2)],_0x36beac[_0x3afeb1(0x31,-_0x47ccbb._0x1a5d7f,-0x84,_0x47ccbb._0x2ff51e)]=_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x186c8d,-0x4f,-_0x47ccbb._0x186c8d,-0x5c)],_0x5e4174[_0xb8d208(0x545,_0x47ccbb._0xcc1f49,0x502,_0x47ccbb._0x526c6d)](0x263a+0x96b+0x170a*-0x2)['json'](_0x36beac);}if(!tasks){logger[_0xb8d208(0x54e,_0x47ccbb._0x3e2106,_0x47ccbb._0x4e8751,0x510)](_0x5cabc4[_0xb8d208(_0x47ccbb._0x9b68d1,_0x47ccbb._0x3f9941,_0x47ccbb._0x3f5c58,0x49f)]);const _0x43e099={};return _0x43e099[_0xb8d208(_0x47ccbb._0x5c129a,0x546,_0x47ccbb._0x4e8751,0x560)]=_0x5cabc4[_0xb8d208(_0x47ccbb._0x53ec29,0x541,_0x47ccbb._0x23dae8,0x535)],_0x43e099[_0xb8d208(_0x47ccbb._0x10c882,0x54e,_0x47ccbb._0xc4e914,0x531)]=_0x5cabc4['ERQaZ'],_0x5e4174[_0x3afeb1(-_0x47ccbb._0x56ce4f,-0xb5,-_0x47ccbb._0x4d9eac,-_0x47ccbb._0x1952ef)](0x8b7+0x1d15+0x23d8*-0x1)[_0x3afeb1(-0x2e,-0x5d,-_0x47ccbb._0x17fa68,-_0x47ccbb._0x5a88ac)](_0x43e099);}const _0x322913=tasks['get'](_0x5866d6);function _0xb8d208(_0x1f12a0,_0x4f00f0,_0x566ef8,_0x24f8ee){return _0x433a0a(_0x1f12a0-_0x494c9e._0x103cc2,_0x4f00f0-_0x494c9e._0x1b4a3c,_0x4f00f0,_0x566ef8-0x6a7);}if(!_0x322913){if(_0x5cabc4[_0xb8d208(0x4f4,_0x47ccbb._0x57ee79,_0x47ccbb._0x33976c,0x46c)](_0x5cabc4[_0xb8d208(_0x47ccbb._0x57ee79,_0x47ccbb._0x482a43,_0x47ccbb._0x56ea01,_0x47ccbb._0x4ec050)],_0x5cabc4[_0xb8d208(0x4e7,_0x47ccbb._0x3e3041,0x4c8,_0x47ccbb._0x3d7ffa)])){const _0x23e380={};_0x23e380[_0x3afeb1(-0x5c,-_0x47ccbb._0xb23126,-_0x47ccbb._0x205774,-0xe4)]=_0x5866d6,logger[_0x3afeb1(-_0x47ccbb._0x43d7c9,-0xa1,-0xeb,-0x77)](_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x57f612,-0x119,-0x15c,-_0x47ccbb._0x468572)],_0x23e380);const _0x49851a={};return _0x49851a[_0xb8d208(_0x47ccbb._0x1e1458,0x4bf,_0x47ccbb._0x4e8751,_0x47ccbb._0x2d0789)]=_0x5cabc4['prweJ'],_0x49851a[_0xb8d208(_0x47ccbb._0x52cec3,0x608,0x58b,0x612)]=_0x5cabc4[_0x3afeb1(0x44,-0x36,-_0x47ccbb._0x28944e,-0x41)],_0x5e4174['status'](-0x1*0x2003+-0x7*0x5a+-0x2*-0x1205)[_0x3afeb1(-_0x47ccbb._0x117a2d,-0x5d,-_0x47ccbb._0x480e7f,-0x78)](_0x49851a);}else{const _0x4c2a4f={};_0x4c2a4f['taskId']=_0x490ac3[_0x3afeb1(-_0x47ccbb._0x56f91d,-0x87,-_0x47ccbb._0x3076e0,-0x64)],_0x4c2a4f['environmen'+'t']=_0x5d750d,_0x4c2a4f['template']=_0x26acbd,_0x4c2a4f[_0xb8d208(0x581,_0x47ccbb._0x53c1f3,0x53c,_0x47ccbb._0x5886e7)]=_0x1021d0['message'],_0x5d283d[_0xb8d208(_0x47ccbb._0x2c277b,0x564,0x53c,_0x47ccbb._0x2c98be)](_0xb8d208(_0x47ccbb._0x42cb8a,0x4b3,0x499,_0x47ccbb._0x3cdb5b)+'write\x20temp'+'late',_0x4c2a4f);const _0xb48411={};_0xb48411[_0x3afeb1(-_0x47ccbb._0x2b0050,-_0x47ccbb._0x197045,-_0x47ccbb._0x567164,-0x2b)]=_0x5cabc4[_0x3afeb1(-0x5f,-0xe7,-_0x47ccbb._0x22a0c7,-_0x47ccbb._0x70d655)],_0xb48411['message']=_0x5cabc4['RkDQU'],_0x17d110['status'](0x151a*-0x1+0x2*0x2ae+0x11b2)['json'](_0xb48411);}}if(!_0x322913[_0x3afeb1(-0x87,-0x3a,0x52,-_0x47ccbb._0x2797fa)+'t']){const _0x7e3e31={};_0x7e3e31[_0xb8d208(_0x47ccbb._0x3d71c3,_0x47ccbb._0x3d1509,0x530,0x52e)]=_0x5866d6,logger[_0x3afeb1(-_0x47ccbb._0x550058,-0xa1,-0x110,-_0x47ccbb._0x1533b9)](_0x5cabc4[_0xb8d208(0x4bc,_0x47ccbb._0x328c26,_0x47ccbb._0x469266,_0x47ccbb._0x1ca0c0)],_0x7e3e31);const _0x1b70f5={};return _0x1b70f5[_0xb8d208(0x5a1,_0x47ccbb._0xef90d4,0x53c,_0x47ccbb._0x116aa4)]=_0x3afeb1(-0x68,-_0x47ccbb._0x20f8f0,-_0x47ccbb._0x378bb9,-0xc8)+'t',_0x1b70f5[_0x3afeb1(-_0x47ccbb._0x2b96cf,-0x2c,-_0x47ccbb._0x3b5028,-0x69)]=_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x2414f2,-_0x47ccbb._0x335480,-_0x47ccbb._0xcdb78d,-_0x47ccbb._0x177bea)],_0x5e4174[_0xb8d208(0x519,0x512,_0x47ccbb._0x9d7c70,0x4ed)](0x27d+0x25e6+-0x26d3)[_0x3afeb1(-_0x47ccbb._0x4d00aa,-0x5d,-_0x47ccbb._0x496025,-0x1b)](_0x1b70f5);}const _0x1e3f02=_0x322913[_0x3afeb1(-_0x47ccbb._0x22dfc1,-_0x47ccbb._0x10f295,_0x47ccbb._0x33ce67,-_0x47ccbb._0x4500aa)]?.[_0xb8d208(_0x47ccbb._0x468001,0x47d,0x48d,0x44d)],_0x138a88=await _0x5cabc4['TLQTw'](findUserById,_0x1e3f02);if(!_0x138a88){if(_0x5cabc4[_0x3afeb1(-0x40,-_0x47ccbb._0x4b0216,-_0x47ccbb._0xf1bcce,-_0x47ccbb._0x42c5e8)](_0x5cabc4[_0x3afeb1(_0x47ccbb._0xa14985,-0x33,-0xa1,-0x5e)],_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x25562d,-0x33,_0x47ccbb._0x277b08,-0x4)])){const _0x3f43d9={};_0x3f43d9[_0xb8d208(_0x47ccbb._0x440eab,0x4d6,0x530,_0x47ccbb._0xebfca9)]=_0x5866d6,_0x3f43d9[_0xb8d208(0x41a,_0x47ccbb._0x4bc829,_0x47ccbb._0x544fa6,0x41d)]=_0x1e3f02,logger[_0xb8d208(0x496,_0x47ccbb._0x2f94a3,0x516,0x4c5)](_0x5cabc4[_0x3afeb1(-0x69,-_0x47ccbb._0x1bc8ff,0xa,-0xc4)],_0x3f43d9);const _0x9f2a5e={};return _0x9f2a5e[_0xb8d208(0x4dd,0x5c7,_0x47ccbb._0x1f155c,_0x47ccbb._0x328c26)]=_0x5cabc4['prweJ'],_0x9f2a5e[_0xb8d208(0x566,0x54d,_0x47ccbb._0x1315c2,0x51c)]='Task\x20owner'+_0x3afeb1(-0x9,-0x93,-0xa,-_0x47ccbb._0x1159f4),_0x5e4174[_0xb8d208(_0x47ccbb._0x53c93a,0x497,_0x47ccbb._0x5d6721,0x4a9)](0xb*0x1d+0x450*0x4+-0x10ee)['json'](_0x9f2a5e);}else{const _0x1c89e9={};_0x1c89e9[_0xb8d208(_0x47ccbb._0x3eb17c,_0x47ccbb._0x49e1a7,_0x47ccbb._0xad1dd7,_0x47ccbb._0x495028)]=_0x5cabc4['blpiX'],_0x1c89e9[_0xb8d208(_0x47ccbb._0x4a82ec,0x550,_0x47ccbb._0x1315c2,0x5c3)]=_0xb8d208(0x511,_0x47ccbb._0x245260,_0x47ccbb._0x165f88,_0x47ccbb._0x149bd6)+_0x1a9199+(_0xb8d208(_0x47ccbb._0x2c7938,0x49c,0x485,_0x47ccbb._0x1ab2fa)+'d'),_0xf8a36a[_0xb8d208(0x48a,0x521,0x502,0x57a)](0xa53*0x3+0xda9+0x1*-0x2b0e)[_0x3afeb1(-0x7e,-_0x47ccbb._0x4cb6be,-_0x47ccbb._0x54f59b,-0xbc)](_0x1c89e9);}}_0x419956[_0x3afeb1(-_0x47ccbb._0x1b86e1,-_0x47ccbb._0x46f1d,-0xc,_0x47ccbb._0x4ba24a)+'k']=_0x322913,_0x419956['taskUser']=_0x138a88,_0x419956['environmen'+_0xb8d208(0x614,_0x47ccbb._0x287904,0x591,_0x47ccbb._0x39ed2b)]=_0x322913['environmen'+'t'];if(!coderConfig?.['environmen'+'ts']?.[_0x322913[_0xb8d208(0x585,_0x47ccbb._0x48e34b,_0x47ccbb._0x4a82ec,0x5c4)+'t']]){if(_0x5cabc4['hakuI'](_0x5cabc4[_0x3afeb1(-0x77,-0x70,-_0x47ccbb._0x209174,-_0x47ccbb._0x3f9a19)],_0x3afeb1(-0x29,-_0x47ccbb._0x4f2a0d,-0xa6,-_0x47ccbb._0x392beb))){const _0x20acfa={};_0x20acfa[_0x3afeb1(-_0x47ccbb._0x2e7cfa,-_0x47ccbb._0x255d79,-0x9a,-0x1f)]=_0x5866d6,_0x20acfa['environmen'+'t']=_0x322913[_0xb8d208(_0x47ccbb._0x12cf15,0x53c,0x57d,0x5be)+'t'],logger[_0x3afeb1(-_0x47ccbb._0x5760d8,-0xa1,-_0x47ccbb._0x27696a,-_0x47ccbb._0x515fc9)](_0xb8d208(_0x47ccbb._0x1789e0,0x43c,0x4c2,0x4fb)+_0xb8d208(_0x47ccbb._0x479f06,0x500,0x570,0x592)+'d',_0x20acfa);const _0x57b549={};return _0x57b549[_0x3afeb1(-_0x47ccbb._0x29e09b,-_0x47ccbb._0x560439,-_0x47ccbb._0x1a2a7e,-_0x47ccbb._0x44a95b)]=_0x5cabc4['blpiX'],_0x57b549[_0xb8d208(_0x47ccbb._0xffb771,0x514,0x58b,0x517)]=_0x3afeb1(-0x17f,-0xf5,-0x11a,-_0x47ccbb._0x1ac075)+_0x3afeb1(-_0x47ccbb._0x1952ef,-0x47,-0xe,-_0x47ccbb._0xdd61e4)+'d',_0x5e4174[_0xb8d208(_0x47ccbb._0x325b21,_0x47ccbb._0x3ebd9d,0x502,0x4fd)](0xd9c+0xa3f*-0x2+0x876)[_0x3afeb1(-_0x47ccbb._0x4d6293,-0x5d,-0xb2,_0x47ccbb._0xe9dca5)](_0x57b549);}else{const _0x335444={};_0x335444[_0xb8d208(0x54e,0x4a8,_0x47ccbb._0x116a68,_0x47ccbb._0x34b599)]=_0x40463f[_0xb8d208(_0x47ccbb._0x773c38,_0x47ccbb._0x2306e6,_0x47ccbb._0x116a68,0x54f)],_0x335444[_0x3afeb1(-0x70,-_0x47ccbb._0x4d9eac,-0xd,-0x65)+'t']=_0xe183a7,_0x335444[_0x3afeb1(-_0x47ccbb._0x105d0d,-_0x47ccbb._0x31dbc8,-0x5d,-0x56)]=_0x277cd1['message'],_0xa979f2[_0x3afeb1(-0xcd,-_0x47ccbb._0x4d236d,-0x97,-_0x47ccbb._0x31dbc8)](_0x5cabc4['DYFOX'],_0x335444);const _0x4159cc={};_0x4159cc[_0xb8d208(_0x47ccbb._0x913440,_0x47ccbb._0x5e77ba,_0x47ccbb._0x1727db,0x546)]=_0x5cabc4[_0x3afeb1(-0x80,-_0x47ccbb._0x22ae30,-0x118,-0x157)],_0x4159cc[_0x3afeb1(-_0x47ccbb._0x186c8d,-_0x47ccbb._0x2b85ab,_0x47ccbb._0x5b70e,_0x47ccbb._0x2da84a)]=_0x5cabc4['MbVVE'],_0x472ade[_0xb8d208(_0x47ccbb._0x5cb460,_0x47ccbb._0x1ca0c0,_0x47ccbb._0x9d7c70,_0x47ccbb._0x24eda1)](0xe2*-0x13+0xa1d+-0xf5*-0x9)[_0xb8d208(_0x47ccbb._0x439908,0x5d5,0x55a,_0x47ccbb._0x363621)](_0x4159cc);}}_0x419956[_0x3afeb1(_0x47ccbb._0x2ce14b,-_0x47ccbb._0x13c827,-0x36,_0x47ccbb._0x4d0c8a)+_0x3afeb1(_0x47ccbb._0x209174,-0x1d,_0x47ccbb._0x3d6b1c,-_0x47ccbb._0x1bf1b1)]=coderConfig[_0x3afeb1(0x21,-_0x47ccbb._0x4bc307,-_0x47ccbb._0x3b6a90,-0xa0)+'ts'][_0x322913[_0x3afeb1(-0x90,-0x3a,-_0x47ccbb._0x37f383,0x45)+'t']],_0x419956[_0x3afeb1(0xe,-0x3a,-_0x47ccbb._0x21b6fb,_0x47ccbb._0x289003)+_0xb8d208(_0x47ccbb._0x506cb8,_0x47ccbb._0x28d81a,0x515,0x584)]=_0x567b0f[_0x3afeb1(-_0x47ccbb._0x1c466a,-0x10e,-_0x47ccbb._0x1cf5c2,-0x187)](setupPath,_0x5cabc4[_0xb8d208(_0x47ccbb._0x5d0644,0x40e,0x493,_0x47ccbb._0x4312cf)],_0x322913[_0x3afeb1(-_0x47ccbb._0x33ce67,-0x3a,-0x21,-0x34)+'t']),_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x1532bd,-0xaa,-0x41,-_0x47ccbb._0x382608)](_0x4a5908);}async function requireInstructionsPermission(_0x1d5cd7,_0x224bf5,_0x568aa7){const _0x21003a={_0x401921:0x29b,_0x48f2f6:0x1d4,_0x5d8b50:0x491,_0x3f07f3:0x440,_0xcfc746:0x423,_0x20e8b6:0x45b,_0x6ff2c:0x3ec,_0xfd884b:0x431,_0x1062ab:0x2f6,_0x4c54b8:0x280,_0x561c8a:0x317,_0x100c69:0x24e,_0x565270:0x26a,_0x41887e:0x504,_0x78de09:0x47a,_0x3b4af8:0x4d9,_0x1bf9cc:0x2b3,_0x57573c:0x2a9,_0x41d9b2:0x40b,_0x451328:0x458,_0x3df0ef:0x3e3,_0x1bb680:0x27d,_0x3b0d09:0x254,_0x4eb5c4:0x28d,_0x50ab29:0x1f0,_0x4320c3:0x276,_0x3d3630:0x24a,_0x26408c:0x434,_0x585ff7:0x431,_0x484f20:0x1c0,_0x3d7406:0x1f8,_0x38fb78:0x1ad,_0x2025e4:0x23c,_0xa7bd6f:0x28f,_0x5e04f6:0x317,_0x1a9325:0x290,_0x2d0611:0x264,_0xaa6d1d:0x2e9,_0x3361bd:0x301,_0x3d520e:0x2bb,_0x476912:0x38d,_0x40ba10:0x261,_0x3444fb:0x492,_0xb30c0e:0x307,_0x265a8e:0x46c,_0x28fc72:0x49e,_0x33ffa2:0x211,_0x5df6db:0x243,_0x33253e:0x280,_0x1ca03e:0x2ad,_0x2b4388:0x335,_0x6c4be2:0x276,_0x1caddd:0x1ae,_0x1e2dac:0x249,_0x17e369:0x20b,_0x508b03:0x27b,_0x146457:0x502,_0x5406d3:0x42a,_0x1862fc:0x4b0},_0x3e75d4={_0x243479:0xf7,_0x344b49:0x1ae,_0x1d18db:0x5fd},_0x24abdd={_0x22663f:0x129,_0x4702ee:0x420};function _0x48e121(_0x2afbec,_0x34179a,_0x43f54a,_0x4dafb6){return _0x433a0a(_0x2afbec-0x18d,_0x34179a-_0x24abdd._0x22663f,_0x2afbec,_0x34179a-_0x24abdd._0x4702ee);}const _0x5d18f6={'dxJZR':function(_0x73f059,_0xfacd28,_0x16a274,_0x1da08e){return _0x73f059(_0xfacd28,_0x16a274,_0x1da08e);},'Tqpjk':_0x48e121(0x1f7,0x244,_0x21003a._0x401921,_0x21003a._0x48f2f6)};function _0x1deab4(_0x27b0e2,_0xa79f0a,_0x2d1143,_0x407363){return _0x433a0a(_0x27b0e2-_0x3e75d4._0x243479,_0xa79f0a-_0x3e75d4._0x344b49,_0x2d1143,_0x407363-_0x3e75d4._0x1d18db);}if(!await _0x5d18f6[_0x1deab4(_0x21003a._0x5d8b50,_0x21003a._0x3f07f3,_0x21003a._0xcfc746,_0x21003a._0x20e8b6)](hasPermission,_0x1d5cd7[_0x1deab4(0x47b,_0x21003a._0x6ff2c,0x4b6,_0x21003a._0xfd884b)]['id'],_0x48e121(0x2e0,_0x21003a._0x1062ab,0x272,0x2ec)+'ts:instruc'+_0x48e121(0x2dc,_0x21003a._0x4c54b8,0x2af,0x2cb),_0x1d5cd7['environmen'+_0x48e121(0x2d7,0x30a,0x289,_0x21003a._0x561c8a)])){const _0x1cb0e9={};_0x1cb0e9[_0x48e121(0x2a9,0x2a9,_0x21003a._0x100c69,_0x21003a._0x565270)]=_0x1d5cd7[_0x1deab4(_0x21003a._0x41887e,_0x21003a._0x78de09,_0x21003a._0x3b4af8,0x4b6)+'k'][_0x48e121(_0x21003a._0x1bf9cc,_0x21003a._0x57573c,0x2a2,0x28c)],_0x1cb0e9[_0x1deab4(0x433,_0x21003a._0x41d9b2,_0x21003a._0x451328,_0x21003a._0x3df0ef)]=_0x1d5cd7[_0x48e121(_0x21003a._0x1bb680,_0x21003a._0x3b0d09,_0x21003a._0x4eb5c4,_0x21003a._0x50ab29)]['id'],_0x1cb0e9[_0x48e121(_0x21003a._0x4320c3,0x1f6,_0x21003a._0x3d3630,0x245)]=_0x1d5cd7[_0x1deab4(0x3ff,_0x21003a._0x26408c,0x3df,_0x21003a._0x585ff7)][_0x48e121(_0x21003a._0x484f20,0x1f6,_0x21003a._0x3d7406,_0x21003a._0x38fb78)],logger[_0x48e121(_0x21003a._0x2025e4,_0x21003a._0xa7bd6f,_0x21003a._0x5e04f6,0x24a)](_0x48e121(_0x21003a._0x1a9325,0x22e,0x214,_0x21003a._0x2d0611)+_0x48e121(_0x21003a._0xaa6d1d,_0x21003a._0x3361bd,_0x21003a._0x3d520e,_0x21003a._0x476912)+_0x48e121(0x214,0x28a,0x2f1,_0x21003a._0x40ba10)+'ctions\x20per'+'mission',_0x1cb0e9);const _0x3c25cf={};return _0x3c25cf[_0x1deab4(0x45e,0x497,0x4a3,_0x21003a._0x3444fb)]=_0x5d18f6[_0x48e121(_0x21003a._0xb30c0e,0x277,0x20f,0x22f)],_0x3c25cf[_0x1deab4(0x47d,_0x21003a._0x265a8e,_0x21003a._0x28fc72,0x4e1)]=_0x48e121(_0x21003a._0x33ffa2,_0x21003a._0x5df6db,0x1ce,_0x21003a._0x33253e)+_0x48e121(0x2ff,_0x21003a._0x1ca03e,0x2df,_0x21003a._0x2b4388)+_0x48e121(_0x21003a._0x6c4be2,0x20b,0x21c,_0x21003a._0x1caddd)+'to\x20update\x20'+_0x48e121(0x2b8,0x2f6,0x298,0x266)+'t\x20instruct'+_0x48e121(_0x21003a._0x1e2dac,0x258,0x215,_0x21003a._0x17e369),_0x224bf5[_0x48e121(0x24e,_0x21003a._0x508b03,0x213,0x2a9)](0xb*-0xb7+0x1c11+-0x12a1)[_0x1deab4(_0x21003a._0x146457,0x4cb,_0x21003a._0x5406d3,_0x21003a._0x1862fc)](_0x3c25cf);}_0x568aa7();}async function requireTemplatesPermission(_0x2690ca,_0x1d661f,_0x459109){const _0x5bb2ea={_0x215f97:0x12a,_0x123088:0x1ae,_0x4fcce3:0x214,_0xdb36f4:0x453,_0x4a0c09:0x3e2,_0x28ef7d:0xe6,_0x98ee34:0xb8,_0x1da8a1:0x97,_0x2ba863:0x240,_0x70c548:0x20b,_0x23ff1a:0xee,_0xb00e7:0x489,_0x151a05:0x180,_0x3043a2:0x147,_0x1715c8:0x414,_0x475130:0x437,_0x11c5df:0x386,_0x4a9aa1:0x34b,_0x48b802:0xc8,_0x3c4168:0xd6,_0x256c26:0xc6,_0x51e5c6:0xe5,_0x2cead8:0x471,_0x32b2d5:0x468,_0x5aa5b8:0x3e7,_0x2d40ed:0x3ff,_0x810877:0x40d,_0x45794a:0x8b,_0x55920e:0x10c,_0x43267a:0x84,_0x39aee5:0xc2,_0x4f40a4:0x424,_0x3ee153:0x431,_0x568009:0x1a7,_0x557701:0x191,_0xa9a8bd:0x1fe,_0x1529e5:0x176,_0x2b0239:0xbe,_0x5c6532:0x4a,_0x3a29e6:0x3cf,_0x585602:0x356,_0x3608a3:0x371,_0xd72213:0xa2,_0x28e458:0x10c,_0x4d7bfb:0x91,_0x26d8f4:0x3a0,_0x1ee732:0x374,_0x5d92bc:0x40a,_0x15cdf3:0x37c,_0x467634:0x1d9,_0x33f422:0x183,_0x2fa308:0x210,_0x508109:0x129,_0x5e296f:0x100,_0x32952f:0xae,_0x24f313:0x1d2,_0x2e308e:0x1bc,_0x323133:0x163,_0x3cf5cc:0x133,_0x5416be:0x10d,_0x35cd16:0x44e,_0x2576f2:0x43c,_0x126fe1:0xb4,_0x567f7d:0x7a},_0x3959bb={_0x3fa87f:0x59b},_0xdaeeba={_0x350280:0x38,_0x40968b:0x2d8};function _0x164336(_0x4c52a8,_0x47b0ca,_0x413754,_0x506e0d){return _0x433a0a(_0x4c52a8-0x85,_0x47b0ca-_0xdaeeba._0x350280,_0x4c52a8,_0x47b0ca-_0xdaeeba._0x40968b);}const _0x621003={'KbvrH':function(_0x429329,_0x1756da,_0x5d535f,_0x15188c){return _0x429329(_0x1756da,_0x5d535f,_0x15188c);},'KCCqS':_0x164336(_0x5bb2ea._0x215f97,_0x5bb2ea._0x123088,_0x5bb2ea._0x4fcce3,0x12d)+_0xd127aa(_0x5bb2ea._0xdb36f4,0x41b,0x47a,_0x5bb2ea._0x4a0c09)+'es','KTGSa':_0x164336(0x15b,_0x5bb2ea._0x28ef7d,_0x5bb2ea._0x98ee34,_0x5bb2ea._0x1da8a1)+_0x164336(_0x5bb2ea._0x2ba863,0x1b9,0x221,_0x5bb2ea._0x70c548)+_0x164336(0x8e,0xe4,_0x5bb2ea._0x23ff1a,0x10a)+_0xd127aa(0x42d,0x42c,0x41f,_0x5bb2ea._0xb00e7)+_0x164336(0x105,_0x5bb2ea._0x151a05,0x10b,_0x5bb2ea._0x3043a2),'PTJET':'Forbidden','dpisk':'User\x20does\x20'+_0xd127aa(0x428,_0x5bb2ea._0x1715c8,_0x5bb2ea._0x475130,0x3b5)+_0xd127aa(_0x5bb2ea._0x11c5df,0x407,_0x5bb2ea._0x4a9aa1,0x3cf)+_0x164336(_0x5bb2ea._0x48b802,_0x5bb2ea._0x3c4168,_0x5bb2ea._0x256c26,_0x5bb2ea._0x51e5c6)+_0xd127aa(_0x5bb2ea._0x2cead8,_0x5bb2ea._0x32b2d5,_0x5bb2ea._0x5aa5b8,_0x5bb2ea._0x2d40ed)+'t\x20template'+'s','wRsWW':function(_0x32834a){return _0x32834a();}};function _0xd127aa(_0x32cd20,_0x1e80b4,_0x189458,_0x10527a){return _0x433a0a(_0x32cd20-0x80,_0x1e80b4-0x10,_0x10527a,_0x32cd20-_0x3959bb._0x3fa87f);}if(!await _0x621003[_0xd127aa(0x3aa,0x33a,_0x5bb2ea._0x810877,0x35d)](hasPermission,_0x2690ca[_0x164336(_0x5bb2ea._0x45794a,_0x5bb2ea._0x55920e,0xf3,0x89)]['id'],_0x621003[_0x164336(_0x5bb2ea._0x43267a,0xec,_0x5bb2ea._0x39aee5,0x155)],_0x2690ca['environmen'+'tName'])){const _0x37feaf={};_0x37feaf[_0xd127aa(_0x5bb2ea._0x4f40a4,0x3dc,_0x5bb2ea._0x3ee153,0x3e2)]=_0x2690ca[_0x164336(_0x5bb2ea._0x568009,_0x5bb2ea._0x557701,_0x5bb2ea._0xa9a8bd,_0x5bb2ea._0x1529e5)+'k'][_0x164336(0x15b,0x161,0xf4,0x12c)],_0x37feaf[_0x164336(0x8f,_0x5bb2ea._0x2b0239,_0x5bb2ea._0x5c6532,0xac)]=_0x2690ca[_0xd127aa(_0x5bb2ea._0x3a29e6,0x417,_0x5bb2ea._0x585602,0x45b)]['id'],_0x37feaf[_0xd127aa(_0x5bb2ea._0x3608a3,0x321,0x37c,0x344)]=_0x2690ca[_0x164336(_0x5bb2ea._0xd72213,_0x5bb2ea._0x28e458,0xf1,_0x5bb2ea._0x4d7bfb)][_0xd127aa(0x371,_0x5bb2ea._0x26d8f4,_0x5bb2ea._0x1ee732,0x3fe)],logger[_0xd127aa(_0x5bb2ea._0x5d92bc,0x426,0x3fd,_0x5bb2ea._0x15cdf3)](_0x621003[_0x164336(_0x5bb2ea._0x467634,_0x5bb2ea._0x33f422,_0x5bb2ea._0x2fa308,0x12c)],_0x37feaf);const _0x4ca61f={};return _0x4ca61f[_0x164336(0x1d2,0x16d,0x19d,_0x5bb2ea._0x508109)]=_0x621003[_0x164336(_0x5bb2ea._0x5e296f,0x12a,0xd2,_0x5bb2ea._0x32952f)],_0x4ca61f[_0x164336(_0x5bb2ea._0x24f313,_0x5bb2ea._0x2e308e,0x22e,_0x5bb2ea._0x323133)]=_0x621003['dpisk'],_0x1d661f[_0x164336(0x1a3,_0x5bb2ea._0x3cf5cc,_0x5bb2ea._0x2e308e,_0x5bb2ea._0x5416be)](0x1*-0x1759+0x2463+0x1*-0xb77)[_0xd127aa(_0x5bb2ea._0x35cd16,_0x5bb2ea._0x2576f2,0x4d8,0x3d2)](_0x4ca61f);}_0x621003[_0x164336(0xd5,_0x5bb2ea._0x126fe1,0xca,_0x5bb2ea._0x567f7d)](_0x459109);}router[_0x433a0a(-0x145,-0x1ee,-0x1f5,-0x1d1)]('/instructi'+_0x149043(0x1f9,0x27e,0x176,0x18e),requireTaskAuth,requireInstructionsPermission,async(_0x4e247c,_0x3e7729)=>{const _0x30b22f={_0x380ce4:0x73,_0xe61431:0x283,_0x3e97d6:0x2f0,_0x36a9fc:0x29e,_0xa60238:0x296,_0x2af551:0x34b,_0x26806f:0x326,_0xe5a941:0x2a7,_0x136559:0x2f,_0x5b2306:0xac,_0x3fe55b:0x4f,_0x519a49:0x37,_0x1a460b:0x6c,_0x5d4d24:0x1,_0xe38da6:0x1f,_0xdb5493:0x8a,_0x28fb7b:0x265,_0x14fcc7:0xb9,_0x258c96:0xd2,_0x396cd2:0x363,_0x1ea88e:0x2d4,_0x5a810c:0x269,_0x4eeca4:0x2d0,_0x243ad6:0x2f0,_0x25eca0:0xe,_0x5e5c91:0x1,_0x5eb1ed:0x2f,_0x4f8cdc:0x31c,_0x58d293:0x2aa,_0x3c3f11:0x29a,_0x4a9841:0x208,_0x1ff3cf:0x305,_0x8d82eb:0x25,_0x2efdd8:0x57,_0x1306ce:0x61,_0x9c73a6:0x2f4,_0x4d6650:0x301,_0x2b71df:0x298,_0x11fb29:0x1ec,_0x4b0e4b:0x26e,_0x1b8b1e:0x27a,_0x3ef84f:0x22f,_0x8565c0:0x26d,_0x4cc757:0x29d,_0x4d391f:0x1f5,_0x5f49c4:0x2bc,_0x3a1969:0x2e3,_0x5c0c52:0x2b6,_0x3fc7e6:0xf,_0x664252:0x2b,_0xee1012:0x33a,_0x53d0c0:0x96,_0x1d4877:0x60,_0x54ec78:0x21,_0x1fa07e:0x8,_0xe74929:0x203,_0x507af1:0x47,_0x467c23:0x9b,_0x4ea4bc:0x8b,_0x1f165a:0x37,_0x17107b:0xb,_0x22a1ba:0x341,_0x363bca:0x3ab,_0x72012a:0x3cc,_0x58de4a:0xc7,_0x1fd9c0:0x129,_0x5f5602:0x124,_0x546c93:0x25e,_0x42a202:0x2bb,_0x58518a:0x205,_0x53f808:0x1a,_0x27bad7:0x91,_0x23db15:0x8,_0x52d245:0x26f,_0x5e737c:0x2f4,_0x2f3e6a:0x72,_0x241685:0x325,_0x23f849:0x3d,_0x51a9d7:0x32,_0x3ab250:0x53,_0xdc080d:0x16,_0x50906e:0xd6,_0xa4dd5d:0x86,_0x734124:0xa0,_0x39902b:0x4d,_0xe4af5:0xa1,_0x2cb397:0x91,_0x19acf7:0x36,_0x5c6542:0xae},_0x5a6083={_0x25d7de:0x22,_0x3ac249:0x18c},_0x2cde42={_0x458948:0x155},_0x5ea31c={};_0x5ea31c[_0x1df7a7(-_0x30b22f._0x380ce4,-0x12d,-0x9c,-0xca)]='Task\x20fetch'+_0x16f89d(_0x30b22f._0xe61431,_0x30b22f._0x3e97d6,_0x30b22f._0x36a9fc,_0x30b22f._0xa60238)+_0x16f89d(_0x30b22f._0x2af551,_0x30b22f._0x26806f,0x398,_0x30b22f._0xe5a941)+_0x1df7a7(-0x5d,-0x68,-0x11,0xf),_0x5ea31c[_0x1df7a7(-_0x30b22f._0x136559,-0xcc,-0xd7,-_0x30b22f._0x5b2306)]=_0x1df7a7(-0x8e,-_0x30b22f._0x3fe55b,-0x19,-_0x30b22f._0x519a49),_0x5ea31c['zpXLi']='utf-8',_0x5ea31c['tFodP']=function(_0x5d2906,_0x5798ca){return _0x5d2906===_0x5798ca;};function _0x1df7a7(_0x21051c,_0x4f305b,_0x42922d,_0x29717d){return _0x433a0a(_0x21051c-0x16a,_0x4f305b-0x10d,_0x21051c,_0x29717d-_0x2cde42._0x458948);}_0x5ea31c[_0x1df7a7(_0x30b22f._0x1a460b,-0x58,_0x30b22f._0x5d4d24,0x29)]=_0x1df7a7(_0x30b22f._0xe38da6,-0x74,-_0x30b22f._0xdb5493,-0x39),_0x5ea31c[_0x16f89d(_0x30b22f._0x28fb7b,0x290,0x208,0x2f7)]='Failed\x20to\x20'+'read\x20AGENT'+_0x1df7a7(-0x7e,-0x109,-_0x30b22f._0x14fcc7,-_0x30b22f._0x258c96),_0x5ea31c[_0x16f89d(_0x30b22f._0x396cd2,_0x30b22f._0x1ea88e,_0x30b22f._0x5a810c,_0x30b22f._0x4eeca4)]=_0x16f89d(_0x30b22f._0x243ad6,0x281,0x26d,0x2f1)+_0x1df7a7(-_0x30b22f._0x25eca0,-_0x30b22f._0x5e5c91,-_0x30b22f._0x5eb1ed,0x3e)+'r',_0x5ea31c[_0x16f89d(_0x30b22f._0x4f8cdc,0x318,_0x30b22f._0x58d293,_0x30b22f._0x3c3f11)]=_0x16f89d(0x271,0x25d,0x25f,_0x30b22f._0x4a9841)+_0x16f89d(0x315,0x327,0x3af,0x317)+_0x16f89d(0x2d0,0x2e1,_0x30b22f._0x1ff3cf,0x2c1)+'le';const _0x7b1624=_0x5ea31c,{callingTask:_0x2fe186,environmentName:_0x2b5fc1,environmentPath:_0x1a54d0}=_0x4e247c,_0x1bfe5f={};function _0x16f89d(_0x1af820,_0x227e9e,_0x2ff8e0,_0x282b04){return _0x149043(_0x227e9e-0xfa,_0x282b04,_0x2ff8e0-_0x5a6083._0x25d7de,_0x282b04-_0x5a6083._0x3ac249);}_0x1bfe5f[_0x1df7a7(_0x30b22f._0x8d82eb,_0x30b22f._0x2efdd8,_0x30b22f._0x1306ce,-0x22)]=_0x2fe186[_0x16f89d(0x312,_0x30b22f._0x9c73a6,0x36a,0x33c)],_0x1bfe5f['environmen'+'t']=_0x2b5fc1,logger[_0x16f89d(_0x30b22f._0x4d6650,0x30f,0x309,_0x30b22f._0x2b71df)](_0x7b1624[_0x16f89d(_0x30b22f._0x11fb29,0x24c,_0x30b22f._0x4b0e4b,_0x30b22f._0x1b8b1e)],_0x1bfe5f);const _0x3f26ca=_0x567b0f[_0x16f89d(_0x30b22f._0x3ef84f,_0x30b22f._0x8565c0,_0x30b22f._0x4cc757,0x245)](_0x1a54d0,_0x7b1624[_0x16f89d(0x23a,0x26a,_0x30b22f._0x4d391f,0x2e9)]);try{const _0x111e97=await _0x1cd238[_0x16f89d(_0x30b22f._0x5f49c4,_0x30b22f._0x3a1969,0x291,_0x30b22f._0x5c0c52)](_0x3f26ca,_0x7b1624[_0x1df7a7(0x79,-0x75,0x13,0x7)]),_0x568095={};_0x568095['content']=_0x111e97,_0x568095[_0x1df7a7(-_0x30b22f._0x3fc7e6,0x82,-0xf,_0x30b22f._0x664252)+'t']=_0x2b5fc1,_0x568095[_0x16f89d(0x2c5,_0x30b22f._0xee1012,_0x30b22f._0x26806f,0x2bc)]=_0x1df7a7(-_0x30b22f._0x53d0c0,-_0x30b22f._0x1d4877,-0xc5,-_0x30b22f._0x519a49),_0x3e7729[_0x1df7a7(_0x30b22f._0x54ec78,0x66,0x72,_0x30b22f._0x1fa07e)](_0x568095);}catch(_0x389e04){if(_0x7b1624[_0x16f89d(_0x30b22f._0xe74929,0x270,0x1e9,0x1f0)](_0x389e04['code'],_0x7b1624[_0x1df7a7(0x12,-_0x30b22f._0x507af1,_0x30b22f._0x467c23,0x29)])){const _0x404753={};_0x404753[_0x1df7a7(-0x43,_0x30b22f._0x4ea4bc,_0x30b22f._0x1f165a,_0x30b22f._0x17107b)]='',_0x404753[_0x16f89d(0x3c3,_0x30b22f._0x22a1ba,_0x30b22f._0x363bca,_0x30b22f._0x72012a)+'t']=_0x2b5fc1,_0x404753['path']=_0x7b1624[_0x1df7a7(-_0x30b22f._0x58de4a,-_0x30b22f._0x1fd9c0,-_0x30b22f._0x5f5602,-_0x30b22f._0x5b2306)],_0x404753[_0x16f89d(_0x30b22f._0x546c93,0x240,_0x30b22f._0x42a202,_0x30b22f._0x58518a)]=![],_0x3e7729[_0x1df7a7(_0x30b22f._0x53f808,_0x30b22f._0x27bad7,0x84,_0x30b22f._0x23db15)](_0x404753);}else{const _0x473565={};_0x473565['taskId']=_0x2fe186[_0x16f89d(_0x30b22f._0x52d245,_0x30b22f._0x5e737c,0x29d,0x299)],_0x473565[_0x1df7a7(0x21,_0x30b22f._0x2f3e6a,_0x30b22f._0x54ec78,0x2b)+'t']=_0x2b5fc1,_0x473565[_0x16f89d(0x300,0x300,_0x30b22f._0x241685,0x337)]=_0x389e04[_0x1df7a7(0xad,-0x14,_0x30b22f._0x23f849,0x39)],logger[_0x1df7a7(0x51,_0x30b22f._0x51a9d7,_0x30b22f._0x3ab250,-_0x30b22f._0xdc080d)](_0x7b1624[_0x1df7a7(-0x50,-_0x30b22f._0x50906e,-0x2b,-_0x30b22f._0xa4dd5d)],_0x473565);const _0x28d53f={};_0x28d53f[_0x1df7a7(-0x76,-0x3c,-_0x30b22f._0x734124,-0x16)]=_0x7b1624[_0x1df7a7(-_0x30b22f._0x39902b,-_0x30b22f._0xe4af5,-0xa7,-0x42)],_0x28d53f['message']=_0x7b1624[_0x1df7a7(_0x30b22f._0x2cb397,_0x30b22f._0x19acf7,0x55,0x2)],_0x3e7729[_0x1df7a7(-_0x30b22f._0x5c6542,-0xe,-0xaf,-0x50)](0x1bf2+-0x3*0x14b+-0x161d)['json'](_0x28d53f);}}}),router['patch'](_0x433a0a(-0x221,-0x2a6,-0x1e1,-0x216)+_0x433a0a(-0x1ff,-0x197,-0x123,-0x178),requireTaskAuth,requireInstructionsPermission,async(_0x23e401,_0x39ab93)=>{const _0x33fca1={_0x53d38f:0x18d,_0xbd843f:0x1d1,_0x23d910:0x17a,_0x23bb9a:0x225,_0x520858:0x1cb,_0x1ef4e2:0x1c3,_0x23b6c1:0x15d,_0x24d02f:0x16a,_0x4de9c8:0x104,_0xf2ebe6:0x145,_0x5a5d91:0x113,_0x4dd574:0x157,_0x204c2a:0xb4,_0x12fc79:0xe8,_0x3ead56:0x134,_0x3fd0b9:0xdf,_0x4744c3:0x1e6,_0xfac098:0x1ce,_0x397811:0x212,_0x284042:0x137,_0x21b636:0x169,_0x2f1d7c:0x1eb,_0x345a60:0x1ae,_0x5a05f2:0x1cc,_0x14ac75:0x273,_0x2be4f7:0x210,_0x4de179:0x21c,_0x4dc582:0x248,_0x35035:0x141,_0x47d185:0x17c,_0x50ea57:0x151,_0x1f2cba:0x1b4,_0x26eb97:0x195,_0xdab757:0x12a,_0xe986d6:0x14f,_0x1bbb03:0x13f,_0x5b6da7:0xe6,_0x53a953:0x16b,_0x4c450f:0x1e4,_0x3c1492:0x21d,_0x29082c:0x163,_0x1742ca:0x162,_0x3fd800:0x1d6,_0x5f3fa9:0x18e,_0x5caf80:0x197,_0x396fb6:0xc1,_0x212e8d:0x6b,_0xc7e3e:0xe9,_0xdabfbe:0x14c,_0x4749bb:0x122,_0x29c437:0x1b1,_0x40763b:0x15c,_0x5d9456:0x1fa,_0x524468:0x160,_0x1af74a:0x134,_0xebbf30:0x148,_0x222738:0x187,_0x32e983:0x181,_0x1f57d1:0xf8,_0x2028bd:0x15b,_0x5841f6:0x1d8,_0x384702:0x1cf,_0x4edbd0:0x1eb,_0x43fa85:0x16e,_0x4128e8:0x85,_0x409223:0xcc,_0x5b4dbb:0x175,_0x40dfc3:0x1a0,_0x3292cf:0x16e,_0x464164:0x140,_0x50f497:0x17f,_0x54a0a7:0x125,_0xba74ba:0x52,_0x1e32fa:0x168,_0x3b5075:0x1cd,_0x15a7f9:0x1f0,_0x368e08:0x144,_0x4eb7dc:0xe1,_0x3b30f6:0x127,_0x4dd698:0x17c,_0x1f6a0e:0xda,_0x861ac0:0x179,_0x4a1c7e:0x19f,_0x4f48f5:0x1ca,_0x596a49:0x1bd,_0x478c48:0x1da,_0xdac43c:0xf9,_0x4115e2:0x113,_0x49b379:0x91,_0x2fe60c:0x156,_0x150b07:0xda,_0x34cd0a:0x136,_0x3429ff:0x1c0,_0x4b40d3:0x183,_0x443686:0xb0,_0x398ac0:0x10b,_0x50f45f:0x17d,_0x1ce04a:0x17a,_0xdccb90:0x12b,_0x592632:0xb3,_0x2a6e72:0x99,_0x122322:0xc3,_0x5abef2:0x13c,_0x301246:0xba,_0x2af5f2:0x19a,_0x598285:0x1cd,_0x49a27c:0x155,_0x449887:0x21e,_0x121f6b:0x1f1,_0x8f4b82:0x248,_0x5b368d:0xec,_0x1c9c9d:0x146,_0x395372:0x127,_0x5042b6:0x1b9,_0x4030ff:0x9a,_0x2e1650:0xc8,_0x162995:0x21c,_0x3f82c9:0x27e,_0x1988ea:0xee,_0xd842f:0x1c7,_0x5f1722:0x15a,_0x163b7c:0x1f2,_0x1db40b:0x14d,_0x20265b:0x127,_0x351504:0x9c,_0x4e81dc:0x10e,_0x38f4f2:0x127,_0xf5a79e:0x14f,_0x4fb07a:0x205,_0x1454bc:0x1f0,_0x37c8b1:0x62,_0x1e57f0:0xc0,_0x5d8b49:0x1f6,_0x14ca06:0x233,_0x508320:0x18e,_0x12176a:0x154,_0x2d18e6:0x141,_0x513b82:0x163,_0x75f81e:0xcb,_0xe21c56:0x127,_0x46af2b:0xfd,_0x3e3f0f:0x11b,_0x107c5d:0xda},_0x168266={_0x503ce0:0x6f},_0x336b38={_0x3cbdf1:0x19d},_0x146fcc={};_0x146fcc[_0x4747ba(-0x14f,-0x149,-0x1c2,-0x1c3)]=_0x88b2e9(_0x33fca1._0x53d38f,_0x33fca1._0xbd843f,_0x33fca1._0x23d910,_0x33fca1._0x23bb9a)+_0x88b2e9(0x1ff,_0x33fca1._0x520858,0x245,_0x33fca1._0x1ef4e2)+_0x4747ba(-_0x33fca1._0x23b6c1,-0x127,-0x116,-0x15a),_0x146fcc[_0x88b2e9(0x1c4,0x17f,0x195,_0x33fca1._0x24d02f)]=_0x4747ba(-_0x33fca1._0x4de9c8,-_0x33fca1._0xf2ebe6,-_0x33fca1._0x5a5d91,-0x139)+'t',_0x146fcc[_0x88b2e9(0x1c2,_0x33fca1._0x4dd574,0x165,0x173)]=_0x4747ba(-_0x33fca1._0x204c2a,-0x12c,-0x170,-0x11c)+_0x88b2e9(_0x33fca1._0x12fc79,0x14d,0xcf,_0x33fca1._0x3ead56)+_0x4747ba(-0x1b1,-_0x33fca1._0x3fd0b9,-_0x33fca1._0x4744c3,-0x157)+'ment',_0x146fcc[_0x4747ba(-_0x33fca1._0xfac098,-0x213,-0x148,-0x1af)]=function(_0x449736,_0x446506){return _0x449736===_0x446506;};function _0x4747ba(_0x1f3925,_0x495ae9,_0x312353,_0x4425aa){return _0x433a0a(_0x1f3925-_0x336b38._0x3cbdf1,_0x495ae9-0x11c,_0x495ae9,_0x4425aa-0x50);}_0x146fcc['LKZUS']=_0x88b2e9(0x291,0x20e,0x1e7,_0x33fca1._0x397811),_0x146fcc[_0x4747ba(-_0x33fca1._0x284042,-_0x33fca1._0x21b636,-0x13f,-0x185)]=_0x88b2e9(0x1d4,_0x33fca1._0x2f1d7c,0x268,0x160)+_0x88b2e9(_0x33fca1._0x345a60,0x223,0x1a6,_0x33fca1._0x5a05f2)+_0x88b2e9(0x203,0x219,0x270,_0x33fca1._0x14ac75),_0x146fcc[_0x88b2e9(0x1d4,_0x33fca1._0x2be4f7,_0x33fca1._0x4de179,_0x33fca1._0x4dc582)]=_0x88b2e9(_0x33fca1._0x35035,_0x33fca1._0x47d185,0xf2,_0x33fca1._0x50ea57),_0x146fcc['dPWPr']=_0x4747ba(-_0x33fca1._0x1f2cba,-0x1ac,-0x1ad,-_0x33fca1._0x26eb97)+_0x4747ba(-0xb9,-_0x33fca1._0xdab757,-0xcf,-0xc2)+'ions\x20updat'+_0x4747ba(-_0x33fca1._0xe986d6,-_0x33fca1._0x1bbb03,-0x73,-_0x33fca1._0x5b6da7),_0x146fcc[_0x4747ba(-_0x33fca1._0x53a953,-0x183,-0x13f,-0x100)]=_0x88b2e9(_0x33fca1._0x4c450f,0x1b1,0x22a,_0x33fca1._0x3c1492),_0x146fcc['AEVEl']=function(_0x1f7f7d,_0x1301af){return _0x1f7f7d!==_0x1301af;},_0x146fcc[_0x88b2e9(0x8c,0x117,_0x33fca1._0x29082c,0x195)]=_0x4747ba(-0x1b9,-_0x33fca1._0x1742ca,-_0x33fca1._0x3fd800,-0x158),_0x146fcc[_0x88b2e9(0x1c1,0x18e,0x187,_0x33fca1._0x5f3fa9)]=_0x88b2e9(0x1da,0x16f,0x13e,_0x33fca1._0x5caf80),_0x146fcc[_0x4747ba(-_0x33fca1._0xe986d6,-_0x33fca1._0x396fb6,-_0x33fca1._0x212e8d,-_0x33fca1._0xc7e3e)]='Failed\x20to\x20'+'write\x20AGEN'+'TS.md',_0x146fcc['amQmw']='Internal\x20S'+'erver\x20Erro'+'r',_0x146fcc[_0x88b2e9(0xd7,0x12d,0x165,_0x33fca1._0xdabfbe)]='Failed\x20to\x20'+_0x4747ba(-0x16c,-_0x33fca1._0x4749bb,-_0x33fca1._0x29c437,-_0x33fca1._0x40763b)+'ructions\x20f'+_0x88b2e9(_0x33fca1._0x5d9456,0x1d0,0x161,0x20c);const _0x44745f=_0x146fcc,{callingTask:_0x3c0912,taskUser:_0x5542ff,environmentName:_0x245e6d,environmentPath:_0xfafd80}=_0x23e401,{content:_0x33a7eb}=_0x23e401[_0x4747ba(-_0x33fca1._0x12fc79,-_0x33fca1._0x524468,-0x123,-0x107)];if(_0x44745f[_0x88b2e9(_0x33fca1._0x1af74a,0x13e,_0x33fca1._0xebbf30,_0x33fca1._0x222738)](_0x33a7eb,undefined)){if(_0x44745f[_0x88b2e9(0x1b4,0x19c,_0x33fca1._0x4749bb,0x20d)]===_0x88b2e9(0x1c1,0x1ff,_0x33fca1._0x32e983,0x28c)){const _0xbd03f2={};_0xbd03f2[_0x4747ba(-_0x33fca1._0x1f57d1,-_0x33fca1._0x2028bd,-0x106,-0x127)]=_0x177f34,_0x189bfa[_0x88b2e9(0x187,0x1ac,0x1ab,_0x33fca1._0x5841f6)](_0x44745f[_0x88b2e9(0x1b9,0x12a,0x149,0x13b)],_0xbd03f2);const _0x537fd3={};return _0x537fd3[_0x88b2e9(0x252,0x1d2,_0x33fca1._0x384702,_0x33fca1._0x4edbd0)]=_0x44745f[_0x4747ba(-0xe1,-0x1fd,-0xf4,-_0x33fca1._0x43fa85)],_0x537fd3[_0x4747ba(-0x59,-_0x33fca1._0x4128e8,-0xae,-_0x33fca1._0x409223)]=_0x44745f[_0x4747ba(-0x141,-_0x33fca1._0x5b4dbb,-0x1fe,-0x196)],_0x43aaf7[_0x88b2e9(0x18c,0x198,0x13b,_0x33fca1._0x40dfc3)](-0x4a*-0x53+-0xfe4+-0x68a)[_0x4747ba(-_0x33fca1._0x3292cf,-0x14e,-0x143,-0xfd)](_0x537fd3);}else{const _0x261d73={};return _0x261d73[_0x4747ba(-0x15f,-0x159,-_0x33fca1._0x464164,-0x11b)]=_0x44745f[_0x88b2e9(_0x33fca1._0x5d9456,_0x33fca1._0x50f497,0x119,0x1a1)],_0x261d73[_0x4747ba(-_0x33fca1._0x54a0a7,-_0x33fca1._0xba74ba,-0x113,-0xcc)]=_0x44745f[_0x88b2e9(0x101,_0x33fca1._0x1e32fa,_0x33fca1._0x3b5075,0x1d2)],_0x39ab93['status'](-0x526*0x1+-0x1*0x955+0x100b)[_0x88b2e9(0x20f,_0x33fca1._0x15a7f9,0x1d3,0x1f7)](_0x261d73);}}const _0x11cd93={};_0x11cd93[_0x4747ba(-_0x33fca1._0x368e08,-0xb8,-_0x33fca1._0x4eb7dc,-_0x33fca1._0x3b30f6)]=_0x3c0912[_0x4747ba(-0xfa,-0x16e,-_0x33fca1._0x4dd698,-0x127)],_0x11cd93[_0x4747ba(-0xc4,-0x95,-0x121,-_0x33fca1._0x1f6a0e)+'t']=_0x245e6d,_0x11cd93[_0x4747ba(-0x237,-_0x33fca1._0x861ac0,-_0x33fca1._0x4a1c7e,-_0x33fca1._0x4f48f5)]=_0x5542ff['id'],_0x11cd93[_0x4747ba(-0x250,-_0x33fca1._0x596a49,-0x231,-_0x33fca1._0x478c48)]=_0x5542ff[_0x88b2e9(_0x33fca1._0xdac43c,_0x33fca1._0x4115e2,_0x33fca1._0x49b379,_0x33fca1._0x2fe60c)];function _0x88b2e9(_0x443459,_0x5e5948,_0x1b7d9c,_0x44c5af){return _0x433a0a(_0x443459-_0x168266._0x503ce0,_0x5e5948-0x142,_0x44c5af,_0x5e5948-0x33d);}_0x11cd93[_0x4747ba(-_0x33fca1._0x150b07,-_0x33fca1._0x34cd0a,-0x1a5,-0x12a)+_0x88b2e9(0x234,_0x33fca1._0x3429ff,0x1b4,_0x33fca1._0x284042)]=_0x33a7eb[_0x4747ba(-_0x33fca1._0x4b40d3,-0x122,-_0x33fca1._0x443686,-_0x33fca1._0x398ac0)],logger['info'](_0x88b2e9(_0x33fca1._0x40dfc3,0x138,_0x33fca1._0x50f45f,0x11d)+_0x4747ba(-0x197,-0x9f,-_0x33fca1._0x1ce04a,-_0x33fca1._0xdccb90)+_0x4747ba(-_0x33fca1._0x592632,-0xeb,-0x160,-0xf5)+_0x4747ba(-_0x33fca1._0x2a6e72,-_0x33fca1._0x122322,-0xd6,-0xf6),_0x11cd93);const _0x216a51=_0x567b0f['join'](_0xfafd80,_0x4747ba(-0x168,-0xc1,-0x192,-_0x33fca1._0x5abef2)),_0x65ada7=new Date()[_0x4747ba(-_0x33fca1._0x301246,-_0x33fca1._0x5f3fa9,-_0x33fca1._0x2af5f2,-0x143)+'g']();try{const _0x58eef1={};_0x58eef1[_0x88b2e9(0x1e0,_0x33fca1._0x598285,_0x33fca1._0x49a27c,_0x33fca1._0x449887)]=!![],await _0x1cd238[_0x88b2e9(_0x33fca1._0x4b40d3,_0x33fca1._0x121f6b,_0x33fca1._0x5841f6,_0x33fca1._0x8f4b82)](_0xfafd80,_0x58eef1),await _0x1cd238[_0x4747ba(-0x162,-_0x33fca1._0x5b368d,-0x100,-0x14c)](_0x216a51,_0x33a7eb,_0x44745f['nDWGp']);const _0xbae09b={};_0xbae09b['taskId']=_0x3c0912[_0x4747ba(-0xd5,-_0x33fca1._0x1c9c9d,-0x109,-_0x33fca1._0x395372)],_0xbae09b['environmen'+'t']=_0x245e6d,_0xbae09b['userId']=_0x5542ff['id'],logger['info'](_0x44745f[_0x4747ba(-_0x33fca1._0x345a60,-0x1eb,-_0x33fca1._0x5042b6,-0x19e)],_0xbae09b);const _0x531b53={};_0x531b53[_0x4747ba(-0x9f,-_0x33fca1._0x4030ff,-0xe4,-_0x33fca1._0x2e1650)]=!![],_0x531b53['environmen'+'t']=_0x245e6d,_0x531b53[_0x88b2e9(_0x33fca1._0x162995,0x20c,0x1a5,_0x33fca1._0x3f82c9)]=_0x44745f[_0x4747ba(-0xdd,-0x101,-0xb4,-0x100)],_0x531b53[_0x4747ba(-0x94,-0xcd,-_0x33fca1._0x1988ea,-0xd8)]=_0x65ada7,_0x531b53[_0x4747ba(-0x10a,-_0x33fca1._0xd842f,-_0x33fca1._0x5f1722,-0x197)+_0x88b2e9(0x1cd,_0x33fca1._0x163b7c,0x275,0x25b)]=_0x3c0912[_0x4747ba(-0x18e,-_0x33fca1._0x1db40b,-0x9f,-_0x33fca1._0x20265b)],_0x531b53[_0x4747ba(-0xc1,-0x10e,-_0x33fca1._0x351504,-_0x33fca1._0x4e81dc)+_0x88b2e9(0x17d,_0x33fca1._0x5f1722,_0x33fca1._0x38f4f2,_0x33fca1._0xf5a79e)]=_0x5542ff['id'],_0x39ab93[_0x88b2e9(_0x33fca1._0x4fb07a,_0x33fca1._0x1454bc,0x1f0,0x20f)](_0x531b53);}catch(_0x2d342d){if(_0x44745f[_0x4747ba(-0xee,-0x7c,-_0x33fca1._0x37c8b1,-_0x33fca1._0x1e57f0)](_0x44745f[_0x4747ba(-0x157,-_0x33fca1._0x5d8b49,-_0x33fca1._0x14ca06,-0x1d6)],_0x44745f[_0x88b2e9(0x126,_0x33fca1._0x508320,_0x33fca1._0x12176a,0x10f)])){const _0x1e5f6a={};_0x1e5f6a[_0x88b2e9(_0x33fca1._0x5b4dbb,0x1c6,_0x33fca1._0x2d18e6,0x1b5)]=_0x3c0912[_0x4747ba(-_0x33fca1._0x513b82,-_0x33fca1._0x75f81e,-0x1a4,-_0x33fca1._0xe21c56)],_0x1e5f6a['environmen'+'t']=_0x245e6d,_0x1e5f6a['error']=_0x2d342d['message'],logger['error'](_0x44745f['Ykmhp'],_0x1e5f6a);const _0x27eecd={};_0x27eecd['error']=_0x44745f['amQmw'],_0x27eecd['message']=_0x44745f['WVGkP'],_0x39ab93['status'](-0x23b*0x7+0x9f5*0x3+-0xc4e)[_0x4747ba(-0x121,-0x110,-0xf3,-_0x33fca1._0x46af2b)](_0x27eecd);}else{const _0x5d3e7a={};_0x5d3e7a['templates']=[],_0x5d3e7a[_0x4747ba(-0x4d,-_0x33fca1._0x3e3f0f,-0xc6,-_0x33fca1._0x107c5d)+'t']=_0x287816,_0xa72ee3[_0x4747ba(-0x80,-0x180,-0x150,-0xfd)](_0x5d3e7a);}}}),router[_0x433a0a(-0x223,-0x25b,-0x1ae,-0x1d1)](_0x433a0a(-0x25f,-0x242,-0x218,-0x221),requireTaskAuth,requireTemplatesPermission,async(_0x27433f,_0x3c511e)=>{const _0x40b18a={_0x4b40a4:0x345,_0x4f2e52:0x2c2,_0x57ccb8:0x31b,_0x24dd99:0x197,_0x106383:0x195,_0x3673fd:0x33e,_0x5a5c73:0x2dd,_0x4ad88e:0x342,_0x3f23db:0x346,_0x5bc183:0x20e,_0x5999e7:0x231,_0x1421ff:0x437,_0x36e52a:0x3e2,_0xe249a6:0x3e9,_0x404dc4:0x1f8,_0x57640c:0x185,_0xffead9:0x183,_0x36b445:0x108,_0x192c47:0x19f,_0x22808d:0x147,_0x5647f0:0xdb,_0x48b008:0x109,_0x1f4606:0x1ff,_0x52fb21:0x169,_0x114c8b:0x2b9,_0x4f38d0:0x2b2,_0x6402a3:0x264,_0xb50ac0:0xaa,_0x4e12fd:0x128,_0xeb0e9b:0x194,_0x2dd8f1:0x151,_0x2ace3a:0x18e,_0x80f6b9:0x19d,_0x3ea0f6:0x126,_0x4d6111:0x31e,_0x275c4d:0x14a,_0x2e2695:0x11c,_0x99d925:0x1c3,_0xc583b9:0x1aa,_0xfcc42:0x22e,_0x263cf3:0x210,_0x970d08:0x287,_0x5863cb:0x264,_0x51aaae:0x20b,_0x320ccf:0x1de,_0x4e6087:0x1a7,_0x1b9c16:0x35d,_0x1cdd92:0x2e7,_0xa13df7:0x2d7,_0x2a5c08:0x13c,_0x258ba0:0xeb,_0x39eb7e:0x237,_0x57f768:0x394,_0x2df7eb:0x389,_0x2a5828:0x259,_0x34c156:0x336,_0x24bdd1:0x44c,_0x298da4:0x1f2,_0x8a6d8d:0x1c7,_0x5aa137:0x2e1,_0x142337:0x39c,_0x101a89:0x1a4,_0x42f0a3:0x1ac,_0x583f9e:0x265,_0x56427d:0x210,_0x13c887:0x15f,_0x60f935:0x1ed,_0x16337a:0x1fe,_0x1d7e0f:0x16b,_0x33dc47:0x189,_0x53b6e8:0x1a6,_0x1e0955:0x209,_0x57f4b7:0x1a7,_0x34b9e1:0x404,_0x3aa151:0x38d,_0x38554e:0x359,_0x69f800:0x363,_0x566479:0x37a,_0x149246:0x31c,_0x14a39a:0x3c0,_0x6bef56:0x208,_0x134b8d:0x3bc,_0x2f69ea:0x2ef,_0x4ff9e0:0x32f,_0x5a25d6:0x311,_0x109c60:0x2cc,_0x2717b8:0x2e4,_0x315fcd:0x1e4,_0x4d87c4:0x192,_0x3bd62a:0x241,_0x28409d:0x1cf,_0x367f40:0x234,_0x3025bc:0x36c,_0x188af5:0x3be,_0x77fa34:0x37a,_0x1ed855:0x219,_0x59aefa:0x135,_0x2e375d:0x1b3,_0x55bb8f:0x14f,_0x419f38:0x164,_0x40379b:0x27a,_0xfd11b:0x2fa,_0x12a2f0:0x24f,_0x275453:0x3c9,_0xff4790:0x19e,_0x592de7:0x210,_0x56e7ea:0x246,_0x41d82d:0x230,_0xcfda8a:0x222,_0x297aeb:0x208,_0x55f936:0x351,_0x3286b2:0x204,_0xfe1058:0x1fb,_0xc0e7ca:0x1cf,_0x18069d:0x1e0,_0x2feec2:0x262,_0x57c6a8:0x32d,_0x6eef6b:0x30b,_0x4e4c40:0x259,_0x4266cd:0x105},_0x41ba86={_0x3fc5fd:0x5d,_0x5d4356:0x51,_0x40311d:0xda,_0x3a063b:0x60,_0x113fa3:0x1ab,_0x49904f:0x21c,_0x261de4:0x223,_0x2ef5b9:0x24f,_0x108bae:0x2bf,_0x8e5efc:0x28e,_0x6570f3:0x59,_0x2cd86c:0x1d,_0x5e0581:0x236,_0x384afc:0x1e4},_0x4c11fe={_0x3427c1:0x1f2,_0x525168:0xd4},_0x26678d={_0x4aee3b:0x119,_0x549e9b:0x125},_0xad2411={_0x4e3ded:0x169},_0x2237e3={};_0x2237e3[_0x36519d(0x2c9,_0x40b18a._0x4b40a4,_0x40b18a._0x4f2e52,_0x40b18a._0x57ccb8)]=function(_0x1e1a33,_0x397fe9){return _0x1e1a33===_0x397fe9;},_0x2237e3['zLcWP']=_0x36519d(0x2c5,0x2e1,0x34b,0x3cb);function _0x36519d(_0xc8b717,_0x3154c1,_0x151ee2,_0x3f7301){return _0x149043(_0x151ee2-_0xad2411._0x4e3ded,_0xc8b717,_0x151ee2-0x11d,_0x3f7301-0x1c2);}_0x2237e3['yOfZy']='utf-8',_0x2237e3[_0x56d708(_0x40b18a._0x24dd99,0x1d6,0x16d,_0x40b18a._0x106383)]=function(_0x2d4677,_0x3193f6){return _0x2d4677!==_0x3193f6;},_0x2237e3['BMIhd']=_0x36519d(_0x40b18a._0x3673fd,_0x40b18a._0x5a5c73,0x34c,_0x40b18a._0x4ad88e),_0x2237e3[_0x36519d(0x36e,0x335,_0x40b18a._0x3f23db,0x37d)]='Not\x20Found',_0x2237e3[_0x56d708(0x229,_0x40b18a._0x5bc183,0x200,_0x40b18a._0x5999e7)]='Internal\x20S'+_0x36519d(0x360,0x391,0x3c3,_0x40b18a._0x1421ff)+'r',_0x2237e3[_0x36519d(_0x40b18a._0x36e52a,0x309,0x35a,_0x40b18a._0xe249a6)]='Failed\x20to\x20'+'delete\x20tem'+_0x56d708(0x142,_0x40b18a._0x404dc4,_0x40b18a._0x57640c,_0x40b18a._0xffead9);function _0x56d708(_0x38bd7a,_0x22784c,_0x341d2c,_0x374999){return _0x149043(_0x341d2c- -0x37,_0x38bd7a,_0x341d2c-_0x26678d._0x4aee3b,_0x374999-_0x26678d._0x549e9b);}_0x2237e3[_0x56d708(_0x40b18a._0x36b445,_0x40b18a._0x192c47,_0x40b18a._0x22808d,_0x40b18a._0x5647f0)]=_0x56d708(_0x40b18a._0x48b008,0x1e3,0x187,0x1f8)+_0x56d708(_0x40b18a._0x1f4606,_0x40b18a._0x52fb21,0x1d0,0x188)+'ment\x20templ'+_0x36519d(0x358,0x2a2,0x32d,0x3bb),_0x2237e3[_0x36519d(0x2d4,_0x40b18a._0x114c8b,_0x40b18a._0x4f38d0,_0x40b18a._0x6402a3)]=_0x56d708(0xe0,_0x40b18a._0xb50ac0,_0x40b18a._0x4e12fd,0x19f)+_0x56d708(_0x40b18a._0xeb0e9b,0x1aa,0x18d,0x17e),_0x2237e3[_0x56d708(_0x40b18a._0x2dd8f1,0x156,0x13e,_0x40b18a._0x2ace3a)]=function(_0x6a94f7,_0x593653){return _0x6a94f7!==_0x593653;},_0x2237e3['OvLEe']=_0x56d708(0x165,0x16b,0x162,0xdd),_0x2237e3[_0x56d708(0xd7,0x19c,0x12e,0xdb)]=_0x56d708(0x145,0x1bf,_0x40b18a._0x80f6b9,0x1e4),_0x2237e3[_0x56d708(0x193,0xf2,0x144,_0x40b18a._0x3ea0f6)]=_0x36519d(0x319,_0x40b18a._0x4d6111,0x2cc,0x28f)+_0x56d708(_0x40b18a._0x275c4d,0xb2,_0x40b18a._0x2e2695,0x1ab)+_0x56d708(0x179,0x159,0x18d,0x141);const _0x78bfba=_0x2237e3,{callingTask:_0x5504fe,environmentName:_0x2caeb6,environmentPath:_0xb92332}=_0x27433f,_0x544afa={};_0x544afa[_0x56d708(0x1c2,0x1b1,0x1c3,0x20e)]=_0x5504fe[_0x56d708(0x1b5,0x236,_0x40b18a._0x99d925,0x189)],_0x544afa[_0x56d708(_0x40b18a._0xc583b9,_0x40b18a._0xfcc42,_0x40b18a._0x263cf3,_0x40b18a._0x970d08)+'t']=_0x2caeb6,logger[_0x56d708(_0x40b18a._0x5863cb,_0x40b18a._0x51aaae,_0x40b18a._0x320ccf,_0x40b18a._0x4e6087)](_0x78bfba[_0x36519d(_0x40b18a._0x1b9c16,0x275,_0x40b18a._0x1cdd92,_0x40b18a._0xa13df7)],_0x544afa);const _0x14124d=_0x567b0f[_0x56d708(0x1c4,0x17f,_0x40b18a._0x2a5c08,_0x40b18a._0x258ba0)](_0xb92332,_0x78bfba[_0x36519d(0x308,_0x40b18a._0x39eb7e,_0x40b18a._0x4f38d0,0x301)]);try{if(_0x78bfba['BZDCS'](_0x78bfba[_0x36519d(0x3cd,_0x40b18a._0x57f768,_0x40b18a._0x2df7eb,0x378)],_0x78bfba[_0x36519d(_0x40b18a._0x2a5828,0x240,0x2ce,0x24b)])){const _0x52a40e=await _0x1cd238['readdir'](_0x14124d),_0x20faaf=_0x52a40e[_0x36519d(_0x40b18a._0x34c156,0x3a9,0x3bf,_0x40b18a._0x24bdd1)](_0x320af5=>_0x320af5[_0x56d708(0x253,0x23a,0x1d9,0x23d)](_0x36519d(0x377,0x381,0x3a7,0x3d5))),_0x815dec=await Promise[_0x56d708(_0x40b18a._0x298da4,0x1f3,0x1b5,_0x40b18a._0x8a6d8d)](_0x20faaf[_0x36519d(_0x40b18a._0x5aa137,0x3a3,0x323,_0x40b18a._0x142337)](async _0x11ab7c=>{const _0x155450={_0x540599:0x114,_0x5111aa:0xd6,_0x2e3923:0xcc};function _0x1d9a53(_0x47cefd,_0x442e93,_0x4e6380,_0x1c0804){return _0x36519d(_0x442e93,_0x442e93-_0x4c11fe._0x3427c1,_0x47cefd- -0x265,_0x1c0804-_0x4c11fe._0x525168);}function _0x20844f(_0x4abb4d,_0x578636,_0x1067f9,_0x23aa12){return _0x56d708(_0x23aa12,_0x578636-_0x155450._0x540599,_0x578636-_0x155450._0x5111aa,_0x23aa12-_0x155450._0x2e3923);}if(_0x78bfba[_0x1d9a53(_0x41ba86._0x3fc5fd,0xa3,_0x41ba86._0x5d4356,_0x41ba86._0x40311d)](_0x1d9a53(0xe6,_0x41ba86._0x3a063b,0xbf,0xc0),_0x78bfba['zLcWP'])){const _0x2da817=_0x11ab7c[_0x20844f(_0x41ba86._0x113fa3,0x208,_0x41ba86._0x49904f,0x211)](/\.md$/,''),_0x45316d=_0x567b0f['join'](_0x14124d,_0x2da817+'.json');let _0x5c9566=null;try{const _0x3ca662=await _0x1cd238[_0x20844f(0x2a9,0x288,_0x41ba86._0x261de4,_0x41ba86._0x2ef5b9)](_0x45316d,_0x78bfba[_0x20844f(_0x41ba86._0x108bae,0x26c,_0x41ba86._0x8e5efc,0x2da)]);_0x5c9566=JSON[_0x1d9a53(_0x41ba86._0x6570f3,-_0x41ba86._0x2cd86c,0xdc,-0x10)](_0x3ca662);}catch{}return{'name':_0x2da817,'filename':_0x11ab7c,'description':_0x5c9566?.['descriptio'+'n']||null,'hasMetadata':_0x78bfba['Cbukc'](_0x5c9566,null)};}else _0x77274=_0x44ab78[_0x20844f(_0x41ba86._0x5e0581,_0x41ba86._0x384afc,0x1f3,0x192)],_0x58921a=_0xcf3a23['setupPath'],_0x1ea36f=_0x1f2669['coderConfi'+'g'];})),_0x122f62={};_0x122f62[_0x56d708(0x17f,_0x40b18a._0x101a89,0x15a,_0x40b18a._0x42f0a3)]=_0x815dec,_0x122f62[_0x56d708(_0x40b18a._0x583f9e,0x29c,_0x40b18a._0x56427d,_0x40b18a._0x1f4606)+'t']=_0x2caeb6,_0x3c511e[_0x56d708(_0x40b18a._0x13c887,0x1c4,_0x40b18a._0x60f935,_0x40b18a._0x16337a)](_0x122f62);}else{if(_0x78bfba[_0x56d708(_0x40b18a._0x1d7e0f,0xd9,0x122,_0x40b18a._0x33dc47)](_0x348ff4['code'],_0x78bfba['BMIhd'])){const _0x4a3c14={};_0x4a3c14['error']=_0x78bfba[_0x56d708(0x189,0x1bf,_0x40b18a._0x53b6e8,0x1ca)],_0x4a3c14['message']='Template\x20\x27'+_0x1d6e75+(_0x56d708(0x12d,0xa0,0x118,0x174)+'d'),_0x5063bf[_0x56d708(0x110,_0x40b18a._0x1e0955,0x195,_0x40b18a._0x57f4b7)](-0x2f8*0x1+0xa5a+0x1*-0x5ce)[_0x36519d(_0x40b18a._0x34b9e1,0x395,_0x40b18a._0x3aa151,0x3c1)](_0x4a3c14);}else{const _0xec8d1a={};_0xec8d1a[_0x36519d(_0x40b18a._0x38554e,0x399,0x363,_0x40b18a._0x57f768)]=_0x305792[_0x36519d(0x36b,0x2d6,_0x40b18a._0x69f800,0x3a3)],_0xec8d1a['environmen'+'t']=_0xc16c1b,_0xec8d1a[_0x36519d(_0x40b18a._0x566479,0x370,0x354,0x2d6)]=_0x2ad0cd,_0xec8d1a[_0x36519d(0x3c4,_0x40b18a._0x149246,0x36f,_0x40b18a._0x14a39a)]=_0xa354dc[_0x56d708(_0x40b18a._0x6bef56,0x1d5,0x21e,0x24e)],_0x5e9f87[_0x36519d(_0x40b18a._0x134b8d,_0x40b18a._0x2f69ea,0x36f,_0x40b18a._0x4ff9e0)](_0x36519d(0x288,_0x40b18a._0x5a25d6,_0x40b18a._0x109c60,_0x40b18a._0x2717b8)+'delete\x20tem'+_0x56d708(0x1a1,_0x40b18a._0x315fcd,0x185,0x119),_0xec8d1a);const _0x5d07fb={};_0x5d07fb[_0x56d708(_0x40b18a._0x4d87c4,_0x40b18a._0x3bd62a,_0x40b18a._0x28409d,_0x40b18a._0x367f40)]=_0x78bfba['cPwFU'],_0x5d07fb[_0x36519d(_0x40b18a._0x3025bc,0x42c,_0x40b18a._0x188af5,0x3b0)]=_0x78bfba[_0x36519d(0x3a5,0x391,0x35a,_0x40b18a._0x77fa34)],_0x23d204[_0x56d708(_0x40b18a._0x1ed855,_0x40b18a._0x59aefa,_0x40b18a._0x106383,_0x40b18a._0x2e375d)](-0x1*-0x1a14+-0x1054+-0x3e6*0x2)['json'](_0x5d07fb);}}}catch(_0x1bd5fc){if(_0x1bd5fc[_0x56d708(_0x40b18a._0x55bb8f,_0x40b18a._0x419f38,0x130,0x1bc)]==='ENOENT'){const _0x13f6d3={};_0x13f6d3[_0x36519d(_0x40b18a._0x40379b,0x36d,_0x40b18a._0xfd11b,0x2bf)]=[],_0x13f6d3[_0x56d708(0x1c9,0x1a7,_0x40b18a._0x56427d,_0x40b18a._0x12a2f0)+'t']=_0x2caeb6,_0x3c511e[_0x36519d(_0x40b18a._0x275453,0x3be,0x38d,0x3f1)](_0x13f6d3);}else{const _0x9d9946={};_0x9d9946[_0x36519d(0x35d,0x30c,0x363,_0x40b18a._0x34c156)]=_0x5504fe['taskId'],_0x9d9946[_0x56d708(_0x40b18a._0xff4790,0x1a0,_0x40b18a._0x592de7,_0x40b18a._0x56e7ea)+'t']=_0x2caeb6,_0x9d9946[_0x56d708(_0x40b18a._0x41d82d,_0x40b18a._0xcfda8a,0x1cf,_0x40b18a._0x297aeb)]=_0x1bd5fc[_0x36519d(_0x40b18a._0x55f936,_0x40b18a._0x69f800,0x3be,0x33c)],logger[_0x56d708(_0x40b18a._0x3286b2,_0x40b18a._0xfe1058,_0x40b18a._0xc0e7ca,_0x40b18a._0x18069d)](_0x36519d(0x2e0,_0x40b18a._0x2feec2,0x2cc,0x307)+'list\x20templ'+_0x36519d(0x359,0x38d,_0x40b18a._0x57c6a8,_0x40b18a._0x6eef6b),_0x9d9946);const _0x8b4a2f={};_0x8b4a2f['error']=_0x78bfba['cPwFU'],_0x8b4a2f['message']=_0x78bfba[_0x36519d(_0x40b18a._0x4e4c40,0x277,_0x40b18a._0x2717b8,0x263)],_0x3c511e[_0x56d708(0x1dd,_0x40b18a._0x4266cd,0x195,0x153)](0x1*-0x47c+0x1a43+-0x13d3)['json'](_0x8b4a2f);}}}),router['get'](_0x433a0a(-0x209,-0x235,-0x1fb,-0x221)+_0x433a0a(-0x1fe,-0x1ad,-0x173,-0x1da),requireTaskAuth,requireTemplatesPermission,async(_0x273669,_0x1cfdcf)=>{const _0x49048d={_0x5e8703:0x34b,_0x5742ab:0x40c,_0x3f48e7:0x331,_0x2dcae0:0x2be,_0x22485f:0x378,_0x3e8884:0x3be,_0x3e0c5f:0x2f0,_0x1a449a:0x315,_0x3aa047:0x31b,_0x31bdad:0x366,_0x2bbf38:0x2d5,_0x45dfcf:0x2d0,_0x4ce8a2:0x2d9,_0x2a687a:0x231,_0x51050e:0x351,_0x26f8af:0x422,_0x5cc04c:0x1e0,_0x30938b:0x205,_0x2e2381:0x1f0,_0x4cbb53:0x268,_0x186bfb:0x278,_0x2b2222:0x24c,_0x26cc21:0x1a4,_0x581f2d:0x221,_0x28d99c:0x23c,_0x2e3677:0x23f,_0x290c8a:0x21e,_0x5c10f0:0x235,_0x57d62c:0x2ac,_0x5839d4:0x37c,_0xf530d0:0x3de,_0x237f1a:0x391,_0x52b8ee:0x251,_0x4dbd35:0x252,_0x156faf:0x3ce,_0x45788f:0x3eb,_0x54a22f:0x444,_0x34c416:0x352,_0x1437f7:0x3d2,_0x14cfc4:0x368,_0xbf732b:0x2e8,_0x3564a9:0x3ee,_0x4e5b62:0x1cb,_0x5195d2:0x314,_0x306158:0x320,_0x2f1ef5:0x344,_0x34810c:0x37b,_0x4672d0:0x32b,_0x4e3d25:0x22a,_0x5f2681:0x33d,_0x3ad709:0x2b0,_0x17f21a:0x316,_0x5e798d:0x393,_0x558550:0x25d,_0x4916b6:0x236,_0x41f965:0x310,_0xc2ea38:0x3e8,_0x1ea539:0x466,_0x1608dd:0x469,_0x58fad9:0x2bb,_0x31d0a0:0x3f1,_0x52126e:0x418,_0x567626:0x375,_0x170a48:0x2f9,_0x3e313e:0x308,_0x56692f:0x242,_0x49f8e7:0x32a,_0x3d7b18:0x33c,_0x51d749:0x337,_0xe5f5f4:0x35a,_0x4e024b:0x339,_0x1b018b:0x280,_0x2a68f9:0x26f,_0x4ac4c4:0x2b1,_0xc7f5d5:0x30d,_0x5688ca:0x29d,_0x55717a:0x30f,_0x3df5af:0x260,_0x2c27bc:0x278,_0x36d7c2:0x227,_0x241aa7:0x379,_0x2a1ba2:0x2eb,_0x4e1ecd:0x2db,_0x3d3d6b:0x3c4,_0x487e1e:0x345,_0x592c03:0x1ea,_0x2e0f50:0x24b,_0x2e0278:0x2ad,_0xab5ee9:0x2a3,_0x27a3c0:0x35e,_0x1a3e2a:0x3ec,_0x3ca3cd:0x2ee,_0x6dc78b:0x219,_0x465f5a:0x224,_0x2e5ff0:0x285,_0x4a30fc:0x1a1,_0x947d70:0x1e2,_0x217457:0x1ce,_0x23219b:0x32c,_0x377ffc:0x3ad,_0x854e8f:0x38f,_0x389694:0x3df,_0x1743f3:0x3ed,_0x4f42d0:0x2b0,_0x5b378a:0x271,_0x5e04a7:0x2c6,_0x1ff7f4:0x35c,_0x108b7e:0x239,_0x1d5b0b:0x285,_0x3a972c:0x332,_0x469024:0x2d4,_0x1d44ad:0x34f,_0x27a6fc:0x3cf,_0x173ac3:0x1be,_0x1bac09:0x1f4,_0x29bb81:0x1b8,_0x3237e4:0x2a2,_0x479fac:0x28d,_0xa4be5d:0x186,_0x50e5c:0x39b,_0x5b477c:0x409,_0x59225a:0x282,_0x52c8a9:0x318,_0x4a7f27:0x2d4,_0x1593d8:0x326,_0xcff5b0:0x2df,_0x2788ed:0x289,_0x31097d:0x311,_0x2b3e48:0x2d6,_0x4da2b7:0x38f,_0x38a86b:0x294,_0x30c47e:0x298,_0xfecb3a:0x2c6,_0x3fd0e1:0x329,_0x460212:0x286,_0x3274de:0x27a,_0x582777:0x262,_0x29acad:0x243,_0x4c0514:0x233,_0x2019d3:0x23f,_0x983552:0x1f8,_0x360069:0x1f2,_0x3f8659:0x341,_0xa96782:0x2bd,_0x20c3a3:0x2ed,_0x1574b3:0x353,_0x1e13ad:0x34e,_0xb9fee5:0x2f1,_0xcc0638:0x2fc,_0x230add:0x37d,_0x25e9a7:0x276,_0x52ce82:0x25b,_0x1a9911:0x28c,_0x4886ec:0x37a,_0x22c526:0x35d,_0x3dc8c1:0x33f,_0x184fa5:0x15c,_0x5d71de:0x1c5,_0x1c20f0:0x254,_0x422236:0x38f,_0x13f321:0x369,_0x48da13:0x415,_0x5dc89f:0x3ea,_0x363c7c:0x439,_0x38dbb4:0x2e7,_0x26143c:0x2f5,_0x1d8c7d:0x2f5,_0x5127eb:0x30c,_0x1a7e40:0x40a,_0x544b6d:0x1e6,_0x3e91ce:0x2d4,_0x331a8a:0x355,_0x2ae830:0x38f,_0x45cb29:0x356,_0x3b578b:0x259,_0x37de04:0x1ff,_0x40664c:0x24b,_0x5019c7:0x2f4,_0x1707e4:0x3d8,_0x260215:0x3fb,_0x530cba:0x208,_0x2e030e:0x1eb,_0x569699:0x1e9,_0xed254c:0x3fa,_0x5ac95c:0x214,_0x1b1ea4:0x218,_0xc8e951:0x353,_0x4ff5cd:0x2bc,_0x5778d3:0x360,_0x2f88b9:0x2d3,_0x5eda64:0x2a7,_0x6e1db2:0x2b2,_0x4f09e4:0x304,_0x4ed66a:0x2c6,_0x2a9225:0x36d,_0x404548:0x266,_0x2f55ad:0x269,_0x14a1ec:0x38b,_0x47af48:0x44c,_0x16282a:0x3b2,_0x32f99e:0x375,_0x2a1975:0x374,_0x448cc1:0x2a4,_0x1799f5:0x29f,_0x311113:0x29c,_0x1ba059:0x3a2,_0x134ce9:0x2e1,_0x4a87b4:0x328,_0x4c1de8:0x2b1,_0x4a055e:0x40e,_0x3a5900:0x361,_0x40951d:0x335,_0x2b1d26:0x35b,_0x29a807:0x40a,_0x4d8fa5:0x2aa,_0x58daee:0x2b8,_0x36506d:0x279,_0x1786fa:0x38f,_0x2cdcbd:0x393,_0x2e8216:0x381,_0x29b9ef:0x2c0,_0x3e3fd2:0x285,_0xe0f5b7:0x28b,_0x138fdb:0x28a,_0x383e72:0x241,_0x108aae:0x24b,_0x309e31:0x245,_0x1dee01:0x1ca,_0x3beabd:0x234,_0x1c64e2:0x237,_0x13c2f7:0x174,_0x497ad4:0x1f3,_0x3fb8fd:0x23b,_0x37a4ec:0x2bf,_0x297f06:0x2a3,_0x39072d:0x387,_0xd8ff12:0x334,_0x105cc3:0x39b,_0x415d4e:0x36f,_0x4420b8:0x33e,_0x18f734:0x29b,_0x3d9e9b:0x325,_0x2a48a3:0x349,_0x205f53:0x2ce,_0x470b14:0x3b7,_0x105471:0x256,_0x4e33ea:0x257,_0x1dfb00:0x252,_0x40339b:0x254,_0x10f481:0x416,_0x3fe578:0x3ed,_0x36f41f:0x434,_0x2721a7:0x31a,_0x2d6d00:0x309,_0x1698b0:0x2c3,_0x461b93:0x32c,_0xc3eac0:0x399,_0x23e482:0x20f,_0x22ae02:0x361,_0x4430d7:0x2f8,_0x5e5022:0x314,_0x2db962:0x344,_0x31e8a6:0x29a,_0x4749e1:0x2a3},_0x4208f0={_0x314e84:0x153,_0xf9a149:0xe0},_0x30d2d0={_0x29a341:0x7f,_0x3930b4:0x176},_0x3fb448={};function _0x52d413(_0x1047fb,_0x3d517d,_0x3d1fb4,_0x88f534){return _0x149043(_0x88f534-_0x30d2d0._0x29a341,_0x1047fb,_0x3d1fb4-_0x30d2d0._0x3930b4,_0x88f534-0x3a);}_0x3fb448[_0x505c6f(0x37f,0x307,_0x49048d._0x5e8703,_0x49048d._0x5742ab)]=function(_0x26cec3,_0x2adebc){return _0x26cec3===_0x2adebc;},_0x3fb448[_0x52d413(0x270,0x32f,_0x49048d._0x3f48e7,_0x49048d._0x2dcae0)]=_0x505c6f(_0x49048d._0x22485f,_0x49048d._0x3e8884,0x330,_0x49048d._0x3e0c5f),_0x3fb448[_0x505c6f(0x31b,_0x49048d._0x1a449a,0x2b1,0x35c)]=_0x505c6f(0x34e,0x2e8,0x347,0x2e0),_0x3fb448[_0x52d413(0x1a8,0x296,0x217,0x237)]=_0x505c6f(0x31c,_0x49048d._0x3aa047,0x2dc,_0x49048d._0x31bdad)+_0x52d413(_0x49048d._0x2bbf38,0x2c8,_0x49048d._0x45dfcf,_0x49048d._0x4ce8a2)+'r',_0x3fb448[_0x52d413(0x248,_0x49048d._0x2a687a,0x232,0x1f3)]=_0x52d413(0x1b0,0x175,0x1c0,0x1e2)+_0x505c6f(0x3a3,0x33f,_0x49048d._0x51050e,_0x49048d._0x26f8af)+_0x52d413(_0x49048d._0x5cc04c,0x173,_0x49048d._0x30938b,_0x49048d._0x2e2381),_0x3fb448[_0x52d413(0x1c1,_0x49048d._0x4cbb53,_0x49048d._0x186bfb,0x24a)]=function(_0x484186,_0x191e43){return _0x484186===_0x191e43;},_0x3fb448[_0x52d413(0x24d,_0x49048d._0x2b2222,_0x49048d._0x26cc21,_0x49048d._0x581f2d)]='Failed\x20to\x20'+'read\x20AGENT'+'S.md',_0x3fb448[_0x52d413(0x25f,0x2c1,_0x49048d._0x28d99c,_0x49048d._0x2e3677)]='Failed\x20to\x20'+_0x52d413(0x248,_0x49048d._0x290c8a,_0x49048d._0x5c10f0,_0x49048d._0x57d62c)+_0x505c6f(_0x49048d._0x5839d4,_0x49048d._0xf530d0,0x342,_0x49048d._0x237f1a)+'le',_0x3fb448[_0x505c6f(_0x49048d._0x5e8703,0x2bc,0x375,0x38f)]=_0x52d413(_0x49048d._0x52b8ee,_0x49048d._0x4dbd35,0x24e,0x267)+'t',_0x3fb448[_0x505c6f(_0x49048d._0x156faf,_0x49048d._0x45788f,_0x49048d._0x54a22f,0x3ac)]='Invalid\x20te'+_0x505c6f(_0x49048d._0x34c416,0x2cf,0x35e,_0x49048d._0x1437f7)+'e',_0x3fb448[_0x505c6f(_0x49048d._0x14cfc4,_0x49048d._0xbf732b,_0x49048d._0x3564a9,0x399)]=_0x52d413(0x202,_0x49048d._0x4e5b62,0x272,0x20b)+_0x505c6f(0x30e,_0x49048d._0x5195d2,_0x49048d._0x306158,0x313)+'nt\x20request'+'\x20with\x20unkn'+_0x505c6f(_0x49048d._0x2f1ef5,_0x49048d._0x34810c,0x319,_0x49048d._0x4672d0)+'D',_0x3fb448[_0x505c6f(0x336,0x359,0x389,0x34d)]=_0x52d413(0x2c8,_0x49048d._0x4e3d25,_0x49048d._0x5f2681,_0x49048d._0x3ad709)+'ed',_0x3fb448[_0x505c6f(0x343,_0x49048d._0x17f21a,_0x49048d._0x5e798d,0x3bf)]=function(_0x4e3e65,_0x14bc7e){return _0x4e3e65!==_0x14bc7e;},_0x3fb448[_0x52d413(_0x49048d._0x558550,0x1ec,_0x49048d._0x4916b6,0x1d5)]=_0x505c6f(0x391,0x337,_0x49048d._0x41f965,0x37e),_0x3fb448[_0x505c6f(_0x49048d._0xc2ea38,_0x49048d._0x1ea539,0x424,_0x49048d._0x1608dd)]='wvaXQ',_0x3fb448['BvxsN']=_0x52d413(0x265,0x344,0x24b,_0x49048d._0x58fad9)+'ing\x20templa'+'te';function _0x505c6f(_0xd9a6d1,_0x2cf6e1,_0x1ee678,_0x57c819){return _0x433a0a(_0xd9a6d1-_0x4208f0._0x314e84,_0x2cf6e1-_0x4208f0._0xf9a149,_0x1ee678,_0xd9a6d1-0x506);}_0x3fb448[_0x505c6f(_0x49048d._0x31d0a0,_0x49048d._0x52126e,0x47d,0x461)]=_0x505c6f(0x2e1,0x2ef,0x2ec,0x2a9),_0x3fb448['LzEJm']=_0x505c6f(0x2fb,0x37a,0x320,_0x49048d._0x567626),_0x3fb448['PvdmQ']='utf-8',_0x3fb448[_0x505c6f(_0x49048d._0x170a48,_0x49048d._0x3e313e,0x2bc,0x353)]=function(_0x4b59e4,_0x3515b8){return _0x4b59e4!==_0x3515b8;},_0x3fb448[_0x52d413(_0x49048d._0x56692f,0x2eb,_0x49048d._0x49f8e7,0x2c2)]=_0x505c6f(_0x49048d._0x3d7b18,_0x49048d._0x51d749,_0x49048d._0xe5f5f4,_0x49048d._0x4e024b),_0x3fb448[_0x505c6f(0x2ff,0x37b,0x2cb,_0x49048d._0x1b018b)]=_0x52d413(_0x49048d._0x2a68f9,0x1ae,0x1b1,0x21e),_0x3fb448[_0x52d413(0x247,_0x49048d._0x4ac4c4,0x22e,0x29c)]='HFaMe',_0x3fb448[_0x505c6f(_0x49048d._0xc7f5d5,0x389,0x302,_0x49048d._0x5688ca)]=_0x505c6f(_0x49048d._0x55717a,0x358,0x30f,0x2f7);const _0xb2572c=_0x3fb448,{callingTask:_0x575cb1,environmentName:_0x11e8b2,environmentPath:_0x189d28}=_0x273669,{name:_0x49c74f}=_0x273669['params'];if(_0x49c74f['includes']('/')||_0x49c74f[_0x52d413(_0x49048d._0x3df5af,_0x49048d._0x2c27bc,0x29a,_0x49048d._0x36d7c2)]('\x5c')||_0x49c74f[_0x505c6f(_0x49048d._0x5f2681,0x2f0,0x347,_0x49048d._0x241aa7)]('..')){if(_0xb2572c['JEiSS'](_0xb2572c[_0x505c6f(_0x49048d._0x2a1ba2,_0x49048d._0x4e1ecd,0x34d,0x2a3)],_0xb2572c[_0x505c6f(0x3e8,0x433,_0x49048d._0x3d3d6b,0x405)])){const _0x290bac={};return _0x290bac['error']=_0xb2572c[_0x505c6f(_0x49048d._0x5e8703,0x310,0x2fb,_0x49048d._0x487e1e)],_0x290bac['message']=_0xb2572c[_0x505c6f(0x3ce,0x439,0x3f6,0x42e)],_0x1cfdcf[_0x52d413(0x1bb,_0x49048d._0x592c03,0x289,_0x49048d._0x2e0f50)](0x1*0x2a1+0x1*0x22c+-0x33d)[_0x52d413(_0x49048d._0x2e0278,0x265,0x245,_0x49048d._0xab5ee9)](_0x290bac);}else{if(_0xb2572c[_0x505c6f(0x37f,_0x49048d._0x27a3c0,0x393,_0x49048d._0x1a3e2a)](_0xfe56a7[_0x505c6f(0x2fc,_0x49048d._0x3ca3cd,0x2dc,0x2f5)],_0xb2572c[_0x52d413(0x32a,0x25f,0x24d,0x2be)])){const _0x56aed6={};_0x56aed6[_0x52d413(_0x49048d._0x6dc78b,0x2b7,_0x49048d._0x465f5a,_0x49048d._0x2e5ff0)]=_0xb2572c[_0x52d413(0x224,0x1c5,0x262,_0x49048d._0x30938b)],_0x56aed6['message']='Template\x20\x27'+_0x37e192+(_0x52d413(_0x49048d._0x4a30fc,_0x49048d._0x947d70,0x20d,_0x49048d._0x217457)+'d'),_0x16bc66[_0x505c6f(0x361,0x3a5,_0x49048d._0x23219b,_0x49048d._0x377ffc)](-0x8f5+-0xd3b+0x17c4)[_0x505c6f(0x3b9,_0x49048d._0x5742ab,0x3b4,0x379)](_0x56aed6);}else{const _0x536665={};_0x536665['taskId']=_0x417b5c[_0x505c6f(_0x49048d._0x854e8f,_0x49048d._0x389694,0x33c,_0x49048d._0x1743f3)],_0x536665[_0x52d413(0x2a6,_0x49048d._0x4f42d0,_0x49048d._0x5b378a,_0x49048d._0x5e04a7)+'t']=_0x70b500,_0x536665[_0x505c6f(0x380,0x3ae,_0x49048d._0x1ff7f4,_0x49048d._0x45788f)]=_0x1fb77f,_0x536665[_0x52d413(0x2a9,0x2e0,_0x49048d._0x108b7e,_0x49048d._0x1d5b0b)]=_0x389448[_0x52d413(0x2b2,_0x49048d._0x3a972c,0x28a,_0x49048d._0x469024)],_0x55dfa5[_0x505c6f(0x39b,_0x49048d._0x1d44ad,_0x49048d._0x27a6fc,0x30e)](_0x52d413(_0x49048d._0x173ac3,_0x49048d._0x1bac09,_0x49048d._0x29bb81,_0x49048d._0x947d70)+_0x52d413(0x2f6,_0x49048d._0x3237e4,0x26c,_0x49048d._0x479fac)+_0x52d413(0x25e,0x21a,_0x49048d._0xa4be5d,0x1f0),_0x536665);const _0x6255fb={};_0x6255fb[_0x505c6f(_0x49048d._0x50e5c,0x3b9,0x423,_0x49048d._0x5b477c)]=_0xb2572c['pYZhm'],_0x6255fb[_0x52d413(_0x49048d._0x59225a,0x31b,_0x49048d._0x52c8a9,_0x49048d._0x4a7f27)]=_0xb2572c[_0x505c6f(0x309,_0x49048d._0x1593d8,_0x49048d._0x5688ca,_0x49048d._0xcff5b0)],_0x21a5f1[_0x52d413(0x2ce,_0x49048d._0x2788ed,0x241,0x24b)](0x727+0x152*-0x13+0x13e3)[_0x52d413(_0x49048d._0x31097d,_0x49048d._0x2e0278,_0x49048d._0x2b3e48,0x2a3)](_0x6255fb);}}}const _0x1efc3b={};_0x1efc3b['taskId']=_0x575cb1[_0x505c6f(_0x49048d._0x4da2b7,0x39f,_0x49048d._0x27a6fc,_0x49048d._0x34810c)],_0x1efc3b[_0x52d413(0x2f9,_0x49048d._0x38a86b,_0x49048d._0x30c47e,_0x49048d._0xfecb3a)+'t']=_0x11e8b2,_0x1efc3b['template']=_0x49c74f,logger['info'](_0xb2572c[_0x505c6f(0x2e6,_0x49048d._0x3fd0e1,0x2f8,0x260)],_0x1efc3b);const _0x4efbea=_0x567b0f['join'](_0x189d28,_0x52d413(0x25f,_0x49048d._0x52b8ee,0x1a7,0x1de)+_0x52d413(_0x49048d._0x460212,_0x49048d._0x3274de,_0x49048d._0x582777,_0x49048d._0x29acad)),_0x1c4e1c=_0x567b0f[_0x52d413(_0x49048d._0x4c0514,_0x49048d._0x2019d3,_0x49048d._0x983552,_0x49048d._0x360069)](_0x4efbea,_0x49c74f+_0x52d413(_0x49048d._0x3f8659,0x329,_0x49048d._0x5688ca,_0x49048d._0xa96782)),_0x42fa52=_0x567b0f['join'](_0x4efbea,_0x49c74f+'.json');try{if(_0xb2572c['NawIE'](_0xb2572c['BuzKE'],_0xb2572c[_0x505c6f(_0x49048d._0x20c3a3,_0x49048d._0x1574b3,0x286,_0x49048d._0x1e13ad)])){if(_0xb2572c[_0x505c6f(0x360,0x32c,_0x49048d._0xb9fee5,_0x49048d._0xc2ea38)](_0xe8367c[_0x505c6f(_0x49048d._0xcc0638,_0x49048d._0x230add,_0x49048d._0x25e9a7,0x2ec)],_0xb2572c[_0x52d413(0x2f5,_0x49048d._0x52ce82,_0x49048d._0x3237e4,0x2be)])){const _0x149511={};_0x149511['content']='',_0x149511[_0x52d413(_0x49048d._0x3df5af,_0x49048d._0x3ad709,_0x49048d._0x1a9911,0x2c6)+'t']=_0x355e5c,_0x149511['path']=_0x505c6f(_0x49048d._0x4886ec,_0x49048d._0x22c526,_0x49048d._0x3dc8c1,0x37b),_0x149511[_0x52d413(0x17a,0x1fe,_0x49048d._0x184fa5,_0x49048d._0x5d71de)]=![],_0x796d3a[_0x52d413(_0x49048d._0x479fac,0x23a,0x28f,_0x49048d._0xab5ee9)](_0x149511);}else{const _0x34ec0a={};_0x34ec0a[_0x52d413(_0x49048d._0x1c20f0,0x234,0x2ca,0x279)]=_0x7f3faf[_0x505c6f(_0x49048d._0x422236,0x332,0x367,0x37c)],_0x34ec0a[_0x505c6f(0x3dc,_0x49048d._0x13f321,0x38f,_0x49048d._0x48da13)+'t']=_0x30aa89,_0x34ec0a['error']=_0x11c207[_0x505c6f(_0x49048d._0x5dc89f,_0x49048d._0x363c7c,0x42b,0x436)],_0xda4eb9[_0x52d413(_0x49048d._0x4e1ecd,0x24b,_0x49048d._0x38dbb4,0x285)](_0xb2572c[_0x505c6f(0x337,_0x49048d._0x26143c,_0x49048d._0x1d8c7d,_0x49048d._0x5127eb)],_0x34ec0a);const _0x24a5a6={};_0x24a5a6[_0x505c6f(_0x49048d._0x50e5c,_0x49048d._0x1a7e40,0x423,0x320)]=_0xb2572c[_0x52d413(_0x49048d._0x29acad,_0x49048d._0x544b6d,0x2af,0x237)],_0x24a5a6[_0x52d413(0x317,0x279,0x30c,_0x49048d._0x3e91ce)]=_0xb2572c[_0x505c6f(_0x49048d._0x331a8a,_0x49048d._0x2ae830,_0x49048d._0x3e0c5f,_0x49048d._0x45cb29)],_0x2d375c[_0x52d413(0x1f2,_0x49048d._0x3b578b,_0x49048d._0x37de04,_0x49048d._0x40664c)](0x26a+-0x1dae+0x1d38)['json'](_0x24a5a6);}}else{const _0x5a5ada=await _0x1cd238[_0x52d413(0x275,_0x49048d._0x5019c7,0x243,_0x49048d._0x4cbb53)](_0x1c4e1c,_0xb2572c['PvdmQ']);let _0x4d4b93=null;try{if(_0xb2572c[_0x505c6f(0x2f9,0x280,0x2a2,_0x49048d._0x14cfc4)](_0xb2572c[_0x505c6f(_0x49048d._0x1707e4,0x452,_0x49048d._0x260215,0x3f2)],_0xb2572c[_0x52d413(_0x49048d._0x530cba,_0x49048d._0x4e3d25,_0x49048d._0x2e030e,_0x49048d._0x569699)])){const _0x21c6e7=await _0x1cd238['readFile'](_0x42fa52,_0xb2572c[_0x505c6f(0x371,0x385,0x3a2,_0x49048d._0xed254c)]);_0x4d4b93=JSON['parse'](_0x21c6e7);}else{const _0xca2a65={};return _0xca2a65['error']=_0xb2572c[_0x52d413(_0x49048d._0x5ac95c,0x252,_0x49048d._0x1b1ea4,0x235)],_0xca2a65[_0x52d413(_0x49048d._0xc8e951,_0x49048d._0x4ff5cd,_0x49048d._0x5778d3,_0x49048d._0x3e91ce)]=_0xb2572c[_0x505c6f(0x3ce,_0x49048d._0x27a3c0,0x348,0x36a)],_0x182331[_0x52d413(0x1f8,0x1bb,_0x49048d._0x2f88b9,_0x49048d._0x40664c)](-0x25e9+-0x1*0xe8d+-0x2*-0x1b03)[_0x52d413(0x283,_0x49048d._0x5eda64,0x2df,0x2a3)](_0xca2a65);}}catch{}const _0x466801={};_0x466801[_0x52d413(0x2b4,0x2ef,0x231,0x260)]=_0x49c74f,_0x466801[_0x52d413(0x2de,0x2ac,_0x49048d._0x6e1db2,0x2a6)]=_0x5a5ada,_0x466801['metadata']=_0x4d4b93,_0x466801[_0x52d413(0x251,_0x49048d._0x4f09e4,0x34e,_0x49048d._0x4ed66a)+'t']=_0x11e8b2,_0x1cfdcf[_0x505c6f(0x3b9,0x3db,0x3c6,_0x49048d._0x2a9225)](_0x466801);}}catch(_0x3938bf){if(_0xb2572c[_0x52d413(_0x49048d._0x558550,0x27a,_0x49048d._0x404548,_0x49048d._0x2f55ad)](_0x3938bf['code'],_0xb2572c[_0x505c6f(0x3d4,_0x49048d._0x14a1ec,_0x49048d._0x47af48,0x451)])){if(_0xb2572c[_0x505c6f(_0x49048d._0x16282a,0x3c4,_0x49048d._0x32f99e,_0x49048d._0x2a1975)]===_0xb2572c[_0x52d413(_0x49048d._0x448cc1,_0x49048d._0x1799f5,0x21a,_0x49048d._0x311113)]){const _0x5309f5={};_0x5309f5[_0x505c6f(0x39b,_0x49048d._0x1ba059,_0x49048d._0x48da13,_0x49048d._0x1d44ad)]=_0xb2572c[_0x505c6f(_0x49048d._0x3aa047,_0x49048d._0x134ce9,0x344,0x2e3)],_0x5309f5[_0x52d413(0x28c,_0x49048d._0x4a87b4,_0x49048d._0x4c1de8,0x2d4)]=_0x505c6f(0x3e9,_0x49048d._0x4a055e,0x449,0x404)+_0x49c74f+('\x27\x20not\x20foun'+'d'),_0x1cfdcf[_0x505c6f(_0x49048d._0x3a5900,_0x49048d._0x40951d,_0x49048d._0x40951d,_0x49048d._0x2b1d26)](0xbf*-0x13+0x26ad+-0x16ec)[_0x505c6f(0x3b9,0x339,_0x49048d._0x29a807,0x420)](_0x5309f5);}else{const _0x569ce2={};_0x569ce2[_0x52d413(_0x49048d._0x4d8fa5,_0x49048d._0x58daee,0x2a6,_0x49048d._0x36506d)]=_0x4a31e2[_0x505c6f(_0x49048d._0x1786fa,_0x49048d._0x2cdcbd,0x3bb,_0x49048d._0x2e8216)],_0x569ce2['environmen'+'t']=_0x5c9fcc,_0x569ce2[_0x52d413(_0x49048d._0x29b9ef,_0x49048d._0x3e3fd2,_0x49048d._0xe0f5b7,0x26a)]=_0x2e4e14,_0x569ce2[_0x52d413(_0x49048d._0x138fdb,_0x49048d._0x383e72,0x1fc,_0x49048d._0x1d5b0b)]=_0x30e1fb[_0x52d413(0x2cd,0x2d0,0x35a,0x2d4)],_0x53db8c['error'](_0x52d413(0x172,0x20c,_0x49048d._0x108aae,_0x49048d._0x947d70)+'read\x20templ'+_0x52d413(0x1e5,0x219,0x24d,_0x49048d._0x2e2381),_0x569ce2);const _0x24d44f={};_0x24d44f[_0x52d413(0x243,_0x49048d._0x309e31,0x2eb,0x285)]=_0xb2572c[_0x52d413(_0x49048d._0x1dee01,_0x49048d._0x3beabd,0x250,_0x49048d._0x1c64e2)],_0x24d44f['message']=_0xb2572c[_0x52d413(_0x49048d._0x360069,_0x49048d._0x56692f,_0x49048d._0x13c2f7,_0x49048d._0x497ad4)],_0x243716['status'](0x5*-0x658+0x2345*-0x1+0x44f1)[_0x52d413(_0x49048d._0x3fb8fd,_0x49048d._0x37a4ec,0x260,_0x49048d._0x297f06)](_0x24d44f);}}else{if(_0xb2572c['xltTT']!==_0xb2572c[_0x505c6f(_0x49048d._0xc7f5d5,_0x49048d._0x39072d,0x362,0x2b2)]){const _0x12a047={};_0x12a047[_0x505c6f(0x38f,0x36a,_0x49048d._0xd8ff12,0x33f)]=_0x410831,_0x503acb['warn'](_0xb2572c['NjeHg'],_0x12a047);const _0x141b97={};return _0x141b97[_0x505c6f(_0x49048d._0x105cc3,0x426,0x3d3,0x341)]=_0xb2572c[_0x505c6f(0x336,_0x49048d._0x415d4e,_0x49048d._0x5eda64,0x355)],_0x141b97[_0x52d413(0x35a,_0x49048d._0x5eda64,_0x49048d._0x170a48,_0x49048d._0x4a7f27)]=_0x505c6f(0x302,_0x49048d._0x4420b8,_0x49048d._0x18f734,_0x49048d._0x3d9e9b)+_0x52d413(0x309,_0x49048d._0x2a48a3,0x277,_0x49048d._0x205f53),_0x18e30e[_0x505c6f(0x361,0x303,_0x49048d._0x470b14,0x34a)](0xf06+-0x12f6*0x2+0x1877)[_0x52d413(_0x49048d._0x105471,0x241,_0x49048d._0x2019d3,0x2a3)](_0x141b97);}else{const _0x13421d={};_0x13421d[_0x52d413(0x2e0,_0x49048d._0x4e33ea,0x1fd,_0x49048d._0x36506d)]=_0x575cb1[_0x52d413(0x236,0x2c6,_0x49048d._0x1dfb00,_0x49048d._0x36506d)],_0x13421d[_0x52d413(_0x49048d._0x40339b,0x25e,0x29d,0x2c6)+'t']=_0x11e8b2,_0x13421d[_0x505c6f(0x380,0x36d,0x32d,0x393)]=_0x49c74f,_0x13421d['error']=_0x3938bf[_0x505c6f(0x3ea,_0x49048d._0x10f481,_0x49048d._0x3fe578,_0x49048d._0x36f41f)],logger[_0x505c6f(_0x49048d._0x50e5c,0x3dd,0x36e,_0x49048d._0x2721a7)](_0xb2572c[_0x505c6f(_0x49048d._0x2d6d00,0x33c,_0x49048d._0x1698b0,0x2fe)],_0x13421d);const _0x12e351={};_0x12e351[_0x505c6f(0x39b,_0x49048d._0x461b93,_0x49048d._0x14a1ec,_0x49048d._0xc3eac0)]=_0xb2572c[_0x52d413(_0x49048d._0x23e482,0x299,_0x49048d._0x4c0514,_0x49048d._0x1c64e2)],_0x12e351[_0x52d413(0x24c,0x31a,_0x49048d._0x22ae02,_0x49048d._0x3e91ce)]=_0x505c6f(_0x49048d._0x4430d7,0x296,0x37f,0x354)+'read\x20templ'+_0x505c6f(0x306,_0x49048d._0x2f1ef5,_0x49048d._0x5e5022,_0x49048d._0x2db962),_0x1cfdcf['status'](0x131*-0x1+0x132f+-0x2*0x805)[_0x52d413(_0x49048d._0x31e8a6,0x282,0x266,_0x49048d._0x4749e1)](_0x12e351);}}}}),router[_0x149043(0x260,0x222,0x28a,0x1fc)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x11c46a,_0x18bd16)=>{const _0x13a838={_0x5e5e4d:0x408,_0x341617:0x42b,_0x2427ae:0x4d3,_0x2f44cd:0x4c5,_0x27857f:0x54a,_0x900e06:0x5b7,_0x2a8de2:0x47e,_0x9d595d:0x524,_0x38f852:0x53e,_0x1f25d3:0x35e,_0x1a8322:0x3c8,_0x42ca6d:0x41d,_0x2ed4f6:0x42f,_0x5acb1c:0x34e,_0x533b56:0x375,_0x56c50d:0x2a1,_0x18ebe2:0x565,_0x931475:0x4ed,_0xb504d4:0x494,_0x2546ad:0x30d,_0x2717ea:0x376,_0x150440:0x2b7,_0x3e74fd:0x334,_0x5f204c:0x2e1,_0x3547be:0x32d,_0x5391da:0x416,_0x116f3c:0x3de,_0x53f6fd:0x3ed,_0x4cf52f:0x45f,_0xdea385:0x527,_0xf8c8c9:0x371,_0x48e9a9:0x38c,_0x401432:0x2ff,_0x1ea4ec:0x3df,_0x14151c:0x412,_0x4ac55a:0x49b,_0x3f6485:0x4f5,_0x1038bf:0x4f9,_0x4b05c8:0x486,_0x2f23a2:0x4f9,_0x289e1d:0x482,_0x44b48a:0x548,_0x3071c1:0x573,_0x5d192d:0x392,_0x31f8ae:0x323,_0x13f87e:0x344,_0x25cd02:0x42a,_0x434b11:0x403,_0x8c33d8:0x37a,_0x1b8f8a:0x2ea,_0x1d265e:0x3b0,_0x52f96e:0x41e,_0x5407a9:0x4ec,_0x590788:0x4aa,_0x3f1e7e:0x4af,_0xd44572:0x4a5,_0x251037:0x4b4,_0x27e53b:0x4cb,_0x16d7ea:0x4cd,_0x437fc0:0x466,_0x231244:0x452,_0x30830c:0x3dc,_0x35d73f:0x524,_0x2bce56:0x525,_0x45ebda:0x4f7,_0x3f67e8:0x528,_0x3b5d9f:0x401,_0x16f28e:0x363,_0x228bce:0x4ad,_0x9c65e6:0x4de,_0xa66b6c:0x478,_0x3c590e:0x301,_0x37f341:0x335,_0x427923:0x508,_0x36a642:0x4a1,_0x5c4954:0x405,_0x1e2fc7:0x43b,_0x23ed13:0x328,_0x428a04:0x307,_0x16a921:0x31d,_0x56c900:0x31d,_0x349976:0x350,_0x55016a:0x3c6,_0x3168e6:0x421,_0x113a99:0x4e8,_0x6cdbde:0x569,_0x3bd574:0x483,_0x1375e9:0x4ef,_0x554f1e:0x48a,_0x5113a2:0x518,_0x22a78f:0x51b,_0x1c72b4:0x54c,_0x17652a:0x3b9,_0x15abbf:0x463,_0xd99515:0x35d,_0x337a8c:0x350,_0x333cb8:0x39b,_0x32d85d:0x3ec,_0x518eb8:0x475,_0x24dc9e:0x350,_0x570899:0x3ea,_0x2351b8:0x2c5,_0x3c7da4:0x392,_0x586b32:0x3ea,_0x12fff4:0x4c8,_0x3d539a:0x4c7,_0x44972d:0x54d,_0x5c44d3:0x519,_0x161cd4:0x4c9,_0x1df303:0x358,_0x31c454:0x33f,_0x71f292:0x4a4,_0x59bc35:0x371,_0x59b830:0x3ae,_0x2f46dd:0x3e6,_0xff055d:0x4ed,_0x44a71a:0x483,_0x2d39b0:0x4d7,_0x359708:0x4ad,_0xf8526b:0x4e7,_0x48e2d0:0x4ca,_0x5e5e1d:0x4b5,_0x4ccbc3:0x457,_0x15fcff:0x4db,_0x305eaa:0x4d6,_0x6b2670:0x54f,_0xdfadcc:0x461,_0x58f854:0x3d5,_0x39c410:0x3d5,_0x230c95:0x470,_0x27c78e:0x308,_0xbfee61:0x54d,_0x5bd417:0x4cb,_0x302959:0x4e3,_0x360f7e:0x505,_0x491a93:0x48a,_0x280833:0x4a9,_0x58a9fb:0x321},_0x290670={_0x2a5d83:0x11},_0x556a3e={_0xe5f0de:0x1a3},_0x35472d={};_0x35472d[_0x1e7573(_0x13a838._0x5e5e4d,0x3fc,_0x13a838._0x341617,0x447)]=_0x179f80(0x4a4,0x4b5,_0x13a838._0x2427ae,_0x13a838._0x2f44cd)+'mplate\x20nam'+'e',_0x35472d['rnWeI']=function(_0x2c5040,_0xb29f11){return _0x2c5040===_0xb29f11;},_0x35472d[_0x179f80(0x54b,_0x13a838._0x27857f,_0x13a838._0x900e06,0x515)]=_0x179f80(0x4db,_0x13a838._0x2a8de2,_0x13a838._0x9d595d,_0x13a838._0x38f852)+'t',_0x35472d['vuRzR']=_0x1e7573(0x3db,0x3e5,_0x13a838._0x1f25d3,_0x13a838._0x1a8322)+_0x1e7573(0x45b,_0x13a838._0x42ca6d,0x411,_0x13a838._0x2ed4f6)+'uired',_0x35472d[_0x1e7573(_0x13a838._0x5acb1c,0x387,0x329,0x328)]=function(_0x286163,_0x142ff8){return _0x286163!==_0x142ff8;},_0x35472d[_0x1e7573(0x3c3,0x361,_0x13a838._0x533b56,0x2d7)]=_0x1e7573(0x37e,0x33d,0x32e,0x3b9),_0x35472d['WRgcG']=function(_0x2945ff,_0x36c49a){return _0x2945ff!==_0x36c49a;},_0x35472d[_0x1e7573(0x31c,0x328,0x2b5,_0x13a838._0x56c50d)]=function(_0x55f15c,_0x49c169){return _0x55f15c!==_0x49c169;},_0x35472d[_0x179f80(0x4e8,_0x13a838._0x18ebe2,_0x13a838._0x931475,_0x13a838._0xb504d4)]=_0x1e7573(_0x13a838._0x2546ad,_0x13a838._0x2717ea,0x314,0x2fa);function _0x1e7573(_0x34dc74,_0x596523,_0x53d8e8,_0x144265){return _0x433a0a(_0x34dc74-_0x556a3e._0xe5f0de,_0x596523-0x110,_0x144265,_0x596523-0x537);}_0x35472d[_0x1e7573(_0x13a838._0x150440,_0x13a838._0x3e74fd,_0x13a838._0x5f204c,_0x13a838._0x3547be)]=_0x179f80(0x456,0x447,0x3d9,0x3e4)+_0x179f80(0x49e,0x4a8,0x470,0x434)+_0x1e7573(_0x13a838._0x5391da,_0x13a838._0x116f3c,_0x13a838._0x53f6fd,_0x13a838._0x4cf52f);const _0xf32895=_0x35472d,{callingTask:_0x378941,taskUser:_0x1594f3,environmentName:_0x3945a0,environmentPath:_0x579328}=_0x11c46a,{name:_0x2f40cd}=_0x11c46a[_0x179f80(_0x13a838._0xdea385,0x58f,0x4a9,0x5ae)],{content:_0x1716ed,metadata:_0x49832f}=_0x11c46a[_0x1e7573(_0x13a838._0xf8c8c9,0x3e0,0x43c,0x383)];if(_0x2f40cd[_0x1e7573(_0x13a838._0x48e9a9,0x36e,_0x13a838._0x401432,_0x13a838._0x1ea4ec)]('/')||_0x2f40cd[_0x179f80(0x49b,0x4c9,0x517,_0x13a838._0x14151c)]('\x5c')||_0x2f40cd[_0x179f80(_0x13a838._0x4ac55a,_0x13a838._0x3f6485,_0x13a838._0x1038bf,_0x13a838._0x4b05c8)]('..')){const _0x26378c={};return _0x26378c[_0x179f80(_0x13a838._0x2f23a2,0x4fb,_0x13a838._0x289e1d,0x49e)]='Bad\x20Reques'+'t',_0x26378c[_0x179f80(_0x13a838._0x44b48a,0x5b3,0x521,_0x13a838._0x3071c1)]=_0xf32895['VmdcW'],_0x18bd16[_0x1e7573(0x3b2,_0x13a838._0x5d192d,_0x13a838._0x31f8ae,_0x13a838._0x13f87e)](-0x15a9*0x1+-0x2070+-0x1*-0x37a9)[_0x1e7573(_0x13a838._0x25cd02,0x3ea,0x44c,0x3ae)](_0x26378c);}if(_0xf32895[_0x1e7573(_0x13a838._0x434b11,_0x13a838._0x8c33d8,_0x13a838._0x1b8f8a,_0x13a838._0x1d265e)](_0x1716ed,undefined)){const _0x1f8bf2={};return _0x1f8bf2['error']=_0xf32895[_0x1e7573(0x404,_0x13a838._0x52f96e,0x3f5,0x466)],_0x1f8bf2['message']=_0xf32895['vuRzR'],_0x18bd16['status'](-0x21ee+-0xdd7*0x1+0x3155)[_0x179f80(0x517,0x581,0x5a0,0x569)](_0x1f8bf2);}logger[_0x179f80(0x508,_0x13a838._0x5407a9,0x4eb,0x50a)]('Task\x20updat'+_0x179f80(_0x13a838._0x590788,0x467,_0x13a838._0x3f1e7e,0x490)+'te',{'taskId':_0x378941[_0x179f80(0x4ed,0x528,_0x13a838._0xd44572,0x4a3)],'environment':_0x3945a0,'template':_0x2f40cd,'userId':_0x1594f3['id'],'hasMetadata':_0xf32895[_0x179f80(_0x13a838._0x251037,_0x13a838._0x27e53b,_0x13a838._0x16d7ea,0x4f1)](_0x49832f,undefined)});const _0x4959e8=_0x567b0f[_0x179f80(_0x13a838._0x437fc0,0x448,0x474,0x3e4)](_0x579328,_0x179f80(_0x13a838._0x231244,0x3fd,_0x13a838._0x30830c,0x4be)+_0x179f80(0x4b7,0x4c4,0x481,_0x13a838._0x35d73f)),_0x41ec0a=_0x567b0f['join'](_0x4959e8,_0x2f40cd+_0x179f80(0x531,_0x13a838._0x2bce56,_0x13a838._0x45ebda,_0x13a838._0x3f67e8));function _0x179f80(_0x548072,_0x33d396,_0x6d9220,_0x2b423d){return _0x149043(_0x548072-0x2f3,_0x2b423d,_0x6d9220-0x16c,_0x2b423d-_0x290670._0x2a5d83);}const _0x187dcb=_0x567b0f[_0x179f80(0x466,_0x13a838._0x3b5d9f,0x46c,0x49b)](_0x4959e8,_0x2f40cd+_0x1e7573(0x3d4,_0x13a838._0x16f28e,0x30e,0x2f5)),_0x43a02f=new Date()['toISOStrin'+'g']();try{const _0xa9a1af=_0xf32895['RYBHF'][_0x1e7573(0x439,0x3b3,0x40a,0x336)]('|');let _0x20c961=-0x1181+0x1117+0x6a;while(!![]){switch(_0xa9a1af[_0x20c961++]){case'0':const _0x12673c={};_0x12673c[_0x179f80(_0x13a838._0x931475,0x54b,_0x13a838._0x228bce,_0x13a838._0xdea385)]=_0x378941['taskId'],_0x12673c['environmen'+'t']=_0x3945a0,_0x12673c[_0x179f80(_0x13a838._0x9c65e6,_0x13a838._0xa66b6c,0x541,0x531)]=_0x2f40cd,_0x12673c[_0x1e7573(_0x13a838._0x3c590e,0x31d,_0x13a838._0x37f341,0x2ac)]=_0x1594f3['id'],logger[_0x179f80(_0x13a838._0x427923,0x57f,0x4b2,0x539)](_0x179f80(0x4a8,_0x13a838._0x36a642,0x4cb,0x4dc)+'pdated\x20by\x20'+_0x179f80(0x483,0x45c,_0x13a838._0x5c4954,_0x13a838._0x1e2fc7),_0x12673c);continue;case'1':_0xf32895[_0x1e7573(0x3cc,0x394,0x385,0x3f0)](_0x49832f,undefined)&&_0xf32895[_0x1e7573(0x2b4,_0x13a838._0x23ed13,_0x13a838._0x428a04,0x2b7)](_0x49832f,null)&&await _0x1cd238[_0x1e7573(_0x13a838._0x16a921,0x39b,_0x13a838._0x56c900,0x313)](_0x187dcb,JSON[_0x1e7573(_0x13a838._0x349976,_0x13a838._0x55016a,_0x13a838._0x3168e6,0x33c)](_0x49832f,null,-0x4e3+-0xac9*0x1+0x53a*0x3),_0xf32895[_0x179f80(_0x13a838._0x113a99,_0x13a838._0x6cdbde,_0x13a838._0x3bd574,0x4f7)]);continue;case'2':const _0x596502={};_0x596502[_0x179f80(0x4f4,_0x13a838._0x228bce,_0x13a838._0x1375e9,_0x13a838._0x554f1e)]=!![],await _0x1cd238[_0x179f80(_0x13a838._0x5113a2,_0x13a838._0x22a78f,0x59d,0x4ad)](_0x4959e8,_0x596502);continue;case'3':const _0x134142={};_0x134142[_0x179f80(_0x13a838._0x1c72b4,0x520,0x5b3,0x5af)]=!![],_0x134142['name']=_0x2f40cd,_0x134142['environmen'+'t']=_0x3945a0,_0x134142[_0x1e7573(_0x13a838._0x17652a,0x40f,0x46d,_0x13a838._0x15abbf)]=_0x43a02f,_0x134142[_0x1e7573(_0x13a838._0xd99515,_0x13a838._0x337a8c,0x332,0x3d3)+_0x1e7573(_0x13a838._0x333cb8,_0x13a838._0x32d85d,_0x13a838._0x518eb8,0x3d0)]=_0x378941[_0x1e7573(_0x13a838._0x24dc9e,0x3c0,0x425,0x365)],_0x134142[_0x1e7573(0x353,0x3d9,0x3e3,_0x13a838._0x570899)+_0x1e7573(0x38d,0x354,0x33d,_0x13a838._0x2351b8)]=_0x1594f3['id'],_0x18bd16[_0x1e7573(_0x13a838._0x3c7da4,_0x13a838._0x586b32,0x406,0x44b)](_0x134142);continue;case'4':await _0x1cd238[_0x179f80(_0x13a838._0x12fff4,0x45e,_0x13a838._0x3d539a,_0x13a838._0x44972d)](_0x41ec0a,_0x1716ed,_0xf32895[_0x179f80(0x4e8,_0x13a838._0x5c44d3,_0x13a838._0x161cd4,_0x13a838._0x2a8de2)]);continue;}break;}}catch(_0x3cb617){if(_0xf32895[_0x1e7573(_0x13a838._0x1df303,0x37a,_0x13a838._0x31c454,0x3a3)]('KGktu','Sxabp')){const _0x77e0ce={};return _0x77e0ce[_0x179f80(_0x13a838._0x2f23a2,_0x13a838._0x71f292,0x4dc,0x54e)]=_0x1e7573(_0x13a838._0x59bc35,_0x13a838._0x59b830,0x380,0x3b1)+'t',_0x77e0ce['message']=_0xf32895['VmdcW'],_0x23e944['status'](-0x71f*0x1+0xc7b+-0x3cc)[_0x1e7573(0x471,0x3ea,_0x13a838._0x2f46dd,0x3cb)](_0x77e0ce);}else{const _0x1d6c04={};_0x1d6c04[_0x179f80(0x4ed,0x541,0x4bb,0x526)]=_0x378941[_0x179f80(_0x13a838._0xff055d,_0x13a838._0x44a71a,0x4c1,_0x13a838._0x2d39b0)],_0x1d6c04[_0x179f80(0x53a,_0x13a838._0x359708,_0x13a838._0xf8526b,_0x13a838._0x48e2d0)+'t']=_0x3945a0,_0x1d6c04[_0x179f80(0x4de,_0x13a838._0x5e5e1d,0x474,_0x13a838._0x4ccbc3)]=_0x2f40cd,_0x1d6c04[_0x179f80(0x4f9,_0x13a838._0x15fcff,0x4e8,0x4af)]=_0x3cb617[_0x179f80(_0x13a838._0x44b48a,_0x13a838._0x305eaa,0x570,_0x13a838._0x6b2670)],logger['error'](_0xf32895[_0x179f80(_0x13a838._0xdfadcc,_0x13a838._0x58f854,_0x13a838._0x39c410,_0x13a838._0x230c95)],_0x1d6c04);const _0x4ec437={};_0x4ec437['error']=_0x1e7573(_0x13a838._0x27c78e,0x34d,0x32e,0x394)+_0x179f80(_0x13a838._0xbfee61,_0x13a838._0x5bd417,_0x13a838._0x302959,_0x13a838._0x360f7e)+'r',_0x4ec437[_0x1e7573(0x3fe,0x41b,0x3b3,0x3b3)]=_0x179f80(0x456,_0x13a838._0x491a93,_0x13a838._0x280833,0x3fa)+'write\x20temp'+'late',_0x18bd16[_0x1e7573(_0x13a838._0x58a9fb,0x392,0x3db,0x38f)](0x163c*-0x1+-0x309+0x1b39)['json'](_0x4ec437);}}}),router['delete'](_0x433a0a(-0x279,-0x245,-0x1c6,-0x221)+_0x149043(0x197,0x1d8,0x161,0x136),requireTaskAuth,requireTemplatesPermission,async(_0x315640,_0x3c7b3a)=>{const _0x50a7ed={_0x568548:0x2bd,_0x1a100a:0x27a,_0x32d4bd:0xd0,_0x23e24e:0x263,_0x44ee0e:0x299,_0x284d18:0x19,_0x456207:0x205,_0x2b4517:0x26d,_0x311d20:0x189,_0x11ab32:0x1f4,_0x50551a:0x284,_0x43336f:0x1f3,_0x583edb:0x33e,_0x3b9384:0x24a,_0x15300b:0x27c,_0x33c385:0x270,_0x35c3fe:0x223,_0x6d5222:0xd1,_0x184fb3:0x7c,_0xfa3ef9:0x41,_0x2d74c0:0x7e,_0x3db2d5:0xfd,_0x5e64cd:0x17f,_0x5eb7be:0xf5,_0x5e057e:0x21e,_0x335a48:0x268,_0x37085c:0x27b,_0x193d1e:0x7,_0x2ccb70:0x11,_0x19c348:0x204,_0x1327ca:0x1d6,_0x5e1bf3:0x1e2,_0x29b74a:0x26,_0x3bd64f:0x245,_0x1c0cbd:0x1e1,_0x49525f:0x8e,_0x4878d5:0xcf,_0x133523:0x276,_0x215bf1:0x288,_0xa3146e:0x1bb,_0x4b2d14:0x279,_0x290823:0x2a6,_0x279fe5:0x249,_0x1dcf73:0x58,_0x478c8b:0x8d,_0x17588a:0x9d,_0x12f710:0x71,_0x42fa28:0x29b,_0x5b7145:0xec,_0x58b53e:0xaa,_0x5ae4e6:0x12f,_0x504cc4:0x1ba,_0x34d480:0x176,_0x28665e:0x18f,_0x4307c9:0xcd,_0x87642e:0xfb,_0x294cd5:0xc7,_0x5ab853:0x13d,_0x4998b0:0x121,_0x18484c:0xaf,_0x21c9a5:0x343,_0x59b83e:0x347,_0x2889d9:0x17e,_0x3c3b3d:0x6c,_0x68b061:0xf5,_0x137ec0:0xb7,_0x236b78:0xc3,_0x4cd5a8:0x267,_0x4f4a44:0x2b4,_0x49ce9e:0x2ee,_0x183f5f:0x2a4,_0x34abb1:0x22b,_0x504b6b:0x152,_0x5683b0:0x19f,_0x3f6423:0xef,_0x2dede0:0x5a,_0xdae213:0xdc,_0x189205:0x120,_0x800c35:0xee,_0x55c30e:0x65,_0x36477c:0x23,_0xed3792:0x1e0,_0xa15918:0x26c,_0x266b49:0x249,_0x2819a3:0x266,_0x481103:0x52,_0xedf253:0xcb,_0x1f7795:0x1e0,_0x291d59:0x76,_0x3b620c:0x1,_0x2a1467:0xb1,_0x36fb80:0xf9,_0x3ce2d9:0x1b5,_0x9e4438:0x17d,_0x59f9bf:0x150,_0x48ce30:0x27d,_0x29c2c0:0x10a,_0x4a6843:0xa6,_0x5c3158:0x11c,_0x292ee4:0x92,_0x45e655:0xc5,_0x4c724e:0x113,_0x3af321:0x25f,_0x3dfbb4:0xd9,_0x135021:0x3b,_0x18cb41:0x18,_0x42d4fb:0x93,_0x2a393f:0x15f,_0x2658ab:0x273,_0x1da657:0x212,_0x2cc467:0x226,_0x1cac95:0x2af,_0x3d5ba3:0x6b,_0x16fcd6:0x1fc,_0x5615e4:0x2e5,_0x1d63d1:0xa7,_0x491d44:0x11c,_0x60bd01:0x15f,_0x1ba6ab:0xf7,_0x15c625:0xef,_0x58a1c7:0x239,_0x5a0e7f:0x255,_0x1d4fb7:0x1ce,_0x4ae667:0x269,_0x1c6ca0:0xeb,_0x19a52d:0xf4,_0x4a9a70:0x31,_0x50b319:0x267,_0x3e6c45:0x1fd,_0x589668:0x2b3,_0x1e8742:0x235,_0x5b8615:0xb2,_0x2b77ca:0x1ee,_0x35a9d4:0xc3,_0x540e14:0x85,_0x2a6fec:0xaa,_0x27c409:0x2c6,_0x2275db:0x338,_0x51bd2c:0x6d,_0x1438f5:0x134,_0x1b2363:0x10e,_0x46212c:0x15a,_0x18da1c:0x16b,_0x14ea6e:0x104,_0x5bb4d8:0x103,_0xa6db40:0x77,_0x595d93:0x67,_0xd9ec1c:0x95,_0xb6713a:0x184,_0x228402:0x142,_0x358729:0x4b,_0x5a8753:0x2ec,_0x5b5420:0x129,_0xe5eab9:0x9f,_0xde4eb6:0x99,_0x35a514:0x2e,_0x41bc23:0xd,_0x25c103:0xb5,_0x12c58b:0xb8,_0x526414:0xb7,_0x113fdc:0x22f,_0x46d208:0x228,_0x2f674d:0x226,_0x364429:0x1c9,_0x28cd7b:0x2c1,_0xcd2dc3:0x2f9,_0x549ea0:0x93,_0x205dc9:0xf0,_0x1c75be:0xbb,_0x4eebbc:0x81,_0x2f66b5:0xc1,_0x2483d3:0xf4,_0xaf5746:0x128,_0x23552e:0xf0,_0x588662:0x258,_0x44d7c3:0x2b7,_0x4a3d88:0xb9,_0x468de8:0x2a7,_0x18f165:0x29d,_0x53c865:0x273,_0x3260d6:0x163,_0x4a2749:0xef,_0x4c9f10:0x123,_0x1c3106:0x136,_0x3b36b5:0x56,_0x2cdd13:0x1b,_0x2e9a63:0x4e,_0x174de6:0x1d,_0x24b860:0x2dd,_0x137855:0x2d9},_0x136233={_0x3b3b86:0xfa,_0x21d9bf:0x238},_0x166a44={_0x34d0f2:0xed,_0x2ae94a:0x3de},_0x4851be={};_0x4851be[_0x38f609(_0x50a7ed._0x568548,_0x50a7ed._0x1a100a,0x2f3,0x30c)]=_0x5b11e1(_0x50a7ed._0x32d4bd,0x52,0x53,0xa4)+'t\x20manageme'+_0x38f609(0x2b3,_0x50a7ed._0x23e24e,_0x50a7ed._0x44ee0e,0x23a)+'\x20missing\x20X'+'-Task-Id\x20h'+'eader',_0x4851be['LFTkp']=_0x5b11e1(-_0x50a7ed._0x284d18,0xaa,0x53,0x4a)+_0x38f609(0x1e6,0x181,0x212,0x19d)+_0x38f609(_0x50a7ed._0x456207,_0x50a7ed._0x2b4517,0x1ad,_0x50a7ed._0x311d20)+'ot\x20initial'+_0x5b11e1(0x11f,0x154,0xd2,0xa2);function _0x38f609(_0x5d2c71,_0x182c97,_0x2567a7,_0x3fcb46){return _0x433a0a(_0x5d2c71-0x77,_0x182c97-_0x166a44._0x34d0f2,_0x2567a7,_0x5d2c71-_0x166a44._0x2ae94a);}_0x4851be['CjHJN']=_0x38f609(_0x50a7ed._0x11ab32,0x201,_0x50a7ed._0x50551a,_0x50a7ed._0x43336f)+_0x38f609(0x2c7,0x32a,_0x50a7ed._0x583edb,_0x50a7ed._0x3b9384)+'r',_0x4851be[_0x38f609(_0x50a7ed._0x15300b,_0x50a7ed._0x33c385,0x255,_0x50a7ed._0x35c3fe)]='Service\x20no'+_0x5b11e1(_0x50a7ed._0x6d5222,0x12e,0xb6,_0x50a7ed._0x184fb3)+_0x5b11e1(0xe7,_0x50a7ed._0xfa3ef9,0xad,_0x50a7ed._0x2d74c0),_0x4851be[_0x5b11e1(_0x50a7ed._0x3db2d5,_0x50a7ed._0x5e64cd,_0x50a7ed._0x5eb7be,0xc1)]=_0x38f609(_0x50a7ed._0x5e057e,_0x50a7ed._0x335a48,_0x50a7ed._0x37085c,0x1d9)+'mplate\x20nam'+'e',_0x4851be['KodNB']=_0x5b11e1(_0x50a7ed._0x193d1e,-0x3a,0x27,_0x50a7ed._0x2ccb70)+_0x38f609(0x224,_0x50a7ed._0x19c348,_0x50a7ed._0x1327ca,_0x50a7ed._0x5e1bf3)+'te',_0x4851be['CRohK']=_0x5b11e1(-0xc,-0x66,_0x50a7ed._0x29b74a,0x6)+'ates',_0x4851be[_0x38f609(_0x50a7ed._0x3bd64f,_0x50a7ed._0x1c0cbd,0x1d8,0x289)]=function(_0xf8cc97,_0x56b3df){return _0xf8cc97===_0x56b3df;},_0x4851be[_0x5b11e1(-0x20,0x41,0x21,-0x44)]=_0x5b11e1(_0x50a7ed._0x49525f,0xf3,_0x50a7ed._0x4878d5,0xa0),_0x4851be[_0x38f609(0x200,_0x50a7ed._0x133523,_0x50a7ed._0x215bf1,0x1f2)]=_0x38f609(_0x50a7ed._0xa3146e,0x212,0x13a,0x205),_0x4851be['IugRR']=_0x38f609(_0x50a7ed._0x4b2d14,_0x50a7ed._0x290823,0x2ca,_0x50a7ed._0x279fe5)+_0x5b11e1(0xba,_0x50a7ed._0x1dcf73,_0x50a7ed._0x478c8b,_0x50a7ed._0x17588a)+_0x5b11e1(_0x50a7ed._0x12f710,-0x39,0x57,0xf),_0x4851be[_0x38f609(0x25d,0x251,_0x50a7ed._0x42fa28,0x271)]=_0x5b11e1(0x109,_0x50a7ed._0x5b7145,_0x50a7ed._0x58b53e,_0x50a7ed._0x5ae4e6),_0x4851be['fBXql']=_0x38f609(0x1d0,_0x50a7ed._0x504cc4,0x212,_0x50a7ed._0x34d480)+_0x38f609(0x21f,0x216,_0x50a7ed._0x28665e,0x235)+_0x38f609(0x229,_0x50a7ed._0x5e1bf3,0x268,0x2ac);const _0x3b71e8=_0x4851be,{callingTask:_0x1c2315,taskUser:_0xb01da6,environmentName:_0x4c64da,environmentPath:_0x22efb7}=_0x315640,{name:_0x1659b1}=_0x315640[_0x5b11e1(_0x50a7ed._0x4307c9,0xd4,_0x50a7ed._0x87642e,_0x50a7ed._0x294cd5)];if(_0x1659b1['includes']('/')||_0x1659b1['includes']('\x5c')||_0x1659b1['includes']('..')){const _0x454445={};return _0x454445['error']=_0x5b11e1(_0x50a7ed._0x5ab853,_0x50a7ed._0x4998b0,_0x50a7ed._0x18484c,0x12a)+'t',_0x454445[_0x38f609(0x2c2,_0x50a7ed._0x21c9a5,0x309,_0x50a7ed._0x59b83e)]=_0x3b71e8[_0x5b11e1(_0x50a7ed._0x2889d9,_0x50a7ed._0x3c3b3d,_0x50a7ed._0x68b061,_0x50a7ed._0x137ec0)],_0x3c7b3a[_0x38f609(0x239,0x1b0,0x1cc,0x204)](-0xd9*0xd+0x37*0x97+-0x13dc)['json'](_0x454445);}const _0x27dd20={};_0x27dd20[_0x5b11e1(0xf8,_0x50a7ed._0x236b78,0xc1,0xc8)]=_0x1c2315[_0x38f609(_0x50a7ed._0x4cd5a8,0x1f5,0x1fa,0x25e)],_0x27dd20[_0x38f609(_0x50a7ed._0x4f4a44,_0x50a7ed._0x568548,_0x50a7ed._0x49ce9e,_0x50a7ed._0x183f5f)+'t']=_0x4c64da,_0x27dd20['template']=_0x1659b1,_0x27dd20[_0x38f609(0x1c4,_0x50a7ed._0x34abb1,_0x50a7ed._0x504b6b,_0x50a7ed._0x5683b0)]=_0xb01da6['id'],logger[_0x5b11e1(_0x50a7ed._0x3f6423,_0x50a7ed._0x2dede0,_0x50a7ed._0xdae213,_0x50a7ed._0x189205)](_0x3b71e8[_0x5b11e1(0x21,_0x50a7ed._0x800c35,_0x50a7ed._0x55c30e,-_0x50a7ed._0x36477c)],_0x27dd20);function _0x5b11e1(_0x41cd03,_0x480d9b,_0x5509ff,_0x3c23ab){return _0x433a0a(_0x41cd03-_0x136233._0x3b3b86,_0x480d9b-0x1ec,_0x480d9b,_0x5509ff-_0x136233._0x21d9bf);}const _0x274916=_0x567b0f[_0x38f609(_0x50a7ed._0xed3792,0x202,_0x50a7ed._0xa15918,_0x50a7ed._0x266b49)](_0x22efb7,_0x3b71e8[_0x38f609(0x246,0x1f9,_0x50a7ed._0x2819a3,0x25f)]),_0x459e2a=_0x567b0f[_0x5b11e1(0xb7,0xab,0x3a,_0x50a7ed._0x481103)](_0x274916,_0x1659b1+_0x5b11e1(0xf2,_0x50a7ed._0xedf253,0x105,0x7d)),_0x2abf79=_0x567b0f[_0x38f609(_0x50a7ed._0x1f7795,0x23b,0x17b,0x230)](_0x274916,_0x1659b1+_0x5b11e1(_0x50a7ed._0x291d59,-_0x50a7ed._0x3b620c,0x64,_0x50a7ed._0x2a1467));try{if(_0x5b11e1(0x149,_0x50a7ed._0x36fb80,0x12a,0xd8)===_0x38f609(_0x50a7ed._0x3ce2d9,_0x50a7ed._0x9e4438,0x1b2,_0x50a7ed._0x2889d9)){_0x563b01['warn'](_0x3b71e8['BIlTD']);const _0x158732={};return _0x158732[_0x5b11e1(_0x50a7ed._0x59f9bf,0x6e,0xcd,0xeb)]=_0x38f609(0x29e,_0x50a7ed._0x48ce30,0x2fe,0x248)+'ed',_0x158732[_0x5b11e1(_0x50a7ed._0x29c2c0,_0x50a7ed._0x4a6843,_0x50a7ed._0x5c3158,_0x50a7ed._0x292ee4)]=_0x5b11e1(0x19a,_0x50a7ed._0x45e655,_0x50a7ed._0x4c724e,0xdb)+_0x38f609(0x276,0x26a,_0x50a7ed._0x3af321,_0x50a7ed._0x5e057e)+_0x5b11e1(0x118,0x155,_0x50a7ed._0x3dfbb4,0x7b),_0x4f626d[_0x5b11e1(_0x50a7ed._0x135021,_0x50a7ed._0x18cb41,_0x50a7ed._0x42d4fb,0x65)](0xa*0x1b+-0x10f8+0x5*0x37f)['json'](_0x158732);}else{await _0x1cd238['access'](_0x459e2a),await _0x1cd238['unlink'](_0x459e2a);try{if(_0x3b71e8['RDVfO'](_0x3b71e8[_0x38f609(0x1c7,_0x50a7ed._0x2a393f,0x185,0x190)],_0x3b71e8['xzkBF'])){_0x23bb0d[_0x38f609(_0x50a7ed._0x2658ab,_0x50a7ed._0x1da657,_0x50a7ed._0x2cc467,_0x50a7ed._0x1cac95)](_0x3b71e8[_0x5b11e1(-0x23,-0x2f,0x4f,_0x50a7ed._0x3d5ba3)]);const _0x525fd2={};return _0x525fd2[_0x38f609(0x273,_0x50a7ed._0x16fcd6,_0x50a7ed._0x2658ab,_0x50a7ed._0x5615e4)]=_0x3b71e8['CjHJN'],_0x525fd2[_0x5b11e1(_0x50a7ed._0x1d63d1,0xa9,_0x50a7ed._0x491d44,_0x50a7ed._0x60bd01)]=_0x3b71e8[_0x5b11e1(0x80,_0x50a7ed._0x1ba6ab,0xd6,_0x50a7ed._0x15c625)],_0x31b13a[_0x38f609(_0x50a7ed._0x58a1c7,_0x50a7ed._0x5a0e7f,_0x50a7ed._0x1d4fb7,_0x50a7ed._0x4ae667)](0x202a+-0xa9*-0x1b+-0x3009)[_0x5b11e1(0x63,_0x50a7ed._0x3db2d5,_0x50a7ed._0x1c6ca0,_0x50a7ed._0x1ba6ab)](_0x525fd2);}else await _0x1cd238[_0x5b11e1(_0x50a7ed._0x19a52d,0xfa,0x6d,_0x50a7ed._0x4a9a70)](_0x2abf79);}catch{}const _0x37809c={};_0x37809c[_0x38f609(_0x50a7ed._0x4cd5a8,0x270,0x26e,0x27e)]=_0x1c2315[_0x38f609(_0x50a7ed._0x50b319,0x2ae,_0x50a7ed._0x3e6c45,_0x50a7ed._0x589668)],_0x37809c[_0x38f609(0x2b4,0x25f,_0x50a7ed._0x1e8742,0x311)+'t']=_0x4c64da,_0x37809c[_0x5b11e1(0x52,0x142,_0x50a7ed._0x5b8615,_0x50a7ed._0x42d4fb)]=_0x1659b1,_0x37809c[_0x38f609(0x1c4,0x170,_0x50a7ed._0x2b77ca,_0x50a7ed._0x3ce2d9)]=_0xb01da6['id'],logger[_0x5b11e1(_0x50a7ed._0x35a9d4,_0x50a7ed._0x540e14,_0x50a7ed._0xdae213,_0x50a7ed._0x2a6fec)](_0x3b71e8[_0x5b11e1(0xc4,0xaf,0xdb,0xeb)],_0x37809c);const _0xdfbdcf={};_0xdfbdcf[_0x38f609(_0x50a7ed._0x27c409,_0x50a7ed._0x2275db,0x276,0x289)]=!![],_0xdfbdcf[_0x5b11e1(0x107,0xdd,0xa8,_0x50a7ed._0x51bd2c)]=_0x1659b1,_0xdfbdcf[_0x5b11e1(_0x50a7ed._0x1438f5,0x18d,_0x50a7ed._0x1b2363,_0x50a7ed._0x46212c)+'t']=_0x4c64da,_0xdfbdcf[_0x5b11e1(0x77,_0x50a7ed._0x18da1c,_0x50a7ed._0x14ea6e,_0x50a7ed._0x1c6ca0)+_0x5b11e1(_0x50a7ed._0x5bb4d8,_0x50a7ed._0xa6db40,0xed,0x17b)]=_0x1c2315[_0x5b11e1(0x6e,0x5a,0xc1,_0x50a7ed._0x595d93)],_0xdfbdcf[_0x5b11e1(_0x50a7ed._0xd9ec1c,_0x50a7ed._0xb6713a,0x124,_0x50a7ed._0x228402)+_0x5b11e1(0x45,_0x50a7ed._0x358729,0x55,0xd7)]=_0xb01da6['id'],_0x3c7b3a[_0x38f609(0x291,_0x50a7ed._0x5a8753,0x2be,0x248)](_0xdfbdcf);}}catch(_0x31414d){if(_0x3b71e8[_0x5b11e1(_0x50a7ed._0x5b5420,0x9a,_0x50a7ed._0xe5eab9,0x69)](_0x31414d[_0x5b11e1(_0x50a7ed._0xde4eb6,0x59,_0x50a7ed._0x35a514,_0x50a7ed._0x41bc23)],_0x3b71e8[_0x5b11e1(_0x50a7ed._0x25c103,_0x50a7ed._0x12c58b,_0x50a7ed._0x526414,0x7b)])){const _0x3f2828={};_0x3f2828[_0x38f609(_0x50a7ed._0x2658ab,_0x50a7ed._0x113fdc,0x20d,_0x50a7ed._0x46d208)]=_0x38f609(_0x50a7ed._0x2f674d,0x2a9,_0x50a7ed._0x456207,_0x50a7ed._0x364429),_0x3f2828['message']=_0x38f609(_0x50a7ed._0x28cd7b,0x30e,0x242,_0x50a7ed._0xcd2dc3)+_0x1659b1+('\x27\x20not\x20foun'+'d'),_0x3c7b3a[_0x5b11e1(0x92,0x84,_0x50a7ed._0x549ea0,_0x50a7ed._0x14ea6e)](0x48a+0x1f*0xaa+-0x178c)[_0x5b11e1(0x116,0x133,0xeb,0xe7)](_0x3f2828);}else{const _0x3e84d4={};_0x3e84d4[_0x5b11e1(0xd4,_0x50a7ed._0x205dc9,0xc1,_0x50a7ed._0x1c75be)]=_0x1c2315[_0x5b11e1(_0x50a7ed._0x3dfbb4,_0x50a7ed._0x4eebbc,_0x50a7ed._0x2f66b5,_0x50a7ed._0x2483d3)],_0x3e84d4[_0x5b11e1(_0x50a7ed._0xaf5746,0x150,0x10e,_0x50a7ed._0x23552e)+'t']=_0x4c64da,_0x3e84d4[_0x38f609(_0x50a7ed._0x588662,0x280,0x275,_0x50a7ed._0x44d7c3)]=_0x1659b1,_0x3e84d4[_0x5b11e1(0x155,_0x50a7ed._0x4a3d88,0xcd,0x10e)]=_0x31414d[_0x38f609(0x2c2,0x305,_0x50a7ed._0x468de8,_0x50a7ed._0x18f165)],logger[_0x38f609(_0x50a7ed._0x53c865,0x2d3,0x257,0x28a)](_0x3b71e8[_0x5b11e1(_0x50a7ed._0x3260d6,0x69,_0x50a7ed._0x4a2749,_0x50a7ed._0x4c9f10)],_0x3e84d4);const _0x1ee686={};_0x1ee686[_0x5b11e1(_0x50a7ed._0x1c3106,_0x50a7ed._0x3b36b5,_0x50a7ed._0x4307c9,0xb4)]=_0x5b11e1(_0x50a7ed._0x55c30e,_0x50a7ed._0x2cdd13,_0x50a7ed._0x2e9a63,_0x50a7ed._0x174de6)+'erver\x20Erro'+'r',_0x1ee686['message']=_0x3b71e8[_0x38f609(0x295,_0x50a7ed._0x24b860,0x20c,_0x50a7ed._0x137855)],_0x3c7b3a[_0x38f609(0x239,0x20a,0x27c,0x23a)](0x126e+-0x15b2+-0x14e*-0x4)['json'](_0x1ee686);}}});export default router;
|
|
1
|
+
(function(_0x56c052,_0x2f0600){const _0x409497={_0xf4182e:0x1c5,_0x414f0e:0x199,_0x42d401:0x1e3,_0x2ffbd3:0xd,_0x5cda18:0xa2,_0x309250:0xa1,_0x6355cb:0x15d,_0x31e9ee:0x182,_0x45a0ac:0xbe,_0x5a7326:0x128,_0x38c81a:0x1ae,_0x2a9252:0x44,_0xc310ec:0x232,_0x31739b:0x1d0,_0x330441:0x5e,_0x55d7d8:0x10,_0xea3c1:0x57,_0x435f83:0x34,_0x5014c0:0x105,_0x51858f:0x134,_0x4cc7f8:0x63,_0x39fd8b:0x3,_0x45fd0a:0xaf,_0x3bbf9a:0xd1},_0x9de047={_0x5c27f6:0x6e},_0x2e110f={_0x225c39:0xec},_0x10c144=_0x56c052();function _0x47ccdf(_0x4e816b,_0x26a61e,_0x1f6157,_0x5627fd){return _0x4aa9(_0x26a61e- -_0x2e110f._0x225c39,_0x5627fd);}function _0x4bcd7d(_0x38c336,_0x13bc3b,_0x10b883,_0x2a5f1f){return _0x4aa9(_0x2a5f1f-_0x9de047._0x5c27f6,_0x38c336);}while(!![]){try{const _0x27c37c=-parseInt(_0x4bcd7d(_0x409497._0xf4182e,_0x409497._0x414f0e,0x176,_0x409497._0x42d401))/(0x5b9+0x4f*0x6d+0x275b*-0x1)+-parseInt(_0x47ccdf(0x85,_0x409497._0x2ffbd3,_0x409497._0x5cda18,_0x409497._0x309250))/(0x4e*-0x15+-0x145*0x1d+0x2b39*0x1)*(-parseInt(_0x4bcd7d(_0x409497._0x6355cb,_0x409497._0x31e9ee,_0x409497._0x45a0ac,_0x409497._0x5a7326))/(-0x475+0x4fb+-0x83*0x1))+-parseInt(_0x4bcd7d(_0x409497._0x38c81a,0x168,0x1ee,0x1e4))/(-0x77*-0x7+-0x303*0xb+-0x2*-0xef2)+-parseInt(_0x47ccdf(_0x409497._0x2a9252,0xb9,0x129,0x13f))/(0x1*-0x22a4+0x1f4d+0x35c)*(-parseInt(_0x4bcd7d(0x25f,_0x409497._0xc310ec,_0x409497._0x31739b,0x1e9))/(-0x2140+0x2f*-0x7d+0x25*0x185))+-parseInt(_0x47ccdf(0x5b,-0x7,-_0x409497._0x330441,_0x409497._0x55d7d8))/(0x9bf+0x1e40+-0x27f8)*(-parseInt(_0x47ccdf(_0x409497._0xea3c1,-_0x409497._0x435f83,-0x1b,-0xc))/(0x25f4+0x1d*0x95+-0x36cd))+parseInt(_0x4bcd7d(0x160,_0x409497._0x5014c0,0x109,_0x409497._0x51858f))/(0x3*0x8be+0x5*-0x4ee+-0x1*0x18b)+parseInt(_0x47ccdf(_0x409497._0x4cc7f8,_0x409497._0x39fd8b,-0x87,0x30))/(0x1cb3+-0x18a*-0x6+-0x6d*0x59)*(-parseInt(_0x47ccdf(0xfe,0xc6,_0x409497._0x45fd0a,_0x409497._0x3bbf9a))/(0xab2+0xe9*-0x22+-0x40f*-0x5));if(_0x27c37c===_0x2f0600)break;else _0x10c144['push'](_0x10c144['shift']());}catch(_0x549f79){_0x10c144['push'](_0x10c144['shift']());}}}(_0x470e,-0x4532+-0x48*-0x1071+0xecb9*-0x2));import _0x5e9349 from'express';import{promises as _0x5a3670}from'fs';import _0x6e03eb from'path';import{logger}from'../lib/logger.js';function _0x3e3d30(_0x50410e,_0x21a216,_0x34459b,_0x5eb2c4){const _0x1cb07b={_0x342261:0x94};return _0x4aa9(_0x5eb2c4- -_0x1cb07b._0x342261,_0x34459b);}import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';function _0x901f73(_0x36bcbf,_0x57b931,_0x255798,_0x17ea36){const _0x310d52={_0x5e9267:0x2ba};return _0x4aa9(_0x36bcbf- -_0x310d52._0x5e9267,_0x17ea36);}const router=_0x5e9349[_0x3e3d30(0x28,0x50,-0x4,0x3d)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x31a37b){const _0x5207b2={_0x21f9e5:0x405,_0x342814:0x393,_0x2e7ec5:0x414,_0x3a4444:0x178,_0x327a10:0xe3,_0x23a4db:0xef,_0x1853e9:0x26b},_0x39714a={_0x44a5b4:0x1c4,_0x1aec2d:0x2b0},_0xabc27e={_0x31c613:0x347};function _0x1f003f(_0x1ed656,_0xad3186,_0xdb4373,_0x52f2ee){return _0x3e3d30(_0x1ed656-0x10a,_0xad3186-0x43,_0xad3186,_0x52f2ee-_0xabc27e._0x31c613);}tasks=_0x31a37b[_0x1f003f(_0x5207b2._0x21f9e5,0x41a,_0x5207b2._0x342814,_0x5207b2._0x2e7ec5)];function _0x398294(_0x4ac009,_0x3e9b15,_0x4c45d9,_0x255c24){return _0x3e3d30(_0x4ac009-0x2a,_0x3e9b15-_0x39714a._0x44a5b4,_0x4c45d9,_0x4ac009- -_0x39714a._0x1aec2d);}setupPath=_0x31a37b[_0x398294(-_0x5207b2._0x3a4444,-_0x5207b2._0x327a10,-0xfe,-_0x5207b2._0x23a4db)],coderConfig=_0x31a37b[_0x398294(-0x1f2,-0x197,-0x213,-_0x5207b2._0x1853e9)+'g'];}function _0x4aa9(_0x5567f0,_0x550d35){_0x5567f0=_0x5567f0-(0xb2*-0x38+0x49c*0x4+0x1536);const _0x3b7012=_0x470e();let _0x31df5b=_0x3b7012[_0x5567f0];if(_0x4aa9['LWfWzN']===undefined){var _0x329e20=function(_0xf58cb1){const _0x2b12b6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4ce3dc='',_0x10b0cd='';for(let _0x29b84f=0x1398+0xac0*-0x1+-0x8d8,_0x53e3d4,_0x4b8876,_0x3b9326=0x2*-0x6bb+-0x3*0x19e+0x24a*0x8;_0x4b8876=_0xf58cb1['charAt'](_0x3b9326++);~_0x4b8876&&(_0x53e3d4=_0x29b84f%(-0x75f+0x53d*-0x5+-0x2194*-0x1)?_0x53e3d4*(0x162a*0x1+0x1*-0x391+-0x1259)+_0x4b8876:_0x4b8876,_0x29b84f++%(-0x22bf+0x7*-0x557+0x4824))?_0x4ce3dc+=String['fromCharCode'](-0x9d2+-0x18af+0x2380&_0x53e3d4>>(-(-0x1d36*0x1+0xb75+-0x1*-0x11c3)*_0x29b84f&-0x17*-0x102+-0x74b*-0x2+-0x25be)):0xa37*-0x2+0x1bb7+0x5*-0x175){_0x4b8876=_0x2b12b6['indexOf'](_0x4b8876);}for(let _0xd21c75=-0x565*-0x3+-0x10f3*0x1+-0x1*-0xc4,_0x11bb5d=_0x4ce3dc['length'];_0xd21c75<_0x11bb5d;_0xd21c75++){_0x10b0cd+='%'+('00'+_0x4ce3dc['charCodeAt'](_0xd21c75)['toString'](-0x3a5*-0x4+-0x3e1*0x3+0x1*-0x2e1))['slice'](-(-0x1d4f+0x1c36+-0x1*-0x11b));}return decodeURIComponent(_0x10b0cd);};_0x4aa9['VZADJO']=_0x329e20,_0x4aa9['trbJtw']={},_0x4aa9['LWfWzN']=!![];}const _0x1e9b69=_0x3b7012[0x18e*0x1+0xd6*-0x2a+0x35b*0xa],_0x1ab8c0=_0x5567f0+_0x1e9b69,_0x3ee2cb=_0x4aa9['trbJtw'][_0x1ab8c0];return!_0x3ee2cb?(_0x31df5b=_0x4aa9['VZADJO'](_0x31df5b),_0x4aa9['trbJtw'][_0x1ab8c0]=_0x31df5b):_0x31df5b=_0x3ee2cb,_0x31df5b;}export function updateCoderConfig(_0x1e987){coderConfig=_0x1e987;}async function requireTaskAuth(_0x50bafe,_0xf716a3,_0x5c9877){const _0x585cc4={_0xaaa3d5:0x259,_0x3fb073:0x26a,_0x33db08:0x46,_0x2d10d3:0x4b,_0x17d205:0x27,_0x1574ed:0x2b,_0x5d139e:0x21,_0x1825f8:0x2f,_0x2f2ff7:0x17d,_0x121b8c:0x1ee,_0x3f190a:0x168,_0x244d63:0x1e1,_0x417194:0x14e,_0x28a24c:0x22b,_0x59ded9:0x216,_0x30c757:0x244,_0x534daf:0x2e,_0x3e9b5b:0x1b,_0x20d8d1:0x7c,_0x453b86:0x92,_0x507410:0xa4,_0x5f1ca5:0x5f,_0x53e73b:0x251,_0x4b58d0:0x24a,_0x5b7ef2:0x26e,_0x298165:0x278,_0x428858:0x96,_0xcd9b7d:0x9f,_0x154132:0x6f,_0x437577:0x2,_0x28835e:0x1d,_0x3eed2f:0x126,_0x4b165d:0x18b,_0x33808:0x11a,_0x1609c5:0x128,_0x35a1f1:0xf2,_0x187d3a:0x126,_0xd8ce88:0x17,_0x978f12:0x261,_0x2fdae9:0x231,_0x4f7cf8:0x22c,_0x1a69f3:0x1fe,_0x39e82b:0xf6,_0x157140:0xbb,_0xf0af3d:0xc2,_0x2094d3:0x1ce,_0x1d0ab4:0x23e,_0x1fe718:0x275,_0x26270e:0x2d3,_0x2b1544:0xa5,_0x15122c:0xb2,_0xa70a74:0xc4,_0x7dd5bb:0x7d,_0x2d97c1:0x56,_0x563915:0x1a6,_0x3f0db2:0x2b8,_0x2e566b:0x1f6,_0x487a5e:0x1ee,_0x49a7fd:0xc2,_0x4cf337:0x113,_0x2f8312:0x306,_0x2d6a6e:0x82,_0x2df72d:0x4,_0x24c5a3:0x34,_0x3e6410:0x1f7,_0x3a2894:0x21c,_0x124427:0x261,_0x19ef74:0x24d,_0x3eb8e5:0x299,_0x55088a:0x26e,_0x196f29:0x2b,_0x36dd03:0x68,_0x24d6de:0x5c,_0x424038:0x82,_0x4ea6e3:0x57,_0x4b8106:0x25d,_0x2be692:0x2ed,_0x672ab7:0xfc,_0x4305d8:0x185,_0x2dbb9b:0x20c,_0x11c440:0x1bd,_0x330e99:0x241,_0x1d9729:0x26c,_0x1feb6b:0x199,_0x1b8a53:0x1f0,_0x5ab350:0x178,_0x4eba67:0x12,_0x411322:0x82,_0x4fd23c:0xf7,_0x273fb7:0xfa,_0xfb650b:0x17,_0x4236c6:0x87,_0x10971a:0x99,_0x46321a:0x11c,_0x1f42bb:0x12c,_0xae4557:0x8e,_0x54cad0:0xe,_0x43a8ce:0x45,_0x8a14cd:0x274,_0xcac6d5:0x13,_0x37bfab:0x212,_0x182589:0x220,_0x397e8b:0x287,_0x456f62:0x54,_0x8d1204:0x292,_0x101a97:0x27,_0xf792d2:0x210,_0x1fd6a8:0x1e5,_0x1a2307:0xca,_0x205c0d:0xeb,_0x447674:0x2f4,_0x116ab0:0x21a,_0x45e473:0x1a8,_0x2f9033:0x2a,_0x53b1bc:0x26e,_0x3a7d70:0x1f7,_0xb097f1:0x183,_0x54c877:0x25b,_0x4e5d3c:0x14,_0x2e5299:0x2c,_0x37ddf7:0xa1,_0x4d917c:0x1d9,_0x3525dc:0x158,_0x58ce23:0x159,_0x4d997f:0x5,_0x4a6898:0x8b,_0x32027c:0x275,_0x17f8a7:0x24d,_0x2b809b:0x272,_0x21f35e:0x1e3,_0x59f185:0x17,_0xbbf0aa:0x22e,_0x466f17:0x10,_0x4564f0:0x58,_0x363989:0x4e,_0x5c080c:0x77,_0x316a13:0xcd,_0x11d027:0x68,_0x46c5f5:0x2ac,_0x4fb6d8:0x21b,_0x2e4467:0x227,_0x14670c:0x1df,_0x486ef8:0x22d,_0x1fdf5d:0x5b,_0x3c6cd8:0x81,_0x3f329a:0xb8,_0x6e6903:0x6d,_0x294c25:0xaf,_0x3458c8:0x1e0,_0x4183a6:0x171,_0x3d4ca5:0x18c,_0x4e752b:0x2d,_0x42d0d3:0x12,_0x605ab4:0x24,_0x2c9b37:0x167,_0x448569:0x17a,_0x1d5d0a:0x192,_0x2b80cc:0x6d,_0x4bdb3c:0xa7,_0x544706:0x1da,_0x34e324:0x1d3,_0x32dee5:0xf2,_0x59ca28:0x20,_0x507101:0x37,_0x284236:0x2a1,_0x2fde5e:0x24c,_0x4bdebc:0x1a3,_0x38dc5a:0x11,_0x16d9d5:0x127,_0x371883:0x117,_0x36c45d:0x8a,_0x29c232:0x23c,_0x47c472:0x2cb,_0x34cba4:0x2c6,_0x391186:0x11e,_0x2bb735:0x125,_0x523660:0x7,_0x1362e3:0x10,_0x36a897:0x2b9,_0x5d429a:0x213,_0x55fb13:0x9,_0x2b925e:0x1e5,_0x130317:0x190,_0x17885e:0x180,_0x4ae8ab:0x1af,_0x1ad115:0x267,_0xf4fcff:0x1ee,_0x89557:0xa9,_0x3b4f7a:0x25,_0x811b44:0x96,_0x556ab6:0x39,_0x1371b7:0x286,_0x3219ff:0x2d4,_0x4ffc50:0x202,_0x1c6535:0x26e,_0x22e506:0x224,_0x51b782:0x28c,_0x33692b:0x203,_0xa941fd:0x1a5,_0x1543b2:0x151,_0x4ec604:0xb0,_0x4cdc04:0x112,_0x55df3c:0x29,_0x2baf4a:0x9b,_0xae59d7:0x181,_0x61c462:0x19a,_0x365d75:0x1f8,_0x15b1e6:0x18a,_0x17ca0c:0x17e,_0x1dc6f2:0x238,_0x4f768a:0x39,_0x5efe4e:0x0,_0x587e63:0xbf,_0x3d7d22:0x23,_0x2da967:0x56,_0x2b9c7c:0x45,_0x117a57:0x7e},_0x485acf={_0x4d723d:0x9f},_0x4c33f8={_0x5927f3:0xf8,_0x4da0aa:0x12e},_0x5b1573={'qrINq':_0x1d006c(0x25d,0x204,0x206,0x207)+'t','XviQG':'Content\x20fi'+_0x1d006c(_0x585cc4._0xaaa3d5,_0x585cc4._0x3fb073,0x218,0x261)+'uired','Kybfx':_0x4363c2(0x86,0xdf,0xcb,0xc1)+_0x4363c2(0x70,_0x585cc4._0x33db08,-0x15,-_0x585cc4._0x2d10d3)+_0x4363c2(-_0x585cc4._0x17d205,-_0x585cc4._0x1574ed,_0x585cc4._0x5d139e,-_0x585cc4._0x1825f8),'GKyxK':'Failed\x20to\x20'+_0x1d006c(_0x585cc4._0x2f2ff7,_0x585cc4._0x121b8c,_0x585cc4._0x3f190a,0x15f)+_0x1d006c(_0x585cc4._0x244d63,0x1c5,_0x585cc4._0x417194,0x249)+_0x1d006c(0x1fb,_0x585cc4._0x28a24c,_0x585cc4._0x59ded9,_0x585cc4._0x30c757),'keaer':'x-task-id','EXXpU':_0x4363c2(-_0x585cc4._0x534daf,_0x585cc4._0x3e9b5b,_0x585cc4._0x20d8d1,_0x585cc4._0x453b86)+_0x4363c2(_0x585cc4._0x507410,0xa7,_0x585cc4._0x5f1ca5,_0x585cc4._0x1574ed)+_0x1d006c(_0x585cc4._0x53e73b,_0x585cc4._0x4b58d0,_0x585cc4._0x5b7ef2,0x277)+'\x20missing\x20X'+_0x1d006c(0x2a7,_0x585cc4._0x298165,0x293,0x20b)+_0x1d006c(0x233,0x1a3,0x111,0x151),'ysAmC':_0x4363c2(_0x585cc4._0x428858,0xb0,_0x585cc4._0xcd9b7d,0xe1)+'ed','aXjRJ':'Missing\x20X-'+_0x4363c2(_0x585cc4._0x154132,_0x585cc4._0x437577,0x83,_0x585cc4._0x28835e)+'ader','WgwKi':'uYSar','aAxpO':'yAAFo','clGMg':_0x1d006c(_0x585cc4._0x3eed2f,_0x585cc4._0x4b165d,_0x585cc4._0x33808,_0x585cc4._0x1609c5)+_0x4363c2(_0x585cc4._0x35a1f1,0xb6,_0x585cc4._0x187d3a,0x98)+_0x4363c2(0x54,-_0x585cc4._0x5d139e,-0x50,_0x585cc4._0xd8ce88),'jZrwq':'Environmen'+_0x1d006c(_0x585cc4._0x978f12,_0x585cc4._0x2fdae9,_0x585cc4._0x4f7cf8,0x1b1)+_0x4363c2(0x90,0xc0,0xd4,0xa6)+_0x1d006c(0x26e,_0x585cc4._0x1a69f3,0x1b9,0x1be)+_0x4363c2(_0x585cc4._0x39e82b,_0x585cc4._0x157140,0xed,_0x585cc4._0xf0af3d)+'D','mpLFO':'Task\x20has\x20n'+_0x1d006c(0x1d8,0x22c,0x27e,_0x585cc4._0x2094d3)+_0x1d006c(_0x585cc4._0x1d0ab4,_0x585cc4._0x1fe718,_0x585cc4._0x26270e,0x2c0),'mDCni':function(_0x571406,_0xb6a4c4){return _0x571406(_0xb6a4c4);},'SvRJS':function(_0x25a733,_0x18db49){return _0x25a733!==_0x18db49;},'KQiKI':_0x1d006c(0x16f,0x1f2,0x189,0x1fa),'Vxhkh':'Task\x20user\x20'+_0x4363c2(_0x585cc4._0x2b1544,0xcf,0x12c,0xc1),'kaVfj':_0x4363c2(0x13f,_0x585cc4._0x15122c,_0x585cc4._0xa70a74,0xd5)+_0x4363c2(-_0x585cc4._0x7dd5bb,-_0x585cc4._0xd8ce88,_0x585cc4._0x2d97c1,0x7b),'sGdJB':_0x1d006c(0x146,0x1a5,_0x585cc4._0x563915,0x149)+_0x1d006c(_0x585cc4._0x3f0db2,0x248,_0x585cc4._0x2e566b,_0x585cc4._0x487a5e)+'d','nDdyw':function(_0x541f79){return _0x541f79();}};function _0x1d006c(_0x3a1ac2,_0x417e2d,_0x47d77d,_0x961ae1){return _0x3e3d30(_0x3a1ac2-_0x4c33f8._0x5927f3,_0x417e2d-0x115,_0x3a1ac2,_0x417e2d-_0x4c33f8._0x4da0aa);}const _0x2221bd=_0x50bafe['headers'][_0x5b1573[_0x4363c2(0x117,0x97,_0x585cc4._0x49a7fd,_0x585cc4._0x4cf337)]];if(!_0x2221bd){logger[_0x1d006c(_0x585cc4._0x2f8312,0x274,0x25f,0x258)](_0x5b1573['EXXpU']);const _0x134d78={};return _0x134d78[_0x4363c2(0x8c,_0x585cc4._0x2d6a6e,0x78,_0x585cc4._0x2df72d)]=_0x5b1573[_0x4363c2(-_0x585cc4._0x534daf,0x13,-0x67,_0x585cc4._0x24c5a3)],_0x134d78[_0x1d006c(0x1f6,_0x585cc4._0x3e6410,0x16f,0x281)]=_0x5b1573[_0x1d006c(0x220,_0x585cc4._0x3a2894,_0x585cc4._0x124427,0x1f7)],_0xf716a3[_0x1d006c(0x28e,_0x585cc4._0x19ef74,_0x585cc4._0x3eb8e5,_0x585cc4._0x55088a)](0x7c7*0x1+-0xfd*-0x17+-0x1cf1)[_0x4363c2(-0x37,-0xe,_0x585cc4._0x196f29,0x5e)](_0x134d78);}if(!tasks){if(_0x5b1573['WgwKi']===_0x5b1573[_0x4363c2(0x9d,0x7f,_0x585cc4._0x4cf337,_0x585cc4._0x36dd03)]){const _0x5ca768={};return _0x5ca768[_0x4363c2(_0x585cc4._0x24d6de,_0x585cc4._0x424038,0x28,_0x585cc4._0x4ea6e3)]=_0x5b1573[_0x1d006c(0x2ec,_0x585cc4._0x4b8106,_0x585cc4._0x2be692,0x2c3)],_0x5ca768['message']=_0x5b1573[_0x4363c2(_0x585cc4._0x672ab7,0x79,0x34,0x8c)],_0x11794f[_0x1d006c(_0x585cc4._0x4b8106,0x24d,0x23e,0x22b)](-0x2466+-0x344+0x149d*0x2)[_0x1d006c(_0x585cc4._0x4305d8,0x17c,0x1a5,_0x585cc4._0x3e6410)](_0x5ca768);}else{logger[_0x1d006c(0x21f,_0x585cc4._0x2dbb9b,0x17a,_0x585cc4._0x11c440)]('Environmen'+_0x1d006c(0x255,0x231,0x1d5,_0x585cc4._0x330e99)+_0x1d006c(0x1c6,0x206,_0x585cc4._0x1d9729,0x23f)+_0x1d006c(_0x585cc4._0x1feb6b,0x1b2,_0x585cc4._0x1b8a53,_0x585cc4._0x5ab350)+_0x4363c2(-0x38,0x23,-_0x585cc4._0x4eba67,0x16));const _0x42a4b0={};return _0x42a4b0[_0x4363c2(0x7f,_0x585cc4._0x411322,_0x585cc4._0x4fd23c,_0x585cc4._0x273fb7)]='Internal\x20S'+_0x4363c2(-_0x585cc4._0xfb650b,-0x10,-0xa5,-_0x585cc4._0x4236c6)+'r',_0x42a4b0[_0x4363c2(-0x1,0x6d,0x87,0x25)]=_0x5b1573[_0x4363c2(_0x585cc4._0x4236c6,_0x585cc4._0x10971a,_0x585cc4._0x46321a,_0x585cc4._0x1f42bb)],_0xf716a3['status'](0x2117+0xdf0+0x1*-0x2d13)[_0x4363c2(-_0x585cc4._0xae4557,-_0x585cc4._0x54cad0,_0x585cc4._0x43a8ce,-0x97)](_0x42a4b0);}}const _0x1ade50=tasks['get'](_0x2221bd);if(!_0x1ade50){const _0x3d9e28={};_0x3d9e28['taskId']=_0x2221bd,logger[_0x1d006c(0x259,_0x585cc4._0x8a14cd,0x2c3,0x2e7)](_0x5b1573[_0x4363c2(0x52,0x15,0x1,0x2f)],_0x3d9e28);const _0x49bd0b={};return _0x49bd0b[_0x4363c2(0x5c,0x82,-0x13,_0x585cc4._0xcac6d5)]=_0x5b1573['ysAmC'],_0x49bd0b[_0x1d006c(_0x585cc4._0x37bfab,_0x585cc4._0x3e6410,_0x585cc4._0x182589,_0x585cc4._0x397e8b)]=_0x4363c2(-0x43,-0xa,-0x9b,-_0x585cc4._0x456f62)+'sk\x20ID',_0xf716a3[_0x1d006c(0x28e,0x24d,0x219,_0x585cc4._0x8d1204)](-0x4*0x6b0+0x350+-0xad*-0x25)[_0x4363c2(0x2c,-0xe,_0x585cc4._0x101a97,-0x2c)](_0x49bd0b);}if(!_0x1ade50[_0x1d006c(_0x585cc4._0xf792d2,_0x585cc4._0x1fd6a8,0x228,0x1e6)+'t']){const _0x1c15c8={};_0x1c15c8[_0x4363c2(_0x585cc4._0x1a2307,0x9d,0x54,_0x585cc4._0x205c0d)]=_0x2221bd,logger[_0x1d006c(_0x585cc4._0x447674,0x274,_0x585cc4._0x116ab0,0x28a)](_0x5b1573[_0x1d006c(_0x585cc4._0x45e473,0x1b6,0x1e4,0x127)],_0x1c15c8);const _0x382f4a={};return _0x382f4a[_0x4363c2(_0x585cc4._0x2f9033,0x82,0x99,0x7a)]=_0x5b1573[_0x1d006c(0x2aa,_0x585cc4._0x4b8106,_0x585cc4._0x53b1bc,0x24f)],_0x382f4a[_0x1d006c(0x179,_0x585cc4._0x3a7d70,_0x585cc4._0xb097f1,_0x585cc4._0x54c877)]=_0x4363c2(_0x585cc4._0x4e5d3c,-_0x585cc4._0x2e5299,-_0x585cc4._0x37ddf7,_0x585cc4._0x2d10d3)+_0x1d006c(0x19d,_0x585cc4._0x4d917c,_0x585cc4._0x3525dc,_0x585cc4._0x58ce23)+_0x4363c2(-0x81,-0xc,-_0x585cc4._0x4d997f,-_0x585cc4._0x4a6898)+'ment',_0xf716a3[_0x1d006c(_0x585cc4._0x32027c,_0x585cc4._0x17f8a7,_0x585cc4._0x2b809b,_0x585cc4._0x21f35e)](-0x2*-0x1f0+0x1*0x1d+-0x26d)[_0x4363c2(-0x27,-0xe,-_0x585cc4._0x59f185,-0x4d)](_0x382f4a);}const _0x16034b=_0x1ade50[_0x1d006c(0x2b6,_0x585cc4._0xbbf0aa,0x280,0x251)]?.[_0x4363c2(-_0x585cc4._0x466f17,0x11,_0x585cc4._0x4564f0,_0x585cc4._0x2d10d3)],_0x128d3a=await _0x5b1573[_0x4363c2(-_0x585cc4._0xae4557,-0x39,_0x585cc4._0x363989,-0x7d)](findUserById,_0x16034b);if(!_0x128d3a){if(_0x5b1573['SvRJS'](_0x5b1573[_0x4363c2(_0x585cc4._0x5c080c,0xe3,_0x585cc4._0x20d8d1,_0x585cc4._0x316a13)],_0x4363c2(0xaf,_0x585cc4._0x11d027,0xf0,0x1b))){const _0x3a01aa={};_0x3a01aa[_0x1d006c(0x1fc,0x227,_0x585cc4._0x46c5f5,0x1ea)]=_0x151164[_0x1d006c(_0x585cc4._0x4fb6d8,_0x585cc4._0x2e4467,_0x585cc4._0x14670c,_0x585cc4._0x486ef8)],_0x3a01aa[_0x4363c2(0x0,_0x585cc4._0x1fdf5d,_0x585cc4._0x3c6cd8,-0x27)+'t']=_0x2b3b16,_0x3a01aa[_0x4363c2(0x73,0x82,0xe3,0x56)]=_0x578e98[_0x4363c2(_0x585cc4._0x3f329a,_0x585cc4._0x6e6903,0xe6,_0x585cc4._0x294c25)],_0x133a14['error'](_0x5b1573[_0x1d006c(_0x585cc4._0x3458c8,_0x585cc4._0x4183a6,0x10a,_0x585cc4._0x3d4ca5)],_0x3a01aa);const _0x14a278={};_0x14a278['error']=_0x4363c2(-0x65,_0x585cc4._0x4e752b,-_0x585cc4._0x42d0d3,-_0x585cc4._0x605ab4)+_0x1d006c(_0x585cc4._0x2c9b37,_0x585cc4._0x448569,0x169,_0x585cc4._0x1d5d0a)+'r',_0x14a278[_0x4363c2(0xe8,_0x585cc4._0x2b80cc,_0x585cc4._0x4bdb3c,_0x585cc4._0x316a13)]=_0x5b1573[_0x1d006c(_0x585cc4._0x544706,0x15b,_0x585cc4._0x34e324,_0x585cc4._0x32dee5)],_0x1ff874['status'](-0x2*-0xc5e+-0x1951+0x1*0x289)[_0x4363c2(-_0x585cc4._0x59ca28,-0xe,-_0x585cc4._0x507101,0x25)](_0x14a278);}else{const _0x1fbc59={};_0x1fbc59[_0x1d006c(_0x585cc4._0x284236,0x227,_0x585cc4._0x2fde5e,_0x585cc4._0x4bdebc)]=_0x2221bd,_0x1fbc59[_0x4363c2(-0x31,_0x585cc4._0x38dc5a,-_0x585cc4._0x4564f0,-_0x585cc4._0x3c6cd8)]=_0x16034b,logger['warn'](_0x5b1573[_0x4363c2(-0x7c,0x7,-0x3f,0x6f)],_0x1fbc59);const _0x4aba5b={};return _0x4aba5b['error']=_0x4363c2(_0x585cc4._0x16d9d5,0xb0,_0x585cc4._0x371883,_0x585cc4._0x36c45d)+'ed',_0x4aba5b['message']=_0x5b1573[_0x1d006c(_0x585cc4._0x29c232,0x1a7,0x1d9,0x1b7)],_0xf716a3[_0x1d006c(_0x585cc4._0x47c472,_0x585cc4._0x19ef74,0x1e6,_0x585cc4._0x34cba4)](0x2307+0x5*-0x78d+-0x1*-0x44b)[_0x1d006c(0x1ac,0x17c,_0x585cc4._0x391186,_0x585cc4._0x2bb735)](_0x4aba5b);}}_0x50bafe[_0x4363c2(0x48,-_0x585cc4._0x523660,0x48,-_0x585cc4._0x1362e3)+'k']=_0x1ade50,_0x50bafe['taskUser']=_0x128d3a,_0x50bafe['environmen'+_0x1d006c(0x261,0x25c,_0x585cc4._0x36a897,_0x585cc4._0x5d429a)]=_0x1ade50[_0x4363c2(-0x35,0x5b,0x34,-_0x585cc4._0x55fb13)+'t'];if(!coderConfig?.[_0x1d006c(0x1a4,_0x585cc4._0x2b925e,_0x585cc4._0x130317,_0x585cc4._0x17885e)+'ts']?.[_0x1ade50[_0x1d006c(0x24d,0x1e5,0x19a,_0x585cc4._0x4ae8ab)+'t']]){const _0x3b23a2={};_0x3b23a2[_0x1d006c(_0x585cc4._0x1ad115,0x227,0x2af,_0x585cc4._0xf4fcff)]=_0x2221bd,_0x3b23a2[_0x4363c2(_0x585cc4._0x89557,0x5b,_0x585cc4._0x4a6898,-_0x585cc4._0x3b4f7a)+'t']=_0x1ade50[_0x4363c2(0xea,0x5b,_0x585cc4._0x811b44,_0x585cc4._0x556ab6)+'t'],logger[_0x1d006c(_0x585cc4._0x1371b7,0x274,_0x585cc4._0x3219ff,0x23c)](_0x5b1573['sGdJB'],_0x3b23a2);const _0x462b6b={};return _0x462b6b[_0x1d006c(0x24d,0x20c,_0x585cc4._0x4ffc50,_0x585cc4._0x1c6535)]=_0x1d006c(0x1e8,_0x585cc4._0x22e506,0x2a5,_0x585cc4._0x51b782),_0x462b6b['message']=_0x1d006c(_0x585cc4._0x33692b,_0x585cc4._0xa941fd,0x17e,_0x585cc4._0x1543b2)+_0x4363c2(_0x585cc4._0x4ec604,0xbe,0x115,_0x585cc4._0x4cdc04)+'d',_0xf716a3['status'](-0x2379+0xb7*-0x27+0x40ee)['json'](_0x462b6b);}function _0x4363c2(_0x55a725,_0x11820c,_0x420289,_0x24d0fa){return _0x3e3d30(_0x55a725-_0x485acf._0x4d723d,_0x11820c-0x74,_0x420289,_0x11820c- -0x5c);}_0x50bafe[_0x4363c2(0x48,0x5b,-_0x585cc4._0x55df3c,_0x585cc4._0x2baf4a)+_0x1d006c(_0x585cc4._0xae59d7,0x1e1,_0x585cc4._0x61c462,0x1b6)]=coderConfig[_0x1d006c(_0x585cc4._0x365d75,0x1e5,_0x585cc4._0x15b1e6,0x22a)+'ts'][_0x1ade50[_0x1d006c(_0x585cc4._0x17ca0c,0x1e5,_0x585cc4._0x1dc6f2,0x1cb)+'t']],_0x50bafe['environmen'+_0x4363c2(0x58,_0x585cc4._0x4f768a,_0x585cc4._0x5efe4e,_0x585cc4._0x587e63)]=_0x6e03eb[_0x4363c2(-0xd,-_0x585cc4._0x3d7d22,-_0x585cc4._0xcac6d5,_0x585cc4._0x2da967)](setupPath,'environmen'+'ts',_0x1ade50[_0x4363c2(0x9c,0x5b,0x76,_0x585cc4._0x2b9c7c)+'t']),_0x5b1573[_0x4363c2(0x104,_0x585cc4._0x117a57,0xe4,0xaf)](_0x5c9877);}async function requireInstructionsPermission(_0x2ea607,_0xf9cdaa,_0xfa777a){const _0xb77771={_0x140917:0x11f,_0x178399:0x10a,_0x479cfd:0x6d,_0x39f6cb:0x7c,_0x420710:0x496,_0x5eb059:0x3ef,_0x28608d:0x459,_0x259fcc:0x532,_0x3dd45e:0x59c,_0x172af8:0x567,_0x21b921:0x128,_0x483af9:0x13a,_0x4ea3b6:0xf5,_0x245401:0x4be,_0xb67506:0x4bd,_0x7b8536:0xd0,_0x1a4ff9:0x153,_0x206c44:0xe1,_0x1dc315:0x12e,_0x1d59cb:0x1fc,_0xeb8e22:0x1a4,_0x1f3f00:0x4ca,_0x28dedb:0x4e8,_0x537ea6:0x562,_0x1a47d8:0x528,_0x13ca87:0x4f4,_0x462759:0x4c0,_0x85423c:0x1b0,_0xdd7561:0xd8,_0x287257:0x14f,_0x17b026:0x12f,_0x7c41b:0x557,_0x3a6ec1:0x514,_0x512a1c:0x543,_0x3f9ee3:0x1a7,_0x39cd46:0x102,_0x575b63:0x111,_0x27acb6:0xbe,_0x248a20:0x442,_0x11505e:0x54d,_0x300353:0x140,_0x2b7f27:0xf3,_0x24e53f:0xab,_0x5caec7:0x1b0,_0x4d7424:0x19e,_0x1c2343:0x9d,_0x135302:0xe1,_0x89cea8:0x4a,_0x19cf88:0xa7,_0x1133dd:0x47a,_0x128eb5:0x4c6,_0x34cece:0x1f4,_0x2ec381:0x564,_0x320578:0x46b,_0x1d0482:0x54c,_0x31d6fe:0x495,_0x146597:0x4a3,_0x515796:0x4eb,_0x56631a:0x4fd,_0x84d5af:0x4c9,_0x5b11fc:0x4a8,_0x59ad79:0x3a,_0xf043ad:0xc4,_0x510a8c:0x1b8,_0x335dbb:0x103,_0x2b4a85:0x141,_0x38db7c:0x4ef,_0x4576ee:0x46d,_0x5c8750:0x161,_0x59f9c3:0x201,_0x30339b:0x197,_0xc5d1f0:0xf2,_0x5cfefa:0x4a0,_0x87eedf:0x518,_0x1eb212:0x1cd,_0x27ccfc:0x47c,_0x5b6eab:0x41f,_0x5e2639:0xa1,_0x3e4165:0x71,_0x8fbdf4:0x80,_0x2a63c1:0xff,_0x5848b7:0x1f9,_0x698302:0x1be,_0x2fae9c:0x574,_0x5dc610:0x583,_0x7133af:0x552,_0x28965e:0xab,_0x3fec28:0x17b,_0x1aaa52:0xe3,_0xe06e06:0x139,_0x3dc553:0x4e8,_0x246bce:0x4b3,_0x1cf174:0x56d,_0x446eba:0x53e},_0x221a86={_0x367827:0x150},_0x1a9709={_0x13d498:0xad,_0x467528:0x4e,_0xdecb43:0x78};function _0x1eb1e6(_0xef63ca,_0x3510ee,_0x86b268,_0x3b9fa5){return _0x3e3d30(_0xef63ca-_0x1a9709._0x13d498,_0x3510ee-_0x1a9709._0x467528,_0x86b268,_0x3b9fa5-_0x1a9709._0xdecb43);}const _0x3dac20={'iCdTa':function(_0x4a12bf,_0x380519){return _0x4a12bf===_0x380519;},'puMHw':_0x1eb1e6(0x10b,_0xb77771._0x140917,_0xb77771._0x178399,0xf8),'XGsKH':_0x5b60c8(0x509,0x575,0x4e7,0x55a)+'list\x20templ'+_0x1eb1e6(_0xb77771._0x479cfd,0xae,_0xb77771._0x39f6cb,0xeb),'Uzexk':function(_0x14288a,_0x40d813,_0x542ac2,_0x37c84b){return _0x14288a(_0x40d813,_0x542ac2,_0x37c84b);},'PuOep':_0x5b60c8(_0xb77771._0x420710,0x4a5,0x4bf,0x4d6)+_0x5b60c8(_0xb77771._0x5eb059,0x41e,0x43b,_0xb77771._0x28608d)+_0x5b60c8(_0xb77771._0x259fcc,0x525,_0xb77771._0x3dd45e,_0xb77771._0x172af8),'UgGxT':'EAzPo','zRDDI':_0x1eb1e6(_0xb77771._0x21b921,0x165,_0xb77771._0x483af9,_0xb77771._0x4ea3b6)+_0x5b60c8(0x488,_0xb77771._0x245401,0x43e,_0xb77771._0xb67506)+_0x1eb1e6(_0xb77771._0x7b8536,_0xb77771._0x1a4ff9,0x1af,0x163)+_0x1eb1e6(0x13f,0x159,_0xb77771._0x206c44,_0xb77771._0x1dc315)+_0x1eb1e6(0x215,0x1de,_0xb77771._0x1d59cb,_0xb77771._0xeb8e22),'wfgqX':_0x5b60c8(_0xb77771._0x1f3f00,_0xb77771._0x28dedb,_0xb77771._0x537ea6,_0xb77771._0x1a47d8),'wRkYk':'User\x20does\x20'+'not\x20have\x20p'+_0x5b60c8(_0xb77771._0x13ca87,0x4ce,0x52c,_0xb77771._0x462759)+'to\x20update\x20'+_0x1eb1e6(_0xb77771._0x85423c,_0xb77771._0xdd7561,_0xb77771._0x287257,_0xb77771._0x17b026)+_0x5b60c8(_0xb77771._0x7c41b,_0xb77771._0x3a6ec1,0x4f1,_0xb77771._0x512a1c)+_0x1eb1e6(0x198,0x148,_0xb77771._0x3f9ee3,0x1b5)};function _0x5b60c8(_0x252b1a,_0xe817a7,_0x36df9a,_0x3dba7b){return _0x3e3d30(_0x252b1a-_0x221a86._0x367827,_0xe817a7-0x65,_0xe817a7,_0x3dba7b-0x41f);}if(!await _0x3dac20[_0x1eb1e6(_0xb77771._0x39cd46,0x103,0x152,0x125)](hasPermission,_0x2ea607['taskUser']['id'],_0x3dac20[_0x1eb1e6(_0xb77771._0x575b63,_0xb77771._0x27acb6,0x14a,0x110)],_0x2ea607[_0x5b60c8(_0xb77771._0x7c41b,_0xb77771._0x248a20,0x507,0x4d6)+_0x5b60c8(0x564,0x4fd,0x4c3,_0xb77771._0x11505e)])){if(_0x3dac20[_0x1eb1e6(_0xb77771._0x300353,0x44,_0xb77771._0x2b7f27,0xac)]!==_0x1eb1e6(_0xb77771._0x24e53f,0x55,0x97,0x9a)){if(_0x3dac20['iCdTa'](_0x2fa6a6[_0x1eb1e6(_0xb77771._0x5caec7,0x216,0x1e9,_0xb77771._0x4d7424)],_0x3dac20[_0x1eb1e6(_0xb77771._0x1c2343,_0xb77771._0x135302,0x8e,0xc2)])){const _0x4a7691={};_0x4a7691[_0x1eb1e6(_0xb77771._0x89cea8,0xe3,0x8d,_0xb77771._0x19cf88)]=[],_0x4a7691['environmen'+'t']=_0x262ffb,_0x12c545[_0x5b60c8(_0xb77771._0x1133dd,_0xb77771._0x248a20,_0xb77771._0x128eb5,0x46d)](_0x4a7691);}else{const _0x1c0c8b={};_0x1c0c8b['taskId']=_0x35b6f8[_0x1eb1e6(_0xb77771._0x34cece,0x1c2,0x16e,0x171)],_0x1c0c8b['environmen'+'t']=_0x1be1c9,_0x1c0c8b[_0x5b60c8(_0xb77771._0x2ec381,0x46a,_0xb77771._0x320578,0x4fd)]=_0x51d3f1[_0x5b60c8(_0xb77771._0x1d0482,_0xb77771._0x31d6fe,_0xb77771._0x1133dd,0x4e8)],_0x339d43[_0x5b60c8(_0xb77771._0x146597,0x4a7,0x56a,0x4fd)](_0x3dac20[_0x5b60c8(0x453,0x4f1,0x509,0x485)],_0x1c0c8b);const _0x35a5e7={};_0x35a5e7[_0x5b60c8(_0xb77771._0x515796,0x510,0x476,_0xb77771._0x56631a)]=_0x5b60c8(0x4c5,_0xb77771._0x84d5af,0x4e9,_0xb77771._0x5b11fc)+_0x1eb1e6(_0xb77771._0x59ad79,0x86,0xee,_0xb77771._0xf043ad)+'r',_0x35a5e7[_0x1eb1e6(_0xb77771._0x510a8c,0x176,_0xb77771._0x335dbb,_0xb77771._0x2b4a85)]=_0x3dac20[_0x5b60c8(_0xb77771._0x38db7c,_0xb77771._0x4576ee,0x3f5,0x485)],_0x2a841e[_0x1eb1e6(0x153,_0xb77771._0x5c8750,_0xb77771._0x59f9c3,_0xb77771._0x30339b)](0x47d+-0xd88+0xaff)[_0x1eb1e6(_0xb77771._0xc5d1f0,0xca,0x102,0xc6)](_0x35a5e7);}}else{const _0x1107af={};_0x1107af[_0x5b60c8(0x53d,_0xb77771._0x5cfefa,0x4ef,_0xb77771._0x87eedf)]=_0x2ea607['callingTas'+'k'][_0x1eb1e6(_0xb77771._0x1eb212,0x1e9,0x15b,0x171)],_0x1107af['userId']=_0x2ea607[_0x5b60c8(0x4c4,_0xb77771._0x27ccfc,_0xb77771._0x5b6eab,0x448)]['id'],_0x1107af['username']=_0x2ea607[_0x1eb1e6(0xc9,0xa1,0x117,_0xb77771._0x5e2639)][_0x1eb1e6(_0xb77771._0x3e4165,0x104,_0xb77771._0x8fbdf4,_0xb77771._0x2a63c1)],logger[_0x1eb1e6(_0xb77771._0x5848b7,0x1e6,0x1cd,_0xb77771._0x698302)](_0x3dac20['zRDDI'],_0x1107af);const _0x5a0840={};return _0x5a0840[_0x5b60c8(_0xb77771._0x2fae9c,_0xb77771._0x5dc610,_0xb77771._0x7133af,_0xb77771._0x56631a)]=_0x3dac20[_0x1eb1e6(_0xb77771._0x28965e,_0xb77771._0x3fec28,_0xb77771._0x1aaa52,_0xb77771._0xe06e06)],_0x5a0840[_0x5b60c8(0x45f,0x459,0x4ad,_0xb77771._0x3dc553)]=_0x3dac20[_0x5b60c8(0x4ac,0x4d9,_0xb77771._0x246bce,0x467)],_0xf9cdaa[_0x5b60c8(_0xb77771._0x1cf174,0x532,0x5c2,_0xb77771._0x446eba)](0x197a*0x1+0x2363+-0x3b4a)[_0x5b60c8(0x4f5,0x403,0x4ff,_0xb77771._0x4576ee)](_0x5a0840);}}_0xfa777a();}async function requireTemplatesPermission(_0x50abb5,_0x121c6b,_0x1ff924){const _0x349186={_0x506b8e:0x20a,_0xd1bff5:0x28e,_0x13c7c1:0x1f7,_0x3fc363:0x147,_0x1809b6:0x18a,_0x5be81e:0x22a,_0x495583:0xe0,_0x388b6a:0x16e,_0x3ae928:0x1be,_0x48f040:0x13e,_0x4b89d0:0x24c,_0x57e32a:0x2ac,_0x483f17:0x285,_0x54afb8:0x13d,_0x36bea8:0x1ae,_0x4de65d:0x25e,_0x5db544:0x258,_0x8b979b:0x29d,_0x32faad:0x232,_0x59e23b:0x20e,_0x510f29:0x23f,_0x3654fa:0x263,_0x65c381:0x229,_0x3cf669:0x232,_0x202bd6:0x20f,_0x55d055:0x2a2,_0x41b4e6:0x20d,_0xf720be:0x78,_0x349886:0xce,_0x5165ca:0xd4,_0x39d36a:0x102,_0xdb7996:0x162,_0x24ba6e:0x15c,_0x23f2df:0xd1,_0x401111:0x10c,_0x19c59e:0x197,_0x96748f:0x214,_0x3d78e5:0x1d3,_0x4cd750:0x1cd,_0x11bfd0:0x1c6,_0x481d43:0x15d,_0x1998d0:0x1b9,_0x3de7a7:0x102,_0x565f79:0x136,_0x5ced33:0xad,_0x155e52:0xff,_0x2d48a7:0x28b,_0x42b940:0x2ea,_0x3b74f8:0x15b,_0x9023f7:0x170,_0x60a36b:0x273,_0x294a64:0x251,_0x24b52d:0x2bd,_0x303827:0xc9,_0x23e41a:0x121,_0x4f16e9:0x1af,_0x3d6bcb:0x12c,_0x1b24c5:0x11c,_0x46e7af:0x13f,_0x5473c7:0x20d,_0x37d443:0x1c5,_0x5e1f59:0x1dc,_0x4c2074:0xf7,_0x6d14c7:0x1c1,_0x5ee8dc:0x15d,_0x46fc0d:0x23e,_0x1d1787:0xf3,_0x3a35f4:0xea,_0x1ec379:0xa2,_0x2b83a9:0xdc},_0x4638e4={_0x3fa399:0x82,_0x57dffd:0x2e0},_0x5395bf={_0x575e98:0x1c0,_0x54554b:0xa5},_0x21f14f={'eLMUd':_0x3c21d6(-_0x349186._0x506b8e,-_0x349186._0xd1bff5,-_0x349186._0x13c7c1,-0x254)+'t','DdqCR':function(_0x30824f,_0x27746f,_0x3d6435,_0x395cf8){return _0x30824f(_0x27746f,_0x3d6435,_0x395cf8);},'RrCct':function(_0x14850c,_0xd22214){return _0x14850c===_0xd22214;},'ckryB':_0x422a7c(_0x349186._0x3fc363,0x139,_0x349186._0x1809b6,0x12f),'aqHby':_0x3c21d6(-0x263,-0x283,-0x1e9,-_0x349186._0x5be81e)+_0x422a7c(_0x349186._0x495583,_0x349186._0x388b6a,_0x349186._0x3ae928,0x143)+_0x422a7c(0x11c,0x147,_0x349186._0x48f040,0x117)+_0x3c21d6(-_0x349186._0x4b89d0,-_0x349186._0x57e32a,-0x1f3,-_0x349186._0x483f17)+'sion','UFvFJ':_0x422a7c(0x12c,0x1c2,_0x349186._0x54afb8,_0x349186._0x36bea8),'hEJdv':_0x3c21d6(-_0x349186._0x4de65d,-_0x349186._0x5db544,-_0x349186._0x8b979b,-_0x349186._0x32faad)+_0x3c21d6(-_0x349186._0x59e23b,-0x18b,-_0x349186._0x510f29,-_0x349186._0x3654fa)+_0x3c21d6(-_0x349186._0x510f29,-0x1e3,-0x272,-0x2a7)+'to\x20update\x20'+_0x3c21d6(-_0x349186._0x65c381,-0x1fa,-0x28a,-_0x349186._0x3cf669)+_0x422a7c(0x1c3,0x1ae,0x163,0x167)+'s','rQUQI':function(_0x634d0){return _0x634d0();}};function _0x422a7c(_0xeb7c66,_0xfd5a12,_0x16d3d3,_0x510513){return _0x3e3d30(_0xeb7c66-_0x5395bf._0x575e98,_0xfd5a12-0x1c5,_0xfd5a12,_0x510513-_0x5395bf._0x54554b);}if(!await _0x21f14f[_0x3c21d6(-_0x349186._0x202bd6,-_0x349186._0x55d055,-_0x349186._0x41b4e6,-0x27f)](hasPermission,_0x50abb5[_0x422a7c(0x51,0xe5,_0x349186._0xf720be,_0x349186._0x349886)]['id'],_0x422a7c(_0x349186._0x5165ca,_0x349186._0x39d36a,_0x349186._0xdb7996,_0x349186._0x24ba6e)+_0x422a7c(0x111,_0x349186._0x23f2df,0xa5,_0x349186._0x401111)+'es',_0x50abb5['environmen'+_0x422a7c(_0x349186._0x19c59e,_0x349186._0x96748f,0x1bf,_0x349186._0x3d78e5)])){if(_0x21f14f['RrCct']('DpEZW',_0x21f14f[_0x422a7c(_0x349186._0x4cd750,_0x349186._0x11bfd0,0x151,_0x349186._0x481d43)])){const _0x457d23={};return _0x457d23['error']=_0x21f14f[_0x3c21d6(-0x1e4,-0x1be,-0x156,-_0x349186._0x1998d0)],_0x457d23['message']=_0x422a7c(0x1cb,_0x349186._0x3de7a7,_0x349186._0x565f79,0x135)+'mplate\x20nam'+'e',_0x404142[_0x422a7c(0x22e,0x1e4,0x13c,0x1c4)](0xc1+-0x702+0x7d1)[_0x422a7c(0xb1,_0x349186._0x5ced33,_0x349186._0x155e52,0xf3)](_0x457d23);}else{const _0x2b2bbf={};_0x2b2bbf['taskId']=_0x50abb5[_0x3c21d6(-_0x349186._0x2d48a7,-0x274,-0x27c,-_0x349186._0x42b940)+'k'][_0x3c21d6(-0x1e7,-_0x349186._0x3b74f8,-_0x349186._0x9023f7,-0x1cf)],_0x2b2bbf[_0x3c21d6(-_0x349186._0x60a36b,-_0x349186._0x294a64,-_0x349186._0x24b52d,-0x2e2)]=_0x50abb5[_0x422a7c(_0x349186._0x303827,0x154,0xfb,0xce)]['id'],_0x2b2bbf[_0x422a7c(_0x349186._0x23e41a,0x12c,_0x349186._0x4f16e9,_0x349186._0x3d6bcb)]=_0x50abb5[_0x422a7c(_0x349186._0x1b24c5,0xd7,_0x349186._0x46e7af,0xce)]['username'],logger[_0x3c21d6(-0x19a,-0x208,-_0x349186._0x5473c7,-_0x349186._0x37d443)](_0x21f14f[_0x422a7c(0x1b8,0x185,0x17b,_0x349186._0x5e1f59)],_0x2b2bbf);const _0x3ff7f5={};return _0x3ff7f5[_0x3c21d6(-0x202,-0x1f9,-0x1b2,-_0x349186._0x5be81e)]=_0x21f14f['UFvFJ'],_0x3ff7f5['message']=_0x21f14f[_0x422a7c(0x117,_0x349186._0x4c2074,0x182,0x12b)],_0x121c6b[_0x3c21d6(-_0x349186._0x6d14c7,-_0x349186._0x5ee8dc,-_0x349186._0x46fc0d,-0x131)](0x1*-0x9b+0x83e+0x1*-0x610)[_0x422a7c(0x160,0xc3,0x128,_0x349186._0x1d1787)](_0x3ff7f5);}}function _0x3c21d6(_0x363dcb,_0x3040dd,_0x456dfa,_0x290434){return _0x3e3d30(_0x363dcb-_0x4638e4._0x3fa399,_0x3040dd-0x99,_0x3040dd,_0x363dcb- -_0x4638e4._0x57dffd);}_0x21f14f[_0x422a7c(0xe7,_0x349186._0x3a35f4,_0x349186._0x1ec379,_0x349186._0x2b83a9)](_0x1ff924);}router['get'](_0x901f73(-0x193,-0x123,-0x1bd,-0x19e)+_0x3e3d30(0x9a,0x101,0x11c,0xc5),requireTaskAuth,requireInstructionsPermission,async(_0x4be342,_0x2abbdf)=>{const _0x321ac5={_0x147a19:0x115,_0x385227:0x119,_0x47b284:0x192,_0x26aac7:0x417,_0x353876:0x36d,_0x2c0362:0x38a,_0xece443:0x2e4,_0x5381cc:0x38e,_0x301605:0x33a,_0x3159a3:0x34d,_0x2e8c58:0xb5,_0x15327f:0x112,_0x1b4c45:0xb6,_0xd615a5:0x117,_0x544ce1:0x3e,_0x635dff:0x404,_0x250194:0x3c5,_0x5ab737:0x62,_0x25f9db:0x29,_0x40e16f:0x4a,_0x1e4c24:0x3f,_0x7116f6:0x65,_0x54b4a4:0x2c9,_0x4e5f15:0x116,_0x2e0c25:0xc2,_0x3c2c99:0xf0,_0x405f73:0x6a,_0x1c0920:0x3ec,_0x565b42:0x1ab,_0x4647ab:0x174,_0x49a554:0x4c3,_0x47df27:0x4ce,_0x195bb0:0x447,_0x44d9e7:0x3ce,_0xf4edff:0x34b,_0x21c6b4:0x32d,_0x2b5166:0x365,_0x488dbd:0x346,_0x14d161:0x1d8,_0x2016eb:0x370,_0xe38643:0x3bb,_0x30e138:0x48d,_0x130000:0x3ab,_0x6dcf2b:0x90,_0x500401:0x10a,_0x4681c9:0x3fe,_0x15baa4:0x3c6,_0x2ce238:0x35f,_0x3a796a:0x3c2,_0xc00b31:0x2d7,_0x2bf18a:0x343,_0x4bc514:0x36b,_0x28aceb:0x3c0,_0x244886:0x85,_0x51bc7d:0x53,_0x248da1:0x2b7,_0x5323ae:0x89,_0x1c3997:0x75,_0x15f0c7:0x65,_0x2f772b:0x33f,_0x9d4f4c:0x14a,_0x1244fe:0xcc,_0x54ea7c:0xaa,_0x5e4728:0xbb,_0x13764c:0x150,_0x31a229:0x132,_0x4faf33:0x7c,_0x35276f:0x4d,_0x2d3f41:0x7e,_0xbc62b8:0x140,_0x44b37d:0x399,_0x251fbe:0x131,_0xaebb5d:0x5d,_0x3bbccb:0x426,_0x32af63:0x366,_0x44d373:0x14a,_0x5ca507:0xda,_0x40567c:0x64,_0x1ff39d:0x3e2,_0x25bc36:0x437,_0x1e3914:0x1c0,_0x4399f4:0xb,_0x5ccab9:0x1bb,_0x267f4c:0x114,_0x5a7ed0:0x10b,_0x2b97ab:0x16b,_0x2636d9:0x5b,_0xa16f49:0xd7,_0x77080b:0xa3,_0x3dfa58:0x1cd,_0x6e6a88:0x363,_0x120727:0xbd,_0x3e356d:0x411,_0x282e03:0x3b3,_0x5ea97c:0x469,_0x22a9bd:0x3d8,_0x4961e4:0x96,_0xceccea:0x386,_0x55a505:0x3c3,_0x1b22a7:0x402,_0x40735e:0x2f4,_0x1910db:0x3db},_0x20202a={_0x2a800e:0x163,_0x41a987:0x11},_0x3df498={_0x4e4aa1:0x19c};function _0xf49c11(_0x4ff090,_0xe97bc2,_0x109b49,_0x22293f){return _0x3e3d30(_0x4ff090-_0x3df498._0x4e4aa1,_0xe97bc2-0x43,_0x4ff090,_0x22293f-0x2fa);}const _0x47023d={};_0x47023d[_0x2815e2(0x176,_0x321ac5._0x147a19,_0x321ac5._0x385227,_0x321ac5._0x47b284)]=_0xf49c11(_0x321ac5._0x26aac7,_0x321ac5._0x353876,0x40a,_0x321ac5._0x2c0362)+_0xf49c11(0x2c2,_0x321ac5._0xece443,_0x321ac5._0x5381cc,_0x321ac5._0x301605)+'e',_0x47023d[_0xf49c11(0x2f4,0x310,0x310,_0x321ac5._0x3159a3)]='Task\x20fetch'+_0x2815e2(0x153,0x3e,0xc5,0x39)+_0x2815e2(_0x321ac5._0x2e8c58,_0x321ac5._0x15327f,_0x321ac5._0x1b4c45,_0x321ac5._0xd615a5)+_0x2815e2(-0x34,_0x321ac5._0x544ce1,0x36,0x2),_0x47023d[_0xf49c11(_0x321ac5._0x635dff,_0x321ac5._0x250194,0x36f,0x3c0)]=_0x2815e2(_0x321ac5._0x5ab737,-0x2b,0x69,0xaf),_0x47023d[_0x2815e2(-_0x321ac5._0x25f9db,_0x321ac5._0x40e16f,_0x321ac5._0x1e4c24,0x41)]=function(_0x12bb14,_0x56a910){return _0x12bb14===_0x56a910;},_0x47023d[_0x2815e2(0x4d,-0x1f,_0x321ac5._0x7116f6,0x46)]=_0xf49c11(_0x321ac5._0x54b4a4,0x326,0x3cf,0x347);function _0x2815e2(_0x4673a,_0x606c0e,_0x3b0df1,_0x28188d){return _0x3e3d30(_0x4673a-_0x20202a._0x2a800e,_0x606c0e-0x1d7,_0x606c0e,_0x3b0df1-_0x20202a._0x41a987);}_0x47023d[_0x2815e2(_0x321ac5._0x4e5f15,_0x321ac5._0x2e0c25,_0x321ac5._0x3c2c99,_0x321ac5._0x405f73)]='ENOENT',_0x47023d[_0xf49c11(0x355,0x34a,_0x321ac5._0x1c0920,0x3b3)]=_0x2815e2(_0x321ac5._0x565b42,_0x321ac5._0x4647ab,0x14c,0x105)+_0x2815e2(0xfb,0xe1,0xf5,0x185)+_0xf49c11(_0x321ac5._0x49a554,0x4aa,_0x321ac5._0x47df27,_0x321ac5._0x195bb0),_0x47023d['oCysP']=_0xf49c11(0x411,_0x321ac5._0x44d9e7,_0x321ac5._0xf4edff,0x383)+_0xf49c11(0x2fe,_0x321ac5._0x21c6b4,_0x321ac5._0x2b5166,_0x321ac5._0x488dbd)+'r',_0x47023d['aOFIT']=_0x2815e2(0x1d8,_0x321ac5._0x14d161,0x14c,0x110)+_0xf49c11(0x37f,0x3f6,0x37b,_0x321ac5._0x2016eb)+_0xf49c11(_0x321ac5._0xe38643,_0x321ac5._0x30e138,_0x321ac5._0x130000,0x407)+'le';const _0x428e7c=_0x47023d,{callingTask:_0x2dec73,environmentName:_0x45aed5,environmentPath:_0x2fc04b}=_0x4be342,_0x119555={};_0x119555[_0x2815e2(0x111,_0x321ac5._0x6dcf2b,_0x321ac5._0x500401,0x156)]=_0x2dec73[_0xf49c11(_0x321ac5._0x4681c9,_0x321ac5._0x15baa4,_0x321ac5._0x2ce238,0x3f3)],_0x119555[_0xf49c11(0x3c6,0x375,_0x321ac5._0x3a796a,0x3b1)+'t']=_0x45aed5,logger['info'](_0x428e7c[_0xf49c11(_0x321ac5._0xc00b31,0x33d,_0x321ac5._0x2bf18a,0x34d)],_0x119555);const _0x13c85a=_0x6e03eb['join'](_0x2fc04b,_0x428e7c[_0xf49c11(0x38c,_0x321ac5._0x4bc514,0x41d,_0x321ac5._0x28aceb)]);try{if(_0x428e7c[_0x2815e2(_0x321ac5._0x244886,0x6b,0x3f,-_0x321ac5._0x51bc7d)](_0xf49c11(0x2c2,0x2d3,_0x321ac5._0x248da1,0x347),_0x428e7c[_0x2815e2(_0x321ac5._0x5323ae,_0x321ac5._0x1c3997,_0x321ac5._0x15f0c7,0x48)])){const _0x4152a5=await _0x5a3670[_0xf49c11(_0x321ac5._0x2f772b,0x3c3,0x367,0x39d)](_0x13c85a,_0x2815e2(_0x321ac5._0x9d4f4c,0x140,_0x321ac5._0x1244fe,_0x321ac5._0x54ea7c)),_0xdfbbc6={};_0xdfbbc6[_0x2815e2(_0x321ac5._0x5e4728,_0x321ac5._0x13764c,_0x321ac5._0x31a229,0x152)]=_0x4152a5,_0xdfbbc6[_0x2815e2(_0x321ac5._0x4faf33,_0x321ac5._0x35276f,0xc8,_0x321ac5._0x2d3f41)+'t']=_0x45aed5,_0xdfbbc6[_0x2815e2(0x136,0xe6,0x10b,_0x321ac5._0xbc62b8)]=_0x428e7c[_0xf49c11(0x439,_0x321ac5._0x44b37d,0x358,_0x321ac5._0x28aceb)],_0x2abbdf['json'](_0xdfbbc6);}else{const _0x2789f3={};return _0x2789f3[_0x2815e2(0x14f,_0x321ac5._0x251fbe,0xef,_0x321ac5._0xaebb5d)]=_0xf49c11(_0x321ac5._0x3bbccb,0x359,_0x321ac5._0x32af63,0x3d0)+'t',_0x2789f3[_0x2815e2(_0x321ac5._0x44d373,0x7b,_0x321ac5._0x5ca507,_0x321ac5._0x40567c)]=_0x428e7c[_0xf49c11(_0x321ac5._0x1ff39d,_0x321ac5._0x2c0362,_0x321ac5._0x25bc36,0x402)],_0x412422[_0x2815e2(_0x321ac5._0x1e3914,0x17f,0x130,0xa6)](0x3de+-0x1*-0x1dbe+-0x200c)[_0x2815e2(-_0x321ac5._0x4399f4,0xe3,0x5f,0xd2)](_0x2789f3);}}catch(_0x45824a){if(_0x428e7c['QxIXG'](_0x45824a['code'],_0x428e7c['AhGGL'])){const _0x19d899={};_0x19d899[_0x2815e2(_0x321ac5._0x5ccab9,_0x321ac5._0x267f4c,0x132,0x154)]='',_0x19d899['environmen'+'t']=_0x45aed5,_0x19d899[_0x2815e2(0x100,0xb0,_0x321ac5._0x5a7ed0,_0x321ac5._0x2b97ab)]=_0x428e7c[_0x2815e2(0x116,_0x321ac5._0x2636d9,_0x321ac5._0xa16f49,_0x321ac5._0x77080b)],_0x19d899[_0x2815e2(0x161,_0x321ac5._0x3dfa58,0x14f,0xfa)]=![],_0x2abbdf['json'](_0x19d899);}else{const _0x13c37c={};_0x13c37c['taskId']=_0x2dec73[_0xf49c11(_0x321ac5._0x6e6a88,0x41e,_0x321ac5._0x250194,0x3f3)],_0x13c37c['environmen'+'t']=_0x45aed5,_0x13c37c['error']=_0x45824a['message'],logger[_0x2815e2(0x143,0x152,0xef,_0x321ac5._0x120727)](_0x428e7c[_0xf49c11(0x379,_0x321ac5._0x3e356d,0x3de,_0x321ac5._0x282e03)],_0x13c37c);const _0x16a358={};_0x16a358[_0xf49c11(_0x321ac5._0x5ea97c,0x34e,0x423,_0x321ac5._0x22a9bd)]=_0x428e7c[_0x2815e2(_0x321ac5._0x4961e4,0x71,0xb8,0xb0)],_0x16a358[_0xf49c11(_0x321ac5._0xceccea,0x395,0x338,_0x321ac5._0x55a505)]=_0x428e7c[_0xf49c11(0x435,_0x321ac5._0x1b22a7,0x35a,0x3c1)],_0x2abbdf['status'](0x1ca2+-0x1cb3+0x1*0x205)[_0xf49c11(_0x321ac5._0x40735e,0x390,_0x321ac5._0x1910db,0x348)](_0x16a358);}}}),router[_0x3e3d30(-0x19,0xa7,0xaa,0x27)](_0x3e3d30(0x106,0xa2,0x43,0x93)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5a2963,_0x27c49c)=>{const _0x5f14f7={_0x5ec5b1:0x33d,_0x440bb1:0x3c4,_0x119795:0xfc,_0x58e9e4:0x16c,_0x294f89:0x121,_0x49c488:0x485,_0x158d70:0x3fa,_0x38eee0:0x496,_0x4dfb23:0x252,_0x42c382:0x206,_0x156b7d:0x1ff,_0x299abe:0x1a9,_0x207a18:0x135,_0x5cebfc:0x433,_0x19e6de:0x403,_0x38e0e1:0x3b3,_0x34e974:0x148,_0x42d882:0x183,_0x2d7105:0x41c,_0x2d3700:0x354,_0x135e85:0x12c,_0x38d120:0x19d,_0x1f9757:0x504,_0xa1cb8e:0x4b7,_0x13a11f:0x4ac,_0x280e4d:0x4b2,_0x43139a:0x4f1,_0x34b25a:0xdc,_0x21df6e:0x1c2,_0x50b45e:0x156,_0x932df3:0x1da,_0x1c9847:0x155,_0x547d85:0x1fe,_0x524088:0x1ff,_0x10d47d:0x133,_0x2a1d14:0xe8,_0x353e3a:0xef,_0x40e32d:0x458,_0x6d714c:0x3b9,_0x1d1fca:0x426,_0x3551b8:0xbd,_0x422098:0x144,_0x10cd06:0x139,_0x4ccd47:0x394,_0x20bf46:0x40b,_0x273c01:0x17f,_0x768412:0x445,_0x5567dd:0x47f,_0x2ba458:0x1e2,_0x42e8db:0x4bb,_0x5abcd3:0x223,_0x59e0bc:0x1f1,_0x3dc15a:0x251,_0x355cca:0x1a4,_0x30844a:0x13e,_0x14d36f:0x1da,_0x4d4148:0x112,_0x34da88:0x487,_0x5b7174:0x443,_0x39d9ce:0x1a6,_0x4889fd:0x1eb,_0x182741:0x38a,_0x2d4f0d:0x3fb,_0x35945d:0x1e1,_0x5de4db:0x415,_0x1a26fc:0x247,_0x22b292:0x136,_0x188d65:0x1ba,_0x3b7817:0x13b,_0x56d061:0x16c,_0x1d5cf4:0xc1,_0x344e25:0x46e,_0x2527f4:0x37e,_0x1ac7c5:0x3c7,_0x3b92eb:0x4e0,_0x3d8320:0x3c7,_0x42866f:0x1f0,_0xa7e499:0x21a,_0x43143a:0x50f,_0x2d9c17:0x163,_0x2a4480:0x47c,_0x28087a:0x398,_0x39ca29:0x453,_0x8918f0:0x413,_0x377e4d:0x47a,_0x3a82c5:0xf2,_0xe560d2:0xaa,_0x36bf80:0xa7,_0x48e741:0x4ad,_0x5d778f:0x3c4,_0x1cd667:0x4c6,_0x53708a:0x444,_0x5a68bd:0x46e,_0xe8c6c9:0x3a9,_0x354408:0x142,_0x52e2ec:0x1c7,_0x3b3628:0x51c,_0x3d123b:0x1d1,_0x45c4c9:0x1bb,_0x1ab7ae:0x490,_0x1b0614:0x50c,_0x1c8ef2:0x4d6,_0x3ab687:0x1a2,_0x35e33d:0x220,_0x2d1307:0x263,_0xa1a5a1:0x167,_0x535fb0:0x180,_0x51ff71:0x10c,_0x4450b1:0x160,_0x580fa3:0x11f,_0x4cf414:0x19f,_0x1cb240:0x186,_0x31f0be:0x120,_0xe53059:0x176,_0x1b499e:0x44e,_0x3cc552:0x48c,_0x372471:0x4d9,_0x2e4be4:0x43a,_0x21dfda:0x477,_0x38216e:0x478,_0x571c1f:0x4f6,_0x5ee315:0x476,_0x5b750d:0x414,_0x2b51b2:0x457,_0x386ac7:0x3d8,_0x5a9383:0x43b,_0x127284:0x4c9,_0x455924:0x415,_0x5064f6:0x140,_0x833d32:0x1c6,_0x213e49:0x1a1,_0x3e51c8:0x4a4,_0x46d230:0x481},_0x864539={_0x222d01:0x18f,_0x273f97:0x38e},_0x1481f9={_0x395f74:0x1a4,_0x392fe3:0x25d},_0x4d8b22={};_0x4d8b22[_0x27b936(_0x5f14f7._0x5ec5b1,_0x5f14f7._0x440bb1,0x3f7,0x456)]=function(_0x14b833,_0x53aba8){return _0x14b833===_0x53aba8;},_0x4d8b22[_0x2dd5cc(-_0x5f14f7._0x119795,-_0x5f14f7._0x58e9e4,-0x152,-0xfe)]=_0x2dd5cc(-0x133,-0x187,-_0x5f14f7._0x294f89,-0x1e3)+'t',_0x4d8b22[_0x27b936(_0x5f14f7._0x49c488,0x41c,_0x5f14f7._0x158d70,_0x5f14f7._0x38eee0)]=_0x2dd5cc(-_0x5f14f7._0x4dfb23,-_0x5f14f7._0x42c382,-_0x5f14f7._0x156b7d,-0x1f3)+_0x2dd5cc(-0x124,-_0x5f14f7._0x299abe,-_0x5f14f7._0x207a18,-0x176)+_0x27b936(0x489,_0x5f14f7._0x5cebfc,0x47b,0x47d)+_0x27b936(_0x5f14f7._0x19e6de,_0x5f14f7._0x38e0e1,0x3ed,0x420),_0x4d8b22[_0x2dd5cc(-_0x5f14f7._0x34e974,-0x18e,-_0x5f14f7._0x42d882,-0x203)]=_0x27b936(_0x5f14f7._0x2d7105,0x3e6,_0x5f14f7._0x2d3700,0x422),_0x4d8b22['yQpDH']=_0x2dd5cc(-0x1c1,-0x1a2,-_0x5f14f7._0x135e85,-_0x5f14f7._0x38d120),_0x4d8b22[_0x27b936(_0x5f14f7._0x1f9757,_0x5f14f7._0xa1cb8e,0x519,_0x5f14f7._0x13a11f)]='Environmen'+_0x27b936(0x460,_0x5f14f7._0x280e4d,_0x5f14f7._0x43139a,0x47d)+_0x2dd5cc(-_0x5f14f7._0x34b25a,-0x147,-_0x5f14f7._0x21df6e,-_0x5f14f7._0x50b45e)+_0x2dd5cc(-0xce,-0x12a,-0x1a6,-0xd3),_0x4d8b22['PciMa']=_0x2dd5cc(-0x171,-_0x5f14f7._0x932df3,-_0x5f14f7._0x1c9847,-0x147),_0x4d8b22['uVKnc']='Failed\x20to\x20'+_0x2dd5cc(-_0x5f14f7._0x547d85,-0x1bb,-_0x5f14f7._0x524088,-_0x5f14f7._0x10d47d)+'TS.md',_0x4d8b22[_0x2dd5cc(-_0x5f14f7._0x2a1d14,-0x175,-_0x5f14f7._0x353e3a,-0x15f)]='Internal\x20S'+_0x27b936(_0x5f14f7._0x40e32d,0x3da,_0x5f14f7._0x6d714c,_0x5f14f7._0x1d1fca)+'r';const _0x154d7b=_0x4d8b22,{callingTask:_0x2539fe,taskUser:_0x16247b,environmentName:_0x3082e0,environmentPath:_0x17c6b7}=_0x5a2963;function _0x2dd5cc(_0x15b6c9,_0x166f7b,_0x5680ae,_0x1bfba5){return _0x3e3d30(_0x15b6c9-0xa3,_0x166f7b-_0x1481f9._0x395f74,_0x5680ae,_0x166f7b- -_0x1481f9._0x392fe3);}const {content:_0x9d7021}=_0x5a2963[_0x2dd5cc(-_0x5f14f7._0x3551b8,-_0x5f14f7._0x422098,-0x189,-_0x5f14f7._0x10cd06)];if(_0x154d7b[_0x27b936(_0x5f14f7._0x4ccd47,0x3c4,0x43e,_0x5f14f7._0x20bf46)](_0x9d7021,undefined)){const _0x11eda1={};return _0x11eda1[_0x2dd5cc(-0x156,-_0x5f14f7._0x273c01,-0x1fb,-0x1e6)]=_0x154d7b[_0x27b936(_0x5f14f7._0x768412,_0x5f14f7._0x5567dd,0x4a6,_0x5f14f7._0x19e6de)],_0x11eda1[_0x27b936(0x3ea,0x457,0x487,0x3df)]=_0x2dd5cc(-_0x5f14f7._0x2ba458,-0x228,-0x229,-0x2b5)+_0x27b936(_0x5f14f7._0x13a11f,0x4ca,_0x5f14f7._0x42e8db,0x4b1)+_0x2dd5cc(-_0x5f14f7._0x5abcd3,-_0x5f14f7._0x59e0bc,-_0x5f14f7._0x3dc15a,-_0x5f14f7._0x355cca),_0x27c49c[_0x2dd5cc(-_0x5f14f7._0x119795,-_0x5f14f7._0x30844a,-0xde,-0x1b8)](0x1dcc+-0x1*0x201b+-0x3df*-0x1)['json'](_0x11eda1);}const _0x12338b={};_0x12338b[_0x2dd5cc(-_0x5f14f7._0x14d36f,-0x164,-_0x5f14f7._0x4d4148,-0x134)]=_0x2539fe[_0x27b936(0x4ea,_0x5f14f7._0x34da88,0x48e,_0x5f14f7._0x5b7174)];function _0x27b936(_0x231538,_0x3c64f0,_0xe31ca6,_0x202212){return _0x3e3d30(_0x231538-_0x864539._0x222d01,_0x3c64f0-0x41,_0x202212,_0x3c64f0-_0x864539._0x273f97);}_0x12338b[_0x2dd5cc(-0x149,-_0x5f14f7._0x39d9ce,-0x1a8,-_0x5f14f7._0x4889fd)+'t']=_0x3082e0,_0x12338b[_0x27b936(_0x5f14f7._0x182741,_0x5f14f7._0x2d4f0d,0x3e9,0x38f)]=_0x16247b['id'],_0x12338b[_0x2dd5cc(-0x1f9,-0x1d6,-0x20a,-_0x5f14f7._0x35945d)]=_0x16247b[_0x27b936(0x49f,_0x5f14f7._0x5de4db,0x43d,0x40d)],_0x12338b[_0x2dd5cc(-_0x5f14f7._0x1a26fc,-0x221,-0x261,-0x25b)+_0x2dd5cc(-_0x5f14f7._0x22b292,-0x1c4,-_0x5f14f7._0x188d65,-_0x5f14f7._0x3b7817)]=_0x9d7021[_0x2dd5cc(-_0x5f14f7._0x56d061,-0x142,-_0x5f14f7._0x1d5cf4,-0x113)],logger['info'](_0x154d7b[_0x27b936(0x416,_0x5f14f7._0x2d7105,0x3f4,_0x5f14f7._0x344e25)],_0x12338b);const _0x39560a=_0x6e03eb[_0x27b936(_0x5f14f7._0x2527f4,_0x5f14f7._0x1ac7c5,0x41b,0x417)](_0x17c6b7,_0x154d7b[_0x27b936(0x462,0x45d,_0x5f14f7._0x3b92eb,0x3f1)]),_0x106668=new Date()['toISOStrin'+'g']();try{const _0x200c5d={};_0x200c5d[_0x27b936(0x3be,0x3d0,0x444,_0x5f14f7._0x3d8320)]=!![],await _0x5a3670[_0x2dd5cc(-_0x5f14f7._0x42866f,-0x1e3,-_0x5f14f7._0xa7e499,-0x21c)](_0x17c6b7,_0x200c5d),await _0x5a3670[_0x27b936(0x490,0x4d1,_0x5f14f7._0x43143a,0x4f0)](_0x39560a,_0x9d7021,_0x154d7b['yQpDH']);const _0x2384b3={};_0x2384b3[_0x2dd5cc(-0x15b,-0x164,-0xdd,-_0x5f14f7._0x2d9c17)]=_0x2539fe['taskId'],_0x2384b3['environmen'+'t']=_0x3082e0,_0x2384b3[_0x27b936(0x383,0x3fb,_0x5f14f7._0x2a4480,_0x5f14f7._0x28087a)]=_0x16247b['id'],logger[_0x27b936(_0x5f14f7._0x39ca29,_0x5f14f7._0x8918f0,0x431,_0x5f14f7._0x377e4d)](_0x154d7b[_0x2dd5cc(-_0x5f14f7._0x3a82c5,-0x134,-_0x5f14f7._0xe560d2,-_0x5f14f7._0x36bf80)],_0x2384b3);const _0x3d9318={};_0x3d9318[_0x2dd5cc(-0x282,-0x21f,-0x275,-0x26f)]=!![],_0x3d9318[_0x27b936(0x400,0x445,_0x5f14f7._0x48e741,_0x5f14f7._0x5d778f)+'t']=_0x3082e0,_0x3d9318['path']=_0x154d7b[_0x27b936(_0x5f14f7._0x1cd667,0x45d,_0x5f14f7._0x53708a,_0x5f14f7._0x5a68bd)],_0x3d9318['updatedAt']=_0x106668,_0x3d9318[_0x27b936(0x4a1,0x432,0x423,_0x5f14f7._0xe8c6c9)+_0x2dd5cc(-_0x5f14f7._0x354408,-_0x5f14f7._0x52e2ec,-0x133,-_0x5f14f7._0x422098)]=_0x2539fe[_0x27b936(0x4b4,0x487,_0x5f14f7._0x3b3628,0x4ce)],_0x3d9318[_0x2dd5cc(-_0x5f14f7._0x3d123b,-0x1fb,-0x22e,-_0x5f14f7._0x45c4c9)+_0x27b936(0x469,_0x5f14f7._0x1ab7ae,_0x5f14f7._0x1b0614,_0x5f14f7._0x1c8ef2)]=_0x16247b['id'],_0x27c49c[_0x2dd5cc(-_0x5f14f7._0x3ab687,-0x20f,-_0x5f14f7._0x35e33d,-_0x5f14f7._0x2d1307)](_0x3d9318);}catch(_0x41e60a){if(_0x2dd5cc(-_0x5f14f7._0xa1a5a1,-_0x5f14f7._0x535fb0,-0x1f2,-_0x5f14f7._0x51ff71)===_0x154d7b[_0x2dd5cc(-_0x5f14f7._0x4450b1,-0x123,-_0x5f14f7._0x580fa3,-0x19e)])_0x3ce976=_0x3b14a7['tasks'],_0x28002b=_0x3961e4['setupPath'],_0x4e693b=_0x26b10c[_0x2dd5cc(-0x18b,-_0x5f14f7._0x4cf414,-0x208,-0x1ce)+'g'];else{const _0x1e8b49={};_0x1e8b49[_0x2dd5cc(-0x121,-0x164,-0xd8,-_0x5f14f7._0x34b25a)]=_0x2539fe[_0x2dd5cc(-_0x5f14f7._0x1cb240,-0x164,-0x161,-0x14b)],_0x1e8b49[_0x2dd5cc(-_0x5f14f7._0x31f0be,-0x1a6,-0x16c,-_0x5f14f7._0xe53059)+'t']=_0x3082e0,_0x1e8b49[_0x27b936(_0x5f14f7._0x2a4480,0x46c,_0x5f14f7._0x1b499e,_0x5f14f7._0x3cc552)]=_0x41e60a[_0x27b936(_0x5f14f7._0x372471,0x457,0x3f5,_0x5f14f7._0x2e4be4)],logger['error'](_0x154d7b[_0x27b936(0x4d9,_0x5f14f7._0x21dfda,0x4b1,_0x5f14f7._0x38216e)],_0x1e8b49);const _0x3c1e76={};_0x3c1e76['error']=_0x154d7b[_0x27b936(_0x5f14f7._0x571c1f,_0x5f14f7._0x5ee315,_0x5f14f7._0x5b750d,0x40a)],_0x3c1e76[_0x27b936(0x40a,_0x5f14f7._0x2b51b2,_0x5f14f7._0x386ac7,_0x5f14f7._0x5a9383)]=_0x27b936(0x4ca,_0x5f14f7._0x127284,0x4fd,0x474)+_0x27b936(_0x5f14f7._0x455924,_0x5f14f7._0x1b499e,0x481,0x495)+_0x2dd5cc(-_0x5f14f7._0x5064f6,-_0x5f14f7._0x833d32,-0x19f,-0x1aa)+_0x2dd5cc(-0x1c8,-0x160,-0x1a9,-_0x5f14f7._0x213e49),_0x27c49c[_0x27b936(0x420,0x4ad,_0x5f14f7._0x3e51c8,_0x5f14f7._0x46d230)](-0x1b42+-0x1e96+0x3bcc)['json'](_0x3c1e76);}}}),router[_0x901f73(-0x199,-0x197,-0x21f,-0x165)](_0x901f73(-0xed,-0xf8,-0xa3,-0x127),requireTaskAuth,requireTemplatesPermission,async(_0x318bc6,_0x4e243e)=>{const _0x396a94={_0x21bf4a:0x38f,_0x46e89f:0x22d,_0xc54efe:0x243,_0x5231d4:0xdb,_0x1a8809:0x170,_0x218e97:0xba,_0x29b24d:0x169,_0x5613bf:0x6f,_0x5c09c4:0x13e,_0x35d1be:0xd4,_0x1558af:0x64,_0x54d169:0x103,_0x4d4bd0:0x308,_0x5214e4:0x34c,_0x5bd13a:0xd6,_0x4aa611:0xd6,_0x4db6cc:0xd7,_0x5aaf1a:0x50,_0x5830de:0x4,_0x264491:0xc,_0x590052:0x239,_0x578ecd:0x22a,_0x595ac3:0x2e8,_0x245bae:0x259,_0x2af530:0x214,_0x511843:0x2b8,_0x2f6213:0x302,_0x1d98c2:0x32d,_0x4a363d:0x31d,_0x5eae78:0xe,_0x1279e7:0x338,_0xfe7705:0x3a8,_0x57a113:0x2d8,_0xfb7857:0x2ec,_0x55f92e:0x2dd,_0x153081:0x284,_0x288823:0x28b,_0x19d901:0xf2,_0x1371c5:0xbc,_0x1ae5bb:0x99,_0x53ca76:0x249,_0x3168a2:0x204,_0xb087c6:0x225,_0x550549:0x2db,_0x531cbf:0x314,_0x1ad50d:0x8c,_0x531861:0x34a,_0x29021f:0x330,_0x17b19f:0x384,_0x2d367a:0x4b,_0x4e6111:0x33,_0x104c9b:0x30a,_0x3924ab:0x2a6,_0x17dfa2:0x2e3,_0x1dd802:0x38e,_0x410c6c:0x265,_0x56e863:0x1fb,_0xf15e78:0x1ff,_0x3ed0fb:0x299,_0x5671b3:0x223,_0x16f561:0x217,_0x2b8073:0x270,_0x3fff3f:0x1f9,_0x32d551:0xd2,_0x600e7f:0x22,_0x3b3e31:0x1f9,_0xe5ba3e:0x2a4,_0x423eba:0xd0,_0x52ffc9:0xf9,_0x4b3479:0x2cd,_0x7b6129:0x2ad,_0x391815:0x21f,_0x37f579:0x2c0,_0x2fb93a:0x70,_0x109f52:0x30,_0x2135a5:0x6e,_0x1046a6:0x4d,_0x4c93ba:0x45,_0x1f1f95:0x13,_0x31409c:0x32,_0x51210e:0x31b,_0x372dbc:0x8d,_0x294dfa:0x2d1,_0x5d70d8:0x217,_0x316a6c:0xcf,_0x5b999d:0xdc,_0x452d5b:0x1af,_0x19920c:0x2c0,_0xeed3b3:0x29e,_0x37b6c2:0x25d,_0x6ea46b:0x271,_0x51acda:0x119,_0x5bab53:0x137,_0x32a567:0xd8,_0x4b154f:0xb2,_0x2652c3:0x142,_0x4aef15:0xce,_0x1bc34f:0x2ef,_0x4a9e4d:0x29c,_0x70f114:0x2f6,_0x4b5bae:0x34e,_0x24fe3f:0x34b,_0x5403f4:0x2b2,_0x34fc5a:0xa7,_0x366b0c:0xbd,_0x3b2cfc:0x35a,_0x55f0dc:0x3b,_0x1b974d:0x64,_0xd830dc:0x111,_0x3ac389:0x126,_0x334fd3:0x49,_0x47c3a6:0x116,_0x51d91f:0x3,_0x3e2898:0x24b,_0x396137:0x257,_0x14aefe:0x45,_0x4d2707:0xeb,_0x40f2c8:0xc0,_0x5c5ebc:0xe0,_0x13653f:0x22c,_0x32aa3e:0x1d8,_0x12f99f:0x200,_0x544b3a:0x121,_0x297f6a:0x1c3,_0xbf6aa3:0x138,_0x2426cf:0x2af,_0x66b87f:0x31c,_0x5fbb28:0x63,_0x48e6f2:0x2b4,_0x267b91:0x2c5,_0x59e1b1:0x19,_0x47099d:0x2c6,_0x23bc0d:0x244,_0x55c93a:0x360,_0x2dc4b9:0xa8,_0x415deb:0x9f,_0x168b04:0x2c6,_0x238e7e:0x23a,_0x3ad845:0x2f1,_0x54959b:0x34e,_0x1a2964:0xd,_0x4b8aa2:0x2de,_0x35c46c:0x2b5,_0x544fef:0x1f6,_0xe2dac3:0x35f,_0x33de4c:0x113,_0x16ced2:0xd9,_0x309254:0xfb,_0x2b2ce7:0x2b4,_0x27455b:0x31c,_0x27e86d:0x29d,_0x4c8da1:0x266,_0x3e735b:0x108,_0x407f78:0x27f,_0x58e063:0xdc,_0x2d2ab8:0x13d,_0x26cc25:0x250,_0x85e9b7:0x2ca,_0x53c087:0x7c,_0x23ac08:0x18b,_0x24321f:0x196,_0x409138:0x138,_0x2941e5:0x121},_0x1a1b4f={_0x585873:0x1a,_0x450f58:0x32,_0x521271:0x70,_0x233f6d:0xb7,_0x5e1973:0xa0,_0x18bc06:0xaa,_0x542622:0xa5,_0x5017e7:0x9c,_0x3b7dd5:0xe,_0x800f35:0x13,_0x3c45a3:0x12,_0x3f5a97:0x32,_0x1d50cf:0x6c,_0x335f76:0x2d4,_0x517174:0x2ca,_0x386937:0x75,_0x39dabe:0xb7,_0x2ee0b1:0x20c,_0x1057fe:0x2ee,_0xa9e559:0x38,_0x447c18:0xc2,_0x40d22f:0x40,_0x23d874:0x9,_0x526110:0x26,_0x2f1e62:0x320,_0x3994ea:0x2a,_0x11b184:0x29,_0x4ff9ee:0x65,_0x46651f:0x15,_0x21f665:0x3a,_0x3d56b8:0xe,_0x1dbdaa:0x1a,_0x244e81:0x66,_0x443e7b:0xa2,_0x535f48:0x27,_0x1d68c7:0x15e,_0x9c4d89:0x229,_0x2ecf2c:0x2c9,_0x244f57:0x2c1,_0x34db15:0x4d,_0x4e5479:0x1ee,_0x102dcb:0x15b,_0x15164c:0x188,_0x5e4cb1:0x276,_0xb5b5d7:0x2b4,_0x96d2fe:0x221,_0x44f1ab:0x341,_0x247912:0x2e3,_0x2e538f:0x313,_0x1d261d:0x2d1,_0x3f41a5:0x18,_0xa70120:0x62,_0x5ee12b:0x69,_0x50097d:0x281,_0x2678df:0x2d6,_0x3521f0:0x20a,_0x3b1070:0x24c,_0xa9780c:0x26a,_0xf40f73:0xd1,_0xa2fb85:0x33,_0x763a82:0x44,_0x92be6:0x46,_0x3da670:0x9e,_0x11f2b8:0x282,_0x1aff16:0x235,_0x4d3a47:0x2ab,_0x2bf1b2:0x22e,_0x2ba823:0x229,_0x55388d:0x1da},_0x53a199={_0x561588:0x423},_0xa66150={_0x333bb2:0x16d,_0x554ac5:0x1ad,_0x504f90:0x186},_0x50cce3={};_0x50cce3[_0x1da57f(0x32a,0x2bc,_0x396a94._0x21bf4a,0x29b)]=_0x1da57f(_0x396a94._0x46e89f,0x261,0x1e6,0x1d5)+'o\x20environm'+'ent',_0x50cce3[_0x1da57f(_0x396a94._0xc54efe,0x22c,0x1ff,0x26c)]='Task\x20has\x20n'+_0x12fedd(-0x103,-0x11c,-_0x396a94._0x5231d4,-_0x396a94._0x1a8809)+_0x12fedd(-_0x396a94._0x218e97,-_0x396a94._0x29b24d,-0x136,-0xa2)+'ment',_0x50cce3[_0x12fedd(-_0x396a94._0x5613bf,-_0x396a94._0x5c09c4,-_0x396a94._0x35d1be,-0xe2)]=function(_0x4cd6ea,_0x3102d8){return _0x4cd6ea===_0x3102d8;},_0x50cce3[_0x12fedd(-_0x396a94._0x1558af,-0x118,-0xe7,-_0x396a94._0x54d169)]=_0x1da57f(_0x396a94._0x4d4bd0,0x32b,_0x396a94._0x5214e4,0x2d3),_0x50cce3[_0x12fedd(-0x4d,-0xdb,-_0x396a94._0x5bd13a,-0xec)]=_0x12fedd(-_0x396a94._0x4aa611,-_0x396a94._0x4db6cc,-_0x396a94._0x5aaf1a,-_0x396a94._0x5830de);function _0x12fedd(_0x501b78,_0x481e71,_0xdb050a,_0x263f7c){return _0x3e3d30(_0x501b78-_0xa66150._0x333bb2,_0x481e71-_0xa66150._0x554ac5,_0x263f7c,_0xdb050a- -_0xa66150._0x504f90);}_0x50cce3[_0x12fedd(-_0x396a94._0x5613bf,-_0x396a94._0x264491,-0x55,0x8)]=_0x1da57f(0x25c,_0x396a94._0x590052,_0x396a94._0x578ecd,_0x396a94._0x595ac3),_0x50cce3[_0x1da57f(_0x396a94._0x245bae,_0x396a94._0x2af530,0x2a5,0x1f8)]=_0x1da57f(_0x396a94._0x511843,0x2ae,_0x396a94._0x2f6213,_0x396a94._0x1d98c2),_0x50cce3[_0x1da57f(0x342,_0x396a94._0x4a363d,0x385,0x2eb)]=function(_0x416657,_0x107ea7){return _0x416657!==_0x107ea7;},_0x50cce3[_0x12fedd(-0xb7,-0x1c,-0x85,-_0x396a94._0x5eae78)]=_0x1da57f(_0x396a94._0x1279e7,_0x396a94._0xfe7705,0x392,0x36d)+_0x1da57f(0x297,0x235,_0x396a94._0x57a113,0x260)+_0x1da57f(_0x396a94._0xfb7857,_0x396a94._0x55f92e,_0x396a94._0x153081,_0x396a94._0x288823),_0x50cce3[_0x12fedd(-0x14f,-_0x396a94._0x19d901,-_0x396a94._0x1371c5,-_0x396a94._0x1ae5bb)]='Internal\x20S'+_0x1da57f(_0x396a94._0x53ca76,_0x396a94._0x3168a2,_0x396a94._0xc54efe,_0x396a94._0xb087c6)+'r',_0x50cce3[_0x1da57f(0x2d4,_0x396a94._0x550549,0x34e,_0x396a94._0x531cbf)]=_0x12fedd(0x14,-0xc,-0x4b,-_0x396a94._0x1ad50d)+'read\x20AGENT'+_0x1da57f(_0x396a94._0x531861,_0x396a94._0x29021f,_0x396a94._0x17b19f,0x369),_0x50cce3['mWFIT']=_0x12fedd(-0x7c,-0x21,-_0x396a94._0x2d367a,_0x396a94._0x4e6111)+'read\x20instr'+_0x1da57f(_0x396a94._0x104c9b,_0x396a94._0x3924ab,_0x396a94._0x17dfa2,_0x396a94._0x1dd802)+'le',_0x50cce3[_0x1da57f(_0x396a94._0x410c6c,0x26c,_0x396a94._0x56e863,_0x396a94._0xf15e78)]='Task\x20listi'+'ng\x20environ'+_0x1da57f(_0x396a94._0x3ed0fb,_0x396a94._0x5671b3,_0x396a94._0x590052,_0x396a94._0x16f561)+_0x1da57f(_0x396a94._0x2b8073,0x274,_0x396a94._0x3fff3f,0x2b2),_0x50cce3[_0x12fedd(-0xd7,-0xde,-0x13d,-0xa9)]=_0x12fedd(-_0x396a94._0x32d551,_0x396a94._0x600e7f,-0x64,-0xc5)+_0x1da57f(0x270,0x205,_0x396a94._0x3b3e31,0x2f6),_0x50cce3[_0x1da57f(0x2ef,0x2e3,0x2b0,_0x396a94._0xe5ba3e)]=_0x12fedd(-0x102,-0x134,-0x153,-_0x396a94._0x423eba),_0x50cce3[_0x12fedd(-0xe7,-_0x396a94._0x52ffc9,-0x80,-0xc8)]=_0x1da57f(0x27d,_0x396a94._0x4b3479,_0x396a94._0x7b6129,_0x396a94._0x391815),_0x50cce3[_0x1da57f(_0x396a94._0x37f579,0x22c,0x30d,0x278)]=_0x12fedd(-_0x396a94._0x2fb93a,_0x396a94._0x109f52,-0x51,-0x7b),_0x50cce3[_0x12fedd(-_0x396a94._0x2135a5,-0xf9,-0x73,0x13)]=_0x12fedd(_0x396a94._0x1046a6,-0x55,-_0x396a94._0x4c93ba,_0x396a94._0x1f1f95),_0x50cce3[_0x12fedd(-0x14c,-0x15a,-0x11c,-0x196)]=_0x12fedd(_0x396a94._0x31409c,0x1f,-_0x396a94._0x2d367a,-0xbd)+'list\x20templ'+'ates';const _0x5db219=_0x50cce3,{callingTask:_0x12e0fb,environmentName:_0x4f6845,environmentPath:_0x557ff9}=_0x318bc6,_0x43f06d={};_0x43f06d[_0x1da57f(0x2f6,0x377,0x37b,_0x396a94._0x51210e)]=_0x12e0fb[_0x12fedd(-0x7d,-0xb9,-_0x396a94._0x372dbc,-0x2f)],_0x43f06d['environmen'+'t']=_0x4f6845,logger['info'](_0x5db219[_0x1da57f(_0x396a94._0x410c6c,_0x396a94._0x294dfa,0x254,_0x396a94._0x5d70d8)],_0x43f06d);const _0x350da7=_0x6e03eb[_0x12fedd(-_0x396a94._0x316a6c,-_0x396a94._0x5b999d,-0x14d,-_0x396a94._0x452d5b)](_0x557ff9,_0x5db219[_0x1da57f(0x246,_0x396a94._0x19920c,0x265,_0x396a94._0xeed3b3)]);function _0x1da57f(_0x17ca27,_0x1c9b3f,_0x24f6c8,_0x2e1bdc){return _0x901f73(_0x17ca27-_0x53a199._0x561588,_0x1c9b3f-0x1c3,_0x24f6c8-0x6b,_0x24f6c8);}try{const _0x595b3c=await _0x5a3670[_0x1da57f(0x266,0x258,0x206,0x28a)](_0x350da7),_0x360ba6=_0x595b3c['filter'](_0x3c66f1=>_0x3c66f1[_0x1da57f(0x298,0x26d,0x237,0x27a)](_0x1da57f(0x348,0x2b8,0x389,0x37b))),_0x2ae39a=await Promise[_0x1da57f(_0x396a94._0x37b6c2,0x217,_0x396a94._0x6ea46b,0x245)](_0x360ba6[_0x12fedd(-_0x396a94._0x51acda,-_0x396a94._0x5bab53,-_0x396a94._0x32a567,-_0x396a94._0x4b154f)](async _0x1c410e=>{const _0x4e1d40={_0x5e1a71:0x66,_0x16f737:0x23,_0x400942:0x312};function _0x48592b(_0x1f2308,_0x3fb02a,_0x143408,_0x7c7a79){return _0x12fedd(_0x1f2308-0x19c,_0x3fb02a-0xc9,_0x7c7a79-0x96,_0x3fb02a);}function _0x46debc(_0x101d56,_0x2eab0d,_0x6d9b74,_0x4f06c1){return _0x12fedd(_0x101d56-_0x4e1d40._0x5e1a71,_0x2eab0d-_0x4e1d40._0x16f737,_0x4f06c1-_0x4e1d40._0x400942,_0x101d56);}const _0x47ced9={};_0x47ced9['cMjhX']=_0x5db219[_0x48592b(-_0x1a1b4f._0x585873,-_0x1a1b4f._0x450f58,_0x1a1b4f._0x450f58,0x3d)],_0x47ced9[_0x48592b(-_0x1a1b4f._0x521271,-0xea,-_0x1a1b4f._0x233f6d,-0xc4)]=_0x5db219[_0x48592b(-_0x1a1b4f._0x5e1973,-0xab,-0x77,-_0x1a1b4f._0x18bc06)],_0x47ced9[_0x48592b(0x7,-_0x1a1b4f._0x542622,-_0x1a1b4f._0x5017e7,-0x44)]=_0x48592b(-_0x1a1b4f._0x3b7dd5,0x3d,_0x1a1b4f._0x800f35,0x1c)+'ed';const _0x33c565=_0x47ced9;if(_0x5db219[_0x48592b(_0x1a1b4f._0x3c45a3,-_0x1a1b4f._0x3f5a97,-_0x1a1b4f._0x1d50cf,-0x3e)](_0x46debc(_0x1a1b4f._0x335f76,0x2fe,0x30a,0x297),_0x5db219['ZCazb'])){const _0x2f3fae=_0x1c410e[_0x46debc(_0x1a1b4f._0x517174,0x316,0x29d,0x293)](/\.md$/,''),_0x5bcffb=_0x6e03eb[_0x48592b(-0x12e,-_0x1a1b4f._0x386937,-0x117,-_0x1a1b4f._0x39dabe)](_0x350da7,_0x2f3fae+_0x46debc(_0x1a1b4f._0x2ee0b1,_0x1a1b4f._0x1057fe,0x1f0,0x25a));let _0x11c229=null;try{if(_0x5db219[_0x48592b(-_0x1a1b4f._0xa9e559,-0x79,-_0x1a1b4f._0x447c18,-_0x1a1b4f._0x40d22f)]===_0x5db219[_0x48592b(-0x1,0x18,0x9a,0x41)]){const _0x3ea6fc={};_0x3ea6fc[_0x48592b(_0x1a1b4f._0x23d874,-_0x1a1b4f._0x526110,_0x1a1b4f._0x800f35,0x9)]=_0x202683,_0x93fcba[_0x46debc(0x362,0x2b8,_0x1a1b4f._0x2f1e62,0x2d2)](_0x33c565[_0x48592b(_0x1a1b4f._0x3994ea,-_0x1a1b4f._0x11b184,-_0x1a1b4f._0x4ff9ee,_0x1a1b4f._0x46651f)],_0x3ea6fc);const _0xbba206={};return _0xbba206['error']=_0x48592b(-0x21,-_0x1a1b4f._0x21f665,_0x1a1b4f._0x3d56b8,-_0x1a1b4f._0x1dbdaa)+'t',_0xbba206[_0x48592b(-_0x1a1b4f._0x244e81,-_0x1a1b4f._0x443e7b,-0x8d,-_0x1a1b4f._0x535f48)]=_0x33c565[_0x46debc(_0x1a1b4f._0x1d68c7,0x246,_0x1a1b4f._0x9c4d89,0x1b8)],_0x4accb4[_0x46debc(0x32b,_0x1a1b4f._0x2ecf2c,_0x1a1b4f._0x244f57,0x2ab)](0x1*0xaed+-0x2443+0x1ae6)[_0x46debc(0x265,0x1e0,0x24b,0x1da)](_0xbba206);}else{const _0x4f193c=await _0x5a3670[_0x48592b(0x21,0x3a,-0x1c,-_0x1a1b4f._0x34db15)](_0x5bcffb,_0x5db219[_0x46debc(_0x1a1b4f._0x4e5479,_0x1a1b4f._0x102dcb,_0x1a1b4f._0x15164c,0x1e8)]);_0x11c229=JSON[_0x46debc(_0x1a1b4f._0x5e4cb1,0x2d8,0x235,_0x1a1b4f._0xb5b5d7)](_0x4f193c);}}catch{}return{'name':_0x2f3fae,'filename':_0x1c410e,'description':_0x11c229?.[_0x46debc(_0x1a1b4f._0x96d2fe,0x2b1,_0x1a1b4f._0x44f1ab,0x2b1)+'n']||null,'hasMetadata':_0x5db219[_0x46debc(0x30f,_0x1a1b4f._0x247912,_0x1a1b4f._0x2e538f,_0x1a1b4f._0x1d261d)](_0x11c229,null)};}else{const _0x547d0b={};_0x547d0b[_0x48592b(0x3d,-_0x1a1b4f._0x3f41a5,0x38,0x9)]=_0x3fde10,_0x7134b['warn'](_0x48592b(-_0x1a1b4f._0xa70120,-0x51,0x1,-0x79)+'t\x20manageme'+'nt\x20request'+_0x48592b(-0x7,_0x1a1b4f._0x5ee12b,-0x92,-0x20)+_0x46debc(0x2f0,0x292,_0x1a1b4f._0x50097d,0x2a3)+'D',_0x547d0b);const _0x3d92c5={};return _0x3d92c5[_0x46debc(_0x1a1b4f._0x2678df,_0x1a1b4f._0x3521f0,_0x1a1b4f._0x3b1070,_0x1a1b4f._0xa9780c)]=_0x33c565[_0x48592b(-_0x1a1b4f._0xf40f73,-0x86,-_0x1a1b4f._0xa2fb85,-_0x1a1b4f._0x763a82)],_0x3d92c5[_0x46debc(0x216,0x214,0x23e,0x255)]=_0x48592b(-0x25,-0xdc,-_0x1a1b4f._0x92be6,-_0x1a1b4f._0x3da670)+_0x46debc(0x20f,0x1d8,_0x1a1b4f._0x11f2b8,_0x1a1b4f._0x1aff16),_0x41b3c1[_0x46debc(0x2f1,0x23b,0x224,_0x1a1b4f._0x4d3a47)](-0x76*-0x5+-0x1c7e+-0x1bc1*-0x1)[_0x46debc(_0x1a1b4f._0x2bf1b2,_0x1a1b4f._0x2ba823,0x24e,_0x1a1b4f._0x55388d)](_0x3d92c5);}})),_0x54ce45={};_0x54ce45['templates']=_0x2ae39a,_0x54ce45[_0x1da57f(0x2b4,0x2e8,0x256,_0x396a94._0x294dfa)+'t']=_0x4f6845,_0x4e243e[_0x12fedd(-_0x396a94._0x2652c3,-0x1c3,-0x138,-_0x396a94._0x4aef15)](_0x54ce45);}catch(_0x48b715){if(_0x5db219['fHqKi'](_0x5db219[_0x1da57f(_0x396a94._0x1bc34f,_0x396a94._0x4a9e4d,0x347,0x370)],_0x5db219['HwFdN'])){const _0xb4f7f9={};_0xb4f7f9['taskId']=_0x56f3a3[_0x1da57f(_0x396a94._0x70f114,0x380,0x378,_0x396a94._0x4b5bae)],_0xb4f7f9['environmen'+'t']=_0x577604,_0xb4f7f9['template']=_0x1ecb55,_0xb4f7f9[_0x1da57f(_0x396a94._0x550549,_0x396a94._0x24fe3f,0x24e,_0x396a94._0x5403f4)]=_0x535ddf[_0x12fedd(-_0x396a94._0x34fc5a,-0x10f,-_0x396a94._0x366b0c,-0xcb)],_0x108b4f[_0x1da57f(0x2db,_0x396a94._0x3b2cfc,0x356,0x253)](_0x5db219[_0x12fedd(-0x6a,-_0x396a94._0x55f0dc,-0x85,-0xaf)],_0xb4f7f9);const _0x5980f5={};_0x5980f5[_0x12fedd(-_0x396a94._0x1b974d,-_0x396a94._0xd830dc,-0xa8,-0x41)]=_0x5db219[_0x12fedd(-0x26,-0x98,-0xbc,-_0x396a94._0x3ac389)],_0x5980f5[_0x12fedd(-_0x396a94._0x334fd3,-0x70,-0xbd,-_0x396a94._0x47c3a6)]=_0x5db219[_0x12fedd(-_0x396a94._0x51d91f,-0xd2,-0x85,-0x9a)],_0x27cab9[_0x1da57f(0x31c,0x329,0x32c,0x320)](-0x41*-0x2e+-0x8b*-0xb+0xfb3*-0x1)[_0x1da57f(_0x396a94._0x3e2898,0x2d6,_0x396a94._0x396137,_0x396a94._0x4b3479)](_0x5980f5);}else{if(_0x5db219['DpWNv'](_0x48b715[_0x12fedd(-_0x396a94._0x14aefe,-0xca,-0x60,-_0x396a94._0x4d2707)],_0x5db219[_0x12fedd(-_0x396a94._0x40f2c8,-0xed,-0x80,-_0x396a94._0x5c5ebc)])){const _0x288c4c={};_0x288c4c[_0x1da57f(_0x396a94._0x13653f,0x1a0,_0x396a94._0x32aa3e,_0x396a94._0x12f99f)]=[],_0x288c4c[_0x12fedd(-0xb8,-_0x396a94._0x544b3a,-0xcf,-0x6b)+'t']=_0x4f6845,_0x4e243e[_0x12fedd(-_0x396a94._0x297f6a,-0x15d,-_0x396a94._0xbf6aa3,-0x185)](_0x288c4c);}else{if(_0x5db219[_0x1da57f(_0x396a94._0x2426cf,0x23a,_0x396a94._0x66b87f,0x343)](_0x5db219['qdsWv'],_0x5db219['xmLCE'])){const _0x55f692={};_0x55f692['taskId']=_0x1f326e[_0x12fedd(-_0x396a94._0x5fbb28,-0x18,-0x8d,-0xf8)],_0x55f692[_0x1da57f(_0x396a94._0x48e6f2,_0x396a94._0x267b91,0x300,0x287)+'t']=_0x2f9ef0,_0x55f692[_0x12fedd(-_0x396a94._0x59e1b1,-0xe0,-0xa8,-0x45)]=_0x8e783e[_0x1da57f(_0x396a94._0x47099d,_0x396a94._0x267b91,0x27b,_0x396a94._0x23bc0d)],_0x11bb5d[_0x1da57f(0x2db,_0x396a94._0x55c93a,0x339,0x341)](_0x5db219[_0x12fedd(-_0x396a94._0x2dc4b9,-0x86,-0xaf,-_0x396a94._0x415deb)],_0x55f692);const _0x484175={};_0x484175[_0x1da57f(0x2db,0x288,0x355,0x345)]=_0x5db219['OpRrH'],_0x484175[_0x1da57f(_0x396a94._0x168b04,_0x396a94._0x238e7e,_0x396a94._0x3ad845,_0x396a94._0x54959b)]=_0x5db219[_0x12fedd(0x0,0x11,-0x69,-_0x396a94._0x1a2964)],_0x43686a['status'](0x1*-0x1bb5+0xdd5+-0x1*-0xfd4)[_0x1da57f(_0x396a94._0x3e2898,_0x396a94._0x4b8aa2,_0x396a94._0x35c46c,_0x396a94._0x544fef)](_0x484175);}else{const _0x31158a={};_0x31158a[_0x1da57f(_0x396a94._0x70f114,_0x396a94._0x51210e,_0x396a94._0xe2dac3,0x2e1)]=_0x12e0fb[_0x12fedd(-_0x396a94._0x33de4c,-_0x396a94._0x16ced2,-0x8d,-_0x396a94._0x309254)],_0x31158a[_0x1da57f(_0x396a94._0x2b2ce7,_0x396a94._0x27455b,_0x396a94._0x27e86d,_0x396a94._0x4c8da1)+'t']=_0x4f6845,_0x31158a[_0x12fedd(-0x110,-_0x396a94._0x3e735b,-0xa8,-0x5c)]=_0x48b715[_0x1da57f(_0x396a94._0x47099d,_0x396a94._0x407f78,0x2b6,0x329)],logger[_0x12fedd(-_0x396a94._0x58e063,-_0x396a94._0x2d2ab8,-_0x396a94._0x2dc4b9,-0x87)](_0x5db219['pacCQ'],_0x31158a);const _0x1ea7df={};_0x1ea7df[_0x1da57f(_0x396a94._0x550549,_0x396a94._0x51210e,_0x396a94._0x26cc25,_0x396a94._0x85e9b7)]=_0x5db219['OpRrH'],_0x1ea7df[_0x12fedd(-_0x396a94._0x53c087,-0x14f,-_0x396a94._0x366b0c,-0x9e)]=_0x5db219[_0x12fedd(-0xcc,-_0x396a94._0x23ac08,-0x11c,-0xe5)],_0x4e243e['status'](0xf2+0x1994+-0x1892)[_0x12fedd(-0xb3,-_0x396a94._0x24321f,-_0x396a94._0x409138,-_0x396a94._0x2941e5)](_0x1ea7df);}}}}}),router[_0x3e3d30(0xf4,0x11b,0x104,0x8d)](_0x901f73(-0xed,-0x86,-0xb6,-0x178)+_0x901f73(-0xff,-0x130,-0xf2,-0x7c),requireTaskAuth,requireTemplatesPermission,async(_0x495df6,_0x253d95)=>{const _0xfc1b38={_0x1e36e4:0x3f0,_0xc85513:0x44f,_0x8b1000:0x185,_0x1bd871:0x3af,_0x4a2530:0x3aa,_0x1b9ffb:0x7d,_0x250c10:0x105,_0x397364:0xcb,_0x547d57:0xec,_0x5b0b9:0x15c,_0x5dbe35:0x177,_0x30f918:0x107,_0x44c90c:0xee,_0x569c47:0x10d,_0x38b143:0x43f,_0x38b03b:0x46f,_0x26cdf9:0x3de,_0x18a8b1:0x42f,_0x2aa60f:0x102,_0x4ecbfc:0xd4,_0x11479e:0x193,_0x18edd0:0x3ea,_0x493165:0x465,_0x101690:0x4bc,_0x2396d4:0x3ea,_0x4d9104:0x1e8,_0x17f9dc:0x491,_0x7fe09e:0x44c,_0x4b672e:0x191,_0x474248:0x20e,_0x5673a7:0x490,_0xd7e584:0x4bf,_0x1c604e:0xf3,_0x48b1ee:0x457,_0x3ebda8:0x475,_0x6fb64f:0x446,_0x3231f5:0x378,_0x11e234:0x39f,_0x3c138b:0x32a,_0x4c03f4:0x487,_0xde238b:0x3fa,_0x384d13:0x1db,_0x1aefd0:0x39d,_0xc58e1c:0x375,_0x279667:0x3c1,_0x5d4761:0x185,_0x4f3f43:0x1f1,_0x41a418:0x244,_0x4e83d1:0x4a3,_0x52699c:0x49e,_0xd9a611:0x51b,_0x5772ec:0x454,_0x493ad6:0x216,_0x4c16cb:0x185,_0x4cf51c:0x15b,_0xa37151:0x404,_0x25032e:0x499,_0x958bb:0x51a,_0xfc74a2:0x442,_0x302d1d:0x437,_0x1373ea:0x42c,_0x3d7818:0x4b0,_0x385f1b:0x501,_0x213891:0x47a,_0x43be71:0x490,_0x84e329:0x51d,_0x428503:0x44b,_0x306280:0x474,_0x134ae9:0x45a,_0x25590a:0x4aa,_0xab3859:0x3c1,_0x3bb546:0x110,_0x40b82a:0x11a,_0x9c30bf:0x47d,_0x37bc37:0x4ac,_0x42bac4:0x41d,_0x4b00bf:0x1d1,_0x577758:0x486,_0x38e268:0x514,_0x247ab5:0x45e,_0x5ef26b:0x42d,_0x325dd8:0x19a,_0x19ad6c:0x228,_0x415189:0x135,_0x38af1c:0x1b5,_0x1a98a4:0x187,_0x3a0695:0xf6,_0x202c3a:0x113,_0x555778:0x177,_0x233b76:0x16b,_0x22ed4b:0x1a3,_0x45960f:0x28a,_0x2355a2:0x200,_0x692807:0x431,_0x4783cb:0x498,_0x12cdc5:0x147,_0x1ca0fa:0x3cd,_0xc922e5:0x1a7,_0x37e187:0xf9,_0x12a6da:0x446,_0x881387:0x497,_0x188db6:0x1bd,_0x1656a3:0x1d0,_0x2cc18c:0xd1,_0x2c6975:0x165,_0x4b315f:0x3f9,_0x4cb8c:0x44e,_0x72484f:0x403,_0x398e48:0x3c5,_0x5d95f3:0x3f5,_0x115f8d:0x393,_0x354970:0x415,_0x3df3a1:0x41e,_0x405ef9:0x452,_0x1a1ad1:0x1b4,_0x1938a3:0x147,_0x588162:0x1aa,_0x59a9b0:0x4e3,_0x4d0f4b:0x36a,_0x41b51a:0x3a4,_0x531376:0x3ed,_0x317e41:0x227,_0x4bb5c1:0x1b6,_0x37076b:0x343,_0x5e800d:0x172,_0x5d9bd4:0x115,_0xef0aa8:0x4dd,_0x49c9ab:0x487,_0x1dded9:0x506,_0x4c6d7d:0x16c,_0x574a2a:0x1d2,_0x15ec42:0x20d,_0x379912:0xb3,_0x14b4eb:0x264,_0x1a0b00:0x1f2,_0xd3f963:0x1a4,_0xe7f84d:0x19d,_0x529484:0x113,_0x451f31:0x20b,_0x537ed0:0x432,_0x460bfa:0x45b,_0x46b1ff:0x447,_0x56ab07:0x40a,_0x8644c7:0x4b7,_0x53be36:0x48c,_0x342ec6:0x49d,_0xcc05c3:0x40c,_0x333569:0x3b7,_0xdd4f0c:0x433,_0x4511c5:0x4a1,_0x5b8be5:0x4c3,_0x27c4e9:0x13a,_0x12979e:0x1b3,_0xcc3201:0x18a,_0x2ff0c5:0x1b0,_0x5e0e19:0x1b7,_0x60b3a8:0x16b,_0x59a519:0x177,_0x447b61:0x157,_0x385911:0x3bb,_0x440aa0:0x377,_0x323cf4:0x19d,_0x1f52d5:0x2a6,_0x3f6d39:0x216,_0x592a73:0x28d,_0x2a77f3:0x425,_0x527fd5:0x409,_0x142030:0x418,_0x340127:0x385,_0x530894:0x43a,_0x1d4de8:0x413,_0x5d3bd7:0x464,_0x448c94:0x387,_0x296d56:0x200,_0x25bfff:0xfc,_0x3fa890:0x3d5,_0x1e7e58:0x162,_0x576cc7:0x10e,_0x536e4b:0x3e1,_0x636e26:0x3a8,_0x470cc5:0x397,_0x3b682d:0xc6,_0x5d66e7:0x121,_0x21b7d2:0x186,_0xe57f70:0x3e2,_0x1d6c60:0x3a3,_0x17f389:0x421,_0x1d47d6:0x441,_0x583b7b:0x3a7,_0x566709:0x47e,_0x661008:0x450,_0xb6239b:0x477,_0x45eacc:0x13a,_0x2cc1f4:0x18e,_0x17b54e:0x1da,_0x3731ea:0x189,_0x38b278:0x433,_0x19463d:0x184,_0x46f729:0xd0,_0xb508a:0x191,_0x2b5fcd:0x47f,_0x5682f7:0x4ce,_0x18a2e9:0x456,_0x1022b9:0x156,_0x1a2898:0x116,_0x1ba780:0xbd,_0x39834d:0xd8,_0x1f898c:0x199,_0x3d72d8:0x11f,_0x360f2f:0x18d,_0xbfddc5:0x168,_0x753283:0x44f,_0x590536:0x4c2,_0x2dcb61:0x4c0,_0x45ceba:0x482,_0x1dd502:0x33c,_0x238361:0x31e},_0x31007a={_0x564838:0x28,_0x51403b:0x355},_0x42c44a={_0x5c4c6b:0x4b,_0xd89cbd:0xec},_0x848f32={};_0x848f32[_0x202563(_0xfc1b38._0x1e36e4,0x43b,_0xfc1b38._0xc85513,0x40d)]=function(_0x1ade4c,_0x4903a6){return _0x1ade4c===_0x4903a6;},_0x848f32[_0x474438(-0x252,-0x1c8,-_0xfc1b38._0x8b1000,-0x13d)]=_0x202563(_0xfc1b38._0x1bd871,0x3d5,_0xfc1b38._0x4a2530,0x450),_0x848f32[_0x474438(-0x10f,-0x164,-0x144,-0x1cc)]=_0x474438(-_0xfc1b38._0x1b9ffb,-_0xfc1b38._0x250c10,-_0xfc1b38._0x397364,-0x6f)+_0x474438(-_0xfc1b38._0x547d57,-_0xfc1b38._0x5b0b9,-_0xfc1b38._0x5dbe35,-_0xfc1b38._0x30f918)+_0x474438(-_0xfc1b38._0x44c90c,-0xf3,-0xce,-_0xfc1b38._0x569c47),_0x848f32[_0x202563(0x44b,_0xfc1b38._0x38b143,0x4cf,0x4cf)]=_0x202563(_0xfc1b38._0x38b03b,_0xfc1b38._0x26cdf9,_0xfc1b38._0x18a8b1,0x3ad)+'erver\x20Erro'+'r';function _0x474438(_0x114ffe,_0x246af5,_0x390abc,_0x72458b){return _0x3e3d30(_0x114ffe-_0x42c44a._0x5c4c6b,_0x246af5-_0x42c44a._0xd89cbd,_0x114ffe,_0x246af5- -0x240);}_0x848f32['dajHV']=_0x474438(-_0xfc1b38._0x2aa60f,-0x105,-_0xfc1b38._0x4ecbfc,-0x7a)+_0x474438(-0x212,-0x1ca,-_0xfc1b38._0x11479e,-0x1e7)+'uctions\x20fi'+'le',_0x848f32[_0x202563(_0xfc1b38._0x18edd0,_0xfc1b38._0x493165,_0xfc1b38._0x101690,_0xfc1b38._0x2396d4)]=_0x474438(-0x1fb,-0x20b,-_0xfc1b38._0x4d9104,-0x1e9)+_0x202563(0x49e,_0xfc1b38._0x17f9dc,_0xfc1b38._0x7fe09e,0x4b6)+'uired',_0x848f32[_0x474438(-0x10b,-_0xfc1b38._0x4b672e,-_0xfc1b38._0x474248,-0x220)]=_0x202563(0x518,_0xfc1b38._0x5673a7,_0xfc1b38._0xd7e584,0x4b2)+'write\x20temp'+_0x474438(-_0xfc1b38._0x1c604e,-0x16c,-0x1ea,-0x1ad),_0x848f32[_0x202563(_0xfc1b38._0x48b1ee,_0xfc1b38._0x3ebda8,0x4dc,_0xfc1b38._0x6fb64f)]=_0x202563(_0xfc1b38._0x3231f5,0x3ad,_0xfc1b38._0x11e234,_0xfc1b38._0x3c138b),_0x848f32[_0x202563(0x4c8,_0xfc1b38._0x4c03f4,_0xfc1b38._0xde238b,0x422)]=function(_0x585805,_0x43266b){return _0x585805!==_0x43266b;},_0x848f32[_0x474438(-0x21d,-0x19a,-0x21d,-_0xfc1b38._0x384d13)]='VgfEz',_0x848f32[_0x202563(_0xfc1b38._0x1aefd0,0x3ab,_0xfc1b38._0xc58e1c,_0xfc1b38._0x279667)]=_0x474438(-_0xfc1b38._0x5d4761,-0x128,-0x196,-0xd3)+'ing\x20templa'+'te',_0x848f32['bJust']=_0x474438(-_0xfc1b38._0x4f3f43,-0x201,-0x1a0,-_0xfc1b38._0x41a418),_0x848f32[_0x202563(_0xfc1b38._0x4e83d1,_0xfc1b38._0x52699c,_0xfc1b38._0xd9a611,0x43d)]=_0x202563(0x40d,0x420,0x46b,_0xfc1b38._0x5772ec),_0x848f32[_0x474438(-0x1ee,-_0xfc1b38._0x493ad6,-0x18e,-0x2a2)]=_0x474438(-0x1bf,-_0xfc1b38._0x4c16cb,-_0xfc1b38._0x4cf51c,-0x214),_0x848f32[_0x202563(_0xfc1b38._0xa37151,_0xfc1b38._0x25032e,0x4b0,_0xfc1b38._0x958bb)]=function(_0x41c100,_0xba7e85){return _0x41c100===_0xba7e85;},_0x848f32[_0x202563(0x3b5,0x3e1,_0xfc1b38._0xfc74a2,_0xfc1b38._0x302d1d)]=_0x202563(_0xfc1b38._0x1373ea,0x44b,0x48b,0x497),_0x848f32[_0x202563(0x46a,0x47f,_0xfc1b38._0x3d7818,_0xfc1b38._0x385f1b)]=_0x202563(_0xfc1b38._0x213891,_0xfc1b38._0x43be71,_0xfc1b38._0x84e329,_0xfc1b38._0x428503)+_0x202563(_0xfc1b38._0x306280,0x3ef,0x3e6,0x365)+_0x202563(_0xfc1b38._0x134ae9,0x444,_0xfc1b38._0x25590a,_0xfc1b38._0xab3859);const _0x1c4e69=_0x848f32;function _0x202563(_0x3397f3,_0x504333,_0x476950,_0x59b8ab){return _0x3e3d30(_0x3397f3-0xf3,_0x504333-_0x31007a._0x564838,_0x59b8ab,_0x504333-_0x31007a._0x51403b);}const {callingTask:_0x2275b3,environmentName:_0x4ff184,environmentPath:_0x1eb81f}=_0x495df6,{name:_0x15c0d2}=_0x495df6[_0x474438(-0x9a,-_0xfc1b38._0x3bb546,-_0xfc1b38._0x40b82a,-0x156)];if(_0x15c0d2[_0x202563(_0xfc1b38._0x9c30bf,0x41d,_0xfc1b38._0x37bc37,0x3a8)]('/')||_0x15c0d2[_0x202563(0x3d6,_0xfc1b38._0x42bac4,0x3b9,0x443)]('\x5c')||_0x15c0d2[_0x474438(-0x202,-0x178,-0x1d0,-_0xfc1b38._0x4b00bf)]('..')){if(_0x1c4e69[_0x202563(_0xfc1b38._0x577758,_0xfc1b38._0x4c03f4,_0xfc1b38._0x38e268,_0xfc1b38._0x247ab5)](_0x202563(0x41c,0x42e,0x48f,_0xfc1b38._0x5ef26b),_0x1c4e69[_0x474438(-0x1b1,-_0xfc1b38._0x325dd8,-_0xfc1b38._0x19ad6c,-0x156)])){const _0x55edd2={};return _0x55edd2[_0x474438(-_0xfc1b38._0x415189,-0x162,-_0xfc1b38._0x38af1c,-0xef)]=_0x474438(-0x1b0,-0x16a,-_0xfc1b38._0x1a98a4,-_0xfc1b38._0x3a0695)+'t',_0x55edd2[_0x474438(-_0xfc1b38._0x202c3a,-_0xfc1b38._0x555778,-_0xfc1b38._0x233b76,-_0xfc1b38._0x22ed4b)]='Invalid\x20te'+_0x474438(-_0xfc1b38._0x45960f,-_0xfc1b38._0x2355a2,-0x192,-0x1f7)+'e',_0x253d95['status'](-0x868+0x3*0x9c8+0x3e*-0x50)['json'](_0x55edd2);}else{if(_0x1c4e69[_0x202563(_0xfc1b38._0x692807,0x43b,_0xfc1b38._0x4783cb,0x3aa)](_0x4d6bbf[_0x474438(-_0xfc1b38._0x12cdc5,-_0xfc1b38._0x40b82a,-0xab,-_0xfc1b38._0x40b82a)],_0x1c4e69[_0x202563(0x412,_0xfc1b38._0x1ca0fa,0x462,0x34b)])){const _0x4b8055={};_0x4b8055['content']='',_0x4b8055[_0x474438(-0x104,-0x189,-_0xfc1b38._0xc922e5,-_0xfc1b38._0x37e187)+'t']=_0x3b7012,_0x4b8055[_0x202563(0x46f,_0xfc1b38._0xc85513,_0xfc1b38._0x12a6da,_0xfc1b38._0x881387)]=_0x474438(-0x17c,-0x1e8,-_0xfc1b38._0x188db6,-_0xfc1b38._0x1656a3),_0x4b8055[_0x474438(-_0xfc1b38._0x2cc18c,-_0xfc1b38._0x2aa60f,-0x100,-_0xfc1b38._0x2c6975)]=![],_0x550d35['json'](_0x4b8055);}else{const _0x35cf5f={};_0x35cf5f['taskId']=_0x329e20[_0x202563(_0xfc1b38._0x4b315f,_0xfc1b38._0x4cb8c,_0xfc1b38._0x72484f,0x4dc)],_0x35cf5f[_0x202563(_0xfc1b38._0x398e48,0x40c,_0xfc1b38._0x5d95f3,_0xfc1b38._0x115f8d)+'t']=_0x1e9b69,_0x35cf5f[_0x202563(_0xfc1b38._0x354970,0x433,0x459,0x495)]=_0x1ab8c0[_0x474438(-0x1bd,-0x177,-0x11f,-0x18d)],_0x31df5b[_0x474438(-0x103,-0x162,-0xec,-0x180)](_0x1c4e69['RTRwg'],_0x35cf5f);const _0x28e1ca={};_0x28e1ca['error']=_0x1c4e69['tKMxI'],_0x28e1ca[_0x202563(0x3c7,_0xfc1b38._0x3df3a1,0x3c7,_0xfc1b38._0x405ef9)]=_0x1c4e69['dajHV'],_0x3ee2cb['status'](-0x1*0x2306+0x26bc+-0x1c2)[_0x474438(-0x1ed,-0x1f2,-0x17b,-0x224)](_0x28e1ca);}}}const _0x225154={};_0x225154[_0x474438(-_0xfc1b38._0x1a1ad1,-0x147,-_0xfc1b38._0x1938a3,-_0xfc1b38._0x588162)]=_0x2275b3[_0x202563(_0xfc1b38._0x59a9b0,0x44e,0x3d3,0x409)],_0x225154['environmen'+'t']=_0x4ff184,_0x225154[_0x202563(_0xfc1b38._0x4d0f4b,_0xfc1b38._0x41b51a,0x36a,_0xfc1b38._0x531376)]=_0x15c0d2,logger['info'](_0x1c4e69[_0x474438(-_0xfc1b38._0x317e41,-0x1ea,-0x1a3,-_0xfc1b38._0x4bb5c1)],_0x225154);const _0x4c4147=_0x6e03eb['join'](_0x1eb81f,'task-templ'+_0x202563(0x36e,0x3c8,0x44d,_0xfc1b38._0x37076b)),_0x173a17=_0x6e03eb['join'](_0x4c4147,_0x15c0d2+'.md'),_0x55959e=_0x6e03eb['join'](_0x4c4147,_0x15c0d2+_0x474438(-0x107,-_0xfc1b38._0x5e800d,-0x1fa,-_0xfc1b38._0x5d9bd4));try{if(_0x1c4e69[_0x202563(_0xfc1b38._0xef0aa8,_0xfc1b38._0x49c9ab,0x3f9,_0xfc1b38._0x1dded9)](_0x474438(-_0xfc1b38._0x4c6d7d,-0x201,-0x296,-0x1c3),_0x1c4e69['bJust'])){const _0x5b863b={};return _0x5b863b[_0x474438(-0x18f,-0x162,-_0xfc1b38._0x574a2a,-0x118)]='Bad\x20Reques'+'t',_0x5b863b[_0x474438(-0x16c,-0x177,-_0xfc1b38._0x15ec42,-0x185)]=_0x1c4e69['jYAvp'],_0x3aa649[_0x474438(-_0xfc1b38._0x379912,-0x121,-0x136,-0xba)](0x637*-0x5+-0x71*0x1f+0x2e52)[_0x474438(-_0xfc1b38._0x14b4eb,-_0xfc1b38._0x1a0b00,-_0xfc1b38._0xd3f963,-0x1dc)](_0x5b863b);}else{const _0x576836=await _0x5a3670[_0x474438(-0x16b,-_0xfc1b38._0xe7f84d,-_0xfc1b38._0x529484,-_0xfc1b38._0x451f31)](_0x173a17,'utf-8');let _0x1f24fa=null;try{if(_0x1c4e69[_0x202563(_0xfc1b38._0x537ed0,0x487,0x3fb,_0xfc1b38._0x460bfa)](_0x1c4e69['SvzKP'],_0x1c4e69[_0x202563(_0xfc1b38._0x46b1ff,_0xfc1b38._0x52699c,0x42c,0x4b7)])){const _0x2ea6ac={};_0x2ea6ac[_0x202563(_0xfc1b38._0x56ab07,_0xfc1b38._0x4cb8c,_0xfc1b38._0x8644c7,0x40e)]=_0x3bee3b[_0x202563(0x405,0x44e,_0xfc1b38._0x398e48,_0xfc1b38._0x53be36)],_0x2ea6ac[_0x202563(_0xfc1b38._0x342ec6,_0xfc1b38._0xcc05c3,_0xfc1b38._0x333569,0x399)+'t']=_0x235a2a,_0x2ea6ac[_0x202563(0x42c,0x3a4,0x317,_0xfc1b38._0x18a8b1)]=_0x405dec,_0x2ea6ac[_0x202563(0x49c,_0xfc1b38._0xdd4f0c,_0xfc1b38._0x4511c5,_0xfc1b38._0x5b8be5)]=_0x44b65c['message'],_0x4e8936['error'](_0x474438(-0x155,-0x105,-_0xfc1b38._0x5b0b9,-_0xfc1b38._0x27c4e9)+'write\x20temp'+'late',_0x2ea6ac);const _0x485b0d={};_0x485b0d[_0x474438(-_0xfc1b38._0x569c47,-0x162,-_0xfc1b38._0x12979e,-_0xfc1b38._0xcc3201)]=_0x474438(-_0xfc1b38._0x2ff0c5,-_0xfc1b38._0x5e0e19,-0x13e,-0x165)+_0x474438(-0x1c7,-0x1f4,-_0xfc1b38._0x60b3a8,-0x1c3)+'r',_0x485b0d[_0x474438(-0x1d6,-_0xfc1b38._0x59a519,-_0xfc1b38._0x447b61,-0x18a)]=_0x1c4e69[_0x202563(_0xfc1b38._0x385911,0x404,0x38b,_0xfc1b38._0x440aa0)],_0x4dd3df['status'](0x576+0x4*0x8f3+-0x274e)['json'](_0x485b0d);}else{const _0x17b642=await _0x5a3670[_0x474438(-0x19c,-_0xfc1b38._0x323cf4,-0x22c,-0x1d6)](_0x55959e,_0x1c4e69[_0x474438(-_0xfc1b38._0x1f52d5,-_0xfc1b38._0x3f6d39,-_0xfc1b38._0x592a73,-0x252)]);_0x1f24fa=JSON[_0x202563(_0xfc1b38._0x2a77f3,0x47d,0x4fb,_0xfc1b38._0x527fd5)](_0x17b642);}}catch{}const _0x54f5a6={};_0x54f5a6[_0x202563(_0xfc1b38._0x142030,_0xfc1b38._0x1bd871,0x3b4,_0xfc1b38._0x340127)]=_0x15c0d2,_0x54f5a6[_0x202563(_0xfc1b38._0x530894,0x476,0x507,_0xfc1b38._0x1d4de8)]=_0x576836,_0x54f5a6[_0x202563(0x468,_0xfc1b38._0x5d3bd7,0x44e,0x4b1)]=_0x1f24fa,_0x54f5a6[_0x202563(_0xfc1b38._0x9c30bf,0x40c,_0xfc1b38._0x448c94,0x464)+'t']=_0x4ff184,_0x253d95[_0x474438(-0x15e,-_0xfc1b38._0x1a0b00,-_0xfc1b38._0x296d56,-0x1ab)](_0x54f5a6);}}catch(_0x5db32d){if(_0x1c4e69[_0x474438(-0xff,-_0xfc1b38._0x25bfff,-0x142,-0x89)](_0x5db32d['code'],_0x202563(0x357,_0xfc1b38._0x3fa890,0x463,0x416))){const _0x42f7a3={};_0x42f7a3[_0x474438(-0xce,-_0xfc1b38._0x1e7e58,-_0xfc1b38._0x576cc7,-0x1d2)]=_0x1c4e69[_0x202563(0x3dc,_0xfc1b38._0x536e4b,_0xfc1b38._0x636e26,0x42e)],_0x42f7a3[_0x202563(_0xfc1b38._0x470cc5,0x41e,0x46d,0x40f)]='Template\x20\x27'+_0x15c0d2+(_0x474438(-0x10d,-0x183,-0x1bf,-0x119)+'d'),_0x253d95[_0x474438(-_0xfc1b38._0x3b682d,-_0xfc1b38._0x5d66e7,-0xa5,-_0xfc1b38._0x21b7d2)](0xe3d+-0x9be*0x2+-0x6d3*-0x1)[_0x202563(_0xfc1b38._0xe57f70,_0xfc1b38._0x1d6c60,_0xfc1b38._0x17f389,0x339)](_0x42f7a3);}else{if(_0x202563(_0xfc1b38._0x1d47d6,0x3e7,0x3c1,_0xfc1b38._0x583b7b)!==_0x202563(_0xfc1b38._0x566709,_0xfc1b38._0x661008,0x3e4,_0xfc1b38._0xb6239b)){const _0x448e7b={};_0x448e7b[_0x474438(-0x145,-0x147,-_0xfc1b38._0x45eacc,-0x185)]=_0x2275b3[_0x474438(-_0xfc1b38._0x2cc1f4,-0x147,-_0xfc1b38._0x17b54e,-0xe5)],_0x448e7b[_0x474438(-0x1b3,-_0xfc1b38._0x3731ea,-0xfd,-0x1d9)+'t']=_0x4ff184,_0x448e7b['template']=_0x15c0d2,_0x448e7b[_0x202563(0x484,_0xfc1b38._0x38b278,0x492,0x3e3)]=_0x5db32d['message'],logger[_0x474438(-_0xfc1b38._0x19463d,-_0xfc1b38._0x1e7e58,-_0xfc1b38._0x46f729,-_0xfc1b38._0xb508a)](_0x1c4e69[_0x202563(0x4ab,_0xfc1b38._0x2b5fcd,0x46c,_0xfc1b38._0x5682f7)],_0x448e7b);const _0x1414e7={};_0x1414e7[_0x202563(_0xfc1b38._0x18a2e9,_0xfc1b38._0xdd4f0c,0x413,0x3a9)]=_0x1c4e69[_0x474438(-0x1af,-_0xfc1b38._0x1022b9,-0x19a,-0x1bf)],_0x1414e7['message']=_0x1c4e69[_0x474438(-0xa1,-_0xfc1b38._0x1a2898,-0x117,-0x150)],_0x253d95[_0x474438(-_0xfc1b38._0x1ba780,-0x121,-_0xfc1b38._0x39834d,-_0xfc1b38._0x1f898c)](-0xc+0x1761+-0x1561)['json'](_0x1414e7);}else{const _0x1f0819={};_0x1f0819[_0x474438(-0x17c,-_0xfc1b38._0x3d72d8,-0xc9,-0xea)]='',_0x1f0819[_0x474438(-_0xfc1b38._0x360f2f,-0x189,-0x1ac,-_0xfc1b38._0xbfddc5)+'t']=_0x10b0cd,_0x1f0819[_0x202563(0x491,_0xfc1b38._0x753283,0x442,_0xfc1b38._0x590536)]=_0x1c4e69[_0x202563(0x454,_0xfc1b38._0x3ebda8,0x4e1,0x4f0)],_0x1f0819[_0x202563(0x422,0x493,_0xfc1b38._0x2dcb61,_0xfc1b38._0x45ceba)]=![],_0x4ce3dc[_0x202563(_0xfc1b38._0x1dd502,0x3a3,_0xfc1b38._0x238361,0x3a1)](_0x1f0819);}}}}),router['put'](_0x3e3d30(0x117,0x103,0xeb,0x139)+_0x3e3d30(0x104,0x93,0x128,0x127),requireTaskAuth,requireTemplatesPermission,async(_0x29f291,_0x28203b)=>{const _0x1243ff={_0x1a2c00:0x337,_0x2ef573:0x268,_0x22cc28:0x36a,_0x286c3d:0x3b9,_0x3d7a0e:0x2de,_0x2c8433:0x32e,_0x36c398:0x303,_0x4371c3:0x2ef,_0x4828eb:0x29a,_0x1e0d90:0x398,_0x53f920:0x419,_0x1f042c:0x42a,_0x6385de:0x3a2,_0x1a5e4e:0x29b,_0x4f0f5b:0x2b8,_0x4501f6:0x3c4,_0x405def:0x3dd,_0x548dbc:0x270,_0x395188:0x2b5,_0x258039:0x2d6,_0x20a711:0x2ee,_0x5777f5:0x268,_0x417669:0x278,_0x4b127e:0x327,_0x3e7f05:0x323,_0x21ff63:0x37b,_0x3f8106:0x305,_0x5d4578:0x36e,_0x16543f:0x2d7,_0x2313c8:0x2e1,_0x3930f7:0x2b7,_0x4b6057:0x336,_0x373a79:0x3ae,_0x22536a:0x329,_0x969f04:0x2e9,_0x285d2c:0x3c5,_0x53317f:0x2bf,_0x32d190:0x273,_0x366d0c:0x266,_0x4b45de:0x339,_0x315731:0x320,_0x2a6724:0x320,_0x17614a:0x3f1,_0x583f0d:0x355,_0x1b45b5:0x366,_0x1e0c3e:0x348,_0x1abb3a:0x391,_0x193e81:0x381,_0x4caa8b:0x345,_0x30007a:0x33c,_0x23d466:0x3c6,_0x5eb250:0x3c9,_0x473b06:0x2b1,_0x20aa26:0x352,_0x117101:0x3e4,_0xb927ba:0x3d1,_0x44ea71:0x2ff,_0x3f5363:0x33d,_0x304f14:0x345,_0xc3ed32:0x316,_0x35c460:0x304,_0x360b69:0x333,_0x3f8300:0x2c2,_0x2acd76:0x22e,_0x10ee6c:0x34e,_0x3c49f4:0x2e4,_0x342ce0:0x2e7,_0x4a8ec5:0x268,_0x128f8:0x2c3,_0x1b0f24:0x2c6,_0x52192e:0x3bd,_0x43c6aa:0x371,_0x32fe0e:0x360,_0x4de9c8:0x3ca,_0x396f39:0x3a0,_0x300a9b:0x408,_0x23642e:0x2c2,_0xdefa7:0x29a,_0x42c285:0x2f9,_0x438634:0x376,_0x3ad904:0x30b,_0x4bec84:0x36d,_0x1a1f40:0x35d,_0x4ea5c2:0x2da,_0x513ed9:0x237,_0x3c0b1f:0x2f7,_0x2fb8d6:0x246,_0x519f6c:0x30b,_0x2efcfe:0x357,_0x5e4608:0x2ad,_0x469f00:0x37a,_0x3afcc8:0x342,_0x227566:0x3b0,_0x37a12e:0x2c0,_0x1aed6d:0x38c,_0x13a25c:0x2f7,_0x16ffa8:0x248,_0x202f3b:0x2f4,_0x43868f:0x21e,_0x5958e7:0x372,_0xacfa3c:0x2dc,_0x4a7e27:0x2ef,_0x177b34:0x29d,_0x183d26:0x2f2,_0x228507:0x2fa,_0x464800:0x3d8,_0x46006e:0x38c,_0x35aad9:0x328,_0x51f69d:0x39e,_0x1d6a59:0x2e6,_0x11a0d6:0x313,_0x40ae2e:0x316,_0x37f5c6:0x2e9,_0x14973b:0x3b5,_0x5af440:0x2be,_0x105ea0:0x30d,_0x49507f:0x2ee,_0x120567:0x326,_0x44e03d:0x31e,_0x18d8db:0x2a2,_0x9ec006:0x384,_0x41b13f:0x30d,_0xc6b24:0x309,_0x5455ac:0x36c,_0x24f143:0x2fd,_0x4bc57a:0x2d8,_0x45a5f3:0x33d,_0x21b5e8:0x369,_0x27ccad:0x2da,_0xc44e31:0x35e,_0x3fabb5:0x2bc,_0x2841ee:0x27d,_0x235533:0x449,_0xb8f3:0x2aa,_0x2a591b:0x328,_0x38b3a2:0x39b,_0x4f4fb3:0x32d,_0x340672:0x2e9,_0x38cdf7:0x32b,_0x2d90fb:0x2ab,_0x55f66e:0x330,_0x290b8b:0x35b,_0x1613a8:0x2b3,_0x9d896:0x24e,_0xc6e713:0x26d,_0x51b98f:0x233,_0x2a6fc2:0x287,_0x203998:0x25f,_0x52d255:0x307,_0x156cd7:0x2c7,_0x1b919a:0x359,_0x591c73:0x3c8,_0x3773c0:0x2dd,_0x2f77c6:0x2ef,_0x8b6cee:0x294,_0x2bcafc:0x244,_0x3baaa2:0x238,_0x4f954b:0x2f5,_0xc9e30c:0x3a2,_0x1d3986:0x318,_0x429d56:0x36e,_0x436931:0x2c6,_0x46f89b:0x364,_0x55a37d:0x2fd,_0x8cda2c:0x33e,_0x22a89a:0x319,_0x419a1b:0x383,_0x4ed7be:0x241,_0x2b524e:0x231,_0x561cb0:0x2c0,_0x51c43d:0x310,_0x347656:0x24e,_0xcc7c33:0x34e},_0x2b0574={_0x1907b5:0x168,_0x4568c1:0x22f},_0x42bf94={};_0x42bf94[_0x5d8d96(0x2d9,_0x1243ff._0x1a2c00,0x29d,_0x1243ff._0x2ef573)]=_0x5d8d96(_0x1243ff._0x22cc28,_0x1243ff._0x286c3d,0x36c,_0x1243ff._0x3d7a0e)+_0x5d8d96(_0x1243ff._0x2c8433,0x37d,0x2b0,0x2d9)+_0x1d2f59(_0x1243ff._0x36c398,0x36d,_0x1243ff._0x4371c3,_0x1243ff._0x4828eb);function _0x5d8d96(_0x5a2db5,_0x1270c9,_0x20fdce,_0x50d37c){return _0x3e3d30(_0x5a2db5-0x1e7,_0x1270c9-_0x2b0574._0x1907b5,_0x1270c9,_0x5a2db5-_0x2b0574._0x4568c1);}_0x42bf94[_0x1d2f59(0x361,0x384,0x2cf,0x3f6)]='Bad\x20Reques'+'t',_0x42bf94[_0x1d2f59(0x2e4,0x2f4,0x2b5,0x26e)]=function(_0x4cce66,_0x357408){return _0x4cce66===_0x357408;},_0x42bf94[_0x1d2f59(0x360,0x33f,_0x1243ff._0x1e0d90,0x3a2)]='Content\x20fi'+_0x1d2f59(0x3b0,_0x1243ff._0x53f920,_0x1243ff._0x1f042c,_0x1243ff._0x6385de)+_0x5d8d96(_0x1243ff._0x1a5e4e,_0x1243ff._0x4f0f5b,0x2df,0x31b),_0x42bf94[_0x1d2f59(0x36b,_0x1243ff._0x4501f6,_0x1243ff._0x405def,0x331)]='Task\x20updat'+_0x5d8d96(0x276,_0x1243ff._0x548dbc,_0x1243ff._0x395188,_0x1243ff._0x258039)+'te';function _0x1d2f59(_0x37448d,_0x203275,_0x2209e6,_0x36f40b){return _0x901f73(_0x37448d-0x49a,_0x203275-0x17a,_0x2209e6-0xa8,_0x2209e6);}_0x42bf94[_0x1d2f59(0x2b8,0x24c,0x28b,0x22b)]=function(_0x1c4eaa,_0x50855d){return _0x1c4eaa!==_0x50855d;},_0x42bf94[_0x5d8d96(_0x1243ff._0x20a711,_0x1243ff._0x5777f5,0x297,0x32b)]='task-templ'+_0x1d2f59(0x2e7,_0x1243ff._0x417669,_0x1243ff._0x4b127e,0x347),_0x42bf94[_0x5d8d96(_0x1243ff._0x3e7f05,_0x1243ff._0x21ff63,0x296,_0x1243ff._0x3f8106)]=function(_0x299d6d,_0x433dcb){return _0x299d6d!==_0x433dcb;},_0x42bf94[_0x5d8d96(0x302,0x282,0x290,0x338)]=function(_0x1193af,_0x84ba1e){return _0x1193af!==_0x84ba1e;},_0x42bf94[_0x1d2f59(0x3b6,_0x1243ff._0x5d4578,0x369,0x42b)]=_0x1d2f59(0x2e2,_0x1243ff._0x16543f,_0x1243ff._0x2313c8,_0x1243ff._0x3930f7),_0x42bf94[_0x1d2f59(0x2ef,_0x1243ff._0x4b6057,_0x1243ff._0x3930f7,0x2d3)]=_0x1d2f59(0x32f,0x313,0x35a,_0x1243ff._0x373a79),_0x42bf94[_0x5d8d96(0x2b0,_0x1243ff._0x22536a,0x2db,_0x1243ff._0x969f04)]=_0x1d2f59(0x357,0x314,0x380,_0x1243ff._0x285d2c)+_0x1d2f59(_0x1243ff._0x53317f,_0x1243ff._0x32d190,_0x1243ff._0x366d0c,_0x1243ff._0x4b45de)+'task',_0x42bf94[_0x5d8d96(0x31f,0x315,_0x1243ff._0x4b45de,0x2a5)]=_0x5d8d96(0x36a,0x322,0x2d5,0x2d8)+'write\x20temp'+_0x5d8d96(0x303,0x376,_0x1243ff._0x315731,_0x1243ff._0x2a6724);const _0x3f3167=_0x42bf94,{callingTask:_0x2e46d1,taskUser:_0x469524,environmentName:_0x2a09f3,environmentPath:_0x3095be}=_0x29f291,{name:_0x221be7}=_0x29f291[_0x1d2f59(0x3a4,_0x1243ff._0x17614a,_0x1243ff._0x583f0d,_0x1243ff._0x1b45b5)],{content:_0x42a2b7,metadata:_0x597c3}=_0x29f291[_0x5d8d96(_0x1243ff._0x1e0c3e,_0x1243ff._0x1abb3a,0x383,_0x1243ff._0x193e81)];if(_0x221be7[_0x5d8d96(0x2f7,_0x1243ff._0x4caa8b,0x32e,0x299)]('/')||_0x221be7[_0x1d2f59(_0x1243ff._0x30007a,_0x1243ff._0x23d466,0x374,_0x1243ff._0x5eb250)]('\x5c')||_0x221be7[_0x1d2f59(0x33c,_0x1243ff._0x6385de,0x2d9,_0x1243ff._0x473b06)]('..')){const _0x2911ae={};return _0x2911ae[_0x1d2f59(_0x1243ff._0x20aa26,0x32a,0x3d7,_0x1243ff._0x117101)]=_0x3f3167[_0x1d2f59(0x361,_0x1243ff._0xb927ba,0x309,_0x1243ff._0x44ea71)],_0x2911ae[_0x1d2f59(_0x1243ff._0x3f5363,0x37b,_0x1243ff._0x304f14,_0x1243ff._0xc3ed32)]=_0x1d2f59(_0x1243ff._0x35c460,_0x1243ff._0x360b69,0x36c,0x35b)+_0x1d2f59(0x2b4,_0x1243ff._0x3f8300,_0x1243ff._0x2acd76,0x2c2)+'e',_0x28203b[_0x5d8d96(_0x1243ff._0x10ee6c,0x2f6,0x35e,0x332)](-0x1ec*-0x5+-0x21ee+0x19e2)[_0x1d2f59(0x2c2,_0x1243ff._0x3c49f4,_0x1243ff._0x342ce0,_0x1243ff._0x4a8ec5)](_0x2911ae);}if(_0x3f3167[_0x1d2f59(_0x1243ff._0x3c49f4,0x29b,_0x1243ff._0x128f8,0x35a)](_0x42a2b7,undefined)){const _0x52b3a3={};return _0x52b3a3[_0x1d2f59(0x352,0x3b6,_0x1243ff._0x1b0f24,0x2d3)]=_0x3f3167[_0x1d2f59(0x361,0x3f4,0x34f,0x36d)],_0x52b3a3[_0x1d2f59(0x33d,_0x1243ff._0x52192e,_0x1243ff._0x43c6aa,0x35a)]=_0x3f3167[_0x1d2f59(_0x1243ff._0x32fe0e,_0x1243ff._0x4de9c8,0x332,_0x1243ff._0x396f39)],_0x28203b[_0x1d2f59(0x393,0x409,0x3ca,_0x1243ff._0x300a9b)](0x7f*-0x17+0x355+0x9a4*0x1)[_0x1d2f59(_0x1243ff._0x23642e,0x2d3,_0x1243ff._0xdefa7,0x314)](_0x52b3a3);}logger[_0x1d2f59(_0x1243ff._0x42c285,_0x1243ff._0x438634,_0x1243ff._0x3ad904,0x348)](_0x3f3167[_0x5d8d96(0x326,0x347,0x300,0x37e)],{'taskId':_0x2e46d1[_0x1d2f59(_0x1243ff._0x4bec84,_0x1243ff._0x1a1f40,0x3af,_0x1243ff._0x4ea5c2)],'environment':_0x2a09f3,'template':_0x221be7,'userId':_0x469524['id'],'hasMetadata':_0x3f3167[_0x1d2f59(0x2b8,_0x1243ff._0x513ed9,_0x1243ff._0x3f8106,_0x1243ff._0x3c0b1f)](_0x597c3,undefined)});const _0x395deb=_0x6e03eb[_0x5d8d96(_0x1243ff._0x4a8ec5,_0x1243ff._0x2fb8d6,0x297,0x24c)](_0x3095be,_0x3f3167[_0x1d2f59(0x333,_0x1243ff._0x519f6c,0x329,_0x1243ff._0x2efcfe)]),_0x584845=_0x6e03eb[_0x1d2f59(_0x1243ff._0x5e4608,0x2d5,0x2c2,0x2c8)](_0x395deb,_0x221be7+_0x5d8d96(_0x1243ff._0x469f00,0x404,0x3d8,_0x1243ff._0x3e7f05)),_0x7f3b38=_0x6e03eb['join'](_0x395deb,_0x221be7+_0x1d2f59(_0x1243ff._0x3afcc8,0x30b,_0x1243ff._0x227566,_0x1243ff._0x37a12e)),_0x5b8be2=new Date()[_0x1d2f59(_0x1243ff._0x22536a,0x2b0,0x2c4,_0x1243ff._0x1aed6d)+'g']();try{const _0x98c8a5={};_0x98c8a5[_0x5d8d96(0x271,_0x1243ff._0x13a25c,0x306,_0x1243ff._0x16ffa8)]=!![],await _0x5a3670[_0x5d8d96(0x2a9,_0x1243ff._0x202f3b,0x21e,_0x1243ff._0x43868f)](_0x395deb,_0x98c8a5),await _0x5a3670[_0x5d8d96(_0x1243ff._0x5958e7,0x320,_0x1243ff._0xacfa3c,0x3ca)](_0x584845,_0x42a2b7,_0x5d8d96(0x2ea,0x33f,0x2ca,_0x1243ff._0x4a7e27));if(_0x3f3167['EBHPq'](_0x597c3,undefined)&&_0x3f3167['qDZfJ'](_0x597c3,null)){if(_0x3f3167[_0x5d8d96(0x302,_0x1243ff._0x16543f,0x342,_0x1243ff._0x37a12e)](_0x5d8d96(_0x1243ff._0x177b34,0x2c4,_0x1243ff._0x183d26,_0x1243ff._0x228507),_0x3f3167[_0x1d2f59(0x3b6,_0x1243ff._0x464800,0x405,_0x1243ff._0x46006e)])){const _0x110b48={};_0x110b48[_0x5d8d96(_0x1243ff._0x35aad9,_0x1243ff._0x1a1f40,0x2d7,0x300)]=_0x3dfc37[_0x1d2f59(0x36d,0x31c,_0x1243ff._0x32fe0e,_0x1243ff._0x51f69d)],_0x110b48[_0x5d8d96(_0x1243ff._0x1d6a59,_0x1243ff._0x11a0d6,0x30c,_0x1243ff._0x40ae2e)+'t']=_0x2ea807,_0x110b48['template']=_0x5a880c,_0x110b48[_0x1d2f59(0x352,_0x1243ff._0x37f5c6,_0x1243ff._0x14973b,_0x1243ff._0x5af440)]=_0x365724[_0x1d2f59(0x33d,0x35a,0x2f5,0x3b3)],_0x52765e[_0x5d8d96(_0x1243ff._0x105ea0,_0x1243ff._0x49507f,_0x1243ff._0x120567,0x33a)](_0x3f3167[_0x1d2f59(_0x1243ff._0x44e03d,0x2d4,_0x1243ff._0x18d8db,_0x1243ff._0x9ec006)],_0x110b48);const _0x3294e4={};_0x3294e4[_0x5d8d96(_0x1243ff._0x41b13f,0x353,_0x1243ff._0xc6b24,_0x1243ff._0x5455ac)]=_0x1d2f59(_0x1243ff._0x24f143,0x37b,0x28d,0x2f9)+_0x5d8d96(0x27b,0x1f8,_0x1243ff._0x4bc57a,0x2a6)+'r',_0x3294e4[_0x1d2f59(_0x1243ff._0x45a5f3,_0x1243ff._0x21b5e8,0x39b,0x368)]=_0x3f3167[_0x5d8d96(0x2d9,0x273,_0x1243ff._0x27ccad,_0x1243ff._0xc44e31)],_0x42240a[_0x5d8d96(0x34e,0x375,0x3db,_0x1243ff._0x3fabb5)](-0xebe+-0x2*-0x629+-0x8*-0x8c)[_0x5d8d96(_0x1243ff._0x2841ee,0x2d7,0x294,0x253)](_0x3294e4);}else await _0x5a3670[_0x1d2f59(0x3b7,_0x1243ff._0x235533,0x441,0x449)](_0x7f3b38,JSON['stringify'](_0x597c3,null,-0x12c5+-0x1400+0x26c7),_0x3f3167[_0x5d8d96(_0x1243ff._0xb8f3,0x2e3,0x325,0x26d)]);}const _0x3d50ac={};_0x3d50ac[_0x5d8d96(_0x1243ff._0x2a591b,_0x1243ff._0x38b3a2,0x348,_0x1243ff._0x4f4fb3)]=_0x2e46d1[_0x1d2f59(0x36d,0x390,_0x1243ff._0x340672,_0x1243ff._0xc44e31)],_0x3d50ac[_0x1d2f59(_0x1243ff._0x38cdf7,0x2bf,0x30e,0x373)+'t']=_0x2a09f3,_0x3d50ac[_0x5d8d96(0x27e,_0x1243ff._0x2d90fb,0x2b5,0x254)]=_0x221be7,_0x3d50ac[_0x1d2f59(_0x1243ff._0x2313c8,_0x1243ff._0x55f66e,_0x1243ff._0x290b8b,0x314)]=_0x469524['id'],logger[_0x5d8d96(0x2b4,0x2ae,0x346,_0x1243ff._0x1613a8)](_0x3f3167[_0x5d8d96(0x2b0,_0x1243ff._0x9d896,0x2e7,0x2c5)],_0x3d50ac);const _0x516ca9={};_0x516ca9[_0x5d8d96(_0x1243ff._0xc6e713,_0x1243ff._0x51b98f,_0x1243ff._0x2a6fc2,0x274)]=!![],_0x516ca9[_0x1d2f59(0x2ce,0x330,_0x1243ff._0x203998,_0x1243ff._0x52d255)]=_0x221be7,_0x516ca9[_0x5d8d96(_0x1243ff._0x1d6a59,0x2e3,_0x1243ff._0x156cd7,0x2b3)+'t']=_0x2a09f3,_0x516ca9[_0x1d2f59(_0x1243ff._0x1b919a,0x308,_0x1243ff._0x591c73,_0x1243ff._0x373a79)]=_0x5b8be2,_0x516ca9[_0x5d8d96(0x2d3,0x306,_0x1243ff._0x3773c0,_0x1243ff._0x2f77c6)+_0x1d2f59(0x30a,0x2c6,_0x1243ff._0x36c398,0x378)]=_0x2e46d1[_0x5d8d96(0x328,_0x1243ff._0x8b6cee,0x37d,_0x1243ff._0x51f69d)],_0x516ca9['updatedByU'+'serId']=_0x469524['id'],_0x28203b[_0x1d2f59(0x2c2,0x23c,_0x1243ff._0x2bcafc,_0x1243ff._0x3baaa2)](_0x516ca9);}catch(_0xa3d3df){const _0x15d990={};_0x15d990[_0x5d8d96(0x328,0x365,_0x1243ff._0x4f954b,0x3b7)]=_0x2e46d1['taskId'],_0x15d990[_0x1d2f59(0x32b,_0x1243ff._0xc9e30c,0x2d2,0x2c9)+'t']=_0x2a09f3,_0x15d990['template']=_0x221be7,_0x15d990[_0x5d8d96(_0x1243ff._0x41b13f,0x292,0x319,_0x1243ff._0x1d3986)]=_0xa3d3df[_0x5d8d96(0x2f8,_0x1243ff._0x429d56,0x2cb,0x340)],logger[_0x1d2f59(0x352,0x31e,_0x1243ff._0x396f39,_0x1243ff._0x436931)](_0x3f3167[_0x1d2f59(_0x1243ff._0x46f89b,_0x1243ff._0x55a37d,_0x1243ff._0x8cda2c,0x344)],_0x15d990);const _0x299eef={};_0x299eef[_0x1d2f59(_0x1243ff._0x20aa26,_0x1243ff._0x22a89a,_0x1243ff._0x419a1b,0x37c)]=_0x5d8d96(0x2b8,_0x1243ff._0x4ed7be,_0x1243ff._0x2b524e,0x2f2)+_0x1d2f59(_0x1243ff._0x561cb0,_0x1243ff._0x51c43d,_0x1243ff._0x347656,0x327)+'r',_0x299eef['message']=_0x1d2f59(0x3af,_0x1243ff._0x373a79,0x3f0,0x398)+'write\x20temp'+'late',_0x28203b[_0x5d8d96(_0x1243ff._0xcc7c33,0x308,0x302,_0x1243ff._0x5455ac)](-0x3*0x482+0x254b+-0x15d1)['json'](_0x299eef);}}),router['delete'](_0x901f73(-0xed,-0x114,-0xe1,-0x6c)+_0x3e3d30(0xdb,0x14b,0xba,0x127),requireTaskAuth,requireTemplatesPermission,async(_0x2b67c6,_0x4c7c70)=>{const _0x2e648e={_0x46ab0c:0x289,_0x3c94b9:0x305,_0x227414:0x26e,_0x3e9c7f:0x2eb,_0x293c55:0x296,_0x3c9796:0x24a,_0xf6dd04:0x2d8,_0x153ddc:0x299,_0x5a819f:0x2ba,_0x4b39cf:0x1e6,_0x23cbb9:0x243,_0x316490:0x2ae,_0x6e6037:0x374,_0x2873be:0x2f8,_0x2451f1:0x2ca,_0x45aec8:0x2d3,_0x29747b:0x2f0,_0x122a0b:0x382,_0xfee382:0x32d,_0x40308c:0x1e9,_0x52a32f:0x213,_0x20ebc5:0x269,_0x298b9d:0x24d,_0x2c4f24:0x265,_0x4a431a:0x24c,_0x17d282:0x2b3,_0x22364f:0x195,_0x58eb91:0x2d0,_0x42ecf6:0x2c2,_0x1e0857:0x28d,_0x3f431d:0x1fd,_0x40b108:0x1b8,_0x1a19d4:0x24d,_0x350d75:0x1da,_0x158ddc:0x294,_0x49aa0d:0x326,_0x3d4de5:0x291,_0x48d12e:0x206,_0xa100a7:0x306,_0x30d7b8:0x33a,_0x4496a6:0x221,_0x4fa375:0x320,_0x128f00:0x203,_0x3be1c2:0x2ba,_0x48cadf:0x2d5,_0x1da8b8:0x280,_0x2df814:0x346,_0x54fcc1:0x2df,_0x14d94a:0x1db,_0x55c0d3:0x218,_0x3b936b:0x1c2,_0x3e45e1:0x1fa,_0x4fc629:0x2e4,_0x5f4320:0x303,_0x58bfa2:0x2f1,_0x95ffda:0x2f4,_0x3492dc:0x2bf,_0x111336:0x2c9,_0x4283c6:0x266,_0x6b55f1:0x1d5,_0x4ab401:0x269,_0x3ab742:0x2e5,_0x306f41:0x289,_0x3ab786:0x2ee,_0x3b5330:0x275,_0x5e035f:0x209,_0x19fced:0x22f,_0x4fc1d0:0x32b,_0x401507:0x25a,_0x97592b:0x26c,_0x2db27c:0x1c4,_0x3f2caa:0x1a2,_0x29c8d3:0x29c,_0x6cd30b:0x284,_0x49d384:0x28a,_0x2b60ef:0x2e3,_0x11c69b:0x2ce,_0xc92067:0x343,_0x252701:0x39d,_0x270fe8:0x29f,_0x180ec6:0x153,_0x52ed01:0x169,_0x3a3c99:0x30e,_0x5461c1:0x31a,_0x2dd625:0x38e,_0x4b51c6:0x2cd,_0x30ae8f:0x285,_0x1993bf:0x2f6,_0x588110:0x1e8,_0x37d7e3:0x262,_0x58980a:0x375,_0x4546ed:0x32e,_0x3c7fa5:0x291,_0x1d12e9:0x302,_0x21a060:0x2a6,_0x53eb41:0x1c3,_0x1afd70:0x1c0,_0x140670:0x30a,_0x295e36:0x252,_0x58fafe:0x22e,_0x43fe71:0x1d5,_0x3ac246:0x27a,_0x4c996e:0x20d,_0x150272:0x2b2,_0x514cb1:0x229,_0x2f45fc:0x2ae,_0x35d9c7:0x2a8,_0x3eed77:0x2fd,_0x5ceae1:0x260,_0x3557c0:0x354,_0x411634:0x25b,_0x1728c2:0x230,_0x15730b:0x2cb,_0x44afe8:0x355,_0x419b39:0x21f,_0x1efd8f:0x25b,_0xc1bff9:0x2f6,_0x261c5d:0x2ea,_0x3dcc0f:0x273,_0x54e208:0x350,_0x1c8681:0x30c,_0x18597a:0x24f,_0x5837e5:0x2a3,_0x515e5c:0x2c7,_0x542e2a:0x304,_0x30101f:0x337,_0x2b5f97:0x2c4,_0x23c032:0x31c,_0x52e16e:0x304,_0x480080:0x322,_0x26c33a:0x2ce,_0x3221e5:0x207,_0xb50438:0x27c,_0x16b748:0x2fc,_0x287f88:0x2f7,_0x35eff1:0x299,_0x57306e:0x2a1,_0x1847f0:0x2cd,_0xee840:0x2bc,_0x5b794f:0x348,_0x521b6d:0x238,_0x1a880d:0x208,_0x22b672:0x2f9,_0x167963:0x305,_0x32f45b:0x2f3,_0x48dc02:0x27d,_0x55f224:0x268,_0x32650a:0x241,_0x53e100:0x2b1,_0x3aaaf6:0x359,_0x2e1b55:0x36b,_0x1155b5:0x2c1,_0x4dc56a:0x239,_0x135d21:0x283,_0x14f771:0x2e2,_0x41c284:0x2fd,_0x3b2f00:0x2cf,_0x4e0c21:0x29e,_0x4b4244:0x253,_0x5d8aad:0x2a3,_0x5e2f6e:0x2da,_0x4bc609:0x28a,_0x41e699:0x2d9,_0x319001:0x2b5,_0x294045:0x2a0,_0x400050:0x23a,_0x440ac2:0x2af,_0x3268d4:0x27e,_0x15cd0f:0x238,_0x4b49be:0x24a,_0x551ef3:0x2ac,_0x8eb07b:0x308,_0x53c6f4:0x2da,_0x4273de:0x298,_0x9cfca4:0x37b,_0x3fe2dc:0x2cc,_0x24445f:0x25f,_0x29d78d:0x192,_0x5bb75c:0x2e1,_0x3ca6e9:0x320,_0x5e562f:0x33f,_0x19f8f6:0x224,_0x304606:0x25d,_0x112aa2:0x21c,_0x3488fa:0x18b,_0x4f9c4a:0x231,_0x19b1f2:0x2db,_0x435d05:0x35c,_0x26a464:0x2b8,_0x41e48f:0x305,_0x3452ad:0x31b,_0x46522d:0x2bc,_0x3261fc:0x1fc,_0x5b3a5c:0x275,_0x7a6dd:0x2d0,_0x35b0f4:0x2f9,_0x2e00f3:0x315,_0x53a6bd:0x2b7,_0x18f138:0x239,_0x564b19:0x1ec,_0x1afb6d:0x29f,_0x2aeafb:0x34f,_0x3eb5f0:0x2ef,_0x5c8fe6:0x2ef},_0x47a8ac={_0x4c2de8:0x1e5},_0x4447f3={};_0x4447f3[_0x3a95cf(-_0x2e648e._0x46ab0c,-_0x2e648e._0x3c94b9,-_0x2e648e._0x227414,-_0x2e648e._0x3e9c7f)]='Environmen'+_0x3a95cf(-0x217,-0x1f1,-0x1b2,-0x20e)+'d',_0x4447f3['zgmHC']=_0x74b31b(-_0x2e648e._0x293c55,-_0x2e648e._0x3c9796,-0x29c,-_0x2e648e._0xf6dd04),_0x4447f3['ObuXi']='User\x20does\x20'+'not\x20have\x20p'+_0x74b31b(-0x345,-0x2b2,-0x2af,-0x2f6)+'to\x20update\x20'+_0x74b31b(-_0x2e648e._0x153ddc,-0x29c,-0x2f4,-_0x2e648e._0x5a819f)+_0x3a95cf(-0x26f,-_0x2e648e._0x4b39cf,-0x20d,-0x2d9)+'s',_0x4447f3['mtXZb']=_0x74b31b(-0x2a6,-0x27d,-0x2ce,-_0x2e648e._0x23cbb9)+'t',_0x4447f3[_0x3a95cf(-0x309,-_0x2e648e._0x316490,-0x31b,-_0x2e648e._0x6e6037)]='Invalid\x20te'+_0x3a95cf(-0x2f1,-0x369,-0x308,-_0x2e648e._0x2873be)+'e',_0x4447f3[_0x74b31b(-_0x2e648e._0x2451f1,-0x23f,-_0x2e648e._0x45aec8,-0x1c9)]=_0x3a95cf(-_0x2e648e._0x29747b,-_0x2e648e._0x122a0b,-0x2b2,-0x37d)+_0x74b31b(-0x34c,-0x30c,-0x373,-_0x2e648e._0xfee382)+'te',_0x4447f3['ZAmED']=function(_0x2623a4,_0x4b00f8){return _0x2623a4!==_0x4b00f8;},_0x4447f3[_0x74b31b(-_0x2e648e._0x40308c,-_0x2e648e._0x52a32f,-_0x2e648e._0x20ebc5,-_0x2e648e._0x298b9d)]='Ixywg',_0x4447f3['Aqhrf']=_0x3a95cf(-0x20e,-_0x2e648e._0x4b39cf,-0x204,-0x216),_0x4447f3['xHowX']=_0x3a95cf(-_0x2e648e._0x2c4f24,-0x286,-0x243,-0x2a2),_0x4447f3[_0x74b31b(-_0x2e648e._0x4a431a,-_0x2e648e._0x17d282,-0x328,-_0x2e648e._0x2873be)]='KqHmb',_0x4447f3[_0x74b31b(-0x22b,-0x207,-_0x2e648e._0x22364f,-0x178)]=_0x74b31b(-_0x2e648e._0x58eb91,-_0x2e648e._0x42ecf6,-0x2cc,-_0x2e648e._0x1e0857)+_0x3a95cf(-_0x2e648e._0x3f431d,-_0x2e648e._0x40b108,-_0x2e648e._0x1a19d4,-_0x2e648e._0x350d75)+_0x3a95cf(-_0x2e648e._0x158ddc,-_0x2e648e._0x49aa0d,-_0x2e648e._0x3d4de5,-_0x2e648e._0x48d12e);function _0x74b31b(_0x1a341e,_0x595e0d,_0x163544,_0x52ba6f){return _0x3e3d30(_0x1a341e-0x65,_0x595e0d-0x1e0,_0x52ba6f,_0x595e0d- -0x353);}_0x4447f3[_0x3a95cf(-_0x2e648e._0xa100a7,-0x2c5,-0x299,-_0x2e648e._0x30d7b8)]=function(_0x37eeae,_0xeb8414){return _0x37eeae===_0xeb8414;},_0x4447f3['SUJQm']=_0x3a95cf(-0x2b1,-0x22c,-_0x2e648e._0x4496a6,-_0x2e648e._0x4fa375);function _0x3a95cf(_0x3ba39b,_0x55711e,_0x2a37fb,_0x30847c){return _0x901f73(_0x3ba39b- -0x10b,_0x55711e-_0x47a8ac._0x4c2de8,_0x2a37fb-0x1d2,_0x2a37fb);}_0x4447f3[_0x3a95cf(-0x227,-0x1ff,-_0x2e648e._0x128f00,-0x27c)]=_0x3a95cf(-0x23b,-0x263,-0x214,-_0x2e648e._0x3be1c2),_0x4447f3[_0x74b31b(-0x333,-_0x2e648e._0x48cadf,-0x2d9,-0x260)]=function(_0x77f99e,_0x22c1b3){return _0x77f99e!==_0x22c1b3;},_0x4447f3[_0x74b31b(-_0x2e648e._0x1da8b8,-0x273,-0x265,-0x21f)]=_0x3a95cf(-0x2d8,-_0x2e648e._0x2df814,-0x342,-_0x2e648e._0x54fcc1),_0x4447f3['Ghvvf']=_0x74b31b(-_0x2e648e._0x14d94a,-_0x2e648e._0x55c0d3,-_0x2e648e._0x3b936b,-_0x2e648e._0x3e45e1)+'delete\x20tem'+_0x3a95cf(-0x2a2,-0x270,-0x288,-0x2cf),_0x4447f3[_0x74b31b(-_0x2e648e._0x4fc629,-0x2ef,-_0x2e648e._0x5f4320,-0x34e)]=_0x3a95cf(-0x2a8,-_0x2e648e._0x58bfa2,-0x2a7,-_0x2e648e._0x95ffda)+_0x3a95cf(-0x2e5,-0x321,-0x33a,-_0x2e648e._0x3492dc)+'r';const _0x4c48d3=_0x4447f3,{callingTask:_0x52152d,taskUser:_0x4acd3c,environmentName:_0x4545a5,environmentPath:_0x371332}=_0x2b67c6,{name:_0x9da1f9}=_0x2b67c6[_0x3a95cf(-0x201,-0x252,-0x1fd,-0x260)];if(_0x9da1f9[_0x3a95cf(-_0x2e648e._0x20ebc5,-_0x2e648e._0x111336,-_0x2e648e._0x4283c6,-_0x2e648e._0x6b55f1)]('/')||_0x9da1f9['includes']('\x5c')||_0x9da1f9[_0x3a95cf(-_0x2e648e._0x4ab401,-_0x2e648e._0x3ab742,-0x2d9,-_0x2e648e._0x306f41)]('..')){const _0x4352b1={};return _0x4352b1[_0x74b31b(-_0x2e648e._0x3ab786,-_0x2e648e._0x3b5330,-_0x2e648e._0x5e035f,-0x27a)]=_0x4c48d3[_0x74b31b(-0x27d,-0x297,-_0x2e648e._0x19fced,-0x24f)],_0x4352b1['message']=_0x4c48d3[_0x74b31b(-0x3af,-_0x2e648e._0x4fc1d0,-0x326,-0x2d2)],_0x4c7c70['status'](-0xc5a+0x599*-0x3+0x463*0x7)[_0x74b31b(-0x348,-_0x2e648e._0x3c94b9,-0x312,-0x26f)](_0x4352b1);}const _0x3d31dd={};_0x3d31dd[_0x74b31b(-0x2ed,-_0x2e648e._0x401507,-0x2c6,-0x207)]=_0x52152d[_0x3a95cf(-0x238,-_0x2e648e._0x97592b,-_0x2e648e._0x2db27c,-_0x2e648e._0x3f2caa)],_0x3d31dd[_0x74b31b(-0x280,-_0x2e648e._0x29c8d3,-0x22c,-0x26f)+'t']=_0x4545a5,_0x3d31dd[_0x3a95cf(-0x2e2,-_0x2e648e._0x6cd30b,-0x2f7,-_0x2e648e._0x49d384)]=_0x9da1f9,_0x3d31dd['userId']=_0x4acd3c['id'],logger[_0x74b31b(-_0x2e648e._0x2b60ef,-_0x2e648e._0x11c69b,-_0x2e648e._0xc92067,-0x344)](_0x4c48d3[_0x74b31b(-0x29a,-0x23f,-_0x2e648e._0x19fced,-_0x2e648e._0x3f431d)],_0x3d31dd);const _0x3c6a7d=_0x6e03eb[_0x74b31b(-_0x2e648e._0x252701,-0x31a,-_0x2e648e._0x270fe8,-_0x2e648e._0x54fcc1)](_0x371332,'task-templ'+'ates'),_0x1f7159=_0x6e03eb['join'](_0x3c6a7d,_0x9da1f9+_0x3a95cf(-0x1e6,-_0x2e648e._0x180ec6,-_0x2e648e._0x52ed01,-0x186)),_0x9778cd=_0x6e03eb[_0x74b31b(-_0x2e648e._0x3a3c99,-_0x2e648e._0x5461c1,-_0x2e648e._0x2dd625,-_0x2e648e._0x4b51c6)](_0x3c6a7d,_0x9da1f9+_0x74b31b(-0x2dd,-_0x2e648e._0x30ae8f,-_0x2e648e._0x1993bf,-0x2e7));try{if(_0x4c48d3[_0x3a95cf(-0x22d,-0x242,-_0x2e648e._0x588110,-0x2bb)](_0x4c48d3['CSWlN'],_0x4c48d3['Aqhrf'])){await _0x5a3670[_0x3a95cf(-0x2d0,-0x264,-_0x2e648e._0x270fe8,-_0x2e648e._0x37d7e3)](_0x1f7159),await _0x5a3670['unlink'](_0x1f7159);try{if(_0x4c48d3['ZAmED'](_0x4c48d3[_0x74b31b(-_0x2e648e._0x58980a,-0x31b,-_0x2e648e._0x4546ed,-0x386)],_0x4c48d3[_0x3a95cf(-_0x2e648e._0x3c7fa5,-_0x2e648e._0x4fc629,-_0x2e648e._0x1d12e9,-0x321)]))await _0x5a3670[_0x3a95cf(-_0x2e648e._0x21a060,-0x306,-0x21a,-0x27a)](_0x9778cd);else{_0x451894[_0x3a95cf(-0x253,-0x201,-_0x2e648e._0x53eb41,-_0x2e648e._0x1afd70)](_0x3a95cf(-_0x2e648e._0x5a819f,-_0x2e648e._0x140670,-0x28f,-_0x2e648e._0x295e36)+_0x3a95cf(-_0x2e648e._0x58fafe,-0x25c,-_0x2e648e._0x43fe71,-0x27c)+_0x3a95cf(-0x259,-_0x2e648e._0x3ac246,-0x1c8,-_0x2e648e._0x4c996e)+_0x3a95cf(-0x2ad,-0x272,-0x2ff,-0x28f)+_0x3a95cf(-_0x2e648e._0x150272,-_0x2e648e._0x514cb1,-0x24b,-_0x2e648e._0x2f45fc));const _0x1da12c={};return _0x1da12c['error']=_0x3a95cf(-_0x2e648e._0x35d9c7,-_0x2e648e._0x55c0d3,-_0x2e648e._0x3eed77,-_0x2e648e._0x5ceae1)+_0x3a95cf(-0x2e5,-_0x2e648e._0x3557c0,-_0x2e648e._0x411634,-0x30a)+'r',_0x1da12c[_0x74b31b(-_0x2e648e._0x1728c2,-0x28a,-0x26b,-_0x2e648e._0x15730b)]=_0x74b31b(-_0x2e648e._0x1e0857,-0x2f6,-_0x2e648e._0x44afe8,-0x2b5)+_0x3a95cf(-_0x2e648e._0x419b39,-_0x2e648e._0x1efd8f,-0x1bc,-0x215)+_0x3a95cf(-_0x2e648e._0xc1bff9,-_0x2e648e._0x261c5d,-_0x2e648e._0x3dcc0f,-_0x2e648e._0x6e6037),_0x30ad31['status'](-0x16b6+-0x4*0x241+0xb3a*0x3)[_0x74b31b(-_0x2e648e._0x54e208,-_0x2e648e._0x3c94b9,-_0x2e648e._0x1c8681,-0x36c)](_0x1da12c);}}catch{}const _0x3a4f29={};_0x3a4f29['taskId']=_0x52152d[_0x74b31b(-0x2d9,-_0x2e648e._0x401507,-_0x2e648e._0x18597a,-_0x2e648e._0x5837e5)],_0x3a4f29['environmen'+'t']=_0x4545a5,_0x3a4f29[_0x74b31b(-_0x2e648e._0x515e5c,-0x304,-_0x2e648e._0x542e2a,-_0x2e648e._0x30101f)]=_0x9da1f9,_0x3a4f29[_0x3a95cf(-_0x2e648e._0x2b5f97,-_0x2e648e._0x23c032,-_0x2e648e._0x52e16e,-_0x2e648e._0x480080)]=_0x4acd3c['id'],logger[_0x74b31b(-0x25e,-_0x2e648e._0x26c33a,-0x315,-0x323)](_0x4c48d3[_0x74b31b(-0x176,-_0x2e648e._0x3221e5,-_0x2e648e._0xb50438,-0x274)],_0x3a4f29);const _0x4a9702={};_0x4a9702[_0x74b31b(-0x339,-0x315,-0x2f1,-_0x2e648e._0x16b748)]=!![],_0x4a9702['name']=_0x9da1f9,_0x4a9702[_0x74b31b(-0x2c3,-_0x2e648e._0x29c8d3,-0x32e,-0x2f4)+'t']=_0x4545a5,_0x4a9702[_0x74b31b(-_0x2e648e._0x287f88,-_0x2e648e._0x35eff1,-0x2a6,-0x263)+_0x74b31b(-0x2b3,-0x2bd,-0x2e0,-0x25b)]=_0x52152d[_0x3a95cf(-0x238,-0x215,-0x1f7,-0x289)],_0x4a9702[_0x3a95cf(-0x2bd,-0x259,-_0x2e648e._0x57306e,-_0x2e648e._0x1847f0)+'serId']=_0x4acd3c['id'],_0x4c7c70[_0x3a95cf(-0x2e3,-_0x2e648e._0xee840,-_0x2e648e._0x5b794f,-0x2cc)](_0x4a9702);}else{const _0x41e7b8={};_0x41e7b8[_0x3a95cf(-_0x2e648e._0x521b6d,-0x2c1,-0x269,-_0x2e648e._0x1a880d)]=_0x51ccf9,_0x41e7b8[_0x74b31b(-0x266,-_0x2e648e._0x29c8d3,-0x309,-0x317)+'t']=_0x16c147[_0x74b31b(-0x212,-0x29c,-_0x2e648e._0x22b672,-_0x2e648e._0x167963)+'t'],_0xd3789f['warn'](_0x4c48d3['LchfC'],_0x41e7b8);const _0x20515a={};return _0x20515a[_0x74b31b(-_0x2e648e._0x32f45b,-0x275,-0x2fb,-_0x2e648e._0x48dc02)]='Not\x20Found',_0x20515a[_0x3a95cf(-_0x2e648e._0x55f224,-_0x2e648e._0x32650a,-_0x2e648e._0x53e100,-0x2f7)]=_0x74b31b(-0x2e5,-0x2dc,-_0x2e648e._0x3aaaf6,-_0x2e648e._0x2e1b55)+_0x74b31b(-_0x2e648e._0x1155b5,-_0x2e648e._0x4dc56a,-0x26c,-_0x2e648e._0x514cb1)+'d',_0x5183ea[_0x74b31b(-0x295,-0x234,-_0x2e648e._0x135d21,-0x26e)](0x1f69+0x78+0x1e4d*-0x1)[_0x3a95cf(-_0x2e648e._0x2b60ef,-_0x2e648e._0x14f771,-0x2a0,-_0x2e648e._0x41c284)](_0x20515a);}}catch(_0x4a8369){if(_0x4c48d3[_0x3a95cf(-_0x2e648e._0xa100a7,-_0x2e648e._0x3b2f00,-_0x2e648e._0x4e0c21,-0x350)](_0x4a8369[_0x3a95cf(-0x20b,-0x21b,-0x1dd,-0x1cb)],_0x4c48d3['SUJQm'])){const _0x47a980={};_0x47a980[_0x3a95cf(-_0x2e648e._0x4b4244,-_0x2e648e._0x5d8aad,-_0x2e648e._0x5e2f6e,-0x259)]=_0x4c48d3['VVjiy'],_0x47a980[_0x74b31b(-0x2cc,-_0x2e648e._0x4bc609,-0x2b4,-_0x2e648e._0x41e699)]=_0x3a95cf(-_0x2e648e._0x319001,-_0x2e648e._0x294045,-_0x2e648e._0x400050,-0x24c)+_0x9da1f9+(_0x74b31b(-0x25e,-_0x2e648e._0x293c55,-0x2a0,-_0x2e648e._0x440ac2)+'d'),_0x4c7c70[_0x3a95cf(-0x212,-_0x2e648e._0x3268d4,-0x289,-0x1b7)](-0xa58+0x103b+-0x44f)['json'](_0x47a980);}else{if(_0x4c48d3['OBkJo']('avoKg',_0x4c48d3['mSHtQ'])){const _0x4f2b56={};_0x4f2b56[_0x3a95cf(-_0x2e648e._0x15cd0f,-0x29c,-0x2cd,-0x1e8)]=_0xf2a03a['callingTas'+'k'][_0x3a95cf(-0x238,-_0x2e648e._0x4b49be,-_0x2e648e._0x551ef3,-0x1f5)],_0x4f2b56[_0x74b31b(-0x33a,-0x2e6,-0x27f,-0x2af)]=_0x4e1966[_0x3a95cf(-_0x2e648e._0x8eb07b,-0x305,-_0x2e648e._0x53c6f4,-_0x2e648e._0x4273de)]['id'],_0x4f2b56[_0x3a95cf(-0x2aa,-0x281,-0x2ff,-0x2b6)]=_0xab0e5e[_0x3a95cf(-0x308,-_0x2e648e._0x9cfca4,-_0x2e648e._0x135d21,-0x368)][_0x74b31b(-_0x2e648e._0x440ac2,-_0x2e648e._0x3fe2dc,-_0x2e648e._0x24445f,-0x32d)],_0x405087[_0x3a95cf(-0x1eb,-_0x2e648e._0x298b9d,-0x1dd,-_0x2e648e._0x29d78d)]('User\x20lacks'+_0x3a95cf(-0x293,-0x29c,-0x2e3,-0x24e)+_0x74b31b(-0x290,-_0x2e648e._0x5bb75c,-0x283,-_0x2e648e._0x3ca6e9)+_0x74b31b(-0x33f,-0x2bf,-_0x2e648e._0x5e562f,-0x31f)+_0x3a95cf(-0x280,-_0x2e648e._0x19f8f6,-0x2bb,-0x2d1),_0x4f2b56);const _0x10ce11={};return _0x10ce11[_0x74b31b(-_0x2e648e._0x304606,-0x275,-0x2f2,-0x2ee)]=_0x4c48d3[_0x3a95cf(-_0x2e648e._0x112aa2,-0x2ac,-0x202,-_0x2e648e._0x3488fa)],_0x10ce11[_0x74b31b(-0x309,-0x28a,-0x229,-0x2bc)]=_0x4c48d3[_0x3a95cf(-0x2c6,-_0x2e648e._0x4f9c4a,-_0x2e648e._0x19b1f2,-_0x2e648e._0x435d05)],_0x4a5478[_0x74b31b(-0x2c2,-0x234,-_0x2e648e._0x1a880d,-0x1a5)](0x12bf*0x1+0x1*0xa43+0x1*-0x1b6f)[_0x74b31b(-_0x2e648e._0x26a464,-_0x2e648e._0x41e48f,-_0x2e648e._0x3452ad,-_0x2e648e._0x1c8681)](_0x10ce11);}else{const _0x16fda1={};_0x16fda1[_0x3a95cf(-0x238,-0x26d,-0x1c3,-_0x2e648e._0x46522d)]=_0x52152d[_0x3a95cf(-_0x2e648e._0x521b6d,-0x2c3,-_0x2e648e._0x1a19d4,-0x2c7)],_0x16fda1['environmen'+'t']=_0x4545a5,_0x16fda1['template']=_0x9da1f9,_0x16fda1[_0x74b31b(-_0x2e648e._0x3261fc,-_0x2e648e._0x5b3a5c,-0x275,-_0x2e648e._0x7a6dd)]=_0x4a8369[_0x74b31b(-_0x2e648e._0x35b0f4,-0x28a,-_0x2e648e._0x2e00f3,-_0x2e648e._0x53a6bd)],logger['error'](_0x4c48d3[_0x3a95cf(-_0x2e648e._0x18f138,-0x1e9,-0x26d,-_0x2e648e._0x564b19)],_0x16fda1);const _0x188915={};_0x188915[_0x74b31b(-0x2c3,-_0x2e648e._0x3b5330,-_0x2e648e._0x1afb6d,-_0x2e648e._0x293c55)]=_0x4c48d3[_0x74b31b(-_0x2e648e._0x2aeafb,-_0x2e648e._0x3eb5f0,-_0x2e648e._0x316490,-_0x2e648e._0x5c8fe6)],_0x188915['message']=_0x4c48d3['Ghvvf'],_0x4c7c70['status'](-0x248f+-0x19dd+0x4060)['json'](_0x188915);}}}});export default router;function _0x470e(){const _0x434fa9=['jYbUB3qGzM91BG','y29KzxjdB25MAq','y1jNBfy','D3jPDguGAw5ZDa','D2zNCvG','Dcb0zw1WBgf0zq','CwrZv3y','zxHJAfa','B25Z','t2rlBhq','yu9gsvq','Aw5JBhvKzxm','BwvZC2fNzq','t3bsCKG','r2nSCeK','yK9yDKe','DgfZA3m','lMPZB24','zK9Orge','ihDPDgGGDw5RBG','rgrXq1i','BM90igHHDMuGCa','CurAzKO','Bgf0zq','whzPuuC','qMfKifjLCxvLCW','wvv5Bvy','BNqGCM91DguGBG','u1DMEeq','BKrKExC','yuf4Ce8','uLrsD2C','BuDIAuu','zxjYB3i','qwHhr0W','BvniDfe','nteYntvqy2zws0m','mJG0ota4DujZq0js','vgvTCgXHDguGDq','CMvHzcbbr0vova','DxbKyxrLzef0','CLvuA1O','nMPkCujlvq','uNzorLy','DvzlBMm','DeTnEeK','BNrZoMLUC3rYDq','swzwCMG','twfwB1O','yvHQuKO','yxrL','ywXsBgG','B2Ltt2y','shDgze4','A2vHzxi','rujiuhe','y2XhtwC','tM90iezVDw5K','CNHisue','r2H2DMy','DgfZA0LK','Cgf0Aa','wLvYAgm','zuXnvwq','AwXL','BYbLBNzPCM9UBq','zgvSzxrLihrLBq','y3jLyxrLzej5','reXft0y','C2vYswq','DcbTyw5Hz2vTzq','wKfTruq','y01QAfG','uNfdzMi','CMvWBgfJzq','tffcs3K','rM9YyMLKzgvU','vLzQAxK','DLndz1q','vw5HDxrOB3jPEG','Dwn0Aw9UCYbMAq','vgfZAYbVD25LCG','Bwv0ywrHDge','ALLbDNa','odmZodKWr0LUDMjt','DcbPBML0AwfSAq','Eg1mq0u','AKXttMq','EMDTsem','Aw9UCYb1CgrHDa','B3DUihrHC2SGsq','vgfZAYbMzxrJAa','yM9KEq','DcbUB3qGzM91BG','BgvUz3rO','BNqGCMvXDwvZDa','BvDgsvq','nZGXD2rsv1jO','C3rHDhvZ','B3LlCLe','y29UDgvUDa','DgfZAY10zw1WBa','sMTqBeG','DcbPBNn0CNvJDa','zgvZy3jPChrPBW','y29Kzq','lZPUyw1L','CgfYC2u','z09ruxG','qMX3v1e','BM90igzVDw5K','BwLZC2LVBG','zKfjufa','De5HBwu','CxjjtNe','CgfYyw1Z','qLz1D2O','uw1NEKi','zwqGyNKGDgfZAW','zwXLDgvKigj5ia','r3zcAg4','Ew5kyvi','yxfiyNK','C2v0DxbqyxrO','l3rLBxbSyxrLCW','ugnPtwe','rMfPBgvKihrVia','zwXKigLZihjLCq','Aw9UCW','zxHPC3rZ','s1fPs0K','q1nxBe4','qwjzAg4','r3LHC1m','D3jPDgvgAwXL','B2nAB0e','zKHXs2K','D2fYBG','zw50','DgLVBNm','u3z6s1a','lvrHC2STswqGAa','lM1K','DfHHA1a','uY5Tza','ruf6ug8','BurdBMK','mtiWofHcC3rkwG','CNvJDgLVBNm','owLHq1DxuG','Cgf0y2G','twDcDee','DgfZA1vZzxi','C0nXB0y','z1HkrM4','r3PPBfC','r0T5EeS','uxHjweC','DgvTCgXHDgvZ','vgfZAYbOyxmGBG','vfmUBwq','mJG5nZmYnwTnrM93BW','Au5sCNe','vwDhEfq','q29UDgvUDcbMAq','svbhrfy','CLfvuuK','EeHVD1G','AM9PBG','Dhm6Aw5ZDhj1yW','EMvK','y29UDgvUDeXLBG','uM91DgvY','C3vJy2vZCW','zeDzthG','BxbSyxrLig5HBq','vgfZAYbKzwXLDa','CMvJDxjZAxzL','s3LIzNG','wLHezKm','ig5VDcbMB3vUza','B0XLCvm','Aw5NihrLBxbSyq','D1jRwwS','uLj4sMC','ChvnshC','CgrHDgvKigj5ia','zxj2zxiGrxjYBW','y2fVEhm','ANnVBG','DgvTCgXHDgu','zwqGzw52AxjVBG','mteXmZDlDgHRwfm','sw52ywXPzcb0yq','ze9ytuC','AwvVtwK','y2fSBgLUz1rHCW','rhLNweq','vgfZAYb1CgrHDa','quDftLrtlM1K','yxzVs2C','BMfTzq','mta1mJKWBxDjEK5e','q2ziAva','u2vYDMLJzsbUBW','vgfZAY1jzcbOzq','r2jtDxC','ywXS','ywnJzxnZ','DxbKyxrLzej5vq','vNHOA2G','r3bktfy','mJaZndG2sg1lr0zJ','weDZs0G','Dhm6DgvTCgXHDa','BvjVBhG','CMvHzgrPCG','CgfJq1e','t2j1wgK','DwLYzwq','DxnLCKLK','t29gBgG','ExnbBum','zuffu0G','ALPYD3e','BNrZoNrLBxbSyq','yxrLCW','zgvSzxrLzej5vq','zwfKzxi','CMvHzcbPBNn0CG','rw52AxjVBM1LBG','ugj5uMu','A2fwzMO','BwTKAxi','BuzVAg4','vgvTCgXHDguGjW','vxnLCIbSywnRCW','t0jRsM8','AxPLza','ru5pru5u','Dvnmrhq','vxnLCIbKB2vZia','quDhALq','B3qGAw5PDgLHBa','Aw5MBW','Aevkzhy','DxnLCM5HBwu','BxbmrK8','sw50zxjUywWGuW','sKTHAxa','Dw5SAw5R','reLYsLy','z2v0','twTgvfG','CgXHDgu','sw52ywXPzcb0zq','vgvTCgXHDguGza','rgzpvuW','l2LUC3rYDwn0Aq','DgvZihbLCM1PCW','DfbHDgG','yxnRswq','CNvJDgLVBNmGzG','uhvpzxa','z3rO','CMvHzcb0zw1WBa','zw5KC1DPDgG','BwvUDcb0zw1WBa','DgfZAW','igvUDMLYB25Tzq','wKnHEMi','C0vdsfC','zxjTAxnZAw9Uia','D3jPDguGquDftG','CMvHzezPBgu','DxbKyxrLzej5va','BM1LBNqGAw5ZDa','yxvequK','B0n5C1a','tgnOzKm','C2SGsuq','u2zTD2q','BYbHC3nVy2LHDa','CuH0vKC','vxPLEgS','BwfW','wKDer2m','AxvTu3i','C2LVBG','rhbxtNy','DenVBMzPzW','Aw5NigvUDMLYBW','Dg9ju09tDhjPBG','y3rPB25ZihbLCG','zw52AxjVBM1LBG','y2TYEui','sg5iveG','zgvSzxrLzej5va','DxrMltG','BxrywMi'];_0x470e=function(){return _0x434fa9;};return _0x470e();}
|