@profoundlogic/coderflow-server 0.4.7 → 0.4.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/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/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(_0x3567d5,_0x51ed25){const _0x3fc2cc={_0x1cc856:0xca,_0x583637:0x63,_0x3c1692:0x5b,_0x536f39:0x5,_0x368cef:0xe,_0x4ab7be:0x2e4,_0x1d9737:0x2ad,_0x9450b3:0x2b0,_0x27e3c2:0xab,_0x27bb16:0x11f,_0x75555f:0x31a,_0x4dddaf:0x277,_0x263c4a:0x2ac,_0x2a058d:0xef,_0x4bf2a1:0x174,_0x365611:0xbf,_0x29a081:0x13,_0x4bf9de:0x1a,_0x15e493:0xd6,_0x505806:0x2b6,_0x408bb1:0x310},_0x40789e={_0x54bd25:0x207};function _0x54441e(_0x8e079b,_0x4fe31e,_0x9a2958,_0x399fe1){return _0x586f(_0x9a2958-0xe3,_0x399fe1);}function _0x2b2ffc(_0x2992a3,_0x32a0cb,_0x3301b9,_0x13dcb0){return _0x586f(_0x2992a3- -_0x40789e._0x54bd25,_0x13dcb0);}const _0x2d3166=_0x3567d5();while(!![]){try{const _0x4ef9f1=parseInt(_0x2b2ffc(-0x79,-_0x3fc2cc._0x1cc856,-0xb6,-_0x3fc2cc._0x583637))/(0x8*0x4b7+-0x551*-0x5+-0x14*0x337)*(-parseInt(_0x2b2ffc(-_0x3fc2cc._0x3c1692,-0x5d,-_0x3fc2cc._0x536f39,_0x3fc2cc._0x368cef))/(0x896*0x2+0x2a*0x4+-0x11d2*0x1))+-parseInt(_0x54441e(_0x3fc2cc._0x4ab7be,_0x3fc2cc._0x1d9737,0x277,0x250))/(0x98+-0xe9b+-0xe06*-0x1)*(-parseInt(_0x54441e(0x268,0x2ba,_0x3fc2cc._0x9450b3,0x2b5))/(-0x1*0x15bf+-0x1642+-0x3b*-0xbf))+-parseInt(_0x2b2ffc(-_0x3fc2cc._0x27e3c2,-0xb6,-0xa5,-_0x3fc2cc._0x27bb16))/(0x165e+-0xf5+-0x1564)+-parseInt(_0x54441e(_0x3fc2cc._0x75555f,_0x3fc2cc._0x4dddaf,0x297,_0x3fc2cc._0x263c4a))/(0x1097+-0x1027+-0x2*0x35)+-parseInt(_0x2b2ffc(-_0x3fc2cc._0x2a058d,-_0x3fc2cc._0x4bf2a1,-0x103,-_0x3fc2cc._0x365611))/(0x82d*0x1+-0x2403+0x1bdd)+-parseInt(_0x2b2ffc(-0x55,_0x3fc2cc._0x29a081,-_0x3fc2cc._0x4bf9de,-_0x3fc2cc._0x15e493))/(-0xaf1*0x1+-0xd6*-0x13+0x4e9*-0x1)*(-parseInt(_0x54441e(0x332,_0x3fc2cc._0x505806,0x2fe,_0x3fc2cc._0x408bb1))/(-0x8b*-0x33+0x1c52+-0x37fa))+parseInt(_0x2b2ffc(-0x3e,-0xa7,0x43,-0xc5))/(-0xacd+0x556*0x2+0x1*0x2b);if(_0x4ef9f1===_0x51ed25)break;else _0x2d3166['push'](_0x2d3166['shift']());}catch(_0x279f51){_0x2d3166['push'](_0x2d3166['shift']());}}}(_0x2f30,-0xff*0x10b4+-0xebe85+0x297600));import _0x37dfe9 from'express';function _0x149b5a(_0xeb382e,_0x340518,_0x524df7,_0x44520e){const _0x5b4d67={_0x52382a:0x2d6};return _0x586f(_0x44520e- -_0x5b4d67._0x52382a,_0x524df7);}import{promises as _0x255693}from'fs';import _0x99b972 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x37dfe9['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x3d0481){const _0x54c022={_0x397afb:0x3a8,_0x5d4141:0x3ae,_0x2cfa18:0x3c3,_0x4a0ac2:0x383,_0x55df4c:0x3df,_0x3b46bc:0x171,_0x5d8346:0x1db},_0x1b8246={_0x17d12c:0x1e3};tasks=_0x3d0481[_0x39ce95(0x354,_0x54c022._0x397afb,_0x54c022._0x5d4141,_0x54c022._0x2cfa18)];function _0xbc49f5(_0x36cbd0,_0x37d5c6,_0x3e90e0,_0x1c7ee1){return _0x586f(_0x1c7ee1-0x5f,_0x3e90e0);}function _0x39ce95(_0x434b1d,_0x3ba5c1,_0x14579,_0x29db33){return _0x586f(_0x29db33-_0x1b8246._0x17d12c,_0x434b1d);}setupPath=_0x3d0481[_0x39ce95(0x447,0x411,_0x54c022._0x4a0ac2,_0x54c022._0x55df4c)],coderConfig=_0x3d0481[_0xbc49f5(0x153,_0x54c022._0x3b46bc,0x1c5,_0x54c022._0x5d8346)+'g'];}export function updateCoderConfig(_0x4c97e5){coderConfig=_0x4c97e5;}async function requireTaskAuth(_0x3a049b,_0x237be8,_0x43926d){const _0x6d3191={_0x12670d:0x3e4,_0x2e44cf:0x3ae,_0x2f57ee:0x3ac,_0x446594:0x385,_0x302bcb:0x362,_0x515e61:0x392,_0x49d840:0x3d6,_0x14d4ee:0x3db,_0xc337e8:0x488,_0x202605:0x4c3,_0x4c2a3e:0x4f4,_0x1d414c:0x425,_0x54447d:0x3b5,_0x2a32b4:0x39f,_0x3a54b8:0x3f1,_0x363bb6:0x37a,_0x340bf0:0x444,_0xbddff9:0x449,_0x3540ef:0x480,_0x4d8670:0x47a,_0x1bd0b1:0x4f2,_0x40e25e:0x3fa,_0x2fe724:0x3ea,_0x35f187:0x3d1,_0x355836:0x339,_0x4f093b:0x303,_0x159290:0x40f,_0x3d73e5:0x3ce,_0x1398fe:0x3c8,_0x4ead48:0x357,_0x50956b:0x419,_0x5d34f7:0x392,_0x41bc54:0x3c8,_0xa52288:0x3a6,_0x458701:0x3bb,_0x20628f:0x409,_0x178c4c:0x422,_0x32cfaf:0x427,_0x598268:0x3f0,_0x21de09:0x3a8,_0x38d801:0x390,_0x24b117:0x359,_0x103567:0x351,_0xc61ed8:0x3c4,_0x3843dd:0x3b0,_0x4482d8:0x3cb,_0x2f1a84:0x3f5,_0x4b2aba:0x3d0,_0x4400b8:0x404,_0x523751:0x416,_0x10e1fc:0x3b5,_0x4ff2a6:0x3b6,_0xfea228:0x32c,_0x2fac89:0x3fe,_0xb386d1:0x3d2,_0x54764a:0x356,_0x388332:0x472,_0x5d8b97:0x42a,_0x2aca6f:0x447,_0x3ddd90:0x493,_0x260e68:0x42c,_0x36989a:0x3c6,_0x4059c0:0x450,_0x216292:0x461,_0x4175ae:0x46d,_0x20c6ae:0x398,_0x22983e:0x391,_0x10b778:0x362,_0x554c6c:0x3bd,_0x363fac:0x36f,_0x102706:0x408,_0x355040:0x36e,_0x3c4f8b:0x395,_0x518f07:0x313,_0x346a91:0x2c5,_0x2d58c9:0x37c,_0xd5aafc:0x397,_0x3e8f1f:0x343,_0x45c7dd:0x324,_0x1e9a1c:0x3f4,_0x433e3e:0x3ee,_0x2c9d9e:0x367,_0x392d78:0x315,_0x222276:0x3c4,_0x32309f:0x419,_0x4ec59f:0x413,_0x5eacf6:0x402,_0x3bdd25:0x37e,_0x1916ea:0x39e,_0x51ce3b:0x45c,_0x2f9f9f:0x35d,_0x3ea574:0x372,_0x159a6a:0x382,_0x1c40d5:0x3b2,_0x1928f3:0x32d,_0x5ac296:0x343,_0x4d8109:0x455,_0x4160dc:0x459,_0xd93fcb:0x3bb,_0x28b9cf:0x446,_0x10eb96:0x328,_0x5b0c00:0x393,_0x838baf:0x3fb,_0x13f76d:0x3eb,_0x3d559f:0x42e,_0x169b8a:0x4a3,_0x2842b7:0x36e,_0x272b59:0x414,_0x18b331:0x3fc,_0x36b5c2:0x3db,_0x3ca340:0x413,_0xcf829:0x38a,_0x53287d:0x41d,_0x52c405:0x453,_0x48248f:0x391,_0x49488c:0x3cb,_0x2115ac:0x44f,_0x228d77:0x375,_0x2cfb3b:0x447,_0x26098a:0x4a7,_0x4e5c73:0x433,_0x34fd5f:0x466,_0x1cd290:0x46b,_0x4908b0:0x49c,_0x2ccffc:0x40d,_0x259c39:0x38f,_0x13b3d2:0x40b,_0x1a5906:0x33e,_0x391ec3:0x2c9,_0x44ad0b:0x3d7,_0x205154:0x405,_0x513ab0:0x330,_0x53924f:0x3d5,_0x52e4dc:0x34a,_0x1b7705:0x441,_0x336166:0x327,_0x21edaf:0x42c,_0xb8d122:0x4a8,_0x5ecc0f:0x40a,_0x2abee5:0x3b9,_0x4c0a4f:0x440,_0xa3ee7b:0x3d0,_0x20b8f4:0x3f8,_0x1543c2:0x35c,_0x31fdb0:0x447,_0x21d69d:0x430,_0x40eae5:0x48e,_0x598d66:0x45b,_0x295615:0x438,_0x3f3394:0x4e3,_0x71851:0x438,_0x2a3403:0x398,_0x162d92:0x3b0,_0x2bc64e:0x3e9,_0x4a8ded:0x2e7,_0x45c3a7:0x407,_0x4ae362:0x3a5,_0x2d7231:0x3a9,_0x365f53:0x42c,_0x2fa3f8:0x429,_0x2b8b6d:0x307,_0x50298a:0x4ae,_0x113591:0x3f2,_0x7579b5:0x3ed,_0x3209b6:0x404,_0x1989b8:0x3f2},_0x39988c={_0x48b67f:0x26e},_0x54dd55={_0x11bd2b:0x218},_0x11fa1e={'NYzGn':_0x2eacef(0x41b,0x3fb,_0x6d3191._0x12670d,_0x6d3191._0x2e44cf),'VgYeb':_0x17e9e5(_0x6d3191._0x2f57ee,0x38d,0x37b,0x387),'ocieD':function(_0x399703,_0xf3ad5){return _0x399703===_0xf3ad5;},'wWpdQ':'djcIB','DKTZL':_0x17e9e5(_0x6d3191._0x446594,_0x6d3191._0x302bcb,0x3bc,0x3d7)+_0x17e9e5(0x3a4,0x31e,_0x6d3191._0x515e61,0x352)+'nt\x20request'+_0x2eacef(_0x6d3191._0x49d840,0x40e,0x43a,_0x6d3191._0x14d4ee)+_0x17e9e5(_0x6d3191._0xc337e8,0x440,_0x6d3191._0x202605,_0x6d3191._0x4c2a3e)+_0x2eacef(0x3ba,0x3a6,0x38e,_0x6d3191._0x1d414c),'QqZcI':_0x2eacef(0x381,0x3be,_0x6d3191._0x54447d,_0x6d3191._0x2a32b4)+'ed','lVPZZ':_0x17e9e5(_0x6d3191._0x3a54b8,_0x6d3191._0x363bb6,0x3d5,0x425)+_0x17e9e5(0x3f8,_0x6d3191._0x340bf0,_0x6d3191._0xbddff9,_0x6d3191._0x3540ef)+'ader','BWfik':'Environmen'+'t\x20manageme'+_0x17e9e5(_0x6d3191._0x4d8670,0x473,0x483,_0x6d3191._0x1bd0b1)+_0x2eacef(0x3c3,_0x6d3191._0x40e25e,0x3e8,0x412)+'ized','AYhUy':'Service\x20no'+_0x2eacef(0x3b2,_0x6d3191._0x2fe724,0x33a,_0x6d3191._0x35f187)+_0x2eacef(_0x6d3191._0x355836,0x36c,0x35f,_0x6d3191._0x4f093b),'DoWOA':_0x17e9e5(0x385,_0x6d3191._0x159290,_0x6d3191._0x3d73e5,_0x6d3191._0x1398fe)+_0x2eacef(0x34e,_0x6d3191._0x4ead48,0x320,0x2d7)+_0x2eacef(_0x6d3191._0x50956b,0x3af,_0x6d3191._0x5d34f7,_0x6d3191._0x41bc54)+'\x20with\x20unkn'+_0x17e9e5(0x3fa,_0x6d3191._0xa52288,0x3b8,0x383)+'D','Ullit':_0x17e9e5(0x432,0x47d,_0x6d3191._0x458701,_0x6d3191._0x20628f)+'sk\x20ID','bYhKL':'Bad\x20Reques'+'t','sTOdR':_0x17e9e5(0x421,_0x6d3191._0x178c4c,_0x6d3191._0x32cfaf,_0x6d3191._0x598268)+'o\x20associat'+_0x17e9e5(0x398,0x403,0x3cc,_0x6d3191._0x21de09)+'ment','iCCxe':'Task\x20owner'+_0x2eacef(_0x6d3191._0x38d801,_0x6d3191._0x24b117,_0x6d3191._0x103567,_0x6d3191._0x598268),'eCaGq':_0x17e9e5(0x385,_0x6d3191._0xc61ed8,0x3ac,_0x6d3191._0x3843dd)+_0x17e9e5(_0x6d3191._0x4482d8,_0x6d3191._0x2f1a84,0x3ec,0x353)+'d','zGLmw':_0x2eacef(_0x6d3191._0x4b2aba,_0x6d3191._0x4400b8,_0x6d3191._0x523751,_0x6d3191._0x10e1fc)+'ts','wtPij':function(_0x1bd8a0){return _0x1bd8a0();}},_0x31df1c=_0x3a049b[_0x2eacef(0x36d,_0x6d3191._0x4ff2a6,0x2e6,_0x6d3191._0xfea228)][_0x11fa1e[_0x17e9e5(0x3a3,0x347,_0x6d3191._0x2fac89,0x42e)]];if(!_0x31df1c){if(_0x11fa1e[_0x17e9e5(0x380,_0x6d3191._0xb386d1,0x303,_0x6d3191._0x54764a)](_0x11fa1e[_0x2eacef(0x3fc,0x458,_0x6d3191._0x388332,0x42b)],_0x2eacef(_0x6d3191._0x5d8b97,0x3d8,0x3ac,0x3df))){logger[_0x17e9e5(_0x6d3191._0x2aca6f,_0x6d3191._0x3ddd90,_0x6d3191._0x260e68,_0x6d3191._0x36989a)](_0x11fa1e['DKTZL']);const _0xd951a5={};return _0xd951a5[_0x17e9e5(0x3c4,0x33d,0x398,0x436)]=_0x11fa1e['QqZcI'],_0xd951a5['message']=_0x11fa1e[_0x17e9e5(_0x6d3191._0x4059c0,_0x6d3191._0x216292,_0x6d3191._0x4175ae,0x4a3)],_0x237be8[_0x2eacef(_0x6d3191._0x20c6ae,0x3ba,_0x6d3191._0x22983e,_0x6d3191._0x10b778)](-0x124e+0x2f5*-0x4+0x1fb3)[_0x17e9e5(_0x6d3191._0x554c6c,_0x6d3191._0x363fac,_0x6d3191._0x102706,0x447)](_0xd951a5);}else{const _0x559852={};_0x559852[_0x2eacef(_0x6d3191._0x355040,_0x6d3191._0x3c4f8b,_0x6d3191._0x518f07,0x332)]=_0x11fa1e['NYzGn'],_0x559852[_0x2eacef(0x328,_0x6d3191._0x346a91,0x382,_0x6d3191._0x2d58c9)]='Template\x20\x27'+_0x1d55ce+(_0x2eacef(_0x6d3191._0xd5aafc,_0x6d3191._0x3e8f1f,_0x6d3191._0x45c7dd,_0x6d3191._0x1e9a1c)+'d'),_0x49e741[_0x17e9e5(_0x6d3191._0x433e3e,0x409,0x46f,0x449)](-0x1c14+-0x268a*-0x1+-0x8e2)[_0x2eacef(_0x6d3191._0x2c9d9e,_0x6d3191._0x392d78,0x32a,0x39a)](_0x559852);}}if(!tasks){logger[_0x17e9e5(_0x6d3191._0x222276,_0x6d3191._0x32309f,0x3e4,_0x6d3191._0x4ec59f)](_0x11fa1e[_0x2eacef(0x38d,0x376,0x310,0x32f)]);const _0x193d2a={};return _0x193d2a['error']=_0x2eacef(_0x6d3191._0x5eacf6,0x403,_0x6d3191._0x554c6c,0x39e)+'erver\x20Erro'+'r',_0x193d2a[_0x17e9e5(_0x6d3191._0x3bdd25,0x329,_0x6d3191._0x1916ea,0x3dd)]=_0x11fa1e['AYhUy'],_0x237be8[_0x17e9e5(0x3ee,0x46e,_0x6d3191._0x51ce3b,_0x6d3191._0x554c6c)](0x1cf*-0x11+-0x1*0x62b+0x26de)[_0x2eacef(_0x6d3191._0x2c9d9e,_0x6d3191._0x2f9f9f,_0x6d3191._0x3ea574,0x3e9)](_0x193d2a);}const _0x5caef3=tasks[_0x17e9e5(_0x6d3191._0x159a6a,_0x6d3191._0x1c40d5,_0x6d3191._0x1928f3,_0x6d3191._0x5ac296)](_0x31df1c);function _0x2eacef(_0x3252c4,_0x59b7fd,_0x134a4b,_0x4de598){return _0x586f(_0x3252c4-_0x54dd55._0x11bd2b,_0x59b7fd);}function _0x17e9e5(_0x370c4e,_0x1a784a,_0x515151,_0x17379a){return _0x586f(_0x370c4e-_0x39988c._0x48b67f,_0x17379a);}if(!_0x5caef3){const _0xf19e7={};_0xf19e7['taskId']=_0x31df1c,logger['warn'](_0x11fa1e[_0x17e9e5(_0x6d3191._0x4d8109,_0x6d3191._0x4160dc,0x3d5,0x4ae)],_0xf19e7);const _0x86fed2={};return _0x86fed2[_0x2eacef(0x36e,0x323,_0x6d3191._0xd93fcb,0x376)]=_0x11fa1e[_0x2eacef(0x3d1,0x3d3,_0x6d3191._0x28b9cf,0x425)],_0x86fed2[_0x2eacef(_0x6d3191._0x10eb96,0x333,_0x6d3191._0x5b0c00,0x323)]=_0x11fa1e['Ullit'],_0x237be8[_0x17e9e5(_0x6d3191._0x433e3e,_0x6d3191._0x838baf,_0x6d3191._0x13f76d,_0x6d3191._0x3d559f)](-0x13c7+0x5*0x445+0x1*-0x1)['json'](_0x86fed2);}if(!_0x5caef3[_0x2eacef(0x3d0,0x433,0x408,_0x6d3191._0x523751)+'t']){const _0x19493d={};_0x19493d['taskId']=_0x31df1c,logger[_0x17e9e5(0x447,0x4a0,0x479,_0x6d3191._0x169b8a)](_0x2eacef(0x3cb,0x3bf,_0x6d3191._0x2842b7,_0x6d3191._0x272b59)+_0x17e9e5(0x44d,_0x6d3191._0x18b331,_0x6d3191._0x36b5c2,_0x6d3191._0xb386d1)+_0x17e9e5(0x451,_0x6d3191._0x3ca340,0x3f0,0x444),_0x19493d);const _0x563ac8={};return _0x563ac8['error']=_0x11fa1e['bYhKL'],_0x563ac8[_0x2eacef(_0x6d3191._0x10eb96,_0x6d3191._0xcf829,0x3a0,0x2fa)]=_0x11fa1e[_0x17e9e5(_0x6d3191._0x53287d,0x42e,0x3f4,_0x6d3191._0x52c405)],_0x237be8['status'](0xa13*0x1+0x8ff+-0x1182)[_0x2eacef(0x367,0x365,_0x6d3191._0x48248f,0x389)](_0x563ac8);}const _0x4c665d=_0x5caef3[_0x2eacef(0x3da,_0x6d3191._0x49488c,0x3d9,_0x6d3191._0x2115ac)]?.['userId'],_0x429d43=await findUserById(_0x4c665d);if(!_0x429d43){const _0x45b1f0={};_0x45b1f0['taskId']=_0x31df1c,_0x45b1f0[_0x17e9e5(0x3be,0x373,_0x6d3191._0x228d77,0x342)]=_0x4c665d,logger[_0x17e9e5(_0x6d3191._0x2cfb3b,_0x6d3191._0x26098a,_0x6d3191._0x4e5c73,_0x6d3191._0x34fd5f)](_0x2eacef(0x421,0x481,_0x6d3191._0x1cd290,_0x6d3191._0x4908b0)+_0x17e9e5(_0x6d3191._0x2ccffc,0x40b,_0x6d3191._0x3843dd,0x498),_0x45b1f0);const _0x308440={};return _0x308440[_0x17e9e5(0x3c4,_0x6d3191._0x259c39,_0x6d3191._0x13b3d2,0x44a)]=_0x11fa1e['QqZcI'],_0x308440[_0x2eacef(_0x6d3191._0x10eb96,_0x6d3191._0x1a5906,_0x6d3191._0x391ec3,0x31b)]=_0x11fa1e['iCCxe'],_0x237be8[_0x17e9e5(_0x6d3191._0x433e3e,_0x6d3191._0x44ad0b,0x3f9,_0x6d3191._0x205154)](-0x3df*0x5+-0x15*0x194+0x3610)[_0x2eacef(0x367,0x332,_0x6d3191._0x513ab0,0x3e4)](_0x308440);}_0x3a049b[_0x2eacef(0x3c5,_0x6d3191._0x53924f,_0x6d3191._0x52e4dc,_0x6d3191._0x1b7705)+'k']=_0x5caef3,_0x3a049b[_0x2eacef(0x42b,0x454,0x445,0x3df)]=_0x429d43,_0x3a049b['environmen'+_0x2eacef(0x3ab,0x3fe,_0x6d3191._0x336166,_0x6d3191._0x21edaf)]=_0x5caef3[_0x17e9e5(0x426,0x41d,_0x6d3191._0xb8d122,0x434)+'t'];if(!coderConfig?.[_0x17e9e5(0x426,_0x6d3191._0x5ecc0f,_0x6d3191._0x2abee5,_0x6d3191._0x4c0a4f)+'ts']?.[_0x5caef3[_0x2eacef(0x3d0,_0x6d3191._0x363fac,_0x6d3191._0x2e44cf,0x37c)+'t']]){const _0x18552c={};_0x18552c['taskId']=_0x31df1c,_0x18552c['environmen'+'t']=_0x5caef3[_0x2eacef(_0x6d3191._0xa3ee7b,0x414,_0x6d3191._0x20b8f4,_0x6d3191._0x1543c2)+'t'],logger[_0x17e9e5(_0x6d3191._0x31fdb0,0x400,_0x6d3191._0x21d69d,_0x6d3191._0x40eae5)](_0x11fa1e['eCaGq'],_0x18552c);const _0x5641f8={};return _0x5641f8['error']=_0x11fa1e[_0x17e9e5(_0x6d3191._0x598d66,_0x6d3191._0x295615,0x410,_0x6d3191._0x3f3394)],_0x5641f8[_0x17e9e5(0x37e,0x31b,0x352,0x37a)]=_0x11fa1e[_0x2eacef(_0x6d3191._0x71851,_0x6d3191._0x41bc54,0x436,0x449)],_0x237be8[_0x2eacef(_0x6d3191._0x2a3403,0x3e7,0x34c,_0x6d3191._0x162d92)](0x11d7+-0x5*0x1c6+-0x765)[_0x2eacef(_0x6d3191._0x2c9d9e,_0x6d3191._0x2bc64e,_0x6d3191._0x4a8ded,0x2f2)](_0x5641f8);}_0x3a049b['environmen'+_0x2eacef(_0x6d3191._0x45c3a7,0x425,0x408,_0x6d3191._0x4ae362)]=coderConfig[_0x17e9e5(0x426,_0x6d3191._0x2d7231,_0x6d3191._0x365f53,_0x6d3191._0x2fa3f8)+'ts'][_0x5caef3['environmen'+'t']],_0x3a049b['environmen'+_0x2eacef(0x38b,0x3fb,_0x6d3191._0x2b8b6d,0x3c1)]=_0x99b972[_0x2eacef(0x43b,_0x6d3191._0x433e3e,_0x6d3191._0x50298a,0x3d6)](setupPath,_0x11fa1e[_0x17e9e5(_0x6d3191._0xcf829,_0x6d3191._0x113591,_0x6d3191._0x7579b5,0x3e6)],_0x5caef3[_0x2eacef(_0x6d3191._0x4b2aba,0x3fe,_0x6d3191._0x3209b6,0x36f)+'t']),_0x11fa1e[_0x2eacef(_0x6d3191._0x1989b8,0x395,0x462,0x3e0)](_0x43926d);}function _0x586f(_0x527dcd,_0x44c4d3){_0x527dcd=_0x527dcd-(-0x19fd+0x1*0xd37+0xdd3);const _0x560b23=_0x2f30();let _0x79b9cf=_0x560b23[_0x527dcd];if(_0x586f['kIZXZS']===undefined){var _0x94f495=function(_0x509eb3){const _0x3d8c4e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1770b9='',_0x25c93e='';for(let _0x2eeca6=-0x1ae5+-0x2133+0x3c18,_0x5254e9,_0x798c97,_0x7d1644=0x1a36+-0x1246+-0x7f0;_0x798c97=_0x509eb3['charAt'](_0x7d1644++);~_0x798c97&&(_0x5254e9=_0x2eeca6%(0x488+0x24f7+-0x297b)?_0x5254e9*(-0xd6f+-0xc65+-0x1a14*-0x1)+_0x798c97:_0x798c97,_0x2eeca6++%(-0x1411+0x1574+0x75*-0x3))?_0x1770b9+=String['fromCharCode'](0x223*-0x11+-0x1178*0x1+-0x36ca*-0x1&_0x5254e9>>(-(-0x144+-0x5e9*0x3+0x1301)*_0x2eeca6&0xbf*0x7+0xc74+-0x11a7)):-0x79f+-0x1b52+0x22f1*0x1){_0x798c97=_0x3d8c4e['indexOf'](_0x798c97);}for(let _0x24eb89=0x728*-0x4+0x1*-0xafb+0x279b,_0x32ff68=_0x1770b9['length'];_0x24eb89<_0x32ff68;_0x24eb89++){_0x25c93e+='%'+('00'+_0x1770b9['charCodeAt'](_0x24eb89)['toString'](0x1e97+0xbd9+-0xe2*0x30))['slice'](-(-0xdf*0x1+0x16*0x111+-0x1695));}return decodeURIComponent(_0x25c93e);};_0x586f['OsIfkk']=_0x94f495,_0x586f['dOztII']={},_0x586f['kIZXZS']=!![];}const _0x323b3f=_0x560b23[-0x721+-0x1*0xab5+0x11d6],_0x31264c=_0x527dcd+_0x323b3f,_0x33fff9=_0x586f['dOztII'][_0x31264c];return!_0x33fff9?(_0x79b9cf=_0x586f['OsIfkk'](_0x79b9cf),_0x586f['dOztII'][_0x31264c]=_0x79b9cf):_0x79b9cf=_0x33fff9,_0x79b9cf;}async function requireInstructionsPermission(_0x4b5aa4,_0x42f179,_0x33263b){const _0x4b1227={_0x5584e9:0x517,_0x33bf52:0x531,_0x144e22:0x549,_0x17f02b:0x4c6,_0x5efcd4:0x499,_0x5c7960:0x4e1,_0x5abe6c:0x3ff,_0x70fb98:0x457,_0xff8e4d:0x407,_0x44726a:0x408,_0x47bf32:0x55d,_0x427574:0x4a6,_0x32f269:0x4b0,_0x12d42d:0x55a,_0xe6195:0x567,_0x4c0f0e:0x4fa,_0x536650:0x5e6,_0x2fed57:0x5bf,_0xe63746:0x593,_0x583f8d:0x51f,_0x1fdbb4:0x491,_0x309ace:0x4ea,_0x1f83ab:0x50f,_0x320bb1:0x499,_0x1bd009:0x532,_0x4e891a:0x567,_0x2a70f1:0x54b,_0x37cae2:0x5ba,_0x47bf34:0x547,_0x3c95ce:0x50d,_0x99e27f:0x561,_0x4d9be9:0x50c,_0x9ed0c1:0x50b,_0x59544c:0x51e,_0x2339bd:0x535,_0x114844:0x57a,_0x3b9cca:0x51e,_0x27d47f:0x50a,_0x217c4f:0x520,_0x39c2d5:0x50e,_0x2c1c05:0x467,_0x5cf272:0x49b,_0x57afd4:0x578,_0x16c810:0x5a1,_0x347aa3:0x52d,_0x5502fb:0x500,_0x49aaf6:0x51b,_0x2547a4:0x51d,_0x305df5:0x584,_0x579745:0x5c9,_0x20ca9f:0x588},_0x973835={_0x335364:0x354},_0x5e9652={'RKMXV':'environmen'+_0x3589a0(_0x4b1227._0x5584e9,0x54e,0x58a,_0x4b1227._0x33bf52)+'tions','SwYTn':'User\x20lacks'+_0x32295a(_0x4b1227._0x144e22,_0x4b1227._0x17f02b,_0x4b1227._0x5efcd4,_0x4b1227._0x5c7960)+_0x32295a(0x4e4,_0x4b1227._0x5abe6c,0x495,0x47a)+_0x32295a(_0x4b1227._0x70fb98,_0x4b1227._0xff8e4d,_0x4b1227._0x44726a,0x471)+_0x3589a0(_0x4b1227._0x47bf32,0x4da,_0x4b1227._0x427574,_0x4b1227._0x32f269),'rEMlg':_0x32295a(_0x4b1227._0x12d42d,_0x4b1227._0xe6195,0x48d,_0x4b1227._0x4c0f0e),'EmRBt':_0x3589a0(0x5d3,0x5dd,0x5e0,0x567)+_0x3589a0(_0x4b1227._0x536650,_0x4b1227._0x2fed57,_0x4b1227._0xe63746,0x599)+_0x32295a(0x4cc,_0x4b1227._0x583f8d,_0x4b1227._0x1fdbb4,_0x4b1227._0x309ace)+_0x3589a0(0x579,_0x4b1227._0x1f83ab,0x4c2,0x507)+_0x32295a(0x4ca,_0x4b1227._0x320bb1,_0x4b1227._0x1bd009,0x50c)+'t\x20instruct'+_0x3589a0(0x538,0x535,0x4ae,0x4c1),'TKXMA':function(_0x46d92f){return _0x46d92f();}};if(!await hasPermission(_0x4b5aa4[_0x32295a(0x4f9,0x553,0x545,_0x4b1227._0x4e891a)]['id'],_0x5e9652[_0x3589a0(_0x4b1227._0x2a70f1,_0x4b1227._0x37cae2,0x560,0x539)],_0x4b5aa4[_0x32295a(_0x4b1227._0x47bf34,_0x4b1227._0x3c95ce,_0x4b1227._0x99e27f,_0x4b1227._0x4d9be9)+'tName'])){const _0x52706f={};_0x52706f[_0x32295a(0x4bc,0x518,_0x4b1227._0x9ed0c1,_0x4b1227._0x59544c)]=_0x4b5aa4[_0x32295a(0x4b0,0x50a,0x559,0x501)+'k'][_0x3589a0(_0x4b1227._0x2339bd,0x591,_0x4b1227._0x114844,_0x4b1227._0x3b9cca)],_0x52706f[_0x3589a0(_0x4b1227._0x27d47f,0x517,_0x4b1227._0x217c4f,0x4a2)]=_0x4b5aa4['taskUser']['id'],_0x52706f[_0x3589a0(0x506,_0x4b1227._0x39c2d5,0x495,0x4cf)]=_0x4b5aa4['taskUser'][_0x32295a(0x417,_0x4b1227._0x2c1c05,0x4e5,_0x4b1227._0x5cf272)],logger[_0x32295a(_0x4b1227._0x57afd4,0x52a,_0x4b1227._0x16c810,_0x4b1227._0x347aa3)](_0x5e9652[_0x32295a(_0x4b1227._0x5502fb,0x4da,0x46a,0x4ba)],_0x52706f);const _0x2c29e1={};return _0x2c29e1[_0x3589a0(_0x4b1227._0x49aaf6,_0x4b1227._0x2547a4,0x588,0x4be)]=_0x5e9652['rEMlg'],_0x2c29e1['message']=_0x5e9652['EmRBt'],_0x42f179[_0x3589a0(_0x4b1227._0x305df5,0x547,0x4e1,_0x4b1227._0x579745)](0xcda*0x1+-0x220f+-0x1e6*-0xc)['json'](_0x2c29e1);}function _0x32295a(_0x21d60a,_0x210c53,_0x1f4bfb,_0x351e71){return _0x586f(_0x351e71-_0x973835._0x335364,_0x1f4bfb);}function _0x3589a0(_0x39d552,_0x5d423f,_0x39066b,_0x152f95){return _0x586f(_0x5d423f-0x3c7,_0x39066b);}_0x5e9652[_0x3589a0(0x5e3,_0x4b1227._0x20ca9f,0x5d3,0x600)](_0x33263b);}async function requireTemplatesPermission(_0x274d35,_0x99c428,_0x3d8eb7){const _0x234ed7={_0x5d9dac:0x569,_0x39acb8:0x31,_0x5a58a1:0x58,_0x19a35d:0xb,_0x5ccf26:0x14,_0x262271:0x3,_0x533ce4:0x79,_0x5cb865:0x39,_0x2e775c:0x2e,_0x23a77d:0xe6,_0x3e6240:0x8b,_0x1727a6:0xec,_0x3237b8:0x25,_0x18a1b9:0x73,_0x14cf47:0x543,_0x26f8b8:0x58a,_0x29d612:0x91,_0x271176:0x10d,_0x25cda3:0x4a,_0x1a54f8:0x110,_0x27d292:0xa6,_0x17ce99:0x37,_0x3296bf:0x543,_0x4c44b8:0x506,_0x51aafe:0x4bb,_0x27a8f5:0x4a5,_0x4c75dc:0x45e,_0x361ac1:0x4b,_0x37c54f:0x555,_0x471d5b:0x5cb,_0x13bb29:0x538,_0x24ef00:0x581,_0x4297b0:0x4e9,_0x38422d:0x5cd,_0x75351c:0xb7,_0x5f01bc:0x5c,_0x3b051e:0x4f9,_0x20fb1a:0x45d,_0x1cb0d6:0xa6,_0x26c722:0x9b,_0x37e9df:0x17,_0x14ed52:0xaa,_0x5f8bbe:0x3b,_0x2247aa:0x19,_0x1c5182:0x7,_0x119612:0x510,_0x104c45:0x4b1,_0x1dc1e5:0x529,_0x3d6e97:0x53e,_0x41579c:0x48,_0x2c43c6:0x56},_0x34daa5={_0x1f99fa:0x38b};function _0x173ad9(_0xd1c06a,_0xa7e2d7,_0x86c3ab,_0x5568e6){return _0x586f(_0xa7e2d7- -0x16d,_0x5568e6);}const _0x1b7632={'FopjC':function(_0x3b5f68,_0x272b1a,_0x2d8380,_0x41afb4){return _0x3b5f68(_0x272b1a,_0x2d8380,_0x41afb4);},'ULNgy':_0x5ca0d4(0x579,0x5d4,_0x234ed7._0x5d9dac,0x516)+'\x20environme'+'nts:templa'+_0x173ad9(-_0x234ed7._0x39acb8,-_0x234ed7._0x5a58a1,-_0x234ed7._0x19a35d,0x2)+_0x173ad9(0x68,_0x234ed7._0x5ccf26,-0x75,_0x234ed7._0x262271),'OVDGK':_0x173ad9(_0x234ed7._0x533ce4,_0x234ed7._0x5cb865,_0x234ed7._0x2e775c,0x30),'LcNuk':'User\x20does\x20'+_0x173ad9(_0x234ed7._0x23a77d,_0x234ed7._0x3e6240,0x112,_0x234ed7._0x1727a6)+'ermission\x20'+_0x173ad9(-0xa4,-_0x234ed7._0x3237b8,-_0x234ed7._0x18a1b9,-0x65)+_0x5ca0d4(_0x234ed7._0x14cf47,0x530,_0x234ed7._0x26f8b8,0x54d)+_0x173ad9(0xbb,_0x234ed7._0x29d612,_0x234ed7._0x271176,0xa2)+'s'};function _0x5ca0d4(_0x10aa41,_0x10625b,_0x382232,_0x7d2f52){return _0x586f(_0x10aa41-_0x34daa5._0x1f99fa,_0x10625b);}if(!await _0x1b7632[_0x173ad9(0x22,_0x234ed7._0x25cda3,-0x7,-0x13)](hasPermission,_0x274d35[_0x173ad9(_0x234ed7._0x1a54f8,_0x234ed7._0x27d292,_0x234ed7._0x17ce99,0x67)]['id'],_0x5ca0d4(_0x234ed7._0x3296bf,_0x234ed7._0x4c44b8,0x50d,0x5a7)+_0x5ca0d4(0x4a6,_0x234ed7._0x51aafe,_0x234ed7._0x27a8f5,_0x234ed7._0x4c75dc)+'es',_0x274d35[_0x173ad9(0xcf,_0x234ed7._0x361ac1,-0x3f,-0x33)+'tName'])){const _0x4e0849={};_0x4e0849[_0x5ca0d4(_0x234ed7._0x37c54f,_0x234ed7._0x471d5b,0x528,0x58e)]=_0x274d35[_0x5ca0d4(_0x234ed7._0x13bb29,0x5b3,0x4fc,_0x234ed7._0x24ef00)+'k'][_0x5ca0d4(0x555,_0x234ed7._0x4297b0,_0x234ed7._0x38422d,0x4d0)],_0x4e0849['userId']=_0x274d35[_0x173ad9(_0x234ed7._0x75351c,0xa6,_0x234ed7._0x5f01bc,0xbf)]['id'],_0x4e0849[_0x5ca0d4(0x4d2,0x50a,_0x234ed7._0x3b051e,_0x234ed7._0x20fb1a)]=_0x274d35[_0x173ad9(0x24,_0x234ed7._0x1cb0d6,_0x234ed7._0x26c722,0x8f)]['username'],logger['warn'](_0x1b7632['ULNgy'],_0x4e0849);const _0x343069={};return _0x343069[_0x173ad9(0x39,-_0x234ed7._0x37e9df,0x63,0xf)]=_0x1b7632[_0x173ad9(-_0x234ed7._0x14ed52,-_0x234ed7._0x5f8bbe,-_0x234ed7._0x2247aa,_0x234ed7._0x1c5182)],_0x343069[_0x173ad9(-0x29,-0x5d,-_0x234ed7._0x5a58a1,-0x10)]=_0x1b7632[_0x5ca0d4(_0x234ed7._0x119612,_0x234ed7._0x104c45,_0x234ed7._0x1dc1e5,_0x234ed7._0x3d6e97)],_0x99c428['status'](-0xf*-0xed+-0x1281*-0x1+-0x31*0xa1)[_0x173ad9(0x1e,-0x1e,_0x234ed7._0x41579c,_0x234ed7._0x2c43c6)](_0x343069);}_0x3d8eb7();}function _0x30e75d(_0x6089bd,_0x23d101,_0x343b5d,_0x47387c){const _0x19904d={_0x7d9482:0x1b4};return _0x586f(_0x23d101-_0x19904d._0x7d9482,_0x6089bd);}router[_0x149b5a(-0x203,-0x21e,-0x1ff,-0x1c2)](_0x149b5a(-0x13f,-0x1d1,-0x168,-0x17c)+_0x30e75d(0x391,0x30d,0x393,0x290),requireTaskAuth,requireInstructionsPermission,async(_0x2c7aa2,_0x3d9fef)=>{const _0x369214={_0x4eb3ad:0x26a,_0x13fa8a:0x213,_0x11b3b0:0x13e,_0x6016b:0x1d8,_0x567e1e:0x184,_0x2d6480:0x1d2,_0x3a2963:0x157,_0x29fbf5:0x278,_0x4a177d:0x263,_0x88e4d6:0x1ed,_0x1b2f30:0x27e,_0x1bcd84:0x257,_0x3fb989:0x217,_0x23e624:0x202,_0x41594c:0x22a,_0x1bc62a:0x1cd,_0x11470e:0x236,_0x2f9a31:0x144,_0x294baf:0xe9,_0x1f2b3d:0x1a3,_0x90ca65:0x1ed,_0x34f18f:0x1e9,_0x1ddb16:0x239,_0x3f3c63:0x1b0,_0x50eb8d:0x226,_0x4f0245:0x214,_0x2be531:0x153,_0x52debd:0x1ad,_0x33ea7d:0x1bd,_0x40abff:0x182,_0x239955:0x230,_0x12d6a8:0x1f4,_0x2041ed:0x27a,_0x4da3fe:0x19e,_0x46bc68:0x186,_0x224f53:0x1b5,_0x238c5e:0x1f6,_0x51feae:0x1c4,_0x24c901:0x250,_0x370670:0x286,_0x160b88:0x249,_0x8f0d2d:0x210,_0x643ebf:0x253,_0x218bda:0x15d,_0x40350b:0x25c,_0xc53381:0x1fd,_0x93206e:0x221,_0x39b7ab:0x231,_0xead702:0x28c,_0x17d1d7:0x22e,_0x44e85e:0x145,_0x42440b:0x2a2,_0x55108a:0x235,_0x537ed9:0x1cc,_0x5056ff:0x168,_0x7facce:0x22a,_0x1d1d5a:0x26b,_0x110f8b:0x1e3,_0x33cfa7:0x1cf,_0x401150:0x16d,_0x57bcc3:0x19d,_0xcd6433:0x115,_0x2f644f:0x1f5,_0xef9a9e:0x17b,_0x3f5802:0x20b,_0x91a2a9:0x1b8,_0x5a85bc:0x120,_0x1df6a8:0x1a1,_0x42a78b:0x1c9,_0x36c8a4:0x290,_0x2d37df:0x23c,_0x16cca6:0x2c5,_0x50b700:0x243,_0x4c13f7:0x18f,_0x549af0:0x212,_0x4dc9c4:0x12f,_0x381f08:0x19a,_0xaaa888:0x17a,_0x52c362:0x21e,_0x1a1d60:0x238,_0x2f25c1:0x10f,_0x273d8c:0x1ed,_0x19ed44:0x1d9,_0x1f4a13:0x1d7,_0x46d352:0x25e,_0x22813a:0x1ef,_0x365585:0x1bf,_0x459e2e:0x1b0,_0x224dec:0x20a,_0x3b2100:0x23e,_0x400afc:0x211,_0x5cf796:0x19b,_0x548af0:0x172,_0x1e5a75:0x1e5,_0x36fff2:0x1f8,_0x4d72c4:0x197,_0x45d142:0x22d,_0x5815a7:0x2a0,_0x3a649f:0x28d,_0x4a05b1:0x254,_0x104825:0x20d,_0x11f219:0x289,_0x1b3df6:0x1cb,_0x2759a0:0x224,_0x493982:0x1ca,_0x338302:0x24e,_0x303366:0x1ce,_0x28dfe4:0x1e3,_0x478b22:0x1f3,_0x555cc2:0x103,_0x177d09:0x175,_0x29d27a:0x23e,_0x2e649c:0x274,_0x57cf0d:0x1dc,_0x140e84:0x16a,_0x16c23f:0x1fb,_0x3b22ec:0x164,_0x3c7225:0x21f,_0x512d5a:0x1a2,_0x1bdb9e:0x18f,_0x326f12:0x237,_0x206435:0x244,_0x45f0a5:0x290,_0x1dce29:0x21a,_0x9b8754:0x13d,_0x1abf11:0x107,_0x3d17cd:0x213,_0x37322f:0x1d9,_0xa5ec9e:0x1ec,_0x1ae9cf:0x1e8,_0x1e5c1d:0x17c,_0x2ac069:0x118,_0xf88c5b:0x13f,_0xc5d845:0x106,_0x4a884a:0xdc,_0x1984a3:0x2ba,_0x6d0c95:0x28b,_0x4eb947:0x1b1,_0x116e5c:0x1a1,_0x280124:0x1ac,_0x3af42e:0x176,_0x5820ea:0x244,_0x294e4a:0x1b9,_0x1dc307:0x209,_0x33e550:0x192,_0x19c1dc:0x1a8,_0x47be29:0x172,_0x4f7e9c:0x135,_0x8ce727:0x25f,_0x33063d:0x1eb,_0x5ee723:0x233,_0x6b5773:0x240,_0x5bad00:0x1bc,_0x1538e8:0x161,_0x38f88e:0x188,_0x3fc140:0x2b4,_0x2d1e22:0x1d9,_0x3b9c42:0x1f7,_0x1361ba:0x1de,_0x4ef30d:0x1eb,_0x1230e4:0x25b,_0x29f620:0x26c,_0x3be1dd:0x150,_0x284920:0x17d,_0xb6994a:0x113,_0x47177a:0x1f9,_0xeeef44:0x226,_0x5c1da2:0x183,_0x136920:0x1ba,_0x59fe60:0x13d,_0x37e1e0:0x24f,_0x4d24ed:0x2a8,_0x2352ce:0x148,_0x3f7aed:0x1c3,_0x3c3889:0x1ae,_0x393bbc:0x18a,_0x408f66:0x19f,_0x1cfeb8:0x1ed,_0x3cfb79:0x1a2,_0x4ebaad:0x155,_0x2956ce:0x24c,_0x40336a:0x1ed,_0xe79068:0x245,_0x1732cc:0x22d,_0x477117:0x1bb,_0x183520:0x1d4,_0x34c9ae:0x1c4,_0x464ff4:0x21d,_0x3b5a4d:0x1ba,_0x1be846:0x20f,_0x206680:0x28f,_0x4de948:0x299,_0x1f07f1:0x1e2,_0x410215:0x25b,_0x5da173:0x242,_0x58a725:0x126,_0x33eadc:0x10b,_0x3a5dd0:0x203,_0x5f4c0a:0x1ab,_0x4f8e6c:0x22f,_0x4982cb:0x20c,_0x57c7bc:0x18b,_0x44ad20:0xcc,_0x3531db:0x11f,_0x575fb6:0x1f4,_0x51a784:0x20f,_0x4935e7:0x195},_0x1de602={_0x1a44ee:0x132},_0x331ae8={};function _0x50d8a0(_0x40cbb2,_0x36686d,_0x418242,_0x5eeb3b){return _0x30e75d(_0x418242,_0x40cbb2- -0x187,_0x418242-0xb2,_0x5eeb3b-_0x1de602._0x1a44ee);}_0x331ae8[_0x13a08a(_0x369214._0x4eb3ad,0x256,0x2d9,0x27b)]=_0x13a08a(0x2ac,0x270,0x229,0x2f7),_0x331ae8[_0x50d8a0(_0x369214._0x13fa8a,0x1ac,0x269,0x28a)]=_0x13a08a(_0x369214._0x11b3b0,0x1ba,0x154,_0x369214._0x6016b)+_0x50d8a0(_0x369214._0x567e1e,0x1dd,0x13d,0x1fd)+_0x13a08a(0x1c2,_0x369214._0x2d6480,_0x369214._0x3a2963,0x1ec),_0x331ae8[_0x13a08a(_0x369214._0x29fbf5,0x232,_0x369214._0x4a177d,_0x369214._0x88e4d6)]=_0x13a08a(_0x369214._0x1b2f30,_0x369214._0x1bcd84,_0x369214._0x3fb989,0x265)+_0x50d8a0(_0x369214._0x23e624,_0x369214._0x41594c,0x1e7,_0x369214._0x1bc62a)+'r',_0x331ae8[_0x13a08a(_0x369214._0x11470e,0x229,0x27c,0x29a)]=_0x50d8a0(_0x369214._0x2f9a31,0x1d0,_0x369214._0x294baf,0x175)+_0x13a08a(0x178,_0x369214._0x1f2b3d,_0x369214._0x90ca65,_0x369214._0x34f18f)+_0x50d8a0(_0x369214._0x1ddb16,_0x369214._0x3f3c63,_0x369214._0x50eb8d,0x275)+_0x13a08a(0x26d,0x218,0x190,_0x369214._0x4f0245)+_0x13a08a(0x22d,0x1a9,_0x369214._0x2be531,_0x369214._0x52debd),_0x331ae8['gfFRi']=_0x50d8a0(0x14c,0x138,0xce,_0x369214._0x33ea7d)+_0x50d8a0(0x1c7,_0x369214._0x40abff,0x1a4,0x21c)+'zed',_0x331ae8['xgEwl']=_0x13a08a(0x21f,0x213,_0x369214._0x239955,0x24e),_0x331ae8[_0x50d8a0(_0x369214._0x12d6a8,0x1d0,0x1e8,_0x369214._0x2041ed)]='User\x20does\x20'+'not\x20have\x20p'+_0x13a08a(0x1d8,0x203,_0x369214._0x4da3fe,0x17f)+_0x13a08a(_0x369214._0x46bc68,_0x369214._0x224f53,0x1c8,_0x369214._0x238c5e)+_0x13a08a(_0x369214._0x51feae,0x225,0x255,_0x369214._0x24c901)+'t\x20template'+'s',_0x331ae8[_0x50d8a0(0x219,0x28a,_0x369214._0x370670,0x1bc)]=_0x50d8a0(_0x369214._0x160b88,_0x369214._0x8f0d2d,0x2ad,_0x369214._0x643ebf)+_0x50d8a0(_0x369214._0x218bda,0x17e,0x184,0x1cc)+_0x13a08a(_0x369214._0x40350b,_0x369214._0xc53381,0x272,_0x369214._0x93206e)+_0x50d8a0(_0x369214._0x39b7ab,_0x369214._0xead702,0x1cd,_0x369214._0x17d1d7),_0x331ae8[_0x50d8a0(0x179,0x1b6,0x15e,_0x369214._0x44e85e)]=function(_0x5b9ca7,_0x352655){return _0x5b9ca7===_0x352655;},_0x331ae8['ObrZQ']=_0x13a08a(_0x369214._0x42440b,_0x369214._0x239955,_0x369214._0x55108a,_0x369214._0x537ed9),_0x331ae8[_0x50d8a0(_0x369214._0x5056ff,0x1cf,0x14b,0x131)]='ajmed',_0x331ae8[_0x50d8a0(_0x369214._0x7facce,_0x369214._0x1d1d5a,_0x369214._0x110f8b,0x294)]=function(_0x1fce3c,_0x12f061){return _0x1fce3c===_0x12f061;},_0x331ae8[_0x50d8a0(0x1d6,_0x369214._0x33cfa7,_0x369214._0x401150,0x1c5)]=_0x50d8a0(_0x369214._0x57bcc3,_0x369214._0xcd6433,_0x369214._0x2f644f,_0x369214._0xef9a9e),_0x331ae8['oaAfO']=_0x13a08a(0x1e4,_0x369214._0x3f5802,_0x369214._0x91a2a9,0x1a7),_0x331ae8[_0x13a08a(_0x369214._0x5a85bc,_0x369214._0x1df6a8,0x199,_0x369214._0x42a78b)]=function(_0x78d5e3,_0xd88786){return _0x78d5e3!==_0xd88786;},_0x331ae8[_0x13a08a(_0x369214._0x36c8a4,_0x369214._0x2d37df,0x2b6,_0x369214._0x16cca6)]=_0x13a08a(0x288,_0x369214._0x50b700,0x262,0x2a3);function _0x13a08a(_0x5002b8,_0x4f3be6,_0x444fcc,_0x1a5479){return _0x30e75d(_0x444fcc,_0x4f3be6- -0x147,_0x444fcc-0x5b,_0x1a5479-0x7c);}_0x331ae8[_0x13a08a(_0x369214._0x4c13f7,_0x369214._0x549af0,0x265,0x1f6)]=_0x13a08a(_0x369214._0x4dc9c4,_0x369214._0x381f08,_0x369214._0xaaa888,0x1c2),_0x331ae8[_0x50d8a0(_0x369214._0x52c362,_0x369214._0x1a1d60,0x20b,0x238)]=_0x50d8a0(0x17a,_0x369214._0x2f25c1,_0x369214._0x273d8c,_0x369214._0x19ed44)+_0x50d8a0(_0x369214._0x1f4a13,0x22e,0x195,0x158)+_0x13a08a(_0x369214._0x46d352,0x267,_0x369214._0x4a177d,_0x369214._0x22813a),_0x331ae8['babLA']='Failed\x20to\x20'+_0x50d8a0(0x205,0x27d,_0x369214._0x365585,_0x369214._0x459e2e)+_0x50d8a0(_0x369214._0x224dec,_0x369214._0x3b2100,_0x369214._0x400afc,0x252)+'le';const _0x528fd9=_0x331ae8,{callingTask:_0x2201b1,environmentName:_0x1bb574,environmentPath:_0x46aa3c}=_0x2c7aa2,_0x299093={};_0x299093[_0x50d8a0(0x1f7,_0x369214._0x5cf796,_0x369214._0x548af0,0x207)]=_0x2201b1['taskId'],_0x299093[_0x50d8a0(_0x369214._0x1e5a75,_0x369214._0x36fff2,_0x369214._0x4d72c4,_0x369214._0x45d142)+'t']=_0x1bb574,logger[_0x13a08a(_0x369214._0x5815a7,0x233,0x21b,0x232)](_0x528fd9[_0x50d8a0(0x219,_0x369214._0x3a649f,0x1fd,_0x369214._0x4a05b1)],_0x299093);const _0x376b2b=_0x99b972[_0x13a08a(_0x369214._0x104825,_0x369214._0x36c8a4,0x2af,_0x369214._0x11f219)](_0x46aa3c,_0x50d8a0(_0x369214._0x1b3df6,0x231,0x23c,_0x369214._0x2759a0));try{if(_0x528fd9[_0x13a08a(0x236,0x1b9,0x1ac,_0x369214._0x493982)](_0x50d8a0(0x245,0x25f,_0x369214._0x338302,_0x369214._0x303366),_0x50d8a0(_0x369214._0x28dfe4,0x235,0x1ec,_0x369214._0x3f5802))){if(_0x42ec56['code']==='ENOENT'){const _0x5d0f4c={};_0x5d0f4c[_0x50d8a0(0x183,_0x369214._0x478b22,_0x369214._0x555cc2,_0x369214._0x177d09)]=_0x528fd9[_0x13a08a(_0x369214._0x29d27a,0x256,0x2ca,_0x369214._0x2e649c)],_0x5d0f4c[_0x13a08a(_0x369214._0x57cf0d,0x17d,0x1d0,0x138)]=_0x50d8a0(_0x369214._0x140e84,0x12e,0x1e2,0x150)+_0x18df65+(_0x13a08a(0x1ab,0x1ec,_0x369214._0x16c23f,_0x369214._0x3b22ec)+'d'),_0x59c26d[_0x50d8a0(0x1ad,_0x369214._0x3c7225,_0x369214._0x512d5a,_0x369214._0x1bdb9e)](-0xca1+0x16fd+-0x1*0x8c8)['json'](_0x5d0f4c);}else{const _0x4a2f8e={};_0x4a2f8e[_0x13a08a(0x1f3,_0x369214._0x326f12,_0x369214._0x206435,_0x369214._0x45f0a5)]=_0x2a9ad3[_0x13a08a(_0x369214._0x1dce29,_0x369214._0x326f12,0x2c0,0x246)],_0x4a2f8e['environmen'+'t']=_0x320f4c,_0x4a2f8e['template']=_0x505c91,_0x4a2f8e['error']=_0x374453[_0x50d8a0(_0x369214._0x9b8754,0x1b3,0x121,_0x369214._0x1abf11)],_0x2c251b['error'](_0x528fd9[_0x50d8a0(_0x369214._0x3d17cd,0x1c5,_0x369214._0x37322f,0x27e)],_0x4a2f8e);const _0x743f5c={};_0x743f5c['error']=_0x528fd9[_0x50d8a0(0x1f2,_0x369214._0x2759a0,0x25a,0x209)],_0x743f5c[_0x50d8a0(_0x369214._0x9b8754,0x165,0x182,0x19f)]=_0x528fd9[_0x13a08a(_0x369214._0xa5ec9e,0x253,_0x369214._0x1ae9cf,0x29e)],_0x13dbea['status'](0x1fbd+0xbf*0x20+0x1*-0x35a9)[_0x50d8a0(_0x369214._0x1e5c1d,_0x369214._0x2ac069,0x148,_0x369214._0xf88c5b)](_0x743f5c);}}else{const _0x43e722=await _0x255693[_0x50d8a0(0x166,_0x369214._0xc5d845,0x1af,_0x369214._0x4a884a)](_0x376b2b,_0x528fd9[_0x13a08a(_0x369214._0x1984a3,_0x369214._0x6d0c95,0x293,0x2a8)]),_0x4918e8={};_0x4918e8[_0x50d8a0(_0x369214._0x4eb947,_0x369214._0x116e5c,_0x369214._0x280124,0x1b5)]=_0x43e722,_0x4918e8[_0x50d8a0(0x1e5,_0x369214._0x3af42e,0x24d,_0x369214._0x5820ea)+'t']=_0x1bb574,_0x4918e8['path']='AGENTS.md',_0x3d9fef[_0x13a08a(0x13e,0x1bc,0x1b5,_0x369214._0x459e2e)](_0x4918e8);}}catch(_0x306b6d){if(_0x528fd9[_0x13a08a(0x1d6,_0x369214._0x294e4a,_0x369214._0x1dc307,0x1c6)](_0x528fd9[_0x13a08a(_0x369214._0x33e550,_0x369214._0x19c1dc,_0x369214._0x47be29,0x212)],_0x528fd9[_0x50d8a0(_0x369214._0x5056ff,0x1c4,_0x369214._0x4f7e9c,0x157)])){if(_0x528fd9[_0x50d8a0(0x22a,0x20f,_0x369214._0x8ce727,_0x369214._0x33063d)](_0x306b6d[_0x50d8a0(0x22f,0x226,0x26c,_0x369214._0x8ce727)],_0x528fd9[_0x50d8a0(0x1d6,0x1ea,0x23d,_0x369214._0x5ee723)])){const _0x516d59={};_0x516d59['content']='',_0x516d59[_0x13a08a(0x204,0x225,0x1a4,0x220)+'t']=_0x1bb574,_0x516d59[_0x13a08a(_0x369214._0x6b5773,0x268,_0x369214._0x23e624,0x1e7)]=_0x528fd9['oaAfO'],_0x516d59['exists']=![],_0x3d9fef[_0x13a08a(0x218,_0x369214._0x5bad00,0x19a,0x139)](_0x516d59);}else{if(_0x528fd9[_0x50d8a0(_0x369214._0x1538e8,0x10d,0x157,_0x369214._0x38f88e)](_0x528fd9[_0x13a08a(_0x369214._0x3fc140,_0x369214._0x2d37df,_0x369214._0x2d1e22,0x204)],_0x528fd9[_0x50d8a0(0x1d2,0x1b0,0x1e7,0x17c)])){const _0x35da82={};_0x35da82[_0x50d8a0(_0x369214._0x3b9c42,_0x369214._0x1361ba,0x186,_0x369214._0x4ef30d)]=_0x2201b1[_0x50d8a0(_0x369214._0x3b9c42,_0x369214._0x1230e4,0x18e,_0x369214._0x29f620)],_0x35da82[_0x13a08a(0x224,0x225,0x1ba,0x297)+'t']=_0x1bb574,_0x35da82[_0x50d8a0(0x183,_0x369214._0x3be1dd,0x136,0x165)]=_0x306b6d[_0x13a08a(0x1e7,_0x369214._0x284920,0x116,_0x369214._0xb6994a)],logger[_0x13a08a(0x14c,0x1c3,_0x369214._0x47177a,0x1d9)](_0x528fd9[_0x50d8a0(_0x369214._0x52c362,0x22c,0x1f2,_0x369214._0xeeef44)],_0x35da82);const _0x3a3424={};_0x3a3424[_0x50d8a0(_0x369214._0x5c1da2,0x201,_0x369214._0x136920,0x16d)]=_0x528fd9[_0x50d8a0(0x1f2,_0x369214._0x381f08,0x16b,0x273)],_0x3a3424[_0x50d8a0(_0x369214._0x59fe60,0x12e,0x16e,0x135)]=_0x528fd9[_0x50d8a0(_0x369214._0x37e1e0,_0x369214._0x4d24ed,0x2c8,0x236)],_0x3d9fef['status'](-0x224e*-0x1+0x858+-0x28b2)[_0x13a08a(0x217,_0x369214._0x5bad00,0x163,0x20c)](_0x3a3424);}else{_0x54172d[_0x13a08a(_0x369214._0x2352ce,_0x369214._0x3f7aed,_0x369214._0x3c3889,0x1c5)](_0x528fd9['WzbvG']);const _0x3e8611={};return _0x3e8611[_0x13a08a(0x144,_0x369214._0x3f7aed,_0x369214._0x393bbc,0x166)]=_0x528fd9[_0x50d8a0(0x1f2,0x191,_0x369214._0x408f66,_0x369214._0x1cfeb8)],_0x3e8611[_0x13a08a(_0x369214._0x3cfb79,_0x369214._0x284920,_0x369214._0x47177a,_0x369214._0x4ebaad)]=_0x528fd9[_0x13a08a(0x217,0x192,0x164,0x1e6)],_0x35ade1[_0x13a08a(_0x369214._0x2956ce,_0x369214._0x40336a,0x221,0x173)](-0x23aa+0x4c8+0x20d6)[_0x13a08a(0x146,0x1bc,_0x369214._0xe79068,0x184)](_0x3e8611);}}}else{const _0x2bf3bf={};_0x2bf3bf[_0x13a08a(_0x369214._0x1732cc,_0x369214._0x326f12,0x276,_0x369214._0x477117)]=_0x12b751[_0x13a08a(_0x369214._0x183520,0x21a,_0x369214._0x34c9ae,_0x369214._0x6016b)+'k'][_0x13a08a(_0x369214._0x464ff4,0x237,0x2ae,_0x369214._0x3b5a4d)],_0x2bf3bf['userId']=_0x26fcef[_0x13a08a(0x242,0x280,_0x369214._0x1be846,0x2e4)]['id'],_0x2bf3bf['username']=_0x229efc[_0x13a08a(0x262,0x280,_0x369214._0x206680,0x275)]['username'],_0x3d63d3[_0x13a08a(0x208,0x246,_0x369214._0x4de948,_0x369214._0x1f07f1)](_0x13a08a(_0x369214._0x1ae9cf,_0x369214._0x410215,0x2db,0x20e)+'\x20environme'+_0x50d8a0(_0x369214._0x5da173,0x211,0x1f3,0x260)+_0x50d8a0(0x142,_0x369214._0x58a725,0x13e,_0x369214._0x33eadc)+_0x13a08a(_0x369214._0x3a5dd0,0x1ee,_0x369214._0x5f4c0a,0x23a),_0x2bf3bf);const _0x5e774b={};return _0x5e774b[_0x13a08a(_0x369214._0x224dec,0x1c3,_0x369214._0x4f8e6c,_0x369214._0x4982cb)]=_0x528fd9[_0x13a08a(_0x369214._0x57c7bc,0x1bb,0x144,0x16f)],_0x5e774b[_0x50d8a0(0x13d,_0x369214._0x44ad20,_0x369214._0x3531db,_0x369214._0x1abf11)]=_0x528fd9[_0x50d8a0(_0x369214._0x575fb6,0x19d,_0x369214._0x51a784,_0x369214._0x4935e7)],_0x2d255f['status'](0x18b5+0xb41+-0x2263)['json'](_0x5e774b);}}}),router['patch'](_0x30e75d(0x2f2,0x30e,0x38f,0x30e)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x1d9f01,_0x220047)=>{const _0x4b1e1e={_0x5f2184:0x187,_0x251b96:0x100,_0x2d2c98:0x190,_0x33f9b5:0x182,_0x3eb62f:0x1af,_0x58e1e9:0x1cb,_0x520993:0x1ef,_0x4381b4:0x117,_0x20e945:0x1b6,_0x236994:0x1c3,_0x10529f:0x188,_0x5c6ee9:0x1e7,_0x34e6ba:0x3ee,_0x4bf449:0x438,_0x55f3e2:0xf3,_0x1d0326:0x123,_0x4bdaa8:0x176,_0x33fd2b:0x35d,_0x57eb1c:0x3a9,_0x1d2b6c:0x3d2,_0x58cb35:0x3ba,_0x1549e5:0x1c7,_0x575a42:0x14d,_0x5cc2f2:0x343,_0x4bac21:0x3b9,_0x4bad3a:0x342,_0xcf1466:0x3ca,_0x522d26:0x399,_0x13b425:0x333,_0x21ccac:0x2e4,_0x294d3e:0x2a9,_0x41821f:0x2cf,_0x2a3205:0x116,_0x4b24d4:0x2ee,_0x198b0d:0x3b7,_0x45a24d:0x3ef,_0x1d781f:0x3dc,_0x413c6b:0x402,_0x1c3706:0x42c,_0x488879:0x36e,_0x25441d:0x1ce,_0x3ddb9c:0x119,_0x52a271:0x93,_0x37fef9:0xc0,_0x427853:0x14a,_0x521b9a:0x415,_0x294838:0x371,_0x294bd4:0x375,_0x576edc:0x386,_0x346c86:0x36f,_0x79c7de:0x360,_0x42794b:0x32a,_0x38f0e4:0x10a,_0x35beb7:0x159,_0x27f117:0x379,_0x3cd56c:0x3a1,_0x897a9f:0x3b9,_0x22bd74:0x158,_0x4bea72:0x13a,_0x4406bb:0xfe,_0xab18d:0x14a,_0x5613cf:0x22c,_0x39fdec:0x207,_0x4ae535:0x223,_0x37b2c1:0x462,_0x626940:0x331,_0x4581aa:0x167,_0x2da6bb:0x1ce,_0x2e0745:0x144,_0x1aee82:0x2ff,_0x5c0e19:0x30f,_0x339f60:0x174,_0x1172f3:0x17b,_0x151a9f:0x3d3,_0xce19a6:0x449,_0xc0b989:0x3e1,_0x4304e0:0x401,_0xc1bb57:0x31d,_0x233e62:0x34a,_0x344550:0x39e,_0x28bbdf:0x31d,_0x4f575a:0x2af,_0x24f5b5:0x191,_0x10ee44:0x12b,_0x2f3fe9:0x11b,_0x1ecac6:0x286,_0x1193d2:0x17b,_0x41637f:0x182,_0x4ebdd8:0x452,_0xd333fd:0x366,_0x45994a:0x382,_0x38baf0:0x38b,_0xbae341:0x357,_0x4b5850:0x397,_0x30f486:0x3c1,_0x38d926:0x32d,_0x29570a:0xd4,_0x1607a6:0x31c,_0x39efd6:0x2ef,_0x4a3e18:0x38a,_0x1e3d41:0x157,_0x5d8705:0x201,_0x588c26:0x3b6,_0x32e772:0x3f7,_0x2f3ded:0x385,_0x171420:0x3f8,_0x349200:0x2dd,_0x5f4244:0x258,_0x3abd4d:0x2dd,_0xa3a3e6:0x2c3,_0x3b2c5c:0x119,_0x3bfb3e:0xc7,_0x54bf1d:0x193,_0x574974:0x3bb,_0x7e2188:0x368,_0x2a7d40:0x365,_0x29e5e5:0x398,_0x4ee0a3:0x2c4,_0xba1805:0x37b,_0x2b4973:0x3e0,_0x430d06:0x33a,_0x13bd06:0x313,_0x5e4687:0xd3,_0x24110c:0x132,_0x4bb921:0x31a,_0x55cf2b:0x390,_0x491044:0x137,_0x285959:0xe7,_0x12ed5c:0x112,_0x590109:0x186,_0x25e191:0xce,_0x3730dc:0x119,_0x411d89:0x157,_0x1655e8:0xfb,_0x161ef7:0x119,_0x14056e:0x173,_0x548ced:0x146,_0x2f4214:0x15f,_0x84572:0x1bd,_0xc546d7:0x34d,_0x5dce7f:0x3bd,_0x1941c4:0x92},_0x4f1845={_0x5ebd89:0x1f1},_0x3839a2={};_0x3839a2[_0xe3efbe(0xfb,0x149,_0x4b1e1e._0x5f2184,0xaa)]=_0xe3efbe(0x180,_0x4b1e1e._0x251b96,0x174,_0x4b1e1e._0x2d2c98)+'t',_0x3839a2['dqObx']=_0xe3efbe(_0x4b1e1e._0x33f9b5,_0x4b1e1e._0x3eb62f,0x120,0x199)+_0xe3efbe(_0x4b1e1e._0x58e1e9,0x205,0x191,_0x4b1e1e._0x520993)+'e',_0x3839a2[_0xe3efbe(0x160,_0x4b1e1e._0x4381b4,0x131,_0x4b1e1e._0x20e945)]=function(_0x117fed,_0x90a12a){return _0x117fed===_0x90a12a;},_0x3839a2['QTxrZ']=_0xe3efbe(0x1b8,0x1d3,0x1f7,0x1ca)+_0xe3efbe(_0x4b1e1e._0x236994,0x1ac,_0x4b1e1e._0x10529f,_0x4b1e1e._0x5c6ee9)+_0xe3efbe(0x12e,0x17b,0x144,0x110);function _0x50be49(_0x560f8c,_0x18c118,_0x1d7506,_0x16a553){return _0x149b5a(_0x560f8c-0x17f,_0x18c118-0x10a,_0x18c118,_0x560f8c-0x4a3);}_0x3839a2[_0x50be49(_0x4b1e1e._0x34e6ba,0x42d,0x405,_0x4b1e1e._0x4bf449)]='Task\x20updat'+_0xe3efbe(_0x4b1e1e._0x55f3e2,_0x4b1e1e._0x1d0326,0x75,_0x4b1e1e._0x4bdaa8)+_0x50be49(_0x4b1e1e._0x33fd2b,_0x4b1e1e._0x57eb1c,_0x4b1e1e._0x1d2b6c,_0x4b1e1e._0x58cb35)+_0xe3efbe(_0x4b1e1e._0x1549e5,0x151,_0x4b1e1e._0x575a42,0x23e),_0x3839a2[_0x50be49(_0x4b1e1e._0x5cc2f2,_0x4b1e1e._0x4bac21,_0x4b1e1e._0x4bad3a,_0x4b1e1e._0xcf1466)]=_0xe3efbe(0x161,0x198,0xe3,0x15f),_0x3839a2[_0x50be49(0x33a,_0x4b1e1e._0x522d26,0x32a,_0x4b1e1e._0x13b425)]=function(_0x3df663,_0x5b89d1){return _0x3df663===_0x5b89d1;},_0x3839a2['vadit']='iGNRN',_0x3839a2['pGYHf']='utf-8',_0x3839a2['DGjNX']=_0x50be49(_0x4b1e1e._0x21ccac,_0x4b1e1e._0x294d3e,0x36c,_0x4b1e1e._0x41821f)+_0xe3efbe(_0x4b1e1e._0x2a3205,0x141,0x136,0x153)+'ions\x20updat'+'ed\x20by\x20task',_0x3839a2[_0x50be49(0x2da,_0x4b1e1e._0x4b24d4,0x265,0x2d5)]=function(_0x25c25d,_0x44cbc0){return _0x25c25d!==_0x44cbc0;},_0x3839a2[_0x50be49(0x37b,0x3f8,0x3c7,0x31a)]=_0x50be49(_0x4b1e1e._0x198b0d,_0x4b1e1e._0x45a24d,0x39c,0x37f)+_0x50be49(0x3a2,_0x4b1e1e._0x1d781f,_0x4b1e1e._0x413c6b,_0x4b1e1e._0x1c3706)+'r';const _0x489603=_0x3839a2,{callingTask:_0xe47d76,taskUser:_0x1732e0,environmentName:_0x454d7a,environmentPath:_0x55f3f0}=_0x1d9f01,{content:_0x45cfc9}=_0x1d9f01[_0x50be49(_0x4b1e1e._0x488879,0x2e6,0x3a8,0x365)];if(_0x489603[_0xe3efbe(0x160,_0x4b1e1e._0x25441d,0xdb,0x1de)](_0x45cfc9,undefined)){const _0x31f6d4={};return _0x31f6d4[_0xe3efbe(_0x4b1e1e._0x3ddb9c,_0x4b1e1e._0x52a271,0x95,_0x4b1e1e._0x37fef9)]=_0xe3efbe(0x180,0x16d,_0x4b1e1e._0x427853,0x16f)+'t',_0x31f6d4[_0xe3efbe(0xd3,0xad,0xed,0xea)]=_0x489603[_0x50be49(0x3a1,_0x4b1e1e._0x521b9a,_0x4b1e1e._0x294838,_0x4b1e1e._0x294bd4)],_0x220047[_0xe3efbe(0x143,0x14a,_0x4b1e1e._0x58e1e9,0xfa)](0x340+0x246a+-0x261a)[_0x50be49(0x31c,0x38a,0x2df,_0x4b1e1e._0x576edc)](_0x31f6d4);}const _0x42ee98={};_0x42ee98[_0x50be49(0x397,_0x4b1e1e._0x346c86,0x36e,_0x4b1e1e._0x79c7de)]=_0xe47d76['taskId'],_0x42ee98['environmen'+'t']=_0x454d7a,_0x42ee98[_0x50be49(0x31d,0x2d2,_0x4b1e1e._0x42794b,0x35a)]=_0x1732e0['id'],_0x42ee98['username']=_0x1732e0[_0xe3efbe(_0x4b1e1e._0x38f0e4,0x131,_0x4b1e1e._0x35beb7,0x10b)],_0x42ee98[_0x50be49(0x375,_0x4b1e1e._0x27f117,0x394,_0x4b1e1e._0x3cd56c)+_0x50be49(0x3e6,0x388,_0x4b1e1e._0x897a9f,0x3b7)]=_0x45cfc9[_0xe3efbe(_0x4b1e1e._0x22bd74,_0x4b1e1e._0x4bea72,_0x4b1e1e._0x4406bb,_0x4b1e1e._0xab18d)],logger[_0x50be49(0x393,0x32f,0x381,_0x4b1e1e._0x521b9a)](_0x489603[_0xe3efbe(0x1e4,_0x4b1e1e._0x5613cf,_0x4b1e1e._0x39fdec,_0x4b1e1e._0x4ae535)],_0x42ee98);function _0xe3efbe(_0x553b6f,_0x3be9d6,_0x328056,_0x37746f){return _0x30e75d(_0x328056,_0x553b6f- -_0x4f1845._0x5ebd89,_0x328056-0x85,_0x37746f-0x1c5);}const _0x5aa794=_0x99b972[_0x50be49(0x3f0,0x43e,0x376,_0x4b1e1e._0x37b2c1)](_0x55f3f0,_0x489603[_0x50be49(0x343,0x3aa,_0x4b1e1e._0x626940,0x2ef)]),_0x5c39e7=new Date()[_0xe3efbe(0xdc,0x6a,0xf0,0xec)+'g']();try{if(_0x489603['IqdOl'](_0xe3efbe(_0x4b1e1e._0x4581aa,0x18e,0x15e,_0x4b1e1e._0x2da6bb),_0x489603[_0xe3efbe(0x13d,0x18a,0xce,_0x4b1e1e._0x2e0745)])){const _0x28e43f={};_0x28e43f[_0x50be49(0x2f6,_0x4b1e1e._0x1aee82,_0x4b1e1e._0x5c0e19,0x33f)]=!![],await _0x255693[_0xe3efbe(0x17d,0x1ba,_0x4b1e1e._0x339f60,_0x4b1e1e._0x1172f3)](_0x55f3f0,_0x28e43f),await _0x255693['writeFile'](_0x5aa794,_0x45cfc9,_0x489603[_0x50be49(_0x4b1e1e._0x151a9f,0x3a8,0x3a8,_0x4b1e1e._0xce19a6)]);const _0x4d89a3={};_0x4d89a3[_0x50be49(0x397,_0x4b1e1e._0xc0b989,_0x4b1e1e._0x4304e0,_0x4b1e1e._0xc1bb57)]=_0xe47d76['taskId'],_0x4d89a3[_0x50be49(0x385,_0x4b1e1e._0x233e62,_0x4b1e1e._0x344550,0x3a5)+'t']=_0x454d7a,_0x4d89a3[_0x50be49(_0x4b1e1e._0x28bbdf,0x2ea,_0x4b1e1e._0x4f575a,0x392)]=_0x1732e0['id'],logger['info'](_0x489603[_0xe3efbe(_0x4b1e1e._0x24f5b5,0x131,_0x4b1e1e._0x10ee44,_0x4b1e1e._0x2f3fe9)],_0x4d89a3);const _0x20ed86={};_0x20ed86[_0x50be49(0x2f5,_0x4b1e1e._0x1ecac6,0x339,0x2a6)]=!![],_0x20ed86[_0xe3efbe(_0x4b1e1e._0x1193d2,_0x4b1e1e._0x575a42,0x103,_0x4b1e1e._0x41637f)+'t']=_0x454d7a,_0x20ed86[_0x50be49(0x3c8,0x3be,_0x4b1e1e._0x4ebdd8,0x43a)]=_0x489603['woabu'],_0x20ed86[_0x50be49(_0x4b1e1e._0xd333fd,_0x4b1e1e._0x45994a,_0x4b1e1e._0x38baf0,_0x4b1e1e._0xbae341)]=_0x5c39e7,_0x20ed86['updatedByT'+'askId']=_0xe47d76[_0x50be49(_0x4b1e1e._0x4b5850,_0x4b1e1e._0x30f486,0x400,_0x4b1e1e._0x38d926)],_0x20ed86['updatedByU'+_0xe3efbe(0x132,0x1ac,0x117,_0x4b1e1e._0x29570a)]=_0x1732e0['id'],_0x220047[_0x50be49(_0x4b1e1e._0x1607a6,0x349,_0x4b1e1e._0x39efd6,_0x4b1e1e._0x4a3e18)](_0x20ed86);}else _0x2ed4f6=_0x4b1348;}catch(_0x3c5b3c){if(_0x489603['KNmjy'](_0xe3efbe(0x1d0,_0x4b1e1e._0x1e3d41,0x201,_0x4b1e1e._0x5d8705),'dCZOA')){const _0x711131={};_0x711131[_0x50be49(0x397,0x358,_0x4b1e1e._0x588c26,_0x4b1e1e._0x32e772)]=_0xe47d76['taskId'],_0x711131[_0x50be49(_0x4b1e1e._0x2f3ded,0x350,_0x4b1e1e._0x171420,0x3ea)+'t']=_0x454d7a,_0x711131['error']=_0x3c5b3c[_0x50be49(_0x4b1e1e._0x349200,_0x4b1e1e._0x5f4244,_0x4b1e1e._0x3abd4d,_0x4b1e1e._0xa3a3e6)],logger[_0xe3efbe(_0x4b1e1e._0x3b2c5c,_0x4b1e1e._0x3bfb3e,0xee,_0x4b1e1e._0x54bf1d)]('Failed\x20to\x20'+_0x50be49(0x3b5,_0x4b1e1e._0x574974,_0x4b1e1e._0x7e2188,_0x4b1e1e._0x2a7d40)+'TS.md',_0x711131);const _0x333295={};_0x333295[_0x50be49(0x323,0x394,_0x4b1e1e._0x29e5e5,_0x4b1e1e._0x4ee0a3)]=_0x489603[_0x50be49(_0x4b1e1e._0xba1805,_0x4b1e1e._0x2b4973,_0x4b1e1e._0x430d06,_0x4b1e1e._0x13bd06)],_0x333295[_0xe3efbe(_0x4b1e1e._0x5e4687,0xe5,_0x4b1e1e._0x3ddb9c,_0x4b1e1e._0x24110c)]=_0x50be49(_0x4b1e1e._0x4bb921,0x30c,_0x4b1e1e._0x55cf2b,0x30b)+_0xe3efbe(_0x4b1e1e._0x491044,_0x4b1e1e._0x285959,0x190,0xc9)+'ructions\x20f'+'ile',_0x220047[_0xe3efbe(0x143,0xe6,0xbb,0x10d)](0x40c*0x1+-0x101a+0x2*0x701)[_0xe3efbe(_0x4b1e1e._0x12ed5c,_0x4b1e1e._0x590109,_0x4b1e1e._0x25e191,0xf4)](_0x333295);}else{const _0x36326c={};return _0x36326c[_0xe3efbe(_0x4b1e1e._0x3730dc,_0x4b1e1e._0x411d89,0x199,_0x4b1e1e._0x3b2c5c)]=_0x489603[_0xe3efbe(_0x4b1e1e._0x1655e8,_0x4b1e1e._0x161ef7,_0x4b1e1e._0x14056e,_0x4b1e1e._0x548ced)],_0x36326c['message']=_0x489603[_0xe3efbe(_0x4b1e1e._0x2f4214,_0x4b1e1e._0x84572,0x112,0x117)],_0x1b3ebe[_0x50be49(_0x4b1e1e._0xc546d7,_0x4b1e1e._0x5dce7f,0x3a7,0x393)](-0x47*0x11+0x25*0x74+-0xa7d)[_0xe3efbe(0x112,0xe6,0x171,_0x4b1e1e._0x1941c4)](_0x36326c);}}}),router[_0x149b5a(-0x1f6,-0x1d3,-0x1e2,-0x1c2)](_0x30e75d(0x350,0x399,0x41d,0x31b),requireTaskAuth,requireTemplatesPermission,async(_0x151742,_0x18f76f)=>{const _0x2a33fa={_0x3edaea:0xf5,_0xc3eedb:0x134,_0x587c8d:0x92,_0x3d9bb6:0x10a,_0x5ae35f:0xf1,_0x3c30f7:0xe8,_0x44723c:0x159,_0x489b93:0xd3,_0x534308:0x4d,_0x9c592b:0x179,_0x327c12:0x104,_0x2c21ac:0x196,_0x1e9c03:0x1b2,_0x270550:0x1a5,_0x3b59cf:0x1ea,_0x7c8915:0x184,_0x3e0b95:0x101,_0x540036:0x102,_0x332d9d:0xb1,_0x1af792:0x112,_0x3957e9:0x16a,_0x427d32:0x1b8,_0x358da2:0x12e,_0x4ab874:0x163,_0x775bfe:0x124,_0x3af0f1:0x1d5,_0x2a5240:0x1bb,_0x314495:0x43,_0x517e61:0x3c,_0x3b5fed:0x13e,_0x29734e:0xb6,_0x5e4af8:0x136,_0x56f9dd:0x19c,_0x307828:0x1c6,_0x5a18a7:0x1d2,_0x59cd9a:0x159,_0x377765:0x144,_0x404e0c:0x10f,_0x2e1a19:0xfa,_0x282984:0xc9,_0x523d2c:0x6f,_0x5a66b5:0x103,_0xffcaf8:0x18d,_0x2dec7a:0xd0,_0x50b11a:0x6b,_0x449613:0xeb,_0x2677ed:0x167,_0x3e9319:0xed,_0x988846:0x186,_0x35b350:0x142,_0x35e594:0x16b,_0x28149c:0x175,_0x382caa:0x1a9,_0x542a30:0x18a,_0x289084:0x19b,_0x1ef936:0x14d,_0x3e2f22:0x242,_0x666caf:0x1ba,_0x14de4b:0x182,_0x40cb6d:0x145,_0x3262d8:0xee,_0x10e0f6:0x106,_0x29bf21:0x109,_0x4ba191:0x95,_0x4221ce:0x122,_0x4c7c82:0xcf,_0x5149bd:0x1a4,_0x187caf:0x170,_0x1afb38:0xda,_0x334afe:0xbc,_0x3ab288:0x58,_0x78af2d:0x8e,_0x9f6a57:0x118,_0x6a25d8:0x135,_0xae14ab:0xd6,_0x599092:0x13a,_0x25fb90:0x190,_0x54637c:0x1b9,_0x806cdf:0x195,_0x560b6b:0xc4,_0x5442ea:0x150,_0x47171a:0x156,_0x2eea32:0xb2,_0x5949f0:0x11a,_0x30810c:0x157,_0xbe55af:0x40,_0x62f287:0x147,_0x399d5a:0x99,_0x3da54b:0x162,_0x2b1598:0x19e,_0x4c4da2:0x1a0,_0x3c9e27:0x137,_0x2d5544:0xef,_0x109d3b:0x5e,_0x2d6488:0x123,_0x3b3110:0x1a4,_0x2a416e:0x64,_0x1b865a:0xee,_0xf97d2c:0xe1,_0x1ca420:0x1bc,_0x812014:0x1dc,_0x911c7:0x46,_0x2c524c:0x14c,_0x487c82:0x10d,_0x1f575c:0x1bf,_0x3818cb:0x131,_0x20b309:0x97,_0x379aab:0x16d,_0x1c6199:0x104},_0x121c33={_0x5db19e:0x399,_0x43c634:0x3ee,_0x15867c:0x37d,_0x12cae5:0x313,_0x8aba8:0x3a3,_0x35d877:0x163,_0x49c392:0x280,_0x27eaf6:0x275,_0x1877e2:0x185,_0x1d6cbd:0x1c7,_0x4cd6b7:0x19a,_0x66b2f5:0x192,_0xfe102c:0x318,_0x3be24c:0x3c3,_0x446906:0x358,_0x2edd33:0x37f,_0x5b6cc7:0xfc,_0x280d73:0x154,_0x1a73c5:0x13d,_0x28ddc2:0x2bd,_0xefc39c:0x286,_0x43a32d:0x2ce,_0x4d6def:0x240,_0xd2752:0x18a,_0x3a34e0:0x18f,_0x35e64f:0x309,_0x4b5b04:0x2bf,_0x1ae22f:0x2bd,_0x3adc02:0x2e1,_0x42ba78:0x20d,_0x475f71:0x1cc,_0x299ba8:0x2dd,_0x217093:0x2d3,_0x5aea60:0x184,_0x580479:0x231,_0x501ca7:0x1d5,_0xd5adab:0x14a,_0x58ed4a:0x195,_0x4a90f5:0x1db,_0x54c46a:0x216,_0x1b1476:0x245,_0x3609d5:0x18e,_0x4e2587:0x255,_0x25947a:0x200,_0x1414b6:0x1b6,_0x250698:0x1de,_0x1e723c:0x2a1,_0x265273:0x2c5,_0x344ae1:0x223,_0x434da9:0x2a8,_0x2af3e1:0x2d0,_0x33541c:0x326,_0x2f287b:0x272,_0x7fc91:0x193,_0x117a52:0xc2,_0x4671e7:0x334,_0x20712e:0x194,_0x5418bf:0x1f7,_0xdac4b5:0x2a6,_0x21106a:0x261},_0x525218={_0x1e603a:0x5e},_0x5d286f={_0x388daa:0x119,_0x2b0f45:0x446},_0x1b4959={_0x28d8e1:0xc2},_0x3a2970={_0x4dce43:0x45a},_0x1244e2={_0x5765ec:0x147},_0x2130e1={};_0x2130e1[_0x2c4f2c(-0x11f,-0x12b,-0x136,-_0x2a33fa._0x3edaea)]='Environmen'+_0x2c4f2c(-_0x2a33fa._0xc3eedb,-0x18d,-0x1ec,-0x170)+_0xce58d4(-0x80,-0xec,-0x16b,-0xbe)+_0x2c4f2c(-_0x2a33fa._0x587c8d,-_0x2a33fa._0x3d9bb6,-_0x2a33fa._0x5ae35f,-_0x2a33fa._0x3c30f7)+_0xce58d4(-_0x2a33fa._0x44723c,-_0x2a33fa._0x489b93,-_0x2a33fa._0x534308,-0x9c)+_0x2c4f2c(-0x152,-_0x2a33fa._0x9c592b,-0xfb,-_0x2a33fa._0x327c12),_0x2130e1[_0x2c4f2c(-_0x2a33fa._0x2c21ac,-_0x2a33fa._0x1e9c03,-_0x2a33fa._0x270550,-0x12b)]=_0xce58d4(-_0x2a33fa._0x3b59cf,-_0x2a33fa._0x7c8915,-_0x2a33fa._0x3e0b95,-0x17d)+'ed',_0x2130e1[_0x2c4f2c(-_0x2a33fa._0x540036,-0x139,-_0x2a33fa._0x332d9d,-0x135)]=_0xce58d4(-_0x2a33fa._0x1af792,-_0x2a33fa._0x3957e9,-0xfc,-_0x2a33fa._0x427d32)+_0xce58d4(-_0x2a33fa._0x358da2,-_0x2a33fa._0x4ab874,-_0x2a33fa._0x775bfe,-0x19c)+_0xce58d4(-_0x2a33fa._0x3af0f1,-0x1a7,-_0x2a33fa._0x2a5240,-0x1a5),_0x2130e1['Yxaol']=function(_0x461d06,_0x17146f){return _0x461d06===_0x17146f;};function _0xce58d4(_0x311949,_0x5e24ab,_0x44708d,_0x10822d){return _0x149b5a(_0x311949-_0x1244e2._0x5765ec,_0x5e24ab-0x1f2,_0x10822d,_0x5e24ab- -0x17);}_0x2130e1[_0x2c4f2c(-_0x2a33fa._0x314495,-_0x2a33fa._0x517e61,-0xfc,-0x97)]=_0x2c4f2c(-_0x2a33fa._0x3b5fed,-_0x2a33fa._0x540036,-_0x2a33fa._0x29734e,-_0x2a33fa._0x5e4af8),_0x2130e1[_0xce58d4(-0x12c,-_0x2a33fa._0x56f9dd,-0x17e,-0x12f)]=_0x2c4f2c(-_0x2a33fa._0x307828,-_0x2a33fa._0x5a18a7,-0xd6,-_0x2a33fa._0x59cd9a)+_0xce58d4(-0xaf,-0x115,-_0x2a33fa._0x377765,-0x199)+_0x2c4f2c(-0x97,-_0x2a33fa._0x404e0c,-_0x2a33fa._0x2e1a19,-_0x2a33fa._0x282984)+'le',_0x2130e1[_0x2c4f2c(-0xf4,-_0x2a33fa._0x523d2c,-_0x2a33fa._0x5a66b5,-0xde)]=function(_0x576a4d,_0x49477b){return _0x576a4d!==_0x49477b;},_0x2130e1[_0x2c4f2c(-0x1b5,-0x170,-_0x2a33fa._0xffcaf8,-0x17a)]='WAApj',_0x2130e1[_0x2c4f2c(-0x6e,-_0x2a33fa._0x2dec7a,-_0x2a33fa._0x50b11a,-_0x2a33fa._0x449613)]=_0xce58d4(-_0x2a33fa._0x2677ed,-0x162,-_0x2a33fa._0x3e9319,-0x1d1),_0x2130e1[_0x2c4f2c(-_0x2a33fa._0x988846,-0x10a,-0x127,-_0x2a33fa._0x35b350)]='qufPt',_0x2130e1[_0xce58d4(-_0x2a33fa._0x35e594,-0x19b,-_0x2a33fa._0x28149c,-_0x2a33fa._0x382caa)]='Task\x20listi'+_0x2c4f2c(-0xed,-_0x2a33fa._0x542a30,-_0x2a33fa._0x289084,-0x165)+'ment\x20templ'+_0xce58d4(-0x191,-_0x2a33fa._0x1ef936,-0xf1,-0xdf),_0x2130e1[_0xce58d4(-_0x2a33fa._0x3e2f22,-_0x2a33fa._0x666caf,-0x16a,-_0x2a33fa._0x14de4b)]=_0xce58d4(-0x167,-0x102,-0x13e,-_0x2a33fa._0x40cb6d)+_0x2c4f2c(-_0x2a33fa._0x3262d8,-0x141,-0x116,-_0x2a33fa._0x10e0f6),_0x2130e1[_0x2c4f2c(-_0x2a33fa._0x29bf21,-_0x2a33fa._0x4ba191,-_0x2a33fa._0x4221ce,-_0x2a33fa._0x4c7c82)]=_0xce58d4(-0x170,-0x1a0,-0x191,-0x1a4)+'list\x20templ'+_0xce58d4(-_0x2a33fa._0x5149bd,-_0x2a33fa._0x1ef936,-0x14e,-_0x2a33fa._0x187caf),_0x2130e1['atXxb']=_0x2c4f2c(-0xf1,-0x121,-_0x2a33fa._0x1afb38,-_0x2a33fa._0x334afe)+_0x2c4f2c(-_0x2a33fa._0x3ab288,-0x11c,-0x113,-0xd1)+'r';const _0x399f08=_0x2130e1;function _0x2c4f2c(_0x305f9a,_0x55a575,_0x1272c2,_0x3e70e7){return _0x30e75d(_0x305f9a,_0x3e70e7- -_0x3a2970._0x4dce43,_0x1272c2-0x143,_0x3e70e7-0xb0);}const {callingTask:_0x344e2c,environmentName:_0x10e988,environmentPath:_0xfad27d}=_0x151742,_0x544f6b={};_0x544f6b[_0x2c4f2c(-_0x2a33fa._0x78af2d,-0x5d,-0x154,-0xdc)]=_0x344e2c[_0xce58d4(-0xee,-0x123,-_0x2a33fa._0x540036,-0x134)],_0x544f6b[_0xce58d4(-_0x2a33fa._0x9f6a57,-_0x2a33fa._0x6a25d8,-_0x2a33fa._0xae14ab,-_0x2a33fa._0x599092)+'t']=_0x10e988,logger[_0xce58d4(-_0x2a33fa._0x1e9c03,-0x127,-0xd6,-0x174)](_0x399f08[_0xce58d4(-_0x2a33fa._0x25fb90,-_0x2a33fa._0x289084,-0x1db,-0x12a)],_0x544f6b);const _0x13bd7c=_0x99b972['join'](_0xfad27d,_0x399f08[_0xce58d4(-0x16d,-_0x2a33fa._0x666caf,-_0x2a33fa._0x54637c,-_0x2a33fa._0x806cdf)]);try{const _0x348c16=await _0x255693[_0x2c4f2c(-0x7e,-0x53,-0x14a,-0xd3)](_0x13bd7c),_0x4d2935=_0x348c16['filter'](_0x531fe4=>_0x531fe4['endsWith']('.md')),_0x251da5=await Promise[_0x2c4f2c(-_0x2a33fa._0x560b6b,-_0x2a33fa._0x5442ea,-0x105,-0xcb)](_0x4d2935['map'](async _0x2d0be6=>{const _0x1c2958={_0x76aada:0x1c1};function _0x1deac7(_0x1bc17a,_0x3fba71,_0x55f270,_0x245fc3){return _0x2c4f2c(_0x3fba71,_0x3fba71-0x9a,_0x55f270-_0x1b4959._0x28d8e1,_0x55f270- -0xa7);}function _0x3f8c22(_0x3ae9a7,_0x213a27,_0x283bf0,_0x3c3269){return _0xce58d4(_0x3ae9a7-_0x5d286f._0x388daa,_0x3ae9a7-_0x5d286f._0x2b0f45,_0x283bf0-0x98,_0x213a27);}const _0x22693f={'EmtAQ':function(_0x385a47,_0x28d8c4){function _0x506cd1(_0x46071f,_0x119e1a,_0x21618e,_0x5a67c7){return _0x586f(_0x119e1a- -_0x1c2958._0x76aada,_0x21618e);}return _0x399f08[_0x506cd1(-0x13,0x4f,0x41,_0x525218._0x1e603a)](_0x385a47,_0x28d8c4);},'jyosg':_0x399f08[_0x3f8c22(0x368,0x37b,_0x121c33._0x5db19e,_0x121c33._0x43c634)],'DjzON':'Failed\x20to\x20'+_0x3f8c22(0x303,0x2f5,0x323,_0x121c33._0x15867c)+_0x3f8c22(0x353,_0x121c33._0x12cae5,_0x121c33._0x12cae5,_0x121c33._0x8aba8),'dBjeQ':_0x1deac7(-0x14e,-0x185,-_0x121c33._0x35d877,-0x1b2)+'erver\x20Erro'+'r','bTdqy':_0x399f08[_0x1deac7(-_0x121c33._0x49c392,-0x270,-0x1fc,-_0x121c33._0x27eaf6)]};if(_0x399f08[_0x1deac7(-0xfe,-0x16d,-_0x121c33._0x1877e2,-_0x121c33._0x1d6cbd)](_0x399f08['ZTQuX'],_0x399f08[_0x1deac7(-0x17b,-_0x121c33._0x4cd6b7,-_0x121c33._0x66b2f5,-0x1b6)])){const _0x319bcb=_0x2d0be6[_0x3f8c22(0x360,0x381,0x35b,0x3c6)](/\.md$/,''),_0x5c6e5d=_0x99b972[_0x3f8c22(0x37c,0x3bd,_0x121c33._0xfe102c,_0x121c33._0x3be24c)](_0x13bd7c,_0x319bcb+_0x3f8c22(_0x121c33._0x446906,_0x121c33._0x2edd33,0x2ff,0x2cd));let _0x350821=null;try{if(_0x399f08[_0x1deac7(-_0x121c33._0x5b6cc7,-_0x121c33._0x280d73,-_0x121c33._0x1a73c5,-0x147)](_0x399f08[_0x1deac7(-0x16c,-0x1d0,-0x1e9,-0x26a)],_0x399f08[_0x3f8c22(_0x121c33._0x28ddc2,_0x121c33._0xefc39c,_0x121c33._0x43a32d,0x2bc)])){const _0x176820=await _0x255693[_0x3f8c22(0x292,0x29b,_0x121c33._0x4d6def,0x2d6)](_0x5c6e5d,_0x1deac7(-0x12d,-0x1fc,-_0x121c33._0xd2752,-_0x121c33._0x3a34e0));_0x350821=JSON[_0x3f8c22(_0x121c33._0x35e64f,_0x121c33._0x4b5b04,_0x121c33._0x1ae22f,0x289)](_0x176820);}else{if(_0x22693f[_0x3f8c22(_0x121c33._0x3adc02,_0x121c33._0x1ae22f,0x33e,0x2b8)](_0x323b3f['code'],_0x22693f[_0x1deac7(-0x1b4,-_0x121c33._0x42ba78,-0x1ef,-_0x121c33._0x475f71)])){const _0x101b38={};_0x101b38[_0x3f8c22(_0x121c33._0x299ba8,_0x121c33._0x217093,0x325,0x27d)]='',_0x101b38[_0x1deac7(-0x10b,-0x12a,-0x195,-_0x121c33._0x5aea60)+'t']=_0x798c97,_0x101b38['path']='AGENTS.md',_0x101b38[_0x1deac7(-_0x121c33._0x580479,-0x223,-0x1ec,-_0x121c33._0x501ca7)]=![],_0x5254e9['json'](_0x101b38);}else{const _0x2c2a4a={};_0x2c2a4a[_0x1deac7(-0x13f,-0x195,-0x183,-0x156)]=_0x24eb89[_0x3f8c22(0x323,0x2c7,0x2f6,0x2c1)],_0x2c2a4a[_0x1deac7(-0x148,-_0x121c33._0xd5adab,-_0x121c33._0x58ed4a,-0x1eb)+'t']=_0x32ff68,_0x2c2a4a[_0x1deac7(-0x20e,-0x26d,-0x1f7,-_0x121c33._0x4a90f5)]=_0x389dcf[_0x1deac7(-_0x121c33._0x54c46a,-0x272,-0x23d,-_0x121c33._0x1b1476)],_0x7d1644[_0x1deac7(-_0x121c33._0x3609d5,-_0x121c33._0x4e2587,-0x1f7,-_0x121c33._0xd2752)](_0x22693f[_0x1deac7(-0x237,-_0x121c33._0x25947a,-_0x121c33._0x1414b6,-0x160)],_0x2c2a4a);const _0x2b56e3={};_0x2b56e3[_0x1deac7(-0x17a,-0x1de,-0x1f7,-0x1f0)]=_0x22693f['dBjeQ'],_0x2b56e3[_0x1deac7(-_0x121c33._0x250698,-0x271,-0x23d,-_0x121c33._0x1e723c)]=_0x22693f[_0x3f8c22(0x29e,_0x121c33._0x265273,_0x121c33._0x344ae1,0x232)],_0x246299['status'](0x341+0x487*0x1+-0x5d4)[_0x3f8c22(_0x121c33._0x434da9,_0x121c33._0x2af3e1,_0x121c33._0x33541c,_0x121c33._0x2f287b)](_0x2b56e3);}}}catch{}return{'name':_0x319bcb,'filename':_0x2d0be6,'description':_0x350821?.[_0x1deac7(-_0x121c33._0x7fc91,-0xb2,-0x13c,-_0x121c33._0x117a52)+'n']||null,'hasMetadata':_0x399f08['HhRWP'](_0x350821,null)};}else{_0x49df60[_0x3f8c22(0x332,0x3ae,0x335,_0x121c33._0x4671e7)](_0x399f08['DvyyM']);const _0x12ad74={};return _0x12ad74[_0x1deac7(-_0x121c33._0x20712e,-0x1db,-_0x121c33._0x5418bf,-0x184)]=_0x399f08['vafry'],_0x12ad74[_0x3f8c22(0x269,0x2d5,0x1ef,_0x121c33._0xdac4b5)]=_0x399f08['eDvKu'],_0x1e78c4[_0x3f8c22(0x2d9,0x258,0x2e4,_0x121c33._0x21106a)](-0x17*-0x65+-0x12d6*-0x1+-0x1a58)['json'](_0x12ad74);}})),_0x58b2f6={};_0x58b2f6[_0x2c4f2c(-0x19e,-_0x2a33fa._0x47171a,-0x1b8,-0x198)]=_0x251da5,_0x58b2f6[_0xce58d4(-0x10b,-_0x2a33fa._0x6a25d8,-_0x2a33fa._0x2eea32,-0x113)+'t']=_0x10e988,_0x18f76f[_0x2c4f2c(-_0x2a33fa._0x5949f0,-0x1be,-0x110,-_0x2a33fa._0x30810c)](_0x58b2f6);}catch(_0x747eb9){if(_0x747eb9[_0x2c4f2c(-_0x2a33fa._0xbe55af,-0x34,-0x10f,-0xa4)]===_0x399f08[_0xce58d4(-0x66,-0xde,-0xef,-0xa2)]){const _0x18529b={};_0x18529b['templates']=[],_0x18529b[_0x2c4f2c(-_0x2a33fa._0x62f287,-_0x2a33fa._0x399d5a,-_0x2a33fa._0x3da54b,-0xee)+'t']=_0x10e988,_0x18f76f[_0xce58d4(-0x1c5,-_0x2a33fa._0x2b1598,-_0x2a33fa._0x4c4da2,-_0x2a33fa._0x3c9e27)](_0x18529b);}else{const _0xb6e758={};_0xb6e758[_0x2c4f2c(-_0x2a33fa._0x2d5544,-_0x2a33fa._0x109d3b,-0x11e,-0xdc)]=_0x344e2c[_0xce58d4(-0xaf,-_0x2a33fa._0x2d6488,-0x167,-_0x2a33fa._0x3b3110)],_0xb6e758[_0x2c4f2c(-_0x2a33fa._0x332d9d,-0x165,-_0x2a33fa._0x2a416e,-_0x2a33fa._0x1b865a)+'t']=_0x10e988,_0xb6e758['error']=_0x747eb9['message'],logger[_0x2c4f2c(-_0x2a33fa._0xf97d2c,-_0x2a33fa._0x1ca420,-_0x2a33fa._0x812014,-0x150)](_0x399f08[_0x2c4f2c(-0xe2,-_0x2a33fa._0x911c7,-0xdc,-0xcf)],_0xb6e758);const _0xc19eae={};_0xc19eae[_0x2c4f2c(-0x149,-0x190,-_0x2a33fa._0x2c524c,-_0x2a33fa._0x5442ea)]=_0x399f08[_0xce58d4(-_0x2a33fa._0x487c82,-_0x2a33fa._0x542a30,-0x1f0,-0x143)],_0xc19eae[_0x2c4f2c(-0x176,-_0x2a33fa._0x1f575c,-_0x2a33fa._0x3818cb,-_0x2a33fa._0x2c21ac)]=_0x399f08[_0xce58d4(-0x13e,-0x116,-0xc5,-_0x2a33fa._0x20b309)],_0x18f76f[_0xce58d4(-0x1c3,-_0x2a33fa._0x379aab,-0x12b,-_0x2a33fa._0x3818cb)](-0x1a13+-0x1*0x10da+-0x1*-0x2ce1)[_0x2c4f2c(-0x14a,-_0x2a33fa._0x1c6199,-_0x2a33fa._0x599092,-0x157)](_0xc19eae);}}}),router['get'](_0x149b5a(-0x88,-0xe7,-0x13a,-0xf1)+_0x30e75d(0x335,0x2f7,0x320,0x274),requireTaskAuth,requireTemplatesPermission,async(_0x204a0c,_0x5f1a9c)=>{const _0x470647={_0xabb3bf:0x1cb,_0x137deb:0x428,_0x3a4ff0:0x436,_0xf97a44:0x458,_0x51fa9a:0x462,_0x1b4e00:0x426,_0x502544:0x1d8,_0x40b373:0x40d,_0x2dd54e:0x39d,_0x2b6b97:0x214,_0x24397a:0x233,_0x52ea58:0x22b,_0x374689:0x484,_0x1a68da:0x3fb,_0x45b029:0x1fd,_0x3a5383:0x1c5,_0x2c05ef:0x189,_0x4a9776:0x1fe,_0x10bccd:0x1e0,_0x1b374e:0x15b,_0x23a1ed:0x195,_0x4c451e:0x166,_0x1f29e0:0x163,_0x295aeb:0x175,_0x4b0065:0x20d,_0x3243fd:0x115,_0x4701e6:0xd4,_0x2f2e30:0x17e,_0x3289bf:0x452,_0x2c3c82:0x487,_0x4a671f:0x473,_0x12f570:0x3b2,_0x5c185b:0x37a,_0x48fa54:0x4fb,_0x7e88b0:0x4e3,_0x456748:0x4d3,_0x5e781f:0x103,_0x2f13ba:0xaa,_0x261b7d:0x11d,_0x2df95e:0x267,_0x4ecfa2:0x225,_0x54c61f:0x522,_0x32a32b:0x4a0,_0xa06a33:0x513,_0x48f997:0x212,_0x3a791c:0x1b4,_0x27720d:0x1a5,_0xe2c112:0xa0,_0x13d215:0x165,_0x5c95d9:0x105,_0x499948:0xd0,_0x40bd89:0x3c9,_0x325925:0x1b7,_0x524d81:0x428,_0x349b92:0x4bd,_0xc2ff0e:0x1ad,_0x1228df:0x14d,_0x89beef:0x177,_0x1ee056:0x19c,_0x108065:0x269,_0x303afd:0x1bb,_0x46ef80:0x23c,_0x23b820:0xb6,_0x163ec7:0x51f,_0x270ff2:0x4a6,_0x3eb386:0x467,_0x4b7c2d:0x218,_0x35063f:0x444,_0x3c7213:0x3bc,_0x3ccb2f:0x11b,_0x763e3f:0xe6,_0x38d492:0x333,_0x232502:0x34d,_0x3aa2ee:0x3bd,_0x48becd:0x442,_0xa62991:0x436,_0x19abc5:0x433,_0x23dbab:0x407,_0x510136:0x46e,_0x1121e6:0x48b,_0x2bd429:0x43b,_0x4bed26:0x424,_0x2f12b0:0x445,_0x46e68f:0x144,_0x2dbdc0:0xdc,_0xe9e91f:0x1cb,_0x49c833:0x44f,_0x3ad157:0x3db,_0x3708c1:0x1f7,_0x2d53a1:0x200,_0x2d9d98:0x165,_0x1bffe0:0x199,_0x1546d6:0x39c,_0x5c5fa4:0x426,_0x4e92af:0x490,_0x1db41e:0x461,_0xfa1ac:0x3d7,_0x8748bc:0x468,_0xeaed29:0x4ac,_0x4d50ee:0xab,_0xe4d0d7:0x37f,_0x2b094c:0x174,_0xb1842c:0x161,_0x305a06:0x45c,_0x255ed0:0x1ec,_0x25b2fa:0x192,_0x42a8b1:0x23e,_0x199e4f:0x3d9,_0x117ce6:0x44a,_0x36e8a3:0x10f,_0x36ab62:0xd4,_0x1f5532:0x3a6,_0x770b6b:0x370,_0x54cb9d:0x3fe,_0xd6e2fc:0x3b9,_0x541cb5:0x200,_0x59c481:0x28b,_0x1025dd:0x254,_0x2cfb8d:0x382,_0x3b1b74:0x14b,_0xdc57f0:0x1d1,_0x181ee5:0x12b,_0x199717:0x155,_0x22385c:0x438,_0x42413f:0x44b,_0x5353ab:0x494,_0x54634c:0x3d9,_0x37e3cc:0x361,_0x12e57d:0x44f,_0x55204f:0x465,_0x1b0497:0x3b1,_0x3441ba:0x35f,_0x365b8f:0x4f9,_0x15f8fb:0x4a9,_0x5cefac:0x3b4,_0x1d81a0:0x41c,_0x106c44:0x12e},_0xce176b={};_0xce176b[_0x307dae(0x1ec,0x191,_0x470647._0xabb3bf,0x24d)]=_0x48a73f(_0x470647._0x137deb,_0x470647._0x3a4ff0,_0x470647._0xf97a44,0x3f8)+_0x48a73f(0x415,_0x470647._0x51fa9a,_0x470647._0x1b4e00,0x438)+_0x307dae(_0x470647._0x502544,0x1c4,0x1e1,0x175),_0xce176b[_0x48a73f(_0x470647._0x40b373,_0x470647._0x2dd54e,0x3fa,0x3c3)]='Bad\x20Reques'+'t',_0xce176b[_0x307dae(_0x470647._0x2b6b97,0x292,_0x470647._0x24397a,_0x470647._0x52ea58)]=_0x48a73f(_0x470647._0x374689,0x436,0x44b,0x4ad)+'o\x20associat'+_0x307dae(0x11f,0xe1,0x1a4,0x173)+'ment',_0xce176b[_0x48a73f(0x425,0x464,_0x470647._0x1a68da,0x46d)]='Invalid\x20te'+_0x307dae(_0x470647._0x45b029,0x273,0x1dc,_0x470647._0x3a5383)+'e',_0xce176b[_0x307dae(0x1fa,_0x470647._0x2c05ef,0x270,_0x470647._0x4a9776)]=_0x307dae(_0x470647._0x10bccd,0x269,_0x470647._0x1b374e,0x22d)+_0x307dae(_0x470647._0x23a1ed,0x1dd,_0x470647._0x4c451e,0x131);function _0x48a73f(_0x2f5d70,_0x3ff1fd,_0x439378,_0x41afd9){return _0x30e75d(_0x2f5d70,_0x3ff1fd-0xcf,_0x439378-0x1ba,_0x41afd9-0x164);}_0xce176b[_0x307dae(0x12f,_0x470647._0x1f29e0,0x1af,0x18d)]=_0x307dae(0x1b8,0x1cd,_0x470647._0x295aeb,_0x470647._0x4b0065),_0xce176b['WesSf']=function(_0x1d4bd9,_0x22e43d){return _0x1d4bd9===_0x22e43d;},_0xce176b['jphXK']=_0x307dae(_0x470647._0x3243fd,0x17a,_0x470647._0x4701e6,_0x470647._0x2f2e30),_0xce176b[_0x48a73f(_0x470647._0x3289bf,0x438,_0x470647._0x2c3c82,_0x470647._0x4a671f)]=_0x48a73f(_0x470647._0x12f570,0x3d0,0x3fd,_0x470647._0x5c185b)+_0x48a73f(_0x470647._0x48fa54,0x477,_0x470647._0x7e88b0,0x4ec)+_0x48a73f(0x410,0x3de,0x46a,0x414),_0xce176b['thODd']=_0x48a73f(0x48a,0x46d,0x4ce,_0x470647._0x456748)+'erver\x20Erro'+'r';const _0x219857=_0xce176b,{callingTask:_0x53c58b,environmentName:_0x5e803c,environmentPath:_0xf19f0a}=_0x204a0c,{name:_0x3478ab}=_0x204a0c[_0x307dae(0x104,_0x470647._0x5e781f,_0x470647._0x2f13ba,_0x470647._0x261b7d)];if(_0x3478ab[_0x307dae(0x212,0x1e5,_0x470647._0x2df95e,_0x470647._0x4ecfa2)]('/')||_0x3478ab[_0x48a73f(_0x470647._0x54c61f,_0x470647._0x32a32b,0x415,_0x470647._0xa06a33)]('\x5c')||_0x3478ab[_0x307dae(_0x470647._0x48f997,0x28a,0x266,0x238)]('..')){const _0x89e740={};return _0x89e740[_0x307dae(0x14b,_0x470647._0x3a791c,0x186,_0x470647._0x27720d)]=_0x219857[_0x307dae(0x10f,_0x470647._0xe2c112,_0x470647._0x13d215,0x158)],_0x89e740[_0x307dae(_0x470647._0x5c95d9,0x12b,_0x470647._0x499948,0x102)]=_0x219857[_0x48a73f(0x484,0x464,0x4da,0x40d)],_0x5f1a9c['status'](-0x1*0x3dc+0x2c2+0x1*0x2aa)[_0x48a73f(0x3f8,0x3d2,0x3cf,_0x470647._0x40bd89)](_0x89e740);}const _0x56a02f={};_0x56a02f[_0x307dae(0x1bf,0x1fa,0x17f,_0x470647._0x325925)]=_0x53c58b[_0x48a73f(_0x470647._0x524d81,0x44d,_0x470647._0x349b92,0x467)],_0x56a02f[_0x307dae(_0x470647._0xc2ff0e,0x14f,_0x470647._0x1228df,_0x470647._0x89beef)+'t']=_0x5e803c;function _0x307dae(_0x2fff72,_0x42a918,_0x1fbc38,_0xcec35d){return _0x30e75d(_0xcec35d,_0x2fff72- -0x1bf,_0x1fbc38-0xf6,_0xcec35d-0xcf);}_0x56a02f[_0x307dae(0x200,_0x470647._0x1ee056,0x1e0,_0x470647._0x108065)]=_0x3478ab,logger[_0x307dae(_0x470647._0x303afd,0x137,0x232,_0x470647._0x46ef80)]('Task\x20fetch'+_0x307dae(0x11c,0xb9,_0x470647._0x23b820,0x176)+'te',_0x56a02f);const _0x28e5e0=_0x99b972[_0x48a73f(_0x470647._0x163ec7,_0x470647._0x270ff2,_0x470647._0x3eb386,0x480)](_0xf19f0a,_0x219857[_0x307dae(0x1fa,0x1ff,0x1a3,0x1c2)]),_0x46dc91=_0x99b972['join'](_0x28e5e0,_0x3478ab+'.md'),_0x2b7385=_0x99b972[_0x307dae(_0x470647._0x4b7c2d,0x26b,0x28e,0x218)](_0x28e5e0,_0x3478ab+'.json');try{const _0x3ac03e=await _0x255693[_0x48a73f(_0x470647._0x35063f,_0x470647._0x3c7213,0x390,0x430)](_0x46dc91,_0x219857[_0x307dae(0x12f,_0x470647._0x3ccb2f,_0x470647._0x763e3f,0x186)]);let _0x54f19c=null;try{const _0x57c0da=await _0x255693[_0x48a73f(0x343,0x3bc,_0x470647._0x38d492,_0x470647._0x232502)](_0x2b7385,_0x219857[_0x48a73f(0x3f4,_0x470647._0x3aa2ee,_0x470647._0x48becd,0x366)]);_0x54f19c=JSON[_0x48a73f(_0x470647._0xa62991,_0x470647._0x19abc5,0x422,_0x470647._0x35063f)](_0x57c0da);}catch{}const _0x1d5cae={};_0x1d5cae['name']=_0x3478ab,_0x1d5cae[_0x48a73f(0x3a9,_0x470647._0x23dbab,0x38b,_0x470647._0x510136)]=_0x3ac03e,_0x1d5cae['metadata']=_0x54f19c,_0x1d5cae[_0x48a73f(_0x470647._0x1121e6,_0x470647._0x2bd429,_0x470647._0x4bed26,_0x470647._0x2f12b0)+'t']=_0x5e803c,_0x5f1a9c[_0x307dae(_0x470647._0x46e68f,_0x470647._0x2dbdc0,_0x470647._0xe9e91f,0x120)](_0x1d5cae);}catch(_0x445281){if(_0x219857[_0x48a73f(_0x470647._0x49c833,_0x470647._0x3ad157,0x45f,0x3fc)](_0x445281[_0x307dae(_0x470647._0x3708c1,_0x470647._0x2d53a1,0x170,0x1a6)],_0x307dae(_0x470647._0x2d9d98,0x1bf,_0x470647._0x1bffe0,0x19b))){if(_0x219857[_0x48a73f(_0x470647._0x1546d6,0x3db,_0x470647._0x5c5fa4,0x410)](_0x219857['jphXK'],_0x219857[_0x48a73f(_0x470647._0x4e92af,_0x470647._0x1db41e,_0x470647._0xfa1ac,_0x470647._0x8748bc)])){const _0x51a108={};_0x51a108['error']=_0x48a73f(0x4d4,0x486,_0x470647._0xeaed29,0x4c0),_0x51a108[_0x307dae(0x105,_0x470647._0x4d50ee,0x9a,0x8f)]=_0x48a73f(_0x470647._0xe4d0d7,0x3c0,0x337,0x3fb)+_0x3478ab+(_0x307dae(_0x470647._0x2b094c,0x174,_0x470647._0xb1842c,0x106)+'d'),_0x5f1a9c['status'](0xe3*0x2b+0x1c5+0x1e*-0x147)['json'](_0x51a108);}else{const _0x3d3034={};_0x3d3034['taskId']=_0x307311,_0x139469[_0x48a73f(0x439,_0x470647._0x305a06,0x431,0x4c0)](_0x219857[_0x307dae(_0x470647._0x255ed0,_0x470647._0x25b2fa,0x174,_0x470647._0x42a8b1)],_0x3d3034);const _0x2b6649={};return _0x2b6649[_0x48a73f(0x365,_0x470647._0x199e4f,_0x470647._0x117ce6,_0x470647._0x3c7213)]=_0x219857[_0x307dae(_0x470647._0x36e8a3,0xba,_0x470647._0x36ab62,0x12b)],_0x2b6649[_0x48a73f(_0x470647._0x1f5532,0x393,0x3c9,_0x470647._0x770b6b)]=_0x219857['BGGuU'],_0xb5c519['status'](0x1276+-0x377+-0xd6f)[_0x48a73f(0x3fc,0x3d2,_0x470647._0x54cb9d,_0x470647._0xd6e2fc)](_0x2b6649);}}else{const _0x1e2701={};_0x1e2701['taskId']=_0x53c58b['taskId'],_0x1e2701['environmen'+'t']=_0x5e803c,_0x1e2701[_0x307dae(_0x470647._0x541cb5,_0x470647._0x59c481,0x204,_0x470647._0x1025dd)]=_0x3478ab,_0x1e2701[_0x48a73f(_0x470647._0x2cfb8d,_0x470647._0x199e4f,0x3c1,0x3f0)]=_0x445281['message'],logger[_0x307dae(_0x470647._0x3b1b74,_0x470647._0xdc57f0,_0x470647._0x181ee5,_0x470647._0x199717)](_0x219857[_0x48a73f(0x449,_0x470647._0x22385c,_0x470647._0x42413f,_0x470647._0x5353ab)],_0x1e2701);const _0x59b641={};_0x59b641[_0x48a73f(0x381,_0x470647._0x54634c,_0x470647._0x37e3cc,0x37b)]=_0x219857[_0x48a73f(_0x470647._0x12e57d,0x41e,_0x470647._0x55204f,_0x470647._0x1b0497)],_0x59b641[_0x48a73f(_0x470647._0x3441ba,0x393,0x314,0x330)]='Failed\x20to\x20'+_0x48a73f(_0x470647._0x365b8f,0x477,0x4d8,_0x470647._0x15f8fb)+_0x48a73f(_0x470647._0x5cefac,0x3de,0x435,0x40f),_0x5f1a9c[_0x48a73f(0x380,0x403,0x413,_0x470647._0x1d81a0)](-0x4f*-0x74+0x13cc+-0x35a4)[_0x307dae(0x144,0x124,_0x470647._0x106c44,0xc9)](_0x59b641);}}}),router[_0x30e75d(0x3dc,0x385,0x3aa,0x323)](_0x30e75d(0x357,0x399,0x30f,0x3f0)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x21af60,_0x3a4d08)=>{const _0x22410e={_0x26b0b6:0x4b1,_0x571840:0x4a7,_0x3e7207:0x19a,_0xdad675:0x1c6,_0x483e42:0x22d,_0x5c8cc8:0x4da,_0x44ff01:0x452,_0x5d8e96:0x1f0,_0x3a9424:0x437,_0x1fe976:0x210,_0x152bb9:0x442,_0x30584e:0x436,_0x5dc1a2:0x3ce,_0x599cc0:0x4b9,_0x54888c:0x4f3,_0x5d0bdd:0x4e3,_0x5f4738:0x513,_0x52c234:0x423,_0x40e305:0x492,_0x14cb01:0x507,_0x131c85:0x22c,_0x14a398:0x3b7,_0x34c0d9:0x418,_0x1f75d5:0x474,_0x475457:0x464,_0x1eb242:0x19a,_0x1c29b3:0x1e3,_0x41a20f:0x4fd,_0x470827:0x50f,_0x1d592f:0x4dc,_0x1baf00:0x448,_0x24d05b:0x49b,_0x5e382c:0x1a5,_0x3191ce:0x1af,_0x116622:0x4bc,_0x5952c2:0x28f,_0x3e724e:0x237,_0x433c8b:0x2ac,_0x33a453:0x1b2,_0x4331dc:0x546,_0x482427:0x472,_0x30ffd1:0x4c4,_0xdfade7:0x143,_0x3d5f68:0x1a8,_0x26a6a5:0x14b,_0x240780:0x4c5,_0x4ec23b:0x4cf,_0x112013:0x1f6,_0x34a326:0x239,_0x45761e:0x28e,_0x8367c4:0x2e9,_0x28bba7:0x229,_0x2f6b20:0x4f0,_0x39621e:0x498,_0x79cd35:0x4a5,_0x225462:0x1bb,_0x5321bd:0x432,_0x5034b2:0x3c9,_0x55c7c8:0x416,_0x310965:0x284,_0x1cb077:0x40c,_0x212653:0x477,_0x45cc42:0x47c,_0x4ebd86:0x4ca,_0x4e3aed:0x47a,_0x618703:0x465,_0x1fc37a:0x28c,_0x44ac87:0x20d,_0x32be01:0x48d,_0x1405da:0x18a,_0x29069f:0x20f,_0x44864b:0x285,_0x3aea6d:0x4a0,_0x4f981d:0x59b,_0xaa5c2:0x4eb,_0x54fb10:0x4e8,_0x5d16a0:0x5ae,_0xb7707b:0x255,_0x448a2d:0x24a,_0x7fdc9d:0x272,_0x25ebf3:0x237,_0x39ca2b:0x29b,_0x3d8571:0x26f,_0x7b7865:0x1f4,_0x1e2aa2:0x182,_0x4ca458:0x168,_0x1a1d8d:0x3d0,_0x32c1fa:0x40e,_0x39c915:0x415,_0x3db2d5:0x41a,_0x39bbce:0x28a,_0x34ea49:0x23f,_0x5c55e3:0x263,_0xa5894e:0x2dc,_0x373298:0x435,_0x32c5f8:0x4ab,_0x28bc3f:0x433,_0x86aa86:0x3ea,_0x1aac65:0x2d3,_0x73c711:0x578,_0x362afe:0x581,_0x90321:0x513,_0x29df0a:0x415,_0xa5151a:0x47a,_0x399f49:0x1f8,_0x3d5b43:0x1f0,_0x59dd46:0x168,_0x3cb11c:0x29c,_0x3d58fa:0x261,_0x4353eb:0x1ed,_0x256dfa:0x46a,_0x3c5179:0x230,_0x582369:0x261,_0x51c199:0x29e,_0x968547:0x292,_0x401de5:0x476,_0x12e736:0x4dd,_0x1ac8b7:0x243,_0x13d56d:0x1b0,_0x5d2adb:0x245,_0x567243:0x236,_0x4b15f2:0x24d,_0x3547d7:0x1de,_0x113c5b:0x246,_0x225e86:0x3d2,_0x3e4e55:0x4bb,_0x3c2003:0x520,_0x30cd4a:0x265,_0x3a4f72:0x22a,_0x241fcc:0x553,_0x5b838b:0x4a2,_0x2e3e88:0x49d,_0x26288d:0x447,_0x87fd38:0x227,_0x4aa6af:0x1fa,_0x2d26ba:0x18d,_0xf0c257:0x2f5,_0x3998e9:0x46b,_0x2e6e64:0x42e,_0x1332ea:0x275,_0x4e1a71:0x28d,_0x58b021:0x479,_0xa7feb4:0x4d0,_0x52465f:0x403,_0x29279d:0x483,_0x530ea0:0x48b,_0x1e5114:0x477,_0x8f3c3d:0x477,_0x33b638:0x27d,_0x51c820:0x309,_0x1271ad:0x1f7,_0x5d6857:0x270,_0x3ba493:0x1e0,_0x220581:0x179,_0x3ad94b:0x1f3,_0x171322:0x4ce,_0x5c255a:0x21e,_0x4a4fd9:0x260,_0x2c0eeb:0x292,_0x528f31:0x200,_0x6a37cf:0x269,_0x1a3384:0x29c,_0x177053:0x4e5,_0x34596d:0x49f,_0x424900:0x40a,_0x343ffb:0x439,_0x319c0f:0x25a,_0x586f3c:0x2db,_0x1dff2c:0x45b,_0x3f5b55:0x38b,_0x2c275c:0x415,_0x202bfc:0x50b,_0xadb610:0x485,_0x1de6ae:0x4d9,_0x1f3105:0x1ee,_0x411e9f:0x17d,_0x5e9a29:0x1f8,_0x2c66a6:0x1aa,_0x25c4e9:0x510,_0x11e1f3:0x512,_0x782a06:0x2c5,_0x1568eb:0x43f,_0x3e36a9:0x450,_0x1f7ee2:0x274,_0x3e81f9:0x254,_0x4aa0dc:0x1f5,_0x2b7177:0x280,_0x45e58d:0x1ca,_0x552608:0x1b6,_0x5887ea:0x21e,_0x3c3abd:0x266,_0x25b399:0x4e7,_0x9ef9a8:0x415,_0xaf169a:0x471,_0x4c4646:0x40e,_0x5dce3f:0x241,_0x146c1f:0x288,_0x3c15a9:0x4fc,_0x4f755c:0x463,_0x4507a9:0x4ca,_0x1819aa:0x491,_0x490c1f:0x4e4,_0x31ab7b:0x4d1,_0xd99a1c:0x4e2,_0x526512:0x2a0,_0x2c4c04:0x24e,_0x3e7966:0x31c,_0x4d1940:0x1d2,_0x506ef8:0x4ae,_0x5b2a32:0x27f,_0x569ae0:0x535,_0x329409:0x40d,_0x32a9fd:0x50d,_0x579648:0x25e},_0x181d92={_0x48fa07:0x176,_0x596f50:0xda},_0x5a2eb0={_0x2c49ed:0x151,_0xabe074:0x1ab},_0x2cf04a={};_0x2cf04a[_0x1c4400(0x48b,_0x22410e._0x26b0b6,0x513,_0x22410e._0x571840)]=_0xa90389(-_0x22410e._0x3e7207,-_0x22410e._0xdad675,-_0x22410e._0x483e42,-0x1e8)+_0x1c4400(0x4b9,0x4ec,_0x22410e._0x5c8cc8,_0x22410e._0x44ff01)+'r',_0x2cf04a[_0xa90389(-0x27c,-_0x22410e._0x5d8e96,-0x23f,-0x248)]=_0x1c4400(_0x22410e._0x3a9424,0x404,0x452,0x41a)+'write\x20temp'+_0xa90389(-0x2ed,-0x267,-0x21e,-_0x22410e._0x1fe976),_0x2cf04a[_0x1c4400(_0x22410e._0x152bb9,0x404,_0x22410e._0x30584e,_0x22410e._0x5dc1a2)]=_0x1c4400(0x469,_0x22410e._0x599cc0,_0x22410e._0x54888c,_0x22410e._0x5d0bdd)+_0x1c4400(_0x22410e._0x5f4738,_0x22410e._0x52c234,_0x22410e._0x40e305,_0x22410e._0x14cb01)+_0xa90389(-_0x22410e._0x131c85,-0x28a,-0x297,-0x301)+'ctions\x20per'+_0x1c4400(0x3b2,_0x22410e._0x14a398,_0x22410e._0x34c0d9,_0x22410e._0x1f75d5),_0x2cf04a['rcTpj']='Forbidden',_0x2cf04a[_0x1c4400(0x479,0x4cc,_0x22410e._0x475457,0x473)]=_0xa90389(-0x1e6,-_0x22410e._0x1eb242,-_0x22410e._0x1c29b3,-0x13c)+_0x1c4400(0x495,0x47a,_0x22410e._0x41a20f,_0x22410e._0x470827)+_0x1c4400(_0x22410e._0x1d592f,_0x22410e._0x1baf00,_0x22410e._0x24d05b,0x4f6)+'to\x20update\x20'+_0xa90389(-_0x22410e._0x5e382c,-0x1f8,-_0x22410e._0x3191ce,-0x1d2)+_0x1c4400(0x3ed,_0x22410e._0x116622,0x458,0x48f)+_0xa90389(-0x1f8,-0x242,-_0x22410e._0x5952c2,-0x26d),_0x2cf04a[_0xa90389(-0x2bf,-_0x22410e._0x3e724e,-_0x22410e._0x433c8b,-0x292)]=_0xa90389(-0x186,-0x20d,-_0x22410e._0x33a453,-0x288),_0x2cf04a[_0xa90389(-0x231,-0x266,-0x24f,-0x2c1)]=_0x1c4400(_0x22410e._0x4331dc,_0x22410e._0x482427,_0x22410e._0x30ffd1,0x509)+_0xa90389(-_0x22410e._0xdfade7,-_0x22410e._0x3d5f68,-_0x22410e._0x26a6a5,-0x171)+'e',_0x2cf04a['txxGV']=function(_0x45fb9d,_0x359d14){return _0x45fb9d===_0x359d14;},_0x2cf04a[_0x1c4400(_0x22410e._0x240780,0x4d3,0x450,_0x22410e._0x4ec23b)]=_0xa90389(-_0x22410e._0x112013,-_0x22410e._0x34a326,-_0x22410e._0x45761e,-0x2ab)+'ing\x20templa'+'te',_0x2cf04a['cQzLc']=function(_0x417f89,_0x249cfc){return _0x417f89!==_0x249cfc;},_0x2cf04a[_0xa90389(-0x2d8,-0x26e,-_0x22410e._0x8367c4,-_0x22410e._0x28bba7)]=_0x1c4400(0x496,0x575,_0x22410e._0x2f6b20,0x4a2)+_0x1c4400(_0x22410e._0x39621e,0x428,_0x22410e._0x79cd35,0x44f),_0x2cf04a['FWdgM']=_0xa90389(-0x1de,-0x1ed,-0x242,-_0x22410e._0x225462),_0x2cf04a[_0x1c4400(_0x22410e._0x5321bd,_0x22410e._0x5034b2,_0x22410e._0x55c7c8,0x3c9)]=function(_0x2a3a78,_0x482650){return _0x2a3a78!==_0x482650;},_0x2cf04a[_0xa90389(-_0x22410e._0x310965,-0x232,-_0x22410e._0xdad675,-0x28d)]=function(_0x3e42ee,_0x197b82){return _0x3e42ee===_0x197b82;};function _0x1c4400(_0x5ad0a5,_0x7db81d,_0x1380c3,_0x285f42){return _0x30e75d(_0x5ad0a5,_0x1380c3-_0x5a2eb0._0x2c49ed,_0x1380c3-0x120,_0x285f42-_0x5a2eb0._0xabe074);}_0x2cf04a[_0x1c4400(_0x22410e._0x1cb077,0x43f,_0x22410e._0x212653,_0x22410e._0x45cc42)]=_0x1c4400(_0x22410e._0x4ebd86,0x487,0x496,0x4c0),_0x2cf04a['nsCsu']=_0x1c4400(_0x22410e._0x4e3aed,0x43d,_0x22410e._0x618703,0x49c)+_0x1c4400(0x472,0x4b1,0x4fb,0x564)+_0xa90389(-0x2b2,-_0x22410e._0x1fc37a,-0x28e,-_0x22410e._0x44ac87);const _0x2787bc=_0x2cf04a;function _0xa90389(_0x293016,_0x20b46a,_0x9a93bc,_0x138342){return _0x149b5a(_0x293016-_0x181d92._0x48fa07,_0x20b46a-0x14a,_0x138342,_0x20b46a- -_0x181d92._0x596f50);}const {callingTask:_0x12e1b7,taskUser:_0x425aa0,environmentName:_0x2c0941,environmentPath:_0x7583bf}=_0x21af60,{name:_0x3296c2}=_0x21af60[_0x1c4400(0x45e,0x3e6,0x414,_0x22410e._0x32be01)],{content:_0xb2418,metadata:_0x193366}=_0x21af60[_0xa90389(-_0x22410e._0x1405da,-_0x22410e._0x29069f,-0x241,-_0x22410e._0x44864b)];if(_0x3296c2[_0x1c4400(_0x22410e._0x3aea6d,_0x22410e._0x4f981d,0x522,_0x22410e._0xaa5c2)]('/')||_0x3296c2['includes']('\x5c')||_0x3296c2[_0x1c4400(0x567,_0x22410e._0x54fb10,0x522,_0x22410e._0x5d16a0)]('..')){if(_0xa90389(-_0x22410e._0xb7707b,-_0x22410e._0x44ac87,-_0x22410e._0x448a2d,-_0x22410e._0x7fdc9d)!==_0x2787bc[_0xa90389(-0x2b7,-_0x22410e._0x25ebf3,-_0x22410e._0x39ca2b,-_0x22410e._0x3d8571)]){const _0x2dc396={};_0x2dc396[_0xa90389(-_0x22410e._0x7b7865,-0x1e6,-0x17d,-0x21c)]=_0x4f9d6f['taskId'],_0x2dc396['environmen'+'t']=_0x16b692,_0x2dc396[_0xa90389(-0x1a4,-_0x22410e._0x5e382c,-_0x22410e._0x1e2aa2,-_0x22410e._0x4ca458)]=_0x125943,_0x2dc396['error']=_0x554509[_0x1c4400(_0x22410e._0x1a1d8d,_0x22410e._0x32c1fa,_0x22410e._0x39c915,_0x22410e._0x3db2d5)],_0x5c1592[_0xa90389(-_0x22410e._0x39bbce,-0x25a,-_0x22410e._0x34ea49,-0x2b7)](_0xa90389(-0x280,-_0x22410e._0x5c55e3,-0x255,-_0x22410e._0xa5894e)+_0x1c4400(_0x22410e._0x373298,_0x22410e._0x32c5f8,_0x22410e._0x28bc3f,_0x22410e._0x86aa86)+_0xa90389(-0x299,-0x267,-0x23c,-_0x22410e._0x1aac65),_0x2dc396);const _0x233132={};_0x233132['error']=_0x2787bc[_0x1c4400(_0x22410e._0x73c711,_0x22410e._0x362afe,_0x22410e._0x90321,0x4c7)],_0x233132[_0x1c4400(0x3a3,0x3fe,_0x22410e._0x29df0a,_0x22410e._0xa5151a)]=_0x2787bc[_0xa90389(-_0x22410e._0x399f49,-_0x22410e._0x3d5b43,-0x1e1,-_0x22410e._0x59dd46)],_0x534189['status'](-0xc3a*0x3+0x13*0x56+0x2040)[_0xa90389(-_0x22410e._0x3cb11c,-_0x22410e._0x3d58fa,-_0x22410e._0x4353eb,-0x209)](_0x233132);}else{const _0x588012={};return _0x588012['error']=_0x1c4400(0x4f3,0x437,0x4c2,0x507)+'t',_0x588012[_0x1c4400(_0x22410e._0x256dfa,0x3cf,0x415,0x45f)]=_0x2787bc['uIDnj'],_0x3a4d08[_0xa90389(-0x1e4,-_0x22410e._0x3c5179,-0x271,-0x2af)](-0x4eb*0x6+0x1f75+-0x63)[_0xa90389(-0x2d2,-_0x22410e._0x582369,-0x2db,-0x234)](_0x588012);}}if(_0x2787bc[_0xa90389(-_0x22410e._0x51c199,-_0x22410e._0x968547,-0x236,-0x312)](_0xb2418,undefined)){const _0x170596={};return _0x170596[_0x1c4400(0x4b4,_0x22410e._0x401de5,0x45b,_0x22410e._0x12e736)]=_0xa90389(-_0x22410e._0x1ac8b7,-0x1f3,-0x1d3,-0x27d)+'t',_0x170596[_0xa90389(-0x30e,-0x2a0,-0x2c5,-0x296)]=_0xa90389(-0x1ad,-0x1bb,-_0x22410e._0x13d56d,-0x153)+_0xa90389(-0x1e1,-0x1b0,-0x133,-0x133)+_0xa90389(-0x21c,-_0x22410e._0x5d2adb,-_0x22410e._0x567243,-_0x22410e._0x4b15f2),_0x3a4d08[_0xa90389(-0x25d,-_0x22410e._0x3c5179,-_0x22410e._0x3547d7,-_0x22410e._0x113c5b)](0x2*-0x12df+0x20e*0x4+0x1f16)[_0x1c4400(0x4bb,_0x22410e._0x225e86,0x454,_0x22410e._0x3e4e55)](_0x170596);}logger[_0x1c4400(_0x22410e._0x3c2003,_0x22410e._0x470827,0x4cb,0x46b)](_0x2787bc[_0xa90389(-0x284,-_0x22410e._0x30cd4a,-0x213,-_0x22410e._0x3a4f72)],{'taskId':_0x12e1b7[_0x1c4400(0x487,_0x22410e._0x241fcc,0x4cf,_0x22410e._0x5b838b)],'environment':_0x2c0941,'template':_0x3296c2,'userId':_0x425aa0['id'],'hasMetadata':_0x2787bc['cQzLc'](_0x193366,undefined)});const _0x530d78=_0x99b972[_0x1c4400(0x50b,0x5ae,0x528,_0x22410e._0x5f4738)](_0x7583bf,_0x2787bc[_0x1c4400(0x41b,_0x22410e._0x2e3e88,_0x22410e._0x26288d,0x404)]),_0x4da5ef=_0x99b972['join'](_0x530d78,_0x3296c2+_0xa90389(-0x1c8,-_0x22410e._0x87fd38,-0x1f0,-0x29a)),_0x5cfd3e=_0x99b972[_0xa90389(-_0x22410e._0x4aa6af,-_0x22410e._0x2d26ba,-0x136,-0x1e9)](_0x530d78,_0x3296c2+'.json'),_0x37dac7=new Date()[_0xa90389(-0x2ec,-0x297,-0x317,-_0x22410e._0xf0c257)+'g']();try{const _0x2f0508={};_0x2f0508[_0x1c4400(_0x22410e._0x3998e9,0x3c2,_0x22410e._0x2e6e64,0x3bc)]=!![],await _0x255693['mkdir'](_0x530d78,_0x2f0508),await _0x255693[_0xa90389(-_0x22410e._0x1332ea,-_0x22410e._0x4e1a71,-0x2e4,-0x29f)](_0x4da5ef,_0xb2418,_0x2787bc[_0x1c4400(_0x22410e._0x58b021,0x4ec,_0x22410e._0xa7feb4,0x4e2)]);if(_0x2787bc['cQufd'](_0x193366,undefined)&&_0x193366!==null){if(_0x2787bc[_0x1c4400(0x4db,_0x22410e._0x52465f,_0x22410e._0x29279d,0x403)](_0x2787bc[_0x1c4400(_0x22410e._0x530ea0,0x480,_0x22410e._0x1e5114,0x4b8)],_0x2787bc[_0x1c4400(0x4a3,0x4dc,_0x22410e._0x8f3c3d,0x40b)]))await _0x255693[_0xa90389(-0x2fe,-0x28d,-_0x22410e._0x33b638,-_0x22410e._0x51c820)](_0x5cfd3e,JSON[_0xa90389(-_0x22410e._0x1271ad,-_0x22410e._0x5d6857,-0x22b,-0x250)](_0x193366,null,0x13a3*-0x1+0x46e*-0x2+0x1c81),_0xa90389(-0x232,-_0x22410e._0x4353eb,-_0x22410e._0x3ba493,-0x198));else{const _0xa8c2b2={};_0xa8c2b2[_0xa90389(-_0x22410e._0x220581,-0x1e6,-_0x22410e._0x3ad94b,-0x1fc)]=_0x9744f8[_0x1c4400(0x4c6,0x50b,0x4b2,0x485)+'k'][_0x1c4400(0x549,_0x22410e._0x171322,0x4cf,0x4fc)],_0xa8c2b2[_0xa90389(-_0x22410e._0x5c255a,-_0x22410e._0x4a4fd9,-_0x22410e._0x2c0eeb,-0x257)]=_0x2f44c0[_0xa90389(-_0x22410e._0x528f31,-0x19d,-0x1f5,-0x14c)]['id'],_0xa8c2b2[_0xa90389(-0x266,-_0x22410e._0x6a37cf,-0x255,-_0x22410e._0x1a3384)]=_0x40cbe9[_0x1c4400(0x4e7,_0x22410e._0x177053,0x518,_0x22410e._0x34596d)]['username'],_0x3e262b['warn'](_0x2787bc[_0x1c4400(0x442,_0x22410e._0x424900,_0x22410e._0x30584e,_0x22410e._0x343ffb)],_0xa8c2b2);const _0x43ab55={};return _0x43ab55[_0xa90389(-0x28d,-_0x22410e._0x319c0f,-_0x22410e._0x586f3c,-0x2a8)]=_0x2787bc[_0x1c4400(0x483,0x4e2,0x4d7,_0x22410e._0x1dff2c)],_0x43ab55[_0x1c4400(_0x22410e._0x3f5b55,0x462,0x415,_0x22410e._0x2c275c)]=_0x2787bc['ZkqcR'],_0x149aa0[_0x1c4400(0x4e7,_0x22410e._0x202bfc,_0x22410e._0xadb610,0x4e7)](0x3*0x9e9+0x1164+-0x2d8c)[_0x1c4400(0x465,0x452,0x454,_0x22410e._0x1de6ae)](_0x43ab55);}}const _0x3c9422={};_0x3c9422[_0xa90389(-0x183,-0x1e6,-_0x22410e._0x1f3105,-_0x22410e._0x411e9f)]=_0x12e1b7[_0xa90389(-0x249,-0x1e6,-0x174,-0x1cd)],_0x3c9422[_0xa90389(-0x272,-_0x22410e._0x5e9a29,-0x1de,-_0x22410e._0x2c66a6)+'t']=_0x2c0941,_0x3c9422[_0x1c4400(0x579,0x4d4,_0x22410e._0x25c4e9,_0x22410e._0x11e1f3)]=_0x3296c2,_0x3c9422[_0xa90389(-0x1f1,-0x260,-0x266,-_0x22410e._0x782a06)]=_0x425aa0['id'],logger[_0x1c4400(0x544,0x499,0x4cb,0x481)](_0x2787bc['nsCsu'],_0x3c9422);const _0x4edb60={};_0x4edb60[_0x1c4400(_0x22410e._0x1568eb,_0x22410e._0x3e36a9,0x42d,0x3a5)]=!![],_0x4edb60['name']=_0x3296c2,_0x4edb60[_0xa90389(-_0x22410e._0x1f7ee2,-_0x22410e._0x399f49,-_0x22410e._0x3e81f9,-_0x22410e._0x4aa0dc)+'t']=_0x2c0941,_0x4edb60[_0xa90389(-_0x22410e._0x2b7177,-0x217,-_0x22410e._0x45e58d,-0x296)]=_0x37dac7,_0x4edb60[_0xa90389(-_0x22410e._0x552608,-_0x22410e._0x5887ea,-0x258,-_0x22410e._0x3c3abd)+_0x1c4400(_0x22410e._0x25b399,_0x22410e._0x9ef9a8,_0x22410e._0xaf169a,_0x22410e._0x4c4646)]=_0x12e1b7['taskId'],_0x4edb60['updatedByU'+_0xa90389(-0x254,-_0x22410e._0x5dce3f,-_0x22410e._0x146c1f,-0x2a1)]=_0x425aa0['id'],_0x3a4d08[_0x1c4400(0x49d,0x40d,0x454,0x4b7)](_0x4edb60);}catch(_0x181618){const _0x1a3588={};_0x1a3588[_0x1c4400(_0x22410e._0x3c15a9,_0x22410e._0x4f755c,0x4cf,_0x22410e._0x4507a9)]=_0x12e1b7[_0x1c4400(_0x22410e._0x1819aa,_0x22410e._0x3e36a9,0x4cf,_0x22410e._0x490c1f)],_0x1a3588[_0x1c4400(_0x22410e._0x31ab7b,0x4ce,0x4bd,_0x22410e._0xd99a1c)+'t']=_0x2c0941,_0x1a3588['template']=_0x3296c2,_0x1a3588['error']=_0x181618[_0xa90389(-0x236,-_0x22410e._0x526512,-_0x22410e._0x2c4c04,-_0x22410e._0x3e7966)],logger['error'](_0x2787bc[_0xa90389(-0x1f8,-0x1f0,-_0x22410e._0x4d1940,-0x186)],_0x1a3588);const _0x1fe5b5={};_0x1fe5b5[_0x1c4400(0x4dd,_0x22410e._0x506ef8,0x45b,0x45d)]=_0x2787bc['JtnZo'],_0x1fe5b5[_0xa90389(-0x228,-0x2a0,-0x2af,-_0x22410e._0x5b2a32)]=_0x2787bc[_0x1c4400(_0x22410e._0x569ae0,_0x22410e._0x41a20f,0x4c5,_0x22410e._0x4507a9)],_0x3a4d08[_0x1c4400(_0x22410e._0x329409,_0x22410e._0x32a9fd,0x485,_0x22410e._0x54888c)](-0x2544+0xdb4+0x1984)[_0xa90389(-0x28c,-_0x22410e._0x3d58fa,-0x26d,-_0x22410e._0x579648)](_0x1fe5b5);}}),router['delete']('/templates'+_0x149b5a(-0x121,-0x133,-0x192,-0x193),requireTaskAuth,requireTemplatesPermission,async(_0x20d223,_0x302e42)=>{const _0x2cdc6b={_0x61ab23:0x16c,_0x3c8635:0x107,_0x1e4b63:0x2d5,_0x46aca7:0x2ef,_0x2a74fd:0x2f7,_0x5a612d:0x40,_0x4decaa:0x281,_0x592a0a:0x288,_0x31bf31:0x1ca,_0x37c20a:0x209,_0xaaa302:0x1c2,_0x12ebe9:0x2d2,_0x42dd78:0x219,_0x1574f8:0x176,_0x403b55:0xfe,_0x1c6ce3:0xde,_0x21f38c:0x252,_0x896074:0x291,_0xe97a38:0x248,_0x5e5b56:0x21f,_0x40f78a:0x1b6,_0x2af168:0x238,_0x527c5c:0x1e0,_0x1be1f5:0x253,_0x62ca01:0x24b,_0x27e82b:0xe3,_0x2de4e3:0x14c,_0x4071ea:0x1f0,_0x1523d1:0x139,_0x290716:0x125,_0x308848:0x19f,_0xc7e5f:0x20e,_0x14cea4:0x285,_0x2b15b3:0x298,_0x105296:0x2c7,_0x1e4957:0x2a9,_0x172fb7:0x26c,_0x3be97e:0x237,_0x47cd5b:0x1f1,_0x4fc1c7:0x1aa,_0x17be40:0x1d1,_0x248778:0x24b,_0xea7116:0x1f5,_0x3eaa05:0x2a7,_0x5e132d:0x25b,_0x1f9d7f:0x23f,_0x18ef01:0x2a6,_0x32fe15:0x279,_0x70d725:0x24d,_0x598c43:0x1b8,_0x5e6f2d:0x242,_0x2c6b7c:0x20e,_0xe3f6f1:0x139,_0x1ab474:0x11f,_0x4169e0:0x1e7,_0x42e60a:0x2e6,_0x2a94a6:0x29f,_0x3e1b7a:0x2b9,_0x35afd0:0x2f7,_0x13c6a3:0x28a,_0x10f8c5:0x235,_0x5555ab:0xfa,_0x3c2b7f:0x94,_0x2e4136:0x178,_0x5debfc:0x107,_0x1d498f:0x1f2,_0x1ec161:0x10f,_0x40abaa:0x169,_0x25f950:0x69,_0x5f512f:0x204,_0x4aafb2:0x27f,_0x28e552:0x29a,_0x1e09be:0x2c8,_0x67aa7e:0x2c0,_0x3e9f69:0x17e,_0x5db1d6:0x149,_0x301074:0x15a,_0x249530:0x1c6,_0x2ce8aa:0x2d8,_0x9247e4:0x21e,_0x39204b:0x276,_0x43b86c:0x2d7,_0x530515:0x2d8,_0x1128b5:0x2ec,_0x1e5fdc:0x320,_0x51bc31:0x1e4,_0x551ec6:0x1c1,_0x44e6a0:0x198,_0x56fa9b:0x21c,_0x2eb582:0x244,_0x593ff1:0x29a,_0x2e563f:0x1b9,_0x417cb6:0x18b,_0x445dad:0x1de,_0x2f8c24:0x217,_0x4316b2:0x1ad,_0x1fd95d:0x1c5,_0x39056c:0x1bc,_0x16c888:0x1c8,_0x301bb5:0x23d,_0x49a50b:0x2b5,_0x40897b:0x202,_0x3391d0:0x262,_0x3249df:0x204,_0x6bb4de:0x22a,_0x213763:0x27b,_0x50bd4c:0x156,_0x39665e:0x11d,_0x375dd2:0x18f,_0x5b4ecf:0x2f0,_0x3659fe:0x253,_0x3e0022:0x135,_0x2c4652:0x135,_0x1d6b8c:0x2ce,_0x402121:0xd9,_0x3c33a2:0x11e,_0x5d010d:0x137,_0x46be39:0x28a,_0x2d687e:0x2ce,_0x24d328:0x2be,_0x441558:0x1c3,_0x4e453a:0x241,_0x4be8d5:0x272,_0x2a41dd:0x1ec,_0x45b367:0x156,_0x15f91b:0x273,_0x4b49ff:0x2e2,_0x5c87dc:0x26d,_0x46e9cb:0x23b,_0x50adac:0x243,_0x1754f0:0x67,_0x2aee50:0x3c,_0xf458c4:0x3d,_0x296245:0x2a9,_0x1d115f:0xb7,_0x2916d8:0x3c,_0x2fb3d8:0x25c,_0x5dcaa4:0x207,_0x1fb790:0x116,_0x465c38:0x138,_0x31dd7a:0x10d,_0x23eb66:0x21d,_0x3808f8:0x196,_0x3d9ba3:0x162,_0x5df5df:0x1ad,_0x205374:0x121,_0x3bc483:0x15b,_0x516362:0x184,_0x1cc859:0x23c,_0x268abd:0x2ab,_0x5c1986:0x268,_0x1df7aa:0x236,_0xe4f0cf:0x16c,_0x2db4c0:0x1d5,_0x3d772a:0x1d2,_0x379d34:0x1c5,_0x37426f:0x184,_0x3c9367:0x234,_0x2a28ba:0x259,_0x151d9d:0x17f,_0x40fb6b:0x187,_0x343ce3:0x233,_0x1187ae:0x1f1,_0x3ef47b:0x28e,_0x383bad:0x25d,_0x27591e:0x24d,_0x4ac510:0x110,_0x313e69:0x27f,_0x23b157:0x285,_0x15777c:0xc3,_0x453cec:0x1be,_0x113ae5:0x1fe,_0x4d0b11:0x17c,_0x5ea405:0x1b8,_0x11d015:0x133,_0x240923:0x134,_0x43f39e:0x15e,_0x4fccb8:0x15b,_0x502483:0x220,_0x5c2993:0x197,_0x564de8:0x2a2,_0x52a5a8:0x1b4,_0x4afdb5:0x204,_0x2bda10:0x275,_0x116169:0x31d,_0x2d7b91:0x2c9,_0x5cfbdc:0x2b7,_0x2365c6:0x2e3,_0x1ee12b:0x12f,_0x44ea39:0x1f9,_0x2eda54:0x2ea,_0x15456f:0x204,_0x14f3c3:0x27f,_0x420dba:0xda,_0x2ee18c:0x142,_0x4c0d29:0xed,_0x101ddd:0x14e,_0x81ffe9:0x1ce,_0x20a5ba:0xba,_0x43931d:0x36,_0x920ada:0x10f,_0x53b956:0x20b,_0x5886a1:0xe4,_0x15ef13:0x9e,_0x27f6b4:0x174,_0x5d2d5e:0x13b,_0xb6ec0b:0x17a,_0x36d92f:0x204,_0x50e396:0x241},_0x43b070={_0x1f2227:0x8},_0x22c08a={};_0x22c08a[_0x326eb8(-_0x2cdc6b._0x61ab23,-0x152,-0xff,-_0x2cdc6b._0x3c8635)]=_0x39e7ff(0x2b8,_0x2cdc6b._0x1e4b63,_0x2cdc6b._0x46aca7,_0x2cdc6b._0x2a74fd),_0x22c08a[_0x326eb8(-0xba,-_0x2cdc6b._0x5a612d,-0x5a,-0x9c)]=_0x39e7ff(0x202,_0x2cdc6b._0x4decaa,_0x2cdc6b._0x592a0a,_0x2cdc6b._0x31bf31)+_0x39e7ff(_0x2cdc6b._0x37c20a,0x1fb,_0x2cdc6b._0xaaa302,0x220)+_0x39e7ff(0x255,_0x2cdc6b._0x12ebe9,0x2c5,0x21f),_0x22c08a['tiTNS']=function(_0xd7386e,_0x148254){return _0xd7386e===_0x148254;},_0x22c08a[_0x39e7ff(0x1ec,_0x2cdc6b._0x42dd78,_0x2cdc6b._0x1574f8,0x187)]='ENOENT',_0x22c08a[_0x326eb8(-0xd5,-0xff,-_0x2cdc6b._0x403b55,-_0x2cdc6b._0x1c6ce3)]=_0x39e7ff(0x272,_0x2cdc6b._0x21f38c,0x2ee,0x2b3)+'t',_0x22c08a[_0x39e7ff(_0x2cdc6b._0x896074,0x2c5,_0x2cdc6b._0xe97a38,0x21c)]=_0x39e7ff(_0x2cdc6b._0x5e5b56,_0x2cdc6b._0x40f78a,0x1cd,_0x2cdc6b._0x2af168)+'ing\x20templa'+'te',_0x22c08a[_0x39e7ff(_0x2cdc6b._0x527c5c,0x20c,_0x2cdc6b._0x1be1f5,_0x2cdc6b._0x62ca01)]=_0x326eb8(-_0x2cdc6b._0x27e82b,-_0x2cdc6b._0x2de4e3,-0xd9,-0x5b)+_0x39e7ff(0x255,0x1f0,_0x2cdc6b._0x4071ea,0x2b2),_0x22c08a[_0x326eb8(-0x167,-_0x2cdc6b._0x1523d1,-0x10e,-_0x2cdc6b._0x290716)]=_0x326eb8(-_0x2cdc6b._0x308848,-_0x2cdc6b._0xc7e5f,-0x1e9,-0x1d7),_0x22c08a[_0x39e7ff(_0x2cdc6b._0x14cea4,_0x2cdc6b._0x2b15b3,0x21a,_0x2cdc6b._0x105296)]=function(_0x16f422,_0x37a3f9){return _0x16f422===_0x37a3f9;},_0x22c08a[_0x39e7ff(0x2cc,_0x2cdc6b._0x1e4957,0x265,_0x2cdc6b._0x172fb7)]='Template\x20d'+_0x39e7ff(_0x2cdc6b._0x3be97e,_0x2cdc6b._0x37c20a,_0x2cdc6b._0x896074,_0x2cdc6b._0x47cd5b)+_0x326eb8(-_0x2cdc6b._0x4fc1c7,-0x180,-0x132,-0x1c8),_0x22c08a['ETrNp']=function(_0x9bf508,_0x218630){return _0x9bf508!==_0x218630;};function _0x39e7ff(_0x324782,_0x1c5b51,_0x10b7f3,_0x3bcebd){return _0x149b5a(_0x324782-0x98,_0x1c5b51-0x1ad,_0x1c5b51,_0x324782-0x38b);}_0x22c08a[_0x39e7ff(0x244,_0x2cdc6b._0x17be40,_0x2cdc6b._0x248778,_0x2cdc6b._0xea7116)]=_0x39e7ff(_0x2cdc6b._0x3eaa05,0x2ef,_0x2cdc6b._0x5e132d,_0x2cdc6b._0x1f9d7f),_0x22c08a[_0x39e7ff(0x2a5,_0x2cdc6b._0x18ef01,0x2ed,_0x2cdc6b._0x32fe15)]=_0x39e7ff(_0x2cdc6b._0x70d725,0x260,0x294,0x258),_0x22c08a[_0x326eb8(-_0x2cdc6b._0x598c43,-_0x2cdc6b._0x5e6f2d,-_0x2cdc6b._0x2c6b7c,-_0x2cdc6b._0xe3f6f1)]=_0x326eb8(-0x181,-_0x2cdc6b._0x1ab474,-0x136,-0x139)+_0x39e7ff(0x20c,0x295,0x232,0x190)+_0x326eb8(-0x169,-0x1ee,-0xf3,-_0x2cdc6b._0x4169e0),_0x22c08a[_0x39e7ff(0x281,_0x2cdc6b._0x42e60a,0x224,0x294)]=_0x39e7ff(_0x2cdc6b._0x2a94a6,_0x2cdc6b._0x3e1b7a,0x304,_0x2cdc6b._0x35afd0)+_0x39e7ff(_0x2cdc6b._0x13c6a3,0x2f5,0x212,_0x2cdc6b._0x10f8c5)+'r';const _0x2c27e0=_0x22c08a,{callingTask:_0x115f9b,taskUser:_0x4d536f,environmentName:_0x4eafba,environmentPath:_0x36b144}=_0x20d223,{name:_0x574a27}=_0x20d223[_0x39e7ff(0x1c4,0x14f,0x1c7,0x1c7)];function _0x326eb8(_0x3ada8f,_0x138179,_0x36f199,_0x57d33c){return _0x149b5a(_0x3ada8f-0x1bf,_0x138179-0x93,_0x138179,_0x3ada8f-_0x43b070._0x1f2227);}if(_0x574a27['includes']('/')||_0x574a27[_0x326eb8(-0xb1,-_0x2cdc6b._0x5555ab,-0x3d,-0x133)]('\x5c')||_0x574a27[_0x326eb8(-0xb1,-0x5f,-0xfe,-_0x2cdc6b._0x3c2b7f)]('..')){const _0x1be2ad={};return _0x1be2ad[_0x326eb8(-_0x2cdc6b._0x2e4136,-0x202,-0x1ab,-_0x2cdc6b._0x5debfc)]=_0x2c27e0['axUSR'],_0x1be2ad[_0x326eb8(-0x1be,-_0x2cdc6b._0x1d498f,-0x203,-0x1a5)]=_0x326eb8(-_0x2cdc6b._0x1ec161,-0x111,-0x157,-_0x2cdc6b._0x40abaa)+_0x326eb8(-0xc6,-0xf8,-0x7d,-_0x2cdc6b._0x25f950)+'e',_0x302e42['status'](0x2*0x446+-0xd54+-0x1c*-0x3a)[_0x39e7ff(_0x2cdc6b._0x5f512f,0x241,0x21d,_0x2cdc6b._0x42dd78)](_0x1be2ad);}const _0x1219ab={};_0x1219ab['taskId']=_0x115f9b[_0x39e7ff(_0x2cdc6b._0x4aafb2,0x215,_0x2cdc6b._0x28e552,0x283)],_0x1219ab[_0x39e7ff(0x26d,0x1f7,0x20d,_0x2cdc6b._0x1e09be)+'t']=_0x4eafba,_0x1219ab[_0x39e7ff(_0x2cdc6b._0x67aa7e,0x309,0x33a,0x30f)]=_0x574a27,_0x1219ab[_0x326eb8(-_0x2cdc6b._0x3e9f69,-_0x2cdc6b._0x5db1d6,-_0x2cdc6b._0x301074,-_0x2cdc6b._0x249530)]=_0x4d536f['id'],logger[_0x326eb8(-0x108,-0x165,-0xd3,-0x188)](_0x2c27e0['UXgzC'],_0x1219ab);const _0x138845=_0x99b972[_0x39e7ff(_0x2cdc6b._0x2ce8aa,0x2d6,0x2ea,0x28b)](_0x36b144,_0x2c27e0[_0x326eb8(-0x1a3,-_0x2cdc6b._0x9247e4,-0x1a6,-0x220)]),_0xc90a61=_0x99b972[_0x39e7ff(_0x2cdc6b._0x2ce8aa,_0x2cdc6b._0x39204b,_0x2cdc6b._0x43b86c,0x2bb)](_0x138845,_0x574a27+_0x39e7ff(0x23e,0x25d,0x200,0x263)),_0x334ed0=_0x99b972[_0x39e7ff(_0x2cdc6b._0x530515,_0x2cdc6b._0x1128b5,_0x2cdc6b._0x1e5fdc,0x32f)](_0x138845,_0x574a27+'.json');try{if(_0x39e7ff(_0x2cdc6b._0x51bc31,_0x2cdc6b._0x551ec6,0x15b,_0x2cdc6b._0x44e6a0)!==_0x2c27e0[_0x39e7ff(_0x2cdc6b._0x56fa9b,_0x2cdc6b._0x2eb582,_0x2cdc6b._0x593ff1,_0x2cdc6b._0x2e563f)]){const _0xc2c5a8={};_0xc2c5a8[_0x39e7ff(0x20b,_0x2cdc6b._0x417cb6,_0x2cdc6b._0x445dad,0x24f)]=_0x2c27e0[_0x39e7ff(_0x2cdc6b._0x2f8c24,0x28a,_0x2cdc6b._0x4316b2,0x1cf)],_0xc2c5a8[_0x39e7ff(_0x2cdc6b._0x1fd95d,_0x2cdc6b._0x39056c,0x147,_0x2cdc6b._0x16c888)]='Template\x20\x27'+_0x37e3a2+(_0x39e7ff(0x234,_0x2cdc6b._0x301bb5,_0x2cdc6b._0x49a50b,0x2a1)+'d'),_0x3bea97[_0x39e7ff(_0x2cdc6b._0x10f8c5,0x1dd,_0x2cdc6b._0x40897b,_0x2cdc6b._0x3391d0)](0x1*0x6ad+-0x463*-0x8+-0x2831)[_0x39e7ff(_0x2cdc6b._0x3249df,_0x2cdc6b._0x6bb4de,0x21f,_0x2cdc6b._0x213763)](_0xc2c5a8);}else{await _0x255693[_0x326eb8(-0x148,-_0x2cdc6b._0x50bd4c,-_0x2cdc6b._0x39665e,-0x120)](_0xc90a61),await _0x255693[_0x326eb8(-_0x2cdc6b._0x375dd2,-0x1cd,-0x12a,-0x125)](_0xc90a61);try{if(_0x2c27e0[_0x39e7ff(_0x2cdc6b._0x14cea4,_0x2cdc6b._0x5b4ecf,0x20a,0x1fe)]('JuHAu',_0x39e7ff(0x1f9,0x1b4,0x1bb,_0x2cdc6b._0x3659fe))){const _0xa21fe7={};_0xa21fe7[_0x326eb8(-0x104,-_0x2cdc6b._0x3e0022,-0x146,-_0x2cdc6b._0x2c4652)]=_0x455141[_0x39e7ff(_0x2cdc6b._0x4aafb2,0x2d2,_0x2cdc6b._0x1d6b8c,0x2ac)],_0xa21fe7['environmen'+'t']=_0x1ef0f7,_0xa21fe7['error']=_0x244b8d['message'],_0x1bf685['error'](_0x2c27e0[_0x326eb8(-0xba,-_0x2cdc6b._0x402121,-_0x2cdc6b._0x3c33a2,-_0x2cdc6b._0x5d010d)],_0xa21fe7);const _0x21942e={};_0x21942e[_0x326eb8(-_0x2cdc6b._0x2e4136,-0x19d,-0x173,-0x1fe)]='Internal\x20S'+_0x39e7ff(_0x2cdc6b._0x46be39,_0x2cdc6b._0x2d687e,0x28b,_0x2cdc6b._0x24d328)+'r',_0x21942e[_0x326eb8(-0x1be,-_0x2cdc6b._0x441558,-0x16f,-0x22b)]=_0x39e7ff(0x202,0x1dd,_0x2cdc6b._0x4e453a,_0x2cdc6b._0x4be8d5)+'list\x20templ'+_0x326eb8(-0x12e,-0x160,-0xc0,-0x14a),_0x2562fd['status'](0x206e+-0x26bb+0x841)['json'](_0x21942e);}else await _0x255693[_0x326eb8(-0x18f,-_0x2cdc6b._0x2a41dd,-0x150,-_0x2cdc6b._0x45b367)](_0x334ed0);}catch{}const _0x563f74={};_0x563f74[_0x39e7ff(0x27f,_0x2cdc6b._0x15f91b,0x21e,_0x2cdc6b._0x4b49ff)]=_0x115f9b['taskId'],_0x563f74[_0x39e7ff(_0x2cdc6b._0x5c87dc,_0x2cdc6b._0x46e9cb,_0x2cdc6b._0x50adac,0x254)+'t']=_0x4eafba,_0x563f74[_0x326eb8(-0xc3,-_0x2cdc6b._0x1754f0,-_0x2cdc6b._0x2aee50,-_0x2cdc6b._0xf458c4)]=_0x574a27,_0x563f74[_0x326eb8(-0x17e,-0x1f6,-0x1ee,-0x201)]=_0x4d536f['id'],logger[_0x39e7ff(0x27b,_0x2cdc6b._0x296245,_0x2cdc6b._0x4be8d5,0x2c8)](_0x2c27e0[_0x326eb8(-_0x2cdc6b._0x1d115f,-0xbc,-0x6a,-_0x2cdc6b._0x2916d8)],_0x563f74);const _0x254c29={};_0x254c29['success']=!![],_0x254c29[_0x39e7ff(_0x2cdc6b._0x2fb3d8,_0x2cdc6b._0x5dcaa4,0x273,_0x2cdc6b._0x301bb5)]=_0x574a27,_0x254c29[_0x326eb8(-_0x2cdc6b._0x1fb790,-_0x2cdc6b._0x465c38,-0x17f,-_0x2cdc6b._0x31dd7a)+'t']=_0x4eafba,_0x254c29[_0x39e7ff(_0x2cdc6b._0x23eb66,0x246,0x22a,_0x2cdc6b._0x3808f8)+_0x326eb8(-_0x2cdc6b._0x3d9ba3,-_0x2cdc6b._0x5df5df,-_0x2cdc6b._0x205374,-0x1af)]=_0x115f9b[_0x39e7ff(0x27f,0x261,0x23e,0x275)],_0x254c29[_0x326eb8(-0x151,-0x1d4,-_0x2cdc6b._0x3bc483,-0x164)+'serId']=_0x4d536f['id'],_0x302e42[_0x326eb8(-0x17f,-_0x2cdc6b._0x516362,-0x1da,-0x12d)](_0x254c29);}}catch(_0x405b13){if(_0x2c27e0['tiTNS'](_0x405b13[_0x39e7ff(0x2b7,_0x2cdc6b._0x1cc859,_0x2cdc6b._0x268abd,_0x2cdc6b._0x5c1986)],_0x2c27e0[_0x326eb8(-0x197,-0x1f6,-0x20e,-0x194)])){const _0x22fc1f={};_0x22fc1f[_0x39e7ff(0x20b,_0x2cdc6b._0x5df5df,_0x2cdc6b._0x1df7aa,0x1a6)]=_0x2c27e0[_0x326eb8(-_0x2cdc6b._0xe4f0cf,-_0x2cdc6b._0x2db4c0,-0x136,-_0x2cdc6b._0x3d772a)],_0x22fc1f[_0x39e7ff(_0x2cdc6b._0x379d34,_0x2cdc6b._0x45b367,0x150,_0x2cdc6b._0x37426f)]=_0x326eb8(-0x191,-0x126,-0x19c,-0x10c)+_0x574a27+(_0x39e7ff(_0x2cdc6b._0x3c9367,0x1b1,_0x2cdc6b._0x2a28ba,0x1c2)+'d'),_0x302e42['status'](-0x1e9d+0x17a3*-0x1+0x4*0xdf5)[_0x326eb8(-_0x2cdc6b._0x151d9d,-0x1d8,-_0x2cdc6b._0x40fb6b,-0x1a5)](_0x22fc1f);}else{if(_0x2c27e0[_0x326eb8(-0x1ac,-_0x2cdc6b._0x343ce3,-_0x2cdc6b._0x1187ae,-_0x2cdc6b._0xe3f6f1)](_0x2c27e0[_0x39e7ff(0x244,_0x2cdc6b._0x3ef47b,_0x2cdc6b._0x383bad,_0x2cdc6b._0x27591e)],_0x2c27e0[_0x326eb8(-0xde,-0x120,-_0x2cdc6b._0x4ac510,-0x7d)])){const _0xd15287={};_0xd15287[_0x39e7ff(_0x2cdc6b._0x313e69,0x2b1,0x2c2,_0x2cdc6b._0x23b157)]=_0x115f9b['taskId'],_0xd15287[_0x326eb8(-_0x2cdc6b._0x1fb790,-0x8b,-0xa3,-0xd3)+'t']=_0x4eafba,_0xd15287[_0x326eb8(-_0x2cdc6b._0x15777c,-0x5f,-0x13f,-0xf9)]=_0x574a27,_0xd15287['error']=_0x405b13[_0x326eb8(-_0x2cdc6b._0x453cec,-0x14e,-_0x2cdc6b._0x113ae5,-_0x2cdc6b._0x4d0b11)],logger['error'](_0x2c27e0[_0x326eb8(-_0x2cdc6b._0x5ea405,-_0x2cdc6b._0x11d015,-_0x2cdc6b._0x42dd78,-_0x2cdc6b._0x240923)],_0xd15287);const _0x443748={};_0x443748[_0x326eb8(-0x178,-0x16a,-_0x2cdc6b._0x43f39e,-_0x2cdc6b._0x4fccb8)]=_0x2c27e0['Ejoti'],_0x443748[_0x326eb8(-0x1be,-_0x2cdc6b._0x502483,-_0x2cdc6b._0x9247e4,-_0x2cdc6b._0x5c2993)]=_0x2c27e0[_0x39e7ff(0x1cb,0x188,0x1d2,0x211)],_0x302e42[_0x39e7ff(_0x2cdc6b._0x10f8c5,_0x2cdc6b._0x564de8,0x23e,_0x2cdc6b._0x52a5a8)](0xd*-0x14a+0x1f6*0x8+0x9*0x56)[_0x39e7ff(_0x2cdc6b._0x4afdb5,0x1d1,0x1a3,_0x2cdc6b._0x2bda10)](_0x443748);}else{if(_0x2c27e0[_0x39e7ff(0x2bf,_0x2cdc6b._0x116169,0x27f,_0x2cdc6b._0x2d7b91)](_0x38ff34[_0x39e7ff(_0x2cdc6b._0x5cfbdc,0x2f1,0x2ca,_0x2cdc6b._0x2365c6)],_0x2c27e0[_0x326eb8(-0x197,-0x1ac,-_0x2cdc6b._0x1ee12b,-0x19b)])){const _0x5e67ef={};_0x5e67ef[_0x39e7ff(0x1c3,0x23d,0x20a,_0x2cdc6b._0x44ea39)]=[],_0x5e67ef[_0x39e7ff(_0x2cdc6b._0x5c87dc,0x282,_0x2cdc6b._0x2eda54,0x2ea)+'t']=_0x1beb50,_0x3c267c[_0x39e7ff(_0x2cdc6b._0x15456f,0x17f,0x1b5,0x1eb)](_0x5e67ef);}else{const _0x29c73d={};_0x29c73d[_0x39e7ff(_0x2cdc6b._0x313e69,0x240,0x255,0x204)]=_0x4d2b4a[_0x39e7ff(_0x2cdc6b._0x14f3c3,0x267,0x2f2,0x2d1)],_0x29c73d[_0x326eb8(-_0x2cdc6b._0x1fb790,-_0x2cdc6b._0x420dba,-_0x2cdc6b._0x2ee18c,-_0x2cdc6b._0x4c0d29)+'t']=_0x2bdad1,_0x29c73d[_0x326eb8(-0x178,-0xfd,-_0x2cdc6b._0x101ddd,-0x1cf)]=_0xd5720d['message'],_0x889d58[_0x39e7ff(0x20b,0x19c,0x1a9,_0x2cdc6b._0x81ffe9)](_0x2c27e0[_0x326eb8(-_0x2cdc6b._0x20a5ba,-_0x2cdc6b._0x43931d,-_0x2cdc6b._0x920ada,-0x113)],_0x29c73d);const _0x5ca7b6={};_0x5ca7b6[_0x39e7ff(_0x2cdc6b._0x53b956,0x287,0x1c3,0x262)]=_0x326eb8(-_0x2cdc6b._0x5886a1,-0xd2,-0x170,-_0x2cdc6b._0x15ef13)+'erver\x20Erro'+'r',_0x5ca7b6[_0x39e7ff(0x1c5,_0x2cdc6b._0x27f6b4,_0x2cdc6b._0x5d2d5e,0x1eb)]=_0x2c27e0['cdDdZ'],_0x18ae26[_0x326eb8(-0x14e,-0x164,-0xcd,-_0x2cdc6b._0xb6ec0b)](-0x2675+0x49f+0x23ca)[_0x39e7ff(_0x2cdc6b._0x36d92f,0x1ff,_0x2cdc6b._0x50e396,0x239)](_0x5ca7b6);}}}}});export default router;function _0x2f30(){const _0x54a02c=['rM9YyMLKzgvU','BMfTzq','y29UDgvUDeXLBG','B2Hkqvi','CMvHzcbbr0vova','B3qGAw5PDgLHBa','nK13DNbtAq','y2fSBgLUz1rHCW','A2TfyLO','C1rpzfi','CgfYC2u','rhz5Eu0','mJGWmZGXnM9AzwjsvG','vgfZAYbOyxmGBG','nJiXndK2mLHksvbiDW','CuXuDw4','y3HQsKK','rM9WAKm','zw52AxjVBM1LBG','uxfAy0K','BwTKAxi','shPXuNa','v3PIDKC','qMfKifjLCxvLCW','ig1PC3nPBMCGwa','sw52ywXPzcb0zq','uKzJEK8','veTytue','y3jLyxrLzej5','DxrMltG','sw52ywXPzcb0yq','t1nks1K','Aw5MBW','rhDLvLC','sgHsv1a','mZqYmtCZmtbyz2HnENO','DgfZA0LK','rLDKz00','rwPVDgK','mJHwtfvTt2q','reDQtLG','rwfvzKi','wvjzB1C','Chv0','CMnuCgO','CMvHzgrPCG','uvr4CLO','zxj2zxiGrxjYBW','uMn2BMS','DhLPr3G','CMvHzcbPBNn0CG','D2fYBG','D3rqAwO','ywXS','vvHNEKm','Dwn0Aw9UCYbMAq','ANbOweS','BYbLBNzPCM9UBq','DgfZA3m','B2ryru4','BfzqwLO','zw50','D1DWzfe','l3rLBxbSyxrLCW','DvjeugW','rg9xt0e','D3jPDguGquDftG','zhnNDum','sw50zxjUywWGuW','DgfZAY10zw1WBa','q3LxwLO','tLL6r24','vxnLCIbSywnRCW','DenVBMzPzW','vK5QD0m','rwHvCva','r0jewK4','uKTnwfy','CMvHzcb0zw1WBa','q29UDgvUDcbMAq','CgrHDgvKigj5ia','zMTZA2i','BM90igHHDMuGCa','yxHvu1i','uY5Tza','Cgf0Aa','C2v0DxbqyxrO','B09czfG','Dcb0zw1WBgf0zq','lMPZB24','zwXKigLZihjLCq','BNqGCMvXDwvZDa','y29Kzq','tM90iezVDw5K','CNvJDgLVBNm','BKXYAha','CeDzsgy','CMvWBgfJzq','BxbSyxrLig5HBq','vgfZAYb1C2vYia','DgLutLm','DgvTCgXHDgu','BNqGCM91DguGBG','AvnQrw4','sNrUwM8','yK5MyMy','wxHHB2W','zgvZy3jPChrPBW','zgPJsui','DgfZA1vZzxi','y2rezfO','BNrZoNrLBxbSyq','vxnLCIbKB2vZia','wNrNrNC','u05jzeK','z3rO','lvrHC2STswqGAa','oxb2ywTyuW','vgfZAYbMzxrJAa','Aw5JBhvKzxm','t2jYwLe','qKDhDvu','zunHr3e','uhHTuuS','yMfItee','AM9PBG','s05TANK','DgvTCgXHDgvZ','CgfYyw1Z','BwvZC2fNzq','y1f1zMq','B2nPzuq','BwLZC2LVBG','z2v0','DgvZihbLCM1PCW','vg5xA00','rw52AxjVBM1LBG','odC1mJC0nfDkvNvREG','Dg9ju09tDhjPBG','t2nLqwi','Dhm6DgvTCgXHDa','EKDmBxC','y3rPB25ZihbLCG','DhH4r1y','u2vYDMLJzsbUBW','BeTUELC','EMvK','rvrYtNa','D3jPDgvgAwXL','DgfZAW','z2zguMK','BNrZoMLUC3rYDq','Aw5NihrLBxbSyq','C3vJy2vZCW','CMvJDxjZAxzL','zwqGzw52AxjVBG','wwXpsuK','wLrrDvG','wKDPueS','D3jPDguGDgvTCa','D0XsBM8','Aw5NigvUDMLYBW','qMPWzvO','t1zer0S','seLgDKu','yKLpA2q','vMDzzwi','DcbTyw5Hz2vTzq','Eg11rMu','u1roAuy','CMvHzezPBgu','D3nAzei','zeH2uMO','AxPLza','vgvTCgXHDguGjW','Ec10yxnRlwLK','Dw5SAw5R','C3rYAw5NAwz5','BMCGzw52AxjVBG','r3zIq1y','lZPUyw1L','qLvlC1K','yLrKCxK','ywrLCG','DxnLCM5HBwu','Dg8GDxbKyxrLia','Bgf0zq','DuLeBMO','wu1dC2G','zMnbu2q','rMfPBgvKihrVia','EgDfD2W','ANnVBG','DxnLCKLK','wwTrC1G','DKj3z1q','DcbPBNn0CNvJDa','BgLZDcb0zw1WBa','AgvHzgvYCW','zxjYB3i','zgvSzxrLihrLBq','v2vZu2y','B25Z','l2LUC3rYDwn0Aq','yxrL','mta3mJyXmeLIzNPtyG','DcbUB3qGzM91BG','ANLVC2C','wMTXy1i','vgvTCgXHDguGDq','zxHPC3rZ','tgjfsgu','yxryEgi','AxjjCNa','CgXHDgu','u3Dzvg4','t25dDNK','zgvSzxrLzej5va','vw5HDxrOB3jPEG','vgfZAYbKzwXLDa','DwLYzwq','yxnRswq','sxfKt2W','Aw9UCW','C2vYswq','ru5pru5u','zur2s3u','t2nfBve','DfbHDgG','D3jPDguGAw5ZDa','qLDMAwS','D29HyNu','vgfZAYb1CgrHDa','ig5VDcbMB3vUza','BgPUANG','DMfKAxq','DMfMCNK','y29KzxjdB25MAq','zgvSzxrLzej5vq','rejlDu4','jYbUB3qGzM91BG','C3rHDhvZ','C2LVBG','zwXLDgvKigj5ia','twLZC2LUzYbylq','y29UDgvUDa','tgnoDwS','ywnJzxnZ','Dhm6Aw5ZDhj1yW','rw10qve','lM1K','vgfZAY1jzcbOzq','ze14BLC','B3DUihrHC2SGsq','igvUDMLYB25Tzq','mZq3mtC3y1PPA09p','DgrYDgy','BM1LBNqGAw5ZDa','A2HpBvm','DxbKyxrLzej5va','De5HBwu','mtG0ntm5A1LkCNjz','BgvUz3rO','zxjTAxnZAw9Uia','rgP6t04','sfvAsfa','DxbKyxrLzef0','DcbPBML0AwfSAq','DgHprgq','zhfpyNG','CLrgtxG','quDftLrtlM1K','BM90igzVDw5K','yxrLCW','yM9KEq','zwfKzxi','rwr5Axa','AuDouK4','DvDWufO'];_0x2f30=function(){return _0x54a02c;};return _0x2f30();}
|
|
1
|
+
function _0x149043(_0x320ceb,_0xb336fc,_0x3f3682,_0x412de9){const _0x4df7e8={_0x4db604:0x87};return _0xe986(_0x320ceb-_0x4df7e8._0x4db604,_0xb336fc);}(function(_0x39bb1c,_0x2be900){const _0x46ea92={_0x76700a:0x1c5,_0x4bd689:0x11,_0x453080:0xce,_0x571fa9:0x527,_0x557f3b:0xe6,_0x196aa6:0x59,_0x15d8b9:0x508,_0x2eaff9:0x5a8,_0x5543c7:0x56e,_0x1ebfa6:0x37,_0x25cbf0:0x62,_0x53d6c2:0x23,_0x554f18:0x16,_0x2828b1:0x5e2,_0x367b8b:0x5a4,_0x340758:0xa5,_0x245712:0x48,_0x498190:0x4f3,_0x4a5c41:0x5a6,_0xfca4a2:0x158,_0x3546da:0x103,_0x1f4059:0x136,_0x5b3fde:0xe5,_0x4a9f56:0x53c,_0x3fdd3f:0x5b1},_0x2b8903={_0x5dc46d:0x20b},_0x2824ca={_0x531c27:0x3da};function _0x1201fe(_0x16de2b,_0x2c39fb,_0x4f6a09,_0x6c2264){return _0xe986(_0x4f6a09-_0x2824ca._0x531c27,_0x16de2b);}const _0x4e9f03=_0x39bb1c();function _0x5e63aa(_0x16cc97,_0x45795c,_0x532080,_0x45eefc){return _0xe986(_0x45795c- -_0x2b8903._0x5dc46d,_0x45eefc);}while(!![]){try{const _0x105ee7=-parseInt(_0x5e63aa(-0x168,-0x13e,-0xe8,-_0x46ea92._0x76700a))/(0xcf0+-0x4*0x971+0x18d5*0x1)*(-parseInt(_0x5e63aa(-0x70,-0x95,-_0x46ea92._0x4bd689,-_0x46ea92._0x453080))/(0x1c45+-0x2de+-0x1*0x1965))+parseInt(_0x1201fe(0x59f,_0x46ea92._0x571fa9,0x54b,0x4ee))/(0x2c9*-0x5+0xbda+0x1*0x216)+parseInt(_0x5e63aa(-0x11e,-_0x46ea92._0x557f3b,-0xc5,-_0x46ea92._0x196aa6))/(-0x4*-0x63a+-0x23f3+-0x1*-0xb0f)*(parseInt(_0x1201fe(_0x46ea92._0x15d8b9,_0x46ea92._0x2eaff9,_0x46ea92._0x5543c7,0x5a4))/(-0x725+0x1983+-0x1259))+parseInt(_0x5e63aa(-_0x46ea92._0x1ebfa6,-_0x46ea92._0x25cbf0,_0x46ea92._0x53d6c2,_0x46ea92._0x554f18))/(0x1231*0x2+-0x1*-0x1583+-0x39df)+-parseInt(_0x1201fe(0x616,_0x46ea92._0x2828b1,_0x46ea92._0x367b8b,0x61a))/(0x26a6+0x3b*0x56+-0x3a71)+parseInt(_0x5e63aa(-_0x46ea92._0x340758,-0xd3,-0x10b,-_0x46ea92._0x245712))/(0x3e*0x1b+-0x2214+0x1b92)*(-parseInt(_0x1201fe(_0x46ea92._0x498190,0x561,0x575,_0x46ea92._0x4a5c41))/(0x2015+-0x1*-0x17f2+0x2*-0x1bff))+parseInt(_0x5e63aa(-_0x46ea92._0xfca4a2,-_0x46ea92._0x3546da,-_0x46ea92._0x1f4059,-_0x46ea92._0x5b3fde))/(0x32*-0x6a+0xca4+-0x3d*-0x22)*(-parseInt(_0x1201fe(0x56a,_0x46ea92._0x4a9f56,_0x46ea92._0x3fdd3f,0x52e))/(-0x1d04+-0x27*0xb7+-0x8*-0x71e));if(_0x105ee7===_0x2be900)break;else _0x4e9f03['push'](_0x4e9f03['shift']());}catch(_0x43b1c1){_0x4e9f03['push'](_0x4e9f03['shift']());}}}(_0xc5ce,-0x159614+0x4474d*0x2+0x19f84a));import _0x52783d from'express';function _0xc5ce(){const _0x32919b=['DgfZA1vZzxi','Dw5SAw5R','uMTzy1K','Aw5JBhvKzxm','Aw9UCW','Chj3zuO','D3jPDguGDgvTCa','mJG4nZzSvvnAC0C','DuHvu1q','sKvPu1m','B3DUihrHC2SGsq','DxrMltG','sw52ywXPzcb0zq','zgvSzxrLihrLBq','DvD5qMu','CM5xzuK','vgvTCgXHDguGDq','r1Pjv3u','Aw5NihrLBxbSyq','CfLAAg0','tM90iezVDw5K','BwfW','yuzwrfq','CgXHDgu','BxbSyxrLig5HBq','vgfZAYbSAxn0Aq','nty5nda4oeDouw5syq','wKrfB2K','BMXvzuu','ENrcC0i','ufrkrvq','yxrLCW','D3jPDguGAw5ZDa','zwXLDgvKigj5ia','zw50','vhfWAMS','u3bur0S','zwqGzw52AxjVBG','vMvXs2C','C3rHDhvZ','Eu9MwNK','v1jNy0C','zhHkwLi','teTAvvm','DgLVBNm','qM12reK','tMPLsgC','u1PjtvK','D3jPDgvgAwXL','v0LNC3a','BKrOCwu','uKrwzK8','q1jVAeS','r05iD3K','BNrZoMLUC3rYDq','uhzKBve','AgjgyK4','Dg9ju09tDhjPBG','DfbHDgG','D2fYBG','BMfTzq','wKDXuhG','ru5pru5u','Euj3t2q','quDftLrtlM1K','EMvK','Dwn0Aw9UCYbMAq','qMfKifjLCxvLCW','CMvHzezPBgu','tMf3suu','DgvTCgXHDgu','ywXS','C3bSAxq','ig5VDcbMB3vUza','DcbPBML0AwfSAq','rMvoBgO','qNbwz0K','zwfKzxi','BKzruuu','z3rO','vwnzrhe','Aw5NigvUDMLYBW','y29UDgvUDeXLBG','mZu2nJC2ovHgz05JrW','B25Z','DgfZA0LK','AgfRDuK','DKjbshG','ognRsvjpqG','BM90igHHDMuGCa','BYbLBNzPCM9UBq','C3rYAw5NAwz5','CMvJDxjZAxzL','zfrhBu4','DgvZihbLCM1PCW','AwXL','vgfZAYbOyxmGBG','zxjYB3i','BMCGzw52AxjVBG','rvnlzLa','vgfZAY1jzcbOzq','uM91DgvY','AxPLza','vgvTCgXHDguGza','y3jLyxrLzej5','CMvHzcb0zw1WBa','uKH0AwC','zw5KC1DPDgG','z1HRBLO','ywrLCG','DxbKyxrLzej5vq','sxvNuLi','Aw5MBW','BgvUz3rO','sLPRAwi','Bgf0zq','C2LVBG','yM9KEq','nZmWuvrku2PZ','s1rhu2e','r0Xpzuu','EKPNEMy','q29UDgvUDcbMAq','t3zmrwu','qufUvhu','ourxzxnTyq','ENbytgK','ANnVBG','BwTKAxi','yxnRswq','y29UDgvUDa','zKjyCwW','Dhm6DgvTCgXHDa','y2fSBgLUz1rHCW','CNvJDgLVBNm','BM1LBNqGAw5ZDa','CMvHzcbPBNn0CG','Burtvhy','t3nhvM0','mZq5ntm0ohnPALDrzG','vw5HDxrOB3jPEG','wgTOBNu','Bw1UEKe','CgfYyw1Z','yw1Tquu','vM1Ky1C','y1b3rLu','wwTTAha','CK9LDMC','DcbUB3qGzM91BG','zwqGyNKGDgfZAW','vgfZAYbMzxrJAa','zgvSzxrLzej5va','lM1K','B2zVAgi','Cgf0Aa','AxrmD2K','D1Hmqxy','t3zMAeW','BKrxr3a','DwLYvuy','BNqGCMvXDwvZDa','zw52AxjVBM1LBG','AefwvxO','DxbKyxrLzef0','lvrHC2STswqGAa','Dujtrw8','twLZC2LUzYbylq','DwLYzwq','AhL3A3u','C2SGsuq','qKLSveq','mtq1mti5nKv1vLfnuG','igvUDMLYB25Tzq','uKXyrM8','vgvTCgXHDguGjW','BwvZC2fNzq','zMLSDgvY','zwXKigLZihjLCq','rLnmrNi','C3vJy2vZCW','zxj2zxiGrxjYBW','De5HBwu','qNv6s0u','zgvSzxrLzej5vq','odKXodyZnw1fqu5Usa','DcbPBNn0CNvJDa','Chv0','quvwrwW','ig1PC3nPBMCGwa','y2reA0i','DenVBMzPzW','DgfZA3m','zxHPC3rZ','DxnLCM5HBwu','z0XUtg0','EuT1DfK','uY5Tza','C2DSEgO','A2ztqMC','D1jZv1C','AMHSqKq','jYbUB3qGzM91BG','l3rLBxbSyxrLCW','qNz4C04','qLnRyKW','BgLZDcb0zw1WBa','mtqWodiXD0zstvL5','CgfYC2u','sg9kC04','DxnLCKLK','thPfsM0','BfHXENe','DerkD1K','l2LUC3rYDwn0Aq','zxjTAxnZAw9Uia','sg9MwLe','vuvgDue','DgfZAY10zw1WBa','vgfZAYbKzwXLDa','v1zhA1a','q2f0wKe','rMfPBgvKihrVia','swL5D3m','D0r0DeS','CfjxwNO','y29Kzq','rhnLr1a','CMvWBgfJzq','BMH1uKC','BM90igzVDw5K','vgfZAYb1CgrHDa','sw52ywXPzcb0yq','tLjWwvi','Dg8GDxbKyxrLia','BKjHt28','yxrL','AxfHEMe','AM9PBG','tKfpB0q','qLPeq1m','DezVzfa','mNW0Fdf8mhWZ','EgX0vfq','DcbTyw5Hz2vTzq','wgDRsLC','EhzXzeS','AgvHzgvYCW','BNrZoNrLBxbSyq','ue9cC2i','vxnLCIbSywnRCW','s2j2CKG','BYbHC3nVy2LHDa','vgfZAYb1C2vYia','zfbxuhi','CMvHzcbbr0vova','s0ndCvm','shfKzeC','sw50zxjUywWGuW','tezuA3a','B3qGAw5PDgLHBa','DxbKyxrLzej5va','BuzUu20','rw52AxjVBM1LBG','BwvUDa','C2vYswq','mJbbuNjWz28','DgfZAW','DgvTCgXHDgvZ','q09Rz0y','EhPRqKy','vxnLCIbKB2vZia','rM9YyMLKzgvU','vvrPzfK','lZPUyw1L','BNqGCM91DguGBG','EK5QqvC','D3LVD28','uLLcsey','qvfSC0e','lMPZB24','s29KtKi','vKfIAMi','z2v0','CNz4uvy','B2zur2C','sg5gC3m','q2j1A2m'];_0xc5ce=function(){return _0x32919b;};return _0xc5ce();}import{promises as _0x1cd238}from'fs';function _0x433a0a(_0x4be83b,_0x7bb655,_0x1e47e7,_0x391d5f){return _0xe986(_0x391d5f- -0x2ea,_0x1e47e7);}import _0x567b0f from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';function _0xe986(_0x41a28e,_0x1634e0){_0x41a28e=_0x41a28e-(0x1b0e+0x270a+-0x415a);const _0x9b2d1=_0xc5ce();let _0x2aeb0b=_0x9b2d1[_0x41a28e];if(_0xe986['ZKbsjE']===undefined){var _0x4e6628=function(_0x355e5c){const _0xda4eb9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x7f3faf='',_0x30aa89='';for(let _0x11c207=-0x48*0x4d+0xd59*0x2+-0xd7*0x6,_0x2d375c,_0x13d4f6,_0x3877fc=0x1eda+-0xe8f+0x104b*-0x1;_0x13d4f6=_0x355e5c['charAt'](_0x3877fc++);~_0x13d4f6&&(_0x2d375c=_0x11c207%(-0x1c76+-0x2581*0x1+0x13*0x379)?_0x2d375c*(0x107*0x17+-0x1*-0x13+-0x1774)+_0x13d4f6:_0x13d4f6,_0x11c207++%(0x1a4+-0x152b+0x1*0x138b))?_0x7f3faf+=String['fromCharCode'](-0x12af+-0x22*-0x53+0x8a8&_0x2d375c>>(-(-0x21*-0x7f+-0x35f*-0xa+-0x3213)*_0x11c207&-0xa1e+-0x1e4*0x8+0x1944)):0x1fdc*0x1+-0x2267+0x1*0x28b){_0x13d4f6=_0xda4eb9['indexOf'](_0x13d4f6);}for(let _0x4d6c87=-0x16ef+0x3*-0x653+0xc*0x37e,_0x4ecfcc=_0x7f3faf['length'];_0x4d6c87<_0x4ecfcc;_0x4d6c87++){_0x30aa89+='%'+('00'+_0x7f3faf['charCodeAt'](_0x4d6c87)['toString'](0xeee+-0x1934+0xa56))['slice'](-(0x171*0xf+0x2533+-0x3ad0));}return decodeURIComponent(_0x30aa89);};_0xe986['pnzipW']=_0x4e6628,_0xe986['EIeknL']={},_0xe986['ZKbsjE']=!![];}const _0x4d21fa=_0x9b2d1[-0x1f01*0x1+0x3*-0x337+-0x1d9*-0x16],_0x213958=_0x41a28e+_0x4d21fa,_0x796d3a=_0xe986['EIeknL'][_0x213958];return!_0x796d3a?(_0x2aeb0b=_0xe986['pnzipW'](_0x2aeb0b),_0xe986['EIeknL'][_0x213958]=_0x2aeb0b):_0x2aeb0b=_0x796d3a,_0x2aeb0b;}const router=_0x52783d[_0x433a0a(-0x106,-0x18f,-0x1d1,-0x167)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0xe759c1){const _0x36e4d9={_0x2af04f:0x8f,_0xec5998:0x35},_0x2d11f9={_0x2867a8:0x10f};tasks=_0xe759c1[_0x4a076e(-_0x36e4d9._0x2af04f,-0x4,-0x8a,-_0x36e4d9._0xec5998)];function _0x4a076e(_0x469942,_0x5046c5,_0x270cad,_0x4abcf3){return _0x433a0a(_0x469942-0x25,_0x5046c5-_0x2d11f9._0x2867a8,_0x270cad,_0x469942-0x19d);}setupPath=_0xe759c1['setupPath'],coderConfig=_0xe759c1['coderConfi'+'g'];}export function updateCoderConfig(_0x10066e){coderConfig=_0x10066e;}async function requireTaskAuth(_0x419956,_0x5e4174,_0x4a5908){const _0x47ccbb={_0x10ee48:0x4bd,_0x35831f:0x411,_0x398da0:0x499,_0x3d3350:0x4a7,_0x5467d3:0x463,_0x42c27e:0x4e1,_0x10dac5:0x4e6,_0x925239:0x57a,_0x2f6dec:0x54e,_0xc6ca02:0xfd,_0x9ab3c9:0x156,_0x27e672:0x178,_0x3b5f45:0xd6,_0x230eac:0xf8,_0x186c8d:0x39,_0x23f014:0x9a,_0xf4bc4c:0x10c,_0x35385d:0x503,_0x1fcf3a:0x526,_0x5b1167:0x528,_0x4b83c6:0x57c,_0x2a2826:0x598,_0xb1d3b8:0x5b3,_0x9b4c75:0x580,_0x144101:0x529,_0x57563f:0x73,_0x839963:0x8f,_0x3923c6:0x2d,_0x4d236d:0x7b,_0x1a61b7:0x26,_0x4d9eac:0x3a,_0x28134a:0x2d,_0x283257:0x44,_0x1d364b:0x33,_0x296fdc:0x44d,_0x489215:0x4aa,_0x82fadf:0x459,_0x4e4e77:0x4d1,_0x50979d:0x4af,_0x39f53c:0xc1,_0x47ed31:0x8c,_0x2ce7dc:0xbc,_0x31df7b:0x153,_0x148235:0xc8,_0x31042b:0x5cc,_0x491ea9:0x565,_0x6e683a:0x433,_0x1e6991:0x4b7,_0x5ac987:0x4fe,_0xae3009:0x565,_0x5d5fb8:0xd2,_0x19a308:0x155,_0x8adad0:0x4a3,_0x4af452:0x4a0,_0x411082:0x5e,_0x83b883:0x20,_0x3ef153:0x80,_0x3f6c01:0x4c4,_0x46848d:0x50a,_0x45e053:0x548,_0x2abfef:0x4c4,_0x2dd69b:0x4db,_0x16e71d:0xe7,_0x4a2758:0xad,_0x42ff7f:0x146,_0x9d7c70:0x502,_0x1adccf:0xf4,_0x5510d1:0x529,_0xb3f83f:0x525,_0x47781e:0x481,_0x591414:0x62,_0x13041a:0x40,_0x1b23a6:0x10,_0x115153:0x52,_0x33afb0:0x17a,_0x426aba:0xa8,_0x91912d:0x5a,_0x51fcd4:0x119,_0x42c5e8:0xab,_0x4cb6be:0x5d,_0x5c0c74:0xb8,_0x3987a2:0x50,_0x53a6b2:0x87,_0x1a5d7f:0x2c,_0x2ff51e:0x13,_0xcc1f49:0x4ec,_0x526c6d:0x54c,_0x3e2106:0x553,_0x4e8751:0x53c,_0x9b68d1:0x545,_0x3f9941:0x4df,_0x3f5c58:0x51a,_0x5c129a:0x57f,_0x53ec29:0x513,_0x23dae8:0x4d0,_0x10c882:0x5bf,_0xc4e914:0x58b,_0x56ce4f:0x29,_0x1952ef:0x32,_0x17fa68:0x86,_0x5a88ac:0xd5,_0x57ee79:0x4ab,_0x33976c:0x4f1,_0x482a43:0x47a,_0x56ea01:0x4e3,_0x4ec050:0x482,_0x3e3041:0x473,_0x3d7ffa:0x457,_0xb23126:0x87,_0x205774:0x21,_0x43d7c9:0xa9,_0x57f612:0x14b,_0x468572:0x13a,_0x1e1458:0x4cd,_0x2d0789:0x4d8,_0x52cec3:0x5d3,_0x28944e:0x1f,_0x117a2d:0x9a,_0x480e7f:0x2a,_0x56f91d:0x48,_0x3076e0:0x28,_0x53c1f3:0x58f,_0x5886e7:0x534,_0x2c277b:0x55d,_0x2c98be:0x4b2,_0x42cb8a:0x417,_0x3cdb5b:0x473,_0x2b0050:0x8a,_0x197045:0x7b,_0x567164:0xa4,_0x22a0c7:0x172,_0x70d655:0x10f,_0x2797fa:0x31,_0x3d71c3:0x571,_0x3d1509:0x4a4,_0x550058:0xb6,_0x1533b9:0xd1,_0x328c26:0x4c6,_0x469266:0x538,_0x1ca0c0:0x533,_0xef90d4:0x509,_0x116aa4:0x5bf,_0x20f8f0:0x99,_0x378bb9:0xfb,_0x2b96cf:0x54,_0x3b5028:0x1e,_0x2414f2:0x130,_0x335480:0xaf,_0xcdb78d:0xda,_0x177bea:0x53,_0x4d00aa:0x91,_0x496025:0xd0,_0x22dfc1:0x35,_0x10f295:0x74,_0x33ce67:0x19,_0x4500aa:0x2f,_0x468001:0x509,_0x4b0216:0x86,_0xf1bcce:0x2,_0xa14985:0x1b,_0x25562d:0x4,_0x277b08:0xf,_0x440eab:0x570,_0xebfca9:0x4ff,_0x4bc829:0x457,_0x544fa6:0x48d,_0x2f94a3:0x492,_0x1bc8ff:0x6a,_0x1f155c:0x53c,_0x1315c2:0x58b,_0x1159f4:0xfd,_0x53c93a:0x4c3,_0x5d6721:0x502,_0x3eb17c:0x519,_0x49e1a7:0x4e8,_0xad1dd7:0x53c,_0x495028:0x58d,_0x4a82ec:0x57d,_0x245260:0x615,_0x165f88:0x58a,_0x149bd6:0x504,_0x2c7938:0x42c,_0x1ab2fa:0x504,_0x54f59b:0x2,_0x1b86e1:0x2e,_0x46f1d:0x57,_0x4ba24a:0x24,_0x287904:0x612,_0x39ed2b:0x594,_0x48e34b:0x609,_0x209174:0x3b,_0x3f9a19:0x84,_0x4f2a0d:0x40,_0x392beb:0x97,_0x2e7cfa:0x61,_0x255d79:0x87,_0x12cf15:0x5ad,_0x5760d8:0x21,_0x27696a:0x8f,_0x515fc9:0x64,_0x1789e0:0x535,_0x479f06:0x5fe,_0x29e09b:0x78,_0x560439:0x7b,_0x1a2a7e:0x55,_0x44a95b:0x89,_0xffb771:0x5f4,_0x1ac075:0xd9,_0xdd61e4:0x12,_0x325b21:0x478,_0x3ebd9d:0x479,_0x4d6293:0x14,_0xe9dca5:0x8,_0x116a68:0x530,_0x34b599:0x4cc,_0x773c38:0x53e,_0x2306e6:0x585,_0x105d0d:0x2f,_0x31dbc8:0x7b,_0x913440:0x52f,_0x5e77ba:0x563,_0x1727db:0x53c,_0x22ae30:0xe7,_0x2b85ab:0x2c,_0x5b70e:0x11,_0x2da84a:0x56,_0x5cb460:0x569,_0x24eda1:0x49e,_0x439908:0x5e4,_0x363621:0x4f6,_0x2ce14b:0x2e,_0x13c827:0x3a,_0x4d0c8a:0x6,_0x3d6b1c:0x44,_0x1bf1b1:0x22,_0x4bc307:0x3a,_0x3b6a90:0x42,_0x37f383:0x25,_0x21b6fb:0xf,_0x289003:0x15,_0x506cb8:0x51b,_0x28d81a:0x4cf,_0x1c466a:0xd3,_0x1cf5c2:0x18e,_0x5d0644:0x47a,_0x4312cf:0x427,_0x1532bd:0x90,_0x382608:0x102},_0x494c9e={_0x103cc2:0x17c,_0x1b4a3c:0x8e},_0x48d72a={_0xcca528:0x126,_0x37cbcb:0xe0},_0x5cabc4={'wyowo':_0xb8d208(0x528,0x443,_0x47ccbb._0x10ee48,0x4b1)+'erver\x20Erro'+'r','RkDQU':_0xb8d208(0x4b9,_0x47ccbb._0x35831f,_0x47ccbb._0x398da0,_0x47ccbb._0x3d3350)+_0xb8d208(0x56d,_0x47ccbb._0x5467d3,_0x47ccbb._0x42c27e,_0x47ccbb._0x10dac5)+_0xb8d208(0x5c7,_0x47ccbb._0x925239,_0x47ccbb._0x2f6dec,0x57e),'blpiX':_0x3afeb1(-0x49,-0xc8,-0x13c,-0x46),'DYFOX':'Failed\x20to\x20'+_0x3afeb1(-0x7e,-_0x47ccbb._0xc6ca02,-0xeb,-_0x47ccbb._0x9ab3c9)+_0x3afeb1(-_0x47ccbb._0x27e672,-0x137,-_0x47ccbb._0x3b5f45,-_0x47ccbb._0x230eac),'MbVVE':_0xb8d208(0x46a,0x4b7,_0x47ccbb._0x398da0,0x49d)+_0x3afeb1(-0x3f,-0x54,_0x47ccbb._0x186c8d,0x1e)+_0x3afeb1(-0x1b,-_0x47ccbb._0x23f014,-_0x47ccbb._0xf4bc4c,-0xfe)+'le','ammAE':'x-task-id','WIgsp':_0xb8d208(0x524,_0x47ccbb._0x35385d,0x4c2,0x4d6)+_0xb8d208(_0x47ccbb._0x1fcf3a,0x4bc,0x4af,0x503)+_0xb8d208(0x5e7,_0x47ccbb._0x5b1167,_0x47ccbb._0x4b83c6,0x534)+_0xb8d208(0x5db,0x5fc,_0x47ccbb._0x2a2826,_0x47ccbb._0xb1d3b8)+_0xb8d208(0x5ad,0x536,_0x47ccbb._0x9b4c75,_0x47ccbb._0x144101)+_0x3afeb1(-_0x47ccbb._0x57563f,-_0x47ccbb._0x839963,-_0x47ccbb._0x3923c6,-0xcd),'prweJ':_0x3afeb1(-_0x47ccbb._0x4d236d,-0x50,_0x47ccbb._0x1a61b7,-_0x47ccbb._0x4d9eac)+'ed','Xkhnu':'Missing\x20X-'+_0x3afeb1(-0x80,-0x78,-_0x47ccbb._0x28134a,-_0x47ccbb._0x283257)+_0x3afeb1(0xc,-0x6f,-_0x47ccbb._0x1d364b,-0xc2),'yBwOd':_0xb8d208(_0x47ccbb._0x296fdc,_0x47ccbb._0x489215,0x4c2,_0x47ccbb._0x82fadf)+_0xb8d208(_0x47ccbb._0x4e4e77,0x4d4,_0x47ccbb._0x50979d,0x52c)+_0x3afeb1(-0xf5,-0xe9,-_0x47ccbb._0x39f53c,-_0x47ccbb._0x47ed31)+_0x3afeb1(-_0x47ccbb._0x2ce7dc,-0xf8,-_0x47ccbb._0x31df7b,-0x16d)+'ized','ERQaZ':'Service\x20no'+'t\x20initiali'+'zed','aFVDT':function(_0x275468,_0x1e9374){return _0x275468!==_0x1e9374;},'uHUST':_0x3afeb1(-_0x47ccbb._0x148235,-0x39,-0x3c,0x47),'COkgF':_0xb8d208(_0x47ccbb._0x31042b,0x544,_0x47ccbb._0x491ea9,0x55d),'DseGP':_0xb8d208(_0x47ccbb._0x6e683a,0x53f,0x4c2,_0x47ccbb._0x1e6991)+'t\x20manageme'+_0xb8d208(0x5f6,_0x47ccbb._0x5ac987,0x57c,_0x47ccbb._0xae3009)+'\x20with\x20unkn'+_0x3afeb1(-0x11e,-_0x47ccbb._0x5d5fb8,-_0x47ccbb._0x19a308,-0x9a)+'D','uBSEo':_0xb8d208(0x4c4,0x4c3,_0x47ccbb._0x8adad0,_0x47ccbb._0x4af452)+_0x3afeb1(-_0x47ccbb._0x411082,-0x32,_0x47ccbb._0x83b883,-0x95),'dTGmN':_0x3afeb1(-_0x47ccbb._0x3ef153,-0x7c,-0x48,-0xeb)+_0xb8d208(0x5a2,_0x47ccbb._0x3f6c01,0x535,_0x47ccbb._0x46848d)+_0xb8d208(_0x47ccbb._0x45e053,_0x47ccbb._0x2abfef,0x4fd,_0x47ccbb._0x2dd69b),'BmvDI':_0x3afeb1(-0x12,-0x7c,-0x96,-_0x47ccbb._0x16e71d)+_0x3afeb1(-0x16b,-0x100,-_0x47ccbb._0x4a2758,-_0x47ccbb._0x42ff7f)+_0xb8d208(0x49a,_0x47ccbb._0x3d3350,0x500,_0x47ccbb._0x9d7c70)+_0x3afeb1(-0xcb,-_0x47ccbb._0x1adccf,-0x11a,-0xb8),'TLQTw':function(_0x1fb02f,_0x1deb8f){return _0x1fb02f(_0x1deb8f);},'hakuI':function(_0x3eaf44,_0x15c9f0){return _0x3eaf44===_0x15c9f0;},'hywku':_0xb8d208(0x50c,0x572,_0x47ccbb._0x5510d1,0x522),'JZkib':_0xb8d208(_0x47ccbb._0xb3f83f,_0x47ccbb._0x47781e,0x4b8,0x539)+_0xb8d208(0x4a0,0x505,0x4a1,0x4d0),'gXknZ':_0x3afeb1(-_0x47ccbb._0x591414,-_0x47ccbb._0x13041a,-0xa7,-0x5a),'HofZQ':_0x3afeb1(-0x58,-0x3a,-_0x47ccbb._0x1b23a6,_0x47ccbb._0x115153)+'ts','nDhqe':function(_0x85aa56){return _0x85aa56();}},_0x5866d6=_0x419956[_0x3afeb1(-0x116,-0x105,-_0x47ccbb._0x33afb0,-_0x47ccbb._0x426aba)][_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x91912d,-0x4c,0x7,0x13)]];function _0x3afeb1(_0x426f93,_0x2a5f8,_0x45ed47,_0x59f3b8){return _0x433a0a(_0x426f93-_0x48d72a._0xcca528,_0x2a5f8-_0x48d72a._0x37cbcb,_0x59f3b8,_0x2a5f8-0xf0);}if(!_0x5866d6){logger[_0x3afeb1(-_0x47ccbb._0x51fcd4,-0xa1,-0x24,-0x14)](_0x5cabc4[_0x3afeb1(-0x6a,-_0x47ccbb._0x42c5e8,-0x2b,-_0x47ccbb._0x4cb6be)]);const _0x36beac={};return _0x36beac['error']=_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x5c0c74,-0xd7,-_0x47ccbb._0x3987a2,-_0x47ccbb._0x53a6b2)],_0x36beac[_0x3afeb1(0x31,-_0x47ccbb._0x1a5d7f,-0x84,_0x47ccbb._0x2ff51e)]=_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x186c8d,-0x4f,-_0x47ccbb._0x186c8d,-0x5c)],_0x5e4174[_0xb8d208(0x545,_0x47ccbb._0xcc1f49,0x502,_0x47ccbb._0x526c6d)](0x263a+0x96b+0x170a*-0x2)['json'](_0x36beac);}if(!tasks){logger[_0xb8d208(0x54e,_0x47ccbb._0x3e2106,_0x47ccbb._0x4e8751,0x510)](_0x5cabc4[_0xb8d208(_0x47ccbb._0x9b68d1,_0x47ccbb._0x3f9941,_0x47ccbb._0x3f5c58,0x49f)]);const _0x43e099={};return _0x43e099[_0xb8d208(_0x47ccbb._0x5c129a,0x546,_0x47ccbb._0x4e8751,0x560)]=_0x5cabc4[_0xb8d208(_0x47ccbb._0x53ec29,0x541,_0x47ccbb._0x23dae8,0x535)],_0x43e099[_0xb8d208(_0x47ccbb._0x10c882,0x54e,_0x47ccbb._0xc4e914,0x531)]=_0x5cabc4['ERQaZ'],_0x5e4174[_0x3afeb1(-_0x47ccbb._0x56ce4f,-0xb5,-_0x47ccbb._0x4d9eac,-_0x47ccbb._0x1952ef)](0x8b7+0x1d15+0x23d8*-0x1)[_0x3afeb1(-0x2e,-0x5d,-_0x47ccbb._0x17fa68,-_0x47ccbb._0x5a88ac)](_0x43e099);}const _0x322913=tasks['get'](_0x5866d6);function _0xb8d208(_0x1f12a0,_0x4f00f0,_0x566ef8,_0x24f8ee){return _0x433a0a(_0x1f12a0-_0x494c9e._0x103cc2,_0x4f00f0-_0x494c9e._0x1b4a3c,_0x4f00f0,_0x566ef8-0x6a7);}if(!_0x322913){if(_0x5cabc4[_0xb8d208(0x4f4,_0x47ccbb._0x57ee79,_0x47ccbb._0x33976c,0x46c)](_0x5cabc4[_0xb8d208(_0x47ccbb._0x57ee79,_0x47ccbb._0x482a43,_0x47ccbb._0x56ea01,_0x47ccbb._0x4ec050)],_0x5cabc4[_0xb8d208(0x4e7,_0x47ccbb._0x3e3041,0x4c8,_0x47ccbb._0x3d7ffa)])){const _0x23e380={};_0x23e380[_0x3afeb1(-0x5c,-_0x47ccbb._0xb23126,-_0x47ccbb._0x205774,-0xe4)]=_0x5866d6,logger[_0x3afeb1(-_0x47ccbb._0x43d7c9,-0xa1,-0xeb,-0x77)](_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x57f612,-0x119,-0x15c,-_0x47ccbb._0x468572)],_0x23e380);const _0x49851a={};return _0x49851a[_0xb8d208(_0x47ccbb._0x1e1458,0x4bf,_0x47ccbb._0x4e8751,_0x47ccbb._0x2d0789)]=_0x5cabc4['prweJ'],_0x49851a[_0xb8d208(_0x47ccbb._0x52cec3,0x608,0x58b,0x612)]=_0x5cabc4[_0x3afeb1(0x44,-0x36,-_0x47ccbb._0x28944e,-0x41)],_0x5e4174['status'](-0x1*0x2003+-0x7*0x5a+-0x2*-0x1205)[_0x3afeb1(-_0x47ccbb._0x117a2d,-0x5d,-_0x47ccbb._0x480e7f,-0x78)](_0x49851a);}else{const _0x4c2a4f={};_0x4c2a4f['taskId']=_0x490ac3[_0x3afeb1(-_0x47ccbb._0x56f91d,-0x87,-_0x47ccbb._0x3076e0,-0x64)],_0x4c2a4f['environmen'+'t']=_0x5d750d,_0x4c2a4f['template']=_0x26acbd,_0x4c2a4f[_0xb8d208(0x581,_0x47ccbb._0x53c1f3,0x53c,_0x47ccbb._0x5886e7)]=_0x1021d0['message'],_0x5d283d[_0xb8d208(_0x47ccbb._0x2c277b,0x564,0x53c,_0x47ccbb._0x2c98be)](_0xb8d208(_0x47ccbb._0x42cb8a,0x4b3,0x499,_0x47ccbb._0x3cdb5b)+'write\x20temp'+'late',_0x4c2a4f);const _0xb48411={};_0xb48411[_0x3afeb1(-_0x47ccbb._0x2b0050,-_0x47ccbb._0x197045,-_0x47ccbb._0x567164,-0x2b)]=_0x5cabc4[_0x3afeb1(-0x5f,-0xe7,-_0x47ccbb._0x22a0c7,-_0x47ccbb._0x70d655)],_0xb48411['message']=_0x5cabc4['RkDQU'],_0x17d110['status'](0x151a*-0x1+0x2*0x2ae+0x11b2)['json'](_0xb48411);}}if(!_0x322913[_0x3afeb1(-0x87,-0x3a,0x52,-_0x47ccbb._0x2797fa)+'t']){const _0x7e3e31={};_0x7e3e31[_0xb8d208(_0x47ccbb._0x3d71c3,_0x47ccbb._0x3d1509,0x530,0x52e)]=_0x5866d6,logger[_0x3afeb1(-_0x47ccbb._0x550058,-0xa1,-0x110,-_0x47ccbb._0x1533b9)](_0x5cabc4[_0xb8d208(0x4bc,_0x47ccbb._0x328c26,_0x47ccbb._0x469266,_0x47ccbb._0x1ca0c0)],_0x7e3e31);const _0x1b70f5={};return _0x1b70f5[_0xb8d208(0x5a1,_0x47ccbb._0xef90d4,0x53c,_0x47ccbb._0x116aa4)]=_0x3afeb1(-0x68,-_0x47ccbb._0x20f8f0,-_0x47ccbb._0x378bb9,-0xc8)+'t',_0x1b70f5[_0x3afeb1(-_0x47ccbb._0x2b96cf,-0x2c,-_0x47ccbb._0x3b5028,-0x69)]=_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x2414f2,-_0x47ccbb._0x335480,-_0x47ccbb._0xcdb78d,-_0x47ccbb._0x177bea)],_0x5e4174[_0xb8d208(0x519,0x512,_0x47ccbb._0x9d7c70,0x4ed)](0x27d+0x25e6+-0x26d3)[_0x3afeb1(-_0x47ccbb._0x4d00aa,-0x5d,-_0x47ccbb._0x496025,-0x1b)](_0x1b70f5);}const _0x1e3f02=_0x322913[_0x3afeb1(-_0x47ccbb._0x22dfc1,-_0x47ccbb._0x10f295,_0x47ccbb._0x33ce67,-_0x47ccbb._0x4500aa)]?.[_0xb8d208(_0x47ccbb._0x468001,0x47d,0x48d,0x44d)],_0x138a88=await _0x5cabc4['TLQTw'](findUserById,_0x1e3f02);if(!_0x138a88){if(_0x5cabc4[_0x3afeb1(-0x40,-_0x47ccbb._0x4b0216,-_0x47ccbb._0xf1bcce,-_0x47ccbb._0x42c5e8)](_0x5cabc4[_0x3afeb1(_0x47ccbb._0xa14985,-0x33,-0xa1,-0x5e)],_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x25562d,-0x33,_0x47ccbb._0x277b08,-0x4)])){const _0x3f43d9={};_0x3f43d9[_0xb8d208(_0x47ccbb._0x440eab,0x4d6,0x530,_0x47ccbb._0xebfca9)]=_0x5866d6,_0x3f43d9[_0xb8d208(0x41a,_0x47ccbb._0x4bc829,_0x47ccbb._0x544fa6,0x41d)]=_0x1e3f02,logger[_0xb8d208(0x496,_0x47ccbb._0x2f94a3,0x516,0x4c5)](_0x5cabc4[_0x3afeb1(-0x69,-_0x47ccbb._0x1bc8ff,0xa,-0xc4)],_0x3f43d9);const _0x9f2a5e={};return _0x9f2a5e[_0xb8d208(0x4dd,0x5c7,_0x47ccbb._0x1f155c,_0x47ccbb._0x328c26)]=_0x5cabc4['prweJ'],_0x9f2a5e[_0xb8d208(0x566,0x54d,_0x47ccbb._0x1315c2,0x51c)]='Task\x20owner'+_0x3afeb1(-0x9,-0x93,-0xa,-_0x47ccbb._0x1159f4),_0x5e4174[_0xb8d208(_0x47ccbb._0x53c93a,0x497,_0x47ccbb._0x5d6721,0x4a9)](0xb*0x1d+0x450*0x4+-0x10ee)['json'](_0x9f2a5e);}else{const _0x1c89e9={};_0x1c89e9[_0xb8d208(_0x47ccbb._0x3eb17c,_0x47ccbb._0x49e1a7,_0x47ccbb._0xad1dd7,_0x47ccbb._0x495028)]=_0x5cabc4['blpiX'],_0x1c89e9[_0xb8d208(_0x47ccbb._0x4a82ec,0x550,_0x47ccbb._0x1315c2,0x5c3)]=_0xb8d208(0x511,_0x47ccbb._0x245260,_0x47ccbb._0x165f88,_0x47ccbb._0x149bd6)+_0x1a9199+(_0xb8d208(_0x47ccbb._0x2c7938,0x49c,0x485,_0x47ccbb._0x1ab2fa)+'d'),_0xf8a36a[_0xb8d208(0x48a,0x521,0x502,0x57a)](0xa53*0x3+0xda9+0x1*-0x2b0e)[_0x3afeb1(-0x7e,-_0x47ccbb._0x4cb6be,-_0x47ccbb._0x54f59b,-0xbc)](_0x1c89e9);}}_0x419956[_0x3afeb1(-_0x47ccbb._0x1b86e1,-_0x47ccbb._0x46f1d,-0xc,_0x47ccbb._0x4ba24a)+'k']=_0x322913,_0x419956['taskUser']=_0x138a88,_0x419956['environmen'+_0xb8d208(0x614,_0x47ccbb._0x287904,0x591,_0x47ccbb._0x39ed2b)]=_0x322913['environmen'+'t'];if(!coderConfig?.['environmen'+'ts']?.[_0x322913[_0xb8d208(0x585,_0x47ccbb._0x48e34b,_0x47ccbb._0x4a82ec,0x5c4)+'t']]){if(_0x5cabc4['hakuI'](_0x5cabc4[_0x3afeb1(-0x77,-0x70,-_0x47ccbb._0x209174,-_0x47ccbb._0x3f9a19)],_0x3afeb1(-0x29,-_0x47ccbb._0x4f2a0d,-0xa6,-_0x47ccbb._0x392beb))){const _0x20acfa={};_0x20acfa[_0x3afeb1(-_0x47ccbb._0x2e7cfa,-_0x47ccbb._0x255d79,-0x9a,-0x1f)]=_0x5866d6,_0x20acfa['environmen'+'t']=_0x322913[_0xb8d208(_0x47ccbb._0x12cf15,0x53c,0x57d,0x5be)+'t'],logger[_0x3afeb1(-_0x47ccbb._0x5760d8,-0xa1,-_0x47ccbb._0x27696a,-_0x47ccbb._0x515fc9)](_0xb8d208(_0x47ccbb._0x1789e0,0x43c,0x4c2,0x4fb)+_0xb8d208(_0x47ccbb._0x479f06,0x500,0x570,0x592)+'d',_0x20acfa);const _0x57b549={};return _0x57b549[_0x3afeb1(-_0x47ccbb._0x29e09b,-_0x47ccbb._0x560439,-_0x47ccbb._0x1a2a7e,-_0x47ccbb._0x44a95b)]=_0x5cabc4['blpiX'],_0x57b549[_0xb8d208(_0x47ccbb._0xffb771,0x514,0x58b,0x517)]=_0x3afeb1(-0x17f,-0xf5,-0x11a,-_0x47ccbb._0x1ac075)+_0x3afeb1(-_0x47ccbb._0x1952ef,-0x47,-0xe,-_0x47ccbb._0xdd61e4)+'d',_0x5e4174[_0xb8d208(_0x47ccbb._0x325b21,_0x47ccbb._0x3ebd9d,0x502,0x4fd)](0xd9c+0xa3f*-0x2+0x876)[_0x3afeb1(-_0x47ccbb._0x4d6293,-0x5d,-0xb2,_0x47ccbb._0xe9dca5)](_0x57b549);}else{const _0x335444={};_0x335444[_0xb8d208(0x54e,0x4a8,_0x47ccbb._0x116a68,_0x47ccbb._0x34b599)]=_0x40463f[_0xb8d208(_0x47ccbb._0x773c38,_0x47ccbb._0x2306e6,_0x47ccbb._0x116a68,0x54f)],_0x335444[_0x3afeb1(-0x70,-_0x47ccbb._0x4d9eac,-0xd,-0x65)+'t']=_0xe183a7,_0x335444[_0x3afeb1(-_0x47ccbb._0x105d0d,-_0x47ccbb._0x31dbc8,-0x5d,-0x56)]=_0x277cd1['message'],_0xa979f2[_0x3afeb1(-0xcd,-_0x47ccbb._0x4d236d,-0x97,-_0x47ccbb._0x31dbc8)](_0x5cabc4['DYFOX'],_0x335444);const _0x4159cc={};_0x4159cc[_0xb8d208(_0x47ccbb._0x913440,_0x47ccbb._0x5e77ba,_0x47ccbb._0x1727db,0x546)]=_0x5cabc4[_0x3afeb1(-0x80,-_0x47ccbb._0x22ae30,-0x118,-0x157)],_0x4159cc[_0x3afeb1(-_0x47ccbb._0x186c8d,-_0x47ccbb._0x2b85ab,_0x47ccbb._0x5b70e,_0x47ccbb._0x2da84a)]=_0x5cabc4['MbVVE'],_0x472ade[_0xb8d208(_0x47ccbb._0x5cb460,_0x47ccbb._0x1ca0c0,_0x47ccbb._0x9d7c70,_0x47ccbb._0x24eda1)](0xe2*-0x13+0xa1d+-0xf5*-0x9)[_0xb8d208(_0x47ccbb._0x439908,0x5d5,0x55a,_0x47ccbb._0x363621)](_0x4159cc);}}_0x419956[_0x3afeb1(_0x47ccbb._0x2ce14b,-_0x47ccbb._0x13c827,-0x36,_0x47ccbb._0x4d0c8a)+_0x3afeb1(_0x47ccbb._0x209174,-0x1d,_0x47ccbb._0x3d6b1c,-_0x47ccbb._0x1bf1b1)]=coderConfig[_0x3afeb1(0x21,-_0x47ccbb._0x4bc307,-_0x47ccbb._0x3b6a90,-0xa0)+'ts'][_0x322913[_0x3afeb1(-0x90,-0x3a,-_0x47ccbb._0x37f383,0x45)+'t']],_0x419956[_0x3afeb1(0xe,-0x3a,-_0x47ccbb._0x21b6fb,_0x47ccbb._0x289003)+_0xb8d208(_0x47ccbb._0x506cb8,_0x47ccbb._0x28d81a,0x515,0x584)]=_0x567b0f[_0x3afeb1(-_0x47ccbb._0x1c466a,-0x10e,-_0x47ccbb._0x1cf5c2,-0x187)](setupPath,_0x5cabc4[_0xb8d208(_0x47ccbb._0x5d0644,0x40e,0x493,_0x47ccbb._0x4312cf)],_0x322913[_0x3afeb1(-_0x47ccbb._0x33ce67,-0x3a,-0x21,-0x34)+'t']),_0x5cabc4[_0x3afeb1(-_0x47ccbb._0x1532bd,-0xaa,-0x41,-_0x47ccbb._0x382608)](_0x4a5908);}async function requireInstructionsPermission(_0x1d5cd7,_0x224bf5,_0x568aa7){const _0x21003a={_0x401921:0x29b,_0x48f2f6:0x1d4,_0x5d8b50:0x491,_0x3f07f3:0x440,_0xcfc746:0x423,_0x20e8b6:0x45b,_0x6ff2c:0x3ec,_0xfd884b:0x431,_0x1062ab:0x2f6,_0x4c54b8:0x280,_0x561c8a:0x317,_0x100c69:0x24e,_0x565270:0x26a,_0x41887e:0x504,_0x78de09:0x47a,_0x3b4af8:0x4d9,_0x1bf9cc:0x2b3,_0x57573c:0x2a9,_0x41d9b2:0x40b,_0x451328:0x458,_0x3df0ef:0x3e3,_0x1bb680:0x27d,_0x3b0d09:0x254,_0x4eb5c4:0x28d,_0x50ab29:0x1f0,_0x4320c3:0x276,_0x3d3630:0x24a,_0x26408c:0x434,_0x585ff7:0x431,_0x484f20:0x1c0,_0x3d7406:0x1f8,_0x38fb78:0x1ad,_0x2025e4:0x23c,_0xa7bd6f:0x28f,_0x5e04f6:0x317,_0x1a9325:0x290,_0x2d0611:0x264,_0xaa6d1d:0x2e9,_0x3361bd:0x301,_0x3d520e:0x2bb,_0x476912:0x38d,_0x40ba10:0x261,_0x3444fb:0x492,_0xb30c0e:0x307,_0x265a8e:0x46c,_0x28fc72:0x49e,_0x33ffa2:0x211,_0x5df6db:0x243,_0x33253e:0x280,_0x1ca03e:0x2ad,_0x2b4388:0x335,_0x6c4be2:0x276,_0x1caddd:0x1ae,_0x1e2dac:0x249,_0x17e369:0x20b,_0x508b03:0x27b,_0x146457:0x502,_0x5406d3:0x42a,_0x1862fc:0x4b0},_0x3e75d4={_0x243479:0xf7,_0x344b49:0x1ae,_0x1d18db:0x5fd},_0x24abdd={_0x22663f:0x129,_0x4702ee:0x420};function _0x48e121(_0x2afbec,_0x34179a,_0x43f54a,_0x4dafb6){return _0x433a0a(_0x2afbec-0x18d,_0x34179a-_0x24abdd._0x22663f,_0x2afbec,_0x34179a-_0x24abdd._0x4702ee);}const _0x5d18f6={'dxJZR':function(_0x73f059,_0xfacd28,_0x16a274,_0x1da08e){return _0x73f059(_0xfacd28,_0x16a274,_0x1da08e);},'Tqpjk':_0x48e121(0x1f7,0x244,_0x21003a._0x401921,_0x21003a._0x48f2f6)};function _0x1deab4(_0x27b0e2,_0xa79f0a,_0x2d1143,_0x407363){return _0x433a0a(_0x27b0e2-_0x3e75d4._0x243479,_0xa79f0a-_0x3e75d4._0x344b49,_0x2d1143,_0x407363-_0x3e75d4._0x1d18db);}if(!await _0x5d18f6[_0x1deab4(_0x21003a._0x5d8b50,_0x21003a._0x3f07f3,_0x21003a._0xcfc746,_0x21003a._0x20e8b6)](hasPermission,_0x1d5cd7[_0x1deab4(0x47b,_0x21003a._0x6ff2c,0x4b6,_0x21003a._0xfd884b)]['id'],_0x48e121(0x2e0,_0x21003a._0x1062ab,0x272,0x2ec)+'ts:instruc'+_0x48e121(0x2dc,_0x21003a._0x4c54b8,0x2af,0x2cb),_0x1d5cd7['environmen'+_0x48e121(0x2d7,0x30a,0x289,_0x21003a._0x561c8a)])){const _0x1cb0e9={};_0x1cb0e9[_0x48e121(0x2a9,0x2a9,_0x21003a._0x100c69,_0x21003a._0x565270)]=_0x1d5cd7[_0x1deab4(_0x21003a._0x41887e,_0x21003a._0x78de09,_0x21003a._0x3b4af8,0x4b6)+'k'][_0x48e121(_0x21003a._0x1bf9cc,_0x21003a._0x57573c,0x2a2,0x28c)],_0x1cb0e9[_0x1deab4(0x433,_0x21003a._0x41d9b2,_0x21003a._0x451328,_0x21003a._0x3df0ef)]=_0x1d5cd7[_0x48e121(_0x21003a._0x1bb680,_0x21003a._0x3b0d09,_0x21003a._0x4eb5c4,_0x21003a._0x50ab29)]['id'],_0x1cb0e9[_0x48e121(_0x21003a._0x4320c3,0x1f6,_0x21003a._0x3d3630,0x245)]=_0x1d5cd7[_0x1deab4(0x3ff,_0x21003a._0x26408c,0x3df,_0x21003a._0x585ff7)][_0x48e121(_0x21003a._0x484f20,0x1f6,_0x21003a._0x3d7406,_0x21003a._0x38fb78)],logger[_0x48e121(_0x21003a._0x2025e4,_0x21003a._0xa7bd6f,_0x21003a._0x5e04f6,0x24a)](_0x48e121(_0x21003a._0x1a9325,0x22e,0x214,_0x21003a._0x2d0611)+_0x48e121(_0x21003a._0xaa6d1d,_0x21003a._0x3361bd,_0x21003a._0x3d520e,_0x21003a._0x476912)+_0x48e121(0x214,0x28a,0x2f1,_0x21003a._0x40ba10)+'ctions\x20per'+'mission',_0x1cb0e9);const _0x3c25cf={};return _0x3c25cf[_0x1deab4(0x45e,0x497,0x4a3,_0x21003a._0x3444fb)]=_0x5d18f6[_0x48e121(_0x21003a._0xb30c0e,0x277,0x20f,0x22f)],_0x3c25cf[_0x1deab4(0x47d,_0x21003a._0x265a8e,_0x21003a._0x28fc72,0x4e1)]=_0x48e121(_0x21003a._0x33ffa2,_0x21003a._0x5df6db,0x1ce,_0x21003a._0x33253e)+_0x48e121(0x2ff,_0x21003a._0x1ca03e,0x2df,_0x21003a._0x2b4388)+_0x48e121(_0x21003a._0x6c4be2,0x20b,0x21c,_0x21003a._0x1caddd)+'to\x20update\x20'+_0x48e121(0x2b8,0x2f6,0x298,0x266)+'t\x20instruct'+_0x48e121(_0x21003a._0x1e2dac,0x258,0x215,_0x21003a._0x17e369),_0x224bf5[_0x48e121(0x24e,_0x21003a._0x508b03,0x213,0x2a9)](0xb*-0xb7+0x1c11+-0x12a1)[_0x1deab4(_0x21003a._0x146457,0x4cb,_0x21003a._0x5406d3,_0x21003a._0x1862fc)](_0x3c25cf);}_0x568aa7();}async function requireTemplatesPermission(_0x2690ca,_0x1d661f,_0x459109){const _0x5bb2ea={_0x215f97:0x12a,_0x123088:0x1ae,_0x4fcce3:0x214,_0xdb36f4:0x453,_0x4a0c09:0x3e2,_0x28ef7d:0xe6,_0x98ee34:0xb8,_0x1da8a1:0x97,_0x2ba863:0x240,_0x70c548:0x20b,_0x23ff1a:0xee,_0xb00e7:0x489,_0x151a05:0x180,_0x3043a2:0x147,_0x1715c8:0x414,_0x475130:0x437,_0x11c5df:0x386,_0x4a9aa1:0x34b,_0x48b802:0xc8,_0x3c4168:0xd6,_0x256c26:0xc6,_0x51e5c6:0xe5,_0x2cead8:0x471,_0x32b2d5:0x468,_0x5aa5b8:0x3e7,_0x2d40ed:0x3ff,_0x810877:0x40d,_0x45794a:0x8b,_0x55920e:0x10c,_0x43267a:0x84,_0x39aee5:0xc2,_0x4f40a4:0x424,_0x3ee153:0x431,_0x568009:0x1a7,_0x557701:0x191,_0xa9a8bd:0x1fe,_0x1529e5:0x176,_0x2b0239:0xbe,_0x5c6532:0x4a,_0x3a29e6:0x3cf,_0x585602:0x356,_0x3608a3:0x371,_0xd72213:0xa2,_0x28e458:0x10c,_0x4d7bfb:0x91,_0x26d8f4:0x3a0,_0x1ee732:0x374,_0x5d92bc:0x40a,_0x15cdf3:0x37c,_0x467634:0x1d9,_0x33f422:0x183,_0x2fa308:0x210,_0x508109:0x129,_0x5e296f:0x100,_0x32952f:0xae,_0x24f313:0x1d2,_0x2e308e:0x1bc,_0x323133:0x163,_0x3cf5cc:0x133,_0x5416be:0x10d,_0x35cd16:0x44e,_0x2576f2:0x43c,_0x126fe1:0xb4,_0x567f7d:0x7a},_0x3959bb={_0x3fa87f:0x59b},_0xdaeeba={_0x350280:0x38,_0x40968b:0x2d8};function _0x164336(_0x4c52a8,_0x47b0ca,_0x413754,_0x506e0d){return _0x433a0a(_0x4c52a8-0x85,_0x47b0ca-_0xdaeeba._0x350280,_0x4c52a8,_0x47b0ca-_0xdaeeba._0x40968b);}const _0x621003={'KbvrH':function(_0x429329,_0x1756da,_0x5d535f,_0x15188c){return _0x429329(_0x1756da,_0x5d535f,_0x15188c);},'KCCqS':_0x164336(_0x5bb2ea._0x215f97,_0x5bb2ea._0x123088,_0x5bb2ea._0x4fcce3,0x12d)+_0xd127aa(_0x5bb2ea._0xdb36f4,0x41b,0x47a,_0x5bb2ea._0x4a0c09)+'es','KTGSa':_0x164336(0x15b,_0x5bb2ea._0x28ef7d,_0x5bb2ea._0x98ee34,_0x5bb2ea._0x1da8a1)+_0x164336(_0x5bb2ea._0x2ba863,0x1b9,0x221,_0x5bb2ea._0x70c548)+_0x164336(0x8e,0xe4,_0x5bb2ea._0x23ff1a,0x10a)+_0xd127aa(0x42d,0x42c,0x41f,_0x5bb2ea._0xb00e7)+_0x164336(0x105,_0x5bb2ea._0x151a05,0x10b,_0x5bb2ea._0x3043a2),'PTJET':'Forbidden','dpisk':'User\x20does\x20'+_0xd127aa(0x428,_0x5bb2ea._0x1715c8,_0x5bb2ea._0x475130,0x3b5)+_0xd127aa(_0x5bb2ea._0x11c5df,0x407,_0x5bb2ea._0x4a9aa1,0x3cf)+_0x164336(_0x5bb2ea._0x48b802,_0x5bb2ea._0x3c4168,_0x5bb2ea._0x256c26,_0x5bb2ea._0x51e5c6)+_0xd127aa(_0x5bb2ea._0x2cead8,_0x5bb2ea._0x32b2d5,_0x5bb2ea._0x5aa5b8,_0x5bb2ea._0x2d40ed)+'t\x20template'+'s','wRsWW':function(_0x32834a){return _0x32834a();}};function _0xd127aa(_0x32cd20,_0x1e80b4,_0x189458,_0x10527a){return _0x433a0a(_0x32cd20-0x80,_0x1e80b4-0x10,_0x10527a,_0x32cd20-_0x3959bb._0x3fa87f);}if(!await _0x621003[_0xd127aa(0x3aa,0x33a,_0x5bb2ea._0x810877,0x35d)](hasPermission,_0x2690ca[_0x164336(_0x5bb2ea._0x45794a,_0x5bb2ea._0x55920e,0xf3,0x89)]['id'],_0x621003[_0x164336(_0x5bb2ea._0x43267a,0xec,_0x5bb2ea._0x39aee5,0x155)],_0x2690ca['environmen'+'tName'])){const _0x37feaf={};_0x37feaf[_0xd127aa(_0x5bb2ea._0x4f40a4,0x3dc,_0x5bb2ea._0x3ee153,0x3e2)]=_0x2690ca[_0x164336(_0x5bb2ea._0x568009,_0x5bb2ea._0x557701,_0x5bb2ea._0xa9a8bd,_0x5bb2ea._0x1529e5)+'k'][_0x164336(0x15b,0x161,0xf4,0x12c)],_0x37feaf[_0x164336(0x8f,_0x5bb2ea._0x2b0239,_0x5bb2ea._0x5c6532,0xac)]=_0x2690ca[_0xd127aa(_0x5bb2ea._0x3a29e6,0x417,_0x5bb2ea._0x585602,0x45b)]['id'],_0x37feaf[_0xd127aa(_0x5bb2ea._0x3608a3,0x321,0x37c,0x344)]=_0x2690ca[_0x164336(_0x5bb2ea._0xd72213,_0x5bb2ea._0x28e458,0xf1,_0x5bb2ea._0x4d7bfb)][_0xd127aa(0x371,_0x5bb2ea._0x26d8f4,_0x5bb2ea._0x1ee732,0x3fe)],logger[_0xd127aa(_0x5bb2ea._0x5d92bc,0x426,0x3fd,_0x5bb2ea._0x15cdf3)](_0x621003[_0x164336(_0x5bb2ea._0x467634,_0x5bb2ea._0x33f422,_0x5bb2ea._0x2fa308,0x12c)],_0x37feaf);const _0x4ca61f={};return _0x4ca61f[_0x164336(0x1d2,0x16d,0x19d,_0x5bb2ea._0x508109)]=_0x621003[_0x164336(_0x5bb2ea._0x5e296f,0x12a,0xd2,_0x5bb2ea._0x32952f)],_0x4ca61f[_0x164336(_0x5bb2ea._0x24f313,_0x5bb2ea._0x2e308e,0x22e,_0x5bb2ea._0x323133)]=_0x621003['dpisk'],_0x1d661f[_0x164336(0x1a3,_0x5bb2ea._0x3cf5cc,_0x5bb2ea._0x2e308e,_0x5bb2ea._0x5416be)](0x1*-0x1759+0x2463+0x1*-0xb77)[_0xd127aa(_0x5bb2ea._0x35cd16,_0x5bb2ea._0x2576f2,0x4d8,0x3d2)](_0x4ca61f);}_0x621003[_0x164336(0xd5,_0x5bb2ea._0x126fe1,0xca,_0x5bb2ea._0x567f7d)](_0x459109);}router[_0x433a0a(-0x145,-0x1ee,-0x1f5,-0x1d1)]('/instructi'+_0x149043(0x1f9,0x27e,0x176,0x18e),requireTaskAuth,requireInstructionsPermission,async(_0x4e247c,_0x3e7729)=>{const _0x30b22f={_0x380ce4:0x73,_0xe61431:0x283,_0x3e97d6:0x2f0,_0x36a9fc:0x29e,_0xa60238:0x296,_0x2af551:0x34b,_0x26806f:0x326,_0xe5a941:0x2a7,_0x136559:0x2f,_0x5b2306:0xac,_0x3fe55b:0x4f,_0x519a49:0x37,_0x1a460b:0x6c,_0x5d4d24:0x1,_0xe38da6:0x1f,_0xdb5493:0x8a,_0x28fb7b:0x265,_0x14fcc7:0xb9,_0x258c96:0xd2,_0x396cd2:0x363,_0x1ea88e:0x2d4,_0x5a810c:0x269,_0x4eeca4:0x2d0,_0x243ad6:0x2f0,_0x25eca0:0xe,_0x5e5c91:0x1,_0x5eb1ed:0x2f,_0x4f8cdc:0x31c,_0x58d293:0x2aa,_0x3c3f11:0x29a,_0x4a9841:0x208,_0x1ff3cf:0x305,_0x8d82eb:0x25,_0x2efdd8:0x57,_0x1306ce:0x61,_0x9c73a6:0x2f4,_0x4d6650:0x301,_0x2b71df:0x298,_0x11fb29:0x1ec,_0x4b0e4b:0x26e,_0x1b8b1e:0x27a,_0x3ef84f:0x22f,_0x8565c0:0x26d,_0x4cc757:0x29d,_0x4d391f:0x1f5,_0x5f49c4:0x2bc,_0x3a1969:0x2e3,_0x5c0c52:0x2b6,_0x3fc7e6:0xf,_0x664252:0x2b,_0xee1012:0x33a,_0x53d0c0:0x96,_0x1d4877:0x60,_0x54ec78:0x21,_0x1fa07e:0x8,_0xe74929:0x203,_0x507af1:0x47,_0x467c23:0x9b,_0x4ea4bc:0x8b,_0x1f165a:0x37,_0x17107b:0xb,_0x22a1ba:0x341,_0x363bca:0x3ab,_0x72012a:0x3cc,_0x58de4a:0xc7,_0x1fd9c0:0x129,_0x5f5602:0x124,_0x546c93:0x25e,_0x42a202:0x2bb,_0x58518a:0x205,_0x53f808:0x1a,_0x27bad7:0x91,_0x23db15:0x8,_0x52d245:0x26f,_0x5e737c:0x2f4,_0x2f3e6a:0x72,_0x241685:0x325,_0x23f849:0x3d,_0x51a9d7:0x32,_0x3ab250:0x53,_0xdc080d:0x16,_0x50906e:0xd6,_0xa4dd5d:0x86,_0x734124:0xa0,_0x39902b:0x4d,_0xe4af5:0xa1,_0x2cb397:0x91,_0x19acf7:0x36,_0x5c6542:0xae},_0x5a6083={_0x25d7de:0x22,_0x3ac249:0x18c},_0x2cde42={_0x458948:0x155},_0x5ea31c={};_0x5ea31c[_0x1df7a7(-_0x30b22f._0x380ce4,-0x12d,-0x9c,-0xca)]='Task\x20fetch'+_0x16f89d(_0x30b22f._0xe61431,_0x30b22f._0x3e97d6,_0x30b22f._0x36a9fc,_0x30b22f._0xa60238)+_0x16f89d(_0x30b22f._0x2af551,_0x30b22f._0x26806f,0x398,_0x30b22f._0xe5a941)+_0x1df7a7(-0x5d,-0x68,-0x11,0xf),_0x5ea31c[_0x1df7a7(-_0x30b22f._0x136559,-0xcc,-0xd7,-_0x30b22f._0x5b2306)]=_0x1df7a7(-0x8e,-_0x30b22f._0x3fe55b,-0x19,-_0x30b22f._0x519a49),_0x5ea31c['zpXLi']='utf-8',_0x5ea31c['tFodP']=function(_0x5d2906,_0x5798ca){return _0x5d2906===_0x5798ca;};function _0x1df7a7(_0x21051c,_0x4f305b,_0x42922d,_0x29717d){return _0x433a0a(_0x21051c-0x16a,_0x4f305b-0x10d,_0x21051c,_0x29717d-_0x2cde42._0x458948);}_0x5ea31c[_0x1df7a7(_0x30b22f._0x1a460b,-0x58,_0x30b22f._0x5d4d24,0x29)]=_0x1df7a7(_0x30b22f._0xe38da6,-0x74,-_0x30b22f._0xdb5493,-0x39),_0x5ea31c[_0x16f89d(_0x30b22f._0x28fb7b,0x290,0x208,0x2f7)]='Failed\x20to\x20'+'read\x20AGENT'+_0x1df7a7(-0x7e,-0x109,-_0x30b22f._0x14fcc7,-_0x30b22f._0x258c96),_0x5ea31c[_0x16f89d(_0x30b22f._0x396cd2,_0x30b22f._0x1ea88e,_0x30b22f._0x5a810c,_0x30b22f._0x4eeca4)]=_0x16f89d(_0x30b22f._0x243ad6,0x281,0x26d,0x2f1)+_0x1df7a7(-_0x30b22f._0x25eca0,-_0x30b22f._0x5e5c91,-_0x30b22f._0x5eb1ed,0x3e)+'r',_0x5ea31c[_0x16f89d(_0x30b22f._0x4f8cdc,0x318,_0x30b22f._0x58d293,_0x30b22f._0x3c3f11)]=_0x16f89d(0x271,0x25d,0x25f,_0x30b22f._0x4a9841)+_0x16f89d(0x315,0x327,0x3af,0x317)+_0x16f89d(0x2d0,0x2e1,_0x30b22f._0x1ff3cf,0x2c1)+'le';const _0x7b1624=_0x5ea31c,{callingTask:_0x2fe186,environmentName:_0x2b5fc1,environmentPath:_0x1a54d0}=_0x4e247c,_0x1bfe5f={};function _0x16f89d(_0x1af820,_0x227e9e,_0x2ff8e0,_0x282b04){return _0x149043(_0x227e9e-0xfa,_0x282b04,_0x2ff8e0-_0x5a6083._0x25d7de,_0x282b04-_0x5a6083._0x3ac249);}_0x1bfe5f[_0x1df7a7(_0x30b22f._0x8d82eb,_0x30b22f._0x2efdd8,_0x30b22f._0x1306ce,-0x22)]=_0x2fe186[_0x16f89d(0x312,_0x30b22f._0x9c73a6,0x36a,0x33c)],_0x1bfe5f['environmen'+'t']=_0x2b5fc1,logger[_0x16f89d(_0x30b22f._0x4d6650,0x30f,0x309,_0x30b22f._0x2b71df)](_0x7b1624[_0x16f89d(_0x30b22f._0x11fb29,0x24c,_0x30b22f._0x4b0e4b,_0x30b22f._0x1b8b1e)],_0x1bfe5f);const _0x3f26ca=_0x567b0f[_0x16f89d(_0x30b22f._0x3ef84f,_0x30b22f._0x8565c0,_0x30b22f._0x4cc757,0x245)](_0x1a54d0,_0x7b1624[_0x16f89d(0x23a,0x26a,_0x30b22f._0x4d391f,0x2e9)]);try{const _0x111e97=await _0x1cd238[_0x16f89d(_0x30b22f._0x5f49c4,_0x30b22f._0x3a1969,0x291,_0x30b22f._0x5c0c52)](_0x3f26ca,_0x7b1624[_0x1df7a7(0x79,-0x75,0x13,0x7)]),_0x568095={};_0x568095['content']=_0x111e97,_0x568095[_0x1df7a7(-_0x30b22f._0x3fc7e6,0x82,-0xf,_0x30b22f._0x664252)+'t']=_0x2b5fc1,_0x568095[_0x16f89d(0x2c5,_0x30b22f._0xee1012,_0x30b22f._0x26806f,0x2bc)]=_0x1df7a7(-_0x30b22f._0x53d0c0,-_0x30b22f._0x1d4877,-0xc5,-_0x30b22f._0x519a49),_0x3e7729[_0x1df7a7(_0x30b22f._0x54ec78,0x66,0x72,_0x30b22f._0x1fa07e)](_0x568095);}catch(_0x389e04){if(_0x7b1624[_0x16f89d(_0x30b22f._0xe74929,0x270,0x1e9,0x1f0)](_0x389e04['code'],_0x7b1624[_0x1df7a7(0x12,-_0x30b22f._0x507af1,_0x30b22f._0x467c23,0x29)])){const _0x404753={};_0x404753[_0x1df7a7(-0x43,_0x30b22f._0x4ea4bc,_0x30b22f._0x1f165a,_0x30b22f._0x17107b)]='',_0x404753[_0x16f89d(0x3c3,_0x30b22f._0x22a1ba,_0x30b22f._0x363bca,_0x30b22f._0x72012a)+'t']=_0x2b5fc1,_0x404753['path']=_0x7b1624[_0x1df7a7(-_0x30b22f._0x58de4a,-_0x30b22f._0x1fd9c0,-_0x30b22f._0x5f5602,-_0x30b22f._0x5b2306)],_0x404753[_0x16f89d(_0x30b22f._0x546c93,0x240,_0x30b22f._0x42a202,_0x30b22f._0x58518a)]=![],_0x3e7729[_0x1df7a7(_0x30b22f._0x53f808,_0x30b22f._0x27bad7,0x84,_0x30b22f._0x23db15)](_0x404753);}else{const _0x473565={};_0x473565['taskId']=_0x2fe186[_0x16f89d(_0x30b22f._0x52d245,_0x30b22f._0x5e737c,0x29d,0x299)],_0x473565[_0x1df7a7(0x21,_0x30b22f._0x2f3e6a,_0x30b22f._0x54ec78,0x2b)+'t']=_0x2b5fc1,_0x473565[_0x16f89d(0x300,0x300,_0x30b22f._0x241685,0x337)]=_0x389e04[_0x1df7a7(0xad,-0x14,_0x30b22f._0x23f849,0x39)],logger[_0x1df7a7(0x51,_0x30b22f._0x51a9d7,_0x30b22f._0x3ab250,-_0x30b22f._0xdc080d)](_0x7b1624[_0x1df7a7(-0x50,-_0x30b22f._0x50906e,-0x2b,-_0x30b22f._0xa4dd5d)],_0x473565);const _0x28d53f={};_0x28d53f[_0x1df7a7(-0x76,-0x3c,-_0x30b22f._0x734124,-0x16)]=_0x7b1624[_0x1df7a7(-_0x30b22f._0x39902b,-_0x30b22f._0xe4af5,-0xa7,-0x42)],_0x28d53f['message']=_0x7b1624[_0x1df7a7(_0x30b22f._0x2cb397,_0x30b22f._0x19acf7,0x55,0x2)],_0x3e7729[_0x1df7a7(-_0x30b22f._0x5c6542,-0xe,-0xaf,-0x50)](0x1bf2+-0x3*0x14b+-0x161d)['json'](_0x28d53f);}}}),router['patch'](_0x433a0a(-0x221,-0x2a6,-0x1e1,-0x216)+_0x433a0a(-0x1ff,-0x197,-0x123,-0x178),requireTaskAuth,requireInstructionsPermission,async(_0x23e401,_0x39ab93)=>{const _0x33fca1={_0x53d38f:0x18d,_0xbd843f:0x1d1,_0x23d910:0x17a,_0x23bb9a:0x225,_0x520858:0x1cb,_0x1ef4e2:0x1c3,_0x23b6c1:0x15d,_0x24d02f:0x16a,_0x4de9c8:0x104,_0xf2ebe6:0x145,_0x5a5d91:0x113,_0x4dd574:0x157,_0x204c2a:0xb4,_0x12fc79:0xe8,_0x3ead56:0x134,_0x3fd0b9:0xdf,_0x4744c3:0x1e6,_0xfac098:0x1ce,_0x397811:0x212,_0x284042:0x137,_0x21b636:0x169,_0x2f1d7c:0x1eb,_0x345a60:0x1ae,_0x5a05f2:0x1cc,_0x14ac75:0x273,_0x2be4f7:0x210,_0x4de179:0x21c,_0x4dc582:0x248,_0x35035:0x141,_0x47d185:0x17c,_0x50ea57:0x151,_0x1f2cba:0x1b4,_0x26eb97:0x195,_0xdab757:0x12a,_0xe986d6:0x14f,_0x1bbb03:0x13f,_0x5b6da7:0xe6,_0x53a953:0x16b,_0x4c450f:0x1e4,_0x3c1492:0x21d,_0x29082c:0x163,_0x1742ca:0x162,_0x3fd800:0x1d6,_0x5f3fa9:0x18e,_0x5caf80:0x197,_0x396fb6:0xc1,_0x212e8d:0x6b,_0xc7e3e:0xe9,_0xdabfbe:0x14c,_0x4749bb:0x122,_0x29c437:0x1b1,_0x40763b:0x15c,_0x5d9456:0x1fa,_0x524468:0x160,_0x1af74a:0x134,_0xebbf30:0x148,_0x222738:0x187,_0x32e983:0x181,_0x1f57d1:0xf8,_0x2028bd:0x15b,_0x5841f6:0x1d8,_0x384702:0x1cf,_0x4edbd0:0x1eb,_0x43fa85:0x16e,_0x4128e8:0x85,_0x409223:0xcc,_0x5b4dbb:0x175,_0x40dfc3:0x1a0,_0x3292cf:0x16e,_0x464164:0x140,_0x50f497:0x17f,_0x54a0a7:0x125,_0xba74ba:0x52,_0x1e32fa:0x168,_0x3b5075:0x1cd,_0x15a7f9:0x1f0,_0x368e08:0x144,_0x4eb7dc:0xe1,_0x3b30f6:0x127,_0x4dd698:0x17c,_0x1f6a0e:0xda,_0x861ac0:0x179,_0x4a1c7e:0x19f,_0x4f48f5:0x1ca,_0x596a49:0x1bd,_0x478c48:0x1da,_0xdac43c:0xf9,_0x4115e2:0x113,_0x49b379:0x91,_0x2fe60c:0x156,_0x150b07:0xda,_0x34cd0a:0x136,_0x3429ff:0x1c0,_0x4b40d3:0x183,_0x443686:0xb0,_0x398ac0:0x10b,_0x50f45f:0x17d,_0x1ce04a:0x17a,_0xdccb90:0x12b,_0x592632:0xb3,_0x2a6e72:0x99,_0x122322:0xc3,_0x5abef2:0x13c,_0x301246:0xba,_0x2af5f2:0x19a,_0x598285:0x1cd,_0x49a27c:0x155,_0x449887:0x21e,_0x121f6b:0x1f1,_0x8f4b82:0x248,_0x5b368d:0xec,_0x1c9c9d:0x146,_0x395372:0x127,_0x5042b6:0x1b9,_0x4030ff:0x9a,_0x2e1650:0xc8,_0x162995:0x21c,_0x3f82c9:0x27e,_0x1988ea:0xee,_0xd842f:0x1c7,_0x5f1722:0x15a,_0x163b7c:0x1f2,_0x1db40b:0x14d,_0x20265b:0x127,_0x351504:0x9c,_0x4e81dc:0x10e,_0x38f4f2:0x127,_0xf5a79e:0x14f,_0x4fb07a:0x205,_0x1454bc:0x1f0,_0x37c8b1:0x62,_0x1e57f0:0xc0,_0x5d8b49:0x1f6,_0x14ca06:0x233,_0x508320:0x18e,_0x12176a:0x154,_0x2d18e6:0x141,_0x513b82:0x163,_0x75f81e:0xcb,_0xe21c56:0x127,_0x46af2b:0xfd,_0x3e3f0f:0x11b,_0x107c5d:0xda},_0x168266={_0x503ce0:0x6f},_0x336b38={_0x3cbdf1:0x19d},_0x146fcc={};_0x146fcc[_0x4747ba(-0x14f,-0x149,-0x1c2,-0x1c3)]=_0x88b2e9(_0x33fca1._0x53d38f,_0x33fca1._0xbd843f,_0x33fca1._0x23d910,_0x33fca1._0x23bb9a)+_0x88b2e9(0x1ff,_0x33fca1._0x520858,0x245,_0x33fca1._0x1ef4e2)+_0x4747ba(-_0x33fca1._0x23b6c1,-0x127,-0x116,-0x15a),_0x146fcc[_0x88b2e9(0x1c4,0x17f,0x195,_0x33fca1._0x24d02f)]=_0x4747ba(-_0x33fca1._0x4de9c8,-_0x33fca1._0xf2ebe6,-_0x33fca1._0x5a5d91,-0x139)+'t',_0x146fcc[_0x88b2e9(0x1c2,_0x33fca1._0x4dd574,0x165,0x173)]=_0x4747ba(-_0x33fca1._0x204c2a,-0x12c,-0x170,-0x11c)+_0x88b2e9(_0x33fca1._0x12fc79,0x14d,0xcf,_0x33fca1._0x3ead56)+_0x4747ba(-0x1b1,-_0x33fca1._0x3fd0b9,-_0x33fca1._0x4744c3,-0x157)+'ment',_0x146fcc[_0x4747ba(-_0x33fca1._0xfac098,-0x213,-0x148,-0x1af)]=function(_0x449736,_0x446506){return _0x449736===_0x446506;};function _0x4747ba(_0x1f3925,_0x495ae9,_0x312353,_0x4425aa){return _0x433a0a(_0x1f3925-_0x336b38._0x3cbdf1,_0x495ae9-0x11c,_0x495ae9,_0x4425aa-0x50);}_0x146fcc['LKZUS']=_0x88b2e9(0x291,0x20e,0x1e7,_0x33fca1._0x397811),_0x146fcc[_0x4747ba(-_0x33fca1._0x284042,-_0x33fca1._0x21b636,-0x13f,-0x185)]=_0x88b2e9(0x1d4,_0x33fca1._0x2f1d7c,0x268,0x160)+_0x88b2e9(_0x33fca1._0x345a60,0x223,0x1a6,_0x33fca1._0x5a05f2)+_0x88b2e9(0x203,0x219,0x270,_0x33fca1._0x14ac75),_0x146fcc[_0x88b2e9(0x1d4,_0x33fca1._0x2be4f7,_0x33fca1._0x4de179,_0x33fca1._0x4dc582)]=_0x88b2e9(_0x33fca1._0x35035,_0x33fca1._0x47d185,0xf2,_0x33fca1._0x50ea57),_0x146fcc['dPWPr']=_0x4747ba(-_0x33fca1._0x1f2cba,-0x1ac,-0x1ad,-_0x33fca1._0x26eb97)+_0x4747ba(-0xb9,-_0x33fca1._0xdab757,-0xcf,-0xc2)+'ions\x20updat'+_0x4747ba(-_0x33fca1._0xe986d6,-_0x33fca1._0x1bbb03,-0x73,-_0x33fca1._0x5b6da7),_0x146fcc[_0x4747ba(-_0x33fca1._0x53a953,-0x183,-0x13f,-0x100)]=_0x88b2e9(_0x33fca1._0x4c450f,0x1b1,0x22a,_0x33fca1._0x3c1492),_0x146fcc['AEVEl']=function(_0x1f7f7d,_0x1301af){return _0x1f7f7d!==_0x1301af;},_0x146fcc[_0x88b2e9(0x8c,0x117,_0x33fca1._0x29082c,0x195)]=_0x4747ba(-0x1b9,-_0x33fca1._0x1742ca,-_0x33fca1._0x3fd800,-0x158),_0x146fcc[_0x88b2e9(0x1c1,0x18e,0x187,_0x33fca1._0x5f3fa9)]=_0x88b2e9(0x1da,0x16f,0x13e,_0x33fca1._0x5caf80),_0x146fcc[_0x4747ba(-_0x33fca1._0xe986d6,-_0x33fca1._0x396fb6,-_0x33fca1._0x212e8d,-_0x33fca1._0xc7e3e)]='Failed\x20to\x20'+'write\x20AGEN'+'TS.md',_0x146fcc['amQmw']='Internal\x20S'+'erver\x20Erro'+'r',_0x146fcc[_0x88b2e9(0xd7,0x12d,0x165,_0x33fca1._0xdabfbe)]='Failed\x20to\x20'+_0x4747ba(-0x16c,-_0x33fca1._0x4749bb,-_0x33fca1._0x29c437,-_0x33fca1._0x40763b)+'ructions\x20f'+_0x88b2e9(_0x33fca1._0x5d9456,0x1d0,0x161,0x20c);const _0x44745f=_0x146fcc,{callingTask:_0x3c0912,taskUser:_0x5542ff,environmentName:_0x245e6d,environmentPath:_0xfafd80}=_0x23e401,{content:_0x33a7eb}=_0x23e401[_0x4747ba(-_0x33fca1._0x12fc79,-_0x33fca1._0x524468,-0x123,-0x107)];if(_0x44745f[_0x88b2e9(_0x33fca1._0x1af74a,0x13e,_0x33fca1._0xebbf30,_0x33fca1._0x222738)](_0x33a7eb,undefined)){if(_0x44745f[_0x88b2e9(0x1b4,0x19c,_0x33fca1._0x4749bb,0x20d)]===_0x88b2e9(0x1c1,0x1ff,_0x33fca1._0x32e983,0x28c)){const _0xbd03f2={};_0xbd03f2[_0x4747ba(-_0x33fca1._0x1f57d1,-_0x33fca1._0x2028bd,-0x106,-0x127)]=_0x177f34,_0x189bfa[_0x88b2e9(0x187,0x1ac,0x1ab,_0x33fca1._0x5841f6)](_0x44745f[_0x88b2e9(0x1b9,0x12a,0x149,0x13b)],_0xbd03f2);const _0x537fd3={};return _0x537fd3[_0x88b2e9(0x252,0x1d2,_0x33fca1._0x384702,_0x33fca1._0x4edbd0)]=_0x44745f[_0x4747ba(-0xe1,-0x1fd,-0xf4,-_0x33fca1._0x43fa85)],_0x537fd3[_0x4747ba(-0x59,-_0x33fca1._0x4128e8,-0xae,-_0x33fca1._0x409223)]=_0x44745f[_0x4747ba(-0x141,-_0x33fca1._0x5b4dbb,-0x1fe,-0x196)],_0x43aaf7[_0x88b2e9(0x18c,0x198,0x13b,_0x33fca1._0x40dfc3)](-0x4a*-0x53+-0xfe4+-0x68a)[_0x4747ba(-_0x33fca1._0x3292cf,-0x14e,-0x143,-0xfd)](_0x537fd3);}else{const _0x261d73={};return _0x261d73[_0x4747ba(-0x15f,-0x159,-_0x33fca1._0x464164,-0x11b)]=_0x44745f[_0x88b2e9(_0x33fca1._0x5d9456,_0x33fca1._0x50f497,0x119,0x1a1)],_0x261d73[_0x4747ba(-_0x33fca1._0x54a0a7,-_0x33fca1._0xba74ba,-0x113,-0xcc)]=_0x44745f[_0x88b2e9(0x101,_0x33fca1._0x1e32fa,_0x33fca1._0x3b5075,0x1d2)],_0x39ab93['status'](-0x526*0x1+-0x1*0x955+0x100b)[_0x88b2e9(0x20f,_0x33fca1._0x15a7f9,0x1d3,0x1f7)](_0x261d73);}}const _0x11cd93={};_0x11cd93[_0x4747ba(-_0x33fca1._0x368e08,-0xb8,-_0x33fca1._0x4eb7dc,-_0x33fca1._0x3b30f6)]=_0x3c0912[_0x4747ba(-0xfa,-0x16e,-_0x33fca1._0x4dd698,-0x127)],_0x11cd93[_0x4747ba(-0xc4,-0x95,-0x121,-_0x33fca1._0x1f6a0e)+'t']=_0x245e6d,_0x11cd93[_0x4747ba(-0x237,-_0x33fca1._0x861ac0,-_0x33fca1._0x4a1c7e,-_0x33fca1._0x4f48f5)]=_0x5542ff['id'],_0x11cd93[_0x4747ba(-0x250,-_0x33fca1._0x596a49,-0x231,-_0x33fca1._0x478c48)]=_0x5542ff[_0x88b2e9(_0x33fca1._0xdac43c,_0x33fca1._0x4115e2,_0x33fca1._0x49b379,_0x33fca1._0x2fe60c)];function _0x88b2e9(_0x443459,_0x5e5948,_0x1b7d9c,_0x44c5af){return _0x433a0a(_0x443459-_0x168266._0x503ce0,_0x5e5948-0x142,_0x44c5af,_0x5e5948-0x33d);}_0x11cd93[_0x4747ba(-_0x33fca1._0x150b07,-_0x33fca1._0x34cd0a,-0x1a5,-0x12a)+_0x88b2e9(0x234,_0x33fca1._0x3429ff,0x1b4,_0x33fca1._0x284042)]=_0x33a7eb[_0x4747ba(-_0x33fca1._0x4b40d3,-0x122,-_0x33fca1._0x443686,-_0x33fca1._0x398ac0)],logger['info'](_0x88b2e9(_0x33fca1._0x40dfc3,0x138,_0x33fca1._0x50f45f,0x11d)+_0x4747ba(-0x197,-0x9f,-_0x33fca1._0x1ce04a,-_0x33fca1._0xdccb90)+_0x4747ba(-_0x33fca1._0x592632,-0xeb,-0x160,-0xf5)+_0x4747ba(-_0x33fca1._0x2a6e72,-_0x33fca1._0x122322,-0xd6,-0xf6),_0x11cd93);const _0x216a51=_0x567b0f['join'](_0xfafd80,_0x4747ba(-0x168,-0xc1,-0x192,-_0x33fca1._0x5abef2)),_0x65ada7=new Date()[_0x4747ba(-_0x33fca1._0x301246,-_0x33fca1._0x5f3fa9,-_0x33fca1._0x2af5f2,-0x143)+'g']();try{const _0x58eef1={};_0x58eef1[_0x88b2e9(0x1e0,_0x33fca1._0x598285,_0x33fca1._0x49a27c,_0x33fca1._0x449887)]=!![],await _0x1cd238[_0x88b2e9(_0x33fca1._0x4b40d3,_0x33fca1._0x121f6b,_0x33fca1._0x5841f6,_0x33fca1._0x8f4b82)](_0xfafd80,_0x58eef1),await _0x1cd238[_0x4747ba(-0x162,-_0x33fca1._0x5b368d,-0x100,-0x14c)](_0x216a51,_0x33a7eb,_0x44745f['nDWGp']);const _0xbae09b={};_0xbae09b['taskId']=_0x3c0912[_0x4747ba(-0xd5,-_0x33fca1._0x1c9c9d,-0x109,-_0x33fca1._0x395372)],_0xbae09b['environmen'+'t']=_0x245e6d,_0xbae09b['userId']=_0x5542ff['id'],logger['info'](_0x44745f[_0x4747ba(-_0x33fca1._0x345a60,-0x1eb,-_0x33fca1._0x5042b6,-0x19e)],_0xbae09b);const _0x531b53={};_0x531b53[_0x4747ba(-0x9f,-_0x33fca1._0x4030ff,-0xe4,-_0x33fca1._0x2e1650)]=!![],_0x531b53['environmen'+'t']=_0x245e6d,_0x531b53[_0x88b2e9(_0x33fca1._0x162995,0x20c,0x1a5,_0x33fca1._0x3f82c9)]=_0x44745f[_0x4747ba(-0xdd,-0x101,-0xb4,-0x100)],_0x531b53[_0x4747ba(-0x94,-0xcd,-_0x33fca1._0x1988ea,-0xd8)]=_0x65ada7,_0x531b53[_0x4747ba(-0x10a,-_0x33fca1._0xd842f,-_0x33fca1._0x5f1722,-0x197)+_0x88b2e9(0x1cd,_0x33fca1._0x163b7c,0x275,0x25b)]=_0x3c0912[_0x4747ba(-0x18e,-_0x33fca1._0x1db40b,-0x9f,-_0x33fca1._0x20265b)],_0x531b53[_0x4747ba(-0xc1,-0x10e,-_0x33fca1._0x351504,-_0x33fca1._0x4e81dc)+_0x88b2e9(0x17d,_0x33fca1._0x5f1722,_0x33fca1._0x38f4f2,_0x33fca1._0xf5a79e)]=_0x5542ff['id'],_0x39ab93[_0x88b2e9(_0x33fca1._0x4fb07a,_0x33fca1._0x1454bc,0x1f0,0x20f)](_0x531b53);}catch(_0x2d342d){if(_0x44745f[_0x4747ba(-0xee,-0x7c,-_0x33fca1._0x37c8b1,-_0x33fca1._0x1e57f0)](_0x44745f[_0x4747ba(-0x157,-_0x33fca1._0x5d8b49,-_0x33fca1._0x14ca06,-0x1d6)],_0x44745f[_0x88b2e9(0x126,_0x33fca1._0x508320,_0x33fca1._0x12176a,0x10f)])){const _0x1e5f6a={};_0x1e5f6a[_0x88b2e9(_0x33fca1._0x5b4dbb,0x1c6,_0x33fca1._0x2d18e6,0x1b5)]=_0x3c0912[_0x4747ba(-_0x33fca1._0x513b82,-_0x33fca1._0x75f81e,-0x1a4,-_0x33fca1._0xe21c56)],_0x1e5f6a['environmen'+'t']=_0x245e6d,_0x1e5f6a['error']=_0x2d342d['message'],logger['error'](_0x44745f['Ykmhp'],_0x1e5f6a);const _0x27eecd={};_0x27eecd['error']=_0x44745f['amQmw'],_0x27eecd['message']=_0x44745f['WVGkP'],_0x39ab93['status'](-0x23b*0x7+0x9f5*0x3+-0xc4e)[_0x4747ba(-0x121,-0x110,-0xf3,-_0x33fca1._0x46af2b)](_0x27eecd);}else{const _0x5d3e7a={};_0x5d3e7a['templates']=[],_0x5d3e7a[_0x4747ba(-0x4d,-_0x33fca1._0x3e3f0f,-0xc6,-_0x33fca1._0x107c5d)+'t']=_0x287816,_0xa72ee3[_0x4747ba(-0x80,-0x180,-0x150,-0xfd)](_0x5d3e7a);}}}),router[_0x433a0a(-0x223,-0x25b,-0x1ae,-0x1d1)](_0x433a0a(-0x25f,-0x242,-0x218,-0x221),requireTaskAuth,requireTemplatesPermission,async(_0x27433f,_0x3c511e)=>{const _0x40b18a={_0x4b40a4:0x345,_0x4f2e52:0x2c2,_0x57ccb8:0x31b,_0x24dd99:0x197,_0x106383:0x195,_0x3673fd:0x33e,_0x5a5c73:0x2dd,_0x4ad88e:0x342,_0x3f23db:0x346,_0x5bc183:0x20e,_0x5999e7:0x231,_0x1421ff:0x437,_0x36e52a:0x3e2,_0xe249a6:0x3e9,_0x404dc4:0x1f8,_0x57640c:0x185,_0xffead9:0x183,_0x36b445:0x108,_0x192c47:0x19f,_0x22808d:0x147,_0x5647f0:0xdb,_0x48b008:0x109,_0x1f4606:0x1ff,_0x52fb21:0x169,_0x114c8b:0x2b9,_0x4f38d0:0x2b2,_0x6402a3:0x264,_0xb50ac0:0xaa,_0x4e12fd:0x128,_0xeb0e9b:0x194,_0x2dd8f1:0x151,_0x2ace3a:0x18e,_0x80f6b9:0x19d,_0x3ea0f6:0x126,_0x4d6111:0x31e,_0x275c4d:0x14a,_0x2e2695:0x11c,_0x99d925:0x1c3,_0xc583b9:0x1aa,_0xfcc42:0x22e,_0x263cf3:0x210,_0x970d08:0x287,_0x5863cb:0x264,_0x51aaae:0x20b,_0x320ccf:0x1de,_0x4e6087:0x1a7,_0x1b9c16:0x35d,_0x1cdd92:0x2e7,_0xa13df7:0x2d7,_0x2a5c08:0x13c,_0x258ba0:0xeb,_0x39eb7e:0x237,_0x57f768:0x394,_0x2df7eb:0x389,_0x2a5828:0x259,_0x34c156:0x336,_0x24bdd1:0x44c,_0x298da4:0x1f2,_0x8a6d8d:0x1c7,_0x5aa137:0x2e1,_0x142337:0x39c,_0x101a89:0x1a4,_0x42f0a3:0x1ac,_0x583f9e:0x265,_0x56427d:0x210,_0x13c887:0x15f,_0x60f935:0x1ed,_0x16337a:0x1fe,_0x1d7e0f:0x16b,_0x33dc47:0x189,_0x53b6e8:0x1a6,_0x1e0955:0x209,_0x57f4b7:0x1a7,_0x34b9e1:0x404,_0x3aa151:0x38d,_0x38554e:0x359,_0x69f800:0x363,_0x566479:0x37a,_0x149246:0x31c,_0x14a39a:0x3c0,_0x6bef56:0x208,_0x134b8d:0x3bc,_0x2f69ea:0x2ef,_0x4ff9e0:0x32f,_0x5a25d6:0x311,_0x109c60:0x2cc,_0x2717b8:0x2e4,_0x315fcd:0x1e4,_0x4d87c4:0x192,_0x3bd62a:0x241,_0x28409d:0x1cf,_0x367f40:0x234,_0x3025bc:0x36c,_0x188af5:0x3be,_0x77fa34:0x37a,_0x1ed855:0x219,_0x59aefa:0x135,_0x2e375d:0x1b3,_0x55bb8f:0x14f,_0x419f38:0x164,_0x40379b:0x27a,_0xfd11b:0x2fa,_0x12a2f0:0x24f,_0x275453:0x3c9,_0xff4790:0x19e,_0x592de7:0x210,_0x56e7ea:0x246,_0x41d82d:0x230,_0xcfda8a:0x222,_0x297aeb:0x208,_0x55f936:0x351,_0x3286b2:0x204,_0xfe1058:0x1fb,_0xc0e7ca:0x1cf,_0x18069d:0x1e0,_0x2feec2:0x262,_0x57c6a8:0x32d,_0x6eef6b:0x30b,_0x4e4c40:0x259,_0x4266cd:0x105},_0x41ba86={_0x3fc5fd:0x5d,_0x5d4356:0x51,_0x40311d:0xda,_0x3a063b:0x60,_0x113fa3:0x1ab,_0x49904f:0x21c,_0x261de4:0x223,_0x2ef5b9:0x24f,_0x108bae:0x2bf,_0x8e5efc:0x28e,_0x6570f3:0x59,_0x2cd86c:0x1d,_0x5e0581:0x236,_0x384afc:0x1e4},_0x4c11fe={_0x3427c1:0x1f2,_0x525168:0xd4},_0x26678d={_0x4aee3b:0x119,_0x549e9b:0x125},_0xad2411={_0x4e3ded:0x169},_0x2237e3={};_0x2237e3[_0x36519d(0x2c9,_0x40b18a._0x4b40a4,_0x40b18a._0x4f2e52,_0x40b18a._0x57ccb8)]=function(_0x1e1a33,_0x397fe9){return _0x1e1a33===_0x397fe9;},_0x2237e3['zLcWP']=_0x36519d(0x2c5,0x2e1,0x34b,0x3cb);function _0x36519d(_0xc8b717,_0x3154c1,_0x151ee2,_0x3f7301){return _0x149043(_0x151ee2-_0xad2411._0x4e3ded,_0xc8b717,_0x151ee2-0x11d,_0x3f7301-0x1c2);}_0x2237e3['yOfZy']='utf-8',_0x2237e3[_0x56d708(_0x40b18a._0x24dd99,0x1d6,0x16d,_0x40b18a._0x106383)]=function(_0x2d4677,_0x3193f6){return _0x2d4677!==_0x3193f6;},_0x2237e3['BMIhd']=_0x36519d(_0x40b18a._0x3673fd,_0x40b18a._0x5a5c73,0x34c,_0x40b18a._0x4ad88e),_0x2237e3[_0x36519d(0x36e,0x335,_0x40b18a._0x3f23db,0x37d)]='Not\x20Found',_0x2237e3[_0x56d708(0x229,_0x40b18a._0x5bc183,0x200,_0x40b18a._0x5999e7)]='Internal\x20S'+_0x36519d(0x360,0x391,0x3c3,_0x40b18a._0x1421ff)+'r',_0x2237e3[_0x36519d(_0x40b18a._0x36e52a,0x309,0x35a,_0x40b18a._0xe249a6)]='Failed\x20to\x20'+'delete\x20tem'+_0x56d708(0x142,_0x40b18a._0x404dc4,_0x40b18a._0x57640c,_0x40b18a._0xffead9);function _0x56d708(_0x38bd7a,_0x22784c,_0x341d2c,_0x374999){return _0x149043(_0x341d2c- -0x37,_0x38bd7a,_0x341d2c-_0x26678d._0x4aee3b,_0x374999-_0x26678d._0x549e9b);}_0x2237e3[_0x56d708(_0x40b18a._0x36b445,_0x40b18a._0x192c47,_0x40b18a._0x22808d,_0x40b18a._0x5647f0)]=_0x56d708(_0x40b18a._0x48b008,0x1e3,0x187,0x1f8)+_0x56d708(_0x40b18a._0x1f4606,_0x40b18a._0x52fb21,0x1d0,0x188)+'ment\x20templ'+_0x36519d(0x358,0x2a2,0x32d,0x3bb),_0x2237e3[_0x36519d(0x2d4,_0x40b18a._0x114c8b,_0x40b18a._0x4f38d0,_0x40b18a._0x6402a3)]=_0x56d708(0xe0,_0x40b18a._0xb50ac0,_0x40b18a._0x4e12fd,0x19f)+_0x56d708(_0x40b18a._0xeb0e9b,0x1aa,0x18d,0x17e),_0x2237e3[_0x56d708(_0x40b18a._0x2dd8f1,0x156,0x13e,_0x40b18a._0x2ace3a)]=function(_0x6a94f7,_0x593653){return _0x6a94f7!==_0x593653;},_0x2237e3['OvLEe']=_0x56d708(0x165,0x16b,0x162,0xdd),_0x2237e3[_0x56d708(0xd7,0x19c,0x12e,0xdb)]=_0x56d708(0x145,0x1bf,_0x40b18a._0x80f6b9,0x1e4),_0x2237e3[_0x56d708(0x193,0xf2,0x144,_0x40b18a._0x3ea0f6)]=_0x36519d(0x319,_0x40b18a._0x4d6111,0x2cc,0x28f)+_0x56d708(_0x40b18a._0x275c4d,0xb2,_0x40b18a._0x2e2695,0x1ab)+_0x56d708(0x179,0x159,0x18d,0x141);const _0x78bfba=_0x2237e3,{callingTask:_0x5504fe,environmentName:_0x2caeb6,environmentPath:_0xb92332}=_0x27433f,_0x544afa={};_0x544afa[_0x56d708(0x1c2,0x1b1,0x1c3,0x20e)]=_0x5504fe[_0x56d708(0x1b5,0x236,_0x40b18a._0x99d925,0x189)],_0x544afa[_0x56d708(_0x40b18a._0xc583b9,_0x40b18a._0xfcc42,_0x40b18a._0x263cf3,_0x40b18a._0x970d08)+'t']=_0x2caeb6,logger[_0x56d708(_0x40b18a._0x5863cb,_0x40b18a._0x51aaae,_0x40b18a._0x320ccf,_0x40b18a._0x4e6087)](_0x78bfba[_0x36519d(_0x40b18a._0x1b9c16,0x275,_0x40b18a._0x1cdd92,_0x40b18a._0xa13df7)],_0x544afa);const _0x14124d=_0x567b0f[_0x56d708(0x1c4,0x17f,_0x40b18a._0x2a5c08,_0x40b18a._0x258ba0)](_0xb92332,_0x78bfba[_0x36519d(0x308,_0x40b18a._0x39eb7e,_0x40b18a._0x4f38d0,0x301)]);try{if(_0x78bfba['BZDCS'](_0x78bfba[_0x36519d(0x3cd,_0x40b18a._0x57f768,_0x40b18a._0x2df7eb,0x378)],_0x78bfba[_0x36519d(_0x40b18a._0x2a5828,0x240,0x2ce,0x24b)])){const _0x52a40e=await _0x1cd238['readdir'](_0x14124d),_0x20faaf=_0x52a40e[_0x36519d(_0x40b18a._0x34c156,0x3a9,0x3bf,_0x40b18a._0x24bdd1)](_0x320af5=>_0x320af5[_0x56d708(0x253,0x23a,0x1d9,0x23d)](_0x36519d(0x377,0x381,0x3a7,0x3d5))),_0x815dec=await Promise[_0x56d708(_0x40b18a._0x298da4,0x1f3,0x1b5,_0x40b18a._0x8a6d8d)](_0x20faaf[_0x36519d(_0x40b18a._0x5aa137,0x3a3,0x323,_0x40b18a._0x142337)](async _0x11ab7c=>{const _0x155450={_0x540599:0x114,_0x5111aa:0xd6,_0x2e3923:0xcc};function _0x1d9a53(_0x47cefd,_0x442e93,_0x4e6380,_0x1c0804){return _0x36519d(_0x442e93,_0x442e93-_0x4c11fe._0x3427c1,_0x47cefd- -0x265,_0x1c0804-_0x4c11fe._0x525168);}function _0x20844f(_0x4abb4d,_0x578636,_0x1067f9,_0x23aa12){return _0x56d708(_0x23aa12,_0x578636-_0x155450._0x540599,_0x578636-_0x155450._0x5111aa,_0x23aa12-_0x155450._0x2e3923);}if(_0x78bfba[_0x1d9a53(_0x41ba86._0x3fc5fd,0xa3,_0x41ba86._0x5d4356,_0x41ba86._0x40311d)](_0x1d9a53(0xe6,_0x41ba86._0x3a063b,0xbf,0xc0),_0x78bfba['zLcWP'])){const _0x2da817=_0x11ab7c[_0x20844f(_0x41ba86._0x113fa3,0x208,_0x41ba86._0x49904f,0x211)](/\.md$/,''),_0x45316d=_0x567b0f['join'](_0x14124d,_0x2da817+'.json');let _0x5c9566=null;try{const _0x3ca662=await _0x1cd238[_0x20844f(0x2a9,0x288,_0x41ba86._0x261de4,_0x41ba86._0x2ef5b9)](_0x45316d,_0x78bfba[_0x20844f(_0x41ba86._0x108bae,0x26c,_0x41ba86._0x8e5efc,0x2da)]);_0x5c9566=JSON[_0x1d9a53(_0x41ba86._0x6570f3,-_0x41ba86._0x2cd86c,0xdc,-0x10)](_0x3ca662);}catch{}return{'name':_0x2da817,'filename':_0x11ab7c,'description':_0x5c9566?.['descriptio'+'n']||null,'hasMetadata':_0x78bfba['Cbukc'](_0x5c9566,null)};}else _0x77274=_0x44ab78[_0x20844f(_0x41ba86._0x5e0581,_0x41ba86._0x384afc,0x1f3,0x192)],_0x58921a=_0xcf3a23['setupPath'],_0x1ea36f=_0x1f2669['coderConfi'+'g'];})),_0x122f62={};_0x122f62[_0x56d708(0x17f,_0x40b18a._0x101a89,0x15a,_0x40b18a._0x42f0a3)]=_0x815dec,_0x122f62[_0x56d708(_0x40b18a._0x583f9e,0x29c,_0x40b18a._0x56427d,_0x40b18a._0x1f4606)+'t']=_0x2caeb6,_0x3c511e[_0x56d708(_0x40b18a._0x13c887,0x1c4,_0x40b18a._0x60f935,_0x40b18a._0x16337a)](_0x122f62);}else{if(_0x78bfba[_0x56d708(_0x40b18a._0x1d7e0f,0xd9,0x122,_0x40b18a._0x33dc47)](_0x348ff4['code'],_0x78bfba['BMIhd'])){const _0x4a3c14={};_0x4a3c14['error']=_0x78bfba[_0x56d708(0x189,0x1bf,_0x40b18a._0x53b6e8,0x1ca)],_0x4a3c14['message']='Template\x20\x27'+_0x1d6e75+(_0x56d708(0x12d,0xa0,0x118,0x174)+'d'),_0x5063bf[_0x56d708(0x110,_0x40b18a._0x1e0955,0x195,_0x40b18a._0x57f4b7)](-0x2f8*0x1+0xa5a+0x1*-0x5ce)[_0x36519d(_0x40b18a._0x34b9e1,0x395,_0x40b18a._0x3aa151,0x3c1)](_0x4a3c14);}else{const _0xec8d1a={};_0xec8d1a[_0x36519d(_0x40b18a._0x38554e,0x399,0x363,_0x40b18a._0x57f768)]=_0x305792[_0x36519d(0x36b,0x2d6,_0x40b18a._0x69f800,0x3a3)],_0xec8d1a['environmen'+'t']=_0xc16c1b,_0xec8d1a[_0x36519d(_0x40b18a._0x566479,0x370,0x354,0x2d6)]=_0x2ad0cd,_0xec8d1a[_0x36519d(0x3c4,_0x40b18a._0x149246,0x36f,_0x40b18a._0x14a39a)]=_0xa354dc[_0x56d708(_0x40b18a._0x6bef56,0x1d5,0x21e,0x24e)],_0x5e9f87[_0x36519d(_0x40b18a._0x134b8d,_0x40b18a._0x2f69ea,0x36f,_0x40b18a._0x4ff9e0)](_0x36519d(0x288,_0x40b18a._0x5a25d6,_0x40b18a._0x109c60,_0x40b18a._0x2717b8)+'delete\x20tem'+_0x56d708(0x1a1,_0x40b18a._0x315fcd,0x185,0x119),_0xec8d1a);const _0x5d07fb={};_0x5d07fb[_0x56d708(_0x40b18a._0x4d87c4,_0x40b18a._0x3bd62a,_0x40b18a._0x28409d,_0x40b18a._0x367f40)]=_0x78bfba['cPwFU'],_0x5d07fb[_0x36519d(_0x40b18a._0x3025bc,0x42c,_0x40b18a._0x188af5,0x3b0)]=_0x78bfba[_0x36519d(0x3a5,0x391,0x35a,_0x40b18a._0x77fa34)],_0x23d204[_0x56d708(_0x40b18a._0x1ed855,_0x40b18a._0x59aefa,_0x40b18a._0x106383,_0x40b18a._0x2e375d)](-0x1*-0x1a14+-0x1054+-0x3e6*0x2)['json'](_0x5d07fb);}}}catch(_0x1bd5fc){if(_0x1bd5fc[_0x56d708(_0x40b18a._0x55bb8f,_0x40b18a._0x419f38,0x130,0x1bc)]==='ENOENT'){const _0x13f6d3={};_0x13f6d3[_0x36519d(_0x40b18a._0x40379b,0x36d,_0x40b18a._0xfd11b,0x2bf)]=[],_0x13f6d3[_0x56d708(0x1c9,0x1a7,_0x40b18a._0x56427d,_0x40b18a._0x12a2f0)+'t']=_0x2caeb6,_0x3c511e[_0x36519d(_0x40b18a._0x275453,0x3be,0x38d,0x3f1)](_0x13f6d3);}else{const _0x9d9946={};_0x9d9946[_0x36519d(0x35d,0x30c,0x363,_0x40b18a._0x34c156)]=_0x5504fe['taskId'],_0x9d9946[_0x56d708(_0x40b18a._0xff4790,0x1a0,_0x40b18a._0x592de7,_0x40b18a._0x56e7ea)+'t']=_0x2caeb6,_0x9d9946[_0x56d708(_0x40b18a._0x41d82d,_0x40b18a._0xcfda8a,0x1cf,_0x40b18a._0x297aeb)]=_0x1bd5fc[_0x36519d(_0x40b18a._0x55f936,_0x40b18a._0x69f800,0x3be,0x33c)],logger[_0x56d708(_0x40b18a._0x3286b2,_0x40b18a._0xfe1058,_0x40b18a._0xc0e7ca,_0x40b18a._0x18069d)](_0x36519d(0x2e0,_0x40b18a._0x2feec2,0x2cc,0x307)+'list\x20templ'+_0x36519d(0x359,0x38d,_0x40b18a._0x57c6a8,_0x40b18a._0x6eef6b),_0x9d9946);const _0x8b4a2f={};_0x8b4a2f['error']=_0x78bfba['cPwFU'],_0x8b4a2f['message']=_0x78bfba[_0x36519d(_0x40b18a._0x4e4c40,0x277,_0x40b18a._0x2717b8,0x263)],_0x3c511e[_0x56d708(0x1dd,_0x40b18a._0x4266cd,0x195,0x153)](0x1*-0x47c+0x1a43+-0x13d3)['json'](_0x8b4a2f);}}}),router['get'](_0x433a0a(-0x209,-0x235,-0x1fb,-0x221)+_0x433a0a(-0x1fe,-0x1ad,-0x173,-0x1da),requireTaskAuth,requireTemplatesPermission,async(_0x273669,_0x1cfdcf)=>{const _0x49048d={_0x5e8703:0x34b,_0x5742ab:0x40c,_0x3f48e7:0x331,_0x2dcae0:0x2be,_0x22485f:0x378,_0x3e8884:0x3be,_0x3e0c5f:0x2f0,_0x1a449a:0x315,_0x3aa047:0x31b,_0x31bdad:0x366,_0x2bbf38:0x2d5,_0x45dfcf:0x2d0,_0x4ce8a2:0x2d9,_0x2a687a:0x231,_0x51050e:0x351,_0x26f8af:0x422,_0x5cc04c:0x1e0,_0x30938b:0x205,_0x2e2381:0x1f0,_0x4cbb53:0x268,_0x186bfb:0x278,_0x2b2222:0x24c,_0x26cc21:0x1a4,_0x581f2d:0x221,_0x28d99c:0x23c,_0x2e3677:0x23f,_0x290c8a:0x21e,_0x5c10f0:0x235,_0x57d62c:0x2ac,_0x5839d4:0x37c,_0xf530d0:0x3de,_0x237f1a:0x391,_0x52b8ee:0x251,_0x4dbd35:0x252,_0x156faf:0x3ce,_0x45788f:0x3eb,_0x54a22f:0x444,_0x34c416:0x352,_0x1437f7:0x3d2,_0x14cfc4:0x368,_0xbf732b:0x2e8,_0x3564a9:0x3ee,_0x4e5b62:0x1cb,_0x5195d2:0x314,_0x306158:0x320,_0x2f1ef5:0x344,_0x34810c:0x37b,_0x4672d0:0x32b,_0x4e3d25:0x22a,_0x5f2681:0x33d,_0x3ad709:0x2b0,_0x17f21a:0x316,_0x5e798d:0x393,_0x558550:0x25d,_0x4916b6:0x236,_0x41f965:0x310,_0xc2ea38:0x3e8,_0x1ea539:0x466,_0x1608dd:0x469,_0x58fad9:0x2bb,_0x31d0a0:0x3f1,_0x52126e:0x418,_0x567626:0x375,_0x170a48:0x2f9,_0x3e313e:0x308,_0x56692f:0x242,_0x49f8e7:0x32a,_0x3d7b18:0x33c,_0x51d749:0x337,_0xe5f5f4:0x35a,_0x4e024b:0x339,_0x1b018b:0x280,_0x2a68f9:0x26f,_0x4ac4c4:0x2b1,_0xc7f5d5:0x30d,_0x5688ca:0x29d,_0x55717a:0x30f,_0x3df5af:0x260,_0x2c27bc:0x278,_0x36d7c2:0x227,_0x241aa7:0x379,_0x2a1ba2:0x2eb,_0x4e1ecd:0x2db,_0x3d3d6b:0x3c4,_0x487e1e:0x345,_0x592c03:0x1ea,_0x2e0f50:0x24b,_0x2e0278:0x2ad,_0xab5ee9:0x2a3,_0x27a3c0:0x35e,_0x1a3e2a:0x3ec,_0x3ca3cd:0x2ee,_0x6dc78b:0x219,_0x465f5a:0x224,_0x2e5ff0:0x285,_0x4a30fc:0x1a1,_0x947d70:0x1e2,_0x217457:0x1ce,_0x23219b:0x32c,_0x377ffc:0x3ad,_0x854e8f:0x38f,_0x389694:0x3df,_0x1743f3:0x3ed,_0x4f42d0:0x2b0,_0x5b378a:0x271,_0x5e04a7:0x2c6,_0x1ff7f4:0x35c,_0x108b7e:0x239,_0x1d5b0b:0x285,_0x3a972c:0x332,_0x469024:0x2d4,_0x1d44ad:0x34f,_0x27a6fc:0x3cf,_0x173ac3:0x1be,_0x1bac09:0x1f4,_0x29bb81:0x1b8,_0x3237e4:0x2a2,_0x479fac:0x28d,_0xa4be5d:0x186,_0x50e5c:0x39b,_0x5b477c:0x409,_0x59225a:0x282,_0x52c8a9:0x318,_0x4a7f27:0x2d4,_0x1593d8:0x326,_0xcff5b0:0x2df,_0x2788ed:0x289,_0x31097d:0x311,_0x2b3e48:0x2d6,_0x4da2b7:0x38f,_0x38a86b:0x294,_0x30c47e:0x298,_0xfecb3a:0x2c6,_0x3fd0e1:0x329,_0x460212:0x286,_0x3274de:0x27a,_0x582777:0x262,_0x29acad:0x243,_0x4c0514:0x233,_0x2019d3:0x23f,_0x983552:0x1f8,_0x360069:0x1f2,_0x3f8659:0x341,_0xa96782:0x2bd,_0x20c3a3:0x2ed,_0x1574b3:0x353,_0x1e13ad:0x34e,_0xb9fee5:0x2f1,_0xcc0638:0x2fc,_0x230add:0x37d,_0x25e9a7:0x276,_0x52ce82:0x25b,_0x1a9911:0x28c,_0x4886ec:0x37a,_0x22c526:0x35d,_0x3dc8c1:0x33f,_0x184fa5:0x15c,_0x5d71de:0x1c5,_0x1c20f0:0x254,_0x422236:0x38f,_0x13f321:0x369,_0x48da13:0x415,_0x5dc89f:0x3ea,_0x363c7c:0x439,_0x38dbb4:0x2e7,_0x26143c:0x2f5,_0x1d8c7d:0x2f5,_0x5127eb:0x30c,_0x1a7e40:0x40a,_0x544b6d:0x1e6,_0x3e91ce:0x2d4,_0x331a8a:0x355,_0x2ae830:0x38f,_0x45cb29:0x356,_0x3b578b:0x259,_0x37de04:0x1ff,_0x40664c:0x24b,_0x5019c7:0x2f4,_0x1707e4:0x3d8,_0x260215:0x3fb,_0x530cba:0x208,_0x2e030e:0x1eb,_0x569699:0x1e9,_0xed254c:0x3fa,_0x5ac95c:0x214,_0x1b1ea4:0x218,_0xc8e951:0x353,_0x4ff5cd:0x2bc,_0x5778d3:0x360,_0x2f88b9:0x2d3,_0x5eda64:0x2a7,_0x6e1db2:0x2b2,_0x4f09e4:0x304,_0x4ed66a:0x2c6,_0x2a9225:0x36d,_0x404548:0x266,_0x2f55ad:0x269,_0x14a1ec:0x38b,_0x47af48:0x44c,_0x16282a:0x3b2,_0x32f99e:0x375,_0x2a1975:0x374,_0x448cc1:0x2a4,_0x1799f5:0x29f,_0x311113:0x29c,_0x1ba059:0x3a2,_0x134ce9:0x2e1,_0x4a87b4:0x328,_0x4c1de8:0x2b1,_0x4a055e:0x40e,_0x3a5900:0x361,_0x40951d:0x335,_0x2b1d26:0x35b,_0x29a807:0x40a,_0x4d8fa5:0x2aa,_0x58daee:0x2b8,_0x36506d:0x279,_0x1786fa:0x38f,_0x2cdcbd:0x393,_0x2e8216:0x381,_0x29b9ef:0x2c0,_0x3e3fd2:0x285,_0xe0f5b7:0x28b,_0x138fdb:0x28a,_0x383e72:0x241,_0x108aae:0x24b,_0x309e31:0x245,_0x1dee01:0x1ca,_0x3beabd:0x234,_0x1c64e2:0x237,_0x13c2f7:0x174,_0x497ad4:0x1f3,_0x3fb8fd:0x23b,_0x37a4ec:0x2bf,_0x297f06:0x2a3,_0x39072d:0x387,_0xd8ff12:0x334,_0x105cc3:0x39b,_0x415d4e:0x36f,_0x4420b8:0x33e,_0x18f734:0x29b,_0x3d9e9b:0x325,_0x2a48a3:0x349,_0x205f53:0x2ce,_0x470b14:0x3b7,_0x105471:0x256,_0x4e33ea:0x257,_0x1dfb00:0x252,_0x40339b:0x254,_0x10f481:0x416,_0x3fe578:0x3ed,_0x36f41f:0x434,_0x2721a7:0x31a,_0x2d6d00:0x309,_0x1698b0:0x2c3,_0x461b93:0x32c,_0xc3eac0:0x399,_0x23e482:0x20f,_0x22ae02:0x361,_0x4430d7:0x2f8,_0x5e5022:0x314,_0x2db962:0x344,_0x31e8a6:0x29a,_0x4749e1:0x2a3},_0x4208f0={_0x314e84:0x153,_0xf9a149:0xe0},_0x30d2d0={_0x29a341:0x7f,_0x3930b4:0x176},_0x3fb448={};function _0x52d413(_0x1047fb,_0x3d517d,_0x3d1fb4,_0x88f534){return _0x149043(_0x88f534-_0x30d2d0._0x29a341,_0x1047fb,_0x3d1fb4-_0x30d2d0._0x3930b4,_0x88f534-0x3a);}_0x3fb448[_0x505c6f(0x37f,0x307,_0x49048d._0x5e8703,_0x49048d._0x5742ab)]=function(_0x26cec3,_0x2adebc){return _0x26cec3===_0x2adebc;},_0x3fb448[_0x52d413(0x270,0x32f,_0x49048d._0x3f48e7,_0x49048d._0x2dcae0)]=_0x505c6f(_0x49048d._0x22485f,_0x49048d._0x3e8884,0x330,_0x49048d._0x3e0c5f),_0x3fb448[_0x505c6f(0x31b,_0x49048d._0x1a449a,0x2b1,0x35c)]=_0x505c6f(0x34e,0x2e8,0x347,0x2e0),_0x3fb448[_0x52d413(0x1a8,0x296,0x217,0x237)]=_0x505c6f(0x31c,_0x49048d._0x3aa047,0x2dc,_0x49048d._0x31bdad)+_0x52d413(_0x49048d._0x2bbf38,0x2c8,_0x49048d._0x45dfcf,_0x49048d._0x4ce8a2)+'r',_0x3fb448[_0x52d413(0x248,_0x49048d._0x2a687a,0x232,0x1f3)]=_0x52d413(0x1b0,0x175,0x1c0,0x1e2)+_0x505c6f(0x3a3,0x33f,_0x49048d._0x51050e,_0x49048d._0x26f8af)+_0x52d413(_0x49048d._0x5cc04c,0x173,_0x49048d._0x30938b,_0x49048d._0x2e2381),_0x3fb448[_0x52d413(0x1c1,_0x49048d._0x4cbb53,_0x49048d._0x186bfb,0x24a)]=function(_0x484186,_0x191e43){return _0x484186===_0x191e43;},_0x3fb448[_0x52d413(0x24d,_0x49048d._0x2b2222,_0x49048d._0x26cc21,_0x49048d._0x581f2d)]='Failed\x20to\x20'+'read\x20AGENT'+'S.md',_0x3fb448[_0x52d413(0x25f,0x2c1,_0x49048d._0x28d99c,_0x49048d._0x2e3677)]='Failed\x20to\x20'+_0x52d413(0x248,_0x49048d._0x290c8a,_0x49048d._0x5c10f0,_0x49048d._0x57d62c)+_0x505c6f(_0x49048d._0x5839d4,_0x49048d._0xf530d0,0x342,_0x49048d._0x237f1a)+'le',_0x3fb448[_0x505c6f(_0x49048d._0x5e8703,0x2bc,0x375,0x38f)]=_0x52d413(_0x49048d._0x52b8ee,_0x49048d._0x4dbd35,0x24e,0x267)+'t',_0x3fb448[_0x505c6f(_0x49048d._0x156faf,_0x49048d._0x45788f,_0x49048d._0x54a22f,0x3ac)]='Invalid\x20te'+_0x505c6f(_0x49048d._0x34c416,0x2cf,0x35e,_0x49048d._0x1437f7)+'e',_0x3fb448[_0x505c6f(_0x49048d._0x14cfc4,_0x49048d._0xbf732b,_0x49048d._0x3564a9,0x399)]=_0x52d413(0x202,_0x49048d._0x4e5b62,0x272,0x20b)+_0x505c6f(0x30e,_0x49048d._0x5195d2,_0x49048d._0x306158,0x313)+'nt\x20request'+'\x20with\x20unkn'+_0x505c6f(_0x49048d._0x2f1ef5,_0x49048d._0x34810c,0x319,_0x49048d._0x4672d0)+'D',_0x3fb448[_0x505c6f(0x336,0x359,0x389,0x34d)]=_0x52d413(0x2c8,_0x49048d._0x4e3d25,_0x49048d._0x5f2681,_0x49048d._0x3ad709)+'ed',_0x3fb448[_0x505c6f(0x343,_0x49048d._0x17f21a,_0x49048d._0x5e798d,0x3bf)]=function(_0x4e3e65,_0x14bc7e){return _0x4e3e65!==_0x14bc7e;},_0x3fb448[_0x52d413(_0x49048d._0x558550,0x1ec,_0x49048d._0x4916b6,0x1d5)]=_0x505c6f(0x391,0x337,_0x49048d._0x41f965,0x37e),_0x3fb448[_0x505c6f(_0x49048d._0xc2ea38,_0x49048d._0x1ea539,0x424,_0x49048d._0x1608dd)]='wvaXQ',_0x3fb448['BvxsN']=_0x52d413(0x265,0x344,0x24b,_0x49048d._0x58fad9)+'ing\x20templa'+'te';function _0x505c6f(_0xd9a6d1,_0x2cf6e1,_0x1ee678,_0x57c819){return _0x433a0a(_0xd9a6d1-_0x4208f0._0x314e84,_0x2cf6e1-_0x4208f0._0xf9a149,_0x1ee678,_0xd9a6d1-0x506);}_0x3fb448[_0x505c6f(_0x49048d._0x31d0a0,_0x49048d._0x52126e,0x47d,0x461)]=_0x505c6f(0x2e1,0x2ef,0x2ec,0x2a9),_0x3fb448['LzEJm']=_0x505c6f(0x2fb,0x37a,0x320,_0x49048d._0x567626),_0x3fb448['PvdmQ']='utf-8',_0x3fb448[_0x505c6f(_0x49048d._0x170a48,_0x49048d._0x3e313e,0x2bc,0x353)]=function(_0x4b59e4,_0x3515b8){return _0x4b59e4!==_0x3515b8;},_0x3fb448[_0x52d413(_0x49048d._0x56692f,0x2eb,_0x49048d._0x49f8e7,0x2c2)]=_0x505c6f(_0x49048d._0x3d7b18,_0x49048d._0x51d749,_0x49048d._0xe5f5f4,_0x49048d._0x4e024b),_0x3fb448[_0x505c6f(0x2ff,0x37b,0x2cb,_0x49048d._0x1b018b)]=_0x52d413(_0x49048d._0x2a68f9,0x1ae,0x1b1,0x21e),_0x3fb448[_0x52d413(0x247,_0x49048d._0x4ac4c4,0x22e,0x29c)]='HFaMe',_0x3fb448[_0x505c6f(_0x49048d._0xc7f5d5,0x389,0x302,_0x49048d._0x5688ca)]=_0x505c6f(_0x49048d._0x55717a,0x358,0x30f,0x2f7);const _0xb2572c=_0x3fb448,{callingTask:_0x575cb1,environmentName:_0x11e8b2,environmentPath:_0x189d28}=_0x273669,{name:_0x49c74f}=_0x273669['params'];if(_0x49c74f['includes']('/')||_0x49c74f[_0x52d413(_0x49048d._0x3df5af,_0x49048d._0x2c27bc,0x29a,_0x49048d._0x36d7c2)]('\x5c')||_0x49c74f[_0x505c6f(_0x49048d._0x5f2681,0x2f0,0x347,_0x49048d._0x241aa7)]('..')){if(_0xb2572c['JEiSS'](_0xb2572c[_0x505c6f(_0x49048d._0x2a1ba2,_0x49048d._0x4e1ecd,0x34d,0x2a3)],_0xb2572c[_0x505c6f(0x3e8,0x433,_0x49048d._0x3d3d6b,0x405)])){const _0x290bac={};return _0x290bac['error']=_0xb2572c[_0x505c6f(_0x49048d._0x5e8703,0x310,0x2fb,_0x49048d._0x487e1e)],_0x290bac['message']=_0xb2572c[_0x505c6f(0x3ce,0x439,0x3f6,0x42e)],_0x1cfdcf[_0x52d413(0x1bb,_0x49048d._0x592c03,0x289,_0x49048d._0x2e0f50)](0x1*0x2a1+0x1*0x22c+-0x33d)[_0x52d413(_0x49048d._0x2e0278,0x265,0x245,_0x49048d._0xab5ee9)](_0x290bac);}else{if(_0xb2572c[_0x505c6f(0x37f,_0x49048d._0x27a3c0,0x393,_0x49048d._0x1a3e2a)](_0xfe56a7[_0x505c6f(0x2fc,_0x49048d._0x3ca3cd,0x2dc,0x2f5)],_0xb2572c[_0x52d413(0x32a,0x25f,0x24d,0x2be)])){const _0x56aed6={};_0x56aed6[_0x52d413(_0x49048d._0x6dc78b,0x2b7,_0x49048d._0x465f5a,_0x49048d._0x2e5ff0)]=_0xb2572c[_0x52d413(0x224,0x1c5,0x262,_0x49048d._0x30938b)],_0x56aed6['message']='Template\x20\x27'+_0x37e192+(_0x52d413(_0x49048d._0x4a30fc,_0x49048d._0x947d70,0x20d,_0x49048d._0x217457)+'d'),_0x16bc66[_0x505c6f(0x361,0x3a5,_0x49048d._0x23219b,_0x49048d._0x377ffc)](-0x8f5+-0xd3b+0x17c4)[_0x505c6f(0x3b9,_0x49048d._0x5742ab,0x3b4,0x379)](_0x56aed6);}else{const _0x536665={};_0x536665['taskId']=_0x417b5c[_0x505c6f(_0x49048d._0x854e8f,_0x49048d._0x389694,0x33c,_0x49048d._0x1743f3)],_0x536665[_0x52d413(0x2a6,_0x49048d._0x4f42d0,_0x49048d._0x5b378a,_0x49048d._0x5e04a7)+'t']=_0x70b500,_0x536665[_0x505c6f(0x380,0x3ae,_0x49048d._0x1ff7f4,_0x49048d._0x45788f)]=_0x1fb77f,_0x536665[_0x52d413(0x2a9,0x2e0,_0x49048d._0x108b7e,_0x49048d._0x1d5b0b)]=_0x389448[_0x52d413(0x2b2,_0x49048d._0x3a972c,0x28a,_0x49048d._0x469024)],_0x55dfa5[_0x505c6f(0x39b,_0x49048d._0x1d44ad,_0x49048d._0x27a6fc,0x30e)](_0x52d413(_0x49048d._0x173ac3,_0x49048d._0x1bac09,_0x49048d._0x29bb81,_0x49048d._0x947d70)+_0x52d413(0x2f6,_0x49048d._0x3237e4,0x26c,_0x49048d._0x479fac)+_0x52d413(0x25e,0x21a,_0x49048d._0xa4be5d,0x1f0),_0x536665);const _0x6255fb={};_0x6255fb[_0x505c6f(_0x49048d._0x50e5c,0x3b9,0x423,_0x49048d._0x5b477c)]=_0xb2572c['pYZhm'],_0x6255fb[_0x52d413(_0x49048d._0x59225a,0x31b,_0x49048d._0x52c8a9,_0x49048d._0x4a7f27)]=_0xb2572c[_0x505c6f(0x309,_0x49048d._0x1593d8,_0x49048d._0x5688ca,_0x49048d._0xcff5b0)],_0x21a5f1[_0x52d413(0x2ce,_0x49048d._0x2788ed,0x241,0x24b)](0x727+0x152*-0x13+0x13e3)[_0x52d413(_0x49048d._0x31097d,_0x49048d._0x2e0278,_0x49048d._0x2b3e48,0x2a3)](_0x6255fb);}}}const _0x1efc3b={};_0x1efc3b['taskId']=_0x575cb1[_0x505c6f(_0x49048d._0x4da2b7,0x39f,_0x49048d._0x27a6fc,_0x49048d._0x34810c)],_0x1efc3b[_0x52d413(0x2f9,_0x49048d._0x38a86b,_0x49048d._0x30c47e,_0x49048d._0xfecb3a)+'t']=_0x11e8b2,_0x1efc3b['template']=_0x49c74f,logger['info'](_0xb2572c[_0x505c6f(0x2e6,_0x49048d._0x3fd0e1,0x2f8,0x260)],_0x1efc3b);const _0x4efbea=_0x567b0f['join'](_0x189d28,_0x52d413(0x25f,_0x49048d._0x52b8ee,0x1a7,0x1de)+_0x52d413(_0x49048d._0x460212,_0x49048d._0x3274de,_0x49048d._0x582777,_0x49048d._0x29acad)),_0x1c4e1c=_0x567b0f[_0x52d413(_0x49048d._0x4c0514,_0x49048d._0x2019d3,_0x49048d._0x983552,_0x49048d._0x360069)](_0x4efbea,_0x49c74f+_0x52d413(_0x49048d._0x3f8659,0x329,_0x49048d._0x5688ca,_0x49048d._0xa96782)),_0x42fa52=_0x567b0f['join'](_0x4efbea,_0x49c74f+'.json');try{if(_0xb2572c['NawIE'](_0xb2572c['BuzKE'],_0xb2572c[_0x505c6f(_0x49048d._0x20c3a3,_0x49048d._0x1574b3,0x286,_0x49048d._0x1e13ad)])){if(_0xb2572c[_0x505c6f(0x360,0x32c,_0x49048d._0xb9fee5,_0x49048d._0xc2ea38)](_0xe8367c[_0x505c6f(_0x49048d._0xcc0638,_0x49048d._0x230add,_0x49048d._0x25e9a7,0x2ec)],_0xb2572c[_0x52d413(0x2f5,_0x49048d._0x52ce82,_0x49048d._0x3237e4,0x2be)])){const _0x149511={};_0x149511['content']='',_0x149511[_0x52d413(_0x49048d._0x3df5af,_0x49048d._0x3ad709,_0x49048d._0x1a9911,0x2c6)+'t']=_0x355e5c,_0x149511['path']=_0x505c6f(_0x49048d._0x4886ec,_0x49048d._0x22c526,_0x49048d._0x3dc8c1,0x37b),_0x149511[_0x52d413(0x17a,0x1fe,_0x49048d._0x184fa5,_0x49048d._0x5d71de)]=![],_0x796d3a[_0x52d413(_0x49048d._0x479fac,0x23a,0x28f,_0x49048d._0xab5ee9)](_0x149511);}else{const _0x34ec0a={};_0x34ec0a[_0x52d413(_0x49048d._0x1c20f0,0x234,0x2ca,0x279)]=_0x7f3faf[_0x505c6f(_0x49048d._0x422236,0x332,0x367,0x37c)],_0x34ec0a[_0x505c6f(0x3dc,_0x49048d._0x13f321,0x38f,_0x49048d._0x48da13)+'t']=_0x30aa89,_0x34ec0a['error']=_0x11c207[_0x505c6f(_0x49048d._0x5dc89f,_0x49048d._0x363c7c,0x42b,0x436)],_0xda4eb9[_0x52d413(_0x49048d._0x4e1ecd,0x24b,_0x49048d._0x38dbb4,0x285)](_0xb2572c[_0x505c6f(0x337,_0x49048d._0x26143c,_0x49048d._0x1d8c7d,_0x49048d._0x5127eb)],_0x34ec0a);const _0x24a5a6={};_0x24a5a6[_0x505c6f(_0x49048d._0x50e5c,_0x49048d._0x1a7e40,0x423,0x320)]=_0xb2572c[_0x52d413(_0x49048d._0x29acad,_0x49048d._0x544b6d,0x2af,0x237)],_0x24a5a6[_0x52d413(0x317,0x279,0x30c,_0x49048d._0x3e91ce)]=_0xb2572c[_0x505c6f(_0x49048d._0x331a8a,_0x49048d._0x2ae830,_0x49048d._0x3e0c5f,_0x49048d._0x45cb29)],_0x2d375c[_0x52d413(0x1f2,_0x49048d._0x3b578b,_0x49048d._0x37de04,_0x49048d._0x40664c)](0x26a+-0x1dae+0x1d38)['json'](_0x24a5a6);}}else{const _0x5a5ada=await _0x1cd238[_0x52d413(0x275,_0x49048d._0x5019c7,0x243,_0x49048d._0x4cbb53)](_0x1c4e1c,_0xb2572c['PvdmQ']);let _0x4d4b93=null;try{if(_0xb2572c[_0x505c6f(0x2f9,0x280,0x2a2,_0x49048d._0x14cfc4)](_0xb2572c[_0x505c6f(_0x49048d._0x1707e4,0x452,_0x49048d._0x260215,0x3f2)],_0xb2572c[_0x52d413(_0x49048d._0x530cba,_0x49048d._0x4e3d25,_0x49048d._0x2e030e,_0x49048d._0x569699)])){const _0x21c6e7=await _0x1cd238['readFile'](_0x42fa52,_0xb2572c[_0x505c6f(0x371,0x385,0x3a2,_0x49048d._0xed254c)]);_0x4d4b93=JSON['parse'](_0x21c6e7);}else{const _0xca2a65={};return _0xca2a65['error']=_0xb2572c[_0x52d413(_0x49048d._0x5ac95c,0x252,_0x49048d._0x1b1ea4,0x235)],_0xca2a65[_0x52d413(_0x49048d._0xc8e951,_0x49048d._0x4ff5cd,_0x49048d._0x5778d3,_0x49048d._0x3e91ce)]=_0xb2572c[_0x505c6f(0x3ce,_0x49048d._0x27a3c0,0x348,0x36a)],_0x182331[_0x52d413(0x1f8,0x1bb,_0x49048d._0x2f88b9,_0x49048d._0x40664c)](-0x25e9+-0x1*0xe8d+-0x2*-0x1b03)[_0x52d413(0x283,_0x49048d._0x5eda64,0x2df,0x2a3)](_0xca2a65);}}catch{}const _0x466801={};_0x466801[_0x52d413(0x2b4,0x2ef,0x231,0x260)]=_0x49c74f,_0x466801[_0x52d413(0x2de,0x2ac,_0x49048d._0x6e1db2,0x2a6)]=_0x5a5ada,_0x466801['metadata']=_0x4d4b93,_0x466801[_0x52d413(0x251,_0x49048d._0x4f09e4,0x34e,_0x49048d._0x4ed66a)+'t']=_0x11e8b2,_0x1cfdcf[_0x505c6f(0x3b9,0x3db,0x3c6,_0x49048d._0x2a9225)](_0x466801);}}catch(_0x3938bf){if(_0xb2572c[_0x52d413(_0x49048d._0x558550,0x27a,_0x49048d._0x404548,_0x49048d._0x2f55ad)](_0x3938bf['code'],_0xb2572c[_0x505c6f(0x3d4,_0x49048d._0x14a1ec,_0x49048d._0x47af48,0x451)])){if(_0xb2572c[_0x505c6f(_0x49048d._0x16282a,0x3c4,_0x49048d._0x32f99e,_0x49048d._0x2a1975)]===_0xb2572c[_0x52d413(_0x49048d._0x448cc1,_0x49048d._0x1799f5,0x21a,_0x49048d._0x311113)]){const _0x5309f5={};_0x5309f5[_0x505c6f(0x39b,_0x49048d._0x1ba059,_0x49048d._0x48da13,_0x49048d._0x1d44ad)]=_0xb2572c[_0x505c6f(_0x49048d._0x3aa047,_0x49048d._0x134ce9,0x344,0x2e3)],_0x5309f5[_0x52d413(0x28c,_0x49048d._0x4a87b4,_0x49048d._0x4c1de8,0x2d4)]=_0x505c6f(0x3e9,_0x49048d._0x4a055e,0x449,0x404)+_0x49c74f+('\x27\x20not\x20foun'+'d'),_0x1cfdcf[_0x505c6f(_0x49048d._0x3a5900,_0x49048d._0x40951d,_0x49048d._0x40951d,_0x49048d._0x2b1d26)](0xbf*-0x13+0x26ad+-0x16ec)[_0x505c6f(0x3b9,0x339,_0x49048d._0x29a807,0x420)](_0x5309f5);}else{const _0x569ce2={};_0x569ce2[_0x52d413(_0x49048d._0x4d8fa5,_0x49048d._0x58daee,0x2a6,_0x49048d._0x36506d)]=_0x4a31e2[_0x505c6f(_0x49048d._0x1786fa,_0x49048d._0x2cdcbd,0x3bb,_0x49048d._0x2e8216)],_0x569ce2['environmen'+'t']=_0x5c9fcc,_0x569ce2[_0x52d413(_0x49048d._0x29b9ef,_0x49048d._0x3e3fd2,_0x49048d._0xe0f5b7,0x26a)]=_0x2e4e14,_0x569ce2[_0x52d413(_0x49048d._0x138fdb,_0x49048d._0x383e72,0x1fc,_0x49048d._0x1d5b0b)]=_0x30e1fb[_0x52d413(0x2cd,0x2d0,0x35a,0x2d4)],_0x53db8c['error'](_0x52d413(0x172,0x20c,_0x49048d._0x108aae,_0x49048d._0x947d70)+'read\x20templ'+_0x52d413(0x1e5,0x219,0x24d,_0x49048d._0x2e2381),_0x569ce2);const _0x24d44f={};_0x24d44f[_0x52d413(0x243,_0x49048d._0x309e31,0x2eb,0x285)]=_0xb2572c[_0x52d413(_0x49048d._0x1dee01,_0x49048d._0x3beabd,0x250,_0x49048d._0x1c64e2)],_0x24d44f['message']=_0xb2572c[_0x52d413(_0x49048d._0x360069,_0x49048d._0x56692f,_0x49048d._0x13c2f7,_0x49048d._0x497ad4)],_0x243716['status'](0x5*-0x658+0x2345*-0x1+0x44f1)[_0x52d413(_0x49048d._0x3fb8fd,_0x49048d._0x37a4ec,0x260,_0x49048d._0x297f06)](_0x24d44f);}}else{if(_0xb2572c['xltTT']!==_0xb2572c[_0x505c6f(_0x49048d._0xc7f5d5,_0x49048d._0x39072d,0x362,0x2b2)]){const _0x12a047={};_0x12a047[_0x505c6f(0x38f,0x36a,_0x49048d._0xd8ff12,0x33f)]=_0x410831,_0x503acb['warn'](_0xb2572c['NjeHg'],_0x12a047);const _0x141b97={};return _0x141b97[_0x505c6f(_0x49048d._0x105cc3,0x426,0x3d3,0x341)]=_0xb2572c[_0x505c6f(0x336,_0x49048d._0x415d4e,_0x49048d._0x5eda64,0x355)],_0x141b97[_0x52d413(0x35a,_0x49048d._0x5eda64,_0x49048d._0x170a48,_0x49048d._0x4a7f27)]=_0x505c6f(0x302,_0x49048d._0x4420b8,_0x49048d._0x18f734,_0x49048d._0x3d9e9b)+_0x52d413(0x309,_0x49048d._0x2a48a3,0x277,_0x49048d._0x205f53),_0x18e30e[_0x505c6f(0x361,0x303,_0x49048d._0x470b14,0x34a)](0xf06+-0x12f6*0x2+0x1877)[_0x52d413(_0x49048d._0x105471,0x241,_0x49048d._0x2019d3,0x2a3)](_0x141b97);}else{const _0x13421d={};_0x13421d[_0x52d413(0x2e0,_0x49048d._0x4e33ea,0x1fd,_0x49048d._0x36506d)]=_0x575cb1[_0x52d413(0x236,0x2c6,_0x49048d._0x1dfb00,_0x49048d._0x36506d)],_0x13421d[_0x52d413(_0x49048d._0x40339b,0x25e,0x29d,0x2c6)+'t']=_0x11e8b2,_0x13421d[_0x505c6f(0x380,0x36d,0x32d,0x393)]=_0x49c74f,_0x13421d['error']=_0x3938bf[_0x505c6f(0x3ea,_0x49048d._0x10f481,_0x49048d._0x3fe578,_0x49048d._0x36f41f)],logger[_0x505c6f(_0x49048d._0x50e5c,0x3dd,0x36e,_0x49048d._0x2721a7)](_0xb2572c[_0x505c6f(_0x49048d._0x2d6d00,0x33c,_0x49048d._0x1698b0,0x2fe)],_0x13421d);const _0x12e351={};_0x12e351[_0x505c6f(0x39b,_0x49048d._0x461b93,_0x49048d._0x14a1ec,_0x49048d._0xc3eac0)]=_0xb2572c[_0x52d413(_0x49048d._0x23e482,0x299,_0x49048d._0x4c0514,_0x49048d._0x1c64e2)],_0x12e351[_0x52d413(0x24c,0x31a,_0x49048d._0x22ae02,_0x49048d._0x3e91ce)]=_0x505c6f(_0x49048d._0x4430d7,0x296,0x37f,0x354)+'read\x20templ'+_0x505c6f(0x306,_0x49048d._0x2f1ef5,_0x49048d._0x5e5022,_0x49048d._0x2db962),_0x1cfdcf['status'](0x131*-0x1+0x132f+-0x2*0x805)[_0x52d413(_0x49048d._0x31e8a6,0x282,0x266,_0x49048d._0x4749e1)](_0x12e351);}}}}),router[_0x149043(0x260,0x222,0x28a,0x1fc)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x11c46a,_0x18bd16)=>{const _0x13a838={_0x5e5e4d:0x408,_0x341617:0x42b,_0x2427ae:0x4d3,_0x2f44cd:0x4c5,_0x27857f:0x54a,_0x900e06:0x5b7,_0x2a8de2:0x47e,_0x9d595d:0x524,_0x38f852:0x53e,_0x1f25d3:0x35e,_0x1a8322:0x3c8,_0x42ca6d:0x41d,_0x2ed4f6:0x42f,_0x5acb1c:0x34e,_0x533b56:0x375,_0x56c50d:0x2a1,_0x18ebe2:0x565,_0x931475:0x4ed,_0xb504d4:0x494,_0x2546ad:0x30d,_0x2717ea:0x376,_0x150440:0x2b7,_0x3e74fd:0x334,_0x5f204c:0x2e1,_0x3547be:0x32d,_0x5391da:0x416,_0x116f3c:0x3de,_0x53f6fd:0x3ed,_0x4cf52f:0x45f,_0xdea385:0x527,_0xf8c8c9:0x371,_0x48e9a9:0x38c,_0x401432:0x2ff,_0x1ea4ec:0x3df,_0x14151c:0x412,_0x4ac55a:0x49b,_0x3f6485:0x4f5,_0x1038bf:0x4f9,_0x4b05c8:0x486,_0x2f23a2:0x4f9,_0x289e1d:0x482,_0x44b48a:0x548,_0x3071c1:0x573,_0x5d192d:0x392,_0x31f8ae:0x323,_0x13f87e:0x344,_0x25cd02:0x42a,_0x434b11:0x403,_0x8c33d8:0x37a,_0x1b8f8a:0x2ea,_0x1d265e:0x3b0,_0x52f96e:0x41e,_0x5407a9:0x4ec,_0x590788:0x4aa,_0x3f1e7e:0x4af,_0xd44572:0x4a5,_0x251037:0x4b4,_0x27e53b:0x4cb,_0x16d7ea:0x4cd,_0x437fc0:0x466,_0x231244:0x452,_0x30830c:0x3dc,_0x35d73f:0x524,_0x2bce56:0x525,_0x45ebda:0x4f7,_0x3f67e8:0x528,_0x3b5d9f:0x401,_0x16f28e:0x363,_0x228bce:0x4ad,_0x9c65e6:0x4de,_0xa66b6c:0x478,_0x3c590e:0x301,_0x37f341:0x335,_0x427923:0x508,_0x36a642:0x4a1,_0x5c4954:0x405,_0x1e2fc7:0x43b,_0x23ed13:0x328,_0x428a04:0x307,_0x16a921:0x31d,_0x56c900:0x31d,_0x349976:0x350,_0x55016a:0x3c6,_0x3168e6:0x421,_0x113a99:0x4e8,_0x6cdbde:0x569,_0x3bd574:0x483,_0x1375e9:0x4ef,_0x554f1e:0x48a,_0x5113a2:0x518,_0x22a78f:0x51b,_0x1c72b4:0x54c,_0x17652a:0x3b9,_0x15abbf:0x463,_0xd99515:0x35d,_0x337a8c:0x350,_0x333cb8:0x39b,_0x32d85d:0x3ec,_0x518eb8:0x475,_0x24dc9e:0x350,_0x570899:0x3ea,_0x2351b8:0x2c5,_0x3c7da4:0x392,_0x586b32:0x3ea,_0x12fff4:0x4c8,_0x3d539a:0x4c7,_0x44972d:0x54d,_0x5c44d3:0x519,_0x161cd4:0x4c9,_0x1df303:0x358,_0x31c454:0x33f,_0x71f292:0x4a4,_0x59bc35:0x371,_0x59b830:0x3ae,_0x2f46dd:0x3e6,_0xff055d:0x4ed,_0x44a71a:0x483,_0x2d39b0:0x4d7,_0x359708:0x4ad,_0xf8526b:0x4e7,_0x48e2d0:0x4ca,_0x5e5e1d:0x4b5,_0x4ccbc3:0x457,_0x15fcff:0x4db,_0x305eaa:0x4d6,_0x6b2670:0x54f,_0xdfadcc:0x461,_0x58f854:0x3d5,_0x39c410:0x3d5,_0x230c95:0x470,_0x27c78e:0x308,_0xbfee61:0x54d,_0x5bd417:0x4cb,_0x302959:0x4e3,_0x360f7e:0x505,_0x491a93:0x48a,_0x280833:0x4a9,_0x58a9fb:0x321},_0x290670={_0x2a5d83:0x11},_0x556a3e={_0xe5f0de:0x1a3},_0x35472d={};_0x35472d[_0x1e7573(_0x13a838._0x5e5e4d,0x3fc,_0x13a838._0x341617,0x447)]=_0x179f80(0x4a4,0x4b5,_0x13a838._0x2427ae,_0x13a838._0x2f44cd)+'mplate\x20nam'+'e',_0x35472d['rnWeI']=function(_0x2c5040,_0xb29f11){return _0x2c5040===_0xb29f11;},_0x35472d[_0x179f80(0x54b,_0x13a838._0x27857f,_0x13a838._0x900e06,0x515)]=_0x179f80(0x4db,_0x13a838._0x2a8de2,_0x13a838._0x9d595d,_0x13a838._0x38f852)+'t',_0x35472d['vuRzR']=_0x1e7573(0x3db,0x3e5,_0x13a838._0x1f25d3,_0x13a838._0x1a8322)+_0x1e7573(0x45b,_0x13a838._0x42ca6d,0x411,_0x13a838._0x2ed4f6)+'uired',_0x35472d[_0x1e7573(_0x13a838._0x5acb1c,0x387,0x329,0x328)]=function(_0x286163,_0x142ff8){return _0x286163!==_0x142ff8;},_0x35472d[_0x1e7573(0x3c3,0x361,_0x13a838._0x533b56,0x2d7)]=_0x1e7573(0x37e,0x33d,0x32e,0x3b9),_0x35472d['WRgcG']=function(_0x2945ff,_0x36c49a){return _0x2945ff!==_0x36c49a;},_0x35472d[_0x1e7573(0x31c,0x328,0x2b5,_0x13a838._0x56c50d)]=function(_0x55f15c,_0x49c169){return _0x55f15c!==_0x49c169;},_0x35472d[_0x179f80(0x4e8,_0x13a838._0x18ebe2,_0x13a838._0x931475,_0x13a838._0xb504d4)]=_0x1e7573(_0x13a838._0x2546ad,_0x13a838._0x2717ea,0x314,0x2fa);function _0x1e7573(_0x34dc74,_0x596523,_0x53d8e8,_0x144265){return _0x433a0a(_0x34dc74-_0x556a3e._0xe5f0de,_0x596523-0x110,_0x144265,_0x596523-0x537);}_0x35472d[_0x1e7573(_0x13a838._0x150440,_0x13a838._0x3e74fd,_0x13a838._0x5f204c,_0x13a838._0x3547be)]=_0x179f80(0x456,0x447,0x3d9,0x3e4)+_0x179f80(0x49e,0x4a8,0x470,0x434)+_0x1e7573(_0x13a838._0x5391da,_0x13a838._0x116f3c,_0x13a838._0x53f6fd,_0x13a838._0x4cf52f);const _0xf32895=_0x35472d,{callingTask:_0x378941,taskUser:_0x1594f3,environmentName:_0x3945a0,environmentPath:_0x579328}=_0x11c46a,{name:_0x2f40cd}=_0x11c46a[_0x179f80(_0x13a838._0xdea385,0x58f,0x4a9,0x5ae)],{content:_0x1716ed,metadata:_0x49832f}=_0x11c46a[_0x1e7573(_0x13a838._0xf8c8c9,0x3e0,0x43c,0x383)];if(_0x2f40cd[_0x1e7573(_0x13a838._0x48e9a9,0x36e,_0x13a838._0x401432,_0x13a838._0x1ea4ec)]('/')||_0x2f40cd[_0x179f80(0x49b,0x4c9,0x517,_0x13a838._0x14151c)]('\x5c')||_0x2f40cd[_0x179f80(_0x13a838._0x4ac55a,_0x13a838._0x3f6485,_0x13a838._0x1038bf,_0x13a838._0x4b05c8)]('..')){const _0x26378c={};return _0x26378c[_0x179f80(_0x13a838._0x2f23a2,0x4fb,_0x13a838._0x289e1d,0x49e)]='Bad\x20Reques'+'t',_0x26378c[_0x179f80(_0x13a838._0x44b48a,0x5b3,0x521,_0x13a838._0x3071c1)]=_0xf32895['VmdcW'],_0x18bd16[_0x1e7573(0x3b2,_0x13a838._0x5d192d,_0x13a838._0x31f8ae,_0x13a838._0x13f87e)](-0x15a9*0x1+-0x2070+-0x1*-0x37a9)[_0x1e7573(_0x13a838._0x25cd02,0x3ea,0x44c,0x3ae)](_0x26378c);}if(_0xf32895[_0x1e7573(_0x13a838._0x434b11,_0x13a838._0x8c33d8,_0x13a838._0x1b8f8a,_0x13a838._0x1d265e)](_0x1716ed,undefined)){const _0x1f8bf2={};return _0x1f8bf2['error']=_0xf32895[_0x1e7573(0x404,_0x13a838._0x52f96e,0x3f5,0x466)],_0x1f8bf2['message']=_0xf32895['vuRzR'],_0x18bd16['status'](-0x21ee+-0xdd7*0x1+0x3155)[_0x179f80(0x517,0x581,0x5a0,0x569)](_0x1f8bf2);}logger[_0x179f80(0x508,_0x13a838._0x5407a9,0x4eb,0x50a)]('Task\x20updat'+_0x179f80(_0x13a838._0x590788,0x467,_0x13a838._0x3f1e7e,0x490)+'te',{'taskId':_0x378941[_0x179f80(0x4ed,0x528,_0x13a838._0xd44572,0x4a3)],'environment':_0x3945a0,'template':_0x2f40cd,'userId':_0x1594f3['id'],'hasMetadata':_0xf32895[_0x179f80(_0x13a838._0x251037,_0x13a838._0x27e53b,_0x13a838._0x16d7ea,0x4f1)](_0x49832f,undefined)});const _0x4959e8=_0x567b0f[_0x179f80(_0x13a838._0x437fc0,0x448,0x474,0x3e4)](_0x579328,_0x179f80(_0x13a838._0x231244,0x3fd,_0x13a838._0x30830c,0x4be)+_0x179f80(0x4b7,0x4c4,0x481,_0x13a838._0x35d73f)),_0x41ec0a=_0x567b0f['join'](_0x4959e8,_0x2f40cd+_0x179f80(0x531,_0x13a838._0x2bce56,_0x13a838._0x45ebda,_0x13a838._0x3f67e8));function _0x179f80(_0x548072,_0x33d396,_0x6d9220,_0x2b423d){return _0x149043(_0x548072-0x2f3,_0x2b423d,_0x6d9220-0x16c,_0x2b423d-_0x290670._0x2a5d83);}const _0x187dcb=_0x567b0f[_0x179f80(0x466,_0x13a838._0x3b5d9f,0x46c,0x49b)](_0x4959e8,_0x2f40cd+_0x1e7573(0x3d4,_0x13a838._0x16f28e,0x30e,0x2f5)),_0x43a02f=new Date()['toISOStrin'+'g']();try{const _0xa9a1af=_0xf32895['RYBHF'][_0x1e7573(0x439,0x3b3,0x40a,0x336)]('|');let _0x20c961=-0x1181+0x1117+0x6a;while(!![]){switch(_0xa9a1af[_0x20c961++]){case'0':const _0x12673c={};_0x12673c[_0x179f80(_0x13a838._0x931475,0x54b,_0x13a838._0x228bce,_0x13a838._0xdea385)]=_0x378941['taskId'],_0x12673c['environmen'+'t']=_0x3945a0,_0x12673c[_0x179f80(_0x13a838._0x9c65e6,_0x13a838._0xa66b6c,0x541,0x531)]=_0x2f40cd,_0x12673c[_0x1e7573(_0x13a838._0x3c590e,0x31d,_0x13a838._0x37f341,0x2ac)]=_0x1594f3['id'],logger[_0x179f80(_0x13a838._0x427923,0x57f,0x4b2,0x539)](_0x179f80(0x4a8,_0x13a838._0x36a642,0x4cb,0x4dc)+'pdated\x20by\x20'+_0x179f80(0x483,0x45c,_0x13a838._0x5c4954,_0x13a838._0x1e2fc7),_0x12673c);continue;case'1':_0xf32895[_0x1e7573(0x3cc,0x394,0x385,0x3f0)](_0x49832f,undefined)&&_0xf32895[_0x1e7573(0x2b4,_0x13a838._0x23ed13,_0x13a838._0x428a04,0x2b7)](_0x49832f,null)&&await _0x1cd238[_0x1e7573(_0x13a838._0x16a921,0x39b,_0x13a838._0x56c900,0x313)](_0x187dcb,JSON[_0x1e7573(_0x13a838._0x349976,_0x13a838._0x55016a,_0x13a838._0x3168e6,0x33c)](_0x49832f,null,-0x4e3+-0xac9*0x1+0x53a*0x3),_0xf32895[_0x179f80(_0x13a838._0x113a99,_0x13a838._0x6cdbde,_0x13a838._0x3bd574,0x4f7)]);continue;case'2':const _0x596502={};_0x596502[_0x179f80(0x4f4,_0x13a838._0x228bce,_0x13a838._0x1375e9,_0x13a838._0x554f1e)]=!![],await _0x1cd238[_0x179f80(_0x13a838._0x5113a2,_0x13a838._0x22a78f,0x59d,0x4ad)](_0x4959e8,_0x596502);continue;case'3':const _0x134142={};_0x134142[_0x179f80(_0x13a838._0x1c72b4,0x520,0x5b3,0x5af)]=!![],_0x134142['name']=_0x2f40cd,_0x134142['environmen'+'t']=_0x3945a0,_0x134142[_0x1e7573(_0x13a838._0x17652a,0x40f,0x46d,_0x13a838._0x15abbf)]=_0x43a02f,_0x134142[_0x1e7573(_0x13a838._0xd99515,_0x13a838._0x337a8c,0x332,0x3d3)+_0x1e7573(_0x13a838._0x333cb8,_0x13a838._0x32d85d,_0x13a838._0x518eb8,0x3d0)]=_0x378941[_0x1e7573(_0x13a838._0x24dc9e,0x3c0,0x425,0x365)],_0x134142[_0x1e7573(0x353,0x3d9,0x3e3,_0x13a838._0x570899)+_0x1e7573(0x38d,0x354,0x33d,_0x13a838._0x2351b8)]=_0x1594f3['id'],_0x18bd16[_0x1e7573(_0x13a838._0x3c7da4,_0x13a838._0x586b32,0x406,0x44b)](_0x134142);continue;case'4':await _0x1cd238[_0x179f80(_0x13a838._0x12fff4,0x45e,_0x13a838._0x3d539a,_0x13a838._0x44972d)](_0x41ec0a,_0x1716ed,_0xf32895[_0x179f80(0x4e8,_0x13a838._0x5c44d3,_0x13a838._0x161cd4,_0x13a838._0x2a8de2)]);continue;}break;}}catch(_0x3cb617){if(_0xf32895[_0x1e7573(_0x13a838._0x1df303,0x37a,_0x13a838._0x31c454,0x3a3)]('KGktu','Sxabp')){const _0x77e0ce={};return _0x77e0ce[_0x179f80(_0x13a838._0x2f23a2,_0x13a838._0x71f292,0x4dc,0x54e)]=_0x1e7573(_0x13a838._0x59bc35,_0x13a838._0x59b830,0x380,0x3b1)+'t',_0x77e0ce['message']=_0xf32895['VmdcW'],_0x23e944['status'](-0x71f*0x1+0xc7b+-0x3cc)[_0x1e7573(0x471,0x3ea,_0x13a838._0x2f46dd,0x3cb)](_0x77e0ce);}else{const _0x1d6c04={};_0x1d6c04[_0x179f80(0x4ed,0x541,0x4bb,0x526)]=_0x378941[_0x179f80(_0x13a838._0xff055d,_0x13a838._0x44a71a,0x4c1,_0x13a838._0x2d39b0)],_0x1d6c04[_0x179f80(0x53a,_0x13a838._0x359708,_0x13a838._0xf8526b,_0x13a838._0x48e2d0)+'t']=_0x3945a0,_0x1d6c04[_0x179f80(0x4de,_0x13a838._0x5e5e1d,0x474,_0x13a838._0x4ccbc3)]=_0x2f40cd,_0x1d6c04[_0x179f80(0x4f9,_0x13a838._0x15fcff,0x4e8,0x4af)]=_0x3cb617[_0x179f80(_0x13a838._0x44b48a,_0x13a838._0x305eaa,0x570,_0x13a838._0x6b2670)],logger['error'](_0xf32895[_0x179f80(_0x13a838._0xdfadcc,_0x13a838._0x58f854,_0x13a838._0x39c410,_0x13a838._0x230c95)],_0x1d6c04);const _0x4ec437={};_0x4ec437['error']=_0x1e7573(_0x13a838._0x27c78e,0x34d,0x32e,0x394)+_0x179f80(_0x13a838._0xbfee61,_0x13a838._0x5bd417,_0x13a838._0x302959,_0x13a838._0x360f7e)+'r',_0x4ec437[_0x1e7573(0x3fe,0x41b,0x3b3,0x3b3)]=_0x179f80(0x456,_0x13a838._0x491a93,_0x13a838._0x280833,0x3fa)+'write\x20temp'+'late',_0x18bd16[_0x1e7573(_0x13a838._0x58a9fb,0x392,0x3db,0x38f)](0x163c*-0x1+-0x309+0x1b39)['json'](_0x4ec437);}}}),router['delete'](_0x433a0a(-0x279,-0x245,-0x1c6,-0x221)+_0x149043(0x197,0x1d8,0x161,0x136),requireTaskAuth,requireTemplatesPermission,async(_0x315640,_0x3c7b3a)=>{const _0x50a7ed={_0x568548:0x2bd,_0x1a100a:0x27a,_0x32d4bd:0xd0,_0x23e24e:0x263,_0x44ee0e:0x299,_0x284d18:0x19,_0x456207:0x205,_0x2b4517:0x26d,_0x311d20:0x189,_0x11ab32:0x1f4,_0x50551a:0x284,_0x43336f:0x1f3,_0x583edb:0x33e,_0x3b9384:0x24a,_0x15300b:0x27c,_0x33c385:0x270,_0x35c3fe:0x223,_0x6d5222:0xd1,_0x184fb3:0x7c,_0xfa3ef9:0x41,_0x2d74c0:0x7e,_0x3db2d5:0xfd,_0x5e64cd:0x17f,_0x5eb7be:0xf5,_0x5e057e:0x21e,_0x335a48:0x268,_0x37085c:0x27b,_0x193d1e:0x7,_0x2ccb70:0x11,_0x19c348:0x204,_0x1327ca:0x1d6,_0x5e1bf3:0x1e2,_0x29b74a:0x26,_0x3bd64f:0x245,_0x1c0cbd:0x1e1,_0x49525f:0x8e,_0x4878d5:0xcf,_0x133523:0x276,_0x215bf1:0x288,_0xa3146e:0x1bb,_0x4b2d14:0x279,_0x290823:0x2a6,_0x279fe5:0x249,_0x1dcf73:0x58,_0x478c8b:0x8d,_0x17588a:0x9d,_0x12f710:0x71,_0x42fa28:0x29b,_0x5b7145:0xec,_0x58b53e:0xaa,_0x5ae4e6:0x12f,_0x504cc4:0x1ba,_0x34d480:0x176,_0x28665e:0x18f,_0x4307c9:0xcd,_0x87642e:0xfb,_0x294cd5:0xc7,_0x5ab853:0x13d,_0x4998b0:0x121,_0x18484c:0xaf,_0x21c9a5:0x343,_0x59b83e:0x347,_0x2889d9:0x17e,_0x3c3b3d:0x6c,_0x68b061:0xf5,_0x137ec0:0xb7,_0x236b78:0xc3,_0x4cd5a8:0x267,_0x4f4a44:0x2b4,_0x49ce9e:0x2ee,_0x183f5f:0x2a4,_0x34abb1:0x22b,_0x504b6b:0x152,_0x5683b0:0x19f,_0x3f6423:0xef,_0x2dede0:0x5a,_0xdae213:0xdc,_0x189205:0x120,_0x800c35:0xee,_0x55c30e:0x65,_0x36477c:0x23,_0xed3792:0x1e0,_0xa15918:0x26c,_0x266b49:0x249,_0x2819a3:0x266,_0x481103:0x52,_0xedf253:0xcb,_0x1f7795:0x1e0,_0x291d59:0x76,_0x3b620c:0x1,_0x2a1467:0xb1,_0x36fb80:0xf9,_0x3ce2d9:0x1b5,_0x9e4438:0x17d,_0x59f9bf:0x150,_0x48ce30:0x27d,_0x29c2c0:0x10a,_0x4a6843:0xa6,_0x5c3158:0x11c,_0x292ee4:0x92,_0x45e655:0xc5,_0x4c724e:0x113,_0x3af321:0x25f,_0x3dfbb4:0xd9,_0x135021:0x3b,_0x18cb41:0x18,_0x42d4fb:0x93,_0x2a393f:0x15f,_0x2658ab:0x273,_0x1da657:0x212,_0x2cc467:0x226,_0x1cac95:0x2af,_0x3d5ba3:0x6b,_0x16fcd6:0x1fc,_0x5615e4:0x2e5,_0x1d63d1:0xa7,_0x491d44:0x11c,_0x60bd01:0x15f,_0x1ba6ab:0xf7,_0x15c625:0xef,_0x58a1c7:0x239,_0x5a0e7f:0x255,_0x1d4fb7:0x1ce,_0x4ae667:0x269,_0x1c6ca0:0xeb,_0x19a52d:0xf4,_0x4a9a70:0x31,_0x50b319:0x267,_0x3e6c45:0x1fd,_0x589668:0x2b3,_0x1e8742:0x235,_0x5b8615:0xb2,_0x2b77ca:0x1ee,_0x35a9d4:0xc3,_0x540e14:0x85,_0x2a6fec:0xaa,_0x27c409:0x2c6,_0x2275db:0x338,_0x51bd2c:0x6d,_0x1438f5:0x134,_0x1b2363:0x10e,_0x46212c:0x15a,_0x18da1c:0x16b,_0x14ea6e:0x104,_0x5bb4d8:0x103,_0xa6db40:0x77,_0x595d93:0x67,_0xd9ec1c:0x95,_0xb6713a:0x184,_0x228402:0x142,_0x358729:0x4b,_0x5a8753:0x2ec,_0x5b5420:0x129,_0xe5eab9:0x9f,_0xde4eb6:0x99,_0x35a514:0x2e,_0x41bc23:0xd,_0x25c103:0xb5,_0x12c58b:0xb8,_0x526414:0xb7,_0x113fdc:0x22f,_0x46d208:0x228,_0x2f674d:0x226,_0x364429:0x1c9,_0x28cd7b:0x2c1,_0xcd2dc3:0x2f9,_0x549ea0:0x93,_0x205dc9:0xf0,_0x1c75be:0xbb,_0x4eebbc:0x81,_0x2f66b5:0xc1,_0x2483d3:0xf4,_0xaf5746:0x128,_0x23552e:0xf0,_0x588662:0x258,_0x44d7c3:0x2b7,_0x4a3d88:0xb9,_0x468de8:0x2a7,_0x18f165:0x29d,_0x53c865:0x273,_0x3260d6:0x163,_0x4a2749:0xef,_0x4c9f10:0x123,_0x1c3106:0x136,_0x3b36b5:0x56,_0x2cdd13:0x1b,_0x2e9a63:0x4e,_0x174de6:0x1d,_0x24b860:0x2dd,_0x137855:0x2d9},_0x136233={_0x3b3b86:0xfa,_0x21d9bf:0x238},_0x166a44={_0x34d0f2:0xed,_0x2ae94a:0x3de},_0x4851be={};_0x4851be[_0x38f609(_0x50a7ed._0x568548,_0x50a7ed._0x1a100a,0x2f3,0x30c)]=_0x5b11e1(_0x50a7ed._0x32d4bd,0x52,0x53,0xa4)+'t\x20manageme'+_0x38f609(0x2b3,_0x50a7ed._0x23e24e,_0x50a7ed._0x44ee0e,0x23a)+'\x20missing\x20X'+'-Task-Id\x20h'+'eader',_0x4851be['LFTkp']=_0x5b11e1(-_0x50a7ed._0x284d18,0xaa,0x53,0x4a)+_0x38f609(0x1e6,0x181,0x212,0x19d)+_0x38f609(_0x50a7ed._0x456207,_0x50a7ed._0x2b4517,0x1ad,_0x50a7ed._0x311d20)+'ot\x20initial'+_0x5b11e1(0x11f,0x154,0xd2,0xa2);function _0x38f609(_0x5d2c71,_0x182c97,_0x2567a7,_0x3fcb46){return _0x433a0a(_0x5d2c71-0x77,_0x182c97-_0x166a44._0x34d0f2,_0x2567a7,_0x5d2c71-_0x166a44._0x2ae94a);}_0x4851be['CjHJN']=_0x38f609(_0x50a7ed._0x11ab32,0x201,_0x50a7ed._0x50551a,_0x50a7ed._0x43336f)+_0x38f609(0x2c7,0x32a,_0x50a7ed._0x583edb,_0x50a7ed._0x3b9384)+'r',_0x4851be[_0x38f609(_0x50a7ed._0x15300b,_0x50a7ed._0x33c385,0x255,_0x50a7ed._0x35c3fe)]='Service\x20no'+_0x5b11e1(_0x50a7ed._0x6d5222,0x12e,0xb6,_0x50a7ed._0x184fb3)+_0x5b11e1(0xe7,_0x50a7ed._0xfa3ef9,0xad,_0x50a7ed._0x2d74c0),_0x4851be[_0x5b11e1(_0x50a7ed._0x3db2d5,_0x50a7ed._0x5e64cd,_0x50a7ed._0x5eb7be,0xc1)]=_0x38f609(_0x50a7ed._0x5e057e,_0x50a7ed._0x335a48,_0x50a7ed._0x37085c,0x1d9)+'mplate\x20nam'+'e',_0x4851be['KodNB']=_0x5b11e1(_0x50a7ed._0x193d1e,-0x3a,0x27,_0x50a7ed._0x2ccb70)+_0x38f609(0x224,_0x50a7ed._0x19c348,_0x50a7ed._0x1327ca,_0x50a7ed._0x5e1bf3)+'te',_0x4851be['CRohK']=_0x5b11e1(-0xc,-0x66,_0x50a7ed._0x29b74a,0x6)+'ates',_0x4851be[_0x38f609(_0x50a7ed._0x3bd64f,_0x50a7ed._0x1c0cbd,0x1d8,0x289)]=function(_0xf8cc97,_0x56b3df){return _0xf8cc97===_0x56b3df;},_0x4851be[_0x5b11e1(-0x20,0x41,0x21,-0x44)]=_0x5b11e1(_0x50a7ed._0x49525f,0xf3,_0x50a7ed._0x4878d5,0xa0),_0x4851be[_0x38f609(0x200,_0x50a7ed._0x133523,_0x50a7ed._0x215bf1,0x1f2)]=_0x38f609(_0x50a7ed._0xa3146e,0x212,0x13a,0x205),_0x4851be['IugRR']=_0x38f609(_0x50a7ed._0x4b2d14,_0x50a7ed._0x290823,0x2ca,_0x50a7ed._0x279fe5)+_0x5b11e1(0xba,_0x50a7ed._0x1dcf73,_0x50a7ed._0x478c8b,_0x50a7ed._0x17588a)+_0x5b11e1(_0x50a7ed._0x12f710,-0x39,0x57,0xf),_0x4851be[_0x38f609(0x25d,0x251,_0x50a7ed._0x42fa28,0x271)]=_0x5b11e1(0x109,_0x50a7ed._0x5b7145,_0x50a7ed._0x58b53e,_0x50a7ed._0x5ae4e6),_0x4851be['fBXql']=_0x38f609(0x1d0,_0x50a7ed._0x504cc4,0x212,_0x50a7ed._0x34d480)+_0x38f609(0x21f,0x216,_0x50a7ed._0x28665e,0x235)+_0x38f609(0x229,_0x50a7ed._0x5e1bf3,0x268,0x2ac);const _0x3b71e8=_0x4851be,{callingTask:_0x1c2315,taskUser:_0xb01da6,environmentName:_0x4c64da,environmentPath:_0x22efb7}=_0x315640,{name:_0x1659b1}=_0x315640[_0x5b11e1(_0x50a7ed._0x4307c9,0xd4,_0x50a7ed._0x87642e,_0x50a7ed._0x294cd5)];if(_0x1659b1['includes']('/')||_0x1659b1['includes']('\x5c')||_0x1659b1['includes']('..')){const _0x454445={};return _0x454445['error']=_0x5b11e1(_0x50a7ed._0x5ab853,_0x50a7ed._0x4998b0,_0x50a7ed._0x18484c,0x12a)+'t',_0x454445[_0x38f609(0x2c2,_0x50a7ed._0x21c9a5,0x309,_0x50a7ed._0x59b83e)]=_0x3b71e8[_0x5b11e1(_0x50a7ed._0x2889d9,_0x50a7ed._0x3c3b3d,_0x50a7ed._0x68b061,_0x50a7ed._0x137ec0)],_0x3c7b3a[_0x38f609(0x239,0x1b0,0x1cc,0x204)](-0xd9*0xd+0x37*0x97+-0x13dc)['json'](_0x454445);}const _0x27dd20={};_0x27dd20[_0x5b11e1(0xf8,_0x50a7ed._0x236b78,0xc1,0xc8)]=_0x1c2315[_0x38f609(_0x50a7ed._0x4cd5a8,0x1f5,0x1fa,0x25e)],_0x27dd20[_0x38f609(_0x50a7ed._0x4f4a44,_0x50a7ed._0x568548,_0x50a7ed._0x49ce9e,_0x50a7ed._0x183f5f)+'t']=_0x4c64da,_0x27dd20['template']=_0x1659b1,_0x27dd20[_0x38f609(0x1c4,_0x50a7ed._0x34abb1,_0x50a7ed._0x504b6b,_0x50a7ed._0x5683b0)]=_0xb01da6['id'],logger[_0x5b11e1(_0x50a7ed._0x3f6423,_0x50a7ed._0x2dede0,_0x50a7ed._0xdae213,_0x50a7ed._0x189205)](_0x3b71e8[_0x5b11e1(0x21,_0x50a7ed._0x800c35,_0x50a7ed._0x55c30e,-_0x50a7ed._0x36477c)],_0x27dd20);function _0x5b11e1(_0x41cd03,_0x480d9b,_0x5509ff,_0x3c23ab){return _0x433a0a(_0x41cd03-_0x136233._0x3b3b86,_0x480d9b-0x1ec,_0x480d9b,_0x5509ff-_0x136233._0x21d9bf);}const _0x274916=_0x567b0f[_0x38f609(_0x50a7ed._0xed3792,0x202,_0x50a7ed._0xa15918,_0x50a7ed._0x266b49)](_0x22efb7,_0x3b71e8[_0x38f609(0x246,0x1f9,_0x50a7ed._0x2819a3,0x25f)]),_0x459e2a=_0x567b0f[_0x5b11e1(0xb7,0xab,0x3a,_0x50a7ed._0x481103)](_0x274916,_0x1659b1+_0x5b11e1(0xf2,_0x50a7ed._0xedf253,0x105,0x7d)),_0x2abf79=_0x567b0f[_0x38f609(_0x50a7ed._0x1f7795,0x23b,0x17b,0x230)](_0x274916,_0x1659b1+_0x5b11e1(_0x50a7ed._0x291d59,-_0x50a7ed._0x3b620c,0x64,_0x50a7ed._0x2a1467));try{if(_0x5b11e1(0x149,_0x50a7ed._0x36fb80,0x12a,0xd8)===_0x38f609(_0x50a7ed._0x3ce2d9,_0x50a7ed._0x9e4438,0x1b2,_0x50a7ed._0x2889d9)){_0x563b01['warn'](_0x3b71e8['BIlTD']);const _0x158732={};return _0x158732[_0x5b11e1(_0x50a7ed._0x59f9bf,0x6e,0xcd,0xeb)]=_0x38f609(0x29e,_0x50a7ed._0x48ce30,0x2fe,0x248)+'ed',_0x158732[_0x5b11e1(_0x50a7ed._0x29c2c0,_0x50a7ed._0x4a6843,_0x50a7ed._0x5c3158,_0x50a7ed._0x292ee4)]=_0x5b11e1(0x19a,_0x50a7ed._0x45e655,_0x50a7ed._0x4c724e,0xdb)+_0x38f609(0x276,0x26a,_0x50a7ed._0x3af321,_0x50a7ed._0x5e057e)+_0x5b11e1(0x118,0x155,_0x50a7ed._0x3dfbb4,0x7b),_0x4f626d[_0x5b11e1(_0x50a7ed._0x135021,_0x50a7ed._0x18cb41,_0x50a7ed._0x42d4fb,0x65)](0xa*0x1b+-0x10f8+0x5*0x37f)['json'](_0x158732);}else{await _0x1cd238['access'](_0x459e2a),await _0x1cd238['unlink'](_0x459e2a);try{if(_0x3b71e8['RDVfO'](_0x3b71e8[_0x38f609(0x1c7,_0x50a7ed._0x2a393f,0x185,0x190)],_0x3b71e8['xzkBF'])){_0x23bb0d[_0x38f609(_0x50a7ed._0x2658ab,_0x50a7ed._0x1da657,_0x50a7ed._0x2cc467,_0x50a7ed._0x1cac95)](_0x3b71e8[_0x5b11e1(-0x23,-0x2f,0x4f,_0x50a7ed._0x3d5ba3)]);const _0x525fd2={};return _0x525fd2[_0x38f609(0x273,_0x50a7ed._0x16fcd6,_0x50a7ed._0x2658ab,_0x50a7ed._0x5615e4)]=_0x3b71e8['CjHJN'],_0x525fd2[_0x5b11e1(_0x50a7ed._0x1d63d1,0xa9,_0x50a7ed._0x491d44,_0x50a7ed._0x60bd01)]=_0x3b71e8[_0x5b11e1(0x80,_0x50a7ed._0x1ba6ab,0xd6,_0x50a7ed._0x15c625)],_0x31b13a[_0x38f609(_0x50a7ed._0x58a1c7,_0x50a7ed._0x5a0e7f,_0x50a7ed._0x1d4fb7,_0x50a7ed._0x4ae667)](0x202a+-0xa9*-0x1b+-0x3009)[_0x5b11e1(0x63,_0x50a7ed._0x3db2d5,_0x50a7ed._0x1c6ca0,_0x50a7ed._0x1ba6ab)](_0x525fd2);}else await _0x1cd238[_0x5b11e1(_0x50a7ed._0x19a52d,0xfa,0x6d,_0x50a7ed._0x4a9a70)](_0x2abf79);}catch{}const _0x37809c={};_0x37809c[_0x38f609(_0x50a7ed._0x4cd5a8,0x270,0x26e,0x27e)]=_0x1c2315[_0x38f609(_0x50a7ed._0x50b319,0x2ae,_0x50a7ed._0x3e6c45,_0x50a7ed._0x589668)],_0x37809c[_0x38f609(0x2b4,0x25f,_0x50a7ed._0x1e8742,0x311)+'t']=_0x4c64da,_0x37809c[_0x5b11e1(0x52,0x142,_0x50a7ed._0x5b8615,_0x50a7ed._0x42d4fb)]=_0x1659b1,_0x37809c[_0x38f609(0x1c4,0x170,_0x50a7ed._0x2b77ca,_0x50a7ed._0x3ce2d9)]=_0xb01da6['id'],logger[_0x5b11e1(_0x50a7ed._0x35a9d4,_0x50a7ed._0x540e14,_0x50a7ed._0xdae213,_0x50a7ed._0x2a6fec)](_0x3b71e8[_0x5b11e1(0xc4,0xaf,0xdb,0xeb)],_0x37809c);const _0xdfbdcf={};_0xdfbdcf[_0x38f609(_0x50a7ed._0x27c409,_0x50a7ed._0x2275db,0x276,0x289)]=!![],_0xdfbdcf[_0x5b11e1(0x107,0xdd,0xa8,_0x50a7ed._0x51bd2c)]=_0x1659b1,_0xdfbdcf[_0x5b11e1(_0x50a7ed._0x1438f5,0x18d,_0x50a7ed._0x1b2363,_0x50a7ed._0x46212c)+'t']=_0x4c64da,_0xdfbdcf[_0x5b11e1(0x77,_0x50a7ed._0x18da1c,_0x50a7ed._0x14ea6e,_0x50a7ed._0x1c6ca0)+_0x5b11e1(_0x50a7ed._0x5bb4d8,_0x50a7ed._0xa6db40,0xed,0x17b)]=_0x1c2315[_0x5b11e1(0x6e,0x5a,0xc1,_0x50a7ed._0x595d93)],_0xdfbdcf[_0x5b11e1(_0x50a7ed._0xd9ec1c,_0x50a7ed._0xb6713a,0x124,_0x50a7ed._0x228402)+_0x5b11e1(0x45,_0x50a7ed._0x358729,0x55,0xd7)]=_0xb01da6['id'],_0x3c7b3a[_0x38f609(0x291,_0x50a7ed._0x5a8753,0x2be,0x248)](_0xdfbdcf);}}catch(_0x31414d){if(_0x3b71e8[_0x5b11e1(_0x50a7ed._0x5b5420,0x9a,_0x50a7ed._0xe5eab9,0x69)](_0x31414d[_0x5b11e1(_0x50a7ed._0xde4eb6,0x59,_0x50a7ed._0x35a514,_0x50a7ed._0x41bc23)],_0x3b71e8[_0x5b11e1(_0x50a7ed._0x25c103,_0x50a7ed._0x12c58b,_0x50a7ed._0x526414,0x7b)])){const _0x3f2828={};_0x3f2828[_0x38f609(_0x50a7ed._0x2658ab,_0x50a7ed._0x113fdc,0x20d,_0x50a7ed._0x46d208)]=_0x38f609(_0x50a7ed._0x2f674d,0x2a9,_0x50a7ed._0x456207,_0x50a7ed._0x364429),_0x3f2828['message']=_0x38f609(_0x50a7ed._0x28cd7b,0x30e,0x242,_0x50a7ed._0xcd2dc3)+_0x1659b1+('\x27\x20not\x20foun'+'d'),_0x3c7b3a[_0x5b11e1(0x92,0x84,_0x50a7ed._0x549ea0,_0x50a7ed._0x14ea6e)](0x48a+0x1f*0xaa+-0x178c)[_0x5b11e1(0x116,0x133,0xeb,0xe7)](_0x3f2828);}else{const _0x3e84d4={};_0x3e84d4[_0x5b11e1(0xd4,_0x50a7ed._0x205dc9,0xc1,_0x50a7ed._0x1c75be)]=_0x1c2315[_0x5b11e1(_0x50a7ed._0x3dfbb4,_0x50a7ed._0x4eebbc,_0x50a7ed._0x2f66b5,_0x50a7ed._0x2483d3)],_0x3e84d4[_0x5b11e1(_0x50a7ed._0xaf5746,0x150,0x10e,_0x50a7ed._0x23552e)+'t']=_0x4c64da,_0x3e84d4[_0x38f609(_0x50a7ed._0x588662,0x280,0x275,_0x50a7ed._0x44d7c3)]=_0x1659b1,_0x3e84d4[_0x5b11e1(0x155,_0x50a7ed._0x4a3d88,0xcd,0x10e)]=_0x31414d[_0x38f609(0x2c2,0x305,_0x50a7ed._0x468de8,_0x50a7ed._0x18f165)],logger[_0x38f609(_0x50a7ed._0x53c865,0x2d3,0x257,0x28a)](_0x3b71e8[_0x5b11e1(_0x50a7ed._0x3260d6,0x69,_0x50a7ed._0x4a2749,_0x50a7ed._0x4c9f10)],_0x3e84d4);const _0x1ee686={};_0x1ee686[_0x5b11e1(_0x50a7ed._0x1c3106,_0x50a7ed._0x3b36b5,_0x50a7ed._0x4307c9,0xb4)]=_0x5b11e1(_0x50a7ed._0x55c30e,_0x50a7ed._0x2cdd13,_0x50a7ed._0x2e9a63,_0x50a7ed._0x174de6)+'erver\x20Erro'+'r',_0x1ee686['message']=_0x3b71e8[_0x38f609(0x295,_0x50a7ed._0x24b860,0x20c,_0x50a7ed._0x137855)],_0x3c7b3a[_0x38f609(0x239,0x20a,0x27c,0x23a)](0x126e+-0x15b2+-0x14e*-0x4)['json'](_0x1ee686);}}});export default router;
|