@profoundlogic/coderflow-server 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/Dockerfile +4 -2
- package/dist/base-image/agent-wrapper.sh +32 -4
- package/dist/base-image/entrypoint.sh +3 -0
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +12 -0
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.html +39 -0
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.html +23 -0
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +101 -1
- package/dist/web-ui/public/task.html +46 -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
- package/dist/.claude/settings.local.json +0 -20
- package/dist/playwright-test-results/.last-run.json +0 -54
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x5351(_0x5b48c5,_0x3349ac){_0x5b48c5=_0x5b48c5-(-0x969+-0x2636*0x1+0x1*0x30c1);const _0x21fb09=_0x2d54();let _0x4dc47d=_0x21fb09[_0x5b48c5];if(_0x5351['BTKsbc']===undefined){var _0x47226d=function(_0x256edb){const _0x53493b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc07ee9='',_0x44012d='';for(let _0x3f33f7=-0x91*0x26+-0x1*0x22db+0x3861,_0x90468c,_0x38328c,_0x21768d=-0x1452+-0xa94*-0x1+-0x1d*-0x56;_0x38328c=_0x256edb['charAt'](_0x21768d++);~_0x38328c&&(_0x90468c=_0x3f33f7%(0x2b*-0x25+0x1716+0x35f*-0x5)?_0x90468c*(0x1efb+-0xe78*-0x2+0x497*-0xd)+_0x38328c:_0x38328c,_0x3f33f7++%(0x2*-0x1126+-0x14bb+0x370b))?_0xc07ee9+=String['fromCharCode'](-0x1baa*0x1+-0x1*-0x137d+0x92c&_0x90468c>>(-(0xc46+0xe2*0x29+0x1*-0x3076)*_0x3f33f7&-0x188f+-0x24d7+0x3d6c)):0xa04*0x3+-0x8*-0x2e9+-0x1aaa*0x2){_0x38328c=_0x53493b['indexOf'](_0x38328c);}for(let _0x32a4fb=-0x3*-0x765+0x1720+-0x1*0x2d4f,_0x59a5a8=_0xc07ee9['length'];_0x32a4fb<_0x59a5a8;_0x32a4fb++){_0x44012d+='%'+('00'+_0xc07ee9['charCodeAt'](_0x32a4fb)['toString'](-0x21d9*0x1+0x14e3*-0x1+0x1*0x36cc))['slice'](-(-0x2448*-0x1+0xced+-0x9d7*0x5));}return decodeURIComponent(_0x44012d);};_0x5351['jUwdsE']=_0x47226d,_0x5351['LhSMyc']={},_0x5351['BTKsbc']=!![];}const _0x43edf9=_0x21fb09[0x3*-0x713+0x13*0x16b+0x5b8*-0x1],_0x2c1df1=_0x5b48c5+_0x43edf9,_0x37305e=_0x5351['LhSMyc'][_0x2c1df1];return!_0x37305e?(_0x4dc47d=_0x5351['jUwdsE'](_0x4dc47d),_0x5351['LhSMyc'][_0x2c1df1]=_0x4dc47d):_0x4dc47d=_0x37305e,_0x4dc47d;}(function(_0x307363,_0x42adac){const _0x9e1b3f={_0x1bdca3:0x3ef,_0x1f203c:0x41b,_0x16dc86:0x2bb,_0x5309fc:0x2ef,_0xd2ad1a:0x3b5,_0x35ba16:0x2d6,_0xde25f3:0x1cc,_0x3486be:0x2d5,_0x2128f0:0x393,_0x5516f1:0x558,_0x921cfd:0x488,_0x532355:0x470,_0x4653a5:0x578,_0x4034ec:0x63f,_0x1a75bb:0x55d,_0x55405c:0x648,_0x4b92b1:0x46b,_0x11f5c8:0x54a,_0x2d2de0:0x4ff,_0x42281e:0x343,_0x39ee27:0x43f},_0x361e63={_0x4db6bb:0x272};function _0x2b1575(_0x21d672,_0x4453ab,_0x2ab42e,_0x169165){return _0x5351(_0x2ab42e-0x178,_0x4453ab);}const _0x632603=_0x307363();function _0x46b1cc(_0x16a13a,_0x322948,_0x1bb43a,_0x2f4840){return _0x5351(_0x322948-_0x361e63._0x4db6bb,_0x16a13a);}while(!![]){try{const _0x2f9d02=-parseInt(_0x2b1575(0x3b0,0x3c0,_0x9e1b3f._0x1bdca3,0x302))/(-0x1365+0xa7d+-0x1*-0x8e9)*(-parseInt(_0x2b1575(_0x9e1b3f._0x1f203c,0x292,0x36b,_0x9e1b3f._0x16dc86))/(-0x25b1*0x1+-0xe18+0x33cb))+parseInt(_0x2b1575(0x36a,0x3cc,_0x9e1b3f._0x5309fc,0x3e3))/(-0x22a2+0x827*0x3+-0x8*-0x146)+parseInt(_0x2b1575(_0x9e1b3f._0xd2ad1a,0x3f4,_0x9e1b3f._0x35ba16,_0x9e1b3f._0xde25f3))/(0x85+0x248+0x1*-0x2c9)*(parseInt(_0x2b1575(_0x9e1b3f._0x3486be,_0x9e1b3f._0x2128f0,0x366,0x37e))/(-0x1fc7+0x1*0x1edb+0xf1*0x1))+parseInt(_0x2b1575(0x45e,_0x9e1b3f._0x5516f1,_0x9e1b3f._0x921cfd,_0x9e1b3f._0x532355))/(-0xfb6*-0x1+0x44f*-0x4+0x18c)+-parseInt(_0x46b1cc(_0x9e1b3f._0x4653a5,0x52d,_0x9e1b3f._0x4034ec,_0x9e1b3f._0x1a75bb))/(-0x1de3+-0x15f+-0x1*-0x1f49)*(parseInt(_0x46b1cc(0x62d,0x587,_0x9e1b3f._0x55405c,_0x9e1b3f._0x4b92b1))/(-0x98a+-0x1*-0x1316+0x15c*-0x7))+-parseInt(_0x46b1cc(0x653,0x588,_0x9e1b3f._0x11f5c8,_0x9e1b3f._0x2d2de0))/(-0x1dca+-0x26c0+0x4493)+parseInt(_0x2b1575(0x3b3,_0x9e1b3f._0x42281e,_0x9e1b3f._0x39ee27,0x349))/(-0xf62+0x1362+-0x3f6*0x1);if(_0x2f9d02===_0x42adac)break;else _0x632603['push'](_0x632603['shift']());}catch(_0x56f9b8){_0x632603['push'](_0x632603['shift']());}}}(_0x2d54,0x93274+0x115*-0x461+0xd0ef));import _0x3dec07 from'express';import{promises as _0x199fd3}from'fs';import _0x593d90 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const router=_0x3dec07['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x5a20e0){const _0x466122={_0x2c060c:0x38d,_0x205103:0x4f6,_0x2eda68:0x46c,_0x7f4dc7:0x492,_0x443595:0x6a3,_0x370344:0x3d2,_0x24a966:0x449},_0x3bd284={_0x337a93:0x3e3},_0x338f83={_0x225a4d:0x2ee};function _0x24c62f(_0x504761,_0x3befb1,_0x4ca8c5,_0x21f3d6){return _0x5351(_0x21f3d6-_0x338f83._0x225a4d,_0x3befb1);}tasks=_0x5a20e0[_0x24c62f(_0x466122._0x2c060c,_0x466122._0x205103,_0x466122._0x2eda68,_0x466122._0x7f4dc7)],setupPath=_0x5a20e0[_0x62c3ec(0x62a,_0x466122._0x443595,0x662,0x61c)];function _0x62c3ec(_0x3160a5,_0x5b77e3,_0x266589,_0x43ce51){return _0x5351(_0x266589-_0x3bd284._0x337a93,_0x5b77e3);}coderConfig=_0x5a20e0[_0x24c62f(_0x466122._0x370344,0x3fc,0x46e,_0x466122._0x24a966)+'g'];}export function updateSkillManagementConfig(_0x52ef66){coderConfig=_0x52ef66;}function getImportedSkillsRegistryPath(){const _0x3bfb1c={_0x5e2cc4:0x39a,_0xd5672f:0x2f7,_0x3880f5:0x379,_0x46ed83:0x4ad,_0x7cdb21:0x473,_0x38aad2:0x2fc,_0x269188:0x433,_0x14df41:0x296,_0x5098f0:0x345,_0x112abf:0x379},_0x4d1a0b={};_0x4d1a0b[_0x5d1c08(_0x3bfb1c._0x5e2cc4,_0x3bfb1c._0xd5672f,0x42b,_0x3bfb1c._0x3880f5)]=_0x5d1c08(_0x3bfb1c._0x46ed83,0x4a5,0x3e1,_0x3bfb1c._0x7cdb21)+_0x5d1c08(_0x3bfb1c._0x38aad2,0x412,0x22a,0x334)+'n';function _0x44596c(_0x268b14,_0x1c2092,_0x5e5b2b,_0x4b6a3c){return _0x5351(_0x268b14-0x60,_0x4b6a3c);}function _0x5d1c08(_0x268e6a,_0x4bbb19,_0xbb3214,_0xc48b6){return _0x5351(_0xc48b6-0x17d,_0x268e6a);}const _0xeafb06=_0x4d1a0b;if(!setupPath)return null;return _0x593d90[_0x5d1c08(0x4c6,0x408,0x47f,0x4aa)](setupPath,_0x5d1c08(0x33b,_0x3bfb1c._0x269188,_0x3bfb1c._0x14df41,_0x3bfb1c._0x5098f0),_0xeafb06[_0x5d1c08(0x2f1,0x3df,0x3aa,_0x3bfb1c._0x112abf)]);}async function loadImportedSkillsRegistry(){const _0x4d9e28={_0x376d6f:0x5c,_0x37b772:0x2e,_0x2ff93a:0x91,_0x36fd37:0x14d,_0x4227fc:0x48a,_0x18ab22:0x376,_0x127ba5:0x411,_0x584bf8:0x1d8,_0x53ecf8:0x230,_0x566466:0x4f,_0x3f7ff0:0xae,_0x519835:0x1d,_0x3b88dd:0x309,_0x202474:0x338,_0x11f6a9:0x494,_0x25d92b:0x43c,_0x10cbf7:0x347,_0x552a0a:0x47,_0x86caed:0x7,_0xf00a34:0xa2,_0x169f3c:0x75,_0x562c40:0x5c,_0x2b0148:0x21c,_0x1629c3:0x1f,_0x9895c1:0x256,_0x225161:0x2bc,_0x4b3e41:0x3e3,_0x172d7e:0x31d,_0x5226bf:0x18,_0x449408:0x246,_0x3de817:0x242,_0x16327a:0x1b9,_0x5b82a3:0x19a,_0x5b27f8:0x249,_0x478caf:0x155,_0x32e8e2:0x4bf,_0x2de8f5:0xfb,_0xda4e74:0x30,_0x4e63ac:0x56,_0x302a04:0xc9,_0x547fa1:0x15d,_0x4fa258:0x3b,_0x51196b:0xb3},_0x16985a={_0x16f8ee:0x170},_0x596d99={'acANF':function(_0x15d3a3){return _0x15d3a3();},'vQMSk':_0x1766f6(0xc6,-_0x4d9e28._0x376d6f,-0x1c,-0x58),'mZXQz':_0x1766f6(0x144,_0x4d9e28._0x37b772,_0x4d9e28._0x2ff93a,_0x4d9e28._0x36fd37),'reONt':function(_0x5cc16b,_0x1e0bdd){return _0x5cc16b===_0x1e0bdd;},'bFaiQ':'ENOENT'},_0x4c6396=_0x596d99[_0x21009e(_0x4d9e28._0x4227fc,_0x4d9e28._0x18ab22,0x495,_0x4d9e28._0x127ba5)](getImportedSkillsRegistryPath);function _0x1766f6(_0x33d9e4,_0x572c4c,_0x151c30,_0x4af62b){return _0x5351(_0x572c4c- -0x2e0,_0x151c30);}if(!_0x4c6396){const _0x9ad38c={};return _0x9ad38c[_0x21009e(_0x4d9e28._0x584bf8,0x271,0x2b4,_0x4d9e28._0x53ecf8)]=_0x596d99[_0x1766f6(_0x4d9e28._0x566466,-_0x4d9e28._0x3f7ff0,-_0x4d9e28._0x519835,-0x1ce)],_0x9ad38c[_0x21009e(_0x4d9e28._0x3b88dd,0x31f,_0x4d9e28._0x202474,0x3dd)]={},_0x9ad38c;}function _0x21009e(_0x36150e,_0x2a4a51,_0x3d55cc,_0x4aef5f){return _0x5351(_0x3d55cc-_0x16985a._0x16f8ee,_0x4aef5f);}try{const _0x3f6bb6=await _0x199fd3[_0x21009e(0x530,_0x4d9e28._0x11f6a9,_0x4d9e28._0x25d92b,_0x4d9e28._0x10cbf7)](_0x4c6396,_0x596d99['mZXQz']);return JSON['parse'](_0x3f6bb6);}catch(_0x28b192){if(_0x596d99[_0x1766f6(-0x116,-_0x4d9e28._0x552a0a,-0x117,-0xae)](_0x28b192['code'],_0x596d99[_0x1766f6(0x8,0x2,_0x4d9e28._0x86caed,-_0x4d9e28._0xf00a34)])){const _0x1e6971={};return _0x1e6971['version']=_0x1766f6(-_0x4d9e28._0x169f3c,-_0x4d9e28._0x562c40,-0x104,0x9b),_0x1e6971[_0x1766f6(-_0x4d9e28._0x2b0148,-0x118,-_0x4d9e28._0x1629c3,-0x53)]={},_0x1e6971;}const _0x508df0={};_0x508df0[_0x21009e(_0x4d9e28._0x9895c1,_0x4d9e28._0x225161,0x371,0x482)]=_0x28b192[_0x21009e(_0x4d9e28._0x4b3e41,_0x4d9e28._0x172d7e,0x414,0x41a)],logger[_0x1766f6(-0x22,-0xdf,-0xfb,_0x4d9e28._0x5226bf)](_0x1766f6(-_0x4d9e28._0x449408,-0x130,-_0x4d9e28._0x3de817,-_0x4d9e28._0x16327a)+_0x1766f6(-0x15f,-_0x4d9e28._0x5b82a3,-_0x4d9e28._0x5b27f8,-_0x4d9e28._0x478caf)+_0x21009e(0x427,0x511,0x4d5,_0x4d9e28._0x32e8e2)+_0x1766f6(_0x4d9e28._0x376d6f,0x31,_0x4d9e28._0x2de8f5,_0x4d9e28._0xda4e74),_0x508df0);const _0x5b06e8={};return _0x5b06e8['version']=_0x596d99[_0x1766f6(_0x4d9e28._0x4e63ac,-0xae,0x9,-_0x4d9e28._0x302a04)],_0x5b06e8[_0x1766f6(-_0x4d9e28._0x547fa1,-0x118,-_0x4d9e28._0x4fa258,-_0x4d9e28._0x51196b)]={},_0x5b06e8;}}function _0x506a52(_0x2b43ad,_0x25d8c6,_0x6d7f0b,_0x351d1b){const _0x47e412={_0xcab70:0x3d6};return _0x5351(_0x25d8c6-_0x47e412._0xcab70,_0x6d7f0b);}async function saveImportedSkillsRegistry(_0x6336b9){const _0x3fd072={_0x2f1837:0xb5,_0x201a39:0x160,_0x3f4c97:0x13e,_0x382dc1:0x320,_0x17d248:0xa4,_0x1fafb7:0xa5,_0x24cb69:0xfe,_0x3075a1:0x198,_0x5323ad:0x1c9,_0x1e0710:0x28b,_0xf1fc33:0x377,_0x429f77:0x39d,_0x57a7f1:0x2ab,_0x5536af:0x1c4,_0x593e2f:0x190,_0xb5e8a7:0x158,_0x46007e:0x188,_0x4586b1:0x160,_0x28ba1c:0x1fd,_0x433f6c:0x8d,_0x59d0d6:0x57,_0x26c33a:0x11d,_0xb3eb01:0x18a,_0x2f066b:0x102,_0x503956:0x1b2,_0x195656:0x1c7,_0x5868ee:0x3aa,_0x50a2a6:0x2e0,_0x2bf4d0:0x2d6},_0x288f43={};function _0x41795f(_0x3de7ec,_0x55118b,_0x3ae596,_0x5c0687){return _0x5351(_0x5c0687- -0x63,_0x3ae596);}_0x288f43[_0x41795f(_0x3fd072._0x2f1837,0x1c,_0x3fd072._0x201a39,_0x3fd072._0x3f4c97)]=_0x41795f(0x2ce,_0x3fd072._0x382dc1,0x276,0x23a);function _0x2bba53(_0x32c08f,_0x21cf49,_0x30a6c7,_0x5d3f74){return _0x5351(_0x30a6c7- -0x3d4,_0x21cf49);}_0x288f43[_0x41795f(_0x3fd072._0x17d248,_0x3fd072._0x1fafb7,_0x3fd072._0x24cb69,0x19d)]=_0x41795f(_0x3fd072._0x3075a1,_0x3fd072._0x5323ad,0x1ae,_0x3fd072._0x1e0710),_0x288f43[_0x2bba53(-_0x3fd072._0xf1fc33,-0x38a,-0x289,-0x17d)]=_0x41795f(0x296,0x234,_0x3fd072._0x429f77,_0x3fd072._0x57a7f1);const _0x4e4537=_0x288f43,_0xef9978=getImportedSkillsRegistryPath();if(!_0xef9978){if(_0x4e4537['keEgO']!==_0x4e4537['keEgO']){const _0x55d607={};return _0x55d607[_0x2bba53(-_0x3fd072._0x5536af,-0x11c,-0x1d3,-0x1e5)]=_0x4e4537[_0x41795f(0x13f,0x1ee,_0x3fd072._0x593e2f,0x13e)],_0x55d607[_0x41795f(0x217,0x243,_0x3fd072._0xb5e8a7,0x241)]='Skill\x20\x27'+_0x499630+(_0x41795f(0x226,_0x3fd072._0x46007e,0x19a,0x204)+'d'),_0x5c3737[_0x2bba53(-_0x3fd072._0x4586b1,-_0x3fd072._0x28ba1c,-0xe0,-0x175)](0x2*0x1378+-0x2132+-0x42a*0x1)[_0x2bba53(_0x3fd072._0x433f6c,-0xcc,-0x9a,-0xea)](_0x55d607);}else return;}const _0x1b08ec={};_0x1b08ec[_0x41795f(_0x3fd072._0x59d0d6,_0x3fd072._0x26c33a,0x6f,0xc3)]=!![],await _0x199fd3[_0x2bba53(-_0x3fd072._0xb3eb01,0x24,-_0x3fd072._0x2f066b,-0x1f5)](_0x593d90['dirname'](_0xef9978),_0x1b08ec),await _0x199fd3[_0x2bba53(-_0x3fd072._0x503956,-0x259,-_0x3fd072._0x195656,-0xa4)](_0xef9978,JSON[_0x41795f(_0x3fd072._0x5868ee,_0x3fd072._0x50a2a6,0x35e,_0x3fd072._0x2bf4d0)](_0x6336b9,null,0xc4e+-0x1ca5*-0x1+0x1*-0x28f1),_0x4e4537['Zjvcq']);}async function getSkillFlags(_0x1c0f07){const _0x1a0af6=await loadImportedSkillsRegistry();return _0x1a0af6['skills'][_0x1c0f07]?.['flags']||{};}async function isSkillReadonly(_0x349245){const _0x48a134={_0x7ddbf:0x132,_0x36b45e:0x9,_0x3b24df:0xfa,_0x40cbfe:0x2b4,_0x2178cc:0x110,_0x14ec2e:0x169,_0x131295:0x1b5,_0xdbed3e:0x2c9,_0x1f590e:0x13b,_0x4d541d:0x2c6,_0x1d168f:0x323};function _0x45d0ac(_0x234539,_0x1b342d,_0x2ab270,_0x2eec87){return _0x5351(_0x2eec87- -0x3bc,_0x1b342d);}function _0x211a31(_0x4ca0b5,_0x1dd333,_0x311dea,_0x147d04){return _0x5351(_0x311dea- -0x3d3,_0x1dd333);}const _0x2b4285={'xKZmM':function(_0x55e926,_0x1a0c63){return _0x55e926(_0x1a0c63);},'WaNRE':function(_0x5b3720,_0x2bc9a3){return _0x5b3720===_0x2bc9a3;}},_0x38d0c5=await _0x2b4285[_0x45d0ac(-_0x48a134._0x7ddbf,0x17,_0x48a134._0x36b45e,-_0x48a134._0x3b24df)](getSkillFlags,_0x349245);return _0x2b4285[_0x211a31(-_0x48a134._0x40cbfe,-0x295,-0x1b5,-0x219)](_0x38d0c5[_0x45d0ac(-0x18a,-_0x48a134._0x2178cc,-_0x48a134._0x14ec2e,-0x72)],!![])||_0x2b4285[_0x211a31(-0x2ab,-0x209,-_0x48a134._0x131295,-_0x48a134._0xdbed3e)](_0x38d0c5[_0x211a31(-_0x48a134._0x1f590e,-_0x48a134._0x4d541d,-0x24c,-_0x48a134._0x1d168f)],!![]);}function parseSkillMd(_0x3d5bc4){const _0x5d2c43={_0x4ba43b:0x247,_0x2572df:0x396,_0x1f5d1f:0x342,_0x20409a:0x43e,_0x4a2c36:0x30,_0xe5c2e6:0x184,_0x121dbb:0x456,_0x466ca8:0x3cc,_0xb8daa1:0x428,_0x383e53:0x2b,_0x36f138:0x28,_0x357cfc:0x47,_0x305c26:0x26,_0x168b14:0x238,_0x5e4d8c:0x278,_0x5b0459:0x14d,_0x365fc7:0x211,_0x10d3dd:0x150,_0x249955:0x20a,_0x361186:0x116,_0x577a04:0x327,_0x4d7b7a:0x341,_0x51a3f4:0x250,_0x1afa31:0x10b,_0x39516e:0x8a,_0x491231:0xc,_0x403f84:0x66,_0x283db7:0xc5,_0x104e69:0x501,_0x4ba19d:0x277,_0x53b688:0x2fb,_0x4c5a6e:0x154,_0x192803:0x391,_0x4223a7:0x77,_0x48c61a:0x60,_0x1cfe3c:0x2e,_0x1a51c5:0x152,_0x56f023:0xa3,_0x50dec6:0xd1,_0x3fe177:0x52c,_0x48dd9a:0x3f4,_0x15bb14:0x355,_0x532157:0x450,_0x1c2506:0x3eb,_0x4d096b:0x4c4,_0x346db1:0x111,_0x2a45f2:0x1e8,_0x2d862e:0x1cb,_0x4508f5:0x304,_0x14a3cb:0x2ab,_0x34f9ea:0x13a,_0x3da194:0x16,_0x51c67d:0x9,_0x2f6978:0x342,_0x278708:0x358,_0x23657c:0x2b7,_0x2341b6:0x47e,_0x245089:0x448,_0x467e8c:0x3a9,_0xfaf4da:0x8f,_0x38a8e6:0x7,_0x181e2e:0x65,_0x3bd212:0x104,_0x30b30f:0x3f5,_0x4c34db:0x378,_0x9713d8:0x3ce,_0x1eecc2:0xf1,_0x1f7202:0x6e,_0x33b7fe:0x157,_0x1c3b46:0xf7,_0x4f271e:0xd0,_0x54c953:0x32a,_0x84cb72:0x359,_0x2d4f32:0x209,_0x3d8d78:0x3c,_0x2355ac:0xd6,_0x3d08b9:0x258,_0xfe8bac:0x194,_0xe644a9:0x19b,_0x1ae522:0x1f2,_0xe6ca3d:0x28,_0x1ef808:0x6c,_0x35ca6d:0x1b,_0x54a959:0x83,_0x142ea6:0x2c4,_0x576922:0x372,_0x31f77b:0x3a8,_0x43ca54:0x2c,_0x43016c:0xb,_0x246105:0x3f6,_0x31eea8:0x301,_0x374563:0x2e7,_0x1e6c75:0x108,_0x5c2308:0x7a,_0xba8e3f:0x98,_0x5e2099:0x197,_0x5125fc:0x11d,_0x389730:0x408,_0x442ecb:0x2d8,_0x231e7e:0x2f2,_0x2181dd:0x1e0,_0x4a56ad:0x280,_0x57f4de:0x62,_0x1a4f58:0xbc,_0x372701:0x3d,_0x3b1119:0x94,_0xdc5ca4:0xc6,_0x4d9595:0x68,_0xa2a74d:0x3a,_0xc4bec5:0x58,_0x183707:0x10,_0x3eee16:0x122,_0x542116:0xf1,_0x58396a:0xea,_0x2859c7:0xbd,_0x97428a:0x6,_0x578522:0x291,_0x1191df:0x93,_0x89920f:0xee,_0x4a1090:0xbf,_0x2db121:0x109,_0x2f8ea6:0x9,_0x3c3515:0xbe,_0x331f17:0x16b,_0x1b3e98:0x438,_0x3464ae:0x37e,_0xe4328f:0x500,_0x59cfb7:0xd9,_0x46d241:0x1ed,_0x3aec93:0x191,_0x3cfb00:0x410,_0xb671d7:0x363,_0x3cfec0:0xe1,_0x3ac2e3:0x3b,_0xb058b4:0x45,_0x461bfd:0x390,_0x42d87c:0x4a2,_0x58d002:0x2e6,_0x4d9156:0x402,_0x234c99:0x3e0,_0x18643a:0x37b,_0x4ed522:0x434,_0x5d11de:0x3cd,_0x2faf5c:0xec,_0x47efbf:0x1a2,_0x2eb451:0xa9},_0x402f04={_0x213ece:0xec},_0xc0ac61={_0x262fe4:0x242},_0x26426f={};_0x26426f['nlPKT']=_0x30306b(0x337,_0x5d2c43._0x4ba43b,_0x5d2c43._0x2572df,0x325)+_0x30306b(_0x5d2c43._0x1f5d1f,_0x5d2c43._0x20409a,0x2e7,0x3f1)+'d',_0x26426f[_0x5d34e6(-0x4a,-0x107,-_0x5d2c43._0x4a2c36,-_0x5d2c43._0xe5c2e6)]='Not\x20Found',_0x26426f[_0x30306b(_0x5d2c43._0x121dbb,0x3a1,0x446,0x4f6)]=_0x30306b(_0x5d2c43._0x466ca8,0x330,0x432,0x4c5)+'t',_0x26426f[_0x30306b(_0x5d2c43._0xb8daa1,0x3e2,0x34a,0x35d)]='Task\x20has\x20n'+_0x5d34e6(-0x119,-_0x5d2c43._0x383e53,_0x5d2c43._0x36f138,-_0x5d2c43._0x357cfc)+_0x5d34e6(0xa8,-0x69,-0x28,_0x5d2c43._0x305c26)+_0x30306b(_0x5d2c43._0x168b14,_0x5d2c43._0x5e4d8c,_0x5d2c43._0x5b0459,0x241),_0x26426f['eahBo']=function(_0x5492ff,_0x27baf6){return _0x5492ff<_0x27baf6;};function _0x5d34e6(_0x1e9038,_0x1e1137,_0x57a231,_0x4cf6ba){return _0x5351(_0x1e1137- -_0xc0ac61._0x262fe4,_0x4cf6ba);}_0x26426f[_0x30306b(_0x5d2c43._0x365fc7,_0x5d2c43._0x10d3dd,_0x5d2c43._0x249955,_0x5d2c43._0x361186)]=_0x30306b(_0x5d2c43._0x577a04,_0x5d2c43._0x4d7b7a,0x268,_0x5d2c43._0x51a3f4);function _0x30306b(_0x2f2bc5,_0x1807db,_0x46492c,_0x2b29f3){return _0x5351(_0x2f2bc5-_0x402f04._0x213ece,_0x1807db);}_0x26426f[_0x5d34e6(-0x89,0x9f,_0x5d2c43._0x1afa31,-0x65)]='LeLul',_0x26426f[_0x5d34e6(_0x5d2c43._0x39516e,0x89,_0x5d2c43._0x491231,-0x86)]=_0x5d34e6(_0x5d2c43._0x403f84,-0x3a,-0x12,_0x5d2c43._0x283db7),_0x26426f[_0x30306b(0x448,0x50a,0x363,_0x5d2c43._0x104e69)]=function(_0x4fa1c0,_0x1c8a05){return _0x4fa1c0===_0x1c8a05;},_0x26426f['blcEd']=function(_0x24fb4a,_0xe9b904){return _0x24fb4a+_0xe9b904;},_0x26426f[_0x30306b(_0x5d2c43._0x4ba19d,_0x5d2c43._0x53b688,_0x5d2c43._0x4c5a6e,_0x5d2c43._0x192803)]=_0x5d34e6(-0x118,-_0x5d2c43._0x4223a7,0xa,-0x87),_0x26426f[_0x5d34e6(_0x5d2c43._0x48c61a,0x94,0x94,-_0x5d2c43._0x1cfe3c)]='allowed-to'+_0x5d34e6(_0x5d2c43._0x1a51c5,_0x5d2c43._0x56f023,0xcd,_0x5d2c43._0x50dec6),_0x26426f[_0x30306b(0x420,0x2fe,_0x5d2c43._0x3fe177,0x37c)]=function(_0x150f5f,_0x5a7a80){return _0x150f5f!==_0x5a7a80;},_0x26426f[_0x30306b(_0x5d2c43._0x48dd9a,_0x5d2c43._0x15bb14,_0x5d2c43._0x532157,0x352)]=_0x5d34e6(0x68,0xcd,0x24,-0x27),_0x26426f['UgiZJ']='BSyCS',_0x26426f['iWVhn']=_0x30306b(_0x5d2c43._0x1c2506,_0x5d2c43._0x1f5d1f,_0x5d2c43._0x4d096b,0x42e);const _0x54a523=_0x26426f,_0x44dce9=_0x3d5bc4[_0x5d34e6(_0x5d2c43._0x346db1,0xc8,0x143,_0x5d2c43._0x2a45f2)]('\x0a'),_0x3a42a2={};let _0x2f6b6a=![],_0x3ecff4=![],_0x3c697c=-0x5*-0x27b+0x9d*0x1f+-0x1f6a;for(let _0x5f0fb2=-0x1bd6+-0x1cf*-0x12+0x2*-0x25c;_0x54a523['eahBo'](_0x5f0fb2,_0x44dce9['length']);_0x5f0fb2++){const _0x4bb6b3=_0x44dce9[_0x5f0fb2];if(_0x5f0fb2===-0x1b51+-0x23*0x92+0x2f47&&_0x4bb6b3['trim']()===_0x54a523['HqaYA']){if(_0x54a523['qsjaF']!==_0x54a523['aDFLk']){_0x2f6b6a=!![];continue;}else{const _0x195cbc={};_0x195cbc['taskId']=_0x109d3e,_0x195cbc['environmen'+'t']=_0x408715[_0x30306b(0x2c4,_0x5d2c43._0x2d862e,_0x5d2c43._0x4508f5,_0x5d2c43._0x14a3cb)+'t'],_0x44a091['warn'](_0x54a523['nlPKT'],_0x195cbc);const _0x24420d={};return _0x24420d['error']=_0x54a523[_0x30306b(0x227,0x202,0x265,_0x5d2c43._0x34f9ea)],_0x24420d[_0x5d34e6(0x25,0x62,_0x5d2c43._0x3da194,0xc9)]=_0x5d34e6(-0x93,_0x5d2c43._0x51c67d,0xe1,_0x5d2c43._0x403f84)+_0x30306b(_0x5d2c43._0x2f6978,0x3d9,_0x5d2c43._0x278708,_0x5d2c43._0x23657c)+'d',_0x5d7a6e[_0x30306b(0x3e0,0x304,0x39f,_0x5d2c43._0x2341b6)](-0x212b+-0x1039*-0x1+0x943*0x2)['json'](_0x24420d);}}if(_0x2f6b6a){if(_0x54a523[_0x30306b(_0x5d2c43._0x245089,_0x5d2c43._0x467e8c,0x453,0x4b7)](_0x4bb6b3[_0x30306b(0x2f2,0x203,0x3ea,0x3ef)](),_0x5d34e6(_0x5d2c43._0xfaf4da,-_0x5d2c43._0x38a8e6,_0x5d2c43._0x181e2e,_0x5d2c43._0x3bd212))){_0x2f6b6a=![],_0x3ecff4=!![],_0x3c697c=_0x54a523[_0x30306b(0x405,_0x5d2c43._0x30b30f,0x480,_0x5d2c43._0x4c34db)](_0x5f0fb2,0x1cdd+0x91c*0x4+0x15*-0x31c);continue;}const _0x469f98=_0x4bb6b3[_0x30306b(0x31c,0x2bf,_0x5d2c43._0x9713d8,0x27a)](/^([a-z-]+):\s*(.*)$/);if(_0x469f98){const [,_0x302602,_0x5bda2c]=_0x469f98;if(_0x54a523[_0x5d34e6(0xce,0x11a,_0x5d2c43._0x1eecc2,0x98)](_0x302602,'allowed-to'+_0x5d34e6(_0x5d2c43._0x1f7202,_0x5d2c43._0x56f023,_0x5d2c43._0x33b7fe,_0x5d2c43._0x1c3b46))&&!_0x5bda2c[_0x5d34e6(-0xb9,-0x3c,0xdb,-_0x5d2c43._0x4f271e)]())_0x3a42a2[_0x302602]=[];else{if(_0x5bda2c['trim']()[_0x30306b(_0x5d2c43._0x54c953,_0x5d2c43._0x84cb72,_0x5d2c43._0x2d4f32,0x2a3)]('[')&&_0x5bda2c[_0x5d34e6(0x2,-_0x5d2c43._0x3d8d78,-0x10b,-_0x5d2c43._0x2355ac)]()['endsWith'](']')){if(_0x30306b(_0x5d2c43._0x3d08b9,0x16f,0x29b,_0x5d2c43._0xfe8bac)===_0x54a523[_0x30306b(_0x5d2c43._0x4ba19d,_0x5d2c43._0xe644a9,0x247,_0x5d2c43._0x1ae522)]){const _0x98b2bb=_0x57ab9a['filter'](_0x3afc21=>_0x3afc21!==_0x3d1eb1);_0x98b2bb[_0x5d34e6(_0x5d2c43._0xe6ca3d,_0x5d2c43._0x1ef808,0x10f,_0x5d2c43._0x35ca6d)]!==_0x43e8f0[_0x5d34e6(-_0x5d2c43._0x54a959,0x6c,0x3f,0x4d)]&&(_0x9a1d1[_0x30306b(_0x5d2c43._0x142ea6,_0x5d2c43._0x576922,0x34a,_0x5d2c43._0x31f77b)+'ts'][_0x3bff95][_0x5d34e6(-0x89,-0x7a,0x1d,-0xfd)]=_0x98b2bb,_0x580639=!![]);}else _0x3a42a2[_0x302602]=_0x5bda2c['trim']()[_0x5d34e6(_0x5d2c43._0x43ca54,0x106,-_0x5d2c43._0x43016c,0x20d)](0x9cd+0x148b*0x1+-0x1e57*0x1,-(-0x26af+0x1b83+0xb2d))[_0x30306b(_0x5d2c43._0x246105,_0x5d2c43._0x31eea8,_0x5d2c43._0x374563,0x4f4)](',')[_0x5d34e6(-0x39,-0xd,-_0x5d2c43._0x1e6c75,-_0x5d2c43._0x5c2308)](_0x8ab81=>_0x8ab81[_0x5d34e6(0x7b,-0x3c,-0x112,-0xaf)]())[_0x5d34e6(0x1c,_0x5d2c43._0xba8e3f,_0x5d2c43._0x5e2099,_0x5d2c43._0x5125fc)](Boolean);}else _0x5bda2c[_0x30306b(0x2f2,0x405,_0x5d2c43._0x389730,_0x5d2c43._0x442ecb)]()&&(_0x3a42a2[_0x302602]=_0x5bda2c['trim']());}}else{if(_0x4bb6b3[_0x30306b(_0x5d2c43._0x231e7e,_0x5d2c43._0x2181dd,0x32e,_0x5d2c43._0x4a56ad)]()[_0x5d34e6(-_0x5d2c43._0x57f4de,-0x4,-_0x5d2c43._0x1a4f58,-0x94)]('-\x20')&&_0x3a42a2[_0x54a523[_0x5d34e6(-_0x5d2c43._0x372701,_0x5d2c43._0x3b1119,0x8b,0x139)]]){if(_0x54a523['TeghS'](_0x54a523[_0x5d34e6(0xd6,_0x5d2c43._0xdc5ca4,0x124,0x30)],_0x54a523[_0x5d34e6(-0x1c,-_0x5d2c43._0x4d9595,-0x28,-0xc1)])){const _0xd9e07d=Object[_0x5d34e6(-_0x5d2c43._0xa2a74d,-_0x5d2c43._0xc4bec5,-0x7b,0x5d)](_0x3a42a2)['find'](_0x3e9cb4=>Array['isArray'](_0x3a42a2[_0x3e9cb4]));_0xd9e07d&&(_0x54a523[_0x5d34e6(_0x5d2c43._0x183707,0xf2,_0x5d2c43._0x3eee16,-0x26)](_0x54a523[_0x5d34e6(-_0x5d2c43._0x542116,0x2c,-0x30,_0x5d2c43._0x58396a)],_0x5d34e6(0x149,_0x5d2c43._0x2859c7,-0x16,-_0x5d2c43._0x97428a))?_0x4d4729=_0x1220c2:_0x3a42a2[_0xd9e07d][_0x30306b(_0x5d2c43._0x578522,0x16b,0x261,0x1b5)](_0x4bb6b3[_0x5d34e6(-_0x5d2c43._0xdc5ca4,-0x3c,-0x61,_0x5d2c43._0x1191df)]()[_0x5d34e6(0x198,0x106,0x3b,_0x5d2c43._0x89920f)](-0x1*0x7cf+-0x1*0x1039+-0x11*-0x16a)[_0x5d34e6(-0x9d,-0x3c,-_0x5d2c43._0x4a1090,-_0x5d2c43._0x2db121)]()));}else{const _0x1af0ce={};_0x1af0ce[_0x5d34e6(_0x5d2c43._0x2f8ea6,-_0x5d2c43._0x3c3515,-_0x5d2c43._0x331f17,-0x1e3)]=_0x45826b,_0x22d5fe[_0x30306b(_0x5d2c43._0x1b3e98,0x37d,_0x5d2c43._0x3464ae,_0x5d2c43._0xe4328f)](_0x5d34e6(-0x33,_0x5d2c43._0x59cfb7,_0x5d2c43._0x46d241,_0x5d2c43._0x3aec93)+'o\x20environm'+_0x30306b(0x350,_0x5d2c43._0x3cfb00,_0x5d2c43._0xb671d7,0x38c),_0x1af0ce);const _0x21382e={};return _0x21382e[_0x5d34e6(-_0x5d2c43._0x3cfec0,-0x41,-_0x5d2c43._0x3ac2e3,-_0x5d2c43._0xb058b4)]=_0x54a523['UZUvy'],_0x21382e[_0x30306b(_0x5d2c43._0x461bfd,_0x5d2c43._0x42d87c,_0x5d2c43._0x58d002,_0x5d2c43._0x4d9156)]=_0x54a523['ULcVD'],_0x5f1ad8[_0x30306b(_0x5d2c43._0x234c99,0x49d,_0x5d2c43._0x18643a,0x3a6)](-0xc72+-0x20dc+0x2ede)['json'](_0x21382e);}}}}}const _0x5371ae=_0x3ecff4?_0x44dce9[_0x30306b(_0x5d2c43._0x4ed522,_0x5d2c43._0x5d11de,0x3ee,0x3fd)](_0x3c697c)['join']('\x0a'):_0x3d5bc4,_0xdf2c06={};return _0xdf2c06[_0x5d34e6(0x29,-_0x5d2c43._0x2faf5c,-_0x5d2c43._0x47efbf,-_0x5d2c43._0x2eb451)+'r']=_0x3a42a2,_0xdf2c06['body']=_0x5371ae,_0xdf2c06;}function serializeSkillMd(_0x43f59d,_0x3e9d89){const _0x52dba3={_0xf785ed:0x376,_0x861086:0x2aa,_0x4aa008:0x1ae,_0x471af6:0xbe,_0x138a0d:0x188,_0x371ff:0x2d8,_0x38b431:0x27f,_0x1da3e6:0x32c,_0x3c3308:0x1ac,_0x3e9e66:0x21c,_0x49ac22:0x32c,_0x2871e8:0x251,_0x4d3c81:0x1d1,_0x5f3e49:0x76,_0x5188ed:0x31f,_0x261eb3:0x1c3,_0x28ae8d:0x226,_0x576091:0x215,_0x116adb:0x105,_0x1a0bc3:0x358,_0x36ee26:0x35a,_0x46e7d3:0x236,_0x23efb5:0x2c8,_0x2c5d75:0x30c,_0x47d4f7:0x1e8,_0x14138b:0x12d,_0x3377fe:0x232,_0x2d0c93:0x201,_0x4ab0bc:0x389,_0x42de23:0x7d,_0x35f5e0:0x1b,_0x5cf9b1:0x62,_0x41dde5:0x84,_0x193c6f:0xde,_0x5765f9:0x71,_0x38fb78:0x220,_0x5edd0d:0x31b,_0x2cb8eb:0x219,_0x11b6fe:0x15c,_0x183ff3:0x50d,_0x26549f:0x3cf,_0x152fc6:0xb9,_0x3ba508:0x2ef,_0x48645a:0x109,_0x2baebc:0x27e,_0x1da3e3:0x2ad,_0x26986f:0x189,_0x178d15:0x1ae,_0x339a9e:0x242,_0x23b3bc:0x41b,_0x454f84:0x410,_0x425287:0x381,_0x2f4a26:0x391,_0x21dfa7:0x410,_0x3498ae:0x4b7,_0x341aed:0x380,_0x34aca5:0x2b1,_0x268ac6:0x42c,_0x9cb3b6:0x471,_0x4160a8:0x365,_0x213ea5:0x2e3,_0x1dad43:0x2aa,_0x2667ba:0x59,_0x5f3564:0xcf,_0x571bc0:0x1cc,_0x4697c1:0x297,_0x543462:0x20b,_0x10ee22:0x255,_0x8e33f0:0x32d,_0x3d9d35:0x1b8,_0x3a0e3f:0x9b},_0x3196f9={};_0x3196f9['SdQZP']='Not\x20Found',_0x3196f9[_0x3ff37b(_0x52dba3._0xf785ed,_0x52dba3._0x861086,0x325,_0x52dba3._0x4aa008)]='Invalid\x20fi'+'le\x20path',_0x3196f9['saThx']=_0xacf012(-0x15b,-0x200,-_0x52dba3._0x471af6,-_0x52dba3._0x138a0d),_0x3196f9[_0x3ff37b(_0x52dba3._0x371ff,_0x52dba3._0x38b431,_0x52dba3._0x1da3e6,_0x52dba3._0x3c3308)]='eoupe';function _0x3ff37b(_0x58ae2f,_0x31c4e8,_0x474bb7,_0x343c19){return _0x5351(_0x31c4e8-0xf2,_0x58ae2f);}_0x3196f9['bgCmp']=function(_0x4e6107,_0x410b91){return _0x4e6107!==_0x410b91;},_0x3196f9[_0x3ff37b(_0x52dba3._0x3e9e66,_0x52dba3._0x49ac22,0x221,0x43b)]=function(_0x326060,_0x572fcc){return _0x326060!==_0x572fcc;};function _0xacf012(_0x4edf0f,_0x2cc9f1,_0xf139a8,_0x27dc20){return _0x5351(_0x27dc20- -0x3c3,_0x2cc9f1);}_0x3196f9[_0x3ff37b(0x18e,_0x52dba3._0x2871e8,0x1fc,_0x52dba3._0x4d3c81)]=function(_0x2a7cff,_0x355e75){return _0x2a7cff!==_0x355e75;},_0x3196f9[_0xacf012(0x19,-_0x52dba3._0x5f3e49,-0x28,-0xa5)]=_0x3ff37b(_0x52dba3._0x5188ed,0x215,0x21e,_0x52dba3._0x261eb3);const _0x16051b=_0x3196f9,_0x33ba2d=[_0x16051b[_0x3ff37b(_0x52dba3._0x28ae8d,0x2e8,_0x52dba3._0x576091,0x21f)]];for(const [_0x2dcd4f,_0x374e59]of Object[_0xacf012(-_0x52dba3._0x116adb,-0x236,-0x16e,-0x175)](_0x43f59d)){if(Array[_0x3ff37b(0x23a,0x242,0x2b7,0x220)](_0x374e59)){if(_0x374e59['length']===0x1a00+-0x6*0x620+0xac0){if(_0x16051b[_0xacf012(-0x24d,-_0x52dba3._0x1a0bc3,-_0x52dba3._0x36ee26,-_0x52dba3._0x46e7d3)]===_0x16051b['vsHrv'])_0x33ba2d[_0xacf012(-_0x52dba3._0x23efb5,-0x240,-_0x52dba3._0x2c5d75,-0x21e)](_0x2dcd4f+_0xacf012(-_0x52dba3._0x47d4f7,-_0x52dba3._0x14138b,-_0x52dba3._0x3377fe,-_0x52dba3._0x2d0c93));else{const _0x242e24={};return _0x242e24[_0x3ff37b(0x1d4,0x2f3,0x2b2,_0x52dba3._0x4ab0bc)]=_0x16051b[_0xacf012(-_0x52dba3._0x42de23,_0x52dba3._0x35f5e0,-_0x52dba3._0x5cf9b1,-0xb1)],_0x242e24[_0xacf012(-_0x52dba3._0x41dde5,-_0x52dba3._0x193c6f,-_0x52dba3._0x5765f9,-0x11f)]=_0x3ff37b(0x2ce,_0x52dba3._0x38fb78,_0x52dba3._0x5edd0d,0x165)+_0x50ca68+(_0xacf012(-0x8b,-0x9f,-_0x52dba3._0x2cb8eb,-_0x52dba3._0x11b6fe)+'d'),_0x4e7f3e[_0x3ff37b(0x323,0x3e6,_0x52dba3._0x183ff3,_0x52dba3._0x26549f)](-0x380*-0x9+0x16c*-0x1a+0x70c)[_0xacf012(0xa,0x93,-_0x52dba3._0x152fc6,-0x89)](_0x242e24);}}else{_0x33ba2d['push'](_0x2dcd4f+':');for(const _0x3675aa of _0x374e59){_0x33ba2d[_0x3ff37b(_0x52dba3._0x3ba508,0x297,0x1a4,0x19c)]('\x20\x20-\x20'+_0x3675aa);}}}else{if(_0x16051b[_0xacf012(-_0x52dba3._0x48645a,-_0x52dba3._0x2baebc,-_0x52dba3._0x1da3e3,-0x1f5)](_0x374e59,undefined)&&_0x16051b[_0xacf012(-0x284,-0x14f,-0x24a,-_0x52dba3._0x26986f)](_0x374e59,null)&&_0x16051b[_0xacf012(-_0x52dba3._0x178d15,-_0x52dba3._0x339a9e,-0x364,-0x264)](_0x374e59,'')){if(_0x16051b[_0x3ff37b(_0x52dba3._0x23b3bc,_0x52dba3._0x454f84,_0x52dba3._0x425287,_0x52dba3._0x2f4a26)]===_0x16051b[_0x3ff37b(0x4ea,_0x52dba3._0x21dfa7,0x406,_0x52dba3._0x3498ae)])_0x33ba2d['push'](_0x2dcd4f+':\x20'+_0x374e59);else{const _0x5b2758={};return _0x5b2758[_0x3ff37b(_0x52dba3._0x341aed,0x2f3,0x3db,_0x52dba3._0x34aca5)]=_0x3ff37b(0x4ee,0x3d2,_0x52dba3._0x268ac6,_0x52dba3._0x9cb3b6)+'t',_0x5b2758[_0x3ff37b(0x271,0x396,0x3de,_0x52dba3._0x4160a8)]=_0x16051b[_0x3ff37b(_0x52dba3._0x213ea5,_0x52dba3._0x1dad43,0x377,0x334)],_0x10a00d[_0xacf012(-0xf8,-_0x52dba3._0x2667ba,-0x17b,-_0x52dba3._0x5f3564)](0x13*0x1f9+-0x25*-0x25+0x1*-0x2944)['json'](_0x5b2758);}}}}return _0x33ba2d[_0x3ff37b(_0x52dba3._0x571bc0,_0x52dba3._0x4697c1,0x389,_0x52dba3._0x543462)](_0x3ff37b(_0x52dba3._0x10ee22,_0x52dba3._0x8e33f0,0x362,0x309)),_0x33ba2d['push'](''),_0x33ba2d[_0x3ff37b(_0x52dba3._0x3d9d35,0x297,0x21b,0x2c3)](_0x3e9d89),_0x33ba2d[_0xacf012(-0xcc,0x65,-_0x52dba3._0x3a0e3f,-0x96)]('\x0a');}async function requireTaskAuth(_0x2658c0,_0x50eb12,_0xbc33db){const _0x38cfa1={_0xbae883:0x114,_0x369083:0x1d2,_0x14bf47:0x125,_0xde7057:0x6d,_0x44b343:0x87,_0x5d9772:0x76,_0x39ec0d:0xce,_0x514b53:0x626,_0x5a1819:0x6fe,_0x7ff357:0x6be,_0x5e803f:0x148,_0x3c1009:0xec,_0x421e39:0x744,_0xfbaf84:0x5e9,_0x5b2ba3:0x1b8,_0x4e7871:0x739,_0x14b8d5:0x551,_0x31fc34:0x5b0,_0x9bbe34:0xfb,_0x2b9f1:0xd2,_0x4a38ee:0x1da,_0x3bc375:0x262,_0xabd7f8:0x266,_0x13e6b3:0x8c,_0x3bd6dc:0x148,_0x3db17e:0x561,_0x4f2ff2:0x579,_0x3968d1:0x6e2,_0x5d0edc:0xd3,_0x2ea287:0x129,_0x5a3d81:0x28,_0x5c8d74:0x594,_0x3d992a:0x632,_0x567682:0x264,_0x15b854:0x14c,_0x5cef30:0x69b,_0x272e20:0x20,_0x1241e6:0x15b,_0x508cb0:0x649,_0xbb199e:0x678,_0x17044e:0x292,_0x17466a:0x1cd,_0x83f0cb:0x248,_0x20f4d6:0x691,_0x52e9b3:0x621,_0x452298:0x7ac,_0x36b453:0x69f,_0x54c52e:0x68d,_0xb2508c:0x5af,_0x19804a:0x5d8,_0xdb37af:0x1e9,_0x287606:0xc2,_0x55ee0a:0x156,_0x4ae792:0x1a6,_0x20ff23:0x93,_0x2766f6:0x7c,_0x32a451:0x285,_0x40a8f7:0x62f,_0x43f82c:0x51,_0x5a5909:0x6e,_0x30fb6f:0x335,_0x3b188d:0x124,_0x526cd8:0x58,_0x3f2be1:0xd3,_0x4441cc:0x1ad,_0x259301:0x15c,_0xe91e9b:0x516,_0x5234be:0x638,_0x307843:0x63f,_0x494e73:0x70f,_0x1e520e:0x4ab,_0xfafe78:0x679,_0x26520b:0x87,_0x4fb176:0x2a,_0x2eeadb:0x5a9,_0x242682:0x59e,_0x5d18eb:0x562,_0xbf2956:0x670,_0x2e1c84:0x591,_0x27f550:0x73c,_0x585f83:0x6b9,_0x9f7079:0x38,_0x144e80:0x3f,_0xc07bcc:0x26,_0x3f4383:0x660,_0x1a7552:0x22c,_0x4ad88d:0x266,_0x23460a:0x2b6,_0x7515a0:0x94,_0x570628:0x1f9,_0x1b717b:0x5dc,_0x22b450:0x6e4,_0xd6acca:0x674,_0x268f1f:0x45a,_0x29a299:0x196,_0x5d3ab6:0x13e,_0x15ef7d:0x155,_0x48b5a3:0x137,_0x23574e:0x1e6,_0x4ae9b2:0x230,_0x581f1d:0x24a,_0x56e77a:0x183,_0x5ad975:0xfa,_0x1d2f39:0x23e,_0x11f0a1:0x19e,_0xff5219:0x589,_0x3be62d:0x382,_0x2f59c4:0x387,_0x3a36ed:0x520,_0x2cdd73:0x5e7,_0x4e12cf:0x5c2,_0x182ab9:0x47e,_0x340cf9:0x52d,_0x323961:0x59e,_0x267a72:0x2d9,_0x167ef6:0x5f4,_0x5c4dc3:0x587,_0x54e16b:0x560,_0x201ac8:0x63a,_0x2308c8:0x180,_0x19ae67:0x7a,_0x42de6c:0x40,_0x36e95d:0x121,_0x3a0e44:0xf6,_0x37869b:0x193,_0x2c8d34:0xd7,_0x47e86a:0x2dc,_0x35c6a3:0x1d5,_0x2aee8f:0x97,_0x56a993:0x11a,_0x4d10cc:0x4e1,_0x2c7341:0x447,_0x337a4f:0x5b5,_0x2deafa:0x671,_0x5b0361:0x138,_0xdc056d:0x576,_0x17eed8:0x6e2,_0x3a9943:0xab,_0x83d45b:0x7f,_0x5342ef:0x164,_0x286ab7:0x1e6,_0x1ee3a9:0x17e,_0x3ea5cc:0x22c,_0x566f11:0x209,_0x7f61ee:0x1ff,_0x741136:0x1ea,_0x23cc85:0x694,_0x26438f:0x55e,_0x29c177:0x64f,_0x1b0967:0x63b,_0x598ede:0x51d,_0x51f3ca:0x4c4,_0x33aeb9:0x5b7,_0x56ffe3:0x1e1,_0x1dd95f:0x680,_0x42f307:0x5a8,_0x58e1b1:0x6cd,_0x4361c0:0x733,_0x285bd4:0x597,_0x5463a5:0x4e2,_0x186b2d:0x41,_0x13b2af:0x53,_0x49452d:0x4e5,_0x2c1e82:0x3c7,_0x20dd68:0x53e,_0x427f1d:0x683,_0x126ab3:0x68e,_0x3b591f:0x79c,_0x2ad8d1:0x610,_0x4269f7:0x4db,_0x503d83:0x451,_0x417390:0x520,_0x2bec9c:0x10b,_0x4c1dab:0xc6,_0x343372:0x1e4,_0x5459c9:0x165,_0x55d319:0x1f6,_0x548f99:0x539,_0x45b078:0x5cc,_0x424b03:0x4e5,_0x52caf9:0x5f4,_0x59a97a:0x1da,_0x15e9ad:0x161,_0x4d3767:0x24f,_0x201597:0x2d3,_0x42f6af:0x72f,_0x3e041e:0x115,_0x493de6:0x8,_0x1354c7:0x196,_0x554805:0x2a3,_0x4b6bbb:0x68f,_0x1ba7ed:0x791,_0x309c48:0x777,_0x3dce13:0x634,_0x2d35ad:0x145,_0x5c7fca:0x167,_0x1a91e7:0xa,_0xf325f6:0xca,_0x59261c:0xd7,_0x643efe:0x5ff,_0xca3c25:0x5ec,_0xc1394:0x5fd,_0x38be3d:0x54f,_0x431191:0x49,_0x328fb0:0x1d3,_0xad35ad:0x539,_0x2755ea:0x619,_0x839c6e:0x516,_0x533f5d:0x63d,_0x1e578e:0x49a,_0x542ddb:0x1c9,_0x3a63c3:0x122,_0x33eb02:0x64e,_0x40d0c7:0x607,_0x24c375:0xd4,_0x3c66ec:0x1bc,_0x4aaaef:0x472,_0x2dd45e:0x160,_0x1ec555:0x256,_0x466019:0x48c,_0x471aec:0x509,_0x2bb7d7:0x5d3,_0x2877b7:0x6ce,_0x21b75e:0x690,_0x23b84a:0x4b1,_0x33a920:0x5a6,_0x2b956b:0x655,_0x48d782:0x6eb,_0xfbe593:0x638,_0x538eb1:0x1fc,_0x4555fa:0xf1,_0x21b6de:0x14,_0x705a62:0x120,_0x448454:0x1b2,_0x29a770:0x91,_0x443160:0x565,_0x1df6e1:0x5cb,_0x111585:0xba,_0x4ebc54:0x1e0,_0x46fa1d:0x107},_0x1fe56a={_0x3c88fc:0x10e},_0x5085a7={_0x550be3:0x361},_0x4bb48a={'ghiTW':'file','MiNcI':_0x1412d4(_0x38cfa1._0xbae883,_0x38cfa1._0x369083,0x1ca,_0x38cfa1._0x14bf47)+'t','ZTVcu':'ENOENT','DOLsU':_0x1412d4(-_0x38cfa1._0xde7057,_0x38cfa1._0x44b343,_0x38cfa1._0x5d9772,_0x38cfa1._0x39ec0d),'CMTih':_0x2069a4(0x649,_0x38cfa1._0x514b53,_0x38cfa1._0x5a1819,_0x38cfa1._0x7ff357)+'gement\x20req'+_0x1412d4(_0x38cfa1._0x5e803f,0x1de,_0x38cfa1._0x3c1009,0x22a)+_0x2069a4(0x65b,_0x38cfa1._0x421e39,_0x38cfa1._0xfbaf84,0x611)+_0x1412d4(0x10d,0x139,0xca,_0x38cfa1._0x5b2ba3),'pTlhP':'Missing\x20X-'+'Task-Id\x20he'+_0x2069a4(0x65d,0x6b4,0x561,_0x38cfa1._0x4e7871),'gXcNn':function(_0x6d721f,_0x13bd11){return _0x6d721f===_0x13bd11;},'JnzJO':_0x2069a4(_0x38cfa1._0x14b8d5,_0x38cfa1._0x31fc34,0x5d6,0x55b),'dfHSH':_0x1412d4(_0x38cfa1._0x9bbe34,0x20a,0x299,0x175),'tUBcj':_0x1412d4(_0x38cfa1._0x2b9f1,_0x38cfa1._0x4a38ee,_0x38cfa1._0x3bc375,_0x38cfa1._0xabd7f8)+_0x1412d4(_0x38cfa1._0x13e6b3,0x1ac,_0x38cfa1._0x3bd6dc,0x2b4)+_0x2069a4(0x67d,_0x38cfa1._0x3db17e,_0x38cfa1._0x4f2ff2,_0x38cfa1._0x3968d1)+_0x1412d4(_0x38cfa1._0x5d0edc,0xbe,_0x38cfa1._0x2ea287,_0x38cfa1._0x5a3d81),'hDDTP':_0x2069a4(0x6a3,0x5f7,_0x38cfa1._0x5c8d74,_0x38cfa1._0x3d992a)+'erver\x20Erro'+'r','ueMuO':_0x1412d4(_0x38cfa1._0x567682,0x206,0x18c,_0x38cfa1._0x15b854)+_0x2069a4(0x5a1,_0x38cfa1._0x5cef30,0x4df,0x587)+_0x1412d4(_0x38cfa1._0x272e20,0xd8,0x1d9,_0x38cfa1._0x1241e6),'mFrsL':_0x2069a4(_0x38cfa1._0x508cb0,0x660,0x555,0x6ea)+_0x2069a4(0x64c,_0x38cfa1._0xbb199e,0x6b5,0x714)+_0x1412d4(_0x38cfa1._0x17044e,_0x38cfa1._0x17466a,_0x38cfa1._0x83f0cb,0x279)+_0x2069a4(_0x38cfa1._0x20f4d6,0x611,_0x38cfa1._0x52e9b3,0x77b)+_0x2069a4(0x6b8,_0x38cfa1._0x452298,0x68f,_0x38cfa1._0x36b453),'QkuSQ':'Unauthoriz'+'ed','ljJKg':_0x2069a4(_0x38cfa1._0x54c52e,_0x38cfa1._0xb2508c,0x788,_0x38cfa1._0x19804a)+'sk\x20ID','WGZZX':_0x1412d4(_0x38cfa1._0xdb37af,0x189,_0x38cfa1._0x287606,0x159),'Xgjhm':'Task\x20has\x20n'+'o\x20environm'+_0x1412d4(0x74,_0x38cfa1._0x55ee0a,_0x38cfa1._0x4ae792,0x24d),'xxXiB':function(_0x3b2d09,_0x520ed6){return _0x3b2d09(_0x520ed6);},'cDpCh':function(_0xc4d64,_0x56c6ed){return _0xc4d64===_0x56c6ed;},'wthsD':'Task\x20user\x20'+_0x1412d4(_0x38cfa1._0x20ff23,0x188,_0x38cfa1._0x2766f6,_0x38cfa1._0x32a451),'pCTZo':_0x2069a4(0x63d,0x5c1,_0x38cfa1._0x40a8f7,0x5a7)+_0x1412d4(_0x38cfa1._0x43f82c,0xcd,_0x38cfa1._0x5a5909,-0x33),'rnJFM':function(_0x4cc7c6,_0x1a9fb8,_0x3bcf6c,_0x373bce){return _0x4cc7c6(_0x1a9fb8,_0x3bcf6c,_0x373bce);},'GfkHw':'skills:tas'+_0x1412d4(0x298,0x225,_0x38cfa1._0x30fb6f,_0x38cfa1._0x3b188d),'hxMuW':_0x1412d4(_0x38cfa1._0x526cd8,_0x38cfa1._0x3f2be1,_0x38cfa1._0x4441cc,_0x38cfa1._0x259301),'eWcrz':'User\x20does\x20'+_0x1412d4(0x1ca,0x112,0x7e,0x221)+'ermission\x20'+'to\x20edit\x20sk'+_0x2069a4(0x496,0x396,0x3be,_0x38cfa1._0xe91e9b)+'tasks','msRLO':function(_0x1c3c19,_0x21a2ad){return _0x1c3c19!==_0x21a2ad;},'UxdzA':_0x2069a4(_0x38cfa1._0x5234be,_0x38cfa1._0x307843,_0x38cfa1._0x494e73,0x67c),'Ugvke':_0x2069a4(0x5ac,0x61e,_0x38cfa1._0x1e520e,_0x38cfa1._0xfafe78)+_0x1412d4(_0x38cfa1._0x26520b,0x148,_0x38cfa1._0x4fb176,0x44)+'d','Oxodd':_0x2069a4(0x5fe,0x6cf,0x71e,0x6e6),'totVG':function(_0x140885){return _0x140885();}},_0xb40d43=_0x2658c0['headers'][_0x4bb48a['DOLsU']];if(!_0xb40d43){logger['warn'](_0x4bb48a[_0x2069a4(_0x38cfa1._0x2eeadb,_0x38cfa1._0x242682,0x5f3,0x5ee)]);const _0x13db0a={};return _0x13db0a[_0x2069a4(_0x38cfa1._0x5d18eb,_0x38cfa1._0xbf2956,0x539,_0x38cfa1._0x2e1c84)]=_0x2069a4(0x65a,_0x38cfa1._0x27f550,_0x38cfa1._0x585f83,0x578)+'ed',_0x13db0a[_0x1412d4(0x185,0x196,0xca,0x21b)]=_0x4bb48a[_0x1412d4(_0x38cfa1._0x9f7079,0x7c,-_0x38cfa1._0x144e80,_0x38cfa1._0xc07bcc)],_0x50eb12[_0x2069a4(0x655,0x6b9,_0x38cfa1._0x3f4383,0x5e5)](-0x1d64+0x1*0x2e9+0x1c0c)[_0x1412d4(0x191,_0x38cfa1._0x1a7552,_0x38cfa1._0x4ad88d,_0x38cfa1._0x23460a)](_0x13db0a);}if(!tasks){if(_0x4bb48a['gXcNn'](_0x4bb48a['JnzJO'],_0x4bb48a['dfHSH']))_0x180309[_0x1412d4(0xc1,0x97,_0x38cfa1._0x7515a0,0x180)](_0x5787b9+':\x20[]');else{logger[_0x1412d4(0x33,0xf3,_0x38cfa1._0x570628,0x14c)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x1b717b,_0x38cfa1._0x22b450,0x65e,0x67f)]);const _0x75695b={};return _0x75695b[_0x2069a4(0x562,_0x38cfa1._0xd6acca,_0x38cfa1._0x268f1f,0x53b)]=_0x4bb48a[_0x1412d4(0x38,0x86,0x134,0x58)],_0x75695b[_0x1412d4(0xd2,_0x38cfa1._0x29a299,_0x38cfa1._0x5d3ab6,_0x38cfa1._0x15ef7d)]=_0x4bb48a[_0x1412d4(0x2,0xde,0x48,0xa0)],_0x50eb12[_0x1412d4(_0x38cfa1._0x48b5a3,_0x38cfa1._0x23574e,_0x38cfa1._0x4ae9b2,0x2bd)](0x60+-0x3*0x3e4+0xd40)['json'](_0x75695b);}}const _0x3edeeb=tasks[_0x1412d4(0x181,0x1a6,0x219,_0x38cfa1._0x581f1d)](_0xb40d43);if(!_0x3edeeb){const _0x6a8838={};_0x6a8838[_0x1412d4(0xf3,0x76,_0x38cfa1._0x56e77a,_0x38cfa1._0x5ad975)]=_0xb40d43,logger[_0x1412d4(0x344,_0x38cfa1._0x1d2f39,0x1b1,_0x38cfa1._0x11f0a1)](_0x4bb48a[_0x2069a4(0x49d,_0x38cfa1._0xff5219,_0x38cfa1._0x3be62d,_0x38cfa1._0x2f59c4)],_0x6a8838);const _0x28353b={};return _0x28353b['error']=_0x4bb48a[_0x2069a4(_0x38cfa1._0x3a36ed,_0x38cfa1._0x2cdd73,_0x38cfa1._0x4e12cf,_0x38cfa1._0x182ab9)],_0x28353b[_0x2069a4(0x605,_0x38cfa1._0x340cf9,0x6a4,_0x38cfa1._0x323961)]=_0x4bb48a[_0x1412d4(0xd0,_0x38cfa1._0x13e6b3,-0x70,0x67)],_0x50eb12['status'](-0x89f*-0x1+-0x9b7*0x4+0x162*0x17)[_0x1412d4(0x1c5,0x22c,_0x38cfa1._0x267a72,0x28d)](_0x28353b);}if(!_0x3edeeb[_0x2069a4(0x539,_0x38cfa1._0x167ef6,0x4f8,0x64a)+'t']){if(_0x4bb48a[_0x2069a4(0x546,_0x38cfa1._0x5c4dc3,0x54d,0x5f7)](_0x2069a4(0x514,0x633,_0x38cfa1._0x54e16b,_0x38cfa1._0x201ac8),_0x4bb48a[_0x1412d4(0x27a,_0x38cfa1._0x2308c8,0x6f,0x1fd)])){const _0x24c4b6={};_0x24c4b6[_0x1412d4(0x102,0x7a,-0x38,-0x35)]=_0x1ec674[_0x1412d4(0x19c,_0x38cfa1._0x19ae67,_0x38cfa1._0x42de6c,_0x38cfa1._0x36e95d)],_0x24c4b6[_0x1412d4(_0x38cfa1._0x3a0e44,0x1aa,_0x38cfa1._0x37869b,_0x38cfa1._0x2c8d34)]=_0x4bb48a[_0x1412d4(_0x38cfa1._0x47e86a,0x21b,_0x38cfa1._0x35c6a3,0x1d5)],_0x17cf97[_0x1412d4(0x161,_0x38cfa1._0x2aee8f,-0x8e,_0x38cfa1._0x56a993)](_0x24c4b6);}else{const _0x3b1610={};_0x3b1610[_0x2069a4(0x4e5,0x594,_0x38cfa1._0x4d10cc,_0x38cfa1._0x2c7341)]=_0xb40d43,logger[_0x1412d4(0x1e8,0x23e,0x1a7,0x2aa)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x337a4f,0x66d,0x6a3,_0x38cfa1._0x2deafa)],_0x3b1610);const _0x569583={};return _0x569583[_0x1412d4(0xb7,0xf3,0xaa,_0x38cfa1._0x5b0361)]=_0x4bb48a[_0x2069a4(0x685,0x5bb,0x6e4,0x663)],_0x569583[_0x2069a4(0x605,0x5a5,0x51d,0x70b)]=_0x2069a4(0x67c,_0x38cfa1._0xdc056d,0x65a,_0x38cfa1._0x17eed8)+'o\x20associat'+_0x1412d4(_0x38cfa1._0x3a9943,0xcb,0x1c9,_0x38cfa1._0x83d45b)+_0x2069a4(0x4ad,0x40f,0x522,0x574),_0x50eb12[_0x1412d4(_0x38cfa1._0x5342ef,_0x38cfa1._0x286ab7,0x1d5,0x19c)](-0x1ca4+-0x1222*0x1+0x3056)[_0x1412d4(_0x38cfa1._0x1ee3a9,_0x38cfa1._0x3ea5cc,_0x38cfa1._0x566f11,0x353)](_0x569583);}}const _0x23cd26=_0x3edeeb[_0x1412d4(_0x38cfa1._0x7f61ee,_0x38cfa1._0x741136,0x1b1,0x2bf)]?.[_0x1412d4(0x24f,0x214,0x2ff,0x2b3)],_0x4b1a04=await _0x4bb48a[_0x2069a4(0x58f,_0x38cfa1._0x23cc85,_0x38cfa1._0x26438f,_0x38cfa1._0x29c177)](findUserById,_0x23cd26);function _0x2069a4(_0x54ebeb,_0x3c04c2,_0x1959ae,_0x58b3f9){return _0x5351(_0x54ebeb-_0x5085a7._0x550be3,_0x3c04c2);}if(!_0x4b1a04){if(_0x4bb48a[_0x2069a4(0x62e,_0x38cfa1._0x1b0967,_0x38cfa1._0x26438f,_0x38cfa1._0x598ede)](_0x2069a4(_0x38cfa1._0x51f3ca,_0x38cfa1._0x33aeb9,0x3b4,0x40e),'kQjyk')){const _0xa443fd={};return _0xa443fd[_0x1412d4(_0x38cfa1._0x56ffe3,0xf3,0x91,0x153)]=_0x4bb48a[_0x1412d4(0x2de,0x216,0x1eb,0x30e)],_0xa443fd['message']=_0x2069a4(_0x38cfa1._0x1dd95f,0x6ac,0x6ee,_0x38cfa1._0x42f307)+_0x2069a4(0x6cf,0x7d0,_0x38cfa1._0x58e1b1,_0x38cfa1._0x4361c0)+_0x2069a4(0x4c7,_0x38cfa1._0x285bd4,0x502,_0x38cfa1._0x5463a5)+_0x1412d4(-0x43,_0x38cfa1._0x186b2d,-0x71,_0x38cfa1._0x13b2af),_0x4612e1[_0x1412d4(0xbf,_0x38cfa1._0x23574e,0xd8,_0x38cfa1._0x11f0a1)](0x8b4*0x3+0x1f20*0x1+-0x37ac)['json'](_0xa443fd);}else{const _0x5e2482={};_0x5e2482[_0x2069a4(_0x38cfa1._0x49452d,_0x38cfa1._0x2c1e82,0x46e,_0x38cfa1._0x20dd68)]=_0xb40d43,_0x5e2482[_0x2069a4(_0x38cfa1._0x427f1d,0x57d,_0x38cfa1._0x126ab3,0x764)]=_0x23cd26,logger[_0x2069a4(0x6ad,0x5f7,_0x38cfa1._0x3b591f,_0x38cfa1._0x2ad8d1)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x4269f7,0x471,_0x38cfa1._0x503d83,0x4b7)],_0x5e2482);const _0x50287c={};return _0x50287c['error']=_0x4bb48a[_0x2069a4(_0x38cfa1._0x417390,0x615,0x52e,0x5a2)],_0x50287c[_0x2069a4(0x605,0x4e0,0x64f,0x5bb)]=_0x4bb48a[_0x1412d4(0x168,0x43,_0x38cfa1._0x2bec9c,-_0x38cfa1._0x4c1dab)],_0x50eb12[_0x1412d4(0x2bf,0x1e6,_0x38cfa1._0x343372,0x2e3)](-0xe9*-0xc+0x6*0x5b0+0x2b7b*-0x1)['json'](_0x50287c);}}if(!await _0x4bb48a['rnJFM'](hasPermission,_0x4b1a04['id'],_0x4bb48a[_0x1412d4(0x163,_0x38cfa1._0x5459c9,0x14d,_0x38cfa1._0x55d319)],_0x3edeeb[_0x2069a4(_0x38cfa1._0x548f99,_0x38cfa1._0x45b078,0x602,0x453)+'t'])){const _0x59a1c2={};_0x59a1c2[_0x2069a4(_0x38cfa1._0x424b03,0x58a,0x585,_0x38cfa1._0x52caf9)]=_0xb40d43,_0x59a1c2[_0x1412d4(0x287,0x214,0x222,0x149)]=_0x4b1a04['id'],_0x59a1c2['username']=_0x4b1a04['username'],logger[_0x1412d4(_0x38cfa1._0x59a97a,0x23e,_0x38cfa1._0x15e9ad,_0x38cfa1._0x4d3767)]('User\x20lacks'+_0x1412d4(_0x38cfa1._0x201597,0x219,0x19a,0x2df)+'sk-edit\x20pe'+_0x2069a4(0x629,0x5d6,_0x38cfa1._0x42f6af,0x5b5),_0x59a1c2);const _0x4a2b9e={};return _0x4a2b9e['error']=_0x4bb48a[_0x1412d4(0x187,0x90,_0x38cfa1._0x3e041e,_0x38cfa1._0x493de6)],_0x4a2b9e[_0x1412d4(0x124,_0x38cfa1._0x1354c7,0x1db,0xd7)]=_0x4bb48a['eWcrz'],_0x50eb12[_0x1412d4(0x2eb,0x1e6,_0x38cfa1._0x343372,_0x38cfa1._0x554805)](0x1c82+0x25ee+-0x40dd)[_0x2069a4(_0x38cfa1._0x5cef30,_0x38cfa1._0x4b6bbb,0x70c,_0x38cfa1._0x1ba7ed)](_0x4a2b9e);}_0x2658c0[_0x2069a4(0x684,_0x38cfa1._0x309c48,_0x38cfa1._0x3dce13,0x5e2)+'k']=_0x3edeeb,_0x2658c0[_0x1412d4(_0x38cfa1._0x2d35ad,0x9c,_0x38cfa1._0x5c7fca,0x193)]=_0x4b1a04,_0x2658c0[_0x1412d4(_0x38cfa1._0x1a91e7,_0x38cfa1._0xf325f6,_0x38cfa1._0x59261c,-0x41)+_0x2069a4(_0x38cfa1._0x643efe,_0x38cfa1._0xca3c25,_0x38cfa1._0xc1394,_0x38cfa1._0x38be3d)]=_0x3edeeb[_0x1412d4(0xb3,0xca,_0x38cfa1._0x431191,_0x38cfa1._0x328fb0)+'t'];const _0x31a492=coderConfig?.['environmen'+'ts']?.[_0x3edeeb[_0x2069a4(_0x38cfa1._0xad35ad,_0x38cfa1._0x2755ea,_0x38cfa1._0x5c4dc3,0x4a0)+'t']];if(!_0x31a492){if(_0x4bb48a[_0x2069a4(_0x38cfa1._0x839c6e,_0x38cfa1._0x533f5d,_0x38cfa1._0x1e578e,0x5b4)](_0x1412d4(0x22a,_0x38cfa1._0x542ddb,_0x38cfa1._0x3a63c3,0x112),_0x4bb48a[_0x2069a4(_0x38cfa1._0x33eb02,0x6cd,_0x38cfa1._0x4b6bbb,_0x38cfa1._0x40d0c7)])){if(_0x4bfd02['code']!==_0x4bb48a[_0x1412d4(_0x38cfa1._0x24c375,0x9f,_0x38cfa1._0x3c66ec,-0x34)])throw _0xac914b;}else{const _0x6278ce={};_0x6278ce[_0x2069a4(0x4e5,0x3c4,_0x38cfa1._0x4aaaef,0x4b4)]=_0xb40d43,_0x6278ce[_0x2069a4(0x539,0x5d6,0x466,0x585)+'t']=_0x3edeeb['environmen'+'t'],logger[_0x1412d4(_0x38cfa1._0x2dd45e,_0x38cfa1._0x1d2f39,0x20d,_0x38cfa1._0x1ec555)](_0x4bb48a[_0x2069a4(_0x38cfa1._0x466019,0x3fe,0x569,_0x38cfa1._0xad35ad)],_0x6278ce);const _0x3edf7a={};return _0x3edf7a[_0x2069a4(_0x38cfa1._0x5d18eb,0x4bd,_0x38cfa1._0x471aec,_0x38cfa1._0x1b717b)]=_0x4bb48a['Oxodd'],_0x3edf7a[_0x2069a4(0x605,_0x38cfa1._0x2bb7d7,_0x38cfa1._0x2877b7,_0x38cfa1._0x21b75e)]=_0x4bb48a[_0x2069a4(_0x38cfa1._0x466019,_0x38cfa1._0x23b84a,_0x38cfa1._0x33a920,0x49b)],_0x50eb12[_0x2069a4(_0x38cfa1._0x2b956b,_0x38cfa1._0x48d782,_0x38cfa1._0xfbe593,0x6f2)](0x17a1+-0x15*-0x2b+-0x1994)[_0x1412d4(0x340,_0x38cfa1._0x1a7552,0x215,0x157)](_0x3edf7a);}}_0x2658c0['environmen'+_0x1412d4(_0x38cfa1._0x538eb1,_0x38cfa1._0x4555fa,-_0x38cfa1._0x21b6de,0x16e)]=_0x31a492;function _0x1412d4(_0x9771c1,_0x57eab5,_0x1945ca,_0x10df27){return _0x5351(_0x57eab5- -_0x1fe56a._0x3c88fc,_0x10df27);}_0x2658c0[_0x1412d4(_0x38cfa1._0x705a62,_0x38cfa1._0x448454,0x1dc,_0x38cfa1._0x29a770)+_0x2069a4(0x5e7,0x590,_0x38cfa1._0x443160,_0x38cfa1._0x1df6e1)]=_0x31a492[_0x1412d4(0xf,_0x38cfa1._0x111585,_0x38cfa1._0x4ebc54,0x15e)]||[],_0x4bb48a[_0x1412d4(0x13f,0xe9,_0x38cfa1._0x46fa1d,0xa6)](_0xbc33db);}function _0x917071(_0x39a732,_0x39cb76,_0x571aa7,_0x507493){return _0x5351(_0x39a732-0xd8,_0x507493);}async function validateSkillAccess(_0x395ae4,_0x50fc2d,_0x555025){const _0x3115a0={_0x53fdf6:0x81,_0x2284fd:0x187,_0x118d14:0x434,_0x25f0ec:0x4ac,_0x564504:0x431,_0xbd5ad:0x402,_0x31dd55:0x37c,_0x31012f:0x49a,_0x7c6a39:0x1cc,_0x19477c:0x3a3,_0x4d64ae:0x334,_0x397bae:0x3ae,_0x3ecda0:0x497,_0x3642cd:0x415,_0x5898ab:0x3d3,_0x32d0f1:0x36d,_0x5524e5:0x390,_0x322ee1:0x35a,_0x3025ce:0x1f2,_0x29bee5:0x1d2,_0x2502ac:0x218,_0x2f8f58:0x34f,_0x32d909:0x2ce,_0x268323:0x316,_0x6f2794:0x22c,_0x5ac094:0x2ac,_0x596005:0x250,_0x2a5984:0x9e,_0x5a6769:0x170,_0x54323b:0xec,_0x54ff55:0xa8,_0x13f4a6:0x4e0,_0x2166fc:0x47b,_0x29f51b:0x396,_0x5a3bdf:0x15b,_0x4ddd6e:0x72,_0x3555fb:0x121,_0x5b40d3:0x17,_0x58aaa3:0x4d9,_0x55b690:0x498,_0x2ee8f8:0x4bb,_0x2fae24:0x3ed,_0x5cb563:0x40b,_0x47dbc1:0x2a8,_0x130e06:0x2b3,_0x2f200d:0x36f,_0x11156c:0x257,_0x19e047:0xa,_0x17d188:0x35f,_0x54cf50:0x3b6,_0x4de601:0x410,_0x3a2470:0x37f,_0x43bfe:0x38a,_0x43fc64:0x2d3,_0x2d2027:0xef,_0x217854:0x19b,_0x539fd5:0x20d,_0x466546:0x33c,_0x439573:0x2c5,_0x480634:0x1b8,_0x3fe044:0x284,_0x2dc738:0x31d,_0x256f05:0x119,_0x7cbf86:0x185,_0x273143:0x192,_0x1a89d8:0x15e,_0x220aa1:0x3b8,_0xf2d6e7:0x208,_0x295bc5:0x433,_0x2a47b6:0x138,_0x2b9332:0x156,_0x164e88:0x1e5,_0x4b8368:0x209,_0x5a2c87:0x2ea,_0xb45cfb:0x44c,_0x56b19e:0x85,_0x1bf96d:0xb4,_0x317c9f:0x1d7,_0x310beb:0x29a,_0x304842:0x1bc,_0x20f0b7:0x322,_0x5493de:0x2d2,_0x3d7790:0xd6,_0x58dbdd:0x1a6,_0x51a9ab:0x119,_0x5da28c:0x11b,_0x58ab2a:0x3ff,_0x36624b:0x3d2,_0x442a7b:0x387,_0x40c6a9:0x70,_0x320468:0x13e,_0x1db7ff:0x106,_0xf8c785:0x147,_0x57a4ec:0x106,_0x27e208:0xfd,_0x57769b:0x1a5,_0x550609:0x2d2,_0x21dde8:0x167,_0x9d675:0x26c,_0x3c9e73:0xb8,_0x330f5a:0x93,_0x213109:0x90,_0xcb227f:0x4d8,_0x1fe303:0x5dc,_0x5255f2:0x435,_0x440ed9:0x55,_0x25628c:0x1ca,_0x486531:0xb6,_0x2b090f:0x14e,_0x2cea68:0x1bc,_0x25c8d7:0x115,_0x3a509c:0x367,_0x244daf:0x3a6,_0x1b3bff:0x4b6,_0x4eaef6:0x514,_0x19c333:0x1a1,_0x8c159:0x3af,_0x225590:0x3b0,_0x52a1a4:0x47f},_0xd84374={};_0xd84374[_0x50b748(-0x153,-_0x3115a0._0x53fdf6,-_0x3115a0._0x2284fd,-0x93)]=_0x10d5ee(_0x3115a0._0x118d14,0x46c,_0x3115a0._0x25f0ec,_0x3115a0._0x564504)+'t',_0xd84374[_0x10d5ee(0x341,_0x3115a0._0xbd5ad,0x344,0x313)]=_0x10d5ee(_0x3115a0._0x31dd55,0x373,_0x3115a0._0x31012f,0x336)+'assigned\x20t'+_0x10d5ee(_0x3115a0._0x7c6a39,0x2b4,_0x3115a0._0x19477c,_0x3115a0._0x4d64ae)+_0x10d5ee(_0x3115a0._0x397bae,0x3f0,0x2f1,_0x3115a0._0x3ecda0),_0xd84374[_0x10d5ee(_0x3115a0._0x3642cd,0x322,0x22d,0x442)]=_0x10d5ee(_0x3115a0._0x5898ab,_0x3115a0._0x32d0f1,_0x3115a0._0x5524e5,_0x3115a0._0x322ee1),_0xd84374['Vhgir']=_0x50b748(-_0x3115a0._0x3025ce,-_0x3115a0._0x29bee5,-0x148,-_0x3115a0._0x2502ac)+_0x10d5ee(_0x3115a0._0x2f8f58,_0x3115a0._0x32d909,_0x3115a0._0x268323,0x2e9)+_0x10d5ee(_0x3115a0._0x6f2794,0x2f5,0x1dd,_0x3115a0._0x5ac094)+'environmen'+'t',_0xd84374[_0x50b748(-_0x3115a0._0x596005,-_0x3115a0._0x2a5984,-_0x3115a0._0x5a6769,-0xaa)]=function(_0x494d55,_0x121cb4){return _0x494d55===_0x121cb4;},_0xd84374[_0x50b748(-0x12,-_0x3115a0._0x54323b,-0x106,-0x1f)]=_0x50b748(-_0x3115a0._0x54ff55,-0x12f,-0xb9,-0x7b),_0xd84374['zCTcZ']=_0x10d5ee(_0x3115a0._0x13f4a6,0x3d1,_0x3115a0._0x2166fc,0x3d4)+_0x10d5ee(0x341,0x3db,0x4cb,_0x3115a0._0x29f51b)+_0x50b748(-_0x3115a0._0x5a3bdf,-_0x3115a0._0x4ddd6e,-_0x3115a0._0x3555fb,-_0x3115a0._0x5b40d3)+_0x10d5ee(_0x3115a0._0x58aaa3,0x3df,0x314,_0x3115a0._0x55b690),_0xd84374[_0x10d5ee(0x4b9,_0x3115a0._0x2ee8f8,_0x3115a0._0x2fae24,_0x3115a0._0x5cb563)]=_0x10d5ee(_0x3115a0._0x47dbc1,_0x3115a0._0x130e06,_0x3115a0._0x2f200d,_0x3115a0._0x11156c)+_0x50b748(0x45,-0xe1,-0xbd,-_0x3115a0._0x19e047)+_0x10d5ee(0x2a9,_0x3115a0._0x17d188,0x2bf,0x3e3)+'nnot\x20be\x20mo'+_0x10d5ee(0x39c,0x3a2,_0x3115a0._0x54cf50,_0x3115a0._0x4de601),_0xd84374[_0x10d5ee(_0x3115a0._0x3a2470,_0x3115a0._0x43bfe,0x2af,_0x3115a0._0x43fc64)]='skills';const _0x12164c=_0xd84374,{skillId:_0x3b15c0}=_0x395ae4[_0x50b748(-0xdb,-_0x3115a0._0x2d2027,-_0x3115a0._0x217854,-0x267)],{callingTask:_0x5e90bc,assignedSkills:_0xa7ac55}=_0x395ae4;function _0x50b748(_0x60879,_0xa7e19f,_0x33c99e,_0x37df89){return _0x5351(_0x33c99e- -0x3bd,_0x37df89);}if(_0x3b15c0[_0x50b748(-0x33c,-_0x3115a0._0x539fd5,-0x284,-0x37f)]('/')||_0x3b15c0[_0x10d5ee(_0x3115a0._0x466546,_0x3115a0._0x439573,0x1ab,_0x3115a0._0x480634)]('\x5c')||_0x3b15c0[_0x50b748(-0x1b2,-0x273,-_0x3115a0._0x3fe044,-_0x3115a0._0x2dc738)]('..')){const _0xd30955={};return _0xd30955['error']=_0x12164c[_0x50b748(-0x186,-0x2a5,-0x187,-0x1b8)],_0xd30955[_0x50b748(-0x9e,-0x190,-_0x3115a0._0x256f05,-0x194)]=_0x50b748(-0x78,-0xd2,-_0x3115a0._0x7cbf86,-0x6d)+_0x50b748(-_0x3115a0._0x273143,-0x112,-_0x3115a0._0x1a89d8,-0x1f4),_0x50fc2d[_0x10d5ee(0x57c,0x480,_0x3115a0._0x220aa1,0x530)](-0x65e*0x1+0xf35*0x2+0x59f*-0x4)['json'](_0xd30955);}if(!_0xa7ac55[_0x50b748(-0x2f3,-0x2ab,-_0x3115a0._0x3fe044,-0x2f0)](_0x3b15c0)){const _0x2ae515={};_0x2ae515['taskId']=_0x5e90bc[_0x10d5ee(_0x3115a0._0xf2d6e7,0x310,0x318,_0x3115a0._0x295bc5)],_0x2ae515[_0x50b748(0x7a,-_0x3115a0._0x2a47b6,-0x93,-0x4)]=_0x3b15c0,_0x2ae515[_0x50b748(-0x2c6,-_0x3115a0._0x2b9332,-_0x3115a0._0x164e88,-_0x3115a0._0x4b8368)+'t']=_0x395ae4[_0x50b748(-0xc2,-_0x3115a0._0x5a2c87,-0x1e5,-0x193)+'tName'],_0x2ae515[_0x10d5ee(0x51e,_0x3115a0._0xb45cfb,0x513,0x3a8)+'ills']=_0xa7ac55,logger[_0x50b748(_0x3115a0._0x56b19e,-0xeb,-0x71,-_0x3115a0._0x1bf96d)](_0x12164c['ppaWl'],_0x2ae515);const _0x27b555={};return _0x27b555[_0x50b748(-_0x3115a0._0x317c9f,-_0x3115a0._0x310beb,-_0x3115a0._0x304842,-0x1b5)]=_0x12164c[_0x10d5ee(0x294,_0x3115a0._0x20f0b7,_0x3115a0._0x5493de,0x2c3)],_0x27b555[_0x50b748(-_0x3115a0._0x3d7790,-_0x3115a0._0x58dbdd,-_0x3115a0._0x51a9ab,-_0x3115a0._0x5da28c)]=_0x12164c[_0x10d5ee(_0x3115a0._0x58ab2a,_0x3115a0._0x36624b,_0x3115a0._0x442a7b,0x2ab)],_0x50fc2d['status'](-0x2234+0xf1a+0x1*0x14ad)['json'](_0x27b555);}function _0x10d5ee(_0x4e82ad,_0x1ff9cb,_0x1ec101,_0x31eba0){return _0x5351(_0x1ff9cb-0x18c,_0x31eba0);}if(await isSkillReadonly(_0x3b15c0)){if(_0x12164c[_0x50b748(-0x1b3,-_0x3115a0._0x40c6a9,-0x170,-_0x3115a0._0x320468)](_0x12164c[_0x50b748(-0x1af,-0xe6,-_0x3115a0._0x1db7ff,-0x7a)],_0x12164c[_0x50b748(-0x136,-_0x3115a0._0xf8c785,-_0x3115a0._0x57a4ec,-_0x3115a0._0x27e208)])){const _0x5beafc={};_0x5beafc[_0x50b748(-_0x3115a0._0x57769b,-_0x3115a0._0x550609,-0x239,-_0x3115a0._0x21dde8)]=_0x5e90bc[_0x10d5ee(0x423,0x310,0x2ed,_0x3115a0._0x9d675)],_0x5beafc[_0x50b748(-_0x3115a0._0x3c9e73,0x8,-_0x3115a0._0x330f5a,-_0x3115a0._0x213109)]=_0x3b15c0,logger[_0x10d5ee(0x45b,_0x3115a0._0xcb227f,_0x3115a0._0x1fe303,_0x3115a0._0x5255f2)](_0x12164c[_0x50b748(-_0x3115a0._0x440ed9,-_0x3115a0._0x25628c,-_0x3115a0._0x486531,-0x10d)],_0x5beafc);const _0x4b791e={};return _0x4b791e[_0x50b748(-_0x3115a0._0x2b090f,-0x1de,-_0x3115a0._0x2cea68,-0x144)]=_0x12164c[_0x50b748(-0x1eb,-0x1c2,-0x227,-_0x3115a0._0x25c8d7)],_0x4b791e[_0x10d5ee(_0x3115a0._0x3a509c,0x430,0x47a,_0x3115a0._0x244daf)]=_0x12164c['qvpUW'],_0x50fc2d['status'](0x1a63+0x2585*-0x1+-0x1*-0xcb5)['json'](_0x4b791e);}else _0x4fece2[_0x50b748(-0x276,-_0x3115a0._0x5a3bdf,-0x1e5,-0x1e9)+'ts'][_0x5e401f]['skills']=_0x54b477,_0x3cb512=!![];}_0x395ae4[_0x10d5ee(0x3af,_0x3115a0._0x1b3bff,0x426,_0x3115a0._0x4eaef6)]=_0x3b15c0,_0x395ae4['skillsPath']=_0x593d90['join'](setupPath,_0x12164c[_0x50b748(-0x1be,-0x1b1,-0x1bf,-_0x3115a0._0x19c333)]),_0x395ae4[_0x10d5ee(_0x3115a0._0x8c159,_0x3115a0._0x225590,0x3b0,_0x3115a0._0x52a1a4)]=_0x593d90[_0x50b748(0x60,-0x136,-0x90,-0x4d)](setupPath,_0x12164c['GnUwx'],_0x3b15c0),_0x555025();}router[_0x917071(0x38c,0x2e2,0x33e,0x474)](_0x917071(0x20a,0x100,0x28a,0x223),requireTaskAuth,async(_0x59ac55,_0x244392)=>{const _0x144692={_0x3ee4b1:0x6fd,_0x20a166:0x61c,_0x329897:0x51c,_0x1e664c:0x4bb,_0x10c392:0x492,_0x589814:0x391,_0x1851d9:0x1c3,_0x9da70e:0x2cb,_0x55ec59:0x2b9,_0x3e9692:0x20b,_0x37be7b:0xc0,_0x42df52:0x4be,_0x1a028e:0x434,_0x5e93df:0x3dc,_0x11c829:0x434,_0x116faf:0x3d4,_0x104346:0xf4,_0x2c3164:0x66f,_0x11dd05:0x519,_0x59fb40:0x246,_0x204804:0x33f,_0x10fbc3:0x12c,_0x331fdf:0xb4,_0x325e7d:0x1d3,_0x417ef5:0x21,_0x1fc29b:0x68,_0x1d0d64:0xe9,_0x576297:0x13d,_0x3ad303:0x1d9,_0x16cf20:0x148,_0x5e4688:0x1df,_0x5a91fc:0x49,_0x9d3c4c:0xd1,_0x3ff060:0xd4,_0x59db97:0x68b,_0x5cd303:0x61f,_0x2c17e9:0x18f,_0x6da215:0x129,_0x24e1f6:0x593,_0x37ffef:0x544,_0x2c3a63:0x589,_0x1e825f:0x5f0,_0x2c0a81:0x471,_0x45ccee:0x18d,_0x4ada85:0x247,_0x2adcfe:0x36d,_0x59b751:0x5ae,_0x520307:0x4e1,_0x5386eb:0xdc,_0x4f1c92:0x0,_0x1eb592:0x82,_0x12c411:0xc7,_0x173e2f:0x8,_0x121af0:0x3f0,_0x268947:0x494,_0x224f2f:0x554,_0x4184a8:0x145,_0x5d2244:0xe0,_0x269020:0x206,_0x52affe:0x67e,_0x10af5e:0x5a4,_0x12b2b6:0x442,_0x172b12:0x3dc,_0x56cd1f:0x488,_0x285100:0x486,_0x21f93b:0x335,_0x4e9613:0x20d},_0x460be1={_0x4cd0ef:0xb7,_0x530ef5:0xfe},_0x3fcf3e={_0x3950e0:0xe3,_0x2e363e:0xfa},_0x2194b7={'dvQFM':'Bad\x20Reques'+'t','lOaRC':_0x4051f9(_0x144692._0x3ee4b1,0x54b,_0x144692._0x20a166,_0x144692._0x329897)+_0x4051f9(0x5c4,0x5d5,_0x144692._0x1e664c,0x5b3)+_0x4051f9(0x57f,0x4a6,_0x144692._0x10c392,_0x144692._0x589814),'pCgsr':'Task\x20listi'+'ng\x20editabl'+'e\x20skills','NfYOf':_0x4051f9(0x457,0x407,0x452,0x49a),'QMZyQ':_0x11520d(_0x144692._0x1851d9,0x23a,_0x144692._0x9da70e,_0x144692._0x55ec59),'uiUQy':function(_0x2a9f31,_0x58d671){return _0x2a9f31(_0x58d671);},'tWXRY':function(_0x5b8a5d,_0x55db32){return _0x5b8a5d(_0x55db32);},'yTPOx':function(_0x258d84,_0x4f37ef){return _0x258d84!==_0x4f37ef;},'OYpGp':_0x11520d(_0x144692._0x3e9692,0xec,_0x144692._0x37be7b,0x1f),'cGfzn':'WrRsG'},{callingTask:_0x2f54a7,environmentName:_0x29b359,assignedSkills:_0x3cb17d}=_0x59ac55,_0x2d2ec8={};_0x2d2ec8[_0x4051f9(0x419,_0x144692._0x42df52,_0x144692._0x1a028e,0x464)]=_0x2f54a7[_0x4051f9(0x464,_0x144692._0x5e93df,_0x144692._0x11c829,_0x144692._0x116faf)];function _0x11520d(_0x2d4474,_0x21ffa8,_0x15bbb3,_0x49c99a){return _0x917071(_0x21ffa8- -0x1ac,_0x21ffa8-_0x3fcf3e._0x3950e0,_0x15bbb3-_0x3fcf3e._0x2e363e,_0x49c99a);}_0x2d2ec8['environmen'+'t']=_0x29b359,logger['info'](_0x2194b7[_0x4051f9(0x457,0x446,0x450,0x4a5)],_0x2d2ec8);const _0x39a042=_0x593d90[_0x4051f9(0x69a,0x5b6,0x5dd,0x594)](setupPath,_0x11520d(0xd1,_0x144692._0x104346,0x18b,0xc)),_0x4e8ff8=[];for(const _0x2c52db of _0x3cb17d){const _0xd4b76f=_0x593d90[_0x4051f9(_0x144692._0x2c3164,0x525,0x5dd,0x5de)](_0x39a042,_0x2c52db,_0x2194b7['NfYOf']);try{const _0x1b0b55=await _0x199fd3['readFile'](_0xd4b76f,_0x2194b7[_0x4051f9(0x411,0x47d,_0x144692._0x11dd05,0x49e)]),{frontmatter:_0x4273c4}=_0x2194b7['uiUQy'](parseSkillMd,_0x1b0b55),_0x5bd8e4=await _0x2194b7[_0x11520d(0x288,_0x144692._0x59fb40,_0x144692._0x204804,_0x144692._0x10fbc3)](isSkillReadonly,_0x2c52db),_0xb8ae42={};_0xb8ae42['id']=_0x2c52db,_0xb8ae42['name']=_0x4273c4[_0x11520d(-0x19,_0x144692._0x331fdf,_0x144692._0x325e7d,-_0x144692._0x417ef5)]||_0x2c52db,_0xb8ae42['descriptio'+'n']=_0x4273c4[_0x11520d(_0x144692._0x1fc29b,_0x144692._0x1d0d64,0x47,_0x144692._0x576297)+'n']||'',_0xb8ae42[_0x11520d(_0x144692._0x3ad303,_0x144692._0x16cf20,0x1e1,_0x144692._0x5e4688)]=!_0x5bd8e4,_0x4e8ff8[_0x11520d(_0x144692._0x5a91fc,_0x144692._0x9d3c4c,_0x144692._0x3ff060,0x11)](_0xb8ae42);}catch(_0x1cbe34){if(_0x2194b7[_0x4051f9(0x5fc,_0x144692._0x59db97,_0x144692._0x5cd303,0x653)](_0x1cbe34[_0x11520d(_0x144692._0x2c17e9,_0x144692._0x6da215,0x119,0x4e)],_0x2194b7['OYpGp'])){if(_0x2194b7[_0x4051f9(_0x144692._0x24e1f6,_0x144692._0x37ffef,_0x144692._0x2c3a63,_0x144692._0x1e825f)]!==_0x4051f9(0x3a3,_0x144692._0x2c0a81,0x431,0x457)){const _0x2b6e2a={};_0x2b6e2a[_0x11520d(_0x144692._0x45ccee,0x256,_0x144692._0x4ada85,_0x144692._0x2adcfe)]=_0x2c52db,_0x2b6e2a['error']=_0x1cbe34[_0x4051f9(_0x144692._0x59b751,0x539,0x554,_0x144692._0x520307)],logger['warn'](_0x11520d(0x61,_0x144692._0x5386eb,_0x144692._0x4f1c92,0x109)+_0x11520d(_0x144692._0x1eb592,_0x144692._0x12c411,-_0x144692._0x173e2f,0xb4),_0x2b6e2a);}else{const _0xd52645={};return _0xd52645['error']=_0x2194b7[_0x4051f9(0x4c3,_0x144692._0x121af0,_0x144692._0x268947,0x410)],_0xd52645[_0x4051f9(0x562,0x4ec,_0x144692._0x224f2f,0x45a)]=_0x2194b7[_0x11520d(_0x144692._0x4184a8,_0x144692._0x5d2244,0x2f,_0x144692._0x269020)],_0x2405c8[_0x4051f9(_0x144692._0x52affe,0x48a,_0x144692._0x10af5e,0x54d)](0x21f8+0x17f2+-0x385a)['json'](_0xd52645);}}}}function _0x4051f9(_0x29fc8e,_0x1a922d,_0x1939d9,_0x25e299){return _0x506a52(_0x29fc8e-_0x460be1._0x4cd0ef,_0x1939d9- -0x126,_0x25e299,_0x25e299-_0x460be1._0x530ef5);}const _0x7a452c={};_0x7a452c['skills']=_0x4e8ff8,_0x7a452c[_0x4051f9(_0x144692._0x12b2b6,_0x144692._0x172b12,_0x144692._0x56cd1f,_0x144692._0x285100)+'t']=_0x29b359,_0x244392[_0x11520d(_0x144692._0x21f93b,0x266,_0x144692._0x4e9613,0x22f)](_0x7a452c);}),router['post']('/skills',requireTaskAuth,async(_0x1c8a6e,_0x3d548b)=>{const _0x175e92={_0x5f194:0x6e0,_0x408d49:0x1,_0x16ec94:0x15,_0x50c7ee:0xad,_0x1f9a48:0x22,_0x220bc5:0x68e,_0x5122c7:0x5b6,_0x46cf26:0xf2,_0x5c2e78:0xfa,_0x1acd4c:0xf9,_0x45d8f7:0x76,_0x54d09d:0x5ee,_0x26311d:0x665,_0x705dbd:0x676,_0x36b997:0x573,_0x1c4d74:0x541,_0x1ebb64:0x13d,_0x14aac4:0x3,_0x423696:0x102,_0x26150a:0x57e,_0xa8dfe7:0x491,_0x1da94b:0x60c,_0x9a86ba:0x5a6,_0x15c042:0x66d,_0x5385e4:0x5d,_0x2a4802:0x24,_0x516da1:0x88,_0x58d151:0x18,_0x355c07:0xd1,_0x1cd5d2:0x67,_0x3ebb4d:0xfe,_0x3c1a4e:0x1bb,_0x47e255:0x13,_0x879615:0x9b,_0x2dc290:0x4c5,_0xdad35b:0x510,_0x2b8bf4:0x3d9,_0x5b8ace:0x4b9,_0x2e5a2c:0x4d0,_0x4469eb:0x1e,_0x27dc5d:0x9d,_0x519e6d:0xd,_0x3d6a75:0x115,_0x3cf7f4:0x492,_0x1f8d35:0x4fa,_0x576e33:0x569,_0x3b426e:0xd2,_0x264630:0xf7,_0x519e0e:0x1b1,_0x452e4a:0xe7,_0x1279fe:0x1f8,_0x57e82d:0x5b,_0x117dc9:0x1b,_0xf2a5c1:0x5e0,_0x4d6cc6:0x51f,_0xd1b076:0x1a,_0x1949f3:0x65,_0x5b8bd9:0x5b,_0x370920:0x53a,_0x3cfe15:0x585,_0x5ef83c:0x7e,_0x54729d:0x153,_0x94c6c8:0x4e,_0x4e06ad:0x505,_0xc89d6d:0x34,_0x18eb7b:0x25,_0x58c888:0x625,_0x5bdcd4:0x646,_0x5137bf:0x78,_0x3fc715:0x48,_0x429ca6:0x69,_0x452aac:0x62,_0x2c4011:0xdb,_0x3c8db2:0x3e,_0x2e6ebd:0x4fa,_0x40cd22:0x554,_0x3bf550:0x583,_0x437727:0x427,_0x3bd115:0x530,_0x28de73:0x653,_0x4fe40b:0x5b2,_0x170a29:0x5b0,_0x4e23fe:0x789,_0x5b8599:0x760,_0x2b0113:0x561,_0x4bdc5d:0x79,_0x353fc1:0xd2,_0x293daf:0x11c,_0x281fe9:0x10,_0x4e4d78:0x1a4,_0x4583f9:0x67c,_0x53fbf5:0x598,_0x16a7b1:0x614,_0x36dbac:0x5ce,_0x3f17ea:0x3c,_0xbf27b5:0x43,_0x458cbd:0x92,_0x4f7a41:0x667,_0x55e445:0x537,_0x84b4e7:0x8a,_0x2b0c96:0x11e,_0x1def77:0x74e,_0x123324:0xd7,_0x570f3c:0x94,_0x4b68dd:0x9d,_0x203928:0x58,_0x509269:0x5f,_0x51fbda:0x7c2,_0x1b2de7:0x6ff,_0x5c83ef:0x664,_0x3582c8:0x4f7,_0x336665:0x593,_0xcbf606:0x12a,_0x2b81b8:0x1d7,_0x5a7265:0x51,_0x1544a0:0x4db,_0x578e2b:0x4ab,_0x3a7348:0x41,_0x97e492:0x20,_0x21e99f:0x619,_0x5698a8:0x559,_0x31781f:0x476,_0x4cd56a:0x471,_0x3323ae:0x507,_0x1d5c94:0x50a,_0x2c81e1:0xe0,_0x39d3dc:0xb3,_0xa87fdb:0x629,_0x192084:0x5df,_0x52be28:0x636,_0x2d3121:0x67f,_0xe9999d:0x58d,_0x3f78e4:0x4ff,_0x159a36:0x681,_0x1c2a70:0x2f,_0x10aa6d:0x109,_0xf232af:0x189,_0x32e91b:0x5c2,_0x56168f:0x69c,_0xd1e43e:0x38,_0x25530e:0x35,_0x953847:0x8e,_0x47e1c8:0xf,_0x4f4be1:0x84,_0x35589f:0x103,_0x37c2f5:0x7,_0xb5a437:0x8d,_0x3d6b3d:0x3e2,_0x20a943:0xe,_0x20f9f4:0x61,_0x1bd5cf:0xce,_0xad1fc1:0x2d,_0x5ea449:0xd2,_0x3e607a:0x1d8,_0x17ad39:0x9d,_0x43b82d:0x656,_0x13a041:0x5f3,_0x5e476d:0x66b,_0x1d81b6:0x538,_0xb016ac:0x525,_0x4ce709:0xd0,_0x1ed35d:0x1bd,_0xb8b9e6:0x1a9,_0x4d6619:0x57b,_0x35850b:0x77c,_0x14b7ee:0x681,_0x46930c:0x81,_0x368722:0x2b,_0x39c995:0xa0,_0x36d14d:0x5bc,_0x49167a:0x67e,_0x3d6b23:0x6ce,_0x4f8515:0x22,_0x1b6c96:0x4a,_0x3f299c:0x5b,_0x13a661:0x5e,_0x5c40de:0x577,_0x3b36c7:0x5f0,_0x4d47f4:0x5d5,_0x365ceb:0x1a6,_0x34442f:0x173,_0x4dbcac:0x75c,_0x57ffe0:0x616,_0x396e0d:0x189,_0x3de635:0xde,_0x4f16a0:0x72,_0x10ce45:0xcd,_0x491932:0x33,_0x3d7c65:0x787,_0x2ee16e:0x6cb,_0x489a07:0x683,_0x5b6091:0x159,_0x43f21e:0x631,_0x1d01c0:0x544,_0x851719:0x6fa,_0x157619:0x662,_0x53d2cb:0xcb,_0x3b8d42:0x767,_0x1ec2fb:0x738,_0x17da1:0x6ce,_0x5c183b:0xbb,_0x32d340:0x6c0,_0x580bec:0x49a,_0x1a4d00:0x56b,_0x2d5bdf:0x487,_0x92f38f:0x519,_0x3a7f1d:0x589,_0x493544:0x4ca,_0x399276:0x3d1,_0x4a6b3f:0xba,_0x5a78e0:0x4c,_0x40cd78:0x1a3,_0x47cb33:0x171,_0x174aed:0x7e,_0x4a5597:0x57d,_0xcaeb0a:0x511,_0x7e722a:0x642,_0x428db0:0x63b,_0x55eb54:0x81,_0x52e820:0x2a,_0x43f2ca:0x75,_0x5e8e0b:0xae,_0x36c47b:0xe8,_0x75f407:0x101,_0x5b1624:0x9a,_0x183eb1:0x5c7,_0x9f9958:0x543,_0x3ed3fb:0x5c0,_0x2c956b:0x11,_0x126e76:0x10f,_0x555536:0x2,_0x5d8cd5:0x6b7,_0x457f65:0xd6,_0x2f28de:0x148,_0x177a24:0x5ad,_0x485c8a:0x63f,_0xf46252:0x532,_0x2d4698:0xc0,_0x4bc27f:0xb7,_0x4b900e:0x6a8,_0x4eae60:0x4c4,_0x3fd27b:0x54b,_0x1ee921:0x635,_0x315eb6:0x678,_0x253ffe:0x670,_0x1630c3:0x70e,_0x512c0c:0x5d3,_0x4053c7:0x6a4,_0x2a7efa:0x681,_0x5af65d:0x5e,_0x34017e:0xd4,_0x3e5d6:0x17b,_0xda8453:0x584,_0x14a80f:0x53d,_0x25e3ad:0x758,_0x4c9acd:0xe4,_0x4f3b0e:0x72,_0x569595:0x199,_0x48bf68:0xb8,_0x48dc4e:0x108,_0x3e6c0a:0x149,_0x5a3b3e:0xe0,_0x1cfefc:0x3eb,_0x146673:0x13b,_0x429892:0x56c,_0x4617fd:0x516,_0x2f1eb9:0x606,_0x3ed02e:0x4b7,_0x12fa3a:0x5c7,_0x47cc2a:0x597,_0x47e536:0x65f,_0x583eb1:0x6ec,_0x108808:0xd9,_0x32de9a:0x100,_0x5eb274:0x71a,_0x444a34:0x5d2,_0x135160:0x2e,_0x57ea5d:0xb4,_0x391040:0x56,_0xe25973:0x19c,_0x4a2e2a:0x59,_0x127afd:0x1c4,_0x4ef257:0x89,_0x236aff:0x87,_0x170718:0x21f,_0x3409d2:0x5d,_0xc847ab:0x181,_0x5dd111:0x150,_0x487604:0x17c,_0x582627:0x5e4,_0x4edc4d:0x61c,_0x1dc3bd:0x464,_0x4fa14c:0x545,_0x3479d6:0x90,_0x495a7e:0x3b,_0x1261e9:0x6b6,_0x225e58:0x638,_0x8e14d2:0x6e9,_0x227717:0x429,_0xfb8bdf:0x509,_0x2518a2:0x52,_0x4ce646:0x10b,_0x1785db:0xb3,_0x3dad34:0x5bf,_0x14a912:0x561,_0x34461c:0x5c9,_0x4389ac:0x51d,_0x2472d0:0x4bc,_0x3aba6a:0x3,_0x5c1b10:0xa3,_0x18e32e:0x6b,_0x3270e0:0x77a,_0x1ccf66:0x5e2,_0x462a56:0x1da,_0x2abb86:0x72,_0x19d7e9:0x15d,_0x328da2:0xb,_0x58e35c:0x610,_0x508740:0x6b5,_0x11b440:0x69b,_0x127cfc:0x64a,_0x134412:0xf4,_0x550184:0x7c,_0x16b69c:0x63,_0x3d5ad8:0x1a3,_0x40b5b4:0x73d,_0x57a9c0:0x6f5,_0x291b61:0x508,_0x36c913:0x30,_0x310f5f:0x3a,_0x2fa99d:0x700,_0x2d505f:0x1a,_0x57a9ea:0x205,_0x154687:0xaa,_0x169794:0x1a3,_0x21bf05:0x5f,_0x36871c:0x74,_0x22f8cc:0x49,_0x112ac4:0x768,_0x2d536d:0x74b,_0x4c6fdc:0x5af,_0x331271:0x6fe,_0x3555c2:0x663,_0x152b2c:0x724,_0x4a3039:0x5b8,_0xaec13a:0x4e1,_0x575137:0x38,_0x46d4c6:0x48,_0x572ac6:0x74,_0x439933:0x69c,_0xa82296:0x753,_0x5b89cd:0xdb,_0x16b62f:0x4c7,_0x1ca8ad:0x3fb,_0x5c6fe8:0x617,_0x509b93:0x482,_0x182935:0x515,_0x38f951:0xe8,_0x20150b:0x85,_0x4d0964:0x70b,_0x38e868:0x6cf,_0x1312b3:0x11f,_0x439441:0x428,_0x3c2c7d:0x676,_0x2e7853:0x595,_0x42cf1e:0x685,_0x4632a7:0x6f,_0x5960e5:0xce,_0xbe147d:0x4ae,_0x47f00b:0x746,_0x39df04:0x78d,_0x29c50c:0x634,_0x3d3672:0x53,_0x1136d6:0x5cb,_0x13117a:0xba,_0x5d0671:0x100,_0x431316:0xbf,_0x2eb5ac:0xda,_0x3b5244:0xf3,_0x1fc0a1:0x15,_0x1c7822:0x5d7,_0x1f5151:0x4bb,_0x1e07fb:0x51a,_0x4e31c3:0x528,_0x1bdc1c:0x4ef,_0x3da3e8:0xb,_0x2c99a3:0xd6,_0x586c2e:0x64d,_0xedfffb:0x649,_0xe04ee3:0x5c,_0x414a5c:0x47,_0x319370:0xc1,_0x5e01f2:0x68d,_0x5575ea:0x5f4,_0x4337a9:0x613,_0x2e5117:0x534,_0x2af670:0x5e8,_0x1b605d:0x27,_0x4f3862:0x647,_0x55612e:0x525,_0x1cf49f:0x58e,_0x33ef9c:0x148,_0x2d48f8:0xf6,_0x38d0fc:0x81,_0x1c9cda:0x64,_0x21a03c:0x13c,_0x246c38:0x13a,_0x2d2e75:0x766,_0x43b7db:0x6f6,_0x45ff14:0x4d5,_0x5e3db5:0x559,_0x5d5aad:0x688,_0x44243a:0x592,_0x478bec:0x4ad,_0x321827:0xbb,_0x2e7e5e:0x68,_0x2f2e88:0x199,_0x946a2d:0x73,_0x547853:0x15e,_0x5efe50:0x690,_0x2f2303:0x6e1,_0x3f7948:0xc4,_0x292dbc:0x16c,_0x19a94b:0x733,_0x53ba97:0x72,_0x47019f:0x8b,_0x1ed08c:0x5db,_0x1f4a84:0x2,_0x193f05:0x238,_0x12a3f9:0xe5,_0x5b3dcf:0x564,_0x55551c:0x655,_0x4b6cc7:0x6b8,_0x223a57:0x2,_0x49de12:0x624,_0x4190a5:0x6bb,_0x4346cb:0x71f,_0x41a2a2:0x569,_0x51a219:0x1c,_0x28bfca:0x7c,_0x31b9b0:0x57,_0x1374a1:0x4f,_0x249c33:0x6f0,_0x11d1e6:0xd9,_0x1c7401:0x755,_0x527509:0x4a,_0x6bafd4:0x2c,_0x5f4305:0xbc,_0xc8b048:0x66b,_0x133d5b:0x4c8,_0x277c72:0x611,_0x3d52d1:0x6be,_0x3e6513:0x5cd,_0x2ef067:0x694,_0xe7cf0f:0x74e,_0x261f97:0x527,_0x2394d4:0x136,_0x124d99:0x194,_0x3d17e9:0x5e9,_0x499e83:0x5fc,_0x1e0948:0x657,_0x5aaa59:0x548,_0x2ae993:0x5,_0x2f17df:0x92,_0x315698:0x59b,_0x12b469:0x51a,_0x8a02bc:0x50e,_0x1f6623:0x559,_0x5c6b83:0x64c,_0x41c4ab:0xaa,_0x3506c9:0x72,_0x3ae9aa:0x3e,_0x93b1e7:0x22,_0x55242a:0x6d9,_0x38bb7b:0x682,_0x1f58fd:0x3c,_0x35fdee:0x11e,_0x2a394f:0x6b4,_0x1030d7:0x68b,_0x10f3c8:0x5ec,_0x241bc7:0x64e,_0x2e8414:0x72,_0x5de0b7:0x735,_0x211620:0xdd,_0x5cb0f6:0x67f,_0x4a9541:0x74a,_0x382576:0x6ca,_0x24381d:0x10e,_0x291ac9:0x9b,_0x254c5d:0x5c8,_0xef3b07:0x781,_0x53eb52:0x7b,_0x3c6878:0x7d,_0x512cef:0xef,_0x400efa:0x75e,_0x5581f4:0x6e5,_0x153f76:0x542,_0x56ea3b:0x629,_0x49453d:0x701,_0x25a524:0x6c5,_0x1d2d41:0x6a,_0x5213ef:0x190,_0x28d218:0x81,_0x32a929:0x4a,_0x45c423:0x4e3,_0x31bb8e:0xa8,_0x4699e9:0xef,_0x30ab15:0x81,_0xc694d9:0x77,_0x1aea64:0x14c,_0x4e24c8:0x6d0,_0x4fec28:0x780,_0x14558d:0x4,_0x15bb1c:0x5f,_0x226578:0x1b0,_0x130cc4:0x122,_0x6363e6:0x594,_0xab7566:0x6b3,_0x17f31c:0x51,_0x498284:0x47,_0x41d7a6:0x582,_0x1613c0:0x567,_0x1b6962:0x61b,_0x14decd:0x5b,_0x42c33e:0x6b0,_0x30a752:0x73b,_0x438c81:0x440,_0x45a644:0x517,_0x29a0cd:0xfe,_0x3b8793:0x21c,_0x4d60fe:0xbf,_0x53803f:0xc9,_0x159baa:0xd4,_0x4fb962:0x1ce,_0x2e472e:0xc2,_0x3e98c0:0xea,_0x401657:0x733,_0x333640:0x784,_0x551e70:0x685,_0xe2b8aa:0x79e,_0x5c4f00:0x5e7,_0x4e309a:0x6cb,_0x5c6285:0x721,_0x41e425:0x417,_0x2f4b47:0xb1,_0x4f86ac:0x144,_0x4a43f4:0x80,_0x3db393:0x57,_0x4d73f3:0x71d,_0xc990a5:0x5db,_0x2c8b4e:0x6ae,_0x41c24f:0x62a,_0x5799d3:0x6b9,_0x13fab6:0x7e0,_0x29c025:0xd,_0x4cf63c:0xbd,_0x51de20:0x29,_0x543756:0xd2,_0x1dbb74:0x12,_0x38447b:0x35,_0x29880a:0x4f,_0x5f1ea1:0x70,_0x2867cf:0x1c2,_0x4b258b:0x139,_0x2434b1:0x621,_0x4bdd79:0x686,_0x12bf24:0x45c,_0x523f81:0x3ea,_0x43e518:0x4f6,_0x1c8619:0x445,_0x229b6c:0x640,_0x701297:0x6dd,_0xa89f1:0x74a,_0x55e4d6:0xc6,_0x383d14:0x14,_0x42c8df:0x24,_0x5c25fc:0xc5,_0x55c7e5:0x47d,_0x55e5ae:0x4f2,_0x17672d:0x4b7,_0x26c26b:0x3a5,_0x51dced:0x22,_0x56d755:0xb0,_0x2e574e:0xf0,_0x1f4028:0xc1,_0x49a528:0x1e6,_0x281c4a:0x169,_0x209d54:0x5de,_0x47e6a4:0x63a,_0x226ff3:0xb8},_0x2dab67={_0x103d9:0x45,_0x4de72f:0x160},_0x25bb7d={'mDyVm':_0x317591(0x5c7,0x630,0x671,_0x175e92._0x5f194)+'t','NqnnX':_0x3392b8(0x0,-_0x175e92._0x408d49,-0x86,-_0x175e92._0x16ec94)+_0x3392b8(-_0x175e92._0x50c7ee,-0x13a,-0x1cc,-_0x175e92._0x1f9a48)+_0x317591(0x65a,0x6d4,0x68f,_0x175e92._0x220bc5)+_0x317591(0x6cf,0x6a3,_0x175e92._0x5122c7,0x688)+')','NXMTK':function(_0x335947,_0x43933f){return _0x335947===_0x43933f;},'FLlaF':_0x3392b8(-_0x175e92._0x46cf26,-_0x175e92._0x5c2e78,-_0x175e92._0x1acd4c,-_0x175e92._0x45d8f7)+_0x317591(_0x175e92._0x54d09d,_0x175e92._0x26311d,_0x175e92._0x705dbd,0x748),'jZVlg':_0x317591(_0x175e92._0x36b997,0x469,_0x175e92._0x1c4d74,0x504)+_0x3392b8(-_0x175e92._0x1ebb64,-0x1da,-0x262,-0x16d)+_0x3392b8(-0x59,_0x175e92._0x14aac4,-_0x175e92._0x423696,-0x16e)+_0x317591(0x5dc,0x649,_0x175e92._0x26150a,0x45e)+_0x317591(_0x175e92._0xa8dfe7,_0x175e92._0x1da94b,_0x175e92._0x9a86ba,_0x175e92._0x15c042)+_0x3392b8(-_0x175e92._0x5385e4,_0x175e92._0x2a4802,_0x175e92._0x516da1,0x40)+_0x3392b8(_0x175e92._0x58d151,_0x175e92._0x355c07,_0x175e92._0x1cd5d2,-0xf3)+_0x3392b8(0xd4,_0x175e92._0x3ebb4d,_0x175e92._0x3c1a4e,0xe0)+_0x3392b8(-0xc6,-0xa3,-0x6,_0x175e92._0x47e255),'EtOOz':'ENOENT','FaSQA':_0x317591(0x657,0x680,0x615,0x512),'qwKwG':_0x3392b8(-_0x175e92._0x879615,-0x1ac,0x16,-0x7d)+_0x317591(_0x175e92._0x2dc290,0x42a,_0x175e92._0xdad35b,0x5c4)+_0x317591(0x3f9,_0x175e92._0x2b8bf4,_0x175e92._0x5b8ace,_0x175e92._0x2e5a2c)+_0x3392b8(-_0x175e92._0x4469eb,-0xed,-0x111,_0x175e92._0x27dc5d),'giLbg':'Forbidden','ECTkO':_0x3392b8(-_0x175e92._0x519e6d,-0xc0,-0x71,0x73)+_0x3392b8(-0x140,-_0x175e92._0x3d6a75,-0x4d,-0x167)+_0x317591(0x467,_0x175e92._0x3cf7f4,_0x175e92._0x1f8d35,0x4fc)+_0x317591(0x481,0x487,_0x175e92._0x576e33,0x571)+'t','ZSDOW':_0x3392b8(-_0x175e92._0x3b426e,-_0x175e92._0x264630,-0xb,-_0x175e92._0x519e0e)+_0x3392b8(-_0x175e92._0x452e4a,-_0x175e92._0x1279fe,-_0x175e92._0x57e82d,_0x175e92._0x117dc9),'CDIzV':'Attempt\x20to'+_0x317591(0x4ca,0x52b,_0x175e92._0xf2a5c1,_0x175e92._0x4d6cc6)+_0x3392b8(_0x175e92._0xd1b076,-_0x175e92._0x1949f3,0xca,-_0x175e92._0x5b8bd9)+'\x20from\x20task','SaFiB':_0x317591(_0x175e92._0x370920,_0x175e92._0x3cfe15,0x4b8,0x3f2)+_0x3392b8(_0x175e92._0x5ef83c,_0x175e92._0x54729d,-_0x175e92._0x94c6c8,-0x35)+_0x317591(0x5f4,0x56b,0x564,_0x175e92._0x4e06ad)+_0x3392b8(-0xd7,_0x175e92._0xc89d6d,-0x104,-0x128)+'dified','YijSL':_0x3392b8(-_0x175e92._0x5ef83c,-0x32,_0x175e92._0x18eb7b,-0x128)+_0x3392b8(0xa5,_0x175e92._0x45d8f7,0x133,0x59)+_0x317591(0x53b,_0x175e92._0x58c888,_0x175e92._0x5bdcd4,0x620)+_0x3392b8(0x46,-_0x175e92._0x5137bf,_0x175e92._0x3fc715,-_0x175e92._0x429ca6),'WzaJA':'User\x20does\x20'+_0x3392b8(-_0x175e92._0x452aac,0x4f,-_0x175e92._0x2c4011,_0x175e92._0x3c8db2)+'ermission\x20'+'to\x20edit\x20sk'+'ills\x20from\x20'+_0x317591(_0x175e92._0x2e6ebd,_0x175e92._0x40cd22,0x535,_0x175e92._0x3bf550),'FPwhL':function(_0x921292,_0x2421e4){return _0x921292!==_0x2421e4;},'jPXWQ':_0x317591(0x4e3,_0x175e92._0x437727,_0x175e92._0x3bd115,_0x175e92._0x28de73),'MXSHh':'Skill\x20ID\x20i'+_0x317591(0x626,_0x175e92._0x4fe40b,_0x175e92._0x170a29,0x674)+'\x20and\x20must\x20'+_0x317591(_0x175e92._0x4e23fe,_0x175e92._0x5b8599,0x6df,0x797)+'g','yvYJt':_0x317591(0x43a,0x591,_0x175e92._0x2b0113,0x4f5),'dVMMu':_0x3392b8(-_0x175e92._0x4bdc5d,-0xc7,-0x13b,-0x2a)+_0x3392b8(0xec,0x155,0x203,_0x175e92._0x353fc1)+_0x3392b8(-_0x175e92._0x293daf,-0x179,-_0x175e92._0x281fe9,-_0x175e92._0x4e4d78)+'\x20string','tulZv':function(_0x128200,_0x463a9c){return _0x128200!==_0x463a9c;},'Uibhw':_0x317591(_0x175e92._0x4583f9,_0x175e92._0x53fbf5,_0x175e92._0x16a7b1,_0x175e92._0x36dbac)+_0x3392b8(_0x175e92._0x3f17ea,-_0x175e92._0xbf27b5,-_0x175e92._0x458cbd,-0x85)+_0x317591(_0x175e92._0x4f7a41,0x62e,0x5ec,_0x175e92._0x55e445)+_0x3392b8(_0x175e92._0x84b4e7,_0x175e92._0x2b0c96,0xfc,_0x175e92._0x519e6d)+_0x317591(_0x175e92._0x1def77,0x71f,0x64e,0x5ef),'OWmdf':_0x3392b8(_0x175e92._0x123324,0x83,_0x175e92._0x570f3c,0x1f7),'IUqxE':_0x3392b8(_0x175e92._0x4b68dd,_0x175e92._0x203928,-0x4e,_0x175e92._0x509269)+_0x317591(0x6fd,_0x175e92._0x51fbda,_0x175e92._0x1b2de7,_0x175e92._0x5c83ef)+_0x317591(0x588,0x4b3,_0x175e92._0x3582c8,_0x175e92._0x336665)+'\x20string','lrmxk':_0x3392b8(-_0x175e92._0xcbf606,-0x24f,-_0x175e92._0x2b81b8,-_0x175e92._0x5a7265)+_0x3392b8(0x6d,0xa9,_0x175e92._0xc89d6d,-0x12)+_0x317591(0x5bc,0x4e4,0x513,0x619)+_0x317591(_0x175e92._0x1544a0,0x5fd,0x4e5,_0x175e92._0x578e2b)+_0x317591(0x5b1,0x5f4,0x633,0x667)+_0x3392b8(_0x175e92._0x3a7348,-_0x175e92._0x519e6d,0x8e,-_0x175e92._0x97e492)+_0x317591(_0x175e92._0x21e99f,0x578,0x644,_0x175e92._0x5698a8)+_0x317591(_0x175e92._0x31781f,_0x175e92._0x4cd56a,_0x175e92._0x3323ae,_0x175e92._0x1d5c94),'xmBfV':function(_0x2e666d,_0x5880f9){return _0x2e666d!==_0x5880f9;},'hTpKV':_0x3392b8(0xa,_0x175e92._0xcbf606,-_0x175e92._0x293daf,0xd6),'UJHJH':_0x3392b8(-0x4a,-_0x175e92._0x2c81e1,-_0x175e92._0x39d3dc,0x50)+_0x317591(_0x175e92._0xa87fdb,_0x175e92._0x192084,0x5f0,_0x175e92._0x52be28),'EdPxS':_0x317591(0x55f,0x46f,_0x175e92._0x5698a8,_0x175e92._0x2d3121),'fUeKr':'SKILL.md','uQcSR':function(_0x42f662,_0x17fd48){return _0x42f662===_0x17fd48;},'ofGRd':'mzVmp','JuGII':function(_0x40a5f4,_0x521597){return _0x40a5f4!==_0x521597;},'reBBQ':'uFAmR','wYIEM':function(_0x1d9370,_0x412829){return _0x1d9370>_0x412829;},'RfOdF':function(_0x7bf58c,_0x17088b){return _0x7bf58c===_0x17088b;},'zJMyd':'onMNm','nfeNq':_0x317591(0x5af,0x639,0x522,_0x175e92._0xe9999d)+_0x3392b8(_0x175e92._0x2a4802,0x148,0xac,0x6f),'ysPOW':function(_0x3b55fd,_0x79d967,_0x16509f){return _0x3b55fd(_0x79d967,_0x16509f);},'VaqAq':'utf-8','GWfhQ':function(_0x570177,_0x1bc0e6){return _0x570177!==_0x1bc0e6;},'jNvNE':function(_0x3b631a,_0x2fbd4a){return _0x3b631a===_0x2fbd4a;},'FtEUj':'fTVGW','jNOUr':_0x317591(_0x175e92._0x3f78e4,0x510,0x569,_0x175e92._0x159a36)+'ts','bUWeS':'OIxYh','XWxcu':_0x3392b8(0x48,_0x175e92._0x1c2a70,-0xd6,_0x175e92._0x10aa6d),'XEHfV':function(_0x28070f,_0x30452c){return _0x28070f===_0x30452c;},'sSMkH':_0x3392b8(-0xbe,0x57,-_0x175e92._0xf232af,-0x1d),'HdnkX':'Skill\x20assi'+_0x317591(0x73d,_0x175e92._0x32e91b,_0x175e92._0x56168f,0x751)+_0x3392b8(0xb3,_0x175e92._0xd1e43e,0x81,_0x175e92._0x25530e)+_0x3392b8(0x30,_0x175e92._0x953847,0xcd,-0x40)+'e','IOlfZ':_0x3392b8(_0x175e92._0x47e1c8,-_0x175e92._0x4f4be1,-0x6,-_0x175e92._0x35589f)+_0x3392b8(_0x175e92._0x37c2f5,-0x1a,_0x175e92._0xb5a437,0x90)+'k','eHEFc':function(_0x3af3be,_0xccfd94){return _0x3af3be!==_0xccfd94;},'BDPPC':'kuexS','hfYtM':function(_0x2f7768,_0x7bb0f5){return _0x2f7768!==_0x7bb0f5;},'khaBX':_0x317591(0x3ae,_0x175e92._0x3d6b3d,0x4bd,0x4c6),'JZBGm':'Internal\x20S'+_0x3392b8(_0x175e92._0x20a943,-_0x175e92._0x20f9f4,-_0x175e92._0x1bd5cf,-_0x175e92._0xad1fc1)+'r','gdWaG':_0x3392b8(-_0x175e92._0x5ea449,-_0x175e92._0x3e607a,-0x1af,-_0x175e92._0x17ad39)+_0x317591(0x6f4,_0x175e92._0x43b82d,_0x175e92._0x13a041,0x642)+'ll'},{callingTask:_0x139263,taskUser:_0x8f7004,environmentName:_0x33fcb4,environmentConfig:_0x5b432c}=_0x1c8a6e,{id:_0x2f908a,name:_0x2c5849,description:_0x2515d3,body:_0x2506f1,'allowed-tools':_0x335e8a,model:_0x367dd0,'argument-hint':_0x1b44fb,assignToEnvironment:assignToEnvironment=!![]}=_0x1c8a6e[_0x317591(_0x175e92._0x5e476d,_0x175e92._0x1d81b6,0x632,_0x175e92._0xb016ac)];if(!_0x2f908a||_0x25bb7d[_0x3392b8(-_0x175e92._0x4ce709,-0x18a,-_0x175e92._0x1ed35d,-0x1ef)](typeof _0x2f908a,_0x25bb7d['jPXWQ'])){if(_0x25bb7d[_0x3392b8(0xa4,0xf8,0x75,_0x175e92._0xb8b9e6)](_0x317591(_0x175e92._0x4d6619,_0x175e92._0x35850b,_0x175e92._0x14b7ee,0x6e8),_0x3392b8(_0x175e92._0x46930c,-0x78,_0x175e92._0x368722,-_0x175e92._0x39c995))){const _0x275afd={};return _0x275afd[_0x317591(0x62c,0x62c,0x592,0x640)]=_0x25bb7d[_0x317591(_0x175e92._0x36d14d,_0x175e92._0x49167a,_0x175e92._0x3d6b23,0x745)],_0x275afd[_0x3392b8(_0x175e92._0x4f8515,-0x5c,_0x175e92._0x47e255,-0xb)]=_0x3392b8(-_0x175e92._0x1b6c96,0x34,_0x175e92._0x3f299c,_0x175e92._0x13a661)+_0x317591(0x5b6,_0x175e92._0x5c40de,_0x175e92._0x3b36c7,_0x175e92._0x4d47f4),_0x57bf32['status'](-0x1*0x233e+-0x3af*0x1+0x287d)['json'](_0x275afd);}else{const _0x260359={};return _0x260359[_0x3392b8(-_0x175e92._0x46930c,-_0x175e92._0x365ceb,-0x130,-_0x175e92._0x34442f)]=_0x25bb7d['mDyVm'],_0x260359[_0x317591(_0x175e92._0x4dbcac,_0x175e92._0x57ffe0,0x635,0x5d0)]=_0x25bb7d[_0x3392b8(-0x120,-_0x175e92._0x396e0d,-0x1ec,-_0x175e92._0x3de635)],_0x3d548b[_0x3392b8(_0x175e92._0x4f16a0,_0x175e92._0x10ce45,0x96,_0x175e92._0x491932)](-0x25d7+0x1*0x2bd+0x24aa)[_0x317591(_0x175e92._0x3d7c65,0x7e6,_0x175e92._0x2ee16e,_0x175e92._0x489a07)](_0x260359);}}if(!_0x2c5849||_0x25bb7d['FPwhL'](typeof _0x2c5849,_0x25bb7d['jPXWQ'])){if(_0x25bb7d[_0x3392b8(0xa4,_0x175e92._0x5c2e78,_0x175e92._0x5b6091,0x83)](_0x317591(0x4cc,_0x175e92._0x43f21e,_0x175e92._0x2b0113,_0x175e92._0x1d01c0),_0x25bb7d[_0x317591(0x6b0,0x5de,_0x175e92._0x851719,_0x175e92._0x157619)])){const _0x570b74={};return _0x570b74[_0x3392b8(-_0x175e92._0x46930c,-0xea,-_0x175e92._0x53d2cb,_0x175e92._0x25530e)]=_0x25bb7d[_0x317591(_0x175e92._0x3b8d42,_0x175e92._0x1ec2fb,_0x175e92._0x17da1,0x5b1)],_0x570b74['message']=_0x25bb7d[_0x3392b8(-_0x175e92._0x5c183b,-0x121,-0x55,-0x99)],_0x3d548b[_0x317591(0x758,_0x175e92._0x32d340,0x685,0x6bb)](-0x1*0x2636+-0x1*-0xb3f+0x1c87)[_0x3392b8(0xb8,0x78,0x18,0x34)](_0x570b74);}else{!_0x50ee6e[_0x317591(_0x175e92._0x580bec,0x55d,0x559,0x54a)]&&(_0x4dc9a2[_0x317591(0x5d3,_0x175e92._0x1a4d00,0x559,_0x175e92._0x2d5bdf)]=[]);if(!_0x4181a5[_0x317591(0x52e,0x662,_0x175e92._0x5698a8,_0x175e92._0x92f38f)][_0x317591(_0x175e92._0x3a7f1d,0x4a7,_0x175e92._0x493544,_0x175e92._0x399276)](_0x91b261)){_0x2b4e5d[_0x3392b8(-_0x175e92._0x4a6b3f,_0x175e92._0x5a78e0,-0x22,-0x78)]['push'](_0x1f0d05),_0x5dd56d=!![];const _0x382af5={};_0x382af5[_0x3392b8(0xa8,0x1b4,0x13c,_0x175e92._0x40cd78)]=_0x12c58b,_0x382af5[_0x3392b8(-0xaa,-_0x175e92._0x47cb33,-0xdd,_0x175e92._0x174aed)+'t']=_0x3697fb,_0x5b9faf[_0x317591(_0x175e92._0x4a5597,0x494,0x5b7,_0x175e92._0xcaeb0a)](_0x25bb7d[_0x317591(0x5ef,_0x175e92._0x7e722a,_0x175e92._0x428db0,0x6d8)],_0x382af5);}}}if(!_0x2515d3||_0x25bb7d['tulZv'](typeof _0x2515d3,_0x25bb7d['jPXWQ'])){const _0x7e20f2={};return _0x7e20f2[_0x3392b8(-_0x175e92._0x55eb54,-0x104,-0x135,-0xf0)]=_0x25bb7d[_0x317591(0x7ef,0x619,0x6ce,0x5c5)],_0x7e20f2[_0x3392b8(_0x175e92._0x4f8515,-_0x175e92._0x52e820,_0x175e92._0x43f2ca,_0x175e92._0x5e8e0b)]=_0x25bb7d['Uibhw'],_0x3d548b['status'](0x49b*-0x6+-0xa96+-0x8*-0x4f9)[_0x3392b8(0xb8,_0x175e92._0x36c47b,_0x175e92._0x75f407,_0x175e92._0x5b1624)](_0x7e20f2);}if(!_0x2506f1||_0x25bb7d[_0x317591(_0x175e92._0x183eb1,0x5e6,_0x175e92._0x9f9958,_0x175e92._0x3ed3fb)](typeof _0x2506f1,_0x25bb7d[_0x3392b8(-0x8a,_0x175e92._0x2c956b,-_0x175e92._0x126e76,-_0x175e92._0x555536)])){if(_0x25bb7d[_0x317591(0x687,0x6e6,_0x175e92._0x5d8cd5,0x639)](_0x3392b8(0x8,-0x114,0xc9,-0x9),_0x25bb7d[_0x3392b8(-_0x175e92._0x457f65,-_0x175e92._0x20a943,-0x1ef,-_0x175e92._0x2f28de)])){if(_0x37305e[_0x317591(_0x175e92._0x177a24,0x5fd,_0x175e92._0x485c8a,0x716)]===0x4d9+0x35d+-0x836)_0x38328c[_0x317591(_0x175e92._0xf46252,0x59c,0x536,_0x175e92._0x5bdcd4)](_0x21768d+_0x3392b8(-_0x175e92._0x2d4698,-0x1ca,-0x4c,-_0x175e92._0x4bc27f));else{_0x32a4fb['push'](_0x59a5a8+':');for(const _0x5c08f9 of _0x5af330){_0xe1acf['push'](_0x317591(0x79c,_0x175e92._0x4dbcac,0x6bc,_0x175e92._0x4b900e)+_0x5c08f9);}}}else{const _0x44612f={};return _0x44612f[_0x317591(0x488,0x65c,0x592,_0x175e92._0x4eae60)]='Bad\x20Reques'+'t',_0x44612f[_0x317591(_0x175e92._0x3fd27b,0x560,_0x175e92._0x1ee921,_0x175e92._0x315eb6)]=_0x25bb7d['IUqxE'],_0x3d548b[_0x317591(0x6c2,0x79d,0x685,0x57f)](0x8a8+0x25a2+-0x2cba)[_0x317591(0x64b,_0x175e92._0x253ffe,0x6cb,_0x175e92._0x1630c3)](_0x44612f);}}if(!/^[a-zA-Z0-9_-]+$/[_0x317591(0x58f,0x6e9,_0x175e92._0x512c0c,_0x175e92._0x157619)](_0x2f908a)){const _0x6b2351={};return _0x6b2351[_0x317591(_0x175e92._0x4053c7,0x635,0x592,_0x175e92._0x2a7efa)]=_0x3392b8(_0x175e92._0x5af65d,_0x175e92._0x34017e,-0x99,_0x175e92._0x3e5d6)+'t',_0x6b2351[_0x317591(_0x175e92._0xda8453,_0x175e92._0x14a80f,0x635,_0x175e92._0x25e3ad)]=_0x25bb7d[_0x3392b8(-0x61,-0xe8,-_0x175e92._0x4c9acd,-0x15f)],_0x3d548b[_0x3392b8(_0x175e92._0x4f3b0e,0x6,_0x175e92._0x569595,-_0x175e92._0x43f2ca)](0x41*0x8c+0x8*0x161+-0x2d04)[_0x3392b8(_0x175e92._0x48bf68,_0x175e92._0x48dc4e,-0x55,0x3b)](_0x6b2351);}if(_0x2f908a[_0x3392b8(-_0x175e92._0x3e6c0a,-0x238,-0x5d,-_0x175e92._0x5a3b3e)]('/')||_0x2f908a[_0x317591(0x4b5,_0x175e92._0x1cfefc,_0x175e92._0x493544,0x3d0)]('\x5c')||_0x2f908a[_0x3392b8(-0x149,-0x56,-0x183,-_0x175e92._0x146673)]('..')){if(_0x25bb7d[_0x317591(0x659,0x622,0x656,_0x175e92._0x429892)](_0x25bb7d[_0x317591(0x4ca,0x48c,_0x175e92._0x4617fd,0x417)],_0x25bb7d[_0x317591(0x53c,0x40d,0x516,_0x175e92._0x2f1eb9)]))_0x26adaf[_0x6a35d5]=_0x2fb334[_0x317591(_0x175e92._0x3ed02e,_0x175e92._0x12fa3a,_0x175e92._0x47cc2a,0x588)]();else{const _0x4a276c={};return _0x4a276c['error']=_0x317591(_0x175e92._0x47e536,_0x175e92._0x583eb1,0x671,0x581)+'t',_0x4a276c[_0x3392b8(_0x175e92._0x1f9a48,0x113,_0x175e92._0x108808,-_0x175e92._0x36c47b)]=_0x25bb7d[_0x3392b8(-0x113,-0x18,-0x197,-_0x175e92._0x32de9a)],_0x3d548b['status'](-0x10bf*0x1+0x13be+0x1*-0x16f)['json'](_0x4a276c);}}const _0xc4da47=_0x593d90['join'](setupPath,_0x25bb7d['EdPxS']),_0x4652ed=_0x593d90[_0x317591(_0x175e92._0x5eb274,0x78e,0x6be,_0x175e92._0x444a34)](_0xc4da47,_0x2f908a);function _0x317591(_0x2f7766,_0x5174d6,_0x24f0d6,_0x43e97e){return _0x506a52(_0x2f7766-0x62,_0x24f0d6- -_0x2dab67._0x103d9,_0x43e97e,_0x43e97e-_0x2dab67._0x4de72f);}const _0x172b4b=_0x593d90['join'](_0x4652ed,_0x25bb7d[_0x3392b8(0x9e,0xc5,_0x175e92._0x25530e,_0x175e92._0x40cd78)]),_0x357ad0=new Date()[_0x3392b8(_0x175e92._0x135160,-0x87,0x87,-0x1e)+'g'](),_0x12cea4={};_0x12cea4[_0x317591(0x5b5,0x424,0x515,_0x175e92._0x580bec)]=_0x139263[_0x3392b8(-0xfe,-0x160,-_0x175e92._0x57ea5d,-0x1ad)],_0x12cea4[_0x3392b8(0xa8,-0x2,-0x38,-0x7)]=_0x2f908a,_0x12cea4[_0x3392b8(-0xaa,-0x10b,_0x175e92._0x391040,-_0x175e92._0xe25973)+'t']=_0x33fcb4,_0x12cea4[_0x3392b8(_0x175e92._0x39c995,_0x175e92._0x4a2e2a,_0x175e92._0x127afd,0x3b)]=_0x8f7004['id'],_0x12cea4[_0x3392b8(-0x13a,-_0x175e92._0x4ef257,-_0x175e92._0x236aff,-_0x175e92._0x170718)+_0x3392b8(-0x2,-0xbb,0x43,_0x175e92._0x3409d2)]=assignToEnvironment;function _0x3392b8(_0x1400ae,_0x1664e5,_0x5499fd,_0x56b071){return _0x506a52(_0x1400ae-0x1aa,_0x1400ae- -0x658,_0x1664e5,_0x56b071-0x12b);}logger[_0x3392b8(-0x5c,-_0x175e92._0xc847ab,-_0x175e92._0x5dd111,-_0x175e92._0x487604)](_0x317591(_0x175e92._0x582627,_0x175e92._0x4edc4d,0x596,0x578)+_0x3392b8(-0x14e,-_0x175e92._0x3e607a,-0x212,-0x25b),_0x12cea4);try{try{if(_0x25bb7d[_0x317591(_0x175e92._0x1dc3bd,_0x175e92._0x4fa14c,0x53a,0x586)](_0x25bb7d[_0x3392b8(0x25,-_0x175e92._0x3479d6,-0x1,_0x175e92._0x495a7e)],_0x25bb7d[_0x317591(_0x175e92._0x1261e9,_0x175e92._0x14a80f,_0x175e92._0x225e58,_0x175e92._0x8e14d2)])){await _0x199fd3[_0x317591(0x557,_0x175e92._0x227717,_0x175e92._0xfb8bdf,0x4af)](_0x4652ed);const _0x28d00b={};return _0x28d00b[_0x3392b8(-0x81,-0xbd,-_0x175e92._0x2518a2,-_0x175e92._0x4ce646)]=_0x25bb7d['mDyVm'],_0x28d00b[_0x3392b8(0x22,-0xf3,-0xa0,-_0x175e92._0x1785db)]=_0x317591(_0x175e92._0x3dad34,_0x175e92._0x14a912,0x4bf,0x3ef)+_0x2f908a+(_0x317591(0x537,_0x175e92._0x34461c,_0x175e92._0x4389ac,_0x175e92._0x2472d0)+_0x3392b8(_0x175e92._0x3aba6a,_0x175e92._0x5c1b10,-_0x175e92._0x43f2ca,_0x175e92._0x18e32e)),_0x3d548b[_0x317591(0x5d5,_0x175e92._0x3270e0,0x685,_0x175e92._0x1ccf66)](-0x17a8+0x49f+-0x1*-0x1499)[_0x3392b8(0xb8,_0x175e92._0x462a56,0x19b,_0x175e92._0x3e5d6)](_0x28d00b);}else{const [,_0x449522,_0x4b9352]=_0x508eb7;if(_0x25bb7d[_0x3392b8(0xa4,_0x175e92._0x2abb86,0x104,_0x175e92._0x19d7e9)](_0x449522,_0x25bb7d['FLlaF'])&&!_0x4b9352['trim']())_0x3eab41[_0x449522]=[];else{if(_0x4b9352['trim']()[_0x3392b8(-0x44,-_0x175e92._0x452aac,-_0x175e92._0x328da2,-_0x175e92._0x2c956b)]('[')&&_0x4b9352['trim']()[_0x317591(0x64d,0x74d,0x62c,_0x175e92._0x58e35c)](']'))_0x5bdd6e[_0x449522]=_0x4b9352['trim']()['slice'](-0x4f8*0x1+0x1cf7+0x17fe*-0x1,-(0x2*0xb8c+-0xc91*-0x1+-0x23a8))[_0x317591(0x7b7,_0x175e92._0x508740,_0x175e92._0x11b440,_0x175e92._0x127cfc)](',')[_0x3392b8(-0x4d,-0x12d,-0x14b,-_0x175e92._0x134412)](_0xcb2658=>_0xcb2658[_0x3392b8(-0x7c,0x0,-0x17c,-0x29)]())['filter'](_0x25ca3b);else _0x4b9352['trim']()&&(_0x4ceaeb[_0x449522]=_0x4b9352[_0x3392b8(-_0x175e92._0x550184,_0x175e92._0x16b69c,0x3c,-_0x175e92._0x3d5ad8)]());}}}catch(_0xc9364d){if(_0x25bb7d[_0x317591(_0x175e92._0x157619,_0x175e92._0x40b5b4,_0x175e92._0x57a9c0,0x74d)](_0xc9364d[_0x317591(0x4c7,_0x175e92._0x291b61,0x58e,_0x175e92._0x508740)],_0x25bb7d[_0x3392b8(-_0x175e92._0x4ef257,_0x175e92._0x36c913,_0x175e92._0x310f5f,-0xd7)])){if(_0x317591(_0x175e92._0x2fa99d,0x560,0x665,0x764)===_0x25bb7d[_0x3392b8(-_0x175e92._0x126e76,-0xf6,-_0x175e92._0x2d505f,-_0x175e92._0x57a9ea)])throw _0xc9364d;else{const _0x292388={};_0x292388['skillId']=_0x23eb84,_0x292388[_0x3392b8(-_0x175e92._0x154687,-0x87,-_0x175e92._0x169794,-0xc7)+'t']=_0x1dd4a5,_0x292388[_0x3392b8(-0x81,_0x175e92._0x21bf05,-0xfa,_0x175e92._0x36871c)]=_0x53ed1c[_0x3392b8(0x22,0xfb,0x9d,-_0x175e92._0x22f8cc)],_0x11ccc7[_0x317591(_0x175e92._0x5f194,_0x175e92._0x112ac4,0x6dd,_0x175e92._0x2d536d)](_0x25bb7d[_0x317591(0x4bb,_0x175e92._0x4c6fdc,_0x175e92._0x1ccf66,0x5e6)],_0x292388);}}}const _0x301044={};_0x301044['recursive']=!![],await _0x199fd3['mkdir'](_0xc4da47,_0x301044);const _0x3e259c={};_0x3e259c[_0x317591(0x552,0x5c9,0x4b7,0x5a0)]=!![],await _0x199fd3[_0x317591(0x5ef,_0x175e92._0x331271,_0x175e92._0x3555c2,_0x175e92._0x152b2c)](_0x4652ed,_0x3e259c);const _0x2d1bc={};_0x2d1bc['name']=_0x2c5849,_0x2d1bc[_0x317591(0x5b7,_0x175e92._0x4a3039,0x54e,0x552)+'n']=_0x2515d3;const _0x922693=_0x2d1bc;if(_0x335e8a&&Array[_0x317591(0x441,0x5d5,_0x175e92._0xaec13a,0x514)](_0x335e8a)&&_0x25bb7d[_0x3392b8(-_0x175e92._0x575137,-_0x175e92._0x46d4c6,-_0x175e92._0x3c8db2,-_0x175e92._0x572ac6)](_0x335e8a[_0x317591(_0x175e92._0x439933,_0x175e92._0xa82296,0x63f,0x572)],0x1654+-0x3*-0xb33+-0x37ed)){if(_0x25bb7d[_0x3392b8(_0x175e92._0x5b89cd,0xd1,0x96,0x186)](_0x317591(_0x175e92._0x36b997,0x44a,_0x175e92._0x16b62f,0x43f),_0x25bb7d[_0x317591(_0x175e92._0x1ca8ad,0x433,0x4d0,0x4d1)])){const _0xc6a332={};return _0xc6a332[_0x317591(0x629,_0x175e92._0x5c6fe8,0x592,_0x175e92._0x509b93)]=_0x25bb7d[_0x317591(0x756,0x77e,_0x175e92._0x3d6b23,0x7ec)],_0xc6a332[_0x317591(0x691,_0x175e92._0x182935,_0x175e92._0x1ee921,0x66b)]=_0x3392b8(-0x79,-_0x175e92._0x38f951,0x6c,-_0x175e92._0x20150b)+_0x317591(_0x175e92._0x4d0964,_0x175e92._0x38e868,0x6ff,0x7d7)+_0x3392b8(-0x11c,0x2,-0x1f3,-_0x175e92._0x1312b3)+_0x317591(0x4fb,_0x175e92._0x439441,0x4e0,0x3db),_0x4e43e8[_0x317591(_0x175e92._0x3c2c7d,_0x175e92._0x2e7853,_0x175e92._0x42cf1e,0x737)](-0x1357*0x1+0xdbc+0x72b)['json'](_0xc6a332);}else _0x922693[_0x25bb7d[_0x3392b8(-_0x175e92._0x4632a7,0x48,-_0x175e92._0x5960e5,-0x17e)]]=_0x335e8a;}_0x367dd0&&(_0x922693[_0x317591(_0x175e92._0xbe147d,0x566,0x542,0x5e7)]=_0x367dd0);_0x1b44fb&&(_0x922693[_0x25bb7d[_0x317591(_0x175e92._0x47f00b,0x548,0x631,0x598)]]=_0x1b44fb);const _0x2689a1=_0x25bb7d[_0x317591(0x6b4,_0x175e92._0x39df04,_0x175e92._0x4b900e,_0x175e92._0x29c50c)](serializeSkillMd,_0x922693,_0x2506f1);await _0x199fd3['writeFile'](_0x172b4b,_0x2689a1,_0x25bb7d[_0x3392b8(-0x10e,0x0,-_0x175e92._0x3d3672,-0x127)]);let _0x372780=![];if(assignToEnvironment&&coderConfig){const _0x537494=coderConfig['environmen'+'ts']?.[_0x33fcb4];if(_0x537494){if(_0x25bb7d['GWfhQ'](_0x317591(_0x175e92._0x1136d6,0x77f,0x67b,0x6ec),'bzHwV')){!_0x537494['skills']&&(_0x537494[_0x3392b8(-_0x175e92._0x13117a,-_0x175e92._0x5d0671,-0x1c9,-0x1b1)]=[]);if(!_0x537494[_0x3392b8(-_0x175e92._0x13117a,-_0x175e92._0x431316,0x4d,-_0x175e92._0x2eb5ac)]['includes'](_0x2f908a)){if(_0x25bb7d[_0x3392b8(-_0x175e92._0x3b5244,_0x175e92._0x1fc0a1,-0xcf,-0x13e)](_0x25bb7d[_0x317591(_0x175e92._0x1c7822,0x3c5,_0x175e92._0x1f5151,0x43e)],_0x317591(_0x175e92._0x1e07fb,0x5d8,_0x175e92._0x4e31c3,_0x175e92._0x1bdc1c))){_0x537494[_0x3392b8(-_0x175e92._0x4a6b3f,_0x175e92._0x3da3e8,-_0x175e92._0x2c99a3,-0x11c)][_0x317591(_0x175e92._0x586c2e,_0x175e92._0x47cc2a,0x536,_0x175e92._0xedfffb)](_0x2f908a),_0x372780=!![];const _0x1a7e35={};_0x1a7e35[_0x3392b8(0xa8,-0x5b,0x175,0x9a)]=_0x2f908a,_0x1a7e35[_0x3392b8(-0xaa,-0x168,-0x21,0x5e)+'t']=_0x33fcb4,logger[_0x3392b8(-_0x175e92._0xe04ee3,-_0x175e92._0x414a5c,-_0x175e92._0x319370,-0xd2)](_0x317591(_0x175e92._0x5e01f2,_0x175e92._0x5575ea,_0x175e92._0x4337a9,0x728)+_0x317591(0x4f9,_0x175e92._0x2e5117,0x566,_0x175e92._0x2af670)+_0x3392b8(0x7c,-0x2e,_0x175e92._0x3b5244,_0x175e92._0x1b605d)+_0x317591(_0x175e92._0x4f3862,0x4eb,0x5b6,_0x175e92._0x55612e)+')',_0x1a7e35);}else{if(_0x5d40cc[_0x317591(_0x175e92._0x3dad34,0x5a5,_0x175e92._0x1cf49f,0x5a4)]===_0x25bb7d['EtOOz']){const _0x503ae0={};return _0x503ae0['version']=_0x25bb7d[_0x3392b8(-_0x175e92._0x33ef9c,-_0x175e92._0x2d48f8,-0x52,-_0x175e92._0x2d48f8)],_0x503ae0['skills']={},_0x503ae0;}const _0x43ff8b={};_0x43ff8b[_0x3392b8(-_0x175e92._0x38d0fc,-0x1a2,0x1d,_0x175e92._0x4469eb)]=_0x3adf70[_0x3392b8(0x22,0x38,_0x175e92._0x3d3672,0xce)],_0x1662e5[_0x3392b8(-0x81,_0x175e92._0x1c9cda,-0x4f,-0x2)](_0x317591(0x64d,0x4bf,0x541,0x5fa)+_0x3392b8(-_0x175e92._0x21a03c,-0x16c,-0x141,-_0x175e92._0x246c38)+_0x317591(0x740,_0x175e92._0x2d2e75,_0x175e92._0x43b7db,0x71a)+'\x20registry',_0x43ff8b);const _0x1c78a0={};return _0x1c78a0[_0x317591(0x3db,0x5be,_0x175e92._0x45ff14,0x41c)]=_0x25bb7d[_0x3392b8(-0x148,-0x263,-0x1d6,-0x18a)],_0x1c78a0[_0x317591(_0x175e92._0xe9999d,0x4b5,_0x175e92._0x5e3db5,0x593)]={},_0x1c78a0;}}}else{const _0x89bd4a={};return _0x89bd4a[_0x317591(0x48d,_0x175e92._0x5d5aad,_0x175e92._0x44243a,_0x175e92._0x478bec)]=_0x25bb7d[_0x3392b8(_0x175e92._0x321827,-_0x175e92._0x2e7e5e,0x165,_0x175e92._0x2f2e88)],_0x89bd4a[_0x3392b8(_0x175e92._0x1f9a48,-0x30,0x4c,_0x175e92._0x946a2d)]=_0x3392b8(-0x4b,-_0x175e92._0x414a5c,-_0x175e92._0x4bdc5d,-_0x175e92._0x547853)+_0x317591(0x6cb,_0x175e92._0x5efe50,_0x175e92._0x2f2303,0x730)+_0x3392b8(_0x175e92._0x3f7948,0xb1,0x1cc,_0x175e92._0x292dbc)+_0x317591(_0x175e92._0x19a94b,0x726,0x630,0x646)+'n\x22',_0x5ba8e3[_0x3392b8(_0x175e92._0x53ba97,-_0x175e92._0x3c8db2,_0x175e92._0x47019f,0x8e)](0x217+0x1d15+-0xece*0x2)[_0x317591(0x6bb,0x6bb,0x6cb,_0x175e92._0x1ed08c)](_0x89bd4a);}}try{const _0x355d4c=_0x593d90[_0x3392b8(0xab,-0x5e,0x1c5,_0x175e92._0x1f4a84)](setupPath,_0x25bb7d[_0x3392b8(-0x11e,-_0x175e92._0x193f05,-_0x175e92._0x281fe9,-0x208)],_0x33fcb4,'environmen'+_0x3392b8(0x2a,0x32,0xe5,_0x175e92._0x5e8e0b));let _0x41fbe2,_0x158ca7,_0x39a4c0;try{if(_0x25bb7d[_0x3392b8(_0x175e92._0x5b89cd,-0x46,_0x175e92._0x12a3f9,0x1f5)](_0x25bb7d[_0x317591(_0x175e92._0x5b3dcf,0x72a,_0x175e92._0x55551c,_0x175e92._0x4b6cc7)],'nnSiU')){const _0xd9950d={};_0xd9950d[_0x3392b8(-0xfe,_0x175e92._0x223a57,-0xd3,-0xae)]=_0x1aec19[_0x317591(0x569,0x414,_0x175e92._0x182935,0x449)],_0xd9950d[_0x317591(0x729,_0x175e92._0x49de12,_0x175e92._0x4190a5,_0x175e92._0x4346cb)]=_0x28ba13,_0xd9950d['environmen'+'t']=_0x59074c[_0x317591(0x493,0x674,_0x175e92._0x41a2a2,_0x175e92._0x1544a0)+_0x3392b8(_0x175e92._0x51a219,0x56,-_0x175e92._0x28bfca,_0x175e92._0x31b9b0)],_0xd9950d['assignedSk'+'ills']=_0x576b3d,_0x56606b['warn'](_0x25bb7d['qwKwG'],_0xd9950d);const _0x584c3f={};return _0x584c3f[_0x3392b8(-0x81,-0x51,-0x12f,_0x175e92._0x1374a1)]=_0x25bb7d[_0x317591(0x70b,0x6ba,_0x175e92._0x157619,0x609)],_0x584c3f[_0x317591(0x5c7,_0x175e92._0x249c33,0x635,0x531)]=_0x25bb7d[_0x3392b8(-0x126,-0x10c,-0x10e,-_0x175e92._0x11d1e6)],_0x499e9d[_0x317591(0x761,0x5d6,0x685,_0x175e92._0x1c7401)](-0x1*0x1483+0xa63+0xbb3)[_0x317591(0x790,0x646,0x6cb,0x610)](_0x584c3f);}else{const _0x267cdf=await _0x199fd3[_0x3392b8(_0x175e92._0x527509,0xad,-0x8f,0xf8)](_0x355d4c,_0x25bb7d['VaqAq']);_0x158ca7=JSON[_0x3392b8(-_0x175e92._0x52e820,-_0x175e92._0x6bafd4,_0x175e92._0x5f4305,-0x5)](_0x267cdf),_0x41fbe2=_0x355d4c,!_0x158ca7[_0x317591(_0x175e92._0xc8b048,0x455,0x559,0x44d)]&&(_0x158ca7['skills']=[]),_0x39a4c0=_0x158ca7[_0x317591(_0x175e92._0x133d5b,0x446,_0x175e92._0x5698a8,0x55b)];}}catch{const _0x24b938=_0x593d90[_0x317591(_0x175e92._0x277c72,0x6c2,_0x175e92._0x3d52d1,0x6c5)](setupPath,_0x25bb7d[_0x317591(_0x175e92._0x38e868,_0x175e92._0x3e6513,0x5f7,_0x175e92._0x2ef067)]),_0x13e9e1=await _0x199fd3[_0x317591(0x625,0x6b5,0x65d,_0x175e92._0xe7cf0f)](_0x24b938,_0x25bb7d[_0x317591(0x54a,0x4ce,0x505,_0x175e92._0x261f97)]);_0x158ca7=JSON[_0x3392b8(-0x2a,0xf6,-0x22,-_0x175e92._0x2394d4)](_0x13e9e1),_0x41fbe2=_0x24b938;if(_0x158ca7['environmen'+'ts']&&_0x158ca7[_0x3392b8(-_0x175e92._0x154687,-0x62,-_0x175e92._0x124d99,-0xd9)+'ts'][_0x33fcb4]){if(_0x25bb7d[_0x317591(0x468,0x4e1,0x565,_0x175e92._0x3d17e9)](_0x25bb7d[_0x317591(0x50f,_0x175e92._0x44243a,_0x175e92._0x499e83,0x5d1)],_0x25bb7d[_0x3392b8(-0x17,_0x175e92._0x5c2e78,-0x36,-0xe2)]))!_0x158ca7[_0x317591(_0x175e92._0x1e0948,0x66a,_0x175e92._0x576e33,_0x175e92._0x5aaa59)+'ts'][_0x33fcb4][_0x3392b8(-_0x175e92._0x13117a,-0x173,-_0x175e92._0x2ae993,-_0x175e92._0x2f17df)]&&(_0x158ca7[_0x317591(0x4a8,_0x175e92._0x315698,0x569,_0x175e92._0x12b469)+'ts'][_0x33fcb4][_0x317591(_0x175e92._0x8a02bc,_0x175e92._0x43b82d,_0x175e92._0x1f6623,_0x175e92._0x5c6b83)]=[]),_0x39a4c0=_0x158ca7[_0x3392b8(-_0x175e92._0x41c4ab,-0xc9,-_0x175e92._0x58d151,-0x40)+'ts'][_0x33fcb4][_0x3392b8(-_0x175e92._0x13117a,-_0x175e92._0x3506c9,-0x19b,_0x175e92._0x3ae9aa)];else{const _0x4ffec8={};return _0x4ffec8['error']=_0x25bb7d['mDyVm'],_0x4ffec8[_0x3392b8(_0x175e92._0x93b1e7,-0x61,0x72,-0x47)]=_0x317591(_0x175e92._0x55242a,0x6ed,0x614,_0x175e92._0x38bb7b)+_0x3392b8(_0x175e92._0x1f58fd,-0x66,0x66,_0x175e92._0x35fdee)+_0x317591(_0x175e92._0x2a394f,_0x175e92._0x1030d7,_0x175e92._0x10f3c8,0x66d)+'st\x20be\x20a\x20st'+_0x317591(0x5b5,0x5d1,_0x175e92._0x241bc7,0x726),_0x4af725[_0x3392b8(_0x175e92._0x2e8414,0x194,0x176,0x147)](0x12e7+0x1304+0xe3*-0x29)[_0x317591(0x722,0x60f,0x6cb,_0x175e92._0x5de0b7)](_0x4ffec8);}}}if(_0x39a4c0&&!_0x39a4c0['includes'](_0x2f908a)){_0x39a4c0[_0x3392b8(-_0x175e92._0x211620,-0x56,-0xb1,-0xa4)](_0x2f908a),await _0x199fd3[_0x317591(0x4c7,_0x175e92._0x1261e9,0x59e,_0x175e92._0x5cb0f6)](_0x41fbe2,JSON[_0x317591(_0x175e92._0x4a9541,0x70f,_0x175e92._0x382576,0x6c2)](_0x158ca7,null,0x189a+-0x17d8*-0x1+-0x3070),_0x25bb7d[_0x3392b8(-_0x175e92._0x24381d,-_0x175e92._0x291ac9,-0x10b,-0xa3)]);const _0x31acb9={};_0x31acb9[_0x317591(_0x175e92._0x254c5d,_0x175e92._0xef3b07,0x6bb,0x71f)]=_0x2f908a,_0x31acb9['environmen'+'t']=_0x33fcb4,_0x31acb9[_0x3392b8(_0x175e92._0x1c2a70,-_0x175e92._0x53eb52,-_0x175e92._0x97e492,_0x175e92._0x3409d2)]=_0x41fbe2,logger[_0x3392b8(-_0x175e92._0xe04ee3,_0x175e92._0x58d151,-_0x175e92._0x3c6878,-_0x175e92._0x512cef)](_0x25bb7d[_0x317591(_0x175e92._0x400efa,0x687,_0x175e92._0x5581f4,_0x175e92._0x512c0c)],_0x31acb9);}}catch(_0x48d16d){if(_0x25bb7d['FPwhL'](_0x317591(_0x175e92._0x8a02bc,0x49b,0x4e4,_0x175e92._0x153f76),_0x317591(_0x175e92._0x56ea3b,0x6ea,_0x175e92._0x49453d,_0x175e92._0x25a524))){const _0x1bae0e={};_0x1bae0e['skillId']=_0x2f908a,_0x1bae0e[_0x3392b8(-0xaa,_0x175e92._0x1d2d41,-_0x175e92._0x28bfca,-_0x175e92._0x5213ef)+'t']=_0x33fcb4,_0x1bae0e[_0x3392b8(-_0x175e92._0x28d218,-_0x175e92._0x32a929,_0x175e92._0x117dc9,-0x13c)]=_0x48d16d['message'],logger['warn'](_0x25bb7d[_0x317591(0x699,_0x175e92._0x45c423,0x5e2,0x55b)],_0x1bae0e);}else{const _0x4ae633={};_0x4ae633[_0x3392b8(_0x175e92._0x31bb8e,-0x18,_0x175e92._0x4699e9,-_0x175e92._0x946a2d)]=_0x5e9942,_0x4ae633[_0x3392b8(-_0x175e92._0x30ab15,_0x175e92._0xc694d9,-_0x175e92._0x1aea64,0x82)]=_0x25cd19['message'],_0x994ac4['warn'](_0x25bb7d[_0x317591(0x5e0,0x6d9,_0x175e92._0x4e24c8,_0x175e92._0x4fec28)],_0x4ae633);}}}const _0x53cedf={};_0x53cedf[_0x3392b8(-0xfe,_0x175e92._0x14558d,-0x166,-_0x175e92._0x15bb1c)]=_0x139263['taskId'],_0x53cedf[_0x3392b8(0xa8,-0x24,_0x175e92._0x226578,-_0x175e92._0x1d2d41)]=_0x2f908a,_0x53cedf[_0x3392b8(-_0x175e92._0x154687,-_0x175e92._0x130cc4,-0x19c,-0x18c)+'t']=_0x33fcb4,_0x53cedf[_0x317591(0x743,_0x175e92._0x6363e6,_0x175e92._0xab7566,0x738)]=_0x8f7004['id'],_0x53cedf[_0x3392b8(_0x175e92._0x17f31c,_0x175e92._0x498284,-0xc6,0xd2)]=_0x372780,logger[_0x317591(0x5cc,_0x175e92._0x41d7a6,0x5b7,0x5c2)](_0x25bb7d[_0x317591(0x67c,0x483,_0x175e92._0x1613c0,_0x175e92._0x1b6962)],_0x53cedf);const _0x1b5422={};_0x1b5422[_0x3392b8(-_0x175e92._0x14decd,-0x11a,-0x12b,-_0x175e92._0x5a78e0)]=!![],_0x1b5422['id']=_0x2f908a,_0x1b5422[_0x317591(_0x175e92._0x3bf550,0x4b5,_0x175e92._0x41a2a2,0x4f2)+'t']=_0x33fcb4,_0x1b5422['createdAt']=_0x357ad0,_0x1b5422[_0x317591(_0x175e92._0x42c33e,_0x175e92._0x30a752,0x6f9,0x73e)+_0x317591(_0x175e92._0x438c81,0x54c,_0x175e92._0x45a644,0x541)]=_0x139263[_0x3392b8(-_0x175e92._0x29a0cd,-0x1fb,-_0x175e92._0x3b8793,-_0x175e92._0x4d60fe)],_0x1b5422[_0x3392b8(-_0x175e92._0x53803f,-_0x175e92._0x159baa,-0x105,-_0x175e92._0x4fb962)+'serId']=_0x8f7004['id'],_0x1b5422[_0x3392b8(0x51,-0xbe,_0x175e92._0x2e472e,_0x175e92._0x3e98c0)]=_0x372780,_0x3d548b[_0x317591(_0x175e92._0x401657,_0x175e92._0x333640,_0x175e92._0x551e70,_0x175e92._0xe2b8aa)](0x253+-0x2*-0x6bb+0x100*-0xf)[_0x317591(0x5b6,_0x175e92._0x5c4f00,_0x175e92._0x4e309a,_0x175e92._0x5c6285)](_0x1b5422);}catch(_0xaf95d3){if(_0x25bb7d[_0x317591(0x507,0x5a2,0x4e6,_0x175e92._0x41e425)](_0x25bb7d[_0x3392b8(-0x144,-0x203,-_0x175e92._0x174aed,-_0x175e92._0x2f4b47)],_0x25bb7d[_0x3392b8(-_0x175e92._0x4f86ac,-0x5e,-0x1e3,-0x110)])){const _0xa65697={};_0xa65697['taskId']=_0x331756[_0x3392b8(-_0x175e92._0x29a0cd,-_0x175e92._0x4a43f4,0x28,-0x193)],_0xa65697['skillId']=_0x474d78,_0x456f3a['warn'](_0x25bb7d['CDIzV'],_0xa65697);const _0x35c5a2={};return _0x35c5a2[_0x3392b8(-_0x175e92._0x46930c,-_0x175e92._0x3db393,0x3a,0x90)]='Forbidden',_0x35c5a2[_0x317591(_0x175e92._0x4a3039,_0x175e92._0x4d73f3,0x635,_0x175e92._0xc990a5)]=_0x25bb7d[_0x317591(0x723,0x726,_0x175e92._0x2c8b4e,0x7a3)],_0x51ebe9[_0x317591(0x635,0x7a9,_0x175e92._0x551e70,0x705)](-0x1*0x24c3+0x96f+0x97*0x31)[_0x317591(_0x175e92._0x41c24f,_0x175e92._0x5799d3,0x6cb,_0x175e92._0x13fab6)](_0x35c5a2);}else{const _0x1c3666={};_0x1c3666[_0x3392b8(-0xfe,-_0x175e92._0x170718,_0x175e92._0x29c025,-_0x175e92._0x4cf63c)]=_0x139263['taskId'],_0x1c3666[_0x317591(0x695,0x5f9,0x6bb,0x792)]=_0x2f908a,_0x1c3666[_0x317591(0x679,0x61f,0x592,0x5c8)]=_0xaf95d3[_0x3392b8(_0x175e92._0x4f8515,0x40,0xf4,_0x175e92._0x51de20)],logger['error'](_0x3392b8(-_0x175e92._0x543756,-0x1e9,0x3b,-0x2a)+_0x3392b8(-_0x175e92._0x97e492,-_0x175e92._0x1dbb74,-_0x175e92._0x38447b,-_0x175e92._0x29880a)+'ll',_0x1c3666);try{if(_0x25bb7d[_0x3392b8(-0x69,-0x10,-_0x175e92._0x5f1ea1,-0x132)](_0x25bb7d[_0x3392b8(0xc3,0x29,_0x175e92._0x2867cf,_0x175e92._0x4b258b)],_0x25bb7d['khaBX'])){const _0x5db273={};_0x5db273[_0x317591(_0x175e92._0x2434b1,0x503,0x515,0x52a)]=_0x1eadce,_0x5db273[_0x317591(0x6f4,0x79d,0x6b3,_0x175e92._0x4bdd79)]=_0x5479e7['id'],_0x5db273['username']=_0x1c3958[_0x317591(_0x175e92._0x12bf24,_0x175e92._0x523f81,_0x175e92._0x43e518,_0x175e92._0x1c8619)],_0x4ae69d[_0x317591(_0x175e92._0x229b6c,0x7c3,_0x175e92._0x701297,_0x175e92._0xa89f1)](_0x25bb7d[_0x3392b8(-0x18,_0x175e92._0x55e4d6,-0x55,-_0x175e92._0x383d14)],_0x5db273);const _0x4d3002={};return _0x4d3002['error']=_0x25bb7d[_0x3392b8(_0x175e92._0x1374a1,-_0x175e92._0x42c8df,-0x8e,-_0x175e92._0x353fc1)],_0x4d3002[_0x3392b8(0x22,-0xc0,_0x175e92._0x5c25fc,-0x8d)]=_0x25bb7d[_0x317591(0x649,0x70d,_0x175e92._0x2af670,0x4dc)],_0x3a8fc8[_0x3392b8(_0x175e92._0x2e8414,-0x71,-0x5,0x16e)](0x25*0x6b+0x1*0x1f7d+-0x2d61*0x1)[_0x3392b8(_0x175e92._0x48bf68,0x11e,0xb8,-0x47)](_0x4d3002);}else{const _0x170516={};_0x170516[_0x317591(_0x175e92._0x55c7e5,_0x175e92._0x55e5ae,_0x175e92._0x17672d,_0x175e92._0x26c26b)]=!![],_0x170516['force']=!![],await _0x199fd3['rm'](_0x4652ed,_0x170516);}}catch{}const _0x195ce2={};_0x195ce2[_0x317591(0x5c6,0x58a,0x592,0x670)]=_0x25bb7d['JZBGm'],_0x195ce2[_0x3392b8(_0x175e92._0x51dced,-_0x175e92._0x56d755,_0x175e92._0x2e574e,-_0x175e92._0x1f4028)]=_0x25bb7d[_0x3392b8(-_0x175e92._0x4b258b,-_0x175e92._0x49a528,-_0x175e92._0x281c4a,-0x19)],_0x3d548b[_0x317591(0x617,_0x175e92._0x209d54,_0x175e92._0x42cf1e,_0x175e92._0x47e6a4)](-0x8*-0x283+-0x9*0xa+-0x11ca)[_0x3392b8(_0x175e92._0x226ff3,0xca,0xa2,0x104)](_0x195ce2);}}}),router[_0x506a52(0x5a8,0x68a,0x688,0x5f8)]('/skills/:s'+_0x917071(0x336,0x291,0x270,0x3df),requireTaskAuth,validateSkillAccess,async(_0x2cacdb,_0x1117ec)=>{const _0x3636a2={_0x5cf266:0x83,_0x3a81d6:0xb8,_0x23560d:0x532,_0x509d01:0x4f0,_0x46324b:0x563,_0x587903:0x5ab,_0x16d27b:0x400,_0x56af45:0x357,_0x3cc39f:0xba,_0x1590ee:0x88,_0x112e58:0x7b,_0xd123fd:0x56c,_0x48df75:0x64d,_0x226d0d:0x16d,_0x5f0e28:0x103,_0x16b8ef:0x25b,_0x253c61:0x177,_0x15133b:0x147,_0x5809af:0x391,_0x5efa77:0x1c,_0x40b43d:0x119,_0x40ac1e:0x107,_0x4ff30f:0xbf,_0x529c5d:0x4fb,_0x520467:0x5bd,_0x11b561:0x42e,_0xb899c7:0x3f9,_0xa294f3:0x3df,_0xaa2cc9:0x2fa,_0x23326b:0x6,_0x55d5a4:0x30,_0x2112ff:0x17,_0x4d7d4f:0x524,_0x38dbe9:0x411,_0x57e852:0x3a8,_0x111873:0x4b9,_0x20bc7e:0x4b7,_0x3cfa1f:0x4ce,_0x5f4319:0x33,_0x228ee2:0x115,_0x3fcb0c:0x58b,_0x52544a:0x586,_0x22661e:0x4eb,_0x12e157:0x5a7,_0x517b6f:0x574,_0x2ba667:0x527,_0x34d2e3:0x47,_0x7233b9:0xe1,_0x242489:0x54,_0x1d20fc:0xee,_0x41a319:0x137,_0xc6e0dc:0x28,_0x2697ca:0x74,_0x47cd70:0x8c,_0x5391ab:0xc2,_0x269776:0x9c,_0x53f675:0x14f,_0x1bd59c:0x182,_0x5bc5a5:0x1ab,_0x17f97f:0x39,_0x2db97e:0xda,_0x3af670:0xa0,_0x4b5797:0x484,_0x21fc34:0x3c5,_0x57ea06:0x44f,_0x3a2ae2:0x546,_0x19f01f:0x6ab,_0x353706:0x41,_0x1aa99e:0x35,_0x50db54:0x61b,_0x41cffc:0x65d,_0xbe17a4:0x56,_0x371021:0xdb,_0x9dae68:0x56,_0x497140:0x145,_0x58f68a:0xe9,_0x12fb1e:0x41f,_0x241243:0x31a,_0x1b09cc:0x4b8,_0x3b38b8:0x403,_0xb9c1b5:0x2f3,_0x236de2:0x5a,_0x2b625f:0x4b7,_0x2fcba1:0x401,_0x10efdd:0x459,_0x2ede24:0x56,_0x3c2810:0x3d,_0x18f7ab:0xc4,_0x1ec3b8:0xe1,_0x19fcad:0x21,_0xc913c8:0x5c,_0x56a32e:0x81,_0x583388:0x11,_0x76ff9e:0x31,_0x1d4610:0x3ee,_0x3d0523:0x3f1,_0x56cfb9:0x543,_0x41e377:0x5a1,_0x5542b4:0x47d,_0x14cfc2:0x512,_0x4471f3:0x4e3,_0x282601:0x58,_0x58246c:0x4d,_0x4cf964:0xcb,_0xf712dd:0x61,_0x225152:0x9e,_0x3bfa9d:0x412,_0x46f72a:0x6,_0x209c4d:0x1d,_0xc41300:0x41,_0x22897c:0xb0,_0x17d5a9:0x188,_0x35e722:0x567,_0x249293:0x52b,_0xa70466:0x12b,_0x2aee63:0x1c1,_0x5d6af4:0x10e,_0x255bcc:0x5c4,_0x27309e:0x514,_0x5f548f:0x54c,_0x3cf532:0x162,_0x198658:0x23,_0x243b2c:0x6d,_0x1bbf69:0x438,_0x27d897:0x4a8,_0x23b32c:0x4c0,_0x52ec55:0x52e,_0x31a0a4:0x5b8,_0x39380b:0x5d8,_0x3f0e25:0x14d,_0x272204:0x651,_0xecb413:0x68d,_0x83d024:0x3e2,_0x1f3818:0x469,_0x550665:0x509,_0x240e81:0x324,_0x415654:0x5a,_0x484319:0xb0,_0x108577:0x63,_0x1f53bc:0x59b,_0xc32251:0x679,_0x58bcf3:0x4e5,_0x298498:0x4f6,_0x229334:0x23,_0x4a5b1b:0xa8,_0x1cf255:0x141,_0x3f5940:0xf5,_0x1e399a:0x502,_0x1bafc5:0x599,_0x35cb78:0x450,_0x27aa09:0xa9,_0x4b37e3:0xe,_0x54a67d:0x598,_0x32bcd7:0x6ac},_0x4d6a40={_0x3e62cd:0x3e},_0x59ced6={_0x6d46b8:0x178,_0x29b4ad:0x154},_0x52b74b={'HyXDF':_0x3b065c(0xa4,-0x3f,-0x8,-_0x3636a2._0x5cf266)+_0x3b065c(-0x9,_0x3636a2._0x3a81d6,-0x71,0xb7)+_0x20691f(0x55c,_0x3636a2._0x23560d,_0x3636a2._0x509d01,_0x3636a2._0x46324b)+_0x20691f(0x483,_0x3636a2._0x587903,0x51e,0x4b9)+')','wWVuA':_0x20691f(_0x3636a2._0x16d27b,_0x3636a2._0x56af45,0x440,0x4bb),'eweRo':function(_0x14b5e0,_0x44dac8){return _0x14b5e0===_0x44dac8;},'opuhX':_0x3b065c(-_0x3636a2._0x3cc39f,-0xb1,-_0x3636a2._0x1590ee,-_0x3636a2._0x112e58),'IdqSX':_0x20691f(_0x3636a2._0xd123fd,0x63d,0x45f,_0x3636a2._0x48df75),'ExkuB':function(_0x55b2d6,_0x3c3e6e){return _0x55b2d6(_0x3c3e6e);},'ncfgx':_0x3b065c(_0x3636a2._0x226d0d,0x5c,_0x3636a2._0x5f0e28,0x5a),'BZzvN':_0x3b065c(0x17d,0x1de,0x262,_0x3636a2._0x16b8ef),'fctpZ':'BZUCM','EmIyA':_0x3b065c(-0x7d,-_0x3636a2._0x253c61,-_0x3636a2._0x15133b,-0x34),'dLYws':_0x20691f(0x4a7,_0x3636a2._0x5809af,0x502,0x530),'SYFtO':_0x3b065c(_0x3636a2._0x5efa77,0x74,_0x3636a2._0x40b43d,0x54),'gWMtH':'allowed-to'+_0x3b065c(_0x3636a2._0x40ac1e,0x1e5,0x3a,_0x3636a2._0x4ff30f),'ctZtt':'argument-h'+'int','eCbGm':function(_0x39ca26,_0x2c3bbd){return _0x39ca26===_0x2c3bbd;},'ovVGR':'ENOENT','iKMLm':_0x20691f(_0x3636a2._0x529c5d,_0x3636a2._0x520467,0x41b,_0x3636a2._0x11b561),'lJUHd':'Failed\x20to\x20'+_0x20691f(_0x3636a2._0xb899c7,0x4d2,_0x3636a2._0xa294f3,_0x3636a2._0xaa2cc9)},{callingTask:_0x3db9bb,skillId:_0x1ba20a,skillPath:_0x28c175,environmentName:_0x929528}=_0x2cacdb,_0x6e59d={};function _0x20691f(_0x483f31,_0x181937,_0x25d464,_0x22725b){return _0x506a52(_0x483f31-0x3d,_0x483f31- -_0x59ced6._0x6d46b8,_0x25d464,_0x22725b-_0x59ced6._0x29b4ad);}_0x6e59d['taskId']=_0x3db9bb['taskId'];function _0x3b065c(_0x1102b3,_0x7a6364,_0x4a4786,_0x24ae07){return _0x917071(_0x1102b3- -0x2b6,_0x7a6364-0x172,_0x4a4786-_0x4d6a40._0x3e62cd,_0x24ae07);}_0x6e59d['skillId']=_0x1ba20a,_0x6e59d[_0x3b065c(-_0x3636a2._0x23326b,-0xb7,-0x77,0x7d)+'t']=_0x929528,logger[_0x3b065c(0x48,_0x3636a2._0x55d5a4,_0x3636a2._0x2112ff,0xdc)](_0x20691f(0x405,_0x3636a2._0x4d7d4f,_0x3636a2._0x38dbe9,0x31c)+_0x20691f(_0x3636a2._0x57e852,_0x3636a2._0x111873,_0x3636a2._0x20bc7e,_0x3636a2._0x3cfa1f)+_0x3b065c(-0x74,-0xa7,_0x3636a2._0x5f4319,-_0x3636a2._0x228ee2),_0x6e59d);const _0x1783e3=_0x593d90[_0x20691f(_0x3636a2._0x3fcb0c,0x514,0x670,0x5d9)](_0x28c175,_0x52b74b[_0x20691f(_0x3636a2._0x52544a,0x4cb,_0x3636a2._0x22661e,0x579)]);try{if(_0x52b74b[_0x20691f(_0x3636a2._0x12e157,0x4f7,_0x3636a2._0x517b6f,_0x3636a2._0x2ba667)](_0x52b74b['opuhX'],_0x52b74b[_0x3b065c(0x25,-_0x3636a2._0x34d2e3,-_0x3636a2._0x7233b9,_0x3636a2._0x242489)])){const _0x288e2b=await _0x199fd3[_0x3b065c(_0x3636a2._0x1d20fc,0x7b,0x13,_0x3636a2._0x41a319)](_0x1783e3,_0x52b74b['IdqSX']),{frontmatter:_0x36447f,body:_0x4e36cd}=_0x52b74b[_0x3b065c(-_0x3636a2._0xc6e0dc,-_0x3636a2._0x2697ca,-_0x3636a2._0x47cd70,-_0x3636a2._0x5391ab)](parseSkillMd,_0x288e2b),_0x379759=[];try{const _0x1d55ab={};_0x1d55ab[_0x3b065c(-0x90,-_0x3636a2._0x269776,-0x6f,0x30)+_0x3b065c(0x5e,_0x3636a2._0x53f675,0xf5,0x112)]=!![];const _0x465dd9=await _0x199fd3[_0x3b065c(0x174,0x243,0x247,0x246)](_0x28c175,_0x1d55ab);for(const _0x13064e of _0x465dd9){if(_0x52b74b[_0x3b065c(_0x3636a2._0x1bd59c,0x12f,0x23c,_0x3636a2._0x5bc5a5)]===_0x52b74b['BZzvN']){_0x2edfdf['skills'][_0x3b065c(-_0x3636a2._0x17f97f,-_0x3636a2._0x2db97e,_0x3636a2._0x3af670,-0x41)](_0x3e2e4c),_0x4378bf=!![];const _0x4e417a={};_0x4e417a['skillId']=_0x4b05da,_0x4e417a['environmen'+'t']=_0x5857ce,_0x48863f[_0x20691f(_0x3636a2._0x4b5797,0x4e4,_0x3636a2._0x21fc34,_0x3636a2._0x57ea06)](_0x52b74b[_0x20691f(0x551,0x49d,0x49a,_0x3636a2._0x3a2ae2)],_0x4e417a);}else{if(_0x52b74b[_0x20691f(_0x3636a2._0x12e157,0x4b8,_0x3636a2._0x19f01f,0x4f9)](_0x13064e[_0x3b065c(-0x56,_0x3636a2._0x353706,-_0x3636a2._0x1aa99e,-0xa7)],_0x52b74b[_0x20691f(0x586,_0x3636a2._0x50db54,_0x3636a2._0x41cffc,0x474)]))continue;if(_0x13064e['isFile']()){if(_0x52b74b['eweRo'](_0x52b74b['fctpZ'],_0x52b74b['EmIyA']))return;else{const _0x2d288f={};_0x2d288f[_0x3b065c(-_0x3636a2._0xbe17a4,-_0x3636a2._0x371021,0x90,-0x47)]=_0x13064e[_0x3b065c(-_0x3636a2._0x9dae68,0xd,-_0x3636a2._0x497140,-0xb6)],_0x2d288f[_0x3b065c(0xda,0xe6,0x105,_0x3636a2._0x58f68a)]=_0x52b74b[_0x20691f(_0x3636a2._0x12fb1e,0x530,_0x3636a2._0x241243,_0x3636a2._0x1b09cc)],_0x379759[_0x20691f(_0x3636a2._0x3b38b8,0x3f4,_0x3636a2._0xb9c1b5,0x317)](_0x2d288f);}}else{if(_0x13064e['isDirector'+'y']()){const _0x2c1a68={};_0x2c1a68[_0x3b065c(-0x56,_0x3636a2._0x236de2,0x9e,-_0x3636a2._0x40b43d)]=_0x13064e[_0x20691f(0x3e6,0x3da,0x3fe,_0x3636a2._0x2b625f)],_0x2c1a68['type']=_0x52b74b['SYFtO'],_0x379759[_0x20691f(_0x3636a2._0x3b38b8,_0x3636a2._0x2fcba1,_0x3636a2._0x10efdd,0x436)](_0x2c1a68);}}}}}catch{}const _0x9bd9d6={};_0x9bd9d6['id']=_0x1ba20a,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x2ede24,-_0x3636a2._0x3c2810,-_0x3636a2._0x18f7ab,-_0x3636a2._0x1ec3b8)]=_0x36447f['name']||_0x1ba20a,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x19fcad,_0x3636a2._0xc913c8,-_0x3636a2._0x56a32e,-0xe)+'n']=_0x36447f['descriptio'+'n']||'',_0x9bd9d6[_0x3b065c(0xc3,_0x3636a2._0x583388,-_0x3636a2._0x76ff9e,0xc1)]=_0x4e36cd,_0x9bd9d6[_0x20691f(_0x3636a2._0x1d4610,0x4df,_0x3636a2._0x3d0523,0x392)+_0x20691f(_0x3636a2._0x56cfb9,_0x3636a2._0x41e377,0x597,0x5c8)]=_0x36447f[_0x52b74b[_0x20691f(0x40c,_0x3636a2._0x5542b4,_0x3636a2._0x14cfc2,_0x3636a2._0x4471f3)]]||[],_0x9bd9d6[_0x3b065c(-0x2d,-0x53,-_0x3636a2._0x282601,-0x108)]=_0x36447f['model']||null,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x58246c,_0x3636a2._0x4cf964,-_0x3636a2._0xf712dd,_0x3636a2._0x225152)+_0x20691f(0x504,0x544,_0x3636a2._0x3bfa9d,0x550)]=_0x36447f[_0x52b74b['ctZtt']]||null,_0x9bd9d6['files']=_0x379759,_0x9bd9d6[_0x3b065c(-_0x3636a2._0x46f72a,-0xa6,_0x3636a2._0x209c4d,-0x112)+'t']=_0x929528,_0x1117ec['json'](_0x9bd9d6);}else _0x2ce543['argument-h'+_0x3b065c(0xc8,0x40,0x39,-_0x3636a2._0xc41300)]=_0x4bb2ba;}catch(_0x2b8893){if(_0x52b74b[_0x3b065c(0x188,_0x3636a2._0x22897c,0x18f,_0x3636a2._0x17d5a9)](_0x20691f(_0x3636a2._0x35e722,_0x3636a2._0x249293,0x4b7,0x4b3),_0x3b065c(_0x3636a2._0xa70466,0x20c,_0x3636a2._0x2aee63,_0x3636a2._0x5d6af4))){if(_0x52b74b[_0x20691f(_0x3636a2._0x255bcc,_0x3636a2._0x20bc7e,_0x3636a2._0x27309e,0x59c)](_0x2b8893[_0x20691f(0x45b,0x443,_0x3636a2._0x5f548f,0x490)],_0x52b74b[_0x3b065c(_0x3636a2._0x3cf532,0x10d,0x27d,0x225)])){const _0x425103={};return _0x425103[_0x3b065c(_0x3636a2._0x198658,-0xe1,0xbe,_0x3636a2._0x243b2c)]=_0x52b74b[_0x20691f(0x43a,_0x3636a2._0x1bbf69,_0x3636a2._0x27d897,_0x3636a2._0x23b32c)],_0x425103[_0x20691f(0x502,_0x3636a2._0x52ec55,_0x3636a2._0x31a0a4,_0x3636a2._0x39380b)]=_0x20691f(0x38c,0x2d1,0x496,0x332)+_0x1ba20a+(_0x3b065c(0x89,_0x3636a2._0x3f0e25,0x72,0x10)+'d'),_0x1117ec['status'](0x46c*-0x4+-0x5*0x484+0x8*0x53b)[_0x20691f(0x598,_0x3636a2._0x272204,_0x3636a2._0xecb413,0x4b8)](_0x425103);}const _0x294ebc={};_0x294ebc[_0x20691f(_0x3636a2._0x83d024,_0x3636a2._0x1f3818,_0x3636a2._0x550665,_0x3636a2._0x240e81)]=_0x3db9bb[_0x3b065c(-_0x3636a2._0x415654,_0x3636a2._0x484319,-0xa6,_0x3636a2._0x108577)],_0x294ebc[_0x20691f(0x588,_0x3636a2._0x1f53bc,0x4d5,_0x3636a2._0xc32251)]=_0x1ba20a,_0x294ebc[_0x20691f(0x45f,0x476,0x51b,0x477)]=_0x2b8893['message'],logger['error'](_0x52b74b[_0x20691f(_0x3636a2._0x58bcf3,0x484,_0x3636a2._0x298498,0x47b)],_0x294ebc);const _0x225ece={};_0x225ece[_0x3b065c(_0x3636a2._0x229334,0x69,-0x71,_0x3636a2._0x4a5b1b)]=_0x3b065c(0x164,0x148,_0x3636a2._0x1cf255,_0x3636a2._0x3f5940)+'erver\x20Erro'+'r',_0x225ece[_0x20691f(_0x3636a2._0x1e399a,_0x3636a2._0x1bafc5,0x471,_0x3636a2._0x35cb78)]=_0x52b74b[_0x3b065c(_0x3636a2._0x27aa09,-_0x3636a2._0x4b37e3,0xe0,0x1a1)],_0x1117ec['status'](-0x1bf+0x1*-0x1479+0x182c)[_0x20691f(_0x3636a2._0x54a67d,_0x3636a2._0x32bcd7,0x4c0,0x690)](_0x225ece);}else _0x3dd305['skills']=_0x37eb2b,_0x15e9df=!![];}}),router[_0x506a52(0x46e,0x52f,0x4c7,0x5d2)](_0x506a52(0x6d2,0x6b5,0x6e1,0x616)+_0x506a52(0x638,0x634,0x5ff,0x5a3),requireTaskAuth,validateSkillAccess,async(_0x305e1f,_0x20e074)=>{const _0x110870={_0x34d6b5:0x29c,_0x944bcb:0x364,_0x289ea1:0x257,_0x5dc55f:0x301,_0x514015:0x495,_0x1ff8fd:0x62f,_0x51a38b:0x4d3,_0x41b698:0x5cf,_0x3857f4:0x443,_0x365d5c:0x369,_0x6cb39d:0x389,_0x1387a9:0x3d7,_0x35ad83:0x4a5,_0x546bf7:0x599,_0x1dc2b4:0x6af,_0x33c711:0x65d,_0x2fd656:0x31b,_0x1f2fa7:0x3c5,_0xe221b4:0x2f8,_0x3ed6ba:0x5dd,_0x5eef63:0x5c8,_0x4cc8ac:0x65c,_0x5787b5:0x445,_0x3a710d:0x478,_0x210967:0x3c6,_0x30cd0d:0x460,_0xfad84d:0x5e9,_0x17149f:0x626,_0x10e7dc:0x5e6,_0x21d6f4:0x4c4,_0x3d500a:0x5f5,_0x17eb7f:0x4d4,_0x2a5d53:0x543,_0x29a920:0x5b3,_0xba69a3:0x4c7,_0x2af723:0x489,_0x102b8e:0x6aa,_0x1ca983:0x619,_0x340d79:0x537,_0x4c2709:0x4e7,_0x5e5771:0x381,_0x52571d:0x380,_0x3b261a:0x3cb,_0x2d776a:0x4d9,_0x427dfc:0x43a,_0x45eb68:0x60a,_0x5014e9:0x5fc,_0xd985ef:0x601,_0x316b37:0x3ea,_0x47b51c:0x36e,_0x4d3dca:0x2fd,_0x334abc:0x413,_0x2cf65c:0x4c3,_0x5c2e41:0x50d,_0x4edd75:0x514,_0x56dacd:0x5b8,_0x3caa50:0x5df,_0x53520d:0x5f9,_0x69b62d:0x59b,_0x26cbab:0x6a8,_0xca78b8:0x74a,_0x4fddc7:0x69e,_0x3508f5:0x632,_0x3e5cbe:0x5fa,_0x1c97ec:0x4c8,_0x55c9d9:0x566,_0x4658b8:0x484,_0x5abd75:0x49d,_0x428b47:0x518,_0x2af0b4:0x522,_0x58d565:0x50f,_0x5f0d5e:0x5b8,_0xb355f7:0x4db,_0x29efa0:0x5f0,_0x480a35:0x5ea,_0x34de16:0x30a,_0x951d63:0x532,_0x248552:0x78d,_0x102c2b:0x686,_0x73f7af:0x46a,_0x103afb:0x59d,_0x3df9eb:0x42b,_0x3a409b:0x512,_0x57e3eb:0x56d,_0x1d7f7e:0x507,_0x45ef84:0x584,_0x81630e:0x56f,_0x4394d9:0x3a4,_0x4c05b7:0x43d,_0x4d5418:0x41d,_0x232144:0x317,_0x1db85b:0x4fe,_0x6f3126:0x2fa,_0x2fa66f:0x58d,_0x48a84f:0x47a,_0x307214:0x59c,_0x40644b:0x72f,_0x31c8e6:0x5bc,_0x4888e0:0x50a,_0x50e5d0:0x600,_0x60239f:0x5d2,_0x1f57ee:0x3cf,_0x2b9e23:0x4c1,_0x28c9d3:0x4be,_0xb80f70:0x4f5,_0x40f881:0x47a,_0x2a8d7d:0x4e3,_0x310ba9:0x4e4,_0x28e22a:0x3e6,_0x2e2d1f:0x414,_0x5a1d02:0x456,_0x29438a:0x442,_0x32b97b:0x4cf,_0x35d012:0x5c2,_0x3170ba:0x5c4,_0x5e1a02:0x4b3,_0x2fb39b:0x4c4,_0x3bed95:0x4a4,_0x2cc3dd:0x4b4,_0x57ab23:0x47f,_0x3c71f4:0x473,_0xef796e:0x39c,_0x3744ee:0x431,_0x2c0cfa:0x4c6,_0xe1444c:0x4ba,_0x1d734a:0x56c,_0x337e24:0x545,_0x2c7bbb:0x346,_0x3f25c3:0x56f,_0x4c42fa:0x495,_0x17acf0:0x4e3,_0x1d8986:0x3ba,_0x4fc2dc:0x4b5,_0x12bb02:0x607,_0x3e4713:0x5ca,_0x271eeb:0x32d,_0x5e35d8:0x3fd,_0x3ef089:0x671,_0x411989:0x639,_0x56bf0c:0x54b,_0x48a112:0x4d6,_0x39c108:0x46a,_0x4c8357:0x4b8,_0x49426b:0x40d,_0x50ed67:0x4d2,_0x4e7348:0x452,_0x38eff5:0x3cc,_0x12ef7a:0x4a8,_0x113225:0x610,_0x4e8d05:0x5d6,_0x4a5bd2:0x4c9,_0x2658ef:0x409,_0x1e11d9:0x45f,_0x2c63ba:0x3a3,_0x41368f:0x3ad,_0x2677ab:0x45b,_0x52996b:0x497,_0x14a5f7:0x5cc,_0x4db9fe:0x4a0,_0x1420f2:0x508,_0x2a7ab1:0x435,_0x282f58:0x3ec,_0x15e665:0x54f,_0x9de9ad:0x5c2,_0x428f34:0x4fb,_0x286004:0x3a1,_0x526fa2:0x3b9,_0x158ef1:0x547,_0x2abaae:0x59f,_0x18fa29:0x546,_0x3643c7:0x3e9,_0x7b6f38:0x464,_0x33590b:0x4dc,_0x3b9901:0x4f2,_0x1c2d00:0x562,_0xb28705:0x568,_0x58eaac:0x55b,_0x50294e:0x53c,_0x561061:0x623,_0x27c682:0x712,_0x3931cf:0x588,_0x3ec277:0x56b},_0x11bdb5={_0x2a46db:0x1a1};function _0x501430(_0x4c92c9,_0x2ce8a5,_0x1d996e,_0x33235d){return _0x917071(_0x1d996e-0x24c,_0x2ce8a5-0xb,_0x1d996e-0x123,_0x4c92c9);}const _0x584f01={'gBOLO':'1.0.0','Mcxmt':function(_0x5bffcb,_0x5a0c1f){return _0x5bffcb===_0x5a0c1f;},'GmcCM':function(_0x160461,_0xcb2035){return _0x160461===_0xcb2035;},'YXCrE':function(_0x32bf79,_0x3e2241){return _0x32bf79===_0x3e2241;},'XqqJv':function(_0x130957,_0x2ddc05){return _0x130957===_0x2ddc05;},'zRYnY':function(_0x36dea9,_0x45eb75){return _0x36dea9===_0x45eb75;},'lJzPs':'At\x20least\x20o'+_0x59e914(_0x110870._0x34d6b5,0x34e,_0x110870._0x944bcb,_0x110870._0x289ea1)+_0x59e914(0x45f,_0x110870._0x5dc55f,0x3fe,_0x110870._0x514015)+_0x501430(_0x110870._0x1ff8fd,_0x110870._0x51a38b,0x585,_0x110870._0x41b698),'lXCGz':_0x59e914(0x44b,0x560,0x4c7,0x483)+_0x59e914(0x459,_0x110870._0x3857f4,_0x110870._0x365d5c,0x3c8),'RaUBC':function(_0x5f4237,_0x32fd39){return _0x5f4237!==_0x32fd39;},'TRFQR':function(_0x876ee3,_0x39b827){return _0x876ee3!==_0x39b827;},'zZrPm':function(_0x1ba022,_0x18cb64){return _0x1ba022!==_0x18cb64;},'pSJnl':_0x59e914(_0x110870._0x6cb39d,0x3f2,_0x110870._0x1387a9,_0x110870._0x35ad83),'qLspo':_0x501430(_0x110870._0x546bf7,_0x110870._0x1dc2b4,0x632,_0x110870._0x33c711),'WVUve':function(_0x3efe79,_0x20b235){return _0x3efe79!==_0x20b235;},'MqSLm':_0x501430(0x568,0x447,0x4f1,0x460),'aBZBw':_0x501430(0x5f9,0x4fa,0x4e4,0x4b8),'FsdhR':function(_0x2ecf16,_0x117fae){return _0x2ecf16(_0x117fae);},'hdKOT':function(_0x152aa4,_0x1d13f5){return _0x152aa4!==_0x1d13f5;},'GNDyk':function(_0x23eda7,_0x175d45){return _0x23eda7>_0x175d45;},'pNSyt':_0x59e914(0x38b,_0x110870._0x2fd656,_0x110870._0x1f2fa7,_0x110870._0xe221b4)+_0x501430(_0x110870._0x3ed6ba,_0x110870._0x5eef63,0x609,_0x110870._0x4cc8ac),'XQvnl':function(_0x24a9f6,_0x26fdc3){return _0x24a9f6!==_0x26fdc3;},'SMYZP':_0x59e914(_0x110870._0x5787b5,0x3ff,0x4a4,_0x110870._0x3a710d),'AAgBL':_0x59e914(0x2e4,0x43b,_0x110870._0x210967,_0x110870._0x30cd0d)+'int','fixgP':'Ryzmd','vKmkW':'Skill\x20upda'+_0x501430(_0x110870._0xfad84d,0x4fb,0x5ad,0x5e3)+'k','KeFMZ':_0x501430(_0x110870._0x17149f,0x613,0x666,_0x110870._0x10e7dc)+_0x501430(0x524,_0x110870._0x21d6f4,0x5b4,0x49b)+'r','edGIJ':_0x501430(0x458,_0x110870._0x3d500a,_0x110870._0x17eb7f,_0x110870._0x2a5d53)+_0x501430(0x43b,_0x110870._0x29a920,_0x110870._0xba69a3,_0x110870._0x2af723)+'ll'},{callingTask:_0x4d7a7b,taskUser:_0x1df817,skillId:_0x931eea,skillPath:_0x38ef11,environmentName:_0x56b31d}=_0x305e1f;function _0x59e914(_0x2943de,_0x1183ac,_0x52aebd,_0x340e40){return _0x506a52(_0x2943de-0x5b,_0x52aebd- -_0x11bdb5._0x2a46db,_0x340e40,_0x340e40-0x184);}const {name:_0x41529f,description:_0x14433e,body:_0x5f1aaf,'allowed-tools':_0x3cb68b,model:_0x590365,'argument-hint':_0x4b6fa9}=_0x305e1f[_0x501430(0x595,_0x110870._0x102b8e,0x5c5,_0x110870._0x1ca983)];if(_0x584f01['Mcxmt'](_0x41529f,undefined)&&_0x584f01[_0x59e914(0x540,0x38e,0x4ae,0x5b8)](_0x14433e,undefined)&&_0x5f1aaf===undefined&&_0x584f01['YXCrE'](_0x3cb68b,undefined)&&_0x584f01['XqqJv'](_0x590365,undefined)&&_0x584f01[_0x59e914(_0x110870._0x340d79,_0x110870._0x4c2709,0x4fb,0x4c2)](_0x4b6fa9,undefined)){const _0x3a068b={};return _0x3a068b[_0x59e914(0x371,_0x110870._0x5e5771,0x436,_0x110870._0x52571d)]='Bad\x20Reques'+'t',_0x3a068b[_0x59e914(0x3da,_0x110870._0x3b261a,_0x110870._0x2d776a,_0x110870._0x427dfc)]=_0x584f01['lJzPs'],_0x20e074['status'](-0x1*0xabb+0x1*0x49d+-0x1*-0x7ae)['json'](_0x3a068b);}logger[_0x501430(_0x110870._0x45eb68,0x491,0x54a,0x64b)](_0x584f01[_0x501430(_0x110870._0x5014e9,0x524,_0x110870._0xd985ef,0x5af)],{'taskId':_0x4d7a7b[_0x59e914(_0x110870._0x316b37,_0x110870._0x47b51c,0x3b9,_0x110870._0x4d3dca)],'skillId':_0x931eea,'environment':_0x56b31d,'userId':_0x1df817['id'],'fields':{'name':_0x584f01[_0x501430(_0x110870._0x334abc,_0x110870._0x2cf65c,_0x110870._0x5c2e41,0x60b)](_0x41529f,undefined),'description':_0x14433e!==undefined,'body':_0x5f1aaf!==undefined,'allowedTools':_0x584f01[_0x501430(_0x110870._0x4edd75,0x669,_0x110870._0x56dacd,_0x110870._0x3caa50)](_0x3cb68b,undefined),'model':_0x584f01[_0x501430(0x58d,_0x110870._0x53520d,_0x110870._0x5c2e41,_0x110870._0x69b62d)](_0x590365,undefined),'argumentHint':_0x584f01['zZrPm'](_0x4b6fa9,undefined)}});const _0x10c2d3=_0x593d90['join'](_0x38ef11,_0x584f01[_0x501430(_0x110870._0x26cbab,_0x110870._0xca78b8,0x652,_0x110870._0x4fddc7)]),_0x5bfae0=new Date()['toISOStrin'+'g']();try{let _0x2b35b2='';try{_0x2b35b2=await _0x199fd3[_0x501430(_0x110870._0x3508f5,0x64a,0x5f0,_0x110870._0x3e5cbe)](_0x10c2d3,_0x584f01[_0x59e914(0x568,_0x110870._0x1c97ec,_0x110870._0x55c9d9,_0x110870._0x4658b8)]);}catch(_0x4214ed){if(_0x584f01['WVUve'](_0x584f01[_0x501430(0x644,0x64c,0x607,0x51b)],_0x584f01[_0x59e914(0x429,_0x110870._0x5abd75,_0x110870._0x428b47,0x56b)]))_0x237398[_0x501430(0x574,0x40b,0x4b5,_0x110870._0x2af0b4)+_0x59e914(_0x110870._0x58d565,_0x110870._0x5f0d5e,_0x110870._0xb355f7,0x5cd)]=_0x504bbb;else{if(_0x584f01[_0x501430(0x5b7,_0x110870._0x29efa0,_0x110870._0x480a35,0x711)](_0x4214ed[_0x59e914(_0x110870._0x34de16,_0x110870._0x951d63,0x432,0x338)],_0x584f01[_0x501430(_0x110870._0x248552,0x58e,_0x110870._0x102c2b,0x6ef)])){const _0x43de94={};return _0x43de94['error']='Not\x20Found',_0x43de94[_0x59e914(_0x110870._0x73f7af,_0x110870._0x103afb,0x4d9,0x5e4)]='Skill\x20\x27'+_0x931eea+(_0x59e914(_0x110870._0x3857f4,_0x110870._0x3df9eb,0x49c,_0x110870._0x3a409b)+'d'),_0x20e074[_0x59e914(_0x110870._0x57e3eb,0x5db,0x529,0x5a2)](0x187c+-0x1a83+0x39b)[_0x59e914(_0x110870._0x1d7f7e,_0x110870._0x45ef84,_0x110870._0x81630e,_0x110870._0x1d7f7e)](_0x43de94);}throw _0x4214ed;}}const _0x2ce59d=_0x584f01['FsdhR'](parseSkillMd,_0x2b35b2),_0x28d336={'name':_0x41529f!==undefined?_0x41529f:_0x2ce59d['frontmatte'+'r'][_0x59e914(0x4a1,_0x110870._0x4394d9,0x3bd,_0x110870._0x4c05b7)]||_0x931eea,'description':_0x584f01['hdKOT'](_0x14433e,undefined)?_0x14433e:_0x2ce59d[_0x59e914(_0x110870._0x4d5418,_0x110870._0x232144,0x38b,0x484)+'r'][_0x59e914(_0x110870._0x1db85b,_0x110870._0x6f3126,0x3f2,0x32a)+'n']||''},_0x315311=_0x3cb68b!==undefined?_0x3cb68b:_0x2ce59d[_0x501430(_0x110870._0x2fa66f,0x59a,_0x110870._0x48a84f,_0x110870._0x307214)+'r']['allowed-to'+_0x501430(0x54c,_0x110870._0x40644b,0x609,0x651)];_0x315311&&_0x584f01[_0x59e914(0x581,_0x110870._0x31c8e6,_0x110870._0x4888e0,0x5d7)](_0x315311[_0x501430(_0x110870._0x50e5d0,0x659,_0x110870._0x60239f,0x691)],0x17d*0xa+0xcd0+0x58a*-0x5)&&(_0x28d336[_0x584f01['pNSyt']]=_0x315311);const _0x49bc58=_0x584f01[_0x501430(0x461,_0x110870._0x1f57ee,_0x110870._0x2b9e23,_0x110870._0x28c9d3)](_0x590365,undefined)?_0x590365:_0x2ce59d[_0x501430(0x39f,_0x110870._0xb80f70,_0x110870._0x40f881,_0x110870._0x2a8d7d)+'r'][_0x59e914(0x3c8,_0x110870._0x310ba9,_0x110870._0x28e22a,0x424)];_0x49bc58&&(_0x584f01[_0x501430(0x4ab,_0x110870._0x2e2d1f,0x50d,_0x110870._0x5a1d02)](_0x584f01[_0x59e914(_0x110870._0x29438a,_0x110870._0x32b97b,0x4b3,0x500)],_0x584f01[_0x59e914(_0x110870._0x35d012,_0x110870._0x3170ba,_0x110870._0x5e1a02,0x3ab)])?(_0x1d663e=_0x30e345[_0x59e914(_0x110870._0x2fb39b,_0x110870._0x3bed95,0x3d9,0x3be)],_0x2f4b93=_0x38bbeb[_0x59e914(0x4df,0x49b,_0x110870._0x2cc3dd,0x3a7)],_0x219edf=_0x281a35[_0x501430(0x368,0x42f,_0x110870._0x57ab23,_0x110870._0x3c71f4)+'g']):_0x28d336[_0x59e914(_0x110870._0xef796e,0x34f,_0x110870._0x28e22a,_0x110870._0x316b37)]=_0x49bc58);const _0x4949fd=_0x4b6fa9!==undefined?_0x4b6fa9:_0x2ce59d[_0x59e914(0x302,_0x110870._0x3744ee,0x38b,0x482)+'r'][_0x584f01[_0x59e914(_0x110870._0x2c0cfa,_0x110870._0xe1444c,_0x110870._0x1d734a,_0x110870._0x337e24)]];if(_0x4949fd){if(_0x584f01[_0x59e914(_0x110870._0x2c7bbb,0x32d,0x43f,0x36f)](_0x584f01['fixgP'],_0x584f01[_0x501430(0x3c4,_0x110870._0x3f25c3,_0x110870._0x4c42fa,_0x110870._0x17acf0)]))_0x28d336[_0x501430(_0x110870._0x5abd75,_0x110870._0x1d8986,_0x110870._0x4fc2dc,0x53b)+_0x501430(0x5d7,_0x110870._0x12bb02,_0x110870._0x3e4713,0x4f9)]=_0x4949fd;else{const _0x3a7a20={};return _0x3a7a20[_0x59e914(0x3ff,0x356,0x379,0x36f)]=_0x584f01['gBOLO'],_0x3a7a20[_0x59e914(_0x110870._0x271eeb,0x321,_0x110870._0x5e35d8,0x515)]={},_0x3a7a20;}}const _0x3fef97=_0x584f01[_0x501430(_0x110870._0x3ef089,0x49a,0x58c,_0x110870._0x411989)](_0x5f1aaf,undefined)?_0x5f1aaf:_0x2ce59d[_0x59e914(_0x110870._0x56bf0c,0x3f9,_0x110870._0x48a112,0x51f)],_0x275e4e=serializeSkillMd(_0x28d336,_0x3fef97);await _0x199fd3[_0x501430(0x651,_0x110870._0x39c108,0x531,_0x110870._0x4c8357)](_0x10c2d3,_0x275e4e,'utf-8');const _0x4b1fc9={};_0x4b1fc9[_0x501430(_0x110870._0x49426b,_0x110870._0x50ed67,0x4a8,0x4d8)]=_0x4d7a7b[_0x501430(_0x110870._0x4e7348,_0x110870._0x38eff5,_0x110870._0x12ef7a,0x525)],_0x4b1fc9[_0x59e914(_0x110870._0x113225,_0x110870._0x4e8d05,0x55f,0x678)]=_0x931eea,_0x4b1fc9[_0x59e914(_0x110870._0x4a5bd2,_0x110870._0x2658ef,0x40d,_0x110870._0x1e11d9)+'t']=_0x56b31d,_0x4b1fc9['userId']=_0x1df817['id'],logger[_0x59e914(_0x110870._0x2c63ba,_0x110870._0x41368f,_0x110870._0x2677ab,_0x110870._0x52996b)](_0x584f01['vKmkW'],_0x4b1fc9);const _0x47e4cc={};_0x47e4cc['success']=!![],_0x47e4cc['id']=_0x931eea,_0x47e4cc[_0x501430(0x50e,0x54f,0x4fc,_0x110870._0x14a5f7)+'t']=_0x56b31d,_0x47e4cc[_0x501430(0x4e8,0x522,_0x110870._0x4db9fe,_0x110870._0x1420f2)]=_0x5bfae0,_0x47e4cc['updatedByT'+'askId']=_0x4d7a7b[_0x59e914(_0x110870._0x2a7ab1,_0x110870._0x4fc2dc,0x3b9,_0x110870._0x282f58)],_0x47e4cc[_0x501430(0x55f,0x5d4,_0x110870._0x15e665,_0x110870._0x45eb68)+_0x501430(0x4fa,_0x110870._0x9de9ad,_0x110870._0x428f34,_0x110870._0xfad84d)]=_0x1df817['id'],_0x20e074['json'](_0x47e4cc);}catch(_0x111cd0){const _0x419357={};_0x419357[_0x501430(0x453,0x5a2,0x4a8,0x584)]=_0x4d7a7b[_0x59e914(0x462,_0x110870._0x286004,_0x110870._0x526fa2,0x2de)],_0x419357[_0x59e914(0x65f,_0x110870._0x158ef1,0x55f,0x45e)]=_0x931eea,_0x419357['error']=_0x111cd0[_0x501430(_0x110870._0x2abaae,0x5c4,_0x110870._0x5eef63,_0x110870._0x18fa29)],logger['error'](_0x501430(0x4a3,_0x110870._0x3643c7,0x4d4,_0x110870._0x7b6f38)+_0x501430(_0x110870._0x33590b,0x40d,0x4c7,_0x110870._0x3b9901)+'ll',_0x419357);const _0x59e311={};_0x59e311[_0x501430(_0x110870._0x1c2d00,0x489,0x525,_0x110870._0x53520d)]=_0x584f01[_0x501430(0x47b,0x5cc,0x4ad,_0x110870._0xb28705)],_0x59e311[_0x501430(_0x110870._0x58eaac,_0x110870._0x50294e,0x5c8,0x61a)]=_0x584f01[_0x501430(_0x110870._0x561061,_0x110870._0x27c682,0x625,_0x110870._0x3931cf)],_0x20e074[_0x59e914(0x5e3,_0x110870._0x3ec277,0x529,0x45a)](0xfcf+0x17b1+-0x963*0x4)['json'](_0x59e311);}}),router[_0x506a52(0x5f1,0x681,0x71f,0x710)](_0x506a52(0x77c,0x6b5,0x71c,0x655)+'killId',requireTaskAuth,validateSkillAccess,async(_0x580fda,_0x24a562)=>{const _0x4602fa={_0x42a5b0:0x2b1,_0x38059c:0x1fa,_0x400501:0x33f,_0x5ec8ff:0x4d0,_0x3350a0:0x4bf,_0x1c1356:0x447,_0x4a5406:0x496,_0x5b11a2:0x56f,_0x4367ed:0x312,_0x16a635:0x2fb,_0x53b931:0x2c1,_0x2a30ab:0x2fa,_0x317dd3:0x358,_0x4460e5:0x27e,_0x237375:0x3f7,_0x3ba0c2:0x2d8,_0x20e26a:0x439,_0x50587d:0x310,_0x112ee0:0x221,_0x2da5b9:0x5eb,_0x3654d1:0x4e2,_0x4ca11e:0x281,_0x3e3fc5:0x3a0,_0x52fae6:0x21a,_0x4ff53:0x182,_0xb166a3:0x1e0,_0x4d2473:0x2f5,_0x28848f:0x22a,_0x562fe4:0x3d1,_0x596dd6:0x40b,_0x482bbb:0x46e,_0xd52e4e:0x46b,_0xd72943:0x455,_0x13e924:0x45b,_0x2fd0c9:0x40c,_0x13d1ac:0x40c,_0x411007:0x3c6,_0x50a900:0x415,_0x2395d6:0x39e,_0x18fbea:0x418,_0x259d7d:0x37d,_0x4b51fe:0x343,_0x521571:0x366,_0x117d50:0x3b7,_0x163c76:0x3a6,_0x5c1df5:0x362,_0x184a82:0x36b,_0x56ffe5:0x338,_0x28bfd0:0x286,_0x2cb05d:0x38f,_0x14d25c:0x4a7,_0x5ec246:0x298,_0x78e018:0x367,_0x2a39e3:0x337,_0x4c2d01:0x5ce,_0x3a5dd3:0x483,_0x5e145e:0x47c,_0x105c2a:0x489,_0x1bf60b:0x37e,_0x59576d:0x288,_0x2b8d20:0x32f,_0x8609f7:0x268,_0x7b8115:0x34f,_0x873328:0x3bf,_0x36b2ba:0x403,_0x3ac677:0x449,_0x154311:0x354,_0x3d0d33:0x357,_0x5b0e0a:0x289,_0xafb1df:0x3a2,_0x3c2dd5:0x330,_0x300145:0x359,_0xdef16c:0x523,_0x470a2b:0x5b7,_0x5653bc:0x343,_0x364691:0x2c2,_0x3ea142:0x1c1,_0x3b49e0:0x18f,_0x69ad97:0x2bc,_0x487965:0x426,_0x9d7a7e:0x3fd,_0x40d64d:0x4a1,_0x4a38fc:0x4b2,_0x5e1fd7:0x3c1,_0x2c08c0:0x3c3,_0x3f01de:0x42c,_0x440caf:0x57d,_0x27c92c:0x4e4,_0x3724ad:0x5b4,_0x3de58b:0x32d,_0x1e454a:0x2ad,_0x54765a:0x457,_0x51487e:0x486,_0x294168:0x3c7,_0x109801:0x335,_0x4abc7f:0x373,_0x1122ed:0x50d,_0x1044b4:0x3dd,_0x139a5b:0x31e,_0x190ae4:0x453,_0xfb467b:0x375,_0x1781e6:0x45d,_0x51ee11:0x4a3,_0x4c3ab4:0x19c,_0x38b908:0x231,_0x4b7a39:0x598,_0x3f646b:0x4eb,_0x1c9705:0x41b,_0x5b2534:0x42f,_0x46ea19:0x42b,_0x925a69:0x373,_0x55ddbc:0x3c5,_0x5d2d0f:0x4e0,_0x14c499:0x25c,_0x428483:0x2a2,_0x571999:0x336,_0x3455d9:0x482,_0x3bad0c:0x3f8,_0x45b7c3:0x456,_0x75e718:0x4de,_0xf99e5f:0x459,_0x48a700:0x4f0,_0x36dc13:0x180,_0x385cfb:0x557,_0xd0be69:0x39c,_0x503e1e:0x454,_0x265524:0x438,_0x19eeb0:0x448,_0x4d1139:0x393,_0x279fa3:0x271,_0x4f7dd6:0x220,_0x3c4f60:0x30f,_0x5993e8:0x275,_0x3cf8e3:0x3d2,_0x263d53:0x2bf,_0x1184a3:0x3b5,_0x193def:0x302,_0x409045:0x355,_0x3b5b98:0x448,_0x48d30a:0x4d8,_0x3620ac:0x419,_0x31c773:0x431,_0x4bdaf9:0x26c,_0x597ddc:0x3f9,_0x29ca5d:0x428,_0x45c05e:0x393,_0x44f82b:0x2fe,_0x4ae09c:0x32b,_0x280eec:0x2df,_0x5c12b2:0x328,_0x11555e:0x472,_0x16f538:0x591,_0x28af3a:0x3a5,_0x1a82a6:0x32d,_0x5a816b:0x3e2,_0x218f5c:0x473,_0x4fcfb5:0x4f0,_0x2dab87:0x26f,_0x4294b5:0x37c,_0x1dd8e0:0x41a,_0x57029c:0x48a,_0x21888c:0x3f2,_0x193a3a:0x47e,_0x474597:0x3d9,_0x342363:0x4ae,_0x4cc995:0x3ab,_0x363ae4:0x374,_0x9e2a08:0x327,_0x335ac5:0x452,_0x3bd11a:0x3ef,_0xc03834:0x3c8,_0xc61324:0x34e,_0x42a249:0x55b,_0x4e234f:0x448,_0x387659:0x44f,_0x1e5703:0x434,_0x3f89f9:0x282,_0x50e08b:0x35c,_0x4ee3a5:0x210,_0x20ebf5:0x2a7,_0xe2e544:0x1e6,_0x539316:0x3e9,_0x4f8587:0x2f6,_0x5af166:0x234,_0x4515a6:0x22d,_0x4e4387:0x521,_0x17ba3d:0x4f5,_0x59a9b1:0x3cb,_0x54f5ad:0x4d6,_0x1d76dd:0x215,_0x41da67:0x1b6,_0x4ba73c:0x226,_0x1c7b94:0x4ec,_0x54e0bd:0x42b,_0x509b38:0x503,_0x18ed87:0x32a,_0x1a9a58:0x448,_0x4ef025:0x2fb,_0xf6decd:0x314,_0x241b38:0x2ac,_0x560a9c:0x487,_0x3ef9be:0x536,_0x2166d4:0x3e8,_0x5401a2:0x1fe,_0x5bcf35:0x441,_0xc31500:0x333,_0x5ad2d9:0x349,_0x4031ec:0x33e,_0x108b21:0x3d0,_0x17d679:0x4d9,_0x3e7018:0x2f9,_0x3a7d3a:0x429,_0x35a0ed:0x300,_0x3d2113:0x436,_0xd27575:0x402,_0x358321:0x27b,_0x3570d7:0x32c,_0x1bf40a:0x23e,_0x2849ec:0x289,_0x114a84:0x2ba,_0x41b26f:0x481,_0x4b5c61:0x4a3,_0x3037b5:0x3d3,_0x3c5bcf:0x2e4,_0x20adb3:0x5e7,_0x4bb110:0x2d9,_0x15c0de:0x313,_0x53418b:0x1e4,_0x1b4bd7:0x24f,_0x466e1a:0x3d2,_0x2d2b9c:0x56e,_0x1ecac8:0x470,_0x4bbcaa:0x450,_0x31ded9:0x359,_0x51ec14:0x2c9,_0x260729:0x3db,_0x5f42b7:0x4bc,_0x4458e9:0x2cc,_0x2760da:0x411,_0x4006bc:0x36c,_0x4ef829:0x2df,_0x400abd:0x37a,_0x44b540:0x505,_0x4df9ba:0x47c,_0x103de8:0x2d9,_0x4cbc22:0x2c9,_0x34aaed:0x248,_0x17a3b3:0x36d,_0x2fb358:0x4c5,_0x3e4829:0x355,_0x49cb89:0x3b0,_0x56bc62:0x57b,_0x83a1e6:0x4d1,_0xaf8ade:0x4c6,_0xf73ae:0x51d,_0x35e2e8:0x4cd,_0x389ca6:0x33c,_0xbb5724:0x2f5,_0x1e2b04:0x49e,_0x400a80:0x40f,_0x5ab67e:0x30b,_0x4b364b:0x3b8,_0x284e04:0x1e3,_0x51fccd:0x355,_0x4183d4:0x342,_0x3a1756:0x1de,_0x5d026f:0x309,_0x316513:0x51e,_0x2219f6:0x36a,_0x430833:0x3dd,_0x271dfc:0x452,_0x1476fd:0x404,_0x553cfd:0x466,_0x577dd9:0x2a9,_0x87e60f:0x307,_0x122b1d:0x2c2,_0x236cdf:0x401,_0x1f290c:0x432,_0xbf9e70:0x4a6,_0x4beddf:0x39a,_0x4ffe8c:0x20f,_0x272241:0x328,_0xcc5827:0x285,_0x1f6220:0x3cc,_0x568a39:0x58f,_0x1da1f6:0x41f,_0x1600ae:0x4f0,_0x3da68a:0x276,_0x189f0d:0x3b9,_0x437e78:0x392,_0x483aa6:0x448,_0x316df8:0x52f,_0x2d6403:0x4cf,_0x258bc2:0x445,_0x5f5039:0x401,_0x4236a9:0x52c,_0x186830:0x448,_0x427449:0x54b,_0x38fdf2:0x3b9,_0x76e4cd:0x3f4,_0x374ec9:0x2d7,_0x590222:0x3de,_0x27e257:0x34a,_0x48799d:0x502,_0x24eb6c:0x41e,_0x5ae9c0:0x4aa,_0x5c7902:0x453,_0x5daf3a:0x40a,_0x1a257c:0x48a,_0x5e5b6e:0x330,_0x5dfd97:0x342,_0x22ec8f:0x379,_0x5b140b:0x1b1,_0x5b6391:0x17c,_0x4646cd:0x287,_0x51c38f:0x226,_0x109f22:0x35c,_0x2daf30:0x2cd,_0x1aa6c8:0x31f,_0x21de94:0x44b,_0x2c41da:0x52a,_0x2b60c9:0x242,_0x284084:0x38b,_0x494e12:0x3f0,_0x3100b1:0x335,_0x49bcba:0x4e6,_0x174226:0x542,_0x3e36f6:0x2a8,_0x3d7fdc:0x1ef,_0x45bec4:0x1c9,_0x20b2a7:0x479,_0x4ecfbc:0x439,_0x467e02:0x3ba,_0x4e5887:0x33c,_0x44d20d:0x2e7,_0x4af10b:0x381,_0x33894d:0x563,_0x2207c4:0x4fb,_0x1b066d:0x3b1,_0x2bd155:0x3b1,_0x3dd3ad:0x479,_0x5416e1:0x48f,_0x168cc8:0x33f,_0x3bd42d:0x37c,_0x3a0450:0x29c,_0x18e981:0x3c5,_0x1592c9:0x48d,_0x472ebe:0x5d0,_0x164230:0x592,_0x26e261:0x1c0,_0x1fce64:0x1eb,_0x1a859b:0x34c,_0x416696:0x296,_0x4b7d56:0x231,_0x15ce40:0x3b3,_0x583af7:0x360,_0x2e0098:0x30a,_0x27aee7:0x190,_0x22d2fe:0x371,_0x6dcc19:0x339,_0x749e60:0x4bc,_0x9cd8c3:0x394,_0x49d2d7:0x506,_0x277bbf:0x1bf,_0x8d0f1a:0x247,_0x44eaed:0x356,_0x2eb83e:0x321,_0x14e309:0x22c,_0x14b40b:0x25a,_0x1b4fec:0x27a,_0x4d1ac8:0x345,_0x43e1bc:0x2df,_0x263048:0x1fa,_0x656212:0x4df,_0x227837:0x42b,_0x1b326c:0x51e,_0xa0c661:0x1c4,_0x38a906:0x237,_0x5a828b:0x4c6,_0x36f64b:0x3e6,_0x321c01:0x436,_0x343c36:0x3a4,_0x49e251:0x42d,_0x5d0a13:0x2cc,_0x47c921:0x566,_0x5af5c9:0x2f2,_0x16dba2:0x3f8,_0x3c2149:0x319,_0x44e8d6:0x518,_0x59178b:0x2d9,_0x4253f9:0x491,_0x3c63e9:0x3ca,_0x1f362e:0x540,_0x115825:0x408,_0x5b095b:0x353,_0x53fafe:0x3e3,_0x5a931f:0x32a,_0x32ce9b:0x459,_0x21cfb8:0x4a1,_0x48329c:0x2b6,_0x393b5c:0x29d,_0x4b48be:0x365,_0x453028:0x3b9,_0x466528:0x44c,_0x2cf747:0x3c1,_0xff2b62:0x2e9,_0x4bb1b9:0x3d3,_0x423f24:0x516,_0x498763:0x432,_0x9588d2:0x3e4,_0x56c8c6:0x3ba,_0x51c246:0x3f5,_0x258b11:0x3e7,_0x450345:0x50a,_0x20985d:0x42e,_0x19f5f:0x308,_0x99815a:0x234,_0x465cbf:0x4a6,_0x50e397:0x3a5,_0x94930c:0x527,_0x2b7283:0x44d,_0xc5f951:0x566,_0x13b658:0x214,_0x85cfae:0x303,_0x49598e:0x2ca,_0x343e15:0x3ed,_0x4143c6:0x535,_0x27a181:0x414,_0x48d447:0x4e9,_0x382cd2:0x410,_0x480137:0x43f,_0x22fa3d:0x54d,_0xf5ce7d:0x29e,_0x30e63a:0x324,_0x1b4290:0x23f,_0x2676ac:0x1d7,_0x4726a1:0x3dc,_0x4d6dda:0x3a6,_0xec5609:0x1e7,_0x17172a:0x2d9,_0x518265:0x4a0,_0x4b8528:0x306,_0x146ebd:0x491,_0x512cd4:0x423,_0x5b0afa:0x502,_0x10fd52:0x555,_0x605f02:0x3e1,_0x1aa3b:0x448,_0x4cbaf5:0x3e3,_0x4879fa:0x364,_0x4185e9:0x301,_0x1f25b9:0x28f,_0x4dcfe3:0x21f,_0x3a21ba:0x425,_0x30c4fe:0x3e9,_0x427883:0x217,_0x5ae13f:0x272,_0x1f63d8:0x3b0,_0x44ffe9:0x471,_0x107477:0x352,_0xef9bcb:0x3c8,_0x3526de:0x4ff,_0x119476:0x27e,_0x2005a7:0x380,_0x441293:0x21c,_0x3ede5c:0x4fc,_0x42b1b6:0x472,_0x2abfeb:0x487,_0x5a2710:0x285,_0x480963:0x4ce,_0x144337:0x4bb,_0x2d112b:0x423,_0x2aafb2:0x498,_0x2d3ad7:0x406,_0x2ccc23:0x4d6,_0x209e63:0x241,_0x212996:0x2b0,_0x5adf69:0x388,_0x216139:0x396,_0x31570f:0x4eb,_0x11189c:0x400,_0x598031:0x348,_0x44b85c:0x419,_0x4e9f7c:0x351,_0x43fb1f:0x37e,_0x33ca28:0x32a,_0x47afdf:0x2f0,_0x403bb7:0x31c,_0x4b419e:0x3ef,_0x1f3ee1:0x348,_0x1ee2dd:0x1da,_0x1a9d2d:0x250,_0x23b157:0x47b,_0x3d869e:0x3fe,_0x490306:0x302,_0x283646:0x3e6,_0x3eccdd:0x360,_0x2cd580:0x1db,_0x57e442:0x284,_0x2d4b0f:0x31d,_0xcc7e1c:0x315,_0x2cb420:0x2b9},_0x738ba0={_0x1cf59d:0x63,_0x3cab32:0x232,_0x16683f:0x1b2},_0x4b44d6={_0x261c78:0xd0},_0x222568={'VvQGu':function(_0x18261e,_0x46eaf0){return _0x18261e!==_0x46eaf0;},'CjwXw':'ENOENT','sQsnk':_0x8781a(0x2a2,_0x4602fa._0x42a5b0,_0x4602fa._0x38059c,0x1b7)+_0x581428(0x32e,0x3f5,0x2a9,_0x4602fa._0x400501),'OmmFg':_0x581428(_0x4602fa._0x5ec8ff,_0x4602fa._0x3350a0,0x379,_0x4602fa._0x1c1356)+_0x8781a(_0x4602fa._0x4a5406,0x460,_0x4602fa._0x5b11a2,0x339),'EngsX':_0x8781a(_0x4602fa._0x4367ed,_0x4602fa._0x16a635,_0x4602fa._0x53b931,_0x4602fa._0x2a30ab),'DYOoP':_0x8781a(_0x4602fa._0x317dd3,0x2c9,_0x4602fa._0x4460e5,0x24d),'GlbNS':_0x8781a(0x45e,_0x4602fa._0x237375,_0x4602fa._0x3ba0c2,_0x4602fa._0x20e26a)+'skills.jso'+'n','cUpMf':'Failed\x20to\x20'+_0x8781a(0x3ba,_0x4602fa._0x50587d,0x3a5,_0x4602fa._0x112ee0)+'orted\x20regi'+'stry\x20durin'+_0x581428(_0x4602fa._0x2da5b9,0x4d2,0x429,_0x4602fa._0x3654d1)+_0x8781a(0x28a,_0x4602fa._0x4ca11e,_0x4602fa._0x3e3fc5,0x30d),'cecwi':_0x8781a(_0x4602fa._0x52fae6,0x293,_0x4602fa._0x4ff53,_0x4602fa._0xb166a3)+'ted\x20by\x20tas'+_0x8781a(0x2dd,0x33a,0x277,0x3a6)+_0x8781a(0x38f,_0x4602fa._0x4d2473,_0x4602fa._0x28848f,_0x4602fa._0x562fe4)+_0x8781a(_0x4602fa._0x596dd6,_0x4602fa._0x482bbb,0x42e,0x3bf),'kXqPt':_0x8781a(_0x4602fa._0xd52e4e,0x3e1,0x2d2,0x478)+'t','ZZKbB':'Skill\x20mana'+_0x8781a(0x2bd,0x3bb,_0x4602fa._0xd72943,0x49b)+_0x581428(0x398,0x511,0x56e,0x4c0)+'tialized','pwKsj':_0x8781a(_0x4602fa._0x13e924,0x443,_0x4602fa._0x2fd0c9,0x52e)+_0x581428(_0x4602fa._0x13d1ac,0x327,_0x4602fa._0x411007,0x434)+'r','epHbU':_0x8781a(0x311,_0x4602fa._0x50a900,_0x4602fa._0x2395d6,0x345)+_0x581428(0x477,0x427,_0x4602fa._0x18fbea,0x3e4)+'zed','rsnAY':'delete','iYkxN':function(_0x46ed6f,_0x425ed5){return _0x46ed6f===_0x425ed5;},'zugCF':_0x581428(0x237,_0x4602fa._0x259d7d,0x371,_0x4602fa._0x4b51fe),'MmjJy':function(_0x29c63e,_0x3bf5aa){return _0x29c63e===_0x3bf5aa;},'LyKIM':_0x8781a(_0x4602fa._0x521571,_0x4602fa._0x117d50,0x452,0x35d),'pnpAv':function(_0x4ab597,_0x5f4a07){return _0x4ab597===_0x5f4a07;},'coDTL':_0x581428(_0x4602fa._0x163c76,_0x4602fa._0x5c1df5,0x2c3,0x2c6),'PviqV':_0x8781a(_0x4602fa._0x184a82,_0x4602fa._0x56ffe5,_0x4602fa._0x28bfd0,_0x4602fa._0x13d1ac)+'be\x20either\x20'+_0x8781a(0x4c3,_0x4602fa._0x1c1356,0x50d,_0x4602fa._0x2cb05d)+'r\x20\x22unassig'+'n\x22','yPnXm':function(_0x5efcba,_0xd61a1b){return _0x5efcba===_0xd61a1b;},'nYgZp':_0x581428(_0x4602fa._0x14d25c,_0x4602fa._0x5ec246,_0x4602fa._0x78e018,0x381),'AsluB':'NGiuJ','qjKFp':_0x581428(0x301,0x389,0x322,_0x4602fa._0x2a39e3),'xPMZQ':_0x581428(_0x4602fa._0x4c2d01,0x4dc,0x3f7,0x4b2),'FartI':function(_0x17544c,_0x1a2d97){return _0x17544c!==_0x1a2d97;},'SYXHG':function(_0x15b7d3,_0x3dedf8){return _0x15b7d3!==_0x3dedf8;},'gjczy':_0x581428(0x483,0x518,_0x4602fa._0x3a5dd3,_0x4602fa._0x5e145e),'BmWGF':function(_0x543d71,_0x2a1300){return _0x543d71===_0x2a1300;},'jKaZe':_0x8781a(_0x4602fa._0x105c2a,_0x4602fa._0x1bf60b,_0x4602fa._0x59576d,_0x4602fa._0x2b8d20),'XzcFP':'coder.json','rIkCA':function(_0x2d3115,_0x1da731){return _0x2d3115===_0x1da731;},'TIWUY':'cTNAT','vmZpL':_0x581428(0x25b,0x232,0x312,0x332),'RjgAc':_0x8781a(0x340,_0x4602fa._0x8609f7,0x1ca,0x1c8),'zQpcY':function(_0x25229a,_0x293b35){return _0x25229a===_0x293b35;},'hKrEm':_0x581428(_0x4602fa._0x7b8115,0x3c5,0x4cf,_0x4602fa._0x873328),'NetOp':_0x581428(_0x4602fa._0x36b2ba,_0x4602fa._0x3ac677,0x2cb,_0x4602fa._0x154311)+_0x8781a(_0x4602fa._0x3d0d33,0x361,_0x4602fa._0x5b0e0a,_0x4602fa._0xafb1df)+'g\x20while\x20un'+_0x8781a(0x28d,0x382,_0x4602fa._0x3c2dd5,_0x4602fa._0x300145)+_0x581428(_0x4602fa._0xdef16c,_0x4602fa._0x470a2b,0x4a2,0x4f1),'kDMut':_0x8781a(0x22e,0x27e,_0x4602fa._0x5653bc,_0x4602fa._0x364691),'UCusX':_0x8781a(_0x4602fa._0x3ea142,0x2b1,0x313,_0x4602fa._0x3b49e0)+_0x581428(_0x4602fa._0x69ad97,_0x4602fa._0x487965,0x3fe,0x36a)+_0x581428(0x501,0x384,_0x4602fa._0x9d7a7e,_0x4602fa._0x40d64d)+_0x581428(_0x4602fa._0x4a38fc,_0x4602fa._0x5e1fd7,_0x4602fa._0x2c08c0,_0x4602fa._0x3f01de)+_0x581428(_0x4602fa._0x440caf,_0x4602fa._0x27c92c,_0x4602fa._0x3724ad,0x48d)+'\x20skill','zPewA':function(_0x3bde56,_0x114e3d,_0x4bd0f9){return _0x3bde56(_0x114e3d,_0x4bd0f9);},'KQiqw':_0x8781a(0x257,0x22e,0x1df,0x20e),'eYzql':function(_0x2c4a62){return _0x2c4a62();},'VFMkV':function(_0x18c92f,_0x1f65ac){return _0x18c92f(_0x1f65ac);},'zJxod':_0x8781a(_0x4602fa._0x3de58b,0x2b1,_0x4602fa._0x1e454a,0x296)+_0x581428(_0x4602fa._0x54765a,0x4e6,_0x4602fa._0x51487e,_0x4602fa._0x294168)+'unassign\x20s'+_0x8781a(_0x4602fa._0x109801,_0x4602fa._0x4abc7f,0x3de,0x3ba),'tNgxi':function(_0x5c6e35,_0x3abe6e){return _0x5c6e35===_0x3abe6e;},'MVzDH':'Failed\x20to\x20'+_0x581428(0x505,0x44d,_0x4602fa._0x1122ed,0x411)+'ll','SQFIx':_0x581428(_0x4602fa._0x1044b4,_0x4602fa._0x139a5b,_0x4602fa._0x190ae4,_0x4602fa._0x154311)+_0x8781a(0x254,_0x4602fa._0xfb467b,_0x4602fa._0x1781e6,0x3ad)+_0x581428(0x3b8,0x421,_0x4602fa._0x51ee11,0x416)};function _0x8781a(_0x243b6a,_0x15f342,_0x9ba602,_0x5bd76c){return _0x917071(_0x15f342-0x29,_0x15f342-0x113,_0x9ba602-_0x4b44d6._0x261c78,_0x9ba602);}const {callingTask:_0x376562,taskUser:_0x361cdc,skillId:_0x4dbc46,skillPath:_0x4217e7,environmentName:_0x15f66d}=_0x580fda,_0x682fb7=_0x580fda[_0x8781a(_0x4602fa._0x4c3ab4,_0x4602fa._0x38b908,0x2e2,0x296)][_0x581428(_0x4602fa._0x4b7a39,0x5a3,0x550,_0x4602fa._0x3f646b)]??_0x580fda[_0x8781a(_0x4602fa._0x1c9705,_0x4602fa._0xafb1df,_0x4602fa._0x5b2534,0x489)]?.['mode']??_0x222568['rsnAY'],_0x306709=_0x222568[_0x581428(_0x4602fa._0x46ea19,_0x4602fa._0x925a69,0x2ea,0x36e)](typeof _0x682fb7,_0x222568['zugCF'])?_0x682fb7[_0x581428(0x48c,_0x4602fa._0x55ddbc,_0x4602fa._0x5d2d0f,0x45d)+'e']():_0x222568[_0x8781a(_0x4602fa._0x14c499,0x284,0x2e0,0x1fc)],_0x5e45b3=_0x580fda[_0x581428(_0x4602fa._0x428483,0x1e1,_0x4602fa._0x571999,0x2d4)][_0x8781a(_0x4602fa._0x3455d9,_0x4602fa._0x3bad0c,_0x4602fa._0x45b7c3,0x31b)]??_0x580fda['body']?.[_0x8781a(_0x4602fa._0x75e718,0x3f8,_0x4602fa._0xf99e5f,_0x4602fa._0x48a700)],_0x3f0cd6=_0x222568[_0x581428(0x299,0x30b,0x45e,0x36e)](_0x5e45b3,!![])||_0x222568['MmjJy'](_0x5e45b3,_0x222568[_0x8781a(0x296,0x242,_0x4602fa._0x36dc13,0x1fe)]),_0x511042=new Date()[_0x581428(_0x4602fa._0x385cfb,0x37d,_0x4602fa._0xd0be69,_0x4602fa._0x503e1e)+'g']();if(_0x222568[_0x581428(0x2ef,_0x4602fa._0x265524,_0x4602fa._0x19eeb0,_0x4602fa._0x4d1139)](_0x306709,_0x222568[_0x581428(_0x4602fa._0x279fa3,0x3d4,_0x4602fa._0x4f7dd6,0x327)])&&_0x306709!=='unassign'){if(_0x222568[_0x581428(0x39a,0x32b,0x378,_0x4602fa._0x3c4f60)](_0x581428(0x1d8,0x20f,_0x4602fa._0x5993e8,0x2c6),_0x222568[_0x8781a(_0x4602fa._0x3cf8e3,0x30f,_0x4602fa._0x263d53,0x1e8)])){const _0x56cd78={};return _0x56cd78[_0x8781a(_0x4602fa._0x1184a3,_0x4602fa._0x193def,_0x4602fa._0x409045,0x300)]=_0x222568['kXqPt'],_0x56cd78[_0x581428(_0x4602fa._0x3b5b98,_0x4602fa._0x48d30a,_0x4602fa._0x3620ac,0x448)]=_0x222568['PviqV'],_0x24a562[_0x581428(_0x4602fa._0x51487e,_0x4602fa._0x31c773,0x3ac,0x498)](0x32*-0x6b+-0x209a+-0x6e2*-0x8)['json'](_0x56cd78);}else{if(_0x222568[_0x581428(_0x4602fa._0x4bdaf9,_0x4602fa._0x597ddc,_0x4602fa._0x29ca5d,_0x4602fa._0x45c05e)](_0x107b28[_0x8781a(_0x4602fa._0x409045,_0x4602fa._0x44f82b,0x3b4,0x367)],_0x222568[_0x8781a(_0x4602fa._0x4ae09c,_0x4602fa._0x280eec,_0x4602fa._0x5c12b2,0x3c9)])){const _0x4738fb={};_0x4738fb[_0x581428(_0x4602fa._0x11555e,0x4bc,_0x4602fa._0x16f538,0x4ce)]=_0x37db9b,_0x4738fb[_0x581428(0x474,_0x4602fa._0x3f01de,0x362,0x3a5)]=_0x56c1ea[_0x8781a(0x2a0,_0x4602fa._0x28af3a,_0x4602fa._0x1a82a6,_0x4602fa._0x5a816b)],_0x3cdc39[_0x581428(0x518,0x562,_0x4602fa._0x218f5c,_0x4602fa._0x4fcfb5)](_0x222568['sQsnk'],_0x4738fb);}}}const _0x218d79=Object['entries'](coderConfig?.[_0x581428(_0x4602fa._0x2dab87,0x33c,0x3d1,_0x4602fa._0x4294b5)+'ts']||{})[_0x581428(_0x4602fa._0x1dd8e0,_0x4602fa._0x57029c,_0x4602fa._0x21888c,_0x4602fa._0x193a3a)](([,_0x35736d])=>Array[_0x581428(0x28c,0x28f,0x375,0x2f4)](_0x35736d[_0x581428(0x259,0x3bf,0x493,0x36c)])&&_0x35736d[_0x581428(0x26e,0x260,0x291,0x36c)]['includes'](_0x4dbc46))[_0x581428(0x429,0x39f,0x30d,_0x4602fa._0x474597)](([_0x4e2f59])=>_0x4e2f59),_0x1a1ab4=_0x218d79['filter'](_0x1576fc=>_0x1576fc!==_0x15f66d);if(_0x222568[_0x581428(0x4ca,_0x4602fa._0x342363,0x357,_0x4602fa._0x4cc995)](_0x306709,_0x222568[_0x581428(_0x4602fa._0x363ae4,0x2e1,0x27f,_0x4602fa._0x9e2a08)])&&_0x1a1ab4[_0x581428(0x387,_0x4602fa._0x400501,0x40b,_0x4602fa._0x335ac5)]>-0x414+-0x10*-0x1+0x202*0x2&&!_0x3f0cd6){const _0x1303d8={};return _0x1303d8[_0x581428(_0x4602fa._0x3bd11a,_0x4602fa._0x193a3a,_0x4602fa._0xc03834,_0x4602fa._0x28af3a)]='Conflict',_0x1303d8[_0x581428(_0x4602fa._0xc61324,_0x4602fa._0x42a249,0x41e,_0x4602fa._0x4e234f)]='Skill\x20\x27'+_0x4dbc46+('\x27\x20is\x20assig'+'ned\x20to\x20oth'+_0x8781a(0x3cb,0x366,0x334,_0x4602fa._0x387659)+_0x8781a(_0x4602fa._0x1e5703,0x31b,_0x4602fa._0x3f89f9,_0x4602fa._0x50e08b)+_0x8781a(_0x4602fa._0x4ee3a5,_0x4602fa._0x20ebf5,_0x4602fa._0xe2e544,_0x4602fa._0x1e454a)+'orce=true\x20'+_0x581428(_0x4602fa._0x539316,0x214,0x329,_0x4602fa._0x4f8587)+_0x8781a(0x2d7,_0x4602fa._0x5af166,_0x4602fa._0x4515a6,0x168)+_0x8781a(0x2ca,0x3c0,0x341,0x3a6)+_0x581428(0x583,0x592,_0x4602fa._0x4e4387,_0x4602fa._0x17ba3d)+'elete\x20it.'),_0x1303d8[_0x581428(0x37d,0x2ae,_0x4602fa._0x59a9b1,0x37c)+'ts']=_0x1a1ab4,_0x24a562['status'](-0x1609*0x1+-0x2081+0x3823)[_0x581428(0x4b9,0x506,_0x4602fa._0x54f5ad,_0x4602fa._0x75e718)](_0x1303d8);}const _0x28cd31=_0x222568[_0x8781a(_0x4602fa._0x317dd3,0x2c6,_0x4602fa._0x1d76dd,0x3c8)](_0x306709,_0x8781a(0x14c,_0x4602fa._0x28848f,_0x4602fa._0x41da67,_0x4602fa._0x4ba73c))?[_0x15f66d]:_0x3f0cd6?_0x218d79:[_0x15f66d],_0x41b0d6={};function _0x581428(_0x2d7f9f,_0x25709c,_0x23ed22,_0x4af723){return _0x506a52(_0x2d7f9f-_0x738ba0._0x1cf59d,_0x4af723- -_0x738ba0._0x3cab32,_0x2d7f9f,_0x4af723-_0x738ba0._0x16683f);}_0x41b0d6[_0x581428(_0x4602fa._0x4f8587,0x226,0x3c0,0x328)]=_0x376562['taskId'],_0x41b0d6[_0x8781a(_0x4602fa._0x1c7b94,_0x4602fa._0x54e0bd,_0x4602fa._0x509b38,_0x4602fa._0x18ed87)]=_0x4dbc46,_0x41b0d6[_0x8781a(0x424,_0x4602fa._0x1a9a58,0x4f8,0x4be)]=_0x306709,_0x41b0d6['force']=_0x3f0cd6,_0x41b0d6[_0x581428(0x454,_0x4602fa._0x4ef025,_0x4602fa._0xf6decd,0x37c)+'t']=_0x15f66d,_0x41b0d6[_0x8781a(_0x4602fa._0x241b38,0x2d9,0x1b5,0x241)+'tsToUnassi'+'gn']=_0x28cd31,_0x41b0d6[_0x581428(0x5aa,_0x4602fa._0x560a9c,_0x4602fa._0x3ef9be,0x4c6)]=_0x361cdc['id'],logger[_0x581428(0x464,0x442,0x4cf,0x3ca)](_0x581428(0x3a9,0x438,0x472,0x383)+_0x581428(_0x4602fa._0x2166d4,0x477,0x3f9,0x507)+_0x8781a(_0x4602fa._0x5401a2,0x29a,0x190,0x320)+_0x581428(_0x4602fa._0x5bcf35,0x48b,_0x4602fa._0xc31500,0x416),_0x41b0d6);try{if(_0x222568['iYkxN'](_0x222568[_0x8781a(_0x4602fa._0x5ad2d9,_0x4602fa._0x4031ec,0x2f2,0x39c)],_0x8781a(0x489,_0x4602fa._0x108b21,0x454,0x485))){const _0x20089b={};return _0x20089b[_0x8781a(0x3b2,0x302,0x348,0x420)]='Bad\x20Reques'+'t',_0x20089b['message']=_0x222568['OmmFg'],_0x25f586[_0x8781a(0x496,0x3f5,_0x4602fa._0x17d679,_0x4602fa._0x3e7018)](0x193e+-0x1d39*0x1+-0xb*-0x81)[_0x8781a(0x3a4,0x43b,_0x4602fa._0x3a7d3a,0x3e3)](_0x20089b);}else{for(const _0x38129a of _0x28cd31){try{if(_0x222568[_0x581428(0x444,_0x4602fa._0x35a0ed,0x29a,0x36e)](_0x222568['AsluB'],_0x222568[_0x8781a(_0x4602fa._0x3d2113,0x3c2,0x2b1,_0x4602fa._0xd27575)])){const _0x164529={};_0x164529[_0x581428(0x280,0x23b,_0x4602fa._0x358321,_0x4602fa._0x3570d7)]=_0x322fe0[_0x8781a(_0x4602fa._0x1bf40a,_0x4602fa._0x2849ec,_0x4602fa._0x114a84,0x177)],_0x164529['type']=_0x222568[_0x581428(_0x4602fa._0x19eeb0,_0x4602fa._0x41b26f,_0x4602fa._0x4b5c61,_0x4602fa._0x3037b5)],_0x329e45[_0x581428(0x372,0x248,_0x4602fa._0x3c5bcf,0x349)](_0x164529);}else{const _0x192e57=_0x593d90[_0x581428(_0x4602fa._0x20adb3,0x3f3,0x437,0x4d1)](setupPath,_0x8781a(0x3ca,_0x4602fa._0x4bb110,_0x4602fa._0x15c0de,0x2f1)+'ts',_0x38129a,_0x8781a(_0x4602fa._0x2a39e3,_0x4602fa._0x4bb110,_0x4602fa._0x53418b,_0x4602fa._0x1b4bd7)+'t.json');let _0x5e96ef,_0x369397,_0xf2be4d=![];try{const _0x17b4ce=await _0x199fd3[_0x581428(0x580,_0x4602fa._0x466e1a,_0x4602fa._0x2d2b9c,_0x4602fa._0x1ecac8)](_0x192e57,_0x222568[_0x8781a(0x338,_0x4602fa._0x4bbcaa,0x399,0x499)]);_0x369397=JSON[_0x8781a(0x3f7,_0x4602fa._0x31ded9,0x3a5,0x438)](_0x17b4ce),_0x5e96ef=_0x192e57;if(Array[_0x581428(0x33c,_0x4602fa._0x4031ec,0x266,0x2f4)](_0x369397['skills'])){const _0x50e9f0=_0x369397[_0x8781a(0x312,_0x4602fa._0x51ec14,0x357,0x3bd)][_0x8781a(0x3fe,_0x4602fa._0x260729,_0x4602fa._0x260729,0x3c6)](_0x39076f=>_0x39076f!==_0x4dbc46);_0x222568['FartI'](_0x50e9f0[_0x8781a(_0x4602fa._0xc61324,0x3af,_0x4602fa._0x5f42b7,0x2b2)],_0x369397[_0x581428(_0x4602fa._0x4458e9,_0x4602fa._0x2760da,0x410,_0x4602fa._0x4006bc)][_0x8781a(0x339,0x3af,0x3c1,_0x4602fa._0x4ef829)])&&(_0x222568[_0x581428(_0x4602fa._0x400abd,_0x4602fa._0x3620ac,0x3ec,0x3cc)](_0x222568[_0x581428(_0x4602fa._0x44b540,0x570,0x486,0x50b)],_0x581428(0x4fb,_0x4602fa._0x31ded9,0x521,_0x4602fa._0x4df9ba))?_0x4c144c[_0x8781a(0x3a8,_0x4602fa._0x103de8,0x1f6,0x223)+'ts'][_0x4a9542][_0x8781a(0x210,_0x4602fa._0x4cbc22,0x3d2,0x2e7)]=[]:(_0x369397[_0x581428(_0x4602fa._0x34aaed,0x33f,_0x4602fa._0x17a3b3,0x36c)]=_0x50e9f0,_0xf2be4d=!![]));}}catch{if(_0x222568['BmWGF'](_0x222568[_0x581428(0x3bd,0x2ff,0x3f1,0x3b0)],_0x222568[_0x581428(0x371,_0x4602fa._0x2fb358,_0x4602fa._0x3e4829,_0x4602fa._0x49cb89)])){const _0x57c8d0=_0x593d90[_0x581428(_0x4602fa._0x56bc62,0x4ea,0x571,_0x4602fa._0x83a1e6)](setupPath,_0x222568[_0x581428(_0x4602fa._0xaf8ade,0x37d,0x59e,0x48b)]);try{if(_0x222568['rIkCA'](_0x222568['TIWUY'],_0x222568['vmZpL'])){if(!_0x5301a9)return null;return _0x1b1c98[_0x8781a(0x54b,0x42e,0x31d,0x385)](_0x38929e,_0x222568[_0x8781a(_0x4602fa._0xf73ae,0x456,0x388,_0x4602fa._0x35e2e8)],_0x222568['GlbNS']);}else{const _0x1e4c87=await _0x199fd3[_0x8781a(_0x4602fa._0x389ca6,0x3cd,_0x4602fa._0xbb5724,0x3a3)](_0x57c8d0,_0x8781a(_0x4602fa._0x1e2b04,_0x4602fa._0x400a80,0x318,_0x4602fa._0x5ab67e));_0x369397=JSON['parse'](_0x1e4c87),_0x5e96ef=_0x57c8d0;const _0x58a8e8=_0x369397[_0x8781a(_0x4602fa._0x4b364b,0x2d9,_0x4602fa._0x284e04,0x354)+'ts']?.[_0x38129a]?.[_0x581428(_0x4602fa._0x51fccd,0x38d,_0x4602fa._0x4183d4,0x36c)];if(Array[_0x581428(_0x4602fa._0x3a1756,_0x4602fa._0x5d026f,0x2b5,0x2f4)](_0x58a8e8)){if(_0x222568[_0x581428(0x529,_0x4602fa._0x316513,0x4fa,0x482)]===_0x222568['RjgAc']){const _0x8ad677=_0x58a8e8[_0x8781a(_0x4602fa._0x2219f6,0x3db,_0x4602fa._0x430833,0x32e)](_0x227eee=>_0x227eee!==_0x4dbc46);_0x8ad677[_0x581428(0x3be,0x4f4,0x475,_0x4602fa._0x271dfc)]!==_0x58a8e8['length']&&(_0x222568['zQpcY'](_0x222568['hKrEm'],_0x581428(_0x4602fa._0x1476fd,0x2a2,_0x4602fa._0x553cfd,_0x4602fa._0x873328))?(_0x369397['environmen'+'ts'][_0x38129a]['skills']=_0x8ad677,_0xf2be4d=!![]):_0x538e02[_0x5266da]=_0x23bfc2[_0x8781a(_0x4602fa._0x577dd9,_0x4602fa._0x87e60f,_0x4602fa._0x122b1d,0x277)]()['slice'](-0x71*0x32+0x3a6*0x1+-0x126d*-0x1,-(0xe*0xee+-0x1*-0xc07+-0x190a))[_0x581428(_0x4602fa._0x236cdf,0x4f8,_0x4602fa._0x1f290c,0x4ae)](',')[_0x581428(0x4a0,0x345,0x2cc,0x3d9)](_0x24281f=>_0x24281f[_0x581428(0x37a,0x294,0x32e,0x3aa)]())[_0x8781a(0x2ff,0x3db,0x2b5,_0x4602fa._0xbf9e70)](_0x4b5b83));}else{const _0x4a04ca={};_0x4a04ca[_0x581428(_0x4602fa._0x4beddf,0x314,_0x4602fa._0x4ffe8c,_0x4602fa._0x272241)]=_0x511995[_0x8781a(0x29f,_0x4602fa._0xcc5827,0x367,0x293)],_0x4a04ca['skillId']=_0x588983,_0x4a04ca['error']=_0x3e0f07['message'],_0x1c36ea[_0x581428(_0x4602fa._0x1f6220,_0x4602fa._0x568a39,_0x4602fa._0x1da1f6,_0x4602fa._0x1600ae)](_0x222568['cUpMf'],_0x4a04ca);const _0x4ad68f={};_0x4ad68f[_0x581428(_0x4602fa._0x3da68a,0x3a3,0x24d,0x328)]=_0x58b737[_0x581428(_0x4602fa._0x189f0d,_0x4602fa._0x2849ec,_0x4602fa._0x400abd,_0x4602fa._0x272241)],_0x4ad68f[_0x8781a(_0x4602fa._0x437e78,0x42b,_0x4602fa._0x483aa6,0x4ef)]=_0x4f8c05,_0x4ad68f[_0x581428(0x460,0x37c,_0x4602fa._0x1c1356,0x37c)+'t']=_0x3188c7,_0x4ad68f[_0x581428(_0x4602fa._0x316df8,0x4ec,0x4ff,0x49b)]=_0x795228,_0x4ad68f[_0x8781a(_0x4602fa._0x2d6403,0x423,0x40e,0x3e9)]=_0x2478a4['id'],_0x184f0a[_0x8781a(0x42c,0x44d,0x458,_0x4602fa._0x258bc2)](_0x222568[_0x581428(0x413,0x366,0x34d,_0x4602fa._0x5f5039)],_0x4ad68f);const _0x46e2a8={};return _0x46e2a8['success']=!![],_0x46e2a8['id']=_0x156237,_0x46e2a8[_0x8781a(_0x4602fa._0x4236a9,_0x4602fa._0x186830,_0x4602fa._0x427449,0x47e)]=_0x16b474,_0x46e2a8[_0x8781a(_0x4602fa._0x38fdf2,0x3f8,_0x4602fa._0x76e4cd,_0x4602fa._0x374ec9)]=_0x6a4ad7,_0x46e2a8[_0x581428(_0x4602fa._0x590222,0x3f3,_0x4602fa._0x27e257,_0x4602fa._0x4294b5)+'t']=_0x40e43f,_0x46e2a8[_0x581428(_0x4602fa._0x48799d,_0x4602fa._0x24eb6c,_0x4602fa._0x5ae9c0,_0x4602fa._0x5c7902)+_0x581428(0x467,_0x4602fa._0x5daf3a,_0x4602fa._0xc03834,_0x4602fa._0x1a257c)+'nts']=_0x5dd556,_0x46e2a8['removedFro'+_0x8781a(_0x4602fa._0x5e5b6e,0x3f6,_0x4602fa._0x5dfd97,_0x4602fa._0x22ec8f)]=![],_0x46e2a8[_0x8781a(0x18f,0x2b0,0x211,_0x4602fa._0x5b140b)]=_0x6d93a0,_0x46e2a8[_0x581428(_0x4602fa._0x1122ed,0x45d,0x3e8,0x42f)+_0x8781a(_0x4602fa._0x5b6391,_0x4602fa._0x4646cd,0x1b6,0x369)]=_0x29db5b[_0x581428(0x2ef,0x221,_0x4602fa._0x51c38f,0x328)],_0x46e2a8[_0x8781a(0x4c9,_0x4602fa._0x11555e,0x544,0x38d)+'serId']=_0x28e0cd['id'],_0x4febae[_0x8781a(0x44c,0x43b,_0x4602fa._0x109f22,0x3cc)](_0x46e2a8);}}}}catch(_0x35c8a1){const _0x47df08={};_0x47df08[_0x581428(0x242,_0x4602fa._0x2daf30,_0x4602fa._0x1aa6c8,0x328)]=_0x376562['taskId'],_0x47df08[_0x581428(_0x4602fa._0x21de94,_0x4602fa._0x2c41da,0x545,0x4ce)]=_0x4dbc46,_0x47df08[_0x581428(0x52f,0x499,0x598,0x4fe)]=_0x38129a,_0x47df08[_0x8781a(_0x4602fa._0x2b60c9,0x302,_0x4602fa._0x284084,0x21b)]=_0x35c8a1[_0x8781a(0x3bb,_0x4602fa._0x28af3a,_0x4602fa._0x494e12,_0x4602fa._0x3100b1)],logger[_0x581428(_0x4602fa._0x49bcba,_0x4602fa._0x174226,0x4b1,0x4f0)](_0x222568['NetOp'],_0x47df08);continue;}}else _0x13c8f8[_0x8781a(0x3d1,_0x4602fa._0x51ec14,_0x4602fa._0x3e36f6,_0x4602fa._0x3d7fdc)]=[];}if(_0xf2be4d){if(_0x222568[_0x8781a(0x1cd,0x2f0,_0x4602fa._0x13d1ac,_0x4602fa._0x45bec4)](_0x222568[_0x8781a(_0x4602fa._0x20b2a7,_0x4602fa._0x4ecfbc,_0x4602fa._0x467e02,_0x4602fa._0x294168)],_0x222568['kDMut'])){const _0x18b9b5={};return _0x18b9b5['error']=_0x222568['kXqPt'],_0x18b9b5['message']='Skill\x20ID\x20i'+'s\x20required'+_0x581428(0x26a,0x287,_0x4602fa._0x4e5887,_0x4602fa._0x44d20d)+_0x8781a(_0x4602fa._0x4af10b,0x44f,_0x4602fa._0x33894d,0x35d)+'g',_0x4187ee['status'](0x2272+0x1a3b+-0x199*0x25)[_0x8781a(0x519,0x43b,_0x4602fa._0x2207c4,0x3ec)](_0x18b9b5);}else await _0x199fd3[_0x581428(0x4ca,_0x4602fa._0x1b066d,0x313,_0x4602fa._0x2bd155)](_0x5e96ef,JSON[_0x581428(_0x4602fa._0x3dd3ad,0x5be,_0x4602fa._0x5416e1,0x4dd)](_0x369397,null,0x489*0x4+-0x210+-0x1012),_0x222568['xPMZQ']);}}}catch(_0x4904f7){const _0x33f9d0={};_0x33f9d0['taskId']=_0x376562[_0x8781a(_0x4602fa._0x168cc8,0x285,_0x4602fa._0x3bd42d,_0x4602fa._0x3a0450)],_0x33f9d0[_0x581428(_0x4602fa._0x3bd11a,_0x4602fa._0x18e981,_0x4602fa._0x2fb358,0x4ce)]=_0x4dbc46,_0x33f9d0['envName']=_0x38129a,_0x33f9d0['error']=_0x4904f7[_0x8781a(0x3f4,0x3a5,0x4b1,_0x4602fa._0x1592c9)],logger[_0x581428(_0x4602fa._0x472ebe,_0x4602fa._0x164230,0x5d6,_0x4602fa._0x48a700)](_0x222568[_0x8781a(_0x4602fa._0x26e261,0x299,0x1bc,_0x4602fa._0x1fce64)],_0x33f9d0);}}for(const _0x26a0e5 of _0x28cd31){const _0x30fac6=coderConfig?.['environmen'+'ts']?.[_0x26a0e5]?.[_0x8781a(_0x4602fa._0x1a859b,0x2c9,0x275,0x2ce)];if(!Array[_0x581428(0x3ab,_0x4602fa._0x416696,_0x4602fa._0x4b7d56,0x2f4)](_0x30fac6))continue;coderConfig['environmen'+'ts'][_0x26a0e5][_0x8781a(0x365,_0x4602fa._0x4cbc22,_0x4602fa._0x15ce40,_0x4602fa._0x583af7)]=_0x30fac6[_0x8781a(0x312,0x3db,0x4ff,0x2c9)](_0x433452=>_0x433452!==_0x4dbc46);}if(_0x306709===_0x222568[_0x8781a(_0x4602fa._0x2e0098,0x284,0x338,_0x4602fa._0x27aee7)]){const _0x3e9d73={};_0x3e9d73[_0x581428(0x3da,_0x4602fa._0x22d2fe,_0x4602fa._0x3d7fdc,0x2ca)]=!![],_0x3e9d73[_0x8781a(_0x4602fa._0x6dcc19,_0x4602fa._0x3bad0c,_0x4602fa._0x749e60,_0x4602fa._0x9cd8c3)]=!![],await _0x199fd3['rm'](_0x4217e7,_0x3e9d73),_0x222568[_0x581428(_0x4602fa._0x49d2d7,0x484,0x551,0x496)](removeContainersForSkill,_0x4217e7,logger)['catch'](()=>{});let _0x2bac85=![];try{if(_0x8781a(_0x4602fa._0x277bbf,0x22e,0x224,0x223)===_0x222568[_0x8781a(_0x4602fa._0x8d0f1a,_0x4602fa._0x44eaed,0x3cb,_0x4602fa._0x2eb83e)]){const _0x4d75a6=await _0x222568['eYzql'](loadImportedSkillsRegistry);_0x4d75a6[_0x8781a(_0x4602fa._0x14e309,0x2c9,0x2e8,_0x4602fa._0x14b40b)]?.[_0x4dbc46]&&(delete _0x4d75a6[_0x8781a(0x3de,0x2c9,0x385,0x3d7)][_0x4dbc46],await _0x222568[_0x8781a(_0x4602fa._0x1b4fec,_0x4602fa._0x4d1ac8,0x38e,0x22f)](saveImportedSkillsRegistry,_0x4d75a6),_0x2bac85=!![]);const _0x9d731c={};_0x9d731c['taskId']=_0x376562[_0x8781a(0x389,_0x4602fa._0xcc5827,_0x4602fa._0x43e1bc,_0x4602fa._0x263048)],_0x9d731c[_0x8781a(_0x4602fa._0x656212,_0x4602fa._0x227837,0x432,_0x4602fa._0x1b326c)]=_0x4dbc46,_0x9d731c[_0x8781a(0x386,0x2d9,_0x4602fa._0xa0c661,_0x4602fa._0x38a906)+'t']=_0x15f66d,_0x9d731c[_0x8781a(0x4b8,0x3f8,0x2d1,_0x4602fa._0x5a828b)]=_0x3f0cd6,_0x9d731c[_0x8781a(0x395,0x3b0,0x4a1,_0x4602fa._0x36f64b)+_0x8781a(0x39d,0x3f6,0x3bf,_0x4602fa._0x321c01)]=_0x2bac85,_0x9d731c[_0x8781a(0x322,0x423,0x371,_0x4602fa._0x343c36)]=_0x361cdc['id'],logger[_0x581428(0x46b,0x510,_0x4602fa._0x49e251,0x4f0)](_0x581428(_0x4602fa._0x5d0a13,0x39e,0x350,_0x4602fa._0x571999)+'ted\x20by\x20tas'+'k',_0x9d731c);const _0x45cbb0={};return _0x45cbb0['success']=!![],_0x45cbb0['id']=_0x4dbc46,_0x45cbb0[_0x581428(0x4e9,0x5b1,_0x4602fa._0x47c921,0x4eb)]=_0x306709,_0x45cbb0[_0x8781a(_0x4602fa._0x5af5c9,_0x4602fa._0x16dba2,_0x4602fa._0x3c2149,_0x4602fa._0x44e8d6)]=_0x3f0cd6,_0x45cbb0[_0x8781a(0x1e1,_0x4602fa._0x59178b,0x35e,0x3a9)+'t']=_0x15f66d,_0x45cbb0[_0x581428(0x37a,_0x4602fa._0x4253f9,_0x4602fa._0x3c63e9,0x453)+'mEnvironme'+_0x8781a(0x17a,0x273,0x1f5,0x2f3)]=_0x28cd31,_0x45cbb0['removedFro'+_0x581428(0x485,0x506,_0x4602fa._0x1f362e,0x499)]=_0x2bac85,_0x45cbb0[_0x581428(0x25c,0x3a8,_0x4602fa._0x115825,_0x4602fa._0x5b095b)]=_0x511042,_0x45cbb0[_0x8781a(0x46e,0x38c,0x3a1,_0x4602fa._0x69ad97)+_0x581428(0x30c,0x275,_0x4602fa._0x53fafe,_0x4602fa._0x5a931f)]=_0x376562['taskId'],_0x45cbb0[_0x581428(0x611,_0x4602fa._0x174226,_0x4602fa._0x32ce9b,0x515)+_0x8781a(0x37d,0x2d8,0x3f1,0x290)]=_0x361cdc['id'],_0x24a562[_0x8781a(_0x4602fa._0x21cfb8,0x43b,0x337,0x508)](_0x45cbb0);}else{_0x17fb92[_0x8781a(_0x4602fa._0x48329c,0x302,_0x4602fa._0x393b5c,_0x4602fa._0x4b48be)](_0x222568[_0x8781a(_0x4602fa._0x11555e,0x444,0x54c,_0x4602fa._0x453028)]);const _0x1e0ed5={};return _0x1e0ed5[_0x581428(_0x4602fa._0x466528,0x3c2,_0x4602fa._0x2cf747,0x3a5)]=_0x222568[_0x8781a(_0x4602fa._0xff2b62,0x32e,0x309,_0x4602fa._0x4bb1b9)],_0x1e0ed5[_0x581428(_0x4602fa._0x423f24,0x432,_0x4602fa._0x498763,0x448)]=_0x222568[_0x581428(_0x4602fa._0x5a816b,_0x4602fa._0x9588d2,_0x4602fa._0x56c8c6,0x4c5)],_0x5a6f05[_0x8781a(0x377,_0x4602fa._0x51c246,_0x4602fa._0x258b11,_0x4602fa._0x450345)](0x9a5+0x4*0x717+-0x347*0xb)[_0x581428(_0x4602fa._0x18e981,_0x4602fa._0x20985d,0x3f0,0x4de)](_0x1e0ed5);}}catch(_0x5907c6){const _0x252ab3={};_0x252ab3[_0x581428(_0x4602fa._0x109f22,_0x4602fa._0x19f5f,_0x4602fa._0x99815a,0x328)]=_0x376562['taskId'],_0x252ab3[_0x8781a(0x4fb,_0x4602fa._0x46ea19,0x49c,0x353)]=_0x4dbc46,_0x252ab3[_0x581428(0x483,0x315,_0x4602fa._0x465cbf,_0x4602fa._0x50e397)]=_0x5907c6[_0x581428(_0x4602fa._0x94930c,0x388,0x563,0x448)],logger[_0x8781a(0x4dc,_0x4602fa._0x2b7283,_0x4602fa._0xc5f951,0x41c)](_0x8781a(_0x4602fa._0x13b658,0x2b1,_0x4602fa._0x85cfae,_0x4602fa._0x49598e)+'update\x20imp'+_0x581428(_0x4602fa._0x343e15,_0x4602fa._0x4143c6,0x3a9,_0x4602fa._0x27a181)+_0x581428(0x33d,_0x4602fa._0x48d447,0x532,_0x4602fa._0x382cd2)+_0x8781a(0x50f,_0x4602fa._0x480137,_0x4602fa._0x22fa3d,0x4e0)+_0x581428(0x311,_0x4602fa._0xf5ce7d,0x328,_0x4602fa._0x30e63a),_0x252ab3);const _0xb5a676={};_0xb5a676[_0x8781a(_0x4602fa._0x1b4290,0x285,0x207,_0x4602fa._0x2676ac)]=_0x376562['taskId'],_0xb5a676[_0x581428(0x3b2,_0x4602fa._0x4726a1,_0x4602fa._0x4d6dda,0x4ce)]=_0x4dbc46,_0xb5a676[_0x8781a(_0x4602fa._0xec5609,_0x4602fa._0x17172a,0x2a9,0x1d6)+'t']=_0x15f66d,_0xb5a676[_0x8781a(_0x4602fa._0x518265,0x3f8,0x345,_0x4602fa._0x4b8528)]=_0x3f0cd6,_0xb5a676[_0x8781a(_0x4602fa._0x146ebd,_0x4602fa._0x512cd4,_0x4602fa._0x46ea19,_0x4602fa._0x5b0afa)]=_0x361cdc['id'],logger[_0x581428(0x46a,_0x4602fa._0x10fd52,0x468,0x4f0)](_0x222568[_0x581428(0x385,0x3fe,0x359,_0x4602fa._0x236cdf)],_0xb5a676);const _0xfac1ca={};return _0xfac1ca[_0x8781a(_0x4602fa._0x605f02,0x328,0x214,0x2bf)]=!![],_0xfac1ca['id']=_0x4dbc46,_0xfac1ca[_0x8781a(_0x4602fa._0x467e02,_0x4602fa._0x1aa3b,_0x4602fa._0x4cbaf5,_0x4602fa._0x4879fa)]=_0x306709,_0xfac1ca[_0x8781a(0x4a2,0x3f8,0x3bb,0x2ea)]=_0x3f0cd6,_0xfac1ca[_0x8781a(_0x4602fa._0x4185e9,0x2d9,_0x4602fa._0x1f25b9,_0x4602fa._0x4dcfe3)+'t']=_0x15f66d,_0xfac1ca[_0x8781a(_0x4602fa._0x3a21ba,_0x4602fa._0x49cb89,0x2c7,_0x4602fa._0x30c4fe)+'mEnvironme'+_0x8781a(_0x4602fa._0x427883,0x273,0x262,_0x4602fa._0x5ae13f)]=_0x28cd31,_0xfac1ca[_0x8781a(0x4cc,_0x4602fa._0x1f63d8,_0x4602fa._0x44ffe9,_0x4602fa._0x107477)+_0x8781a(0x428,0x3f6,_0x4602fa._0xef9bcb,_0x4602fa._0x3526de)]=![],_0xfac1ca[_0x8781a(_0x4602fa._0x119476,0x2b0,0x2ab,0x198)]=_0x511042,_0xfac1ca['deletedByT'+_0x581428(_0x4602fa._0x416696,_0x4602fa._0x2005a7,_0x4602fa._0x3c2149,0x32a)]=_0x376562[_0x8781a(0x302,_0x4602fa._0xcc5827,_0x4602fa._0x441293,_0x4602fa._0x5e5b6e)],_0xfac1ca[_0x8781a(_0x4602fa._0x3ede5c,_0x4602fa._0x42b1b6,0x4d6,_0x4602fa._0x2abfeb)+'serId']=_0x361cdc['id'],_0x24a562['json'](_0xfac1ca);}}const _0x19e86c={};_0x19e86c[_0x8781a(0x393,_0x4602fa._0x5a2710,0x1ac,_0x4602fa._0x3a1756)]=_0x376562['taskId'],_0x19e86c[_0x581428(0x5be,0x487,_0x4602fa._0x482bbb,_0x4602fa._0x480963)]=_0x4dbc46,_0x19e86c[_0x8781a(0x2ca,_0x4602fa._0x59178b,_0x4602fa._0x14c499,0x23b)+'t']=_0x15f66d,_0x19e86c[_0x8781a(_0x4602fa._0x144337,_0x4602fa._0x2d112b,_0x4602fa._0x2aafb2,_0x4602fa._0x2d3ad7)]=_0x361cdc['id'],logger[_0x581428(0x4b9,0x3c4,_0x4602fa._0x2ccc23,0x3ca)](_0x8781a(0x125,_0x4602fa._0x209e63,0x12f,_0x4602fa._0x212996)+'signed\x20by\x20'+_0x581428(0x572,0x3c7,0x386,0x4a9),_0x19e86c);const _0x40648c={};return _0x40648c[_0x8781a(0x3ef,0x328,_0x4602fa._0x5adf69,_0x4602fa._0x216139)]=!![],_0x40648c['id']=_0x4dbc46,_0x40648c[_0x581428(0x563,0x44c,0x3f9,_0x4602fa._0x31570f)]=_0x306709,_0x40648c['environmen'+'t']=_0x15f66d,_0x40648c[_0x581428(_0x4602fa._0x11189c,0x2f3,_0x4602fa._0x598031,0x35f)+'FromEnviro'+_0x581428(0x4ce,_0x4602fa._0x44b85c,0x471,0x3f4)]=_0x28cd31,_0x40648c[_0x581428(0x3ba,0x2ef,_0x4602fa._0x4e9f7c,0x320)]=_0x511042,_0x40648c[_0x581428(0x53f,_0x4602fa._0x43fb1f,0x49d,0x449)+_0x581428(0x209,_0x4602fa._0x4beddf,0x21e,_0x4602fa._0x33ca28)]=_0x376562[_0x8781a(0x205,0x285,_0x4602fa._0x47afdf,0x36d)],_0x40648c[_0x8781a(0x33c,_0x4602fa._0x3570d7,_0x4602fa._0x403bb7,0x366)+_0x581428(_0x4602fa._0x4b419e,0x29b,0x2ec,0x37b)]=_0x361cdc['id'],_0x24a562[_0x8781a(0x50f,0x43b,_0x4602fa._0x1f3ee1,0x4c2)](_0x40648c);}}catch(_0x45a8c6){const _0x308cde={};return _0x308cde[_0x8781a(0x1c7,0x285,0x181,_0x4602fa._0x1ee2dd)]=_0x376562[_0x581428(_0x4602fa._0x1a9d2d,0x430,0x2fa,_0x4602fa._0x5c12b2)],_0x308cde['skillId']=_0x4dbc46,_0x308cde[_0x581428(_0x4602fa._0x23b157,0x49f,0x5f7,_0x4602fa._0x31570f)]=_0x306709,_0x308cde[_0x581428(_0x4602fa._0x3d869e,_0x4602fa._0x2fb358,0x3da,0x3a5)]=_0x45a8c6[_0x581428(0x49d,0x570,0x4f4,0x448)],logger[_0x8781a(0x1ec,_0x4602fa._0x490306,0x2d2,0x206)](_0x222568[_0x581428(_0x4602fa._0xfb467b,0x25a,0x22d,_0x4602fa._0x16a635)],_0x308cde),_0x24a562[_0x8781a(_0x4602fa._0x562fe4,0x3f5,0x4e5,_0x4602fa._0x20b2a7)](0x199*0x4+-0x25a0*-0x1+-0x8*0x542)['json']({'error':_0x222568[_0x581428(0x2c0,0x338,_0x4602fa._0x283646,_0x4602fa._0x562fe4)],'message':_0x222568[_0x581428(_0x4602fa._0x3eccdd,0x394,0x349,0x399)](_0x306709,_0x222568[_0x8781a(_0x4602fa._0x2cd580,_0x4602fa._0x57e442,_0x4602fa._0x2d4b0f,0x3a8)])?_0x222568[_0x8781a(0x408,_0x4602fa._0xcc7e1c,0x389,0x41a)]:_0x222568[_0x8781a(0x254,0x271,_0x4602fa._0x2cb420,0x356)]});}}),router[_0x917071(0x38c,0x26c,0x46f,0x349)]('/skills/:s'+'killId/fil'+_0x917071(0x296,0x241,0x1ec,0x248),requireTaskAuth,validateSkillAccess,async(_0x31dd0b,_0x4a046c)=>{const _0x3a8c52={_0x4397f4:0xea,_0xed7cb5:0x27,_0x48eebb:0x21d,_0x53c28b:0x229,_0x2154e9:0x214,_0x435d3c:0x2a3,_0xc6d092:0x124,_0x40cc59:0x23b,_0x26fc18:0xc4,_0x2f7c1a:0x2fc,_0xc42aab:0x19c,_0xf65ab8:0x2c4,_0x438bbd:0x1f9,_0x33751b:0x279,_0x4fac56:0x38e,_0x5c6d27:0x1a8,_0x4e02f7:0x225,_0x16380b:0x1bb,_0x40a672:0x118,_0x5abf9d:0xba,_0x266ae2:0x295,_0x598907:0x1d8,_0x1bdf80:0x1ef,_0x4035ec:0x1ea,_0x4674e9:0x51,_0x215606:0x66,_0x49cec5:0x1c9,_0x14629c:0xee,_0x3e4348:0x12d,_0x2ee8fc:0x27f,_0x4f6834:0x390,_0x542e70:0x2b8,_0x41ab7a:0x89,_0x510709:0x1ec,_0x42bb1b:0x234,_0x3a51e2:0xf1,_0x23802f:0x23,_0x2e60be:0xdf,_0x1f128b:0xe1,_0x340a51:0x254,_0x147ef8:0x268,_0x3634d0:0x2e5,_0x526c4f:0x1c8,_0x5e5e83:0x18b,_0x29000d:0x1e6,_0x507a90:0xd6,_0x435ed0:0x1f9,_0x2e4c86:0xde,_0x298228:0x28,_0x6dc7bc:0x4f,_0x4001a0:0x2d2,_0xcd60e7:0x94,_0x344bd5:0x1fb,_0x3f5bc3:0x87,_0x210be4:0x1f4,_0x1f932f:0x226,_0x1e78c2:0x14a,_0x4456cd:0x42,_0x4a7e88:0x1e1,_0x14a06b:0x6d,_0x583b05:0xf3,_0x540073:0x1fd,_0x3537ac:0x200,_0x483b8e:0x20d,_0x3bb768:0x13b,_0x574e40:0x130,_0x3a372d:0x2d0,_0x402ed9:0x36d,_0x1a3799:0x316,_0x5796af:0x160,_0x300c0d:0x1fa,_0x94b864:0x1e4,_0x42c156:0xd2,_0x408ef5:0xc,_0x423055:0x202,_0x396258:0x171,_0x2e9b4d:0x2f4,_0xa965c7:0x1f2,_0x4e5561:0x3c,_0x378eba:0x126,_0x53f200:0x9,_0x365c00:0x241,_0x3ba47e:0x24a,_0x3968d4:0x272,_0x22be1e:0x1dd,_0x1b63cc:0x243,_0x321c7f:0x205,_0x589825:0x159,_0x2f306f:0x334,_0x19cdd9:0x1e8,_0x1c620b:0x74,_0x410bf2:0x28f,_0x54a0d1:0x3aa,_0x323b1d:0x223,_0x588406:0x1f9,_0x1419ca:0x1ff,_0x1093c3:0x56,_0x2b3a51:0x119,_0x18b8ed:0x5,_0x5b931d:0x2f,_0x5d8b29:0x26f,_0x48f53c:0x192,_0x4a679c:0x2a7,_0x497d47:0x7,_0x46dc10:0x11a,_0x44546b:0x4,_0x401294:0x126,_0x354b81:0x2ff,_0x534e9c:0x15b,_0x413305:0xd0,_0x11b7c8:0x3e,_0x5b7884:0x134,_0x4015d4:0x12f,_0xd98d8e:0x279,_0x6083:0x356,_0x48e1b4:0x6f,_0x7d1039:0x1b,_0x2d953f:0x316,_0x198cc8:0x218,_0x58f202:0x32f,_0x183782:0x432,_0x568f5f:0x139,_0x4e4b16:0x343,_0x20a94e:0x19,_0x4099b6:0x92,_0x1fe0e7:0x243,_0x1b25f2:0x212,_0x3a6090:0x64,_0x5be207:0xd5,_0x3f55cd:0xd6,_0x4e42d3:0x17d,_0x1ae89:0x7e,_0x3331c0:0x1bc,_0x5dbe53:0x251,_0x3ccb0b:0x55,_0x110338:0x2f,_0x5a392a:0x135,_0x17b375:0x12b,_0x174b69:0x12e,_0x5ca598:0x1f,_0x4ddb6f:0x158,_0xe8cb6e:0x1eb,_0x4f928d:0x305,_0x33115f:0x312,_0x30e07c:0x2ac,_0x367688:0x3b7,_0x32a943:0x3f4,_0x1abb71:0x316,_0x147df7:0x357,_0x20f538:0x395,_0x27f32b:0x258,_0x2d3206:0x260,_0x53f61b:0x1dd,_0x4a733d:0x10a,_0x553e07:0x2a8,_0x34499c:0x123,_0xa74816:0x1,_0x528f66:0x32e,_0x35e2b3:0x1cd,_0x95846e:0x2db,_0x1f4887:0x19c,_0x1c7060:0x28d,_0x1927ae:0x233},_0x4c06fb={_0x5b101e:0x5b,_0x55c4cb:0xda},_0x28f585={_0x5b027c:0xfc,_0x4043bd:0x131},_0x392b38={};_0x392b38[_0x10d4eb(-0x38,-0x9c,-_0x3a8c52._0x4397f4,_0x3a8c52._0xed7cb5)]=_0x10d4eb(0x69,-0x117,-0x56,-0x125)+'t',_0x392b38[_0x362887(_0x3a8c52._0x48eebb,0x1c6,_0x3a8c52._0x53c28b,0xff)]=_0x362887(_0x3a8c52._0x2154e9,_0x3a8c52._0x435d3c,0x2b0,_0x3a8c52._0xc6d092)+_0x362887(_0x3a8c52._0x40cc59,0x1b3,0x323,0x159),_0x392b38['HUmcY']=function(_0x1b3321,_0x34ed63){return _0x1b3321===_0x34ed63;},_0x392b38[_0x362887(0x1de,0x176,_0x3a8c52._0x26fc18,_0x3a8c52._0x2f7c1a)]=_0x362887(_0x3a8c52._0xc42aab,0x7d,0x2a4,_0x3a8c52._0xf65ab8),_0x392b38[_0x362887(0x2cd,0x223,0x252,_0x3a8c52._0x438bbd)]=_0x362887(_0x3a8c52._0x33751b,_0x3a8c52._0x4fac56,0x265,0x1f5),_0x392b38['bEUaT']=_0x10d4eb(-_0x3a8c52._0x5c6d27,-_0x3a8c52._0x4e02f7,-0x186,-0x16f)+_0x10d4eb(-_0x3a8c52._0x16380b,-0xed,-0x19b,-0x15d)+_0x362887(0x1ae,_0x3a8c52._0x40a672,_0x3a8c52._0x5abf9d,_0x3a8c52._0x266ae2),_0x392b38[_0x10d4eb(-0x1c4,-_0x3a8c52._0x598907,-_0x3a8c52._0x1bdf80,-_0x3a8c52._0x4035ec)]='Internal\x20S'+_0x362887(0x26c,0x16d,0x331,0x282)+'r',_0x392b38[_0x10d4eb(-0xf,-_0x3a8c52._0x4674e9,-_0x3a8c52._0x215606,0x58)]='Failed\x20to\x20'+_0x10d4eb(-0x111,-0x1ae,-_0x3a8c52._0x49cec5,-0xc4);function _0x362887(_0xb858fe,_0x26e188,_0x5b693e,_0x371fd9){return _0x917071(_0xb858fe- -_0x28f585._0x5b027c,_0x26e188-_0x28f585._0x4043bd,_0x5b693e-0x89,_0x26e188);}_0x392b38[_0x362887(0x1d7,_0x3a8c52._0x14629c,_0x3a8c52._0x3e4348,0x112)]=_0x362887(_0x3a8c52._0x2ee8fc,_0x3a8c52._0x4f6834,_0x3a8c52._0x542e70,0x1b1)+_0x10d4eb(-0xdd,-_0x3a8c52._0x41ab7a,0x29,0x50);function _0x10d4eb(_0xb2fe18,_0x29978f,_0x1c9a57,_0x47d1b4){return _0x917071(_0x1c9a57- -0x40e,_0x29978f-_0x4c06fb._0x5b101e,_0x1c9a57-_0x4c06fb._0x55c4cb,_0x29978f);}_0x392b38[_0x362887(_0x3a8c52._0x510709,0x186,0x296,0x25f)]='Task\x20readi'+_0x10d4eb(-0x24,-0x149,-0x124,-_0x3a8c52._0x42bb1b)+'ile',_0x392b38[_0x10d4eb(0x69,-_0x3a8c52._0x3a51e2,-_0x3a8c52._0x23802f,_0x3a8c52._0x2e60be)]=function(_0x317e96,_0x3b1210){return _0x317e96===_0x3b1210;},_0x392b38[_0x10d4eb(-0x85,-_0x3a8c52._0x1f128b,-0x19a,-_0x3a8c52._0x340a51)]=_0x10d4eb(-_0x3a8c52._0x147ef8,-_0x3a8c52._0x3634d0,-0x205,-_0x3a8c52._0x526c4f),_0x392b38['dAdNp']=_0x10d4eb(-0x15a,-0x1d2,-0x10a,-_0x3a8c52._0x5e5e83),_0x392b38[_0x10d4eb(-_0x3a8c52._0x29000d,-_0x3a8c52._0x507a90,-_0x3a8c52._0x435ed0,-0xf7)]=_0x10d4eb(-0x3d,-_0x3a8c52._0x2e4c86,-_0x3a8c52._0x298228,-_0x3a8c52._0x6dc7bc),_0x392b38[_0x10d4eb(-_0x3a8c52._0x4001a0,-_0x3a8c52._0xcd60e7,-_0x3a8c52._0x16380b,-_0x3a8c52._0x344bd5)]=_0x10d4eb(-_0x3a8c52._0x3f5bc3,-_0x3a8c52._0x210be4,-0x105,-_0x3a8c52._0x1f932f),_0x392b38[_0x362887(_0x3a8c52._0x1e78c2,_0x3a8c52._0x4456cd,_0x3a8c52._0x4a7e88,_0x3a8c52._0x14a06b)]=function(_0x3bcf79,_0x4c7389){return _0x3bcf79===_0x4c7389;};const _0x130efd=_0x392b38,{callingTask:_0x35cd67,skillId:_0x162dfb,skillPath:_0x22b02c,environmentName:_0x2b9109}=_0x31dd0b,_0x599b28=_0x31dd0b[_0x10d4eb(-_0x3a8c52._0x583b05,-0x142,-0x114,-_0x3a8c52._0xed7cb5)][0x1993+-0x269a+0x1d*0x73];if(_0x599b28[_0x10d4eb(-0x21c,-0x121,-_0x3a8c52._0x540073,-0xd7)]('..')){const _0x4a3a85={};return _0x4a3a85[_0x362887(0x1dd,0x2ce,_0x3a8c52._0x3537ac,0x2a1)]=_0x130efd['lChgw'],_0x4a3a85['message']=_0x130efd[_0x10d4eb(-_0x3a8c52._0x483b8e,-0x2d,-_0x3a8c52._0x3bb768,-_0x3a8c52._0x574e40)],_0x4a046c[_0x362887(_0x3a8c52._0x3a372d,_0x3a8c52._0x402ed9,0x35e,0x357)](0x1931+0x1ce5+0x53*-0xa2)[_0x362887(_0x3a8c52._0x1a3799,0x3c6,0x317,0x2d6)](_0x4a3a85);}const _0x5d3603={};_0x5d3603[_0x362887(_0x3a8c52._0x5796af,_0x3a8c52._0x300c0d,0x1b5,0x22e)]=_0x35cd67[_0x10d4eb(-0x96,-_0x3a8c52._0x94b864,-0x1b2,-0x216)],_0x5d3603[_0x10d4eb(0x112,_0x3a8c52._0x42c156,-_0x3a8c52._0x408ef5,-0x9b)]=_0x162dfb,_0x5d3603['filepath']=_0x599b28,_0x5d3603[_0x10d4eb(-0x10d,-0x11a,-0x15e,-0xf0)+'t']=_0x2b9109,logger[_0x362887(_0x3a8c52._0x423055,_0x3a8c52._0x396258,_0x3a8c52._0x2e9b4d,_0x3a8c52._0xa965c7)](_0x130efd[_0x10d4eb(-0x141,-_0x3a8c52._0x4e5561,-_0x3a8c52._0x378eba,-0x1ad)],_0x5d3603);const _0x3738e3=_0x593d90[_0x10d4eb(-0x39,-0x4a,-_0x3a8c52._0x53f200,0xae)](_0x22b02c,_0x599b28);try{if(_0x130efd[_0x362887(0x2ef,_0x3a8c52._0x365c00,_0x3a8c52._0x3ba47e,_0x3a8c52._0x3968d4)](_0x130efd['RycUg'],_0x130efd['dAdNp'])){const _0x130dba={};return _0x130dba[_0x362887(_0x3a8c52._0x22be1e,0x20d,_0x3a8c52._0x1b63cc,_0x3a8c52._0x321c7f)]=_0x130efd['lChgw'],_0x130dba['message']=_0x130efd[_0x10d4eb(-_0x3a8c52._0x589825,-0xce,-0xf5,-0x16d)],_0x95bf84[_0x362887(0x2d0,_0x3a8c52._0x2f306f,_0x3a8c52._0x19cdd9,0x397)](-0x17ff+0x2155+0xc7*-0xa)[_0x10d4eb(0x68,-_0x3a8c52._0x1c620b,0x4,-0x67)](_0x130dba);}else{const _0x13b577=await _0x199fd3[_0x362887(0x2a8,_0x3a8c52._0x410bf2,_0x3a8c52._0x54a0d1,_0x3a8c52._0x323b1d)](_0x3738e3,_0x130efd[_0x10d4eb(-0x147,-0x2a3,-_0x3a8c52._0x588406,-_0x3a8c52._0x1419ca)]),_0x1ea84d={};_0x1ea84d['skillId']=_0x162dfb,_0x1ea84d[_0x10d4eb(_0x3a8c52._0x1093c3,_0x3a8c52._0x2b3a51,_0x3a8c52._0x18b8ed,-_0x3a8c52._0x5b931d)]=_0x599b28,_0x1ea84d[_0x362887(_0x3a8c52._0x5d8b29,_0x3a8c52._0x48f53c,_0x3a8c52._0x4a679c,0x163)]=_0x13b577,_0x4a046c[_0x10d4eb(-_0x3a8c52._0x497d47,_0x3a8c52._0x46dc10,_0x3a8c52._0x44546b,0x10c)](_0x1ea84d);}}catch(_0x18dc9a){if(_0x362887(0x236,_0x3a8c52._0x401294,_0x3a8c52._0x354b81,_0x3a8c52._0x534e9c)!==_0x130efd['QMYZS']){if(_0x130efd[_0x10d4eb(-0xff,-0x276,-_0x3a8c52._0x526c4f,-_0x3a8c52._0xc6d092)](_0x18dc9a[_0x10d4eb(-_0x3a8c52._0x413305,-_0x3a8c52._0x11b7c8,-0x139,-0xe4)],_0x130efd[_0x10d4eb(-0x40,-0x137,-_0x3a8c52._0x5b7884,-0x5e)])){if('ovEUH'==='ovEUH'){const _0x2945ef={};return _0x2945ef[_0x362887(0x1dd,_0x3a8c52._0x4015d4,0x2d9,_0x3a8c52._0x540073)]=_0x362887(_0x3a8c52._0xd98d8e,0x16b,_0x3a8c52._0x6083,0x1b9),_0x2945ef['message']='File\x20\x27'+_0x599b28+(_0x10d4eb(-0x66,-_0x3a8c52._0x48e1b4,-0xcf,-0xc3)+'d\x20in\x20skill'+'\x20\x27')+_0x162dfb+'\x27',_0x4a046c[_0x10d4eb(0x8e,-_0x3a8c52._0x7d1039,-0x42,0x46)](0x33f+-0x248f+-0x16*-0x196)[_0x362887(_0x3a8c52._0x2d953f,0x35e,0x26a,_0x3a8c52._0x198cc8)](_0x2945ef);}else{if(_0x130efd[_0x362887(_0x3a8c52._0x58f202,0x3f8,0x20e,_0x3a8c52._0x183782)](_0x49b953[_0x10d4eb(-0x25f,-0x79,-_0x3a8c52._0x568f5f,-_0x3a8c52._0x1f128b)],_0x130efd[_0x362887(0x1de,0x13f,0x1db,0x161)])){const _0x314a7d={};return _0x314a7d['error']=_0x130efd[_0x362887(0x2cd,_0x3a8c52._0x4e4b16,0x38a,0x268)],_0x314a7d[_0x10d4eb(_0x3a8c52._0x20a94e,-0xfd,-_0x3a8c52._0x4099b6,-0x91)]='File\x20\x27'+_0xcdc605+(_0x362887(_0x3a8c52._0x1fe0e7,0x29f,0x131,_0x3a8c52._0x1b25f2)+'d\x20in\x20skill'+'\x20\x27')+_0x55d340+'\x27',_0x4a4840['status'](-0x1bb*0x3+0x3be*0x3+0xa3*-0x7)[_0x10d4eb(0xfb,_0x3a8c52._0x3a6090,0x4,-_0x3a8c52._0x5be207)](_0x314a7d);}const _0x16644e={};_0x16644e['taskId']=_0x10a848[_0x10d4eb(-_0x3a8c52._0x3f55cd,-0x1de,-0x1b2,-_0x3a8c52._0x4e42d3)],_0x16644e['skillId']=_0x2049e1,_0x16644e[_0x10d4eb(0x9,-_0x3a8c52._0x1ae89,0x5,0x25)]=_0x5f9852,_0x16644e[_0x362887(0x1dd,0x289,_0x3a8c52._0x3331c0,_0x3a8c52._0x5dbe53)]=_0x5d8764[_0x10d4eb(0x73,-_0x3a8c52._0x3ccb0b,-0x92,_0x3a8c52._0x110338)],_0x29a36a[_0x10d4eb(-0x101,-0x75,-_0x3a8c52._0x5a392a,-_0x3a8c52._0x17b375)](_0x130efd[_0x10d4eb(-0x14c,-_0x3a8c52._0x174b69,-0xba,-0x133)],_0x16644e);const _0x324ce2={};_0x324ce2[_0x10d4eb(-0x17b,-_0x3a8c52._0x5ca598,-0x135,-_0x3a8c52._0x4ddb6f)]=_0x130efd[_0x10d4eb(-_0x3a8c52._0xe8cb6e,-_0x3a8c52._0x423055,-0x1ef,-0x264)],_0x324ce2[_0x362887(0x280,_0x3a8c52._0x4f928d,_0x3a8c52._0x33115f,0x2cf)]=_0x130efd[_0x362887(_0x3a8c52._0x30e07c,0x3a3,0x382,_0x3a8c52._0x367688)],_0x3f85db[_0x362887(0x2d0,0x35d,0x1ac,_0x3a8c52._0x32a943)](-0xca*-0x2b+-0xd23+-0x1*0x12d7)[_0x362887(_0x3a8c52._0x1abb71,0x276,_0x3a8c52._0x147df7,0x28d)](_0x324ce2);}}const _0x2e5c18={};_0x2e5c18['taskId']=_0x35cd67['taskId'],_0x2e5c18['skillId']=_0x162dfb,_0x2e5c18[_0x362887(0x317,0x287,0x42f,_0x3a8c52._0x20f538)]=_0x599b28,_0x2e5c18['error']=_0x18dc9a['message'],logger['error'](_0x130efd[_0x362887(_0x3a8c52._0x27f32b,_0x3a8c52._0x2d3206,0x2b5,0x2f6)],_0x2e5c18);const _0x23dae2={};_0x23dae2[_0x362887(_0x3a8c52._0x53f61b,0x18f,_0x3a8c52._0x4a733d,_0x3a8c52._0x553e07)]=_0x130efd[_0x362887(_0x3a8c52._0x34499c,_0x3a8c52._0xa74816,0x167,0x218)],_0x23dae2[_0x362887(0x280,_0x3a8c52._0x528f66,_0x3a8c52._0x35e2b3,_0x3a8c52._0x95846e)]=_0x130efd[_0x362887(0x2ac,_0x3a8c52._0x1f4887,_0x3a8c52._0x1c7060,0x1a1)],_0x4a046c['status'](-0x1a05+-0x736+0x232f)['json'](_0x23dae2);}else _0x37acd0[_0x362887(0x181,0xb3,_0x3a8c52._0x1927ae,0x172)](_0x1babbe+':\x20'+_0x1896d8);}}),router[_0x506a52(0x676,0x5ee,0x6ff,0x685)](_0x917071(0x3b7,0x367,0x316,0x462)+_0x917071(0x3d3,0x2ca,0x4e9,0x3cd)+'es/*',requireTaskAuth,validateSkillAccess,async(_0x1dd42b,_0x4127b9)=>{const _0x10bf17={_0x3f7fec:0x6b4,_0x38b7d8:0x68c,_0x549d27:0x5cd,_0x12be20:0x560,_0x24c3d6:0x673,_0xa41047:0x56a,_0x71bc11:0x6ee,_0x5821c8:0x64a,_0xd05196:0x5ef,_0x26d274:0x699,_0x5c4a57:0x6e8,_0x5e07d5:0x762,_0x1ef817:0x6af,_0x3961e9:0x722,_0x145c8f:0x55c,_0x1b5fdd:0x601,_0x2bba18:0x6c4,_0x399f58:0x7c1,_0x4349f7:0x3e8,_0x568ffc:0x448,_0x3329ed:0x426,_0x1662b3:0x502,_0x21cab8:0x5fc,_0x39cf9b:0x5ab,_0x3f1912:0x702,_0x1464e4:0x65f,_0x474831:0x600,_0x3ea49d:0x408,_0xc82c3c:0x52d,_0x3cba84:0x602,_0x375f72:0x5b2,_0x1dea91:0x63a,_0x206821:0x72f,_0x495ad6:0x64e,_0x456e29:0x662,_0x40fa15:0x6b0,_0x418deb:0x6b4,_0x586035:0x6c0,_0x5c030c:0x60b,_0x823c4c:0x50f,_0x273ef9:0x6a7,_0x4b65f9:0x6f7,_0x16aeb2:0x603,_0x295f41:0x521,_0x409b47:0x62f,_0x54e692:0x74c,_0x4825a7:0x6c1,_0x402614:0x728,_0x256880:0x6f9,_0x5ae3ff:0x656,_0x3c10a5:0x4bc,_0x4154b6:0x66e,_0x57deb9:0x6a1,_0x686d8d:0x5b5,_0x5d3763:0x671,_0x399ec5:0x5f6,_0x42aec0:0x4ea,_0x1b9da0:0x53c,_0x178bf5:0x509,_0x3e710a:0x4e6,_0x16ff49:0x580,_0x4947d5:0x5b6,_0x2e0f03:0x630,_0x11e285:0x693,_0x61fd01:0x5b0,_0x85802d:0x6a9,_0x198d3d:0x63e,_0x12efbd:0x702,_0x6c189a:0x6ef,_0x554617:0x655,_0x5b33cd:0x506,_0x4f75ec:0x59d,_0x471927:0x644,_0x2ac916:0x6a9,_0xcfb359:0x801,_0x2822ad:0x6ef,_0xc42fd7:0x4e1,_0x3a5dd0:0x68a,_0x1b0867:0x5df,_0x187e72:0x51d,_0x40b3bf:0x689,_0x4c041a:0x6fa,_0x2127a0:0x3f1,_0x12ed80:0x601,_0x1e178d:0x5b6,_0x2804bc:0x583,_0x38eb6c:0x480,_0x1f612a:0x5e3,_0x4b508a:0x5aa,_0x231cd5:0x67a,_0x514d13:0x637,_0x4fd037:0x6dd,_0x4371f9:0x6c9,_0x2e17f6:0x5d1,_0x478729:0x511,_0x11b734:0x64f,_0x3c52f4:0x695,_0x52d307:0x581,_0x10735a:0x5d2,_0x3c15fe:0x794,_0x42eabf:0x64f,_0x2be3e7:0x492,_0x12209a:0x5d4,_0x5c4b21:0x660,_0x24066b:0x498,_0x3cfca2:0x53e,_0x4326a9:0x554,_0x2e2416:0x59a,_0x167d00:0x641,_0x31b7e7:0x713,_0x57e5f1:0x6e7,_0xe4f6ce:0x6f2,_0x4ef9d7:0x676,_0x2d67ad:0x4ef,_0x28f72f:0x5db,_0x10652b:0x74e,_0x1515e9:0x75c,_0x59c86:0x67d,_0x16f464:0x4fe,_0x6db550:0x58a,_0x24d42f:0x631,_0x59ff8d:0x69e,_0x5ad5b8:0x687,_0x4b6f76:0x4fb,_0x2e9be5:0x619,_0x3527e6:0x5dd,_0x169924:0x554,_0x3593f0:0x735,_0x4a867a:0x7dc,_0x1f280e:0x6f0,_0x22d5b7:0x6d7,_0x44616e:0x6df,_0x282973:0x5b7,_0x1859ca:0x54f,_0x57fb29:0x6ff,_0x3ece51:0x6e3,_0x284a35:0x817,_0x1c2ed1:0x46b,_0x3654c8:0x53e,_0x30caaa:0x4b1,_0x5e898b:0x508,_0x797356:0x539,_0x59cb1a:0x655,_0x473590:0x5da,_0x5b4b13:0x5fb,_0x173670:0x4da,_0xbba6d5:0x53b,_0x104c7a:0x5a7,_0xfebf0b:0x4bc,_0xebe21:0x64e,_0x1e027b:0x6ef,_0x59c27d:0x466,_0x7fbb4:0x600,_0x1e97d4:0x7f5,_0x3abed4:0x632,_0x32ee26:0x580,_0xae9c12:0x584,_0x46f6db:0x557,_0x5e545c:0x65d,_0x5b5345:0x6b9,_0x4a5663:0x54e,_0x59b010:0x75b,_0x437541:0x65e,_0x3368e6:0x5d6,_0x5915b2:0x746,_0x495db9:0x6f1,_0x25d812:0x7da,_0x153864:0x6f9,_0xd9db19:0x6ed,_0x33219e:0x6a9,_0x3e78cb:0x802},_0x4f0592={_0x750632:0x2f8},_0x2820ec={_0x3c015a:0x2dd,_0x4f19f1:0x197},_0x142094={};_0x142094[_0x257b50(_0x10bf17._0x3f7fec,0x651,_0x10bf17._0x38b7d8,0x791)]=_0x257b50(0x724,_0x10bf17._0x549d27,0x673,_0x10bf17._0x12be20)+_0x62e497(0x62d,_0x10bf17._0x24c3d6,0x5fa,0x714),_0x142094[_0x257b50(_0x10bf17._0xa41047,_0x10bf17._0x71bc11,0x5fa,0x5fa)]=function(_0x3466a0,_0xf5ad16){return _0x3466a0===_0xf5ad16;},_0x142094['JXVCh']='Bad\x20Reques'+'t';function _0x62e497(_0x23a2f6,_0x2ae4b0,_0x5f34c4,_0x2c0f5e){return _0x917071(_0x2c0f5e-_0x2820ec._0x3c015a,_0x2ae4b0-_0x2820ec._0x4f19f1,_0x5f34c4-0x151,_0x23a2f6);}_0x142094[_0x62e497(0x5eb,0x683,0x6ab,_0x10bf17._0x5821c8)]=_0x257b50(_0x10bf17._0xd05196,0x796,_0x10bf17._0x26d274,_0x10bf17._0x5c4a57)+_0x257b50(_0x10bf17._0x5e07d5,0x748,_0x10bf17._0x1ef817,_0x10bf17._0x3961e9)+'killId\x20to\x20'+_0x257b50(0x531,_0x10bf17._0x145c8f,0x5b3,_0x10bf17._0x1b5fdd)+_0x62e497(0x7a3,_0x10bf17._0x2bba18,_0x10bf17._0x399f58,0x6f6),_0x142094[_0x62e497(_0x10bf17._0x4349f7,_0x10bf17._0x568ffc,_0x10bf17._0x3329ed,_0x10bf17._0x1662b3)]=function(_0x31434f,_0x20239d){return _0x31434f===_0x20239d;},_0x142094[_0x257b50(0x5fe,0x61c,0x702,_0x10bf17._0x21cab8)]=_0x257b50(_0x10bf17._0x39cf9b,_0x10bf17._0x3f1912,_0x10bf17._0x1464e4,0x674),_0x142094[_0x257b50(_0x10bf17._0x474831,_0x10bf17._0x3ea49d,_0x10bf17._0xc82c3c,0x4ac)]='oRUkQ',_0x142094[_0x62e497(_0x10bf17._0x3cba84,0x55d,0x65c,0x5d2)]=_0x257b50(0x6e1,0x857,0x73c,0x7ca)+'eld\x20is\x20req'+_0x257b50(0x59f,0x5ee,_0x10bf17._0x375f72,0x5bd),_0x142094[_0x62e497(0x6cc,0x65c,_0x10bf17._0x1dea91,0x62f)]=_0x257b50(_0x10bf17._0x206821,_0x10bf17._0x495ad6,_0x10bf17._0x456e29,0x70a)+_0x257b50(0x57f,0x48a,0x51a,0x550)+'file',_0x142094[_0x62e497(0x5cc,0x6d5,0x6e1,0x611)]=_0x62e497(0x5e7,_0x10bf17._0x40fa15,_0x10bf17._0x418deb,0x683)+_0x257b50(_0x10bf17._0x586035,0x57f,0x59f,0x4ed)+_0x62e497(0x60f,0x6db,0x5f9,0x5f8),_0x142094[_0x62e497(0x5a3,_0x10bf17._0x5c030c,0x5c7,_0x10bf17._0x823c4c)]=_0x62e497(0x61f,0x7f5,_0x10bf17._0x273ef9,_0x10bf17._0x4b65f9)+_0x62e497(_0x10bf17._0x16aeb2,_0x10bf17._0x295f41,_0x10bf17._0x409b47,0x645)+'r',_0x142094[_0x62e497(_0x10bf17._0x54e692,_0x10bf17._0x4825a7,_0x10bf17._0x402614,_0x10bf17._0x256880)]=_0x62e497(_0x10bf17._0x5ae3ff,_0x10bf17._0x3c10a5,0x606,0x565)+_0x62e497(0x603,0x6da,0x693,0x6b7);const _0x4fdd74=_0x142094;function _0x257b50(_0x537751,_0x12913e,_0x5de1e9,_0x205567){return _0x917071(_0x5de1e9-_0x4f0592._0x750632,_0x12913e-0x13b,_0x5de1e9-0xf7,_0x537751);}const {callingTask:_0x4918c4,taskUser:_0x5200d1,skillId:_0x130d04,skillPath:_0x5d4b3d,environmentName:_0x281942}=_0x1dd42b,_0xced84a=_0x1dd42b[_0x62e497(0x631,_0x10bf17._0x4154b6,_0x10bf17._0x57deb9,0x5d7)][0xb*0x158+-0x1a9f+-0x1b1*-0x7],{content:_0x17b7d2}=_0x1dd42b[_0x257b50(_0x10bf17._0x686d8d,0x5c2,_0x10bf17._0x5d3763,_0x10bf17._0x399ec5)];if(_0xced84a[_0x257b50(_0x10bf17._0x42aec0,_0x10bf17._0x1b9da0,_0x10bf17._0x178bf5,_0x10bf17._0x3e710a)]('..')){const _0x14df0b={};return _0x14df0b[_0x62e497(0x54c,0x558,_0x10bf17._0x16ff49,_0x10bf17._0x4947d5)]='Bad\x20Reques'+'t',_0x14df0b['message']=_0x4fdd74[_0x257b50(0x6f0,0x653,0x68c,_0x10bf17._0x2e0f03)],_0x4127b9[_0x62e497(0x606,_0x10bf17._0x11e285,_0x10bf17._0x61fd01,_0x10bf17._0x85802d)](0x1973*-0x1+0x161b+0x4e8)[_0x62e497(0x817,_0x10bf17._0x198d3d,_0x10bf17._0x12efbd,_0x10bf17._0x6c189a)](_0x14df0b);}if(_0x4fdd74['Kjffo'](_0xced84a,_0x62e497(0x66c,_0x10bf17._0x554617,0x548,0x557))){const _0x234731={};return _0x234731['error']=_0x4fdd74[_0x62e497(0x482,_0x10bf17._0x5b33cd,0x589,_0x10bf17._0x4f75ec)],_0x234731['message']=_0x4fdd74['ZvBWn'],_0x4127b9[_0x62e497(0x7cf,_0x10bf17._0x471927,0x746,_0x10bf17._0x2ac916)](0xc5*0xd+0x403+-0xc74)[_0x62e497(0x652,_0x10bf17._0xcfb359,0x64f,_0x10bf17._0x2822ad)](_0x234731);}if(_0x4fdd74[_0x62e497(0x5d2,_0x10bf17._0xc42fd7,_0x10bf17._0x3a5dd0,_0x10bf17._0x1b0867)](_0x17b7d2,undefined)){if(_0x4fdd74[_0x257b50(0x3fb,0x5f9,_0x10bf17._0x187e72,0x48f)](_0x4fdd74[_0x257b50(0x764,_0x10bf17._0x40b3bf,_0x10bf17._0x12efbd,_0x10bf17._0x4c041a)],_0x4fdd74[_0x62e497(_0x10bf17._0x2127a0,0x51b,0x410,0x512)])){const _0x2a0609={};return _0x2a0609[_0x62e497(0x681,_0x10bf17._0x12ed80,0x656,_0x10bf17._0x1e178d)]=_0x62e497(0x64a,_0x10bf17._0x2804bc,0x6b8,0x652),_0x2a0609['message']=_0x62e497(_0x10bf17._0x38eb6c,0x60d,_0x10bf17._0x1f612a,0x578)+_0x1d4417+(_0x257b50(_0x10bf17._0x4b508a,_0x10bf17._0x231cd5,_0x10bf17._0x514d13,0x666)+_0x62e497(0x728,0x5fe,0x734,0x6eb)+'\x20\x27')+_0x42370b+'\x27',_0x577ff0[_0x257b50(0x75b,_0x10bf17._0x4fd037,0x6c4,0x60e)](0x8d0+0x1*-0x8c6+0x18a)['json'](_0x2a0609);}else{const _0x590d7e={};return _0x590d7e[_0x257b50(_0x10bf17._0x198d3d,_0x10bf17._0x4371f9,_0x10bf17._0x2e17f6,_0x10bf17._0x478729)]=_0x62e497(0x786,0x695,_0x10bf17._0x11b734,_0x10bf17._0x3c52f4)+'t',_0x590d7e[_0x257b50(0x78d,0x6eb,0x674,0x66b)]=_0x4fdd74[_0x62e497(0x4cc,_0x10bf17._0x52d307,0x519,_0x10bf17._0x10735a)],_0x4127b9[_0x257b50(0x703,0x7d2,0x6c4,_0x10bf17._0x3c15fe)](-0x2185*-0x1+-0xd5c+-0x17*0xcf)[_0x62e497(0x731,_0x10bf17._0x42eabf,0x80b,0x6ef)](_0x590d7e);}}const _0x18ebe6={};_0x18ebe6[_0x257b50(_0x10bf17._0x2be3e7,_0x10bf17._0x12209a,0x554,_0x10bf17._0x5c4b21)]=_0x4918c4[_0x257b50(_0x10bf17._0x24066b,_0x10bf17._0x3cfca2,_0x10bf17._0x4326a9,_0x10bf17._0x2e2416)],_0x18ebe6[_0x257b50(_0x10bf17._0x167d00,0x6f7,_0x10bf17._0x4c041a,_0x10bf17._0x31b7e7)]=_0x130d04,_0x18ebe6['filepath']=_0xced84a,_0x18ebe6[_0x257b50(0x5b1,0x54f,0x5a8,0x4d2)+'t']=_0x281942,_0x18ebe6[_0x257b50(0x67e,_0x10bf17._0x57e5f1,_0x10bf17._0xe4f6ce,0x811)]=_0x5200d1['id'],logger[_0x62e497(_0x10bf17._0x4ef9d7,0x542,_0x10bf17._0x2d67ad,_0x10bf17._0x28f72f)](_0x4fdd74[_0x62e497(0x620,0x66c,_0x10bf17._0x10652b,0x62f)],_0x18ebe6);const _0x6de8bf=_0x593d90[_0x257b50(_0x10bf17._0x1515e9,0x7ca,0x6fd,0x7c6)](_0x5d4b3d,_0xced84a),_0x3e759d=new Date()[_0x257b50(0x765,_0x10bf17._0x59c86,0x680,0x78b)+'g']();try{const _0xc46ba8=_0x593d90[_0x257b50(_0x10bf17._0x16f464,0x4bb,_0x10bf17._0x6db550,_0x10bf17._0x24d42f)](_0x6de8bf),_0xdd180={};_0xdd180['recursive']=!![],await _0x199fd3[_0x62e497(0x651,0x72e,_0x10bf17._0x59ff8d,_0x10bf17._0x5ad5b8)](_0xc46ba8,_0xdd180),await _0x199fd3[_0x257b50(_0x10bf17._0x4b6f76,_0x10bf17._0x2e9be5,_0x10bf17._0x3527e6,0x654)](_0x6de8bf,_0x17b7d2,_0x257b50(0x654,0x5f4,0x6de,0x5ce));const _0x1871e0={};_0x1871e0[_0x257b50(0x4e4,0x4b7,_0x10bf17._0x169924,0x49e)]=_0x4918c4['taskId'],_0x1871e0['skillId']=_0x130d04,_0x1871e0[_0x62e497(0x79f,_0x10bf17._0x3593f0,_0x10bf17._0x4a867a,_0x10bf17._0x1f280e)]=_0xced84a,_0x1871e0[_0x62e497(0x7a7,0x620,0x60b,_0x10bf17._0x22d5b7)]=_0x5200d1['id'],logger[_0x257b50(_0x10bf17._0x44616e,_0x10bf17._0x282973,0x5f6,_0x10bf17._0x1859ca)](_0x4fdd74['XvNfF'],_0x1871e0);const _0x288c85={};_0x288c85[_0x62e497(_0x10bf17._0x57fb29,0x580,0x5e4,0x5dc)]=!![],_0x288c85[_0x257b50(0x6ab,_0x10bf17._0x3ece51,0x6fa,0x810)]=_0x130d04,_0x288c85[_0x257b50(0x7cf,_0x10bf17._0x284a35,0x70b,0x7a4)]=_0xced84a,_0x288c85[_0x62e497(_0x10bf17._0x1c2ed1,_0x10bf17._0x3654c8,_0x10bf17._0x30caaa,0x531)]=_0x3e759d,_0x288c85[_0x62e497(0x59a,0x5d8,0x638,0x65a)+'askId']=_0x4918c4[_0x62e497(0x5b7,_0x10bf17._0x5e898b,0x458,_0x10bf17._0x797356)],_0x288c85[_0x257b50(_0x10bf17._0x59cb1a,_0x10bf17._0x473590,_0x10bf17._0x5b4b13,_0x10bf17._0x173670)+_0x257b50(_0x10bf17._0xbba6d5,0x699,_0x10bf17._0x104c7a,_0x10bf17._0xfebf0b)]=_0x5200d1['id'],_0x4127b9[_0x62e497(0x61d,_0x10bf17._0xebe21,_0x10bf17._0x206821,_0x10bf17._0x1e027b)](_0x288c85);}catch(_0x1a1371){const _0x45c6d7={};_0x45c6d7[_0x257b50(0x487,0x54c,0x554,_0x10bf17._0x59c27d)]=_0x4918c4['taskId'],_0x45c6d7[_0x62e497(_0x10bf17._0x7fbb4,_0x10bf17._0x1e97d4,0x7d7,0x6df)]=_0x130d04,_0x45c6d7[_0x62e497(_0x10bf17._0x3abed4,0x723,0x6bf,0x6f0)]=_0xced84a,_0x45c6d7['error']=_0x1a1371['message'],logger['error'](_0x257b50(0x599,_0x10bf17._0x6db550,_0x10bf17._0x32ee26,_0x10bf17._0xae9c12)+_0x257b50(0x5ed,_0x10bf17._0x46f6db,_0x10bf17._0x5e545c,_0x10bf17._0x3f1912)+_0x62e497(_0x10bf17._0x5b5345,_0x10bf17._0x4a5663,_0x10bf17._0x59b010,_0x10bf17._0x437541),_0x45c6d7);const _0xc80a84={};_0xc80a84[_0x257b50(0x5b6,_0x10bf17._0x3368e6,0x5d1,0x4c2)]=_0x4fdd74['ReSve'],_0xc80a84[_0x62e497(_0x10bf17._0x46f6db,_0x10bf17._0x5915b2,_0x10bf17._0x495db9,0x659)]=_0x4fdd74[_0x62e497(0x787,_0x10bf17._0x25d812,0x7be,_0x10bf17._0x153864)],_0x4127b9[_0x62e497(0x6fc,0x63f,_0x10bf17._0xd9db19,_0x10bf17._0x33219e)](0x1*0x607+0xcb*0xe+-0xf2d)[_0x257b50(0x6eb,_0x10bf17._0x3e78cb,0x70a,0x706)](_0xc80a84);}}),router['delete'](_0x917071(0x3b7,0x2a4,0x2c5,0x3f9)+'killId/fil'+_0x917071(0x296,0x2ed,0x19a,0x319),requireTaskAuth,validateSkillAccess,async(_0x16a4e1,_0x134cf9)=>{const _0x2c74d3={_0x10513b:0x159,_0x2d270e:0x43f,_0x41dd80:0x432,_0x5780a4:0x47b,_0x448981:0x445,_0x3247df:0x43,_0xa0eb14:0x129,_0x537ec2:0x69,_0x42f730:0xb2,_0x23d82b:0x6f,_0x3a5ee4:0x127,_0x1c7df2:0x1b4,_0x5c4358:0x4e1,_0x509e2d:0x46e,_0x1021df:0x37d,_0xfff8a8:0x3ba,_0x2148f7:0x216,_0x5433ea:0x136,_0x3137b1:0x4d8,_0x1b235b:0x5c9,_0x3eadcb:0x5a4,_0x3b62cc:0x1a5,_0x3edc04:0x125,_0x10bb71:0x1e2,_0x136935:0x3ef,_0xd3f896:0x423,_0x4acd4d:0x507,_0x44c18d:0x118,_0x3cd567:0x4a,_0x18b694:0x6,_0x1f8d88:0x106,_0x3096df:0x92,_0x2cdaf7:0x40,_0x2b4423:0x59c,_0x395b10:0x56f,_0x5df7c1:0x54d,_0x150552:0x672,_0x5f3740:0x57a,_0x50ed71:0x690,_0x895ad:0x7d,_0x310280:0x68,_0x45221d:0x16d,_0x242940:0x131,_0x61bddb:0x109,_0x40c975:0x4c1,_0x2803b3:0x3d0,_0x342658:0x13,_0x2e2991:0xab,_0x5e2e3f:0x98,_0x126d70:0x47,_0x46f4e6:0xd7,_0x2c7599:0x130,_0x5f1722:0x2e,_0x2a2303:0x529,_0x3c18c2:0x52c,_0x5b5aaf:0x5c6,_0x250545:0x408,_0x2ddd84:0x440,_0xd67a72:0x17e,_0x11f4b8:0x46,_0x536db7:0xbd,_0x48974b:0x34,_0x2e774e:0x6b,_0x4bbfa6:0x37f,_0x20b548:0xc7,_0x2bbd33:0xc4,_0x4a964a:0x1d,_0x1433b7:0x4be,_0x2d6f4b:0x3c8,_0x124061:0x3b9,_0x2dfa3f:0x31a,_0xc6e87e:0xf4,_0x507e11:0x533,_0x1bae17:0x589,_0x53e87b:0x4fc,_0x1e2ee8:0x157,_0xc9c126:0x8e,_0x3498fe:0x193,_0x4ef925:0x25,_0x5e5f3a:0x101,_0x3069d4:0x183,_0x4e3453:0x5bb,_0x527401:0x490,_0x4c6ce1:0x491,_0x314aa7:0x2a,_0x4614bb:0x79,_0x4ab672:0xee,_0x162833:0x40,_0x42c162:0x101,_0x491a1d:0x5a,_0x17b644:0xbb,_0x33d289:0x91,_0x25d145:0x101,_0xb6c2ef:0x13f,_0x1b6c43:0x413,_0x3d217d:0x340,_0x24a958:0x3e0,_0x48a99b:0x3f2,_0x4ef1ec:0x1d,_0x524cb1:0xf1,_0x557181:0x1b8,_0x497d79:0x5ca,_0x3b6039:0x63f,_0x10cfd3:0x535,_0x52895f:0x467,_0x13a5bf:0x37e,_0x2cedbe:0x460,_0x4e1693:0xf6,_0x3c83fa:0xe9,_0x36c470:0x13,_0x201c7a:0x7d,_0x252276:0x580,_0x39d1e4:0x5e5,_0x4adc0d:0x42,_0xed820d:0x125,_0x5cbe33:0x370,_0x16384a:0x6,_0x53175c:0x53c,_0x8ae165:0x51d,_0xbdcc7c:0x5c5,_0x4d4952:0xb0,_0xbb5d97:0x30,_0x555a92:0x10a,_0x3cbe50:0x1a0,_0x39d08f:0x3e8,_0x16ce0a:0x45b,_0x303da2:0x4f7,_0x390f20:0x11f,_0x3700e7:0x13e,_0x2a3a1e:0xbe,_0x5a01aa:0x134,_0x5b579b:0xb5,_0x16add3:0x46,_0x2b071f:0x4b5,_0x56fcca:0x556,_0x59d164:0x45c,_0x4394a5:0x5b9,_0x1c2e6c:0x68d,_0xfb550:0x619,_0x5e7006:0x419,_0xb2d77f:0x179,_0x3f0361:0xb3,_0x5b0ff9:0x391,_0x140d47:0x3fd,_0x25454e:0x4f0,_0x1a7008:0x508,_0x41644c:0x3d,_0x223c8a:0x70,_0x2f89fb:0x62,_0x14731e:0x20f,_0x295495:0x173,_0x29a9da:0x85,_0x7c3112:0x1b,_0x4308fe:0x0,_0x180fbe:0x38,_0x527fd6:0x73,_0xa3971:0x51,_0x4d976b:0x1f,_0x5e1ebf:0x6b,_0x237e71:0x551,_0x4d24f8:0x44b,_0x40641c:0x13a,_0x365571:0x3b,_0x47a514:0xcd,_0x1d8c8e:0x119,_0x3b6c58:0x4e8,_0x14f416:0x59a,_0x38613b:0x500,_0x3cb1b5:0x474,_0x1f235d:0x5bf,_0x33a852:0x4b8,_0x57fe6e:0x455,_0x1ccd11:0x8,_0x57f0e6:0xd1,_0x454d72:0x4a9,_0x5ef090:0x583,_0x22dc83:0x59d,_0x146045:0x5a1,_0x3ba9dd:0x132,_0x3240cd:0x1f0,_0x14008f:0x3e1,_0x4a3d45:0x2ca,_0x5c0a7b:0x3fa,_0x596290:0x505,_0x1c16b0:0x2fa,_0x1b4df:0x54e,_0x2cedbf:0x480,_0x1c8473:0x459,_0x5e3c98:0x591,_0x10c1d4:0xa,_0x25746a:0x39,_0x5e8167:0x61,_0x443d21:0x4e,_0x276992:0x531,_0x49441e:0x55e,_0x56bbb9:0x58c,_0x1cf0f7:0x43c,_0x3c7385:0x48c,_0x1fe9f5:0x3c6,_0x3bfafe:0x49a,_0x4d54c9:0x454,_0x46f6d8:0x2ea,_0x1a0523:0x4be,_0xdf71a5:0x102,_0x29acde:0xc4,_0x112fee:0x33,_0x355415:0x8d,_0x385928:0x8c,_0x15ae7c:0x44c,_0x52dcda:0x59e,_0x49ef03:0x13f,_0x10f8fb:0x21c,_0x5dbc38:0x66,_0x77e232:0x1cd,_0xec0d21:0x62,_0x1756a0:0x379,_0x42eab8:0x413,_0x3e136c:0x530,_0x524ea2:0x4fd,_0x226002:0x476,_0x553168:0x3d8,_0x1eda92:0x12b,_0x525902:0x5dd,_0x138515:0x4b6,_0x5630b9:0x170,_0x4c1379:0xbb,_0x15f31d:0x5d,_0x597cf6:0x2f},_0x175dd2={_0x3f65e0:0xb5,_0x554476:0x4d},_0x3561c6={};function _0x10e91c(_0x4f8db1,_0x59ac09,_0x166374,_0x599fc0){return _0x506a52(_0x4f8db1-_0x175dd2._0x3f65e0,_0x4f8db1- -0x147,_0x599fc0,_0x599fc0-_0x175dd2._0x554476);}_0x3561c6['AHlQF']='Internal\x20S'+_0x27a83a(0x104,_0x2c74d3._0x10513b,0x57,0x16b)+'r',_0x3561c6['NICJN']=_0x10e91c(_0x2c74d3._0x2d270e,0x4d9,0x4cc,0x3fe)+_0x10e91c(_0x2c74d3._0x41dd80,_0x2c74d3._0x5780a4,_0x2c74d3._0x448981,0x31d)+'ll',_0x3561c6['AXlsF']='Invalid\x20fi'+'le\x20path',_0x3561c6[_0x27a83a(0x16c,_0x2c74d3._0x3247df,0x132,0xa6)]=function(_0x137a25,_0x3b5874){return _0x137a25===_0x3b5874;},_0x3561c6[_0x27a83a(-0x185,0x5a,-0x91,-_0x2c74d3._0xa0eb14)]='SKILL.md',_0x3561c6[_0x27a83a(-_0x2c74d3._0x537ec2,-_0x2c74d3._0x42f730,0x2a,-_0x2c74d3._0x23d82b)]=_0x27a83a(0xe9,_0x2c74d3._0x3a5ee4,0xa7,_0x2c74d3._0x1c7df2)+'t',_0x3561c6[_0x10e91c(_0x2c74d3._0x5c4358,0x56f,0x3ef,0x474)]=_0x10e91c(_0x2c74d3._0x509e2d,_0x2c74d3._0x1021df,_0x2c74d3._0xfff8a8,0x4d2)+_0x27a83a(-0x15c,-_0x2c74d3._0x2148f7,-0xef,-_0x2c74d3._0x5433ea)+_0x10e91c(_0x2c74d3._0x3137b1,_0x2c74d3._0x1b235b,0x3d9,_0x2c74d3._0x3eadcb),_0x3561c6[_0x27a83a(_0x2c74d3._0x3b62cc,0xba,_0x2c74d3._0x3edc04,_0x2c74d3._0x10bb71)]=function(_0x32b1dd,_0x263a95){return _0x32b1dd!==_0x263a95;},_0x3561c6[_0x10e91c(_0x2c74d3._0x136935,0x34b,_0x2c74d3._0xd3f896,_0x2c74d3._0x4acd4d)]='MXowS',_0x3561c6[_0x27a83a(-_0x2c74d3._0x44c18d,_0x2c74d3._0x3cd567,_0x2c74d3._0x18b694,-_0x2c74d3._0x1f8d88)]=_0x27a83a(-0x14,0x67,-0x28,0x46),_0x3561c6[_0x27a83a(_0x2c74d3._0x3096df,-_0x2c74d3._0x2cdaf7,-0x5,-0x7c)]=_0x10e91c(_0x2c74d3._0x2b4423,_0x2c74d3._0x395b10,0x591,_0x2c74d3._0x5df7c1);function _0x27a83a(_0x4165ea,_0x357b3a,_0x2995cc,_0x2e1e35){return _0x917071(_0x2995cc- -0x311,_0x357b3a-0x12c,_0x2995cc-0x1af,_0x4165ea);}_0x3561c6[_0x10e91c(0x573,_0x2c74d3._0x150552,_0x2c74d3._0x5f3740,_0x2c74d3._0x50ed71)]=_0x27a83a(-0x113,_0x2c74d3._0x895ad,-_0x2c74d3._0x310280,-_0x2c74d3._0x45221d),_0x3561c6[_0x27a83a(-_0x2c74d3._0x242940,-_0x2c74d3._0x61bddb,-0x4e,0xbe)]=_0x10e91c(0x55d,_0x2c74d3._0x40c975,0x4e6,0x5a0)+_0x10e91c(0x46f,0x57b,_0x2c74d3._0x2803b3,0x44d)+_0x27a83a(_0x2c74d3._0x342658,_0x2c74d3._0x2e2991,0xa,-0x87),_0x3561c6['SnYbb']='jXDNG',_0x3561c6[_0x27a83a(-0x9a,_0x2c74d3._0x5e2e3f,-_0x2c74d3._0x126d70,_0x2c74d3._0x46f4e6)]=function(_0x1a7d28,_0x38fbcd){return _0x1a7d28===_0x38fbcd;},_0x3561c6['PNnYO']=_0x27a83a(-0xb2,-_0x2c74d3._0x2c7599,-0x79,_0x2c74d3._0x5f1722),_0x3561c6[_0x10e91c(0x404,_0x2c74d3._0x2a2303,0x401,0x43e)]=_0x10e91c(_0x2c74d3._0x3c18c2,_0x2c74d3._0x5b5aaf,_0x2c74d3._0x250545,_0x2c74d3._0x2ddd84),_0x3561c6[_0x27a83a(-_0x2c74d3._0xd67a72,_0x2c74d3._0x11f4b8,-0xc0,0x32)]='Failed\x20to\x20'+_0x27a83a(0x14b,_0x2c74d3._0x536db7,_0x2c74d3._0x48974b,-0x34)+_0x27a83a(0x238,0x231,0x128,_0x2c74d3._0x2e774e),_0x3561c6[_0x10e91c(0x40d,0x3cb,_0x2c74d3._0x4bbfa6,0x52c)]='Failed\x20to\x20'+_0x27a83a(-_0x2c74d3._0x20b548,-_0x2c74d3._0x2bbd33,0x3f,_0x2c74d3._0x4a964a)+'e';const _0x1b346a=_0x3561c6,{callingTask:_0x11a6b7,taskUser:_0x3924ef,skillId:_0x545843,skillPath:_0x75db12,environmentName:_0x1a5577}=_0x16a4e1,_0x4bc3c9=_0x16a4e1[_0x10e91c(0x4b1,0x469,0x550,_0x2c74d3._0x1433b7)][0x1770+-0xcd*-0xd+-0x21d9];if(_0x4bc3c9[_0x10e91c(_0x2c74d3._0x2d6f4b,0x3a9,_0x2c74d3._0x124061,_0x2c74d3._0x2dfa3f)]('..')){const _0x180e75={};return _0x180e75['error']=_0x27a83a(_0x2c74d3._0xc6e87e,0x1a,0xa7,0x17c)+'t',_0x180e75[_0x10e91c(_0x2c74d3._0x507e11,_0x2c74d3._0x1bae17,_0x2c74d3._0x53e87b,0x590)]=_0x1b346a[_0x27a83a(_0x2c74d3._0x1e2ee8,_0x2c74d3._0xc9c126,0x6f,_0x2c74d3._0x3498fe)],_0x134cf9[_0x10e91c(0x583,0x5d4,0x488,0x621)](0x2db+-0x51*-0x4b+0x1*-0x1906)[_0x27a83a(-0x1f,_0x2c74d3._0x4ef925,_0x2c74d3._0x5e5f3a,_0x2c74d3._0x3069d4)](_0x180e75);}if(_0x1b346a[_0x10e91c(0x5fa,0x6a4,0x627,_0x2c74d3._0x4e3453)](_0x4bc3c9,_0x1b346a['cbMdP'])){const _0x3d0b4e={};return _0x3d0b4e[_0x10e91c(_0x2c74d3._0x527401,0x52d,_0x2c74d3._0x4c6ce1,0x3a9)]=_0x1b346a[_0x27a83a(-0x43,0xce,_0x2c74d3._0x314aa7,_0x2c74d3._0x4614bb)],_0x3d0b4e[_0x27a83a(0x12c,0x142,0x6b,_0x2c74d3._0x4ab672)]='Cannot\x20del'+_0x27a83a(-0xe,-_0x2c74d3._0x162833,-_0x2c74d3._0x42c162,-_0x2c74d3._0x491a1d)+'md',_0x134cf9[_0x27a83a(-0x37,0x18c,_0x2c74d3._0x17b644,_0x2c74d3._0x33d289)](-0x2317+-0x665*0x6+-0xf01*-0x5)[_0x27a83a(0x34,0x4d,_0x2c74d3._0x25d145,_0x2c74d3._0xb6c2ef)](_0x3d0b4e);}const _0xc30279={};_0xc30279[_0x10e91c(_0x2c74d3._0x1b6c43,_0x2c74d3._0x3d217d,_0x2c74d3._0x24a958,_0x2c74d3._0x48a99b)]=_0x11a6b7[_0x27a83a(-0x185,0x24,-0xb5,_0x2c74d3._0x48974b)],_0xc30279[_0x27a83a(0xd5,_0x2c74d3._0x4ef1ec,_0x2c74d3._0x524cb1,_0x2c74d3._0x557181)]=_0x545843,_0xc30279[_0x10e91c(_0x2c74d3._0x497d79,0x5f7,_0x2c74d3._0x3b6039,_0x2c74d3._0x10cfd3)]=_0x4bc3c9,_0xc30279[_0x10e91c(_0x2c74d3._0x52895f,_0x2c74d3._0x13a5bf,0x3e1,_0x2c74d3._0x2cedbe)+'t']=_0x1a5577,_0xc30279[_0x27a83a(0xbf,_0x2c74d3._0x4e1693,_0x2c74d3._0x3c83fa,0x5d)]=_0x3924ef['id'],logger[_0x27a83a(0x3c,0xd7,-_0x2c74d3._0x36c470,-_0x2c74d3._0x201c7a)](_0x1b346a['HktIS'],_0xc30279);const _0x172bf0=_0x593d90[_0x10e91c(0x5bc,_0x2c74d3._0x252276,_0x2c74d3._0x39d1e4,0x6d3)](_0x75db12,_0x4bc3c9);try{if(_0x1b346a[_0x27a83a(_0x2c74d3._0x4adc0d,0x183,_0x2c74d3._0xed820d,0x141)](_0x1b346a[_0x10e91c(0x3ef,0x3c2,0x30b,_0x2c74d3._0x5cbe33)],_0x1b346a[_0x27a83a(0x14,0x93,_0x2c74d3._0x16384a,0xc9)])){const _0x1479ec=await _0x199fd3['stat'](_0x172bf0);if(_0x1479ec[_0x10e91c(_0x2c74d3._0x53175c,_0x2c74d3._0x8ae165,_0x2c74d3._0xbdcc7c,0x642)+'y']()){if(_0x1b346a[_0x27a83a(-_0x2c74d3._0x4d4952,-_0x2c74d3._0xbb5d97,-0x5,0x3b)]===_0x1b346a[_0x27a83a(0x82,_0x2c74d3._0x555a92,0xab,_0x2c74d3._0x3cbe50)])_0xab8dff[_0x10e91c(0x440,_0x2c74d3._0x39d08f,_0x2c74d3._0x16ce0a,_0x2c74d3._0x303da2)]=_0x3c4e2e;else{const _0x80a18d={};_0x80a18d[_0x10e91c(0x3b5,0x3cc,0x4d1,0x455)]=!![],_0x80a18d[_0x27a83a(_0x2c74d3._0x390f20,_0x2c74d3._0x3700e7,_0x2c74d3._0x2a3a1e,0x1a8)]=!![],await _0x199fd3['rm'](_0x172bf0,_0x80a18d);}}else await _0x199fd3['unlink'](_0x172bf0);const _0xc47101={};_0xc47101[_0x27a83a(0x66,-_0x2c74d3._0x5a01aa,-_0x2c74d3._0x5b579b,_0x2c74d3._0x16add3)]=_0x11a6b7['taskId'],_0xc47101[_0x27a83a(0x1b,0x104,0xf1,0x151)]=_0x545843,_0xc47101['filepath']=_0x4bc3c9,_0xc47101['userId']=_0x3924ef['id'],logger[_0x10e91c(_0x2c74d3._0x2b071f,0x56f,_0x2c74d3._0x56fcca,_0x2c74d3._0x59d164)](_0x1b346a['YXQDq'],_0xc47101);const _0x5a475f={};_0x5a475f['success']=!![],_0x5a475f[_0x10e91c(_0x2c74d3._0x4394a5,0x6b8,_0x2c74d3._0x1c2e6c,0x570)]=_0x545843,_0x5a475f['filepath']=_0x4bc3c9,_0x5a475f[_0x10e91c(0x51a,_0x2c74d3._0xfb550,_0x2c74d3._0x5e7006,0x58a)+_0x27a83a(-0x40,-_0x2c74d3._0xb2d77f,-_0x2c74d3._0x3f0361,-0x152)]=_0x11a6b7[_0x10e91c(0x413,_0x2c74d3._0x5b0ff9,_0x2c74d3._0x140d47,_0x2c74d3._0x25454e)],_0x5a475f[_0x10e91c(0x600,_0x2c74d3._0x1a7008,0x67b,0x6e7)+_0x27a83a(_0x2c74d3._0x41644c,-_0x2c74d3._0x223c8a,-_0x2c74d3._0x2f89fb,0x50)]=_0x3924ef['id'],_0x134cf9[_0x27a83a(0x5e,_0x2c74d3._0x14731e,0x101,0xa1)](_0x5a475f);}else{const _0x352a55={};_0x352a55['taskId']=_0xc4ee29[_0x27a83a(-0x66,-0x6d,-_0x2c74d3._0x5b579b,-_0x2c74d3._0x295495)],_0x352a55[_0x27a83a(0x1e0,_0x2c74d3._0x29a9da,_0x2c74d3._0x524cb1,-_0x2c74d3._0x7c3112)]=_0x35a788,_0x352a55[_0x27a83a(-0x157,_0x2c74d3._0x4308fe,-_0x2c74d3._0x180fbe,_0x2c74d3._0x527fd6)]=_0xaf4d58[_0x27a83a(-_0x2c74d3._0xa3971,-_0x2c74d3._0x4d976b,_0x2c74d3._0x5e1ebf,0xb5)],_0x14bcd5[_0x10e91c(0x490,_0x2c74d3._0x237e71,0x577,_0x2c74d3._0x4d24f8)](_0x27a83a(-_0x2c74d3._0x40641c,-0x19b,-0x89,0x4f)+_0x10e91c(_0x2c74d3._0x41dd80,0x4a0,0x456,0x366)+'ll',_0x352a55);const _0x5de4f3={};_0x5de4f3[_0x10e91c(0x490,0x508,0x4f1,0x441)]=_0x1b346a[_0x27a83a(0x111,_0x2c74d3._0x365571,_0x2c74d3._0x47a514,_0x2c74d3._0x1d8c8e)],_0x5de4f3['message']=_0x1b346a[_0x10e91c(_0x2c74d3._0x3b6c58,0x501,_0x2c74d3._0x14f416,0x455)],_0x240cf0['status'](0x17cc+0x1fbb+0x3593*-0x1)['json'](_0x5de4f3);}}catch(_0x896d54){if(_0x1b346a[_0x10e91c(_0x2c74d3._0x38613b,0x525,0x3e7,0x5f2)]!==_0x1b346a[_0x10e91c(0x500,0x5f8,_0x2c74d3._0x3cb1b5,_0x2c74d3._0x1f235d)]){const _0x8b2601={};return _0x8b2601['error']=_0x27a83a(0xef,0xb2,-0x6,-_0x2c74d3._0x537ec2),_0x8b2601['message']='Skill\x20\x27'+_0x2684a3+(_0x10e91c(0x527,_0x2c74d3._0x33a852,0x426,_0x2c74d3._0x57fe6e)+_0x27a83a(-_0x2c74d3._0x1ccd11,0x3b,-_0x2c74d3._0x57f0e6,-0x2a)+'er\x20environ'+_0x10e91c(_0x2c74d3._0x454d72,_0x2c74d3._0x5ef090,_0x2c74d3._0x22dc83,_0x2c74d3._0x146045)+_0x27a83a(-0x75,-0x161,-0x93,-0x8f)+_0x27a83a(0x3a,_0x2c74d3._0x3ba9dd,_0x2c74d3._0x390f20,_0x2c74d3._0x3240cd)+_0x10e91c(_0x2c74d3._0x14008f,_0x2c74d3._0x4a3d45,_0x2c74d3._0x5c0a7b,_0x2c74d3._0x596290)+_0x10e91c(0x3c2,_0x2c74d3._0x1c16b0,0x306,0x349)+_0x10e91c(_0x2c74d3._0x1b4df,0x5ff,0x551,0x5f8)+'ents\x20and\x20d'+_0x10e91c(_0x2c74d3._0x2cedbf,_0x2c74d3._0x1c8473,0x4cd,_0x2c74d3._0x5e3c98)),_0x8b2601[_0x27a83a(-_0x2c74d3._0x10c1d4,_0x2c74d3._0x25746a,-_0x2c74d3._0x5e8167,_0x2c74d3._0x443d21)+'ts']=_0x4c9011,_0x524670['status'](-0x1f7+0x22c3+-0x1*0x1f33)[_0x10e91c(0x5c9,_0x2c74d3._0x276992,0x61a,_0x2c74d3._0x49441e)](_0x8b2601);}else{if(_0x1b346a[_0x10e91c(0x481,_0x2c74d3._0x56bbb9,_0x2c74d3._0x1cf0f7,0x571)](_0x896d54[_0x10e91c(_0x2c74d3._0x3c7385,0x559,0x4a4,0x489)],_0x1b346a[_0x10e91c(_0x2c74d3._0x1fe9f5,_0x2c74d3._0x3bfafe,_0x2c74d3._0x4d54c9,_0x2c74d3._0x46f6d8)])){const _0x42d2c1={};return _0x42d2c1[_0x10e91c(0x490,_0x2c74d3._0x1a0523,0x570,0x3e3)]=_0x1b346a[_0x27a83a(-_0x2c74d3._0xdf71a5,-0x16,-_0x2c74d3._0x29acde,_0x2c74d3._0x112fee)],_0x42d2c1[_0x27a83a(_0x2c74d3._0x355415,-_0x2c74d3._0x385928,_0x2c74d3._0x2e774e,0xb8)]='File\x20\x27'+_0x4bc3c9+(_0x10e91c(0x4f6,_0x2c74d3._0x15ae7c,_0x2c74d3._0x52dcda,0x5e5)+'d'),_0x134cf9[_0x27a83a(_0x2c74d3._0x49ef03,-0x53,_0x2c74d3._0x17b644,0x1d2)](0x1793*0x1+0x2*0x9cb+-0x2995)[_0x27a83a(_0x2c74d3._0x10f8fb,0x123,_0x2c74d3._0x42c162,_0x2c74d3._0x5dbc38)](_0x42d2c1);}const _0x413a98={};_0x413a98[_0x27a83a(-_0x2c74d3._0x77e232,-_0x2c74d3._0xec0d21,-0xb5,-0x2f)]=_0x11a6b7[_0x10e91c(0x413,_0x2c74d3._0x1756a0,0x3a2,_0x2c74d3._0x42eab8)],_0x413a98[_0x10e91c(_0x2c74d3._0x4394a5,0x6c8,_0x2c74d3._0x3e136c,_0x2c74d3._0x524ea2)]=_0x545843,_0x413a98['filepath']=_0x4bc3c9,_0x413a98['error']=_0x896d54['message'],logger[_0x10e91c(0x490,_0x2c74d3._0x226002,0x591,_0x2c74d3._0x553168)](_0x1b346a['SYhnZ'],_0x413a98);const _0x3dcc7e={};_0x3dcc7e['error']=_0x1b346a[_0x27a83a(_0x2c74d3._0x1eda92,0x1c3,0xcd,0x1e5)],_0x3dcc7e[_0x10e91c(_0x2c74d3._0x507e11,0x422,_0x2c74d3._0x525902,_0x2c74d3._0x138515)]=_0x1b346a[_0x27a83a(-0x19a,-_0x2c74d3._0x5630b9,-_0x2c74d3._0x4c1379,-0x75)],_0x134cf9[_0x27a83a(_0x2c74d3._0x15f31d,0x3f,0xbb,_0x2c74d3._0x597cf6)](0x22d*-0x2+0x3e*-0x19+0xc5c)[_0x27a83a(0x171,-0x2,_0x2c74d3._0x5e5f3a,_0x2c74d3._0x47a514)](_0x3dcc7e);}}});function _0x2d54(){const _0x46a1fe=['C2STzwrPDcbWzq','Dhj1zq','Cunxtwm','DhLWzq','Dg9mB3DLCKnHCW','z2vTzw50ihjVDq','mta2mdvowLnAzK0','rNzAEvm','CMLUzW','BIbPCYbYzxf1Aq','BcbLBNzPCM9UBq','yxnZAwDUzwrtAW','CwPlrNa','EeTABu0','lcbOExbOzw5Zla','yLvxzvm','Eg1czLy','ELjzBLK','mtKYndu0mgf5t0XiBq','CM1PC3nPB24','vxnLifbbveniia','y29KzxiUANnVBG','yurgtgS','CMvHzezPBgu','y0rWq2G','u2TPBgWGzMLSzq','rxjqy3u','wMTOy3m','z2LmyMC','BwTKAxi','yxnZAwDUzwq','DuzbBvi','r05eEwS','CxDitxy','EvvPBuK','wxj1t2i','y0DMEM4','zMLSDgvY','DwvZDcb3AxrOia','vgfZAYbVD25LCG','BfHdr3O','uMPNqwm','l3nRAwXSCY86CW','qMfKifjLCxvLCW','CxnQyuy','yKzHAve','txfttg0','ELvOquq','B2XZ','BuvUDMLYB25Tzq','whPJrLa','u2TPBgWGBwfUyq','zsbKzwXLDgLUzW','AffRuee','z2vTzw50ihjLCq','DwvZDcbTAxnZAq','vxHKEKe','qNftzhm','Dxn0ignVBNrHAq','DfDHCwC','D3zls2G','ELbLD0e','shLyrey','C3rHDhvZ','BvjLz2LZDhj5','lMLTCg9YDgvKlq','zM9Yy2u','y3jLyxrLzej5','vw5HDxrOB3jPEG','BMCGwc1uyxnRlq','A2LSBeLKl2zPBa','ywrLCG','AxjVBM1LBNqGyW','DMLYB25Tzw50ia','v2fevNO','igLZihjLywqTBW','zwrhsuO','D3jPDguGzMLSzq','qxHRB1m','rMjhAw4','DgfZAW','quHSuuy','EKnuy1O','BffSshG','Chfhseq','C3bSAxq','z25Tzw50ihbLCG','C3qGyMuGysbZDa','reLPuLi','DxrMltG','r2vKvhG','mtm3nZeZmML4r2jeAq','ihjLz2LZDhj5','u2rrwLa','Dhv3wMu','u2vYDMLJzsbUBW','mtKXmLjizNHgEq','mZy5odqWnNPZB25pua','Exnqt1C','runWzeO','yMXJrwq','DfDyuLK','vgfZAYbOyxmGBG','DguGBM90igLUAq','u2fgAui','venyDwy','qM9KEsbPCYbYzq','zLvLs3i','zxbiyLu','DxnLCKLK','y2fSBgLUz1rHCW','twLoy0K','ywnbtKy','tLHnveS','ihnRAwXSCZP0yq','D1DwDue','z2HPvfC','C2TPBgXjza','icaTia','sw52ywXPzcb0yq','AM9PBG','CfnkBMW','CxzWvvC','Dw5RBM93BIb0yq','CuXZCg8','vhHfBwK','AY1LzgL0','vgvNAfm','C2LZDgvKihrVia','zcbPBIbZA2LSBa','qufNqKW','A0rnDxq','C3rYAw5NAwz5','ANnVBG','zMLSzxbHDgG','vuXJvKq','Bur5vM0','zYbZA2LSBcbKzq','wLnet1C','B3zwr1i','teWUBwq','sw50zxjUywWGuW','wLPlyKi','sMPPs20','A2HHqLG','iMrLBgv0zsiGBW','Bw9Kzq','C2XPy2u','zxDLuM8','CMvHzg9UBhK','Ae1xre8','D2fYBG','C2TPBgW','yMuGysbZDhjPBG','EfbnwLe','yMuGzwL0AgvYia','zw50CYbHBMqGza','CMvHzgrPCG','sfvTy1K','sgrUA1G','rfLpB1a','DcbZDgLSBcbHyW','C2SGsuq','B3jJzt10CNvLia','B2rYA1e','zw52tMfTzq','B0Hoz2G','uM9WqKu','uMzpzey','q1bbu2O','BguGCgf0Aa','BMnMz3G','BgWGzMLSzq','yujAqNC','Aw5Nig9YihvUyq','sNvhsuK','DgvKihnRAwXSCW','zunIr20','z2PJENK','y3jLyxrLzej5va','ExzzsNq','vvPvDNK','yMfrqNu','q29UDgvUDcbMAq','y2XLyw51CcK','CxvPCMvKigfUza','Evrqt3G','tLP5AgW','zgvSzxrLzej5vq','CeTJvvK','ChzTzKy','B0nhy0O','shfHwue','CMvJDxjZAxzL','vgHPCYbZA2LSBa','BYbLBNzPCM9UBq','Dw5HC3nPz24','rNrfvwO','vwD2A2u','u0jhAeG','veXyyuu','u2TPBgWGjW','BMuGzMLLBgqGBq','CxvLCNK','BwfYD2W','l3nRAwXSCW','AxqGzNjVBsbHBa','Aw5NihnRAwXS','AwXSCYbMCM9Tia','vxDOBMW','ue5Uwu8','zxrLifnlsuXmlG','Aw5JBhvKzxm','rMftuue','sefHwwK','BuzYC0W','rMHTuMK','qKrquem','EKPnEwq','u2TPBgWGDw5HCW','thLlsu0','B3qGyxnZAwDUzq','igfUzcbTDxn0ia','DMvYC2LVBG','CgvYC2LZDcbZAW','Bg9HzcbPBxbVCG','ru93Cfa','yxnZAwDUvg9fBG','z2rxyuC','Aw5NihnRAwXSia','wMP2y3e','BwvUDa','B255A0K','D2L0AezPBgvuEq','ihn0CMLUzW','AxnbCNjHEq','CenuwM8','Dg8GCMvTB3zLia','rNjtrKe','AgfUDw1LCMLJia','zuHfrMm','zNjVBNrTyxr0zq','EKP4B2q','u2TPBgWGsuqGBq','Cgf0y2G','uMvtDMu','y29KzxjdB25MAq','runuA08','C2z3EhG','mtiWodHMExPbv3G','AePWCK0','yKviDMe','AgXwuui','tvHtsgG','q1jeD0C','AK5pvxi','DxnLCM5HBwu','ig11C3qGyMuGyq','CejNzNe','BMvKihrVig90Aa','zcb0BYb0AgLZia','zgv0ywLSCW','Cg5Wqxy','DxrfugC','CMvHzcbMAwXL','wgLyt3a','vuPisKG','u1fgsxG','zML4z1a','BNrZ','CMvcqLe','vMfXqxe','B25wsgu','C2nVCMvZ','mZC5mtmXtwjPAvHR','ywnJzxnZ','u1LOBLO','D3rOC0q','uu1zwLm','DxbKyxrLzef0','Dhv2yvG','ENb0rNi','yxnZAwDUzwqGDa','Bgv0zq','A0X0yLO','BIbVBMX5igfSCa','CNnUqvK','DgfZA0LK','AfrWs1y','yxnRswq','C3LZDgvT','BMfTzq','s2vgtvO','CfrSAfa','D1vdA3e','jYbHBhjLywr5ia','DNniCNy','quDVvLG','AK52tKu','ywXSB3DLzc10BW','yxjNDw1LBNqTAa','u2TPBgWGzgvSzq','wfrZufm','Aerevfa','Ec10yxnRlwLK','yxr6tKu','zLrwr1C','vun1C1G','C3nPz25PBMCGCW','BgPks2C','CMvHzcbZA2LSBa','uNLJvwC','wff2BMW','AhHnDvC','C3rYAw5N','CenNC3i','D0n4vhm','u0TjteWUBwq','DxbKyxrLihnRAq','DgfZA3m','ChvZAa','CNvUihDPDgGGzG','vgfZAYbMzxrJAa','y2jnzfa','DvfJu1i','DgfZA1vZzxi','BM5VDcbIzsbTBW','t1DTzgy','wLrwy3u','z1DnDeG','zgvSzxrLzef0','rMfPBgvKihrVia','Bw9KzwW','rLb3AeW','wev5BwO','Be9HuKm','Bxnste8','rxHRDui','C2TPBgXZlMPZBW','qunOyxe','y3jLyxrLzej5vq','zgLYBMfTzq','Dw5HC3nPz25Lza','DgL2zsK','zgvZy3jPChrPBW','zxmVkG','uwT1u1e','ru5pru5u','zeXzD3m','oIbBxq','rMLSzsaN','wwrnCfO','tw1QsNK','DxbKyxrLigvUDG','zfzntxu','C2TPBgXZ','Dxn0igjLihbYBW','AvLREe4','EKXhq0O','DgLHBgL6zwq','wfnXBxi','yMDdBxa','ihvWzgf0zwqGyG','zxzduuW','wvLWuhy','igzPBgu','BMX5igfUzcbJyq','wevizLy','z25Lzcb0BYbLBG','su9SzLO','C2vYswq','zw52AxjVBM1LBG','zwqGzw52AxjVBG','vwDPwKO','ig5VDcbMB3vUza','AuTntg0','uw10v0y','q2P3whC','vgfZAYbKzwXLDa','igrLBgv0zwqGyG','rM9YyMLKzgvU','DwLYzwq','DxbKyxrLifnlsq','zhzrrK0','z1HJtM4','EMvK','u2TPBgWGBM90ia','sLHwq2G','uMfvqKm','A2v5CW','wvHrrhe','DwvnDu8','BwvUDcb0BYbJBW','nJuWq3fOug55','vNzrr3u','A0DVAeC','zwXLDguGAxqU','sNrZsha','nMnRBw9Xva','ihjLz2LZDhj5ia','De5NEgK','C2fuAhG','Dg90vKC','ALbyv1e','rxrpt3O','zgLYzwn0B3j5','tuHTy0S','Aufetve','y29Kzq','r25vD3G','DenVBMzPzW','A2vfz08','zxjYB3i','Eu9RDum','B3b1AfG','vxnLCIbSywnRCW','vgfZAYbJCMvHDa','DhjPBq','EvbUwg0','shDQzve','tMfTzsbPCYbYzq','wvHdCKu','zwXKigLZihjLCq','AKTHwMu','D3jPDgvgAwXL','y29eveW','DxbKyxrLigLTCa','r1DQwKe','vg1qEhK','BMCGC2TPBgWGzG','rKXSyuy','tvz6reG','BMzPzYbMAwXLia','zgLMAwvK','BYbHC3nVy2LHDa','Chv0','AgzzDe0','BwvUDhmUifjLlq','s2jbDM4','zwrPDgfIBgu','qxj0zw8','v2fouKu','CYbYzxf1AxjLza','BM90igHHDMuGCa','BhjTEgS','CgfYyw1Z','zgvSzxrLig9Yia','C2TPBgXqyxrO','kgLUlw1LBw9YEq','Aw5MBW','C3vJy2vZCW','u1LyseC','AwXSigfZC2LNBG','s2PMzM8','DxbKyxrLzej5vq','uerXwhe','ChDlC2O','EhHyAui','rw5NC1G','Bwf0y2G','vg5zrLG','DLfnu2S','q29UzMXPy3q','rgnhC3q','BwfW','z3fTu3q','Bw9KzsbTDxn0ia','sw52ywXPzcbZAW','AYaOD2L0Ag91Da','zLPRt3e','ls0T','CgvZ','BLLNwNa','C3rHCNrZv2L0Aa','Avvfuw0','DcbPBML0AwfSAq','r013DNG','DgvZDa','Esb0yxnR','vKznA1y','qxr0zw1WDcb0BW','vMHNAxi','swqGAgvHzgvY','q01uAwG','zMLSzq','D1Ljru0','rw52AxjVBM1LBG','BenOz3C','uLbHwfa','zw50CMLLCW','igvKAxqGCMvHza','BM1LBNrZ','ALPwBgC','sgT0svm','igzYB20GDgfZAW','wgDQAg0','s1fPCxC','DcbUB3qGzM91BG','v3PHsKe','CgfYC2u','tKLdsK4','DhvmAeS','CMvKigfUzcbTDq','whzozKy','y2vJD2K','A2LSBeLK','AwXSieLe','CMvHzcbJB25MAq','DMLKzwq','y3jLyxrLihnRAq','CfHAwgm','zw50','zxiGzw52AxjVBG','wfD4y3u','jYbUB3qGzM91BG','v1zvDMu','uu1AEve','wwLQu0W','C1nnA0G','C3rYEsbKDxjPBG','zgvSzxrLihnRAq','AvDwAg4','t2nQCMy','B3j0zwqGCMvNAq','u25zyMi','A2LSBa','r2zRshC','Dw5HC3nPz24GCW','u2TPBgWGAxmGBG','ChbHv2W','ntKXnZjYruvey3O','zgvSzxrLigzPBa','r21Jq00','A2LrENy','Dfvcy2O','yKvvyvq','surKvKe','u01zwLa','C2v0DxbqyxrO','DMLYB25Tzw50','yxnZAwDUAw5Nia','u2TPBgWGyxnZAq','rgvZy3jPChrPBW','ms4WlJa','zxHPC3rZ','AwXSCW','BePvsgq','B25MAwCGD2HPBa','DgvKigj5ihrHCW','yvvfs3a','zgvSzxrLzej5va','wKLVBKm','D3jPDguGC2TPBa','v0DAwLG','t0XdD1i','zxj2zxiGrxjYBW','u2TPBgWGy3jLyq','vgfZAYb1CgrHDa','y29UDgvUDa','vfjguvi','wNzcv24','BM90igzVDw5K','t254vwG','jYbPCYbHC3nPzW','CMvptNq','igfZC2LNBM1LBG','zw5KC1DPDgG','B25SEsbZA2LSBa','tM90iezVDw5K','De5HBwu','CIaIDw5HC3nPzW','BMzLtNe','yM9KEq','y2HHCMfJDgvYCW','sw52ywXPzcbMAq','BwvZC2fNzq','DxbKyxrLzej5va','Aw50','B2zhuMq','qvHSC0y','BcbMAwXL','tNfUBLG','zgvSzxrL','Dc5QC29U','AxneAxjLy3rVCG','BgvUz3rO','CMvTB3zLzezYBW','Dg9ju09tDhjPBG','y29UzMLNugf0Aa','y29UzMLNigzPBa','igfUzcb1BMrLCG','z2v0'];_0x2d54=function(){return _0x46a1fe;};return _0x2d54();}export default router;
|
|
1
|
+
(function(_0x30a363,_0x1a9cf1){const _0x4add48={_0x5ec5a4:0x5b8,_0x59f11e:0x50a,_0x31894b:0x57a,_0x3c44ba:0x448,_0x14ad5b:0x492,_0xbfad7a:0x4dc,_0x21a874:0x44b,_0x488251:0x62f,_0x577730:0x587,_0x47c9a5:0x54f,_0x5f1098:0x4e6,_0x2151f1:0x562,_0x42091d:0x60a,_0x4b03d1:0x42c,_0x3f0616:0x36a,_0x4ef741:0x3e3,_0x42ef5a:0x3af,_0x2878b6:0x455,_0x6a8adc:0x6e8,_0x50e1e5:0x4e0,_0x209a75:0x5e7,_0x2ef038:0x461,_0x417dca:0x20a,_0x3e066c:0x324},_0x4f7a15={_0x4aecbf:0x201},_0x1f44a5={_0x566dac:0x26f};function _0x3ab831(_0xdcdad3,_0x1e8abb,_0x3283bb,_0x381908){return _0x3a03(_0x3283bb-_0x1f44a5._0x566dac,_0xdcdad3);}function _0x295252(_0x19115a,_0x34ad7f,_0x1d0367,_0x409d6d){return _0x3a03(_0x409d6d-_0x4f7a15._0x4aecbf,_0x34ad7f);}const _0x3b96dc=_0x30a363();while(!![]){try{const _0x3500cb=parseInt(_0x3ab831(0x6bd,0x51f,_0x4add48._0x5ec5a4,_0x4add48._0x59f11e))/(-0xc4*0x32+0x1c5e+0x9eb)*(-parseInt(_0x295252(_0x4add48._0x31894b,_0x4add48._0x3c44ba,0x49c,0x56f))/(0x1929+0x1*0xe2+-0x1a09))+-parseInt(_0x3ab831(0x4d3,_0x4add48._0x14ad5b,_0x4add48._0xbfad7a,_0x4add48._0x21a874))/(0x250c+0x1d8c+-0x1*0x4295)+parseInt(_0x3ab831(0x583,0x5ce,0x5c1,_0x4add48._0x488251))/(0x36c+0xa1+0x409*-0x1)*(parseInt(_0x3ab831(_0x4add48._0x577730,_0x4add48._0x47c9a5,_0x4add48._0x5f1098,0x4d3))/(-0x113e+-0x129e+0x23e1))+-parseInt(_0x3ab831(0x5dd,_0x4add48._0x2151f1,0x4ee,_0x4add48._0x42091d))/(-0xbf3+0x1f*-0x139+0x31e0)*(parseInt(_0x295252(0x33c,0x3ed,0x496,_0x4add48._0x4b03d1))/(-0xf3d+-0x153e+0x2482))+-parseInt(_0x3ab831(_0x4add48._0x3f0616,_0x4add48._0x4ef741,_0x4add48._0x42ef5a,_0x4add48._0x2878b6))/(0xa36*0x2+-0x4b7*0x2+-0xaf6*0x1)*(-parseInt(_0x3ab831(_0x4add48._0x6a8adc,_0x4add48._0x50e1e5,_0x4add48._0x209a75,0x707))/(-0x1ced+0x3e8+0x85a*0x3))+-parseInt(_0x295252(0x49c,0x3ff,0x4d8,_0x4add48._0x2ef038))/(0x7c0+-0x270b+0x1f55)*(-parseInt(_0x295252(_0x4add48._0x417dca,0x3b1,0x40f,0x340))/(-0x13d7+0x569*-0x6+0xd16*0x4))+parseInt(_0x295252(0x341,_0x4add48._0x3e066c,0x299,0x343))/(-0x706+0xe8*-0x1f+0x2*0x1195);if(_0x3500cb===_0x1a9cf1)break;else _0x3b96dc['push'](_0x3b96dc['shift']());}catch(_0x191d1c){_0x3b96dc['push'](_0x3b96dc['shift']());}}}(_0x59f0,0x2*-0x7e23+0x3a804*0x1+0x308d));import _0x42e732 from'express';import{promises as _0x258a22}from'fs';import _0xe9b502 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';function _0x59f0(){const _0x5bd7ef=['nZC0AgL0twrk','rer3AvC','suT0Ewi','Bw9KzwW','ugnHs2K','AxqGzNjVBsbHBa','uM91DgvY','BvPAAee','EuD3EMK','CYbYzxf1AxjLza','BMzPzYbMAwXLia','s3fprg4','AvzPr3a','zKHlBg8','z25Tzw50ihbLCG','AK5Ty2O','BMvNqNa','z2v0','vgfZAYbVD25LCG','A0XrEeO','y29UDgvUDa','wLfgAxq','rKTHEwC','Dhzwzhq','yxnZAwDUzwq','BIbPCYbYzxf1Aq','zgvSzxrLzej5va','zejlBKC','BvjLz2LZDhj5','C2TPBgXjza','vhHJt1C','zM5MwM0','lcbOExbOzw5Zla','zgvSzxrLihnRAq','zNjVBNrTyxr0zq','DgvKigj5ihrHCW','EMLrqwK','wuTdrey','B2P6z3u','C2TPBgW','uhjLwhq','uKr4D1O','rMLSzsaN','Cg9ZDa','yLv5wNG','r3vJsg4','ruXUEfe','yMuGzwL0AgvYia','q3LIs0C','DgfZA0LK','yNvpD3G','shbVEwK','uMPsquS','C2LNBMvKigj5ia','Bw9Kzq','zYb3AgLSzsb1BG','DxnLCKLK','zuDPy3G','icaTia','BNrZ','Bhv2rvq','vej0wfi','zNHduK4','CKzwt3C','CuzIwfm','ru9AvuS','vgfZAYb1C2vYia','ruXlr1K','DeLdCNe','zMLSzq','Dw5HC3nPz24GCW','C2STzwrPDcbWzq','ru5uz0u','swTMEK4','DMLYB25Tzw50ia','swqGAgvHzgvY','ihnRAwXSCZP0yq','zM9Yy2u','D3jPDgvgAwXL','svzhrM8','zxPrC0S','zYbZA2LSBcbKzq','BcbLBNzPCM9UBq','zMj6D08','BMvKihrVig90Aa','CMvHzcbMAwXL','uvvKvLK','qMLpANG','Eej6Afm','su9wDMK','C2nVCMvZ','BwfW','qxLRBeu','ywrLCG','Bwf0y2G','rgvZy3jPChrPBW','y3jLyxrLzej5vq','zwrPDgfIBgu','q1zqyKC','vNvuzNa','EgXbsuy','sw50zxjUywWGuW','ANnVBG','u0Ppv08','B3qGyxnZAwDUzq','Dhr1qxC','ru5pru5u','Dw5RBM93BIb0yq','tuntzhm','DeTcAu0','rxfnEvm','zwXKigLZihjLCq','BhjNzM4','A1L2tu0','uwnMAfO','l3nRAwXSCY86CW','vgfZAYb1CgrHDa','zK12vgy','vxDmtvC','u2TPBgWGy3jLyq','zgvSzxrLzef0','tM90iezVDw5K','Esb0yxnR','CNbzs0m','tK53se4','AvbMENO','uhjmCfy','u2TPBgWGjW','u2TPBgWGsuqGAq','y3jLyxrLzej5va','B2XZ','v3nIDNO','A3z4Aee','zgvSzxrLzej5vq','yLHArw8','wNrUC3O','yxnZAwDUzwqGDa','EMvK','CwDwvLC','DhzRuM4','yvjIwKS','ELHNALi','rNjVBuvUDMLYBW','yu9PqMO','Aw50','wwDPvg4','uKPAAva','A2LSBeLKl2zPBa','DxbKyxrLifnlsq','D3jPDguGzMLSzq','uKXkz0W','vxnLCIbKB2vZia','zgvSzxrLig9Yia','twLZC2LUzYbylq','y2XLyw51CcK','AePdDei','BwvZC2fNzq','thrbyLy','ANHRshe','A2v5CW','BYbLBNzPCM9UBq','C3rHDa','wenUr1O','DcbZDgLSBcbHyW','C3vjChG','CeLNwgO','DenVBMzPzW','q29UDgvUDcbMAq','DLrRBLa','uePuEg0','ChvZAa','ufnQr1q','DMLKzwq','sgHvDMq','B29kC0O','vfPNvNu','Aw5NihnRAwXSia','BgHQBNO','rLLnBeW','Bgv2zgS','s3ryzLe','vhbwBxm','CLvKEgS','reXTywS','rKrbuvC','BMX5igfUzcbJyq','zw50','svDMAue','q2fUBM90igrLBa','ELPkBhy','wM1PthG','B3jJzt10CNvLia','BuvUDMLYB25Tzq','C2XPy2u','EMTTz1C','A2Tzvw4','r2Tnz04','B25SEsbZA2LSBa','sMfxrhi','yxnRswq','zsbZA2LSBhm','igfUzcbTDxn0ia','mtjHu2fPzKu','vw5HDxrOB3jPEG','C3rHCNrZv2L0Aa','igrLBgv0zwqGyG','s3LeyMO','ig11C3qGyMuGyq','z2rpA0m','tw9My2e','CxvPCMvKigfUza','otG4odrZqurnu3K','zuzVreG','AvHoBui','DeTyvLC','A2LSBeLK','C1LjwKe','u1Derxm','wg9fAMS','zxiGzw52AxjVBG','BguGCgf0Aa','EwXoB1C','EfLOzhO','DeP3ugS','kgLUlw1LBw9YEq','BM1LBNrZ','sgX3t1G','AvzsuMq','wgjrr3i','vKHktxu','vhf3u2K','B2vgrge','vgz0v1q','DMLYB25Tzw50','y29UzMLNugf0Aa','sw52ywXPzcbZAW','yMXIwgG','Ewjfveu','t3PMzNu','mtyZotHOuLfRCM4','rMfPBgvKihrVia','A2LSBa','yMuGysbZDhjPBG','wfnYy28','r1nOteO','qwztCvq','Dc5QC29U','ig5VDcbMB3vUza','r3fbywS','mtHuyxf6ufm','zxvds3q','t2jiyKm','DcbPBML0AwfSAq','CLfIsgC','vgHPCYbZA2LSBa','CgfYC2u','AhPRBfm','u2jfwKS','zgv0ywLSCW','DwnzuNu','rhrWuge','B3zZEey','ANDfrLC','uwTIyw8','zcbPBIbZA2LSBa','jYbPCYbHC3nPzW','rKzUCNy','uuzUt00','Bgr2zLe','C2TPBgXZugf0Aa','u2TPBgWGDxbKyq','vxnLCIbSywnRCW','DMvYC2LVBG','yxnZAwDUzwrtAW','uMvcAue','sMvyt2y','vgfZAYbMzxrJAa','Cgf0y2G','zfjfCxe','sgnot28','zw50CYbHBMqGza','zNDlBei','zwrvwwe','BgvUz3rO','zxHPC3rZ','zMLUza','vvfUwgu','s0Xxrgm','igzPBgu','AhPsDKC','z1fksNy','BwvUDcb0BYbJBW','D2fYBG','zwXLDguGAxqU','sMXgDMq','CMvHzcbZA2LSBa','C3rYAw5N','BMCGwc1uyxnRlq','uwvXDgW','EgvVrhy','C2vYswq','BwvUDhmUifjLlq','DLfVBve','rw5ir0m','B3j0zwqGCMvNAq','u2TPBgWGAxmGBG','C3qGyMuGysbZDa','ihjLz2LZDhj5ia','zfrSv0e','zw9wru8','rfr0v0G','CMvKigfUzcbTDq','zw1bu0C','rLzmsK0','uNruD1y','Bgv0zq','DguGBM90igLUAq','zxP3Exm','zgLMAwvK','u2jgwKm','sw52ywXPzcbMAq','C2TPBgXZoNrHCW','zwqGzw52AxjVBG','mte0ndaZm1LytvzqqW','nZCZodGWBxvztfPR','DgL2zsK','ndGWmta5mKT2t3fHAW','DwvZDcb3AxrOia','y3jLyxrLzef0','Dxn0igjLihbYBW','y29Kzq','D2L0AezPBgvuEq','zw52AxjVBM1LBG','y2zHrKW','su5PvLO','ihnRAwXS','AxneAxjLy3rVCG','txvwqxy','zw5KC1DPDgG','CM1PC3nPB24','zMLSDgvY','qM9KEsbPCYbYzq','wwvoDMO','v2PNwxi','wvnYtMe','C2TPBgXZlMPZBW','vMLStuC','sfnsr3y','DeHNDMe','zgvSzxrL','y0vSsMC','u2TPBgWGBwfUyq','A2fZsM0','rhvbrxG','q29UzMXPy3q','CgvZ','DezlCNC','vgXsB2O','zgLYzwn0B3j5','uLzXzwG','AwXSieLe','twvRwhG','CvPzBeW','C3nPz25PBMCGCW','BufnzMK','svDjDhq','rMTkv1u','wfHZwvy','BLzovLO','v1fwzuW','rwPbtw4','Dfr3Afi','DxbKyxrLigLTCa','rKLmq2u','EeXQvLq','DgfZAW','ELHWyKC','BM90igHHDMuGCa','vLzruuO','ue1nqKS','EfPgz3y','sunkB3i','u2TPBgWGBM90ia','zcb0BYb0AgLZia','yxnZAwDUAw5Nia','v21xt2e','rKfxswm','wgfLy0e','C3vJy2vZCW','y29KzxiUANnVBG','DxbKyxrLzef0','Ew5pwvi','lMLTCg9YDgvKlq','se9TwKq','ze9nyvO','DxnLCM5HBwu','EM1QuKu','AwXL','wwrZuMG','wLfOt2e','CMLUzW','qNf0vxu','rKPNEfe','EgjdthC','zxjTAxnZAw9Uia','u016Dgy','su1kvLm','ufvMuxy','igvKAxqGCMvHza','CMvHzgrPCG','Bunerfe','ywXSB3DLzc10BW','zfncBvG','zMLSzxm','zgLYBMfTzq','rxrLyw8','EeXZAuy','Dw5SAw5R','qMz4rLu','C2TPBgXqyxrO','y0XmwgW','CMvHzg9UBhK','z2vTzw50ihjLCq','Dxn0ignVBNrHAq','BwTKAxi','C2SGsuq','vgfZAYbKzwXLDa','DxbKyxrLzej5vq','D3zJCfC','t2Tzz2u','BgWGzMLSzq','zgPIAgm','BMCGC2TPBgWGzG','tMfTzsbPCYbYzq','ChHfqMC','BYbHC3nVy2LHDa','AgfUDw1LCMLJia','zgvSzxrLigzPBa','CgvtyMK','AMrgBvy','Aw5MBW','qxr0zw1WDcb0BW','zxj2zxiGrxjYBW','DePKEfG','z2nnr3C','CxvLCNK','zg5hzeq','CgvYC2LZDcbZAW','uK16rMK','r29Isxy','Bw9KzsbTDxn0ia','Au1uq1q','yNnyqvu','t0jRAeq','z2vTzw50ihjVDq','ihn0CMLUzW','rxnXwgC','uefXBe4','wKHvAwy','vKfmAwm','BwvUDa','zMLSzxbHDgG','u2n5zwq','qLvnvLC','vffutxa','wgDQD0K','D3jPDguGC2TPBa','DwvZDcbTAxnZAq','sNvLq1K','BxLcExe','CNvUihDPDgGGzG','BgX6why','qKjOrNa','DgfZA1vZzxi','DxbKyxrLzej5va','rM9YyMLKzgvU','BMuGzMLLBgqGBq','teWUBwq','rxjRDxK','zsbKzwXLDgLUzW','Chv0','uKnnq0K','yM9KEq','sMXOEhG','zxjYB3i','r1L1zKG','y2fSBgLUz1rHCW','jYbHBhjLywr5ia','BhrjAgG','DgLHBgL6zwq','svvpzNu','Dg9mB3DLCKnHCW','vgfZAYbOyxmGBG','uerUvLK','u3zPB3G','AM9PBG','C3rHDhvZ','rKHor3K','zNL1rwK','AwXSigfZC2LNBG','BgHJzfm','BMfTzq','CMvHzezPBgu','qxqGBgvHC3qGBW','wKXKrMq','sLbTCfi','vgfZAY1jzcbOzq','CMvJDxjZAxzL','wND1C1m','DgfluKu','igzYB20GDgfZAW','AwXSCW','B1zvDg8','ELvZy2K','v3vkwxO','yxjNDw1LBNqTAa','ihjLz2LZDhj5','DhjPBq','DvbhA04','u2TPBgWGsuqGBq','uw5ItNm','uNbtwxO','u2zHELq','qMfKifjLCxvLCW','yLzxDwi','ywX4rgy','txPzuge','ywLQALm','CIaIDw5HC3nPzW','y29UzMLNigzPBa','BKXir1G','Dg9ju09tDhjPBG','Aw5NihnRAwXS','BcbMAwXL','yLbIAKi','CgfYyw1Z','weDxB20','Duvsv0e','Dw5HC3nPz24','u2TPBgWGzgvSzq','zKruEKK','De5HBwu','qMHLrM0','Dg8GzwrPDcbZAW','BM5VDcbIzsbTBW','ywnJzxnZ','sK51DK8','s1vWzhq','rMzLvfu','tfPyt2S','uuL6CNG','wMvJrxu','wvHmAxy','CMfotLe','Ee5psuC','ihvWzgf0zwqGyG','Bg9HzcbPBxbVCG','BMvst0q','Aevbs3q','mtKYmJjhAvDVsMO','uwPhyM4','tgTTwuO','sLzcDxm','vLLksNC','jYbUB3qGzM91BG','l3nRAwXSCW','rxHyBuq','BM90igzVDw5K','wNPMuxC','zxmVkG','DxrMltG','CfbxsK4','q29ft3y','AY1LzgL0','uufnCxm','sLzrAuy','CNHIt3O','zgvZy3jPChrPBW','zw52tMfTzq','AwXSCYbMCM9Tia','C3LZDgvT','vezzsKG','rwXWvKq','EKjPAeW','C05AtMC','ufzTsMq','EefZD3e','C3rYAw5NAwz5','sunMqxO','vhfQBui','tNLdExe','u2TPBgWGzMLSzq','z3jdDva','reH0ve0','zNPQELG','ls0T','vhvsv1O','igLZihjLywqTBW','AYaOD2L0Ag91Da','u0TjteWUBwq','BIbVBMX5igfSCa','vgfZAYbJCMvHDa','wg1bs2O','BgfdCMy','sgLUExe','rw52AxjVBM1LBG','u0X5Dva','DgvKihnRAwXSCW','EKrqsNO','C2TPBgXZ','t2zuA3i','C2zou0G','mtbAEg5PyKC','ms4WlJa','ywfbweS','BfHwuLK','C2v0DxbqyxrO','y0T6qNa','Aw5JBhvKzxm','qMjAwfC','DgfZA3m','DxbKyxrLihnRAq','BvzgwhK','Dvrorum','uwXmwgS','ntqZmJqWzgLTveD0','C3bSAxq','CMvTB3zLzezYBW','z2LcuKC','vw9Sywe','z0zjuK8','Dg8GCMvTB3zLia','Dhj1zq','r1HXBfK','CwnnBMi','mJvrC2fiCM0','twzfvLm','B3jgvKm','oIbBxq','u2TPBgWGyxnZAq','AxnbCNjHEq','DhLWzq','wgHpzwe'];_0x59f0=function(){return _0x5bd7ef;};return _0x59f0();}const router=_0x42e732[_0x34b97a(0x5e1,0x5a3,0x67d,0x624)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x11dad5){const _0x2fae9e={_0x10b26b:0x1c6,_0x579a7d:0xcd,_0x58c7e5:0x1e9,_0x376d41:0xf},_0x6c9b2a={_0x382e7a:0x10a,_0x1bfc9c:0x0,_0x4f6246:0x722},_0x274bdf={_0x22cdba:0x2ba};tasks=_0x11dad5[_0x247054(-0x1c,-_0x2fae9e._0x10b26b,-0x11b,-0x159)];function _0x4033b2(_0x32794b,_0xdc9cdf,_0x458c78,_0x262d40){return _0x34b97a(_0x32794b-0x46,_0x32794b,_0x458c78-0x18b,_0x262d40- -_0x274bdf._0x22cdba);}function _0x247054(_0x19be25,_0x386d73,_0x2f8830,_0x19725d){return _0x34b97a(_0x19be25-_0x6c9b2a._0x382e7a,_0x386d73,_0x2f8830-_0x6c9b2a._0x1bfc9c,_0x2f8830- -_0x6c9b2a._0x4f6246);}setupPath=_0x11dad5[_0x247054(-_0x2fae9e._0x579a7d,-_0x2fae9e._0x58c7e5,-0x11f,_0x2fae9e._0x376d41)],coderConfig=_0x11dad5['coderConfi'+'g'];}export function updateSkillManagementConfig(_0xbfc5bf){coderConfig=_0xbfc5bf;}function getImportedSkillsRegistryPath(){const _0xc62fc={_0x2a942b:0x4ca,_0x53b83b:0x496,_0x3d6de7:0x4b0,_0x127bb9:0x3db,_0x2284cc:0x471,_0x298abe:0x425,_0x58bd6d:0x4b5,_0x420722:0x468,_0x145dbf:0x29c},_0x383f9c={_0x2a152b:0x136,_0x2bd2de:0x15f},_0xd65cce={_0x23195e:0xf3,_0x4d2d29:0x153},_0x186eff={};_0x186eff[_0xc0565(_0xc62fc._0x2a942b,0x5bf,0x603,0x42f)]=_0xc0565(0x502,_0xc62fc._0x53b83b,_0xc62fc._0x3d6de7,0x3e6);const _0x47bda5=_0x186eff;function _0x5a2284(_0xb4926c,_0xf0fe51,_0x999ea9,_0x1b3bc9){return _0x34b97a(_0xb4926c-_0xd65cce._0x23195e,_0x999ea9,_0x999ea9-0xd7,_0xf0fe51- -_0xd65cce._0x4d2d29);}function _0xc0565(_0x1b1419,_0x5b2177,_0x354c87,_0x345035){return _0x34b97a(_0x1b1419-_0x383f9c._0x2a152b,_0x345035,_0x354c87-_0x383f9c._0x2bd2de,_0x1b1419- -0xfa);}if(!setupPath)return null;return _0xe9b502[_0x5a2284(0x318,0x437,0x3ed,_0xc62fc._0x127bb9)](setupPath,_0x47bda5[_0x5a2284(0x5aa,_0xc62fc._0x2284cc,0x557,0x4b3)],_0xc0565(0x429,_0xc62fc._0x298abe,_0xc62fc._0x58bd6d,0x2ec)+_0x5a2284(_0xc62fc._0x420722,0x3a1,0x28d,_0xc62fc._0x145dbf)+'n');}async function loadImportedSkillsRegistry(){const _0x1a4fe2={_0x34e507:0x41a,_0x57d103:0x5d6,_0x1f21ca:0x573,_0x5374d8:0x43e,_0x3a015a:0x38e,_0xcb97f2:0x5a3,_0x520af5:0x3ee,_0x3184fc:0x45a,_0x213230:0x548,_0x195fc4:0x57c,_0x2ddfe0:0x55f,_0x8d3538:0x615,_0x14942e:0x4cd,_0x5d96ed:0x4ff,_0x439eaa:0x3ac,_0x3f250a:0x60c,_0x5bfe57:0x731,_0x240ebe:0x7ad,_0x45aa9b:0x6c1,_0x2bb807:0x882,_0x592f9c:0x745,_0x1bf624:0x3f1,_0x2c3607:0x505,_0x43aa8a:0x5bd,_0x4ecdc8:0x6c3,_0x1563b8:0x386,_0x3749aa:0x41b,_0x1884ee:0x70b,_0x1a9a8a:0x749,_0x1d9e5a:0x499,_0x7b34e1:0x458,_0xb17788:0x3e3,_0x1536b1:0x430,_0x411e6e:0x4b5,_0x18165e:0x648,_0x2ef569:0x769,_0x2bdeec:0x391,_0x563498:0x454,_0x5d3efa:0x548,_0x4cf2d6:0x57a,_0x3b6fb0:0x753,_0x4f21a5:0x422,_0x31f66e:0x375,_0x3c39ab:0x754,_0x307a9b:0x677,_0x47c76b:0x682,_0x17a2ac:0x4ea,_0x4ab34e:0x4d5,_0x37e8f7:0x5c6,_0x57db34:0x451,_0x294228:0x701,_0x4bfeed:0x5f0,_0x2f6bd0:0x6bf,_0x1074e8:0x764,_0x5c5e82:0x65a,_0x100d7c:0x605,_0x46dcfc:0x52b,_0xe39fcf:0x4c3,_0x3a3c18:0x712,_0x18035a:0x769,_0x5ec167:0x68a,_0x25fbe8:0x4e9,_0x50bba5:0x4ac,_0x259844:0x694,_0x1c442d:0x5e3,_0x5eff2e:0x59b,_0x248210:0x426,_0x2d9333:0x47f,_0x3721e1:0x520,_0x5c6f1c:0x481,_0x1f05cd:0x474,_0x3f40b1:0x562,_0x457e58:0x55d,_0x2a8ad9:0x695,_0x1ab558:0x5fe,_0xd6833c:0x518,_0xbee1ab:0x5ce,_0x4283a2:0x6de,_0x1fa20b:0x61a,_0x2740d6:0x65c,_0x9ccadb:0x6fa,_0x31a634:0x675,_0x2fe292:0x6f5,_0x40979c:0x67a,_0x5d883b:0x6a1,_0x22c8d1:0x5ba,_0x23db9c:0x7ac,_0x48fe1a:0x446,_0x3d7d67:0x48d,_0x532b77:0x437},_0x26f5f5={_0x3880c1:0x12d,_0x1ea24d:0x3b},_0xf77002={_0x41a216:0x1dc,_0x2b47c6:0x57},_0x168c9b={};_0x168c9b[_0x254313(_0x1a4fe2._0x34e507,0x4ca,_0x1a4fe2._0x57d103,_0x1a4fe2._0x1f21ca)]='Bad\x20Reques'+'t',_0x168c9b[_0x254313(_0x1a4fe2._0x5374d8,0x4ba,_0x1a4fe2._0x3a015a,_0x1a4fe2._0xcb97f2)]=_0x254313(0x381,_0x1a4fe2._0x520af5,0x464,0x44d)+_0x254313(_0x1a4fe2._0x3184fc,0x4de,0x5c8,0x489)+'\x22delete\x22\x20o'+_0x254313(_0x1a4fe2._0x213230,0x43c,_0x1a4fe2._0x195fc4,0x4f2)+'n\x22',_0x168c9b[_0x2fd7c5(0x586,_0x1a4fe2._0x2ddfe0,0x5fe,_0x1a4fe2._0x8d3538)]=_0x254313(_0x1a4fe2._0x14942e,0x491,_0x1a4fe2._0x5d96ed,_0x1a4fe2._0x439eaa),_0x168c9b[_0x2fd7c5(_0x1a4fe2._0x3f250a,0x5e8,0x6f4,_0x1a4fe2._0x5bfe57)]=function(_0x24ed88,_0x3b0507){return _0x24ed88!==_0x3b0507;},_0x168c9b['auhkN']='pMQJN',_0x168c9b['eGicx']='YWnIN',_0x168c9b[_0x2fd7c5(0x598,_0x1a4fe2._0x240ebe,0x677,0x5f3)]='utf-8';function _0x254313(_0x14d6bc,_0x3d1314,_0x26aa0b,_0x3a642b){return _0x34b97a(_0x14d6bc-_0xf77002._0x41a216,_0x3a642b,_0x26aa0b-_0xf77002._0x2b47c6,_0x3d1314- -0x16f);}function _0x2fd7c5(_0x212b8b,_0xa9bb20,_0xc343f8,_0x4185ed){return _0x34b97a(_0x212b8b-_0x26f5f5._0x3880c1,_0x212b8b,_0xc343f8-0x1c4,_0xc343f8-_0x26f5f5._0x1ea24d);}_0x168c9b['FKSMb']=_0x2fd7c5(_0x1a4fe2._0x45aa9b,_0x1a4fe2._0x2bb807,_0x1a4fe2._0x592f9c,0x885),_0x168c9b[_0x254313(0x45c,_0x1a4fe2._0x1bf624,_0x1a4fe2._0x2c3607,0x329)]=function(_0x59c288,_0x42fe4a){return _0x59c288===_0x42fe4a;},_0x168c9b['zmjRE']=_0x2fd7c5(0x598,_0x1a4fe2._0x43aa8a,_0x1a4fe2._0x4ecdc8,0x71b),_0x168c9b[_0x254313(0x324,_0x1a4fe2._0x1563b8,0x380,_0x1a4fe2._0x3749aa)]=_0x2fd7c5(_0x1a4fe2._0x1884ee,0x777,_0x1a4fe2._0x1a9a8a,0x7ba)+_0x254313(_0x1a4fe2._0x1d9e5a,_0x1a4fe2._0x7b34e1,0x4eb,0x460)+_0x254313(0x3f4,0x48b,0x3c7,_0x1a4fe2._0xb17788)+_0x254313(0x323,_0x1a4fe2._0x1536b1,0x3bf,_0x1a4fe2._0x411e6e);const _0x4e1169=_0x168c9b,_0x16e50d=getImportedSkillsRegistryPath();if(!_0x16e50d){const _0x4bcb67={};return _0x4bcb67[_0x2fd7c5(0x6d4,_0x1a4fe2._0x18165e,_0x1a4fe2._0x2ef569,0x66d)]=_0x4e1169[_0x254313(_0x1a4fe2._0x2bdeec,_0x1a4fe2._0x563498,0x4f2,0x4ec)],_0x4bcb67[_0x2fd7c5(0x704,_0x1a4fe2._0x5d3efa,0x637,0x522)]={},_0x4bcb67;}try{if(_0x4e1169['hJCtB'](_0x4e1169['auhkN'],_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x4cf2d6,0x702,0x692,_0x1a4fe2._0x3b6fb0)])){const _0x10137d=await _0x258a22[_0x254313(0x4a2,_0x1a4fe2._0x4f21a5,_0x1a4fe2._0x31f66e,0x516)](_0x16e50d,_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x3c39ab,0x622,_0x1a4fe2._0x307a9b,_0x1a4fe2._0x47c76b)]);return JSON[_0x254313(_0x1a4fe2._0x17a2ac,0x5ae,_0x1a4fe2._0x4ab34e,0x46c)](_0x10137d);}else{const _0x2600a7={};return _0x2600a7['error']=_0x4e1169[_0x254313(_0x1a4fe2._0x37e8f7,0x4ca,_0x1a4fe2._0x57db34,0x39d)],_0x2600a7[_0x2fd7c5(0x64a,0x616,0x6f5,0x5cc)]=_0x4e1169[_0x254313(0x41f,0x4ba,0x3ed,0x5f8)],_0x16a181[_0x2fd7c5(_0x1a4fe2._0x294228,0x576,_0x1a4fe2._0x37e8f7,_0x1a4fe2._0x4bfeed)](-0x24eb+0x4d8+0x21a3)[_0x2fd7c5(0x6b8,0x67d,_0x1a4fe2._0x2f6bd0,0x784)](_0x2600a7);}}catch(_0x8b7fb){if(_0x4e1169[_0x2fd7c5(0x7c0,_0x1a4fe2._0x1074e8,0x6f4,_0x1a4fe2._0x5c5e82)](_0x4e1169['FKSMb'],'blbXh')){const _0x136ab2={};_0x136ab2[_0x254313(_0x1a4fe2._0x100d7c,0x4cc,_0x1a4fe2._0x46dcfc,0x441)]=_0x56124a,_0x136ab2[_0x254313(0x382,0x410,0x382,_0x1a4fe2._0xe39fcf)]=_0x4040bc[_0x2fd7c5(0x619,_0x1a4fe2._0x3a3c18,0x6f5,_0x1a4fe2._0x18035a)],_0x3b84b2[_0x254313(_0x1a4fe2._0x5ec167,0x5d3,0x524,_0x1a4fe2._0x25fbe8)]('Failed\x20to\x20'+_0x254313(_0x1a4fe2._0x50bba5,0x5d6,_0x1a4fe2._0x259844,0x5f6),_0x136ab2);}else{if(_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x1c442d,0x531,_0x1a4fe2._0x5eff2e,0x45c)](_0x8b7fb[_0x2fd7c5(_0x1a4fe2._0x248210,_0x1a4fe2._0x2d9333,_0x1a4fe2._0x3721e1,_0x1a4fe2._0x5c6f1c)],_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x1f05cd,0x64f,_0x1a4fe2._0x3f40b1,_0x1a4fe2._0x457e58)])){const _0x3c5ccf={};return _0x3c5ccf[_0x2fd7c5(_0x1a4fe2._0x2a8ad9,0x744,0x769,0x839)]=_0x4e1169[_0x2fd7c5(0x67a,0x56d,_0x1a4fe2._0x1ab558,_0x1a4fe2._0xd6833c)],_0x3c5ccf[_0x2fd7c5(_0x1a4fe2._0xbee1ab,0x66c,0x637,_0x1a4fe2._0x4283a2)]={},_0x3c5ccf;}const _0x4dc71f={};_0x4dc71f[_0x2fd7c5(_0x1a4fe2._0x1fa20b,_0x1a4fe2._0x2740d6,0x5ba,_0x1a4fe2._0x9ccadb)]=_0x8b7fb[_0x2fd7c5(0x830,_0x1a4fe2._0x31a634,_0x1a4fe2._0x2fe292,_0x1a4fe2._0x40979c)],logger[_0x2fd7c5(_0x1a4fe2._0x5d883b,0x4a0,_0x1a4fe2._0x22c8d1,0x4fc)](_0x4e1169['VilMG'],_0x4dc71f);const _0x5bddd8={};return _0x5bddd8[_0x2fd7c5(0x6f0,0x846,0x769,_0x1a4fe2._0x23db9c)]=_0x4e1169['YXLiv'],_0x5bddd8[_0x254313(_0x1a4fe2._0x48fe1a,_0x1a4fe2._0x3d7d67,_0x1a4fe2._0x532b77,0x4dd)]={},_0x5bddd8;}}}function _0x3a03(_0x5736b5,_0x3802b3){_0x5736b5=_0x5736b5-(-0xe0a+-0x1*0x1c6e+0x2b9e);const _0x556e75=_0x59f0();let _0xc166c0=_0x556e75[_0x5736b5];if(_0x3a03['jgIbUu']===undefined){var _0x111e96=function(_0x2f043a){const _0x404629='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x21d390='',_0x544830='';for(let _0x5dad1e=0x545*-0x6+-0x13*-0x185+0x2bf,_0x28229a,_0x4c2bd2,_0x245e79=-0x1454+-0x1557+-0x29ab*-0x1;_0x4c2bd2=_0x2f043a['charAt'](_0x245e79++);~_0x4c2bd2&&(_0x28229a=_0x5dad1e%(0x8b*0x43+-0x1*-0x1792+-0x3bef)?_0x28229a*(0x1e9b+-0x19d3+-0x488)+_0x4c2bd2:_0x4c2bd2,_0x5dad1e++%(-0x4*-0x475+-0x42*-0x2b+-0x1ce6))?_0x21d390+=String['fromCharCode'](0x1470+-0x2156+-0x1*-0xde5&_0x28229a>>(-(0x1a*0xa7+0xed9+-0x1fcd)*_0x5dad1e&-0x12c+0x36f*0x3+-0x3f*0x25)):-0x540*0x3+0xdf*-0x19+0x2e3*0xd){_0x4c2bd2=_0x404629['indexOf'](_0x4c2bd2);}for(let _0x1d9b27=-0x18*0x71+0x20eb+-0x1653,_0x190318=_0x21d390['length'];_0x1d9b27<_0x190318;_0x1d9b27++){_0x544830+='%'+('00'+_0x21d390['charCodeAt'](_0x1d9b27)['toString'](0x1493+-0x1*0x1f23+0xaa0))['slice'](-(-0x3a1*0x2+0xa*0x319+-0xbdb*0x2));}return decodeURIComponent(_0x544830);};_0x3a03['cDUNbR']=_0x111e96,_0x3a03['ACOYfU']={},_0x3a03['jgIbUu']=!![];}const _0x45859e=_0x556e75[-0x7*-0x31d+-0x1d91+0x7c6],_0x5579dd=_0x5736b5+_0x45859e,_0xaf82eb=_0x3a03['ACOYfU'][_0x5579dd];return!_0xaf82eb?(_0xc166c0=_0x3a03['cDUNbR'](_0xc166c0),_0x3a03['ACOYfU'][_0x5579dd]=_0xc166c0):_0xc166c0=_0xaf82eb,_0xc166c0;}async function saveImportedSkillsRegistry(_0x16c4bb){const _0x7c5915={_0x19f474:0x543,_0x308bde:0x479,_0x73d380:0x417,_0xc87d3f:0x4fe,_0x41209d:0x599,_0x865635:0x535,_0x3fa900:0x4cf,_0x2dc20d:0x562,_0x25e31f:0x377,_0x5a34e9:0x4ce,_0x1f1a46:0x5c8,_0x5cbf34:0x716,_0x3035d5:0x483,_0x1b4223:0x46c,_0x2ddc17:0x37d},_0x390995={_0x19349e:0x7,_0x122ab2:0x92},_0x1a841e={'QQmyE':function(_0x17fecb){return _0x17fecb();},'VVQQJ':_0x3dd5a8(0x568,_0x7c5915._0x19f474,_0x7c5915._0x308bde,0x64e)},_0x580d37=_0x1a841e['QQmyE'](getImportedSkillsRegistryPath);function _0x3dd5a8(_0x43c915,_0x5bad1b,_0x308dde,_0x5a9193){return _0x34b97a(_0x43c915-_0x390995._0x19349e,_0x308dde,_0x308dde-0xa,_0x5bad1b- -_0x390995._0x122ab2);}if(!_0x580d37)return;function _0x3c9ed1(_0x379a7f,_0x4e9faf,_0x983948,_0x4fea44){return _0x34b97a(_0x379a7f-0x13,_0x983948,_0x983948-0xe5,_0x4e9faf- -0x61b);}const _0x2f7573={};_0x2f7573[_0x3dd5a8(_0x7c5915._0x73d380,0x504,0x59c,_0x7c5915._0xc87d3f)]=!![],await _0x258a22[_0x3dd5a8(_0x7c5915._0x41209d,0x4b1,_0x7c5915._0x865635,_0x7c5915._0x3fa900)](_0xe9b502[_0x3dd5a8(_0x7c5915._0x2dc20d,0x4a7,0x3fc,_0x7c5915._0x25e31f)](_0x580d37),_0x2f7573),await _0x258a22[_0x3dd5a8(_0x7c5915._0x5a34e9,0x5da,_0x7c5915._0x1f1a46,_0x7c5915._0x5cbf34)](_0x580d37,JSON[_0x3dd5a8(0x61e,0x554,0x606,0x578)](_0x16c4bb,null,-0x1df1+-0xd3a+0x62b*0x7),_0x1a841e[_0x3dd5a8(0x3fb,_0x7c5915._0x3035d5,_0x7c5915._0x1b4223,_0x7c5915._0x2ddc17)]);}async function getSkillFlags(_0x1cb47d){const _0x4d1573={_0x3ff53a:0xff,_0x14255a:0x189,_0x3083c7:0x118,_0x598cf7:0x67},_0x536c3a={_0x3a4c9c:0x96,_0x262f87:0x714},_0x14d361={_0x3e0c69:0x130},_0x35abc3={'qcMnb':function(_0x41fb66){return _0x41fb66();}},_0x170bf6=await _0x35abc3[_0x53b7af(-0x1f6,-_0x4d1573._0x3ff53a,0x3b,-_0x4d1573._0x14255a)](loadImportedSkillsRegistry);function _0x22d2b1(_0x70c497,_0x3ebfa0,_0x4f920d,_0xdf99fb){return _0x34b97a(_0x70c497-_0x14d361._0x3e0c69,_0xdf99fb,_0x4f920d-0x89,_0x70c497- -0x10c);}function _0x53b7af(_0x33c046,_0x539bed,_0x45692d,_0x13a998){return _0x34b97a(_0x33c046-_0x536c3a._0x3a4c9c,_0x13a998,_0x45692d-0x182,_0x539bed- -_0x536c3a._0x262f87);}return _0x170bf6[_0x53b7af(-0xc8,-_0x4d1573._0x3083c7,-0x5d,-_0x4d1573._0x598cf7)][_0x1cb47d]?.['flags']||{};}async function isSkillReadonly(_0x3dcd20){const _0x33946c={_0x106e68:0x446,_0x54f983:0x41e,_0x3c1af5:0x481,_0xc8889d:0x423,_0x9356a2:0x411,_0xe37f5d:0x330,_0x15bf74:0x35,_0x45ab3f:0x172,_0xc89d7c:0x437,_0x4e9678:0x178,_0x3bc25d:0x26,_0x357a0d:0xb4,_0x9e74e2:0xd3},_0x5a7d75={_0xad3e23:0x11f,_0x2b379c:0x6b2},_0x1b3f8e={_0x5b2027:0x171,_0x4f5c1e:0x233};function _0x193397(_0x55ceeb,_0x702189,_0x430903,_0x520cb8){return _0x34b97a(_0x55ceeb-_0x1b3f8e._0x5b2027,_0x702189,_0x430903-0x5a,_0x430903- -_0x1b3f8e._0x4f5c1e);}const _0x13bcbb={'RLJgL':function(_0x5856d9,_0x3b7837){return _0x5856d9(_0x3b7837);},'ojzgu':function(_0x227779,_0x53b258){return _0x227779===_0x53b258;}};function _0x14df5f(_0x4c6d50,_0x56510b,_0x8343ec,_0x50578f){return _0x34b97a(_0x4c6d50-0xbe,_0x8343ec,_0x8343ec-_0x5a7d75._0xad3e23,_0x50578f- -_0x5a7d75._0x2b379c);}const _0x3ed4dc=await _0x13bcbb[_0x193397(_0x33946c._0x106e68,_0x33946c._0x54f983,_0x33946c._0x3c1af5,0x412)](getSkillFlags,_0x3dcd20);return _0x13bcbb[_0x193397(_0x33946c._0xc8889d,0x39f,_0x33946c._0x9356a2,_0x33946c._0xe37f5d)](_0x3ed4dc[_0x14df5f(-_0x33946c._0x15bf74,-0x166,-0x15f,-_0x33946c._0x45ab3f)],!![])||_0x13bcbb[_0x193397(0x352,_0x33946c._0xc89d7c,0x411,0x325)](_0x3ed4dc[_0x14df5f(-_0x33946c._0x4e9678,-_0x33946c._0x3bc25d,-_0x33946c._0x357a0d,-_0x33946c._0x9e74e2)],!![]);}function parseSkillMd(_0x2719c7){const _0x41024c={_0x36e78b:0x340,_0x428811:0x239,_0x3d447b:0x304,_0x18a9c9:0x515,_0x18e9da:0x123,_0x1d5c9f:0x223,_0x531de4:0xfe,_0x15185d:0x10,_0x594d2a:0x50a,_0x3cc3df:0x4c7,_0x37a592:0x552,_0x2bf9ca:0x394,_0x59e0bb:0x12f,_0xa545c3:0x2a9,_0x4eee83:0x3d5,_0x3c1fe7:0x376,_0x3399e7:0x36e,_0xacc61d:0x358,_0x302575:0x7b,_0x347bf8:0x15,_0x2e39bb:0x164,_0x49ab76:0x1f2,_0x17d8fe:0x2ec,_0x433dd9:0x1fb,_0x3bb2ea:0x1d9,_0x581aa9:0xcb,_0x48ff17:0x4f,_0x25efbe:0xdb,_0x3635f6:0xe0,_0x224bda:0x432,_0x33d73b:0x169,_0x5b17b7:0x61,_0x3c6c46:0x7c,_0x3a2122:0x473,_0x719b41:0x33c,_0x1a8b65:0x77,_0x496bc1:0x8d,_0x296cd1:0x97,_0x44c339:0x44,_0x372bab:0x3d6,_0x1dbf76:0x499,_0x1076e8:0x148,_0x40b0fd:0x14b,_0x2c0b1a:0x48,_0x2b72d9:0x1b,_0x96ad16:0x170,_0xe61684:0x2eb,_0x4036be:0x3d7,_0x382661:0x395,_0x3345ad:0xb1,_0x49ab77:0x41,_0x425359:0x43,_0x3b312d:0x8b,_0xf96e66:0x338,_0xf355f8:0x37f,_0x5a1cde:0x36f,_0x496a9c:0x4e,_0x2ec501:0x51,_0xfc8547:0xd0,_0x3cc5e6:0xfe,_0x1d15d0:0x1e4,_0x47b1cc:0x9c,_0x17bc70:0xda,_0x5e90d8:0x398,_0x1cf444:0x496,_0x20dca0:0x456,_0x27a1e9:0x4f4,_0x21c23c:0x2d,_0x399749:0x45,_0xb17ec7:0x10a,_0x61ebd9:0x445,_0xa2d389:0x53d,_0x2e4fac:0x14c,_0x587276:0x4f,_0x1f6579:0x4c,_0x36798a:0x72,_0x297a31:0x473,_0x460166:0x58a,_0x47fd79:0x404,_0x21f0b9:0x334,_0x25e512:0x265,_0x525506:0x348,_0xa35bf6:0x435,_0x34862c:0x24,_0x54bc79:0x134,_0x273406:0x4da,_0x2c8af5:0x369,_0x4dabf8:0x326,_0x2aceb0:0x37d,_0x3c789d:0xab,_0x394823:0x2b6,_0x4f7c15:0x263,_0x4fed17:0x185,_0x180d30:0x9f,_0x3a4a5a:0x1d5,_0x1e015e:0x19e,_0x38b151:0xa0,_0x2a4da9:0x32,_0x9145e:0x166,_0x4a210d:0xa,_0x386722:0x27,_0x372c22:0x3a,_0x58f879:0x10c,_0x7dcb1c:0x1e8,_0x58af1b:0x4a0,_0x47c38a:0x353,_0x4e7cb0:0x90,_0x16f2b2:0x1a5,_0x453739:0xb6,_0x5dde14:0x3f0,_0x263705:0x555,_0x570206:0x4a8,_0x1c6aaa:0x470,_0x41a77d:0x19b,_0x2f04a2:0x80,_0x171715:0xa0,_0x34545f:0xcd,_0x4b2dfe:0x97,_0x2e4c3c:0xf,_0x2b5387:0xc2,_0x5eea1c:0x42},_0x21bf92={_0x3157ba:0xb8,_0x3de04c:0x237},_0x149125={};_0x149125[_0x17e302(0x356,_0x41024c._0x36e78b,_0x41024c._0x428811,0x462)]=_0x17e302(0x36f,0x3f1,0x25f,_0x41024c._0x3d447b)+'t',_0x149125[_0x17e302(0x4da,0x5f3,_0x41024c._0x18a9c9,0x42e)]='Failed\x20to\x20'+_0x4e02ab(-_0x41024c._0x18e9da,-0xe5,-_0x41024c._0x1d5c9f,-0xae)+_0x4e02ab(-0xd4,-0xb1,-_0x41024c._0x531de4,_0x41024c._0x15185d)+_0x17e302(_0x41024c._0x594d2a,0x451,0x4a0,0x4a1)+_0x17e302(0x3f1,0x4e2,0x368,0x31a)+_0x17e302(_0x41024c._0x3cc3df,_0x41024c._0x37a592,0x4ac,_0x41024c._0x2bf9ca)+'\x20assignmen'+_0x4e02ab(0x19f,0x82,_0x41024c._0x59e0bb,0xff)+_0x17e302(_0x41024c._0xa545c3,_0x41024c._0x4eee83,_0x41024c._0x3c1fe7,0x3ca),_0x149125[_0x17e302(_0x41024c._0x3399e7,0x267,0x457,_0x41024c._0xacc61d)]=function(_0x26d3f0,_0x565e69){return _0x26d3f0<_0x565e69;},_0x149125['Hinyq']=function(_0x34f613,_0x3a5554){return _0x34f613===_0x3a5554;},_0x149125[_0x4e02ab(-0x74,-0x41,-0x13,-0xa0)]=_0x4e02ab(-_0x41024c._0x302575,-0x51,-0x170,_0x41024c._0x347bf8),_0x149125[_0x4e02ab(-_0x41024c._0x2e39bb,-0xd0,-_0x41024c._0x49ab76,-0x103)]=function(_0x106f1d,_0x4a5aa2){return _0x106f1d===_0x4a5aa2;},_0x149125[_0x4e02ab(0x66,-0x49,-0x10,-0xf4)]='rMmkQ',_0x149125[_0x17e302(0x2d5,_0x41024c._0x17d8fe,_0x41024c._0x433dd9,_0x41024c._0x3bb2ea)]=function(_0x4aef2d,_0x506129){return _0x4aef2d+_0x506129;},_0x149125[_0x4e02ab(-_0x41024c._0x581aa9,_0x41024c._0x48ff17,-_0x41024c._0x25efbe,_0x41024c._0x3635f6)]=function(_0x21ca01,_0x23dc4e){return _0x21ca01===_0x23dc4e;},_0x149125[_0x17e302(0x352,0x246,_0x41024c._0x224bda,0x47a)]='allowed-to'+_0x4e02ab(_0x41024c._0x33d73b,_0x41024c._0x5b17b7,-_0x41024c._0x3c6c46,0x16d),_0x149125[_0x17e302(_0x41024c._0x3a2122,0x4d1,0x4ad,_0x41024c._0x719b41)]=_0x4e02ab(-_0x41024c._0x1a8b65,_0x41024c._0x496bc1,_0x41024c._0x296cd1,-_0x41024c._0x44c339);const _0x13a186=_0x149125,_0x31979a=_0x2719c7[_0x17e302(_0x41024c._0x372bab,0x4fd,_0x41024c._0x1dbf76,0x382)]('\x0a'),_0x1599bb={};let _0x2a442a=![],_0x15665d=![];function _0x4e02ab(_0x579ce5,_0x4e5227,_0x32a3f3,_0x2540e6){return _0x34b97a(_0x579ce5-0x53,_0x32a3f3,_0x32a3f3-0x106,_0x4e5227- -0x63f);}function _0x17e302(_0x4a5135,_0x134731,_0x3f282f,_0x53e4d7){return _0x34b97a(_0x4a5135-_0x21bf92._0x3157ba,_0x134731,_0x3f282f-0xc8,_0x4a5135- -_0x21bf92._0x3de04c);}let _0x5e3234=-0x19fd+0x845+-0x12*-0xfc;for(let _0x560088=-0x1*-0x11b1+-0x22c0+0x110f;_0x13a186[_0x4e02ab(-0xb4,-0x9a,-0x163,-0x58)](_0x560088,_0x31979a[_0x4e02ab(_0x41024c._0x1076e8,0xfa,0x200,0xc1)]);_0x560088++){const _0x57e62f=_0x31979a[_0x560088];if(_0x13a186[_0x4e02ab(-_0x41024c._0x40b0fd,-_0x41024c._0x2c0b1a,_0x41024c._0x2b72d9,-_0x41024c._0x96ad16)](_0x560088,-0x19b1+0x10e3+0x8ce)&&_0x13a186[_0x17e302(0x3c0,_0x41024c._0xe61684,_0x41024c._0x4036be,_0x41024c._0x382661)](_0x57e62f[_0x4e02ab(-0x6f,-0x9f,0x37,-_0x41024c._0x3345ad)](),_0x13a186[_0x4e02ab(0xa5,-_0x41024c._0x49ab77,_0x41024c._0x425359,-_0x41024c._0x3b312d)])){_0x2a442a=!![];continue;}if(_0x2a442a){if(_0x13a186[_0x17e302(_0x41024c._0xf96e66,_0x41024c._0xf355f8,0x3a6,_0x41024c._0x5a1cde)](_0x57e62f['trim'](),_0x4e02ab(_0x41024c._0x496a9c,-_0x41024c._0x2ec501,_0x41024c._0xfc8547,-_0x41024c._0x3cc5e6))){if(_0x13a186['laCrf']===_0x13a186['laCrf']){_0x2a442a=![],_0x15665d=!![],_0x5e3234=_0x13a186[_0x4e02ab(-_0x41024c._0x1d15d0,-0x133,-_0x41024c._0x47b1cc,-_0x41024c._0x17bc70)](_0x560088,0x106*0x26+0xbf5*0x2+-0x3ecd);continue;}else{const _0x584067={};return _0x584067['error']=_0x13a186['fyuEi'],_0x584067['message']=_0x17e302(0x48e,0x51c,_0x41024c._0x5e90d8,_0x41024c._0x1cf444)+_0x17e302(_0x41024c._0x20dca0,0x3f6,_0x41024c._0x27a1e9,0x51c)+'uired',_0x597de1['status'](0x1*-0x22d7+-0x41b+0x2882)[_0x4e02ab(-_0x41024c._0x21c23c,_0x41024c._0x399749,0x2b,_0x41024c._0xb17ec7)](_0x584067);}}const _0x280f43=_0x57e62f[_0x17e302(_0x41024c._0x61ebd9,0x39a,0x406,_0x41024c._0xa2d389)](/^([a-z-]+):\s*(.*)$/);if(_0x280f43){const [,_0x5bef74,_0x579205]=_0x280f43;if(_0x13a186[_0x4e02ab(_0x41024c._0x2e4fac,_0x41024c._0x48ff17,-_0x41024c._0x48ff17,0x173)](_0x5bef74,_0x13a186['Sviox'])&&!_0x579205['trim']()){if(_0x13a186[_0x4e02ab(-0x39,_0x41024c._0x587276,_0x41024c._0x1f6579,-_0x41024c._0x36798a)](_0x13a186[_0x17e302(_0x41024c._0x297a31,0x454,_0x41024c._0x460166,0x443)],_0x13a186['aRbZK']))_0x1599bb[_0x5bef74]=[];else{const _0xe6f26a={};_0xe6f26a[_0x17e302(_0x41024c._0x47fd79,0x4d0,_0x41024c._0x21f0b9,0x34a)]=_0x2ce683,_0xe6f26a[_0x4e02ab(-0x128,-0x158,-_0x41024c._0x25e512,-0x112)+'t']=_0x28f9b4,_0xe6f26a[_0x17e302(_0x41024c._0x525506,_0x41024c._0xa35bf6,0x3df,0x3a9)]=_0x5a8152[_0x4e02ab(_0x41024c._0x34862c,_0x41024c._0x302575,_0x41024c._0x54bc79,-0xc2)],_0x3f3426['warn'](_0x13a186[_0x17e302(_0x41024c._0x273406,0x456,0x575,0x5cf)],_0xe6f26a);}}else{if(_0x579205[_0x17e302(_0x41024c._0x2c8af5,_0x41024c._0x4dabf8,0x326,_0x41024c._0x2aceb0)]()[_0x4e02ab(0x144,_0x41024c._0x3c789d,0x125,0xfc)]('[')&&_0x579205['trim']()[_0x17e302(_0x41024c._0x394823,0x318,_0x41024c._0x4f7c15,0x1fa)](']'))_0x1599bb[_0x5bef74]=_0x579205[_0x4e02ab(-_0x41024c._0x4fed17,-_0x41024c._0x180d30,-_0x41024c._0x3a4a5a,-_0x41024c._0x1e015e)]()[_0x4e02ab(_0x41024c._0x399749,_0x41024c._0x38b151,0x1d,0x151)](-0x1a53*-0x1+-0x699*-0x5+-0x3b4f,-(-0xc5*0x2+0x134*0x9+0x1*-0x949))[_0x4e02ab(-0x29,-_0x41024c._0x2a4da9,-_0x41024c._0x9145e,_0x41024c._0x4a210d)](',')[_0x4e02ab(-_0x41024c._0x386722,_0x41024c._0x372c22,_0x41024c._0x58f879,0x69)](_0x43891b=>_0x43891b['trim']())[_0x4e02ab(-0x1c0,-0x150,-0x16d,-_0x41024c._0x7dcb1c)](Boolean);else _0x579205[_0x17e302(_0x41024c._0x2c8af5,_0x41024c._0x58af1b,0x302,_0x41024c._0x47c38a)]()&&(_0x1599bb[_0x5bef74]=_0x579205['trim']());}}else{if(_0x57e62f[_0x4e02ab(-0x193,-0x9f,0x9e,-0x183)]()[_0x4e02ab(0x15d,0xab,-0x5c,_0x41024c._0x4e7cb0)]('-\x20')&&_0x1599bb[_0x13a186[_0x4e02ab(-_0x41024c._0x16f2b2,-_0x41024c._0x453739,-0x4a,-0x114)]]){const _0x342f1a=Object[_0x17e302(0x486,0x50b,_0x41024c._0x5dde14,0x468)](_0x1599bb)[_0x17e302(0x504,0x470,0x58f,_0x41024c._0x263705)](_0x1aec6c=>Array[_0x17e302(0x3e4,0x316,0x496,0x50a)](_0x1599bb[_0x1aec6c]));_0x342f1a&&_0x1599bb[_0x342f1a]['push'](_0x57e62f['trim']()[_0x17e302(_0x41024c._0x570206,0x367,_0x41024c._0x1c6aaa,0x51d)](0x1f3f+-0xd*-0x71+-0x24fa)[_0x4e02ab(-_0x41024c._0x41a77d,-0x9f,-_0x41024c._0x2f04a2,-0x157)]());}}}}const _0x3f03ce=_0x15665d?_0x31979a[_0x4e02ab(-0xd,_0x41024c._0x171715,0x153,0x1c)](_0x5e3234)['join']('\x0a'):_0x2719c7,_0x496f37={};return _0x496f37[_0x4e02ab(_0x41024c._0x34545f,0x1,_0x41024c._0x4b2dfe,-_0x41024c._0x2e4c3c)+'r']=_0x1599bb,_0x496f37[_0x4e02ab(-0x140,-_0x41024c._0x2b5387,_0x41024c._0x5eea1c,-0x73)]=_0x3f03ce,_0x496f37;}function serializeSkillMd(_0x1f4c6a,_0x550f64){const _0x39ef57={_0x1d2005:0x44c,_0x277845:0x46c,_0x4be5bb:0x490,_0x27e846:0x3ca,_0x17796f:0x410,_0x1403f6:0x41e,_0x594c6b:0x54a,_0x4ad274:0x483,_0x3f3f7d:0x53a,_0x4622fe:0x41a,_0x5f45c3:0x4e6,_0x510387:0x5ff,_0x1d9327:0x675,_0x306d98:0x515,_0x5ace12:0x545,_0x6e6428:0x4e5,_0x62da37:0x4f9,_0x34fecc:0x3ed,_0x47efcd:0x591,_0x516d93:0x6cf,_0x27a589:0x5fd,_0x37aad7:0x4ae,_0x233575:0x57a,_0x38acca:0x437,_0xf04ae4:0x68b,_0x162c93:0x549,_0x5d125c:0x551,_0x1088c6:0x3c7,_0x347e1c:0x486,_0x124268:0x479,_0x478c8d:0x646,_0xc8e1df:0x5a3,_0x5ba6d3:0x760,_0x3dd124:0x705,_0x3a301e:0x66c,_0x2a9e3a:0x599,_0x599555:0x5ed,_0x3e3981:0x5dd,_0x29a5b2:0x560,_0x2e0eed:0x5fc,_0x460fc3:0x50b,_0x3fd7c9:0x516,_0x3dcfe5:0x56c,_0x5c8985:0x4bc,_0xc7196:0x5d5,_0x2aba8b:0x4c5,_0x30f276:0x336,_0x33dc19:0x58b,_0x11e979:0x3df,_0x25f360:0x4d6,_0x1a8e51:0x66c,_0x43ec64:0x620,_0xae6bd9:0x76b,_0x292e21:0x4e9,_0xc2d6dc:0x4c1,_0x1cca43:0x68f,_0x49ff89:0x539,_0x5ceab1:0x563,_0x5332f1:0x5c2,_0x350eec:0x6a0,_0x36b8d5:0x354,_0x4abd17:0x3da},_0x301a3a={_0xa3e6ec:0x5a},_0x51555d={_0x3f811d:0x13e,_0x39b0b7:0x5c};function _0x2c75c8(_0x3b8097,_0x1fa3c2,_0x926ec7,_0x11dab1){return _0x34b97a(_0x3b8097-0x140,_0x11dab1,_0x926ec7-_0x51555d._0x3f811d,_0x3b8097- -_0x51555d._0x39b0b7);}const _0x55bf07={};_0x55bf07[_0x196db3(0x333,_0x39ef57._0x1d2005,_0x39ef57._0x277845,0x4b3)]=function(_0x2577cf,_0x162537){return _0x2577cf!==_0x162537;},_0x55bf07[_0x2c75c8(0x591,0x5c4,0x5dd,_0x39ef57._0x4be5bb)]='QcrCy',_0x55bf07[_0x196db3(0x338,_0x39ef57._0x27e846,0x416,_0x39ef57._0x17796f)]=function(_0x1d8102,_0x5d930e){return _0x1d8102===_0x5d930e;},_0x55bf07[_0x196db3(_0x39ef57._0x1403f6,0x5dd,_0x39ef57._0x594c6b,_0x39ef57._0x4ad274)]=_0x2c75c8(0x4d4,0x3cb,_0x39ef57._0x3f3f7d,0x5e9),_0x55bf07[_0x196db3(0x4a6,_0x39ef57._0x4622fe,_0x39ef57._0x5f45c3,0x407)]=_0x196db3(0x32f,0x4ea,0x404,0x43e),_0x55bf07[_0x2c75c8(0x646,_0x39ef57._0x510387,_0x39ef57._0x1d9327,0x6a3)]=function(_0x12ec01,_0x1c0c33){return _0x12ec01===_0x1c0c33;},_0x55bf07[_0x2c75c8(0x5a8,_0x39ef57._0x306d98,_0x39ef57._0x5ace12,_0x39ef57._0x6e6428)]='---';const _0x589e67=_0x55bf07,_0x5debc2=[_0x196db3(0x472,_0x39ef57._0x62da37,0x4e8,_0x39ef57._0x34fecc)];for(const [_0x29aab6,_0x34b7e8]of Object['entries'](_0x1f4c6a)){if(_0x589e67[_0x2c75c8(0x516,0x411,0x3fc,0x44e)](_0x589e67[_0x2c75c8(_0x39ef57._0x47efcd,_0x39ef57._0x516d93,_0x39ef57._0x27a589,_0x39ef57._0x37aad7)],_0x196db3(0x4bd,_0x39ef57._0x233575,0x5a5,0x539))){if(Array['isArray'](_0x34b7e8)){if(_0x589e67[_0x2c75c8(0x4c0,_0x39ef57._0x38acca,0x44d,0x601)](_0x589e67[_0x196db3(_0x39ef57._0xf04ae4,_0x39ef57._0x162c93,0x54a,0x539)],_0x589e67[_0x2c75c8(0x590,0x4be,0x453,_0x39ef57._0x5d125c)]))_0x188641[_0x2c75c8(0x48b,0x598,_0x39ef57._0x1088c6,0x4f4)+'ts'][_0x2f226d][_0x196db3(_0x39ef57._0x347e1c,0x5f5,0x4f6,_0x39ef57._0x124268)]=[];else{if(_0x589e67[_0x2c75c8(_0x39ef57._0x478c8d,_0x39ef57._0xc8e1df,_0x39ef57._0x5ba6d3,_0x39ef57._0x3dd124)](_0x34b7e8['length'],0x1325+0x1157*0x1+-0x247c))_0x5debc2['push'](_0x29aab6+_0x2c75c8(0x5bd,_0x39ef57._0x3a301e,_0x39ef57._0x2a9e3a,0x60a));else{_0x5debc2[_0x196db3(0x5db,_0x39ef57._0x599555,0x5c2,_0x39ef57._0x3e3981)](_0x29aab6+':');for(const _0x578d1b of _0x34b7e8){_0x5debc2[_0x2c75c8(0x66c,0x794,0x60d,_0x39ef57._0x29a5b2)](_0x2c75c8(_0x39ef57._0x2e0eed,0x6c7,_0x39ef57._0x460fc3,0x602)+_0x578d1b);}}}}else _0x34b7e8!==undefined&&_0x589e67['llzXv'](_0x34b7e8,null)&&_0x589e67[_0x2c75c8(_0x39ef57._0x3fd7c9,_0x39ef57._0x3dcfe5,_0x39ef57._0x5c8985,_0x39ef57._0xc7196)](_0x34b7e8,'')&&_0x5debc2[_0x196db3(0x4e8,0x689,0x5c2,_0x39ef57._0x2aba8b)](_0x29aab6+':\x20'+_0x34b7e8);}else{if(_0x589e67[_0x196db3(0x3ba,_0x39ef57._0x30f276,0x46c,_0x39ef57._0x33dc19)](_0x146ac1[_0x196db3(0x2ab,0x3a9,_0x39ef57._0x11e979,_0x39ef57._0x25f360)],'ENOENT'))throw _0x2f281b;}}_0x5debc2[_0x2c75c8(_0x39ef57._0x1a8e51,_0x39ef57._0x43ec64,0x64d,_0x39ef57._0xae6bd9)](_0x589e67[_0x2c75c8(0x5a8,0x5dc,_0x39ef57._0x292e21,_0x39ef57._0xc2d6dc)]),_0x5debc2[_0x2c75c8(0x66c,_0x39ef57._0x1cca43,0x6a9,_0x39ef57._0x49ff89)]('');function _0x196db3(_0x5c2f66,_0x542473,_0x5ad087,_0x2aa946){return _0x34b97a(_0x5c2f66-0x36,_0x5c2f66,_0x5ad087-_0x301a3a._0xa3e6ec,_0x5ad087- -0x106);}return _0x5debc2[_0x196db3(0x6bf,_0x39ef57._0x5ceab1,_0x39ef57._0x5332f1,_0x39ef57._0x350eec)](_0x550f64),_0x5debc2[_0x196db3(_0x39ef57._0x36b8d5,0x3f2,0x484,_0x39ef57._0x4abd17)]('\x0a');}async function requireTaskAuth(_0x43d5a3,_0x105ff1,_0x4b8713){const _0x2e8230={_0x432cad:0x36c,_0xcd70c:0x447,_0x2e4546:0x49c,_0x1d4d85:0x4e2,_0x595c82:0x120,_0x2352e4:0x3b0,_0x3977ab:0x271,_0x6f798:0x1b5,_0x145a09:0x29b,_0x41c982:0x3f6,_0x1586d5:0x39c,_0xa04915:0x309,_0x55121f:0x440,_0x220f7e:0x5d,_0x1e3893:0x83,_0x225247:0x259,_0x1d5166:0x2c8,_0x12c057:0x3cf,_0x574447:0x196,_0x38055e:0x173,_0x49cb5c:0x16f,_0x4c5163:0x115,_0x52d220:0x230,_0x5ee9b8:0x38e,_0x32ebd2:0x2f0,_0x33716f:0x407,_0x42282c:0x337,_0x5bbab2:0x39d,_0x2d257e:0x550,_0x52856f:0x47f,_0xbc46a8:0x469,_0x1c7aa7:0xf4,_0x574693:0xf,_0x2950f9:0x17a,_0x5b329e:0xfc,_0x233e30:0x227,_0x189a75:0x1ad,_0xcbfe55:0x146,_0x3e97f1:0x44c,_0x49fea5:0x364,_0x5d88ea:0x296,_0x2d9701:0x107,_0x50150d:0x189,_0x1709e9:0x4b,_0x4609dc:0x77,_0x3b8bc3:0x29,_0x1b991c:0x4bd,_0x425763:0x17c,_0x36fafa:0xe9,_0x4875b6:0x380,_0x3c5e37:0x200,_0x21e20b:0x260,_0xa74f94:0x181,_0x2c215e:0xdf,_0x55b201:0x85,_0x4bd4d3:0x2cd,_0x3fb6ac:0x3e0,_0x4677b0:0x399,_0x1c2a10:0xf0,_0x4c90c4:0x11c,_0x1d0240:0x43,_0x271d86:0xb5,_0x60e63c:0x1d,_0x4fe95b:0x14d,_0x239301:0x6b,_0x55259b:0x67,_0x332312:0xd1,_0x45997e:0x121,_0x25ebce:0x7a,_0x2e22d1:0x2f,_0x12c7c9:0x14e,_0x1231b2:0x591,_0x5842f0:0x3d,_0x4be106:0x1e2,_0x5744d1:0x7e,_0x11d6f7:0xba,_0x245738:0x4bc,_0x1741b0:0x439,_0x45c048:0x2f8,_0x450e1a:0x1de,_0x1594af:0x2d3,_0x45c285:0x2b7,_0x38b734:0x412,_0x14b88b:0x3a2,_0x20f14d:0x334,_0x51faf7:0x355,_0x3666f6:0x3f7,_0x2ce4c7:0x367,_0x1e4480:0x320,_0x4d0dad:0x294,_0x4426f2:0x378,_0x1e0c13:0xd5,_0x1b0c89:0x52,_0x1955fc:0x61,_0x1031ba:0x3a,_0x260b23:0x13,_0x2a93d9:0x5,_0x1b6c6c:0xed,_0x4fb551:0xc5,_0x5e64ad:0x4ac,_0xd0b5ba:0x417,_0x5bc88a:0x2e4,_0x119977:0x3d9,_0x57c97b:0x3db,_0x1698a7:0xe8,_0x6902ca:0x57,_0x4bd9ad:0x6d,_0x347a3c:0x40,_0x3d1dc2:0xb2,_0x24c075:0x1b4,_0x222351:0x81,_0x340b50:0x64,_0x426b23:0x375,_0x5d71bf:0x40c,_0x1ca2d6:0x18b,_0x29c118:0xc,_0x3ac58c:0x140,_0x1d870c:0x46c,_0x4a4f52:0x393,_0x2ded33:0x4e6,_0x5e8871:0xbb,_0x20a3f1:0x1a9,_0x17925d:0x1d7,_0x2bb6fa:0x122,_0x2e0064:0x24a,_0x23e241:0x498,_0x52ee74:0x36c,_0x5e2608:0x555,_0x42f06a:0x445,_0x2d8aaf:0x4c1,_0xf59198:0x307,_0x2018e4:0x5,_0x28df2b:0xd7,_0x1ac86f:0x228,_0x29a0ca:0x98,_0x1f10e7:0x2b9,_0xe62b7e:0x218,_0x187396:0x42d,_0x9bb370:0x2cd,_0x2772a0:0x6f,_0x3c6bfb:0x196,_0x5c71f1:0x372,_0x2b6fb2:0x350,_0x271902:0x4a8,_0x41222f:0x427,_0x452b96:0x41b,_0xa4c8df:0x174,_0x327ba6:0x60,_0x3dff26:0xc7,_0x4b3487:0x194,_0x1905ec:0xc1,_0x2ce1dc:0x42c,_0x3db8b9:0x116,_0x187191:0x154,_0x5da858:0xb5,_0x42764c:0x1b8,_0x197e74:0x5a1,_0x2dd665:0x7b,_0x356344:0x4cd,_0x44f117:0x5cf,_0x5e86e6:0x27e,_0x1f4550:0x32e,_0x114557:0x3e8,_0x301a6d:0x33a,_0x51b6c3:0x360,_0x4e0f21:0x2f6,_0x1922f6:0x4d1,_0x4ec1fb:0x4b0,_0x274fd6:0x328,_0x53e151:0x190,_0x45a6d9:0x4a5,_0x549fe5:0x4b8,_0x16a0de:0x38b,_0x7bf761:0x1ab,_0x3d3d91:0x35,_0x31f9ac:0xdd,_0x4ca435:0x147,_0x565ee7:0x5f,_0x19d3cd:0xa6,_0x56e358:0x331,_0x17afe6:0x28,_0x33fee9:0x48a,_0xee0da4:0x1c2,_0x136e7c:0xbb,_0x43c8ef:0xf8,_0x18de0b:0xb5,_0x3be174:0xcd,_0x2a6dde:0xe1,_0x17f637:0x180,_0x248932:0x7a,_0x36bf73:0xb0,_0x553fb3:0x30,_0x23e137:0x418,_0x16289f:0x3b7,_0x16a66e:0x57,_0x99b3ef:0x1e8,_0xaf8fec:0x108,_0x4334af:0x75,_0x2eb79a:0x16,_0x1ddf36:0x42f,_0x2b7827:0x538,_0x681122:0x592,_0x4ad9d4:0x625,_0xb53931:0xa8,_0x11cc82:0xac,_0x1017b0:0x7c,_0x232a14:0xf3,_0x59f8d7:0x138,_0x52e81a:0x4e2,_0x82a992:0x3a5,_0x43ef9f:0x83,_0x35b1fa:0x159,_0xdfa764:0x27c,_0x214337:0x141,_0x320639:0x93,_0x47855a:0x232,_0x4934d5:0x11c,_0x5972df:0x1ca,_0x4f5aca:0x0,_0x5e04a6:0x5b,_0x26111d:0x11f,_0x55d07d:0xf,_0x3d89e5:0x78,_0x371bc6:0x40d,_0xe18ddf:0x3e,_0x5ef27a:0x26,_0xccaba9:0x140,_0x23492c:0x78,_0x2630a5:0xe5,_0x196df2:0x17a,_0x52a669:0x22,_0x4f8a30:0x4e5,_0x495fcc:0x16,_0x83951a:0x4f,_0x4ee9b6:0x242,_0x469cb2:0x3df,_0x49debb:0x34d,_0x400857:0x388,_0x41cf66:0x2dc,_0x3e3ea6:0x36c,_0x23a602:0x4ab,_0x2da786:0x289,_0x309e8f:0x2e3,_0x5e5ffd:0x74,_0x195fb5:0x62,_0x441acd:0x14a,_0x345bba:0x48a,_0x13ecd5:0x381,_0x5cfc1f:0x38d,_0x7ea5fe:0x8d,_0x419e65:0xbf,_0x478ae9:0x10a,_0x9e0d0e:0x1dc,_0x4fa6e5:0x229,_0x341913:0x213,_0x4710bf:0x224,_0x39a2a7:0x4c2,_0x25833e:0x139,_0x3730ac:0x102,_0x294618:0x71,_0x7164b8:0xd,_0x319435:0x45,_0x1d80cf:0x8f,_0x470402:0x80,_0x169e78:0x2a,_0x35346f:0x474,_0x4082:0x381,_0x43b5c1:0x3fb,_0xabd302:0x6,_0x395834:0x44,_0x649aa4:0x4ba,_0x4ae1e1:0x3bf,_0x48ddbf:0xef,_0x31695e:0x390,_0x1c7966:0xea},_0x38a976={_0x4ce698:0x13d,_0x4980f4:0x18},_0x5cb15e={_0x3b69ef:0x1da,_0x933b96:0x20a},_0x5e3e0f={'cVNzl':_0x11be2e(0x435,_0x2e8230._0x432cad,_0x2e8230._0xcd70c,_0x2e8230._0x2e4546),'kLQxJ':_0x11be2e(0x431,0x512,_0x2e8230._0x1d4d85,0x522)+_0x498c63(-_0x2e8230._0x595c82,-0x149,-0x50,0xd5)+'nly\x20and\x20ca'+_0x11be2e(_0x2e8230._0x2352e4,0x3b1,0x3bf,_0x2e8230._0x3977ab)+_0x11be2e(_0x2e8230._0x6f798,0x2cf,0x2bb,_0x2e8230._0x145a09),'ylNoW':_0x11be2e(_0x2e8230._0x41c982,_0x2e8230._0x1586d5,0x45e,_0x2e8230._0xa04915)+'t','GXqlY':_0x11be2e(0x390,0x473,0x3be,_0x2e8230._0x55121f)+_0x498c63(-_0x2e8230._0x220f7e,-_0x2e8230._0x1e3893,-0x9,-0x147)+_0x11be2e(_0x2e8230._0x225247,_0x2e8230._0x1d5166,_0x2e8230._0x12c057,0x1b6)+_0x498c63(-0xb1,-_0x2e8230._0x574447,-_0x2e8230._0x38055e,-0x4b)+_0x498c63(-_0x2e8230._0x49cb5c,-0x56,-_0x2e8230._0x4c5163,-_0x2e8230._0x52d220),'MfEVS':_0x11be2e(_0x2e8230._0x5ee9b8,_0x2e8230._0x32ebd2,0x3a2,_0x2e8230._0x33716f)+_0x11be2e(0x285,_0x2e8230._0x42282c,0x362,_0x2e8230._0x5bbab2)+_0x498c63(-0x137,-0xae,-0x15e,-0xf4)+_0x11be2e(_0x2e8230._0x2d257e,_0x2e8230._0x52856f,0x5b9,_0x2e8230._0xbc46a8)+'sk\x20ID','TlRoj':_0x498c63(0x15d,_0x2e8230._0x1c7aa7,0xa9,_0x2e8230._0x574693)+'ed','xeoDv':'Invalid\x20ta'+_0x498c63(-_0x2e8230._0x2950f9,-0x13e,-_0x2e8230._0x5b329e,-_0x2e8230._0x233e30),'CVPbG':'x-task-id','ZecEu':function(_0x496820,_0x16c8f8){return _0x496820===_0x16c8f8;},'EmvQP':_0x11be2e(0x22f,0x2de,0x37e,_0x2e8230._0x189a75),'BqtUu':_0x498c63(-0x250,-0x244,-_0x2e8230._0xcbfe55,-0x1eb)+'gement\x20req'+_0x11be2e(_0x2e8230._0x3e97f1,_0x2e8230._0x49fea5,0x460,_0x2e8230._0x5d88ea)+_0x498c63(-0x2,0x21b,_0x2e8230._0x2d9701,_0x2e8230._0x50150d)+_0x498c63(-_0x2e8230._0x1709e9,_0x2e8230._0x4609dc,_0x2e8230._0x3b8bc3,0xaf),'ldvfQ':'Missing\x20X-'+_0x11be2e(0x2ac,0x38b,_0x2e8230._0x1b991c,0x448)+_0x498c63(_0x2e8230._0x425763,0xcd,0x3b,-0x40),'ObHbC':function(_0x3a5dd4,_0x2b818a){return _0x3a5dd4!==_0x2b818a;},'ZLdFd':_0x498c63(-0x51,-0xf0,-_0x2e8230._0x36fafa,-0xb),'orFVC':_0x11be2e(_0x2e8230._0x4875b6,_0x2e8230._0x32ebd2,_0x2e8230._0x3c5e37,_0x2e8230._0x21e20b)+_0x498c63(-0x44,-_0x2e8230._0xa74f94,-_0x2e8230._0x2c215e,-_0x2e8230._0x55b201)+_0x11be2e(0x368,_0x2e8230._0x4bd4d3,_0x2e8230._0x3fb6ac,0x1cb)+_0x11be2e(0x268,0x37a,_0x2e8230._0x4677b0,0x4a8),'qSLAu':_0x498c63(_0x2e8230._0x1c2a10,_0x2e8230._0x4c90c4,_0x2e8230._0x1d0240,-_0x2e8230._0x271d86)+'erver\x20Erro'+'r','hEAKt':'Service\x20no'+_0x498c63(0x103,-_0x2e8230._0x60e63c,0xda,_0x2e8230._0x4fe95b)+_0x498c63(-_0x2e8230._0x239301,0xf,_0x2e8230._0x55259b,-_0x2e8230._0x332312),'TpVms':function(_0x271bf0,_0x4aa290){return _0x271bf0!==_0x4aa290;},'ElpVD':_0x498c63(-_0x2e8230._0x45997e,_0x2e8230._0x25ebce,-_0x2e8230._0x2e22d1,-_0x2e8230._0x12c7c9),'FfeTU':_0x11be2e(0x41b,0x4f8,0x3e1,_0x2e8230._0x1231b2),'UQnXe':_0x498c63(-_0x2e8230._0x5842f0,-0x30,-0xb9,-_0x2e8230._0x4be106)+_0x498c63(0x8,-0xd,_0x2e8230._0x5744d1,-_0x2e8230._0x11d6f7)+'ent','jDRam':_0x11be2e(0x365,0x37d,_0x2e8230._0x245738,_0x2e8230._0x1741b0)+_0x11be2e(_0x2e8230._0x41c982,0x344,_0x2e8230._0x45c048,0x341)+_0x11be2e(_0x2e8230._0x450e1a,_0x2e8230._0x1594af,_0x2e8230._0x45c285,_0x2e8230._0x38b734)+_0x11be2e(_0x2e8230._0x14b88b,0x35d,0x385,_0x2e8230._0x20f14d),'BfxFU':function(_0x18eee0,_0x108be0){return _0x18eee0(_0x108be0);},'HcUKv':_0x11be2e(_0x2e8230._0x51faf7,0x456,_0x2e8230._0x3666f6,_0x2e8230._0x2ce4c7)+_0x11be2e(_0x2e8230._0x1e4480,0x3c8,_0x2e8230._0x4d0dad,_0x2e8230._0x4426f2),'jxkHq':_0x498c63(_0x2e8230._0x1e0c13,-_0x2e8230._0x1b0c89,-0x10,-_0x2e8230._0x595c82)+_0x498c63(_0x2e8230._0x1955fc,-0x32,_0x2e8230._0x1e0c13,-0x68),'HOmZD':_0x498c63(-0x16b,0xe1,-_0x2e8230._0x1031ba,0xee),'bmdKt':_0x498c63(-_0x2e8230._0x260b23,-_0x2e8230._0x2a93d9,_0x2e8230._0x1b6c6c,_0x2e8230._0x4fb551)+_0x11be2e(0x439,0x460,_0x2e8230._0x5e64ad,0x4e7)+_0x11be2e(0x57b,0x45b,0x4fb,0x36c)+_0x11be2e(_0x2e8230._0xd0b5ba,_0x2e8230._0x5bc88a,0x275,0x3e3),'lXVRY':_0x11be2e(_0x2e8230._0x119977,0x3ee,0x429,_0x2e8230._0x57c97b)+'t\x20not\x20foun'+'d','XCnGZ':_0x498c63(-0x45,-_0x2e8230._0x1698a7,_0x2e8230._0x6902ca,0x49),'tJdxX':function(_0x38bed){return _0x38bed();}},_0x28e5c6=_0x43d5a3['headers'][_0x5e3e0f[_0x498c63(0x64,-_0x2e8230._0x4bd9ad,_0x2e8230._0x347a3c,-_0x2e8230._0x3d1dc2)]];if(!_0x28e5c6){if(_0x5e3e0f[_0x498c63(-_0x2e8230._0x24c075,_0x2e8230._0x222351,-0x7e,_0x2e8230._0x11d6f7)](_0x5e3e0f['EmvQP'],_0x5e3e0f['EmvQP'])){logger[_0x11be2e(0x507,0x538,0x4ca,0x5f1)](_0x5e3e0f[_0x498c63(-_0x2e8230._0x340b50,-0xd0,-0x114,-0x239)]);const _0x4a7453={};return _0x4a7453[_0x11be2e(0x346,_0x2e8230._0x426b23,_0x2e8230._0x5d71bf,0x433)]=_0x5e3e0f[_0x498c63(-_0x2e8230._0x1ca2d6,-_0x2e8230._0x29c118,-_0x2e8230._0x3ac58c,-0x49)],_0x4a7453[_0x11be2e(_0x2e8230._0x1d870c,0x4b0,_0x2e8230._0x4a4f52,_0x2e8230._0x2ded33)]=_0x5e3e0f[_0x498c63(0x11e,_0x2e8230._0x5e8871,0xea,_0x2e8230._0x20a3f1)],_0x105ff1[_0x498c63(-_0x2e8230._0x1ca2d6,-0x12b,-_0x2e8230._0x271d86,-_0x2e8230._0x17925d)](0xa4f+-0x839+-0x7*0x13)['json'](_0x4a7453);}else _0x2f2b84=_0x206a24;}if(!tasks){if(_0x5e3e0f[_0x498c63(_0x2e8230._0x2bb6fa,_0x2e8230._0x29c118,0xd9,0x1c8)](_0x5e3e0f[_0x11be2e(_0x2e8230._0x2e0064,0x389,0x321,0x47d)],_0x5e3e0f[_0x11be2e(0x3ae,0x389,_0x2e8230._0x23e241,_0x2e8230._0x52ee74)])){const _0x298d02={};_0x298d02[_0x11be2e(_0x2e8230._0x5e2608,_0x2e8230._0x42f06a,0x395,0x319)]=_0x19a132[_0x11be2e(_0x2e8230._0x2d8aaf,0x445,_0x2e8230._0xf59198,0x39e)],_0x298d02[_0x498c63(-0x19,-0x4d,-_0x2e8230._0x2018e4,-_0x2e8230._0x28df2b)]=_0x2cff57,_0x3cf6a8[_0x498c63(0xc3,_0x2e8230._0x1ac86f,0x102,_0x2e8230._0x29a0ca)](_0x11be2e(_0x2e8230._0x1f10e7,0x34a,_0x2e8230._0xe62b7e,_0x2e8230._0x187396)+_0x11be2e(0x34d,0x329,_0x2e8230._0x9bb370,0x2e8)+'only\x20skill'+_0x498c63(-_0x2e8230._0x2772a0,-_0x2e8230._0x3c6bfb,-0xa7,-_0x2e8230._0x1ca2d6),_0x298d02);const _0x5193fe={};return _0x5193fe[_0x11be2e(_0x2e8230._0x5c71f1,_0x2e8230._0x426b23,0x2e8,_0x2e8230._0x2b6fb2)]=_0x5e3e0f['cVNzl'],_0x5193fe['message']=_0x5e3e0f[_0x11be2e(_0x2e8230._0x271902,_0x2e8230._0x41222f,0x4b7,_0x2e8230._0x452b96)],_0x3eacf3['status'](-0x5*-0x729+0x2a5*0xd+-0x449b)[_0x498c63(_0x2e8230._0xa4c8df,0x28,0x44,-_0x2e8230._0x327ba6)](_0x5193fe);}else{logger['error'](_0x5e3e0f[_0x498c63(0x46,_0x2e8230._0x3dff26,-0x28,-0x106)]);const _0x41a88a={};return _0x41a88a[_0x498c63(-0x148,-_0x2e8230._0x4b3487,-_0x2e8230._0x1905ec,-0x2d)]=_0x5e3e0f['qSLAu'],_0x41a88a['message']=_0x5e3e0f[_0x11be2e(0x4f3,0x3bf,_0x2e8230._0x2ce1dc,0x4e1)],_0x105ff1[_0x498c63(-_0x2e8230._0x3db8b9,-_0x2e8230._0x187191,-_0x2e8230._0x5da858,-_0x2e8230._0x42764c)](0x4*-0x386+0x800*-0x1+0x180c)[_0x11be2e(_0x2e8230._0x197e74,0x47a,0x3ae,0x505)](_0x41a88a);}}function _0x11be2e(_0x13ed24,_0x15d168,_0xeeaa5d,_0xd1cd69){return _0x34b97a(_0x13ed24-0x8f,_0x13ed24,_0xeeaa5d-_0x5cb15e._0x3b69ef,_0x15d168- -_0x5cb15e._0x933b96);}const _0x48477a=tasks['get'](_0x28e5c6);if(!_0x48477a){const _0x2dc9bc={};_0x2dc9bc[_0x498c63(_0x2e8230._0x2dd665,-0x5e,0xf,-0x57)]=_0x28e5c6,logger[_0x11be2e(_0x2e8230._0x356344,0x538,0x455,_0x2e8230._0x44f117)](_0x11be2e(_0x2e8230._0x5e86e6,_0x2e8230._0x32ebd2,0x34d,_0x2e8230._0x1f4550)+_0x498c63(-0x24,-0x189,-0xff,-0x146)+_0x498c63(-0x1cb,-0x29e,-0x15e,-0x137)+_0x11be2e(0x38c,0x47f,_0x2e8230._0x114557,0x479)+_0x11be2e(0x3c8,_0x2e8230._0x301a6d,0x2d9,_0x2e8230._0x51b6c3),_0x2dc9bc);const _0x41575a={};return _0x41575a['error']=_0x5e3e0f[_0x11be2e(0x2c2,_0x2e8230._0x4e0f21,0x26b,0x1f8)],_0x41575a[_0x11be2e(_0x2e8230._0x1922f6,_0x2e8230._0x4ec1fb,0x47b,0x575)]=_0x5e3e0f[_0x11be2e(_0x2e8230._0x274fd6,0x2bc,0x247,_0x2e8230._0x53e151)],_0x105ff1[_0x11be2e(0x401,0x381,0x3b7,0x358)](-0x4c5*0x5+0x1*0xb3b+-0x1*-0xe2f)[_0x11be2e(0x473,0x47a,_0x2e8230._0x45a6d9,_0x2e8230._0x549fe5)](_0x41575a);}if(!_0x48477a[_0x11be2e(0x252,0x2dd,_0x2e8230._0x16a0de,0x230)+'t']){if(_0x5e3e0f[_0x498c63(_0x2e8230._0x7bf761,-_0x2e8230._0x3d3d91,0x93,0x14)](_0x5e3e0f[_0x498c63(_0x2e8230._0x31f9ac,-_0x2e8230._0x4ca435,-_0x2e8230._0x565ee7,_0x2e8230._0x19d3cd)],_0x5e3e0f[_0x11be2e(0x416,0x3b5,0x3b1,_0x2e8230._0x42282c)])){const _0x4144c5={};_0x4144c5[_0x11be2e(0x391,_0x2e8230._0x42f06a,0x45c,_0x2e8230._0x56e358)]=_0x28e5c6,logger['warn'](_0x5e3e0f[_0x498c63(-_0x2e8230._0x17afe6,0x6a,0xfc,0xe3)],_0x4144c5);const _0x5eff7e={};return _0x5eff7e[_0x11be2e(0x2e1,_0x2e8230._0x426b23,0x3ca,_0x2e8230._0x33fee9)]=_0x5e3e0f[_0x498c63(-_0x2e8230._0x239301,_0x2e8230._0xee0da4,_0x2e8230._0x136e7c,0x121)],_0x5eff7e[_0x498c63(_0x2e8230._0x43c8ef,0x48,0x7a,0x15d)]=_0x5e3e0f['jDRam'],_0x105ff1[_0x498c63(-0x1d0,-0x172,-_0x2e8230._0x18de0b,-0x1a2)](0xd65+0x93+-0xc68)[_0x498c63(_0x2e8230._0x3be174,0x22,0x44,0x171)](_0x5eff7e);}else{const _0xdc55b1={};return _0xdc55b1['error']=_0x5e3e0f[_0x498c63(0x1c2,_0x2e8230._0x2a6dde,0xbb,-0x70)],_0xdc55b1[_0x498c63(0x93,_0x2e8230._0x17f637,_0x2e8230._0x248932,-_0x2e8230._0x36bf73)]=_0x5e3e0f[_0x498c63(0xe6,-_0x2e8230._0x553fb3,-0x2c,0xba)],_0x456eb7[_0x11be2e(_0x2e8230._0x23e137,0x381,0x30c,0x2f9)](0x1f06+0x23b*0xf+-0x3eeb)[_0x11be2e(0x450,0x47a,_0x2e8230._0x16289f,0x3bb)](_0xdc55b1);}}const _0x23c347=_0x48477a['createdBy']?.[_0x11be2e(0x371,0x44c,0x3bb,0x4d4)],_0x5e3ed0=await _0x5e3e0f[_0x498c63(-0x18b,-_0x2e8230._0x16a66e,-0x103,-_0x2e8230._0x99b3ef)](findUserById,_0x23c347);if(!_0x5e3ed0){const _0x47be20={};_0x47be20[_0x498c63(-_0x2e8230._0xaf8fec,-0x3c,_0x2e8230._0x574693,-0x96)]=_0x28e5c6,_0x47be20[_0x498c63(_0x2e8230._0x4334af,-0xc0,_0x2e8230._0x2eb79a,0x9)]=_0x23c347,logger[_0x11be2e(_0x2e8230._0x1ddf36,_0x2e8230._0x2b7827,_0x2e8230._0x681122,_0x2e8230._0x4ad9d4)](_0x5e3e0f['HcUKv'],_0x47be20);const _0x5bedf4={};return _0x5bedf4['error']='Unauthoriz'+'ed',_0x5bedf4['message']=_0x5e3e0f[_0x498c63(-_0x2e8230._0xb53931,_0x2e8230._0x11cc82,_0x2e8230._0x1017b0,0x10e)],_0x105ff1['status'](0x14b9+0xa5c*0x2+-0x27e0)['json'](_0x5bedf4);}if(!await hasPermission(_0x5e3ed0['id'],_0x498c63(-_0x2e8230._0x232a14,-0x1f9,-0x164,-_0x2e8230._0x59f8d7)+_0x11be2e(_0x2e8230._0x52e81a,0x3ce,0x335,_0x2e8230._0x82a992),_0x48477a[_0x498c63(-0x209,-_0x2e8230._0x43ef9f,-_0x2e8230._0x35b1fa,-_0x2e8230._0xdfa764)+'t'])){if(_0x5e3e0f[_0x498c63(_0x2e8230._0x214337,-0xa9,_0x2e8230._0x320639,_0x2e8230._0x60e63c)](_0x5e3e0f[_0x498c63(-0xeb,-_0x2e8230._0x47855a,-_0x2e8230._0x4934d5,-_0x2e8230._0x5972df)],_0x5e3e0f[_0x498c63(-0x171,_0x2e8230._0x4f5aca,-0x11c,-_0x2e8230._0x2eb79a)])){const _0x4d4c33={};_0x4d4c33[_0x498c63(-_0x2e8230._0x5e04a6,_0x2e8230._0x26111d,_0x2e8230._0x55d07d,0x12c)]=_0x866c44,_0x1b781f[_0x498c63(_0x2e8230._0x3d89e5,0x1b0,0x102,0x1da)](_0x5e3e0f[_0x11be2e(0x431,_0x2e8230._0x371bc6,0x357,0x546)],_0x4d4c33);const _0x46e7f1={};return _0x46e7f1[_0x498c63(_0x2e8230._0xe18ddf,_0x2e8230._0x5ef27a,-0xc1,-0x175)]=_0x5e3e0f[_0x498c63(-0x86,-0x280,-_0x2e8230._0xccaba9,-_0x2e8230._0x23492c)],_0x46e7f1['message']=_0x5e3e0f[_0x498c63(-_0x2e8230._0x2630a5,-0x186,-_0x2e8230._0x196df2,-0xd1)],_0xbecbf8[_0x498c63(_0x2e8230._0x52a669,-0x138,-0xb5,-0x175)](0x1bd1+-0x2449*0x1+0xa09)[_0x11be2e(_0x2e8230._0x4f8a30,0x47a,0x3e5,0x47e)](_0x46e7f1);}else{const _0x5125b0={};_0x5125b0[_0x11be2e(0x4c4,0x445,0x341,0x3ef)]=_0x28e5c6,_0x5125b0[_0x498c63(0x82,0xad,_0x2e8230._0x495fcc,-_0x2e8230._0x4c5163)]=_0x5e3ed0['id'],_0x5125b0['username']=_0x5e3ed0['username'],logger[_0x498c63(0xa9,_0x2e8230._0x332312,0x102,_0x2e8230._0x83951a)](_0x5e3e0f['bmdKt'],_0x5125b0);const _0x24fcc5={};return _0x24fcc5[_0x11be2e(_0x2e8230._0x4ee9b6,0x375,_0x2e8230._0x469cb2,_0x2e8230._0x49debb)]=_0x11be2e(_0x2e8230._0x400857,0x36c,_0x2e8230._0x41cf66,_0x2e8230._0x3e3ea6),_0x24fcc5[_0x498c63(-0x81,0x10a,0x7a,0x161)]=_0x11be2e(0x4bd,_0x2e8230._0x23a602,0x40d,0x41a)+'not\x20have\x20p'+_0x11be2e(0x2f9,0x325,_0x2e8230._0x2da786,0x3c7)+_0x11be2e(_0x2e8230._0x56e358,0x3b0,_0x2e8230._0x309e8f,0x2e0)+_0x498c63(-0x14b,_0x2e8230._0x5e5ffd,-_0x2e8230._0x195fb5,-_0x2e8230._0x441acd)+'tasks',_0x105ff1[_0x11be2e(_0x2e8230._0x345bba,_0x2e8230._0x13ecd5,0x29b,0x385)](0x11b0*0x1+-0x173+-0xeaa)[_0x11be2e(0x566,0x47a,_0x2e8230._0x5cfc1f,0x414)](_0x24fcc5);}}_0x43d5a3[_0x498c63(-_0x2e8230._0x7ea5fe,-_0x2e8230._0x5e5ffd,-_0x2e8230._0x419e65,-_0x2e8230._0x478ae9)+'k']=_0x48477a;function _0x498c63(_0x50b2e9,_0x5635c5,_0x1e708f,_0x3baf00){return _0x34b97a(_0x50b2e9-_0x38a976._0x4ce698,_0x50b2e9,_0x1e708f-_0x38a976._0x4980f4,_0x1e708f- -0x640);}_0x43d5a3[_0x498c63(0x61,-_0x2e8230._0x9e0d0e,-0xcc,-0x103)]=_0x5e3ed0,_0x43d5a3['environmen'+'tName']=_0x48477a['environmen'+'t'];const _0x27be2f=coderConfig?.[_0x11be2e(0x2ca,0x2dd,_0x2e8230._0x4fa6e5,0x264)+'ts']?.[_0x48477a[_0x498c63(-_0x2e8230._0x341913,-_0x2e8230._0x4710bf,-0x159,-0x274)+'t']];if(!_0x27be2f){const _0x935b21={};_0x935b21[_0x11be2e(0x3bb,0x445,0x3b6,_0x2e8230._0x39a2a7)]=_0x28e5c6,_0x935b21['environmen'+'t']=_0x48477a['environmen'+'t'],logger[_0x498c63(_0x2e8230._0x25833e,0x19b,_0x2e8230._0x3730ac,_0x2e8230._0x294618)](_0x5e3e0f[_0x498c63(-0x11b,-_0x2e8230._0x7164b8,-0x3e,-_0x2e8230._0x319435)],_0x935b21);const _0x383a80={};return _0x383a80['error']=_0x5e3e0f[_0x498c63(-_0x2e8230._0x1d80cf,-0x27,_0x2e8230._0x470402,_0x2e8230._0x169e78)],_0x383a80['message']=_0x5e3e0f[_0x11be2e(0x36f,0x3f8,0x350,_0x2e8230._0x35346f)],_0x105ff1[_0x11be2e(0x4aa,_0x2e8230._0x4082,_0x2e8230._0x43b5c1,0x312)](-0x89*-0x20+-0x1a88+0x13*0x94)[_0x498c63(-0x9,_0x2e8230._0xabd302,_0x2e8230._0x395834,0x5b)](_0x383a80);}_0x43d5a3[_0x498c63(-0x226,-0xb0,-0x159,-0x17d)+_0x11be2e(0x59a,_0x2e8230._0x649aa4,_0x2e8230._0x4ae1e1,0x4dd)]=_0x27be2f,_0x43d5a3[_0x498c63(0x27,0x5a,_0x2e8230._0x48ddbf,_0x2e8230._0x1ac86f)+_0x11be2e(0x337,_0x2e8230._0x31695e,0x2ad,0x35a)]=_0x27be2f[_0x11be2e(0x4e2,0x3f2,0x326,0x356)]||[],_0x5e3e0f[_0x498c63(0x11,-0x19a,-_0x2e8230._0x1c7966,-0x125)](_0x4b8713);}async function validateSkillAccess(_0x1fd600,_0x57b72a,_0x2cb9d7){const _0x4ebdd3={_0x5793d8:0x25b,_0x2cae9a:0x1ab,_0x50ce28:0x16a,_0x45b9f9:0x280,_0x2925c8:0x67b,_0x1882c9:0x562,_0x161a6c:0x4d9,_0x6826da:0x622,_0x1399d6:0x475,_0x2707f9:0x480,_0x151010:0x415,_0x2ac162:0x378,_0x482394:0x38c,_0xfbc635:0x420,_0x93a70d:0x4ae,_0xd5315:0x530,_0x3ae3ef:0x56e,_0x240239:0x55f,_0x21ce89:0x445,_0x4bdb74:0x2cb,_0x32a70b:0x33b,_0x2cdf59:0x463,_0x435e45:0x268,_0x4f9297:0x19c,_0x452aa2:0xb0,_0x5e7b56:0x53a,_0x350d0c:0x46d,_0x164c20:0x338,_0x547a7b:0x4bb,_0x40b6c8:0x3d1,_0x3c7807:0x4aa,_0x3ad572:0x471,_0x7d884a:0x270,_0x31145c:0x322,_0x5b74cc:0x37c,_0x3f9e61:0x350,_0x4ff856:0x2b1,_0x7be6f6:0x38a,_0x215017:0x2c0,_0x248a08:0x4ae,_0x5896d1:0x2ba,_0x5ed1aa:0x1d0,_0x121198:0x1c8,_0x157a30:0x575,_0x164092:0x42b,_0x32319f:0x2c9,_0x30a51c:0x3bc,_0x401c8c:0x46f,_0x22ef82:0x421,_0x11ae92:0x287,_0x3c59ab:0x329,_0x2cd320:0x469,_0x4410ec:0x36f,_0x31d79c:0x377,_0x5a149c:0x113,_0x5c4885:0x362,_0xf219b1:0x429,_0x4df44b:0x19c,_0x41842c:0x18b,_0x9d7212:0x2ba,_0x53e00d:0x374,_0x463a2e:0x365,_0x19eb45:0x304,_0x5c38bd:0x3cf,_0x4d28be:0x273,_0x128660:0x33a,_0x4aaa5c:0x1ec,_0x546767:0x269,_0x505f18:0xbb,_0x58ba5d:0x147,_0x154593:0x4ab,_0x6e9c16:0x3fc,_0x18ecfb:0x2a7,_0x39d14c:0x4d9,_0x5dff4b:0x5b4,_0x26815b:0x611,_0x2a983d:0x1ce,_0x305da4:0xcb,_0x488c2f:0x19b,_0x2bcc69:0xab,_0x2d9bf4:0x518,_0x3be01d:0x469,_0x4a0174:0x405,_0x37baf8:0x441,_0x31863f:0x5de,_0x565e85:0x38d,_0x341747:0x3f1,_0x27a371:0x378,_0x5f0812:0x490,_0x32b954:0x522,_0xeeeb8d:0x51c,_0x3e8649:0x5b7,_0x1b7a78:0x4a0,_0x8090:0x49c,_0x4f6285:0x380,_0x2ec432:0x19d,_0x32413e:0x54c,_0x3544fe:0x4f6,_0x5826df:0x234,_0x25de7b:0x1a3,_0x38cfde:0x1f2,_0x39312a:0x23f,_0x244376:0x3b2,_0x8251df:0x422,_0x11ff13:0x2e8,_0x3c76bc:0x3fd,_0x427857:0x4f4,_0x5ea0a0:0x3e7,_0x1f1844:0x389,_0x3789f8:0x3d0,_0x19194a:0x583,_0x2fd2fa:0x58a,_0x51845f:0x5b4,_0x36bc44:0x1e8,_0x1b2893:0x197,_0x5ee0cf:0x265,_0x252320:0x49e,_0x51fa62:0x390,_0x5a788a:0x433,_0x4fb1ea:0x2d4,_0x1d4435:0x243,_0x16187f:0x277,_0x57bb59:0x2ef,_0x42c45f:0x4c2,_0x45d90c:0x493,_0x2838ee:0x36f,_0x28be13:0x359,_0x120184:0x3fa,_0x4d6560:0x58f,_0x3bf30c:0x21a,_0x239abd:0x24c,_0x352b9d:0x2b1,_0x58a4d2:0x341,_0x5373f0:0x2f0,_0x5d5d0c:0x35d,_0x328074:0x486,_0x5e6382:0x5d8,_0x2e4f9f:0x362,_0x143eac:0x295,_0x5d15e0:0x1ff,_0x7858c2:0x52b,_0x2f1cd9:0x46e,_0x7d72dd:0x1f3,_0x10fc65:0x321,_0x21c751:0x2fa,_0x6f9236:0x310},_0x1ce17f={_0xe078af:0x1d4,_0x282853:0x170},_0x5f20f1={_0x3e3796:0x134,_0xf15283:0x18e},_0x4eb1dc={'ybETE':_0xf9f485(_0x4ebdd3._0x5793d8,_0x4ebdd3._0x2cae9a,0x389,0x2bc)+'t','rpYKC':_0xf9f485(0x201,_0x4ebdd3._0x50ce28,_0x4ebdd3._0x45b9f9,0x2e2)+_0x379282(_0x4ebdd3._0x2925c8,_0x4ebdd3._0x1882c9,_0x4ebdd3._0x161a6c,_0x4ebdd3._0x6826da)+_0x379282(0x635,0x55f,0x553,_0x4ebdd3._0x1399d6)+_0x379282(0x3ec,0x3d4,_0x4ebdd3._0x2707f9,_0x4ebdd3._0x151010),'xBzhS':function(_0x27b5c3,_0x1bc29c){return _0x27b5c3===_0x1bc29c;},'djbhc':_0xf9f485(_0x4ebdd3._0x2ac162,_0x4ebdd3._0x482394,_0x4ebdd3._0xfbc635,_0x4ebdd3._0x93a70d),'mVFXy':'Invalid\x20sk'+'ill\x20ID','RVqeh':_0x379282(_0x4ebdd3._0xd5315,0x554,0x51f,0x487),'gQSuL':_0x379282(0x544,_0x4ebdd3._0x3ae3ef,0x686,_0x4ebdd3._0x240239),'iViGp':_0x379282(_0x4ebdd3._0x21ce89,0x33e,_0x4ebdd3._0x4bdb74,0x215)+_0xf9f485(_0x4ebdd3._0x32a70b,_0x4ebdd3._0x2cdf59,_0x4ebdd3._0x435e45,0x2ff)+'d\x20to\x20this\x20'+_0xf9f485(_0x4ebdd3._0x4f9297,0x166,0xeb,_0x4ebdd3._0x452aa2)+'t','mumkN':function(_0x3d6e49,_0x3b44f9){return _0x3d6e49!==_0x3b44f9;},'kWGFI':_0x379282(_0x4ebdd3._0x5e7b56,_0x4ebdd3._0x350d0c,_0x4ebdd3._0x164c20,_0x4ebdd3._0x547a7b),'RjRAK':_0xf9f485(_0x4ebdd3._0x40b6c8,0x3aa,0x508,0x322)+_0x379282(_0x4ebdd3._0x3c7807,0x462,0x52d,0x4d3)+_0xf9f485(0x38c,0x269,0x322,_0x4ebdd3._0x3ad572)+_0xf9f485(_0x4ebdd3._0x7d884a,_0x4ebdd3._0x31145c,_0x4ebdd3._0x5b74cc,_0x4ebdd3._0x3f9e61)+'dified','fDTzI':_0xf9f485(_0x4ebdd3._0x4ff856,_0x4ebdd3._0x7be6f6,0x20a,_0x4ebdd3._0x215017),'HhKLF':function(_0x3a51d1){return _0x3a51d1();}};function _0x379282(_0x4d957a,_0xc3a8c,_0xe2b7ac,_0x35a680){return _0x34b97a(_0x4d957a-0x16b,_0x35a680,_0xe2b7ac-_0x5f20f1._0x3e3796,_0xc3a8c- -_0x5f20f1._0xf15283);}const {skillId:_0x230da7}=_0x1fd600['params'],{callingTask:_0x3b13fe,assignedSkills:_0x2d0977}=_0x1fd600;if(_0x230da7[_0x379282(0x55f,0x477,_0x4ebdd3._0x248a08,0x40a)]('/')||_0x230da7[_0x379282(0x48c,0x477,0x4d0,0x3cd)]('\x5c')||_0x230da7[_0xf9f485(_0x4ebdd3._0x5896d1,_0x4ebdd3._0x5ed1aa,0x339,_0x4ebdd3._0x121198)]('..')){if(_0x4eb1dc[_0x379282(_0x4ebdd3._0x157a30,0x4e8,0x5be,_0x4ebdd3._0x164092)](_0x4eb1dc[_0x379282(_0x4ebdd3._0x32319f,_0x4ebdd3._0x30a51c,_0x4ebdd3._0x401c8c,_0x4ebdd3._0x22ef82)],_0x4eb1dc[_0x379282(_0x4ebdd3._0x11ae92,0x3bc,_0x4ebdd3._0x3c59ab,_0x4ebdd3._0x2cd320)])){const _0x5b1a22={};return _0x5b1a22['error']=_0xf9f485(0x25b,0x151,0x154,0x2e7)+'t',_0x5b1a22[_0xf9f485(_0x4ebdd3._0x4410ec,0x384,_0x4ebdd3._0x31d79c,0x2a3)]=_0x4eb1dc[_0x379282(0x360,0x47b,0x36a,0x3d2)],_0x57b72a[_0xf9f485(0x240,_0x4ebdd3._0x5a149c,0x2d8,0x186)](-0x1091+-0x1dab+-0x7*-0x6d4)[_0xf9f485(0x339,0x44c,_0x4ebdd3._0x5c4885,_0x4ebdd3._0xf219b1)](_0x5b1a22);}else _0xead6fa[_0xf9f485(_0x4ebdd3._0x4df44b,0x230,_0x4ebdd3._0x41842c,0x2aa)+'ts'][_0x16711c]['skills']=_0x4ac2af,_0x327fcd=!![];}if(!_0x2d0977[_0xf9f485(_0x4ebdd3._0x9d7212,0x39c,0x18f,0x3ac)](_0x230da7)){if(_0x4eb1dc[_0x379282(0x3b7,_0x4ebdd3._0x53e00d,_0x4ebdd3._0x463a2e,0x2e9)]!==_0x4eb1dc['gQSuL']){const _0x26e6b7={};_0x26e6b7['taskId']=_0x3b13fe[_0xf9f485(_0x4ebdd3._0x19eb45,_0x4ebdd3._0x5c38bd,_0x4ebdd3._0x4d28be,_0x4ebdd3._0x128660)],_0x26e6b7['skillId']=_0x230da7,_0x26e6b7[_0xf9f485(0x19c,0xd9,0x154,_0x4ebdd3._0x4aaa5c)+'t']=_0x1fd600[_0xf9f485(0x19c,_0x4ebdd3._0x546767,_0x4ebdd3._0x505f18,_0x4ebdd3._0x58ba5d)+_0x379282(0x2f3,0x42a,0x4fe,_0x4ebdd3._0x154593)],_0x26e6b7[_0xf9f485(0x3e4,0x4d9,_0x4ebdd3._0x6e9c16,_0x4ebdd3._0x18ecfb)+_0x379282(0x517,0x40c,0x542,0x404)]=_0x2d0977,logger[_0x379282(_0x4ebdd3._0x39d14c,_0x4ebdd3._0x5dff4b,0x671,_0x4ebdd3._0x26815b)](_0xf9f485(_0x4ebdd3._0x2a983d,_0x4ebdd3._0x305da4,_0x4ebdd3._0x488c2f,_0x4ebdd3._0x2bcc69)+_0x379282(0x64a,_0x4ebdd3._0x2d9bf4,0x5e2,_0x4ebdd3._0x3be01d)+_0x379282(_0x4ebdd3._0x4a0174,0x530,_0x4ebdd3._0x37baf8,_0x4ebdd3._0x31863f)+_0xf9f485(_0x4ebdd3._0x565e85,0x38e,0x414,0x3df),_0x26e6b7);const _0x4aa062={};return _0x4aa062[_0x379282(0x3e6,_0x4ebdd3._0x341747,_0x4ebdd3._0x27a371,_0x4ebdd3._0x5f0812)]=_0x379282(0x453,0x3e8,0x4c2,_0x4ebdd3._0x32b954),_0x4aa062[_0x379282(_0x4ebdd3._0xeeeb8d,0x52c,0x520,_0x4ebdd3._0x3e8649)]=_0x4eb1dc[_0x379282(_0x4ebdd3._0x1b7a78,_0x4ebdd3._0x8090,0x58b,_0x4ebdd3._0x4f6285)],_0x57b72a[_0xf9f485(0x240,_0x4ebdd3._0x2ec432,0x195,0x2a3)](-0x13f8+0x10dd+0x4ae*0x1)[_0x379282(_0x4ebdd3._0x32413e,_0x4ebdd3._0x3544fe,0x532,0x50c)](_0x4aa062);}else{const _0x2d2b54={};return _0x2d2b54[_0xf9f485(_0x4ebdd3._0x5826df,_0x4ebdd3._0x25de7b,_0x4ebdd3._0x38cfde,_0x4ebdd3._0x39312a)]=_0x4eb1dc[_0x379282(0x43f,0x57d,0x47a,0x647)],_0x2d2b54['message']=_0x4eb1dc[_0xf9f485(0x34e,_0x4ebdd3._0x244376,0x36c,_0x4ebdd3._0x8251df)],_0x3dde23[_0x379282(_0x4ebdd3._0x11ff13,_0x4ebdd3._0x3c76bc,0x3f9,_0x4ebdd3._0x427857)](-0x59*0x43+0x2282+-0x9a7)['json'](_0x2d2b54);}}if(await isSkillReadonly(_0x230da7)){if(_0x4eb1dc['mumkN']('tGPAj',_0x4eb1dc['kWGFI'])){const _0x191b03={};_0x191b03[_0xf9f485(_0x4ebdd3._0x19eb45,_0x4ebdd3._0x5ea0a0,_0x4ebdd3._0x1f1844,_0x4ebdd3._0x3789f8)]=_0x3b13fe[_0x379282(0x450,0x4c1,0x41a,_0x4ebdd3._0x19194a)],_0x191b03[_0xf9f485(0x2f0,0x35b,0x267,0x3a8)]=_0x230da7,logger[_0x379282(_0x4ebdd3._0x2fd2fa,_0x4ebdd3._0x51845f,0x636,0x5b7)]('Attempt\x20to'+_0xf9f485(_0x4ebdd3._0x36bc44,0xb7,0x17b,_0x4ebdd3._0x1b2893)+_0xf9f485(0x398,0x3a5,_0x4ebdd3._0x5ee0cf,_0x4ebdd3._0x252320)+_0x379282(_0x4ebdd3._0x51fa62,0x40b,_0x4ebdd3._0x5a788a,_0x4ebdd3._0x4fb1ea),_0x191b03);const _0x2de6bb={};return _0x2de6bb[_0xf9f485(0x234,_0x4ebdd3._0x1d4435,_0x4ebdd3._0x16187f,0x176)]='Forbidden',_0x2de6bb[_0xf9f485(0x36f,0x404,_0x4ebdd3._0x57bb59,0x412)]=_0x4eb1dc[_0x379282(0x5dd,0x4c4,_0x4ebdd3._0x42c45f,_0x4ebdd3._0x45d90c)],_0x57b72a[_0xf9f485(0x240,0x171,0x30d,0x209)](0x4*-0x233+0x1*-0x748+0x11a7)['json'](_0x2de6bb);}else!_0x1be911['environmen'+'ts'][_0x494886]['skills']&&(_0x76bfaf[_0x379282(_0x4ebdd3._0x2838ee,_0x4ebdd3._0x28be13,0x22a,0x387)+'ts'][_0xe7d029][_0x379282(_0x4ebdd3._0x120184,0x46e,0x4d1,_0x4ebdd3._0x4d6560)]=[]),_0x46d8bf=_0x906e72[_0x379282(_0x4ebdd3._0x3bf30c,_0x4ebdd3._0x28be13,0x3c5,_0x4ebdd3._0x239abd)+'ts'][_0x28bd06][_0xf9f485(_0x4ebdd3._0x352b9d,0x18f,_0x4ebdd3._0x58a4d2,0x357)];}_0x1fd600[_0xf9f485(_0x4ebdd3._0x5373f0,0x3b8,0x268,_0x4ebdd3._0x5d5d0c)]=_0x230da7;function _0xf9f485(_0x1cd9e9,_0x487ed3,_0x34b9d8,_0x3db4d6){return _0x34b97a(_0x1cd9e9-_0x1ce17f._0xe078af,_0x3db4d6,_0x34b9d8-_0x1ce17f._0x282853,_0x1cd9e9- -0x34b);}_0x1fd600[_0x379282(_0x4ebdd3._0x328074,0x59d,0x5f5,_0x4ebdd3._0x5e6382)]=_0xe9b502[_0xf9f485(0x23f,_0x4ebdd3._0x2e4f9f,_0x4ebdd3._0x143eac,_0x4ebdd3._0x5d15e0)](setupPath,_0x379282(_0x4ebdd3._0x7858c2,_0x4ebdd3._0x2f1cd9,0x36d,0x44b)),_0x1fd600[_0xf9f485(_0x4ebdd3._0x7d72dd,_0x4ebdd3._0x10fc65,0x332,0x1fd)]=_0xe9b502['join'](setupPath,_0x4eb1dc[_0xf9f485(0x26c,_0x4ebdd3._0x21c751,0x197,_0x4ebdd3._0x6f9236)],_0x230da7),_0x4eb1dc['HhKLF'](_0x2cb9d7);}router[_0x34b97a(0x61c,0x649,0x588,0x62f)](_0x34b97a(0x69f,0x4fc,0x56e,0x5d0),requireTaskAuth,async(_0x3e2937,_0x2ac629)=>{const _0x558e96={_0x3be637:0x39d,_0x1277a8:0x3a4,_0x3f4805:0x2a9,_0x3eff85:0x260,_0x1e43ab:0x340,_0x33c139:0x328,_0x5ad307:0x339,_0xf9e4b7:0x442,_0x51805d:0x371,_0xa9b7f2:0x306,_0x4cd377:0x341,_0x55378e:0x136,_0x45fabd:0x3a5,_0x129a01:0x322,_0x728e4a:0x3f9,_0x4aaac1:0x24d,_0x1d9c8e:0x329,_0x35bc82:0x241,_0x35d956:0x362,_0x1dc52f:0x31d,_0x4eaf8c:0x227,_0x4d69b3:0x1eb,_0x50880b:0x22e,_0x42b9d4:0x20b,_0xfaa1fb:0x227,_0x37f811:0x207,_0x9f1905:0x22f,_0x12a6f2:0x1d9,_0x9ed525:0x38c,_0x13f3b1:0x37f,_0x4c2fc1:0x1b2,_0x77340b:0x230,_0x28c18b:0x1dc,_0x35319d:0x13e,_0x4185a3:0x337,_0x435988:0x33f,_0x434776:0x35b,_0x5538dd:0x2fd,_0x2cdb97:0x117,_0x2244ed:0x1aa,_0x525801:0x2de,_0x41a4c8:0x30e,_0x27bf43:0x149,_0xc0796b:0x2c4,_0x1afff2:0x2dc,_0x5ee35a:0xe,_0x566454:0x112,_0x256ddc:0x2b8,_0x34b912:0x44a,_0x2a48cd:0x33b},_0x4ec189={_0x585210:0x181},_0x5f3ed8={_0x3def41:0x10e},_0x159f60={'SWDEs':'Task\x20listi'+'ng\x20editabl'+_0x52e457(0x3f6,0x2bd,0x475,_0x558e96._0x3be637),'eFoDH':'skills','FmdyC':_0x52e457(0x259,0x369,_0x558e96._0x1277a8,_0x558e96._0x3f4805),'EnHGC':'utf-8','LZXOk':function(_0x5ee734,_0x3df88e){return _0x5ee734(_0x3df88e);},'ITzqJ':'WyNrZ','dOMaZ':_0x52e457(0x22b,_0x558e96._0x3eff85,_0x558e96._0x1e43ab,0x212),'RJZiP':function(_0x320132,_0x4e1ddb){return _0x320132!==_0x4e1ddb;},'XaecA':_0x1057ad(0x220,_0x558e96._0x33c139,_0x558e96._0x5ad307,0x230)+'read\x20skill'};function _0x1057ad(_0x17febb,_0x1a3cf2,_0x3aa2b1,_0xa6771d){return _0x34b97a(_0x17febb-0x19,_0x1a3cf2,_0x3aa2b1-_0x5f3ed8._0x3def41,_0x3aa2b1- -0x3d5);}const {callingTask:_0x397e85,environmentName:_0x20e938,assignedSkills:_0x33c691}=_0x3e2937,_0x1fb159={};_0x1fb159['taskId']=_0x397e85[_0x52e457(_0x558e96._0xf9e4b7,_0x558e96._0x51805d,0x336,_0x558e96._0xa9b7f2)];function _0x52e457(_0x5244d1,_0x41497b,_0x2c7dfd,_0x46d479){return _0x4efdcd(_0x5244d1,_0x41497b-0x18f,_0x2c7dfd-_0x4ec189._0x585210,_0x46d479- -0xc4);}_0x1fb159['environmen'+'t']=_0x20e938,logger[_0x52e457(_0x558e96._0x4cd377,0x314,_0x558e96._0x55378e,0x20a)](_0x159f60[_0x1057ad(_0x558e96._0x45fabd,0x3cc,_0x558e96._0x129a01,_0x558e96._0x728e4a)],_0x1fb159);const _0x2cd518=_0xe9b502[_0x52e457(_0x558e96._0x4aaac1,_0x558e96._0x1d9c8e,0x17f,_0x558e96._0x35bc82)](setupPath,_0x159f60[_0x1057ad(_0x558e96._0x35d956,0x240,_0x558e96._0x1dc52f,0x413)]),_0x18f2e4=[];for(const _0x2dfe75 of _0x33c691){const _0x29ac74=_0xe9b502['join'](_0x2cd518,_0x2dfe75,_0x159f60['FmdyC']);try{const _0x131bac=await _0x258a22['readFile'](_0x29ac74,_0x159f60[_0x1057ad(0x7a,0x1ed,0xf5,0x226)]),{frontmatter:_0xe5af8a}=parseSkillMd(_0x131bac),_0x11a27e=await _0x159f60[_0x1057ad(_0x558e96._0x4eaf8c,0x278,_0x558e96._0x4d69b3,_0x558e96._0x50880b)](isSkillReadonly,_0x2dfe75),_0x4c6107={};_0x4c6107['id']=_0x2dfe75,_0x4c6107[_0x1057ad(0xa4,_0x558e96._0x42b9d4,0x1bb,0x8e)]=_0xe5af8a[_0x52e457(_0x558e96._0xfaa1fb,0x105,0x18a,0x247)]||_0x2dfe75,_0x4c6107[_0x1057ad(0x301,0x347,_0x558e96._0x37f811,0x28a)+'n']=_0xe5af8a[_0x1057ad(_0x558e96._0x9f1905,0x30a,0x207,0x256)+'n']||'',_0x4c6107[_0x1057ad(_0x558e96._0x12a6f2,_0x558e96._0x9ed525,0x2aa,0x228)]=!_0x11a27e,_0x18f2e4[_0x52e457(0x4bd,0x49c,0x334,_0x558e96._0x13f3b1)](_0x4c6107);}catch(_0x306dab){if(_0x159f60['ITzqJ']===_0x159f60[_0x52e457(_0x558e96._0x4c2fc1,_0x558e96._0x77340b,0x218,_0x558e96._0x28c18b)])_0x1c76ef[_0x151b78]=[];else{if(_0x159f60[_0x1057ad(0x368,0x1b5,0x2db,0x311)](_0x306dab[_0x52e457(0x2d0,_0x558e96._0x35319d,0x203,0x19c)],_0x52e457(0x311,0x3f2,_0x558e96._0x4185a3,_0x558e96._0x435988))){const _0x4fadf4={};_0x4fadf4[_0x1057ad(_0x558e96._0x434776,0x37e,0x266,_0x558e96._0x5538dd)]=_0x2dfe75,_0x4fadf4[_0x1057ad(_0x558e96._0x2cdb97,0x249,_0x558e96._0x2244ed,_0x558e96._0x525801)]=_0x306dab[_0x52e457(0x352,_0x558e96._0x41a4c8,0x39e,0x371)],logger['warn'](_0x159f60[_0x1057ad(0x45,0x1f6,_0x558e96._0x27bf43,0x178)],_0x4fadf4);}}}}const _0x1cfddc={};_0x1cfddc[_0x52e457(_0x558e96._0xc0796b,_0x558e96._0x1afff2,0x364,0x2b3)]=_0x18f2e4,_0x1cfddc[_0x1057ad(_0x558e96._0x28c18b,-_0x558e96._0x5ee35a,_0x558e96._0x566454,0x100)+'t']=_0x20e938,_0x2ac629[_0x52e457(_0x558e96._0x256ddc,0x3b5,_0x558e96._0x34b912,_0x558e96._0x2a48cd)](_0x1cfddc);}),router[_0x4efdcd(0x34a,0x358,0x4c6,0x3c4)]('/skills',requireTaskAuth,async(_0x3a852c,_0xb5290e)=>{const _0x86c350={_0x489394:0x5b1,_0x35b049:0x61c,_0xa4610:0x4f,_0x111599:0x2d,_0x5a7c67:0x56d,_0x1cbfa0:0x4b,_0x2739b6:0x16a,_0x1edf94:0x742,_0x3d6ab1:0x1a0,_0x22da72:0x2c6,_0x1c1e3f:0x254,_0x421be5:0x109,_0xc0a290:0x560,_0x5ff3ef:0x48b,_0x50b72b:0x592,_0x48f27a:0x645,_0x583af5:0x4f2,_0x1b6a4f:0x5ac,_0x453e40:0x15a,_0x51d2ea:0x5a,_0x2ba83f:0x125,_0xb2b9fe:0x5b8,_0x479d25:0x66b,_0x118b7c:0x551,_0x352a55:0x26b,_0x49fc9d:0x1cb,_0x2acac6:0x2e2,_0x2b2ce7:0x247,_0x9b5fb2:0xa9,_0x25a1b6:0xf5,_0x4af9ec:0x22d,_0x34f010:0x3f3,_0x27c0e5:0x25c,_0x435c6e:0xc1,_0x520165:0xe4,_0x1155fb:0x156,_0x84b201:0x60c,_0x7c3caf:0x719,_0x1bb74d:0x6ad,_0x5d0ddc:0x20f,_0x2db9ea:0x1c9,_0x225e44:0x655,_0x165e00:0x5a9,_0xbe6eb3:0x6c8,_0x1df35e:0x148,_0x160eaf:0x15c,_0x10789f:0x531,_0x303ff0:0x582,_0x47ed69:0xe5,_0x59b4ec:0xf1,_0x3c7012:0x11d,_0x479f64:0x96,_0x49a32a:0x84,_0xf79f1:0x24,_0xf9ff36:0x6,_0x40c7b4:0xf6,_0x38c470:0x115,_0x80967b:0x31,_0x4e4ced:0x63,_0x220f98:0x62d,_0x242df5:0x701,_0x17078d:0x253,_0x5ecd27:0x15a,_0x366e6e:0x5c3,_0x2dd414:0x67a,_0x41f3ae:0x641,_0x424055:0x6a9,_0x5209cd:0x70c,_0x1fdb29:0x7a2,_0x277e87:0x6f2,_0x25c0b5:0x666,_0x4fe93a:0x71d,_0x40fccb:0xa4,_0x443bb5:0x75,_0x174204:0x44,_0x321cbe:0xc6,_0x5a1cf9:0x63a,_0x117406:0x53e,_0x54b35e:0x642,_0x3ed31d:0x690,_0x568186:0x1f,_0x5ae4a0:0x167,_0x53f8f0:0x8b,_0x467719:0x45,_0xbd3f39:0x14a,_0x274aa0:0x63f,_0x3b693b:0x65e,_0x28a873:0x587,_0x2decd4:0x14c,_0x3f33b7:0x137,_0x108a61:0x73a,_0x539226:0x5bd,_0x35d8a4:0x562,_0x572417:0x22,_0x5a62c8:0x4d,_0x2252e8:0xd6,_0x4e97e6:0x51,_0x5b48bc:0xb0,_0x3b69eb:0xff,_0x4f4ed7:0x19c,_0x10c254:0x6a4,_0x18a703:0x7be,_0xce0e1f:0x6ab,_0x151d41:0x70d,_0x56514:0x292,_0x15fc25:0x2f8,_0x47098e:0x13f,_0x28f609:0x8a,_0x511b25:0x109,_0x3d512e:0x2c7,_0x1050a1:0x16b,_0x1df115:0x1e2,_0x558241:0x629,_0x55230f:0x500,_0x3d8e71:0x93,_0x5d4300:0x33,_0x3aa093:0x6f,_0x549e91:0x233,_0x28debd:0x217,_0x41b793:0x2dd,_0x1ef62b:0x1e2,_0x2400c5:0x1fa,_0x558d25:0x1c4,_0x4a1367:0x189,_0x1bc44e:0x9,_0x2f9412:0xe,_0x4f1a26:0x7a4,_0x1d9f81:0x661,_0xfc639d:0x709,_0x1ed5fd:0x7df,_0x555b2b:0x132,_0x10afef:0x17d,_0x107729:0x14,_0x46fbf2:0x95,_0x3343bb:0x1a8,_0x3d1aab:0x45a,_0x46d8ee:0x519,_0xfdcf3c:0xc0,_0x570dc3:0x271,_0xde1a0:0x743,_0x395f7d:0xac,_0x2eaa6a:0x147,_0x1b2553:0xfc,_0x35c1d2:0x1b1,_0x2284fd:0xaa,_0x5b5a02:0x498,_0x7a26c:0x5b7,_0x4be4b8:0x74d,_0x5d472d:0x60f,_0x4c3a7d:0x719,_0x1e4e16:0x565,_0x1e9cf4:0x51a,_0xe7769:0x507,_0x3c6314:0x633,_0x3e9bf7:0x5e2,_0x5affc9:0x28b,_0x3ea09c:0x1e0,_0x75d168:0x30c,_0x2fa811:0x1af,_0x4779c0:0x2a2,_0x14370b:0x21,_0x30c723:0x3ec,_0x2343a8:0x7b0,_0x40e4d3:0x719,_0xdfd15c:0x18,_0x3c94be:0x5f,_0x1ae562:0x1b3,_0xcd8d60:0x171,_0x34c0d9:0x8b,_0x48c955:0x2,_0x10c73a:0x4ab,_0x5f1d7d:0x58e,_0x299ade:0x85,_0x25f786:0x124,_0x23b449:0x172,_0x3149c7:0x61,_0x16b150:0xdd,_0x49e641:0x28f,_0x4ff5bb:0x2d5,_0x2543c2:0x57f,_0x38fc6f:0x76,_0x3c11c8:0x19,_0x1f06a2:0x4c6,_0x43bcda:0x6d4,_0x31aea5:0x5b1,_0x2829f3:0x704,_0x34984e:0x1ae,_0x1c1a69:0x6d,_0x1f24e9:0x166,_0xfde15d:0x74b,_0x2777b1:0x117,_0x315121:0x75f,_0x1f4ba0:0x823,_0x628da8:0x282,_0x371fbd:0x1e0,_0x459942:0x5e1,_0x47dca1:0x68f,_0x309f68:0x710,_0x3ae473:0x74b,_0x4a953d:0x626,_0x5bfbb8:0x74b,_0x34fb78:0x1bc,_0x594d03:0x2d9,_0x325699:0x19a,_0x1c802e:0x7c0,_0x55b0d5:0x6f7,_0xb238ec:0xeb,_0x17736e:0xb7,_0x208537:0x17b,_0x369e18:0x11b,_0x56e782:0x6a,_0x491219:0x10d,_0x39bd1d:0x6c5,_0x539275:0x6a1,_0x32500c:0x80,_0xa9a399:0x1d7,_0x2a2a66:0x17f,_0xda1417:0x105,_0x2684c2:0x6d,_0x3a37a4:0x546,_0x41426d:0x65a,_0x88bf97:0x6c0,_0x21492e:0x5d1,_0x2e1d03:0x586,_0x29706e:0x558,_0x440772:0x19c,_0x14781d:0x124,_0x4c5816:0xd9,_0x275904:0x17a,_0x1e5c39:0x7ce,_0x5981a3:0x272,_0x2eba27:0x114,_0x5b4b21:0x592,_0x16fd2f:0x66b,_0x299c95:0x674,_0xcdf3ef:0x596,_0x52ecd6:0x69e,_0x180c32:0x6e1,_0x287b66:0xe1,_0x5976ba:0xa8,_0x51b0ae:0x644,_0x51ec92:0x693,_0x189b8d:0x103,_0x5c7a8d:0x42,_0x5b2463:0x6ca,_0x142acb:0x5d4,_0x4f4e70:0x6d5,_0x5405e8:0x6df,_0x2f42b2:0x5b4,_0x34ea32:0x59c,_0x1c839f:0x255,_0x48cf79:0xad,_0x40b721:0x6dd,_0x5a4664:0x6a6,_0x266351:0x6d,_0x2fc1ad:0x1d,_0x1a97f4:0x570,_0x2261d3:0x65e,_0x3e287e:0x69f,_0x4db927:0x5db,_0x575e59:0x6ac,_0x1e2978:0xae,_0x1e9997:0xcd,_0xe1ebdc:0x284,_0x8ed92b:0xb1,_0x5e6f66:0x235,_0x1aae19:0x5ba,_0xdf1a37:0xd8,_0x38e440:0x7,_0x18c38e:0x224,_0x3db794:0x53,_0x587556:0x69,_0x4a5f52:0x45,_0x4110ac:0x1e8,_0x27d2e4:0x21f,_0x4c7933:0x1e4,_0x5ea485:0x81,_0x2d875f:0x519,_0x2e387c:0x4f7,_0x48ad65:0x211,_0x33829f:0x281,_0x3d4c2e:0x2f1,_0x5ec360:0x20a,_0x49bfb1:0x6d,_0x3841d5:0x72e,_0x2697c7:0x50c,_0x51cbad:0x610,_0xd7988d:0x63c,_0x4a9cab:0x5bf,_0x572460:0x6ce,_0x264d8a:0x4d2,_0x1fbca8:0x6fd,_0x4eba5d:0x645,_0x23cde1:0x2f,_0x4b9647:0x17c,_0xb6168:0xc9,_0x362bd3:0x3b,_0x3ebfdc:0x33c,_0x174921:0x522,_0xd1c2f5:0x4e0,_0x556ec1:0x5ed,_0x18e460:0x3,_0x5d0cd:0x131,_0x500b79:0x6d,_0x389fda:0x745,_0x463fdf:0x65a,_0x2299f0:0x143,_0x1f2e8d:0x452,_0x39464f:0x45a,_0x3282a1:0x3d9,_0x6381f3:0x54f,_0x48668d:0x791,_0x35c011:0x684,_0x38ee5:0x712,_0x3a942d:0x631,_0x4f4208:0x798,_0x1eb8b9:0x681,_0x36f6aa:0x3f7,_0x3e5753:0x471,_0x39f37e:0x512,_0x28fa0c:0xa,_0x1e44ec:0x17,_0xeeb3a1:0x5c7,_0x1cedc6:0x5da,_0x22906f:0xb5,_0x28ed8e:0x174,_0x9938cc:0x1e5,_0x4111d0:0x486,_0x22d67c:0x4d5,_0x14f85a:0x286,_0x1f58ea:0x1a4,_0x3e7ffa:0x7f,_0x5e6e16:0x18f,_0x14cf4c:0x166,_0xcc555a:0x520,_0x4beb36:0x5f7,_0x41567a:0x631,_0x9dee52:0x4f0,_0x5cfa0c:0x477,_0x5dacf4:0x566,_0x51c03d:0x6aa,_0x2da96d:0x165,_0x127af9:0x92,_0x16e88a:0x621,_0x242674:0x763,_0x578371:0x74d,_0x5aeb43:0x1b6,_0x2afd14:0x23a,_0x1fcbe9:0x5a,_0x2624d1:0xc7,_0x542fe2:0x76a,_0x51491a:0x6b4,_0x1db06e:0x6e8,_0x20c225:0x6c5,_0x5083e9:0x6ed,_0x38bd0e:0x214,_0x225bf3:0x1e7,_0x1ededd:0x20b,_0x259c4b:0x685,_0x52bee5:0x63f,_0x1618d7:0x3,_0x26030f:0x78,_0xf8991d:0x67,_0x21ac2e:0x25,_0x5ab1eb:0x4ff,_0x4025c5:0x141,_0x2205cb:0x1bd,_0x36de8d:0xbe,_0x1f9ca7:0xe9,_0x4135e9:0x159,_0x35c117:0x8c,_0x35136e:0x576,_0x663ff2:0x5e6,_0x1296c1:0x5c4,_0x3dc7dc:0x6f9,_0x3ecc99:0x69a,_0x5ab4a2:0x16e,_0x2469c9:0x4a,_0x3444b3:0x1aa,_0x3ebe2a:0x10f,_0x4db31c:0xa3,_0x16592b:0x6da,_0x58b0fa:0x5a3,_0x18528e:0x130,_0x3c34f8:0x23,_0x382b36:0x5c9,_0x3b9676:0x5b1,_0xf32fe5:0x19c,_0x43a14d:0x1f7,_0x514744:0x43,_0x5c45f0:0x596,_0xe3ec91:0x68f,_0x480985:0x5c2,_0x166c45:0x6fc,_0x1a3748:0x73b,_0x4d7158:0x874,_0x289cde:0x125,_0x5e2c81:0x179,_0x14c7d1:0x41a,_0x3c1743:0x35,_0x3129f0:0xfb,_0x259ea6:0x37,_0x491e0e:0x301,_0x29c4c1:0x57e,_0x23dc60:0x52f,_0x28e979:0x5a5,_0xfabe2c:0x58c,_0x1fc564:0x140,_0x78aa13:0x9f,_0x4123e5:0x136,_0x322c99:0x613,_0x2ef0be:0x5bb,_0x1e4aa6:0xaf,_0x594a2e:0x127,_0x4fdb1b:0x37,_0x2b58a5:0x138,_0x2c34ff:0x98,_0x4b6320:0x84,_0x483355:0x2e6,_0x440bc0:0x206,_0x3bc2e5:0x22f,_0x16057c:0xda,_0x311cab:0xc6,_0x4d5a1d:0x1b,_0x276693:0x7c4,_0x29d510:0x21,_0xe53519:0x16,_0x42b343:0x34,_0x423c52:0x3a,_0x304e87:0x18,_0x4ee1ce:0x6d3,_0x4a5b76:0x62c,_0x394046:0x513,_0x311530:0x464,_0x2336fa:0x595,_0x57125d:0x532,_0x37def4:0x657,_0x294a59:0x64b,_0x270bb8:0x5,_0x2488c4:0x26,_0x1cbc8e:0x37,_0x580be6:0x144,_0x1bcd04:0x5f0,_0x2509c4:0x5c8,_0xf5676a:0xa4,_0x20c910:0x1e6,_0x136610:0x5d,_0x34b43d:0x629,_0x51db71:0x573,_0x17863f:0x2b5,_0x4b8d33:0x19c,_0x2c6d7c:0x290,_0x59afc4:0x129,_0x5192ec:0xab,_0xe7537a:0xbc,_0x2af8ca:0x602,_0x56056c:0x1e3,_0x54e540:0x52,_0x2bc4f1:0x50e,_0xa226d1:0x5dc,_0x2a5b5b:0x596,_0x34fd83:0x6db,_0x16c32d:0x79f,_0x3f8062:0x68f,_0x229da3:0x1d5,_0xb9e333:0x248,_0x263c82:0x32d,_0x396b24:0x46d,_0x1809e1:0x57b,_0x1776ee:0x1c1,_0x4dc9a8:0x263,_0x4b6e29:0x14c,_0x37eab5:0x12b,_0x4d2829:0x1e3,_0x2a833f:0x78b,_0x3299b3:0x786,_0x277e1f:0x665,_0x46265c:0x72d,_0x5d58ad:0x793,_0x2227f6:0x70d,_0x208a27:0x60a,_0x37aabf:0x21,_0x4d7f1a:0xea,_0x25579e:0xf,_0x109aea:0x103,_0x30b6dc:0xde,_0x115f4a:0x204,_0x1772b4:0x692,_0x2c1cb4:0x65c,_0x21fd12:0x630,_0x4624ca:0x55e,_0x539cf1:0x5fe,_0x939a59:0x6fe,_0x2ae3ac:0x671,_0xf52959:0x7ab,_0x390787:0xaf,_0x36e7d6:0x4e,_0x27e19a:0x57,_0x383f20:0x276,_0x58a37a:0x112,_0x1c3e9f:0x1aa,_0x7766db:0x106,_0x51a78c:0x5b1,_0xaedae0:0x645,_0x371c9d:0x5e0,_0x5c08a3:0x640,_0x4c9457:0x646,_0x251093:0x6bd,_0x20ba9c:0x1ea,_0x276023:0x7a,_0x53e915:0xdc,_0xa933fc:0x12d,_0x55d66e:0x37,_0x28ead4:0x4f4,_0x401a2d:0x1b4,_0x19c679:0x19c,_0x3a8fd9:0x730,_0x483ce4:0x73e,_0x170669:0x70f,_0x2b2d6e:0x616,_0x3bcce5:0x74a,_0x3a473f:0x79,_0x177bfa:0x13a,_0x3b1bc5:0x110,_0x3ec36c:0x6c5,_0x2c0a69:0x6ee,_0x5ca819:0xc6,_0x3f87a6:0x189,_0x52da82:0x231,_0x10df9f:0x61b,_0x242114:0x7b,_0x15694f:0x26,_0x2554fc:0x486,_0x305e1f:0x630,_0x5c16b2:0x66d,_0x20ca56:0x661,_0x142b51:0x594,_0x52de96:0x5d1,_0x516881:0x6d0,_0x3aee55:0x536,_0x4f35f6:0x55e,_0x258627:0x6a0,_0x5354a4:0xfd,_0x4bf7c1:0x70,_0x5eb02e:0x7e,_0x11b3f2:0x37,_0x4babb5:0xc8,_0x4e903b:0x725,_0x8853a4:0x625,_0x51262d:0x5eb,_0x17bd39:0x74c,_0x1b42b3:0x77d,_0x488e86:0x72,_0x20c7ce:0x9a,_0x57a7c9:0x70b,_0x45c4e7:0x70e,_0x279b39:0x728,_0x359059:0x7c9,_0x2420cb:0x57d,_0x3c21e3:0x737,_0x334376:0x556,_0x489f8a:0x48,_0x597270:0x131,_0x37e45a:0x134,_0x25cbf3:0x1d6,_0x12d2e4:0x131,_0x59e9db:0x6d4,_0x3e781d:0x24d,_0x58d631:0x14d,_0x27fc38:0x104,_0x230d93:0xce,_0x13bd1c:0xe3,_0x56b736:0x6c2,_0x4edc1d:0xe,_0x451f69:0x5a4,_0x2d94b9:0x6ce,_0x12face:0x6b5},_0x851951={_0x10c685:0xa8},_0x5c2595={_0x448752:0x143,_0x1aa8f2:0xc4,_0x309bf1:0x299},_0x138162={'VHJMu':_0x3a1326(0x61f,0x53e,_0x86c350._0x489394,_0x86c350._0x35b049)+'t','IKtyb':_0x35c621(-_0x86c350._0xa4610,0x1d,-0x2e,_0x86c350._0x111599)+'quired\x20and'+'\x20must\x20be\x20a'+_0x3a1326(0x51f,0x693,_0x86c350._0x5a7c67,0x5d8),'KyDbj':function(_0x5277dc,_0x128717){return _0x5277dc===_0x128717;},'fHKlo':_0x35c621(_0x86c350._0x1cbfa0,0x279,_0x86c350._0x2739b6,0x161),'EWelB':_0x35c621(0x251,0x137,0x179,0x225),'wvcpW':_0x3a1326(0x75e,_0x86c350._0x1edf94,0x719,_0x86c350._0x1edf94)+_0x35c621(_0x86c350._0x3d6ab1,_0x86c350._0x22da72,0x227,_0x86c350._0x1c1e3f),'IWfiA':_0x35c621(0x163,0x186,0x165,_0x86c350._0x421be5)+_0x3a1326(0x68a,0x5ff,_0x86c350._0xc0a290,0x472)+'r','FFnrv':_0x3a1326(_0x86c350._0x5ff3ef,0x68d,_0x86c350._0x50b72b,_0x86c350._0x48f27a)+_0x3a1326(0x4ea,_0x86c350._0x583af5,0x559,_0x86c350._0x1b6a4f)+_0x35c621(-_0x86c350._0x453e40,-0x64,-0x41,-_0x86c350._0x51d2ea)+_0x35c621(0x56,-0xd5,0x49,_0x86c350._0x2ba83f),'rUdxk':_0x3a1326(_0x86c350._0xb2b9fe,0x6f2,_0x86c350._0x479d25,_0x86c350._0x118b7c)+'not\x20found','tvkRn':_0x35c621(_0x86c350._0x352a55,0x231,_0x86c350._0x49fc9d,_0x86c350._0x2acac6)+'ed','QFnOM':_0x35c621(0x1bb,_0x86c350._0x2b2ce7,0x112,_0x86c350._0x9b5fb2)+'\x20not\x20found','ELnxQ':_0x35c621(0x19e,_0x86c350._0x25a1b6,0x1eb,_0x86c350._0x4af9ec)+_0x3a1326(0x50c,0x4a8,0x50e,_0x86c350._0x34f010),'JVQiF':_0x35c621(0x10d,_0x86c350._0x27c0e5,0x1f0,0x1c9)+_0x35c621(0x37,0xa2,_0x86c350._0xa4610,-_0x86c350._0x435c6e)+_0x35c621(_0x86c350._0x520165,0x19b,0x92,_0x86c350._0x1155fb),'FkJWU':'Failed\x20to\x20'+'write\x20file','DtpPa':_0x3a1326(_0x86c350._0x84b201,0x65b,_0x86c350._0x7c3caf,_0x86c350._0x1bb74d)+_0x35c621(0x101,_0x86c350._0x5d0ddc,0xea,_0x86c350._0x2db9ea)+'ll','eoVEO':_0x3a1326(0x682,_0x86c350._0x225e44,_0x86c350._0x165e00,_0x86c350._0xbe6eb3)+'int','PVmJd':_0x35c621(_0x86c350._0x1df35e,_0x86c350._0x160eaf,0x74,-0x7e)+_0x3a1326(_0x86c350._0x10789f,0x4d9,_0x86c350._0x303ff0,0x5de)+_0x35c621(-_0x86c350._0x47ed69,-_0x86c350._0x59b4ec,-0x3a,0x20)+_0x35c621(_0x86c350._0x3c7012,_0x86c350._0x479f64,0x1ac,0x208),'fMvTf':_0x35c621(0xd,0x14e,_0x86c350._0x49a32a,0x93)+_0x35c621(0xa8,-0x25,_0x86c350._0xf79f1,_0x86c350._0xf9ff36)+_0x35c621(0x10,0x1c6,0xd5,_0x86c350._0x40c7b4)+_0x35c621(0x12a,_0x86c350._0x38c470,_0x86c350._0x80967b,_0x86c350._0x4e4ced)+'characters'+_0x3a1326(_0x86c350._0x220f98,0x6e5,0x649,_0x86c350._0x242df5)+'\x20and\x20under'+_0x35c621(0x275,_0x86c350._0x17078d,_0x86c350._0x5ecd27,0x5f),'gQJJv':function(_0x440e40,_0x412389){return _0x440e40!==_0x412389;},'MzYPa':_0x35c621(0x32b,0x1fd,0x228,0x199),'ltIhh':_0x3a1326(_0x86c350._0x366e6e,0x5b6,0x69b,_0x86c350._0x2dd414),'Dcogw':_0x3a1326(_0x86c350._0x41f3ae,0x6bb,_0x86c350._0x424055,0x795)+_0x3a1326(_0x86c350._0x5209cd,0x724,0x632,0x61c)+_0x3a1326(0x623,_0x86c350._0x1fdb29,_0x86c350._0x277e87,_0x86c350._0x25c0b5)+_0x3a1326(0x65f,_0x86c350._0x4fe93a,0x71b,0x7fd)+'g','pPWJN':'Name\x20is\x20re'+'quired\x20and'+'\x20must\x20be\x20a'+_0x35c621(-_0x86c350._0x40fccb,_0x86c350._0x443bb5,_0x86c350._0x174204,-_0x86c350._0x321cbe),'ucYRu':'FxCcC','uyvjP':_0x3a1326(_0x86c350._0x5a1cf9,0x626,0x688,0x70c)+_0x3a1326(_0x86c350._0x117406,0x662,_0x86c350._0x54b35e,_0x86c350._0x3ed31d)+_0x35c621(-0xb5,-0x80,-0x4c,-_0x86c350._0x568186)+_0x35c621(-_0x86c350._0x5ae4a0,_0x86c350._0x53f8f0,-0x51,_0x86c350._0x467719)+_0x35c621(0x104,_0x86c350._0xbd3f39,0xd,0x4e),'UwLMW':_0x3a1326(0x56d,0x6df,_0x86c350._0x274aa0,0x519),'Wsbvz':_0x3a1326(_0x86c350._0x3b693b,0x5b8,0x5a2,_0x86c350._0x28a873),'ovsxF':_0x35c621(0x4d,_0x86c350._0x2decd4,0xde,_0x86c350._0x3f33b7),'rosLv':_0x3a1326(_0x86c350._0x108a61,_0x86c350._0x539226,0x5fd,_0x86c350._0x35d8a4),'BiOjx':_0x35c621(-_0x86c350._0x572417,-_0x86c350._0x5a62c8,_0x86c350._0x2252e8,0xb8)+_0x35c621(-_0x86c350._0x568186,-_0x86c350._0x4e97e6,0x91,0x168),'mAMfi':'EQarQ','mZZhA':function(_0x1b330c,_0x43d786){return _0x1b330c!==_0x43d786;},'fZXoC':_0x35c621(_0x86c350._0x5b48bc,0xfe,_0x86c350._0x3b69eb,_0x86c350._0x4f4ed7),'IOVvi':'allowed-to'+_0x3a1326(_0x86c350._0x10c254,_0x86c350._0x18a703,_0x86c350._0xce0e1f,_0x86c350._0x151d41),'DuAEx':function(_0x5dc6fb,_0x178548){return _0x5dc6fb===_0x178548;},'BheFm':_0x35c621(_0x86c350._0x56514,0x135,0x226,_0x86c350._0x15fc25),'NyCyq':'UdfQy','ZzfQw':_0x35c621(0x171,_0x86c350._0x47098e,_0x86c350._0x28f609,_0x86c350._0x511b25),'lhjnz':_0x35c621(_0x86c350._0x3d512e,_0x86c350._0x1050a1,_0x86c350._0x1df115,0xf9),'ReBiA':function(_0x598fb5,_0x1e99f8,_0x481dff){return _0x598fb5(_0x1e99f8,_0x481dff);},'YKCDF':_0x3a1326(_0x86c350._0x558241,0x643,0x5e0,0x4bc),'NZaXA':function(_0x4c414f,_0x2eb7bf){return _0x4c414f===_0x2eb7bf;},'xbCLw':_0x3a1326(_0x86c350._0x55230f,0x6d8,0x62d,0x740),'JeXOf':_0x35c621(_0x86c350._0x3d8e71,_0x86c350._0x5d4300,_0x86c350._0x1155fb,_0x86c350._0x3aa093),'BBhFp':_0x35c621(0x277,_0x86c350._0x549e91,_0x86c350._0x28debd,0x157),'lZOyz':'IpuEC','Ztnsz':_0x35c621(_0x86c350._0x41b793,_0x86c350._0x1ef62b,_0x86c350._0x2400c5,_0x86c350._0x558d25),'jwEFW':_0x35c621(_0x86c350._0x4a1367,_0x86c350._0x1bc44e,0xfc,-_0x86c350._0x2f9412)+'gned\x20to\x20en'+_0x3a1326(0x714,_0x86c350._0x4f1a26,0x673,0x53d)+_0x3a1326(_0x86c350._0x1d9f81,0x6b6,_0x86c350._0xfc639d,_0x86c350._0x1ed5fd)+')','jNmcj':_0x35c621(-_0x86c350._0x555b2b,-0x154,-0x37,0xd1)+'ts','jdFmV':'UaoGr','LuqJD':_0x35c621(0x17d,0x11d,0x1a9,_0x86c350._0x10afef),'iPfzz':'coder.json','YdsRh':_0x35c621(_0x86c350._0x107729,0xeb,_0x86c350._0x46fbf2,_0x86c350._0x3343bb),'mCDDQ':_0x3a1326(_0x86c350._0x3d1aab,0x60b,_0x86c350._0x46d8ee,0x4bc),'myByq':_0x35c621(_0x86c350._0xfdcf3c,0x237,0x1c3,_0x86c350._0x570dc3),'ENTgE':_0x3a1326(0x86d,0x7e1,_0x86c350._0xde1a0,0x7a4),'RTaPq':_0x35c621(_0x86c350._0x395f7d,_0x86c350._0x2eaa6a,_0x86c350._0x1b2553,0x103)+_0x35c621(0x241,_0x86c350._0x35c1d2,0x10e,_0x86c350._0x2284fd)+'sisted\x20to\x20'+_0x3a1326(0x5a3,_0x86c350._0x5b5a02,_0x86c350._0x7a26c,0x54f)+'e','QlLXk':_0x3a1326(_0x86c350._0x4be4b8,_0x86c350._0x5d472d,_0x86c350._0x4c3a7d,0x606)+_0x3a1326(0x686,0x45f,_0x86c350._0x1e4e16,_0x86c350._0x1e9cf4)+_0x3a1326(0x48b,_0x86c350._0xe7769,0x599,0x6bf)+'ment\x20to\x20co'+_0x3a1326(0x627,0x5c7,_0x86c350._0x3c6314,_0x86c350._0x3e9bf7)+_0x35c621(_0x86c350._0x5affc9,0x219,_0x86c350._0x3ea09c,_0x86c350._0x75d168)+'\x20assignmen'+_0x35c621(_0x86c350._0x2fa811,_0x86c350._0x4779c0,0x1a3,0x292)+_0x35c621(-0x179,_0x86c350._0x14370b,-0x3e,0xd8),'XQwvd':function(_0x5e23e7,_0x2598d7){return _0x5e23e7===_0x2598d7;},'XBfnO':_0x3a1326(_0x86c350._0x30c723,0x45e,0x518,0x44f),'krUlQ':_0x3a1326(_0x86c350._0x2343a8,0x779,_0x86c350._0x40e4d3,0x7f7)+'create\x20ski'+'ll'},{callingTask:_0xfeb277,taskUser:_0x43a1bc,environmentName:_0x525c13,environmentConfig:_0x4957a4}=_0x3a852c,{id:_0x5284dc,name:_0x6cb1b1,description:_0x5adb0a,body:_0x189a4c,'allowed-tools':_0x2abeda,model:_0x4b4bd5,'argument-hint':_0x22c5eb,assignToEnvironment:assignToEnvironment=!![]}=_0x3a852c[_0x35c621(-0xbb,_0x86c350._0xdfd15c,_0x86c350._0x3c94be,-0xc1)];if(!_0x5284dc||_0x138162[_0x35c621(0x216,0x15f,0x222,0x294)](typeof _0x5284dc,_0x138162[_0x35c621(_0x86c350._0x1ae562,_0x86c350._0xcd8d60,_0x86c350._0x34c0d9,-_0x86c350._0x48c955)])){if(_0x138162[_0x3a1326(0x64b,_0x86c350._0x10c73a,_0x86c350._0x5f1d7d,0x5b3)]!==_0x35c621(_0x86c350._0x299ade,_0x86c350._0x25f786,_0x86c350._0x23b449,0x231)){const _0x19d7ad={};return _0x19d7ad[_0x35c621(0xa6,0x189,_0x86c350._0x3149c7,-_0x86c350._0x16b150)]=_0x138162[_0x35c621(0x1db,0x2a9,0x1e5,0x2c8)],_0x19d7ad[_0x35c621(_0x86c350._0x49e641,0x2a8,_0x86c350._0x4f4ed7,_0x86c350._0x4ff5bb)]=_0x138162[_0x3a1326(0x6ab,_0x86c350._0x2543c2,0x62b,0x4fe)],_0xeddd23['status'](0x13e7+-0xb*-0x319+-0x346a)['json'](_0x19d7ad);}else{const _0x103045={};return _0x103045[_0x35c621(-_0x86c350._0x38fc6f,-_0x86c350._0x3c11c8,0x61,0xbe)]=_0x3a1326(_0x86c350._0x1f06a2,_0x86c350._0x43bcda,_0x86c350._0x31aea5,0x51f)+'t',_0x103045[_0x3a1326(_0x86c350._0x2829f3,0x71b,0x6c5,0x740)]=_0x138162['Dcogw'],_0xb5290e[_0x35c621(-0xb0,_0x86c350._0x34984e,_0x86c350._0x1c1a69,0x147)](0xc19+0xaff+-0x1588)[_0x35c621(0x5b,0x103,_0x86c350._0x1f24e9,0x1f2)](_0x103045);}}if(!_0x6cb1b1||_0x138162[_0x3a1326(0x619,0x771,_0x86c350._0xfde15d,0x60c)](typeof _0x6cb1b1,_0x138162['MzYPa'])){const _0xff644f={};return _0xff644f[_0x35c621(0x130,_0x86c350._0x467719,_0x86c350._0x3149c7,_0x86c350._0x2777b1)]=_0x138162[_0x3a1326(_0x86c350._0x315121,0x77d,0x70e,_0x86c350._0x1f4ba0)],_0xff644f[_0x35c621(0x195,_0x86c350._0x628da8,0x19c,_0x86c350._0x371fbd)]=_0x138162[_0x3a1326(0x5ab,_0x86c350._0x118b7c,_0x86c350._0x459942,0x4ff)],_0xb5290e['status'](-0x1*-0x1143+-0x1dc1+0x7*0x202)[_0x3a1326(0x686,0x58b,_0x86c350._0x47dca1,_0x86c350._0x309f68)](_0xff644f);}if(!_0x5adb0a||_0x138162[_0x3a1326(0x81f,0x809,_0x86c350._0x3ae473,0x7c8)](typeof _0x5adb0a,_0x138162['MzYPa'])){if(_0x138162[_0x3a1326(_0x86c350._0x4a953d,0x703,_0x86c350._0x5bfbb8,0x67c)](_0x138162[_0x35c621(_0x86c350._0x34fb78,_0x86c350._0x594d03,0x203,_0x86c350._0x325699)],_0x138162['ucYRu'])){if(_0x138162[_0x3a1326(0x781,_0x86c350._0x1c802e,_0x86c350._0x55b0d5,0x672)](_0x6f3bd2[_0x35c621(-_0x86c350._0xb238ec,_0x86c350._0x17736e,-0x39,-_0x86c350._0x208537)],_0x138162[_0x35c621(_0x86c350._0x369e18,_0x86c350._0x56e782,_0x86c350._0x491219,-0x2c)])){const _0x2f7228={};return _0x2f7228['error']=_0x138162['EWelB'],_0x2f7228[_0x3a1326(0x5e4,0x741,_0x86c350._0x39bd1d,_0x86c350._0x539275)]=_0x35c621(_0x86c350._0x32500c,_0x86c350._0xa9a399,_0x86c350._0x2a2a66,0x209)+_0x4877df+(_0x35c621(_0x86c350._0xda1417,0x31,0xb1,0xa3)+'d'),_0x46db1e[_0x35c621(-0x77,0x17b,_0x86c350._0x2684c2,0x163)](-0x1*-0xd8b+-0x33b*-0xc+0x15f*-0x25)[_0x3a1326(0x62c,0x6d1,0x68f,0x553)](_0x2f7228);}const _0x4bd6bd={};_0x4bd6bd[_0x3a1326(0x535,_0x86c350._0x3a37a4,_0x86c350._0x41426d,_0x86c350._0x88bf97)]=_0x22cc53[_0x3a1326(0x70b,_0x86c350._0x21492e,_0x86c350._0x41426d,0x734)],_0x4bd6bd[_0x3a1326(_0x86c350._0x2e1d03,0x66c,0x646,_0x86c350._0x29706e)]=_0x1922db,_0x4bd6bd['error']=_0x9b91bd[_0x35c621(0x283,0x299,_0x86c350._0x440772,0x2c7)],_0x531c3c['error'](_0x138162[_0x35c621(-0x9d,_0x86c350._0x14781d,0x29,_0x86c350._0x4c5816)],_0x4bd6bd);const _0x1a9a3b={};_0x1a9a3b[_0x35c621(0x12e,0x147,0x61,_0x86c350._0x275904)]=_0x138162[_0x3a1326(0x822,_0x86c350._0x1e5c39,0x6e4,0x5b3)],_0x1a9a3b[_0x35c621(0xac,_0x86c350._0x5981a3,0x19c,_0x86c350._0x2eba27)]=_0x138162[_0x3a1326(_0x86c350._0x5b4b21,_0x86c350._0x16fd2f,0x552,0x435)],_0xd1e1b5[_0x3a1326(0x463,_0x86c350._0x299c95,_0x86c350._0xcdf3ef,_0x86c350._0x52ecd6)](-0x1b5c*-0x1+0x1c44+-0x35ac)[_0x3a1326(_0x86c350._0x180c32,0x6a0,0x68f,0x701)](_0x1a9a3b);}else{const _0x388392={};return _0x388392[_0x35c621(_0x86c350._0x287b66,_0x86c350._0x5976ba,0x61,0x14b)]=_0x138162[_0x3a1326(0x5cf,0x749,0x70e,_0x86c350._0x51b0ae)],_0x388392[_0x3a1326(0x7cd,_0x86c350._0x51ec92,_0x86c350._0x39bd1d,0x6b0)]=_0x138162['uyvjP'],_0xb5290e[_0x35c621(_0x86c350._0x189b8d,0x5b,0x6d,_0x86c350._0x5c7a8d)](-0x12b7+-0x246c+0x38b3)[_0x3a1326(_0x86c350._0x5b2463,_0x86c350._0x142acb,_0x86c350._0x47dca1,_0x86c350._0x4f4e70)](_0x388392);}}if(!_0x189a4c||_0x138162['gQJJv'](typeof _0x189a4c,_0x138162[_0x3a1326(0x636,_0x86c350._0x5405e8,_0x86c350._0x2f42b2,_0x86c350._0x34ea32)])){const _0xd96178={};return _0xd96178['error']=_0x138162[_0x35c621(_0x86c350._0x1c839f,0x1fe,0x1e5,_0x86c350._0x48cf79)],_0xd96178[_0x3a1326(_0x86c350._0x40b721,_0x86c350._0x5a4664,0x6c5,0x794)]=_0x138162['IKtyb'],_0xb5290e[_0x35c621(0x27,-0x96,_0x86c350._0x266351,-_0x86c350._0x2fc1ad)](0x47e+-0x1348*-0x2+-0x5e*0x71)[_0x3a1326(_0x86c350._0x1a97f4,0x6bc,0x68f,0x7c0)](_0xd96178);}if(!/^[a-zA-Z0-9_-]+$/['test'](_0x5284dc)){if(_0x138162['gQJJv'](_0x138162[_0x3a1326(0x6f9,_0x86c350._0x2261d3,_0x86c350._0x3e287e,_0x86c350._0x4db927)],_0x138162[_0x3a1326(0x66e,0x7c7,_0x86c350._0x575e59,0x7cd)])){const _0x24267a={};return _0x24267a['error']=_0x35c621(_0x86c350._0x1e2978,_0x86c350._0x1e9997,0x88,-0x2e)+'t',_0x24267a[_0x35c621(_0x86c350._0xe1ebdc,_0x86c350._0x8ed92b,0x19c,0x207)]=_0x138162[_0x35c621(_0x86c350._0x5e6f66,0x1bc,0x175,0x22b)],_0xb5290e[_0x3a1326(_0x86c350._0x1aae19,0x581,_0x86c350._0xcdf3ef,0x6ab)](-0x20bd+-0x5e0+0x55*0x79)['json'](_0x24267a);}else{const _0x5770e3={};_0x5770e3[_0x35c621(_0x86c350._0xdf1a37,0x10f,0x131,_0x86c350._0x38e440)]=_0x5c2d86,_0x36224f[_0x35c621(0x29e,0x15b,_0x86c350._0x18c38e,0xe3)](_0x35c621(0x19a,-_0x86c350._0x3db794,_0x86c350._0x587556,_0x86c350._0x4a5f52)+_0x35c621(_0x86c350._0x4110ac,0x198,0x1a0,0x67)+_0x35c621(_0x86c350._0x27d2e4,_0x86c350._0x4c7933,0x1ba,_0x86c350._0x5ea485),_0x5770e3);const _0x220813={};return _0x220813[_0x3a1326(_0x86c350._0x2d875f,_0x86c350._0x2e387c,0x58a,0x4a0)]=_0x138162[_0x35c621(0x1e8,_0x86c350._0x48ad65,0x1e5,_0x86c350._0x33829f)],_0x220813['message']=_0x138162[_0x35c621(_0x86c350._0x3d4c2e,0x29c,_0x86c350._0x5ec360,0x306)],_0x17f77b[_0x35c621(0x16c,0x163,_0x86c350._0x49bfb1,0xa7)](0x2f0+0x3a*0x79+0x6e*-0x43)['json'](_0x220813);}}if(_0x5284dc[_0x3a1326(_0x86c350._0x3841d5,_0x86c350._0x2697c7,_0x86c350._0x51cbad,_0x86c350._0xd7988d)]('/')||_0x5284dc[_0x3a1326(_0x86c350._0x4a9cab,_0x86c350._0x572460,_0x86c350._0x51cbad,0x6d2)]('\x5c')||_0x5284dc[_0x3a1326(0x574,0x5fa,0x610,_0x86c350._0x264d8a)]('..')){const _0x5e7f64={};return _0x5e7f64['error']=_0x138162['VHJMu'],_0x5e7f64['message']=_0x138162[_0x3a1326(_0x86c350._0x1fbca8,_0x86c350._0x4eba5d,0x657,0x6ef)],_0xb5290e['status'](0x14d3+-0x1*-0x1154+-0x1ed*0x13)[_0x35c621(_0x86c350._0x23cde1,_0x86c350._0x4b9647,_0x86c350._0x1f24e9,_0x86c350._0xb6168)](_0x5e7f64);}const _0x25d1e8=_0xe9b502[_0x35c621(_0x86c350._0x362bd3,0x71,0x6c,0xc3)](setupPath,_0x138162[_0x35c621(_0x86c350._0x3ebfdc,0xdc,0x205,0x2c9)]),_0x19d95c=_0xe9b502[_0x3a1326(_0x86c350._0x174921,_0x86c350._0xd1c2f5,0x595,0x55e)](_0x25d1e8,_0x5284dc),_0x3dc1c7=_0xe9b502['join'](_0x19d95c,_0x138162['rosLv']),_0x2c6a91=new Date()[_0x3a1326(_0x86c350._0x556ec1,0x56b,0x5b9,0x688)+'g']();function _0x35c621(_0x185b82,_0x340359,_0x3fe90a,_0x3b655b){return _0x4efdcd(_0x340359,_0x340359-_0x5c2595._0x448752,_0x3fe90a-_0x5c2595._0x1aa8f2,_0x3fe90a- -_0x5c2595._0x309bf1);}const _0x57c5e8={};function _0x3a1326(_0xdd4a59,_0x55c85e,_0x30b5d0,_0xecee5e){return _0x4efdcd(_0xdd4a59,_0x55c85e-_0x851951._0x10c685,_0x30b5d0-0x19e,_0x30b5d0-0x290);}_0x57c5e8[_0x35c621(-_0x86c350._0x18e460,0x222,_0x86c350._0x5d0cd,_0x86c350._0x500b79)]=_0xfeb277[_0x3a1326(0x652,_0x86c350._0x389fda,_0x86c350._0x463fdf,0x761)],_0x57c5e8[_0x35c621(_0x86c350._0x2299f0,0x21e,0x11d,0xe5)]=_0x5284dc,_0x57c5e8[_0x3a1326(_0x86c350._0x1f2e8d,_0x86c350._0x39464f,0x4f2,_0x86c350._0x3282a1)+'t']=_0x525c13,_0x57c5e8[_0x3a1326(0x5d9,_0x86c350._0x6381f3,0x661,0x633)]=_0x43a1bc['id'],_0x57c5e8['assignToEn'+_0x3a1326(_0x86c350._0x48668d,_0x86c350._0x35c011,_0x86c350._0x38ee5,0x6fb)]=assignToEnvironment,logger[_0x3a1326(0x4c4,0x5d4,0x55e,_0x86c350._0x29706e)](_0x138162[_0x3a1326(_0x86c350._0x3a942d,_0x86c350._0x4f4208,0x680,_0x86c350._0x1eb8b9)],_0x57c5e8);try{if(_0x138162[_0x3a1326(_0x86c350._0x36f6aa,_0x86c350._0x3e5753,_0x86c350._0x39f37e,0x536)]===_0x138162[_0x35c621(-_0x86c350._0x28fa0c,_0x86c350._0x56e782,-_0x86c350._0x1e44ec,-0x6)]){try{await _0x258a22[_0x3a1326(0x4fd,0x6ea,_0x86c350._0xeeb3a1,_0x86c350._0x1cedc6)](_0x19d95c);const _0x3acfc2={};return _0x3acfc2[_0x35c621(-0xdd,_0x86c350._0x22906f,0x61,0x53)]=_0x138162[_0x35c621(_0x86c350._0x28ed8e,0x1e6,_0x86c350._0x9938cc,0x1a2)],_0x3acfc2['message']=_0x3a1326(_0x86c350._0x274aa0,0x570,0x6a8,0x735)+_0x5284dc+(_0x3a1326(_0x86c350._0x4111d0,0x5f4,0x58d,_0x86c350._0x22d67c)+_0x35c621(_0x86c350._0x14f85a,0x1a5,0x21c,_0x86c350._0x1f58ea)),_0xb5290e[_0x35c621(0x14a,-0x8,_0x86c350._0x266351,-_0x86c350._0x3e7ffa)](0x151+0x1d4*0xd+-0x1785)[_0x35c621(_0x86c350._0x5e6e16,0x231,_0x86c350._0x14cf4c,0x297)](_0x3acfc2);}catch(_0x8e51fa){if(_0x138162[_0x35c621(0x72,0xc1,0x107,_0x86c350._0x3c7012)](_0x3a1326(0x510,_0x86c350._0xcc555a,0x600,0x573),_0x138162['fZXoC'])){if(_0x8e51fa[_0x3a1326(_0x86c350._0x4beb36,_0x86c350._0x41567a,_0x86c350._0x9dee52,_0x86c350._0x5cfa0c)]!==_0x138162['fHKlo'])throw _0x8e51fa;}else{const _0x5a1cc4={};_0x5a1cc4[_0x3a1326(_0x86c350._0x5dacf4,_0x86c350._0x51c03d,0x65a,0x62b)]=_0x4482a9,_0x5a1cc4[_0x35c621(0xb3,_0x86c350._0x2da96d,0x138,_0x86c350._0x127af9)]=_0x2c5eda,_0x4d079b[_0x3a1326(_0x86c350._0x16e88a,_0x86c350._0x242674,_0x86c350._0x578371,0x780)](_0x138162[_0x35c621(0x116,0x181,_0x86c350._0x5aeb43,_0x86c350._0x2afd14)],_0x5a1cc4);const _0x4cb8a2={};return _0x4cb8a2[_0x35c621(-0x35,-_0x86c350._0x1fcbe9,_0x86c350._0x3149c7,-_0x86c350._0x2624d1)]=_0x138162[_0x3a1326(0x7ec,_0x86c350._0x542fe2,_0x86c350._0x51491a,0x6f3)],_0x4cb8a2[_0x3a1326(_0x86c350._0x51b0ae,_0x86c350._0x1db06e,_0x86c350._0x20c225,_0x86c350._0x5083e9)]=_0x138162[_0x35c621(_0x86c350._0x38bd0e,_0x86c350._0x225bf3,_0x86c350._0x1ededd,0x1e0)],_0x4f9259[_0x3a1326(0x537,0x60d,_0x86c350._0xcdf3ef,0x545)](0x27e+0x5d+-0x16*0xf)[_0x3a1326(0x6ff,_0x86c350._0x259c4b,0x68f,_0x86c350._0x52bee5)](_0x4cb8a2);}}const _0x56fadf={};_0x56fadf[_0x35c621(_0x86c350._0x1618d7,_0x86c350._0x435c6e,_0x86c350._0x26030f,-0xab)]=!![],await _0x258a22[_0x35c621(-_0x86c350._0x443bb5,-_0x86c350._0xf8991d,_0x86c350._0x21ac2e,0x32)](_0x25d1e8,_0x56fadf);const _0x8c919a={};_0x8c919a[_0x3a1326(_0x86c350._0x5ab1eb,0x57e,0x5a1,_0x86c350._0x575e59)]=!![],await _0x258a22[_0x35c621(-0x61,-0x56,0x25,_0x86c350._0x4025c5)](_0x19d95c,_0x8c919a);const _0x5dd43f={};_0x5dd43f[_0x35c621(-0xa9,_0x86c350._0x26030f,0x72,-_0x86c350._0xf79f1)]=_0x6cb1b1,_0x5dd43f[_0x35c621(-0x29,_0x86c350._0x2205cb,_0x86c350._0x36de8d,-0x6e)+'n']=_0x5adb0a;const _0x199c4c=_0x5dd43f;_0x2abeda&&Array['isArray'](_0x2abeda)&&_0x2abeda['length']>-0x13f2+0x19ce+0x32*-0x1e&&(_0x199c4c[_0x138162[_0x35c621(0x1c3,_0x86c350._0x1f9ca7,_0x86c350._0x4135e9,_0x86c350._0x35c117)]]=_0x2abeda);_0x4b4bd5&&(_0x138162[_0x3a1326(_0x86c350._0x35136e,0x4f8,_0x86c350._0xe7769,_0x86c350._0x663ff2)](_0x138162[_0x3a1326(0x53f,0x5db,_0x86c350._0x1296c1,_0x86c350._0x3dc7dc)],_0x138162[_0x3a1326(0x662,0x6cc,0x5f4,_0x86c350._0x3ecc99)])?_0x48cca7[_0x9b013a]=_0x1dd5f3[_0x35c621(_0x86c350._0x5ab4a2,0x94,0x82,-_0x86c350._0x2469c9)]():_0x199c4c[_0x35c621(_0x86c350._0x3444b3,_0x86c350._0x3ebe2a,0x103,0x16d)]=_0x4b4bd5);if(_0x22c5eb){if(_0x138162[_0x35c621(0x59,0xca,0xb5,_0x86c350._0x4db31c)]!==_0x138162[_0x3a1326(0x662,0x5d5,_0x86c350._0x16592b,_0x86c350._0x58b0fa)])_0x199c4c[_0x138162[_0x3a1326(0x4b2,0x4fe,0x4db,0x54b)]]=_0x22c5eb;else{const _0x44ebb8={};return _0x44ebb8[_0x35c621(_0x86c350._0x18528e,_0x86c350._0x3c34f8,_0x86c350._0x3149c7,0x54)]=_0x3a1326(0x69b,_0x86c350._0x382b36,_0x86c350._0x3b9676,0x519)+'t',_0x44ebb8[_0x35c621(0x141,0x5b,_0x86c350._0xf32fe5,_0x86c350._0x43a14d)]=_0x35c621(0x6c,-_0x86c350._0x5ab4a2,-_0x86c350._0x514744,-_0x86c350._0x1618d7)+_0x3a1326(0x6eb,0x76c,0x705,0x6e6),_0x3e5c1f[_0x3a1326(0x5e8,0x68e,_0x86c350._0x5c45f0,0x4f1)](-0x1fd7+-0x8b*-0xa+0x1bf9)[_0x3a1326(0x675,0x5e6,_0x86c350._0xe3ec91,_0x86c350._0x480985)](_0x44ebb8);}}const _0x1c366d=_0x138162[_0x3a1326(0x616,_0x86c350._0x166c45,_0x86c350._0x1a3748,_0x86c350._0x4d7158)](serializeSkillMd,_0x199c4c,_0x189a4c);await _0x258a22['writeFile'](_0x3dc1c7,_0x1c366d,_0x138162[_0x35c621(0xb6,_0x86c350._0x9938cc,_0x86c350._0x289cde,_0x86c350._0x5e2c81)]);let _0x557b91=![];if(assignToEnvironment&&coderConfig){if(_0x138162['NZaXA'](_0x138162[_0x3a1326(_0x86c350._0x14c7d1,0x66d,0x539,0x51a)],_0x138162[_0x35c621(0xe5,0x10f,0x10,0xf2)])){const _0x498761=coderConfig[_0x35c621(-_0x86c350._0x3c1743,-_0x86c350._0x3129f0,-_0x86c350._0x259ea6,0xb0)+'ts']?.[_0x525c13];if(_0x498761){if(_0x138162[_0x35c621(0x2f5,_0x86c350._0x14781d,0x213,_0x86c350._0x491e0e)]!==_0x138162[_0x3a1326(0x612,0x5e8,_0x86c350._0x29c4c1,0x460)]){!_0x498761[_0x3a1326(_0x86c350._0x23dc60,0x596,0x607,_0x86c350._0x28e979)]&&(_0x138162['gQJJv'](_0x138162['lZOyz'],_0x138162[_0x3a1326(0x56e,_0x86c350._0xfabe2c,0x6b0,0x6cb)])?_0x498761[_0x35c621(_0x86c350._0x1fc564,_0x86c350._0x78aa13,0xde,0x9d)]=[]:_0x3b3a0d['push'](_0x2910c8+':\x20'+_0x279c30));if(!_0x498761[_0x35c621(_0x86c350._0x1e44ec,0x1b8,0xde,_0x86c350._0x4123e5)][_0x35c621(-0x35,0x4b,0xe7,_0x86c350._0x558d25)](_0x5284dc)){_0x498761['skills']['push'](_0x5284dc),_0x557b91=!![];const _0x708b5c={};_0x708b5c[_0x3a1326(_0x86c350._0x322c99,_0x86c350._0x2ef0be,0x646,0x6bf)]=_0x5284dc,_0x708b5c[_0x35c621(_0x86c350._0x1e4aa6,-_0x86c350._0x594a2e,-_0x86c350._0x4fdb1b,-_0x86c350._0x2b58a5)+'t']=_0x525c13,logger[_0x35c621(_0x86c350._0x2c34ff,0x11,_0x86c350._0x3c1743,-_0x86c350._0x4b6320)](_0x138162[_0x35c621(0x106,_0x86c350._0x483355,_0x86c350._0x440bc0,_0x86c350._0x3bc2e5)],_0x708b5c);}}else _0x2d30fa['push'](_0x28427f+_0x35c621(0x98,_0x86c350._0x16057c,0xfb,0x65));}try{const _0x27f026=_0xe9b502['join'](setupPath,_0x138162[_0x3a1326(0x724,0x5d8,0x638,0x706)],_0x525c13,_0x35c621(-0x140,-_0x86c350._0x311cab,-0x37,_0x86c350._0x4d5a1d)+_0x3a1326(0x84a,0x66c,0x71f,_0x86c350._0x276693));let _0x43fae7,_0x19f09e,_0x473d76;try{if(_0x138162['mZZhA'](_0x138162[_0x35c621(-_0x86c350._0x29d510,_0x86c350._0xe53519,_0x86c350._0x42b343,0x143)],_0x138162['LuqJD'])){const _0x2256c6=await _0x258a22[_0x35c621(-_0x86c350._0x423c52,-_0x86c350._0x304e87,0x73,-_0x86c350._0x1e9997)](_0x27f026,_0x138162[_0x3a1326(0x62f,_0x86c350._0x5209cd,0x64e,_0x86c350._0x4ee1ce)]);_0x19f09e=JSON['parse'](_0x2256c6),_0x43fae7=_0x27f026,!_0x19f09e['skills']&&(_0x19f09e[_0x3a1326(0x601,0x620,0x607,0x737)]=[]),_0x473d76=_0x19f09e['skills'];}else{const _0x86257b={};return _0x86257b[_0x3a1326(_0x86c350._0x4a5b76,_0x86c350._0x394046,0x58a,_0x86c350._0x311530)]=_0x138162[_0x3a1326(_0x86c350._0x10c254,0x6ab,0x70e,0x6cd)],_0x86257b[_0x3a1326(0x5c7,_0x86c350._0x5405e8,0x6c5,0x761)]=_0x138162[_0x3a1326(_0x86c350._0x2336fa,_0x86c350._0x57125d,_0x86c350._0x37def4,_0x86c350._0x57125d)],_0xefd4c1[_0x35c621(0xc8,0x134,_0x86c350._0x49bfb1,-0x6)](0x635+0x1541+-0x19e6)[_0x35c621(0x1b0,0x195,0x166,0x169)](_0x86257b);}}catch{const _0x5e0a9d=_0xe9b502['join'](setupPath,_0x138162[_0x3a1326(0x6f7,0x74e,_0x86c350._0x5a4664,0x6d8)]),_0x4b080b=await _0x258a22[_0x3a1326(_0x86c350._0x294a59,0x520,0x59c,0x4de)](_0x5e0a9d,_0x138162['YKCDF']);_0x19f09e=JSON['parse'](_0x4b080b),_0x43fae7=_0x5e0a9d;if(_0x19f09e[_0x35c621(-_0x86c350._0x270bb8,_0x86c350._0x2488c4,-_0x86c350._0x1cbc8e,-_0x86c350._0x580be6)+'ts']&&_0x19f09e['environmen'+'ts'][_0x525c13]){if(_0x138162[_0x35c621(0x202,0x2f3,0x222,0x2c5)](_0x138162[_0x3a1326(0x505,0x4fa,0x534,0x61d)],_0x138162[_0x3a1326(_0x86c350._0x1bcd04,0x5e4,0x534,_0x86c350._0x2509c4)])){const _0x4a3946={};_0x4a3946[_0x35c621(0x7c,0xe1,0x131,0x96)]=_0xd1fc28[_0x35c621(_0x86c350._0xf5676a,0x1bb,_0x86c350._0x5d0cd,0x1d4)],_0x4a3946[_0x35c621(-_0x86c350._0x14370b,_0x86c350._0x20c910,0x11d,_0x86c350._0x136610)]=_0x1bb6f5,_0x4a3946[_0x3a1326(0x648,_0x86c350._0x34b43d,_0x86c350._0x51db71,0x56b)]=_0x2f7390,_0x4a3946[_0x35c621(0x106,-0x16,0x61,0xc3)]=_0x167932[_0x35c621(_0x86c350._0x17863f,0x17c,_0x86c350._0x4b8d33,_0x86c350._0x2c6d7c)],_0x28b0a5['error'](_0x138162[_0x35c621(_0x86c350._0x59afc4,_0x86c350._0x5192ec,_0x86c350._0xe7537a,-0x43)],_0x4a3946);const _0x9a6480={};_0x9a6480['error']=_0x138162[_0x3a1326(0x7b8,_0x86c350._0x2af8ca,0x6e4,0x720)],_0x9a6480[_0x35c621(0x291,_0x86c350._0x56056c,_0x86c350._0x4f4ed7,0x230)]=_0x138162[_0x35c621(_0x86c350._0x54e540,-_0x86c350._0x3c34f8,-0x15,-_0x86c350._0x3c11c8)],_0x8f72a8[_0x3a1326(_0x86c350._0x2bc4f1,_0x86c350._0xa226d1,_0x86c350._0x2a5b5b,0x5ef)](0xc19*-0x1+0xa95+0x378)[_0x3a1326(_0x86c350._0x34fd83,_0x86c350._0x16c32d,_0x86c350._0x3f8062,0x78d)](_0x9a6480);}else{if(!_0x19f09e[_0x35c621(0xc7,_0x86c350._0x189b8d,-0x37,-0x57)+'ts'][_0x525c13]['skills']){if(_0x138162[_0x35c621(_0x86c350._0x229da3,_0x86c350._0xb9e333,0x222,_0x86c350._0x263c82)](_0x138162[_0x35c621(0xbc,-0x1,0x17,0xd2)],_0x138162[_0x3a1326(0x5d3,_0x86c350._0x396b24,_0x86c350._0x1809e1,0x4d0)]))_0x19f09e['environmen'+'ts'][_0x525c13]['skills']=[];else{const _0x1bdbf4={};_0x1bdbf4[_0x35c621(0x1a5,_0x86c350._0x1776ee,0x131,_0x86c350._0x4dc9a8)]=_0x3dae13[_0x35c621(_0x86c350._0x4b6e29,_0x86c350._0x37eab5,0x131,_0x86c350._0x4d2829)],_0x1bdbf4['skillId']=_0x382025,_0x1bdbf4[_0x35c621(0x28,_0x86c350._0x2da96d,0x61,-_0x86c350._0x174204)]=_0x2cedb9[_0x3a1326(0x6e4,0x732,0x6c5,_0x86c350._0x2a833f)],_0x5dab49['error'](_0x138162[_0x3a1326(_0x86c350._0x3299b3,_0x86c350._0x277e1f,_0x86c350._0x46265c,_0x86c350._0x5d58ad)],_0x1bdbf4);const _0x4cb436={};_0x4cb436[_0x35c621(0x54,0xfd,_0x86c350._0x3149c7,-0x43)]=_0x138162[_0x3a1326(_0x86c350._0x2227f6,0x5da,0x6e4,0x5d5)],_0x4cb436[_0x3a1326(0x7e1,0x620,0x6c5,0x763)]=_0x3a1326(0x7b8,0x6b4,0x719,_0x86c350._0x208a27)+_0x35c621(0x1c6,-_0x86c350._0x37aabf,_0x86c350._0x4d7f1a,_0x86c350._0x25579e)+'ll',_0x20453e[_0x3a1326(0x58b,0x515,_0x86c350._0xcdf3ef,0x60a)](-0x2*-0xbb9+0x1501*0x1+-0x2a7f)['json'](_0x4cb436);}}_0x473d76=_0x19f09e['environmen'+'ts'][_0x525c13][_0x35c621(_0x86c350._0x109aea,0x1cf,_0x86c350._0x30b6dc,_0x86c350._0x115f4a)];}}}if(_0x473d76&&!_0x473d76[_0x3a1326(_0x86c350._0x1772b4,0x608,0x610,0x5ba)](_0x5284dc)){if(_0x138162[_0x3a1326(0x5d3,_0x86c350._0x2c1cb4,_0x86c350._0x21fd12,_0x86c350._0x4624ca)](_0x138162[_0x3a1326(_0x86c350._0x539cf1,_0x86c350._0x939a59,_0x86c350._0x2ae3ac,_0x86c350._0xf52959)],_0x138162['ENTgE']))_0x1abdd0[_0x138162[_0x35c621(-0x9c,_0x86c350._0x390787,-_0x86c350._0x36e7d6,-_0x86c350._0x27e19a)]]=_0x7990a4;else{_0x473d76[_0x35c621(_0x86c350._0x383f20,_0x86c350._0x58a37a,_0x86c350._0x1c3e9f,_0x86c350._0x7766db)](_0x5284dc),await _0x258a22['writeFile'](_0x43fae7,JSON['stringify'](_0x19f09e,null,-0x25e8+-0x5f4*0x5+0x43ae),_0x3a1326(_0x86c350._0x51a78c,_0x86c350._0xaedae0,_0x86c350._0x371c9d,0x5d5));const _0x388e62={};_0x388e62[_0x3a1326(_0x86c350._0x4624ca,_0x86c350._0x5c08a3,_0x86c350._0x4c9457,_0x86c350._0x251093)]=_0x5284dc,_0x388e62['environmen'+'t']=_0x525c13,_0x388e62[_0x35c621(0x1fc,0x2ee,_0x86c350._0x20ba9c,0x271)]=_0x43fae7,logger[_0x35c621(0xd8,0xc6,0x35,_0x86c350._0x276023)](_0x138162['RTaPq'],_0x388e62);}}}catch(_0x55d93c){const _0x178d69={};_0x178d69[_0x35c621(0x228,0xcd,0x11d,0xa9)]=_0x5284dc,_0x178d69[_0x35c621(-_0x86c350._0x53e915,-_0x86c350._0xa933fc,-_0x86c350._0x55d66e,-0x166)+'t']=_0x525c13,_0x178d69[_0x3a1326(_0x86c350._0x28ead4,0x5db,0x58a,0x567)]=_0x55d93c[_0x35c621(_0x86c350._0x401a2d,0x2ba,_0x86c350._0x19c679,0x10e)],logger[_0x3a1326(_0x86c350._0x3a8fd9,0x64d,_0x86c350._0x578371,0x849)](_0x138162[_0x3a1326(_0x86c350._0x483ce4,_0x86c350._0x170669,_0x86c350._0x2b2d6e,_0x86c350._0x3bcce5)],_0x178d69);}}else{const _0x203521={};return _0x203521[_0x35c621(_0x86c350._0x3a473f,_0x86c350._0x177bfa,0x61,0x64)]=_0x138162[_0x35c621(0x17b,0xcc,0x1e5,_0x86c350._0x3b1bc5)],_0x203521[_0x3a1326(0x707,_0x86c350._0x51ec92,_0x86c350._0x3ec36c,_0x86c350._0x2c0a69)]=_0x138162[_0x35c621(0x86,_0x86c350._0x1e9997,_0x86c350._0x5ca819,_0x86c350._0x1f9ca7)],_0xab3dcf['status'](0x76d+-0xac0+-0x9*-0x8b)[_0x3a1326(_0x86c350._0x225e44,0x68d,0x68f,0x7a2)](_0x203521);}}const _0x23db7c={};_0x23db7c[_0x35c621(_0x86c350._0x3f87a6,_0x86c350._0x52da82,_0x86c350._0x5d0cd,0xaf)]=_0xfeb277[_0x3a1326(_0x86c350._0x10df9f,_0x86c350._0x51b0ae,0x65a,0x757)],_0x23db7c[_0x35c621(0x214,_0x86c350._0x242114,0x11d,_0x86c350._0x15694f)]=_0x5284dc,_0x23db7c[_0x3a1326(0x547,_0x86c350._0x2554fc,_0x86c350._0x583af5,_0x86c350._0x305e1f)+'t']=_0x525c13,_0x23db7c[_0x3a1326(0x766,_0x86c350._0x5c16b2,_0x86c350._0x20ca56,_0x86c350._0x142b51)]=_0x43a1bc['id'],_0x23db7c[_0x3a1326(_0x86c350._0x52de96,_0x86c350._0x516881,_0x86c350._0x41f3ae,_0x86c350._0x3aee55)]=_0x557b91,logger[_0x3a1326(0x519,0x4f3,_0x86c350._0x4f35f6,0x5db)](_0x3a1326(0x55f,_0x86c350._0x10c254,_0x86c350._0x258627,0x6f6)+_0x35c621(_0x86c350._0x5354a4,0x137,0x123,0x128)+'k',_0x23db7c);const _0x420284={};_0x420284[_0x35c621(-0x103,-0x53,0x1,_0x86c350._0x4bf7c1)]=!![],_0x420284['id']=_0x5284dc,_0x420284[_0x35c621(-0x47,_0x86c350._0x5eb02e,-_0x86c350._0x11b3f2,-0x17)+'t']=_0x525c13,_0x420284[_0x35c621(-0x139,0xf6,-_0x86c350._0x362bd3,0x6)]=_0x2c6a91,_0x420284[_0x35c621(0x187,_0x86c350._0x4babb5,0x181,0x17b)+_0x3a1326(_0x86c350._0x4e903b,0x6dd,0x6f0,_0x86c350._0x8853a4)]=_0xfeb277['taskId'],_0x420284[_0x3a1326(_0x86c350._0x51262d,0x69d,0x689,_0x86c350._0x17bd39)+_0x3a1326(0x5be,0x3dc,_0x86c350._0x264d8a,0x5c3)]=_0x43a1bc['id'],_0x420284[_0x3a1326(0x70f,0x511,0x641,_0x86c350._0x1b42b3)]=_0x557b91,_0xb5290e[_0x35c621(-0xd2,_0x86c350._0x488e86,_0x86c350._0x1c1a69,-_0x86c350._0x20c7ce)](-0x401*-0x6+-0x5f7+-0x1146)['json'](_0x420284);}else{const _0x2846c3={};return _0x2846c3['error']=_0x138162[_0x3a1326(_0x86c350._0x57a7c9,0x69c,_0x86c350._0x45c4e7,_0x86c350._0x279b39)],_0x2846c3['message']=_0x138162[_0x3a1326(0x65e,0x6bc,0x69e,_0x86c350._0x359059)],_0x1dcbb8[_0x3a1326(_0x86c350._0x2420cb,0x55b,0x596,0x66c)](0x9*-0x141+0x175*-0x15+-0x53*-0x86)[_0x3a1326(0x581,_0x86c350._0x3c21e3,_0x86c350._0x47dca1,_0x86c350._0x334376)](_0x2846c3);}}catch(_0x1b14d4){if(_0x138162['XQwvd']('sVPdW',_0x138162['XBfnO']))_0x4a0328['skills']=_0x328052,_0x1a73c0=!![];else{const _0x5a58b8={};_0x5a58b8[_0x35c621(_0x86c350._0x489f8a,0x5,_0x86c350._0x597270,_0x86c350._0x37e45a)]=_0xfeb277[_0x35c621(_0x86c350._0x25cbf3,0x11b,_0x86c350._0x12d2e4,0x201)],_0x5a58b8['skillId']=_0x5284dc,_0x5a58b8['error']=_0x1b14d4['message'],logger['error'](_0x3a1326(0x605,_0x86c350._0x59e9db,_0x86c350._0x7c3caf,0x7e9)+'create\x20ski'+'ll',_0x5a58b8);try{const _0x5c1346={};_0x5c1346['recursive']=!![],_0x5c1346[_0x35c621(_0x86c350._0x3e781d,0x1be,_0x86c350._0x58d631,0xf0)]=!![],await _0x258a22['rm'](_0x19d95c,_0x5c1346);}catch{}const _0x391bec={};_0x391bec[_0x35c621(_0x86c350._0x27fc38,_0x86c350._0x230d93,0x61,_0x86c350._0x13bd1c)]=_0x138162[_0x35c621(_0x86c350._0x35c1d2,0x193,0x1bb,_0x86c350._0x3e781d)],_0x391bec[_0x3a1326(0x7e4,0x741,_0x86c350._0x20c225,_0x86c350._0x56b736)]=_0x138162['krUlQ'],_0xb5290e[_0x35c621(_0x86c350._0x4edc1d,_0x86c350._0x4d5a1d,0x6d,-_0x86c350._0x2469c9)](-0x1c*0x17+-0x13ff+0x1877)[_0x3a1326(_0x86c350._0x451f69,_0x86c350._0x2d94b9,0x68f,_0x86c350._0x12face)](_0x391bec);}}});function _0x4efdcd(_0x226ea8,_0x960fe6,_0x568433,_0x5769b5){return _0x3a03(_0x5769b5-0x11a,_0x226ea8);}router[_0x34b97a(0x5db,0x5d7,0x584,0x62f)](_0x4efdcd(0x320,0x391,0x480,0x40c)+_0x34b97a(0x815,0x7ec,0x6db,0x6f5),requireTaskAuth,validateSkillAccess,async(_0x4f292a,_0x626780)=>{const _0x5ca845={_0xdae998:0x4de,_0x1ce196:0x4dd,_0x5707df:0x481,_0x5d6155:0x545,_0xe83713:0x4ea,_0x1362bf:0x1e8,_0x2793f7:0x233,_0x403ac5:0x133,_0x404c07:0x308,_0x16a878:0x3c1,_0x2cc135:0x5e8,_0x154958:0x591,_0x5b7a34:0x3b4,_0x114798:0x3ca,_0x3645bc:0x311,_0x256e7e:0x26a,_0x503a09:0x15b,_0xa240ea:0x2ab,_0x4cd54f:0x3c5,_0x4d2fef:0x2ee,_0x46eed7:0x1dd,_0x4c13e6:0x2cc,_0x1f754c:0x32b,_0x558fb7:0x408,_0x4edff3:0x1ca,_0x51bd12:0x176,_0x1cb818:0x177,_0x5541f7:0x204,_0x14532a:0x364,_0x2c3efc:0x5ad,_0x3aabda:0x401,_0x2fab59:0x642,_0x220861:0x494,_0x487d96:0x4d1,_0x11e386:0x4ad,_0x3c3f12:0x57e,_0x2073e8:0x54a,_0x26215a:0x414,_0x5626be:0x479,_0x182cfb:0x434,_0x47a0a1:0x38a,_0x2e24aa:0x2cf,_0x5be51a:0x2bd,_0x12d308:0x337,_0x2c6ef7:0x365,_0x57e790:0x37d,_0x47b1ed:0x1a1,_0x531c90:0x302,_0x499a30:0x21e,_0x1df868:0x1e3,_0x10d05f:0x395,_0x20d743:0x2dc,_0x4ee18c:0x225,_0x21c949:0x1f6,_0x142b3d:0x1e5,_0x222190:0x1ce,_0x23ef8a:0x2cb,_0x1f2ec7:0x1b7,_0x5d95d9:0x3ba,_0x4b6cae:0x30f,_0x2ce671:0x336,_0x27008b:0x342,_0x58ef0d:0x195,_0x3e17a7:0xc6,_0x54b78e:0x1b6,_0x58eafa:0xe2,_0x3ff493:0x35c,_0x558f89:0x3bd,_0x10fd0d:0x360,_0x2f3917:0x1c8,_0x1f3ef3:0xb6,_0x280f25:0x2ff,_0x45783c:0x224,_0x579944:0x159,_0x4b5993:0x320,_0x30ff2d:0x3c4,_0x34a442:0x29f,_0xec2f13:0x430,_0x4e8a83:0x369,_0x19fbd2:0x2fa,_0x528374:0x34f,_0x4e3859:0x329,_0x5c1999:0x60e,_0x42be86:0x467,_0x2871b6:0x4f3,_0x4d6425:0x43c,_0x357789:0x179,_0xcdb234:0x229,_0x346120:0x3fa,_0x2809e9:0x35b,_0x4e7094:0x53f,_0x41cfb0:0x353,_0x590651:0x495,_0x2a7642:0x219,_0x30806b:0x346,_0x218bd7:0x43b,_0x138e7a:0x51a,_0x27e43f:0x2c8,_0x1f3898:0x1b9,_0x37e37a:0x383,_0x21e06b:0x32c,_0x453431:0x234,_0x2aae77:0x39a,_0x2b6fc6:0x396,_0x79351d:0x3fb,_0x34d923:0x2d4,_0x3728b0:0x3be,_0x4d4f28:0x3cb,_0x31c17c:0x48c,_0x5d23de:0x45b,_0x22b5b7:0x4f2,_0x1f37e3:0x3d2,_0x4db104:0x270,_0x11075e:0x2e8,_0x2e1b1e:0x1eb,_0x4f9030:0x382,_0x1efc8e:0x48f,_0x15765b:0x21f,_0x159a63:0x10f,_0x43fd61:0x2b5,_0x1e4d50:0x3d6,_0x34c603:0x2fb,_0x20b901:0x232,_0x5290e2:0x490,_0x4f31ec:0x4d8,_0x2daa61:0x60a,_0x438146:0x3ef,_0x7b4c7e:0x3ad,_0x304869:0x17b,_0x41565c:0x9f,_0xe11a87:0x471,_0x3739b6:0x4ae,_0x42927a:0x5d9,_0x33fb05:0x231,_0x3a1fdf:0x188,_0x2eb366:0x2c2,_0x3092e6:0x505,_0x478103:0x436,_0x10100b:0x2f8,_0x4a76fe:0x472,_0x37ac4d:0x3a9,_0x2bc938:0x3de,_0x4fd403:0x2f4,_0x1b46cf:0x3ee,_0x2b51e7:0x3f5,_0x3c2142:0x3f9,_0x15c128:0x509,_0x12c096:0x22e,_0xf4a508:0x318,_0x3c0e3c:0x444,_0xe99072:0x1f9,_0x292a82:0x5b3,_0x4e525b:0x3cc,_0x24d216:0x3d7,_0x13d89c:0x3e4,_0x308465:0x117,_0x550f60:0x354,_0x91b294:0x37a,_0x34bbc6:0x323,_0x26f78f:0x3a9,_0x43d5b0:0x459,_0x3b22a8:0x5af,_0x4515a4:0x52d,_0x15c17f:0x4e4,_0x49f54e:0x547,_0xb74a28:0x318,_0x3eabcd:0x3e6,_0x25612d:0x429,_0x55e366:0x22a,_0x3231ef:0x598,_0xeab012:0x385,_0x5b21b5:0x446,_0x3cec3f:0x482},_0x47d35f={_0x440963:0xba},_0x11552b={_0x4f7ef1:0xe7},_0x4993ba={'PSjGT':function(_0x5c2563,_0x34168f){return _0x5c2563===_0x34168f;},'TftWT':_0x45869f(0x563,0x42a,0x4b2,0x5e8),'fwKlB':_0x45869f(_0x5ca845._0xdae998,_0x5ca845._0x1ce196,0x42a,0x505),'IUOfu':_0x45869f(_0x5ca845._0x5707df,_0x5ca845._0x5d6155,0x538,0x63a)+_0x45869f(0x4a4,_0x5ca845._0xe83713,0x3f1,0x492)+_0x3d8ac2(0x28e,_0x5ca845._0x1362bf,0x3b5,0x2ad)+_0x3d8ac2(_0x5ca845._0x2793f7,0x292,_0x5ca845._0x403ac5,_0x5ca845._0x404c07),'negBp':_0x3d8ac2(0x3c6,0x413,_0x5ca845._0x16a878,0x333)+_0x45869f(_0x5ca845._0x2cc135,0x42c,0x4f8,_0x5ca845._0x154958)+_0x3d8ac2(_0x5ca845._0x5b7a34,_0x5ca845._0x114798,0x321,0x485),'TQTMp':_0x3d8ac2(0x286,_0x5ca845._0x3645bc,_0x5ca845._0x256e7e,_0x5ca845._0x503a09),'MqHqN':_0x45869f(0x404,0x52f,0x3ff,0x466),'SnXCr':function(_0x1de7fc,_0x238f5c){return _0x1de7fc(_0x238f5c);},'EITjh':function(_0x5451fe,_0x358b9c){return _0x5451fe===_0x358b9c;},'peSbi':_0x3d8ac2(0x3af,0x42b,_0x5ca845._0xa240ea,0x339),'QnbNs':_0x45869f(_0x5ca845._0x4cd54f,0x4f2,0x3b6,0x4de),'IkfzN':function(_0x15d394,_0x358c2d){return _0x15d394===_0x358c2d;},'DDwiW':_0x3d8ac2(0x2f5,0x390,0x32c,_0x5ca845._0x4d2fef),'DLmak':_0x3d8ac2(0x241,0x296,0x210,_0x5ca845._0x46eed7),'tICrq':_0x45869f(0x1f5,_0x5ca845._0x4c13e6,_0x5ca845._0x1f754c,_0x5ca845._0x558fb7),'wOUox':_0x3d8ac2(_0x5ca845._0x4edff3,0x163,_0x5ca845._0x51bd12,_0x5ca845._0x1cb818)+_0x3d8ac2(0x334,0x350,_0x5ca845._0x5541f7,0x246),'AyklE':_0x3d8ac2(0x232,_0x5ca845._0x14532a,0x1fc,0x195)+_0x45869f(_0x5ca845._0x2c3efc,0x54c,0x4d8,0x516),'EoZKS':function(_0x5485ab,_0x67f39a){return _0x5485ab===_0x67f39a;},'WuJYz':'bdHFy','ZQhOa':_0x45869f(_0x5ca845._0x3aabda,0x531,0x538,_0x5ca845._0x2fab59)+_0x3d8ac2(0x3d9,0x323,0x32a,_0x5ca845._0x220861),'iIJev':_0x45869f(_0x5ca845._0x487d96,0x3ce,_0x5ca845._0x11e386,_0x5ca845._0x3c3f12)+'erver\x20Erro'+'r'},{callingTask:_0x1567ef,skillId:_0x484bb6,skillPath:_0x212789,environmentName:_0x386a28}=_0x4f292a,_0x197192={};_0x197192[_0x45869f(_0x5ca845._0x2073e8,_0x5ca845._0x26215a,_0x5ca845._0x5626be,_0x5ca845._0x182cfb)]=_0x1567ef[_0x3d8ac2(0x2e3,0x268,0x351,_0x5ca845._0x47a0a1)],_0x197192[_0x3d8ac2(_0x5ca845._0x2e24aa,0x3e5,0x3b2,_0x5ca845._0x5be51a)]=_0x484bb6,_0x197192[_0x45869f(_0x5ca845._0x2e24aa,0x295,0x311,0x255)+'t']=_0x386a28,logger[_0x45869f(_0x5ca845._0x12d308,_0x5ca845._0x2c6ef7,_0x5ca845._0x57e790,0x465)](_0x4993ba[_0x3d8ac2(0x2c2,_0x5ca845._0x47b1ed,_0x5ca845._0x531c90,0x346)],_0x197192);const _0x1d1ebf=_0xe9b502[_0x3d8ac2(_0x5ca845._0x499a30,0x2ce,0x201,_0x5ca845._0x1df868)](_0x212789,_0x4993ba[_0x45869f(0x3bc,0x3bc,_0x5ca845._0x10d05f,_0x5ca845._0x20d743)]);function _0x3d8ac2(_0x3bc94b,_0x571fd1,_0x19e1d8,_0x4f1887){return _0x4efdcd(_0x571fd1,_0x571fd1-0xf3,_0x19e1d8-0x76,_0x3bc94b- -_0x11552b._0x4f7ef1);}function _0x45869f(_0x1451ec,_0x32d4e1,_0x1a4acf,_0xf74c05){return _0x34b97a(_0x1451ec-0x99,_0x1451ec,_0x1a4acf-_0x47d35f._0x440963,_0x1a4acf- -0x1d6);}try{const _0x2550c1=await _0x258a22[_0x3d8ac2(_0x5ca845._0x4ee18c,_0x5ca845._0x21c949,0x218,0x27a)](_0x1d1ebf,_0x4993ba['MqHqN']),{frontmatter:_0x1f60fc,body:_0x19bceb}=_0x4993ba['SnXCr'](parseSkillMd,_0x2550c1),_0x51241c=[];try{if(_0x4993ba['EITjh'](_0x4993ba[_0x3d8ac2(_0x5ca845._0x142b3d,_0x5ca845._0x222190,0x24c,_0x5ca845._0x23ef8a)],_0x4993ba[_0x3d8ac2(0x237,0x12f,0x2dd,_0x5ca845._0x1f2ec7)])){const _0xdc1e9e={};_0xdc1e9e[_0x45869f(0x3c6,0x415,_0x5ca845._0x5d95d9,0x4fa)]=_0x48237a[_0x45869f(_0x5ca845._0x4b6cae,0x3d9,0x3ba,_0x5ca845._0x2ce671)],_0xdc1e9e[_0x3d8ac2(0x2b0,_0x5ca845._0x27008b,0x1d4,0x30c)]=_0x3d8ac2(_0x5ca845._0x58ef0d,_0x5ca845._0x3e17a7,_0x5ca845._0x54b78e,_0x5ca845._0x58eafa),_0x5e8cba[_0x3d8ac2(_0x5ca845._0x3ff493,0x457,0x3ab,_0x5ca845._0x558f89)](_0xdc1e9e);}else{const _0x1886a2={};_0x1886a2[_0x45869f(0x360,0x21a,0x310,0x390)+_0x45869f(0x304,_0x5ca845._0x10fd0d,0x328,0x27f)]=!![];const _0x4b3fb7=await _0x258a22[_0x3d8ac2(_0x5ca845._0x2f3917,0x246,0x232,_0x5ca845._0x1f3ef3)](_0x212789,_0x1886a2);for(const _0x15bbdb of _0x4b3fb7){if(_0x4993ba[_0x3d8ac2(0x2fb,0x34f,_0x5ca845._0x280f25,0x31f)](_0x15bbdb[_0x3d8ac2(_0x5ca845._0x45783c,_0x5ca845._0x579944,0x13c,0x131)],_0x4993ba[_0x45869f(_0x5ca845._0x4b5993,_0x5ca845._0x30ff2d,0x395,_0x5ca845._0x34a442)]))continue;if(_0x15bbdb['isFile']()){if(_0x4993ba[_0x45869f(0x349,_0x5ca845._0xec2f13,0x449,0x35d)]===_0x4993ba[_0x3d8ac2(_0x5ca845._0x4e8a83,_0x5ca845._0x19fbd2,_0x5ca845._0x528374,_0x5ca845._0x4e3859)]){if(_0x4993ba[_0x45869f(_0x5ca845._0x5c1999,_0x5ca845._0x42be86,_0x5ca845._0x2871b6,_0x5ca845._0x4d6425)](_0x477de5[_0x3d8ac2(_0x5ca845._0x357789,0x293,_0x5ca845._0xcdb234,0x17d)],_0x4993ba[_0x45869f(0x4f4,0x66a,0x530,0x66d)])){const _0x1cd0f9={};return _0x1cd0f9[_0x45869f(0x567,0x60d,0x558,0x450)]=_0x4993ba[_0x3d8ac2(0x3cb,_0x5ca845._0x346120,0x2db,_0x5ca845._0x2809e9)],_0x1cd0f9[_0x45869f(_0x5ca845._0x4e7094,_0x5ca845._0x41cfb0,0x426,_0x5ca845._0x590651)]={},_0x1cd0f9;}const _0x381cf9={};_0x381cf9['error']=_0x13bd20['message'],_0x15d49d['error'](_0x4993ba[_0x3d8ac2(_0x5ca845._0x2a7642,0x17b,_0x5ca845._0x30806b,0x275)],_0x381cf9);const _0x37d439={};return _0x37d439[_0x45869f(0x66c,0x62d,0x558,_0x5ca845._0x218bd7)]=_0x4993ba[_0x45869f(_0x5ca845._0x138e7a,0x5d2,0x561,0x585)],_0x37d439[_0x3d8ac2(0x290,_0x5ca845._0x27e43f,_0x5ca845._0x1f3898,0x244)]={},_0x37d439;}else{const _0x242768={};_0x242768['name']=_0x15bbdb['name'],_0x242768[_0x45869f(_0x5ca845._0x37e37a,0x306,0x446,_0x5ca845._0x21e06b)]='file',_0x51241c[_0x45869f(0x48c,0x3ba,0x4f2,0x51a)](_0x242768);}}else{if(_0x15bbdb[_0x45869f(0x2db,0x315,0x315,_0x5ca845._0x453431)+'y']()){const _0x4632cb={};_0x4632cb[_0x45869f(_0x5ca845._0x2aae77,_0x5ca845._0x2b6fc6,0x3ba,_0x5ca845._0x79351d)]=_0x15bbdb['name'],_0x4632cb[_0x3d8ac2(0x2b0,_0x5ca845._0x4b5993,_0x5ca845._0x34d923,0x357)]=_0x4993ba[_0x45869f(_0x5ca845._0x3728b0,_0x5ca845._0x4d4f28,_0x5ca845._0x31c17c,_0x5ca845._0x5d23de)],_0x51241c[_0x45869f(0x5a6,0x48f,_0x5ca845._0x22b5b7,0x49c)](_0x4632cb);}}}}}catch{}const _0x4d5914={};_0x4d5914['id']=_0x484bb6,_0x4d5914['name']=_0x1f60fc[_0x45869f(_0x5ca845._0x1f37e3,0x37e,_0x5ca845._0x5d95d9,0x367)]||_0x484bb6,_0x4d5914['descriptio'+'n']=_0x1f60fc[_0x3d8ac2(_0x5ca845._0x4db104,_0x5ca845._0x11075e,0x2ce,_0x5ca845._0x2e1b1e)+'n']||'',_0x4d5914[_0x45869f(_0x5ca845._0x4f9030,0x31a,0x3a7,_0x5ca845._0x1efc8e)]=_0x19bceb,_0x4d5914[_0x3d8ac2(0x1ca,_0x5ca845._0x15765b,0x1da,_0x5ca845._0x159a63)+'ols']=_0x1f60fc[_0x4993ba['wOUox']]||[],_0x4d5914['model']=_0x1f60fc[_0x3d8ac2(_0x5ca845._0x43fd61,0x293,_0x5ca845._0x1e4d50,_0x5ca845._0x34c603)]||null,_0x4d5914[_0x3d8ac2(_0x5ca845._0x20b901,0x150,0x363,0x342)+_0x45869f(0x3da,_0x5ca845._0x5290e2,_0x5ca845._0x4f31ec,_0x5ca845._0x2daa61)]=_0x1f60fc[_0x4993ba[_0x45869f(_0x5ca845._0x438146,_0x5ca845._0x7b4c7e,0x4a4,0x49c)]]||null,_0x4d5914[_0x45869f(0x279,0x401,0x362,0x2d4)]=_0x51241c,_0x4d5914[_0x3d8ac2(_0x5ca845._0x304869,0x275,_0x5ca845._0x41565c,0x46)+'t']=_0x386a28,_0x626780[_0x45869f(0x5bd,_0x5ca845._0xe11a87,_0x5ca845._0x3739b6,_0x5ca845._0x42927a)](_0x4d5914);}catch(_0x24d49d){if(_0x4993ba['EoZKS'](_0x4993ba[_0x3d8ac2(_0x5ca845._0x33fb05,0x245,0x16c,_0x5ca845._0x3a1fdf)],_0x4993ba[_0x45869f(_0x5ca845._0x2eb366,0x3a0,0x3c7,_0x5ca845._0x3092e6)])){if(_0x24d49d[_0x45869f(0x247,_0x5ca845._0x478103,0x30f,0x37b)]===_0x4993ba['TftWT']){const _0x307381={};return _0x307381[_0x45869f(_0x5ca845._0x10100b,_0x5ca845._0x4a76fe,_0x5ca845._0x37ac4d,_0x5ca845._0x5d95d9)]=_0x3d8ac2(0x32b,_0x5ca845._0x2bc938,0x435,_0x5ca845._0x4fd403),_0x307381['message']=_0x45869f(0x474,_0x5ca845._0x1b46cf,0x4c7,_0x5ca845._0x2b51e7)+_0x484bb6+(_0x45869f(0x332,0x3b6,_0x5ca845._0x3c2142,_0x5ca845._0x15c128)+'d'),_0x626780[_0x3d8ac2(0x21f,0x155,_0x5ca845._0x12c096,0x30c)](0x1d6c+0x360+-0x8*0x3e7)[_0x3d8ac2(_0x5ca845._0xf4a508,0x2f1,_0x5ca845._0x3c0e3c,_0x5ca845._0xe99072)](_0x307381);}const _0x11bdab={};_0x11bdab['taskId']=_0x1567ef[_0x45869f(0x4eb,_0x5ca845._0x292a82,0x479,0x338)],_0x11bdab[_0x45869f(_0x5ca845._0x4e525b,0x50e,0x465,0x48e)]=_0x484bb6,_0x11bdab[_0x45869f(0x33c,_0x5ca845._0x24d216,0x3a9,_0x5ca845._0x13d89c)]=_0x24d49d['message'],logger[_0x3d8ac2(0x213,0x2d5,0x2d4,_0x5ca845._0x308465)](_0x4993ba[_0x45869f(0x27e,0x285,_0x5ca845._0x550f60,0x414)],_0x11bdab);const _0x4c8afb={};_0x4c8afb[_0x45869f(_0x5ca845._0x91b294,_0x5ca845._0x34bbc6,_0x5ca845._0x26f78f,_0x5ca845._0x43d5b0)]=_0x4993ba['iIJev'],_0x4c8afb[_0x45869f(_0x5ca845._0x3b22a8,_0x5ca845._0x4515a4,_0x5ca845._0x15c17f,_0x5ca845._0x49f54e)]=_0x4993ba[_0x45869f(0x454,0x435,0x354,0x349)],_0x626780['status'](0x1*0x25b7+-0x2b*0x2f+0xae*-0x29)[_0x3d8ac2(_0x5ca845._0xb74a28,_0x5ca845._0x3eabcd,_0x5ca845._0x25612d,_0x5ca845._0x55e366)](_0x4c8afb);}else _0x1de925[_0x45869f(0x4d9,0x4dc,_0x5ca845._0x22b5b7,_0x5ca845._0x3231ef)](_0x45869f(_0x5ca845._0xeab012,_0x5ca845._0x5b21b5,_0x5ca845._0x3cec3f,0x527)+_0x5dbd65);}}),router[_0x34b97a(0x724,0x785,0x7ce,0x733)]('/skills/:s'+_0x34b97a(0x7f4,0x70a,0x7ff,0x6f5),requireTaskAuth,validateSkillAccess,async(_0x4e7b56,_0x3339b1)=>{const _0x4c464f={_0x9e238a:0x1fa,_0x2a9e99:0x1e5,_0xe4851b:0x2eb,_0x3b4ec7:0x204,_0x1d7b6d:0x2aa,_0x29b465:0x2b1,_0x1b2a0f:0x26b,_0x5b10e1:0x122,_0x3b49ac:0x19c,_0x459701:0x1f1,_0x38e703:0x2a4,_0x2dd6e6:0x1e0,_0x4f88b7:0xb2,_0x15806e:0xb0,_0x59e825:0x9d,_0x34c06c:0xb2,_0x31054c:0x14,_0x5b5f76:0x12f,_0xbad16e:0x23a,_0x3906d0:0x214,_0xdf1aad:0x11e,_0x473559:0x260,_0x3360d1:0x18c,_0x54845e:0x294,_0x1aa4b8:0x21b,_0x4a07cb:0x43b,_0x3ddeed:0x4,_0x3d0065:0xa7,_0x1e2d10:0x10c,_0x1df44f:0xf0,_0x185675:0x29a,_0x590bce:0x178,_0x7a878f:0x15d,_0x265524:0x27d,_0x538948:0x2ac,_0x144386:0x1fb,_0x3feaa4:0x348,_0xc50b0:0x226,_0x1b859e:0x2be,_0x1021fe:0x183,_0x118bb0:0x29c,_0x4b84aa:0x246,_0x417ec7:0x23d,_0x522d8f:0x289,_0x5d7bbe:0x19e,_0x474321:0x291,_0x53075c:0x304,_0x4fb531:0x23c,_0x2e57d5:0x191,_0x10c7e0:0x1e1,_0x2b04ce:0x26b,_0x4c2f45:0x2b0,_0xe6f928:0x1b7,_0x88b903:0x234,_0x181195:0x1e2,_0x2a582f:0x3a5,_0x36e13f:0x3b1,_0x13df66:0x1a1,_0x2b9648:0x151,_0x2378ec:0x79,_0x93219:0x56,_0x593bba:0x13,_0x25d1a0:0x47e,_0x486b36:0x359,_0x2706cf:0x3a,_0x5e3ba0:0x26,_0x443fe4:0x362,_0x328081:0x229,_0x4ccde7:0x44f,_0x2090fc:0x403,_0x317f65:0x233,_0x30dcfa:0x341,_0x2ec69a:0x138,_0x14810c:0x2f7,_0x4d5426:0x232,_0x4fd62a:0x279,_0x122f35:0x32c,_0x4a7870:0x80,_0x1e0ee9:0x192,_0x5c0df6:0x303,_0x49c343:0x276,_0x4f07c4:0x104,_0x811f09:0x1f,_0x126d07:0x129,_0x527882:0xbc,_0x39bd07:0x30,_0x22f0aa:0xb6,_0x5aa43d:0xee,_0x1c8565:0xd4,_0x57368e:0x149,_0x463c2e:0x13d,_0x19e9c6:0x59,_0x73c786:0xdc,_0x36d788:0x156,_0x4e31ae:0x28f,_0x5aca70:0x34c,_0x11b0f2:0x2c0,_0x240ff2:0x15c,_0x324b8d:0x3a9,_0xd0d817:0x1a4,_0x4d3cc4:0x2dd,_0xa36c2c:0x1bf,_0x2a95cf:0xcf,_0xb33293:0x19d,_0x3d1348:0x283,_0x975365:0x1da,_0xc9dbd1:0x17d,_0x448053:0x20c,_0xd13011:0x29c,_0x47f179:0xb8,_0xfc9148:0xed,_0x3f0b0c:0x1f5,_0x919524:0xbf,_0x239928:0x10e,_0x1df8d5:0x1d,_0x2d3bda:0x2b9,_0x4ba1bb:0x275,_0x196dd7:0x41f,_0x2b2f47:0x101,_0x296bb5:0x31,_0x588484:0x237,_0x5223bd:0x260,_0x15b4be:0x27f,_0xf23cfe:0x1dd,_0x2e7e7a:0x2b7,_0x6b4b73:0x2fb,_0x14e03e:0x321,_0x32fb8d:0x125,_0x4896e7:0x274,_0x4887b2:0x2e4,_0x424d3c:0x2db,_0x1db672:0x190,_0x3b69a9:0x1c9,_0x4d6dd3:0x314,_0x496301:0x448,_0x56e4ca:0x326,_0x58fdfd:0x298,_0x38c986:0x198,_0x2f7a4d:0x44,_0xf3bfc6:0x34e,_0x4b6648:0x217,_0x242435:0x1c7,_0x4871b8:0x2bb,_0x1a35de:0x1c6,_0x391146:0x19f,_0x1657cb:0xea,_0x339ea5:0x21d,_0x482d52:0x2a8,_0x43abdb:0x25d,_0x55a820:0x2aa,_0x15e680:0x1d1,_0xd50795:0x81,_0x106d0d:0x24,_0x149eeb:0x284,_0x3628d2:0xa0,_0x138fc4:0x289,_0x362bee:0x379,_0x229b40:0x29b,_0xd81603:0x1ac,_0x47788c:0x290,_0x3b2835:0x331,_0xbc8bf7:0x235,_0x149f91:0x157,_0x28db97:0x2b2,_0x306219:0x26f,_0x138e7d:0x2e6,_0x80b41d:0x31a,_0x4da183:0x18d,_0x2e86b6:0x83,_0x1a9cc3:0x113,_0x254d84:0x41,_0x57e475:0x204,_0x5d5a0c:0xa6,_0x36af2d:0x211,_0x5239ed:0x1e8,_0x680249:0x240,_0x6f6dce:0x57,_0x4239b3:0xe8,_0x3d46d7:0x3dc,_0x4e5222:0x323,_0xa3b437:0x16c,_0x2270c6:0x75,_0x1a9afc:0x210,_0x106088:0x111,_0x4d022d:0x227,_0x225c7f:0x131,_0x57f192:0x16b,_0x10f0c9:0x26c,_0x1c771d:0x247,_0x3e4bf7:0x3cc,_0x13fef5:0x22e,_0x23ceab:0x362,_0x20fa89:0x307,_0x64c894:0x1bb,_0x3743e6:0x228,_0x16cf04:0x88,_0x33fabe:0x78,_0x41bdca:0x1e1,_0x2d7059:0x2dc},_0x53b543={_0x75e09a:0x9a},_0x3486ad={_0x1f2fff:0x89},_0x85c447={'luvET':_0x3b1a7f(0x30b,0x27a,0x217,0x3ab),'cElJg':function(_0x2f5993,_0x1297bd){return _0x2f5993===_0x1297bd;},'QIzrx':_0x388161(0x175,_0x4c464f._0x9e238a,_0x4c464f._0x2a9e99,_0x4c464f._0xe4851b),'SLyuP':_0x388161(_0x4c464f._0x3b4ec7,_0x4c464f._0x1d7b6d,0x1f4,0x12a),'xlAIF':_0x388161(_0x4c464f._0x29b465,0x2c5,_0x4c464f._0x1b2a0f,0x206)+_0x388161(_0x4c464f._0x5b10e1,0x14e,_0x4c464f._0x3b49ac,0x90)+_0x3b1a7f(_0x4c464f._0x459701,0x2fa,0x177,0x2f3),'xAswq':_0x388161(0x315,_0x4c464f._0x38e703,_0x4c464f._0x2dd6e6,_0x4c464f._0x4f88b7)+_0x388161(_0x4c464f._0x15806e,_0x4c464f._0x59e825,_0x4c464f._0x34c06c,-_0x4c464f._0x31054c)+'r','HhUvd':'Failed\x20to\x20'+'delete\x20fil'+'e','tJwPk':function(_0x5acc55,_0x140325){return _0x5acc55===_0x140325;},'tKXVW':function(_0x15ef7c,_0x35b3c6){return _0x15ef7c===_0x35b3c6;},'dPgho':function(_0x780920,_0x592cac){return _0x780920===_0x592cac;},'HwtpH':_0x3b1a7f(0x24e,0x253,0x1ab,_0x4c464f._0x5b5f76)+'t','NjWwu':_0x3b1a7f(_0x4c464f._0xbad16e,0x1c6,_0x4c464f._0x3906d0,0x257)+_0x3b1a7f(0x21f,_0x4c464f._0xdf1aad,_0x4c464f._0x473559,0x19b)+_0x3b1a7f(_0x4c464f._0x3360d1,_0x4c464f._0x54845e,0x2bd,0xac)+'vided','rxbOz':_0x3b1a7f(0x33a,_0x4c464f._0x1aa4b8,_0x4c464f._0x4a07cb,0x416)+_0x388161(-_0x4c464f._0x3ddeed,_0x4c464f._0x3d0065,_0x4c464f._0x1e2d10,_0x4c464f._0x1df44f),'tvVdt':function(_0x33ca31,_0x1f253c){return _0x33ca31!==_0x1f253c;},'TBtXR':function(_0x358f6f,_0x423ff0){return _0x358f6f!==_0x423ff0;},'LkmYJ':function(_0x2a5fe9,_0x4f54fa){return _0x2a5fe9!==_0x4f54fa;},'emASG':_0x3b1a7f(_0x4c464f._0x185675,_0x4c464f._0x590bce,_0x4c464f._0x7a878f,0x379),'WvgpT':_0x3b1a7f(_0x4c464f._0x265524,_0x4c464f._0x538948,_0x4c464f._0x144386,0x376),'Oxbrw':function(_0xef7eac,_0x1d5adf){return _0xef7eac===_0x1d5adf;},'bXZEo':function(_0x5bd37d,_0x1310f5){return _0x5bd37d(_0x1310f5);},'FVLJM':'allowed-to'+_0x3b1a7f(_0x4c464f._0x3feaa4,0x45a,_0x4c464f._0xc50b0,0x372),'bsXAU':_0x388161(_0x4c464f._0x1b859e,_0x4c464f._0x1021fe,_0x4c464f._0x118bb0,0x1f1),'Eteao':_0x3b1a7f(_0x4c464f._0x4b84aa,_0x4c464f._0x417ec7,0x1e7,0x2c1)+_0x3b1a7f(0x356,0x2bf,0x26f,0x48f),'DTtWH':function(_0x564186,_0x52e462,_0x1b3e6b){return _0x564186(_0x52e462,_0x1b3e6b);},'ysNdG':_0x388161(0x1e9,0x39c,_0x4c464f._0x522d8f,0x2a5)+_0x388161(0x185,0x2a4,_0x4c464f._0x5d7bbe,_0x4c464f._0x474321)+'k','YnmkO':function(_0x514a5b,_0x32af94){return _0x514a5b!==_0x32af94;},'KLWDc':_0x3b1a7f(_0x4c464f._0x53075c,0x400,_0x4c464f._0x4fb531,0x2cd),'aKLFC':_0x3b1a7f(_0x4c464f._0x2e57d5,0x108,0x27a,_0x4c464f._0x10c7e0),'GShLJ':_0x388161(0x159,0x1e4,_0x4c464f._0x2b04ce,0x204)+_0x3b1a7f(_0x4c464f._0x4c2f45,_0x4c464f._0xe6f928,_0x4c464f._0x88b903,0x356)+'ll'},{callingTask:_0x4f2f73,taskUser:_0xc331e8,skillId:_0x37858d,skillPath:_0xa25bcd,environmentName:_0x1f5e7d}=_0x4e7b56;function _0x3b1a7f(_0x53b109,_0x376102,_0x44b97d,_0x41a8ab){return _0x4efdcd(_0x41a8ab,_0x376102-_0x3486ad._0x1f2fff,_0x44b97d-0x129,_0x53b109- -0xd3);}const {name:_0x3802a7,description:_0xb56159,body:_0x1b7ecf,'allowed-tools':_0x136b38,model:_0x1d125d,'argument-hint':_0x5bb6a9}=_0x4e7b56[_0x3b1a7f(0x225,0x205,0x23f,_0x4c464f._0x181195)];if(_0x85c447[_0x3b1a7f(_0x4c464f._0x2a582f,0x46f,0x4ad,_0x4c464f._0x36e13f)](_0x3802a7,undefined)&&_0x85c447[_0x3b1a7f(_0x4c464f._0x13df66,0x277,_0x4c464f._0x2b9648,0x1e6)](_0xb56159,undefined)&&_0x85c447[_0x388161(-0xc0,-_0x4c464f._0x2378ec,_0x4c464f._0x93219,-_0x4c464f._0x593bba)](_0x1b7ecf,undefined)&&_0x85c447[_0x3b1a7f(0x39c,_0x4c464f._0x25d1a0,_0x4c464f._0x486b36,0x45c)](_0x136b38,undefined)&&_0x85c447['dPgho'](_0x1d125d,undefined)&&_0x85c447['tJwPk'](_0x5bb6a9,undefined)){const _0x1ecd3a={};return _0x1ecd3a[_0x388161(_0x4c464f._0x2706cf,_0x4c464f._0x5e3ba0,0xdc,0x76)]=_0x85c447['HwtpH'],_0x1ecd3a[_0x3b1a7f(_0x4c464f._0x443fe4,_0x4c464f._0x328081,_0x4c464f._0x4ccde7,_0x4c464f._0x2090fc)]=_0x85c447['NjWwu'],_0x3339b1[_0x3b1a7f(_0x4c464f._0x317f65,0x138,0x158,_0x4c464f._0x30dcfa)](-0x827+-0x21a6+0x1*0x2b5d)[_0x388161(0xe9,0x17d,0x1e1,0x132)](_0x1ecd3a);}logger['info'](_0x85c447[_0x388161(0x11e,0x244,_0x4c464f._0x2ec69a,0x51)],{'taskId':_0x4f2f73[_0x3b1a7f(_0x4c464f._0x14810c,_0x4c464f._0x4d5426,_0x4c464f._0x4fd62a,_0x4c464f._0x122f35)],'skillId':_0x37858d,'environment':_0x1f5e7d,'userId':_0xc331e8['id'],'fields':{'name':_0x85c447[_0x388161(0x1a7,_0x4c464f._0x4a7870,_0x4c464f._0x1e0ee9,0x1aa)](_0x3802a7,undefined),'description':_0x85c447[_0x3b1a7f(_0x4c464f._0x5c0df6,_0x4c464f._0x49c343,0x279,0x3c3)](_0xb56159,undefined),'body':_0x1b7ecf!==undefined,'allowedTools':_0x85c447[_0x388161(_0x4c464f._0x4f07c4,_0x4c464f._0x811f09,_0x4c464f._0x126d07,0x204)](_0x136b38,undefined),'model':_0x1d125d!==undefined,'argumentHint':_0x85c447['TBtXR'](_0x5bb6a9,undefined)}});const _0x450fc5=_0xe9b502['join'](_0xa25bcd,_0x85c447[_0x388161(_0x4c464f._0x527882,0x104,_0x4c464f._0x39bd07,-_0x4c464f._0x22f0aa)]),_0x2b6c2d=new Date()[_0x388161(_0x4c464f._0x4a7870,0x80,0x10b,0xe8)+'g']();function _0x388161(_0xd46135,_0x4eff01,_0x35fbdf,_0x26af45){return _0x4efdcd(_0xd46135,_0x4eff01-_0x53b543._0x75e09a,_0x35fbdf-0xd5,_0x35fbdf- -0x21e);}try{let _0x483b66='';try{_0x483b66=await _0x258a22[_0x388161(0xc0,0x175,_0x4c464f._0x5aa43d,_0x4c464f._0x1c8565)](_0x450fc5,_0x85c447['WvgpT']);}catch(_0x4c6b76){if(_0x85c447['Oxbrw'](_0x4c6b76[_0x388161(_0x4c464f._0x57368e,_0x4c464f._0x463c2e,0x42,0x180)],_0x85c447[_0x388161(_0x4c464f._0x19e9c6,0x154,_0x4c464f._0xdf1aad,0x6f)])){const _0x22f091={};return _0x22f091[_0x388161(0x34,-0x48,_0x4c464f._0x73c786,0x73)]=_0x85c447[_0x388161(0x296,0x1ee,_0x4c464f._0x36d788,_0x4c464f._0x4e31ae)],_0x22f091['message']='Skill\x20\x27'+_0x37858d+(_0x3b1a7f(0x277,_0x4c464f._0x2ec69a,0x262,0x20c)+'d'),_0x3339b1['status'](0x1*-0x2077+-0x14*0x4+-0x6df*-0x5)['json'](_0x22f091);}throw _0x4c6b76;}const _0x196b48=_0x85c447[_0x3b1a7f(_0x4c464f._0x5aca70,0x35d,0x45e,_0x4c464f._0x11b0f2)](parseSkillMd,_0x483b66),_0xd885bb={'name':_0x85c447[_0x3b1a7f(0x274,_0x4c464f._0x240ff2,_0x4c464f._0x324b8d,0x313)](_0x3802a7,undefined)?_0x3802a7:_0x196b48['frontmatte'+'r'][_0x3b1a7f(0x238,_0x4c464f._0xd0d817,0x336,0x1d0)]||_0x37858d,'description':_0x85c447[_0x3b1a7f(_0x4c464f._0x4d3cc4,0x290,0x39d,0x308)](_0xb56159,undefined)?_0xb56159:_0x196b48[_0x3b1a7f(0x2e8,0x36e,0x3b8,_0x4c464f._0xa36c2c)+'r'][_0x3b1a7f(0x284,0x24f,_0x4c464f._0x38e703,0x380)+'n']||''},_0x3f1ba6=_0x136b38!==undefined?_0x136b38:_0x196b48[_0x388161(0xf1,_0x4c464f._0x2a95cf,_0x4c464f._0xb33293,_0x4c464f._0x3d1348)+'r'][_0x85c447[_0x3b1a7f(0x17c,_0x4c464f._0x975365,0x4a,0x1e8)]];if(_0x3f1ba6&&_0x3f1ba6[_0x3b1a7f(0x3e1,0x374,0x4c5,0x3d1)]>-0x161b*-0x1+-0x204c+0xa31){if(_0x85c447[_0x388161(0xbb,_0x4c464f._0xc9dbd1,0xbc,0x18b)]!==_0x388161(0x207,_0x4c464f._0x448053,_0x4c464f._0xd13011,0x210)){const _0x3753a6={};_0x3753a6[_0x388161(_0x4c464f._0x47f179,-0x12,_0x4c464f._0xfc9148,_0x4c464f._0x3f0b0c)]=_0x1578b3[_0x388161(_0x4c464f._0x919524,_0x4c464f._0x239928,0xed,-_0x4c464f._0x1df8d5)],_0x3753a6['type']=_0x85c447[_0x3b1a7f(0x302,0x1e6,0x3ae,_0x4c464f._0x2d3bda)],_0x5e6d53[_0x3b1a7f(0x370,_0x4c464f._0x4ba1bb,0x2ce,_0x4c464f._0x196dd7)](_0x3753a6);}else _0xd885bb[_0x85c447[_0x388161(-_0x4c464f._0x2b2f47,-0xce,_0x4c464f._0x296bb5,0x3a)]]=_0x3f1ba6;}const _0x20e858=_0x85c447[_0x388161(_0x4c464f._0x5d7bbe,0x12d,_0x4c464f._0x1e0ee9,0x1a4)](_0x1d125d,undefined)?_0x1d125d:_0x196b48['frontmatte'+'r'][_0x388161(_0x4c464f._0x588484,_0x4c464f._0x5223bd,0x17e,0x2a0)];_0x20e858&&(_0xd885bb[_0x388161(_0x4c464f._0x9e238a,_0x4c464f._0x15b4be,0x17e,_0x4c464f._0xf23cfe)]=_0x20e858);const _0x1eb5f7=_0x85c447['tvVdt'](_0x5bb6a9,undefined)?_0x5bb6a9:_0x196b48[_0x3b1a7f(0x2e8,_0x4c464f._0x2e7e7a,_0x4c464f._0x6b4b73,_0x4c464f._0x14e03e)+'r'][_0x85c447['Eteao']];_0x1eb5f7&&(_0xd885bb[_0x85c447[_0x3b1a7f(_0x4c464f._0x181195,0x2fb,0x17b,_0x4c464f._0x32fb8d)]]=_0x1eb5f7);const _0x2299de=_0x85c447[_0x3b1a7f(_0x4c464f._0x4896e7,0x310,_0x4c464f._0x4887b2,0x18d)](_0x1b7ecf,undefined)?_0x1b7ecf:_0x196b48[_0x3b1a7f(0x225,_0x4c464f._0x424d3c,_0x4c464f._0x1db672,0x2b8)],_0x2c13b2=_0x85c447[_0x3b1a7f(0x179,0x52,_0x4c464f._0x3b69a9,0x12e)](serializeSkillMd,_0xd885bb,_0x2299de);await _0x258a22[_0x3b1a7f(_0x4c464f._0x4d6dd3,0x454,_0x4c464f._0x496301,_0x4c464f._0x56e4ca)](_0x450fc5,_0x2c13b2,_0x85c447['WvgpT']);const _0x436548={};_0x436548[_0x388161(0x93,0x162,0x1ac,0x94)]=_0x4f2f73[_0x3b1a7f(0x2f7,0x35c,0x2fb,0x383)],_0x436548[_0x388161(0x257,_0x4c464f._0x58fdfd,_0x4c464f._0x38c986,0x1ad)]=_0x37858d,_0x436548[_0x388161(0x169,0x112,_0x4c464f._0x2f7a4d,0xf1)+'t']=_0x1f5e7d,_0x436548[_0x3b1a7f(0x2fe,_0x4c464f._0xf3bfc6,0x269,_0x4c464f._0x4b6648)]=_0xc331e8['id'],logger[_0x388161(-0x38,0x1dc,0xb0,0xe0)](_0x85c447['ysNdG'],_0x436548);const _0x31e0dc={};_0x31e0dc[_0x3b1a7f(_0x4c464f._0x242435,_0x4c464f._0x4871b8,0x136,0x10d)]=!![],_0x31e0dc['id']=_0x37858d,_0x31e0dc[_0x3b1a7f(0x18f,_0x4c464f._0x1a35de,0x16d,_0x4c464f._0x391146)+'t']=_0x1f5e7d,_0x31e0dc[_0x388161(0x110,_0x4c464f._0x1657cb,0x7e,0x13f)]=_0x2b6c2d,_0x31e0dc[_0x3b1a7f(_0x4c464f._0x339ea5,_0x4c464f._0x482d52,_0x4c464f._0x43abdb,_0x4c464f._0x55a820)+'askId']=_0x4f2f73[_0x388161(0xed,_0x4c464f._0x15e680,0x1ac,0x1a7)],_0x31e0dc[_0x388161(-0x63,0x59,0xa3,0x1e)+_0x388161(-_0x4c464f._0xd50795,0x5f,_0x4c464f._0x106d0d,-0x104)]=_0xc331e8['id'],_0x3339b1[_0x388161(_0x4c464f._0x149eeb,_0x4c464f._0x3628d2,_0x4c464f._0x10c7e0,_0x4c464f._0x138fc4)](_0x31e0dc);}catch(_0x1dfb3c){if(_0x85c447['YnmkO'](_0x85c447[_0x388161(0x33b,_0x4c464f._0x362bee,0x29a,0x162)],_0x85c447['aKLFC'])){const _0x351021={};_0x351021[_0x388161(_0x4c464f._0x229b40,0x1ad,_0x4c464f._0xd81603,0x276)]=_0x4f2f73['taskId'],_0x351021['skillId']=_0x37858d,_0x351021[_0x3b1a7f(0x227,_0x4c464f._0x3f0b0c,_0x4c464f._0x47788c,0x308)]=_0x1dfb3c[_0x3b1a7f(0x362,_0x4c464f._0x3b2835,0x381,_0x4c464f._0xbc8bf7)],logger[_0x388161(_0x4c464f._0x149f91,0xf3,0xdc,0x2a)](_0x85c447[_0x388161(_0x4c464f._0x28db97,0x32f,_0x4c464f._0x306219,_0x4c464f._0x265524)],_0x351021);const _0x11440e={};_0x11440e[_0x3b1a7f(0x227,0x357,0x1df,0x24e)]=_0x85c447['xAswq'],_0x11440e[_0x388161(_0x4c464f._0x138e7d,_0x4c464f._0x80b41d,0x217,0x162)]=_0x85c447['GShLJ'],_0x3339b1['status'](0x1e*0x3e+-0x553*-0x3+-0x1*0x1549)['json'](_0x11440e);}else{if(_0x85c447['cElJg'](_0x30827f[_0x3b1a7f(_0x4c464f._0x4da183,_0x4c464f._0x2e86b6,_0x4c464f._0x1a9cc3,0xe4)],_0x85c447['QIzrx'])){const _0x1b9b04={};return _0x1b9b04[_0x388161(_0x4c464f._0x254d84,0x1c3,_0x4c464f._0x73c786,_0x4c464f._0x57e475)]=_0x85c447[_0x388161(_0x4c464f._0x5d5a0c,0x6a,0x156,0x14a)],_0x1b9b04['message']=_0x3b1a7f(0x2f0,_0x4c464f._0x36af2d,0x34f,0x336)+_0x110af6+(_0x388161(_0x4c464f._0x5239ed,_0x4c464f._0x680249,0x12c,0x138)+'d'),_0x6f1329[_0x388161(0x99,-_0x4c464f._0x6f6dce,_0x4c464f._0x4239b3,-0x54)](0x397*-0x1+0x1ad2+0x17*-0xf1)[_0x3b1a7f(0x32c,_0x4c464f._0x3d46d7,_0x4c464f._0x47788c,_0x4c464f._0x680249)](_0x1b9b04);}const _0x3bf59b={};_0x3bf59b[_0x3b1a7f(0x2f7,0x2a0,0x3d9,0x2ef)]=_0xd29b42[_0x3b1a7f(0x2f7,0x227,0x328,_0x4c464f._0x4e5222)],_0x3bf59b[_0x388161(_0x4c464f._0xa3b437,_0x4c464f._0x3b49ac,0x198,_0x4c464f._0x2270c6)]=_0x541ffc,_0x3bf59b[_0x3b1a7f(_0x4c464f._0x1a9afc,_0x4c464f._0x106088,0x26b,0xec)]=_0x44b436,_0x3bf59b[_0x3b1a7f(_0x4c464f._0x4d022d,0x1e2,0x23c,0xea)]=_0x545ee7[_0x388161(_0x4c464f._0x225c7f,0x148,0x217,0x22d)],_0x5ad07c['error'](_0x85c447[_0x388161(0x11a,_0x4c464f._0x57f192,0x1df,0x2cc)],_0x3bf59b);const _0x32968e={};_0x32968e[_0x3b1a7f(_0x4c464f._0x4d022d,_0x4c464f._0x10f0c9,0x316,_0x4c464f._0x1c771d)]=_0x85c447[_0x3b1a7f(0x28d,_0x4c464f._0x3e4bf7,_0x4c464f._0x13fef5,0x181)],_0x32968e[_0x3b1a7f(_0x4c464f._0x23ceab,_0x4c464f._0x20fa89,0x3d2,0x226)]=_0x85c447[_0x388161(_0x4c464f._0x317f65,_0x4c464f._0x64c894,_0x4c464f._0x3743e6,0x257)],_0x4d69c5[_0x388161(_0x4c464f._0x1021fe,_0x4c464f._0x16cf04,_0x4c464f._0x4239b3,_0x4c464f._0x33fabe)](0x632+0x16*-0x189+0x1d88)[_0x388161(0xc8,0x31e,_0x4c464f._0x41bdca,_0x4c464f._0x2d7059)](_0x32968e);}}}),router[_0x34b97a(0x47c,0x42c,0x516,0x4f8)](_0x34b97a(0x5a1,0x668,0x552,0x691)+'killId',requireTaskAuth,validateSkillAccess,async(_0x29cbc2,_0x4afe0d)=>{const _0x4cfaa1={_0x11fc7e:0x439,_0x5242b4:0x20b,_0x43ceee:0x2c9,_0x40271b:0x2cc,_0x580347:0x3c7,_0x4d1501:0x39d,_0x1ddaaf:0x23d,_0x545cec:0x2eb,_0x40c820:0x28e,_0x3648aa:0x3c7,_0x138d39:0x285,_0x35ff8f:0x393,_0x5da775:0x3b4,_0x5e9745:0x4b0,_0x34dae2:0x2c8,_0x55db8c:0x2f8,_0x410c49:0x387,_0x201fc3:0x259,_0x4dfe62:0x4e7,_0x367cfa:0x3a9,_0x1f3b3b:0x497,_0x3177e2:0x4da,_0xe2c8f7:0x2d1,_0x4e0adf:0x31f,_0x38966b:0x3d4,_0x299656:0x216,_0x2261a2:0x457,_0x144b9c:0x4f3,_0x599f4a:0x133,_0x3fe688:0x2fa,_0x24320a:0x13d,_0x339a83:0x2f7,_0x42fe34:0x3ed,_0x13668f:0x433,_0x134e4f:0x3dc,_0x2e4b16:0x2e5,_0x2f82ba:0x405,_0x367779:0x30f,_0x3ec3d4:0x257,_0x4492ee:0x169,_0x1c6226:0x258,_0x24ff17:0x305,_0x4c81fd:0x1a2,_0x385994:0x1be,_0x3041bd:0x1cc,_0x5cd7a5:0x398,_0x37c0c2:0x2b1,_0x20d6b7:0x47c,_0xa455aa:0x2ea,_0x5585fb:0x2f2,_0x3e9bbd:0x56,_0x4d6915:0x174,_0x5a0ac7:0x238,_0x8bd2fa:0x1b8,_0x34c6f6:0x18a,_0x2f418b:0x1dd,_0x636c17:0x14b,_0xc2ba4f:0x85,_0x354866:0x4fd,_0x37f9d5:0x3fd,_0xfd6eed:0x1d4,_0x3e10e4:0x98,_0xdbc7e5:0x17f,_0x4177a7:0x12c,_0x577b38:0x36,_0x5e0647:0x213,_0x2ca050:0x182,_0x555989:0x51d,_0x2a46f0:0x40e,_0x297f02:0x21a,_0x3751f0:0x2ed,_0x2809bd:0x351,_0x406a87:0x2fe,_0x44a7bd:0x432,_0x2bfdb2:0x358,_0x2f4051:0x5c,_0x26acb4:0x10a,_0x1e0720:0x5d,_0x268048:0x2a2,_0xd825f4:0x302,_0x382b15:0x136,_0x51a8e6:0x1cd,_0x524cbf:0x1ca,_0x1335ab:0x3c6,_0x51b451:0x385,_0x4a4752:0x468,_0x320f0f:0x215,_0x393b43:0x568,_0x234a8e:0x584,_0x2c5681:0x346,_0x5e9be6:0x4cd,_0x106bf7:0x30b,_0x4df395:0x286,_0x3dfdb4:0x22f,_0x3b8616:0xff,_0x4558b4:0x1e4,_0x4fd063:0x418,_0x9ebaae:0x369,_0x355024:0x440,_0x1fc619:0x37b,_0x23c3c0:0x52e,_0xc360f2:0x14f,_0xcd5301:0x157,_0x3d800e:0x1bf,_0x509cbc:0x118,_0x4b0e1b:0x177,_0x5b39b7:0x2e8,_0x51aad5:0x41f,_0x214eec:0x4fb,_0x4aaff9:0x4a3,_0xe2a04e:0x2a9,_0x28c17b:0x24c,_0x413abe:0x354,_0x262c65:0x36c,_0x5d0a27:0x44d,_0x53d62b:0x345,_0xff53ee:0x182,_0x38421f:0x299,_0x4f3c01:0x190,_0x5daa03:0x1c2,_0x1a2c46:0x3fd,_0x1cbe30:0x477,_0x104056:0x448,_0x417354:0x43c,_0x49ef6b:0x4cb,_0x59b276:0x533,_0x26ff76:0x584,_0x5bebec:0x373,_0x2c3533:0x2a6,_0x391a15:0x453,_0x4449e8:0x176,_0x3c5445:0x1a0,_0x5195a1:0xa8,_0x2f5c86:0x1d3,_0x2cf840:0x19d,_0x1f85ec:0x14c,_0x4cef51:0x2b0,_0x1e24be:0x365,_0x153015:0xee,_0x4eb12a:0xa,_0x51bfb6:0x20f,_0x4c950b:0x39b,_0x1f3e65:0x287,_0xeb8945:0x36d,_0x1a2bc3:0x3c1,_0x283c67:0x46d,_0x2f29b4:0x4f1,_0x5c38fa:0x4e6,_0x30e50d:0x44a,_0x16c104:0x465,_0x5d17b7:0x4a7,_0x573401:0x4cf,_0x5eaf81:0x56f,_0x1a9a67:0x245,_0x1013b1:0x2dc,_0x256ce3:0x2cf,_0x1ee5ab:0x1e2,_0x45fef5:0x466,_0x6645f8:0x471,_0x52bcba:0x4e5,_0x1e6fe3:0x31b,_0x32ec30:0x429,_0x5e785c:0x43b,_0x3db081:0x493,_0x55f83c:0x4ba,_0x23a068:0x187,_0x4ac545:0x1c4,_0x1d2f3e:0x1e8,_0xfe7849:0x46a,_0x4dcd5d:0x40d,_0x35f643:0x514,_0x5dafeb:0x3e9,_0x559b7b:0x645,_0x5a9802:0x2b5,_0x553cf2:0x2bd,_0x134d0e:0x264,_0x770f9a:0x3a8,_0xacfaed:0x3ff,_0xec706f:0x51a,_0x16ac4c:0x268,_0x3b3129:0x3d7,_0x205084:0x37b,_0x225d11:0x246,_0x34d76f:0x4d7,_0x2aca70:0x42d,_0x52b93f:0x2d4,_0x14fcf6:0x1b2,_0x59cf13:0x48b,_0x3085c4:0x211,_0x27d7b5:0x380,_0x3c758a:0x36c,_0x2fcfb3:0x34d,_0x3f671b:0x2ff,_0x16dfa6:0x1e6,_0x4c035f:0x2c8,_0x5255c6:0x2b3,_0x4c7165:0x3af,_0x39c4c0:0x4e7,_0x2f05ca:0x470,_0x3c499f:0x378,_0x47426d:0x28a,_0x1e2fd1:0x45f,_0x2277a5:0x304,_0x31745b:0x544,_0x1c4557:0x22b,_0x3712de:0x167,_0x53e025:0x30a,_0x2327bb:0x209,_0x17bc50:0x503,_0xb8d756:0x411,_0x369f54:0x280,_0x520f28:0x1a9,_0x1d4859:0x19b,_0x57308d:0x3df,_0x3d1f34:0x353,_0x32f051:0x316,_0x5d2036:0x3ec,_0x403645:0x45a,_0x45bee0:0x525,_0x22b254:0x39f,_0x571ef2:0x212,_0x857865:0x294,_0x44a57d:0x58,_0x4b10ac:0x5b,_0x22afa2:0x9,_0x1177b5:0x73,_0x4c150d:0x499,_0x219bae:0x374,_0x42600d:0x446,_0x135c88:0x3c5,_0x34d932:0x4b0,_0x501f86:0x4e6,_0xef72d3:0x607,_0x3525ae:0x397,_0x5688a2:0x3fc,_0x491aaa:0x523,_0x2a45cc:0x575,_0x59f04c:0x3d8,_0x2f5086:0x2c6,_0x48f1e8:0x396,_0x37ed7a:0x37f,_0x172527:0x1f1,_0x214fc7:0x261,_0x1fe343:0x1cf,_0x550a35:0x5fa,_0x171fc4:0x1b8,_0x4f6747:0x260,_0x14aeef:0x173,_0x45cf6c:0x2d3,_0x41ebd4:0x33c,_0x585928:0x33d,_0x18d62e:0x232,_0x3794bc:0xfe,_0x37f675:0x412,_0x56fa3d:0x37e,_0x46a1e7:0x27d,_0x2272b1:0x45b,_0x4dedca:0x128,_0x4ce0a4:0x175,_0x420a16:0x3ab,_0x6a6c93:0x24c,_0x6e6125:0x29d,_0x1fc829:0x367,_0x658eb6:0x46d,_0x2f711c:0x456,_0x288240:0x298,_0x16c97b:0x1e5,_0x374082:0x340,_0x131620:0x4d7,_0x32eb15:0x4c6,_0x18ddea:0x1e1,_0x6c4038:0x132,_0x309993:0x206,_0x355fe5:0x4cc,_0x1684d2:0x3b3,_0x33a7ef:0x60d,_0x16bcdf:0x47a,_0xb573b7:0x51b,_0x4db42a:0x43,_0x5be4db:0x38d,_0x51ddae:0x438,_0x5c00e4:0x28b,_0x45e75d:0x317,_0x190544:0x30c,_0x39c7cc:0x1f2,_0xb164ea:0x243,_0x512e7b:0x36c,_0x3861bb:0x3bc,_0x54c35a:0x528,_0xdb040a:0x5bc,_0x3c1047:0x4a7,_0x130561:0x4a2,_0x30b4b4:0x48a,_0x5ef959:0x5a4,_0x5d324b:0x531,_0x9e28a:0x3bc,_0x177d92:0x290,_0x55c6c3:0x42a,_0x7088b1:0x400,_0x4b0b75:0x45a,_0x37a677:0x36b,_0x2a33cb:0x124,_0x2251df:0x21e,_0x9723f0:0x272,_0x45f39b:0x231,_0x2cdfa5:0x104,_0x1d411e:0x1ae,_0x1f4235:0x51e,_0x8929ca:0x371,_0xf48566:0x107,_0x92e14c:0x1d0,_0x545073:0x2f5,_0x52731b:0x2c9,_0x115346:0x1bb,_0x13342d:0x228,_0x34e17e:0x235,_0x53f1c9:0x22a,_0x38f69b:0x3a3,_0x511ceb:0x343,_0x592557:0x1c9,_0x13af4b:0x13b,_0x2cf6cb:0x91,_0x5e8ff1:0x526,_0xa092c9:0x5c8,_0x5e143f:0x61d,_0x434ccc:0x459,_0x1f8765:0x5f6,_0x4bb4d3:0x1e4,_0xb055bb:0x4f1,_0x170cf2:0x5ec,_0x4c8f46:0x5c5,_0x2d062a:0x329,_0xca9ea3:0x42d,_0x2f8460:0x218,_0x5ee5b1:0x33b,_0x102d6e:0x33c,_0x209145:0x1a1,_0xd6ef5c:0x34a,_0x5ddeee:0x28f,_0x20c668:0x306,_0x2fd1e5:0x40a,_0x4c1728:0x17c,_0x313110:0x2ff,_0x57392a:0x1cf,_0x5c4887:0x633,_0x5a0923:0x3a2,_0x29de23:0x29a,_0x43f778:0x308,_0x176e79:0x273,_0xa9b284:0x420,_0x408805:0x2ec,_0x233a7c:0x36c,_0x193e19:0x255,_0x113b61:0x3a4,_0x425b22:0x328,_0x4ef0c5:0x1a2,_0x235808:0x15f,_0x209126:0x313,_0x27e6c5:0x3c4,_0x4b54d9:0x4e6,_0x4596f5:0x2f9,_0x3cf5cc:0x4a3,_0x129575:0x3f1,_0x4b28ff:0x16f,_0x1b173a:0x254,_0x5df2ee:0x288,_0x319262:0x2cb,_0x5aa582:0x2ff,_0x2c440:0x280,_0x3ce852:0xda,_0x2782de:0x1cf,_0x973548:0x26c,_0x3ac5b7:0x1d1,_0x1e35f1:0x36c,_0x48de82:0x2c2,_0x35f65d:0x2ed,_0x4d960d:0x4aa,_0x14d4f9:0x402,_0x4dbe3e:0x4b5,_0xbb872d:0x41b,_0x230937:0x493,_0x381208:0x4bd,_0xe20bc9:0x3aa,_0x2df3a7:0x4bd,_0x53cda0:0x352,_0xdd9135:0x201,_0x1e35fb:0x2d8,_0x2c10ac:0x2b2,_0xc11614:0x28c,_0x27e56d:0x2e6,_0x3894cf:0x462,_0x405c8b:0x108,_0x4ab9c6:0xe7,_0x558cc8:0xeb,_0x1db7d5:0x526,_0x31b7cb:0x4a5,_0x23780f:0x548,_0x468ff0:0x63f,_0x4aeec9:0x494,_0x40ca46:0x36c,_0x7fd2be:0x1c0,_0x12f85d:0x31f,_0x4e010a:0x241,_0x5870d9:0x285,_0x1775cf:0x13e,_0x48530e:0x6a,_0x38fd95:0x420,_0x38cc78:0x35,_0x264b60:0x134,_0x4b6813:0x87,_0x207641:0x269,_0x3c3525:0x13d,_0x330859:0x1fe,_0x120b62:0x21,_0x2dd001:0x1db,_0x131b53:0x210,_0x1a475d:0x2ee,_0x47ebef:0x230,_0x4602a0:0x54c,_0x1d2167:0x489,_0x4aad51:0x1af,_0x1ba21c:0x7b,_0x51365d:0xf4,_0x4cb43d:0x478,_0x587b73:0x4ae,_0x31cbd4:0x5a0,_0x4301f5:0x509,_0x2881c1:0x21f,_0x3c592a:0x220,_0x4866ac:0x470,_0xe9eaf8:0x30b,_0x123a64:0x389,_0x1a3399:0x513,_0x566b40:0x2c5,_0x1f03c3:0x294,_0x14e74b:0x203,_0x7e0881:0x24b,_0x110837:0x428,_0x58f58a:0x38a,_0x1e1ac7:0x545,_0x13c724:0x390,_0x33c572:0x25d,_0x1b0482:0x54d,_0x56d2f8:0x24e,_0x1df166:0x253,_0x4bc996:0x27f,_0x1a9c38:0x2d6,_0x2f9b31:0x52f,_0x3bca56:0x510,_0x3462d4:0x646,_0x5e5c87:0x569,_0x23492d:0x1cf,_0x201263:0x2e2,_0x38fc74:0x2d6,_0x1d4566:0x170,_0x18294a:0x2b0,_0x1c9076:0x179,_0x5ebb15:0x241,_0x2eef63:0x3fb,_0x56255d:0x359,_0x1c729e:0x39a,_0x1f2987:0x392,_0x111f5a:0x507,_0x30f508:0x483,_0xd4a1ab:0x474,_0x29ab0d:0x5b1,_0x2e666f:0x3df,_0x2ad0cb:0x425,_0x1b45f9:0x413,_0x55ab03:0x32a,_0x29d1cc:0x3d0,_0x44b4c6:0x4d4,_0x194b1d:0x2e8,_0xd269c2:0x3c6,_0x44c002:0x229,_0x3ec930:0x21b,_0x91638:0x10c,_0x385b96:0x141,_0x49bfca:0x355,_0x186816:0x171,_0x448617:0x134,_0x577016:0x1da,_0x5442dc:0x3d6,_0x222cae:0x31a,_0x5557b4:0x37e,_0x4b1704:0x318,_0x40abd9:0x21b,_0x551f25:0x26,_0x104e72:0x41a,_0x260fd3:0x330,_0x2749e6:0x342,_0xd8d7be:0x1a1,_0x37d930:0x1e0,_0x1f49f3:0x156,_0x23d837:0x370,_0x2a3000:0x51e,_0xa0af19:0x323,_0x4211f4:0x530,_0x1191b0:0x428,_0x50a2c5:0x4bc,_0x56b860:0x4ce,_0x368c1c:0x585,_0x5423fe:0x52c,_0x4c6c04:0x498,_0x2c830f:0x5b5,_0x1cec16:0x95,_0x16ab30:0x110,_0x5695df:0x3d,_0x11206c:0x302,_0x2c19b2:0x267,_0x48881a:0x2b0,_0x538d81:0x2b8,_0x429032:0x443,_0x18d6b3:0x37b,_0x2e2b7a:0x490,_0x5a722c:0x502,_0x2577a0:0x4ca,_0xa824e:0x3a3,_0x25fedc:0x3de,_0xe9a266:0x36e,_0x48ffa3:0x319,_0x570b72:0x318,_0x408a6f:0x285,_0x2b38d3:0x20a,_0xc6de0f:0x3fa,_0x2b5e10:0x458,_0x10c466:0x41b,_0x5927cd:0x1c5,_0x5e62f7:0x323,_0x111f2c:0x1f6,_0x31840d:0x446,_0x595953:0x3aa,_0x5ad662:0x4ef,_0x50d258:0x427,_0x577265:0x502,_0x400d4c:0x4e8,_0x45602b:0x3e1,_0x30879f:0x2a3,_0x3dccd1:0x32c,_0x7be341:0x565,_0x4636ea:0x334,_0x152a6d:0x3c0,_0x3dc677:0x2b4,_0x4afa28:0x2cc,_0xe340c:0x31b,_0x4f30e2:0x471,_0x31a444:0x43c,_0x5c31a4:0x490,_0x43c7bc:0x3ca,_0x5246f3:0x294,_0x568f08:0x1ba,_0x19a8e1:0x340,_0x4a7b61:0x443,_0xf97f5e:0x327,_0x5aef12:0x340,_0x3046a9:0x3e7,_0x2f4607:0x14d,_0x58a372:0x405,_0x568497:0x3c1,_0xb103ab:0x23e,_0x193894:0x31b,_0x81f655:0x4ec,_0x51ab07:0x611,_0xedb552:0x459,_0x2322ed:0x276,_0x57dffd:0x32e,_0x4ca6e7:0x1f7,_0x2f6256:0x289,_0x5d2205:0x31b,_0x4e41bb:0x34,_0x5a72c2:0xe4,_0x2253cc:0xe3,_0x14dab3:0x1c3,_0x1ba778:0x271,_0x205585:0x184,_0x77fa5c:0x6a,_0x4a000c:0x266,_0x40d802:0x24d,_0x163849:0x263,_0x44ec57:0x2bf,_0xb05165:0x3bc,_0x4fb297:0x36c,_0x4eee63:0x272,_0x46f8fa:0x2ff,_0x289cf3:0x3be,_0x53b11d:0x309,_0x243a89:0x44a,_0x15fc50:0x560,_0x487da6:0x3c9,_0x275602:0x598,_0x2cce24:0x3d2,_0x5b6339:0x40f,_0x39f164:0x39e,_0x5cecbf:0x441,_0x924e54:0x34f},_0x1a1c82={_0x9fb321:0x1b,_0x323c70:0x3bb},_0x288387={'RpSYz':_0xa32309(0x306,0x389,_0x4cfaa1._0x11fc7e,_0x4cfaa1._0x5242b4)+_0x448bb1(_0x4cfaa1._0x43ceee,0x2eb,_0x4cfaa1._0x40271b,0x298)+'o\x20environm'+_0xa32309(0x4c5,0x5f0,_0x4cfaa1._0x580347,0x4a7),'giBRG':'Forbidden','KfCje':'Skill\x20is\x20n'+_0xa32309(0x473,_0x4cfaa1._0x4d1501,0x581,0x48a)+_0xa32309(0x307,_0x4cfaa1._0x1ddaaf,0x1fb,_0x4cfaa1._0x545cec)+'environmen'+'t','dTlWA':function(_0x3e7364,_0x19c4e6){return _0x3e7364===_0x19c4e6;},'TuRWZ':'allowed-to'+_0x448bb1(_0x4cfaa1._0x40c820,0x2e5,_0x4cfaa1._0x3648aa,_0x4cfaa1._0x138d39),'TqwSi':_0xa32309(_0x4cfaa1._0x35ff8f,0x463,_0x4cfaa1._0x5da775,_0x4cfaa1._0x5e9745)+'t','fnfZm':_0xa32309(_0x4cfaa1._0x34dae2,_0x4cfaa1._0x55db8c,_0x4cfaa1._0x410c49,_0x4cfaa1._0x201fc3)+_0xa32309(_0x4cfaa1._0x4dfe62,_0x4cfaa1._0x367cfa,_0x4cfaa1._0x1f3b3b,_0x4cfaa1._0x3177e2),'JaWDr':_0x448bb1(_0x4cfaa1._0xe2c8f7,_0x4cfaa1._0x4e0adf,_0x4cfaa1._0x38966b,_0x4cfaa1._0x299656)+'ete\x20SKILL.'+'md','CoEOv':'User\x20lacks'+_0xa32309(_0x4cfaa1._0x2261a2,0x507,0x4d8,_0x4cfaa1._0x144b9c)+'sk-edit\x20pe'+_0x448bb1(0x25d,_0x4cfaa1._0x599f4a,0xa6,0x21c),'nPckc':_0x448bb1(0x2b6,_0x4cfaa1._0x3fe688,0x36e,0x2f4)+_0xa32309(0x301,0x319,0x3d3,0x2d4)+'ermission\x20'+_0x448bb1(0xc5,0x1ff,_0x4cfaa1._0x24320a,_0x4cfaa1._0x339a83)+_0x448bb1(0x259,0x223,0x218,0x280)+'tasks','vTknP':_0xa32309(_0x4cfaa1._0x42fe34,_0x4cfaa1._0x13668f,0x4b5,_0x4cfaa1._0x134e4f),'ICJor':function(_0x476b04,_0x37e28e){return _0x476b04!==_0x37e28e;},'gdOkC':_0xa32309(_0x4cfaa1._0x2e4b16,_0x4cfaa1._0x2f82ba,_0x4cfaa1._0x367779,_0x4cfaa1._0x3ec3d4),'MCSds':function(_0x59a7ae,_0x344594){return _0x59a7ae===_0x344594;},'vQomQ':_0x448bb1(_0x4cfaa1._0x4492ee,_0x4cfaa1._0x1c6226,_0x4cfaa1._0x24ff17,0x300),'FDAQW':function(_0x38bc5a,_0x1e344d){return _0x38bc5a!==_0x1e344d;},'GYufH':_0x448bb1(0x225,0x1fa,0x19f,0x228),'xLjVT':_0x448bb1(0x6c,_0x4cfaa1._0x4c81fd,_0x4cfaa1._0x385994,_0x4cfaa1._0x3041bd)+'be\x20either\x20'+'\x22delete\x22\x20o'+_0xa32309(_0x4cfaa1._0x5cd7a5,_0x4cfaa1._0x37c0c2,0x2b5,_0x4cfaa1._0x20d6b7)+'n\x22','BsPVE':function(_0x765c69,_0x195763){return _0x765c69>_0x195763;},'CybKG':_0x448bb1(_0x4cfaa1._0xa455aa,_0x4cfaa1._0x40271b,0x18f,_0x4cfaa1._0x5585fb),'zkmgW':'BUpGP','zBihL':_0x448bb1(_0x4cfaa1._0x3e9bbd,0x142,_0x4cfaa1._0x4d6915,_0x4cfaa1._0x5a0ac7),'IVGFo':_0x448bb1(_0x4cfaa1._0x8bd2fa,_0x4cfaa1._0x34c6f6,0xcb,_0x4cfaa1._0x2f418b)+'ing\x20or\x20una'+_0x448bb1(0xe1,_0x4cfaa1._0x636c17,0x20d,_0x4cfaa1._0xc2ba4f)+_0xa32309(0x4fc,0x5c2,_0x4cfaa1._0x354866,0x521),'JVBus':_0xa32309(_0x4cfaa1._0x37f9d5,0x4c1,0x300,0x3c1),'VuTfp':_0x448bb1(0x2c0,_0x4cfaa1._0xfd6eed,0x221,_0x4cfaa1._0x3e10e4),'TFYJH':_0x448bb1(_0x4cfaa1._0xdbc7e5,_0x4cfaa1._0x4177a7,0x223,_0x4cfaa1._0x577b38)+'ts','aaAXK':_0x448bb1(_0x4cfaa1._0x5e0647,0x12c,_0x4cfaa1._0x2ca050,0x1bc)+_0xa32309(0x501,0x558,_0x4cfaa1._0x555989,_0x4cfaa1._0x2a46f0),'Hpoyi':_0x448bb1(0x1ed,_0x4cfaa1._0x297f02,_0x4cfaa1._0x3751f0,0x2a7),'XoEjk':function(_0x431ef5,_0x326eab){return _0x431ef5!==_0x326eab;},'nffYa':_0xa32309(_0x4cfaa1._0x2809bd,_0x4cfaa1._0x406a87,0x3d4,0x2cb),'qFbXS':_0x448bb1(_0x4cfaa1._0x44a7bd,_0x4cfaa1._0x2bfdb2,0x2d8,0x302),'ExXmD':function(_0x19a47d,_0x29e063){return _0x19a47d!==_0x29e063;},'aijjS':_0x448bb1(0x21c,0x203,0x17f,0x339),'Erkuy':'wUIpJ','Scyed':_0x448bb1(_0x4cfaa1._0x2f4051,_0x4cfaa1._0x26acb4,_0x4cfaa1._0x1e0720,0x146),'sNZNg':_0xa32309(0x30d,0x2f3,_0x4cfaa1._0x268048,0x2b5),'uERWA':function(_0x5ba563,_0x18f0e8){return _0x5ba563===_0x18f0e8;},'HSRGv':_0x448bb1(0x1fd,0x22d,0xf8,_0x4cfaa1._0xd825f4),'YgiTn':function(_0x11aeb2,_0x3b7e0c){return _0x11aeb2!==_0x3b7e0c;},'GobIv':_0x448bb1(_0x4cfaa1._0x382b15,_0x4cfaa1._0x51a8e6,_0x4cfaa1._0x524cbf,0x8d),'bUyZx':_0xa32309(0x495,_0x4cfaa1._0x1335ab,0x3e8,0x48b),'JNuvO':function(_0x213cf0,_0x173e11){return _0x213cf0!==_0x173e11;},'LtAbV':_0xa32309(_0x4cfaa1._0x51b451,0x3b0,0x42b,_0x4cfaa1._0x4a4752),'kYvMM':function(_0x3675d7,_0x1bd514,_0x3d414e){return _0x3675d7(_0x1bd514,_0x3d414e);},'BUMVW':function(_0x2f633e,_0x1c8c58){return _0x2f633e!==_0x1c8c58;},'tKBiM':'HtIDr','EqMyS':_0x448bb1(0xc8,0x1ab,0x182,_0x4cfaa1._0x320f0f),'OfTkr':_0xa32309(0x45e,0x3b9,_0x4cfaa1._0x393b43,_0x4cfaa1._0x234a8e),'ezwys':function(_0x3f2cbb,_0x3bcf06){return _0x3f2cbb(_0x3bcf06);},'dSBmX':_0xa32309(0x3a3,_0x4cfaa1._0x2c5681,0x280,_0x4cfaa1._0x5e9be6)+_0x448bb1(_0x4cfaa1._0x106bf7,_0x4cfaa1._0x4df395,0x15c,_0x4cfaa1._0x3dfdb4)+'k','oVUto':_0x448bb1(0x248,0x172,_0x4cfaa1._0x3b8616,_0x4cfaa1._0x4558b4),'yGwzi':_0xa32309(0x487,_0x4cfaa1._0x4fd063,_0x4cfaa1._0x9ebaae,0x4e8),'IWItt':'Skill\x20unas'+_0xa32309(_0x4cfaa1._0x355024,_0x4cfaa1._0x1fc619,_0x4cfaa1._0x23c3c0,0x3cf)+_0x448bb1(_0x4cfaa1._0xc360f2,_0x4cfaa1._0xcd5301,_0x4cfaa1._0x3d800e,0x1ba),'iMTCT':function(_0xf93210,_0x221cdb){return _0xf93210===_0x221cdb;},'Jlhxx':_0x448bb1(_0x4cfaa1._0x509cbc,_0x4cfaa1._0x4b0e1b,0x1b4,0xcd),'cLLXl':_0xa32309(_0x4cfaa1._0x5b39b7,_0x4cfaa1._0x51aad5,0x218,0x2b8),'rFVOw':_0xa32309(_0x4cfaa1._0x214eec,0x3c2,0x494,0x62f)+_0xa32309(_0x4cfaa1._0x4aaff9,0x4c5,0x36b,0x397)+_0x448bb1(0x377,_0x4cfaa1._0xe2a04e,0x18b,_0x4cfaa1._0x28c17b)+_0x448bb1(0x35b,_0x4cfaa1._0x413abe,0x3d1,0x2ea),'xLsiF':function(_0x57fccf,_0x426e88){return _0x57fccf===_0x426e88;},'DiICf':'Failed\x20to\x20'+_0x448bb1(_0x4cfaa1._0x262c65,0x2a9,0x358,0x3ce)+_0xa32309(0x4fc,_0x4cfaa1._0x5d0a27,0x3f0,0x603)},{callingTask:_0x1f4243,taskUser:_0x310162,skillId:_0x3919da,skillPath:_0x5ed327,environmentName:_0x26fa29}=_0x29cbc2,_0x3360ea=_0x29cbc2[_0xa32309(_0x4cfaa1._0x53d62b,0x36a,0x215,0x2a4)][_0x448bb1(_0x4cfaa1._0xff53ee,_0x4cfaa1._0x38421f,0x27d,_0x4cfaa1._0x4f3c01)]??_0x29cbc2[_0x448bb1(0x1ed,_0x4cfaa1._0x5daa03,0x2d8,0x1af)]?.['mode']??_0x288387[_0xa32309(0x4db,_0x4cfaa1._0x1a2c46,0x4d6,0x49c)],_0x2d7b89=_0x288387[_0xa32309(_0x4cfaa1._0x1cbe30,_0x4cfaa1._0x104056,_0x4cfaa1._0x417354,_0x4cfaa1._0x49ef6b)](typeof _0x3360ea,_0xa32309(_0x4cfaa1._0x59b276,_0x4cfaa1._0x26ff76,0x506,0x5ae))?_0x3360ea[_0xa32309(_0x4cfaa1._0x5bebec,_0x4cfaa1._0x2c3533,0x34f,_0x4cfaa1._0x391a15)+'e']():_0x448bb1(_0x4cfaa1._0x4449e8,0x13d,_0x4cfaa1._0x3c5445,_0x4cfaa1._0x5195a1),_0x4716ab=_0x29cbc2[_0x448bb1(_0x4cfaa1._0x2f5c86,_0x4cfaa1._0x2cf840,0x97,_0x4cfaa1._0x1f85ec)][_0x448bb1(0x271,_0x4cfaa1._0x4cef51,0x1af,0x2d4)]??_0x29cbc2['body']?.[_0x448bb1(0x366,0x2b0,0x3df,_0x4cfaa1._0x1e24be)],_0x3d1c10=_0x288387['MCSds'](_0x4716ab,!![])||_0x4716ab===_0x288387[_0x448bb1(_0x4cfaa1._0x153015,0x10e,-_0x4cfaa1._0x4eb12a,_0x4cfaa1._0x51bfb6)],_0x5a0e6b=new Date()[_0xa32309(_0x4cfaa1._0x4c950b,0x25b,_0x4cfaa1._0x1f3e65,0x299)+'g']();if(_0x288387['FDAQW'](_0x2d7b89,'delete')&&_0x288387['FDAQW'](_0x2d7b89,_0x288387[_0xa32309(_0x4cfaa1._0xeb8945,_0x4cfaa1._0x1a2bc3,0x440,_0x4cfaa1._0x283c67)])){const _0x512dad={};return _0x512dad['error']=_0x288387[_0xa32309(_0x4cfaa1._0x2f29b4,_0x4cfaa1._0x5c38fa,_0x4cfaa1._0x30e50d,_0x4cfaa1._0x16c104)],_0x512dad[_0xa32309(_0x4cfaa1._0x5d17b7,_0x4cfaa1._0x573401,_0x4cfaa1._0x5eaf81,0x3e0)]=_0x288387[_0xa32309(0x2fe,0x3d5,0x324,0x1fd)],_0x4afe0d['status'](0x223*-0x8+-0x8d*0x28+0x28b0)[_0x448bb1(0x3ff,0x2c9,0x211,_0x4cfaa1._0x1a9a67)](_0x512dad);}function _0xa32309(_0x1c775b,_0x4bd4c7,_0xe06bdc,_0x1a565e){return _0x34b97a(_0x1c775b-0x2,_0x4bd4c7,_0xe06bdc-0x3a,_0x1c775b- -0x213);}const _0x299396=Object['entries'](coderConfig?.['environmen'+'ts']||{})[_0xa32309(_0x4cfaa1._0x1013b1,_0x4cfaa1._0x256ce3,0x2e4,_0x4cfaa1._0x1ee5ab)](([,_0x35507c])=>Array[_0xa32309(0x408,0x3fb,0x425,0x3f4)](_0x35507c[_0x448bb1(0x32d,0x241,0x261,0x2a4)])&&_0x35507c[_0xa32309(0x3e9,0x2c8,0x405,0x4e5)][_0xa32309(0x3f2,0x3a2,0x34f,0x41d)](_0x3919da))[_0xa32309(_0x4cfaa1._0x45fef5,0x3d7,0x522,0x36f)](([_0x5b9a6c])=>_0x5b9a6c),_0x21fe6b=_0x299396['filter'](_0x99a005=>_0x99a005!==_0x26fa29);if(_0x2d7b89===_0x288387['gdOkC']&&_0x288387['BsPVE'](_0x21fe6b[_0xa32309(0x526,_0x4cfaa1._0x6645f8,_0x4cfaa1._0x52bcba,0x5b9)],-0x1*-0x4b2+-0xb7e*0x3+-0x2*-0xee4)&&!_0x3d1c10){if(_0x288387[_0x448bb1(0x1e7,_0x4cfaa1._0x1e6fe3,_0x4cfaa1._0x32ec30,0x457)](_0x288387[_0xa32309(_0x4cfaa1._0x5e785c,_0x4cfaa1._0x3db081,0x34c,_0x4cfaa1._0x55f83c)],_0x288387[_0xa32309(0x4cd,0x539,0x5a1,0x4c4)])){const _0x22327f={};return _0x22327f[_0x448bb1(_0x4cfaa1._0x23a068,_0x4cfaa1._0x4ac545,_0x4cfaa1._0x1d2f3e,0x2ee)]=_0x288387[_0xa32309(0x3cf,_0x4cfaa1._0xfe7849,0x3d6,0x398)],_0x22327f[_0xa32309(0x4a7,0x402,_0x4cfaa1._0x4dcd5d,0x5ca)]='Skill\x20\x27'+_0x3919da+(_0xa32309(_0x4cfaa1._0x35f643,0x5f8,_0x4cfaa1._0x5dafeb,_0x4cfaa1._0x559b7b)+_0xa32309(0x45f,0x3d0,0x4ba,0x3c9)+_0xa32309(_0x4cfaa1._0x5c38fa,0x614,0x5c0,0x51a)+_0xa32309(_0x4cfaa1._0x5a9802,_0x4cfaa1._0x24ff17,0x24b,0x325)+_0x448bb1(0x2ac,0x1b6,0x1f0,_0x4cfaa1._0x5daa03)+_0x448bb1(_0x4cfaa1._0x553cf2,0x322,_0x4cfaa1._0x134d0e,_0x4cfaa1._0x770f9a)+_0xa32309(_0x4cfaa1._0xacfaed,_0x4cfaa1._0xec706f,0x309,0x331)+_0x448bb1(0x38d,_0x4cfaa1._0x16ac4c,0x340,0x2c3)+_0xa32309(0x45d,0x451,0x4a2,_0x4cfaa1._0x3b3129)+_0x448bb1(0x2cf,_0x4cfaa1._0x205084,0x3cb,_0x4cfaa1._0x225d11)+_0xa32309(0x530,_0x4cfaa1._0x34d76f,0x515,_0x4cfaa1._0x2aca70)),_0x22327f[_0xa32309(_0x4cfaa1._0x52b93f,0x26c,0x2b9,_0x4cfaa1._0x14fcf6)+'ts']=_0x21fe6b,_0x4afe0d[_0xa32309(0x378,0x3c2,_0x4cfaa1._0x59cf13,0x388)](-0x7e0+0x137+-0x1*-0x842)[_0x448bb1(_0x4cfaa1._0x3085c4,0x2c9,0x243,_0x4cfaa1._0x27d7b5)](_0x22327f);}else{const _0x24a219={};return _0x24a219[_0xa32309(_0x4cfaa1._0x3c758a,_0x4cfaa1._0x2fcfb3,0x263,0x2bb)]='Bad\x20Reques'+'t',_0x24a219[_0x448bb1(0x2e3,_0x4cfaa1._0x3f671b,_0x4cfaa1._0x16dfa6,0x423)]=_0xa32309(_0x4cfaa1._0x4c035f,_0x4cfaa1._0x5255c6,_0x4cfaa1._0x134d0e,_0x4cfaa1._0x4c7165)+_0xa32309(_0x4cfaa1._0x39c4c0,0x5cb,0x440,_0x4cfaa1._0x2f05ca),_0x5794d4[_0xa32309(_0x4cfaa1._0x3c499f,_0x4cfaa1._0x47426d,_0x4cfaa1._0x1e2fd1,_0x4cfaa1._0x2277a5)](0x2235+0xefd+-0x2fa2)[_0xa32309(0x471,0x559,_0x4cfaa1._0x144b9c,_0x4cfaa1._0x31745b)](_0x24a219);}}const _0x30e426=_0x288387[_0x448bb1(0x1cb,0x2cf,0x286,0x1d3)](_0x2d7b89,_0x288387[_0xa32309(0x36d,0x442,0x31f,_0x4cfaa1._0x1c4557)])?[_0x26fa29]:_0x3d1c10?_0x299396:[_0x26fa29],_0x2c0779={};_0x2c0779[_0x448bb1(_0x4cfaa1._0x3712de,0x294,_0x4cfaa1._0x53e025,_0x4cfaa1._0x2327bb)]=_0x1f4243[_0xa32309(_0x4cfaa1._0x417354,_0x4cfaa1._0x17bc50,0x34b,_0x4cfaa1._0xb8d756)],_0x2c0779[_0x448bb1(_0x4cfaa1._0x4c7165,_0x4cfaa1._0x369f54,_0x4cfaa1._0x520f28,_0x4cfaa1._0x3c499f)]=_0x3919da,_0x2c0779[_0x448bb1(0x26b,0x299,_0x4cfaa1._0x1d4859,0x1a2)]=_0x2d7b89,_0x2c0779['force']=_0x3d1c10,_0x2c0779['environmen'+'t']=_0x26fa29,_0x2c0779[_0xa32309(0x2d4,_0x4cfaa1._0x57308d,0x1dc,0x19f)+'tsToUnassi'+'gn']=_0x30e426,_0x2c0779[_0xa32309(0x443,0x556,_0x4cfaa1._0x3d1f34,_0x4cfaa1._0x32f051)]=_0x310162['id'],logger[_0xa32309(0x340,0x253,_0x4cfaa1._0x5d2036,0x352)](_0x288387[_0xa32309(_0x4cfaa1._0x403645,0x4d1,_0x4cfaa1._0x45bee0,_0x4cfaa1._0x22b254)],_0x2c0779);function _0x448bb1(_0x504e15,_0x45bfa8,_0x8654ee,_0x12f0e2){return _0x34b97a(_0x504e15-_0x1a1c82._0x9fb321,_0x12f0e2,_0x8654ee-0x8e,_0x45bfa8- -_0x1a1c82._0x323c70);}try{for(const _0x17876a of _0x30e426){if('Uolaa'!==_0x288387[_0x448bb1(0x15c,_0x4cfaa1._0x571ef2,0x150,0xe3)]){const _0x1d2310={};_0x1d2310['taskId']=_0x47a2de[_0x448bb1(0x212,_0x4cfaa1._0x857865,0x354,0x391)],_0x1d2310['skillId']=_0x497cfe,_0x1d2310[_0x448bb1(_0x4cfaa1._0x44a57d,0x12c,0xde,0x1c7)+'t']=_0x4cb185[_0x448bb1(_0x4cfaa1._0x4b10ac,0x12c,_0x4cfaa1._0x22afa2,_0x4cfaa1._0x1177b5)+_0xa32309(0x3a5,0x307,_0x4cfaa1._0x4c150d,0x3f0)],_0x1d2310[_0x448bb1(0x40c,_0x4cfaa1._0x219bae,_0x4cfaa1._0x42600d,_0x4cfaa1._0x135c88)+'ills']=_0x8f16ae,_0x406ede[_0xa32309(0x52f,_0x4cfaa1._0x34d932,_0x4cfaa1._0x501f86,_0x4cfaa1._0xef72d3)](_0x288387[_0xa32309(0x391,_0x4cfaa1._0x3525ae,0x333,_0x4cfaa1._0x11fc7e)],_0x1d2310);const _0x19b66d={};return _0x19b66d['error']=_0x288387[_0xa32309(_0x4cfaa1._0x5688a2,0x3ad,0x3f7,0x371)],_0x19b66d[_0xa32309(0x4a7,_0x4cfaa1._0x491aaa,0x5b5,_0x4cfaa1._0x2a45cc)]=_0x288387['KfCje'],_0x84e862[_0xa32309(0x378,0x426,0x473,_0x4cfaa1._0x59f04c)](-0x10ab+0x1397+-0x159)['json'](_0x19b66d);}else try{if(_0x288387[_0xa32309(_0x4cfaa1._0x1cbe30,_0x4cfaa1._0x9ebaae,0x368,0x42f)](_0x288387[_0x448bb1(0x29c,_0x4cfaa1._0x2f5086,_0x4cfaa1._0x48f1e8,_0x4cfaa1._0x37ed7a)],_0x288387[_0x448bb1(_0x4cfaa1._0x172527,0x2c6,0x2bf,0x1a4)])){const _0x4cf25e=_0xe9b502['join'](setupPath,_0x288387[_0x448bb1(_0x4cfaa1._0x214fc7,0x225,0x2b7,_0x4cfaa1._0x1fe343)],_0x17876a,_0x288387[_0xa32309(0x3ee,0x30c,0x2c3,0x31b)]);let _0x1057f2,_0x2e4fa8,_0x44825a=![];try{const _0x252b46=await _0x258a22[_0xa32309(0x37e,0x4bf,0x373,0x40a)](_0x4cf25e,_0x288387['Hpoyi']);_0x2e4fa8=JSON[_0xa32309(0x50a,0x452,_0x4cfaa1._0x550a35,0x5bd)](_0x252b46),_0x1057f2=_0x4cf25e;if(Array[_0x448bb1(_0x4cfaa1._0x171fc4,_0x4cfaa1._0x4f6747,0x2cd,_0x4cfaa1._0x14aeef)](_0x2e4fa8[_0xa32309(0x3e9,0x2c6,_0x4cfaa1._0x45cf6c,_0x4cfaa1._0x41ebd4)])){if(_0x288387[_0x448bb1(_0x4cfaa1._0x5242b4,_0x4cfaa1._0x585928,0x28a,0x3d0)](_0x288387['nffYa'],_0x288387[_0xa32309(0x44b,0x3f8,0x43c,0x3b3)])){const _0x4387e7=_0x2e4fa8[_0x448bb1(0x37d,0x241,0x2cb,_0x4cfaa1._0x18d62e)]['filter'](_0x4b65c7=>_0x4b65c7!==_0x3919da);if(_0x288387[_0x448bb1(0x176,_0x4cfaa1._0x299656,_0x4cfaa1._0x3794bc,0x320)](_0x4387e7[_0x448bb1(_0x4cfaa1._0x37f675,_0x4cfaa1._0x56fa3d,_0x4cfaa1._0x46a1e7,0x39e)],_0x2e4fa8['skills'][_0x448bb1(0x2f5,_0x4cfaa1._0x56fa3d,0x3ab,_0x4cfaa1._0x2272b1)])){if(_0x288387[_0x448bb1(_0x4cfaa1._0x4dedca,0x1ef,_0x4cfaa1._0x4ce0a4,0x14c)]===_0x288387[_0xa32309(0x366,_0x4cfaa1._0x420a16,_0x4cfaa1._0x6a6c93,_0x4cfaa1._0x6e6125)]){const [,_0x325ab7,_0x2882cc]=_0x29c070;if(_0x288387['dTlWA'](_0x325ab7,_0x288387[_0xa32309(0x3dc,_0x4cfaa1._0x1fc829,_0x4cfaa1._0x658eb6,_0x4cfaa1._0x2f711c)])&&!_0x2882cc[_0x448bb1(_0x4cfaa1._0x288240,_0x4cfaa1._0x16c97b,_0x4cfaa1._0x201fc3,0x2c5)]())_0x2ee958[_0x325ab7]=[];else{if(_0x2882cc[_0xa32309(0x38d,_0x4cfaa1._0x374082,0x339,0x3c6)]()[_0xa32309(_0x4cfaa1._0x131620,_0x4cfaa1._0x32eb15,0x510,0x56f)]('[')&&_0x2882cc[_0x448bb1(0x320,_0x4cfaa1._0x16c97b,0x211,_0x4cfaa1._0x4c81fd)]()[_0x448bb1(_0x4cfaa1._0x18ddea,_0x4cfaa1._0x6c4038,_0x4cfaa1._0x309993,0x1aa)](']'))_0x119a26[_0x325ab7]=_0x2882cc['trim']()[_0xa32309(_0x4cfaa1._0x355fe5,_0x4cfaa1._0x1684d2,0x5b3,_0x4cfaa1._0x33a7ef)](-0x7da+0x4*0x472+-0x9ed,-(-0xf24+0x4e8+-0x1*-0xa3d))[_0xa32309(0x3fa,0x346,0x2e4,_0x4cfaa1._0x16bcdf)](',')[_0xa32309(0x466,_0x4cfaa1._0xb573b7,0x3d9,0x424)](_0x33d6c6=>_0x33d6c6[_0xa32309(0x38d,0x463,0x270,0x40f)]())[_0x448bb1(_0x4cfaa1._0x4db42a,0x134,0x1c3,0x1e7)](_0x2e41e7);else _0x2882cc[_0xa32309(_0x4cfaa1._0x5be4db,_0x4cfaa1._0x51ddae,_0x4cfaa1._0x5c00e4,_0x4cfaa1._0x1cbe30)]()&&(_0x3c4303[_0x325ab7]=_0x2882cc[_0xa32309(0x38d,0x447,_0x4cfaa1._0x45e75d,_0x4cfaa1._0x190544)]());}}else _0x2e4fa8[_0x448bb1(_0x4cfaa1._0x39c7cc,0x241,0x33a,_0x4cfaa1._0xb164ea)]=_0x4387e7,_0x44825a=!![];}}else{const _0x3ab17a={};return _0x3ab17a[_0xa32309(_0x4cfaa1._0x512e7b,_0x4cfaa1._0x3861bb,_0x4cfaa1._0x268048,0x2f1)]=_0xa32309(0x484,_0x4cfaa1._0x54c35a,_0x4cfaa1._0xdb040a,0x38e),_0x3ab17a[_0xa32309(_0x4cfaa1._0x3c1047,_0x4cfaa1._0x130561,_0x4cfaa1._0x30b4b4,_0x4cfaa1._0x5ef959)]=_0xa32309(0x435,0x399,0x3a1,_0x4cfaa1._0x5d324b)+_0x2764b7+(_0xa32309(_0x4cfaa1._0x9e28a,_0x4cfaa1._0x177d92,_0x4cfaa1._0x55c6c3,_0x4cfaa1._0x7088b1)+_0x448bb1(_0x4cfaa1._0x4b0b75,_0x4cfaa1._0x37a677,0x48c,0x2d3)+'\x20\x27')+_0x5664e6+'\x27',_0xc43e9d['status'](0x2*0xd19+-0x15d0+-0x2ce)[_0xa32309(0x471,0x380,0x40a,_0x4cfaa1._0x5ef959)](_0x3ab17a);}}}catch{if(_0x448bb1(_0x4cfaa1._0x2a33cb,_0x4cfaa1._0x2251df,_0x4cfaa1._0x9723f0,_0x4cfaa1._0x45f39b)===_0x288387[_0x448bb1(_0x4cfaa1._0x2cdfa5,_0x4cfaa1._0x1d411e,0x2ed,0xaa)]){const _0x2bd9c8={};return _0x2bd9c8['error']=_0x288387[_0x448bb1(0x228,0x349,0x2bf,0x431)],_0x2bd9c8[_0xa32309(0x4a7,0x38f,_0x4cfaa1._0x1f4235,0x510)]=_0x288387[_0x448bb1(0x1e5,0x282,_0x4cfaa1._0x8929ca,0x351)],_0x19bd01[_0x448bb1(_0x4cfaa1._0xf48566,_0x4cfaa1._0x92e14c,0x254,0xd2)](-0x1fe+-0x2*-0x70+0x2ae)[_0x448bb1(_0x4cfaa1._0x545073,_0x4cfaa1._0x52731b,0x3fa,_0x4cfaa1._0x16c97b)](_0x2bd9c8);}else{const _0x52fdf9=_0xe9b502['join'](setupPath,_0x288387[_0x448bb1(_0x4cfaa1._0x115346,_0x4cfaa1._0x13342d,0x2be,0x11d)]);try{const _0x4e6f2b=await _0x258a22[_0x448bb1(0x25b,0x1d6,_0x4cfaa1._0x34e17e,0x2df)](_0x52fdf9,_0x288387[_0x448bb1(_0x4cfaa1._0x53f1c9,0x296,0x19f,_0x4cfaa1._0x38f69b)]);_0x2e4fa8=JSON[_0x448bb1(0x269,0x362,0x2b3,_0x4cfaa1._0x511ceb)](_0x4e6f2b),_0x1057f2=_0x52fdf9;const _0x41edbe=_0x2e4fa8[_0x448bb1(0x8a,_0x4cfaa1._0x4177a7,_0x4cfaa1._0x26acb4,0x1a7)+'ts']?.[_0x17876a]?.['skills'];if(Array[_0x448bb1(_0x4cfaa1._0x592557,0x260,0x202,0x28f)](_0x41edbe)){if(_0x288387[_0xa32309(0x3a1,0x468,0x321,0x4b3)](_0x288387[_0x448bb1(0x5c,_0x4cfaa1._0x13af4b,0xad,0x105)],_0x288387[_0x448bb1(0x123,0x13b,0x201,_0x4cfaa1._0x382b15)])){const _0xedb11b=_0x41edbe[_0x448bb1(0xd1,0x134,_0x4cfaa1._0x2cf6cb,0x172)](_0x2b9df1=>_0x2b9df1!==_0x3919da);_0xedb11b[_0xa32309(_0x4cfaa1._0x5e8ff1,_0x4cfaa1._0xa092c9,0x45f,_0x4cfaa1._0x5e143f)]!==_0x41edbe[_0xa32309(0x526,0x482,_0x4cfaa1._0x434ccc,_0x4cfaa1._0x1f8765)]&&(_0x2e4fa8['environmen'+'ts'][_0x17876a]['skills']=_0xedb11b,_0x44825a=!![]);}else{const _0x4c0c69={};return _0x4c0c69[_0x448bb1(_0x4cfaa1._0x4bb4d3,0x1c4,0x197,0x1ad)]=_0x288387[_0xa32309(_0x4cfaa1._0xb055bb,_0x4cfaa1._0x170cf2,_0x4cfaa1._0x4c8f46,_0x4cfaa1._0x2a45cc)],_0x4c0c69['message']=_0x288387[_0x448bb1(0x372,_0x4cfaa1._0x2d062a,_0x4cfaa1._0x47426d,_0x4cfaa1._0xca9ea3)],_0x1dbda8[_0x448bb1(0xd1,_0x4cfaa1._0x92e14c,0xb1,_0x4cfaa1._0x2f8460)](-0x10e8*0x1+0x5bc*-0x6+0x34e0)[_0xa32309(_0x4cfaa1._0x6645f8,0x3ad,_0x4cfaa1._0x5ee5b1,_0x4cfaa1._0x102d6e)](_0x4c0c69);}}}catch(_0x176f72){if(_0x288387[_0x448bb1(0x39c,0x2f4,0x331,0x2e5)](_0x288387[_0x448bb1(0x94,_0x4cfaa1._0x209145,0x1bb,0xf8)],_0x288387[_0x448bb1(_0x4cfaa1._0xd6ef5c,_0x4cfaa1._0x5ddeee,_0x4cfaa1._0x20c668,0x1bc)])){const _0x220ba5={};_0x220ba5['taskId']=_0x1f4243['taskId'],_0x220ba5[_0xa32309(0x428,0x44f,_0x4cfaa1._0x2fd1e5,0x422)]=_0x3919da,_0x220ba5[_0xa32309(0x3ca,0x491,0x319,0x501)]=_0x17876a,_0x220ba5[_0x448bb1(_0x4cfaa1._0x18ddea,_0x4cfaa1._0x4ac545,_0x4cfaa1._0x4c1728,0x116)]=_0x176f72[_0x448bb1(0x2ee,_0x4cfaa1._0x313110,_0x4cfaa1._0x57392a,0x1d1)],logger[_0xa32309(0x52f,_0x4cfaa1._0x5c4887,0x420,0x40c)]('Failed\x20to\x20'+'read\x20confi'+_0x448bb1(_0x4cfaa1._0x5a0923,_0x4cfaa1._0x29de23,0x3b2,_0x4cfaa1._0x102d6e)+_0xa32309(_0x4cfaa1._0x43f778,_0x4cfaa1._0x176e79,_0x4cfaa1._0xa9b284,_0x4cfaa1._0x408805)+_0xa32309(_0x4cfaa1._0x44a7bd,0x373,_0x4cfaa1._0x233a7c,0x448),_0x220ba5);continue;}else{const _0xd341dd={};_0xd341dd[_0x448bb1(0x361,_0x4cfaa1._0x857865,_0x4cfaa1._0x5255c6,_0x4cfaa1._0x193e19)]=_0x1453bc,_0xd341dd[_0x448bb1(_0x4cfaa1._0x113b61,0x29b,_0x4cfaa1._0x425b22,0x234)]=_0x49dad3['id'],_0xd341dd[_0x448bb1(_0x4cfaa1._0x4ef0c5,0x16b,_0x4cfaa1._0x235808,0x241)]=_0x1173f6[_0xa32309(_0x4cfaa1._0x209126,0x3d0,0x2d8,_0x4cfaa1._0x1d2f3e)],_0x1ee153['warn'](_0x288387[_0xa32309(_0x4cfaa1._0x27e6c5,_0x4cfaa1._0x4b54d9,0x4bd,_0x4cfaa1._0x4596f5)],_0xd341dd);const _0x516c26={};return _0x516c26[_0xa32309(0x36c,_0x4cfaa1._0x3cf5cc,0x2ef,_0x4cfaa1._0x129575)]=_0x288387[_0x448bb1(_0x4cfaa1._0x4b28ff,_0x4cfaa1._0x1b173a,_0x4cfaa1._0x5df2ee,0x1e4)],_0x516c26[_0x448bb1(_0x4cfaa1._0x319262,_0x4cfaa1._0x5aa582,0x249,_0x4cfaa1._0x2c440)]=_0x288387['nPckc'],_0x58ba26[_0x448bb1(_0x4cfaa1._0x3ce852,_0x4cfaa1._0x92e14c,_0x4cfaa1._0x2782de,_0x4cfaa1._0x973548)](-0x115*-0x1+0x1185*0x1+-0x1107)[_0xa32309(_0x4cfaa1._0x6645f8,0x463,0x366,0x338)](_0x516c26);}}}}_0x44825a&&await _0x258a22[_0x448bb1(_0x4cfaa1._0x3ac5b7,0x2b1,_0x4cfaa1._0x1e35f1,0x298)](_0x1057f2,JSON[_0xa32309(0x3d3,_0x4cfaa1._0x48de82,_0x4cfaa1._0x5e785c,_0x4cfaa1._0x35f65d)](_0x2e4fa8,null,-0x254c+-0x125*-0xe+0x2*0xaa4),'utf-8');}else{const _0x1522ae=_0x13e6cd[_0xa32309(_0x4cfaa1._0x4d960d,0x3c6,0x4ea,_0x4cfaa1._0x14d4f9)](_0x502c38)[_0xa32309(0x528,0x65a,0x536,0x440)](_0x5214f5=>_0xb9a7fa[_0xa32309(0x408,0x3c9,0x42c,0x453)](_0x474436[_0x5214f5]));_0x1522ae&&_0x1dbd83[_0x1522ae][_0xa32309(_0x4cfaa1._0x4dbe3e,_0x4cfaa1._0x55f83c,_0x4cfaa1._0xbb872d,0x562)](_0x29368d['trim']()['slice'](0x1c7b+-0x11d3+-0xaa6)[_0xa32309(_0x4cfaa1._0x5be4db,_0x4cfaa1._0x230937,0x426,_0x4cfaa1._0x381208)]());}}catch(_0x35e179){if(_0x288387[_0xa32309(_0x4cfaa1._0xe20bc9,_0x4cfaa1._0x129575,_0x4cfaa1._0x2df3a7,_0x4cfaa1._0x53cda0)](_0x288387[_0x448bb1(_0x4cfaa1._0xdd9135,0x300,0x218,0x3fa)],_0xa32309(0x2f8,0x20b,_0x4cfaa1._0x1e35fb,0x286))){const _0x29b8dc={};_0x29b8dc['taskId']=_0x1f4243[_0x448bb1(0x1de,_0x4cfaa1._0x857865,0x37b,_0x4cfaa1._0x2c10ac)],_0x29b8dc['skillId']=_0x3919da,_0x29b8dc['envName']=_0x17876a,_0x29b8dc[_0x448bb1(0x16f,0x1c4,_0x4cfaa1._0xc11614,0x194)]=_0x35e179[_0x448bb1(_0x4cfaa1._0x27e56d,0x2ff,0x3fb,0x427)],logger[_0x448bb1(0x277,0x387,0x38a,_0x4cfaa1._0x38966b)](_0x448bb1(_0x4cfaa1._0x3894cf,_0x4cfaa1._0x3d1f34,0x3c9,0x407)+'update\x20env'+'ironment\x20c'+'onfig\x20whil'+_0x448bb1(0x223,0x1bf,_0x4cfaa1._0x405c8b,0x240)+_0x448bb1(_0x4cfaa1._0x39c7cc,0x12f,_0x4cfaa1._0x4ab9c6,_0x4cfaa1._0x558cc8),_0x29b8dc);}else{if(_0x4c2bd2[_0xa32309(_0x4cfaa1._0x1db7d5,_0x4cfaa1._0x31b7cb,_0x4cfaa1._0x23780f,_0x4cfaa1._0x468ff0)]===-0x83f+0x1e27+-0x2*0xaf4)_0x443e47[_0xa32309(0x4b5,_0x4cfaa1._0x4aeec9,_0x4cfaa1._0x48f1e8,0x50f)](_0x2e42cd+_0x448bb1(_0x4cfaa1._0x40ca46,0x25e,_0x4cfaa1._0x7fd2be,0x2cb));else{_0x66abd9[_0x448bb1(_0x4cfaa1._0x12f85d,0x30d,0x229,0x2fb)](_0x214f30+':');for(const _0x257fe2 of _0x5736d8){_0x7949eb[_0xa32309(_0x4cfaa1._0x4dbe3e,0x430,0x458,0x5f1)]('\x20\x20-\x20'+_0x257fe2);}}}}}for(const _0x36b53e of _0x30e426){const _0x4509f7=coderConfig?.['environmen'+'ts']?.[_0x36b53e]?.[_0x448bb1(0x163,_0x4cfaa1._0x4e010a,_0x4cfaa1._0x5870d9,_0x4cfaa1._0x1775cf)];if(!Array['isArray'](_0x4509f7))continue;coderConfig[_0x448bb1(_0x4cfaa1._0x172527,0x12c,0x1d1,_0x4cfaa1._0x48530e)+'ts'][_0x36b53e][_0xa32309(0x3e9,0x52a,_0x4cfaa1._0x38fd95,0x443)]=_0x4509f7[_0x448bb1(_0x4cfaa1._0x38cc78,_0x4cfaa1._0x264b60,_0x4cfaa1._0x4b6813,-0x5)](_0x2833b4=>_0x2833b4!==_0x3919da);}if(_0x2d7b89===_0x448bb1(_0x4cfaa1._0x207641,_0x4cfaa1._0x3c3525,_0x4cfaa1._0x330859,_0x4cfaa1._0x120b62)){const _0x357e68={};_0x357e68[_0x448bb1(0x189,_0x4cfaa1._0x2dd001,_0x4cfaa1._0x131b53,_0x4cfaa1._0x53e025)]=!![],_0x357e68[_0x448bb1(_0x4cfaa1._0x1a475d,_0x4cfaa1._0x4cef51,0x333,_0x4cfaa1._0x47ebef)]=!![],await _0x258a22['rm'](_0x5ed327,_0x357e68),_0x288387[_0xa32309(_0x4cfaa1._0x20d6b7,0x39b,_0x4cfaa1._0x4602a0,_0x4cfaa1._0x1d2167)](removeContainersForSkill,_0x5ed327,logger)['catch'](()=>{});let _0x4e6a42=![];try{if(_0x288387[_0x448bb1(0x2c8,_0x4cfaa1._0x4aad51,_0x4cfaa1._0x1ba21c,_0x4cfaa1._0x51365d)](_0x288387[_0xa32309(_0x4cfaa1._0x4cb43d,_0x4cfaa1._0x587b73,0x4a9,_0x4cfaa1._0x31cbd4)],_0x288387[_0xa32309(0x479,0x4a9,_0x4cfaa1._0x4301f5,0x3c5)])){const _0x5f38ca=await loadImportedSkillsRegistry();if(_0x5f38ca[_0x448bb1(0x2ed,_0x4cfaa1._0x4e010a,_0x4cfaa1._0x2881c1,0x1a0)]?.[_0x3919da]){if(_0x288387[_0xa32309(0x2bc,_0x4cfaa1._0x5c00e4,0x32a,0x1a3)](_0x288387[_0x448bb1(_0x4cfaa1._0x45cf6c,0x242,_0x4cfaa1._0x3c592a,0x1b5)],'NwdyM')){const _0x16a96c={};return _0x16a96c[_0x448bb1(_0x4cfaa1._0x4866ac,_0x4cfaa1._0x5bebec,0x2b0,0x358)]=_0x288387[_0x448bb1(0x2bb,_0x4cfaa1._0xe9eaf8,_0x4cfaa1._0x123a64,0x20d)],_0x16a96c['skills']={},_0x16a96c;}else delete _0x5f38ca[_0xa32309(0x3e9,_0x4cfaa1._0x1a3399,0x305,0x2ca)][_0x3919da],await _0x288387[_0xa32309(_0x4cfaa1._0x566b40,0x29c,0x3d1,0x345)](saveImportedSkillsRegistry,_0x5f38ca),_0x4e6a42=!![];}const _0x3af8af={};_0x3af8af[_0x448bb1(0x260,_0x4cfaa1._0x1f03c3,0x3a1,_0x4cfaa1._0x14e74b)]=_0x1f4243[_0x448bb1(0x2fd,0x294,0x308,_0x4cfaa1._0x7e0881)],_0x3af8af[_0xa32309(_0x4cfaa1._0x110837,_0x4cfaa1._0x58f58a,0x3d0,_0x4cfaa1._0x1e1ac7)]=_0x3919da,_0x3af8af[_0xa32309(0x2d4,_0x4cfaa1._0x13c724,_0x4cfaa1._0x33c572,0x34f)+'t']=_0x26fa29,_0x3af8af[_0xa32309(0x458,_0x4cfaa1._0x1b0482,0x51e,_0x4cfaa1._0x34d932)]=_0x3d1c10,_0x3af8af[_0x448bb1(_0x4cfaa1._0x56d2f8,_0x4cfaa1._0x1df166,_0x4cfaa1._0xc11614,0x36a)+_0x448bb1(0x315,_0x4cfaa1._0x4bc996,0x1f9,0x1c7)]=_0x4e6a42,_0x3af8af[_0x448bb1(_0x4cfaa1._0x1a9c38,0x29b,0x333,0x38e)]=_0x310162['id'],logger[_0xa32309(_0x4cfaa1._0x2f9b31,_0x4cfaa1._0x3bca56,_0x4cfaa1._0x3462d4,_0x4cfaa1._0x5e5c87)](_0x288387[_0x448bb1(0x260,0x17c,_0x4cfaa1._0x23492d,0x66)],_0x3af8af);const _0x2830dc={};return _0x2830dc[_0xa32309(0x30c,0x285,_0x4cfaa1._0x42fe34,_0x4cfaa1._0x201263)]=!![],_0x2830dc['id']=_0x3919da,_0x2830dc[_0x448bb1(0x293,0x299,0x161,_0x4cfaa1._0x38fc74)]=_0x2d7b89,_0x2830dc[_0x448bb1(_0x4cfaa1._0x1d4566,_0x4cfaa1._0x18294a,0x2af,_0x4cfaa1._0x1c9076)]=_0x3d1c10,_0x2830dc[_0xa32309(_0x4cfaa1._0x52b93f,_0x4cfaa1._0x5a9802,0x405,_0x4cfaa1._0x5ebb15)+'t']=_0x26fa29,_0x2830dc[_0xa32309(_0x4cfaa1._0x2eef63,_0x4cfaa1._0x56255d,_0x4cfaa1._0x1c729e,0x45a)+'mEnvironme'+'nts']=_0x30e426,_0x2830dc[_0xa32309(0x3fb,_0x4cfaa1._0x1f2987,0x3c6,_0x4cfaa1._0x111f5a)+'mRegistry']=_0x4e6a42,_0x2830dc[_0xa32309(_0x4cfaa1._0x30f508,_0x4cfaa1._0xd4a1ab,_0x4cfaa1._0x29ab0d,_0x4cfaa1._0x2e666f)]=_0x5a0e6b,_0x2830dc[_0xa32309(_0x4cfaa1._0x2ad0cb,0x3c6,0x2f3,_0x4cfaa1._0x2277a5)+_0x448bb1(_0x4cfaa1._0x1b45f9,_0x4cfaa1._0x55ab03,_0x4cfaa1._0x29d1cc,0x264)]=_0x1f4243[_0xa32309(0x43c,_0x4cfaa1._0x44b4c6,0x419,0x374)],_0x2830dc[_0x448bb1(0x239,_0x4cfaa1._0x194b1d,_0x4cfaa1._0xd269c2,_0x4cfaa1._0x44c002)+_0x448bb1(_0x4cfaa1._0x3ec930,_0x4cfaa1._0x91638,0x102,_0x4cfaa1._0x385b96)]=_0x310162['id'],_0x4afe0d[_0xa32309(_0x4cfaa1._0x6645f8,0x485,_0x4cfaa1._0x49bfca,0x3d3)](_0x2830dc);}else{const _0x464542=_0x1839fc[_0x448bb1(_0x4cfaa1._0x186816,_0x4cfaa1._0x448617,_0x4cfaa1._0x577016,0x239)](_0x39e74b=>_0x39e74b!==_0x89548);_0x288387[_0xa32309(_0x4cfaa1._0x24ff17,_0x4cfaa1._0x5442dc,0x3a8,0x39e)](_0x464542['length'],_0x3713d1[_0x448bb1(_0x4cfaa1._0x222cae,_0x4cfaa1._0x5557b4,_0x4cfaa1._0x4b1704,0x313)])&&(_0x421edc[_0x448bb1(_0x4cfaa1._0x40abd9,_0x4cfaa1._0x4177a7,_0x4cfaa1._0x551f25,0x116)+'ts'][_0x41e866][_0xa32309(0x3e9,_0x4cfaa1._0x104e72,_0x4cfaa1._0x260fd3,_0x4cfaa1._0x2749e6)]=_0x464542,_0xc014a3=!![]);}}catch(_0x342ee4){if(_0x288387[_0x448bb1(_0x4cfaa1._0xd8d7be,_0x4cfaa1._0x37d930,0xf8,_0x4cfaa1._0x1f49f3)]!==_0x288387[_0xa32309(0x413,_0x4cfaa1._0x23d837,_0x4cfaa1._0x2a3000,0x3f4)]){const _0x2d83b4={};_0x2d83b4['taskId']=_0x1f4243[_0xa32309(0x43c,_0x4cfaa1._0xa0af19,_0x4cfaa1._0x4211f4,0x57b)],_0x2d83b4[_0xa32309(_0x4cfaa1._0x1191b0,0x4af,_0x4cfaa1._0x50a2c5,_0x4cfaa1._0x56b860)]=_0x3919da,_0x2d83b4['error']=_0x342ee4[_0xa32309(0x4a7,_0x4cfaa1._0x368c1c,_0x4cfaa1._0x5423fe,_0x4cfaa1._0x4c6c04)],logger[_0xa32309(0x52f,0x42f,_0x4cfaa1._0x2c830f,0x3f5)]('Failed\x20to\x20'+_0x448bb1(_0x4cfaa1._0x1cec16,0x154,0x20b,0xed)+_0x448bb1(_0x4cfaa1._0x1177b5,_0x4cfaa1._0x16ab30,0x189,_0x4cfaa1._0x5695df)+'stry\x20durin'+_0x448bb1(0x3d2,0x2b4,_0x4cfaa1._0x11206c,0x27f)+_0xa32309(0x2c3,_0x4cfaa1._0x2c19b2,0x2dd,0x23d),_0x2d83b4);const _0x33a998={};_0x33a998['taskId']=_0x1f4243[_0x448bb1(0x2c2,0x294,_0x4cfaa1._0x3525ae,0x2b9)],_0x33a998['skillId']=_0x3919da,_0x33a998['environmen'+'t']=_0x26fa29,_0x33a998[_0x448bb1(0x19e,_0x4cfaa1._0x48881a,_0x4cfaa1._0x538d81,0x24d)]=_0x3d1c10,_0x33a998[_0xa32309(_0x4cfaa1._0x429032,_0x4cfaa1._0x18d6b3,_0x4cfaa1._0x2e2b7a,_0x4cfaa1._0x5a722c)]=_0x310162['id'],logger[_0xa32309(0x52f,0x66a,_0x4cfaa1._0x2577a0,0x5c6)](_0xa32309(_0x4cfaa1._0xa824e,0x4d7,0x46a,_0x4cfaa1._0x1f2987)+'ted\x20by\x20tas'+_0xa32309(_0x4cfaa1._0x25fedc,_0x4cfaa1._0xe9a266,0x40b,0x4e3)+_0xa32309(0x2bb,_0x4cfaa1._0x1335ab,_0x4cfaa1._0x48ffa3,_0x4cfaa1._0x570b72)+_0xa32309(0x4a5,0x4fb,_0x4cfaa1._0x37ed7a,0x5da),_0x33a998);const _0x2b33a3={};return _0x2b33a3[_0xa32309(0x30c,_0x4cfaa1._0x408a6f,0x261,_0x4cfaa1._0x2b38d3)]=!![],_0x2b33a3['id']=_0x3919da,_0x2b33a3[_0xa32309(0x441,0x4a7,_0x4cfaa1._0xc6de0f,0x38c)]=_0x2d7b89,_0x2b33a3[_0xa32309(_0x4cfaa1._0x2b5e10,_0x4cfaa1._0x10c466,_0x4cfaa1._0x144b9c,0x4a7)]=_0x3d1c10,_0x2b33a3[_0x448bb1(0x1b6,0x12c,0xa5,_0x4cfaa1._0x5927cd)+'t']=_0x26fa29,_0x2b33a3['removedFro'+_0x448bb1(0x3b2,_0x4cfaa1._0x5e62f7,_0x4cfaa1._0x5d0a27,_0x4cfaa1._0x111f2c)+_0xa32309(_0x4cfaa1._0x31840d,0x417,0x406,_0x4cfaa1._0x45fef5)]=_0x30e426,_0x2b33a3[_0xa32309(0x3fb,_0x4cfaa1._0x595953,0x378,_0x4cfaa1._0x5ad662)+_0xa32309(_0x4cfaa1._0x50d258,0x323,_0x4cfaa1._0x577265,_0x4cfaa1._0x400d4c)]=![],_0x2b33a3['deletedAt']=_0x5a0e6b,_0x2b33a3[_0xa32309(0x425,0x513,0x3ad,_0x4cfaa1._0x45602b)+_0x448bb1(_0x4cfaa1._0x30879f,_0x4cfaa1._0x55ab03,0x229,_0x4cfaa1._0x3dccd1)]=_0x1f4243[_0xa32309(0x43c,_0x4cfaa1._0x7be341,_0x4cfaa1._0x4636ea,_0x4cfaa1._0x152a6d)],_0x2b33a3['deletedByU'+_0xa32309(_0x4cfaa1._0x3dc677,_0x4cfaa1._0x4afa28,0x310,_0x4cfaa1._0xe340c)]=_0x310162['id'],_0x4afe0d[_0xa32309(_0x4cfaa1._0x4f30e2,0x415,0x353,0x3c1)](_0x2b33a3);}else return;}}const _0x2cec83={};_0x2cec83[_0xa32309(_0x4cfaa1._0x31a444,0x48c,_0x4cfaa1._0x5c31a4,0x30f)]=_0x1f4243[_0x448bb1(_0x4cfaa1._0x43c7bc,_0x4cfaa1._0x5246f3,_0x4cfaa1._0x568f08,0x3c2)],_0x2cec83[_0x448bb1(0x260,0x280,_0x4cfaa1._0x19a8e1,_0x4cfaa1._0x4c81fd)]=_0x3919da,_0x2cec83['environmen'+'t']=_0x26fa29,_0x2cec83[_0xa32309(_0x4cfaa1._0x4a7b61,_0x4cfaa1._0xc6de0f,0x4cb,_0x4cfaa1._0xf97f5e)]=_0x310162['id'],logger[_0xa32309(_0x4cfaa1._0x5aef12,0x328,_0x4cfaa1._0x3046a9,0x3b7)](_0x288387[_0x448bb1(0xe8,_0x4cfaa1._0x2f4607,_0x4cfaa1._0x4f6747,0x1fd)],_0x2cec83);const _0xb7c127={};return _0xb7c127[_0xa32309(_0x4cfaa1._0x190544,_0x4cfaa1._0x58a372,0x26c,0x3f8)]=!![],_0xb7c127['id']=_0x3919da,_0xb7c127[_0x448bb1(_0x4cfaa1._0x568497,0x299,0x2c0,_0x4cfaa1._0x23a068)]=_0x2d7b89,_0xb7c127[_0xa32309(0x2d4,0x2ec,_0x4cfaa1._0xb103ab,0x283)+'t']=_0x26fa29,_0xb7c127['unassigned'+_0x448bb1(0x409,0x2f1,0x41e,_0x4cfaa1._0x193894)+_0xa32309(_0x4cfaa1._0x81f655,_0x4cfaa1._0x51ab07,0x3f6,_0x4cfaa1._0xedb552)]=_0x30e426,_0xb7c127[_0xa32309(0x30e,0x42f,0x440,_0x4cfaa1._0x2322ed)]=_0x5a0e6b,_0xb7c127['updatedByT'+_0x448bb1(0x364,0x32a,_0x4cfaa1._0x57dffd,_0x4cfaa1._0x4ca6e7)]=_0x1f4243[_0x448bb1(0x28d,0x294,_0x4cfaa1._0x2f6256,0x2ad)],_0xb7c127[_0xa32309(0x333,0x385,0x34d,_0x4cfaa1._0x5d2205)+_0x448bb1(-_0x4cfaa1._0x4e41bb,0x10c,0xd4,0x115)]=_0x310162['id'],_0x4afe0d['json'](_0xb7c127);}catch(_0x138a3d){if(_0x288387[_0x448bb1(0x198,0x1a3,_0x4cfaa1._0x5a72c2,0x19a)](_0x288387[_0x448bb1(_0x4cfaa1._0x2253cc,_0x4cfaa1._0x14dab3,_0x4cfaa1._0x1ba778,0x281)],_0x288387[_0x448bb1(0xa3,_0x4cfaa1._0x205585,_0x4cfaa1._0x77fa5c,0x158)]))_0x594b4a[_0x448bb1(0x1f8,_0x4cfaa1._0x4a000c,_0x4cfaa1._0x40d802,_0x4cfaa1._0x163849)]=_0x3162fe;else{const _0xfc5176={};return _0xfc5176[_0x448bb1(0x220,0x294,0x35e,_0x4cfaa1._0x44ec57)]=_0x1f4243['taskId'],_0xfc5176[_0x448bb1(_0x4cfaa1._0xb05165,0x280,0x2ac,0x21a)]=_0x3919da,_0xfc5176['mode']=_0x2d7b89,_0xfc5176[_0xa32309(_0x4cfaa1._0x4fb297,_0x4cfaa1._0x4eee63,0x3bd,0x491)]=_0x138a3d[_0x448bb1(0x1cb,_0x4cfaa1._0x46f8fa,_0x4cfaa1._0x2dd001,_0x4cfaa1._0x268048)],logger[_0xa32309(0x36c,_0x4cfaa1._0x289cf3,0x31f,_0x4cfaa1._0x53b11d)](_0x288387[_0xa32309(_0x4cfaa1._0x243a89,_0x4cfaa1._0x15fc50,_0x4cfaa1._0x487da6,0x3f5)],_0xfc5176),_0x4afe0d['status'](0x107*0xc+-0xdc7+0x367)[_0xa32309(0x471,_0x4cfaa1._0xb8d756,0x3b0,_0x4cfaa1._0x275602)]({'error':_0x448bb1(0x1e9,_0x4cfaa1._0x4c035f,_0x4cfaa1._0x2cce24,0x284)+_0x448bb1(0x13f,0x19a,0x162,0xd6)+'r','message':_0x288387[_0xa32309(_0x4cfaa1._0x425b22,_0x4cfaa1._0x5b6339,_0x4cfaa1._0x39f164,0x2ea)](_0x2d7b89,_0x288387[_0xa32309(0x4db,0x3b8,0x3e0,0x538)])?_0x448bb1(_0x4cfaa1._0x5cecbf,0x353,0x395,0x489)+_0x448bb1(_0x4cfaa1._0x924e54,0x284,0x1fb,0x2eb)+'ll':_0x288387['DiICf']});}}}),router['get']('/skills/:s'+_0x4efdcd(0x37c,0x537,0x43e,0x42c)+_0x34b97a(0x69e,0x501,0x6ce,0x5d4),requireTaskAuth,validateSkillAccess,async(_0x45aece,_0x41c9c5)=>{const _0x24463e={_0x5d43a0:0x3c,_0x17c6d0:0x1b,_0x19a63f:0x1de,_0x8392e1:0x662,_0x54eeb6:0x7c,_0xa9684:0x266,_0x47206a:0x1b9,_0x21ce55:0xbf,_0xdcc477:0x33c,_0x508803:0x320,_0x3331a8:0x1c5,_0x597242:0x19a,_0x5bec35:0x198,_0x21580b:0x13e,_0x3ca5b9:0x9b,_0x28df7c:0x113,_0x26f35e:0xc7,_0xc4532c:0x9d,_0x14622a:0xc0,_0x4e62f7:0xa5,_0x4093f9:0x538,_0x427223:0x52b,_0x13ad3b:0x4f9,_0x4da5dc:0x53f,_0x525445:0x5e3,_0x56e370:0x171,_0x5ebb47:0x2ac,_0x323d53:0xc4,_0x261aab:0x4bd,_0x5177e7:0x502,_0xc5e1e2:0x59c,_0x367073:0x1c,_0x1e4916:0xac,_0x3d1b0c:0x1d,_0x25804e:0x4a8,_0x4c8ead:0x4a2,_0x2aa198:0x432,_0x147e8d:0x558,_0x2bc6b3:0x423,_0x3d3e3f:0x137,_0x554d57:0x22b,_0x620b5a:0x364,_0x3ea11d:0x157,_0x12e118:0x586,_0x35d9f9:0x53c,_0x47a915:0x478,_0x3e42ed:0x2e9,_0x4edcdc:0x38d,_0x5b3146:0x399,_0x360466:0x36a,_0x4aceec:0x356,_0x4e5736:0x3d6,_0x5adec4:0x47a,_0x5bcc44:0x29e,_0x143652:0x1ea,_0x3a1ff0:0x172,_0x265ade:0xe1,_0x823b61:0x492,_0x567783:0x3f1,_0x300172:0x4a1,_0x315028:0x39d,_0x2f13cb:0x447,_0x3ce194:0x642,_0x48ded0:0x535,_0x2a9701:0x416,_0xb9de38:0x47,_0x45c67d:0x7e,_0x454349:0x186,_0x3f6c9c:0x42d,_0x2ff845:0x561,_0x45890b:0x7a,_0x1d652a:0xa8,_0x36e26e:0x69,_0x1e292a:0x38,_0x2a1765:0x247,_0x31a43c:0x94,_0x23a803:0x1d1,_0x4ec324:0xf6,_0x31582b:0x59,_0x16c76c:0xeb,_0x5b3292:0x550,_0x583925:0x469,_0x1c0129:0x11,_0x2a8f56:0x5b,_0x54c149:0x197,_0x2eb014:0x369,_0x548725:0x447,_0x5270d4:0xca,_0x2ade82:0x4c,_0x32e145:0x39,_0x2bb886:0x60c,_0x468f69:0x29a,_0x4dde2f:0x17b,_0x1d3e8b:0x58,_0x39a2c7:0x4c6,_0x442f92:0x4e,_0x3e1e1e:0xcb,_0x4e5925:0x116,_0x2fbff0:0x40,_0x4fe277:0x195,_0x509aa2:0x19e,_0x106851:0x91,_0x530c95:0x1df,_0x3cbd82:0x198,_0x1a1c08:0x1b3,_0x5c9b79:0x203,_0x21e9fc:0x297,_0x3fdc90:0x17b,_0x3ddc44:0x18a,_0xf6edb8:0x24b,_0x34e4e0:0x3cc,_0xbb156b:0x4c6,_0x1bda87:0x35a,_0x9c74a:0x4a8,_0x30cf79:0x43b,_0x74919c:0x306,_0x3ea340:0x19e,_0xbad382:0x1cc,_0x1fbe3d:0x57c,_0x3a70e8:0x59a,_0x595c51:0xf6,_0xb93fb1:0x26c,_0x5e2e85:0x1e,_0x31d5b8:0x18,_0x5479a4:0x2a,_0x8d025a:0xc1,_0x56a1e3:0xbd,_0x3cc5bc:0x17b,_0x40962b:0x522,_0x59b543:0xe4,_0x2b841f:0x2a0,_0x495ab3:0x35b,_0x4fde2d:0x5f,_0x1566c4:0xbf,_0x23d789:0x72,_0x1e9b4f:0x3,_0x34e740:0x83,_0x23f282:0x3c,_0x41ebb6:0xa4,_0x438d88:0x1b9,_0x37a6a8:0x8a,_0x453f1f:0x2a5,_0xcb4477:0xe2,_0x303633:0xd0,_0x2e787c:0x8e,_0x10f78d:0x495,_0xeaf0aa:0x499,_0x520d1a:0x350,_0x13a3b8:0x575,_0x2837db:0x154,_0x27b958:0x13,_0x442758:0x323,_0x4f57da:0x3eb,_0x4d2119:0x2bd,_0x523557:0x74,_0x39bbf8:0x1b,_0x473bea:0x5fb,_0x3ca358:0x4f5,_0x40e7cd:0x10,_0x2f3fb3:0x1cd,_0x462bae:0x181,_0x4e302f:0x211,_0x40e638:0x3cd,_0x570c5f:0x474,_0x32b0fd:0x295,_0x204ba5:0x17c,_0x42c64e:0xe5,_0x22bbfe:0x18d,_0x448b36:0x63,_0x10d0a1:0xce,_0x7397a1:0x22b,_0x413176:0x4e7,_0x47042f:0x2ff,_0x2dd3ed:0x3c1,_0x6daaf5:0x319,_0x367264:0x22d,_0x4c265b:0x2bc,_0x95fc4e:0x4fc,_0x5921ea:0x628,_0x5c590e:0x4bc,_0x1bea7c:0x263,_0x2eef:0x17b,_0x4ecbc4:0x104},_0x4cacc6={_0x50ae20:0x2e},_0x5ae518={_0x13ad6a:0x1d9},_0x4dea97={};_0x4dea97[_0x36432d(_0x24463e._0x5d43a0,-0xfc,-_0x24463e._0x17c6d0,-_0x24463e._0x19a63f)]=function(_0x12fd87,_0x841e4d){return _0x12fd87===_0x841e4d;},_0x4dea97[_0x1b82fc(0x423,0x560,0x509,_0x24463e._0x8392e1)]=_0x36432d(-_0x24463e._0x54eeb6,-0x6f,-0xfb,-0x11a),_0x4dea97[_0x36432d(-_0x24463e._0xa9684,-_0x24463e._0x47206a,-0x225,-_0x24463e._0x21ce55)]=_0x1b82fc(0x28e,_0x24463e._0xdcc477,_0x24463e._0x508803,0x414)+_0x36432d(-0xfc,-_0x24463e._0x3331a8,-_0x24463e._0x597242,-0x1a1)+_0x36432d(-0x7e,-_0x24463e._0x5bec35,-_0x24463e._0x21580b,-0x1e9)+_0x36432d(0x15c,0x41,_0x24463e._0x3ca5b9,_0x24463e._0x28df7c)+_0x36432d(-_0x24463e._0x26f35e,-_0x24463e._0xc4532c,-0x122,-0xc2),_0x4dea97[_0x36432d(0x38,-_0x24463e._0x14622a,-0x184,-_0x24463e._0x4e62f7)]=_0x1b82fc(_0x24463e._0x4093f9,_0x24463e._0x427223,0x557,0x581)+'ed',_0x4dea97['dREqq']=_0x1b82fc(0x59c,_0x24463e._0x13ad3b,_0x24463e._0x4da5dc,_0x24463e._0x525445)+_0x36432d(-0x279,-_0x24463e._0x56e370,-_0x24463e._0x5ebb47,-_0x24463e._0x323d53)+_0x1b82fc(0x556,_0x24463e._0x261aab,_0x24463e._0x5177e7,_0x24463e._0xc5e1e2),_0x4dea97[_0x36432d(_0x24463e._0x367073,-0x39,_0x24463e._0x1e4916,_0x24463e._0x3d1b0c)]=_0x1b82fc(_0x24463e._0x25804e,0x3e8,0x37f,_0x24463e._0x4c8ead)+'t';function _0x36432d(_0xd7b5a0,_0x48b1f7,_0xfe3aab,_0x1cbc21){return _0x4efdcd(_0x1cbc21,_0x48b1f7-_0x5ae518._0x13ad6a,_0xfe3aab-0x1c3,_0x48b1f7- -0x481);}_0x4dea97[_0x1b82fc(_0x24463e._0x2aa198,_0x24463e._0x147e8d,_0x24463e._0x2bc6b3,0x67e)]=_0x36432d(-_0x24463e._0x3d3e3f,-_0x24463e._0x554d57,-_0x24463e._0x620b5a,-_0x24463e._0x3ea11d)+_0x1b82fc(_0x24463e._0x12e118,_0x24463e._0x35d9f9,0x4fb,_0x24463e._0x47a915),_0x4dea97[_0x1b82fc(0x287,0x3be,_0x24463e._0x3e42ed,0x46e)]='Task\x20readi'+_0x1b82fc(0x2ae,_0x24463e._0x4edcdc,0x4ba,0x37f)+_0x1b82fc(_0x24463e._0x5b3146,_0x24463e._0x360466,_0x24463e._0x4aceec,0x387),_0x4dea97[_0x1b82fc(_0x24463e._0x4e5736,0x364,_0x24463e._0x5adec4,0x2c9)]=_0x1b82fc(0x459,0x334,_0x24463e._0x5bcc44,0x412),_0x4dea97[_0x36432d(-_0x24463e._0x143652,-_0x24463e._0x3a1ff0,-0x74,-_0x24463e._0x265ade)]=_0x1b82fc(0x3d6,0x417,_0x24463e._0x823b61,0x332),_0x4dea97[_0x1b82fc(_0x24463e._0x567783,0x489,0x455,0x4a0)]=_0x1b82fc(0x464,_0x24463e._0x300172,_0x24463e._0x315028,_0x24463e._0x2f13cb),_0x4dea97[_0x1b82fc(_0x24463e._0x3ce194,_0x24463e._0x48ded0,_0x24463e._0x2a9701,0x602)]=function(_0x5035b6,_0x52781a){return _0x5035b6===_0x52781a;},_0x4dea97['neROD']=_0x36432d(_0x24463e._0xb9de38,-_0x24463e._0x45c67d,0x30,-_0x24463e._0x454349),_0x4dea97[_0x1b82fc(_0x24463e._0x3f6c9c,_0x24463e._0x2ff845,0x473,0x514)]=_0x36432d(0x4f,0x8,_0x24463e._0x45890b,0x10c)+_0x36432d(0xe,0x3f,-_0x24463e._0x1d652a,0x8c)+_0x36432d(_0x24463e._0x36e26e,_0x24463e._0x1e292a,0xd7,-0x72),_0x4dea97[_0x1b82fc(0x39e,0x339,_0x24463e._0x2a1765,0x422)]=_0x36432d(0x4e,-0x83,-0xe9,_0x24463e._0x31a43c)+_0x36432d(-0x277,-0x1b1,-_0x24463e._0x23a803,-_0x24463e._0x4ec324)+'r',_0x4dea97[_0x36432d(_0x24463e._0x31582b,-_0x24463e._0x323d53,-_0x24463e._0x16c76c,-0xd2)]=_0x1b82fc(0x5e2,_0x24463e._0x5b3292,_0x24463e._0x583925,0x634)+_0x36432d(-_0x24463e._0x1c0129,-0x93,-_0x24463e._0x2a8f56,-_0x24463e._0x54c149);const _0x2f97bd=_0x4dea97,{callingTask:_0x4ae422,skillId:_0x1c1841,skillPath:_0x49ab92,environmentName:_0x3c0a22}=_0x45aece,_0x37186a=_0x45aece['params'][0x1cd8+0x11*0x20e+0x3fc6*-0x1];if(_0x37186a[_0x1b82fc(_0x24463e._0x2eb014,_0x24463e._0x548725,0x36a,0x307)]('..')){const _0x419900={};return _0x419900['error']=_0x2f97bd['TZgVu'],_0x419900[_0x36432d(-_0x24463e._0x5270d4,-_0x24463e._0x2ade82,-_0x24463e._0x32e145,0x34)]=_0x2f97bd[_0x1b82fc(0x5c1,0x558,0x56c,_0x24463e._0x2bb886)],_0x41c9c5[_0x36432d(-_0x24463e._0x468f69,-_0x24463e._0x4dde2f,-_0x24463e._0x1d3e8b,-0x22d)](-0xbb3+-0x1497+0x21da)[_0x1b82fc(0x469,_0x24463e._0x39a2c7,0x4b9,0x4f3)](_0x419900);}const _0x1886df={};_0x1886df['taskId']=_0x4ae422[_0x36432d(-0x19,-0xb7,-_0x24463e._0x442f92,-0x2b)],_0x1886df[_0x36432d(-0xa5,-_0x24463e._0x3e1e1e,-_0x24463e._0x4e5925,-_0x24463e._0x2fbff0)]=_0x1c1841,_0x1886df[_0x36432d(-_0x24463e._0x4fe277,-_0x24463e._0x509aa2,-_0x24463e._0x106851,-0x108)]=_0x37186a;function _0x1b82fc(_0x5b80c6,_0x4db680,_0x3b97d4,_0x1f3107){return _0x34b97a(_0x5b80c6-_0x4cacc6._0x50ae20,_0x5b80c6,_0x3b97d4-0x181,_0x4db680- -0x1be);}_0x1886df[_0x36432d(-_0x24463e._0x530c95,-0x21f,-_0x24463e._0x4dde2f,-0xe6)+'t']=_0x3c0a22,logger[_0x36432d(-_0x24463e._0x3cbd82,-_0x24463e._0x1a1c08,-_0x24463e._0x5c9b79,-_0x24463e._0x21e9fc)](_0x2f97bd[_0x36432d(-_0x24463e._0x3fdc90,-_0x24463e._0x3ddc44,-0x2c6,-_0x24463e._0xf6edb8)],_0x1886df);const _0x5e08fe=_0xe9b502[_0x1b82fc(0x371,_0x24463e._0x34e4e0,0x48d,_0x24463e._0xbb156b)](_0x49ab92,_0x37186a);try{if(_0x2f97bd[_0x1b82fc(0x43c,0x44c,0x4ce,_0x24463e._0x1bda87)]('WjgYr',_0x2f97bd['ynOYR'])){const _0x5a779c=await _0x258a22[_0x1b82fc(_0x24463e._0x9c74a,0x3d3,_0x24463e._0x30cf79,_0x24463e._0x74919c)](_0x5e08fe,_0x2f97bd[_0x36432d(-0x1df,-0x172,-0x128,-_0x24463e._0x45c67d)]),_0x2e9120={};_0x2e9120['skillId']=_0x1c1841,_0x2e9120[_0x36432d(-0x1e0,-_0x24463e._0x3ea340,-0x1b8,-_0x24463e._0xbad382)]=_0x37186a,_0x2e9120[_0x1b82fc(0x4d9,0x474,_0x24463e._0x1fbe3d,_0x24463e._0x3a70e8)]=_0x5a779c,_0x41c9c5['json'](_0x2e9120);}else{if(_0x2f97bd['uTNEC'](_0x302652[_0x36432d(-_0x24463e._0x595c51,-0x221,-0x316,-0x204)],'ENOENT')){const _0x43cd00={};return _0x43cd00[_0x36432d(-0x17c,-0x187,-0x1d0,-_0x24463e._0xb93fb1)]=_0x2f97bd[_0x36432d(_0x24463e._0x5e2e85,_0x24463e._0x31d5b8,_0x24463e._0x5479a4,-_0x24463e._0x8d025a)],_0x43cd00[_0x36432d(-_0x24463e._0x56a1e3,-0x4c,0x5c,-_0x24463e._0x3cc5bc)]=_0x1b82fc(0x4c6,0x4df,_0x24463e._0x40962b,0x4dc)+_0x573278+(_0x36432d(-0x74,-_0x24463e._0x3d3e3f,-_0x24463e._0x59b543,-0x111)+'d'),_0x407ecf[_0x36432d(-0x7c,-0x17b,-0x1ed,-_0x24463e._0x2b841f)](-0x4d5*-0x1+0x28*0xbe+-0x20f1)['json'](_0x43cd00);}throw _0x329920;}}catch(_0x4b3163){if(_0x2f97bd[_0x1b82fc(0x3fa,0x44c,_0x24463e._0x495ab3,0x492)](_0x2f97bd[_0x36432d(_0x24463e._0x4fde2d,-_0x24463e._0x1566c4,_0x24463e._0x23d789,_0x24463e._0x1e9b4f)],_0x1b82fc(0x2c0,0x358,0x32c,0x423))){_0x34620b[_0x36432d(_0x24463e._0x34e740,_0x24463e._0x23f282,0x16a,-_0x24463e._0x41ebb6)](_0x2f97bd[_0x36432d(-0x79,-_0x24463e._0x438d88,-_0x24463e._0x37a6a8,-_0x24463e._0x453f1f)]);const _0x289f84={};return _0x289f84['error']=_0x2f97bd['PreXt'],_0x289f84[_0x36432d(0x6f,-_0x24463e._0x2ade82,-_0x24463e._0xcb4477,_0x24463e._0x303633)]=_0x2f97bd[_0x36432d(0x7d,0x2e,_0x24463e._0x2e787c,-0x3e)],_0x5d4e65[_0x1b82fc(_0x24463e._0x10f78d,0x3cd,_0x24463e._0xeaf0aa,_0x24463e._0x520d1a)](0xd84+-0x89f+-0x354)[_0x1b82fc(0x56e,0x4c6,0x5d1,_0x24463e._0x13a3b8)](_0x289f84);}else{if(_0x2f97bd[_0x36432d(-_0x24463e._0x2837db,-_0x24463e._0x27b958,-0x53,0x6a)](_0x4b3163[_0x1b82fc(_0x24463e._0x442758,0x327,_0x24463e._0x4f57da,_0x24463e._0x4d2119)],_0x2f97bd[_0x36432d(-0x185,-0x13e,-_0x24463e._0x523557,-0xd1)])){const _0x37394e={};return _0x37394e['error']=_0x2f97bd[_0x36432d(-_0x24463e._0x39bbf8,0x18,0x78,0xea)],_0x37394e[_0x1b82fc(0x565,0x4fc,_0x24463e._0x473bea,_0x24463e._0x3ca358)]=_0x36432d(_0x24463e._0x40e7cd,-0xbe,-0x5d,-_0x24463e._0x2f3fb3)+_0x37186a+(_0x36432d(-0x4,-0x137,-_0x24463e._0x462bae,-_0x24463e._0x4e302f)+'d\x20in\x20skill'+'\x20\x27')+_0x1c1841+'\x27',_0x41c9c5[_0x1b82fc(0x2e7,_0x24463e._0x40e638,_0x24463e._0x570c5f,_0x24463e._0x32b0fd)](0x369+0x3*-0xac+-0x2f*-0x1)[_0x1b82fc(0x513,0x4c6,0x487,0x52d)](_0x37394e);}const _0x4b5335={};_0x4b5335['taskId']=_0x4ae422['taskId'],_0x4b5335[_0x36432d(-_0x24463e._0x204ba5,-0xcb,-_0x24463e._0x42c64e,0x22)]=_0x1c1841,_0x4b5335[_0x36432d(-0x1ea,-0x19e,-_0x24463e._0x22bbfe,-_0x24463e._0x448b36)]=_0x37186a,_0x4b5335[_0x36432d(-_0x24463e._0x10d0a1,-0x187,-_0x24463e._0x7397a1,-0x296)]=_0x4b3163[_0x1b82fc(_0x24463e._0x413176,0x4fc,0x600,0x4ba)],logger[_0x1b82fc(_0x24463e._0x47042f,_0x24463e._0x2dd3ed,0x3bc,_0x24463e._0x6daaf5)](_0x2f97bd[_0x1b82fc(0x51d,0x561,0x4bb,0x5b7)],_0x4b5335);const _0x2e94f3={};_0x2e94f3[_0x36432d(-_0x24463e._0x367264,-0x187,-_0x24463e._0x4c265b,-0x235)]=_0x2f97bd['tHgva'],_0x2e94f3[_0x1b82fc(0x63d,_0x24463e._0x95fc4e,0x4d3,_0x24463e._0x5921ea)]=_0x2f97bd[_0x1b82fc(0x3a6,0x484,_0x24463e._0x5c590e,0x5a2)],_0x41c9c5[_0x36432d(-_0x24463e._0x1bea7c,-_0x24463e._0x2eef,-0x26d,-_0x24463e._0x4ecbc4)](-0x1103+-0x1f9b+0x3292)['json'](_0x2e94f3);}}});function _0x34b97a(_0xd8f562,_0x2bafce,_0x1d820a,_0x48f76b){const _0xcccbf4={_0x560239:0x39f};return _0x3a03(_0x48f76b-_0xcccbf4._0x560239,_0x2bafce);}router[_0x34b97a(0x528,0x49b,0x5db,0x57b)](_0x4efdcd(0x475,0x2d5,0x3bc,0x40c)+_0x34b97a(0x61d,0x6ca,0x5c1,0x6b1)+'es/*',requireTaskAuth,validateSkillAccess,async(_0x396aab,_0x2f93d6)=>{const _0x135148={_0x4f8bb5:0x5b,_0x173154:0x30d,_0x1f29e0:0x31,_0x7f4ee6:0x0,_0x3d8d41:0xf2,_0x2be74c:0x78,_0x56dc50:0x1de,_0x5b65df:0xc6,_0x24a185:0x1f0,_0x3679a5:0x49,_0xa21b66:0x2a,_0x13e347:0x1ea,_0x58ce1f:0x8b,_0xd259ae:0x1ca,_0x63ff7a:0x3a,_0x2d0808:0x348,_0x5439d8:0x212,_0x3a8cf4:0x3,_0x435f38:0x192,_0x292937:0xef,_0x22a7c8:0x54,_0x15b9ca:0x24e,_0x19bd88:0x29a,_0x3931af:0x168,_0x587145:0x5f,_0x51ca37:0x103,_0x54193e:0x1b5,_0x20af37:0x17e,_0x1128b2:0x275,_0x579261:0x247,_0x41e088:0xc6,_0x148dc4:0x1a,_0x20f1cf:0xb5,_0x16a06e:0x5f,_0x1232a5:0x170,_0x2bb8e7:0x140,_0x4cfe01:0x83,_0x29da85:0x38,_0x250968:0xab,_0x25e49c:0xd7,_0x3812ca:0x1be,_0x568e46:0x10b,_0xb5d88b:0x81,_0x33e16f:0x372,_0x5b5f73:0x12,_0x6611fc:0xbc,_0x49b326:0x36,_0x4a80a7:0x148,_0x40120c:0x57,_0x494bb7:0x12,_0x4f7290:0x29,_0x1535ee:0xe5,_0x2ecd89:0x17,_0x217d55:0x55,_0x1ff331:0x19,_0x4728c8:0x27,_0xf455b4:0x37,_0x263a46:0x2d1,_0x498dff:0xcf,_0x149a9d:0x8,_0x1ada48:0x1e2,_0x15bf66:0x89,_0xc2d445:0x12b,_0x111561:0x18f,_0x48f393:0x73,_0x2f590:0x29d,_0x4b4d10:0x19a,_0x8e2f10:0x18d,_0x117c7e:0x178,_0x404984:0x58,_0x18bb8d:0x90,_0xe27cc0:0xf4,_0x567e3c:0x48,_0x35894a:0x3d,_0xa675eb:0x19c,_0x373cd7:0x147,_0x4a8d32:0x97,_0x245a5b:0x18c,_0x48eaaf:0xaa,_0x20864b:0x3b,_0x6d44c2:0x15c,_0x485a8f:0x47,_0x4944d5:0x13a,_0x1748f3:0x23,_0xe38152:0x17e,_0x57446e:0x3a,_0x4ae1ff:0x33,_0x592cd8:0x12f,_0xc8bdd2:0x111,_0x43d6e3:0x175,_0xfcbc0:0xea,_0x1098af:0x2,_0xfa7c1:0x193,_0x93ec1c:0x8,_0x2da407:0x21,_0x38c1fc:0xca,_0x416b17:0xa5,_0x36c80f:0x9f,_0x21a658:0x1f2,_0x5e4876:0xbf,_0x20de01:0x71,_0x5df291:0x13a,_0x28a4ec:0x90,_0x34f56f:0x12c,_0x5d74a7:0xdc,_0x8d1c74:0xf3,_0x405e6e:0xaa,_0x152c38:0x172,_0x2d7891:0xe0,_0x1f5f48:0x9b,_0x41798b:0x13c,_0xea1a6:0x29,_0x315008:0x14f,_0x48eec1:0x64,_0x3d1d5c:0x1ab,_0x3602de:0x20,_0x50f588:0xae,_0x400b09:0x2f,_0xde8433:0xc1,_0x1946a8:0x58,_0xa5d47d:0xe8,_0x16da0e:0xf4,_0x515898:0x169,_0x17855d:0x2f3,_0x9fe75:0x207,_0x5359a0:0xfa,_0x49612f:0x66,_0x10e7b0:0x9a,_0x5aef35:0xc0,_0x3fccc5:0x184,_0x29903d:0x94,_0x11a9b4:0x256,_0x5acd84:0x1c7,_0x2cfe2d:0x12f,_0x21676d:0x1a4,_0x53c0ce:0x1d9,_0x11d01c:0x158,_0x455889:0x208,_0x49ec9e:0x98,_0x3112d5:0xb8,_0x588735:0xc,_0x1def91:0x191,_0x2a07b2:0x1dd,_0x5784ad:0x209,_0x3b3769:0x17d,_0xaa828c:0x7,_0x1ef47f:0x9,_0x1bb201:0xaa,_0x3ae94c:0x45,_0x2c07ca:0x50,_0x4cf5e7:0xc1,_0x486a81:0x16e,_0xc4dbf8:0x5f,_0x1e1c82:0x14a,_0x407a33:0x1e4,_0x3d8536:0x1d,_0x4f1fa4:0xdc,_0x5dba63:0x2a8,_0x28c4a2:0x2fa,_0x25b9e7:0xa1,_0x3d0b8e:0xb9,_0x169cae:0x52,_0x25bfd1:0x61,_0x1eebed:0x67,_0x5e4c17:0xd0,_0x487e66:0x1c5,_0x413e16:0x135,_0x1fd0f4:0x13,_0x4e3ecc:0x28,_0x7e37d5:0x1d4,_0x3c0cf2:0x131,_0x5a0ec4:0x79,_0x4bf661:0x230,_0x4e9f6f:0x19e,_0x4b31ff:0x102,_0x400c0e:0x129,_0x1c19c6:0xa,_0x16744c:0xad,_0x54b0e3:0x5a,_0x3badfe:0x7b,_0x53b937:0x1e9,_0x31bf37:0xc5,_0x192e70:0x151,_0x63c120:0x145,_0x31e432:0x6c,_0xc6c5ae:0xd,_0x46d326:0xb4,_0x7e5ee5:0xbf,_0x4c9683:0x10e,_0x2d141a:0x1f5,_0x36e943:0x197,_0x4c6b36:0x4f,_0x50479e:0x163,_0x581011:0x150,_0x27d082:0x120,_0x44e7a8:0xaa,_0x5006c9:0x10,_0x12fcf1:0x1d3,_0x49485b:0x13a,_0x2b8a43:0x41,_0x2e05bb:0xe6,_0x29ffad:0x3b,_0x16a456:0x8a,_0x182f1b:0x1e7,_0x4593e3:0x115,_0x143445:0x2b,_0x58b799:0x5c,_0x101ac2:0x29,_0x28a680:0x6d,_0x48882d:0x2b6,_0x36f23b:0x4,_0x260376:0x7c,_0x287c6a:0xe2,_0x3a2a01:0x1eb,_0x244f40:0x16b,_0x44ab53:0xbc,_0x15460c:0xdc,_0x49f891:0x2fe,_0x3a8e52:0x250,_0x25a784:0x17c,_0x5cba67:0x26a,_0x44f294:0x106,_0x54114b:0x2e9,_0x1ff0b3:0xcd,_0x13b232:0x130,_0x2311c8:0xe,_0x3e7c38:0x29},_0x3e0a7f={_0xb46622:0x148},_0x55643f={_0x793e9c:0x28,_0x1f7273:0x65b},_0x4f86a4={};_0x4f86a4['PrLpV']=_0x485daf(-0x6b,-_0x135148._0x4f8bb5,0x180,0x78)+_0x485daf(0xc5,_0x135148._0x173154,0xa7,0x1e2),_0x4f86a4[_0x485daf(-_0x135148._0x1f29e0,_0x135148._0x7f4ee6,-0xe3,0x41)]=_0x485daf(_0x135148._0x3d8d41,_0x135148._0x2be74c,0x1c2,0xe0)+_0x485daf(0xb2,_0x135148._0x56dc50,_0x135148._0x5b65df,_0x135148._0x24a185),_0x4f86a4['Mofca']=function(_0x1097b9,_0x125daa){return _0x1097b9===_0x125daa;},_0x4f86a4[_0x44faeb(0x63,-0xb4,-_0x135148._0x3679a5,_0x135148._0xa21b66)]=_0x485daf(0x8e,_0x135148._0x13e347,_0x135148._0x58ce1f,_0x135148._0xd259ae),_0x4f86a4[_0x44faeb(0xed,0x10d,_0x135148._0x63ff7a,0xa6)]=_0x485daf(0x15c,_0x135148._0x2d0808,_0x135148._0x5439d8,0x250)+_0x44faeb(0x17f,-0x4e,-_0x135148._0x3a8cf4,0xea)+_0x44faeb(_0x135148._0x435f38,_0x135148._0x292937,_0x135148._0x22a7c8,0xe3),_0x4f86a4[_0x44faeb(-_0x135148._0x15b9ca,-0x260,-_0x135148._0x19bd88,-_0x135148._0x3931af)]='Internal\x20S'+'erver\x20Erro'+'r',_0x4f86a4[_0x44faeb(0xd3,0x46,_0x135148._0x587145,0x52)]='Failed\x20to\x20'+_0x485daf(0x2a6,_0x135148._0x51ca37,0x127,_0x135148._0x54193e),_0x4f86a4[_0x485daf(0x170,-_0x135148._0x22a7c8,0x14,0x47)]=_0x485daf(_0x135148._0x20af37,_0x135148._0x1128b2,0x19d,_0x135148._0x579261),_0x4f86a4[_0x485daf(-_0x135148._0x41e088,-0x2e,_0x135148._0x148dc4,0x33)]=_0x44faeb(-0x1ca,_0x135148._0x587145,-0x174,-_0x135148._0x20f1cf)+'t';function _0x44faeb(_0x1c862f,_0x295ef7,_0x1606b7,_0x25a86a){return _0x34b97a(_0x1c862f-_0x55643f._0x793e9c,_0x295ef7,_0x1606b7-0x1aa,_0x25a86a- -_0x55643f._0x1f7273);}_0x4f86a4[_0x485daf(_0x135148._0x16a06e,_0x135148._0x1232a5,0x14c,0x175)]='Invalid\x20fi'+'le\x20path',_0x4f86a4[_0x44faeb(-_0x135148._0x2bb8e7,0x45,-0x1ca,-0xf8)]=_0x44faeb(-0x6,_0x135148._0x4cfe01,-_0x135148._0x29da85,-0x69);function _0x485daf(_0x1cf82a,_0x54a411,_0x21f840,_0x552a9a){return _0x34b97a(_0x1cf82a-_0x3e0a7f._0xb46622,_0x21f840,_0x21f840-0x19f,_0x552a9a- -0x4be);}_0x4f86a4[_0x485daf(-0x3,-_0x135148._0x3679a5,_0x135148._0x250968,0xde)]=function(_0x50a920,_0x3193a7){return _0x50a920!==_0x3193a7;},_0x4f86a4[_0x44faeb(-0x1b,-0x1a9,-0x15c,-0x90)]=_0x485daf(_0x135148._0x25e49c,0x317,_0x135148._0x3812ca,0x214),_0x4f86a4[_0x44faeb(_0x135148._0x568e46,0x8e,0x138,_0x135148._0xb5d88b)]='qjvUh',_0x4f86a4[_0x485daf(0x13b,_0x135148._0x33e16f,0x152,0x238)]='Use\x20PATCH\x20'+_0x44faeb(_0x135148._0x5b5f73,_0x135148._0x6611fc,-_0x135148._0x5b5f73,_0x135148._0x49b326)+'killId\x20to\x20'+_0x44faeb(-0x8a,0xa8,_0x135148._0x4a80a7,_0x135148._0x40120c)+_0x485daf(0x9b,_0x135148._0x494bb7,0x1e8,0xba),_0x4f86a4[_0x485daf(0x12e,-_0x135148._0x4f7290,-_0x135148._0x1535ee,_0x135148._0x2ecd89)]=function(_0x2dee95,_0x5c4c86){return _0x2dee95!==_0x5c4c86;},_0x4f86a4[_0x485daf(_0x135148._0x217d55,-_0x135148._0x1ff331,0x1c4,0x9b)]=_0x44faeb(-0x98,-0xce,_0x135148._0x4728c8,_0x135148._0xf455b4)+_0x485daf(0xf1,0x2c6,_0x135148._0x263a46,0x210)+_0x44faeb(0x3a,-_0x135148._0x498dff,-0xa0,_0x135148._0x149a9d),_0x4f86a4[_0x485daf(0x1d2,_0x135148._0x1ada48,_0x135148._0x15bf66,0xe9)]=_0x44faeb(-0xe4,-_0x135148._0xc2d445,-_0x135148._0x111561,-0x86),_0x4f86a4[_0x485daf(0x2a,-0x81,0xc8,_0x135148._0x48f393)]='Skill\x20file'+_0x44faeb(-0xe2,0x75,-0x129,-0x95)+'y\x20task',_0x4f86a4['zZJlv']=_0x485daf(_0x135148._0x2f590,_0x135148._0x4b4d10,0x21d,0x250)+_0x44faeb(_0x135148._0x8e2f10,0xff,_0x135148._0x117c7e,_0x135148._0x404984);const _0x5b81a0=_0x4f86a4,{callingTask:_0x2ef1a4,taskUser:_0x5d1806,skillId:_0xf3f8dc,skillPath:_0x451a04,environmentName:_0x37d447}=_0x396aab,_0x4ee33f=_0x396aab[_0x485daf(_0x135148._0x18bb8d,0x10a,0x229,_0x135148._0xe27cc0)][0x80c+-0x1ab0+0x4*0x4a9],{content:_0x4d9fcb}=_0x396aab[_0x485daf(0xaf,-_0x135148._0x567e3c,-_0x135148._0x35894a,0xbf)];if(_0x4ee33f[_0x485daf(0x100,_0x135148._0xa675eb,0x198,_0x135148._0x373cd7)]('..')){if(_0x44faeb(0x86,_0x135148._0x4a8d32,_0x135148._0x245a5b,_0x135148._0x48eaaf)!==_0x5b81a0[_0x485daf(-_0x135148._0x20864b,-0x32,_0x135148._0x6d44c2,_0x135148._0x485a8f)])_0x579b23[_0x5b81a0[_0x44faeb(0x181,_0x135148._0x4944d5,-_0x135148._0x1748f3,0x41)]]=_0x395a0e;else{const _0x1a2865={};return _0x1a2865[_0x485daf(0xb8,_0x135148._0xe38152,-_0x135148._0x57446e,0xc1)]=_0x5b81a0[_0x485daf(0x93,-0x99,-0xe1,_0x135148._0x4ae1ff)],_0x1a2865['message']=_0x5b81a0[_0x485daf(0xa5,_0x135148._0x592cd8,_0x135148._0xc8bdd2,_0x135148._0x43d6e3)],_0x2f93d6[_0x485daf(_0x135148._0xfcbc0,-_0x135148._0x1098af,_0x135148._0xfa7c1,0xcd)](-0x1*0x909+0x16fb+-0x1*0xc62)['json'](_0x1a2865);}}if(_0x5b81a0[_0x44faeb(0xc3,0x182,_0x135148._0x4a80a7,0x94)](_0x4ee33f,_0x5b81a0[_0x485daf(_0x135148._0x93ec1c,_0x135148._0x2da407,_0x135148._0x38c1fc,_0x135148._0x416b17)])){if(_0x5b81a0[_0x44faeb(-_0x135148._0x36c80f,-0x116,-_0x135148._0x21a658,-_0x135148._0x5e4876)](_0x5b81a0[_0x44faeb(-_0x135148._0x20de01,_0x135148._0x3679a5,-_0x135148._0x5df291,-_0x135148._0x28a4ec)],_0x5b81a0['ZmiLx'])){const _0x12955d={};return _0x12955d[_0x44faeb(-_0x135148._0x34f56f,-0xef,-0xe5,-_0x135148._0x5d74a7)]=_0x5b81a0[_0x485daf(-_0x135148._0x8d1c74,_0x135148._0x405e6e,_0x135148._0x152c38,0x33)],_0x12955d['message']=_0x5b81a0[_0x44faeb(-0x4f,_0x135148._0x2d7891,-0x82,_0x135148._0x1f5f48)],_0x2f93d6['status'](0x1*0x14df+0x1*0x1279+-0x25c8)[_0x44faeb(0x10,_0x135148._0x41798b,0x70,_0x135148._0xea1a6)](_0x12955d);}else _0x11a072[_0x5b81a0['tFKrw']]=_0x565724;}if(_0x5b81a0['Mofca'](_0x4d9fcb,undefined)){if(_0x5b81a0[_0x44faeb(-_0x135148._0x315008,-0x241,-0xf5,-0x186)](_0x485daf(-_0x135148._0x48eec1,_0x135148._0x3d1d5c,-_0x135148._0x3602de,_0x135148._0x50f588),'PNxfh')){const _0x353889={};return _0x353889[_0x485daf(-_0x135148._0x400b09,0x9f,0xdd,_0x135148._0xde8433)]=_0x485daf(-_0x135148._0x1946a8,0x161,-0x4f,_0x135148._0xa5d47d)+'t',_0x353889[_0x485daf(0x196,_0x135148._0x16da0e,0xd4,0x1fc)]=_0x485daf(_0x135148._0x515898,_0x135148._0x17855d,0xc7,_0x135148._0x9fe75)+_0x44faeb(0x61,_0x135148._0x5359a0,0x82,0x32)+'uired',_0x2f93d6[_0x485daf(0xd6,0x8,0x188,0xcd)](-0x3*-0x4ae+-0x22*-0xe6+-0x2b06)[_0x44faeb(_0x135148._0x49612f,0x8a,-_0x135148._0x10e7b0,0x29)](_0x353889);}else{if(_0x5b81a0[_0x44faeb(_0x135148._0x5aef35,_0x135148._0x3fccc5,0x106,_0x135148._0x29903d)](_0x2744a3['code'],_0x5b81a0[_0x485daf(0x286,0x1dc,_0x135148._0x11a9b4,_0x135148._0x5acd84)])){const _0x21fb8f={};return _0x21fb8f[_0x44faeb(-0x5b,-0xa2,-_0x135148._0x2cfe2d,-_0x135148._0x5d74a7)]=_0x485daf(_0x135148._0x21676d,0x1fb,0x289,_0x135148._0x53c0ce),_0x21fb8f[_0x44faeb(-0x17,-0xa7,0x98,0x5f)]='File\x20\x27'+_0x303d11+(_0x44faeb(-_0x135148._0x11d01c,-0x129,0x5b,-0x8c)+_0x44faeb(_0x135148._0x455889,0xe0,-0x11,0xcb)+'\x20\x27')+_0x2cb348+'\x27',_0x5f0ebc['status'](-0x301+0x1115+-0xc80)['json'](_0x21fb8f);}const _0x35fbf8={};_0x35fbf8[_0x44faeb(-0x6d,-_0x135148._0x49ec9e,_0x135148._0x3112d5,-_0x135148._0x588735)]=_0x3fcb28[_0x485daf(0x2ad,0x17e,0x90,_0x135148._0x1def91)],_0x35fbf8[_0x485daf(_0x135148._0x2a07b2,0x28b,_0x135148._0x5784ad,_0x135148._0x3b3769)]=_0x5c1ff1,_0x35fbf8[_0x485daf(0xd5,_0x135148._0xaa828c,_0x135148._0x1ef47f,_0x135148._0x1bb201)]=_0x205397,_0x35fbf8[_0x485daf(-0x62,-_0x135148._0x3ae94c,-_0x135148._0x2c07ca,_0x135148._0x4cf5e7)]=_0x53cb3f[_0x44faeb(0x2d,-0xbb,_0x135148._0x486a81,_0x135148._0xc4dbf8)],_0x2094fb[_0x44faeb(-_0x135148._0x1e1c82,-_0x135148._0x407a33,_0x135148._0x3d8536,-_0x135148._0x4f1fa4)](_0x5b81a0[_0x485daf(_0x135148._0x5dba63,_0x135148._0x28c4a2,0x111,0x243)],_0x35fbf8);const _0x4fd25c={};_0x4fd25c[_0x485daf(_0x135148._0x25b9e7,0x149,0x1d4,_0x135148._0xde8433)]=_0x5b81a0['YSrNa'],_0x4fd25c['message']=_0x5b81a0[_0x44faeb(-0x24,0xb6,_0x135148._0x3d0b8e,_0x135148._0x169cae)],_0x3f0e51[_0x44faeb(-0x1bd,-_0x135148._0x25bfd1,_0x135148._0x1eebed,-_0x135148._0x5e4c17)](-0x1*0x2647+-0xc8a+0x34c5)[_0x485daf(_0x135148._0x487e66,0x150,0x1b2,0x1c6)](_0x4fd25c);}}const _0x220e72={};_0x220e72[_0x485daf(_0x135148._0x413e16,_0x135148._0xb5d88b,0xaf,0x191)]=_0x2ef1a4['taskId'],_0x220e72[_0x44faeb(0xbc,_0x135148._0x1fd0f4,0x68,-_0x135148._0x3602de)]=_0xf3f8dc,_0x220e72['filepath']=_0x4ee33f,_0x220e72[_0x485daf(_0x135148._0x4e3ecc,0xdc,-0x32,0x29)+'t']=_0x37d447,_0x220e72[_0x485daf(0x1c9,_0x135148._0x7e37d5,0x13c,0x198)]=_0x5d1806['id'],logger[_0x485daf(_0x135148._0x2da407,_0x135148._0x3c0cf2,-_0x135148._0x5a0ec4,0x95)](_0x5b81a0[_0x44faeb(-_0x135148._0x4bf661,-0xad,-_0x135148._0x4e9f6f,-_0x135148._0x4b31ff)],_0x220e72);const _0x3a3008=_0xe9b502[_0x485daf(_0x135148._0x400c0e,-0x44,0x179,0xcc)](_0x451a04,_0x4ee33f),_0x11174f=new Date()[_0x44faeb(-0x1c4,-_0x135148._0x1098af,-_0x135148._0x1c19c6,-_0x135148._0x16744c)+'g']();try{const _0x535925=_0xe9b502[_0x485daf(0x64,-0x53,-_0x135148._0x54b0e3,_0x135148._0x3badfe)](_0x3a3008),_0x311a44={};_0x311a44[_0x44faeb(-_0x135148._0x53b937,-_0x135148._0x4b4d10,0x6,-_0x135148._0x31bf37)]=!![],await _0x258a22[_0x44faeb(-0x187,-_0x135148._0x192e70,-_0x135148._0x63c120,-0x118)](_0x535925,_0x311a44),await _0x258a22[_0x44faeb(_0x135148._0x31e432,0x11b,0x8b,0x11)](_0x3a3008,_0x4d9fcb,_0x5b81a0[_0x44faeb(-_0x135148._0xc6c5ae,-0xc6,_0x135148._0x3badfe,-_0x135148._0x46d326)]);const _0x438178={};_0x438178[_0x44faeb(-0x90,_0x135148._0x7e5ee5,_0x135148._0x4c9683,-0xc)]=_0x2ef1a4['taskId'],_0x438178[_0x485daf(_0x135148._0x2d141a,0x70,_0x135148._0x36e943,_0x135148._0x3b3769)]=_0xf3f8dc,_0x438178[_0x485daf(_0x135148._0x3602de,-_0x135148._0x4c6b36,-0x5d,_0x135148._0x1bb201)]=_0x4ee33f,_0x438178['userId']=_0x5d1806['id'],logger[_0x485daf(-0x35,-0xab,_0x135148._0x50479e,0x95)](_0x5b81a0['IMJVS'],_0x438178);const _0x7731d2={};_0x7731d2[_0x44faeb(-0x7,-0x272,-_0x135148._0x581011,-0x13c)]=!![],_0x7731d2['skillId']=_0xf3f8dc,_0x7731d2[_0x485daf(0x43,_0x135148._0x27d082,0x18,_0x135148._0x44e7a8)]=_0x4ee33f,_0x7731d2[_0x44faeb(-_0x135148._0x5006c9,-_0x135148._0x12fcf1,-0x5e,-_0x135148._0x49485b)]=_0x11174f,_0x7731d2[_0x44faeb(-0xdb,_0x135148._0x2b8a43,-_0x135148._0xfa7c1,-_0x135148._0x2e05bb)+_0x44faeb(0xb,0x1ca,-_0x135148._0x29ffad,_0x135148._0x16a456)]=_0x2ef1a4['taskId'],_0x7731d2[_0x44faeb(-_0x135148._0x182f1b,0x27,-0x1ab,-_0x135148._0x4593e3)+'serId']=_0x5d1806['id'],_0x2f93d6[_0x44faeb(-_0x135148._0x38c1fc,_0x135148._0x143445,_0x135148._0x58b799,_0x135148._0x101ac2)](_0x7731d2);}catch(_0x18f282){const _0x3fb25c={};_0x3fb25c[_0x485daf(_0x135148._0x28a680,_0x135148._0x48882d,0x29f,_0x135148._0x1def91)]=_0x2ef1a4[_0x485daf(0xf5,0x56,0x63,_0x135148._0x1def91)],_0x3fb25c[_0x44faeb(_0x135148._0x36f23b,_0x135148._0x260376,-0xd0,-0x20)]=_0xf3f8dc,_0x3fb25c[_0x44faeb(-_0x135148._0x287c6a,-0xd8,-_0x135148._0x3a2a01,-0xf3)]=_0x4ee33f,_0x3fb25c[_0x44faeb(-_0x135148._0x244f40,-_0x135148._0x44ab53,-0x101,-_0x135148._0x15460c)]=_0x18f282[_0x485daf(0x241,0x329,0x21c,0x1fc)],logger['error'](_0x485daf(_0x135148._0x49f891,0x211,0x233,_0x135148._0x3a8e52)+_0x44faeb(-_0x135148._0x25a784,0x1c,-0x1b1,-0xee)+_0x485daf(0x4,-0x1b,0xf,0xf2),_0x3fb25c);const _0x4115d0={};_0x4115d0[_0x44faeb(-0x43,0x48,-0x153,-0xdc)]=_0x485daf(0x2e0,_0x135148._0x5cba67,0x2e2,0x1c5)+_0x44faeb(0x35,-0x124,-0x1c2,-_0x135148._0x44f294)+'r',_0x4115d0['message']=_0x5b81a0[_0x485daf(0x2d9,_0x135148._0x54114b,0x330,0x21d)],_0x2f93d6[_0x485daf(0xed,-0xf,0x6f,_0x135148._0x1ff0b3)](0x240e+-0x65b*0x1+-0x1bbf)[_0x44faeb(_0x135148._0x13b232,0x34,_0x135148._0x2311c8,_0x135148._0x3e7c38)](_0x4115d0);}}),router['delete'](_0x34b97a(0x769,0x609,0x58d,0x691)+_0x4efdcd(0x371,0x3ed,0x3e2,0x42c)+_0x4efdcd(0x439,0x399,0x2e8,0x34f),requireTaskAuth,validateSkillAccess,async(_0x59ac98,_0x5abf46)=>{const _0x56a553={_0x2054b3:0x4af,_0x3e3b3d:0x156,_0x716470:0xec,_0x14cd15:0x3f,_0x30c2d8:0x136,_0x25861c:0x118,_0x587eca:0x2a3,_0x34e3f7:0x517,_0x34b98d:0x3dd,_0x15347e:0x4b7,_0x22ec5b:0x3cd,_0x283901:0x549,_0x47c4b4:0x25,_0x2d7e87:0x64c,_0x4cb669:0x50b,_0x97f193:0x31b,_0x1ed099:0x2c6,_0x171c0e:0x678,_0x5bf1c8:0x481,_0x4c0c1b:0x48f,_0x4f5e9d:0x515,_0x304655:0x521,_0x575f74:0x6aa,_0x190302:0x53b,_0x3934aa:0x63f,_0x58ef76:0x262,_0x173008:0x1f1,_0x1166e1:0xaf,_0x281b15:0x78,_0x5544d4:0x663,_0x103c39:0x76b,_0x30c956:0x6ad,_0x4f4fbd:0x168,_0x16b411:0x272,_0x3ac5f3:0x175,_0x1cb9e1:0x20c,_0x5e3121:0x1a2,_0x52fc40:0x214,_0xb1b5fd:0x11c,_0x4ea6ca:0xfc,_0x2ed1dc:0x6c7,_0x472615:0x44,_0x5ca04b:0xa2,_0x367fae:0xb3,_0x1b94ee:0x76,_0x7e34da:0x5a2,_0x547268:0x5c6,_0x2da25b:0x664,_0x5b215a:0x168,_0x499df7:0x279,_0x10fe32:0x1c9,_0x1582c2:0x614,_0x452bd5:0x6ea,_0x19a2c1:0x64d,_0x4146ff:0x601,_0xed98dd:0xe1,_0x3a96af:0x119,_0x4aa613:0x10d,_0x38af63:0x41f,_0x4fd509:0x5da,_0x376f92:0x15c,_0x2a79a8:0x244,_0x22d99d:0x4ef,_0x21636f:0x22f,_0x4c1c05:0x77,_0x1ba40e:0x192,_0x5edcd3:0x1de,_0x3576b7:0x626,_0x13cabb:0x1cb,_0x322167:0x121,_0x1448f6:0x80,_0x7c6a82:0x6fc,_0x41893a:0x6cb,_0x41413f:0x660,_0x4a559b:0x1bc,_0x19dd21:0x97,_0x18c9fc:0x616,_0x1fa1a6:0x6f2,_0x472928:0x17c,_0x4b6e9a:0x67,_0x560479:0x19e,_0x3254a7:0x5b8,_0x3fdf21:0x40a,_0x3ea779:0xed,_0x29a0a4:0x12c,_0x26f60a:0x10e,_0x74029c:0x51c,_0x547952:0x6e7,_0x3f0bd8:0x5a4,_0x241ee0:0x653,_0xf14a1:0x47d,_0x49821a:0x5a1,_0x335ba9:0x1a,_0x135323:0x112,_0x350b14:0x1ce,_0x8cab93:0xfb,_0x485a33:0xbc,_0x2e3e2f:0x27,_0x2bf776:0x5fb,_0x19c22f:0x4e9,_0x48001a:0x543,_0x18714f:0x629,_0x1c2b07:0x572,_0x12ce44:0x73f,_0x332b89:0x5c4,_0x2177be:0x17,_0xb5841a:0x729,_0x1aca6d:0x747,_0x5c9f63:0x7a6,_0x502a73:0xc2,_0x4f107c:0x4c4,_0x18fa23:0x567,_0x2ef834:0x5a1,_0x3cc7d9:0x715,_0x27b10e:0x430,_0x5dc843:0x251,_0x131764:0x23,_0x543308:0xea,_0xd630f:0x20a,_0x57dcc2:0x5e8,_0x1a3206:0x580,_0x12f1be:0x62b,_0x2b4229:0xd5,_0x19cb2e:0x4f4,_0x4dd430:0x617,_0x1564e9:0x555,_0x2db586:0x632,_0x20f7d0:0x43c,_0x35e502:0x58e,_0x300ff7:0x52f,_0x5deb99:0xc1,_0x2babae:0x17e,_0x2b5356:0x5e1,_0x326ae7:0x762,_0x53a7ae:0x6c1,_0x12e774:0x161,_0x2fbb9f:0xea,_0x281c27:0x43,_0x586661:0x7f,_0x4067a6:0x146,_0x24ac31:0x7,_0x55666e:0xc0,_0x73039f:0xd9,_0xd8922c:0xd,_0x2ea3d4:0x699,_0x566669:0x4dd,_0x1233b8:0x5b0,_0x20b749:0x4c1,_0x291e9c:0x103,_0xdf2863:0x102,_0x434ce9:0x24,_0x7586ab:0x192,_0x1a6cfb:0x5eb,_0x4ea450:0x6c2,_0x4652f5:0x65d,_0xe143e3:0x59e,_0x75b976:0x624,_0x907ceb:0xd8,_0x44d1fc:0x64,_0x1082eb:0x62,_0x56c648:0xad,_0x3cd158:0x609,_0x98966e:0xe9,_0xc2df97:0x1af,_0x2247cd:0x5cf,_0x5bbca0:0x544,_0x4102a7:0x119,_0xc4d90f:0x84,_0x57b087:0x39,_0x468e1f:0x2c,_0x37106f:0x14d,_0x5493bd:0x167,_0x1635a1:0xaa,_0x513c37:0x606,_0x1ae097:0x41c,_0x28600d:0x2a4,_0x54161d:0x158,_0xbcd230:0x63,_0x567c96:0x5a,_0x3626af:0x5e4,_0x5f2d38:0x447,_0x3b4c82:0x518,_0x30ff64:0x614},_0x1ecb40={_0x13938d:0x1d1,_0x2b09d2:0xb1};function _0x2e6104(_0x387326,_0x52ad61,_0x58cb8a,_0x568581){return _0x4efdcd(_0x52ad61,_0x52ad61-_0x1ecb40._0x13938d,_0x58cb8a-_0x1ecb40._0x2b09d2,_0x58cb8a- -0x461);}const _0xce9bbc={};_0xce9bbc['Ozffu']='Not\x20Found',_0xce9bbc[_0x14bada(0x44f,0x421,_0x56a553._0x2054b3,0x524)]=function(_0xb1dbde,_0x60df75){return _0xb1dbde!==_0x60df75;},_0xce9bbc[_0x2e6104(_0x56a553._0x3e3b3d,_0x56a553._0x716470,_0x56a553._0x14cd15,_0x56a553._0x30c2d8)]=_0x2e6104(-0x132,-0x307,-0x1fa,-0x207),_0xce9bbc['FYMlL']=_0x2e6104(-0x194,-0x176,-_0x56a553._0x25861c,-0x157),_0xce9bbc[_0x2e6104(-0x30f,-0x1c9,-0x1d3,-_0x56a553._0x587eca)]=_0x14bada(_0x56a553._0x34e3f7,_0x56a553._0x34b98d,0x414,_0x56a553._0x15347e)+'le\x20path',_0xce9bbc[_0x14bada(0x46e,_0x56a553._0x22ec5b,_0x56a553._0x283901,0x4f3)]=function(_0x57ff58,_0x5029cb){return _0x57ff58===_0x5029cb;},_0xce9bbc[_0x2e6104(-_0x56a553._0x47c4b4,-0x55,-0x9b,-0x23)]=_0x14bada(_0x56a553._0x2d7e87,0x6e1,_0x56a553._0x4cb669,0x5ce),_0xce9bbc[_0x2e6104(-_0x56a553._0x97f193,-_0x56a553._0x1ed099,-0x1e2,-0x2f9)]='Bad\x20Reques'+'t',_0xce9bbc[_0x14bada(_0x56a553._0x171c0e,0x591,_0x56a553._0x5bf1c8,0x57d)]=_0x14bada(_0x56a553._0x4c0c1b,0x5ef,_0x56a553._0x4f5e9d,_0x56a553._0x304655)+_0x14bada(0x574,0x702,0x6c8,_0x56a553._0x575f74)+_0x14bada(0x54f,_0x56a553._0x190302,0x777,_0x56a553._0x3934aa),_0xce9bbc[_0x14bada(0x4aa,0x495,0x549,0x5a1)]=function(_0x4550a9,_0x54a94d){return _0x4550a9===_0x54a94d;},_0xce9bbc['grCuP']=_0x2e6104(-0x17e,-_0x56a553._0x58ef76,-0x1d6,-_0x56a553._0x173008),_0xce9bbc[_0x2e6104(_0x56a553._0x1166e1,-0x136,-_0x56a553._0x281b15,-0x193)]=_0x14bada(0x664,_0x56a553._0x5544d4,_0x56a553._0x103c39,_0x56a553._0x30c956),_0xce9bbc['ZHUif']=_0x2e6104(-_0x56a553._0x4f4fbd,-_0x56a553._0x16b411,-0x135,-0x9),_0xce9bbc['DoyjH']='axsKg',_0xce9bbc[_0x2e6104(-0x194,-_0x56a553._0x3ac5f3,-_0x56a553._0x1cb9e1,-_0x56a553._0x5e3121)]=_0x2e6104(-_0x56a553._0x52fc40,-_0x56a553._0xb1b5fd,-_0x56a553._0x4ea6ca,-0x13a)+_0x14bada(0x60a,0x60c,0x6f4,_0x56a553._0x2ed1dc)+_0x2e6104(-_0x56a553._0x472615,_0x56a553._0x5ca04b,-0x4e,_0x56a553._0x367fae),_0xce9bbc[_0x2e6104(0xe7,_0x56a553._0x1b94ee,-0x24,0xfe)]=_0x14bada(_0x56a553._0x7e34da,0x61d,_0x56a553._0x547268,_0x56a553._0x2da25b),_0xce9bbc[_0x2e6104(-_0x56a553._0x5b215a,-_0x56a553._0x499df7,-_0x56a553._0x10fe32,-0xcf)]=_0x14bada(_0x56a553._0x1582c2,0x60c,0x5c9,_0x56a553._0x452bd5)+_0x14bada(_0x56a553._0x19a2c1,_0x56a553._0x4146ff,0x63e,0x52c)+'e';const _0x38d7fc=_0xce9bbc,{callingTask:_0x2fb82b,taskUser:_0x4f5f94,skillId:_0x1c392e,skillPath:_0xa9f4ce,environmentName:_0x3d83ce}=_0x59ac98,_0x37cd48=_0x59ac98[_0x2e6104(-0x6d,-0x1d4,-0x134,-0x10d)][0x577*0x7+0x1b66+-0x7*0x961];if(_0x37cd48[_0x2e6104(-0x1c2,-0x78,-_0x56a553._0xed98dd,-_0x56a553._0x3a96af)]('..')){if(_0x38d7fc['OkYge'](_0x38d7fc['Qkbao'],_0x38d7fc[_0x2e6104(-0xe0,_0x56a553._0x4aa613,-0x16,-0xe1)])){const _0x3b58bd={};return _0x3b58bd[_0x14bada(0x42c,_0x56a553._0x38af63,_0x56a553._0x4fd509,0x55b)]=_0x2e6104(-0x23e,-_0x56a553._0x376f92,-0x140,-_0x56a553._0x2a79a8)+'t',_0x3b58bd[_0x14bada(0x570,0x68f,0x78d,0x696)]=_0x38d7fc[_0x14bada(0x544,0x590,0x624,_0x56a553._0x22d99d)],_0x5abf46[_0x2e6104(-0xc3,-_0x56a553._0x21636f,-0x15b,-0x163)](-0x854+-0xa85+0x1469)[_0x2e6104(0xc6,-0xd6,-0x62,_0x56a553._0x4c1c05)](_0x3b58bd);}else _0x2c7af5[_0x14bada(0x72d,0x6dc,0x629,0x5fd)]=_0x3a232f;}if(_0x38d7fc[_0x2e6104(-0x1e6,-_0x56a553._0x1ba40e,-0x1cf,-_0x56a553._0x5edcd3)](_0x37cd48,_0x38d7fc[_0x14bada(_0x56a553._0x3576b7,0x6fc,0x696,0x627)])){const _0x413d23={};return _0x413d23[_0x2e6104(-_0x56a553._0x13cabb,-0x23b,-0x167,-_0x56a553._0x322167)]=_0x38d7fc[_0x14bada(0x4aa,0x50e,0x3c7,0x4e0)],_0x413d23[_0x2e6104(-0xac,_0x56a553._0x1448f6,-0x2c,0xc2)]='Cannot\x20del'+'ete\x20SKILL.'+'md',_0x5abf46['status'](0x1886+-0x1026+-0x6d0)[_0x14bada(_0x56a553._0x7c6a82,0x6f0,_0x56a553._0x41893a,_0x56a553._0x41413f)](_0x413d23);}const _0x5488c5={};_0x5488c5[_0x2e6104(-_0x56a553._0x4a559b,-_0x56a553._0x3e3b3d,-_0x56a553._0x19dd21,-0x17b)]=_0x2fb82b[_0x14bada(_0x56a553._0x18c9fc,_0x56a553._0x1fa1a6,0x5bf,0x62b)],_0x5488c5[_0x2e6104(-_0x56a553._0x472928,_0x56a553._0x4b6e9a,-0xab,-_0x56a553._0x560479)]=_0x1c392e,_0x5488c5[_0x14bada(_0x56a553._0x3254a7,0x45c,_0x56a553._0x3fdf21,0x544)]=_0x37cd48,_0x5488c5[_0x2e6104(-_0x56a553._0x3ea779,-_0x56a553._0x29a0a4,-0x1ff,-_0x56a553._0x26f60a)+'t']=_0x3d83ce,_0x5488c5[_0x14bada(_0x56a553._0x74029c,_0x56a553._0x547952,_0x56a553._0x3f0bd8,0x632)]=_0x4f5f94['id'],logger['info'](_0x38d7fc[_0x14bada(0x532,0x6bd,0x53d,0x57d)],_0x5488c5);function _0x14bada(_0x12acb5,_0x511e63,_0x49986d,_0x10335e){return _0x34b97a(_0x12acb5-0x69,_0x49986d,_0x49986d-0x192,_0x10335e- -0x24);}const _0x14b8b1=_0xe9b502[_0x14bada(0x63a,0x5c0,_0x56a553._0x241ee0,0x566)](_0xa9f4ce,_0x37cd48);try{if(_0x38d7fc[_0x14bada(_0x56a553._0xf14a1,0x596,0x4b1,_0x56a553._0x49821a)](_0x38d7fc[_0x2e6104(_0x56a553._0x335ba9,-_0x56a553._0x135323,-0xfb,-_0x56a553._0x350b14)],_0x38d7fc[_0x2e6104(-0x8b,-0xa3,-_0x56a553._0x8cab93,-0x1cf)])){const _0x5248b1=await _0x258a22[_0x2e6104(-0xc5,-_0x56a553._0x485a33,-_0x56a553._0x2e3e2f,-0xd)](_0x14b8b1);if(_0x5248b1[_0x14bada(0x587,0x3d0,0x58b,0x4c7)+'y']()){if(_0x38d7fc[_0x14bada(0x4bb,0x4dd,_0x56a553._0x2bf776,0x524)](_0x38d7fc['ezQsK'],_0x14bada(_0x56a553._0x19c22f,_0x56a553._0x48001a,_0x56a553._0x18714f,0x5c3))){const _0x337bfc={};_0x337bfc[_0x14bada(0x68a,0x52e,0x461,_0x56a553._0x1c2b07)]=!![],_0x337bfc[_0x14bada(_0x56a553._0x12ce44,0x51f,_0x56a553._0x332b89,0x647)]=!![],await _0x258a22['rm'](_0x14b8b1,_0x337bfc);}else{const _0x2f3861={};return _0x2f3861[_0x2e6104(-0x21d,-0x12b,-0x167,-0x20b)]=_0x38d7fc[_0x2e6104(_0x56a553._0x2177be,0xad,0x26,0xfc)],_0x2f3861['message']=_0x14bada(_0x56a553._0xb5841a,_0x56a553._0x1aca6d,_0x56a553._0x5c9f63,0x679)+_0x5ef46c+(_0x2e6104(-0x9b,-_0x56a553._0x502a73,-0x117,-0x22e)+'d'),_0x424216[_0x14bada(0x667,_0x56a553._0x4f107c,0x5c2,_0x56a553._0x18fa23)](-0x15cf+0x14*0x1c+0x51*0x43)[_0x14bada(0x700,_0x56a553._0x2ef834,_0x56a553._0x3cc7d9,0x660)](_0x2f3861);}}else _0x38d7fc['OkYge'](_0x38d7fc[_0x14bada(_0x56a553._0x27b10e,0x5ce,0x5b8,0x541)],_0x38d7fc['DoyjH'])?await _0x258a22[_0x2e6104(-0x120,-0x108,-0x1aa,-_0x56a553._0x5dc843)](_0x14b8b1):_0x562534[_0x2e6104(-_0x56a553._0x131764,-0x1a2,-_0x56a553._0x543308,-_0x56a553._0xd630f)]=[];const _0x35d8b3={};_0x35d8b3[_0x14bada(_0x56a553._0x57dcc2,_0x56a553._0x1a3206,0x5b4,_0x56a553._0x12f1be)]=_0x2fb82b[_0x2e6104(-_0x56a553._0x2b4229,-0xf0,-0x97,-0xd9)],_0x35d8b3[_0x14bada(0x4ed,0x5c0,_0x56a553._0x19cb2e,_0x56a553._0x4dd430)]=_0x1c392e,_0x35d8b3['filepath']=_0x37cd48,_0x35d8b3[_0x14bada(0x6fc,0x6c4,_0x56a553._0x1564e9,_0x56a553._0x2db586)]=_0x4f5f94['id'],logger[_0x14bada(_0x56a553._0x20f7d0,0x44b,_0x56a553._0x35e502,_0x56a553._0x300ff7)](_0x38d7fc['SbFZC'],_0x35d8b3);const _0x44b9a6={};_0x44b9a6['success']=!![],_0x44b9a6['skillId']=_0x1c392e,_0x44b9a6[_0x2e6104(-0x1a5,-_0x56a553._0x5deb99,-_0x56a553._0x2babae,-0x55)]=_0x37cd48,_0x44b9a6['deletedByT'+_0x14bada(_0x56a553._0x2b5356,_0x56a553._0x326ae7,0x647,_0x56a553._0x53a7ae)]=_0x2fb82b[_0x2e6104(0x5e,-0x163,-0x97,-0x172)],_0x44b9a6[_0x2e6104(-_0x56a553._0x12e774,-_0x56a553._0x2fbb9f,-_0x56a553._0x281c27,_0x56a553._0x586661)+'serId']=_0x4f5f94['id'],_0x5abf46['json'](_0x44b9a6);}else _0x554ca5[_0x4b7afd]=_0x22c28b[_0x2e6104(-0x6c,-0x15,-_0x56a553._0x4067a6,-0xfc)]()[_0x2e6104(0x8,0x24,-_0x56a553._0x24ac31,_0x56a553._0x55666e)](-0xac*0x25+0x5*0x3e2+0x9*0x9b,-(-0x13f5+0x22f5*-0x1+-0x36eb*-0x1))[_0x2e6104(-_0x56a553._0x73039f,_0x56a553._0xd8922c,-_0x56a553._0x73039f,-0x174)](',')[_0x14bada(0x722,_0x56a553._0x2ea3d4,0x667,0x655)](_0xeb4a35=>_0xeb4a35[_0x14bada(0x5f3,0x566,0x5e7,0x57c)]())['filter'](_0x57de19);}catch(_0x173c2e){if(_0x173c2e[_0x14bada(0x58a,_0x56a553._0x566669,_0x56a553._0x1233b8,_0x56a553._0x20b749)]===_0x38d7fc[_0x2e6104(-_0x56a553._0x291e9c,_0x56a553._0xdf2863,-_0x56a553._0x434ce9,-0x157)]){const _0x21f9bd={};return _0x21f9bd[_0x2e6104(-0x16d,-_0x56a553._0x7586ab,-0x167,-0x140)]=_0x14bada(0x5ee,0x5da,_0x56a553._0x1a6cfb,0x673),_0x21f9bd['message']=_0x14bada(_0x56a553._0x4ea450,_0x56a553._0x4652f5,_0x56a553._0xe143e3,_0x56a553._0x75b976)+_0x37cd48+('\x27\x20not\x20foun'+'d'),_0x5abf46[_0x2e6104(-_0x56a553._0x907ceb,-_0x56a553._0x44d1fc,-0x15b,-0xd9)](0x7f*0x47+0x7*-0x36b+-0x9b8)[_0x2e6104(0x32,0x76,-_0x56a553._0x1082eb,_0x56a553._0x56c648)](_0x21f9bd);}const _0x26bf93={};_0x26bf93['taskId']=_0x2fb82b[_0x14bada(0x598,_0x56a553._0x3cd158,0x4fc,0x62b)],_0x26bf93[_0x2e6104(-_0x56a553._0x98966e,0x64,-0xab,-_0x56a553._0xc2df97)]=_0x1c392e,_0x26bf93[_0x14bada(0x46f,0x4d1,_0x56a553._0x2247cd,_0x56a553._0x5bbca0)]=_0x37cd48,_0x26bf93[_0x2e6104(-0xff,-_0x56a553._0x4102a7,-0x167,-0x17b)]=_0x173c2e[_0x2e6104(_0x56a553._0xc4d90f,_0x56a553._0x57b087,-_0x56a553._0x468e1f,-0x5d)],logger[_0x2e6104(-0xb3,-_0x56a553._0x37106f,-_0x56a553._0x5493bd,-_0x56a553._0x1635a1)]('Failed\x20to\x20'+'delete\x20ski'+_0x14bada(_0x56a553._0x513c37,0x52e,_0x56a553._0x1ae097,0x525),_0x26bf93);const _0x269c15={};_0x269c15[_0x2e6104(-_0x56a553._0x28600d,-0x288,-_0x56a553._0x5493bd,-_0x56a553._0x54161d)]=_0x2e6104(0xa9,-0x179,-_0x56a553._0xbcd230,_0x56a553._0x567c96)+'erver\x20Erro'+'r',_0x269c15['message']=_0x38d7fc[_0x14bada(_0x56a553._0x3626af,_0x56a553._0x5f2d38,0x479,0x4f9)],_0x5abf46[_0x14bada(0x67a,_0x56a553._0x3b4c82,_0x56a553._0x30ff64,_0x56a553._0x18fa23)](-0x1*-0x7b9+0x134b+-0x1910)['json'](_0x269c15);}});export default router;
|