@profoundlogic/coderflow-server 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.html +6 -6
- 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.html +4 -4
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.html +4 -4
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.html +2 -2
- 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.html +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 +4 -4
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.html +2 -2
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.html +6 -6
- 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/task.html +5 -5
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.html +2 -2
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +2 -2
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x2014f7(_0x4e6e76,_0x2dc748,_0x258714,_0x20ffeb){const _0x43ea11={_0x2f0eac:0x3e1};return _0x31f5(_0x20ffeb-_0x43ea11._0x2f0eac,_0x4e6e76);}(function(_0x39eb44,_0x34f545){const _0x1e96dc={_0x57a63d:0x233,_0x539b2e:0x185,_0x133d3e:0x163,_0x3768b9:0x20d,_0x35096a:0x26c,_0x4fa595:0x16e,_0x1ef1ce:0x1bf,_0x3efdf6:0x21e,_0x1c2697:0x13f,_0x2f8e21:0x195,_0x3e6a54:0x17e,_0x297612:0x26b,_0x6d3c17:0x2a4,_0x4197b9:0x142,_0x1e6a05:0x17f,_0x35f305:0x1c2},_0xbd109e={_0x577245:0x29},_0x4e88eb={_0x1d0968:0x3a8};function _0x4e75f0(_0x474b11,_0x1f124b,_0x15fe39,_0x5e17f0){return _0x31f5(_0x15fe39- -_0x4e88eb._0x1d0968,_0x474b11);}const _0x27ef38=_0x39eb44();function _0xced317(_0x425047,_0x129d20,_0x1fda18,_0x3bb84b){return _0x31f5(_0x1fda18- -_0xbd109e._0x577245,_0x425047);}while(!![]){try{const _0x206c17=-parseInt(_0x4e75f0(-0x158,-0x1e2,-0x1a6,-_0x1e96dc._0x57a63d))/(0x980+-0x1811*0x1+-0x1*-0xe92)+-parseInt(_0x4e75f0(-0x190,-0x171,-0x1b0,-0x1a7))/(-0x1*0x12ad+0x235+0x107a)*(parseInt(_0x4e75f0(-0x169,-0x198,-_0x1e96dc._0x539b2e,-0x1e8))/(-0x2d2*0xa+-0x1*-0x2336+-0x6ff))+parseInt(_0xced317(0x1a1,_0x1e96dc._0x133d3e,0x192,0x1d5))/(-0x139e+-0x2604+0x39a6)*(parseInt(_0xced317(_0x1e96dc._0x3768b9,_0x1e96dc._0x35096a,0x21b,0x243))/(-0x207c+-0x79d*0x2+0x2fbb))+-parseInt(_0xced317(0x10a,0x159,_0x1e96dc._0x4fa595,0x14f))/(0x10*0x1cf+-0x1ecf+0x1e5)+-parseInt(_0x4e75f0(-0x292,-_0x1e96dc._0x1ef1ce,-0x218,-0x1e1))/(0x974+0x132b+-0x1c98)*(-parseInt(_0x4e75f0(-0x244,-0x1bc,-_0x1e96dc._0x3efdf6,-0x24c))/(0xbc0+0x1038+-0x1bf0))+parseInt(_0xced317(_0x1e96dc._0x1c2697,_0x1e96dc._0x2f8e21,0x1ca,0x24a))/(-0x875+-0x207d+-0xd*-0x327)*(-parseInt(_0xced317(0x190,0x119,0x1a2,_0x1e96dc._0x3e6a54))/(0x4*0x6c7+0x1dc2*0x1+-0x38d4))+-parseInt(_0xced317(0x231,0x2ca,_0x1e96dc._0x297612,_0x1e96dc._0x6d3c17))/(-0xe69+-0x107b+0x1eef)*(-parseInt(_0xced317(_0x1e96dc._0x4197b9,0x201,_0x1e96dc._0x1e6a05,_0x1e96dc._0x35f305))/(0x2*0xa4+0x118f+0x1*-0x12cb));if(_0x206c17===_0x34f545)break;else _0x27ef38['push'](_0x27ef38['shift']());}catch(_0x590af7){_0x27ef38['push'](_0x27ef38['shift']());}}}(_0x5458,-0x2890c+0x1b32b+0x8103*0xe));function _0x5458(){const _0x242d4d=['B0vqy2i','AM9PBG','C3rHDhvZ','DxnLCM5HBwu','zunRyMm','DffMzgu','BgLZDcb0zw1WBa','DgfZAW','yxrLCW','C2v0DxbqyxrO','BYbHC3nVy2LHDa','zwXKigLZihjLCq','BNrZoMLUC3rYDq','C3bSAxq','Aw5JBhvKzxm','vxnLCIbSywnRCW','DgLVBNm','v25XCMG','A09zBeW','AfDbENi','A0XsBuK','zNntDvG','uhbAvLi','t2LTDwS','veDiq00','BxbSyxrLig5HBq','DfL0Aha','Dg8GDxbKyxrLia','zgvSzxrLzej5vq','CxrYCey','vw5HDxrOB3jPEG','vNDLvw4','vgfZAYbMzxrJAa','ywnJzxnZ','BwLZC2LVBG','B3qGAw5PDgLHBa','yKv3rfy','mtfLuuzVqNm','wufnvxG','quDftLrtlM1K','q29UDgvUDcbMAq','zwqGzw52AxjVBG','tfP6yvi','BwvZC2fNzq','sw50zxjUywWGuW','DcbPBNn0CNvJDa','zu5cC0y','ufvqvw0','yxnRswq','CujwDNC','zuX4CLG','DgfZA0LK','rxvuqM4','De5HBwu','mtG5nLDsyNnLwG','rfnRuxK','y2fSBgLUz1rHCW','vMvJqNG','Bxfjr2O','Dcb0zw1WBgf0zq','otuYn2z2rK9pua','vgfZAYb1CgrHDa','BM90igHHDMuGCa','Bwv4uMi','B3DUihrHC2SGsq','Eef3Dxe','rhDkCfy','mtu1mtKXmKfAvhPvAa','B3nNsgq','vgfZAYbKzwXLDa','uNnez28','zxjYB3i','Dg9ju09tDhjPBG','DxrMltG','C3vJy2vZCW','BNqGCMvXDwvZDa','DcbPBML0AwfSAq','B3vzq00','z2v0','zgvZy3jPChrPBW','BwvUDa','jYbUB3qGzM91BG','y3jLyxrLzej5','DxbKyxrLzej5va','oda3ndGXmMjrAwL1qq','zxjTAxnZAw9Uia','u1fuqLC','AgfZtwv0ywrHDa','Cgf0Aa','lvrHC2STswqGAa','Dhm6Aw5ZDhj1yW','tMTdruC','uvrAvuC','y29UDgvUDeXLBG','DxbKyxrLzej5vq','CMT5Cu8','qMfKifjLCxvLCW','ig5VDcbMB3vUza','l2LUC3rYDwn0Aq','BvPjsNi','Aw5MBW','rMfPBgvKihrVia','DcbUB3qGzM91BG','nenOuuDmwa','CMvHzcbPBNn0CG','AvP6vgq','DxbKyxrLzef0','D2vJA0e','v0rbCxm','C3rYAw5NAwz5','q0XmB0u','rhjJrhe','igvUDMLYB25Tzq','DxnLCKLK','Dw5SAw5R','v29tzMK','AxvfCgW','CgfYyw1Z','wNzZBKe','mJbHr2P4ENe','rw52AxjVBM1LBG','DKrmvue','uxjpvfy','wgHLuKm','DgfZA3m','Au9fwxC','svfVrK8','Ec10yxnRlwLK','wLfvzLu','zMLSDgvY','AKzfBhq','DgvTCgXHDgvZ','rM9YyMLKzgvU','Bgf0zq','BgrzD0u','twLZC2LUzYbylq','ywXS','CMvHzezPBgu','Dwn0Aw9UCYbMAq','lM1K','ueXuCxu','CMvHzcb0zw1WBa','EMr2qM8','y0rNCxu','yKXWAfa','l3rLBxbSyxrLCW','vLHJC0C','whDJDKm','B2LsvhO','sw52ywXPzcb0yq','CwTgDLG','ru50uLy','BxrUCKW','yuzRCKS','Aw9UCYb1CgrHDa','DgvZihbLCM1PCW','DhLnweW','qMzVr0K','rNHQD0e','odq3otCXu2HqDhPM','ywrLCG','D3jPDgvgAwXL','Cg5YBeu','DenVBMzPzW','mtbMq1bTqNi','s3vvte8','vgfZAYbOyxmGBG','ruXSwMG','rgH6Cuq','y29KzxjdB25MAq','yM9KEq','zKTRzw4','CNvJDgLVBNm','zwXLDgvKigj5ia','nZC5ndG2EM5mA3Pc','EMj1D3y','DfDdsuS','A3nfB3K','sxrvwgO','lMPZB24','Cgf0y2G','uujUy1q','yxrL','zePQAeG','BgvUz3rO','vgfZAYb1C2vYia','D3jPDguGAw5ZDa','u2vYDMLJzsbUBW','sxnTvfq','vgvTCgXHDguGDq','vfmUBwq','D3jPDguGDgvTCa','DcbTyw5Hz2vTzq','uvbTBNm','y3byAM0','ExvxvfO','BwvUDcb0zw1WBa','zuDpruG','D0HYyMO','uM91DgvY','vgvTCgXHDguGza','zgTcqNi','DNPWEuK','C2vYswq','uNPHsNG','vxnLCIbKB2vZia','tg9Tzey','ndC1otH1qMfnAey','BMCGzw52AxjVBG','zwfKzxi','y29Kzq','DgvTCgXHDgu','BM90igzVDw5K','C3vlAwe','zw52AxjVBM1LBG','vgfZAYbVD25LCG','ANnVBG','sKPgAKy','y1fdCLe','lZPUyw1L','uMvxyxu','CNvJDgLVBNmGzG','t290wgq','AgvHzgvYCW','BMfTzq','Aw5NihrLBxbSyq','zhjJvNe','uhngzva','vgfZAY1jzcbOzq','rNvYBNu','rMTIs3K','zxj2zxiGrxjYBW','CgrHDgvKigj5ia','tM90iezVDw5K','y2Xduue','Dwv4AM4','rKfXwLe','CMvHzcbbr0vova','rvvhwM0','wfDyteu','mZu5mdm2nxnyzvLMua','BYbLBNzPCM9UBq','q1H6q0K','zhPdve4','DgfZA1vZzxi','EenQtva','sw52ywXPzcb0zq','BwfW','Chv0','zgvSzxrLihrLBq','rejyuK0','r2XtrLy','vgvTCgXHDguGjW','zw5KC1DPDgG','uufPwKO','BM1LBNqGAw5ZDa','rfDsvvO','BNqGCM91DguGBG','sNP5rxO','tffVCha','yvPWEeC','EMvK','C2P3qMq','Aw9UCW','DgfZAY10zw1WBa','D2fYBG','CgXHDgu','y3rPB25ZihbLCG','zwqGyNKGDgfZAW','y29UDgvUDa','zxHPC3rZ','qMnUy3O','yvnvugC','Bwv0ywrHDge','s3H1B2q','CxrOthG','DLvnCum','Cg5wAMC','AuXOtve','C2SGsuq','CgfYC2u','tNLztK8','BwTKAxi'];_0x5458=function(){return _0x242d4d;};return _0x5458();}import _0x22e0f5 from'express';function _0x31f5(_0x29cfce,_0x253921){_0x29cfce=_0x29cfce-(0x1*-0x15ee+-0x1e55*0x1+0x35c9);const _0x7a7e96=_0x5458();let _0x408e9f=_0x7a7e96[_0x29cfce];if(_0x31f5['okCzgJ']===undefined){var _0x2780d4=function(_0x517f02){const _0x5142d9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3328d6='',_0x25169b='';for(let _0xf72bc0=-0x1fd9*0x1+-0x1*0x382+0x1af*0x15,_0x1d8c6b,_0x38ab06,_0x3f6a65=0x4cb+-0xde+0xc9*-0x5;_0x38ab06=_0x517f02['charAt'](_0x3f6a65++);~_0x38ab06&&(_0x1d8c6b=_0xf72bc0%(0x29b*0xb+-0x19c+-0x3*0x903)?_0x1d8c6b*(0x156f+0x23dc+-0x1*0x390b)+_0x38ab06:_0x38ab06,_0xf72bc0++%(-0xb0c+-0x2529+0x9a5*0x5))?_0x3328d6+=String['fromCharCode'](-0x29*-0x72+-0x414*-0x8+-0x31e3&_0x1d8c6b>>(-(0x2351*-0x1+0x1727*-0x1+0x1e*0x1f3)*_0xf72bc0&-0x2685+-0x181e+0x3*0x14e3)):-0x3b6+0x1000*-0x2+0x51a*0x7){_0x38ab06=_0x5142d9['indexOf'](_0x38ab06);}for(let _0x5ae604=0x2335*-0x1+0x158+-0x21dd*-0x1,_0x48ed2c=_0x3328d6['length'];_0x5ae604<_0x48ed2c;_0x5ae604++){_0x25169b+='%'+('00'+_0x3328d6['charCodeAt'](_0x5ae604)['toString'](-0x9*-0x184+0x507+0xb*-0x1b1))['slice'](-(-0x1ea5+-0x3c*-0x48+0xdc7));}return decodeURIComponent(_0x25169b);};_0x31f5['zpIgof']=_0x2780d4,_0x31f5['kRLMYf']={},_0x31f5['okCzgJ']=!![];}const _0x201dfa=_0x7a7e96[0x1a31+0xc9*0x1d+-0x30f6],_0x159f64=_0x29cfce+_0x201dfa,_0x50f7b4=_0x31f5['kRLMYf'][_0x159f64];return!_0x50f7b4?(_0x408e9f=_0x31f5['zpIgof'](_0x408e9f),_0x31f5['kRLMYf'][_0x159f64]=_0x408e9f):_0x408e9f=_0x50f7b4,_0x408e9f;}function _0x18399e(_0x206970,_0x22edb8,_0x1cb47e,_0x4018a1){const _0x42952b={_0x560344:0x164};return _0x31f5(_0x4018a1- -_0x42952b._0x560344,_0x206970);}import{promises as _0x4eb6b2}from'fs';import _0x42f208 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x22e0f5[_0x2014f7(0x59d,0x59a,0x57a,0x5fc)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x22ee6b){const _0x34915c={_0x292a8f:0x357,_0x25a0bf:0x372,_0x9764b3:0x306},_0x18554c={_0x1ba01f:0xf6,_0x468204:0x1f};function _0x24bd52(_0x98f96f,_0x2b8997,_0x4bd789,_0x1dfd72){return _0x2014f7(_0x2b8997,_0x2b8997-_0x18554c._0x1ba01f,_0x4bd789-_0x18554c._0x468204,_0x98f96f- -0x287);}tasks=_0x22ee6b[_0x24bd52(0x32a,0x315,0x36b,0x33c)];function _0x178118(_0x377e7d,_0x299e0f,_0x29a9f2,_0x1f284e){return _0x2014f7(_0x29a9f2,_0x299e0f-0x178,_0x29a9f2-0x1e6,_0x377e7d- -0x11e);}setupPath=_0x22ee6b['setupPath'],coderConfig=_0x22ee6b[_0x24bd52(_0x34915c._0x292a8f,_0x34915c._0x25a0bf,_0x34915c._0x9764b3,0x31e)+'g'];}export function updateCoderConfig(_0xdba41b){coderConfig=_0xdba41b;}async function requireTaskAuth(_0x5b47b8,_0x2951ff,_0x2becc6){const _0x53a9a1={_0x5e2113:0x282,_0x1b3093:0x18d,_0xa29eb7:0x467,_0x21e4ef:0x453,_0xda480e:0x316,_0x590a2c:0x21b,_0x35dded:0x2bd,_0x58d27f:0x559,_0x53b75e:0x49c,_0x4f4a76:0x519,_0x5674d2:0x49b,_0x98edbe:0x51d,_0x4ff458:0x522,_0x14aa31:0x4ca,_0x2129c1:0x253,_0x4d1aab:0x1e5,_0x435a0e:0x291,_0xc51f11:0x1e4,_0x227448:0x22e,_0x28296a:0x29d,_0x2a36bb:0x279,_0x2fd39b:0x4e4,_0x184013:0x4f2,_0x3a295e:0x462,_0x397f63:0x3e6,_0x980bc5:0x453,_0x214e7d:0x4c6,_0x1ae0cf:0x4cc,_0x163da1:0x49b,_0x1dbe22:0x4fc,_0x1a58c9:0x1fd,_0x13c396:0x15c,_0x1059a3:0x265,_0x17e3a0:0x28c,_0xd56b06:0x1c4,_0x2816b9:0x2af,_0x3d3324:0x286,_0x4a762c:0x26c,_0x493998:0x2d7,_0x239843:0x20e,_0x504ef8:0x41c,_0x3cc2ed:0x4e7,_0x403c03:0x32f,_0x1fca53:0x51f,_0x44a36f:0x4c4,_0x278f16:0x3c5,_0x3e4704:0x3ea,_0x18237f:0x47d,_0x2b070c:0x41c,_0x5850ab:0x25d,_0x182fcc:0x24d,_0x48940e:0x470,_0x328175:0x2d8,_0xad526c:0x210,_0xdea4e:0x18c,_0xc58a22:0x451,_0x1b16a7:0x32c,_0x22afb9:0x42b,_0xfa6bf8:0x446,_0x20b0c1:0x17b,_0x11f3c7:0x1f1,_0x5003d7:0x1dd,_0x360230:0x206,_0x268ea6:0x269,_0x458243:0x221,_0x4511fa:0x1f3,_0x5bbfe9:0x1df,_0x64398a:0x166,_0x4c76cb:0x462,_0x42f9f6:0x484,_0x4ede53:0x27c,_0x5106c4:0x307,_0x490e75:0x238,_0x5d2a00:0x1ea,_0x1d077c:0x48f,_0x1d42dd:0x40a,_0x44bac4:0x3b1,_0x3d7202:0x550,_0x1de1ed:0x55d,_0x4c4241:0x2de,_0x2ed084:0x2c2,_0x7c4d87:0x203,_0x5878b2:0x255,_0x1d1d73:0x198,_0x2d4223:0x19c,_0x4ce791:0x4e0,_0x57bb62:0x4f8,_0x5deaac:0x496,_0x189a6c:0x270,_0x117d8a:0x21f,_0x44e43e:0x213,_0x53ecb0:0x522,_0x2be442:0x3cf,_0x1de5aa:0x2bc,_0x599a31:0x2bc,_0x3b5c68:0x241,_0x128463:0x288,_0x5d9fb4:0x1cd,_0x1b805c:0x4e4,_0x2c6938:0x4a0,_0x316103:0x46f,_0x120d21:0x268,_0x7611:0x4f1,_0x36ce14:0x55a,_0x2c73ca:0x4ab,_0x357e89:0x2de,_0xb31b3d:0x26a,_0x5dc043:0x4f3,_0x55dc42:0x4a4,_0x28eef4:0x25b,_0x3f8acd:0x217,_0x31bb2e:0x23a,_0x35cfd6:0x22d,_0xd1604:0x27e,_0x118726:0x272,_0x3d380b:0x21b,_0x279623:0x226,_0x4410df:0x1c0,_0x4380c1:0x4d4,_0x352675:0x485,_0x406579:0x40e,_0x4783fe:0x2a1,_0x292140:0x2e0,_0x33da07:0x224,_0x293e4f:0x1d0,_0x983658:0x220,_0xb0249f:0x3eb,_0x1c19bb:0x42d,_0x54e171:0x3ba,_0x5b9461:0x562,_0x3fa00a:0x55e,_0x4dd3fa:0x42d,_0x3c6096:0x495,_0x22da22:0x4b4,_0x944562:0x496,_0x41157d:0x44c,_0x4133f0:0x3db,_0x299d0d:0x1eb,_0x5ef4cc:0x296,_0x51b89f:0x221,_0xec6e6a:0x2e1,_0x3f20fc:0x247,_0x24eebc:0x41c,_0x5c1997:0x499,_0x563a94:0x1da,_0xb1cf73:0x17e,_0x79a796:0x42c,_0x2c7daa:0x460,_0x28974b:0x501,_0x5183d3:0x240,_0x19dcd3:0x248,_0x14599b:0x420,_0x2bc110:0x422,_0x33f94c:0x426,_0x486923:0x4c3,_0x3d82a9:0x29d,_0x501947:0x1f9,_0x170f2b:0x1fa,_0x2b267a:0x475,_0x196d4c:0x482,_0x327823:0x45b,_0x8238d3:0x476,_0x11cebc:0x559,_0x35e685:0x1cd,_0x342e8a:0x2c8,_0x3552f4:0x252,_0x4704e6:0x2a5,_0x5b0f5e:0x2ae,_0x1a26eb:0x26e,_0x5c08f:0x2bf,_0x364086:0x272,_0x53ebcd:0x2a7,_0x1cdea6:0x2a1,_0x50e067:0x317,_0x29593c:0x2d2,_0x51b6b5:0x4b1,_0x415670:0x4f6,_0x238a58:0x4b7,_0x1f1bf3:0x21e,_0x42cede:0x1db,_0x47df92:0x2de,_0x58579d:0x34c,_0x57338b:0x2da,_0x4a2f02:0x2ac,_0x1fab24:0x267,_0x44add5:0x270,_0x2dda1b:0x26d,_0x5174cd:0x233,_0x2e65c1:0x2cd,_0x3fdfac:0x432,_0x6d971e:0x434,_0x495072:0x4b3,_0x7c6266:0x457,_0x427878:0x430,_0x427991:0x543,_0x90a77f:0x4f7,_0x1a27ed:0x477},_0x3ac947={_0x136485:0xc5,_0x51aa06:0x15a},_0x3d2bda={_0x452279:0xa0,_0x1479a4:0x121,_0x5e06b2:0x39d},_0x733e71={'HmtdJ':_0x31560c(0x217,_0x53a9a1._0x5e2113,_0x53a9a1._0x1b3093,0x24c),'gleXq':_0x68da07(_0x53a9a1._0xa29eb7,0x48a,_0x53a9a1._0x21e4ef,0x3dd)+'t\x20manageme'+_0x31560c(0x299,_0x53a9a1._0xda480e,_0x53a9a1._0x590a2c,_0x53a9a1._0x35dded)+_0x68da07(_0x53a9a1._0x58d27f,_0x53a9a1._0x53b75e,_0x53a9a1._0x4f4a76,0x4f4)+'ized','kLRmI':_0x68da07(_0x53a9a1._0x5674d2,_0x53a9a1._0x98edbe,_0x53a9a1._0x4ff458,_0x53a9a1._0x14aa31)+'erver\x20Erro'+'r','weckA':_0x31560c(_0x53a9a1._0x2129c1,0x20d,_0x53a9a1._0x4d1aab,_0x53a9a1._0x435a0e)+_0x31560c(_0x53a9a1._0xc51f11,0x1b2,0x264,_0x53a9a1._0x227448)+_0x31560c(_0x53a9a1._0x28296a,0x2c1,0x243,_0x53a9a1._0x2a36bb),'dkBBr':function(_0x3eeabb,_0x242464){return _0x3eeabb===_0x242464;},'PpZVR':_0x68da07(0x537,_0x53a9a1._0x2fd39b,0x525,_0x53a9a1._0x184013),'tWCIK':_0x68da07(_0x53a9a1._0x3a295e,_0x53a9a1._0x397f63,_0x53a9a1._0x980bc5,0x412)+_0x68da07(_0x53a9a1._0x214e7d,_0x53a9a1._0x1ae0cf,_0x53a9a1._0x163da1,_0x53a9a1._0x1dbe22)+_0x31560c(0x1e3,0x1aa,_0x53a9a1._0x1a58c9,0x1b3)+'\x20with\x20unkn'+_0x31560c(0x1d8,_0x53a9a1._0x13c396,_0x53a9a1._0x1059a3,0x161)+'D','kzRUd':_0x31560c(0x22d,0x22c,_0x53a9a1._0x17e3a0,_0x53a9a1._0xd56b06)+_0x31560c(_0x53a9a1._0x2816b9,0x239,0x318,_0x53a9a1._0x3d3324),'uexjn':'QQYNZ','PLTqu':'Task\x20has\x20n'+_0x31560c(0x289,_0x53a9a1._0x4a762c,_0x53a9a1._0x493998,_0x53a9a1._0x239843)+'ent','MBqQZ':_0x68da07(_0x53a9a1._0x504ef8,0x4f0,0x481,_0x53a9a1._0x3cc2ed)+_0x31560c(0x2bd,0x30e,_0x53a9a1._0x403c03,0x279)+_0x68da07(0x4df,0x510,_0x53a9a1._0x1fca53,_0x53a9a1._0x44a36f)+_0x68da07(_0x53a9a1._0x278f16,0x3ef,0x42b,0x3ef),'EuTBn':function(_0x2dd96d,_0x1c0285){return _0x2dd96d(_0x1c0285);},'QAiZJ':function(_0x36dd95,_0x11febd){return _0x36dd95!==_0x11febd;},'DwJpV':_0x68da07(_0x53a9a1._0x3e4704,_0x53a9a1._0x18237f,_0x53a9a1._0x2b070c,0x430),'DhzqD':_0x31560c(0x251,0x29e,_0x53a9a1._0x5850ab,_0x53a9a1._0x182fcc)+_0x68da07(_0x53a9a1._0x48940e,0x4fb,0x4af,0x527),'suKia':_0x31560c(0x2d1,_0x53a9a1._0x328175,0x2f9,0x346)+'ed','oEPcb':_0x31560c(_0x53a9a1._0xad526c,0x264,_0x53a9a1._0xdea4e,0x232)+_0x68da07(0x49a,0x4bf,0x441,_0x53a9a1._0xc58a22)+'d','KdAjU':_0x68da07(0x4d9,0x462,_0x53a9a1._0x44a36f,0x4df)};function _0x31560c(_0x260a7d,_0x86ca38,_0x6f8906,_0x9e6b0e){return _0x2014f7(_0x9e6b0e,_0x86ca38-_0x3d2bda._0x452279,_0x6f8906-_0x3d2bda._0x1479a4,_0x260a7d- -_0x3d2bda._0x5e06b2);}const _0xaf5e95=_0x5b47b8[_0x31560c(0x277,0x303,0x21a,0x2af)][_0x733e71['HmtdJ']];if(!_0xaf5e95){logger[_0x31560c(0x2a1,0x2a5,0x2a0,_0x53a9a1._0x1b16a7)](_0x68da07(_0x53a9a1._0x22afb9,0x408,_0x53a9a1._0x980bc5,_0x53a9a1._0xfa6bf8)+'t\x20manageme'+_0x31560c(0x1e3,0x1c5,_0x53a9a1._0x20b0c1,0x20f)+'\x20missing\x20X'+_0x31560c(_0x53a9a1._0x11f3c7,_0x53a9a1._0x5003d7,0x1ce,_0x53a9a1._0x360230)+_0x31560c(_0x53a9a1._0x268ea6,0x293,_0x53a9a1._0x458243,_0x53a9a1._0x4511fa));const _0x2354c1={};return _0x2354c1[_0x31560c(_0x53a9a1._0x5bbfe9,_0x53a9a1._0x64398a,0x1c8,0x258)]='Unauthoriz'+'ed',_0x2354c1['message']=_0x68da07(0x485,0x46e,_0x53a9a1._0x4c76cb,_0x53a9a1._0x42f9f6)+_0x31560c(_0x53a9a1._0x4ede53,0x2a0,0x225,_0x53a9a1._0x5106c4)+_0x31560c(_0x53a9a1._0x490e75,_0x53a9a1._0x5d2a00,0x1bf,_0x53a9a1._0x17e3a0),_0x2951ff[_0x68da07(0x512,_0x53a9a1._0x1d077c,0x4f8,0x4b2)](0x193b+-0xd86+-0xa24)['json'](_0x2354c1);}if(!tasks){logger['error'](_0x733e71['gleXq']);const _0x2aaf20={};return _0x2aaf20[_0x68da07(0x3c8,_0x53a9a1._0x1d42dd,0x422,_0x53a9a1._0x44bac4)]=_0x733e71[_0x68da07(_0x53a9a1._0x3d7202,0x492,0x50a,_0x53a9a1._0x1de1ed)],_0x2aaf20[_0x31560c(_0x53a9a1._0x4c4241,0x287,_0x53a9a1._0x2ed084,0x262)]=_0x733e71[_0x31560c(_0x53a9a1._0x7c4d87,_0x53a9a1._0x5878b2,_0x53a9a1._0x1d1d73,_0x53a9a1._0x2d4223)],_0x2951ff[_0x68da07(_0x53a9a1._0x4ce791,0x56f,_0x53a9a1._0x57bb62,_0x53a9a1._0x5deaac)](-0x1*0xc41+-0x1*0x9ca+-0x1*-0x17ff)[_0x31560c(_0x53a9a1._0x189a6c,0x2e5,_0x53a9a1._0x117d8a,_0x53a9a1._0x44e43e)](_0x2aaf20);}const _0x34b09c=tasks['get'](_0xaf5e95);if(!_0x34b09c){if(_0x733e71[_0x68da07(_0x53a9a1._0x53ecb0,0x4eb,0x4a4,0x4c6)]('uSpQj',_0x733e71[_0x31560c(0x2c9,0x2bf,0x353,0x326)]))_0x2ea1d8=_0x13ef8a[_0x68da07(_0x53a9a1._0x2be442,0x3e4,0x457,0x42a)],_0x1bb1e7=_0x5d50f1[_0x31560c(_0x53a9a1._0x1de5aa,0x259,0x2ed,_0x53a9a1._0x599a31)],_0x4fe85b=_0x52abac[_0x31560c(_0x53a9a1._0x3b5c68,_0x53a9a1._0x128463,_0x53a9a1._0x5d9fb4,0x299)+'g'];else{const _0x575110={};_0x575110['taskId']=_0xaf5e95,logger[_0x68da07(0x53a,0x54e,_0x53a9a1._0x1b805c,_0x53a9a1._0x2c6938)](_0x733e71[_0x68da07(0x486,_0x53a9a1._0x316103,0x48b,0x4c4)],_0x575110);const _0x51a809={};return _0x51a809[_0x31560c(0x1df,_0x53a9a1._0x120d21,0x161,0x1fc)]=_0x68da07(_0x53a9a1._0x7611,_0x53a9a1._0x36ce14,0x514,_0x53a9a1._0x2c73ca)+'ed',_0x51a809[_0x31560c(_0x53a9a1._0x357e89,0x279,_0x53a9a1._0xb31b3d,0x2a0)]=_0x733e71['kzRUd'],_0x2951ff['status'](-0x2259+0x4ef*0x3+0x151d)['json'](_0x51a809);}}if(!_0x34b09c['environmen'+'t']){if(_0x733e71[_0x68da07(0x465,_0x53a9a1._0x5dc043,_0x53a9a1._0x55dc42,0x4af)](_0x31560c(_0x53a9a1._0x28eef4,_0x53a9a1._0x3f8acd,0x27e,_0x53a9a1._0x31bb2e),_0x733e71[_0x31560c(0x283,_0x53a9a1._0x35cfd6,_0x53a9a1._0xd1604,_0x53a9a1._0x118726)])){const _0x4aad98={};_0x4aad98[_0x31560c(_0x53a9a1._0x3d380b,0x1ee,_0x53a9a1._0x279623,_0x53a9a1._0x4410df)]=[],_0x4aad98[_0x68da07(_0x53a9a1._0x4380c1,_0x53a9a1._0x352675,0x4b1,_0x53a9a1._0x4f4a76)+'t']=_0x23a5f2,_0x1c7de9['json'](_0x4aad98);}else{const _0x491239={};_0x491239[_0x68da07(0x3d1,0x42c,_0x53a9a1._0x406579,0x440)]=_0xaf5e95,logger[_0x31560c(_0x53a9a1._0x4783fe,0x2f1,0x2a9,_0x53a9a1._0x292140)](_0x733e71[_0x31560c(_0x53a9a1._0x33da07,0x2a2,_0x53a9a1._0x293e4f,_0x53a9a1._0x983658)],_0x491239);const _0x5bca44={};return _0x5bca44[_0x68da07(_0x53a9a1._0xb0249f,_0x53a9a1._0x1c19bb,0x422,_0x53a9a1._0x54e171)]='Bad\x20Reques'+'t',_0x5bca44['message']=_0x733e71['MBqQZ'],_0x2951ff[_0x68da07(_0x53a9a1._0x5b9461,0x50a,0x4f8,_0x53a9a1._0x3fa00a)](-0x5*-0x24f+-0x1*-0x632+-0x102d*0x1)['json'](_0x5bca44);}}const _0x4973c5=_0x34b09c[_0x68da07(0x3c3,0x487,_0x53a9a1._0x4dd3fa,_0x53a9a1._0x3c6096)]?.[_0x68da07(_0x53a9a1._0x22da22,_0x53a9a1._0x944562,_0x53a9a1._0x41157d,_0x53a9a1._0x4133f0)],_0x139e88=await _0x733e71[_0x31560c(0x1cc,0x237,_0x53a9a1._0x299d0d,0x164)](findUserById,_0x4973c5);if(!_0x139e88){if(_0x733e71[_0x31560c(_0x53a9a1._0x5ef4cc,_0x53a9a1._0x51b89f,_0x53a9a1._0xec6e6a,_0x53a9a1._0x3f20fc)](_0x68da07(0x436,0x3aa,_0x53a9a1._0x24eebc,_0x53a9a1._0x5c1997),_0x733e71[_0x31560c(_0x53a9a1._0x563a94,0x19e,_0x53a9a1._0xb1cf73,_0x53a9a1._0xd56b06)]))_0x559194=_0x48f1ec;else{const _0x3a1a51={};_0x3a1a51[_0x68da07(0x441,_0x53a9a1._0x79a796,0x40e,_0x53a9a1._0x2c7daa)]=_0xaf5e95,_0x3a1a51['userId']=_0x4973c5,logger[_0x68da07(0x4fd,0x4ad,0x4e4,_0x53a9a1._0x28974b)](_0x733e71[_0x31560c(_0x53a9a1._0x5183d3,0x218,0x2bf,_0x53a9a1._0x19dcd3)],_0x3a1a51);const _0xe3db4a={};return _0xe3db4a[_0x68da07(0x3ff,_0x53a9a1._0x14599b,_0x53a9a1._0x2bc110,_0x53a9a1._0x33f94c)]=_0x733e71[_0x68da07(_0x53a9a1._0x28974b,_0x53a9a1._0x486923,0x4b0,0x539)],_0xe3db4a[_0x31560c(_0x53a9a1._0x4c4241,0x31e,0x28a,0x28b)]=_0x31560c(0x26f,0x24f,0x29d,_0x53a9a1._0x3d82a9)+_0x31560c(_0x53a9a1._0x501947,0x174,_0x53a9a1._0x3d380b,_0x53a9a1._0x170f2b),_0x2951ff[_0x68da07(_0x53a9a1._0x2b267a,_0x53a9a1._0x196d4c,0x4f8,0x529)](-0x1b66+-0x3fe+0x20f5)[_0x68da07(_0x53a9a1._0x327823,0x4ad,0x4b3,_0x53a9a1._0x8238d3)](_0xe3db4a);}}_0x5b47b8['callingTas'+'k']=_0x34b09c,_0x5b47b8[_0x68da07(0x4cf,0x535,0x4cf,_0x53a9a1._0x11cebc)]=_0x139e88,_0x5b47b8['environmen'+_0x31560c(_0x53a9a1._0x35e685,0x1d7,0x215,0x251)]=_0x34b09c[_0x31560c(0x26e,0x27e,0x273,0x2e3)+'t'];function _0x68da07(_0x5eaf15,_0x4e2677,_0x3fc5a9,_0x56af51){return _0x2014f7(_0x56af51,_0x4e2677-_0x3ac947._0x136485,_0x3fc5a9-0x14,_0x3fc5a9- -_0x3ac947._0x51aa06);}if(!coderConfig?.['environmen'+'ts']?.[_0x34b09c[_0x31560c(0x26e,_0x53a9a1._0x342e8a,_0x53a9a1._0x3552f4,0x2a3)+'t']]){const _0x410fc1={};_0x410fc1['taskId']=_0xaf5e95,_0x410fc1[_0x31560c(0x26e,_0x53a9a1._0x4704e6,_0x53a9a1._0x5b0f5e,0x21a)+'t']=_0x34b09c[_0x31560c(_0x53a9a1._0x1a26eb,_0x53a9a1._0x5c08f,_0x53a9a1._0x364086,_0x53a9a1._0x53ebcd)+'t'],logger[_0x31560c(_0x53a9a1._0x1cdea6,_0x53a9a1._0x2a36bb,_0x53a9a1._0x50e067,_0x53a9a1._0x29593c)](_0x733e71[_0x68da07(_0x53a9a1._0x51b6b5,0x57a,_0x53a9a1._0x415670,_0x53a9a1._0x238a58)],_0x410fc1);const _0x53542d={};return _0x53542d[_0x31560c(0x1df,0x1ab,_0x53a9a1._0x1f1bf3,_0x53a9a1._0x42cede)]=_0x733e71['KdAjU'],_0x53542d[_0x31560c(_0x53a9a1._0x47df92,_0x53a9a1._0x58579d,_0x53a9a1._0x57338b,_0x53a9a1._0x4a2f02)]=_0x733e71[_0x31560c(0x2b3,_0x53a9a1._0x1fab24,0x32a,0x27c)],_0x2951ff['status'](0x1*0x166b+0x18d9+-0x2db0)[_0x31560c(_0x53a9a1._0x44add5,_0x53a9a1._0x2dda1b,_0x53a9a1._0x5174cd,_0x53a9a1._0x2e65c1)](_0x53542d);}_0x5b47b8[_0x68da07(0x4d6,0x46b,0x4b1,0x497)+_0x68da07(0x4e9,0x500,0x47e,_0x53a9a1._0x3fdfac)]=coderConfig[_0x31560c(0x26e,0x22c,0x24c,_0x53a9a1._0x3b5c68)+'ts'][_0x34b09c[_0x68da07(0x437,_0x53a9a1._0x6d971e,_0x53a9a1._0x51b6b5,_0x53a9a1._0x495072)+'t']],_0x5b47b8[_0x68da07(_0x53a9a1._0x7c6266,_0x53a9a1._0x5c1997,_0x53a9a1._0x51b6b5,_0x53a9a1._0x427878)+'tPath']=_0x42f208[_0x68da07(_0x53a9a1._0x427991,0x48c,_0x53a9a1._0x90a77f,_0x53a9a1._0x1a27ed)](setupPath,'environmen'+'ts',_0x34b09c['environmen'+'t']),_0x2becc6();}async function requireInstructionsPermission(_0x33cd6e,_0x50362b,_0x17be51){const _0x234d22={_0x3b9248:0x14b,_0xad4da8:0x102,_0x24bd3b:0x1b2,_0x260f04:0x1f0,_0x414c1d:0x2ff,_0x56a717:0x19a,_0x4a3f5e:0x132,_0x116732:0x21f,_0x2ce501:0x2c2,_0x27ef09:0x2e0,_0x5b5aa7:0x2e9,_0x51e6e1:0x248,_0x5d1741:0x2c4,_0xb3d4bd:0x263,_0x1ed778:0x150,_0x3e0b49:0xd5,_0xded7b2:0xe0,_0xb63443:0x15,_0x7af229:0x46,_0x1bf2f3:0x1b,_0x3157ea:0x2,_0x4f0bba:0x98,_0x561cdd:0x2fc,_0x177947:0x28f,_0x27ec43:0x316,_0x4b457e:0x2df,_0x372c31:0x2bf,_0xc01d74:0x1f2,_0x1c9857:0x2c3,_0x111dd6:0x31c,_0x44079c:0x28f,_0x239f84:0x1ee,_0x222413:0x202,_0x2c6f20:0x4b,_0x91a9a9:0x27,_0x43fa2d:0x25f,_0x591605:0x1a0,_0x12910d:0x1ec,_0xce8bc4:0xf0,_0x4e635e:0x79,_0x1abf75:0x5,_0xfc7c4:0xd2,_0xa62562:0xf7,_0x7baee1:0x23f,_0x34cc90:0x2b5,_0x2d5741:0x2b0,_0x126e55:0x24b,_0x5d3422:0x14e,_0x28561d:0x10c,_0x75281a:0x176,_0x34805c:0x11d,_0x115c3f:0x23e,_0x3a1af1:0x16d,_0x256079:0x117,_0x3fbc5b:0x139,_0x3ef5ef:0x182},_0x584416={_0x73c5aa:0x1e5,_0x54b00d:0x179},_0x522724={_0x2997db:0x1ef};function _0x17c3e1(_0x3676cc,_0x4f1a51,_0xdd5cd9,_0x556bf0){return _0x2014f7(_0x4f1a51,_0x4f1a51-_0x522724._0x2997db,_0xdd5cd9-0xcb,_0xdd5cd9- -0x37c);}const _0x55aec1={'UMPSa':function(_0x53e13c,_0xded9e5,_0x2d4d56,_0x4f8a10){return _0x53e13c(_0xded9e5,_0x2d4d56,_0x4f8a10);},'cpXjm':_0x3dfd43(0xd4,0xde,_0x234d22._0x3b9248,_0x234d22._0xad4da8)+_0x17c3e1(_0x234d22._0x24bd3b,_0x234d22._0x260f04,0x213,0x1d6)+_0x17c3e1(0x33e,0x354,0x2e4,_0x234d22._0x414c1d),'ksEoy':_0x3dfd43(_0x234d22._0x56a717,_0x234d22._0x4a3f5e,0x149,0x11d)+_0x17c3e1(0x1de,_0x234d22._0x116732,0x229,0x2a1)+_0x17c3e1(_0x234d22._0x2ce501,0x293,_0x234d22._0x27ef09,_0x234d22._0x5b5aa7)+_0x17c3e1(_0x234d22._0x51e6e1,0x29d,_0x234d22._0x5d1741,_0x234d22._0xb3d4bd)+'mission','grvVO':_0x3dfd43(_0x234d22._0x1ed778,_0x234d22._0x3e0b49,0x52,_0x234d22._0xded7b2)+_0x3dfd43(_0x234d22._0xb63443,_0x234d22._0x7af229,0xb4,_0x234d22._0x1bf2f3)+_0x3dfd43(-_0x234d22._0x3157ea,0x5d,0x72,_0x234d22._0x4f0bba)+'to\x20update\x20'+_0x17c3e1(_0x234d22._0x561cdd,0x2dd,_0x234d22._0x177947,_0x234d22._0x27ec43)+'t\x20instruct'+_0x17c3e1(_0x234d22._0x4b457e,0x235,0x2c0,0x2ba),'Bcncz':function(_0x593a80){return _0x593a80();}};if(!await _0x55aec1['UMPSa'](hasPermission,_0x33cd6e[_0x17c3e1(_0x234d22._0x372c31,0x288,0x2ad,0x285)]['id'],_0x55aec1[_0x17c3e1(0x280,0x2a8,0x27b,_0x234d22._0xc01d74)],_0x33cd6e[_0x17c3e1(_0x234d22._0x1c9857,_0x234d22._0x111dd6,_0x234d22._0x44079c,0x214)+_0x17c3e1(0x20b,0x1cf,_0x234d22._0x239f84,_0x234d22._0x222413)])){const _0x22dc27={};_0x22dc27['taskId']=_0x33cd6e[_0x3dfd43(-_0x234d22._0x2c6f20,0x40,-_0x234d22._0x91a9a9,-0x30)+'k'][_0x17c3e1(_0x234d22._0x43fa2d,_0x234d22._0x591605,_0x234d22._0x12910d,0x1ff)],_0x22dc27[_0x3dfd43(_0x234d22._0xce8bc4,_0x234d22._0x4e635e,_0x234d22._0x1abf75,_0x234d22._0xfc7c4)]=_0x33cd6e[_0x17c3e1(0x2f3,0x320,0x2ad,0x338)]['id'],_0x22dc27['username']=_0x33cd6e['taskUser'][_0x3dfd43(0x112,0x126,0x165,_0x234d22._0xa62562)],logger[_0x17c3e1(0x2ae,_0x234d22._0x7baee1,0x2c2,_0x234d22._0x34cc90)](_0x55aec1[_0x17c3e1(_0x234d22._0x2d5741,0x2ab,0x26a,_0x234d22._0x126e55)],_0x22dc27);const _0x43c38c={};return _0x43c38c['error']='Forbidden',_0x43c38c[_0x3dfd43(0xeb,_0x234d22._0x5d3422,_0x234d22._0x28561d,_0x234d22._0x75281a)]=_0x55aec1['grvVO'],_0x50362b[_0x3dfd43(0x179,0x125,_0x234d22._0x34805c,0x1ab)](-0x26d5+0x1*0x142f+0xa7*0x1f)[_0x17c3e1(0x31d,_0x234d22._0x115c3f,0x291,0x29e)](_0x43c38c);}function _0x3dfd43(_0x29db9e,_0x440dee,_0x40cef1,_0xff06de){return _0x2014f7(_0x40cef1,_0x440dee-_0x584416._0x73c5aa,_0x40cef1-_0x584416._0x54b00d,_0x440dee- -0x52d);}_0x55aec1[_0x3dfd43(_0x234d22._0x3a1af1,_0x234d22._0x256079,_0x234d22._0x3fbc5b,_0x234d22._0x3ef5ef)](_0x17be51);}async function requireTemplatesPermission(_0x29575f,_0x138f2f,_0x58ba2a){const _0x509d3b={_0x14b542:0x382,_0x3dae1d:0x385,_0x5bdd69:0x3ea,_0x42729d:0x4c1,_0x170ef:0x42d,_0x3aa2c6:0x445,_0x176dbe:0x334,_0x57d4f8:0x379,_0x4d352b:0x457,_0x213c9e:0x3da,_0x28bea9:0x44d,_0xd07ec6:0x46e,_0x1f9d01:0x2a3,_0x165c9d:0x349,_0x136232:0x4c0,_0x57af29:0x493,_0x389c45:0x3e3,_0xc83f9b:0x44e,_0x2723df:0x47b,_0x49d6b7:0x3f6,_0x571577:0x43d,_0x4a0337:0x277,_0x546110:0x48a,_0x3e77b0:0x3a0,_0xfe15b4:0x425,_0x22ecee:0x396,_0x4d0819:0x3c5,_0x5cc50e:0x567,_0x12c916:0x460,_0x16fdcd:0x42f,_0x29cb18:0x43f,_0xabcf2b:0x482,_0x592095:0x477,_0x15b9af:0x3f2,_0x116e11:0x44c,_0x1e0cfe:0x44e,_0x75f595:0x3c9,_0x2e7db0:0x438,_0x23f347:0x342,_0x766263:0x329,_0x133186:0x497},_0x13c0b1={_0x4b13ad:0x1ee};function _0x14823a(_0x15fc54,_0x3802af,_0x472189,_0x13e6f0){return _0x2014f7(_0x13e6f0,_0x3802af-0x1bf,_0x472189-0xd4,_0x15fc54- -0x11c);}const _0x46ba34={'QrOTV':function(_0x86f8e5,_0x59ee03,_0x3700e4,_0x5e870f){return _0x86f8e5(_0x59ee03,_0x3700e4,_0x5e870f);},'YgIsy':_0x19321d(0x302,_0x509d3b._0x14b542,_0x509d3b._0x3dae1d,_0x509d3b._0x5bdd69)+'ts:templat'+'es','qBVvw':_0x14823a(0x543,0x593,0x580,0x50c)+_0x14823a(0x489,_0x509d3b._0x42729d,0x4f8,0x4c2)+'nts:templa'+_0x14823a(0x4b4,_0x509d3b._0x170ef,0x53c,_0x509d3b._0x3aa2c6)+'sion','iZzTd':'Forbidden','jkcEa':_0x19321d(_0x509d3b._0x176dbe,_0x509d3b._0x57d4f8,0x371,0x35c)+_0x14823a(_0x509d3b._0x4d352b,_0x509d3b._0x213c9e,_0x509d3b._0x28bea9,_0x509d3b._0xd07ec6)+_0x19321d(0x341,0x301,0x27a,_0x509d3b._0x1f9d01)+'to\x20update\x20'+_0x19321d(_0x509d3b._0x165c9d,0x382,0x328,0x355)+_0x14823a(0x454,_0x509d3b._0x136232,0x435,0x404)+'s','DWRUZ':function(_0x415878){return _0x415878();}};if(!await _0x46ba34[_0x14823a(_0x509d3b._0x57af29,0x438,0x518,0x47a)](hasPermission,_0x29575f['taskUser']['id'],_0x46ba34['YgIsy'],_0x29575f[_0x19321d(_0x509d3b._0x389c45,_0x509d3b._0x14b542,0x365,0x367)+_0x14823a(_0x509d3b._0xc83f9b,_0x509d3b._0x2723df,_0x509d3b._0x49d6b7,_0x509d3b._0x571577)])){const _0x529be6={};_0x529be6['taskId']=_0x29575f['callingTas'+'k'][_0x19321d(_0x509d3b._0x4a0337,0x2df,0x26c,0x291)],_0x529be6[_0x14823a(_0x509d3b._0x546110,0x47d,0x517,0x4a1)]=_0x29575f[_0x19321d(0x32f,_0x509d3b._0x3e77b0,_0x509d3b._0xfe15b4,_0x509d3b._0x22ecee)]['id'],_0x529be6['username']=_0x29575f[_0x19321d(0x3ea,_0x509d3b._0x3e77b0,0x3d0,_0x509d3b._0x4d0819)]['username'],logger['warn'](_0x46ba34[_0x14823a(0x565,0x4dc,0x563,_0x509d3b._0x5cc50e)],_0x529be6);const _0x18bd90={};return _0x18bd90[_0x14823a(_0x509d3b._0x12c916,_0x509d3b._0x16fdcd,0x3ff,_0x509d3b._0x29cb18)]=_0x46ba34[_0x14823a(_0x509d3b._0xabcf2b,_0x509d3b._0x592095,0x4a7,0x43d)],_0x18bd90[_0x19321d(0x388,_0x509d3b._0x15b9af,_0x509d3b._0x116e11,_0x509d3b._0x1e0cfe)]=_0x46ba34['jkcEa'],_0x138f2f[_0x19321d(0x354,_0x509d3b._0x75f595,_0x509d3b._0x2e7db0,0x3c7)](0xf30+0xa7f+-0x607*0x4)[_0x19321d(_0x509d3b._0x23f347,0x384,_0x509d3b._0x766263,0x3d2)](_0x18bd90);}function _0x19321d(_0x53f15b,_0x506682,_0x52de3f,_0x3f30bd){return _0x2014f7(_0x3f30bd,_0x506682-_0x13c0b1._0x4b13ad,_0x52de3f-0x192,_0x506682- -0x289);}_0x46ba34[_0x14823a(0x519,_0x509d3b._0x133186,0x4ee,0x592)](_0x58ba2a);}router[_0x18399e(0x69,0x12,0x5b,0x3e)](_0x2014f7(0x5fa,0x61e,0x620,0x597)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5d4aa1,_0x7cb2c2)=>{const _0x1b0aef={_0x29e5cc:0x147,_0x29270c:0x1a0,_0x5478bd:0x4d,_0x5e2415:0x63,_0x1674e5:0x12,_0x2175e8:0x5f,_0x2b6278:0xd,_0x2c5d09:0x67,_0x1d95dc:0xf8,_0xc19ac9:0x10d,_0x302218:0x119,_0x54ceef:0x115,_0x537baf:0x106,_0x309551:0x73,_0x2f5163:0x38,_0x205c4e:0x3b,_0x4c9d53:0x93,_0x65e974:0xb8,_0x386615:0x22,_0x429266:0x7c,_0x2a3fb9:0x7d,_0x57e0c2:0x36,_0x40d29f:0xb1,_0x20c139:0xcf,_0x2db970:0x82,_0x148b97:0xde,_0x318b00:0xda,_0x29432a:0xa5,_0x417e70:0x126,_0x17f299:0x43,_0x8bff9:0x27,_0x3d7350:0x1df,_0x16675d:0x9c,_0x470c62:0x5b,_0x5526df:0x14e,_0x16fe9d:0xd3,_0x5e469b:0x83,_0x22e46c:0x7d,_0x1b87a1:0x3b,_0x2ac7c8:0x46,_0x4d8e31:0x9e,_0x39ea32:0x74,_0x17305f:0x141,_0x47c53f:0x1aa,_0x2b194f:0x48,_0x5cccf8:0x3,_0x3280ae:0x1c,_0x5677bb:0x208,_0x15e0d5:0x13e,_0x52d687:0x16f,_0x52878c:0x1b0,_0x1f4b04:0x146,_0xa94865:0x182,_0x354616:0x1e6,_0x59185a:0x2f,_0x1e70c4:0x5e,_0x5821f5:0x20,_0x386da3:0x1f,_0x20cdd1:0x2c,_0x392f37:0x9d,_0x4dcf37:0xc3,_0x434af3:0xd0,_0x476895:0x53,_0xef24cb:0x59,_0x164af5:0x1e3,_0x1baa3d:0x21a,_0x3fa302:0xd,_0x240247:0x21,_0x2d1e41:0x23,_0x345bac:0x178,_0x486800:0x113,_0x6e2d77:0xfa,_0x21e237:0x1f3,_0x14e4ee:0x216,_0x5eae94:0x15d,_0x1551f9:0x13b,_0x572828:0xde,_0x19fadd:0x69,_0x27e56c:0xa2,_0x2d940b:0xdf,_0x4783e6:0x1ae,_0x222ee5:0x143,_0x9d43e9:0x17d,_0x195db2:0x1b5,_0xa8d158:0x118,_0x575214:0x68,_0x38115f:0xb6,_0x1c163f:0x154,_0x129f9a:0x134,_0x40d7ea:0x1b1,_0x323626:0x1d2,_0x35818e:0x1d9,_0x4e8e93:0x167,_0x3fe768:0x12e,_0x5f3493:0x9e,_0x526462:0x188,_0x40ebc8:0x1b9,_0x21afef:0xec,_0x34fe1e:0x13e,_0x8a2605:0x10b,_0xc485cd:0x10a,_0x1a93a8:0xcc,_0xd44e6d:0x207,_0x5c5b87:0xcb,_0x5f57ef:0x11d,_0x30fd74:0x70,_0xdf0e2d:0x4,_0x17bd26:0x188,_0x571553:0x1af,_0x4330af:0xcd,_0x380290:0xeb,_0x3eadda:0xff,_0x1a6db5:0x16f,_0x4dbd5a:0x90,_0x56d041:0x14d,_0x4172e7:0xc7,_0x32238d:0xf3,_0x1c9c8c:0xea,_0x5210f4:0x16d,_0x1fc84b:0xf9},_0x2dc4fd={_0x1531dd:0x1e7},_0x58dd6c={};_0x58dd6c[_0xcba510(_0x1b0aef._0x29e5cc,0x182,_0x1b0aef._0x29270c,0x13c)]=function(_0x243b4a,_0x5462a5){return _0x243b4a===_0x5462a5;};function _0xcba510(_0x18001d,_0x3bfd38,_0x27cedd,_0x4a1a0d){return _0x2014f7(_0x27cedd,_0x3bfd38-0x9c,_0x27cedd-0x191,_0x18001d- -0x4ca);}_0x58dd6c[_0x10fc8b(_0x1b0aef._0x5478bd,-0x28,_0x1b0aef._0x5e2415,-_0x1b0aef._0x1674e5)]='ENOENT',_0x58dd6c[_0x10fc8b(-0x70,-_0x1b0aef._0x2175e8,-_0x1b0aef._0x2b6278,-0x4c)]=_0x10fc8b(-0x7d,0x24,-0x4a,-_0x1b0aef._0x2c5d09)+_0xcba510(_0x1b0aef._0x1d95dc,0x13d,_0x1b0aef._0xc19ac9,0xd6)+_0xcba510(0x121,0x195,0x12f,_0x1b0aef._0x302218),_0x58dd6c[_0xcba510(0x18a,_0x1b0aef._0x54ceef,0x202,_0x1b0aef._0x537baf)]='Internal\x20S'+_0x10fc8b(0x62,_0x1b0aef._0x309551,_0x1b0aef._0x2f5163,-_0x1b0aef._0x205c4e)+'r',_0x58dd6c['LZzaR']=_0x10fc8b(0x58,0xae,_0x1b0aef._0x4c9d53,_0x1b0aef._0x65e974);function _0x10fc8b(_0x5d5c46,_0x115112,_0x3812f5,_0x2de4cd){return _0x2014f7(_0x2de4cd,_0x115112-0x166,_0x3812f5-_0x2dc4fd._0x1531dd,_0x3812f5- -0x5e4);}_0x58dd6c[_0x10fc8b(-_0x1b0aef._0x386615,-_0x1b0aef._0x429266,-_0x1b0aef._0x2a3fb9,-0x47)]=_0xcba510(0xb4,_0x1b0aef._0x57e0c2,0xb0,0xcf),_0x58dd6c[_0xcba510(_0x1b0aef._0x40d29f,_0x1b0aef._0x20c139,0xb3,_0x1b0aef._0x2db970)]=_0xcba510(_0x1b0aef._0x148b97,0x91,_0x1b0aef._0x318b00,0x13d),_0x58dd6c[_0xcba510(_0x1b0aef._0x29432a,_0x1b0aef._0x417e70,0x113,0xec)]=_0x10fc8b(-0x29,-0x74,-_0x1b0aef._0x17f299,-_0x1b0aef._0x8bff9),_0x58dd6c[_0xcba510(0x19b,_0x1b0aef._0x3d7350,0x11d,0x192)]=_0x10fc8b(-_0x1b0aef._0x16675d,0x12,-0x4a,-_0x1b0aef._0x470c62)+_0xcba510(0x158,_0x1b0aef._0x5526df,0xf0,0x1ce)+'S.md',_0x58dd6c['Ynroz']='Failed\x20to\x20'+_0xcba510(_0x1b0aef._0x16fe9d,_0x1b0aef._0x5e469b,0xa9,_0x1b0aef._0x22e46c)+_0x10fc8b(_0x1b0aef._0x1b87a1,-0x71,-0x25,_0x1b0aef._0x2ac7c8)+'le';const _0x4f1504=_0x58dd6c,{callingTask:_0x19f6db,environmentName:_0x4039d4,environmentPath:_0x1895a9}=_0x5d4aa1,_0x2865bb={};_0x2865bb['taskId']=_0x19f6db[_0xcba510(_0x1b0aef._0x4d8e31,0xb2,0x72,_0x1b0aef._0x39ea32)],_0x2865bb[_0xcba510(_0x1b0aef._0x17305f,0x1ad,_0x1b0aef._0x47c53f,0x1ac)+'t']=_0x4039d4,logger['info'](_0x10fc8b(0x95,0xce,0x8c,0xd1)+'ing\x20enviro'+_0xcba510(0x16a,0x193,0x1e3,0x14b)+_0x10fc8b(-0x36,-_0x1b0aef._0x2b194f,-_0x1b0aef._0x5cccf8,_0x1b0aef._0x3280ae),_0x2865bb);const _0x28939d=_0x42f208[_0xcba510(0x187,_0x1b0aef._0x5677bb,_0x1b0aef._0x15e0d5,_0x1b0aef._0x52d687)](_0x1895a9,_0x4f1504[_0xcba510(_0x1b0aef._0x52878c,_0x1b0aef._0x1f4b04,_0x1b0aef._0xa94865,_0x1b0aef._0x354616)]);try{const _0x1d92c4=await _0x4eb6b2[_0x10fc8b(-_0x1b0aef._0x59185a,-0x38,-0x26,-0x34)](_0x28939d,_0x4f1504['eLxrX']),_0x2dd19f={};_0x2dd19f[_0x10fc8b(0xd5,-0x8,_0x1b0aef._0x1e70c4,_0x1b0aef._0x5821f5)]=_0x1d92c4,_0x2dd19f[_0x10fc8b(-_0x1b0aef._0x386da3,-_0x1b0aef._0x20cdd1,0x27,_0x1b0aef._0x392f37)+'t']=_0x4039d4,_0x2dd19f[_0xcba510(_0x1b0aef._0x4dcf37,_0x1b0aef._0x434af3,_0x1b0aef._0x476895,_0x1b0aef._0xef24cb)]=_0x4f1504[_0xcba510(0x1b0,_0x1b0aef._0x164af5,_0x1b0aef._0x1baa3d,0x172)],_0x7cb2c2[_0x10fc8b(-_0x1b0aef._0x3fa302,-_0x1b0aef._0x240247,0x29,-0x3a)](_0x2dd19f);}catch(_0x2b598f){if(_0x4f1504['ReWau'](_0x2b598f[_0x10fc8b(0x44,0x22,_0x1b0aef._0x2d1e41,0x58)],'ENOENT')){const _0x4f6b7c={};_0x4f6b7c[_0xcba510(_0x1b0aef._0x345bac,0x156,_0x1b0aef._0x486800,0x18c)]='',_0x4f6b7c[_0x10fc8b(0x21,_0x1b0aef._0x2b194f,0x27,0x6d)+'t']=_0x4039d4,_0x4f6b7c[_0xcba510(0xc3,_0x1b0aef._0x6e2d77,0xe0,0x11b)]=_0x4f1504[_0xcba510(0x1b0,_0x1b0aef._0x21e237,_0x1b0aef._0x14e4ee,_0x1b0aef._0x5eae94)],_0x4f6b7c['exists']=![],_0x7cb2c2[_0xcba510(0x143,0x1aa,_0x1b0aef._0x1551f9,0x170)](_0x4f6b7c);}else{if(_0x4f1504[_0x10fc8b(-_0x1b0aef._0x572828,0x17,-_0x1b0aef._0x19fadd,-_0x1b0aef._0x27e56c)]===_0x4f1504[_0xcba510(0xa5,0x95,0xff,_0x1b0aef._0x2d940b)]){if(_0x4f1504['ReWau'](_0x155004[_0xcba510(0x13d,_0x1b0aef._0x4783e6,0x168,_0x1b0aef._0x222ee5)],_0x4f1504[_0xcba510(_0x1b0aef._0x9d43e9,_0x1b0aef._0x195db2,_0x1b0aef._0xa8d158,0x134)])){const _0x2ed26d={};_0x2ed26d[_0x10fc8b(-0x57,-0xb8,-_0x1b0aef._0x575214,-_0x1b0aef._0x38115f)]=_0xcba510(_0x1b0aef._0x1c163f,_0x1b0aef._0x129f9a,0xed,0x131),_0x2ed26d[_0xcba510(_0x1b0aef._0x40d7ea,_0x1b0aef._0x323626,0x23d,_0x1b0aef._0x35818e)]=_0xcba510(_0x1b0aef._0x4e8e93,0x1df,0x1c0,_0x1b0aef._0x3fe768)+_0x567469+(_0x10fc8b(0x9,-_0x1b0aef._0x5f3493,-_0x1b0aef._0x1e70c4,-0xbc)+'d'),_0x392426[_0xcba510(_0x1b0aef._0x526462,0x1ba,_0x1b0aef._0x40ebc8,0x125)](0x1*0x110b+-0x81*0x35+0xb3e*0x1)['json'](_0x2ed26d);}else{const _0x57412e={};_0x57412e[_0xcba510(0x9e,0x91,_0x1b0aef._0x21afef,_0x1b0aef._0x2f5163)]=_0x3de5d2['taskId'],_0x57412e['environmen'+'t']=_0x48326f,_0x57412e[_0xcba510(_0x1b0aef._0x34fe1e,0xf5,_0x1b0aef._0x8a2605,_0x1b0aef._0x40ebc8)]=_0x1b914b,_0x57412e[_0xcba510(0xb2,_0x1b0aef._0xc485cd,_0x1b0aef._0x1a93a8,_0x1b0aef._0x16fe9d)]=_0x39f3da[_0xcba510(0x1b1,_0x1b0aef._0xd44e6d,0x205,0x210)],_0x3d33df[_0xcba510(0xb2,_0x1b0aef._0x5c5b87,0x10f,0xa3)](_0x4f1504[_0xcba510(_0x1b0aef._0xc19ac9,_0x1b0aef._0x5f57ef,0xc8,0x105)],_0x57412e);const _0x33d475={};_0x33d475['error']=_0x4f1504[_0x10fc8b(0xcc,0xc3,_0x1b0aef._0x30fd74,-_0x1b0aef._0xdf0e2d)],_0x33d475['message']=_0x4f1504['pnrlE'],_0x20a88c[_0xcba510(_0x1b0aef._0x17bd26,0x19b,_0x1b0aef._0x571553,0x1ee)](-0x530+0x2*-0x11ef+0x2b02)[_0xcba510(0x143,_0x1b0aef._0x4330af,_0x1b0aef._0x380290,0xdd)](_0x33d475);}}else{const _0x2cbaaa={};_0x2cbaaa['taskId']=_0x19f6db['taskId'],_0x2cbaaa[_0xcba510(0x141,_0x1b0aef._0x3eadda,_0x1b0aef._0x1a6db5,0xba)+'t']=_0x4039d4,_0x2cbaaa[_0xcba510(0xb2,0x83,_0x1b0aef._0x4dbd5a,0x12a)]=_0x2b598f[_0xcba510(0x1b1,_0x1b0aef._0x56d041,_0x1b0aef._0x323626,_0x1b0aef._0x571553)],logger['error'](_0x4f1504[_0xcba510(0x19b,0x226,0x143,0x1c3)],_0x2cbaaa);const _0x3c27f7={};_0x3c27f7[_0xcba510(0xb2,0x111,_0x1b0aef._0x4172e7,_0x1b0aef._0x32238d)]=_0x4f1504[_0x10fc8b(0xf7,0x7a,_0x1b0aef._0x30fd74,-0x5)],_0x3c27f7[_0x10fc8b(0xa,_0x1b0aef._0x30fd74,0x97,_0x1b0aef._0x1c9c8c)]=_0x4f1504['Ynroz'],_0x7cb2c2[_0xcba510(0x188,0x19d,_0x1b0aef._0x5210f4,0x173)](0x959*-0x1+-0x1*0x16db+0x4*0x88a)[_0xcba510(0x143,_0x1b0aef._0x1fc84b,0x1c7,0x15b)](_0x3c27f7);}}}}),router[_0x2014f7(0x569,0x61d,0x630,0x5e9)]('/instructi'+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5d416b,_0x2adc65)=>{const _0x3dc73f={_0x5d8f3e:0x5b3,_0x30e18c:0x540,_0x5df8fa:0x5b2,_0x4fefae:0x566,_0x5cedac:0x5cc,_0x58da75:0x57c,_0x4b955f:0x538,_0x34d973:0x649,_0x20a8e5:0x630,_0x5540ff:0x5d1,_0x561dad:0x657,_0x24bb80:0x62c,_0x64f31:0x57e,_0x35c201:0x600,_0x13f1f2:0x602,_0x3233ea:0x59e,_0x27f6c7:0x5e6,_0x3893b5:0x5fa,_0x1ddbfb:0x61a,_0x549847:0x5a5,_0x71dd03:0x661,_0x36f60d:0x6d4,_0x162f9d:0x66b,_0x28a410:0x675,_0x10b4ac:0x5fb,_0x39b8d3:0x55d,_0x27e173:0x55e,_0x2152fd:0x591,_0x3f33ee:0x5c1,_0x5772e8:0x579,_0x375b04:0x552,_0x5272ed:0x4f3,_0x19bdec:0x524,_0x3c86f1:0x60b,_0xa90f6c:0x5c6,_0x524950:0x5e9,_0x69f208:0x5d3,_0x1dd90f:0x555,_0x564b37:0x588,_0x54fd05:0x592,_0x303768:0x602,_0x2cc2d1:0x5f4,_0xdde099:0x50b,_0x4f4ab4:0x5d4,_0xc6dd46:0x53b,_0x522857:0x590,_0x1aa6da:0x539,_0x1cb5bc:0x5e8,_0x1e1ce1:0x645,_0x37d100:0x5a0,_0x3f5257:0x520,_0xefb6ae:0x612,_0x1daac0:0x650,_0x24abae:0x64f,_0xde09fe:0x605,_0x52d340:0x5a2,_0x1b5fb1:0x63b,_0x1e09d2:0x649,_0x531558:0x54b,_0x5c926c:0x55c,_0x3926d3:0x528,_0x48f960:0x5c7,_0x3f4562:0x5c8,_0x4ed7cb:0x626,_0x10ee4c:0x5c2,_0x568d42:0x5f2,_0x238ccd:0x5d2,_0x45640e:0x62e,_0x1717cb:0x544,_0x228186:0x59d,_0x630c40:0x662,_0x58aed4:0x52a,_0x19fbb4:0x567,_0x138f76:0x59d,_0x3a148c:0x54d,_0x3b5328:0x547,_0x2fed09:0x683,_0x23ef33:0x64b,_0x12c3bf:0x63e,_0x1300dd:0x601,_0x1cca03:0x5de,_0x172ff1:0x570,_0x5b8044:0x642,_0x575cc4:0x53a,_0x4302bc:0x55b,_0x291558:0x5a4,_0x150005:0x563,_0x2e6428:0x5fc,_0x2a3d29:0x69f,_0x42e205:0x649,_0x4daa48:0x65a,_0x31f5e4:0x5d7,_0x41e152:0x69b,_0x3bdae5:0x648,_0xb86f7b:0x59f,_0x18405a:0x4cc,_0x2940d0:0x4c8,_0x1f52a9:0x4e2,_0xda6108:0x4da,_0x5c9da2:0x5dc,_0x26cceb:0x56e,_0x1c65b9:0x577,_0x4ba673:0x5c4,_0x38c592:0x6a5,_0x6190bc:0x5cd,_0x42f034:0x5b8,_0x2caf03:0x5be,_0x570199:0x56a,_0x4325d6:0x5bd,_0x44aa6d:0x508,_0x513baf:0x648,_0x25aa94:0x64a,_0x1ff5da:0x56f,_0x21cd8c:0x620,_0x5ab9ef:0x671,_0x85f054:0x5d6,_0x4d0ea9:0x647,_0x415a65:0x69d,_0x93e472:0x535,_0x2482cb:0x582,_0x1e86d0:0x567,_0x2ebc31:0x5bc,_0x5ff0b9:0x5ea,_0x37ddbd:0x578,_0xd428d2:0x54b,_0x1abe38:0x58f,_0x315dd3:0x594,_0x208d7f:0x5bb,_0x3dacd9:0x5a3,_0x4f4c03:0x618,_0x351799:0x528,_0x5541b2:0x54a,_0x335769:0x4f0,_0x74377e:0x4fa,_0x224d8f:0x572,_0x224224:0x557,_0x556f8:0x5de,_0x37c987:0x59d,_0x4830c6:0x523,_0xb816f0:0x515,_0x361daf:0x54b,_0x490616:0x550,_0x384d9b:0x581,_0x14587c:0x501,_0x4fd5ca:0x522,_0x1cfcbf:0x55b,_0x236d98:0x5f8,_0x36f379:0x5ad,_0x40b9df:0x591,_0x5223a5:0x676,_0x4add5e:0x5ec,_0x414abf:0x547,_0x4a8a62:0x573,_0x491ce5:0x604,_0xa495d2:0x5e4,_0x2e0b3c:0x66d,_0x333292:0x582,_0x489382:0x64d,_0x33fac9:0x638,_0x4f17a4:0x60f,_0x2d0fa0:0x65e,_0x13f501:0x66c,_0x19effe:0x6aa,_0x4e07c5:0x618,_0x526662:0x5c0,_0x26fe4d:0x590,_0x4cdbdf:0x5f3,_0x3d1fc7:0x593,_0x22aa58:0x5e3,_0x3f198f:0x56d,_0xd96e83:0x605,_0x3f241c:0x640,_0x292205:0x617,_0x5ef766:0x574},_0x2644a5={};_0x2644a5[_0x5080d2(0x570,_0x3dc73f._0x5d8f3e,_0x3dc73f._0x30e18c,_0x3dc73f._0x5df8fa)]=_0x2e422c(_0x3dc73f._0x4fefae,_0x3dc73f._0x5cedac,_0x3dc73f._0x58da75,_0x3dc73f._0x4b955f)+'t',_0x2644a5['tYthp']=_0x2e422c(_0x3dc73f._0x34d973,_0x3dc73f._0x20a8e5,_0x3dc73f._0x5540ff,_0x3dc73f._0x561dad)+_0x2e422c(_0x3dc73f._0x24bb80,0x61f,0x66f,0x65a)+'uired',_0x2644a5[_0x2e422c(0x609,0x5df,0x5e4,0x65a)]=_0x2e422c(_0x3dc73f._0x64f31,0x513,_0x3dc73f._0x35c201,_0x3dc73f._0x13f1f2)+_0x5080d2(0x576,0x5eb,_0x3dc73f._0x3233ea,0x5d4)+'nt\x20route\x20n'+_0x5080d2(_0x3dc73f._0x27f6c7,_0x3dc73f._0x3893b5,0x66a,0x652)+'ized';function _0x2e422c(_0x403872,_0x26753a,_0x410a27,_0x518027){return _0x18399e(_0x410a27,_0x26753a-0xe0,_0x410a27-0xae,_0x403872-0x516);}_0x2644a5[_0x2e422c(_0x3dc73f._0x1ddbfb,0x5d0,_0x3dc73f._0x549847,_0x3dc73f._0x71dd03)]=_0x2e422c(0x64d,0x64f,_0x3dc73f._0x36f60d,0x649)+_0x5080d2(_0x3dc73f._0x162f9d,0x63c,_0x3dc73f._0x28a410,_0x3dc73f._0x10b4ac)+'r';function _0x5080d2(_0x50443b,_0x90ba54,_0x2a780f,_0x2b5475){return _0x18399e(_0x90ba54,_0x90ba54-0x73,_0x2a780f-0x1a8,_0x2b5475-0x524);}_0x2644a5[_0x5080d2(_0x3dc73f._0x39b8d3,_0x3dc73f._0x27e173,0x54b,_0x3dc73f._0x2152fd)]=_0x2e422c(_0x3dc73f._0x3f33ee,0x548,_0x3dc73f._0x5772e8,0x597)+_0x2e422c(_0x3dc73f._0x375b04,_0x3dc73f._0x5272ed,0x5aa,_0x3dc73f._0x19bdec)+_0x5080d2(0x5b9,0x5fb,0x5b8,0x619),_0x2644a5[_0x5080d2(0x5ab,0x540,_0x3dc73f._0x3c86f1,_0x3dc73f._0xa90f6c)]=function(_0x25e81e,_0x5247d7){return _0x25e81e===_0x5247d7;},_0x2644a5[_0x2e422c(_0x3dc73f._0x524950,0x63d,0x58f,0x59a)]=function(_0xf1ef58,_0x3f4202){return _0xf1ef58!==_0x3f4202;},_0x2644a5['XwcvC']=_0x5080d2(_0x3dc73f._0x69f208,_0x3dc73f._0x1dd90f,0x537,0x58d),_0x2644a5[_0x2e422c(_0x3dc73f._0x564b37,_0x3dc73f._0x54fd05,_0x3dc73f._0x303768,_0x3dc73f._0x2cc2d1)]=_0x5080d2(0x55f,0x4d9,0x4e7,0x551)+'ing\x20enviro'+'nment\x20inst'+'ructions',_0x2644a5['YAMUx']=_0x5080d2(0x539,0x558,_0x3dc73f._0xdde099,0x55d),_0x2644a5[_0x2e422c(0x581,_0x3dc73f._0x4f4ab4,_0x3dc73f._0xc6dd46,0x5dd)]=_0x2e422c(0x57e,_0x3dc73f._0x522857,_0x3dc73f._0x1aa6da,_0x3dc73f._0x1cb5bc)+_0x5080d2(_0x3dc73f._0x1e1ce1,0x695,0x6ce,0x65c)+_0x2e422c(_0x3dc73f._0x37d100,0x61c,_0x3dc73f._0x3f5257,0x5e1)+_0x2e422c(_0x3dc73f._0xefb6ae,0x5a1,_0x3dc73f._0x1daac0,_0x3dc73f._0x24abae),_0x2644a5[_0x5080d2(0x5a3,_0x3dc73f._0xde09fe,0x5fa,_0x3dc73f._0x52d340)]=_0x2e422c(0x648,0x680,_0x3dc73f._0x1b5fb1,_0x3dc73f._0x1e09d2),_0x2644a5[_0x5080d2(0x4f9,0x500,0x507,_0x3dc73f._0x531558)]=function(_0x43afce,_0x1ac80b){return _0x43afce!==_0x1ac80b;},_0x2644a5[_0x5080d2(_0x3dc73f._0x5c926c,_0x3dc73f._0x3926d3,0x5ab,0x577)]=_0x2e422c(_0x3dc73f._0x48f960,_0x3dc73f._0x3f4562,_0x3dc73f._0x4ed7cb,0x5fa),_0x2644a5[_0x5080d2(0x5ba,0x5b6,_0x3dc73f._0x10ee4c,_0x3dc73f._0x568d42)]='Failed\x20to\x20'+'write\x20AGEN'+_0x5080d2(0x5d8,0x640,0x644,_0x3dc73f._0x238ccd);const _0x4400e9=_0x2644a5,{callingTask:_0x5895c7,taskUser:_0x1a1eb7,environmentName:_0x42ace7,environmentPath:_0x4626cc}=_0x5d416b,{content:_0x4b59ae}=_0x5d416b[_0x2e422c(0x5b0,0x5e9,0x548,_0x3dc73f._0x45640e)];if(_0x4400e9[_0x5080d2(0x58f,_0x3dc73f._0x1717cb,0x580,0x5c6)](_0x4b59ae,undefined)){if(_0x4400e9[_0x5080d2(_0x3dc73f._0x228186,_0x3dc73f._0x630c40,0x661,0x5f7)](_0x4400e9[_0x5080d2(_0x3dc73f._0x58aed4,_0x3dc73f._0x19fbb4,_0x3dc73f._0x138f76,0x5a7)],_0x4400e9[_0x5080d2(0x5a2,0x572,0x5c9,0x5a7)])){const _0x2f1d97={};return _0x2f1d97[_0x2e422c(_0x3dc73f._0x3a148c,0x595,_0x3dc73f._0x3b5328,0x5cc)]=_0x4400e9['FxjwA'],_0x2f1d97[_0x2e422c(0x64c,0x66d,_0x3dc73f._0x2fed09,_0x3dc73f._0x23ef33)]=_0x4400e9[_0x2e422c(0x63b,_0x3dc73f._0x12c3bf,_0x3dc73f._0x1300dd,0x65c)],_0x387a3d['status'](-0x126*-0x4+0xb03+-0xe0b)[_0x2e422c(_0x3dc73f._0x1cca03,_0x3dc73f._0x172ff1,0x553,_0x3dc73f._0x5b8044)](_0x2f1d97);}else{const _0x27cbf2={};return _0x27cbf2[_0x5080d2(_0x3dc73f._0x52d340,_0x3dc73f._0x575cc4,0x515,_0x3dc73f._0x4302bc)]=_0x4400e9[_0x2e422c(_0x3dc73f._0x291558,_0x3dc73f._0x150005,0x5ca,_0x3dc73f._0x2e6428)],_0x27cbf2[_0x5080d2(_0x3dc73f._0x2a3d29,0x6a9,_0x3dc73f._0x42e205,_0x3dc73f._0x4daa48)]=_0x4400e9['tYthp'],_0x2adc65[_0x2e422c(0x623,_0x3dc73f._0x31f5e4,0x693,_0x3dc73f._0x41e152)](0x897+0x1c78+0x1*-0x237f)[_0x2e422c(0x5de,_0x3dc73f._0x3bdae5,0x635,_0x3dc73f._0xb86f7b)](_0x27cbf2);}}const _0x43b46b={};_0x43b46b[_0x5080d2(_0x3dc73f._0x18405a,0x514,0x591,_0x3dc73f._0x3b5328)]=_0x5895c7[_0x5080d2(_0x3dc73f._0x2940d0,_0x3dc73f._0x1f52a9,_0x3dc73f._0xda6108,0x547)],_0x43b46b[_0x2e422c(_0x3dc73f._0x5c9da2,0x550,_0x3dc73f._0x26cceb,0x624)+'t']=_0x42ace7,_0x43b46b[_0x2e422c(_0x3dc73f._0x1c65b9,_0x3dc73f._0xa90f6c,0x5c9,0x590)]=_0x1a1eb7['id'],_0x43b46b['username']=_0x1a1eb7[_0x5080d2(_0x3dc73f._0x4ba673,_0x3dc73f._0x38c592,_0x3dc73f._0x6190bc,0x632)],_0x43b46b[_0x5080d2(0x587,0x580,_0x3dc73f._0x42f034,0x571)+'gth']=_0x4b59ae[_0x2e422c(_0x3dc73f._0x2caf03,0x5fc,_0x3dc73f._0x19fbb4,0x5ba)],logger[_0x2e422c(_0x3dc73f._0x570199,_0x3dc73f._0x31f5e4,_0x3dc73f._0x4325d6,_0x3dc73f._0x44aa6d)](_0x4400e9['jFElt'],_0x43b46b);const _0x36900b=_0x42f208['join'](_0x4626cc,_0x2e422c(_0x3dc73f._0x513baf,0x6a0,_0x3dc73f._0x25aa94,0x64c)),_0x1f7d34=new Date()[_0x5080d2(0x5b0,_0x3dc73f._0x1ff5da,0x4e3,0x55c)+'g']();try{const _0x3c85a3={};_0x3c85a3['recursive']=!![],await _0x4eb6b2[_0x2e422c(_0x3dc73f._0x21cd8c,0x5e3,_0x3dc73f._0x5ab9ef,_0x3dc73f._0x85f054)](_0x4626cc,_0x3c85a3),await _0x4eb6b2['writeFile'](_0x36900b,_0x4b59ae,_0x4400e9[_0x2e422c(_0x3dc73f._0x4d0ea9,0x63a,0x6b1,_0x3dc73f._0x415a65)]);const _0x232dc4={};_0x232dc4['taskId']=_0x5895c7[_0x5080d2(_0x3dc73f._0x93e472,_0x3dc73f._0x27e173,0x5c4,0x547)],_0x232dc4['environmen'+'t']=_0x42ace7,_0x232dc4[_0x2e422c(_0x3dc73f._0x1c65b9,_0x3dc73f._0x2482cb,0x5c8,_0x3dc73f._0x1e86d0)]=_0x1a1eb7['id'],logger[_0x5080d2(_0x3dc73f._0x2ebc31,0x523,_0x3dc73f._0x5ff0b9,_0x3dc73f._0x37ddbd)](_0x4400e9[_0x5080d2(0x567,_0x3dc73f._0xd428d2,0x619,_0x3dc73f._0x1abe38)],_0x232dc4);const _0x12b241={};_0x12b241['success']=!![],_0x12b241['environmen'+'t']=_0x42ace7,_0x12b241['path']=_0x4400e9[_0x2e422c(_0x3dc73f._0x315dd3,_0x3dc73f._0x208d7f,_0x3dc73f._0x3dacd9,_0x3dc73f._0x4f4c03)],_0x12b241['updatedAt']=_0x1f7d34,_0x12b241[_0x2e422c(0x559,_0x3dc73f._0x351799,0x579,0x519)+_0x5080d2(0x6a9,0x69b,0x5f3,0x65f)]=_0x5895c7[_0x2e422c(0x539,0x57b,0x594,_0x3dc73f._0x5541b2)],_0x12b241[_0x5080d2(_0x3dc73f._0x335769,_0x3dc73f._0x74377e,_0x3dc73f._0x27e173,_0x3dc73f._0x224d8f)+_0x2e422c(0x5d1,0x60d,0x620,_0x3dc73f._0x224224)]=_0x1a1eb7['id'],_0x2adc65[_0x2e422c(_0x3dc73f._0x556f8,0x5f4,_0x3dc73f._0x37c987,_0x3dc73f._0x1300dd)](_0x12b241);}catch(_0xcd562){if(_0x4400e9[_0x5080d2(_0x3dc73f._0x4830c6,0x537,_0x3dc73f._0xb816f0,_0x3dc73f._0x361daf)](_0x4400e9[_0x5080d2(0x543,_0x3dc73f._0x2e6428,_0x3dc73f._0x490616,0x577)],_0x4400e9[_0x5080d2(0x582,_0x3dc73f._0x172ff1,_0x3dc73f._0x384d9b,_0x3dc73f._0x1c65b9)])){_0x5e6554['error'](_0x4400e9['LQopp']);const _0x28771a={};return _0x28771a[_0x5080d2(_0x3dc73f._0x14587c,_0x3dc73f._0x4fd5ca,0x4d8,_0x3dc73f._0x1cfcbf)]=_0x4400e9[_0x2e422c(0x61a,_0x3dc73f._0x236d98,0x59c,0x59d)],_0x28771a['message']=_0x4400e9[_0x5080d2(_0x3dc73f._0x37ddbd,0x5ac,_0x3dc73f._0x36f379,_0x3dc73f._0x40b9df)],_0x2484fd[_0x2e422c(0x623,0x5da,0x61c,_0x3dc73f._0x5223a5)](0xca8+0x1bd3+-0x2687)[_0x5080d2(_0x3dc73f._0x236d98,_0x3dc73f._0x4f4c03,0x581,_0x3dc73f._0x4add5e)](_0x28771a);}else{const _0xa2fed2={};_0xa2fed2[_0x5080d2(0x4e0,0x500,0x53b,_0x3dc73f._0x414abf)]=_0x5895c7[_0x2e422c(0x539,0x543,_0x3dc73f._0x4a8a62,0x4ed)],_0xa2fed2[_0x2e422c(0x5dc,0x5c4,_0x3dc73f._0x491ce5,0x66a)+'t']=_0x42ace7,_0xa2fed2[_0x2e422c(0x54d,0x4f0,0x5a2,0x59f)]=_0xcd562['message'],logger['error'](_0x4400e9[_0x2e422c(_0x3dc73f._0xa495d2,_0x3dc73f._0x2e0b3c,_0x3dc73f._0x333292,_0x3dc73f._0x3c86f1)],_0xa2fed2);const _0x233112={};_0x233112['error']=_0x2e422c(_0x3dc73f._0x489382,_0x3dc73f._0x33fac9,_0x3dc73f._0x4f17a4,_0x3dc73f._0x2d0fa0)+'erver\x20Erro'+'r',_0x233112[_0x2e422c(0x64c,_0x3dc73f._0x13f501,_0x3dc73f._0x19effe,_0x3dc73f._0x4e07c5)]=_0x5080d2(_0x3dc73f._0xde09fe,_0x3dc73f._0x37d100,0x5e4,0x579)+_0x2e422c(_0x3dc73f._0x526662,_0x3dc73f._0x26fe4d,_0x3dc73f._0x4cdbdf,_0x3dc73f._0x3d1fc7)+_0x2e422c(_0x3dc73f._0x22aa58,_0x3dc73f._0x3f198f,0x577,_0x3dc73f._0xd96e83)+'ile',_0x2adc65['status'](-0x1*0x11c8+0x2316*-0x1+0x36d2)[_0x5080d2(_0x3dc73f._0x3f241c,_0x3dc73f._0x292205,_0x3dc73f._0x5ef766,0x5ec)](_0x233112);}}}),router[_0x18399e(0xb4,0x1e,0x28,0x3e)](_0x2014f7(0x604,0x53c,0x5af,0x5c6),requireTaskAuth,requireTemplatesPermission,async(_0x3b4c2b,_0x586f24)=>{const _0x4f1d4f={_0x29255f:0xc,_0x2f273d:0x3c,_0x100bea:0x3f,_0x11a133:0x50a,_0x388b8e:0xde,_0x5d9b3a:0x58d,_0x215aa2:0x599,_0x300d7c:0x516,_0x396aba:0x58d,_0x5e0d60:0x583,_0x290aef:0x3,_0x37f5d0:0x2,_0x39f546:0x37,_0xc91f74:0x4e5,_0x51ee2f:0x518,_0x49bab7:0x4cc,_0x2bfaf8:0x29,_0x18e0a6:0x1a,_0x591e47:0x92,_0x5cf199:0x6,_0x51e901:0x5c5,_0x2bc9a1:0x5be,_0x37fe32:0x530,_0x1dd28b:0x588,_0x5147e3:0x81,_0x1391ed:0x47,_0x31f36e:0x468,_0x246343:0x4f2,_0x57f0d5:0x4be,_0x2da61f:0x52f,_0x23ed24:0x50f,_0x2ee785:0x506,_0x58f618:0x35,_0xa5beda:0x561,_0x506fe8:0x9d,_0x15fa16:0x113,_0x52a23a:0x5b0,_0x2449ab:0x575,_0x28f182:0x58d,_0x4ea85b:0x4e9,_0x3ee387:0x515,_0x2e3a3c:0x509,_0x227c8c:0x80,_0x560949:0x5c,_0xe922b1:0x1b,_0x10e9c0:0xee,_0x3ce4f:0x4e,_0x1f1fd5:0x47,_0x392330:0x3,_0x2cd047:0xaf,_0x94d293:0x7f,_0x4a309c:0xa3,_0x3721d4:0x50,_0x584536:0x2f,_0x170376:0x4dc,_0x48e6aa:0x4fe,_0x2fc65c:0x491,_0x2fb735:0x63,_0x942254:0x529,_0x1de904:0x53f,_0x453792:0x543,_0x218cd6:0x544,_0x28e5d7:0xae,_0x466123:0xba,_0x200266:0xbf,_0x525524:0xf1,_0xb5b81:0x446,_0x178c98:0x479,_0x558bc6:0xe4,_0x1876a2:0x69,_0x2f6e88:0x15d,_0x2e5f13:0x514,_0x1958da:0x5b6,_0x3ef53c:0x470,_0x481692:0x4da,_0x585fc8:0x45f,_0x429fb4:0x4e1,_0x34c26f:0x456,_0x2851e5:0x532,_0x25bbb0:0x576,_0x1eab71:0x550,_0x46d85e:0x51e,_0x1c9e55:0x4b4,_0x58db77:0x4dc,_0x4313ad:0x74,_0x4bb131:0x88,_0x41a9d4:0x28,_0xe0575f:0xbb,_0x553115:0xf7,_0x65022c:0x4f6,_0x5adb7f:0x498,_0x427320:0x94,_0x5aad14:0xe7,_0x40747d:0xe6,_0x2d0f21:0xfe,_0x319c97:0x1,_0x587f94:0x23,_0x46227b:0x5cf,_0x2e9299:0x5c2,_0x450235:0x4a0,_0xbc4869:0x436,_0x4d337a:0xab,_0x2bdd5d:0x7,_0x402367:0x2d,_0x49fc50:0x1c,_0x390322:0x596,_0x53ac27:0x5e9,_0x9e359f:0x544,_0x3528c5:0xc8,_0x2e1b6b:0xf3,_0x51ebc5:0x83,_0x2ef4b6:0xc,_0xd0906:0x4fc,_0x5ce45f:0x5b,_0x1be92e:0x568,_0x12af6f:0x4aa,_0x3b0cf1:0x6d,_0x43d007:0xd,_0x27b082:0x1b,_0x15567a:0x69,_0x562eb4:0x430,_0x300021:0x496,_0x4881bf:0xc1,_0x1b92d:0x122,_0x422fac:0xbe,_0x313e53:0x5f,_0x3aaecd:0x4},_0x28c417={_0x5a6244:0x342,_0x2adcb5:0x40b,_0x43af0b:0x3a2,_0x140b12:0x340,_0x387956:0x3b5,_0x1be4a3:0x380,_0x318264:0x6b,_0x2e905f:0xf9,_0x6e8010:0x73,_0x5de3e8:0x93,_0x43965e:0x3d8,_0x7c2764:0x28,_0x32bcb6:0x33b,_0xbffc9f:0x372,_0x329f87:0x39a,_0x317de8:0x3ae,_0x30cdda:0x379,_0x1f29a7:0x45c,_0x2ee654:0x41f,_0x3aca72:0x3fb,_0x4a8bbf:0x3f5,_0x33a971:0x8e,_0x3457fc:0x80,_0x30e92c:0x4a,_0x3e0382:0x16,_0x1e9613:0x97,_0x2c90ea:0xbf,_0x23e0d3:0x42,_0x1dcf35:0x447,_0x49305c:0x46b,_0x4edee3:0x4c0,_0x36e18b:0x26,_0x1dd355:0xe,_0x382b59:0xc5,_0x5a6fb7:0x33,_0x19eb8b:0x42,_0x57cebe:0x7,_0x285ad7:0x4e2,_0x1bd18b:0x435,_0x5c09ad:0x3fd,_0x26af78:0x486,_0x5b042b:0x61,_0x4f982f:0x0,_0x43a5de:0x19,_0x20b67a:0x17,_0x242a26:0x40,_0x11c55f:0x3c4,_0x110ba4:0x43d,_0x3fb205:0x420,_0x58c211:0x3a,_0x24adb3:0x41e,_0x2356b5:0x33f,_0x108e36:0x397},_0x1ba24a={_0x487ae8:0x27,_0x41c453:0x4e2},_0x5bfd80={_0xce0c37:0xd},_0x4951e4={_0x50b1b5:0x143,_0xd24617:0x114},_0x5b9d31={_0xb37e68:0x11a,_0x43b1a5:0x1df,_0x3ff1ca:0x469},_0xca1729={};_0xca1729[_0x5984db(-_0x4f1d4f._0x29255f,-0x3e,_0x4f1d4f._0x2f273d,-_0x4f1d4f._0x100bea)]=_0x22d238(0x4f4,_0x4f1d4f._0x11a133,0x4b9,0x455)+'t',_0xca1729[_0x5984db(0xca,_0x4f1d4f._0x388b8e,0x133,0x94)]=_0x22d238(_0x4f1d4f._0x5d9b3a,0x59b,0x54f,0x4e6)+_0x22d238(_0x4f1d4f._0x215aa2,_0x4f1d4f._0x300d7c,_0x4f1d4f._0x396aba,_0x4f1d4f._0x5e0d60)+'e',_0xca1729[_0x22d238(0x52d,0x50d,0x527,0x540)]=_0x5984db(_0x4f1d4f._0x290aef,0xf,_0x4f1d4f._0x37f5d0,_0x4f1d4f._0x39f546)+_0x22d238(_0x4f1d4f._0xc91f74,0x520,_0x4f1d4f._0x51ee2f,_0x4f1d4f._0x49bab7)+_0x5984db(0x23,_0x4f1d4f._0x2bfaf8,-_0x4f1d4f._0x18e0a6,_0x4f1d4f._0x591e47),_0xca1729[_0x5984db(-_0x4f1d4f._0x5cf199,_0x4f1d4f._0x18e0a6,0x25,-0x6b)]=_0x22d238(_0x4f1d4f._0x51e901,_0x4f1d4f._0x2bc9a1,0x5a0,0x5a5)+_0x22d238(_0x4f1d4f._0x37fe32,0x530,0x540,_0x4f1d4f._0x1dd28b)+'r',_0xca1729['ELlZh']=function(_0x140c7b,_0xc1471f){return _0x140c7b!==_0xc1471f;},_0xca1729[_0x5984db(-0x15,0x54,-_0x4f1d4f._0x5147e3,_0x4f1d4f._0x1391ed)]='FxNKs',_0xca1729[_0x22d238(0x4a3,_0x4f1d4f._0x31f36e,_0x4f1d4f._0x246343,0x4b8)]=function(_0x1ebac4,_0x1ab48c){return _0x1ebac4!==_0x1ab48c;},_0xca1729['vzpyI']=_0x22d238(0x466,0x4ac,_0x4f1d4f._0x57f0d5,_0x4f1d4f._0x2da61f)+'read\x20templ'+_0x22d238(0x4a9,0x49e,_0x4f1d4f._0x23ed24,_0x4f1d4f._0x2ee785);function _0x22d238(_0x4cc944,_0x35e970,_0x2894a0,_0x450ecb){return _0x18399e(_0x4cc944,_0x35e970-_0x5b9d31._0xb37e68,_0x2894a0-_0x5b9d31._0x43b1a5,_0x2894a0-_0x5b9d31._0x3ff1ca);}_0xca1729[_0x5984db(_0x4f1d4f._0x58f618,0xad,-0x52,0x1e)]=_0x22d238(0x4d7,0x5c3,_0x4f1d4f._0xa5beda,0x4e4)+_0x5984db(0xc1,_0x4f1d4f._0x506fe8,0xab,_0x4f1d4f._0x15fa16),_0xca1729[_0x22d238(0x584,_0x4f1d4f._0x52a23a,0x569,_0x4f1d4f._0x2449ab)]=_0x22d238(_0x4f1d4f._0x28f182,_0x4f1d4f._0x4ea85b,_0x4f1d4f._0x3ee387,_0x4f1d4f._0x2e3a3c),_0xca1729[_0x5984db(_0x4f1d4f._0x227c8c,_0x4f1d4f._0x560949,_0x4f1d4f._0xe922b1,0x3d)]=function(_0x1e8456,_0x4b9022){return _0x1e8456===_0x4b9022;},_0xca1729['BfoGI']='VhEnw',_0xca1729['XRuOE']=_0x5984db(0x99,_0x4f1d4f._0x10e9c0,_0x4f1d4f._0x3ce4f,_0x4f1d4f._0x1f1fd5),_0xca1729['mtnrL']=_0x5984db(_0x4f1d4f._0x392330,0x7d,_0x4f1d4f._0x227c8c,-_0x4f1d4f._0x560949)+_0x5984db(0xbf,0x88,_0x4f1d4f._0x2cd047,_0x4f1d4f._0x94d293)+_0x5984db(0xc1,_0x4f1d4f._0x4a309c,0xcb,_0x4f1d4f._0x3721d4);const _0x2e5f04=_0xca1729;function _0x5984db(_0x39b281,_0x22d00d,_0x4d9e11,_0x50a122){return _0x18399e(_0x4d9e11,_0x22d00d-_0x4951e4._0x50b1b5,_0x4d9e11-_0x4951e4._0xd24617,_0x39b281- -0x52);}const {callingTask:_0x7a8de5,environmentName:_0x33a8de,environmentPath:_0x3ca1c7}=_0x3b4c2b,_0x28f579={};_0x28f579[_0x5984db(-_0x4f1d4f._0x584536,-0x64,_0x4f1d4f._0xe922b1,-0x25)]=_0x7a8de5[_0x22d238(_0x4f1d4f._0x170376,_0x4f1d4f._0x48e6aa,0x48c,_0x4f1d4f._0x2fc65c)],_0x28f579['environmen'+'t']=_0x33a8de,logger[_0x5984db(_0x4f1d4f._0x37f5d0,-0x73,0xb,_0x4f1d4f._0x2fb735)]('Task\x20listi'+_0x22d238(0x590,0x4a1,_0x4f1d4f._0x942254,_0x4f1d4f._0x1de904)+_0x22d238(0x539,0x5a6,0x51d,_0x4f1d4f._0x453792)+_0x22d238(0x566,_0x4f1d4f._0x218cd6,0x57c,0x5f5),_0x28f579);const _0x5df97e=_0x42f208['join'](_0x3ca1c7,_0x2e5f04['ENtRV']);try{if(_0x2e5f04['aFkrK'](_0x2e5f04[_0x5984db(_0x4f1d4f._0x28e5d7,_0x4f1d4f._0x466123,0x125,0x4b)],_0x2e5f04[_0x5984db(0xae,_0x4f1d4f._0x200266,_0x4f1d4f._0x525524,0x57)])){const _0x9fecfd={};return _0x9fecfd[_0x22d238(_0x4f1d4f._0xb5b81,_0x4f1d4f._0x178c98,0x4a0,0x4e6)]=_0x2e5f04[_0x5984db(-0xc,0x67,-0x4e,-0x8)],_0x9fecfd[_0x5984db(_0x4f1d4f._0x558bc6,_0x4f1d4f._0x1876a2,0xe1,_0x4f1d4f._0x2f6e88)]=_0x2e5f04['Wnqrh'],_0x2c400e[_0x22d238(0x5ab,_0x4f1d4f._0x2e5f13,0x576,_0x4f1d4f._0x1958da)](0x3d*-0x26+-0x1a72*-0x1+-0xfd4*0x1)['json'](_0x9fecfd);}else{const _0x181370=await _0x4eb6b2['readdir'](_0x5df97e),_0x5c6f84=_0x181370[_0x22d238(0x458,_0x4f1d4f._0x3ef53c,_0x4f1d4f._0x481692,_0x4f1d4f._0x2e3a3c)](_0x20e70c=>_0x20e70c[_0x5984db(0x9b,0x6b,0xd7,0xfa)](_0x5984db(0x29,0x38,-0x4b,0x9d))),_0x12465d=await Promise[_0x22d238(_0x4f1d4f._0x2e5f13,_0x4f1d4f._0x585fc8,_0x4f1d4f._0x429fb4,_0x4f1d4f._0x34c26f)](_0x5c6f84[_0x22d238(_0x4f1d4f._0x2851e5,_0x4f1d4f._0x25bbb0,_0x4f1d4f._0x1eab71,_0x4f1d4f._0x46d85e)](async _0x598e2c=>{const _0x33edb5={};function _0x21506d(_0x49b486,_0x5e8c53,_0x216fe3,_0x4cc95f){return _0x22d238(_0x49b486,_0x5e8c53-0x20,_0x216fe3- -0x134,_0x4cc95f-_0x5bfd80._0xce0c37);}_0x33edb5[_0x21506d(_0x28c417._0x5a6244,_0x28c417._0x2adcb5,0x3a5,_0x28c417._0x43af0b)]=_0x2e5f04['LomdF'],_0x33edb5[_0x21506d(0x33a,_0x28c417._0x140b12,_0x28c417._0x387956,_0x28c417._0x1be4a3)]=_0x2e5f04[_0x501026(-_0x28c417._0x318264,0x35,-0x44,-0x2d)];const _0x46900d=_0x33edb5,_0x284ea8=_0x598e2c['replace'](/\.md$/,''),_0x157f0e=_0x42f208[_0x501026(_0x28c417._0x2e905f,_0x28c417._0x6e8010,0xa9,_0x28c417._0x5de3e8)](_0x5df97e,_0x284ea8+_0x21506d(0x3a3,0x447,_0x28c417._0x43965e,0x3a9));let _0x240f96=null;try{if(_0x2e5f04[_0x501026(0x5d,0xa7,-_0x28c417._0x7c2764,0x1e)](_0x2e5f04[_0x21506d(_0x28c417._0x32bcb6,_0x28c417._0xbffc9f,_0x28c417._0xbffc9f,_0x28c417._0x329f87)],_0x2e5f04['ouYCM'])){const _0x34558c={};_0x34558c[_0x21506d(0x311,_0x28c417._0x317de8,0x358,0x31a)]=_0x16985d[_0x21506d(_0x28c417._0x30cdda,0x320,0x358,0x337)],_0x34558c[_0x21506d(_0x28c417._0x1f29a7,_0x28c417._0x2ee654,_0x28c417._0x3aca72,_0x28c417._0x4a8bbf)+'t']=_0x2988bb,_0x34558c[_0x501026(_0x28c417._0x33a971,_0x28c417._0x3457fc,-0x39,_0x28c417._0x30e92c)]=_0x5b0487,_0x34558c[_0x501026(_0x28c417._0x3e0382,-_0x28c417._0x1e9613,-_0x28c417._0x2c90ea,-_0x28c417._0x23e0d3)]=_0x129573[_0x21506d(0x4ad,_0x28c417._0x1dcf35,_0x28c417._0x49305c,_0x28c417._0x4edee3)],_0x49be5a[_0x501026(-0x57,_0x28c417._0x36e18b,-0x6a,-0x42)](_0x46900d['ZQUfU'],_0x34558c);const _0x5f3c70={};_0x5f3c70[_0x501026(-_0x28c417._0x1dd355,-_0x28c417._0x382b59,-_0x28c417._0x5a6fb7,-_0x28c417._0x19eb8b)]=_0x46900d[_0x501026(-0x7d,0x2f,-0x17,_0x28c417._0x57cebe)],_0x5f3c70[_0x21506d(_0x28c417._0x285ad7,0x455,_0x28c417._0x49305c,0x45a)]=_0x46900d['ZQUfU'],_0x1d3d76[_0x21506d(0x3c5,0x435,0x442,_0x28c417._0x1bd18b)](-0x1a42+-0x8c0+0x39*0xa6)[_0x21506d(0x38f,0x398,_0x28c417._0x5c09ad,_0x28c417._0x26af78)](_0x5f3c70);}else{const _0x4b125b=await _0x4eb6b2[_0x501026(0x86,_0x28c417._0x5b042b,0x16,_0x28c417._0x4f982f)](_0x157f0e,_0x501026(-_0x28c417._0x43a5de,_0x28c417._0x20b67a,0x39,-_0x28c417._0x242a26));_0x240f96=JSON[_0x21506d(0x402,_0x28c417._0x11c55f,_0x28c417._0x110ba4,_0x28c417._0x3fb205)](_0x4b125b);}}catch{}function _0x501026(_0x1cc5c9,_0x476dcd,_0x7b7190,_0x57fe54){return _0x22d238(_0x1cc5c9,_0x476dcd-_0x1ba24a._0x487ae8,_0x57fe54- -_0x1ba24a._0x41c453,_0x57fe54-0x188);}return{'name':_0x284ea8,'filename':_0x598e2c,'description':_0x240f96?.[_0x501026(0x4c,-0x68,-0x34,-_0x28c417._0x58c211)+'n']||null,'hasMetadata':_0x2e5f04[_0x21506d(_0x28c417._0x24adb3,_0x28c417._0x2356b5,0x3be,_0x28c417._0x108e36)](_0x240f96,null)};})),_0x178a9b={};_0x178a9b[_0x22d238(_0x4f1d4f._0x1c9e55,0x552,_0x4f1d4f._0x58db77,0x4f6)]=_0x12465d,_0x178a9b[_0x5984db(_0x4f1d4f._0x4313ad,_0x4f1d4f._0x4bb131,_0x4f1d4f._0x41a9d4,0xd4)+'t']=_0x33a8de,_0x586f24['json'](_0x178a9b);}}catch(_0x5c59ca){if(_0x2e5f04[_0x5984db(_0x4f1d4f._0x227c8c,_0x4f1d4f._0xe0575f,_0x4f1d4f._0x553115,0x1b)](_0x2e5f04[_0x22d238(_0x4f1d4f._0x23ed24,0x46a,_0x4f1d4f._0x65022c,_0x4f1d4f._0x5adb7f)],_0x2e5f04['XRuOE'])){const _0x87eea1={};_0x87eea1[_0x5984db(-0x2f,-0xb2,-0x9f,-0x88)]=_0x5003be['taskId'],_0x87eea1[_0x5984db(_0x4f1d4f._0x4313ad,_0x4f1d4f._0x427320,_0x4f1d4f._0x5aad14,_0x4f1d4f._0x40747d)+'t']=_0x33cdc4,_0x87eea1[_0x5984db(0x71,_0x4f1d4f._0x2d0f21,_0x4f1d4f._0x319c97,0x7c)]=_0x586a1c,_0x87eea1[_0x5984db(-0x1b,-0x74,-0x77,_0x4f1d4f._0x587f94)]=_0x17e12e[_0x22d238(_0x4f1d4f._0x46227b,_0x4f1d4f._0x2e9299,0x59f,0x5a7)],_0x1e1407[_0x22d238(0x474,0x4a6,_0x4f1d4f._0x450235,_0x4f1d4f._0xbc4869)](_0x2e5f04[_0x5984db(0x68,0x4,_0x4f1d4f._0x4d337a,_0x4f1d4f._0x5aad14)],_0x87eea1);const _0x3e2f07={};_0x3e2f07['error']=_0x2e5f04[_0x5984db(-0x6,_0x4f1d4f._0x2bdd5d,_0x4f1d4f._0x402367,-_0x4f1d4f._0x49fc50)],_0x3e2f07[_0x22d238(0x567,_0x4f1d4f._0x390322,0x59f,_0x4f1d4f._0x53ac27)]=_0x2e5f04['vzpyI'],_0x2153c2[_0x22d238(_0x4f1d4f._0x9e359f,0x54a,_0x4f1d4f._0x25bbb0,0x59d)](0x106b*0x2+-0x5*-0x677+-0x3f35)[_0x5984db(0x76,-0x10,_0x4f1d4f._0x3528c5,_0x4f1d4f._0x2e1b6b)](_0x3e2f07);}else{if(_0x5c59ca[_0x5984db(0x70,_0x4f1d4f._0x51ebc5,0x43,-_0x4f1d4f._0x2ef4b6)]==='ENOENT'){const _0x52179e={};_0x52179e[_0x22d238(0x4dc,_0x4f1d4f._0xd0906,_0x4f1d4f._0x58db77,0x49d)]=[],_0x52179e[_0x5984db(0x74,0xba,0x1d,_0x4f1d4f._0x5ce45f)+'t']=_0x33a8de,_0x586f24[_0x22d238(0x510,_0x4f1d4f._0x1be92e,0x531,_0x4f1d4f._0x12af6f)](_0x52179e);}else{const _0x49d240={};_0x49d240['taskId']=_0x7a8de5['taskId'],_0x49d240[_0x5984db(0x74,0x93,0xb4,0x7)+'t']=_0x33a8de,_0x49d240[_0x5984db(-0x1b,-0x75,-_0x4f1d4f._0x3b0cf1,0x5d)]=_0x5c59ca[_0x5984db(0xe4,0xc7,0xbc,0x7e)],logger['error'](_0x2e5f04[_0x5984db(0x36,-0x34,0xab,-_0x4f1d4f._0x43d007)],_0x49d240);const _0xfe4b0={};_0xfe4b0[_0x5984db(-_0x4f1d4f._0x27b082,0x23,_0x4f1d4f._0x587f94,_0x4f1d4f._0x15567a)]=_0x2e5f04[_0x22d238(0x496,_0x4f1d4f._0x562eb4,0x4b5,_0x4f1d4f._0x300021)],_0xfe4b0[_0x5984db(0xe4,_0x4f1d4f._0x4881bf,0x143,_0x4f1d4f._0x1b92d)]=_0x2e5f04[_0x5984db(0x36,_0x4f1d4f._0x422fac,_0x4f1d4f._0x313e53,0x1d)],_0x586f24['status'](0x6*0xb9+-0x3*-0xbcf+-0x25cf)[_0x5984db(0x76,-0x11,0xff,_0x4f1d4f._0x3aaecd)](_0xfe4b0);}}}}),router[_0x2014f7(0x5d2,0x526,0x57e,0x583)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x81e7af,_0x1da6bf)=>{const _0x42fecd={_0x6683b:0xae,_0x329a62:0x108,_0x43116f:0x492,_0x387ecc:0x449,_0x368950:0x4dd,_0x13a170:0x48c,_0x14c271:0x76,_0x4b463f:0x43,_0x3e1a82:0x47b,_0xbef46a:0x45b,_0x2b6980:0x119,_0xe092ba:0xd8,_0x3adf1b:0xe4,_0x10499b:0x3c,_0x378823:0x55,_0x2eb67e:0x52,_0x542961:0x92,_0x21d98b:0x4df,_0x4407c8:0x537,_0x440715:0x59f,_0x5a80a6:0x4fc,_0x42bcdb:0x51f,_0x2071ec:0x5ac,_0x538ede:0x4aa,_0x45699e:0x3a,_0x2d64ef:0x31,_0x1a8ede:0x11e,_0x396aa3:0x594,_0x288f1a:0x529,_0x1594e3:0xbe,_0x58ccd3:0x51,_0x2a7d84:0xb,_0x3b9ae5:0x4fe,_0x20d14f:0x565,_0x24e0bc:0x539,_0x296bd9:0x580,_0x316d86:0x44b,_0x1436a7:0x457,_0x6989bb:0xbd,_0x249ba3:0x4ac,_0x548b8c:0x4ec,_0x407988:0x4f7,_0x12557e:0x419,_0x5f4a4f:0x4ac,_0xb479ea:0x4f9,_0x58d37d:0x4ff,_0x5a0159:0x14,_0x4cf9d6:0x9,_0x404422:0x37,_0x4ac514:0x14,_0x8428c1:0x552,_0x52d883:0x4fd,_0x43f3b3:0x4ab,_0x4a56b6:0x5ac,_0x4ca357:0x4e2,_0x1f58d1:0x4e8,_0x4a1b2d:0x47,_0x1bd457:0x65,_0x185b62:0x5a,_0x594b96:0x20,_0x1febb4:0x74,_0x14de0a:0x2,_0x549c77:0x462,_0x4f4d3e:0x45d,_0x2f92e5:0x4ae,_0x137d1e:0x4a5,_0x268a4b:0x29,_0x5520c7:0x3b,_0x503595:0x15e,_0x40f552:0x117,_0x4ac27a:0x4c,_0xd7274b:0x2f,_0x22c3f2:0x43f,_0x377686:0x46b,_0x5b2a7d:0xc5,_0xc1ef68:0x13b,_0x5f1443:0xf6,_0x2bd0d7:0x159,_0x555621:0x9,_0x5dcb9e:0x7d,_0x3cd401:0x139,_0xf649f9:0x173,_0x48989a:0x136,_0x449536:0xce,_0x1392a6:0x453,_0x43c200:0x469,_0x26c1ed:0x3ff,_0x2a572e:0xd8,_0x51281b:0x474,_0x3883ff:0x4de,_0x181eff:0x10f,_0xca8e45:0xb3,_0x43d112:0x3d,_0x353d52:0x1,_0x34aac8:0x124,_0x5dcccf:0x10a,_0x19a1e5:0x193,_0xc49377:0x113,_0x36d2f3:0x536,_0x55005a:0x4b5,_0x3ac94d:0x4e4,_0x22092c:0x547,_0x546f1a:0x5d0,_0x4ee5bf:0x50d,_0x4e2d90:0x4c8,_0x1aba1a:0x21,_0x4a64d5:0x87,_0x17c92b:0x5f,_0x3cfd46:0x1a,_0x10d080:0x6a,_0x402426:0x21,_0x352de4:0x504,_0x348f57:0x41c,_0x3227f8:0x470,_0x2c2262:0x528,_0x4fa7e2:0x513,_0x539af9:0x50b,_0x53ae84:0xf9,_0x123ab4:0x579,_0x47ebd5:0x44b,_0x457e8c:0x58,_0x42084f:0x25,_0x396888:0x4de,_0x5ba55c:0x519,_0x34de8f:0x4a7,_0x3e6f72:0x530,_0x8f8d1c:0x536,_0x269f33:0x35,_0x316955:0x47b,_0x31434f:0x535,_0x5503d2:0x95,_0x1d65a5:0x95,_0x312127:0x3c,_0x100363:0x492,_0x56e5cc:0x505,_0x20fc27:0x416,_0x221ef6:0x48f,_0xf95394:0x49f,_0x4253aa:0x471,_0x1d84f0:0x43f,_0x309a6f:0x3c3,_0x1c190d:0xcc,_0x15ddf2:0xf1,_0x3ae46f:0x6c,_0x129faf:0x453,_0x2eca31:0x484,_0x50c8d2:0x543,_0x2fb2cf:0x4d7,_0x5efa94:0x591,_0xbdfa9d:0x158,_0x3ba355:0x142,_0x5081c5:0x517,_0x1952ad:0x61,_0x563b5a:0x121,_0x514e65:0xa9,_0x477af2:0x12b,_0x31f51e:0x5aa,_0x3f9721:0x5ab,_0x24e425:0x49c,_0x38eab7:0x56e,_0x2576c7:0x39,_0x4587c6:0x529,_0x57e156:0x51e,_0x4f4dda:0x1c,_0x5692a1:0x65,_0x4e29e7:0x7e,_0x224ab6:0x43f,_0x16e852:0x43f,_0x2add86:0x406,_0x394d86:0x493,_0x44fcc0:0x4c6,_0x19c25a:0x532,_0x5402a8:0x7f,_0x3e74b4:0xc7,_0xe8631e:0x459,_0x3e749c:0x464,_0x56b63e:0x4af,_0x3927d0:0x53f,_0x4996aa:0x5bb,_0x3a90bf:0x4be,_0x337060:0x4ce,_0x2c862e:0x453,_0x45f7b8:0xa,_0x21e537:0x60,_0x33d84e:0x93,_0x1059ff:0x56,_0x2bdabb:0x7,_0x164495:0xab,_0x31774f:0xc1,_0x25f02d:0x65},_0x5b43a5={_0x5e7f24:0x7f,_0x2606d6:0x1ef,_0x7fbcb8:0x12d},_0x2ebbd9={_0x2521e0:0x18f,_0x487908:0x129},_0x347a40={};function _0x31e52c(_0x295685,_0x2628f3,_0xed45af,_0x598570){return _0x2014f7(_0x2628f3,_0x2628f3-0x1cf,_0xed45af-_0x2ebbd9._0x2521e0,_0x295685- -_0x2ebbd9._0x487908);}_0x347a40[_0x47a4f0(-0x103,-_0x42fecd._0x6683b,-0x5c,-_0x42fecd._0x329a62)]=function(_0x28d440,_0x1a8e8e){return _0x28d440===_0x1a8e8e;},_0x347a40[_0x31e52c(_0x42fecd._0x43116f,_0x42fecd._0x387ecc,0x512,0x436)]='ENOENT',_0x347a40[_0x31e52c(0x480,_0x42fecd._0x368950,0x4a7,_0x42fecd._0x13a170)]=_0x47a4f0(-_0x42fecd._0x14c271,0x5,0x81,-_0x42fecd._0x4b463f),_0x347a40[_0x31e52c(_0x42fecd._0x3e1a82,0x41c,_0x42fecd._0xbef46a,0x47c)]=_0x47a4f0(-_0x42fecd._0x2b6980,-_0x42fecd._0xe092ba,-0x112,-_0x42fecd._0x3adf1b)+_0x47a4f0(-_0x42fecd._0x10499b,-0x50,-_0x42fecd._0x378823,-_0x42fecd._0x2eb67e)+'S.md',_0x347a40['kOYlL']='Internal\x20S'+'erver\x20Erro'+'r',_0x347a40['oiRTz']=_0x47a4f0(-_0x42fecd._0x542961,-0xd8,-0xcc,-0x8a)+_0x31e52c(0x52d,_0x42fecd._0x21d98b,0x4bc,_0x42fecd._0x4407c8)+_0x31e52c(0x52f,_0x42fecd._0x440715,_0x42fecd._0x5a80a6,0x5b8),_0x347a40['HQoXz']=_0x31e52c(_0x42fecd._0x42bcdb,0x519,_0x42fecd._0x2071ec,_0x42fecd._0x538ede),_0x347a40[_0x47a4f0(-_0x42fecd._0x45699e,-0xb,_0x42fecd._0x2d64ef,-0x15)]='Bad\x20Reques'+'t',_0x347a40[_0x47a4f0(-0xf9,-0xf9,-_0x42fecd._0x1a8ede,-0xd9)]=_0x31e52c(0x510,0x58b,_0x42fecd._0x396aa3,_0x42fecd._0x288f1a),_0x347a40[_0x47a4f0(-_0x42fecd._0x1594e3,-_0x42fecd._0x58ccd3,_0x42fecd._0x2a7d84,0x33)]=_0x31e52c(_0x42fecd._0x3b9ae5,_0x42fecd._0x20d14f,_0x42fecd._0x24e0bc,_0x42fecd._0x296bd9),_0x347a40[_0x31e52c(_0x42fecd._0x316d86,_0x42fecd._0x1436a7,0x401,0x47f)]=_0x47a4f0(-_0x42fecd._0x6989bb,-0xf4,-0xdc,-0x78),_0x347a40[_0x31e52c(0x482,_0x42fecd._0x249ba3,0x48d,0x431)]='Not\x20Found',_0x347a40[_0x31e52c(0x53f,_0x42fecd._0x548b8c,0x569,_0x42fecd._0x407988)]='Failed\x20to\x20'+_0x31e52c(0x499,_0x42fecd._0x12557e,0x442,_0x42fecd._0x5f4a4f)+_0x31e52c(0x4c2,_0x42fecd._0xb479ea,_0x42fecd._0x58d37d,0x51c);const _0x160ddb=_0x347a40,{callingTask:_0x293131,environmentName:_0xc167d9,environmentPath:_0x454243}=_0x81e7af,{name:_0x36db65}=_0x81e7af['params'];if(_0x36db65['includes']('/')||_0x36db65[_0x47a4f0(-0x5d,-_0x42fecd._0x5a0159,-_0x42fecd._0x4cf9d6,-0x98)]('\x5c')||_0x36db65[_0x47a4f0(_0x42fecd._0x404422,-_0x42fecd._0x4ac514,-0x9a,-0x7a)]('..')){if(_0x160ddb['HQoXz']!==_0x31e52c(0x4ff,_0x42fecd._0x8428c1,_0x42fecd._0x52d883,0x542)){const _0x4cf083={};return _0x4cf083[_0x31e52c(0x453,0x447,_0x42fecd._0x43f3b3,0x47c)]=_0x160ddb['Oimuk'],_0x4cf083[_0x31e52c(_0x42fecd._0x8428c1,_0x42fecd._0x4a56b6,_0x42fecd._0x4ca357,_0x42fecd._0x1f58d1)]=_0x47a4f0(-0xcc,-_0x42fecd._0x4a1b2d,-_0x42fecd._0x1bd457,0x20)+'mplate\x20nam'+'e',_0x1da6bf[_0x47a4f0(_0x42fecd._0x185b62,-_0x42fecd._0x594b96,-_0x42fecd._0x1febb4,_0x42fecd._0x14de0a)](0xf3d+0x981+0x3dd*-0x6)[_0x31e52c(0x4e4,_0x42fecd._0x549c77,0x4e3,_0x42fecd._0x4f4d3e)](_0x4cf083);}else{if(_0x160ddb['cDgqu'](_0x18b6ce[_0x31e52c(0x4de,0x453,_0x42fecd._0x2f92e5,_0x42fecd._0x137d1e)],_0x160ddb[_0x47a4f0(-_0x42fecd._0x268a4b,-0xb7,-0xc6,-0x65)])){const _0x9da768={};_0x9da768[_0x47a4f0(-0x97,-0x30,-0x5c,_0x42fecd._0x5520c7)]='',_0x9da768['environmen'+'t']=_0x201dfa,_0x9da768[_0x47a4f0(-0xbe,-0xe5,-_0x42fecd._0x503595,-_0x42fecd._0x40f552)]=_0x160ddb['iuEpl'],_0x9da768[_0x47a4f0(-_0x42fecd._0x4ac27a,-_0x42fecd._0xd7274b,-_0x42fecd._0x14de0a,0x4b)]=![],_0x2780d4['json'](_0x9da768);}else{const _0x41c9ec={};_0x41c9ec[_0x31e52c(_0x42fecd._0x22c3f2,0x469,0x3c0,0x4bd)]=_0x50f7b4[_0x31e52c(_0x42fecd._0x22c3f2,_0x42fecd._0x377686,0x3ba,0x4be)],_0x41c9ec[_0x47a4f0(-0xcb,-0x67,-0xd9,-_0x42fecd._0x5b2a7d)+'t']=_0x517f02,_0x41c9ec[_0x47a4f0(-_0x42fecd._0xc1ef68,-_0x42fecd._0x5f1443,-0x9c,-_0x42fecd._0x2bd0d7)]=_0x5142d9[_0x47a4f0(0x14,_0x42fecd._0x555621,_0x42fecd._0x5dcb9e,0x42)],_0x159f64[_0x47a4f0(-_0x42fecd._0x3cd401,-0xf6,-0x133,-_0x42fecd._0xf649f9)](_0x160ddb[_0x47a4f0(-_0x42fecd._0x48989a,-_0x42fecd._0x449536,-0xec,-0x103)],_0x41c9ec);const _0x4f5868={};_0x4f5868[_0x31e52c(_0x42fecd._0x1392a6,_0x42fecd._0x43c200,_0x42fecd._0x26c1ed,0x48b)]=_0x160ddb['kOYlL'],_0x4f5868['message']=_0x47a4f0(-0xad,-_0x42fecd._0x2a572e,-0xd0,-0x132)+_0x31e52c(_0x42fecd._0x51281b,_0x42fecd._0x3883ff,0x4d0,0x49e)+_0x47a4f0(-_0x42fecd._0x181eff,-_0x42fecd._0xca8e45,-0xf4,-0x102)+'le',_0x3328d6[_0x47a4f0(_0x42fecd._0x43d112,-0x20,0x2e,-0x77)](0x3f5+-0x2493*-0x1+-0x2694)[_0x47a4f0(-0xd7,-_0x42fecd._0x1bd457,_0x42fecd._0x353d52,-0xef)](_0x4f5868);}}}const _0x1b2838={};_0x1b2838[_0x47a4f0(-_0x42fecd._0x34aac8,-_0x42fecd._0x5dcccf,-_0x42fecd._0x19a1e5,-0x99)]=_0x293131[_0x47a4f0(-0xa3,-_0x42fecd._0x5dcccf,-0x9e,-_0x42fecd._0xc49377)],_0x1b2838[_0x31e52c(_0x42fecd._0x4ca357,0x523,0x537,_0x42fecd._0x36d2f3)+'t']=_0xc167d9,_0x1b2838[_0x47a4f0(0x10,-0x6a,0x12,-0xde)]=_0x36db65,logger[_0x31e52c(0x470,_0x42fecd._0x55005a,_0x42fecd._0x3ac94d,0x4a5)](_0x31e52c(_0x42fecd._0x22092c,0x509,0x4bc,_0x42fecd._0x546f1a)+_0x31e52c(0x4ed,0x525,_0x42fecd._0x4ee5bf,_0x42fecd._0x4e2d90)+'te',_0x1b2838);const _0x3da305=_0x42f208[_0x47a4f0(-0x33,-_0x42fecd._0x1aba1a,0x3c,-_0x42fecd._0x4a64d5)](_0x454243,_0x47a4f0(-_0x42fecd._0x17c92b,-0x35,-_0x42fecd._0x3cfd46,0x16)+'ates');function _0x47a4f0(_0x2178e9,_0x31f891,_0x3cfec5,_0x8ef139){return _0x18399e(_0x3cfec5,_0x31f891-_0x5b43a5._0x5e7f24,_0x3cfec5-_0x5b43a5._0x2606d6,_0x31f891- -_0x5b43a5._0x7fbcb8);}const _0x20a0ce=_0x42f208[_0x47a4f0(_0x42fecd._0x10d080,-_0x42fecd._0x402426,-0x14,-0x10)](_0x3da305,_0x36db65+_0x31e52c(0x497,_0x42fecd._0x352de4,_0x42fecd._0x348f57,_0x42fecd._0x3227f8)),_0x42fb47=_0x42f208[_0x31e52c(_0x42fecd._0x2c2262,_0x42fecd._0x4fa7e2,_0x42fecd._0x539af9,0x4ca)](_0x3da305,_0x36db65+_0x31e52c(0x4bf,0x53d,0x4aa,0x4b3));try{if(_0x160ddb[_0x47a4f0(-0x10d,-_0x42fecd._0x53ae84,-0xd0,-0xf8)]!==_0x160ddb[_0x31e52c(0x4f8,_0x42fecd._0x123ab4,0x528,0x57f)]){const _0x271260=await _0x4eb6b2['readFile'](_0x20a0ce,_0x160ddb[_0x31e52c(_0x42fecd._0x47ebd5,0x48f,0x3f6,0x45f)]);let _0x10fb48=null;try{const _0x3b916b=await _0x4eb6b2['readFile'](_0x42fb47,'utf-8');_0x10fb48=JSON[_0x47a4f0(_0x42fecd._0x457e8c,-_0x42fecd._0x42084f,0x66,0x44)](_0x3b916b);}catch{}const _0x1561de={};_0x1561de[_0x31e52c(0x4ec,0x52d,_0x42fecd._0x396888,0x4a7)]=_0x36db65,_0x1561de[_0x31e52c(_0x42fecd._0x5ba55c,_0x42fecd._0x34de8f,_0x42fecd._0x3e6f72,_0x42fecd._0x8f8d1c)]=_0x271260,_0x1561de[_0x47a4f0(-0x39,-0x2c,_0x42fecd._0x269f33,-0x42)]=_0x10fb48,_0x1561de[_0x31e52c(0x4e2,0x567,_0x42fecd._0x316955,_0x42fecd._0x31434f)+'t']=_0xc167d9,_0x1da6bf['json'](_0x1561de);}else{if(_0x160ddb[_0x47a4f0(-_0x42fecd._0x5503d2,-0xae,-_0x42fecd._0x1d65a5,-_0x42fecd._0x312127)](_0x23c692[_0x31e52c(0x4de,0x4b3,0x50f,0x470)],_0x160ddb[_0x31e52c(_0x42fecd._0x100363,0x510,_0x42fecd._0x56e5cc,_0x42fecd._0x20fc27)])){const _0x5ce0ac={};_0x5ce0ac[_0x31e52c(_0x42fecd._0x221ef6,_0x42fecd._0xf95394,_0x42fecd._0x4253aa,0x492)]=[],_0x5ce0ac['environmen'+'t']=_0xa0dba1,_0x2919bb['json'](_0x5ce0ac);}else{const _0x3c419f={};_0x3c419f['taskId']=_0x473fcf[_0x31e52c(_0x42fecd._0x1d84f0,_0x42fecd._0x309a6f,0x491,0x3bb)],_0x3c419f[_0x47a4f0(-_0x42fecd._0x1c190d,-0x67,-_0x42fecd._0x15ddf2,-_0x42fecd._0x3ae46f)+'t']=_0x453624,_0x3c419f[_0x31e52c(_0x42fecd._0x129faf,0x3fb,_0x42fecd._0x2eca31,0x445)]=_0x4b6e74[_0x31e52c(0x552,_0x42fecd._0x50c8d2,_0x42fecd._0x2fb2cf,_0x42fecd._0x5efa94)],_0x2b8463[_0x47a4f0(-_0x42fecd._0xbdfa9d,-0xf6,-0x136,-_0x42fecd._0x3ba355)](_0x160ddb['oiRTz'],_0x3c419f);const _0xed258c={};_0xed258c['error']=_0x160ddb[_0x31e52c(0x539,_0x42fecd._0x5081c5,0x59d,0x54d)],_0xed258c[_0x47a4f0(0x45,0x9,-_0x42fecd._0x1952ad,0x3b)]=_0x160ddb[_0x47a4f0(-_0x42fecd._0x563b5a,-_0x42fecd._0x514e65,-_0x42fecd._0x477af2,-0x51)],_0x464904[_0x31e52c(_0x42fecd._0x288f1a,_0x42fecd._0x352de4,_0x42fecd._0x31f51e,_0x42fecd._0x3f9721)](-0x17f6+-0x8a4*0x2+-0x39*-0xc2)[_0x31e52c(0x4e4,_0x42fecd._0x24e425,_0x42fecd._0x5f4a4f,_0x42fecd._0x38eab7)](_0xed258c);}}}catch(_0x3b12f6){if(_0x160ddb['cDgqu'](_0x3b12f6['code'],'ENOENT')){const _0xc50b3a={};_0xc50b3a['error']=_0x160ddb[_0x47a4f0(-0x127,-0xc7,-0x87,-0xba)],_0xc50b3a[_0x47a4f0(-0x7f,_0x42fecd._0x555621,_0x42fecd._0x2576c7,-0x73)]='Template\x20\x27'+_0x36db65+('\x27\x20not\x20foun'+'d'),_0x1da6bf[_0x31e52c(_0x42fecd._0x4587c6,_0x42fecd._0x5ba55c,0x4de,_0x42fecd._0x57e156)](-0x398+-0x21f8+0xa7*0x3c)[_0x47a4f0(-_0x42fecd._0x4f4dda,-_0x42fecd._0x5692a1,0xf,-_0x42fecd._0x4e29e7)](_0xc50b3a);}else{const _0x4dba99={};_0x4dba99[_0x31e52c(_0x42fecd._0x224ab6,_0x42fecd._0x20fc27,0x434,0x4a2)]=_0x293131[_0x31e52c(_0x42fecd._0x16e852,_0x42fecd._0x2add86,_0x42fecd._0x394d86,0x47a)],_0x4dba99['environmen'+'t']=_0xc167d9,_0x4dba99[_0x31e52c(_0x42fecd._0x21d98b,0x4ad,_0x42fecd._0x44fcc0,_0x42fecd._0x19c25a)]=_0x36db65,_0x4dba99[_0x47a4f0(-_0x42fecd._0x5402a8,-0xf6,-_0x42fecd._0x3e74b4,-0x141)]=_0x3b12f6[_0x31e52c(_0x42fecd._0x8428c1,0x5bb,0x566,0x587)],logger[_0x31e52c(_0x42fecd._0x1392a6,_0x42fecd._0xe8631e,_0x42fecd._0x3e749c,_0x42fecd._0x56b63e)](_0x160ddb[_0x31e52c(_0x42fecd._0x3927d0,_0x42fecd._0x4996aa,_0x42fecd._0x3a90bf,_0x42fecd._0x337060)],_0x4dba99);const _0x4efb2b={};_0x4efb2b[_0x31e52c(_0x42fecd._0x2c862e,0x4d8,0x41b,0x43e)]=_0x47a4f0(-0x9,_0x42fecd._0x45f7b8,0xf,-_0x42fecd._0x21e537)+_0x47a4f0(-_0x42fecd._0x33d84e,-_0x42fecd._0x1059ff,_0x42fecd._0x2bdabb,-_0x42fecd._0x164495)+'r',_0x4efb2b['message']=_0x160ddb[_0x31e52c(_0x42fecd._0x3927d0,0x543,0x56a,0x543)],_0x1da6bf['status'](-0x839*-0x4+0x71*0x43+-0x3c83)[_0x47a4f0(-_0x42fecd._0x31774f,-_0x42fecd._0x25f02d,-0x82,-0xb0)](_0x4efb2b);}}}),router[_0x18399e(0x14c,0x174,0xc2,0xe8)](_0x18399e(0xc6,-0x5,0xa8,0x81)+_0x18399e(0xba,0xd5,0x45,0xcb),requireTaskAuth,requireTemplatesPermission,async(_0x54a226,_0x414a5e)=>{const _0x40529d={_0x211bb9:0x8d,_0x2b3371:0xeb,_0x2da329:0x38,_0x511d51:0x42,_0x11c3fa:0x2,_0x53b167:0x48,_0x4290b2:0x18e,_0x1fad47:0x44,_0xd85177:0x32,_0x458007:0x81,_0xdc47ea:0x1a7,_0x1caaa8:0xe6,_0x682e04:0x125,_0x1a2fb0:0x5,_0x4330e9:0x78,_0x2445dc:0x75,_0x3ef5b0:0x85,_0x11f639:0x1f,_0x3080b2:0x51,_0x1ad7d1:0x45,_0x1de5eb:0x21,_0x22e756:0x7e,_0x2ad0b4:0x83,_0x29e46d:0xd0,_0x3b77de:0x181,_0x4b01ee:0x10e,_0x55ab73:0x59,_0x4e30e2:0x20,_0x58c8a9:0x2b,_0x14d860:0xad,_0x6c5c14:0x30,_0x42e14f:0xb8,_0x36ab7f:0x146,_0x2258f9:0x71,_0x41c41b:0xca,_0x301c06:0x108,_0x14a076:0x13d,_0x48071e:0xa2,_0x58283e:0x45,_0x3d2ddb:0xd7,_0x27ea78:0x117,_0x23dd39:0x115,_0x7b1666:0x19,_0x588996:0x4,_0x3fc6e1:0x47,_0x54ef31:0x73,_0xe161c9:0x7b,_0x1c4535:0x15,_0x27d3f4:0x84,_0x307a57:0x62,_0x41257b:0xc9,_0x2835a4:0xd1,_0x4a7cec:0x12c,_0x48f6f3:0x88,_0x328424:0x28,_0x1faf33:0x92,_0x245747:0x12d,_0xda5f72:0x16b,_0x5a5fe8:0x49,_0x60d4a5:0xab,_0x2c697a:0x29,_0x42d62d:0xdd,_0x480abb:0xbc,_0x5998b2:0x42,_0x4a1737:0x176,_0x570afe:0x11b,_0x37c5d9:0x128,_0x490ff3:0xfe,_0x55f06a:0x1a1,_0x3366ca:0x11c,_0x230950:0x15,_0x11b52d:0xa6,_0x4c61cc:0x6e,_0x4b50f2:0xa9,_0x349e5a:0x29,_0x31f114:0x8d,_0x299464:0x115,_0x287c1d:0x1a2,_0x353c94:0x15,_0x4aee9f:0x82,_0x10f327:0x153,_0x45e958:0xff,_0x42214b:0xd9,_0x10868e:0x9e,_0x24252d:0x93,_0x4fce5f:0xd1,_0x3ee354:0xdb,_0x2696b5:0x15f,_0x2be937:0x41,_0x458c04:0x9c,_0xbbb42f:0xf2,_0x31d88e:0xc3,_0x2f299e:0x12c,_0x24dd29:0x4f,_0x240377:0x7f,_0x12ff3a:0x6b,_0x552d78:0xcf,_0x3114fd:0x59,_0x3473d6:0x8b,_0x372dcf:0xa7,_0x43e3d4:0xe5,_0x21ae14:0x10a,_0x2c2c15:0x15,_0x2e8d2d:0x1c,_0x504ef3:0x5c,_0x5b24ea:0xd3,_0x11d1a4:0x14,_0x18d685:0x8e,_0x153a23:0x53,_0x29f940:0x5b,_0xb91bdd:0xa1,_0x5bfff4:0x91,_0x15f6d0:0x11,_0x210398:0x61,_0x247f9a:0xa7,_0x1a1c35:0xe5,_0x55b86e:0xca,_0x1e785f:0x30,_0x5bd201:0xda,_0x4e8927:0xe8,_0x962c59:0xb2,_0x277a71:0xc4,_0x283f32:0x45,_0x31ddd4:0xb8,_0x2beebe:0x2b,_0x37b9bc:0x4c,_0x18d98b:0xb7,_0x19f1f3:0x78,_0x10ce32:0xc6,_0x155bdd:0x132,_0x3d8460:0xa1,_0x5c4cc8:0x119,_0x262c4f:0x67,_0x5da77a:0xdf,_0xa6993d:0xd7,_0x45d5ab:0x10,_0x380582:0xa8,_0x11a247:0x2,_0x2417af:0x15d,_0x1e2f07:0x155,_0xfcfcce:0x168,_0x34dd29:0xfc,_0x7edc82:0xff,_0x3ee9e8:0x103,_0x4ed22f:0x172,_0x486a8a:0x96,_0x14c172:0x114,_0x492a14:0xee,_0x218726:0x149,_0x520c69:0xc2,_0x34517a:0x87,_0x1ec4c8:0xae,_0x390d48:0x72,_0x48bd3f:0x63,_0x1bc0ca:0x6c,_0x5ca42c:0x100,_0x13e205:0x99,_0x97b4e5:0x15e,_0x207de6:0xba},_0x31a7d4={_0x158707:0x1c5,_0x305ab0:0x1db,_0x4b708d:0x667},_0x4a109c={_0x47f8cf:0x553};function _0x137ab8(_0x1eef83,_0x26ddb2,_0x2de511,_0x4947fe){return _0x2014f7(_0x26ddb2,_0x26ddb2-0x98,_0x2de511-0x1d1,_0x4947fe- -_0x4a109c._0x47f8cf);}const _0x405934={};_0x405934[_0x13562b(-_0x40529d._0x211bb9,-0xd5,-0x95,-_0x40529d._0x2b3371)]=_0x137ab8(-_0x40529d._0x2da329,0x77,0x5e,_0x40529d._0x511d51)+'t',_0x405934[_0x13562b(0x8,-_0x40529d._0x11c3fa,-0x23,-_0x40529d._0x53b167)]=_0x13562b(-0x3c,-0x6d,-0xc,0x45)+_0x137ab8(_0x40529d._0x4290b2,0x16c,0xf6,0x116)+'e',_0x405934[_0x13562b(-_0x40529d._0x1fad47,-_0x40529d._0xd85177,-0x35,-_0x40529d._0x458007)]=_0x137ab8(0x144,_0x40529d._0xdc47ea,_0x40529d._0x1caaa8,_0x40529d._0x682e04)+_0x13562b(-0xc,-0x79,-0x93,_0x40529d._0x1a2fb0)+'uired',_0x405934[_0x137ab8(0x23,0xe8,0x14,_0x40529d._0x4330e9)]=_0x137ab8(_0x40529d._0x2445dc,_0x40529d._0x3ef5b0,0x46,_0x40529d._0x11f639)+_0x13562b(-_0x40529d._0x3080b2,-_0x40529d._0x1ad7d1,-0x92,-_0x40529d._0x1de5eb)+'te',_0x405934[_0x13562b(-_0x40529d._0x53b167,-_0x40529d._0x22e756,-_0x40529d._0x2ad0b4,-_0x40529d._0x29e46d)]=_0x13562b(-0x2a,-0x57,-0x9c,-0x67)+_0x137ab8(_0x40529d._0x3b77de,_0x40529d._0x4b01ee,0x15a,0x105),_0x405934[_0x13562b(-_0x40529d._0x55ab73,_0x40529d._0x4e30e2,-_0x40529d._0x58c8a9,-_0x40529d._0x14d860)]='4|1|2|0|3',_0x405934['sjwBd']=_0x137ab8(_0x40529d._0x6c5c14,0x49,_0x40529d._0x42e14f,0x9f)+_0x137ab8(0x7b,_0x40529d._0x36ab7f,_0x40529d._0x2258f9,_0x40529d._0x41c41b)+_0x137ab8(_0x40529d._0x301c06,_0x40529d._0x14a076,0x13a,0x104),_0x405934[_0x13562b(-0x19,0x62,-0x4f,-_0x40529d._0x48071e)]='utf-8',_0x405934[_0x13562b(-0x1d,-_0x40529d._0x58283e,-0xa8,-0x51)]=function(_0x3f610d,_0x230f54){return _0x3f610d!==_0x230f54;},_0x405934[_0x13562b(-_0x40529d._0x3d2ddb,-0x65,-_0x40529d._0x27ea78,-_0x40529d._0x23dd39)]=_0x137ab8(_0x40529d._0x7b1666,0x1e,-_0x40529d._0x588996,_0x40529d._0x3fc6e1)+_0x13562b(-_0x40529d._0x54ef31,-0xa6,-_0x40529d._0xe161c9,-0xaa)+'late';function _0x13562b(_0x3fb0e8,_0x924553,_0x262419,_0x1652d8){return _0x2014f7(_0x924553,_0x924553-_0x31a7d4._0x158707,_0x262419-_0x31a7d4._0x305ab0,_0x3fb0e8- -_0x31a7d4._0x4b708d);}_0x405934['IQoFO']=_0x13562b(_0x40529d._0x1c4535,_0x40529d._0x27d3f4,_0x40529d._0x1a2fb0,_0x40529d._0x307a57)+_0x137ab8(0xe8,0x71,0xd9,_0x40529d._0x41257b)+'r';const _0x2dca85=_0x405934,{callingTask:_0x2c2700,taskUser:_0x5ae659,environmentName:_0xef12e4,environmentPath:_0x2554a4}=_0x54a226,{name:_0x2c215b}=_0x54a226[_0x13562b(-0xbd,-0x6f,-_0x40529d._0x2835a4,-_0x40529d._0x4a7cec)],{content:_0xd88f35,metadata:_0x5433c5}=_0x54a226[_0x13562b(-_0x40529d._0x48f6f3,-_0x40529d._0x328424,-_0x40529d._0x1faf33,-_0x40529d._0x27d3f4)];if(_0x2c215b['includes']('/')||_0x2c215b[_0x137ab8(0x179,0x15d,0x17c,0x10b)]('\x5c')||_0x2c215b[_0x137ab8(_0x40529d._0x245747,0x102,_0x40529d._0xda5f72,0x10b)]('..')){const _0x36400d={};return _0x36400d[_0x137ab8(-0x3e,_0x40529d._0x5a5fe8,_0x40529d._0x60d4a5,_0x40529d._0x2c697a)]=_0x2dca85[_0x13562b(-_0x40529d._0x211bb9,-_0x40529d._0x42d62d,-_0x40529d._0x480abb,-_0x40529d._0x5998b2)],_0x36400d[_0x137ab8(_0x40529d._0x4a1737,0x170,_0x40529d._0x570afe,_0x40529d._0x37c5d9)]=_0x2dca85[_0x137ab8(_0x40529d._0x490ff3,0x119,_0x40529d._0x55f06a,_0x40529d._0x3366ca)],_0x414a5e[_0x13562b(-_0x40529d._0x230950,-0x5a,-0x6d,-0x7d)](0x2110+-0x14dd+-0xaa3)[_0x13562b(-0x5a,-0x75,-_0x40529d._0x11b52d,-0x6f)](_0x36400d);}if(_0xd88f35===undefined){const _0x19f1dc={};return _0x19f1dc[_0x137ab8(_0x40529d._0x55ab73,_0x40529d._0x4c61cc,_0x40529d._0x4b50f2,_0x40529d._0x349e5a)]=_0x2dca85[_0x13562b(-_0x40529d._0x31f114,-0x7e,-0x50,-_0x40529d._0x299464)],_0x19f1dc[_0x137ab8(_0x40529d._0x287c1d,0x128,0x1aa,0x128)]=_0x2dca85['EUGZm'],_0x414a5e[_0x13562b(-_0x40529d._0x353c94,-_0x40529d._0x4aee9f,-0xb,-0x7)](-0x1b0*0x16+0x1caa+0x1*0xa06)['json'](_0x19f1dc);}const _0x47993b={};_0x47993b[_0x13562b(-0xff,-0xee,-_0x40529d._0x10f327,-0xf9)]=_0x2c2700[_0x13562b(-_0x40529d._0x45e958,-0x101,-_0x40529d._0x42214b,-0xe2)],_0x47993b['environmen'+'t']=_0xef12e4,_0x47993b[_0x13562b(-0x5f,-_0x40529d._0x10868e,0x1e,-_0x40529d._0x24252d)]=_0x2c215b,_0x47993b[_0x13562b(-0xc1,-_0x40529d._0x4fce5f,-0x7a,-0x52)]=_0x5ae659['id'],_0x47993b[_0x13562b(-_0x40529d._0x3ee354,-0x104,-_0x40529d._0x2696b5,-0x93)+'a']=_0x5433c5!==undefined,logger[_0x137ab8(_0x40529d._0x48071e,-_0x40529d._0x2be937,0xd3,0x46)](_0x2dca85[_0x13562b(-_0x40529d._0x458c04,-0x65,-_0x40529d._0xbbb42f,-0xd2)],_0x47993b);const _0x557fa8=_0x42f208['join'](_0x2554a4,_0x2dca85['clCQA']),_0x593938=_0x42f208[_0x137ab8(_0x40529d._0x31d88e,0xcc,_0x40529d._0x2f299e,_0x40529d._0x490ff3)](_0x557fa8,_0x2c215b+_0x13562b(-0xa7,-0x74,-_0x40529d._0x24dd29,-0x93)),_0x13f4aa=_0x42f208['join'](_0x557fa8,_0x2c215b+_0x13562b(-_0x40529d._0x240377,-_0x40529d._0x12ff3a,-_0x40529d._0x552d78,-0x55)),_0x2b1e95=new Date()['toISOStrin'+'g']();try{const _0x466ed1=_0x2dca85[_0x13562b(-_0x40529d._0x3114fd,-_0x40529d._0x3473d6,-0xbf,-0x42)][_0x137ab8(0xb8,_0x40529d._0x372dcf,_0x40529d._0x43e3d4,_0x40529d._0x21ae14)]('|');let _0x426649=0x25c5+-0x1*-0x210d+0xe2a*-0x5;while(!![]){switch(_0x466ed1[_0x426649++]){case'0':const _0x116569={};_0x116569[_0x137ab8(-0x6a,0x4d,-0x19,_0x40529d._0x2c2c15)]=_0x2c2700[_0x137ab8(0x9f,-_0x40529d._0x2e8d2d,-_0x40529d._0x1a2fb0,_0x40529d._0x230950)],_0x116569[_0x13562b(-_0x40529d._0x504ef3,-_0x40529d._0x5b24ea,-0x8,-_0x40529d._0x1ad7d1)+'t']=_0xef12e4,_0x116569[_0x13562b(-0x5f,-0xb2,-_0x40529d._0x11d1a4,-_0x40529d._0x18d685)]=_0x2c215b,_0x116569[_0x137ab8(-0x1c,0x6a,0x16,_0x40529d._0x153a23)]=_0x5ae659['id'],logger['info'](_0x2dca85[_0x13562b(-0x2c,-0x2d,_0x40529d._0x29f940,-_0x40529d._0xb91bdd)],_0x116569);continue;case'1':await _0x4eb6b2[_0x13562b(-_0x40529d._0x5bfff4,-_0x40529d._0x15f6d0,-0xec,-_0x40529d._0x210398)](_0x593938,_0xd88f35,_0x2dca85['NyYNO']);continue;case'2':_0x2dca85[_0x137ab8(_0x40529d._0x247f9a,_0x40529d._0x1a1c35,0xf3,0xf7)](_0x5433c5,undefined)&&_0x2dca85[_0x137ab8(_0x40529d._0x55b86e,0x11f,0xb2,0xf7)](_0x5433c5,null)&&await _0x4eb6b2['writeFile'](_0x13f4aa,JSON[_0x137ab8(-_0x40529d._0x1e785f,_0x40529d._0x5bd201,-0x3,0x4f)](_0x5433c5,null,0x397*-0x3+-0x469*0x2+-0xad*-0x1d),_0x2dca85['NyYNO']);continue;case'3':const _0x3ac1ae={};_0x3ac1ae[_0x13562b(-_0x40529d._0x4e8927,-_0x40529d._0x5bd201,-0x127,-_0x40529d._0x962c59)]=!![],_0x3ac1ae[_0x13562b(-0x52,-_0x40529d._0x41257b,-0xad,-0xba)]=_0x2c215b,_0x3ac1ae[_0x137ab8(0xfa,_0x40529d._0x277a71,_0x40529d._0x283f32,_0x40529d._0x31ddd4)+'t']=_0xef12e4,_0x3ac1ae[_0x137ab8(0xd0,_0x40529d._0x2beebe,0x9d,_0x40529d._0x37b9bc)]=_0x2b1e95,_0x3ac1ae[_0x13562b(-0xdf,-_0x40529d._0x18d98b,-0xb8,-_0x40529d._0x19f1f3)+_0x137ab8(_0x40529d._0x10ce32,_0x40529d._0x155bdd,0xab,0x12d)]=_0x2c2700[_0x13562b(-0xff,-_0x40529d._0x3d8460,-_0x40529d._0x5c4cc8,-0x101)],_0x3ac1ae['updatedByU'+_0x13562b(-_0x40529d._0x262c4f,-_0x40529d._0x5da77a,-_0x40529d._0xa6993d,-_0x40529d._0x45d5ab)]=_0x5ae659['id'],_0x414a5e[_0x13562b(-0x5a,-_0x40529d._0x380582,-0x57,_0x40529d._0x11a247)](_0x3ac1ae);continue;case'4':const _0x398c55={};_0x398c55['recursive']=!![],await _0x4eb6b2[_0x137ab8(_0x40529d._0x2417af,_0x40529d._0x1e2f07,_0x40529d._0xfcfcce,_0x40529d._0x34dd29)](_0x557fa8,_0x398c55);continue;}break;}}catch(_0x4417c5){const _0x509252={};_0x509252[_0x13562b(-_0x40529d._0x7edc82,-_0x40529d._0x3ee9e8,-_0x40529d._0x4ed22f,-0x14b)]=_0x2c2700[_0x137ab8(-_0x40529d._0x11a247,-0x28,_0x40529d._0x486a8a,_0x40529d._0x353c94)],_0x509252['environmen'+'t']=_0xef12e4,_0x509252['template']=_0x2c215b,_0x509252[_0x137ab8(0x13,0xb0,0x1a,0x29)]=_0x4417c5[_0x137ab8(0x136,0x123,_0x40529d._0x14c172,0x128)],logger['error'](_0x2dca85[_0x13562b(-0xd7,-_0x40529d._0x492a14,-0x5a,-_0x40529d._0x218726)],_0x509252);const _0x56c8a2={};_0x56c8a2['error']=_0x2dca85[_0x13562b(-0xb4,-_0x40529d._0x520c69,-_0x40529d._0x48f6f3,-_0x40529d._0x34517a)],_0x56c8a2['message']=_0x137ab8(_0x40529d._0x1ec4c8,-0x16,0x7c,_0x40529d._0x3fc6e1)+_0x13562b(-_0x40529d._0x54ef31,-_0x40529d._0x390d48,-_0x40529d._0x48bd3f,-0xa9)+_0x137ab8(0x98,_0x40529d._0x1bc0ca,0x5d,0x67),_0x414a5e[_0x137ab8(_0x40529d._0x5ca42c,_0x40529d._0x13e205,_0x40529d._0x97b4e5,_0x40529d._0x7edc82)](-0x73c*-0x1+-0x1*0xa6e+-0x526*-0x1)[_0x137ab8(0x11a,_0x40529d._0x58283e,0x54,_0x40529d._0x207de6)](_0x56c8a2);}}),router['delete'](_0x2014f7(0x61c,0x5dc,0x5c9,0x5c6)+_0x2014f7(0x651,0x60f,0x692,0x610),requireTaskAuth,requireTemplatesPermission,async(_0x266e3c,_0x17be82)=>{const _0x1eb9ea={_0x5e7a16:0xbe,_0x4f3860:0x28,_0xb6a565:0x15,_0x1b94c3:0x30,_0x4eb0a6:0x5c2,_0x3c6e66:0x542,_0x4b54b7:0x546,_0x195a3d:0x5a8,_0x254c4f:0x57d,_0x365cab:0x4c2,_0x9f6656:0x2,_0x2782e8:0x10f,_0x135c60:0x87,_0x34ea11:0x4ac,_0x3b25b7:0x6d,_0x49f5ac:0x108,_0x2786c5:0x104,_0x17bfce:0xb3,_0x808573:0x73,_0x5e916d:0x4d,_0x4b5450:0x30,_0x475f51:0x4c6,_0xd07b4a:0x584,_0x5da526:0x31,_0x140297:0x3e,_0x41a497:0xa5,_0x1156e7:0x539,_0x559e28:0x5c0,_0x373fee:0x554,_0x356a8e:0x505,_0x384971:0x4a,_0xddd965:0x3f,_0x5648af:0x54d,_0x2484ea:0x55d,_0x3fc6fa:0x59,_0xd3f2cf:0xd9,_0xffbe41:0xd4,_0xefb00d:0x41,_0x306a3d:0x598,_0x20947f:0x5c2,_0xf66c17:0x5c4,_0x4d9dda:0x11,_0x59e599:0xa,_0x275a97:0x9,_0x4931c8:0x64,_0x1f9a53:0x5b8,_0x9e5cd9:0x5a0,_0x3dfae9:0x592,_0x394d0c:0x5db,_0x3728d7:0x35,_0x5e0a93:0xc,_0x3fd6da:0x6c,_0x2e5165:0x1b,_0x1c89e2:0x36,_0x4f8a3e:0x596,_0x4fea97:0x58e,_0xaf9d4c:0x55b,_0x3c3a64:0x534,_0x39c4ac:0x8,_0x5d8043:0x34,_0x5b05e5:0x4e5,_0x573b91:0x4f1,_0x56e977:0x516,_0x17bb25:0x4e9,_0x2bb217:0x55,_0x4510d0:0x20,_0x14827d:0x76,_0x2ce6d0:0x94,_0x2eae17:0x7d,_0x3c5254:0x23,_0x56fc92:0xa1,_0x2e287f:0xa8,_0x31d1be:0x32,_0xf75c6a:0x12a,_0x46f15b:0xc1,_0x10ce84:0x80,_0xf5722e:0x10,_0x56431a:0x5a9,_0xe4c67f:0x5b6,_0x2883ff:0x621,_0x46daf2:0x582,_0x13b97a:0x590,_0x4c92c1:0x588,_0x5449a7:0x5f3,_0x400c82:0x545,_0x5585d9:0x5a8,_0x32cac0:0x501,_0x6fae20:0x4f0,_0x3dc5ba:0x4d8,_0x275c07:0x458,_0x17dbd5:0x4ce,_0x262f6a:0xb,_0x2198b0:0x97,_0x252a07:0xc2,_0x487721:0x4c7,_0x3786cc:0x53a,_0x11e1e9:0xb9,_0xf58e92:0x60,_0x3f844d:0x5b4,_0x52b1e0:0x561,_0x5dc6f2:0x29,_0x1dfa1e:0x4,_0x449f58:0xc0,_0x18fa7e:0xb2,_0x1fbbb7:0x4b3,_0x3ed8e1:0x490,_0x1b415d:0x67,_0x5dc0e1:0x5,_0xae617d:0x3b,_0x111035:0x43,_0x49ba5e:0x4d2,_0x81775c:0x525,_0x2cb565:0x3,_0x2733e7:0x56f,_0x2f1676:0x53,_0x54c117:0x5d,_0xf15427:0x442,_0x449203:0x474,_0x2f281a:0x160,_0x3dc51d:0x65,_0x3c2670:0x48f,_0x3debcd:0x490,_0x4d70d4:0x4bf,_0x4bba9e:0x86,_0xbbe541:0x4b,_0x47fb4b:0x574,_0x1430f0:0x52a,_0x57f06a:0x90,_0x16ff44:0x25,_0x4e1a57:0x8e,_0xe584b4:0x5c,_0x5cbd15:0xe,_0x2e8c9b:0x3d,_0xa334:0x85,_0x1dce2e:0xd2,_0x994015:0xdc,_0x40fa16:0x55,_0x1bbf71:0x53,_0x28aaa9:0x5c6,_0x3cc7b3:0x5de,_0x20019d:0x59d,_0x3ff824:0x1,_0x50b900:0x4c,_0x5a1afb:0x4be,_0x348cbf:0x472,_0x4bb72a:0x528,_0x4a06c6:0x1d,_0x7e287c:0xa2,_0xe3a615:0x75,_0x1436f0:0x2f,_0x545182:0x93,_0x5a517f:0x40,_0x11ad36:0x576,_0x197b4a:0x115,_0xb1f807:0x84,_0x4e8d03:0x8b,_0x57bfac:0x1f,_0x330119:0xf6,_0x15e72a:0x128,_0x13486a:0x4a6,_0x1a4fb5:0x556,_0x5c7e09:0x5ce,_0x1e5dfc:0x10,_0x50dd2f:0x564,_0x71c0e1:0x5e9,_0x419024:0x571,_0xb053ec:0x566,_0x5a5bb0:0x59d,_0x3f25a8:0x541,_0x128439:0x1e,_0x550f32:0x41,_0xaeac47:0x168,_0x48348c:0xff,_0x443158:0xe6,_0x341199:0x5d3,_0x9ced81:0x53c,_0x6a2d39:0x4da,_0x679de2:0x4dd,_0x3b75dc:0x9b,_0x408f14:0xda,_0x142c36:0xcf,_0x1857f6:0x3d,_0x9f2bd:0x59c,_0x4ca27c:0x54c,_0x4d5a8d:0x4e6,_0x1eceed:0x2,_0x47d84b:0x441,_0x4200f1:0x4e8,_0x2a6404:0x545,_0x546b03:0xb7,_0x21877e:0xb6,_0x562669:0x2a,_0x50795e:0x5d1,_0x3261e3:0xb1,_0x376311:0x4d,_0x430740:0x622,_0x1f4e27:0x53e,_0x355a44:0x5e1,_0x2ce608:0x53b,_0x489612:0x4d1,_0x4d99f1:0x466,_0xb74b50:0x4cf,_0x404ceb:0x4f3,_0x561083:0x1b,_0x562217:0x43,_0x3c0d5f:0x40,_0x35f272:0x5c6,_0x19c846:0x618,_0x17b904:0x4d9,_0x508c22:0x579,_0x4374a9:0x59e,_0x2e1aef:0x22,_0x578d4e:0x89,_0x46ea33:0xf,_0x213dbc:0x476,_0x55ec19:0x4cb,_0x440103:0x2e,_0x5c4fc7:0x567,_0x2f84ba:0x5d5,_0x195da2:0x5d0,_0x508430:0x4e5,_0x509cb0:0x66,_0x5631ef:0x98,_0x57bbc0:0x10,_0x2e32a5:0x558,_0x1af2ac:0x4d0,_0x55ef25:0x56e,_0x5b436:0x504,_0x4c48e8:0xf,_0x106ec8:0x6e,_0x256f7f:0x24,_0x4abc4d:0x552,_0x56e1b8:0x4df,_0x49e590:0x59b,_0x5dd46c:0x4a,_0x198e6d:0x13b,_0x3142bc:0x8e,_0x385272:0xf0,_0x1e70ff:0x4fd,_0x41cb9a:0x5bf,_0x123627:0x54b,_0x1187a5:0x506,_0x5ee3b2:0x55a,_0x3a35c8:0x4ef,_0x460a32:0x53,_0x1956d1:0x567,_0x2677c0:0x4bf,_0x49dba9:0x4bd,_0x5e0760:0xa0,_0x5ecf6c:0x4d1,_0xd2957d:0xae,_0x52d671:0x61d,_0x17c096:0xd5,_0x1204a9:0x48,_0x400f41:0x42d,_0x469633:0x7e,_0x12b074:0x6c,_0x3dfc4d:0x2d,_0x1126cb:0x471,_0x50cbbb:0x117,_0x4e52b5:0xbd,_0x961f1:0xb4,_0x185eb9:0x50b,_0x55d931:0x577,_0x3652fd:0x58a,_0x1fc48f:0x5a5,_0x2131f7:0x568,_0xd3465:0xae},_0x519151={_0x5d7e39:0x64e},_0x2ddb64={_0xc95ed1:0x1d3},_0x30395e={};_0x30395e[_0x45a649(_0x1eb9ea._0x5e7a16,-_0x1eb9ea._0x4f3860,-_0x1eb9ea._0xb6a565,_0x1eb9ea._0x1b94c3)]=_0x6e946c(_0x1eb9ea._0x4eb0a6,0x61c,_0x1eb9ea._0x3c6e66,0x5d5),_0x30395e[_0x6e946c(_0x1eb9ea._0x4b54b7,0x50f,_0x1eb9ea._0x195a3d,0x524)]=_0x6e946c(0x504,0x56c,_0x1eb9ea._0x254c4f,_0x1eb9ea._0x365cab),_0x30395e[_0x45a649(-0xe1,-_0x1eb9ea._0x9f6656,-_0x1eb9ea._0x2782e8,-_0x1eb9ea._0x135c60)]=_0x6e946c(0x4f8,_0x1eb9ea._0x34ea11,0x4e9,0x4f5)+_0x45a649(-_0x1eb9ea._0x3b25b7,-_0x1eb9ea._0x49f5ac,-_0x1eb9ea._0x2786c5,-_0x1eb9ea._0x17bfce)+'d',_0x30395e[_0x45a649(-0x43,-_0x1eb9ea._0x808573,-0x5a,-_0x1eb9ea._0x5e916d)]=_0x45a649(-0x1,0x2,0x2b,-_0x1eb9ea._0x4b5450),_0x30395e['XWXLE']=function(_0x2b5671,_0x4a83ad){return _0x2b5671===_0x4a83ad;},_0x30395e[_0x6e946c(0x52f,_0x1eb9ea._0x475f51,0x528,_0x1eb9ea._0xd07b4a)]='ENOENT',_0x30395e[_0x45a649(_0x1eb9ea._0x5da526,-_0x1eb9ea._0x140297,_0x1eb9ea._0x41a497,0x26)]=_0x6e946c(_0x1eb9ea._0x1156e7,_0x1eb9ea._0x559e28,0x597,0x4dd)+_0x6e946c(_0x1eb9ea._0x373fee,0x5bf,0x578,_0x1eb9ea._0x356a8e);function _0x6e946c(_0x372231,_0x2c4463,_0x4924ba,_0x295ca4){return _0x2014f7(_0x295ca4,_0x2c4463-0x175,_0x4924ba-_0x2ddb64._0xc95ed1,_0x372231- -0xb5);}_0x30395e[_0x45a649(0x2,_0x1eb9ea._0x384971,0x40,-_0x1eb9ea._0xddd965)]='Unauthoriz'+'ed',_0x30395e[_0x6e946c(0x545,_0x1eb9ea._0x5648af,_0x1eb9ea._0x2484ea,0x53a)]='fjbFZ',_0x30395e[_0x45a649(-_0x1eb9ea._0x3fc6fa,-0x8c,-0xdb,-0x6e)]=_0x45a649(-0x85,-0x103,-_0x1eb9ea._0xd3f2cf,-_0x1eb9ea._0xffbe41)+'ing\x20templa'+'te',_0x30395e[_0x45a649(-_0x1eb9ea._0x135c60,-0x20,-_0x1eb9ea._0xefb00d,-0xab)]=_0x6e946c(0x588,_0x1eb9ea._0x306a3d,_0x1eb9ea._0x20947f,_0x1eb9ea._0xf66c17)+_0x45a649(-_0x1eb9ea._0x4d9dda,0x5,-0x81,_0x1eb9ea._0x59e599),_0x30395e['hWAzr']=_0x45a649(0x17,_0x1eb9ea._0x275a97,-0xb7,-_0x1eb9ea._0x4931c8),_0x30395e[_0x6e946c(_0x1eb9ea._0x1f9a53,0x60c,0x5c6,0x567)]=function(_0x318b3e,_0x519e35){return _0x318b3e===_0x519e35;},_0x30395e['DBXRM']=_0x6e946c(_0x1eb9ea._0x9e5cd9,0x5df,0x5c5,0x58b),_0x30395e[_0x6e946c(0x566,_0x1eb9ea._0x3dfae9,_0x1eb9ea._0x2484ea,_0x1eb9ea._0x394d0c)]=_0x45a649(-0x89,_0x1eb9ea._0x3728d7,-0x42,-0x51)+_0x45a649(-0x93,-_0x1eb9ea._0x5e0a93,-0x38,-_0x1eb9ea._0x3fd6da)+_0x45a649(-_0x1eb9ea._0x2e5165,0x4,-_0x1eb9ea._0x1c89e2,0x9),_0x30395e['VecBx']=_0x6e946c(_0x1eb9ea._0x4f8a3e,_0x1eb9ea._0x4fea97,_0x1eb9ea._0xaf9d4c,_0x1eb9ea._0x3c3a64),_0x30395e['xCjMP']=function(_0x3e6b82,_0x45a167){return _0x3e6b82===_0x45a167;},_0x30395e['rkyqO']='dCygX',_0x30395e[_0x45a649(-_0x1eb9ea._0x39c4ac,0x27,0x33,-_0x1eb9ea._0x5d8043)]=_0x6e946c(_0x1eb9ea._0x5b05e5,_0x1eb9ea._0x573b91,_0x1eb9ea._0x56e977,_0x1eb9ea._0x17bb25)+_0x45a649(-0x16,-_0x1eb9ea._0x2bb217,-0x5,-_0x1eb9ea._0x4510d0)+'plate',_0x30395e[_0x45a649(-_0x1eb9ea._0x14827d,-_0x1eb9ea._0x2ce6d0,-0xad,-_0x1eb9ea._0x2eae17)]=_0x45a649(0x24,-0x2f,_0x1eb9ea._0x3c5254,0x2e)+_0x45a649(-_0x1eb9ea._0x56fc92,0x6,-_0x1eb9ea._0x2e287f,-_0x1eb9ea._0x31d1be)+'r';const _0x344c82=_0x30395e,{callingTask:_0x1b5b0a,taskUser:_0x224c14,environmentName:_0x330480,environmentPath:_0x4d5ff7}=_0x266e3c,{name:_0x48cb3f}=_0x266e3c[_0x45a649(-_0x1eb9ea._0xf75c6a,-_0x1eb9ea._0x46f15b,-0x47,-0xa4)];function _0x45a649(_0x44dd3c,_0x34b824,_0x556033,_0x26c833){return _0x2014f7(_0x44dd3c,_0x34b824-0x9b,_0x556033-0x123,_0x26c833- -_0x519151._0x5d7e39);}if(_0x48cb3f['includes']('/')||_0x48cb3f[_0x45a649(0x97,_0x1eb9ea._0x10ce84,-_0x1eb9ea._0x31d1be,_0x1eb9ea._0xf5722e)]('\x5c')||_0x48cb3f[_0x6e946c(_0x1eb9ea._0x56431a,_0x1eb9ea._0xe4c67f,0x5d3,_0x1eb9ea._0x2883ff)]('..')){if(_0x6e946c(_0x1eb9ea._0x46daf2,_0x1eb9ea._0x13b97a,_0x1eb9ea._0x4c92c1,_0x1eb9ea._0x5449a7)===_0x344c82[_0x6e946c(_0x1eb9ea._0x400c82,0x551,0x58f,0x556)]){const _0xebd061={};_0xebd061['content']='',_0xebd061[_0x6e946c(0x556,_0x1eb9ea._0x5585d9,_0x1eb9ea._0x32cac0,_0x1eb9ea._0x6fae20)+'t']=_0x38ab06,_0xebd061[_0x6e946c(_0x1eb9ea._0x3dc5ba,_0x1eb9ea._0x275c07,_0x1eb9ea._0x17dbd5,0x54d)]=_0x344c82[_0x6e946c(0x5c9,0x584,_0x1eb9ea._0x3dfae9,0x571)],_0xebd061[_0x45a649(0x80,0x0,-0x26,-_0x1eb9ea._0x262f6a)]=![],_0x1d8c6b[_0x45a649(-_0x1eb9ea._0x2198b0,-0xb,-_0x1eb9ea._0x252a07,-0x41)](_0xebd061);}else{const _0x546f37={};return _0x546f37[_0x6e946c(_0x1eb9ea._0x487721,0x4ff,0x48e,0x48e)]=_0x6e946c(0x4e0,0x4cf,0x567,_0x1eb9ea._0x3786cc)+'t',_0x546f37[_0x45a649(_0x1eb9ea._0x11e1e9,-0x6,-_0x1eb9ea._0xf58e92,0x2d)]='Invalid\x20te'+_0x6e946c(_0x1eb9ea._0x3f844d,0x61b,_0x1eb9ea._0x52b1e0,0x553)+'e',_0x17be82[_0x45a649(-0x5c,0x8e,_0x1eb9ea._0x5dc6f2,_0x1eb9ea._0x1dfa1e)](-0x1*0x65d+-0x5e7+0x6ea*0x2)[_0x45a649(-_0x1eb9ea._0x449f58,0x39,-_0x1eb9ea._0x18fa7e,-0x41)](_0x546f37);}}const _0x3554a7={};_0x3554a7[_0x6e946c(_0x1eb9ea._0x1fbbb7,_0x1eb9ea._0x3ed8e1,0x4a1,0x514)]=_0x1b5b0a[_0x45a649(-0x154,-0x8d,-0x83,-0xe6)],_0x3554a7[_0x45a649(-0x2d,-_0x1eb9ea._0x1b415d,-_0x1eb9ea._0x5dc0e1,-0x43)+'t']=_0x330480,_0x3554a7[_0x45a649(-_0x1eb9ea._0xae617d,-0x62,_0x1eb9ea._0x111035,-0x46)]=_0x48cb3f,_0x3554a7['userId']=_0x224c14['id'],logger[_0x45a649(-0x48,-0xe6,-0x137,-0xb5)](_0x344c82[_0x6e946c(0x52b,_0x1eb9ea._0x49ba5e,0x4ad,_0x1eb9ea._0x81775c)],_0x3554a7);const _0x46666f=_0x42f208[_0x45a649(-0x19,0x27,0x6a,_0x1eb9ea._0x2cb565)](_0x4d5ff7,_0x344c82['CLLoE']),_0x1bfe38=_0x42f208['join'](_0x46666f,_0x48cb3f+'.md'),_0x4097ff=_0x42f208[_0x6e946c(0x59c,_0x1eb9ea._0x2733e7,0x574,0x5c2)](_0x46666f,_0x48cb3f+'.json');try{if(_0x344c82[_0x45a649(_0x1eb9ea._0x2f1676,-0x3e,-_0x1eb9ea._0x54c117,0x15)]!=='QBncT'){const _0x3ef364={};_0x3ef364[_0x6e946c(0x4b3,_0x1eb9ea._0xf15427,0x4a3,_0x1eb9ea._0x449203)]=_0x4b7c6d['callingTas'+'k'][_0x45a649(-0x11a,-_0x1eb9ea._0x2f281a,-_0x1eb9ea._0x3dc51d,-0xe6)],_0x3ef364[_0x6e946c(_0x1eb9ea._0x573b91,_0x1eb9ea._0x3c2670,_0x1eb9ea._0x3debcd,_0x1eb9ea._0x4d70d4)]=_0x31546e[_0x45a649(-0x74,-0x91,-_0x1eb9ea._0x4bba9e,-0x25)]['id'],_0x3ef364[_0x45a649(-_0x1eb9ea._0xbbe541,-_0x1eb9ea._0x3dc51d,-0x3a,0x5)]=_0x382763[_0x6e946c(_0x1eb9ea._0x47fb4b,0x595,_0x1eb9ea._0x1430f0,0x5bc)][_0x45a649(-0x10,-0x75,_0x1eb9ea._0x3dc51d,0x5)],_0x528366[_0x45a649(-_0x1eb9ea._0x57f06a,_0x1eb9ea._0x16ff44,-_0x1eb9ea._0x4e1a57,-0x10)]('User\x20lacks'+_0x6e946c(0x4f0,0x554,0x4a6,0x505)+_0x45a649(-_0x1eb9ea._0xe584b4,-0x62,-_0x1eb9ea._0xddd965,_0x1eb9ea._0x5cbd15)+'ctions\x20per'+_0x45a649(_0x1eb9ea._0x2e8c9b,_0x1eb9ea._0xa334,0xa2,0x24),_0x3ef364);const _0xf6c599={};return _0xf6c599[_0x45a649(-0xde,-0xed,-0x12f,-_0x1eb9ea._0x1dce2e)]=_0x344c82[_0x45a649(-_0x1eb9ea._0x994015,-_0x1eb9ea._0x40fa16,-0xc0,-_0x1eb9ea._0x1bbf71)],_0xf6c599[_0x6e946c(_0x1eb9ea._0x28aaa9,0x5f9,_0x1eb9ea._0x3cc7b3,_0x1eb9ea._0x20019d)]=_0x45a649(-0x6a,-_0x1eb9ea._0x3ff824,-0x96,-_0x1eb9ea._0x50b900)+_0x6e946c(_0x1eb9ea._0x5a1afb,_0x1eb9ea._0x348cbf,0x52f,_0x1eb9ea._0x4bb72a)+'ermission\x20'+_0x45a649(0x6b,0x7c,-0x71,_0x1eb9ea._0x4a06c6)+'environmen'+_0x45a649(0x61,_0x1eb9ea._0x7e287c,_0x1eb9ea._0xe3a615,_0x1eb9ea._0x1436f0)+_0x45a649(-_0x1eb9ea._0x545182,_0x1eb9ea._0x4931c8,-0x2a,-0x12),_0x5e4aae[_0x45a649(-0x84,-0x52,_0x1eb9ea._0x5a517f,0x4)](0x6a*0x12+0x1b9b+0x85f*-0x4)[_0x6e946c(0x558,0x4fe,0x596,0x589)](_0xf6c599);}else{await _0x4eb6b2[_0x6e946c(0x5bc,0x544,0x583,_0x1eb9ea._0x11ad36)](_0x1bfe38),await _0x4eb6b2[_0x45a649(-_0x1eb9ea._0x3fc6fa,-_0x1eb9ea._0x1bbf71,-_0x1eb9ea._0x197b4a,-0xa7)](_0x1bfe38);try{if(_0x344c82['qtrpF'](_0x344c82[_0x45a649(-_0x1eb9ea._0xb1f807,-0x75,-_0x1eb9ea._0x4e8d03,-_0x1eb9ea._0x57bfac)],_0x344c82['DBXRM']))await _0x4eb6b2[_0x45a649(-_0x1eb9ea._0x330119,-0xdf,-_0x1eb9ea._0x15e72a,-0xa7)](_0x4097ff);else{const _0x148555={};_0x148555[_0x6e946c(0x4b3,0x426,0x461,_0x1eb9ea._0x13486a)]=_0x359cb2,_0x148555[_0x6e946c(_0x1eb9ea._0x1a4fb5,0x5bd,_0x1eb9ea._0x5c7e09,0x582)+'t']=_0x3d1915[_0x45a649(-0x65,-0x30,-0x8c,-_0x1eb9ea._0x111035)+'t'],_0x640edb[_0x45a649(-0x96,-_0x1eb9ea._0x5d8043,-0x25,-_0x1eb9ea._0x1e5dfc)](_0x344c82['VXcsG'],_0x148555);const _0xb2aad8={};return _0xb2aad8['error']=_0x344c82['RzaJx'],_0xb2aad8[_0x6e946c(_0x1eb9ea._0x28aaa9,_0x1eb9ea._0x50dd2f,0x651,_0x1eb9ea._0x71c0e1)]=_0x6e946c(0x4f8,_0x1eb9ea._0x419024,_0x1eb9ea._0xb053ec,0x525)+'t\x20not\x20foun'+'d',_0x2b2889[_0x6e946c(_0x1eb9ea._0x5a5bb0,_0x1eb9ea._0x3f25a8,0x5ef,0x5ad)](0x61*-0x17+0x1bf*0xd+-0xc68)[_0x45a649(_0x1eb9ea._0x128439,-_0x1eb9ea._0x5d8043,-0x67,-_0x1eb9ea._0x550f32)](_0xb2aad8);}}catch{}const _0xf1fb3e={};_0xf1fb3e[_0x45a649(-0x15d,-0x6a,-_0x1eb9ea._0xaeac47,-0xe6)]=_0x1b5b0a[_0x45a649(-0xe1,-_0x1eb9ea._0x48348c,-0x161,-_0x1eb9ea._0x443158)],_0xf1fb3e[_0x6e946c(_0x1eb9ea._0x1a4fb5,0x5d1,_0x1eb9ea._0x341199,_0x1eb9ea._0x9ced81)+'t']=_0x330480,_0xf1fb3e['template']=_0x48cb3f,_0xf1fb3e[_0x6e946c(0x4f1,0x466,0x4a7,0x4fb)]=_0x224c14['id'],logger[_0x6e946c(0x4e4,_0x1eb9ea._0x6a2d39,0x53e,_0x1eb9ea._0x679de2)](_0x344c82['FkbKy'],_0xf1fb3e);const _0x422f58={};_0x422f58[_0x45a649(-_0x1eb9ea._0x3b75dc,-_0x1eb9ea._0x408f14,-0x13b,-_0x1eb9ea._0x142c36)]=!![],_0x422f58['name']=_0x48cb3f,_0x422f58['environmen'+'t']=_0x330480,_0x422f58['deletedByT'+'askId']=_0x1b5b0a['taskId'],_0x422f58[_0x45a649(_0x1eb9ea._0x384971,-_0x1eb9ea._0x1857f6,_0x1eb9ea._0x1dfa1e,0x1e)+_0x6e946c(0x54b,_0x1eb9ea._0x9f2bd,_0x1eb9ea._0x4ca27c,_0x1eb9ea._0x4d5a8d)]=_0x224c14['id'],_0x17be82[_0x45a649(_0x1eb9ea._0x1eceed,-0x56,-0xb5,-0x41)](_0x422f58);}}catch(_0x4c3b23){if(_0x344c82[_0x6e946c(0x4b9,_0x1eb9ea._0x47d84b,_0x1eb9ea._0x4200f1,_0x1eb9ea._0x2a6404)]===_0x45a649(-0x18,-0xbe,-_0x1eb9ea._0x546b03,-0x62)){if(_0x344c82[_0x45a649(0x32,-0x89,-_0x1eb9ea._0x21877e,-_0x1eb9ea._0x562669)](_0x5539b1[_0x6e946c(0x552,0x549,_0x1eb9ea._0x4fea97,_0x1eb9ea._0x50795e)],_0x344c82[_0x45a649(-0xcf,-0x94,-0x1f,-0x6a)])){const _0x1c8b89={};_0x1c8b89['error']=_0x344c82[_0x45a649(-0x4e,-_0x1eb9ea._0x3261e3,-0x2e,-_0x1eb9ea._0x376311)],_0x1c8b89[_0x6e946c(0x5c6,_0x1eb9ea._0x430740,_0x1eb9ea._0x1f4e27,_0x1eb9ea._0x355a44)]=_0x6e946c(0x57c,0x566,0x524,_0x1eb9ea._0x2ce608)+_0x339b63+(_0x6e946c(_0x1eb9ea._0x489612,0x540,_0x1eb9ea._0x4d99f1,0x474)+'d'),_0x383548[_0x45a649(0x7c,-0x8,-0x69,0x4)](-0xa1*0x22+-0x13*-0x136+-0x3*0x4)[_0x6e946c(0x558,_0x1eb9ea._0xb74b50,0x54b,_0x1eb9ea._0x404ceb)](_0x1c8b89);}else{const _0x26f4a9={};_0x26f4a9['taskId']=_0x2398df[_0x45a649(-0x6e,-0x15c,-0xae,-0xe6)],_0x26f4a9[_0x45a649(_0x1eb9ea._0x561083,-0x2c,-0x39,-_0x1eb9ea._0x562217)+'t']=_0x318fce,_0x26f4a9[_0x45a649(_0x1eb9ea._0x3c0d5f,-0x3,-0x95,-0x46)]=_0x36c92d,_0x26f4a9['error']=_0x12e3c5[_0x6e946c(_0x1eb9ea._0x35f272,0x613,0x5f7,_0x1eb9ea._0x19c846)],_0x27b433[_0x6e946c(0x4c7,_0x1eb9ea._0x17b904,0x45b,0x48a)]('Failed\x20to\x20'+_0x6e946c(_0x1eb9ea._0x508c22,0x55a,_0x1eb9ea._0x4374a9,0x4ed)+_0x45a649(-_0x1eb9ea._0x4f3860,_0x1eb9ea._0x2e1aef,-_0x1eb9ea._0x578d4e,-_0x1eb9ea._0x46ea33),_0x26f4a9);const _0xddd74b={};_0xddd74b[_0x6e946c(0x4c7,_0x1eb9ea._0x213dbc,0x489,_0x1eb9ea._0x55ec19)]=_0x45a649(-0x1c,0x62,0x5f,_0x1eb9ea._0x440103)+_0x6e946c(_0x1eb9ea._0x5c4fc7,_0x1eb9ea._0x2f84ba,_0x1eb9ea._0x195da2,0x53c)+'r',_0xddd74b['message']=_0x6e946c(_0x1eb9ea._0x508430,0x526,_0x1eb9ea._0x275c07,0x516)+'delete\x20tem'+_0x45a649(-_0x1eb9ea._0x509cb0,-_0x1eb9ea._0x5631ef,0x2e,-_0x1eb9ea._0x46ea33),_0x666c7c[_0x45a649(-_0x1eb9ea._0xe3a615,-0x3a,-_0x1eb9ea._0x57bbc0,0x4)](0x427+0x2d9*0xc+-0x245f)[_0x6e946c(_0x1eb9ea._0x2e32a5,_0x1eb9ea._0x1af2ac,_0x1eb9ea._0x55ef25,_0x1eb9ea._0x5b436)](_0xddd74b);}}else{if(_0x344c82[_0x45a649(0x60,_0x1eb9ea._0x4c48e8,-_0x1eb9ea._0x106ec8,-_0x1eb9ea._0x256f7f)](_0x4c3b23[_0x6e946c(_0x1eb9ea._0x4abc4d,0x513,_0x1eb9ea._0x56e1b8,_0x1eb9ea._0x49e590)],_0x344c82[_0x45a649(-_0x1eb9ea._0x5dd46c,-0xba,-_0x1eb9ea._0x2eae17,-0x6a)])){if(_0x344c82[_0x45a649(-_0x1eb9ea._0x198e6d,-_0x1eb9ea._0x3142bc,-_0x1eb9ea._0x385272,-0xba)]!=='dCygX'){const _0x2a3152={};_0x2a3152[_0x6e946c(0x4b3,0x426,0x42a,0x52b)]=_0x47c60d,_0x2a3152[_0x6e946c(_0x1eb9ea._0x573b91,_0x1eb9ea._0x1e70ff,0x497,0x573)]=_0x5e9496,_0x5e12e2['warn'](_0x344c82[_0x6e946c(_0x1eb9ea._0x41cb9a,0x58e,0x598,0x594)],_0x2a3152);const _0x33fcff={};return _0x33fcff[_0x6e946c(0x4c7,_0x1eb9ea._0x123627,0x4d0,_0x1eb9ea._0x1187a5)]=_0x344c82[_0x6e946c(_0x1eb9ea._0x5ee3b2,0x5cb,_0x1eb9ea._0x3a35c8,0x50b)],_0x33fcff['message']=_0x45a649(-0xc6,-_0x1eb9ea._0x460a32,0x5,-0x42)+_0x6e946c(0x4e1,_0x1eb9ea._0x1956d1,_0x1eb9ea._0x2677c0,_0x1eb9ea._0x49dba9),_0x5dcf72['status'](-0x11dd+0x3dc+-0x1*-0xf92)[_0x45a649(-0xa7,0x2f,-_0x1eb9ea._0x5e0760,-0x41)](_0x33fcff);}else{const _0x43d3be={};_0x43d3be[_0x6e946c(0x4c7,_0x1eb9ea._0x5ecf6c,0x4c9,0x453)]=_0x344c82[_0x45a649(-0x18,-0xba,-_0x1eb9ea._0xd2957d,-0x4d)],_0x43d3be[_0x6e946c(0x5c6,_0x1eb9ea._0x52d671,0x639,0x596)]=_0x45a649(-0x7f,-0x58,0x4d,-_0x1eb9ea._0x4a06c6)+_0x48cb3f+(_0x45a649(-_0x1eb9ea._0x17c096,-0x14e,-_0x1eb9ea._0x135c60,-0xc8)+'d'),_0x17be82[_0x45a649(-0x2b,_0x1eb9ea._0x1204a9,-0x8a,0x4)](-0x1dcf*-0x1+0x26b9+-0x42f4)['json'](_0x43d3be);}}else{const _0x3a9f9b={};_0x3a9f9b[_0x6e946c(_0x1eb9ea._0x1fbbb7,_0x1eb9ea._0x400f41,0x513,0x52b)]=_0x1b5b0a['taskId'],_0x3a9f9b['environmen'+'t']=_0x330480,_0x3a9f9b[_0x6e946c(0x553,0x596,_0x1eb9ea._0x5a5bb0,0x595)]=_0x48cb3f,_0x3a9f9b[_0x45a649(-_0x1eb9ea._0x469633,-0xc0,-0x154,-_0x1eb9ea._0x1dce2e)]=_0x4c3b23[_0x45a649(0x55,0xb,0x8d,0x2d)],logger['error'](_0x344c82[_0x45a649(-_0x1eb9ea._0x12b074,-0x2e,-_0x1eb9ea._0x3dfc4d,-0x34)],_0x3a9f9b);const _0x5c387a={};_0x5c387a[_0x6e946c(0x4c7,0x4b5,0x4bb,_0x1eb9ea._0x1126cb)]=_0x344c82['tyMXL'],_0x5c387a[_0x6e946c(_0x1eb9ea._0x35f272,0x58e,0x5d1,_0x1eb9ea._0x4f8a3e)]=_0x45a649(-_0x1eb9ea._0x50cbbb,-_0x1eb9ea._0x4e52b5,-0x13e,-_0x1eb9ea._0x961f1)+_0x6e946c(0x579,0x5f8,_0x1eb9ea._0x185eb9,_0x1eb9ea._0x55d931)+_0x6e946c(_0x1eb9ea._0x3652fd,0x60d,_0x1eb9ea._0x1fc48f,_0x1eb9ea._0x2131f7),_0x17be82['status'](0x563+0x1c15+-0x1f84)[_0x45a649(_0x1eb9ea._0xae617d,-_0x1eb9ea._0xd3465,-_0x1eb9ea._0x40fa16,-0x41)](_0x5c387a);}}}});export default router;
|
|
1
|
+
(function(_0x2154a7,_0x59ee35){const _0x25aa7f={_0x269ae0:0x15e,_0x449425:0xfa,_0xbbaf1b:0x108,_0x122b27:0x181,_0x511523:0xa0,_0x17901c:0x93,_0x5065d8:0x1ac,_0x9c9066:0x12,_0x4eaf35:0x65,_0x5923aa:0x6a,_0x90c6ea:0x16,_0x5a9da4:0x132,_0x1f74a2:0x7f,_0x1eaf62:0x9},_0x252828={_0x3ec879:0x1aa},_0x22c142={_0x13cb79:0x30c};function _0xdfb68d(_0x12f6ee,_0xbcf641,_0xa21273,_0x5b8aa5){return _0x17c2(_0x12f6ee- -_0x22c142._0x13cb79,_0xbcf641);}const _0x17fb4=_0x2154a7();function _0x50a88d(_0x423c9e,_0x16d4a9,_0x5a5fef,_0x3f9885){return _0x17c2(_0x3f9885- -_0x252828._0x3ec879,_0x5a5fef);}while(!![]){try{const _0x29e854=-parseInt(_0xdfb68d(-0x1d0,-0x208,-_0x25aa7f._0x269ae0,-0x223))/(0x7fc+-0x1dc8+-0x1*-0x15cd)+-parseInt(_0xdfb68d(-_0x25aa7f._0x449425,-0x168,-_0x25aa7f._0xbbaf1b,-_0x25aa7f._0x122b27))/(-0x136a*-0x1+-0x1*0x679+0xcef*-0x1)+-parseInt(_0x50a88d(_0x25aa7f._0x511523,0xc8,0x109,_0x25aa7f._0x17901c))/(-0x1*-0x141+0x2*-0x24e+0x1*0x35e)+-parseInt(_0xdfb68d(-_0x25aa7f._0x5065d8,-0x1a1,-0x21e,-0x1a0))/(-0x8ca+0x1ac0+0x11f2*-0x1)*(-parseInt(_0x50a88d(_0x25aa7f._0x9c9066,-_0x25aa7f._0x4eaf35,_0x25aa7f._0x5923aa,-_0x25aa7f._0x90c6ea))/(0x3*0x6de+0x8*-0x22a+0x1*-0x345))+parseInt(_0xdfb68d(-0xdb,-0x64,-0x12e,-0x107))/(-0xc5*-0x1f+0xe0d+0x1*-0x25e2)+parseInt(_0xdfb68d(-0x1b9,-0x17b,-_0x25aa7f._0x5a9da4,-0x137))/(0x5c7+-0x13c7*-0x1+-0x1987*0x1)+parseInt(_0x50a88d(0x43,_0x25aa7f._0x1f74a2,_0x25aa7f._0x1eaf62,0x92))/(0x1*0x1555+-0x4a*-0x1+-0x1597);if(_0x29e854===_0x59ee35)break;else _0x17fb4['push'](_0x17fb4['shift']());}catch(_0x44eaf3){_0x17fb4['push'](_0x17fb4['shift']());}}}(_0x6786,-0x12607+-0xed5f*0x12+0x1a72e6));import _0x224d5b from'express';import{promises as _0x266adc}from'fs';function _0x6a2054(_0x387df0,_0x50df5f,_0x326c94,_0x4fccbf){return _0x17c2(_0x4fccbf- -0x341,_0x326c94);}import _0x524cef from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x224d5b[_0x6a2054(-0xd3,-0x162,-0xb3,-0x130)]();function _0x17c2(_0x5b2de5,_0x2d7da4){_0x5b2de5=_0x5b2de5-(0x1fd1+0x1adc+-0x3973);const _0x279a68=_0x6786();let _0x3ec45a=_0x279a68[_0x5b2de5];if(_0x17c2['KoEhCP']===undefined){var _0x410f1d=function(_0x3d6d98){const _0x3d212a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x26cbe9='',_0x12390c='';for(let _0x3431bb=0x1131+-0x22bc+-0x5d9*-0x3,_0x29a22f,_0x46c088,_0x2b2ac6=-0x143c+0x6a1+0xd9b*0x1;_0x46c088=_0x3d6d98['charAt'](_0x2b2ac6++);~_0x46c088&&(_0x29a22f=_0x3431bb%(0x2337+0x5fa+-0x292d)?_0x29a22f*(-0x11*-0x171+-0x1*0x1a7+-0x169a)+_0x46c088:_0x46c088,_0x3431bb++%(0x1*-0x1d9c+0x1*0x1bff+-0x1*-0x1a1))?_0x26cbe9+=String['fromCharCode'](0xc*0x2d7+-0x658*0x1+-0x1abd&_0x29a22f>>(-(-0x80*-0x45+-0x846+0x8*-0x347)*_0x3431bb&-0x2342+0x1de+0xb6*0x2f)):0x3*-0x272+-0x1*0x1b65+0x11*0x20b){_0x46c088=_0x3d212a['indexOf'](_0x46c088);}for(let _0xe7af64=-0x1*0x10c9+0xe98*-0x1+0x115*0x1d,_0x43f3b4=_0x26cbe9['length'];_0xe7af64<_0x43f3b4;_0xe7af64++){_0x12390c+='%'+('00'+_0x26cbe9['charCodeAt'](_0xe7af64)['toString'](-0x2*-0xab1+-0x42e+-0x1124))['slice'](-(0x8f3*0x1+0xa5*0x1a+-0x19b3));}return decodeURIComponent(_0x12390c);};_0x17c2['TVCdEQ']=_0x410f1d,_0x17c2['RWiEWe']={},_0x17c2['KoEhCP']=!![];}const _0x4d9c7d=_0x279a68[0x2698+-0x1*0x1d95+-0x903],_0x25bc5d=_0x5b2de5+_0x4d9c7d,_0x34568a=_0x17c2['RWiEWe'][_0x25bc5d];return!_0x34568a?(_0x3ec45a=_0x17c2['TVCdEQ'](_0x3ec45a),_0x17c2['RWiEWe'][_0x25bc5d]=_0x3ec45a):_0x3ec45a=_0x34568a,_0x3ec45a;}let tasks=null,setupPath=null;function _0x4654f1(_0x1d207e,_0x315498,_0x3677fb,_0x419783){const _0x5030b0={_0x557a70:0x148};return _0x17c2(_0x315498-_0x5030b0._0x557a70,_0x3677fb);}let coderConfig=null;export function initializeEnvironmentManagement(_0x552470){const _0xe407f={_0x331ece:0x50,_0x58d598:0x435,_0x408bb6:0x3a8,_0x9ca75d:0x3df},_0x59ea85={_0x5cd068:0x103,_0x293434:0x52c},_0x5a6036={_0x5062ca:0x122,_0x3df0cd:0x1d5};tasks=_0x552470[_0x353168(0x23,_0xe407f._0x331ece,0x95,0x115)];function _0x353168(_0xd80b6d,_0x2698be,_0x487480,_0x18af01){return _0x6a2054(_0xd80b6d-0xaa,_0x2698be-_0x5a6036._0x5062ca,_0x18af01,_0x487480-_0x5a6036._0x3df0cd);}setupPath=_0x552470[_0x5d07ac(_0xe407f._0x58d598,0x47a,0x400,0x4c2)];function _0x5d07ac(_0x5b75b5,_0x171f7d,_0x3131ba,_0x121324){return _0x6a2054(_0x5b75b5-_0x59ea85._0x5cd068,_0x171f7d-0x15e,_0x3131ba,_0x5b75b5-_0x59ea85._0x293434);}coderConfig=_0x552470[_0x5d07ac(_0xe407f._0x408bb6,0x3b6,0x337,_0xe407f._0x9ca75d)+'g'];}export function updateCoderConfig(_0x3afef3){coderConfig=_0x3afef3;}async function requireTaskAuth(_0x52c127,_0x399bba,_0x2bf213){const _0x5168ef={_0x3c3ec5:0xb4,_0x1d0aed:0xc2,_0x3ffa02:0x91,_0x2d4452:0x7e,_0x203dad:0x2c,_0x269463:0x5a1,_0x2153d2:0x624,_0x4b6d99:0x55a,_0x2f83b9:0x5dd,_0x1ce8e4:0x58f,_0xca105:0x53b,_0x2ee61f:0x54e,_0x571032:0x1d,_0x36a863:0xcf,_0x4a2f1d:0xf2,_0xdca90f:0x8d,_0x2018cf:0xd8,_0x39d050:0x6b,_0x10793b:0x78,_0x45420e:0x58b,_0x2c4c81:0x4f,_0x400ee4:0xae,_0x90c12f:0x504,_0x25db86:0x53e,_0x49f61e:0x643,_0x25fdd1:0xcc,_0xf8eca2:0x139,_0x1e4af2:0x7e,_0x233574:0x17c,_0x42c6ce:0x57f,_0x586a6a:0x518,_0x99cfcc:0x3e,_0x2c4f2f:0x564,_0x49529c:0x551,_0x2b9d28:0x5d6,_0x1befa2:0x601,_0x2da9eb:0x63a,_0x4e1f2c:0x514,_0x4ae2a1:0x552,_0x562034:0x536,_0xebcec0:0x526,_0x41b892:0x564,_0x56a1d8:0x50c,_0x23ab3b:0x588,_0x2b5f30:0xc1,_0x14a0ff:0x479,_0x4b75a0:0x4f9,_0x17f8f0:0x489,_0x3c48a2:0x550,_0x213c77:0x5f7,_0x8e14ca:0x5a7,_0xd62b3c:0x535,_0x352fe1:0x519,_0x3b9dcc:0x59a,_0x26275c:0x5cb,_0x578884:0x5f0,_0x257c0c:0x77,_0x2449a3:0x2d,_0xe57d5c:0x3c,_0x7b0b2e:0x552,_0x1e2661:0x556,_0x68dd50:0x4d8,_0x171eec:0x108,_0x3025dc:0x158,_0x466173:0x554,_0x67bb8:0x59d,_0x9963c8:0x587,_0x32a474:0x59e,_0x141577:0x75,_0x14c7b1:0x136,_0x4c3eac:0xc8,_0x116a17:0x8f,_0x251133:0xc2,_0x591139:0xb8,_0x5cd81b:0x547,_0x174ee5:0x560,_0x3bc2ff:0x82,_0x3db235:0xcd,_0x57c833:0x5c7,_0xd325f4:0x56e,_0x14406d:0x506,_0x260595:0x5b3,_0x1a42d0:0xb9,_0x2c0dc4:0x8c,_0xd17f47:0x46,_0x5c850c:0x4f7,_0x444ce2:0x580,_0x1afa9b:0x487,_0x229179:0x515,_0x35ab2e:0xf,_0x5b6061:0xd1,_0x57ab86:0x96,_0x4a578c:0x6b,_0x57a8f8:0xe,_0x163917:0xb,_0x6ad43d:0x23,_0x200d18:0x16d,_0x4db851:0x85,_0x1b0ae5:0x117,_0x356f8a:0x160,_0x2ebbea:0x4e9,_0x36d05f:0x563,_0x2c6c1d:0x5a3,_0x42c543:0x83,_0x4dbdf5:0x87,_0x31de88:0x4fc,_0x1dbfd0:0x162,_0x211c0:0x9b,_0x3694e7:0x54,_0xd7bb9c:0x544,_0x4178d7:0x578,_0x26008c:0x4ad,_0x2a7a5b:0x5a3,_0x329906:0xa8,_0x59ce43:0x517,_0x3f6752:0x4f8,_0x382dc2:0x4ab,_0x4efae0:0xa0,_0x140bad:0x183,_0x5cc977:0x77,_0x9e2e94:0xb0,_0x997078:0x4fd,_0x46dcaf:0x4fb,_0x197173:0x53d,_0x989c3a:0x59d,_0xed230c:0x54b,_0x1acbfe:0x164,_0xeb8b16:0x12c,_0xb55caa:0x5be,_0x3b9c8a:0xb9,_0x217d1a:0x9a,_0x260c05:0xdb,_0xcd8464:0x97,_0x2a7ac1:0x150,_0x4f3dab:0xc3,_0x276caf:0x72,_0x44ae83:0xcc,_0x4ce7de:0xc8,_0x387b5f:0x21,_0x356c1f:0x17,_0x1d4d14:0x1,_0x6f1113:0xe2,_0xbc40d1:0x85,_0x22973f:0x6c,_0x326f55:0x3a,_0x1065d3:0x526,_0x56c8e0:0x58e,_0x2050ea:0x526,_0x5e9436:0x4a1,_0x231ef2:0x59c,_0x57467b:0x4b0,_0xa3ee7d:0x4cc,_0x27e4e4:0x526,_0x48aefd:0x560,_0x47c52b:0x4c9,_0x51f625:0x62f,_0x5a5555:0x5db,_0x41bb12:0x5ed,_0x5377c8:0x108,_0x182824:0x135,_0x23ebab:0x12f,_0x2f090b:0xfd,_0x28a3bd:0x58,_0x51f12c:0x5db,_0x1c432a:0x62e,_0x43668d:0x575,_0x343ab4:0x4d2,_0x2973df:0x73,_0x1c8843:0x143,_0x2a1ef6:0x149,_0x25a4a8:0x526,_0x5df97e:0x525,_0x56649d:0x527,_0x385736:0xa6,_0x3e8e3c:0x157,_0x37f938:0x174,_0x1f8e91:0x526,_0xf06669:0x520,_0x5cfe89:0xc0,_0x329b96:0x119,_0x6f15ff:0xf6,_0x49063d:0x5a4,_0x2ccbd5:0x54c,_0x4edc9c:0x4d3},_0x1e64f9={_0x41e6fa:0x17f,_0x544122:0xaf},_0x2a3993={'GfXKy':_0x56baca(-_0x5168ef._0x3c3ec5,-0xed,-_0x5168ef._0x1d0aed,-_0x5168ef._0x3ffa02)+_0x56baca(-_0x5168ef._0x2d4452,-0x3,-0xd2,-_0x5168ef._0x203dad)+_0x4fb646(0x610,_0x5168ef._0x269463,0x517,_0x5168ef._0x2153d2),'RTbWQ':_0x4fb646(0x591,_0x5168ef._0x4b6d99,_0x5168ef._0x2f83b9,_0x5168ef._0x1ce8e4)+_0x4fb646(_0x5168ef._0xca105,_0x5168ef._0x2ee61f,0x5b3,0x531)+'r','lIlcO':_0x56baca(-0x49,-0xa5,-_0x5168ef._0x571032,-0x79),'KXhfx':_0x56baca(-0x129,-0xa8,-_0x5168ef._0x36a863,-0x166)+'t\x20manageme'+_0x56baca(-_0x5168ef._0x4a2f1d,-_0x5168ef._0xdca90f,-_0x5168ef._0x2018cf,-0xd4)+_0x56baca(-0xc4,-_0x5168ef._0x39d050,-0x102,-_0x5168ef._0x10793b)+_0x4fb646(0x581,_0x5168ef._0x45420e,0x5c0,0x587)+_0x56baca(-0x68,-_0x5168ef._0x2c4c81,-_0x5168ef._0x400ee4,-0x88),'fDnBm':_0x4fb646(_0x5168ef._0x90c12f,_0x5168ef._0x25db86,0x5ac,0x4c9)+'ed','xEzCi':_0x4fb646(0x57b,0x606,_0x5168ef._0x49f61e,0x5be)+_0x56baca(-0xaf,-0xbc,-0xd0,-0x103)+_0x56baca(-0x116,-0xf7,-0x173,-_0x5168ef._0x25fdd1),'HQKAh':_0x56baca(-_0x5168ef._0xf8eca2,-0x18c,-0x138,-0x15f),'dFGRL':_0x56baca(-0xf6,-0x174,-0xf5,-_0x5168ef._0x1e4af2),'bfVeX':'Task\x20has\x20n'+_0x56baca(-0x136,-0xca,-_0x5168ef._0x233574,-0x1a2)+'ent','ZZKMZ':_0x4fb646(_0x5168ef._0x42c6ce,_0x5168ef._0x586a6a,0x4e3,0x4fa)+_0x56baca(-0x115,-0xf7,-0x111,-0x93)+'ed\x20environ'+_0x56baca(-_0x5168ef._0x99cfcc,-0xc2,-0x33,0x41),'yamoX':function(_0x20ad86,_0x59a06d){return _0x20ad86(_0x59a06d);},'Hdagk':_0x4fb646(_0x5168ef._0x2c4f2f,_0x5168ef._0x49529c,0x56a,_0x5168ef._0x2b9d28)+_0x4fb646(0x5b1,_0x5168ef._0x1befa2,_0x5168ef._0x2da9eb,0x66a),'gWrlR':_0x4fb646(0x521,_0x5168ef._0x4e1f2c,_0x5168ef._0x4ae2a1,_0x5168ef._0x562034)+_0x4fb646(_0x5168ef._0xebcec0,_0x5168ef._0x41b892,_0x5168ef._0x56a1d8,_0x5168ef._0x23ab3b)+'d','PekCT':_0x56baca(-0x117,-0x142,-_0x5168ef._0x2b5f30,-0x155)+'ts'},_0x101b7b=_0x52c127[_0x4fb646(_0x5168ef._0x14a0ff,_0x5168ef._0x4b75a0,_0x5168ef._0x17f8f0,_0x5168ef._0x3c48a2)][_0x2a3993[_0x4fb646(0x5e4,_0x5168ef._0x213c77,0x647,_0x5168ef._0x8e14ca)]];if(!_0x101b7b){logger['warn'](_0x2a3993[_0x4fb646(0x4d4,0x53c,_0x5168ef._0xd62b3c,0x4b9)]);const _0x5beb9f={};return _0x5beb9f[_0x4fb646(_0x5168ef._0x352fe1,_0x5168ef._0xd62b3c,0x4c6,0x53b)]=_0x2a3993['fDnBm'],_0x5beb9f[_0x4fb646(_0x5168ef._0x3b9dcc,_0x5168ef._0x26275c,_0x5168ef._0x578884,0x562)]=_0x2a3993['xEzCi'],_0x399bba[_0x56baca(-_0x5168ef._0x257c0c,-_0x5168ef._0x2449a3,-_0x5168ef._0xe57d5c,-0xb8)](-0x91c+0x2217+0x2*-0xbb5)[_0x4fb646(_0x5168ef._0x7b0b2e,_0x5168ef._0x1e2661,_0x5168ef._0x68dd50,_0x5168ef._0x4e1f2c)](_0x5beb9f);}if(!tasks){logger[_0x56baca(-_0x5168ef._0x171eec,-_0x5168ef._0x3025dc,-0xd2,-0x135)](_0x4fb646(_0x5168ef._0x466173,0x514,_0x5168ef._0x67bb8,_0x5168ef._0x9963c8)+'t\x20manageme'+_0x4fb646(0x593,0x559,_0x5168ef._0x32a474,0x5a9)+'ot\x20initial'+_0x56baca(-_0x5168ef._0x141577,0x7,-0xf8,-0xb8));const _0x4ddb0a={};return _0x4ddb0a[_0x56baca(-_0x5168ef._0x171eec,-_0x5168ef._0x14c7b1,-0xbf,-0xe2)]=_0x56baca(-0xe3,-_0x5168ef._0x4c3eac,-0xb5,-_0x5168ef._0x116a17)+'erver\x20Erro'+'r',_0x4ddb0a[_0x56baca(-0x72,-_0x5168ef._0x251133,-0xbc,-_0x5168ef._0x591139)]='Service\x20no'+_0x4fb646(_0x5168ef._0x5cd81b,_0x5168ef._0x174ee5,0x552,0x4d7)+'zed',_0x399bba['status'](0x161*-0x13+-0x22f1*-0x1+-0x6ca)[_0x56baca(-0xe7,-0x10a,-_0x5168ef._0x3bc2ff,-_0x5168ef._0x3db235)](_0x4ddb0a);}const _0x1cf8ca=tasks[_0x4fb646(_0x5168ef._0x57c833,_0x5168ef._0xd325f4,_0x5168ef._0x14406d,_0x5168ef._0x260595)](_0x101b7b);if(!_0x1cf8ca){const _0x5b0a1f={};_0x5b0a1f[_0x56baca(-0xda,-0xdf,-0x10b,-0x97)]=_0x101b7b,logger[_0x56baca(-_0x5168ef._0x1a42d0,-_0x5168ef._0x2c0dc4,-_0x5168ef._0xd17f47,-0x7c)]('Environmen'+_0x4fb646(0x4f5,0x503,_0x5168ef._0x5c850c,_0x5168ef._0x444ce2)+'nt\x20request'+_0x4fb646(_0x5168ef._0x1afa9b,_0x5168ef._0x229179,0x54c,0x48e)+_0x56baca(-0x55,-0xe1,-_0x5168ef._0x35ab2e,-0xa0)+'D',_0x5b0a1f);const _0x3a226a={};return _0x3a226a['error']='Unauthoriz'+'ed',_0x3a226a[_0x56baca(-0x72,-0xa7,-0x14,-_0x5168ef._0x5b6061)]=_0x56baca(-_0x5168ef._0x57ab86,-0x24,-_0x5168ef._0x4a578c,-_0x5168ef._0x57a8f8)+_0x56baca(-0x67,_0x5168ef._0x163917,-0x7e,-_0x5168ef._0x6ad43d),_0x399bba['status'](0x2474+0xf*-0x83+0x306*-0x9)[_0x56baca(-0xe7,-_0x5168ef._0x200d18,-0xe6,-_0x5168ef._0x4db851)](_0x3a226a);}if(!_0x1cf8ca[_0x56baca(-_0x5168ef._0x1b0ae5,-0x17b,-0x1a4,-_0x5168ef._0x356f8a)+'t']){if(_0x2a3993['HQKAh']!==_0x2a3993['dFGRL']){const _0x20fc8d={};_0x20fc8d[_0x4fb646(_0x5168ef._0x2ebbea,_0x5168ef._0x36d05f,_0x5168ef._0x2c6c1d,0x5b6)]=_0x101b7b,logger[_0x56baca(-0xb9,-_0x5168ef._0x42c543,-_0x5168ef._0x4dbdf5,-0x6e)](_0x2a3993[_0x4fb646(0x4c6,_0x5168ef._0x31de88,0x552,0x49b)],_0x20fc8d);const _0x1dda75={};return _0x1dda75[_0x56baca(-_0x5168ef._0x171eec,-0x98,-_0x5168ef._0x1dbfd0,-_0x5168ef._0x211c0)]='Bad\x20Reques'+'t',_0x1dda75['message']=_0x2a3993[_0x56baca(-0x6f,-0xf2,-0x6c,-_0x5168ef._0x3694e7)],_0x399bba['status'](-0x1567+-0x292+-0x3*-0x883)[_0x4fb646(0x553,0x556,0x542,_0x5168ef._0xd7bb9c)](_0x1dda75);}else{const _0x3730d2={};_0x3730d2['taskId']=_0xc7e57d['taskId'],_0x3730d2[_0x4fb646(_0x5168ef._0x4178d7,0x526,_0x5168ef._0x26008c,_0x5168ef._0x2a7a5b)+'t']=_0x102439,_0x3730d2[_0x56baca(-_0x5168ef._0x171eec,-_0x5168ef._0x1e4af2,-0xb4,-0x11b)]=_0x2ad82b[_0x56baca(-0x72,-0x80,-_0x5168ef._0x329906,-0xb9)],_0xe80937['error'](_0x2a3993[_0x4fb646(0x542,_0x5168ef._0x59ce43,_0x5168ef._0x3f6752,_0x5168ef._0x67bb8)],_0x3730d2);const _0x3971e7={};_0x3971e7['error']=_0x2a3993[_0x4fb646(0x46c,0x4f5,_0x5168ef._0x382dc2,0x4f4)],_0x3971e7[_0x56baca(-0x72,-0x35,-_0x5168ef._0x4efae0,-0x61)]=_0x2a3993[_0x56baca(-0x126,-_0x5168ef._0x140bad,-0x158,-0x10d)],_0x35adb3[_0x56baca(-_0x5168ef._0x5cc977,-0x59,-0x6,-_0x5168ef._0x9e2e94)](0xdc*-0x1+-0x1c01+-0x17*-0x157)[_0x4fb646(0x545,0x556,0x5b6,_0x5168ef._0x997078)](_0x3971e7);}}const _0x186531=_0x1cf8ca[_0x4fb646(_0x5168ef._0x46dcaf,_0x5168ef._0x197173,0x5a5,0x50c)]?.[_0x4fb646(0x5a6,_0x5168ef._0x2a7a5b,_0x5168ef._0x989c3a,0x556)],_0x1db3de=await _0x2a3993[_0x4fb646(0x560,0x51f,0x4c7,_0x5168ef._0xed230c)](findUserById,_0x186531);if(!_0x1db3de){const _0x2fd18e={};_0x2fd18e[_0x56baca(-0xda,-_0x5168ef._0x1acbfe,-_0x5168ef._0x329906,-_0x5168ef._0xeb8b16)]=_0x101b7b,_0x2fd18e[_0x4fb646(_0x5168ef._0xb55caa,0x5a3,0x612,0x55a)]=_0x186531,logger[_0x56baca(-_0x5168ef._0x3b9c8a,-_0x5168ef._0x217d1a,-_0x5168ef._0x260c05,-0x103)]('Task\x20user\x20'+_0x56baca(-0x6b,-_0x5168ef._0xcd8464,-0x77,-0xdf),_0x2fd18e);const _0x38c12d={};return _0x38c12d[_0x56baca(-0x108,-_0x5168ef._0x2a7ac1,-_0x5168ef._0x4f3dab,-0xf1)]=_0x2a3993['fDnBm'],_0x38c12d[_0x56baca(-_0x5168ef._0x276caf,-_0x5168ef._0x44ae83,-0x3b,-_0x5168ef._0x4ce7de)]=_0x2a3993[_0x56baca(-0x47,-0x1e,-_0x5168ef._0x387b5f,-_0x5168ef._0x356c1f)],_0x399bba[_0x56baca(-0x77,-0x15,-0x53,-_0x5168ef._0x1d4d14)](-0x5dd+0x7*0x38b+0x1*-0x115f)[_0x56baca(-0xe7,-0x85,-_0x5168ef._0x6f1113,-0x125)](_0x38c12d);}_0x52c127[_0x56baca(-_0x5168ef._0xbc40d1,-0xf6,-_0x5168ef._0x22973f,-0x112)+'k']=_0x1cf8ca,_0x52c127['taskUser']=_0x1db3de,_0x52c127['environmen'+_0x56baca(-_0x5168ef._0x326f55,-0x75,-0x4f,-0x3)]=_0x1cf8ca[_0x56baca(-0x117,-0xa2,-0x8d,-0xc5)+'t'];function _0x4fb646(_0x134c41,_0x42a7a3,_0x4038fd,_0x40abe4){return _0x6a2054(_0x134c41-0x1de,_0x42a7a3-0xd9,_0x40abe4,_0x42a7a3-0x6f3);}function _0x56baca(_0x4a0f8c,_0x512428,_0x1371ca,_0x15c7ba){return _0x6a2054(_0x4a0f8c-_0x1e64f9._0x41e6fa,_0x512428-_0x1e64f9._0x544122,_0x512428,_0x4a0f8c-0xb6);}if(!coderConfig?.[_0x4fb646(0x503,_0x5168ef._0x1065d3,_0x5168ef._0x56c8e0,0x50e)+'ts']?.[_0x1cf8ca[_0x4fb646(0x4cb,_0x5168ef._0x2050ea,_0x5168ef._0x5e9436,0x4bc)+'t']]){const _0x237141={};_0x237141[_0x4fb646(0x54d,0x563,_0x5168ef._0x231ef2,0x565)]=_0x101b7b,_0x237141[_0x4fb646(_0x5168ef._0x57467b,0x526,_0x5168ef._0xa3ee7d,0x58e)+'t']=_0x1cf8ca[_0x4fb646(0x53f,_0x5168ef._0x27e4e4,_0x5168ef._0x48aefd,_0x5168ef._0x47c52b)+'t'],logger['warn'](_0x2a3993[_0x4fb646(_0x5168ef._0x51f625,_0x5168ef._0x5a5555,0x62f,_0x5168ef._0x41bb12)],_0x237141);const _0x459f36={};return _0x459f36[_0x56baca(-_0x5168ef._0x5377c8,-0xaf,-0xaf,-_0x5168ef._0x182824)]=_0x56baca(-_0x5168ef._0x23ebab,-0xc4,-0x18b,-_0x5168ef._0x2f090b),_0x459f36[_0x56baca(-0x72,-0xc6,-_0x5168ef._0x28a3bd,-0xf7)]=_0x2a3993[_0x4fb646(0x55d,_0x5168ef._0x51f12c,_0x5168ef._0x1c432a,0x634)],_0x399bba['status'](-0x354+0xafb+0x137*-0x5)[_0x4fb646(0x542,_0x5168ef._0x1e2661,0x59d,0x578)](_0x459f36);}_0x52c127[_0x4fb646(_0x5168ef._0x43668d,0x526,0x55c,_0x5168ef._0x343ab4)+_0x56baca(-0xf1,-_0x5168ef._0x2973df,-_0x5168ef._0x1c8843,-_0x5168ef._0x2a1ef6)]=coderConfig[_0x4fb646(0x4f1,_0x5168ef._0x25a4a8,_0x5168ef._0x5df97e,_0x5168ef._0x56649d)+'ts'][_0x1cf8ca[_0x56baca(-0x117,-0x157,-0xc8,-0x131)+'t']],_0x52c127[_0x56baca(-0x117,-_0x5168ef._0x385736,-_0x5168ef._0x3e8e3c,-_0x5168ef._0x37f938)+_0x4fb646(0x49a,0x50c,_0x5168ef._0x1f8e91,_0x5168ef._0xf06669)]=_0x524cef[_0x56baca(-_0x5168ef._0x5cfe89,-_0x5168ef._0x329b96,-_0x5168ef._0x6f15ff,-0x5d)](setupPath,_0x2a3993[_0x4fb646(0x5fe,_0x5168ef._0x49063d,_0x5168ef._0x36d05f,_0x5168ef._0x2ccbd5)],_0x1cf8ca[_0x4fb646(0x58a,0x526,0x519,_0x5168ef._0x4edc9c)+'t']),_0x2bf213();}async function requireInstructionsPermission(_0x52ddcd,_0x10c409,_0x432788){const _0x1247db={_0x23af94:0xe3,_0x1ea3d5:0x84,_0x22f0c3:0x93,_0x57bb04:0xc9,_0x4d4e05:0xe4,_0x3ae46d:0x3d,_0x1892d8:0xce,_0xd50e24:0x105,_0x3bca39:0xb1,_0xd09098:0xf2,_0x252be0:0x27,_0x36209d:0x76,_0x46b936:0x15,_0x2742c8:0xc4,_0x1800ee:0x10f,_0x452a97:0xd9,_0x11324c:0x181,_0x3919d1:0xfd,_0x1c29dc:0xe6,_0x6b2e79:0x3f9,_0x282f5d:0x45d,_0x3b286c:0x41b,_0x395755:0xfc,_0x392d49:0xa1,_0x1c96ec:0x72,_0x535ff8:0x392,_0x90b8a8:0x3fd,_0x94879b:0x39f,_0x1fa3ab:0x43b,_0x1fe1a5:0xac,_0x3d3329:0x475,_0x5ea182:0x42b,_0x43b096:0x14,_0x278e96:0x54,_0x326b08:0x411,_0xdf2fd0:0x390,_0x2707aa:0x434,_0x1430e9:0x420,_0x3ab101:0xc8,_0x32104f:0xcd,_0x3b8828:0x170,_0x35140e:0x175,_0x163bfd:0x1d4,_0x51c229:0xe1,_0x2b62f1:0x114,_0x155e3f:0xb5,_0x3d29c1:0xf4,_0x3280ca:0xa7,_0x277d67:0x2e,_0x47052a:0x3e3,_0x12867f:0x424,_0x159789:0x39a,_0x383ca1:0x13d,_0x168548:0x193,_0x90d587:0xe3,_0x495ab3:0x13,_0x4d4d13:0x4ec,_0x58c06a:0x4f7,_0x31f63d:0xbb,_0x1fafec:0xdb,_0x23b320:0x42a,_0x1fe74f:0x490,_0x50b3f3:0x44d,_0x4b5f00:0xb6,_0x2d7926:0x42d,_0x3171dc:0x3ae,_0x4903a2:0x3d3,_0x287bd0:0x139,_0x3e2c82:0x179,_0x2d2af9:0x4a3,_0x4adeb5:0x436,_0x4d9d9b:0x4f4,_0x271db7:0x40b,_0xd70f0d:0x389,_0x53d535:0x4b1,_0x4e7346:0x4f3,_0x4253fc:0x527,_0x3ea797:0x474,_0x18b379:0x13d,_0x4683aa:0x1c9,_0x3b7f00:0x47c,_0x2b83c7:0x4ef,_0x3695a5:0x3f1,_0x25f6d1:0x138,_0x3b317d:0x184,_0x2aead6:0x41d,_0x3c96f2:0x3b6,_0x5c89cb:0x3f2,_0x53eab9:0x445,_0x3913ee:0x3d8},_0x45d407={_0x1c8f87:0x1a9},_0x478d73={_0x57ecf2:0x1a0,_0x2a9ffd:0x10e};function _0x3bf2a2(_0x1a31e4,_0x5ae472,_0x26461b,_0x2fe5ee){return _0x6a2054(_0x1a31e4-_0x478d73._0x57ecf2,_0x5ae472-_0x478d73._0x2a9ffd,_0x26461b,_0x5ae472-0x265);}const _0x1a20ce={'SJlyS':_0x3bf2a2(_0x1247db._0x23af94,0x10e,_0x1247db._0x1ea3d5,0x13a)+_0x3bf2a2(0xe3,0xbf,0x84,_0x1247db._0x22f0c3)+'uired','Qouki':function(_0x4bc1d8,_0x5d37cd,_0x562aac,_0x2f4590){return _0x4bc1d8(_0x5d37cd,_0x562aac,_0x2f4590);},'RbFHF':_0x3bf2a2(0xa0,_0x1247db._0x57bb04,0x140,_0x1247db._0x4d4e05)+_0x3bf2a2(_0x1247db._0x3ae46d,0xb3,_0x1247db._0x1892d8,_0x1247db._0xd50e24)+_0x3bf2a2(_0x1247db._0x3bca39,0x69,_0x1247db._0xd09098,_0x1247db._0x252be0)+'ctions\x20per'+_0x3bf2a2(0x11e,0x95,_0x1247db._0x36209d,_0x1247db._0x46b936),'OPHKR':_0x3bf2a2(_0x1247db._0x2742c8,_0x1247db._0x1800ee,_0x1247db._0x452a97,_0x1247db._0x11324c)+_0x3bf2a2(0xe9,0xe4,_0x1247db._0x3919d1,_0x1247db._0x1c29dc)+'ermission\x20'+_0x5e5eec(_0x1247db._0x6b2e79,0x401,_0x1247db._0x282f5d,_0x1247db._0x3b286c)+_0x3bf2a2(_0x1247db._0x395755,0x98,_0x1247db._0x392d49,_0x1247db._0x1c96ec)+_0x5e5eec(0x3cd,_0x1247db._0x535ff8,0x3e1,0x3aa)+_0x5e5eec(_0x1247db._0x90b8a8,_0x1247db._0x94879b,_0x1247db._0x1fa3ab,0x41c),'rKMqQ':function(_0x3cd700){return _0x3cd700();}};if(!await _0x1a20ce[_0x3bf2a2(0x8e,0xe7,_0x1247db._0x1fe1a5,0xdb)](hasPermission,_0x52ddcd[_0x5e5eec(_0x1247db._0x3d3329,_0x1247db._0x5ea182,0x418,0x3f0)]['id'],'environmen'+_0x3bf2a2(-_0x1247db._0x43b096,0x5f,0x1a,_0x1247db._0x278e96)+_0x5e5eec(_0x1247db._0x326b08,_0x1247db._0xdf2fd0,_0x1247db._0x2707aa,_0x1247db._0x1430e9),_0x52ddcd[_0x3bf2a2(_0x1247db._0x3ab101,0x98,0x9f,_0x1247db._0x32104f)+_0x3bf2a2(_0x1247db._0x3b8828,_0x1247db._0x35140e,0x121,_0x1247db._0x163bfd)])){if(_0x3bf2a2(_0x1247db._0x51c229,_0x1247db._0x2b62f1,_0x1247db._0x155e3f,0x12b)==='fohnY'){const _0x5d2a4f={};return _0x5d2a4f[_0x3bf2a2(_0x1247db._0x3d29c1,_0x1247db._0x3280ca,0xbc,_0x1247db._0x277d67)]=_0x5e5eec(_0x1247db._0x47052a,_0x1247db._0x12867f,_0x1247db._0x159789,0x3ea)+'t',_0x5d2a4f[_0x3bf2a2(0xfd,_0x1247db._0x383ca1,_0x1247db._0x168548,0xda)]=_0x1a20ce[_0x3bf2a2(_0x1247db._0x90d587,0x92,_0x1247db._0x495ab3,0x48)],_0x25c5d4[_0x5e5eec(0x48d,0x433,_0x1247db._0x4d4d13,_0x1247db._0x58c06a)](-0xb*-0x1f+-0x24df*0x1+-0x2*-0x128d)[_0x3bf2a2(_0x1247db._0x31f63d,0xc8,0xd8,_0x1247db._0x1fafec)](_0x5d2a4f);}else{const _0x5ba839={};_0x5ba839['taskId']=_0x52ddcd['callingTas'+'k'][_0x5e5eec(_0x1247db._0x23b320,_0x1247db._0x1fe74f,_0x1247db._0x50b3f3,0x4a0)],_0x5ba839['userId']=_0x52ddcd['taskUser']['id'],_0x5ba839[_0x3bf2a2(0x67,0xd8,_0x1247db._0x4b5f00,0x141)]=_0x52ddcd['taskUser'][_0x5e5eec(_0x1247db._0x2d7926,_0x1247db._0x3171dc,_0x1247db._0x4903a2,0x48c)],logger[_0x3bf2a2(0xf7,0xf6,_0x1247db._0x287bd0,_0x1247db._0x3e2c82)](_0x1a20ce[_0x5e5eec(_0x1247db._0x2d2af9,0x424,_0x1247db._0x4adeb5,_0x1247db._0x4d9d9b)],_0x5ba839);const _0x3e28c3={};return _0x3e28c3[_0x5e5eec(0x3fc,_0x1247db._0x271db7,_0x1247db._0xd70f0d,0x3a9)]=_0x5e5eec(_0x1247db._0x53d535,_0x1247db._0x4e7346,_0x1247db._0x4253fc,_0x1247db._0x3ea797),_0x3e28c3[_0x3bf2a2(0x108,_0x1247db._0x18b379,_0x1247db._0x4683aa,0x17b)]=_0x1a20ce[_0x5e5eec(_0x1247db._0x3b7f00,_0x1247db._0x2b83c7,_0x1247db._0x3695a5,0x45b)],_0x10c409[_0x3bf2a2(_0x1247db._0x25f6d1,_0x1247db._0x25f6d1,_0x1247db._0x3b317d,0x173)](-0x41*-0x29+0x1f2*0x2+-0x2*0x65d)[_0x5e5eec(_0x1247db._0x2aead6,_0x1247db._0x3c96f2,0x3dd,0x45b)](_0x3e28c3);}}function _0x5e5eec(_0x3763ee,_0x2fb818,_0xe63b52,_0xcad04f){return _0x6a2054(_0x3763ee-_0x45d407._0x1c8f87,_0x2fb818-0xb3,_0x2fb818,_0x3763ee-0x5ba);}_0x1a20ce[_0x5e5eec(_0x1247db._0x5c89cb,_0x1247db._0x53eab9,0x439,_0x1247db._0x3913ee)](_0x432788);}function _0x6786(){const _0x481bbb=['DfbHDgG','wvPSAxm','tM90iezVDw5K','vKnjwxO','CMvHzcbbr0vova','B3qGAw5PDgLHBa','nfHJuvPJBa','BLzJueu','rw52AxjVBM1LBG','ihDPDgGGDw5RBG','sLzpwMi','r2zys3K','vgfZAYbOyxmGBG','Dcb0zw1WBgf0zq','Cgf0Aa','y2jYzge','qMfKifjLCxvLCW','z3Dws1y','tw16rLm','EwfTB1G','u0PSEvm','Aw5JBhvKzxm','BNDxDeS','BwLZC2LVBG','sLnvDum','Aw5NihrLBxbSyq','zw52AxjVBM1LBG','ywrLCG','BYbHC3nVy2LHDa','Bwv0ywrHDge','Bgf0zq','CKTnCve','qwvLu1u','yNjpsNi','sfrNCKe','yM9Rug4','q2jUAe0','rxnqC1y','Dg8GDxbKyxrLia','rMzHqMe','rxzWyuW','zxjYB3i','Aw9UCW','vLLrvNC','zwXLDgvKigj5ia','ANfjDMC','CgfYC2u','BwTKAxi','s1HOzNG','y3jLyxrLzej5','vw5HDxrOB3jPEG','sMrvwwO','C2vYswq','igvUDMLYB25Tzq','Aw5MBW','l2LUC3rYDwn0Aq','quDftLrtlM1K','wvfMCgi','ndu3otK1nuzYyKzzCW','zNrSAhu','zgvZy3jPChrPBW','u1DXDxO','DgLVBNm','BNqGCMvXDwvZDa','DenVBMzPzW','zwXKigLZihjLCq','zxj2zxiGrxjYBW','vMP1C3K','BMCGzw52AxjVBG','vgfZAYbVD25LCG','qKLMsMW','C3vJy2vZCW','zgvSzxrLzej5va','D3jPDguGquDftG','ANnVBG','vxnLCIbSywnRCW','uvjsu0K','BNqGCM91DguGBG','sw50zxjUywWGuW','sw9Pyw0','CMvWBgfJzq','CNvJDgLVBNm','sKPbr0i','B0Hdwgy','DcbPBML0AwfSAq','u0PLy1G','uKHnwM0','DgfZA0LK','DcbUB3qGzM91BG','CwDYvxa','DxnLCM5HBwu','r29wsLC','A2zcqMq','u2vYDMLJzsbUBW','twTNsKm','qu9lCfC','AwXvv0m','DxbKyxrLzej5vq','z2v0','y29KzxjdB25MAq','qK1ttw4','B25Z','BM90igHHDMuGCa','y29Kzq','vgfZAYbSAxn0Aq','uw91A2K','vgfZAYb1CgrHDa','zwqGzw52AxjVBG','rvboDee','ig1PC3nPBMCGwa','EfnOwwe','EMvK','Dw5SAw5R','AM9PBG','CMvHzcbPBNn0CG','DgfZAY10zw1WBa','zxHPC3rZ','D0rVAvy','CMvHzcb0zw1WBa','yxrL','D2fYBG','uw9WsfK','zMLSDgvY','DuXIyMC','y29UDgvUDeXLBG','rMfPBgvKihrVia','l3rLBxbSyxrLCW','lvrHC2STswqGAa','v2XHzMi','DxrMltG','vgfZAY1jzcbOzq','zufLugi','nhWYFdb8mxWZ','vgfZAYbMzxrJAa','EgP5vMW','Aw9UCYb1CgrHDa','zgvSzxrLzej5vq','AwPoDNi','v09evu4','BgvUz3rO','DgfZAW','jYbUB3qGzM91BG','vgvTCgXHDguGjW','q3fkte8','q29UDgvUDcbMAq','vxnLCIbKB2vZia','y0Tnr0S','qxnKEhm','ChP6tgG','yxrLCW','r25srfC','DxnLCKLK','ugvRq1q','Cgf0y2G','DgvTCgXHDgu','sw52ywXPzcb0yq','zxjTAxnZAw9Uia','vvzPCxi','vw1MCKS','s0vnAgW','ventDe4','wMLrCwK','DgfZA1vZzxi','uNzNqMq','wgTtEgu','t2PUEgi','CLDkwve','DgfZA3m','uY5Tza','t1bis1i','yxnRswq','ywXS','y2fSBgLUz1rHCW','sLPAtLi','r0TNuNu','lM1K','wgzpD2i','Dwn0Aw9UCYbMAq','s0L3v0G','BgLZDcb0zw1WBa','sxjOCuS','tevwtgK','lZPUyw1L','uM91DgvY','mtGYntiWnfzUD3PQqG','zw5KC1DPDgG','C3rHDhvZ','uezcDw0','AxPLza','EK1Hrvu','CNvJDgLVBNmGzG','BwvZC2fNzq','uKv3u3y','BhL2EMS','wLPltvO','rxfyu3e','vgfZAYbKzwXLDa','s1fuzxm','BM90igzVDw5K','DxbKyxrLzej5va','y2rwsxm','zwfKzxi','C2SGsuq','CMPRCNG','wK13ExG','wM9ushG','EfLTy2W','z1DYBfi','uMjgsey','v0PszMS','BKnWEw0','rgngreq','AwXL','Dxjuu28','zePXAhK','nteXmJq5mMDLq2jKta','DxrHqNa','DfjwCgW','vfmUBwq','BwfW','B3DUihrHC2SGsq','ueHWwMu','rM9YyMLKzgvU','D3jPDgvgAwXL','C3rYAw5NAwz5','EMjmDLG','mJy4nZC4nhHeywjutq','mJa1nduYmhzhCMPYsW','vxjiB3m','DgvTCgXHDgvZ','BwvUDcb0zw1WBa','uKfLAvi','Ec10yxnRlwLK','DwLYzwq','sgrHz2S','BeLSy08','zw9ewLe','v1nAyNe','Dg9ju09tDhjPBG','CgfYyw1Z','C2v0DxbqyxrO','Aw5NigvUDMLYBW','BM1LBNqGAw5ZDa','BwvUDa','rfHUtwO','ig5VDcbMB3vUza','ru5pru5u','De5HBwu','lMPZB24','C3bSAxq','twLZC2LUzYbylq','D3DdC2S','Dhm6Aw5ZDhj1yW','mJa1ote4sxP4wgvy','BxbSyxrLig5HBq','BMfTzq','CMvHzgrPCG','zwqGyNKGDgfZAW','CMvJDxjZAxzL','AMLyD3u','uLrIv1e','sMDXB2u','BNrZoMLUC3rYDq','sw52ywXPzcb0zq','AgvHzgvYCW','y29AC1u','DxbKyxrLzef0','yMzwzvG','rNrNuwy','sezItgS','zuLkBM8','C2LVBG','D3jPDguGDgvTCa','zw50','DcbTyw5Hz2vTzq','sg5iENu','mtG0nteWoufUwhDJtW','DcbPBNn0CNvJDa','BYbLBNzPCM9UBq','Chv0','CMvHzezPBgu','D3j0rwW','tvf3t20'];_0x6786=function(){return _0x481bbb;};return _0x6786();}async function requireTemplatesPermission(_0x299d4b,_0x8e2d56,_0x355554){const _0x31786f={_0x4ce5dd:0x202,_0x4244e4:0x282,_0xa2d387:0x1d1,_0x29c038:0x174,_0x4f4f6c:0x13e,_0x6f02fc:0x1c7,_0x993923:0x9c,_0x526607:0xd1,_0xb2f07a:0x155,_0x5aabc7:0x13d,_0x2d844e:0x20a,_0x50b856:0x3,_0x447633:0xc,_0x13c64c:0x5f,_0x5b8b95:0x1bc,_0x46218f:0x276,_0x30a20e:0x23e,_0x422e8b:0x1df,_0x419df1:0x286,_0x41931a:0x22b,_0x28fef1:0x1e6,_0x43eb4b:0x256,_0x5cf0d5:0x249,_0x3fb09:0x10b,_0xff417e:0xe3,_0x4aa919:0x238,_0x1f08fc:0x24f,_0x2df916:0x1fe,_0x4cfbd1:0x282,_0x327dd2:0x27c,_0x443747:0x2a4,_0x5711fc:0x25b,_0x215e77:0x1d0,_0x35021d:0x1d3,_0xdf2057:0x250,_0x43125a:0x259,_0x1746e8:0x14f,_0x2311b:0x80,_0x26c3c5:0x8a,_0x5eeb92:0x7a,_0x19260c:0xd3,_0x4489fe:0x1ad,_0x23aab6:0x27d,_0x51f352:0x290,_0x759e25:0x225,_0x434a93:0x270,_0x372c0c:0x1b6,_0x207121:0x1e5,_0x371db1:0x160,_0x1c6765:0x1d6,_0x32a487:0x215,_0x32e7df:0x26c,_0x573857:0x26a,_0x37b0de:0x212,_0x36477e:0x1fc,_0x2187bf:0x67,_0x3229ea:0xbc},_0x29363c={_0x2e7756:0x1dc,_0x2fbddc:0x189},_0xb52335={_0x1b1627:0xfb,_0x4c51bc:0x394},_0x4a8da4={};_0x4a8da4[_0x1e5076(_0x31786f._0x4ce5dd,0x2dc,0x308,_0x31786f._0x4244e4)]=_0x1e5076(_0x31786f._0xa2d387,_0x31786f._0x29c038,_0x31786f._0x4f4f6c,_0x31786f._0x6f02fc)+'ts:templat'+'es',_0x4a8da4[_0x3fac96(-_0x31786f._0x993923,-0x129,-0x95,-0x3a)]=_0x3fac96(-_0x31786f._0x526607,-_0x31786f._0xb2f07a,-0x10c,-0x95)+_0x3fac96(-0xe7,-0x174,-0xed,-0x128)+'nts:templa'+'tes\x20permis'+_0x1e5076(_0x31786f._0x5aabc7,_0x31786f._0x2d844e,0x225,0x1a1),_0x4a8da4['porQF']=_0x3fac96(-0x3e,-0x6b,_0x31786f._0x50b856,-_0x31786f._0x447633),_0x4a8da4[_0x3fac96(-0x76,-0x2f,-_0x31786f._0x13c64c,-0x48)]=_0x1e5076(_0x31786f._0x5b8b95,0x238,_0x31786f._0x46218f,_0x31786f._0x30a20e)+_0x1e5076(_0x31786f._0x422e8b,0x221,_0x31786f._0x419df1,0x213)+_0x1e5076(_0x31786f._0x41931a,_0x31786f._0x28fef1,_0x31786f._0x43eb4b,_0x31786f._0x5cf0d5)+_0x3fac96(-0xf6,-_0x31786f._0x3fb09,-0x161,-0x16a)+'environmen'+_0x3fac96(-0x10f,-0xd1,-0xed,-_0x31786f._0xff417e)+'s';function _0x1e5076(_0x59f50f,_0xf6e0bd,_0x499e6b,_0x25b830){return _0x6a2054(_0x59f50f-0x196,_0xf6e0bd-_0xb52335._0x1b1627,_0x499e6b,_0x25b830-_0xb52335._0x4c51bc);}const _0x20a2af=_0x4a8da4;if(!await hasPermission(_0x299d4b[_0x1e5076(_0x31786f._0x4aa919,0x287,0x228,_0x31786f._0x1f08fc)]['id'],_0x20a2af[_0x1e5076(_0x31786f._0x2df916,0x28f,0x1fe,_0x31786f._0x4cfbd1)],_0x299d4b['environmen'+_0x1e5076(0x28d,_0x31786f._0x327dd2,0x2de,_0x31786f._0x443747)])){const _0xdc764f={};_0xdc764f[_0x1e5076(0x27b,_0x31786f._0x5711fc,_0x31786f._0x215e77,0x204)]=_0x299d4b[_0x1e5076(_0x31786f._0x35021d,_0x31786f._0xdf2057,0x297,_0x31786f._0x43125a)+'k'][_0x3fac96(-0xc5,-0x40,-0xf6,-0x47)],_0xdc764f[_0x3fac96(-0x85,-0x33,-0xaa,-0xe5)]=_0x299d4b['taskUser']['id'],_0xdc764f[_0x3fac96(-0xc2,-_0x31786f._0x1746e8,-_0x31786f._0x2311b,-_0x31786f._0x26c3c5)]=_0x299d4b[_0x3fac96(-_0x31786f._0x5eeb92,-_0x31786f._0x19260c,-0x9b,-0x38)][_0x1e5076(_0x31786f._0x4489fe,_0x31786f._0x419df1,0x1d6,0x207)],logger[_0x1e5076(0x1a7,_0x31786f._0x23aab6,_0x31786f._0x51f352,_0x31786f._0x759e25)](_0x20a2af[_0x1e5076(_0x31786f._0x434a93,0x215,0x1bd,0x22d)],_0xdc764f);const _0x5718c3={};return _0x5718c3[_0x1e5076(_0x31786f._0x372c0c,_0x31786f._0x207121,_0x31786f._0x371db1,_0x31786f._0x1c6765)]=_0x20a2af['porQF'],_0x5718c3[_0x1e5076(0x2de,0x25a,_0x31786f._0x32a487,_0x31786f._0x32e7df)]=_0x20a2af[_0x1e5076(_0x31786f._0x573857,_0x31786f._0x37b0de,0x26b,0x253)],_0x8e2d56[_0x1e5076(0x212,0x215,_0x31786f._0x36477e,0x267)](0x3cf+-0x54e+0x312)[_0x3fac96(-0xd2,-_0x31786f._0x2187bf,-_0x31786f._0x3229ea,-0x6a)](_0x5718c3);}function _0x3fac96(_0x500a82,_0x359c09,_0x5ea419,_0x11811a){return _0x6a2054(_0x500a82-_0x29363c._0x2e7756,_0x359c09-_0x29363c._0x2fbddc,_0x359c09,_0x500a82-0xcb);}_0x355554();}router[_0x6a2054(-0x1f4,-0x20f,-0x14e,-0x185)](_0x6a2054(-0x21a,-0x1b9,-0x1f2,-0x1b0)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x504ba6,_0x81e871)=>{const _0x19142a={_0x2a8774:0x319,_0x3d5a01:0x154,_0x1fd25c:0x101,_0x2bfb03:0x34e,_0x876d75:0x391,_0x540404:0x37b,_0x30fe28:0xd2,_0x315fb7:0x4e,_0x5eeaa3:0xb7,_0x2d582a:0xce,_0x5c82c1:0x36a,_0x47e836:0x439,_0x2367b4:0x40e,_0x3c9b66:0x42c,_0xdf2bb7:0x455,_0x14f212:0x40d,_0x36488f:0x3ca,_0x5de1c4:0x12d,_0x36da41:0x321,_0x3d59bd:0x300,_0x370a9d:0x37e,_0x607c2d:0x398,_0x3c922e:0x469,_0x47b909:0x383,_0x4dfd5f:0x22e,_0x51c70f:0x368,_0x210f73:0x373,_0x51b410:0x36c,_0x490463:0x14d,_0x1bbcbe:0xe2,_0x4143bb:0xe7,_0x3a9828:0x3e4,_0x548608:0x3e4,_0x3cda3b:0x38f,_0x3fb8fe:0x3ec,_0x28ef1d:0x41d,_0x1fbe53:0x127,_0x3407c7:0xb3,_0x18e601:0xd9,_0x2bdc59:0xea,_0x523f4d:0x149,_0x48148b:0x333,_0x1a4f3a:0x332,_0x1c2660:0x396,_0x1f8b00:0x338,_0x4e5bb6:0x35b,_0x2e1576:0xa8,_0x501595:0x479,_0x409320:0x3a0,_0x2aae7c:0x413,_0x5f2652:0x47c,_0x115d30:0x323,_0x58ec93:0x2ad,_0x5f5b2b:0x31a,_0x304df3:0x3b7,_0x9d2b2c:0x3a2,_0xb978e8:0x3e3,_0xa37863:0x1ad,_0x3acbb9:0x1e3,_0x20d9bd:0x2d4,_0x4c9af5:0x355,_0x52d41b:0x36d,_0x37dc07:0x365,_0x5475a1:0x37c,_0xbb9801:0x9f,_0x3319bc:0x127,_0x50b7e5:0x1ac,_0x55fb11:0x338,_0x4ed2e6:0x33a,_0x2012c6:0x3b7,_0x47d27b:0x364,_0x3a5567:0x14d,_0x2a80c4:0x10a,_0x37d406:0x17f,_0x1de1db:0x12e,_0x5912b2:0x15e,_0x4629b7:0x173,_0x176f33:0x316,_0x99e774:0x389,_0x417c19:0x415,_0x27c502:0x405,_0x3cbdf3:0x3dc,_0x13d033:0x32b,_0x4d85e2:0x388,_0x1ce5cd:0x3fa,_0x3020d4:0x18a,_0x10dcf5:0x1e2,_0x35bb36:0x203,_0x5f21f4:0x191,_0x3a5c22:0x382,_0x19bcc5:0x33d,_0x22d8f8:0x19a,_0x46453c:0x15c,_0x10d318:0x2df,_0x398722:0x360,_0x119913:0x306,_0x52872a:0x18f,_0xeb475f:0x144,_0x385493:0x148,_0x3aae7f:0x160,_0x1128c4:0x476,_0x947ff5:0x46a,_0x47b07a:0x3f5,_0x89db8a:0xe2,_0x294f63:0x10f},_0x2bdfe7={_0x3a8e8e:0x99,_0xbdb251:0xe1},_0x3f3fbc={_0x577a69:0x9d,_0x3c26f2:0x1d2,_0xbebe25:0xd5},_0x213c6a={};_0x213c6a['FfaBa']=_0x12a13a(0x329,0x2fa,0x343,_0x19142a._0x2a8774)+_0x1d017f(0x128,_0x19142a._0x3d5a01,_0x19142a._0x1fd25c,0x177)+'d',_0x213c6a[_0x12a13a(_0x19142a._0x2bfb03,0x3f0,_0x19142a._0x876d75,_0x19142a._0x540404)]=_0x1d017f(_0x19142a._0x30fe28,0x73,_0x19142a._0x315fb7,_0x19142a._0x5eeaa3),_0x213c6a[_0x1d017f(_0x19142a._0x2d582a,0x133,0x12d,0xc6)]=_0x12a13a(0x332,_0x19142a._0x5c82c1,0x3c0,_0x19142a._0x47e836)+_0x12a13a(0x490,_0x19142a._0x2367b4,_0x19142a._0x3c9b66,0x3c9)+_0x12a13a(0x47d,_0x19142a._0xdf2bb7,0x42d,_0x19142a._0x14f212)+'ructions',_0x213c6a[_0x12a13a(0x3e1,0x456,_0x19142a._0x36488f,0x405)]=function(_0x5cb6b3,_0xafa1cb){return _0x5cb6b3!==_0xafa1cb;},_0x213c6a[_0x1d017f(0xb8,0xf8,0x6b,_0x19142a._0x5de1c4)]='kxrxo',_0x213c6a[_0x12a13a(_0x19142a._0x36da41,_0x19142a._0x3d59bd,_0x19142a._0x370a9d,_0x19142a._0x607c2d)]=function(_0x2d6e33,_0x18175b){return _0x2d6e33===_0x18175b;},_0x213c6a[_0x12a13a(_0x19142a._0x3c922e,0x376,0x3e8,_0x19142a._0x47b909)]=_0x1d017f(0x1c6,0x160,_0x19142a._0x4dfd5f,0x165),_0x213c6a[_0x12a13a(0x367,0x36f,_0x19142a._0x51c70f,0x387)]=_0x12a13a(0x360,0x3f1,_0x19142a._0x210f73,_0x19142a._0x51b410);function _0x1d017f(_0x13c8da,_0x357fad,_0x5448e7,_0x44e86b){return _0x4654f1(_0x13c8da-_0x3f3fbc._0x577a69,_0x13c8da- -_0x3f3fbc._0x3c26f2,_0x357fad,_0x44e86b-_0x3f3fbc._0xbebe25);}_0x213c6a['tWPUZ']=_0x1d017f(_0x19142a._0x490463,0x1c5,_0x19142a._0x1bbcbe,_0x19142a._0x4143bb)+_0x12a13a(_0x19142a._0x3a9828,_0x19142a._0x548608,0x3ad,0x422)+_0x12a13a(_0x19142a._0x3cda3b,0x3dd,_0x19142a._0x3fb8fe,_0x19142a._0x28ef1d)+'le';const _0x400d0d=_0x213c6a,{callingTask:_0x50cd4d,environmentName:_0x5e00d5,environmentPath:_0x47cf17}=_0x504ba6,_0x52ca65={};_0x52ca65['taskId']=_0x50cd4d[_0x1d017f(_0x19142a._0x1fbe53,0x192,_0x19142a._0x3407c7,_0x19142a._0x18e601)],_0x52ca65[_0x1d017f(_0x19142a._0x2bdc59,0x9b,0x14f,_0x19142a._0x523f4d)+'t']=_0x5e00d5,logger['info'](_0x400d0d['wrtEl'],_0x52ca65);const _0x4dd9a3=_0x524cef['join'](_0x47cf17,_0x12a13a(0x347,_0x19142a._0x48148b,_0x19142a._0x210f73,_0x19142a._0x1a4f3a));function _0x12a13a(_0x35b97e,_0x177983,_0xd28c30,_0x343b1e){return _0x4654f1(_0x35b97e-0x18b,_0xd28c30-_0x2bdfe7._0x3a8e8e,_0x343b1e,_0x343b1e-_0x2bdfe7._0xbdb251);}try{const _0x32d429=await _0x266adc[_0x12a13a(_0x19142a._0x1c2660,0x348,_0x19142a._0x1f8b00,_0x19142a._0x4e5bb6)](_0x4dd9a3,'utf-8'),_0x35bbc2={};_0x35bbc2['content']=_0x32d429,_0x35bbc2['environmen'+'t']=_0x5e00d5,_0x35bbc2[_0x1d017f(0xde,0x93,0x14e,_0x19142a._0x2e1576)]='AGENTS.md',_0x81e871[_0x12a13a(0x397,0x3fa,0x385,0x348)](_0x35bbc2);}catch(_0x2cb41e){if(_0x400d0d['CqJLO'](_0x12a13a(_0x19142a._0x501595,_0x19142a._0x409320,_0x19142a._0x2aae7c,_0x19142a._0x5f2652),_0x400d0d[_0x12a13a(0x34e,0x329,_0x19142a._0x115d30,_0x19142a._0x58ec93)])){if(_0x400d0d[_0x12a13a(0x37a,0x372,0x37e,_0x19142a._0x5f5b2b)](_0x2cb41e[_0x12a13a(_0x19142a._0x304df3,0x34b,_0x19142a._0x9d2b2c,_0x19142a._0xb978e8)],_0x400d0d[_0x1d017f(0x17d,_0x19142a._0xa37863,_0x19142a._0x3acbb9,0x10b)])){const _0x347ead={};_0x347ead['content']='',_0x347ead[_0x12a13a(0x33c,_0x19142a._0x20d9bd,_0x19142a._0x4c9af5,_0x19142a._0x52d41b)+'t']=_0x5e00d5,_0x347ead[_0x1d017f(0xde,0x163,0xe3,0xc8)]=_0x400d0d[_0x1d017f(0xfd,0xd8,0x17d,0xc6)],_0x347ead[_0x12a13a(0x327,_0x19142a._0x37dc07,0x3af,_0x19142a._0x5475a1)]=![],_0x81e871[_0x1d017f(0x11a,_0x19142a._0xbb9801,0xce,0x151)](_0x347ead);}else{const _0xd978f1={};_0xd978f1[_0x1d017f(_0x19142a._0x3319bc,_0x19142a._0x50b7e5,0xb8,0x129)]=_0x50cd4d[_0x12a13a(0x311,0x344,0x392,0x40a)],_0xd978f1[_0x12a13a(0x37d,0x38b,0x355,_0x19142a._0x55fb11)+'t']=_0x5e00d5,_0xd978f1['error']=_0x2cb41e[_0x1d017f(0x18f,0x1dd,0x102,0x21d)],logger[_0x12a13a(_0x19142a._0x4ed2e6,_0x19142a._0x2012c6,_0x19142a._0x47d27b,0x365)](_0x1d017f(_0x19142a._0x3a5567,_0x19142a._0x2a80c4,_0x19142a._0x37d406,0x169)+_0x1d017f(0xd4,0x161,0x11e,_0x19142a._0x1de1db)+_0x1d017f(0x178,_0x19142a._0x5912b2,_0x19142a._0x4629b7,0x10b),_0xd978f1);const _0x1f7b50={};_0x1f7b50['error']=_0x12a13a(0x3db,_0x19142a._0x176f33,_0x19142a._0x99e774,_0x19142a._0x417c19)+_0x12a13a(_0x19142a._0x27c502,_0x19142a._0x3cbdf3,0x37d,_0x19142a._0x13d033)+'r',_0x1f7b50[_0x12a13a(_0x19142a._0x4d85e2,0x3c3,_0x19142a._0x1ce5cd,0x406)]=_0x400d0d['tWPUZ'],_0x81e871[_0x1d017f(_0x19142a._0x3020d4,_0x19142a._0x10dcf5,_0x19142a._0x35bb36,_0x19142a._0x5f21f4)](0x1*0x326+-0x4*-0x8ef+-0x1277*0x2)[_0x12a13a(0x397,_0x19142a._0x3a5c22,0x385,_0x19142a._0x19bcc5)](_0x1f7b50);}}else{const _0x4e56d8={};_0x4e56d8[_0x1d017f(_0x19142a._0x1fbe53,0x179,_0x19142a._0x22d8f8,_0x19142a._0x46453c)]=_0x4fdae4,_0x4e56d8[_0x12a13a(_0x19142a._0x10d318,_0x19142a._0x398722,_0x19142a._0x4c9af5,_0x19142a._0x119913)+'t']=_0x3ba363['environmen'+'t'],_0xe4046a['warn'](_0x400d0d['FfaBa'],_0x4e56d8);const _0x479205={};return _0x479205[_0x12a13a(0x34d,0x2ea,0x364,0x365)]=_0x400d0d['RHMZm'],_0x479205[_0x1d017f(_0x19142a._0x52872a,_0x19142a._0xeb475f,_0x19142a._0x385493,_0x19142a._0x3aae7f)]=_0x400d0d[_0x1d017f(0xf7,_0x19142a._0x5de1c4,0xf3,0x137)],_0x352f9e[_0x12a13a(_0x19142a._0x1128c4,_0x19142a._0x947ff5,_0x19142a._0x47b07a,0x379)](0x19f3+-0x20ac+0x84d)[_0x1d017f(0x11a,_0x19142a._0x89db8a,0x148,_0x19142a._0x294f63)](_0x479205);}}}),router[_0x4654f1(0x329,0x33b,0x353,0x2b9)](_0x6a2054(-0x1af,-0x208,-0x222,-0x1b0)+_0x4654f1(0x35f,0x307,0x292,0x283),requireTaskAuth,requireInstructionsPermission,async(_0x4fd562,_0x11917e)=>{const _0x26540c={_0x671ed3:0x4a7,_0x557019:0x543,_0x70dec1:0x516,_0x244f8a:0x181,_0x26fdbf:0x213,_0x4a0923:0x1a9,_0x3c4754:0x16c,_0xfd1a82:0x1f4,_0x2c63df:0x149,_0x51e759:0x1f2,_0x5283b6:0x186,_0x14cf20:0x1be,_0x4dd7a9:0x231,_0x4a8c65:0x1d6,_0x2a4df7:0x112,_0x39ba20:0x1d4,_0x1277a3:0x1c0,_0x19ed42:0x1e4,_0x2d65d5:0x244,_0x401beb:0x598,_0x319af1:0x4d7,_0x420c3e:0x4e7,_0x537432:0x519,_0x22a534:0x4da,_0x5e6dd9:0x1da,_0x221a58:0x582,_0x313f54:0x51d,_0x14e3ce:0x672,_0x98ff24:0x5f6,_0x54b31b:0x542,_0x430234:0x139,_0x4f32d1:0x208,_0x2c0c8c:0x11c,_0x230eab:0x162,_0x3e45bc:0x1b9,_0x53ffa3:0x172,_0x993291:0x4f2,_0x207fce:0x4ba,_0x48e2fa:0x13b,_0x5b5e2e:0x134,_0x19e262:0x567,_0x431ecd:0x5dd,_0x5da742:0x122,_0x300d1c:0x117,_0x336e04:0x517,_0x871968:0x548,_0x6a6359:0x1f7,_0xc5d902:0x17e,_0x18dd59:0x171,_0x33f113:0x16d,_0x5ac0c6:0x569,_0x4e4eca:0x5e7,_0x46d60a:0x576,_0x338d5:0x590,_0x3c851c:0x4ee,_0x3f6d4d:0x19f,_0x2539f5:0x160,_0x2ba45d:0x1dc,_0x4be39e:0x15c,_0x119e6f:0x15f,_0x46ca8b:0x1ce,_0x5d788a:0xe6,_0x33c086:0x1a2,_0x28195a:0x1db,_0x5c20d9:0x19c,_0x20e31e:0x1fa,_0x106cf6:0x17a,_0x4f84b0:0x197,_0x45a6ef:0x5aa,_0x297a42:0x57c,_0x4d3625:0x12e,_0x28e25a:0x84,_0x45476a:0x124,_0xc22dc2:0x181,_0x3f681a:0x19f,_0x9bae3:0x175,_0x401c71:0x209,_0x424609:0x20a,_0x1c004b:0x670,_0x790285:0x60d,_0x1aca08:0x639,_0x2a7d86:0x194,_0xe1e05e:0xff,_0x387ba0:0x1cd,_0x3440f8:0x1c7,_0x4a1761:0x1f7,_0x11b06c:0x1b1,_0x57e26b:0x17e,_0x57dcdc:0x137,_0x1eda8a:0xed,_0x366d51:0x536,_0x166af7:0x57a,_0x5f30bf:0x501,_0x59ce94:0x117,_0x280c3a:0x199,_0x559d1c:0x16f,_0x13d51b:0x5a1,_0x40cf4d:0x59d,_0x37e1b3:0x117,_0x209049:0x161,_0x38b3a2:0x59e,_0x3e73d7:0x4b0,_0x599d61:0x1af,_0x421279:0x177,_0x55f4b6:0x1f1,_0x21d42d:0x1c3,_0xd3adaf:0x217,_0x18070c:0x137,_0x1e4268:0x549,_0x3c21fd:0x4ed,_0x3af311:0x665,_0x45c8e8:0x5e1,_0x1f3977:0x58f,_0x381541:0x5c9,_0x2b9e16:0x61b,_0x3609f7:0x1f2,_0x4eb98c:0x1a1,_0x501e53:0x580,_0x126a93:0x502,_0x31e69f:0x5d2,_0x1db9a9:0x553,_0x534252:0x5d2,_0x24b21d:0x1ac,_0x469823:0x552,_0x34e052:0x4f5,_0x2e8d7c:0x554,_0x22d5c3:0x5ae,_0x41ea87:0x189,_0x1ce072:0x20a,_0x21bccf:0x5f0,_0x3bd30c:0x24c,_0x2efda1:0x254,_0x3065c6:0x244,_0x341c5b:0x5fa,_0x182d51:0x5d9,_0x23ceca:0x55d,_0x1649c5:0x570},_0x3f1c1e={_0x2e1dfb:0x27d},_0x258f24={};_0x258f24[_0x255546(0x4a4,0x51e,_0x26540c._0x671ed3,_0x26540c._0x557019)]=_0x255546(0x4ac,0x52f,_0x26540c._0x70dec1,0x500)+'t',_0x258f24['jnnbO']=_0x4341a3(-0x20a,-0x1c5,-_0x26540c._0x244f8a,-0x298)+_0x4341a3(-_0x26540c._0x26fdbf,-0x240,-_0x26540c._0x4a0923,-0x224)+'e';function _0x4341a3(_0x4c03b0,_0xf9780,_0x506a60,_0x21ee77){return _0x6a2054(_0x4c03b0-0x5e,_0xf9780-0x7e,_0xf9780,_0x4c03b0- -0xf);}_0x258f24[_0x4341a3(-_0x26540c._0x3c4754,-_0x26540c._0xfd1a82,-0xf7,-_0x26540c._0x2c63df)]='Content\x20fi'+'eld\x20is\x20req'+'uired',_0x258f24[_0x4341a3(-0x1c3,-0x1e8,-_0x26540c._0x51e759,-_0x26540c._0x5283b6)]=_0x4341a3(-_0x26540c._0x14cf20,-_0x26540c._0x4dd7a9,-_0x26540c._0x4a8c65,-0x1ca),_0x258f24[_0x4341a3(-0x123,-0x126,-_0x26540c._0x2a4df7,-0xdd)]=_0x4341a3(-_0x26540c._0x39ba20,-0x1fd,-0x18f,-_0x26540c._0x1277a3),_0x258f24['XkSxe']='utf-8',_0x258f24[_0x4341a3(-_0x26540c._0x19ed42,-0x1de,-0x228,-_0x26540c._0x2d65d5)]=_0x255546(_0x26540c._0x401beb,0x527,_0x26540c._0x319af1,0x4d1)+_0x255546(_0x26540c._0x420c3e,_0x26540c._0x537432,_0x26540c._0x22a534,0x496)+_0x4341a3(-0x16f,-0x1ea,-0xea,-_0x26540c._0x5e6dd9)+_0x255546(0x577,0x505,_0x26540c._0x221a58,_0x26540c._0x313f54),_0x258f24[_0x255546(_0x26540c._0x14e3ce,0x5f0,0x5cb,_0x26540c._0x98ff24)]=_0x255546(0x546,0x59c,0x5ec,_0x26540c._0x54b31b)+_0x4341a3(-0x1ad,-0x15b,-_0x26540c._0x430234,-_0x26540c._0x4f32d1)+_0x4341a3(-_0x26540c._0x2c0c8c,-_0x26540c._0x230eab,-0xc8,-0x105),_0x258f24[_0x4341a3(-0x1de,-_0x26540c._0x3e45bc,-0x22f,-0x23e)]=_0x4341a3(-0x1a8,-0x1ed,-0x167,-_0x26540c._0x53ffa3)+'erver\x20Erro'+'r',_0x258f24[_0x255546(0x5b0,0x526,_0x26540c._0x993291,_0x26540c._0x207fce)]=_0x4341a3(-0x179,-_0x26540c._0x48e2fa,-0x124,-_0x26540c._0x5b5e2e)+'write\x20inst'+_0x255546(_0x26540c._0x19e262,_0x26540c._0x431ecd,0x631,_0x26540c._0x98ff24)+_0x4341a3(-_0x26540c._0x5da742,-0xad,-_0x26540c._0x300d1c,-0x14d);const _0xefe152=_0x258f24,{callingTask:_0x5cfbd1,taskUser:_0x29650b,environmentName:_0x119fbd,environmentPath:_0x35c126}=_0x4fd562,{content:_0x121de4}=_0x4fd562['body'];if(_0x121de4===undefined){const _0x44b5bb={};return _0x44b5bb[_0x255546(_0x26540c._0x336e04,_0x26540c._0x871968,0x537,0x5a5)]=_0xefe152[_0x4341a3(-_0x26540c._0x6a6359,-_0x26540c._0xc5d902,-0x1fc,-0x281)],_0x44b5bb[_0x4341a3(-0x137,-_0x26540c._0x18dd59,-_0x26540c._0x33f113,-0xb7)]=_0xefe152['WODUN'],_0x11917e['status'](-0x22*-0x2b+0xddb+-0x1201)[_0x255546(0x535,_0x26540c._0x5ac0c6,0x4e6,_0x26540c._0x4e4eca)](_0x44b5bb);}const _0x437177={};_0x437177[_0x255546(0x506,_0x26540c._0x46d60a,_0x26540c._0x338d5,_0x26540c._0x3c851c)]=_0x5cfbd1[_0x4341a3(-_0x26540c._0x3f6d4d,-0x1c2,-0x193,-_0x26540c._0x2539f5)],_0x437177[_0x4341a3(-_0x26540c._0x2ba45d,-_0x26540c._0x4be39e,-0x216,-_0x26540c._0x5283b6)+'t']=_0x119fbd,_0x437177[_0x4341a3(-_0x26540c._0x119e6f,-_0x26540c._0x46ca8b,-0x17a,-_0x26540c._0x5d788a)]=_0x29650b['id'],_0x437177[_0x4341a3(-0x19c,-_0x26540c._0x33c086,-0x1bc,-_0x26540c._0x28195a)]=_0x29650b[_0x4341a3(-_0x26540c._0x5c20d9,-0x1d4,-_0x26540c._0x20e31e,-0x1eb)],_0x437177[_0x4341a3(-_0x26540c._0x106cf6,-_0x26540c._0x4f84b0,-0x165,-0x189)+'gth']=_0x121de4[_0x255546(0x58b,_0x26540c._0x45a6ef,0x533,_0x26540c._0x297a42)],logger['info']('Task\x20updat'+_0x4341a3(-0x105,-0x132,-_0x26540c._0x4d3625,-_0x26540c._0x28e25a)+_0x4341a3(-0x104,-_0x26540c._0x45476a,-_0x26540c._0xc22dc2,-0xbc)+_0x4341a3(-0x1a5,-_0x26540c._0x3f681a,-_0x26540c._0x9bae3,-0x136),_0x437177);const _0x55cf1a=_0x524cef['join'](_0x35c126,_0xefe152[_0x4341a3(-0x1c3,-_0x26540c._0x401c71,-0x154,-_0x26540c._0x424609)]),_0x3a755b=new Date()[_0x255546(_0x26540c._0x1c004b,_0x26540c._0x790285,0x5f6,_0x26540c._0x1aca08)+'g']();function _0x255546(_0x4dd254,_0x55eb31,_0x5806ad,_0x15d8df){return _0x4654f1(_0x4dd254-0xd5,_0x55eb31-_0x3f1c1e._0x2e1dfb,_0x15d8df,_0x15d8df-0xc9);}try{if('bOZnG'===_0xefe152[_0x4341a3(-0x123,-0xaa,-_0x26540c._0x2a7d86,-_0x26540c._0xe1e05e)]){const _0x2433b4={};return _0x2433b4[_0x4341a3(-_0x26540c._0x387ba0,-0x240,-_0x26540c._0x3440f8,-0x1d9)]=_0xefe152[_0x4341a3(-_0x26540c._0x4a1761,-_0x26540c._0x11b06c,-0x1b1,-_0x26540c._0x57e26b)],_0x2433b4[_0x4341a3(-_0x26540c._0x57dcdc,-0x1a7,-_0x26540c._0x1eda8a,-0x19a)]=_0xefe152['jnnbO'],_0x2dd499['status'](-0x70a*-0x2+-0x1430+0x7ac)[_0x255546(_0x26540c._0x366d51,0x569,_0x26540c._0x166af7,_0x26540c._0x5f30bf)](_0x2433b4);}else{const _0x569e04={};_0x569e04['recursive']=!![],await _0x266adc[_0x255546(0x54f,0x54e,0x559,0x525)](_0x35c126,_0x569e04),await _0x266adc[_0x4341a3(-_0x26540c._0x59ce94,-_0x26540c._0x280c3a,-0xca,-0x18b)](_0x55cf1a,_0x121de4,_0xefe152[_0x255546(0x560,0x5c3,0x5e9,0x562)]);const _0x27fa26={};_0x27fa26['taskId']=_0x5cfbd1[_0x4341a3(-0x19f,-_0x26540c._0x559d1c,-0x166,-0x1c2)],_0x27fa26[_0x255546(_0x26540c._0x13d51b,0x539,0x539,_0x26540c._0x40cf4d)+'t']=_0x119fbd,_0x27fa26[_0x4341a3(-_0x26540c._0x119e6f,-_0x26540c._0x37e1b3,-0x11d,-0x163)]=_0x29650b['id'],logger[_0x4341a3(-0x1c0,-0x23a,-_0x26540c._0x209049,-0x180)](_0xefe152[_0x255546(0x548,0x531,_0x26540c._0x38b3a2,_0x26540c._0x3e73d7)],_0x27fa26);const _0x35088d={};_0x35088d[_0x4341a3(-_0x26540c._0x599d61,-_0x26540c._0x421279,-0x1ba,-_0x26540c._0x55f4b6)]=!![],_0x35088d['environmen'+'t']=_0x119fbd,_0x35088d['path']=_0xefe152[_0x4341a3(-_0x26540c._0x21d42d,-0x171,-_0x26540c._0xd3adaf,-_0x26540c._0x18070c)],_0x35088d[_0x255546(0x510,0x50e,_0x26540c._0x1e4268,_0x26540c._0x3c21fd)]=_0x3a755b,_0x35088d[_0x255546(_0x26540c._0x3af311,0x5e6,0x632,_0x26540c._0x45c8e8)+_0x255546(_0x26540c._0x1f3977,_0x26540c._0x381541,_0x26540c._0x2b9e16,0x58f)]=_0x5cfbd1[_0x4341a3(-0x19f,-0x213,-_0x26540c._0x3609f7,-_0x26540c._0x4eb98c)],_0x35088d[_0x255546(0x586,_0x26540c._0x501e53,0x57e,_0x26540c._0x126a93)+_0x255546(_0x26540c._0x31e69f,_0x26540c._0x1db9a9,0x5ca,_0x26540c._0x534252)]=_0x29650b['id'],_0x11917e[_0x4341a3(-_0x26540c._0x24b21d,-0x1f2,-0x1d2,-_0x26540c._0x11b06c)](_0x35088d);}}catch(_0xa0c231){const _0x553558={};_0x553558['taskId']=_0x5cfbd1['taskId'],_0x553558[_0x255546(_0x26540c._0x469823,0x539,0x4bc,0x4ac)+'t']=_0x119fbd,_0x553558[_0x255546(_0x26540c._0x34e052,0x548,_0x26540c._0x2e8d7c,_0x26540c._0x22d5c3)]=_0xa0c231['message'],logger[_0x4341a3(-0x1cd,-_0x26540c._0x41ea87,-_0x26540c._0x1ce072,-_0x26540c._0x119e6f)](_0xefe152[_0x255546(0x64c,_0x26540c._0x21bccf,0x5c9,0x61a)],_0x553558);const _0x50feaf={};_0x50feaf[_0x4341a3(-0x1cd,-0x13f,-_0x26540c._0x3bd30c,-_0x26540c._0x2efda1)]=_0xefe152['JSUuC'],_0x50feaf['message']=_0xefe152[_0x4341a3(-0x1ef,-0x16c,-_0x26540c._0x3065c6,-0x1fe)],_0x11917e[_0x255546(_0x26540c._0x341c5b,_0x26540c._0x182d51,0x5ff,_0x26540c._0x23ceca)](0x1702+0x5*-0x5af+0x75d)[_0x255546(0x5a5,0x569,_0x26540c._0x1649c5,0x508)](_0x50feaf);}}),router[_0x4654f1(0x38b,0x304,0x359,0x387)](_0x4654f1(0x296,0x320,0x2e6,0x39e),requireTaskAuth,requireTemplatesPermission,async(_0x1dc80c,_0x2a027a)=>{const _0xdf6454={_0x4e63e1:0x42,_0x2424c7:0x16,_0x38e94a:0x45,_0x436b38:0x1f8,_0x48c5d9:0x1db,_0x5542f4:0x1b3,_0xc712d6:0xd0,_0x52bc16:0x41,_0x39a2a5:0x13,_0x274bd3:0x55,_0x124da9:0x46,_0x362aac:0x8c,_0x30fefa:0x109,_0x153f18:0xd1,_0x10522b:0x10e,_0x4230bd:0x181,_0xa1e71c:0x1f9,_0x9f9261:0x10c,_0x313963:0x1a3,_0x3f95dd:0x19e,_0x48e334:0xed,_0x7bc380:0x71,_0x426078:0x2,_0x15111a:0x51,_0x3968de:0x15d,_0x19e7ea:0xdc,_0x2578aa:0xcd,_0x4b2fec:0x9d,_0x433fcb:0x79,_0x50230c:0x17,_0x1a8410:0xa5,_0x4447da:0x74,_0xc8b677:0xb4,_0xfd840c:0x29,_0x471ae8:0x80,_0x2825c4:0x110,_0x4019e2:0x136,_0x314303:0x195,_0x681ed4:0x14,_0x284026:0x27,_0xfdd2b0:0x3d,_0x1339a6:0x162,_0x182872:0x1da,_0x14f1e1:0x1b8,_0x362a94:0x114,_0x257d8e:0x49,_0x395967:0xaa,_0x2fe2cf:0xea,_0x15411d:0xfa,_0x32e82d:0xe9,_0x1c43ae:0x9d,_0x433a38:0x85,_0x4700c3:0x75,_0x66c0e2:0xb1,_0x27c9c9:0x131,_0x2fd8d4:0x126,_0x1e2104:0x8,_0x56111f:0x84,_0x1d8404:0xd0,_0x2f7255:0xa4,_0x3252c1:0x1c,_0x53a1a8:0x114,_0x42e88c:0x106,_0x4b9c20:0x191,_0xdb8e28:0x83,_0x28b39b:0x132,_0x4fc096:0xee,_0xd327e9:0x110,_0x5b76de:0xa8,_0x584de1:0x12c,_0x49fe97:0x19f,_0x491de0:0x199,_0x40aacc:0x10b,_0x42dacb:0x21,_0x55b0f7:0x93,_0x1d8437:0x69,_0x3a44a8:0xd3,_0x257a7d:0x4f,_0x1d1562:0xd9,_0x2082fe:0x4f,_0x2ee264:0x12c,_0x18b3fd:0x139,_0x49268d:0x1a4,_0x31301f:0xe7,_0xad5a83:0xd8,_0x5df97a:0x18,_0x903f01:0x44,_0x228e0e:0xc4,_0x2ff63a:0x8f,_0x199d29:0xfc,_0x29d61e:0x13b,_0x1f309e:0x136,_0x1ce886:0xb4,_0x357984:0x167,_0x4e1b1d:0x1e3,_0x46b267:0x129,_0x536a3c:0x9e,_0x538f1d:0x6e,_0x31b7a4:0xdd,_0xf939b:0x1f,_0x5a7658:0x8f,_0x45a688:0x106,_0x3db004:0xf4,_0x3f516d:0x12b,_0x47a565:0x109,_0xb85d41:0x16a,_0x56a515:0x10f,_0x39fe95:0x58,_0x92bfa6:0xf7,_0x4d3305:0xe0,_0x32a135:0x14d,_0x382ba8:0x11,_0x1777a3:0x66,_0x2e1b8b:0x50,_0x459576:0x11c,_0x2e19b1:0x168,_0x1ee32b:0xa7,_0xedc7c5:0x1a8,_0x4243a4:0xe3,_0x5cf9b8:0x3d,_0x846b26:0xf5,_0x577dbf:0x155,_0x2ef46f:0x4c,_0x538ac0:0x1d,_0x4a54da:0x59,_0x185f60:0x1f,_0x44419c:0x15f,_0x254571:0x12c,_0x4798ce:0xc5,_0xd37274:0x1ab,_0x3c2557:0x143,_0x1ce353:0x190,_0x37ff97:0x141,_0x3be5a1:0x15a,_0x5f2e79:0x55,_0x57ad37:0xb2,_0x1b705e:0xe9,_0x1b0f19:0xe2,_0x4a9439:0x15e,_0x1d852a:0x3a,_0xd79d5d:0xd4},_0x3823ec={_0x59ee04:0xc5,_0x11b86c:0x8,_0x42bd1e:0x3f,_0x1c88a8:0x17a,_0x2b1f01:0x211,_0x1b259c:0x226,_0x1418a1:0x19d,_0x432a99:0x87,_0x1df9a9:0xd3,_0x4b2a7a:0xe7,_0x597527:0xe8,_0x47fee2:0xfb,_0x5bba93:0x8c,_0x15fc0c:0x1e5,_0x2756b9:0x15a,_0x541fbd:0x14d,_0x1eff3d:0x168},_0x325d58={_0x32edbc:0x17b,_0x15d3c0:0x205},_0x39b932={_0x52674f:0x425},_0x413a98={_0xd97658:0x134,_0x28226f:0x1e8},_0x36ea50={};_0x36ea50[_0xccec5(_0xdf6454._0x4e63e1,-_0xdf6454._0x2424c7,-0x15,-_0xdf6454._0x38e94a)]=_0x3e6bb6(-0x177,-0x1d8,-0x190,-0x1f4)+_0x3e6bb6(-0x188,-_0xdf6454._0x436b38,-_0xdf6454._0x48c5d9,-_0xdf6454._0x5542f4)+_0xccec5(-0x122,-0xe3,-0xb5,-_0xdf6454._0xc712d6);function _0xccec5(_0x2209ba,_0x310610,_0x345275,_0x3107b1){return _0x4654f1(_0x2209ba-_0x413a98._0xd97658,_0x310610- -0x37b,_0x3107b1,_0x3107b1-_0x413a98._0x28226f);}_0x36ea50[_0xccec5(-_0xdf6454._0x52bc16,_0xdf6454._0x39a2a5,-_0xdf6454._0x274bd3,_0xdf6454._0x124da9)]='Bad\x20Reques'+'t',_0x36ea50[_0x3e6bb6(-0xe6,-0x15e,-0x142,-0x164)]=_0x3e6bb6(-0x102,-0xb5,-_0xdf6454._0x362aac,-_0xdf6454._0x30fefa);function _0x3e6bb6(_0x3482e1,_0x3578dd,_0x43b1f6,_0x5219db){return _0x4654f1(_0x3482e1-0x113,_0x3482e1- -_0x39b932._0x52674f,_0x43b1f6,_0x5219db-0xd9);}_0x36ea50[_0xccec5(-0xad,-0xef,-0x63,-_0xdf6454._0x153f18)]=function(_0x4dfc3c,_0x329cf1){return _0x4dfc3c!==_0x329cf1;},_0x36ea50[_0x3e6bb6(-0x128,-0x112,-0x11d,-_0xdf6454._0x10522b)]=_0x3e6bb6(-_0xdf6454._0x4230bd,-_0xdf6454._0xa1e71c,-_0xdf6454._0x9f9261,-0x1c8),_0x36ea50[_0x3e6bb6(-_0xdf6454._0x313963,-0x119,-0x194,-_0xdf6454._0x3f95dd)]=_0xccec5(-_0xdf6454._0x48e334,-_0xdf6454._0x7bc380,-_0xdf6454._0x426078,-_0xdf6454._0x15111a)+_0x3e6bb6(-0x13f,-_0xdf6454._0x3968de,-_0xdf6454._0x19e7ea,-_0xdf6454._0x2578aa)+_0x3e6bb6(-_0xdf6454._0x4b2fec,-_0xdf6454._0x433fcb,-_0xdf6454._0x362aac,-_0xdf6454._0x50230c)+_0xccec5(0x10,-0x44,-_0xdf6454._0x1a8410,-_0xdf6454._0x4447da),_0x36ea50[_0xccec5(-_0xdf6454._0xc8b677,-_0xdf6454._0xfd840c,-0x6f,-_0xdf6454._0x471ae8)]=_0x3e6bb6(-_0xdf6454._0x2825c4,-_0xdf6454._0x4019e2,-0xb5,-_0xdf6454._0x314303)+'ates',_0x36ea50[_0xccec5(_0xdf6454._0x681ed4,-_0xdf6454._0x284026,0x4,_0xdf6454._0xfdd2b0)]=_0x3e6bb6(-_0xdf6454._0x1339a6,-_0xdf6454._0x182872,-_0xdf6454._0x14f1e1,-0x10c),_0x36ea50[_0xccec5(-_0xdf6454._0x362a94,-0xc3,-0xec,-_0xdf6454._0x257d8e)]=_0x3e6bb6(-_0xdf6454._0x395967,-0x11a,-0x6b,-_0xdf6454._0x2fe2cf),_0x36ea50['cdVIs']=function(_0x362867,_0x19efe3){return _0x362867!==_0x19efe3;},_0x36ea50[_0x3e6bb6(-_0xdf6454._0x15411d,-_0xdf6454._0x32e82d,-_0xdf6454._0x1c43ae,-0x108)]=_0xccec5(-_0xdf6454._0x433a38,-_0xdf6454._0x4700c3,-_0xdf6454._0x66c0e2,-0xae),_0x36ea50[_0x3e6bb6(-_0xdf6454._0x27c9c9,-0x180,-0xce,-_0xdf6454._0x2fd8d4)]=function(_0x10b10d,_0x200d1c){return _0x10b10d===_0x200d1c;},_0x36ea50[_0xccec5(_0xdf6454._0x1e2104,-_0xdf6454._0x56111f,-_0xdf6454._0x1d8404,-_0xdf6454._0x2f7255)]='ENOENT',_0x36ea50[_0xccec5(-_0xdf6454._0x3252c1,-0x93,-_0xdf6454._0x53a1a8,-0xda)]=function(_0x2ebb93,_0x11537d){return _0x2ebb93===_0x11537d;},_0x36ea50['kBore']='vCAqW',_0x36ea50[_0xccec5(-0xd0,-0xca,-0x94,-0x60)]='pfgxt',_0x36ea50['eIJno']=_0x3e6bb6(-_0xdf6454._0x42e88c,-_0xdf6454._0x4b9c20,-_0xdf6454._0xdb8e28,-_0xdf6454._0x28b39b)+_0x3e6bb6(-0xd0,-0xfe,-0x141,-0xa4)+_0x3e6bb6(-_0xdf6454._0x4fc096,-_0xdf6454._0xd327e9,-0x109,-_0xdf6454._0x5b76de);const _0x2f6197=_0x36ea50,{callingTask:_0x516ebe,environmentName:_0x5f4c72,environmentPath:_0x2c50f4}=_0x1dc80c,_0x4d0613={};_0x4d0613[_0x3e6bb6(-_0xdf6454._0x584de1,-0x123,-_0xdf6454._0x49fe97,-_0xdf6454._0x491de0)]=_0x516ebe[_0xccec5(-_0xdf6454._0x40aacc,-0x82,-_0xdf6454._0x42dacb,0x4)],_0x4d0613[_0xccec5(-_0xdf6454._0x55b0f7,-0xbf,-0xf6,-0x3c)+'t']=_0x5f4c72,logger[_0xccec5(-0x118,-0xa3,-0x40,-0x11b)](_0x2f6197['wwCsk'],_0x4d0613);const _0x24e219=_0x524cef[_0xccec5(-0xbf,-0x68,-_0xdf6454._0x1d8437,-0x27)](_0x2c50f4,_0x2f6197[_0x3e6bb6(-_0xdf6454._0x3a44a8,-_0xdf6454._0x257a7d,-0x15e,-_0xdf6454._0x1d1562)]);try{if(_0x2f6197[_0xccec5(0x6,-0x27,_0xdf6454._0x2082fe,-0x4d)]===_0x2f6197['nwWtK']){const _0xf3f638={};_0xf3f638[_0x3e6bb6(-_0xdf6454._0x2ee264,-_0xdf6454._0x18b3fd,-_0xdf6454._0x49268d,-_0xdf6454._0x31301f)]=_0x59cc41,_0x148cb5['warn'](_0x2f6197[_0x3e6bb6(-0xc0,-0x132,-_0xdf6454._0xad5a83,-0x3e)],_0xf3f638);const _0x58089b={};return _0x58089b[_0x3e6bb6(-0x15a,-0x197,-_0xdf6454._0x153f18,-0x1d7)]=_0x2f6197[_0xccec5(0x83,_0xdf6454._0x39a2a5,_0xdf6454._0x5df97a,-_0xdf6454._0x903f01)],_0x58089b[_0x3e6bb6(-_0xdf6454._0x228e0e,-_0xdf6454._0x2ff63a,-_0xdf6454._0x199d29,-_0xdf6454._0x29d61e)]=_0xccec5(-_0xdf6454._0x1f309e,-0xcd,-_0xdf6454._0x1ce886,-_0xdf6454._0x53a1a8)+_0x3e6bb6(-_0xdf6454._0x357984,-0x10f,-_0xdf6454._0x4e1b1d,-_0xdf6454._0x46b267)+_0xccec5(-_0xdf6454._0x536a3c,-_0xdf6454._0x538f1d,-0x8a,-_0xdf6454._0x31b7a4)+'ment',_0x2596af[_0xccec5(-0xa0,-_0xdf6454._0xf939b,-0x6f,-0x34)](-0x122e+0x16a9+-0x2eb)[_0xccec5(-0x48,-_0xdf6454._0x5a7658,-0xd3,-_0xdf6454._0x45a688)](_0x58089b);}else{const _0x1a12fa=await _0x266adc[_0xccec5(-0xfd,-_0xdf6454._0x3db004,-_0xdf6454._0x3f516d,-0x9b)](_0x24e219),_0x57d8af=_0x1a12fa[_0x3e6bb6(-_0xdf6454._0x47a565,-_0xdf6454._0xb85d41,-0x7d,-0x166)](_0x89606e=>_0x89606e[_0x3e6bb6(-0xca,-0x78,-0x78,-0xc6)](_0xccec5(-0x66,-0x2a,-0x74,-0x8d))),_0x437200=await Promise[_0x3e6bb6(-_0xdf6454._0xad5a83,-_0xdf6454._0x56a515,-0x98,-0x9d)](_0x57d8af[_0x3e6bb6(-0xa8,-_0xdf6454._0x39fe95,-_0xdf6454._0xd327e9,-0xb2)](async _0x38cd11=>{function _0x2057a3(_0x31a79f,_0x279740,_0x43292a,_0x139495){return _0xccec5(_0x31a79f-0x2f,_0x43292a-0xc8,_0x43292a-0xe8,_0x279740);}const _0x5f47a0=_0x38cd11[_0x2057a3(_0x3823ec._0x59ee04,_0x3823ec._0x11b86c,_0x3823ec._0x42bd1e,0x1a)](/\.md$/,''),_0x485b35=_0x524cef[_0x1f58f5(_0x3823ec._0x1c88a8,_0x3823ec._0x2b1f01,_0x3823ec._0x1b259c,_0x3823ec._0x1418a1)](_0x24e219,_0x5f47a0+_0x2057a3(_0x3823ec._0x432a99,_0x3823ec._0x1df9a9,_0x3823ec._0x4b2a7a,_0x3823ec._0x597527));let _0x50650a=null;function _0x1f58f5(_0x3bf658,_0x1b480a,_0x1b14f5,_0x366e4a){return _0xccec5(_0x3bf658-_0x325d58._0x32edbc,_0x366e4a-_0x325d58._0x15d3c0,_0x1b14f5-0x43,_0x1b480a);}try{const _0x1b5824=await _0x266adc['readFile'](_0x485b35,_0x2f6197[_0x2057a3(_0x3823ec._0x47fee2,0x4b,_0x3823ec._0x5bba93,0x4d)]);_0x50650a=JSON[_0x1f58f5(0x149,_0x3823ec._0x15fc0c,0x106,_0x3823ec._0x2756b9)](_0x1b5824);}catch{}return{'name':_0x5f47a0,'filename':_0x38cd11,'description':_0x50650a?.[_0x1f58f5(_0x3823ec._0x541fbd,0x161,_0x3823ec._0x15fc0c,_0x3823ec._0x1eff3d)+'n']||null,'hasMetadata':_0x2f6197['Jgqoe'](_0x50650a,null)};})),_0x3c7c72={};_0x3c7c72['templates']=_0x437200,_0x3c7c72[_0x3e6bb6(-0x169,-_0xdf6454._0x92bfa6,-_0xdf6454._0x4d3305,-_0xdf6454._0x32a135)+'t']=_0x5f4c72,_0x2a027a[_0x3e6bb6(-0x139,-0xcb,-0xe0,-0x16a)](_0x3c7c72);}}catch(_0x2b39da){if(_0x2f6197[_0xccec5(0x75,-_0xdf6454._0x382ba8,0x15,-0x43)](_0x2f6197[_0xccec5(-_0xdf6454._0x1777a3,-_0xdf6454._0x2e1b8b,-0x5a,-0x32)],_0x2f6197['ijNvr']))_0x505a0c=_0x2024ae;else{if(_0x2f6197[_0xccec5(-0x108,-0x87,-0xe3,-0x1c)](_0x2b39da[_0x3e6bb6(-_0xdf6454._0x459576,-0xe1,-_0xdf6454._0x2e19b1,-0x152)],_0x2f6197[_0x3e6bb6(-0x12e,-_0xdf6454._0x1ee32b,-0xc7,-_0xdf6454._0xedc7c5)])){const _0x4afeaf={};_0x4afeaf[_0x3e6bb6(-0x9e,-_0xdf6454._0x4243a4,-_0xdf6454._0x5cf9b8,-0x9f)]=[],_0x4afeaf[_0xccec5(-0x6f,-0xbf,-0x64,-0xbc)+'t']=_0x5f4c72,_0x2a027a['json'](_0x4afeaf);}else{if(_0x2f6197['BIfJl'](_0x2f6197['kBore'],_0x2f6197['cbrda'])){const _0x100127={};_0x100127[_0x3e6bb6(-0x15a,-0x1dd,-0x160,-0x198)]=_0x2f6197['GoVJW'],_0x100127['message']=_0x3e6bb6(-_0xdf6454._0x846b26,-0x81,-_0xdf6454._0x577dbf,-0x137)+_0xcb7fc0+(_0xccec5(0x1f,-_0xdf6454._0x2ef46f,_0xdf6454._0x538ac0,-0x5a)+'d'),_0x57d92a[_0xccec5(-_0xdf6454._0x4a54da,-_0xdf6454._0x185f60,-0x56,0x24)](-0x14*-0x18e+-0x1bce+-0x1b6)[_0x3e6bb6(-0x139,-0xc2,-_0xdf6454._0x44419c,-0xbf)](_0x100127);}else{const _0x3e38d1={};_0x3e38d1[_0x3e6bb6(-_0xdf6454._0x254571,-_0xdf6454._0x4798ce,-_0xdf6454._0xd37274,-_0xdf6454._0x3c2557)]=_0x516ebe['taskId'],_0x3e38d1[_0xccec5(-0x120,-0xbf,-0x13d,-_0xdf6454._0x3f516d)+'t']=_0x5f4c72,_0x3e38d1['error']=_0x2b39da[_0x3e6bb6(-0xc4,-0xb0,-_0xdf6454._0x1d1562,-_0xdf6454._0x55b0f7)],logger['error'](_0x2f6197[_0x3e6bb6(-_0xdf6454._0x1ce353,-0x15a,-0x15b,-_0xdf6454._0x37ff97)],_0x3e38d1);const _0x425f19={};_0x425f19[_0x3e6bb6(-_0xdf6454._0x3be5a1,-0x182,-0x137,-0x1b4)]='Internal\x20S'+'erver\x20Erro'+'r',_0x425f19[_0xccec5(-0x4f,-0x1a,0x71,-_0xdf6454._0x5f2e79)]=_0xccec5(-_0xdf6454._0x57ad37,-0x5c,-0xc1,-0xba)+_0x3e6bb6(-_0xdf6454._0xc712d6,-0x54,-0x13a,-_0xdf6454._0x1b705e)+_0x3e6bb6(-0xee,-_0xdf6454._0x1b0f19,-0x140,-_0xdf6454._0x4a9439),_0x2a027a[_0xccec5(-0x1a,-0x1f,-_0xdf6454._0x1d852a,0x5e)](-0x1afe+-0x2*0x8c0+0x2e72)[_0x3e6bb6(-_0xdf6454._0x18b3fd,-0x126,-0x193,-_0xdf6454._0xd79d5d)](_0x425f19);}}}}}),router[_0x6a2054(-0x19c,-0x1e0,-0x15c,-0x185)](_0x4654f1(0x35c,0x320,0x36f,0x29a)+_0x6a2054(-0xc8,-0xdf,-0x1ad,-0x131),requireTaskAuth,requireTemplatesPermission,async(_0x47afa5,_0x1ec780)=>{const _0x45fff8={_0x4efff:0x105,_0x320daa:0x7b,_0x3d899f:0x91,_0x2f9d53:0x16,_0x23fae9:0xe7,_0x206849:0x124,_0x3f7941:0xa0,_0x269ac4:0x35,_0x41c33a:0x27,_0x4ca624:0x27,_0x6a3e6:0x29,_0x42311d:0x32,_0x7b47ff:0x6e,_0x251f8c:0x9e,_0x117946:0x4f,_0xfc1341:0x13,_0x5c386d:0x38,_0x1a3a91:0x25,_0x55e19b:0x3a,_0x174c84:0x45,_0x2165f5:0x7c,_0xec7634:0x5c,_0x466d36:0x42,_0x30ddcb:0x9,_0x21c1fa:0xc4,_0x4634e7:0x11,_0x593c09:0xd2,_0x3308df:0x56,_0x1ea877:0x7,_0x46d9e8:0x47,_0x1b893e:0x19,_0xb5b915:0x58,_0xa2a6b2:0x85,_0x41c2aa:0x88,_0x5ab52a:0x3b,_0x57be1a:0x43,_0x2d99df:0xb,_0x40775a:0x89,_0x2755c2:0x24,_0x5a72e5:0xa,_0x4356f1:0x33,_0xa35a65:0xc6,_0x526dbd:0x12,_0x193322:0xb,_0x30a390:0xf2,_0x378398:0x7f,_0xd7b4d9:0x48,_0x141767:0x5f,_0x54f046:0x65,_0x21f130:0x3f,_0x347994:0x2f,_0x594050:0x34,_0x4c2df9:0x23,_0x1a3885:0x44,_0x41acb6:0x9c,_0x26931d:0x2e,_0x367dd0:0xe2,_0x585676:0x92,_0x58fb8e:0x6b,_0x133b94:0x97,_0x47d414:0x4a,_0x434ae6:0x15,_0x2cdfa9:0x5e,_0x52604a:0x2d,_0x3ce962:0x60,_0xb85330:0x27,_0x1b1658:0x5b,_0x3cf342:0x0,_0x2d35ab:0x4d,_0x544a05:0x22,_0x103fc3:0x2a,_0xdcae55:0xb2,_0x41567:0xa2,_0x17a105:0xdf,_0x5a810b:0x3d,_0x21d273:0x69,_0x4bea02:0x8d,_0x2af92e:0x8f,_0x1a966c:0x5f,_0x15b954:0x91,_0x11453c:0x5,_0x169041:0xb4,_0x5cdb0a:0x82,_0x1830bd:0x48,_0x690e4:0x8c,_0x5a0888:0x17,_0x2c524e:0x1a,_0x1dbb15:0x27,_0x1e06e4:0x48,_0x5e1b07:0xc,_0x3d4383:0x50,_0x34b160:0x1e,_0x121471:0xf3,_0x453c1f:0x77,_0x3ee61b:0x37,_0x264784:0x38,_0x1d9c76:0x14,_0x68cacd:0x95,_0x4acb01:0x5,_0x1b5200:0x3e,_0x10a8c0:0x58,_0x2f0933:0x2c,_0x1ea101:0xc2,_0x19219a:0x62,_0x2d1ff4:0x1c,_0x11f5ad:0x26,_0x5d7aae:0xc,_0x390caf:0x4,_0x4d7a52:0x6f,_0x3c5b56:0x38,_0xb0ba:0x50,_0x5319eb:0xdf,_0x257a22:0xda,_0x50fdaf:0x69,_0x4fabc5:0x14,_0x57ed82:0xe4,_0x47de24:0xae,_0x2f5189:0x6d,_0x350cfd:0x49,_0x332168:0x71,_0x2831c5:0x2a,_0x1531e0:0x3a,_0x1fae75:0x20,_0x2ab155:0x48,_0x877fa0:0x9,_0x33639f:0x1b,_0x913623:0x6d,_0x4e0905:0xc0,_0x4f03eb:0xa2,_0x372906:0x76,_0x1fea8c:0xd7,_0xa4e80f:0x72,_0x505a0b:0x51,_0x5614bc:0x68,_0x2055eb:0x20,_0x50cfd3:0x4f,_0x3a820b:0x72,_0x264522:0x12,_0x12f9fd:0x39,_0xb76498:0x48,_0x4358a4:0x7e,_0x46c889:0x50,_0x473063:0x19,_0x56595c:0xb6,_0x7f4b0e:0x2e,_0xbfa7f4:0x1,_0xf33972:0xc8,_0x4cef40:0x9d,_0x3e0327:0x52,_0x3afdd1:0x72,_0x560c5f:0x24,_0x3bba8d:0x10,_0x37846e:0xd5,_0x30b5c1:0xcc,_0x9a31b5:0x58,_0x169ea6:0xd0,_0x14f6f4:0x6d,_0x516c83:0x78,_0x551874:0x9b,_0x120f54:0xe,_0xb2c517:0x49,_0x45ea90:0x16,_0xcfc9f4:0x30,_0x44b48b:0x93,_0x23fb85:0x33,_0x3ec253:0x3,_0x2ca0e0:0x49,_0xa769d3:0x3d,_0x4e91b3:0x64,_0x3838b5:0x36,_0x1fd97e:0x91,_0x4e337d:0x37,_0x3d29b6:0x8,_0x6f2fea:0x73,_0x8a1353:0xa9,_0x9f1610:0x41,_0xa04092:0x24,_0x5a6bdc:0xa1,_0x3d2831:0xba,_0x3d5f9a:0x3e,_0x2b4dc8:0x8,_0x2d96be:0xbf,_0x55e7f5:0x24,_0x22aefc:0x36,_0x48f1c5:0xa,_0xcbdb86:0x4e,_0x3ec66e:0x2c,_0x5022eb:0x61,_0x26efcd:0x4,_0x5e2ace:0x20,_0x5c75f1:0x2b,_0xcd31c2:0x4,_0x5de3b6:0x21,_0x2cdf05:0xcd,_0x2357f0:0x72,_0x5b7e87:0x64,_0x27c7e9:0xf,_0x2d3085:0x34,_0x417309:0x1,_0x4eccd8:0x7a,_0x1bd5b5:0x72,_0x26e0a5:0xa4,_0x21d193:0xf9,_0x3bb180:0x72,_0x5e7d8a:0x24,_0x1005a1:0x54,_0x4cc718:0x79,_0x138ab2:0x7d,_0x49021a:0x9},_0x194ef1={_0xa4364:0xdf,_0x2d47e4:0x1e7},_0x28d54a={_0x891a30:0x19a},_0x213808={};_0x213808[_0x2d440d(_0x45fff8._0x4efff,_0x45fff8._0x320daa,0xc9,_0x45fff8._0x3d899f)]=function(_0x1a9d59,_0x459a42){return _0x1a9d59===_0x459a42;},_0x213808[_0x2d440d(-0x65,-0x9e,0x4d,-0x2b)]=_0x2d440d(_0x45fff8._0x2f9d53,_0x45fff8._0x23fae9,_0x45fff8._0x206849,_0x45fff8._0x3f7941),_0x213808['SWquz']=_0x2d440d(0x7b,-_0x45fff8._0x269ac4,-_0x45fff8._0x41c33a,_0x45fff8._0x4ca624)+'read\x20AGENT'+_0x48c52c(-_0x45fff8._0x6a3e6,-_0x45fff8._0x42311d,_0x45fff8._0x7b47ff,0x5b);function _0x48c52c(_0x283ffe,_0x28c631,_0x39be9d,_0x1ac8cb){return _0x6a2054(_0x283ffe-0x34,_0x28c631-0x127,_0x28c631,_0x1ac8cb-_0x28d54a._0x891a30);}_0x213808[_0x2d440d(0x26,0xd9,_0x45fff8._0x251f8c,_0x45fff8._0x117946)]='Failed\x20to\x20'+_0x48c52c(-_0x45fff8._0xfc1341,0x3b,-_0x45fff8._0x5c386d,_0x45fff8._0x1a3a91)+'uctions\x20fi'+'le',_0x213808[_0x2d440d(_0x45fff8._0x55e19b,-0x21,-0x38,_0x45fff8._0x1a3a91)]=_0x48c52c(-0xb3,-0xa0,-0x92,-_0x45fff8._0x174c84)+_0x48c52c(-0xc,-0x4d,-_0x45fff8._0x2165f5,-0x56)+_0x2d440d(_0x45fff8._0xec7634,-_0x45fff8._0x466d36,-0x38,-_0x45fff8._0x30ddcb)+_0x2d440d(-_0x45fff8._0x21c1fa,-0x13,_0x45fff8._0x4634e7,-0x51)+_0x2d440d(0xdd,0xba,_0x45fff8._0x593c09,0x66),_0x213808['cKMGK']=_0x2d440d(-0x50,-0x4d,0x71,0x7)+_0x48c52c(-0x47,0x8c,_0x45fff8._0x3308df,_0x45fff8._0x1ea877)+_0x2d440d(_0x45fff8._0x46d9e8,0x25,0x7e,_0x45fff8._0x1b893e),_0x213808[_0x48c52c(0x87,0x12b,0xbe,0xa0)]=_0x48c52c(0x48,-_0x45fff8._0xb5b915,_0x45fff8._0xa2a6b2,0x30)+'delete\x20tem'+'plate',_0x213808['xShYa']=_0x48c52c(-0x67,-_0x45fff8._0x41c2aa,-0x40,0x1)+'erver\x20Erro'+'r',_0x213808[_0x48c52c(_0x45fff8._0x5ab52a,-_0x45fff8._0x57be1a,-0x24,_0x45fff8._0x46d9e8)]=function(_0x41b82a,_0x5907db){return _0x41b82a!==_0x5907db;},_0x213808[_0x48c52c(_0x45fff8._0x2d99df,0x85,0x46,_0x45fff8._0x40775a)]='DXEkR',_0x213808[_0x2d440d(0x31,_0x45fff8._0x2755c2,-_0x45fff8._0x4ca624,-_0x45fff8._0x5a72e5)]=_0x2d440d(-_0x45fff8._0x4356f1,0x22,-_0x45fff8._0xa35a65,-0x46)+'t',_0x213808[_0x48c52c(-0x92,-0xb,0x46,-0x29)]=_0x2d440d(_0x45fff8._0x526dbd,-0x1e,_0x45fff8._0x193322,0x1d)+'ates',_0x213808['xICUg']=function(_0x2630d5,_0x5b4530){return _0x2630d5!==_0x5b4530;},_0x213808[_0x48c52c(_0x45fff8._0x30a390,0xe3,0xcc,_0x45fff8._0x378398)]='SCTyy',_0x213808[_0x48c52c(0xe,-0x1,-0xcd,-0x5f)]=_0x2d440d(-_0x45fff8._0xd7b4d9,-_0x45fff8._0x141767,-0x82,-_0x45fff8._0x54f046),_0x213808[_0x2d440d(_0x45fff8._0x21f130,_0x45fff8._0x347994,0x6a,0x65)]=_0x48c52c(0x63,-0x49,0x4d,_0x45fff8._0x594050),_0x213808[_0x2d440d(-_0x45fff8._0x4c2df9,_0x45fff8._0x1a3885,_0x45fff8._0x55e19b,0x9)]=_0x2d440d(-0x2c,-_0x45fff8._0x41acb6,-0x6d,-_0x45fff8._0x26931d),_0x213808['VCIYz']=function(_0x26ea07,_0x318ba9){return _0x26ea07===_0x318ba9;},_0x213808[_0x48c52c(_0x45fff8._0x367dd0,_0x45fff8._0x585676,0x48,0x81)]=_0x2d440d(_0x45fff8._0x58fb8e,_0x45fff8._0x133b94,0x4f,_0x45fff8._0x47d414),_0x213808[_0x2d440d(_0x45fff8._0x434ae6,_0x45fff8._0x2cdfa9,0x83,_0x45fff8._0x52604a)]=_0x2d440d(0x84,0x47,-_0x45fff8._0x3ce962,_0x45fff8._0xb85330)+_0x48c52c(-_0x45fff8._0x1b1658,_0x45fff8._0x3cf342,0x20,0x29)+_0x48c52c(_0x45fff8._0x2d35ab,_0x45fff8._0x544a05,0xa0,_0x45fff8._0x103fc3);const _0x3c8130=_0x213808,{callingTask:_0xe717eb,environmentName:_0x371aa9,environmentPath:_0x4e999e}=_0x47afa5,{name:_0xe13879}=_0x47afa5[_0x48c52c(0x6e,_0x45fff8._0xdcae55,0x73,_0x45fff8._0x41567)];if(_0xe13879[_0x48c52c(0x2b,_0x45fff8._0x526dbd,-0x32,-_0x45fff8._0x5c386d)]('/')||_0xe13879['includes']('\x5c')||_0xe13879['includes']('..')){if(_0x3c8130[_0x48c52c(0xa,-0x21,0x9b,_0x45fff8._0x46d9e8)](_0x3c8130[_0x2d440d(_0x45fff8._0x17a105,0x19,_0x45fff8._0x5a810b,0x80)],_0x3c8130[_0x48c52c(_0x45fff8._0x21d273,0x96,0x66,0x89)])){if(_0x3c8130[_0x2d440d(_0x45fff8._0x4bea02,_0x45fff8._0x2af92e,_0x45fff8._0x1a966c,_0x45fff8._0x15b954)](_0x1efc3f['code'],_0x3c8130[_0x48c52c(-0x53,-_0x45fff8._0x141767,-0x92,-0x22)])){const _0x2569f7={};_0x2569f7['content']='',_0x2569f7[_0x48c52c(-_0x45fff8._0x11453c,-0x70,0x46,-0x33)+'t']=_0x34568a,_0x2569f7[_0x2d440d(-_0x45fff8._0x169041,0x3b,-_0x45fff8._0x5cdb0a,-_0x45fff8._0x1830bd)]=_0x2d440d(-_0x45fff8._0x690e4,-_0x45fff8._0x5a0888,-0xa8,-0x1e),_0x2569f7[_0x48c52c(_0x45fff8._0x2c524e,-0x17,0x99,_0x45fff8._0x1dbb15)]=![],_0x25bc5d[_0x2d440d(-_0x45fff8._0x40775a,-0x68,-_0x45fff8._0x1e06e4,-_0x45fff8._0x5e1b07)](_0x2569f7);}else{const _0x591469={};_0x591469['taskId']=_0x3d212a[_0x2d440d(-_0x45fff8._0x3d4383,-0x24,_0x45fff8._0x2755c2,0x1)],_0x591469['environmen'+'t']=_0x26cbe9,_0x591469[_0x48c52c(-0x57,-0xd,-_0x45fff8._0x34b160,-_0x45fff8._0x2755c2)]=_0x12390c[_0x2d440d(_0x45fff8._0x121471,_0x45fff8._0x5a72e5,_0x45fff8._0x453c1f,_0x45fff8._0x21d273)],_0x3d6d98[_0x2d440d(0x2d,-_0x45fff8._0x3ee61b,-0x2,-_0x45fff8._0x52604a)](_0x3c8130['SWquz'],_0x591469);const _0x49bef2={};_0x49bef2['error']=_0x48c52c(-0xc,0x6d,0x52,0x1)+_0x2d440d(_0x45fff8._0x264784,-0x65,-0x75,-_0x45fff8._0x1d9c76)+'r',_0x49bef2[_0x48c52c(0x8,_0x45fff8._0x68cacd,0xd7,0x72)]=_0x3c8130[_0x48c52c(-_0x45fff8._0x4acb01,0x9a,_0x45fff8._0x1b5200,_0x45fff8._0x10a8c0)],_0x3431bb[_0x48c52c(-_0x45fff8._0x5a0888,_0x45fff8._0x2f0933,_0x45fff8._0x1ea101,0x6d)](-0x1dd7+0x370+0x3d*0x77)[_0x2d440d(-_0x45fff8._0x19219a,-_0x45fff8._0x2d1ff4,-_0x45fff8._0x11f5ad,-_0x45fff8._0x5d7aae)](_0x49bef2);}}else{const _0x230ff7={};return _0x230ff7[_0x48c52c(-_0x45fff8._0x390caf,-_0x45fff8._0x4d7a52,_0x45fff8._0x3c5b56,-_0x45fff8._0x2755c2)]=_0x3c8130[_0x48c52c(_0x45fff8._0xb0ba,-_0x45fff8._0x1d9c76,-0x39,-0x1)],_0x230ff7[_0x2d440d(_0x45fff8._0x5319eb,_0x45fff8._0x257a22,0xd7,_0x45fff8._0x50fdaf)]=_0x48c52c(-_0x45fff8._0x4acb01,_0x45fff8._0x6a3e6,-_0x45fff8._0x4fabc5,-0x61)+'mplate\x20nam'+'e',_0x1ec780[_0x48c52c(_0x45fff8._0x57ed82,0xaa,_0x45fff8._0x47de24,_0x45fff8._0x2f5189)](0x2ef*-0x5+-0x1db7+0x2*0x16f9)[_0x2d440d(_0x45fff8._0x350cfd,_0x45fff8._0xfc1341,_0x45fff8._0x332168,-0xc)](_0x230ff7);}}const _0x5b56d0={};_0x5b56d0['taskId']=_0xe717eb[_0x48c52c(-0x76,_0x45fff8._0x42311d,-_0x45fff8._0x526dbd,_0x45fff8._0x5a72e5)],_0x5b56d0[_0x2d440d(-0xc0,-0x44,-0x69,-0x3c)+'t']=_0x371aa9,_0x5b56d0[_0x2d440d(0x8d,0x9,-_0x45fff8._0x2831c5,_0x45fff8._0x1a3885)]=_0xe13879,logger[_0x2d440d(0x2c,_0x45fff8._0x1531e0,-_0x45fff8._0x41acb6,-_0x45fff8._0x1fae75)](_0x48c52c(0x9d,0x83,0x7f,0x38)+_0x2d440d(-_0x45fff8._0x466d36,-0x1c,_0x45fff8._0x2ab155,-0x3d)+'te',_0x5b56d0);const _0x47845c=_0x524cef[_0x48c52c(-0x62,-0x50,-_0x45fff8._0x877fa0,_0x45fff8._0x2755c2)](_0x4e999e,_0x3c8130['CbnhM']),_0x263220=_0x524cef[_0x2d440d(-0x6a,_0x45fff8._0x264784,-0x70,_0x45fff8._0x33639f)](_0x47845c,_0xe13879+'.md'),_0x5a1d9e=_0x524cef[_0x48c52c(-0x67,0xa1,_0x45fff8._0x913623,_0x45fff8._0x2755c2)](_0x47845c,_0xe13879+_0x2d440d(0xbb,_0x45fff8._0x4e0905,_0x45fff8._0x19219a,_0x45fff8._0x4f03eb));function _0x2d440d(_0x895c4f,_0x3bb4da,_0x411907,_0x23f99a){return _0x4654f1(_0x895c4f-_0x194ef1._0xa4364,_0x23f99a- -0x2f8,_0x411907,_0x23f99a-_0x194ef1._0x2d47e4);}try{if(_0x3c8130['xICUg'](_0x3c8130[_0x2d440d(0xb5,_0x45fff8._0x47de24,0xf7,_0x45fff8._0x372906)],_0x3c8130[_0x2d440d(-_0x45fff8._0x1fea8c,-_0x45fff8._0xa4e80f,-_0x45fff8._0x505a0b,-_0x45fff8._0x5614bc)])){const _0x1549ca=await _0x266adc[_0x2d440d(_0x45fff8._0x2055eb,-0xbd,-_0x45fff8._0x50cfd3,-0x59)](_0x263220,_0x3c8130['PFBum']);let _0x3b5ffd=null;try{if(_0x3c8130['RAeiR'](_0x3c8130[_0x48c52c(0x83,0x78,-_0x45fff8._0x3a820b,_0x45fff8._0x264522)],_0x3c8130[_0x48c52c(-_0x45fff8._0x12f9fd,_0x45fff8._0xb76498,0x2c,0x12)])){const _0x1aea4d=await _0x266adc[_0x48c52c(0x27,-_0x45fff8._0x4358a4,0x8,-_0x45fff8._0x46c889)](_0x5a1d9e,_0x3c8130[_0x48c52c(-0x6,0x64,-_0x45fff8._0x473063,_0x45fff8._0x7b47ff)]);_0x3b5ffd=JSON[_0x2d440d(-0x9e,-_0x45fff8._0x5614bc,-_0x45fff8._0x56595c,-0x28)](_0x1aea4d);}else{const _0x3dfdc9={};_0x3dfdc9[_0x2d440d(_0x45fff8._0x594050,_0x45fff8._0x7f4b0e,-0x26,_0x45fff8._0xbfa7f4)]=_0x4ba9a7['taskId'],_0x3dfdc9[_0x2d440d(-0xa3,_0x45fff8._0x5e1b07,-_0x45fff8._0xf33972,-0x3c)+'t']=_0x1d14bd,_0x3dfdc9['error']=_0x33f63f[_0x48c52c(0xb5,_0x45fff8._0x4cef40,_0x45fff8._0x3e0327,_0x45fff8._0x3afdd1)],_0x455c85[_0x48c52c(-0x1,0x37,-0x1e,-_0x45fff8._0x560c5f)](_0x3c8130[_0x48c52c(_0x45fff8._0x434ae6,0x0,0x53,-_0x45fff8._0x3bba8d)],_0x3dfdc9);const _0x20cf21={};_0x20cf21[_0x48c52c(0x28,-_0x45fff8._0x50cfd3,_0x45fff8._0xec7634,-_0x45fff8._0x560c5f)]='Internal\x20S'+'erver\x20Erro'+'r',_0x20cf21[_0x48c52c(_0x45fff8._0x2d1ff4,_0x45fff8._0x37846e,-0x8,_0x45fff8._0x3a820b)]=_0x3c8130[_0x48c52c(-0x2b,0x37,_0x45fff8._0x30b5c1,_0x45fff8._0x9a31b5)],_0x4ef24d[_0x48c52c(_0x45fff8._0x169ea6,-0x8,0x3,_0x45fff8._0x14f6f4)](-0x2*-0x58f+0x1*-0x49b+-0x3*0x185)[_0x2d440d(-0x2f,_0x45fff8._0x58fb8e,-_0x45fff8._0x516c83,-_0x45fff8._0x5d7aae)](_0x20cf21);}}catch{}const _0x4050ab={};_0x4050ab[_0x2d440d(-0x6,-_0x45fff8._0x3f7941,-_0x45fff8._0x551874,-_0x45fff8._0xa4e80f)]=_0xe13879,_0x4050ab['content']=_0x1549ca,_0x4050ab[_0x48c52c(_0x45fff8._0x120f54,-_0x45fff8._0xb2c517,-_0x45fff8._0x45ea90,-_0x45fff8._0xcfc9f4)]=_0x3b5ffd,_0x4050ab[_0x48c52c(-0x21,-_0x45fff8._0x44b48b,-0x25,-_0x45fff8._0x23fb85)+'t']=_0x371aa9,_0x1ec780[_0x48c52c(0x2a,-0x2f,0x15,-_0x45fff8._0x3ec253)](_0x4050ab);}else{_0x30d5a1['error'](_0x3c8130['uLbbg']);const _0x3e1774={};return _0x3e1774['error']='Internal\x20S'+'erver\x20Erro'+'r',_0x3e1774[_0x48c52c(0x75,0x62,0xe0,0x72)]=_0x3c8130[_0x48c52c(-_0x45fff8._0x2ca0e0,0x31,-0x2d,_0x45fff8._0x174c84)],_0x4be103[_0x2d440d(_0x45fff8._0x1d9c76,_0x45fff8._0x3cf342,_0x45fff8._0xa769d3,_0x45fff8._0x4e91b3)](0x1e5+-0x553*-0x7+-0x2536)[_0x2d440d(0x41,0x81,_0x45fff8._0xfc1341,-_0x45fff8._0x5e1b07)](_0x3e1774);}}catch(_0xddad5a){if(_0x3c8130[_0x2d440d(0x1c,_0x45fff8._0x3838b5,-_0x45fff8._0x1fd97e,-0x53)](_0xddad5a[_0x48c52c(-0x4e,-_0x45fff8._0x4e337d,_0x45fff8._0x3d29b6,0x1a)],_0x48c52c(_0x45fff8._0x6f2fea,0x25,0x106,_0x45fff8._0x8a1353))){const _0x4309b4={};_0x4309b4[_0x48c52c(0x40,-0x8b,-_0x45fff8._0x9f1610,-_0x45fff8._0xa04092)]='Not\x20Found',_0x4309b4[_0x2d440d(0xf,-0x2,0x44,_0x45fff8._0x50fdaf)]='Template\x20\x27'+_0xe13879+(_0x2d440d(_0x45fff8._0x5a6bdc,0x32,-0x8,_0x45fff8._0x3ee61b)+'d'),_0x1ec780[_0x48c52c(0xe6,0x7,_0x45fff8._0x3d2831,_0x45fff8._0x2f5189)](-0x1*-0x1269+0x246+-0x131b)[_0x48c52c(0x50,-_0x45fff8._0x3d5f9a,-_0x45fff8._0x1531e0,-0x3)](_0x4309b4);}else{if(_0x3c8130[_0x2d440d(0xff,0x27,0xbb,0x78)]===_0x3c8130[_0x48c52c(_0x45fff8._0x2b4dc8,0x8c,_0x45fff8._0x2d96be,0x81)]){const _0xb8a34d={};_0xb8a34d[_0x2d440d(-_0x45fff8._0x9f1610,-_0x45fff8._0x4634e7,_0x45fff8._0x5ab52a,0x1)]=_0xe717eb[_0x48c52c(_0x45fff8._0x55e7f5,_0x45fff8._0x22aefc,-0x37,_0x45fff8._0x48f1c5)],_0xb8a34d[_0x2d440d(-_0x45fff8._0xcbdb86,-_0x45fff8._0x3ec66e,-_0x45fff8._0x5022eb,-0x3c)+'t']=_0x371aa9,_0xb8a34d['template']=_0xe13879,_0xb8a34d[_0x48c52c(-0x27,-_0x45fff8._0x1830bd,_0x45fff8._0x50fdaf,-0x24)]=_0xddad5a['message'],logger[_0x48c52c(_0x45fff8._0x26efcd,-_0x45fff8._0x103fc3,0x17,-0x24)](_0x3c8130[_0x2d440d(-_0x45fff8._0x5e2ace,-_0x45fff8._0x11f5ad,-_0x45fff8._0x3ce962,0x2d)],_0xb8a34d);const _0x379c0e={};_0x379c0e[_0x48c52c(-0x3,_0x45fff8._0x5c75f1,-_0x45fff8._0xcd31c2,-_0x45fff8._0x560c5f)]=_0x3c8130[_0x48c52c(_0x45fff8._0x58fb8e,-0x5d,-_0x45fff8._0x2b4dc8,_0x45fff8._0x5de3b6)],_0x379c0e[_0x48c52c(0xe,_0x45fff8._0x2f5189,_0x45fff8._0x2cdf05,_0x45fff8._0x2357f0)]=_0x3c8130['eAePb'],_0x1ec780[_0x2d440d(_0x45fff8._0x5de3b6,0x65,0x93,_0x45fff8._0x5b7e87)](-0x186*0x3+-0x1cf8+0x237e)[_0x2d440d(-0x5b,0x5d,-0x62,-0xc)](_0x379c0e);}else{const _0x361a4d={};_0x361a4d[_0x2d440d(_0x45fff8._0x27c7e9,-_0x45fff8._0x2d3085,0x8,_0x45fff8._0x417309)]=_0x127bd3[_0x2d440d(0x1d,-_0x45fff8._0x4eccd8,_0x45fff8._0x1bd5b5,0x1)],_0x361a4d['environmen'+'t']=_0x592dfd,_0x361a4d['template']=_0x1916d7,_0x361a4d[_0x48c52c(-0x88,-_0x45fff8._0x1d9c76,-_0x45fff8._0x26e0a5,-0x24)]=_0x144d98['message'],_0xe1ac3[_0x2d440d(-0x47,-0x27,0x16,-0x2d)](_0x3c8130[_0x48c52c(_0x45fff8._0x1fea8c,0xbd,_0x45fff8._0x21d193,_0x45fff8._0x3f7941)],_0x361a4d);const _0x2eeacf={};_0x2eeacf[_0x48c52c(0x4,-_0x45fff8._0x3bb180,-_0x45fff8._0x1b1658,-_0x45fff8._0x5e7d8a)]=_0x3c8130[_0x2d440d(_0x45fff8._0x1005a1,0x70,-0x6e,0x18)],_0x2eeacf[_0x48c52c(0x3a,_0x45fff8._0x593c09,0x2f,_0x45fff8._0xa4e80f)]=_0x3c8130[_0x2d440d(_0x45fff8._0x4cc718,0xb6,_0x45fff8._0x138ab2,0x97)],_0x400379[_0x2d440d(_0x45fff8._0x4358a4,0x1a,_0x45fff8._0x49021a,_0x45fff8._0x5b7e87)](0xe01+-0x369*-0x1+0xf76*-0x1)[_0x48c52c(-0x48,-0x30,-0x54,-0x3)](_0x2eeacf);}}}}),router[_0x4654f1(0x240,0x29e,0x29a,0x298)](_0x6a2054(-0x1ac,-0x15e,-0x14f,-0x169)+_0x4654f1(0x370,0x358,0x376,0x2d8),requireTaskAuth,requireTemplatesPermission,async(_0x584bd5,_0x96c92b)=>{const _0x79ca3c={_0x40027e:0x30e,_0x505235:0x2d8,_0x4babde:0x3cd,_0x3e7ff9:0x2da,_0x3f3ee7:0x263,_0x1dc3ae:0x213,_0x2c5403:0x1a8,_0x3e410a:0x129,_0x1caa75:0x18c,_0x4f99cc:0x180,_0x53cac4:0x1ec,_0x3f2b29:0x1f0,_0x3d35fe:0x278,_0x53bd1f:0x241,_0x37791e:0x2a1,_0x1a8799:0x309,_0x11092b:0x3e0,_0x5d7b6b:0x388,_0x31045c:0x2de,_0x3cce62:0x2bb,_0x313cbf:0x2b2,_0xce596e:0x370,_0x5afd32:0x30e,_0x869946:0x3d3,_0x269316:0x368,_0x53f4d1:0x3a0,_0x52fdf0:0x3a9,_0x578366:0x1ce,_0x12c07e:0x1f3,_0x3f41de:0x162,_0xf2e6d1:0x27b,_0x4e8edd:0x1ca,_0x460ae4:0x1ef,_0x561d7c:0x1a4,_0x55d66e:0x217,_0x3b4f03:0x209,_0x331743:0x1e0,_0x4858b8:0x451,_0x184798:0x3c4,_0x3b90c0:0x437,_0x1e1a29:0x3cd,_0x331b22:0x38c,_0x2b15df:0x214,_0x591bb3:0x20a,_0x18225d:0x1d8,_0x246c5f:0x287,_0x1359a9:0x1fb,_0x2fc03c:0x36f,_0x32e47a:0x36a,_0x452dca:0x118,_0x31c477:0x160,_0x491765:0x170,_0x2d6aca:0x387,_0x2ace29:0x349,_0x21e4b1:0x3ad,_0x338dea:0x366,_0x3ea789:0x2c7,_0x97bda7:0x2b8,_0x167466:0x2de,_0x3a2b15:0x390,_0x3c3687:0x44e,_0x27ab15:0x2d1,_0x204a1d:0x1d8,_0x1d641a:0x24f,_0x27b31a:0x1cd,_0x320734:0x201,_0x1d9764:0x2aa,_0x2b8d40:0x24b,_0x1210cf:0x246,_0x4adb07:0x327,_0x48bf71:0x397,_0x3408be:0x22b,_0x1c4bb9:0x214,_0x21bc65:0x1c5,_0x1d861b:0x424,_0x4556a6:0x3db,_0x5b5fc2:0x3a2,_0x46a6c8:0x338,_0x20de8f:0x1aa,_0x58f10a:0x354,_0x40ea28:0x2cf,_0xbfa585:0x30b,_0x33ee6c:0x334,_0x575706:0x24a,_0x45ee2d:0x2f3,_0x5c2f21:0x198,_0xa5bfd4:0x221,_0x42972e:0x231,_0x4cb5fb:0x1b0,_0x5cafd9:0x171,_0x418916:0x238,_0x2f1fe1:0x1ed,_0x2f6c4d:0x159,_0x5a40ff:0x1c3,_0x42a10b:0x2ff,_0xb7576d:0x400,_0x5a0a08:0x379,_0x34781f:0x21a,_0x2462c8:0x1a2,_0x210685:0x25f,_0x48fecd:0x1be,_0xc382ee:0x202,_0x25026c:0x266,_0x4343b0:0x3b0,_0x5db80f:0x2c3,_0x4b51de:0x3f3,_0x107892:0x371,_0x5bc089:0x36b,_0x4ee25d:0x3f6,_0x516ab3:0x3ef,_0x1ac1b7:0x176,_0x682d9b:0x431,_0x35e58c:0x28b,_0x2827bb:0x21b,_0x74f621:0x1d1,_0x4a7eb5:0x35a,_0x8e1d9f:0x3e2,_0x1be5c4:0x262,_0x4f4d8b:0x398,_0x195b53:0x39e,_0x349988:0x35c,_0x3ced74:0x321,_0x50c077:0x2f4,_0x2de641:0x356,_0xf623ed:0x381,_0x5b45d4:0x325,_0x19393e:0x340,_0x2d5053:0x2cd,_0xad94a6:0x1ee,_0x4adbb5:0x210,_0x2ff3eb:0x385,_0x536e48:0x358,_0x36e034:0x3c2,_0x513f90:0x3c8,_0xcddd7c:0x347,_0x31c972:0x378,_0x1b8b5d:0x34e,_0x3af338:0x330,_0x564c41:0x210,_0x33b32c:0x2d8,_0x426ddf:0x27c,_0x5914d7:0x172,_0x3d6d89:0x139,_0x55216d:0x12f,_0x21f2d6:0x1ba,_0x591bcc:0x20d,_0x4de888:0x34a,_0x44c66e:0x1c1,_0x5b57e3:0x1f1,_0x4cb5a5:0x31a,_0x476020:0x2f7,_0x577a59:0x33e,_0x2a7f54:0x259,_0x44729d:0x1f4,_0x426b57:0x1c8,_0x3017bf:0x235,_0x6de38a:0x2d7,_0x4b7991:0x333,_0x4a9061:0x212,_0x28b5da:0x146,_0x1de3c1:0x1c7,_0x16fe09:0x170,_0xd12ee6:0x3d0,_0x3bb85d:0x3b5,_0x94530a:0x3d1,_0x280ed9:0x454,_0x4ca503:0x3d9,_0x31399e:0x347,_0x348042:0x302,_0x42c82f:0x353,_0xc6fdd:0x340,_0x5afcbc:0x27a,_0x24d2c4:0x31e,_0x18b1ce:0x303,_0x39c4dd:0x389,_0x22e8ec:0x291,_0x5a9eb1:0x312,_0x58024f:0x312,_0x13eebf:0x39d,_0x3e856a:0x2f0,_0x47d96a:0x2ec,_0x32b3dc:0x352,_0x3c265a:0x3a0,_0x4c7cec:0x2e8,_0x475584:0x3a2,_0x1fb9ee:0x2df,_0x45a3e0:0x32a,_0x2c2844:0x42b,_0x138fb8:0x2b5,_0x33c613:0x2c8,_0x20eaf1:0x333},_0x308d90={_0xdac1d:0xe7},_0x358c5c={_0x5db3d4:0x181},_0x1f5a08={};_0x1f5a08['IrhqK']='Failed\x20to\x20'+'read\x20templ'+'ate',_0x1f5a08['kfBBd']=_0x2595ed(0x2f1,0x2a9,0x336,0x337)+_0x2595ed(0x2b5,_0x79ca3c._0x40027e,_0x79ca3c._0x505235,0x32b)+'r',_0x1f5a08[_0x2595ed(0x403,0x3a2,_0x79ca3c._0x4babde,0x38a)]=function(_0x79630a,_0x54e2a2){return _0x79630a===_0x54e2a2;},_0x1f5a08[_0x3c3a50(-0x2bf,-0x24b,-_0x79ca3c._0x3e7ff9,-_0x79ca3c._0x3f3ee7)]=_0x3c3a50(-_0x79ca3c._0x1dc3ae,-_0x79ca3c._0x2c5403,-_0x79ca3c._0x3e410a,-0x1b6),_0x1f5a08[_0x3c3a50(-_0x79ca3c._0x1caa75,-0x20c,-_0x79ca3c._0x4f99cc,-0x1c5)]=_0x3c3a50(-_0x79ca3c._0x53cac4,-_0x79ca3c._0x3f2b29,-0x262,-0x254)+'t',_0x1f5a08['Ioiam']=_0x3c3a50(-0x2dd,-0x2bc,-0x29b,-_0x79ca3c._0x3d35fe)+_0x2595ed(_0x79ca3c._0x53bd1f,0x294,_0x79ca3c._0x37791e,0x2cc)+'e',_0x1f5a08[_0x2595ed(0x2f7,0x359,0x2dd,_0x79ca3c._0x1a8799)]=_0x2595ed(_0x79ca3c._0x11092b,_0x79ca3c._0x5d7b6b,0x30b,0x353)+_0x2595ed(_0x79ca3c._0x31045c,0x2a2,0x2d7,0x302)+'te',_0x1f5a08[_0x2595ed(_0x79ca3c._0x3cce62,_0x79ca3c._0x313cbf,_0x79ca3c._0xce596e,_0x79ca3c._0x5afd32)]=function(_0x2eba78,_0x295fbb){return _0x2eba78!==_0x295fbb;},_0x1f5a08[_0x2595ed(_0x79ca3c._0x869946,_0x79ca3c._0x269316,0x40b,0x3b6)]=_0x3c3a50(-0x19d,-0x18a,-0x1c1,-0x1f1)+'ates',_0x1f5a08[_0x2595ed(0x328,_0x79ca3c._0x53f4d1,0x31d,_0x79ca3c._0x52fdf0)]=function(_0x1c9ef6,_0x228a4f){return _0x1c9ef6!==_0x228a4f;},_0x1f5a08[_0x3c3a50(-0x2ac,-_0x79ca3c._0x578366,-_0x79ca3c._0x12c07e,-0x22b)]=_0x3c3a50(-0x1cd,-0x24e,-0x1ff,-0x1de),_0x1f5a08[_0x3c3a50(-_0x79ca3c._0x3f41de,-0x17d,-0x182,-0x1d1)]='wvEyD',_0x1f5a08[_0x3c3a50(-0x1c0,-_0x79ca3c._0xf2e6d1,-_0x79ca3c._0x4e8edd,-_0x79ca3c._0x460ae4)]=_0x3c3a50(-_0x79ca3c._0x561d7c,-_0x79ca3c._0x55d66e,-_0x79ca3c._0x3b4f03,-_0x79ca3c._0x331743),_0x1f5a08['bokPn']=function(_0x255ca6,_0x5e3edb){return _0x255ca6!==_0x5e3edb;},_0x1f5a08[_0x2595ed(_0x79ca3c._0x4858b8,_0x79ca3c._0x184798,_0x79ca3c._0x3b90c0,_0x79ca3c._0x1e1a29)]=function(_0x5c2057,_0x1e67a7){return _0x5c2057!==_0x1e67a7;},_0x1f5a08[_0x2595ed(0x343,0x37e,0x36d,_0x79ca3c._0x331b22)]='Template\x20u'+'pdated\x20by\x20'+_0x3c3a50(-_0x79ca3c._0x2b15df,-_0x79ca3c._0x591bb3,-0x25a,-_0x79ca3c._0x18225d),_0x1f5a08[_0x3c3a50(-0x1e4,-_0x79ca3c._0x246c5f,-_0x79ca3c._0x1359a9,-0x206)]=_0x2595ed(0x325,_0x79ca3c._0x2fc03c,0x310,_0x79ca3c._0x32e47a),_0x1f5a08[_0x3c3a50(-_0x79ca3c._0x452dca,-0x1bf,-_0x79ca3c._0x31c477,-_0x79ca3c._0x491765)]='qmVso',_0x1f5a08['zMaEU']=_0x2595ed(_0x79ca3c._0x2d6aca,_0x79ca3c._0x2ace29,_0x79ca3c._0x21e4b1,_0x79ca3c._0x338dea)+_0x2595ed(_0x79ca3c._0x3ea789,_0x79ca3c._0x97bda7,0x2aa,_0x79ca3c._0x167466)+'late';const _0x4cf89e=_0x1f5a08,{callingTask:_0x407418,taskUser:_0x55df21,environmentName:_0x506fa1,environmentPath:_0x44b77f}=_0x584bd5,{name:_0x50ddde}=_0x584bd5[_0x2595ed(_0x79ca3c._0x3a2b15,_0x79ca3c._0x3c3687,0x421,0x3d8)],{content:_0x559433,metadata:_0x21b94c}=_0x584bd5['body'];function _0x2595ed(_0x203221,_0x4ade9e,_0x8c9afe,_0xd4dcc2){return _0x4654f1(_0x203221-0xfb,_0xd4dcc2-0x47,_0x203221,_0xd4dcc2-_0x358c5c._0x5db3d4);}if(_0x50ddde[_0x3c3a50(-_0x79ca3c._0x3e7ff9,-_0x79ca3c._0x27ab15,-_0x79ca3c._0x204a1d,-_0x79ca3c._0x1d641a)]('/')||_0x50ddde[_0x3c3a50(-_0x79ca3c._0x27b31a,-_0x79ca3c._0x320734,-0x23b,-_0x79ca3c._0x1d641a)]('\x5c')||_0x50ddde[_0x3c3a50(-_0x79ca3c._0x1d9764,-_0x79ca3c._0x2b8d40,-_0x79ca3c._0x1210cf,-_0x79ca3c._0x1d641a)]('..')){if(_0x4cf89e[_0x2595ed(_0x79ca3c._0x4adb07,0x40a,0x3f2,0x38a)](_0x4cf89e['YZlis'],_0x2595ed(0x39f,0x35d,0x3f9,_0x79ca3c._0x48bf71))){const _0x1381f={};return _0x1381f['error']=_0x4cf89e[_0x3c3a50(-_0x79ca3c._0x3408be,-0x1ac,-_0x79ca3c._0x1c4bb9,-_0x79ca3c._0x21bc65)],_0x1381f[_0x2595ed(_0x79ca3c._0x1d861b,_0x79ca3c._0x4556a6,0x40d,0x3a8)]=_0x4cf89e[_0x2595ed(0x31b,_0x79ca3c._0x5b5fc2,0x3ac,_0x79ca3c._0x46a6c8)],_0x96c92b[_0x3c3a50(-0x1b1,-0x193,-_0x79ca3c._0x204a1d,-_0x79ca3c._0x20de8f)](-0x24b*0x5+-0x7c*0x44+0x2df7)[_0x2595ed(_0x79ca3c._0x58f10a,0x32f,0x361,0x333)](_0x1381f);}else{const _0xee9b10={};_0xee9b10['taskId']=_0x2b0d6f[_0x2595ed(_0x79ca3c._0x40ea28,_0x79ca3c._0xbfa585,_0x79ca3c._0x33ee6c,0x340)],_0xee9b10[_0x3c3a50(-0x22d,-0x1d9,-0x2c5,-_0x79ca3c._0x575706)+'t']=_0x1f7cc9,_0xee9b10[_0x3c3a50(-0x24d,-0x230,-0x16b,-0x1ca)]=_0x5f59e9,_0xee9b10['error']=_0x4efbf6['message'],_0x5130d3[_0x2595ed(0x31d,_0x79ca3c._0x45ee2d,0x297,0x312)](_0x4cf89e['IrhqK'],_0xee9b10);const _0x1a0335={};_0x1a0335['error']=_0x4cf89e[_0x2595ed(0x2be,_0x79ca3c._0x167466,0x2da,0x345)],_0x1a0335[_0x3c3a50(-0x201,-_0x79ca3c._0x5c2f21,-_0x79ca3c._0xa5bfd4,-0x1a5)]=_0x4cf89e[_0x3c3a50(-0x1c9,-_0x79ca3c._0x42972e,-0x18a,-_0x79ca3c._0x4cb5fb)],_0x28eda7[_0x3c3a50(-0x195,-0x1fe,-_0x79ca3c._0x5cafd9,-0x1aa)](0x19e4*-0x1+-0x2*-0x683+0xed2)[_0x3c3a50(-0x244,-_0x79ca3c._0x418916,-0x215,-0x21a)](_0x1a0335);}}if(_0x4cf89e[_0x3c3a50(-0x20b,-_0x79ca3c._0x2f1fe1,-_0x79ca3c._0x2f6c4d,-_0x79ca3c._0x5a40ff)](_0x559433,undefined)){const _0x2f5a7a={};return _0x2f5a7a['error']=_0x4cf89e['KEMhl'],_0x2f5a7a['message']=_0x2595ed(_0x79ca3c._0x42a10b,0x3e9,_0x79ca3c._0xb7576d,_0x79ca3c._0x5a0a08)+'eld\x20is\x20req'+'uired',_0x96c92b[_0x3c3a50(-0x1f3,-_0x79ca3c._0x34781f,-_0x79ca3c._0x2462c8,-0x1aa)](-0x1*0x16eb+-0x1e88+0x1*0x3703)[_0x3c3a50(-_0x79ca3c._0x210685,-_0x79ca3c._0x48fecd,-0x222,-_0x79ca3c._0x34781f)](_0x2f5a7a);}logger[_0x3c3a50(-0x2a8,-_0x79ca3c._0xc382ee,-_0x79ca3c._0x25026c,-0x22e)](_0x4cf89e['AeeSU'],{'taskId':_0x407418[_0x2595ed(_0x79ca3c._0x4343b0,0x32b,_0x79ca3c._0x5db80f,0x340)],'environment':_0x506fa1,'template':_0x50ddde,'userId':_0x55df21['id'],'hasMetadata':_0x4cf89e['EsPsV'](_0x21b94c,undefined)});const _0x4df4c4=_0x524cef['join'](_0x44b77f,_0x4cf89e[_0x2595ed(_0x79ca3c._0x4b51de,_0x79ca3c._0x107892,_0x79ca3c._0x5bc089,0x3b6)]);function _0x3c3a50(_0x181a49,_0x42f6fc,_0x434bcc,_0xc89014){return _0x6a2054(_0x181a49-_0x308d90._0xdac1d,_0x42f6fc-0x7a,_0x181a49,_0xc89014- -0x7d);}const _0x2fa47f=_0x524cef['join'](_0x4df4c4,_0x50ddde+_0x2595ed(_0x79ca3c._0x4ee25d,0x3da,_0x79ca3c._0x516ab3,0x398)),_0x1bd534=_0x524cef[_0x3c3a50(-0x255,-0x1fd,-0x1a7,-0x1f3)](_0x4df4c4,_0x50ddde+'.json'),_0x3d2dd0=new Date()[_0x3c3a50(-0x13b,-0x178,-0x106,-_0x79ca3c._0x1ac1b7)+'g']();try{if(_0x4cf89e[_0x2595ed(0x321,0x328,_0x79ca3c._0x682d9b,0x3a9)](_0x4cf89e[_0x3c3a50(-0x19d,-_0x79ca3c._0x35e58c,-0x23d,-_0x79ca3c._0x3408be)],_0x4cf89e[_0x3c3a50(-_0x79ca3c._0x2827bb,-_0x79ca3c._0x3f2b29,-0x1bc,-_0x79ca3c._0x74f621)])){const _0x1ebe2a=_0x4cf89e['wDoiV'][_0x2595ed(0x3a1,_0x79ca3c._0x4a7eb5,0x39a,_0x79ca3c._0x8e1d9f)]('|');let _0x398a65=0x241*0xa+-0x1c14+0x2*0x2c5;while(!![]){switch(_0x1ebe2a[_0x398a65++]){case'0':_0x4cf89e[_0x3c3a50(-_0x79ca3c._0x1359a9,-0x247,-_0x79ca3c._0x1be5c4,-0x241)](_0x21b94c,undefined)&&_0x4cf89e[_0x2595ed(0x363,_0x79ca3c._0x4f4d8b,_0x79ca3c._0x195b53,_0x79ca3c._0x1e1a29)](_0x21b94c,null)&&await _0x266adc[_0x2595ed(0x454,0x351,0x3eb,0x3c8)](_0x1bd534,JSON[_0x3c3a50(-0x115,-0x16b,-0x13c,-0x184)](_0x21b94c,null,0x148d+0xa94*0x2+-0x29b3),_0x2595ed(_0x79ca3c._0x349988,0x3c7,_0x79ca3c._0x3ced74,0x36a));continue;case'1':const _0x2bb503={};_0x2bb503[_0x2595ed(0x31d,_0x79ca3c._0x50c077,_0x79ca3c._0x2de641,0x340)]=_0x407418[_0x2595ed(_0x79ca3c._0xf623ed,0x373,_0x79ca3c._0x5b45d4,_0x79ca3c._0x19393e)],_0x2bb503[_0x3c3a50(-0x2a8,-_0x79ca3c._0x2d5053,-_0x79ca3c._0xf2e6d1,-_0x79ca3c._0x575706)+'t']=_0x506fa1,_0x2bb503[_0x3c3a50(-_0x79ca3c._0xad94a6,-0x15e,-0x239,-0x1ca)]=_0x50ddde,_0x2bb503[_0x3c3a50(-_0x79ca3c._0x4adbb5,-0x1d8,-0x22e,-_0x79ca3c._0x27b31a)]=_0x55df21['id'],logger[_0x2595ed(_0x79ca3c._0x2ff3eb,0x2e5,_0x79ca3c._0x536e48,0x31f)](_0x4cf89e['RvgBd'],_0x2bb503);continue;case'2':await _0x266adc[_0x2595ed(_0x79ca3c._0x36e034,0x3a0,0x39b,_0x79ca3c._0x513f90)](_0x2fa47f,_0x559433,_0x4cf89e[_0x2595ed(0x2ff,0x377,0x338,_0x79ca3c._0xcddd7c)]);continue;case'3':const _0xb78ee9={};_0xb78ee9[_0x2595ed(0x2d8,_0x79ca3c._0x31c972,_0x79ca3c._0x1b8b5d,_0x79ca3c._0x3af338)]=!![],_0xb78ee9[_0x2595ed(0x330,0x305,0x323,0x2cd)]=_0x50ddde,_0xb78ee9[_0x3c3a50(-_0x79ca3c._0x564c41,-_0x79ca3c._0x33b32c,-_0x79ca3c._0x426ddf,-0x24a)+'t']=_0x506fa1,_0xb78ee9['updatedAt']=_0x3d2dd0,_0xb78ee9[_0x3c3a50(-_0x79ca3c._0x5914d7,-_0x79ca3c._0x27b31a,-0x1a1,-0x19d)+_0x3c3a50(-_0x79ca3c._0x3d6d89,-0x1d3,-_0x79ca3c._0x55216d,-_0x79ca3c._0x21f2d6)]=_0x407418[_0x3c3a50(-0x21d,-0x21a,-0x270,-_0x79ca3c._0x591bcc)],_0xb78ee9[_0x2595ed(0x3c6,0x35f,_0x79ca3c._0x5b45d4,_0x79ca3c._0x4de888)+_0x3c3a50(-_0x79ca3c._0x44c66e,-0x242,-_0x79ca3c._0x5b57e3,-0x230)]=_0x55df21['id'],_0x96c92b[_0x2595ed(_0x79ca3c._0x4cb5a5,_0x79ca3c._0x476020,_0x79ca3c._0x577a59,0x333)](_0xb78ee9);continue;case'4':const _0x3b56e4={};_0x3b56e4[_0x3c3a50(-0x2ae,-_0x79ca3c._0x2a7f54,-_0x79ca3c._0x44729d,-0x27d)]=!![],await _0x266adc[_0x3c3a50(-_0x79ca3c._0x1210cf,-_0x79ca3c._0x426b57,-_0x79ca3c._0x53cac4,-_0x79ca3c._0x3017bf)](_0x4df4c4,_0x3b56e4);continue;}break;}}else{const _0x22d6ac={};_0x22d6ac['templates']=[],_0x22d6ac[_0x3c3a50(-_0x79ca3c._0x578366,-0x2b2,-0x232,-0x24a)+'t']=_0x14b50e,_0x24f07f[_0x2595ed(0x31b,0x37a,_0x79ca3c._0x6de38a,_0x79ca3c._0x4b7991)](_0x22d6ac);}}catch(_0x20cfa4){if(_0x4cf89e[_0x3c3a50(-0x24a,-0x1b6,-_0x79ca3c._0x4a9061,-0x1c3)]('pnudy',_0x4cf89e[_0x3c3a50(-_0x79ca3c._0x28b5da,-_0x79ca3c._0x1de3c1,-_0x79ca3c._0x21bc65,-_0x79ca3c._0x16fe09)]))_0x5d8c2c=_0x5aabc8[_0x2595ed(_0x79ca3c._0xd12ee6,_0x79ca3c._0x3bb85d,0x307,0x390)],_0x36fbed=_0x202081[_0x2595ed(0x457,_0x79ca3c._0x94530a,_0x79ca3c._0x280ed9,_0x79ca3c._0x4ca503)],_0xe69034=_0x2a90a3[_0x2595ed(_0x79ca3c._0x31399e,_0x79ca3c._0x348042,_0x79ca3c._0x5b45d4,0x34c)+'g'];else{const _0xbf2b45={};_0xbf2b45[_0x2595ed(0x328,0x31e,_0x79ca3c._0x42c82f,_0x79ca3c._0xc6fdd)]=_0x407418['taskId'],_0xbf2b45[_0x2595ed(_0x79ca3c._0x5afcbc,_0x79ca3c._0x24d2c4,_0x79ca3c._0x3d35fe,_0x79ca3c._0x18b1ce)+'t']=_0x506fa1,_0xbf2b45['template']=_0x50ddde,_0xbf2b45[_0x2595ed(_0x79ca3c._0x39c4dd,_0x79ca3c._0x22e8ec,_0x79ca3c._0x5a9eb1,_0x79ca3c._0x58024f)]=_0x20cfa4['message'],logger[_0x2595ed(_0x79ca3c._0x13eebf,_0x79ca3c._0x3e856a,_0x79ca3c._0x47d96a,0x312)](_0x4cf89e[_0x2595ed(0x335,_0x79ca3c._0x32b3dc,_0x79ca3c._0x3c265a,0x3a6)],_0xbf2b45);const _0x4c4cfd={};_0x4c4cfd[_0x3c3a50(-0x264,-0x1e8,-0x258,-0x23b)]=_0x4cf89e[_0x2595ed(_0x79ca3c._0x4c7cec,_0x79ca3c._0x475584,0x311,0x345)],_0x4c4cfd['message']=_0x2595ed(_0x79ca3c._0x1fb9ee,_0x79ca3c._0x45a3e0,0x3e6,0x366)+'write\x20temp'+_0x3c3a50(-0x2bb,-0x1c8,-0x28a,-0x246),_0x96c92b[_0x2595ed(_0x79ca3c._0x2c2844,0x378,0x384,0x3a3)](-0x18bb+-0x11*-0x23c+-0xb4d)[_0x2595ed(_0x79ca3c._0x138fb8,_0x79ca3c._0x33c613,0x333,_0x79ca3c._0x20eaf1)](_0x4c4cfd);}}}),router['delete'](_0x6a2054(-0x14e,-0x19e,-0x1da,-0x169)+_0x6a2054(-0x1ae,-0x130,-0xaa,-0x131),requireTaskAuth,requireTemplatesPermission,async(_0x371c57,_0x2aa375)=>{const _0x483d24={_0x1b46b5:0x633,_0x1afa86:0x66d,_0x1d3e3c:0x201,_0x432eb3:0x1f9,_0x40893b:0xf3,_0x44a0b0:0x64d,_0x6707a7:0x68c,_0x565bad:0x60e,_0x28ede4:0x19a,_0x526344:0xb8,_0x40b1fc:0x19b,_0x103bcd:0x1d2,_0x3e90dc:0x56d,_0x232d51:0x4a3,_0x1a9ae1:0x58b,_0x35ac8f:0x508,_0x29cf1d:0x5c3,_0x9714b4:0x5e6,_0x4576c3:0xfa,_0x20decf:0xdd,_0x7e9dbb:0x185,_0x1646e4:0x117,_0x24879f:0x195,_0x3f69e0:0x75,_0x195879:0x76,_0x576720:0x189,_0x49f03d:0xf4,_0x553fba:0x120,_0x3f8def:0xd4,_0x21a4b5:0x165,_0x30225a:0x13b,_0x2298fb:0x5f6,_0x4b4aaf:0x585,_0x44adce:0x5ac,_0x4dbcf6:0x49f,_0x4c3781:0x534,_0x1ec668:0x4b8,_0x491944:0x517,_0x26c736:0x1bc,_0xc1345b:0x605,_0x49c9d6:0x560,_0x51b205:0x53d,_0x4cce35:0x5b1,_0x14b245:0x556,_0x136913:0xc8,_0x4fc538:0x130,_0x56ee5b:0x5da,_0x100df3:0x5db,_0x409b72:0x601,_0x318056:0x5a2,_0x5176e4:0x1ae,_0x851247:0xcf,_0x579113:0x128,_0x575b7b:0x1a9,_0x4efc69:0x224,_0x128116:0x1a0,_0x2e3325:0x526,_0x5e95e8:0x53a,_0x13afb4:0x164,_0x58159e:0x169,_0x95a25e:0x5fc,_0x332274:0x59e,_0x3e639b:0x174,_0x49bb34:0x183,_0xa66c25:0x178,_0xb554d6:0x167,_0x56fec9:0x1aa,_0x2431f4:0x500,_0x82e252:0x4fc,_0x5daf4e:0x57c,_0x3026b2:0x124,_0x5a9e65:0x217,_0x3ca058:0x1d9,_0x381381:0x124,_0x28e1b1:0x9f,_0x28f490:0xae,_0xd59e6a:0x117,_0x3f2bcd:0x19f,_0x168444:0x1ad,_0x5b8011:0x19c,_0x4c57d7:0x14d,_0x29c174:0x5ab,_0x5632b1:0x649,_0x1a56de:0x183,_0x2b384c:0xa4,_0x8f098f:0x515,_0xb82bb2:0x567,_0x6013da:0x596,_0x400d54:0x5c0,_0x575a4a:0x60f,_0x4c8852:0x650,_0x3e0ac5:0x5ba,_0x1515b1:0x5c3,_0x3fdf89:0x17b,_0x37cc8f:0x5ce,_0x4104e6:0x514,_0x1c9473:0x595,_0x34bb73:0x4f3,_0x3600b2:0xfd,_0x1f0803:0x5e4,_0x584c35:0xf3,_0xa2321a:0x90,_0x5b5840:0x1d5,_0x51db8c:0x160,_0xf0015c:0x57c,_0x451248:0x18f,_0xa1a646:0x5af,_0x3077e7:0x502,_0x509a42:0x53f,_0x3f4346:0x594,_0x24bfea:0x588,_0x3550d7:0x5cf,_0x433d74:0x5bc,_0x5f20e3:0x5b2,_0x29bf9f:0x177,_0x2cc8c7:0x13d,_0x59545c:0x16b,_0xda951c:0x1af,_0x1d8b88:0x225,_0x52edb4:0x181,_0x2fbc4c:0x1fe,_0x17ec87:0x12c,_0x55240c:0x1c7,_0x7fdd55:0xd5,_0x48b9d1:0x18a,_0x370003:0x18a,_0x27a7dd:0x1a4,_0x38fe10:0x51f,_0x292aa3:0x506,_0x4b9b72:0x56f,_0x43e3e7:0x195,_0x4f8fc4:0x192,_0x1f0f6d:0x15b,_0x3cbb36:0xff,_0x341179:0x54c,_0x464e2d:0x15c,_0x1526d1:0x53b,_0x327b41:0x1b4,_0x36c3f0:0x190,_0xa727aa:0x218,_0x5c2932:0x15f,_0x266ab1:0x14b,_0x5add15:0x147,_0x47e7e1:0xf9,_0x2d7682:0xd0,_0x1aa7bc:0x159,_0x2ce3be:0x5cc,_0x2e2d6c:0x584,_0x283a1f:0x5d1,_0x4ab6d9:0x544,_0x4f2dc1:0x5c8,_0x541cb0:0x1a5,_0x4dbc2b:0x195,_0x5b9251:0x136,_0x28328c:0x586,_0xf73c02:0x195,_0x2e4e58:0x215,_0x1a8aca:0x109,_0x4bdcf0:0xfc,_0x28016e:0x50c,_0x4a1fca:0x5ac,_0x4cb4a7:0x549,_0x355ea1:0x12e,_0x5009ba:0x7d,_0x820dbb:0x109,_0x4c6c91:0x124,_0x42665d:0x9d,_0x395915:0x593,_0x3d6eee:0x5df},_0x4f5690={_0x31c413:0xf7,_0x3a9cb9:0x283,_0x34ca37:0x38},_0x28c3e4={_0x2c839b:0x1c0,_0x234b1e:0x460},_0x1fffd9={};_0x1fffd9[_0x8b292e(0x5e6,_0x483d24._0x1b46b5,_0x483d24._0x1afa86,0x5e6)]=_0x270f3d(-0x1ae,-_0x483d24._0x1d3e3c,-0x20b,-_0x483d24._0x432eb3)+'t',_0x1fffd9[_0x270f3d(-_0x483d24._0x40893b,-0xc6,-0x121,-0x129)]='Content\x20fi'+_0x270f3d(-0x17d,-0x147,-0x167,-0x195)+_0x8b292e(_0x483d24._0x44a0b0,_0x483d24._0x6707a7,0x597,_0x483d24._0x565bad),_0x1fffd9[_0x270f3d(-0x145,-_0x483d24._0x28ede4,-_0x483d24._0x526344,-_0x483d24._0x40b1fc)]=_0x270f3d(-_0x483d24._0x103bcd,-0x1f8,-0x25e,-0x20f)+_0x8b292e(_0x483d24._0x3e90dc,_0x483d24._0x232d51,_0x483d24._0x1a9ae1,_0x483d24._0x35ac8f)+'e',_0x1fffd9[_0x8b292e(_0x483d24._0x29cf1d,_0x483d24._0x9714b4,0x57e,0x591)]=_0x270f3d(-_0x483d24._0x4576c3,-_0x483d24._0x20decf,-_0x483d24._0x7e9dbb,-_0x483d24._0x1646e4)+_0x270f3d(-0x1a5,-_0x483d24._0x24879f,-0x159,-0x1cb)+'te',_0x1fffd9[_0x270f3d(-0xe1,-0xa8,-0x135,-_0x483d24._0x3f69e0)]='task-templ'+'ates',_0x1fffd9[_0x270f3d(-_0x483d24._0x20decf,-_0x483d24._0x195879,-0xfd,-0x16a)]=function(_0x3d8bb3,_0x3e5186){return _0x3d8bb3!==_0x3e5186;},_0x1fffd9[_0x8b292e(0x5a5,0x519,0x5a5,0x585)]='MfAfl',_0x1fffd9[_0x270f3d(-0x16b,-_0x483d24._0x576720,-0x1bd,-_0x483d24._0x49f03d)]='YCbBX',_0x1fffd9[_0x270f3d(-_0x483d24._0x553fba,-0x16a,-0x169,-_0x483d24._0x3f8def)]=function(_0x37c166,_0x3a59f8){return _0x37c166!==_0x3a59f8;},_0x1fffd9[_0x270f3d(-_0x483d24._0x21a4b5,-0x1c4,-_0x483d24._0x30225a,-0x12b)]=_0x8b292e(_0x483d24._0x2298fb,_0x483d24._0x4b4aaf,_0x483d24._0x44adce,0x5f7),_0x1fffd9[_0x8b292e(_0x483d24._0x4dbcf6,_0x483d24._0x4c3781,_0x483d24._0x1ec668,_0x483d24._0x491944)]='Template\x20d'+_0x270f3d(-0x192,-0x165,-0x17b,-_0x483d24._0x26c736)+_0x8b292e(_0x483d24._0xc1345b,_0x483d24._0x49c9d6,_0x483d24._0x51b205,_0x483d24._0x4cce35),_0x1fffd9[_0x8b292e(0x54b,_0x483d24._0x14b245,0x527,0x52f)]=_0x270f3d(-_0x483d24._0x136913,-0x107,-0x114,-0xb5),_0x1fffd9['KQTes']=_0x270f3d(-0x1bc,-0x214,-_0x483d24._0x4fc538,-0x134),_0x1fffd9[_0x8b292e(0x61a,0x621,0x648,_0x483d24._0x56ee5b)]=_0x8b292e(_0x483d24._0x100df3,_0x483d24._0x409b72,0x5b0,_0x483d24._0x318056)+'delete\x20tem'+'plate',_0x1fffd9[_0x270f3d(-0x1ad,-0x1ec,-0x1c2,-0x169)]=_0x270f3d(-0x170,-0x116,-0x1e8,-_0x483d24._0x5176e4)+'erver\x20Erro'+'r';function _0x270f3d(_0x55a6b5,_0x3f4472,_0x2e5ba0,_0x56c29e){return _0x4654f1(_0x55a6b5-_0x28c3e4._0x2c839b,_0x55a6b5- -_0x28c3e4._0x234b1e,_0x56c29e,_0x56c29e-0x1a4);}const _0x5c2853=_0x1fffd9,{callingTask:_0x45d46c,taskUser:_0x3adf52,environmentName:_0x443994,environmentPath:_0x34857f}=_0x371c57,{name:_0x3bef8a}=_0x371c57[_0x270f3d(-_0x483d24._0x851247,-0x59,-_0x483d24._0x579113,-0xed)];if(_0x3bef8a[_0x270f3d(-_0x483d24._0x575b7b,-_0x483d24._0x4efc69,-0x1ce,-_0x483d24._0x128116)]('/')||_0x3bef8a[_0x8b292e(_0x483d24._0x2e3325,0x542,0x528,_0x483d24._0x5e95e8)]('\x5c')||_0x3bef8a['includes']('..')){const _0x105378={};return _0x105378[_0x270f3d(-0x195,-0x1b6,-_0x483d24._0x13afb4,-_0x483d24._0x58159e)]='Bad\x20Reques'+'t',_0x105378['message']=_0x5c2853[_0x8b292e(0x5e8,_0x483d24._0x95a25e,0x625,_0x483d24._0x332274)],_0x2aa375['status'](-0x141f+-0x2519+0xd1*0x48)[_0x270f3d(-_0x483d24._0x3e639b,-0x161,-_0x483d24._0x49bb34,-_0x483d24._0xa66c25)](_0x105378);}const _0x442e2c={};_0x442e2c[_0x270f3d(-_0x483d24._0xb554d6,-0x1a7,-_0x483d24._0x56fec9,-0xfc)]=_0x45d46c[_0x8b292e(0x4fd,_0x483d24._0x2431f4,_0x483d24._0x82e252,_0x483d24._0x5daf4e)],_0x442e2c[_0x270f3d(-0x1a4,-_0x483d24._0x3026b2,-_0x483d24._0x5a9e65,-_0x483d24._0x3ca058)+'t']=_0x443994,_0x442e2c[_0x270f3d(-_0x483d24._0x381381,-_0x483d24._0x28e1b1,-_0x483d24._0x28f490,-0x9a)]=_0x3bef8a,_0x442e2c[_0x270f3d(-0x127,-_0x483d24._0xd59e6a,-_0x483d24._0x3f2bcd,-_0x483d24._0x168444)]=_0x3adf52['id'],logger['info'](_0x5c2853[_0x270f3d(-0x152,-0x19b,-_0x483d24._0x5b8011,-0x1a0)],_0x442e2c);const _0x2f77a4=_0x524cef[_0x270f3d(-_0x483d24._0x4c57d7,-0x1a7,-0x155,-0x17c)](_0x34857f,_0x5c2853[_0x8b292e(0x66e,_0x483d24._0x29c174,_0x483d24._0x5632b1,0x602)]);function _0x8b292e(_0xab8cd9,_0x471d91,_0x3168c4,_0x4d9dc5){return _0x4654f1(_0xab8cd9-_0x4f5690._0x31c413,_0x4d9dc5-_0x4f5690._0x3a9cb9,_0x3168c4,_0x4d9dc5-_0x4f5690._0x34ca37);}const _0x3ab3cc=_0x524cef['join'](_0x2f77a4,_0x3bef8a+_0x270f3d(-0x10f,-_0x483d24._0x1a56de,-0x147,-_0x483d24._0x2b384c)),_0x1eb702=_0x524cef[_0x8b292e(_0x483d24._0x8f098f,_0x483d24._0xb82bb2,0x61d,_0x483d24._0x6013da)](_0x2f77a4,_0x3bef8a+_0x8b292e(0x6a9,_0x483d24._0x400d54,_0x483d24._0x575a4a,0x61d));try{if(_0x5c2853['zbLvX'](_0x5c2853['ilUWC'],_0x5c2853['oHCXf'])){await _0x266adc['access'](_0x3ab3cc),await _0x266adc['unlink'](_0x3ab3cc);try{if(_0x5c2853[_0x8b292e(_0x483d24._0x4c8852,_0x483d24._0x3e0ac5,0x5e8,_0x483d24._0x1515b1)](_0x5c2853[_0x270f3d(-0x165,-0x1d8,-_0x483d24._0x3fdf89,-0x182)],_0x5c2853[_0x8b292e(_0x483d24._0x37cc8f,_0x483d24._0x4104e6,0x5af,0x57e)])){const _0x44aaba={};return _0x44aaba[_0x8b292e(0x56e,_0x483d24._0x1c9473,_0x483d24._0x34bb73,0x54e)]=_0x5c2853[_0x270f3d(-_0x483d24._0x3600b2,-0xfb,-0x139,-0xcc)],_0x44aaba[_0x8b292e(0x61f,0x646,0x5a6,_0x483d24._0x1f0803)]=_0x5c2853[_0x270f3d(-_0x483d24._0x584c35,-_0x483d24._0xa2321a,-0x8d,-0x76)],_0x20875f['status'](-0x6*0x557+-0xdbb+0x6c3*0x7)[_0x8b292e(0x50c,0x564,0x4f6,0x56f)](_0x44aaba);}else await _0x266adc[_0x270f3d(-0x14e,-0x1d3,-_0x483d24._0x5b5840,-_0x483d24._0x51db8c)](_0x1eb702);}catch{}const _0x5b82d8={};_0x5b82d8[_0x8b292e(0x5e7,0x5ae,0x5c1,_0x483d24._0xf0015c)]=_0x45d46c[_0x270f3d(-_0x483d24._0xb554d6,-0x1ae,-_0x483d24._0x451248,-0x172)],_0x5b82d8[_0x8b292e(_0x483d24._0xa1a646,_0x483d24._0x3077e7,0x518,_0x483d24._0x509a42)+'t']=_0x443994,_0x5b82d8[_0x8b292e(0x574,0x5bb,_0x483d24._0x3f4346,0x5bf)]=_0x3bef8a,_0x5b82d8[_0x8b292e(_0x483d24._0x24bfea,0x61d,_0x483d24._0x3550d7,_0x483d24._0x433d74)]=_0x3adf52['id'],logger[_0x8b292e(0x4fa,_0x483d24._0x3077e7,_0x483d24._0x5f20e3,0x55b)](_0x5c2853[_0x270f3d(-0x1cc,-0x201,-0x1b9,-0x19e)],_0x5b82d8);const _0x56950a={};_0x56950a[_0x270f3d(-_0x483d24._0x29bf9f,-_0x483d24._0x2cc8c7,-0x125,-_0x483d24._0x59545c)]=!![],_0x56950a[_0x270f3d(-0x1da,-0x1c1,-_0x483d24._0xda951c,-_0x483d24._0x1d8b88)]=_0x3bef8a,_0x56950a[_0x270f3d(-0x1a4,-0x147,-_0x483d24._0x52edb4,-0x19e)+'t']=_0x443994,_0x56950a[_0x270f3d(-0x176,-0x1f5,-0x1fb,-_0x483d24._0x2fbc4c)+'askId']=_0x45d46c[_0x270f3d(-0x167,-_0x483d24._0x17ec87,-0x15a,-_0x483d24._0x55240c)],_0x56950a[_0x270f3d(-0x136,-0xcf,-_0x483d24._0x7fdd55,-0x1a4)+_0x270f3d(-_0x483d24._0x48b9d1,-_0x483d24._0x370003,-_0x483d24._0x56fec9,-_0x483d24._0x27a7dd)]=_0x3adf52['id'],_0x2aa375[_0x8b292e(_0x483d24._0x38fe10,_0x483d24._0x292aa3,0x502,_0x483d24._0x4b9b72)](_0x56950a);}else{const _0x2c912b={};return _0x2c912b[_0x270f3d(-_0x483d24._0x43e3e7,-_0x483d24._0x4f8fc4,-0x21d,-_0x483d24._0x1f0f6d)]=_0x5c2853['lyvzk'],_0x2c912b[_0x270f3d(-_0x483d24._0x3cbb36,-0xf8,-0x10e,-0xc9)]=_0x5c2853[_0x8b292e(0x5ab,_0x483d24._0x341179,_0x483d24._0x4cce35,_0x483d24._0x332274)],_0x2f63dc[_0x270f3d(-0x104,-0x134,-_0x483d24._0x464e2d,-0x192)](-0x1bae*-0x1+0x1*0x15e3+-0x3001*0x1)['json'](_0x2c912b);}}catch(_0x5740d0){if(_0x5740d0[_0x8b292e(0x58a,_0x483d24._0x1526d1,0x5a5,0x58c)]===_0x5c2853[_0x270f3d(-_0x483d24._0x327b41,-_0x483d24._0x36c3f0,-_0x483d24._0xa727aa,-_0x483d24._0x5c2932)]){const _0x43e199={};_0x43e199[_0x270f3d(-0x195,-_0x483d24._0x266ab1,-_0x483d24._0x5add15,-0x160)]=_0x5c2853[_0x270f3d(-_0x483d24._0x47e7e1,-0xb1,-0x173,-_0x483d24._0x2d7682)],_0x43e199[_0x270f3d(-_0x483d24._0x3cbb36,-_0x483d24._0x1aa7bc,-0x11f,-0xb8)]=_0x270f3d(-0x130,-0x188,-0x143,-0xb5)+_0x3bef8a+('\x27\x20not\x20foun'+'d'),_0x2aa375[_0x270f3d(-0x104,-0x78,-0xbb,-0xdf)](-0x1334+-0x26b9*0x1+0x3b81)[_0x8b292e(_0x483d24._0x2ce3be,_0x483d24._0x433d74,0x5b6,0x56f)](_0x43e199);}else{const _0x3d1ec0={};_0x3d1ec0['taskId']=_0x45d46c[_0x8b292e(0x5e5,_0x483d24._0x2e2d6c,_0x483d24._0x283a1f,0x57c)],_0x3d1ec0[_0x8b292e(0x5b1,_0x483d24._0x4ab6d9,_0x483d24._0x4f2dc1,0x53f)+'t']=_0x443994,_0x3d1ec0[_0x270f3d(-_0x483d24._0x381381,-_0x483d24._0x541cb0,-0xd5,-0xf7)]=_0x3bef8a,_0x3d1ec0[_0x270f3d(-_0x483d24._0x4dbc2b,-0x1f5,-0x134,-_0x483d24._0x5b9251)]=_0x5740d0[_0x8b292e(0x5b1,_0x483d24._0x28328c,0x5e7,_0x483d24._0x1f0803)],logger[_0x270f3d(-_0x483d24._0xf73c02,-0x215,-0x130,-_0x483d24._0x2e4e58)](_0x5c2853[_0x270f3d(-_0x483d24._0x1a8aca,-_0x483d24._0x4bdcf0,-0xe4,-0xe2)],_0x3d1ec0);const _0x521de0={};_0x521de0['error']=_0x5c2853[_0x8b292e(_0x483d24._0x28016e,_0x483d24._0x4a1fca,_0x483d24._0x4cb4a7,0x536)],_0x521de0[_0x270f3d(-_0x483d24._0x3cbb36,-0x81,-_0x483d24._0x355ea1,-_0x483d24._0x5009ba)]=_0x5c2853[_0x270f3d(-_0x483d24._0x820dbb,-_0x483d24._0x4c6c91,-_0x483d24._0x42665d,-0x100)],_0x2aa375[_0x8b292e(_0x483d24._0x395915,0x5e7,0x5ac,_0x483d24._0x3d6eee)](0x6*0x4ee+0x7*0x4d6+-0x102*0x3d)['json'](_0x521de0);}}});export default router;
|