@profoundlogic/coderflow-server 0.8.6 → 0.8.8
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/Dockerfile +3 -2
- package/dist/base-image/agent-wrapper.sh +7 -2
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/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/slack-service.js +1 -0
- 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/slack.js +1 -0
- 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 +476 -0
- package/dist/web-ui/public/admin.html +96 -17
- 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/docs/_sidebar.md +1 -0
- package/dist/web-ui/public/docs/admin/container-lifecycle.md +102 -0
- package/dist/web-ui/public/docs/admin/jira.md +20 -3
- package/dist/web-ui/public/docs/docsify-proxy-helper.js +1 -0
- package/dist/web-ui/public/docs/index.html +25 -18
- package/dist/web-ui/public/environments.html +1 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/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.html +245 -0
- 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-client.transport-warning.js +1 -0
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- 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(_0x49f23c,_0x5abe66){const _0x487ec3={_0x2b5d4c:0x19,_0x128ab7:0x7b,_0x46239c:0xae,_0x5610a0:0x136,_0x1a9dc0:0xea,_0x3cea42:0x43,_0x5d47c8:0x81,_0x1767d3:0xbb,_0x220e28:0x48,_0x51c6df:0x34,_0x1fac5c:0x1a,_0x585e9e:0x56,_0x178e49:0x29,_0x1c600f:0x88,_0x13af7e:0x5d,_0x3ccc55:0x3d,_0x249d02:0x74,_0x121231:0x1a3,_0x592c08:0x251,_0x330794:0x154,_0xdf25d2:0x18c};function _0x4cfb3f(_0x1ee55f,_0x15b24d,_0x10809e,_0x4ce87d){return _0x32b5(_0x4ce87d-0x76,_0x10809e);}const _0x3c1161=_0x49f23c();function _0x5b285c(_0x4c08fa,_0x50eedf,_0x1959aa,_0x48be27){return _0x32b5(_0x1959aa- -0x166,_0x4c08fa);}while(!![]){try{const _0x59b679=-parseInt(_0x5b285c(-_0x487ec3._0x2b5d4c,_0x487ec3._0x128ab7,0x5c,_0x487ec3._0x46239c))/(-0xae*0x1d+-0x1e*0x141+0x3955)+-parseInt(_0x4cfb3f(0x66,0x48,_0x487ec3._0x5610a0,_0x487ec3._0x1a9dc0))/(0xaf8+0x20f5+0x1*-0x2beb)*(parseInt(_0x5b285c(_0x487ec3._0x3cea42,0xb7,_0x487ec3._0x5d47c8,_0x487ec3._0x1767d3))/(-0x26*0xc4+-0x1068+0x2d83))+parseInt(_0x5b285c(-_0x487ec3._0x220e28,-0xa9,-0x63,_0x487ec3._0x51c6df))/(0x109*-0x13+0x2*-0x32d+0x1a09)+-parseInt(_0x5b285c(-_0x487ec3._0x1fac5c,_0x487ec3._0x585e9e,-0x1d,-0x9))/(-0x171e+0x21f0+0x7*-0x18b)+parseInt(_0x5b285c(-0xab,-_0x487ec3._0x178e49,-_0x487ec3._0x1c600f,-0x47))/(0x6d3*-0x2+0x1453+0x6a7*-0x1)*(parseInt(_0x5b285c(0x57,_0x487ec3._0x13af7e,-_0x487ec3._0x3ccc55,_0x487ec3._0x249d02))/(-0x487*0x1+-0x241e+0x4c*0x89))+parseInt(_0x4cfb3f(0x22a,0x235,0x1bd,_0x487ec3._0x121231))/(0x72*0x29+-0x1*-0x1966+-0x2ba0)+parseInt(_0x4cfb3f(_0x487ec3._0x592c08,_0x487ec3._0x330794,0x190,0x1c9))/(0x24ce+-0x2611+0xa6*0x2)*(parseInt(_0x4cfb3f(0xed,_0x487ec3._0xdf25d2,0x143,0x138))/(-0x1580+-0x1*-0xc3+0x14c7));if(_0x59b679===_0x5abe66)break;else _0x3c1161['push'](_0x3c1161['shift']());}catch(_0x2fd51a){_0x3c1161['push'](_0x3c1161['shift']());}}}(_0xc2bb,0x3f9d6*-0x2+0x2ec9a*0x2+0x106981));import _0x1c631e from'express';import{promises as _0x4db280}from'fs';import _0x3be30f from'path';import{logger}from'../lib/logger.js';import{DATA_DIR}from'../lib/data-dir.js';function _0x5bfc76(_0x37fafa,_0x3c1e48,_0x265fe7,_0x36932f){return _0x32b5(_0x265fe7- -0x17d,_0x36932f);}import{isValidMemoryFilename,parseMemoryFrontmatter}from'../lib/memory-utils.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x1c631e['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x10201b){const _0x25788c={_0x17ae13:0x190,_0x4e6c9d:0x231,_0x55eb66:0x18d,_0x464480:0x506,_0x24f1fc:0x4c0,_0x12b26a:0x4f3},_0x15c4d3={_0x1312ba:0xcd};function _0x5783b2(_0x192156,_0x209430,_0x270c50,_0x48bf70){return _0x32b5(_0x209430-_0x15c4d3._0x1312ba,_0x270c50);}function _0x2249b2(_0x3c8555,_0x214afa,_0x5533c2,_0x27f20f){return _0x32b5(_0x3c8555-0x3a1,_0x5533c2);}tasks=_0x10201b[_0x5783b2(_0x25788c._0x17ae13,_0x25788c._0x4e6c9d,0x22d,_0x25788c._0x55eb66)],setupPath=_0x10201b[_0x2249b2(_0x25788c._0x464480,_0x25788c._0x24f1fc,0x54a,_0x25788c._0x12b26a)],coderConfig=_0x10201b['coderConfi'+'g'];}export function updateCoderConfig(_0x1cd879){coderConfig=_0x1cd879;}async function requireTaskAuth(_0x1771eb,_0x5b1fd3,_0x4cb066){const _0x4502b8={_0x32874e:0x455,_0x2cc06b:0x311,_0x3b8467:0x1aa,_0x4afae9:0x183,_0x5883e0:0x3e8,_0x984ee4:0x49b,_0x2c576e:0x4d6,_0x33e74a:0x8d,_0x2ef8d4:0x44c,_0x56c805:0x417,_0x56eac7:0x518,_0x43d49f:0x4e5,_0xf2e673:0x4e4,_0x16f396:0x4fe,_0x3d3390:0x156,_0x24b402:0xd2,_0x1b60a9:0x257,_0x51c37d:0x201,_0x2f9b15:0x10b,_0x454a19:0x16c,_0x3d81dc:0x174,_0xfdc795:0x4d6,_0x314a3a:0x555,_0x59931e:0x4a7,_0x39fe87:0x159,_0x57534b:0x157,_0x4a1293:0x34f,_0x52d30d:0x44f,_0x487e00:0x41d,_0x23ad7c:0x4a5,_0x6d371:0x3cb,_0x2d69b6:0x14e,_0x538557:0x10e,_0x13cdba:0x184,_0x121a73:0x230,_0x2af211:0x158,_0x2145fd:0x1cc,_0x39778b:0x18a,_0x910c03:0x424,_0x4949cc:0x411,_0xae0390:0x3e5,_0x19b9db:0x3b4,_0x3a38d6:0x3a3,_0x41a5a6:0x404,_0x239cfb:0x431,_0x46c218:0x41a,_0x4e63ef:0x3f4,_0x32a0e9:0x384,_0x287e47:0xf4,_0x403161:0x167,_0x3fdc4f:0x146,_0x1cfdf0:0x50c,_0x563c27:0xa1,_0x251b91:0xe5,_0x2fc134:0x4aa,_0x4a4317:0x4d6,_0x1aaffc:0x49d,_0x3dbab7:0xd4,_0x3369dd:0x176,_0x108b14:0x46b,_0x1af421:0x56,_0xd27fab:0xfc,_0x3fb936:0xb9,_0x146689:0x6e,_0x17630e:0x1e,_0x20792b:0x118,_0x1572b9:0xd2,_0x4847cb:0x170,_0x27b705:0x13a,_0x12992d:0x11a,_0x1b9fb1:0x91,_0x196c15:0xca,_0x3d15d3:0x13d,_0x1ee0c4:0x3eb,_0x3153b9:0x2f7,_0x21711c:0x47e,_0x318139:0x4a9,_0x2b4b5c:0x2c4,_0x4c0b16:0x35c,_0x71d220:0x3b2,_0x2671c2:0x444,_0x55a834:0x3df,_0x3d7a23:0x13f,_0x4e475b:0xf7,_0x597343:0x1b2,_0x278a8d:0xd3,_0x5a8b95:0x13b,_0x5c5709:0x41d,_0x1f6100:0x3c3,_0x63589c:0x4c,_0x54b4b3:0x1a0,_0x237fbc:0x143,_0x986fa0:0x1e0,_0x33b729:0x250,_0x4ef035:0x1c1,_0x486606:0x3d8,_0x179cf5:0xeb,_0x254405:0x128,_0x571f34:0x15b,_0x45aa73:0x22e,_0x3c0765:0x188,_0x3c321c:0x348,_0x471dd3:0x2d0,_0x4d8a5a:0x342,_0x4050c6:0x1b2,_0x6eaa91:0x1a8,_0x26e5fd:0x1c2,_0x4eb25b:0x11c,_0x431309:0x10c,_0x20976b:0xd2,_0x4f6181:0x15d,_0x2151c4:0xd8,_0x2b535e:0x47b,_0x2abfe9:0x3e9,_0x325772:0x150,_0x2d6093:0x317,_0x15bfc1:0x447,_0x9bae65:0x1ac,_0x5ebc10:0x1a1,_0x59078f:0x13b,_0x2191ba:0x3a2,_0x16034e:0x33d,_0x4c4dac:0x37a,_0x3ebda9:0x3ee,_0x22c5f5:0x18d,_0x4c6900:0x93,_0xfd3261:0xf3,_0x6f4cdc:0x115,_0x5585d7:0x3a0,_0x1c58d6:0x369,_0x1df9d8:0x3d8,_0x4494b5:0x336,_0x5b77a0:0x3d4,_0x57e520:0x165,_0x274f95:0x179,_0x300146:0x2b,_0x2d14b6:0x60,_0x156cab:0xee,_0x4135d5:0xe1,_0x138858:0xdd,_0x11d4c2:0x117,_0x26f81b:0xa3,_0x3a9204:0xf5,_0x4af37f:0x165,_0x2ba059:0x108,_0x3adc99:0x18b,_0x394546:0x16d,_0x433f64:0x47a,_0x1f0c87:0x3d4,_0x108ef5:0x428,_0x1bf18a:0x31e,_0x17afe0:0x76,_0x2830f8:0x3dd,_0x402cf2:0x32d,_0x4bf91a:0x3ef,_0x30d221:0xbc,_0x3d41e0:0x107,_0x4d2465:0x1a9,_0x4b98d7:0x17d,_0x8d871c:0x361,_0x4f8f4d:0x477,_0x310f2c:0x3d8,_0xfc54e2:0x28a,_0x1f2406:0x39e,_0x51a8cf:0xcd,_0x3645a6:0x503,_0x2dd974:0x495,_0x3c6309:0x415,_0x3e10a8:0x3c8,_0x3cbdac:0x2e9,_0x532684:0x377,_0x1293a4:0x100,_0x32fde3:0x134,_0x3f1957:0xde,_0xa057ad:0x111,_0x1a9fe7:0x3c1,_0x2b2e4d:0x3f6,_0x4a2fe9:0x3b9,_0x1abbbe:0x421,_0x297b92:0x347,_0x507158:0xc3,_0x3dac6e:0x6a,_0x131097:0x11c,_0x16a7fe:0x2f0,_0x111352:0x38f,_0x692d9:0x366,_0x5cf3df:0x1d1,_0x8d5e50:0x16f,_0x450178:0x15f,_0x46df1f:0x380,_0x53fb6c:0x427,_0x2ad163:0xed,_0x46685d:0xe1,_0x15c96c:0xd0,_0x28b27f:0x236,_0x54d35f:0xe4,_0x1d4d5d:0x102,_0x3449d1:0xfc,_0x328abc:0x23c,_0x22e278:0x183,_0x3a01f8:0x77,_0xe141a6:0x12c,_0x1e66b8:0x116,_0x179cab:0x173,_0x5f4513:0x1ec,_0x5ba2c6:0x139,_0x5b12e1:0x10f,_0x28657b:0x106,_0x4fe372:0x246,_0x4e41cc:0x179,_0x22f585:0x1e5,_0x1fd95f:0x3a5,_0x4e178d:0xd7,_0x3be2cc:0x1ca,_0x246136:0x130,_0xbcb40a:0x1d9,_0x80ad72:0x17f,_0x1502a0:0x62,_0x243693:0x97,_0x3f7081:0xde,_0x197c82:0xda},_0x5c8745={'SOCYB':_0x4b62be(0x391,_0x4502b8._0x32874e,_0x4502b8._0x2cc06b,0x3a1)+'t','YExcj':_0x2d7111(0x10e,_0x4502b8._0x3b8467,0x1e3,_0x4502b8._0x4afae9),'ApwPK':_0x4b62be(_0x4502b8._0x5883e0,_0x4502b8._0x984ee4,_0x4502b8._0x2c576e,0x42f)+_0x2d7111(0xd8,_0x4502b8._0x33e74a,0x8f,0xa5)+'d','VsUvt':_0x4b62be(0x3f4,0x48c,0x4ce,_0x4502b8._0x2ef8d4)+_0x4b62be(_0x4502b8._0x56c805,_0x4502b8._0x56eac7,_0x4502b8._0x43d49f,0x4a0)+_0x4b62be(_0x4502b8._0xf2e673,0x406,_0x4502b8._0x16f396,0x45f),'ZBpkr':_0x2d7111(0x1ac,0x142,0x1bd,0x1b3)+_0x2d7111(_0x4502b8._0x3d3390,0x1a0,0x168,0x1ba)+_0x2d7111(0x1ae,_0x4502b8._0x24b402,0x1ee,0x18e)+'ment','scmfh':function(_0x49bd51,_0x214996){return _0x49bd51===_0x214996;},'jOSsP':_0x2d7111(_0x4502b8._0x1b60a9,0x1d8,_0x4502b8._0x51c37d,0x1f9),'SLCsA':'Environmen'+_0x2d7111(_0x4502b8._0x2f9b15,0x20a,0x222,0x18a)+_0x2d7111(0x190,_0x4502b8._0x454a19,_0x4502b8._0x3d81dc,0x1f8)+_0x4b62be(0x454,_0x4502b8._0xfdc795,_0x4502b8._0x314a3a,_0x4502b8._0x59931e)+_0x2d7111(_0x4502b8._0x39fe87,0xd0,0x1f8,_0x4502b8._0x57534b)+_0x4b62be(0x4b4,_0x4502b8._0x4a1293,0x40e,0x40a),'EDOmu':_0x4b62be(_0x4502b8._0x52d30d,_0x4502b8._0x487e00,_0x4502b8._0x23ad7c,0x482)+'ed','hYLbM':'Missing\x20X-'+'Task-Id\x20he'+_0x4b62be(0x3c2,_0x4502b8._0x6d371,0x45f,0x43d),'DFAYh':_0x2d7111(_0x4502b8._0x2d69b6,0x14b,_0x4502b8._0x538557,_0x4502b8._0x13cdba)+_0x2d7111(_0x4502b8._0x121a73,_0x4502b8._0x2af211,_0x4502b8._0x2145fd,_0x4502b8._0x39778b)+_0x4b62be(0x373,0x448,0x47c,_0x4502b8._0x910c03)+_0x4b62be(_0x4502b8._0x4949cc,0x555,0x43c,0x49f)+_0x4b62be(_0x4502b8._0xae0390,_0x4502b8._0x19b9db,0x43b,_0x4502b8._0x3a38d6),'LDScr':_0x4b62be(0x471,0x37d,_0x4502b8._0x41a5a6,_0x4502b8._0x239cfb)+_0x4b62be(0x4a2,0x47a,0x3c2,0x477)+'zed','sxEpa':function(_0x1cb525,_0x183c47){return _0x1cb525!==_0x183c47;},'clTDJ':_0x4b62be(0x368,_0x4502b8._0x46c218,_0x4502b8._0x4e63ef,_0x4502b8._0x32a0e9),'wyMFi':'Environmen'+_0x2d7111(_0x4502b8._0x287e47,_0x4502b8._0x403161,_0x4502b8._0x3fdc4f,0x18a)+_0x4b62be(_0x4502b8._0x1cfdf0,0x4f9,0x42b,0x491)+_0x2d7111(_0x4502b8._0x563c27,0x193,0xd8,_0x4502b8._0x251b91)+'own\x20task\x20I'+'D','ozEbK':_0x4b62be(0x558,_0x4502b8._0x2fc134,_0x4502b8._0x4a4317,_0x4502b8._0x1aaffc)+_0x2d7111(0x125,0x70,0x2a,_0x4502b8._0x3dbab7),'yKkSX':function(_0x42f995,_0x24748d){return _0x42f995(_0x24748d);},'WtkoX':_0x2d7111(_0x4502b8._0x3369dd,0x65,0x14f,0x100)+'not\x20found','CzaqZ':'Task\x20owner'+'\x20not\x20found','OBNqi':_0x2d7111(0x17e,0x11a,0x12f,0x189),'IGVvB':'UGEia','PhFWj':_0x4b62be(0x3cf,0x36b,_0x4502b8._0x108b14,_0x4502b8._0x487e00)+_0x2d7111(_0x4502b8._0x1af421,0x93,0x12e,_0x4502b8._0xd27fab)+'d'};function _0x2d7111(_0x41c827,_0x201cf9,_0x3162c7,_0x49786a){return _0x32b5(_0x49786a-0x2d,_0x3162c7);}const _0x580749=_0x1771eb[_0x2d7111(0x1c9,_0x4502b8._0x3fb936,_0x4502b8._0x146689,0x129)][_0x2d7111(_0x4502b8._0x17630e,0xf7,_0x4502b8._0x20792b,_0x4502b8._0x1572b9)];if(!_0x580749){if(_0x5c8745[_0x2d7111(0x12a,_0x4502b8._0x4847cb,_0x4502b8._0x27b705,_0x4502b8._0x12992d)](_0x2d7111(_0x4502b8._0x2f9b15,0x12b,_0x4502b8._0x1b9fb1,0xba),_0x5c8745[_0x2d7111(0x81,_0x4502b8._0x196c15,_0x4502b8._0x3d15d3,0xdf)])){const _0x4039bb={};return _0x4039bb[_0x4b62be(_0x4502b8._0x1ee0c4,0x3dc,_0x4502b8._0x3153b9,0x38e)]=_0x5c8745[_0x4b62be(_0x4502b8._0x21711c,_0x4502b8._0x318139,0x47b,0x3f8)],_0x4039bb['message']=_0x4b62be(_0x4502b8._0x2b4b5c,0x3a6,0x3b7,_0x4502b8._0x4c0b16)+_0x4b62be(0x3f3,_0x4502b8._0x71d220,_0x4502b8._0x2671c2,_0x4502b8._0x55a834)+'uired',_0x3a6ef7[_0x2d7111(0x162,0xee,0x13f,_0x4502b8._0x3d7a23)](-0xc*-0x23d+-0x1e66+0x51a)[_0x2d7111(_0x4502b8._0x4e475b,_0x4502b8._0x597343,_0x4502b8._0x278a8d,_0x4502b8._0x5a8b95)](_0x4039bb);}else{logger[_0x4b62be(0x467,_0x4502b8._0x5c5709,0x376,_0x4502b8._0x1f6100)](_0x5c8745['SLCsA']);const _0x3efdd0={};return _0x3efdd0[_0x2d7111(_0x4502b8._0x63589c,_0x4502b8._0x54b4b3,_0x4502b8._0x237fbc,0xf5)]=_0x5c8745[_0x2d7111(0x263,_0x4502b8._0x986fa0,_0x4502b8._0x33b729,0x205)],_0x3efdd0[_0x2d7111(0x149,_0x4502b8._0x4ef035,0x14d,0x115)]=_0x5c8745['hYLbM'],_0x5b1fd3[_0x4b62be(0x38d,0x459,0x42e,_0x4502b8._0x486606)](0x1a45+0xf2d+-0x27e1)[_0x2d7111(0xd5,0xbf,_0x4502b8._0x179cf5,0x13b)](_0x3efdd0);}}if(!tasks){logger['error'](_0x5c8745['DFAYh']);const _0x424f5f={};return _0x424f5f[_0x2d7111(0xd4,0x11f,_0x4502b8._0x254405,0xf5)]='Internal\x20S'+_0x2d7111(_0x4502b8._0x571f34,0x238,_0x4502b8._0x45aa73,_0x4502b8._0x3c0765)+'r',_0x424f5f[_0x4b62be(0x2f2,0x385,_0x4502b8._0x3c321c,0x3ae)]=_0x5c8745[_0x4b62be(0x28d,0x373,_0x4502b8._0x471dd3,_0x4502b8._0x4d8a5a)],_0x5b1fd3[_0x2d7111(_0x4502b8._0x4050c6,_0x4502b8._0x6eaa91,0x1b9,_0x4502b8._0x3d7a23)](0x2539*-0x1+0x316+0x2417)[_0x2d7111(_0x4502b8._0x26e5fd,0x103,0x1ee,0x13b)](_0x424f5f);}const _0x495b50=tasks[_0x2d7111(0x192,0x17f,_0x4502b8._0x4eb25b,_0x4502b8._0x431309)](_0x580749);function _0x4b62be(_0x53916c,_0x1eab4a,_0x44f9fe,_0x561c31){return _0x32b5(_0x561c31-0x2c6,_0x44f9fe);}if(!_0x495b50){if(_0x5c8745[_0x2d7111(0x6c,_0x4502b8._0x20976b,_0x4502b8._0x4f6181,_0x4502b8._0x2151c4)](_0x5c8745[_0x4b62be(0x401,_0x4502b8._0x2b535e,0x41e,_0x4502b8._0x2abfe9)],_0x5c8745[_0x2d7111(0x158,_0x4502b8._0x2d69b6,_0x4502b8._0x454a19,_0x4502b8._0x325772)])){const _0x9e8ece={};return _0x9e8ece[_0x4b62be(_0x4502b8._0x2d6093,_0x4502b8._0x15bfc1,0x2d9,0x38e)]=_0x5c8745['YExcj'],_0x9e8ece[_0x2d7111(0x1bc,0x153,_0x4502b8._0x9bae65,0x115)]=_0x5c8745['ApwPK'],_0x4272d6[_0x2d7111(0x1b3,0xed,0x184,0x13f)](0x1*0x1e38+0x18d4+-0x3578)[_0x2d7111(0x11e,0x148,_0x4502b8._0x5ebc10,_0x4502b8._0x59078f)](_0x9e8ece);}else{const _0x5cf355={};_0x5cf355[_0x4b62be(_0x4502b8._0x2191ba,_0x4502b8._0x16034e,0x38c,_0x4502b8._0x4c4dac)]=_0x580749,logger[_0x4b62be(0x3f2,0x452,_0x4502b8._0x3ebda9,0x3c3)](_0x5c8745['wyMFi'],_0x5cf355);const _0x257db2={};return _0x257db2['error']=_0x2d7111(0x235,0x241,_0x4502b8._0x22c5f5,0x1e9)+'ed',_0x257db2[_0x2d7111(_0x4502b8._0x4c6900,_0x4502b8._0xfd3261,0xc2,_0x4502b8._0x6f4cdc)]=_0x5c8745['ozEbK'],_0x5b1fd3[_0x4b62be(_0x4502b8._0x5585d7,0x339,_0x4502b8._0x1c58d6,_0x4502b8._0x1df9d8)](0x11c*0xa+-0x133*0xd+-0x610*-0x1)[_0x4b62be(0x3ef,0x382,_0x4502b8._0x4494b5,_0x4502b8._0x5b77a0)](_0x257db2);}}if(!_0x495b50[_0x2d7111(_0x4502b8._0x57e520,_0x4502b8._0x274f95,_0x4502b8._0x300146,0xde)+'t']){const _0xe9050f={};_0xe9050f[_0x2d7111(_0x4502b8._0x2d14b6,0x146,_0x4502b8._0x156cab,_0x4502b8._0x4135d5)]=_0x580749,logger[_0x2d7111(_0x4502b8._0x138858,0x15d,_0x4502b8._0x11d4c2,0x12a)](_0x5c8745['VsUvt'],_0xe9050f);const _0x595ccc={};return _0x595ccc[_0x2d7111(_0x4502b8._0x26f81b,0xac,0x85,_0x4502b8._0x3a9204)]=_0x2d7111(0xa5,_0x4502b8._0x4af37f,0x73,_0x4502b8._0x2ba059)+'t',_0x595ccc['message']=_0x5c8745['ZBpkr'],_0x5b1fd3[_0x2d7111(_0x4502b8._0x3adc99,_0x4502b8._0x394546,0xa1,_0x4502b8._0x3d7a23)](0x4d+-0x146c+0x15af)[_0x4b62be(0x41a,0x39e,_0x4502b8._0x433f64,_0x4502b8._0x1f0c87)](_0x595ccc);}const _0x11c9eb=_0x495b50[_0x4b62be(_0x4502b8._0x108ef5,_0x4502b8._0x1bf18a,0x3bf,0x386)]?.['userId'],_0x3ed380=await _0x5c8745['yKkSX'](findUserById,_0x11c9eb);if(!_0x3ed380){const _0x49dc19={};_0x49dc19['taskId']=_0x580749,_0x49dc19['userId']=_0x11c9eb,logger[_0x2d7111(0xae,_0x4502b8._0x17afe0,0x108,0x12a)](_0x5c8745[_0x4b62be(0x2d0,0x310,_0x4502b8._0x2830f8,0x36f)],_0x49dc19);const _0x76e45f={};return _0x76e45f[_0x4b62be(_0x4502b8._0x402cf2,0x40c,_0x4502b8._0x4bf91a,0x38e)]='Unauthoriz'+'ed',_0x76e45f[_0x2d7111(_0x4502b8._0x30d221,0xd7,_0x4502b8._0x3d41e0,0x115)]=_0x5c8745[_0x2d7111(_0x4502b8._0x3d81dc,_0x4502b8._0x4d2465,0x22d,_0x4502b8._0x4b98d7)],_0x5b1fd3[_0x4b62be(_0x4502b8._0x8d871c,_0x4502b8._0x4f8f4d,0x3eb,_0x4502b8._0x310f2c)](0xff7+0x28c*0xa+0x237*-0x12)['json'](_0x76e45f);}_0x1771eb['callingTas'+'k']=_0x495b50,_0x1771eb[_0x4b62be(_0x4502b8._0xfc54e2,0x30f,_0x4502b8._0x1f2406,0x33d)]=_0x3ed380,_0x1771eb[_0x2d7111(_0x4502b8._0x51a8cf,_0x4502b8._0x300146,0x12d,0xde)+_0x4b62be(0x483,0x4b2,_0x4502b8._0x3645a6,_0x4502b8._0x2dd974)]=_0x495b50[_0x4b62be(_0x4502b8._0x3c6309,_0x4502b8._0x3e10a8,0x3ab,0x377)+'t'];if(!coderConfig?.[_0x4b62be(_0x4502b8._0x3cbdac,0x412,0x3a4,_0x4502b8._0x532684)+'ts']?.[_0x495b50[_0x2d7111(0x126,_0x4502b8._0x1293a4,_0x4502b8._0x32fde3,_0x4502b8._0x3f1957)+'t']]){if(_0x5c8745[_0x2d7111(_0x4502b8._0xa057ad,0xaa,0x1d6,_0x4502b8._0x12992d)](_0x5c8745['OBNqi'],_0x5c8745[_0x2d7111(0x145,0x7c,0xaa,0xcb)])){const _0x1cc26a={};_0x1cc26a[_0x4b62be(_0x4502b8._0x1a9fe7,_0x4502b8._0x2b2e4d,_0x4502b8._0x4a2fe9,_0x4502b8._0x4c4dac)]=_0x54f18d,_0x1c46bd[_0x4b62be(_0x4502b8._0x1abbbe,0x376,_0x4502b8._0x297b92,_0x4502b8._0x1f6100)](_0x5c8745[_0x2d7111(_0x4502b8._0x507158,_0x4502b8._0x3dac6e,0x1ac,_0x4502b8._0x131097)],_0x1cc26a);const _0x451ed2={};return _0x451ed2[_0x4b62be(_0x4502b8._0x16a7fe,_0x4502b8._0x111352,_0x4502b8._0x692d9,0x38e)]=_0x5c8745[_0x2d7111(_0x4502b8._0x5cf3df,0x1c6,_0x4502b8._0x8d5e50,_0x4502b8._0x450178)],_0x451ed2['message']=_0x5c8745['ZBpkr'],_0x55202d['status'](-0x7c9*0x1+-0x5*0x5cf+0x2664)[_0x4b62be(_0x4502b8._0x46df1f,_0x4502b8._0x53fb6c,0x418,0x3d4)](_0x451ed2);}else{const _0x228dd2={};_0x228dd2[_0x2d7111(_0x4502b8._0x2ad163,0x9a,0x8a,_0x4502b8._0x46685d)]=_0x580749,_0x228dd2['environmen'+'t']=_0x495b50['environmen'+'t'],logger['warn'](_0x2d7111(0x1ad,_0x4502b8._0x15c96c,_0x4502b8._0x28b27f,_0x4502b8._0x13cdba)+_0x2d7111(0x112,_0x4502b8._0x54d35f,_0x4502b8._0x1d4d5d,_0x4502b8._0x3449d1)+'d',_0x228dd2);const _0x475669={};return _0x475669[_0x2d7111(0x6e,0x43,0xe8,0xf5)]=_0x2d7111(0x19e,_0x4502b8._0x328abc,0x206,_0x4502b8._0x22e278),_0x475669[_0x2d7111(_0x4502b8._0x3a01f8,_0x4502b8._0xe141a6,_0x4502b8._0x1e66b8,_0x4502b8._0x6f4cdc)]=_0x5c8745[_0x2d7111(0x25a,0x15c,_0x4502b8._0x179cab,_0x4502b8._0x5f4513)],_0x5b1fd3[_0x2d7111(_0x4502b8._0x5ba2c6,_0x4502b8._0x5b12e1,0x1eb,0x13f)](0x376*-0x8+0x2d8+0x1a6c)[_0x2d7111(0xc4,0x157,_0x4502b8._0x28657b,_0x4502b8._0x5a8b95)](_0x475669);}}_0x1771eb['environmen'+_0x2d7111(_0x4502b8._0x4fe372,_0x4502b8._0x4e41cc,0x1df,_0x4502b8._0x22f585)]=coderConfig[_0x2d7111(0x198,0x197,0x3e,0xde)+'ts'][_0x495b50[_0x4b62be(0x40b,0x346,0x429,_0x4502b8._0x532684)+'t']],_0x1771eb[_0x4b62be(0x3cc,_0x4502b8._0x1fd95f,0x3fc,0x377)+_0x2d7111(0x10f,0x13d,0x14d,_0x4502b8._0x4e178d)]=_0x3be30f[_0x2d7111(_0x4502b8._0x3be2cc,0x225,_0x4502b8._0x246136,_0x4502b8._0xbcb40a)](setupPath,_0x2d7111(_0x4502b8._0x80ad72,_0x4502b8._0x1502a0,_0x4502b8._0x243693,_0x4502b8._0x3f7081)+'ts',_0x495b50[_0x2d7111(_0x4502b8._0x197c82,0xaf,0xc2,0xde)+'t']),_0x4cb066();}async function requireInstructionsPermission(_0x5bda69,_0x49f0be,_0x4db562){const _0x28fb6c={_0x3ed022:0xb,_0x5f46a4:0x12,_0x55c0eb:0x8d,_0x520020:0xc5,_0x2de0a7:0x11b,_0x43da8e:0xd3,_0x3871b5:0xd,_0x1e10a2:0x38,_0x14c5bf:0xad,_0x39a2ad:0xb,_0x44b75a:0x50,_0x27c676:0x23,_0x11f32d:0xc8,_0x939d32:0x5e,_0xea6754:0xa9,_0x5ebdf3:0xaa,_0x5e2a17:0x46,_0xa41cc3:0x12f,_0x1f8d12:0x3d,_0x50dc7d:0xee,_0x2f356b:0xd0,_0x5dc27f:0x167,_0x35a07c:0xc6,_0x1ed889:0x50,_0x1457c1:0x33,_0x903d03:0x9d,_0xe3c391:0x1c,_0x5a4390:0xda,_0x3f1cda:0xbc,_0x476b01:0x15e,_0x5de1d5:0xa0,_0xca0952:0xd5,_0x1d300e:0x43,_0x4ff33a:0x21,_0x19d33b:0x1c,_0x4a92c3:0xb1,_0x4ce38c:0x64,_0x3b4c5b:0x5d,_0x43cdd1:0x47,_0x2a88b3:0x2c,_0x13e5e6:0x3c,_0x1c1423:0x8c,_0x1163a2:0x39,_0x49ddc4:0x12,_0x3164a3:0x8,_0x1b5fcb:0x3f,_0x2fa8d0:0x5f,_0x1d04fe:0x2b,_0x392131:0xa4,_0x3cc06b:0x83,_0x6d8292:0x20,_0x5dcb85:0x1,_0x497082:0x25,_0x493631:0x7b,_0x2d7327:0x42,_0x213c9e:0x2a},_0x432c6e={_0x377470:0x113},_0x1dd624={_0x5288fb:0xd0},_0x2f7450={'Plloa':_0x633d0c(-_0x28fb6c._0x3ed022,-_0x28fb6c._0x5f46a4,0x24,0x29)+'\x20environme'+_0x633d0c(-0xf1,-_0x28fb6c._0x55c0eb,-_0x28fb6c._0x520020,-_0x28fb6c._0x2de0a7)+_0x633d0c(0x165,_0x28fb6c._0x43da8e,0xcd,0xc2)+_0x39af17(0x91,-_0x28fb6c._0x3871b5,_0x28fb6c._0x1e10a2,0x4f),'RXEjp':_0x633d0c(0x147,_0x28fb6c._0x14c5bf,_0x28fb6c._0x39a2ad,0xb0),'OuMNt':_0x633d0c(0xb7,0x8,-_0x28fb6c._0x44b75a,-_0x28fb6c._0x27c676)+_0x633d0c(-_0x28fb6c._0x11f32d,-_0x28fb6c._0x939d32,-0x5f,-0xb2)+_0x39af17(_0x28fb6c._0xea6754,0xa5,_0x28fb6c._0x5ebdf3,0x3f)+'to\x20update\x20'+_0x39af17(-0x73,0x25,-_0x28fb6c._0x5e2a17,-0x1f)+_0x39af17(0x137,0x162,_0x28fb6c._0xa41cc3,0x106)+_0x39af17(0x13d,0x16a,_0x28fb6c._0x1f8d12,0xf7),'BEejP':function(_0x5193fb){return _0x5193fb();}};if(!await hasPermission(_0x5bda69[_0x39af17(-_0x28fb6c._0x50dc7d,-_0x28fb6c._0x14c5bf,0x5f,-0x59)]['id'],_0x39af17(0x45,0x2f,-_0x28fb6c._0x2f356b,-0x1f)+_0x39af17(0xac,_0x28fb6c._0x5dc27f,0x114,_0x28fb6c._0x35a07c)+_0x633d0c(_0x28fb6c._0x1ed889,0x79,_0x28fb6c._0x1457c1,0xb5),_0x5bda69[_0x39af17(-0xc1,_0x28fb6c._0x903d03,-_0x28fb6c._0xe3c391,-0x1f)+_0x633d0c(_0x28fb6c._0x5a4390,_0x28fb6c._0x3f1cda,0x5c,_0x28fb6c._0x476b01)])){const _0x51119a={};_0x51119a['taskId']=_0x5bda69[_0x39af17(_0x28fb6c._0x5de1d5,-_0x28fb6c._0x1ed889,_0x28fb6c._0xca0952,0x41)+'k'][_0x39af17(0x3,_0x28fb6c._0x1d300e,-_0x28fb6c._0x4ff33a,-_0x28fb6c._0x19d33b)],_0x51119a[_0x39af17(_0x28fb6c._0x4a92c3,-_0x28fb6c._0x4ce38c,-_0x28fb6c._0x3b4c5b,0x1e)]=_0x5bda69[_0x39af17(_0x28fb6c._0x3871b5,-0x66,-0xcf,-0x59)]['id'],_0x51119a['username']=_0x5bda69[_0x633d0c(-0xc2,-0x9c,-0xae,-_0x28fb6c._0x43cdd1)][_0x39af17(_0x28fb6c._0x2a88b3,-0x4f,0x6,0x6c)],logger[_0x39af17(-0x8b,-_0x28fb6c._0x13e5e6,-0x4d,0x2d)](_0x2f7450[_0x633d0c(-0x66,-_0x28fb6c._0x1c1423,-0x69,-0x11e)],_0x51119a);const _0x5042a2={};return _0x5042a2[_0x39af17(-0x2,_0x28fb6c._0x1163a2,-_0x28fb6c._0x49ddc4,-_0x28fb6c._0x3164a3)]=_0x2f7450[_0x633d0c(_0x28fb6c._0x1d300e,_0x28fb6c._0x13e5e6,_0x28fb6c._0x1b5fcb,-_0x28fb6c._0x2fa8d0)],_0x5042a2[_0x633d0c(-0x42,-_0x28fb6c._0x1d04fe,-0x80,-_0x28fb6c._0x392131)]=_0x2f7450[_0x633d0c(0xf7,0xae,0x99,_0x28fb6c._0x3cc06b)],_0x49f0be[_0x633d0c(-_0x28fb6c._0x6d8292,-_0x28fb6c._0x5dcb85,_0x28fb6c._0x497082,0x2b)](-0xcb6+-0x3*0x903+0x56*0x7b)[_0x39af17(_0x28fb6c._0x493631,_0x28fb6c._0x2d7327,-0x3e,0x3e)](_0x5042a2);}function _0x39af17(_0xe4c31c,_0x591912,_0x4d28f5,_0x1fafca){return _0x32b5(_0x1fafca- -_0x1dd624._0x5288fb,_0x591912);}function _0x633d0c(_0x4446a0,_0x1e867c,_0x4ab320,_0x1fe95e){return _0x32b5(_0x1e867c- -_0x432c6e._0x377470,_0x4446a0);}_0x2f7450[_0x633d0c(-0xb8,-_0x28fb6c._0x213c9e,0x6c,-0xcc)](_0x4db562);}async function requireTemplatesPermission(_0x2c9c06,_0x31758c,_0x3a278a){const _0x9265a5={_0x4ba3d3:0x451,_0x3e2fa1:0x3c8,_0x51fa59:0x3b7,_0x4171e5:0x633,_0x450c0d:0x4d7,_0x4c96ef:0x4e2,_0x3c9541:0x4be,_0x12ebcc:0x466,_0x5e64a4:0x56f,_0x43e312:0x56a,_0x27b22a:0x435,_0x47a1a6:0x3dd,_0x2ee81d:0x471,_0x42d12b:0x507,_0x3fba5b:0x47b,_0x59daab:0x508,_0x1ac870:0x509,_0x4a167e:0x618,_0x353f74:0x4ef,_0x434d5d:0x4ae,_0x2ee919:0x4ea,_0x54759d:0x3e0,_0x200d78:0x3f0,_0x5b8278:0x484,_0x4bd654:0x4af,_0x440cd1:0x484,_0x580524:0x522,_0x4cb7d3:0x48d,_0x542731:0x4f2,_0x3335f8:0x4c7,_0x1c2a3b:0x48c,_0x471e65:0x446,_0x334d6d:0x3cf,_0x304f9b:0x451,_0x270136:0x4f6,_0x56460e:0x4bd,_0x3e953b:0x59e,_0x106543:0x61d,_0x5b2299:0x486,_0x4b0f38:0x40d,_0x1917aa:0x483,_0x40902d:0x4b1,_0x11495c:0x460,_0x468b40:0x416,_0x14dc12:0x411,_0x49dd1e:0x459,_0x5e1ec4:0x5d0,_0x236c08:0x58f,_0x3499bf:0x536,_0x544e01:0x546,_0x4d5fad:0x468,_0x56edc4:0x494,_0xc90aa4:0x58e,_0x358d42:0x496,_0x31efaf:0x4b7,_0x307b9e:0x4c3,_0x37e40f:0x4ab,_0x32ebf6:0x43a,_0x434c08:0x45a},_0x5e50f3={_0x1a0540:0x3cf},_0x403a73={'wLuDb':function(_0x12e4d7,_0x1cb3da,_0x3c216f,_0x53d0b1){return _0x12e4d7(_0x1cb3da,_0x3c216f,_0x53d0b1);},'DDEsb':_0x9a8de9(_0x9265a5._0x4ba3d3,0x470,_0x9265a5._0x3e2fa1,_0x9265a5._0x51fa59)+_0x9a8de9(0x57c,_0x9265a5._0x4171e5,_0x9265a5._0x450c0d,0x5df)+'es','cLvAl':_0x350fd6(_0x9265a5._0x4c96ef,_0x9265a5._0x3c9541,0x4d0,_0x9265a5._0x12ebcc)+_0x9a8de9(0x4c1,_0x9265a5._0x5e64a4,0x52e,_0x9265a5._0x43e312)+_0x350fd6(_0x9265a5._0x27b22a,_0x9265a5._0x47a1a6,_0x9265a5._0x2ee81d,0x4e3)+_0x350fd6(_0x9265a5._0x42d12b,_0x9265a5._0x3fba5b,_0x9265a5._0x59daab,_0x9265a5._0x1ac870)+'sion','mNYGo':_0x9a8de9(0x560,_0x9265a5._0x4a167e,0x5dd,0x4d6),'WOluR':_0x350fd6(_0x9265a5._0x353f74,_0x9265a5._0x434d5d,_0x9265a5._0x2ee919,0x4ea)+_0x350fd6(_0x9265a5._0x54759d,_0x9265a5._0x200d78,_0x9265a5._0x5b8278,0x45c)+_0x9a8de9(_0x9265a5._0x4bd654,0x562,_0x9265a5._0x440cd1,0x3ff)+_0x350fd6(0x4be,_0x9265a5._0x580524,0x541,0x5b5)+_0x350fd6(0x516,_0x9265a5._0x4cb7d3,0x480,_0x9265a5._0x542731)+'t\x20template'+'s','erKKD':function(_0x281bfd){return _0x281bfd();}};function _0x9a8de9(_0x1697dc,_0x5ff8b1,_0x609f88,_0x44fdd4){return _0x32b5(_0x1697dc-0x3a0,_0x44fdd4);}if(!await _0x403a73[_0x9a8de9(0x478,0x533,0x4e6,0x45a)](hasPermission,_0x2c9c06[_0x350fd6(_0x9265a5._0x3335f8,_0x9265a5._0x1c2a3b,_0x9265a5._0x471e65,_0x9265a5._0x334d6d)]['id'],_0x403a73['DDEsb'],_0x2c9c06[_0x9a8de9(_0x9265a5._0x304f9b,_0x9265a5._0x270136,_0x9265a5._0x56460e,0x4b8)+_0x350fd6(0x550,0x544,_0x9265a5._0x3e953b,_0x9265a5._0x106543)])){const _0x34c23a={};_0x34c23a[_0x350fd6(_0x9265a5._0x5b2299,_0x9265a5._0x4b0f38,_0x9265a5._0x1917aa,0x3dc)]=_0x2c9c06[_0x9a8de9(_0x9265a5._0x40902d,0x418,_0x9265a5._0x11495c,_0x9265a5._0x468b40)+'k']['taskId'],_0x34c23a[_0x350fd6(_0x9265a5._0x14dc12,_0x9265a5._0x49dd1e,0x4bd,0x43d)]=_0x2c9c06[_0x350fd6(0x38f,0x463,0x446,0x47d)]['id'],_0x34c23a['username']=_0x2c9c06[_0x350fd6(0x45f,0x4fd,0x446,0x435)]['username'],logger['warn'](_0x403a73[_0x350fd6(_0x9265a5._0x5e1ec4,_0x9265a5._0x236c08,_0x9265a5._0x3499bf,_0x9265a5._0x544e01)],_0x34c23a);const _0xa4bd04={};return _0xa4bd04[_0x9a8de9(_0x9265a5._0x4d5fad,0x448,0x3c2,0x48d)]=_0x403a73[_0x9a8de9(0x506,_0x9265a5._0x56edc4,_0x9265a5._0xc90aa4,0x496)],_0xa4bd04[_0x350fd6(0x4f0,_0x9265a5._0x358d42,_0x9265a5._0x31efaf,_0x9265a5._0x307b9e)]=_0x403a73[_0x9a8de9(_0x9265a5._0x56460e,0x46b,0x404,0x4af)],_0x31758c['status'](-0x5*0x104+0x19*-0xce+0x1ac5)[_0x9a8de9(0x4ae,_0x9265a5._0x37e40f,0x4bb,0x439)](_0xa4bd04);}function _0x350fd6(_0xf4c47c,_0x1bfef6,_0x50e68d,_0x5cc3e2){return _0x32b5(_0x50e68d-_0x5e50f3._0x1a0540,_0x1bfef6);}_0x403a73[_0x350fd6(0x423,_0x9265a5._0x32ebf6,_0x9265a5._0x434c08,0x3e5)](_0x3a278a);}router[_0x13e4e3(0x1b,0xbd,0x62,-0x2e)]('/instructi'+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x338fa6,_0x31078e)=>{const _0x572e50={_0x39aeb6:0x1d8,_0x10aa89:0x30d,_0x211928:0x16f,_0x16c507:0xcd,_0x5d45c5:0x16e,_0x3349ba:0x11f,_0x3cdaaf:0x130,_0x1eaa43:0x1c9,_0x1b2091:0x178,_0x17dbf4:0x269,_0x4a57bc:0x2e1,_0x438917:0x2df,_0x4a9c34:0x305,_0x16c2d7:0x182,_0x200e38:0x1a5,_0x48d3ae:0x34d,_0x1ff8e4:0x29a,_0xd30c:0x386,_0x4a4da4:0x2d1,_0x513ce1:0x356,_0x32b91a:0x372,_0x2cefe6:0x1bb,_0x596aa6:0x1b4,_0x28def0:0x29c,_0x254501:0x39c,_0x3c60be:0x30b,_0x4d1bf6:0x36b,_0x403d16:0x29f,_0x127468:0x26d,_0x5d0fbe:0x29e,_0x3dc5fa:0x323,_0x543bd4:0x221,_0x81e647:0x1d3,_0x4f51d3:0x174,_0x1c7cbb:0x1aa,_0x4fd727:0x147,_0x4f7a9f:0x20d,_0x5205cb:0x247,_0x2eb02f:0x2f7,_0x572869:0x363,_0x1ee2ad:0x2f6,_0x1ea6d9:0x270,_0xc8b90e:0x27b,_0x4607a1:0x1ed,_0xe4d4e6:0x20f,_0x488f44:0x15f,_0x2aa3a9:0x5,_0x155b99:0x7c,_0x161fd0:0x2e2,_0x2480c1:0x26a,_0x18a228:0x5b,_0x3400b9:0x3e,_0x367fd5:0xd7,_0x1fd9cf:0x156,_0x44896d:0x10f,_0x5f0332:0x1a8,_0x13491d:0x18b,_0x301922:0x15a,_0x122a1e:0x176,_0x38fc7e:0x177,_0x9cfab1:0x2d7,_0x8b8968:0x366,_0x1d1214:0x157,_0x3747d7:0x226,_0x3f18b3:0x2a5,_0xd42ef2:0x229,_0x30d5ea:0x2a0,_0x3b8901:0x2ff,_0x3c1151:0x327,_0x2ca8f6:0x2bf,_0x5deeb3:0x283,_0x468ce7:0x35b,_0x48ac30:0x314,_0xd60eef:0x2b4,_0x61d966:0x29e,_0x5a32a9:0x9e,_0x26a33b:0x22c,_0x1073de:0x363,_0x30a0e9:0x299,_0x9cba47:0x236,_0x84de62:0x303,_0x575081:0x163,_0x396667:0x9d,_0x2e1128:0x185,_0x39d983:0x99,_0x3603ac:0x356,_0x261e24:0x270,_0x1c1d43:0x1fc,_0x474d7d:0xa1,_0x11ccc4:0x1b3,_0x3d1115:0x31b,_0x53765f:0x335,_0x52d4dd:0x259,_0x4e0b4a:0xb4,_0x57ab7b:0x86,_0x1ce659:0x219,_0x395762:0x110,_0x4e0da3:0x351,_0x7c0e89:0x231,_0x5dbd41:0x310,_0x10646d:0x29f,_0x5e37a9:0x136,_0x47eadd:0x140,_0x4106ed:0x1eb,_0x312834:0x1a4,_0x3a2804:0x160,_0x14f705:0x183,_0xc1129d:0x1ed,_0x4f41e3:0x178,_0xc2fe64:0x2a9,_0x565134:0x2de,_0x15bb4e:0x12d,_0x22c1ab:0x1c3,_0x1dc4c0:0x12a,_0x543b68:0x2c6,_0x52f43e:0x2cb},_0x137f28={_0xb7cf0b:0x2f,_0x3f29c6:0x43,_0x7b6ea:0x336},_0x3779b1={_0x2435b4:0xb5},_0x36a953={};_0x36a953[_0x1c45fa(-_0x572e50._0x39aeb6,-0x9b,-0x1ca,-0x12a)]=_0xf3288d(-0x277,-0x38d,-_0x572e50._0x10aa89,-0x3a1)+_0x1c45fa(-0x98,-_0x572e50._0x211928,-0xfa,-_0x572e50._0x16c507)+'r',_0x36a953[_0x1c45fa(-0x1aa,-_0x572e50._0x5d45c5,-0x109,-_0x572e50._0x3349ba)]=_0x1c45fa(-_0x572e50._0x3cdaaf,-_0x572e50._0x1eaa43,-0x137,-_0x572e50._0x1b2091)+_0xf3288d(-_0x572e50._0x17dbf4,-_0x572e50._0x4a57bc,-_0x572e50._0x438917,-_0x572e50._0x4a9c34)+_0x1c45fa(-0x205,-0x11f,-0x1de,-0x153),_0x36a953['heBSa']='AGENTS.md',_0x36a953['mKrYC']=function(_0xb7c165,_0x1faaa4){return _0xb7c165!==_0x1faaa4;},_0x36a953[_0x1c45fa(0x18,-0x1b,-0x8a,-0x5f)]=_0x1c45fa(-_0x572e50._0x16c2d7,-0x138,-0xfe,-0x11c),_0x36a953[_0x1c45fa(-0x1b8,-0x228,-0x25f,-_0x572e50._0x200e38)]=_0xf3288d(-_0x572e50._0x48d3ae,-_0x572e50._0x1ff8e4,-0x2e9,-_0x572e50._0xd30c),_0x36a953[_0xf3288d(-_0x572e50._0x4a4da4,-_0x572e50._0x513ce1,-0x333,-_0x572e50._0x32b91a)]=_0x1c45fa(-0x17a,-0xe9,-_0x572e50._0x2cefe6,-0x14e),_0x36a953[_0xf3288d(-0x2d8,-_0x572e50._0x596aa6,-0x245,-0x2aa)]='ENOENT',_0x36a953[_0xf3288d(-_0x572e50._0x28def0,-_0x572e50._0x254501,-_0x572e50._0x3c60be,-0x35b)]=_0xf3288d(-_0x572e50._0x4d1bf6,-_0x572e50._0x403d16,-0x303,-0x314)+_0xf3288d(-_0x572e50._0x127468,-0x2f0,-_0x572e50._0x5d0fbe,-_0x572e50._0x3dc5fa)+'uctions\x20fi'+'le';const _0x4d7d4=_0x36a953,{callingTask:_0x208b0c,environmentName:_0x1a159d,environmentPath:_0x1fecee}=_0x338fa6,_0x53b6c9={};function _0x1c45fa(_0x1b6fdd,_0x2688f0,_0x561b9a,_0x5a64fd){return _0x13e4e3(_0x1b6fdd-_0x3779b1._0x2435b4,_0x2688f0-0x20,_0x5a64fd- -0x1ab,_0x561b9a);}_0x53b6c9[_0x1c45fa(-0x1a3,-_0x572e50._0x543bd4,-_0x572e50._0x81e647,-_0x572e50._0x4f51d3)]=_0x208b0c[_0x1c45fa(-_0x572e50._0x1c7cbb,-_0x572e50._0x4fd727,-_0x572e50._0x4f7a9f,-0x174)],_0x53b6c9['environmen'+'t']=_0x1a159d,logger[_0xf3288d(-0x2f1,-_0x572e50._0x5205cb,-_0x572e50._0x2eb02f,-_0x572e50._0x572869)](_0xf3288d(-_0x572e50._0x1ee2ad,-_0x572e50._0x1ea6d9,-_0x572e50._0xc8b90e,-0x280)+_0x1c45fa(-0x18e,-_0x572e50._0x4607a1,-_0x572e50._0xe4d4e6,-_0x572e50._0x488f44)+'nment\x20inst'+'ructions',_0x53b6c9);function _0xf3288d(_0xa75159,_0x516e74,_0x289132,_0x431738){return _0x13e4e3(_0xa75159-_0x137f28._0xb7cf0b,_0x516e74-_0x137f28._0x3f29c6,_0x289132- -_0x137f28._0x7b6ea,_0x431738);}const _0x99f8a2=_0x3be30f[_0x1c45fa(0x1c,-_0x572e50._0x2aa3a9,-0x45,-_0x572e50._0x155b99)](_0x1fecee,_0x4d7d4[_0xf3288d(-_0x572e50._0x5205cb,-0x376,-_0x572e50._0x161fd0,-_0x572e50._0x2480c1)]);try{if(_0x4d7d4['mKrYC'](_0x4d7d4[_0x1c45fa(-0x92,-_0x572e50._0x18a228,-_0x572e50._0x3400b9,-0x5f)],_0x4d7d4[_0xf3288d(-0x3e3,-0x2ea,-0x330,-0x32d)])){const _0x3d8d0e=await _0x4db280[_0x1c45fa(-0x7a,-0x13c,-0x54,-_0x572e50._0x367fd5)](_0x99f8a2,_0x4d7d4[_0x1c45fa(-_0x572e50._0x1fd9cf,-0x233,-_0x572e50._0x44896d,-_0x572e50._0x5f0332)]),_0x38129e={};_0x38129e[_0x1c45fa(-_0x572e50._0x13491d,-0x12f,-0x1fb,-_0x572e50._0x301922)]=_0x3d8d0e,_0x38129e[_0x1c45fa(-0x1e5,-0x100,-_0x572e50._0x122a1e,-_0x572e50._0x38fc7e)+'t']=_0x1a159d,_0x38129e[_0xf3288d(-_0x572e50._0x9cfab1,-0x277,-0x31a,-_0x572e50._0x8b8968)]=_0x4d7d4[_0x1c45fa(-_0x572e50._0x4607a1,-0xaa,-0xc9,-_0x572e50._0x1d1214)],_0x31078e[_0xf3288d(-_0x572e50._0x3747d7,-0x243,-_0x572e50._0x3f18b3,-_0x572e50._0xd42ef2)](_0x38129e);}else{const _0x2b96dd={};_0x2b96dd[_0xf3288d(-0x25b,-_0x572e50._0x30d5ea,-_0x572e50._0x3b8901,-_0x572e50._0x3c1151)]=_0x30a34c[_0xf3288d(-0x2cd,-_0x572e50._0x2ca8f6,-_0x572e50._0x3b8901,-0x2ef)],_0x2b96dd['environmen'+'t']=_0x1d1a6c,_0x2b96dd['error']=_0x14ab3e['message'],_0x3f4aac[_0xf3288d(-_0x572e50._0x5deeb3,-_0x572e50._0x468ce7,-0x2eb,-0x232)](_0xf3288d(-_0x572e50._0x48ac30,-_0x572e50._0xd60eef,-0x303,-_0x572e50._0x61d966)+_0x1c45fa(-_0x572e50._0x5a32a9,-0x99,-0x12e,-0x154)+_0xf3288d(-_0x572e50._0x26a33b,-0x2f6,-0x2de,-0x2d2),_0x2b96dd);const _0x587aa3={};_0x587aa3[_0xf3288d(-_0x572e50._0x1073de,-_0x572e50._0x30a0e9,-0x2eb,-0x34c)]=_0x4d7d4[_0xf3288d(-0x335,-0x2b4,-0x2b5,-0x36e)],_0x587aa3[_0xf3288d(-0x32d,-_0x572e50._0x9cba47,-0x2cb,-_0x572e50._0x84de62)]=_0x4d7d4[_0x1c45fa(-_0x572e50._0x211928,-_0x572e50._0x575081,-0x188,-0x11f)],_0x256ffa[_0x1c45fa(-_0x572e50._0x396667,-_0x572e50._0x2e1128,-_0x572e50._0x39d983,-0x116)](0x1d93+0xa3*0x1+-0x1c42)[_0xf3288d(-_0x572e50._0x3603ac,-0x268,-0x2a5,-_0x572e50._0x261e24)](_0x587aa3);}}catch(_0x209610){if(_0x209610[_0xf3288d(-_0x572e50._0x5205cb,-_0x572e50._0x1c1d43,-0x27d,-0x2b5)]===_0x4d7d4['GtOZo']){const _0x1684aa={};_0x1684aa[_0x1c45fa(-0x122,-_0x572e50._0x474d7d,-0x18e,-_0x572e50._0x301922)]='',_0x1684aa[_0x1c45fa(-0x14e,-0x14d,-_0x572e50._0x11ccc4,-0x177)+'t']=_0x1a159d,_0x1684aa[_0xf3288d(-_0x572e50._0x3d1115,-0x347,-0x31a,-0x2a4)]='AGENTS.md',_0x1684aa[_0xf3288d(-_0x572e50._0x53765f,-_0x572e50._0x52d4dd,-0x2f6,-0x26c)]=![],_0x31078e[_0x1c45fa(-_0x572e50._0x4e0b4a,-_0x572e50._0x57ab7b,-0x1b6,-0x11a)](_0x1684aa);}else{const _0x2d34f2={};_0x2d34f2[_0x1c45fa(-0xc5,-_0x572e50._0x1ce659,-_0x572e50._0x395762,-_0x572e50._0x4f51d3)]=_0x208b0c[_0xf3288d(-0x252,-_0x572e50._0x4e0da3,-_0x572e50._0x3b8901,-0x3a6)],_0x2d34f2['environmen'+'t']=_0x1a159d,_0x2d34f2[_0xf3288d(-_0x572e50._0x7c0e89,-_0x572e50._0x5dbd41,-0x2eb,-_0x572e50._0x10646d)]=_0x209610[_0x1c45fa(-0xe8,-_0x572e50._0x5e37a9,-0x174,-_0x572e50._0x47eadd)],logger[_0x1c45fa(-_0x572e50._0x4106ed,-0x181,-_0x572e50._0x312834,-_0x572e50._0x3a2804)](_0x1c45fa(-_0x572e50._0x14f705,-_0x572e50._0xc1129d,-0x1f3,-_0x572e50._0x4f41e3)+_0xf3288d(-_0x572e50._0xc2fe64,-_0x572e50._0x565134,-0x2b8,-0x2b5)+_0x1c45fa(-0x152,0x2,-0xf2,-0xa6),_0x2d34f2);const _0x2940aa={};_0x2940aa[_0x1c45fa(-_0x572e50._0x81e647,-0x1d1,-_0x572e50._0x15bb4e,-_0x572e50._0x3a2804)]=_0x4d7d4[_0x1c45fa(-0x79,-_0x572e50._0x22c1ab,-0x188,-_0x572e50._0x1dc4c0)],_0x2940aa[_0xf3288d(-_0x572e50._0x543b68,-0x2c3,-_0x572e50._0x52f43e,-0x2a9)]=_0x4d7d4['qLnWM'],_0x31078e['status'](-0x1*0x45e+0x1*-0x1dad+-0x23ff*-0x1)['json'](_0x2940aa);}}}),router[_0x13e4e3(0x63,0x58,0xf,0x93)](_0x13e4e3(0x1f2,0x1f1,0x14b,0x156)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x1e7f41,_0x519dfb)=>{const _0x323a80={_0x3cf7a8:0x1ea,_0x2b309b:0x1d0,_0x2bf031:0x23b,_0x3c8455:0x265,_0x52c4ea:0x1b8,_0x2b59c2:0x2af,_0x93a8ff:0x23f,_0x347fe2:0x255,_0x92cb73:0x24f,_0x2e36d6:0x101,_0x3c5a2c:0x293,_0x5287d5:0x1d8,_0x27b236:0x2d2,_0x1d7233:0x1fe,_0x539449:0x1aa,_0x296e63:0x15d,_0xc7cb4d:0x184,_0x174f9c:0x157,_0xfdbf8c:0xf3,_0x44eadd:0x1f7,_0x50ee19:0x26e,_0x3b20db:0x200,_0x2418fe:0x1ca,_0x401b0c:0x215,_0x404857:0x224,_0x592729:0x142,_0x25e3af:0x1fd,_0x20bb71:0x1a7,_0x4cdc82:0x287,_0x2f6568:0x1cc,_0x9d8d1b:0x283,_0x127e2d:0x1c6,_0xad666d:0x237,_0x2b4476:0x2ba,_0x40ab01:0x2d9,_0x4f620b:0x26d,_0x50dcdf:0x27b,_0x40e567:0x1ec,_0x1f361a:0xe0,_0x29fb1c:0x23d,_0xde25a8:0x195,_0x29098c:0x18c,_0x2caeb7:0x1de,_0x4a624b:0x1d3,_0x2de8fc:0x286,_0x139621:0x129,_0x44f986:0x235,_0x1b2d85:0x1db,_0x2e290d:0x11f,_0x49404b:0x277,_0x29f317:0x27a,_0x2b12d2:0x1d7,_0x573e89:0x2d6,_0x24ddec:0x257,_0x84bb3f:0x2c7,_0x10ff1d:0x297,_0x10878c:0x1df,_0x4562d1:0x16f,_0x5447f9:0x172,_0x382d9d:0x155,_0x187d0d:0x1f5,_0x210c56:0x28d,_0x421983:0x28b,_0x29dad0:0x276,_0x316436:0x2d6,_0x5c94d1:0x17e,_0x4c405a:0x235,_0x24f28c:0x1bc,_0x2698ac:0x11d,_0x4b7aa0:0x1c8,_0x58b8d5:0x209,_0x4dc55c:0x275,_0x1f2378:0x22f,_0x2c2842:0x1c0,_0x312281:0x242,_0x24374d:0x190,_0xa18ca6:0x1af,_0x232fbd:0x106,_0xc96e57:0x24e,_0x4ff551:0x252,_0x38a0e6:0x2b5,_0x5eb3ab:0x368,_0x2f84fe:0x15f,_0x2a1e03:0xac,_0x1aad4c:0x20c,_0x21b308:0x1e6,_0x503cbf:0x2e5,_0x3a5eb0:0x203,_0x210688:0x243,_0x1ad7eb:0x100,_0x4c694a:0x138,_0x8728e2:0xef,_0x43ba48:0x181,_0x525f9c:0xec,_0x48bfa0:0x1d4,_0x28bd93:0x251,_0x180430:0x301,_0x4c0432:0x2c8,_0x5cc6dd:0x20a,_0x366508:0x17c,_0x29983b:0x202,_0x4a0da5:0x331,_0x4cf451:0x28b,_0x487223:0x260,_0x301617:0x194,_0x59032a:0x1b9,_0x51ccb8:0x226,_0x665934:0x310,_0x18038d:0x346,_0x3e747d:0x236,_0x1c9c42:0x2ec,_0x4ca67e:0x1f2,_0x13b779:0x223,_0x25ca8a:0x154,_0x163062:0x14b,_0x3d2399:0x1a2,_0x1319b0:0x258,_0x13cb5e:0x26b,_0x368fea:0x164,_0x36e3d2:0xff,_0x57fc8f:0x16c,_0x55b51d:0x1ab,_0x40179d:0x14a,_0x41ecb7:0x1bf,_0x3dea89:0x17b},_0x3502a6={_0x4d208e:0x162},_0x1829c3={};function _0x12a8ec(_0xef7636,_0x24d68c,_0x26bbed,_0x44c44b){return _0x5bfc76(_0xef7636-0x1a9,_0x24d68c-0xaf,_0xef7636- -0x1c2,_0x26bbed);}_0x1829c3[_0x12a8ec(-_0x323a80._0x3cf7a8,-0x237,-0x1cc,-_0x323a80._0x2b309b)]=function(_0x5119df,_0x51c9a5){return _0x5119df===_0x51c9a5;},_0x1829c3['KgyBy']=function(_0x572ff5,_0x4ddfa4){return _0x572ff5===_0x4ddfa4;},_0x1829c3[_0x3ef476(0x1c0,_0x323a80._0x2bf031,0x225,0x15e)]=_0x3ef476(_0x323a80._0x3c8455,_0x323a80._0x52c4ea,0x2f4,_0x323a80._0x2b59c2);function _0x3ef476(_0x850b72,_0x30fee4,_0x1d17c5,_0x32ecfe){return _0x13e4e3(_0x850b72-0x1bd,_0x30fee4-_0x3502a6._0x4d208e,_0x850b72-0x14a,_0x30fee4);}_0x1829c3[_0x12a8ec(-_0x323a80._0x93a8ff,-0x1e4,-_0x323a80._0x347fe2,-_0x323a80._0x92cb73)]=_0x3ef476(0x1a8,_0x323a80._0x2e36d6,0x25f,0xf2)+'t',_0x1829c3[_0x12a8ec(-_0x323a80._0x3c5a2c,-0x2b6,-_0x323a80._0x5287d5,-_0x323a80._0x27b236)]=_0x12a8ec(-0x1dc,-0x20f,-0x26c,-_0x323a80._0x1d7233)+'ing\x20enviro'+_0x12a8ec(-_0x323a80._0x539449,-_0x323a80._0x296e63,-0x1fd,-0x146)+_0x12a8ec(-0x20b,-_0x323a80._0xc7cb4d,-0x16a,-0x1e7),_0x1829c3[_0x3ef476(_0x323a80._0x174f9c,0x167,0xfb,_0x323a80._0xfdbf8c)]=_0x12a8ec(-0x1ac,-0x115,-_0x323a80._0x44eadd,-0x12c),_0x1829c3[_0x12a8ec(-0x279,-_0x323a80._0x50ee19,-_0x323a80._0x3b20db,-_0x323a80._0x2418fe)]='utf-8',_0x1829c3[_0x3ef476(_0x323a80._0x401b0c,0x192,0x27d,_0x323a80._0x404857)]=_0x12a8ec(-0x1e8,-_0x323a80._0x592729,-0x239,-0x295)+'t\x20instruct'+_0x3ef476(_0x323a80._0x25e3af,0x215,0x1f7,0x1b4)+_0x3ef476(0x25f,0x1d7,_0x323a80._0x20bb71,_0x323a80._0x4cdc82),_0x1829c3['eLhfT']=_0x3ef476(0x17d,0x123,0x13c,0x142)+_0x3ef476(_0x323a80._0x2f6568,_0x323a80._0x9d8d1b,_0x323a80._0x127e2d,0x186)+_0x3ef476(0x292,0x2fa,0x24c,0x20a),_0x1829c3['NyEWa']=_0x12a8ec(-0x299,-_0x323a80._0xad666d,-_0x323a80._0x2b4476,-0x2df)+_0x3ef476(0x228,_0x323a80._0x40ab01,0x28a,_0x323a80._0x4f620b)+'r';const _0x32f50e=_0x1829c3,{callingTask:_0x76f982,taskUser:_0x2dc687,environmentName:_0x476caf,environmentPath:_0x47539a}=_0x1e7f41,{content:_0x26162e}=_0x1e7f41[_0x12a8ec(-_0x323a80._0x50dcdf,-0x265,-_0x323a80._0x40e567,-0x32d)];if(_0x32f50e[_0x12a8ec(-0x1ea,-0x1a2,-0x1d7,-0x183)](_0x26162e,undefined)){if(_0x32f50e[_0x12a8ec(-0x18d,-_0x323a80._0x1f361a,-0x1e7,-_0x323a80._0x29fb1c)]('yyCrk',_0x32f50e[_0x3ef476(0x1c0,0x243,0x192,0x224)])){const _0xc3b35e={};return _0xc3b35e[_0x3ef476(_0x323a80._0xde25a8,_0x323a80._0xfdbf8c,0x24c,_0x323a80._0x29098c)]=_0x3ef476(0x1a8,0x1f1,_0x323a80._0x2caeb7,0x102)+'t',_0xc3b35e[_0x12a8ec(-0x257,-0x25f,-0x1bd,-0x1c8)]='Content\x20fi'+_0x12a8ec(-0x226,-0x185,-0x1a9,-0x1ba)+_0x12a8ec(-_0x323a80._0x4a624b,-_0x323a80._0x2de8fc,-_0x323a80._0x139621,-0x245),_0x5aca79[_0x3ef476(0x1df,0x22e,_0x323a80._0x44f986,0x250)](0x1dbf+0x3*-0x11b+-0x18de)[_0x3ef476(_0x323a80._0x1b2d85,_0x323a80._0x2e290d,0x21f,0x284)](_0xc3b35e);}else{const _0x464719={};return _0x464719[_0x12a8ec(-_0x323a80._0x49404b,-_0x323a80._0x29f317,-_0x323a80._0x2b12d2,-_0x323a80._0x573e89)]=_0x32f50e['PliEU'],_0x464719[_0x12a8ec(-_0x323a80._0x24ddec,-0x2ee,-0x244,-_0x323a80._0x84bb3f)]='Content\x20fi'+'eld\x20is\x20req'+_0x3ef476(0x239,0x280,_0x323a80._0x10ff1d,0x249),_0x519dfb[_0x3ef476(_0x323a80._0x10878c,_0x323a80._0x4562d1,_0x323a80._0x5447f9,_0x323a80._0x382d9d)](-0x4*-0x3b5+-0x1*0x54d+-0x7f7)[_0x3ef476(0x1db,_0x323a80._0x187d0d,_0x323a80._0x210c56,0x1b0)](_0x464719);}}const _0x3d2c77={};_0x3d2c77[_0x3ef476(0x181,0x17d,0x112,0x16e)]=_0x76f982[_0x12a8ec(-_0x323a80._0x421983,-0x1d2,-_0x323a80._0x29dad0,-_0x323a80._0x316436)],_0x3d2c77[_0x3ef476(_0x323a80._0x5c94d1,_0x323a80._0x4c405a,0x213,_0x323a80._0x24f28c)+'t']=_0x476caf,_0x3d2c77[_0x3ef476(0x1bb,_0x323a80._0x2698ac,0x1c4,_0x323a80._0x4b7aa0)]=_0x2dc687['id'],_0x3d2c77[_0x3ef476(_0x323a80._0x58b8d5,0x16b,0x1f4,0x2be)]=_0x2dc687[_0x3ef476(0x209,0x2bb,0x2a0,_0x323a80._0x4dc55c)],_0x3d2c77[_0x3ef476(0x270,_0x323a80._0x1f2378,_0x323a80._0x2c2842,_0x323a80._0x312281)+_0x3ef476(_0x323a80._0x24374d,_0x323a80._0xa18ca6,0x18f,_0x323a80._0x232fbd)]=_0x26162e['length'],logger[_0x12a8ec(-0x283,-_0x323a80._0xc96e57,-_0x323a80._0x4ff551,-0x27d)](_0x32f50e['udHFt'],_0x3d2c77);const _0x40953e=_0x3be30f['join'](_0x47539a,_0x32f50e[_0x12a8ec(-_0x323a80._0x38a0e6,-0x292,-0x30f,-_0x323a80._0x5eb3ab)]),_0x195c6f=new Date()[_0x12a8ec(-_0x323a80._0x2f84fe,-_0x323a80._0x2a1e03,-_0x323a80._0x1aad4c,-0x1de)+'g']();try{const _0xd3d30a={};_0xd3d30a[_0x3ef476(0x1c3,_0x323a80._0x21b308,0x10b,0x119)]=!![],await _0x4db280[_0x3ef476(0x287,_0x323a80._0x503cbf,0x2b8,_0x323a80._0x3a5eb0)](_0x47539a,_0xd3d30a),await _0x4db280['writeFile'](_0x40953e,_0x26162e,_0x32f50e[_0x3ef476(0x193,0x220,_0x323a80._0x210688,0x19d)]);const _0x379ef9={};_0x379ef9[_0x3ef476(0x181,_0x323a80._0x1ad7eb,_0x323a80._0x4c694a,_0x323a80._0x8728e2)]=_0x76f982[_0x3ef476(_0x323a80._0x43ba48,_0x323a80._0x525f9c,_0x323a80._0x48bfa0,0x236)],_0x379ef9['environmen'+'t']=_0x476caf,_0x379ef9[_0x12a8ec(-_0x323a80._0x28bd93,-0x264,-_0x323a80._0x180430,-0x2f8)]=_0x2dc687['id'],logger['info'](_0x32f50e['Fntsy'],_0x379ef9);const _0x12e5d2={};_0x12e5d2['success']=!![],_0x12e5d2['environmen'+'t']=_0x476caf,_0x12e5d2[_0x12a8ec(-0x2a6,-0x322,-0x27b,-_0x323a80._0x4c0432)]=_0x12a8ec(-0x1ac,-0x1cf,-_0x323a80._0x1ad7eb,-0x11e),_0x12e5d2[_0x3ef476(_0x323a80._0x5cc6dd,0x17d,_0x323a80._0x366508,0x27d)]=_0x195c6f,_0x12e5d2[_0x12a8ec(-0x29b,-_0x323a80._0x29983b,-_0x323a80._0x4a0da5,-0x21c)+'askId']=_0x76f982[_0x12a8ec(-_0x323a80._0x4cf451,-0x310,-0x21f,-0x223)],_0x12e5d2[_0x3ef476(0x1e0,_0x323a80._0x487223,_0x323a80._0x301617,_0x323a80._0x44f986)+_0x3ef476(_0x323a80._0x59032a,0x1af,0x190,0x135)]=_0x2dc687['id'],_0x519dfb[_0x12a8ec(-0x231,-_0x323a80._0x51ccb8,-0x2e8,-0x1a3)](_0x12e5d2);}catch(_0x3f616f){const _0xb4f16e={};_0xb4f16e[_0x12a8ec(-0x28b,-_0x323a80._0x665934,-0x2c0,-0x2fb)]=_0x76f982[_0x12a8ec(-_0x323a80._0x421983,-_0x323a80._0x18038d,-0x283,-0x2ee)],_0xb4f16e[_0x12a8ec(-0x28e,-_0x323a80._0x187d0d,-_0x323a80._0x3e747d,-_0x323a80._0x1c9c42)+'t']=_0x476caf,_0xb4f16e[_0x3ef476(_0x323a80._0xde25a8,_0x323a80._0x4ca67e,0x1a6,0x1c8)]=_0x3f616f['message'],logger[_0x3ef476(0x195,0x231,0x1a7,0xff)](_0x32f50e[_0x3ef476(0x16c,0x1f4,0x161,0x1ee)],_0xb4f16e);const _0x4bb900={};_0x4bb900[_0x3ef476(0x195,_0x323a80._0x10878c,_0x323a80._0x13b779,_0x323a80._0x25ca8a)]=_0x32f50e['NyEWa'],_0x4bb900['message']=_0x3ef476(0x17d,0x1df,_0x323a80._0x163062,_0x323a80._0x3d2399)+_0x12a8ec(-0x1fc,-_0x323a80._0x1319b0,-_0x323a80._0x13cb5e,-0x187)+_0x12a8ec(-_0x323a80._0x368fea,-0x19a,-_0x323a80._0x36e3d2,-0xf9)+_0x12a8ec(-0x15a,-_0x323a80._0x57fc8f,-0x208,-0xc2),_0x519dfb[_0x3ef476(0x1df,_0x323a80._0x55b51d,_0x323a80._0x40179d,0x24d)](0xe0c+-0x67*-0x2+-0xce6)[_0x3ef476(_0x323a80._0x1b2d85,_0x323a80._0x41ecb7,0x27b,_0x323a80._0x3dea89)](_0x4bb900);}}),router['get'](_0x13e4e3(0xba,0x11b,0x149,0xa2),requireTaskAuth,requireTemplatesPermission,async(_0x57a835,_0x3b31ce)=>{const _0x112304={_0x142947:0x23a,_0x83db7b:0x3d0,_0x18f547:0x2e7,_0x1f0ac7:0x2d5,_0x2db5c7:0x361,_0x46a491:0x346,_0x2a3ba1:0x3f6,_0x55d069:0x392,_0x567baf:0x2af,_0x4f3cc4:0x2bb,_0x56dbb1:0x228,_0x4946f8:0x282,_0x367b89:0x2d9,_0x45006e:0x247,_0x4ea44f:0x2b4,_0x2f4cc7:0x331,_0x1cecd3:0x40a,_0x146344:0x2c7,_0x1600b7:0x285,_0x455d45:0x2e9,_0xfdfc97:0x395,_0x387c85:0x30e,_0x48e8e9:0x3e7,_0x2d82bb:0x323,_0x1f8d91:0x391,_0x220ce4:0x39a,_0x333cb1:0x336,_0xa34dbd:0x342,_0x3b1488:0x313,_0x594678:0x32f,_0x26df3a:0x1fe,_0x56d8fc:0x26e,_0x350f57:0x40f,_0x52d815:0x3c6,_0x4cd59c:0x365,_0x29ae0f:0x427,_0x165d33:0x394,_0x2e9464:0x47e,_0x13dfb4:0x3c1,_0x42c29c:0x245,_0x45596d:0x2f6,_0x57ba74:0x2ce,_0x208887:0x24d,_0x114e3f:0x1be,_0x264a0a:0x218,_0x43193e:0x289,_0x5aebe5:0x24c,_0x5e57af:0x2e1,_0x62e1bc:0x1a4,_0x2e611b:0x3f2,_0x5d1eb5:0x3fd,_0x3c90a4:0x44e,_0x2135da:0x399,_0x13a3db:0x426,_0x45fde6:0x353,_0x143594:0x386,_0x758e78:0x39a,_0x4883f7:0x2c4,_0x2bdfab:0x38e,_0x54aa72:0x370,_0x59996e:0x379,_0x16a7a1:0x337,_0x3550ab:0x2d3,_0x3ea0e3:0x381,_0x54dddc:0x3b4,_0x2388ae:0x213,_0x45e14a:0x291,_0x7509e6:0x277,_0x14f5bb:0x1d4,_0x9ad1e5:0x2d8,_0x48f27d:0x303,_0x513ecc:0x30f,_0x12d864:0x482,_0x35e812:0x45c,_0x2523eb:0x445,_0x7844a6:0x3b9,_0x1addfe:0x326,_0xdb4f99:0x32d,_0x33a5ee:0x2ac,_0x2b347b:0x288,_0x57a923:0x35c,_0x2c7fdc:0x3e1,_0x369484:0x3f1,_0x4830d9:0x3fb,_0x2668a7:0x2ae,_0x126efd:0x1f7,_0x93b313:0x26f,_0x1ef2e0:0x34f,_0x164136:0x2cb,_0x21f87a:0x2d7,_0x539e46:0x2df,_0x42c199:0x374,_0x13f20d:0x3bc,_0x3f48d0:0x2fa,_0x158ed9:0x371,_0x4cc293:0x424,_0x59c468:0x388,_0x2fd4aa:0x2df,_0x50e5a9:0x34e,_0x1330c0:0x28b,_0x59f6f6:0x31d,_0x12f0ab:0x254,_0x1a9026:0x2ca,_0x202ba3:0x2eb,_0x4c7e47:0x2d4,_0x28251f:0x34d,_0x57545c:0x2cc,_0x4f15ad:0x369,_0x13a726:0x399,_0x42ec81:0x38d,_0x44b309:0x300,_0x1d9845:0x338,_0x2f39e2:0x278,_0x535f4a:0x347,_0x350f9f:0x359,_0x161d3f:0x3d3,_0x4f1784:0x2a4,_0x36a689:0x3d5,_0x272efa:0x33a,_0x379137:0x3dc,_0x5d3598:0x3db,_0x6f568f:0x423,_0xc441a6:0x334,_0x3379a9:0x3eb,_0x20ead2:0x2c8,_0x19bce0:0x34e,_0xf48ff1:0x36f,_0x2aa0e6:0x376,_0x20a6f6:0x3ee,_0x2b72c2:0x408,_0x3a7de1:0x320,_0x39ec54:0x2f8,_0x168f9b:0x307,_0x388906:0x3f8,_0x5027a9:0x28f,_0xd1992:0x344,_0xcfc900:0x28b,_0x18086b:0x329,_0x50e0d8:0x341,_0x272b03:0x449,_0x53834e:0x39a,_0x3c3f50:0x2d6,_0x3e86b3:0x2cd,_0x540bf9:0x314},_0x16299e={_0x32e699:0x4ed,_0x14bae5:0x22c,_0x21bd2e:0x247,_0x3b16ea:0x178,_0x1e4e0e:0x2a1,_0x542f34:0x57a,_0x4490c8:0x524,_0x2f51da:0x590,_0x15a96a:0x1ba,_0x3bd3ee:0x190,_0x5aba17:0x296,_0x35aad0:0x32e,_0xd1da3e:0x2ff,_0x595e43:0x43c,_0x236ce7:0x50d,_0x12059e:0x4ba,_0x339813:0x196,_0xb18f2e:0x2e8,_0x3b278f:0x193,_0x5c8a05:0x1ae,_0x254d52:0x1e9,_0x5bfd94:0x206,_0x722f4e:0x216,_0x7de4d7:0x1eb,_0x42c92f:0x16f},_0x257e7d={_0x59ee95:0x196,_0x165d1b:0x1e0,_0x335ef6:0x1e5},_0x383007={_0x2f3e7b:0x118,_0x148356:0x26b},_0x4ffd17={};_0x4ffd17['Hxrol']=function(_0xe3b0df,_0x50b3f3){return _0xe3b0df!==_0x50b3f3;},_0x4ffd17['RdSGf']=_0x399853(-0x26b,-0x1d7,-0x271,-0x2c7),_0x4ffd17['ncgxn']=_0x399853(-_0x112304._0x142947,-0x233,-0x2f6,-0x2e4),_0x4ffd17[_0x416001(0x472,0x39c,0x472,_0x112304._0x83db7b)]=function(_0x222234,_0x189ff6){return _0x222234!==_0x189ff6;},_0x4ffd17['qYAJX']=_0x399853(-_0x112304._0x18f547,-_0x112304._0x1f0ac7,-0x2a8,-_0x112304._0x2db5c7)+_0x416001(0x3a5,0x353,0x3af,0x3e6)+_0x399853(-_0x112304._0x46a491,-0x36a,-_0x112304._0x2a3ba1,-_0x112304._0x55d069)+_0x399853(-_0x112304._0x567baf,-_0x112304._0x4f3cc4,-0x202,-0x233)+'sion',_0x4ffd17['CdVwC']=_0x399853(-_0x112304._0x56dbb1,-0x29e,-0x252,-_0x112304._0x4946f8),_0x4ffd17['dNJac']='User\x20does\x20'+'not\x20have\x20p'+_0x399853(-_0x112304._0x367b89,-_0x112304._0x45006e,-_0x112304._0x4ea44f,-_0x112304._0x2f4cc7)+_0x416001(0x440,0x446,_0x112304._0x1cecd3,0x437)+_0x399853(-0x337,-_0x112304._0x146344,-_0x112304._0x1600b7,-0x304)+'t\x20template'+'s',_0x4ffd17[_0x416001(0x3ad,0x35a,_0x112304._0x455d45,_0x112304._0xfdfc97)]=_0x416001(_0x112304._0x387c85,_0x112304._0x48e8e9,_0x112304._0x2d82bb,0x386)+_0x416001(0x322,0x404,0x41b,_0x112304._0x1f8d91)+_0x416001(0x2a2,_0x112304._0x220ce4,_0x112304._0x333cb1,_0x112304._0xa34dbd)+_0x399853(-_0x112304._0x3b1488,-0x394,-_0x112304._0x1f8d91,-_0x112304._0x594678),_0x4ffd17[_0x399853(-_0x112304._0x26df3a,-0x149,-0x19f,-_0x112304._0x56d8fc)]=_0x416001(_0x112304._0x350f57,0x3d2,_0x112304._0x52d815,_0x112304._0x4cd59c)+_0x416001(0x40b,0x3de,0x403,0x39a);function _0x399853(_0x2da225,_0x457bcd,_0x474529,_0x7e7ac8){return _0x5bfc76(_0x2da225-_0x383007._0x2f3e7b,_0x457bcd-0x18,_0x2da225- -_0x383007._0x148356,_0x457bcd);}_0x4ffd17[_0x416001(_0x112304._0x29ae0f,_0x112304._0x165d33,0x449,0x3e1)]=function(_0x5a9262,_0x454f6c){return _0x5a9262===_0x454f6c;};function _0x416001(_0x3bc753,_0x829ee4,_0x970afa,_0x43d39b){return _0x13e4e3(_0x3bc753-0x4f,_0x829ee4-0x111,_0x43d39b-0x342,_0x3bc753);}_0x4ffd17[_0x416001(_0x112304._0x2e9464,0x3b9,_0x112304._0x13dfb4,0x3ff)]=_0x399853(-0x2b9,-_0x112304._0x42c29c,-_0x112304._0x45596d,-_0x112304._0x57ba74),_0x4ffd17['EMpso']=function(_0x4c3f0a,_0x3fb9bf){return _0x4c3f0a===_0x3fb9bf;},_0x4ffd17['wWqVw']=_0x399853(-_0x112304._0x208887,-_0x112304._0x114e3f,-_0x112304._0x264a0a,-_0x112304._0x43193e),_0x4ffd17[_0x399853(-_0x112304._0x5aebe5,-_0x112304._0x5e57af,-_0x112304._0x62e1bc,-0x24e)]=_0x416001(_0x112304._0x2e611b,0x3fb,_0x112304._0x5d1eb5,_0x112304._0x3c90a4),_0x4ffd17[_0x399853(-0x369,-_0x112304._0x2d82bb,-0x2d7,-0x36e)]='Failed\x20to\x20'+_0x416001(0x3e0,0x3b7,0x304,_0x112304._0x2135da)+_0x416001(_0x112304._0x13a3db,_0x112304._0x45fde6,_0x112304._0x143594,_0x112304._0x758e78);const _0x56abbb=_0x4ffd17,{callingTask:_0x1c1c64,environmentName:_0x4f09d3,environmentPath:_0x7dee98}=_0x57a835,_0x5138c4={};_0x5138c4[_0x399853(-0x334,-_0x112304._0x4ea44f,-0x3ea,-_0x112304._0x4883f7)]=_0x1c1c64[_0x416001(0x2d2,_0x112304._0x2bdfab,_0x112304._0x54aa72,_0x112304._0x59996e)],_0x5138c4[_0x399853(-_0x112304._0x16a7a1,-_0x112304._0x3550ab,-0x33c,-0x3a6)+'t']=_0x4f09d3,logger[_0x416001(0x347,0x429,0x3ba,_0x112304._0x3ea0e3)](_0x56abbb[_0x399853(-0x318,-0x3ac,-0x261,-_0x112304._0x54dddc)],_0x5138c4);const _0x36a3fd=_0x3be30f[_0x399853(-0x23c,-_0x112304._0x2388ae,-_0x112304._0x45e14a,-0x2b2)](_0x7dee98,_0x56abbb[_0x399853(-0x1fe,-0x1fa,-0x219,-0x193)]);try{const _0x2f83f9=await _0x4db280['readdir'](_0x36a3fd),_0x584822=_0x2f83f9[_0x399853(-_0x112304._0x7509e6,-_0x112304._0x14f5bb,-0x2b0,-_0x112304._0x9ad1e5)](_0x350dcb=>_0x350dcb[_0x399853(-0x357,-0x2d7,-0x31b,-0x31a)]('.md')),_0x3a33af=await Promise[_0x399853(-_0x112304._0x48f27d,-0x296,-0x32c,-_0x112304._0x513ecc)](_0x584822[_0x416001(0x430,_0x112304._0x12d864,_0x112304._0x35e812,_0x112304._0x2523eb)](async _0x5df585=>{const _0x147aac={_0x2edfea:0x73e,_0x270634:0x1};function _0x8cf62(_0x21bd56,_0x48411,_0x5e2724,_0x4a93d4){return _0x399853(_0x5e2724-_0x147aac._0x2edfea,_0x21bd56,_0x5e2724-_0x147aac._0x270634,_0x4a93d4-0x142);}const _0x52be30=_0x5df585[_0x8cf62(0x43b,0x422,0x47e,0x42b)](/\.md$/,''),_0xb7e4eb=_0x3be30f['join'](_0x36a3fd,_0x52be30+_0x8cf62(_0x16299e._0x32e699,0x436,0x450,0x43e));let _0xd963ea=null;try{if(_0x56abbb[_0x45fcd4(_0x16299e._0x14bae5,0x1d6,_0x16299e._0x21bd2e,_0x16299e._0x3b16ea)](_0x56abbb[_0x45fcd4(0x21b,0x2b1,0x20f,_0x16299e._0x1e4e0e)],_0x56abbb[_0x8cf62(_0x16299e._0x542f34,0x4c9,_0x16299e._0x4490c8,_0x16299e._0x2f51da)])){const _0x15272b=await _0x4db280['readFile'](_0xb7e4eb,_0x45fcd4(_0x16299e._0x15a96a,0x202,_0x16299e._0x3bd3ee,0x1f0));_0xd963ea=JSON[_0x45fcd4(_0x16299e._0x5aba17,_0x16299e._0x35aad0,_0x16299e._0xd1da3e,0x2c8)](_0x15272b);}else _0xa75d4a=_0xdf43ce[_0x8cf62(_0x16299e._0x595e43,_0x16299e._0x236ce7,_0x16299e._0x12059e,0x4cf)],_0x48a5e0=_0xe05bb[_0x45fcd4(0x245,0x272,_0x16299e._0x339813,_0x16299e._0xb18f2e)],_0x1841ed=_0x3b67ff[_0x45fcd4(_0x16299e._0x3b278f,_0x16299e._0x5c8a05,_0x16299e._0x254d52,_0x16299e._0x5bfd94)+'g'];}catch{}function _0x45fcd4(_0x323230,_0x64aafe,_0x39d13b,_0x57166f){return _0x416001(_0x39d13b,_0x64aafe-_0x257e7d._0x59ee95,_0x39d13b-_0x257e7d._0x165d1b,_0x323230- -_0x257e7d._0x335ef6);}return{'name':_0x52be30,'filename':_0x5df585,'description':_0xd963ea?.[_0x45fcd4(0x29b,0x23b,_0x16299e._0x722f4e,0x2b0)+'n']||null,'hasMetadata':_0x56abbb[_0x45fcd4(_0x16299e._0x7de4d7,0x148,0x21c,_0x16299e._0x42c92f)](_0xd963ea,null)};})),_0x40f0c0={};_0x40f0c0[_0x399853(-0x373,-_0x112304._0x7844a6,-_0x112304._0x1addfe,-_0x112304._0xdb4f99)]=_0x3a33af,_0x40f0c0[_0x399853(-0x337,-_0x112304._0x33a5ee,-_0x112304._0x2b347b,-0x2cd)+'t']=_0x4f09d3,_0x3b31ce[_0x399853(-0x2da,-_0x112304._0x4883f7,-0x278,-0x272)](_0x40f0c0);}catch(_0x102642){if(_0x56abbb[_0x416001(_0x112304._0x57a923,0x46e,0x446,_0x112304._0x2c7fdc)](_0x102642[_0x416001(0x415,_0x112304._0x369484,0x47f,_0x112304._0x4830d9)],_0x56abbb[_0x399853(-_0x112304._0x2668a7,-_0x112304._0x126efd,-0x24c,-0x28c)])){if(_0x56abbb[_0x399853(-0x2c6,-_0x112304._0x93b313,-0x223,-_0x112304._0x3550ab)](_0x56abbb[_0x416001(_0x112304._0x1ef2e0,_0x112304._0x164136,0x395,0x357)],_0x56abbb['uQXyw'])){const _0x5676e8={};_0x5676e8['taskId']=_0xaad5f4[_0x399853(-_0x112304._0x21f87a,-0x31d,-_0x112304._0x539e46,-0x2c0)+'k'][_0x399853(-0x334,-_0x112304._0x42c199,-_0x112304._0x13f20d,-0x2c0)],_0x5676e8[_0x399853(-_0x112304._0x3f48d0,-0x285,-0x38c,-0x2c7)]=_0x1d5568[_0x399853(-_0x112304._0x158ed9,-_0x112304._0x4cc293,-_0x112304._0x59c468,-_0x112304._0x2fd4aa)]['id'],_0x5676e8[_0x399853(-0x2ac,-_0x112304._0x50e5a9,-_0x112304._0x1330c0,-0x26f)]=_0x5041c8[_0x416001(_0x112304._0x59f6f6,0x3e8,0x3e7,0x33c)][_0x399853(-_0x112304._0x33a5ee,-0x29f,-_0x112304._0x12f0ab,-_0x112304._0x1a9026)],_0x5a104e[_0x399853(-_0x112304._0x202ba3,-_0x112304._0x4c7e47,-_0x112304._0x28251f,-_0x112304._0x57545c)](_0x56abbb['qYAJX'],_0x5676e8);const _0x585191={};return _0x585191[_0x416001(0x3ab,_0x112304._0x4f15ad,_0x112304._0x13a726,_0x112304._0x42ec81)]=_0x56abbb[_0x399853(-0x259,-0x2e8,-0x1fc,-0x1d3)],_0x585191[_0x399853(-_0x112304._0x44b309,-0x2ec,-_0x112304._0x1d9845,-_0x112304._0x2f39e2)]=_0x56abbb['dNJac'],_0x321aa9['status'](-0xde*0x10+-0x1*0x14b6+0x2429)[_0x416001(_0x112304._0x535f4a,0x43f,_0x112304._0x350f9f,_0x112304._0x161d3f)](_0x585191);}else{const _0x59e5bc={};_0x59e5bc[_0x416001(_0x112304._0x4f1784,_0x112304._0x36a689,0x38d,_0x112304._0x272efa)]=[],_0x59e5bc[_0x399853(-0x337,-_0x112304._0x379137,-0x3a3,-_0x112304._0x42ec81)+'t']=_0x4f09d3,_0x3b31ce[_0x416001(_0x112304._0x5d3598,_0x112304._0x6f568f,0x3bf,0x3d3)](_0x59e5bc);}}else{const _0x5f0b74={};_0x5f0b74[_0x399853(-_0x112304._0xc441a6,-_0x112304._0x3379a9,-0x2f5,-0x341)]=_0x1c1c64['taskId'],_0x5f0b74[_0x416001(_0x112304._0x20ead2,_0x112304._0x19bce0,_0x112304._0xf48ff1,_0x112304._0x2aa0e6)+'t']=_0x4f09d3,_0x5f0b74[_0x416001(0x2d5,0x33e,_0x112304._0x20a6f6,0x38d)]=_0x102642[_0x416001(_0x112304._0x2b72c2,0x3ef,0x34a,0x3ad)],logger[_0x399853(-_0x112304._0x3a7de1,-_0x112304._0x39ec54,-0x33e,-0x37a)](_0x56abbb[_0x399853(-0x369,-0x3d3,-_0x112304._0x168f9b,-0x34f)],_0x5f0b74);const _0x2e737f={};_0x2e737f[_0x416001(0x362,0x400,_0x112304._0x388906,_0x112304._0x42ec81)]=_0x399853(-0x342,-0x329,-_0x112304._0x5027a9,-_0x112304._0xd1992)+_0x416001(0x3fd,0x4b8,0x43e,0x420)+'r',_0x2e737f[_0x399853(-0x300,-0x2b5,-0x39d,-_0x112304._0x39ec54)]=_0x416001(0x2da,0x427,0x3f3,0x375)+_0x399853(-0x314,-_0x112304._0xcfc900,-_0x112304._0x18086b,-0x2cf)+_0x416001(_0x112304._0x50e0d8,_0x112304._0x272b03,0x374,_0x112304._0x53834e),_0x3b31ce[_0x399853(-_0x112304._0x3c3f50,-0x225,-0x29b,-_0x112304._0x3e86b3)](-0x3*0x851+0x2b*0x1f+0x15b2*0x1)[_0x399853(-0x2da,-0x2ab,-0x350,-_0x112304._0x540bf9)](_0x2e737f);}}}),router[_0x5bfc76(-0xc7,-0x33,-0x9e,-0xe2)](_0x13e4e3(0x12d,0xbf,0x149,0x11f)+_0x13e4e3(0x115,0x17,0x89,0x6a),requireTaskAuth,requireTemplatesPermission,async(_0x3905f2,_0x16d289)=>{const _0x598551={_0x38c509:0x5c,_0x4bd8ef:0x11,_0x4f8c54:0x77,_0x2b74ed:0x3e,_0x382fa0:0x62,_0x13b976:0xe3,_0x2bf08f:0xd9,_0x4824a0:0x3e7,_0xd541ac:0x3ce,_0x4b26ed:0x390,_0xc4b4e0:0x5,_0x4c0ca6:0x32a,_0x19d1c9:0x29c,_0x1fca3f:0x33f,_0x14ac5c:0xa6,_0xc15a98:0x38,_0x11bc43:0xd7,_0x2b2f28:0x24a,_0x5b66d7:0x2e6,_0x51c545:0x245,_0x571e73:0x50,_0x2e7396:0xb8,_0x185edc:0x110,_0x3822ec:0x350,_0x167324:0x2d6,_0x5db03f:0x8b,_0xa73ab5:0x94,_0x4e5fa3:0x36e,_0x541b04:0x357,_0x265e77:0x362,_0x5dbb00:0xa9,_0x56d98f:0x105,_0x3fc4ed:0x358,_0x30054d:0x327,_0x269705:0x2d7,_0x370424:0x78,_0x36d95c:0x2,_0x1b4311:0x12,_0x4073eb:0x7a,_0x1212d7:0xc1,_0x3c5023:0x14d,_0x148e70:0x373,_0x1485fc:0x469,_0x1909f8:0x9d,_0x43f288:0x340,_0x2cee5:0x2e9,_0x726dab:0xbb,_0x2c1eff:0xab,_0x3f293a:0x9c,_0x551dda:0x33d,_0x458b3e:0x353,_0x28ca1d:0x2a1,_0x3a4ea7:0x308,_0x1b636b:0x204,_0x5dfbae:0x1fe,_0x218417:0x184,_0x25c828:0x114,_0x2737d2:0xbf,_0x3a4065:0xe2,_0x5d1939:0xde,_0x3c6778:0xa2,_0x4dee8d:0x1f,_0x23d127:0x180,_0x5a58c8:0x1e,_0x114ddb:0x2a,_0x2f9d5f:0x436,_0x12fbd3:0x3a2,_0x5a788b:0x296,_0x24cbfc:0x29a,_0x57c0bb:0x347,_0x2b4a50:0x48,_0x2e4184:0x398,_0x1b653d:0x338,_0x50162f:0x359,_0x264b94:0x2b2,_0x4ccfb7:0x33c,_0x3d0617:0x285,_0x4ed72e:0x284,_0x109636:0x311,_0x3685d9:0x3d,_0x3879e3:0x5b,_0x3fb38e:0xe6,_0x4ef868:0x9,_0x43695f:0x3e3,_0x2e8e8d:0xb2,_0x2770de:0xa4,_0xcbe9d8:0x427,_0x236603:0xf,_0x49694f:0x31,_0x5941cd:0x30c,_0x8a4995:0x2da,_0x2d0eb0:0x2c7,_0x1905ee:0x317,_0x1c534d:0x2d,_0x330c46:0xdf,_0x4ba01b:0x142,_0x1e65a0:0xb7,_0x317b12:0x22c,_0x3da4be:0x358,_0x407b1a:0x286,_0x1efe71:0x2c6,_0x2e2524:0x3b8,_0x10dd61:0x437,_0x58d5b6:0x39a,_0x4da79b:0x38e,_0x235f6d:0xcb,_0x5c0874:0xae,_0x36e3b7:0x99,_0x59f60d:0x2dd,_0x26e221:0x33f,_0x194ba1:0x2de,_0x183e41:0x24b,_0x53214c:0xc4,_0x5c3879:0x2d2,_0x2b6984:0x72,_0x38953f:0x5d,_0x101b40:0x8b,_0x11e52f:0x108,_0x25334c:0x2be,_0x233cc4:0x2dc,_0x25e5e1:0x12d,_0x2d7fa1:0x50,_0x2d597c:0x58,_0x4b8553:0x81,_0x31a9cc:0x9d,_0x6bfba0:0x202,_0x17670d:0x248,_0x2e8ea8:0x2aa,_0x2e1c37:0xe4,_0x5f5a7a:0x198,_0x4f40f8:0x130,_0x17240f:0x344,_0x486ef6:0x2a7,_0x1d3c10:0x361,_0x15aaa8:0x61,_0x459d07:0x13,_0x195ee3:0xea,_0x380c58:0x11a,_0x1a00ee:0x73,_0x2386f9:0x265,_0x384808:0x2be,_0xe422dc:0x3e3,_0x41ac66:0x2df,_0x3ff9cd:0x343,_0x5b0606:0x2eb,_0x5849c7:0x309,_0x144b68:0x30e,_0x1f442f:0x41,_0x209c8c:0x56,_0xb2c654:0x417,_0xacab9a:0x431,_0x53cfc9:0x85,_0x2ca3ff:0x34},_0x31a3e9={_0xaa5a07:0x1b2,_0x3e9dc4:0x273},_0x1cf471={_0x1649d6:0x116},_0x14c406={};_0x14c406[_0x3f7087(_0x598551._0x38c509,_0x598551._0x4bd8ef,_0x598551._0x4f8c54,-_0x598551._0x2b74ed)]=_0x3f7087(-_0x598551._0x382fa0,-_0x598551._0x13b976,-0x86,-_0x598551._0x2bf08f)+'read\x20templ'+_0x27161b(_0x598551._0x4824a0,_0x598551._0xd541ac,_0x598551._0x4b26ed,0x370),_0x14c406[_0x3f7087(_0x598551._0xc4b4e0,-0x46,-0x31,-0x88)]=_0x27161b(0x229,_0x598551._0x4c0ca6,_0x598551._0x19d1c9,_0x598551._0x1fca3f)+_0x3f7087(-_0x598551._0x14ac5c,-_0x598551._0xc15a98,-_0x598551._0x11bc43,-0xa5)+'r',_0x14c406[_0x27161b(_0x598551._0x2b2f28,0x294,_0x598551._0x5b66d7,_0x598551._0x51c545)]=_0x3f7087(-_0x598551._0x571e73,-_0x598551._0x2e7396,-_0x598551._0x185edc,-0x6a)+'t',_0x14c406[_0x27161b(0x229,_0x598551._0x3822ec,_0x598551._0x167324,0x2d5)]=_0x3f7087(-0xd4,-_0x598551._0x5db03f,-0x4d,-_0x598551._0xa73ab5)+_0x27161b(0x2a0,_0x598551._0x4e5fa3,0x2d9,_0x598551._0x541b04)+'e',_0x14c406[_0x27161b(_0x598551._0x265e77,0x383,0x356,0x37e)]=function(_0x1654eb,_0x7764c1){return _0x1654eb!==_0x7764c1;},_0x14c406[_0x3f7087(-0x7b,-0xaf,-_0x598551._0x5dbb00,-0xf4)]='ZFyPO',_0x14c406[_0x3f7087(-0x142,-_0x598551._0x56d98f,-0x167,-0x125)]=_0x27161b(0x272,0x273,0x2ee,0x2bc),_0x14c406[_0x27161b(_0x598551._0x3fc4ed,_0x598551._0x30054d,_0x598551._0x269705,0x2f1)]='utf-8',_0x14c406[_0x3f7087(-_0x598551._0x370424,-_0x598551._0x36d95c,0x9a,-_0x598551._0x1b4311)]=function(_0x643c7d,_0x2a9086){return _0x643c7d===_0x2a9086;},_0x14c406[_0x3f7087(-_0x598551._0x4073eb,-_0x598551._0x1212d7,-0x175,-_0x598551._0x3c5023)]='ENOENT';const _0x1816c9=_0x14c406,{callingTask:_0x32d6ff,environmentName:_0x12b9f6,environmentPath:_0x2322e9}=_0x3905f2,{name:_0x32e8b3}=_0x3905f2[_0x27161b(_0x598551._0x148e70,_0x598551._0x1485fc,0x3af,0x340)];if(_0x32e8b3[_0x27161b(0x359,0x351,0x2ad,0x204)]('/')||_0x32e8b3['includes']('\x5c')||_0x32e8b3[_0x3f7087(-_0x598551._0x1909f8,-0xdc,-0xf8,-0xb8)]('..')){const _0x41eae8={};return _0x41eae8['error']=_0x1816c9[_0x27161b(0x2fb,_0x598551._0x43f288,0x2e6,_0x598551._0x2cee5)],_0x41eae8[_0x3f7087(-_0x598551._0x726dab,-_0x598551._0x2c1eff,-_0x598551._0x3f293a,-0xd)]=_0x1816c9[_0x27161b(0x253,_0x598551._0x551dda,0x2d6,_0x598551._0x458b3e)],_0x16d289[_0x27161b(_0x598551._0x28ca1d,0x27f,_0x598551._0x3a4ea7,0x281)](0xcd8+0x13*-0xbc+0x2ac)['json'](_0x41eae8);}const _0x5ca271={};_0x5ca271[_0x27161b(_0x598551._0x1b636b,_0x598551._0x5dfbae,0x2aa,0x21f)]=_0x32d6ff[_0x3f7087(-_0x598551._0x218417,-0xdf,-_0x598551._0x25c828,-0xc3)],_0x5ca271[_0x3f7087(-_0x598551._0x2737d2,-_0x598551._0x3a4065,-_0x598551._0x5d1939,-0x105)+'t']=_0x12b9f6,_0x5ca271[_0x3f7087(-_0x598551._0x3c6778,-0xb7,-0xdf,-_0x598551._0x4dee8d)]=_0x32e8b3;function _0x3f7087(_0x20aced,_0x212ce8,_0x251881,_0x2843a6){return _0x13e4e3(_0x20aced-0xff,_0x212ce8-0x164,_0x212ce8- -_0x1cf471._0x1649d6,_0x251881);}function _0x27161b(_0x5478e7,_0x39227a,_0x3c8233,_0x4b464f){return _0x13e4e3(_0x5478e7-0x2e,_0x39227a-_0x31a3e9._0xaa5a07,_0x3c8233-_0x31a3e9._0x3e9dc4,_0x4b464f);}logger[_0x3f7087(-_0x598551._0x23d127,-_0x598551._0x11bc43,-0x13a,-_0x598551._0x5a58c8)](_0x3f7087(-0x101,-0x5b,-_0x598551._0x114ddb,-0xff)+'ing\x20templa'+'te',_0x5ca271);const _0x294c7e=_0x3be30f[_0x27161b(_0x598551._0x2f9d5f,0x336,_0x598551._0x12fbd3,0x3a6)](_0x2322e9,_0x27161b(0x27b,0x2d4,_0x598551._0x5a788b,0x34f)+_0x27161b(_0x598551._0x24cbfc,0x381,0x2cb,_0x598551._0x57c0bb)),_0x289884=_0x3be30f[_0x3f7087(0x23,0x19,-_0x598551._0x2b4a50,-0x17)](_0x294c7e,_0x32e8b3+_0x27161b(_0x598551._0x2e4184,0x404,0x369,0x2c6)),_0x42760c=_0x3be30f[_0x27161b(_0x598551._0x1b653d,0x338,0x3a2,0x451)](_0x294c7e,_0x32e8b3+_0x27161b(0x2f1,0x26c,0x2f0,_0x598551._0x50162f));try{if(_0x1816c9[_0x27161b(_0x598551._0x264b94,0x36f,0x356,_0x598551._0x4ccfb7)](_0x1816c9[_0x27161b(0x2e0,_0x598551._0x3d0617,0x2da,0x30a)],_0x1816c9[_0x27161b(0x20b,0x1cb,_0x598551._0x4ed72e,_0x598551._0x109636)])){const _0x5cc6f0=await _0x4db280[_0x3f7087(-_0x598551._0x3685d9,-0x42,-0x8f,_0x598551._0x3879e3)](_0x289884,_0x1816c9[_0x3f7087(-_0x598551._0x3fb38e,-0xb2,-0xe8,-_0x598551._0x4ef868)]);let _0xbd0d7=null;try{const _0x2983a7=await _0x4db280[_0x27161b(0x337,_0x598551._0x43695f,0x347,0x316)](_0x42760c,_0x1816c9[_0x3f7087(-0x11a,-_0x598551._0x2e8e8d,-0x7c,-_0x598551._0x2770de)]);_0xbd0d7=JSON[_0x27161b(0x454,0x3ef,0x3ac,_0x598551._0xcbe9d8)](_0x2983a7);}catch{}const _0x12a544={};_0x12a544[_0x3f7087(-_0x598551._0x236603,_0x598551._0x49694f,0x38,0x46)]=_0x32e8b3,_0x12a544[_0x3f7087(-0x4a,-0xc5,-0x29,-0xb6)]=_0x5cc6f0,_0x12a544[_0x27161b(0x38d,0x396,_0x598551._0x5941cd,0x2ad)]=_0xbd0d7,_0x12a544['environmen'+'t']=_0x12b9f6,_0x16d289[_0x27161b(_0x598551._0x8a4995,_0x598551._0x2d0eb0,0x304,_0x598551._0x1905ee)](_0x12a544);}else{const _0xad1c89={};_0xad1c89['taskId']=_0x4b0be6[_0x3f7087(-_0x598551._0x1c534d,-_0x598551._0x330c46,-_0x598551._0x4ba01b,-0x28)],_0xad1c89['environmen'+'t']=_0x238f0c,_0xad1c89[_0x3f7087(-0x9c,-_0x598551._0x1e65a0,-0x10c,-0x128)]=_0x191bfc,_0xad1c89[_0x27161b(_0x598551._0x317b12,0x27a,0x2be,0x2d7)]=_0x15a52f[_0x27161b(0x332,0x275,0x2de,_0x598551._0x3da4be)],_0x8d4f53[_0x27161b(0x343,_0x598551._0x407b1a,0x2be,_0x598551._0x1efe71)](_0x1816c9[_0x27161b(_0x598551._0x2e2524,_0x598551._0x10dd61,_0x598551._0x58d5b6,_0x598551._0x4da79b)],_0xad1c89);const _0x5cfb87={};_0x5cfb87[_0x3f7087(-0x5a,-_0x598551._0x235f6d,-_0x598551._0x5c0874,-_0x598551._0x36e3b7)]=_0x1816c9[_0x27161b(0x30b,0x32a,0x343,_0x598551._0x59f60d)],_0x5cfb87[_0x27161b(_0x598551._0x26e221,0x37b,_0x598551._0x194ba1,_0x598551._0x183e41)]=_0x1816c9[_0x3f7087(0xc7,0x11,_0x598551._0x53214c,-0x14)],_0x30ce01[_0x3f7087(-0xdc,-0x81,-0xe7,-0x12c)](0x239c+0x17*0x14e+0x3faa*-0x1)['json'](_0x5cfb87);}}catch(_0xe92a80){if(_0x1816c9[_0x27161b(0x3a0,0x349,0x387,_0x598551._0x5c3879)](_0xe92a80[_0x3f7087(-_0x598551._0x2b6984,-_0x598551._0x38953f,-_0x598551._0x101b40,-_0x598551._0x11e52f)],_0x1816c9['eXEHK'])){const _0x193f5e={};_0x193f5e[_0x27161b(0x242,0x277,_0x598551._0x25334c,_0x598551._0x233cc4)]='Not\x20Found',_0x193f5e[_0x3f7087(-_0x598551._0x25e5e1,-0xab,-_0x598551._0x2d7fa1,-_0x598551._0x2d597c)]='Template\x20\x27'+_0x32e8b3+(_0x27161b(0x293,0x2af,0x2af,0x216)+'d'),_0x16d289[_0x3f7087(-0xd6,-_0x598551._0x4b8553,-0xd0,-_0x598551._0x31a9cc)](0x1*0xf07+0x1*-0x6d7+-0x69c)['json'](_0x193f5e);}else{const _0x53b8ac={};_0x53b8ac[_0x27161b(_0x598551._0x6bfba0,_0x598551._0x17670d,_0x598551._0x2e8ea8,0x339)]=_0x32d6ff[_0x3f7087(-_0x598551._0x2e1c37,-0xdf,-_0x598551._0x5f5a7a,-_0x598551._0x4f40f8)],_0x53b8ac[_0x27161b(0x314,_0x598551._0x17240f,_0x598551._0x486ef6,_0x598551._0x1d3c10)+'t']=_0x12b9f6,_0x53b8ac['template']=_0x32e8b3,_0x53b8ac['error']=_0xe92a80[_0x3f7087(-_0x598551._0x15aaa8,-0xab,-0xce,-_0x598551._0x459d07)],logger[_0x3f7087(-_0x598551._0x195ee3,-0xcb,-0x15e,-_0x598551._0x380c58)](_0x1816c9[_0x3f7087(_0x598551._0x1a00ee,_0x598551._0x4bd8ef,-0x63,-0x8a)],_0x53b8ac);const _0x321782={};_0x321782[_0x27161b(_0x598551._0x2386f9,0x28a,_0x598551._0x384808,0x335)]=_0x1816c9[_0x27161b(_0x598551._0xe422dc,_0x598551._0x41ac66,_0x598551._0x3ff9cd,0x310)],_0x321782[_0x27161b(_0x598551._0x5b0606,0x30f,0x2de,_0x598551._0x5849c7)]=_0x27161b(0x299,_0x598551._0x3822ec,0x2a6,_0x598551._0x144b68)+_0x3f7087(0xb7,_0x598551._0x1f442f,0x25,-_0x598551._0x209c8c)+_0x27161b(_0x598551._0xb2c654,0x416,0x390,_0x598551._0xacab9a),_0x16d289['status'](0x25f6*0x1+-0x1fb*0x11+-0x1*0x257)[_0x3f7087(-0x5f,-_0x598551._0x53cfc9,-0x3,_0x598551._0x2ca3ff)](_0x321782);}}}),router[_0x5bfc76(-0x130,-0x7e,-0xbe,-0x76)](_0x13e4e3(0x93,0x137,0x149,0x1e4)+_0x13e4e3(0xc6,-0x31,0x89,0x125),requireTaskAuth,requireTemplatesPermission,async(_0x20740d,_0x379885)=>{const _0x277503={_0x256ef0:0x18e,_0x45b325:0x107,_0x312c8e:0x163,_0x534420:0x19f,_0x415319:0xf9,_0x3a25e4:0x7a,_0x549b3d:0x1de,_0x2a6073:0x185,_0x4e58b:0xdb,_0x24a966:0x94,_0x27c94c:0x13,_0x56c463:0x12f,_0x41436e:0x1dd,_0x5371a7:0xc0,_0xc671f5:0x10,_0x1c46a2:0x46,_0x2ce549:0x2f,_0x573baf:0x25c,_0x2a6a2d:0x1b7,_0x2137f3:0xaf,_0x1fa174:0x39,_0x893236:0x5f,_0x2e4ff8:0x156,_0x258a76:0xa3,_0x3b5cd7:0x37,_0xb62ff8:0x44,_0x370357:0xbd,_0x436ca9:0xab,_0x3a7e99:0x2f,_0x5d696c:0xca,_0x1bce4e:0x89,_0x2005b9:0x1a,_0x314225:0x188,_0x4bad61:0x1b1,_0xbdb2e3:0x209,_0x444c3f:0x1b7,_0x3bdd5d:0x13f,_0x213574:0xf7,_0x2725c0:0x11b,_0x4f3302:0x13e,_0xb872b7:0x1ee,_0x11bdd4:0x191,_0x361a79:0x192,_0x104e30:0x12d,_0x4adacf:0x251,_0x5d162b:0x8e,_0x599dee:0x86,_0x5b24c9:0x2b,_0x5b2cbf:0x19b,_0x31dc28:0x64,_0x1f16d9:0x39,_0x2b7856:0x22f,_0x405460:0x209,_0x168e70:0x202,_0xab61ee:0x1fe,_0x4e09bd:0x1de,_0x78873a:0x1f1,_0x50cb97:0x2a0,_0x2ae8a3:0x149,_0xca8184:0xa6,_0x2f83aa:0x140,_0xbc1352:0xcd,_0x2c898d:0x1d3,_0x2be340:0xcf,_0x3b6a47:0x36,_0x1e4fbe:0x29,_0x17b258:0x9c,_0x1b9149:0x13b,_0xdfb5d8:0x1c6,_0x4927e6:0x12f,_0x30390d:0x1a4,_0x1e2223:0x9f,_0xe3bb07:0x16f,_0x19a163:0x24,_0x8d4bab:0x2c,_0x53264e:0x6e,_0x31521b:0x18,_0x14c0f9:0x9,_0x2b924b:0x210,_0x4705c5:0x1ef,_0x36a0a3:0x97,_0x427d42:0x1b1,_0x5b72b7:0x4e,_0x1a0a5e:0x78,_0x455b07:0x26,_0x44adb7:0xb2,_0x2cf9fb:0x6b,_0x2da251:0x66,_0xaa2e24:0x1e3,_0xc27841:0x1bb,_0x8930ab:0x245,_0x37700e:0xad,_0x39cd0b:0x55,_0x2cd9ca:0x5d,_0x2ed1af:0x10d,_0x128d35:0xb3,_0x2d91d4:0x117,_0x3ca8d4:0x166,_0xb122b1:0x1bb,_0x47326f:0xb0,_0x4ff2f0:0x12d,_0x1f7503:0x8e,_0x52f850:0x118,_0x19c57a:0x15e,_0x453ce5:0xb5,_0x1cb9c4:0x2f,_0x5e6a3d:0x55,_0x5d0dc6:0x33,_0x5c200c:0x75,_0x32740f:0x11,_0x339722:0x55,_0x2db708:0x3c,_0x2df0f3:0x151,_0x434511:0x1c7,_0x425cf1:0x198,_0x58f77c:0x13e,_0x6da188:0xd3,_0xd6029b:0x177,_0x467624:0x6c,_0xe32099:0x14d,_0x584060:0x57,_0x98e6ae:0x34,_0x1cdead:0x9d,_0x5ed74a:0x22,_0x45e723:0x9,_0x3c84f0:0x109,_0x273211:0x21c,_0x4a2995:0x17b,_0x5b84d4:0xf5,_0x2c4682:0x82,_0x4ebbd0:0x72,_0x18a205:0x208,_0x5393a0:0x16e,_0x5a5ddf:0x157,_0x441794:0x2b8,_0x3f3049:0x104,_0x144e7e:0x58,_0x523267:0x47,_0x369787:0xd1,_0x3f3002:0x205,_0x25bf9f:0x168,_0x1a8747:0x1cd,_0x1f459e:0x271,_0x29799e:0x28,_0x35359c:0xe3,_0x2ea80b:0x118,_0x45fd77:0x1d1,_0xbb6727:0x197,_0x30a2c9:0x14a,_0x34e415:0x8a,_0x1abd0b:0x72,_0x22fc60:0x2d,_0x13d40d:0xe4,_0x395737:0xc3,_0x99a7c7:0x21,_0x50e5c2:0x1e,_0xbb44a1:0x9,_0x52f700:0x42,_0x487523:0x149,_0x353625:0x1d2,_0x8f55e8:0x1d,_0x6e89fd:0x21d,_0x278c7a:0x271,_0x2e711a:0x260,_0x2aff9c:0x213,_0x26aabf:0x1a9,_0x5f09c4:0x1ab,_0x482ea8:0x1b4},_0x41d111={_0x14b0c8:0x152,_0x112dab:0xd2,_0x46f1b7:0x13c},_0x32527f={_0x10c56:0xb5,_0x53246e:0x42},_0x585a14={};_0x585a14[_0x25226d(-_0x277503._0x256ef0,-0x198,-0x15f,-_0x277503._0x45b325)]=_0x25226d(-_0x277503._0x312c8e,-0x1b2,-0x1e5,-0xbe),_0x585a14[_0x3bf475(0x163,_0x277503._0x534420,_0x277503._0x415319,_0x277503._0x3a25e4)]=_0x25226d(-_0x277503._0x549b3d,-0x1c1,-_0x277503._0x2a6073,-0x242)+'t',_0x585a14[_0x3bf475(-0x1f,_0x277503._0x4e58b,_0x277503._0x24a966,-_0x277503._0x27c94c)]='Invalid\x20te'+'mplate\x20nam'+'e',_0x585a14['tDGVG']=function(_0x530f99,_0x41c5e8){return _0x530f99===_0x41c5e8;},_0x585a14[_0x25226d(-_0x277503._0x56c463,-_0x277503._0x41436e,-0x140,-_0x277503._0x5371a7)]=_0x3bf475(-0x5b,-0x2d,_0x277503._0xc671f5,0x8e),_0x585a14[_0x3bf475(-0xcd,-_0x277503._0x1c46a2,-_0x277503._0x2ce549,-0x95)]=_0x25226d(-0x223,-_0x277503._0x573baf,-0x2d9,-0x231)+_0x25226d(-0x1a0,-_0x277503._0x2a6a2d,-0x1c2,-0xe7)+_0x25226d(-0x14d,-0x15b,-0x17c,-_0x277503._0x2137f3),_0x585a14[_0x3bf475(_0x277503._0x1fa174,-0x94,0x6,_0x277503._0x893236)]=_0x25226d(-_0x277503._0x2e4ff8,-0x1cd,-0x1dc,-0xcf)+_0x3bf475(0x50,-_0x277503._0x258a76,-0x2a,_0x277503._0x3b5cd7)+'te',_0x585a14['BfmlL']=function(_0x5980c6,_0x1beaa4){return _0x5980c6!==_0x1beaa4;},_0x585a14[_0x3bf475(0x170,_0x277503._0xb62ff8,_0x277503._0x370357,_0x277503._0x436ca9)]='task-templ'+_0x25226d(-0x1e4,-_0x277503._0x549b3d,-0x269,-0x1dc),_0x585a14[_0x3bf475(0x87,_0x277503._0x3a7e99,_0x277503._0x5d696c,_0x277503._0x1bce4e)]=_0x3bf475(0x74,-_0x277503._0x2005b9,0x9f,0xb4),_0x585a14[_0x25226d(-_0x277503._0x314225,-_0x277503._0x4bad61,-_0x277503._0xbdb2e3,-_0x277503._0x444c3f)]=_0x25226d(-_0x277503._0x3bdd5d,-_0x277503._0x213574,-_0x277503._0x2725c0,-0xe5);function _0x3bf475(_0xdc5435,_0x18584a,_0x8d929c,_0x4af8b2){return _0x5bfc76(_0xdc5435-_0x32527f._0x10c56,_0x18584a-_0x32527f._0x53246e,_0x8d929c-0x98,_0xdc5435);}_0x585a14[_0x25226d(-_0x277503._0x4f3302,-0xab,-0x1ba,-_0x277503._0xb872b7)]=_0x25226d(-0x1df,-_0x277503._0x11bdd4,-_0x277503._0x361a79,-0x23d),_0x585a14[_0x25226d(-0x1ac,-0x24d,-_0x277503._0x104e30,-_0x277503._0x4adacf)]='Template\x20u'+'pdated\x20by\x20'+_0x3bf475(_0x277503._0x5d162b,_0x277503._0x599dee,0xa3,_0x277503._0x3a25e4),_0x585a14['wJkcB']='Failed\x20to\x20'+_0x3bf475(-0x9c,-0x95,-_0x277503._0x5b24c9,0x15)+'late';const _0x1a0370=_0x585a14;function _0x25226d(_0x5cb62d,_0x3a8d60,_0x1db400,_0x20adcd){return _0x5bfc76(_0x5cb62d-_0x41d111._0x14b0c8,_0x3a8d60-_0x41d111._0x112dab,_0x5cb62d- -_0x41d111._0x46f1b7,_0x3a8d60);}const {callingTask:_0xd0a53c,taskUser:_0x51c9c4,environmentName:_0xae46cb,environmentPath:_0x287af1}=_0x20740d,{name:_0x522975}=_0x20740d[_0x25226d(-0x100,-_0x277503._0x3bdd5d,-_0x277503._0x5b2cbf,-0x10e)],{content:_0x24dd25,metadata:_0x2f1e64}=_0x20740d[_0x3bf475(-_0x277503._0x31dc28,-0x7d,-0x21,_0x277503._0x1f16d9)];if(_0x522975[_0x25226d(-0x202,-_0x277503._0x2b7856,-0x16f,-_0x277503._0x405460)]('/')||_0x522975['includes']('\x5c')||_0x522975[_0x25226d(-_0x277503._0x168e70,-0x1e4,-_0x277503._0xab61ee,-_0x277503._0x4e09bd)]('..')){const _0x153a3d={};return _0x153a3d[_0x25226d(-_0x277503._0x78873a,-_0x277503._0x50cb97,-0x1ac,-_0x277503._0x2ae8a3)]='Bad\x20Reques'+'t',_0x153a3d[_0x3bf475(-0x8b,-_0x277503._0xca8184,0x3,-0x13)]=_0x1a0370[_0x25226d(-_0x277503._0x2f83aa,-_0x277503._0xbc1352,-_0x277503._0x2c898d,-_0x277503._0x2be340)],_0x379885[_0x3bf475(-0x38,-0x15,0x2d,_0x277503._0x3b6a47)](0x15fd+0x5af+-0x45a*0x6)[_0x3bf475(0xe4,0xb4,_0x277503._0x1e4fbe,_0x277503._0x17b258)](_0x153a3d);}if(_0x24dd25===undefined){if(_0x1a0370[_0x25226d(-_0x277503._0x1b9149,-0x96,-0x181,-_0x277503._0xdfb5d8)](_0x1a0370[_0x25226d(-_0x277503._0x4927e6,-_0x277503._0x30390d,-_0x277503._0x1e2223,-0x106)],'eqTFH')){const _0x4c6dd0={};_0x4c6dd0[_0x25226d(-0x1f1,-0x1cd,-0x289,-0x293)]=_0x1a0370[_0x25226d(-_0x277503._0x256ef0,-_0x277503._0xe3bb07,-0x211,-0x149)],_0x4c6dd0[_0x25226d(-0x1d1,-0x249,-0x24b,-0x17e)]=_0x25226d(-0x226,-0x2ab,-0x253,-_0x277503._0x78873a)+_0x5e4a5d+(_0x3bf475(-0xa1,-_0x277503._0x19a163,-_0x277503._0x8d4bab,-_0x277503._0x53264e)+'d'),_0x4785f2[_0x3bf475(_0x277503._0x31521b,_0x277503._0x14c0f9,0x2d,-0x29)](-0x3*-0x839+-0x51e+-0x11f9)['json'](_0x4c6dd0);}else{const _0x433243={};return _0x433243[_0x25226d(-0x1f1,-0x24d,-_0x277503._0x2b924b,-0x2a6)]=_0x25226d(-0x1de,-_0x277503._0x4705c5,-0x145,-0x23e)+'t',_0x433243['message']=_0x1a0370[_0x3bf475(0x78,0x7a,-0x2f,-_0x277503._0x36a0a3)],_0x379885[_0x25226d(-0x1a7,-0x210,-0x161,-_0x277503._0x427d42)](-0x44*0x4+-0x261a+-0xd*-0x322)[_0x3bf475(_0x277503._0x5b72b7,-_0x277503._0x1a0a5e,0x29,-_0x277503._0x455b07)](_0x433243);}}logger[_0x3bf475(0x26,-0xd2,-0x29,-_0x277503._0x44adb7)](_0x1a0370[_0x3bf475(-_0x277503._0x2cf9fb,_0x277503._0x2ce549,0x6,_0x277503._0x2da251)],{'taskId':_0xd0a53c[_0x25226d(-0x205,-_0x277503._0xaa2e24,-_0x277503._0xc27841,-_0x277503._0x8930ab)],'environment':_0xae46cb,'template':_0x522975,'userId':_0x51c9c4['id'],'hasMetadata':_0x1a0370[_0x3bf475(-_0x277503._0x37700e,0x36,-_0x277503._0x39cd0b,-_0x277503._0x2cd9ca)](_0x2f1e64,undefined)});const _0x524853=_0x3be30f[_0x25226d(-_0x277503._0x2ed1af,-0xa0,-_0x277503._0x128d35,-0x6d)](_0x287af1,_0x1a0370[_0x25226d(-_0x277503._0x2d91d4,-_0x277503._0x3ca8d4,-_0x277503._0xb122b1,-_0x277503._0x47326f)]),_0x235cdc=_0x3be30f['join'](_0x524853,_0x522975+_0x3bf475(_0x277503._0x4ff2f0,0x4d,_0x277503._0x1f7503,0x10)),_0x307dd2=_0x3be30f['join'](_0x524853,_0x522975+_0x25226d(-0x1bf,-0x137,-_0x277503._0x52f850,-_0x277503._0x19c57a)),_0x1244e1=new Date()['toISOStrin'+'g']();try{if(_0x1a0370[_0x3bf475(-_0x277503._0x453ce5,-_0x277503._0x1cb9c4,-_0x277503._0x5e6a3d,-_0x277503._0x415319)](_0x1a0370[_0x3bf475(0x161,0x24,0xca,0xa7)],_0x1a0370[_0x3bf475(-_0x277503._0x5d0dc6,_0x277503._0x5c200c,0x4c,0x9)])){const _0x840fc1={};_0x840fc1[_0x3bf475(_0x277503._0xb62ff8,-_0x277503._0x3b6a47,_0x277503._0x32740f,_0x277503._0x5b72b7)]=!![],await _0x4db280['mkdir'](_0x524853,_0x840fc1),await _0x4db280[_0x25226d(-0x151,-0x20b,-0x120,-0x1b8)](_0x235cdc,_0x24dd25,'utf-8');_0x2f1e64!==undefined&&_0x1a0370[_0x3bf475(-0xde,-0xf0,-_0x277503._0x339722,-_0x277503._0x2db708)](_0x2f1e64,null)&&await _0x4db280[_0x25226d(-_0x277503._0x2df0f3,-0x17a,-_0x277503._0x2137f3,-0x1e8)](_0x307dd2,JSON[_0x25226d(-_0x277503._0x434511,-0x242,-_0x277503._0x425cf1,-0x1d0)](_0x2f1e64,null,-0x17df+-0xab0+0x2291),_0x1a0370[_0x25226d(-_0x277503._0x58f77c,-0xa3,-_0x277503._0x6da188,-_0x277503._0xd6029b)]);const _0x19fc48={};_0x19fc48[_0x3bf475(-0x25,-0xae,-0x31,_0x277503._0x467624)]=_0xd0a53c[_0x25226d(-0x205,-_0x277503._0xe32099,-0x25f,-0x2bc)],_0x19fc48[_0x3bf475(-_0x277503._0x584060,-0x53,-_0x277503._0x98e6ae,-_0x277503._0x1cdead)+'t']=_0xae46cb,_0x19fc48[_0x3bf475(_0x277503._0x5ed74a,0x22,-_0x277503._0x45e723,0x90)]=_0x522975,_0x19fc48[_0x25226d(-0x1cb,-0x1c3,-0x223,-0x111)]=_0x51c9c4['id'],logger['info'](_0x1a0370[_0x25226d(-0x1ac,-0x15f,-_0x277503._0x3c84f0,-_0x277503._0xdfb5d8)],_0x19fc48);const _0x52a7ab={};_0x52a7ab[_0x25226d(-_0x277503._0x273211,-_0x277503._0x4a2995,-0x28e,-0x289)]=!![],_0x52a7ab[_0x25226d(-_0x277503._0x5b84d4,-_0x277503._0x2c4682,-0x195,-_0x277503._0x4ebbd0)]=_0x522975,_0x52a7ab[_0x25226d(-_0x277503._0x18a205,-_0x277503._0x5393a0,-_0x277503._0x5a5ddf,-_0x277503._0x441794)+'t']=_0xae46cb,_0x52a7ab[_0x3bf475(_0x277503._0x3f3049,0x5e,_0x277503._0x144e7e,_0x277503._0x523267)]=_0x1244e1,_0x52a7ab['updatedByT'+_0x25226d(-0x110,-0x68,-_0x277503._0x369787,-0x170)]=_0xd0a53c[_0x25226d(-_0x277503._0x3f3002,-0x1be,-0x150,-0x219)],_0x52a7ab[_0x25226d(-0x1a6,-0x1fd,-_0x277503._0x25bf9f,-0x11e)+_0x25226d(-_0x277503._0x1a8747,-_0x277503._0x1f459e,-0x240,-0x11a)]=_0x51c9c4['id'],_0x379885[_0x3bf475(-_0x277503._0x29799e,-_0x277503._0x523267,0x29,_0x277503._0x35359c)](_0x52a7ab);}else{const _0x3eafad={};return _0x3eafad['error']=_0x1a0370[_0x3bf475(0x79,_0x277503._0x2ea80b,0xf9,0xc4)],_0x3eafad[_0x25226d(-_0x277503._0x45fd77,-_0x277503._0xbb6727,-_0x277503._0x30a2c9,-0x15e)]=_0x1a0370[_0x3bf475(_0x277503._0x34e415,0x10a,_0x277503._0x24a966,0x3)],_0x5801a3[_0x3bf475(-0xc,_0x277503._0x1abd0b,_0x277503._0x22fc60,_0x277503._0x13d40d)](0x60b*-0x4+0x15eb+0x3d1)[_0x3bf475(_0x277503._0x395737,0x5c,0x29,_0x277503._0x99a7c7)](_0x3eafad);}}catch(_0x4791d4){const _0x4d937c={};_0x4d937c['taskId']=_0xd0a53c['taskId'],_0x4d937c['environmen'+'t']=_0xae46cb,_0x4d937c[_0x3bf475(_0x277503._0x50e5c2,-0x86,-_0x277503._0xbb44a1,-_0x277503._0x52f700)]=_0x522975,_0x4d937c[_0x25226d(-0x1f1,-_0x277503._0x487523,-0x14e,-_0x277503._0x353625)]=_0x4791d4['message'],logger[_0x3bf475(-0x27,-0x74,-_0x277503._0x8f55e8,-0x31)](_0x1a0370[_0x25226d(-_0x277503._0x6e89fd,-0x2cb,-_0x277503._0x278c7a,-_0x277503._0x2e711a)],_0x4d937c);const _0x350fa2={};_0x350fa2['error']=_0x25226d(-_0x277503._0x2aff9c,-_0x277503._0x26aabf,-0x1c6,-0x2c2)+_0x3bf475(0xd4,0x14,0x76,0x85)+'r',_0x350fa2['message']=_0x1a0370['wJkcB'],_0x379885['status'](0xb5*0x11+0x180c+0x7b*-0x47)[_0x25226d(-_0x277503._0x5f09c4,-0x1ec,-_0x277503._0x482ea8,-0xf0)](_0x350fa2);}}),router[_0x5bfc76(-0x6e,-0x95,0x20,-0x31)]('/templates'+_0x13e4e3(-0x6,0x12b,0x89,0x17),requireTaskAuth,requireTemplatesPermission,async(_0x2a00c4,_0x4c8be2)=>{const _0x4907b2={_0x4cd808:0x23c,_0x4346c5:0x20c,_0x35d86e:0x317,_0x50556a:0x295,_0x307228:0x1b7,_0x1afb78:0x2e8,_0x54865c:0xfc,_0x4f72eb:0x108,_0x583a98:0x248,_0x2dff15:0x1fc,_0x29a033:0x21b,_0x30976f:0x245,_0x3882f8:0x217,_0x1644f0:0x1f5,_0x5dcc52:0x1b9,_0x6f5d71:0x1ca,_0x469a8a:0x2b2,_0x156ed1:0x233,_0x5632c8:0x219,_0x463ea6:0x25d,_0x409a8d:0x197,_0x14c566:0x1a7,_0xfd8219:0x175,_0x1fbc7f:0x247,_0x2e16dd:0x1b0,_0x113f92:0x1e7,_0x27e620:0x213,_0x48a5dd:0x229,_0xf2c534:0x238,_0x5f27b2:0x19d,_0x1bd1ac:0x22c,_0x270d5a:0x2d6,_0x244dcf:0x2c5,_0x210f49:0x24c,_0x54d9cd:0x226,_0x51fa77:0x27a,_0x2e5312:0x189,_0xaee11e:0x2c1,_0x5c7018:0x234,_0xd566db:0x1d0,_0x1ef002:0x1b8,_0xcc7dbb:0x218,_0x4a521c:0x211,_0x35d54a:0x170,_0x1ec741:0x1a6,_0x2f5b64:0x25e,_0x1152af:0x182,_0x4c6f5e:0x2a8,_0x536b7a:0x2af,_0x1d864e:0x29e,_0x34afcf:0x2d1,_0x5af718:0x2a8,_0x48091a:0x237,_0x5985dd:0x257,_0x1f2d98:0x2a0,_0x25839e:0x154,_0xe656cb:0x296,_0xeee47:0x240,_0x1cc297:0x27c,_0x2a280d:0x26a,_0x21123b:0x26d,_0x549356:0x2da,_0x50b1f6:0x266,_0x3300ee:0x27f,_0x41148a:0x20d,_0x5c400e:0x218,_0x44b920:0x20f,_0x5247c1:0x210,_0x2c1e05:0x18b,_0x3a659b:0x17a,_0x446a4d:0x14f,_0x6017b4:0x280,_0x147809:0x13a,_0x1027f3:0x144,_0x220956:0x1b3,_0x535261:0x12a,_0x2ef57e:0x133,_0x17ded2:0x165,_0x39daf3:0x14e,_0x1aba57:0x1aa,_0xae97c8:0x1e3,_0x4fa31c:0x2c5,_0x3617ee:0x2a5,_0x409d14:0x31d,_0x3eecd2:0x2ae,_0x5b72ab:0x2f7,_0x4349bd:0x304,_0x3c412c:0x283,_0x15e082:0x2e5,_0x262275:0x2d3,_0x6f55:0x25c,_0x4a4c6b:0x1ec,_0x66dc0a:0x2a3,_0x400863:0x2f0,_0x1c5438:0x2e7,_0x5a4518:0x15f,_0x4bed83:0x16a,_0x5988e5:0x231,_0x2e9ed2:0x2d7,_0x4e0f42:0x17f,_0x358ffa:0x164,_0x122644:0x2c4,_0x51e306:0x26f,_0x32e340:0x2cb,_0x34c0cd:0x167,_0x791420:0x1d1,_0x20e3c6:0xde,_0x45f9c1:0x2ab,_0x47f324:0x33e,_0x134c14:0x1b4,_0x516439:0x1f9,_0x2f8640:0x247,_0x196292:0x2e4,_0x1c9825:0x215,_0x5a48ac:0x177,_0x11187a:0x1e3,_0x46dc09:0x16d,_0x38359e:0x38c,_0x31659b:0x270,_0x371a94:0x337,_0x288e05:0x1f9,_0x11511f:0x1e8,_0x5c0a0b:0x28b,_0x18900c:0x264,_0x5c8fd2:0x2a1,_0x160ae5:0x244,_0x281007:0x1d2,_0x52e121:0x155,_0x4aba51:0x268,_0xbf6fb7:0x284,_0x1826f8:0x251,_0x242e90:0x318,_0x49ae31:0x29d,_0x1669c6:0x2ae,_0x531af8:0x33e,_0x626419:0x2bb,_0x5744a4:0x361,_0x46e921:0x297,_0x54b84f:0x1f8,_0x24b9ce:0x26f,_0xa1aa55:0x277,_0x147e95:0x30d,_0x298af7:0x313,_0x49539d:0x300,_0x36e27:0x21a,_0x51cf31:0x17e,_0x2c9148:0x16c,_0x593743:0x164,_0x3cc298:0x106,_0x4706f9:0x169,_0x1c24a1:0x24d,_0x4c88ae:0x22f,_0x59aa13:0x2ed,_0x4c738f:0x21d,_0x58713d:0x222,_0x353f63:0x29c,_0x413752:0x28c,_0x23285e:0x2bc,_0x583567:0x1f6,_0x3be596:0x1f7,_0x2240f4:0x1fd,_0x18d75f:0x1d9,_0x47d030:0x1d9,_0x3e89e6:0x1bc,_0x23f446:0x32b,_0x46bfdc:0x145,_0x42ce25:0x1cf,_0x271466:0x1ab,_0xc158a0:0x32e,_0x5d6be5:0x26e,_0x33fa90:0x2ad,_0x12f199:0x21e,_0x2fdc1a:0x1af,_0x42aabc:0x1f8},_0x5da90c={_0x22e148:0x2e2},_0x353cd5={_0xea0193:0x1de,_0x3c44fa:0x1b9},_0x5eb042={};_0x5eb042[_0x438851(-_0x4907b2._0x4cd808,-0x1f3,-0x284,-_0x4907b2._0x4346c5)]=_0x4e856d(-0x2af,-_0x4907b2._0x35d86e,-0x21d,-0x2ae)+_0x4e856d(-0x260,-_0x4907b2._0x50556a,-_0x4907b2._0x307228,-_0x4907b2._0x1afb78)+_0x438851(-_0x4907b2._0x54865c,-0xc7,-0x159,-_0x4907b2._0x4f72eb),_0x5eb042[_0x438851(-_0x4907b2._0x583a98,-0x278,-_0x4907b2._0x2dff15,-0x1e8)]=_0x438851(-_0x4907b2._0x29a033,-_0x4907b2._0x30976f,-0x2b7,-0x299)+_0x4e856d(-0x204,-_0x4907b2._0x3882f8,-_0x4907b2._0x1644f0,-_0x4907b2._0x4cd808)+'r',_0x5eb042['Pgzgo']=_0x438851(-0x1e6,-_0x4907b2._0x5dcc52,-0x1d4,-0x25e)+'t',_0x5eb042[_0x438851(-_0x4907b2._0x6f5d71,-0x162,-0x126,-0x1c6)]=_0x4e856d(-_0x4907b2._0x469a8a,-0x31d,-0x336,-0x242)+_0x438851(-0x206,-0x1c6,-_0x4907b2._0x156ed1,-_0x4907b2._0x5632c8)+'te',_0x5eb042[_0x4e856d(-0x1d8,-_0x4907b2._0x463ea6,-_0x4907b2._0x409a8d,-_0x4907b2._0x14c566)]=_0x438851(-0x221,-_0x4907b2._0xfd8219,-_0x4907b2._0x1fbc7f,-_0x4907b2._0x2e16dd)+'ates',_0x5eb042[_0x4e856d(-0x29a,-_0x4907b2._0x113f92,-0x32f,-_0x4907b2._0x27e620)]=_0x4e856d(-0x255,-0x239,-_0x4907b2._0x48a5dd,-0x28a),_0x5eb042['KkFzG']='Template\x20d'+'eleted\x20by\x20'+'task',_0x5eb042['LzPxO']=function(_0x5cc6ec,_0x442928){return _0x5cc6ec===_0x442928;},_0x5eb042[_0x4e856d(-_0x4907b2._0xf2c534,-_0x4907b2._0x5f27b2,-0x2e2,-_0x4907b2._0x1bd1ac)]='ENOENT',_0x5eb042[_0x4e856d(-_0x4907b2._0x270d5a,-0x34f,-_0x4907b2._0x244dcf,-_0x4907b2._0x210f49)]=_0x438851(-_0x4907b2._0x54d9cd,-_0x4907b2._0x51fa77,-0x22e,-_0x4907b2._0x2e5312),_0x5eb042[_0x4e856d(-0x292,-_0x4907b2._0xaee11e,-0x257,-_0x4907b2._0x5c7018)]='Not\x20Found',_0x5eb042[_0x438851(-_0x4907b2._0xd566db,-_0x4907b2._0x1ef002,-0x114,-_0x4907b2._0xcc7dbb)]=_0x438851(-_0x4907b2._0x4a521c,-0x1c3,-0x2c0,-_0x4907b2._0x35d54a)+'delete\x20tem'+'plate';const _0x3ca548=_0x5eb042,{callingTask:_0x4c2b27,taskUser:_0x8dc716,environmentName:_0x4601c4,environmentPath:_0x38d889}=_0x2a00c4,{name:_0x92d619}=_0x2a00c4[_0x4e856d(-_0x4907b2._0x1ec741,-0x177,-_0x4907b2._0x2f5b64,-_0x4907b2._0x1152af)];function _0x438851(_0x279255,_0x33b3d6,_0x4d157a,_0x7af541){return _0x5bfc76(_0x279255-_0x353cd5._0xea0193,_0x33b3d6-_0x353cd5._0x3c44fa,_0x279255- -0x144,_0x4d157a);}if(_0x92d619[_0x4e856d(-_0x4907b2._0x4c6f5e,-_0x4907b2._0x536b7a,-_0x4907b2._0x1d864e,-_0x4907b2._0x34afcf)]('/')||_0x92d619[_0x4e856d(-_0x4907b2._0x5af718,-_0x4907b2._0x48091a,-_0x4907b2._0x5985dd,-_0x4907b2._0x1f2d98)]('\x5c')||_0x92d619[_0x438851(-0x20a,-0x165,-0x1a1,-_0x4907b2._0x25839e)]('..')){const _0xb28d59={};return _0xb28d59[_0x4e856d(-0x297,-0x203,-0x23d,-_0x4907b2._0xe656cb)]=_0x3ca548[_0x438851(-_0x4907b2._0xeee47,-0x27a,-0x2ce,-_0x4907b2._0x5dcc52)],_0xb28d59['message']='Invalid\x20te'+_0x4e856d(-_0x4907b2._0x1cc297,-_0x4907b2._0x5c7018,-0x317,-_0x4907b2._0x2dff15)+'e',_0x4c8be2[_0x438851(-0x1af,-0x12a,-0x205,-_0x4907b2._0x2a280d)](-0x1957*0x1+-0x1500+0x2fe7)[_0x4e856d(-0x251,-0x2fe,-_0x4907b2._0x21123b,-_0x4907b2._0x549356)](_0xb28d59);}const _0x3b7a39={};_0x3b7a39[_0x438851(-0x20d,-_0x4907b2._0x1cc297,-_0x4907b2._0x50b1f6,-_0x4907b2._0x3300ee)]=_0x4c2b27[_0x438851(-_0x4907b2._0x41148a,-_0x4907b2._0x5c400e,-_0x4907b2._0x44b920,-0x199)],_0x3b7a39[_0x438851(-_0x4907b2._0x5247c1,-_0x4907b2._0x2c1e05,-_0x4907b2._0x3a659b,-0x1a9)+'t']=_0x4601c4,_0x3b7a39['template']=_0x92d619,_0x3b7a39[_0x438851(-0x1d3,-0x1d1,-_0x4907b2._0x446a4d,-0x24f)]=_0x8dc716['id'];function _0x4e856d(_0x272e1b,_0x36ccfc,_0x2459ed,_0x18ec8f){return _0x13e4e3(_0x272e1b-0x128,_0x36ccfc-0x187,_0x272e1b- -_0x5da90c._0x22e148,_0x2459ed);}logger['info'](_0x3ca548[_0x438851(-0x1ca,-0x203,-_0x4907b2._0x6017b4,-0x180)],_0x3b7a39);const _0x407bc9=_0x3be30f['join'](_0x38d889,_0x3ca548[_0x438851(-_0x4907b2._0x147809,-0x15c,-0x12f,-_0x4907b2._0x1027f3)]),_0x470583=_0x3be30f[_0x4e856d(-_0x4907b2._0x220956,-_0x4907b2._0x535261,-_0x4907b2._0x2ef57e,-_0x4907b2._0x17ded2)](_0x407bc9,_0x92d619+_0x438851(-_0x4907b2._0x39daf3,-0xa6,-0xcf,-_0x4907b2._0x1aba57)),_0x4a4c37=_0x3be30f[_0x4e856d(-_0x4907b2._0x220956,-_0x4907b2._0xae97c8,-0x266,-0x17a)](_0x407bc9,_0x92d619+'.json');try{const _0x2f3f78=_0x3ca548[_0x4e856d(-0x29a,-0x301,-0x345,-0x1ea)][_0x4e856d(-_0x4907b2._0x4fa31c,-0x2a9,-0x2d8,-0x2a8)]('|');let _0x4ed880=0x664+-0x1*-0x1012+-0x1676;while(!![]){switch(_0x2f3f78[_0x4ed880++]){case'0':const _0x3534f2={};_0x3534f2[_0x4e856d(-0x2ab,-_0x4907b2._0x3617ee,-0x2f1,-_0x4907b2._0x409d14)]=_0x4c2b27['taskId'],_0x3534f2[_0x4e856d(-_0x4907b2._0x3eecd2,-_0x4907b2._0x5b72ab,-0x2d7,-_0x4907b2._0x4349bd)+'t']=_0x4601c4,_0x3534f2[_0x4e856d(-_0x4907b2._0x3c412c,-_0x4907b2._0x15e082,-_0x4907b2._0x262275,-0x29a)]=_0x92d619,_0x3534f2[_0x438851(-0x1d3,-_0x4907b2._0x6f55,-0x1dc,-_0x4907b2._0x4a4c6b)]=_0x8dc716['id'],logger[_0x4e856d(-_0x4907b2._0x66dc0a,-_0x4907b2._0x400863,-_0x4907b2._0x1c5438,-0x265)](_0x3ca548[_0x438851(-_0x4907b2._0x5a4518,-0x100,-_0x4907b2._0x4bed83,-0xd9)],_0x3534f2);continue;case'1':const _0x3476ed={};_0x3476ed[_0x438851(-0x224,-_0x4907b2._0x5988e5,-_0x4907b2._0x2e9ed2,-0x1c7)]=!![],_0x3476ed[_0x4e856d(-0x19b,-0x233,-_0x4907b2._0x4e0f42,-_0x4907b2._0x358ffa)]=_0x92d619,_0x3476ed[_0x4e856d(-0x2ae,-_0x4907b2._0x122644,-_0x4907b2._0x51e306,-_0x4907b2._0x32e340)+'t']=_0x4601c4,_0x3476ed[_0x438851(-_0x4907b2._0x34c0cd,-0x13f,-_0x4907b2._0x791420,-_0x4907b2._0x20e3c6)+'askId']=_0x4c2b27[_0x4e856d(-_0x4907b2._0x45f9c1,-_0x4907b2._0x47f324,-0x2a0,-0x357)],_0x3476ed[_0x4e856d(-_0x4907b2._0x134c14,-_0x4907b2._0x516439,-0x269,-_0x4907b2._0x2f8640)+_0x4e856d(-0x273,-0x1fa,-0x2ad,-_0x4907b2._0x196292)]=_0x8dc716['id'],_0x4c8be2[_0x438851(-0x1b3,-0x1f8,-0x237,-0x1ff)](_0x3476ed);continue;case'2':await _0x4db280[_0x4e856d(-_0x4907b2._0x1c9825,-0x1ed,-_0x4907b2._0x6017b4,-0x27c)](_0x470583);continue;case'3':try{await _0x4db280[_0x438851(-_0x4907b2._0x5a48ac,-_0x4907b2._0x11187a,-_0x4907b2._0x46dc09,-0xd7)](_0x4a4c37);}catch{}continue;case'4':await _0x4db280[_0x438851(-0x12d,-0x17e,-0x1d9,-0x1e3)](_0x470583);continue;}break;}}catch(_0x4b9bf7){if(_0x3ca548['LzPxO'](_0x4b9bf7['code'],_0x3ca548['aPXuC'])){if('srlmI'===_0x3ca548[_0x4e856d(-0x2d6,-_0x4907b2._0x38359e,-_0x4907b2._0x31659b,-_0x4907b2._0x371a94)]){const _0x2c1b4b={};_0x2c1b4b[_0x438851(-_0x4907b2._0x288e05,-_0x4907b2._0x11511f,-0x1c7,-_0x4907b2._0x5c0a0b)]=_0x3ca548[_0x438851(-0x1f4,-_0x4907b2._0x18900c,-0x248,-_0x4907b2._0x5c8fd2)],_0x2c1b4b[_0x438851(-0x1d9,-_0x4907b2._0x160ae5,-_0x4907b2._0x281007,-_0x4907b2._0x52e121)]=_0x438851(-0x22e,-_0x4907b2._0x4aba51,-_0x4907b2._0x45f9c1,-_0x4907b2._0xbf6fb7)+_0x92d619+('\x27\x20not\x20foun'+'d'),_0x4c8be2['status'](0x3fa*0x5+0x1fa7+-0x31f5)[_0x4e856d(-_0x4907b2._0x1826f8,-0x22d,-0x232,-0x2af)](_0x2c1b4b);}else{const _0x335469={};_0x335469[_0x4e856d(-0x2ab,-_0x4907b2._0x242e90,-0x337,-_0x4907b2._0x49ae31)]=_0x3e665e[_0x4e856d(-0x2ab,-0x226,-0x29e,-0x244)],_0x335469[_0x4e856d(-_0x4907b2._0x1669c6,-_0x4907b2._0x531af8,-_0x4907b2._0x626419,-_0x4907b2._0x5744a4)+'t']=_0x1c81dd,_0x335469[_0x4e856d(-_0x4907b2._0x46e921,-_0x4907b2._0x54b84f,-_0x4907b2._0x24b9ce,-0x337)]=_0x487972[_0x4e856d(-_0x4907b2._0xa1aa55,-_0x4907b2._0x147e95,-0x251,-_0x4907b2._0x298af7)],_0x449de9['error'](_0x3ca548['HAEGR'],_0x335469);const _0x1db150={};_0x1db150['error']=_0x3ca548[_0x438851(-_0x4907b2._0x583a98,-_0x4907b2._0x49539d,-_0x4907b2._0x36e27,-0x18f)],_0x1db150['message']='Failed\x20to\x20'+_0x438851(-_0x4907b2._0x51cf31,-0x212,-_0x4907b2._0x2c9148,-_0x4907b2._0x593743)+'ructions\x20f'+_0x438851(-0xdc,-0x150,-_0x4907b2._0x3cc298,-_0x4907b2._0x4706f9),_0x498056[_0x4e856d(-_0x4907b2._0x1c24a1,-_0x4907b2._0x4c88ae,-0x2a6,-_0x4907b2._0x59aa13)](0x4*-0x579+0x26cc+0xae*-0x16)[_0x4e856d(-_0x4907b2._0x1826f8,-0x1d5,-_0x4907b2._0x4c738f,-_0x4907b2._0x58713d)](_0x1db150);}}else{const _0x5ed7db={};_0x5ed7db[_0x438851(-_0x4907b2._0x41148a,-0x225,-_0x4907b2._0x353f63,-0x212)]=_0x4c2b27[_0x438851(-0x20d,-_0x4907b2._0x413752,-0x233,-_0x4907b2._0x23285e)],_0x5ed7db[_0x4e856d(-0x2ae,-_0x4907b2._0x583567,-0x21f,-0x365)+'t']=_0x4601c4,_0x5ed7db[_0x438851(-0x1e5,-_0x4907b2._0x3be596,-_0x4907b2._0x2240f4,-_0x4907b2._0x18d75f)]=_0x92d619,_0x5ed7db[_0x438851(-_0x4907b2._0x516439,-0x199,-0x142,-0x20b)]=_0x4b9bf7[_0x438851(-_0x4907b2._0x47d030,-0x256,-_0x4907b2._0x3e89e6,-0x19e)],logger[_0x4e856d(-_0x4907b2._0x46e921,-_0x4907b2._0x23f446,-0x21a,-0x1e5)](_0x3ca548[_0x438851(-0x1d0,-0x1f0,-0x1d7,-_0x4907b2._0x46bfdc)],_0x5ed7db);const _0x142da0={};_0x142da0[_0x438851(-0x1f9,-_0x4907b2._0x42ce25,-_0x4907b2._0x4a521c,-0x1a1)]=_0x3ca548[_0x438851(-0x248,-0x1dc,-_0x4907b2._0x271466,-_0x4907b2._0x2240f4)],_0x142da0[_0x4e856d(-_0x4907b2._0xa1aa55,-0x2a2,-0x312,-_0x4907b2._0xc158a0)]=_0x3ca548[_0x4e856d(-_0x4907b2._0x5d6be5,-_0x4907b2._0x33fa90,-_0x4907b2._0x12f199,-0x31d)],_0x4c8be2[_0x438851(-_0x4907b2._0x2fdc1a,-_0x4907b2._0x42aabc,-0x1f9,-0x11d)](-0x23bb+-0x1405+0x39b4)[_0x438851(-0x1b3,-0x148,-0x178,-_0x4907b2._0x4706f9)](_0x142da0);}}});async function requireMemoryPermission(_0x5530e3,_0x5374e1,_0x3fa590){const _0x4bdb69={_0x3a6c0e:0x537,_0x6d0ac3:0x4f4,_0xa70db6:0x50d,_0x10546b:0x43c,_0x385aaa:0x447,_0x27da14:0x48d,_0x5d3b05:0x552,_0x5da2d4:0x4a1,_0x5206c7:0x441,_0x209a15:0x49d,_0x35172f:0x571,_0x11e50e:0x5b0,_0x18f1ad:0x3ac,_0xb802a6:0x436,_0xc33f38:0x42c,_0x43dd79:0x4e6,_0x311e61:0x58a,_0x508f99:0x3fc,_0x40c72a:0x3f7,_0x411660:0x453,_0x567db7:0x51c,_0x40014f:0x4a4,_0x1ce2e5:0x35f,_0x414dbd:0x418,_0x32a8f2:0x459,_0x5c0df7:0x433,_0x5f1c7c:0x44b,_0x5bd866:0x4b7,_0xa9d393:0x45f,_0x1aedd0:0x47a,_0x1c79d6:0x52e,_0x124081:0x4e2,_0x4535d5:0x446,_0x2969d7:0x3ba,_0x52dc99:0x473,_0x45c252:0x49c,_0x4d691b:0x409,_0x4966c7:0x447,_0x59ee5d:0x3fc,_0xfebba7:0x54a,_0x245b05:0x528,_0x111e1c:0x495,_0x549834:0x59c,_0x23b2e9:0x4be,_0x2520a2:0x545,_0x568fbb:0x5e9,_0x3f8551:0x3c4,_0x45f8fe:0x610,_0x2bf21d:0x555,_0x2066b7:0x4e6,_0x413581:0x4b8,_0x2f995f:0x534},_0x4435ce={_0x2785a2:0x502},_0x4c0633={_0x4a26a0:0x66,_0x54d755:0x8,_0x433ddf:0x40f},_0x59929d={'BELia':_0x3a63e9(_0x4bdb69._0x3a6c0e,0x4db,0x44f,0x54f),'uktBz':function(_0x10adf5,_0x56bc56,_0x56ba78,_0x22aaf){return _0x10adf5(_0x56bc56,_0x56ba78,_0x22aaf);},'ouJjb':function(_0xdb91b,_0x363342){return _0xdb91b===_0x363342;},'WRaWG':_0x3a63e9(0x4c5,_0x4bdb69._0x6d0ac3,0x58a,0x585),'liClv':_0x3a63e9(_0x4bdb69._0xa70db6,0x52b,0x5c0,0x587),'YvwEK':_0x3713c6(0x3f9,0x493,0x3da,0x46a)+'\x20environme'+'nts:memory'+'\x20permissio'+'n','bchIx':_0x3713c6(0x407,0x4ad,0x4b0,0x40f)+_0x3713c6(_0x4bdb69._0x10546b,_0x4bdb69._0x385aaa,_0x4bdb69._0x27da14,0x419)+_0x3713c6(_0x4bdb69._0x5d3b05,_0x4bdb69._0x5da2d4,_0x4bdb69._0x5206c7,_0x4bdb69._0x209a15)+_0x3713c6(0x60b,_0x4bdb69._0x35172f,0x61b,_0x4bdb69._0x11e50e)+_0x3a63e9(_0x4bdb69._0x18f1ad,_0x4bdb69._0xb802a6,0x494,0x4d9)+_0x3713c6(_0x4bdb69._0xc33f38,_0x4bdb69._0x43dd79,_0x4bdb69._0x311e61,0x52f)};if(!await _0x59929d['uktBz'](hasPermission,_0x5530e3[_0x3a63e9(0x384,_0x4bdb69._0x508f99,0x4a3,0x37a)]['id'],'environmen'+_0x3a63e9(0x4b3,0x428,_0x4bdb69._0x40c72a,0x399),_0x5530e3[_0x3a63e9(_0x4bdb69._0x411660,_0x4bdb69._0xb802a6,0x37d,0x415)+'tName'])){if(_0x59929d['ouJjb'](_0x59929d['WRaWG'],_0x59929d['liClv'])){const _0x2d3e40={};_0x2d3e40['error']=_0x59929d[_0x3a63e9(0x523,_0x4bdb69._0x567db7,_0x4bdb69._0x40014f,0x53b)],_0x2d3e40['message']=_0x3a63e9(_0x4bdb69._0x1ce2e5,_0x4bdb69._0x414dbd,_0x4bdb69._0x32a8f2,_0x4bdb69._0x32a8f2)+_0x425d17+(_0x3713c6(_0x4bdb69._0x5c0df7,_0x4bdb69._0x5f1c7c,_0x4bdb69._0x5bd866,0x3e3)+'d'),_0x2ddab4[_0x3713c6(0x4d8,0x4a4,_0x4bdb69._0xa9d393,0x4f9)](-0x172e+0x8a*0x1d+-0x20*-0x49)[_0x3a63e9(0x3eb,0x493,_0x4bdb69._0x1aedd0,_0x4bdb69._0x1c79d6)](_0x2d3e40);}else{const _0x1e12c6={};_0x1e12c6['taskId']=_0x5530e3[_0x3a63e9(0x450,0x496,_0x4bdb69._0x124081,0x482)+'k'][_0x3713c6(_0x4bdb69._0x40014f,_0x4bdb69._0x4535d5,_0x4bdb69._0x2969d7,0x4e4)],_0x1e12c6[_0x3a63e9(0x46d,_0x4bdb69._0x52dc99,0x4ea,0x3bc)]=_0x5530e3[_0x3713c6(_0x4bdb69._0x45c252,_0x4bdb69._0x4d691b,0x447,_0x4bdb69._0x4966c7)]['id'],_0x1e12c6['username']=_0x5530e3[_0x3a63e9(_0x4bdb69._0x4966c7,_0x4bdb69._0x59ee5d,0x48e,0x347)][_0x3a63e9(0x54c,0x4c1,0x417,_0x4bdb69._0x4535d5)],logger[_0x3713c6(_0x4bdb69._0xfebba7,0x48f,0x3d8,_0x4bdb69._0x245b05)](_0x59929d[_0x3713c6(_0x4bdb69._0x111e1c,0x53c,_0x4bdb69._0x549834,0x52c)],_0x1e12c6);const _0x34f2ad={};return _0x34f2ad[_0x3713c6(0x455,0x45a,0x417,0x3da)]=_0x3a63e9(_0x4bdb69._0x23b2e9,_0x4bdb69._0x2520a2,_0x4bdb69._0x568fbb,0x54f),_0x34f2ad[_0x3713c6(0x3fe,0x47a,0x4af,_0x4bdb69._0x3f8551)]=_0x59929d[_0x3a63e9(_0x4bdb69._0x45f8fe,_0x4bdb69._0x2bf21d,_0x4bdb69._0x2066b7,0x503)],_0x5374e1[_0x3713c6(0x430,0x4a4,_0x4bdb69._0x413581,0x55e)](-0x1523*-0x1+0x1*-0x164f+0x25*0x13)[_0x3a63e9(0x4a5,0x493,_0x4bdb69._0x2f995f,0x4f7)](_0x34f2ad);}}function _0x3713c6(_0x29bb80,_0x753601,_0x1eddde,_0x55d08b){return _0x13e4e3(_0x29bb80-_0x4c0633._0x4a26a0,_0x753601-_0x4c0633._0x54d755,_0x753601-_0x4c0633._0x433ddf,_0x1eddde);}function _0x3a63e9(_0x5dedd8,_0x5e2c90,_0x424bd7,_0x3508d5){return _0x5bfc76(_0x5dedd8-0x2,_0x5e2c90-0x7f,_0x5e2c90-_0x4435ce._0x2785a2,_0x3508d5);}_0x3fa590();}function _0xc2bb(){const _0x3d927e=['BgLZDcb0zw1WBa','yxrLCW','BxbLsNC','DKLUrha','D0X1rgi','B2HPEfq','DxrMltG','qMfKifjLCxvLCW','DgvTCgXHDgu','AxPLza','mJeZnNL4seTJsW','z2v0','ywPts1G','z1bzrhy','AwXLBMfTzq','BxbSyxrLig5HBq','sMztwwC','ywXS','CLLvwfu','l21LBw9YEs1PBG','BwvZC2fNzq','qKvLALa','s3vRA2C','A2XyAuu','C2vYswq','C2nTzMG','DxnLCKLK','vNnvDNq','uujIsgm','suviELy','C3rYAw5NAwz5','yvrHBM8','EKfjuKK','rhngCNC','CMvJDxjZAxzL','wKzxDva','thjIrNG','ELLcue4','lMPZB24','CMvHzcbbr0vova','AgvHzgvYCW','D2fYBG','s2Pzvvq','D3jPDguGquDftG','ugXPrvu','vxnLCIbSywnRCW','qKDIrfq','mZmYmZi4mg9Ps0LZuW','EsbMAwXLCW','zKHmALq','lZPUyw1L','BMCGBwvTB3j5ia','sw52ywXPzcb0zq','zgrby0m','nhWYFdn8mhWX','EMrUv0G','sfviA1e','ENLSy3O','ANnVBG','zxjTAxnZAw9Uia','qMDwtwO','y2fSBgLUz1rHCW','C3rHDhvZ','DxbKyxrLzej5vq','igLUzgv4','CMvHzcbPBNn0CG','Bwv0ywrHDge','zvj4zM8','BxHVAfq','zwXKigLZihjLCq','A3brsgC','vxnLCIbKB2vZia','CunjyLm','v09SDvi','t2vNtwi','BwLZC2LVBG','r3PUvMu','igvUDMLYB25Tzq','ru1WC28','y2XureO','C1H4twe','sw52ywXPzcbMAq','CMvHzcbTzw1VCG','yvbyDum','CMvWBgfJzq','mti2nZDws3nPtMi','lvrHC2STswqGAa','B0Lstva','t3HND1a','mtmXntq4ndHowgTosue','t0PksLu','ru5pru5u','Aw9UCYb1CgrHDa','D3bvs0S','u09dwui','r3frvvu','CNvJDgLVBNm','zeD3yKe','y29Kzq','Aw5KzxG','vgfZAYbMzxrJAa','DgvZihbLCM1PCW','ugzQAei','uMrtr2y','DxnLCM5HBwu','DxbKyxrLzef0','ANjQt3C','ChDyyNK','zMLSzw5HBwu','DfnjsNy','sgvoswe','D3jPDguGAw5ZDa','zwfKzxi','vgfZAYbYzwfKAq','yNDUv3O','qKP2svG','rM50C3K','nJG4mJu2mfvmt2P3vW','Dw5SAw5R','CMvHzgrPCG','shHYB2W','DMP0zwO','zeznrKe','uLHfANa','q3PHCvO','CMvHzezPBgu','zMTNqui','otC4mte1nu5zr1D5yq','DcbTzw1VCNK','uM1ey2i','tM90iezVDw5K','rw52AxjVBM1LBG','BfrjCe0','tuvnt1jzlM1K','zgvSzxrLzej5va','zxj2zxiGrxjYBW','shLRt1y','DcbTyw5Hz2vTzq','BNqGCM91DguGBG','B1LSswW','zvHZCLy','zwqGzw52AxjVBG','s2TgEKC','vgfZAYb1CgrHDa','DgfZA3m','C2v0DxbqyxrO','Bu5zr28','y0X2qwW','D3jPDgvgAwXL','twvTB3j5igzPBa','q3rssfO','u2vYDMLJzsbUBW','DwLYzwq','z1Pgr2C','r3rpwM8','vLPgBKy','uK9cB2e','zMLSDgvY','Dg8GDxbKyxrLia','lM1K','vgfZAYb3CML0Aq','zfPRrfq','zMLSzq','ywrLCG','tufSBxy','q0LoDfy','qwnhDwi','rffpC28','B3zpzw0','yNfLtum','DerhvKC','uxr2y0i','BwfW','D09jC0q','uY5Tza','t29vtgC','sgzLyNi','wgTsAKS','vgfZAYbOyxmGBG','s05sr3a','DgfZAW','te14zfO','B091yNG','vgfZAY1jzcbOzq','DgLVBNm','BYbHC3nVy2LHDa','BgvUyw1L','q2rwD0m','C3rHDa','zNvty1K','zwqGyNKGDgfZAW','quDftLrtlM1K','ywnJzxnZ','BM1LBNqGAw5ZDa','Dhm6Aw5ZDhj1yW','qKvmAwe','ANvWCwS','zw50','yxrL','DNjUAgu','DvfyExC','zgvSzxrL','tgDtvMq','zgv4','DfLfq0W','t0LTtK4','CufguLq','y29UDgvUDeXLBG','uK1cEeW','s1Hlwui','s3HbEMC','AMfnDwW','B3j5igzPBgu','yxnRswq','wxz3ruS','zgvSzxrLzej5vq','AM9PBG','s2LMBfa','yNjvtu0','wgf0zM4','AeHLsu8','DcbPBML0AwfSAq','s2D5qNK','D3jPDguGBwvTBW','l21LBw9YEs86zG','C2L6zq','CgfYC2u','q0T1z24','DenVBMzPzW','CgfYyw1Z','BwTKAxi','zgvZy3jPChrPBW','vw5HDxrOB3jPEG','r3nZuNG','zfzdzLu','ugHgv2O','rM9YyMLKzgvU','t3vntNq','nJGZmJeZtfPqugPP','zgvSzxrLza','BMfTzq','vfmUBwq','l3rLBxbSyxrLCW','Aw9UCW','l2LUC3rYDwn0Aq','rNPTs2e','EfDyrxa','BNqGCMvXDwvZDa','tfv4twO','BgvUz3rO','BMnNEg4','De5HBwu','yMnOsxG','u3HKC2S','CNKGAw5KzxG','vNL6CeG','CMvHzcb0zw1WBa','tLPoree','DcbPBNn0CNvJDa','sw52ywXPzcb0yq','rurpBxu','B3qGAw5PDgLHBa','BYbLBNzPCM9UBq','CNvJDgLVBNmGzG','Dhm6DgvTCgXHDa','wgXbuha','CxPlzxC','Dg8GBwfUywDLia','Dg9ju09tDhjPBG','ig1PC3nPBMCGwa','vwDWruq','Aw5Nig1LBw9YEq','yMLYDgH0Aw1L','AwXL','y3rPB25ZihbLCG','mJeWm2vTDKfUsa','EwLyB1y','zgvSzxrLig1LBq','wuTVDNK','we1ArwG','mZq1mfLbBeXgsq','DgvTCgXHDgvZ','BgLZDcbTzw1VCG','DgfZA1vZzxi','zsbUB3qGzM91BG','shvIvxy','EunJAw4','twLZC2LUzYbylq','terty3i','BwvUDcb0zw1WBa','B29VrNm','wKvttwm','tuvWy2i','ugD6z28','wuv5BgC','DLnMBLa','zKrLBNG','seffr1i','BNrZoMLUC3rYDq','ugXSB2e','sKruy28','y05IBfe','r2TMCge','zxjls0q','Cgf0y2G','wgDbDg0','s0zKA1m','Dwn0Aw9UCYbMAq','qMzTBeW','zw5KC1DPDgG','D1DXvNC','vgvTCgXHDguGjW','rhD0whO','zMLSzxm','q29UDgvUDcbMAq','CNKGzMLSzq','DxbKyxrLza','Cgf0Aa','C3bSAxq','C3jSBuK','D0PRy0i','C3vJy2vZCW','suDwDKi','zuXOzLq','DgfZAY10zw1WBa','EsbMAwXL','BNrZoNrLBxbSyq','Dhm6BwvTB3j5','DxbKyxrLzej5va','Ec10yxnRlwLK','sw50zxjUywWGuW','C2SGsuq','CuXUv00','v3rRB1G','DfbHDgG','C3HfCge','DwrirNq','vgfZAYbKzwXLDa','l21LBw9YEq','BwvTB3j5','rMfPBgvKihrVia','zw52AxjVBM1LBG','AK9tC1a','y29KzxjdB25MAq','DgfZA0LK','BM90igHHDMuGCa','ELDAsfe','Aw5JBhvKzxm','ihDPDgGGDw5RBG','jYbUB3qGzM91BG','D3jPDguGDgvTCa','Aw5NihrLBxbSyq','Aw5MBW','zxHPC3rZ','A2P1tLi','Chv0','y3jLyxrLzej5','vgfZAYbSAxn0Aq','mtb1s1fpAhO','z3rO','yM9KEq','Ag9zDeC','u0nHtvi','ELzSseG','zxjYB3i','Aw5NigvUDMLYBW','t0XUEfm','CxPkBuG','BMCGzw52AxjVBG','Ew1xvhm','y29UDgvUDa','DcbUB3qGzM91BG','t2rIsuq','Agvcu2e','zvHfseS','vgfZAYb1C2vYia'];_0xc2bb=function(){return _0x3d927e;};return _0xc2bb();}function _0x32b5(_0x460f59,_0x5ce655){_0x460f59=_0x460f59-(0x1e1d+0x1*0x425+-0x21cf);const _0x482660=_0xc2bb();let _0x3fed75=_0x482660[_0x460f59];if(_0x32b5['Eopogw']===undefined){var _0x5d5492=function(_0x342cfb){const _0x3109b8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2aaaab='',_0x358cf0='';for(let _0x343f82=-0xb1*0x31+0x258b+0xe*-0x43,_0x55569a,_0xdbf4d5,_0x172906=-0x10c9*0x1+-0x291+-0x135a*-0x1;_0xdbf4d5=_0x342cfb['charAt'](_0x172906++);~_0xdbf4d5&&(_0x55569a=_0x343f82%(-0x1333+0x99a+0x99d)?_0x55569a*(0x16e2+0x10de*0x2+-0x385e)+_0xdbf4d5:_0xdbf4d5,_0x343f82++%(0x769+0x1c5a+-0x23bf))?_0x2aaaab+=String['fromCharCode'](0x126*0x1f+-0x50f+-0x1d8c&_0x55569a>>(-(0x1dc*-0x7+0x3fa*-0x4+0x1cee)*_0x343f82&0x1d8*0x12+0x1*-0x1394+0x6cb*-0x2)):0xad*0x12+-0x1*-0x1032+-0x1c5c){_0xdbf4d5=_0x3109b8['indexOf'](_0xdbf4d5);}for(let _0x43dda7=-0xa11*0x3+-0x670+0x53*0x71,_0x55d39d=_0x2aaaab['length'];_0x43dda7<_0x55d39d;_0x43dda7++){_0x358cf0+='%'+('00'+_0x2aaaab['charCodeAt'](_0x43dda7)['toString'](0x1*0xfcc+0x75a*0x1+-0x49e*0x5))['slice'](-(-0x113*0xe+0x1*0x1aaf+-0xba3));}return decodeURIComponent(_0x358cf0);};_0x32b5['TIgtWa']=_0x5d5492,_0x32b5['brbImB']={},_0x32b5['Eopogw']=!![];}const _0x390e03=_0x482660[-0x6*-0x24c+0xdf*0x22+-0xb*0x3f2],_0x482cb6=_0x460f59+_0x390e03,_0x54c0f7=_0x32b5['brbImB'][_0x482cb6];return!_0x54c0f7?(_0x3fed75=_0x32b5['TIgtWa'](_0x3fed75),_0x32b5['brbImB'][_0x482cb6]=_0x3fed75):_0x3fed75=_0x54c0f7,_0x3fed75;}router['get'](_0x13e4e3(0x18,0x33,0x31,0x5f),requireTaskAuth,requireMemoryPermission,async(_0x16d650,_0x2ea03a)=>{const _0x413cc9={_0x3cb84e:0x2d9,_0x3a0279:0x2ae,_0xd50a90:0x328,_0x8a09bd:0x81,_0x9ecf0d:0x2d0,_0x3dd6f1:0x312,_0x12ac01:0x2e8,_0x345c2f:0x2fd,_0x30dfd1:0x29f,_0x3f668:0x2e1,_0x2603df:0x3f8,_0x917263:0x34d,_0x25ea89:0x1df,_0x281cc1:0x264,_0x11c4ea:0x1fc,_0x57d067:0x27a,_0x2babc6:0x2ed,_0x2fa86f:0x4c,_0x462222:0x103,_0x472200:0x5c,_0x394eec:0xd5,_0xb0c7ff:0x34c,_0x34f090:0x3d3,_0x879047:0x378,_0x268f2c:0x1d4,_0x2880e8:0x2fa,_0x148a8c:0x21e,_0x4aa5a8:0x282,_0x2f50c8:0x94,_0x2b41c4:0x10e,_0x28cc66:0x13d,_0x4f5e08:0x205,_0x2dbfa1:0x435,_0x5b18a4:0x37e,_0x35be91:0x28c,_0x18c5d4:0x2f3,_0x1575e3:0x24a,_0x2baff7:0x2b6,_0x40a4b6:0x2ce,_0x276330:0xc4,_0x2c888b:0x88,_0x1e7858:0xd7,_0x3c6b5c:0x92,_0x2627a6:0x22,_0x2de909:0x278,_0x1c38a9:0x2b9,_0x5f4e58:0x54,_0x345bbf:0x59,_0x5361c9:0x4b,_0xe0430f:0xc7,_0x1299b6:0xe2,_0x405fc7:0x3e,_0x2e6d5c:0x22f,_0x5727a4:0x2df,_0x42c8f4:0x66,_0x2fad78:0xaf,_0x4a7bdf:0x1f,_0x2888b1:0x222,_0x2a99d4:0x211,_0x456a75:0xe8,_0x376aff:0x275,_0x36fd72:0x2c2,_0x57781f:0x37d,_0x44c675:0x3b,_0xc58aa7:0x56,_0x2dde54:0x2d1,_0x6f4c1e:0x337,_0x58a6ab:0x2ab,_0x144639:0x67,_0x49b1ec:0x1a,_0x36786a:0x9,_0x46d0db:0x6f,_0x454ea1:0xa0,_0x366580:0x27f,_0xe66e85:0x345,_0x111964:0x3b,_0x5e2ea0:0x42,_0x4a59b8:0x3e,_0x5adab6:0x332,_0x1610d9:0x11b,_0x570720:0x88,_0x2d8dda:0x27f,_0x56cf3e:0x3c9,_0x5c6c8f:0x32c,_0x19d597:0x32,_0x58c89e:0x99,_0x1fcd1d:0x4f,_0x497e8e:0x3e,_0x296352:0x3f},_0x339d1e={_0x27fc00:0x114,_0x3fc119:0x185,_0x5b7e22:0x4f,_0x31b3cb:0x9d,_0x619c69:0x56,_0x1a5a32:0x6,_0x56fc69:0x177,_0x244b5f:0x17c,_0x3b9314:0x213,_0x430c9c:0xdb,_0x1894d6:0x6e,_0x153d94:0x15d,_0x17e13d:0x13b,_0x13887e:0x197,_0x2ab427:0x1f1,_0x3166eb:0x17e,_0x52609f:0x9b,_0x4d72eb:0xa9,_0x4d6b45:0x135},_0x362a39={_0x284b9f:0x251},_0xd96bd1={_0x5e86a8:0x9c},_0x147680={_0x13c32d:0x139,_0xd43d0a:0x2d};function _0x4dd0b5(_0x2ba31a,_0x44b783,_0x2b62fb,_0x22a6e8){return _0x5bfc76(_0x2ba31a-0x19a,_0x44b783-0xaf,_0x22a6e8-0x34e,_0x44b783);}const _0x1f9178={'fHLjT':_0x4dd0b5(0x311,_0x413cc9._0x3cb84e,_0x413cc9._0x3a0279,_0x413cc9._0xd50a90)+_0x11fe7f(0x16,-0x133,-_0x413cc9._0x8a09bd,-0x122)+'d','UgpED':_0x4dd0b5(_0x413cc9._0x9ecf0d,0x362,_0x413cc9._0x3dd6f1,0x327),'yCcin':function(_0x2f3c15,_0x553378){return _0x2f3c15(_0x553378);},'jaMul':_0x4dd0b5(_0x413cc9._0x12ac01,0x1f7,_0x413cc9._0x345c2f,0x280),'cvvgC':function(_0x4ae70a,_0x704db2){return _0x4ae70a===_0x704db2;},'xopEu':_0x4dd0b5(0x2ba,0x372,0x24c,0x2ca),'KiflP':_0x4dd0b5(_0x413cc9._0x30dfd1,_0x413cc9._0x3f668,_0x413cc9._0x2603df,_0x413cc9._0x917263),'OImNN':_0x4dd0b5(0x33d,0x354,0x3b1,0x32a),'GqQUU':function(_0x27c401,_0x5d3230){return _0x27c401!==_0x5d3230;},'VyzpH':_0x4dd0b5(_0x413cc9._0x25ea89,_0x413cc9._0x281cc1,_0x413cc9._0x11c4ea,0x281)+_0x4dd0b5(0x245,_0x413cc9._0x57d067,_0x413cc9._0x2babc6,0x247)+_0x11fe7f(-0x1f,0x6a,-_0x413cc9._0x2fa86f,-0x6f)},{callingTask:_0x1819d9,environmentName:_0x390fca}=_0x16d650,_0x4af6e7=_0x3be30f[_0x11fe7f(-0x17,_0x413cc9._0x462222,_0x413cc9._0x472200,_0x413cc9._0x394eec)](DATA_DIR,_0x1f9178[_0x4dd0b5(0x402,_0x413cc9._0xb0c7ff,_0x413cc9._0x34f090,_0x413cc9._0x879047)],_0x390fca),_0x7c1702={};_0x7c1702[_0x11fe7f(-0x8a,-0x74,-0x9c,-0x8a)]=_0x1819d9[_0x4dd0b5(_0x413cc9._0x268f2c,_0x413cc9._0x2880e8,0x1e0,0x285)];function _0x11fe7f(_0x3316c2,_0x55c19f,_0x5dd02e,_0x151f43){return _0x5bfc76(_0x3316c2-_0x147680._0x13c32d,_0x55c19f-0x60,_0x5dd02e-_0x147680._0xd43d0a,_0x3316c2);}_0x7c1702[_0x4dd0b5(0x2c8,_0x413cc9._0x148a8c,0x2f6,_0x413cc9._0x4aa5a8)+'t']=_0x390fca,logger[_0x11fe7f(-0x97,-0x36,-_0x413cc9._0x2f50c8,-_0x413cc9._0x2b41c4)](_0x11fe7f(0x23,-_0x413cc9._0x28cc66,-0x8f,0x27)+'ng\x20memory\x20'+_0x4dd0b5(_0x413cc9._0x4f5e08,0x239,0x2ce,0x266),_0x7c1702);try{let _0x5704ef=[],_0x5001fc='';try{if(_0x1f9178['cvvgC'](_0x1f9178['xopEu'],_0x1f9178[_0x4dd0b5(_0x413cc9._0x2dbfa1,0x415,0x2c4,_0x413cc9._0x5b18a4)])){const _0x3977b2={};_0x3977b2['taskId']=_0x55d268,_0x3977b2[_0x4dd0b5(_0x413cc9._0x35be91,_0x413cc9._0x18c5d4,_0x413cc9._0x1575e3,0x282)+'t']=_0x47e0f2['environmen'+'t'],_0x43741e[_0x4dd0b5(0x255,0x2aa,_0x413cc9._0x2baff7,_0x413cc9._0x40a4b6)](_0x1f9178['fHLjT'],_0x3977b2);const _0x4e0bfb={};return _0x4e0bfb[_0x11fe7f(-_0x413cc9._0x276330,-0x10a,-_0x413cc9._0x2c888b,-0xfb)]=_0x1f9178[_0x11fe7f(_0x413cc9._0x1e7858,0x2a,_0x413cc9._0x3c6b5c,_0x413cc9._0x2627a6)],_0x4e0bfb[_0x4dd0b5(0x30b,_0x413cc9._0x2de909,0x2e3,_0x413cc9._0x1c38a9)]=_0x1f9178[_0x11fe7f(-_0x413cc9._0x5f4e58,_0x413cc9._0x345bbf,-_0x413cc9._0x5361c9,0x56)],_0x342fe3[_0x11fe7f(-_0x413cc9._0xe0430f,-_0x413cc9._0x1299b6,-_0x413cc9._0x405fc7,-0xe0)](0x18d4+-0x19cd+0x28d)[_0x4dd0b5(0x295,0x35f,_0x413cc9._0x2e6d5c,_0x413cc9._0x5727a4)](_0x4e0bfb);}else{const _0xbe2412=await _0x4db280[_0x11fe7f(_0x413cc9._0x42c8f4,_0x413cc9._0x2fad78,-0x5,-_0x413cc9._0x4a7bdf)](_0x4af6e7),_0x368aa6=_0xbe2412['filter'](_0x2383b7=>_0x2383b7['endsWith'](_0x4dd0b5(0x322,0x3da,0x320,0x344))&&_0x2383b7!=='MEMORY.md');_0x5704ef=await Promise[_0x4dd0b5(_0x413cc9._0x2888b1,0x21f,_0x413cc9._0x2a99d4,0x2b6)](_0x368aa6[_0x11fe7f(0x4,_0x413cc9._0x456a75,0x30,0x9f)](async _0x17b956=>{const _0x329780=_0x3be30f['join'](_0x4af6e7,_0x17b956),_0x2faadc=await _0x4db280[_0x4278e3(0xeb,0x9d,_0x339d1e._0x27fc00,0x110)](_0x329780);function _0xb8a01c(_0x26ac0c,_0x16aab2,_0x4901a5,_0x248817){return _0x11fe7f(_0x26ac0c,_0x16aab2-0x10e,_0x16aab2-0x103,_0x248817-_0xd96bd1._0x5e86a8);}const _0x57f691=await _0x4db280[_0x4278e3(0xca,0x117,_0x339d1e._0x3fc119,0xd1)](_0x329780,_0x4278e3(_0x339d1e._0x5b7e22,0x6e,_0x339d1e._0x31b3cb,0x5a));function _0x4278e3(_0x223919,_0x2653cc,_0x4b7763,_0x1b904d){return _0x4dd0b5(_0x223919-0x98,_0x2653cc,_0x4b7763-0x2d,_0x1b904d- -_0x362a39._0x284b9f);}const {frontmatter:_0x558c6c}=_0x1f9178[_0x4278e3(_0x339d1e._0x619c69,0x60,0x4d,-_0x339d1e._0x1a5a32)](parseMemoryFrontmatter,_0x57f691);return{'filename':_0x17b956,'name':_0x558c6c[_0xb8a01c(0xbb,_0x339d1e._0x56fc69,_0x339d1e._0x244b5f,_0x339d1e._0x3b9314)]||_0x17b956[_0xb8a01c(0x178,_0x339d1e._0x430c9c,_0x339d1e._0x1894d6,0x26)]('.md',''),'description':_0x558c6c[_0x4278e3(0x141,0x19e,_0x339d1e._0x153d94,_0x339d1e._0x17e13d)+'n']||'','created':_0x558c6c['created']||_0x2faadc[_0xb8a01c(0x191,_0x339d1e._0x13887e,_0x339d1e._0x2ab427,0x1d8)]['toISOStrin'+'g'](),'size':_0x2faadc[_0x4278e3(_0x339d1e._0x3166eb,_0x339d1e._0x52609f,_0x339d1e._0x4d72eb,_0x339d1e._0x4d6b45)]};}));try{_0x5001fc=await _0x4db280[_0x4dd0b5(0x26c,_0x413cc9._0x376aff,0x27d,0x322)](_0x3be30f[_0x4dd0b5(_0x413cc9._0x36fd72,0x385,0x351,_0x413cc9._0x57781f)](_0x4af6e7,_0x1f9178[_0x11fe7f(0x6e,_0x413cc9._0x44c675,0x51,_0x413cc9._0xc58aa7)]),_0x4dd0b5(_0x413cc9._0x2dde54,0x221,_0x413cc9._0x6f4c1e,_0x413cc9._0x58a6ab));}catch{}}}catch(_0x2ecfe7){if(_0x1f9178[_0x11fe7f(0x59,-0x21,-0x1d,-0x7a)](_0x2ecfe7[_0x11fe7f(-0xa4,-_0x413cc9._0x144639,-_0x413cc9._0x49b1ec,-_0x413cc9._0x36786a)],'ENOENT'))throw _0x2ecfe7;}const _0x2f480a={};_0x2f480a[_0x11fe7f(-_0x413cc9._0x46d0db,-0x15e,-0xbb,-_0x413cc9._0x454ea1)]=_0x5704ef,_0x2f480a[_0x4dd0b5(_0x413cc9._0x366580,_0x413cc9._0xe66e85,0x269,0x308)]=_0x5001fc,_0x2ea03a[_0x11fe7f(0x4b,-_0x413cc9._0x111964,-_0x413cc9._0x5e2ea0,_0x413cc9._0x4a59b8)](_0x2f480a);}catch(_0x1169dd){const _0x31033e={};_0x31033e['taskId']=_0x1819d9['taskId'],_0x31033e[_0x4dd0b5(0x24f,_0x413cc9._0x5adab6,0x32c,_0x413cc9._0x4aa5a8)+'t']=_0x390fca,_0x31033e['error']=_0x1169dd['message'],logger['error'](_0x1f9178['VyzpH'],_0x31033e);const _0x3bba50={};_0x3bba50[_0x11fe7f(-0x8d,-_0x413cc9._0x1610d9,-_0x413cc9._0x570720,-0xb5)]='Internal\x20S'+_0x4dd0b5(_0x413cc9._0x2d8dda,0x378,_0x413cc9._0x56cf3e,_0x413cc9._0x5c6c8f)+'r',_0x3bba50['message']=_0x1f9178[_0x11fe7f(_0x413cc9._0x19d597,0x61,0x83,_0x413cc9._0x58c89e)],_0x2ea03a[_0x11fe7f(-0xe6,_0x413cc9._0x1fcd1d,-_0x413cc9._0x497e8e,-_0x413cc9._0x296352)](0x2635+0x111*-0x4+-0x1ffd)[_0x4dd0b5(0x2fa,0x31e,0x2ea,0x2df)](_0x3bba50);}}),router['get'](_0x13e4e3(0x186,0x1d1,0x137,0x141)+_0x5bfc76(-0x129,-0xc0,-0x9b,-0xdc),requireTaskAuth,requireMemoryPermission,async(_0xa7bf6b,_0x429c46)=>{const _0x2f7fdc={_0x5c75e8:0x193,_0x5e6527:0x290,_0x1fdb34:0x1ad,_0x26e751:0x2c7,_0x26f58a:0x32d,_0x484a59:0x2be,_0x193743:0x173,_0x3d679b:0x222,_0x49c868:0x1cd,_0x28ce30:0x25f,_0x5b2886:0x2f3,_0x395b40:0x25d,_0x17938b:0x31e,_0x32ffcc:0x384,_0x2c2ece:0x2aa,_0x5603a9:0x19c,_0x61b200:0x230,_0x3192c5:0x284,_0x143058:0x336,_0x41d1a3:0x343,_0xe3a1c8:0x29a,_0x30e084:0x206,_0xffc582:0x24a,_0x135db0:0x240,_0x31610c:0x311,_0xc772a8:0x2d3,_0x4ffebf:0x2be,_0x4adf2a:0x259,_0x2e354f:0x30a,_0x536eae:0x379,_0x3342d8:0x21b,_0x4c3380:0x2c9,_0x5d31c1:0x317,_0x46ed2a:0x18e,_0x2190c8:0x244,_0x32267a:0x2ce,_0x56b884:0x28f,_0x3ab5f9:0x169,_0x27212b:0x17c,_0x5514f4:0x1c6,_0x469bf5:0x250,_0x252950:0x2f5,_0x20dcb7:0x24d,_0x431277:0x286,_0x390e25:0x23d,_0x516fb2:0x23b,_0x110f5c:0x253,_0x456813:0x27a,_0x404ebe:0x288,_0x28c1e6:0x25f,_0x122bf7:0x2a2,_0x2662c4:0x28c,_0x2b1e3b:0x2a0,_0x11baf1:0x2e1,_0x493eec:0x2d0,_0xe477af:0x2a4,_0x5d635a:0x274,_0x79d0be:0x1f4,_0x281c7b:0x238,_0x25b576:0x2b4,_0x47ca4a:0x19e,_0x2f7d6e:0x287,_0x27b596:0x323,_0x44041d:0x295,_0x1bc602:0x2fa,_0xef5370:0x2a6,_0x22aa1b:0x18d,_0x3fe07e:0x22d,_0x4f6876:0x1f9,_0x51ef31:0x2c5,_0xb4f9b0:0x2c5,_0x1e2fdb:0x1e0,_0x1ff935:0x296,_0x1816de:0x17e,_0x27eb9a:0x286,_0x4aa8b7:0x21d,_0x51dc94:0x2a3,_0x1fc134:0x28a,_0x33463e:0x1fb,_0x4e0666:0x34c,_0x15e4e3:0x227,_0x33648e:0x215,_0x1ce458:0x205,_0x41efd0:0x2c0,_0x2b4657:0x398,_0x307be4:0x33e,_0x322ce1:0x29f,_0x12524:0x38e,_0x2f9d3f:0x309,_0x37cbe7:0x2ef,_0x2ce712:0x2b8,_0x57f2c2:0x2ef,_0x1edf80:0x258,_0x2ae613:0x206,_0x34d785:0x1be,_0x16c8d4:0x263,_0x3847a5:0x22c,_0xd26f00:0x1d4,_0x918052:0x284,_0x166078:0x2a6,_0x36d82a:0x25b,_0x53c38f:0x310,_0x396bc2:0x313,_0x1790ea:0x297,_0x2fae8b:0x289,_0x58b6ea:0x233,_0x187d59:0x275,_0x5640c8:0x2b7,_0x4debf2:0x263,_0x44776c:0x26a,_0x38c053:0x2dc,_0x28b64c:0x22f,_0x14ccf0:0x18f,_0xdf8cdf:0x1eb,_0x1aa06d:0x32e,_0x53f88e:0x2a5,_0x1b8149:0x32e,_0x4f38a1:0x2e8,_0x3b19b7:0x2cd,_0x28c65e:0x2fb,_0x659092:0x2bb,_0x4003c1:0x278,_0x355948:0x32f,_0x43bd9f:0x212,_0x14d362:0x33b,_0x3997a9:0x30b,_0x5b4c6f:0x242,_0x95ab10:0x398,_0x15cc5e:0x206,_0x195508:0x368,_0x4c43c6:0x301,_0x38d96c:0x245,_0x3c5723:0x28e,_0x65fd8d:0x26d,_0x1b4d59:0x2db,_0x5a5d26:0x2af,_0x30959b:0x23e,_0x31af34:0x235,_0x44d29b:0x31c,_0xcfbbfe:0x2e9,_0x689e3d:0x27c,_0xfee6bd:0x223,_0x418ce8:0x17f,_0x29bdef:0x232,_0x10b5b2:0x247,_0x43db42:0x339,_0x2c9574:0x295,_0x4dbe23:0x37f,_0x27cf83:0x2bb,_0x320b75:0x31b,_0x2a66a4:0x397,_0x1473f9:0x2e6,_0x3fc6e4:0x24d,_0x22f0bf:0x25c,_0x1e0e25:0x17c,_0x3d6db3:0x151,_0x23db76:0x255,_0x354a53:0x2b9,_0x2b194a:0x2de,_0x5c55ed:0x26c,_0x28513c:0x1ee,_0xa38e74:0x278,_0x59ddf4:0x316,_0x1a106e:0x21a,_0x203030:0x29d,_0xaecc1c:0x27c,_0x2d395f:0x206,_0x490079:0x2c3,_0x383c03:0x228,_0x2146c8:0x282,_0x4aea91:0x155,_0x5de20c:0x279,_0x2f87f0:0x209,_0x5e4357:0x1a6,_0x3b3a92:0x265,_0x528210:0x1fd,_0x2e7ba0:0x27e,_0x3302ab:0x166,_0x44e8c4:0x396,_0x40a40b:0x25e,_0x4bc283:0x24f,_0x170f3f:0x267,_0x200a6a:0x263},_0x1a38cb={_0x43e899:0xf1},_0x28c090={_0x3964bc:0x10c};function _0x414029(_0x3e3041,_0x2c3f4e,_0x3d87b8,_0x195ae9){return _0x13e4e3(_0x3e3041-0x24,_0x2c3f4e-_0x28c090._0x3964bc,_0x195ae9-0x1d2,_0x3d87b8);}const _0x343f57={'tYECL':function(_0x594082,_0x1b1cb2){return _0x594082===_0x1b1cb2;},'HKpDF':_0x1c02e4(-_0x2f7fdc._0x5c75e8,-_0x2f7fdc._0x5e6527,-0x24d,-_0x2f7fdc._0x1fdb34),'ROBoa':_0x414029(_0x2f7fdc._0x26e751,_0x2f7fdc._0x26f58a,0x312,_0x2f7fdc._0x484a59)+_0x414029(0x169,_0x2f7fdc._0x193743,_0x2f7fdc._0x3d679b,_0x2f7fdc._0x49c868)+'d','tSIJv':_0x1c02e4(-_0x2f7fdc._0x28ce30,-0x379,-_0x2f7fdc._0x5b2886,-0x38f)+'delete\x20mem'+'ory\x20file','lTIpM':'Failed\x20to\x20'+'write\x20temp'+'late','eRxfo':function(_0x2c12d3,_0x2ffad7){return _0x2c12d3===_0x2ffad7;},'OJJJU':_0x414029(0x211,0x325,0x225,0x284),'JDTco':_0x1c02e4(-_0x2f7fdc._0x395b40,-0x293,-0x2f3,-_0x2f7fdc._0x17938b)+'read\x20memor'+_0x1c02e4(-_0x2f7fdc._0x32ffcc,-0x298,-0x302,-0x24e),'XlAPp':function(_0x1584ee,_0x1a2f01){return _0x1584ee(_0x1a2f01);},'QFzbw':'QtvcB','gZFGg':_0x414029(0x2ca,_0x2f7fdc._0x2c2ece,_0x2f7fdc._0x5603a9,_0x2f7fdc._0x61b200)+'t','dGwbA':_0x414029(_0x2f7fdc._0x3192c5,_0x2f7fdc._0x143058,_0x2f7fdc._0x41d1a3,_0x2f7fdc._0xe3a1c8)+_0x1c02e4(-_0x2f7fdc._0x30e084,-_0x2f7fdc._0xffc582,-0x29c,-0x310)+_0x414029(_0x2f7fdc._0x135db0,0x340,_0x2f7fdc._0x31610c,0x2cb),'pJtVB':_0x1c02e4(-0x315,-_0x2f7fdc._0xc772a8,-0x2d8,-_0x2f7fdc._0x4ffebf),'XkRjK':_0x1c02e4(-0x233,-0x224,-0x285,-0x2f6),'dVCfU':_0x1c02e4(-0x378,-_0x2f7fdc._0x4adf2a,-0x2f4,-_0x2f7fdc._0x2e354f),'GznVe':_0x1c02e4(-_0x2f7fdc._0x536eae,-_0x2f7fdc._0x3342d8,-_0x2f7fdc._0x4c3380,-_0x2f7fdc._0x5d31c1),'zAIRI':function(_0x141198,_0x3c41d0){return _0x141198!==_0x3c41d0;},'rYUXU':_0x414029(_0x2f7fdc._0x46ed2a,_0x2f7fdc._0x2190c8,_0x2f7fdc._0x32267a,0x21c),'vInDp':_0x1c02e4(-0x24f,-_0x2f7fdc._0x56b884,-0x222,-_0x2f7fdc._0x3ab5f9),'MAlmv':'OoULg','SyysR':'Internal\x20S'+'erver\x20Erro'+'r'},{callingTask:_0x519e05,environmentName:_0x4c0f11}=_0xa7bf6b,{filename:_0x570a61}=_0xa7bf6b[_0x1c02e4(-0x21a,-0x13d,-0x1ea,-_0x2f7fdc._0x27212b)];if(!_0x343f57[_0x1c02e4(-0x1bd,-_0x2f7fdc._0x3342d8,-_0x2f7fdc._0x5514f4,-_0x2f7fdc._0x469bf5)](isValidMemoryFilename,_0x570a61)){if(_0x343f57[_0x414029(0x2d4,0x3ab,0x283,_0x2f7fdc._0x252950)](_0x1c02e4(-_0x2f7fdc._0x20dcb7,-0x2b4,-0x224,-0x231),_0x343f57['QFzbw'])){const _0x445b29={};return _0x445b29['error']=_0x343f57[_0x414029(_0x2f7fdc._0x484a59,_0x2f7fdc._0x431277,_0x2f7fdc._0x390e25,0x2c2)],_0x445b29['message']=_0x414029(_0x2f7fdc._0x516fb2,0x25e,_0x2f7fdc._0x110f5c,_0x2f7fdc._0x456813)+'lename',_0x429c46['status'](0x1a84*0x1+-0x12c5*-0x1+-0x7b*0x5b)[_0x1c02e4(-_0x2f7fdc._0x404ebe,-_0x2f7fdc._0x28c1e6,-0x295,-_0x2f7fdc._0x122bf7)](_0x445b29);}else{if(_0x343f57[_0x414029(_0x2f7fdc._0x2662c4,_0x2f7fdc._0x2b1e3b,_0x2f7fdc._0x11baf1,0x2f5)](_0x44e80e[_0x1c02e4(-0x1df,-_0x2f7fdc._0x493eec,-0x26d,-0x321)],_0x1c02e4(-0x323,-_0x2f7fdc._0xe477af,-_0x2f7fdc._0x5d635a,-0x28b))){const _0x64cd2d={};return _0x64cd2d[_0x414029(0x1cc,_0x2f7fdc._0x79d0be,0x244,0x21d)]=_0x343f57['HKpDF'],_0x64cd2d['message']=_0x343f57[_0x414029(0x2a3,_0x2f7fdc._0x2e354f,_0x2f7fdc._0x281c7b,0x2c5)],_0x5800be['status'](-0xf82+0x94*0x2c+0x42d*-0x2)[_0x414029(0x277,0x2e6,_0x2f7fdc._0x25b576,0x263)](_0x64cd2d);}const _0x344119={};_0x344119[_0x414029(0x166,0x225,_0x2f7fdc._0x47ca4a,0x209)]=_0x51ae1f[_0x1c02e4(-0x2b8,-0x335,-0x2ef,-_0x2f7fdc._0x2f7d6e)],_0x344119['environmen'+'t']=_0x384000,_0x344119[_0x414029(0x243,0x2e3,_0x2f7fdc._0x27b596,_0x2f7fdc._0x44041d)]=_0x3efbd,_0x344119[_0x1c02e4(-_0x2f7fdc._0x1bc602,-0x239,-0x2db,-_0x2f7fdc._0xef5370)]=_0x5d80ef[_0x414029(_0x2f7fdc._0x22aa1b,_0x2f7fdc._0x3fe07e,_0x2f7fdc._0x4f6876,0x23d)],_0x3343c8[_0x414029(0x195,0x27d,_0x2f7fdc._0x51ef31,0x21d)](_0x343f57[_0x414029(_0x2f7fdc._0xb4f9b0,_0x2f7fdc._0x1e2fdb,0x34d,_0x2f7fdc._0x1ff935)],_0x344119);const _0x45ac2a={};_0x45ac2a[_0x414029(_0x2f7fdc._0x1816de,_0x2f7fdc._0x27eb9a,0x1cf,_0x2f7fdc._0x4aa8b7)]=_0x414029(_0x2f7fdc._0x51dc94,_0x2f7fdc._0x1fc134,0x22d,_0x2f7fdc._0x33463e)+_0x1c02e4(-0x253,-0x250,-0x248,-0x1a7)+'r',_0x45ac2a[_0x1c02e4(-_0x2f7fdc._0x4e0666,-_0x2f7fdc._0x252950,-0x2bb,-0x318)]=_0x414029(_0x2f7fdc._0x15e4e3,0x200,_0x2f7fdc._0x33648e,_0x2f7fdc._0x1ce458)+_0x414029(0x328,_0x2f7fdc._0x41efd0,_0x2f7fdc._0x2b4657,_0x2f7fdc._0x307be4)+_0x414029(0x31b,_0x2f7fdc._0x322ce1,_0x2f7fdc._0x12524,0x2fd),_0x2b83d5['status'](0x3*-0x6ed+0x6d*-0x47+0x1*0x34f6)['json'](_0x45ac2a);}}const _0x54a788={};_0x54a788[_0x1c02e4(-0x24e,-_0x2f7fdc._0x2f9d3f,-_0x2f7fdc._0x37cbe7,-_0x2f7fdc._0x2ce712)]=_0x519e05[_0x1c02e4(-0x273,-0x39c,-_0x2f7fdc._0x57f2c2,-0x2d6)],_0x54a788[_0x414029(_0x2f7fdc._0x1edf80,0x207,0x260,_0x2f7fdc._0x2ae613)+'t']=_0x4c0f11,_0x54a788[_0x1c02e4(-0x224,-_0x2f7fdc._0x34d785,-_0x2f7fdc._0x16c8d4,-_0x2f7fdc._0x3847a5)]=_0x570a61;function _0x1c02e4(_0x3ddf99,_0x15843b,_0x3036a9,_0x28fd8b){return _0x13e4e3(_0x3ddf99-0x99,_0x15843b-_0x1a38cb._0x43e899,_0x3036a9- -0x326,_0x3ddf99);}logger['info'](_0x343f57[_0x414029(0x2cb,_0x2f7fdc._0x2ae613,_0x2f7fdc._0x33648e,0x28a)],_0x54a788);try{if(_0x343f57['pJtVB']!==_0x343f57[_0x1c02e4(-_0x2f7fdc._0xd26f00,-_0x2f7fdc._0x918052,-0x21e,-0x1dd)]){const _0x2990a9=await _0x4db280[_0x414029(0x345,0x268,0x22e,_0x2f7fdc._0x166078)](_0x3be30f['join'](DATA_DIR,_0x343f57[_0x414029(0x29b,_0x2f7fdc._0x36d82a,_0x2f7fdc._0x53c38f,_0x2f7fdc._0x396bc2)],_0x4c0f11,_0x570a61),_0x343f57[_0x414029(_0x2f7fdc._0x1790ea,_0x2f7fdc._0x2fae8b,_0x2f7fdc._0x58b6ea,_0x2f7fdc._0x187d59)]),_0x15ff92={};_0x15ff92[_0x1c02e4(-_0x2f7fdc._0x5640c8,-0x1bd,-_0x2f7fdc._0x4debf2,-0x2e3)]=_0x570a61,_0x15ff92['content']=_0x2990a9,_0x429c46['json'](_0x15ff92);}else _0x29edf5=_0x4b9e7d;}catch(_0x1d884b){if(_0x343f57[_0x414029(0x25e,_0x2f7fdc._0x44776c,0x1ac,0x249)](_0x343f57[_0x414029(0x213,0x25d,0x209,0x23b)],_0x343f57[_0x414029(_0x2f7fdc._0x38c053,_0x2f7fdc._0x28b64c,_0x2f7fdc._0x14ccf0,_0x2f7fdc._0x3847a5)])){if(_0x343f57['eRxfo'](_0x1d884b['code'],_0x343f57[_0x1c02e4(-0x286,-0x321,-0x275,-_0x2f7fdc._0xdf8cdf)])){if(_0x343f57[_0x414029(_0x2f7fdc._0x1aa06d,_0x2f7fdc._0x53f88e,_0x2f7fdc._0x1b8149,0x2f5)](_0x414029(0x383,0x27c,0x315,0x2d8),_0x343f57[_0x414029(0x383,_0x2f7fdc._0x4f38a1,0x253,_0x2f7fdc._0x3b19b7)])){const _0x2a33d5={};return _0x2a33d5[_0x1c02e4(-0x36c,-_0x2f7fdc._0x431277,-0x2db,-0x22d)]=_0x343f57['HKpDF'],_0x2a33d5[_0x1c02e4(-_0x2f7fdc._0x28c65e,-0x365,-_0x2f7fdc._0x659092,-_0x2f7fdc._0x4003c1)]=_0x343f57['ROBoa'],_0x429c46[_0x1c02e4(-_0x2f7fdc._0x355948,-_0x2f7fdc._0x43bd9f,-0x291,-_0x2f7fdc._0x14d362)](0x1*0x1031+0x3*-0x10b+-0x31*0x3c)[_0x1c02e4(-0x29c,-_0x2f7fdc._0x3997a9,-0x295,-0x28a)](_0x2a33d5);}else{const _0x4e3f06={};_0x4e3f06[_0x414029(0x205,0x29d,_0x2f7fdc._0x5b4c6f,0x209)]=_0x5f522e[_0x1c02e4(-0x311,-0x333,-_0x2f7fdc._0x37cbe7,-_0x2f7fdc._0x95ab10)],_0x4e3f06[_0x414029(0x166,0x153,0x180,_0x2f7fdc._0x15cc5e)+'t']=_0x43eb7d,_0x4e3f06['template']=_0x39494b,_0x4e3f06[_0x1c02e4(-_0x2f7fdc._0x195508,-_0x2f7fdc._0x4c43c6,-0x2db,-_0x2f7fdc._0x38d96c)]=_0x35be3e[_0x414029(_0x2f7fdc._0x3c5723,0x276,0x20b,_0x2f7fdc._0x390e25)],_0x4c7735[_0x1c02e4(-_0x2f7fdc._0x65fd8d,-0x2f0,-_0x2f7fdc._0x1b4d59,-_0x2f7fdc._0x5a5d26)](_0x343f57['lTIpM'],_0x4e3f06);const _0x305d26={};_0x305d26[_0x1c02e4(-0x2fd,-_0x2f7fdc._0x30959b,-_0x2f7fdc._0x1b4d59,-_0x2f7fdc._0x516fb2)]=_0x414029(0x1dd,0x1db,0x224,0x1fb)+'erver\x20Erro'+'r',_0x305d26['message']=_0x343f57[_0x414029(_0x2f7fdc._0x31af34,_0x2f7fdc._0x44d29b,0x34f,0x2ad)],_0x448139['status'](0x1db2+0xee3+-0x2aa1)[_0x1c02e4(-_0x2f7fdc._0xcfbbfe,-_0x2f7fdc._0x689e3d,-_0x2f7fdc._0x44041d,-0x292)](_0x305d26);}}const _0x181010={};_0x181010[_0x414029(_0x2f7fdc._0xfee6bd,0x265,0x1c3,0x209)]=_0x519e05[_0x414029(0x1ed,0x216,0x1a5,0x209)],_0x181010[_0x414029(0x1c8,_0x2f7fdc._0x418ce8,_0x2f7fdc._0x29bdef,0x206)+'t']=_0x4c0f11,_0x181010[_0x414029(_0x2f7fdc._0x10b5b2,_0x2f7fdc._0x43db42,_0x2f7fdc._0x4c3380,_0x2f7fdc._0x2c9574)]=_0x570a61,_0x181010[_0x1c02e4(-0x377,-_0x2f7fdc._0x4dbe23,-_0x2f7fdc._0x1b4d59,-0x273)]=_0x1d884b[_0x1c02e4(-0x2d9,-0x2a0,-_0x2f7fdc._0x27cf83,-0x255)],logger['error'](_0x343f57[_0x1c02e4(-0x35e,-_0x2f7fdc._0x2fae8b,-_0x2f7fdc._0x320b75,-0x3c1)],_0x181010);const _0x15cde7={};_0x15cde7[_0x1c02e4(-0x2ca,-_0x2f7fdc._0x2a66a4,-_0x2f7fdc._0x1b4d59,-0x345)]=_0x343f57['SyysR'],_0x15cde7[_0x1c02e4(-_0x2f7fdc._0x1473f9,-_0x2f7fdc._0x3fc6e4,-_0x2f7fdc._0x27cf83,-_0x2f7fdc._0x22f0bf)]=_0x343f57[_0x414029(_0x2f7fdc._0x1e0e25,0x1e6,_0x2f7fdc._0x3d6db3,0x1dd)],_0x429c46[_0x1c02e4(-0x2b1,-_0x2f7fdc._0x23db76,-0x291,-0x242)](-0x1158+-0x206a*0x1+-0x19db*-0x2)[_0x1c02e4(-0x303,-0x31b,-0x295,-_0x2f7fdc._0x354a53)](_0x15cde7);}else{if(_0x343f57[_0x414029(0x2c0,0x2d9,_0x2f7fdc._0x2b194a,_0x2f7fdc._0x5c55ed)](_0x4ae7d2[_0x414029(_0x2f7fdc._0x28513c,_0x2f7fdc._0xa38e74,0x32c,0x28b)],_0x343f57[_0x414029(_0x2f7fdc._0x59ddf4,0x302,_0x2f7fdc._0x2b1e3b,0x283)])){const _0x58dfb4={};return _0x58dfb4[_0x414029(_0x2f7fdc._0x1a106e,_0x2f7fdc._0x203030,0x26e,_0x2f7fdc._0x4aa8b7)]=_0x343f57['HKpDF'],_0x58dfb4[_0x414029(0x1de,_0x2f7fdc._0xaecc1c,_0x2f7fdc._0x2d395f,0x23d)]=_0x343f57[_0x1c02e4(-_0x2f7fdc._0x490079,-0x254,-0x233,-0x216)],_0x498afe['status'](-0x1ad9+-0x6b*0x21+-0xa8e*-0x4)[_0x1c02e4(-0x22d,-_0x2f7fdc._0x383c03,-0x295,-_0x2f7fdc._0x2146c8)](_0x58dfb4);}const _0x1b4bac={};_0x1b4bac['taskId']=_0x2996cf[_0x414029(_0x2f7fdc._0x4aea91,_0x2f7fdc._0x5de20c,_0x2f7fdc._0x3d679b,_0x2f7fdc._0x2f87f0)],_0x1b4bac[_0x414029(0x2aa,_0x2f7fdc._0x5e4357,_0x2f7fdc._0x2c9574,_0x2f7fdc._0x30e084)+'t']=_0x44bf36,_0x1b4bac['filename']=_0x47a20a,_0x1b4bac[_0x414029(_0x2f7fdc._0x3b3a92,0x271,_0x2f7fdc._0x28c1e6,0x21d)]=_0x46d2ab[_0x414029(_0x2f7fdc._0x3192c5,0x283,0x253,0x23d)],_0x432ada['error']('Failed\x20to\x20'+_0x1c02e4(-0x2cb,-0x2ad,-0x27d,-_0x2f7fdc._0x528210)+_0x414029(0x28d,_0x2f7fdc._0x2e7ba0,_0x2f7fdc._0x3302ab,0x1f6),_0x1b4bac);const _0x7fcbce={};_0x7fcbce[_0x1c02e4(-0x230,-_0x2f7fdc._0x44e8c4,-0x2db,-0x300)]='Internal\x20S'+'erver\x20Erro'+'r',_0x7fcbce[_0x414029(_0x2f7fdc._0x40a40b,0x19b,0x18b,0x23d)]=_0x343f57[_0x1c02e4(-0x35c,-0x397,-0x31b,-0x361)],_0x86ee0[_0x414029(_0x2f7fdc._0x5b2886,_0x2f7fdc._0x4bc283,0x1e3,_0x2f7fdc._0x170f3f)](0x14de+0xbd9+0x19*-0x13b)[_0x414029(0x27d,0x248,0x211,_0x2f7fdc._0x200a6a)](_0x7fcbce);}}}),router[_0x5bfc76(-0x15e,-0x167,-0xbe,-0xe)](_0x5bfc76(0x1,0x70,0x37,-0x17)+_0x5bfc76(-0x39,-0x146,-0x9b,-0x14),requireTaskAuth,requireMemoryPermission,async(_0xe4d1db,_0x4226c1)=>{const _0x4d1aa7={_0x59be5e:0x38,_0x11af9f:0xe9,_0x23e1cb:0xec,_0x14b382:0x66,_0x5e8f84:0xf,_0x13eeec:0xc,_0x32afee:0xb2,_0x220b23:0xc5,_0x126b1a:0x8f,_0x597184:0x3e,_0xea4188:0xc,_0x3efcdd:0xb6,_0xa1ac31:0x2a,_0xe571e6:0x6d,_0x5823:0x113,_0x28da75:0xb1,_0x4c4958:0x102,_0x2b4f15:0xda,_0x361481:0x3c,_0x1e04f3:0x2e,_0x338c11:0x84,_0x5e002a:0xca,_0x1dd62e:0x3b,_0x19f230:0x13,_0x199333:0xf7,_0x2d6d71:0x1f,_0x169848:0x30,_0x234929:0x10,_0x173db5:0x74,_0x150d5b:0x79,_0x1fa27c:0x6e,_0xc25537:0xc4,_0x1f5e21:0x4a,_0x482b64:0x10c,_0x23f667:0x49,_0x31924d:0x58,_0xe41dc5:0x92,_0xece208:0x3d,_0x3d0969:0x1a,_0x54f970:0x8a,_0x570e1d:0xb,_0x45ab88:0x15f,_0x314af9:0x122,_0x3ad430:0xce,_0x300e69:0x79,_0x3d88ee:0x8,_0x173f85:0x77,_0x11c1df:0x4,_0x1e0f3d:0x49,_0x5ba37e:0xf,_0x3872a1:0x46,_0x2f8d92:0x99,_0x142ac0:0xc,_0x509689:0x62,_0x25629d:0x28,_0xd9a8b7:0xb7,_0x41ec6e:0x3e,_0x5de046:0xa8,_0x358e67:0x3,_0x541e91:0x5,_0x211814:0xb0,_0x321636:0x22,_0xa62443:0x59,_0x5d01aa:0x70,_0x2711c1:0xcc,_0x1e78c7:0x11,_0x541bcd:0x4f,_0x240ddd:0x59,_0x51cb66:0x67,_0xe73807:0x73,_0x166d38:0x32,_0x1ab549:0xba,_0x24e221:0x21,_0x28feef:0x83,_0x43631a:0x107,_0x409a10:0xc3,_0x487397:0x17,_0x3befbe:0x5d,_0x452b5:0x61,_0x39b2b6:0x27,_0x32ae59:0x5d,_0x1cfdcb:0x92,_0x4acd51:0x72,_0x1af4d1:0xbd,_0x543a47:0x63,_0x30066c:0x9f,_0x2ff814:0x4,_0x1b577d:0x65,_0x4e6845:0x18,_0x3138aa:0xad,_0x4cfbd6:0x83,_0xa057c3:0x2,_0x2af275:0x22,_0x8965ff:0xe0,_0x55bc3e:0x10,_0x59c608:0x70,_0x1b96cb:0xb8,_0x5de3d3:0x14b,_0x406b58:0x94,_0x3d46b1:0xc7,_0x37bd57:0x16,_0x23b526:0xa6,_0x1a2ce9:0x68,_0x1ba7cf:0x22,_0x3c6eac:0x51,_0x238404:0x1f,_0x2f32b7:0xa9,_0x195261:0x42,_0x4dd168:0x43,_0x2019d6:0x3c,_0x95223a:0x34,_0x4a9025:0xde,_0xcf558b:0x1e,_0x26c683:0xd8,_0x38e573:0x18e,_0x2d2068:0x62,_0x186c0c:0xd2,_0x58aa94:0xf6,_0xee4b81:0xef,_0x2b20cf:0x4f,_0x313337:0x78,_0x30ab66:0xa6},_0x4024aa={_0x360382:0x179},_0x450e04={_0x2246ef:0x137},_0x1d787d={'WlkZd':'Environmen'+_0x4b464e(-0x59,0x53,_0x4d1aa7._0x59be5e,-0x6)+'nt\x20request'+_0x4b464e(_0x4d1aa7._0x11af9f,0xd7,0xb3,0x148)+_0x4a6538(-_0x4d1aa7._0x23e1cb,-0x19,-0x37,_0x4d1aa7._0x14b382)+_0x4a6538(_0x4d1aa7._0x5e8f84,_0x4d1aa7._0x13eeec,-0x1d,-0x20),'Kukkg':_0x4b464e(0x147,_0x4d1aa7._0x32afee,0x9f,0x138)+'ed','vDhOH':_0x4b464e(-_0x4d1aa7._0x220b23,-_0x4d1aa7._0x126b1a,-_0x4d1aa7._0x597184,_0x4d1aa7._0xea4188)+_0x4a6538(_0x4d1aa7._0x3efcdd,-0x34,_0x4d1aa7._0xa1ac31,0x5f)+_0x4b464e(-0x6,_0x4d1aa7._0xe571e6,0xa2,_0x4d1aa7._0x5823),'CKugn':_0x4a6538(-0xc0,-0x101,-_0x4d1aa7._0x28da75,-_0x4d1aa7._0x4c4958)+'read\x20AGENT'+'S.md','LgSVd':'Internal\x20S'+'erver\x20Erro'+'r','BJvIX':function(_0x4c7930,_0x3f0c7d){return _0x4c7930(_0x3f0c7d);},'sXxMa':function(_0x401dd5,_0x5a8abc){return _0x401dd5===_0x5a8abc;},'nbvMQ':_0x4b464e(-_0x4d1aa7._0x2b4f15,-0x76,-0xad,-0x129),'yiXoV':'Bad\x20Reques'+'t','BGbDT':_0x4a6538(-0xac,0x28,-_0x4d1aa7._0x361481,-0xc5)+_0x4b464e(_0x4d1aa7._0x1e04f3,_0x4d1aa7._0x338c11,0xe3,0x93),'dFMFA':_0x4b464e(-0x6c,-0x74,0x14,-_0x4d1aa7._0x5e002a)+'eld\x20is\x20req'+_0x4b464e(_0x4d1aa7._0x1dd62e,0x62,0xc9,0x52),'fkgAB':_0x4a6538(0x9e,-0x90,_0x4d1aa7._0x19f230,0x87)+'ng\x20memory\x20'+_0x4b464e(0x113,0x6c,_0x4d1aa7._0x199333,0xa3),'jrjOw':_0x4b464e(-_0x4d1aa7._0x2d6d71,-0x5b,-0x3e,-0x5a),'HeNIa':_0x4b464e(0x33,-_0x4d1aa7._0x169848,0x5b,_0x4d1aa7._0x234929),'PlndR':_0x4a6538(-_0x4d1aa7._0x173db5,-0xdc,-0xdd,-_0x4d1aa7._0x150d5b),'Sxdsk':_0x4b464e(-0xe2,-0x5a,-0x73,0x46)+_0x4a6538(_0x4d1aa7._0x1fa27c,_0x4d1aa7._0xc25537,0x52,_0x4d1aa7._0x1f5e21)+_0x4a6538(-0x53,-_0x4d1aa7._0x482b64,-0xca,-_0x4d1aa7._0x23f667)},{callingTask:_0x395a61,taskUser:_0x4207c4,environmentName:_0x4b6326}=_0xe4d1db,{filename:_0x40483f}=_0xe4d1db[_0x4a6538(0xc3,0x8f,_0x4d1aa7._0x31924d,_0x4d1aa7._0x23e1cb)],{content:_0x4b434a}=_0xe4d1db['body'];if(!_0x1d787d[_0x4b464e(_0x4d1aa7._0xe41dc5,_0x4d1aa7._0xece208,0x5,-0x19)](isValidMemoryFilename,_0x40483f)){if(_0x1d787d[_0x4b464e(0x7f,_0x4d1aa7._0x3d0969,_0x4d1aa7._0x3efcdd,-_0x4d1aa7._0x54f970)](_0x1d787d['nbvMQ'],_0x1d787d['nbvMQ'])){const _0x51f5e2={};return _0x51f5e2[_0x4b464e(-0x29,-0x42,0x47,_0x4d1aa7._0x570e1d)]=_0x1d787d[_0x4b464e(_0x4d1aa7._0x45ab88,0xde,0x3a,_0x4d1aa7._0x314af9)],_0x51f5e2[_0x4a6538(-_0x4d1aa7._0x3ad430,-0x10d,-_0x4d1aa7._0x300e69,-0x89)]=_0x1d787d[_0x4b464e(0x92,-_0x4d1aa7._0x3d88ee,_0x4d1aa7._0x173f85,-0xac)],_0x4226c1['status'](0x1038+-0x1*0x349+-0xb5f)[_0x4b464e(-0xf,_0x4d1aa7._0x11c1df,_0x4d1aa7._0x1e0f3d,_0x4d1aa7._0x338c11)](_0x51f5e2);}else{_0x309638[_0x4b464e(-_0x4d1aa7._0x5ba37e,-0xd,0x92,0x4f)](_0x1d787d['WlkZd']);const _0x2d7ee6={};return _0x2d7ee6[_0x4a6538(-_0x4d1aa7._0x3872a1,-0x13c,-_0x4d1aa7._0x2f8d92,_0x4d1aa7._0x142ac0)]=_0x1d787d[_0x4a6538(-_0x4d1aa7._0x509689,_0x4d1aa7._0x25629d,-_0x4d1aa7._0x173f85,0x35)],_0x2d7ee6[_0x4a6538(0x19,-_0x4d1aa7._0xd9a8b7,-0x79,-0x24)]=_0x1d787d['vDhOH'],_0x582d6f[_0x4b464e(-_0x4d1aa7._0x41ec6e,0x8,_0x4d1aa7._0x5de046,-0x16)](-0x21a3+0x6f7*0x1+0x1c3d)[_0x4a6538(_0x4d1aa7._0x358e67,0xe,-0x53,-0x3b)](_0x2d7ee6);}}if(_0x4b434a===undefined){const _0x62240c={};return _0x62240c['error']=_0x4a6538(_0x4d1aa7._0x541e91,-0x141,-0x86,-_0x4d1aa7._0x211814)+'t',_0x62240c[_0x4b464e(-0x17,-_0x4d1aa7._0x321636,-_0x4d1aa7._0xa62443,-_0x4d1aa7._0x5d01aa)]=_0x1d787d[_0x4a6538(-_0x4d1aa7._0x2711c1,-_0x4d1aa7._0x2d6d71,-0x13,-0x4c)],_0x4226c1[_0x4a6538(-_0x4d1aa7._0x1e78c7,-0x64,-_0x4d1aa7._0x541bcd,-0x108)](0xb7d*0x3+0x22f*-0xd+-0x22*0x22)[_0x4a6538(-0x76,0x61,-0x53,-0xd9)](_0x62240c);}const _0x186f1a={};_0x186f1a['taskId']=_0x395a61[_0x4a6538(-0xa4,-0x61,-0xad,-0xf8)],_0x186f1a[_0x4b464e(-0x51,-_0x4d1aa7._0x240ddd,-_0x4d1aa7._0x51cb66,-_0x4d1aa7._0xe73807)+'t']=_0x4b6326;function _0x4a6538(_0xb9f1d2,_0x19a188,_0x40b2c1,_0x2755a0){return _0x13e4e3(_0xb9f1d2-_0x450e04._0x2246ef,_0x19a188-0x8,_0x40b2c1- -0xe4,_0x2755a0);}_0x186f1a[_0x4a6538(_0x4d1aa7._0x166d38,-_0x4d1aa7._0x1ab549,-_0x4d1aa7._0x24e221,_0x4d1aa7._0x28feef)]=_0x40483f,_0x186f1a['userId']=_0x4207c4['id'],_0x186f1a['contentLen'+_0x4a6538(-0x9c,-0x14,-0x9e,-_0x4d1aa7._0x43631a)]=_0x4b434a[_0x4b464e(0x85,_0x4d1aa7._0x409a10,0x96,_0x4d1aa7._0x487397)];function _0x4b464e(_0x3fb469,_0x4aec15,_0xf09eef,_0x48a324){return _0x5bfc76(_0x3fb469-_0x4024aa._0x360382,_0x4aec15-0x1e1,_0x4aec15-0x73,_0x3fb469);}logger['info'](_0x1d787d[_0x4a6538(-0x4c,0x7,-_0x4d1aa7._0x5ba37e,-0x5a)],_0x186f1a);try{const _0x1fdb13=_0x3be30f['join'](DATA_DIR,_0x1d787d[_0x4b464e(-0x10,0x34,0x37,-_0x4d1aa7._0x3befbe)],_0x4b6326),_0xcae0={};_0xcae0[_0x4b464e(-0x2b,-0x14,0x95,-_0x4d1aa7._0x452b5)]=!![],await _0x4db280['mkdir'](_0x1fdb13,_0xcae0),await _0x4db280[_0x4a6538(-0x53,_0x4d1aa7._0x39b2b6,0x7,0x83)](_0x3be30f['join'](_0x1fdb13,_0x40483f),_0x4b434a,_0x1d787d[_0x4a6538(0x7a,-_0x4d1aa7._0x32ae59,-_0x4d1aa7._0x2d6d71,0x7)]);const _0x3e9896={};_0x3e9896[_0x4a6538(0x20,0x2f,-0x21,_0x4d1aa7._0x1cfdcb)]=_0x40483f,_0x3e9896[_0x4b464e(-0x11e,-_0x4d1aa7._0x4acd51,-0x16,_0x4d1aa7._0x1e78c7)]=!![],_0x3e9896[_0x4a6538(-0xdd,-_0x4d1aa7._0x45ab88,-_0x4d1aa7._0x1af4d1,-0x75)+_0x4b464e(_0x4d1aa7._0x543a47,_0x4d1aa7._0x30066c,0xee,0x33)]=_0x395a61['taskId'],_0x4226c1[_0x4b464e(-0x16,_0x4d1aa7._0x2ff814,-_0x4d1aa7._0x1b577d,-_0x4d1aa7._0x4e6845)](_0x3e9896);}catch(_0xc19dcf){if(_0x1d787d['PlndR']===_0x1d787d['PlndR']){const _0xc176ea={};_0xc176ea['taskId']=_0x395a61[_0x4a6538(-0x169,-0xb,-_0x4d1aa7._0x3138aa,-0x122)],_0xc176ea[_0x4b464e(-_0x4d1aa7._0x4cfbd6,-_0x4d1aa7._0x240ddd,-0xd,-0x3d)+'t']=_0x4b6326,_0xc176ea['filename']=_0x40483f,_0xc176ea[_0x4a6538(-_0x4d1aa7._0xa057c3,-0x5f,-_0x4d1aa7._0x2f8d92,0x1e)]=_0xc19dcf[_0x4b464e(0x9,-_0x4d1aa7._0x2af275,-0x84,-0x91)],logger[_0x4b464e(-_0x4d1aa7._0x8965ff,-0x42,-0x3a,-_0x4d1aa7._0x55bc3e)](_0x1d787d[_0x4a6538(0x43,-0x3e,_0x4d1aa7._0x59c608,_0x4d1aa7._0x1b96cb)],_0xc176ea);const _0x17e170={};_0x17e170['error']=_0x1d787d[_0x4b464e(_0x4d1aa7._0x5de3d3,_0x4d1aa7._0x406b58,_0x4d1aa7._0x30066c,0xa5)],_0x17e170['message']=_0x1d787d[_0x4b464e(0x3a,_0x4d1aa7._0x3d46b1,_0x4d1aa7._0x37bd57,0x158)],_0x4226c1[_0x4a6538(0x2d,-0x63,-0x4f,-_0x4d1aa7._0x32ae59)](0x24b5+0xeba+0x317b*-0x1)[_0x4a6538(-_0x4d1aa7._0x406b58,0x65,-0x53,-0x6)](_0x17e170);}else{const _0x60fe16={};_0x60fe16['taskId']=_0x2b87d4['taskId'],_0x60fe16['environmen'+'t']=_0x34c2fe,_0x60fe16[_0x4b464e(-_0x4d1aa7._0x23b526,-0x42,_0x4d1aa7._0xe571e6,-0xdd)]=_0x46e229[_0x4b464e(-_0x4d1aa7._0x1a2ce9,-_0x4d1aa7._0x1ba7cf,-_0x4d1aa7._0x3c6eac,0x92)],_0x6c7aac['error'](_0x1d787d[_0x4b464e(_0x4d1aa7._0x238404,_0x4d1aa7._0x3138aa,0x53,_0x4d1aa7._0x2f32b7)],_0x60fe16);const _0x49e8c7={};_0x49e8c7[_0x4b464e(-0xfc,-_0x4d1aa7._0x195261,-_0x4d1aa7._0x541bcd,_0x4d1aa7._0x4dd168)]=_0x1d787d['LgSVd'],_0x49e8c7[_0x4a6538(-_0x4d1aa7._0x2019d6,-0x15,-_0x4d1aa7._0x300e69,-_0x4d1aa7._0x95223a)]=_0x4a6538(-_0x4d1aa7._0x54f970,-0x141,-0xb1,-_0x4d1aa7._0x4a9025)+_0x4a6538(_0x4d1aa7._0x25629d,_0x4d1aa7._0xcf558b,-0x4c,-_0x4d1aa7._0x26c683)+_0x4a6538(-_0x4d1aa7._0x38e573,-_0x4d1aa7._0x2d2068,-_0x4d1aa7._0x186c0c,-0xc1)+'le',_0x3f7d96[_0x4a6538(-_0x4d1aa7._0x58aa94,-_0x4d1aa7._0xee4b81,-_0x4d1aa7._0x2b20cf,0xd)](0x19e8+0xbed*0x1+-0x343*0xb)[_0x4b464e(_0x4d1aa7._0x313337,0x4,_0x4d1aa7._0x30ab66,0x69)](_0x49e8c7);}}}),router[_0x13e4e3(0x6f,0xd3,0x120,0x13a)](_0x5bfc76(-0x83,-0x1,0x37,-0x6)+_0x13e4e3(0x116,0x79,0x65,0x30),requireTaskAuth,requireMemoryPermission,async(_0x5b90e8,_0x31889e)=>{const _0x5e48de={_0x4ec310:0x251,_0x1c6a4a:0x253,_0x5e7f7f:0x3f7,_0x57e405:0x262,_0x5b70be:0x225,_0xa0f254:0x293,_0x1cf6a0:0x40e,_0x170a92:0x4d9,_0x49b80d:0x4c5,_0x33dfe5:0x4be,_0x603a63:0x39d,_0x732c7a:0x31c,_0x2fdcbe:0x4a0,_0x296ea9:0x568,_0x37cf5a:0x247,_0xdb8a4f:0x2ee,_0x4a24c1:0x29f,_0x42faf0:0x235,_0x5f3437:0x21d,_0x2d4252:0x4c1,_0x1dd8dc:0x566,_0x4b7a1c:0x35c,_0x1d3af7:0x294,_0x45a04e:0x212,_0x50d0ff:0x2d9,_0x54e047:0x347,_0x3473aa:0x39a,_0x3a6db9:0x368,_0x3744e0:0x1de,_0x25d499:0x2e1,_0xd8919:0x31b,_0x30b1b6:0x3cc,_0x3a7bc6:0x46e,_0x2606b3:0x300,_0x5c9087:0x410,_0x854a63:0x3de,_0x558065:0x478,_0x5b711b:0x588,_0x439067:0x52f,_0x3b3b17:0x387,_0x47fce9:0x404,_0x2a119a:0x39b,_0x2585fa:0x27c,_0x3a8c52:0x2b7,_0x5224e1:0x1ff,_0x3ac567:0x222,_0x5b9b5b:0x2a7,_0x5682cd:0x57e,_0x9c2213:0x2b6,_0x28bacb:0x289,_0x4e6780:0x31a,_0xd71f3c:0x26c,_0x203bca:0x45b,_0x3745da:0x3ef,_0x37ac1e:0x453,_0x137162:0x2e1,_0x133375:0x2d3,_0x16e95b:0x2f8,_0x49864e:0x42a,_0x14baf0:0x51a,_0x4fe957:0x343,_0x19f94d:0x359,_0x35fa31:0x284,_0x290955:0x3bc,_0x43b920:0x33a,_0x195858:0x3f5,_0x7e279a:0x383,_0x3d9f46:0x1ed,_0x3f7f07:0x31e,_0x4f192c:0x2f5,_0x472d49:0x47c,_0x33836f:0x1fb,_0x157124:0x141,_0x23260c:0x16b,_0x55d9b8:0x248,_0x254352:0x2b9,_0xd3444b:0x222,_0x532efe:0x222,_0x26055f:0x3a0,_0x20b40d:0x2f1,_0x30954b:0x292,_0x1ce8b6:0x2d2,_0x1d9861:0x266,_0xc5007c:0x3e4,_0x3f5775:0x437,_0xec2c13:0x3a4,_0x1fe1a5:0x41a,_0x14e277:0x1b7,_0x10d8be:0x26b,_0x598378:0x2be,_0x1cd0d0:0x214,_0x128d40:0x4ff,_0x2c1c07:0x32e},_0x4fa2d2={_0x1c5f50:0x1eb},_0x4152af={_0x417dd5:0x29},_0x13d2cd={};function _0x2acbab(_0xda9d2b,_0x3b13b2,_0x5e5634,_0x527d8d){return _0x13e4e3(_0xda9d2b-0x14f,_0x3b13b2-_0x4152af._0x417dd5,_0x3b13b2-0x399,_0xda9d2b);}function _0x229850(_0x535d96,_0x47de05,_0x16f89d,_0x731f3e){return _0x13e4e3(_0x535d96-0x131,_0x47de05-0x80,_0x16f89d-_0x4fa2d2._0x1c5f50,_0x47de05);}_0x13d2cd['hHeIO']='Bad\x20Reques'+'t',_0x13d2cd['ohixT']='Invalid\x20te'+_0x229850(0x1fc,0x1c0,_0x5e48de._0x4ec310,_0x5e48de._0x1c6a4a)+'e',_0x13d2cd[_0x2acbab(0x3ce,0x42c,_0x5e48de._0x5e7f7f,0x45b)]=_0x229850(_0x5e48de._0x57e405,_0x5e48de._0x5b70be,_0x5e48de._0xa0f254,0x1ee)+_0x2acbab(0x4ec,0x4aa,_0x5e48de._0x1cf6a0,0x511),_0x13d2cd[_0x2acbab(0x531,_0x5e48de._0x170a92,_0x5e48de._0x49b80d,_0x5e48de._0x33dfe5)]=_0x2acbab(_0x5e48de._0x603a63,0x3c9,_0x5e48de._0x732c7a,0x320)+_0x2acbab(_0x5e48de._0x2fdcbe,0x4ff,0x55a,_0x5e48de._0x296ea9)+'\x20file',_0x13d2cd[_0x229850(0x33c,_0x5e48de._0x37cf5a,0x2ad,_0x5e48de._0xdb8a4f)]=_0x229850(_0x5e48de._0x4a24c1,_0x5e48de._0x42faf0,_0x5e48de._0x5f3437,0x1a8),_0x13d2cd[_0x2acbab(0x48b,_0x5e48de._0x2d4252,0x434,0x4c5)]=function(_0x1af4d4,_0x469f2d){return _0x1af4d4!==_0x469f2d;},_0x13d2cd[_0x2acbab(_0x5e48de._0x1dd8dc,0x4f1,0x4c1,0x582)]='zRrwL',_0x13d2cd[_0x2acbab(0x446,0x448,0x39c,0x4e6)]=function(_0x2a7838,_0x5bbead){return _0x2a7838===_0x5bbead;},_0x13d2cd[_0x229850(_0x5e48de._0x4b7a1c,0x224,0x2cd,0x24d)]=_0x229850(_0x5e48de._0x1d3af7,_0x5e48de._0x45a04e,0x2c4,_0x5e48de._0x50d0ff),_0x13d2cd[_0x2acbab(_0x5e48de._0x54e047,_0x5e48de._0x3473aa,_0x5e48de._0x3a6db9,0x33e)]='Memory\x20fil'+_0x229850(0x1af,_0x5e48de._0x3744e0,0x1e6,0x203)+'d',_0x13d2cd[_0x229850(0x28e,0x1d2,0x288,_0x5e48de._0x25d499)]=_0x2acbab(_0x5e48de._0xd8919,_0x5e48de._0x30b1b6,0x42d,_0x5e48de._0x3a7bc6)+_0x2acbab(0x4b1,0x505,0x5c0,0x524)+_0x229850(_0x5e48de._0x2606b3,0x372,0x316,0x325);const _0x4c99d8=_0x13d2cd,{callingTask:_0x8639de,taskUser:_0x4349a2,environmentName:_0x3dac47}=_0x5b90e8,{filename:_0x104843}=_0x5b90e8['params'];if(!isValidMemoryFilename(_0x104843)){const _0xf7cf38={};return _0xf7cf38[_0x2acbab(_0x5e48de._0x5c9087,0x3e4,_0x5e48de._0x854a63,_0x5e48de._0x558065)]=_0x4c99d8[_0x2acbab(0x53b,0x4cc,_0x5e48de._0x5b711b,_0x5e48de._0x439067)],_0xf7cf38[_0x2acbab(_0x5e48de._0x3b3b17,_0x5e48de._0x47fce9,_0x5e48de._0x2a119a,0x358)]=_0x4c99d8['BgVMj'],_0x31889e['status'](0xe*0x1cf+0x2*0x7cf+-0x20*0x13b)[_0x229850(0x268,0x2dd,_0x5e48de._0x2585fa,0x2f1)](_0xf7cf38);}const _0x476cf8={};_0x476cf8[_0x229850(_0x5e48de._0x3a8c52,_0x5e48de._0x5224e1,0x222,0x228)]=_0x8639de[_0x229850(0x26d,0x1c1,_0x5e48de._0x3ac567,_0x5e48de._0x5b9b5b)],_0x476cf8['environmen'+'t']=_0x3dac47,_0x476cf8['filename']=_0x104843,_0x476cf8['userId']=_0x4349a2['id'],logger['info'](_0x4c99d8[_0x2acbab(0x592,0x4d9,_0x5e48de._0x5682cd,0x440)],_0x476cf8);try{await _0x4db280['unlink'](_0x3be30f[_0x229850(_0x5e48de._0x9c2213,_0x5e48de._0x28bacb,_0x5e48de._0x4e6780,_0x5e48de._0xd71f3c)](DATA_DIR,_0x4c99d8[_0x2acbab(0x423,_0x5e48de._0x203bca,_0x5e48de._0x3745da,_0x5e48de._0x37ac1e)],_0x3dac47,_0x104843));const _0x5b7ecb={};_0x5b7ecb[_0x229850(_0x5e48de._0x137162,_0x5e48de._0x133375,0x331,_0x5e48de._0x16e95b)]=!![],_0x31889e[_0x2acbab(0x3bb,_0x5e48de._0x49864e,0x377,0x373)](_0x5b7ecb);}catch(_0x15d58c){if(_0x4c99d8[_0x2acbab(0x49a,0x4c1,_0x5e48de._0x14baf0,0x412)](_0x4c99d8[_0x229850(0x395,0x369,_0x5e48de._0x4fe957,_0x5e48de._0x19f94d)],_0x4c99d8['NZNDA'])){const _0x2878ff={};return _0x2878ff['error']=_0x4c99d8[_0x229850(_0x5e48de._0x35fa31,_0x5e48de._0x290955,0x31e,0x34a)],_0x2878ff['message']=_0x4c99d8[_0x2acbab(_0x5e48de._0x43b920,_0x5e48de._0x195858,0x3c9,_0x5e48de._0x7e279a)],_0x680b52['status'](-0x1075+0x1b91+-0x98c)['json'](_0x2878ff);}else{if(_0x4c99d8[_0x2acbab(0x4ee,0x448,0x48d,0x4f0)](_0x15d58c[_0x229850(_0x5e48de._0x3d9f46,0x355,0x2a4,0x2f6)],'ENOENT')){const _0xc36398={};return _0xc36398['error']=_0x4c99d8[_0x229850(0x22e,_0x5e48de._0x3f7f07,0x2cd,_0x5e48de._0x4f192c)],_0xc36398[_0x2acbab(0x451,0x404,0x3ac,_0x5e48de._0x472d49)]=_0x4c99d8[_0x229850(_0x5e48de._0x33836f,_0x5e48de._0x157124,0x1ec,_0x5e48de._0x23260c)],_0x31889e['status'](-0x3*0x611+-0x1cd*-0x4+0xc93)['json'](_0xc36398);}const _0x581e81={};_0x581e81[_0x229850(_0x5e48de._0x55d9b8,_0x5e48de._0x254352,_0x5e48de._0xd3444b,0x1f4)]=_0x8639de[_0x229850(0x272,0x281,_0x5e48de._0x532efe,0x20c)],_0x581e81['environmen'+'t']=_0x3dac47,_0x581e81[_0x2acbab(0x4e1,0x45c,0x3f2,_0x5e48de._0x26055f)]=_0x104843,_0x581e81[_0x229850(_0x5e48de._0x20b40d,0x2c6,0x236,0x27f)]=_0x15d58c[_0x229850(_0x5e48de._0x30954b,_0x5e48de._0x1ce8b6,0x256,_0x5e48de._0x1d9861)],logger[_0x2acbab(0x339,_0x5e48de._0xc5007c,_0x5e48de._0x3f5775,0x34f)](_0x4c99d8[_0x2acbab(0x479,0x436,_0x5e48de._0xec2c13,_0x5e48de._0x1fe1a5)],_0x581e81);const _0xe8cdc={};_0xe8cdc[_0x229850(_0x5e48de._0x14e277,0x266,0x236,_0x5e48de._0x10d8be)]=_0x229850(_0x5e48de._0x598378,0x19c,_0x5e48de._0x1cd0d0,0x1f5)+_0x2acbab(0x518,0x477,_0x5e48de._0x128d40,0x502)+'r',_0xe8cdc[_0x2acbab(0x3d7,0x404,0x45b,0x413)]=_0x4c99d8['kpQHg'],_0x31889e['status'](0x1*0x1837+0x1bb*-0x2+-0x12cd)[_0x229850(0x2b6,0x1df,0x27c,_0x5e48de._0x2c1c07)](_0xe8cdc);}}}),router['put'](_0x5bfc76(-0x3e,-0x6e,-0x96,-0x21)+_0x5bfc76(0x6f,0x80,0x22,-0x85),requireTaskAuth,requireMemoryPermission,async(_0x6067be,_0x3a0cb5)=>{const _0x2f4d01={_0x19ce0b:0x2cd,_0xdf8f2d:0x309,_0x5affa4:0x3a1,_0x30859e:0x2eb,_0xbd5d20:0xfb,_0xe6f617:0x3,_0x30b01f:0xbb,_0x3b180e:0xa2,_0x2bd925:0x66,_0x48e7c7:0x334,_0x540e8d:0x47a,_0x4666b2:0x445,_0x1f4e10:0x392,_0x24d181:0x3c3,_0x3b186e:0x6c,_0x59642d:0x10,_0x5eac33:0x7b,_0x149d82:0x3db,_0x859def:0x433,_0x9b6f68:0x3ef,_0x1d8945:0x385,_0x39f72b:0x364,_0x18b0c8:0x2ea,_0x4daea9:0xb7,_0x66fbcf:0xb4,_0x30d911:0x7,_0x41b673:0xf2,_0x4a823c:0x26,_0x2ce036:0x363,_0x372dd1:0x34c,_0x5e2042:0x2c5,_0x2ebfdb:0x324,_0x5946af:0x90,_0x194745:0x104,_0x39e406:0x81,_0x451d05:0xe,_0xce5a5:0x6a,_0x53e160:0x3b1,_0x2b3951:0x31e,_0x31ac3f:0x9f,_0x5050eb:0x17e,_0x2849d0:0x20d,_0x43333d:0x337,_0x503884:0x21c,_0x4b652e:0x1,_0xe2e0fe:0x284,_0x497eed:0x219,_0x5f1b08:0x2cc,_0x2dac28:0x15d,_0x3736df:0x44f,_0x408387:0x3ca,_0x527608:0x2d3,_0x52ecf6:0x2f1,_0x2c4e40:0x37f,_0x448888:0x2e6,_0x34ef85:0xab,_0x30b80e:0xb8,_0x482ac5:0x2ac,_0x5bec21:0x115,_0x197ffd:0x96,_0x5122b2:0x57,_0x50c0ce:0xb0,_0x4df30f:0x4b,_0x4b844d:0x33f,_0x9c941d:0x2f8,_0x3051cd:0xf4,_0x3fc8e5:0xbc,_0x33fee4:0x105,_0x581689:0x164,_0x276e71:0x35e,_0x112368:0x374,_0x116d76:0x2ed,_0x29e404:0x383,_0x4c20b6:0x128,_0x1fed00:0x1f,_0x3deb73:0x13,_0x2157dd:0x63,_0x3bece8:0x34,_0x199be9:0xa8,_0x586861:0x56,_0x19aebe:0x10b},_0x5cb438={_0x431d8e:0x57,_0x968791:0x12b,_0x4d2d74:0xfb},_0x88c1a9={_0x4b0e1c:0x56,_0x50289d:0x38d},_0x5093e0={};_0x5093e0['xWXEp']=function(_0x5845bf,_0x5e93bb){return _0x5845bf===_0x5e93bb;},_0x5093e0[_0x1b1f85(_0x2f4d01._0x19ce0b,0x2f1,0x285,0x328)]=_0x1b1f85(0x284,_0x2f4d01._0xdf8f2d,_0x2f4d01._0x5affa4,_0x2f4d01._0x30859e)+'t',_0x5093e0['CtRHZ']=_0x223de1(-0x7a,-0xe2,-0x4c,-_0x2f4d01._0xbd5d20)+'eld\x20is\x20req'+'uired',_0x5093e0['YEylg']='Task\x20updat'+'ing\x20memory'+_0x223de1(0x4b,-0x64,-0x54,-_0x2f4d01._0xe6f617);function _0x1b1f85(_0x480fde,_0x5a1985,_0x5ca85c,_0x1f094e){return _0x5bfc76(_0x480fde-0x137,_0x5a1985-_0x88c1a9._0x4b0e1c,_0x1f094e-_0x88c1a9._0x50289d,_0x5ca85c);}_0x5093e0[_0x223de1(-_0x2f4d01._0x30b01f,-_0x2f4d01._0x3b180e,-0xaa,-0x10e)]='MEMORY.md',_0x5093e0[_0x223de1(0x52,-0x32,-0xa0,-_0x2f4d01._0x2bd925)]='utf-8',_0x5093e0['XMZEh']=_0x1b1f85(_0x2f4d01._0x48e7c7,0x252,0x35b,0x2c0)+_0x1b1f85(_0x2f4d01._0x540e8d,_0x2f4d01._0x4666b2,_0x2f4d01._0x1f4e10,_0x2f4d01._0x24d181)+_0x223de1(_0x2f4d01._0x3b186e,0x5a,-_0x2f4d01._0x59642d,_0x2f4d01._0x5eac33),_0x5093e0[_0x1b1f85(_0x2f4d01._0x149d82,_0x2f4d01._0x859def,_0x2f4d01._0x9b6f68,_0x2f4d01._0x1d8945)]=_0x1b1f85(_0x2f4d01._0x39f72b,0x24b,0x2c3,0x2b6)+_0x1b1f85(0x33a,_0x2f4d01._0x18b0c8,0x38c,0x36b)+'r';const _0x246047=_0x5093e0,{callingTask:_0x179658,environmentName:_0x462a3a}=_0x6067be,{content:_0x1b8231}=_0x6067be[_0x223de1(-_0x2f4d01._0x4daea9,-_0x2f4d01._0x66fbcf,-0x1f,-_0x2f4d01._0x30d911)];if(_0x246047[_0x223de1(0x28,0x52,_0x2f4d01._0x41b673,-_0x2f4d01._0x4a823c)](_0x1b8231,undefined)){const _0x4be148={};return _0x4be148[_0x1b1f85(_0x2f4d01._0x2ce036,0x247,_0x2f4d01._0x372dd1,0x2d8)]=_0x246047[_0x1b1f85(_0x2f4d01._0x5e2042,0x2f6,_0x2f4d01._0x2ebfdb,0x328)],_0x4be148[_0x223de1(-0x8b,-_0x2f4d01._0x5946af,-0x43,-_0x2f4d01._0x194745)]=_0x246047[_0x223de1(-_0x2f4d01._0x39e406,-_0x2f4d01._0x451d05,-0x1a,-_0x2f4d01._0xce5a5)],_0x3a0cb5['status'](-0xcd5+0x17c+0xce9)[_0x1b1f85(_0x2f4d01._0x53e160,0x320,0x299,_0x2f4d01._0x2b3951)](_0x4be148);}const _0x14e2e7={};_0x14e2e7[_0x223de1(-0x151,-0xc4,-_0x2f4d01._0x31ac3f,-_0x2f4d01._0x5050eb)]=_0x179658[_0x1b1f85(_0x2f4d01._0x2849d0,_0x2f4d01._0x43333d,_0x2f4d01._0x503884,0x2c4)];function _0x223de1(_0x3a5ed3,_0x521e1a,_0x3710f2,_0x4d9517){return _0x13e4e3(_0x3a5ed3-_0x5cb438._0x431d8e,_0x521e1a-_0x5cb438._0x968791,_0x521e1a- -_0x5cb438._0x4d2d74,_0x3710f2);}_0x14e2e7['environmen'+'t']=_0x462a3a,_0x14e2e7['contentLen'+'gth']=_0x1b8231[_0x223de1(-0x63,0x55,0xf6,_0x2f4d01._0x4b652e)],logger[_0x1b1f85(0x368,_0x2f4d01._0xe2e0fe,_0x2f4d01._0x497eed,_0x2f4d01._0x5f1b08)](_0x246047[_0x223de1(-_0x2f4d01._0x2dac28,-0xf6,-0x184,-0xe0)],_0x14e2e7);try{const _0x2910eb=_0x3be30f[_0x223de1(0x4d,0x34,0xe8,0xee)](DATA_DIR,'memory',_0x462a3a),_0x4a0ab9={};_0x4a0ab9['recursive']=!![],await _0x4db280[_0x1b1f85(0x311,0x3ec,_0x2f4d01._0x3736df,_0x2f4d01._0x408387)](_0x2910eb,_0x4a0ab9),await _0x4db280[_0x1b1f85(_0x2f4d01._0x527608,_0x2f4d01._0x52ecf6,0x2d2,0x378)](_0x3be30f[_0x1b1f85(0x380,0x469,_0x2f4d01._0x2c4e40,0x3bc)](_0x2910eb,_0x246047[_0x1b1f85(0x2c5,0x300,0x26a,_0x2f4d01._0x448888)]),_0x1b8231,_0x246047[_0x223de1(-_0x2f4d01._0x34ef85,-0x32,-_0x2f4d01._0x30b80e,0x68)]);const _0x453c61={};_0x453c61['updated']=!![],_0x3a0cb5[_0x1b1f85(0x30a,0x290,_0x2f4d01._0x482ac5,_0x2f4d01._0x2b3951)](_0x453c61);}catch(_0x4b91c4){const _0x4ff80d={};_0x4ff80d['taskId']=_0x179658['taskId'],_0x4ff80d[_0x223de1(-_0x2f4d01._0x5bec21,-0xc7,-_0x2f4d01._0x197ffd,-0x4f)+'t']=_0x462a3a,_0x4ff80d[_0x223de1(-_0x2f4d01._0x5122b2,-_0x2f4d01._0x50c0ce,-0x14b,-_0x2f4d01._0x4df30f)]=_0x4b91c4[_0x1b1f85(_0x2f4d01._0x4b844d,0x29e,0x27b,_0x2f4d01._0x9c941d)],logger[_0x223de1(-_0x2f4d01._0x3051cd,-_0x2f4d01._0x50c0ce,-0xd7,-_0x2f4d01._0x3fc8e5)](_0x246047[_0x223de1(-0xb2,-_0x2f4d01._0x33fee4,-_0x2f4d01._0x581689,-0x70)],_0x4ff80d);const _0x48597c={};_0x48597c[_0x1b1f85(_0x2f4d01._0x276e71,_0x2f4d01._0x112368,0x21f,0x2d8)]=_0x246047[_0x1b1f85(0x409,_0x2f4d01._0x116d76,_0x2f4d01._0x29e404,_0x2f4d01._0x1d8945)],_0x48597c[_0x223de1(-_0x2f4d01._0x4c20b6,-0x90,-_0x2f4d01._0x1fed00,_0x2f4d01._0x3deb73)]=_0x246047[_0x223de1(-_0x2f4d01._0x2157dd,-_0x2f4d01._0x33fee4,-0x194,-0x147)],_0x3a0cb5[_0x223de1(-_0x2f4d01._0x3bece8,-_0x2f4d01._0x2bd925,-_0x2f4d01._0x199be9,-_0x2f4d01._0x586861)](-0x29*-0x16+0x89*0x3d+-0x2237)[_0x223de1(-0x1f,-0x6a,-_0x2f4d01._0x19aebe,0x4)](_0x48597c);}});function _0x13e4e3(_0x1f0589,_0xa0059c,_0x235310,_0x15f8a8){return _0x32b5(_0x235310- -0x7d,_0x15f8a8);}export default router;
|
|
1
|
+
(function(_0x1383a1,_0xadd785){const _0x1b9ef6={_0x3d4de7:0x15,_0x3554e5:0x6f,_0x26a9c9:0x17c,_0x4cbda5:0x117,_0x544e6f:0x12e,_0x3e580e:0x14a,_0x2448d5:0x7e,_0xb7478f:0x123,_0x2f572e:0x122,_0x42ec39:0x179,_0x4bfb7c:0x1a4,_0x456fe7:0x16,_0x44d30a:0x25,_0x43533f:0x6b,_0x125d33:0x14,_0x511229:0x129,_0x5d9ea0:0x1f2},_0x4c04f2={_0x1ec6a9:0x241},_0x5e74a8=_0x1383a1();function _0x3753f3(_0x47ba4a,_0x2ee008,_0x3f9277,_0xf83620){return _0xafa3(_0x47ba4a- -_0x4c04f2._0x1ec6a9,_0xf83620);}function _0x3ae9ca(_0x223841,_0x52d178,_0x1116ef,_0x1f0e5e){return _0xafa3(_0x223841- -0x2df,_0x52d178);}while(!![]){try{const _0xa454c1=parseInt(_0x3ae9ca(-0x82,-0x33,_0x1b9ef6._0x3d4de7,-_0x1b9ef6._0x3554e5))/(-0x1685+0x6*-0x19e+0x203a)+-parseInt(_0x3ae9ca(-_0x1b9ef6._0x26a9c9,-0x11c,-0x167,-0x184))/(-0x21ab+-0x7*-0x4bb+0x90)+parseInt(_0x3ae9ca(-_0x1b9ef6._0x4cbda5,-_0x1b9ef6._0x544e6f,-0x53,-_0x1b9ef6._0x3e580e))/(0x5*0x45f+0x25f7*-0x1+0x101f)+-parseInt(_0x3753f3(-_0x1b9ef6._0x2448d5,-0x20,-0x7c,-_0x1b9ef6._0xb7478f))/(-0x345+0x2*0xb46+0x1*-0x1343)+parseInt(_0x3ae9ca(-0x160,-0x1fe,-0x177,-0xdb))/(0x7f9+0x5d9*0x5+-0x1*0x2531)*(parseInt(_0x3753f3(-_0x1b9ef6._0x2f572e,-_0x1b9ef6._0x42ec39,-_0x1b9ef6._0x4bfb7c,-0x7e))/(-0x2068+-0x2*0x351+0x2710))+-parseInt(_0x3753f3(-_0x1b9ef6._0x456fe7,-_0x1b9ef6._0x44d30a,-0x43,_0x1b9ef6._0x43533f))/(-0x25a9+0x755+0x1*0x1e5b)*(parseInt(_0x3753f3(-0x9c,-0x30,-_0x1b9ef6._0x125d33,-0x6f))/(0x1*-0x1de5+0x2175+-0x388))+parseInt(_0x3ae9ca(-0x1c4,-0x149,-_0x1b9ef6._0x511229,-_0x1b9ef6._0x5d9ea0))/(0xe8c+0x1e8*-0x4+-0x6e3);if(_0xa454c1===_0xadd785)break;else _0x5e74a8['push'](_0x5e74a8['shift']());}catch(_0x195f9a){_0x5e74a8['push'](_0x5e74a8['shift']());}}}(_0x3880,-0x118faa+-0x7a97+0x1c0b0c));import _0x39a57a from'express';function _0x3880(){const _0x3861f3=['AxPLza','Cxrpywm','DgfZAY10zw1WBa','ywnJzxnZ','ve5TAvi','mZC2ndK0mfbAr3vWqG','zgvZy3jPChrPBW','Dhm6DgvTCgXHDa','zgvSzxrL','BxbSyxrLig5HBq','mZuWmdDZuxzcAxm','l3rLBxbSyxrLCW','y29VuhK','tvH6sMC','BwLZC2LVBG','s2zcA3q','vgvTCgXHDguGza','vgfZAYb3CML0Aq','Chv0','u2vYDMLJzsbUBW','s1rTuee','C0HhruK','C1DprNC','CwTpveS','rgnWqLa','CMvHzcbTzw1VCG','D3jPDguGquDftG','sK1RBva','s1DMAwK','C2v0DxbqyxrO','wxz0CeK','qLD5ww4','DuPgquS','twviuMm','t3LbsNC','Cgf0Aa','reX1zLK','BwvZC2fNzq','DxbKyxrLzej5va','DwLYzwq','EwLtswu','igLUzgv4','uvnMC2W','vLf4Aem','vxrHvwy','sePJuvC','l2LUC3rYDwn0Aq','uvjotK4','yMjut0i','DhzRrgi','y1zNqvK','zLrcBei','y1LUz2m','BNqGCMvXDwvZDa','AKnVufy','vgvTCgXHDguGjW','vNPMsxm','sw52ywXPzcb0yq','vgfZAYb1C2vYia','lM1K','EuLICfq','zwqGyNKGDgfZAW','ig1PC3nPBMCGwa','tuvnt1jzlM1K','z1b3yM8','zw50','yLz0C0y','ExjgteC','sKXAze0','sw50zxjUywWGuW','uLHuCMW','s1vxEvq','zgvSzxrLig1LBq','C2LVBG','rw52AxjVBM1LBG','y3rPB25ZihbLCG','yKn4y2e','Bgzpyva','BvLlqwy','BwvUDcb0zw1WBa','yNP6shy','EwTYquy','zMLSzw5HBwu','yxDvzM8','vgfZAYbKzwXLDa','CNvJDgLVBNm','BM90igHHDMuGCa','svvJBLy','zM1qAxi','B25Z','D0jYy3K','rwfZv2G','Aw5NigvUDMLYBW','Bgf0zq','CMvWBgfJzq','DcbUB3qGzM91BG','tw1krKe','D3jPDguGAw5ZDa','zwqGzw52AxjVBG','D0nrufC','q3rvDu4','vfmUBwq','DKLjDKy','EgfHBKK','D3jPDguGBwvTBW','AMvutwS','qxfMs1q','rhLmqu0','yMffrLa','n2zAwhPtBW','DgvZihbLCM1PCW','zKjbwgW','yKzUq2y','CMvHzcbPBNn0CG','y2fSBgLUz1rHCW','Dcb0zw1WBgf0zq','C1DUEwe','rMHxzNy','Dg8GBwfUywDLia','zNrHt3a','vxbMu1e','BgLZDcb0zw1WBa','u0zSBve','zxHPC3rZ','r05yDNi','zM5WqKy','y01Svu0','yxbyq2m','C2LjDhm','qvzxCLC','y2LNuge','yxnRswq','DxnLCM5HBwu','CMvHzezPBgu','veTdr0W','vLz0DeK','Dhm6Aw5ZDhj1yW','Aw5NihrLBxbSyq','runLCwe','q29UDgvUDcbMAq','BwvUDa','zMLSzq','wu14Eui','B3qGAw5PDgLHBa','rvvzrKW','Efzgu0q','BgLZDcbTzw1VCG','qMfPu28','vMrkBNe','qMfjwhK','Dg1nr3a','yxrLCW','CNKGAw5KzxG','DenVBMzPzW','DfDxtNi','BMCGBwvTB3j5ia','zu9qAKm','qMfKifjLCxvLCW','zsbUB3qGzM91BG','nte4mZiYy1PND3nH','zgv4','uvvwC2W','vwPMExK','su11rMW','r1rryxy','EsbMAwXL','CgLACvq','DLjgBK0','DKr0qLm','ExLgwvG','DxnLCKLK','CMvHzgrPCG','jYbUB3qGzM91BG','DgvTCgXHDgvZ','Aw9UCYb1CgrHDa','qu5Hz3u','zw52AxjVBM1LBG','DgvTCgXHDgu','vgPVvem','zgvSzxrLihrLBq','zxjTAxnZAw9Uia','zgvSzxrLzej5va','rev1Ce4','tLrusNG','C2vYswq','BgvUyw1L','BePSBuW','D3jPDguGDgvTCa','vgfZAYbSAxn0Aq','ufbTsfu','CNKGzMLSzq','zeTTyvu','whrgDw4','s0nUD1a','y3jLyxrLza','uw96Aw4','DcbPBNn0CNvJDa','EMvK','C2rHtfy','y2fWre4','r3jPzhm','C2jnyMS','sMrbuwK','DxbKyxrLzej5vq','re1jveK','BNrZoM1LBw9YEq','DgfZA1vZzxi','rg1vu0G','EvDND1C','Aw1UzwW','t3nbD2G','uuzMDMW','BMCGzw52AxjVBG','lMPZB24','qKPjA3i','zgvSzxrLzej5vq','uNrjEvm','B1vuvfq','BgXQu3e','vezywLe','vw5HDxrOB3jPEG','ze56rxq','Dhm6BwvTB3j5','uM91DgvY','CgfYyw1Z','B1DNvNC','su5Twvu','t3r0veO','uMDlB24','Aw9xAMe','BYbLBNzPCM9UBq','DKnfDu4','z2v0','DxrMltG','mtu4otm3odrMDwT6seW','yu5HDgu','t2vSEg8','AwXLBMfTzq','mty4sgn5sKLv','CK5tz0S','Ahj2wei','vgfZAYbMzxrJAa','twvTB3j5igzPBa','y3jLyxrLzej5','v3nIuuq','q25psNu','CLPLwwi','EwvMvuu','BgvUz3rO','qwTuwgm','ugDuuKK','vgfZAY1jzcbOzq','vxnLCIbKB2vZia','De5HBwu','Dg8GDxbKyxrLia','ru5pru5u','igvUDMLYB25Tzq','B1rUywm','t3Pez00','sg5lrvu','sKTdugu','ihDPDgGGDw5RBG','C3rHDa','wfDHyMS','z09JAKe','t1zZC0m','ig5VDcbMB3vUza','l21LBw9YEs86zG','Dw5SAw5R','yKzvBNm','CMvHzcbbr0vova','uLPmrvm','lZPUyw1L','D3jPDgvgAwXL','ANnVBG','y29Kzq','yNzlC2i','BM90igzVDw5K','B2Tyy2W','zw5KC1DPDgG','C3rHDhvZ','AerouNK','y29KzxjdB25MAq','teHjDg4','yKf1y00','u0vLyLm','q0Xvtvq','A2HzqMy','vg55v1a','z3rO','DgLVBNm','vgfZAYbYzwfKAq','BwTKAxi','BwfW','rgL4A0K','DeDjvhq','DgfZA0LK','tM90iezVDw5K','C3vJy2vZCW','sw52ywXPzcbMAq','wwfdwNO','Dg9ju09tDhjPBG','serdBMK','AM9PBG','CLvizvm','CgrHDgvKigj5ia','mtyZotiXmMHLAg9ODq','y29UDgvUDeXLBG','wez6u04','BuvIEKC','vgPXuM8','vffkqxq','C0rNEeW','BM1LBNqGAw5ZDa','C2SGsuq','CgfYC2u','vgvTCgXHDguGDq','BNrZoNrLBxbSyq','tg9YwgW','vxnLCIbSywnRCW','BYbHC3nVy2LHDa','q2zRA0O','uY5Tza','CMvHzcb0zw1WBa','igzPBgu','C0jmuMy','v3f2r2e','seLprgm','s3jwyuS','wLjeC1y','B3DUihrHC2SGsq','rM9YyMLKzgvU','rMfPBgvKihrVia','Ae1WteK','mtq4mtu1wxHhCfj2','CeXWA3a','Aw5KzxG','qxbtuMW','CMvJDxjZAxzL','yM9KEq','ywXS','tgzUuvG','Aw5JBhvKzxm','DxnWExO','zxj2zxiGrxjYBW','ywrLCG','zxvkv28','DcbTyw5Hz2vTzq','BgHOA0C','rfzbEhi','sKLeufq','DKvbEKy','DxbKyxrLzef0','s0zLyxu','D0zQsNm','zxjYB3i','B0LiBMO','rKTRrKe','zMLSzxm','BNrZoMLUC3rYDq','DgfZA3m','shvNDNO','CNrhAhC','rfjttgK','uK1esgK','vNzLD28','Aw5MBW','EgnZsuW','quDftLrtlM1K','zgTYz1u','DxbKyxrLza','yuHosvq','nty3mZG0og9AwKH3sW','sw52ywXPzcb0zq','EK9Tqxy','zwXKigLZihjLCq','BNqGCM91DguGBG','yxrL','vgfZAYbVD25LCG','sfrSvu0','DgfZAW','twHfDLi','vLnAEgi','vgfZAYb1CgrHDa','q09usuC','v0T5ugK','EsbMAwXLCW','y29UDgvUDa','BwvTB3j5','rMvYvha','Dwn0Aw9UCYbMAq','D2fYBG','yMLYDgH0Aw1L','BMfTzq','u1jpEfG','EwHSvgC','CNvJDgLVBNmGzG'];_0x3880=function(){return _0x3861f3;};return _0x3880();}import{promises as _0x2b40a4}from'fs';import _0x5ddb2f from'path';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=_0x39a57a[_0x450377(0x30f,0x33b,0x430,0x3b4)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x3adf22){const _0x1b5cbd={_0x288f7e:0x15d,_0xdd2687:0x191,_0x1c09ef:0x2f,_0x12804f:0xcc,_0x1ae8bd:0xec},_0x3b1007={_0x146d21:0x13a,_0x5ed570:0x233},_0x48f584={_0x240782:0x173,_0x1a4ad5:0x5f};function _0x3ae029(_0x5e33eb,_0x4d4f7c,_0x5a7f5d,_0x39aa1f){return _0x450377(_0x5a7f5d,_0x4d4f7c-_0x48f584._0x240782,_0x5a7f5d-_0x48f584._0x1a4ad5,_0x5e33eb- -0x44f);}tasks=_0x3adf22['tasks'],setupPath=_0x3adf22[_0x3ae029(-_0x1b5cbd._0x288f7e,-0x208,-0xd5,-_0x1b5cbd._0xdd2687)];function _0x15b432(_0x211387,_0x260d03,_0x5be6a8,_0x1b0636){return _0x450377(_0x1b0636,_0x260d03-_0x3b1007._0x146d21,_0x5be6a8-0x9c,_0x211387- -_0x3b1007._0x5ed570);}coderConfig=_0x3adf22[_0x15b432(_0x1b5cbd._0x1c09ef,0xb1,_0x1b5cbd._0x12804f,_0x1b5cbd._0x1ae8bd)+'g'];}export function updateCoderConfig(_0x407cfe){coderConfig=_0x407cfe;}function _0x631cf9(_0x481f27,_0x2e9c08,_0x25c763,_0x1f7e36){return _0xafa3(_0x1f7e36- -0x2e0,_0x481f27);}async function requireTaskAuth(_0x575da4,_0x9a5683,_0x53c4b8){const _0x1764ca={_0x549d80:0x516,_0x4431d8:0x565,_0x4500b2:0x4c0,_0x5a84a7:0x42b,_0x3adce5:0x3a6,_0x15e298:0x3f4,_0x1e2649:0x406,_0x177d9c:0x36b,_0x54be5c:0x50b,_0x32cfd1:0x35c,_0x5cc888:0x455,_0x1a9988:0x3bc,_0x3d75d8:0x3d7,_0x155945:0x336,_0x44ca66:0x4ce,_0x83178f:0x44a,_0x5c797c:0x3cb,_0x3d001a:0x23b,_0x165d05:0x4d4,_0x394d9d:0x579,_0x21bb33:0x4de,_0x1e521e:0x4b2,_0x1bf32a:0x36c,_0x1f3732:0x364,_0x340c00:0x2f4,_0x27b67d:0x2da,_0x317081:0x50e,_0x2a3b7b:0x4e1,_0x4f766d:0x309,_0x509c14:0x367,_0x270af3:0x2ba,_0x840129:0x338,_0x393649:0x31c,_0x26f8f4:0x255,_0x867f96:0x308,_0x5cf77f:0x39f,_0x15d31a:0x55c,_0x730a5c:0x52f,_0x280763:0x2f3,_0x25923a:0x501,_0x2487c9:0x212,_0x58f324:0x29f,_0xe9f81a:0x229,_0x11c7f0:0x2d9,_0x1f0a27:0x2eb,_0xadc073:0x4b8,_0x568ab0:0x464,_0x1fe879:0x40d,_0x534db0:0x27c,_0x3b9c4e:0x2e3,_0x1bbd4c:0x50d,_0x1372cf:0x4f3,_0x435633:0x4b9,_0x416d0a:0x2f6,_0x5815fe:0x305,_0x59bb34:0x3f1,_0x4ef7d3:0x353,_0x5f33c9:0x2b0,_0x209bfd:0x34e,_0x2bdca3:0x4de,_0x4547e2:0x41b,_0x283b5c:0x48a,_0x1cf630:0x2cb,_0x1915a7:0x477,_0xcbde9a:0x4ea,_0x1e3d4:0x4f3,_0x464c99:0x52c,_0x5b8d96:0x551,_0x25f8e0:0x4d8,_0x5b1762:0x479,_0x4e1632:0x3de,_0x2a0590:0x336,_0x3d871c:0x3a4,_0x549494:0x42f,_0x11bb76:0x294,_0x2e4eaa:0x2a5,_0x4d3455:0x404,_0x1eb76c:0x413,_0x52ebcc:0x2a4,_0x2ab764:0x2a8,_0x2ed192:0x2c4,_0x1c677e:0x35b,_0x2e198e:0x376,_0x27aacc:0x24e,_0x1c2c5e:0x4a3,_0x588046:0x561,_0x778502:0x624,_0x166f32:0x37a,_0x4a0548:0x2af,_0x446be6:0x278,_0x51459d:0x4c7,_0x2ce98c:0x370,_0x580709:0x4fe,_0x12ac2d:0x3e4,_0x545312:0x48b,_0x2fdc18:0x512,_0x42d96e:0x523,_0x135f13:0x532,_0x1f516b:0x343,_0x516b2f:0x425,_0x1d8972:0x404,_0x349b30:0x363,_0x4fc280:0x3c6,_0x360aa0:0x3f0,_0xd2a804:0x4ad,_0x15b31e:0x3da,_0x274e6a:0x33b,_0x18488e:0x397,_0x3cdd20:0x41a,_0x2af702:0x3c2,_0x508a6f:0x348,_0x14e412:0x411,_0x30773d:0x2c0,_0x3e2b2d:0x4b4,_0x21230b:0x2fa,_0x30271b:0x202,_0x26ea35:0x4cc,_0x390b1e:0x2df,_0x218312:0x31d,_0x9bcf58:0x2b5,_0x2c1412:0x321,_0xeedcdc:0x32e,_0xf6939:0x298,_0x2c6f83:0x337,_0x2bc1b0:0x4a9,_0x19fc77:0x40a,_0x3d6dc2:0x470,_0x2b1316:0x4ab,_0x125c65:0x460,_0x29f3c1:0x530,_0x217192:0x4c9,_0x2dbd60:0x4eb,_0x12e34c:0x4f7,_0x437ed2:0x50d,_0x1a1796:0x455,_0x16ca17:0x43b,_0xa41dc:0x3b4,_0x5a5a5d:0x438,_0x1d769c:0x41c,_0x3be70f:0x455,_0x26972e:0x487,_0x58a2d3:0x505,_0x265688:0x4a4,_0x35f010:0x23d,_0x4e2420:0x259,_0x58ea2d:0x334,_0x258b7e:0x46a,_0x70e852:0x488,_0x347769:0x4a5,_0x34f7a6:0x5e4,_0x365ae0:0x513,_0x3f1832:0x3e9,_0x3ce2eb:0x2df,_0x40b5bb:0x282,_0x4db9bc:0x435,_0x2dabca:0x45d,_0x594ba9:0x423,_0x4d1817:0x44b,_0x11fcec:0x467,_0x434349:0x440,_0x118653:0x41d,_0x581811:0x4a4,_0x3b63d7:0x294,_0x12a078:0x2e5,_0x29cf84:0x1e1,_0x580066:0x28e,_0xb7f85e:0x304,_0x36f08c:0x1dd,_0x4472f6:0x41a,_0x2ed054:0x48d,_0x542ed1:0x3f3,_0x5b850b:0x40f,_0x2fda8c:0x3eb,_0x44755f:0x433,_0x3dd978:0x266,_0x43be0e:0x346,_0x2701d0:0x252,_0x551d19:0x223,_0x21015e:0x325,_0x1a2e67:0x41a,_0x4b67e8:0x458,_0x1320e5:0x4a3,_0x1c5f8e:0x529,_0x2479e7:0x554,_0x2ce311:0x5ec,_0x564a9f:0x46f,_0x29635a:0x41e,_0x154058:0x4eb,_0x40526c:0x32e,_0x4d0667:0x2f3,_0x3d045b:0x360,_0x5a7fd9:0x3f3,_0x1eb58f:0x46e,_0x3ae7e5:0x4ca,_0x22f590:0x285,_0x118f3c:0x3b9,_0x492cde:0x3bc,_0x38fbd4:0x3ea,_0x4799c2:0x326,_0x3ff16c:0x295,_0x54f1c6:0x25d,_0x524e29:0x33a,_0x20e650:0x1de,_0x5b1aea:0x33c,_0x2c0af8:0x4b2,_0x15ad9d:0x470,_0x3ee4d4:0x455,_0x1f1589:0x4e4,_0x4c1aa2:0x484,_0x4e4367:0x325,_0x15c780:0x3ee,_0x562944:0x552,_0x544b0f:0x363,_0x3a0bb8:0x466,_0x24a0aa:0x52f,_0x2b7367:0x506,_0x2e04a9:0x4e0,_0x2a35e3:0x4da,_0xfd29d5:0x3c3,_0x3709fe:0x457,_0x26773b:0x268,_0x2d859d:0x38e,_0x283501:0x31b,_0x67abc8:0x438,_0x48a3ac:0x404,_0x186236:0x348,_0x371408:0x3b9,_0x4821d7:0x3bb,_0x1991c7:0x558,_0x4ca0a9:0x4f6,_0x3aa1a5:0x583,_0x2a2461:0x4a8,_0x342b2d:0x548},_0x1a5723={_0x1dcc45:0x1ce,_0x3bd390:0x6c,_0x2a28ff:0x1aa},_0x2f4e81={_0x2e0918:0x78,_0x2e0e29:0x34},_0x15452c={'BWyYn':'Task\x20has\x20n'+_0x3ef287(_0x1764ca._0x549d80,_0x1764ca._0x4431d8,0x574,0x5ad)+_0x3ef287(0x4dc,_0x1764ca._0x4500b2,0x4cf,_0x1764ca._0x5a84a7),'INmYU':_0x3a1be3(_0x1764ca._0x3adce5,_0x1764ca._0x15e298,0x3f6,_0x1764ca._0x1e2649)+'t','ZiKli':'Task\x20has\x20n'+_0x3a1be3(0x2bc,0x2f3,0x2ba,0x36f)+_0x3a1be3(_0x1764ca._0x177d9c,0x3f0,0x2ca,0x3b0)+_0x3ef287(0x586,_0x1764ca._0x54be5c,0x45f,0x569),'WqvGa':_0x3a1be3(0x2c8,0x24f,_0x1764ca._0x32cfd1,0x377)+_0x3a1be3(0x3c4,_0x1764ca._0x5cc888,_0x1764ca._0x1a9988,_0x1764ca._0x3d75d8)+_0x3a1be3(0x366,_0x1764ca._0x1a9988,_0x1764ca._0x155945,0x41f),'Grids':_0x3a1be3(0x34e,0x2ed,0x2cc,0x309)+_0x3ef287(_0x1764ca._0x44ca66,_0x1764ca._0x83178f,0x4e9,_0x1764ca._0x5c797c)+'r','DRSLi':_0x3a1be3(0x2c8,0x216,_0x1764ca._0x3d001a,0x347)+_0x3ef287(0x486,0x4f8,_0x1764ca._0x165d05,0x5b3)+_0x3ef287(_0x1764ca._0x394d9d,0x516,_0x1764ca._0x21bb33,_0x1764ca._0x1e521e),'tmMGp':'Environmen'+_0x3a1be3(0x2d7,_0x1764ca._0x1bf32a,_0x1764ca._0x1f3732,_0x1764ca._0x340c00)+_0x3a1be3(0x2f4,_0x1764ca._0x27b67d,0x348,0x399)+_0x3ef287(0x548,_0x1764ca._0x317081,0x574,_0x1764ca._0x2a3b7b)+_0x3a1be3(_0x1764ca._0x4f766d,_0x1764ca._0x509c14,_0x1764ca._0x270af3,_0x1764ca._0x840129),'cigPa':_0x3a1be3(_0x1764ca._0x393649,_0x1764ca._0x26f8f4,_0x1764ca._0x867f96,_0x1764ca._0x5cf77f)+'t\x20initiali'+_0x3ef287(_0x1764ca._0x15d31a,0x544,_0x1764ca._0x730a5c,0x532),'dkrgU':'x-task-id','FerTp':function(_0x5af08f,_0x302604){return _0x5af08f!==_0x302604;},'qkOTK':_0x3a1be3(0x353,_0x1764ca._0x280763,0x3fb,0x3dc)+'t\x20manageme'+'nt\x20request'+_0x3ef287(0x477,0x4bd,_0x1764ca._0x25923a,0x477)+'-Task-Id\x20h'+'eader','baEFP':'Unauthoriz'+'ed','BXpNI':'Missing\x20X-'+_0x3a1be3(0x277,_0x1764ca._0x2487c9,_0x1764ca._0x58f324,0x2ef)+_0x3a1be3(0x2d5,0x220,0x22c,_0x1764ca._0xe9f81a),'wFjJs':'gfLrC','imnel':_0x3a1be3(0x350,0x363,_0x1764ca._0x11c7f0,_0x1764ca._0x1f0a27),'KTmPA':_0x3ef287(0x526,_0x1764ca._0xadc073,_0x1764ca._0x568ab0,_0x1764ca._0x1fe879)+_0x3a1be3(0x2b6,_0x1764ca._0x534db0,0x341,_0x1764ca._0x3b9c4e),'VQxhC':_0x3ef287(0x574,_0x1764ca._0x1bbd4c,0x5a7,0x50c),'fSyPH':function(_0x5ab476,_0x8c558c){return _0x5ab476(_0x8c558c);},'YaCZz':_0x3ef287(_0x1764ca._0x1372cf,_0x1764ca._0x435633,0x415,0x47d)+'not\x20found','rtGhw':_0x3a1be3(_0x1764ca._0x416d0a,_0x1764ca._0x5815fe,0x290,0x2da)+_0x3ef287(0x3fd,0x3fc,0x381,_0x1764ca._0x59bb34),'vgbyz':function(_0x105272,_0x18ba35){return _0x105272===_0x18ba35;},'JMkmP':'KKlPF','hDNRy':'fWYHr','FKkFA':_0x3a1be3(_0x1764ca._0x4ef7d3,_0x1764ca._0x5f33c9,_0x1764ca._0x209bfd,0x3f4)+_0x3ef287(0x465,_0x1764ca._0x2bdca3,0x56f,0x4ac)+'d','cmmxV':_0x3ef287(0x4a9,_0x1764ca._0x4547e2,_0x1764ca._0x283b5c,0x424),'ANagu':'environmen'+'ts','PFxrF':function(_0x5987db){return _0x5987db();}},_0x1faa9b=_0x575da4['headers'][_0x15452c[_0x3a1be3(0x2ed,0x34d,_0x1764ca._0x1cf630,0x309)]];if(!_0x1faa9b){if(_0x15452c[_0x3ef287(0x432,_0x1764ca._0x1915a7,_0x1764ca._0xcbde9a,_0x1764ca._0x1e3d4)](_0x3ef287(_0x1764ca._0x464c99,_0x1764ca._0x5b8d96,0x599,0x603),_0x3a1be3(0x364,0x2b7,0x35e,0x2a8))){logger[_0x3ef287(_0x1764ca._0x25f8e0,_0x1764ca._0x5b1762,0x478,0x490)](_0x15452c[_0x3a1be3(0x320,0x371,_0x1764ca._0x4e1632,0x27d)]);const _0x527635={};return _0x527635['error']=_0x15452c[_0x3a1be3(0x375,_0x1764ca._0x2a0590,_0x1764ca._0x3d871c,_0x1764ca._0x549494)],_0x527635['message']=_0x15452c['BXpNI'],_0x9a5683[_0x3a1be3(_0x1764ca._0x11bb76,_0x1764ca._0x2e4eaa,0x26c,0x322)](-0xc5+0xc3d+-0x9e7)[_0x3ef287(_0x1764ca._0x5a84a7,_0x1764ca._0x4d3455,0x479,_0x1764ca._0x1eb76c)](_0x527635);}else{const _0x217b0c={};_0x217b0c[_0x3a1be3(_0x1764ca._0x52ebcc,_0x1764ca._0x2ab764,_0x1764ca._0x2ed192,_0x1764ca._0x1c677e)]=_0x4693a1,_0x4feac1[_0x3a1be3(0x303,_0x1764ca._0x2e198e,0x334,_0x1764ca._0x27aacc)](_0x15452c['BWyYn'],_0x217b0c);const _0x5c18fe={};return _0x5c18fe[_0x3a1be3(0x2df,0x220,0x398,0x270)]=_0x15452c[_0x3ef287(_0x1764ca._0x1c2c5e,_0x1764ca._0x588046,_0x1764ca._0x778502,0x5c9)],_0x5c18fe[_0x3a1be3(0x32e,0x318,_0x1764ca._0x166f32,_0x1764ca._0x4a0548)]=_0x15452c['ZiKli'],_0x3f7146[_0x3a1be3(0x294,_0x1764ca._0x446be6,0x2a5,0x247)](0x175c+0x2600+-0x4*0xef3)[_0x3ef287(_0x1764ca._0x51459d,0x404,0x342,_0x1764ca._0x2ce98c)](_0x5c18fe);}}if(!tasks){logger['error'](_0x15452c['tmMGp']);const _0x863f4={};return _0x863f4[_0x3ef287(0x439,0x455,_0x1764ca._0x580709,0x492)]=_0x15452c['Grids'],_0x863f4[_0x3ef287(_0x1764ca._0x12ac2d,0x4a4,_0x1764ca._0x545312,_0x1764ca._0x2fdc18)]=_0x15452c[_0x3ef287(_0x1764ca._0x42d96e,0x501,_0x1764ca._0x135f13,0x4cf)],_0x9a5683[_0x3ef287(_0x1764ca._0x545312,0x40a,_0x1764ca._0x1f516b,0x421)](0x12df*-0x1+0xa4f+-0xa84*-0x1)[_0x3ef287(_0x1764ca._0x516b2f,_0x1764ca._0x1d8972,_0x1764ca._0x349b30,_0x1764ca._0x4fc280)](_0x863f4);}function _0x3a1be3(_0x1b5153,_0x32be7e,_0x532e51,_0x49b220){return _0x450377(_0x49b220,_0x32be7e-0x15e,_0x532e51-_0x2f4e81._0x2e0918,_0x1b5153-_0x2f4e81._0x2e0e29);}const _0x17448d=tasks['get'](_0x1faa9b);if(!_0x17448d){if(_0x15452c[_0x3ef287(0x427,0x454,_0x1764ca._0x360aa0,_0x1764ca._0xd2a804)]!==_0x15452c[_0x3a1be3(_0x1764ca._0x15b31e,_0x1764ca._0x274e6a,0x39e,_0x1764ca._0x18488e)]){const _0x1baa99={};_0x1baa99[_0x3ef287(0x4ce,_0x1764ca._0x3cdd20,_0x1764ca._0x2af702,0x483)]=_0x1faa9b,logger[_0x3a1be3(0x303,_0x1764ca._0x508a6f,0x33b,0x343)](_0x3a1be3(_0x1764ca._0x4ef7d3,_0x1764ca._0x14e412,0x28d,_0x1764ca._0x30773d)+'t\x20manageme'+_0x3ef287(0x4c0,_0x1764ca._0x3e2b2d,0x563,0x4dd)+_0x3a1be3(0x281,0x29e,_0x1764ca._0x21230b,_0x1764ca._0x30271b)+_0x3ef287(_0x1764ca._0x26ea35,0x43c,0x3b9,0x3d2)+'D',_0x1baa99);const _0x3b97b7={};return _0x3b97b7[_0x3a1be3(_0x1764ca._0x390b1e,0x354,0x347,0x2b0)]=_0x15452c[_0x3a1be3(0x375,_0x1764ca._0x218312,_0x1764ca._0x9bcf58,_0x1764ca._0x2c1412)],_0x3b97b7[_0x3a1be3(_0x1764ca._0xeedcdc,_0x1764ca._0xf6939,_0x1764ca._0x2c6f83,0x283)]=_0x15452c[_0x3ef287(0x3e9,0x493,0x482,0x3f3)],_0x9a5683[_0x3ef287(_0x1764ca._0x2bc1b0,_0x1764ca._0x19fc77,0x34c,0x35f)](-0x11ce*0x1+-0x23*-0xdf+0x2*-0x58f)[_0x3ef287(_0x1764ca._0x3d6dc2,0x404,0x440,0x43f)](_0x3b97b7);}else{const _0x25b809={};_0x25b809[_0x3ef287(_0x1764ca._0x2b1316,0x41a,0x4ac,_0x1764ca._0x125c65)]=_0x113188['taskId'],_0x25b809['environmen'+'t']=_0x346341,_0x25b809[_0x3ef287(0x495,_0x1764ca._0x29f3c1,0x5ee,_0x1764ca._0x217192)]=_0x3d9106,_0x25b809[_0x3ef287(_0x1764ca._0x2dbd60,0x455,_0x1764ca._0x12e34c,0x446)]=_0x155542[_0x3ef287(0x4cc,0x4a4,0x560,_0x1764ca._0x437ed2)],_0x5cca5d[_0x3ef287(0x4eb,_0x1764ca._0x1a1796,_0x1764ca._0x16ca17,_0x1764ca._0xa41dc)](_0x15452c[_0x3ef287(0x4c7,_0x1764ca._0x5a5a5d,_0x1764ca._0x1d769c,0x3e1)],_0x25b809);const _0x1e224d={};_0x1e224d[_0x3ef287(0x416,_0x1764ca._0x3be70f,_0x1764ca._0x26972e,_0x1764ca._0x58a2d3)]=_0x15452c['Grids'],_0x1e224d[_0x3ef287(0x3fa,_0x1764ca._0x265688,0x4d4,0x4b0)]=_0x15452c['WqvGa'],_0xafeb32['status'](0x8*0x1a1+0x62*-0x31+0x7ae)['json'](_0x1e224d);}}function _0x3ef287(_0x4bd9fc,_0x10cbd7,_0x1685c2,_0x216b12){return _0x450377(_0x216b12,_0x10cbd7-_0x1a5723._0x1dcc45,_0x1685c2-_0x1a5723._0x3bd390,_0x10cbd7-_0x1a5723._0x2a28ff);}if(!_0x17448d[_0x3ef287(0x5d9,0x52f,0x486,0x5d0)+'t']){if(_0x15452c[_0x3a1be3(0x301,_0x1764ca._0x35f010,0x38d,_0x1764ca._0x4e2420)](_0x15452c[_0x3a1be3(_0x1764ca._0x58ea2d,0x3c4,0x36c,0x2da)],_0x15452c[_0x3ef287(0x558,0x4aa,_0x1764ca._0x258b7e,_0x1764ca._0x2b1316)])){const _0x510ac0={};_0x510ac0[_0x3ef287(0x3ee,_0x1764ca._0x3cdd20,_0x1764ca._0x70e852,0x4c2)]=_0x4571ec[_0x3ef287(0x4d8,0x41a,0x411,_0x1764ca._0x347769)],_0x510ac0[_0x3ef287(_0x1764ca._0x34f7a6,0x52f,0x538,0x473)+'t']=_0x35fc16,_0x510ac0['error']=_0x5e6013[_0x3ef287(_0x1764ca._0x365ae0,0x4a4,0x430,_0x1764ca._0x3f1832)],_0x56711e[_0x3a1be3(_0x1764ca._0x3ce2eb,0x25c,_0x1764ca._0x40b5bb,0x291)](_0x15452c[_0x3ef287(_0x1764ca._0x4db9bc,_0x1764ca._0x2dabca,0x407,_0x1764ca._0x594ba9)],_0x510ac0);const _0x5933f3={};_0x5933f3[_0x3ef287(0x3ba,0x455,_0x1764ca._0x4d1817,0x45c)]=_0x15452c[_0x3a1be3(0x3d1,0x32a,_0x1764ca._0x11fcec,_0x1764ca._0x434349)],_0x5933f3[_0x3ef287(_0x1764ca._0x118653,_0x1764ca._0x581811,0x4d1,0x49c)]=_0x15452c['DRSLi'],_0x1d8323[_0x3a1be3(_0x1764ca._0x3b63d7,0x1df,_0x1764ca._0x12a078,_0x1764ca._0x29cf84)](0x1af5+-0x20dc+0x7db)[_0x3a1be3(_0x1764ca._0x580066,_0x1764ca._0xb7f85e,_0x1764ca._0x36f08c,0x21f)](_0x5933f3);}else{const _0x459472={};_0x459472[_0x3ef287(0x37c,_0x1764ca._0x4472f6,_0x1764ca._0x2ed054,0x4a8)]=_0x1faa9b,logger[_0x3a1be3(0x303,0x3a4,0x2fb,0x39c)](_0x15452c[_0x3ef287(_0x1764ca._0x542ed1,0x49e,0x419,_0x1764ca._0x5b850b)],_0x459472);const _0x1aa2c4={};return _0x1aa2c4[_0x3ef287(0x3db,_0x1764ca._0x3be70f,0x4ec,0x50b)]=_0x15452c[_0x3a1be3(_0x1764ca._0x2fda8c,_0x1764ca._0x44755f,0x349,0x451)],_0x1aa2c4['message']=_0x15452c['ZiKli'],_0x9a5683[_0x3a1be3(_0x1764ca._0x11bb76,_0x1764ca._0x3dd978,0x1f3,0x2df)](-0x3f*-0x20+-0x60a*0x1+0x23*-0x2)[_0x3a1be3(0x28e,0x331,_0x1764ca._0x43be0e,0x269)](_0x1aa2c4);}}const _0x56cfe6=_0x17448d[_0x3a1be3(0x26f,_0x1764ca._0x2701d0,_0x1764ca._0x551d19,_0x1764ca._0x21015e)]?.[_0x3a1be3(0x3b3,0x352,0x46b,0x3ea)],_0x3f3f65=await _0x15452c['fSyPH'](findUserById,_0x56cfe6);if(!_0x3f3f65){const _0x4822fd={};_0x4822fd[_0x3ef287(0x398,_0x1764ca._0x1a2e67,_0x1764ca._0x4b67e8,_0x1764ca._0x1320e5)]=_0x1faa9b,_0x4822fd[_0x3ef287(0x53c,_0x1764ca._0x1c5f8e,_0x1764ca._0x2479e7,_0x1764ca._0x2ce311)]=_0x56cfe6,logger['warn'](_0x15452c[_0x3ef287(_0x1764ca._0x564a9f,_0x1764ca._0x29635a,0x3ff,0x395)],_0x4822fd);const _0x599a7a={};return _0x599a7a['error']=_0x15452c[_0x3ef287(0x4a2,_0x1764ca._0x154058,0x4b3,0x47e)],_0x599a7a[_0x3a1be3(_0x1764ca._0x40526c,0x347,_0x1764ca._0x4d0667,_0x1764ca._0x3d045b)]=_0x15452c[_0x3ef287(_0x1764ca._0x5a7fd9,0x45c,_0x1764ca._0x1eb58f,_0x1764ca._0x3ae7e5)],_0x9a5683[_0x3a1be3(0x294,_0x1764ca._0x22f590,0x341,0x241)](-0x937+-0x43*-0x9+0x86d)[_0x3a1be3(0x28e,0x32d,0x25e,_0x1764ca._0x270af3)](_0x599a7a);}_0x575da4['callingTas'+'k']=_0x17448d,_0x575da4['taskUser']=_0x3f3f65,_0x575da4[_0x3a1be3(_0x1764ca._0x118f3c,_0x1764ca._0x492cde,0x3db,0x32c)+'tName']=_0x17448d[_0x3a1be3(_0x1764ca._0x118f3c,_0x1764ca._0x38fbd4,0x3e5,0x34b)+'t'];if(!coderConfig?.['environmen'+'ts']?.[_0x17448d[_0x3a1be3(0x3b9,0x43a,_0x1764ca._0x4799c2,0x3ca)+'t']]){if(_0x15452c['vgbyz'](_0x15452c[_0x3ef287(0x464,0x49a,0x3eb,0x524)],_0x15452c[_0x3a1be3(_0x1764ca._0x3ff16c,_0x1764ca._0x54f1c6,_0x1764ca._0x524e29,_0x1764ca._0x20e650)])){_0x3b60bd[_0x3a1be3(_0x1764ca._0x3ce2eb,0x32c,_0x1764ca._0x5b1aea,0x2da)](_0x15452c[_0x3ef287(_0x1764ca._0x2c0af8,0x515,_0x1764ca._0x15ad9d,0x5a5)]);const _0x302682={};return _0x302682[_0x3ef287(0x519,_0x1764ca._0x3ee4d4,_0x1764ca._0x1f1589,_0x1764ca._0x4c1aa2)]=_0x15452c[_0x3a1be3(0x3d1,_0x1764ca._0x4e4367,0x40c,_0x1764ca._0x15c780)],_0x302682['message']=_0x15452c[_0x3ef287(_0x1764ca._0x562944,_0x1764ca._0x25923a,0x43f,0x5a7)],_0x1bab77['status'](-0xda9+-0x9c8+0x1*0x1965)[_0x3ef287(_0x1764ca._0x544b0f,0x404,_0x1764ca._0x3a0bb8,0x3ef)](_0x302682);}else{const _0x16d4b0={};_0x16d4b0[_0x3a1be3(0x2a4,0x2b1,0x29d,0x26a)]=_0x1faa9b,_0x16d4b0[_0x3ef287(0x497,_0x1764ca._0x24a0aa,0x561,_0x1764ca._0x2b7367)+'t']=_0x17448d['environmen'+'t'],logger[_0x3ef287(_0x1764ca._0x2e04a9,_0x1764ca._0x5b1762,0x52a,_0x1764ca._0x2a35e3)](_0x15452c[_0x3ef287(_0x1764ca._0xfd29d5,_0x1764ca._0x3709fe,0x4b0,0x485)],_0x16d4b0);const _0x45a753={};return _0x45a753['error']=_0x15452c['cmmxV'],_0x45a753[_0x3a1be3(0x32e,_0x1764ca._0x26773b,0x2ae,0x365)]=_0x15452c[_0x3a1be3(0x2e1,0x363,_0x1764ca._0x2d859d,_0x1764ca._0x283501)],_0x9a5683['status'](-0x83c+0x1968+-0xf98)[_0x3ef287(_0x1764ca._0x67abc8,_0x1764ca._0x48a3ac,0x479,_0x1764ca._0x186236)](_0x45a753);}}_0x575da4[_0x3a1be3(_0x1764ca._0x371408,_0x1764ca._0x4821d7,_0x1764ca._0x3d75d8,0x445)+_0x3ef287(_0x1764ca._0x1991c7,0x518,0x49a,_0x1764ca._0x4ca0a9)]=coderConfig['environmen'+'ts'][_0x17448d[_0x3ef287(0x5a7,0x52f,0x541,_0x1764ca._0x3aa1a5)+'t']],_0x575da4['environmen'+'tPath']=_0x5ddb2f['join'](setupPath,_0x15452c[_0x3ef287(_0x1764ca._0x2a2461,0x52e,_0x1764ca._0x342b2d,0x5da)],_0x17448d[_0x3ef287(0x471,0x52f,0x5e4,0x4d8)+'t']),_0x15452c['PFxrF'](_0x53c4b8);}async function requireInstructionsPermission(_0x545459,_0xc75b31,_0x44441b){const _0x487b41={_0x444c15:0x1f4,_0x28ceb1:0x21e,_0x7799c6:0x2d0,_0x156962:0x500,_0x47c50a:0x2ce,_0x46bfbd:0x2f1,_0x401918:0x18a,_0x393fcf:0x140,_0x389ba0:0x10f,_0x58f49c:0x260,_0x3db09e:0x2c8,_0x211ff0:0x160,_0x1e38d4:0x14b,_0x1e32b5:0x180,_0x2357ba:0x336,_0x22b5f6:0x5b6,_0x16dcd8:0x5ad,_0x929db5:0x5c1,_0x5b53b1:0x560,_0x4aba54:0x500,_0x3c5cff:0x5cb,_0x967bcb:0x586,_0x28bd88:0x629,_0xdc2d88:0x54d,_0x41e240:0x18c,_0xb3abd5:0x1e9,_0x3ddc6d:0x216,_0x33941a:0x530,_0x3a5f28:0x40b,_0x718610:0x50f,_0x4cedc7:0x4e1,_0x162d0d:0x498,_0x4f85f0:0x55b,_0x276073:0x447,_0x5ad840:0x408,_0x305499:0x550,_0x16b6e1:0x131,_0x4bf365:0xc3,_0x36a473:0x5ee,_0x5420eb:0x581,_0x275dc8:0x644,_0x4e8d80:0x60b,_0x1b5262:0x5f8,_0x4fb94e:0x435,_0x31c5cb:0x542,_0x1fd300:0x151,_0x38f2b7:0xef,_0x18a34e:0x103,_0x135f5f:0x19d,_0x40a488:0x4fd,_0x45c9e1:0x594,_0x1adb57:0x27a,_0x43c961:0x1a2,_0x2c072f:0x1f2,_0x4531aa:0x289,_0xe57698:0x274,_0x38d2ce:0x208,_0xa917aa:0x1d0,_0x11d3fd:0x286},_0x47f21c={_0xa03a87:0x162},_0x199c95={'rUHeS':function(_0x27a9fe,_0x2edc10,_0x50cc09,_0x1345a1){return _0x27a9fe(_0x2edc10,_0x50cc09,_0x1345a1);},'gSgqg':_0x5070cd(-_0x487b41._0x444c15,-0x20a,-0x205,-0x1d8),'Qozin':_0x5070cd(-0x262,-0x1ca,-_0x487b41._0x28ceb1,-_0x487b41._0x7799c6)+_0x3722f9(0x401,0x470,_0x487b41._0x156962,0x434)+_0x5070cd(-0x23a,-_0x487b41._0x47c50a,-_0x487b41._0x46bfbd,-_0x487b41._0x401918)+_0x5070cd(-0x1c9,-_0x487b41._0x393fcf,-_0x487b41._0x389ba0,-0x106)+'mission','ftaOp':_0x5070cd(-0x256,-_0x487b41._0x58f49c,-_0x487b41._0x3db09e,-0x24e),'vEAzF':_0x3722f9(0x444,0x46c,0x3ba,0x513)+'not\x20have\x20p'+_0x5070cd(-_0x487b41._0x211ff0,-_0x487b41._0x1e38d4,-0x1f5,-_0x487b41._0x1e32b5)+_0x5070cd(-0x2a3,-0x2b5,-_0x487b41._0x2357ba,-0x360)+_0x3722f9(_0x487b41._0x22b5f6,_0x487b41._0x16dcd8,0x524,0x542)+_0x3722f9(0x602,_0x487b41._0x929db5,_0x487b41._0x5b53b1,_0x487b41._0x4aba54)+'ions','HTlUM':function(_0x1b5e24){return _0x1b5e24();}};function _0x5070cd(_0x5f51dd,_0x2bd0b3,_0x2c50b8,_0x7e60a2){return _0x450377(_0x7e60a2,_0x2bd0b3-0xd9,_0x2c50b8-_0x47f21c._0xa03a87,_0x5f51dd- -0x4e9);}function _0x3722f9(_0x25b044,_0x39bf1c,_0x4df30a,_0x16b4a4){return _0x450377(_0x4df30a,_0x39bf1c-0xbc,_0x4df30a-0x1e7,_0x39bf1c-0x228);}if(!await _0x199c95[_0x3722f9(0x430,0x4a0,0x50f,0x4f4)](hasPermission,_0x545459[_0x3722f9(0x5bf,_0x487b41._0x3c5cff,_0x487b41._0x967bcb,0x5a1)]['id'],_0x3722f9(_0x487b41._0x28bd88,0x5ad,_0x487b41._0xdc2d88,0x642)+_0x5070cd(-_0x487b41._0x41e240,-0x17b,-_0x487b41._0xb3abd5,-0x101)+_0x5070cd(-0x27f,-0x2d6,-_0x487b41._0x3ddc6d,-0x1f3),_0x545459[_0x3722f9(0x52f,_0x487b41._0x16dcd8,0x62c,_0x487b41._0x33941a)+_0x3722f9(_0x487b41._0x3a5f28,0x46d,0x3be,_0x487b41._0x718610)])){if(_0x199c95['gSgqg']==='uJFAK'){const _0x19a9a0={};_0x19a9a0[_0x3722f9(_0x487b41._0x4cedc7,_0x487b41._0x162d0d,_0x487b41._0x4f85f0,0x515)]=_0x545459['callingTas'+'k'][_0x3722f9(_0x487b41._0x276073,0x498,0x517,_0x487b41._0x5ad840)],_0x19a9a0[_0x3722f9(0x537,0x5a7,_0x487b41._0x305499,0x5f8)]=_0x545459[_0x5070cd(-0x146,-0xb3,-_0x487b41._0x16b6e1,-_0x487b41._0x4bf365)]['id'],_0x19a9a0[_0x3722f9(_0x487b41._0x36a473,_0x487b41._0x5420eb,_0x487b41._0x275dc8,0x568)]=_0x545459['taskUser'][_0x3722f9(_0x487b41._0x4e8d80,_0x487b41._0x5420eb,_0x487b41._0x1b5262,0x4f3)],logger[_0x3722f9(_0x487b41._0x4fb94e,0x4f7,_0x487b41._0x31c5cb,0x5bc)](_0x199c95[_0x5070cd(-_0x487b41._0x1fd300,-_0x487b41._0x38f2b7,-_0x487b41._0x18a34e,-0xef)],_0x19a9a0);const _0x246660={};return _0x246660['error']=_0x199c95[_0x5070cd(-_0x487b41._0x135f5f,-0xec,-0x22d,-0x263)],_0x246660[_0x3722f9(_0x487b41._0x40a488,0x522,_0x487b41._0x45c9e1,0x4c5)]=_0x199c95[_0x5070cd(-0x242,-_0x487b41._0x1adb57,-_0x487b41._0x43c961,-_0x487b41._0x2c072f)],_0xc75b31[_0x5070cd(-_0x487b41._0x4531aa,-0x1e5,-0x1e8,-_0x487b41._0xe57698)](0x9*0x1f7+0xe9*0x1a+-0x27c6)[_0x5070cd(-0x28f,-_0x487b41._0x38d2ce,-_0x487b41._0xa917aa,-_0x487b41._0x11d3fd)](_0x246660);}else _0x434736=_0x301c7f;}_0x199c95[_0x5070cd(-0x226,-0x2ad,-0x1c4,-0x160)](_0x44441b);}async function requireTemplatesPermission(_0xeaea0b,_0x24f349,_0x548760){const _0x5dd28c={_0x2e7442:0xab,_0x6d226f:0x95,_0x3e575c:0x8b,_0x2023b9:0x3a,_0x57602e:0x1a,_0x204022:0xac,_0x53f204:0x4c,_0x389ba8:0x152,_0x4ca305:0x126,_0x44c2e8:0x91,_0x35ba6e:0x1db,_0x370217:0x12e,_0x202af4:0x1d8,_0x506b69:0x33,_0x11e9ba:0x128,_0x12ee4d:0xfa,_0x30d78e:0x13e,_0x469f87:0x25b,_0x2e13d7:0x87,_0x145992:0x46,_0x35a531:0x154,_0x52e60a:0x122,_0x1d762d:0xee,_0x1b7692:0x8f,_0x34a89f:0xbd,_0x4eb1a1:0x51,_0x1a2725:0x4b,_0x28e7c6:0x8c,_0x51fefe:0x2d,_0x48f994:0x77,_0x5bda21:0x9a,_0x1d0060:0xf,_0x24efc6:0xa4,_0x18dbfd:0xe7,_0x436354:0x1b0,_0x1d7f46:0x1bd,_0x48fea3:0x174,_0x5daf84:0xd5,_0x5d200f:0xd1,_0x4fe485:0x50,_0x32db00:0x4d,_0x47b42f:0xcc,_0x5c2dcd:0x1d,_0x132bcd:0xa,_0x338ede:0x1e2,_0x2baefe:0x61,_0x1dbb1c:0x124,_0x63aa5d:0xcb,_0x20a2c8:0x176,_0x87c6b6:0x18,_0x4702ad:0x28,_0x379694:0x45,_0x362c04:0x221,_0x2eef3e:0x11e,_0x3a08a1:0xfe,_0x1650ff:0x121,_0x429878:0xc3,_0x36eb17:0x5d,_0x5602ed:0xe,_0x4b7488:0x6a,_0x3bb9bd:0x7d,_0x2e08d1:0x97,_0x2f776b:0xf3,_0x2d29c7:0x194,_0x342024:0x18c,_0xfb880:0xae,_0x35279a:0x11c},_0x192edc={_0x2216be:0x14d,_0x40fe3e:0xf2},_0x44b34={_0x35ac26:0x100,_0x116b32:0x68,_0x2ac646:0x376};function _0x1fb405(_0x2b4ee9,_0x24a91e,_0x2a3256,_0x4c377e){return _0x450377(_0x24a91e,_0x24a91e-_0x44b34._0x35ac26,_0x2a3256-_0x44b34._0x116b32,_0x4c377e- -_0x44b34._0x2ac646);}const _0x4cfd20={};_0x4cfd20[_0x1fb405(-0x1b,-_0x5dd28c._0x2e7442,-0xd9,-_0x5dd28c._0x6d226f)]=function(_0x4d7488,_0x296a7a){return _0x4d7488===_0x296a7a;},_0x4cfd20[_0x1fb405(-_0x5dd28c._0x3e575c,-0x86,-_0x5dd28c._0x2023b9,-_0x5dd28c._0x57602e)]=_0x1fb405(-_0x5dd28c._0x204022,-0xa0,-_0x5dd28c._0x53f204,-0xd4),_0x4cfd20[_0x1fb405(-_0x5dd28c._0x389ba8,-_0x5dd28c._0x3e575c,-0x134,-_0x5dd28c._0x4ca305)]='User\x20lacks'+_0x1fb405(-0x141,-_0x5dd28c._0x44c2e8,-_0x5dd28c._0x35ba6e,-_0x5dd28c._0x370217)+_0x43d551(-_0x5dd28c._0x202af4,-_0x5dd28c._0x370217,-0x193,-0x1a7)+_0x1fb405(0x45,-0xef,-0xf4,-_0x5dd28c._0x506b69)+_0x43d551(-0xf0,-_0x5dd28c._0x11e9ba,-_0x5dd28c._0x12ee4d,-0xba);function _0x43d551(_0x1bc67a,_0x17dbb2,_0x1eb352,_0x145336){return _0x450377(_0x17dbb2,_0x17dbb2-_0x192edc._0x2216be,_0x1eb352-_0x192edc._0x40fe3e,_0x1eb352- -0x418);}_0x4cfd20[_0x43d551(-0x1dd,-_0x5dd28c._0x30d78e,-0x1d7,-_0x5dd28c._0x469f87)]='Forbidden',_0x4cfd20[_0x1fb405(_0x5dd28c._0x2e13d7,0x20,0xd4,_0x5dd28c._0x145992)]=_0x1fb405(-0xd3,-_0x5dd28c._0x35a531,-0x142,-0x132)+'not\x20have\x20p'+_0x43d551(-_0x5dd28c._0x52e60a,-_0x5dd28c._0x1d762d,-_0x5dd28c._0x1b7692,-0x12e)+_0x1fb405(-0xb9,-_0x5dd28c._0x34a89f,-0xe8,-0x130)+_0x1fb405(-0x23,-_0x5dd28c._0x4eb1a1,-0x51,0xf)+_0x1fb405(0x31,_0x5dd28c._0x1a2725,-0x52,-0x2e)+'s';const _0x2c2744=_0x4cfd20;if(!await hasPermission(_0xeaea0b[_0x1fb405(0xcb,-_0x5dd28c._0x28e7c6,0xe8,_0x5dd28c._0x51fefe)]['id'],_0x1fb405(-_0x5dd28c._0x48f994,_0x5dd28c._0x5bda21,0x9f,_0x5dd28c._0x1d0060)+_0x1fb405(-0x148,-0x80,-_0x5dd28c._0x145992,-0x9a)+'es',_0xeaea0b['environmen'+_0x1fb405(-0x1a9,-0x84,-_0x5dd28c._0x24efc6,-0x131)])){if(_0x2c2744[_0x1fb405(-0x122,-0x52,-_0x5dd28c._0x18dbfd,-_0x5dd28c._0x6d226f)](_0x2c2744['VVttI'],_0x43d551(-_0x5dd28c._0x436354,-_0x5dd28c._0x1d7f46,-0x176,-0x126))){const _0x456dac={};_0x456dac[_0x1fb405(-0xdf,-0xf2,-_0x5dd28c._0x48fea3,-0x106)]=_0xeaea0b[_0x43d551(-_0x5dd28c._0x5daf84,-0xcc,-_0x5dd28c._0x5d200f,-0x63)+'k']['taskId'],_0x456dac['userId']=_0xeaea0b[_0x1fb405(-_0x5dd28c._0x4fe485,0x70,-_0x5dd28c._0x32db00,_0x5dd28c._0x51fefe)]['id'],_0x456dac[_0x1fb405(0x9,-_0x5dd28c._0x47b42f,0x56,-_0x5dd28c._0x5c2dcd)]=_0xeaea0b[_0x43d551(-0x10c,-0x82,-0x75,-_0x5dd28c._0x132bcd)]['username'],logger[_0x43d551(-_0x5dd28c._0x338ede,-0x107,-0x149,-0xfb)](_0x2c2744['gOcjA'],_0x456dac);const _0x2ef724={};return _0x2ef724[_0x1fb405(-_0x5dd28c._0x2baefe,-0x72,-_0x5dd28c._0x1dbb1c,-_0x5dd28c._0x63aa5d)]=_0x2c2744[_0x43d551(-_0x5dd28c._0x20a2c8,-0x17a,-0x1d7,-0x1bc)],_0x2ef724['message']=_0x2c2744[_0x1fb405(_0x5dd28c._0x87c6b6,_0x5dd28c._0x4702ad,_0x5dd28c._0x379694,0x46)],_0x24f349[_0x43d551(-0x149,-_0x5dd28c._0x362c04,-0x1b8,-_0x5dd28c._0x2eef3e)](-0x196*-0x13+0x1*0x1704+-0x3393)[_0x1fb405(-_0x5dd28c._0x3a08a1,-0x1d2,-_0x5dd28c._0x1650ff,-0x11c)](_0x2ef724);}else{const _0x43e7ad={};_0x43e7ad[_0x1fb405(-0x138,-0x1d,-_0x5dd28c._0x429878,-_0x5dd28c._0x63aa5d)]='Not\x20Found',_0x43e7ad[_0x1fb405(-0x119,-_0x5dd28c._0x36eb17,_0x5dd28c._0x5602ed,-0x7c)]=_0x1fb405(-0x2b,0x5b,-0x76,-_0x5dd28c._0x4b7488)+_0x344d2a+(_0x43d551(-0x122,-_0x5dd28c._0x3bb9bd,-_0x5dd28c._0x2e08d1,-_0x5dd28c._0x2f776b)+'d'),_0x583444[_0x1fb405(-0xe4,-_0x5dd28c._0x2d29c7,-0x12f,-0x116)](-0x222+0xe23+-0xa6d)[_0x1fb405(-_0x5dd28c._0x1d762d,-_0x5dd28c._0x342024,-_0x5dd28c._0xfb880,-_0x5dd28c._0x35279a)](_0x43e7ad);}}_0x548760();}router[_0x450377(0x40f,0x44b,0x40f,0x3bd)](_0x631cf9(-0x14a,-0x167,-0x14d,-0xf4)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x43c3e0,_0x52c527)=>{const _0x4d1b64={_0xb62ead:0x30b,_0x5378bd:0x3df,_0x72576:0x422,_0x42a5ed:0x422,_0x3719fa:0x3b8,_0x3d2ad2:0x41f,_0x21f162:0x41b,_0x4a9556:0x22c,_0x7fd0cc:0x22b,_0x4f03c2:0x295,_0x2deba5:0x3f9,_0x1f7040:0x4b1,_0x30c525:0x15a,_0x47ae40:0x26e,_0xc38924:0x440,_0x1cd730:0xeb,_0x1ca9f8:0x1b4,_0x272769:0xfb,_0x4014a5:0x40e,_0x260c85:0x46f,_0x1a4c72:0x458,_0x234326:0xf4,_0x5a5473:0x178,_0x10493f:0x138,_0xcaa2b4:0xf4,_0x1eb0e4:0x485,_0x3132d5:0x51d,_0x1fcb1a:0x4de,_0x1b3cdc:0x34a,_0x5c9a6f:0x419,_0x46d2d5:0x48c,_0x35d4b0:0x1a1,_0x4e56d1:0x195,_0x409004:0x1f5,_0x5aa65d:0x4a6,_0x40325b:0x4e5,_0x3a0b65:0x52c,_0x13aac1:0x226,_0x4b5614:0x1b2,_0x3af66d:0x426,_0xcece6c:0x12e,_0x1a5d16:0x10c,_0x3d333c:0x435,_0x2f744e:0x47b,_0x171bba:0x36a,_0x41cab7:0x349,_0x2d6491:0x108,_0x1d7d3c:0x43c,_0x2d5964:0x42d,_0x74b6c4:0x199,_0x494cf4:0x1a0,_0x26cac0:0x113,_0x4dbc25:0x90,_0x5cb424:0x13a,_0x1dbd92:0x35d,_0xa6fdaf:0x378,_0x321814:0x495,_0x4d0967:0x3d3,_0x1137fc:0x3f7,_0x18210c:0x207,_0x18d825:0x5a6,_0x46cb3f:0x1b0,_0xd5bc14:0x183,_0x1b8af5:0x1f2,_0x268e19:0x377,_0x52ad70:0x2ea,_0x4ac581:0x4c8,_0xf81d85:0x4ce,_0x119c0b:0x42f,_0x36feb2:0x47c,_0x1abd6c:0x35a,_0x36d2f0:0x1f4,_0x33b483:0x23e,_0x744ec7:0x4f3,_0x18c681:0x55b,_0x3e435a:0x444,_0x3807c0:0x3f1,_0x11b761:0x41c,_0x275f55:0x50f,_0x13ecaa:0x582,_0x3de9ef:0x4da,_0x26ff25:0x16e,_0x2697d5:0x214,_0x13faba:0x551,_0xd501ee:0x5d1,_0x5ccea2:0x468,_0x5ee84d:0xa5,_0x825ec2:0x14f,_0x576cb8:0x13e,_0x8c3adc:0x25f,_0x4f5c09:0x232,_0xf22326:0x265,_0x38b680:0x1b8,_0x32bf2c:0x3de,_0x1ec506:0x323,_0x1d50cf:0x19e,_0x39190a:0x176,_0x39f6fb:0xf3,_0xcaca64:0x18e,_0x3b2678:0x1c5,_0x40b2d2:0x1fb,_0x2e74a9:0x26c,_0x32d38b:0x440,_0x17d4e5:0x3b8,_0x8223c9:0x2ce,_0x32ce59:0x275,_0x212f8e:0x1d4,_0x29a589:0x3ce,_0x406a4a:0x3ec,_0x46420a:0x3c8,_0xbb9ec9:0x32c,_0x1fc783:0x3ed,_0x31d8cf:0x334,_0x1c2340:0x5b4,_0x29635f:0x462,_0x1ac9a3:0x592,_0x3f0d74:0x27a,_0x5713a7:0x1c0,_0x1e1de2:0x1ec,_0x49e144:0x3de,_0x2ae706:0x398,_0xe24262:0x3fb,_0x2c06da:0x466,_0x1e2f22:0x4cc,_0x376955:0x4f4,_0x1bfe87:0x5ab,_0x3ef8be:0x16a,_0x15af41:0x504,_0x16b7e0:0x4d7,_0x5d255a:0x17d,_0x34e03e:0x227,_0x42b2c8:0x214,_0x54b67f:0x27a,_0x240c42:0x1d8,_0x188f06:0x403,_0x1eb184:0x214,_0x533098:0x265,_0x304da9:0x318,_0x4b1672:0x143,_0x59e3cd:0x488,_0x5b5111:0x124,_0x30ecc9:0x1c7,_0x208091:0x23a,_0x1491da:0x222,_0x1a9f7c:0x29b,_0xc8848:0x4be,_0x1ba6b2:0x52c,_0x2ce241:0x445,_0x1a6a5f:0x37c,_0x2a9558:0x317,_0x34a676:0x3de,_0x55552c:0x341,_0x2477de:0x517,_0x1684ed:0x3fa,_0x1dcf04:0x37e,_0x8035e8:0x3bf,_0x2cdfa7:0x23f,_0x5ae6b2:0x42b,_0x27418b:0x3e1,_0x29448a:0x3a0,_0x583c0e:0x468,_0x18d02b:0x4d3,_0xe3d372:0x4a8,_0x4a19d3:0x4c5,_0x12cc82:0x4d8,_0x7e65c8:0x529,_0x171416:0x3c8,_0x44dbe1:0x316},_0x4c0b38={_0x4a9724:0xb4,_0x55c5e8:0xc8},_0x13c972={_0x555866:0xa7,_0xa1d578:0x19d,_0x13284e:0x16e},_0x4364b5={};_0x4364b5['PPmHU']=function(_0x4b838c,_0x114785){return _0x4b838c===_0x114785;},_0x4364b5[_0x4cf665(0x50f,0x467,0x56c,0x522)]=_0x8de6ed(-0x2d5,-0x325,-0x278,-_0x4d1b64._0xb62ead),_0x4364b5['oUTTT']=_0x4cf665(_0x4d1b64._0x5378bd,_0x4d1b64._0x72576,0x462,_0x4d1b64._0x42a5ed),_0x4364b5[_0x4cf665(_0x4d1b64._0x3719fa,0x373,_0x4d1b64._0x3d2ad2,_0x4d1b64._0x21f162)]=_0x8de6ed(-0x2e2,-_0x4d1b64._0x4a9556,-_0x4d1b64._0x7fd0cc,-_0x4d1b64._0x4f03c2)+_0x4cf665(_0x4d1b64._0x2deba5,0x4a2,0x43f,_0x4d1b64._0x1f7040)+_0x8de6ed(-_0x4d1b64._0x30c525,-_0x4d1b64._0x47ae40,-0x1fe,-0x2b5),_0x4364b5[_0x4cf665(_0x4d1b64._0xc38924,0x4df,0x395,0x432)]=_0x8de6ed(-_0x4d1b64._0x1cd730,-_0x4d1b64._0x1ca9f8,-0x1a5,-_0x4d1b64._0x272769)+_0x4cf665(_0x4d1b64._0x4014a5,0x3ab,_0x4d1b64._0x260c85,_0x4d1b64._0x1a4c72)+'r',_0x4364b5['KCnwP']=_0x8de6ed(-_0x4d1b64._0x234326,-_0x4d1b64._0x5a5473,-0x1a0,-_0x4d1b64._0x10493f)+_0x8de6ed(-_0x4d1b64._0xcaa2b4,-0x125,-0x18b,-0x1d0)+'d',_0x4364b5[_0x4cf665(_0x4d1b64._0x1eb0e4,_0x4d1b64._0x3132d5,_0x4d1b64._0x1fcb1a,0x49f)]=_0x4cf665(0x3a7,0x322,_0x4d1b64._0x1b3cdc,0x306)+_0x4cf665(0x49f,_0x4d1b64._0x5c9a6f,0x411,_0x4d1b64._0x46d2d5)+'nment\x20inst'+_0x8de6ed(-0x23a,-_0x4d1b64._0x35d4b0,-_0x4d1b64._0x4e56d1,-_0x4d1b64._0x409004);function _0x4cf665(_0x34c056,_0x29f7ef,_0xb18d96,_0x199cef){return _0x450377(_0x29f7ef,_0x29f7ef-_0x13c972._0x555866,_0xb18d96-_0x13c972._0xa1d578,_0x34c056-_0x13c972._0x13284e);}_0x4364b5['yefUE']=_0x4cf665(_0x4d1b64._0x5aa65d,0x4b1,0x4c3,_0x4d1b64._0x40325b),_0x4364b5['hMpLI']=_0x4cf665(_0x4d1b64._0x3a0b65,0x53c,0x55f,0x575),_0x4364b5[_0x8de6ed(-_0x4d1b64._0x13aac1,-0x2c7,-0x250,-_0x4d1b64._0x4b5614)]=_0x4cf665(_0x4d1b64._0x3af66d,0x3f5,0x48a,0x39e),_0x4364b5['yGGHt']=function(_0x4f314c,_0x29cabd){return _0x4f314c!==_0x29cabd;},_0x4364b5['QSfsl']=_0x8de6ed(-_0x4d1b64._0xcece6c,-0x13b,-0x14e,-_0x4d1b64._0x1a5d16),_0x4364b5[_0x4cf665(0x4d8,_0x4d1b64._0x3d333c,_0x4d1b64._0x2f744e,0x41f)]=_0x4cf665(0x402,_0x4d1b64._0x171bba,_0x4d1b64._0x41cab7,0x3c8)+_0x8de6ed(-0x1dc,-_0x4d1b64._0x2d6491,-0x179,-0x1e4)+_0x4cf665(_0x4d1b64._0x1d7d3c,0x452,_0x4d1b64._0x2d5964,0x461)+'le';const _0x2abe7c=_0x4364b5,{callingTask:_0x428130,environmentName:_0x158b17,environmentPath:_0x526b78}=_0x43c3e0;function _0x8de6ed(_0x479f50,_0x3fc5fb,_0x4336a5,_0x4bed2d){return _0x631cf9(_0x3fc5fb,_0x3fc5fb-0x160,_0x4336a5-_0x4c0b38._0x4a9724,_0x4336a5- -_0x4c0b38._0x55c5e8);}const _0xa372ed={};_0xa372ed[_0x8de6ed(-_0x4d1b64._0x74b6c4,-_0x4d1b64._0x494cf4,-0x24f,-0x1b0)]=_0x428130['taskId'],_0xa372ed[_0x8de6ed(-_0x4d1b64._0x26cac0,-_0x4d1b64._0x4dbc25,-_0x4d1b64._0x5cb424,-0xc6)+'t']=_0x158b17,logger[_0x4cf665(0x424,_0x4d1b64._0x1dbd92,_0x4d1b64._0xa6fdaf,0x366)](_0x2abe7c[_0x4cf665(0x485,0x4e6,0x435,_0x4d1b64._0x321814)],_0xa372ed);const _0x12f41d=_0x5ddb2f[_0x4cf665(0x3e5,0x478,_0x4d1b64._0x4d0967,_0x4d1b64._0x1137fc)](_0x526b78,_0x8de6ed(-0x167,-0x264,-_0x4d1b64._0x18210c,-0x1cb));try{if(_0x2abe7c[_0x4cf665(0x500,0x4e5,_0x4d1b64._0x18d825,0x5c1)](_0x8de6ed(-_0x4d1b64._0x46cb3f,-_0x4d1b64._0xd5bc14,-0x187,-_0x4d1b64._0x1b8af5),_0x2abe7c[_0x4cf665(0x3ad,0x438,_0x4d1b64._0x268e19,_0x4d1b64._0x52ad70)])){const _0x444219=await _0x2b40a4[_0x4cf665(_0x4d1b64._0x4ac581,0x4b7,_0x4d1b64._0xf81d85,0x4da)](_0x12f41d,_0x2abe7c[_0x4cf665(0x403,_0x4d1b64._0x119c0b,_0x4d1b64._0x36feb2,_0x4d1b64._0x1abd6c)]),_0x323a72={};_0x323a72[_0x8de6ed(-0x263,-0x2b8,-_0x4d1b64._0x36d2f0,-_0x4d1b64._0x33b483)]=_0x444219,_0x323a72[_0x4cf665(_0x4d1b64._0x744ec7,0x449,_0x4d1b64._0x18c681,_0x4d1b64._0x3e435a)+'t']=_0x158b17,_0x323a72['path']=_0x2abe7c['tGITt'],_0x52c527[_0x4cf665(0x3c8,_0x4d1b64._0x3807c0,0x485,_0x4d1b64._0x11b761)](_0x323a72);}else{if(_0x2abe7c['PPmHU'](_0x1cf92a['code'],_0x2abe7c[_0x4cf665(_0x4d1b64._0x275f55,0x4ae,_0x4d1b64._0x13ecaa,_0x4d1b64._0x3de9ef)])){const _0x4a8795={};_0x4a8795[_0x8de6ed(-0x180,-_0x4d1b64._0x26ff25,-_0x4d1b64._0x2697d5,-0x160)]=_0x2abe7c[_0x4cf665(0x51c,_0x4d1b64._0x13faba,0x4d5,_0x4d1b64._0xd501ee)],_0x4a8795[_0x4cf665(_0x4d1b64._0x5ccea2,0x40c,0x4a9,0x516)]='Template\x20\x27'+_0x2a87ad+(_0x8de6ed(-_0x4d1b64._0x5ee84d,-_0x4d1b64._0x825ec2,-_0x4d1b64._0x576cb8,-0x1f2)+'d'),_0x8c6e57[_0x8de6ed(-0x223,-0x2c9,-_0x4d1b64._0x8c3adc,-0x23e)](0x1d95+-0x106+-0x1afb)[_0x8de6ed(-0x2a9,-_0x4d1b64._0x4f5c09,-_0x4d1b64._0xf22326,-_0x4d1b64._0x38b680)](_0x4a8795);}else{const _0x184a7a={};_0x184a7a[_0x4cf665(_0x4d1b64._0x32bf2c,_0x4d1b64._0x1ec506,0x3b4,0x41b)]=_0x31fb0a[_0x4cf665(0x3de,0x376,0x448,0x334)],_0x184a7a[_0x8de6ed(-_0x4d1b64._0x1d50cf,-_0x4d1b64._0x39190a,-_0x4d1b64._0x5cb424,-_0x4d1b64._0x39f6fb)+'t']=_0x12dd4f,_0x184a7a['template']=_0x3747ac,_0x184a7a['error']=_0x1eaf2f[_0x8de6ed(-0x1e6,-_0x4d1b64._0xcaca64,-_0x4d1b64._0x3b2678,-_0x4d1b64._0x40b2d2)],_0x855e['error'](_0x2abe7c['OzDgM'],_0x184a7a);const _0x15f5cd={};_0x15f5cd[_0x8de6ed(-0x23e,-_0x4d1b64._0x2e74a9,-0x214,-0x26d)]=_0x2abe7c[_0x4cf665(_0x4d1b64._0x32d38b,_0x4d1b64._0x17d4e5,0x397,0x406)],_0x15f5cd[_0x8de6ed(-0x11a,-0x1a9,-0x1c5,-0x23d)]=_0x2abe7c[_0x8de6ed(-_0x4d1b64._0x8223c9,-_0x4d1b64._0x4b5614,-_0x4d1b64._0x32ce59,-_0x4d1b64._0x212f8e)],_0x271810[_0x4cf665(_0x4d1b64._0x29a589,0x30d,0x32b,_0x4d1b64._0x406a4a)](0x132a+-0x16b2+0x57c)[_0x4cf665(_0x4d1b64._0x46420a,_0x4d1b64._0xbb9ec9,0x36d,0x437)](_0x15f5cd);}}}catch(_0x578393){if(_0x578393[_0x4cf665(0x3c9,_0x4d1b64._0x1fc783,0x3d2,_0x4d1b64._0x31d8cf)]===_0x2abe7c[_0x4cf665(_0x4d1b64._0x275f55,_0x4d1b64._0x1c2340,_0x4d1b64._0x29635f,_0x4d1b64._0x1ac9a3)]){if(_0x2abe7c['yGGHt'](_0x2abe7c[_0x8de6ed(-_0x4d1b64._0x3f0d74,-0x19b,-_0x4d1b64._0x5713a7,-_0x4d1b64._0x1e1de2)],_0x2abe7c[_0x4cf665(0x46d,0x50a,0x3a9,0x4f8)])){const _0x3a0615={};_0x3a0615[_0x4cf665(_0x4d1b64._0x49e144,_0x4d1b64._0x2ae706,_0x4d1b64._0xe24262,_0x4d1b64._0x11b761)]=_0x548c75,_0x3a0615[_0x4cf665(0x4f3,_0x4d1b64._0x2c06da,_0x4d1b64._0x1e2f22,_0x4d1b64._0x376955)+'t']=_0x5aa659[_0x4cf665(0x4f3,0x45d,_0x4d1b64._0x1bfe87,0x480)+'t'],_0x526a80[_0x8de6ed(-0x2b3,-0x21c,-0x1f0,-_0x4d1b64._0x3ef8be)](_0x2abe7c[_0x4cf665(_0x4d1b64._0x15af41,0x50f,_0x4d1b64._0x16b7e0,0x4b6)],_0x3a0615);const _0x2c8caf={};return _0x2c8caf[_0x8de6ed(-_0x4d1b64._0x5d255a,-_0x4d1b64._0x34e03e,-_0x4d1b64._0x42b2c8,-_0x4d1b64._0x54b67f)]=_0x2abe7c[_0x8de6ed(-0x127,-_0x4d1b64._0x1d50cf,-0x111,-_0x4d1b64._0x240c42)],_0x2c8caf[_0x4cf665(_0x4d1b64._0x5ccea2,_0x4d1b64._0x188f06,0x4d9,0x426)]=_0x2abe7c[_0x4cf665(_0x4d1b64._0x15af41,_0x4d1b64._0x2f744e,0x4d7,0x479)],_0x46501e['status'](0x1d8c+-0x1cef+0xf7)[_0x8de6ed(-_0x4d1b64._0x1eb184,-_0x4d1b64._0x409004,-_0x4d1b64._0x533098,-_0x4d1b64._0x304da9)](_0x2c8caf);}else{const _0x414ffb={};_0x414ffb[_0x8de6ed(-_0x4d1b64._0x4b1672,-0x205,-0x1f4,-0x23f)]='',_0x414ffb[_0x4cf665(0x4f3,_0x4d1b64._0x59e3cd,0x4c8,0x4e6)+'t']=_0x158b17,_0x414ffb[_0x8de6ed(-0x26b,-_0x4d1b64._0x5b5111,-_0x4d1b64._0x30ecc9,-_0x4d1b64._0x208091)]=_0x2abe7c[_0x8de6ed(-_0x4d1b64._0x1491da,-0x200,-0x250,-_0x4d1b64._0x1a9f7c)],_0x414ffb[_0x4cf665(_0x4d1b64._0xc8848,0x52c,0x4db,_0x4d1b64._0x1ba6b2)]=![],_0x52c527[_0x4cf665(0x3c8,_0x4d1b64._0x2ce241,_0x4d1b64._0x1a6a5f,0x39e)](_0x414ffb);}}else{const _0x239d74={};_0x239d74[_0x4cf665(0x3de,0x418,_0x4d1b64._0x2a9558,0x39b)]=_0x428130[_0x4cf665(_0x4d1b64._0x34a676,_0x4d1b64._0x5ccea2,0x44f,_0x4d1b64._0x55552c)],_0x239d74[_0x4cf665(0x4f3,0x4ab,_0x4d1b64._0x2477de,0x4bd)+'t']=_0x158b17,_0x239d74[_0x4cf665(0x419,_0x4d1b64._0x1684ed,_0x4d1b64._0x1dcf04,0x391)]=_0x578393[_0x4cf665(0x468,0x444,_0x4d1b64._0x8035e8,0x521)],logger[_0x8de6ed(-0x2cb,-0x235,-0x214,-_0x4d1b64._0x2cdfa7)]('Failed\x20to\x20'+_0x4cf665(0x3c4,0x47f,_0x4d1b64._0x5ae6b2,0x3e9)+_0x8de6ed(-0x1f6,-0x18f,-0x235,-0x2b2),_0x239d74);const _0x52eaa2={};_0x52eaa2[_0x4cf665(_0x4d1b64._0x5c9a6f,_0x4d1b64._0x27418b,0x381,_0x4d1b64._0x29448a)]=_0x2abe7c['SROxX'],_0x52eaa2[_0x4cf665(_0x4d1b64._0x583c0e,_0x4d1b64._0x18d02b,_0x4d1b64._0xe3d372,_0x4d1b64._0x4a19d3)]=_0x2abe7c[_0x4cf665(_0x4d1b64._0x12cc82,0x50f,0x4cb,_0x4d1b64._0x7e65c8)],_0x52c527['status'](-0x4*-0x2a2+0x21*-0x107+0x1953)[_0x4cf665(_0x4d1b64._0x171416,0x398,_0x4d1b64._0x44dbe1,0x47b)](_0x52eaa2);}}}),router['patch'](_0x631cf9(-0x166,-0x103,-0x59,-0xf4)+_0x631cf9(-0x147,-0x184,-0x11f,-0xc9),requireTaskAuth,requireInstructionsPermission,async(_0x467728,_0x1204c7)=>{const _0x39e36b={_0x2202ad:0x262,_0x5ea87e:0x1b3,_0x4b161c:0x4a,_0x191471:0x10d,_0x31966b:0x1ad,_0x29fc00:0x239,_0x2aff55:0x1f5,_0x32d1eb:0x268,_0x50110e:0x1de,_0x5dbc72:0x1d6,_0x24a33e:0x1a0,_0x1e4b07:0xf2,_0x8985ae:0x172,_0x3c403b:0x203,_0x56b9cf:0x18a,_0x122e9a:0x1c1,_0x3ad0dd:0xff,_0x4831e1:0x164,_0x2fec81:0x1ad,_0x33db10:0x218,_0xb00003:0x1fb,_0x5377a6:0x267,_0x40faaf:0x192,_0x2ea16d:0xc6,_0x51cb99:0x146,_0x4202ee:0x205,_0x26e435:0x120,_0x1e9517:0x1b4,_0x105322:0x1f4,_0x3053d6:0x1e1,_0x2abbdd:0x173,_0x3a8429:0x217,_0x12e1b4:0x1df,_0x36014f:0x206,_0x9361e9:0x1b6,_0x533fd0:0x236,_0x4377cc:0x145,_0xe8c5b8:0x190,_0x331dc3:0x1c5,_0x2748a8:0x80,_0x251cc4:0xee,_0x38bbcf:0xc1,_0x13b07f:0x8f,_0x4e894d:0x171,_0x28df85:0x1a7,_0x402c2b:0xea,_0x2a8f76:0x19c,_0x3cab25:0x24a,_0x4b116b:0x139,_0x2bff20:0x22d,_0x38aeb5:0x228,_0x3c6c77:0x19d,_0x34aa5f:0xec,_0x450cac:0x1b7,_0xdd0aab:0x1ae,_0x113f8a:0x24d,_0x34a0b0:0x167,_0x44b51e:0x100,_0x332ce4:0x1b6,_0x25c459:0x152,_0x471858:0xb3,_0x1b52d8:0x11b,_0x545c5f:0x16e,_0x5ca912:0xba,_0x3a2baa:0xaa,_0x5b36c5:0xca,_0x186019:0x47,_0xa50325:0x78,_0x595358:0x1d5,_0x53c7c4:0x202,_0xb2ca12:0x1ff,_0x2a2e10:0x26d,_0x54875f:0x10b,_0x5a9d40:0x150,_0x29e523:0xe7,_0x35792c:0x130,_0x9890fd:0x36,_0x4bce53:0xef,_0x583b05:0x15d,_0x57e6e6:0x130,_0x2d528a:0x115,_0x2dfc57:0x1f7,_0x4311cc:0x109,_0x22a394:0x89,_0x4ccba2:0x11c,_0xc32c4a:0x16b,_0x2b2466:0x65,_0x2536fd:0x11d,_0x1b864d:0xe8,_0x475b9e:0x18,_0x3fffd0:0x13b,_0x5adc20:0x115,_0x1a07b1:0xe9,_0x41fbbb:0xf1,_0x532474:0x1dd,_0x1e6130:0x128,_0x76df59:0x1b6,_0x1f3e1a:0x1a8,_0x4f2464:0x87,_0x510f66:0xf5,_0x128c56:0x34,_0x268a86:0x1ca,_0x2393f3:0x17b,_0x457369:0x180,_0x21366a:0x12b,_0x2fdf5a:0x1d0,_0x4b3523:0x144,_0x3ca096:0x114,_0x5d2f9e:0x1ac,_0x4b044e:0x2b7,_0x4df5fb:0x258,_0xfa220c:0x2cc,_0x24c29a:0x33,_0x317f8a:0x3a,_0x3b9d4d:0x17c,_0x439846:0x193,_0x5c1ebe:0x255,_0x386712:0x208,_0x401d82:0x6d,_0x4342b9:0x84,_0x2edccb:0x1ab,_0x502c62:0x12e,_0x3331f0:0x1e0,_0x200e83:0x1b6,_0x56b378:0x129,_0x528748:0x1c2,_0x24316e:0x110,_0x5b0388:0x151,_0x80534:0xe3,_0x5b623c:0x30,_0x547f55:0xa4,_0x1e359c:0xdd,_0x1ba336:0xdd},_0x4536e3={_0x2a68c0:0xc5},_0x514a84={};_0x514a84[_0x24ca7e(_0x39e36b._0x2202ad,0x14e,0x1a3,0x1ae)]=function(_0x76d369,_0x5627b2){return _0x76d369===_0x5627b2;};function _0x24ca7e(_0x46d530,_0x316b1c,_0x2501c6,_0x4c79c3){return _0x631cf9(_0x316b1c,_0x316b1c-0x1d0,_0x2501c6-0xd8,_0x2501c6-0x275);}_0x514a84[_0x24ca7e(_0x39e36b._0x5ea87e,_0x39e36b._0x4b161c,_0x39e36b._0x191471,0x1c5)]=_0x31edd4(_0x39e36b._0x31966b,_0x39e36b._0x29fc00,_0x39e36b._0x2aff55,_0x39e36b._0x32d1eb)+'t',_0x514a84['bvKsb']=_0x24ca7e(0x16b,0x228,_0x39e36b._0x50110e,_0x39e36b._0x5dbc72)+_0x24ca7e(0x1eb,_0x39e36b._0x24a33e,0x13d,0x86)+_0x31edd4(_0x39e36b._0x1e4b07,_0x39e36b._0x8985ae,0x17f,0x121),_0x514a84[_0x31edd4(_0x39e36b._0x3c403b,0x164,0x1d2,0x190)]='Task\x20updat'+'ing\x20enviro'+_0x24ca7e(_0x39e36b._0x56b9cf,_0x39e36b._0x122e9a,_0x39e36b._0x3ad0dd,0x9b)+_0x31edd4(_0x39e36b._0x4831e1,0x26e,_0x39e36b._0x2fec81,0x140),_0x514a84[_0x24ca7e(0x1ac,_0x39e36b._0x33db10,_0x39e36b._0xb00003,_0x39e36b._0x5377a6)]='AGENTS.md',_0x514a84[_0x31edd4(0xe6,0xbc,0x11a,0x152)]='utf-8',_0x514a84[_0x24ca7e(_0x39e36b._0x40faaf,_0x39e36b._0x2ea16d,_0x39e36b._0x51cb99,_0x39e36b._0x4202ee)]=_0x31edd4(_0x39e36b._0x26e435,_0x39e36b._0x1e9517,0x1a2,_0x39e36b._0x105322)+_0x24ca7e(_0x39e36b._0x3053d6,_0x39e36b._0x2abbdd,_0x39e36b._0x3a8429,0x158)+_0x31edd4(_0x39e36b._0x12e1b4,_0x39e36b._0x4831e1,_0x39e36b._0x36014f,_0x39e36b._0x9361e9)+_0x24ca7e(_0x39e36b._0x533fd0,_0x39e36b._0x4377cc,_0x39e36b._0xe8c5b8,_0x39e36b._0x331dc3),_0x514a84[_0x31edd4(_0x39e36b._0x2748a8,_0x39e36b._0x251cc4,_0x39e36b._0x38bbcf,_0x39e36b._0x13b07f)]=_0x31edd4(_0x39e36b._0x4e894d,0xba,0x117,_0x39e36b._0x28df85)+_0x31edd4(_0x39e36b._0x402c2b,_0x39e36b._0x2a8f76,0x172,0x1e4)+_0x31edd4(0x192,0x158,0x1bd,_0x39e36b._0x3cab25),_0x514a84[_0x31edd4(_0x39e36b._0x4b116b,0x115,0x187,_0x39e36b._0x2bff20)]=_0x31edd4(_0x39e36b._0x38aeb5,0x232,_0x39e36b._0x3c6c77,0x15f)+'erver\x20Erro'+'r',_0x514a84[_0x24ca7e(0x125,_0x39e36b._0x34aa5f,0xe1,0xb9)]=_0x31edd4(_0x39e36b._0x450cac,_0x39e36b._0xdd0aab,0x117,0x78)+_0x24ca7e(_0x39e36b._0x113f8a,_0x39e36b._0x34a0b0,0x1b4,0xfc)+_0x24ca7e(_0x39e36b._0x44b51e,_0x39e36b._0x332ce4,_0x39e36b._0x25c459,0x194)+'ile';const _0x4354e9=_0x514a84,{callingTask:_0x3b8bda,taskUser:_0x16434e,environmentName:_0x55f2ce,environmentPath:_0x36fafc}=_0x467728,{content:_0x5c1ce8}=_0x467728[_0x24ca7e(_0x39e36b._0x471858,_0x39e36b._0x1b52d8,0x119,0xbd)];if(_0x4354e9['bzzHv'](_0x5c1ce8,undefined)){const _0x1d5315={};return _0x1d5315['error']=_0x4354e9['HIODc'],_0x1d5315['message']=_0x4354e9[_0x24ca7e(_0x39e36b._0x545c5f,_0x39e36b._0x5ca912,0xda,0x157)],_0x1204c7[_0x24ca7e(_0x39e36b._0x3a2baa,0xa9,0xde,_0x39e36b._0x5b36c5)](0x1175+-0x137*0x9+-0x4f6)[_0x24ca7e(0x175,_0x39e36b._0x186019,0xd8,0x138)](_0x1d5315);}const _0x5013b5={};_0x5013b5[_0x24ca7e(_0x39e36b._0xa50325,0x181,0xee,0x41)]=_0x3b8bda['taskId'],_0x5013b5['environmen'+'t']=_0x55f2ce,_0x5013b5[_0x31edd4(_0x39e36b._0x595358,0x179,_0x39e36b._0x53c7c4,_0x39e36b._0xb2ca12)]=_0x16434e['id'],_0x5013b5[_0x24ca7e(0x146,_0x39e36b._0x2a2e10,0x1d7,0x146)]=_0x16434e['username'],_0x5013b5['contentLen'+_0x24ca7e(_0x39e36b._0x54875f,_0x39e36b._0x5a9d40,_0x39e36b._0x29e523,_0x39e36b._0x35792c)]=_0x5c1ce8[_0x24ca7e(0x67,_0x39e36b._0x9890fd,0xbe,_0x39e36b._0x4bce53)],logger[_0x31edd4(_0x39e36b._0x583b05,_0x39e36b._0x57e6e6,_0x39e36b._0x4b116b,_0x39e36b._0x2d528a)](_0x4354e9[_0x31edd4(0x230,0x18c,0x1d2,_0x39e36b._0x2dfc57)],_0x5013b5);const _0x192d31=_0x5ddb2f[_0x31edd4(0x152,_0x39e36b._0x4311cc,0xfa,_0x39e36b._0x22a394)](_0x36fafc,_0x4354e9['vDtBS']);function _0x31edd4(_0x313a36,_0x467c7c,_0x429245,_0x5ae25a){return _0x631cf9(_0x5ae25a,_0x467c7c-_0x4536e3._0x2a68c0,_0x429245-0x18f,_0x429245-0x27a);}const _0x1b0f44=new Date()[_0x31edd4(_0x39e36b._0x4ccba2,0x163,0xf8,_0x39e36b._0xc32c4a)+'g']();try{const _0x12a7b9={};_0x12a7b9[_0x31edd4(0xc9,_0x39e36b._0x2b2466,_0x39e36b._0x2536fd,_0x39e36b._0x1b864d)]=!![],await _0x2b40a4['mkdir'](_0x36fafc,_0x12a7b9),await _0x2b40a4[_0x31edd4(0x63,0x10f,0xdc,_0x39e36b._0x475b9e)](_0x192d31,_0x5c1ce8,_0x4354e9[_0x24ca7e(_0x39e36b._0x3fffd0,_0x39e36b._0x34aa5f,_0x39e36b._0x5adc20,_0x39e36b._0x1a07b1)]);const _0x4a9e28={};_0x4a9e28[_0x31edd4(0x11a,0x13f,0xf3,_0x39e36b._0x41fbbb)]=_0x3b8bda['taskId'],_0x4a9e28[_0x31edd4(0x1a6,0x276,0x208,0x29e)+'t']=_0x55f2ce,_0x4a9e28[_0x31edd4(_0x39e36b._0x532474,0x158,_0x39e36b._0x53c7c4,0x20b)]=_0x16434e['id'],logger[_0x31edd4(0x1a1,_0x39e36b._0x1e6130,0x139,0x96)](_0x4354e9[_0x31edd4(_0x39e36b._0x76df59,_0x39e36b._0x1f3e1a,0x14b,_0x39e36b._0x4f2464)],_0x4a9e28);const _0x13db8c={};_0x13db8c[_0x31edd4(0xfd,_0x39e36b._0x76df59,_0x39e36b._0x510f66,_0x39e36b._0x128c56)]=!![],_0x13db8c['environmen'+'t']=_0x55f2ce,_0x13db8c[_0x31edd4(0x1c7,_0x39e36b._0x268a86,_0x39e36b._0x2393f3,_0x39e36b._0x457369)]=_0x4354e9['vDtBS'],_0x13db8c[_0x31edd4(0x1d0,0x153,_0x39e36b._0x21366a,_0x39e36b._0x2fdf5a)]=_0x1b0f44,_0x13db8c['updatedByT'+_0x24ca7e(_0x39e36b._0x4b3523,0x1be,0x1d6,_0x39e36b._0x3ca096)]=_0x3b8bda[_0x24ca7e(_0x39e36b._0x5d2f9e,0x19b,0xee,0x17a)],_0x13db8c[_0x31edd4(0x2a8,_0x39e36b._0x4b044e,0x223,_0x39e36b._0x4df5fb)+_0x24ca7e(0x16d,_0x39e36b._0xfa220c,0x20b,0x223)]=_0x16434e['id'],_0x1204c7['json'](_0x13db8c);}catch(_0x2c6bc8){const _0x3d1e9e={};_0x3d1e9e[_0x24ca7e(_0x39e36b._0x24c29a,0x17e,0xee,0x103)]=_0x3b8bda[_0x31edd4(_0x39e36b._0x317f8a,_0x39e36b._0x3b9d4d,0xf3,0x95)],_0x3d1e9e[_0x31edd4(_0x39e36b._0x439846,_0x39e36b._0x5c1ebe,_0x39e36b._0x386712,_0x39e36b._0x1f3e1a)+'t']=_0x55f2ce,_0x3d1e9e[_0x24ca7e(_0x39e36b._0x401d82,0xca,0x129,_0x39e36b._0x4342b9)]=_0x2c6bc8[_0x24ca7e(_0x39e36b._0x2edccb,0x17c,0x178,0xde)],logger[_0x31edd4(0x1a2,_0x39e36b._0x3ad0dd,_0x39e36b._0x502c62,_0x39e36b._0x21366a)](_0x4354e9['rZeYb'],_0x3d1e9e);const _0x58e669={};_0x58e669[_0x24ca7e(_0x39e36b._0x3331f0,_0x39e36b._0x200e83,_0x39e36b._0x56b378,_0x39e36b._0x528748)]=_0x4354e9['QRNNN'],_0x58e669[_0x24ca7e(_0x39e36b._0x24316e,0xcd,0x178,0x222)]=_0x4354e9['LHItn'],_0x1204c7[_0x31edd4(0x67,_0x39e36b._0x5b0388,_0x39e36b._0x80534,_0x39e36b._0x5b623c)](0x1*0x22d2+-0xf3d+-0x11a1)[_0x31edd4(_0x39e36b._0x547f55,0xef,_0x39e36b._0x1e359c,_0x39e36b._0x1ba336)](_0x58e669);}}),router[_0x631cf9(-0xbc,-0xc5,0x5f,-0x3a)]('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x550268,_0x59fc0f)=>{const _0x2ede6f={_0x2281d9:0x51f,_0x2b9b05:0x5c6,_0x58b7a5:0x4d3,_0x26a97e:0x5b2,_0x56dcd6:0x313,_0x4e9b90:0x2bb,_0x6074da:0x335,_0x52c748:0x617,_0x22c0c4:0x546,_0x35d498:0x5e2,_0x2b6cc4:0x572,_0x18e548:0x4f7,_0x5e24d5:0x575,_0x25ae2f:0x352,_0x136ade:0x3f8,_0xca5d9:0x406,_0x1ca965:0x34f,_0x1a60ce:0x3ba,_0x2a7023:0x33a,_0xc003eb:0x5dd,_0x2cab9b:0x42a,_0x527db2:0x3f0,_0x267792:0x2ab,_0x38dd8a:0x2c4,_0x17e57c:0x321,_0x4794fa:0x500,_0x4a534a:0x5a9,_0x4dfc76:0x566,_0x650633:0x37a,_0x1c80d4:0x2b4,_0x33e826:0x3c1,_0x406576:0x4b1,_0x5b78d2:0x3ad,_0x3ef981:0x4c1,_0x1475b1:0x61d,_0x29cad4:0x548,_0x4b9aae:0x410,_0x2abe23:0x3f1,_0x8083f3:0x420,_0x46680f:0x2f7,_0x40cdc4:0x34a,_0x43f478:0x662,_0x5afd99:0x4b8,_0x195695:0x574,_0xc4660a:0x58c,_0xc2ef6e:0x448,_0x536be2:0x3d5,_0x651801:0x3ef,_0x54c52a:0x401,_0x554372:0x4fc,_0x37df4a:0x49b,_0x311931:0x402,_0x489229:0x2db,_0x3a521e:0x225,_0x351660:0x362,_0x51e1ae:0x386,_0x11f676:0x3cb,_0x42a794:0x36f,_0x5a7c63:0x2b8,_0x1f4661:0x325,_0x44a809:0x65e,_0xb0e6be:0x5e3,_0x3f8c13:0x55a,_0x259f11:0x494,_0x2931b5:0x521,_0x5e225b:0x424,_0x2d07b1:0x428,_0x2d3dce:0x3e4,_0x128f15:0x4f0,_0x362b71:0x4a1,_0x4e09ca:0x4b3,_0x13a8df:0x67e,_0x2bc69:0x5d9,_0x5e598d:0x694,_0x2af257:0x1e1,_0x268fd7:0x2a2,_0x1203be:0x2ec,_0xb678c5:0x3e6,_0x183954:0x37b,_0x3c7818:0x3ca,_0x1c72a7:0x4f9,_0x7a129b:0x48f,_0x24e6cd:0x4c4,_0x4a8bd3:0x3cd,_0x174437:0x316,_0x1de36b:0x4a2,_0x1afb2d:0x526,_0x36c713:0x2f3,_0x4d9d07:0x39b,_0x2dd0b8:0x37f,_0x416bf2:0x4b5,_0x1e8fb8:0x3d8,_0x5d5145:0x2ff,_0x256abd:0x2f9,_0x10e9fa:0x2a6,_0x437af1:0x32b},_0x54009a={_0x5db79a:0x3a4,_0x57cee4:0x6c,_0x295fca:0xd0,_0x116e11:0x35c,_0x1e3428:0x3c3,_0x47a749:0x1c6,_0x28e2a8:0x1cc,_0x2ec21f:0x148,_0x2b4399:0x12e,_0x3a5fae:0x11a,_0x43e8fd:0xe6,_0x4354eb:0x18a,_0xd56c70:0x243,_0x5bae5d:0x15f,_0x193c4b:0x19e,_0x378255:0x150,_0x9b28ec:0x324,_0x11479e:0x3e4,_0x13837f:0x340,_0x28b6b3:0x448,_0x33af0f:0x4d0,_0x48b112:0x440,_0xde665d:0x407,_0x27b02c:0x196,_0x41e55e:0x330,_0x68e5ef:0x31e,_0x3ab18e:0x1c,_0x1d6498:0xbf,_0x29132c:0xa3,_0x4a0d38:0x421,_0x4a5b9c:0x96,_0x5a82dc:0x139,_0x5da54c:0xee,_0x217185:0x2ce,_0x579a9b:0xa7,_0x246137:0x380,_0x41c75c:0x1c8,_0x2793bf:0x124,_0x331c3d:0x16b,_0x42974d:0xd4,_0x2b0a4f:0x17,_0x40dc8a:0x94,_0x522d32:0x202,_0xa3a980:0x137,_0x3e22ac:0x1c9,_0x1a7d0f:0x1a3,_0x989bf5:0x1c7,_0x228444:0x24b,_0x37338d:0x14f,_0x35db9e:0x190,_0x5c21c4:0x3c,_0x5662a4:0x8a,_0x31bed3:0x140,_0x2a3e1b:0x1d4,_0x131ebb:0x125,_0x890bd7:0xcf,_0x4a716c:0x413,_0x21d470:0x57,_0x50d3ce:0x3f,_0xd25490:0x307,_0x4dea2a:0x2b0,_0x72f248:0x31b},_0x2dd1f2={_0x5bd4cd:0xd3},_0x4a02c6={_0x410477:0x48},_0x2f5f8b={_0x128eea:0x189,_0x539d6f:0x64b},_0x336b71={};_0x336b71['lfOaP']=_0x27f03b(_0x2ede6f._0x2281d9,0x5cd,_0x2ede6f._0x2b9b05,0x54f)+'t',_0x336b71[_0x27f03b(0x5e9,_0x2ede6f._0x58b7a5,0x569,_0x2ede6f._0x26a97e)]=_0x1bc99b(_0x2ede6f._0x56dcd6,_0x2ede6f._0x4e9b90,0x2d9,_0x2ede6f._0x6074da)+_0x27f03b(_0x2ede6f._0x52c748,_0x2ede6f._0x22c0c4,_0x2ede6f._0x35d498,_0x2ede6f._0x2b6cc4),_0x336b71[_0x27f03b(_0x2ede6f._0x18e548,0x574,0x577,_0x2ede6f._0x5e24d5)]=_0x1bc99b(0x316,0x2db,0x22f,_0x2ede6f._0x25ae2f),_0x336b71[_0x1bc99b(_0x2ede6f._0x136ade,0x383,_0x2ede6f._0xca5d9,0x3d9)]='User\x20does\x20'+_0x1bc99b(_0x2ede6f._0x1ca965,0x373,_0x2ede6f._0x1a60ce,_0x2ede6f._0x2a7023)+_0x27f03b(0x66d,0x570,_0x2ede6f._0xc003eb,0x66f)+_0x27f03b(0x451,0x415,0x49a,0x3ee)+_0x1bc99b(0x3b0,0x3cd,_0x2ede6f._0x2cab9b,_0x2ede6f._0x527db2)+'t\x20instruct'+'ions',_0x336b71[_0x1bc99b(_0x2ede6f._0x267792,_0x2ede6f._0x38dd8a,0x2d8,0x2b1)]=_0x1bc99b(0x3ce,_0x2ede6f._0x17e57c,0x266,0x338),_0x336b71[_0x27f03b(_0x2ede6f._0x4794fa,0x640,_0x2ede6f._0x4a534a,_0x2ede6f._0x4dfc76)]='mpevS',_0x336b71['CfkkJ']=function(_0x516adf,_0x16fe96){return _0x516adf!==_0x16fe96;};function _0x27f03b(_0x4fd5d0,_0x11d864,_0x479c8c,_0x108517){return _0x631cf9(_0x11d864,_0x11d864-0x163,_0x479c8c-_0x2f5f8b._0x128eea,_0x479c8c-_0x2f5f8b._0x539d6f);}_0x336b71['pWwxX']=_0x1bc99b(0x2f9,0x27c,0x2b1,0x2d8),_0x336b71[_0x1bc99b(0x2cd,0x34a,_0x2ede6f._0x650633,_0x2ede6f._0x1c80d4)]=_0x1bc99b(_0x2ede6f._0x33e826,0x406,_0x2ede6f._0x406576,_0x2ede6f._0x5b78d2),_0x336b71[_0x27f03b(_0x2ede6f._0x3ef981,0x5dc,0x541,0x586)]=_0x27f03b(_0x2ede6f._0x1475b1,_0x2ede6f._0x29cad4,0x5e5,0x638)+_0x1bc99b(_0x2ede6f._0x4b9aae,_0x2ede6f._0x2abe23,0x3d1,_0x2ede6f._0x8083f3)+_0x1bc99b(0x344,0x36c,_0x2ede6f._0x46680f,_0x2ede6f._0x40cdc4)+_0x27f03b(_0x2ede6f._0x43f478,0x634,0x5c0,0x523),_0x336b71[_0x27f03b(0x43d,0x4e0,_0x2ede6f._0x5afd99,_0x2ede6f._0x195695)]=_0x27f03b(_0x2ede6f._0xc4660a,0x4b0,0x52b,0x539)+_0x1bc99b(_0x2ede6f._0xc2ef6e,0x3b4,0x2fa,_0x2ede6f._0x536be2),_0x336b71[_0x1bc99b(_0x2ede6f._0x651801,0x3e6,0x420,0x488)]=function(_0x50c6f5,_0x44ea5f){return _0x50c6f5===_0x44ea5f;},_0x336b71[_0x27f03b(0x557,0x5f6,0x551,0x5c1)]=_0x27f03b(_0x2ede6f._0x54c52a,_0x2ede6f._0x554372,_0x2ede6f._0x37df4a,0x465),_0x336b71[_0x27f03b(_0x2ede6f._0x311931,0x559,0x4b2,0x562)]=_0x1bc99b(_0x2ede6f._0x489229,0x2dc,_0x2ede6f._0x3a521e,0x301)+'list\x20templ'+_0x27f03b(0x540,0x602,0x5c0,0x61b),_0x336b71['ioWja']=_0x1bc99b(0x34c,_0x2ede6f._0x351660,_0x2ede6f._0x51e1ae,_0x2ede6f._0x11f676)+'erver\x20Erro'+'r';const _0x3c079=_0x336b71,{callingTask:_0x93c782,environmentName:_0x27c75d,environmentPath:_0x455566}=_0x550268,_0x2857b6={};_0x2857b6[_0x1bc99b(0x299,0x2b8,0x27a,0x33a)]=_0x93c782[_0x1bc99b(_0x2ede6f._0x42a794,_0x2ede6f._0x5a7c63,0x23a,_0x2ede6f._0x1f4661)],_0x2857b6[_0x27f03b(_0x2ede6f._0x44a809,_0x2ede6f._0xb0e6be,0x5d9,_0x2ede6f._0x3f8c13)+'t']=_0x27c75d,logger[_0x27f03b(0x44b,_0x2ede6f._0x259f11,0x50a,_0x2ede6f._0x2931b5)](_0x3c079['DcpBP'],_0x2857b6);function _0x1bc99b(_0x2d2459,_0x5aedd9,_0x41141a,_0x522f33){return _0x450377(_0x522f33,_0x5aedd9-0x162,_0x41141a-0x6,_0x5aedd9-_0x4a02c6._0x410477);}const _0x3e7e55=_0x5ddb2f[_0x27f03b(_0x2ede6f._0x5e225b,0x48d,0x4cb,0x4e1)](_0x455566,_0x3c079['bAucM']);try{const _0x482c67=await _0x2b40a4[_0x1bc99b(_0x2ede6f._0x2d07b1,0x3c8,0x474,_0x2ede6f._0x2d3dce)](_0x3e7e55),_0x25d59d=_0x482c67['filter'](_0x41d63d=>_0x41d63d['endsWith']('.md')),_0x5ead3b=await Promise[_0x27f03b(0x47e,0x534,_0x2ede6f._0x128f15,0x446)](_0x25d59d[_0x27f03b(0x49e,_0x2ede6f._0x362b71,_0x2ede6f._0x3ef981,_0x2ede6f._0x4e09ca)](async _0x559172=>{const _0x22141e={_0x3d42b9:0xb9,_0x54e4e8:0xb2};function _0x60f3c8(_0x10fda3,_0xb75b32,_0x237820,_0x55d07c){return _0x27f03b(_0x10fda3-_0x22141e._0x3d42b9,_0x237820,_0xb75b32- -0x1a7,_0x55d07c-_0x22141e._0x54e4e8);}const _0x8dedf={};_0x8dedf[_0x60f3c8(0x462,_0x54009a._0x5db79a,0x313,0x423)]='User\x20lacks'+_0x25043c(0x92,0x114,_0x54009a._0x57cee4,_0x54009a._0x295fca)+_0x60f3c8(0x30f,_0x54009a._0x116e11,0x29b,_0x54009a._0x1e3428)+_0x25043c(_0x54009a._0x47a749,_0x54009a._0x28e2a8,0x144,0x10a)+_0x25043c(_0x54009a._0x2ec21f,0x15d,0x107,0x105),_0x8dedf[_0x25043c(_0x54009a._0x2b4399,_0x54009a._0x3a5fae,0xd8,_0x54009a._0x43e8fd)]=_0x3c079['mYKAf'],_0x8dedf[_0x25043c(0xcf,0xd6,_0x54009a._0x4354eb,_0x54009a._0xd56c70)]=_0x3c079[_0x25043c(_0x54009a._0x5bae5d,0xfb,0x15f,_0x54009a._0x193c4b)];function _0x25043c(_0x58174a,_0xc14a7a,_0x125168,_0x3693a9){return _0x27f03b(_0x58174a-0xda,_0x58174a,_0x125168- -0x430,_0x3693a9-_0x2dd1f2._0x5bd4cd);}const _0xe5ac10=_0x8dedf;if(_0x3c079['XFzSN']!==_0x3c079[_0x25043c(_0x54009a._0x378255,0x196,0x179,0x17c)]){const _0x235cc4=_0x559172['replace'](/\.md$/,''),_0x55630c=_0x5ddb2f[_0x60f3c8(0x2df,_0x54009a._0x9b28ec,_0x54009a._0x11479e,_0x54009a._0x13837f)](_0x3e7e55,_0x235cc4+'.json');let _0x566a50=null;try{if(_0x3c079[_0x25043c(0x95,0x5d,0xad,0x4c)](_0x60f3c8(0x4eb,_0x54009a._0x28b6b3,_0x54009a._0x33af0f,_0x54009a._0x48b112),_0x3c079['pWwxX'])){const _0x3882ac=await _0x2b40a4[_0x60f3c8(0x4bf,_0x54009a._0xde665d,0x3a2,0x440)](_0x55630c,_0x3c079[_0x25043c(_0x54009a._0x27b02c,0x1e2,0x126,0x8b)]);_0x566a50=JSON[_0x60f3c8(0x3d3,_0x54009a._0x41e55e,0x2fc,_0x54009a._0x68e5ef)](_0x3882ac);}else{const _0x5b589f={};return _0x5b589f[_0x25043c(_0x54009a._0x3ab18e,_0x54009a._0x1d6498,0xcf,0x139)]=_0x3c079[_0x25043c(0xf7,0x1a2,0x146,_0x54009a._0x29132c)],_0x5b589f[_0x60f3c8(0x35c,0x3a7,0x40b,_0x54009a._0x4a0d38)]=_0x3c079[_0x25043c(0xaf,_0x54009a._0x4a5b9c,_0x54009a._0x5a82dc,_0x54009a._0x5da54c)],_0x1aa0ba[_0x60f3c8(0x31c,0x30d,0x28c,_0x54009a._0x217185)](0x4*0x1d8+0xf6*-0x1d+0x160e)[_0x25043c(0x9a,_0x54009a._0x579a9b,0x7e,0x123)](_0x5b589f);}}catch{}return{'name':_0x235cc4,'filename':_0x559172,'description':_0x566a50?.[_0x60f3c8(0x435,0x388,_0x54009a._0x246137,0x314)+'n']||null,'hasMetadata':_0x3c079[_0x25043c(0x54,0x77,0xad,0xbc)](_0x566a50,null)};}else{const _0xbd5fe1={};_0xbd5fe1['taskId']=_0x1cf80b[_0x25043c(_0x54009a._0x41c75c,_0x54009a._0x2793bf,_0x54009a._0x331c3d,_0x54009a._0x42974d)+'k'][_0x25043c(_0x54009a._0x2b0a4f,0xea,_0x54009a._0x40dc8a,0x132)],_0xbd5fe1[_0x25043c(_0x54009a._0x522d32,_0x54009a._0xa3a980,0x1a3,0x1e1)]=_0x3eac74[_0x25043c(_0x54009a._0x3e22ac,_0x54009a._0x1a7d0f,_0x54009a._0x989bf5,_0x54009a._0x228444)]['id'],_0xbd5fe1[_0x25043c(_0x54009a._0x1a7d0f,_0x54009a._0x37338d,0x17d,_0x54009a._0x35db9e)]=_0x4dfdd4['taskUser'][_0x25043c(0xec,0x1a2,0x17d,0x20c)],_0x42fce6[_0x25043c(_0x54009a._0x5c21c4,_0x54009a._0x5662a4,0xf3,0x120)](_0xe5ac10[_0x25043c(0x106,_0x54009a._0x31bed3,0x11b,_0x54009a._0x2a3e1b)],_0xbd5fe1);const _0x1a66d6={};return _0x1a66d6[_0x25043c(_0x54009a._0x131ebb,0xd,_0x54009a._0x890bd7,_0x54009a._0x4354eb)]=_0xe5ac10['RMDHi'],_0x1a66d6[_0x25043c(0xb8,0x5d,0x11e,0xb8)]=_0xe5ac10[_0x60f3c8(0x4c6,_0x54009a._0x4a716c,0x3f1,0x492)],_0x1cf729[_0x25043c(_0x54009a._0x21d470,0xc7,0x84,-_0x54009a._0x50d3ce)](-0x1bf2+-0x229b+-0x98*-0x6c)[_0x60f3c8(0x269,_0x54009a._0xd25490,_0x54009a._0x4dea2a,_0x54009a._0x72f248)](_0x1a66d6);}})),_0x34dad9={};_0x34dad9['templates']=_0x5ead3b,_0x34dad9[_0x27f03b(0x5cb,_0x2ede6f._0x13a8df,_0x2ede6f._0x2bc69,_0x2ede6f._0x5e598d)+'t']=_0x27c75d,_0x59fc0f[_0x1bc99b(_0x2ede6f._0x2af257,_0x2ede6f._0x268fd7,_0x2ede6f._0x1ca965,_0x2ede6f._0x1203be)](_0x34dad9);}catch(_0x467d72){if(_0x3c079[_0x1bc99b(0x322,_0x2ede6f._0xb678c5,_0x2ede6f._0x183954,0x3f0)](_0x467d72[_0x27f03b(0x450,0x55c,0x4af,0x4ec)],_0x3c079['yiSIe'])){const _0x31692e={};_0x31692e[_0x1bc99b(0x43c,_0x2ede6f._0x3c7818,0x373,0x484)]=[],_0x31692e['environmen'+'t']=_0x27c75d,_0x59fc0f['json'](_0x31692e);}else{const _0x3bb5dd={};_0x3bb5dd['taskId']=_0x93c782[_0x27f03b(_0x2ede6f._0x1c72a7,_0x2ede6f._0x7a129b,_0x2ede6f._0x24e6cd,0x531)],_0x3bb5dd[_0x1bc99b(0x377,_0x2ede6f._0x4a8bd3,_0x2ede6f._0x174437,0x35c)+'t']=_0x27c75d,_0x3bb5dd['error']=_0x467d72[_0x27f03b(_0x2ede6f._0x1de36b,_0x2ede6f._0x1afb2d,0x54e,0x5d6)],logger[_0x1bc99b(0x252,_0x2ede6f._0x36c713,0x25d,0x290)](_0x3c079['okXcl'],_0x3bb5dd);const _0x4b9a34={};_0x4b9a34[_0x1bc99b(0x369,_0x2ede6f._0x36c713,_0x2ede6f._0x4d9d07,_0x2ede6f._0x2dd0b8)]=_0x3c079[_0x1bc99b(_0x2ede6f._0x416bf2,_0x2ede6f._0x311931,0x3cd,0x344)],_0x4b9a34[_0x1bc99b(_0x2ede6f._0x1e8fb8,0x342,_0x2ede6f._0x5d5145,_0x2ede6f._0x256abd)]=_0x3c079[_0x1bc99b(0x33a,_0x2ede6f._0x10e9fa,0x21e,0x311)],_0x59fc0f[_0x27f03b(0x438,0x435,0x4b4,0x428)](0x1cd9+0x14b4+-0x2f99)[_0x1bc99b(_0x2ede6f._0x437af1,0x2a2,0x236,0x322)](_0x4b9a34);}}}),router[_0x631cf9(-0x96,-0x81,0x2d,-0x3a)](_0x450377(0x244,0x26f,0x33b,0x2e0)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x194d0d,_0xd6b73c)=>{const _0x1aaabb={_0x4357f2:0x51a,_0x5f4181:0x47d,_0x34a4c3:0x4f5,_0x4ac9fb:0x170,_0x501496:0x96,_0x1fa91f:0xc4,_0x1064ff:0x6c,_0x51cbf3:0x3bd,_0x3e6d31:0x42f,_0x4b742f:0x18c,_0x26e359:0x22b,_0x2f199c:0x502,_0x4487ee:0x44c,_0x1372f7:0x41f,_0x4ee66c:0x3b3,_0x4ed6c3:0x455,_0x591bb8:0xdc,_0xa396cd:0x4ae,_0x4ac612:0x406,_0xefee4e:0x3c7,_0x499a1c:0x32f,_0x2dbd8e:0x454,_0x3d80ec:0x4df,_0x239fb6:0x407,_0x1852a8:0x3e2,_0x473f88:0x3cd,_0x31d8a0:0x34f,_0x228190:0x3cb,_0x2488b9:0x3e8,_0x459bab:0x6a,_0x593281:0x3ec,_0x1b1577:0x3c2,_0x3a8509:0xc1,_0x13d699:0x4d,_0x69edfc:0x335,_0x5936c0:0x3f7,_0x80b7c8:0x92,_0x1bca8d:0x2d6,_0x88e215:0xa2,_0x5b535c:0x40b,_0x2a927d:0x43a,_0x1bcaa3:0x118,_0x5c29c2:0x133,_0x357fc9:0x100,_0x4159b3:0x9c,_0x100ace:0x336,_0x1d5750:0x453,_0x2a58c5:0x38a,_0x5735f0:0x165,_0xbb8256:0x153,_0x4bae43:0x5e,_0x4167a6:0x30,_0x4dfcf3:0xf1,_0x25362b:0x308,_0x58b4c9:0x366,_0x403ecf:0x139,_0x1116f1:0x239,_0x40bce6:0x3a0,_0x4d4d0d:0x3ac,_0x572069:0x36e,_0x7dff12:0x36d,_0x521ffb:0x74,_0x1a88fd:0x37,_0x45cf7a:0x406,_0x41aebd:0x100,_0x4f0fe5:0x75,_0x2e332a:0xf3,_0x3d91ac:0xd7,_0x4ba4a5:0x1a8,_0x557361:0x107,_0x19a574:0x155,_0x482e28:0x122,_0x2e1a9d:0x1bc,_0x324e57:0x1f8,_0x3944e9:0x81,_0x3a1a89:0x309,_0x269627:0x48b,_0x1cb4b6:0x399,_0x231211:0x3f5,_0x5367ba:0x183,_0x5896e8:0x1b8,_0x18785d:0x3d1,_0x10d42:0x28f,_0x449274:0x2d3,_0x49920a:0x89,_0x594d4a:0x45,_0x252b3f:0x21,_0x558727:0x39,_0x1efd24:0x15d,_0x2f8c80:0x342,_0x4d3595:0x1ae,_0x1ac361:0xab,_0x55a373:0x1ad,_0x4d334b:0x33f,_0x4f7d49:0x332,_0xe2a59b:0x3f0,_0x113d17:0x442,_0x26ea43:0x12a,_0x4dc7f6:0x1ee,_0x26b7bc:0x5e,_0x447fb3:0x69,_0x41d0c2:0x350,_0x21761a:0x9b,_0xa2538e:0x14e,_0x26ee81:0x136,_0x58791c:0x94,_0x46b7da:0x32f,_0xfaf189:0x366,_0x3c3d1b:0x3e9,_0x462036:0x4fd,_0x3f09a2:0x43d,_0x2c25dc:0x47b,_0x5ed506:0xda,_0x2cf6a4:0x184,_0x2c1ca7:0x19c,_0x18bfc3:0x205,_0x10f63a:0x12b,_0x381cb8:0xe3,_0x9177d3:0xd0,_0x1eca33:0x3a8,_0x145d23:0x34b,_0x178a5a:0x31f,_0x43f546:0x3f2,_0x12067c:0x33e,_0x4c4dcc:0x408,_0x568be9:0x3f0,_0x4e01c2:0x436,_0x5828a0:0x381,_0x63a7ff:0x2fa,_0x5e5f07:0x130,_0x1e9772:0xbf,_0x140112:0x119,_0x4dbabe:0x61,_0x275aec:0x23,_0x19f801:0x318,_0x19ade9:0x350,_0x43b814:0x412},_0x5b6943={_0x2711a1:0x6d},_0x10a896={};_0x10a896[_0x53e716(0x436,_0x1aaabb._0x4357f2,_0x1aaabb._0x5f4181,_0x1aaabb._0x34a4c3)]=_0xced8b(0x15f,_0x1aaabb._0x4ac9fb,0x1ca,0x201)+'t',_0x10a896[_0xced8b(_0x1aaabb._0x501496,0x12a,_0x1aaabb._0x1fa91f,_0x1aaabb._0x1064ff)]=_0x53e716(_0x1aaabb._0x51cbf3,0x2b2,0x369,_0x1aaabb._0x3e6d31)+_0xced8b(0x163,_0x1aaabb._0x4b742f,0x112,_0x1aaabb._0x26e359),_0x10a896[_0x53e716(_0x1aaabb._0x2f199c,0x3d7,_0x1aaabb._0x4487ee,0x411)]=_0x53e716(_0x1aaabb._0x1372f7,0x3ff,_0x1aaabb._0x4ee66c,_0x1aaabb._0x4ed6c3)+_0xced8b(0x198,_0x1aaabb._0x591bb8,0x15c,0x76)+'e',_0x10a896[_0x53e716(0x3f8,0x492,_0x1aaabb._0xa396cd,_0x1aaabb._0x4ac612)]=_0x53e716(0x30b,_0x1aaabb._0xefee4e,_0x1aaabb._0x499a1c,0x2cd)+_0x53e716(0x49d,0x40a,_0x1aaabb._0x2dbd8e,_0x1aaabb._0x3d80ec)+'te',_0x10a896[_0x53e716(0x413,_0x1aaabb._0x239fb6,0x36c,0x356)]=_0x53e716(_0x1aaabb._0x1852a8,0x446,_0x1aaabb._0x473f88,_0x1aaabb._0x31d8a0)+'ates',_0x10a896[_0x53e716(0x44b,0x3c8,0x3b4,0x3e3)]=function(_0x58e76e,_0x2dbb75){return _0x58e76e===_0x2dbb75;},_0x10a896[_0x53e716(_0x1aaabb._0x228190,0x419,0x455,_0x1aaabb._0x2488b9)]=function(_0x58fbc3,_0x472e4a){return _0x58fbc3!==_0x472e4a;},_0x10a896[_0xced8b(0x8f,0x109,_0x1aaabb._0x459bab,0xb8)]=_0x53e716(0x382,0x397,_0x1aaabb._0x593281,_0x1aaabb._0x1b1577),_0x10a896[_0xced8b(_0x1aaabb._0x3a8509,0x63,-_0x1aaabb._0x13d699,0xde)]=_0x53e716(_0x1aaabb._0x69edfc,0x39b,0x367,0x325),_0x10a896[_0x53e716(0x40a,0x358,_0x1aaabb._0x5936c0,0x4a7)]=_0xced8b(0x32,_0x1aaabb._0x80b7c8,0x14e,0x3e)+_0x53e716(0x3a1,_0x1aaabb._0x1bca8d,0x381,0x3af)+_0xced8b(0x24,0xbf,_0x1aaabb._0x88e215,0x5c),_0x10a896[_0x53e716(_0x1aaabb._0x5b535c,_0x1aaabb._0x2a927d,0x49e,0x4a9)]=_0xced8b(0x15b,_0x1aaabb._0x1bcaa3,_0x1aaabb._0x5c29c2,0xe3)+'erver\x20Erro'+'r';const _0xaa7909=_0x10a896,{callingTask:_0x4cd37e,environmentName:_0x650a29,environmentPath:_0x43af46}=_0x194d0d,{name:_0xd38c08}=_0x194d0d[_0x53e716(0x3e5,0x47a,0x4ab,0x503)];function _0xced8b(_0x19eebf,_0x21ca91,_0x384480,_0x18cc48){return _0x631cf9(_0x384480,_0x21ca91-0x42,_0x384480-0x72,_0x21ca91-0x1f5);}if(_0xd38c08[_0xced8b(_0x1aaabb._0x357fc9,_0x1aaabb._0x4159b3,-0x20,-0x1a)]('/')||_0xd38c08[_0x53e716(0x361,_0x1aaabb._0x100ace,0x394,_0x1aaabb._0x1d5750)]('\x5c')||_0xd38c08[_0x53e716(0x3b5,_0x1aaabb._0x2a58c5,0x394,0x2da)]('..')){const _0x1aa271={};return _0x1aa271['error']=_0xced8b(0xc8,0x170,0xbd,0xc5)+'t',_0x1aa271['message']=_0xaa7909[_0xced8b(_0x1aaabb._0x5735f0,0x154,0xa1,_0x1aaabb._0xbb8256)],_0xd6b73c[_0xced8b(0xaa,_0x1aaabb._0x4bae43,_0x1aaabb._0x4167a6,_0x1aaabb._0x4dfcf3)](0x1f49+0xe68+-0x2c21)['json'](_0x1aa271);}function _0x53e716(_0x1e3f7e,_0x4e13dd,_0x5922bd,_0x1275ed){return _0x631cf9(_0x1e3f7e,_0x4e13dd-0x70,_0x5922bd-_0x5b6943._0x2711a1,_0x5922bd-0x4ed);}const _0x3c2abc={};_0x3c2abc[_0xced8b(0x5d,0x6e,-0x1f,0x99)]=_0x4cd37e[_0x53e716(0x2a6,_0x1aaabb._0x25362b,_0x1aaabb._0x58b4c9,0x2d4)],_0x3c2abc['environmen'+'t']=_0x650a29,_0x3c2abc[_0xced8b(_0x1aaabb._0x403ecf,0x184,0x128,_0x1aaabb._0x1116f1)]=_0xd38c08,logger[_0x53e716(_0x1aaabb._0x40bce6,0x454,_0x1aaabb._0x4d4d0d,_0x1aaabb._0x572069)](_0xaa7909['OttTJ'],_0x3c2abc);const _0x1aa4c2=_0x5ddb2f[_0x53e716(0x342,0x3c6,_0x1aaabb._0x7dff12,0x340)](_0x43af46,_0xaa7909[_0xced8b(0x3b,_0x1aaabb._0x521ffb,0xc1,-_0x1aaabb._0x1a88fd)]),_0x4780fb=_0x5ddb2f['join'](_0x1aa4c2,_0xd38c08+_0x53e716(0x36a,0x46b,_0x1aaabb._0x45cf7a,0x4b2)),_0x27b0c2=_0x5ddb2f[_0xced8b(_0x1aaabb._0x41aebd,_0x1aaabb._0x4f0fe5,_0x1aaabb._0x2e332a,_0x1aaabb._0x3d91ac)](_0x1aa4c2,_0xd38c08+_0xced8b(0x200,_0x1aaabb._0x4ba4a5,0x253,0x111));try{const _0xccab33=await _0x2b40a4[_0xced8b(_0x1aaabb._0x557361,0x158,_0x1aaabb._0x19a574,0xef)](_0x4780fb,_0xced8b(0x1e8,0x1bc,0x1b0,0x1f7));let _0x5906aa=null;try{const _0x342977=await _0x2b40a4['readFile'](_0x27b0c2,_0xced8b(_0x1aaabb._0x482e28,_0x1aaabb._0x2e1a9d,0x11c,_0x1aaabb._0x324e57));_0x5906aa=JSON[_0xced8b(-0x29,_0x1aaabb._0x3944e9,0x99,0xdb)](_0x342977);}catch{}const _0x7d4d55={};_0x7d4d55[_0x53e716(_0x1aaabb._0x4ed6c3,_0x1aaabb._0x3a1a89,0x3c7,_0x1aaabb._0x269627)]=_0xd38c08,_0x7d4d55[_0x53e716(_0x1aaabb._0x1cb4b6,0x3ae,0x3c1,_0x1aaabb._0x231211)]=_0xccab33,_0x7d4d55['metadata']=_0x5906aa,_0x7d4d55[_0xced8b(0xbd,_0x1aaabb._0x5367ba,0x19d,_0x1aaabb._0x5896e8)+'t']=_0x650a29,_0xd6b73c[_0x53e716(_0x1aaabb._0x18785d,_0x1aaabb._0x10d42,0x350,_0x1aaabb._0x449274)](_0x7d4d55);}catch(_0x22348f){if(_0xaa7909[_0x53e716(0x351,0x3cf,0x3b4,0x3a1)](_0x22348f['code'],_0xced8b(_0x1aaabb._0x49920a,_0x1aaabb._0x594d4a,-_0x1aaabb._0x252b3f,_0x1aaabb._0x558727))){if(_0xaa7909[_0xced8b(_0x1aaabb._0x482e28,_0x1aaabb._0x1efd24,0xd7,0x222)](_0xaa7909[_0x53e716(0x445,_0x1aaabb._0x2f8c80,0x401,0x489)],_0xaa7909[_0xced8b(_0x1aaabb._0x4d3595,0x109,_0x1aaabb._0x1ac361,_0x1aaabb._0x55a373)])){const _0x897f07={};return _0x897f07[_0x53e716(_0x1aaabb._0x4d334b,0x37f,0x3a1,0x432)]=_0xaa7909['TjoTC'],_0x897f07[_0x53e716(0x4ae,_0x1aaabb._0x4f7d49,_0x1aaabb._0xe2a59b,_0x1aaabb._0x113d17)]=_0xaa7909[_0xced8b(0xf3,_0x1aaabb._0x26ea43,_0x1aaabb._0x4dc7f6,0xcc)],_0x1acd7c[_0xced8b(-0xb,_0x1aaabb._0x26b7bc,-0x40,-_0x1aaabb._0x447fb3)](-0x176+-0x1369+0x166f)[_0x53e716(0x33f,0x341,_0x1aaabb._0x41d0c2,0x2bb)](_0x897f07);}else{const _0x502da5={};_0x502da5['error']=_0xaa7909['SEebS'],_0x502da5[_0xced8b(_0x1aaabb._0x21761a,0xf8,_0x1aaabb._0xa2538e,_0x1aaabb._0x26ee81)]='Template\x20\x27'+_0xd38c08+('\x27\x20not\x20foun'+'d'),_0xd6b73c[_0x53e716(0x308,0x417,0x356,0x3d8)](-0x1*0x21fb+0x185*0x17+0x9c)[_0xced8b(_0x1aaabb._0x58791c,0x58,0x95,0xab)](_0x502da5);}}else{const _0x41c90c={};_0x41c90c[_0x53e716(_0x1aaabb._0x100ace,_0x1aaabb._0x46b7da,_0x1aaabb._0xfaf189,0x307)]=_0x4cd37e[_0x53e716(0x313,_0x1aaabb._0x3c3d1b,0x366,0x411)],_0x41c90c[_0x53e716(_0x1aaabb._0x462036,_0x1aaabb._0x3f09a2,0x47b,_0x1aaabb._0x2c25dc)+'t']=_0x650a29,_0x41c90c[_0xced8b(_0x1aaabb._0x5ed506,_0x1aaabb._0x2cf6a4,_0x1aaabb._0x2c1ca7,_0x1aaabb._0x18bfc3)]=_0xd38c08,_0x41c90c[_0xced8b(0x5f,0xa9,_0x1aaabb._0x10f63a,_0x1aaabb._0x381cb8)]=_0x22348f[_0xced8b(0x11c,0xf8,_0x1aaabb._0x9177d3,0x40)],logger['error'](_0xaa7909[_0x53e716(0x43a,_0x1aaabb._0x1eca33,0x3f7,_0x1aaabb._0x145d23)],_0x41c90c);const _0x44d1ca={};_0x44d1ca[_0x53e716(_0x1aaabb._0x178a5a,_0x1aaabb._0x43f546,0x3a1,_0x1aaabb._0x12067c)]=_0xaa7909['QFfvl'],_0x44d1ca[_0x53e716(_0x1aaabb._0x4c4dcc,_0x1aaabb._0x43f546,_0x1aaabb._0x568be9,0x378)]='Failed\x20to\x20'+_0x53e716(0x2c6,_0x1aaabb._0x4e01c2,_0x1aaabb._0x5828a0,_0x1aaabb._0x63a7ff)+_0xced8b(_0x1aaabb._0x5e5f07,_0x1aaabb._0x1e9772,0xda,_0x1aaabb._0x140112),_0xd6b73c[_0xced8b(_0x1aaabb._0x4dbabe,0x5e,-0x1d,-_0x1aaabb._0x275aec)](-0x26ac+-0x1f*0xb7+0x3ec9)[_0x53e716(0x2bc,_0x1aaabb._0x19f801,_0x1aaabb._0x19ade9,_0x1aaabb._0x43b814)](_0x44d1ca);}}}),router[_0x450377(0x2b9,0x393,0x373,0x2e7)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0xc41dce,_0x5af3d9)=>{const _0x3a12dc={_0x3bd400:0x122,_0xdfa079:0x73,_0x3e2a4f:0x126,_0x1d5cd5:0x1db,_0x52316b:0x24a,_0x17f02d:0x1be,_0xfe3773:0x215,_0x526839:0xd2,_0x2f7fc2:0x260,_0x13c2d6:0x259,_0x4d6f09:0xfa,_0x1bed3d:0xa6,_0x14f66:0xde,_0x38fcb4:0x147,_0x5050d7:0x6b,_0x2a4bda:0x76,_0x336882:0x1d8,_0x530ec3:0x1a8,_0x54740:0xef,_0xc61895:0x19b,_0x3fafc7:0x223,_0x34e01f:0x235,_0x32f074:0x1f3,_0xd2cabf:0x108,_0x3a4c05:0x228,_0x468937:0x222,_0x294954:0xf9,_0x176e86:0x9e,_0x3c6536:0x1bb,_0x2ef4f3:0x12d,_0x595ca9:0x1de,_0x4df057:0xe9,_0x56f9ba:0x26c,_0x191d08:0x295,_0x373d1c:0x286,_0x125fbc:0x333,_0x4c11c0:0xf0,_0x195962:0x160,_0x347b7c:0xa0,_0x415c73:0x12b,_0x7a269b:0x27b,_0x30051f:0x1ab,_0x24651f:0x167,_0x394dfe:0x180,_0x57baef:0x1c9,_0x4d23b1:0x16d,_0x1b40fb:0x10c,_0x3bd8b3:0x150,_0x1b6d16:0x1f1,_0x30f6fd:0x271,_0x3a19ff:0x274,_0x8ad247:0x149,_0xb557cb:0x22c,_0x234923:0x133,_0x5b7177:0x174,_0x4e0df7:0x2c8,_0x1016ef:0x10a,_0x2f90d4:0x107,_0x236a67:0x19c,_0x492591:0xbd,_0x9f39ed:0x212,_0x4152a4:0x232,_0x2e6f58:0x237,_0xde0b2e:0x167,_0x1da2f7:0x22e,_0x28f15c:0xc8,_0x25e19b:0x160,_0x406ff7:0x172,_0xf77da5:0x136,_0x3970ce:0x18a,_0x7d5e71:0xfb,_0x2f155f:0x192,_0x3c612c:0xf4,_0x161063:0x10d,_0x5e49c8:0x1a5,_0x3bf853:0xf3,_0x9b0f6:0x1d6,_0x5a5782:0x2dc,_0x84ca2f:0x1ed,_0x523f0f:0x16e,_0x2ec486:0x2e0,_0x59eab0:0x1f3,_0x2cc8cc:0x15c,_0x4a979c:0x18c,_0x59c32f:0x149,_0x5e8c53:0x1f5,_0x11e9af:0x22f,_0x15576c:0x1f5,_0x319c56:0x1fc,_0x46d298:0x22f,_0x46eda8:0x1ca,_0x54d02a:0x57,_0x527ea5:0x2a0,_0x418cd0:0x1e6,_0xed6599:0x241,_0x590a61:0x206,_0x5948e7:0x1cb,_0x135ad5:0x153,_0x46b15f:0x116,_0x3408ec:0xd1,_0x17962a:0xe8,_0x212352:0x1ee,_0x176b2b:0x1e5,_0x25c9c7:0x1c1,_0x5eda3d:0x216,_0x670b97:0x1d5,_0x304ddf:0x228,_0x210e91:0x20d,_0x20f3c8:0x1ee,_0x3bc5c6:0x224,_0x5629b5:0x146,_0x5964c5:0xbb,_0x21423c:0x1b6,_0x51fa33:0x202,_0x82a56:0x150,_0x4caf0a:0x1aa,_0x2f302f:0x24d,_0x38ca11:0xdb,_0x3e6b50:0xb7,_0x349f13:0x1c8,_0x5d3c7e:0xea,_0x2c1a51:0x156,_0x226305:0x110,_0x11b598:0x128,_0x1257af:0x18c,_0x5bb95a:0x122,_0x375439:0x17a,_0x314e5f:0x168,_0x577338:0xbc,_0x35ce63:0x128,_0x498944:0x1a7,_0x1a123e:0x14a,_0x3f84e2:0x235,_0x32c2c0:0x2c6,_0x1f2483:0x238,_0x1f8a20:0x2b9,_0x46a65f:0x2d6,_0x7c4693:0x1ec,_0x4710b5:0x1e8,_0x554fe9:0x260,_0x111d05:0x315,_0x276bd0:0x207,_0x5447aa:0x176,_0x4f0fdc:0x138,_0x31ce1b:0x29b,_0x338a1c:0x11c,_0x5773c6:0x188,_0x42d392:0xfd,_0x11e890:0x165,_0x8c1767:0xbd,_0xc2d8d0:0x2ba,_0x516e11:0x242,_0x5694:0x25c,_0x12162f:0x2cf,_0x219f92:0x12e,_0xfb275:0x1e0,_0x323770:0x1b2,_0x4dcb6a:0x225,_0x3de7f8:0x164,_0x5aa538:0xe7,_0x207d2a:0x1a9,_0x3172fe:0x18f,_0x21abb9:0x178,_0x2efe3b:0x1d1,_0x57af6a:0x59,_0x4283c6:0x1ca,_0x11d15e:0x79,_0x557523:0x204,_0x4023a8:0x7b,_0x40a614:0xbe,_0x3e2d0a:0x18d,_0x20525c:0x1ee,_0x3da4a1:0x2f5,_0x2eea2e:0x264,_0xf43dd0:0x21f,_0x38893f:0x1d8,_0x5d0edd:0x1db,_0x1fc4c0:0x16f,_0x4cc803:0x260,_0x2d7e37:0x1af,_0x9db546:0x257,_0xe24447:0x17f},_0x55f06e={_0x26dab5:0x15f,_0x34ac41:0x144},_0x12df42={_0x497e9f:0x1eb,_0x4d500a:0x9a},_0x18a0db={};_0x18a0db[_0x5875a7(_0x3a12dc._0x3bd400,0x1d3,_0x3a12dc._0xdfa079,0x127)]=_0x5875a7(0x174,0x16a,_0x3a12dc._0x3e2a4f,0xb3),_0x18a0db[_0x10a611(-_0x3a12dc._0x1d5cd5,-_0x3a12dc._0x52316b,-_0x3a12dc._0x17f02d,-0x214)]='Internal\x20S'+_0x5875a7(0x15c,0xf2,_0x3a12dc._0xfe3773,_0x3a12dc._0x526839)+'r',_0x18a0db[_0x5875a7(_0x3a12dc._0x2f7fc2,_0x3a12dc._0x13c2d6,0x2cd,0x29b)]=_0x10a611(-_0x3a12dc._0x4d6f09,-0x16f,-_0x3a12dc._0x1bed3d,-0x13c)+'t',_0x18a0db[_0x10a611(-0x154,-0x1d7,-0x149,-0x1c8)]=_0x5875a7(0x12f,0xf1,0x79,0x109)+_0x10a611(-_0x3a12dc._0x14f66,-0x55,-0x140,-0xd1),_0x18a0db['HgYAO']=_0x10a611(-0x1af,-0x249,-0x1f9,-0x1b4)+_0x5875a7(0x19a,0x1d2,_0x3a12dc._0x38fcb4,0x1ba)+'e';function _0x10a611(_0x38d6e0,_0x4b1695,_0x1008b6,_0x494f69){return _0x450377(_0x494f69,_0x4b1695-_0x12df42._0x497e9f,_0x1008b6-_0x12df42._0x4d500a,_0x38d6e0- -0x46c);}_0x18a0db[_0x10a611(-0xf6,-_0x3a12dc._0x5050d7,-_0x3a12dc._0x2a4bda,-0x42)]=function(_0x4b1a1f,_0x2e5736){return _0x4b1a1f===_0x2e5736;};function _0x5875a7(_0x157a22,_0x2a43a6,_0x29b208,_0x19bfdb){return _0x450377(_0x29b208,_0x2a43a6-_0x55f06e._0x26dab5,_0x29b208-0xf7,_0x157a22- -_0x55f06e._0x34ac41);}_0x18a0db['qtOac']=_0x5875a7(0x21c,_0x3a12dc._0x336882,_0x3a12dc._0x530ec3,0x1ac)+_0x10a611(-0x1ad,-0x137,-_0x3a12dc._0x54740,-0x1b3)+_0x10a611(-0x170,-_0x3a12dc._0xc61895,-0xae,-_0x3a12dc._0x3fafc7),_0x18a0db[_0x10a611(-_0x3a12dc._0x34e01f,-0x281,-_0x3a12dc._0x32f074,-0x24e)]=function(_0x109492,_0x1f3fac){return _0x109492!==_0x1f3fac;},_0x18a0db['RtIyS']=_0x10a611(-0x195,-_0x3a12dc._0x17f02d,-_0x3a12dc._0xd2cabf,-0x183)+_0x5875a7(_0x3a12dc._0x3a4c05,0x23f,0x2a7,_0x3a12dc._0x468937),_0x18a0db['sWOFw']=function(_0x8fab7a,_0x35f1cd){return _0x8fab7a!==_0x35f1cd;},_0x18a0db[_0x5875a7(_0x3a12dc._0x294954,_0x3a12dc._0x176e86,0x177,_0x3a12dc._0x3c6536)]=_0x10a611(-0x137,-_0x3a12dc._0x2ef4f3,-_0x3a12dc._0x595ca9,-_0x3a12dc._0x4df057),_0x18a0db[_0x5875a7(_0x3a12dc._0x56f9ba,_0x3a12dc._0x191d08,_0x3a12dc._0x373d1c,_0x3a12dc._0x125fbc)]=function(_0x76c94c,_0x7d7d28){return _0x76c94c!==_0x7d7d28;},_0x18a0db[_0x10a611(-_0x3a12dc._0x4c11c0,-_0x3a12dc._0x195962,-_0x3a12dc._0x347b7c,-_0x3a12dc._0x415c73)]=_0x5875a7(0x248,0x24a,_0x3a12dc._0x7a269b,0x1a8),_0x18a0db[_0x10a611(-0x165,-0x20c,-0x213,-0x116)]='utf-8',_0x18a0db['DLufY']=_0x5875a7(0x140,0x203,_0x3a12dc._0x30051f,0xc7)+_0x5875a7(0x135,_0x3a12dc._0x24651f,_0x3a12dc._0x394dfe,_0x3a12dc._0x57baef)+_0x5875a7(0x180,0xd1,_0x3a12dc._0x4d23b1,0x102),_0x18a0db[_0x5875a7(0x1af,0x1f1,_0x3a12dc._0x1b40fb,0x1f9)]=_0x5875a7(_0x3a12dc._0x3bd8b3,_0x3a12dc._0x17f02d,0x182,0xbc)+_0x5875a7(0x24c,_0x3a12dc._0x1b6d16,0x2bb,0x29b)+'late';const _0x1b349a=_0x18a0db,{callingTask:_0x190abf,taskUser:_0x2c83d8,environmentName:_0x5f4912,environmentPath:_0x13ab85}=_0xc41dce,{name:_0x2a98a7}=_0xc41dce[_0x5875a7(_0x3a12dc._0x30f6fd,_0x3a12dc._0x3a19ff,0x2cc,0x287)],{content:_0x4a0176,metadata:_0x14ed23}=_0xc41dce[_0x10a611(-0x1d1,-0x1d5,-0x131,-0x19f)];if(_0x2a98a7[_0x10a611(-0x1ce,-_0x3a12dc._0x8ad247,-_0x3a12dc._0x195962,-_0x3a12dc._0xb557cb)]('/')||_0x2a98a7[_0x5875a7(0x15a,0x19f,_0x3a12dc._0x234923,_0x3a12dc._0x5b7177)]('\x5c')||_0x2a98a7['includes']('..')){const _0x254d32={};return _0x254d32['error']=_0x1b349a[_0x5875a7(0x260,0x300,0x2c2,_0x3a12dc._0x4e0df7)],_0x254d32[_0x5875a7(0x1b6,_0x3a12dc._0x1016ef,_0x3a12dc._0x2f90d4,0x247)]=_0x1b349a['HgYAO'],_0x5af3d9[_0x5875a7(0x11c,_0x3a12dc._0x236a67,_0x3a12dc._0x492591,0x140)](-0x1b*-0xf0+0x729*0x4+-0x3464*0x1)[_0x10a611(-_0x3a12dc._0x9f39ed,-0x17d,-0x282,-0x229)](_0x254d32);}if(_0x1b349a[_0x5875a7(_0x3a12dc._0x4152a4,_0x3a12dc._0x2e6f58,_0x3a12dc._0x17f02d,0x1bb)](_0x4a0176,undefined)){const _0x1696e3={};return _0x1696e3[_0x5875a7(_0x3a12dc._0xde0b2e,0x162,_0x3a12dc._0x1da2f7,0x142)]=_0x1b349a[_0x10a611(-_0x3a12dc._0x28f15c,-_0x3a12dc._0x25e19b,-0x174,-0x6c)],_0x1696e3[_0x10a611(-_0x3a12dc._0x406ff7,-_0x3a12dc._0xf77da5,-_0x3a12dc._0x3970ce,-_0x3a12dc._0x7d5e71)]=_0x1b349a[_0x5875a7(_0x3a12dc._0x2f155f,0xd4,0x128,0x221)],_0x5af3d9[_0x5875a7(0x11c,0x18c,_0x3a12dc._0x3c612c,0x191)](0x85b+0x1833+-0x1*0x1efe)['json'](_0x1696e3);}logger[_0x5875a7(_0x3a12dc._0x406ff7,0x1bb,0x135,_0x3a12dc._0x161063)](_0x10a611(-_0x3a12dc._0x5e49c8,-_0x3a12dc._0x2e6f58,-_0x3a12dc._0x3bf853,-_0x3a12dc._0x9b0f6)+_0x5875a7(0x21a,0x280,_0x3a12dc._0x5a5782,_0x3a12dc._0x84ca2f)+'te',{'taskId':_0x190abf['taskId'],'environment':_0x5f4912,'template':_0x2a98a7,'userId':_0x2c83d8['id'],'hasMetadata':_0x1b349a['rNSgK'](_0x14ed23,undefined)});const _0x2b9c58=_0x5ddb2f[_0x5875a7(0x133,_0x3a12dc._0x523f0f,0x81,0x1d0)](_0x13ab85,_0x1b349a[_0x5875a7(0x269,0x2af,_0x3a12dc._0x2ec486,_0x3a12dc._0x59eab0)]),_0xbd9f8c=_0x5ddb2f[_0x5875a7(0x133,0x87,0xf2,0xed)](_0x2b9c58,_0x2a98a7+_0x10a611(-_0x3a12dc._0x2cc8cc,-0x193,-_0x3a12dc._0x4a979c,-_0x3a12dc._0x59c32f)),_0x31a5f0=_0x5ddb2f[_0x10a611(-_0x3a12dc._0x5e8c53,-0x1bd,-0x1dc,-0x1df)](_0x2b9c58,_0x2a98a7+'.json'),_0x536eab=new Date()['toISOStrin'+'g']();try{if(_0x1b349a['sWOFw'](_0x1b349a[_0x10a611(-_0x3a12dc._0x11e9af,-0x1f3,-_0x3a12dc._0x15576c,-_0x3a12dc._0x319c56)],_0x1b349a[_0x10a611(-_0x3a12dc._0x46d298,-_0x3a12dc._0x30f6fd,-0x1a4,-0x2aa)])){if(_0xd4f24b[_0x5875a7(0x117,0xa0,_0x3a12dc._0x46eda8,_0x3a12dc._0x54d02a)]===_0x10a611(-0x225,-_0x3a12dc._0x527ea5,-_0x3a12dc._0x3c6536,-_0x3a12dc._0x418cd0)){const _0x2cd4c0={};_0x2cd4c0['content']='',_0x2cd4c0[_0x5875a7(_0x3a12dc._0xed6599,0x223,0x24f,0x2e3)+'t']=_0x266683,_0x2cd4c0['path']=_0x1b349a[_0x10a611(-_0x3a12dc._0x590a61,-_0x3a12dc._0x5948e7,-0x28d,-_0x3a12dc._0x135ad5)],_0x2cd4c0['exists']=![],_0x2497d7[_0x5875a7(_0x3a12dc._0x46b15f,_0x3a12dc._0x4df057,0x18c,0x16e)](_0x2cd4c0);}else{const _0x3fa91f={};_0x3fa91f[_0x5875a7(0x12c,0x182,_0x3a12dc._0x3408ec,_0x3a12dc._0x17962a)]=_0x2cb3c7[_0x5875a7(0x12c,_0x3a12dc._0x195962,_0x3a12dc._0x212352,_0x3a12dc._0x176b2b)],_0x3fa91f[_0x5875a7(0x241,0x2d8,0x292,0x2fc)+'t']=_0x5ddb94,_0x3fa91f[_0x10a611(-_0x3a12dc._0x25c9c7,-_0x3a12dc._0x5eda3d,-_0x3a12dc._0x670b97,-0x1e2)]=_0x2fc237[_0x10a611(-_0x3a12dc._0x406ff7,-_0x3a12dc._0x304ddf,-0x16c,-_0x3a12dc._0x210e91)],_0x2a18cc[_0x5875a7(0x167,0x224,0x15e,0x1fa)](_0x10a611(-0x1d8,-_0x3a12dc._0x20f3c8,-_0x3a12dc._0x3bc5c6,-0x1ff)+'read\x20AGENT'+_0x5875a7(_0x3a12dc._0x5629b5,0x1fb,0x191,_0x3a12dc._0x5964c5),_0x3fa91f);const _0xeaebc7={};_0xeaebc7['error']=_0x1b349a['ZRDsV'],_0xeaebc7[_0x5875a7(_0x3a12dc._0x21423c,0x25d,0x238,_0x3a12dc._0x51fa33)]=_0x5875a7(_0x3a12dc._0x82a56,0x11a,0x1cb,_0x3a12dc._0x4caf0a)+'read\x20instr'+_0x10a611(-0x19e,-0x1f0,-_0x3a12dc._0x2f302f,-_0x3a12dc._0x38ca11)+'le',_0x3528a7[_0x5875a7(0x11c,_0x3a12dc._0x3e6b50,0x1ac,_0x3a12dc._0x349f13)](-0x409*-0x7+0xb*-0x2cc+0x479)[_0x5875a7(0x116,0x1c1,0xa9,_0x3a12dc._0x5d3c7e)](_0xeaebc7);}}else{const _0x114365={};_0x114365[_0x5875a7(_0x3a12dc._0x2c1a51,_0x3a12dc._0x226305,0x192,_0x3a12dc._0x670b97)]=!![],await _0x2b40a4[_0x5875a7(_0x3a12dc._0x11b598,0x1ca,_0x3a12dc._0x1257af,_0x3a12dc._0x5bb95a)](_0x2b9c58,_0x114365),await _0x2b40a4[_0x5875a7(0x115,0x77,_0x3a12dc._0x375439,_0x3a12dc._0x314e5f)](_0xbd9f8c,_0x4a0176,'utf-8');if(_0x1b349a[_0x10a611(-_0x3a12dc._0x577338,-_0x3a12dc._0x35ce63,-0xfb,-0x3b)](_0x14ed23,undefined)&&_0x1b349a[_0x5875a7(_0x3a12dc._0x498944,0x1de,0x215,_0x3a12dc._0x1a123e)](_0x14ed23,null)){if(_0x1b349a[_0x10a611(-_0x3a12dc._0x3f84e2,-0x224,-_0x3a12dc._0x32c2c0,-0x238)](_0x1b349a[_0x10a611(-0xf0,-0x13b,-0x30,-0x155)],_0x1b349a[_0x5875a7(_0x3a12dc._0x1f2483,_0x3a12dc._0x1f8a20,_0x3a12dc._0x46a65f,0x2d0)])){const _0x16dedb={};return _0x16dedb[_0x5875a7(0x167,_0x3a12dc._0x7c4693,0x180,_0x3a12dc._0x4710b5)]=_0x1b349a[_0x5875a7(_0x3a12dc._0x554fe9,_0x3a12dc._0x111d05,_0x3a12dc._0x276bd0,0x2f6)],_0x16dedb[_0x10a611(-_0x3a12dc._0x406ff7,-_0x3a12dc._0x234923,-0xb2,-_0x3a12dc._0x5447aa)]=_0x1b349a[_0x5875a7(0x1d4,_0x3a12dc._0x4f0fdc,_0x3a12dc._0x31ce1b,0x24f)],_0x565dd6[_0x5875a7(_0x3a12dc._0x338a1c,_0x3a12dc._0x5773c6,0x15e,0xdf)](-0x1216+0x29d+0x1109)[_0x5875a7(_0x3a12dc._0x46b15f,0xc8,0xdc,_0x3a12dc._0x42d392)](_0x16dedb);}else await _0x2b40a4['writeFile'](_0x31a5f0,JSON['stringify'](_0x14ed23,null,0x22c2+0xef*0x19+0x1*-0x3a17),_0x1b349a[_0x10a611(-_0x3a12dc._0x11e890,-_0x3a12dc._0x8c1767,-0x103,-0xcd)]);}const _0x4c3caa={};_0x4c3caa['taskId']=_0x190abf[_0x10a611(-0x1fc,-0x2a5,-_0x3a12dc._0x2f302f,-_0x3a12dc._0xc2d8d0)],_0x4c3caa['environmen'+'t']=_0x5f4912,_0x4c3caa[_0x5875a7(_0x3a12dc._0x516e11,_0x3a12dc._0x5694,0x25e,_0x3a12dc._0x12162f)]=_0x2a98a7,_0x4c3caa['userId']=_0x2c83d8['id'],logger['info'](_0x1b349a[_0x10a611(-0x173,-0x217,-0xe2,-0x140)],_0x4c3caa);const _0x581825={};_0x581825[_0x5875a7(_0x3a12dc._0x219f92,_0x3a12dc._0xfb275,0xca,_0x3a12dc._0x323770)]=!![],_0x581825[_0x5875a7(0x18d,_0x3a12dc._0x4dcb6a,0x13c,_0x3a12dc._0x3de7f8)]=_0x2a98a7,_0x581825[_0x10a611(-_0x3a12dc._0x5aa538,-0x6f,-_0x3a12dc._0x207d2a,-_0x3a12dc._0x3172fe)+'t']=_0x5f4912,_0x581825[_0x5875a7(_0x3a12dc._0x3de7f8,0x220,_0x3a12dc._0x21abb9,0x101)]=_0x536eab,_0x581825[_0x10a611(-0x171,-0x1c9,-_0x3a12dc._0x2efe3b,-0xea)+_0x10a611(-0x114,-_0x3a12dc._0x2efe3b,-_0x3a12dc._0x57af6a,-_0x3a12dc._0x4283c6)]=_0x190abf[_0x5875a7(0x12c,_0x3a12dc._0x11d15e,0x132,0x1a7)],_0x581825[_0x5875a7(0x25c,_0x3a12dc._0x557523,0x2d2,0x2a6)+_0x10a611(-0xdf,-_0x3a12dc._0x4023a8,-0x111,-_0x3a12dc._0x40a614)]=_0x2c83d8['id'],_0x5af3d9[_0x10a611(-0x212,-0x1c0,-0x165,-_0x3a12dc._0x3e2d0a)](_0x581825);}}catch(_0x1a5ece){const _0x32b422={};_0x32b422[_0x10a611(-_0x3a12dc._0x319c56,-_0x3a12dc._0x20525c,-_0x3a12dc._0x46eda8,-0x225)]=_0x190abf['taskId'],_0x32b422['environmen'+'t']=_0x5f4912,_0x32b422[_0x5875a7(0x242,_0x3a12dc._0x3da4a1,0x18a,_0x3a12dc._0x2eea2e)]=_0x2a98a7,_0x32b422[_0x5875a7(_0x3a12dc._0x24651f,0x223,_0x3a12dc._0xf43dd0,0x1f6)]=_0x1a5ece['message'],logger['error'](_0x10a611(-_0x3a12dc._0x38893f,-0x17e,-0x286,-0x1e3)+'write\x20temp'+'late',_0x32b422);const _0x4382f1={};_0x4382f1[_0x5875a7(0x167,0x116,0xab,0xf7)]=_0x1b349a[_0x10a611(-_0x3a12dc._0x5d0edd,-_0x3a12dc._0x1fc4c0,-_0x3a12dc._0x4cc803,-0x286)],_0x4382f1['message']=_0x1b349a[_0x5875a7(_0x3a12dc._0x2d7e37,0x1b7,_0x3a12dc._0x9db546,_0x3a12dc._0xe24447)],_0x5af3d9[_0x5875a7(0x11c,0x136,0x9b,0x195)](-0x1fe2+0x1fff*0x1+0x1d7)[_0x10a611(-0x212,-0x151,-0x25c,-_0x3a12dc._0x1fc4c0)](_0x4382f1);}}),router[_0x631cf9(-0x167,-0x146,-0xa8,-0x11a)]('/templates'+_0x631cf9(-0x1fe,-0x1fc,-0x258,-0x19f),requireTaskAuth,requireTemplatesPermission,async(_0x290ed5,_0x1f3b14)=>{const _0x409ef6={_0x2b7fdb:0x18,_0x15ef50:0x6c,_0x3fcdf8:0xce,_0x509699:0x321,_0x1f464a:0x47c,_0x55afc6:0x422,_0x795f41:0x4c3,_0x252ca1:0x419,_0x2111ba:0x185,_0x391e74:0xf7,_0x5e07a1:0xc4,_0x5033d5:0x366,_0x10447c:0x355,_0x2f3917:0xe3,_0x4afa84:0x101,_0xb5fcea:0x52d,_0xe023da:0x489,_0x3d4991:0x3cb,_0x414b82:0x349,_0x207faa:0x330,_0x569668:0x7,_0x21a23a:0x189,_0x2e28e5:0x17a,_0x24e8eb:0x102,_0x74c098:0x127,_0x1b07a9:0x557,_0x378c7d:0x3e7,_0x1c5c5:0x3a7,_0x2aee6a:0xb0,_0x1be7c3:0x46e,_0x4f6b19:0x2ff,_0x1f1651:0x3ee,_0x57dca8:0xd9,_0x270302:0x54,_0x1da3e7:0x79,_0x257014:0x3f3,_0x401f5b:0x4b8,_0x123484:0x409,_0x3ef8d3:0x3e1,_0x4343a0:0x15a,_0x55e4c5:0x482,_0x4ac627:0x444,_0x4887f7:0x45c,_0x12b50d:0x498,_0x2cbc1b:0x436,_0x182341:0x3ea,_0x5b916d:0x2f4,_0x56a09a:0x2e2,_0x19c8f6:0x2d7,_0x186c41:0x147,_0x4cbc7b:0x16e,_0x462dc2:0x164,_0x1acf0b:0x352,_0x1f051e:0x301,_0x4ef96a:0x442,_0x29982a:0x447,_0x11b36e:0x3e5,_0x51293f:0x491,_0x113119:0x499,_0x32e986:0x393,_0x1f96c9:0x391,_0x4eb2a9:0xde,_0x30bbe6:0x66,_0x3042c9:0x53,_0x4b7200:0x369,_0x26d372:0x2a9,_0x35e0ed:0x2dd,_0x2b797c:0x2f3,_0x129234:0x63,_0x2f0cbc:0x48e,_0x5ec531:0x457,_0x46f9e2:0x539,_0x27e71d:0xec,_0x1587ca:0x3bf,_0x3e41aa:0x3c4,_0x33a757:0x57,_0x2e2692:0x5b,_0x1896ad:0xe6,_0x3530dc:0x13d,_0x34416a:0x12,_0x247a2d:0x8c,_0x2e39a8:0x475,_0x3c5d03:0x4d5,_0x3bb7c2:0x47f,_0xe51786:0x380,_0x5dba43:0x30c,_0x3142de:0x15c,_0x4fc6cd:0xc5,_0xa992d4:0xcc,_0x3e7409:0xa6,_0x45d590:0x84,_0x233068:0x2c,_0x346d12:0x17f,_0x4a5bc2:0x203,_0x4f741:0x40f,_0x3586de:0x8f,_0x4f6e3b:0x1f,_0x5691d4:0x35d,_0x453d34:0x3de,_0x4e71cc:0x2c3,_0x2e530a:0x2cb,_0x5890f2:0x377,_0x5895b4:0x72,_0x5c042d:0x91,_0x68e109:0x1ba,_0x3ed06d:0x13a,_0x513b0f:0x48f,_0x1ee0ec:0x45d,_0x1438af:0x3fb,_0x3b81e3:0x17,_0xd7797:0x6b,_0x17b13d:0x3f,_0x4c82c4:0x69,_0x18df0c:0x493,_0x5537e8:0x434,_0x4145cb:0x405,_0x5f3a99:0x40b,_0x591de2:0xb0,_0x328a35:0x7b,_0x2e0377:0x6f,_0x20549d:0xf,_0x5b02ad:0x1f,_0x442c13:0xc,_0x5d69c6:0x92,_0xdfa1ca:0x6e,_0x27d447:0xb1,_0x186cf6:0x10,_0x3a9881:0x3f5,_0x45a502:0x404,_0xeffdce:0x39c,_0x2f3636:0x347,_0x229e02:0xd6,_0x451b4b:0x9,_0x4c93ae:0x6a,_0x1376bc:0xe5,_0x4d9876:0xe4,_0x56fa3f:0x4c5,_0x3dfb1e:0x405,_0x15436b:0x415,_0x386c62:0x378,_0x3b7537:0x363,_0x2ac67f:0x427,_0x12bb29:0x323,_0x33f5ac:0x368,_0x1d9452:0x403,_0x129273:0x96,_0x4c4487:0x91,_0x3c11e2:0xd1,_0x13c58b:0xbf,_0x147ca3:0x36c,_0x130d31:0x35f,_0x2b2c29:0x11d,_0x1ed415:0xfd,_0x164a57:0xd,_0x20b49c:0x3a3,_0x2c93cb:0xa1,_0x344890:0x25,_0x226f57:0x4d9,_0x43f11f:0x413,_0x57f4e6:0x3f9,_0x4e55c2:0x126,_0x21523d:0x8b,_0x5777a3:0x3ed,_0x209474:0x3b6,_0x49c417:0x42,_0x116da2:0x60,_0x2338f9:0x48c,_0xae47fc:0x463,_0x239164:0x55,_0x49749d:0x80,_0x2b2d06:0x15,_0x4331c8:0x363,_0x3f4d96:0x2db},_0x27cfd2={_0x50a0a4:0x1c9,_0x348d20:0x109},_0x24155d={};_0x24155d['RZLES']=function(_0x32917f,_0x181d95){return _0x32917f!==_0x181d95;},_0x24155d['Vvewo']='ENOENT',_0x24155d[_0x11c8df(_0x409ef6._0x2b7fdb,_0x409ef6._0x15ef50,_0x409ef6._0x3fcdf8,0x61)]=_0x570bba(0x343,0x3ce,0x3be,_0x409ef6._0x509699)+_0x570bba(_0x409ef6._0x1f464a,_0x409ef6._0x55afc6,_0x409ef6._0x795f41,_0x409ef6._0x252ca1)+'d',_0x24155d['CSSQO']=_0x11c8df(0x1a,_0x409ef6._0x2111ba,_0x409ef6._0x391e74,_0x409ef6._0x5e07a1)+_0x570bba(_0x409ef6._0x5033d5,0x321,0x39e,_0x409ef6._0x10447c),_0x24155d[_0x11c8df(0x133,_0x409ef6._0x2f3917,_0x409ef6._0x4afa84,0x7b)]=_0x570bba(0x4ba,0x545,_0x409ef6._0xb5fcea,_0x409ef6._0xe023da)+'ed',_0x24155d['xcsIL']=_0x570bba(_0x409ef6._0x3d4991,_0x409ef6._0x414b82,_0x409ef6._0x207faa,0x43d)+_0x11c8df(-0xbc,0x75,0x9c,_0x409ef6._0x569668),_0x24155d[_0x11c8df(_0x409ef6._0x21a23a,0x8c,_0x409ef6._0x2e28e5,0x12d)]=_0x11c8df(0x1cc,0x196,_0x409ef6._0x24e8eb,_0x409ef6._0x74c098)+'t',_0x24155d[_0x570bba(0x49d,0x541,_0x409ef6._0x1b07a9,0x4cd)]='Invalid\x20te'+_0x570bba(_0x409ef6._0x378c7d,_0x409ef6._0x1c5c5,0x436,0x476)+'e',_0x24155d[_0x11c8df(_0x409ef6._0x2aee6a,-0x10,-0x52,0x5b)]=_0x570bba(0x432,_0x409ef6._0x1be7c3,0x4c3,0x3fb)+'ing\x20templa'+'te',_0x24155d[_0x570bba(0x396,0x424,_0x409ef6._0x4f6b19,0x2e3)]='piZqT',_0x24155d['vVayv']=_0x570bba(_0x409ef6._0x1f1651,0x413,0x37d,0x40b)+'eleted\x20by\x20'+_0x11c8df(_0x409ef6._0x57dca8,_0x409ef6._0x270302,0x7a,_0x409ef6._0x1da3e7),_0x24155d[_0x570bba(_0x409ef6._0x257014,_0x409ef6._0x401f5b,0x369,_0x409ef6._0x123484)]=function(_0x1fc2f6,_0x1be7cb){return _0x1fc2f6===_0x1be7cb;},_0x24155d[_0x11c8df(0x3c,0x7f,0x17e,0xe4)]=_0x570bba(0x3a6,0x419,0x43f,_0x409ef6._0x3ef8d3),_0x24155d[_0x11c8df(_0x409ef6._0x4343a0,0xc6,0x10a,0x16b)]=_0x570bba(_0x409ef6._0x55e4c5,_0x409ef6._0x4ac627,_0x409ef6._0x4887f7,0x469),_0x24155d[_0x570bba(_0x409ef6._0x12b50d,_0x409ef6._0x2cbc1b,0x541,_0x409ef6._0x182341)]=_0x570bba(0x37a,_0x409ef6._0x5b916d,_0x409ef6._0x56a09a,_0x409ef6._0x19c8f6),_0x24155d[_0x11c8df(_0x409ef6._0x186c41,_0x409ef6._0x4cbc7b,0x1c5,_0x409ef6._0x462dc2)]=_0x570bba(_0x409ef6._0x1acf0b,0x2d2,0x412,_0x409ef6._0x1f051e),_0x24155d[_0x570bba(_0x409ef6._0x4ef96a,_0x409ef6._0x29982a,0x4bc,0x443)]=_0x570bba(0x39d,0x363,_0x409ef6._0x11b36e,0x43b)+_0x570bba(_0x409ef6._0x51293f,_0x409ef6._0x113119,0x429,0x4e8)+'plate';const _0x1f631e=_0x24155d,{callingTask:_0x2a954b,taskUser:_0x511e3c,environmentName:_0x421fd5,environmentPath:_0x5c1f2f}=_0x290ed5,{name:_0x146d11}=_0x290ed5['params'];if(_0x146d11['includes']('/')||_0x146d11[_0x570bba(0x3a7,_0x409ef6._0x32e986,_0x409ef6._0x1f96c9,0x353)]('\x5c')||_0x146d11[_0x11c8df(0x7,_0x409ef6._0x4eb2a9,-_0x409ef6._0x30bbe6,_0x409ef6._0x3042c9)]('..')){const _0x537c00={};return _0x537c00['error']=_0x1f631e['IMuFl'],_0x537c00['message']=_0x1f631e['dKmaU'],_0x1f3b14[_0x570bba(_0x409ef6._0x4b7200,_0x409ef6._0x26d372,0x3a8,_0x409ef6._0x35e0ed)](0xb*-0xe6+0x1ba0+-0x2*0x817)[_0x570bba(0x363,0x377,_0x409ef6._0x2b797c,0x35f)](_0x537c00);}const _0x3dd213={};_0x3dd213[_0x11c8df(0x64,-_0x409ef6._0x129234,-0x85,0x25)]=_0x2a954b['taskId'];function _0x570bba(_0x21bfe9,_0x10ef2c,_0x48bf3f,_0x14fdbe){return _0x450377(_0x48bf3f,_0x10ef2c-_0x27cfd2._0x50a0a4,_0x48bf3f-0xb1,_0x21bfe9-_0x27cfd2._0x348d20);}function _0x11c8df(_0x17a343,_0x40eb28,_0x2f7d1d,_0x2bb6be){return _0x450377(_0x17a343,_0x40eb28-0x11e,_0x2f7d1d-0x174,_0x2bb6be- -0x24b);}_0x3dd213[_0x570bba(_0x409ef6._0x2f0cbc,_0x409ef6._0x5ec531,_0x409ef6._0x46f9e2,0x401)+'t']=_0x421fd5,_0x3dd213[_0x11c8df(_0x409ef6._0x27e71d,0x1ac,0x134,0x13b)]=_0x146d11,_0x3dd213['userId']=_0x511e3c['id'],logger[_0x570bba(_0x409ef6._0x1587ca,0x300,_0x409ef6._0x1be7c3,_0x409ef6._0x3e41aa)](_0x1f631e[_0x11c8df(0x37,-0xc,_0x409ef6._0x33a757,_0x409ef6._0x2e2692)],_0x3dd213);const _0x25a4e0=_0x5ddb2f[_0x11c8df(0x91,0x7e,_0x409ef6._0x1896ad,0x2c)](_0x5c1f2f,_0x11c8df(_0x409ef6._0x3530dc,_0x409ef6._0x34416a,0x16,_0x409ef6._0x247a2d)+_0x570bba(_0x409ef6._0x2e39a8,0x44a,_0x409ef6._0x3c5d03,_0x409ef6._0x3bb7c2)),_0x577a59=_0x5ddb2f[_0x570bba(_0x409ef6._0xe51786,0x309,_0x409ef6._0x5dba43,0x2ee)](_0x25a4e0,_0x146d11+_0x11c8df(0x55,_0x409ef6._0x3142de,0x84,_0x409ef6._0x4fc6cd)),_0x4223b7=_0x5ddb2f[_0x11c8df(_0x409ef6._0xa992d4,_0x409ef6._0x3e7409,_0x409ef6._0x45d590,_0x409ef6._0x233068)](_0x25a4e0,_0x146d11+_0x11c8df(0x173,_0x409ef6._0x346d12,_0x409ef6._0x4a5bc2,0x15f));try{if(_0x570bba(0x484,0x485,_0x409ef6._0x4f741,0x3d4)===_0x1f631e['sBLRf']){await _0x2b40a4[_0x11c8df(0x93,-_0x409ef6._0x34416a,0x114,0x8d)](_0x577a59),await _0x2b40a4[_0x11c8df(_0x409ef6._0x3586de,0xbc,-_0x409ef6._0x4f6e3b,0x9)](_0x577a59);try{await _0x2b40a4[_0x570bba(_0x409ef6._0x5691d4,_0x409ef6._0x453d34,_0x409ef6._0x4e71cc,_0x409ef6._0x207faa)](_0x4223b7);}catch{}const _0x5bded7={};_0x5bded7[_0x570bba(0x379,_0x409ef6._0x2e530a,0x34f,_0x409ef6._0x5890f2)]=_0x2a954b[_0x11c8df(-0x4,-_0x409ef6._0x5895b4,-0xd,0x25)],_0x5bded7[_0x11c8df(_0x409ef6._0x5c042d,0x151,_0x409ef6._0x68e109,_0x409ef6._0x3ed06d)+'t']=_0x421fd5,_0x5bded7[_0x570bba(_0x409ef6._0x513b0f,_0x409ef6._0x1ee0ec,_0x409ef6._0x1438af,0x4e0)]=_0x146d11,_0x5bded7[_0x11c8df(0x13e,0x96,0xbf,0x134)]=_0x511e3c['id'],logger[_0x11c8df(-0x2f,0x76,_0x409ef6._0x3b81e3,_0x409ef6._0xd7797)](_0x1f631e['vVayv'],_0x5bded7);const _0x5f3184={};_0x5f3184[_0x11c8df(_0x409ef6._0x17b13d,-0x45,-0x1b,0x27)]=!![],_0x5f3184[_0x11c8df(0xef,_0x409ef6._0x4c82c4,0x9a,0x86)]=_0x146d11,_0x5f3184[_0x570bba(_0x409ef6._0x2f0cbc,0x4d2,0x486,0x524)+'t']=_0x421fd5,_0x5f3184[_0x570bba(_0x409ef6._0x18df0c,0x486,_0x409ef6._0x5537e8,_0x409ef6._0x4145cb)+'askId']=_0x2a954b['taskId'],_0x5f3184[_0x570bba(0x4b5,_0x409ef6._0x5f3a99,0x41c,0x4fc)+_0x11c8df(0x121,0x141,_0x409ef6._0x591de2,0x142)]=_0x511e3c['id'],_0x1f3b14[_0x11c8df(-0x7f,_0x409ef6._0x328a35,_0x409ef6._0x2e0377,_0x409ef6._0x20549d)](_0x5f3184);}else{if(_0x1f631e[_0x11c8df(-0x5d,0x88,_0x409ef6._0x5b02ad,_0x409ef6._0x442c13)](_0x2c536f[_0x11c8df(_0x409ef6._0x5d69c6,-_0x409ef6._0xdfa1ca,-_0x409ef6._0x27d447,_0x409ef6._0x186cf6)],_0x1f631e['Vvewo']))throw _0x2df4e5;}}catch(_0x3a9c16){if(_0x1f631e[_0x570bba(0x3f3,_0x409ef6._0x3a9881,0x3f3,0x3bb)](_0x3a9c16[_0x570bba(0x364,_0x409ef6._0x45a502,_0x409ef6._0xeffdce,_0x409ef6._0x2f3636)],_0x1f631e[_0x11c8df(0x4a,_0x409ef6._0x229e02,_0x409ef6._0x451b4b,_0x409ef6._0x4c93ae)])){if(_0x1f631e['RZLES'](_0x1f631e[_0x11c8df(0x2e,_0x409ef6._0x1376bc,0x19a,_0x409ef6._0x4d9876)],_0x1f631e[_0x570bba(0x4bf,_0x409ef6._0x56fa3f,0x513,_0x409ef6._0x3dfb1e)])){const _0x41e539={};_0x41e539['error']=_0x1f631e['lJlmL'],_0x41e539['message']=_0x570bba(0x415,0x40d,_0x409ef6._0x15436b,0x3d7)+_0x146d11+('\x27\x20not\x20foun'+'d'),_0x1f3b14[_0x570bba(_0x409ef6._0x4b7200,_0x409ef6._0x386c62,0x335,0x2d1)](-0x936+-0x13*-0x6d+0x2b3)[_0x570bba(_0x409ef6._0x3b7537,_0x409ef6._0x2ac67f,_0x409ef6._0x12bb29,_0x409ef6._0xeffdce)](_0x41e539);}else{const _0x296908={};return _0x296908['error']=_0x570bba(0x37a,0x300,0x321,_0x409ef6._0x33f5ac),_0x296908[_0x570bba(_0x409ef6._0x1d9452,0x491,0x3be,0x35f)]=_0x1f631e['oIHnj'],_0x244bf0[_0x11c8df(-0x8c,_0x409ef6._0x129273,-0x1e,0x15)](-0xc7e+-0x1c5d*-0x1+0xe4b*-0x1)[_0x11c8df(_0x409ef6._0x4c4487,_0x409ef6._0x3c11e2,_0x409ef6._0x13c58b,0xf)](_0x296908);}}else{if(_0x1f631e['RZLES'](_0x1f631e['lljSq'],_0x570bba(0x352,0x3b9,_0x409ef6._0x147ca3,0x34d))){const _0x3a690c={};_0x3a690c[_0x570bba(0x379,_0x409ef6._0x130d31,0x2d2,0x34d)]=_0x553e21,_0x3a690c[_0x11c8df(0x19d,_0x409ef6._0x2b2c29,0x196,0x134)]=_0x5400e0,_0x4b7402[_0x11c8df(0x2,_0x409ef6._0x1ed415,0x6a,_0x409ef6._0x45d590)](_0x1f631e['CSSQO'],_0x3a690c);const _0x569c2b={};return _0x569c2b['error']=_0x1f631e['VSZxb'],_0x569c2b['message']=_0x1f631e[_0x11c8df(0x18,0x5a,-_0x409ef6._0x164a57,_0x409ef6._0x15ef50)],_0xee10b7[_0x570bba(_0x409ef6._0x4b7200,0x3c4,0x2e3,_0x409ef6._0x20b49c)](0xed3+0x1276+-0x1fb8)[_0x570bba(0x363,0x405,0x3f2,0x395)](_0x569c2b);}else{const _0x2db85e={};_0x2db85e[_0x11c8df(-0x5a,0xb3,0xe7,0x25)]=_0x2a954b[_0x11c8df(0xe7,-0x45,-_0x409ef6._0x2c93cb,_0x409ef6._0x344890)],_0x2db85e['environmen'+'t']=_0x421fd5,_0x2db85e[_0x570bba(0x48f,_0x409ef6._0x226f57,_0x409ef6._0x43f11f,_0x409ef6._0x57f4e6)]=_0x146d11,_0x2db85e[_0x11c8df(_0x409ef6._0x4e55c2,_0x409ef6._0x21523d,0x96,0x60)]=_0x3a9c16['message'],logger[_0x570bba(0x3b4,_0x409ef6._0x5777a3,_0x409ef6._0x209474,0x2f9)](_0x1f631e['CtUuN'],_0x2db85e);const _0x84fbf2={};_0x84fbf2[_0x11c8df(_0x409ef6._0x49c417,0x8f,0x5f,_0x409ef6._0x116da2)]=_0x570bba(0x423,_0x409ef6._0x2338f9,_0x409ef6._0xae47fc,0x3c0)+_0x11c8df(_0x409ef6._0x229e02,0x76,0x53,_0x409ef6._0x239164)+'r',_0x84fbf2['message']=_0x1f631e[_0x11c8df(0x147,0x1a6,_0x409ef6._0x49749d,0xee)],_0x1f3b14[_0x11c8df(_0x409ef6._0x5b02ad,-0x4c,-0x8b,_0x409ef6._0x2b2d06)](0x239*0xd+-0x1fb9+0x4c8)[_0x570bba(_0x409ef6._0x4331c8,0x2eb,0x365,_0x409ef6._0x3f4d96)](_0x84fbf2);}}}});async function requireMemoryPermission(_0x54bef8,_0x295fbf,_0x3d4d53){const _0x988230={_0x30d652:0xe4,_0x275ab0:0x11f,_0x4269e9:0x61,_0xd0264b:0x3b,_0x4153ea:0xc1,_0x5a24a0:0xf7,_0x3f227d:0x8e,_0x3bf1ac:0x10f,_0x345f0a:0x106,_0xed8435:0x167,_0x121101:0x147,_0xf6d46e:0x1b5,_0x351db1:0x161,_0x2d1dce:0xb4,_0xbf81e9:0x99,_0x1ee28a:0x4c,_0x3a293e:0xe9,_0x291c19:0xf2,_0x5998dc:0x4d,_0x4205dc:0x1e,_0x1b825e:0x69,_0x5140b3:0x28,_0x1564d2:0x3b,_0x21db11:0x14b,_0x37db73:0xe0,_0x54e92a:0x44,_0x5baecf:0x3d,_0x33a9c8:0x15b,_0x1ac9e2:0x88,_0xcbc9cf:0x14a,_0x2e219f:0x1a6,_0x5bd062:0xa7,_0x1225a3:0x12b,_0x3f8593:0x9,_0x475496:0x95,_0x1b5415:0x81,_0x25d7ec:0x87,_0x1ff939:0x134,_0x127bf4:0x92,_0x4332b4:0xac,_0x214bab:0x77,_0x1adb96:0x58,_0x249887:0x3,_0x383a73:0xa8,_0x350777:0x110,_0x168629:0x82,_0x202dab:0x70,_0x5958b8:0xf,_0x3ed006:0x3,_0x39225c:0x1b,_0x49b6b5:0xe5,_0x5ebe49:0xe6,_0x18991c:0x15e,_0x3793c4:0xd5,_0x4a7b2a:0x9e,_0x251f3c:0x13c,_0x192763:0x144,_0x4c8033:0x134,_0x425991:0xeb,_0x1e307d:0xd,_0x4381cf:0x29,_0x2e468c:0x4b,_0x20b25d:0x27,_0x127da4:0x9,_0x4537c6:0x24,_0x12d81d:0x16,_0x583f38:0x4e,_0xe65cce:0xb,_0x22cd2e:0x81,_0x51be75:0xa2,_0x179e2d:0xa0,_0x3af2b1:0x55,_0x32b2b3:0x159,_0x3939e5:0x1a,_0x3b586d:0xd9},_0xc44576={_0x22eb51:0x64,_0x87689f:0x23b},_0x3b3803={_0x46c059:0x1da,_0x2a74d9:0x184},_0x1e85fa={'uspyz':_0x3f66d5(0x64,0x17e,_0x988230._0x30d652,_0x988230._0x275ab0)+_0x3f66d5(0x11a,_0x988230._0x4269e9,0x68,-0x38)+'nt\x20request'+_0x2db1e7(-_0x988230._0xd0264b,-_0x988230._0x4153ea,-0x6d,-_0x988230._0x5a24a0)+_0x3f66d5(_0x988230._0x3f227d,-0x4,0x57,_0x988230._0x3bf1ac)+'D','bbTOB':_0x2db1e7(0x24,0x0,0x50,-0x7d)+'sk\x20ID','khYBf':function(_0x1b8b93,_0x375bc,_0xad2b6f,_0x6a8116){return _0x1b8b93(_0x375bc,_0xad2b6f,_0x6a8116);},'XtFun':_0x2db1e7(_0x988230._0x345f0a,0x77,0x110,0x41)+_0x2db1e7(0x15a,0xa5,_0x988230._0xed8435,_0x988230._0x121101),'gMYfs':_0x3f66d5(0x1d5,_0x988230._0xf6d46e,_0x988230._0x351db1,_0x988230._0x2d1dce),'fBAXl':_0x3f66d5(-0x20,_0x988230._0xbf81e9,_0x988230._0x1ee28a,-0x4b)+'\x20environme'+_0x2db1e7(_0x988230._0x3a293e,0x94,0x81,0x41)+'\x20permissio'+'n','xaanI':_0x3f66d5(_0x988230._0x291c19,_0x988230._0x5998dc,0x58,_0x988230._0x4205dc),'OVssC':_0x3f66d5(-_0x988230._0x1b825e,-_0x988230._0x5140b3,0x9,-_0x988230._0x1564d2)+'not\x20have\x20p'+_0x3f66d5(_0x988230._0x21db11,_0x988230._0x37db73,0x14e,0x150)+_0x2db1e7(-_0x988230._0x54e92a,_0x988230._0x5baecf,0x5f,0xbe)+_0x3f66d5(_0x988230._0x33a9c8,_0x988230._0x1ac9e2,_0x988230._0xcbc9cf,_0x988230._0x2e219f)+'t\x20memory','JcqVq':function(_0x584dff){return _0x584dff();}};if(!await _0x1e85fa[_0x2db1e7(-_0x988230._0x5a24a0,-_0x988230._0x5bd062,-_0x988230._0x1225a3,_0x988230._0x3f8593)](hasPermission,_0x54bef8[_0x2db1e7(0xe2,_0x988230._0x475496,0x4d,0x139)]['id'],_0x1e85fa[_0x2db1e7(_0x988230._0x1b5415,_0x988230._0x25d7ec,_0x988230._0x1ff939,_0x988230._0x127bf4)],_0x54bef8[_0x2db1e7(_0x988230._0x4332b4,_0x988230._0x214bab,_0x988230._0x1adb96,-_0x988230._0x249887)+_0x2db1e7(-0x100,-0xc9,-_0x988230._0x383a73,-0x145)])){if(_0x3f66d5(0x1d3,0xe7,0x161,0xf6)!==_0x1e85fa['gMYfs']){const _0x14ef5e={};_0x14ef5e['taskId']=_0x471ef0,_0x46908d['warn'](_0x1e85fa[_0x2db1e7(-0x9b,-0x6f,-_0x988230._0x350777,-_0x988230._0x168629)],_0x14ef5e);const _0x472ff3={};return _0x472ff3[_0x3f66d5(0xb9,0x57,_0x988230._0x202dab,-0x34)]='Unauthoriz'+'ed',_0x472ff3[_0x2db1e7(_0x988230._0x5958b8,-0x14,0x45,0xa8)]=_0x1e85fa[_0x2db1e7(-_0x988230._0x3ed006,-0x9,-0xa7,-0xc4)],_0x1ff043[_0x3f66d5(0x2f,-_0x988230._0x39225c,0x25,_0x988230._0x49b6b5)](-0x354+0x1*0x257a+-0x2095)['json'](_0x472ff3);}else{const _0x3ffd62={};_0x3ffd62[_0x2db1e7(-_0x988230._0x5ebe49,-0x9e,-_0x988230._0x18991c,-_0x988230._0x3793c4)]=_0x54bef8['callingTas'+'k'][_0x2db1e7(-0xef,-_0x988230._0x4a7b2a,-_0x988230._0x251f3c,-0xaa)],_0x3ffd62[_0x3f66d5(_0x988230._0x127bf4,0x13a,_0x988230._0x192763,0x171)]=_0x54bef8[_0x2db1e7(_0x988230._0x4c8033,0x95,_0x988230._0x425991,_0x988230._0x1e307d)]['id'],_0x3ffd62[_0x2db1e7(_0x988230._0x4381cf,_0x988230._0x2e468c,_0x988230._0x20b25d,_0x988230._0x127da4)]=_0x54bef8[_0x2db1e7(0x34,0x95,0x90,0xa9)][_0x2db1e7(-_0x988230._0x4537c6,0x4b,_0x988230._0x12d81d,_0x988230._0x583f38)],logger[_0x3f66d5(0x9a,0xac,0x94,-0xa)](_0x1e85fa[_0x2db1e7(0xe1,0x36,0xc8,0x7a)],_0x3ffd62);const _0x3446c3={};return _0x3446c3[_0x3f66d5(0xe4,_0x988230._0xe65cce,0x70,_0x988230._0x22cd2e)]=_0x1e85fa[_0x2db1e7(0xd2,0x2e,0x1d,0xc2)],_0x3446c3[_0x2db1e7(0x3f,-0x14,_0x988230._0x1adb96,_0x988230._0x51be75)]=_0x1e85fa[_0x3f66d5(-0xa4,-_0x988230._0x179e2d,_0x988230._0x12d81d,-_0x988230._0x3af2b1)],_0x295fbf[_0x2db1e7(-_0x988230._0x32b2b3,-0xae,-0x164,-_0x988230._0x3939e5)](0x74a+-0x167f+0x10c8)[_0x2db1e7(-_0x988230._0x3b586d,-0xb4,-0xb0,-0x14b)](_0x3446c3);}}function _0x2db1e7(_0x2fbf42,_0x54df19,_0x28ae14,_0x515950){return _0x631cf9(_0x2fbf42,_0x54df19-_0x3b3803._0x46c059,_0x28ae14-_0x3b3803._0x2a74d9,_0x54df19-0xe9);}function _0x3f66d5(_0x1c560c,_0x48e620,_0x274711,_0x2c6cb2){return _0x450377(_0x1c560c,_0x48e620-_0xc44576._0x22eb51,_0x274711-0x13,_0x274711- -_0xc44576._0x87689f);}_0x1e85fa['JcqVq'](_0x3d4d53);}function _0xafa3(_0x1f4284,_0x44089a){_0x1f4284=_0x1f4284-(-0x8ec*-0x2+0x8f5*-0x4+0x1317);const _0x138299=_0x3880();let _0x26a908=_0x138299[_0x1f4284];if(_0xafa3['sgUUiU']===undefined){var _0x2f40bb=function(_0x2cb3c7){const _0x5ddb94='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2fc237='',_0x3528a7='';for(let _0xb2deb6=-0x1bb*0x5+0x1b6a+-0x1*0x12c3,_0xa9b0c6,_0x5d4189,_0xc5ef3e=0x2ba*0x8+-0x1*0x2d3+-0x12fd;_0x5d4189=_0x2cb3c7['charAt'](_0xc5ef3e++);~_0x5d4189&&(_0xa9b0c6=_0xb2deb6%(-0x1610+-0x498*0x2+0x6*0x536)?_0xa9b0c6*(0xd1*-0x5+-0x3*-0x209+-0x1c6)+_0x5d4189:_0x5d4189,_0xb2deb6++%(0x1*0x238f+-0x101a+0xed*-0x15))?_0x2fc237+=String['fromCharCode'](0x8*-0x184+0x1a68+0x1*-0xd49&_0xa9b0c6>>(-(0x4de*0x8+0x16c0+-0x3dae)*_0xb2deb6&-0x2670+0x391*0x9+0x9*0xb5)):-0x1*0x21+0x4d*-0x71+0x221e){_0x5d4189=_0x5ddb94['indexOf'](_0x5d4189);}for(let _0x2446b7=0xc47+0x18d4+0x54d*-0x7,_0x58f96d=_0x2fc237['length'];_0x2446b7<_0x58f96d;_0x2446b7++){_0x3528a7+='%'+('00'+_0x2fc237['charCodeAt'](_0x2446b7)['toString'](0x130+-0x18be+0xbcf*0x2))['slice'](-(0x19*-0x15f+-0x30b+-0x12aa*-0x2));}return decodeURIComponent(_0x3528a7);};_0xafa3['kZmfGN']=_0x2f40bb,_0xafa3['nrZNuQ']={},_0xafa3['sgUUiU']=!![];}const _0x2497d7=_0x138299[-0x2658+-0x2401+0x4a59],_0x266683=_0x1f4284+_0x2497d7,_0x2a18cc=_0xafa3['nrZNuQ'][_0x266683];return!_0x2a18cc?(_0x26a908=_0xafa3['kZmfGN'](_0x26a908),_0xafa3['nrZNuQ'][_0x266683]=_0x26a908):_0x26a908=_0x2a18cc,_0x26a908;}router[_0x631cf9(0x65,-0xba,0x46,-0x3a)]('/memory',requireTaskAuth,requireMemoryPermission,async(_0x3845ce,_0x4174f1)=>{const _0x50a806={_0x4e264c:0x13a,_0x580448:0x116,_0x295cbf:0xf8,_0x56e58a:0x12d,_0x2899f6:0x4ec,_0x238556:0x431,_0xc8ffd8:0x3e7,_0x187d9c:0x73,_0x4e17d9:0x6d,_0x359103:0x3b,_0x5ef6e7:0x195,_0x5d4c87:0x5b,_0x147002:0x100,_0x3d2a64:0x56,_0x3fb7dc:0x172,_0x1fad02:0x7c,_0x4de3f8:0xc8,_0x3f5346:0x1d,_0x18dbcc:0x33,_0x424bae:0x425,_0x1fef8f:0x445,_0x456d53:0x4e2,_0x58d192:0x4fa,_0x24ca6a:0x3f5,_0x39911d:0x3e9,_0xe63aba:0x449,_0x593f2f:0x3fb,_0x5b0ec5:0x357,_0x9e3c3f:0x3f3,_0x5b5337:0x373,_0x12a61a:0x392,_0x1a2d31:0x2f3,_0x4b8b3e:0x31,_0x21220c:0x90,_0x55f019:0x83,_0x450843:0x1b,_0x58ea95:0x86,_0x26a336:0x14,_0x502a89:0x50c,_0x4a4291:0x46f,_0x22ad33:0x101,_0x3e44b5:0x164,_0xbfcca0:0xad,_0x26d40e:0x49,_0x1fd9a6:0x6d,_0x1e92d6:0x79,_0x1283c9:0x1a,_0x25655c:0x321,_0x29b13e:0x369,_0xc139ba:0x37c,_0xcade0b:0xd3,_0x5ced37:0x57,_0xacb3f4:0x4b2,_0x5e85d5:0x420,_0x141e3b:0x76,_0x280e63:0x3e0,_0x41dc64:0x36f,_0x3ffcc9:0x127,_0x3b367d:0x60,_0x2c8b14:0xef,_0x7bb34d:0x380,_0x23fef1:0x314,_0x12247a:0x68,_0x1e65d4:0x114,_0x29a25d:0x459,_0x20b874:0x3e8,_0x44a82c:0x3fc,_0xff5b07:0x3fa,_0x132b5e:0x439,_0x3e9604:0x3a,_0x34aaf2:0x180,_0x1d87cc:0x13d,_0x4e0eab:0xc9,_0x2897ff:0x72,_0x4eef3c:0x486,_0x436189:0x426,_0x205abe:0x478,_0x566fd9:0x53e,_0x27fb73:0x4d4,_0x3e17cb:0x473,_0x349a5c:0x14b,_0x15451d:0x348,_0x42d2be:0x425,_0x3c8715:0x4be,_0x43cb61:0x397,_0x4b6cd2:0x3a3,_0x5e9411:0x325,_0xbb718:0x38a,_0x5455d0:0x40a,_0x337da6:0x5,_0x3cc2a8:0x3c,_0x3071ba:0x3bb,_0x1d4145:0x38b,_0x45b9f9:0x20,_0x4c788f:0x544,_0x4d4ebe:0x4ba,_0x4b17bf:0x38d,_0x6c0418:0x32a,_0x314c92:0x3cc,_0x3c3899:0x466,_0x5dfcb3:0x3ef,_0x2ab73f:0x5b,_0x1e4653:0x19,_0x128f33:0x75,_0x5a29f9:0x4f,_0x1afd83:0x36,_0x5c5ba9:0x2c,_0x42683a:0x4a,_0x2927d0:0x346,_0x2b5958:0x3c9,_0x11be53:0x333,_0x2cc1d3:0x37,_0x267722:0xda,_0x893c07:0xa,_0x31dd4d:0x21,_0x2abb7b:0x173,_0x2f04ef:0x91,_0x5cd2d4:0xf4,_0x6a1483:0x40a,_0x5c6399:0x3dc,_0x53d0cd:0x408,_0x5cb37f:0x42b,_0x254282:0x2c,_0x74a44a:0x1a,_0x35dae2:0x3ed,_0x3913a7:0x327,_0x31cf8a:0x32f,_0x1b88db:0x3e3,_0x524952:0x4ff,_0x526078:0x39f,_0x32127a:0x44b,_0x299155:0x3df,_0x5b40f4:0x8d,_0x334059:0x9,_0x2c13c7:0x114,_0x1c52d0:0x5f,_0x4d7ca4:0x69,_0xe342df:0x442,_0x16c151:0x412,_0x45e8ca:0x2d0},_0x1f599d={_0x211dab:0x1fc,_0x43d769:0x169,_0x307459:0x1ac,_0x2d2a98:0x151,_0x34807b:0xc1,_0xd759c5:0x28f,_0x1253a8:0x2d6,_0x3835b6:0x238,_0x20f456:0x208,_0x22a1fc:0x17b,_0x45f34a:0x2f5,_0x461693:0x232,_0xd35b2f:0x268,_0x3162c9:0x212,_0x5f4bef:0x1ce,_0x18aed4:0x2ce,_0x138c50:0x34f,_0xdc2a29:0x28a,_0x3fecdd:0x1d0},_0x36762c={_0x45ea22:0x19a,_0x4769a7:0x148,_0x528c40:0x166},_0x2a0246={_0x5ca3cd:0xad},_0x395aa8={'HnKEU':'Not\x20Found','JdAQi':_0x5db191(_0x50a806._0x4e264c,_0x50a806._0x580448,_0x50a806._0x295cbf,_0x50a806._0x56e58a),'MhEvR':function(_0xe15b60,_0x46a81d){return _0xe15b60(_0x46a81d);},'fTBlB':_0x57af3b(_0x50a806._0x2899f6,_0x50a806._0x238556,0x441,_0x50a806._0xc8ffd8),'bFUns':_0x5db191(0x44,0x7a,-_0x50a806._0x187d9c,0x2),'PgTRI':_0x5db191(-0x5f,0xda,-_0x50a806._0x4e17d9,_0x50a806._0x359103),'mEbzG':_0x5db191(_0x50a806._0x5ef6e7,_0x50a806._0x5d4c87,0xe5,_0x50a806._0x147002)+_0x5db191(_0x50a806._0x3d2a64,_0x50a806._0x3fb7dc,0x99,0xdf)+_0x5db191(0xc1,-_0x50a806._0x1fad02,_0x50a806._0x4de3f8,_0x50a806._0x3f5346),'KrVaK':function(_0x5787c7,_0x11bc95){return _0x5787c7!==_0x11bc95;},'jeTMk':'VbVAo','yWgwW':function(_0x3a8932,_0x554c73){return _0x3a8932===_0x554c73;},'ykrAF':_0x5db191(0xb0,0x95,_0x50a806._0x18dbcc,0x60),'qTTVD':_0x57af3b(_0x50a806._0x424bae,0x416,_0x50a806._0x1fef8f,_0x50a806._0x456d53),'yIbpT':_0x57af3b(0x3ce,0x430,0x3c5,0x3df)+_0x57af3b(_0x50a806._0x58d192,0x4a0,0x498,_0x50a806._0x24ca6a)+_0x57af3b(_0x50a806._0x39911d,_0x50a806._0xe63aba,_0x50a806._0x593f2f,_0x50a806._0x5b0ec5)},{callingTask:_0x1277fa,environmentName:_0x1fd1f7}=_0x3845ce;function _0x57af3b(_0x572ddd,_0xb35b87,_0x161df9,_0x2f5456){return _0x450377(_0xb35b87,_0xb35b87-0x23,_0x161df9-_0x2a0246._0x5ca3cd,_0x161df9-0x131);}const _0x1fdd80=_0x5ddb2f['join'](DATA_DIR,_0x395aa8[_0x57af3b(_0x50a806._0x9e3c3f,0x435,_0x50a806._0x5b5337,_0x50a806._0x12a61a)],_0x1fd1f7),_0x2121b6={};_0x2121b6[_0x57af3b(0x2f0,_0x50a806._0x1a2d31,0x3a1,0x30e)]=_0x1277fa[_0x5db191(-0xe7,-0x50,-0xb8,-0x21)],_0x2121b6['environmen'+'t']=_0x1fd1f7;function _0x5db191(_0x2a5605,_0x8838f5,_0x4a7986,_0xda9755){return _0x631cf9(_0x8838f5,_0x8838f5-_0x36762c._0x45ea22,_0x4a7986-_0x36762c._0x4769a7,_0xda9755-_0x36762c._0x528c40);}logger[_0x5db191(-_0x50a806._0x4b8b3e,-0x93,_0x50a806._0x21220c,0x25)](_0x395aa8[_0x5db191(_0x50a806._0x55f019,_0x50a806._0x450843,_0x50a806._0x58ea95,-_0x50a806._0x26a336)],_0x2121b6);try{if(_0x395aa8['KrVaK'](_0x395aa8[_0x57af3b(0x48e,_0x50a806._0x502a89,_0x50a806._0x4a4291,0x43c)],_0x395aa8[_0x5db191(_0x50a806._0x22ad33,_0x50a806._0x3e44b5,0x4a,_0x50a806._0xbfcca0)])){const _0x2b6e8f={};_0x2b6e8f[_0x5db191(-_0x50a806._0x26d40e,_0x50a806._0x1fd9a6,-_0x50a806._0x1e92d6,_0x50a806._0x1283c9)]=_0x395aa8[_0x57af3b(_0x50a806._0x25655c,_0x50a806._0x29b13e,_0x50a806._0xc139ba,0x3aa)],_0x2b6e8f[_0x5db191(_0x50a806._0xcade0b,-0x25,_0x50a806._0x5ced37,0x69)]='Template\x20\x27'+_0x55b7fe+(_0x57af3b(0x53d,0x40b,_0x50a806._0xacb3f4,_0x50a806._0x5e85d5)+'d'),_0x3bd09d[_0x5db191(0x4b,0x21,-_0x50a806._0x141e3b,-_0x50a806._0x4b8b3e)](0x40a+-0x29*-0xd+-0x48b)[_0x57af3b(_0x50a806._0x280e63,_0x50a806._0x41dc64,0x38b,0x2cd)](_0x2b6e8f);}else{let _0xff1caa=[],_0x4a2650='';try{const _0xbb860b=await _0x2b40a4[_0x5db191(_0x50a806._0x3ffcc9,_0x50a806._0x3b367d,_0x50a806._0x3e44b5,_0x50a806._0x2c8b14)](_0x1fdd80),_0x54782a=_0xbb860b['filter'](_0x5aa99a=>_0x5aa99a[_0x57af3b(0x42e,0x307,0x390,0x2cd)](_0x57af3b(0x450,0x473,0x441,0x4c7))&&_0x5aa99a!==_0x5db191(0xfc,0x4b,0x5e,0x83));_0xff1caa=await Promise['all'](_0x54782a[_0x57af3b(_0x50a806._0x7bb34d,_0x50a806._0x23fef1,0x39e,0x3ab)](async _0x16199f=>{const _0x5ef5e1=_0x5ddb2f[_0x4a36a3(_0x1f599d._0x211dab,_0x1f599d._0x43d769,_0x1f599d._0x307459,0x21b)](_0x1fdd80,_0x16199f),_0x1d97fc=await _0x2b40a4[_0x4a36a3(0x19c,_0x1f599d._0x2d2a98,0x183,_0x1f599d._0x34807b)](_0x5ef5e1),_0x441f86=await _0x2b40a4[_0x4a36a3(0x200,0x1e5,_0x1f599d._0xd759c5,0x250)](_0x5ef5e1,_0x395aa8[_0x30ebef(_0x1f599d._0x1253a8,0x378,0x310,0x32e)]);function _0x4a36a3(_0x5be40f,_0x2ced8f,_0x2d2e88,_0x5f0521){return _0x57af3b(_0x5be40f-0x126,_0x5f0521,_0x2d2e88- -0x1fc,_0x5f0521-0x5b);}const {frontmatter:_0x5c569d}=_0x395aa8[_0x30ebef(0x1fc,0x1f7,0x253,_0x1f599d._0x3835b6)](parseMemoryFrontmatter,_0x441f86);function _0x30ebef(_0x3eb942,_0x5cef98,_0x448f94,_0x1dc32c){return _0x57af3b(_0x3eb942-0xbe,_0x448f94,_0x3eb942- -0x1fa,_0x1dc32c-0x16f);}return{'filename':_0x16199f,'name':_0x5c569d[_0x30ebef(_0x1f599d._0x20f456,_0x1f599d._0x22a1fc,0x186,0x2c3)]||_0x16199f[_0x30ebef(0x26a,_0x1f599d._0x45f34a,_0x1f599d._0x461693,0x200)](_0x395aa8[_0x30ebef(0x23f,0x1e3,_0x1f599d._0xd35b2f,0x2a1)],''),'description':_0x5c569d[_0x30ebef(_0x1f599d._0x3162c9,0x1c2,0x284,_0x1f599d._0x5f4bef)+'n']||'','created':_0x5c569d[_0x30ebef(_0x1f599d._0x18aed4,0x2af,_0x1f599d._0x138c50,_0x1f599d._0xdc2a29)]||_0x1d97fc[_0x30ebef(0x207,0x1e4,_0x1f599d._0x3fecdd,0x1f6)]['toISOStrin'+'g'](),'size':_0x1d97fc['size']};}));try{if(_0x395aa8[_0x5db191(_0x50a806._0x12247a,0x180,0xc7,_0x50a806._0x1e65d4)](_0x395aa8['ykrAF'],_0x395aa8[_0x57af3b(_0x50a806._0x29a25d,_0x50a806._0x20b874,0x457,_0x50a806._0x44a82c)]))_0x4a2650=await _0x2b40a4[_0x57af3b(_0x50a806._0xff5b07,0x447,0x48b,_0x50a806._0x132b5e)](_0x5ddb2f[_0x5db191(0x8b,-_0x50a806._0x3e9604,-0xcc,-_0x50a806._0x1283c9)](_0x1fdd80,_0x395aa8['qTTVD']),_0x395aa8[_0x5db191(_0x50a806._0x34aaf2,0x130,_0x50a806._0x1d87cc,0x10e)]);else{const _0x57f0d6={};_0x57f0d6[_0x5db191(0xa4,-_0x50a806._0x4e0eab,-_0x50a806._0x2897ff,-0x21)]=_0x188b86[_0x57af3b(_0x50a806._0x4eef3c,_0x50a806._0x436189,_0x50a806._0x205abe,0x3fd)+'k']['taskId'],_0x57f0d6['userId']=_0x3e699e[_0x57af3b(_0x50a806._0x566fd9,0x4c9,_0x50a806._0x27fb73,0x481)]['id'],_0x57f0d6['username']=_0x4aae4b[_0x57af3b(0x424,_0x50a806._0x3e17cb,_0x50a806._0x27fb73,0x430)][_0x5db191(0x84,0x150,_0x50a806._0x349a5c,_0x50a806._0x4de3f8)],_0x83f297[_0x57af3b(_0x50a806._0x15451d,_0x50a806._0x42d2be,0x400,_0x50a806._0x3c8715)](_0x57af3b(_0x50a806._0x43cb61,_0x50a806._0x4b6cd2,0x3b8,_0x50a806._0x5e9411)+'\x20environme'+_0x57af3b(_0x50a806._0xbb718,_0x50a806._0x5455d0,0x3b6,0x2fd)+'tes\x20permis'+'sion',_0x57f0d6);const _0x2ecf25={};return _0x2ecf25[_0x5db191(0x6d,-_0x50a806._0x337da6,0xcc,0x1a)]=_0x395aa8[_0x5db191(_0x50a806._0x26a336,-0xbd,0x2a,-_0x50a806._0x3cc2a8)],_0x2ecf25[_0x57af3b(_0x50a806._0x3071ba,0x4c9,0x42b,_0x50a806._0x1d4145)]=_0x5db191(-_0x50a806._0x4de3f8,-_0x50a806._0x45b9f9,-0xfe,-0x4d)+'not\x20have\x20p'+_0x57af3b(0x4bf,_0x50a806._0x4c788f,_0x50a806._0x4d4ebe,0x548)+_0x57af3b(_0x50a806._0x4b17bf,_0x50a806._0x6c0418,0x377,_0x50a806._0x314c92)+_0x5db191(0x91,0xf8,0x19b,0xf4)+_0x57af3b(_0x50a806._0x3c3899,0x3d3,0x479,0x3e4)+'s',_0x5da2d2['status'](0x23e+0x1*0x224f+-0x197*0x16)[_0x57af3b(_0x50a806._0x5dfcb3,0x423,_0x50a806._0x1d4145,0x2dd)](_0x2ecf25);}}catch{}}catch(_0x25fec0){if(_0x395aa8[_0x5db191(_0x50a806._0x2ab73f,-0x66,-_0x50a806._0x1e4653,-0x1)](_0x25fec0[_0x5db191(-_0x50a806._0x128f33,-_0x50a806._0x5a29f9,-0x16,-_0x50a806._0x1afd83)],_0x5db191(_0x50a806._0x5c5ba9,-0x58,-0xfd,-_0x50a806._0x42683a)))throw _0x25fec0;}const _0x3da888={};_0x3da888['files']=_0xff1caa,_0x3da888[_0x57af3b(0x403,_0x50a806._0x2927d0,_0x50a806._0x2b5958,_0x50a806._0x11be53)]=_0x4a2650,_0x4174f1[_0x5db191(-_0x50a806._0x4b8b3e,-0x69,0x38,-_0x50a806._0x2cc1d3)](_0x3da888);}}catch(_0x271635){const _0x26ebab={};_0x26ebab['taskId']=_0x1277fa[_0x5db191(-0x3a,-_0x50a806._0x267722,-_0x50a806._0x893c07,-_0x50a806._0x31dd4d)],_0x26ebab[_0x5db191(_0x50a806._0x2abb7b,_0x50a806._0x2f04ef,0x9c,_0x50a806._0x5cd2d4)+'t']=_0x1fd1f7,_0x26ebab[_0x57af3b(0x3da,_0x50a806._0x6a1483,_0x50a806._0x5c6399,_0x50a806._0x5b5337)]=_0x271635[_0x57af3b(0x4f2,_0x50a806._0x53d0cd,_0x50a806._0x5cb37f,0x4bf)],logger[_0x5db191(-0x92,_0x50a806._0x254282,-0x4c,_0x50a806._0x74a44a)](_0x57af3b(_0x50a806._0x35dae2,0x36c,0x3c5,_0x50a806._0x3913a7)+'list\x20memor'+'y\x20files',_0x26ebab);const _0x4f246c={};_0x4f246c[_0x57af3b(_0x50a806._0x31cf8a,0x452,_0x50a806._0x5c6399,_0x50a806._0x1b88db)]=_0x57af3b(_0x50a806._0x524952,_0x50a806._0x526078,_0x50a806._0x32127a,_0x50a806._0x299155)+_0x5db191(-_0x50a806._0x5b40f4,-_0x50a806._0x334059,0xaf,0xf)+'r',_0x4f246c[_0x5db191(_0x50a806._0x2c13c7,0x10f,_0x50a806._0x1c52d0,_0x50a806._0x4d7ca4)]=_0x395aa8[_0x57af3b(0x4b1,0x4d9,_0x50a806._0xe342df,0x4e3)],_0x4174f1[_0x57af3b(0x3b4,0x2f9,0x391,0x353)](-0x7*-0x28e+0x11d2+-0x21c0)[_0x57af3b(_0x50a806._0x16c151,_0x50a806._0x45e8ca,0x38b,0x352)](_0x4f246c);}}),router[_0x450377(0x374,0x321,0x2f8,0x3bd)](_0x631cf9(-0x1aa,-0x173,-0x260,-0x1a4)+_0x631cf9(-0x210,-0x1bc,-0x162,-0x1c2),requireTaskAuth,requireMemoryPermission,async(_0x993479,_0x3dc652)=>{const _0x40efbd={_0x685e8c:0x4f8,_0x5e899b:0x5e4,_0x295dc8:0x554,_0x4132e4:0x2cc,_0x5d5c74:0x2e1,_0x5b0ea3:0x57b,_0x4ad8b0:0x4fe,_0x127c66:0x25b,_0x27737d:0x3df,_0x2311e2:0x3d2,_0x177f20:0x2b9,_0x3c33d4:0x2c6,_0x1fba43:0x6df,_0x420a51:0x362,_0x2f8e76:0x2d4,_0xfbe721:0x21e,_0x1dc90c:0x30a,_0x55cd65:0x573,_0x11e74d:0x55b,_0x1f10cd:0x1cc,_0x358653:0x2c0,_0x1d85bb:0x31e,_0x150f3c:0x29b,_0x585145:0x5ac,_0x4545e5:0x554,_0x284a2a:0x547,_0x540b04:0x59f,_0xf8cf54:0x232,_0x17008f:0x198,_0x52b97c:0x4a8,_0xc2b77:0x540,_0x2cf323:0x57e,_0x21e7d0:0x21d,_0x574cb1:0x2e0,_0x2693f9:0x184,_0x3ac841:0x2e5,_0x45c191:0x23d,_0x2dd328:0x2a1,_0x3f4c38:0x226,_0x3df5f0:0x5c3,_0x2a9834:0x512,_0x4a8b00:0x56b,_0x10bd79:0x644,_0x2c8079:0x4bf,_0x1fe194:0x48b,_0x2d19d5:0x627,_0x3063d7:0x637,_0x6cd05b:0x25e,_0x5c3a0d:0x202,_0x32fb69:0x356,_0x4b6370:0x359,_0x160111:0x4b3,_0x357f07:0x4d2,_0xcce9a6:0x16e,_0x5e784f:0x20d,_0xfa58a8:0x25a,_0xe82b63:0x2d5,_0xb02188:0x1cd,_0x22ae5d:0x2ac,_0x34835c:0x2a3,_0xf0b031:0x202,_0x51ef3b:0x159,_0x4ed49b:0x1f0,_0x1e6e90:0x2bd,_0x11ea35:0x5d4,_0x25cc9e:0x5cc,_0x57fc18:0x561,_0x5e000a:0x55a,_0x4c2cc9:0x398,_0x2093c1:0x593,_0x1a063c:0x62b,_0x30f883:0x517,_0x2bd950:0x20d,_0x13bc68:0x1b5,_0x45ea59:0x2a5,_0x3f3ad2:0x353,_0x3297b4:0x4cd,_0x465fed:0x4fb,_0x2b8818:0x5ee,_0x2820ad:0x57f,_0x4a0662:0x628,_0x52d16c:0x295,_0x160440:0x4e0,_0x24db15:0x483,_0x576051:0x4ea,_0x46282d:0x51d,_0x1a9fa2:0x2ec,_0x68effe:0x316,_0x64827:0x262,_0x37281a:0x4ac,_0x3585f8:0x49f,_0x107dac:0x44d,_0x383357:0x5c0,_0x115c36:0x253,_0x2438f9:0x1c0,_0x3fa3b8:0x218,_0x3de4a6:0x212,_0x292daa:0x1f2,_0x4d8182:0x542,_0x3380a4:0x461,_0x3272bb:0x55c,_0x377417:0x223,_0x157e54:0x2cf,_0x27518c:0x28f,_0x4f6016:0x2da,_0x15585:0x242,_0x23f4cf:0x255,_0x69d372:0x4fe,_0x271d6f:0x51d,_0x5afa0b:0x457,_0x5af10:0x2e6,_0x3e81f4:0x52d,_0x5b74a0:0x50b,_0x443e90:0x51d,_0x4b8220:0x4f3,_0x2f8187:0x2fe,_0x381c59:0x373,_0x1b9ab0:0x2ad,_0x335fc7:0x2f8,_0x21e6d5:0x58d,_0x93b0ed:0x638,_0x19d11c:0x59d,_0x51a922:0x4cc,_0x3f9fe5:0x499,_0xcaee1b:0x47b},_0x112b0c={_0x3a50b0:0x168,_0x295050:0x4d},_0x16eee8={_0x13a4f8:0x669},_0x330e45={};_0x330e45[_0x4e233d(0x588,_0x40efbd._0x685e8c,0x525,0x4ff)]=_0x4e233d(0x6a0,_0x40efbd._0x5e899b,0x607,_0x40efbd._0x295dc8)+'t',_0x330e45[_0x1c70fc(0x22f,_0x40efbd._0x4132e4,0x2e9,_0x40efbd._0x5d5c74)]=_0x4e233d(_0x40efbd._0x5b0ea3,0x52f,0x54f,_0x40efbd._0x4ad8b0)+'mplate\x20nam'+'e',_0x330e45[_0x1c70fc(0x3c6,0x318,0x2d0,0x3c0)]='Invalid\x20fi'+'lename',_0x330e45[_0x1c70fc(_0x40efbd._0x127c66,0x31b,_0x40efbd._0x27737d,_0x40efbd._0x2311e2)]='memory',_0x330e45[_0x1c70fc(0x341,_0x40efbd._0x177f20,_0x40efbd._0x3c33d4,0x305)]=_0x4e233d(_0x40efbd._0x1fba43,0x630,0x650,0x67c),_0x330e45[_0x1c70fc(_0x40efbd._0x420a51,_0x40efbd._0x2f8e76,_0x40efbd._0xfbe721,_0x40efbd._0x1dc90c)]=function(_0x51d519,_0x3f6496){return _0x51d519===_0x3f6496;};function _0x4e233d(_0x36d13b,_0x74776e,_0x2fc7b0,_0x1965aa){return _0x631cf9(_0x36d13b,_0x74776e-0x15a,_0x2fc7b0-0x132,_0x74776e-_0x16eee8._0x13a4f8);}_0x330e45[_0x4e233d(0x56a,0x5bb,_0x40efbd._0x55cd65,_0x40efbd._0x11e74d)]=_0x1c70fc(0x272,0x1fa,_0x40efbd._0x1f10cd,0x179),_0x330e45[_0x1c70fc(0x30f,_0x40efbd._0x358653,_0x40efbd._0x1d85bb,_0x40efbd._0x150f3c)]=function(_0x555208,_0xf6140a){return _0x555208!==_0xf6140a;},_0x330e45[_0x4e233d(_0x40efbd._0x585145,_0x40efbd._0x4545e5,_0x40efbd._0x284a2a,_0x40efbd._0x540b04)]=_0x1c70fc(0x23c,_0x40efbd._0xf8cf54,0x23e,_0x40efbd._0x17008f),_0x330e45[_0x4e233d(_0x40efbd._0x52b97c,0x4e0,_0x40efbd._0xc2b77,0x438)]=_0x4e233d(0x50f,0x5bc,_0x40efbd._0x2cf323,0x666),_0x330e45[_0x1c70fc(_0x40efbd._0x21e7d0,_0x40efbd._0x574cb1,0x22b,0x354)]=_0x1c70fc(0x225,0x224,_0x40efbd._0x2693f9,_0x40efbd._0x3ac841),_0x330e45[_0x1c70fc(0x2c8,0x2ce,_0x40efbd._0x45c191,0x2f2)]='Failed\x20to\x20'+_0x1c70fc(0x2ea,_0x40efbd._0x2dd328,_0x40efbd._0x3f4c38,0x20d)+_0x4e233d(0x5a1,0x5ec,_0x40efbd._0x3df5f0,0x682),_0x330e45['TKCGL']=_0x4e233d(_0x40efbd._0x2a9834,0x58c,_0x40efbd._0x4a8b00,_0x40efbd._0x10bd79)+_0x4e233d(_0x40efbd._0x2c8079,_0x40efbd._0x2a9834,0x53b,_0x40efbd._0x1fe194)+'r';const _0x7e19d=_0x330e45,{callingTask:_0x245f58,environmentName:_0x596d88}=_0x993479;function _0x1c70fc(_0x3e58d4,_0x10d57c,_0x57eab9,_0x46a7f4){return _0x450377(_0x57eab9,_0x10d57c-_0x112b0c._0x3a50b0,_0x57eab9-0xb0,_0x10d57c- -_0x112b0c._0x295050);}const {filename:_0x3c0f07}=_0x993479[_0x4e233d(0x5f7,_0x40efbd._0x2d19d5,0x5cd,_0x40efbd._0x3063d7)];if(!isValidMemoryFilename(_0x3c0f07)){const _0x18f1e0={};return _0x18f1e0[_0x1c70fc(0x1e5,_0x40efbd._0x6cd05b,_0x40efbd._0x5c3a0d,0x2c9)]=_0x1c70fc(_0x40efbd._0x32fb69,0x325,0x2d8,_0x40efbd._0x4b6370)+'t',_0x18f1e0[_0x4e233d(0x526,0x56c,_0x40efbd._0x160111,0x5a7)]=_0x7e19d['EUYFL'],_0x3dc652[_0x4e233d(0x483,_0x40efbd._0x357f07,_0x40efbd._0x160111,0x532)](0x11d0+0x7*-0x5e+-0x22*0x67)[_0x1c70fc(_0x40efbd._0xcce9a6,_0x40efbd._0x5e784f,_0x40efbd._0xfa58a8,0x2d0)](_0x18f1e0);}const _0x552552={};_0x552552[_0x1c70fc(0x1b7,0x223,0x286,_0x40efbd._0xe82b63)]=_0x245f58[_0x1c70fc(_0x40efbd._0xb02188,0x223,_0x40efbd._0x22ae5d,0x23c)],_0x552552['environmen'+'t']=_0x596d88,_0x552552['filename']=_0x3c0f07,logger[_0x1c70fc(_0x40efbd._0x34835c,0x269,0x21e,_0x40efbd._0xf0b031)](_0x1c70fc(_0x40efbd._0x51ef3b,0x21e,_0x40efbd._0x4ed49b,_0x40efbd._0x1e6e90)+_0x1c70fc(0x268,0x323,0x38d,0x364)+'file',_0x552552);try{const _0x3c9568=await _0x2b40a4[_0x4e233d(_0x40efbd._0x11ea35,_0x40efbd._0x25cc9e,_0x40efbd._0x57fc18,0x63e)](_0x5ddb2f[_0x4e233d(0x4b2,0x4e9,0x525,_0x40efbd._0x5e000a)](DATA_DIR,_0x7e19d[_0x1c70fc(0x299,0x31b,0x2aa,_0x40efbd._0x4c2cc9)],_0x596d88,_0x3c0f07),_0x7e19d[_0x4e233d(0x562,0x578,_0x40efbd._0x2093c1,_0x40efbd._0x1a063c)]),_0x5d9945={};_0x5d9945[_0x4e233d(0x5d3,0x599,0x5e3,0x5d7)]=_0x3c0f07,_0x5d9945[_0x4e233d(0x555,0x53d,_0x40efbd._0x30f883,0x4c9)]=_0x3c9568,_0x3dc652[_0x1c70fc(0x2be,_0x40efbd._0x2bd950,_0x40efbd._0x13bc68,0x151)](_0x5d9945);}catch(_0x751bf7){if(_0x7e19d[_0x1c70fc(0x222,0x2d4,_0x40efbd._0x45ea59,_0x40efbd._0x3f3ad2)](_0x751bf7[_0x4e233d(0x445,_0x40efbd._0x3297b4,0x4c1,_0x40efbd._0x465fed)],_0x7e19d['sWnya'])){if(_0x7e19d[_0x4e233d(_0x40efbd._0x2b8818,_0x40efbd._0x2820ad,0x60c,_0x40efbd._0x4a0662)](_0x7e19d[_0x1c70fc(0x20b,_0x40efbd._0x52d16c,0x200,0x20e)],_0x7e19d[_0x4e233d(0x4ef,_0x40efbd._0x160440,_0x40efbd._0x24db15,0x4a8)])){const _0x40c48b={};return _0x40c48b[_0x4e233d(_0x40efbd._0x576051,_0x40efbd._0x46282d,0x5d5,0x55d)]=_0x7e19d[_0x1c70fc(_0x40efbd._0x1a9fa2,0x2e0,0x303,_0x40efbd._0x68effe)],_0x40c48b[_0x1c70fc(0x1fc,0x2ad,0x214,_0x40efbd._0x64827)]=_0x4e233d(0x450,_0x40efbd._0x37281a,_0x40efbd._0x3585f8,_0x40efbd._0x107dac)+'e\x20not\x20foun'+'d',_0x3dc652['status'](-0x4*-0x457+0x1898+-0x11*0x260)['json'](_0x40c48b);}else{const _0x2ac7ed={};return _0x2ac7ed[_0x4e233d(0x462,_0x40efbd._0x46282d,_0x40efbd._0x383357,0x457)]=_0x7e19d[_0x1c70fc(_0x40efbd._0x115c36,0x239,0x1ea,_0x40efbd._0x2438f9)],_0x2ac7ed[_0x1c70fc(_0x40efbd._0x3fa3b8,0x2ad,_0x40efbd._0x3de4a6,_0x40efbd._0x292daa)]=_0x7e19d['JLZdM'],_0x4e6dde[_0x4e233d(0x40d,0x4d2,_0x40efbd._0x4d8182,0x43b)](-0x1998+-0xe73+-0x299b*-0x1)[_0x4e233d(0x570,0x4cc,_0x40efbd._0x3380a4,_0x40efbd._0x3272bb)](_0x2ac7ed);}}const _0x52f9e5={};_0x52f9e5[_0x1c70fc(0x198,_0x40efbd._0x377417,0x1fe,0x21f)]=_0x245f58['taskId'],_0x52f9e5[_0x1c70fc(_0x40efbd._0x157e54,0x338,_0x40efbd._0x27518c,0x3d3)+'t']=_0x596d88,_0x52f9e5[_0x1c70fc(0x374,_0x40efbd._0x4f6016,_0x40efbd._0x15585,_0x40efbd._0x23f4cf)]=_0x3c0f07,_0x52f9e5[_0x4e233d(_0x40efbd._0x69d372,_0x40efbd._0x271d6f,0x5b5,_0x40efbd._0x5afa0b)]=_0x751bf7[_0x1c70fc(0x222,0x2ad,0x34e,0x2ae)],logger[_0x1c70fc(0x263,_0x40efbd._0x6cd05b,_0x40efbd._0x5af10,0x1e7)](_0x7e19d[_0x4e233d(0x609,0x58d,_0x40efbd._0x3e81f4,_0x40efbd._0x5b74a0)],_0x52f9e5);const _0x3714d={};_0x3714d[_0x4e233d(0x50c,_0x40efbd._0x443e90,0x4fb,_0x40efbd._0x4b8220)]=_0x7e19d[_0x1c70fc(_0x40efbd._0x2f8187,0x30e,0x258,0x262)],_0x3714d[_0x1c70fc(_0x40efbd._0x381c59,_0x40efbd._0x1b9ab0,0x264,_0x40efbd._0x335fc7)]=_0x7e19d[_0x4e233d(0x5aa,_0x40efbd._0x21e6d5,_0x40efbd._0x93b0ed,_0x40efbd._0x19d11c)],_0x3dc652[_0x4e233d(_0x40efbd._0x51a922,_0x40efbd._0x357f07,_0x40efbd._0x3f9fe5,_0x40efbd._0xcaee1b)](0x67*0x4d+0x2f*-0x29+-0xac*0x20)['json'](_0x3714d);}}),router[_0x450377(0x23c,0x362,0x226,0x2e7)](_0x631cf9(-0x100,-0x120,-0x20d,-0x1a4)+_0x450377(0x204,0x189,0x17b,0x235),requireTaskAuth,requireMemoryPermission,async(_0x16c986,_0x137e00)=>{const _0x408312={_0x257846:0x172,_0x1d2a7c:0x1b8,_0x59a9b4:0x54d,_0xf22236:0xe4,_0x4d3b3c:0x18b,_0x1bbd0b:0x616,_0x29be07:0x540,_0x321630:0x6e5,_0x42c053:0x59c,_0x1a263c:0x16e,_0x3ac111:0x1be,_0x48aa29:0xd5,_0x82e801:0xf8,_0x4717a5:0x4e,_0xb381ec:0x162,_0x586c95:0xfb,_0x4bce63:0x15e,_0x3fa724:0x145,_0x56c803:0x6c,_0x3095c:0x18d,_0x4bb502:0x197,_0x1c22d0:0x5d3,_0x5e10bf:0x67f,_0x5d15ea:0xbf,_0x3e650f:0x166,_0x76f030:0x152,_0x240d6c:0x113,_0x120349:0x62e,_0x182acb:0x602,_0x5b1150:0x6a5,_0x50d777:0x13b,_0x304fdd:0xc1,_0x36cc6b:0x68,_0x3dec66:0x180,_0x453f3c:0x1b0,_0x653226:0x133,_0x3e58f6:0xf1,_0x83fcff:0xb,_0x5cd128:0x657,_0x446989:0x677,_0x1e5525:0x19a,_0x2d012a:0x1b1,_0x234988:0x247,_0x3f059c:0x5bd,_0x25c978:0x614,_0x2fcc5e:0xee,_0x33a98b:0x36,_0xe9073c:0x64f,_0xfdd3f0:0x655,_0x5c270f:0x674,_0x2580a7:0x5af,_0x482987:0x4a9,_0x25a611:0x532,_0x215632:0x5ab,_0x4c4bcd:0x6ca,_0x1bf59e:0x6ba,_0x52d1fe:0x535,_0x5380ae:0x208,_0x11299f:0x1a1,_0x3132e2:0x12d,_0x148d7f:0x498,_0x490570:0xa5,_0xae200d:0xe5,_0x5c9123:0x2c,_0x2c964e:0x1f2,_0x4df4ef:0x182,_0x4ced8a:0x139,_0x58280e:0x22a,_0x2e8cf8:0x23b,_0x4719d1:0x568,_0x923af5:0x4d3,_0x1e58f5:0x152,_0x2567b2:0xaa,_0x3eac1f:0x164,_0x139eac:0x592,_0x532a03:0x4a3,_0x1b2694:0x4fe,_0x352495:0x630,_0x56796b:0x156,_0x4c9a19:0x1fa,_0x1bb9c9:0x1af,_0x5586b5:0x15b,_0x1d3c81:0x235,_0xe5fddc:0x1ec,_0x54f89e:0x1e0,_0x179291:0x143,_0x717e14:0xd9,_0x445b71:0x6bd,_0x476b44:0x23b,_0x3fe9a2:0x1dc,_0x52e394:0x18e,_0x8761e0:0x1dc,_0x24fd59:0x22c,_0x1963cc:0x6d4,_0xb36caa:0x690,_0x38597e:0x5ad,_0x20dfde:0x6a2,_0xc8a6e:0x1a1,_0x41cf29:0x123,_0x2a4796:0x5bc,_0x2fb62a:0x1a1,_0x48f136:0x23f,_0x64a28:0x151,_0x19cfbd:0x5bd,_0x3b6567:0x60c,_0x2b0a28:0x5dc,_0x5c7319:0x606,_0x8156d:0x4c3,_0x40e627:0x596,_0x49bd66:0x562,_0x1a51c3:0x1ec,_0x33317f:0x29d,_0x5f2869:0x54c,_0x37d416:0x5ae,_0x568ec8:0x50d,_0x45600e:0x56d,_0x3f04e2:0x617,_0x224ff9:0x6c1,_0x38f0a0:0x66d,_0x412460:0x19f,_0xb64f3e:0x210,_0x4801f5:0x28a,_0x277747:0x204,_0x44847b:0x222,_0x2dbfd5:0x22e,_0x1930a6:0x1fe,_0x204894:0x1dc,_0x1c2599:0x21a,_0x30bae4:0x290,_0x41247d:0x63f,_0x1fd453:0x5e0,_0x3a8281:0x1aa,_0x223dae:0x184,_0x3e3509:0x207,_0x10bf85:0x456,_0x21b127:0x4d7,_0x22a390:0x5a6,_0x5287f5:0x55d,_0x42f8e7:0xb6,_0x5a6d00:0x10,_0x2877d5:0x126,_0x2c2967:0x537,_0x41ba47:0x5f5,_0x1d7a2d:0x5e7,_0x1a2af6:0x26c,_0x16a5ae:0x1e0,_0x3c7add:0x1b2,_0x22493b:0x112,_0x3bbf3d:0x463,_0x4a5a1f:0x4fa,_0x3a7760:0x5c1,_0x395ce5:0x5b7,_0x18c268:0x53a,_0x3ac56c:0x57c,_0x5b7801:0x5ae,_0x5e34a3:0x669,_0x4821e0:0x5ef,_0x16b981:0x652,_0x47c359:0x5a4,_0x54a612:0x29e,_0x3c19a6:0x232,_0x58236e:0x187,_0x2592a2:0x19c,_0x37e319:0x1db,_0x243610:0x5cd,_0x33c934:0x613,_0x6d7d6:0x556,_0x42dc70:0x585,_0x5d8f99:0x583,_0x3d5a4a:0x572,_0x75c6d5:0x532,_0xf51bbe:0x12f,_0x3ef504:0xc7,_0x35bea4:0x10e,_0x5e4fe9:0xcb,_0x18f692:0x125,_0xf8a293:0x62a,_0x2b66b4:0x106,_0x4663df:0x1c7,_0x4ec194:0x603,_0x533689:0x230,_0x27f160:0x19b,_0x4863b2:0x4ca,_0x272009:0x629,_0x174486:0x622,_0x17c077:0x5f9,_0x20866e:0x562,_0x1d085d:0x592,_0x14ca6e:0x5d6,_0x277ac1:0x62b,_0x5f6121:0x573,_0x186465:0x24d,_0x5343be:0x23f,_0x10bae8:0x171,_0x1c3d50:0x276,_0x3182b9:0x199},_0x12590c={_0x1e4c46:0x1bd,_0x2fd2ac:0x6b9},_0x53cb81={_0x2dd934:0x1d0},_0x40f6be={'DVAxr':_0x35966d(-_0x408312._0x257846,-_0x408312._0x1d2a7c,-0x220,-0x1e8)+_0x28244f(0x59e,0x5a5,0x584,_0x408312._0x59a9b4)+_0x35966d(-_0x408312._0xf22236,-_0x408312._0x4d3b3c,-0x1c0,-0x1ce),'fnpBF':function(_0x1172f5,_0x243407){return _0x1172f5(_0x243407);},'cMlUM':function(_0x44d0cc,_0x4723f9){return _0x44d0cc===_0x4723f9;},'dNzEt':_0x28244f(_0x408312._0x1bbd0b,_0x408312._0x29be07,0x613,0x5ea),'Tviwb':'Fpqqb','TjqRo':_0x28244f(0x6fa,_0x408312._0x321630,_0x408312._0x42c053,0x634)+'t','bbXVe':_0x35966d(-_0x408312._0x1a263c,-0x1d9,-0x144,-_0x408312._0x3ac111)+'lename','yhlTg':function(_0x45edfd,_0x382369){return _0x45edfd===_0x382369;},'lJiOR':_0x35966d(-_0x408312._0x48aa29,-_0x408312._0x82e801,-_0x408312._0x4717a5,-_0x408312._0xb381ec),'BJIkr':_0x35966d(-0x3d,-_0x408312._0x586c95,-_0x408312._0x4bce63,-_0x408312._0x3fa724),'WsbQD':_0x35966d(-0x107,-0xec,-_0x408312._0x56c803,-0x78)+_0x35966d(-0x114,-_0x408312._0x3095c,-_0x408312._0x4bb502,-0x199)+_0x28244f(_0x408312._0x1c22d0,_0x408312._0x5e10bf,0x594,0x5be),'lXFmR':_0x35966d(-_0x408312._0x5d15ea,-_0x408312._0x3e650f,-_0x408312._0x76f030,-_0x408312._0x240d6c)+_0x35966d(-0x13f,-0xdc,-0x44,-0x89)+_0x28244f(_0x408312._0x120349,_0x408312._0x182acb,_0x408312._0x5b1150,0x624),'Ujfyy':_0x35966d(-_0x408312._0x50d777,-_0x408312._0x304fdd,-_0x408312._0x36cc6b,-0xd0),'UeIpU':_0x35966d(-0x13c,-_0x408312._0x3dec66,-0x1da,-_0x408312._0x453f3c),'hrvXB':_0x35966d(-0x13b,-0x8e,-_0x408312._0x653226,-0x131),'Hugvz':'Failed\x20to\x20'+_0x35966d(-0x1a8,-0x10f,-0x11b,-_0x408312._0x3e58f6)+_0x35966d(-0x86,-0xb9,-0xcf,-_0x408312._0x83fcff)},{callingTask:_0x3c7f65,taskUser:_0xa1d5da,environmentName:_0x1074c4}=_0x16c986,{filename:_0x591657}=_0x16c986[_0x28244f(0x5de,_0x408312._0x5cd128,0x5c6,_0x408312._0x446989)];function _0x35966d(_0x575c15,_0xf34fea,_0x4ec596,_0x31d5a9){return _0x631cf9(_0x4ec596,_0xf34fea-0x1a,_0x4ec596-_0x53cb81._0x2dd934,_0xf34fea- -0x55);}const {content:_0x189fb1}=_0x16c986[_0x35966d(-_0x408312._0x1e5525,-_0x408312._0x2d012a,-_0x408312._0x653226,-_0x408312._0x234988)];if(!_0x40f6be[_0x28244f(0x582,0x617,_0x408312._0x3f059c,_0x408312._0x25c978)](isValidMemoryFilename,_0x591657)){if(_0x40f6be[_0x35966d(-0xdb,-0xf9,-_0x408312._0x2fcc5e,-_0x408312._0x33a98b)](_0x40f6be[_0x28244f(_0x408312._0xe9073c,_0x408312._0xfdd3f0,0x5e6,_0x408312._0x5c270f)],_0x40f6be['Tviwb'])){const _0x1ecadf={};_0x1ecadf[_0x28244f(0x5e8,_0x408312._0x2580a7,_0x408312._0x482987,_0x408312._0x25a611)]=_0x471a37[_0x28244f(0x54d,_0x408312._0x215632,0x506,0x532)],_0x1ecadf[_0x28244f(_0x408312._0x4c4bcd,0x5c7,_0x408312._0x1bf59e,0x647)+'t']=_0x112014,_0x1ecadf[_0x35966d(-0x1e4,-0x1a1,-_0x408312._0x3fa724,-0x11f)]=_0x1c6363[_0x28244f(_0x408312._0x52d1fe,0x512,0x5f8,0x5bc)],_0x9de2ff[_0x35966d(-_0x408312._0x5380ae,-_0x408312._0x11299f,-_0x408312._0x3132e2,-0x164)](_0x28244f(0x4f2,0x566,_0x408312._0x148d7f,0x556)+_0x35966d(-_0x408312._0x490570,-_0x408312._0xae200d,-_0x408312._0x5c9123,-0x14c)+_0x35966d(-_0x408312._0x2c964e,-_0x408312._0x4df4ef,-_0x408312._0x4ced8a,-0x129),_0x1ecadf);const _0xf1f9ea={};_0xf1f9ea[_0x35966d(-_0x408312._0x58280e,-_0x408312._0x11299f,-0x101,-_0x408312._0x2e8cf8)]='Internal\x20S'+_0x28244f(0x561,_0x408312._0x4719d1,_0x408312._0x923af5,0x562)+'r',_0xf1f9ea[_0x35966d(-0x14b,-_0x408312._0x1e58f5,-_0x408312._0x2567b2,-_0x408312._0x240d6c)]=_0x35966d(-0xf4,-_0x408312._0x1d2a7c,-0x13e,-_0x408312._0x3eac1f)+'list\x20memor'+'y\x20files',_0x2be890[_0x28244f(_0x408312._0x139eac,0x52a,0x4ec,0x522)](-0x24bc+-0x228e+0x493e)[_0x28244f(_0x408312._0x532a03,0x574,_0x408312._0x1b2694,0x51c)](_0xf1f9ea);}else{const _0x3f6fab={};return _0x3f6fab[_0x28244f(0x520,_0x408312._0x352495,0x5cc,0x56d)]=_0x40f6be[_0x35966d(-_0x408312._0x56796b,-0x1ce,-_0x408312._0x4c9a19,-0x282)],_0x3f6fab[_0x35966d(-_0x408312._0x1bb9c9,-0x152,-0x1f7,-_0x408312._0x5586b5)]=_0x40f6be['bbXVe'],_0x137e00[_0x35966d(-_0x408312._0x1d3c81,-_0x408312._0xe5fddc,-0x1a1,-0x189)](-0x4*-0x445+0x1*0x24dc+-0x3460)[_0x35966d(-_0x408312._0x54f89e,-0x1f2,-_0x408312._0x179291,-0x19e)](_0x3f6fab);}}if(_0x189fb1===undefined){if(_0x40f6be[_0x35966d(-_0x408312._0x717e14,-0x179,-0x16f,-0x196)](_0x40f6be['lJiOR'],_0x40f6be[_0x28244f(_0x408312._0x445b71,0x6fd,0x5cf,0x66d)])){const _0x37e5e5={};_0x37e5e5[_0x35966d(-_0x408312._0x476b44,-_0x408312._0x3fe9a2,-0x1e7,-_0x408312._0x52e394)]=_0x49076b[_0x35966d(-0x1ea,-_0x408312._0x8761e0,-0x1c0,-_0x408312._0x24fd59)],_0x37e5e5[_0x28244f(_0x408312._0x1963cc,0x69b,0x6ce,0x647)+'t']=_0x57d1e3,_0x37e5e5[_0x28244f(_0x408312._0xb36caa,_0x408312._0x38597e,_0x408312._0x20dfde,0x648)]=_0xa6b15,_0x37e5e5[_0x35966d(-0x1d8,-_0x408312._0xc8a6e,-_0x408312._0x41cf29,-0x161)]=_0x2db654[_0x28244f(0x522,0x5ee,_0x408312._0x5c270f,_0x408312._0x2a4796)],_0x3563c4[_0x35966d(-0x1ae,-_0x408312._0x2fb62a,-0x134,-_0x408312._0x48f136)](_0x40f6be['DVAxr'],_0x37e5e5);const _0x91504e={};_0x91504e[_0x35966d(-0x126,-0x1a1,-_0x408312._0x64a28,-0x260)]=_0x28244f(0x54a,_0x408312._0x19cfbd,_0x408312._0x3b6567,_0x408312._0x2b0a28)+_0x28244f(_0x408312._0x5c7319,_0x408312._0x8156d,_0x408312._0x40e627,_0x408312._0x49bd66)+'r',_0x91504e['message']=_0x40f6be[_0x35966d(-0x230,-0x1a7,-0x20a,-0x1fa)],_0x3f748a[_0x35966d(-0x18d,-_0x408312._0x1a51c3,-0x1d2,-_0x408312._0x33317f)](-0x25dd+0x1*-0x14ff+-0x2*-0x1e68)[_0x28244f(_0x408312._0x5f2869,0x483,0x5e1,0x51c)](_0x91504e);}else{const _0x1fed5c={};return _0x1fed5c[_0x28244f(_0x408312._0x37d416,_0x408312._0x568ec8,0x619,_0x408312._0x45600e)]=_0x28244f(_0x408312._0x3f04e2,_0x408312._0x224ff9,_0x408312._0x38f0a0,0x634)+'t',_0x1fed5c['message']=_0x40f6be[_0x35966d(-_0x408312._0x412460,-_0x408312._0xb64f3e,-0x18a,-_0x408312._0x4801f5)],_0x137e00['status'](-0x124b+-0xd4b+0x2126*0x1)[_0x35966d(-0x196,-0x1f2,-_0x408312._0x277747,-0x1a3)](_0x1fed5c);}}const _0x5a6a25={};_0x5a6a25[_0x35966d(-0x1e1,-_0x408312._0x8761e0,-_0x408312._0x44847b,-_0x408312._0x2dbfd5)]=_0x3c7f65[_0x35966d(-_0x408312._0x1930a6,-_0x408312._0x204894,-_0x408312._0x1c2599,-_0x408312._0x30bae4)],_0x5a6a25[_0x28244f(_0x408312._0x41247d,_0x408312._0x1fd453,0x592,0x647)+'t']=_0x1074c4;function _0x28244f(_0x1618c8,_0x142c81,_0x1dfe96,_0x5b313b){return _0x631cf9(_0x1618c8,_0x142c81-_0x12590c._0x1e4c46,_0x1dfe96-0xd3,_0x5b313b-_0x12590c._0x2fd2ac);}_0x5a6a25['filename']=_0x591657,_0x5a6a25['userId']=_0xa1d5da['id'],_0x5a6a25[_0x35966d(-_0x408312._0x3a8281,-0x1d1,-_0x408312._0x223dae,-_0x408312._0x3e3509)+'gth']=_0x189fb1[_0x28244f(_0x408312._0x10bf85,_0x408312._0x21b127,0x5b5,0x502)],logger[_0x28244f(_0x408312._0x22a390,0x5a5,_0x408312._0x5287f5,0x578)](_0x40f6be['lXFmR'],_0x5a6a25);try{if(_0x40f6be[_0x35966d(-_0x408312._0x42f8e7,-0xf9,-0xe2,-0x199)](_0x40f6be[_0x35966d(-_0x408312._0x48aa29,-0xd5,-_0x408312._0x5a6d00,-0xd4)],_0x40f6be['Ujfyy'])){const _0x4a7bcc=_0x5ddb2f[_0x35966d(-0x1a6,-0x1d5,-0x134,-_0x408312._0x2877d5)](DATA_DIR,_0x40f6be['UeIpU'],_0x1074c4),_0x2e6540={};_0x2e6540[_0x28244f(_0x408312._0x2c2967,_0x408312._0x41ba47,_0x408312._0x1d7a2d,0x55c)]=!![],await _0x2b40a4[_0x35966d(-_0x408312._0x1a2af6,-_0x408312._0x16a5ae,-_0x408312._0x3c7add,-0x122)](_0x4a7bcc,_0x2e6540),await _0x2b40a4['writeFile'](_0x5ddb2f[_0x35966d(-0x127,-0x1d5,-0x136,-_0x408312._0x22493b)](_0x4a7bcc,_0x591657),_0x189fb1,_0x40f6be[_0x28244f(0x4e3,0x5a1,_0x408312._0x3bbf3d,_0x408312._0x4a5a1f)]);const _0x19c4db={};_0x19c4db[_0x28244f(_0x408312._0x3a7760,0x557,0x617,0x5e9)]=_0x591657,_0x19c4db[_0x28244f(0x4d1,_0x408312._0x395ce5,_0x408312._0x18c268,_0x408312._0x3ac56c)]=!![],_0x19c4db[_0x28244f(_0x408312._0x5b7801,_0x408312._0x5e34a3,_0x408312._0x4821e0,_0x408312._0x3f059c)+_0x28244f(0x58a,_0x408312._0x16b981,_0x408312._0x47c359,0x61a)]=_0x3c7f65['taskId'],_0x137e00[_0x35966d(-_0x408312._0x54a612,-0x1f2,-_0x408312._0x3c19a6,-_0x408312._0x58236e)](_0x19c4db);}else _0x4ad5d9=_0x50d58d[_0x35966d(-0x185,-_0x408312._0x2592a2,-0x1ab,-_0x408312._0x37e319)],_0x5c77b1=_0x26830d[_0x28244f(0x5c8,_0x408312._0x243610,_0x408312._0x33c934,0x5b4)],_0x73d8e5=_0x14c235[_0x28244f(_0x408312._0x6d7d6,_0x408312._0x42dc70,_0x408312._0x5d8f99,0x524)+'g'];}catch(_0x7963ba){const _0x230255={};_0x230255[_0x28244f(0x4bf,0x528,_0x408312._0x3d5a4a,_0x408312._0x75c6d5)]=_0x3c7f65['taskId'],_0x230255[_0x35966d(-_0x408312._0xf51bbe,-_0x408312._0x3ef504,-_0x408312._0x5c9123,-_0x408312._0x35bea4)+'t']=_0x1074c4,_0x230255[_0x35966d(-_0x408312._0x5e4fe9,-_0x408312._0x18f692,-0x8f,-_0x408312._0x179291)]=_0x591657,_0x230255[_0x28244f(_0x408312._0xf8a293,0x612,0x611,_0x408312._0x45600e)]=_0x7963ba[_0x35966d(-_0x408312._0x2b66b4,-_0x408312._0x76f030,-0x194,-_0x408312._0x4663df)],logger[_0x28244f(_0x408312._0x4ec194,_0x408312._0x6d7d6,0x4dd,0x56d)](_0x40f6be[_0x35966d(-_0x408312._0x533689,-_0x408312._0x27f160,-0x18e,-0x22c)],_0x230255);const _0x1d90dd={};_0x1d90dd[_0x28244f(0x5be,_0x408312._0x4863b2,0x508,0x56d)]=_0x28244f(_0x408312._0x272009,0x5d0,_0x408312._0x174486,_0x408312._0x2b0a28)+_0x28244f(_0x408312._0x17c077,0x5a0,0x49b,_0x408312._0x20866e)+'r',_0x1d90dd[_0x28244f(_0x408312._0x1d085d,_0x408312._0x14ca6e,0x569,0x5bc)]=_0x40f6be[_0x28244f(_0x408312._0x277ac1,0x569,0x622,_0x408312._0x5f6121)],_0x137e00[_0x35966d(-_0x408312._0x186465,-0x1ec,-_0x408312._0x5343be,-0x2aa)](0x1942+0x176+-0x18c4)[_0x35966d(-_0x408312._0x10bae8,-0x1f2,-_0x408312._0x1c3d50,-_0x408312._0x3182b9)](_0x1d90dd);}});function _0x450377(_0x42e248,_0x170579,_0x1edd9b,_0x5ddee8){const _0x5c9b56={_0x4acadb:0x117};return _0xafa3(_0x5ddee8-_0x5c9b56._0x4acadb,_0x42e248);}router[_0x450377(0x293,0x2be,0x327,0x2dd)](_0x631cf9(-0x243,-0x232,-0x236,-0x1a4)+'ilename',requireTaskAuth,requireMemoryPermission,async(_0x537c7e,_0x318b12)=>{const _0x4a33ac={_0x26e02a:0xf0,_0x36513f:0x1c3,_0x3cf772:0x1a9,_0x29a575:0x170,_0xc6b686:0x140,_0x213497:0x16d,_0x33a0dc:0x1ac,_0x3221aa:0xe8,_0x20184c:0xe2,_0x294ba9:0x157,_0x101613:0x1d8,_0x5a8796:0x23e,_0x45e2d9:0x222,_0x2a5060:0x1e4,_0x3e8af2:0xea,_0x6c9b3e:0x1d0,_0xecd4a4:0x15b,_0x1b0d8d:0x75,_0x1d007c:0x17b,_0xa701d3:0xb4,_0x246020:0x184,_0x2a5de0:0xfe,_0x4dd038:0x130,_0x4cee66:0x1c5,_0x54dce9:0x147,_0x5833bb:0x2c,_0x31abb5:0x1f,_0x50cbf9:0x9d,_0x424acc:0x13d,_0x500a9d:0x11a,_0x4370fe:0x1ad,_0x28b4f1:0x1d9,_0x433105:0x144,_0x30e16e:0x61,_0x59657f:0xfa,_0x1cfbb3:0x11c,_0x122380:0x204,_0x482c38:0x21b,_0x5164aa:0x1f1,_0x547559:0x2df,_0x28198b:0x17a,_0x216f2d:0x69,_0xad0374:0x26,_0x422463:0xb6,_0x50380d:0xc6,_0x1ce9d0:0xbd,_0x3f9a45:0xd6,_0x30b8e9:0x18e,_0x39ac0e:0x1e5,_0xcf2755:0x148,_0x4532a8:0x1a0,_0x2da94a:0xd5,_0x5295e5:0x1e0,_0x205fd1:0x1fd,_0x1a5078:0x28,_0x3ba79b:0x3,_0x4395ce:0x2f,_0x2e7758:0x186,_0x12e181:0xdd,_0x54da56:0x136,_0x56f219:0x3d,_0x3130e5:0x252,_0x24b105:0x1b3,_0x17a88b:0x12a,_0x9de5ad:0x49,_0x1e466b:0xf0,_0x5ee4b3:0xb0,_0x1a30a8:0x1e8,_0x3de692:0x1de,_0x406aaa:0x1c8,_0x53513a:0x1db,_0x69924b:0x95,_0x2a5427:0xc,_0x26daae:0x1e,_0x36b369:0xaa,_0x82802a:0xb1,_0x3879f1:0x9b,_0x3dc886:0xb5,_0x42d2b3:0x53,_0x169c1c:0x57,_0x1f22b7:0xbf,_0x2a4dd6:0xfa,_0x495560:0x129,_0x10247d:0x54,_0x169186:0x113,_0x4a061f:0xf8,_0x337920:0x90,_0xcd4025:0xac,_0x4bf5cf:0x13f,_0x1e8a3d:0x32,_0x1ae0b7:0xe0,_0x1b440c:0x176,_0x2705a4:0x1ab,_0xe9235b:0x160,_0x29f30b:0x106,_0x4b2adf:0x226,_0x566a2b:0xc,_0x107639:0x11b,_0x8a7570:0x42,_0x111363:0x6f,_0x51fa7b:0x101,_0x203856:0x1da,_0x190de4:0x150,_0x1e9f0c:0x149,_0x131153:0x122,_0x4e81f9:0xb9,_0x1a3900:0xc0,_0x5081c8:0x18c,_0x395a33:0xde,_0x3f2e2b:0x19c,_0x6a8d35:0x17d,_0x28e3af:0x13a,_0x5478a7:0x140,_0x5abcd8:0x101,_0x44dd7a:0xa2,_0x7ee799:0x11e,_0x410f05:0xc6,_0xc4e785:0x8,_0x355c0f:0x5d,_0x39e497:0x93,_0x4f5015:0xa2},_0x50ca27={_0x25511b:0xb6},_0x55185c={_0x34c99b:0x1a};function _0x32bf80(_0x538f06,_0x202a05,_0x5ec09d,_0x23b878){return _0x631cf9(_0x23b878,_0x202a05-0x19,_0x5ec09d-_0x55185c._0x34c99b,_0x202a05-0x25d);}const _0x3be84a={'bFnCf':_0x4d8e72(_0x4a33ac._0x26e02a,_0x4a33ac._0x36513f,_0x4a33ac._0x3cf772,_0x4a33ac._0x29a575)+'erver\x20Erro'+'r','aNate':_0x4d8e72(_0x4a33ac._0xc6b686,0xb5,0x175,0xea)+_0x32bf80(_0x4a33ac._0x213497,_0x4a33ac._0x33a0dc,_0x4a33ac._0x3221aa,0x164)+_0x32bf80(_0x4a33ac._0x20184c,0x134,_0x4a33ac._0x294ba9,0x19a)+'le','zAzps':function(_0x2bd47d,_0x2deff6){return _0x2bd47d(_0x2deff6);},'RzvoO':_0x32bf80(0x1e4,_0x4a33ac._0x101613,0x282,_0x4a33ac._0x5a8796)+'t','wxkEm':'Invalid\x20fi'+_0x4d8e72(0x1dc,0x1ac,_0x4a33ac._0x45e2d9,_0x4a33ac._0x2a5060),'AqfKT':_0x32bf80(_0x4a33ac._0x3e8af2,0x18f,_0x4a33ac._0x6c9b3e,_0x4a33ac._0xecd4a4)+'ing\x20memory'+_0x4d8e72(_0x4a33ac._0x1b0d8d,_0x4a33ac._0x1d007c,_0x4a33ac._0xa701d3,0xe2),'KfBkt':_0x4d8e72(_0x4a33ac._0x246020,_0x4a33ac._0x2a5de0,_0x4a33ac._0x4dd038,_0x4a33ac._0x4cee66),'UpfSQ':_0x32bf80(0x88,0x132,0x100,_0x4a33ac._0x54dce9),'srhbD':function(_0x5bf6fd,_0xf6fea4){return _0x5bf6fd===_0xf6fea4;},'ApSRl':_0x4d8e72(_0x4a33ac._0x5833bb,0x2d,_0x4a33ac._0x31abb5,_0x4a33ac._0x50cbf9),'XWabk':function(_0x538fee,_0x48307e){return _0x538fee===_0x48307e;},'lhhkG':'UeMul','cYngc':_0x4d8e72(_0x4a33ac._0x424acc,0x12e,_0x4a33ac._0x3e8af2,0xc7),'yyFYX':_0x4d8e72(_0x4a33ac._0x500a9d,0x133,0x12d,0x90)+_0x32bf80(_0x4a33ac._0x4370fe,_0x4a33ac._0x28b4f1,0x244,_0x4a33ac._0x433105)+'d','JKCPe':_0x32bf80(_0x4a33ac._0x30e16e,_0x4a33ac._0x59657f,0x126,_0x4a33ac._0x1cfbb3)+_0x32bf80(_0x4a33ac._0x122380,0x183,0x227,0x16c)+'ory\x20file'},{callingTask:_0x8450b1,taskUser:_0x2ac0a6,environmentName:_0x1ae8a9}=_0x537c7e,{filename:_0xe5bce4}=_0x537c7e[_0x32bf80(_0x4a33ac._0x5a8796,_0x4a33ac._0x482c38,_0x4a33ac._0x5164aa,_0x4a33ac._0x547559)];if(!_0x3be84a['zAzps'](isValidMemoryFilename,_0xe5bce4)){const _0x31b729={};return _0x31b729[_0x32bf80(_0x4a33ac._0x424acc,0x111,_0x4a33ac._0x28198b,0x74)]=_0x3be84a['RzvoO'],_0x31b729['message']=_0x3be84a['wxkEm'],_0x318b12[_0x4d8e72(_0x4a33ac._0x216f2d,0xc7,_0x4a33ac._0xad0374,_0x4a33ac._0x422463)](0xbf*-0x27+-0x259e+-0x7*-0x9c1)['json'](_0x31b729);}const _0x52620a={};_0x52620a[_0x4d8e72(_0x4a33ac._0x50cbf9,0x83,0x12,_0x4a33ac._0x50380d)]=_0x8450b1[_0x32bf80(_0x4a33ac._0x1ce9d0,_0x4a33ac._0x3f9a45,0xd9,_0x4a33ac._0x30b8e9)],_0x52620a[_0x4d8e72(0x180,0x128,0x1f3,0x1db)+'t']=_0x1ae8a9,_0x52620a[_0x4d8e72(0x239,0x17a,0x1ba,0x17d)]=_0xe5bce4,_0x52620a[_0x32bf80(0x18f,_0x4a33ac._0x39ac0e,_0x4a33ac._0xcf2755,0x140)]=_0x2ac0a6['id'];function _0x4d8e72(_0x403dd4,_0x94b708,_0x25c320,_0x477bf8){return _0x631cf9(_0x25c320,_0x94b708-_0x50ca27._0x25511b,_0x25c320-0x19e,_0x477bf8-0x24d);}logger[_0x32bf80(0x120,0x11c,_0x4a33ac._0x4532a8,0x19c)](_0x3be84a[_0x4d8e72(0x11c,_0x4a33ac._0x2da94a,_0x4a33ac._0x5295e5,0x195)],_0x52620a);try{if(_0x3be84a[_0x32bf80(0x1d8,0x14a,0x1ff,_0x4a33ac._0x205fd1)]!==_0x32bf80(0xd2,0xe6,0x3b,_0x4a33ac._0x1a5078)){await _0x2b40a4[_0x32bf80(0x3f,0xba,-_0x4a33ac._0x3ba79b,_0x4a33ac._0x4395ce)](_0x5ddb2f[_0x32bf80(_0x4a33ac._0x2e7758,_0x4a33ac._0x12e181,_0x4a33ac._0x54da56,_0x4a33ac._0x56f219)](DATA_DIR,_0x3be84a[_0x32bf80(_0x4a33ac._0x3130e5,_0x4a33ac._0x24b105,0x102,0x1a3)],_0x1ae8a9,_0xe5bce4));const _0x17f0a0={};_0x17f0a0['deleted']=!![],_0x318b12[_0x4d8e72(_0x4a33ac._0x17a88b,_0x4a33ac._0x9de5ad,_0x4a33ac._0x1e466b,_0x4a33ac._0x5ee4b3)](_0x17f0a0);}else{const _0x8a4503={};_0x8a4503[_0x32bf80(0x137,_0x4a33ac._0x1a30a8,_0x4a33ac._0x3de692,_0x4a33ac._0x406aaa)]=[],_0x8a4503[_0x4d8e72(0x161,0x196,0x116,_0x4a33ac._0x53513a)+'t']=_0x25998e,_0x52fcfd[_0x32bf80(0x159,0xc0,_0x4a33ac._0x69924b,_0x4a33ac._0x2a5427)](_0x8a4503);}}catch(_0x47370c){if(_0x3be84a['srhbD'](_0x47370c[_0x4d8e72(_0x4a33ac._0x26daae,_0x4a33ac._0x36b369,0xdb,_0x4a33ac._0x82802a)],_0x3be84a[_0x4d8e72(0x5c,0xaf,_0x4a33ac._0x3879f1,0xef)])){if(_0x3be84a[_0x32bf80(0x126,_0x4a33ac._0x3dc886,_0x4a33ac._0x42d2b3,0x109)](_0x3be84a[_0x4d8e72(_0x4a33ac._0x169c1c,0x131,_0x4a33ac._0x1f22b7,_0x4a33ac._0x2a4dd6)],'VGRov')){const _0x55e4f1={};_0x55e4f1[_0x32bf80(_0x4a33ac._0x495560,_0x4a33ac._0x3f9a45,0xc8,_0x4a33ac._0x10247d)]=_0x302f9d['taskId'],_0x55e4f1['environmen'+'t']=_0x17bd66,_0x55e4f1['error']=_0x48e0f6[_0x32bf80(0xd4,0x160,0x123,0xd9)],_0x50bd92['error']('Failed\x20to\x20'+_0x4d8e72(_0x4a33ac._0x169186,_0x4a33ac._0x4a061f,_0x4a33ac._0x337920,_0x4a33ac._0xcd4025)+_0x4d8e72(_0x4a33ac._0x4bf5cf,0x17b,_0x4a33ac._0x1e8a3d,_0x4a33ac._0x1ae0b7),_0x55e4f1);const _0x560a38={};_0x560a38['error']=_0x3be84a[_0x32bf80(_0x4a33ac._0x1b440c,_0x4a33ac._0x2705a4,0x24b,0x102)],_0x560a38[_0x32bf80(0x181,_0x4a33ac._0xe9235b,_0x4a33ac._0x29f30b,_0x4a33ac._0x4b2adf)]=_0x3be84a[_0x4d8e72(_0x4a33ac._0x566a2b,_0x4a33ac._0x107639,-0x2e,0x89)],_0xd52cd['status'](0xd+0x2337+-0x2150)[_0x32bf80(0x153,0xc0,0x2e,0xc6)](_0x560a38);}else{const _0x4ded18={};return _0x4ded18[_0x4d8e72(0x4b,_0x4a33ac._0x8a7570,_0x4a33ac._0x111363,_0x4a33ac._0x51fa7b)]=_0x3be84a[_0x4d8e72(0x166,_0x4a33ac._0x203856,0x1bd,0x15f)],_0x4ded18[_0x4d8e72(0x136,_0x4a33ac._0x4bf5cf,0x1a2,_0x4a33ac._0x190de4)]=_0x3be84a[_0x4d8e72(_0x4a33ac._0x1e9f0c,0x11c,0x18e,0x1d4)],_0x318b12[_0x32bf80(0x104,0xc6,0x156,_0x4a33ac._0x131153)](-0x649*0x2+0x1c57*0x1+0x1*-0xe31)[_0x32bf80(_0x4a33ac._0x4e81f9,_0x4a33ac._0x1a3900,0x162,0x10b)](_0x4ded18);}}const _0x52da60={};_0x52da60[_0x32bf80(_0x4a33ac._0x54da56,_0x4a33ac._0x3f9a45,0x143,_0x4a33ac._0x5081c8)]=_0x8450b1[_0x4d8e72(0x64,0x16e,_0x4a33ac._0x395a33,0xc6)],_0x52da60['environmen'+'t']=_0x1ae8a9,_0x52da60[_0x4d8e72(_0x4a33ac._0x3f2e2b,0x1bc,0x1b4,_0x4a33ac._0x6a8d35)]=_0xe5bce4,_0x52da60[_0x4d8e72(_0x4a33ac._0x2e7758,_0x4a33ac._0x28e3af,0x176,_0x4a33ac._0x51fa7b)]=_0x47370c['message'],logger[_0x4d8e72(0xd3,_0x4a33ac._0x5478a7,0x149,_0x4a33ac._0x5abcd8)](_0x3be84a[_0x4d8e72(0x167,0x8,0xe7,_0x4a33ac._0x44dd7a)],_0x52da60);const _0x3d0277={};_0x3d0277[_0x32bf80(0xaf,0x111,0x97,_0x4a33ac._0x7ee799)]=_0x3be84a['bFnCf'],_0x3d0277['message']=_0x3be84a['JKCPe'],_0x318b12[_0x32bf80(0x9a,_0x4a33ac._0x410f05,_0x4a33ac._0xc4e785,_0x4a33ac._0x355c0f)](-0x5*-0x47f+-0x1*0xa15+-0xa72)[_0x4d8e72(_0x4a33ac._0x39e497,_0x4a33ac._0x1a5078,_0x4a33ac._0x4f5015,0xb0)](_0x3d0277);}}),router[_0x631cf9(-0x1cb,-0x141,-0xa9,-0x110)]('/memory-in'+_0x631cf9(-0x16,0x2a,-0x9e,-0x82),requireTaskAuth,requireMemoryPermission,async(_0x1163ed,_0x61b51c)=>{const _0x5757d6={_0x2d0ebf:0x2a6,_0x15f5eb:0x32c,_0x777545:0x22a,_0x1d4a22:0x2f7,_0x38cc0a:0x27b,_0x3c0b60:0x452,_0xdbb798:0x4a4,_0x52b9b9:0x4b8,_0x2fe359:0x44c,_0x430977:0x4cb,_0x2b846e:0x4fd,_0x3a0c07:0x558,_0x5b2a48:0x5a7,_0x5e09bb:0x50b,_0x3ea9ce:0x47d,_0x42cea6:0x53f,_0x3e8c28:0x2f7,_0x42138a:0x282,_0x3dfea7:0x35a,_0x1d2d53:0x31c,_0x21dd64:0x189,_0x3be15a:0x46b,_0x154ed8:0x503,_0x190727:0x4f7,_0x3f89b0:0x409,_0x10e73d:0x4c7,_0x9af585:0x24c,_0x124d5a:0x2f4,_0x2caf7e:0x24a,_0x2b8a00:0x2fb,_0x12162e:0x3c5,_0x15b2f7:0x424,_0x49b00d:0x368,_0x2466a0:0x4e0,_0xd87c3d:0x4b2,_0x31d84e:0x565,_0x2fe432:0x4a8,_0x59d190:0x206,_0x4599c4:0x23e,_0x13a6d7:0x19f,_0x278d06:0x238,_0x10b8d2:0x209,_0x2bbacb:0x43e,_0x7699ca:0x459,_0x2baa15:0x4e6,_0x867af0:0x56e,_0x13516a:0x4e2,_0x5c7020:0x235,_0x21287d:0x22e,_0x488671:0x218,_0x39ceda:0x51a,_0x30f419:0x471,_0x3d3fe3:0x49f,_0x2f4bbe:0x45a,_0x14374b:0x430,_0x13f6c9:0x52f,_0x5c2798:0x2b7,_0x418e3b:0x2fc,_0x5a6f1c:0x242,_0x7aabec:0x467,_0x110268:0x492,_0x4bbe7b:0x38d,_0x153bc2:0x3f8,_0x4e7547:0x442,_0x3303e6:0x514,_0x2c097e:0x485,_0xe324cb:0x460,_0x40ce7c:0x3de,_0x408316:0x2b6,_0x4f4ba2:0x26a,_0x214dbb:0x54e,_0x316ccb:0x529,_0x46ec3a:0x569,_0x2df9b8:0x1ab,_0x19205e:0x21c,_0x202267:0x2e7,_0x599416:0x269,_0x27d30c:0x179,_0x4c21be:0x209,_0x3caf52:0x417,_0x285133:0x62b,_0x28b59c:0x573,_0x5407d9:0x56e,_0x375edb:0x5e9,_0xe8ceaa:0x2ab,_0x3d026b:0x25a,_0xb6e718:0x59a,_0x21ef8a:0x3d1,_0x1acca5:0x414,_0x44e0b2:0x494,_0x391f84:0x532,_0x2233ce:0x552,_0x4e5019:0x30d,_0x3493a0:0x471,_0x1a6ebb:0x451,_0xd71fb5:0x2b0,_0x54b82b:0x318},_0x4ae427={_0x4d68c0:0xaa,_0x4e1e5c:0x3a6};function _0x24ace6(_0x50baa9,_0x173d09,_0x4b8acc,_0x21eba1){return _0x631cf9(_0x50baa9,_0x173d09-0xf5,_0x4b8acc-0x138,_0x4b8acc-0x5e0);}const _0x255180={};_0x255180['RgKon']=function(_0x2b5810,_0x1ef8e6){return _0x2b5810===_0x1ef8e6;},_0x255180[_0x17cd9d(_0x5757d6._0x2d0ebf,_0x5757d6._0x15f5eb,0x1d7,0x278)]='Bad\x20Reques'+'t',_0x255180['KFeau']=_0x17cd9d(_0x5757d6._0x777545,0x2fb,_0x5757d6._0x1d4a22,_0x5757d6._0x38cc0a),_0x255180[_0x24ace6(0x3e2,_0x5757d6._0x3c0b60,_0x5757d6._0xdbb798,_0x5757d6._0x52b9b9)]=_0x24ace6(_0x5757d6._0x2fe359,_0x5757d6._0x430977,_0x5757d6._0x2b846e,0x444),_0x255180['DyLAM']=_0x24ace6(_0x5757d6._0x3a0c07,0x572,_0x5757d6._0x5b2a48,0x512),_0x255180[_0x24ace6(0x54a,_0x5757d6._0x5e09bb,0x552,0x4e8)]=_0x24ace6(0x4e6,0x4ab,_0x5757d6._0x3ea9ce,_0x5757d6._0x42cea6)+'write\x20memo'+_0x17cd9d(_0x5757d6._0x3e8c28,_0x5757d6._0x42138a,_0x5757d6._0x3dfea7,_0x5757d6._0x1d2d53),_0x255180[_0x17cd9d(0x250,_0x5757d6._0x21dd64,0x271,0x217)]=_0x24ace6(_0x5757d6._0x3be15a,0x470,_0x5757d6._0x154ed8,0x4cb)+_0x24ace6(_0x5757d6._0x190727,_0x5757d6._0x3f89b0,0x489,_0x5757d6._0x10e73d)+'r';const _0x2cbc18=_0x255180,{callingTask:_0x1700d5,environmentName:_0x9de79b}=_0x1163ed;function _0x17cd9d(_0x5cd416,_0x4a1357,_0x44f521,_0x54d6f4){return _0x631cf9(_0x5cd416,_0x4a1357-_0x4ae427._0x4d68c0,_0x44f521-0x17c,_0x54d6f4-_0x4ae427._0x4e1e5c);}const {content:_0x4882b3}=_0x1163ed[_0x17cd9d(0x2a2,_0x5757d6._0x9af585,_0x5757d6._0x124d5a,_0x5757d6._0x2caf7e)];if(_0x2cbc18[_0x17cd9d(_0x5757d6._0x2b8a00,_0x5757d6._0x12162e,_0x5757d6._0x15b2f7,_0x5757d6._0x49b00d)](_0x4882b3,undefined)){const _0x310d96={};return _0x310d96['error']=_0x2cbc18[_0x24ace6(0x4c2,_0x5757d6._0x2466a0,_0x5757d6._0xd87c3d,_0x5757d6._0x31d84e)],_0x310d96['message']='Content\x20fi'+_0x24ace6(0x482,0x4f7,_0x5757d6._0x2fe432,0x56a)+_0x17cd9d(0x332,_0x5757d6._0x59d190,_0x5757d6._0x4599c4,0x2ab),_0x61b51c[_0x17cd9d(_0x5757d6._0x13a6d7,0x22a,0x1ac,0x20f)](-0x2be+0x1a26+-0xaec*0x2)[_0x17cd9d(_0x5757d6._0x278d06,0x2b4,0x292,_0x5757d6._0x10b8d2)](_0x310d96);}const _0x57f414={};_0x57f414[_0x24ace6(_0x5757d6._0x2bbacb,0x462,_0x5757d6._0x7699ca,_0x5757d6._0x2baa15)]=_0x1700d5['taskId'],_0x57f414[_0x24ace6(0x54d,0x4e9,_0x5757d6._0x867af0,_0x5757d6._0x13516a)+'t']=_0x9de79b,_0x57f414['contentLen'+_0x17cd9d(_0x5757d6._0x5c7020,_0x5757d6._0x21287d,0x2b3,_0x5757d6._0x488671)]=_0x4882b3['length'],logger[_0x24ace6(_0x5757d6._0x39ceda,_0x5757d6._0x30f419,_0x5757d6._0x3d3fe3,_0x5757d6._0x2f4bbe)](_0x24ace6(_0x5757d6._0x14374b,0x499,0x4b0,_0x5757d6._0x13f6c9)+'ing\x20memory'+_0x17cd9d(_0x5757d6._0x5c2798,_0x5757d6._0x418e3b,_0x5757d6._0x5a6f1c,0x2ad),_0x57f414);try{const _0x172c0f=_0x5ddb2f['join'](DATA_DIR,_0x2cbc18[_0x24ace6(0x407,_0x5757d6._0x7aabec,_0x5757d6._0x110268,0x459)],_0x9de79b),_0x593264={};_0x593264['recursive']=!![],await _0x2b40a4['mkdir'](_0x172c0f,_0x593264),await _0x2b40a4[_0x24ace6(_0x5757d6._0x4bbe7b,_0x5757d6._0x153bc2,_0x5757d6._0x4e7547,_0x5757d6._0x10e73d)](_0x5ddb2f[_0x24ace6(_0x5757d6._0x3303e6,_0x5757d6._0x2c097e,_0x5757d6._0xe324cb,_0x5757d6._0x40ce7c)](_0x172c0f,_0x2cbc18[_0x17cd9d(0x200,_0x5757d6._0x408316,0x276,_0x5757d6._0x4f4ba2)]),_0x4882b3,_0x2cbc18[_0x24ace6(0x5ca,_0x5757d6._0x214dbb,_0x5757d6._0x316ccb,_0x5757d6._0x46ec3a)]);const _0x526ac3={};_0x526ac3[_0x17cd9d(_0x5757d6._0x2df9b8,_0x5757d6._0x19205e,_0x5757d6._0x202267,_0x5757d6._0x599416)]=!![],_0x61b51c[_0x17cd9d(0x271,0x188,_0x5757d6._0x27d30c,_0x5757d6._0x4c21be)](_0x526ac3);}catch(_0x2aad98){const _0x3892b8={};_0x3892b8[_0x24ace6(0x3c1,_0x5757d6._0x3caf52,_0x5757d6._0x7699ca,_0x5757d6._0x3ea9ce)]=_0x1700d5[_0x24ace6(0x431,0x491,0x459,0x478)],_0x3892b8[_0x24ace6(_0x5757d6._0x285133,_0x5757d6._0x28b59c,_0x5757d6._0x5407d9,_0x5757d6._0x375edb)+'t']=_0x9de79b,_0x3892b8[_0x17cd9d(_0x5757d6._0xe8ceaa,0x2e9,0x2b1,_0x5757d6._0x3d026b)]=_0x2aad98[_0x24ace6(0x4b5,0x478,0x4e3,_0x5757d6._0xb6e718)],logger[_0x24ace6(_0x5757d6._0x21ef8a,_0x5757d6._0x1acca5,_0x5757d6._0x44e0b2,0x4b7)](_0x2cbc18[_0x24ace6(0x5b5,_0x5757d6._0x391f84,_0x5757d6._0x2233ce,0x550)],_0x3892b8);const _0x12c828={};_0x12c828[_0x17cd9d(0x31d,0x1e0,_0x5757d6._0x4e5019,0x25a)]=_0x2cbc18[_0x24ace6(0x509,_0x5757d6._0x3493a0,_0x5757d6._0x1a6ebb,0x4a6)],_0x12c828['message']=_0x2cbc18[_0x17cd9d(_0x5757d6._0xd71fb5,0x31a,0x29a,_0x5757d6._0x54b82b)],_0x61b51c['status'](0x4fb+0x8c*-0x4+-0xd7)['json'](_0x12c828);}});export default router;
|