@profoundlogic/coderflow-server 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/coder-git-credential-helper +16 -0
- package/dist/base-image/sync-repos.sh +30 -1
- 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/compression-filter.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/memory-utils.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-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.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/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.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/stats.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/admin.css +95 -1
- package/dist/web-ui/public/admin.html +29 -1
- package/dist/web-ui/public/admin.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.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +45 -0
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +45 -0
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +25 -2
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x18e6(){const _0x527bbb=['l2LUC3rYDwn0Aq','rgnQCxa','ihbLCM1PC3nPBW','Aw5MBW','wvjytvC','BwvUDa','s2ndtNK','CMvJDxjZAxzL','DLrdu1q','DcbTyw5Hz2vTzq','B3j5igzPBgu','DwLYzwq','vxnLCIbSywnRCW','DgfZA3m','CezHqu0','CvbTzeG','wKvIv1G','DxbKyxrLzef0','DvD3yKG','t3bks0q','A3Hcte0','zLDRy2G','txH6rMy','C2L6zq','BMCGBwvTB3j5ia','Aw9UCYb1CgrHDa','CgfYyw1Z','zuDIr2G','CgPxB1u','tuvnt1jzlM1K','DgvTCgXHDgu','wwr6rLq','vgfZAYbOyxmGBG','EMvK','q2zgENy','D3jPDguGBwvTBW','vgfZAY1jzcbOzq','ruT5ANK','zMLSzw5HBwu','thjhB2u','zwXLDgvKigj5ia','wLjbrue','Aw9UCW','D3jPDguGAw5ZDa','Eefry0W','DgfZA0LK','C3rHDhvZ','ihDPDgGGDw5RBG','wwL0tva','zgvSzxrLza','CKXTwhy','CNKGAw5KzxG','v25wwuu','B0Xctfu','yxnRswq','BwLZC2LVBG','B25Z','y3rPB25ZihbLCG','t1fbyM8','z2v0','u2DvwM0','zwqGyNKGDgfZAW','sw52ywXPzcbMAq','tefQuva','BxH2y0G','u1r6teu','zxjYB3i','AvHXzva','C3vJy2vZCW','DcbPBNn0CNvJDa','rNbYuLe','t3LTsg4','DLfSBNK','vw5HDxrOB3jPEG','C2j0vhy','lZPUyw1L','zMLSzxm','mZmYotmXmKfcAg1IsW','zgzyv2S','zgvZy3jPChrPBW','ALzRD08','BM90igHHDMuGCa','AufjEui','CLPtBeu','vfmUBwq','qM9jvg4','vgfZAYbKzwXLDa','ig5VDcbMB3vUza','AvjqBva','DM1xDKy','Dhm6BwvTB3j5','sKHuq1q','yMLYDgH0Aw1L','s2vvAeO','igLUzgv4','tLzPCLi','Bwv0ywrHDge','vxnLCIbKB2vZia','uM91DgvY','mNP3z0XKqW','ndbTt1H5t0W','C2LVBG','D3jPDguGquDftG','jYbUB3qGzM91BG','Dg9ju09tDhjPBG','uhzlqNK','BwTKAxi','l21LBw9YEq','C21OC0i','rKDdzxe','igvUDMLYB25Tzq','t1niv1y','y2fSBgLUz1rHCW','DuHKBM4','Dw5SAw5R','ru5pru5u','EsbMAwXL','Dcb0zw1WBgf0zq','Evv0D3a','rfLqrK8','AvPXtgO','Cxr4zhO','ChL6yvu','vgfZAYb1CgrHDa','vgfZAYbSAxn0Aq','Dg8GDxbKyxrLia','Dg8GBwfUywDLia','zw52AxjVBM1LBG','zwXKigLZihjLCq','vgfZAYbMzxrJAa','yLLwCwO','quL1rK0','C3rYAw5NAwz5','CMvHzezPBgu','twLZC2LUzYbylq','ywnJzxnZ','yKLAtfi','CMvHzgrPCG','AgvHzgvYCW','BMfTzq','CgrAtNu','y29Kzq','ChjwBve','BwfW','ENjQC3O','ruzQwgu','ywXS','tgfqAuC','ChLotu8','su5ouu0','zwXAEgS','vgvTCgXHDguGjW','D3jPDguGDgvTCa','Ce1PseC','yxrLCW','u09kzMW','BgvUz3rO','ig1PC3nPBMCGwa','vgfZAYbYzwfKAq','BMPuz2u','rgfrtxK','DLH5r3a','BgvUyw1L','B3DkBfC','uY5Tza','zw5KC1DPDgG','qvnkEee','rhP5Duy','Cwzvq1e','rMfPBgvKihrVia','Aw5JBhvKzxm','zMLSDgvY','D3jPDgvgAwXL','DKHiBxC','AvblyM0','y3jLyxrLza','tejLqNi','rvjlwfO','u2T5BNa','Dhn5uLa','mJu2ndK1swvMsKfQ','CNvJDgLVBNmGzG','vMPUA1C','ChrZzfy','BNqGCMvXDwvZDa','z3rO','CM1xD3q','tNnnA1G','CMvHzcbPBNn0CG','Dwn0Aw9UCYbMAq','zgvSzxrLzej5va','uLjwCvu','y3jYre4','yxrL','CgziqwG','yLbbt00','EsbMAwXLCW','AwXLBMfTzq','CMvHzcbbr0vova','y29UDgvUDeXLBG','y0TZvui','quDftLrtlM1K','AM9PBG','y05tCxm','zxHPC3rZ','CMvHzcbTzw1VCG','lMPZB24','CvHzruK','BLjLzu8','wM1yD0i','Ce5QDNO','yM9KEq','sw52ywXPzcb0yq','AwXTDKe','CgfYC2u','A25ky0S','Aw5NigvUDMLYBW','twvTB3j5igzPBa','y29KzxjdB25MAq','AvnTqwO','reDuyLK','DfLxwgG','uNbzuNu','v3D3wgy','DgvZihbLCM1PCW','BNrZoM1LBw9YEq','AMPWr0K','DcbTzw1VCNK','DxrMltG','ruTzDNO','sunczvq','zwqGzw52AxjVBG','Aw5Nig1LBw9YEq','v2DXDfi','zxPZqKi','vKPKuuW','Au5Tq1e','verZywq','lM1K','DNrHCNe','ywfWrLi','y29UDgvUDa','ANnVBG','EuD1D2u','BNqGCM91DguGBG','BMn4vKi','AhDiALa','zgvSzxrL','Aw5NihrLBxbSyq','DgfZAY10zw1WBa','BM90igzVDw5K','BM9eu0W','CNKGzMLSzq','zgv4','C2vYswq','y2zxDxK','D2fYBG','CeTxB1a','t3PsBMi','wKDyvLK','Aej2Cxa','igzPBgu','wgn0CNu','DxnLCM5HBwu','vgfZAYb1C2vYia','DhbYzei','z3jgq3K','BxbSyxrLig5HBq','mtK4mdC4CePJA0Dh','su5Wz0y','Exndrw4','AxPLza','l3rLBxbSyxrLCW','EKnsEfm','nJiWnJuYvKHRt05i','vMTzuKO','DeLIvuC','B3DUihrHC2SGsq','Bgf0zq','qMnyuhC','yKTmv0y','DenVBMzPzW','q29UDgvUDcbMAq','BgLZDcb0zw1WBa','vwLpsuO','BNvIuuS','sejou3O','CgXHDgu','vgvTCgXHDguGza','BKf5Ehi','DxnLCKLK','uxvjuw0','t095rMG','BNrZoMLUC3rYDq','l21LBw9YEs86zG','De5HBwu','DxbKyxrLza','BM5Rv2O','EvreDeS','uhH4Cu0','r3vkAwO','BMCGzw52AxjVBG','DwzuwKm','rLftDxC','A0ncwwK','twn4wNu','DcbPBML0AwfSAq','odiXmJG2BfzTtKHd','yM5Mq3y','DxbKyxrLzej5va','CNvJDgLVBNm','uwPqzLm','BeLzBwy','B09wAve','r2DdruO','vgz0y0q','sw50zxjUywWGuW','tM90iezVDw5K','zsbUB3qGzM91BG','t0rVwfy','uuXxvhG','DgfZA1vZzxi','qMfKifjLCxvLCW','lvrHC2STswqGAa','tgPiwwq','BfLZzxa','BYbLBNzPCM9UBq','tvfcELe','sw52ywXPzcb0zq','zMLSzq','u2DUyvC','Chv0','rw52AxjVBM1LBG','wNHRwMu','ndC0odi0n3joAwzZzG','qLjgs0C','vgfZAYbVD25LCG','Dhm6Aw5ZDhj1yW','BM1LBNqGAw5ZDa','BgLZDcbTzw1VCG','t01wBxu','v3vNq2C','CMvWBgfJzq','tfH6yuK','BNrZoNrLBxbSyq','tKrlzxm','AfnPuxu','ywrLCG','vhzXv1O','r2P2EKi','rM9YyMLKzgvU','EMrdBxu','BeXev3u','zgvSzxrLihrLBq','l21LBw9YEs1PBG','CMvHzcb0zw1WBa','yuDLuhC','rg1Tu0O','zxj2zxiGrxjYBW','sgfjA2m','Cgf0Aa','BMPSr0C','zvvgq2m','BwvZC2fNzq','zvjlC3i','yuHfrfy','EvLnELO','BwvTB3j5','DxbKyxrLzej5vq','zxjTAxnZAw9Uia','zgvSzxrLzej5vq','ruHfDeO','qwvbs0e','wLD0t0C','DcbUB3qGzM91BG','DgvTCgXHDgvZ','mtK3odi4ngrNDfbbAG','ywfPs3C','rKXZtgi','DgfZAW','tKfmzvy','C3HuC2O'];_0x18e6=function(){return _0x527bbb;};return _0x18e6();}(function(_0x21b1df,_0x673d80){const _0x1932c0={_0x7d8d9d:0x121,_0x468f1f:0x1b0,_0x5d7a32:0x1f6,_0x264b98:0x223,_0x3309b7:0x186,_0x3e1478:0x136,_0x289b1e:0x7d,_0x487196:0xd0,_0xca8c9e:0x120,_0x38f175:0xc4,_0x60e020:0x194,_0x765e77:0x10a,_0x7e059:0xb7,_0x5954c5:0xc7,_0x1af4ea:0x115,_0x58ae11:0x1f0,_0x51a593:0x23b,_0x2b4610:0x29c,_0xbca064:0x131,_0x51d1b0:0x18a,_0x2db520:0x1df,_0x6021a6:0x1f1,_0x372c64:0x1bb,_0x34d986:0x151,_0x26f9b3:0x12c,_0x1e5c75:0x19e},_0x16f839={_0x4a6e1b:0x346};function _0x30fd57(_0x238fd0,_0x4d5bfb,_0x1bfe68,_0x353047){return _0x4d4a(_0x238fd0- -_0x16f839._0x4a6e1b,_0x353047);}const _0x5483da=_0x21b1df();function _0xc62e2(_0x556345,_0x12c4d6,_0x2e5f43,_0x595fda){return _0x4d4a(_0x556345- -0x41,_0x2e5f43);}while(!![]){try{const _0xf1f43=parseInt(_0x30fd57(-_0x1932c0._0x7d8d9d,-_0x1932c0._0x468f1f,-0x1dd,-0x143))/(0x16cf*-0x1+0x2*0xaff+0x2a*0x5)*(-parseInt(_0x30fd57(-_0x1932c0._0x5d7a32,-0x13d,-_0x1932c0._0x264b98,-_0x1932c0._0x3309b7))/(-0x593*-0x7+-0xe60+-0x18a3*0x1))+parseInt(_0xc62e2(_0x1932c0._0x3e1478,_0x1932c0._0x289b1e,_0x1932c0._0x487196,0x173))/(-0x768+-0x1ec5+0x2630)+parseInt(_0x30fd57(-_0x1932c0._0xca8c9e,-_0x1932c0._0x38f175,-_0x1932c0._0x60e020,-_0x1932c0._0x765e77))/(-0x1*0xd06+-0x146b*-0x1+0x1*-0x761)*(parseInt(_0xc62e2(_0x1932c0._0x7e059,_0x1932c0._0x5954c5,_0x1932c0._0x1af4ea,0x10c))/(-0xf0c+-0x1eb+0x87e*0x2))+-parseInt(_0x30fd57(-_0x1932c0._0x58ae11,-_0x1932c0._0x51a593,-_0x1932c0._0x2b4610,-_0x1932c0._0xbca064))/(-0x624+-0x505+0xb2f)+-parseInt(_0x30fd57(-_0x1932c0._0x51d1b0,-_0x1932c0._0x2db520,-_0x1932c0._0x5d7a32,-_0x1932c0._0x6021a6))/(-0x20f9+-0x4*0x282+0x51*0x88)+-parseInt(_0x30fd57(-0x137,-_0x1932c0._0x372c64,-0x164,-0xe0))/(0x77+-0x2a4+-0x71*-0x5)+parseInt(_0xc62e2(_0x1932c0._0x34d986,_0x1932c0._0x26f9b3,0xc1,_0x1932c0._0x1e5c75))/(0x1*0x2196+-0x447+-0x1d46);if(_0xf1f43===_0x673d80)break;else _0x5483da['push'](_0x5483da['shift']());}catch(_0x5dab04){_0x5483da['push'](_0x5483da['shift']());}}}(_0x18e6,-0x90445+0x1*0x88396+0x2*0x2a5b3));import _0x45b3a6 from'express';import{promises as _0x16dfda}from'fs';import _0x38f205 from'path';import{logger}from'../lib/logger.js';function _0x4ff00d(_0x21c8cf,_0x38573b,_0x51172d,_0x296d63){return _0x4d4a(_0x296d63- -0xed,_0x51172d);}import{DATA_DIR}from'../lib/data-dir.js';import{isValidMemoryFilename,parseMemoryFrontmatter}from'../lib/memory-utils.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x45b3a6[_0x4ff00d(0x1c9,0xdc,0xb0,0x137)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x39c71b){const _0x57137f={_0x41d013:0x528,_0x25ce81:0x600,_0x2ea734:0x231,_0x27fe08:0x2ab},_0x4ee6fe={_0x48a503:0x1cf,_0x438bd6:0x1e5,_0xe5eef3:0x262},_0x55e50b={_0x4b1494:0xac,_0x2d9c0b:0x166};function _0x98e728(_0x483d6,_0x356cec,_0x32554e,_0x4ef73e){return _0x4ff00d(_0x483d6-_0x55e50b._0x4b1494,_0x356cec-_0x55e50b._0x2d9c0b,_0x4ef73e,_0x356cec-0x497);}tasks=_0x39c71b[_0x98e728(0x5c9,0x579,_0x57137f._0x41d013,_0x57137f._0x25ce81)],setupPath=_0x39c71b['setupPath'];function _0x57d0e(_0x459259,_0x3b4595,_0xf9cf22,_0x357629){return _0x4ff00d(_0x459259-_0x4ee6fe._0x48a503,_0x3b4595-_0x4ee6fe._0x438bd6,_0x3b4595,_0x459259- -_0x4ee6fe._0xe5eef3);}coderConfig=_0x39c71b[_0x57d0e(-_0x57137f._0x2ea734,-0x21b,-0x17a,-_0x57137f._0x27fe08)+'g'];}export function updateCoderConfig(_0x4424e5){coderConfig=_0x4424e5;}async function requireTaskAuth(_0x5a95e7,_0x4057d3,_0x1b7e6e){const _0x3f6c92={_0x477197:0x2f5,_0x4544bd:0x2af,_0x1ca649:0x2dc,_0x1fa0d8:0x35e,_0x143cb1:0x1a4,_0x4128e8:0x21,_0x26597a:0xd8,_0x407dc3:0x19a,_0x3a5986:0xb2,_0x231461:0x25e,_0x57c55b:0x2e0,_0x333c75:0x57,_0x9e958e:0x14c,_0xb0ac62:0x1f6,_0x285e79:0x29c,_0x3e6b7b:0xe7,_0x1a6dc3:0x103,_0x296572:0x19d,_0x553548:0x8e,_0x22eacd:0xc3,_0xf5b9e2:0xb8,_0x4fd7cf:0x2cd,_0x338643:0x23c,_0x3da9fd:0x25d,_0x1e3bc1:0x13c,_0x4270a2:0x71,_0x362049:0x1a7,_0x51a8ca:0x204,_0x546d1c:0x171,_0x18520a:0x230,_0x1140fd:0x238,_0x1ce012:0x1f0,_0x4ddd37:0xf3,_0x23e60d:0x1bc,_0x473840:0x2ba,_0x23a5a5:0x287,_0x56946a:0x23a,_0x5304dd:0x6,_0x158367:0x32,_0x24c1a5:0xcb,_0xaf668d:0x162,_0x5dae37:0x180,_0x1d0c9d:0x178,_0x8aa05f:0x1d,_0x253f7e:0xbd,_0x307d8d:0xb0,_0x54885e:0x17,_0x135567:0x10e,_0xb18c3d:0x1dd,_0x5f3e7a:0x1b9,_0x257f51:0x19f,_0x4c2747:0x9f,_0x3184b6:0xcf,_0x40a9ea:0xc3,_0x43c220:0x3d,_0x182407:0x4,_0xf225f8:0x1f8,_0x5f3b39:0x1c9,_0x42588c:0x14f,_0x54e04b:0x145,_0x2c35e7:0x1fa,_0x5293e9:0x242,_0x393a97:0x246,_0x8bfc80:0x95,_0x265b06:0xc6,_0x586edb:0x199,_0x1393a6:0x3b,_0x636ae6:0x28,_0x1ca756:0x106,_0x553872:0xca,_0x5bbcf6:0xad,_0x36d175:0x4e,_0x5e4d73:0x63,_0x521041:0x55,_0x35167e:0x19e,_0x1627b5:0x167,_0x2a4d72:0x234,_0x39db67:0x83,_0x28f2fb:0x36,_0xc41419:0x115,_0x13085e:0x271,_0x10ac25:0x1d8,_0x2ffa59:0x13d,_0x3cb4d3:0x1f5,_0x33ca9e:0x231,_0x1d87fd:0x2a0,_0x5ce971:0x2ab,_0xa37253:0x2b9,_0x5bfcb4:0x22e,_0x9881d1:0x144,_0x2e348e:0x180,_0x4a4226:0x14e,_0x5c6bf9:0x30,_0x18115f:0x9e,_0x230897:0xf,_0x180676:0xc8,_0x4c6b44:0x187,_0x3f4a9a:0x1a5,_0x52087b:0x114,_0x436ad4:0x28b,_0x58c74f:0x1bf,_0x5b2323:0x148,_0x50e14b:0xdd,_0x1a6ef2:0x18d,_0x1582f0:0x164,_0x5c3ab5:0x111,_0x40eebb:0x117,_0x211e48:0x24,_0x4cc39e:0x3a,_0x6cf91a:0x71,_0x4c40fc:0xc,_0x234386:0x1b3,_0x1d0983:0x16a,_0x3136b8:0x14a,_0x406ca6:0x42,_0x1a9873:0x1b,_0x37a3b4:0x1a2,_0x18d011:0x112,_0x28fd73:0xc4,_0x505573:0x47,_0x1b7f31:0x6d,_0x145aed:0x62,_0x2a04d7:0x1da,_0x3f0114:0x108,_0x6de6c1:0x22f,_0x5e86a7:0xd6,_0x18f602:0x185,_0x54a83d:0x159,_0x37e4fd:0x1da,_0x3bfdf0:0x15f,_0xd6e3e8:0x295,_0x17c1b5:0x168,_0x444f54:0x209,_0x3679d2:0x14c,_0x95e52f:0x2b7,_0x38b968:0x2ea,_0x5b6dc1:0x127,_0x457179:0xf9,_0x4830e1:0x19b,_0x5900f0:0xcd,_0x100fca:0x119,_0x2bc643:0x150,_0x4f31ea:0x281,_0x416153:0x1da,_0xc7987f:0x13a,_0x506de2:0x5,_0x14b0b6:0x44,_0x41817b:0x46,_0x432d59:0x1e9,_0x442562:0x125,_0x15850c:0xd9,_0x500ac8:0x1f6,_0x5054c1:0x236,_0x1c8799:0x184,_0x3d368a:0x185,_0x1bf4ee:0x1ff,_0x4c0eb3:0x309,_0x3c2f44:0x1dc,_0x191a88:0x223,_0x33742c:0x200,_0x26a2ac:0x24b,_0x208bff:0x93,_0x2e01f8:0x10b,_0x29429f:0xb3,_0xf4e4f1:0xfd,_0x114c38:0x245,_0x138a41:0x21f,_0x9fed1c:0x1a4,_0x150351:0x1be,_0x14ca87:0x211,_0x32dec0:0x198,_0x43c5c9:0x255,_0x3ad19b:0xec,_0x557411:0x67,_0x1de0f6:0xe6,_0x7cae82:0xb1,_0x2ad98a:0x232,_0x28209f:0x259,_0x219f8f:0x1da,_0x3c83a6:0x174,_0x2e97ab:0x10a,_0xd5b68e:0x197,_0xd1f40:0x244,_0x28346b:0x221,_0x4954e9:0x1ec,_0x193a45:0x1b2,_0xe957bf:0x1ce,_0x5bb4bf:0x203,_0x1a1d23:0x175,_0x22afbe:0xbd,_0x2dd85e:0x166,_0x13bacb:0x27,_0x48bb44:0x199,_0x375cb7:0x2af,_0x5c4b83:0x194,_0x39c602:0xb1,_0x4287e7:0x34,_0x3840bb:0x86,_0x3d36ef:0x8d,_0x400111:0x196,_0x1c6d41:0x214,_0x1d682b:0x22a,_0x10fbe8:0x8b,_0x545fa:0x13d,_0x4a6477:0xea,_0x13dc14:0x1ca,_0x46ce45:0x200,_0x12c65f:0x45,_0x1041cd:0x2e0,_0x51d069:0x24f,_0x4e03b7:0x1c1,_0x24f401:0x112,_0x214877:0xb8,_0x29d33e:0x4d,_0x2818a7:0x24b,_0x4b1071:0x1da,_0x3ff9ea:0x1d8,_0x1cc6a0:0x1ba,_0x5afbf6:0x2fd,_0x2c271e:0x253,_0x455762:0x21c,_0x1a4eeb:0x3f,_0x528146:0x110,_0x3cc639:0x190,_0x1dd876:0x112,_0x252f2b:0x75,_0xac8745:0x5b,_0x53b55f:0x4e,_0x41fd6a:0x84,_0x515026:0xfe,_0x312ac1:0x2db,_0x1fa6b7:0x284,_0xc3c0d0:0x1e3,_0x3da5b2:0x166,_0x2e0bb3:0x26,_0x40e97b:0x110,_0x556df8:0x132,_0x383802:0x14f,_0x3e7c7f:0xe,_0x57bba0:0x12,_0x55d0e6:0x148,_0xfee6e:0x176,_0x24aae7:0x101,_0x40bbb5:0xb,_0x20c2d2:0x22,_0x5d73f5:0x69,_0x4c0a28:0x58,_0x26f9af:0x11d,_0x1ac08d:0x4c,_0x583aec:0xfd,_0x288e9d:0x7b,_0x233919:0xbf,_0x478eed:0x85,_0x28f7be:0x146,_0xf0f193:0x268,_0x141179:0x23e,_0x2dc26b:0x2e7,_0xf22d89:0x4d,_0xc5dcf4:0x52,_0x3898d1:0xe3,_0x4b88a3:0xe8,_0x2e6a8d:0x179,_0x504570:0x185,_0x511702:0x0,_0x3fdd99:0x4e,_0x260962:0x77,_0x29356d:0x192,_0x30a504:0x19a,_0x55427d:0xf6,_0x15ae3d:0x1d9,_0x1cfea0:0x198,_0x19d9c0:0x14f,_0x194d3a:0x12a,_0x4dfd95:0xc1,_0x37543e:0x293,_0x40de20:0x24e,_0x4027e2:0x297,_0x1ef706:0x70,_0x4228f2:0x144,_0x29c438:0x73,_0x456bc4:0x8f,_0x2ff25f:0x2dd,_0xd63d43:0x204,_0x547e8b:0x22c,_0x3e54f8:0x134,_0x311f2d:0x148,_0x30d74d:0x142,_0x270bdd:0x15b,_0x2d4beb:0x139,_0x3a7252:0x1e4,_0x7ee4bd:0xaf},_0x3de8f9={_0x24c0d3:0x5},_0x3717ec={_0x34062e:0x16e,_0x23bbd0:0x113,_0x240ecc:0x29c},_0x2cce13={};_0x2cce13[_0x215edc(-_0x3f6c92._0x477197,-_0x3f6c92._0x4544bd,-_0x3f6c92._0x1ca649,-_0x3f6c92._0x1fa0d8)]=_0x215edc(-0x1bb,-0x1a7,-_0x3f6c92._0x143cb1,-0x1f7)+_0x34efc0(_0x3f6c92._0x4128e8,0x98,_0x3f6c92._0x26597a,0xdd)+'ent',_0x2cce13['VJdQL']=_0x34efc0(0x190,0xf0,_0x3f6c92._0x407dc3,_0x3f6c92._0x3a5986)+'o\x20associat'+_0x215edc(-0x2d7,-_0x3f6c92._0x231461,-0x2e5,-_0x3f6c92._0x57c55b)+_0x34efc0(_0x3f6c92._0x333c75,0xd5,_0x3f6c92._0x9e958e,0x118),_0x2cce13['ATNnm']=_0x215edc(-_0x3f6c92._0xb0ac62,-_0x3f6c92._0x285e79,-0x307,-0x213)+'write\x20memo'+_0x34efc0(_0x3f6c92._0x3e6b7b,_0x3f6c92._0x1a6dc3,_0x3f6c92._0x296572,0xc9),_0x2cce13['SOJfl']=_0x34efc0(-0x30,_0x3f6c92._0x553548,_0x3f6c92._0x22eacd,0x95)+_0x34efc0(0x7f,_0x3f6c92._0xf5b9e2,0x139,0x92)+'r',_0x2cce13[_0x215edc(-_0x3f6c92._0x4fd7cf,-0x2b2,-0x2e6,-0x242)]='Environmen'+_0x215edc(-_0x3f6c92._0x338643,-0x1be,-_0x3f6c92._0x3da9fd,-_0x3f6c92._0x1e3bc1)+_0x34efc0(0x7f,0xa,-0x3a,-_0x3f6c92._0x4270a2)+_0x215edc(-0x10d,-0x198,-_0x3f6c92._0x362049,-_0x3f6c92._0x51a8ca)+_0x215edc(-_0x3f6c92._0x546d1c,-_0x3f6c92._0x18520a,-0x2ce,-0x224)+'D',_0x2cce13['ncxVB']=_0x215edc(-_0x3f6c92._0x1140fd,-0x17e,-_0x3f6c92._0x1ce012,-0x154)+'ed',_0x2cce13[_0x215edc(-0x12a,-0x18d,-_0x3f6c92._0x4ddd37,-_0x3f6c92._0x23e60d)]=_0x215edc(-0x1ee,-0x271,-0x1d3,-_0x3f6c92._0x473840)+'sk\x20ID',_0x2cce13['YdzFT']='User\x20lacks'+'\x20environme'+_0x215edc(-_0x3f6c92._0x23a5a5,-0x1ed,-0x19b,-_0x3f6c92._0x56946a)+_0x34efc0(_0x3f6c92._0x5304dd,_0x3f6c92._0x158367,0xac,_0x3f6c92._0x24c1a5)+_0x215edc(-0xf2,-_0x3f6c92._0xaf668d,-_0x3f6c92._0x5dae37,-_0x3f6c92._0x1d0c9d),_0x2cce13[_0x34efc0(-0x88,_0x3f6c92._0x8aa05f,0xbf,_0x3f6c92._0x253f7e)]=_0x34efc0(0x133,_0x3f6c92._0x307d8d,_0x3f6c92._0x54885e,_0x3f6c92._0x135567);function _0x215edc(_0x275cf9,_0x184975,_0x88ac2f,_0x2dac8d){return _0x4ff00d(_0x275cf9-_0x3717ec._0x34062e,_0x184975-_0x3717ec._0x23bbd0,_0x88ac2f,_0x184975- -_0x3717ec._0x240ecc);}_0x2cce13[_0x215edc(-_0x3f6c92._0xb18c3d,-_0x3f6c92._0x5f3e7a,-_0x3f6c92._0x257f51,-0x1f1)]=_0x34efc0(_0x3f6c92._0x4c2747,0x131,0x1a4,_0x3f6c92._0x3184b6)+'not\x20have\x20p'+_0x34efc0(0xe,_0x3f6c92._0x40a9ea,_0x3f6c92._0x43c220,_0x3f6c92._0x182407)+_0x34efc0(0x97,0x14d,0x1ad,_0x3f6c92._0xf225f8)+_0x34efc0(_0x3f6c92._0x5f3b39,_0x3f6c92._0x42588c,_0x3f6c92._0x54e04b,0x132)+'t\x20template'+'s',_0x2cce13['jjpGI']=function(_0x4d3f0b,_0x2f6bf6){return _0x4d3f0b===_0x2f6bf6;},_0x2cce13[_0x215edc(-_0x3f6c92._0x2c35e7,-0x1b3,-0x236,-0x24e)]=_0x215edc(-0x26e,-_0x3f6c92._0x5293e9,-_0x3f6c92._0x393a97,-0x218),_0x2cce13['aapFR']='Environmen'+'t\x20manageme'+'nt\x20request'+_0x34efc0(-0xa5,-0x11,0x78,-0x66)+_0x34efc0(0x14d,_0x3f6c92._0x8bfc80,0xa9,_0x3f6c92._0x265b06)+'eader',_0x2cce13[_0x34efc0(_0x3f6c92._0x586edb,0xf9,0xb2,_0x3f6c92._0x1393a6)]=_0x34efc0(-0xb4,-_0x3f6c92._0x636ae6,-0x15,-0x17)+_0x215edc(-0x17e,-0x1a3,-0x190,-_0x3f6c92._0x1ca756)+_0x34efc0(_0x3f6c92._0x553872,_0x3f6c92._0x5bbcf6,0x152,0xa3),_0x2cce13['NVirR']=function(_0x438cba,_0x39febf){return _0x438cba!==_0x39febf;},_0x2cce13['prVmQ']=_0x215edc(-0x223,-0x192,-0x1bd,-0x1a6),_0x2cce13[_0x34efc0(_0x3f6c92._0x36d175,_0x3f6c92._0x5e4d73,_0x3f6c92._0x5304dd,-_0x3f6c92._0x521041)]='Service\x20no'+_0x34efc0(_0x3f6c92._0x553872,0x84,0x126,0x139)+_0x215edc(-0x143,-0x1a6,-0x15a,-_0x3f6c92._0x35167e),_0x2cce13[_0x215edc(-0x169,-0x20c,-_0x3f6c92._0x1627b5,-_0x3f6c92._0x2a4d72)]=_0x34efc0(-0x18,_0x3f6c92._0x39db67,-_0x3f6c92._0x28f2fb,_0x3f6c92._0xc41419);function _0x34efc0(_0x10a9cb,_0x5df963,_0x536628,_0x5be3e8){return _0x4ff00d(_0x10a9cb-0x93,_0x5df963-0xa4,_0x5be3e8,_0x5df963- -_0x3de8f9._0x24c0d3);}_0x2cce13[_0x215edc(-_0x3f6c92._0x13085e,-_0x3f6c92._0x10ac25,-_0x3f6c92._0x2ffa59,-0x18f)]=_0x215edc(-0x295,-_0x3f6c92._0x3cb4d3,-0x26c,-0x288)+_0x215edc(-0xdc,-0x170,-0x226,-0x147),_0x2cce13[_0x215edc(-_0x3f6c92._0x33ca9e,-0x2a2,-0x1ea,-_0x3f6c92._0x1d87fd)]=function(_0x592642,_0x5d1c74){return _0x592642!==_0x5d1c74;},_0x2cce13[_0x215edc(-_0x3f6c92._0x5ce971,-_0x3f6c92._0xa37253,-0x23d,-_0x3f6c92._0x5bfcb4)]=_0x215edc(-_0x3f6c92._0x9881d1,-_0x3f6c92._0x2e348e,-_0x3f6c92._0x4a4226,-0x1af),_0x2cce13[_0x34efc0(0x88,0x4,-_0x3f6c92._0x5c6bf9,-0xb)]=_0x34efc0(0xb3,_0x3f6c92._0x18115f,0x10a,-_0x3f6c92._0x230897)+_0x34efc0(0x72,_0x3f6c92._0x180676,0x1e,_0x3f6c92._0x4c6b44)+'d',_0x2cce13[_0x34efc0(_0x3f6c92._0x3f4a9a,0x13f,_0x3f6c92._0x52087b,_0x3f6c92._0x5f3b39)]=_0x215edc(-0x166,-0x208,-0x2bc,-_0x3f6c92._0x436ad4),_0x2cce13[_0x34efc0(_0x3f6c92._0x58c74f,_0x3f6c92._0x5b2323,_0x3f6c92._0x50e14b,_0x3f6c92._0x1a6ef2)]=_0x34efc0(_0x3f6c92._0x1582f0,0x14f,_0x3f6c92._0x5c3ab5,_0x3f6c92._0x40eebb)+'ts';const _0x1303b9=_0x2cce13,_0x5d9b71=_0x5a95e7[_0x34efc0(-0x32,-_0x3f6c92._0x211e48,_0x3f6c92._0x4cc39e,-_0x3f6c92._0x6cf91a)]['x-task-id'];if(!_0x5d9b71){if(_0x1303b9[_0x34efc0(0x6e,0x34,_0x3f6c92._0x4c40fc,-_0x3f6c92._0x4cc39e)](_0x1303b9['kxBLM'],_0x1303b9[_0x215edc(-0x153,-_0x3f6c92._0x234386,-_0x3f6c92._0x1d0983,-_0x3f6c92._0x3136b8)])){logger['warn'](_0x1303b9[_0x34efc0(-0x19,_0x3f6c92._0x406ca6,-0x1,-_0x3f6c92._0x1a9873)]);const _0x191957={};return _0x191957[_0x34efc0(_0x3f6c92._0x37a3b4,_0x3f6c92._0x18d011,_0x3f6c92._0x28fd73,0x54)]=_0x1303b9[_0x34efc0(-0x6a,_0x3f6c92._0x505573,-_0x3f6c92._0x1b7f31,_0x3f6c92._0x145aed)],_0x191957[_0x215edc(-0x292,-_0x3f6c92._0x2a04d7,-0x1e1,-0x1a8)]=_0x1303b9['ZRAEA'],_0x4057d3['status'](-0x1db4+-0xf13+0x8*0x5cb)['json'](_0x191957);}else{const _0x31bcac={};_0x31bcac[_0x34efc0(_0x3f6c92._0x3f0114,0xfd,0xaf,_0x3f6c92._0x553548)]=_0x2de9f6,_0x4c3702['warn'](_0x1303b9[_0x215edc(-0x276,-0x2af,-_0x3f6c92._0x6de6c1,-0x290)],_0x31bcac);const _0x1d42c0={};return _0x1d42c0[_0x215edc(-_0x3f6c92._0x5e86a7,-_0x3f6c92._0x18f602,-_0x3f6c92._0x54a83d,-_0x3f6c92._0x2c35e7)]='Bad\x20Reques'+'t',_0x1d42c0[_0x215edc(-0x201,-_0x3f6c92._0x37e4fd,-_0x3f6c92._0x3bfdf0,-_0x3f6c92._0xd6e3e8)]=_0x1303b9['VJdQL'],_0x18b8fc['status'](-0x85*-0x16+-0x3ff*-0x4+-0x19da)['json'](_0x1d42c0);}}if(!tasks){if(_0x1303b9[_0x215edc(-0x18c,-_0x3f6c92._0x17c1b5,-0xc5,-0x1a4)](_0x215edc(-0x1ee,-0x192,-_0x3f6c92._0x444f54,-_0x3f6c92._0x3679d2),_0x1303b9[_0x215edc(-0x2da,-_0x3f6c92._0x95e52f,-0x247,-_0x3f6c92._0x38b968)])){const _0x424998={};_0x424998[_0x34efc0(_0x3f6c92._0x5b6dc1,0xfd,_0x3f6c92._0x457179,0x9a)]=_0x242348[_0x215edc(-_0x3f6c92._0x4830e1,-0x19a,-0x12d,-0x1da)],_0x424998[_0x215edc(-_0x3f6c92._0x5900f0,-0x148,-0x1e1,-0x157)+'t']=_0xa44d0,_0x424998[_0x34efc0(_0x3f6c92._0x100fca,_0x3f6c92._0x18d011,0xe8,_0x3f6c92._0x2bc643)]=_0x49190e[_0x215edc(-_0x3f6c92._0x4f31ea,-_0x3f6c92._0x416153,-0x12d,-0x21b)],_0x1e5fbd[_0x215edc(-0x1c1,-0x185,-_0x3f6c92._0xc7987f,-_0x3f6c92._0x18520a)](_0x1303b9['ATNnm'],_0x424998);const _0xe97d02={};_0xe97d02['error']=_0x1303b9['SOJfl'],_0xe97d02[_0x215edc(-0x215,-_0x3f6c92._0x416153,-0x1c0,-0x296)]=_0x34efc0(_0x3f6c92._0x636ae6,-_0x3f6c92._0x506de2,-0x8b,0x89)+_0x215edc(-_0x3f6c92._0x231461,-0x1a4,-0x160,-0x109)+'ry\x20index',_0x4990fb[_0x215edc(-0x137,-0x199,-0x220,-0x17b)](0x337*0x3+-0x13*-0x163+0x1105*-0x2)[_0x34efc0(-0x27,_0x3f6c92._0x14b0b6,-0x60,_0x3f6c92._0x41817b)](_0xe97d02);}else{logger['error'](_0x215edc(-0x22f,-0x1f9,-0x190,-_0x3f6c92._0x432d59)+_0x34efc0(_0x3f6c92._0x442562,_0x3f6c92._0x15850c,0x74,0x14a)+_0x215edc(-0x247,-0x251,-0x1cf,-_0x3f6c92._0x500ac8)+'ot\x20initial'+_0x215edc(-0x1a9,-_0x3f6c92._0x5054c1,-_0x3f6c92._0x4fd7cf,-0x25d));const _0x5a8e91={};return _0x5a8e91[_0x215edc(-_0x3f6c92._0x1c8799,-_0x3f6c92._0x3d368a,-_0x3f6c92._0x1bf4ee,-0x1f4)]=_0x1303b9[_0x215edc(-0x339,-0x2aa,-_0x3f6c92._0x4c0eb3,-0x265)],_0x5a8e91['message']=_0x1303b9[_0x215edc(-_0x3f6c92._0x2a4d72,-_0x3f6c92._0x2a4d72,-_0x3f6c92._0x3c2f44,-_0x3f6c92._0x191a88)],_0x4057d3[_0x34efc0(0x1ac,0xfe,0x90,0x16c)](0xec5+0xae*-0x4+0xb*-0xeb)[_0x215edc(-_0x3f6c92._0x33742c,-0x253,-_0x3f6c92._0x26a2ac,-0x206)](_0x5a8e91);}}const _0x5d9c46=tasks[_0x34efc0(_0x3f6c92._0x208bff,_0x3f6c92._0x2e01f8,_0x3f6c92._0x29429f,0xe4)](_0x5d9b71);if(!_0x5d9c46){const _0x596f89={};_0x596f89[_0x34efc0(0xb5,_0x3f6c92._0xf4e4f1,0x180,0xb8)]=_0x5d9b71,logger[_0x215edc(-0x2de,-_0x3f6c92._0x114c38,-_0x3f6c92._0x138a41,-0x2d2)]('Environmen'+_0x215edc(-_0x3f6c92._0x9fed1c,-_0x3f6c92._0x150351,-0x137,-_0x3f6c92._0x14ca87)+'nt\x20request'+_0x215edc(-0xde,-_0x3f6c92._0x32dec0,-_0x3f6c92._0x43c5c9,-_0x3f6c92._0x3ad19b)+_0x34efc0(-_0x3f6c92._0x333c75,_0x3f6c92._0x557411,-0x24,_0x3f6c92._0x1de0f6)+'D',_0x596f89);const _0x3bac7d={};return _0x3bac7d[_0x34efc0(0x11e,0x112,_0x3f6c92._0x7cae82,0x96)]=_0x1303b9[_0x215edc(-0x2b8,-0x250,-0x2eb,-_0x3f6c92._0x2ad98a)],_0x3bac7d[_0x215edc(-_0x3f6c92._0x28209f,-_0x3f6c92._0x219f8f,-_0x3f6c92._0x3c83a6,-0x233)]=_0x1303b9[_0x34efc0(0xc8,_0x3f6c92._0x2e97ab,0xbb,_0x3f6c92._0xd5b68e)],_0x4057d3['status'](0x1dd+0x205c+0x14*-0x1a2)[_0x215edc(-0x309,-0x253,-0x216,-_0x3f6c92._0xd1f40)](_0x3bac7d);}if(!_0x5d9c46['environmen'+'t']){const _0x1a6fd1={};_0x1a6fd1[_0x215edc(-_0x3f6c92._0x28346b,-_0x3f6c92._0x407dc3,-0x180,-_0x3f6c92._0x4954e9)]=_0x5d9b71,logger['warn']('Task\x20has\x20n'+_0x215edc(-_0x3f6c92._0x193a45,-_0x3f6c92._0x1bf4ee,-_0x3f6c92._0xe957bf,-0x23a)+'ent',_0x1a6fd1);const _0x598bfc={};return _0x598bfc[_0x215edc(-0x12e,-_0x3f6c92._0x18f602,-_0x3f6c92._0x296572,-0x174)]=_0x215edc(-0x1f6,-_0x3f6c92._0x5bb4bf,-0x197,-0x282)+'t',_0x598bfc[_0x34efc0(_0x3f6c92._0x1a1d23,_0x3f6c92._0x22afbe,_0x3f6c92._0x2dd85e,_0x3f6c92._0x29429f)]=_0x1303b9[_0x34efc0(-_0x3f6c92._0x13bacb,0x3d,-0x4a,-0x51)],_0x4057d3[_0x215edc(-0x218,-_0x3f6c92._0x48bb44,-0x110,-0x22d)](-0x19e5+0x964+0x39d*0x5)[_0x215edc(-_0x3f6c92._0x375cb7,-0x253,-_0x3f6c92._0x23e60d,-_0x3f6c92._0x5c4b83)](_0x598bfc);}const _0x25ded8=_0x5d9c46['createdBy']?.[_0x34efc0(0x5c,0x74,_0x3f6c92._0x2e97ab,0x87)],_0x52bfb3=await findUserById(_0x25ded8);if(!_0x52bfb3){if(_0x1303b9[_0x34efc0(_0x3f6c92._0x39c602,_0x3f6c92._0x4287e7,_0x3f6c92._0x3840bb,_0x3f6c92._0x3d36ef)](_0x215edc(-_0x3f6c92._0x400111,-_0x3f6c92._0x1c6d41,-_0x3f6c92._0x1d682b,-0x1f9),_0x1303b9[_0x34efc0(0x7f,_0x3f6c92._0x10fbe8,_0x3f6c92._0x545fa,_0x3f6c92._0x4a6477)])){const _0x1e764c={};_0x1e764c[_0x215edc(-0x174,-0x19a,-_0x3f6c92._0x13dc14,-_0x3f6c92._0x46ce45)]=_0x5d9b71,_0x1e764c['userId']=_0x25ded8,logger[_0x34efc0(-_0x3f6c92._0x12c65f,0x52,0x94,_0x3f6c92._0x1a6dc3)]('Task\x20user\x20'+_0x215edc(-0x1a8,-0x24b,-_0x3f6c92._0x1041cd,-_0x3f6c92._0x51d069),_0x1e764c);const _0x3e22a6={};return _0x3e22a6[_0x34efc0(_0x3f6c92._0x4e03b7,_0x3f6c92._0x24f401,0x182,_0x3f6c92._0x214877)]=_0x1303b9[_0x34efc0(0xdc,0x47,_0x3f6c92._0x29d33e,-0x59)],_0x3e22a6[_0x215edc(-_0x3f6c92._0x2818a7,-_0x3f6c92._0x4b1071,-0x211,-0x11c)]=_0x1303b9[_0x215edc(-_0x3f6c92._0x3ff9ea,-0x1d8,-_0x3f6c92._0x1cc6a0,-0x25b)],_0x4057d3['status'](-0xbea+-0x24b*0x4+0x16a7)[_0x215edc(-_0x3f6c92._0x5afbf6,-_0x3f6c92._0x2c271e,-0x28f,-_0x3f6c92._0x455762)](_0x3e22a6);}else{const _0x52330d={};_0x52330d[_0x34efc0(_0x3f6c92._0x1a4eeb,_0x3f6c92._0xf4e4f1,0xbb,_0x3f6c92._0x528146)]=_0x28c80f,_0x28d19c[_0x215edc(-0x1b4,-0x245,-_0x3f6c92._0x3cc639,-0x241)](_0x1303b9['LaPiG'],_0x52330d);const _0x3986ca={};return _0x3986ca[_0x34efc0(0x19f,_0x3f6c92._0x1dd876,_0x3f6c92._0x252f2b,_0x3f6c92._0xac8745)]=_0x1303b9[_0x34efc0(0x30,0x47,_0x3f6c92._0x53b55f,_0x3f6c92._0x41fd6a)],_0x3986ca['message']=_0x1303b9[_0x215edc(-0x1cb,-0x18d,-0x133,-_0x3f6c92._0x1a1d23)],_0x4c7d78[_0x34efc0(0x77,_0x3f6c92._0x515026,0xb3,0x9e)](0x4e*-0x15+-0x100c+-0x2ab*-0x9)[_0x215edc(-_0x3f6c92._0x312ac1,-0x253,-_0x3f6c92._0x1fa6b7,-_0x3f6c92._0xc3c0d0)](_0x3986ca);}}_0x5a95e7[_0x215edc(-_0x3f6c92._0x3da5b2,-0x157,-0x1cf,-0x167)+'k']=_0x5d9c46,_0x5a95e7[_0x34efc0(-_0x3f6c92._0x2e0bb3,_0x3f6c92._0x208bff,_0x3f6c92._0x40e97b,0x74)]=_0x52bfb3,_0x5a95e7[_0x34efc0(_0x3f6c92._0x556df8,_0x3f6c92._0x383802,0x19b,0x1a7)+_0x34efc0(-_0x3f6c92._0x3e7c7f,0x79,0x95,-_0x3f6c92._0x57bba0)]=_0x5d9c46[_0x215edc(-0x1c6,-_0x3f6c92._0x55d0e6,-0x14d,-_0x3f6c92._0xfee6e)+'t'];if(!coderConfig?.[_0x215edc(-0x1e5,-0x148,-_0x3f6c92._0x24aae7,-0x123)+'ts']?.[_0x5d9c46['environmen'+'t']]){if(_0x1303b9[_0x34efc0(0x3f,-_0x3f6c92._0x40bbb5,0x6,-0x41)](_0x1303b9['pdZNu'],_0x1303b9[_0x34efc0(_0x3f6c92._0x5c6bf9,-_0x3f6c92._0x20c2d2,-_0x3f6c92._0x5d73f5,_0x3f6c92._0x4c0a28)])){const _0x25e259={};_0x25e259[_0x34efc0(0x7a,0xfd,_0x3f6c92._0x26f9af,_0x3f6c92._0x1ac08d)]=_0x2f5045['callingTas'+'k'][_0x34efc0(0x5b,_0x3f6c92._0x583aec,_0x3f6c92._0x288e9d,0xb2)],_0x25e259[_0x34efc0(0x37,0x74,_0x3f6c92._0x233919,_0x3f6c92._0x478eed)]=_0x5d7e14[_0x215edc(-0x186,-0x204,-_0x3f6c92._0x28f7be,-0x161)]['id'],_0x25e259[_0x215edc(-_0x3f6c92._0xf0f193,-_0x3f6c92._0x141179,-0x1a1,-0x1fd)]=_0x14678d['taskUser'][_0x215edc(-0x1d2,-0x23e,-_0x3f6c92._0x2dc26b,-0x1a0)],_0x19c405[_0x34efc0(-_0x3f6c92._0xf22d89,_0x3f6c92._0xc5dcf4,_0x3f6c92._0x41817b,_0x3f6c92._0x3898d1)](_0x1303b9[_0x34efc0(0x8b,0xef,_0x3f6c92._0x4b88a3,_0x3f6c92._0x135567)],_0x25e259);const _0x13cc85={};return _0x13cc85[_0x215edc(-_0x3f6c92._0x2e6a8d,-_0x3f6c92._0x504570,-_0x3f6c92._0x1de0f6,-0xdb)]=_0x1303b9['cNSqs'],_0x13cc85['message']=_0x1303b9['pFaAM'],_0x5b6a61['status'](0x103b*-0x2+0xd86+-0x59*-0x3b)[_0x34efc0(_0x3f6c92._0x511702,0x44,_0x3f6c92._0x3fdd99,-_0x3f6c92._0x260962)](_0x13cc85);}else{const _0x3b9d89={};_0x3b9d89[_0x215edc(-_0x3f6c92._0x29356d,-_0x3f6c92._0x30a504,-_0x3f6c92._0x55427d,-_0x3f6c92._0x15ae3d)]=_0x5d9b71,_0x3b9d89[_0x215edc(-0x10a,-0x148,-0x146,-_0x3f6c92._0x4830e1)+'t']=_0x5d9c46[_0x34efc0(_0x3f6c92._0x1cfea0,_0x3f6c92._0x19d9c0,0x17b,_0x3f6c92._0x194d3a)+'t'],logger[_0x34efc0(_0x3f6c92._0x4dfd95,0x52,-0x3b,0xe9)](_0x1303b9[_0x215edc(-0x1d5,-_0x3f6c92._0x37543e,-_0x3f6c92._0x40de20,-_0x3f6c92._0x4027e2)],_0x3b9d89);const _0xf37fe={};return _0xf37fe[_0x34efc0(0xd0,0x112,0xf4,_0x3f6c92._0x1ef706)]=_0x1303b9[_0x215edc(-_0x3f6c92._0x4228f2,-0x158,-0x1fe,-0x203)],_0xf37fe['message']=_0x1303b9[_0x34efc0(-_0x3f6c92._0x29c438,0x4,_0x3f6c92._0x456bc4,0x75)],_0x4057d3['status'](-0x3*-0x67c+-0x3*-0x53c+-0x2194*0x1)[_0x215edc(-_0x3f6c92._0x4c0eb3,-0x253,-_0x3f6c92._0x1d87fd,-_0x3f6c92._0x2ff25f)](_0xf37fe);}}_0x5a95e7[_0x215edc(-0x1af,-_0x3f6c92._0x5b2323,-_0x3f6c92._0xd63d43,-0xa3)+_0x215edc(-0x256,-_0x3f6c92._0x547e8b,-0x18a,-0x2de)]=coderConfig[_0x215edc(-_0x3f6c92._0x3e54f8,-_0x3f6c92._0x311f2d,-_0x3f6c92._0x30d74d,-0xa6)+'ts'][_0x5d9c46[_0x215edc(-0x1f3,-0x148,-_0x3f6c92._0x270bdd,-_0x3f6c92._0x2d4beb)+'t']],_0x5a95e7[_0x215edc(-_0x3f6c92._0x3a7252,-0x148,-0x1a4,-_0x3f6c92._0x7ee4bd)+'tPath']=_0x38f205['join'](setupPath,_0x1303b9[_0x215edc(-_0x3f6c92._0x30a504,-0x14f,-0x118,-0xa3)],_0x5d9c46['environmen'+'t']),_0x1b7e6e();}async function requireInstructionsPermission(_0x321835,_0xe9dc0,_0x5c3e06){const _0x5c9778={_0x4ec22d:0xe1,_0x494409:0x47,_0x229209:0x117,_0x58417c:0x1dd,_0x40a73e:0x301,_0x139b99:0x1a3,_0x14f366:0x1f2,_0x2417c9:0x211,_0xfc08ad:0xd2,_0x106cc3:0xc1,_0x4e39fe:0x2b,_0x161c34:0x8b,_0x29d26a:0xca,_0x4c6b88:0x80,_0x4c450d:0x6d,_0xf8af78:0xfe,_0x224c7f:0x3a0,_0x57443e:0x2f2,_0x508d34:0x359,_0x10fb35:0x152,_0x4e026e:0x5a,_0xf2c3cb:0x6e,_0x14a50d:0x108,_0x4a9e2e:0x42,_0x4f8b03:0x44,_0x1b5599:0x9,_0x2d931e:0x5,_0x541132:0x23,_0xfedfca:0x54,_0x4b4688:0x58,_0x4129d3:0x25,_0x2b58c5:0x8c,_0x4e2bfa:0x2ca,_0x3bdf89:0x2d4,_0x4b0953:0x2c9,_0x479e62:0x11e,_0x381470:0x62,_0x259327:0x1ed,_0x918407:0x28f,_0x40b89c:0x24d,_0x44eae6:0xd7,_0x148359:0x10e,_0x268798:0x348,_0x17ef99:0x303,_0x56de6a:0x2b8,_0x330c2e:0x22d,_0xdacf72:0x2db,_0x5f0763:0x35c,_0x472b3c:0x2b0,_0x4e9de9:0x1d3,_0xead402:0x304,_0x4e8e25:0x1bd,_0x4daeff:0x25f,_0xa9f280:0x2d6,_0x1da78c:0x78,_0xd93c5:0x1f,_0xfc6158:0x2da,_0x308a0e:0x1f9,_0x59f2b0:0x2b1,_0x555f68:0x228,_0x94278c:0xe2,_0x226cb2:0x1ac,_0x494089:0x20d,_0x2f1c43:0x28e,_0x46ea35:0x2c0,_0x30e077:0x2a0,_0x54bb30:0x2a7,_0x44df6f:0x206,_0x247300:0x27d,_0x202a4b:0x2d2,_0x49c996:0x232,_0x2dda2c:0x137,_0x37abe5:0x2a,_0x50385f:0x5b,_0x1c4ed3:0xda,_0x2d8cc1:0xe4,_0x7b79b:0x95,_0x34327a:0x271,_0x334526:0x39,_0x403ad0:0x2a,_0x125bac:0x84,_0x23ccce:0xae,_0x446031:0x141,_0x578473:0x60,_0x58f6f5:0x77,_0x3631b8:0xdb,_0x341b57:0x131,_0xaf6fc5:0x1c5,_0x5b82fb:0x139,_0xa97263:0x91},_0xf1cd8b={_0x581ff8:0x1cc,_0x40b9c4:0x142},_0x108a0f={_0x1059c9:0x8b,_0x216d08:0x8};function _0x2d2fb6(_0x2a10ce,_0xcf02d6,_0x8c3714,_0x33a6b4){return _0x4ff00d(_0x2a10ce-_0x108a0f._0x1059c9,_0xcf02d6-_0x108a0f._0x216d08,_0x33a6b4,_0x8c3714-0x1af);}const _0x4566b0={'smhsB':_0x33fe94(-_0x5c9778._0x4ec22d,-0x106,-_0x5c9778._0x494409,-_0x5c9778._0x229209)+'t','ZWtOG':_0x2d2fb6(_0x5c9778._0x58417c,_0x5c9778._0x40a73e,0x24e,_0x5c9778._0x139b99)+_0x2d2fb6(_0x5c9778._0x14f366,0x1fe,_0x5c9778._0x2417c9,0x1e0)+'e','MQBzQ':function(_0x180936,_0x49b444,_0x3b35ba,_0x515462){return _0x180936(_0x49b444,_0x3b35ba,_0x515462);},'rNDNA':'environmen'+_0x33fe94(-_0x5c9778._0xfc08ad,-_0x5c9778._0x106cc3,-_0x5c9778._0x4e39fe,-_0x5c9778._0x161c34)+'tions','xAQcL':function(_0x4bcea9,_0x46a54f){return _0x4bcea9===_0x46a54f;},'zdCmu':_0x33fe94(-_0x5c9778._0x29d26a,-_0x5c9778._0x4c6b88,-0x15b,-_0x5c9778._0x4c450d),'lIYmf':_0x33fe94(-0x99,-0xd6,-0x120,-_0x5c9778._0xf8af78)+_0x2d2fb6(_0x5c9778._0x224c7f,0x30f,_0x5c9778._0x57443e,_0x5c9778._0x508d34)+_0x33fe94(-0xfe,-0x85,-_0x5c9778._0x10fb35,-_0x5c9778._0x4e026e)+'ctions\x20per'+_0x33fe94(-_0x5c9778._0xf2c3cb,-_0x5c9778._0x14a50d,_0x5c9778._0x4a9e2e,-0x7),'vXyGp':'Forbidden','eGbGh':_0x33fe94(-_0x5c9778._0x4f8b03,_0x5c9778._0x1b5599,-_0x5c9778._0x2d931e,_0x5c9778._0x541132)+_0x33fe94(-_0x5c9778._0xfedfca,-_0x5c9778._0x4b4688,-0x10c,-0x2c)+_0x33fe94(-0xb2,-_0x5c9778._0x4129d3,-0x164,-_0x5c9778._0x2b58c5)+'to\x20update\x20'+_0x2d2fb6(_0x5c9778._0x4e2bfa,_0x5c9778._0x3bdf89,0x303,0x3ac)+_0x2d2fb6(0x2e4,0x2d2,_0x5c9778._0x4b0953,0x31c)+_0x33fe94(-0x7b,-_0x5c9778._0x479e62,-0x76,-_0x5c9778._0x381470),'PNMWX':function(_0x48c7df){return _0x48c7df();}};if(!await _0x4566b0[_0x2d2fb6(_0x5c9778._0x259327,_0x5c9778._0x918407,_0x5c9778._0x40b89c,0x247)](hasPermission,_0x321835[_0x33fe94(-0xe2,-0x3f,-_0x5c9778._0x44eae6,-_0x5c9778._0x148359)]['id'],_0x4566b0['rNDNA'],_0x321835[_0x2d2fb6(_0x5c9778._0x268798,0x392,_0x5c9778._0x17ef99,0x2b0)+_0x2d2fb6(0x286,_0x5c9778._0x56de6a,_0x5c9778._0x330c2e,_0x5c9778._0xdacf72)])){if(_0x4566b0[_0x2d2fb6(0x2a0,_0x5c9778._0x5f0763,_0x5c9778._0x472b3c,0x2f0)](_0x4566b0[_0x2d2fb6(0x1b7,_0x5c9778._0x4e9de9,0x265,_0x5c9778._0xead402)],_0x2d2fb6(0x236,_0x5c9778._0x4e8e25,_0x5c9778._0x4daeff,_0x5c9778._0xa9f280))){const _0x1df64f={};_0x1df64f[_0x33fe94(-_0x5c9778._0x1da78c,-0xb6,_0x5c9778._0xd93c5,0x27)]=_0x321835[_0x2d2fb6(0x2ce,_0x5c9778._0xfc6158,0x2f4,0x2d5)+'k'][_0x2d2fb6(0x339,_0x5c9778._0x308a0e,_0x5c9778._0x59f2b0,0x208)],_0x1df64f[_0x2d2fb6(0x1e7,0x264,_0x5c9778._0x555f68,0x169)]=_0x321835[_0x33fe94(-_0x5c9778._0x94278c,-0x176,-0x146,-0x94)]['id'],_0x1df64f[_0x2d2fb6(_0x5c9778._0x226cb2,0x25a,_0x5c9778._0x494089,0x2bc)]=_0x321835[_0x2d2fb6(_0x5c9778._0x2f1c43,_0x5c9778._0x46ea35,0x247,0x2b7)][_0x2d2fb6(0x25c,0x220,0x20d,_0x5c9778._0x30e077)],logger[_0x2d2fb6(0x25c,_0x5c9778._0x54bb30,_0x5c9778._0x44df6f,_0x5c9778._0x247300)](_0x4566b0[_0x2d2fb6(0x235,_0x5c9778._0x202a4b,0x23e,_0x5c9778._0x49c996)],_0x1df64f);const _0x12e1a4={};return _0x12e1a4['error']=_0x4566b0[_0x33fe94(-0x182,-0x1e3,-0x100,-_0x5c9778._0x2dda2c)],_0x12e1a4[_0x2d2fb6(0x213,0x271,0x271,0x1e9)]=_0x4566b0[_0x2d2fb6(0x356,0x1f3,0x29f,0x31b)],_0xe9dc0[_0x33fe94(-0x77,_0x5c9778._0x37abe5,-0x68,-_0x5c9778._0x50385f)](-0xb35+-0x9d4+0x169c*0x1)[_0x33fe94(-0x131,-_0x5c9778._0x1c4ed3,-_0x5c9778._0x2d8cc1,-_0x5c9778._0x7b79b)](_0x12e1a4);}else{const _0x4c9514={};return _0x4c9514[_0x2d2fb6(_0x5c9778._0xead402,0x332,0x2c6,_0x5c9778._0x34327a)]=_0x4566b0[_0x33fe94(-_0x5c9778._0x334526,-_0x5c9778._0x403ad0,-0xcb,_0x5c9778._0x125bac)],_0x4c9514[_0x33fe94(-0xb8,-0x1e,-0xe6,-0x7e)]=_0x4566b0[_0x33fe94(-_0x5c9778._0x23ccce,-0x38,-_0x5c9778._0x446031,-_0x5c9778._0x578473)],_0x5a6003[_0x33fe94(-_0x5c9778._0x58f6f5,-_0x5c9778._0x3631b8,-0xd8,-0x91)](0x2604+0x25fc+-0x4a70)[_0x33fe94(-_0x5c9778._0x341b57,-_0x5c9778._0xaf6fc5,-_0x5c9778._0x5b82fb,-_0x5c9778._0xa97263)](_0x4c9514);}}function _0x33fe94(_0x36f227,_0x15db42,_0x1ed3fc,_0x2f6468){return _0x4ff00d(_0x36f227-_0xf1cd8b._0x581ff8,_0x15db42-_0xf1cd8b._0x40b9c4,_0x15db42,_0x36f227- -0x17a);}_0x4566b0['PNMWX'](_0x5c3e06);}async function requireTemplatesPermission(_0x59dc8e,_0x260cae,_0x17b620){const _0x186372={_0x317e37:0x24e,_0xc452c:0x1b3,_0x4604fe:0x268,_0x305a4e:0x2fd,_0xd69a02:0x1eb,_0x277b06:0x163,_0x2e07eb:0x365,_0x30bd98:0x2df,_0x32ce1d:0x24b,_0x2ce44a:0xf5,_0xca51cd:0x16e,_0x5458b2:0xda,_0x4c659a:0x24d,_0x317fab:0x145,_0x45c587:0x1d8,_0x275978:0x12d,_0x538e67:0x14f,_0x4542b6:0xbb,_0x160fc0:0x133,_0x169fcc:0x14a,_0x2b0813:0x198,_0x5486d9:0x1c8,_0x129489:0x8e,_0x2a8c10:0xf3,_0x1d20cb:0x296,_0x133d1a:0x127,_0x25ab06:0x1d4,_0x2c52fa:0xed,_0x5209ba:0x162,_0x1b69d3:0x15a,_0x23736e:0x1f4,_0x3930ff:0x165,_0x354573:0x2b4,_0xbe88c6:0x27b,_0x18f6be:0x24c,_0x6265df:0x210,_0x19961a:0x2bc,_0x4816e2:0x363,_0x3b8700:0x270,_0x3295b7:0x2af,_0x19dab5:0xd2},_0x555359={_0x29a481:0x4e,_0x20e8e0:0x8f},_0x40cdb7={'ZxkZe':function(_0x46e0fc,_0x56fca,_0x187e59,_0xfe282){return _0x46e0fc(_0x56fca,_0x187e59,_0xfe282);},'FGCeq':'environmen'+'ts:templat'+'es','NALeV':_0x3f3295(0x132,0x1a2,0x170,0x201)+_0x3f3295(0x166,_0x186372._0x317e37,0x1d2,_0x186372._0xc452c)+_0x11ed45(0x2fc,_0x186372._0x4604fe,0x1b4,_0x186372._0x305a4e)+'tes\x20permis'+_0x3f3295(_0x186372._0xd69a02,0x1e4,0x1c9,0x181),'vHHmw':_0x3f3295(_0x186372._0x277b06,0x202,0x144,0x10a),'xITWv':'User\x20does\x20'+_0x11ed45(_0x186372._0x2e07eb,_0x186372._0x30bd98,_0x186372._0x32ce1d,_0x186372._0x2e07eb)+_0x3f3295(_0x186372._0x2ce44a,_0x186372._0xca51cd,0x157,_0x186372._0x5458b2)+'to\x20update\x20'+_0x3f3295(0x1c4,_0x186372._0x4c659a,0x1e3,_0x186372._0x317fab)+_0x3f3295(_0x186372._0x45c587,0x25a,0x1d9,_0x186372._0x275978)+'s','TftcD':function(_0x3148bd){return _0x3148bd();}};if(!await _0x40cdb7[_0x3f3295(_0x186372._0x538e67,_0x186372._0x4542b6,_0x186372._0x160fc0,0xc9)](hasPermission,_0x59dc8e[_0x3f3295(_0x186372._0x169fcc,_0x186372._0x2b0813,0x127,0x76)]['id'],_0x40cdb7[_0x3f3295(0x213,0x203,0x1d1,0x275)],_0x59dc8e['environmen'+_0x3f3295(_0x186372._0x5486d9,_0x186372._0x129489,0x10d,0x130)])){const _0x2a7da1={};_0x2a7da1[_0x3f3295(0x1c6,0xf7,0x191,_0x186372._0x2a8c10)]=_0x59dc8e[_0x11ed45(0x337,0x2fe,0x366,0x392)+'k'][_0x11ed45(_0x186372._0x1d20cb,0x2bb,0x2fb,0x295)],_0x2a7da1['userId']=_0x59dc8e[_0x11ed45(0x1bf,0x251,0x23f,0x2be)]['id'],_0x2a7da1['username']=_0x59dc8e[_0x3f3295(0xc7,0xeb,_0x186372._0x133d1a,_0x186372._0x25ab06)][_0x3f3295(0x31,0xd4,_0x186372._0x2c52fa,0x156)],logger[_0x3f3295(_0x186372._0x5209ba,0xfe,0xe6,_0x186372._0x1b69d3)](_0x40cdb7[_0x3f3295(0x138,0x188,_0x186372._0x5209ba,_0x186372._0x23736e)],_0x2a7da1);const _0x5af60b={};return _0x5af60b['error']=_0x40cdb7[_0x11ed45(_0x186372._0x3930ff,0x1bd,0x26d,0x194)],_0x5af60b[_0x11ed45(_0x186372._0x354573,_0x186372._0xbe88c6,_0x186372._0x18f6be,_0x186372._0x6265df)]=_0x40cdb7['xITWv'],_0x260cae[_0x11ed45(0x371,_0x186372._0x19961a,0x301,_0x186372._0x4816e2)](0xef*0x11+0x2b0*-0x2+0x1*-0x8ec)[_0x11ed45(0x220,0x202,_0x186372._0x3b8700,_0x186372._0x3295b7)](_0x5af60b);}function _0x11ed45(_0x1e8bfb,_0x1b3e5d,_0x5bfdb3,_0x16ce79){return _0x4ff00d(_0x1e8bfb-0xd6,_0x1b3e5d-0x195,_0x1e8bfb,_0x1b3e5d-0x1b9);}function _0x3f3295(_0x31858c,_0x17f97d,_0x3efec6,_0x4d1cad){return _0x4ff00d(_0x31858c-0x134,_0x17f97d-_0x555359._0x29a481,_0x31858c,_0x3efec6-_0x555359._0x20e8e0);}_0x40cdb7[_0x3f3295(_0x186372._0x19dab5,0x1a6,0x121,0x174)](_0x17b620);}router['get'](_0x4ff00d(0x42,0x124,0x30,0xd5)+_0x3473d0(0x292,0x2a3,0x2af,0x234),requireTaskAuth,requireInstructionsPermission,async(_0x2dcc6f,_0x3d48e1)=>{const _0x23acda={_0x5c9e65:0x316,_0x1c25a6:0x396,_0x2c88c6:0x2f1,_0x36169b:0x42b,_0xf0f4b9:0x3e4,_0x54e030:0x3ea,_0x414977:0x408,_0x4fc3c6:0x3a4,_0x43dbaf:0x312,_0x3b3fee:0x3ab,_0x2e182f:0x25d,_0x3d778f:0x267,_0x4d3922:0x1be,_0x5d48a6:0x159,_0x3495b8:0x1ef,_0x329def:0x220,_0x44cb7b:0x172,_0x17a98b:0x1d1,_0x4dd315:0x358,_0x2eb8c6:0x364,_0x10415e:0x3cf,_0x50027c:0x254,_0x50f73b:0x23e,_0x3f043a:0x322,_0x1f85ab:0x309,_0x5a5847:0x2ae,_0x5261b7:0x1f5,_0x16808d:0x188,_0x1ae922:0x2a1,_0x10e580:0x304,_0x589af1:0x14b,_0x20cb84:0x21e,_0x2caac3:0x134,_0x1899e6:0x28d,_0x18124d:0x21b,_0x203e4c:0x433,_0x21470b:0x458,_0x1fcdc8:0x2b7,_0x2cc269:0x1d0,_0x2077f9:0x2fc,_0x515aa4:0x2f9,_0x714ee9:0x32b,_0x141175:0x2ba,_0x1b32e3:0x302,_0x4f422c:0x31b,_0x25c682:0x440,_0x3cd0d4:0x384,_0x307eb7:0x33a,_0x5bd745:0x3b0,_0x376bcd:0x1cd,_0x5e8055:0x10e,_0x35bcce:0x28b,_0x28218c:0x1aa,_0x100639:0x379,_0x3f97db:0x283,_0x217521:0x3b5,_0x56d01d:0x4c7,_0x1289a2:0x3af,_0x8b7b00:0x49e,_0x3d6c43:0x3e6,_0x5231d6:0x39e,_0x12ff7e:0x273,_0x23a5ce:0x32c,_0x3cac61:0x2da,_0x45894f:0x2b6,_0x2fe056:0x317,_0xe888dc:0x48e,_0x89bf00:0x3ce,_0x4c3964:0x437,_0x38d98c:0x491,_0x1e641e:0x3fa,_0x4da087:0x276,_0x1cd794:0x1d1,_0x510be2:0x18a,_0x1aed3c:0x208,_0x5ae555:0x1ac,_0x400ace:0x37c,_0x20625f:0x263,_0x51db1b:0x42e,_0x582034:0x3f7,_0x260901:0x276,_0x1842d2:0x246,_0x23ea03:0x30f,_0x171641:0x319},_0x38bcb7={};_0x38bcb7[_0x4d9a03(_0x23acda._0x5c9e65,_0x23acda._0x1c25a6,_0x23acda._0x2c88c6,0x383)]=_0xa366f1(0x248,0x2e2,0x1b1,0x2e8),_0x38bcb7[_0x4d9a03(_0x23acda._0x36169b,_0x23acda._0xf0f4b9,_0x23acda._0x54e030,_0x23acda._0x414977)]=_0xa366f1(0x18c,0x211,0x220,0x161)+_0x4d9a03(_0x23acda._0x4fc3c6,0x3b5,_0x23acda._0x43dbaf,_0x23acda._0x3b3fee)+_0xa366f1(_0x23acda._0x2e182f,0x2f5,_0x23acda._0x3d778f,_0x23acda._0x4d3922)+'ructions',_0x38bcb7['SgnaW']=_0xa366f1(0x1d4,0x175,_0x23acda._0x5d48a6,0x238),_0x38bcb7['rfXCE']=_0xa366f1(_0x23acda._0x3495b8,_0x23acda._0x329def,_0x23acda._0x44cb7b,_0x23acda._0x17a98b),_0x38bcb7[_0x4d9a03(_0x23acda._0x4dd315,0x2a8,_0x23acda._0x2eb8c6,_0x23acda._0x10415e)]=function(_0xb45134,_0x54c7a2){return _0xb45134===_0x54c7a2;},_0x38bcb7[_0x4d9a03(0x2fa,_0x23acda._0x50027c,0x2fc,_0x23acda._0x50f73b)]='vNuis',_0x38bcb7[_0x4d9a03(0x3ac,_0x23acda._0x3f043a,_0x23acda._0x1f85ab,_0x23acda._0x5a5847)]='Failed\x20to\x20'+'read\x20instr'+_0xa366f1(0x1c8,_0x23acda._0x5261b7,_0x23acda._0x16808d,0x186)+'le';const _0x23dfd2=_0x38bcb7,{callingTask:_0x37d47d,environmentName:_0x30a00c,environmentPath:_0x1e4548}=_0x2dcc6f;function _0x4d9a03(_0x2da3db,_0x202f4a,_0x1bc620,_0x583c4c){return _0x4ff00d(_0x2da3db-0x164,_0x202f4a-0x17e,_0x202f4a,_0x1bc620-0x2e3);}const _0x5d78d4={};_0x5d78d4['taskId']=_0x37d47d[_0xa366f1(0x2b6,0x230,0x324,0x2fa)],_0x5d78d4[_0xa366f1(0x308,_0x23acda._0x1ae922,0x2fc,0x3a3)+'t']=_0x30a00c;function _0xa366f1(_0x8f73a6,_0x2a8759,_0x3bdb57,_0x56c747){return _0x3473d0(_0x8f73a6-0xf0,_0x3bdb57,_0x8f73a6-0x12,_0x56c747-0xa5);}logger['info'](_0x23dfd2['rLmXv'],_0x5d78d4);const _0x51d06b=_0x38f205[_0x4d9a03(0x2f6,0x2eb,_0x23acda._0x10e580,0x28e)](_0x1e4548,_0x23dfd2['SgnaW']);try{const _0x235e15=await _0x16dfda[_0xa366f1(0x190,_0x23acda._0x589af1,_0x23acda._0x20cb84,_0x23acda._0x2caac3)](_0x51d06b,_0x23dfd2['rfXCE']),_0x4168dc={};_0x4168dc[_0xa366f1(0x1fc,0x1da,_0x23acda._0x1899e6,_0x23acda._0x18124d)]=_0x235e15,_0x4168dc[_0x4d9a03(_0x23acda._0x203e4c,_0x23acda._0x1c25a6,0x437,_0x23acda._0x21470b)+'t']=_0x30a00c,_0x4168dc['path']='AGENTS.md',_0x3d48e1['json'](_0x4168dc);}catch(_0xc9e276){if(_0x23dfd2[_0xa366f1(0x235,_0x23acda._0x1fcdc8,0x205,0x1a6)](_0xc9e276[_0xa366f1(0x198,0x20a,_0x23acda._0x2cc269,0x186)],_0xa366f1(_0x23acda._0x2077f9,0x2af,0x33c,0x3ae))){const _0x14ee31={};_0x14ee31[_0x4d9a03(0x2d3,_0x23acda._0x515aa4,_0x23acda._0x714ee9,0x2eb)]='',_0x14ee31[_0xa366f1(0x308,_0x23acda._0x141175,0x2cf,_0x23acda._0x1b32e3)+'t']=_0x30a00c,_0x14ee31[_0xa366f1(0x273,0x21f,_0x23acda._0x4f422c,0x263)]=_0x23dfd2[_0x4d9a03(_0x23acda._0x25c682,0x379,_0x23acda._0x3cd0d4,_0x23acda._0x307eb7)],_0x14ee31[_0x4d9a03(_0x23acda._0x5bd745,0x2d5,0x306,0x374)]=![],_0x3d48e1['json'](_0x14ee31);}else{if(_0x23dfd2[_0xa366f1(_0x23acda._0x376bcd,_0x23acda._0x5e8055,0x228,_0x23acda._0x35bcce)]!==_0x23dfd2['pfHAh']){const _0x1c1b0b={};_0x1c1b0b['error']=_0x23dfd2[_0xa366f1(0x1c2,0x1d5,0x14d,_0x23acda._0x28218c)],_0x1c1b0b[_0x4d9a03(0x3b9,_0x23acda._0x100639,0x3a5,0x2fa)]=_0x4d9a03(0x25b,_0x23acda._0x3f97db,0x2d1,0x2c9)+_0x3e0d6f+(_0x4d9a03(_0x23acda._0x217521,_0x23acda._0x56d01d,0x41f,_0x23acda._0x1289a2)+'d'),_0x456182[_0x4d9a03(_0x23acda._0x8b7b00,0x3a2,_0x23acda._0x3d6c43,0x36a)](-0x13b6+0xe7d*-0x1+0x23c7)[_0x4d9a03(_0x23acda._0x5231d6,_0x23acda._0x12ff7e,_0x23acda._0x23a5ce,_0x23acda._0x3cac61)](_0x1c1b0b);}else{const _0x46276b={};_0x46276b[_0xa366f1(_0x23acda._0x45894f,_0x23acda._0x2fe056,0x23d,_0x23acda._0x3cac61)]=_0x37d47d[_0x4d9a03(0x404,0x480,0x3e5,0x33b)],_0x46276b[_0x4d9a03(_0x23acda._0xe888dc,_0x23acda._0x89bf00,_0x23acda._0x4c3964,_0x23acda._0x38d98c)+'t']=_0x30a00c,_0x46276b[_0x4d9a03(0x35b,0x47f,_0x23acda._0x1e641e,0x497)]=_0xc9e276[_0xa366f1(_0x23acda._0x4da087,0x312,0x1f4,0x1da)],logger['error'](_0x4d9a03(0x36e,0x362,0x2e3,0x2a0)+_0xa366f1(_0x23acda._0x1cd794,_0x23acda._0x510be2,_0x23acda._0x1aed3c,0x284)+_0xa366f1(0x1af,0x1fe,_0x23acda._0x5ae555,0x218),_0x46276b);const _0x4344a7={};_0x4344a7[_0x4d9a03(0x3fc,0x41e,_0x23acda._0x1e641e,_0x23acda._0x400ace)]=_0xa366f1(0x247,_0x23acda._0x20625f,_0x23acda._0x5ae555,0x2a2)+_0x4d9a03(0x410,_0x23acda._0x51db1b,0x3a0,_0x23acda._0x582034)+'r',_0x4344a7[_0xa366f1(_0x23acda._0x260901,_0x23acda._0x1842d2,_0x23acda._0x23ea03,0x24e)]=_0x23dfd2['qXYEI'],_0x3d48e1[_0xa366f1(0x2b7,_0x23acda._0x171641,0x25e,0x225)](0x1*0x189+-0x98a+-0x9f5*-0x1)['json'](_0x4344a7);}}}}),router['patch'](_0x4ff00d(0x104,0x35,0xda,0xd5)+_0x3473d0(0x2b3,0x2c8,0x2af,0x229),requireTaskAuth,requireInstructionsPermission,async(_0x34c361,_0x555afc)=>{const _0xca33d9={_0x323fb0:0x34d,_0x395aac:0x355,_0x539ee2:0x205,_0xd0dc31:0x2f5,_0x38eba2:0x25d,_0x48ff80:0x319,_0x20c387:0x26d,_0x4ee095:0x239,_0x4b99b7:0x266,_0x547c37:0x1f9,_0x22d206:0x2c6,_0x1d7179:0x2a9,_0x385cf9:0x196,_0x53d1ee:0x254,_0x107f91:0x20b,_0x474d61:0x291,_0x328000:0x2d2,_0x21fde8:0x1c6,_0x2b75be:0x1b9,_0x6892d7:0x250,_0x29ff2f:0x1e0,_0x4d76e3:0x27d,_0x95b4e6:0x248,_0x1b3bcf:0x1d7,_0x3b08b1:0x19d,_0x1d970c:0x1b7,_0x51f897:0x209,_0x5128cf:0x1ee,_0xdbd60:0x269,_0xeccc9c:0x262,_0x3a776a:0x345,_0x3f44dc:0x335,_0x289669:0x2ce,_0x575a4e:0x2d4,_0x3b0fd2:0x20e,_0x2727af:0x20d,_0x12bc5a:0x295,_0x2379e0:0x270,_0x467c53:0x1c2,_0x5f0785:0x219,_0x44be49:0x1cd,_0x4742fb:0x10c,_0x102982:0x2fa,_0x3010fa:0x217,_0x173c2f:0x23d,_0x107c0b:0x2c1,_0xf0ae75:0x273,_0x318ccf:0x294,_0x35150f:0x1c3,_0x22411c:0x1a8,_0x1cf03a:0x84,_0x34ba16:0x24e,_0x40c54d:0x2df,_0x2fd331:0x2cd,_0x3f2f24:0x361,_0x13b69d:0x2a4,_0x5d0aab:0x1df,_0x33dc4d:0x153,_0x3d781d:0xe5,_0x1ba328:0x1c4,_0x2579a5:0x154,_0x2e4be5:0x1d1,_0x2ea6b3:0x208,_0x1823a1:0x18a,_0x5cd052:0x1a2,_0x3c27e8:0x23d,_0x4f5c2a:0x89,_0x3b6e4a:0x129,_0x4549e0:0xf6,_0x4205f0:0x24c,_0x684851:0x13d,_0x1669de:0x169,_0x30204b:0x25c,_0x4a464c:0x25a,_0x444d82:0x1d6,_0xb79df5:0x234,_0x3480e6:0x26c,_0x347d17:0x22d,_0x3da386:0x1cc,_0x2281a1:0x17b,_0x263816:0xd6,_0x1ae473:0xed,_0x15f65a:0x121,_0x5c952d:0x6b,_0x3e81fe:0x142,_0x10dcdf:0x102,_0x1a5575:0x374,_0x4e4f80:0x2bb,_0x5d869e:0x1e8,_0x2a9910:0x1fc,_0x540fd0:0x27f,_0x545da1:0x10f,_0x537767:0x1bb,_0x3095fb:0x263,_0x281968:0x30f,_0x2fe450:0x215,_0x38855f:0x13f,_0x12d7f5:0xc2,_0x202830:0x221,_0x32e345:0x180,_0x315603:0x166,_0x57f80d:0xe5,_0x49d24f:0x1a8,_0xf71f7c:0x1b2,_0x1e4e56:0x25d,_0x307a93:0x1ca,_0x4834a3:0x17a,_0x287cc2:0x119,_0x11b4f9:0x198,_0x1d3a39:0x1dd,_0x250bd1:0x1ed,_0x6692ce:0x220,_0x57bbf9:0x124,_0x287536:0x129,_0x330ef3:0x16f,_0x4e9bd6:0x202,_0x6784a5:0x1a7,_0x56e2af:0x26a,_0x314dd1:0x2a8,_0x2f677c:0x25f,_0x22416c:0x160,_0x835ce:0x128,_0x131668:0xef,_0x124e90:0x13e,_0x578ea4:0x116,_0x13f729:0x164,_0x200bcd:0xc6,_0x72b726:0x1a5,_0x274cb8:0x17b,_0x14ad39:0x13a,_0x2423d6:0x2a6,_0x65d3f:0x23d,_0x3c1f6c:0x27c,_0x26c8c7:0x1da,_0x26fe5e:0x213,_0x33d350:0x2be,_0x2982cd:0x217,_0x5df785:0x12b,_0x2270ff:0x164,_0x187d9b:0x1b1,_0x3a611e:0x237,_0x462133:0x105,_0x297c75:0x2cf,_0x536b72:0x222,_0x26b7bc:0x296,_0x160f67:0x230,_0x332cc2:0x2d9,_0x3376b6:0x286,_0x43b076:0x28c,_0x1a2fa9:0x1a2,_0x5d7d82:0x1ed,_0x29e264:0x318,_0x39e11e:0x2a6,_0x217409:0x352,_0x1afd3d:0x214,_0x71cec1:0x1ea,_0x4229ad:0x1fb,_0x3cc05b:0x252,_0x50db78:0x211,_0x305128:0x2bb,_0x299d56:0x2cd,_0x3b8ae8:0x360,_0x9dfa08:0x250,_0x4df9c4:0x2ea,_0x523461:0x256,_0x37f6cb:0x266,_0xeebe75:0x207,_0xf87656:0x238,_0x198c70:0x21d,_0x4effb8:0x167,_0x4d33ca:0x285,_0x777014:0x241,_0x1dc518:0x2a7,_0x1c0c46:0x280},_0x2802be={_0x15202c:0x1bf,_0x4280cf:0x41f,_0x27eb1d:0xd3},_0x22e810={};_0x22e810['xssbn']='ENOENT',_0x22e810[_0x3e332e(0x299,_0xca33d9._0x323fb0,_0xca33d9._0x395aac,0x2b8)]=_0xf502ec(-_0xca33d9._0x539ee2,-_0xca33d9._0xd0dc31,-_0xca33d9._0x38eba2,-_0xca33d9._0x48ff80),_0x22e810[_0xf502ec(-_0xca33d9._0x20c387,-0x1e3,-_0xca33d9._0x4ee095,-0x295)]=_0xf502ec(-0x2c8,-_0xca33d9._0x4b99b7,-0x27d,-_0xca33d9._0x547c37)+_0xf502ec(-_0xca33d9._0x22d206,-_0xca33d9._0x1d7179,-0x260,-0x28d)+_0x3e332e(_0xca33d9._0x385cf9,_0xca33d9._0x53d1ee,_0xca33d9._0x107f91,0x19f);function _0xf502ec(_0x40197a,_0x1c058e,_0x275e3f,_0x4ec566){return _0x3473d0(_0x40197a-_0x2802be._0x15202c,_0x1c058e,_0x275e3f- -_0x2802be._0x4280cf,_0x4ec566-_0x2802be._0x27eb1d);}_0x22e810[_0xf502ec(-0x235,-_0xca33d9._0x474d61,-0x26c,-_0xca33d9._0x328000)]=_0xf502ec(-_0xca33d9._0x21fde8,-_0xca33d9._0x2b75be,-0x1ea,-_0xca33d9._0x6892d7)+'erver\x20Erro'+'r',_0x22e810[_0xf502ec(-0x1e3,-0x12b,-0x165,-_0xca33d9._0x29ff2f)]=_0xf502ec(-0x279,-0x335,-_0xca33d9._0x4d76e3,-_0xca33d9._0x95b4e6)+_0x3e332e(_0xca33d9._0x1b3bcf,0x138,_0xca33d9._0x3b08b1,_0xca33d9._0x1d970c)+_0xf502ec(-_0xca33d9._0x51f897,-_0xca33d9._0x5128cf,-_0xca33d9._0xdbd60,-_0xca33d9._0xeccc9c)+'le',_0x22e810[_0x3e332e(_0xca33d9._0x3a776a,0x23f,_0xca33d9._0x3f44dc,_0xca33d9._0x289669)]=function(_0x4600c3,_0x9e7f3b){return _0x4600c3===_0x9e7f3b;},_0x22e810['YRXMW']=_0x3e332e(_0xca33d9._0x575a4e,_0xca33d9._0x3b0fd2,_0xca33d9._0x2727af,_0xca33d9._0x12bc5a),_0x22e810[_0x3e332e(_0xca33d9._0x2379e0,_0xca33d9._0x467c53,0x278,_0xca33d9._0x5f0785)]='Eicdh',_0x22e810[_0xf502ec(-_0xca33d9._0x44be49,-0x130,-0x178,-_0xca33d9._0x4742fb)]=_0x3e332e(0x1fa,_0xca33d9._0x102982,_0xca33d9._0x3010fa,_0xca33d9._0x173c2f)+'t',_0x22e810[_0xf502ec(-0x1c9,-_0xca33d9._0x107c0b,-_0xca33d9._0xf0ae75,-_0xca33d9._0x318ccf)]=_0x3e332e(_0xca33d9._0x35150f,_0xca33d9._0x22411c,0x2af,0x215)+'eld\x20is\x20req'+_0x3e332e(0x254,0x326,_0xca33d9._0x539ee2,0x284),_0x22e810['pBEXH']=_0xf502ec(-0x1b7,-0x80,-0x12d,-_0xca33d9._0x1cf03a)+_0xf502ec(-0x2cc,-0x295,-_0xca33d9._0x34ba16,-0x192)+'nment\x20inst'+_0x3e332e(0x1a9,0x1b2,0x203,0x231),_0x22e810['fWkch']='Failed\x20to\x20'+_0x3e332e(0x306,_0xca33d9._0x4b99b7,0x23f,_0xca33d9._0x40c54d)+_0x3e332e(0x24c,0x255,0x36b,_0xca33d9._0x2fd331),_0x22e810[_0x3e332e(0x15a,0x15a,0x233,0x204)]='Failed\x20to\x20'+_0x3e332e(0x233,0x2a8,_0xca33d9._0x3f2f24,_0xca33d9._0x13b69d)+_0xf502ec(-0x1b3,-0x22d,-0x271,-0x237)+'ile';const _0x2b39ba=_0x22e810,{callingTask:_0x3a5cc1,taskUser:_0x231c66,environmentName:_0x498d14,environmentPath:_0x24ff57}=_0x34c361,{content:_0x22f918}=_0x34c361['body'];if(_0x22f918===undefined){if(_0x2b39ba[_0xf502ec(-0x19d,-_0xca33d9._0x5d0aab,-_0xca33d9._0x33dc4d,-_0xca33d9._0x3d781d)](_0x2b39ba[_0xf502ec(-_0xca33d9._0x1ba328,-0x1e0,-0x1a4,-0x105)],_0x2b39ba[_0xf502ec(-_0xca33d9._0x2579a5,-_0xca33d9._0x2e4be5,-_0xca33d9._0x2ea6b3,-_0xca33d9._0x1823a1)])){if(_0x2c1cf5['code']===_0x2b39ba['xssbn']){const _0x54d51f={};_0x54d51f[_0x3e332e(_0xca33d9._0x5cd052,_0xca33d9._0x3c27e8,0x241,0x1ec)]='',_0x54d51f[_0xf502ec(-_0xca33d9._0x4f5c2a,-0xc2,-_0xca33d9._0x3b6e4a,-_0xca33d9._0x4549e0)+'t']=_0x3a852e,_0x54d51f[_0xf502ec(-_0xca33d9._0x4205f0,-0x25a,-0x1be,-0x165)]=_0x2b39ba[_0xf502ec(-_0xca33d9._0x684851,-0x20d,-_0xca33d9._0x1669de,-0x1ae)],_0x54d51f[_0xf502ec(-0x2e2,-_0xca33d9._0x30204b,-_0xca33d9._0x4a464c,-0x2d1)]=![],_0x441761[_0xf502ec(-0x231,-_0xca33d9._0x444d82,-_0xca33d9._0xb79df5,-_0xca33d9._0x3480e6)](_0x54d51f);}else{const _0x5f3f32={};_0x5f3f32[_0xf502ec(-_0xca33d9._0x347d17,-_0xca33d9._0x3da386,-_0xca33d9._0x2281a1,-0xcc)]=_0x1440e1[_0xf502ec(-0x101,-_0xca33d9._0x263816,-0x17b,-_0xca33d9._0x1ae473)],_0x5f3f32[_0xf502ec(-_0xca33d9._0x15f65a,-_0xca33d9._0x5c952d,-0x129,-0xdc)+'t']=_0x533ed0,_0x5f3f32[_0xf502ec(-_0xca33d9._0x3e81fe,-_0xca33d9._0x10dcdf,-0x166,-0x224)]=_0x314432['message'],_0xc4509a[_0x3e332e(_0xca33d9._0x1a5575,0x290,0x258,_0xca33d9._0x4e4f80)](_0x2b39ba[_0x3e332e(0x1b0,0x1c4,0x19e,_0xca33d9._0x5d869e)],_0x5f3f32);const _0x41a8c0={};_0x41a8c0[_0x3e332e(0x302,_0xca33d9._0x2a9910,_0xca33d9._0x540fd0,0x2bb)]=_0x2b39ba['rmWwt'],_0x41a8c0[_0xf502ec(-_0xca33d9._0x545da1,-0x207,-_0xca33d9._0x537767,-0x160)]=_0x2b39ba[_0x3e332e(0x237,_0xca33d9._0x3095fb,_0xca33d9._0x281968,0x2bc)],_0x44b0[_0xf502ec(-_0xca33d9._0x2fe450,-_0xca33d9._0x38855f,-0x17a,-_0xca33d9._0x12d7f5)](0xde*-0x1+-0x240d+-0x26df*-0x1)[_0xf502ec(-0x263,-_0xca33d9._0x202830,-0x234,-0x1c6)](_0x41a8c0);}}else{const _0x4ec696={};return _0x4ec696[_0xf502ec(-_0xca33d9._0x32e345,-_0xca33d9._0x385cf9,-_0xca33d9._0x315603,-_0xca33d9._0x57f80d)]=_0x2b39ba[_0xf502ec(-0x212,-0x13f,-0x178,-_0xca33d9._0x1823a1)],_0x4ec696[_0xf502ec(-0x1ff,-_0xca33d9._0x49d24f,-0x1bb,-_0xca33d9._0xf71f7c)]=_0x2b39ba[_0x3e332e(0x243,0x246,_0xca33d9._0x1e4e56,0x1ae)],_0x555afc[_0xf502ec(-_0xca33d9._0x307a93,-0x20c,-_0xca33d9._0x4834a3,-_0xca33d9._0x287cc2)](0x1014+0x3d*-0x43+-0x1*-0x173)[_0x3e332e(_0xca33d9._0x11b4f9,_0xca33d9._0x1d3a39,0x273,_0xca33d9._0x250bd1)](_0x4ec696);}}const _0x1aa83e={};_0x1aa83e['taskId']=_0x3a5cc1[_0xf502ec(-_0xca33d9._0x6692ce,-0x1ea,-0x17b,-_0xca33d9._0x57bbf9)],_0x1aa83e[_0xf502ec(-_0xca33d9._0x3e81fe,-0xf5,-_0xca33d9._0x287536,-_0xca33d9._0x330ef3)+'t']=_0x498d14,_0x1aa83e['userId']=_0x231c66['id'],_0x1aa83e[_0x3e332e(0x28f,0x1fc,0x18b,_0xca33d9._0x4e9bd6)]=_0x231c66[_0x3e332e(0x23e,_0xca33d9._0x6784a5,_0xca33d9._0x56e2af,_0xca33d9._0x4e9bd6)],_0x1aa83e[_0xf502ec(-0x26a,-_0xca33d9._0x314dd1,-_0xca33d9._0x2f677c,-0x310)+'gth']=_0x22f918['length'];function _0x3e332e(_0x3eec78,_0x2f9ab4,_0xe76e2,_0x1627ab){return _0x4ff00d(_0x3eec78-0x32,_0x2f9ab4-0x1e9,_0xe76e2,_0x1627ab-0x1a4);}logger['info'](_0x2b39ba['pBEXH'],_0x1aa83e);const _0x2384b1=_0x38f205['join'](_0x24ff57,_0x2b39ba['LAjQP']),_0x542f96=new Date()[_0xf502ec(-0x1bf,-_0xca33d9._0x22416c,-0x140,-_0xca33d9._0x835ce)+'g']();try{const _0x1bc0df={};_0x1bc0df['recursive']=!![],await _0x16dfda[_0xf502ec(-_0xca33d9._0x131668,-0xcf,-_0xca33d9._0x124e90,-_0xca33d9._0x578ea4)](_0x24ff57,_0x1bc0df),await _0x16dfda[_0xf502ec(-0x2a8,-0x1e8,-0x27a,-0x314)](_0x2384b1,_0x22f918,'utf-8');const _0x122135={};_0x122135[_0xf502ec(-0x114,-0x239,-0x17b,-_0xca33d9._0x13f729)]=_0x3a5cc1[_0xf502ec(-_0xca33d9._0x200bcd,-_0xca33d9._0x72b726,-_0xca33d9._0x274cb8,-_0xca33d9._0x14ad39)],_0x122135['environmen'+'t']=_0x498d14,_0x122135[_0x3e332e(_0xca33d9._0x2b75be,_0xca33d9._0x2423d6,0x258,0x21d)]=_0x231c66['id'],logger[_0x3e332e(0x25d,_0xca33d9._0x65d3f,0x1d2,_0xca33d9._0x3c1f6c)](_0xf502ec(-0x1ed,-0x16b,-_0xca33d9._0x26c8c7,-0x18c)+_0x3e332e(0x29a,0x221,_0xca33d9._0x26fe5e,_0xca33d9._0x33d350)+_0x3e332e(_0xca33d9._0x29ff2f,0x247,_0xca33d9._0x2982cd,0x292)+_0x3e332e(0x344,_0xca33d9._0x2423d6,0x264,0x2b6),_0x122135);const _0x2f3a8f={};_0x2f3a8f[_0xf502ec(-_0xca33d9._0x5df785,-0xca,-_0xca33d9._0x2270ff,-0x176)]=!![],_0x2f3a8f['environmen'+'t']=_0x498d14,_0x2f3a8f[_0xf502ec(-_0xca33d9._0x187d9b,-_0xca33d9._0x3a611e,-0x1be,-_0xca33d9._0x462133)]=_0x2b39ba[_0x3e332e(_0xca33d9._0x297c75,0x239,_0xca33d9._0x536b72,0x2b8)],_0x2f3a8f[_0xf502ec(-0x132,-0x164,-0x197,-0x12c)]=_0x542f96,_0x2f3a8f[_0x3e332e(0x2ca,_0xca33d9._0x26b7bc,0x283,_0xca33d9._0x160f67)+'askId']=_0x3a5cc1['taskId'],_0x2f3a8f['updatedByU'+_0xf502ec(-_0xca33d9._0x332cc2,-0x199,-0x228,-_0xca33d9._0x3376b6)]=_0x231c66['id'],_0x555afc[_0x3e332e(_0xca33d9._0x43b076,_0xca33d9._0x1a2fa9,0x1ef,_0xca33d9._0x5d7d82)](_0x2f3a8f);}catch(_0x24ea72){const _0x72e6e0={};_0x72e6e0[_0x3e332e(_0xca33d9._0x40c54d,0x287,_0xca33d9._0x29e264,_0xca33d9._0x39e11e)]=_0x3a5cc1['taskId'],_0x72e6e0[_0x3e332e(_0xca33d9._0x217409,0x251,0x384,0x2f8)+'t']=_0x498d14,_0x72e6e0[_0xf502ec(-_0xca33d9._0x1afd3d,-_0xca33d9._0x71cec1,-0x166,-_0xca33d9._0x4229ad)]=_0x24ea72['message'],logger[_0x3e332e(0x284,_0xca33d9._0x3cc05b,_0xca33d9._0x50db78,_0xca33d9._0x305128)](_0x2b39ba[_0xf502ec(-0x1d3,-0xf9,-0x193,-0x251)],_0x72e6e0);const _0x1c30ee={};_0x1c30ee[_0x3e332e(0x2e5,_0xca33d9._0x299d56,_0xca33d9._0x3b8ae8,0x2bb)]=_0x2b39ba[_0x3e332e(0x1ba,0x107,_0xca33d9._0x9dfa08,0x1b5)],_0x1c30ee[_0x3e332e(_0xca33d9._0x4df9c4,_0xca33d9._0x523461,0x279,_0xca33d9._0x37f6cb)]=_0x2b39ba[_0xf502ec(-_0xca33d9._0xeebe75,-_0xca33d9._0xf87656,-_0xca33d9._0x198c70,-_0xca33d9._0x4effb8)],_0x555afc[_0x3e332e(0x206,_0xca33d9._0x4d33ca,_0xca33d9._0x777014,_0xca33d9._0x1dc518)](-0x19c3*0x1+-0x28c*-0xe+-0x7f1)[_0x3e332e(0x232,_0xca33d9._0x1c0c46,0x299,_0xca33d9._0x5d7d82)](_0x1c30ee);}}),router[_0x3473d0(0x242,0x2c7,0x2b2,0x355)](_0x4ff00d(0x95,0x125,0x77,0x67),requireTaskAuth,requireTemplatesPermission,async(_0x2f514b,_0xf5531a)=>{const _0x3230b1={_0x30a61b:0x13d,_0x4fb3de:0xf7,_0x3f2411:0x1ff,_0x18e686:0x189,_0x35286c:0x1f6,_0x4d3222:0x15d,_0x54eb0b:0xa3,_0x4d939c:0x121,_0x322b5a:0xf6,_0x13b279:0x8c,_0x11da43:0x66,_0xe5f1b3:0xcc,_0x34aeaf:0x73,_0x2b6f1f:0xb2,_0x2eaf5b:0x109,_0x1905e2:0x1b9,_0x286816:0x130,_0x51f1f8:0xa3,_0xe9eacd:0x495,_0x504ef4:0x38d,_0x494739:0x38b,_0x371164:0x23e,_0x338522:0x198,_0x582e79:0x148,_0x7e14a1:0x11,_0x55b7c2:0xc9,_0x337e14:0xd7,_0x233594:0x114,_0x1f4199:0x3f5,_0x59a80e:0xb7,_0x20eb98:0xb3,_0x2991ab:0x196,_0x35b2ad:0x117,_0x4fe78c:0x328,_0x2d8e2a:0xa8,_0x478e2a:0x0,_0x19c5f0:0x3df,_0x392148:0x434,_0x1d4980:0x46d,_0x7ee5b5:0x26,_0x54f07c:0x385,_0x1e045e:0x345,_0x22a112:0x306,_0x3e70c4:0x30b,_0x35d97c:0x301,_0xa9698a:0x1a9,_0x329fda:0x200,_0xcd2075:0x253,_0x26d07d:0x187,_0x5c9ff6:0x104,_0x45ba16:0x203,_0x55587e:0x1a0,_0x7c7e09:0x1fc,_0x46947d:0xa1,_0x3bffc8:0x1a2,_0x1cbd04:0x391,_0xc46949:0x1a5,_0x473e2a:0xbb,_0x518f37:0x66,_0x5dc879:0x5f,_0x5b5f96:0x20,_0x119d8e:0x87,_0x667e6b:0xe5,_0x2defdf:0x3c4,_0x3d2f7b:0x452,_0x302fe8:0x340,_0x526813:0x328,_0x3bf0c3:0x72,_0x3dc5e6:0x7a,_0x1f578d:0x36f,_0x1a2653:0x38b,_0x42cca0:0x2e4,_0x29526d:0x86,_0x53fc63:0x32,_0x29dd8b:0x12f,_0x421c9a:0xa8,_0x1f16cf:0x140},_0x2240a1={_0x520e36:0x3,_0x2e7508:0x20,_0x2e432c:0x11,_0x243128:0x324,_0x422aee:0x38f,_0x306a4a:0x1b,_0xfe4d76:0x2d,_0x589492:0x87,_0x2c2e51:0x12c,_0x5aac3f:0xaf,_0x2d89f8:0x43,_0x413bd5:0x160,_0x23cfdd:0x93,_0x4ff102:0x1b5,_0x51a77a:0xa0,_0x4ca0bc:0x119,_0x51d90a:0x14c,_0x411927:0xc4,_0xba8696:0x380,_0x53d4db:0x324,_0x4d4a2b:0x2e4,_0x2fdadc:0xb3,_0x3e8f25:0xe,_0x3bb8cb:0x95,_0x2098bb:0x9b,_0x232bdd:0x23,_0x4c01ac:0x5a,_0x5984d5:0x33b,_0x541fab:0x3d8,_0xf19d79:0x32e,_0x240379:0x3b5,_0x4d1a0f:0x33,_0x3d0520:0x2e,_0x21a92d:0x28f,_0x1df327:0x488,_0x346b1c:0xcf},_0x135e5a={_0x265a48:0x60,_0x129132:0x1cc},_0x4773d1={_0x32952:0x128,_0x59b0be:0x100},_0x5a4554={_0x4e0d17:0x5a},_0x2b47e3={};_0x2b47e3[_0x53cb2b(-_0x3230b1._0x30a61b,-0xf3,-_0x3230b1._0x4fb3de,-0x50)]=_0x53cb2b(-_0x3230b1._0x3f2411,-_0x3230b1._0x18e686,-0x108,-0x21f)+_0x53cb2b(-_0x3230b1._0x35286c,-0x19a,-0x24c,-_0x3230b1._0x4d3222)+_0x48093f(0x31a,0x2de,0x38a,0x33b),_0x2b47e3[_0x53cb2b(-_0x3230b1._0x54eb0b,-0xac,-_0x3230b1._0x4d939c,-0x97)]=_0x53cb2b(-0x46,-_0x3230b1._0x322b5a,-_0x3230b1._0x13b279,-0x163)+_0x53cb2b(-_0x3230b1._0x11da43,-_0x3230b1._0xe5f1b3,-0x16a,-0x50)+'r',_0x2b47e3[_0x53cb2b(0x3e,-_0x3230b1._0x34aeaf,-_0x3230b1._0x2b6f1f,-_0x3230b1._0x2eaf5b)]='utf-8',_0x2b47e3['nLHks']=function(_0x56493d,_0x278a5a){return _0x56493d!==_0x278a5a;},_0x2b47e3[_0x53cb2b(-_0x3230b1._0x1905e2,-_0x3230b1._0x286816,-_0x3230b1._0x51f1f8,-0xdc)]=_0x48093f(0x3fe,_0x3230b1._0xe9eacd,_0x3230b1._0x504ef4,_0x3230b1._0x494739)+_0x48093f(0x331,0x321,0x2c9,0x286)+'ment\x20templ'+_0x53cb2b(-_0x3230b1._0x371164,-_0x3230b1._0x338522,-0x1a6,-0x1d1),_0x2b47e3['tIbUG']='task-templ'+_0x48093f(0x29e,0x298,0x257,0x2c0),_0x2b47e3[_0x53cb2b(-_0x3230b1._0x582e79,-0xa5,-0xdd,-_0x3230b1._0x7e14a1)]=function(_0x5441a6,_0x54ddea){return _0x5441a6===_0x54ddea;},_0x2b47e3[_0x53cb2b(-0x10b,-_0x3230b1._0x55b7c2,-_0x3230b1._0x337e14,-_0x3230b1._0x233594)]=_0x48093f(_0x3230b1._0x1f4199,0x406,0x3d5,0x40c),_0x2b47e3[_0x53cb2b(-_0x3230b1._0x59a80e,-_0x3230b1._0x20eb98,-0xa5,-0xd4)]='Failed\x20to\x20'+_0x53cb2b(-_0x3230b1._0x2991ab,-_0x3230b1._0x35b2ad,-0x156,-0x1ba)+_0x48093f(0x29e,_0x3230b1._0x4fe78c,0x291,0x280);const _0x4008fd=_0x2b47e3;function _0x53cb2b(_0x5d0e6b,_0x4f2da9,_0x1f982d,_0xa29ce6){return _0x3473d0(_0x5d0e6b-0x50,_0x5d0e6b,_0x4f2da9- -0x32b,_0xa29ce6-_0x5a4554._0x4e0d17);}const {callingTask:_0x4a2a06,environmentName:_0xc02647,environmentPath:_0xe874e1}=_0x2f514b,_0x49e20a={};function _0x48093f(_0x454cc1,_0x26cbfa,_0x54894f,_0x3a54f2){return _0x4ff00d(_0x454cc1-_0x4773d1._0x32952,_0x26cbfa-_0x4773d1._0x59b0be,_0x54894f,_0x454cc1-0x2ad);}_0x49e20a[_0x53cb2b(-_0x3230b1._0x2d8e2a,-0x87,_0x3230b1._0x478e2a,0x25)]=_0x4a2a06[_0x48093f(0x3af,_0x3230b1._0x19c5f0,_0x3230b1._0x392148,_0x3230b1._0x1d4980)],_0x49e20a[_0x53cb2b(-0x35,-0x35,0x63,_0x3230b1._0x7ee5b5)+'t']=_0xc02647,logger[_0x48093f(_0x3230b1._0x54f07c,0x386,0x431,_0x3230b1._0x1e045e)](_0x4008fd[_0x48093f(_0x3230b1._0x22a112,_0x3230b1._0x3e70c4,0x3ae,_0x3230b1._0x35d97c)],_0x49e20a);const _0x27dfdc=_0x38f205[_0x53cb2b(-0x128,-0x168,-0x149,-0x1c7)](_0xe874e1,_0x4008fd[_0x53cb2b(-0x120,-0x11e,-0x12d,-0x150)]);try{const _0x24e0c2=await _0x16dfda[_0x53cb2b(-0x15a,-_0x3230b1._0xa9698a,-_0x3230b1._0x329fda,-_0x3230b1._0xcd2075)](_0x27dfdc),_0x33333c=_0x24e0c2[_0x53cb2b(-0x103,-_0x3230b1._0x26d07d,-_0x3230b1._0x5c9ff6,-0x1cf)](_0xd9b5df=>_0xd9b5df[_0x48093f(0x2a9,0x242,0x2ef,0x269)]('.md')),_0x2f8159=await Promise[_0x53cb2b(-_0x3230b1._0x45ba16,-_0x3230b1._0x55587e,-_0x3230b1._0x7c7e09,-0x131)](_0x33333c['map'](async _0x456fc9=>{const _0x3dfc17={_0x4fa65e:0xcc};function _0x45198f(_0x244dc4,_0x4c2935,_0x547a0d,_0x547805){return _0x53cb2b(_0x244dc4,_0x547a0d-0x136,_0x547a0d-_0x3dfc17._0x4fa65e,_0x547805-0xf1);}const _0x5495de={};_0x5495de[_0x45198f(0x66,-_0x2240a1._0x520e36,_0x2240a1._0x2e7508,-0x3a)]=_0x4008fd['ODoXV'],_0x5495de['vOMZN']=_0x4008fd[_0x45198f(_0x2240a1._0x2e432c,0x1c,0x8a,0x1f)];const _0x11ffda=_0x5495de;function _0x33df0f(_0x4ba4f6,_0x6f8538,_0x4d8547,_0x5505c0){return _0x48093f(_0x4d8547-_0x135e5a._0x265a48,_0x6f8538-_0x135e5a._0x129132,_0x5505c0,_0x5505c0-0xb9);}if(_0x33df0f(0x416,_0x2240a1._0x243128,_0x2240a1._0x422aee,0x2d1)!==_0x45198f(-_0x2240a1._0x306a4a,-_0x2240a1._0xfe4d76,0x2f,-_0x2240a1._0x589492)){const _0x176b24={};_0x176b24[_0x45198f(0x1e,_0x2240a1._0x2c2e51,_0x2240a1._0x5aac3f,0x1c)]=_0x3067cc[_0x45198f(_0x2240a1._0x2d89f8,_0x2240a1._0x413bd5,0xaf,_0x2240a1._0x23cfdd)],_0x176b24[_0x45198f(_0x2240a1._0x4ff102,0x80,0x101,0x182)+'t']=_0x20523e,_0x176b24[_0x45198f(0x28,0xab,_0x2240a1._0x51a77a,_0x2240a1._0x4ca0bc)]=_0xb1ea3a,_0x176b24[_0x33df0f(0x3d9,0x3eb,0x424,0x44e)]=_0x47ace0[_0x33df0f(0x34c,0x400,0x3cf,0x41d)],_0x164119[_0x45198f(0x104,_0x2240a1._0x51d90a,_0x2240a1._0x411927,0x156)](_0x11ffda[_0x33df0f(0x3c7,0x2c5,_0x2240a1._0xba8696,0x3cd)],_0x176b24);const _0x1e2e41={};_0x1e2e41['error']=_0x11ffda['vOMZN'],_0x1e2e41['message']=_0x11ffda[_0x33df0f(_0x2240a1._0x53d4db,_0x2240a1._0x4d4a2b,_0x2240a1._0xba8696,0x36a)],_0x13bd88[_0x45198f(0x13,_0x2240a1._0x2fdadc,0xb0,-_0x2240a1._0x3e8f25)](0x19a*-0x1+0x1*0x116f+-0x143*0xb)[_0x45198f(_0x2240a1._0x3bb8cb,_0x2240a1._0x2098bb,-0xa,0x2e)](_0x1e2e41);}else{const _0xe080cf=_0x456fc9[_0x45198f(-_0x2240a1._0x232bdd,0x113,_0x2240a1._0x4c01ac,-0x29)](/\.md$/,''),_0x1b5f98=_0x38f205[_0x33df0f(_0x2240a1._0x5984d5,_0x2240a1._0x541fab,_0x2240a1._0xf19d79,_0x2240a1._0x240379)](_0x27dfdc,_0xe080cf+_0x45198f(_0x2240a1._0x4d1a0f,-0xc0,-_0x2240a1._0x3d0520,0x1));let _0x233a48=null;try{const _0x27fa07=await _0x16dfda[_0x33df0f(0x2df,_0x2240a1._0x21a92d,0x2e9,0x310)](_0x1b5f98,_0x4008fd[_0x33df0f(0x42b,0x37d,0x423,_0x2240a1._0x1df327)]);_0x233a48=JSON[_0x45198f(-0xd7,0x64,-0x26,0x74)](_0x27fa07);}catch{}return{'name':_0xe080cf,'filename':_0x456fc9,'description':_0x233a48?.[_0x45198f(_0x2240a1._0x346b1c,0x18c,0xd1,0x11a)+'n']||null,'hasMetadata':_0x4008fd['nLHks'](_0x233a48,null)};}})),_0x29a0a3={};_0x29a0a3['templates']=_0x2f8159,_0x29a0a3['environmen'+'t']=_0xc02647,_0xf5531a[_0x53cb2b(-_0x3230b1._0x46947d,-0x140,-_0x3230b1._0x3bffc8,-0x142)](_0x29a0a3);}catch(_0x1dfa16){if(_0x4008fd[_0x48093f(_0x3230b1._0x1cbd04,0x3be,0x316,0x33f)](_0x1dfa16[_0x53cb2b(-0x1af,-_0x3230b1._0xc46949,-0x22a,-0x23b)],_0x4008fd['njlGG'])){const _0x5206f5={};_0x5206f5[_0x53cb2b(-0x6f,-_0x3230b1._0x473e2a,-0x102,-_0x3230b1._0x518f37)]=[],_0x5206f5[_0x53cb2b(-0x3b,-0x35,-_0x3230b1._0x5dc879,_0x3230b1._0x5b5f96)+'t']=_0xc02647,_0xf5531a['json'](_0x5206f5);}else{const _0x155d8f={};_0x155d8f['taskId']=_0x4a2a06[_0x53cb2b(-0x62,-_0x3230b1._0x119d8e,-0x10,-_0x3230b1._0x667e6b)],_0x155d8f[_0x53cb2b(-0xce,-0x35,0x3c,-0x47)+'t']=_0xc02647,_0x155d8f[_0x48093f(_0x3230b1._0x2defdf,_0x3230b1._0x3d2f7b,0x378,_0x3230b1._0x302fe8)]=_0x1dfa16['message'],logger['error'](_0x4008fd[_0x53cb2b(-0x61,-0xb3,-0x78,-0xa9)],_0x155d8f);const _0x47395c={};_0x47395c[_0x48093f(_0x3230b1._0x2defdf,0x467,_0x3230b1._0x526813,0x3dd)]=_0x4008fd[_0x53cb2b(-_0x3230b1._0x3bf0c3,-0xac,-0x2c,-_0x3230b1._0x3dc5e6)],_0x47395c[_0x48093f(_0x3230b1._0x1f578d,_0x3230b1._0x1a2653,_0x3230b1._0x42cca0,0x31b)]=_0x4008fd['Dcjqp'],_0xf5531a[_0x53cb2b(0x12,-_0x3230b1._0x29526d,-_0x3230b1._0x53fc63,-_0x3230b1._0x29dd8b)](-0xe74+0x648+0xa20)[_0x53cb2b(-_0x3230b1._0x421c9a,-_0x3230b1._0x1f16cf,-0x13c,-0x12f)](_0x47395c);}}}),router[_0x3473d0(0x365,0x204,0x2b2,0x1f6)](_0x4ff00d(0x5d,0x70,0xf,0x67)+_0x3473d0(0x30d,0x327,0x2c2,0x263),requireTaskAuth,requireTemplatesPermission,async(_0x46c0ab,_0x50c4af)=>{const _0x5f2cca={_0x118ef6:0x545,_0x28a7c4:0x4e3,_0x1676e6:0x28d,_0x538f2:0x2e6,_0x1bfebb:0x2f6,_0x2704d2:0x4a4,_0x4dfdde:0x414,_0xac1120:0x475,_0x5b05af:0x39e,_0x34bc2f:0x492,_0x3ab690:0x40d,_0xe96f40:0x4b4,_0x51b22b:0x42e,_0x1f2a01:0x437,_0x586fe9:0x491,_0x3c318d:0x4bc,_0xba94e2:0x310,_0x423b1d:0x32f,_0x4bfcd7:0x3bf,_0x214fd2:0x2a8,_0x951057:0x2d6,_0x3d7925:0x380,_0x5c7d23:0x251,_0x5bddb0:0x2a3,_0x4872f6:0x3f2,_0x407392:0x30a,_0x54d263:0x3a7,_0x24fc6b:0x3b2,_0x3353ba:0x334,_0x28accc:0x25e,_0x33ea02:0x3c8,_0x40f374:0x44b,_0x5a3a89:0x4a2,_0x140f53:0x28e,_0x626c15:0x2bf,_0x159602:0x232,_0x223697:0x260,_0x36c5a3:0x278,_0x1a752e:0x312,_0x456378:0x3e2,_0x3decfc:0x2c4,_0x13fab4:0x2bc,_0x306554:0x371,_0x1ddd48:0x316,_0x444263:0x2ec,_0x48f8a1:0x390,_0x6348f9:0x4ba,_0xfb85ef:0x525,_0x4cfbcf:0x4d1,_0x2f83f1:0x3f6,_0x210cc9:0x428,_0x29d503:0x44d,_0x34ebaa:0x346,_0x159db5:0x263,_0x4bf207:0x357,_0x4c2491:0x303,_0x108570:0x281,_0x413a7a:0x253,_0x5af8ba:0x2ba,_0x2797c8:0x277,_0x40e6af:0x1f3,_0x1cc07f:0x204,_0x34277e:0x324,_0x171659:0x262,_0x4da406:0x2f6,_0x3cc90a:0x4b0,_0x2da25b:0x548,_0x4d3f0c:0x546,_0x1b01ee:0x2a7,_0x1cbb9b:0x350,_0x45d204:0x2ac,_0xbfa681:0x2f1,_0x182641:0x4fd,_0x1a8e65:0x4c9,_0x5f56dc:0x490,_0x14f5a8:0x4c0,_0x3e766a:0x47e,_0x5a8a86:0x384,_0x3a57dd:0x3ca,_0x49b211:0x313,_0x415e7c:0x37a,_0x55e8f4:0x292,_0x2e08e5:0x335,_0x3b4d31:0x339,_0x36ca10:0x578,_0x377159:0x49f,_0x9c93cb:0x53a,_0x4972e5:0x4c4,_0x28f347:0x501,_0x10ad5b:0x581,_0x33e58d:0x500,_0x599e14:0x54d,_0x1f01e2:0x314,_0x213ef0:0x36a,_0x537e11:0x4f5,_0x560d71:0x515,_0x4cd7ed:0x2cc,_0x513f37:0x373,_0x24c6a2:0x339,_0x5cb902:0x2d3,_0x4d6bf2:0x3a0,_0x3e0344:0x4b8,_0x2fa05d:0x3ac,_0x54bfc4:0x445,_0x5cf70a:0x372,_0xddfde3:0x311,_0x26a012:0x3f1,_0x4e9683:0x353,_0x4fcc5c:0x347,_0x8ba1c1:0x4c6,_0x3e7629:0x52c,_0xed6245:0x409,_0x44b3f0:0x3c6,_0x3f843f:0x36f,_0x385b3a:0x369,_0x15ac47:0x2c0},_0x1a5358={_0x1ea7f8:0xa8},_0x2d2b97={_0x369421:0xcc,_0x3e2e30:0x186,_0x122542:0x3fe},_0x328443={};_0x328443[_0x2f9283(0x588,_0x5f2cca._0x118ef6,0x4fa,_0x5f2cca._0x28a7c4)]=_0x4e7612(_0x5f2cca._0x1676e6,_0x5f2cca._0x538f2,_0x5f2cca._0x1bfebb,0x310)+'t',_0x328443[_0x2f9283(_0x5f2cca._0x2704d2,0x468,0x3c2,_0x5f2cca._0x4dfdde)]=_0x2f9283(_0x5f2cca._0xac1120,_0x5f2cca._0x5b05af,0x42f,0x44e)+_0x4e7612(0x209,0x201,0x1f0,0x268),_0x328443[_0x2f9283(_0x5f2cca._0x34bc2f,0x4ba,_0x5f2cca._0x3ab690,0x4b2)]=_0x2f9283(_0x5f2cca._0xe96f40,0x39e,0x4ce,0x439),_0x328443['RpYRu']=function(_0x5154e8,_0x8bfd40){return _0x5154e8===_0x8bfd40;},_0x328443[_0x2f9283(_0x5f2cca._0x51b22b,_0x5f2cca._0x1f2a01,_0x5f2cca._0x586fe9,_0x5f2cca._0x3c318d)]=_0x4e7612(0x333,_0x5f2cca._0xba94e2,_0x5f2cca._0x423b1d,_0x5f2cca._0x4bfcd7),_0x328443[_0x4e7612(0x35b,_0x5f2cca._0x214fd2,0x40e,0x35f)]=_0x4e7612(_0x5f2cca._0x951057,0x425,0x2cc,_0x5f2cca._0x3d7925),_0x328443[_0x4e7612(_0x5f2cca._0x5c7d23,0x252,0x232,_0x5f2cca._0x5bddb0)]=_0x2f9283(_0x5f2cca._0x4872f6,0x478,0x488,0x492),_0x328443['aaiKw']=_0x4e7612(0x37e,0x34b,0x2bb,_0x5f2cca._0x407392)+_0x4e7612(0x394,_0x5f2cca._0x54d263,_0x5f2cca._0x24fc6b,_0x5f2cca._0x3353ba)+'r';function _0x2f9283(_0x4ed559,_0x1033a3,_0x485f5b,_0x1b7d54){return _0x4ff00d(_0x4ed559-_0x2d2b97._0x369421,_0x1033a3-_0x2d2b97._0x3e2e30,_0x1033a3,_0x1b7d54-_0x2d2b97._0x122542);}_0x328443[_0x4e7612(0x1a4,0x218,0x213,_0x5f2cca._0x28accc)]=_0x2f9283(0x492,_0x5f2cca._0x33ea02,_0x5f2cca._0x40f374,0x3fe)+_0x2f9283(_0x5f2cca._0x5a3a89,0x548,0x46d,0x4b8)+_0x4e7612(_0x5f2cca._0x140f53,_0x5f2cca._0x626c15,0x1da,0x28f);const _0x338b6c=_0x328443,{callingTask:_0x2206c8,environmentName:_0x661fe,environmentPath:_0x24e187}=_0x46c0ab,{name:_0x54d6b5}=_0x46c0ab['params'];if(_0x54d6b5[_0x4e7612(_0x5f2cca._0x159602,0x2a7,_0x5f2cca._0x223697,_0x5f2cca._0x36c5a3)]('/')||_0x54d6b5[_0x2f9283(0x3cd,0x475,0x445,0x3ff)]('\x5c')||_0x54d6b5['includes']('..')){const _0x4ead3c={};return _0x4ead3c[_0x4e7612(0x3d2,_0x5f2cca._0x1a752e,0x376,0x38e)]='Bad\x20Reques'+'t',_0x4ead3c[_0x4e7612(0x369,0x297,_0x5f2cca._0x456378,0x339)]=_0x4e7612(_0x5f2cca._0x3decfc,_0x5f2cca._0x13fab4,_0x5f2cca._0x306554,_0x5f2cca._0x1ddd48)+'mplate\x20nam'+'e',_0x50c4af[_0x4e7612(_0x5f2cca._0x444263,0x406,_0x5f2cca._0x48f8a1,0x37a)](-0x2327+-0x1299*0x1+0x3750)['json'](_0x4ead3c);}const _0x4d03f7={};_0x4d03f7[_0x2f9283(0x557,0x56f,0x49f,0x500)]=_0x2206c8['taskId'],_0x4d03f7['environmen'+'t']=_0x661fe;function _0x4e7612(_0x512eb5,_0x45901b,_0x367ff3,_0x281377){return _0x4ff00d(_0x512eb5-0xdd,_0x45901b-_0x1a5358._0x1ea7f8,_0x45901b,_0x281377-0x277);}_0x4d03f7[_0x2f9283(_0x5f2cca._0x6348f9,_0x5f2cca._0xfb85ef,_0x5f2cca._0x4cfbcf,0x4f1)]=_0x54d6b5,logger['info'](_0x2f9283(0x3da,_0x5f2cca._0x2f83f1,0x428,0x3d6)+_0x2f9283(0x4b2,0x3f0,_0x5f2cca._0x210cc9,_0x5f2cca._0x29d503)+'te',_0x4d03f7);const _0x442ce4=_0x38f205['join'](_0x24e187,_0x338b6c[_0x4e7612(0x2c7,0x323,0x2d9,_0x5f2cca._0x1676e6)]),_0x56086d=_0x38f205['join'](_0x442ce4,_0x54d6b5+_0x4e7612(0x1fd,_0x5f2cca._0x34ebaa,_0x5f2cca._0x159db5,0x2bc)),_0x71fdca=_0x38f205[_0x4e7612(0x296,0x287,_0x5f2cca._0x4bf207,0x298)](_0x442ce4,_0x54d6b5+'.json');try{const _0x291c1d=await _0x16dfda['readFile'](_0x56086d,_0x338b6c['GjvzB']);let _0x27d313=null;try{const _0x2b5edb=await _0x16dfda[_0x4e7612(_0x5f2cca._0x4c2491,_0x5f2cca._0x108570,0x287,_0x5f2cca._0x413a7a)](_0x71fdca,_0x338b6c[_0x4e7612(0x29a,_0x5f2cca._0x5af8ba,_0x5f2cca._0x2797c8,0x32b)]);_0x27d313=JSON['parse'](_0x2b5edb);}catch{}const _0x4150c9={};_0x4150c9[_0x4e7612(0x27b,_0x5f2cca._0x40e6af,_0x5f2cca._0x1cc07f,0x259)]=_0x54d6b5,_0x4150c9[_0x4e7612(_0x5f2cca._0x34277e,_0x5f2cca._0x171659,_0x5f2cca._0x4da406,0x2bf)]=_0x291c1d,_0x4150c9[_0x2f9283(_0x5f2cca._0x3cc90a,_0x5f2cca._0x2da25b,_0x5f2cca._0x4d3f0c,0x533)]=_0x27d313,_0x4150c9['environmen'+'t']=_0x661fe,_0x50c4af['json'](_0x4150c9);}catch(_0xeec02a){if(_0x338b6c[_0x4e7612(_0x5f2cca._0x1b01ee,_0x5f2cca._0x1cbb9b,0x367,_0x5f2cca._0x45d204)](_0xeec02a[_0x2f9283(0x459,0x3c5,0x32c,_0x5f2cca._0x456378)],_0x338b6c[_0x4e7612(0x2d6,_0x5f2cca._0xbfa681,0x288,0x335)])){if('WnVYE'!==_0x338b6c['OpJKD']){const _0x37dcab={};return _0x37dcab['error']=_0x338b6c[_0x2f9283(0x571,_0x5f2cca._0x182641,0x473,0x4e3)],_0x37dcab[_0x2f9283(_0x5f2cca._0x1a8e65,_0x5f2cca._0x5f56dc,0x417,_0x5f2cca._0x14f5a8)]='Content\x20fi'+_0x2f9283(_0x5f2cca._0x3e766a,_0x5f2cca._0x5a8a86,_0x5f2cca._0x3a57dd,0x3d5)+'uired',_0x385266[_0x4e7612(_0x5f2cca._0x49b211,0x314,0x40e,_0x5f2cca._0x415e7c)](0x3*-0x935+0x1*-0xf33+0x256*0x13)['json'](_0x37dcab);}else{const _0x19dfd0={};_0x19dfd0['error']=_0x338b6c[_0x2f9283(0x40c,0x3cc,_0x5f2cca._0x24fc6b,0x42a)],_0x19dfd0[_0x4e7612(_0x5f2cca._0x55e8f4,_0x5f2cca._0x2e08e5,0x305,_0x5f2cca._0x3b4d31)]='Template\x20\x27'+_0x54d6b5+(_0x2f9283(0x5cb,_0x5f2cca._0x36ca10,_0x5f2cca._0x377159,_0x5f2cca._0x9c93cb)+'d'),_0x50c4af[_0x2f9283(_0x5f2cca._0x4972e5,0x57a,0x596,_0x5f2cca._0x28f347)](-0x716+-0xd1b+0x15c5)['json'](_0x19dfd0);}}else{const _0x1c9fe5={};_0x1c9fe5[_0x2f9283(0x473,_0x5f2cca._0x10ad5b,0x483,_0x5f2cca._0x33e58d)]=_0x2206c8[_0x2f9283(_0x5f2cca._0x377159,_0x5f2cca._0x599e14,0x586,0x500)],_0x1c9fe5[_0x4e7612(0x3a5,0x398,0x359,0x3cb)+'t']=_0x661fe,_0x1c9fe5[_0x4e7612(0x35a,0x319,_0x5f2cca._0x1f01e2,_0x5f2cca._0x213ef0)]=_0x54d6b5,_0x1c9fe5[_0x2f9283(_0x5f2cca._0x537e11,0x48b,0x4ec,_0x5f2cca._0x560d71)]=_0xeec02a[_0x4e7612(_0x5f2cca._0x4cd7ed,_0x5f2cca._0x513f37,0x3eb,_0x5f2cca._0x24c6a2)],logger[_0x4e7612(0x2e5,_0x5f2cca._0x5cb902,_0x5f2cca._0x4d6bf2,0x38e)]('Failed\x20to\x20'+_0x2f9283(0x44f,0x496,0x547,_0x5f2cca._0x3e0344)+_0x2f9283(_0x5f2cca._0x2fa05d,_0x5f2cca._0x54bfc4,_0x5f2cca._0x5cf70a,0x416),_0x1c9fe5);const _0x2501fe={};_0x2501fe['error']=_0x338b6c[_0x4e7612(_0x5f2cca._0xddfde3,_0x5f2cca._0x26a012,_0x5f2cca._0x4e9683,_0x5f2cca._0x4fcc5c)],_0x2501fe[_0x2f9283(_0x5f2cca._0x8ba1c1,0x497,_0x5f2cca._0x3e7629,0x4c0)]=_0x338b6c['zrjsz'],_0x50c4af[_0x4e7612(_0x5f2cca._0xed6245,_0x5f2cca._0x44b3f0,_0x5f2cca._0x3f843f,0x37a)](-0x5*0x45d+-0x109*-0x16+0xf*0x11)[_0x4e7612(_0x5f2cca._0x385b3a,0x337,0x325,_0x5f2cca._0x15ac47)](_0x2501fe);}}}),router[_0x3473d0(0x1aa,0x20b,0x244,0x2d4)](_0x3473d0(0x1e1,0x1b3,0x209,0x1e8)+_0x4ff00d(0x154,0x77,0x1a9,0x120),requireTaskAuth,requireTemplatesPermission,async(_0x4983fe,_0x4e00ca)=>{const _0x2155a5={_0x3b8269:0x22b,_0x3214ae:0x2cf,_0x447053:0x152,_0x2c87f9:0xee,_0x366476:0x4f6,_0x118c99:0x476,_0x4ccb83:0x407,_0x54dbfc:0x416,_0x3652bc:0x489,_0x5822c9:0x51d,_0x5b05b2:0x449,_0x27c526:0x3d5,_0x19fe70:0x39c,_0x5e7664:0x28a,_0x6f5115:0x15b,_0x3fdc0d:0x421,_0x490094:0x427,_0x4c825e:0x451,_0xc02121:0x44d,_0x545be5:0x4d6,_0x562ab7:0x46a,_0x4a7c32:0x174,_0x319be3:0x4fb,_0x53c7eb:0x51c,_0x172631:0x114,_0x674cd1:0x8c,_0x7a355d:0x50f,_0xd3f6bd:0x59d,_0x3f3d2b:0x129,_0x50e454:0xad,_0xc60a08:0x165,_0x42a472:0x1c0,_0x79aa22:0x25e,_0x51c60:0x239,_0x4a4f70:0x2ba,_0x2d0e9e:0x1da,_0x4ecc0e:0x27d,_0x6928b6:0xee,_0x4edea9:0x13d,_0xa15761:0x54b,_0x2a9943:0x113,_0x477d5c:0x179,_0x475616:0x1ab,_0x42cc09:0x161,_0x5918ad:0x467,_0x2e5296:0x4ed,_0x3b017b:0x557,_0x576cbd:0xd8,_0x257b8d:0xd6,_0x3641fc:0x124,_0x3148dc:0x17c,_0x1040e2:0x3ff,_0x5c5fd4:0x41e,_0x3e9f5a:0x463,_0xc0fb5e:0x515,_0x570331:0x536,_0x4698fc:0x530,_0x5ba9c5:0x4b5,_0x2c0810:0x1f1,_0x3b374b:0x209,_0x267492:0xdb,_0x4b872e:0xa8,_0x42b4ab:0x195,_0x4b64c0:0x1e4,_0x280c9e:0x4c0,_0x3f22b4:0x52d,_0x4df4d1:0x44c,_0x1b33d0:0x4c8,_0x53b3c4:0x3ca,_0x310dd0:0x447,_0x548dc8:0x4f6,_0x35c6a8:0x11b,_0x26e1fa:0x277,_0x1c253d:0x1a0,_0x93fa73:0x1f0,_0xb67d56:0x160,_0x4690f0:0x131,_0x279af7:0x3c4,_0x43672d:0x41f,_0x2f6ea8:0x406,_0x466635:0x3f0,_0x328d9c:0x3d5,_0x4431c1:0x443,_0x5ec9e5:0x40b,_0x4f7274:0x10f,_0x503469:0x74,_0x538522:0x1a4,_0x140dcd:0x53b,_0x4e6d9b:0x57e,_0x2f5b54:0x4c9,_0x44c2c0:0x1ca,_0x8f017f:0x252,_0x484a5e:0x13a,_0x485b87:0x23c,_0x55d6de:0x477,_0x276c0d:0x3ec,_0x25d472:0x404,_0x4214d2:0x493,_0x57e385:0x330,_0x59ca7f:0x3d9,_0x233844:0x37c,_0x747fcf:0x335,_0x4567e7:0x54c,_0x32fb62:0x4ab,_0x9381ff:0x4bb,_0x306acd:0x180,_0x387ccc:0x474,_0xcc5f6c:0x4b2,_0xb8311:0x4e4,_0x5b00d1:0x51c,_0x5c8f6c:0x510,_0x1988e4:0x420,_0x19f2ae:0x4c6,_0x3eb257:0x599,_0x46bb71:0x587,_0x38e26c:0x500,_0x2bb174:0x4c5,_0x580f9b:0x3e7,_0x7e5912:0x4b0,_0x7cd54f:0x488,_0x5a37ff:0x533,_0x57870e:0x500,_0x3bbd22:0x591,_0x591018:0x242,_0x4a934e:0x21a,_0x474e0c:0x206,_0xfcd22a:0x554,_0x27e9cf:0x4f1,_0x566359:0x503,_0x3b29db:0x221,_0x1022b3:0x173,_0x59557c:0x5c4,_0xc42ca:0x1d6,_0x1bc609:0x168,_0x3644a9:0x432,_0x404abd:0x518,_0x239265:0xcb},_0x4e4a10={_0x548d0f:0x1dc,_0x58bcbb:0x3fe},_0x2358c1={_0x453f94:0xd2},_0x57e6e8={};_0x57e6e8[_0x4d062c(0x220,0x189,_0x2155a5._0x3b8269,_0x2155a5._0x3214ae)]='Invalid\x20te'+_0x4d062c(0x150,_0x2155a5._0x447053,0x115,_0x2155a5._0x2c87f9)+'e',_0x57e6e8['lVwHM']=function(_0x3e3e1b,_0x15c459){return _0x3e3e1b===_0x15c459;};function _0x4d062c(_0xa9116e,_0x3af936,_0x4f0bc0,_0x50c512){return _0x3473d0(_0xa9116e-_0x2358c1._0x453f94,_0x4f0bc0,_0xa9116e- -0xb4,_0x50c512-0x33);}_0x57e6e8[_0x457388(_0x2155a5._0x366476,_0x2155a5._0x118c99,_0x2155a5._0x4ccb83,_0x2155a5._0x54dbfc)]=_0x457388(_0x2155a5._0x3652bc,0x46f,_0x2155a5._0x5822c9,_0x2155a5._0x5b05b2)+_0x457388(0x31b,_0x2155a5._0x27c526,_0x2155a5._0x19fe70,0x340)+_0x4d062c(0x1ce,_0x2155a5._0x5e7664,_0x2155a5._0x6f5115,0x12c),_0x57e6e8[_0x457388(_0x2155a5._0x3fdc0d,_0x2155a5._0x490094,_0x2155a5._0x4c825e,0x432)]='Task\x20updat'+_0x457388(0x48d,_0x2155a5._0xc02121,_0x2155a5._0x545be5,_0x2155a5._0x562ab7)+'te',_0x57e6e8[_0x4d062c(0xfb,_0x2155a5._0x4a7c32,0x1b8,0x11d)]=function(_0x308b9b,_0x24b833){return _0x308b9b!==_0x24b833;},_0x57e6e8[_0x457388(_0x2155a5._0x319be3,0x4ba,0x52d,_0x2155a5._0x53c7eb)]=_0x4d062c(0x13e,_0x2155a5._0x172631,0x185,_0x2155a5._0x674cd1)+'ates',_0x57e6e8[_0x457388(_0x2155a5._0x7a355d,0x54c,_0x2155a5._0xd3f6bd,0x5cb)]=_0x4d062c(_0x2155a5._0x3f3d2b,_0x2155a5._0x50e454,_0x2155a5._0xc60a08,0x158),_0x57e6e8['ysCEn']='Template\x20u'+'pdated\x20by\x20'+_0x4d062c(_0x2155a5._0x42a472,0x14e,0x150,_0x2155a5._0x79aa22);function _0x457388(_0x28d090,_0x2df46e,_0x3ea67f,_0x8db8e6){return _0x4ff00d(_0x28d090-_0x4e4a10._0x548d0f,_0x2df46e-0x93,_0x8db8e6,_0x2df46e-_0x4e4a10._0x58bcbb);}_0x57e6e8[_0x4d062c(_0x2155a5._0x51c60,_0x2155a5._0x4a4f70,_0x2155a5._0x2d0e9e,_0x2155a5._0x4ecc0e)]=_0x4d062c(_0x2155a5._0x6928b6,0x14e,_0x2155a5._0x4edea9,0x102)+'write\x20temp'+'late',_0x57e6e8[_0x457388(0x47d,0x4a4,_0x2155a5._0xa15761,0x4fc)]=_0x4d062c(0x181,_0x2155a5._0x2a9943,0x181,_0x2155a5._0x477d5c)+_0x4d062c(_0x2155a5._0x475616,_0x2155a5._0x42cc09,_0x2155a5._0x42cc09,0x189)+'r';const _0x8c7d63=_0x57e6e8,{callingTask:_0x3a1467,taskUser:_0x34fbec,environmentName:_0x1eab20,environmentPath:_0x5438d8}=_0x4983fe,{name:_0x4bdac5}=_0x4983fe[_0x457388(_0x2155a5._0x5918ad,_0x2155a5._0x2e5296,0x4dc,_0x2155a5._0x3b017b)],{content:_0x494392,metadata:_0x1c6312}=_0x4983fe[_0x4d062c(0x118,_0x2155a5._0x576cbd,_0x2155a5._0x257b8d,_0x2155a5._0x3641fc)];if(_0x4bdac5[_0x4d062c(0xef,_0x2155a5._0x3148dc,0x15e,0x41)]('/')||_0x4bdac5[_0x457388(0x3e8,_0x2155a5._0x1040e2,_0x2155a5._0x5c5fd4,_0x2155a5._0x3e9f5a)]('\x5c')||_0x4bdac5[_0x4d062c(0xef,0xbd,0x46,0x175)]('..')){const _0x530bc3={};return _0x530bc3[_0x457388(0x527,_0x2155a5._0xc0fb5e,0x553,0x584)]='Bad\x20Reques'+'t',_0x530bc3['message']=_0x8c7d63[_0x457388(_0x2155a5._0x570331,_0x2155a5._0x4698fc,_0x2155a5._0x5ba9c5,0x5dc)],_0x4e00ca[_0x4d062c(_0x2155a5._0x2c0810,_0x2155a5._0x3b374b,0x1bf,0x2a6)](-0x18d9+-0x357+0x1dc0)[_0x4d062c(0x137,0x12e,_0x2155a5._0x267492,_0x2155a5._0x4b872e)](_0x530bc3);}if(_0x8c7d63['lVwHM'](_0x494392,undefined)){const _0xbe9d8a={};return _0xbe9d8a['error']=_0x4d062c(0x187,_0x2155a5._0x42b4ab,_0x2155a5._0x4b64c0,0x17d)+'t',_0xbe9d8a[_0x457388(0x569,_0x2155a5._0x280c9e,0x521,0x51b)]=_0x8c7d63[_0x457388(_0x2155a5._0x3f22b4,_0x2155a5._0x118c99,0x489,_0x2155a5._0x4df4d1)],_0x4e00ca[_0x457388(_0x2155a5._0x1b33d0,0x501,0x543,0x489)](-0x2*0xbc9+-0x37*-0x89+-0x44d*0x1)[_0x457388(_0x2155a5._0x53b3c4,_0x2155a5._0x310dd0,0x3b8,_0x2155a5._0x548dc8)](_0xbe9d8a);}logger[_0x4d062c(0x1c6,0x24c,_0x2155a5._0x35c6a8,_0x2155a5._0x26e1fa)](_0x8c7d63[_0x4d062c(0x117,0x194,_0x2155a5._0x1c253d,0x117)],{'taskId':_0x3a1467[_0x4d062c(_0x2155a5._0x93fa73,0x1d5,_0x2155a5._0xb67d56,_0x2155a5._0x4690f0)],'environment':_0x1eab20,'template':_0x4bdac5,'userId':_0x34fbec['id'],'hasMetadata':_0x8c7d63['VjnkW'](_0x1c6312,undefined)});const _0x32d1a3=_0x38f205[_0x457388(_0x2155a5._0x279af7,_0x2155a5._0x43672d,_0x2155a5._0x562ab7,0x416)](_0x5438d8,_0x8c7d63['DmmSJ']),_0x4d8a19=_0x38f205[_0x457388(_0x2155a5._0x2f6ea8,_0x2155a5._0x43672d,_0x2155a5._0x466635,_0x2155a5._0x328d9c)](_0x32d1a3,_0x4bdac5+_0x457388(0x4b8,_0x2155a5._0x4431c1,_0x2155a5._0x5ec9e5,0x401)),_0x45b203=_0x38f205[_0x4d062c(_0x2155a5._0x4f7274,_0x2155a5._0x503469,0x9c,_0x2155a5._0x538522)](_0x32d1a3,_0x4bdac5+'.json'),_0x2ecd70=new Date()[_0x457388(0x56f,_0x2155a5._0x140dcd,_0x2155a5._0x4e6d9b,_0x2155a5._0x2f5b54)+'g']();try{const _0x2aaf46={};_0x2aaf46[_0x4d062c(_0x2155a5._0x44c2c0,_0x2155a5._0x8f017f,_0x2155a5._0x484a5e,_0x2155a5._0x485b87)]=!![],await _0x16dfda['mkdir'](_0x32d1a3,_0x2aaf46),await _0x16dfda['writeFile'](_0x4d8a19,_0x494392,_0x457388(0x3b6,0x439,_0x2155a5._0x55d6de,_0x2155a5._0x276c0d));_0x8c7d63['VjnkW'](_0x1c6312,undefined)&&_0x8c7d63[_0x4d062c(0xfb,0x16f,0x162,0xfd)](_0x1c6312,null)&&await _0x16dfda[_0x457388(_0x2155a5._0x25d472,0x401,_0x2155a5._0x4214d2,0x407)](_0x45b203,JSON[_0x457388(_0x2155a5._0x57e385,_0x2155a5._0x59ca7f,_0x2155a5._0x233844,_0x2155a5._0x747fcf)](_0x1c6312,null,0x530+0x1d1*0xd+-0x1ccb),_0x8c7d63[_0x457388(0x5ac,_0x2155a5._0x4567e7,0x5e7,0x523)]);const _0x36e8ff={};_0x36e8ff[_0x457388(0x480,0x500,0x531,0x556)]=_0x3a1467[_0x4d062c(0x1f0,0x1c4,0x193,0x1e4)],_0x36e8ff[_0x457388(0x54f,0x552,0x602,0x592)+'t']=_0x1eab20,_0x36e8ff[_0x457388(0x57f,0x4f1,_0x2155a5._0x32fb62,_0x2155a5._0x9381ff)]=_0x4bdac5,_0x36e8ff['userId']=_0x34fbec['id'],logger[_0x4d062c(0x1c6,0x1db,0x164,_0x2155a5._0x306acd)](_0x8c7d63[_0x457388(_0x2155a5._0x3652bc,_0x2155a5._0x3e9f5a,0x410,0x4e4)],_0x36e8ff);const _0x2cbd75={};_0x2cbd75[_0x457388(_0x2155a5._0x387ccc,0x517,0x57d,_0x2155a5._0xcc5f6c)]=!![],_0x2cbd75['name']=_0x4bdac5,_0x2cbd75[_0x457388(0x4a5,0x552,0x557,0x49e)+'t']=_0x1eab20,_0x2cbd75[_0x457388(0x55c,_0x2155a5._0xb8311,0x48d,_0x2155a5._0x5b00d1)]=_0x2ecd70,_0x2cbd75[_0x457388(0x539,0x48a,_0x2155a5._0x5c8f6c,_0x2155a5._0x1988e4)+_0x457388(0x53a,0x509,_0x2155a5._0x19f2ae,_0x2155a5._0x3eb257)]=_0x3a1467[_0x457388(_0x2155a5._0x46bb71,_0x2155a5._0x38e26c,0x461,0x471)],_0x2cbd75[_0x457388(0x4e4,_0x2155a5._0x2bb174,0x447,0x4bb)+'serId']=_0x34fbec['id'],_0x4e00ca[_0x457388(_0x2155a5._0x580f9b,_0x2155a5._0x310dd0,_0x2155a5._0x7e5912,_0x2155a5._0x7cd54f)](_0x2cbd75);}catch(_0x5787a2){const _0x457ad4={};_0x457ad4[_0x457388(_0x2155a5._0x5a37ff,0x500,0x575,0x554)]=_0x3a1467[_0x457388(0x4f5,_0x2155a5._0x57870e,_0x2155a5._0x3bbd22,0x4db)],_0x457ad4[_0x4d062c(_0x2155a5._0x591018,_0x2155a5._0x4a934e,_0x2155a5._0x474e0c,0x245)+'t']=_0x1eab20,_0x457ad4[_0x457388(_0x2155a5._0xfcd22a,_0x2155a5._0x27e9cf,_0x2155a5._0x566359,0x486)]=_0x4bdac5,_0x457ad4[_0x4d062c(0x205,0x1dc,_0x2155a5._0x3b29db,0x178)]=_0x5787a2[_0x4d062c(0x1b0,_0x2155a5._0x1022b3,0x1d7,0x174)],logger['error'](_0x8c7d63[_0x457388(0x5b3,0x549,_0x2155a5._0x59557c,0x4bf)],_0x457ad4);const _0x4eb682={};_0x4eb682[_0x457388(0x5a6,_0x2155a5._0xc0fb5e,0x581,0x4a8)]=_0x8c7d63[_0x4d062c(0x194,_0x2155a5._0xc42ca,0x197,_0x2155a5._0x1bc609)],_0x4eb682[_0x457388(_0x2155a5._0x3644a9,0x4c0,_0x2155a5._0x404abd,0x4d5)]=_0x8c7d63[_0x4d062c(0x239,0x270,0x299,0x1fe)],_0x4e00ca['status'](-0x1*-0xfda+-0x601+-0x2b*0x2f)[_0x4d062c(0x137,_0x2155a5._0x239265,0x1d3,0x1c5)](_0x4eb682);}}),router[_0x4ff00d(-0x13,0x95,0x81,0x4e)](_0x4ff00d(0xa2,0x75,-0x15,0x67)+_0x3473d0(0x213,0x29b,0x2c2,0x33b),requireTaskAuth,requireTemplatesPermission,async(_0x1052f1,_0x21089c)=>{const _0x1ecc5a={_0x26ac37:0x124,_0x19db0d:0x23f,_0x3a0594:0x1f4,_0xcb8ce3:0x1f1,_0x454227:0x13a,_0x4e08c1:0x232,_0x4a008d:0x174,_0x109417:0x1d7,_0x2b04e4:0xfb,_0x534d76:0x141,_0x38b144:0x192,_0x15c751:0xd3,_0x5ebf0b:0x112,_0x5c44e4:0x295,_0x2f2f0b:0xe9,_0x15acb5:0x1b5,_0x43cbd3:0x255,_0x2bf786:0x2d2,_0x182c2a:0x2,_0x3ca6b4:0x94,_0x11a9e5:0x1ac,_0x3b3433:0x1ab,_0x17d323:0x1cb,_0x142970:0x199,_0x2b91d9:0x100,_0x2f1725:0x1e2,_0x2d662d:0x16e,_0x5a8cc1:0x243,_0x24b6b2:0x2c4,_0x468a24:0x2af,_0x51a348:0xb8,_0x23567c:0x217,_0x2da7e7:0x1cd,_0x4cd481:0x153,_0xf5d770:0x1a7,_0x51ce78:0x17b,_0x39b0e4:0x176,_0x371a9e:0x242,_0x1545b3:0x13e,_0x7830bc:0x135,_0x1450b0:0x138,_0x3280ae:0x1d6,_0x1a390f:0x279,_0x2a29fe:0x3a,_0x3b4db3:0x2c9,_0x36d5f9:0xda,_0x2562e7:0x10c,_0x53e7d0:0x188,_0x28e518:0x1dc,_0x190f2c:0x187,_0x35fd6f:0x1c7,_0x12a908:0xb8,_0x519e99:0x19a,_0x315991:0x9d,_0x5038ac:0x6,_0x3c3546:0x1d5,_0x1defc8:0x1ec,_0x2ab91e:0x1c9,_0x4defcb:0x1ef,_0x539750:0x162,_0x361579:0x1b1,_0x2ead50:0xf3,_0x4c4f5b:0x146,_0x2790c0:0x230,_0x31256a:0xe8,_0x178798:0x175,_0x39b7c0:0x26f,_0x33e9b9:0x1d0,_0xdecdeb:0xea,_0x1d4b68:0xc2,_0x4fbc43:0x116,_0x399d19:0xfa,_0x5c9100:0x164,_0x480b19:0xc2,_0x5eb44d:0x236,_0x2d1798:0x1f6,_0xd964dd:0x162,_0x436872:0x122,_0x2c57e6:0x189,_0x2957c3:0x2b0,_0x5c1361:0x20e,_0x530713:0x1fe,_0xfae8e:0x277,_0x4d9a5b:0x2cc,_0x400309:0x1bd,_0x832428:0x110,_0x304403:0x12f,_0x11d713:0x83,_0x258bbd:0xd5,_0x59742a:0x6e,_0x1884bd:0x27,_0x32f227:0xd5,_0x59d12e:0xf4,_0x4473ab:0x42,_0x529fc6:0x150,_0x162689:0x19c,_0x401e1c:0xe4,_0x14c947:0x28b,_0x535f57:0x1dd,_0x526441:0x27b,_0x505bfc:0x153,_0x377f53:0x115,_0x2c7045:0x22b,_0xa695ba:0x198,_0x4cac7d:0x237,_0x3cdfdc:0x2e3,_0x44cfa2:0x239,_0x38b93:0x2d3,_0x3bb2b1:0x229,_0x1da5f7:0x1bf,_0x5dc90a:0xbf,_0x2ccb94:0x130,_0x2a2ef3:0xce,_0x369477:0xd4,_0x272ca2:0x20b,_0x25428b:0x18e,_0x469eb0:0x28a,_0x2e247f:0x293,_0xfa823d:0x101,_0x54fe94:0x19a,_0xd78991:0x2ef,_0xf0b99a:0x1ba,_0x1a0b4b:0xac,_0x442239:0x19f,_0x546dcd:0x12d,_0x29956a:0x1f0,_0x2befa8:0x15e,_0x1b90e0:0xdd,_0x30f75f:0x258,_0x2b4ba8:0x13d,_0x552f63:0x1f9,_0x2f1889:0x2bb,_0x5c2c14:0x22a,_0x19d431:0x227,_0x35fcf1:0x291,_0x28d1e9:0x226,_0x270ad5:0x25f,_0x4a46ce:0x20f,_0x206916:0x2ec,_0x3e3a2e:0x212,_0x151a0a:0x276,_0x180403:0x228,_0x38f76f:0x276,_0x1235a7:0x2a3,_0x254cc4:0x19e,_0x11f7da:0xe6,_0x1f2599:0x13f,_0x200785:0x190,_0x3568f0:0x2bb,_0x4be52d:0x1d2,_0x23d178:0x165,_0x5caa51:0x28b,_0xae54a7:0x340,_0x461ec7:0x236,_0x1b280a:0x183,_0x55bb23:0x266,_0x35a225:0x2b5,_0x490678:0x252,_0x13c3ba:0x16b,_0x3132a3:0x90,_0x8d505:0x84,_0x185603:0x8c,_0x3e3ce1:0x292,_0x441dcb:0x119,_0x370dcd:0x2a7,_0x1d7572:0xc0,_0x104534:0x4f,_0x575143:0xcd,_0x2fea3c:0x2b0,_0x24097d:0xe7,_0x440a1e:0xbf,_0xcce499:0xd2,_0x3673d0:0x202,_0x1d9b48:0x1c5,_0x144e75:0x160,_0x5850b3:0x271,_0x3f71d0:0x139,_0x5d5091:0x5c,_0x29ead9:0x105,_0x47c21f:0x156,_0x2fe76b:0x215,_0x5d5c2e:0x137,_0x2f7d18:0x193,_0x14c533:0x21f,_0x7c3ab:0x284,_0x2fe9e9:0x1bd,_0x258e5c:0x128,_0x1c6262:0x209,_0x532e30:0x1a5,_0x26c6d3:0x1c6,_0x1840b8:0x33,_0x5ec8fc:0x48,_0x3e73bb:0x245,_0x740881:0x200,_0x1ef3a9:0x1e9,_0xb11ae:0xf0,_0x272dcd:0x5b,_0x963713:0xd4,_0x192309:0x1c2,_0x464f9:0x18e,_0x4862d8:0x1de,_0x1a181d:0x192,_0x446e13:0xfe,_0x5f30a8:0xa,_0x238ba2:0x86,_0x151c41:0x8b,_0x530de6:0x13d,_0x72c8ac:0x189,_0xa6cc5b:0x46,_0x561825:0x267,_0x361066:0x22d,_0x371dbe:0x231,_0x425e31:0x26c,_0x1ee268:0xb4,_0x330291:0x214,_0x76c210:0x15c,_0x27ad90:0x2f7,_0x138489:0x27d,_0x45542d:0x1d6,_0x3e1de3:0x185,_0x153f54:0x14e,_0x562632:0x91,_0x382ee7:0x11a,_0x1099b9:0x115,_0x1d3657:0x153,_0x33abfb:0x1d7,_0x4fe695:0x234,_0x1bffe7:0x18e,_0x3830ea:0x2c8,_0x4a0310:0x211,_0x3396cf:0x186,_0x23782b:0x224,_0x5faf31:0x170,_0x4dc0a6:0x106,_0x2375de:0x22e,_0x424d0f:0x1a6,_0x5dac94:0x2e1,_0x2ebd5b:0x29a,_0x539935:0x1df},_0x420746={_0x1dc156:0x10e,_0x4efd3b:0xbf},_0x48ebe5={_0x38fb11:0xb6},_0x13073b={};_0x13073b[_0x3e1e6c(-0xc0,-0x160,-0x123,-_0x1ecc5a._0x26ac37)]=function(_0x560d2a,_0x3408ea){return _0x560d2a===_0x3408ea;},_0x13073b[_0x1d137f(_0x1ecc5a._0x19db0d,0x23c,0x1fa,_0x1ecc5a._0x3a0594)]=_0x3e1e6c(-0x138,-0xa5,-0x9d,-0x8f),_0x13073b[_0x1d137f(0x22b,0x29b,0x2d2,_0x1ecc5a._0xcb8ce3)]=_0x3e1e6c(-_0x1ecc5a._0x454227,-_0x1ecc5a._0x4e08c1,-_0x1ecc5a._0x4a008d,-_0x1ecc5a._0x109417)+_0x3e1e6c(-_0x1ecc5a._0x2b04e4,-_0x1ecc5a._0x534d76,-0xf4,-0x11d)+_0x1d137f(0x18c,0x153,0x225,0xd7),_0x13073b[_0x3e1e6c(-_0x1ecc5a._0x38b144,-0x7a,-_0x1ecc5a._0x15c751,-_0x1ecc5a._0x5ebf0b)]=_0x3e1e6c(-0x1c3,-0x101,-0xbf,-0x144)+_0x1d137f(0x231,0x1a4,0x2de,_0x1ecc5a._0x5c44e4)+'r',_0x13073b[_0x3e1e6c(-_0x1ecc5a._0x2f2f0b,-0x134,-_0x1ecc5a._0x15acb5,-0x18d)]=_0x1d137f(_0x1ecc5a._0x43cbd3,0x224,0x1cd,_0x1ecc5a._0x2bf786)+_0x3e1e6c(_0x1ecc5a._0x182c2a,-0x10e,-0xcb,-_0x1ecc5a._0x3ca6b4)+_0x1d137f(_0x1ecc5a._0x11a9e5,_0x1ecc5a._0x3b3433,_0x1ecc5a._0x17d323,0x145)+_0x3e1e6c(-_0x1ecc5a._0x142970,-0x8b,-0xe9,-_0x1ecc5a._0x2b91d9)+'n',_0x13073b[_0x1d137f(0x1fb,_0x1ecc5a._0x2f1725,_0x1ecc5a._0x2d662d,_0x1ecc5a._0x5a8cc1)]=_0x1d137f(0x229,0x192,_0x1ecc5a._0x24b6b2,_0x1ecc5a._0x468a24),_0x13073b[_0x3e1e6c(-_0x1ecc5a._0x51a348,-0xa9,-0xa8,-0x106)]=_0x1d137f(_0x1ecc5a._0x23567c,_0x1ecc5a._0x2da7e7,0x249,0x1b6)+_0x3e1e6c(-0xd7,-_0x1ecc5a._0x4cd481,-_0x1ecc5a._0xf5d770,-0x10a)+'d',_0x13073b[_0x1d137f(_0x1ecc5a._0x51ce78,0x179,0x1d1,_0x1ecc5a._0x39b0e4)]=function(_0x2eb07e,_0x537104){return _0x2eb07e===_0x537104;},_0x13073b[_0x3e1e6c(-_0x1ecc5a._0x371a9e,-0x239,-0x18b,-0x1fd)]=_0x3e1e6c(-0x11a,-_0x1ecc5a._0x5ebf0b,-0x18e,-_0x1ecc5a._0x1545b3)+'t',_0x13073b['nubQK']=_0x3e1e6c(-_0x1ecc5a._0x7830bc,-_0x1ecc5a._0x38b144,-0x1a4,-_0x1ecc5a._0x1450b0)+_0x1d137f(_0x1ecc5a._0x3280ae,_0x1ecc5a._0x4a008d,_0x1ecc5a._0x1a390f,0x125)+'e',_0x13073b[_0x3e1e6c(-0x36,-_0x1ecc5a._0x2a29fe,-0xf8,-0xf0)]=_0x1d137f(0x29f,0x2ad,_0x1ecc5a._0x3b4db3,0x313)+_0x3e1e6c(-_0x1ecc5a._0x36d5f9,-0xfb,-_0x1ecc5a._0x2562e7,-_0x1ecc5a._0x53e7d0)+'te',_0x13073b['DGTbY']=_0x3e1e6c(-_0x1ecc5a._0x28e518,-0x138,-0x118,-_0x1ecc5a._0x190f2c)+'ates',_0x13073b['swRTB']=_0x1d137f(0x1f7,_0x1ecc5a._0x35fd6f,0x23e,0x175),_0x13073b[_0x3e1e6c(-_0x1ecc5a._0x12a908,-0xb0,-0x17d,-0xec)]=_0x3e1e6c(-_0x1ecc5a._0x519e99,-_0x1ecc5a._0x315991,-0x1dc,-0x146),_0x13073b[_0x3e1e6c(-_0x1ecc5a._0x5038ac,-0x19,-0xf1,-0xb2)]=_0x3e1e6c(-0x1c4,-0x1a3,-_0x1ecc5a._0x3c3546,-0x143);function _0x1d137f(_0x34ebbb,_0x2d5da3,_0x3c6db3,_0x4cf9a7){return _0x3473d0(_0x34ebbb-_0x48ebe5._0x38fb11,_0x4cf9a7,_0x34ebbb- -0x2e,_0x4cf9a7-0x1bf);}_0x13073b[_0x3e1e6c(-0x223,-0x1ff,-0x13b,-_0x1ecc5a._0x1defc8)]=function(_0x350fb6,_0x1f733f){return _0x350fb6!==_0x1f733f;},_0x13073b[_0x1d137f(0x1ba,_0x1ecc5a._0x2ab91e,0x10b,0x17e)]='OaLrT',_0x13073b[_0x1d137f(_0x1ecc5a._0x4defcb,0x1d5,_0x1ecc5a._0x539750,0x174)]=_0x1d137f(_0x1ecc5a._0x4a008d,_0x1ecc5a._0x361579,_0x1ecc5a._0x2ab91e,_0x1ecc5a._0x2ead50)+_0x3e1e6c(-_0x1ecc5a._0x17d323,-_0x1ecc5a._0x4c4f5b,-0xb9,-0x11f)+_0x1d137f(0x1ea,0x1d7,0x210,_0x1ecc5a._0x2790c0);const _0xc5ef06=_0x13073b,{callingTask:_0x4c0270,taskUser:_0x2c1162,environmentName:_0x26d44d,environmentPath:_0x1abcca}=_0x1052f1,{name:_0x28b3f9}=_0x1052f1[_0x3e1e6c(-0xa0,-0x43,-0x17d,-_0x1ecc5a._0x31256a)];if(_0x28b3f9['includes']('/')||_0x28b3f9['includes']('\x5c')||_0x28b3f9[_0x1d137f(_0x1ecc5a._0x178798,0x110,0x22f,0x1a8)]('..')){if(_0xc5ef06[_0x3e1e6c(-_0x1ecc5a._0x39b7c0,-0x1fb,-0x277,-_0x1ecc5a._0x33e9b9)](_0x3e1e6c(-0x142,-0xbc,-_0x1ecc5a._0xdecdeb,-_0x1ecc5a._0x1d4b68),_0x3e1e6c(0x7,-_0x1ecc5a._0x4fbc43,-0x44,-0x88))){if(_0xc5ef06['TvqWZ'](_0x1f1f38[_0x1d137f(0x158,0x120,0xa5,0x1de)],_0xc5ef06['AeAKA'])){const _0xa25765={};_0xa25765[_0x3e1e6c(-_0x1ecc5a._0x399d19,-_0x1ecc5a._0x5c9100,-_0x1ecc5a._0x480b19,-0xc0)]='Not\x20Found',_0xa25765[_0x1d137f(_0x1ecc5a._0x5eb44d,0x1d9,_0x1ecc5a._0x2d1798,0x1e6)]=_0x1d137f(_0x1ecc5a._0xd964dd,_0x1ecc5a._0x436872,_0x1ecc5a._0x2c57e6,0x145)+_0x4a14ca+(_0x1d137f(_0x1ecc5a._0x2957c3,0x26a,_0x1ecc5a._0x5c1361,_0x1ecc5a._0x530713)+'d'),_0x4d67af[_0x1d137f(_0x1ecc5a._0xfae8e,0x2cd,0x254,_0x1ecc5a._0x4d9a5b)](0x168b+-0x9e7+-0x10*0xb1)[_0x1d137f(_0x1ecc5a._0x400309,0x1f3,0x265,_0x1ecc5a._0x832428)](_0xa25765);}else{const _0x3438a0={};_0x3438a0[_0x3e1e6c(-_0x1ecc5a._0x304403,-_0x1ecc5a._0x11d713,-0x65,-_0x1ecc5a._0x258bbd)]=_0x33755b[_0x3e1e6c(-_0x1ecc5a._0x59742a,-_0x1ecc5a._0x1884bd,-0x125,-_0x1ecc5a._0x32f227)],_0x3438a0[_0x3e1e6c(-_0x1ecc5a._0x59d12e,-0x12d,-_0x1ecc5a._0x4473ab,-_0x1ecc5a._0x11d713)+'t']=_0x3e85c3,_0x3438a0[_0x3e1e6c(-_0x1ecc5a._0x529fc6,-0x9b,-_0x1ecc5a._0x162689,-_0x1ecc5a._0x401e1c)]=_0x2d1636,_0x3438a0[_0x1d137f(_0x1ecc5a._0x14c947,_0x1ecc5a._0x535f57,_0x1ecc5a._0x526441,0x242)]=_0x5065e3[_0x3e1e6c(-_0x1ecc5a._0x505bfc,-0x1ab,-0x1c2,-_0x1ecc5a._0x377f53)],_0x180663['error'](_0xc5ef06[_0x1d137f(_0x1ecc5a._0x2c7045,_0x1ecc5a._0xa695ba,_0x1ecc5a._0x4cac7d,0x29d)],_0x3438a0);const _0x1e7916={};_0x1e7916[_0x1d137f(0x28b,0x1cd,0x32b,_0x1ecc5a._0x3cdfdc)]=_0xc5ef06[_0x1d137f(_0x1ecc5a._0x44cfa2,_0x1ecc5a._0x38b93,0x1be,0x290)],_0x1e7916[_0x1d137f(0x236,0x18a,0x1a1,0x1cb)]='Failed\x20to\x20'+_0x3e1e6c(-0x75,-0x1b0,-0xdf,-0x11d)+_0x3e1e6c(-_0x1ecc5a._0x3bb2b1,-0x170,-0x175,-_0x1ecc5a._0x1da5f7),_0x40a3e2[_0x3e1e6c(-_0x1ecc5a._0x5dc90a,-_0x1ecc5a._0x2ccb94,-_0x1ecc5a._0x2a2ef3,-_0x1ecc5a._0x369477)](0x2339+-0xfb5*0x1+-0x1190)[_0x3e1e6c(-_0x1ecc5a._0x272ca2,-_0x1ecc5a._0x371a9e,-0x13b,-_0x1ecc5a._0x25428b)](_0x1e7916);}}else{const _0x1e765f={};return _0x1e765f['error']=_0xc5ef06['AIuFM'],_0x1e765f[_0x1d137f(_0x1ecc5a._0x5eb44d,0x2a1,0x1d8,0x25e)]=_0xc5ef06[_0x1d137f(0x1e8,0x23a,_0x1ecc5a._0x469eb0,0x1ab)],_0x21089c[_0x1d137f(_0x1ecc5a._0xfae8e,0x2a9,0x25a,_0x1ecc5a._0x2e247f)](0x202d*0x1+-0x23*-0xd3+-0x3b76)[_0x1d137f(0x1bd,0x110,_0x1ecc5a._0xfa823d,_0x1ecc5a._0x54fe94)](_0x1e765f);}}const _0x5da8ac={};_0x5da8ac[_0x1d137f(0x276,_0x1ecc5a._0xd78991,_0x1ecc5a._0xf0b99a,0x215)]=_0x4c0270[_0x3e1e6c(-0x37,-0x16a,-0x102,-0xd5)],_0x5da8ac['environmen'+'t']=_0x26d44d,_0x5da8ac[_0x3e1e6c(-_0x1ecc5a._0x519e99,-_0x1ecc5a._0x1a0b4b,-0x44,-0xe4)]=_0x28b3f9,_0x5da8ac[_0x3e1e6c(-_0x1ecc5a._0x442239,-_0x1ecc5a._0x546dcd,-_0x1ecc5a._0x29956a,-_0x1ecc5a._0x2befa8)]=_0x2c1162['id'],logger['info'](_0xc5ef06['uWwbH'],_0x5da8ac);function _0x3e1e6c(_0x338bbb,_0x51f143,_0x5dc73f,_0x418976){return _0x3473d0(_0x338bbb-_0x420746._0x1dc156,_0x5dc73f,_0x418976- -0x379,_0x418976-_0x420746._0x4efd3b);}const _0x464fdb=_0x38f205['join'](_0x1abcca,_0xc5ef06[_0x1d137f(_0x1ecc5a._0xf5d770,0x1bf,0x1a0,0xe8)]),_0x1d65f4=_0x38f205['join'](_0x464fdb,_0x28b3f9+'.md'),_0x156b15=_0x38f205['join'](_0x464fdb,_0x28b3f9+_0x1d137f(0x199,0x18e,_0x1ecc5a._0x1b90e0,_0x1ecc5a._0x30f75f));try{await _0x16dfda[_0x3e1e6c(-0x1ba,-_0x1ecc5a._0x2b4ba8,-0x236,-_0x1ecc5a._0x552f63)](_0x1d65f4),await _0x16dfda[_0x1d137f(_0x1ecc5a._0x2f1889,0x29f,0x227,_0x1ecc5a._0x5c2c14)](_0x1d65f4);try{if(_0xc5ef06[_0x1d137f(_0x1ecc5a._0x19d431,_0x1ecc5a._0x35fcf1,_0x1ecc5a._0x28d1e9,0x1b6)](_0xc5ef06['swRTB'],_0xc5ef06[_0x1d137f(_0x1ecc5a._0x270ad5,_0x1ecc5a._0x4a46ce,_0x1ecc5a._0x206916,_0x1ecc5a._0x3e3a2e)])){const _0x1e2a55={};_0x1e2a55[_0x1d137f(_0x1ecc5a._0x151a0a,_0x1ecc5a._0x180403,0x2b7,0x1bf)]=_0x12cc5a['callingTas'+'k'][_0x1d137f(_0x1ecc5a._0x38f76f,_0x1ecc5a._0x3cdfdc,_0x1ecc5a._0x1235a7,0x2d4)],_0x1e2a55[_0x1d137f(0x1ed,0x169,_0x1ecc5a._0x254cc4,0x175)]=_0x585a6f[_0x3e1e6c(-0x1f3,-0x12b,-_0x1ecc5a._0x11f7da,-_0x1ecc5a._0x1f2599)]['id'],_0x1e2a55['username']=_0x5a5941[_0x1d137f(0x20c,_0x1ecc5a._0x200785,_0x1ecc5a._0x3568f0,_0x1ecc5a._0x371a9e)][_0x1d137f(_0x1ecc5a._0x4be52d,_0x1ecc5a._0x23d178,0x261,0x285)],_0x2539db['warn'](_0xc5ef06['yGuwe'],_0x1e2a55);const _0x79165c={};return _0x79165c[_0x1d137f(_0x1ecc5a._0x5caa51,0x326,_0x1ecc5a._0xae54a7,0x320)]=_0xc5ef06['kCBYi'],_0x79165c[_0x1d137f(_0x1ecc5a._0x461ec7,_0x1ecc5a._0x1b280a,0x19f,_0x1ecc5a._0x55bb23)]=_0x1d137f(0x2aa,_0x1ecc5a._0x35a225,_0x1ecc5a._0x490678,0x30f)+_0x3e1e6c(-_0x1ecc5a._0x13c3ba,-0x155,-0xa1,-0xb1)+'ermission\x20'+_0x3e1e6c(-_0x1ecc5a._0x3132a3,0x3b,-0x112,-_0x1ecc5a._0x8d505)+_0x3e1e6c(-0x53,-_0x1ecc5a._0x185603,-0xd5,-0x83)+'t\x20memory',_0x5af623[_0x1d137f(_0x1ecc5a._0xfae8e,0x327,_0x1ecc5a._0x3e3ce1,0x206)](-0xe*-0x23f+0xc*0x2f3+0x4143*-0x1)[_0x3e1e6c(-_0x1ecc5a._0x441dcb,-0x207,-0x19f,-0x18e)](_0x79165c);}else await _0x16dfda[_0x1d137f(_0x1ecc5a._0x3568f0,0x27d,_0x1ecc5a._0x370dcd,0x32d)](_0x156b15);}catch{}const _0x1490dd={};_0x1490dd[_0x3e1e6c(-_0x1ecc5a._0x1d7572,-_0x1ecc5a._0x104534,-_0x1ecc5a._0x575143,-0xd5)]=_0x4c0270[_0x1d137f(0x276,_0x1ecc5a._0x3bb2b1,0x242,0x2ae)],_0x1490dd['environmen'+'t']=_0x26d44d,_0x1490dd[_0x1d137f(0x267,0x314,0x310,_0x1ecc5a._0x2fea3c)]=_0x28b3f9,_0x1490dd[_0x3e1e6c(-_0x1ecc5a._0x24097d,-_0x1ecc5a._0x440a1e,-_0x1ecc5a._0xcce499,-_0x1ecc5a._0x2befa8)]=_0x2c1162['id'],logger[_0x3e1e6c(-0x8f,-0x8b,-_0x1ecc5a._0xdecdeb,-0xff)](_0x3e1e6c(-0x152,-_0x1ecc5a._0x3673d0,-_0x1ecc5a._0x1d9b48,-_0x1ecc5a._0x144e75)+_0x1d137f(_0x1ecc5a._0x5850b3,0x212,0x1c1,0x32f)+_0x3e1e6c(-_0x1ecc5a._0x3f71d0,-0x91,-_0x1ecc5a._0x5d5091,-_0x1ecc5a._0x29ead9),_0x1490dd);const _0x5a7dc5={};_0x5a7dc5['success']=!![],_0x5a7dc5[_0x1d137f(_0x1ecc5a._0x47c21f,0xc7,0x171,_0x1ecc5a._0x2fe76b)]=_0x28b3f9,_0x5a7dc5[_0x3e1e6c(-0x48,-_0x1ecc5a._0x5d5c2e,0x24,-_0x1ecc5a._0x11d713)+'t']=_0x26d44d,_0x5a7dc5[_0x3e1e6c(-_0x1ecc5a._0x2f7d18,-0x18a,-0x1f3,-0x1c2)+'askId']=_0x4c0270[_0x3e1e6c(-0x125,-0x181,-0x69,-0xd5)],_0x5a7dc5[_0x1d137f(0x23d,_0x1ecc5a._0x14c533,_0x1ecc5a._0x7c3ab,0x1dc)+'serId']=_0x2c1162['id'],_0x21089c[_0x1d137f(_0x1ecc5a._0x2fe9e9,_0x1ecc5a._0x258e5c,_0x1ecc5a._0x1c6262,0x1b7)](_0x5a7dc5);}catch(_0x504939){if(_0xc5ef06[_0x1d137f(_0x1ecc5a._0x19d431,0x22f,_0x1ecc5a._0x532e30,_0x1ecc5a._0x26c6d3)](_0x504939['code'],_0xc5ef06['AeAKA'])){const _0xa02a60={};_0xa02a60[_0x3e1e6c(-_0x1ecc5a._0x1840b8,-_0x1ecc5a._0x258bbd,-_0x1ecc5a._0x5ec8fc,-0xc0)]=_0xc5ef06['jVkwO'],_0xa02a60[_0x1d137f(_0x1ecc5a._0x5eb44d,0x2a2,_0x1ecc5a._0x3e73bb,_0x1ecc5a._0x740881)]=_0x3e1e6c(-0x187,-0x288,-0x20e,-_0x1ecc5a._0x1ef3a9)+_0x28b3f9+(_0x3e1e6c(-_0x1ecc5a._0xb11ae,-0x6a,-0x3c,-0x9b)+'d'),_0x21089c[_0x3e1e6c(-_0x1ecc5a._0x272dcd,-_0x1ecc5a._0x26ac37,-0xdf,-_0x1ecc5a._0x963713)](-0xcdd*0x1+0x259d+0x5cb*-0x4)[_0x3e1e6c(-0x1d7,-_0x1ecc5a._0x192309,-0x1d4,-_0x1ecc5a._0x464f9)](_0xa02a60);}else{if(_0xc5ef06[_0x1d137f(0x15f,_0x1ecc5a._0x4862d8,_0x1ecc5a._0x1a181d,0x213)](_0x3e1e6c(-_0x1ecc5a._0x446e13,_0x1ecc5a._0x5f30a8,-_0x1ecc5a._0x238ba2,-_0x1ecc5a._0x151c41),_0xc5ef06[_0x1d137f(_0x1ecc5a._0xf0b99a,_0x1ecc5a._0x530de6,_0x1ecc5a._0x72c8ac,0x175)])){const _0x3420c9={};_0x3420c9[_0x3e1e6c(-0x167,-0x147,-_0x1ecc5a._0xa6cc5b,-0xd5)]=_0x4c0270['taskId'],_0x3420c9['environmen'+'t']=_0x26d44d,_0x3420c9[_0x1d137f(_0x1ecc5a._0x561825,_0x1ecc5a._0x361066,0x1b8,0x24d)]=_0x28b3f9,_0x3420c9['error']=_0x504939[_0x1d137f(0x236,_0x1ecc5a._0x371dbe,0x26d,_0x1ecc5a._0x425e31)],logger['error'](_0xc5ef06[_0x3e1e6c(-_0x1ecc5a._0x1ee268,-_0x1ecc5a._0x330291,-0x1b1,-_0x1ecc5a._0x76c210)],_0x3420c9);const _0xdf78c2={};_0xdf78c2[_0x1d137f(_0x1ecc5a._0x14c947,_0x1ecc5a._0x27ad90,_0x1ecc5a._0x138489,0x1eb)]=_0x1d137f(0x207,_0x1ecc5a._0x45542d,_0x1ecc5a._0x3e1de3,_0x1ecc5a._0x153f54)+_0x3e1e6c(-_0x1ecc5a._0x562632,-0x1bd,-0xed,-_0x1ecc5a._0x382ee7)+'r',_0xdf78c2[_0x3e1e6c(-0xe9,-_0x1ecc5a._0xdecdeb,-0xfe,-_0x1ecc5a._0x1099b9)]=_0x3e1e6c(-0x16d,-_0x1ecc5a._0x1d3657,-0x283,-_0x1ecc5a._0x33abfb)+'delete\x20tem'+'plate',_0x21089c[_0x3e1e6c(-0x162,-0x12f,-0xa2,-_0x1ecc5a._0x963713)](0x3*-0x23+-0x13e+-0x1*-0x39b)[_0x3e1e6c(-_0x1ecc5a._0x4fe695,-0x1d8,-0x14f,-_0x1ecc5a._0x1bffe7)](_0xdf78c2);}else{const _0x224c63={};_0x224c63['taskId']=_0x2a67dc,_0x224c63[_0x3e1e6c(-0xa6,-0xa8,-0x68,-0x83)+'t']=_0xf3ccc6[_0x1d137f(_0x1ecc5a._0x3830ea,0x37d,_0x1ecc5a._0x4a0310,0x210)+'t'],_0x4faa7f[_0x1d137f(0x1cb,_0x1ecc5a._0x3396cf,0x24d,_0x1ecc5a._0x23782b)](_0xc5ef06[_0x3e1e6c(-_0x1ecc5a._0x5faf31,-0x6c,-0x68,-_0x1ecc5a._0x4dc0a6)],_0x224c63);const _0x14246b={};return _0x14246b['error']='Not\x20Found',_0x14246b[_0x1d137f(_0x1ecc5a._0x461ec7,_0x1ecc5a._0x2375de,_0x1ecc5a._0x424d0f,0x1a7)]=_0xc5ef06[_0x1d137f(_0x1ecc5a._0x3e73bb,_0x1ecc5a._0x5dac94,0x265,_0x1ecc5a._0x2ebd5b)],_0x393694[_0x1d137f(_0x1ecc5a._0xfae8e,_0x1ecc5a._0x539935,0x290,0x1bb)](0x25*0xdd+-0x1*-0x596+-0x23f3)[_0x1d137f(_0x1ecc5a._0x400309,0x152,0x1ec,_0x1ecc5a._0x53e7d0)](_0x14246b);}}}});function _0x3473d0(_0x30039c,_0x5c26f2,_0x42cd7c,_0x2ade4b){return _0x4d4a(_0x42cd7c-0xb5,_0x5c26f2);}async function requireMemoryPermission(_0x20294f,_0x2ad01c,_0x254da0){const _0x1e6ff4={_0x2d1412:0x3fa,_0x2f4853:0x41a,_0x5853e1:0x3cc,_0x517c04:0x346,_0x3d2996:0x3ce,_0x5a8de9:0x39a,_0x40d149:0x3c2,_0x34c99b:0x37c,_0x410ca1:0x3e3,_0x220ae4:0x2c4,_0x167c03:0x354,_0x510743:0x3d1,_0x4f1a1b:0x2c6,_0x4ff8e0:0xa8,_0x479d54:0x69,_0x210461:0x4c,_0x40cd85:0x320,_0x774418:0x295,_0x1a567c:0x205,_0x2cf8c2:0x306,_0x52dafd:0x5,_0x329af2:0x43,_0x35960e:0x3b,_0x423425:0x39c,_0x565272:0x3a1,_0x30511c:0x399,_0x49ab88:0xe7,_0x49769b:0x6d,_0x36ac45:0x5c,_0x400e45:0x6d,_0x3ca67a:0x368,_0x1fa050:0x337,_0xe2dd7:0x24c,_0x3f647f:0x34,_0x49d7ad:0x69,_0x2bba08:0x12,_0x1d3ba9:0x7c,_0x41cb60:0x291,_0x4a5d95:0x2f6,_0x30f64b:0x2c1,_0x4a701e:0x105,_0x4091e0:0xb2,_0x20a7d1:0x114,_0x542502:0x84,_0x5e3fa5:0x166,_0x42baf2:0x8f,_0x37698e:0x3fe,_0x3b1e21:0x34d,_0x444dac:0x12c,_0xabaa58:0x3ce,_0x51c9bc:0x2d9,_0x4bde40:0x226,_0x335189:0x27f,_0x5e84b3:0xf0,_0x3506a0:0xb4,_0x1e7ea7:0xd4,_0x118276:0xdd,_0x34060d:0x2e8,_0x2cea9f:0x38e,_0x4f158e:0x411,_0x2af54c:0x20e,_0xe8f7de:0x283,_0x29d7e2:0x25b,_0x6bb1fe:0x97,_0x179617:0x3f},_0x378fe8={_0x25f59f:0xb1,_0x396def:0x1b3},_0x58fbb9={_0x5b206b:0x28,_0x238938:0xfd};function _0x5acf09(_0x2a00ad,_0x4892d0,_0x857166,_0x5c366f){return _0x3473d0(_0x2a00ad-_0x58fbb9._0x5b206b,_0x2a00ad,_0x4892d0-_0x58fbb9._0x238938,_0x5c366f-0x133);}const _0x4342fe={'PvKBy':function(_0x2bcfc1,_0x3ab1e8){return _0x2bcfc1!==_0x3ab1e8;},'YxmnG':_0x5acf09(0x3bd,0x3e7,_0x1e6ff4._0x2d1412,_0x1e6ff4._0x2f4853),'Jqyjk':function(_0x3ff947,_0x785f04,_0x4adc37,_0x57feff){return _0x3ff947(_0x785f04,_0x4adc37,_0x57feff);},'njTge':_0x5acf09(0x412,0x3f3,_0x1e6ff4._0x5853e1,0x347)+_0x5acf09(_0x1e6ff4._0x517c04,_0x1e6ff4._0x3d2996,0x439,_0x1e6ff4._0x5a8de9),'EyKuQ':function(_0x2a928f,_0x338a2d){return _0x2a928f!==_0x338a2d;},'VkYRJ':_0x5acf09(0x461,_0x1e6ff4._0x40d149,_0x1e6ff4._0x34c99b,_0x1e6ff4._0x410ca1),'vvhsj':_0x5acf09(_0x1e6ff4._0x220ae4,_0x1e6ff4._0x167c03,_0x1e6ff4._0x510743,_0x1e6ff4._0x4f1a1b),'BcXPw':function(_0x580ca7){return _0x580ca7();}};if(!await _0x4342fe['Jqyjk'](hasPermission,_0x20294f[_0x2c1e11(_0x1e6ff4._0x4ff8e0,0xc6,_0x1e6ff4._0x479d54,_0x1e6ff4._0x210461)]['id'],_0x4342fe[_0x5acf09(_0x1e6ff4._0x40cd85,_0x1e6ff4._0x774418,_0x1e6ff4._0x1a567c,0x279)],_0x20294f[_0x2c1e11(0xc8,0xb7,0x125,0xf5)+_0x5acf09(_0x1e6ff4._0x2cf8c2,0x31d,0x32d,0x36d)])){if(_0x4342fe['EyKuQ'](_0x4342fe[_0x2c1e11(-_0x1e6ff4._0x52dafd,_0x1e6ff4._0x329af2,0x3b,_0x1e6ff4._0x35960e)],_0x5acf09(0x2ff,0x2fa,_0x1e6ff4._0x423425,0x29f))){const _0x457819={};_0x457819[_0x5acf09(0x3e9,_0x1e6ff4._0x565272,_0x1e6ff4._0x30511c,0x3e8)]=_0x20294f[_0x2c1e11(_0x1e6ff4._0x49ab88,_0x1e6ff4._0x49769b,0x116,0x19f)+'k']['taskId'],_0x457819[_0x2c1e11(_0x1e6ff4._0x36ac45,-_0x1e6ff4._0x400e45,0x4a,0x75)]=_0x20294f[_0x5acf09(_0x1e6ff4._0x3ca67a,_0x1e6ff4._0x1fa050,0x339,0x3c6)]['id'],_0x457819[_0x5acf09(0x24a,0x2fd,_0x1e6ff4._0xe2dd7,0x2cc)]=_0x20294f[_0x2c1e11(-0x35,_0x1e6ff4._0x3f647f,_0x1e6ff4._0x49d7ad,0x11e)][_0x2c1e11(-_0x1e6ff4._0x2bba08,-_0x1e6ff4._0x1d3ba9,0x2f,0x52)],logger[_0x5acf09(_0x1e6ff4._0x41cb60,_0x1e6ff4._0x4a5d95,_0x1e6ff4._0x30f64b,0x34d)](_0x2c1e11(_0x1e6ff4._0x4a701e,0xe0,_0x1e6ff4._0x4091e0,0xb7)+_0x2c1e11(0x14d,0x14b,_0x1e6ff4._0x20a7d1,_0x1e6ff4._0x542502)+'nts:memory'+_0x2c1e11(_0x1e6ff4._0x5e3fa5,-0xb,0xa8,_0x1e6ff4._0x42baf2)+'n',_0x457819);const _0xeac288={};return _0xeac288[_0x5acf09(_0x1e6ff4._0x37698e,0x3b6,0x33c,_0x1e6ff4._0x3b1e21)]=_0x4342fe['vvhsj'],_0xeac288[_0x2c1e11(0x67,_0x1e6ff4._0x444dac,0x93,-0x8)]='User\x20does\x20'+'not\x20have\x20p'+'ermission\x20'+'to\x20manage\x20'+_0x5acf09(_0x1e6ff4._0xabaa58,0x3f3,0x49d,_0x1e6ff4._0x2f4853)+_0x5acf09(0x284,_0x1e6ff4._0x51c9bc,_0x1e6ff4._0x4bde40,_0x1e6ff4._0x335189),_0x2ad01c[_0x2c1e11(_0x1e6ff4._0x5e84b3,_0x1e6ff4._0x3506a0,_0x1e6ff4._0x1e7ea7,_0x1e6ff4._0x118276)](-0x1cd0*0x1+0x342*0x3+0x149d)[_0x5acf09(0x394,_0x1e6ff4._0x34060d,_0x1e6ff4._0x2cea9f,0x2db)](_0xeac288);}else{if(_0x4342fe[_0x5acf09(0x3be,0x3dd,_0x1e6ff4._0x4f158e,0x495)](_0x101a04[_0x5acf09(_0x1e6ff4._0x2af54c,_0x1e6ff4._0xe8f7de,_0x1e6ff4._0x29d7e2,0x32f)],_0x4342fe['YxmnG']))throw _0x6642c1;}}function _0x2c1e11(_0x460f4d,_0x16ae4f,_0x3f9030,_0x5bcdeb){return _0x4ff00d(_0x460f4d-_0x378fe8._0x25f59f,_0x16ae4f-_0x378fe8._0x396def,_0x460f4d,_0x3f9030- -0x2f);}_0x4342fe[_0x2c1e11(-0xe,_0x1e6ff4._0x6bb1fe,_0x1e6ff4._0x179617,_0x1e6ff4._0x6bb1fe)](_0x254da0);}function _0x4d4a(_0x1558c5,_0x4d7fef){_0x1558c5=_0x1558c5-(0x1f2d+-0x189*-0x1+-0x1ff2);const _0x5b3950=_0x18e6();let _0x53cbef=_0x5b3950[_0x1558c5];if(_0x4d4a['BzuMgi']===undefined){var _0x110107=function(_0x3a852e){const _0xc4509a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1440e1='',_0x533ed0='';for(let _0x314432=-0x18da+-0x26f6+0x3fd0,_0x44b0,_0xb20c7e,_0x119600=-0xd5f+-0xcdf*0x3+0x33fc;_0xb20c7e=_0x3a852e['charAt'](_0x119600++);~_0xb20c7e&&(_0x44b0=_0x314432%(-0x95*0x3d+-0x1bc8+-0xca9*-0x5)?_0x44b0*(-0x1a13+0x1*-0x16ed+-0xc50*-0x4)+_0xb20c7e:_0xb20c7e,_0x314432++%(-0x1996+-0xa80+-0x2*-0x120d))?_0x1440e1+=String['fromCharCode'](0x5a1*-0x1+-0x3*0x1e3+-0x1*-0xc49&_0x44b0>>(-(-0x12d1+-0x1555+-0x202*-0x14)*_0x314432&-0x1647+-0x1c6*-0x3+-0x1e3*-0x9)):0x1a33+-0x22a*0x2+-0x15df){_0xb20c7e=_0xc4509a['indexOf'](_0xb20c7e);}for(let _0x1ba345=0xcf*0x1c+0x188f*0x1+0x2f33*-0x1,_0xca0d82=_0x1440e1['length'];_0x1ba345<_0xca0d82;_0x1ba345++){_0x533ed0+='%'+('00'+_0x1440e1['charCodeAt'](_0x1ba345)['toString'](-0x1d5e+0x118c+0xbe2))['slice'](-(-0x79*0x26+0x1*-0x4f+-0x1247*-0x1));}return decodeURIComponent(_0x533ed0);};_0x4d4a['LLfTAD']=_0x110107,_0x4d4a['QUSaQk']={},_0x4d4a['BzuMgi']=!![];}const _0x134df2=_0x5b3950[-0x13b9+-0x2*-0x5c9+0x827],_0x206b1e=_0x1558c5+_0x134df2,_0x441761=_0x4d4a['QUSaQk'][_0x206b1e];return!_0x441761?(_0x53cbef=_0x4d4a['LLfTAD'](_0x53cbef),_0x4d4a['QUSaQk'][_0x206b1e]=_0x53cbef):_0x53cbef=_0x441761,_0x53cbef;}router['get'](_0x4ff00d(0xfd,0xce,0x122,0x140),requireTaskAuth,requireMemoryPermission,async(_0x38a2dd,_0x3f1eec)=>{const _0x43125d={_0x40a2f5:0x352,_0x40409a:0x7b,_0x58f636:0x2a,_0x209d02:0x16,_0x48e5e2:0x477,_0x50a7b9:0x410,_0x1fcf20:0x441,_0xdd38d5:0x376,_0x512789:0x323,_0x36fead:0x14c,_0x55e78c:0x10d,_0x4ad5a9:0xa8,_0x3f8230:0x10f,_0x3d57b1:0x4e2,_0x35e275:0x581,_0xdacf21:0x51c,_0x5aac01:0x4c6,_0x19dc17:0x6f,_0x5e7736:0x29,_0x680a5:0x4b2,_0x19900e:0x53e,_0x381031:0x425,_0x14af17:0xf5,_0x5bb4ea:0x94,_0x3e75f5:0xc7,_0x5da53e:0x5c,_0x33f219:0x44b,_0x5949e4:0x176,_0x2595ec:0x158,_0x339b91:0x1c3,_0x25615b:0x4c5,_0x197e7d:0x514,_0x17f995:0x42c,_0x559192:0x192,_0xb27aae:0x131,_0x5d5419:0x4c8,_0x553540:0x50c,_0x302b2a:0x49e,_0x1d40c3:0x4e9,_0x5a7ea7:0x431,_0x1681bf:0x84,_0x480f4b:0xaf,_0x47172f:0x38f,_0x234e6d:0x39f,_0x461325:0xf1,_0x4d4368:0x4e,_0x1e1209:0xfb,_0x335e22:0x19d,_0x2cd565:0x491,_0x18ceef:0x4f8,_0x1fe7d5:0x4da,_0x111d3f:0x57,_0x95d7f8:0x86,_0x2cf7c4:0x378,_0x2e4f49:0x36f,_0x90e5d7:0x338,_0x396038:0x331,_0x277618:0x10,_0x453340:0x3a7,_0x2c5866:0x3fb,_0xc08a0:0x4c,_0x1a252a:0x7b,_0x584dff:0xdd,_0x3be6f7:0x44a,_0x3c026a:0x32b,_0x961ad0:0xfe,_0x1f56a1:0xf2,_0x89bc89:0x4d1,_0x2d40ac:0x3a4,_0xe2495a:0x434,_0x234d49:0x45f,_0x4e6153:0x3ed,_0x1f97a1:0x4b6,_0x64598d:0xed,_0x59da67:0x20e,_0x2cb7dd:0x21f,_0x54bd24:0x220,_0xc1b62a:0x51e,_0x37ff4c:0x3ac,_0x1a0f0e:0x20,_0x182226:0x26,_0x25d89a:0x31,_0x34a2cf:0x46,_0x2dc4ec:0x48,_0xbf0498:0x5e,_0x2bec9d:0x385,_0x34fc35:0x302,_0x54d50d:0x55,_0x141e25:0x5d,_0x43c6ed:0x9a,_0x4590a4:0x369,_0x4d282e:0x136,_0x593829:0x12f,_0x405aac:0x3a,_0x4ba185:0xab,_0x13a184:0x19,_0xa26382:0x41d,_0x36abee:0x34d,_0x53bbc1:0x1cb,_0x3c1e2a:0x14d,_0xfb4b1a:0x461,_0x6ec4cd:0x518,_0x178f22:0x436,_0x282c24:0x506,_0x4540d3:0x4be,_0xcbf9d4:0x48b,_0x3d26ff:0x4fa,_0x1bed24:0x134,_0x2aeba4:0x3db,_0x5b7d19:0x3ef,_0x121676:0x4a1,_0x3d62ad:0x406,_0x56e6e6:0x4bb,_0xbbaf33:0x4a5,_0x2a78f8:0xd8,_0x51a815:0x9e,_0x191f50:0x130,_0x33b47b:0x97,_0x2be430:0x60,_0x57822e:0x14e,_0x1c4cca:0xef,_0xee8fc9:0x157,_0x2a3c71:0x18b,_0xba4a00:0x1ab,_0x167d93:0x9d,_0x41c58b:0x14d,_0x38c08b:0x102,_0x834868:0x9b,_0x57cb13:0xec,_0x2e56ce:0xdc,_0x32265e:0x14b,_0x21702c:0x483,_0xe3326:0x4a0,_0x4953d8:0x105,_0x595180:0x502,_0x3eb496:0x3f2,_0x14771d:0x19e,_0x10b036:0x110,_0x1a2a7f:0x117,_0x3d5687:0x214,_0x4fa064:0x157,_0x5db126:0xf8,_0x50a31f:0xa3,_0x32f300:0x5f,_0x54bf7c:0x4d,_0x1a089c:0xa8,_0x70d12b:0x3f7},_0xac3e10={_0x4d36e2:0x316,_0x3d3486:0x31e,_0x279ecb:0x3fa,_0x128486:0x3b8,_0x3fce03:0x3b,_0x3dd841:0x502,_0x2d5837:0x58b,_0xa5894c:0x536,_0x145667:0x3c0,_0x503dc1:0x3a7,_0x2c1368:0x41d,_0x1521de:0x4f0,_0x2c5807:0x17e,_0x436f34:0x1ca,_0x24710b:0x1f4,_0x1e03d6:0x1c6,_0x1de06b:0x179},_0x382f4f={_0x4a27c3:0x2f},_0x4bfeb7={_0x1f429c:0x39f},_0x4a64a4={};_0x4a64a4[_0x5c0a28(0x403,0x3a1,0x3bb,_0x43125d._0x40a2f5)]=_0x56754b(_0x43125d._0x40409a,-_0x43125d._0x58f636,0x23,-_0x43125d._0x209d02),_0x4a64a4['hwHjP']=_0x5c0a28(0x3e4,0x3e7,_0x43125d._0x48e5e2,0x430),_0x4a64a4['TZZrV']='Bad\x20Reques'+'t',_0x4a64a4['sbtTv']=_0x5c0a28(_0x43125d._0x50a7b9,0x394,0x3d0,_0x43125d._0x1fcf20)+_0x5c0a28(_0x43125d._0xdd38d5,0x369,0x33d,_0x43125d._0x512789)+_0x56754b(0x120,_0x43125d._0x36fead,0x16e,0xe8),_0x4a64a4[_0x56754b(0x137,_0x43125d._0x55e78c,_0x43125d._0x4ad5a9,_0x43125d._0x3f8230)]=_0x5c0a28(0x480,0x533,0x500,0x4d1)+_0x5c0a28(_0x43125d._0x3d57b1,_0x43125d._0x35e275,_0x43125d._0xdacf21,_0x43125d._0x5aac01)+_0x56754b(0xbc,0x17b,_0x43125d._0x19dc17,_0x43125d._0x5e7736)+_0x5c0a28(0x4ad,0x409,_0x43125d._0x680a5,_0x43125d._0x19900e)+'mission',_0x4a64a4[_0x5c0a28(_0x43125d._0x381031,0x3c2,0x404,0x4b0)]=_0x56754b(_0x43125d._0x14af17,_0x43125d._0x5bb4ea,_0x43125d._0x3e75f5,_0x43125d._0x5da53e),_0x4a64a4[_0x5c0a28(_0x43125d._0x33f219,0x482,0x44f,0x477)]=_0x56754b(_0x43125d._0x5949e4,_0x43125d._0x2595ec,0x22f,_0x43125d._0x339b91)+_0x5c0a28(_0x43125d._0x25615b,0x4d5,_0x43125d._0x197e7d,_0x43125d._0x17f995)+'ermission\x20'+_0x56754b(_0x43125d._0x559192,0xd4,0xdd,_0x43125d._0xb27aae)+_0x5c0a28(0x4f3,_0x43125d._0x5d5419,0x562,0x498)+_0x5c0a28(0x4b9,0x44e,_0x43125d._0x553540,0x55c)+_0x5c0a28(_0x43125d._0x302b2a,_0x43125d._0x1d40c3,_0x43125d._0x5a7ea7,0x3e5),_0x4a64a4[_0x56754b(0xba,_0x43125d._0x1681bf,0xa7,_0x43125d._0x480f4b)]='memory',_0x4a64a4[_0x5c0a28(_0x43125d._0x47172f,_0x43125d._0x234e6d,0x407,0x44d)]=function(_0x3cb4a1,_0x1bc213){return _0x3cb4a1===_0x1bc213;},_0x4a64a4['uxBwe']=_0x56754b(_0x43125d._0x461325,0x16d,_0x43125d._0x4d4368,0x68),_0x4a64a4[_0x56754b(_0x43125d._0x1e1209,_0x43125d._0x335e22,0x161,0x143)]=_0x5c0a28(_0x43125d._0x2cd565,_0x43125d._0x18ceef,0x4d4,_0x43125d._0x1fe7d5),_0x4a64a4[_0x56754b(_0x43125d._0x111d3f,-0x22,0xed,_0x43125d._0x95d7f8)]=function(_0x1e1557,_0x533e1a){return _0x1e1557!==_0x533e1a;},_0x4a64a4[_0x5c0a28(_0x43125d._0x2cf7c4,_0x43125d._0x2e4f49,_0x43125d._0x90e5d7,_0x43125d._0x396038)]='ENOENT',_0x4a64a4[_0x56754b(0x7c,0x35,0x7,_0x43125d._0x277618)]=function(_0x2f31a1,_0x137320){return _0x2f31a1!==_0x137320;},_0x4a64a4[_0x5c0a28(_0x43125d._0x453340,0x3a3,0x44e,_0x43125d._0x2c5866)]='SQBxe',_0x4a64a4['ufTZC']=_0x56754b(0x40,-0x68,-0xd,_0x43125d._0xc08a0)+'list\x20memor'+_0x56754b(0x5b,0x92,_0x43125d._0x1a252a,_0x43125d._0x584dff),_0x4a64a4[_0x5c0a28(0x3be,_0x43125d._0x3be6f7,_0x43125d._0x3c026a,0x3f5)]=_0x56754b(0xd3,0x167,_0x43125d._0x961ad0,_0x43125d._0x1f56a1)+_0x5c0a28(0x45c,_0x43125d._0x89bc89,_0x43125d._0x2d40ac,_0x43125d._0xe2495a)+'r';const _0x462333=_0x4a64a4;function _0x5c0a28(_0x525270,_0xea33ea,_0x3a903d,_0x472938){return _0x4ff00d(_0x525270-0x8f,_0xea33ea-0x78,_0x3a903d,_0x525270-_0x4bfeb7._0x1f429c);}const {callingTask:_0x57abfc,environmentName:_0x41151d}=_0x38a2dd,_0x3a9183=_0x38f205['join'](DATA_DIR,_0x462333[_0x5c0a28(0x419,_0x43125d._0x234d49,_0x43125d._0x4e6153,_0x43125d._0x1f97a1)],_0x41151d),_0x372f72={};_0x372f72[_0x56754b(0x142,0x15e,0xfb,0x1af)]=_0x57abfc['taskId'];function _0x56754b(_0x5a3ade,_0xca4d21,_0x488b91,_0x139e5e){return _0x4ff00d(_0x5a3ade-_0x382f4f._0x4a27c3,_0xca4d21-0x140,_0x139e5e,_0x5a3ade-0x40);}_0x372f72[_0x56754b(0x194,0x1b4,_0x43125d._0x64598d,_0x43125d._0x59da67)+'t']=_0x41151d,logger[_0x5c0a28(0x477,0x40a,_0x43125d._0x234d49,0x480)](_0x56754b(0x191,_0x43125d._0x2cb7dd,_0x43125d._0x54bd24,0x118)+_0x5c0a28(0x48c,0x48a,0x535,_0x43125d._0xc1b62a)+_0x5c0a28(0x4c0,0x561,0x432,0x462),_0x372f72);try{if(_0x462333[_0x5c0a28(_0x43125d._0x47172f,_0x43125d._0x37ff4c,0x3a4,0x351)]('hSiQu',_0x462333['uxBwe'])){let _0xa6f1bd=[],_0x8a90f6='';try{const _0xc94cbe=await _0x16dfda[_0x56754b(_0x43125d._0x1a0f0e,_0x43125d._0x182226,_0x43125d._0x25d89a,-_0x43125d._0x34a2cf)](_0x3a9183),_0x5a5d07=_0xc94cbe[_0x56754b(0x42,_0x43125d._0x2dc4ec,0x14,0xe6)](_0x5aa5c6=>_0x5aa5c6['endsWith']('.md')&&_0x5aa5c6!==_0x5c0a28(0x491,0x445,0x4a8,0x3fc));_0xa6f1bd=await Promise[_0x56754b(_0x43125d._0x5e7736,_0x43125d._0xbf0498,0x33,0x5e)](_0x5a5d07[_0x5c0a28(_0x43125d._0x2bec9d,0x3d3,0x3d9,_0x43125d._0x34fc35)](async _0x156171=>{const _0x215c1d=_0x38f205['join'](_0x3a9183,_0x156171);function _0x10d9b2(_0xf290d7,_0x523426,_0x33bca4,_0x5ae244){return _0x5c0a28(_0x33bca4-0x2c,_0x523426-0x3a,_0x523426,_0x5ae244-0x182);}const _0x26bf53=await _0x16dfda['stat'](_0x215c1d),_0x1d9829=await _0x16dfda[_0x10d9b2(0x3e0,_0xac3e10._0x4d36e2,0x3a7,_0xac3e10._0x3d3486)](_0x215c1d,_0x462333[_0x10d9b2(_0xac3e10._0x279ecb,0x3e4,0x42f,_0xac3e10._0x128486)]),{frontmatter:_0x429067}=parseMemoryFrontmatter(_0x1d9829);function _0x3ab74c(_0x596524,_0x47895e,_0x3c1867,_0x22284d){return _0x5c0a28(_0x22284d- -0x312,_0x47895e-0x95,_0x596524,_0x22284d-0xab);}return{'filename':_0x156171,'name':_0x429067[_0x3ab74c(0x10,0x5e,_0xac3e10._0x3fce03,0x6f)]||_0x156171['replace'](_0x462333[_0x10d9b2(0x42c,0x462,0x418,0x49c)],''),'description':_0x429067[_0x10d9b2(_0xac3e10._0x3dd841,_0xac3e10._0x2d5837,0x4ef,_0xac3e10._0xa5894c)+'n']||'','created':_0x429067[_0x10d9b2(_0xac3e10._0x145667,_0xac3e10._0x503dc1,0x3d1,_0xac3e10._0x2c1368)]||_0x26bf53[_0x10d9b2(0x51e,_0xac3e10._0x1521de,0x4fc,0x4f0)][_0x3ab74c(_0xac3e10._0x2c5807,0x128,0x17b,_0xac3e10._0x436f34)+'g'](),'size':_0x26bf53[_0x3ab74c(0x1c3,_0xac3e10._0x24710b,_0xac3e10._0x1e03d6,_0xac3e10._0x1de06b)]};}));try{_0x8a90f6=await _0x16dfda[_0x56754b(0x1c,_0x43125d._0x54d50d,_0x43125d._0x141e25,_0x43125d._0x43c6ed)](_0x38f205[_0x5c0a28(0x3c0,0x378,_0x43125d._0x4590a4,0x3d0)](_0x3a9183,_0x462333[_0x56754b(_0x43125d._0x1e1209,0xac,0x4c,_0x43125d._0x4d282e)]),_0x462333[_0x56754b(0xa4,0x101,_0x43125d._0x593829,0xa2)]);}catch{}}catch(_0x230a64){if(_0x462333[_0x56754b(0x57,_0x43125d._0x405aac,0x7b,_0x43125d._0x4ba185)](_0x230a64[_0x5c0a28(0x383,0x408,0x3eb,0x348)],_0x462333[_0x56754b(_0x43125d._0x13a184,-0x1,-_0x43125d._0x5da53e,0xa7)]))throw _0x230a64;}const _0x4162b2={};_0x4162b2['files']=_0xa6f1bd,_0x4162b2['index']=_0x8a90f6,_0x3f1eec[_0x5c0a28(0x3e8,_0x43125d._0xa26382,_0x43125d._0x36abee,0x37e)](_0x4162b2);}else{const _0x254355={};return _0x254355[_0x56754b(0x157,_0x43125d._0x53bbc1,_0x43125d._0x3c1e2a,0x209)]=_0x462333['TZZrV'],_0x254355[_0x5c0a28(_0x43125d._0xfb4b1a,_0x43125d._0x6ec4cd,_0x43125d._0x178f22,_0x43125d._0x282c24)]=_0x462333[_0x5c0a28(_0x43125d._0x4540d3,0x574,0x476,_0x43125d._0xcbf9d4)],_0x52c6db[_0x5c0a28(0x4a2,0x45b,0x4f9,_0x43125d._0x3d26ff)](-0x8f6+0x1ffb+-0x3*0x727)[_0x56754b(0x89,0x4,-0x8,_0x43125d._0x1bed24)](_0x254355);}}catch(_0x25f26a){if(_0x462333[_0x5c0a28(_0x43125d._0x2aeba4,_0x43125d._0x5b7d19,0x41b,0x398)](_0x462333['ERKXZ'],_0x462333['ERKXZ'])){const _0x33d4a7={};_0x33d4a7[_0x5c0a28(_0x43125d._0x121676,_0x43125d._0x3d62ad,_0x43125d._0x56e6e6,0x45b)]=_0x3e4e79['callingTas'+'k'][_0x5c0a28(_0x43125d._0x121676,_0x43125d._0xbbaf33,0x433,0x4a5)],_0x33d4a7['userId']=_0x4b2203[_0x56754b(_0x43125d._0x2a78f8,0x5c,0xbe,0x173)]['id'],_0x33d4a7[_0x56754b(_0x43125d._0x51a815,_0x43125d._0x43c6ed,0x131,_0x43125d._0x191f50)]=_0x5bfbef['taskUser']['username'],_0x4e3a44[_0x56754b(_0x43125d._0x33b47b,-0x18,_0x43125d._0x2be430,0x13f)](_0x462333[_0x56754b(0x137,0x188,_0x43125d._0x57822e,_0x43125d._0x1c4cca)],_0x33d4a7);const _0xe151c={};return _0xe151c[_0x56754b(_0x43125d._0xee8fc9,_0x43125d._0x2a3c71,_0x43125d._0xba4a00,_0x43125d._0x167d93)]=_0x462333[_0x56754b(0xc6,_0x43125d._0x41c58b,0x11e,0x14f)],_0xe151c[_0x56754b(_0x43125d._0x38c08b,0x140,0x7d,_0x43125d._0x834868)]=_0x462333[_0x56754b(_0x43125d._0x57cb13,_0x43125d._0x2e56ce,_0x43125d._0x32265e,0xb0)],_0x5e74ef[_0x5c0a28(0x4a2,_0x43125d._0x21702c,_0x43125d._0x6ec4cd,_0x43125d._0xe3326)](0x5*0x30d+-0xbf*0xb+-0x579)[_0x56754b(0x89,0x6e,_0x43125d._0x4953d8,0xbe)](_0xe151c);}else{const _0x2cec43={};_0x2cec43[_0x5c0a28(0x4a1,0x468,_0x43125d._0x595180,_0x43125d._0x3eb496)]=_0x57abfc[_0x56754b(0x142,_0x43125d._0x14771d,_0x43125d._0x10b036,0x180)],_0x2cec43[_0x56754b(0x194,_0x43125d._0x1a2a7f,_0x43125d._0x3d5687,0x1a1)+'t']=_0x41151d,_0x2cec43[_0x56754b(_0x43125d._0x4fa064,0x172,0xe3,_0x43125d._0x5db126)]=_0x25f26a[_0x5c0a28(_0x43125d._0xfb4b1a,0x3d5,0x458,0x3a6)],logger[_0x56754b(_0x43125d._0x4fa064,_0x43125d._0x50a31f,0xbb,0xf5)](_0x462333[_0x5c0a28(0x424,0x3c6,_0x43125d._0x1fe7d5,0x443)],_0x2cec43);const _0x2806a9={};_0x2806a9['error']=_0x462333[_0x56754b(_0x43125d._0x32f300,0x4a,0x3e,_0x43125d._0x54bf7c)],_0x2806a9[_0x56754b(_0x43125d._0x38c08b,0x11c,0x9d,_0x43125d._0x1a089c)]=_0x462333['ufTZC'],_0x3f1eec[_0x5c0a28(0x4a2,_0x43125d._0x70d12b,0x404,0x53f)](0xc3f+0x1e7b+0x133*-0x22)[_0x5c0a28(0x3e8,0x3fc,0x404,0x3dd)](_0x2806a9);}}}),router[_0x3473d0(0x34c,0x2f6,0x2b2,0x25a)](_0x3473d0(0x28f,0x2d6,0x21f,0x234)+_0x3473d0(0x213,0x156,0x1be,0x146),requireTaskAuth,requireMemoryPermission,async(_0x11c5e9,_0x2ec328)=>{const _0x1f1d8f={_0x4bef65:0x458,_0x58c77a:0x514,_0x2bba0b:0x424,_0x3e5871:0x4e0,_0x3f1d53:0x3e,_0x45d039:0x5,_0x3731d2:0x490,_0x11338d:0xf4,_0x14db4c:0xeb,_0x301a21:0x150,_0x3552c2:0x48f,_0x2444c6:0x55c,_0x1bda08:0x79,_0x58207d:0x82,_0x4cf8a0:0x50a,_0x2fe0c0:0x534,_0x121c39:0x481,_0x1eeef6:0x4ca,_0x30178e:0x376,_0x518012:0x4a2,_0x4ba241:0x486,_0xbe2dc0:0x4a6,_0xf5d5e0:0x5a9,_0x36b419:0x4b0,_0x2b1eb0:0x569,_0x52b04d:0x4d8,_0x1b8a1e:0x4c0,_0x200671:0x45a,_0x199225:0x107,_0x27be9f:0x86,_0xeba057:0x6f,_0x1370ba:0x5fe,_0x404e8f:0x441,_0x5f3388:0x4aa,_0x440220:0x5d,_0x584a97:0x427,_0x498b2d:0x4bc,_0x316aa1:0x50e,_0x26c356:0x51c,_0x5000fd:0x165,_0x3b4d71:0x82,_0x173ccf:0x35,_0x3ae2bb:0x446,_0x176a91:0x61,_0x2a252f:0x0,_0x4fb2d3:0xc,_0x143d2b:0xc8,_0x5963df:0x143,_0x85981:0x94,_0xcbd518:0xf9,_0x3475a0:0x9,_0x337f9d:0x5cd,_0x22da7b:0x516,_0x31942b:0x24,_0x1d2d61:0xb,_0x42347f:0x517,_0x21bb44:0x5cb,_0x3f060b:0xb7,_0x5809d0:0x39,_0x404431:0xe7,_0x49f241:0x16,_0x181ef1:0x4d0,_0x472398:0x41f,_0x20d75c:0x4ed,_0x4aa2cb:0x54c,_0xa4349e:0x4cd,_0x52d74f:0x466,_0x332bed:0x49d,_0x1e1860:0x4c8,_0x1a03a7:0x4b5,_0xe86da1:0x4f9,_0x1fa3bb:0xb3,_0x5233cf:0xbd,_0x516d30:0x1e,_0x1f4ef4:0x85,_0x2d9559:0x8d,_0x5f07e9:0x4da,_0xfa6ab5:0x541,_0x503b3d:0x472,_0x23ddbf:0x42,_0x4d93d3:0x29,_0x4733c4:0x548,_0x57d626:0x51b,_0x104367:0x550,_0x4d3880:0x2c,_0x501fea:0x19,_0x247e81:0x40,_0x4fc97d:0x2a,_0x56f021:0xd4,_0x40c5d6:0x10,_0x352e3b:0x40,_0x5aa603:0x18,_0x61a745:0xdd,_0x2135e1:0x2,_0x1e8a1e:0xe6,_0x3367e1:0x4f4,_0x10452a:0x4e1,_0x31de05:0x422,_0x53501f:0x55,_0x439d11:0xa0,_0x370cd4:0xd0,_0x4641a5:0x5d5,_0x6e525e:0x536,_0xc439e4:0x10b,_0x952372:0xac,_0x55b16:0x4df,_0x26e09c:0x44,_0x18b1cf:0x16,_0x5615c9:0x30,_0x59601e:0xe4,_0x3429a0:0xd,_0x483486:0x600,_0x393a6c:0x573,_0x35e1b2:0x584,_0x36917a:0x5c0,_0x6b618a:0x7f,_0x3923ed:0x28,_0x292d07:0xc4,_0x57b6fe:0x55,_0x177c00:0x38,_0x37688e:0xdc,_0x5b778b:0x14,_0x598e6e:0x8e,_0x29d7e7:0x0,_0x162ad6:0x28,_0x54e258:0x1b,_0xa53804:0x89,_0x158e8b:0x4c8,_0x1357fe:0x4af,_0xd40ea0:0x526,_0xa236e6:0x42d,_0x22b5bd:0x4b8,_0x2b0c5d:0x438,_0x49ea1d:0x45a,_0x28293f:0xb8,_0x3d94e6:0x40,_0x58c303:0x41,_0x2c0ba2:0x53,_0x13d03c:0x39,_0x1580b4:0x10a,_0x2f5e8f:0x79},_0x47f574={_0x5112c9:0xaf},_0xe491a6={_0x536587:0xd7,_0x443393:0x41f},_0x137741={'EKyjy':'Failed\x20to\x20'+_0xc02300(0x571,_0x1f1d8f._0x4bef65,0x4c9,_0x1f1d8f._0x58c77a)+'y\x20files','tYWXh':_0xc02300(0x491,_0x1f1d8f._0x2bba0b,0x4b2,_0x1f1d8f._0x3e5871)+_0x2750f5(-_0x1f1d8f._0x3f1d53,0x91,-_0x1f1d8f._0x45d039,-0xad)+'r','bKLWF':_0xc02300(0x522,0x43c,_0x1f1d8f._0x3731d2,0x49d)+_0x2750f5(-0x5a,-_0x1f1d8f._0x11338d,-_0x1f1d8f._0x14db4c,-_0x1f1d8f._0x301a21)+_0xc02300(0x5a2,_0x1f1d8f._0x3552c2,0x4ff,_0x1f1d8f._0x2444c6),'bPAOM':function(_0x492d13,_0x14358c){return _0x492d13(_0x14358c);},'nReeO':_0x2750f5(_0x1f1d8f._0x1bda08,-0x54,-0x29,_0x1f1d8f._0x58207d)+'t','knJcK':_0xc02300(_0x1f1d8f._0x4cf8a0,_0x1f1d8f._0x2fe0c0,0x532,_0x1f1d8f._0x121c39)+_0xc02300(0x3bf,0x459,0x418,_0x1f1d8f._0x1eeef6),'DzyuF':_0xc02300(_0x1f1d8f._0x30178e,_0x1f1d8f._0x518012,0x414,_0x1f1d8f._0x4ba241)+_0xc02300(0x487,_0x1f1d8f._0xbe2dc0,0x50c,_0x1f1d8f._0xf5d5e0)+_0xc02300(_0x1f1d8f._0x36b419,0x54c,0x4bf,_0x1f1d8f._0x2b1eb0),'iRPmP':_0xc02300(_0x1f1d8f._0x52b04d,_0x1f1d8f._0x1b8a1e,_0x1f1d8f._0x200671,0x44f),'iPKbm':function(_0x3e19bb,_0x3bbcad){return _0x3e19bb!==_0x3bbcad;},'eUFCc':function(_0x56146f,_0xd3452a){return _0x56146f===_0xd3452a;},'nnkWj':_0x2750f5(0x71,_0x1f1d8f._0x199225,_0x1f1d8f._0x27be9f,_0x1f1d8f._0xeba057),'LrGoe':_0xc02300(0x55b,0x4f7,0x546,_0x1f1d8f._0x1370ba),'JHTCT':_0xc02300(_0x1f1d8f._0x404e8f,_0x1f1d8f._0x5f3388,0x4b3,0x569),'rZSlE':_0x2750f5(-_0x1f1d8f._0x440220,-0x11e,-0xc2,-0x90)+_0xc02300(0x39e,0x4db,0x443,_0x1f1d8f._0x584a97)+_0xc02300(0x56c,_0x1f1d8f._0x498b2d,0x568,0x61e)},{callingTask:_0x513473,environmentName:_0x1a1afe}=_0x11c5e9,{filename:_0x59cbb4}=_0x11c5e9[_0xc02300(0x45c,0x480,_0x1f1d8f._0x316aa1,_0x1f1d8f._0x26c356)];function _0xc02300(_0x1e20b2,_0x1e56a1,_0x39feef,_0x38b022){return _0x4ff00d(_0x1e20b2-_0xe491a6._0x536587,_0x1e56a1-0x100,_0x1e56a1,_0x39feef-_0xe491a6._0x443393);}if(!_0x137741[_0x2750f5(-_0x1f1d8f._0x5000fd,-0x60,-0xa8,-_0x1f1d8f._0x3b4d71)](isValidMemoryFilename,_0x59cbb4)){const _0x26c0fb={};return _0x26c0fb[_0x2750f5(-_0x1f1d8f._0x173ccf,0x4b,0x55,0x110)]=_0x137741[_0xc02300(0x3fc,0x4ee,_0x1f1d8f._0x3ae2bb,0x3eb)],_0x26c0fb[_0x2750f5(0x78,_0x1f1d8f._0x176a91,_0x1f1d8f._0x2a252f,-_0x1f1d8f._0x4fb2d3)]=_0x137741[_0x2750f5(-_0x1f1d8f._0x143d2b,-_0x1f1d8f._0x5963df,-_0x1f1d8f._0x85981,-0xa4)],_0x2ec328[_0x2750f5(0x80,_0x1f1d8f._0xcbd518,0x41,-_0x1f1d8f._0x3475a0)](-0x2006+-0xf0*0x26+0x4536)['json'](_0x26c0fb);}const _0x2e1d05={};_0x2e1d05[_0xc02300(_0x1f1d8f._0x58c77a,_0x1f1d8f._0x337f9d,0x521,_0x1f1d8f._0x22da7b)]=_0x513473[_0x2750f5(0xea,-_0x1f1d8f._0x31942b,0x40,_0x1f1d8f._0x1d2d61)];function _0x2750f5(_0x409d89,_0xc27b71,_0x1e2434,_0x2ac405){return _0x4ff00d(_0x409d89-_0x47f574._0x5112c9,_0xc27b71-0xee,_0x409d89,_0x1e2434- -0xc2);}_0x2e1d05[_0xc02300(_0x1f1d8f._0x42347f,_0x1f1d8f._0x21bb44,0x573,0x629)+'t']=_0x1a1afe,_0x2e1d05[_0x2750f5(_0x1f1d8f._0x3f060b,-0x70,_0x1f1d8f._0x5809d0,_0x1f1d8f._0x404431)]=_0x59cbb4,logger[_0x2750f5(0x4e,-0x25,_0x1f1d8f._0x49f241,0x5c)](_0x137741[_0xc02300(0x3ea,0x406,0x41d,_0x1f1d8f._0x181ef1)],_0x2e1d05);try{const _0x33bc40=await _0x16dfda[_0x2750f5(-0x18d,-0x155,-0xe6,-0x7c)](_0x38f205[_0xc02300(0x381,_0x1f1d8f._0x472398,0x440,0x4ce)](DATA_DIR,'memory',_0x1a1afe,_0x59cbb4),_0x137741[_0xc02300(_0x1f1d8f._0x20d75c,0x5d7,_0x1f1d8f._0x4aa2cb,_0x1f1d8f._0xa4349e)]),_0x28a14c={};_0x28a14c[_0xc02300(_0x1f1d8f._0x52d74f,_0x1f1d8f._0x332bed,0x51a,_0x1f1d8f._0x1e1860)]=_0x59cbb4,_0x28a14c['content']=_0x33bc40,_0x2ec328[_0xc02300(_0x1f1d8f._0x1a03a7,_0x1f1d8f._0xe86da1,0x468,0x4e9)](_0x28a14c);}catch(_0x57f0be){if(_0x137741[_0x2750f5(-0x156,-_0x1f1d8f._0x1fa3bb,-_0x1f1d8f._0x5233cf,-0x56)]('ExGvO',_0x2750f5(-_0x1f1d8f._0x516d30,-0xb,-_0x1f1d8f._0x1f4ef4,-_0x1f1d8f._0x2d9559))){if(_0x137741[_0xc02300(_0x1f1d8f._0x5f07e9,_0x1f1d8f._0xfa6ab5,_0x1f1d8f._0x3e5871,0x58b)](_0x57f0be[_0xc02300(_0x1f1d8f._0x503b3d,0x373,0x403,0x470)],_0x137741[_0x2750f5(-0xc2,0x76,-_0x1f1d8f._0x23ddbf,-_0x1f1d8f._0x4d93d3)])){if(_0x137741[_0xc02300(_0x1f1d8f._0x4733c4,0x57e,_0x1f1d8f._0x57d626,_0x1f1d8f._0x104367)]!==_0xc02300(0x520,0x5b4,0x546,0x575)){const _0x4be131={};_0x4be131[_0x2750f5(-_0x1f1d8f._0x4d3880,-_0x1f1d8f._0x501fea,_0x1f1d8f._0x247e81,_0x1f1d8f._0x4fc97d)]=_0x480bad[_0x2750f5(_0x1f1d8f._0x56f021,-_0x1f1d8f._0x40c5d6,_0x1f1d8f._0x352e3b,-0x77)],_0x4be131[_0x2750f5(-_0x1f1d8f._0x5aa603,0xf1,0x92,_0x1f1d8f._0x61a745)+'t']=_0x174586,_0x4be131[_0x2750f5(_0x1f1d8f._0x2135e1,_0x1f1d8f._0x1e8a1e,0x55,_0x1f1d8f._0x404431)]=_0x1f90de[_0xc02300(_0x1f1d8f._0x3367e1,0x576,_0x1f1d8f._0x10452a,_0x1f1d8f._0x31de05)],_0x3d05f3['error'](_0x137741['EKyjy'],_0x4be131);const _0x157979={};_0x157979[_0x2750f5(-0x63,0xc9,_0x1f1d8f._0x53501f,_0x1f1d8f._0x439d11)]=_0x137741['tYWXh'],_0x157979[_0xc02300(0x485,0x440,0x4e1,0x478)]=_0x137741[_0x2750f5(0x29,0x3e,0x38,-0x75)],_0x44b801['status'](0xb3f*-0x1+-0x1e8+0x3*0x509)[_0x2750f5(-0xb,-0x81,-0x79,-_0x1f1d8f._0x370cd4)](_0x157979);}else{const _0x41c89e={};return _0x41c89e[_0xc02300(_0x1f1d8f._0x4641a5,0x4a0,_0x1f1d8f._0x6e525e,0x547)]=_0x137741[_0x2750f5(_0x1f1d8f._0xc439e4,_0x1f1d8f._0x952372,0x6e,0xab)],_0x41c89e[_0xc02300(0x4ee,0x528,0x4e1,_0x1f1d8f._0x55b16)]='Memory\x20fil'+_0x2750f5(-0x5,_0x1f1d8f._0x26e09c,-0x2d,_0x1f1d8f._0x18b1cf)+'d',_0x2ec328[_0x2750f5(_0x1f1d8f._0x143d2b,0x17,0x41,0x91)](0x170f*-0x1+0x11b6*0x1+0x6ed*0x1)[_0x2750f5(-0xad,_0x1f1d8f._0x5615c9,-_0x1f1d8f._0x1bda08,-0xca)](_0x41c89e);}}const _0x353d69={};_0x353d69['taskId']=_0x513473[_0x2750f5(-0x27,_0x1f1d8f._0x59601e,_0x1f1d8f._0x247e81,_0x1f1d8f._0x3429a0)],_0x353d69[_0xc02300(_0x1f1d8f._0x483486,0x5f9,_0x1f1d8f._0x393a6c,_0x1f1d8f._0x35e1b2)+'t']=_0x1a1afe,_0x353d69['filename']=_0x59cbb4,_0x353d69[_0xc02300(0x4b1,_0x1f1d8f._0x36917a,_0x1f1d8f._0x6e525e,0x4ac)]=_0x57f0be[_0x2750f5(-0x79,-0x62,0x0,_0x1f1d8f._0x6b618a)],logger[_0x2750f5(-_0x1f1d8f._0x3923ed,_0x1f1d8f._0x292d07,_0x1f1d8f._0x57b6fe,-0x41)](_0x137741['rZSlE'],_0x353d69);const _0x172153={};_0x172153[_0x2750f5(0xde,_0x1f1d8f._0x85981,_0x1f1d8f._0x53501f,-_0x1f1d8f._0x177c00)]=_0x137741[_0x2750f5(-_0x1f1d8f._0x37688e,-_0x1f1d8f._0x5b778b,-_0x1f1d8f._0x598e6e,-0x10f)],_0x172153[_0x2750f5(-0x5,-0x7e,_0x1f1d8f._0x29d7e7,_0x1f1d8f._0x162ad6)]=_0x137741[_0xc02300(0x5e5,0x57c,0x547,0x524)],_0x2ec328[_0x2750f5(_0x1f1d8f._0x54e258,_0x1f1d8f._0xa53804,0x41,-0x34)](-0x2069*0x1+-0x10b7+-0x1c*-0x1d3)[_0xc02300(_0x1f1d8f._0x158e8b,0x499,0x468,_0x1f1d8f._0x1357fe)](_0x172153);}else{const _0xed2204={};return _0xed2204['error']=_0xc02300(_0x1f1d8f._0xd40ea0,_0x1f1d8f._0xa236e6,_0x1f1d8f._0x22b5bd,0x42b)+'t',_0xed2204[_0xc02300(_0x1f1d8f._0x2b0c5d,0x486,0x4e1,0x4c2)]=_0x137741[_0xc02300(_0x1f1d8f._0x49ea1d,0x499,0x48e,0x499)],_0x358406[_0x2750f5(_0x1f1d8f._0x28293f,_0x1f1d8f._0x3d94e6,_0x1f1d8f._0x58c303,-_0x1f1d8f._0x2c0ba2)](-0x3f*0x7a+0x17c0+0x1*0x7d6)[_0x2750f5(-_0x1f1d8f._0x13d03c,-_0x1f1d8f._0x1580b4,-_0x1f1d8f._0x2f5e8f,_0x1f1d8f._0x4fb2d3)](_0xed2204);}}}),router[_0x3473d0(0x28c,0x2af,0x244,0x1c2)](_0x4ff00d(0x125,0x3,0x119,0x7d)+'ilename',requireTaskAuth,requireMemoryPermission,async(_0x252f9a,_0x1ec606)=>{const _0x10d880={_0x3b79e1:0x220,_0x5dc3e2:0x16b,_0x1e5de2:0x13d,_0x5c04bb:0x152,_0x1cc89d:0x1e1,_0x54964e:0x192,_0x484b5b:0x1fd,_0x48c024:0x92,_0x21d41c:0x1a3,_0x126d9e:0x21b,_0x42257d:0x1e3,_0x5d2af8:0x1f1,_0x57904b:0xd9,_0x455fe9:0x45,_0x17bee4:0x59,_0x5665a0:0xf0,_0x5d8f0a:0x92,_0x1bbc3f:0x70,_0x12cc0f:0x1c4,_0x259337:0x19c,_0x5c41e3:0x1ad,_0x335d9e:0x12c,_0x2ce870:0x262,_0x35be4a:0x99,_0x534672:0x62,_0x10014c:0xdf,_0x2f7e2c:0xb1,_0x4e0199:0x261,_0x22b7e2:0xa6,_0x48abff:0x15a,_0xc7eb67:0x3e,_0xa623ce:0x15,_0x2d039a:0xac,_0x1a0020:0xdd,_0x1ccfc4:0x171,_0x51cf0a:0x19d,_0x4c4427:0x110,_0x2ba557:0x1b,_0x5dbbe6:0x1d,_0x7a93c7:0x30,_0x437997:0x275,_0x1126ca:0x1b6,_0xdbaaa5:0x1a,_0x3ba6a5:0x86,_0x591a3b:0x70,_0x2af17a:0xb2,_0x56142c:0x225,_0x35d486:0x12c,_0x2d2fab:0x272,_0x1590cf:0xe9,_0x3d928c:0x65,_0x3a0632:0xbd,_0x3a3c5b:0xe8,_0x1b8fa6:0x17c,_0x3d9b1b:0xdb,_0x41215f:0x6c,_0x203080:0xf2,_0x378ffd:0xc1,_0x41977a:0x57,_0x508499:0x1c0,_0x5ec109:0x213,_0x1c6ce2:0xef,_0xb77c9b:0xca,_0x5c6a30:0x6f,_0x5b5d0c:0x221,_0x487790:0x2ba,_0x2216aa:0x279,_0x1e9489:0x234,_0x4e94ea:0x29d,_0x1c094d:0x220,_0x54f95e:0x28d,_0x131d82:0x1a2,_0x174e5f:0x157,_0x115192:0x221,_0x3717ca:0x1b,_0x844e5c:0x252,_0x1e9eb9:0x274,_0x41e34d:0x291,_0x5387d9:0x26c,_0x3187e4:0x2c6,_0x5e2e62:0x31e,_0xc9ef7f:0x218,_0x4ad74b:0x2e4,_0x283e4c:0x228,_0x4f0c8d:0x190,_0x23d85e:0x1e1,_0x311432:0x1db,_0x5582d4:0x13f,_0x1ca610:0x200,_0x25ddb7:0x1b3,_0x43a6a6:0x210,_0x433d7c:0x1ba,_0x34a31a:0x276,_0x5c8b95:0xe,_0x27bbd3:0x81,_0x1b0765:0xfd,_0x23dbfb:0x29c,_0x1fecdb:0x16c,_0x2011f0:0xe3,_0x580579:0x195,_0x3bd8ff:0x219,_0x201a76:0x1b0,_0x4d23a4:0x52,_0x236e1b:0xcb,_0x261448:0x142,_0x2e8494:0x191,_0x20dbdc:0x1cb,_0xe8ec5:0x1f9,_0x3ee03e:0x238,_0x5f1f7d:0x18e,_0x47680b:0x56,_0x169d68:0x251,_0x5434b6:0x2b1,_0x2f2c39:0xc6,_0xb8c10:0x1f3,_0x178666:0x246,_0x4cedc6:0x18d,_0x35e2e9:0x37,_0x5899cb:0x72,_0x26dcd8:0x8,_0x1267a0:0x21a,_0x3e57b7:0x141,_0x35c418:0x140,_0x59ea6c:0x1d3,_0x11efea:0x7c,_0x2d2d1c:0x30,_0x202194:0x30,_0xe1e032:0x20c,_0x547af9:0x2c3,_0x53ae0e:0x274,_0x476c1c:0x359,_0x8cec6e:0x3,_0x26e248:0x37,_0x250160:0x43,_0x2187e3:0x15e,_0x218c9f:0x11c,_0x381d22:0x1,_0x4aae3b:0x2a7,_0x7686c6:0x1ef,_0x58fcdc:0x185,_0x181465:0xb4,_0x13d922:0x312,_0x3808b1:0x2fe,_0x54f3a4:0x1bb},_0x286b93={_0x3fbc4d:0x19f,_0x52b5d1:0x1d6,_0x1ee5a0:0x172},_0x17a06c={_0x525c0b:0x1e8,_0xb46991:0x2d4},_0x28a143={'RsKdf':_0x5d8df3(_0x10d880._0x3b79e1,0x20b,0x23e,0x1ff)+'t','ASJxA':'Invalid\x20fi'+_0x5d8df3(0x105,_0x10d880._0x5dc3e2,0xd6,0x217),'lWuMP':_0x5d8df3(_0x10d880._0x1e5de2,0x1d1,_0x10d880._0x5c04bb,0x15c)+'not\x20found','WgqtR':'Unauthoriz'+'ed','Lbnog':_0x5d8df3(0x2d0,0x219,0x1b0,0x240)+'\x20not\x20found','LjHYd':_0x5d8df3(_0x10d880._0x1cc89d,_0x10d880._0x54964e,0x243,_0x10d880._0x484b5b),'gdmZv':function(_0x2bc180,_0xa75237){return _0x2bc180(_0xa75237);},'EFjXe':function(_0x40db29,_0x5caf0f){return _0x40db29===_0x5caf0f;},'vQlny':'SZlEt','iSmAj':function(_0xbb3a6e,_0x34ba59){return _0xbb3a6e===_0x34ba59;},'tPOOX':_0x1f28dc(-0xa5,-0x21,-_0x10d880._0x48c024,-0x66),'szNHW':_0x5d8df3(0x105,0x169,0x197,_0x10d880._0x21d41c),'vmWvF':_0x5d8df3(_0x10d880._0x126d9e,_0x10d880._0x42257d,0x13c,_0x10d880._0x5d2af8)+_0x1f28dc(-0x142,-0x15b,-0x201,-_0x10d880._0x57904b)+_0x5d8df3(0x1b4,0x252,0x2a8,0x239),'QjPfS':'Task\x20writi'+_0x1f28dc(-0x9a,-_0x10d880._0x455fe9,-0xc6,_0x10d880._0x17bee4)+_0x1f28dc(-_0x10d880._0x5665a0,-_0x10d880._0x5d8f0a,-_0x10d880._0x1bbc3f,-0x3),'MVMyb':function(_0x4f8365,_0x37c1ee){return _0x4f8365!==_0x37c1ee;},'ezsBB':_0x5d8df3(0x202,_0x10d880._0x12cc0f,0x201,0x152),'sxTsj':_0x5d8df3(_0x10d880._0x259337,_0x10d880._0x5c41e3,_0x10d880._0x335d9e,_0x10d880._0x2ce870),'INNQM':_0x1f28dc(-0x145,-0x132,-0xe5,-_0x10d880._0x35be4a)+_0x1f28dc(-0x1d,-0x3a,0x38,_0x10d880._0x534672)+_0x1f28dc(-0xd3,-_0x10d880._0x10014c,-_0x10d880._0x2f7e2c,-0xa1)},{callingTask:_0x321dab,taskUser:_0x40184f,environmentName:_0x3040df}=_0x252f9a,{filename:_0x4ad80d}=_0x252f9a[_0x5d8df3(0x241,_0x10d880._0x4e0199,_0x10d880._0x42257d,0x1d2)],{content:_0x1c5a7c}=_0x252f9a[_0x5d8df3(0x1fd,0x19c,0x115,0x218)];if(!_0x28a143['gdmZv'](isValidMemoryFilename,_0x4ad80d)){if(_0x28a143[_0x5d8df3(_0x10d880._0x22b7e2,_0x10d880._0x48abff,0x206,0x16a)](_0x28a143[_0x1f28dc(_0x10d880._0xc7eb67,-_0x10d880._0xa623ce,0x85,-_0x10d880._0x2d039a)],_0x5d8df3(_0x10d880._0x1a0020,_0x10d880._0x1ccfc4,_0x10d880._0x51cf0a,_0x10d880._0x4c4427))){const _0x21ca6e={};return _0x21ca6e[_0x1f28dc(-0x4f,-_0x10d880._0x2ba557,-_0x10d880._0x5dbbe6,-0xd3)]=_0x28a143['RsKdf'],_0x21ca6e[_0x1f28dc(-0x6c,-_0x10d880._0x1bbc3f,-0xbc,-_0x10d880._0x7a93c7)]=_0x28a143['ASJxA'],_0x3001ba[_0x5d8df3(0x1ed,_0x10d880._0x437997,_0x10d880._0x1126ca,0x252)](0x9*0x3df+-0x1773+-0x9d4)['json'](_0x21ca6e);}else{const _0x26fcbd={};return _0x26fcbd[_0x1f28dc(-_0x10d880._0xdbaaa5,-0x1b,_0x10d880._0x3ba6a5,-0xb1)]=_0x28a143['RsKdf'],_0x26fcbd[_0x1f28dc(-0xa8,-_0x10d880._0x591a3b,-_0x10d880._0x2af17a,-0x44)]=_0x28a143[_0x5d8df3(0x1a7,0x16f,_0x10d880._0x56142c,_0x10d880._0x35d486)],_0x1ec606[_0x5d8df3(_0x10d880._0x2d2fab,0x275,0x1d2,0x2bb)](-0x52*-0x71+-0x495*-0x3+-0x9ad*0x5)[_0x1f28dc(-0xcd,-_0x10d880._0x1590cf,-0x19f,-0x191)](_0x26fcbd);}}if(_0x28a143[_0x5d8df3(0x164,0x15a,0x1dc,0x18c)](_0x1c5a7c,undefined)){if(_0x28a143[_0x1f28dc(-0x10a,-0x100,-_0x10d880._0x3d928c,-0x5b)](_0x28a143['tPOOX'],_0x28a143['szNHW'])){const _0xd523be={};_0xd523be[_0x1f28dc(0x5e,-_0x10d880._0x7a93c7,0x6c,-_0x10d880._0x3a0632)]=_0x147f9b,_0xd523be[_0x1f28dc(-_0x10d880._0x3a3c5b,-0xb9,-0x2e,-0x129)]=_0x362ee2,_0x126a68[_0x1f28dc(-_0x10d880._0x1b8fa6,-_0x10d880._0x3d9b1b,-_0x10d880._0x41215f,-0x118)](_0x28a143['lWuMP'],_0xd523be);const _0x48a102={};return _0x48a102['error']=_0x28a143[_0x1f28dc(-0x66,-_0x10d880._0x203080,-_0x10d880._0x378ffd,-_0x10d880._0x41977a)],_0x48a102['message']=_0x28a143['Lbnog'],_0x1cfbf0[_0x5d8df3(0x330,0x275,_0x10d880._0x508499,_0x10d880._0x5ec109)](-0xea*-0x9+0x6b3*-0x3+-0x5*-0x2b0)[_0x1f28dc(-_0x10d880._0x1c6ce2,-0xe9,-0x110,-0xec)](_0x48a102);}else{const _0x3a83ee={};return _0x3a83ee[_0x1f28dc(-_0x10d880._0xb77c9b,-0x1b,0x4e,_0x10d880._0x5c6a30)]=_0x5d8df3(_0x10d880._0x5b5d0c,0x20b,0x16c,_0x10d880._0x487790)+'t',_0x3a83ee[_0x5d8df3(_0x10d880._0x2216aa,_0x10d880._0x1e9489,_0x10d880._0x4e94ea,_0x10d880._0x1c094d)]=_0x28a143[_0x5d8df3(0x308,0x2a0,0x235,0x1ea)],_0x1ec606[_0x5d8df3(0x297,0x275,_0x10d880._0x54f95e,_0x10d880._0x437997)](0x8af*-0x3+-0x860*0x2+0x2c5d)[_0x5d8df3(_0x10d880._0x131d82,0x1bb,_0x10d880._0x174e5f,_0x10d880._0x115192)](_0x3a83ee);}}function _0x1f28dc(_0x55e12b,_0xbf4f17,_0x37274b,_0x35eb56){return _0x3473d0(_0x55e12b-_0x17a06c._0x525c0b,_0x37274b,_0xbf4f17- -_0x17a06c._0xb46991,_0x35eb56-0x1b4);}const _0x57703a={};_0x57703a[_0x1f28dc(-0x2,-0x30,-0x51,-_0x10d880._0x3717ca)]=_0x321dab[_0x5d8df3(_0x10d880._0x844e5c,_0x10d880._0x1e9eb9,_0x10d880._0x41e34d,_0x10d880._0x5387d9)],_0x57703a[_0x5d8df3(0x254,_0x10d880._0x3187e4,_0x10d880._0x5e2e62,0x30d)+'t']=_0x3040df,_0x57703a[_0x5d8df3(0x326,0x26d,_0x10d880._0xc9ef7f,_0x10d880._0x4ad74b)]=_0x4ad80d,_0x57703a['userId']=_0x40184f['id'],_0x57703a[_0x5d8df3(_0x10d880._0x283e4c,_0x10d880._0x4f0c8d,0x1fa,0x24d)+_0x5d8df3(0x150,0x182,_0x10d880._0x23d85e,_0x10d880._0x311432)]=_0x1c5a7c[_0x1f28dc(-0x186,-_0x10d880._0x5582d4,-0x157,-0x86)];function _0x5d8df3(_0x2c3ef5,_0x30707c,_0x40a58f,_0x28d6a6){return _0x4ff00d(_0x2c3ef5-_0x286b93._0x3fbc4d,_0x30707c-_0x286b93._0x52b5d1,_0x28d6a6,_0x30707c-_0x286b93._0x1ee5a0);}logger[_0x1f28dc(-0x43,-0x5a,-0xcb,0x3f)](_0x28a143[_0x5d8df3(0x1cf,_0x10d880._0x1ca610,0x270,0x17b)],_0x57703a);try{if(_0x28a143['MVMyb'](_0x28a143['ezsBB'],_0x28a143[_0x5d8df3(0x133,_0x10d880._0x25ddb7,0x149,_0x10d880._0x43a6a6)])){const _0x2278e3={};_0x2278e3[_0x5d8df3(0x258,_0x10d880._0x433d7c,_0x10d880._0x34a31a,0x21b)]='',_0x2278e3[_0x1f28dc(0x63,0x22,_0x10d880._0x5c8b95,-_0x10d880._0x27bbd3)+'t']=_0xca0d82,_0x2278e3[_0x1f28dc(-0x11d,-0x73,-_0x10d880._0x1b0765,-_0x10d880._0x203080)]=_0x28a143[_0x5d8df3(_0x10d880._0x23dbfb,0x20d,0x1e0,_0x10d880._0x1fecdb)],_0x2278e3[_0x5d8df3(_0x10d880._0x2011f0,_0x10d880._0x580579,_0x10d880._0x3bd8ff,_0x10d880._0x201a76)]=![],_0x1ba345[_0x1f28dc(-_0x10d880._0x4d23a4,-0xe9,-0x36,-_0x10d880._0x236e1b)](_0x2278e3);}else{const _0x1bfd16=_0x38f205[_0x1f28dc(-_0x10d880._0x261448,-0x111,-_0x10d880._0x2e8494,-_0x10d880._0x20dbdc)](DATA_DIR,_0x5d8df3(_0x10d880._0xe8ec5,_0x10d880._0x3ee03e,0x208,_0x10d880._0x5f1f7d),_0x3040df),_0xfd07f4={};_0xfd07f4[_0x1f28dc(-0xa4,-_0x10d880._0x47680b,0x5b,0x51)]=!![],await _0x16dfda[_0x5d8df3(_0x10d880._0x169d68,_0x10d880._0x5434b6,0x287,0x2ae)](_0x1bfd16,_0xfd07f4),await _0x16dfda[_0x5d8df3(_0x10d880._0x2f2c39,0x175,_0x10d880._0xb8c10,0xc5)](_0x38f205['join'](_0x1bfd16,_0x4ad80d),_0x1c5a7c,_0x28a143[_0x5d8df3(0x2c1,_0x10d880._0x178666,_0x10d880._0x4cedc6,0x295)]);const _0x1c10b9={};_0x1c10b9[_0x1f28dc(-0xf6,-_0x10d880._0x35e2e9,_0x10d880._0x5899cb,-_0x10d880._0x26dcd8)]=_0x4ad80d,_0x1c10b9[_0x5d8df3(0x278,0x1f1,_0x10d880._0x1267a0,0x1f8)]=!![],_0x1c10b9[_0x5d8df3(_0x10d880._0x3e57b7,0x1fe,_0x10d880._0x35c418,_0x10d880._0x59ea6c)+'askId']=_0x321dab['taskId'],_0x1ec606['json'](_0x1c10b9);}}catch(_0x101eb7){const _0xa540d0={};_0xa540d0[_0x1f28dc(-_0x10d880._0x11efea,-_0x10d880._0x2d2d1c,_0x10d880._0x202194,0x6e)]=_0x321dab[_0x5d8df3(_0x10d880._0xe1e032,0x274,_0x10d880._0x547af9,_0x10d880._0x53ae0e)],_0xa540d0[_0x5d8df3(_0x10d880._0x476c1c,0x2c6,0x29a,0x2dc)+'t']=_0x3040df,_0xa540d0[_0x1f28dc(-_0x10d880._0x8cec6e,-_0x10d880._0x26e248,0x3d,-0x7)]=_0x4ad80d,_0xa540d0['error']=_0x101eb7[_0x1f28dc(-0x54,-0x70,-0xad,0x11)],logger[_0x1f28dc(-_0x10d880._0x250160,-0x1b,-_0x10d880._0x17bee4,0x98)](_0x28a143[_0x5d8df3(0x1fe,_0x10d880._0x2187e3,0x173,0xd8)],_0xa540d0);const _0x27fb7d={};_0x27fb7d['error']=_0x1f28dc(-0x13d,-0x9f,-_0x10d880._0x218c9f,_0x10d880._0x381d22)+_0x5d8df3(0x2a9,0x22f,_0x10d880._0x4aae3b,_0x10d880._0x7686c6)+'r',_0x27fb7d['message']=_0x28a143[_0x5d8df3(0x17f,_0x10d880._0x2187e3,_0x10d880._0x58fcdc,_0x10d880._0x181465)],_0x1ec606[_0x5d8df3(_0x10d880._0x13d922,0x275,_0x10d880._0x3808b1,0x257)](0x1105*0x1+0x1122+-0x2033)[_0x5d8df3(0x182,_0x10d880._0x54f3a4,0x13e,0x177)](_0x27fb7d);}}),router['delete'](_0x4ff00d(0x0,0x32,-0x3a,0x7d)+'ilename',requireTaskAuth,requireMemoryPermission,async(_0x1f8c20,_0x466d99)=>{const _0x59f4e1={_0x215655:0x44e,_0x4ae02f:0x4ae,_0x29a3f1:0x38f,_0x2a2afd:0x354,_0x14d810:0x341,_0x16d56f:0x29c,_0x205d7f:0x313,_0x2dba9e:0x520,_0x78313a:0x2d7,_0x20023:0x41b,_0x21d533:0x379,_0xc8cd9a:0x414,_0xad32dd:0x468,_0x17177d:0x5e9,_0x2a6da5:0x5cd,_0x169cf2:0x5b5,_0x337d07:0x475,_0x416d25:0x2f5,_0x4bf74a:0x2c7,_0x18604e:0x3ce,_0x14c80e:0x420,_0x496b3d:0x5d0,_0xf00ac1:0x51d,_0x7f2404:0x471,_0x158cf1:0x2be,_0x28869c:0x2de,_0x59ae0b:0x2ac,_0x206ca5:0x361,_0x49a46f:0x4e7,_0x3f517a:0x54a,_0x44ba3a:0x5c5,_0x3a2125:0x54e,_0x29bfed:0x2f8,_0x4a3c99:0x41a,_0x3e4b28:0x580,_0x53d923:0x586,_0x1495c7:0x4f4,_0x49f1f0:0x49b,_0x728b77:0x4cc,_0x43fa75:0x401,_0x503e66:0x2e5,_0xc87c34:0x311,_0x46f78e:0x338,_0x4f63b0:0x379,_0x476a6e:0x572,_0x3ab514:0x4d6,_0x1ec9d1:0x4b8,_0x342651:0x465,_0x39534d:0x333,_0xcf4eb7:0x4cd,_0x1ca619:0x576,_0x1fb0e0:0x571,_0x230a58:0x38a,_0x315a09:0x3e7,_0x2122d7:0x470,_0x54de8b:0x3b1,_0x3b1e10:0x31f,_0x4f530b:0x316,_0x522b50:0x3af,_0x2199ec:0x364,_0x475376:0x3fd,_0x46f3d9:0x2ba,_0x10be06:0x3ff,_0x4b5b98:0x439,_0x6b1b2c:0x3b8,_0x185682:0x3bc,_0x2ff924:0x339,_0x112996:0x332,_0x1d94ab:0x373,_0x88a8c0:0x3d0,_0x1b95ab:0x453,_0x222020:0x447,_0x112f5b:0x56c,_0xd965b1:0x506,_0x18925d:0x411,_0x569894:0x42b,_0xd0ced9:0x2f2,_0x3d0c84:0x3f6,_0x3e0b82:0x3c7,_0x39c308:0x4f9,_0x1df0ec:0x49f,_0x535b8e:0x4d2,_0x3c130f:0x5b7,_0xd4411:0x340,_0x1fedf5:0x359,_0x4ea1ff:0x2ff,_0x2e92e8:0x331,_0x318652:0x511,_0x4cf6ec:0x4ea,_0x3fb2b7:0x5b8,_0x3590cc:0x65f,_0x118a2e:0x516,_0x30171a:0x435,_0x4e167c:0x396,_0x3a7e45:0x51d,_0x2f21a2:0x4a0,_0x947266:0x531,_0xe3d4a8:0x474,_0x36f7c6:0x623,_0x17c9b5:0x246,_0x5eeb48:0x295,_0x45cf03:0x34b,_0x562a00:0x378,_0x23fb09:0x344,_0x2e6eb1:0x3e1,_0x286546:0x3b9,_0x3bd4e3:0x285,_0x38af21:0x29a,_0x2e9263:0x4c3,_0x1a3170:0x34f,_0x46a275:0x30f,_0x17298b:0x3b8,_0xc38391:0x496,_0x29ac22:0x395,_0x110d10:0x445,_0x5ed780:0x3cd,_0x348846:0x5a8,_0x468dfc:0x4fb,_0x5be723:0x45a,_0x3fb342:0x46f,_0x2ff2d6:0x3ed,_0x55965f:0x48c,_0x2efbbe:0x34d,_0x44afc5:0x3a3,_0x13ac4c:0x44f},_0x2b6136={_0x438aee:0x1b2,_0xf0260f:0xce,_0x53db07:0x2b6},_0x181bff={_0x4896a7:0x46f};function _0x2a3593(_0x24c7da,_0x20465a,_0x18aa65,_0x4cbb62){return _0x4ff00d(_0x24c7da-0x80,_0x20465a-0x72,_0x24c7da,_0x18aa65-_0x181bff._0x4896a7);}const _0x49d2a4={};_0x49d2a4['FSqGD']=function(_0x3aafd8,_0x307955){return _0x3aafd8===_0x307955;},_0x49d2a4['QLWTx']=_0x2a3593(0x50c,0x5bb,0x5b7,0x62e),_0x49d2a4[_0x2a3593(0x38f,0x4ca,_0x59f4e1._0x215655,_0x59f4e1._0x4ae02f)]='Internal\x20S'+'erver\x20Erro'+'r',_0x49d2a4[_0x20763c(_0x59f4e1._0x29a3f1,0x2bc,_0x59f4e1._0x2a2afd,_0x59f4e1._0x14d810)]='Failed\x20to\x20'+'list\x20templ'+'ates',_0x49d2a4[_0x20763c(_0x59f4e1._0x16d56f,0x25e,0x2b3,_0x59f4e1._0x205d7f)]=_0x2a3593(_0x59f4e1._0x2dba9e,0x501,0x508,0x463)+'t',_0x49d2a4[_0x20763c(0x40f,_0x59f4e1._0x78313a,_0x59f4e1._0x20023,_0x59f4e1._0x21d533)]='Invalid\x20fi'+_0x2a3593(0x476,_0x59f4e1._0xc8cd9a,_0x59f4e1._0xad32dd,0x3b1),_0x49d2a4[_0x2a3593(_0x59f4e1._0x17177d,_0x59f4e1._0x2a6da5,_0x59f4e1._0x169cf2,0x506)]=_0x20763c(0x3e3,0x366,_0x59f4e1._0x337d07,0x3e1)+_0x20763c(0x2e6,0x286,0x2e8,_0x59f4e1._0x416d25)+_0x20763c(_0x59f4e1._0x4bf74a,0x392,_0x59f4e1._0x18604e,0x312),_0x49d2a4[_0x2a3593(0x41b,_0x59f4e1._0x14c80e,0x4c7,0x56b)]=_0x2a3593(0x4ab,_0x59f4e1._0x496b3d,0x535,0x505),_0x49d2a4[_0x2a3593(_0x59f4e1._0xf00ac1,0x5b3,0x51d,_0x59f4e1._0x7f2404)]=_0x20763c(0x250,0x2c0,_0x59f4e1._0x158cf1,_0x59f4e1._0x28869c),_0x49d2a4[_0x20763c(0x333,0x30e,_0x59f4e1._0x59ae0b,_0x59f4e1._0x206ca5)]='Not\x20Found',_0x49d2a4[_0x2a3593(0x543,_0x59f4e1._0x49a46f,_0x59f4e1._0x3f517a,0x545)]='Failed\x20to\x20'+'delete\x20mem'+_0x2a3593(0x581,_0x59f4e1._0x44ba3a,_0x59f4e1._0x3a2125,0x5e9);const _0x2d40f8=_0x49d2a4,{callingTask:_0x51f4ab,taskUser:_0x582554,environmentName:_0x34cee4}=_0x1f8c20,{filename:_0x362d3e}=_0x1f8c20[_0x20763c(_0x59f4e1._0x29bfed,0x45e,_0x59f4e1._0x4a3c99,0x3a5)];if(!isValidMemoryFilename(_0x362d3e)){const _0x7e1919={};return _0x7e1919[_0x2a3593(0x4fd,_0x59f4e1._0x3e4b28,_0x59f4e1._0x53d923,0x5ab)]=_0x2d40f8[_0x2a3593(_0x59f4e1._0x1495c7,_0x59f4e1._0x49f1f0,_0x59f4e1._0x728b77,0x4ec)],_0x7e1919[_0x20763c(_0x59f4e1._0x43fa75,0x40c,_0x59f4e1._0x503e66,0x378)]=_0x2d40f8[_0x20763c(_0x59f4e1._0xc87c34,_0x59f4e1._0x46f78e,0x3ff,_0x59f4e1._0x4f63b0)],_0x466d99[_0x2a3593(0x544,0x573,_0x59f4e1._0x476a6e,0x606)](-0x2*0xa67+-0x58c+0x1bea)[_0x2a3593(0x4a2,_0x59f4e1._0x3ab514,_0x59f4e1._0x1ec9d1,0x55e)](_0x7e1919);}const _0xec7d56={};_0xec7d56[_0x20763c(0x359,_0x59f4e1._0x342651,_0x59f4e1._0x39534d,0x3b8)]=_0x51f4ab[_0x2a3593(_0x59f4e1._0xcf4eb7,_0x59f4e1._0x1ca619,_0x59f4e1._0x1fb0e0,0x57a)],_0xec7d56['environmen'+'t']=_0x34cee4;function _0x20763c(_0x5ed87c,_0x565ee,_0x134497,_0x265217){return _0x4ff00d(_0x5ed87c-_0x2b6136._0x438aee,_0x565ee-_0x2b6136._0xf0260f,_0x134497,_0x265217-_0x2b6136._0x53db07);}_0xec7d56[_0x20763c(_0x59f4e1._0x230a58,_0x59f4e1._0x315a09,_0x59f4e1._0x2122d7,_0x59f4e1._0x54de8b)]=_0x362d3e,_0xec7d56[_0x20763c(_0x59f4e1._0x3b1e10,_0x59f4e1._0x4f530b,0x2c0,0x32f)]=_0x582554['id'],logger[_0x20763c(0x377,0x2e5,0x3a5,0x38e)](_0x2d40f8[_0x20763c(0x3b0,0x485,0x3f9,0x3fc)],_0xec7d56);try{await _0x16dfda[_0x20763c(_0x59f4e1._0x522b50,0x3ee,_0x59f4e1._0x2199ec,_0x59f4e1._0x475376)](_0x38f205[_0x20763c(0x32e,_0x59f4e1._0x46f3d9,0x21f,_0x59f4e1._0x78313a)](DATA_DIR,_0x2d40f8['pKWoP'],_0x34cee4,_0x362d3e));const _0x1f0de4={};_0x1f0de4[_0x20763c(_0x59f4e1._0x10be06,_0x59f4e1._0x4b5b98,_0x59f4e1._0x6b1b2c,_0x59f4e1._0x185682)]=!![],_0x466d99[_0x20763c(_0x59f4e1._0x2ff924,_0x59f4e1._0x112996,_0x59f4e1._0x2199ec,0x2ff)](_0x1f0de4);}catch(_0x572a10){if(_0x2d40f8['LXzaI']===_0x2d40f8[_0x20763c(0x3ce,_0x59f4e1._0x1d94ab,0x40f,0x364)]){if(_0x572a10[_0x2a3593(0x46e,_0x59f4e1._0x88a8c0,_0x59f4e1._0x1b95ab,0x3b1)]===_0x2d40f8[_0x2a3593(_0x59f4e1._0x222020,_0x59f4e1._0x112f5b,_0x59f4e1._0xd965b1,0x563)]){const _0x278d57={};return _0x278d57[_0x20763c(_0x59f4e1._0x18925d,0x439,_0x59f4e1._0x569894,0x3cd)]=_0x2d40f8[_0x20763c(_0x59f4e1._0xd0ced9,0x3a9,_0x59f4e1._0x3d0c84,0x361)],_0x278d57[_0x20763c(0x2cf,_0x59f4e1._0x3e0b82,0x362,0x378)]=_0x2a3593(_0x59f4e1._0x39c308,_0x59f4e1._0x14c80e,_0x59f4e1._0x1df0ec,_0x59f4e1._0x535b8e)+'e\x20not\x20foun'+'d',_0x466d99[_0x2a3593(0x552,0x5ff,0x572,_0x59f4e1._0x3c130f)](0x1*0x2333+0x2d1+0x2470*-0x1)[_0x20763c(_0x59f4e1._0xd4411,_0x59f4e1._0x1fedf5,0x35b,_0x59f4e1._0x4ea1ff)](_0x278d57);}const _0x55bb91={};_0x55bb91[_0x20763c(0x355,_0x59f4e1._0x2e92e8,0x3a5,_0x59f4e1._0x6b1b2c)]=_0x51f4ab[_0x2a3593(_0x59f4e1._0x318652,_0x59f4e1._0x4cf6ec,0x571,_0x59f4e1._0x3fb2b7)],_0x55bb91[_0x2a3593(0x630,_0x59f4e1._0x3590cc,0x5c3,_0x59f4e1._0x118a2e)+'t']=_0x34cee4,_0x55bb91[_0x20763c(_0x59f4e1._0x30171a,_0x59f4e1._0x4e167c,0x466,0x3b1)]=_0x362d3e,_0x55bb91[_0x2a3593(0x5d4,_0x59f4e1._0x3a2125,0x586,_0x59f4e1._0x3a7e45)]=_0x572a10[_0x2a3593(0x527,_0x59f4e1._0x2f21a2,_0x59f4e1._0x947266,_0x59f4e1._0xe3d4a8)],logger['error'](_0x2d40f8['KcCNy'],_0x55bb91);const _0x1df2ef={};_0x1df2ef[_0x2a3593(_0x59f4e1._0x36f7c6,0x559,0x586,0x594)]=_0x2d40f8[_0x20763c(_0x59f4e1._0x416d25,0x248,_0x59f4e1._0x17c9b5,_0x59f4e1._0x5eeb48)],_0x1df2ef[_0x20763c(_0x59f4e1._0x45cf03,0x42c,0x364,_0x59f4e1._0x562a00)]=_0x2d40f8[_0x2a3593(0x48e,0x49d,0x54a,0x4aa)],_0x466d99[_0x20763c(0x349,_0x59f4e1._0x23fb09,_0x59f4e1._0x2e6eb1,_0x59f4e1._0x286546)](-0xf*0xe6+-0x1d2e+-0x5*-0x8ec)['json'](_0x1df2ef);}else{if(_0x2d40f8['FSqGD'](_0x513dfd[_0x20763c(0x305,0x28a,_0x59f4e1._0x3bd4e3,_0x59f4e1._0x38af21)],_0x2d40f8['QLWTx'])){const _0x1da461={};_0x1da461['templates']=[],_0x1da461[_0x20763c(0x44d,0x3c4,_0x59f4e1._0x2e9263,0x40a)+'t']=_0x5c7916,_0x5be149['json'](_0x1da461);}else{const _0x497bdf={};_0x497bdf[_0x20763c(0x3fa,0x3d4,_0x59f4e1._0x1a3170,0x3b8)]=_0x37a927[_0x20763c(_0x59f4e1._0x46a275,0x3f3,0x335,_0x59f4e1._0x17298b)],_0x497bdf[_0x20763c(0x46e,_0x59f4e1._0xc38391,_0x59f4e1._0x29ac22,0x40a)+'t']=_0x2e069f,_0x497bdf[_0x20763c(0x355,0x3ab,_0x59f4e1._0x110d10,_0x59f4e1._0x5ed780)]=_0x53cbf1[_0x2a3593(_0x59f4e1._0x348846,_0x59f4e1._0x468dfc,0x531,0x5b2)],_0x1d9b5e[_0x2a3593(0x5de,0x599,0x586,_0x59f4e1._0x4cf6ec)](_0x2a3593(_0x59f4e1._0x5be723,_0x59f4e1._0x110d10,_0x59f4e1._0x3fb342,_0x59f4e1._0x2ff2d6)+_0x2a3593(_0x59f4e1._0x55965f,0x54d,0x4e1,0x521)+'ates',_0x497bdf);const _0x1cda24={};_0x1cda24[_0x20763c(0x372,0x356,_0x59f4e1._0x2efbbe,0x3cd)]=_0x2d40f8['bIZLR'],_0x1cda24[_0x20763c(0x3ec,0x3f4,_0x59f4e1._0x44afc5,0x378)]=_0x2d40f8['bnfCv'],_0x18802c[_0x20763c(0x401,0x357,0x32b,0x3b9)](-0x224d+-0x96*-0x2d+0x9e3)[_0x2a3593(0x540,_0x59f4e1._0x13ac4c,0x4b8,0x454)](_0x1cda24);}}}}),router[_0x3473d0(0x1db,0x1e4,0x244,0x1b2)](_0x4ff00d(0xdb,0x84,0x16c,0xb9)+_0x3473d0(0x1b1,0x1ca,0x1f6,0x1a8),requireTaskAuth,requireMemoryPermission,async(_0xa167a8,_0x5956a7)=>{const _0x2e2af9={_0x3a9bf5:0x377,_0x3cd9cf:0x2fd,_0x365ae0:0x2b9,_0x353a5f:0x270,_0x474bd5:0x331,_0x31597e:0x343,_0x4c9e3e:0x31b,_0x38f02f:0x39f,_0x3d8b7a:0x2d0,_0x2a2cea:0x212,_0x33d7e6:0x2f0,_0x1478ff:0x233,_0x2c7058:0x27f,_0x869944:0x105,_0x10a57f:0x323,_0x340f71:0x358,_0x3017e9:0x399,_0x40ab5e:0x251,_0x34bdb0:0x2ba,_0x416661:0x336,_0x1c25f2:0x301,_0x33bd22:0x2e2,_0x2f66bf:0x24a,_0x274275:0x2dd,_0x3156c2:0x2e1,_0x34936f:0x2c6,_0x3a71ba:0x1dc,_0xcb97ed:0x246,_0x49d398:0x297,_0x329071:0x222,_0x2558ae:0x36e,_0x12eef9:0x3a7,_0x4aaa06:0x2a7,_0x2fdb4d:0x392,_0x27d9cf:0x265,_0x4214c3:0x2f8,_0x3f0d17:0x39e,_0x2e50e1:0x340,_0x23143e:0x207,_0x4f2e45:0x25f,_0x4dcc49:0x202,_0x5f91a:0x268,_0x2441fb:0x1c9,_0x46136c:0x2ac,_0x58d774:0x25a,_0x1ff365:0x291,_0x53bd07:0x1f8,_0x410963:0x226,_0x2cb9ce:0x1ff,_0x23f512:0x28f,_0x4153b4:0x1ef,_0x228dbd:0x225,_0x1c10ff:0x2a9,_0x36b8a2:0x2de,_0x17a5e8:0x2f9,_0x294d4c:0x27c,_0x234c23:0x309,_0x3a344b:0x37e,_0x5b29e3:0x2d4,_0x1d3c80:0x1af,_0xb70b74:0x167,_0x1250fb:0x25e,_0x2a8637:0x2ff,_0x3ee5f1:0x2bc,_0x244842:0x354,_0x38ddb4:0x31c,_0x12a135:0x293,_0x584dde:0x2b6,_0xc41f32:0x279,_0x49d06c:0x219,_0x49297e:0x18f,_0x3e15b5:0x228,_0x32f64a:0x2bc,_0x203a2b:0x290,_0x31502f:0x32f,_0x567f66:0x29f,_0x1dc588:0x2b8,_0x53e721:0x2ef,_0x35b8cd:0x2ee,_0x212fcf:0x30b,_0x4b14af:0x3b3,_0x4784de:0x312,_0x5a80c1:0x2ed,_0x83c4c3:0x256,_0x58d4bd:0x238,_0xcb4ec4:0x1f6,_0x410fc2:0x239,_0x4d8a72:0x2b6,_0x352d70:0x38d,_0x41c575:0x2f2,_0x70cdab:0x1fd,_0x436c34:0x18f,_0x350f4a:0x27f,_0x161404:0x190,_0x17e915:0x11e,_0x2fc491:0xfd,_0x277f0f:0x262,_0x423386:0x307,_0x39df29:0x1db,_0x30c838:0x25d,_0x27f500:0x295,_0x18ef43:0x283,_0x4995d3:0x20e,_0x450c68:0x1f5,_0x546082:0x2ad,_0x4bd7d2:0x318,_0x304278:0x29c,_0x413303:0x31c,_0x293422:0x2a9},_0x2d07d8={_0x41d529:0x1f0},_0x2fda19={};_0x2fda19[_0x28a1ce(-_0x2e2af9._0x3a9bf5,-0x22d,-0x2e0,-0x2e3)]=function(_0x42ed64,_0x1dc914){return _0x42ed64===_0x1dc914;},_0x2fda19['grFCy']=_0x28a1ce(-0x248,-0x2e1,-0x259,-_0x2e2af9._0x3cd9cf)+'t',_0x2fda19['WwwXf']=_0x28a1ce(-_0x2e2af9._0x365ae0,-0x313,-0x281,-_0x2e2af9._0x353a5f)+_0x28a1ce(-_0x2e2af9._0x474bd5,-_0x2e2af9._0x31597e,-_0x2e2af9._0x4c9e3e,-_0x2e2af9._0x38f02f)+_0x28a1ce(-0x287,-_0x2e2af9._0x3d8b7a,-_0x2e2af9._0x2a2cea,-0x2b5),_0x2fda19[_0x101d47(_0x2e2af9._0x33d7e6,_0x2e2af9._0x1478ff,0x2da,_0x2e2af9._0x2c7058)]=_0x28a1ce(-_0x2e2af9._0x869944,-0x11d,-0x1a2,-0x110)+'ing\x20memory'+_0x101d47(0x31b,_0x2e2af9._0x10a57f,_0x2e2af9._0x340f71,_0x2e2af9._0x3017e9),_0x2fda19[_0x101d47(_0x2e2af9._0x40ab5e,_0x2e2af9._0x34bdb0,_0x2e2af9._0x416661,0x2f8)]='memory',_0x2fda19['FprRQ']=_0x101d47(_0x2e2af9._0x1c25f2,_0x2e2af9._0x33bd22,_0x2e2af9._0x2f66bf,0x307),_0x2fda19[_0x28a1ce(-_0x2e2af9._0x274275,-_0x2e2af9._0x3156c2,-0x256,-_0x2e2af9._0x34936f)]='utf-8';function _0x101d47(_0x43ab41,_0x2d26b7,_0x274d8d,_0x4b5790){return _0x4ff00d(_0x43ab41-0xb,_0x2d26b7-0x15b,_0x43ab41,_0x2d26b7-_0x2d07d8._0x41d529);}_0x2fda19[_0x101d47(_0x2e2af9._0x3a71ba,_0x2e2af9._0xcb97ed,_0x2e2af9._0x49d398,_0x2e2af9._0x329071)]=_0x28a1ce(-_0x2e2af9._0x2558ae,-0x3af,-0x2f2,-_0x2e2af9._0x12eef9)+_0x101d47(_0x2e2af9._0x4aaa06,0x2e8,0x229,_0x2e2af9._0x2fdb4d)+_0x101d47(_0x2e2af9._0x27d9cf,_0x2e2af9._0x4214c3,_0x2e2af9._0x3f0d17,_0x2e2af9._0x2e50e1);const _0x4b88df=_0x2fda19,{callingTask:_0x91a4a9,environmentName:_0x58d44a}=_0xa167a8,{content:_0x557576}=_0xa167a8[_0x101d47(0x2a6,0x21a,_0x2e2af9._0x23143e,_0x2e2af9._0x4f2e45)];if(_0x4b88df[_0x101d47(0x2a0,_0x2e2af9._0x4dcc49,_0x2e2af9._0x5f91a,_0x2e2af9._0x2441fb)](_0x557576,undefined)){const _0x2c9498={};return _0x2c9498['error']=_0x4b88df[_0x28a1ce(-_0x2e2af9._0x46136c,-_0x2e2af9._0x58d774,-_0x2e2af9._0x1ff365,-_0x2e2af9._0x53bd07)],_0x2c9498['message']=_0x4b88df[_0x101d47(0x2bb,_0x2e2af9._0x410963,0x26a,_0x2e2af9._0x2cb9ce)],_0x5956a7[_0x28a1ce(-_0x2e2af9._0x23f512,-0x290,-_0x2e2af9._0x4153b4,-_0x2e2af9._0x228dbd)](-0x16d2+0xca0+-0x46*-0x2b)[_0x28a1ce(-0x24c,-0x289,-_0x2e2af9._0x1c10ff,-_0x2e2af9._0x36b8a2)](_0x2c9498);}const _0x429dd5={};_0x429dd5[_0x101d47(_0x2e2af9._0x17a5e8,0x2f2,0x2d5,_0x2e2af9._0x294d4c)]=_0x91a4a9['taskId'],_0x429dd5[_0x101d47(_0x2e2af9._0x234c23,0x344,_0x2e2af9._0x3a344b,0x36f)+'t']=_0x58d44a;function _0x28a1ce(_0x1570e7,_0x3f5ce7,_0x3dfce3,_0x4807e6){return _0x3473d0(_0x1570e7-0xd8,_0x3f5ce7,_0x3dfce3- -0x494,_0x4807e6-0x158);}_0x429dd5[_0x28a1ce(-0x2ac,-0x249,-_0x2e2af9._0x5b29e3,-_0x2e2af9._0x4f2e45)+_0x101d47(_0x2e2af9._0x1d3c80,0x200,_0x2e2af9._0xb70b74,0x2ab)]=_0x557576[_0x28a1ce(-0x36f,-_0x2e2af9._0x1250fb,-_0x2e2af9._0x2a8637,-_0x2e2af9._0x3ee5f1)],logger[_0x101d47(0x228,0x2c8,0x340,_0x2e2af9._0x244842)](_0x4b88df[_0x28a1ce(-_0x2e2af9._0x38ddb4,-0x28b,-0x2af,-_0x2e2af9._0x12a135)],_0x429dd5);try{const _0x15f1c3=_0x38f205[_0x28a1ce(-_0x2e2af9._0x584dde,-_0x2e2af9._0xc41f32,-0x2d1,-_0x2e2af9._0x49d06c)](DATA_DIR,_0x4b88df[_0x28a1ce(-_0x2e2af9._0x49297e,-0x19c,-_0x2e2af9._0x3e15b5,-_0x2e2af9._0x32f64a)],_0x58d44a),_0x49dc4b={};_0x49dc4b[_0x101d47(_0x2e2af9._0x203a2b,0x2cc,0x38a,0x343)]=!![],await _0x16dfda[_0x101d47(0x2de,_0x2e2af9._0x31502f,_0x2e2af9._0x567f66,_0x2e2af9._0x1dc588)](_0x15f1c3,_0x49dc4b),await _0x16dfda['writeFile'](_0x38f205[_0x28a1ce(-0x32e,-_0x2e2af9._0x53e721,-0x2d1,-0x2ac)](_0x15f1c3,_0x4b88df[_0x101d47(_0x2e2af9._0x35b8cd,_0x2e2af9._0x212fcf,_0x2e2af9._0x4b14af,_0x2e2af9._0x4784de)]),_0x557576,_0x4b88df[_0x28a1ce(-_0x2e2af9._0x5a80c1,-0x2fd,-_0x2e2af9._0x83c4c3,-_0x2e2af9._0x58d4bd)]);const _0x7c0f77={};_0x7c0f77[_0x101d47(_0x2e2af9._0xcb4ec4,0x26f,0x1c1,0x212)]=!![],_0x5956a7[_0x101d47(0x190,_0x2e2af9._0x410fc2,_0x2e2af9._0x4d8a72,0x245)](_0x7c0f77);}catch(_0x474705){const _0x588fb8={};_0x588fb8[_0x101d47(_0x2e2af9._0x352d70,_0x2e2af9._0x41c575,0x36a,0x272)]=_0x91a4a9[_0x28a1ce(-_0x2e2af9._0x70cdab,-_0x2e2af9._0x436c34,-0x1f0,-_0x2e2af9._0x350f4a)],_0x588fb8[_0x28a1ce(-_0x2e2af9._0x161404,-_0x2e2af9._0x17e915,-0x19e,-_0x2e2af9._0x2fc491)+'t']=_0x58d44a,_0x588fb8[_0x101d47(_0x2e2af9._0x277f0f,_0x2e2af9._0x423386,0x364,_0x2e2af9._0xc41f32)]=_0x474705['message'],logger[_0x28a1ce(-0x1f3,-0x127,-_0x2e2af9._0x39df29,-_0x2e2af9._0x30c838)](_0x4b88df['cfWuy'],_0x588fb8);const _0x10b740={};_0x10b740[_0x28a1ce(-0x191,-0x192,-_0x2e2af9._0x39df29,-0x123)]=_0x101d47(_0x2e2af9._0x27f500,_0x2e2af9._0x18ef43,0x26b,_0x2e2af9._0x4995d3)+_0x101d47(_0x2e2af9._0x450c68,_0x2e2af9._0x546082,0x320,0x225)+'r',_0x10b740['message']=_0x4b88df[_0x28a1ce(-_0x2e2af9._0x4bd7d2,-0x1dd,-_0x2e2af9._0x304278,-0x2c0)],_0x5956a7[_0x101d47(0x367,0x2f3,0x395,0x28d)](0xed4+0x109*0x1a+-0x1cf*0x16)[_0x28a1ce(-0x34e,-_0x2e2af9._0x413303,-_0x2e2af9._0x293422,-0x33d)](_0x10b740);}});export default router;
|
|
1
|
+
(function(_0x4a1fad,_0x52a783){const _0x5f4084={_0x5db8d4:0x2ce,_0x4cb05f:0x2d7,_0xbacc14:0x118,_0x572068:0x143,_0x59abfc:0xf7,_0x26198d:0x293,_0x260861:0x2ce,_0x3da12a:0x2e4,_0x4b59f2:0x279,_0x1fccb4:0x264,_0x4de806:0xc6,_0x202ed0:0x135,_0x22d4b2:0x1b8,_0x360cd0:0x18c,_0x100539:0x2ad,_0x34afc2:0x2df,_0x1daef7:0x219,_0x504b0f:0x19a},_0x676425={_0x59ab37:0x373},_0x463981={_0x445cd7:0x129};function _0x4b5cb1(_0x1e9155,_0x58bd1a,_0x4695d9,_0x4a0575){return _0x578b(_0x58bd1a-_0x463981._0x445cd7,_0x4695d9);}function _0x186793(_0x49f974,_0x7d2987,_0x7aea6f,_0x186d2e){return _0x578b(_0x7d2987- -_0x676425._0x59ab37,_0x49f974);}const _0x5083c6=_0x4a1fad();while(!![]){try{const _0x4d1c28=-parseInt(_0x4b5cb1(0x367,_0x5f4084._0x5db8d4,_0x5f4084._0x4cb05f,0x20f))/(-0x2*0x5+0x72*-0x1d+0x6b*0x1f)+-parseInt(_0x186793(-_0x5f4084._0xbacc14,-_0x5f4084._0x572068,-_0x5f4084._0x59abfc,-0x154))/(0x10aa+-0x23e9+0x1341)+-parseInt(_0x4b5cb1(0x2bd,_0x5f4084._0x26198d,0x2c9,_0x5f4084._0x260861))/(0x8*0x25+-0x88a+0x765*0x1)+-parseInt(_0x186793(-0x16b,-0x16c,-0x196,-0x1bc))/(0x69d*0x1+-0x1+-0x698)+-parseInt(_0x4b5cb1(_0x5f4084._0x3da12a,_0x5f4084._0x4b59f2,_0x5f4084._0x1fccb4,0x2d9))/(-0x6*0x32d+0x59b+0x35e*0x4)+-parseInt(_0x186793(-_0x5f4084._0x4de806,-_0x5f4084._0x202ed0,-0xec,-_0x5f4084._0x22d4b2))/(-0x815*-0x3+-0xa6*-0xa+-0x1eb5)*(parseInt(_0x186793(-0x20e,-_0x5f4084._0x360cd0,-0x1a7,-0x13a))/(-0xc*0x14c+0x404*-0x6+0x1*0x27af))+parseInt(_0x4b5cb1(_0x5f4084._0x100539,0x30a,_0x5f4084._0x34afc2,0x30e))/(0xed4+0x1*-0x1567+-0x69b*-0x1)*(parseInt(_0x186793(-_0x5f4084._0x1daef7,-0x1c3,-0x105,-_0x5f4084._0x504b0f))/(-0x1c62+-0x1288+0x2ef3));if(_0x4d1c28===_0x52a783)break;else _0x5083c6['push'](_0x5083c6['shift']());}catch(_0x58f582){_0x5083c6['push'](_0x5083c6['shift']());}}}(_0x18d4,0x111cc9+-0x9*-0x20704+-0x180109*0x1));import _0x2301ca from'express';import{promises as _0x482490}from'fs';import _0x4d592e from'path';function _0x37c33e(_0x55ed4e,_0x1b8820,_0x179ab9,_0xe60fe4){const _0x3a6f9d={_0x5e6d72:0x252};return _0x578b(_0x55ed4e- -_0x3a6f9d._0x5e6d72,_0x179ab9);}function _0x18d4(){const _0x5f2be5=['DLjAAe8','AwXLBMfTzq','BNqGCM91DguGBG','r2TqCge','q2LxD0C','odq1mZm1vKz1Evzx','y0LbDue','l3rLBxbSyxrLCW','zhD0Chm','vgfZAY1jzcbOzq','ExrgAu0','zwXNruq','vgfZAYbYzwfKAq','zgvSzxrLihrLBq','CMvWBgfJzq','zxHPC3rZ','nJaZCxH6y3ji','t0DkAK4','BKvZDxO','s2HJDxi','uM9zveC','y2Pdv2e','ig1PC3nPBMCGwa','DcbPBML0AwfSAq','DxrMltG','q2DzsKO','tuPvEee','BgvUz3rO','zwXLDgvKigj5ia','AM9PBG','D3jPDgvgAwXL','DxbKyxrLza','C2vYswq','z21ArNu','q3jgu0K','vgfZAYb3CML0Aq','vuPIrwK','r2r2qMC','wxDkwxi','CwHpruu','zxjTAxnZAw9Uia','De5HBwu','Aw5KzxG','zMLSzq','CfLpvwq','zw50','yxrLCW','D0HOtM0','CePnBNi','C2v0DxbqyxrO','AgfZtwv0ywrHDa','s0TOz0e','DcbUB3qGzM91BG','EeDrzxy','AfzOseS','qvvuAxq','qw5WvM8','Aw5NigvUDMLYBW','AvHPrui','sM9tsgC','t3LMzwu','BgLZDcb0zw1WBa','zwXKigLZihjLCq','D2THufq','uwn5DLm','nJi4nda4DwTewwT6','l21LBw9YEq','DgfZAW','Dg8GDxbKyxrLia','yuH5DhG','DwLYzwq','ndjZrhbWrMK','qMXXAxK','BNrZoNrLBxbSyq','DMPPvMO','vwHMq2e','Aw9UCW','CgfYC2u','Au5ZC1C','tvnxyuu','AwXL','Dwn0Aw9UCYbMAq','BMPxzwW','CMvJDxjZAxzL','DxnLCKLK','BwvUDcb0zw1WBa','zgv3zxa','A1PHC3C','D3jPDguGAw5ZDa','sgPVs3a','BM90igHHDMuGCa','rhDXDKe','BwTKAxi','BLvWyMq','zgvZy3jPChrPBW','v2Ttv2C','q29UDgvUDcbMAq','CMvHzcb0zw1WBa','DxnLCM5HBwu','zw5KC1DPDgG','DxbKyxrLzej5va','C0jszLO','whz6vum','mZmZnJm2mezUuNLJyW','q1LNBgK','CKXQBha','tuvnt1jzlM1K','BMCGzw52AxjVBG','tuHPA1K','BNrZoM1LBw9YEq','CgfYyw1Z','s2D0DvC','ExvVD0i','rvLbCNm','Dw5SAw5R','CMvHzcbbr0vova','BKPTrgu','zMLSDgvY','BgfHCNO','Aw9UCYb1CgrHDa','qMDiA2K','y29UDgvUDeXLBG','yM9KEq','C3vJy2vZCW','B0fIru0','vgfZAYbOyxmGBG','uY5Tza','rKrkreu','Agvwy08','DwDuD2O','yxnRswq','DgvTCgXHDgvZ','DgfZA1vZzxi','vgfZAYb1C2vYia','D3jPDguGBwvTBW','m3WYFdb8mxW0','Du9uvgS','A3bMAvO','BvPiuwG','zfzqrgW','BYbLBNzPCM9UBq','B093q3q','sw52ywXPzcb0zq','y3rPB25ZihbLCG','mJq0mtmXogjsuuPNtW','zhLLBw4','lZPUyw1L','qM5WEe8','uLDIr0W','zgvSzxrLzej5vq','rM9YyMLKzgvU','sw52ywXPzcbMAq','rg5XCeq','DcbPBNn0CNvJDa','DgfZA3m','t2H3reC','DenVBMzPzW','vw5HDxrOB3jPEG','mtmYmdC4CMj0Dvvt','tuTWrMK','B3DUihrHC2SGsq','zMLSzxm','DgzJCNm','ywrLCG','Dg9ju09tDhjPBG','D2fYBG','Chv0','zgvSzxrLig1LBq','vxnLCIbKB2vZia','rwXgrKW','B25Z','zxr2BMy','rw52AxjVBM1LBG','BwvZC2fNzq','BMCGBwvTB3j5ia','Cgf0Aa','wg5rr3q','tg1HA1K','CMvHzezPBgu','AKHrBgy','vgvTCgXHDguGza','AvjdwK0','zg1YBLm','sfzHv2C','BNqGCMvXDwvZDa','uunYwxG','twvxB20','Aw5Nig1LBw9YEq','qujYywW','BwLZC2LVBG','uKHhrNu','ywjlA0O','z2vhzxG','igvUDMLYB25Tzq','jYbUB3qGzM91BG','y2fSBgLUz1rHCW','C2SGsuq','t1fnr1y','Dg8GBwfUywDLia','C1jdAg4','vgfZAYbKzwXLDa','zwfZr0q','zxjYB3i','y3PzDxa','zwfKzxi','u0zqyvO','rfrRBeG','Ewvfse8','AxreDKe','sevXD2q','vxznALG','zwqGyNKGDgfZAW','yxrL','vgvTCgXHDguGDq','tuLhBgm','CuDJBgO','DxbKyxrLzef0','qvrvu24','qMfKifjLCxvLCW','l21LBw9YEs1PBG','zMLSzw5HBwu','DfbHDgG','DgvZihbLCM1PCW','Egjutvi','ywXS','Dcb0zw1WBgf0zq','lM1K','Bgf0zq','CgXHDgu','DK5gAMu','sNjbrK0','s0XPyuO','y3jLyxrLzej5','v0HYt3K','tfrLvem','DgfZAY10zw1WBa','Cgf0y2G','y2XkDLK','qND1ALm','CNKGzMLSzq','lMPZB24','Dhm6DgvTCgXHDa','BNn2u3e','C3bSAxq','uwDkvfq','rgTPuNm','DgvTCgXHDgu','ru5pru5u','BKrIvKy','lvrHC2STswqGAa','EwH6A28','vfmUBwq','tgXmAwC','qvDnr2i','uMXNv1y','DxbKyxrLzej5vq','Bu1ht0G','DuTsqNO','ANnVBG','B21yy1i','CKDxvfa','AxPLza','DcbTzw1VCNK','BvnrC3u','tM90iezVDw5K','ue9kvee','vgvTCgXHDguGjW','qLDtqMO','Evrpz2e','A0TNv1K','DwHzr1K','zMrRrhC','quDftLrtlM1K','zgv4','sw50zxjUywWGuW','v1nMDge','whvSwNa','zxj2zxiGrxjYBW','EerXwMC','z3frswO','vhrJuLy','zsbUB3qGzM91BG','DwLxthy','qLrzrNe','vgfZAYbSAxn0Aq','uNjkwxm','rfDPtuu','z3rO','wu5uqMC','AKX0uw0','sw52ywXPzcb0yq','rMfPBgvKihrVia','ihbLCM1PC3nPBW','CMvHzcbPBNn0CG','CKnqEe8','tMXYAge','vNbKBMO','vgfZAYb1CgrHDa','q2HewKS','svPVvNO','BwvUDa','uKzrwve','s3rAvKq','mta1mdi0nvLbuuvbvG','wen3rKe','AePNEwK','zwqGzw52AxjVBG','u2vYDMLJzsbUBW','Bfvzv2e','zgvSzxrL','l21LBw9YEs86zG','yKzrqui','BLr6y00','quTKsKS','thL0zxm','C3rYAw5NAwz5','zxrevgq','DgfZA0LK','ihDPDgGGDw5RBG','quXRzM0','Aw5MBW','CNvJDgLVBNmGzG','BxbSyxrLig5HBq','D2HRvLG','D1Pby2m','Aw5JBhvKzxm','vgfZAYbMzxrJAa','A0fsBg0','AK1VB3a','mZGYotyYnNDNy0Hjwq','uMTLyuO','u0z2y2K','q1H4z3u','y29KzxjdB25MAq','yMLYDgH0Aw1L','B3j5igzPBgu','BeP0swe','EfjkCvK','Bu51vfq','CMvHzcbTzw1VCG','EMvK','yNDAyK4','BM1LBNqGAw5ZDa','AhL6the','vfnuvMy','Dwndsva','l2LUC3rYDwn0Aq','z2v0','Eg13z2G','CNKGAw5KzxG','rMPbuuS','rMjPDgG','BMfTzq','y29Kzq','C3rHDhvZ','CNvJDgLVBNm','vfn0tM8','BgvUyw1L','BM90igzVDw5K','uhvTv2u','B3qGAw5PDgLHBa','DcbTyw5Hz2vTzq','vxnLCIbSywnRCW','DNjtAfy','Awn1rvy','DeTQrhe','D3jPDguGquDftG','BwvTB3j5','C2LVBG','sfzrtgW','D3jPDguGDgvTCa','wM5VwMW','EsbMAwXL','EvzSrem','Aw5NihrLBxbSyq','yNjlrgK','y29UDgvUDa','BNrZoMLUC3rYDq','BNfwy2i','BeXJD1C','sxf4z2K','twvTB3j5igzPBa','zw52AxjVBM1LBG'];_0x18d4=function(){return _0x5f2be5;};return _0x18d4();}import{logger}from'../lib/logger.js';import{DATA_DIR}from'../lib/data-dir.js';import{isValidMemoryFilename,parseMemoryFrontmatter}from'../lib/memory-utils.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x2301ca['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x4a24d2){const _0x48e6de={_0x56780d:0x2a,_0x1e3a78:0x325,_0x147d31:0xf6,_0x335d25:0x55};function _0x580a7b(_0x5e0ea6,_0x2c4060,_0x4a4661,_0x41cacc){return _0x578b(_0x2c4060-0x154,_0x5e0ea6);}function _0x4c47f8(_0x236954,_0x442cbe,_0x34a471,_0x2c71d9){return _0x578b(_0x34a471- -0x264,_0x442cbe);}tasks=_0x4a24d2[_0x4c47f8(-0xcc,-0x46,-_0x48e6de._0x56780d,-0x38)],setupPath=_0x4a24d2[_0x580a7b(0x345,_0x48e6de._0x1e3a78,0x26a,0x3b1)],coderConfig=_0x4a24d2[_0x4c47f8(-0x7d,-0x137,-_0x48e6de._0x147d31,-_0x48e6de._0x335d25)+'g'];}export function updateCoderConfig(_0x15c29f){coderConfig=_0x15c29f;}async function requireTaskAuth(_0x419a29,_0xf8f16e,_0x292768){const _0x1d32a6={_0x51aaa7:0x113,_0x2b14ec:0xec,_0x4008ca:0x191,_0x1a798d:0x2f5,_0x36d59b:0x248,_0x5cf7ec:0xec,_0x56a87a:0x4f,_0x37f61b:0xcf,_0x3729b6:0x8e,_0x3e7146:0x10a,_0x29a673:0x4c,_0x5c787e:0x106,_0x507dc9:0x3e,_0x2b7330:0x19d,_0x272f7d:0x196,_0x5460e0:0x245,_0x32e27f:0x233,_0x206900:0x275,_0x46b860:0x1ed,_0x406a32:0x293,_0x49647d:0x1ff,_0x1e97d7:0x111,_0x30acea:0x17a,_0x3186c2:0x69,_0x2512b2:0x107,_0x5d73b4:0xc,_0x4f26bb:0x3,_0xebece8:0xca,_0x1b25ba:0x6,_0x3e5f94:0xf,_0x418abe:0x65,_0x1e1018:0x68,_0x3f33c7:0x10,_0x16eb67:0x104,_0x2bb5d9:0x97,_0x2ed7d7:0x5b,_0x3e19ff:0x55,_0x10aef3:0x87,_0xfb253f:0x132,_0x3469e2:0x1c1,_0x2e0e3a:0x77,_0x3085d8:0xbc,_0x1b89da:0xff,_0x569b52:0xf4,_0xe41fba:0x154,_0x4b6896:0x18f,_0x4c39f1:0x10c,_0x22e722:0x114,_0x5294aa:0x87,_0x2afa22:0x200,_0x1d606c:0x139,_0x5ec58e:0x150,_0x22a1c7:0x114,_0x9a08ed:0x195,_0x921eb1:0x29,_0x1b7d5e:0x35,_0x3ad671:0xbd,_0x369ebe:0x100,_0x5c061f:0x38,_0x2f3983:0x286,_0x242e6b:0x2ee,_0x428519:0x23d,_0x1ebf49:0x1d0,_0x4aed8f:0x144,_0x1b58c3:0x24b,_0x4f77a3:0x1a7,_0x125a2e:0x106,_0x532fc7:0x85,_0x4bd559:0x1e,_0x3750da:0xd5,_0x2caa78:0x25c,_0x45003e:0x19f,_0x634812:0x2aa,_0x5da9ce:0x2d4,_0x1b8fc3:0x23c,_0x237a75:0xe3,_0x557eed:0x1a0,_0x13dfca:0x29e,_0x35ae5d:0x248,_0x651cbb:0x199,_0x595e82:0x1cb,_0x2595d1:0x170,_0x1c0f33:0x15f,_0x2cea0b:0x9f,_0x7defa8:0x184,_0x5db0c1:0x167,_0x38aac1:0x11b,_0x31f9e6:0x16,_0x1ccc00:0x21,_0x4dd6da:0x112,_0x8440b8:0xf,_0x4c1c9e:0x32,_0x4b8a86:0x1eb,_0x4ef82f:0xf2,_0x35c1c5:0x14e,_0x3455c2:0x2c2,_0x31dcfb:0x2b1,_0x315267:0x235,_0xa28f8a:0x83,_0xe7c71c:0x116,_0xf2d759:0x22e,_0x12ff21:0x1bd,_0x1a10be:0x161,_0x474fa8:0xdb,_0x171afc:0x114,_0x2867cc:0x1cb,_0x47dcae:0x63,_0x54b68d:0x184,_0x20a18f:0xe4,_0x392d7b:0xc4,_0x42395f:0x1a,_0x5124ab:0x20,_0x55fa40:0x1e6,_0x50b9b5:0x111,_0x528c23:0x198,_0xfbb048:0x90,_0xb8b9d5:0x109,_0x360b25:0xf9,_0x28f959:0x273,_0x4b7746:0x1b6,_0x3d4922:0x25,_0x5badb8:0x80,_0x134371:0x13b,_0xb44b8f:0x1ea,_0x480471:0x290,_0x2a6a92:0x2e,_0x338183:0x71,_0x1bb149:0x7f,_0x40f7a8:0xd9,_0x11f155:0x108,_0x25467a:0x197,_0x3c46c5:0x168,_0x322605:0x24,_0x56590b:0x50,_0x299849:0x1a5,_0x37f19d:0x23d,_0x819f63:0x66,_0x40200a:0x66,_0x2fd8d7:0x99,_0x4cb36f:0x193,_0x45f77a:0x1b7,_0xe7d208:0x164,_0x26ce18:0xd3,_0x391440:0x6a,_0x4168b7:0x2f1,_0x465de8:0x25f,_0x3c9daa:0x19e,_0x54d91f:0x19b,_0x3e40f7:0x132,_0x1f7827:0xd5,_0x122a8b:0xf1,_0x4e3aa2:0x4a,_0x409f9e:0x16,_0x233957:0x88,_0x323e89:0x48,_0x1db04e:0x9c,_0x558ec5:0x1b,_0x3c5ffe:0x2d6,_0x4a9c5f:0x205,_0x58f59f:0x22c,_0xc307da:0x66,_0x45fcec:0x37,_0x17a904:0x5e,_0x37a9e1:0x291,_0xb80816:0x240,_0x39844b:0x40},_0x37379c={'gaXWW':'x-task-id','UJbEi':_0x38a5bb(_0x1d32a6._0x51aaa7,_0x1d32a6._0x2b14ec,0xdc,0x13a)+'t\x20manageme'+_0x986c23(_0x1d32a6._0x4008ca,_0x1d32a6._0x1a798d,0x304,_0x1d32a6._0x36d59b)+_0x38a5bb(0x7d,_0x1d32a6._0x5cf7ec,0xe,_0x1d32a6._0x56a87a)+_0x986c23(0x166,_0x1d32a6._0x37f61b,_0x1d32a6._0x3729b6,_0x1d32a6._0x3e7146)+_0x38a5bb(-_0x1d32a6._0x29a673,-_0x1d32a6._0x5c787e,-_0x1d32a6._0x507dc9,-0x57),'WhVYf':'Missing\x20X-'+_0x38a5bb(0x70,0x10c,0x112,0x6)+_0x986c23(_0x1d32a6._0x2b7330,_0x1d32a6._0x272f7d,_0x1d32a6._0x5460e0,_0x1d32a6._0x32e27f),'ARojR':_0x986c23(_0x1d32a6._0x206900,_0x1d32a6._0x46b860,_0x1d32a6._0x406a32,0x23c)+_0x986c23(_0x1d32a6._0x49647d,0x225,_0x1d32a6._0x1e97d7,_0x1d32a6._0x30acea)+_0x38a5bb(_0x1d32a6._0x3186c2,0x38,_0x1d32a6._0x2512b2,0x2a)+_0x38a5bb(0x50,_0x1d32a6._0x5d73b4,0x108,0x71)+_0x38a5bb(-0x13,_0x1d32a6._0x4f26bb,-0x8c,-_0x1d32a6._0xebece8),'lJtIa':_0x38a5bb(-_0x1d32a6._0x1b25ba,0xd,-_0x1d32a6._0x3e5f94,_0x1d32a6._0x418abe)+_0x38a5bb(-_0x1d32a6._0x4f26bb,_0x1d32a6._0x1e1018,-_0x1d32a6._0x1b25ba,-_0x1d32a6._0x3f33c7)+'r','ABral':_0x38a5bb(_0x1d32a6._0x16eb67,0xa0,0x116,_0x1d32a6._0x2bb5d9)+'ed','yVlDC':_0x38a5bb(0xa,-0x55,-0xaa,-_0x1d32a6._0x2ed7d7)+'sk\x20ID','YwJYr':function(_0x122dcb,_0x4e5882){return _0x122dcb(_0x4e5882);},'ChDZK':_0x38a5bb(0xec,_0x1d32a6._0x3e19ff,0x16d,_0x1d32a6._0x10aef3)+_0x986c23(_0x1d32a6._0xfb253f,0x1d8,_0x1d32a6._0x3469e2,0x177),'tfcrs':'Task\x20owner'+'\x20not\x20found','Lytes':_0x38a5bb(_0x1d32a6._0x51aaa7,0x103,_0x1d32a6._0x2e0e3a,_0x1d32a6._0x3085d8)+_0x38a5bb(0x9b,0x14,_0x1d32a6._0x1b89da,_0x1d32a6._0x569b52)+'d','XnQGt':_0x986c23(0x178,_0x1d32a6._0xe41fba,0xff,_0x1d32a6._0x4b6896)+'ts','gqQIj':function(_0x58dc2a){return _0x58dc2a();}},_0x47c611=_0x419a29['headers'][_0x37379c['gaXWW']];if(!_0x47c611){logger[_0x38a5bb(_0x1d32a6._0x4c39f1,_0x1d32a6._0x22e722,_0x1d32a6._0x5294aa,0x19f)](_0x37379c[_0x986c23(_0x1d32a6._0x2afa22,_0x1d32a6._0x1d606c,0x1ce,0x1b4)]);const _0x3b77cb={};return _0x3b77cb['error']=_0x38a5bb(0x104,_0x1d32a6._0x5ec58e,0x150,0x1aa)+'ed',_0x3b77cb[_0x38a5bb(_0x1d32a6._0x22a1c7,0x1a6,_0x1d32a6._0x9a08ed,0x12d)]=_0x37379c['WhVYf'],_0xf8f16e[_0x38a5bb(0x4a,_0x1d32a6._0x921eb1,-_0x1d32a6._0x1b7d5e,0xd7)](0x2559*0x1+-0x1*0x172+-0x2256)['json'](_0x3b77cb);}function _0x986c23(_0x1733a6,_0x3e3372,_0x168568,_0x85529){return _0x578b(_0x85529- -0x10,_0x3e3372);}if(!tasks){logger[_0x986c23(0x66,_0x1d32a6._0xfb253f,0x58,0xdb)](_0x37379c['ARojR']);const _0x4b0398={};return _0x4b0398[_0x38a5bb(-0x4e,-0xbd,-_0x1d32a6._0x3ad671,-_0x1d32a6._0x369ebe)]=_0x37379c[_0x38a5bb(_0x1d32a6._0x5c061f,0x58,0xf3,0x35)],_0x4b0398[_0x986c23(_0x1d32a6._0x2f3983,_0x1d32a6._0x242e6b,0x22e,_0x1d32a6._0x428519)]=_0x986c23(0xcc,0x10c,_0x1d32a6._0x1ebf49,_0x1d32a6._0x4aed8f)+_0x986c23(0x261,_0x1d32a6._0x1b58c3,0xec,_0x1d32a6._0x4f77a3)+'zed',_0xf8f16e[_0x38a5bb(0x4a,0x46,_0x1d32a6._0x125a2e,_0x1d32a6._0x532fc7)](-0x1def+-0xa*-0x301+0x1d9)[_0x38a5bb(-0x16,-_0x1d32a6._0x4bd559,0x1c,-_0x1d32a6._0x3750da)](_0x4b0398);}const _0x380127=tasks['get'](_0x47c611);if(!_0x380127){const _0x4265b8={};_0x4265b8['taskId']=_0x47c611,logger[_0x986c23(0x244,_0x1d32a6._0x2caa78,0x256,0x235)](_0x986c23(_0x1d32a6._0x45003e,_0x1d32a6._0x634812,_0x1d32a6._0x5da9ce,_0x1d32a6._0x1b8fc3)+_0x986c23(_0x1d32a6._0x237a75,_0x1d32a6._0x557eed,0xce,0x17a)+_0x986c23(0x1bb,0x24e,_0x1d32a6._0x13dfca,_0x1d32a6._0x35ae5d)+_0x986c23(_0x1d32a6._0x651cbb,0xbe,_0x1d32a6._0x595e82,0x14f)+'own\x20task\x20I'+'D',_0x4265b8);const _0x44807f={};return _0x44807f[_0x986c23(_0x1d32a6._0x2595d1,_0x1d32a6._0x1c0f33,0x10a,0xdb)]=_0x37379c[_0x38a5bb(0x123,0x1d4,_0x1d32a6._0x2cea0b,0x78)],_0x44807f['message']=_0x37379c[_0x986c23(_0x1d32a6._0x7defa8,_0x1d32a6._0x5db0c1,0x1f0,0x186)],_0xf8f16e[_0x986c23(0x11e,_0x1d32a6._0x38aac1,0x116,0x173)](0x150c+0x10b8+0xc11*-0x3)[_0x38a5bb(-_0x1d32a6._0x31f9e6,-_0x1d32a6._0x1ccc00,-0x92,-0x82)](_0x44807f);}if(!_0x380127[_0x38a5bb(0x66,_0x1d32a6._0x4dd6da,_0x1d32a6._0x8440b8,-_0x1d32a6._0x4c1c9e)+'t']){const _0x5211ca={};_0x5211ca[_0x986c23(_0x1d32a6._0x4b8a86,_0x1d32a6._0x4ef82f,0xfd,_0x1d32a6._0x35c1c5)]=_0x47c611,logger[_0x986c23(0x1de,_0x1d32a6._0x3455c2,_0x1d32a6._0x31dcfb,_0x1d32a6._0x315267)]('Task\x20has\x20n'+_0x38a5bb(0xf3,_0x1d32a6._0xa28f8a,0x10a,0xae)+_0x986c23(_0x1d32a6._0xe7c71c,_0x1d32a6._0xf2d759,0x219,_0x1d32a6._0x12ff21),_0x5211ca);const _0x5c5ece={};return _0x5c5ece[_0x986c23(_0x1d32a6._0x1a10be,0xff,0x175,_0x1d32a6._0x474fa8)]='Bad\x20Reques'+'t',_0x5c5ece[_0x38a5bb(_0x1d32a6._0x171afc,_0x1d32a6._0x2867cc,_0x1d32a6._0x47dcae,_0x1d32a6._0x54b68d)]=_0x38a5bb(_0x1d32a6._0x20a18f,0x4d,_0x1d32a6._0x392d7b,0x9f)+'o\x20associat'+_0x38a5bb(_0x1d32a6._0x42395f,0x79,_0x1d32a6._0x5124ab,0xa)+_0x986c23(_0x1d32a6._0x55fa40,_0x1d32a6._0x50b9b5,_0x1d32a6._0x528c23,0x13d),_0xf8f16e['status'](0x144e+0x5c6*-0x1+-0xcf8)['json'](_0x5c5ece);}const _0x52b30f=_0x380127[_0x986c23(_0x1d32a6._0xfbb048,0x54,_0x1d32a6._0xb8b9d5,_0x1d32a6._0x360b25)]?.[_0x986c23(0x246,0x13c,0x15c,0x1e4)],_0x3612fb=await _0x37379c[_0x986c23(0x11b,_0x1d32a6._0x4b8a86,_0x1d32a6._0x28f959,_0x1d32a6._0x4b7746)](findUserById,_0x52b30f);if(!_0x3612fb){const _0x3c6261={};_0x3c6261[_0x38a5bb(_0x1d32a6._0x3d4922,-_0x1d32a6._0x5badb8,0xcc,-0x42)]=_0x47c611,_0x3c6261[_0x986c23(0x1aa,_0x1d32a6._0x134371,0x1c7,0x1e4)]=_0x52b30f,logger[_0x986c23(_0x1d32a6._0xb44b8f,0x294,_0x1d32a6._0x480471,0x235)](_0x37379c[_0x38a5bb(0x12,0x61,-_0x1d32a6._0x2a6a92,-0x57)],_0x3c6261);const _0x3c1ba0={};return _0x3c1ba0[_0x38a5bb(-0x4e,-_0x1d32a6._0x338183,-0x53,-_0x1d32a6._0x1bb149)]=_0x37379c[_0x38a5bb(0x123,0x1d7,_0x1d32a6._0x40f7a8,_0x1d32a6._0x11f155)],_0x3c1ba0[_0x38a5bb(0x114,0x181,_0x1d32a6._0x25467a,0xea)]=_0x37379c[_0x986c23(0x215,0x1dc,0x296,0x232)],_0xf8f16e[_0x986c23(_0x1d32a6._0x2512b2,0x1f8,0x128,0x173)](-0x57e+-0x4be+0x9f*0x13)[_0x986c23(0x156,_0x1d32a6._0x3c46c5,0xfc,0x113)](_0x3c1ba0);}_0x419a29[_0x38a5bb(-0x55,-0xe5,_0x1d32a6._0x322605,-_0x1d32a6._0x56590b)+'k']=_0x380127,_0x419a29[_0x986c23(_0x1d32a6._0x299849,0x2c6,_0x1d32a6._0x37f19d,0x214)]=_0x3612fb,_0x419a29[_0x38a5bb(_0x1d32a6._0x819f63,_0x1d32a6._0x40200a,0xb4,_0x1d32a6._0x2fd8d7)+_0x986c23(_0x1d32a6._0x4cb36f,_0x1d32a6._0x45f77a,0x1c6,0x1b9)]=_0x380127['environmen'+'t'];if(!coderConfig?.[_0x986c23(0x231,_0x1d32a6._0xe7d208,0x22c,_0x1d32a6._0x4b6896)+'ts']?.[_0x380127['environmen'+'t']]){const _0x3630d5={};_0x3630d5[_0x38a5bb(0x25,0x73,_0x1d32a6._0x26ce18,0x28)]=_0x47c611,_0x3630d5['environmen'+'t']=_0x380127[_0x38a5bb(0x66,-0x24,0x50,_0x1d32a6._0x391440)+'t'],logger[_0x986c23(_0x1d32a6._0x4168b7,_0x1d32a6._0x465de8,_0x1d32a6._0x3c9daa,0x235)](_0x37379c['Lytes'],_0x3630d5);const _0x2c0cc5={};return _0x2c0cc5[_0x986c23(0xcb,0xc1,_0x1d32a6._0x1e1018,_0x1d32a6._0x474fa8)]=_0x986c23(_0x1d32a6._0x125a2e,_0x1d32a6._0x54d91f,_0x1d32a6._0x3e40f7,0x119),_0x2c0cc5[_0x38a5bb(_0x1d32a6._0x22a1c7,_0x1d32a6._0x1f7827,0xba,0x16a)]=_0x37379c[_0x986c23(0x93,_0x1d32a6._0x122a8b,0x1f5,0x14b)],_0xf8f16e[_0x38a5bb(_0x1d32a6._0x4e3aa2,0xe9,-0x8,_0x1d32a6._0x360b25)](-0x8c7+-0x1*0x60d+-0x2bc*-0x6)[_0x38a5bb(-_0x1d32a6._0x409f9e,_0x1d32a6._0x2a6a92,_0x1d32a6._0x233957,-_0x1d32a6._0x323e89)](_0x2c0cc5);}_0x419a29[_0x38a5bb(0x66,_0x1d32a6._0x1db04e,-_0x1d32a6._0x558ec5,_0x1d32a6._0x3e19ff)+_0x986c23(_0x1d32a6._0x3c5ffe,0x1b1,_0x1d32a6._0x4a9c5f,0x22c)]=coderConfig['environmen'+'ts'][_0x380127[_0x986c23(_0x1d32a6._0x58f59f,0x14e,0x18b,_0x1d32a6._0x4b6896)+'t']],_0x419a29[_0x38a5bb(_0x1d32a6._0xc307da,-_0x1d32a6._0x45fcec,0x25,_0x1d32a6._0x2bb5d9)+_0x38a5bb(-0x3b,-0x79,0x67,_0x1d32a6._0x17a904)]=_0x4d592e['join'](setupPath,_0x37379c[_0x986c23(0x25b,_0x1d32a6._0x37a9e1,0x2ea,_0x1d32a6._0xb80816)],_0x380127['environmen'+'t']);function _0x38a5bb(_0x33b3a0,_0x12b1ee,_0x5c7dd3,_0x31b60f){return _0x578b(_0x33b3a0- -0x139,_0x5c7dd3);}_0x37379c[_0x38a5bb(-0x1,_0x1d32a6._0x4f26bb,0x14,-_0x1d32a6._0x39844b)](_0x292768);}async function requireInstructionsPermission(_0x20fbb5,_0x5bbc75,_0x448530){const _0x492fde={_0x1e0e8a:0x4b1,_0x34a8b4:0x4fe,_0x9908d3:0x4e8,_0x53a25a:0x4dc,_0x38898e:0x580,_0x477400:0x63d,_0x7fcba3:0x4e4,_0x1b07ee:0x4a8,_0x362695:0x404,_0x57cda2:0x4b8,_0xef6a85:0x4b2,_0xbbe82a:0x412,_0x50b50b:0x4b3,_0x1802a3:0x4c2,_0x46b85e:0x3d4,_0x25cfa7:0x431,_0x109558:0x464,_0x581b2c:0x3c3,_0x25e06e:0x50c,_0x118f1a:0x483,_0x3a7729:0x574,_0x15a597:0x3a3,_0x38fc70:0x33c,_0x5074d2:0x3cb,_0x10d3be:0x368,_0x57b48c:0x2ef,_0x5b47bc:0x322,_0x38c81d:0x31e,_0x25eb67:0x337,_0x2b4ef3:0x46f,_0xbb9bd5:0x511,_0x1839ec:0x433,_0xabce53:0x3a8,_0x548f86:0x3b7,_0x27f372:0x408,_0x30df30:0x434,_0x4fc1b6:0x572,_0x557f1a:0x529,_0xf7f0db:0x3df,_0xa417ae:0x480,_0xeec92e:0x479,_0x5d6bbb:0x448,_0x483bc7:0x5fb,_0x2279d4:0x5ef,_0x456024:0x4d5,_0xb00639:0x4ff,_0x1559ed:0x5cb,_0x166a2e:0x57c,_0x549fa9:0x594,_0x2aede6:0x3bb,_0x486a85:0x591,_0x32491f:0x536,_0x1fd4a5:0x4d8,_0x5726fa:0x4ae,_0x3cf898:0x529,_0x975892:0x35a,_0x3bfa53:0x480,_0x45963a:0x37d,_0x161b27:0x49e,_0x511f7c:0x4ca,_0x5eb205:0x584,_0x4a848b:0x49e,_0xec3986:0x379,_0x43904a:0x3fd,_0x20d6a4:0x309,_0x43e823:0x41e,_0x4f87e5:0x512,_0x328ec2:0x3a1,_0x2dc867:0x452,_0x57f6e8:0x535,_0xf8b9d0:0x3a7,_0x143cee:0x3d6,_0x5a8c38:0x39e,_0x5643d4:0x3f1,_0x236b85:0x3f2,_0x2c3acc:0x59f,_0x5ea58a:0x4d2,_0x5c21a7:0x4ba,_0x51be57:0x4ca,_0xc4359d:0x5f7,_0xab2f88:0x5b2,_0x1db21b:0x4f6,_0x380a59:0x52f,_0x3280f7:0x4cf,_0xb49dca:0x458,_0x322841:0x50b,_0x219b68:0x527,_0x20a9a0:0x48d,_0x4bd85f:0x4f0,_0x4a0247:0x45c,_0xb3f86b:0x3c3,_0x58b079:0x481,_0x1c8895:0x4d9};function _0x22a636(_0x216319,_0x3a5e49,_0x2f3a5c,_0x5d41a2){return _0x578b(_0x3a5e49-0x240,_0x5d41a2);}const _0x3698fb={'ALkfm':_0x15cbad(0x414,_0x492fde._0x1e0e8a,_0x492fde._0x34a8b4,_0x492fde._0x9908d3)+_0x15cbad(_0x492fde._0x53a25a,_0x492fde._0x38898e,_0x492fde._0x477400,0x4df)+'S.md','TtcRV':_0x15cbad(0x427,0x4a0,_0x492fde._0x7fcba3,_0x492fde._0x1b07ee)+'erver\x20Erro'+'r','xbTMR':_0x15cbad(_0x492fde._0x362695,0x4b1,_0x492fde._0x57cda2,_0x492fde._0xef6a85)+_0x15cbad(_0x492fde._0xbbe82a,_0x492fde._0x50b50b,0x47c,_0x492fde._0x1802a3)+_0x22a636(_0x492fde._0x46b85e,_0x492fde._0x25cfa7,_0x492fde._0x109558,_0x492fde._0x581b2c)+'le','brKDi':function(_0x2cef8d,_0x88e09d,_0xaf2455,_0x11ed67){return _0x2cef8d(_0x88e09d,_0xaf2455,_0x11ed67);},'KgtuW':_0x15cbad(0x4d2,_0x492fde._0x25e06e,_0x492fde._0x118f1a,_0x492fde._0x3a7729)+'ts:instruc'+'tions','laarz':_0x22a636(0x384,0x3d4,_0x492fde._0x15a597,_0x492fde._0x38fc70),'xmwgh':_0x22a636(0x352,_0x492fde._0x5074d2,_0x492fde._0x10d3be,0x351)+_0x22a636(_0x492fde._0x57b48c,_0x492fde._0x5b47bc,_0x492fde._0x38c81d,_0x492fde._0x25eb67)+_0x22a636(0x363,0x3da,0x39a,0x431)+_0x22a636(0x4bc,_0x492fde._0x2b4ef3,0x48a,0x4da)+_0x22a636(0x52f,0x49d,_0x492fde._0xbb9bd5,_0x492fde._0x1839ec),'xiWRt':'User\x20does\x20'+_0x22a636(_0x492fde._0xabce53,0x43a,0x4e9,0x44d)+_0x22a636(_0x492fde._0x548f86,_0x492fde._0x27f372,_0x492fde._0x30df30,0x3e1)+_0x15cbad(0x5a8,0x551,_0x492fde._0x4fc1b6,_0x492fde._0x557f1a)+_0x22a636(0x456,_0x492fde._0xf7f0db,_0x492fde._0xa417ae,0x495)+_0x22a636(0x46d,_0x492fde._0xeec92e,_0x492fde._0x5d6bbb,0x482)+_0x15cbad(_0x492fde._0x483bc7,0x559,_0x492fde._0x2279d4,_0x492fde._0x456024),'XulZp':function(_0x485b89){return _0x485b89();}};function _0x15cbad(_0x3b7386,_0x27691e,_0x2dec42,_0x4dbec1){return _0x578b(_0x27691e-0x36d,_0x2dec42);}if(!await _0x3698fb[_0x15cbad(_0x492fde._0xb00639,0x505,0x50f,0x598)](hasPermission,_0x20fbb5['taskUser']['id'],_0x3698fb[_0x15cbad(_0x492fde._0x1559ed,_0x492fde._0x166a2e,_0x492fde._0x549fa9,0x60a)],_0x20fbb5[_0x22a636(0x3b2,0x3df,_0x492fde._0x2aede6,0x33d)+_0x15cbad(_0x492fde._0x486a85,_0x492fde._0x32491f,0x47f,_0x492fde._0x1fd4a5)])){if(_0x15cbad(_0x492fde._0x5726fa,0x501,0x4a4,0x472)!==_0x3698fb[_0x15cbad(0x585,0x583,_0x492fde._0x3cf898,0x62b)]){const _0x22bbd4={};_0x22bbd4[_0x22a636(_0x492fde._0x975892,0x39e,0x307,0x40b)]=_0x5bfd4b[_0x15cbad(0x42c,0x4cb,0x4e4,0x467)],_0x22bbd4[_0x22a636(0x3e0,_0x492fde._0xf7f0db,_0x492fde._0x3bfa53,_0x492fde._0x45963a)+'t']=_0x39e62c,_0x22bbd4[_0x15cbad(0x4ff,0x458,0x4e6,_0x492fde._0x161b27)]=_0x2ded31[_0x22a636(0x4e8,0x48d,0x517,0x3f1)],_0x4f6ac9['error'](_0x3698fb[_0x15cbad(_0x492fde._0x511f7c,0x4cd,_0x492fde._0x5eb205,_0x492fde._0x4a848b)],_0x22bbd4);const _0x2d25b8={};_0x2d25b8['error']=_0x3698fb[_0x22a636(0x2d0,_0x492fde._0xec3986,_0x492fde._0x43904a,_0x492fde._0x20d6a4)],_0x2d25b8[_0x15cbad(0x5d2,0x5ba,0x637,0x5f5)]=_0x3698fb[_0x15cbad(_0x492fde._0x43e823,0x46d,_0x492fde._0x4f87e5,0x3e4)],_0x49fa98[_0x22a636(0x414,_0x492fde._0x581b2c,_0x492fde._0x328ec2,_0x492fde._0x2dc867)](-0x2df+0x8df+-0x40c)[_0x15cbad(_0x492fde._0x57f6e8,0x490,_0x492fde._0xeec92e,0x455)](_0x2d25b8);}else{const _0x55a17b={};_0x55a17b['taskId']=_0x20fbb5[_0x15cbad(_0x492fde._0xf8b9d0,0x451,_0x492fde._0x143cee,0x4f2)+'k'][_0x22a636(0x397,_0x492fde._0x5a8c38,_0x492fde._0x5643d4,_0x492fde._0x236b85)],_0x55a17b['userId']=_0x20fbb5[_0x15cbad(_0x492fde._0x2c3acc,0x591,0x5f8,0x501)]['id'],_0x55a17b[_0x22a636(_0x492fde._0x5ea58a,0x442,_0x492fde._0x5c21a7,0x46e)]=_0x20fbb5[_0x15cbad(0x600,_0x492fde._0x486a85,0x5d4,0x56e)][_0x22a636(_0x492fde._0x51be57,0x442,0x4ca,0x3a0)],logger[_0x15cbad(_0x492fde._0xc4359d,_0x492fde._0xab2f88,_0x492fde._0x1db21b,0x58e)](_0x3698fb[_0x15cbad(_0x492fde._0xbb9bd5,0x4ea,_0x492fde._0x380a59,0x45c)],_0x55a17b);const _0x3831b7={};return _0x3831b7[_0x15cbad(_0x492fde._0x3280f7,_0x492fde._0xb49dca,_0x492fde._0x322841,0x44b)]='Forbidden',_0x3831b7[_0x22a636(_0x492fde._0x219b68,_0x492fde._0x20a9a0,0x53e,0x3e0)]=_0x3698fb['xiWRt'],_0x5bbc75[_0x15cbad(0x505,_0x492fde._0x4bd85f,_0x492fde._0x4a0247,0x55a)](0x1d*-0x20+0xb5a*-0x1+-0x1*-0x108d)[_0x22a636(0x368,0x363,_0x492fde._0xb3f86b,0x2c6)](_0x3831b7);}}_0x3698fb[_0x15cbad(_0x492fde._0x58b079,0x4a2,0x445,_0x492fde._0x1c8895)](_0x448530);}function _0x578b(_0x3cbd4b,_0x4348dc){_0x3cbd4b=_0x3cbd4b-(0x630+-0xe1b*0x1+-0xa*-0xe1);const _0x381f92=_0x18d4();let _0x41d54d=_0x381f92[_0x3cbd4b];if(_0x578b['EHMHEL']===undefined){var _0x2d60c8=function(_0x5414a3){const _0x3d6e5d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x54db6f='',_0x4e8f3a='';for(let _0x57d3e1=-0xf20*-0x2+0x1841+-0x3681,_0x462430,_0x143bad,_0x43f8ed=-0xef7+0x6e0+0x6d*0x13;_0x143bad=_0x5414a3['charAt'](_0x43f8ed++);~_0x143bad&&(_0x462430=_0x57d3e1%(0xd8b*0x1+-0x46*0x11+-0x8e1)?_0x462430*(-0xea2+-0x2384*0x1+0x3266)+_0x143bad:_0x143bad,_0x57d3e1++%(-0x8e5+0x1fd+0x4*0x1bb))?_0x54db6f+=String['fromCharCode'](-0x2283+0xf04+-0x147e*-0x1&_0x462430>>(-(0xd97*-0x2+-0x240f+0x9*0x707)*_0x57d3e1&-0x599+-0x297+0x836)):-0x128*-0xd+0x6*0x466+-0x296c){_0x143bad=_0x3d6e5d['indexOf'](_0x143bad);}for(let _0x4d9f57=-0x24c6+-0xcb*-0x23+0x905,_0x57fae6=_0x54db6f['length'];_0x4d9f57<_0x57fae6;_0x4d9f57++){_0x4e8f3a+='%'+('00'+_0x54db6f['charCodeAt'](_0x4d9f57)['toString'](0x6*-0x304+0x35*0x39+0x65b))['slice'](-(-0x1*-0x5db+-0x1cb2+0x16d9));}return decodeURIComponent(_0x4e8f3a);};_0x578b['loCtHW']=_0x2d60c8,_0x578b['MEGicJ']={},_0x578b['EHMHEL']=!![];}const _0x3f70f5=_0x381f92[0x1620+-0xa2e+-0xb*0x116],_0x93bccc=_0x3cbd4b+_0x3f70f5,_0x58bcf2=_0x578b['MEGicJ'][_0x93bccc];return!_0x58bcf2?(_0x41d54d=_0x578b['loCtHW'](_0x41d54d),_0x578b['MEGicJ'][_0x93bccc]=_0x41d54d):_0x41d54d=_0x58bcf2,_0x41d54d;}async function requireTemplatesPermission(_0x83462a,_0x3ad3e9,_0x3b3c5c){const _0x19e28d={_0x205539:0xcb,_0x2fc216:0xd1,_0x1875ee:0x6f,_0x33e858:0x2b9,_0x343a76:0x331,_0x589212:0x2cf,_0x39db08:0x45f,_0x2c79ca:0x45d,_0x3b269d:0x1f2,_0x495df3:0x133,_0x2f6177:0xca,_0x3fcaca:0xac,_0x320906:0x52,_0x193f8a:0xdc,_0x21802c:0x54a,_0x4c6cf8:0x497,_0x24f00b:0x409,_0x349cc9:0x44a,_0x2edbba:0x449,_0x421402:0x3e4,_0x39fc69:0x3d7,_0x34bbf4:0xa7,_0x1e2c89:0x63,_0x1bf584:0x10,_0x57bb6f:0x13,_0x3970e6:0x351,_0x16c6ee:0x2bc,_0x430df0:0x14f,_0xd92c1b:0xc3,_0x30a377:0x29,_0xb74074:0x57,_0x10eff0:0xe,_0x5763b4:0x1a,_0x35c63d:0x82,_0xaa1a79:0x110,_0xa50fc6:0xd2,_0x10e56f:0x3d2,_0x595919:0xd4,_0x328e01:0x179,_0x408869:0xc0,_0x4054f0:0x183,_0x3a4c03:0x14e,_0x3c5d35:0x73,_0x39a24b:0x16d,_0x3268eb:0xaf,_0x425d00:0xe,_0x1a645b:0x4,_0x5db72b:0x69,_0x28ec3a:0x30,_0x151839:0xd5,_0x11c2c6:0xb3,_0x4e0832:0x350,_0x373a69:0x33a,_0x5106ea:0x300,_0x4c8c62:0x485,_0x5ed810:0x44e,_0x4cc6c3:0x3,_0x172d04:0x1b,_0xff520:0xde,_0x5e5b35:0x106,_0x5988d3:0xd5,_0x2423a8:0xaf,_0x212274:0x47,_0x4f85e9:0x10f,_0x32ac4e:0x11f,_0x1fd9cc:0x153,_0xb1cffc:0x1d2},_0x50b289={_0x42a88f:0x24f},_0x132a55={'UvMjX':function(_0x9303f0,_0x4f4120,_0xa33037,_0x5a0a75){return _0x9303f0(_0x4f4120,_0xa33037,_0x5a0a75);},'uKRBz':_0x81e020(-_0x19e28d._0x205539,-0xbf,-0x93,-_0x19e28d._0x2fc216)+_0x81e020(-_0x19e28d._0x1875ee,-0x15d,-0x120,-0x174)+'es','DwqvA':_0x50dce9(0x449,0x3da,0x417,0x382)+_0x50dce9(_0x19e28d._0x33e858,_0x19e28d._0x343a76,0x3e8,_0x19e28d._0x589212)+_0x50dce9(_0x19e28d._0x39db08,0x438,_0x19e28d._0x2c79ca,0x44a)+_0x81e020(-_0x19e28d._0x3b269d,-0x118,-_0x19e28d._0x495df3,-_0x19e28d._0x2f6177)+_0x81e020(-_0x19e28d._0x3fcaca,-_0x19e28d._0x320906,-0xa1,-_0x19e28d._0x193f8a),'BWSBj':_0x50dce9(_0x19e28d._0x21802c,_0x19e28d._0x4c6cf8,_0x19e28d._0x24f00b,0x3db)+_0x50dce9(_0x19e28d._0x349cc9,_0x19e28d._0x2edbba,_0x19e28d._0x421402,_0x19e28d._0x39fc69)+'ermission\x20'+_0x81e020(-_0x19e28d._0x34bbf4,_0x19e28d._0x1e2c89,-0x4e,-_0x19e28d._0x1bf584)+_0x81e020(-0x1b,0x1,-0x93,_0x19e28d._0x57bb6f)+_0x50dce9(0x3e4,_0x19e28d._0x3970e6,0x31f,_0x19e28d._0x16c6ee)+'s','RHGFu':function(_0x4a1b8a){return _0x4a1b8a();}};function _0x81e020(_0x1e94d4,_0x3485f8,_0x4c81fb,_0x314dee){return _0x578b(_0x4c81fb- -0x232,_0x1e94d4);}function _0x50dce9(_0x1817a7,_0x56a2ff,_0x77c532,_0x1ec9dc){return _0x578b(_0x56a2ff-_0x50b289._0x42a88f,_0x1817a7);}if(!await _0x132a55[_0x81e020(-_0x19e28d._0x430df0,-0x18c,-0x13f,-_0x19e28d._0xd92c1b)](hasPermission,_0x83462a[_0x81e020(_0x19e28d._0x30a377,-_0x19e28d._0xb74074,-_0x19e28d._0x10eff0,-_0x19e28d._0x5763b4)]['id'],_0x132a55[_0x81e020(-_0x19e28d._0x35c63d,-0x102,-_0x19e28d._0xaa1a79,-0x91)],_0x83462a[_0x81e020(-0xfc,-0xe8,-0x93,-_0x19e28d._0xa50fc6)+_0x50dce9(0x408,0x418,0x3cd,_0x19e28d._0x10e56f)])){const _0x14b651={};_0x14b651[_0x81e020(-0x15c,-0x10e,-_0x19e28d._0x595919,-_0x19e28d._0x328e01)]=_0x83462a[_0x81e020(-_0x19e28d._0x408869,-_0x19e28d._0x4054f0,-_0x19e28d._0x3a4c03,-0x132)+'k'][_0x81e020(-_0x19e28d._0x3c5d35,-0x4b,-0xd4,-_0x19e28d._0x39a24b)],_0x14b651['userId']=_0x83462a['taskUser']['id'],_0x14b651['username']=_0x83462a[_0x81e020(-_0x19e28d._0x3268eb,-0x5e,-_0x19e28d._0x425d00,_0x19e28d._0x1a645b)][_0x81e020(-0xac,_0x19e28d._0x5db72b,-_0x19e28d._0x28ec3a,-_0x19e28d._0x151839)],logger['warn'](_0x132a55[_0x81e020(-_0x19e28d._0x11c2c6,-0xb2,-0x37,-_0x19e28d._0x193f8a)],_0x14b651);const _0x2ffc67={};return _0x2ffc67[_0x50dce9(_0x19e28d._0x4e0832,_0x19e28d._0x373a69,_0x19e28d._0x5106ea,0x318)]=_0x50dce9(0x4b3,_0x19e28d._0x4c8c62,0x52e,_0x19e28d._0x5ed810),_0x2ffc67[_0x81e020(_0x19e28d._0x4cc6c3,0x1c,_0x19e28d._0x172d04,0xc4)]=_0x132a55[_0x81e020(-_0x19e28d._0x35c63d,-_0x19e28d._0xff520,-_0x19e28d._0x5e5b35,-_0x19e28d._0x5988d3)],_0x3ad3e9[_0x81e020(-0xa8,-0x116,-_0x19e28d._0x2423a8,-_0x19e28d._0x212274)](-0x1acb+-0x1962+0x28*0x158)[_0x81e020(-0x71,-0xc8,-_0x19e28d._0x4f85e9,-0x53)](_0x2ffc67);}_0x132a55[_0x81e020(-0x1d7,-_0x19e28d._0x32ac4e,-_0x19e28d._0x1fd9cc,-_0x19e28d._0xb1cffc)](_0x3b3c5c);}router['get'](_0x266eb7(-0xb2,0x7f,0x3,0x32)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x49e652,_0x28ec57)=>{const _0x14ba39={_0x1b87c4:0x4d1,_0x775ddc:0x3ea,_0x36dabd:0x36e,_0xb7c0d0:0x399,_0x260f43:0x316,_0x187348:0x2fd,_0x2b1348:0x3c2,_0x3ac259:0x539,_0xf08fd:0x436,_0xeba15d:0x470,_0x31657b:0x437,_0x1f0e4c:0x27f,_0x1bbc3a:0x3e7,_0x1c32ba:0x32b,_0x421a49:0x378,_0x875f1f:0x37c,_0xe44eb0:0x397,_0x1a4565:0x3f6,_0x3a34e8:0x455,_0x2a03f7:0x477,_0x80ca0e:0x431,_0x2f9e6d:0x4a6,_0x429e74:0x2d7,_0x5e7f72:0x3db,_0x2dbdee:0x397,_0x49f80b:0x310,_0x1fceb7:0x3f7,_0x2679fa:0x4a8,_0x4f2b29:0x3b4,_0xb34cdb:0x2d0,_0x37eea8:0x3b1,_0x30e6b7:0x25b,_0xf2709a:0x43f,_0x532e7c:0x308,_0x216e36:0x2b1,_0x588780:0x32c,_0x368bdd:0x377,_0x557293:0x403,_0x5d2cf7:0x3c5,_0x5ed7bf:0x387,_0x49ed17:0x31b,_0x12b46a:0x3ee,_0x4b011c:0x3f0,_0x134c1e:0x47e,_0x3030a7:0x43d,_0x2597ce:0x3d2,_0xaec6ab:0x46f,_0x23097d:0x400,_0x2a9e58:0x3e8,_0x31b76a:0x38b,_0x2c0e9f:0x311,_0x4639ce:0x348,_0x4ea2d4:0x36e,_0x5b8099:0x3a3,_0x11d61a:0x38d,_0x51bef3:0x36d,_0xa24000:0x31d,_0x5075a7:0x42d,_0x56dec8:0x4a1,_0x15b876:0x3ea,_0x10e12f:0x48c,_0x5cc01d:0x480,_0x41bcfa:0x473,_0x4601ac:0x36d,_0x3ddb61:0x3c4,_0x309f10:0x3d5,_0x4c7148:0x497,_0x18fdb8:0x413,_0x3e620f:0x3bc,_0x2647f2:0x350,_0x4fb61e:0x326,_0x911072:0x3c1,_0x5acb60:0x4fd,_0x480527:0x317,_0x2d95fb:0x417,_0x329d4e:0x313,_0x6709d2:0x3cf,_0x48f47a:0x37a,_0x310c62:0x23a,_0x271404:0x2f1,_0x41426c:0x296,_0x5e5e6b:0x3da,_0x9b35c4:0x3bd,_0x17a4fd:0x3da,_0x137875:0x281,_0x7d3547:0x351,_0x3aac65:0x398,_0x541e2b:0x294,_0x12d240:0x21e,_0x470bdb:0x2d5,_0x7fc6b7:0x2b9,_0x215a60:0x357,_0x27a21e:0x277,_0x2a7115:0x365,_0x30784f:0x446,_0x10fc53:0x4a0,_0x29cf3a:0x3aa,_0x12964a:0x495,_0x1146f7:0x4d7,_0x7c345a:0x3f8,_0x1a504d:0x48e,_0x1a8c2b:0x541,_0x13137e:0x469,_0xa59988:0x49e,_0x1fadc5:0x3f3,_0x290029:0x2ca},_0x4988a6={_0x525d6:0x1a4,_0x168244:0x3dc},_0x1298b3={_0x1e395b:0x157},_0x548816={};_0x548816[_0x72ada(_0x14ba39._0x1b87c4,0x38a,0x41e,_0x14ba39._0x775ddc)]='AGENTS.md',_0x548816[_0x72ada(0x329,0x403,_0x14ba39._0x36dabd,_0x14ba39._0xb7c0d0)]='utf-8',_0x548816[_0x43a026(_0x14ba39._0x260f43,0x412,0x360,_0x14ba39._0x187348)]=function(_0x2d5b0a,_0x22573d){return _0x2d5b0a!==_0x22573d;},_0x548816[_0x72ada(_0x14ba39._0x2b1348,_0x14ba39._0x3ac259,0x480,_0x14ba39._0xf08fd)]=_0x72ada(0x43b,0x3d9,_0x14ba39._0xeba15d,_0x14ba39._0x31657b),_0x548816[_0x43a026(_0x14ba39._0x1f0e4c,_0x14ba39._0x1bbc3a,_0x14ba39._0x1c32ba,_0x14ba39._0x421a49)]=_0x72ada(0x3b4,0x36e,_0x14ba39._0x875f1f,0x3d4),_0x548816[_0x43a026(_0x14ba39._0xe44eb0,0x47b,_0x14ba39._0x1a4565,0x440)]='Failed\x20to\x20'+_0x72ada(0x461,_0x14ba39._0x3a34e8,_0x14ba39._0x2a03f7,_0x14ba39._0x80ca0e)+'S.md',_0x548816[_0x72ada(0x3da,0x54d,0x495,_0x14ba39._0x2f9e6d)]=_0x72ada(_0x14ba39._0x429e74,_0x14ba39._0x5e7f72,_0x14ba39._0x2dbdee,_0x14ba39._0x49f80b)+'erver\x20Erro'+'r',_0x548816[_0x43a026(0x3b3,_0x14ba39._0x1fceb7,0x3f8,_0x14ba39._0x2679fa)]=_0x43a026(0x2bb,_0x14ba39._0x4f2b29,0x312,_0x14ba39._0xb34cdb)+_0x43a026(0x2b1,_0x14ba39._0x37eea8,0x314,_0x14ba39._0x30e6b7)+_0x43a026(_0x14ba39._0xf2709a,0x476,0x3bf,_0x14ba39._0x532e7c)+'le';const _0x1c5045=_0x548816;function _0x43a026(_0x53008d,_0x41c43f,_0x10b71e,_0x278175){return _0x266eb7(_0x53008d-_0x1298b3._0x1e395b,_0x41c43f,_0x10b71e-0x346,_0x278175-0x86);}const {callingTask:_0x6df21e,environmentName:_0x3a1742,environmentPath:_0x328ca2}=_0x49e652;function _0x72ada(_0x44732e,_0x8fd762,_0x381c2d,_0x46d7f1){return _0x266eb7(_0x44732e-_0x4988a6._0x525d6,_0x8fd762,_0x381c2d-_0x4988a6._0x168244,_0x46d7f1-0x122);}const _0x56c8b8={};_0x56c8b8[_0x43a026(_0x14ba39._0x216e36,0x2dc,_0x14ba39._0x588780,_0x14ba39._0x368bdd)]=_0x6df21e[_0x43a026(0x2ec,0x315,_0x14ba39._0x588780,0x299)],_0x56c8b8['environmen'+'t']=_0x3a1742,logger[_0x72ada(0x3e5,_0x14ba39._0x557293,_0x14ba39._0x5d2cf7,_0x14ba39._0x5ed7bf)](_0x43a026(_0x14ba39._0x49ed17,0x287,0x335,_0x14ba39._0x12b46a)+_0x72ada(_0x14ba39._0x4b011c,_0x14ba39._0x134c1e,_0x14ba39._0x3030a7,_0x14ba39._0x134c1e)+_0x72ada(_0x14ba39._0x2597ce,_0x14ba39._0xaec6ab,_0x14ba39._0x5e7f72,0x31b)+_0x72ada(0x470,_0x14ba39._0x23097d,_0x14ba39._0x2a9e58,0x343),_0x56c8b8);const _0x4a6e3c=_0x4d592e[_0x43a026(0x355,0x3c9,_0x14ba39._0x31b76a,0x3f9)](_0x328ca2,_0x1c5045['MJUxA']);try{const _0x4c3f04=await _0x482490[_0x72ada(0x4e0,0x4d2,0x4b6,0x3fc)](_0x4a6e3c,_0x1c5045[_0x72ada(_0x14ba39._0x2c0e9f,_0x14ba39._0x4639ce,_0x14ba39._0x4ea2d4,_0x14ba39._0x5b8099)]),_0x55ecd4={};_0x55ecd4['content']=_0x4c3f04,_0x55ecd4[_0x43a026(0x2c3,_0x14ba39._0x11d61a,_0x14ba39._0x51bef3,0x421)+'t']=_0x3a1742,_0x55ecd4[_0x43a026(0x3f5,0x3ce,0x41d,0x393)]=_0x1c5045['MJUxA'],_0x28ec57[_0x43a026(_0x14ba39._0x31b76a,0x397,0x2f1,_0x14ba39._0xa24000)](_0x55ecd4);}catch(_0x16ce87){if(_0x1c5045['HVQLl'](_0x1c5045[_0x43a026(_0x14ba39._0x5075a7,_0x14ba39._0x56dec8,_0x14ba39._0x15b876,0x41f)],_0x1c5045[_0x72ada(0x49b,_0x14ba39._0x10e12f,_0x14ba39._0x5cc01d,0x473)])){const _0x527cd8={};_0x527cd8[_0x72ada(_0x14ba39._0x41bcfa,0x3d9,0x3fd,0x371)]='',_0x527cd8[_0x43a026(0x364,0x328,_0x14ba39._0x4601ac,0x2ad)+'t']=_0x418bac,_0x527cd8[_0x72ada(0x4ea,0x440,0x4b3,0x49f)]=_0x1c5045[_0x72ada(0x3d0,0x3c8,0x41e,_0x14ba39._0x3ddb61)],_0x527cd8[_0x72ada(_0x14ba39._0x309f10,_0x14ba39._0x4c7148,_0x14ba39._0x18fdb8,0x442)]=![],_0x307935['json'](_0x527cd8);}else{if(_0x16ce87[_0x43a026(0x353,_0x14ba39._0x3e620f,_0x14ba39._0x2647f2,0x3c0)]===_0x1c5045[_0x72ada(0x387,_0x14ba39._0x4fb61e,_0x14ba39._0x911072,0x352)]){const _0x11a4b4={};_0x11a4b4['content']='',_0x11a4b4['environmen'+'t']=_0x3a1742,_0x11a4b4[_0x72ada(0x549,_0x14ba39._0x5acb60,0x4b3,0x45b)]=_0x1c5045[_0x43a026(_0x14ba39._0x480527,_0x14ba39._0x2d95fb,0x388,_0x14ba39._0x329d4e)],_0x11a4b4[_0x43a026(0x413,0x3b9,0x37d,_0x14ba39._0x6709d2)]=![],_0x28ec57[_0x43a026(_0x14ba39._0x48f47a,_0x14ba39._0x310c62,_0x14ba39._0x271404,_0x14ba39._0x41426c)](_0x11a4b4);}else{const _0x14c21a={};_0x14c21a[_0x43a026(0x33d,_0x14ba39._0x5e5e6b,0x32c,_0x14ba39._0x9b35c4)]=_0x6df21e[_0x43a026(_0x14ba39._0x17a4fd,_0x14ba39._0x137875,0x32c,_0x14ba39._0x7d3547)],_0x14c21a[_0x72ada(_0x14ba39._0x3aac65,0x38d,_0x14ba39._0x557293,0x391)+'t']=_0x3a1742,_0x14c21a[_0x43a026(0x31a,_0x14ba39._0x541e2b,0x2b9,0x254)]=_0x16ce87['message'],logger[_0x43a026(_0x14ba39._0x12d240,_0x14ba39._0x470bdb,_0x14ba39._0x7fc6b7,0x250)](_0x1c5045[_0x43a026(0x474,_0x14ba39._0x5d2cf7,0x3f6,_0x14ba39._0x215a60)],_0x14c21a);const _0x344450={};_0x344450[_0x43a026(0x277,_0x14ba39._0x27a21e,0x2b9,_0x14ba39._0x2a7115)]=_0x1c5045[_0x43a026(_0x14ba39._0x30784f,_0x14ba39._0x10fc53,0x3ff,0x484)],_0x344450[_0x43a026(_0x14ba39._0x29cf3a,_0x14ba39._0x12964a,0x41b,_0x14ba39._0x1146f7)]=_0x1c5045[_0x72ada(_0x14ba39._0x5acb60,_0x14ba39._0x7c345a,_0x14ba39._0x1a504d,_0x14ba39._0x1a8c2b)],_0x28ec57[_0x72ada(_0x14ba39._0x13137e,_0x14ba39._0xa59988,0x3e7,_0x14ba39._0x1fadc5)](0x3*0x32f+-0xc05+0x46c)[_0x72ada(0x2c8,_0x14ba39._0x290029,_0x14ba39._0x5ed7bf,0x318)](_0x344450);}}}}),router[_0x266eb7(-0x2d,0x2d,-0x6b,-0xd6)](_0x37c33e(-0xd7,-0xec,-0x10a,-0xee)+_0x266eb7(0xe4,0x9c,0xd2,0x32),requireTaskAuth,requireInstructionsPermission,async(_0x2c1aa8,_0x447786)=>{const _0x42d20d={_0x41e7e7:0x156,_0x1ad675:0x1d0,_0x12659f:0x164,_0x5c1cf6:0x289,_0x2c1029:0x298,_0x3c241e:0x1d9,_0x10748e:0xfb,_0x4144f4:0x193,_0x3c9557:0x132,_0xbbf2b2:0x1be,_0x2594d6:0x278,_0xf86075:0x279,_0x3e09ae:0x2b7,_0x3382eb:0x19e,_0x45c397:0x10a,_0x572d91:0x1c2,_0x3c4835:0x273,_0x5d3683:0x1eb,_0x3e71e9:0x268,_0x366f43:0x1cb,_0xf8c913:0x2e3,_0x343873:0x280,_0x1f3884:0x30e,_0x119248:0x206,_0x120cb8:0x364,_0x48ea2e:0x19f,_0x38a7d5:0x1de,_0x31d246:0x205,_0x207dc4:0x2d6,_0x40a870:0x16f,_0x445970:0x1fe,_0xdc49f5:0x223,_0x5b283f:0x16a,_0x631068:0x1fc,_0x1a2a48:0x294,_0x2bbe7e:0x263,_0xa22e36:0x2d5,_0xb8a95d:0x2ce,_0x27d6d6:0x28c,_0x3225b7:0x215,_0x4d8ba8:0x244,_0x236252:0x201,_0x57301b:0x258,_0x6a5b58:0x16d,_0x47f46b:0x1bd,_0x533103:0x119,_0x2d5234:0x17d,_0x5e9408:0x1d8,_0x25046d:0x225,_0x46dec1:0x264,_0x4cc782:0x190,_0x1ffbeb:0x22d,_0x39121f:0x13c,_0x461b28:0x182,_0x48531c:0x124,_0x15a1ef:0x1fa,_0x4b77fc:0x2ac,_0x133668:0x212,_0x1ef420:0x2f8,_0x3328ac:0x1f7,_0x598ab0:0x1fb,_0x397da8:0x26e,_0x249862:0x2a0,_0x4de014:0x23a,_0x19dd18:0x1aa,_0x16a1f7:0x20d,_0x2bff37:0x290,_0x264c1d:0x200,_0x28044d:0x280,_0x574246:0x25d,_0x2d2130:0x257,_0x4f7dfe:0x2b2,_0x1ab866:0x2de,_0x448999:0x2d4,_0x15b6a1:0x191,_0x396e0c:0x169,_0xd7466a:0x257,_0x53246c:0x296,_0xbf092e:0x251,_0x3ae057:0x2f6,_0x2904ad:0x1ad,_0x47756f:0x19a,_0x334edc:0x1cc,_0x24556a:0x275,_0x22ef1a:0x1d9,_0x239281:0x20d,_0x2a3529:0x138,_0x10b285:0x1ea,_0x5d744f:0x367,_0x4670f2:0x2d3,_0x580819:0x382,_0x376e15:0x310,_0x517993:0x20e,_0x3f767f:0x2c3,_0x3a7b0e:0x2e9,_0x17bd9e:0x2d1,_0xf0ee99:0x211,_0x3f2fdc:0x24d,_0x464fff:0xd8,_0x293f71:0x188,_0x5e9b65:0x1ba,_0x418d5b:0x11b,_0x3ff3f2:0x249,_0x227661:0xff,_0x407543:0x1ec,_0x18131b:0x2bc,_0x4c469f:0x26f,_0x139f1a:0x1b3,_0x3feaa9:0x1f1,_0x4ba8b8:0x1f8,_0x5e0219:0x2b2,_0x9e5bc0:0x28f,_0x242e9e:0x183,_0x399cbc:0x256,_0xeb8345:0x129,_0x577e17:0x1c4,_0x2eade7:0x10d,_0x579627:0x148,_0x279759:0x2ac,_0x31b5bb:0x2ee,_0x3271cf:0x1f5,_0x15aad3:0x2b5,_0x4e49da:0x140,_0x5778be:0x11f,_0x561505:0x239,_0x3559e9:0x12d,_0x2a8bfe:0x18f,_0x44389b:0x20f,_0x52a930:0xd7,_0x4e7033:0x224,_0x14935d:0x1db,_0x1e7f05:0x138,_0x455d6f:0x1be,_0x4db21e:0x1e6,_0x3cdb5a:0x24e,_0x423ff8:0x23c,_0x3d7680:0x1c6,_0x10805d:0x1da,_0x46faec:0x259,_0x2f6763:0x27f,_0x51e7a5:0x32a,_0x361690:0x211,_0x1e18e7:0x271,_0x44ac57:0x230,_0x2b3487:0x1b2,_0x352977:0x209,_0x4dc28d:0x252,_0x4da073:0x284,_0x4b5f1d:0x151,_0x2e8cea:0x1fc,_0x4e92b7:0x159,_0x48947b:0x22d},_0x2f51ad={_0x5b4c1f:0x179},_0x405402={_0x25a58d:0xb1},_0x2db1f7={};_0x2db1f7['JoSHg']=_0xcf39a4(_0x42d20d._0x41e7e7,0x1cd,0x15b,0x1e4)+_0xcf39a4(0x186,_0x42d20d._0x1ad675,0x26b,_0x42d20d._0x12659f)+'r',_0x2db1f7['CiWwG']=_0x329ac(-_0x42d20d._0x5c1cf6,-_0x42d20d._0x2c1029,-0x2f4,-0x1f7)+'t',_0x2db1f7[_0xcf39a4(_0x42d20d._0x3c241e,0x192,_0x42d20d._0x10748e,0x233)]=_0x329ac(-0x184,-0x16b,-_0x42d20d._0x4144f4,-_0x42d20d._0x3c9557)+_0xcf39a4(_0x42d20d._0xbbf2b2,_0x42d20d._0x2594d6,_0x42d20d._0xf86075,_0x42d20d._0x3e09ae)+_0x329ac(-_0x42d20d._0x3382eb,-_0x42d20d._0x45c397,-0x219,-0x132),_0x2db1f7[_0xcf39a4(0x1e7,_0x42d20d._0x572d91,_0x42d20d._0x3c4835,_0x42d20d._0x5d3683)]=_0xcf39a4(_0x42d20d._0x3e71e9,_0x42d20d._0x366f43,0x27d,0x148),_0x2db1f7[_0xcf39a4(_0x42d20d._0xf8c913,0x293,0x2bd,_0x42d20d._0x343873)]=function(_0x3e0084,_0x4a8c4e){return _0x3e0084!==_0x4a8c4e;},_0x2db1f7[_0xcf39a4(_0x42d20d._0x1f3884,0x26f,0x1e6,_0x42d20d._0x119248)]=_0xcf39a4(_0x42d20d._0x120cb8,0x2f0,0x2e9,0x28a),_0x2db1f7['NKZUJ']=_0xcf39a4(_0x42d20d._0x48ea2e,_0x42d20d._0x38a7d5,0x1b2,0x1ae)+_0xcf39a4(_0x42d20d._0x31d246,0x292,_0x42d20d._0x207dc4,0x315)+_0xcf39a4(_0x42d20d._0x40a870,0x1fc,_0x42d20d._0x445970,0x225)+_0xcf39a4(0x1f1,0x28a,_0x42d20d._0xdc49f5,0x320);const _0x1cd242=_0x2db1f7,{callingTask:_0xc021e1,taskUser:_0xec21fb,environmentName:_0x12315d,environmentPath:_0x520647}=_0x2c1aa8;function _0x329ac(_0x53b19a,_0x475d1a,_0x2fa951,_0x58ca4b){return _0x37c33e(_0x53b19a- -0x132,_0x475d1a-0x169,_0x2fa951,_0x58ca4b-_0x405402._0x25a58d);}const {content:_0x273edd}=_0x2c1aa8[_0x329ac(-_0x42d20d._0x5b283f,-0x1fe,-0xab,-_0x42d20d._0x631068)];function _0xcf39a4(_0xab7cbb,_0x2193da,_0x427887,_0x5236f9){return _0x266eb7(_0xab7cbb-0x4b,_0xab7cbb,_0x2193da-0x212,_0x5236f9-_0x2f51ad._0x5b4c1f);}if(_0x273edd===undefined){const _0x434125={};return _0x434125[_0x329ac(-0x299,-_0x42d20d._0x1a2a48,-0x1e5,-_0x42d20d._0x2bbe7e)]=_0x1cd242[_0x329ac(-0x1e0,-0x247,-0x1a4,-0x1d1)],_0x434125[_0xcf39a4(_0x42d20d._0xa22e36,0x2e7,_0x42d20d._0xb8a95d,0x309)]=_0x1cd242[_0x329ac(-_0x42d20d._0x27d6d6,-_0x42d20d._0x3225b7,-0x1fb,-_0x42d20d._0x4d8ba8)],_0x447786[_0x329ac(-_0x42d20d._0x236252,-_0x42d20d._0x57301b,-0x1e1,-0x185)](0x23be+0xb*0x27a+-0x3d6c)[_0xcf39a4(_0x42d20d._0x6a5b58,_0x42d20d._0x47f46b,_0x42d20d._0x533103,0x212)](_0x434125);}const _0x5ad762={};_0x5ad762['taskId']=_0xc021e1[_0x329ac(-0x226,-_0x42d20d._0x2d5234,-_0x42d20d._0x5e9408,-0x2bd)],_0x5ad762[_0xcf39a4(_0x42d20d._0x25046d,0x239,0x199,_0x42d20d._0x46dec1)+'t']=_0x12315d,_0x5ad762[_0x329ac(-_0x42d20d._0x4cc782,-_0x42d20d._0x1ffbeb,-_0x42d20d._0x39121f,-0xf5)]=_0xec21fb['id'],_0x5ad762['username']=_0xec21fb[_0x329ac(-_0x42d20d._0x461b28,-_0x42d20d._0x48531c,-0x1d7,-0xd7)],_0x5ad762[_0xcf39a4(0x318,0x2b3,_0x42d20d._0x15a1ef,_0x42d20d._0x4b77fc)+_0x329ac(-0x244,-_0x42d20d._0x133668,-0x22c,-_0x42d20d._0x1ef420)]=_0x273edd['length'],logger[_0xcf39a4(_0x42d20d._0x3328ac,_0x42d20d._0x598ab0,_0x42d20d._0x397da8,_0x42d20d._0x249862)](_0x329ac(-_0x42d20d._0x4de014,-0x1bd,-_0x42d20d._0xf8c913,-_0x42d20d._0x19dd18)+'ing\x20enviro'+_0x329ac(-_0x42d20d._0x16a1f7,-0x161,-0x17c,-_0x42d20d._0x2bff37)+_0x329ac(-_0x42d20d._0x264c1d,-_0x42d20d._0x28044d,-0x1d4,-_0x42d20d._0x5d3683),_0x5ad762);const _0x56c059=_0x4d592e[_0xcf39a4(_0x42d20d._0x574246,_0x42d20d._0x2d2130,_0x42d20d._0x4f7dfe,0x2d4)](_0x520647,_0x1cd242['mSQsu']),_0x554cfb=new Date()[_0xcf39a4(0x2f0,_0x42d20d._0x1ab866,_0x42d20d._0x448999,_0x42d20d._0x397da8)+'g']();try{const _0x53374c={};_0x53374c[_0x329ac(-_0x42d20d._0x15b6a1,-_0x42d20d._0x396e0c,-_0x42d20d._0x4d8ba8,-0x1b5)]=!![],await _0x482490[_0xcf39a4(_0x42d20d._0xd7466a,_0x42d20d._0x53246c,_0x42d20d._0xbf092e,_0x42d20d._0x3ae057)](_0x520647,_0x53374c),await _0x482490[_0xcf39a4(_0x42d20d._0x2904ad,0x258,0x27a,_0x42d20d._0x47756f)](_0x56c059,_0x273edd,_0x329ac(-_0x42d20d._0x334edc,-0x196,-0x1d4,-_0x42d20d._0x24556a));const _0x1c3f2c={};_0x1c3f2c['taskId']=_0xc021e1[_0xcf39a4(0x1f0,0x1f8,_0x42d20d._0x22ef1a,0x22f)],_0x1c3f2c['environmen'+'t']=_0x12315d,_0x1c3f2c['userId']=_0xec21fb['id'],logger[_0x329ac(-_0x42d20d._0xdc49f5,-_0x42d20d._0x239281,-0x197,-0x227)](_0x329ac(-_0x42d20d._0x2a3529,-0x12c,-_0x42d20d._0x10b285,-0x80)+_0xcf39a4(_0x42d20d._0x5d744f,_0x42d20d._0x4670f2,_0x42d20d._0x580819,_0x42d20d._0x376e15)+_0xcf39a4(0x231,0x2b1,0x349,0x2e2)+_0x329ac(-_0x42d20d._0x2bff37,-0x31d,-0x250,-0x2ef),_0x1c3f2c);const _0x978ddd={};_0x978ddd[_0xcf39a4(_0x42d20d._0x517993,0x2b5,0x371,_0x42d20d._0x3f767f)]=!![],_0x978ddd[_0xcf39a4(0x238,0x239,0x2b8,0x17b)+'t']=_0x12315d,_0x978ddd[_0xcf39a4(0x2df,_0x42d20d._0x3a7b0e,0x28b,_0x42d20d._0x17bd9e)]=_0x1cd242[_0xcf39a4(0x27b,0x1c2,_0x42d20d._0xf0ee99,_0x42d20d._0x3f2fdc)],_0x978ddd['updatedAt']=_0x554cfb,_0x978ddd[_0x329ac(-0x180,-_0x42d20d._0x464fff,-0x1ca,-_0x42d20d._0x293f71)+'askId']=_0xc021e1['taskId'],_0x978ddd[_0xcf39a4(0x23e,_0x42d20d._0x5e9b65,_0x42d20d._0x418d5b,0x259)+_0x329ac(-0x1c4,-_0x42d20d._0x4cc782,-0x27f,-_0x42d20d._0x3ff3f2)]=_0xec21fb['id'],_0x447786[_0xcf39a4(0x257,_0x42d20d._0x47f46b,_0x42d20d._0x227661,_0x42d20d._0x407543)](_0x978ddd);}catch(_0x617426){if(_0x1cd242[_0xcf39a4(0x2ff,0x293,_0x42d20d._0x18131b,0x2b4)]('QUMbL',_0x1cd242[_0xcf39a4(0x2ad,_0x42d20d._0x4c469f,_0x42d20d._0x139f1a,0x31d)])){const _0x5583cc={};_0x5583cc[_0xcf39a4(_0x42d20d._0x3feaa9,_0x42d20d._0x4ba8b8,_0x42d20d._0x5e0219,0x23b)]=_0xc021e1[_0x329ac(-0x226,-0x230,-0x1e4,-_0x42d20d._0x9e5bc0)],_0x5583cc[_0xcf39a4(0x1da,0x239,_0x42d20d._0x242e9e,_0x42d20d._0x399cbc)+'t']=_0x12315d,_0x5583cc['error']=_0x617426[_0x329ac(-0x137,-0xda,-_0x42d20d._0xeb8345,-_0x42d20d._0x577e17)],logger[_0xcf39a4(_0x42d20d._0x2eade7,0x185,_0x42d20d._0x579627,0x1c6)](_0x329ac(-0x240,-0x24a,-_0x42d20d._0x279759,-_0x42d20d._0x31b5bb)+_0x329ac(-_0x42d20d._0x3271cf,-0x23b,-_0x42d20d._0x15aad3,-_0x42d20d._0x4e49da)+_0xcf39a4(_0x42d20d._0x5778be,0x1b6,_0x42d20d._0x561505,_0x42d20d._0x3559e9),_0x5583cc);const _0x5e9506={};_0x5e9506[_0xcf39a4(0x182,0x185,0x180,_0x42d20d._0x2a8bfe)]=_0x1cd242[_0xcf39a4(_0x42d20d._0x44389b,0x275,0x235,0x1fb)],_0x5e9506[_0x329ac(-0x137,-0x1c6,-_0x42d20d._0x52a930,-0x13c)]=_0x1cd242['NKZUJ'],_0x447786['status'](0x1*-0x22b7+0x2*0x5cb+0x1*0x1915)['json'](_0x5e9506);}else{_0x24d549[_0xcf39a4(_0x42d20d._0x4e7033,0x185,0x1c8,_0x42d20d._0x14935d)](_0x329ac(-_0x42d20d._0x1e7f05,-_0x42d20d._0x455d6f,-0x10e,-_0x42d20d._0x4db21e)+'t\x20manageme'+_0xcf39a4(_0x42d20d._0x3cdb5a,_0x42d20d._0x423ff8,0x1b1,0x1b6)+_0x329ac(-0x1fb,-0x15c,-0x28f,-_0x42d20d._0x3d7680)+_0x329ac(-0x25e,-_0x42d20d._0x10805d,-_0x42d20d._0x46faec,-_0x42d20d._0x2f6763));const _0x14d513={};return _0x14d513[_0x329ac(-0x299,-_0x42d20d._0x1a2a48,-_0x42d20d._0x51e7a5,-0x213)]=_0x1cd242[_0xcf39a4(0x2d9,0x275,0x263,_0x42d20d._0x361690)],_0x14d513[_0xcf39a4(_0x42d20d._0x1e18e7,0x2e7,0x22f,0x2e8)]=_0x329ac(-_0x42d20d._0x44ac57,-_0x42d20d._0x2b3487,-_0x42d20d._0x352977,-_0x42d20d._0x4dc28d)+'t\x20initiali'+_0x329ac(-0x20f,-_0x42d20d._0x397da8,-_0x42d20d._0x4da073,-_0x42d20d._0x4b5f1d),_0x321ce3[_0x329ac(-0x201,-0x1c5,-_0x42d20d._0x4dc28d,-_0x42d20d._0x2e8cea)](0x2*-0xa9+0x11b3+-0xe6d*0x1)[_0xcf39a4(_0x42d20d._0x4e92b7,_0x42d20d._0x47f46b,_0x42d20d._0x5778be,_0x42d20d._0x48947b)](_0x14d513);}}}),router['get'](_0x266eb7(0x8a,-0x6b,0x2f,0x52),requireTaskAuth,requireTemplatesPermission,async(_0x17ec5d,_0x252999)=>{const _0x4a7a7d={_0x1f2f01:0x2c9,_0x55fb05:0x328,_0x518201:0x32f,_0x1b0067:0x2b4,_0x8927ae:0x2aa,_0x448c5c:0x379,_0x489f44:0x2f2,_0x312d03:0x3d8,_0x4a9675:0x2ef,_0x4f6e4b:0x309,_0x2ea8de:0x27e,_0xbd1f01:0x320,_0x3261e0:0x2d3,_0x1c93cf:0x288,_0xb04fa7:0x2d6,_0x17735a:0x238,_0x399642:0x1e8,_0x5e86bb:0x2b7,_0x20bd13:0x34f,_0x946c55:0x2e1,_0x2c4e35:0x2a6,_0x192762:0x305,_0x2a3b62:0x270,_0x287d8f:0x266,_0x2f67e8:0x25a,_0x347dcf:0x281,_0x48de0e:0x32d,_0x150266:0x211,_0x502a2f:0x2a3,_0x4fef82:0x32a,_0x1d037b:0x3e3,_0x15f4b4:0x3fe,_0x1ccc3b:0x385,_0x90df67:0x256,_0xae4373:0x32e,_0x3dc28d:0x2ee,_0x4a2d9e:0x2d5,_0x2622b5:0x262,_0xe06372:0x293,_0x23770f:0x3ea,_0x19605c:0x36b,_0x113f86:0x435,_0x1bd69e:0x301,_0x51910b:0x2ce,_0x27cc1d:0x257,_0x4face8:0x293,_0x433076:0x2af,_0x250e6f:0x2a2,_0x597a9b:0x296,_0x58ed3f:0x1a2,_0x5c32fb:0x21b,_0x8498e6:0x25b,_0x5a0af6:0x2ca,_0x565650:0x352,_0x28c7f3:0x2e8,_0x464e7c:0x1f0,_0x40456a:0x195,_0x448d3c:0x289,_0x48b597:0x306,_0xb07164:0x3f9,_0x35d658:0x2f3,_0x4ed83c:0x32b,_0x4b6e7b:0x33e,_0x362f9f:0x221,_0xb0a22c:0x3eb,_0x532aff:0x288,_0x4538e:0x307},_0x1a8305={_0x133e03:0x1e,_0xc0a90e:0x12a,_0x11b7dd:0x2c,_0x2def26:0x25c,_0x2160e6:0x24c,_0x4e7d10:0x19d,_0x270040:0xf7,_0x54a35c:0x15c,_0x104a5a:0x14b,_0x1c5f98:0x14b,_0x2a3433:0x1c9,_0x42de8f:0xf5},_0x2444ad={_0x4da2a6:0x1a0,_0x2354c5:0x1e},_0x4a44df={_0x4f293e:0x1eb},_0x54ab23={};_0x54ab23['LUATs']=_0x44615a(_0x4a7a7d._0x1f2f01,0x290,0x338,_0x4a7a7d._0x55fb05),_0x54ab23['xDqZg']=function(_0x1a9a20,_0x3cd78c){return _0x1a9a20!==_0x3cd78c;},_0x54ab23[_0x44615a(0x301,0x297,_0x4a7a7d._0x518201,0x2d9)]='Task\x20listi'+_0x575d9a(0x31e,0x310,0x26f,_0x4a7a7d._0x1b0067)+_0x44615a(0x2f7,_0x4a7a7d._0x8927ae,0x3a1,0x365)+_0x44615a(_0x4a7a7d._0x448c5c,_0x4a7a7d._0x489f44,_0x4a7a7d._0x312d03,0x33e);function _0x44615a(_0x32227f,_0x340826,_0x55218d,_0x2ee877){return _0x37c33e(_0x2ee877-0x3c2,_0x340826-_0x4a44df._0x4f293e,_0x340826,_0x2ee877-0x155);}_0x54ab23[_0x575d9a(_0x4a7a7d._0x4a9675,0x2d1,0x391,0x367)]=function(_0x2e6e2a,_0x219b26){return _0x2e6e2a===_0x219b26;},_0x54ab23[_0x575d9a(_0x4a7a7d._0x4f6e4b,_0x4a7a7d._0x2ea8de,_0x4a7a7d._0xbd1f01,_0x4a7a7d._0x3261e0)]=_0x44615a(0x266,0x316,0x2f9,_0x4a7a7d._0x1c93cf),_0x54ab23[_0x575d9a(_0x4a7a7d._0xb04fa7,0x256,0x293,0x1a7)]=_0x575d9a(0x20b,_0x4a7a7d._0x17735a,_0x4a7a7d._0x399642,_0x4a7a7d._0x5e86bb)+_0x44615a(_0x4a7a7d._0x20bd13,0x32c,_0x4a7a7d._0x946c55,_0x4a7a7d._0x2c4e35)+'r';const _0x19bf7d=_0x54ab23,{callingTask:_0x396151,environmentName:_0x511edb,environmentPath:_0x51f4b7}=_0x17ec5d,_0x11bf0e={};_0x11bf0e['taskId']=_0x396151[_0x44615a(0x221,0x249,_0x4a7a7d._0x192762,0x2ce)],_0x11bf0e['environmen'+'t']=_0x511edb;function _0x575d9a(_0x1c8e6f,_0x1ad9cb,_0x36941e,_0x8df264){return _0x266eb7(_0x1c8e6f-_0x2444ad._0x4da2a6,_0x36941e,_0x1ad9cb-0x27d,_0x8df264-_0x2444ad._0x2354c5);}logger[_0x575d9a(_0x4a7a7d._0x2a3b62,_0x4a7a7d._0x287d8f,0x2ae,0x1d3)](_0x19bf7d[_0x44615a(0x2cc,0x331,_0x4a7a7d._0x2f67e8,0x2d9)],_0x11bf0e);const _0x1fce12=_0x4d592e[_0x44615a(0x3ce,0x289,_0x4a7a7d._0x347dcf,_0x4a7a7d._0x48de0e)](_0x51f4b7,_0x575d9a(0x216,_0x4a7a7d._0x150266,0x208,0x23b)+_0x575d9a(_0x4a7a7d._0x1c93cf,0x2d3,_0x4a7a7d._0x502a2f,0x384));try{const _0x3f86b9=await _0x482490['readdir'](_0x1fce12),_0x1c0ba9=_0x3f86b9[_0x44615a(_0x4a7a7d._0x4fef82,_0x4a7a7d._0x1d037b,_0x4a7a7d._0x15f4b4,_0x4a7a7d._0x1ccc3b)](_0x4da093=>_0x4da093[_0x575d9a(0x2d1,0x308,0x39e,0x35e)](_0x575d9a(0x16c,0x208,0x2c2,0x17e))),_0x5581d3=await Promise[_0x44615a(0x231,0x1ee,_0x4a7a7d._0x90df67,0x271)](_0x1c0ba9['map'](async _0x3c02f3=>{const _0x4dd3d8={_0x5a7532:0xc8,_0x367580:0xd8},_0x2ad9b5={_0x40f647:0x1,_0x126eb7:0x4b9};function _0x4f24cf(_0x5dec0c,_0x225443,_0x273c58,_0x141455){return _0x44615a(_0x5dec0c-0x3b,_0x5dec0c,_0x273c58-_0x2ad9b5._0x40f647,_0x273c58- -_0x2ad9b5._0x126eb7);}const _0x48d209=_0x3c02f3[_0x3b03ba(-0x7f,_0x1a8305._0x133e03,-_0x1a8305._0xc0a90e,_0x1a8305._0x11b7dd)](/\.md$/,''),_0x2ff9ec=_0x4d592e['join'](_0x1fce12,_0x48d209+_0x4f24cf(-_0x1a8305._0x2def26,-_0x1a8305._0x2160e6,-0x238,-0x2da));let _0x5b409c=null;function _0x3b03ba(_0x88a425,_0xf4a15f,_0x4bca98,_0x2f875e){return _0x575d9a(_0x88a425-_0x4dd3d8._0x5a7532,_0x88a425- -0x332,_0x2f875e,_0x2f875e-_0x4dd3d8._0x367580);}try{const _0x2dbca2=await _0x482490[_0x4f24cf(-_0x1a8305._0x4e7d10,-0x121,-_0x1a8305._0x270040,-0x120)](_0x2ff9ec,_0x19bf7d['LUATs']);_0x5b409c=JSON[_0x4f24cf(-0x146,-0x17b,-_0x1a8305._0x54a35c,-0x117)](_0x2dbca2);}catch{}return{'name':_0x48d209,'filename':_0x3c02f3,'description':_0x5b409c?.[_0x4f24cf(-0xa4,-_0x1a8305._0x104a5a,-_0x1a8305._0x1c5f98,-_0x1a8305._0x2a3433)+'n']||null,'hasMetadata':_0x19bf7d[_0x3b03ba(-0xf6,-0x3f,-_0x1a8305._0x42de8f,-0x42)](_0x5b409c,null)};})),_0xccd7be={};_0xccd7be[_0x575d9a(_0x4a7a7d._0xae4373,0x328,0x28d,0x2a9)]=_0x5581d3,_0xccd7be['environmen'+'t']=_0x511edb,_0x252999[_0x44615a(0x205,_0x4a7a7d._0x3dc28d,_0x4a7a7d._0x4a2d9e,0x293)](_0xccd7be);}catch(_0x2d8cde){if(_0x19bf7d['pYOUd'](_0x2d8cde[_0x575d9a(_0x4a7a7d._0x2622b5,0x287,_0x4a7a7d._0xe06372,0x22d)],_0x19bf7d['TSTVf'])){const _0x2d6912={};_0x2d6912[_0x44615a(_0x4a7a7d._0x23770f,_0x4a7a7d._0x19605c,_0x4a7a7d._0x113f86,0x393)]=[],_0x2d6912[_0x575d9a(0x312,0x2a4,_0x4a7a7d._0x1bd69e,0x1f9)+'t']=_0x511edb,_0x252999[_0x44615a(_0x4a7a7d._0x51910b,_0x4a7a7d._0x27cc1d,0x28e,_0x4a7a7d._0x4face8)](_0x2d6912);}else{const _0x17a4a4={};_0x17a4a4[_0x44615a(_0x4a7a7d._0x433076,0x24f,_0x4a7a7d._0x250e6f,_0x4a7a7d._0x51910b)]=_0x396151['taskId'],_0x17a4a4[_0x575d9a(0x2f5,0x2a4,0x2dd,_0x4a7a7d._0x597a9b)+'t']=_0x511edb,_0x17a4a4[_0x44615a(_0x4a7a7d._0x58ed3f,_0x4a7a7d._0x5c32fb,0x203,_0x4a7a7d._0x8498e6)]=_0x2d8cde[_0x575d9a(_0x4a7a7d._0x5a0af6,_0x4a7a7d._0x565650,0x3b2,_0x4a7a7d._0x28c7f3)],logger[_0x575d9a(0x256,_0x4a7a7d._0x464e7c,_0x4a7a7d._0x40456a,_0x4a7a7d._0x448d3c)]('Failed\x20to\x20'+_0x44615a(0x3e1,_0x4a7a7d._0x48b597,_0x4a7a7d._0xb07164,0x34d)+_0x44615a(_0x4a7a7d._0x35d658,0x3a8,_0x4a7a7d._0x4ed83c,_0x4a7a7d._0x4b6e7b),_0x17a4a4);const _0x341f30={};_0x341f30['error']=_0x19bf7d['XCwFA'],_0x341f30['message']=_0x44615a(0x29b,0x27a,_0x4a7a7d._0x362f9f,0x2b4)+'list\x20templ'+_0x44615a(0x32e,0x2e1,_0x4a7a7d._0xb0a22c,0x33e),_0x252999[_0x575d9a(0x1e8,_0x4a7a7d._0x532aff,_0x4a7a7d._0x4538e,0x1dd)](-0xb*0x181+-0x1726+-0x29a5*-0x1)['json'](_0x341f30);}}}),router[_0x266eb7(-0x23,0x1f,0x4,0x6)](_0x37c33e(-0xab,0x2,0x1,-0x143)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x5c9275,_0x529d24)=>{const _0x4f2e2a={_0x90add2:0x39e,_0x2586ac:0x3d4,_0xb119d5:0x4ad,_0x4f3489:0xbe,_0x5674c2:0xa5,_0x46d157:0x19,_0x4256d4:0x418,_0x55c0cc:0x476,_0x2a2781:0xd2,_0x4aee52:0x9c,_0x31f1f4:0x121,_0x58561f:0x432,_0x306528:0x447,_0x6b8d1b:0x3fc,_0x56d0b0:0x4d8,_0x191aa1:0x41b,_0x5b1758:0x38e,_0x14d0c6:0x44a,_0x19c463:0x3cc,_0x566428:0x407,_0x41cf20:0x569,_0x42870b:0x2c,_0x4682cf:0x142,_0x378138:0x134,_0x2aa46c:0x3f5,_0x48111c:0x4cc,_0xbd7a14:0x46a,_0x1ea943:0x513,_0x1d6083:0x5c6,_0x426c4c:0x43d,_0x2094a2:0x3fa,_0x3af195:0x45,_0x3ff5a5:0x43,_0x304c02:0x7a,_0x518c7a:0xad,_0x320da1:0xc4,_0x51abe6:0x40,_0x49237d:0xb5,_0x31c551:0x3b,_0x43246a:0x455,_0x138684:0x4ba,_0x120178:0x30,_0x2a1842:0x3b8,_0xd1338c:0x58,_0x1d7a72:0xd5,_0x5b4227:0x46,_0x5e2b7d:0xc0,_0x2e7851:0x33,_0x4ec125:0x2e,_0x269902:0x429,_0x3964b5:0x27,_0x46299c:0x80,_0x434c5d:0x8c,_0x59d520:0x67,_0xccb048:0x8d,_0x257111:0xe2,_0x5c6f71:0x4ca,_0x1f85c5:0x47f,_0x4e6565:0x3f7,_0x4ebc46:0x44b,_0x1c416a:0x42f,_0x348f17:0x47b,_0x331b49:0x507,_0x5ec264:0x453,_0x34c907:0x459,_0x7c9016:0x3d0,_0x4fba71:0x39f,_0x398a23:0x457,_0x28d61f:0x6a,_0x47fea6:0x9f,_0x7fbb01:0xc2,_0x4484fc:0x3fe,_0x172440:0x346,_0x5e7d5f:0x35f,_0x53aa96:0x3af,_0x2485d2:0x443,_0x5c392d:0x41e,_0x57eb43:0xfd,_0x5e0fb2:0x84,_0x5c421f:0x1c,_0x2dbff9:0x96,_0x5bdb19:0x35,_0x3d10ce:0x7,_0x3da99f:0x151,_0x753a72:0x153,_0x5475fc:0x44f,_0x5ec992:0x481,_0x5b02e3:0x3e5,_0x2a0bb7:0x4b2,_0x19dbc9:0x442,_0x13880e:0x438,_0x22851a:0x469,_0x581edf:0x498,_0x454973:0x47c,_0x4ae406:0x499,_0x96d8a9:0x1e,_0x199ab7:0xaa,_0x459e52:0x6f,_0x5e4917:0x4d,_0x19c7e2:0x52a,_0x8091e0:0xf4,_0x5a9d6e:0x7e,_0x2e8576:0xcf,_0x580b28:0x3c,_0x12a79d:0xd0,_0x4ba4f3:0x124,_0x32d383:0xca,_0x708932:0x7a,_0x2974bd:0x4d2,_0x4acf89:0x4cd,_0x2ef412:0x4bd,_0x59b58c:0x4c8,_0x406cb0:0x40f,_0x85e561:0x4df,_0x283fa1:0x4b4,_0x4c359b:0x513,_0x2a2dee:0x9f,_0xd3150a:0xdd,_0x471629:0x89,_0xc4bef:0x496,_0x5c7abd:0x3d9,_0x3406c3:0x71,_0x380091:0x6,_0x315beb:0x3de,_0x4374e7:0x40a,_0x39cd76:0x44d,_0x1eca21:0x420,_0x336fc4:0x56,_0x24799b:0x6c,_0x495930:0x37a,_0x49ca61:0x3c8,_0x2cc4ef:0x318,_0x303d56:0x3cd,_0x2cd745:0x408,_0x45b0ec:0xf7,_0x3e7af6:0x4e2,_0x3665dc:0x4b6,_0x1ce67f:0x44e,_0x5d4eb8:0x25,_0x170ae6:0x477,_0x50634d:0x443,_0x58d27f:0x76,_0x3216ef:0x23,_0x538396:0x484,_0x39bfca:0x4ef,_0x441f4a:0x20,_0x13d4c1:0x2e,_0x1ef500:0x112,_0x5ae1c0:0x96,_0x1a9243:0x19,_0x2c5a1a:0x5e1,_0x3f5e45:0x49b,_0x222429:0xa,_0x37ca53:0x24,_0x15f60e:0x2,_0x287a1f:0x27,_0x37b391:0x107,_0x3ef48d:0x8c,_0xedf342:0xff,_0x45bf59:0xa8,_0x639415:0x523,_0x51259a:0x538,_0x4c1d9c:0x4bb,_0x295bd1:0x6e,_0x96367d:0x90,_0x4f7df1:0x8f,_0xabf0fc:0x433,_0x8a6e90:0x3b5,_0x56a012:0x599,_0x2c2eb3:0x64,_0x184408:0x10,_0x415825:0x5e,_0x44088a:0x70},_0x3dabaa={_0x5b0f8b:0xc2,_0x222bc7:0x1a2},_0x2d1332={_0x2ac9c3:0x537},_0x293610={};_0x293610[_0x85040f(_0x4f2e2a._0x90add2,0x3d4,_0x4f2e2a._0x2586ac,0x3ed)]=_0x85040f(0x427,0x429,_0x4f2e2a._0xb119d5,0x46c)+_0x2b596b(_0x4f2e2a._0x4f3489,_0x4f2e2a._0x5674c2,-0x15,_0x4f2e2a._0x46d157)+_0x85040f(0x383,0x3f5,_0x4f2e2a._0x4256d4,_0x4f2e2a._0x55c0cc);function _0x85040f(_0x2f3928,_0x3eb22b,_0x25e551,_0x19547c){return _0x37c33e(_0x3eb22b-_0x2d1332._0x2ac9c3,_0x3eb22b-0xc7,_0x19547c,_0x19547c-0x107);}_0x293610[_0x2b596b(0x2e,_0x4f2e2a._0x2a2781,_0x4f2e2a._0x4aee52,_0x4f2e2a._0x31f1f4)]=_0x85040f(_0x4f2e2a._0x58561f,_0x4f2e2a._0x4256d4,_0x4f2e2a._0x306528,_0x4f2e2a._0x6b8d1b)+_0x85040f(_0x4f2e2a._0x56d0b0,_0x4f2e2a._0x191aa1,0x3ae,0x3bc)+'r',_0x293610[_0x85040f(_0x4f2e2a._0x5b1758,_0x4f2e2a._0x14d0c6,_0x4f2e2a._0x19c463,0x38f)]=function(_0x34f75c,_0x1b951c){return _0x34f75c===_0x1b951c;},_0x293610[_0x85040f(0x414,0x4ac,_0x4f2e2a._0x566428,_0x4f2e2a._0x41cf20)]=_0x2b596b(-_0x4f2e2a._0x42870b,-0x93,-_0x4f2e2a._0x4682cf,-_0x4f2e2a._0x378138),_0x293610[_0x85040f(0x396,0x413,_0x4f2e2a._0x2aa46c,_0x4f2e2a._0x48111c)]='Bad\x20Reques'+'t',_0x293610[_0x85040f(0x36a,0x3fe,0x3dc,0x399)]=_0x85040f(_0x4f2e2a._0xbd7a14,_0x4f2e2a._0x1ea943,_0x4f2e2a._0x1d6083,0x4de)+'mplate\x20nam'+'e',_0x293610[_0x85040f(_0x4f2e2a._0x426c4c,_0x4f2e2a._0x2094a2,0x487,0x34f)]='utf-8',_0x293610[_0x2b596b(-0x49,-_0x4f2e2a._0x3af195,_0x4f2e2a._0x3ff5a5,-0x82)]=function(_0xa30697,_0xa5df76){return _0xa30697!==_0xa5df76;},_0x293610[_0x2b596b(-0x124,-_0x4f2e2a._0x304c02,-_0x4f2e2a._0x518c7a,-0x4b)]='TSgBS',_0x293610['cjCWa']='WnGzv',_0x293610[_0x2b596b(-_0x4f2e2a._0x320da1,-_0x4f2e2a._0x51abe6,-_0x4f2e2a._0x49237d,_0x4f2e2a._0x31c551)]=_0x85040f(_0x4f2e2a._0x43246a,0x3fd,_0x4f2e2a._0x138684,_0x4f2e2a._0x4256d4),_0x293610['itDvA']=function(_0xbc236c,_0x4ff580){return _0xbc236c===_0x4ff580;},_0x293610['njWel']=_0x2b596b(0xb0,_0x4f2e2a._0x120178,-0x18,0xb0),_0x293610[_0x85040f(0x506,0x44d,_0x4f2e2a._0x2a1842,0x47b)]=_0x2b596b(-0x45,-_0x4f2e2a._0xd1338c,-_0x4f2e2a._0x1d7a72,_0x4f2e2a._0x5b4227);function _0x2b596b(_0x3c5f93,_0x2ac135,_0x94bf1f,_0x205f1b){return _0x37c33e(_0x2ac135-0xd1,_0x2ac135-_0x3dabaa._0x5b0f8b,_0x94bf1f,_0x205f1b-_0x3dabaa._0x222bc7);}_0x293610[_0x2b596b(_0x4f2e2a._0x5e2b7d,_0x4f2e2a._0x2e7851,0x26,-_0x4f2e2a._0x4ec125)]=_0x85040f(0x406,_0x4f2e2a._0x269902,0x397,0x3a9)+_0x2b596b(-_0x4f2e2a._0x3964b5,_0x4f2e2a._0x46299c,0xe2,0x40)+_0x2b596b(0xd,-_0x4f2e2a._0x434c5d,-0x117,0x2b);const _0x3e06fc=_0x293610,{callingTask:_0x21f254,environmentName:_0x3538be,environmentPath:_0x5800c8}=_0x5c9275,{name:_0x561370}=_0x5c9275[_0x2b596b(_0x4f2e2a._0x59d520,_0x4f2e2a._0xccb048,_0x4f2e2a._0x257111,-0x29)];if(_0x561370[_0x85040f(_0x4f2e2a._0x5c6f71,0x44b,_0x4f2e2a._0x1f85c5,_0x4f2e2a._0x4e6565)]('/')||_0x561370[_0x85040f(0x3d4,_0x4f2e2a._0x4ebc46,0x3af,_0x4f2e2a._0x1c416a)]('\x5c')||_0x561370[_0x85040f(0x3d7,_0x4f2e2a._0x4ebc46,_0x4f2e2a._0x348f17,_0x4f2e2a._0x331b49)]('..')){if(_0x3e06fc['wZAcc'](_0x3e06fc[_0x85040f(0x51f,0x4ac,_0x4f2e2a._0x5ec264,_0x4f2e2a._0x34c907)],_0x3e06fc['qhOEE'])){const _0x14fc3b={};return _0x14fc3b[_0x85040f(0x40f,_0x4f2e2a._0x7c9016,_0x4f2e2a._0x4fba71,_0x4f2e2a._0x398a23)]=_0x3e06fc[_0x2b596b(-_0x4f2e2a._0x28d61f,-0x53,-0xd0,-_0x4f2e2a._0x47fea6)],_0x14fc3b[_0x2b596b(0x109,0xcc,_0x4f2e2a._0x7fbb01,0x150)]=_0x3e06fc[_0x85040f(0x4a3,_0x4f2e2a._0x4484fc,_0x4f2e2a._0x172440,_0x4f2e2a._0x5e7d5f)],_0x529d24['status'](0x1252*-0x1+-0x1be6+0x1*0x2fc8)['json'](_0x14fc3b);}else{const _0x13ef37={};_0x13ef37['taskId']=_0x5e382a[_0x85040f(_0x4f2e2a._0x53aa96,_0x4f2e2a._0x2485d2,_0x4f2e2a._0x5c392d,0x4f7)],_0x13ef37['environmen'+'t']=_0xe87020,_0x13ef37[_0x2b596b(-_0x4f2e2a._0x57eb43,-_0x4f2e2a._0x5e0fb2,-0xeb,-0xae)]=_0x1fbf05,_0x13ef37[_0x2b596b(_0x4f2e2a._0x5c421f,-_0x4f2e2a._0x2dbff9,-_0x4f2e2a._0x5bdb19,-0x35)]=_0x15a3d9['message'],_0x1f9789[_0x2b596b(0x1e,-_0x4f2e2a._0x2dbff9,-0xe9,-_0x4f2e2a._0x3d10ce)](_0x3e06fc['DTklH'],_0x13ef37);const _0x192ddc={};_0x192ddc[_0x2b596b(-_0x4f2e2a._0x57eb43,-_0x4f2e2a._0x2dbff9,-0x32,-_0x4f2e2a._0x3da99f)]=_0x3e06fc['jHQlf'],_0x192ddc[_0x2b596b(0x3f,0xcc,_0x4f2e2a._0x753a72,0x20)]=_0x3e06fc['DTklH'],_0x24613e[_0x85040f(0x441,0x468,_0x4f2e2a._0x5475fc,0x46c)](-0x23d9+-0x8*-0x14f+-0x1*-0x1b55)[_0x85040f(0x364,0x408,_0x4f2e2a._0x5ec992,0x3d8)](_0x192ddc);}}const _0x2fc391={};_0x2fc391['taskId']=_0x21f254[_0x2b596b(-_0x4f2e2a._0x42870b,-0x23,-0x1e,-_0x4f2e2a._0x3d10ce)],_0x2fc391['environmen'+'t']=_0x3538be,_0x2fc391[_0x85040f(_0x4f2e2a._0x5b02e3,_0x4f2e2a._0x6b8d1b,_0x4f2e2a._0x2a0bb7,_0x4f2e2a._0x19dbc9)]=_0x561370,logger[_0x85040f(_0x4f2e2a._0x13880e,0x446,_0x4f2e2a._0x22851a,0x471)]('Task\x20fetch'+_0x85040f(_0x4f2e2a._0x581edf,_0x4f2e2a._0x454973,0x4e0,_0x4f2e2a._0x4ae406)+'te',_0x2fc391);const _0x380fa8=_0x4d592e[_0x2b596b(-_0x4f2e2a._0x96d8a9,0x3c,-_0x4f2e2a._0x4ec125,_0x4f2e2a._0x199ab7)](_0x5800c8,'task-templ'+_0x2b596b(-_0x4f2e2a._0x459e52,_0x4f2e2a._0x5e4917,-0x3f,0x43)),_0x2312a1=_0x4d592e[_0x85040f(_0x4f2e2a._0x19c7e2,0x4a2,0x444,0x54c)](_0x380fa8,_0x561370+_0x2b596b(-_0x4f2e2a._0x8091e0,-_0x4f2e2a._0x5a9d6e,-0x21,0x32)),_0x2b06f7=_0x4d592e[_0x2b596b(_0x4f2e2a._0x2e8576,_0x4f2e2a._0x580b28,0x7c,_0x4f2e2a._0x12a79d)](_0x380fa8,_0x561370+'.json');try{const _0x5cd489=await _0x482490[_0x2b596b(_0x4f2e2a._0x4ba4f3,0xd1,0x3b,0x16f)](_0x2312a1,_0x3e06fc[_0x2b596b(0x1c,-0x6c,-_0x4f2e2a._0x32d383,-_0x4f2e2a._0x708932)]);let _0x56dc2c=null;try{const _0x1fb1e=await _0x482490['readFile'](_0x2b06f7,_0x3e06fc['QgJTT']);_0x56dc2c=JSON[_0x85040f(0x4d2,_0x4f2e2a._0x2974bd,0x413,_0x4f2e2a._0x306528)](_0x1fb1e);}catch{}const _0x2f5bd8={};_0x2f5bd8[_0x85040f(_0x4f2e2a._0x4acf89,0x466,_0x4f2e2a._0x2ef412,_0x4f2e2a._0x59b58c)]=_0x561370,_0x2f5bd8[_0x85040f(_0x4f2e2a._0x406cb0,0x47e,_0x4f2e2a._0x85e561,_0x4f2e2a._0x283fa1)]=_0x5cd489,_0x2f5bd8['metadata']=_0x56dc2c,_0x2f5bd8['environmen'+'t']=_0x3538be,_0x529d24['json'](_0x2f5bd8);}catch(_0x31e026){if(_0x3e06fc[_0x2b596b(0x37,-0x45,-0xa5,-0xed)](_0x3e06fc['JrAFM'],_0x3e06fc[_0x85040f(0x4c5,0x49a,_0x4f2e2a._0x4c359b,0x427)])){if(_0x3e06fc['wZAcc'](_0x31e026[_0x2b596b(_0x4f2e2a._0x2a2dee,0x1,0x24,-0x49)],_0x3e06fc[_0x2b596b(0x6,-0x40,-_0x4f2e2a._0xd3150a,-0xd5)])){if(_0x3e06fc[_0x2b596b(-0x3e,-0x90,-_0x4f2e2a._0x471629,-0xd2)](_0x85040f(0x536,_0x4f2e2a._0xc4bef,0x421,_0x4f2e2a._0x5c7abd),_0x3e06fc[_0x2b596b(-0x2a,_0x4f2e2a._0x3406c3,0xcb,-_0x4f2e2a._0x380091)])){const _0x3af39e={};_0x3af39e[_0x85040f(_0x4f2e2a._0x315beb,_0x4f2e2a._0x7c9016,0x31c,_0x4f2e2a._0x4374e7)]=_0x3e06fc[_0x85040f(0x3af,_0x4f2e2a._0x39cd76,_0x4f2e2a._0x331b49,_0x4f2e2a._0x1eca21)],_0x3af39e['message']=_0x2b596b(-0xf7,-_0x4f2e2a._0x336fc4,0x49,-_0x4f2e2a._0x24799b)+_0x561370+(_0x85040f(_0x4f2e2a._0x495930,_0x4f2e2a._0x49ca61,_0x4f2e2a._0x2cc4ef,0x41e)+'d'),_0x529d24[_0x85040f(0x424,0x468,0x3bb,_0x4f2e2a._0x303d56)](0x1247+0x1*0xd6b+-0xf*0x202)[_0x85040f(0x39f,_0x4f2e2a._0x2cd745,0x3f0,0x4a1)](_0x3af39e);}else _0x213cc8=_0x5a05e5[_0x2b596b(0x33,0xb9,_0x4f2e2a._0x45b0ec,0x14d)],_0x4d587f=_0x4037cb[_0x85040f(_0x4f2e2a._0x3e7af6,_0x4f2e2a._0x3665dc,_0x4f2e2a._0x1ce67f,0x4c7)],_0x2a03b1=_0x3f5b58[_0x2b596b(-_0x4f2e2a._0x5d4eb8,-0x13,-0x66,0x72)+'g'];}else{const _0x19b201={};_0x19b201[_0x85040f(_0x4f2e2a._0x170ae6,_0x4f2e2a._0x50634d,0x4ac,0x392)]=_0x21f254[_0x2b596b(-_0x4f2e2a._0x58d27f,-_0x4f2e2a._0x3216ef,-0xbc,-0x9)],_0x19b201[_0x85040f(0x435,_0x4f2e2a._0x538396,0x476,_0x4f2e2a._0x39bfca)+'t']=_0x3538be,_0x19b201[_0x2b596b(_0x4f2e2a._0x441f4a,-0x6a,0x3a,_0x4f2e2a._0x13d4c1)]=_0x561370,_0x19b201[_0x2b596b(-_0x4f2e2a._0x1ef500,-_0x4f2e2a._0x5ae1c0,-0x10a,-_0x4f2e2a._0x1a9243)]=_0x31e026[_0x85040f(_0x4f2e2a._0x2c5a1a,0x532,_0x4f2e2a._0x3f5e45,0x47c)],logger[_0x2b596b(_0x4f2e2a._0x222429,-0x96,-_0x4f2e2a._0x37ca53,-_0x4f2e2a._0x15f60e)]('Failed\x20to\x20'+_0x2b596b(0xb3,0x80,0x132,-_0x4f2e2a._0x287a1f)+_0x2b596b(-_0x4f2e2a._0x37b391,-_0x4f2e2a._0x3ef48d,-_0x4f2e2a._0xedf342,-_0x4f2e2a._0x45bf59),_0x19b201);const _0x4c88ec={};_0x4c88ec['error']=_0x3e06fc[_0x85040f(_0x4f2e2a._0x639415,_0x4f2e2a._0x51259a,0x4da,_0x4f2e2a._0x4c1d9c)],_0x4c88ec['message']=_0x3e06fc['RoYTG'],_0x529d24[_0x2b596b(-_0x4f2e2a._0x295bd1,_0x4f2e2a._0x15f60e,_0x4f2e2a._0x96367d,-_0x4f2e2a._0x4f7df1)](0x1731*-0x1+-0x6c8+-0x1*-0x1fed)[_0x85040f(_0x4f2e2a._0xabf0fc,0x408,0x43f,_0x4f2e2a._0x8a6e90)](_0x4c88ec);}}else{const _0x23f279={};_0x23f279[_0x85040f(0x533,0x508,_0x4f2e2a._0x56a012,0x45d)]=[],_0x23f279[_0x2b596b(0x76,0x1e,-_0x4f2e2a._0x4ec125,_0x4f2e2a._0x2c2eb3)+'t']=_0x17428d,_0x2d7f75[_0x2b596b(-_0x4f2e2a._0x184408,-_0x4f2e2a._0x415825,-_0x4f2e2a._0x44088a,-0xc)](_0x23f279);}}}),router['put'](_0x266eb7(0x35,-0x52,0x2f,-0x6e)+_0x266eb7(0x59,0x97,0xba,0x8f),requireTaskAuth,requireTemplatesPermission,async(_0x2b3bed,_0x178404)=>{const _0x5944e5={_0x29db52:0x3d9,_0x3a4bf7:0x2b3,_0x54325e:0x36f,_0xb3aca1:0x250,_0x2df063:0x2ad,_0xc875e3:0x2c6,_0x29c9f:0x1fb,_0x32e3b9:0x19b,_0x268e74:0x230,_0x51763e:0x381,_0x3edc7f:0x342,_0x45cecb:0x39d,_0x78bc26:0x1b7,_0x145dad:0x21c,_0x41e8dd:0x238,_0x56eec7:0x28a,_0x3fdc5e:0x2df,_0x153d8b:0x17f,_0x2b8900:0x1c4,_0x257bc2:0x186,_0x5aae1b:0x224,_0x2b8db2:0x1c4,_0x24ea26:0x237,_0x39c26c:0x1a0,_0x223e86:0x1d4,_0x28383e:0x42f,_0xb2eff2:0x337,_0x22e429:0x341,_0x24f7e6:0x397,_0x272ce4:0x3a5,_0x19df4f:0x388,_0x1687ac:0x34e,_0x547e34:0x32c,_0x446347:0x3dc,_0x1ba9a9:0x328,_0x28a030:0x19e,_0x51c621:0x22b,_0x1e6874:0x1af,_0x192390:0x259,_0x33cbe9:0x37c,_0x4137bd:0x388,_0x5c3503:0x253,_0x2bf979:0x319,_0x51e425:0x34a,_0x433b4d:0x32e,_0x4d0bf0:0x377,_0x46e6d2:0x157,_0x350dc5:0xf0,_0x4edff5:0x19b,_0x401507:0x214,_0x2e1aac:0x478,_0x47d050:0x431,_0xbf551e:0x369,_0x5ae21e:0x325,_0x2aafa7:0x406,_0x407787:0x367,_0x4eb026:0x346,_0x46d629:0x20b,_0x4afc49:0x3c3,_0x46bfac:0x31a,_0x57f1ff:0x353,_0x289bdf:0x100,_0x19589d:0x2c3,_0x5178f9:0x1f8,_0x50cb32:0x17a,_0x2f463e:0x15a,_0x1d3352:0x8a,_0x1898e0:0x14a,_0x5eca89:0xb1,_0x50e721:0x1d7,_0x542d59:0x170,_0x44bdad:0x130,_0x101e6b:0x16c,_0x414ddb:0x104,_0x39f2db:0x407,_0x4328ba:0x32d,_0x30de32:0x3cc,_0x4befdb:0x283,_0x52dcd8:0x2be,_0x30ba73:0x135,_0x1abb6a:0x1e1,_0x195776:0x121,_0x444ba2:0xc7,_0x1503a8:0x42c,_0x2bc557:0xd0,_0x52d490:0x2e2,_0x2c7b10:0x2b7,_0x1100ef:0x2c7,_0x3ccc38:0x367,_0xd67049:0x30b,_0x4bb4ae:0x40d,_0x592d17:0x2e2,_0x33de1b:0x24b,_0x4e4b39:0x1a9,_0xc490ee:0x16d,_0x52338b:0x2d1,_0x40a7a1:0x17c,_0x50afcd:0x25b,_0x245404:0x311,_0x19633f:0x34d,_0x3d8a0e:0x18a,_0x5e5278:0x1cf,_0x435b0f:0x2fb,_0x449ad5:0xe9,_0x39bd1a:0x207,_0x28b17b:0x17a,_0x1c1856:0x13b,_0x5db1c2:0x32a,_0x3ffa58:0x36f,_0x1691ee:0x379,_0x2ef319:0x3b6,_0x103703:0x264,_0x4fa0d4:0x1f9,_0x2fb446:0x1c8,_0x396c35:0x215,_0x362879:0x103,_0x381406:0x434,_0x2d96f5:0x125,_0xad28c2:0x1b1,_0x173254:0x1fb,_0x4e7993:0x3f7,_0x2b6899:0x2ed,_0x55d25c:0x3a1,_0x4b0669:0x201,_0x5d1044:0x25d,_0x4c0965:0x144,_0x5a5d04:0x209,_0x9944be:0x18c,_0x2befac:0x2f6,_0x3d2717:0x397,_0x402704:0x1a4,_0x448707:0x121,_0x5119ea:0x168,_0x1cc6fe:0x324,_0x23cd9e:0x2e5,_0xbc2fd:0x2cd,_0x882a0e:0x3a0,_0x1d05aa:0x10b,_0x536765:0x345,_0x14fd4c:0x2be,_0x12ea0b:0x278,_0x4b9d0c:0x35d,_0x251832:0x3d3,_0x4e208f:0x3bb,_0x501d8e:0x11f,_0x172721:0x1eb,_0x2970e7:0x35b,_0x58276e:0x1e2,_0x40aa08:0x156,_0x2109d5:0x16a,_0x4806aa:0x1fd,_0x5b7099:0x14c,_0x5a1041:0xae,_0x3e2066:0x3ba,_0x100d60:0x304,_0x3b5cdb:0x310,_0x144d9a:0x3c2,_0x3a144d:0x2c8,_0x21803b:0x2c1,_0x16dbbf:0x3fc,_0x342374:0x17a,_0x39a1d1:0x134,_0x57ec49:0x1cf,_0x3d4943:0x246,_0x429a02:0x24e,_0x26f829:0x236,_0x22c5a5:0x253,_0x5eec6d:0x17a,_0x5e166b:0x8c,_0x596766:0x1d8,_0x45b2da:0x217,_0x41298d:0x22a,_0x31f485:0x192,_0x21e721:0x3b6,_0x1d1e2f:0x37e,_0x2cc9a3:0x2b9,_0x5f3d56:0x290,_0x585f4f:0x243,_0x11146b:0x23b,_0x4c8862:0x2fd,_0x13d9ea:0x2cc,_0xaf7982:0x21b,_0x3dc28f:0x226,_0x295fdd:0x207,_0x128f96:0x1cc},_0x2b228a={_0x2e07b5:0x1c9},_0x19931f={_0x38199f:0x436,_0x38f193:0xe8,_0x6de567:0xac},_0x209f58={};_0x209f58[_0x365ff8(-0x16f,-0x219,-0x186,-0x228)]=_0x5d8b76(_0x5944e5._0x29db52,_0x5944e5._0x3a4bf7,0x2b6,_0x5944e5._0x54325e)+_0x5d8b76(0x2ea,_0x5944e5._0xb3aca1,_0x5944e5._0x2df063,_0x5944e5._0xc875e3)+'nts:memory'+'\x20permissio'+'n',_0x209f58[_0x365ff8(-0x189,-_0x5944e5._0x29c9f,-_0x5944e5._0x32e3b9,-0x210)]=_0x5d8b76(_0x5944e5._0x268e74,0x362,_0x5944e5._0x51763e,0x2df)+'t',_0x209f58[_0x5d8b76(0x3fa,_0x5944e5._0x3edc7f,0x3a4,0x369)]=_0x5d8b76(0x3e2,0x380,_0x5944e5._0x45cecb,0x412)+'mplate\x20nam'+'e',_0x209f58[_0x365ff8(-_0x5944e5._0x78bc26,-0x2c9,-_0x5944e5._0x145dad,-0x208)]=function(_0x158f7c,_0x4cd030){return _0x158f7c===_0x4cd030;},_0x209f58[_0x365ff8(-0x156,-_0x5944e5._0x41e8dd,-0x18f,-0x158)]=function(_0x50338d,_0x2c58f7){return _0x50338d===_0x2c58f7;},_0x209f58['WSfta']=_0x5d8b76(0x324,_0x5944e5._0x56eec7,0x382,0x322),_0x209f58[_0x5d8b76(0x221,_0x5944e5._0x3fdc5e,0x23f,0x2d4)]=_0x365ff8(-0x101,-0x20c,-0x16e,-_0x5944e5._0x153d8b)+_0x365ff8(-_0x5944e5._0x2b8900,-_0x5944e5._0x257bc2,-0x190,-0x1ea)+'uired',_0x209f58['MSWaE']=_0x365ff8(-0x192,-0x263,-_0x5944e5._0x5aae1b,-_0x5944e5._0x2b8db2)+'ing\x20templa'+'te',_0x209f58['tWfSB']='task-templ'+_0x365ff8(-0x1b9,-_0x5944e5._0x24ea26,-_0x5944e5._0x39c26c,-0x104),_0x209f58['wHhNm']=_0x365ff8(-0xac,-0xd4,-0x147,-_0x5944e5._0x223e86),_0x209f58[_0x5d8b76(_0x5944e5._0x28383e,_0x5944e5._0xb2eff2,_0x5944e5._0x22e429,_0x5944e5._0x24f7e6)]=function(_0x5891eb,_0x5a57e3){return _0x5891eb!==_0x5a57e3;},_0x209f58[_0x5d8b76(0x334,_0x5944e5._0x272ce4,0x311,0x3bb)]=_0x5d8b76(_0x5944e5._0x19df4f,0x440,0x385,0x39c),_0x209f58[_0x5d8b76(0x33d,_0x5944e5._0x1687ac,0x3d2,_0x5944e5._0x547e34)]=_0x5d8b76(0x32f,0x269,_0x5944e5._0x446347,_0x5944e5._0x1ba9a9)+_0x365ff8(-_0x5944e5._0x28a030,-_0x5944e5._0x51c621,-0x1db,-0x252)+_0x365ff8(-_0x5944e5._0x1e6874,-0x304,-0x26a,-_0x5944e5._0x192390);function _0x5d8b76(_0x5853fb,_0x514163,_0x35811d,_0x26ae24){return _0x37c33e(_0x26ae24-_0x19931f._0x38199f,_0x514163-_0x19931f._0x38f193,_0x514163,_0x26ae24-_0x19931f._0x6de567);}const _0x329ff1=_0x209f58,{callingTask:_0x5ec693,taskUser:_0x5b1ebd,environmentName:_0x2e7914,environmentPath:_0x409f3d}=_0x2b3bed,{name:_0x1edd59}=_0x2b3bed['params'],{content:_0x111d60,metadata:_0x4a1a38}=_0x2b3bed['body'];if(_0x1edd59[_0x5d8b76(_0x5944e5._0x33cbe9,0x38b,_0x5944e5._0x4137bd,0x34a)]('/')||_0x1edd59[_0x365ff8(-0x298,-_0x5944e5._0x5c3503,-0x208,-0x1cc)]('\x5c')||_0x1edd59[_0x5d8b76(0x2b2,_0x5944e5._0x2bf979,0x334,_0x5944e5._0x51e425)]('..')){const _0x6c06d={};return _0x6c06d[_0x5d8b76(_0x5944e5._0x433b4d,_0x5944e5._0x4d0bf0,0x23a,0x2cf)]=_0x329ff1[_0x365ff8(-_0x5944e5._0x46e6d2,-_0x5944e5._0x350dc5,-_0x5944e5._0x4edff5,-_0x5944e5._0x401507)],_0x6c06d[_0x5d8b76(0x496,0x469,_0x5944e5._0x2e1aac,_0x5944e5._0x47d050)]=_0x329ff1[_0x5d8b76(0x3fc,0x394,0x405,_0x5944e5._0xbf551e)],_0x178404[_0x5d8b76(_0x5944e5._0x5ae21e,0x36b,_0x5944e5._0x2aafa7,_0x5944e5._0x407787)](-0x1b7b*-0x1+-0x1ff6*0x1+0x60b)[_0x5d8b76(_0x5944e5._0x192390,_0x5944e5._0x4eb026,0x289,0x307)](_0x6c06d);}if(_0x329ff1[_0x365ff8(-_0x5944e5._0x46d629,-0x15d,-0x21c,-0x189)](_0x111d60,undefined)){if(_0x329ff1[_0x5d8b76(0x3e1,0x344,0x350,_0x5944e5._0x4afc49)](_0x329ff1[_0x5d8b76(_0x5944e5._0x46bfac,0x2e6,_0x5944e5._0x57f1ff,0x318)],_0x365ff8(-0x116,-0x1a9,-0x168,-_0x5944e5._0x289bdf))){const _0x164654={};_0x164654[_0x5d8b76(0x344,_0x5944e5._0x19589d,0x371,_0x5944e5._0x3edc7f)]=_0x56d133['callingTas'+'k']['taskId'],_0x164654[_0x365ff8(-0x221,-_0x5944e5._0x5178f9,-_0x5944e5._0x50cb32,-0x172)]=_0x1a8c8e[_0x365ff8(-_0x5944e5._0x2f463e,-_0x5944e5._0x1d3352,-_0x5944e5._0x1898e0,-_0x5944e5._0x5eca89)]['id'],_0x164654[_0x365ff8(-0x1d3,-_0x5944e5._0x50e721,-0x16c,-0xf6)]=_0x3ca5c1[_0x365ff8(-0x17a,-_0x5944e5._0x542d59,-0x14a,-0x178)][_0x365ff8(-_0x5944e5._0x44bdad,-0x1a1,-_0x5944e5._0x101e6b,-0x172)],_0x13e06d[_0x365ff8(-0xe3,-0x143,-0x129,-_0x5944e5._0x414ddb)](_0x329ff1[_0x5d8b76(_0x5944e5._0x39f2db,_0x5944e5._0x4328ba,_0x5944e5._0x30de32,_0x5944e5._0x30de32)],_0x164654);const _0x192b53={};return _0x192b53[_0x365ff8(-0x1e7,-0x2e0,-_0x5944e5._0x4befdb,-_0x5944e5._0x52dcd8)]=_0x365ff8(-_0x5944e5._0x30ba73,-0xfa,-0x138,-_0x5944e5._0x1abb6a),_0x192b53[_0x365ff8(-0x116,-0x102,-_0x5944e5._0x195776,-_0x5944e5._0x444ba2)]=_0x5d8b76(0x37d,0x4d5,0x37b,_0x5944e5._0x1503a8)+_0x365ff8(-_0x5944e5._0x2bc557,-0x170,-0x174,-0xf4)+_0x5d8b76(0x446,0x328,0x464,0x3ac)+_0x5d8b76(_0x5944e5._0x52d490,0x35f,_0x5944e5._0x2c7b10,0x2cb)+'environmen'+_0x5d8b76(_0x5944e5._0x1100ef,0x3c8,_0x5944e5._0x3ccc38,_0x5944e5._0xd67049),_0x489501[_0x5d8b76(0x2af,_0x5944e5._0x4bb4ae,0x37e,0x367)](0x1a36*0x1+-0x11*0xb1+-0xce2)[_0x365ff8(-_0x5944e5._0x592d17,-0x290,-_0x5944e5._0x33de1b,-0x1fb)](_0x192b53);}else{const _0x4150a5={};return _0x4150a5['error']=_0x329ff1[_0x365ff8(-0x136,-_0x5944e5._0x4e4b39,-0x19b,-_0x5944e5._0xc490ee)],_0x4150a5['message']=_0x329ff1['yeEHO'],_0x178404['status'](-0x1a*-0x141+-0x1307+-0xc03)[_0x5d8b76(0x359,0x38a,_0x5944e5._0x52338b,0x307)](_0x4150a5);}}const _0x57af71={};_0x57af71[_0x365ff8(-_0x5944e5._0x40a7a1,-_0x5944e5._0x50afcd,-0x210,-0x170)]=_0x5ec693[_0x5d8b76(_0x5944e5._0x245404,_0x5944e5._0x19633f,0x286,_0x5944e5._0x3edc7f)],_0x57af71[_0x365ff8(-_0x5944e5._0x3d8a0e,-0x182,-_0x5944e5._0x5e5278,-0x14c)+'t']=_0x2e7914,_0x57af71[_0x365ff8(-_0x5944e5._0x435b0f,-0x19d,-0x257,-0x2b2)]=_0x1edd59,_0x57af71[_0x365ff8(-_0x5944e5._0x449ad5,-_0x5944e5._0x39bd1a,-_0x5944e5._0x28b17b,-_0x5944e5._0x1c1856)]=_0x5b1ebd['id'],_0x57af71[_0x5d8b76(_0x5944e5._0x5db1c2,_0x5944e5._0x3ffa58,_0x5944e5._0x1691ee,_0x5944e5._0x2ef319)+'a']=_0x4a1a38!==undefined;function _0x365ff8(_0x576eef,_0xdf01e7,_0x55cdbf,_0x51e5fa){return _0x37c33e(_0x55cdbf- -0x11c,_0xdf01e7-0x7,_0x576eef,_0x51e5fa-_0x2b228a._0x2e07b5);}logger[_0x365ff8(-_0x5944e5._0x103703,-_0x5944e5._0x4fa0d4,-0x20d,-_0x5944e5._0x2fb446)](_0x329ff1[_0x365ff8(-_0x5944e5._0x396c35,-_0x5944e5._0x362879,-0x17f,-0x1cb)],_0x57af71);const _0x1f89e2=_0x4d592e[_0x5d8b76(0x447,_0x5944e5._0x381406,0x3de,0x3a1)](_0x409f3d,_0x329ff1['tWfSB']),_0x417b65=_0x4d592e[_0x365ff8(-_0x5944e5._0x2d96f5,-0x182,-_0x5944e5._0xad28c2,-_0x5944e5._0x173254)](_0x1f89e2,_0x1edd59+'.md'),_0x5d89ce=_0x4d592e[_0x5d8b76(_0x5944e5._0x4e7993,0x393,_0x5944e5._0x2b6899,_0x5944e5._0x55d25c)](_0x1f89e2,_0x1edd59+_0x365ff8(-_0x5944e5._0x4b0669,-0x269,-_0x5944e5._0x5d1044,-0x31a)),_0x1940d4=new Date()['toISOStrin'+'g']();try{const _0x112edd=_0x329ff1[_0x365ff8(-_0x5944e5._0x4c0965,-_0x5944e5._0x5a5d04,-0x19f,-_0x5944e5._0x9944be)][_0x5d8b76(0x23f,0x326,0x268,0x2f8)]('|');let _0x2013c3=-0x141b+-0x1be*0x16+0x3a6f;while(!![]){switch(_0x112edd[_0x2013c3++]){case'0':_0x4a1a38!==undefined&&_0x329ff1[_0x5d8b76(0x2fb,_0x5944e5._0x2befac,0x367,_0x5944e5._0x3d2717)](_0x4a1a38,null)&&await _0x482490['writeFile'](_0x5d89ce,JSON[_0x5d8b76(0x309,0x3ec,0x35f,0x340)](_0x4a1a38,null,-0x1*-0x234b+-0x297+-0x20b2),_0x365ff8(-_0x5944e5._0x402704,-_0x5944e5._0x448707,-0x1b6,-_0x5944e5._0x5119ea));continue;case'1':const _0x44c6a7={};_0x44c6a7[_0x5d8b76(_0x5944e5._0x1cc6fe,0x2e1,_0x5944e5._0x23cd9e,0x342)]=_0x5ec693[_0x5d8b76(_0x5944e5._0xbc2fd,_0x5944e5._0x882a0e,0x319,0x342)],_0x44c6a7['environmen'+'t']=_0x2e7914,_0x44c6a7['template']=_0x1edd59,_0x44c6a7[_0x365ff8(-0x140,-_0x5944e5._0x1d05aa,-_0x5944e5._0x50cb32,-0x237)]=_0x5b1ebd['id'],logger[_0x5d8b76(0x310,0x365,0x3dd,_0x5944e5._0x536765)](_0x365ff8(-_0x5944e5._0x14fd4c,-_0x5944e5._0x3fdc5e,-_0x5944e5._0x12ea0b,-0x212)+'pdated\x20by\x20'+_0x5d8b76(0x361,0x3d0,_0x5944e5._0x4b9d0c,0x3c7),_0x44c6a7);continue;case'2':await _0x482490['writeFile'](_0x417b65,_0x111d60,_0x329ff1[_0x5d8b76(0x3ea,0x43d,_0x5944e5._0x251832,_0x5944e5._0x4e208f)]);continue;case'3':const _0xde1551={};_0xde1551[_0x365ff8(-_0x5944e5._0x501d8e,-_0x5944e5._0x172721,-0x17b,-0x238)]=!![],await _0x482490['mkdir'](_0x1f89e2,_0xde1551);continue;case'4':const _0x2e1b44={};_0x2e1b44['success']=!![],_0x2e1b44['name']=_0x1edd59,_0x2e1b44[_0x5d8b76(0x397,_0x5944e5._0x2970e7,0x36e,0x383)+'t']=_0x2e7914,_0x2e1b44[_0x5d8b76(0x22c,0x331,0x35b,0x2dd)]=_0x1940d4,_0x2e1b44[_0x365ff8(-_0x5944e5._0x58276e,-_0x5944e5._0x40aa08,-_0x5944e5._0x2109d5,-0xab)+_0x365ff8(-_0x5944e5._0x4806aa,-0x1d4,-_0x5944e5._0x5b7099,-_0x5944e5._0x5a1041)]=_0x5ec693['taskId'],_0x2e1b44[_0x5d8b76(_0x5944e5._0x3e2066,0x38f,0x2d7,_0x5944e5._0x100d60)+'serId']=_0x5b1ebd['id'],_0x178404['json'](_0x2e1b44);continue;}break;}}catch(_0x5b7120){const _0xab3694={};_0xab3694[_0x5d8b76(_0x5944e5._0x3b5cdb,0x351,_0x5944e5._0x144d9a,_0x5944e5._0x3edc7f)]=_0x5ec693[_0x5d8b76(_0x5944e5._0x3a144d,_0x5944e5._0x21803b,_0x5944e5._0x16dbbf,0x342)],_0xab3694[_0x365ff8(-_0x5944e5._0x342374,-_0x5944e5._0x39a1d1,-_0x5944e5._0x57ec49,-_0x5944e5._0x3d4943)+'t']=_0x2e7914,_0xab3694[_0x365ff8(-0x312,-_0x5944e5._0x429a02,-0x257,-_0x5944e5._0x26f829)]=_0x1edd59,_0xab3694[_0x5d8b76(0x282,_0x5944e5._0x22c5a5,0x329,0x2cf)]=_0x5b7120[_0x365ff8(-_0x5944e5._0x5eec6d,-_0x5944e5._0x5e166b,-_0x5944e5._0x195776,-0xcf)],logger[_0x365ff8(-0x287,-0x229,-0x283,-_0x5944e5._0x596766)](_0x365ff8(-_0x5944e5._0x45b2da,-0x20d,-_0x5944e5._0x41298d,-_0x5944e5._0x31f485)+_0x5d8b76(_0x5944e5._0x21e721,0x383,_0x5944e5._0x1d1e2f,0x377)+_0x5d8b76(_0x5944e5._0x2cc9a3,_0x5944e5._0x5f3d56,0x38c,0x2e8),_0xab3694);const _0x48d091={};_0x48d091['error']=_0x365ff8(-0x2d1,-_0x5944e5._0x585f4f,-_0x5944e5._0x11146b,-0x23d)+_0x5d8b76(_0x5944e5._0x4c8862,0x36f,_0x5944e5._0x51763e,0x31a)+'r',_0x48d091['message']=_0x329ff1[_0x365ff8(-_0x5944e5._0x13d9ea,-_0x5944e5._0xaf7982,-_0x5944e5._0x3dc28f,-0x1d4)],_0x178404[_0x365ff8(-_0x5944e5._0x295fdd,-0x1f6,-_0x5944e5._0x172721,-0x16e)](0xa87+-0x1a3*0x16+0x1b6f*0x1)[_0x365ff8(-_0x5944e5._0x128f96,-0x2b1,-0x24b,-0x2e5)](_0x48d091);}}),router['delete']('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x5ecc5a,_0x4df6d3)=>{const _0x4408d3={_0x21f077:0xb5,_0x2b302a:0x79,_0x55f2bb:0x3e1,_0x5312c3:0x355,_0x3a26f7:0x43d,_0x437884:0x324,_0x40edce:0x1c5,_0x1be65f:0x12b,_0x52f654:0xe5,_0x1422c1:0xe4,_0x3a7d03:0x128,_0x1618e0:0xc3,_0x4bc146:0x17d,_0x2dca01:0x117,_0x46d830:0x38,_0x98cf5a:0xf,_0x478a8a:0x2e4,_0x55816d:0x2a7,_0x354fc6:0x238,_0x5f21fd:0xf6,_0x295871:0x9b,_0x23cfb6:0x8e,_0x63b289:0x275,_0x500c87:0x1e8,_0x35be5a:0x176,_0x2db457:0x150,_0x28bcd2:0x153,_0x221b3a:0xc5,_0x117520:0x11a,_0x155227:0x3c7,_0x497dcc:0x319,_0x2f6ba3:0x105,_0x2d2d5e:0xc0,_0x25fb1d:0x124,_0x1a0944:0x6a,_0x363601:0x172,_0x59bb63:0x40,_0x14804b:0xe6,_0x1a3af8:0xa5,_0x138c7e:0x46,_0x304e67:0x9c,_0x296c98:0xa4,_0xb65fc6:0x371,_0x34e6e1:0x29f,_0x28ef4f:0x395,_0x422fee:0x3d3,_0x21a6ea:0x2e5,_0x334138:0x273,_0x155ac6:0x235,_0x3ae8f4:0x73,_0x2fabcb:0x9d,_0x54841e:0x121,_0x21707f:0x137,_0x490b05:0x4a9,_0x9c1aaa:0x40b,_0x59f6a8:0x112,_0x11364b:0x2d3,_0x27863a:0x227,_0x502253:0x340,_0x284af2:0x48a,_0x3a866e:0x28b,_0x17ac73:0x26f,_0x5886d5:0x426,_0x368efa:0xd,_0x1fe707:0x2cb,_0x8bda46:0x20e,_0x7a4772:0x5a,_0x1fe2e4:0x43e,_0x21a83c:0xdf,_0x1ba690:0x3cd,_0x2ec54b:0x3ef,_0x2901fe:0x422,_0x5cd75e:0x409,_0x343c4b:0x3b2,_0x136201:0x369,_0x300d02:0x2c1,_0x56fca6:0x285,_0x4ceec0:0x33f,_0x153365:0x159,_0x4a57e6:0x13d,_0x47a8d9:0xd8,_0x33a2ab:0x415,_0x3998e7:0x3d7,_0xd3d336:0x3b1,_0x1366d3:0x45b,_0x22d96d:0x397,_0x4ba501:0x37a,_0x4c4ec5:0x350,_0x8eedae:0x35f,_0x262e7b:0x3e3,_0x249de2:0x3fc,_0x13fc8c:0x1a3,_0x5d19d3:0xe3,_0x867ece:0x173,_0x2b5697:0xb7,_0x1d5f13:0x11,_0x59c564:0x2a,_0x494b9c:0x179,_0xd701b0:0x18a,_0x387ada:0x30d,_0x4d7c4f:0x304,_0x254f32:0x390,_0x3604b7:0x70,_0x1b9014:0x3a,_0x2ae50f:0xb5,_0x2f3755:0x2d5,_0x143d0d:0x31d,_0x14784f:0x67,_0x3ec695:0xa,_0x4fd970:0x48,_0xd089db:0x1d3,_0x547843:0x17b,_0x1fea86:0x148,_0x5bc72f:0xdb,_0x271bee:0x1c,_0x4300f6:0xe7,_0x355fe0:0x2e9,_0x1b3018:0x2a6,_0x2144cd:0x348,_0x53f5fb:0x3b6,_0x4af596:0x2b7,_0x22debe:0x2b1,_0x123cac:0x388,_0x3157c3:0x28,_0x3b37ed:0x7f,_0x1f3e5f:0x219,_0x101183:0x2d1,_0x3573b5:0x315,_0x1f9291:0x29,_0x1aed93:0xe5,_0x1ae31f:0x267,_0x5cc9e7:0x248,_0x4a5da8:0x2d5,_0x5eb535:0x3e,_0x29b97f:0x71,_0x3b5fa6:0x5a,_0x46faf9:0x397,_0x35b55f:0x38a,_0x44045b:0x317,_0x81ddeb:0x6c,_0x4b1c49:0x100,_0x71f9f5:0x100,_0x408b8b:0xd3,_0x233428:0x358,_0x94cf25:0xe8,_0x5bce87:0x34b,_0x38e116:0x37b,_0x5bbadd:0x336,_0x3000f0:0x38b,_0x5591bf:0xa1,_0x4c5e21:0x3e,_0x22edb8:0x80,_0xeb639f:0xea,_0xbc73d3:0xa1,_0x4a0e9a:0x59,_0x44b963:0x32d,_0x43e632:0xc0,_0x514ff6:0x3cf,_0x729c3f:0x420,_0x8322c8:0x48c,_0x20bf1e:0x383,_0x516ddb:0x389,_0x59a1f9:0x2d2,_0x453329:0xbc,_0x4efdb8:0x31b,_0x4f33aa:0x3c8,_0x209dfc:0x286,_0x5b1050:0x40a,_0x480bb4:0x455,_0x3b52ab:0x1f8,_0x526a66:0x16c,_0x27afe8:0x15e,_0x148fd0:0x368,_0x751144:0x3e1,_0x32db44:0x363,_0x3a0bf4:0x370,_0x528239:0x27d,_0x2b5407:0x471,_0x45cba2:0x33e,_0x6d04f4:0x35f,_0x582677:0x3c4,_0x3c6e93:0x176,_0x2ca883:0x3c0,_0x1c5522:0x3a9,_0x2ae91f:0x437,_0x33cdc4:0x44a,_0x1784f5:0x393,_0x50339d:0x281,_0x565374:0x3a6,_0x2bc390:0x36b,_0x3237f5:0x1ab,_0x534184:0x142,_0x544b3f:0x389,_0x2f562b:0x445,_0x48f986:0x3cf,_0x12a44a:0x301,_0x13c74c:0x37b,_0x30bd88:0x34b,_0x1b0ee0:0x352,_0x2543a2:0x3a2,_0x34039e:0x43,_0x1bf322:0x25,_0x1d60f4:0xbb,_0x18ef62:0x3a0,_0x59e95d:0x2d,_0x5f2587:0x29,_0x32cde0:0x52,_0x581eba:0x19e,_0x53ade4:0xf5,_0x2118b1:0x188,_0x3b4b38:0x20c,_0xd153f:0x176,_0x26ae43:0x193,_0x26b37a:0x146,_0x593cd3:0x1fb,_0x5770ca:0x40d,_0x114a4f:0x425,_0x4b1896:0x36b,_0x4f8243:0x320,_0x41947:0x30d,_0x201c61:0x364,_0x188b80:0x3e7,_0x47daa1:0x49,_0x25e101:0x4c,_0x2e5e79:0xbd,_0x24ce38:0x318,_0x409433:0x2cd,_0x223903:0x3c7,_0x272ac1:0x462,_0x3a40c1:0x33b,_0x341599:0x2df,_0x4573d1:0x130,_0x599d21:0x81,_0x5e9db0:0x3b,_0x24404e:0xab,_0x40b3e0:0x1df,_0x42c942:0xee,_0x524233:0x212,_0x207b41:0x2cf,_0x57986c:0x496,_0x375286:0x36c,_0x31b0b6:0x2ca,_0x244a72:0x302,_0x485767:0x339,_0x1f4de2:0x325,_0x3242dd:0x2e7,_0x39ed6a:0x2d4,_0x207aab:0x307,_0x2c6394:0x366,_0x219ad8:0x33f,_0x47f418:0x3e4,_0xbd6827:0x30b,_0x4dca84:0x296,_0x43efe2:0x2c3,_0x30567b:0x271,_0x417a08:0x10e,_0x70f8eb:0x173,_0x4dec5b:0x3a8,_0x583d1c:0x3f2,_0x1ddeed:0x3c5,_0x396bf1:0x133,_0x70e338:0x1bc,_0x418e1c:0x17b,_0x485371:0x210,_0x55dac6:0x328,_0x9956a3:0x3c3,_0x3bca28:0x115,_0x152416:0x160,_0x1101bf:0x67,_0x3090e8:0xa9,_0x90b836:0x162,_0x279852:0x157,_0x2b66b2:0x15b,_0x1b576d:0x152,_0x43cad5:0x389,_0x391fa0:0x204,_0x4a224f:0x167,_0x4591cd:0x437,_0x111b7b:0x4e2,_0x4c297b:0x2fb,_0x5541f3:0x384,_0x57897c:0x2a,_0x5bd238:0x120,_0x1a7881:0x98,_0x22b912:0x2d5,_0x53f2c1:0x347,_0x1a77d8:0x3c0,_0x401826:0x45c,_0x3e4bc4:0x371,_0xfe434e:0x40f,_0x19316a:0x421,_0x489347:0x38c,_0x1a1862:0x3d6,_0xfecc41:0x12a},_0x44c954={_0x5c506b:0x10b},_0x5d34d7={_0x2faf27:0xca},_0x418d8c={};_0x418d8c['nJmDe']=function(_0x5d750d,_0x10d613){return _0x5d750d===_0x10d613;},_0x418d8c[_0x571ecc(-_0x4408d3._0x21f077,-_0x4408d3._0x2b302a,-0x12b,-0xe5)]='ENOENT',_0x418d8c[_0x515aec(_0x4408d3._0x55f2bb,_0x4408d3._0x5312c3,_0x4408d3._0x3a26f7,_0x4408d3._0x437884)]='Not\x20Found',_0x418d8c['hVhHK']=_0x571ecc(-_0x4408d3._0x40edce,-_0x4408d3._0x1be65f,-0x1a3,-_0x4408d3._0x52f654)+_0x571ecc(-_0x4408d3._0x1422c1,-_0x4408d3._0x3a7d03,-_0x4408d3._0x1618e0,-0xfc)+'r',_0x418d8c[_0x571ecc(-_0x4408d3._0x4bc146,-_0x4408d3._0x2dca01,-0xe7,-0x1c8)]=function(_0x39467b,_0x4ca586){return _0x39467b===_0x4ca586;},_0x418d8c['iXiEB']='Failed\x20to\x20'+'read\x20AGENT'+_0x571ecc(-0xed,-0x40,-_0x4408d3._0x46d830,_0x4408d3._0x98cf5a),_0x418d8c[_0x515aec(_0x4408d3._0x478a8a,0x2fc,_0x4408d3._0x55816d,_0x4408d3._0x354fc6)]=_0x571ecc(-_0x4408d3._0x5f21fd,-0x11a,-_0x4408d3._0x295871,-_0x4408d3._0x23cfb6)+_0x515aec(0x330,0x3dc,_0x4408d3._0x63b289,0x2f5)+'uctions\x20fi'+'le',_0x418d8c[_0x571ecc(-_0x4408d3._0x500c87,-_0x4408d3._0x35be5a,-_0x4408d3._0x2db457,-0x15e)]=function(_0x5a4468,_0x2cbcfc){return _0x5a4468===_0x2cbcfc;},_0x418d8c[_0x571ecc(-0x165,-_0x4408d3._0x28bcd2,-_0x4408d3._0x221b3a,-0x1bc)]=_0x571ecc(-0x154,-_0x4408d3._0x117520,-0x119,-0x1ca)+_0x515aec(_0x4408d3._0x155227,0x47e,0x3d2,_0x4408d3._0x497dcc)+'ates',_0x418d8c['LOlEv']=_0x571ecc(-_0x4408d3._0x2f6ba3,-_0x4408d3._0x2d2d5e,-0x73,-0x117)+_0x571ecc(-0x125,-_0x4408d3._0x25fb1d,-_0x4408d3._0x1a0944,-_0x4408d3._0x363601)+'d',_0x418d8c[_0x571ecc(-_0x4408d3._0x59bb63,-_0x4408d3._0x14804b,-_0x4408d3._0x1a3af8,-_0x4408d3._0x138c7e)]=_0x571ecc(-_0x4408d3._0x304e67,-_0x4408d3._0x2f6ba3,-_0x4408d3._0x296c98,-0xa4),_0x418d8c[_0x515aec(0x342,0x3e5,_0x4408d3._0xb65fc6,_0x4408d3._0x34e6e1)]=_0x515aec(_0x4408d3._0x28ef4f,0x3f3,_0x4408d3._0x422fee,0x3cc),_0x418d8c['iRCZM']=_0x515aec(_0x4408d3._0x21a6ea,_0x4408d3._0x334138,0x29d,_0x4408d3._0x155ac6)+'t',_0x418d8c[_0x571ecc(-_0x4408d3._0x3ae8f4,-_0x4408d3._0x2fabcb,-_0x4408d3._0x54841e,-_0x4408d3._0x21707f)]=_0x515aec(0x418,_0x4408d3._0x490b05,_0x4408d3._0x9c1aaa,0x3e4)+_0x571ecc(-0xdd,-0xfb,-0xe2,-0x48)+'e',_0x418d8c[_0x571ecc(-0xfb,-_0x4408d3._0x59f6a8,-0xca,-0x107)]=_0x515aec(_0x4408d3._0x11364b,_0x4408d3._0x27863a,_0x4408d3._0x502253,_0x4408d3._0x5312c3)+'ing\x20templa'+'te',_0x418d8c[_0x515aec(0x40a,0x457,0x352,_0x4408d3._0x284af2)]=_0x515aec(0x2f6,_0x4408d3._0x3a866e,0x312,_0x4408d3._0x17ac73)+_0x515aec(0x3b8,0x37b,_0x4408d3._0x5886d5,0x407),_0x418d8c[_0x571ecc(-_0x4408d3._0x368efa,-0x7,0x54,-0x9d)]=_0x515aec(_0x4408d3._0x1fe707,_0x4408d3._0x8bda46,0x321,0x258),_0x418d8c[_0x571ecc(-_0x4408d3._0x7a4772,-0x104,-0x15e,-0x45)]=_0x515aec(_0x4408d3._0x1fe2e4,0x4f5,0x4cd,0x4b2)+_0x571ecc(-_0x4408d3._0x21a83c,-0xa2,-0x4a,-0x12e)+_0x515aec(_0x4408d3._0x1ba690,0x3eb,_0x4408d3._0x2ec54b,0x3af),_0x418d8c['oWqVN']=_0x515aec(_0x4408d3._0x2901fe,0x3b8,_0x4408d3._0x5cd75e,_0x4408d3._0x343c4b),_0x418d8c[_0x515aec(_0x4408d3._0x136201,0x361,_0x4408d3._0x300d02,0x2aa)]=_0x515aec(0x429,0x371,0x3ce,0x3c4),_0x418d8c[_0x515aec(0x2d4,0x287,0x2f8,_0x4408d3._0x56fca6)]=function(_0x5b93fd,_0x5aaf17){return _0x5b93fd!==_0x5aaf17;},_0x418d8c[_0x515aec(_0x4408d3._0x4ceec0,0x35f,0x3bb,0x38d)]='rRBTM',_0x418d8c[_0x571ecc(-_0x4408d3._0x153365,-_0x4408d3._0x4a57e6,-0x1a2,-_0x4408d3._0x47a8d9)]=_0x515aec(_0x4408d3._0x33a2ab,0x455,_0x4408d3._0x3998e7,_0x4408d3._0xd3d336),_0x418d8c['nUpbd']=_0x515aec(0x32e,0x291,0x29a,0x38d)+_0x571ecc(-0x13f,-0xb1,-0x37,-0xa4)+'plate';const _0xbc1200=_0x418d8c,{callingTask:_0x1aa575,taskUser:_0x9ef241,environmentName:_0x42ac84,environmentPath:_0x34e8e9}=_0x5ecc5a,{name:_0x368f68}=_0x5ecc5a[_0x515aec(0x3f8,_0x4408d3._0x1366d3,_0x4408d3._0x22d96d,_0x4408d3._0x4ba501)];if(_0x368f68[_0x515aec(_0x4408d3._0x4c4ec5,_0x4408d3._0x8eedae,_0x4408d3._0x262e7b,_0x4408d3._0x249de2)]('/')||_0x368f68['includes']('\x5c')||_0x368f68[_0x515aec(0x350,0x3c1,0x39b,0x3b7)]('..')){if(_0xbc1200[_0x571ecc(-0x8b,-_0x4408d3._0x14804b,-_0x4408d3._0x13fc8c,-0x55)]!==_0xbc1200[_0x571ecc(-0x150,-0x106,-0x78,-0xdb)]){const _0x595c04={};return _0x595c04[_0x571ecc(-_0x4408d3._0x5d19d3,-_0x4408d3._0x867ece,-_0x4408d3._0x59f6a8,-_0x4408d3._0x2b5697)]=_0xbc1200[_0x515aec(0x43f,0x419,0x411,0x3e0)],_0x595c04[_0x571ecc(0xa0,-_0x4408d3._0x1d5f13,0x5d,_0x4408d3._0x59c564)]=_0xbc1200[_0x515aec(0x3ab,0x422,0x40e,0x30e)],_0x4df6d3[_0x571ecc(-_0x4408d3._0x494b9c,-0xdb,-0x13a,-_0x4408d3._0xd701b0)](0x2063+-0x1fa9+0xd6)[_0x515aec(_0x4408d3._0x387ada,_0x4408d3._0x4d7c4f,0x374,_0x4408d3._0x254f32)](_0x595c04);}else{if(_0xbc1200[_0x571ecc(_0x4408d3._0x3604b7,-0x4a,_0x4408d3._0x1b9014,0x59)](_0x40abf4[_0x571ecc(-0x107,-0xdc,-0x76,-0xa1)],_0xbc1200[_0x571ecc(-0xe2,-0x79,-_0x4408d3._0x2ae50f,-0x89)])){const _0x19e5a7={};_0x19e5a7[_0x515aec(_0x4408d3._0x2f3755,0x28f,0x288,_0x4408d3._0x143d0d)]=_0xbc1200[_0x571ecc(0x4b,-_0x4408d3._0x14784f,-0x11,_0x4408d3._0x3ec695)],_0x19e5a7[_0x571ecc(0x70,-0x11,0x57,_0x4408d3._0x4fd970)]='Template\x20\x27'+_0xce434c+(_0x571ecc(-_0x4408d3._0xd089db,-_0x4408d3._0x547843,-0x189,-_0x4408d3._0x1fea86)+'d'),_0x14eeee[_0x571ecc(-0xb1,-_0x4408d3._0x5bc72f,-_0x4408d3._0x271bee,-_0x4408d3._0x4300f6)](0x1cb+-0x148f+0x15*0xf8)[_0x515aec(_0x4408d3._0x387ada,_0x4408d3._0x355fe0,_0x4408d3._0x1b3018,0x392)](_0x19e5a7);}else{const _0x6fb7ec={};_0x6fb7ec[_0x515aec(_0x4408d3._0x2144cd,0x34b,_0x4408d3._0x53f5fb,_0x4408d3._0x4af596)]=_0x31c41a[_0x515aec(0x348,_0x4408d3._0x22debe,_0x4408d3._0x123cac,0x35e)],_0x6fb7ec[_0x571ecc(-_0x4408d3._0x3157c3,-0xbf,-0xb0,-_0x4408d3._0x3b37ed)+'t']=_0x53b39f,_0x6fb7ec[_0x571ecc(-0x8c,-0x147,-0x10c,-0x1eb)]=_0x1a34ef,_0x6fb7ec[_0x515aec(0x2d5,_0x4408d3._0x1f3e5f,_0x4408d3._0x101183,_0x4408d3._0x3573b5)]=_0xf7f040[_0x571ecc(_0x4408d3._0x1f9291,-0x11,-0x15,0x53)],_0x58b3f9[_0x571ecc(-_0x4408d3._0x1aed93,-0x173,-0x10f,-0x1dc)]('Failed\x20to\x20'+_0x571ecc(-0x150,-0xb1,-0x168,-0x69)+_0x515aec(0x2ef,_0x4408d3._0x1ae31f,_0x4408d3._0x5cc9e7,0x341),_0x6fb7ec);const _0x4dd8d8={};_0x4dd8d8[_0x515aec(_0x4408d3._0x4a5da8,0x373,0x223,0x28e)]=_0xbc1200['hVhHK'],_0x4dd8d8[_0x571ecc(_0x4408d3._0x5eb535,-0x11,_0x4408d3._0x29b97f,_0x4408d3._0x3b5fa6)]='Failed\x20to\x20'+_0x515aec(_0x4408d3._0x46faf9,0x414,_0x4408d3._0x35b55f,_0x4408d3._0x44045b)+'plate',_0xebb86b[_0x571ecc(-0x157,-0xdb,-0x27,-_0x4408d3._0x81ddeb)](0x4e9*0x1+-0x1*0x22cd+-0xfec*-0x2)['json'](_0x4dd8d8);}}}const _0x508f4d={};_0x508f4d[_0x571ecc(-0x1a6,-_0x4408d3._0x4b1c49,-0x1b3,-_0x4408d3._0x2d2d5e)]=_0x1aa575[_0x571ecc(-0xde,-_0x4408d3._0x71f9f5,-0x12e,-_0x4408d3._0x408b8b)],_0x508f4d[_0x515aec(0x389,0x337,0x2f1,0x31c)+'t']=_0x42ac84,_0x508f4d[_0x515aec(0x301,0x302,_0x4408d3._0x233428,0x274)]=_0x368f68;function _0x571ecc(_0xca99e7,_0x286f17,_0x16b239,_0x4b8870){return _0x266eb7(_0xca99e7-0x122,_0x4b8870,_0x286f17- -0xe6,_0x4b8870-_0x5d34d7._0x2faf27);}function _0x515aec(_0x2d5d17,_0x109f2f,_0xa3e644,_0xa9d3e0){return _0x266eb7(_0x2d5d17-0x6,_0xa9d3e0,_0x2d5d17-0x362,_0xa9d3e0-_0x44c954._0x5c506b);}_0x508f4d[_0x571ecc(-_0x4408d3._0x94cf25,-0x6a,-0x69,-0x1d)]=_0x9ef241['id'],logger[_0x515aec(_0x4408d3._0x5bce87,0x2ae,_0x4408d3._0x38e116,0x3ce)](_0xbc1200[_0x515aec(_0x4408d3._0x5bbadd,0x27c,0x2ea,_0x4408d3._0x3000f0)],_0x508f4d);const _0x33361d=_0x4d592e[_0x571ecc(-0x78,-_0x4408d3._0x5591bf,-0x140,-0xa1)](_0x34e8e9,_0xbc1200[_0x571ecc(-0x92,-_0x4408d3._0x4c5e21,_0x4408d3._0x22edb8,-0x96)]),_0x168026=_0x4d592e[_0x571ecc(-_0x4408d3._0xeb639f,-_0x4408d3._0xbc73d3,-_0x4408d3._0x4a0e9a,-0x18)](_0x33361d,_0x368f68+'.md'),_0x217692=_0x4d592e['join'](_0x33361d,_0x368f68+_0x515aec(0x2fb,0x310,0x2d6,0x367));try{await _0x482490['access'](_0x168026),await _0x482490['unlink'](_0x168026);try{if(_0x515aec(_0x4408d3._0x1fe707,_0x4408d3._0x44b963,0x277,0x34a)!==_0xbc1200[_0x571ecc(-_0x4408d3._0x43e632,-0x7,-0x83,-0x67)]){if(_0xbc1200['rCPxO'](_0x381f92['code'],_0xbc1200[_0x515aec(_0x4408d3._0x514ff6,_0x4408d3._0x729c3f,0x479,_0x4408d3._0x8322c8)])){const _0xf04000={};_0xf04000[_0x515aec(_0x4408d3._0x20bf1e,0x3be,0x3f4,_0x4408d3._0x249de2)]='',_0xf04000[_0x515aec(_0x4408d3._0x516ddb,_0x4408d3._0x59a1f9,0x3ca,0x3bd)+'t']=_0x4e8f3a,_0xf04000[_0x571ecc(0x2a,-0xf,0x5f,-_0x4408d3._0x453329)]=_0x515aec(_0x4408d3._0x4efdb8,0x395,_0x4408d3._0x4f33aa,_0x4408d3._0x209dfc),_0xf04000[_0x515aec(0x399,_0x4408d3._0x5b1050,0x2e1,_0x4408d3._0x480bb4)]=![],_0x54db6f[_0x571ecc(-0xfc,-0x13b,-_0x4408d3._0x3b52ab,-_0x4408d3._0x526a66)](_0xf04000);}else{const _0x43305f={};_0x43305f[_0x571ecc(-_0x4408d3._0x27afe8,-0x100,-0x15c,-0x188)]=_0x462430[_0x515aec(0x348,_0x4408d3._0x148fd0,0x385,_0x4408d3._0x751144)],_0x43305f[_0x515aec(_0x4408d3._0x516ddb,_0x4408d3._0x32db44,0x375,0x3e6)+'t']=_0x143bad,_0x43305f[_0x515aec(0x2d5,0x24e,_0x4408d3._0x3a0bf4,_0x4408d3._0x528239)]=_0x43f8ed[_0x515aec(0x437,0x410,_0x4408d3._0x2b5407,0x4b2)],_0x57d3e1[_0x515aec(0x2d5,_0x4408d3._0x45cba2,_0x4408d3._0x6d04f4,0x2e6)](_0xbc1200[_0x515aec(_0x4408d3._0x582677,0x376,_0x4408d3._0x38e116,0x474)],_0x43305f);const _0x3fe81a={};_0x3fe81a[_0x571ecc(-0x22c,-0x173,-0xd8,-_0x4408d3._0x3c6e93)]=_0xbc1200[_0x515aec(_0x4408d3._0x2ca883,_0x4408d3._0x1c5522,0x425,0x309)],_0x3fe81a[_0x515aec(_0x4408d3._0x2ae91f,0x456,_0x4408d3._0x33cdc4,_0x4408d3._0x1784f5)]=_0xbc1200['ATUSn'],_0x4d9f57['status'](-0xdf5+-0x6*0x54b+0x2fab)[_0x515aec(0x30d,0x361,0x252,_0x4408d3._0x50339d)](_0x3fe81a);}}else await _0x482490[_0x515aec(0x3fc,_0x4408d3._0x565374,0x3d3,_0x4408d3._0x2bc390)](_0x217692);}catch{}const _0x5e2d66={};_0x5e2d66['taskId']=_0x1aa575[_0x571ecc(-0x1bc,-0x100,-_0x4408d3._0x3237f5,-_0x4408d3._0x534184)],_0x5e2d66[_0x515aec(_0x4408d3._0x544b3f,_0x4408d3._0x2f562b,0x3a7,_0x4408d3._0x48f986)+'t']=_0x42ac84,_0x5e2d66[_0x515aec(_0x4408d3._0x12a44a,0x3ba,0x34a,0x277)]=_0x368f68,_0x5e2d66[_0x515aec(0x3de,0x479,_0x4408d3._0x13c74c,0x44d)]=_0x9ef241['id'],logger[_0x515aec(_0x4408d3._0x30bd88,0x33c,_0x4408d3._0x1b0ee0,_0x4408d3._0x2543a2)](_0xbc1200[_0x515aec(0x344,0x3cb,0x344,0x2b7)],_0x5e2d66);const _0x23dfd2={};_0x23dfd2[_0x571ecc(0x8,-_0x4408d3._0x34039e,_0x4408d3._0x1bf322,-_0x4408d3._0x1d60f4)]=!![],_0x23dfd2['name']=_0x368f68,_0x23dfd2['environmen'+'t']=_0x42ac84,_0x23dfd2['deletedByT'+'askId']=_0x1aa575[_0x515aec(0x348,0x379,0x2cf,_0x4408d3._0x18ef62)],_0x23dfd2[_0x571ecc(_0x4408d3._0x59e95d,-_0x4408d3._0x5f2587,0x64,-_0x4408d3._0x32cde0)+'serId']=_0x9ef241['id'],_0x4df6d3[_0x571ecc(-_0x4408d3._0x581eba,-0x13b,-_0x4408d3._0x21f077,-0x1bc)](_0x23dfd2);}catch(_0x3e724a){if(_0xbc1200['sRChn'](_0xbc1200['oWqVN'],_0xbc1200[_0x571ecc(-0x142,-_0x4408d3._0x21a83c,-_0x4408d3._0x53ade4,-_0x4408d3._0x2118b1)])){if(_0xbc1200[_0x571ecc(-_0x4408d3._0x3b4b38,-_0x4408d3._0xd153f,-0x175,-0x202)](_0x56c4a9['code'],_0x571ecc(-_0x4408d3._0x26ae43,-_0x4408d3._0x26b37a,-0x167,-_0x4408d3._0x593cd3))){const _0x40d94e={};_0x40d94e[_0x515aec(_0x4408d3._0x5770ca,0x3fd,_0x4408d3._0x114a4f,0x443)]=[],_0x40d94e[_0x515aec(0x389,_0x4408d3._0x4b1896,0x379,_0x4408d3._0x4f8243)+'t']=_0x47353f,_0x47195a[_0x515aec(_0x4408d3._0x41947,0x36e,_0x4408d3._0x13c74c,0x321)](_0x40d94e);}else{const _0x1724d1={};_0x1724d1[_0x515aec(0x348,0x2b8,_0x4408d3._0x201c61,0x376)]=_0x4bf92b[_0x515aec(0x348,0x36e,_0x4408d3._0x188b80,0x314)],_0x1724d1['environmen'+'t']=_0x408cd9,_0x1724d1['error']=_0x53d235[_0x571ecc(-_0x4408d3._0x47daa1,-_0x4408d3._0x1d5f13,_0x4408d3._0x25e101,-_0x4408d3._0x2e5e79)],_0x50226e[_0x515aec(0x2d5,0x2b5,0x2a9,_0x4408d3._0x24ce38)](_0x515aec(0x32e,0x37b,_0x4408d3._0x409433,0x280)+_0x515aec(_0x4408d3._0x223903,_0x4408d3._0x272ac1,_0x4408d3._0x3a40c1,0x376)+'ates',_0x1724d1);const _0x28a642={};_0x28a642[_0x515aec(_0x4408d3._0x4a5da8,_0x4408d3._0x341599,0x23d,0x388)]=_0xbc1200[_0x571ecc(-0xbb,-0x88,-_0x4408d3._0x4573d1,-_0x4408d3._0x1d60f4)],_0x28a642[_0x571ecc(-_0x4408d3._0x599d21,-_0x4408d3._0x1d5f13,-_0x4408d3._0x5e9db0,-_0x4408d3._0x24404e)]=_0xbc1200[_0x571ecc(-_0x4408d3._0x40b3e0,-0x153,-_0x4408d3._0x42c942,-_0x4408d3._0x524233)],_0x3a0383['status'](-0xbf*0x29+-0xa28+-0x11*-0x283)[_0x515aec(0x30d,_0x4408d3._0x207b41,0x29d,_0x4408d3._0x502253)](_0x28a642);}}else{if(_0xbc1200[_0x515aec(0x3fe,_0x4408d3._0xd3d336,0x393,_0x4408d3._0x57986c)](_0x3e724a[_0x515aec(_0x4408d3._0x375286,_0x4408d3._0x31b0b6,0x2d2,0x2e8)],_0x515aec(_0x4408d3._0x244a72,_0x4408d3._0x485767,_0x4408d3._0x1f4de2,_0x4408d3._0x3242dd))){if(_0xbc1200[_0x515aec(_0x4408d3._0x39ed6a,_0x4408d3._0x207aab,_0x4408d3._0x2c6394,0x318)](_0xbc1200[_0x515aec(_0x4408d3._0x219ad8,0x2f9,0x30f,_0x4408d3._0x47f418)],_0xbc1200[_0x515aec(_0x4408d3._0xbd6827,_0x4408d3._0x4dca84,_0x4408d3._0x43efe2,_0x4408d3._0x30567b)])){const _0x3811e2={};_0x3811e2[_0x571ecc(-_0x4408d3._0x417a08,-_0x4408d3._0x70f8eb,-0x190,-0x17d)]=_0x515aec(0x313,_0x4408d3._0x4dec5b,0x34b,0x3b7),_0x3811e2[_0x515aec(0x437,0x3a9,_0x4408d3._0x583d1c,_0x4408d3._0x1ddeed)]=_0x571ecc(-0x155,-_0x4408d3._0x396bf1,-_0x4408d3._0x70e338,-0x98)+_0x368f68+(_0x571ecc(-0x20f,-_0x4408d3._0x418e1c,-_0x4408d3._0x485371,-0x169)+'d'),_0x4df6d3['status'](-0x1a37+-0x121d+-0x68*-0x71)[_0x515aec(0x30d,_0x4408d3._0x55dac6,_0x4408d3._0x9956a3,0x36c)](_0x3811e2);}else{const _0x222200={};return _0x222200[_0x571ecc(-_0x4408d3._0x3bca28,-_0x4408d3._0x867ece,-_0x4408d3._0x152416,-_0x4408d3._0x8bda46)]=_0xbc1200[_0x571ecc(-0xeb,-_0x4408d3._0x1101bf,-_0x4408d3._0x3090e8,-0xcd)],_0x222200[_0x515aec(0x437,0x462,0x464,0x437)]=_0xbc1200['LOlEv'],_0x386938['status'](0x13ca*0x1+0xee2+-0x423*0x8)[_0x571ecc(-_0x4408d3._0x90b836,-0x13b,-_0x4408d3._0x279852,-0xb4)](_0x222200);}}else{const _0x88021b={};_0x88021b[_0x571ecc(-0xb7,-0x100,-_0x4408d3._0x2b66b2,-0x45)]=_0x1aa575[_0x571ecc(-0x198,-_0x4408d3._0x71f9f5,-0x154,-_0x4408d3._0x1b576d)],_0x88021b[_0x515aec(_0x4408d3._0x43cad5,0x307,0x2f2,0x2c9)+'t']=_0x42ac84,_0x88021b['template']=_0x368f68,_0x88021b[_0x571ecc(-_0x4408d3._0x391fa0,-0x173,-0x216,-_0x4408d3._0x4a224f)]=_0x3e724a[_0x515aec(_0x4408d3._0x4591cd,0x4ca,0x3eb,_0x4408d3._0x111b7b)],logger[_0x515aec(0x2d5,0x28b,_0x4408d3._0x4c297b,_0x4408d3._0x5541f3)](_0xbc1200[_0x571ecc(_0x4408d3._0x57897c,-0x61,-_0x4408d3._0x5bd238,-_0x4408d3._0x1a7881)],_0x88021b);const _0x186ee0={};_0x186ee0[_0x515aec(_0x4408d3._0x22b912,0x380,_0x4408d3._0x53f2c1,_0x4408d3._0x233428)]=_0xbc1200[_0x515aec(_0x4408d3._0x1a77d8,_0x4408d3._0x401826,_0x4408d3._0x3e4bc4,_0x4408d3._0xfe434e)],_0x186ee0[_0x515aec(_0x4408d3._0x2ae91f,_0x4408d3._0x19316a,_0x4408d3._0x489347,0x393)]=_0xbc1200[_0x571ecc(-0x5e,-0x61,-_0x4408d3._0x57897c,-0x2f)],_0x4df6d3[_0x515aec(0x36d,_0x4408d3._0x1a1862,0x3f9,_0x4408d3._0x4c297b)](0x259e+0x178c*-0x1+-0xc1e)[_0x571ecc(-0x1eb,-0x13b,-_0x4408d3._0xfecc41,-0xb2)](_0x186ee0);}}}});async function requireMemoryPermission(_0x38502c,_0x21f5b8,_0x16f103){const _0x4dd650={_0x2a6101:0x590,_0x3b11ef:0x5a4,_0x7ba2f4:0x573,_0x2c1250:0x1c8,_0x51f91b:0x4a5,_0xa10e12:0x446,_0x1b7c8d:0x561,_0x24038f:0x4f3,_0xb11422:0x379,_0x5c6b92:0x412,_0x3a1ef2:0x21a,_0x5e8223:0x1a6,_0x2ff601:0x20d,_0x382847:0x38b,_0x23f937:0x38b,_0x581103:0x331,_0x28221:0x557,_0x4fb4ae:0x564,_0x1ad5e1:0x4e9,_0xb198ba:0x246,_0xb36e9a:0x290,_0x2be329:0x270,_0x320024:0x21c,_0x2ae1b7:0x300,_0x224ba9:0x51f,_0x30265a:0x51e,_0x240248:0x58e,_0x555d03:0x54f,_0x184c3e:0x269,_0x429c45:0x235,_0xccd8cf:0x519,_0x4bb533:0x52d,_0x1c1429:0x614,_0x3304a3:0x60f,_0x5911a7:0x49f,_0x1a80e3:0x5df,_0x2fceaf:0x538,_0x20147f:0x2fe,_0x42bd6b:0x34c,_0x42e6c0:0x385,_0xc40558:0x413,_0x4ea4e0:0x17e,_0x39bcdd:0x12f,_0x8ba8c4:0x198,_0x334b45:0x224,_0x43f98b:0x45b,_0x41f735:0x223,_0x1892a7:0x327,_0x2ecf67:0x4e0,_0x1100db:0x580,_0x48e85f:0x534},_0x25daf4={_0x4397f0:0x57d,_0x9315cd:0x1e5},_0x4e58fb={'HEqwd':function(_0x545fc3,_0x5d8e45,_0x44b75c,_0x6931fc){return _0x545fc3(_0x5d8e45,_0x44b75c,_0x6931fc);},'nEsuz':_0x92aa6b(_0x4dd650._0x2a6101,_0x4dd650._0x3b11ef,0x61b,_0x4dd650._0x7ba2f4)+_0xe6032c(-_0x4dd650._0x2c1250,-0x1eb,-0x22b,-0x291)+_0x92aa6b(_0x4dd650._0x51f91b,_0x4dd650._0xa10e12,_0x4dd650._0x1b7c8d,_0x4dd650._0x24038f)+_0x92aa6b(0x38e,_0x4dd650._0xb11422,0x384,_0x4dd650._0x5c6b92)+_0xe6032c(-_0x4dd650._0x3a1ef2,-0x246,-_0x4dd650._0x5e8223,-_0x4dd650._0x2ff601)+'t\x20memory','rLjlp':function(_0x2ed7c1){return _0x2ed7c1();}};function _0x92aa6b(_0x585af9,_0x305954,_0x4a0fba,_0x545cfc){return _0x37c33e(_0x545cfc-_0x25daf4._0x4397f0,_0x305954-_0x25daf4._0x9315cd,_0x305954,_0x545cfc-0x1eb);}function _0xe6032c(_0x2d6a08,_0x180c9e,_0x139452,_0x3fffc4){return _0x37c33e(_0x180c9e- -0x193,_0x180c9e-0x1c3,_0x139452,_0x3fffc4-0xe3);}if(!await _0x4e58fb[_0xe6032c(-_0x4dd650._0x382847,-0x2f3,-_0x4dd650._0x23f937,-_0x4dd650._0x581103)](hasPermission,_0x38502c[_0x92aa6b(0x584,0x56e,_0x4dd650._0x28221,0x54f)]['id'],_0x92aa6b(_0x4dd650._0x4fb4ae,_0x4dd650._0x1ad5e1,0x578,0x4ca)+'ts:memory',_0x38502c[_0xe6032c(-0x1b0,-_0x4dd650._0xb198ba,-0x27b,-_0x4dd650._0xb36e9a)+_0xe6032c(-_0x4dd650._0x2be329,-_0x4dd650._0x320024,-0x240,-0x295)])){const _0x49e4fd={};_0x49e4fd[_0x92aa6b(0x51f,0x4a4,0x47f,0x489)]=_0x38502c['callingTas'+'k'][_0xe6032c(-_0x4dd650._0x2ae1b7,-0x287,-0x246,-0x334)],_0x49e4fd[_0x92aa6b(0x4f7,0x46d,0x589,_0x4dd650._0x224ba9)]=_0x38502c[_0x92aa6b(0x5b5,_0x4dd650._0x30265a,_0x4dd650._0x240248,_0x4dd650._0x555d03)]['id'],_0x49e4fd[_0xe6032c(-_0x4dd650._0x184c3e,-0x1e3,-0x179,-_0x4dd650._0x429c45)]=_0x38502c[_0xe6032c(-0x123,-0x1c1,-0x21f,-0x25a)][_0x92aa6b(0x56b,0x4e6,_0x4dd650._0xccd8cf,_0x4dd650._0x4bb533)],logger[_0x92aa6b(_0x4dd650._0x1c1429,0x4d2,_0x4dd650._0x3304a3,0x570)](_0xe6032c(-0x1b7,-0x25a,-0x1c7,-0x1db)+'\x20environme'+_0x92aa6b(_0x4dd650._0x5911a7,_0x4dd650._0x1a80e3,0x5ee,_0x4dd650._0x2fceaf)+_0xe6032c(-0x251,-0x2a0,-_0x4dd650._0x20147f,-_0x4dd650._0x42bd6b)+'n',_0x49e4fd);const _0x2c78bf={};return _0x2c78bf[_0x92aa6b(0x3ba,_0x4dd650._0x42e6c0,_0x4dd650._0xc40558,0x416)]=_0xe6032c(-_0x4dd650._0x4ea4e0,-0x1af,-_0x4dd650._0x39bcdd,-0x23a),_0x2c78bf[_0xe6032c(-0x18f,-_0x4dd650._0x8ba8c4,-0x1ba,-_0x4dd650._0x334b45)]=_0x4e58fb[_0x92aa6b(0x589,0x437,_0x4dd650._0x43f98b,0x4dd)],_0x21f5b8[_0xe6032c(-0x281,-0x262,-0x23d,-_0x4dd650._0x41f735)](0x1cd*-0xe+-0x55*0xd+0x1f1a)[_0xe6032c(-0x34e,-0x2c2,-0x304,-_0x4dd650._0x1892a7)](_0x2c78bf);}_0x4e58fb[_0x92aa6b(_0x4dd650._0x2ecf67,0x551,_0x4dd650._0x1100db,_0x4dd650._0x48e85f)](_0x16f103);}router[_0x37c33e(-0xd6,-0x3c,-0x172,-0x168)](_0x266eb7(0x92,0x6b,0x6a,0x2a),requireTaskAuth,requireMemoryPermission,async(_0x3d10a2,_0x3e675e)=>{const _0xca9160={_0x9adb2:0x29f,_0x272dc8:0x183,_0x13ebd7:0xd6,_0x1168c5:0x124,_0x5624d8:0x281,_0x414435:0x2bc,_0x1c3bf8:0xff,_0x35e594:0x181,_0x11b48c:0x201,_0x49e587:0x220,_0x478d3b:0x170,_0x31653f:0xea,_0x2536a9:0x196,_0x1d766f:0x216,_0x1af742:0x1a7,_0x3d976d:0x2ab,_0x1249b3:0x1f6,_0x235a78:0x234,_0x117f95:0x2c4,_0x3cf1a7:0x241,_0x4a228c:0x1b9,_0x32ca7e:0x1aa,_0x5f4afa:0x1e5,_0x2e7601:0x145,_0x2808a6:0x1b1,_0x5b0cee:0x1b3,_0x48f0b5:0x26a,_0x490e56:0x2c5,_0x2ca497:0x23b,_0x444ca0:0x122,_0xf1f4e2:0x12a,_0xd3a591:0x25b,_0x38ee6a:0x262,_0x28a6de:0x1fc,_0x2b6d62:0x2b3,_0x12372b:0x1bd,_0x2e7fd2:0x166,_0x5890ae:0x1f4,_0x3855c3:0x15c,_0x419c3f:0x14a,_0x1469fb:0x102,_0x2b1596:0x168,_0x238f02:0x22b,_0x2718b7:0x19e,_0x32b953:0x149,_0x3101a9:0x238,_0x14780b:0x1a1,_0x1487cc:0x14b,_0x438d21:0x251,_0x4f9907:0x235,_0x12ca62:0x217,_0x77a092:0x31a,_0x1a3619:0x272,_0x10905a:0xd8,_0x45d535:0x13f,_0x22ecb7:0x168,_0x3c97c5:0x154,_0x56719d:0x27f,_0x5883ae:0x26b,_0x4b7e18:0x14d,_0x5ec9e8:0x12c,_0x27c918:0x165,_0x36a2e1:0x110,_0x76537:0x165,_0x17ad73:0x1bb,_0x6393b1:0x276,_0x3d43bc:0x295,_0x141c4e:0x21a,_0x11c571:0x221,_0x562894:0x23e,_0xecab16:0x26a,_0xfe9135:0x218,_0xa94eff:0x1d8,_0x5286e8:0x1a0,_0x366195:0x18d,_0x701d45:0xc2,_0x5186d8:0xc2,_0x1d5752:0x184,_0x3fef2e:0x221,_0x4cc994:0x2a4,_0x14466a:0x136,_0x42cbee:0x16a,_0x3d843f:0x28c,_0x4f9c2a:0x318,_0x51d457:0x1bc,_0x32e90e:0xf7,_0x3acd18:0x183,_0x1f83d0:0x11e,_0x4882b6:0x13c,_0x39d3a7:0x1a4,_0x22c3b3:0x1b6,_0x41d144:0x144,_0x5c49ec:0xc4,_0x529cb5:0xf2,_0x44f09e:0x27a,_0x3b720a:0x185,_0x48b6b0:0x2f4,_0xe7f2c:0x275,_0x250340:0x239,_0x3bf64a:0x2f3,_0x527fcb:0x28d,_0x5c456f:0x319,_0xed9953:0x28a,_0x1c3924:0x203,_0x2752a0:0x26e,_0x4e2613:0x151,_0x5d5c2e:0x32e,_0x67f9d9:0x2db,_0x485148:0x29a,_0x3a3ea5:0x142,_0x13d395:0x1a7,_0x1bc4b8:0x12b,_0xfd16bb:0x1de,_0x535688:0x1ad,_0x3fb9cc:0xd8,_0x39af1e:0x1df,_0x3c8082:0x249,_0x557c80:0x23a,_0x4b7255:0xd2,_0x55f7a5:0x153,_0x9e4b4c:0x1ae,_0x31d63d:0x21c,_0x3011f1:0x152,_0x234b2f:0x14d,_0x16579a:0x247,_0x51a10b:0x147,_0x146c7b:0x10c,_0x1f68eb:0x165,_0x381c7e:0x1df,_0x332fb5:0x1ee,_0x389547:0x103,_0x10fdf2:0x233,_0x52eef2:0x2ac,_0x366da8:0xae,_0x3481ca:0x238,_0x397c5f:0x2b4},_0x3f957b={_0x3b53d5:0x3cb,_0xfb0925:0x67,_0x25a6d4:0xa8,_0xee9670:0x78,_0x275265:0xd5,_0x3688bf:0xa1,_0x4c2221:0x181,_0x309067:0x17b,_0x216e81:0x12,_0x33535e:0x96,_0x3c8cc1:0x338,_0x506f17:0x3b4},_0x170894={_0x3aa7de:0x4e8},_0x343d9c={_0x46c932:0x131},_0x30314f={_0x970822:0xa4},_0x2f6a91={};_0x2f6a91[_0x572c50(-0x1c9,-0x23f,-0x1db,-0x15a)]='utf-8',_0x2f6a91[_0x5e4263(0x19c,0x208,_0xca9160._0x9adb2,0x20b)]=_0x5e4263(_0xca9160._0x272dc8,_0xca9160._0x13ebd7,0x191,_0xca9160._0x1168c5),_0x2f6a91[_0x572c50(-0x25e,-_0xca9160._0x5624d8,-0x22f,-_0xca9160._0x414435)]=_0x5e4263(_0xca9160._0x1c3bf8,_0xca9160._0x35e594,0x176,0x11c)+'t',_0x2f6a91[_0x572c50(-_0xca9160._0x11b48c,-_0xca9160._0x49e587,-_0xca9160._0x478d3b,-0x1f1)]=_0x572c50(-_0xca9160._0x31653f,-0x229,-0x178,-0x1fa)+_0x572c50(-0x24d,-_0xca9160._0x2536a9,-0x19a,-0x101)+'uired',_0x2f6a91[_0x572c50(-_0xca9160._0x1d766f,-0x1d2,-0x1b6,-_0xca9160._0x1af742)]=_0x572c50(-_0xca9160._0x3d976d,-_0xca9160._0x1249b3,-_0xca9160._0x235a78,-_0xca9160._0x117f95)+'list\x20templ'+_0x572c50(-_0xca9160._0x3cf1a7,-_0xca9160._0x4a228c,-_0xca9160._0x32ca7e,-0x13e),_0x2f6a91['PumWe']=_0x5e4263(_0xca9160._0x5f4afa,0x1f8,_0xca9160._0x2e7601,_0xca9160._0x2808a6),_0x2f6a91[_0x572c50(-_0xca9160._0x5b0cee,-0x306,-_0xca9160._0x48f0b5,-_0xca9160._0x490e56)]=_0x572c50(-0x209,-0x223,-_0xca9160._0x2ca497,-0x1fb)+_0x572c50(-_0xca9160._0x444ca0,-0x163,-_0xca9160._0xf1f4e2,-0x103)+_0x5e4263(0x31b,0x1e0,_0xca9160._0xd3a591,_0xca9160._0x38ee6a),_0x2f6a91[_0x5e4263(0x245,_0xca9160._0x28a6de,_0xca9160._0x2b6d62,0x1f9)]=function(_0x6fd05c,_0x78a7bf){return _0x6fd05c!==_0x78a7bf;},_0x2f6a91[_0x5e4263(_0xca9160._0x12372b,_0xca9160._0x2e7fd2,_0xca9160._0x5890ae,_0xca9160._0x3855c3)]=_0x5e4263(0x196,_0xca9160._0x419c3f,0x105,0x1ae),_0x2f6a91[_0x572c50(-0x191,-_0xca9160._0x1469fb,-_0xca9160._0x2b1596,-0xe7)]=_0x5e4263(0x2e0,0x28d,0x1c2,_0xca9160._0x238f02),_0x2f6a91[_0x572c50(-_0xca9160._0x2718b7,-0x1d4,-_0xca9160._0x2e7601,-_0xca9160._0x32b953)]=function(_0x301dfd,_0x5ec0d0){return _0x301dfd!==_0x5ec0d0;},_0x2f6a91[_0x572c50(-_0xca9160._0x3101a9,-_0xca9160._0x14780b,-0x1bf,-_0xca9160._0x1487cc)]=_0x572c50(-_0xca9160._0x438d21,-0x30b,-_0xca9160._0xd3a591,-_0xca9160._0x4f9907),_0x2f6a91[_0x572c50(-0x1e1,-0x288,-0x249,-_0xca9160._0x12ca62)]='ENOENT',_0x2f6a91[_0x5e4263(0x2f0,0x2eb,_0xca9160._0x77a092,_0xca9160._0x1a3619)]=_0x5e4263(_0xca9160._0x10905a,_0xca9160._0x45d535,_0xca9160._0x22ecb7,_0xca9160._0x3c97c5)+'erver\x20Erro'+'r',_0x2f6a91[_0x5e4263(_0xca9160._0x56719d,_0xca9160._0x5883ae,_0xca9160._0x4b7e18,0x1e6)]=_0x5e4263(0x1e8,_0xca9160._0x5ec9e8,0x1ef,_0xca9160._0x27c918)+'list\x20memor'+'y\x20files';const _0xeb8375=_0x2f6a91;function _0x5e4263(_0x3425cd,_0x9f0627,_0x3b6ba4,_0x1fc8bb){return _0x37c33e(_0x1fc8bb-0x273,_0x9f0627-0x1de,_0x9f0627,_0x1fc8bb-0x4f);}const {callingTask:_0x9247f5,environmentName:_0x1693f6}=_0x3d10a2;function _0x572c50(_0x3cd76f,_0x3856ae,_0x54a954,_0x19ede5){return _0x37c33e(_0x54a954- -0x126,_0x3856ae-_0x30314f._0x970822,_0x3cd76f,_0x19ede5-0xaf);}const _0x4abd69=_0x4d592e[_0x572c50(-_0xca9160._0x36a2e1,-_0xca9160._0x76537,-_0xca9160._0x17ad73,-0x10e)](DATA_DIR,_0xeb8375[_0x572c50(-_0xca9160._0x6393b1,-0x185,-0x1f0,-0x1dd)],_0x1693f6),_0x49e103={};_0x49e103[_0x572c50(-0x1fa,-_0xca9160._0x3d43bc,-_0xca9160._0x141c4e,-0x1ba)]=_0x9247f5[_0x5e4263(0x1d0,_0xca9160._0x11c571,0x116,0x17f)],_0x49e103['environmen'+'t']=_0x1693f6,logger['info'](_0xeb8375[_0x572c50(-_0xca9160._0x562894,-0x2ec,-_0xca9160._0xecab16,-_0xca9160._0xfe9135)],_0x49e103);try{let _0x570be1=[],_0x53785f='';try{const _0x17dc05=await _0x482490['readdir'](_0x4abd69),_0x13c38b=_0x17dc05[_0x572c50(-0xce,-_0xca9160._0xa94eff,-0x163,-0x205)](_0x902a1=>_0x902a1[_0x5e4263(0x25b,0x20f,0x2c4,0x224)](_0x5e4263(0x1a4,0x1b6,0x126,0x124))&&_0x902a1!==_0x5e4263(0x1b8,0x218,0x1c5,0x22b));_0x570be1=await Promise['all'](_0x13c38b['map'](async _0x43d41e=>{const _0x3746c1=_0x4d592e['join'](_0x4abd69,_0x43d41e),_0x1429d7=await _0x482490['stat'](_0x3746c1);function _0x957ad5(_0x34232b,_0x4bcc81,_0x5d5de1,_0x2dcca0){return _0x572c50(_0x2dcca0,_0x4bcc81-_0x343d9c._0x46c932,_0x5d5de1-0x29f,_0x2dcca0-0xc6);}const _0xedff0c=await _0x482490[_0x56eefe(_0x3f957b._0x3b53d5,0x3c2,0x327,0x32b)](_0x3746c1,_0xeb8375[_0x957ad5(_0x3f957b._0xfb0925,0x43,0xc4,0x10a)]);function _0x56eefe(_0x14152d,_0x53983f,_0x33730c,_0x552856){return _0x572c50(_0x552856,_0x53983f-0x92,_0x53983f-_0x170894._0x3aa7de,_0x552856-0x17f);}const {frontmatter:_0x2093f6}=parseMemoryFrontmatter(_0xedff0c);return{'filename':_0x43d41e,'name':_0x2093f6[_0x957ad5(0x4e,-0x3,_0x3f957b._0x25a6d4,0xed)]||_0x43d41e[_0x957ad5(_0x3f957b._0xee9670,0x151,_0x3f957b._0x275265,_0x3f957b._0x3688bf)](_0xeb8375['vjiVj'],''),'description':_0x2093f6[_0x957ad5(_0x3f957b._0x4c2221,_0x3f957b._0x309067,0x125,0x171)+'n']||'','created':_0x2093f6['created']||_0x1429d7[_0x957ad5(0xd,-_0x3f957b._0x216e81,_0x3f957b._0x33535e,0x5d)][_0x56eefe(_0x3f957b._0x3c8cc1,_0x3f957b._0x506f17,0x39c,0x42d)+'g'](),'size':_0x1429d7['size']};}));try{if(_0xeb8375[_0x572c50(-0x227,-0x239,-_0xca9160._0x5286e8,-_0xca9160._0x366195)](_0xeb8375[_0x5e4263(0x115,_0xca9160._0x701d45,_0xca9160._0x5186d8,_0xca9160._0x3855c3)],_0xeb8375[_0x572c50(-0x258,-0x214,-0x23d,-_0xca9160._0x1d5752)])){const _0x7f1f12={};return _0x7f1f12[_0x572c50(-_0xca9160._0x3fef2e,-0x2df,-0x28d,-_0xca9160._0x4cc994)]=_0xeb8375[_0x5e4263(0x102,_0xca9160._0x14466a,0x213,_0xca9160._0x42cbee)],_0x7f1f12[_0x5e4263(_0xca9160._0x3d843f,_0xca9160._0x4f9c2a,_0xca9160._0x51d457,0x26e)]=_0xeb8375[_0x572c50(-0x222,-_0xca9160._0x32e90e,-0x170,-_0xca9160._0x3acd18)],_0x10afac[_0x5e4263(0x1a1,_0xca9160._0x1f83d0,_0xca9160._0x4882b6,_0xca9160._0x39d3a7)](-0xd48+0x1*0xcc7+0x211)[_0x5e4263(0x1d5,0x191,_0xca9160._0x22c3b3,_0xca9160._0x41d144)](_0x7f1f12);}else _0x53785f=await _0x482490[_0x572c50(-_0xca9160._0x5c49ec,-_0xca9160._0x529cb5,-0x126,-0xf1)](_0x4d592e[_0x5e4263(_0xca9160._0x44f09e,0x122,_0xca9160._0x3b720a,0x1de)](_0x4abd69,_0xeb8375['yuowB']),_0xeb8375['Iqxgi']);}catch{}}catch(_0x12d015){if(_0xeb8375[_0x5e4263(0x28b,0x2a7,_0xca9160._0x48b6b0,0x254)](_0xeb8375['CgYJJ'],_0xeb8375[_0x5e4263(0x11b,_0xca9160._0xe7f2c,0x1ce,0x1da)])){const _0x5f74ca={};_0x5f74ca['taskId']=_0x121ae4[_0x572c50(-0x23b,-0x215,-0x21a,-0x16d)],_0x5f74ca['environmen'+'t']=_0x41bea4,_0x5f74ca[_0x572c50(-_0xca9160._0x250340,-_0xca9160._0x3bf64a,-_0xca9160._0x527fcb,-_0xca9160._0x5c456f)]=_0x1bc9b1[_0x5e4263(_0xca9160._0xed9953,0x21e,_0xca9160._0x1c3924,_0xca9160._0x2752a0)],_0x361864[_0x5e4263(0x162,_0xca9160._0x4e2613,0xd1,0x10c)](_0xeb8375['CrFSI'],_0x5f74ca);const _0x2e1778={};_0x2e1778[_0x572c50(-0x28c,-_0xca9160._0x5d5c2e,-_0xca9160._0x527fcb,-_0xca9160._0x67f9d9)]=_0x572c50(-_0xca9160._0x485148,-0x289,-0x245,-0x1db)+_0x5e4263(0x190,_0xca9160._0x3a3ea5,_0xca9160._0x13d395,0x157)+'r',_0x2e1778[_0x572c50(-0x185,-0x143,-_0xca9160._0x1bc4b8,-_0xca9160._0xfd16bb)]=_0xeb8375['CrFSI'],_0x97cc09['status'](0x4*0x377+0xc32+0x181a*-0x1)[_0x5e4263(_0xca9160._0x535688,_0xca9160._0x3fb9cc,0x177,0x144)](_0x2e1778);}else{if(_0x12d015[_0x5e4263(0x20b,_0xca9160._0x39af1e,0x187,0x1a3)]!==_0xeb8375[_0x572c50(-0x1d6,-0x29f,-_0xca9160._0x3c8082,-_0xca9160._0x557c80)])throw _0x12d015;}}const _0x325eba={};_0x325eba[_0x572c50(-_0xca9160._0x4b7255,-0x160,-0x137,-0x188)]=_0x570be1,_0x325eba[_0x572c50(-0x264,-_0xca9160._0x55f7a5,-_0xca9160._0x9e4b4c,-_0xca9160._0x31d63d)]=_0x53785f,_0x3e675e[_0x5e4263(0x1a3,_0xca9160._0x3011f1,_0xca9160._0x234b2f,0x144)](_0x325eba);}catch(_0x8e03d8){const _0x2007af={};_0x2007af['taskId']=_0x9247f5['taskId'],_0x2007af[_0x5e4263(_0xca9160._0x16579a,0x274,_0xca9160._0x39af1e,0x1c0)+'t']=_0x1693f6,_0x2007af[_0x5e4263(0xb3,_0xca9160._0x51a10b,0x149,_0xca9160._0x146c7b)]=_0x8e03d8[_0x572c50(-_0xca9160._0x1f68eb,-0x17a,-0x12b,-_0xca9160._0x381c7e)],logger[_0x572c50(-0x2fe,-_0xca9160._0x332fb5,-_0xca9160._0x527fcb,-0x23b)](_0x5e4263(0x1e8,0x192,_0xca9160._0x389547,0x165)+'list\x20memor'+'y\x20files',_0x2007af);const _0x487fb9={};_0x487fb9[_0x572c50(-_0xca9160._0x10fdf2,-_0xca9160._0x52eef2,-0x28d,-0x30e)]=_0xeb8375['LmakY'],_0x487fb9[_0x572c50(-0x87,-_0xca9160._0x366da8,-_0xca9160._0x1bc4b8,-0x85)]=_0xeb8375['GdvBg'],_0x3e675e['status'](-0x53*0x1d+0xb47+0x1*0x14)[_0x572c50(-_0xca9160._0x3481ca,-0x287,-0x255,-_0xca9160._0x397c5f)](_0x487fb9);}});function _0x266eb7(_0x3dbff6,_0x3d62d6,_0x52f37f,_0x35466a){const _0x48f4b6={_0x24100b:0x178};return _0x578b(_0x52f37f- -_0x48f4b6._0x24100b,_0x3d62d6);}router['get'](_0x266eb7(-0x55,0x8a,-0x21,-0x83)+_0x266eb7(0x23,-0x12,0x29,-0x3d),requireTaskAuth,requireMemoryPermission,async(_0x55425a,_0x511c3c)=>{const _0x5d2b1a={_0xec9a0b:0x42a,_0x523d14:0x415,_0x56e3f7:0x4ab,_0x590563:0x4ca,_0x1c7eb5:0x48b,_0x5ef084:0x449,_0x3b4b61:0x589,_0x50939f:0x542,_0x540230:0x471,_0x3864ea:0x58e,_0x6e7f24:0x571,_0x7f3c15:0x541,_0x59825e:0x4aa,_0x4279b2:0x579,_0x4859c6:0x507,_0x1ac07a:0x3cd,_0x2ecd2b:0x3dd,_0xb8aa9c:0x3d7,_0x6a3c04:0x479,_0x2d68ad:0x41e,_0x491cf6:0x36d,_0x557306:0x3c6,_0x4c3723:0x435,_0x4b3cc5:0x426,_0x508a67:0x3f6,_0x27518d:0x584,_0x4d25d0:0x3ae,_0x480755:0x325,_0x3cd2b5:0x3ae,_0x5b8511:0x519,_0x5a0f0b:0x40a,_0x1eabe2:0x484,_0x3fb775:0x469,_0xb2f85b:0x617,_0x3a58e9:0x379,_0x325f55:0x438,_0x175185:0x30f,_0x2f3260:0x41f,_0x533311:0x525,_0x795175:0x50d,_0x2171dc:0x483,_0x56446e:0x4d4,_0x177afa:0x41c,_0x132599:0x3f4,_0x364e97:0x364,_0x615216:0x38a,_0x4058f4:0x511,_0x1feb0f:0x4a6,_0x5c38b0:0x47f,_0x323ead:0x43d,_0x10ade1:0x4de,_0x5555fe:0x488,_0x5d1095:0x428,_0x2e07c9:0x4f8,_0x354a32:0x4b8,_0x342d56:0x390,_0x3ae7ba:0x36f,_0x4c6a59:0x42c,_0x1e262b:0x407,_0x5e7cc3:0x3ab,_0x6ffcc7:0x372,_0x2a8244:0x425,_0x4ae353:0x505,_0x220389:0x499,_0x2095cd:0x478,_0x2ca204:0x489,_0x2d9437:0x4ce,_0x535250:0x59e,_0x4b6b4b:0x39c,_0x527b18:0x44f,_0x3e375b:0x499,_0x115a09:0x37e,_0x563689:0x58f,_0x571afe:0x5b4,_0x2e17fc:0x42b,_0x158f56:0x36c,_0xb0c91b:0x4a4,_0x167227:0x4f9,_0x3eca63:0x551,_0x234ba5:0x4b4,_0x467ca1:0x499,_0x103dbc:0x3f1,_0x210636:0x366,_0x279bec:0x432,_0x55d723:0x49d,_0x2eb9af:0x422,_0x52d55b:0x3ab,_0x3276f3:0x37e,_0x10fcf6:0x2e8,_0x167466:0x4b0,_0x36eca6:0x56f,_0x26af5b:0x443,_0x1571d2:0x4e4,_0x5bc122:0x4f5,_0x504f80:0x4de,_0xc586b1:0x59c,_0x388e32:0x476,_0x3ebdec:0x43f,_0x4f6c3d:0x4bf,_0x44dcf3:0x5a9,_0x1be142:0x4f9,_0x40d3d3:0x32b,_0x3b8aab:0x3e2},_0x532270={_0x5b50c7:0x19c,_0x418128:0x40b},_0x3b07cc={'EYArs':_0x560df6(_0x5d2b1a._0xec9a0b,_0x5d2b1a._0x523d14,_0x5d2b1a._0x56e3f7,0x471)+'t','OQMGV':_0x2c8c74(_0x5d2b1a._0x590563,_0x5d2b1a._0x1c7eb5,_0x5d2b1a._0x5ef084,_0x5d2b1a._0x3b4b61)+'lename','yhzko':function(_0x19800e,_0x4ec34e){return _0x19800e(_0x4ec34e);},'fdkDw':_0x560df6(_0x5d2b1a._0x50939f,0x489,_0x5d2b1a._0x540230,0x522)+'ng\x20memory\x20'+_0x560df6(0x544,_0x5d2b1a._0x3864ea,_0x5d2b1a._0x6e7f24,_0x5d2b1a._0x7f3c15),'ytFiM':_0x560df6(0x47e,0x489,_0x5d2b1a._0x59825e,0x506),'jLtQm':_0x560df6(0x556,0x501,0x543,0x52e),'CcZcR':function(_0x4fe41f,_0x4b4843){return _0x4fe41f===_0x4b4843;},'dewep':'ENOENT','SFvci':'Not\x20Found','BwujS':_0x560df6(_0x5d2b1a._0x4279b2,0x575,_0x5d2b1a._0x4859c6,0x514)+_0x2c8c74(_0x5d2b1a._0x1ac07a,0x469,_0x5d2b1a._0x2ecd2b,0x343)+'d','etvnf':_0x2c8c74(_0x5d2b1a._0xb8aa9c,0x374,0x389,0x43a)+_0x2c8c74(0x407,0x367,_0x5d2b1a._0x5ef084,0x468)+_0x2c8c74(0x428,_0x5d2b1a._0x6a3c04,_0x5d2b1a._0x2d68ad,_0x5d2b1a._0x491cf6),'ugTwj':_0x2c8c74(_0x5d2b1a._0x557306,_0x5d2b1a._0x4c3723,_0x5d2b1a._0x4b3cc5,_0x5d2b1a._0x508a67)+_0x560df6(0x52f,0x495,0x45d,0x4ac)+'r'},{callingTask:_0x51f8b5,environmentName:_0x2a914e}=_0x55425a,{filename:_0xb5226a}=_0x55425a[_0x560df6(0x57a,0x4ef,0x4e0,_0x5d2b1a._0x27518d)];if(!_0x3b07cc[_0x2c8c74(_0x5d2b1a._0x4d25d0,0x30f,_0x5d2b1a._0x480755,_0x5d2b1a._0x3cd2b5)](isValidMemoryFilename,_0xb5226a)){const _0xf98620={};return _0xf98620[_0x560df6(_0x5d2b1a._0x5b8511,_0x5d2b1a._0x5a0f0b,0x51f,0x461)]=_0x3b07cc[_0x2c8c74(0x4a4,_0x5d2b1a._0x1eabe2,0x41c,_0x5d2b1a._0x3fb775)],_0xf98620[_0x560df6(0x588,0x55c,_0x5d2b1a._0xb2f85b,0x5c3)]=_0x3b07cc[_0x2c8c74(_0x5d2b1a._0x3a58e9,_0x5d2b1a._0x325f55,_0x5d2b1a._0x175185,_0x5d2b1a._0x2f3260)],_0x511c3c['status'](-0x571*0x1+0x4*0x2bb+0x1*-0x3eb)[_0x560df6(0x3ee,0x49c,_0x5d2b1a._0x533311,0x499)](_0xf98620);}const _0x55121b={};function _0x2c8c74(_0x13d91d,_0x3104f8,_0x331065,_0x240c7b){return _0x266eb7(_0x13d91d-_0x532270._0x5b50c7,_0x331065,_0x13d91d-_0x532270._0x418128,_0x240c7b-0x1d4);}function _0x560df6(_0x449fcd,_0x4d3dee,_0x404bde,_0x4ffe39){return _0x266eb7(_0x449fcd-0xae,_0x4d3dee,_0x4ffe39-0x4ee,_0x4ffe39-0x141);}_0x55121b[_0x560df6(_0x5d2b1a._0x795175,0x56f,_0x5d2b1a._0x2171dc,_0x5d2b1a._0x56446e)]=_0x51f8b5[_0x2c8c74(0x3f1,0x49b,_0x5d2b1a._0x177afa,0x38d)],_0x55121b['environmen'+'t']=_0x2a914e,_0x55121b[_0x560df6(0x46b,0x477,_0x5d2b1a._0x3fb775,0x473)]=_0xb5226a,logger[_0x2c8c74(_0x5d2b1a._0x132599,_0x5d2b1a._0x364e97,0x43c,_0x5d2b1a._0x615216)](_0x3b07cc[_0x560df6(0x3ea,0x530,_0x5d2b1a._0x4058f4,_0x5d2b1a._0x1feb0f)],_0x55121b);try{const _0x10aeac=await _0x482490[_0x2c8c74(0x4e5,_0x5d2b1a._0x5c38b0,0x4b4,0x585)](_0x4d592e['join'](DATA_DIR,_0x3b07cc[_0x2c8c74(_0x5d2b1a._0x323ead,_0x5d2b1a._0x10ade1,0x39a,_0x5d2b1a._0x5555fe)],_0x2a914e,_0xb5226a),_0x3b07cc[_0x560df6(0x485,_0x5d2b1a._0x5d1095,_0x5d2b1a._0x2e07c9,_0x5d2b1a._0x354a32)]),_0x338d87={};_0x338d87[_0x2c8c74(_0x5d2b1a._0x342d56,0x2f8,_0x5d2b1a._0x3ae7ba,0x3a9)]=_0xb5226a,_0x338d87[_0x2c8c74(_0x5d2b1a._0x4c6a59,_0x5d2b1a._0x1e262b,_0x5d2b1a._0x5e7cc3,_0x5d2b1a._0x6ffcc7)]=_0x10aeac,_0x511c3c[_0x560df6(0x4f0,_0x5d2b1a._0x2a8244,_0x5d2b1a._0x4ae353,_0x5d2b1a._0x220389)](_0x338d87);}catch(_0x3490fd){if(_0x3b07cc['CcZcR'](_0x3490fd[_0x560df6(_0x5d2b1a._0x2095cd,0x573,0x4dc,0x4f8)],_0x3b07cc[_0x2c8c74(_0x5d2b1a._0x2ca204,0x452,0x483,0x40f)])){if(_0x560df6(0x4d2,0x507,_0x5d2b1a._0x2d9437,0x4da)==='whkVX'){const _0x4d58a1={};return _0x4d58a1['error']=_0x3b07cc[_0x560df6(0x49b,_0x5d2b1a._0x535250,0x57d,0x4e2)],_0x4d58a1['message']=_0x3b07cc[_0x2c8c74(0x3a2,0x44d,_0x5d2b1a._0x4b6b4b,0x2ff)],_0x511c3c['status'](0x2055+-0x1*-0x237d+-0x423e)[_0x560df6(_0x5d2b1a._0x527b18,0x4fd,0x460,_0x5d2b1a._0x3e375b)](_0x4d58a1);}else{const _0x285e07={};return _0x285e07[_0x2c8c74(_0x5d2b1a._0x115a09,0x3aa,0x3b7,0x3bf)]=_0x3b07cc[_0x560df6(_0x5d2b1a._0x563689,0x584,_0x5d2b1a._0x571afe,0x587)],_0x285e07['message']=_0x3b07cc[_0x2c8c74(_0x5d2b1a._0x3a58e9,_0x5d2b1a._0x2e17fc,0x2ed,_0x5d2b1a._0x158f56)],_0x3ee874[_0x560df6(_0x5d2b1a._0xb0c91b,0x462,0x4eb,_0x5d2b1a._0x167227)](0x245f+-0x6c7*-0x1+-0x2996)[_0x560df6(_0x5d2b1a._0x3eca63,0x3dd,_0x5d2b1a._0x234ba5,_0x5d2b1a._0x467ca1)](_0x285e07);}}const _0x350b77={};_0x350b77['taskId']=_0x51f8b5[_0x2c8c74(_0x5d2b1a._0x103dbc,0x363,_0x5d2b1a._0x210636,0x3c2)],_0x350b77[_0x2c8c74(_0x5d2b1a._0x279bec,0x3c1,_0x5d2b1a._0x55d723,_0x5d2b1a._0x2eb9af)+'t']=_0x2a914e,_0x350b77[_0x2c8c74(_0x5d2b1a._0x342d56,_0x5d2b1a._0x52d55b,0x3f0,0x43c)]=_0xb5226a,_0x350b77[_0x2c8c74(_0x5d2b1a._0x3276f3,0x40d,_0x5d2b1a._0x10fcf6,0x2dd)]=_0x3490fd[_0x2c8c74(0x4e0,_0x5d2b1a._0x167466,0x491,_0x5d2b1a._0x36eca6)],logger[_0x560df6(_0x5d2b1a._0x26af5b,_0x5d2b1a._0x1571d2,_0x5d2b1a._0x5bc122,0x461)](_0x3b07cc['etvnf'],_0x350b77);const _0x59c3c1={};_0x59c3c1['error']=_0x3b07cc[_0x2c8c74(0x4b4,0x494,0x4a7,0x41a)],_0x59c3c1['message']=_0x3b07cc[_0x2c8c74(_0x5d2b1a._0x504f80,_0x5d2b1a._0xc586b1,_0x5d2b1a._0x388e32,_0x5d2b1a._0x3ebdec)],_0x511c3c[_0x560df6(_0x5d2b1a._0x4f6c3d,_0x5d2b1a._0x44dcf3,0x5a0,_0x5d2b1a._0x1be142)](-0x1a*-0x26+0x1824+-0x1a0c)[_0x2c8c74(0x3b6,_0x5d2b1a._0x40d3d3,_0x5d2b1a._0x3b8aab,0x2fd)](_0x59c3c1);}}),router[_0x266eb7(0xa8,0x103,0xce,0x14e)](_0x37c33e(-0xfb,-0x194,-0x134,-0x197)+_0x37c33e(-0xb1,-0x6e,-0x73,-0xe1),requireTaskAuth,requireMemoryPermission,async(_0x17b8d7,_0xf1cdd2)=>{const _0x3c216a={_0x3dddbd:0x217,_0x3bf522:0xc4,_0x10e399:0x100,_0x531fd6:0x63,_0x481a96:0x113,_0x1464e7:0x146,_0xd46efa:0x193,_0x5bfac0:0xbb,_0x1ac906:0x16f,_0x544d03:0x1a4,_0x3cb298:0x10d,_0x277208:0x154,_0x42360d:0x3b,_0x26c42e:0x9b,_0xb9b1e1:0x70,_0x159ea5:0x62,_0x1dbfd9:0xb1,_0x458318:0xcb,_0x209826:0x264,_0x39b242:0x301,_0x1bfbe4:0x214,_0x4aa0de:0x1eb,_0x34b1ea:0xf8,_0x37b30e:0x81,_0x1ce0e0:0x1f9,_0x53ca4d:0x33a,_0x3347a5:0x349,_0x13eabf:0x296,_0x52944a:0x16f,_0x5ad28b:0x1ad,_0x90db2:0x1b9,_0x10f495:0x20d,_0x182f9d:0x1cc,_0x216a28:0x167,_0x1d4cdc:0x149,_0x1503f9:0x22a,_0x24d81d:0x1ed,_0x1915df:0x153,_0x2ede13:0x1ef,_0x8c38cd:0x1a6,_0x407b85:0x244,_0x383986:0x219,_0x150f94:0x18d,_0x21a9e1:0x15e,_0x489384:0x1fb,_0x567293:0x242,_0x5a8a2e:0x176,_0x2d41c7:0x1df,_0x351ca4:0x22b,_0x3cbce0:0x20a,_0x535d91:0x129,_0x35d4b8:0x1a9,_0x2cbdc3:0x12e,_0x4597f3:0x35,_0x1e6e1e:0xe9,_0x5958b4:0xa2,_0x1fe88e:0x5b,_0x5f6441:0x11a,_0x40ba39:0x189,_0x562a64:0x1d1,_0xfe1c8f:0x1e9,_0x333b8f:0x173,_0x5c453d:0x119,_0x395204:0x31,_0x3b1a5a:0x6f,_0x441b96:0x49,_0x676429:0xca,_0x5ee203:0x194,_0x21337b:0x126,_0x2e5c0f:0x182,_0x5ef23d:0x1d6,_0x3d1d61:0x1dc,_0x372e31:0x23b,_0x396d99:0x1ca,_0x23784c:0x1e3,_0x3cef0e:0x214,_0x56cc12:0x1f2,_0x3c1958:0x13f,_0x5b243f:0x1e0,_0x5af87c:0x297,_0x5c5038:0x1e1,_0x2315e1:0x28a,_0x2acfdc:0x212,_0x447f6b:0x22f,_0xb62297:0x11,_0x261e1e:0xcf,_0x5cde3a:0xe2,_0x279290:0x191,_0x45e805:0x1db,_0x4c1a3a:0x142,_0x5164f8:0x168,_0x2b3539:0x1e2,_0x2bd935:0x15e,_0x302681:0xb4,_0x19fb08:0x210,_0x6d5053:0x2a3,_0x374557:0x1c2,_0x482035:0x1b1,_0x502e73:0x286,_0x44f077:0x267,_0x2127e9:0x243,_0x57b30f:0x2a9,_0x4852ec:0x2ac,_0x1015cc:0x290,_0x12567d:0x20f,_0x216f09:0x28c,_0x18bb09:0x269,_0xf1736:0x1de,_0x4456a1:0x245,_0x1ea078:0x18e,_0x1338ba:0x118,_0x2dc732:0x186,_0x32b348:0x7c,_0x55dba:0x3f,_0x328f99:0x6f,_0x41ffd5:0x20c,_0x3c2154:0x28c,_0x729e29:0x136,_0x4e57f8:0x139,_0x3af561:0x1cc,_0x13d92f:0xdf,_0x3ff3ed:0x9c,_0x3015c9:0x14a,_0x5e6d8b:0x6f,_0x5690bb:0x62,_0x328e47:0x112,_0x5cc7ec:0xde,_0x46a60d:0x14a,_0x546a60:0x163,_0x1f4216:0xd6,_0x2e3210:0x17a,_0x3a160f:0xc9,_0x278378:0x115,_0x13768f:0x199,_0x3c612b:0x10f,_0x28d0b1:0x106,_0x31ab97:0x15e,_0x1bb20c:0x18e,_0x3dc3b7:0xd9,_0xdf7da6:0xe5,_0x1e8d3b:0x1e6,_0x754bf2:0x85,_0x3ed151:0x219,_0x58ed01:0x17c,_0x87f864:0x1b0,_0x195e04:0x1d1,_0x2b9ab9:0x15b,_0x35b0b7:0x123,_0x1d7d5c:0x7c,_0x2bfbe2:0xf9,_0x3bac94:0x112,_0x3e59ba:0xf1,_0x1385ab:0xfa,_0x2eb649:0x293,_0x3b38af:0x200,_0x2927e2:0x239,_0x3e306a:0x218,_0x4c4cd5:0x1e6,_0x14f28a:0x2ee,_0x2abf69:0x2c3,_0x35fd21:0x21d,_0x20c4b6:0x174,_0x48f85c:0xff,_0x48f29b:0xa5,_0x1873a8:0x1d0,_0x4b31cb:0x211,_0x38a572:0xb6,_0x501c78:0x15c,_0x3148cb:0xe8,_0x45811c:0xfd,_0x4997a1:0x2db,_0x293f9d:0x1a8,_0x31271d:0x251,_0x4d6d1f:0x1d2,_0x44346f:0x212,_0x5e3db5:0x15e,_0x195757:0x1c2,_0x98567a:0x219,_0x48aa08:0x2bb,_0x2c2cdc:0x2a4,_0x3f8e3c:0x315,_0x1f9ef0:0x1f3,_0x284858:0x2a8,_0x17dc2d:0x8,_0x36c598:0x15e,_0x51694f:0x1b2,_0x4aa345:0x1f3,_0xda0786:0x1d7,_0x1584a9:0x139,_0x2d7e60:0x1b2,_0x545ede:0x2a8,_0x8aba4f:0x1c3,_0x53fca6:0x24d,_0x55cb4d:0x1fe,_0x753c40:0x12c,_0x4cddd4:0x58,_0x199d5b:0x6f,_0xf3987d:0x73,_0x1dbc9e:0x161,_0x56b686:0x24b,_0x19d7e0:0x137,_0x48d40c:0x12d,_0x215b4f:0x120,_0x4266b9:0x1ab,_0x4be759:0x13c,_0xca20b5:0x13e,_0xbcaa1d:0x2ac,_0x52d1aa:0x12a,_0xa2455e:0x199},_0x573268={_0x125241:0x1de,_0x3b6365:0xb8},_0x1242f4={_0x2baa08:0x2b1,_0x3500fa:0x14f},_0x930b64={};_0x930b64[_0x4de799(-0x1f7,-0x141,-0x1dc,-_0x3c216a._0x3dddbd)]=function(_0x22865c,_0xa392f){return _0x22865c===_0xa392f;},_0x930b64['iNssW']=_0x5f5dd2(_0x3c216a._0x3bf522,0x1ae,0x176,0x177),_0x930b64[_0x4de799(-_0x3c216a._0x10e399,0x23,-_0x3c216a._0x531fd6,-_0x3c216a._0x481a96)]=_0x4de799(-_0x3c216a._0x1464e7,-0x1f5,-_0x3c216a._0xd46efa,-0x112),_0x930b64['oOwCt']='Failed\x20to\x20'+_0x4de799(-0xcf,-0x11e,-_0x3c216a._0x5bfac0,-0x100)+_0x5f5dd2(_0x3c216a._0x1ac906,_0x3c216a._0x544d03,_0x3c216a._0x3cb298,_0x3c216a._0x277208),_0x930b64['nOrWY']=_0x4de799(_0x3c216a._0x42360d,-_0x3c216a._0x26c42e,-_0x3c216a._0xb9b1e1,-_0x3c216a._0x159ea5)+'t\x20manageme'+'nt\x20request'+'\x20with\x20unkn'+_0x4de799(-0x125,-0x119,-0x7c,-_0x3c216a._0x1dbfd9)+'D',_0x930b64[_0x4de799(-0x3,-_0x3c216a._0x458318,-0x73,-0xc9)]=_0x5f5dd2(_0x3c216a._0x209826,0x304,_0x3c216a._0x39b242,0x29c)+'ed',_0x930b64[_0x5f5dd2(0x285,_0x3c216a._0x1bfbe4,0x1a9,_0x3c216a._0x4aa0de)]='Bad\x20Reques'+'t',_0x930b64[_0x4de799(-0x51,-_0x3c216a._0x34b1ea,-_0x3c216a._0x37b30e,-0xb6)]=_0x5f5dd2(_0x3c216a._0x1ce0e0,_0x3c216a._0x53ca4d,_0x3c216a._0x3347a5,_0x3c216a._0x13eabf)+'lename',_0x930b64[_0x5f5dd2(0x106,_0x3c216a._0x52944a,0x163,_0x3c216a._0x5ad28b)]=_0x5f5dd2(_0x3c216a._0x90db2,_0x3c216a._0x10f495,_0x3c216a._0x182f9d,_0x3c216a._0x216a28),_0x930b64[_0x4de799(-0x19c,-0x207,-_0x3c216a._0x1d4cdc,-0x1bc)]=_0x5f5dd2(_0x3c216a._0x1503f9,_0x3c216a._0x24d81d,_0x3c216a._0x1915df,_0x3c216a._0x2ede13),_0x930b64[_0x4de799(-0x1cd,-0x12c,-_0x3c216a._0x8c38cd,-_0x3c216a._0x407b85)]=_0x5f5dd2(_0x3c216a._0x383986,0x272,_0x3c216a._0x150f94,0x217),_0x930b64[_0x5f5dd2(0x288,0x1dd,_0x3c216a._0x21a9e1,_0x3c216a._0x489384)]='Failed\x20to\x20'+_0x5f5dd2(0x299,0x22b,0x224,0x285)+'ry\x20file',_0x930b64[_0x5f5dd2(_0x3c216a._0x567293,_0x3c216a._0x5a8a2e,0x177,_0x3c216a._0x2d41c7)]=_0x5f5dd2(_0x3c216a._0x1464e7,0x168,_0x3c216a._0x351ca4,0x192)+_0x5f5dd2(_0x3c216a._0x3cbce0,_0x3c216a._0x535d91,_0x3c216a._0x35d4b8,0x195)+'r';const _0x528acb=_0x930b64,{callingTask:_0x2bd0f9,taskUser:_0xdb9aa7,environmentName:_0x2a569d}=_0x17b8d7,{filename:_0x527ffe}=_0x17b8d7[_0x4de799(-0xd0,-_0x3c216a._0x2cbdc3,-0xae,-_0x3c216a._0x4597f3)],{content:_0x2f0183}=_0x17b8d7[_0x4de799(-0xce,-_0x3c216a._0x1e6e1e,-_0x3c216a._0x5958b4,-_0x3c216a._0x1fe88e)];if(!isValidMemoryFilename(_0x527ffe)){const _0x1c689b={};return _0x1c689b[_0x4de799(-_0x3c216a._0x5f6441,-_0x3c216a._0x40ba39,-_0x3c216a._0x562a64,-_0x3c216a._0xfe1c8f)]=_0x528acb[_0x5f5dd2(_0x3c216a._0x333b8f,0x1e6,0x136,0x1eb)],_0x1c689b[_0x4de799(-_0x3c216a._0x5c453d,_0x3c216a._0x395204,-_0x3c216a._0x3b1a5a,-_0x3c216a._0x441b96)]=_0x528acb[_0x4de799(-0x91,-0x41,-0x81,-_0x3c216a._0x676429)],_0xf1cdd2['status'](-0x3*0x209+0x1*-0x13ed+-0x1b98*-0x1)[_0x5f5dd2(0xda,_0x3c216a._0x5ee203,_0x3c216a._0x21337b,_0x3c216a._0x2e5c0f)](_0x1c689b);}if(_0x2f0183===undefined){if(_0x528acb[_0x4de799(-0x294,-_0x3c216a._0x5ef23d,-_0x3c216a._0x3d1d61,-0x23c)](_0x5f5dd2(0x125,0x22c,_0x3c216a._0x372e31,_0x3c216a._0x396d99),_0x5f5dd2(_0x3c216a._0x23784c,_0x3c216a._0x10f495,0x157,_0x3c216a._0x182f9d))){if(_0x528acb[_0x4de799(-_0x3c216a._0x3cef0e,-_0x3c216a._0x56cc12,-0x1dc,-_0x3c216a._0x3c1958)](_0x3890e3[_0x5f5dd2(_0x3c216a._0x5b243f,_0x3c216a._0x5af87c,0x21e,_0x3c216a._0x5c5038)],_0x528acb[_0x5f5dd2(0x2ee,0x1f8,0x236,0x24d)])){const _0x17f961={};_0x17f961[_0x4de799(-0x16b,-_0x3c216a._0x2315e1,-_0x3c216a._0x562a64,-0x1b2)]=_0x528acb[_0x5f5dd2(_0x3c216a._0x2acfdc,0x257,_0x3c216a._0x447f6b,0x2b8)],_0x17f961[_0x4de799(_0x3c216a._0xb62297,0x3d,-_0x3c216a._0x3b1a5a,-_0x3c216a._0x261e1e)]=_0x4de799(-_0x3c216a._0x5cde3a,-0x1cc,-_0x3c216a._0x279290,-0x100)+_0x3c3238+(_0x5f5dd2(0x181,_0x3c216a._0x45e805,0x15d,_0x3c216a._0x4c1a3a)+'d'),_0x100cb6[_0x5f5dd2(_0x3c216a._0x5164f8,0x24a,0x148,_0x3c216a._0x2b3539)](-0x3*-0x3c7+0x185b+-0x221c)['json'](_0x17f961);}else{const _0x4e22d3={};_0x4e22d3[_0x4de799(-0x183,-0xc5,-0x15e,-0x15a)]=_0x9a6a67[_0x4de799(-0x168,-0x186,-_0x3c216a._0x2bd935,-_0x3c216a._0x302681)],_0x4e22d3[_0x5f5dd2(_0x3c216a._0x19fb08,0x166,_0x3c216a._0x6d5053,0x1fe)+'t']=_0x5c94af,_0x4e22d3[_0x5f5dd2(_0x3c216a._0x374557,_0x3c216a._0x489384,_0x3c216a._0x482035,0x176)]=_0x3fd28e,_0x4e22d3[_0x4de799(-_0x3c216a._0x502e73,-0x23e,-_0x3c216a._0x562a64,-0x22c)]=_0x2158db[_0x5f5dd2(_0x3c216a._0x44f077,_0x3c216a._0x2127e9,_0x3c216a._0x57b30f,_0x3c216a._0x4852ec)],_0x335c70[_0x5f5dd2(0x101,0xfb,0x1b0,0x14a)](_0x528acb[_0x5f5dd2(_0x3c216a._0x1015cc,_0x3c216a._0x12567d,0x248,_0x3c216a._0x216f09)],_0x4e22d3);const _0x4681bd={};_0x4681bd[_0x4de799(-_0x3c216a._0x18bb09,-_0x3c216a._0xf1736,-0x1d1,-_0x3c216a._0x4456a1)]=_0x4de799(-_0x3c216a._0x1ea078,-0x150,-_0x3c216a._0x40ba39,-0x1bb)+_0x4de799(-0x1da,-_0x3c216a._0x1338ba,-_0x3c216a._0x2dc732,-0x1b8)+'r',_0x4681bd[_0x4de799(-_0x3c216a._0x32b348,_0x3c216a._0x55dba,-_0x3c216a._0x328f99,-0x91)]=_0x528acb[_0x5f5dd2(0x1da,0x2bb,_0x3c216a._0x41ffd5,_0x3c216a._0x3c2154)],_0x1d09ec[_0x4de799(-0x125,-_0x3c216a._0x729e29,-_0x3c216a._0x4e57f8,-0x1d3)](-0x29*0x7a+0x17*0x199+0x5*-0x30d)['json'](_0x4681bd);}}else{const _0x9546bd={};return _0x9546bd[_0x5f5dd2(_0x3c216a._0x3af561,_0x3c216a._0x13d92f,_0x3c216a._0x3ff3ed,_0x3c216a._0x3015c9)]=_0x528acb[_0x5f5dd2(0x212,0x14b,0x278,_0x3c216a._0x4aa0de)],_0x9546bd[_0x4de799(-0xb6,-0x61,-_0x3c216a._0x5e6d8b,-0x61)]=_0x4de799(-_0x3c216a._0x5690bb,-_0x3c216a._0x458318,-0xbc,-0x4e)+_0x4de799(-_0x3c216a._0x328e47,-0xf5,-_0x3c216a._0x5cc7ec,-_0x3c216a._0x46a60d)+_0x4de799(-_0x3c216a._0x546a60,-0x2e,-_0x3c216a._0x1f4216,-_0x3c216a._0x2e3210),_0xf1cdd2[_0x4de799(-0xea,-_0x3c216a._0x3a160f,-0x139,-0x19e)](0x20c0+-0x2d*0x69+0x1*-0xcbb)[_0x4de799(-_0x3c216a._0x278378,-0xfb,-_0x3c216a._0x13768f,-0x138)](_0x9546bd);}}const _0x23e599={};function _0x5f5dd2(_0x4db28e,_0x4b9a27,_0x1fea79,_0x1de817){return _0x37c33e(_0x1de817-_0x1242f4._0x2baa08,_0x4b9a27-_0x1242f4._0x3500fa,_0x1fea79,_0x1de817-0x158);}_0x23e599[_0x4de799(-0x11f,-_0x3c216a._0x41ffd5,-0x15e,-_0x3c216a._0x3015c9)]=_0x2bd0f9[_0x4de799(-_0x3c216a._0x3c612b,-_0x3c216a._0x28d0b1,-_0x3c216a._0x31ab97,-_0x3c216a._0x1bb20c)];function _0x4de799(_0x2f622d,_0x1133b2,_0x510306,_0x1bf1c9){return _0x266eb7(_0x2f622d-_0x573268._0x125241,_0x2f622d,_0x510306- -0x144,_0x1bf1c9-_0x573268._0x3b6365);}_0x23e599[_0x4de799(-0x195,-0x1bc,-0x11d,-0xa9)+'t']=_0x2a569d,_0x23e599[_0x5f5dd2(_0x3c216a._0x3dc3b7,_0x3c216a._0xdf7da6,0xd7,0x15c)]=_0x527ffe,_0x23e599[_0x5f5dd2(_0x3c216a._0x1e8d3b,_0x3c216a._0x5ef23d,0x227,0x253)]=_0xdb9aa7['id'],_0x23e599[_0x4de799(-0x8c,-_0x3c216a._0x754bf2,-0xa3,-0x13e)+_0x4de799(-_0x3c216a._0x3ed151,-0x20a,-_0x3c216a._0x58ed01,-0x104)]=_0x2f0183[_0x5f5dd2(_0x3c216a._0x87f864,0x1c4,0x289,0x21a)],logger[_0x4de799(-_0x3c216a._0x195e04,-0x15e,-_0x3c216a._0x2b9ab9,-_0x3c216a._0x35b0b7)](_0x4de799(-_0x3c216a._0x1d7d5c,-_0x3c216a._0x216a28,-_0x3c216a._0x2bfbe2,-0x185)+'ng\x20memory\x20'+_0x4de799(-0x17f,-_0x3c216a._0x3bac94,-_0x3c216a._0x3e59ba,-0x83),_0x23e599);try{if(_0x528acb[_0x4de799(-0x157,-_0x3c216a._0x1385ab,-0x16e,-0x20a)]!==_0x5f5dd2(0x1e6,0x203,0x2f4,_0x3c216a._0x2eb649)){const _0x197c35=_0x4d592e['join'](DATA_DIR,_0x528acb[_0x4de799(-0x1a4,-0x1b8,-0x149,-0x1b1)],_0x2a569d),_0x2b8727={};_0x2b8727[_0x5f5dd2(_0x3c216a._0x3b38af,_0x3c216a._0x2927e2,_0x3c216a._0x3e306a,0x252)]=!![],await _0x482490[_0x5f5dd2(_0x3c216a._0x4c4cd5,_0x3c216a._0x14f28a,0x25d,0x25b)](_0x197c35,_0x2b8727),await _0x482490[_0x5f5dd2(0x16d,_0x3c216a._0x2abf69,0x189,_0x3c216a._0x35fd21)](_0x4d592e[_0x4de799(-_0x3c216a._0x20c4b6,-0x9c,-_0x3c216a._0x48f85c,-_0x3c216a._0x48f29b)](_0x197c35,_0x527ffe),_0x2f0183,_0x528acb[_0x5f5dd2(_0x3c216a._0x1873a8,_0x3c216a._0x447f6b,_0x3c216a._0x4b31cb,0x175)]);const _0x145198={};_0x145198[_0x5f5dd2(0x1d9,0x1ac,_0x3c216a._0x38a572,_0x3c216a._0x501c78)]=_0x527ffe,_0x145198[_0x4de799(-_0x3c216a._0x3148cb,-0x5e,-_0x3c216a._0x45811c,-0x13e)]=!![],_0x145198[_0x5f5dd2(_0x3c216a._0x1bfbe4,_0x3c216a._0x4997a1,_0x3c216a._0x293f9d,0x263)+_0x5f5dd2(0x2a1,_0x3c216a._0x31271d,0x32c,0x281)]=_0x2bd0f9[_0x4de799(-0x177,-0xe3,-0x15e,-0x1ac)],_0xf1cdd2[_0x5f5dd2(0x19c,_0x3c216a._0x4d6d1f,0x147,0x182)](_0x145198);}else{const _0xac179e={};_0xac179e[_0x4de799(-0x9f,-_0x3c216a._0x44346f,-_0x3c216a._0x5e3db5,-_0x3c216a._0x195757)]=_0x590c07,_0x45f7b9[_0x5f5dd2(0x235,_0x3c216a._0x98567a,_0x3c216a._0x48aa08,_0x3c216a._0x2c2cdc)](_0x528acb['nOrWY'],_0xac179e);const _0x54ad4f={};return _0x54ad4f[_0x4de799(-0x272,-0x130,-_0x3c216a._0x562a64,-0x1cb)]=_0x528acb[_0x5f5dd2(_0x3c216a._0x3f8e3c,0x248,_0x3c216a._0x1f9ef0,_0x3c216a._0x284858)],_0x54ad4f[_0x4de799(-0x46,0x3a,-_0x3c216a._0x5e6d8b,_0x3c216a._0x17dc2d)]=_0x5f5dd2(_0x3c216a._0x36c598,_0x3c216a._0x51694f,_0x3c216a._0x4aa345,0x1a2)+_0x4de799(-0x1af,-0x24e,-_0x3c216a._0xda0786,-0x118),_0x4203db[_0x4de799(-0x1bc,-0x107,-_0x3c216a._0x1584a9,-_0x3c216a._0x2d7e60)](-0x2417+-0x164e+0x3bf6)[_0x5f5dd2(0x118,0x175,0xc8,0x182)](_0x54ad4f);}}catch(_0x5b78ff){const _0x3428a8={};_0x3428a8['taskId']=_0x2bd0f9['taskId'],_0x3428a8[_0x5f5dd2(_0x3c216a._0x545ede,_0x3c216a._0x8aba4f,_0x3c216a._0x53fca6,_0x3c216a._0x55cb4d)+'t']=_0x2a569d,_0x3428a8[_0x5f5dd2(0x9e,0x1ee,_0x3c216a._0x753c40,0x15c)]=_0x527ffe,_0x3428a8[_0x4de799(-0x282,-0x185,-0x1d1,-0x213)]=_0x5b78ff[_0x4de799(-_0x3c216a._0x4cddd4,-0x113,-_0x3c216a._0x199d5b,-_0x3c216a._0xf3987d)],logger[_0x4de799(-_0x3c216a._0x1dbc9e,-_0x3c216a._0x56b686,-_0x3c216a._0x562a64,-0x28e)](_0x528acb[_0x4de799(-_0x3c216a._0x19d7e0,-_0x3c216a._0x48d40c,-_0x3c216a._0x215b4f,-0x8c)],_0x3428a8);const _0x42db94={};_0x42db94['error']=_0x528acb[_0x4de799(-_0x3c216a._0x4266b9,-0x1ba,-_0x3c216a._0x4be759,-_0x3c216a._0xca20b5)],_0x42db94[_0x5f5dd2(0x2cb,0x283,0x2fc,_0x3c216a._0xbcaa1d)]=_0x528acb[_0x5f5dd2(0x2b4,0x1bb,_0x3c216a._0x5a8a2e,_0x3c216a._0x489384)],_0xf1cdd2[_0x5f5dd2(0x12f,_0x3c216a._0x5164f8,0x1b5,0x1e2)](-0x1d9b+-0x1f3*0x11+0x40b2)[_0x4de799(-0x1d8,-_0x3c216a._0x52d1aa,-_0x3c216a._0xa2455e,-0x1e0)](_0x42db94);}}),router[_0x37c33e(-0xfc,-0x48,-0x19f,-0x93)](_0x37c33e(-0xfb,-0x12b,-0x9a,-0x149)+'ilename',requireTaskAuth,requireMemoryPermission,async(_0x259691,_0x4e1f20)=>{const _0x2899ec={_0x4d894d:0x1a7,_0x58d091:0x130,_0x55d793:0x124,_0x35af7f:0x186,_0x328252:0x5a1,_0x3e9c42:0x594,_0x302d71:0x598,_0x2bffc6:0x178,_0x46401a:0x22b,_0x4ab912:0xa3,_0x2c42a5:0xd,_0x41ee3e:0x4c7,_0x5ee292:0x561,_0x47ef05:0x1c2,_0xd96944:0x201,_0x288e15:0x195,_0x2ccd69:0x173,_0x55d992:0x515,_0x365c90:0x473,_0x2ef6c7:0x4b7,_0x3fb4f6:0x4d6,_0x4e0228:0x56b,_0x40c20b:0x446,_0x266277:0x1bc,_0x485a58:0x232,_0x12f367:0x505,_0x4e72c8:0x506,_0x384e26:0x4e1,_0x3c9417:0x55f,_0x44de38:0x581,_0x2fd822:0x622,_0x1a384a:0x54b,_0x7823f1:0x5a0,_0x59bb29:0x1ad,_0x280b57:0x1b6,_0x1f2125:0x265,_0x25df1d:0x1c9,_0x1e4013:0xb2,_0x4c9125:0x117,_0x34e28e:0x4e3,_0x5d99d8:0x4ee,_0x10f52e:0xf0,_0x339a24:0x4fe,_0x110b5d:0x51c,_0x100d7f:0x581,_0x51a6c3:0x485,_0x2e5dde:0x1e7,_0x87e49c:0x1ae,_0x59e3a7:0x58f,_0x1897c4:0x1f1,_0x420acb:0x1f3,_0x1b9f0f:0x5fc,_0x244ab9:0x5de,_0x211d96:0x46e,_0x248e85:0x52a,_0xe1b7f6:0x54f,_0x30f172:0x24f,_0x5f25e0:0xef,_0x338ba8:0x1d8,_0x412c8f:0x17c,_0x485207:0x153,_0x14deb0:0x13b,_0x54d7c0:0x1bb,_0x58426d:0x16b,_0x3f863b:0x1c3,_0x26ef13:0x1cf,_0xf7bda8:0x209,_0x5936dd:0x1ef,_0xe4a2d8:0x200,_0x2f51a2:0x139,_0x37a0fc:0x5ab,_0x35f9a2:0x665,_0x202ad7:0x16e,_0xf166a4:0x216,_0x45dde4:0x1bd,_0x21d7eb:0x1d6,_0x2b6e69:0x4e2,_0x379630:0x555,_0x1c3e19:0xfe,_0x54f297:0xa9,_0x41e425:0x8d,_0x523d58:0x1b5,_0x36f551:0x227,_0x1b466d:0x1b2,_0xa9b33c:0x157,_0x2a9a30:0x154,_0x3517f6:0x1cb,_0x5d745b:0x1a5,_0x4523c7:0x4fe,_0x513bb7:0x11d,_0x52eb10:0x4b4,_0x5d775d:0x41c,_0x20ba80:0x20e,_0x40cfa2:0x17f,_0x460a43:0x66c,_0x532f80:0x531,_0x4eb81f:0xd5,_0x39c06d:0xdb,_0x6f7cf3:0x49a,_0x11bff1:0x4c6,_0x35c4fd:0x6c3,_0x1a6dee:0x696,_0x322b1:0x168,_0x22ecf0:0x158,_0x4903af:0x112,_0x56e0cc:0xde,_0x1176e7:0x93,_0x306131:0x160,_0x2eb4b0:0x1ca,_0x47821c:0xd6,_0x5031b6:0x164,_0x24ecd8:0x568,_0x466c2d:0x4d1,_0x57d413:0x410,_0x1a4c91:0x41a,_0x4fa898:0x62c,_0x5386d9:0x51e,_0x3f0d3a:0x548,_0x549305:0x582,_0x279ff2:0x628,_0x29d429:0x666,_0x37db98:0x1fc,_0x40c4d4:0x1a0,_0x5f5a35:0x438,_0x297d60:0x52d,_0xc84ecf:0x4f5,_0x5e4ea2:0x4de,_0x27536c:0x5f2,_0x58b76b:0x5b1,_0x473caf:0x156,_0x3e61b9:0x17c,_0x1cdbaf:0x1a3,_0x20a1bd:0x12d,_0x457b5e:0x1e7,_0x4eb85a:0x1dd,_0x23a0f5:0x254,_0x422738:0x127,_0x424824:0x5b0,_0x1f40f5:0x6ab,_0x503b66:0x644,_0x4f0009:0x231,_0x1f160d:0x193,_0x383c1b:0x1e2,_0x442f7b:0x1db,_0x56257e:0x1de,_0x22fed1:0x1ef,_0x4c4ec9:0x21d,_0x20745e:0x18c,_0x19f5be:0x5c0,_0x2315b0:0x557,_0x5a48d9:0x67c,_0xef69d1:0x76,_0x36f139:0xa2,_0x48b02c:0x1ea,_0x5f2e87:0x229,_0x1714a2:0x17c,_0x164339:0x1bf,_0x34a908:0xd0,_0x112c3f:0x12d,_0x28b3f4:0x126,_0x64768b:0x11c,_0x4d0e0f:0x168,_0x5c2eaa:0x513,_0x3b2f0b:0x256,_0x472088:0x1a7,_0x5749ff:0x25a,_0x55ef70:0x4ac},_0x58b08e={_0x43346d:0x62d},_0x3be16e={'FDJDE':_0x59f33a(-_0x2899ec._0x4d894d,-_0x2899ec._0x58d091,-_0x2899ec._0x55d793,-_0x2899ec._0x35af7f)+_0x1d10c0(_0x2899ec._0x328252,0x4b2,0x511,_0x2899ec._0x3e9c42)+'r','rGWTP':'Failed\x20to\x20'+_0x1d10c0(0x560,0x4ba,0x56e,_0x2899ec._0x302d71)+_0x59f33a(-0x1d6,-_0x2899ec._0x2bffc6,-_0x2899ec._0x46401a,-0x13c),'nsvSq':_0x59f33a(-_0x2899ec._0x4ab912,-_0x2899ec._0x2c42a5,-0x111,-0x82)+_0x1d10c0(0x616,_0x2899ec._0x41ee3e,_0x2899ec._0x5ee292,0x507),'BgHki':_0x59f33a(-_0x2899ec._0x47ef05,-_0x2899ec._0xd96944,-_0x2899ec._0x288e15,-_0x2899ec._0x2ccd69),'Oyfee':'Not\x20Found','pJMnr':'Memory\x20fil'+_0x1d10c0(0x53e,0x581,_0x2899ec._0x55d992,0x4ea)+'d','vRZhO':_0x1d10c0(0x548,0x4a2,0x51f,0x57b)+'read\x20memor'+'y\x20file','yTOga':function(_0x3d0d89,_0x36ca45){return _0x3d0d89(_0x36ca45);},'WwuXe':_0x1d10c0(_0x2899ec._0x365c90,_0x2899ec._0x2ef6c7,_0x2899ec._0x3fb4f6,0x55b)+'t','KtZVD':function(_0x13d9b9,_0x10042b){return _0x13d9b9!==_0x10042b;},'DWiME':_0x59f33a(-0x1d4,-0x1ba,-0x1d4,-0x235),'czYup':_0x1d10c0(0x56b,0x606,_0x2899ec._0x4e0228,0x506),'sBRfZ':_0x1d10c0(0x4ee,0x483,0x4d2,_0x2899ec._0x40c20b),'ucCIP':function(_0x1d4fda,_0x2aa49c){return _0x1d4fda!==_0x2aa49c;},'bwZbN':_0x59f33a(-_0x2899ec._0x266277,-0x1bc,-_0x2899ec._0x485a58,-0x259),'xRJqY':_0x1d10c0(0x554,0x4ee,_0x2899ec._0x12f367,_0x2899ec._0x4e72c8),'CYoJC':_0x1d10c0(0x4d3,_0x2899ec._0x384e26,0x51f,_0x2899ec._0x3c9417)+_0x1d10c0(0x620,_0x2899ec._0x44de38,_0x2899ec._0x2fd822,0x5f0)+_0x1d10c0(0x515,0x537,_0x2899ec._0x1a384a,_0x2899ec._0x7823f1)},{callingTask:_0xe03068,taskUser:_0x117821,environmentName:_0x40342c}=_0x259691,{filename:_0x33bbcb}=_0x259691['params'];function _0x1d10c0(_0x43fbdf,_0x2c45cc,_0x52e6c8,_0x1b18ca){return _0x37c33e(_0x52e6c8-_0x58b08e._0x43346d,_0x2c45cc-0x42,_0x1b18ca,_0x1b18ca-0xbb);}if(!_0x3be16e[_0x59f33a(-_0x2899ec._0x59bb29,-_0x2899ec._0x280b57,-_0x2899ec._0x1f2125,-_0x2899ec._0x25df1d)](isValidMemoryFilename,_0x33bbcb)){const _0xb3a460={};return _0xb3a460['error']=_0x3be16e['WwuXe'],_0xb3a460[_0x59f33a(-0x8d,-0x143,-_0x2899ec._0x1e4013,-_0x2899ec._0x4c9125)]=_0x3be16e[_0x1d10c0(0x56d,_0x2899ec._0x34e28e,_0x2899ec._0x5d99d8,0x541)],_0x4e1f20[_0x59f33a(-0x157,-0x202,-_0x2899ec._0x10f52e,-0x1eb)](0xf56+-0x2*0x3aa+0x226*-0x3)[_0x1d10c0(0x56a,0x524,_0x2899ec._0x339a24,_0x2899ec._0x110b5d)](_0xb3a460);}const _0x5505ee={};_0x5505ee['taskId']=_0xe03068[_0x1d10c0(0x4b8,_0x2899ec._0x100d7f,0x539,_0x2899ec._0x51a6c3)],_0x5505ee['environmen'+'t']=_0x40342c,_0x5505ee[_0x59f33a(-0x1dd,-_0x2899ec._0x2e5dde,-_0x2899ec._0x87e49c,-0x1f4)]=_0x33bbcb,_0x5505ee['userId']=_0x117821['id'];function _0x59f33a(_0x46a0d8,_0x163adc,_0x52d22d,_0x4b54f4){return _0x37c33e(_0x46a0d8- -0x88,_0x163adc-0x116,_0x52d22d,_0x4b54f4-0x86);}logger[_0x1d10c0(0x5c5,0x491,0x53c,_0x2899ec._0x59e3a7)](_0x59f33a(-_0x2899ec._0x1897c4,-0x1ff,-_0x2899ec._0x420acb,-0x1ad)+_0x1d10c0(0x58f,0x5d4,0x636,_0x2899ec._0x1b9f0f)+'\x20file',_0x5505ee);try{if(_0x3be16e[_0x1d10c0(_0x2899ec._0x244ab9,_0x2899ec._0x211d96,_0x2899ec._0x248e85,_0x2899ec._0xe1b7f6)]('vNFje',_0x3be16e[_0x59f33a(-0x19b,-_0x2899ec._0x30f172,-_0x2899ec._0x5f25e0,-0x1a2)])){const _0x2aa7fe={};_0x2aa7fe[_0x59f33a(-0x17c,-0x17c,-_0x2899ec._0x338ba8,-0x1c1)]=_0xeddadd[_0x59f33a(-_0x2899ec._0x412c8f,-_0x2899ec._0x485207,-0x1c1,-0x1b9)],_0x2aa7fe[_0x59f33a(-_0x2899ec._0x14deb0,-_0x2899ec._0x54d7c0,-0x1b1,-_0x2899ec._0x58426d)+'t']=_0x5c81fa,_0x2aa7fe[_0x59f33a(-_0x2899ec._0x3f863b,-_0x2899ec._0x26ef13,-0x213,-_0x2899ec._0xf7bda8)]=_0x466fe2,_0x2aa7fe[_0x59f33a(-_0x2899ec._0x5936dd,-_0x2899ec._0xe4a2d8,-_0x2899ec._0x2f51a2,-_0x2899ec._0x54d7c0)]=_0x23d822[_0x1d10c0(0x5ad,_0x2899ec._0x37a0fc,0x628,_0x2899ec._0x35f9a2)],_0x1d078a[_0x59f33a(-0x1ef,-_0x2899ec._0x202ad7,-_0x2899ec._0xf166a4,-_0x2899ec._0x45dde4)]('Failed\x20to\x20'+'write\x20temp'+_0x59f33a(-_0x2899ec._0x21d7eb,-0x26f,-0x1df,-0x27e),_0x2aa7fe);const _0x30a18d={};_0x30a18d[_0x1d10c0(_0x2899ec._0x2b6e69,_0x2899ec._0x379630,0x4c6,0x55c)]=_0x3be16e[_0x59f33a(-0xbb,-_0x2899ec._0x1c3e19,-_0x2899ec._0x54f297,-0x161)],_0x30a18d[_0x59f33a(-_0x2899ec._0x41e425,0x25,-0x33,-0x40)]=_0x3be16e[_0x59f33a(-_0x2899ec._0x523d58,-_0x2899ec._0x36f551,-_0x2899ec._0x1b466d,-0x1c0)],_0x280303[_0x59f33a(-_0x2899ec._0xa9b33c,-_0x2899ec._0x2a9a30,-_0x2899ec._0x3517f6,-_0x2899ec._0x5d745b)](0x1*-0x916+-0xb4b+0x1*0x1655)[_0x1d10c0(0x57d,0x464,_0x2899ec._0x4523c7,0x4c2)](_0x30a18d);}else{await _0x482490['unlink'](_0x4d592e[_0x59f33a(-_0x2899ec._0x513bb7,-0x1bb,-0x1b9,-0xac)](DATA_DIR,_0x3be16e[_0x1d10c0(_0x2899ec._0x52eb10,_0x2899ec._0x5d775d,_0x2899ec._0x41ee3e,0x472)],_0x40342c,_0x33bbcb));const _0x38c4eb={};_0x38c4eb['deleted']=!![],_0x4e1f20[_0x59f33a(-0x1b7,-_0x2899ec._0x20ba80,-_0x2899ec._0x40cfa2,-0x1d6)](_0x38c4eb);}}catch(_0x2dd81b){if(_0x3be16e[_0x1d10c0(_0x2899ec._0x460a43,0x5ff,0x5e0,_0x2899ec._0x532f80)]!==_0x3be16e[_0x59f33a(-_0x2899ec._0x4eb81f,-_0x2899ec._0x39c06d,-0x117,-0xcb)]){const _0x2294c5={};return _0x2294c5[_0x1d10c0(0x4ff,_0x2899ec._0x6f7cf3,_0x2899ec._0x11bff1,0x530)]=_0x59f33a(-0x1df,-0x18d,-0x23e,-0x1ac)+'t',_0x2294c5[_0x1d10c0(_0x2899ec._0x35c4fd,0x5aa,0x628,_0x2899ec._0x1a6dee)]=_0x3be16e['nsvSq'],_0x5edbc0[_0x59f33a(-_0x2899ec._0xa9b33c,-0x1cc,-_0x2899ec._0xe4a2d8,-_0x2899ec._0x322b1)](-0x3f3*-0x8+-0x297+-0x1b71)['json'](_0x2294c5);}else{if(_0x2dd81b[_0x59f33a(-_0x2899ec._0x22ecf0,-_0x2899ec._0x4903af,-_0x2899ec._0x56e0cc,-0xfc)]===_0x3be16e[_0x59f33a(-0xc2,-_0x2899ec._0x1176e7,-0xe3,-0xd)]){if(_0x3be16e[_0x59f33a(-_0x2899ec._0x306131,-_0x2899ec._0x2eb4b0,-_0x2899ec._0x47821c,-0xe4)](_0x3be16e[_0x59f33a(-_0x2899ec._0x5031b6,-0x16f,-0x16f,-0x1e9)],_0x3be16e[_0x1d10c0(0x52f,_0x2899ec._0x24ecd8,0x54d,_0x2899ec._0x466c2d)])){const _0x52b7a4={};return _0x52b7a4[_0x1d10c0(_0x2899ec._0x57d413,_0x2899ec._0x1a4c91,0x4c6,0x496)]=_0x3be16e[_0x1d10c0(_0x2899ec._0x4fa898,_0x2899ec._0x5386d9,0x5b7,_0x2899ec._0x3f0d3a)],_0x52b7a4[_0x1d10c0(_0x2899ec._0x549305,0x663,_0x2899ec._0x279ff2,_0x2899ec._0x29d429)]=_0x3be16e['pJMnr'],_0x4e1f20[_0x59f33a(-_0x2899ec._0xa9b33c,-0x110,-_0x2899ec._0x37db98,-0x1d6)](0x2*-0x46c+0x2366*0x1+-0x2e*0x8b)[_0x59f33a(-0x1b7,-_0x2899ec._0x40c4d4,-0x132,-0x102)](_0x52b7a4);}else{if(_0x10f359['code']===_0x3be16e[_0x1d10c0(0x5e5,0x69a,0x5f3,0x5e5)]){const _0xd8fcd9={};return _0xd8fcd9[_0x1d10c0(_0x2899ec._0x5f5a35,0x53e,0x4c6,0x42e)]=_0x3be16e['Oyfee'],_0xd8fcd9['message']=_0x3be16e[_0x1d10c0(0x646,_0x2899ec._0x297d60,_0x2899ec._0x37a0fc,_0x2899ec._0xc84ecf)],_0x468168[_0x1d10c0(_0x2899ec._0x5e4ea2,_0x2899ec._0x27536c,0x55e,_0x2899ec._0x58b76b)](-0x330*-0xb+0xa0d+0xf*-0x2e7)[_0x59f33a(-0x1b7,-0x26d,-0x10d,-_0x2899ec._0x473caf)](_0xd8fcd9);}const _0x2f82fc={};_0x2f82fc['taskId']=_0x49d5a0[_0x59f33a(-_0x2899ec._0x3e61b9,-0x1fc,-0x1b9,-0x22f)],_0x2f82fc[_0x59f33a(-_0x2899ec._0x14deb0,-_0x2899ec._0x1cdbaf,-_0x2899ec._0x20a1bd,-_0x2899ec._0x457b5e)+'t']=_0x58e1f2,_0x2f82fc[_0x59f33a(-_0x2899ec._0x4eb85a,-0x1e3,-_0x2899ec._0x23a0f5,-_0x2899ec._0x422738)]=_0x1c3f7c,_0x2f82fc['error']=_0xa4f472[_0x1d10c0(_0x2899ec._0x424824,_0x2899ec._0x1f40f5,_0x2899ec._0x279ff2,_0x2899ec._0x503b66)],_0x243b68[_0x59f33a(-0x1ef,-_0x2899ec._0x4f0009,-_0x2899ec._0x1f160d,-_0x2899ec._0x383c1b)](_0x3be16e[_0x59f33a(-0x13a,-0x11a,-_0x2899ec._0x442f7b,-_0x2899ec._0x56257e)],_0x2f82fc);const _0x21d1cf={};_0x21d1cf[_0x59f33a(-_0x2899ec._0x22fed1,-_0x2899ec._0x4c4ec9,-_0x2899ec._0x20745e,-0x233)]=_0x3be16e[_0x1d10c0(_0x2899ec._0x19f5be,_0x2899ec._0x2315b0,0x5fa,_0x2899ec._0x5a48d9)],_0x21d1cf[_0x59f33a(-0x8d,-0xd9,-_0x2899ec._0xef69d1,-0x29)]=_0x3be16e['vRZhO'],_0x5707b2[_0x59f33a(-0x157,-0x151,-0xc5,-_0x2899ec._0x36f139)](0x1*-0x277+-0x1dad+0x2218)[_0x59f33a(-0x1b7,-0x1c2,-_0x2899ec._0x48b02c,-_0x2899ec._0x5f2e87)](_0x21d1cf);}}const _0x2e869f={};_0x2e869f[_0x59f33a(-_0x2899ec._0x1714a2,-_0x2899ec._0x164339,-_0x2899ec._0x34a908,-_0x2899ec._0x383c1b)]=_0xe03068[_0x59f33a(-0x17c,-_0x2899ec._0x112c3f,-_0x2899ec._0x28b3f4,-0x1e4)],_0x2e869f[_0x59f33a(-0x13b,-_0x2899ec._0x64768b,-_0x2899ec._0x4d0e0f,-_0x2899ec._0x3517f6)+'t']=_0x40342c,_0x2e869f['filename']=_0x33bbcb,_0x2e869f['error']=_0x2dd81b['message'],logger[_0x1d10c0(0x42f,0x45c,_0x2899ec._0x11bff1,_0x2899ec._0x5c2eaa)](_0x3be16e['CYoJC'],_0x2e869f);const _0x155c3e={};_0x155c3e[_0x59f33a(-0x1ef,-_0x2899ec._0x36f551,-_0x2899ec._0x3b2f0b,-0x247)]=_0x59f33a(-_0x2899ec._0x472088,-0x1f5,-0x161,-_0x2899ec._0x5749ff)+_0x1d10c0(0x4fb,0x53d,0x511,0x471)+'r',_0x155c3e['message']=_0x1d10c0(0x4b9,0x52f,0x51f,_0x2899ec._0x55ef70)+'delete\x20mem'+'ory\x20file',_0x4e1f20['status'](-0x4d*-0x4b+-0x709+-0xd92)['json'](_0x155c3e);}}}),router[_0x37c33e(-0xc,-0x7c,-0x83,0x2d)](_0x37c33e(-0x156,-0x9b,-0x134,-0x119)+_0x37c33e(-0x120,-0x1da,-0x8a,-0x157),requireTaskAuth,requireMemoryPermission,async(_0x12bb8c,_0x41c3a4)=>{const _0x1247cc={_0x59f814:0x92,_0xb0642f:0x23,_0x5b20a8:0xc6,_0x91966c:0x483,_0x12dd69:0x3f1,_0xbbfbb0:0x3d2,_0x57a2d:0x31c,_0x977abd:0x47,_0x222f97:0x110,_0x35e5df:0x4f,_0x3207e6:0x18,_0x31ee0a:0xb3,_0x20a712:0xd3,_0x3e8d29:0x101,_0x4e51e0:0x30a,_0x5a6e6b:0x66,_0x73d504:0x5,_0x3a402c:0x6b,_0x576008:0xb4,_0x6d96af:0xd4,_0x12fa6d:0x63,_0x15a7d8:0x4,_0x3ece53:0xa,_0x122ff0:0x3,_0x3ccf55:0x65,_0x56ab3b:0x40f,_0x53a605:0x4d2,_0x3eeaec:0x18,_0x4c47ae:0x65,_0xb6f3dc:0x476,_0x479572:0xcf,_0x25d910:0x27,_0x12b352:0x37f,_0x49ce07:0xd8,_0x5d926d:0x29,_0xc18abb:0xa5,_0x12a4e2:0x17a,_0xd801d9:0x7e,_0x2b4b50:0x4a,_0x5d6a3e:0x17,_0x12392b:0x3f,_0x54681b:0x28,_0x3b5288:0x14,_0x25f544:0xa9,_0x2cfc21:0x6b,_0x23b826:0xb6,_0x23e9c0:0x32,_0x36f4bc:0x469,_0x4e220c:0x36f,_0x17e81f:0x358,_0x58579f:0x6f,_0x516919:0x423,_0x1d64f3:0x300,_0x308a76:0x41b,_0x496b91:0x300,_0x59a172:0x53,_0x5ed23d:0x6d,_0x4bb6e6:0x319,_0x438540:0x38e,_0x92aae:0x4aa,_0x2d6316:0x357,_0x77ab73:0xd,_0x4c5e4d:0x41e,_0x2d7e8b:0x494,_0x1de59c:0x40a,_0x30dbc0:0x379,_0x56dae7:0x25,_0x5aa9e9:0x8e,_0x612421:0x34f,_0x26a088:0x3d6,_0x6ee189:0x3c1,_0x297ed9:0x323,_0x1bc846:0xb0,_0x1ae451:0x1f,_0x30064c:0x4f,_0x455a9e:0x67,_0x4bcb93:0x123,_0x2e59ce:0x73,_0x398c28:0x64,_0x46115d:0x4c,_0x38af3f:0xeb,_0x3003c7:0x17f},_0x30253f={_0x458190:0x151,_0x43efa7:0x1c5},_0x5db6da={};_0x5db6da['GkPpa']='Bad\x20Reques'+'t',_0x5db6da[_0x267814(-0xf,_0x1247cc._0x59f814,-_0x1247cc._0xb0642f,-_0x1247cc._0x5b20a8)]=_0x187874(_0x1247cc._0x91966c,_0x1247cc._0x12dd69,0x3cc,0x4c5)+_0x187874(_0x1247cc._0xbbfbb0,0x43b,_0x1247cc._0x57a2d,0x436),_0x5db6da['RlgWV']=function(_0x257f41,_0xd6ec98){return _0x257f41===_0xd6ec98;},_0x5db6da[_0x267814(0x1b,0x97,_0x1247cc._0x977abd,-0x55)]=_0x267814(-0x68,-_0x1247cc._0x222f97,-_0x1247cc._0x35e5df,_0x1247cc._0x3207e6),_0x5db6da['kcZgm']=_0x267814(-0x66,-0x101,-0xc4,0x7),_0x5db6da[_0x267814(-0x80,-_0x1247cc._0x31ee0a,-_0x1247cc._0x20a712,-_0x1247cc._0x3e8d29)]=_0x187874(0x396,0x447,0x3a2,_0x1247cc._0x4e51e0)+_0x267814(0x4d,_0x1247cc._0x5a6e6b,_0x1247cc._0x73d504,0xe1)+'\x20index',_0x5db6da[_0x267814(-0x23,_0x1247cc._0x3a402c,-_0x1247cc._0x576008,-_0x1247cc._0x6d96af)]='memory',_0x5db6da[_0x267814(-0xea,-_0x1247cc._0x12fa6d,-_0x1247cc._0x59f814,-0xa0)]=_0x267814(-_0x1247cc._0x15a7d8,_0x1247cc._0x3ece53,-_0x1247cc._0x122ff0,_0x1247cc._0x3ccf55),_0x5db6da[_0x187874(0x42c,_0x1247cc._0x56ab3b,_0x1247cc._0x53a605,0x4c9)]='utf-8',_0x5db6da['MeWom']='Failed\x20to\x20'+_0x267814(_0x1247cc._0x3eeaec,0x49,-0x27,_0x1247cc._0x4c47ae)+_0x187874(0x3ca,0x3ed,0x3f9,_0x1247cc._0xb6f3dc),_0x5db6da[_0x267814(-0x73,-_0x1247cc._0x479572,-0xf9,-_0x1247cc._0x25d910)]=_0x187874(_0x1247cc._0x12b352,0x2fe,0x3ab,0x40b)+_0x267814(-_0x1247cc._0x49ce07,-_0x1247cc._0x5d926d,-_0x1247cc._0xc18abb,-_0x1247cc._0x12a4e2)+'r';const _0x1d3d7a=_0x5db6da,{callingTask:_0x36bc3d,environmentName:_0x3744f7}=_0x12bb8c,{content:_0x5b4828}=_0x12bb8c[_0x267814(0xc,0x77,_0x1247cc._0xd801d9,0xb)];if(_0x1d3d7a[_0x267814(-0xef,-0x17e,-0x86,-0x97)](_0x5b4828,undefined)){if(_0x1d3d7a['kpfiZ']!==_0x1d3d7a['kcZgm']){const _0x4d0f92={};return _0x4d0f92['error']=_0x1d3d7a[_0x267814(-0x6b,_0x1247cc._0x2b4b50,_0x1247cc._0x5d6a3e,-0xa0)],_0x4d0f92[_0x267814(_0x1247cc._0x12392b,0x4a,_0x1247cc._0x54681b,_0x1247cc._0x3b5288)]=_0x267814(-0xe,_0x1247cc._0x25f544,0x97,-0x5b)+_0x187874(0x42a,0x4e0,0x3c5,0x456)+_0x267814(-0x28,_0x1247cc._0x2cfc21,-_0x1247cc._0x12392b,0x7f),_0x41c3a4['status'](0x704+-0xc4c+0x6d8)[_0x267814(-0xeb,-0x1aa,-0x173,-_0x1247cc._0x23b826)](_0x4d0f92);}else{const _0x32e50b={};return _0x32e50b['error']=_0x1d3d7a[_0x267814(-0x6b,-_0x1247cc._0x23e9c0,-0x25,0x4)],_0x32e50b[_0x187874(0x499,0x549,0x4ba,_0x1247cc._0x36f4bc)]=_0x1d3d7a['WkSWg'],_0x4df69a['status'](-0x3ba+-0x1*0x31b+0x1*0x865)[_0x187874(_0x1247cc._0x4e220c,0x351,_0x1247cc._0x17e81f,0x3b2)](_0x32e50b);}}const _0xffabb6={};function _0x267814(_0x241ffa,_0x2158c0,_0x1013cb,_0x17534f){return _0x37c33e(_0x241ffa-0x44,_0x2158c0-0xb6,_0x1013cb,_0x17534f-0xcd);}_0xffabb6['taskId']=_0x36bc3d['taskId'],_0xffabb6[_0x267814(-_0x1247cc._0x58579f,0x1f,-0x4a,-0xcb)+'t']=_0x3744f7;function _0x187874(_0x10155a,_0xf5dc12,_0x1d10f2,_0x5e13d2){return _0x37c33e(_0x10155a-0x49e,_0xf5dc12-_0x30253f._0x458190,_0x1d10f2,_0x5e13d2-_0x30253f._0x43efa7);}_0xffabb6[_0x187874(0x465,_0x1247cc._0x516919,0x3a6,0x51e)+_0x187874(0x38c,_0x1247cc._0x1d64f3,_0x1247cc._0x308a76,_0x1247cc._0x496b91)]=_0x5b4828[_0x267814(-_0x1247cc._0x59a172,-0xb5,_0x1247cc._0x5ed23d,-0xd4)],logger[_0x187874(0x3ad,_0x1247cc._0x4bb6e6,_0x1247cc._0x438540,0x3de)](_0x1d3d7a['tKjDq'],_0xffabb6);try{const _0x140f24=_0x4d592e[_0x187874(0x409,0x3d6,_0x1247cc._0x92aae,_0x1247cc._0x2d6316)](DATA_DIR,_0x1d3d7a[_0x267814(-0x23,-_0x1247cc._0x77ab73,0x79,-0x9c)],_0x3744f7),_0x5ce8ed={};_0x5ce8ed[_0x187874(0x43f,0x38d,_0x1247cc._0x4c5e4d,_0x1247cc._0x2d7e8b)]=!![],await _0x482490['mkdir'](_0x140f24,_0x5ce8ed),await _0x482490[_0x187874(_0x1247cc._0x1de59c,_0x1247cc._0x4c5e4d,0x443,_0x1247cc._0x30dbc0)](_0x4d592e[_0x267814(-0x51,_0x1247cc._0x3a402c,_0x1247cc._0x56dae7,-_0x1247cc._0x5aa9e9)](_0x140f24,_0x1d3d7a['omXcR']),_0x5b4828,_0x1d3d7a['QcyvS']);const _0x30691a={};_0x30691a[_0x187874(0x40b,0x3e2,_0x1247cc._0x612421,_0x1247cc._0x26a088)]=!![],_0x41c3a4[_0x187874(_0x1247cc._0x4e220c,_0x1247cc._0x6ee189,0x32a,_0x1247cc._0x297ed9)](_0x30691a);}catch(_0x1d54b9){const _0xfaa134={};_0xfaa134[_0x267814(-0xb0,-0x4d,0x4,-0x2c)]=_0x36bc3d[_0x267814(-_0x1247cc._0x1bc846,-0x56,-0x5d,-0xbc)],_0xfaa134[_0x267814(-0x6f,-_0x1247cc._0x1ae451,-0x6d,-_0x1247cc._0x30064c)+'t']=_0x3744f7,_0xfaa134[_0x267814(-0x123,-0x87,-0xad,-_0x1247cc._0x455a9e)]=_0x1d54b9[_0x267814(_0x1247cc._0x12392b,0x6a,0x46,-0x4a)],logger['error'](_0x1d3d7a[_0x187874(0x4a6,0x565,0x54b,0x3fb)],_0xfaa134);const _0x4f0889={};_0x4f0889[_0x267814(-_0x1247cc._0x4bcb93,-_0x1247cc._0x2e59ce,-0xfc,-0xdf)]=_0x1d3d7a[_0x187874(0x3e7,0x441,0x33b,0x466)],_0x4f0889[_0x267814(_0x1247cc._0x12392b,-_0x1247cc._0x398c28,0x16,-0x2b)]=_0x1d3d7a[_0x267814(_0x1247cc._0x46115d,-0x39,-0x71,_0x1247cc._0x23b826)],_0x41c3a4[_0x267814(-0x8b,0x8,-0x20,-0xbf)](-0x11a0+0xafd*0x3+0xd63*-0x1)[_0x267814(-_0x1247cc._0x38af3f,-0x45,-_0x1247cc._0x3003c7,-0xf3)](_0x4f0889);}});export default router;
|