@profoundlogic/coderflow-server 0.6.0 → 0.6.2
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/.claude/settings.local.json +15 -2
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/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-test-results/.last-run.json +52 -2
- 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.html +0 -61
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +8 -2
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/playwright-test-results/result-screenshot.png +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1464d3,_0x3c40ac){const _0x491752={_0x28110e:0xbb,_0x33725e:0x3b,_0x4bf0c3:0x9b,_0x57f50a:0x237,_0x5d921a:0x3ff,_0x3a266b:0x3ae,_0xc704e3:0x437,_0x455183:0x389,_0x35d203:0x3e5,_0x376dd9:0x2f7,_0x263083:0x52c,_0x4d819c:0x4d9,_0x3a08e4:0x3ad,_0x4668bb:0x3e6,_0x4f4dcf:0x456,_0x4ed057:0x207,_0x5f3c2d:0x19f,_0x16efba:0x41a,_0x5c107e:0x52e,_0x57109b:0x1f1,_0x3f6adf:0x273,_0x53261d:0x228,_0x454d8d:0x1c9,_0x135c50:0x1d1,_0x59b03d:0x11c,_0x321cf2:0x292,_0x5ae100:0x209};function _0x2565a0(_0x3e0c56,_0xb33339,_0x5ee534,_0x3c7f92){return _0x3026(_0x3e0c56- -0x3e0,_0xb33339);}const _0x3251c3=_0x1464d3();function _0xa78bb3(_0x5f351d,_0x25dfa0,_0x5e1519,_0x2192b0){return _0x3026(_0x5e1519-0x13c,_0x2192b0);}while(!![]){try{const _0x3df76f=-parseInt(_0x2565a0(-_0x491752._0x28110e,0x36,-_0x491752._0x33725e,-0xe9))/(-0x6*0x2a8+-0x25b9+0x1*0x35aa)*(parseInt(_0x2565a0(-0x153,-_0x491752._0x4bf0c3,-0x20b,-_0x491752._0x57f50a))/(-0x1a3a+0x1*0x1132+-0x90a*-0x1))+parseInt(_0xa78bb3(0x42e,_0x491752._0x5d921a,_0x491752._0x3a266b,_0x491752._0xc704e3))/(0x2*0x7ed+-0xe27+-0x18*0x12)*(-parseInt(_0xa78bb3(_0x491752._0x455183,0x474,_0x491752._0x35d203,_0x491752._0x376dd9))/(0x2*0x11f9+0x13bc+-0x37aa))+parseInt(_0xa78bb3(0x46e,_0x491752._0x263083,_0x491752._0x4d819c,0x58d))/(-0x1399+-0x1*0x257f+0x391d)*(-parseInt(_0xa78bb3(_0x491752._0x3a08e4,0x392,0x49e,0x582))/(-0x13*0x205+-0x19a6+0x400b*0x1))+-parseInt(_0xa78bb3(0x4cf,_0x491752._0x4668bb,_0x491752._0x4f4dcf,_0x491752._0x5d921a))/(0x2454+0x1fd5+-0x3*0x16b6)*(-parseInt(_0x2565a0(-_0x491752._0x4ed057,-_0x491752._0x5f3c2d,-0x1d5,-0x2c0))/(0x536+0x202b+-0x3*0xc73))+-parseInt(_0xa78bb3(_0x491752._0x16efba,_0x491752._0x5c107e,0x4b2,0x4f3))/(0x60a*0x5+-0x1*0x6d9+-0x1750)+-parseInt(_0xa78bb3(0x2d4,_0x491752._0x57109b,0x2b5,_0x491752._0x3f6adf))/(0x96a+0x1890+-0x21f0)*(parseInt(_0x2565a0(-_0x491752._0x53261d,-0x154,-_0x491752._0x454d8d,-_0x491752._0x135c50))/(0xff6+-0x1*-0x103c+0x2027*-0x1))+parseInt(_0x2565a0(-0x1ad,-0x97,-0x178,-0x166))/(-0x742*-0x5+0x23dd+-0x481b)*(parseInt(_0x2565a0(-0x1bb,-_0x491752._0x59b03d,-_0x491752._0x321cf2,-_0x491752._0x5ae100))/(-0x2226+0x2*0x5c6+-0x78d*-0x3));if(_0x3df76f===_0x3c40ac)break;else _0x3251c3['push'](_0x3251c3['shift']());}catch(_0xb3f0ef){_0x3251c3['push'](_0x3251c3['shift']());}}}(_0x3b6e,-0x4bdd+-0x63b9f*0x1+0x124443));import _0x53bd63 from'express';import{promises as _0x3f173c}from'fs';import _0x13690c 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=_0x53bd63['Router']();let tasks=null,setupPath=null,coderConfig=null;function _0xf8e45c(_0x85578d,_0x52d7cc,_0x3b51f9,_0x286624){return _0x3026(_0x286624-0xb8,_0x85578d);}export function initializeSkillManagement(_0x2e1df5){const _0x5e6029={_0x27fef7:0x353,_0xcbebbe:0x2b1,_0x48e719:0x3b1,_0x736eb:0x2f9},_0x9a904d={_0x13819f:0xe0};function _0x5e970d(_0x14e60b,_0x3b7813,_0x3ff71b,_0x4caa76){return _0x3026(_0x3b7813- -0x262,_0x4caa76);}tasks=_0x2e1df5[_0x13251e(0x29e,0x28d,_0x5e6029._0x27fef7,_0x5e6029._0xcbebbe)],setupPath=_0x2e1df5[_0x13251e(_0x5e6029._0x48e719,0x2fa,_0x5e6029._0x736eb,0x3a0)];function _0x13251e(_0x14018b,_0x2b3f0b,_0x555ee4,_0x56241f){return _0x3026(_0x555ee4-_0x9a904d._0x13819f,_0x2b3f0b);}coderConfig=_0x2e1df5['coderConfi'+'g'];}export function updateSkillManagementConfig(_0x819d25){coderConfig=_0x819d25;}function getImportedSkillsRegistryPath(){const _0x3cd47e={_0x301d76:0x18e,_0x358a91:0x58b,_0xa6145f:0x4f3,_0x10cf2b:0x4e7,_0xe2d0c7:0x18c,_0x484c9d:0x10b,_0x39a35a:0x509,_0x5cb3ba:0x621,_0x17e4cf:0x51c,_0x4e916c:0x3e8,_0x5eac48:0x43e,_0x1df80b:0x341},_0x24de24={_0x2b1e4c:0x292},_0x4f9333={_0xbe98b7:0x24d},_0x243193={};function _0x420527(_0x3ad60c,_0xe69a8f,_0x1e15aa,_0x2b9ee4){return _0x3026(_0x3ad60c-_0x4f9333._0xbe98b7,_0xe69a8f);}_0x243193[_0x55237e(-0x9d,-_0x3cd47e._0x301d76,-0x10b,-0x13c)]=_0x420527(_0x3cd47e._0x358a91,_0x3cd47e._0xa6145f,0x4f8,_0x3cd47e._0x10cf2b);function _0x55237e(_0x5db35a,_0x47bfe9,_0x2ced4c,_0x59526a){return _0x3026(_0x2ced4c- -_0x24de24._0x2b1e4c,_0x47bfe9);}const _0x2507cf=_0x243193;if(!setupPath)return null;return _0x13690c['join'](setupPath,_0x2507cf[_0x55237e(-_0x3cd47e._0xe2d0c7,-0x6a,-_0x3cd47e._0x484c9d,-0x15)],_0x420527(_0x3cd47e._0x39a35a,_0x3cd47e._0x5cb3ba,_0x3cd47e._0x17e4cf,0x609)+_0x420527(_0x3cd47e._0x4e916c,_0x3cd47e._0x5eac48,0x3d4,_0x3cd47e._0x1df80b)+'n');}async function loadImportedSkillsRegistry(){const _0x49de72={_0x3fc8e7:0x1b0,_0x88edbd:0x1a1,_0x9f4b45:0x22c,_0x27906c:0x25e,_0x2ab2ae:0x147,_0x48dc41:0x124,_0x6b4447:0x53,_0x5282a5:0x310,_0x958494:0x329,_0x1ef48d:0x202,_0x484dae:0x184,_0xf1699e:0x26f,_0x4be594:0x114,_0x2b3592:0xa9,_0x3e294e:0xdd,_0x510d76:0x3c,_0x62bb18:0x26,_0x2d186e:0x1fe,_0x1ca249:0xff,_0x3e3be0:0x215,_0x4fac22:0x1c7,_0x4b024f:0x22f,_0x2ccf48:0x102,_0x26c820:0x48,_0x114655:0x99,_0x2e8c6b:0xd6,_0x46ddbe:0x142,_0x17666e:0xc4,_0x3d9b63:0xe,_0x39c605:0xa,_0x370ab0:0x5f,_0x30f545:0x16e,_0x3d1f2c:0x3a,_0x418b09:0xa9,_0x1ac1df:0xd5,_0x32b030:0x28f,_0xfc2b7b:0x259,_0x5173fc:0x236,_0x5e4011:0x3c,_0x297cc6:0x33,_0x15db86:0x2c,_0x1af6f9:0x49,_0x33542e:0xca,_0x3e7b15:0x17,_0x1fe983:0x211,_0x2a2841:0xef,_0x19b791:0x178,_0x99170:0x126,_0x2bab17:0x278,_0xc88e32:0x2f8,_0x1f47ed:0x212,_0x38e845:0xa1,_0x290bb5:0x59,_0x25c4db:0x1cb,_0x472aa1:0x14e,_0x3dc1d9:0xf1,_0x451486:0x10e,_0x2cea1b:0x90,_0x23a7f2:0x13,_0x4f3189:0x5a,_0x554df0:0x162,_0x40a156:0x276,_0x374df4:0xa9,_0x1fa7bf:0x1b7,_0x341cc5:0x93,_0x21bbb0:0x143,_0x12394f:0x1e1,_0x174691:0x146,_0x4a87b6:0x105,_0x20fd34:0xa7,_0x548ed1:0x196,_0xd96b22:0xaa,_0x21a1ea:0x19c,_0x4f7f33:0x63,_0x485402:0x5d,_0x259823:0x6f,_0x376d71:0x105,_0x2c0bc4:0x50,_0x6cddf2:0x262,_0x1169bd:0x121,_0x2b0e9b:0xcd,_0x4dcea6:0x1f4,_0x176b37:0x2ba,_0x4794ef:0x283,_0x10c86e:0x7,_0x3f5f09:0xce,_0x5eef64:0x1e,_0x54fbf9:0xc3,_0x1fb09c:0x51,_0x49512a:0xc1,_0x25b32:0x5a,_0x5134c0:0x127,_0x43edbd:0xb5,_0x1f5a1c:0xcc,_0x4277c3:0x31,_0x5976b9:0x1d,_0x47eeb8:0x57,_0x408f2:0x259,_0x5b4f81:0x1e3,_0x57fc33:0x237},_0x42ecd3={_0xaa2042:0xe5},_0x23179e={'KQJAn':_0x28307f(_0x49de72._0x3fc8e7,0x13e,_0x49de72._0x88edbd,_0x49de72._0x9f4b45)+'ne\x20field\x20m'+_0x28307f(_0x49de72._0x27906c,_0x49de72._0x2ab2ae,0x9b,_0x49de72._0x48dc41)+_0xe1de3(-_0x49de72._0x6b4447,0x1f,-0xba,-0x13c),'tGwgK':_0x28307f(0x1ff,0x271,_0x49de72._0x5282a5,_0x49de72._0x958494)+_0x28307f(_0x49de72._0x1ef48d,_0x49de72._0x484dae,0x1b8,_0x49de72._0xf1699e)+'ent','rHBBg':_0x28307f(_0x49de72._0x4be594,0x1fc,0x1dd,0xe3)+'t','RdbQH':_0xe1de3(_0x49de72._0x2b3592,-0x18,_0x49de72._0x3e294e,_0x49de72._0x510d76)+'o\x20associat'+_0x28307f(-0xa,0xc8,-_0x49de72._0x62bb18,-0x30)+_0x28307f(_0x49de72._0x2d186e,0x1af,_0x49de72._0x1ca249,0x17e),'PxEBc':_0x28307f(0x123,0x19b,0x94,0x196),'XOUOe':function(_0x371d71){return _0x371d71();},'ALalO':'1.0.0','KLPIO':function(_0xdd0859,_0x8e5a5f){return _0xdd0859===_0x8e5a5f;},'kqLEB':'DUumR','jAoAs':function(_0x5b2b6c,_0x4f1498){return _0x5b2b6c===_0x4f1498;},'vKDTm':_0x28307f(_0x49de72._0x3e3be0,0x256,_0x49de72._0x4fac22,_0x49de72._0x4b024f),'lZkXJ':'aqLay','HVAnc':_0x28307f(0x120,0xfd,0x185,0x99),'iHAyh':function(_0x2b73ce,_0x481e92){return _0x2b73ce!==_0x481e92;},'PwyOz':'dWjsc','gqKJJ':_0xe1de3(0x6e,0x29,0x145,_0x49de72._0x2ccf48),'oymzZ':_0x28307f(_0x49de72._0x26c820,0xbd,0x148,_0x49de72._0x114655)+_0x28307f(_0x49de72._0x2e8c6b,_0x49de72._0x46ddbe,0x112,_0x49de72._0x17666e)+_0xe1de3(_0x49de72._0x3d9b63,-0x20,-_0x49de72._0x39c605,_0x49de72._0x370ab0)+_0x28307f(_0x49de72._0x30f545,0xb2,_0x49de72._0x3d1f2c,0x57)};function _0x28307f(_0x27b7b0,_0x2089cd,_0x577baa,_0x396022){return _0x3026(_0x2089cd- -_0x42ecd3._0xaa2042,_0x27b7b0);}function _0xe1de3(_0x454abe,_0x1d7917,_0x3c8fbc,_0x1570ff){return _0x3026(_0x454abe- -0x2ad,_0x1d7917);}const _0x4be5a8=_0x23179e['XOUOe'](getImportedSkillsRegistryPath);if(!_0x4be5a8){const _0x33d578={};return _0x33d578[_0xe1de3(0x1d,0x82,-0xd7,_0x49de72._0x418b09)]=_0x23179e[_0xe1de3(0x3d,0xf0,_0x49de72._0x1ac1df,0x51)],_0x33d578[_0x28307f(_0x49de72._0x32b030,_0x49de72._0xfc2b7b,_0x49de72._0x5173fc,0x325)]={},_0x33d578;}try{if(_0x23179e[_0xe1de3(-_0x49de72._0x5e4011,0x13,0xd2,-0x20)](_0x23179e[_0xe1de3(_0x49de72._0x297cc6,-_0x49de72._0x15db86,-_0x49de72._0x1af6f9,_0x49de72._0x33542e)],_0x23179e[_0xe1de3(0x33,0x10b,-_0x49de72._0x3e7b15,-0x66)])){const _0x2d3a86=await _0x3f173c[_0x28307f(_0x49de72._0x1fe983,0x208,0x1b4,_0x49de72._0x2a2841)](_0x4be5a8,_0x28307f(_0x49de72._0x19b791,0x95,0x2a,_0x49de72._0x99170));return JSON[_0x28307f(0x263,_0x49de72._0x2bab17,0x381,_0x49de72._0xc88e32)](_0x2d3a86);}else{const _0x4c0de3={};return _0x4c0de3['error']=_0x28307f(0x1ac,0x1fc,0x161,_0x49de72._0x1f47ed)+'t',_0x4c0de3[_0x28307f(0x129,_0x49de72._0x38e845,0x15b,0x38)]=_0x23179e[_0xe1de3(_0x49de72._0x290bb5,-0x29,-0x5b,0x91)],_0x3c7f5b[_0xe1de3(-0x105,-_0x49de72._0x25c4db,-0x152,-_0x49de72._0x472aa1)](-0x1*0xa49+-0x2*-0xa0c+-0x83f)[_0x28307f(_0x49de72._0x3dc1d9,_0x49de72._0x451486,0x6d,0x26)](_0x4c0de3);}}catch(_0x4ec7d5){if(_0x23179e['jAoAs'](_0x23179e[_0x28307f(0x234,0x241,0x1a9,0x1e1)],_0x23179e[_0x28307f(0x36b,0x262,0x289,0x195)])){const _0x1d9edf={};_0x1d9edf[_0xe1de3(0xe9,-0x2f,0x42,0xdd)]=_0x538bc6,_0x217163[_0xe1de3(-0x49,0x28,_0x49de72._0x2cea1b,_0x49de72._0x23a7f2)](_0x23179e['tGwgK'],_0x1d9edf);const _0x5397db={};return _0x5397db[_0xe1de3(-_0x49de72._0x4f3189,0xd,-0x118,-_0x49de72._0x554df0)]=_0x23179e[_0x28307f(_0x49de72._0x40a156,0x1a9,0x122,_0x49de72._0x374df4)],_0x5397db[_0xe1de3(-0x127,-0x4f,-_0x49de72._0x1fa7bf,-0xec)]=_0x23179e[_0x28307f(_0x49de72._0x341cc5,_0x49de72._0x21bbb0,_0x49de72._0x12394f,_0x49de72._0x174691)],_0x190ded[_0xe1de3(-_0x49de72._0x4a87b6,-0xfb,-_0x49de72._0x20fd34,-0x139)](-0x1c13+0x25ee+-0x1*0x84b)['json'](_0x5397db);}else{if(_0x4ec7d5[_0x28307f(0x27f,_0x49de72._0x548ed1,0x134,_0x49de72._0xd96b22)]===_0x23179e['HVAnc']){if(_0x23179e['iHAyh'](_0x23179e[_0xe1de3(0xc4,0x54,_0x49de72._0x21a1ea,_0x49de72._0x4f7f33)],_0x23179e[_0xe1de3(_0x49de72._0x485402,_0x49de72._0x259823,_0x49de72._0x376d71,_0x49de72._0x2c0bc4)])){const _0x2e3f50={};return _0x2e3f50[_0x28307f(_0x49de72._0x6cddf2,0x1e5,0x12a,_0x49de72._0x1169bd)]='1.0.0',_0x2e3f50[_0xe1de3(0x91,0x102,0xc7,-0x2a)]={},_0x2e3f50;}else{const _0x1ebb3b={};return _0x1ebb3b[_0xe1de3(-0x5a,0x80,-_0x49de72._0x2b0e9b,-0xa)]=_0x23179e['PxEBc'],_0x1ebb3b['message']=_0x28307f(0x216,_0x49de72._0x4dcea6,_0x49de72._0x176b37,_0x49de72._0x4794ef)+_0x4a686b+('\x27\x20not\x20foun'+_0xe1de3(-_0x49de72._0x10c86e,0xb0,-_0x49de72._0x3f5f09,0x10f)+'\x20\x27')+_0x37e3e4+'\x27',_0x5381ac[_0x28307f(_0x49de72._0x5eef64,_0x49de72._0x54fbf9,-_0x49de72._0x1fb09c,_0x49de72._0x49512a)](-0xce0+-0x1384+0x21f8)['json'](_0x1ebb3b);}}const _0x37fe73={};_0x37fe73[_0xe1de3(-_0x49de72._0x25b32,0x8b,-0xec,-0x86)]=_0x4ec7d5[_0xe1de3(-_0x49de72._0x5134c0,-0x19a,-_0x49de72._0x3fc8e7,-_0x49de72._0x43edbd)],logger[_0xe1de3(-0x5a,0x1b,0xa2,0x29)](_0x23179e[_0x28307f(0x187,_0x49de72._0x1f5a1c,-_0x49de72._0x4277c3,_0x49de72._0x290bb5)],_0x37fe73);const _0x4c2c91={};return _0x4c2c91[_0xe1de3(_0x49de72._0x5976b9,_0x49de72._0x47eeb8,0x48,0x3b)]=_0x28307f(0xd,0xe5,0xfa,0x1e3),_0x4c2c91[_0x28307f(0x16f,_0x49de72._0x408f2,_0x49de72._0x5b4f81,_0x49de72._0x57fc33)]={},_0x4c2c91;}}}function _0x1c0b31(_0x265908,_0x24aa2f,_0x2f3db3,_0x28aed){return _0x3026(_0x24aa2f- -0x95,_0x2f3db3);}async function saveImportedSkillsRegistry(_0x186389){const _0x2f0deb={_0x405a04:0x51d,_0x8ce871:0x557,_0x906a8d:0x4f9,_0x4565d7:0x423,_0x826e44:0x323,_0x205326:0x6f0,_0x1f5bf9:0x5fc,_0x22004f:0x474,_0x32b3b5:0x3f3,_0x4c5290:0x2de,_0x2843a7:0x25b,_0x5bcbd2:0x2b4,_0x43c14b:0x4ce,_0x52cbc7:0x4cc,_0x3bb3a6:0x5ba,_0xd2bfa4:0x5a5,_0x4f8c64:0x594,_0x50d271:0x31a,_0x581279:0x2fe,_0x4c0fa2:0x622,_0x5c2d13:0x4a2},_0xbe9f06={'iUAkY':_0x2481f1(_0x2f0deb._0x405a04,_0x2f0deb._0x8ce871,0x531,_0x2f0deb._0x906a8d)+_0x58add9(0x240,_0x2f0deb._0x4565d7,_0x2f0deb._0x826e44,0x334),'idhBj':function(_0x152713){return _0x152713();},'EAbQy':function(_0x45bff1,_0x4f5a19){return _0x45bff1!==_0x4f5a19;},'COmQf':_0x2481f1(0x581,0x637,0x651,0x5b4),'UjAZo':_0x2481f1(_0x2f0deb._0x205326,0x67d,0x703,_0x2f0deb._0x1f5bf9),'TExzV':'utf-8'},_0x30711d=_0xbe9f06[_0x58add9(0x1a6,0x2f4,0x29b,0x1e9)](getImportedSkillsRegistryPath);function _0x2481f1(_0x5f56c0,_0x3b3ad7,_0x183b62,_0x51eaa3){return _0x3026(_0x5f56c0-0x37b,_0x51eaa3);}if(!_0x30711d){if(_0xbe9f06[_0x58add9(_0x2f0deb._0x22004f,0x372,0x369,0x2ca)](_0xbe9f06['COmQf'],_0xbe9f06[_0x58add9(0x385,0x31e,_0x2f0deb._0x32b3b5,0x31e)]))return;else{const _0x5324bd={};_0x5324bd[_0x58add9(_0x2f0deb._0x4c5290,0x2c0,0x25c,0x1dc)]=_0x4f4277,_0x5324bd[_0x58add9(_0x2f0deb._0x2843a7,0x2b8,_0x2f0deb._0x5bcbd2,0x241)]=_0x2b541c[_0x2481f1(0x501,0x40e,_0x2f0deb._0x43c14b,_0x2f0deb._0x52cbc7)],_0xbfca5e['warn'](_0xbe9f06[_0x2481f1(_0x2f0deb._0x3bb3a6,0x5ca,0x5d9,0x5bf)],_0x5324bd);}}function _0x58add9(_0x30c0f0,_0x3b88f8,_0x5e2dcb,_0x37d6d4){return _0x3026(_0x5e2dcb-0x61,_0x3b88f8);}const _0x4adf8e={};_0x4adf8e[_0x2481f1(0x52d,0x4cc,0x54b,0x4e3)]=!![],await _0x3f173c[_0x2481f1(_0x2f0deb._0xd2bfa4,0x581,_0x2f0deb._0x4f8c64,0x580)](_0x13690c[_0x58add9(_0x2f0deb._0x50d271,0x3b6,_0x2f0deb._0x581279,0x39d)](_0x30711d),_0x4adf8e),await _0x3f173c['writeFile'](_0x30711d,JSON[_0x2481f1(0x53e,0x5e9,_0x2f0deb._0x4c0fa2,_0x2f0deb._0x5c2d13)](_0x186389,null,0x9d7+0x14a3+-0x1e78),_0xbe9f06['TExzV']);}async function getSkillFlags(_0x22355f){const _0x9e4be2={_0x571e1e:0x455,_0x4d60fd:0x3aa,_0x5309fc:0x480,_0x4d3f02:0x4f3,_0x2975cb:0x467},_0x4c48b9={_0x3cb63:0x129},_0x45be9c={_0x3ff0bd:0x10e};function _0x2dc144(_0x27e694,_0xcb85ff,_0x214538,_0x503c09){return _0x3026(_0x214538- -_0x45be9c._0x3ff0bd,_0xcb85ff);}function _0x91e827(_0x50ea7d,_0x355cb3,_0x1f9c9f,_0x3234fc){return _0x3026(_0x3234fc-_0x4c48b9._0x3cb63,_0x1f9c9f);}const _0x23274f={'MqGJj':function(_0x1b6de9){return _0x1b6de9();}},_0x3b94f5=await _0x23274f[_0x91e827(_0x9e4be2._0x571e1e,0x4e2,_0x9e4be2._0x4d60fd,0x451)](loadImportedSkillsRegistry);return _0x3b94f5[_0x91e827(_0x9e4be2._0x5309fc,0x4cc,_0x9e4be2._0x4d3f02,_0x9e4be2._0x2975cb)][_0x22355f]?.[_0x2dc144(0xb1,0xf8,0xf7,0x17)]||{};}function _0x3b6e(){const _0x572f92=['EKLguKK','s0Xqsu8','mtq4mJC3muPpv2zwqW','DgfZA3m','vxnLCIbKB2vZia','Bwj2rhy','ueLuBKq','u2TPBgWGzgvSzq','BMCGwc1uyxnRlq','y29KzxjdB25MAq','ru1jwvq','y29Kzq','Dg8GCMvTB3zLia','qwz2AhG','shDvvgi','Ew5KqMW','tM90iezVDw5K','sxfOD3e','wfbiwei','u2TPBgWGsuqGAq','Aw5NihnRAwXS','BvjLz2LZDhj5','vw5HDxrOB3jPEG','zujHvwW','y29UzMLNigzPBa','wxDlz1m','B0LzCwC','yNP3s0S','vxnLifbbveniia','nJrsthDzzgq','CKHcqMC','iMrLBgv0zsiGBW','kgLUlw1LBw9YEq','yxnZAwDUzwrtAW','D3jPDguGC2TPBa','tuf1tgW','BwvUDa','rNjVBuvUDMLYBW','A2Ljyuq','vgfZAYbMzxrJAa','AxnbCNjHEq','DurtCvC','DgvKigj5ihrHCW','DMLYB25Tzw50ia','yMuGzwL0AgvYia','zgLYBMfTzq','C2XPy2u','DK5jAK0','u2TPBgWGyxnZAq','sfz3sMG','t0Pqzuy','CxvLCNK','AvzOzKi','wvzKCLm','zcbPBIbZA2LSBa','DhLWzq','s2zAu1y','oeLutKfcsa','EwHiyum','CvbIEwe','z2vTzw50ihjLCq','zMLSzxbHDgG','AxjVBM1LBNqGyW','wvnpBgu','y3jLyxrLzej5vq','CgvZ','CeT6sMS','C2LZDgvKihrVia','DxbKyxrLihnRAq','veverMG','sxv5sKq','sMrWsfq','C0DACu0','zw50CYbHBMqGza','AKzgrNO','DgvKihnRAwXSCW','lMLTCg9YDgvKlq','sKDADMy','vgfZAY1jzcbOzq','BYbHC3nVy2LHDa','txrxzfe','zw52tMfTzq','CMvHzcbZA2LSBa','ihnRAwXSCZP0yq','BgHcuu8','vgfZAYbSAxn0Aq','EK5fDMy','rhLuvui','EMHMrwi','qxr0zw1WDcb0BW','DMvYC2LVBG','yxnRswq','BNrZ','DxnLCKLK','B3j0zwqGCMvNAq','Bwf0y2G','tfrPrwi','yNzWrMu','vxnLCIbSywnRCW','zfrAsuS','u2vYDMLJzsbUBW','DxbKyxrLzef0','vLvXExK','t3rdvxm','zeTKt0m','rMLSzsaN','uevdCKO','BMuGzMLLBgqGBq','rgvZy3jPChrPBW','AMLNALm','vgfZAYbKzwXLDa','rxnoy1q','A3fmrui','qMfKifjLCxvLCW','BM1LBNrZ','u2TPBgWGBwfUyq','sMPiAfe','Dxn0ignVBNrHAq','C2vYswq','igfZC2LNBM1LBG','tffhBKG','rhDhCha','quXHBe8','yufoAwC','BM5VDcbIzsbTBW','CMvHzezPBgu','u2TPBgWGDw5HCW','q2fUBM90igrLBa','zgvSzxrLzef0','BcbMAwXL','Dw5SAw5R','BLrQDMW','yMHgtNC','C3LZDgvT','vvPUwhO','z0ndv2i','ueDQyNO','C3nPz25PBMCGCW','y3nnCgu','txL2Bfu','CIaIDw5HC3nPzW','EM1Nr2W','CvvUqMy','AwjdrhK','Dg9ju09tDhjPBG','DhjPBq','DLnNuhy','igfUzcbTDxn0ia','C1D0EwC','rw52AxjVBM1LBG','s1fkqw4','igzPBgu','rufIuxK','u2TPBgWGy3jLyq','z3flsKO','A2LSBa','sKHVy1u','uNv5CfO','BwvUDhmUifjLlq','DNviquC','yMuGysbZDhjPBG','C3vmsKG','C3vJy2vZCW','Dffyzfm','ihjLz2LZDhj5ia','D3b5CNm','yNjRCLm','z2zkBeC','EM5itg0','EKjyDKK','mtyXuKz2A05T','suD2zKG','zxHPC3rZ','swqGAgvHzgvY','vxbxt04','vgfZAYb1CgrHDa','C3rYEsbKDxjPBG','BfrVEgy','r0zfBM0','CwPgsNK','B3jJzt10CNvLia','mJmYndvvB2H0Eui','DKTevg0','CxvPCMvKigfUza','txfhsMO','Bw9KzwW','sNjIrwK','vwjSuLq','u01xqvm','Dw5HC3nPz25Lza','rgn2vLa','vKnvCe4','A2LSBeLK','zwflBxC','AY1LzgL0','Efvdr3q','C3qGyMuGysbZDa','C0PNrem','yxjNDw1LBNqTAa','EuT2rxi','zgvZy3jPChrPBW','igzYB20GDgfZAW','sxfRuhO','vhrmsLi','AYaOD2L0Ag91Da','sw50zxjUywWGuW','C2TPBgXZ','vgfZAYbVD25LCG','zMLSDgvY','jYbUB3qGzM91BG','zgvSzxrLihnRAq','t0zwEwW','svblwLq','DcbZDgLSBcbHyW','twLZC2LUzYbylq','BfPRweO','sgTeEeC','y29UDgvUDa','svDtuvq','zcb0BYb0AgLZia','u0TjteWUBwq','AKHiEgG','z25Lzcb0BYbLBG','wNzKq2u','DcbPBML0AwfSAq','EK14AgS','DcbUB3qGzM91BG','y2fSBgLUz1rHCW','zNjVBNrTyxr0zq','EKfvqw8','vgfZAYbOyxmGBG','yvzoDeO','rxnlug0','DxbKyxrLigvUDG','sLbWDwy','tMvpuKm','r3nzuvK','CgfYC2u','C2PttuG','zw5KC1DPDgG','AwXSieLe','C3rYAw5N','mJy4mJbYALzlyvi','DKPQz20','CwXsq1u','twfYwKO','y0zqtLm','CLzeBNC','v1zqwu8','ChvZAa','igrLBgv0zwqGyG','D3jPDgvgAwXL','jYbPCYbHC3nPzW','DKf5s00','wvHssK4','ALvvvNa','qxDsB3q','uhD5t3O','y2HHCMfJDgvYCW','y2XOCwS','BMzPzYbMAwXLia','veXosK8','mta5ndy5nZLYDe1Kvw0','Aw5NihnRAwXSia','u2TPBgWGzMLSzq','u2TPBgWGDxbKyq','D3jPDguGzMLSzq','Dg9mB3DLCKnHCW','A3nrzxu','BxDPseq','A2v5CW','y3jLyxrLihnRAq','ExbHA20','zMD4wwu','Bw9Kzq','B1vfrxK','tvfnsNK','yM9KEq','DgvZDa','zwrPDgfIBgu','z3byDxq','BKvnru0','vgfZAYb1C2vYia','zMLSzq','qwXzCgi','BM90igHHDMuGCa','CNvUihDPDgGGzG','zevLyxG','y2XLyw51CcK','y2f0y2G','vwPbwM8','yMnSBuy','yxnZAwDUzwqGDa','BgvUz3rO','DgfZA0LK','zxj2zxiGrxjYBW','C2SGsuq','wMHSD08','De5HBwu','re5eDgK','qxLVu2i','ody1AerVuePv','thvWvum','qMnpzxC','Au1TrM8','t0v3vxe','y25LywW','zw50CMLLCW','CvLOywy','zM9Yy2u','ig5VDcbMB3vUza','Cg9ZDa','Bw9KzsbTDxn0ia','AM11EgC','C2nVCMvZ','AhHRC20','AuvQrhy','mte1mtbgrM1Ksxe','DxrMltG','u2TPBgWGBM90ia','Cgf0y2G','Dw5HC3nPz24GCW','EgvtCg4','q3r4r1a','sMPhEfq','sw52ywXPzcbMAq','DKDrEMG','s05SuNm','CMvTB3zLzezYBW','zwXKigLZihjLCq','BwvZC2fNzq','tefmyNC','zgjRwhy','y3jLyxrLzef0','AvnMy3i','EMvK','AunsBhu','l3nRAwXSCY86CW','rLvwsfa','qvP4tMW','CMvHzcbJB25MAq','zgvSzxrLzej5vq','A2fcDLm','zwnPt24','s0rSsK4','v2L2BNm','C2TPBgXZoNrHCW','ihjLz2LZDhj5','yuzkBMy','sKf4wei','svfSrfK','C2TPBgXZlMPZBW','sw52ywXPzcb0yq','vuL5s0C','zxrLifnlsuXmlG','DMLYB25Tzw50','uK5tvMW','zgLSsxe','rMfPBgvKihrVia','zezqtLC','igfUzcb1BMrLCG','Exf0Aw8','s3btsMe','Aw50','C3rHDhvZ','BwfW','DwvZDcbTAxnZAq','ufLJyuW','yvntsNC','zwqGzw52AxjVBG','lcbOExbOzw5Zla','rM9YyMLKzgvU','ExPNsK0','B3LTELO','CMvJDxjZAxzL','l3nRAwXSCW','ueXPBhe','vuner3G','ueDLu3i','tg1qDLi','mtm1odvTwvrez20','ywXSB3DLzc10BW','CM5uqKO','CMvKigfUzcbTDq','zMLUza','yxnZAwDUzwq','vgfZAYbYzwfKAq','CgfYyw1Z','BMvKihrVig90Aa','CgvYC2LZDcbZAW','BMX5igfUzcbJyq','C3rYAw5NAwz5','BguGCgf0Aa','yLnht04','DgfZAW','y3jLyxrLzej5','Au1tqum','whbQC0S','ms4WlJa','sgrXvfO','B25SEsbZA2LSBa','zgvSzxrLigzPBa','Dw5RBM93BIb0yq','v2zPEhm','rgPquMG','C2TPBgXqyxrO','CYbYzxf1AxjLza','AwXL','r1LMEMW','y29KzxiUANnVBG','ExHxwMC','B3qGyxnZAwDUzq','sw52ywXPzcbZAW','mJC0ndG4wKTrsNPk','r0XWwLC','zKrUEwe','wwriDwS','u2TPBgWGjW','D1HXD1O','AM9PBG','EKD6q1y','AxngAwXL','ru5pru5u','swrJtxG','zxmVkG','teWUBwq','zgLMAwvK','uvfRswO','DxbKyxrLifnlsq','t29Zsvm','BuvUDMLYB25Tzq','uvLiBuu','qLrxrvG','zYb3AgLSzsb1BG','ChHVs0S','z1fxALq','Dg8GzwrPDcbZAW','uxHPrvO','y0DIzwW','ANnVBG','AvzlDuO','u2TPBgWGAxmGBG','ls0T','tgTjuhK','z01dzg0','Dc5QC29U','BMfTzq','C2TPBgXjza','AgvHzgvYCW','ze1TzMC','wgfSuwO','A3z5Au4','uu5xAgW','AgfUDw1LCMLJia','uefAyKe','AwXSCW','zgvSzxrL','zMXHz3m','zw54yMK','Bxz5Eva','svjxuwS','A1vuyMS','z2v0','zsbKzwXLDgLUzW','Dwz6ENK','vgHPCYbZA2LSBa','CLLgv1q','q29UDgvUDcbMAq','Ce5XrMi','BM90igzVDw5K','DxbKyxrLzej5vq','Aw5MBW','qM9KEsbPCYbYzq','EfP5yLK','CMvHzg9UBhK','qLPbuhm','Ae5cD2m','C2v0DxbqyxrO','zuPlvxO','ugvvDey','zw52AxjVBM1LBG','Cu5Jww0','C2TPBgW','qLvoy3i','yLfJz0u','t3rOzKG','ihn0CMLUzW','qxqGBgvHC3qGBW','ywnOvLq','nJvRqNfXuxq','zgvSzxrLzej5va','Bg9HzcbPBxbVCG','uMrIuuG','v29LvMu','BwTKAxi','rKL5y2G','Dxn0igjLihbYBW','ze5Tr3a','BuXfCva','AKfhsKq','AM5uA2W','Esb0yxnR','B25MAwCGD2HPBa','mtiYoty1mJb0zvjcCKC','EKT5t3u','Bxzjwxm','u1Djz2i','icaTia','u2TPBgWGsuqGBq','BIbVBMX5igfSCa','AwrOqMO','Ag1jwK4','AwXSCYbMCM9Tia','DgfZA1vZzxi','zYbZA2LSBcbKzq','AvvbA1K','zgvSzxrLig9Yia','B2XZ','BgWGzMLSzq','A2LSBeLKihrVia','CgjJrM0','zw50','CwffCMy','Aw5JBhvKzxm','wwfxvNu','ELvsvLy','igLZihjLywqTBW','DxbKyxrLigLTCa','s3PzAui','C3bfzeO','DxbKyxrLzej5va','yKngAfq','C2STzwrPDcbWzq','v0jUqwm','DhnuB1vUyxnZAq','zxjYB3i','BezSCu0','q29UzMXPy3q','wuLjqwO','wwnKDxK','s0nMEuC','z010Be8','DMLKzwq','zwThEKC','wMvREwS','zMLSzxm','ig11C3qGyMuGyq','DejkCLu','DxnLCM5HBwu','uuDRtw0','C3rHCNrZv2L0Aa','ihvWzgf0zwqGyG','D2fYBG','igvKAxqGCMvHza','yxnZAwDUAw5Nia','yNfKufu','r2DPv2m','BYbLBNzPCM9UBq','wg5ksLC','ywrLCG','svvMvvO','D2L0AezPBgvuEq','zxjTAxnZAw9Uia','z3r6s1q'];_0x3b6e=function(){return _0x572f92;};return _0x3b6e();}async function isSkillReadonly(_0x14c4f8){const _0x42f7b3={_0x25469e:0x8,_0x1f983b:0x82,_0x5aa9ab:0x1d5,_0x561d7d:0x167,_0x2a6bb6:0x37,_0x5adc3b:0x103,_0x3521bf:0x36},_0x5b4802={_0x1388dd:0x35f},_0x54108a={'MtWdQ':function(_0x22d814,_0x40aed1){return _0x22d814(_0x40aed1);},'yzgJM':function(_0xeb97ad,_0x4d8913){return _0xeb97ad===_0x4d8913;}};function _0x19c846(_0x4c0649,_0x55a6c4,_0x2067f1,_0x1e6371){return _0x3026(_0x4c0649- -_0x5b4802._0x1388dd,_0x1e6371);}const _0x557bab=await _0x54108a[_0x5452a4(-0x10b,-_0x42f7b3._0x25469e,_0x42f7b3._0x1f983b,-0x6b)](getSkillFlags,_0x14c4f8);function _0x5452a4(_0x454e5c,_0x550278,_0x59b40e,_0x752e67){return _0x3026(_0x752e67- -0x32b,_0x59b40e);}return _0x54108a[_0x5452a4(-0x114,-0x284,-_0x42f7b3._0x5aa9ab,-0x17b)](_0x557bab[_0x5452a4(-0x1ec,-0x20d,-_0x42f7b3._0x561d7d,-0x115)],!![])||_0x557bab[_0x5452a4(-0xba,_0x42f7b3._0x2a6bb6,-_0x42f7b3._0x5adc3b,-_0x42f7b3._0x3521bf)]===!![];}function parseSkillMd(_0x310a3d){const _0x1da799={_0x17e8a3:0x245,_0x4faaf8:0xe5,_0x4286e6:0xaf,_0x3829f6:0x8a,_0x2eceae:0x163,_0x3a2621:0x31,_0x26a761:0x1b,_0x4aeec0:0x9d,_0x4fd677:0x343,_0x3a3531:0xbc,_0x579d77:0xe1,_0x3d0f78:0xb,_0x1a5ba6:0x4f,_0x5921f3:0x92,_0x4720f2:0x33f,_0x1092aa:0x474,_0x2706bc:0x41d,_0x485ce3:0x75,_0x5bb748:0x83,_0xff61e7:0x184,_0xf67940:0x3e5,_0x8ea0db:0x2e1,_0x2e51e7:0x47c,_0x56fb12:0x1a,_0x8d29fa:0x79,_0x63ce1a:0x460,_0x590877:0x526,_0x7d080c:0x72,_0x390db0:0x16d,_0x16f2e8:0x5d,_0x482708:0x1af,_0x32ff9c:0x42f,_0x4daade:0x41a,_0x263d48:0x398,_0x47d500:0x125,_0x23a48b:0x49d,_0x341baf:0x4f0,_0x5df7a8:0x8c,_0x261f69:0x132,_0x2cc88c:0xe3,_0x275666:0x12d,_0x69e69b:0x141,_0x578c3f:0x6a,_0x4f7d0b:0x78,_0x5eabba:0x4e,_0x40fd98:0x563,_0x4486e5:0x351,_0xe0d888:0x42,_0x2c0176:0x120,_0x4b2260:0x108,_0x3f3505:0xa0,_0x3a6cca:0x426,_0x4214dd:0x4b2,_0x1af0fa:0x402,_0x76b377:0x82,_0x4a3e19:0x487,_0x2dcd89:0x395,_0x28f3ea:0x7,_0x39be40:0x183,_0x42da1b:0x8e,_0x25bee7:0x71,_0x9e8b9:0x87,_0x4f8a31:0x3f5,_0x5f2acf:0x311,_0xa7ba37:0x9a,_0x58b9af:0x51,_0x46b000:0x64,_0x1f1f40:0x1bf,_0xf543d4:0x12f,_0x2ac804:0x405,_0x10e72f:0x227,_0x22f4c7:0x2a5,_0x5025c9:0x32f,_0xcb3fdc:0x71,_0x1b2a81:0x172,_0x1d2906:0x143,_0x5f0978:0x3f5,_0x2d3752:0x469,_0x3ce5cc:0x3b4,_0x1175e0:0x4b8,_0x393e4b:0x483,_0xcd258e:0x49e,_0x561421:0x17b,_0x2b188d:0x2b,_0x38bd3c:0x2bd,_0x4c4595:0x50e,_0x2ffd38:0x481,_0x944e8:0x144,_0x341d15:0x41f,_0x73e757:0x151,_0x438210:0x492,_0x368245:0x570,_0xebd25b:0x509,_0x497907:0x3b,_0x3ca340:0x51,_0x118477:0xc7,_0x5070d4:0x56a,_0x4b4c8a:0x4b9,_0x52fa38:0x4b2,_0x46a4f0:0x276,_0x36727d:0x31e,_0x91a452:0x3cb,_0x4c758f:0x30b,_0x21500d:0x34d,_0x46784a:0x164,_0x6d7ac6:0x7c,_0x8b3b0e:0x149,_0x26418a:0x26e,_0x283e59:0x2c0,_0x6a3c4f:0x21a,_0x21b477:0x355,_0x5963ca:0x3af,_0x8da70b:0x4a,_0x525105:0x82,_0x11cd34:0x3d0,_0x2f6073:0x3cc,_0x358d9c:0x268,_0x245627:0x224,_0x25ec84:0x130,_0x2d680e:0x11,_0x36ad0d:0x57,_0x4450c6:0x7f,_0x211c76:0x72,_0x4b5718:0x94,_0x58517a:0x160,_0x21ee25:0xcb,_0x4b9e1d:0x1ad,_0x26c3b8:0x125,_0x4c48a4:0xf0,_0x5a9268:0x3de,_0x224277:0x376,_0x466c8e:0xd8,_0x1acff0:0x188,_0x215529:0x149,_0x537d06:0x56,_0x19a5e9:0x436,_0x446f31:0x265,_0x5ca9d4:0x156,_0x15b16f:0x149,_0x14e6d3:0x339,_0x5c03f8:0x4f1,_0x46367c:0x481,_0x25544b:0x4a7,_0xd627f4:0xbe,_0x33531d:0x30a,_0x37aae1:0x35a,_0x408b81:0x6d,_0x25ced4:0xe9,_0x48e0a5:0x32,_0x1efde3:0x4c,_0xd12f20:0x23,_0x5f1bae:0x3c1,_0x2c3413:0x2a8,_0x5063d9:0x463,_0xc65a36:0x3a6,_0xb4e9b5:0x292,_0x58ef1f:0x315,_0xf5eab6:0x3b9,_0x2cca83:0x317,_0x217573:0x3b9,_0x522150:0x3d5,_0x4a0697:0x446,_0xe7a998:0x66,_0x5d7867:0x99,_0x1a3a60:0x353,_0x816701:0x424,_0x348226:0x485,_0x108c20:0x16c,_0x1c13bd:0x95,_0x38dea0:0x16f,_0x3b7df9:0x8f,_0x3d01ad:0x13c,_0x363789:0x1c2,_0x4e73ca:0x2c3,_0x421e87:0x1b3,_0x1a39e4:0x2c6,_0xa72a1e:0x1c3,_0x19a1fd:0x67,_0x214f79:0x164,_0x36c19d:0xa2,_0x19b079:0x32a,_0x1cd05c:0x42,_0x3fd3f9:0x17,_0x2d8346:0x9a,_0x3bf7ea:0x61,_0x570d7e:0x424,_0x524430:0x4e4,_0x1a6a25:0x4d8,_0x43a322:0x4b9,_0x2adce1:0x4c1,_0x280ecc:0x4d7,_0x357582:0x3f0,_0x499ef2:0x2e6,_0x59d9c9:0x334,_0x71bafd:0x376,_0x449f53:0x358,_0x263d97:0x1c0,_0x353c2e:0x12b,_0x31ea29:0xec,_0x175a36:0x10b,_0x4258aa:0x92,_0x34f0d3:0x149,_0x13d63b:0x36,_0x2c312b:0x316,_0x334666:0x37f,_0x563bb5:0x237,_0xa74977:0x316,_0x522c3f:0x282,_0xd465aa:0x1c3,_0x502f60:0xc7,_0x2d7298:0xfb,_0x79b276:0xc,_0x183aa4:0x475,_0x38d827:0x327,_0x498962:0x1dc,_0x2ba8a8:0x35c,_0xb901f3:0x420,_0x472d96:0x32b,_0x188931:0x158,_0x278f19:0x62,_0xde4174:0x19b,_0x3bd404:0x1b9,_0x422322:0x33,_0x4a3bfd:0x152,_0x4a682f:0x127,_0x37e09a:0x2f,_0x3e4416:0x77,_0x2b89dc:0x3b1,_0x3be295:0x354,_0x38f07c:0x2cb,_0xf75f46:0x302,_0x26fab7:0x39a,_0x42a356:0x523,_0x4355f2:0x2f,_0x5c96bf:0xd},_0x35bef0={_0x1e06af:0x123},_0x39c5d5={};_0x39c5d5[_0x7f92fd(0x2b0,0x2c0,0x212,0x269)]=_0x7f92fd(0x317,0x2c5,0x1b0,_0x1da799._0x17e8a3)+_0x1bb8e1(_0x1da799._0x4faaf8,_0x1da799._0x4286e6,_0x1da799._0x3829f6,_0x1da799._0x2eceae)+_0x1bb8e1(_0x1da799._0x3a2621,-0x12b,-0x21,-_0x1da799._0x26a761)+_0x1bb8e1(-0xf1,-0x5d,-_0x1da799._0x4aeec0,0x55)+_0x7f92fd(_0x1da799._0x4fd677,0x32e,0x40b,0x291)+'\x20skill';function _0x7f92fd(_0x31386c,_0x28570a,_0x299bd3,_0x1b89df){return _0x3026(_0x28570a-_0x35bef0._0x1e06af,_0x31386c);}_0x39c5d5[_0x1bb8e1(-_0x1da799._0x3a3531,-0x1bd,-_0x1da799._0x579d77,-0x64)]=_0x1bb8e1(-_0x1da799._0x3d0f78,0x98,-_0x1da799._0x1a5ba6,_0x1da799._0x5921f3),_0x39c5d5[_0x7f92fd(_0x1da799._0x4720f2,0x417,_0x1da799._0x1092aa,_0x1da799._0x2706bc)]=_0x1bb8e1(-_0x1da799._0x485ce3,-_0x1da799._0x5bb748,-0x12d,-_0x1da799._0xff61e7)+_0x7f92fd(0x3fd,_0x1da799._0xf67940,_0x1da799._0x8ea0db,_0x1da799._0x2e51e7),_0x39c5d5[_0x1bb8e1(_0x1da799._0x56fb12,0x59,_0x1da799._0x8d29fa,0x8b)]=_0x7f92fd(0x521,_0x1da799._0x63ce1a,0x3ad,_0x1da799._0x590877)+_0x1bb8e1(_0x1da799._0x7d080c,_0x1da799._0x390db0,0xc8,_0x1da799._0x16f2e8)+'r',_0x39c5d5['IdcMx']='Unauthoriz'+'ed',_0x39c5d5[_0x1bb8e1(-0x19e,-0x147,-0x9a,-_0x1da799._0x482708)]=_0x7f92fd(0x378,0x462,0x3a8,_0x1da799._0x32ff9c)+_0x1bb8e1(0x1d1,0x14f,0xd7,-0x23),_0x39c5d5[_0x7f92fd(0x4d7,0x3dd,_0x1da799._0x4daade,_0x1da799._0x263d48)]='Failed\x20to\x20'+_0x1bb8e1(-0x9d,-0xab,-0x3d,-_0x1da799._0x47d500)+'l\x20file',_0x39c5d5[_0x7f92fd(0x440,0x372,0x27f,0x2f0)]='Failed\x20to\x20'+_0x7f92fd(0x5b1,_0x1da799._0x23a48b,_0x1da799._0x341baf,0x38a),_0x39c5d5[_0x1bb8e1(-0x240,-0x192,-0x13a,-_0x1da799._0x5df7a8)]=function(_0x5593f6,_0x99cc6e){return _0x5593f6<_0x99cc6e;},_0x39c5d5[_0x1bb8e1(-_0x1da799._0x261f69,-0xf3,-_0x1da799._0x2cc88c,-0x78)]=function(_0x169eb5,_0x438803){return _0x169eb5!==_0x438803;},_0x39c5d5[_0x1bb8e1(-0x10a,-_0x1da799._0x275666,-_0x1da799._0x69e69b,-_0x1da799._0x578c3f)]=_0x1bb8e1(_0x1da799._0x4f7d0b,0x25,-0x7e,_0x1da799._0x5eabba),_0x39c5d5[_0x7f92fd(0x557,0x454,_0x1da799._0x40fd98,_0x1da799._0x4486e5)]='kfWWb',_0x39c5d5[_0x1bb8e1(-0x5c,0x107,0x8f,0x112)]=function(_0x1f04a3,_0x1f0584){return _0x1f04a3===_0x1f0584;},_0x39c5d5[_0x1bb8e1(-_0x1da799._0xe0d888,-_0x1da799._0x2c0176,-0x74,-_0x1da799._0x4b2260)]='---',_0x39c5d5[_0x1bb8e1(0xa4,0xc6,_0x1da799._0x3f3505,0x8b)]=_0x7f92fd(_0x1da799._0x3a6cca,_0x1da799._0x4214dd,0x4cb,0x4de);function _0x1bb8e1(_0x388b83,_0xd418dc,_0x4f965a,_0x4e0ee3){return _0x3026(_0x4f965a- -0x2cf,_0x388b83);}_0x39c5d5[_0x7f92fd(0x427,0x351,0x3bb,_0x1da799._0x1af0fa)]=_0x1bb8e1(0x4e,0x91,-_0x1da799._0x76b377,-0x2f),_0x39c5d5[_0x7f92fd(0x504,_0x1da799._0x4a3e19,_0x1da799._0x2dcd89,0x4ee)]=_0x1bb8e1(-0x3c,-_0x1da799._0x28f3ea,-0x116,-_0x1da799._0x39be40)+_0x1bb8e1(-0x1b,-0xc5,-_0x1da799._0x42da1b,-_0x1da799._0x25bee7),_0x39c5d5[_0x1bb8e1(0x8b,-0x2b,-_0x1da799._0x9e8b9,-0xa0)]=function(_0x40865b,_0x2db3d9){return _0x40865b!==_0x2db3d9;},_0x39c5d5[_0x7f92fd(0x355,0x315,_0x1da799._0x4f8a31,_0x1da799._0x5f2acf)]=_0x1bb8e1(_0x1da799._0xa7ba37,0x46,-0x1d,-_0x1da799._0x58b9af),_0x39c5d5[_0x1bb8e1(-_0x1da799._0x46b000,-_0x1da799._0x1f1f40,-_0x1da799._0xf543d4,-0x1bb)]=_0x7f92fd(_0x1da799._0x2ac804,0x3c8,0x3af,0x3be),_0x39c5d5['suLJH']=function(_0xa4934,_0x5216f1){return _0xa4934===_0x5216f1;},_0x39c5d5['OFVyl']=_0x7f92fd(_0x1da799._0x10e72f,_0x1da799._0x22f4c7,_0x1da799._0x263d48,_0x1da799._0x5025c9),_0x39c5d5[_0x1bb8e1(-_0x1da799._0xcb3fdc,-_0x1da799._0x1b2a81,-_0x1da799._0x1d2906,-0x128)]=_0x7f92fd(_0x1da799._0x5f0978,0x467,_0x1da799._0x2d3752,0x476);const _0x3e8420=_0x39c5d5,_0x5dcc38=_0x310a3d['split']('\x0a'),_0x2447cc={};let _0x16f69f=![],_0x562e94=![],_0x53ab14=0x9f*-0x39+0x3*-0xcf7+-0x4*-0x1293;for(let _0x412930=0x26a3+0xa97*0x1+-0x313a*0x1;_0x3e8420[_0x7f92fd(_0x1da799._0x3ce5cc,0x2b8,0x209,0x2e0)](_0x412930,_0x5dcc38[_0x7f92fd(0x406,_0x1da799._0x1175e0,_0x1da799._0x393e4b,_0x1da799._0xcd258e)]);_0x412930++){if(_0x3e8420[_0x1bb8e1(-0x194,-_0x1da799._0x561421,-_0x1da799._0x2cc88c,_0x1da799._0x2b188d)](_0x3e8420[_0x7f92fd(0x282,0x2b1,_0x1da799._0x38bd3c,0x38e)],_0x3e8420['eaKmw'])){const _0x57187e=_0x5dcc38[_0x412930];if(_0x412930===0x1d6d+0xd7e*0x2+0x80f*-0x7&&_0x3e8420[_0x7f92fd(_0x1da799._0x4c4595,_0x1da799._0x2ffd38,0x3f5,0x38c)](_0x57187e[_0x1bb8e1(_0x1da799._0x944e8,0x102,0x32,_0x1da799._0x3a3531)](),_0x3e8420[_0x7f92fd(0x417,0x37e,_0x1da799._0x341d15,0x2d9)])){if(_0x3e8420['sjSMH'](_0x3e8420[_0x1bb8e1(0xa1,-0x35,0xa0,_0x1da799._0x73e757)],_0x3e8420[_0x7f92fd(0x409,_0x1da799._0x438210,_0x1da799._0x368245,_0x1da799._0xebd25b)])){_0x16f69f=!![];continue;}else{const _0x31f038={};_0x31f038[_0x1bb8e1(_0x1da799._0x497907,_0x1da799._0x3ca340,_0x1da799._0x118477,0xc7)]=_0x42ca9c[_0x7f92fd(_0x1da799._0x5070d4,_0x1da799._0x4b4c8a,_0x1da799._0x52fa38,0x4b8)],_0x31f038[_0x7f92fd(_0x1da799._0x46a4f0,_0x1da799._0x36727d,_0x1da799._0x91a452,_0x1da799._0x4c758f)]=_0x180c21,_0x31f038[_0x7f92fd(0x34a,0x3e4,0x3f2,_0x1da799._0x21500d)]=_0x216ddd,_0x31f038[_0x1bb8e1(0x10,-_0x1da799._0x46784a,-_0x1da799._0x6d7ac6,0x6e)]=_0x5262b[_0x1bb8e1(-0x3b,-0x7b,-_0x1da799._0x8b3b0e,-0x83)],_0x395bf9[_0x7f92fd(0x3c6,0x387,0x348,_0x1da799._0x26418a)](_0x3e8420[_0x7f92fd(0x224,_0x1da799._0x283e59,_0x1da799._0x6a3c4f,_0x1da799._0x21b477)],_0x31f038);}}if(_0x16f69f){if(_0x3e8420[_0x7f92fd(0x3a0,0x351,0x33b,_0x1da799._0x5963ca)]!==_0x1bb8e1(-_0x1da799._0xa7ba37,-_0x1da799._0x8da70b,-_0x1da799._0x525105,-0x190)){if(_0x4537c5[_0x7f92fd(_0x1da799._0x11cd34,0x39e,0x44d,_0x1da799._0x2f6073)]===_0x7f92fd(_0x1da799._0x358d9c,0x305,0x2bf,_0x1da799._0x245627)){const _0x3c3872={};return _0x3c3872[_0x1bb8e1(-0x90,-_0x1da799._0x25ec84,-0x7c,0x59)]=_0x3e8420['pxoKK'],_0x3c3872['message']=_0x1bb8e1(-_0x1da799._0x2d680e,-_0x1da799._0x36ad0d,-0xf2,-0x17c)+_0x212a48+(_0x1bb8e1(-_0x1da799._0x4450c6,0x154,_0x1da799._0x211c76,-_0x1da799._0x4b5718)+'d'),_0x4c0818[_0x1bb8e1(-_0x1da799._0x58517a,-0xf6,-0x127,-_0x1da799._0x21ee25)](0x7*-0x141+-0x19d7+-0x2*-0x1219)['json'](_0x3c3872);}const _0x1dae09={};_0x1dae09[_0x1bb8e1(0x8c,_0x1da799._0x4b9e1d,_0x1da799._0x118477,_0x1da799._0x26c3b8)]=_0x3d0c5b['taskId'],_0x1dae09[_0x1bb8e1(-0x40,-0x114,-0xd4,-_0x1da799._0x4c48a4)]=_0x3e24e4,_0x1dae09[_0x7f92fd(_0x1da799._0x5a9268,_0x1da799._0x224277,_0x1da799._0x5f0978,0x389)]=_0x46dc03[_0x1bb8e1(-_0x1da799._0x466c8e,-_0x1da799._0x1acff0,-_0x1da799._0x215529,-0x15a)],_0x5c6f0a['error'](_0x3e8420[_0x1bb8e1(-_0x1da799._0x537d06,-0xbf,0x25,0x12f)],_0x1dae09);const _0x2cb80a={};_0x2cb80a[_0x7f92fd(_0x1da799._0x19a5e9,0x376,_0x1da799._0x446f31,0x394)]=_0x3e8420['HkDxG'],_0x2cb80a[_0x1bb8e1(-0x21e,-_0x1da799._0x5ca9d4,-_0x1da799._0x15b16f,-0x166)]='Failed\x20to\x20'+'read\x20skill',_0x4ea249[_0x7f92fd(_0x1da799._0x14e6d3,0x2cb,0x2ae,0x387)](-0x10c3*0x2+0x23e1+-0x67)[_0x7f92fd(0x2fb,0x316,0x270,0x2fe)](_0x2cb80a);}else{if(_0x3e8420[_0x7f92fd(_0x1da799._0x5c03f8,_0x1da799._0x46367c,_0x1da799._0x393e4b,_0x1da799._0x25544b)](_0x57187e[_0x1bb8e1(-_0x1da799._0xd627f4,-0xb1,0x32,-0xd5)](),_0x3e8420[_0x7f92fd(_0x1da799._0x33531d,0x37e,0x2b6,_0x1da799._0x37aae1)])){_0x16f69f=![],_0x562e94=!![],_0x53ab14=_0x412930+(0x6ad*-0x4+0x5*0x3d7+-0x1*-0x782);continue;}const _0x538e76=_0x57187e[_0x7f92fd(0x2f7,0x3f2,0x470,0x2de)](/^([a-z-]+):\s*(.*)$/);if(_0x538e76){const [,_0x5ca92f,_0x5a3f07]=_0x538e76;if(_0x3e8420['sjSMH'](_0x5ca92f,_0x3e8420['qlRCU'])&&!_0x5a3f07['trim']())_0x2447cc[_0x5ca92f]=[];else{if(_0x5a3f07['trim']()[_0x1bb8e1(0x28,-_0x1da799._0x390db0,-_0x1da799._0x408b81,0x91)]('[')&&_0x5a3f07[_0x1bb8e1(-0xab,_0x1da799._0x25ced4,_0x1da799._0x48e0a5,0x13c)]()[_0x1bb8e1(0x15a,-_0x1da799._0x4450c6,0x90,-_0x1da799._0x1efde3)](']'))_0x2447cc[_0x5ca92f]=_0x5a3f07[_0x1bb8e1(-_0x1da799._0xd12f20,0xf5,_0x1da799._0x48e0a5,0xa5)]()[_0x7f92fd(0x41a,_0x1da799._0x5f1bae,_0x1da799._0x2c3413,0x2bb)](-0x1*0x377+-0x1630+0xcd4*0x2,-(0x1e38+-0xdcc+-0x106b))['split'](',')[_0x1bb8e1(-0x21b,-0x76,-0x126,-0x161)](_0x1a775c=>_0x1a775c[_0x1bb8e1(0xd4,0x99,0x32,0xab)]())[_0x7f92fd(0x40a,_0x1da799._0x5063d9,_0x1da799._0xc65a36,0x529)](Boolean);else _0x5a3f07['trim']()&&(_0x3e8420['YaWVu'](_0x3e8420[_0x7f92fd(_0x1da799._0xb4e9b5,_0x1da799._0x58ef1f,_0x1da799._0xf5eab6,_0x1da799._0x2cca83)],_0x7f92fd(_0x1da799._0x217573,_0x1da799._0x522150,_0x1da799._0x4a0697,0x4d2))?_0x348963[_0x51f6f0]=_0x44534c['trim']()[_0x1bb8e1(-0xe2,_0x1da799._0x6d7ac6,-_0x1da799._0x3a2621,-0x109)](0x1d5d+-0x1d2f+-0x2d*0x1,-(-0x30a*-0x6+-0xc61+0xe*-0x6b))['split'](',')[_0x1bb8e1(-_0x1da799._0xe7a998,-0x92,-0x126,-0x108)](_0x5db50d=>_0x5db50d[_0x7f92fd(0x37b,0x424,0x373,0x447)]())[_0x1bb8e1(0x153,-_0x1da799._0x5d7867,_0x1da799._0x25bee7,0x82)](_0x17fcd6):_0x2447cc[_0x5ca92f]=_0x5a3f07['trim']());}}else{if(_0x57187e[_0x7f92fd(_0x1da799._0x1a3a60,_0x1da799._0x816701,0x30c,_0x1da799._0x348226)]()['startsWith']('-\x20')&&_0x2447cc[_0x3e8420[_0x1bb8e1(0x121,_0x1da799._0x108c20,_0x1da799._0x1c13bd,0x10e)]]){if(_0x3e8420[_0x1bb8e1(0x15f,_0x1da799._0x38dea0,_0x1da799._0x3b7df9,_0x1da799._0x3d01ad)](_0x3e8420[_0x7f92fd(_0x1da799._0x363789,_0x1da799._0x4e73ca,0x20a,_0x1da799._0x421e87)],_0x3e8420[_0x7f92fd(_0x1da799._0x1a39e4,0x2c3,_0x1da799._0xa72a1e,0x2da)])){const _0x475262=Object[_0x1bb8e1(-_0x1da799._0x19a1fd,_0x1da799._0x214f79,_0x1da799._0x4286e6,_0x1da799._0x36c19d)](_0x2447cc)[_0x7f92fd(0x200,0x2df,0x221,_0x1da799._0x19b079)](_0x4d58b4=>Array[_0x7f92fd(0x3d1,0x3bb,0x3de,0x428)](_0x2447cc[_0x4d58b4]));_0x475262&&(_0x3e8420[_0x1bb8e1(-0x22,0x1e,_0x1da799._0x1cd05c,-0xa9)](_0x3e8420[_0x1bb8e1(_0x1da799._0x3fd3f9,-0x84,0x74,-0x52)],_0x3e8420['iCRlu'])?_0x599a21=_0x58e674:_0x2447cc[_0x475262][_0x1bb8e1(-0x3f,0x106,_0x1da799._0x2d8346,-_0x1da799._0x3bf7ea)](_0x57187e['trim']()['slice'](0x6e9+-0x50*-0x37+0x7*-0x371)[_0x7f92fd(0x336,_0x1da799._0x570d7e,_0x1da799._0x524430,0x48c)]()));}else{const _0x31992c={};_0x31992c[_0x7f92fd(_0x1da799._0x1a6a25,_0x1da799._0x43a322,_0x1da799._0x2adce1,_0x1da799._0x280ecc)]=_0x1faedf,_0x31992c[_0x7f92fd(0x454,_0x1da799._0x357582,0x2f1,_0x1da799._0x499ef2)]=_0x5d3eeb,_0x1f59e7['warn']('Task\x20user\x20'+_0x7f92fd(0x348,_0x1da799._0x59d9c9,0x37b,0x30e),_0x31992c);const _0x3e7073={};return _0x3e7073[_0x7f92fd(_0x1da799._0x38bd3c,_0x1da799._0x71bafd,_0x1da799._0x449f53,0x2c4)]=_0x3e8420[_0x1bb8e1(-_0x1da799._0x263d97,-_0x1da799._0x353c2e,-_0x1da799._0x31ea29,-0x191)],_0x3e7073[_0x1bb8e1(-_0x1da799._0x175a36,-_0x1da799._0x4258aa,-_0x1da799._0x34f0d3,-_0x1da799._0x13d63b)]=_0x3e8420[_0x7f92fd(_0x1da799._0x2c312b,0x358,_0x1da799._0x334666,0x23f)],_0x83897f[_0x7f92fd(_0x1da799._0x563bb5,0x2cb,0x3dc,0x2f7)](-0x48e+-0x2b*0x1d+0xafe)[_0x7f92fd(0x394,_0x1da799._0xa74977,0x3d2,_0x1da799._0x522c3f)](_0x3e7073);}}}}}}else{const _0x423940={};_0x423940[_0x1bb8e1(-0x4c,_0x1da799._0xd465aa,_0x1da799._0x502f60,0x3e)]=_0x27c922[_0x1bb8e1(_0x1da799._0x2d7298,-_0x1da799._0x79b276,0xc7,0x91)],_0x423940['skillId']=_0x226919,_0x423940[_0x7f92fd(_0x1da799._0x183aa4,0x3d0,_0x1da799._0x348226,0x4e5)]=_0x4762c7,_0x423940[_0x7f92fd(_0x1da799._0x1a39e4,0x376,_0x1da799._0x38d827,0x449)]=_0x9b9d2[_0x1bb8e1(-_0x1da799._0x498962,-0x43,-0x149,-0x17c)],_0x5afdb1[_0x7f92fd(_0x1da799._0x2ba8a8,0x376,_0x1da799._0xb901f3,_0x1da799._0x472d96)](_0x3e8420['jFFFz'],_0x423940);const _0x4dfff7={};_0x4dfff7['error']=_0x3e8420[_0x1bb8e1(_0x1da799._0x188931,_0x1da799._0x278f19,0x79,0x122)],_0x4dfff7[_0x7f92fd(_0x1da799._0xde4174,0x2a9,_0x1da799._0x3bd404,0x26a)]=_0x3e8420[_0x1bb8e1(-0xb7,-_0x1da799._0x422322,-0x80,-_0x1da799._0x4a3bfd)],_0x759b5[_0x1bb8e1(-_0x1da799._0x31ea29,-0xc9,-_0x1da799._0x4a682f,-_0x1da799._0x37e09a)](-0x16d7*0x1+0x7*-0x189+0x11c5*0x2)[_0x1bb8e1(-0x7c,-_0x1da799._0x3e4416,-0xdc,-0x1c3)](_0x4dfff7);}}const _0x492cf2=_0x562e94?_0x5dcc38[_0x7f92fd(_0x1da799._0x2b89dc,0x3c1,_0x1da799._0x3be295,0x35f)](_0x53ab14)[_0x7f92fd(_0x1da799._0x38f07c,_0x1da799._0xf75f46,0x1f8,_0x1da799._0x26fab7)]('\x0a'):_0x310a3d,_0x27f040={};return _0x27f040[_0x7f92fd(0x44e,0x477,0x488,_0x1da799._0x42a356)+'r']=_0x2447cc,_0x27f040[_0x1bb8e1(0x164,_0x1da799._0x4355f2,0xb6,-_0x1da799._0x5c96bf)]=_0x492cf2,_0x27f040;}function serializeSkillMd(_0xd93d6b,_0x3a0ff9){const _0x461f03={_0x4fc4c5:0x10b,_0x4a0322:0x143,_0x26185b:0x101,_0x5cd55c:0x192,_0x49cb37:0xf0,_0x21c081:0x1d0,_0x542f14:0x1ae,_0x177832:0x263,_0x4ed7b9:0x1b4,_0x5d3385:0x1e4,_0x2cc2af:0x13f,_0x54c3b8:0x264,_0x3ace9d:0x23b,_0x191276:0x137,_0x4c87c5:0x112,_0x494346:0x136,_0x144d6e:0x17f,_0x5a127b:0x66,_0x3ac0a2:0xe8,_0x35d698:0x1f7,_0x4a8239:0x2a4,_0x334e3f:0x17,_0x268fd5:0x92,_0x7f12fe:0x99,_0x2a8e48:0x21d,_0x17b201:0xb8,_0x7347cd:0x103,_0x2c1ddd:0x241,_0x2f2262:0x23a,_0x417f8d:0xdf,_0x54970e:0x53,_0x2e6e96:0x7c,_0x1864d9:0xc9,_0x5b32cd:0x5f,_0x21a798:0x24a,_0x4f15d4:0x1d3,_0x38d05d:0x2da,_0x10fa33:0x1ff,_0x8ea9f9:0x55,_0x4a7e5f:0x15f,_0x2becd2:0x161,_0x5ab21:0x231,_0x23f1ff:0x88,_0x781082:0x11e,_0x6d88fa:0x2f,_0xb918bd:0x1a0,_0x4d3c53:0x36f,_0x19caf3:0x283,_0xcae13c:0x2ff,_0x1c4040:0x232,_0x5ded14:0x256,_0xb138a:0x100,_0x39d927:0x6,_0x3c1f8d:0x1f,_0x7d669c:0x41,_0x57decd:0x131,_0x133261:0x9a,_0x1b31f6:0x1a9,_0x5b4602:0x155,_0xdbd06f:0xd8,_0xf2e459:0x166,_0x1e9a93:0x229,_0x149d9e:0x232,_0x41c1e5:0x103,_0x57bf5c:0x1db,_0x40d510:0xe5,_0x54e27d:0x1aa,_0x560be3:0x156,_0x30098e:0xc3,_0x1c1b87:0x143,_0x44839a:0x115,_0x4268c7:0x1f5,_0xa07f89:0xd1,_0x2d60ea:0x177,_0x2ede5a:0x19c,_0x2d6044:0x11d,_0x2aa45e:0x180,_0x48d012:0x151,_0x21f016:0x232,_0x44da65:0x348,_0x114184:0x111,_0x205dcd:0x4b,_0x5a1996:0x5,_0xb7e9fa:0x65,_0x51f3f0:0x25},_0xb38455={_0x5f56bd:0x344};function _0x3233e2(_0x199de7,_0x2b0866,_0x570bce,_0x1ab690){return _0x3026(_0x1ab690- -_0xb38455._0x5f56bd,_0x570bce);}const _0x304956={};_0x304956[_0x1cd031(0x91,_0x461f03._0x4fc4c5,_0x461f03._0x4a0322,0x1a7)]=_0x1cd031(0xe5,0x214,_0x461f03._0x26185b,_0x461f03._0x5cd55c)+_0x1cd031(_0x461f03._0x49cb37,_0x461f03._0x21c081,_0x461f03._0x542f14,_0x461f03._0x177832)+_0x3233e2(-0xe8,-0x8a,-0x1f6,-0x10b)+_0x3233e2(-_0x461f03._0x4ed7b9,-0x23a,-_0x461f03._0x5d3385,-_0x461f03._0x4a0322)+_0x1cd031(_0x461f03._0x2cc2af,_0x461f03._0x54c3b8,_0x461f03._0x3ace9d,_0x461f03._0x191276)+',\x20hyphens,'+_0x3233e2(-_0x461f03._0x4c87c5,-0x254,-0xe5,-0x1a0)+_0x3233e2(_0x461f03._0x494346,_0x461f03._0x144d6e,-0x6b,_0x461f03._0x5a127b),_0x304956['bzwKK']=_0x3233e2(-0x165,-_0x461f03._0x3ac0a2,-_0x461f03._0x35d698,-0x14e),_0x304956[_0x1cd031(_0x461f03._0x4a8239,0x2ec,0x223,0x31a)]='xYAGy',_0x304956[_0x1cd031(_0x461f03._0x334e3f,0x8,0xcb,_0x461f03._0x268fd5)]='CpyCI',_0x304956['clhqk']=function(_0x2feda7,_0x3fd7a3){return _0x2feda7===_0x3fd7a3;},_0x304956[_0x1cd031(_0x461f03._0x7f12fe,0x59,0x173,_0x461f03._0x2a8e48)]=function(_0x1a7610,_0x17d391){return _0x1a7610!==_0x17d391;},_0x304956[_0x1cd031(0x175,0x145,_0x461f03._0x17b201,0x108)]=function(_0xd9b7da,_0x506772){return _0xd9b7da!==_0x506772;},_0x304956[_0x3233e2(-_0x461f03._0x7347cd,-0x2c4,-_0x461f03._0x2c1ddd,-0x1b1)]='mqNfI',_0x304956['MQtgM']=_0x1cd031(0x220,_0x461f03._0x2f2262,0x17e,_0x461f03._0x417f8d);const _0x1ac20f=_0x304956,_0x27a6da=[_0x1ac20f[_0x1cd031(_0x461f03._0x54970e,_0x461f03._0x2e6e96,0x154,_0x461f03._0x1864d9)]];for(const [_0x286af6,_0xdd6331]of Object[_0x3233e2(0xbc,0xe3,-0x81,_0x461f03._0x5b32cd)](_0xd93d6b)){if(_0x1ac20f[_0x1cd031(_0x461f03._0x21a798,0x206,0x223,0x15a)]===_0x1ac20f[_0x3233e2(-0x10f,-0xe6,-_0x461f03._0x4f15d4,-0x142)])_0x22a46d[_0x1cd031(0x296,_0x461f03._0x38d05d,_0x461f03._0x10fa33,0xed)+'int']=_0x5e2b31;else{if(Array[_0x1cd031(_0x461f03._0x8ea9f9,_0x461f03._0x4a7e5f,_0x461f03._0x2becd2,_0x461f03._0x5ab21)](_0xdd6331)){if(_0x1ac20f[_0x3233e2(_0x461f03._0x23f1ff,_0x461f03._0x781082,-0xa,_0x461f03._0x6d88fa)](_0xdd6331[_0x1cd031(_0x461f03._0xb918bd,0x2e2,0x25e,_0x461f03._0x4d3c53)],-0x26f7+-0xc46+0x333d))_0x27a6da['push'](_0x286af6+':\x20[]');else{_0x27a6da[_0x1cd031(_0x461f03._0x19caf3,_0x461f03._0xcae13c,_0x461f03._0x1c4040,_0x461f03._0x5ded14)](_0x286af6+':');for(const _0x40c51b of _0xdd6331){_0x27a6da['push'](_0x1cd031(0x16b,0x151,_0x461f03._0xb138a,_0x461f03._0x39d927)+_0x40c51b);}}}else{if(_0x1ac20f[_0x3233e2(_0x461f03._0x3c1f8d,_0x461f03._0x7d669c,-_0x461f03._0x57decd,-_0x461f03._0x133261)](_0xdd6331,undefined)&&_0xdd6331!==null&&_0x1ac20f[_0x3233e2(-0x10d,-0x194,-_0x461f03._0x1b31f6,-_0x461f03._0x5b4602)](_0xdd6331,'')){if(_0x1ac20f[_0x3233e2(-0x9d,-_0x461f03._0xdbd06f,-0xef,-0x1b1)]!==_0x1ac20f['MQtgM'])_0x27a6da[_0x1cd031(_0x461f03._0xf2e459,_0x461f03._0x1e9a93,_0x461f03._0x149d9e,0x165)](_0x286af6+':\x20'+_0xdd6331);else{const _0x3a635d={};return _0x3a635d[_0x1cd031(0x104,_0x461f03._0x41c1e5,0x11c,0x1cd)]=_0x1cd031(_0x461f03._0x57bf5c,_0x461f03._0x40d510,_0x461f03._0x54e27d,_0x461f03._0x560be3)+'t',_0x3a635d[_0x1cd031(_0x461f03._0x30098e,0xec,0x4f,0x6)]=_0x1ac20f[_0x1cd031(0x12f,0x7f,_0x461f03._0x1c1b87,_0x461f03._0x44839a)],_0x2ae85a[_0x3233e2(-_0x461f03._0x4268c7,-_0x461f03._0xa07f89,-_0x461f03._0x2d60ea,-_0x461f03._0x2ede5a)](0x1*-0x107+0x373+-0xdc)[_0x3233e2(-_0x461f03._0x2d6044,-_0x461f03._0x2aa45e,-0x20a,-_0x461f03._0x48d012)](_0x3a635d);}}}}}_0x27a6da[_0x1cd031(0x2ee,0x1ff,_0x461f03._0x21f016,_0x461f03._0x44da65)](_0x1cd031(0x23,0x124,0xbf,0x61)),_0x27a6da[_0x3233e2(_0x461f03._0x114184,-_0x461f03._0x205dcd,_0x461f03._0x5a1996,0x25)](''),_0x27a6da[_0x3233e2(-0xce,-0x24,-_0x461f03._0xb7e9fa,_0x461f03._0x51f3f0)](_0x3a0ff9);function _0x1cd031(_0x2bb83d,_0x11287d,_0x2569bf,_0x6b0202){return _0x3026(_0x2569bf- -0x137,_0x6b0202);}return _0x27a6da['join']('\x0a');}async function requireTaskAuth(_0x59f0c0,_0x100612,_0x36d971){const _0x4fc406={_0x353d6b:0x4dd,_0x28c592:0x3d7,_0x4cb5a3:0x5a9,_0x1955d8:0x70c,_0x4cacd7:0x6d0,_0x579511:0x4d8,_0x48d2d1:0x5af,_0x121482:0x4d5,_0x2d55bf:0x57f,_0x30c6e4:0x6a1,_0x277c53:0x775,_0x18bb04:0x573,_0x163e37:0x66a,_0x24bc0f:0x677,_0x1b2f99:0x568,_0x35b71f:0x4dc,_0x55264c:0x3c6,_0x39ad58:0x5ec,_0x4913cc:0x65a,_0x31c082:0x4c3,_0x17816e:0x4c6,_0x51bbd9:0x5d3,_0x555c21:0x692,_0x225be2:0x631,_0x26404b:0x53f,_0x11066a:0x3c8,_0x29c51c:0x4d6,_0x42901d:0x49a,_0x189630:0x388,_0x1cb9b0:0x66a,_0x3550ef:0x6f1,_0x5eed02:0x31d,_0x3d8969:0x57c,_0x51ed3c:0x5ed,_0x507db4:0x87d,_0x49ff68:0x4a4,_0x29bfe8:0x461,_0x3a3323:0x56f,_0x48a9bf:0x52b,_0x416fb4:0x5c2,_0x2e876e:0x64b,_0x1777ff:0x500,_0x540633:0x723,_0x1345bd:0x56b,_0x50ad01:0x51d,_0x562a99:0x4e2,_0x29b79d:0x41c,_0x3e836c:0x4f9,_0x25c3c5:0x5ca,_0xf62b23:0x589,_0x6339d2:0x5b1,_0x5528f4:0x62c,_0x30c333:0x731,_0x5763b1:0x5fa,_0x3e9feb:0x61e,_0x35d6de:0x5ae,_0x3c2098:0x5d7,_0x53f495:0x479,_0x38e7a4:0x45c,_0x4e7a45:0x4b0,_0xd007ff:0x5a0,_0xff9e8c:0x52e,_0x2f0f10:0x599,_0x3b4b25:0x620,_0x3ab94d:0x4be,_0x242552:0x5a0,_0x31269d:0x783,_0x35bcde:0x710,_0xff920d:0x6ac,_0x49c793:0x53c,_0x403a41:0x50f,_0x345e6f:0x529,_0x29e66a:0x622,_0x4b78cb:0x4be,_0x115e6f:0x4a8,_0x3413b1:0x5b9,_0x13cea3:0x584,_0x44205c:0x5c9,_0x482687:0x4fd,_0x192553:0x4c4,_0xccf98:0x448,_0x553de7:0x326,_0x49e81d:0x583,_0x16090a:0x69b,_0x5611e7:0x40e,_0x1edf44:0x406,_0x336dec:0x63a,_0xa2fb84:0x56a,_0x1a72c4:0x566,_0xd2e0db:0x6fb,_0x328a44:0x6cf,_0xab3f3:0x5d4,_0x88a8ae:0x5fa,_0x122dd3:0x58a,_0x48d8a2:0x5cc,_0x5a8ed5:0x875,_0x2b6d72:0x810,_0x4bd8c3:0x341,_0x3674f3:0x430,_0x2506ec:0x36c,_0x4c39aa:0x60d,_0x36a5bd:0x5c8,_0x14a199:0x515,_0x24eb58:0x5d3,_0xdfe9b6:0x6a4,_0x4f463d:0x600,_0x56cbe8:0x622,_0x7494ba:0x729,_0x227971:0x457,_0x5e2988:0x4cf,_0x4d11ed:0x662,_0x2afa98:0x55a,_0x24d51e:0x85d,_0x416c19:0x803,_0x26729f:0x6a6,_0x24067a:0x566,_0x14785f:0x45a,_0x41fc6d:0x459,_0x58c8ea:0x69e,_0x5b129a:0x71e,_0x56c4a3:0x656,_0x4b29f6:0x497,_0x1ac718:0x4a6,_0x188201:0x438,_0x4882af:0x506,_0x825eb0:0x611,_0x125786:0x60f,_0x3d8d64:0x5d9,_0x52e9cc:0x456,_0xb504ae:0x5f6,_0x35a89e:0x686,_0x52cae2:0x56b,_0x866827:0x540,_0x183ba7:0x4d1,_0x511084:0x430,_0x129f94:0x39a,_0x2f3d24:0x51f,_0x3fb8cc:0x585,_0x1506d6:0x628,_0x125429:0x68b,_0x40d902:0x798,_0x41a6df:0x567,_0x12c643:0x5be,_0x561b22:0x5de,_0x573943:0x6c4,_0x34c918:0x7ab,_0x10b81e:0x63e,_0x1eb6e8:0x5cf,_0x53b353:0x5d5,_0x5f47e0:0x645,_0x3f9c79:0x63d,_0x42c61c:0x73e,_0x599c24:0x3c3,_0x3eeab3:0x443,_0x12681e:0x3e4,_0x4b6067:0x34f,_0x264149:0x410,_0xeb4fb4:0x5b1,_0x484267:0x73b,_0x32e036:0x605,_0x5a1683:0x6d1,_0x4ef158:0x5b5,_0x4033ef:0x6dd,_0x13bcbd:0x50a,_0x4ab766:0x4d7,_0x52173c:0x51c,_0x40fc20:0x649,_0x4388ee:0x61e,_0x365e74:0x508,_0x416c08:0x49d,_0x29801d:0x4e6,_0x5a584d:0x857,_0x3fc108:0x769,_0x3d63e0:0x32e,_0xfb1e57:0x6cd,_0x44810b:0x72b,_0x13e0a7:0x3e5,_0x16357c:0x400,_0x4229c6:0x372,_0x431c7a:0x616,_0x1c7319:0x5e2,_0x5718ba:0x574,_0x3de65e:0x6e4,_0x52189f:0x526,_0x11bc81:0x81b,_0x1bc6dd:0x758,_0x49982e:0x7c4,_0x524983:0x5c3,_0x40d298:0x5da,_0x13f86d:0x4f8,_0x2a6445:0x459,_0x40700a:0x44d,_0x1c72e7:0x437,_0x10d7ec:0x49e,_0x40e06f:0x538,_0x3633b5:0x66e,_0x50d34b:0x6fc,_0x55fb5f:0x770,_0x52ae34:0x60b,_0x57e3cd:0x706,_0x59ac9b:0x718,_0x1111a8:0x7a4,_0x3ad079:0x6fc,_0x5a5a8d:0x65c,_0x126218:0x54f,_0x5ef818:0x42f,_0x516e5f:0x4e3,_0xcb7aeb:0x56e,_0x31822a:0x4fe,_0x4b7616:0x720,_0x1319cd:0x727,_0x287374:0x7a9,_0xcf4641:0x61c,_0x41f560:0x504,_0x2e8a8a:0x51c,_0x18929e:0x350,_0x2aaf0d:0x3a6,_0x120d57:0x4d9,_0x2e4b6d:0x675,_0x39fdb7:0x567,_0x2c4a11:0x6b1,_0x143569:0x5da,_0x2e8db7:0x678,_0x3bd936:0x68f,_0x537034:0x768,_0x279e9f:0x71c,_0x4ff855:0x490,_0x5b2e93:0x53c,_0x25bca7:0x429,_0x1f560a:0x356,_0x443dc7:0x649,_0x1bce9b:0x5da,_0x163d99:0x5c1,_0x28eb8a:0x5c4,_0x41458d:0x659,_0x1de542:0x7bc,_0xb80f98:0x5ea},_0x104a91={_0x20f0d0:0x23d},_0x278187={_0x270ba0:0x3be},_0xe65b0={'JrbEi':_0x20573d(_0x4fc406._0x353d6b,_0x4fc406._0x28c592,0x4eb,_0x4fc406._0x4cb5a3)+_0x58bf62(0x776,_0x4fc406._0x1955d8,0x6fc,_0x4fc406._0x4cacd7)+_0x20573d(_0x4fc406._0x579511,_0x4fc406._0x48d2d1,_0x4fc406._0x121482,_0x4fc406._0x2d55bf)+_0x58bf62(0x645,0x64e,0x583,0x55a)+')','VUqyy':'x-task-id','Iqhwq':_0x58bf62(0x769,_0x4fc406._0x30c6e4,_0x4fc406._0x277c53,0x634)+_0x58bf62(_0x4fc406._0x18bb04,_0x4fc406._0x163e37,0x5a7,_0x4fc406._0x24bc0f)+_0x58bf62(0x5e9,_0x4fc406._0x1b2f99,0x5c8,0x67e)+_0x20573d(0x4b5,0x5ca,_0x4fc406._0x35b71f,_0x4fc406._0x55264c)+_0x20573d(0x55a,0x47a,_0x4fc406._0x39ad58,_0x4fc406._0x4913cc),'eBaUl':_0x20573d(_0x4fc406._0x31c082,0x493,0x56f,_0x4fc406._0x17816e)+'ed','xJgxg':_0x58bf62(_0x4fc406._0x51bbd9,0x6a1,0x5a9,0x6f6)+'gement\x20rou'+'te\x20not\x20ini'+'tialized','BcOew':_0x58bf62(0x5ac,_0x4fc406._0x555c21,_0x4fc406._0x225be2,0x787)+_0x20573d(0x58d,0x4cb,0x532,_0x4fc406._0x26404b)+_0x20573d(_0x4fc406._0x11066a,_0x4fc406._0x29c51c,_0x4fc406._0x42901d,_0x4fc406._0x189630),'bhXft':'Skill\x20mana'+_0x58bf62(0x56f,_0x4fc406._0x1cb9b0,0x5c9,_0x4fc406._0x3550ef)+'uest\x20with\x20'+_0x20573d(0x40b,0x3e0,0x343,_0x4fc406._0x5eed02)+'sk\x20ID','QNWhl':function(_0x23da46,_0x5f160d){return _0x23da46(_0x5f160d);},'dMmfg':_0x20573d(_0x4fc406._0x3d8969,_0x4fc406._0x51ed3c,0x52c,0x548)+_0x58bf62(_0x4fc406._0x507db4,0x764,0x840,0x75a),'lToxf':_0x58bf62(_0x4fc406._0x49ff68,0x554,0x4e9,_0x4fc406._0x29bfe8)+_0x20573d(_0x4fc406._0x3a3323,0x611,_0x4fc406._0x48a9bf,_0x4fc406._0x416fb4),'hxksm':_0x58bf62(0x682,0x690,0x590,_0x4fc406._0x2e876e)+_0x20573d(_0x4fc406._0x1777ff,0x477,0x584,0x58f)+_0x58bf62(_0x4fc406._0x540633,0x60e,_0x4fc406._0x1345bd,_0x4fc406._0x50ad01)+'rmission','vuHAG':_0x20573d(0x4b1,_0x4fc406._0x562a99,_0x4fc406._0x29b79d,_0x4fc406._0x3e836c)+_0x20573d(_0x4fc406._0x25c3c5,_0x4fc406._0xf62b23,0x4dc,0x65a)+_0x58bf62(_0x4fc406._0x6339d2,_0x4fc406._0x5528f4,_0x4fc406._0x30c333,_0x4fc406._0x5763b1)+_0x58bf62(_0x4fc406._0x3e9feb,_0x4fc406._0x35d6de,_0x4fc406._0x3c2098,0x648)+_0x20573d(_0x4fc406._0x53f495,0x49a,0x3a3,_0x4fc406._0x38e7a4)+_0x20573d(_0x4fc406._0x4e7a45,_0x4fc406._0xd007ff,_0x4fc406._0xff9e8c,0x52f),'iVhfB':function(_0x756bc,_0xa4602c){return _0x756bc===_0xa4602c;},'HvLyF':_0x58bf62(0x4fb,_0x4fc406._0x2f0f10,0x5ab,_0x4fc406._0x3b4b25),'QGkMm':_0x20573d(0x595,_0x4fc406._0x3ab94d,0x55a,0x541),'MTLRG':_0x20573d(0x4bd,0x42e,0x538,0x4cd),'sThAU':_0x20573d(0x542,_0x4fc406._0x242552,0x5b3,0x4a7)+_0x58bf62(_0x4fc406._0x31269d,_0x4fc406._0x35bcde,0x739,0x75c)+'d','mxZVU':function(_0x5aaf21){return _0x5aaf21();}};function _0x58bf62(_0x31fe9e,_0x51bbe9,_0x299534,_0x3a11a8){return _0x3026(_0x51bbe9-_0x278187._0x270ba0,_0x299534);}const _0x49cf98=_0x59f0c0[_0x58bf62(_0x4fc406._0xff920d,0x5ba,_0x4fc406._0x49c793,_0x4fc406._0x403a41)][_0xe65b0[_0x20573d(0x513,_0x4fc406._0x345e6f,0x56b,_0x4fc406._0x29e66a)]];if(!_0x49cf98){logger['warn'](_0xe65b0[_0x20573d(_0x4fc406._0x4b78cb,_0x4fc406._0x115e6f,0x544,_0x4fc406._0x3413b1)]);const _0x5f4845={};return _0x5f4845[_0x58bf62(_0x4fc406._0x13cea3,0x611,_0x4fc406._0x44205c,_0x4fc406._0x482687)]=_0xe65b0[_0x20573d(_0x4fc406._0x192553,0x503,0x492,_0x4fc406._0xccf98)],_0x5f4845[_0x20573d(0x3c3,0x3c7,_0x4fc406._0x553de7,0x3ed)]=_0x20573d(_0x4fc406._0x49e81d,0x607,_0x4fc406._0x16090a,0x590)+_0x20573d(0x4fb,0x53c,_0x4fc406._0x5611e7,_0x4fc406._0x1edf44)+_0x58bf62(_0x4fc406._0x336dec,0x629,0x675,_0x4fc406._0xa2fb84),_0x100612[_0x58bf62(0x4a5,_0x4fc406._0x1a72c4,0x5f1,0x513)](-0x523+0x856*-0x2+-0x2c*-0x88)['json'](_0x5f4845);}if(!tasks){logger['error'](_0xe65b0['xJgxg']);const _0x5bc014={};return _0x5bc014['error']=_0x58bf62(0x713,_0x4fc406._0xd2e0db,_0x4fc406._0x328a44,0x7e2)+_0x20573d(_0x4fc406._0xab3f3,0x509,_0x4fc406._0x88a8ae,0x5b7)+'r',_0x5bc014[_0x58bf62(_0x4fc406._0x122dd3,0x544,0x4b0,_0x4fc406._0x48d8a2)]=_0xe65b0[_0x58bf62(_0x4fc406._0x5a8ed5,0x75d,0x72b,_0x4fc406._0x2b6d72)],_0x100612[_0x20573d(0x3e5,_0x4fc406._0x4bd8c3,0x324,0x4a4)](-0x1bf1+0x80c+0x7*0x31f)[_0x20573d(_0x4fc406._0x3674f3,_0x4fc406._0x2506ec,_0x4fc406._0x4bd8c3,0x39f)](_0x5bc014);}const _0x586ac6=tasks[_0x58bf62(_0x4fc406._0x4c39aa,_0x4fc406._0x36a5bd,_0x4fc406._0x14a199,0x6a8)](_0x49cf98);if(!_0x586ac6){const _0x1e6a7d={};_0x1e6a7d[_0x20573d(_0x4fc406._0x24eb58,_0x4fc406._0xdfe9b6,0x693,0x6e7)]=_0x49cf98,logger[_0x58bf62(_0x4fc406._0x4f463d,_0x4fc406._0x56cbe8,_0x4fc406._0x7494ba,0x6c0)](_0xe65b0['bhXft'],_0x1e6a7d);const _0x4484a4={};return _0x4484a4[_0x20573d(0x490,0x56c,_0x4fc406._0x227971,_0x4fc406._0x5e2988)]=_0xe65b0['eBaUl'],_0x4484a4[_0x58bf62(0x4a5,0x544,0x4dd,0x45c)]=_0x58bf62(_0x4fc406._0x4d11ed,_0x4fc406._0x2afa98,0x592,_0x4fc406._0x562a99)+_0x58bf62(_0x4fc406._0x24d51e,0x756,_0x4fc406._0x416c19,_0x4fc406._0x26729f),_0x100612[_0x58bf62(0x48a,_0x4fc406._0x24067a,0x51f,_0x4fc406._0x14785f)](-0x2287+0x10c7+0x5*0x3dd)['json'](_0x4484a4);}if(!_0x586ac6[_0x20573d(_0x4fc406._0x41fc6d,0x346,0x4a7,0x3a7)+'t']){const _0x25fd8a={};_0x25fd8a[_0x58bf62(_0x4fc406._0x58c8ea,0x754,_0x4fc406._0x5b129a,_0x4fc406._0x56c4a3)]=_0x49cf98,logger['warn'](_0x20573d(0x593,_0x4fc406._0x4b29f6,0x4c5,0x4f5)+_0x20573d(_0x4fc406._0x1ac718,0x5a7,0x3dd,_0x4fc406._0x188201)+'ent',_0x25fd8a);const _0x1f4a2d={};return _0x1f4a2d[_0x58bf62(_0x4fc406._0x4882af,_0x4fc406._0x825eb0,_0x4fc406._0x125786,_0x4fc406._0x3d8d64)]=_0x20573d(0x51e,_0x4fc406._0x48d8a2,0x4ac,0x5e9)+'t',_0x1f4a2d[_0x58bf62(_0x4fc406._0x52e9cc,0x544,0x5d4,0x432)]='Task\x20has\x20n'+_0x58bf62(_0x4fc406._0xb504ae,0x67d,0x5ce,_0x4fc406._0x35a89e)+_0x58bf62(0x519,_0x4fc406._0x52cae2,_0x4fc406._0x866827,0x5d3)+_0x20573d(_0x4fc406._0x183ba7,0x4c5,_0x4fc406._0x25c3c5,0x544),_0x100612['status'](-0x5*-0x31a+-0x2*-0xe01+-0x4*0xa7d)[_0x20573d(_0x4fc406._0x511084,0x41d,_0x4fc406._0x5e2988,_0x4fc406._0x129f94)](_0x1f4a2d);}const _0x594d33=_0x586ac6[_0x58bf62(_0x4fc406._0x2f3d24,_0x4fc406._0x3fb8cc,0x697,_0x4fc406._0x1506d6)]?.[_0x58bf62(_0x4fc406._0x31269d,_0x4fc406._0x125429,_0x4fc406._0x40d902,0x583)];function _0x20573d(_0x25e7cf,_0xee19c,_0x48cc91,_0xd1e34b){return _0x3026(_0x25e7cf-_0x104a91._0x20f0d0,_0x48cc91);}const _0x3fe70e=await _0xe65b0[_0x58bf62(_0x4fc406._0x41a6df,_0x4fc406._0x12c643,0x513,0x5d1)](findUserById,_0x594d33);if(!_0x3fe70e){const _0x2f72e8={};_0x2f72e8[_0x20573d(0x5d3,_0x4fc406._0x561b22,_0x4fc406._0x573943,0x5e9)]=_0x49cf98,_0x2f72e8[_0x58bf62(0x71a,_0x4fc406._0x125429,0x794,0x77e)]=_0x594d33,logger['warn'](_0x58bf62(_0x4fc406._0x34c918,0x748,0x81d,_0x4fc406._0x10b81e)+_0x58bf62(0x574,_0x4fc406._0x1eb6e8,0x65b,0x4e3),_0x2f72e8);const _0x965a38={};return _0x965a38['error']=_0xe65b0[_0x58bf62(_0x4fc406._0x53b353,_0x4fc406._0x5f47e0,_0x4fc406._0x3f9c79,_0x4fc406._0x42c61c)],_0x965a38[_0x20573d(_0x4fc406._0x599c24,_0x4fc406._0x3eeab3,_0x4fc406._0x12681e,0x3e1)]=_0xe65b0[_0x20573d(0x43a,_0x4fc406._0x4b6067,_0x4fc406._0x264149,0x334)],_0x100612['status'](-0x705+-0x525+-0x5f*-0x25)[_0x58bf62(0x4fd,_0x4fc406._0xeb4fb4,0x55b,0x4e8)](_0x965a38);}if(!await hasPermission(_0x3fe70e['id'],_0xe65b0[_0x58bf62(0x6b5,0x6df,_0x4fc406._0x484267,_0x4fc406._0x32e036)],_0x586ac6[_0x58bf62(0x607,0x5da,_0x4fc406._0x2d55bf,_0x4fc406._0x5a1683)+'t'])){const _0x4031b4={};_0x4031b4[_0x20573d(0x5d3,0x6d8,_0x4fc406._0x4ef158,_0x4fc406._0x4033ef)]=_0x49cf98,_0x4031b4[_0x20573d(_0x4fc406._0x13bcbd,_0x4fc406._0x4ab766,0x45c,_0x4fc406._0x52173c)]=_0x3fe70e['id'],_0x4031b4[_0x58bf62(_0x4fc406._0x40fc20,_0x4fc406._0x4388ee,_0x4fc406._0x365e74,0x5a7)]=_0x3fe70e[_0x20573d(_0x4fc406._0x416c08,_0x4fc406._0x482687,0x464,0x53e)],logger[_0x20573d(0x4a1,0x4d1,0x556,_0x4fc406._0x29801d)](_0xe65b0[_0x58bf62(_0x4fc406._0x5a584d,_0x4fc406._0x3fc108,0x817,0x86b)],_0x4031b4);const _0x1d58ef={};return _0x1d58ef['error']=_0x20573d(0x3ec,0x4fb,_0x4fc406._0x3d63e0,0x3ca),_0x1d58ef['message']=_0xe65b0[_0x58bf62(0x73c,_0x4fc406._0xfb1e57,0x703,_0x4fc406._0x44810b)],_0x100612[_0x20573d(_0x4fc406._0x13e0a7,_0x4fc406._0x16357c,0x2fa,0x483)](0x165c+0x1e72+0x3d*-0xd7)[_0x20573d(0x430,0x334,_0x4fc406._0x4229c6,0x4ae)](_0x1d58ef);}_0x59f0c0[_0x20573d(0x590,_0x4fc406._0x431c7a,_0x4fc406._0x1c7319,0x5c9)+'k']=_0x586ac6,_0x59f0c0[_0x58bf62(_0x4fc406._0x825eb0,0x5fb,_0x4fc406._0x5718ba,0x4f7)]=_0x3fe70e,_0x59f0c0[_0x58bf62(_0x4fc406._0x3de65e,0x5da,0x543,_0x4fc406._0x52189f)+_0x58bf62(_0x4fc406._0x11bc81,_0x4fc406._0x1bc6dd,0x869,_0x4fc406._0x49982e)]=_0x586ac6['environmen'+'t'];const _0x45c186=coderConfig?.[_0x58bf62(_0x4fc406._0x524983,_0x4fc406._0x40d298,_0x4fc406._0x13f86d,0x67f)+'ts']?.[_0x586ac6[_0x20573d(_0x4fc406._0x2a6445,0x41a,_0x4fc406._0x40700a,0x478)+'t']];if(!_0x45c186){if(_0xe65b0[_0x20573d(0x4e1,0x4a4,0x542,_0x4fc406._0x1c72e7)](_0xe65b0['HvLyF'],_0xe65b0[_0x20573d(_0x4fc406._0x10d7ec,0x43f,_0x4fc406._0x40e06f,0x476)])){!_0x42d71c[_0x58bf62(_0x4fc406._0x3633b5,_0x4fc406._0x50d34b,_0x4fc406._0x55fb5f,_0x4fc406._0x52ae34)]&&(_0x210f21[_0x58bf62(_0x4fc406._0x57e3cd,0x6fc,_0x4fc406._0x59ac9b,0x7bf)]=[]);if(!_0x268301[_0x58bf62(_0x4fc406._0x1111a8,_0x4fc406._0x3ad079,0x753,_0x4fc406._0x5a5a8d)][_0x20573d(0x484,0x43f,_0x4fc406._0x126218,_0x4fc406._0x5ef818)](_0x2b4459)){_0x37e05c[_0x20573d(0x57b,_0x4fc406._0x516e5f,_0x4fc406._0xcb7aeb,_0x4fc406._0x31822a)][_0x58bf62(_0x4fc406._0x4b7616,_0x4fc406._0x1319cd,_0x4fc406._0x287374,_0x4fc406._0xcf4641)](_0x5b62f5),_0x3ffac5=!![];const _0xf26275={};_0xf26275[_0x20573d(_0x4fc406._0x188201,_0x4fc406._0x41f560,0x43a,_0x4fc406._0x2e8a8a)]=_0x426fca,_0xf26275[_0x20573d(0x459,_0x4fc406._0x18929e,_0x4fc406._0x2aaf0d,_0x4fc406._0x120d57)+'t']=_0x1d6d0c,_0x211ee4[_0x58bf62(_0x4fc406._0xcf4641,0x5d1,0x627,_0x4fc406._0x2e4b6d)](_0xe65b0[_0x20573d(_0x4fc406._0x39fdb7,0x5c4,0x606,0x5bd)],_0xf26275);}}else{const _0x33bcc5={};_0x33bcc5['taskId']=_0x49cf98,_0x33bcc5['environmen'+'t']=_0x586ac6[_0x58bf62(_0x4fc406._0x2c4a11,_0x4fc406._0x143569,_0x4fc406._0x50ad01,0x630)+'t'],logger[_0x58bf62(_0x4fc406._0x2e8db7,0x622,_0x4fc406._0x3bd936,0x5e1)]('Environmen'+_0x58bf62(0x7b6,0x710,_0x4fc406._0x537034,_0x4fc406._0x279e9f)+'d',_0x33bcc5);const _0x4b1e2d={};return _0x4b1e2d[_0x20573d(_0x4fc406._0x4ff855,_0x4fc406._0x5b2e93,0x4fd,_0x4fc406._0x25bca7)]=_0xe65b0['MTLRG'],_0x4b1e2d['message']=_0xe65b0['sThAU'],_0x100612[_0x20573d(0x3e5,_0x4fc406._0x1f560a,0x2d2,0x315)](-0x187*0x11+0x158+-0x161*-0x13)[_0x58bf62(0x64a,_0x4fc406._0xeb4fb4,0x49a,0x57d)](_0x4b1e2d);}}_0x59f0c0[_0x58bf62(_0x4fc406._0x443dc7,_0x4fc406._0x1bce9b,_0x4fc406._0x365e74,0x645)+'tConfig']=_0x45c186,_0x59f0c0['assignedSk'+_0x58bf62(0x646,_0x4fc406._0x163d99,_0x4fc406._0x28eb8a,_0x4fc406._0x41458d)]=_0x45c186[_0x58bf62(_0x4fc406._0x328a44,0x6fc,_0x4fc406._0x1de542,_0x4fc406._0xb80f98)]||[],_0xe65b0['mxZVU'](_0x36d971);}function _0x3026(_0x2019b8,_0x185755){_0x2019b8=_0x2019b8-(0x1*0x226d+-0x13*-0x19f+-0x35b*0x13);const _0x3e7347=_0x3b6e();let _0xd7761a=_0x3e7347[_0x2019b8];if(_0x3026['YUFfLS']===undefined){var _0x1ae33a=function(_0x4d123e){const _0x4ea60b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3f9d43='',_0x420f34='';for(let _0x4e3d92=-0x1b45*-0x1+0x247f+0x9a*-0x6a,_0xb63730,_0x5d0e6b,_0x329169=-0x64d+0x31*-0x53+0x1630;_0x5d0e6b=_0x4d123e['charAt'](_0x329169++);~_0x5d0e6b&&(_0xb63730=_0x4e3d92%(0x120f*0x1+0x29f*0xc+-0x317f)?_0xb63730*(0x1*-0x107e+-0x8d*0x3a+-0x10*-0x30b)+_0x5d0e6b:_0x5d0e6b,_0x4e3d92++%(0x9db+0xf3d+0x3c*-0x6b))?_0x3f9d43+=String['fromCharCode'](-0x1c3d+0x713*-0x3+0x3275&_0xb63730>>(-(0x25f4+-0x2236+-0x3bc*0x1)*_0x4e3d92&0x2c6*0x6+-0x2225*-0x1+-0x71*0x73)):0x1*0x1835+0x3f9+-0x1c2e){_0x5d0e6b=_0x4ea60b['indexOf'](_0x5d0e6b);}for(let _0x485414=-0x2bd*0x1+0x10fd*-0x1+0x13ba,_0x3ed4ae=_0x3f9d43['length'];_0x485414<_0x3ed4ae;_0x485414++){_0x420f34+='%'+('00'+_0x3f9d43['charCodeAt'](_0x485414)['toString'](-0x1654+-0x17b4+-0x28*-0x127))['slice'](-(0x206a+-0x9c3+-0x16a5));}return decodeURIComponent(_0x420f34);};_0x3026['rHJeeD']=_0x1ae33a,_0x3026['gWPgJX']={},_0x3026['YUFfLS']=!![];}const _0x50c97c=_0x3e7347[0x1c9f+-0x10*-0x12e+-0x2f7f],_0x5140cc=_0x2019b8+_0x50c97c,_0x2cb60c=_0x3026['gWPgJX'][_0x5140cc];return!_0x2cb60c?(_0xd7761a=_0x3026['rHJeeD'](_0xd7761a),_0x3026['gWPgJX'][_0x5140cc]=_0xd7761a):_0xd7761a=_0x2cb60c,_0xd7761a;}async function validateSkillAccess(_0x51d03f,_0x2351a5,_0x35e4a7){const _0x19e885={_0x3e6ed1:0xb6,_0x350d6c:0xd2,_0x43ea76:0x34e,_0xd863:0x392,_0x2e4acd:0xd5,_0x1fe5d0:0x1ff,_0xd0cdb4:0x119,_0x13516f:0x173,_0x1c7462:0x160,_0x97f763:0x32,_0x4ef998:0x71,_0x416be9:0x214,_0xde8f4c:0x1f0,_0x55afce:0x120,_0x417d27:0x43,_0x38bfe8:0x305,_0x29dacd:0x339,_0x40da1f:0xba,_0x217a9f:0x29b,_0x95e768:0x242,_0x3186fa:0x1b3,_0x164b9e:0x1c7,_0x2aabab:0x131,_0x22915d:0x5,_0x1ab360:0x109,_0x1eaf5a:0x1ea,_0x1c9d40:0x52,_0x395ede:0x13f,_0x37517b:0x56,_0x3258b3:0x297,_0xabe974:0x24f,_0x5af652:0x179,_0x13ebc3:0xfe,_0x15f1e3:0x160,_0x334c60:0x212,_0x26a4a5:0xb3,_0x72de3:0x2f,_0x9b5f3:0x5d,_0x17275b:0x201,_0x5eed82:0x1e5,_0x4faacd:0x315,_0x4c65a1:0x219,_0x24e7b6:0x199,_0x52d6a2:0x1c0,_0x40dd4f:0x292,_0x2f4498:0x205,_0x14a910:0x26b,_0x525135:0x350,_0x6327:0x436,_0x281042:0x373,_0x56f920:0x3e5,_0x1ebd3f:0x346,_0x237949:0x3ea,_0x38d3a2:0x2d,_0xa3fadb:0x206,_0x5ca707:0x288,_0x69eec1:0x237,_0xcf4a48:0x24b,_0x1047f3:0x2f2,_0x5a9cc5:0x15e,_0x4a8ed9:0x6f,_0x3fa05b:0x15,_0x5aecba:0x25c,_0x30e6e7:0x22b,_0x22f10f:0x20d,_0x50bc8e:0x214,_0x12cdbd:0x2,_0x7f68bd:0xe,_0x36c9a3:0xa5,_0x148146:0xec,_0x38aed8:0x2d3,_0x3d10b7:0x245,_0x22fbab:0xd0,_0x3adef8:0x1ad,_0x19e394:0x1d9,_0x45d989:0x274,_0x25f44:0x109,_0x5d6731:0xbf,_0x3c3983:0x108,_0x174240:0x14a,_0x19a606:0xc3,_0x52ff1b:0x2a,_0x14a94e:0x64,_0xec5575:0x27,_0x59fcaa:0x44,_0x403d32:0x31a,_0xcecb8a:0x336,_0x2b3676:0x3bd,_0x5238a8:0xb3,_0x504ab6:0x6,_0x14877e:0x350,_0x1c168f:0x38d,_0x5c06b9:0x128,_0x5a406a:0x67,_0x4c251b:0x82,_0x9ddacd:0xf7,_0x2fb09a:0x81,_0x3b5a86:0xdb,_0x305a68:0x1d6,_0x19ec75:0x1f8,_0x1e513c:0x105,_0x1722c5:0x13d,_0x557ed9:0x1be,_0x3343db:0x307,_0x584e4a:0x1a0,_0x14a683:0x2c2,_0x1517e7:0x207,_0x4238e1:0x19,_0x8b4d67:0x1cb,_0xf1c0e0:0xd0,_0x1f006a:0x48,_0x24d19b:0x2bc,_0x196059:0x193,_0x2a3b78:0x20d,_0x54d8ca:0x1c9,_0x33fa32:0x1f9,_0x337aee:0xd,_0xbb0e7f:0xb5,_0x10f402:0x4a,_0x17a23a:0x61,_0x5e5bb7:0x3b,_0x15f199:0x4c,_0x3d87b7:0x163,_0x1f03c1:0x162,_0x3b9b66:0x7c,_0x3a1cea:0x10b,_0xf75623:0x51,_0x52fa0e:0x5f,_0x8c45ba:0x26f,_0xc6fa83:0x4a,_0x375b68:0xfa,_0x40ca4b:0x1af,_0x36431a:0x186,_0x4498d0:0x2f3,_0x25df59:0x3fe,_0x232776:0x3cf,_0x4ae0ca:0xbf,_0x4b7b3d:0x8e,_0x2393ee:0x1d0,_0x2b3ec0:0x169,_0x59dd13:0x217,_0x527951:0x25f,_0x55b0e8:0x140,_0x5b7af1:0x19d,_0x1adc81:0x1bd,_0x2b3981:0x198,_0x15b971:0xb6,_0x5a4f00:0xb0,_0x51ad0c:0x1f7,_0x29a8f0:0x99,_0x18d854:0xde,_0x42765e:0x115,_0x288442:0x2f8,_0x4476f0:0x36f,_0x5571f6:0xab,_0x4f5135:0x10c,_0x2ca2e0:0x4b,_0x1dfe42:0x14,_0x4f66e1:0x1e5,_0x601b27:0x2a1},_0x3d3ddc={_0x228c25:0x194},_0x2926b4={'iMmFo':_0x1fcaeb(-_0x19e885._0x3e6ed1,-0x19,_0x19e885._0x350d6c,-0xb)+_0x366e19(_0x19e885._0x43ea76,0x344,_0x19e885._0xd863,0x243)+_0x1fcaeb(-0x3d,_0x19e885._0x2e4acd,0x87,0x178)+_0x366e19(_0x19e885._0x1fe5d0,_0x19e885._0xd0cdb4,_0x19e885._0x13516f,_0x19e885._0x1c7462),'zURVV':_0x1fcaeb(-_0x19e885._0x97f763,0x1b,-_0x19e885._0x4ef998,0x4),'zBXvI':_0x366e19(0x1af,_0x19e885._0x416be9,_0x19e885._0xde8f4c,0x132)+_0x1fcaeb(_0x19e885._0x55afce,_0x19e885._0x417d27,-0x17,0x44)+_0x366e19(_0x19e885._0x38bfe8,0x3d5,_0x19e885._0x29dacd,0x2a7)+_0x1fcaeb(-0x23,0x88,_0x19e885._0x40da1f,0x60)+'t','tBJrU':function(_0x18a6a5,_0x404643){return _0x18a6a5===_0x404643;},'Ycduy':_0x366e19(_0x19e885._0x217a9f,_0x19e885._0x95e768,_0x19e885._0x3186fa,0x293)+'t','hKNMA':function(_0x4ca842,_0x52a821){return _0x4ca842(_0x52a821);},'SMWAS':_0x366e19(_0x19e885._0x164b9e,0x17a,0xc0,0x17d)+_0x366e19(0x204,0x126,_0x19e885._0x2aabab,0x306)+_0x1fcaeb(-_0x19e885._0x22915d,0x2e,0x20,-0xa0)+_0x1fcaeb(_0x19e885._0x1ab360,0x158,0x267,_0x19e885._0x1eaf5a)+_0x1fcaeb(0x14e,_0x19e885._0x1c9d40,_0x19e885._0x395ede,-_0x19e885._0x37517b),'jHHxh':_0x366e19(0x2f8,_0x19e885._0x3258b3,0x313,_0x19e885._0xabe974),'UZnXz':function(_0x6b15df){return _0x6b15df();}},{skillId:_0x23475f}=_0x51d03f[_0x366e19(_0x19e885._0x5af652,_0x19e885._0x13ebc3,_0x19e885._0x15f1e3,_0x19e885._0x334c60)],{callingTask:_0x7e5836,assignedSkills:_0x29d8e5}=_0x51d03f;if(_0x23475f[_0x1fcaeb(0x16c,_0x19e885._0x26a4a5,-_0x19e885._0x72de3,_0x19e885._0x9b5f3)]('/')||_0x23475f[_0x366e19(_0x19e885._0x17275b,_0x19e885._0x5eed82,_0x19e885._0x4faacd,0x19c)]('\x5c')||_0x23475f['includes']('..')){if(_0x2926b4[_0x366e19(_0x19e885._0x4c65a1,_0x19e885._0x24e7b6,_0x19e885._0x52d6a2,0x217)](_0x366e19(_0x19e885._0x40dd4f,_0x19e885._0x2f4498,0x36f,0x1db),_0x366e19(0x1a3,0x19d,0x211,_0x19e885._0x14a910))){const _0x95a1b2={};_0x95a1b2[_0x366e19(_0x19e885._0x525135,_0x19e885._0x6327,_0x19e885._0x281042,_0x19e885._0x56f920)]=_0x6ff949[_0x366e19(0x350,0x31d,_0x19e885._0x1ebd3f,_0x19e885._0x237949)],_0x95a1b2['skillId']=_0x2fee6c,_0x95a1b2[_0x1fcaeb(0x13d,0x88,_0x19e885._0x38d3a2,-0x6f)+'t']=_0x52a26a['environmen'+_0x1fcaeb(0x212,_0x19e885._0xa3fadb,_0x19e885._0x5ca707,_0x19e885._0x69eec1)],_0x95a1b2[_0x366e19(_0x19e885._0xcf4a48,_0x19e885._0x1047f3,_0x19e885._0x5a9cc5,0x2bc)+_0x1fcaeb(0xf6,_0x19e885._0x4a8ed9,-0x1d,-0x58)]=_0x49e1fd,_0x101016[_0x1fcaeb(0x1ce,0xd0,_0x19e885._0x3fa05b,0x66)](_0x2926b4[_0x1fcaeb(_0x19e885._0x5aecba,0x20c,0x119,_0x19e885._0x30e6e7)],_0x95a1b2);const _0x3a0c0d={};return _0x3a0c0d[_0x366e19(_0x19e885._0x22f10f,_0x19e885._0x50bc8e,0x1f8,0x2b9)]=_0x2926b4[_0x1fcaeb(0x36,0xb5,0xe9,-_0x19e885._0x12cdbd)],_0x3a0c0d[_0x1fcaeb(-0x9d,-_0x19e885._0x7f68bd,-_0x19e885._0x36c9a3,_0x19e885._0x148146)]=_0x2926b4[_0x366e19(_0x19e885._0x38aed8,0x2f5,0x384,_0x19e885._0x3d10b7)],_0x22a1c0[_0x1fcaeb(_0x19e885._0x22fbab,0x14,-0x2c,-0x70)](-0x166+0x1*0x1a11+-0x1718)[_0x366e19(_0x19e885._0x3adef8,0x210,_0x19e885._0x19e394,_0x19e885._0x45d989)](_0x3a0c0d);}else{const _0x495c72={};return _0x495c72[_0x1fcaeb(_0x19e885._0x25f44,_0x19e885._0x5d6731,_0x19e885._0x3c3983,0xfe)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x174240,_0x19e885._0x19a606,_0x19e885._0x52ff1b,-0x46)],_0x495c72[_0x1fcaeb(0xe1,-0xe,-0x94,_0x19e885._0x14a94e)]=_0x1fcaeb(-_0x19e885._0xec5575,_0x19e885._0x59fcaa,0xeb,0x3d)+_0x366e19(_0x19e885._0x403d32,_0x19e885._0xcecb8a,0x277,_0x19e885._0x2b3676),_0x2351a5['status'](0xa*-0x3d1+-0x1*-0x2690+-0x1*-0x12a)[_0x366e19(0x1ad,0xed,0xb0,0x202)](_0x495c72);}}if(!_0x29d8e5[_0x1fcaeb(-0x53,_0x19e885._0x5238a8,-_0x19e885._0x7f68bd,-_0x19e885._0x504ab6)](_0x23475f)){const _0x420771={};_0x420771[_0x366e19(_0x19e885._0x14877e,0x29b,_0x19e885._0x1c168f,0x33f)]=_0x7e5836['taskId'],_0x420771[_0x1fcaeb(_0x19e885._0x5c06b9,_0x19e885._0x5a406a,0xdb,-_0x19e885._0x4c251b)]=_0x23475f,_0x420771[_0x1fcaeb(_0x19e885._0x9ddacd,0x88,_0x19e885._0x2fb09a,_0x19e885._0x3b5a86)+'t']=_0x51d03f[_0x366e19(_0x19e885._0x305a68,_0x19e885._0x19ec75,_0x19e885._0x1e513c,_0x19e885._0x1722c5)+_0x1fcaeb(_0x19e885._0x557ed9,0x206,_0x19e885._0x3343db,_0x19e885._0x584e4a)],_0x420771[_0x366e19(_0x19e885._0xcf4a48,_0x19e885._0x14a683,0x1e7,_0x19e885._0x1517e7)+_0x1fcaeb(-0x98,_0x19e885._0x4a8ed9,-0x88,_0x19e885._0x4238e1)]=_0x29d8e5,logger[_0x1fcaeb(_0x19e885._0x8b4d67,_0x19e885._0xf1c0e0,0x124,_0x19e885._0x1f006a)](_0x2926b4[_0x1fcaeb(_0x19e885._0x24d19b,0x20c,_0x19e885._0x196059,0x20d)],_0x420771);const _0x52c460={};return _0x52c460[_0x366e19(_0x19e885._0x2a3b78,_0x19e885._0x54d8ca,_0x19e885._0x33fa32,0x185)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x337aee,_0x19e885._0xbb0e7f,0x98,_0x19e885._0x10f402)],_0x52c460[_0x1fcaeb(-_0x19e885._0x17a23a,-0xe,-_0x19e885._0x5e5bb7,-_0x19e885._0x15f199)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x217a9f,0x185,_0x19e885._0x3d87b7,0x21b)],_0x2351a5[_0x366e19(_0x19e885._0x1f03c1,0x264,_0x19e885._0x3b9b66,_0x19e885._0x3a1cea)](-0x1e70+-0x189*0x1+-0x4c*-0x71)[_0x1fcaeb(-_0x19e885._0xf75623,_0x19e885._0x52fa0e,0xca,-_0x19e885._0xec5575)](_0x52c460);}if(await _0x2926b4['hKNMA'](isSkillReadonly,_0x23475f)){const _0x4d171f={};_0x4d171f['taskId']=_0x7e5836[_0x1fcaeb(0x266,0x202,_0x19e885._0x8c45ba,0x2a1)],_0x4d171f['skillId']=_0x23475f,logger[_0x1fcaeb(_0x19e885._0xc6fa83,0xd0,_0x19e885._0x375b68,_0x19e885._0x40ca4b)](_0x366e19(0x283,0x374,_0x19e885._0x3258b3,0x1e2)+'\x20edit\x20read'+_0x366e19(_0x19e885._0x36431a,0x193,0x96,0x158)+_0x366e19(_0x19e885._0x4498d0,0x2de,_0x19e885._0x25df59,_0x19e885._0x232776),_0x4d171f);const _0x1662cd={};return _0x1662cd[_0x1fcaeb(0x1f,_0x19e885._0x4ae0ca,_0x19e885._0x4b7b3d,_0x19e885._0x2393ee)]=_0x366e19(_0x19e885._0x2b3ec0,_0x19e885._0x59dd13,_0x19e885._0x527951,0x11f),_0x1662cd[_0x366e19(_0x19e885._0x55b0e8,_0x19e885._0x5b7af1,0xe6,0xf2)]=_0x2926b4[_0x1fcaeb(_0x19e885._0x1adc81,_0x19e885._0x2b3981,_0x19e885._0x15b971,_0x19e885._0x5a4f00)],_0x2351a5[_0x366e19(0x162,0x1bb,_0x19e885._0x51ad0c,0x240)](0x943*0x4+-0x1*0x446+0xa3*-0x31)[_0x1fcaeb(0x2e,0x5f,_0x19e885._0x29a8f0,-0x46)](_0x1662cd);}_0x51d03f[_0x1fcaeb(0x153,_0x19e885._0x5a406a,_0x19e885._0x18d854,_0x19e885._0x42765e)]=_0x23475f;function _0x1fcaeb(_0x957ca3,_0x6958f8,_0x466b06,_0x1f63de){return _0x3026(_0x6958f8- -_0x3d3ddc._0x228c25,_0x466b06);}_0x51d03f['skillsPath']=_0x13690c['join'](setupPath,_0x366e19(_0x19e885._0x288442,0x26f,_0x19e885._0x4476f0,0x40e));function _0x366e19(_0x4bfc9c,_0x53ad70,_0x545920,_0x23d55a){return _0x3026(_0x4bfc9c- -0x46,_0x53ad70);}_0x51d03f[_0x1fcaeb(-_0x19e885._0x5571f6,0x3d,0x56,-0x78)]=_0x13690c[_0x1fcaeb(_0x19e885._0x4f5135,_0x19e885._0x2ca2e0,-_0x19e885._0x1dfe42,-0x50)](setupPath,_0x2926b4[_0x1fcaeb(0x2d0,0x1b9,0x1cb,_0x19e885._0x4f66e1)],_0x23475f),_0x2926b4[_0x366e19(0x2b0,_0x19e885._0x601b27,0x1eb,0x206)](_0x35e4a7);}router[_0x1c0b31(0x184,0x175,0x1be,0x1bf)](_0xf8e45c(0x24f,0x211,0x203,0x26b),requireTaskAuth,async(_0x50526b,_0x228a98)=>{const _0x5c3526={_0x30170a:0x390,_0x100b45:0x3b0,_0x42fbd7:0x393,_0x1b9817:0x345,_0x563bc3:0x2f3,_0x3e8d25:0x3e2,_0x1af4fa:0x3d7,_0x41c158:0x4a4,_0x55c2ca:0x43d,_0x31a649:0x3da,_0x356144:0x400,_0x3ec386:0x42d,_0x45cde0:0x2de,_0x123955:0x206,_0x3ffda0:0x16a,_0x2a267d:0x2d9,_0x326e00:0x3d0,_0x2dd017:0x42c,_0x577f94:0x4c4,_0x13c34d:0x6a2,_0x3a3ebf:0x44d,_0x8b80c2:0x45c,_0x572d86:0x3b5,_0x32cc2d:0x609,_0x113acf:0x68a,_0x3d477f:0x57c,_0x37859a:0x6c6,_0x350b1d:0x5b6,_0x2d093e:0x553,_0x346236:0x2d8,_0x154957:0x3a0,_0x3d3c95:0x3ac,_0x44ee51:0x427,_0x87b9f4:0x2ac,_0x247470:0x25f,_0x5d2751:0x1e7,_0x41ab47:0x1e0,_0x5ebbc9:0x23f,_0x4ce21e:0x23a,_0x4f6e91:0x1a9,_0x28232c:0x2a2,_0x259a85:0x2f0,_0x464f9e:0x3c8,_0x115bba:0x34b,_0x22041f:0x1e6,_0x35c46e:0x23e,_0x655227:0x251,_0x79ba43:0x2e0,_0x1d1c10:0x3cd,_0x13ffd3:0x232,_0x27c111:0x58b,_0xf6457f:0x4f4,_0x4e3d54:0x50b,_0xfe677b:0x237,_0x378929:0x176,_0x195de2:0x1be},_0x1edb49={_0x1ca54e:0x75},_0x16cf46={_0x1c7b44:0xcb},_0x143f93={'OJPeF':_0x50ce72(0x512,0x564,0x525,0x43b)+'ng\x20editabl'+'e\x20skills','GsYQY':'skills','FwCxY':_0x533559(_0x5c3526._0x30170a,0x35b,_0x5c3526._0x100b45,_0x5c3526._0x42fbd7),'mwiHD':_0x50ce72(0x3c7,0x3c2,_0x5c3526._0x1b9817,0x2c4),'gfTvh':function(_0x32a89b,_0x1033cd){return _0x32a89b(_0x1033cd);},'nEMEM':function(_0x2aff19,_0x4c3751){return _0x2aff19!==_0x4c3751;},'LTiEb':_0x533559(0x226,0x114,_0x5c3526._0x563bc3,0x2b1),'GgiWc':_0x533559(_0x5c3526._0x3e8d25,_0x5c3526._0x1af4fa,_0x5c3526._0x41c158,_0x5c3526._0x55c2ca)},{callingTask:_0x1b3453,environmentName:_0x2b42b4,assignedSkills:_0x22d5b7}=_0x50526b,_0x3c21ce={};_0x3c21ce[_0x533559(_0x5c3526._0x31a649,0x415,_0x5c3526._0x356144,0x3ee)]=_0x1b3453[_0x533559(_0x5c3526._0x31a649,0x2c1,_0x5c3526._0x3ec386,_0x5c3526._0x45cde0)];function _0x50ce72(_0x3f6388,_0x19f7e7,_0xea8f78,_0x396143){return _0x1c0b31(_0x3f6388-0x45,_0x3f6388-0x2e2,_0xea8f78,_0x396143-_0x16cf46._0x1c7b44);}function _0x533559(_0x2bd41a,_0x4f3b10,_0x362626,_0x319008){return _0x1c0b31(_0x2bd41a-0x8d,_0x2bd41a-0xd9,_0x362626,_0x319008-_0x1edb49._0x1ca54e);}_0x3c21ce[_0x50ce72(0x469,0x3b9,0x377,0x3fe)+'t']=_0x2b42b4,logger[_0x533559(0x257,_0x5c3526._0x123955,_0x5c3526._0x3ffda0,0x173)](_0x143f93[_0x533559(0x2e6,_0x5c3526._0x2a267d,0x346,0x2c8)],_0x3c21ce);const _0x3af78a=_0x13690c['join'](setupPath,_0x143f93[_0x533559(0x3a0,0x2cf,_0x5c3526._0x326e00,0x484)]),_0x15ab0c=[];for(const _0x59493f of _0x22d5b7){const _0x54bc86=_0x13690c[_0x50ce72(_0x5c3526._0x2dd017,0x546,0x322,0x336)](_0x3af78a,_0x59493f,_0x143f93['FwCxY']);try{const _0x889edf=await _0x3f173c[_0x50ce72(0x53a,0x4e2,_0x5c3526._0x577f94,0x58f)](_0x54bc86,_0x143f93[_0x50ce72(0x5ca,_0x5c3526._0x13c34d,0x52c,0x5dc)]),{frontmatter:_0x97a39a}=_0x143f93['gfTvh'](parseSkillMd,_0x889edf),_0x45b0cc=await _0x143f93['gfTvh'](isSkillReadonly,_0x59493f),_0x350c06={};_0x350c06['id']=_0x59493f,_0x350c06[_0x50ce72(0x447,_0x5c3526._0x3a3ebf,0x371,_0x5c3526._0x8b80c2)]=_0x97a39a[_0x50ce72(0x447,0x437,_0x5c3526._0x572d86,0x44e)]||_0x59493f,_0x350c06['descriptio'+'n']=_0x97a39a[_0x50ce72(0x585,_0x5c3526._0x32cc2d,_0x5c3526._0x113acf,_0x5c3526._0x3d477f)+'n']||'',_0x350c06[_0x50ce72(0x5d4,0x60f,0x600,_0x5c3526._0x37859a)]=!_0x45b0cc,_0x15ab0c[_0x50ce72(_0x5c3526._0x350b1d,0x584,0x689,_0x5c3526._0x2d093e)](_0x350c06);}catch(_0x1f7b3b){if(_0x143f93[_0x533559(0x3cd,_0x5c3526._0x346236,0x4a0,0x320)](_0x1f7b3b['code'],_0x143f93[_0x533559(0x314,_0x5c3526._0x154957,_0x5c3526._0x3d3c95,_0x5c3526._0x44ee51)])){if(_0x143f93[_0x533559(_0x5c3526._0x87b9f4,_0x5c3526._0x247470,_0x5c3526._0x5d2751,_0x5c3526._0x41ab47)]===_0x143f93['GgiWc']){const _0x1ad45f={};_0x1ad45f[_0x533559(_0x5c3526._0x5ebbc9,_0x5c3526._0x4ce21e,0x125,0x311)]=_0x59493f,_0x1ad45f[_0x533559(0x297,_0x5c3526._0x4f6e91,_0x5c3526._0x28232c,_0x5c3526._0x259a85)]=_0x1f7b3b[_0x50ce72(0x3d3,_0x5c3526._0x464f9e,0x4d7,_0x5c3526._0x115bba)],logger['warn'](_0x533559(_0x5c3526._0x22041f,_0x5c3526._0x35c46e,_0x5c3526._0x655227,_0x5c3526._0x79ba43)+_0x533559(0x306,_0x5c3526._0x1d1c10,_0x5c3526._0x13ffd3,0x324),_0x1ad45f);}else _0x539186[_0x3c50c0]=[];}}}const _0x5cf15c={};_0x5cf15c[_0x50ce72(_0x5c3526._0x27c111,0x6a3,_0x5c3526._0xf6457f,_0x5c3526._0x4e3d54)]=_0x15ab0c,_0x5cf15c['environmen'+'t']=_0x2b42b4,_0x228a98[_0x533559(_0x5c3526._0xfe677b,0x1f0,_0x5c3526._0x378929,_0x5c3526._0x195de2)](_0x5cf15c);}),router[_0xf8e45c(0x3fe,0x4e9,0x53e,0x45f)]('/skills',requireTaskAuth,async(_0x1ad63e,_0x5881de)=>{const _0x53e2fd={_0x388c80:0x12f,_0x3466ef:0x1ed,_0xc2b96:0x4af,_0x3d4a06:0x20b,_0x4c5052:0x16e,_0xc39d36:0x14d,_0x31746e:0x171,_0x56f1ad:0x20b,_0x14456b:0x65,_0x26d119:0x2a7,_0x461c64:0x1fd,_0x35f372:0x47d,_0x147021:0x548,_0x7e7f8a:0x464,_0x4d3274:0x586,_0x4a3832:0x643,_0x2a389a:0x8f,_0x3306e5:0x4d4,_0x5d721a:0x5e8,_0x299919:0x498,_0x1d0464:0x1ca,_0xdf9cf1:0xf3,_0x4b3e96:0x362,_0x137153:0x50b,_0x2d72a0:0x4df,_0x439e4d:0x546,_0x4ff651:0x553,_0x5cc88:0x2d2,_0x25d04c:0x6f,_0x1591f7:0x13f,_0x58e04d:0x5b4,_0xc7151:0x673,_0x2be62c:0x5c2,_0x515597:0x4e3,_0x20aeda:0xad,_0x301d15:0x33,_0x20e0ab:0x52e,_0x24f384:0x4b1,_0x43fd87:0x4e2,_0x3cc33f:0x4b9,_0x4d8756:0x2fc,_0x1e112e:0x216,_0x5fb411:0x1d8,_0x2d1b2e:0x4e0,_0x4aedf9:0x3a5,_0x2979a8:0x54e,_0x5ad710:0x1b8,_0x4524ec:0xae,_0x23756c:0x81,_0x9a3b1e:0x108,_0x148f47:0x23d,_0x12181e:0x506,_0x3f4960:0x55f,_0x50c5f7:0x559,_0x17a676:0x439,_0x3c799a:0x437,_0xe79a69:0x4ec,_0x289b16:0x1d6,_0x4bbea4:0xf6,_0x363e75:0x1fa,_0x3edd3d:0xf9,_0x278e5d:0x5f2,_0x4a280b:0x56c,_0x4f5542:0x5b5,_0xda7c83:0x70a,_0x300946:0x516,_0x5e72db:0x4cf,_0x5596f0:0x497,_0x155d05:0x4f2,_0x5654ed:0x529,_0x3503ac:0x457,_0x285bb3:0x4fe,_0x36c2f5:0x527,_0x666e36:0x4ba,_0x504e56:0x520,_0xd17e39:0x3c6,_0x23bc53:0x319,_0x223a85:0x281,_0x1295f8:0xbf,_0x336506:0x3d,_0x16f103:0x5b,_0x30c981:0xeb,_0x3f2d26:0x54d,_0x2dfd64:0x63,_0x2e66fa:0x119,_0x10b253:0x5bb,_0x332b9e:0x574,_0x93e6cf:0xc6,_0x564531:0x4a0,_0x54013c:0x4f8,_0xe869a1:0x41a,_0x195702:0x32e,_0x305ee5:0x18c,_0x27be5d:0x120,_0x5b4705:0x5f5,_0x1b9406:0x6b7,_0x5ab8bc:0x58a,_0x477e2a:0x2,_0x10d56b:0x112,_0x4e92ec:0xa0,_0x1f5795:0x12c,_0x59cbf2:0x3c6,_0x178e92:0x59a,_0x265068:0x72,_0x100d22:0x327,_0x146a37:0x254,_0x553285:0x249,_0x381883:0x136,_0x1e9007:0x92,_0x49cd91:0x41e,_0x2c504f:0x25a,_0x2aacfb:0x1dc,_0x541242:0x21b,_0x382530:0x144,_0x1aefe7:0x1ba,_0x375e9a:0x21c,_0x528000:0x5d,_0x1e6bf3:0xf5,_0x1ab472:0x53c,_0x3d03dc:0x585,_0x53e0a2:0x1dc,_0xd87afc:0x17c,_0x2b73db:0x42c,_0x449341:0x526,_0x3dc993:0x4be,_0x219c6e:0x3fc,_0x9617d4:0x43a,_0xcd9369:0x49c,_0x256cbf:0x43b,_0x2f39a0:0x469,_0x2e54ce:0x3f9,_0x18742e:0x493,_0x113411:0x4be,_0x1490b3:0xf7,_0x6d23a6:0x229,_0x26b918:0x5d4,_0x48a2e3:0x5ff,_0x14d544:0x4fa,_0x1630f5:0x9,_0x4d9c2f:0x1be,_0x5e78c7:0x503,_0x1a51eb:0x2f6,_0x570621:0x310,_0x319166:0x1fd,_0x18b84c:0x223,_0x3af0e6:0x148,_0x15fdac:0xa8,_0x5828b1:0x1ba,_0x576a5a:0xa4,_0x2c1e2e:0x186,_0xf18457:0x155,_0x5708a8:0x6c,_0xd6e436:0x47a,_0x5f1c34:0x45b,_0x12195c:0x3fc,_0x4f500c:0x43d,_0x3fb23d:0x4b6,_0x44f4e6:0x674,_0x2569ef:0x6ab,_0x193035:0x485,_0x1d8e53:0x3bb,_0x502922:0x512,_0x213824:0x461,_0x1fe0fe:0x4ca,_0x425566:0x450,_0x47f3ea:0x35e,_0x264200:0x4f0,_0x5d3e1a:0x5b9,_0x29f8a0:0x591,_0x51c63b:0x1b1,_0x21b072:0x15d,_0x5eaa43:0x24d,_0x2abe0e:0x199,_0x8d3889:0xc9,_0x159af4:0x127,_0x32238c:0x519,_0x3c379c:0x63e,_0x220653:0x5db,_0xc15890:0x424,_0x596540:0x3e0,_0x408558:0x3de,_0xc6dd04:0x4be,_0x5d5472:0x1b2,_0x5e024c:0x620,_0x47cef0:0x543,_0x5c17ec:0x469,_0x2ad384:0x4ea,_0x2fe34c:0x3cd,_0x4ce176:0x552,_0x436abe:0xd8,_0x179b1b:0x188,_0x36b228:0x4bd,_0x224283:0x4db,_0x322319:0x3dc,_0x59790a:0x5c4,_0x906e16:0x18d,_0x240407:0x2d9,_0x1913ff:0x249,_0x36f960:0x1a5,_0x3c8d82:0x58f,_0x561623:0x3f7,_0x1169c0:0x3db,_0x58145e:0x1dc,_0x27f6c9:0x2b5,_0x38b458:0x27d,_0x145eb9:0x3c,_0x4cfbe9:0x18,_0x17ac6e:0x1f0,_0x43d0c3:0x2d0,_0x4ae6a5:0x455,_0x16e34e:0x54a,_0x55a1e6:0x555,_0x54d749:0x648,_0x18ebb8:0x46c,_0x512f79:0x6e,_0x167359:0x13d,_0x2b00cb:0x9c,_0x50af76:0x60c,_0x117626:0x5df,_0x4ccb76:0x5e1,_0x23697c:0x4f3,_0x89052b:0x102,_0x572101:0x2ec,_0x317ccb:0x1e1,_0x11400f:0x4eb,_0x2ba968:0x590,_0x4f85ac:0x28c,_0x12e56d:0x1a8,_0x359001:0x557,_0x2f3221:0x618,_0x3dc116:0x592,_0x28f760:0x688,_0x43cf6b:0x3bd,_0x474a0a:0x411,_0x149348:0x3e2,_0x2701e6:0x376,_0x8e0b94:0x4f1,_0x23072a:0x5ce,_0x29d48f:0x59f,_0x10b742:0x10f,_0x4c2183:0x561,_0x443516:0x5ac,_0x2f5ab9:0x7c,_0x2c22fb:0xaa,_0x1af909:0x1f5,_0x423826:0x131,_0xf30ed:0x183,_0x547c0f:0x79,_0x4c4224:0x91,_0x3ed21b:0x105,_0x5e4235:0x8a,_0xae7d96:0x16f,_0x2f8088:0x124,_0x4a0a46:0x83,_0x406051:0x4eb,_0x171aeb:0x5b5,_0x429b82:0x556,_0x44ca8b:0xcc,_0x263de3:0x71,_0x45a16a:0x196,_0x480a55:0x56,_0x198716:0xf4,_0x368763:0x577,_0x26f91a:0x50b,_0x27a864:0x63b,_0x526571:0x5df,_0x3590e5:0x507,_0x68afd9:0x4e1,_0x4f168e:0x50a,_0x2a399f:0x4ad,_0x1cd021:0x152,_0x16499c:0x222,_0x485311:0x177,_0x207477:0x21d,_0x5c70a7:0x180,_0x24dcb5:0x404,_0x57971f:0x12a,_0x48e83e:0x97,_0x555332:0x52,_0x32807f:0x568,_0x3e2621:0x14f,_0x30a0bc:0x24c,_0x3b3e32:0x56,_0x401e65:0x74,_0x1f0bf1:0x220,_0x50d4f3:0xd6,_0x29e827:0x4fb,_0x2b1777:0x123,_0x377521:0x4d2,_0x56e3d3:0x4b6,_0x36a332:0x17c,_0x13d0af:0x339,_0x2f554d:0x465,_0x22ea4e:0xd2,_0x2540f7:0x505,_0xeee81e:0x572,_0x2eb2be:0x490,_0x75cbf8:0x3df,_0xa5eef4:0x3e9,_0x231c0c:0x404,_0x5709b7:0x4ef,_0x15f12c:0x428,_0x5034c2:0x509,_0x3352f8:0x50f,_0x56b663:0x9c,_0x3a9d10:0x126,_0x134453:0xdf,_0x5bcb6b:0xe7,_0x5a1ff1:0x144,_0xed866d:0x628,_0x18634:0x470,_0x323bb4:0x2f9,_0x589e82:0x5b4,_0x27d875:0x5b3,_0xe4e8f7:0x570,_0x707dfe:0x51d,_0x4a8d13:0x99,_0x4462a1:0x12e,_0xbc1ee:0x95,_0x2c7075:0x1b3,_0x137068:0x280,_0x19197e:0x581,_0x2164ef:0x59e,_0x56add8:0x15f,_0x47dc0a:0x7a,_0x33ad1a:0x196,_0x332d34:0xb5,_0x194075:0xeb,_0x46f989:0xee,_0x39f673:0x1d4,_0x4859aa:0x489,_0x31b052:0x4dd,_0x283a67:0x596,_0x47f4bb:0x56d,_0x30d7f5:0x381,_0xb83c7a:0x38a,_0x545ff8:0x28e,_0x1bbe9c:0x28a,_0x8b9449:0x255,_0x3135cc:0x1fb,_0x1185fb:0x67,_0x3d9305:0x90,_0x2db62c:0x72,_0x2d8280:0xd3,_0x2ea538:0xc0,_0x3790a8:0x91,_0x46134b:0x3d6,_0x447745:0x4bc,_0x56054b:0x1b4,_0x280e78:0xbc,_0x27858c:0xb4,_0x258c3d:0x86,_0x5ae08a:0x18e,_0x296934:0x122,_0x44e2f1:0x23b,_0x586d0a:0x507,_0x20a57c:0x66b,_0x594b56:0x637,_0x92e15d:0x6a4,_0x368fe8:0x97,_0x542fb8:0x229,_0x824359:0x4c9,_0x2ac29b:0x3d6,_0x14e8ec:0x219,_0x138267:0x237,_0x540681:0x28e,_0x3db031:0x3e8,_0x5216bc:0x49c,_0x5c651:0x1c9,_0x6f9e79:0x227,_0x287fa7:0x4c7,_0x461ad9:0x6b1,_0x515a5f:0xaf,_0x2005f9:0x125,_0x2e7258:0x5f2,_0x2a948d:0x6ca,_0x5266f2:0x4d5,_0x5dc268:0x5e3,_0x567c60:0x406,_0x78d1a6:0x6a3,_0x402da8:0x504,_0x50f63f:0x290,_0x2ef7b1:0x585,_0x6e5a4a:0x555,_0x541a15:0x5d7,_0x2832d8:0x25,_0x4ddbdc:0x2be,_0x58861c:0x1a2,_0x1eb831:0x210,_0x57340b:0x4e5,_0x3aa0ce:0x4c2,_0x28e96d:0xae,_0x594f40:0xb,_0x140adb:0x66,_0x1b51c6:0x5d8,_0x36b61a:0x17c,_0x338b01:0x97,_0x3d67e7:0x282,_0x5ed7c6:0x18f,_0x3cc1ee:0xf0,_0x41ef28:0x16b,_0x43fa85:0x10d,_0x263d81:0x52,_0x2eff97:0x14e,_0x1a3b3f:0x39,_0x595e8b:0x471,_0x4788c6:0x3ca,_0x26a0c0:0xb,_0x542dc6:0x44f,_0x2c349f:0x48d,_0x54be7c:0x295,_0x386d99:0x34a,_0x2ec26c:0x48c,_0xb77265:0x541,_0x50efa5:0x60c,_0x1a381b:0x5ed,_0x2822de:0x4f3,_0x171968:0x227,_0xc342f4:0x4e8,_0x14419b:0x589,_0x1eae2a:0x5b0,_0x276ef2:0x5b8,_0xba5800:0x703,_0x377eb5:0x224,_0x56e987:0x4d0,_0x34469e:0x565,_0x2c8ddd:0x439,_0x112783:0x194,_0x55c8de:0xe2,_0x187201:0x428,_0x571e22:0x349,_0xb6dcdf:0x4bd,_0x7599eb:0x431,_0x3402d1:0x476,_0x1996af:0x176,_0x5333a9:0x118,_0x2fa827:0xdc,_0x522d29:0xf,_0x20ea6d:0x303,_0x8367f:0x421},_0x2ce382={_0x4f5468:0xe0,_0x38df59:0x33a},_0x2b31be={_0x5d8f81:0x1be},_0x157237={'Hqtav':_0x31f518(-_0x53e2fd._0x388c80,-0x1fe,-0x14f,-0x132),'YDDOI':function(_0x50cecf,_0x39b05f){return _0x50cecf===_0x39b05f;},'zIFRI':_0x31f518(-0x1e0,-0x23b,-_0x53e2fd._0x3466ef,-0xe4),'kGTeV':'1.0.0','PGeSr':_0x5b7917(0x557,_0x53e2fd._0xc2b96,0x4f1,0x5a5)+'t','QYHmE':_0x31f518(-0x19e,-_0x53e2fd._0x3d4a06,-0x1bb,-_0x53e2fd._0x4c5052)+_0x31f518(-0x121,-0x1a0,-0xa8,-_0x53e2fd._0xc39d36)+_0x31f518(-0x62,-0x118,-_0x53e2fd._0x31746e,-_0x53e2fd._0x56f1ad)+'\x20string','pbcFm':function(_0x12b4f7,_0x25c4c1){return _0x12b4f7!==_0x25c4c1;},'zMxhk':_0x31f518(-_0x53e2fd._0x14456b,-0x11a,-0x14c,-0x231)+_0x31f518(-0x1a4,-_0x53e2fd._0x26d119,-_0x53e2fd._0x461c64,-0x23d)+_0x5b7917(0x579,_0x53e2fd._0x35f372,_0x53e2fd._0x147021,_0x53e2fd._0x7e7f8a)+_0x5b7917(_0x53e2fd._0x4d3274,_0x53e2fd._0x4a3832,0x50b,0x4db)+'g','xZybY':'string','PECrJ':function(_0x4d4051,_0x14f4cd){return _0x4d4051!==_0x14f4cd;},'zNEvf':_0x31f518(_0x53e2fd._0x2a389a,-0x10e,-0x80,-0x184),'KCfyG':'Name\x20is\x20re'+'quired\x20and'+_0x5b7917(_0x53e2fd._0x3306e5,0x4e7,_0x53e2fd._0x5d721a,0x41b)+_0x5b7917(_0x53e2fd._0x299919,0x561,0x405,0x533),'ZhlwO':function(_0x558f0b,_0x1c14d7){return _0x558f0b!==_0x1c14d7;},'sgpYh':_0x31f518(-0x12,-_0x53e2fd._0x1d0464,-_0x53e2fd._0xdf9cf1,-0xc2)+'n\x20is\x20requi'+_0x5b7917(0x431,_0x53e2fd._0x4b3e96,_0x53e2fd._0x137153,_0x53e2fd._0x2d72a0)+_0x5b7917(0x5aa,0x4b8,_0x53e2fd._0x439e4d,_0x53e2fd._0x4ff651)+'ring','vJjgm':_0x31f518(-_0x53e2fd._0x5cc88,-0x223,-0x1f7,-0x165)+_0x31f518(0x2e,0x13,-_0x53e2fd._0x25d04c,-_0x53e2fd._0x1591f7),'bclmF':_0x5b7917(_0x53e2fd._0x58e04d,0x630,_0x53e2fd._0xc7151,0x5f0),'EsNcT':_0x5b7917(_0x53e2fd._0x2be62c,0x637,0x6c5,_0x53e2fd._0x515597),'mbvDv':function(_0x3c04c4,_0x4fce11){return _0x3c04c4!==_0x4fce11;},'gMCdm':_0x31f518(-0x191,-0x1b,-_0x53e2fd._0x20aeda,-_0x53e2fd._0x301d15),'qPbya':_0x5b7917(0x42d,0x4f4,_0x53e2fd._0x20e0ab,0x423),'znHLm':_0x5b7917(_0x53e2fd._0x24f384,0x57a,_0x53e2fd._0x43fd87,_0x53e2fd._0x3cc33f),'KNlRs':function(_0x5bbef1,_0x373471){return _0x5bbef1>_0x373471;},'NeORC':function(_0x1ca40f,_0x1239a9){return _0x1ca40f===_0x1239a9;},'IuyJD':'heciV','lhBQO':_0x31f518(-0x29c,-_0x53e2fd._0x4d8756,-_0x53e2fd._0x1e112e,-_0x53e2fd._0x5fb411)+_0x5b7917(0x4b7,_0x53e2fd._0x2d1b2e,0x48d,_0x53e2fd._0x4aedf9),'QxiEZ':'MmpIz','MAuLl':function(_0x3b5369,_0x2ad81a){return _0x3b5369===_0x2ad81a;},'LQGnH':_0x5b7917(0x5cb,_0x53e2fd._0x2979a8,0x612,0x4df),'IqkPz':function(_0xbbd7c,_0x1876ce,_0x4ca631){return _0xbbd7c(_0x1876ce,_0x4ca631);},'tQXdS':'utf-8','ETIBq':function(_0x19ca56,_0x4688ee){return _0x19ca56&&_0x4688ee;},'AyoSb':_0x31f518(-_0x53e2fd._0x5ad710,-0x28,-_0x53e2fd._0x388c80,-0x12a)+_0x31f518(-0x80,-_0x53e2fd._0x4524ec,-_0x53e2fd._0x23756c,-0xc1)+_0x31f518(-0x6b,-_0x53e2fd._0x9a3b1e,-0x134,-_0x53e2fd._0x148f47)+_0x5b7917(_0x53e2fd._0x12181e,_0x53e2fd._0x3f4960,_0x53e2fd._0x50c5f7,_0x53e2fd._0x17a676)+')','EHUra':'environmen'+'ts','EoLsA':_0x5b7917(0x492,0x53c,_0x53e2fd._0x3c799a,_0x53e2fd._0xe79a69)+_0x31f518(-0x223,-0x26d,-_0x53e2fd._0x289b16,-_0x53e2fd._0x4bbea4),'GZztD':_0x31f518(-0x2a0,-0x290,-_0x53e2fd._0x363e75,-_0x53e2fd._0x3edd3d),'jmuxg':_0x31f518(-0x201,-0x11a,-0x151,-0x1b3),'uDSqW':_0x5b7917(_0x53e2fd._0x278e5d,_0x53e2fd._0x4a280b,_0x53e2fd._0x4f5542,_0x53e2fd._0xda7c83),'rVDnw':_0x5b7917(_0x53e2fd._0x300946,_0x53e2fd._0x5e72db,_0x53e2fd._0x5596f0,_0x53e2fd._0x155d05)+'gnment\x20per'+_0x5b7917(_0x53e2fd._0x5654ed,0x62e,0x487,_0x53e2fd._0x3503ac)+_0x5b7917(_0x53e2fd._0x285bb3,0x558,_0x53e2fd._0x36c2f5,0x5ad)+'e','qYhaf':function(_0x375c94,_0x5c955a){return _0x375c94===_0x5c955a;},'DjPRh':_0x5b7917(0x410,_0x53e2fd._0x666e36,_0x53e2fd._0x504e56,_0x53e2fd._0xd17e39),'VCUpN':_0x31f518(-0x278,-0x2b8,-0x22d,-_0x53e2fd._0x23bc53)+_0x31f518(-_0x53e2fd._0x223a85,-0x319,-0x20e,-0x2b8)+'ill\x20assign'+'ment\x20to\x20co'+_0x31f518(-_0x53e2fd._0x1295f8,-_0x53e2fd._0x336506,-_0x53e2fd._0x16f103,-_0x53e2fd._0x30c981)+_0x5b7917(_0x53e2fd._0x12181e,_0x53e2fd._0x3f2d26,0x50d,0x561)+_0x31f518(-_0x53e2fd._0x2dfd64,-_0x53e2fd._0x2e66fa,-0xe8,0x2c)+_0x5b7917(_0x53e2fd._0x10b253,0x4c8,_0x53e2fd._0x332b9e,0x4e7)+'tive)','eJKUz':_0x31f518(0x9,-0x78,-_0x53e2fd._0x93e6cf,-0x44)+_0x5b7917(0x510,_0x53e2fd._0x564531,_0x53e2fd._0x54013c,_0x53e2fd._0xe869a1)+'k','vSgPv':_0x31f518(-_0x53e2fd._0x195702,-_0x53e2fd._0x305ee5,-0x22d,-_0x53e2fd._0x27be5d)+_0x5b7917(_0x53e2fd._0x5b4705,_0x53e2fd._0x1b9406,_0x53e2fd._0x5ab8bc,0x5df)+'ll','nTjvl':_0x31f518(0x4,-_0x53e2fd._0x477e2a,-0x92,-_0x53e2fd._0x10d56b)+_0x31f518(-0x4d,_0x53e2fd._0x4e92ec,-0x38,-_0x53e2fd._0x1f5795)+'r'},{callingTask:_0x5b924c,taskUser:_0x3b7d54,environmentName:_0x4a3606,environmentConfig:_0x319c8e}=_0x1ad63e,{id:_0x336575,name:_0x5ee12d,description:_0x501897,body:_0x3edb41,'allowed-tools':_0x2e8371,model:_0x1ab8e9,'argument-hint':_0x2fa8a3,assignToEnvironment:assignToEnvironment=!![]}=_0x1ad63e['body'];if(!_0x336575||_0x157237[_0x5b7917(_0x53e2fd._0x666e36,_0x53e2fd._0x59cbf2,0x3ca,_0x53e2fd._0x178e92)](typeof _0x336575,_0x31f518(-0x101,-0x89,-0x6e,-_0x53e2fd._0x265068))){const _0x10845b={};return _0x10845b['error']=_0x157237[_0x31f518(-0x140,-0x265,-0x219,-_0x53e2fd._0x100d22)],_0x10845b[_0x31f518(-0x14b,-_0x53e2fd._0x146a37,-_0x53e2fd._0x553285,-_0x53e2fd._0x381883)]=_0x157237[_0x31f518(_0x53e2fd._0x1e9007,-0x61,-0x7e,0x22)],_0x5881de[_0x5b7917(_0x53e2fd._0x49cd91,0x498,0x41a,0x4b5)](0x83c+-0x26bd*-0x1+-0x2d69)[_0x31f518(-_0x53e2fd._0x2c504f,-0x25a,-_0x53e2fd._0x2aacfb,-_0x53e2fd._0x541242)](_0x10845b);}if(!_0x5ee12d||typeof _0x5ee12d!==_0x157237[_0x31f518(-_0x53e2fd._0x382530,-0x11f,-_0x53e2fd._0x1aefe7,-_0x53e2fd._0x375e9a)]){if(_0x157237[_0x31f518(-_0x53e2fd._0x20aeda,-_0x53e2fd._0x528000,-_0x53e2fd._0x1e6bf3,-0x162)](_0x157237[_0x5b7917(_0x53e2fd._0x1ab472,0x494,0x56a,0x5cf)],_0x5b7917(0x50c,0x45d,0x5f6,_0x53e2fd._0x3d03dc))){const _0x41d0f0={};return _0x41d0f0[_0x31f518(-_0x53e2fd._0x53e0a2,-0xb3,-_0x53e2fd._0xd87afc,-0xe1)]=_0x157237[_0x5b7917(_0x53e2fd._0x2b73db,0x422,_0x53e2fd._0x449341,_0x53e2fd._0x3dc993)],_0x41d0f0[_0x5b7917(_0x53e2fd._0x219c6e,0x3e2,0x4a7,0x499)]=_0x157237[_0x5b7917(0x4ce,_0x53e2fd._0x9617d4,0x4bd,_0x53e2fd._0xcd9369)],_0x5881de[_0x5b7917(_0x53e2fd._0x49cd91,0x402,0x4f8,_0x53e2fd._0x256cbf)](-0x89b*-0x1+0x558*0x2+-0x59*0x33)[_0x5b7917(_0x53e2fd._0x2f39a0,0x456,_0x53e2fd._0x2e54ce,0x4cc)](_0x41d0f0);}else{const _0x101496={};return _0x101496['error']=_0x157237['Hqtav'],_0x101496[_0x5b7917(0x3fc,0x503,_0x53e2fd._0x18742e,_0x53e2fd._0x113411)]=_0x31f518(-0x26f,-_0x53e2fd._0x1490b3,-0x1f2,-_0x53e2fd._0x6d23a6)+_0x2328f8+(_0x5b7917(0x5b7,_0x53e2fd._0x26b918,_0x53e2fd._0x48a2e3,0x5eb)+'d'),_0x175e1c['status'](0xb1d+-0x2*-0x1027+-0x29d7)[_0x5b7917(_0x53e2fd._0x2f39a0,0x46c,_0x53e2fd._0x14d544,0x4b9)](_0x101496);}}if(!_0x501897||_0x157237[_0x31f518(0x53,0x9f,-0x36,-_0x53e2fd._0x1630f5)](typeof _0x501897,_0x157237['xZybY'])){const _0x450977={};return _0x450977[_0x31f518(-_0x53e2fd._0x223a85,-0x265,-0x17c,-_0x53e2fd._0x4d9c2f)]=_0x157237[_0x5b7917(_0x53e2fd._0x2b73db,0x38b,0x341,_0x53e2fd._0x5e78c7)],_0x450977[_0x31f518(-_0x53e2fd._0x1a51eb,-_0x53e2fd._0x570621,-_0x53e2fd._0x553285,-_0x53e2fd._0x319166)]=_0x157237['sgpYh'],_0x5881de[_0x31f518(-_0x53e2fd._0x18b84c,-0x27d,-0x227,-_0x53e2fd._0x3af0e6)](-0x943+0x668+0x27*0x1d)['json'](_0x450977);}if(!_0x3edb41||typeof _0x3edb41!==_0x157237[_0x31f518(-_0x53e2fd._0x15fdac,-0x260,-_0x53e2fd._0x5828b1,-_0x53e2fd._0x576a5a)]){const _0x20f072={};return _0x20f072[_0x31f518(-_0x53e2fd._0x2c1e2e,-_0x53e2fd._0xf18457,-0x17c,-_0x53e2fd._0x5708a8)]=_0x157237[_0x5b7917(0x42c,_0x53e2fd._0xd6e436,_0x53e2fd._0x5f1c34,0x390)],_0x20f072[_0x5b7917(_0x53e2fd._0x12195c,_0x53e2fd._0x4f500c,_0x53e2fd._0x3fb23d,_0x53e2fd._0x4f500c)]='Body\x20is\x20re'+_0x5b7917(0x59d,_0x53e2fd._0x44f4e6,_0x53e2fd._0x2569ef,_0x53e2fd._0x193035)+'\x20must\x20be\x20a'+_0x5b7917(_0x53e2fd._0x299919,_0x53e2fd._0x1d8e53,_0x53e2fd._0x502922,0x4bd),_0x5881de[_0x5b7917(0x41e,_0x53e2fd._0x213824,_0x53e2fd._0x1fe0fe,_0x53e2fd._0x425566)](0xd*-0xa+0x38*-0xad+0x27ea)[_0x5b7917(_0x53e2fd._0x2f39a0,_0x53e2fd._0x47f3ea,0x4c8,_0x53e2fd._0x264200)](_0x20f072);}if(!/^[a-zA-Z0-9_-]+$/[_0x5b7917(0x5fc,0x5c3,_0x53e2fd._0x5d3e1a,_0x53e2fd._0x29f8a0)](_0x336575)){const _0x5ccc50={};return _0x5ccc50['error']=_0x157237[_0x31f518(-0x32a,-0x1e8,-0x219,-0x2b0)],_0x5ccc50[_0x31f518(-_0x53e2fd._0x51c63b,-_0x53e2fd._0x21b072,-0x249,-0x2bc)]=_0x31f518(-_0x53e2fd._0x5eaa43,-_0x53e2fd._0xf18457,-0x197,-0x29a)+'ust\x20contai'+_0x31f518(-_0x53e2fd._0x2abe0e,-_0x53e2fd._0x8d3889,-0x196,-_0x53e2fd._0x159af4)+_0x5b7917(0x477,0x42c,_0x53e2fd._0x32238c,0x3b5)+_0x5b7917(0x5e8,0x68c,_0x53e2fd._0x3c379c,_0x53e2fd._0x220653)+_0x5b7917(_0x53e2fd._0xc15890,_0x53e2fd._0x596540,_0x53e2fd._0x408558,_0x53e2fd._0xc6dd04)+_0x31f518(-0x323,-0x22e,-0x22b,-_0x53e2fd._0x5d5472)+_0x5b7917(_0x53e2fd._0x5e024c,0x638,0x6cc,_0x53e2fd._0x47cef0),_0x5881de['status'](0x1b31+-0x7*0x161+0x332*-0x5)[_0x5b7917(_0x53e2fd._0x5c17ec,_0x53e2fd._0x2ad384,_0x53e2fd._0x2fe34c,0x4d5)](_0x5ccc50);}if(_0x336575[_0x5b7917(0x4bd,0x597,_0x53e2fd._0x4ce176,0x46a)]('/')||_0x336575[_0x31f518(-_0x53e2fd._0x436abe,-0x20b,-_0x53e2fd._0x179b1b,-0x29f)]('\x5c')||_0x336575[_0x5b7917(_0x53e2fd._0x36b228,_0x53e2fd._0x224283,_0x53e2fd._0x322319,_0x53e2fd._0x59790a)]('..')){const _0x589ffd={};return _0x589ffd['error']=_0x31f518(0x8,-_0x53e2fd._0x906e16,-0xee,0xe)+'t',_0x589ffd[_0x31f518(-0x200,-_0x53e2fd._0x240407,-_0x53e2fd._0x1913ff,-_0x53e2fd._0x36f960)]=_0x157237[_0x5b7917(0x5d9,0x62c,0x62d,_0x53e2fd._0x3c8d82)],_0x5881de[_0x5b7917(0x41e,_0x53e2fd._0x561623,0x4ed,_0x53e2fd._0x1169c0)](-0x574+-0x503+0xc07)[_0x31f518(-0x286,-0x1ca,-_0x53e2fd._0x58145e,-0x29a)](_0x589ffd);}const _0x24d0ba=_0x13690c[_0x31f518(-_0x53e2fd._0x27f6c9,-0x167,-0x1f0,-_0x53e2fd._0x38b458)](setupPath,_0x157237[_0x31f518(-0x156,-0xda,-_0x53e2fd._0x145eb9,-_0x53e2fd._0x4cfbe9)]),_0x4e51eb=_0x13690c[_0x31f518(-0x1e4,-0x21d,-_0x53e2fd._0x17ac6e,-_0x53e2fd._0x43d0c3)](_0x24d0ba,_0x336575),_0x53b4ae=_0x13690c[_0x5b7917(_0x53e2fd._0x4ae6a5,0x3c4,_0x53e2fd._0x16e34e,0x4a3)](_0x4e51eb,_0x157237[_0x5b7917(_0x53e2fd._0x55a1e6,_0x53e2fd._0x54d749,0x640,_0x53e2fd._0x18ebb8)]),_0x52a734=new Date()['toISOStrin'+'g'](),_0x3f61c3={};function _0x5b7917(_0x33b2f9,_0x34ab99,_0x5bf7b3,_0x23b37a){return _0xf8e45c(_0x34ab99,_0x34ab99-0x6e,_0x5bf7b3-0x11c,_0x33b2f9-_0x2b31be._0x5d8f81);}_0x3f61c3[_0x31f518(_0x53e2fd._0x512f79,-_0x53e2fd._0x167359,-0x39,-_0x53e2fd._0x2b00cb)]=_0x5b924c[_0x5b7917(_0x53e2fd._0x50af76,_0x53e2fd._0x117626,_0x53e2fd._0x4ccb76,_0x53e2fd._0x23697c)],_0x3f61c3['skillId']=_0x336575;function _0x31f518(_0x15c14c,_0x189290,_0xa25ac7,_0x2db5f2){return _0x1c0b31(_0x15c14c-_0x2ce382._0x4f5468,_0xa25ac7- -_0x2ce382._0x38df59,_0x189290,_0x2db5f2-0xf9);}_0x3f61c3['environmen'+'t']=_0x4a3606,_0x3f61c3[_0x31f518(-0xc,_0x53e2fd._0x4cfbe9,-_0x53e2fd._0x89052b,-0x1e4)]=_0x3b7d54['id'],_0x3f61c3['assignToEn'+_0x31f518(-_0x53e2fd._0x572101,-0x140,-0x230,-_0x53e2fd._0x317ccb)]=assignToEnvironment,logger['info']('Task\x20creat'+'ing\x20skill',_0x3f61c3);try{try{if(_0x157237[_0x5b7917(_0x53e2fd._0x11400f,0x454,_0x53e2fd._0x2ba968,0x4af)]('AWeCO',_0x157237[_0x31f518(-_0x53e2fd._0x4f85ac,-_0x53e2fd._0x12e56d,-0x1d7,-0x25b)])){await _0x3f173c['access'](_0x4e51eb);const _0x5add05={};return _0x5add05['error']=_0x5b7917(_0x53e2fd._0x359001,0x485,_0x53e2fd._0x2f3221,0x61b)+'t',_0x5add05['message']='Skill\x20\x27'+_0x336575+('\x27\x20already\x20'+_0x5b7917(_0x53e2fd._0x3dc116,_0x53e2fd._0x28f760,0x47d,0x53f)),_0x5881de[_0x5b7917(0x41e,_0x53e2fd._0x43cf6b,_0x53e2fd._0x474a0a,_0x53e2fd._0x149348)](-0x65b+0x25ce+-0x1de3*0x1)[_0x5b7917(0x469,0x37c,_0x53e2fd._0x2701e6,0x554)](_0x5add05);}else{if(_0x157237['YDDOI'](_0x24c7eb[_0x5b7917(_0x53e2fd._0x8e0b94,0x3fd,_0x53e2fd._0x23072a,_0x53e2fd._0x29d48f)],_0x157237[_0x31f518(-0xfc,-0x276,-0x15f,-_0x53e2fd._0x10b742)])){const _0x4728c8={};return _0x4728c8['version']=_0x157237['kGTeV'],_0x4728c8[_0x5b7917(0x5b4,_0x53e2fd._0x4c2183,0x4f2,_0x53e2fd._0x443516)]={},_0x4728c8;}const _0x160dfd={};_0x160dfd[_0x31f518(-_0x53e2fd._0x2f5ab9,-_0x53e2fd._0x2c22fb,-_0x53e2fd._0xd87afc,-0x256)]=_0x424a1b[_0x31f518(-0x1c3,-0x268,-0x249,-0x2e3)],_0x3bb838[_0x31f518(-_0x53e2fd._0x1af909,-0x172,-0x17c,-0x7c)](_0x31f518(-0x1c4,-_0x53e2fd._0x423826,-0x22d,-_0x53e2fd._0xf30ed)+'load\x20impor'+'ted\x20skills'+'\x20registry',_0x160dfd);const _0xbdc4bc={};return _0xbdc4bc[_0x31f518(-_0x53e2fd._0x547c0f,-_0x53e2fd._0x4c4224,-_0x53e2fd._0x3ed21b,-0x1c)]=_0x157237['kGTeV'],_0xbdc4bc[_0x31f518(-_0x53e2fd._0x5e4235,-_0x53e2fd._0xae7d96,-_0x53e2fd._0x4c4224,-0x163)]={},_0xbdc4bc;}}catch(_0x1795b9){if('jHPkt'!==_0x157237[_0x31f518(-0x1fb,-0xe9,-_0x53e2fd._0x2f8088,-_0x53e2fd._0x4a0a46)]){if(_0x157237[_0x5b7917(_0x53e2fd._0x406051,_0x53e2fd._0x171aeb,0x42e,_0x53e2fd._0x429b82)](_0x1795b9[_0x31f518(-_0x53e2fd._0x44ca8b,-0x15c,-0x154,-_0x53e2fd._0x263de3)],_0x157237[_0x5b7917(0x4e6,_0x53e2fd._0x220653,0x528,_0x53e2fd._0x18742e)])){if(_0x157237['znHLm']===_0x157237[_0x31f518(-_0x53e2fd._0x45a16a,_0x53e2fd._0x480a55,-0xb7,-_0x53e2fd._0x198716)])throw _0x1795b9;else _0x533cee[_0x4228ee]=_0x5e438d[_0x5b7917(_0x53e2fd._0x368763,0x66d,_0x53e2fd._0x26f91a,_0x53e2fd._0x27a864)]();}}else _0x40c5ce[_0x5b7917(_0x53e2fd._0x526571,_0x53e2fd._0x3590e5,_0x53e2fd._0x68afd9,_0x53e2fd._0x4f168e)](_0x5b7917(_0x53e2fd._0x2a399f,0x48d,0x4da,0x518)+_0x475f8f);}const _0x1fe3d0={};_0x1fe3d0[_0x31f518(-_0x53e2fd._0x1cd021,-0x12d,-0x21d,-0x1ec)]=!![],await _0x3f173c[_0x31f518(-_0x53e2fd._0x16499c,-_0x53e2fd._0x485311,-_0x53e2fd._0x36f960,-0x2a0)](_0x24d0ba,_0x1fe3d0);const _0x3e00c4={};_0x3e00c4[_0x31f518(-0x320,-0x151,-_0x53e2fd._0x207477,-_0x53e2fd._0x5c70a7)]=!![],await _0x3f173c[_0x5b7917(0x4a0,_0x53e2fd._0x24dcb5,0x41c,_0x53e2fd._0x2fe34c)](_0x4e51eb,_0x3e00c4);const _0x1f66a6={};_0x1f66a6[_0x31f518(-_0x53e2fd._0x57971f,-0x2eb,-0x1d5,-0x112)]=_0x5ee12d,_0x1f66a6[_0x31f518(0x6a,0x31,-_0x53e2fd._0x48e83e,_0x53e2fd._0x555332)+'n']=_0x501897;const _0xbba85=_0x1f66a6;_0x2e8371&&Array[_0x5b7917(0x50e,_0x53e2fd._0x32807f,0x4c8,_0x53e2fd._0x561623)](_0x2e8371)&&_0x157237[_0x31f518(-_0x53e2fd._0x3e2621,-0x177,-_0x53e2fd._0x30a0bc,-0x1a4)](_0x2e8371['length'],0x14c5+-0x1040+0xd*-0x59)&&(_0x157237[_0x31f518(_0x53e2fd._0x3b3e32,-0x2b,-_0x53e2fd._0x401e65,-0xc5)]('heciV',_0x157237[_0x31f518(-_0x53e2fd._0x1f0bf1,-_0x53e2fd._0x50d4f3,-_0x53e2fd._0x2e66fa,-_0x53e2fd._0x5e4235)])?_0xbba85[_0x157237[_0x5b7917(0x53a,0x43b,0x4d5,_0x53e2fd._0x29e827)]]=_0x2e8371:_0xab0cbe['model']=_0x4cb469);if(_0x1ab8e9){if(_0x157237[_0x31f518(0x14,0xbe,-0x36,-_0x53e2fd._0x2b1777)](_0x157237[_0x5b7917(0x467,_0x53e2fd._0x377521,_0x53e2fd._0x56e3d3,0x3ab)],_0x157237['QxiEZ'])){const _0xf1474e={};return _0xf1474e[_0x31f518(-0x18e,-0x158,-_0x53e2fd._0x36a332,-0x26a)]=_0x157237[_0x5b7917(_0x53e2fd._0x2b73db,_0x53e2fd._0x13d0af,_0x53e2fd._0x2f554d,0x44d)],_0xf1474e['message']=_0x31f518(-_0x53e2fd._0x22ea4e,-0x114,-0x27,-0x9b)+'be\x20either\x20'+_0x5b7917(_0x53e2fd._0x2540f7,0x4a1,0x56d,0x41c)+_0x5b7917(_0x53e2fd._0xeee81e,0x637,0x5c5,_0x53e2fd._0x2eb2be)+'n\x22',_0x97178a[_0x5b7917(_0x53e2fd._0x49cd91,_0x53e2fd._0x75cbf8,_0x53e2fd._0xa5eef4,0x383)](0x19f*0x1+-0x219f+-0xc*-0x2cc)[_0x5b7917(0x469,_0x53e2fd._0x231c0c,_0x53e2fd._0x5709b7,_0x53e2fd._0x15f12c)](_0xf1474e);}else _0xbba85[_0x31f518(-0x175,-0x16b,-0xa6,0x61)]=_0x1ab8e9;}if(_0x2fa8a3){if(_0x157237[_0x5b7917(_0x53e2fd._0x5034c2,0x59a,_0x53e2fd._0x3352f8,0x5cc)](_0x31f518(0x7d,-0x18b,-_0x53e2fd._0x56b663,-0xee),_0x157237[_0x31f518(-_0x53e2fd._0x3a9d10,-_0x53e2fd._0x134453,-_0x53e2fd._0x5bcb6b,-_0x53e2fd._0x5a1ff1)])){const _0x54151e={};return _0x54151e[_0x5b7917(0x540,_0x53e2fd._0xed866d,_0x53e2fd._0x18634,0x429)]=_0x31f518(-_0x53e2fd._0x323bb4,-_0x53e2fd._0x223a85,-0x205,-0x13a),_0x54151e[_0x5b7917(_0x53e2fd._0x589e82,_0x53e2fd._0x27d875,_0x53e2fd._0xe4e8f7,_0x53e2fd._0x707dfe)]={},_0x54151e;}else _0xbba85[_0x31f518(-0xbb,-_0x53e2fd._0x401e65,-_0x53e2fd._0x4a8d13,0x3a)+'int']=_0x2fa8a3;}const _0x7bc618=_0x157237[_0x31f518(0x3d,-_0x53e2fd._0x4462a1,-_0x53e2fd._0xbc1ee,-0x114)](serializeSkillMd,_0xbba85,_0x3edb41);await _0x3f173c['writeFile'](_0x53b4ae,_0x7bc618,_0x157237['tQXdS']);let _0x3df693=![];if(_0x157237['ETIBq'](assignToEnvironment,coderConfig)){const _0x3d9e3f=coderConfig[_0x31f518(-0x19c,-0x29b,-_0x53e2fd._0x2c7075,-_0x53e2fd._0x137068)+'ts']?.[_0x4a3606];if(_0x3d9e3f){!_0x3d9e3f['skills']&&(_0x3d9e3f[_0x5b7917(_0x53e2fd._0x58e04d,_0x53e2fd._0x19197e,_0x53e2fd._0x2164ef,0x681)]=[]);if(!_0x3d9e3f[_0x31f518(-_0x53e2fd._0x56add8,-0x156,-_0x53e2fd._0x4c4224,-0x136)][_0x31f518(-0x1c7,-_0x53e2fd._0x47dc0a,-_0x53e2fd._0x179b1b,-_0x53e2fd._0x33ad1a)](_0x336575)){_0x3d9e3f[_0x31f518(-_0x53e2fd._0x332d34,0x4c,-_0x53e2fd._0x4c4224,-0x23)][_0x5b7917(0x5df,0x67d,0x4d0,0x65f)](_0x336575),_0x3df693=!![];const _0x532b6f={};_0x532b6f[_0x31f518(-_0x53e2fd._0x194075,-_0x53e2fd._0x46f989,-_0x53e2fd._0x39f673,-0x28d)]=_0x336575,_0x532b6f['environmen'+'t']=_0x4a3606,logger[_0x5b7917(_0x53e2fd._0x4859aa,_0x53e2fd._0x31b052,0x48e,0x390)](_0x157237[_0x5b7917(0x612,0x692,0x6ef,_0x53e2fd._0x283a67)],_0x532b6f);}}try{const _0x2c8685=_0x13690c[_0x5b7917(0x455,_0x53e2fd._0x47f4bb,_0x53e2fd._0x30d7f5,_0x53e2fd._0xb83c7a)](setupPath,_0x157237['EHUra'],_0x4a3606,_0x157237['EoLsA']);let _0x4282f2,_0x59d1d0,_0x19631c;try{const _0x4a076b=await _0x3f173c['readFile'](_0x2c8685,_0x31f518(-_0x53e2fd._0x545ff8,-_0x53e2fd._0x1bbe9c,-_0x53e2fd._0x8b9449,-_0x53e2fd._0x3135cc));_0x59d1d0=JSON[_0x31f518(_0x53e2fd._0x1185fb,_0x53e2fd._0x3d9305,-_0x53e2fd._0x2db62c,-_0x53e2fd._0x2d8280)](_0x4a076b),_0x4282f2=_0x2c8685,!_0x59d1d0['skills']&&(_0x59d1d0[_0x5b7917(0x5b4,0x605,0x52f,0x533)]=[]),_0x19631c=_0x59d1d0[_0x31f518(-0x1ab,-_0x53e2fd._0x2ea538,-_0x53e2fd._0x3790a8,-0x140)];}catch{const _0x5b9604=_0x13690c[_0x5b7917(0x455,_0x53e2fd._0x46134b,0x472,_0x53e2fd._0x447745)](setupPath,_0x157237['GZztD']),_0x3738c7=await _0x3f173c['readFile'](_0x5b9604,_0x157237[_0x31f518(-0xe5,-_0x53e2fd._0x56054b,-_0x53e2fd._0x280e78,-_0x53e2fd._0x27858c)]);_0x59d1d0=JSON[_0x31f518(-0x147,-0x29,-_0x53e2fd._0x265068,-_0x53e2fd._0x258c3d)](_0x3738c7),_0x4282f2=_0x5b9604;if(_0x59d1d0[_0x31f518(-_0x53e2fd._0x5ae08a,-_0x53e2fd._0x296934,-_0x53e2fd._0x2c7075,-_0x53e2fd._0x44e2f1)+'ts']&&_0x59d1d0[_0x5b7917(0x492,_0x53e2fd._0x474a0a,_0x53e2fd._0x586d0a,0x390)+'ts'][_0x4a3606]){if(_0x157237[_0x5b7917(0x61f,_0x53e2fd._0x20a57c,_0x53e2fd._0x594b56,_0x53e2fd._0x92e15d)]===_0x157237[_0x31f518(-_0x53e2fd._0x368fe8,-_0x53e2fd._0x542fb8,-_0x53e2fd._0x381883,-0x13c)]){const _0x448e92={};return _0x448e92[_0x5b7917(_0x53e2fd._0x824359,_0x53e2fd._0x2ac29b,0x3db,0x555)]=_0x157237[_0x31f518(-0x317,-0x15f,-_0x53e2fd._0x14e8ec,-_0x53e2fd._0x138267)],_0x448e92[_0x31f518(-_0x53e2fd._0x3af0e6,-0x257,-0x249,-_0x53e2fd._0x540681)]=_0x157237[_0x5b7917(0x461,_0x53e2fd._0x3db031,_0x53e2fd._0x5216bc,0x489)],_0x20d2d7[_0x31f518(-_0x53e2fd._0x5c651,-0x1d6,-_0x53e2fd._0x6f9e79,-0x1dd)](-0x238b+-0x35d+0x2878)['json'](_0x448e92);}else!_0x59d1d0['environmen'+'ts'][_0x4a3606][_0x5b7917(0x5b4,_0x53e2fd._0x287fa7,0x4ce,_0x53e2fd._0x461ad9)]&&(_0x59d1d0[_0x31f518(-0x16f,-_0x53e2fd._0x515a5f,-_0x53e2fd._0x2c7075,-_0x53e2fd._0x2005f9)+'ts'][_0x4a3606][_0x5b7917(_0x53e2fd._0x589e82,_0x53e2fd._0x2e7258,_0x53e2fd._0x2a948d,0x694)]=[]),_0x19631c=_0x59d1d0['environmen'+'ts'][_0x4a3606][_0x5b7917(_0x53e2fd._0x58e04d,_0x53e2fd._0x5266f2,_0x53e2fd._0x5dc268,0x603)];}}if(_0x19631c&&!_0x19631c[_0x31f518(-0xdb,-0x167,-0x188,-0x140)](_0x336575)){_0x19631c[_0x5b7917(0x5df,0x536,0x693,0x57d)](_0x336575),await _0x3f173c['writeFile'](_0x4282f2,JSON[_0x5b7917(_0x53e2fd._0x17a676,_0x53e2fd._0x567c60,0x51d,0x469)](_0x59d1d0,null,-0x1*0x6cb+-0xe2e+0x14fb),_0x157237[_0x5b7917(0x589,0x4d1,_0x53e2fd._0x78d1a6,0x4d0)]);const _0x4727e4={};_0x4727e4[_0x5b7917(0x471,_0x53e2fd._0x402da8,_0x53e2fd._0x586d0a,0x4a5)]=_0x336575,_0x4727e4[_0x31f518(-0x1a0,-_0x53e2fd._0x50f63f,-0x1b3,-_0x53e2fd._0x50d4f3)+'t']=_0x4a3606,_0x4727e4['configPath']=_0x4282f2,logger[_0x5b7917(0x489,0x588,0x568,_0x53e2fd._0x2ef7b1)](_0x157237[_0x5b7917(0x5dd,_0x53e2fd._0x6e5a4a,0x5a7,_0x53e2fd._0x541a15)],_0x4727e4);}}catch(_0x40f39f){if(_0x157237[_0x31f518(-0xa9,-0x21,-0x2b,-_0x53e2fd._0x2832d8)](_0x157237[_0x31f518(-_0x53e2fd._0x4ddbdc,-_0x53e2fd._0x58861c,-0x1ff,-_0x53e2fd._0x1eb831)],_0x5b7917(_0x53e2fd._0x57340b,_0x53e2fd._0x2e54ce,0x520,_0x53e2fd._0x3aa0ce)))_0xd7761a[_0x1ae33a][_0x31f518(-_0x53e2fd._0x28e96d,-_0x53e2fd._0x594f40,-_0x53e2fd._0x140adb,0x2f)](_0x50c97c[_0x5b7917(_0x53e2fd._0x368763,_0x53e2fd._0x1b51c6,0x512,0x54c)]()['slice'](-0x2652+0x1071+0x15e3)['trim']());else{const _0x3aeb7b={};_0x3aeb7b['skillId']=_0x336575,_0x3aeb7b['environmen'+'t']=_0x4a3606,_0x3aeb7b[_0x31f518(-0x1f5,-0xe7,-_0x53e2fd._0x36b61a,-_0x53e2fd._0x338b01)]=_0x40f39f[_0x31f518(-_0x53e2fd._0x3d67e7,-_0x53e2fd._0x5ed7c6,-0x249,-0x260)],logger[_0x31f518(-0x27f,-_0x53e2fd._0x3cc1ee,-_0x53e2fd._0x41ef28,-0x26b)](_0x157237[_0x31f518(0x76,-0x11,-0xa0,-0x135)],_0x3aeb7b);}}}const _0x505a31={};_0x505a31[_0x31f518(-_0x53e2fd._0x43fa85,_0x53e2fd._0x263d81,-0x39,-_0x53e2fd._0x2eff97)]=_0x5b924c[_0x31f518(0x5,-0x82,-_0x53e2fd._0x1a3b3f,0x6d)],_0x505a31[_0x5b7917(_0x53e2fd._0x595e8b,0x531,0x409,_0x53e2fd._0x4788c6)]=_0x336575,_0x505a31[_0x31f518(-0x217,-_0x53e2fd._0x1295f8,-0x1b3,-0x226)+'t']=_0x4a3606,_0x505a31[_0x31f518(-_0x53e2fd._0x26a0c0,-_0x53e2fd._0x2dfd64,-_0x53e2fd._0x89052b,-0x1d0)]=_0x3b7d54['id'],_0x505a31[_0x5b7917(0x433,0x464,_0x53e2fd._0x542dc6,_0x53e2fd._0x2c349f)]=_0x3df693,logger[_0x5b7917(_0x53e2fd._0x4859aa,0x3f7,0x592,0x3ef)](_0x157237[_0x31f518(-0x24b,-_0x53e2fd._0x54be7c,-0x1b5,-0xbd)],_0x505a31);const _0x1e489c={};_0x1e489c['success']=!![],_0x1e489c['id']=_0x336575,_0x1e489c['environmen'+'t']=_0x4a3606,_0x1e489c[_0x5b7917(0x3ff,_0x53e2fd._0x386d99,0x3a8,_0x53e2fd._0x2ec26c)]=_0x52a734,_0x1e489c['createdByT'+_0x5b7917(_0x53e2fd._0xb77265,0x60b,0x447,0x5a9)]=_0x5b924c[_0x5b7917(_0x53e2fd._0x50efa5,0x64f,0x5b8,0x603)],_0x1e489c[_0x5b7917(0x526,0x535,_0x53e2fd._0x1a381b,_0x53e2fd._0x2822de)+'serId']=_0x3b7d54['id'],_0x1e489c[_0x31f518(-0x11b,-0x225,-0x212,-0x1fa)]=_0x3df693,_0x5881de[_0x31f518(-0x212,-0x230,-_0x53e2fd._0x171968,-0x19e)](0x1950+0x5a8*0x6+-0x3a77)[_0x5b7917(_0x53e2fd._0x2f39a0,0x562,0x583,_0x53e2fd._0xc342f4)](_0x1e489c);}catch(_0x389c7a){const _0x49fac2={};_0x49fac2[_0x5b7917(_0x53e2fd._0x50efa5,_0x53e2fd._0x14419b,0x553,0x5f3)]=_0x5b924c[_0x5b7917(0x60c,_0x53e2fd._0x1eae2a,_0x53e2fd._0x276ef2,_0x53e2fd._0xba5800)],_0x49fac2[_0x31f518(-_0x53e2fd._0x377eb5,-0x11b,-0x1d4,-0x21e)]=_0x336575,_0x49fac2[_0x5b7917(0x4c9,0x417,0x3bc,_0x53e2fd._0x3590e5)]=_0x389c7a[_0x5b7917(0x3fc,_0x53e2fd._0x56e987,0x479,0x422)],logger[_0x5b7917(_0x53e2fd._0x824359,0x464,_0x53e2fd._0x34469e,_0x53e2fd._0x2c8ddd)](_0x157237[_0x31f518(-_0x53e2fd._0x112783,-_0x53e2fd._0x55c8de,-0xcd,-0xc7)],_0x49fac2);try{const _0x33cd98={};_0x33cd98[_0x5b7917(_0x53e2fd._0x187201,0x412,_0x53e2fd._0x571e22,_0x53e2fd._0xb6dcdf)]=!![],_0x33cd98['force']=!![],await _0x3f173c['rm'](_0x4e51eb,_0x33cd98);}catch{}const _0x57ed5d={};_0x57ed5d[_0x5b7917(0x4c9,0x3dd,_0x53e2fd._0x7599eb,_0x53e2fd._0x3402d1)]=_0x157237[_0x31f518(-_0x53e2fd._0x1996af,-_0x53e2fd._0x5333a9,-_0x53e2fd._0x2fa827,_0x53e2fd._0x522d29)],_0x57ed5d['message']=_0x157237['vSgPv'],_0x5881de[_0x31f518(-_0x53e2fd._0x20ea6d,-0x121,-0x227,-0x2f7)](0x23d*0xc+0x17a*-0xa+-0xa24)[_0x5b7917(0x469,0x3d0,_0x53e2fd._0x8367f,0x42b)](_0x57ed5d);}}),router[_0x1c0b31(0xb0,0x175,0x156,0xbf)]('/skills/:s'+_0xf8e45c(0x478,0x484,0x3b6,0x3e8),requireTaskAuth,validateSkillAccess,async(_0x56eb0f,_0x3b328f)=>{const _0x3c5707={_0x4f6a61:0x37,_0xc6d294:0x35,_0x6c4e6d:0x10b,_0x25675e:0xd7,_0x278a3c:0xad,_0x3dbb3c:0x1d2,_0x545b99:0x226,_0x1a4099:0x2f5,_0x45b588:0x458,_0x10ebd4:0x1fb,_0x16ccc8:0x1a3,_0x15c1af:0x56,_0x2348c6:0x131,_0x530e3f:0x2a4,_0x5d6e43:0x129,_0x77261a:0x235,_0x36251a:0x2e8,_0x35b8cc:0x10e,_0x1f3ca7:0x224,_0x438614:0x12d,_0x354a54:0x189,_0x3ee562:0x25e,_0x489ec6:0x1f7,_0x92cd5f:0x1d0,_0x5eb9f7:0x285,_0x4469bc:0x3d9,_0x5d34ff:0x2eb,_0x352f9b:0x6,_0x5c6533:0xa5,_0x3cec6c:0x95,_0x467c95:0x104,_0x1e7918:0xde,_0x1798a1:0x70,_0xd6669a:0x12b,_0xce1069:0x2fd,_0x1f7873:0x1fd,_0xfec464:0x190,_0x53fe84:0xda,_0x53a679:0x144,_0x5ca56c:0x284,_0x2a0935:0x2f5,_0x1b52d7:0x27c,_0x4c19aa:0x402,_0x4d4ddc:0x366,_0xa99516:0xb0,_0x21a9a5:0x2d7,_0x2b769c:0x285,_0x847b07:0x209,_0x48be29:0x4d,_0x1554fa:0xd5,_0x3b2e1f:0xa1,_0x2de72e:0x121,_0x46a13f:0x127,_0x17737b:0x15f,_0x20895d:0x28e,_0x2c6613:0x2c9,_0x3b3675:0x3c2,_0x4e408c:0x20b,_0x1cdd2b:0x2f9,_0x41ecfa:0x2a4,_0x1300a6:0x13d,_0x30b3fa:0x248,_0x33faa9:0x72,_0xbfd826:0x5b,_0x4d55f9:0x69,_0x165ceb:0x278,_0x52f221:0x225,_0x19b8d6:0x26e,_0x57a139:0x36a,_0x2914bd:0xfa,_0x2f87e5:0x13e,_0xa4fcd4:0x206,_0x98088e:0x21c,_0x41f7ff:0x33c,_0x381f98:0x2d4,_0x30bb91:0x4,_0x97dda1:0xec,_0x2a9521:0x9,_0x2ad229:0x191,_0x443f25:0x11c,_0x3aad02:0x26c,_0xbf7baa:0x9a,_0x3d756d:0xbe,_0x2ade65:0x5,_0x466fc0:0x41,_0x5a2149:0x36e,_0x40257c:0x299,_0x41ed2d:0x321,_0x2eabf6:0x19a,_0x39c3f6:0x1d,_0xf1c05e:0xec,_0x444da9:0x386,_0x1b5137:0xbf,_0x8482bf:0x249,_0x58e1bd:0x15e,_0x2561b9:0x392,_0x23b56a:0x1ea,_0x5ef939:0x1b4,_0xfd7e66:0x160,_0x469286:0x26b,_0x38aa23:0x2e6,_0x35eb84:0x26,_0x3adc1f:0x38,_0x21dc78:0x2c,_0x45d1db:0x105,_0x1ddf71:0x52,_0x108f61:0x361,_0x334555:0x4b,_0x2c757a:0x11a,_0x5b5af7:0x210,_0x351808:0x1a8,_0x388660:0x26a,_0x15631e:0x2ba,_0x2767d8:0x1d0,_0x3f2018:0x1ca,_0x381506:0x128,_0x535a49:0x43,_0x59174d:0x42d,_0x320126:0x26c,_0xf7e01e:0x48,_0x34633a:0xdd,_0x54852a:0x154,_0x10bce1:0x89,_0x17441c:0xd5,_0x31bf87:0x45,_0x3f86f9:0x92,_0x7286b0:0x28,_0x3a9ddb:0x34c,_0x5bfabc:0x40f,_0x2790ef:0x39e,_0x47d3d3:0x4cb,_0x533cfc:0x3a5,_0x1d2636:0x144,_0x3042f5:0x61,_0x22b3e4:0x58,_0x12f830:0x77,_0x130dd7:0x6b,_0x43e503:0x28a,_0x24dd91:0x275,_0x45f3b7:0x104,_0x22ce49:0x2a,_0x29bbb3:0x71,_0x19edb9:0x358,_0x2705a4:0x24d,_0x54d9ff:0x6d,_0x215ea2:0x193,_0x41eb31:0x7f,_0x15450e:0x8,_0x3c4d1a:0x276,_0x5089a5:0x80,_0x51f327:0x109,_0x38b6a9:0x2e,_0x26df16:0x5d,_0x47e8aa:0x5f,_0x3cc894:0x67,_0x2131e4:0x54,_0x19b9f0:0x2c4,_0x3eaa23:0x11c,_0x2466db:0x1e5,_0x3d60b7:0x24,_0x15d1ba:0x1c,_0x131bd8:0x1d9,_0x1282bb:0x242,_0x5c286d:0x22a,_0x1a5e76:0x9d,_0x3852db:0x160,_0x5cf92b:0x346,_0x2bad61:0x27c,_0x3a0e53:0x249,_0x55906a:0x244,_0x3a285a:0x1dd,_0x33ba74:0x2e9,_0x5f00aa:0x16d,_0x1b1f94:0x160,_0x3ef053:0x1ad,_0x5146ba:0x1cb,_0x3a6805:0x1e2,_0x49b088:0x11},_0x570be6={_0x5a92c9:0x9},_0x418655={_0x35f2cb:0x1c2,_0x60f6da:0xa6};function _0x40edb6(_0x5d0a19,_0x6633a6,_0x516591,_0x734cb1){return _0xf8e45c(_0x516591,_0x6633a6-_0x418655._0x35f2cb,_0x516591-_0x418655._0x60f6da,_0x734cb1- -0x8f);}const _0x1a7b4e={'Afvhx':'Not\x20Found','jFiFz':'Bad\x20Reques'+'t','JGZvf':_0x56031e(-_0x3c5707._0x4f6a61,-_0x3c5707._0xc6d294,-_0x3c5707._0x6c4e6d,-_0x3c5707._0x25675e)+_0x40edb6(_0x3c5707._0x278a3c,0x12d,0x252,0x1ae)+'uired','IUAXo':function(_0x53e55d,_0x1fdbed){return _0x53e55d!==_0x1fdbed;},'cvqvD':_0x40edb6(_0x3c5707._0x3dbb3c,_0x3c5707._0x545b99,_0x3c5707._0x1a4099,0x2c0)+_0x40edb6(0x407,0x335,_0x3c5707._0x45b588,0x3a0)+'details','bSGON':_0x40edb6(0xd6,_0x3c5707._0x10ebd4,0xa5,_0x3c5707._0x16ccc8),'NOTGd':function(_0x3cab9f,_0x16ac3f){return _0x3cab9f(_0x16ac3f);},'DwGpp':_0x56031e(-_0x3c5707._0x15c1af,-0x24a,-0x9f,-_0x3c5707._0x2348c6),'wCOYr':_0x40edb6(0x31d,_0x3c5707._0x530e3f,_0x3c5707._0x5d6e43,_0x3c5707._0x77261a),'JjHhQ':function(_0x411565,_0x4d9e0e){return _0x411565===_0x4d9e0e;},'mvyyP':'SKILL.md','jnHGM':_0x40edb6(_0x3c5707._0x36251a,0x3e7,0x4ba,0x3b4),'FNSaz':function(_0x41cdeb,_0x2fc7fc){return _0x41cdeb!==_0x2fc7fc;},'sNmYt':_0x56031e(0xd6,-_0x3c5707._0x35b8cc,0x1b,-0x13),'dbkXv':'directory','dilIq':_0x56031e(-0x147,-_0x3c5707._0x1f3ca7,-0x96,-_0x3c5707._0x438614)+_0x40edb6(_0x3c5707._0x354a54,_0x3c5707._0x3ee562,0x2b1,0x26a),'UfkrS':'argument-h'+'int','HVwJh':function(_0x1d69d7,_0x2d81ca){return _0x1d69d7===_0x2d81ca;},'AZxNl':_0x40edb6(_0x3c5707._0x489ec6,0x37f,_0x3c5707._0x92cd5f,_0x3c5707._0x5eb9f7),'jnTkl':_0x40edb6(0x23f,_0x3c5707._0x4469bc,_0x3c5707._0x5d34ff,0x340),'KzYiB':_0x56031e(_0x3c5707._0x352f9b,-_0x3c5707._0x5c6533,-_0x3c5707._0x3cec6c,-_0x3c5707._0x467c95),'aVNtJ':_0x56031e(-_0x3c5707._0x1e7918,0x19,-0x113,-_0x3c5707._0x1798a1),'WoeVe':_0x40edb6(0x139,_0x3c5707._0xd6669a,_0x3c5707._0xce1069,_0x3c5707._0x1f7873),'PeUtF':_0x56031e(-_0x3c5707._0xfec464,-_0x3c5707._0x53fe84,-0xcc,-_0x3c5707._0x53a679)+_0x40edb6(_0x3c5707._0x5ca56c,_0x3c5707._0x2a0935,_0x3c5707._0x1b52d7,0x2eb),'uPWgd':_0x40edb6(_0x3c5707._0x4c19aa,0x25b,0x299,_0x3c5707._0x4d4ddc)+_0x40edb6(0x39a,0x440,0x489,0x3c0)+'r'},{callingTask:_0x180975,skillId:_0x4e6332,skillPath:_0x16564a,environmentName:_0x5b693b}=_0x56eb0f,_0x3bdf64={};_0x3bdf64[_0x56031e(0x44,-0x4d,0xbf,_0x3c5707._0xa99516)]=_0x180975['taskId'],_0x3bdf64['skillId']=_0x4e6332;function _0x56031e(_0x22f09c,_0x80a0d6,_0x1da302,_0x180aa0){return _0x1c0b31(_0x22f09c-0x73,_0x180aa0- -0x251,_0x22f09c,_0x180aa0-_0x570be6._0x5a92c9);}_0x3bdf64['environmen'+'t']=_0x5b693b,logger['info'](_0x1a7b4e['cvqvD'],_0x3bdf64);const _0x20c3ad=_0x13690c[_0x40edb6(_0x3c5707._0x21a9a5,_0x3c5707._0x2b769c,_0x3c5707._0x847b07,0x208)](_0x16564a,_0x56031e(-_0x3c5707._0x48be29,0xc2,-0x31,0x66));try{const _0x436520=await _0x3f173c[_0x56031e(-_0x3c5707._0x1554fa,-0x4c,-_0x3c5707._0x467c95,0x7)](_0x20c3ad,_0x1a7b4e[_0x56031e(-0x1cb,-0x222,-_0x3c5707._0x3b2e1f,-_0x3c5707._0x2de72e)]),{frontmatter:_0x277453,body:_0x4d5a47}=_0x1a7b4e['NOTGd'](parseSkillMd,_0x436520),_0xf34f27=[];try{const _0x3d4a23={};_0x3d4a23[_0x56031e(-_0x3c5707._0x46a13f,-_0x3c5707._0x17737b,0x9c,-0x79)+_0x40edb6(0x3e6,_0x3c5707._0x20895d,_0x3c5707._0x2c6613,0x2da)]=!![];const _0x4e70eb=await _0x3f173c['readdir'](_0x16564a,_0x3d4a23);for(const _0x4c7086 of _0x4e70eb){if(_0x1a7b4e[_0x40edb6(_0x3c5707._0x3b3675,0x30b,0x284,0x312)]===_0x1a7b4e['wCOYr']){if(_0x15181f[_0x40edb6(_0x3c5707._0x4e408c,0x2e8,_0x3c5707._0x1cdd2b,_0x3c5707._0x41ecfa)]===_0x40edb6(0x2eb,_0x3c5707._0x1300a6,_0x3c5707._0x30b3fa,0x20b)){const _0x557597={};return _0x557597['error']=_0x1a7b4e[_0x56031e(_0x3c5707._0x33faa9,_0x3c5707._0xbfd826,-0x1d,-_0x3c5707._0x4d55f9)],_0x557597[_0x40edb6(_0x3c5707._0x165ceb,0x191,_0x3c5707._0x52f221,0x1af)]='Skill\x20\x27'+_0x45ed40+(_0x40edb6(_0x3c5707._0x19b8d6,0x42a,0x3d1,_0x3c5707._0x57a139)+'d'),_0x3bac7a[_0x56031e(-0x251,-_0x3c5707._0x2914bd,-0x11d,-_0x3c5707._0x2f87e5)](0x1b3b+0x18dd+-0x3284)[_0x40edb6(0x203,_0x3c5707._0xa4fcd4,0x16c,_0x3c5707._0x98088e)](_0x557597);}throw _0x240d98;}else{if(_0x1a7b4e[_0x40edb6(_0x3c5707._0x41f7ff,_0x3c5707._0x381f98,0x358,0x30d)](_0x4c7086[_0x56031e(-_0x3c5707._0x30bb91,-0x1c7,-0x182,-_0x3c5707._0x97dda1)],_0x1a7b4e[_0x56031e(0x10,_0x3c5707._0x2a9521,-0xb9,-0xdf)]))continue;if(_0x4c7086[_0x56031e(-0x1c9,-0x189,-0x1c6,-0x105)]()){const _0xa9d3c3={};_0xa9d3c3[_0x56031e(-_0x3c5707._0x2ad229,_0x3c5707._0x352f9b,-0x12f,-0xec)]=_0x4c7086[_0x40edb6(_0x3c5707._0x443f25,_0x3c5707._0x3aad02,0x212,0x223)],_0xa9d3c3[_0x56031e(-_0x3c5707._0xbf7baa,0x99,_0x3c5707._0x3d756d,-0x3f)]=_0x1a7b4e['jnHGM'],_0xf34f27[_0x56031e(-_0x3c5707._0x2ade65,_0x3c5707._0x466fc0,0x9d,0x83)](_0xa9d3c3);}else{if(_0x4c7086['isDirector'+'y']()){if(_0x1a7b4e['FNSaz'](_0x1a7b4e['sNmYt'],_0x40edb6(_0x3c5707._0x5a2149,0x3c7,_0x3c5707._0x40257c,_0x3c5707._0x41ed2d))){const _0x421a71={};_0x421a71['name']=_0x4c7086[_0x56031e(0xc,-_0x3c5707._0x2eabf6,_0x3c5707._0x39c3f6,-_0x3c5707._0xf1c05e)],_0x421a71[_0x40edb6(0x2bd,0x361,_0x3c5707._0x444da9,0x2d0)]=_0x1a7b4e[_0x56031e(-_0x3c5707._0x1b5137,-_0x3c5707._0x8482bf,-0x94,-_0x3c5707._0x58e1bd)],_0xf34f27[_0x40edb6(0x4a2,0x40c,0x447,_0x3c5707._0x2561b9)](_0x421a71);}else{const _0x43761f={};return _0x43761f['error']=_0x1a7b4e['jFiFz'],_0x43761f[_0x56031e(-0x20e,-_0x3c5707._0x23b56a,-_0x3c5707._0x5ef939,-_0x3c5707._0xfd7e66)]=_0x1a7b4e[_0x40edb6(0x1f4,_0x3c5707._0x469286,0x1ff,_0x3c5707._0x38aa23)],_0x256600['status'](-0xbc7+-0x144b*-0x1+-0x6f4*0x1)[_0x56031e(-0xfc,-_0x3c5707._0x35eb84,-0x126,-0xf3)](_0x43761f);}}}}}}catch{}const _0x53ef5c={};_0x53ef5c['id']=_0x4e6332,_0x53ef5c['name']=_0x277453['name']||_0x4e6332,_0x53ef5c[_0x56031e(-_0x3c5707._0x3adc1f,-_0x3c5707._0x21dc78,_0x3c5707._0x45d1db,_0x3c5707._0x1ddf71)+'n']=_0x277453[_0x40edb6(0x2bf,0x350,0x3ee,_0x3c5707._0x108f61)+'n']||'',_0x53ef5c[_0x56031e(0x142,0x5b,_0x3c5707._0x334555,0x9f)]=_0x4d5a47,_0x53ef5c[_0x40edb6(0x28a,_0x3c5707._0x58e1bd,_0x3c5707._0x2c757a,0x1e2)+_0x40edb6(_0x3c5707._0x5b5af7,0x276,_0x3c5707._0x351808,_0x3c5707._0x388660)]=_0x277453[_0x1a7b4e[_0x40edb6(0x24f,_0x3c5707._0x15631e,_0x3c5707._0x2767d8,_0x3c5707._0x3f2018)]]||[],_0x53ef5c[_0x56031e(_0x3c5707._0x45d1db,0x16,_0x3c5707._0x381506,_0x3c5707._0x535a49)]=_0x277453[_0x40edb6(_0x3c5707._0x59174d,_0x3c5707._0x320126,0x362,0x352)]||null,_0x53ef5c[_0x56031e(_0x3c5707._0xf7e01e,0x10a,-0x4e,0x50)+_0x56031e(-_0x3c5707._0x34633a,-_0x3c5707._0x54852a,-0xbf,-0x13f)]=_0x277453[_0x1a7b4e['UfkrS']]||null,_0x53ef5c[_0x56031e(0x4,-0x4f,-0x147,-_0x3c5707._0x10bce1)]=_0xf34f27,_0x53ef5c['environmen'+'t']=_0x5b693b,_0x3b328f['json'](_0x53ef5c);}catch(_0x4662e1){if(_0x1a7b4e[_0x56031e(-0x6e,-0x15f,-_0x3c5707._0x17441c,-_0x3c5707._0x31bf87)](_0x1a7b4e[_0x56031e(-_0x3c5707._0x3f86f9,-0xcd,-0x19c,-0x157)],_0x1a7b4e[_0x56031e(-_0x3c5707._0x278a3c,_0x3c5707._0x7286b0,-0x71,-0xb6)])){const _0x549257=_0x3a38e7[_0x40edb6(0x3a5,0x2d1,_0x3c5707._0x3a9ddb,0x367)][_0x40edb6(0x371,0x45b,_0x3c5707._0x5bfabc,0x369)](_0x5614e0=>_0x5614e0!==_0x38cc9b);_0x1a7b4e['IUAXo'](_0x549257[_0x40edb6(_0x3c5707._0x2790ef,_0x3c5707._0x47d3d3,0x37a,0x3be)],_0x9dff9a[_0x40edb6(0x370,_0x3c5707._0x533cfc,0x392,0x367)]['length'])&&(_0x146b6d[_0x56031e(_0x3c5707._0x1d2636,_0x3c5707._0x3042f5,0x5b,_0x3c5707._0x22b3e4)]=_0x549257,_0x3ecad7=!![]);}else{if(_0x4662e1[_0x56031e(-_0x3c5707._0x2de72e,_0x3c5707._0x12f830,-0xe9,-_0x3c5707._0x130dd7)]===_0x1a7b4e[_0x40edb6(0x250,0x37c,_0x3c5707._0x43e503,_0x3c5707._0x24dd91)]){if(_0x1a7b4e[_0x56031e(_0x3c5707._0x45f3b7,0x37,-_0x3c5707._0x22ce49,_0x3c5707._0x29bbb3)]===_0x1a7b4e[_0x40edb6(0x1ba,_0x3c5707._0x19edb9,_0x3c5707._0x2705a4,0x252)])_0x743344[_0x56031e(-0xd,_0x3c5707._0x54d9ff,_0x3c5707._0x352f9b,0x83)](_0x16e5a3+':\x20'+_0x5cb6af);else{const _0x483953={};return _0x483953[_0x56031e(-_0x3c5707._0x215ea2,-_0x3c5707._0x41eb31,_0x3c5707._0x15450e,-0x93)]=_0x1a7b4e[_0x40edb6(0x298,_0x3c5707._0x3c4d1a,0x323,0x2a6)],_0x483953[_0x56031e(-0x56,-0x4b,-0x192,-0x160)]=_0x56031e(-_0x3c5707._0x5089a5,-0x1c4,-0x11c,-_0x3c5707._0x51f327)+_0x4e6332+(_0x56031e(-_0x3c5707._0x38b6a9,-_0x3c5707._0x26df16,-_0x3c5707._0x47e8aa,0x5b)+'d'),_0x3b328f[_0x56031e(-_0x3c5707._0x3cc894,-0xce,-_0x3c5707._0x2131e4,-_0x3c5707._0x2f87e5)](-0x2*-0xf9f+-0x79f+-0x160b)[_0x40edb6(_0x3c5707._0x19b9f0,_0x3c5707._0x3eaa23,_0x3c5707._0x2466db,0x21c)](_0x483953);}}const _0x3c885b={};_0x3c885b['taskId']=_0x180975[_0x56031e(-_0x3c5707._0x535a49,_0x3c5707._0x3d60b7,_0x3c5707._0x15d1ba,_0x3c5707._0xa99516)],_0x3c885b['skillId']=_0x4e6332,_0x3c885b[_0x40edb6(0x1e9,_0x3c5707._0x131bd8,_0x3c5707._0x1282bb,_0x3c5707._0x1b52d7)]=_0x4662e1[_0x56031e(-_0x3c5707._0x5c286d,-_0x3c5707._0x1a5e76,-0x1b6,-_0x3c5707._0x3852db)],logger[_0x40edb6(0x214,_0x3c5707._0x5cf92b,0x388,_0x3c5707._0x2bad61)](_0x1a7b4e[_0x40edb6(0x183,0x17f,_0x3c5707._0x3a0e53,_0x3c5707._0x55906a)],_0x3c885b);const _0x4603a5={};_0x4603a5[_0x40edb6(_0x3c5707._0x3a285a,0x2b9,_0x3c5707._0x33ba74,0x27c)]=_0x1a7b4e['uPWgd'],_0x4603a5[_0x56031e(-0x21b,-0x15d,-_0x3c5707._0x5f00aa,-_0x3c5707._0x1b1f94)]=_0x40edb6(_0x3c5707._0x3ef053,0x299,0x1d4,_0x3c5707._0x5146ba)+_0x40edb6(0x361,_0x3c5707._0x3a6805,0x2c6,0x2eb),_0x3b328f['status'](-0x1151+0x2c*-0x86+0x2a4d)[_0x56031e(-_0x3c5707._0x489ec6,-0x8a,-_0x3c5707._0x49b088,-0xf3)](_0x4603a5);}}}),router[_0xf8e45c(0x2eb,0x1b8,0x2f1,0x234)](_0x1c0b31(0xe0,0xf8,0x192,0x27)+_0x1c0b31(0x21a,0x29b,0x2d5,0x196),requireTaskAuth,validateSkillAccess,async(_0x34b69a,_0xfdb230)=>{const _0xb624d3={_0x4895a9:0x151,_0xbfcbc3:0x7b,_0x513bc6:0x178,_0x59cecb:0x315,_0x2df6b9:0x280,_0x42a6dc:0x266,_0x56e125:0x1af,_0x4da2c3:0x15,_0x567384:0xca,_0x4a97a0:0xf5,_0x462e9b:0x182,_0x3389ca:0x1e1,_0x3af08b:0x163,_0x17aa0d:0xea,_0x48655e:0x1ea,_0x547870:0x17f,_0x158587:0x1f5,_0x3b0c93:0x89,_0x39a28c:0x4c,_0x225b7c:0x18a,_0x13bfd0:0xdc,_0x4d2cc3:0x5,_0x19af07:0x219,_0x55f6e7:0x30d,_0x48fa19:0x1a1,_0x1c951c:0x14b,_0x32473a:0x167,_0x6553e5:0x250,_0x2009eb:0x14c,_0x419955:0x1c5,_0x45541e:0x277,_0x4f24df:0x2a5,_0x408226:0x25c,_0x850cde:0xd8,_0x86380d:0xc7,_0x4689c4:0x1ed,_0xb2b5db:0x105,_0xfed81c:0x181,_0x14a097:0x1de,_0x1ae389:0x140,_0x3ce200:0x214,_0x4b3643:0x1cb,_0x56326f:0x18c,_0x17d896:0xf4,_0xec871e:0x1eb,_0x40b8c1:0x2e9,_0x1c550e:0xfe,_0xbe633:0x185,_0x1727da:0x186,_0x45ddb9:0x367,_0x4ac76c:0x307,_0xa14390:0x1ca,_0x1c7ac6:0x2fb,_0x149771:0x391,_0x3d4e13:0x184,_0x3f4f23:0x260,_0x4539ef:0x262,_0x77404b:0x111,_0x48da10:0x1a7,_0x5e1e70:0x1ee,_0x57916:0x39f,_0x4e89f2:0x274,_0x1a870d:0x1d6,_0x363e99:0x1c5,_0x4b4521:0xb4,_0x2e4b00:0x24b,_0x117b32:0x264,_0x205e7f:0x1a7,_0x5adab9:0xdf,_0x5abba9:0x8d,_0x4f9ede:0x1a,_0x6eb85f:0x1c4,_0x1df39d:0x25d,_0x59fa30:0x290,_0x355073:0x2bd,_0x5a951b:0xe3,_0x5f379c:0xec,_0xcc78e3:0x124,_0x598b6c:0x2d3,_0x4adad4:0x247,_0x2fb7ab:0x2e7,_0x58b0e8:0x1a8,_0x3c3dab:0xef,_0x564668:0x100,_0x4767c2:0x7b,_0x4480ae:0x9e,_0x174000:0x84,_0x5df332:0x319,_0x47e26c:0x2b5,_0x527e1b:0x2f2,_0x2d3660:0x157,_0x3c26b0:0xba,_0x13910f:0x9b,_0x39dd8d:0xa1,_0x27a4c8:0x57,_0x1e4c9a:0x20c,_0x5d0f1a:0x2f8,_0x174cd0:0x160,_0x2dafe8:0xc2,_0x583593:0x1fb,_0x305e76:0x1a4,_0x440108:0x39,_0x1f7850:0x3da,_0x2cf383:0x39e,_0x518709:0x345,_0x558180:0x3ae,_0x2a29ff:0x301,_0x48b973:0x2fb,_0x1c3710:0x3f9,_0x47ee84:0xff,_0x1a7cb6:0x73,_0x3a6075:0x2e5,_0xe98de6:0x23d,_0x3f664b:0x133,_0x5ef67c:0x1bd,_0x20a3a1:0x1d3,_0x10c01a:0x19b,_0x316e83:0x22b,_0xbc3c84:0x191,_0x45e224:0x2e4,_0x627cc6:0x294,_0x209b16:0x11c,_0x570443:0xfa,_0x490269:0x287,_0x3c44c7:0x377,_0x5bf58d:0x19f,_0x509fa6:0x55,_0x58cb81:0x40,_0x55550a:0x7d,_0x204405:0x281,_0x7d4570:0xf2,_0x22349b:0x192,_0x2e697d:0x156,_0x1b427d:0xd5,_0x4fbfe2:0x116,_0x3d0dbd:0x2b6,_0x4e1c7c:0x34f,_0x28c412:0x1c1,_0x3c7182:0x311,_0x4b8f17:0x1c0,_0x258a72:0x212,_0x46200e:0x120,_0x4ab71b:0x2ec,_0x457b6a:0x2ca,_0x4ee345:0x248,_0x4538ac:0x174,_0x4a78b0:0x5a,_0x2dfdd9:0xba,_0x1b225e:0x4e,_0x14590e:0x144,_0x128510:0x276,_0xb67788:0x30,_0x436131:0xd9,_0xef4f9e:0x244,_0x1ae358:0x172,_0x2cdbad:0xad,_0x977d94:0x96,_0x4794c0:0x189,_0x9f750b:0x233,_0x3e1aaf:0x11e,_0x41a5b0:0xb9,_0x2b6200:0x113,_0xb48122:0x235,_0x23d0f0:0x38b,_0x5d3444:0x1d,_0x568cda:0x9a,_0x158bef:0x1a6,_0x5479cc:0x2d2,_0x5e79a2:0x77,_0x141b7a:0x105,_0x43d087:0x60,_0xcd3563:0x2d,_0x470ecf:0x11a,_0x325036:0x8f,_0x1400e9:0x22b,_0x1d333d:0x117,_0x2cde1f:0x156,_0x4605e2:0x1ab,_0x506d69:0x22c,_0x32f90d:0x18b,_0x4b7d38:0x1e5,_0x5410c7:0x26b,_0x31f325:0x1ae,_0x2d9042:0x15e,_0x6809cb:0x217,_0x54c11d:0xd0,_0x5950e5:0x49,_0x20b2dc:0x2c,_0xaf499d:0x1c9,_0x389f57:0x230,_0x43f358:0x168},_0x128c77={_0x25f44a:0x177},_0x5482e2={_0x205266:0xe0},_0xd6d622={'YSOle':'Failed\x20to\x20'+_0x5824dc(_0xb624d3._0x4895a9,0x15b,_0xb624d3._0xbfcbc3,_0xb624d3._0x513bc6)+'ll','JAxXB':_0x5eb392(_0xb624d3._0x59cecb,0x3dd,_0xb624d3._0x2df6b9,0x2c6)+_0x5eb392(0x36f,0x43e,0x276,0x28c)+'r','EZsRH':function(_0x2446d4,_0x4f04de){return _0x2446d4===_0x4f04de;},'vNIjM':function(_0x54ecdc,_0x561e7e){return _0x54ecdc===_0x561e7e;},'MDYlT':_0x5eb392(0x2b9,0x378,_0xb624d3._0x42a6dc,_0xb624d3._0x56e125)+'t','JjGxT':_0x5824dc(-_0xb624d3._0x4da2c3,_0xb624d3._0x567384,0x1a5,0x3c)+_0x5824dc(_0xb624d3._0x4a97a0,_0xb624d3._0x462e9b,_0xb624d3._0x3389ca,0x252)+_0x5824dc(0x103,0xd3,0xba,_0xb624d3._0x3af08b)+_0x5824dc(-0x5,0x101,0x5a,_0xb624d3._0x17aa0d),'qjFJy':function(_0x3f8e85,_0x4e2c00){return _0x3f8e85!==_0x4e2c00;},'XalQj':'SKILL.md','ibCDy':_0x5824dc(_0xb624d3._0x48655e,0x1b3,0x274,_0xb624d3._0x547870),'UpWON':function(_0x46e9dc,_0x10472b){return _0x46e9dc!==_0x10472b;},'ORauh':'cTjUf','Wfixs':_0x5eb392(0x152,0x143,0x20a,_0xb624d3._0x158587),'MyvlU':_0x5824dc(0x138,_0xb624d3._0x3b0c93,0x14c,0x60),'gMtlO':_0x5824dc(0x200,0x127,_0xb624d3._0x39a28c,_0xb624d3._0x225b7c),'JVtfb':function(_0x237f78,_0x499be8){return _0x237f78(_0x499be8);},'yqtio':function(_0xe65141,_0x292371){return _0xe65141!==_0x292371;},'kaBvS':_0x5824dc(-0x49,0x60,_0xb624d3._0x13bfd0,_0xb624d3._0x4d2cc3)+_0x5eb392(_0xb624d3._0x19af07,_0xb624d3._0x55f6e7,_0xb624d3._0x48fa19,0x2dd),'IUfUZ':_0x5824dc(_0xb624d3._0x1c951c,0xd4,_0xb624d3._0x32473a,0x1d5),'zKyOu':'lLFJC','YXRJN':function(_0xdbcb5e,_0x318e29){return _0xdbcb5e!==_0x318e29;},'xeSpn':'argument-h'+_0x5eb392(_0xb624d3._0x547870,0xa6,_0xb624d3._0x6553e5,_0xb624d3._0x2009eb),'vAyKM':function(_0x3eb88c,_0xd4fb62,_0x356e03){return _0x3eb88c(_0xd4fb62,_0x356e03);}},{callingTask:_0x5a1352,taskUser:_0x5cf3e2,skillId:_0x8d7058,skillPath:_0x163fb1,environmentName:_0x505bf3}=_0x34b69a,{name:_0xe76cf0,description:_0x34070b,body:_0x275a89,'allowed-tools':_0x51533f,model:_0x258790,'argument-hint':_0x22d50d}=_0x34b69a[_0x5824dc(0x2b4,0x22c,0x283,_0xb624d3._0x419955)];function _0x5eb392(_0x42ff6a,_0x3d4def,_0xc46f77,_0x347439){return _0xf8e45c(_0x347439,_0x3d4def-0xa0,_0xc46f77-0x14d,_0x42ff6a- -_0x5482e2._0x205266);}if(_0xe76cf0===undefined&&_0xd6d622['EZsRH'](_0x34070b,undefined)&&_0x275a89===undefined&&_0x51533f===undefined&&_0xd6d622[_0x5eb392(_0xb624d3._0x45541e,0x1c7,_0xb624d3._0x4f24df,_0xb624d3._0x419955)](_0x258790,undefined)&&_0xd6d622[_0x5eb392(0x277,0x231,_0xb624d3._0x408226,0x365)](_0x22d50d,undefined)){const _0x4bb6ea={};return _0x4bb6ea['error']=_0xd6d622['MDYlT'],_0x4bb6ea[_0x5824dc(_0xb624d3._0x850cde,0x2d,-_0xb624d3._0x86380d,-0x20)]=_0xd6d622[_0x5eb392(0x158,_0xb624d3._0x4689c4,_0xb624d3._0xb2b5db,_0xb624d3._0xfed81c)],_0xfdb230[_0x5eb392(0x180,_0xb624d3._0x14a097,_0xb624d3._0x1ae389,_0xb624d3._0x3ce200)](-0x5*-0x529+-0x13*-0x1af+-0x3*0x12be)[_0x5eb392(_0xb624d3._0x4b3643,_0xb624d3._0x56326f,0xc8,_0xb624d3._0x17d896)](_0x4bb6ea);}logger[_0x5eb392(_0xb624d3._0xec871e,_0xb624d3._0x40b8c1,0xec,_0xb624d3._0x1c550e)]('Task\x20updat'+_0x5eb392(_0xb624d3._0x408226,_0xb624d3._0xbe633,_0xb624d3._0x1727da,_0xb624d3._0x45ddb9),{'taskId':_0x5a1352[_0x5824dc(_0xb624d3._0x4ac76c,0x23d,_0xb624d3._0x4b3643,0x354)],'skillId':_0x8d7058,'environment':_0x505bf3,'userId':_0x5cf3e2['id'],'fields':{'name':_0xd6d622[_0x5824dc(0x264,_0xb624d3._0xa14390,0x220,0xdb)](_0xe76cf0,undefined),'description':_0x34070b!==undefined,'body':_0xd6d622[_0x5eb392(_0xb624d3._0x1c7ac6,0x287,0x29f,0x353)](_0x275a89,undefined),'allowedTools':_0xd6d622[_0x5eb392(_0xb624d3._0x1c7ac6,_0xb624d3._0x149771,0x24e,0x354)](_0x51533f,undefined),'model':_0xd6d622['qjFJy'](_0x258790,undefined),'argumentHint':_0xd6d622[_0x5eb392(0x2fb,0x30d,0x344,0x40b)](_0x22d50d,undefined)}});const _0x200bb1=_0x13690c[_0x5eb392(0x1b7,0xb0,_0xb624d3._0x3d4e13,_0xb624d3._0x1c951c)](_0x163fb1,_0xd6d622[_0x5eb392(0x1d6,_0xb624d3._0x3f4f23,_0xb624d3._0x4539ef,0x1b6)]),_0xafae56=new Date()[_0x5824dc(_0xb624d3._0x77404b,_0xb624d3._0x48da10,0x13b,0x17e)+'g']();function _0x5824dc(_0x17109c,_0x5abd2f,_0x4fa70f,_0x365a09){return _0x1c0b31(_0x17109c-0x67,_0x5abd2f- -0xc4,_0x17109c,_0x365a09-_0x128c77._0x25f44a);}try{if(_0xd6d622[_0x5eb392(0x2d7,_0xb624d3._0x5e1e70,_0xb624d3._0x57916,_0xb624d3._0x4e89f2)]===_0xd6d622['ibCDy']){let _0x1878ad='';try{_0xd6d622[_0x5824dc(_0xb624d3._0x1a870d,_0xb624d3._0x363e99,_0xb624d3._0x4b4521,0x1c1)](_0xd6d622['ORauh'],_0xd6d622['ORauh'])?(_0x1c4c17=_0x6e5f8d[_0x5eb392(_0xb624d3._0x2e4b00,_0xb624d3._0x117b32,_0xb624d3._0x205e7f,0x231)],_0x3cde7f=_0x4386ae[_0x5824dc(_0xb624d3._0x5adab9,0xc0,0xef,0x1d3)],_0x2a6f56=_0x45babb[_0x5824dc(_0xb624d3._0x5abba9,0x120,_0xb624d3._0x4f9ede,_0xb624d3._0x6eb85f)+'g']):_0x1878ad=await _0x3f173c[_0x5824dc(_0xb624d3._0x1df39d,0x194,0x1db,0x121)](_0x200bb1,_0xd6d622[_0x5eb392(0x1a7,_0xb624d3._0x59fa30,0x26b,_0xb624d3._0x355073)]);}catch(_0x144983){if(_0xd6d622[_0x5824dc(_0xb624d3._0x5a951b,0x146,_0xb624d3._0x5f379c,_0xb624d3._0xcc78e3)](_0x144983['code'],_0xd6d622[_0x5eb392(_0xb624d3._0x598b6c,_0xb624d3._0x4adad4,0x3e9,_0xb624d3._0x2fb7ab)])){const _0x147141={};return _0x147141[_0x5eb392(0x22b,_0xb624d3._0x58b0e8,0x1ad,0x207)]=_0xd6d622[_0x5824dc(_0xb624d3._0x3c3dab,_0xb624d3._0x564668,_0xb624d3._0x4767c2,_0xb624d3._0x4480ae)],_0x147141['message']=_0x5824dc(0xb0,_0xb624d3._0x174000,0x78,0x180)+_0x8d7058+(_0x5eb392(_0xb624d3._0x5df332,_0xb624d3._0x47e26c,_0xb624d3._0x57916,_0xb624d3._0x527e1b)+'d'),_0xfdb230[_0x5eb392(0x180,_0xb624d3._0x2d3660,_0xb624d3._0x3c26b0,0x1dc)](0x11*0x90+0x1*0x2237+-0x2a33)['json'](_0x147141);}throw _0x144983;}const _0x3afb6e=_0xd6d622['JVtfb'](parseSkillMd,_0x1878ad),_0x5830ba={'name':_0xe76cf0!==undefined?_0xe76cf0:_0x3afb6e['frontmatte'+'r'][_0x5824dc(_0xb624d3._0x13910f,_0xb624d3._0x39dd8d,_0xb624d3._0x27a4c8,0x22)]||_0x8d7058,'description':_0xd6d622[_0x5eb392(0x2fb,_0xb624d3._0x4ac76c,_0xb624d3._0x1e4c9a,_0xb624d3._0x5d0f1a)](_0x34070b,undefined)?_0x34070b:_0x3afb6e[_0x5824dc(0x121,0x1fb,0x109,_0xb624d3._0x174cd0)+'r']['descriptio'+'n']||''},_0x49f856=_0xd6d622[_0x5824dc(0x134,0x4c,-_0xb624d3._0x2dafe8,0x105)](_0x51533f,undefined)?_0x51533f:_0x3afb6e[_0x5824dc(0x1a6,_0xb624d3._0x583593,0x120,_0xb624d3._0x305e76)+'r'][_0xd6d622[_0x5824dc(0xd8,_0xb624d3._0x440108,0x4c,-0x98)]];_0x49f856&&_0x49f856[_0x5eb392(0x36d,0x390,_0xb624d3._0x1f7850,0x39d)]>0x109+0x5a*0x60+-0x22c9&&(_0x5830ba[_0xd6d622[_0x5824dc(0x9d,_0xb624d3._0x440108,0xa8,0x6e)]]=_0x49f856);const _0x49152a=_0x258790!==undefined?_0x258790:_0x3afb6e[_0x5eb392(0x32c,_0xb624d3._0x2cf383,_0xb624d3._0x518709,_0xb624d3._0x558180)+'r'][_0x5eb392(_0xb624d3._0x2a29ff,0x1ec,0x2f1,0x289)];if(_0x49152a){if(_0xd6d622[_0x5eb392(_0xb624d3._0x48b973,0x3c9,_0xb624d3._0x1c3710,0x23a)](_0xd6d622[_0x5824dc(_0xb624d3._0x47ee84,0x113,_0xb624d3._0x1a7cb6,0x1b6)],_0xd6d622[_0x5eb392(0x20c,_0xb624d3._0x3a6075,0x205,0x253)]))_0x5830ba['model']=_0x49152a;else{const _0x3f3136={};_0x3f3136[_0x5824dc(0x17b,_0xb624d3._0xe98de6,_0xb624d3._0x3f664b,_0xb624d3._0x5ef67c)]=_0x2fb47a['taskId'],_0x3f3136[_0x5eb392(_0xb624d3._0x20a3a1,0x2af,0x1d7,_0xb624d3._0x10c01a)]=_0x4e646d,_0x3f3136[_0x5eb392(_0xb624d3._0x316e83,_0xb624d3._0xbc3c84,_0xb624d3._0x45e224,_0xb624d3._0x627cc6)]=_0x16df44['message'],_0x4efcd1[_0x5824dc(_0xb624d3._0x209b16,_0xb624d3._0x570443,_0xb624d3._0x1727da,0xb8)](_0xd6d622[_0x5eb392(_0xb624d3._0x490269,0x2e1,_0xb624d3._0x3c44c7,_0xb624d3._0x5bf58d)],_0x3f3136);const _0x273df1={};_0x273df1[_0x5824dc(_0xb624d3._0x509fa6,0xfa,-0x1f,0x175)]=_0xd6d622[_0x5824dc(0x2a,_0xb624d3._0x58cb81,0x50,0xf9)],_0x273df1['message']=_0xd6d622['YSOle'],_0x23f023[_0x5eb392(0x180,_0xb624d3._0x55550a,0x12b,0x21f)](-0x377+-0x32b*-0x9+0x2*-0xb8c)[_0x5eb392(_0xb624d3._0x4b3643,0x25c,0xcc,0x166)](_0x273df1);}}const _0x187f2c=_0xd6d622[_0x5824dc(_0xb624d3._0x5e1e70,0x215,_0xb624d3._0x204405,_0xb624d3._0x627cc6)](_0x22d50d,undefined)?_0x22d50d:_0x3afb6e[_0x5824dc(_0xb624d3._0x7d4570,0x1fb,0x159,_0xb624d3._0x22349b)+'r'][_0xd6d622[_0x5eb392(_0xb624d3._0x2e697d,0x21c,_0xb624d3._0x1b427d,_0xb624d3._0x4fbfe2)]];_0x187f2c&&(_0x5830ba[_0xd6d622[_0x5eb392(0x156,0x9e,0x1c4,0x190)]]=_0x187f2c);const _0x4ba426=_0xd6d622[_0x5eb392(0x2fb,_0xb624d3._0x3d0dbd,_0xb624d3._0x4e1c7c,0x316)](_0x275a89,undefined)?_0x275a89:_0x3afb6e[_0x5824dc(0x144,0x22c,0x221,0x26a)],_0x38f135=_0xd6d622[_0x5824dc(_0xb624d3._0x28c412,_0xb624d3._0x3ce200,_0xb624d3._0x3c7182,0x193)](serializeSkillMd,_0x5830ba,_0x4ba426);await _0x3f173c[_0x5824dc(_0xb624d3._0x4b8f17,_0xb624d3._0x258a72,0x16f,_0xb624d3._0x59fa30)](_0x200bb1,_0x38f135,_0x5824dc(_0xb624d3._0x46200e,0x21,-0x5a,-0x25));const _0x214e77={};_0x214e77[_0x5eb392(0x36e,0x474,_0xb624d3._0x4ab71b,_0xb624d3._0x457b6a)]=_0x5a1352['taskId'],_0x214e77[_0x5eb392(_0xb624d3._0x20a3a1,0x186,_0xb624d3._0x4ee345,0x268)]=_0x8d7058,_0x214e77['environmen'+'t']=_0x505bf3,_0x214e77[_0x5824dc(0x7f,_0xb624d3._0x4538ac,0x1c6,_0xb624d3._0x4a78b0)]=_0x5cf3e2['id'],logger[_0x5824dc(0x130,_0xb624d3._0x2dfdd9,_0xb624d3._0x1b225e,_0xb624d3._0x14590e)](_0x5eb392(0x351,0x3b1,0x435,0x282)+'ted\x20by\x20tas'+'k',_0x214e77);const _0x2ed59d={};_0x2ed59d[_0x5824dc(_0xb624d3._0x128510,0x1b9,0xd2,0x29a)]=!![],_0x2ed59d['id']=_0x8d7058,_0x2ed59d[_0x5824dc(_0xb624d3._0xb67788,0xc3,_0xb624d3._0x436131,0x1c7)+'t']=_0x505bf3,_0x2ed59d[_0x5824dc(0x119,0x17c,0xe9,_0xb624d3._0xef4f9e)]=_0xafae56,_0x2ed59d['updatedByT'+_0x5824dc(0x128,_0xb624d3._0x1ae358,_0xb624d3._0x2cdbad,_0xb624d3._0x977d94)]=_0x5a1352[_0x5824dc(_0xb624d3._0x4794c0,0x23d,_0xb624d3._0x9f750b,0x323)],_0x2ed59d[_0x5824dc(_0xb624d3._0x3e1aaf,_0xb624d3._0x41a5b0,0x1a1,_0xb624d3._0x2b6200)+_0x5eb392(0x2be,_0xb624d3._0xb48122,_0xb624d3._0x23d0f0,0x34c)]=_0x5cf3e2['id'],_0xfdb230[_0x5824dc(-_0xb624d3._0x5d3444,_0xb624d3._0x568cda,0x110,0x16a)](_0x2ed59d);}else _0x57487b['skills']=_0x41552c,_0xbc1fe3=!![];}catch(_0x12a424){const _0x18cf66={};_0x18cf66['taskId']=_0x5a1352['taskId'],_0x18cf66[_0x5eb392(_0xb624d3._0x20a3a1,_0xb624d3._0x28c412,_0xb624d3._0x158bef,_0xb624d3._0x5479cc)]=_0x8d7058,_0x18cf66[_0x5824dc(_0xb624d3._0x5e79a2,0xfa,_0xb624d3._0x141b7a,0x16f)]=_0x12a424[_0x5824dc(_0xb624d3._0x43d087,_0xb624d3._0xcd3563,_0xb624d3._0x470ecf,-_0xb624d3._0x325036)],logger[_0x5eb392(_0xb624d3._0x1400e9,_0xb624d3._0x1d333d,0x133,0x168)](_0xd6d622[_0x5824dc(0x1c8,_0xb624d3._0x2cde1f,0x1e6,_0xb624d3._0x4605e2)],_0x18cf66);const _0x33141b={};_0x33141b[_0x5eb392(0x22b,_0xb624d3._0x506d69,_0xb624d3._0x32f90d,_0xb624d3._0x4b7d38)]=_0xd6d622[_0x5eb392(0x171,0x9b,_0xb624d3._0x5410c7,_0xb624d3._0x31f325)],_0x33141b[_0x5eb392(_0xb624d3._0x2d9042,0x19d,_0xb624d3._0x6809cb,0x73)]=_0x5824dc(-_0xb624d3._0x54c11d,_0xb624d3._0x5950e5,0xc9,-_0xb624d3._0x20b2dc)+_0x5eb392(0x28c,_0xb624d3._0xaf499d,0x2c0,0x399)+'ll',_0xfdb230[_0x5eb392(0x180,0xde,0x171,_0xb624d3._0x389f57)](0x1f6f+-0xbf*-0x2b+-0x3d90)[_0x5eb392(_0xb624d3._0x4b3643,_0xb624d3._0x43f358,0x212,0x1a9)](_0x33141b);}}),router['delete'](_0xf8e45c(0x2ab,0x30f,0x2aa,0x245)+'killId',requireTaskAuth,validateSkillAccess,async(_0x3ac835,_0x4d4f91)=>{const _0x26bcaa={_0x298807:0x4c6,_0x490202:0x558,_0x6ab657:0x6f,_0x1ed649:0x105,_0x16b446:0xda,_0x180464:0x5b0,_0x541070:0x4ce,_0x520884:0x540,_0x1df84d:0x9c,_0x2cc062:0xd4,_0x5e4022:0x4ae,_0x2f140e:0x4b6,_0x57b357:0x38,_0x37d7fb:0x451,_0x202cc:0x387,_0x5d3419:0x27,_0x181374:0xc0,_0x4e1d2f:0x15b,_0x23e6ed:0x4c,_0xbceb09:0x4b2,_0x294485:0x511,_0x3937b3:0x1d8,_0x1b525f:0xd3,_0x3735ee:0x183,_0x530daa:0x140,_0x55bf41:0x4c5,_0x1a9bac:0x58,_0x3e223b:0x3e7,_0x474e1b:0x53,_0x21fb38:0x130,_0x47b877:0x135,_0x13042d:0x30,_0xf8a48e:0x33d,_0xd3b7ae:0xfe,_0x5b02c5:0x77,_0x2fce8f:0x526,_0x4712a8:0x504,_0x13faba:0x419,_0x54a6e6:0x481,_0x3d4f35:0x392,_0x2f5570:0x4b2,_0x2d6b13:0x5ae,_0x24a29e:0x4dd,_0x5722c4:0x4c4,_0x5ceaf6:0x40d,_0x5e13d9:0xb6,_0x59a55b:0x1bc,_0x4485d9:0x191,_0x10cb81:0xe5,_0x57e366:0xe3,_0x311394:0x73,_0x59f76d:0x69,_0x1d3cbe:0x75,_0x1422f7:0x43f,_0x59b420:0xdb,_0x31532e:0x6e,_0x458866:0x23,_0x1a0f95:0x4a8,_0x67db82:0x4c0,_0x2f1c3b:0x4c2,_0x5a28f5:0xaf,_0x353749:0x494,_0x12c84b:0xae,_0x40b600:0x561,_0x23e760:0x6c3,_0x28f161:0x5eb,_0x5577f6:0x607,_0x11f183:0xcd,_0x1953c3:0x113,_0x29fff6:0x209,_0x3418c5:0x1ce,_0x3025bb:0x103,_0x31cdb8:0x5f9,_0x14da6a:0x571,_0x2d4878:0x4ad,_0x20960e:0x501,_0x3c70a6:0x516,_0x3ab20c:0x53e,_0x2ee010:0x5c9,_0x8fdf90:0x4e1,_0x7d6657:0x65f,_0x1b77a7:0x6aa,_0x3edc59:0x6d1,_0x34953c:0x5fc,_0x186a36:0x272,_0x2e39bb:0x23b,_0x56d98c:0xf6,_0x3902fb:0x6f2,_0x260240:0x50f,_0x3ecee0:0x61b,_0x183b5e:0x4d3,_0x1e5e9a:0x577,_0x28aee8:0x412,_0x27249b:0x427,_0x2c7371:0x420,_0x2725b1:0x1d2,_0x51502e:0x27e,_0x4c6cfa:0x156,_0x1cec87:0x15,_0x229924:0x39,_0x5b6eb7:0x11,_0x1ce7fb:0x8a,_0x3293bf:0x3,_0x26d62a:0x4d2,_0xe61bcf:0x558,_0x125162:0x419,_0x1c82c3:0x3fd,_0x47c422:0x501,_0xeec31b:0x41f,_0x3fa2db:0x51,_0x4579c7:0x139,_0xfdd186:0x14b,_0x214149:0xab,_0x37a0d6:0x6a,_0x39024b:0x226,_0x11a217:0x1e9,_0x154250:0x480,_0x27cde1:0x3f6,_0x53833d:0x497,_0x2e30d6:0x487,_0x57d580:0x10e,_0x2dff1e:0x1c3,_0x312250:0xe1,_0x4fe820:0x138,_0x1089ac:0x70b,_0x4c6450:0x485,_0x3b6456:0x2e4,_0x586a8a:0x370,_0x57c68c:0x3f0,_0x4af142:0x44f,_0xaee128:0x364,_0x2f5465:0x3df,_0x711675:0x37f,_0x13986b:0x2a,_0xe6d2f5:0x35,_0x50ab9c:0x8a,_0x1a0e89:0x132,_0x536ee0:0x11b,_0x1b90c3:0x1a3,_0x24ad3b:0x1a0,_0x256f78:0x42,_0x4bc46c:0xb1,_0x13fe09:0x68f,_0x505cc1:0x54d,_0x18946d:0x158,_0x2f0f45:0x180,_0x5b6101:0x6b3,_0x1dc797:0x59b,_0x4c9ab5:0x38,_0x588db7:0xe0,_0x30488d:0x26,_0x3b00ca:0x137,_0x308860:0xd8,_0x4e2c0a:0x53,_0x3af75:0xe,_0x6bcc2e:0x3cd,_0x14b030:0x448,_0x439de4:0x45f,_0xcf9efa:0x46a,_0x4c2688:0x36,_0x29f39e:0x521,_0x5d5ed2:0x16,_0x4ca0b8:0x7d,_0x332066:0x55a,_0x3bd45a:0x514,_0x527db8:0x3fd,_0x49c11b:0x48a,_0x352a33:0x93,_0x4c18f8:0xd5,_0x5bb969:0x142,_0x19496f:0xd1,_0x45a75a:0x226,_0x215b42:0xf6,_0x1f931c:0x0,_0x1ca824:0x115,_0x16e3ad:0x41a,_0x36540c:0x4fa,_0x2fb5ee:0x23,_0x30fa9a:0xed,_0x4f9477:0xca,_0x1d8c8e:0x11f,_0x133ebe:0x1c9,_0x657984:0x8b,_0x1a56eb:0x79,_0x38b402:0x180,_0x2a16d6:0xcd,_0x46bfde:0x6b,_0x11c06f:0x25b,_0x2056ad:0x194,_0x54d1f2:0x20a,_0x287adc:0x9e,_0x208353:0xf0,_0x1a8a22:0x74,_0x42e9df:0x615,_0x53900d:0x1cc,_0x5ed39f:0x23b,_0x32c08f:0x16,_0x1a62ba:0xc3,_0xf29353:0xeb,_0x2b9620:0xec,_0x3865f4:0x15,_0x490274:0x579,_0x210a92:0x471,_0x4d9a19:0x564,_0x11f2c9:0x4ba,_0x119da2:0x57b,_0x4106fd:0x4b5,_0x44705e:0x169,_0x4d1ccb:0xcf,_0x1dbea1:0x156,_0x1662b4:0x186,_0x37fb4f:0x632,_0x2e47d6:0x5b7,_0x5bb594:0x3d5,_0x1e2a58:0x4e1,_0x5f5725:0x5cf,_0x46b26f:0xf5,_0x403481:0x2a0,_0x1a08f4:0x181,_0x5a9a10:0x53,_0x209b4c:0xcb,_0x204230:0x5ba,_0x2e2382:0x5b5,_0x506613:0x62b,_0x235de0:0x60d,_0x2dfb39:0x32,_0x148c0a:0x518,_0x25720e:0x89,_0x5833bb:0x66,_0x48add8:0x2b,_0x511968:0x2f8,_0x366573:0x17c,_0x1c56c3:0x16e,_0x5043e6:0x29e,_0x4fdf66:0x1a2,_0x1b72b3:0x1b0,_0x232be5:0x444,_0x430597:0x387,_0x37c802:0x4c7,_0x4eb2d9:0x5ef,_0x1e98f6:0x5c1,_0x39c685:0x50,_0x31f301:0xbc,_0x17b7f5:0x4fc,_0x111e17:0x5ff,_0x4daa93:0x40e,_0xf1e52d:0x50b,_0xa4af44:0x4cd,_0x337064:0x5f6,_0x38f1c8:0x131,_0x13bcf4:0x4d5,_0x2cee68:0x55b,_0x205327:0x4ca,_0x38e744:0x30b,_0x43a73f:0x37c,_0x509350:0x5,_0x501140:0x507,_0x2527c6:0x467,_0x1bae0e:0x45e,_0x33d851:0xe5,_0x2290ab:0x128,_0x59aacc:0xa8,_0x483a17:0x134,_0x505c0b:0x1b1,_0x108e21:0x519,_0x46b2c5:0x495,_0x121727:0x175,_0x8cf6c9:0x13b,_0x5a6729:0x94,_0x2b1447:0x429,_0x245b4d:0x551,_0x3c03f6:0x165,_0x9e0685:0x1cd,_0x585606:0x2df,_0x1c185e:0x1cd,_0xf3eff0:0x8c,_0x50c3e5:0x32,_0x309950:0x111,_0x5944c5:0x187,_0x30ebe5:0xc7,_0x4b1634:0x111,_0x4c8528:0x1e1,_0x3d7525:0x5da,_0x57b0f8:0x576,_0x519d61:0x585,_0x4b4369:0x5dd,_0xc2949e:0x4e0,_0x488994:0x81,_0xce1bda:0x29,_0xbeabcb:0x12d,_0x252675:0x44c,_0xe7f8c9:0x3c3,_0x52c222:0x526,_0x9b3f5b:0x102,_0x257206:0x17,_0x24f14a:0x59f,_0x3bf326:0x61c,_0x4cd7d1:0xed,_0x2495e2:0xdf,_0x5e2f44:0x197,_0x442a06:0x561,_0x124ac7:0x68b,_0x45b7f8:0x5e6,_0x4ca568:0x3f6,_0x2ffb8b:0x3b9,_0x259916:0x351,_0x550710:0x5f3,_0x416ac2:0x5df,_0xc7201:0x9d,_0x252dd1:0x687,_0x38a4cb:0x5e0,_0x5bc4d5:0x58c,_0x3323c9:0x37b,_0x51a5a1:0x3ec,_0x134a06:0x48c,_0x5dfec0:0x2f,_0x1bc4a6:0x36e,_0x3d113d:0x4c3,_0x31d554:0x1ce,_0x331749:0x7e,_0x347000:0x252,_0x3e0f1f:0x647,_0x4883ae:0x671,_0x89d2e3:0x58c,_0x496806:0x5a5,_0x450e76:0x693,_0x2c2228:0x3db,_0x1ccd01:0x4ee,_0x3362a2:0x57a,_0x225420:0x493,_0x231841:0x2f4,_0x241ac6:0x5e,_0x4a42bb:0x33,_0x193503:0x4e9,_0x196402:0x457,_0xf7a3b4:0x1,_0x23194c:0x5ec,_0x4f6636:0x5f9,_0x18360c:0x1f5,_0x282d66:0xc3,_0x5e1009:0xb,_0x42cf36:0x3fb,_0x2373ef:0xce,_0xa891dd:0x4b9,_0x4b2fe0:0x631,_0x4d8e74:0x4bc,_0x25d75f:0x4f1,_0x334ce8:0x409,_0x24a829:0x596,_0x4a3b23:0x52a,_0x9f2d61:0xb0,_0x4082da:0x2,_0xb02616:0xd2,_0x221e8d:0x5a4,_0x59c18c:0x60d,_0x1a799d:0xef,_0x281936:0x8b,_0x401a42:0xaa,_0x5eb795:0x11d,_0x4cb27b:0x358,_0x131c53:0x659,_0x480f80:0x5cc,_0x7cf1fb:0x651,_0x45c0f2:0x668,_0x9d3c8e:0x527,_0x5d31ee:0x1f3,_0x2652fb:0xd3,_0xbab6f3:0x1,_0x2d5163:0x454,_0x418ff1:0x43d,_0x5097dc:0x58b,_0x264f2e:0x48b,_0x1f824f:0x509,_0x5a4dcb:0x50c,_0x4c5a37:0x618,_0x5ac68f:0xb8,_0x35e04d:0xa5,_0xff26f7:0x32,_0x49350e:0xd9,_0x405ff8:0x155,_0x49e03c:0x42f,_0x106b3d:0x526,_0xc05d7d:0x3c8,_0x10110d:0x4db,_0x95300a:0xff,_0x1625bb:0x10,_0x518a89:0x16f,_0x21dd5c:0x33,_0xffb5d4:0x248,_0x53a3ac:0x4eb,_0x58d54c:0x536,_0x556885:0x45,_0x7da690:0x410,_0x147a73:0x4a4,_0x48e84e:0x441,_0x378022:0x6b5,_0x3b0690:0x60d,_0x3edfba:0xe3,_0xfe7eff:0x287,_0x472a69:0x576,_0x31dd3d:0x40d,_0x534d2a:0x405,_0x1ea78f:0x472,_0x2ea35e:0x40b,_0x3a7d2b:0xc2,_0x421b61:0x1b9,_0xba183e:0x164,_0x350691:0xe8,_0x40d3d5:0x266,_0x2a6fa4:0x422,_0x51750c:0x44a,_0x1122bb:0x56f,_0x14fe9e:0x559,_0x578c0b:0x10c,_0x339ef1:0x78,_0x1137a5:0x190,_0x4120e7:0x71c,_0x30d375:0x53b,_0x4de69a:0x1e,_0x2941c2:0x8f,_0xcafcd0:0x5ec,_0x54b019:0x617,_0x1c14ed:0x533,_0x2d2cb2:0x3e7,_0x1a2e11:0x4be,_0x5f1fa9:0x2a,_0x591fb6:0x29,_0x5562c8:0x4ed,_0x4271c0:0x494,_0x434934:0x3c2,_0x8dd324:0x464,_0x243d26:0x4f6,_0xfcedc3:0x2a,_0x2ce706:0x143,_0x4eb084:0x64,_0x1d3950:0xe6},_0x26faa6={_0x1c8546:0x175},_0x16ec90={_0x39ea32:0xf6,_0xdb4300:0x30c},_0x25d449={'iEjDv':_0x1a90b1(0x492,0x5fa,_0x26bcaa._0x298807,_0x26bcaa._0x490202)+'t','qUnBf':_0x182b75(_0x26bcaa._0x6ab657,0x16d,_0x26bcaa._0x1ed649,_0x26bcaa._0x16b446)+'int','zhfEb':_0x1a90b1(_0x26bcaa._0x180464,0x5f4,_0x26bcaa._0x541070,_0x26bcaa._0x520884)+_0x182b75(0x116,_0x26bcaa._0x1df84d,0x176,0xad)+_0x182b75(0xf0,0x3,0x3f,-_0x26bcaa._0x2cc062)+'\x20from\x20task','cFPNS':_0x1a90b1(_0x26bcaa._0x5e4022,0x40b,0x4cc,0x426),'qNcYm':'Failed\x20to\x20'+_0x1a90b1(_0x26bcaa._0x2f140e,0x5ac,0x4f8,0x4b7)+_0x182b75(0x7b,-0x4c,-_0x26bcaa._0x57b357,0x4a)+'kill','KDlJN':function(_0x4181b4,_0x28178b){return _0x4181b4===_0x28178b;},'bQcgE':_0x1a90b1(0x3bc,_0x26bcaa._0x37d7fb,_0x26bcaa._0x202cc,0x47b),'dFPNW':_0x182b75(-0xb9,-_0x26bcaa._0x5d3419,-_0x26bcaa._0x181374,0xa0)+'delete\x20ski'+'ll','RuypZ':_0x182b75(0xf,-_0x26bcaa._0x5d3419,-0x7e,0x26)+_0x182b75(-_0x26bcaa._0x4e1d2f,-_0x26bcaa._0x23e6ed,-0x155,0x1e)+_0x1a90b1(0x61e,_0x26bcaa._0xbceb09,_0x26bcaa._0x294485,0x582),'OtCUs':_0x182b75(0x26a,0x198,0x226,0x1f4),'bqdPU':function(_0x147975,_0x2c2b73){return _0x147975===_0x2c2b73;},'cneal':'true','DNDti':function(_0x217337,_0xb2c4a5){return _0x217337!==_0xb2c4a5;},'PLilq':'unassign','DxAjW':'mode\x20must\x20'+_0x182b75(_0x26bcaa._0x3937b3,_0x26bcaa._0x1b525f,_0x26bcaa._0x3735ee,_0x26bcaa._0x530daa)+'\x22delete\x22\x20o'+_0x1a90b1(0x651,_0x26bcaa._0x55bf41,0x626,0x573)+'n\x22','kUTbk':function(_0x3bd307,_0x806172){return _0x3bd307===_0x806172;},'kvyiN':function(_0x38dfc6,_0x5780d6){return _0x38dfc6===_0x5780d6;},'AlYpb':'VaZmt','gCOfQ':_0x182b75(-_0x26bcaa._0x1a9bac,0x8c,0x140,0x3e),'bvpFe':function(_0x26265c,_0x4f6a86){return _0x26265c===_0x4f6a86;},'XpjsK':function(_0x2c0d1c,_0x57e809){return _0x2c0d1c===_0x57e809;},'XPHXB':_0x1a90b1(0x550,_0x26bcaa._0x3e223b,0x48f,0x485),'brkrS':_0x182b75(-0x35,_0x26bcaa._0x474e1b,0x62,0x13f)+'ts','lFlqM':_0x182b75(0x3b,_0x26bcaa._0x474e1b,_0x26bcaa._0x21fb38,0x105)+_0x182b75(_0x26bcaa._0x47b877,_0x26bcaa._0x13042d,-_0x26bcaa._0x1a9bac,0x67),'IWSQT':_0x1a90b1(0x41e,0x495,_0x26bcaa._0xf8a48e,0x3f1),'hNBwc':_0x182b75(_0x26bcaa._0xd3b7ae,0xc,-_0x26bcaa._0x5b02c5,0x55),'XnJJW':function(_0x3b1339,_0x1109e3){return _0x3b1339!==_0x1109e3;},'yKvEr':_0x1a90b1(_0x26bcaa._0x2fce8f,0x42d,_0x26bcaa._0x4712a8,_0x26bcaa._0x13faba)+_0x182b75(0x82,-0x39,0xaf,-0x119)+_0x1a90b1(_0x26bcaa._0x54a6e6,0x503,_0x26bcaa._0x3d4f35,0x464)+_0x1a90b1(0x3cc,_0x26bcaa._0x2f5570,_0x26bcaa._0x2d6b13,_0x26bcaa._0x24a29e)+_0x1a90b1(_0x26bcaa._0x5722c4,_0x26bcaa._0x5ceaf6,0x3c6,0x495),'gpXut':'zaaxF','QQkIj':_0x182b75(_0x26bcaa._0x5e13d9,-0x27,-0xf2,-0x7d)+_0x182b75(_0x26bcaa._0x59a55b,0x190,0x16c,0x12d)+_0x182b75(_0x26bcaa._0x4485d9,_0x26bcaa._0x10cb81,0x1de,_0x26bcaa._0x57e366)+_0x182b75(-_0x26bcaa._0x311394,_0x26bcaa._0x59f76d,-0x31,_0x26bcaa._0x1d3cbe)+'e\x20deleting'+'\x20skill','zmgGl':function(_0x37e355,_0x26ca28){return _0x37e355!==_0x26ca28;},'achVT':_0x1a90b1(0x3d8,0x524,0x4cf,_0x26bcaa._0x1422f7),'KfZSV':function(_0x210260,_0x373d3c,_0x4c8ce4){return _0x210260(_0x373d3c,_0x4c8ce4);},'KpSJa':_0x182b75(0x160,0x66,_0x26bcaa._0x59b420,0x137),'WVPYO':function(_0x283319){return _0x283319();},'sGZqM':'stzWx','wpyrs':function(_0x4811c6,_0x32defe){return _0x4811c6(_0x32defe);},'OEwUq':_0x182b75(_0x26bcaa._0x31532e,-_0x26bcaa._0x5d3419,0xe4,-_0x26bcaa._0x458866)+_0x1a90b1(0x3b2,_0x26bcaa._0x1a0f95,_0x26bcaa._0x67db82,_0x26bcaa._0x2f1c3b)+'orted\x20regi'+_0x182b75(0x1ff,0x157,0x1a0,_0x26bcaa._0x5a28f5)+_0x1a90b1(0x434,0x55f,_0x26bcaa._0x353749,0x4b5)+'lete','qaErf':_0x182b75(0xac,_0x26bcaa._0x12c84b,0x7a,0x38)+_0x1a90b1(_0x26bcaa._0x40b600,0x5f9,0x497,0x511)+'k\x20(without'+'\x20registry\x20'+_0x1a90b1(0x631,_0x26bcaa._0x23e760,_0x26bcaa._0x28f161,_0x26bcaa._0x5577f6),'yndBl':_0x182b75(_0x26bcaa._0x11f183,0x174,_0x26bcaa._0x1953c3,0x146)+_0x182b75(_0x26bcaa._0x29fff6,_0x26bcaa._0x3418c5,_0x26bcaa._0x3025bb,0x259)+'r'},{callingTask:_0x421043,taskUser:_0x5e7176,skillId:_0x403212,skillPath:_0x49e839,environmentName:_0x47f49f}=_0x3ac835,_0x2adeff=_0x3ac835[_0x182b75(0x47,0xda,0x12,0xb7)][_0x1a90b1(0x4e5,0x5b4,0x4ee,_0x26bcaa._0x31cdb8)]??_0x3ac835[_0x182b75(0x256,0x1bc,0x10c,0xf5)]?.[_0x1a90b1(_0x26bcaa._0x14da6a,0x55a,0x62c,0x5f9)]??_0x25d449['bQcgE'],_0x246c77=typeof _0x2adeff===_0x25d449[_0x1a90b1(_0x26bcaa._0x2d4878,0x557,_0x26bcaa._0x20960e,0x54e)]?_0x2adeff[_0x1a90b1(_0x26bcaa._0x3c70a6,_0x26bcaa._0x3ab20c,_0x26bcaa._0x2ee010,0x5f2)+'e']():_0x1a90b1(_0x26bcaa._0x8fdf90,0x56a,0x4bf,0x47b),_0x5a20ad=_0x3ac835['query'][_0x1a90b1(_0x26bcaa._0x7d6657,_0x26bcaa._0x1b77a7,_0x26bcaa._0x3edc59,0x61c)]??_0x3ac835[_0x1a90b1(0x6de,0x691,0x697,_0x26bcaa._0x34953c)]?.[_0x182b75(_0x26bcaa._0x186a36,0x1dc,_0x26bcaa._0x2e39bb,0xee)];function _0x1a90b1(_0x437714,_0x244fbe,_0x5f31f2,_0xc9cce9){return _0x1c0b31(_0x437714-_0x16ec90._0x39ea32,_0xc9cce9-_0x16ec90._0xdb4300,_0x437714,_0xc9cce9-0x137);}function _0x182b75(_0x333ef7,_0x38eb3c,_0x27c133,_0x3daf09){return _0x1c0b31(_0x333ef7-0x2a,_0x38eb3c- -0x134,_0x3daf09,_0x3daf09-_0x26faa6._0x1c8546);}const _0x37bc2f=_0x25d449[_0x182b75(_0x26bcaa._0x56d98c,0x9e,-0x3b,-0x58)](_0x5a20ad,!![])||_0x5a20ad===_0x25d449[_0x1a90b1(_0x26bcaa._0x3902fb,_0x26bcaa._0x260240,0x51e,0x619)],_0x161aae=new Date()[_0x1a90b1(_0x26bcaa._0x3ecee0,0x549,_0x26bcaa._0x183b5e,_0x26bcaa._0x1e5e9a)+'g']();if(_0x25d449['DNDti'](_0x246c77,_0x25d449[_0x1a90b1(_0x26bcaa._0x28aee8,_0x26bcaa._0x27249b,_0x26bcaa._0x2c7371,0x497)])&&_0x25d449[_0x182b75(0x260,_0x26bcaa._0x2725b1,_0x26bcaa._0x51502e,_0x26bcaa._0x4c6cfa)](_0x246c77,_0x25d449[_0x182b75(-0xf5,-_0x26bcaa._0x1cec87,_0x26bcaa._0x229924,-0x8c)])){const _0x37f12b={};return _0x37f12b[_0x182b75(_0x26bcaa._0x5b6eb7,_0x26bcaa._0x1ce7fb,0x180,_0x26bcaa._0x3293bf)]=_0x1a90b1(_0x26bcaa._0x26d62a,0x5f4,0x567,_0x26bcaa._0xe61bcf)+'t',_0x37f12b[_0x1a90b1(0x4d2,0x49b,_0x26bcaa._0x125162,_0x26bcaa._0x1c82c3)]=_0x25d449['DxAjW'],_0x4d4f91[_0x1a90b1(0x345,_0x26bcaa._0x47c422,0x3e4,_0x26bcaa._0xeec31b)](-0x147e+0x22a+0x13e4)['json'](_0x37f12b);}const _0x3edc5c=Object['entries'](coderConfig?.[_0x182b75(_0x26bcaa._0x3fa2db,_0x26bcaa._0x474e1b,_0x26bcaa._0x4579c7,_0x26bcaa._0xfdd186)+'ts']||{})[_0x182b75(0x25a,0x177,0x12d,_0x26bcaa._0x214149)](([,_0x289a8b])=>Array[_0x182b75(-0x18,0xcf,0x1ce,0x12a)](_0x289a8b[_0x1a90b1(0x6b2,0x624,0x538,0x5b5)])&&_0x289a8b['skills'][_0x1a90b1(0x4ee,0x574,0x3ec,0x4be)](_0x403212))['map'](([_0x5b31ce])=>_0x5b31ce),_0x510e8e=_0x3edc5c[_0x182b75(_0x26bcaa._0x37a0d6,0x177,_0x26bcaa._0x39024b,_0x26bcaa._0x11a217)](_0x2f9323=>_0x2f9323!==_0x47f49f);if(_0x25d449[_0x1a90b1(0x51d,0x56f,0x408,_0x26bcaa._0x154250)](_0x246c77,_0x25d449[_0x1a90b1(0x481,_0x26bcaa._0x27cde1,0x40d,_0x26bcaa._0x53833d)])&&_0x510e8e['length']>-0x1066+0x2*0x11c5+-0x1324&&!_0x37bc2f){if(_0x25d449[_0x1a90b1(0x49a,_0x26bcaa._0x2e30d6,0x4e5,0x476)]('eqTcG',_0x25d449[_0x182b75(_0x26bcaa._0x57d580,_0x26bcaa._0x2dff1e,_0x26bcaa._0x312250,0x1e4)])){const _0x1bb0e9={};return _0x1bb0e9[_0x182b75(_0x26bcaa._0x474e1b,0x8a,_0x26bcaa._0x4fe820,-0x73)]=_0x25d449[_0x1a90b1(_0x26bcaa._0x1089ac,0x690,0x6dc,0x623)],_0x1bb0e9[_0x1a90b1(0x45b,_0x26bcaa._0x4c6450,_0x26bcaa._0x3b6456,0x3fd)]=_0x1a90b1(_0x26bcaa._0x586a8a,0x4da,_0x26bcaa._0x57c68c,_0x26bcaa._0x4af142)+'ill\x20ID',_0x179682[_0x1a90b1(_0x26bcaa._0xaee128,_0x26bcaa._0x2f5465,_0x26bcaa._0x711675,0x41f)](0x2f*0xb9+0x401+-0x2468)[_0x182b75(0x29,_0x26bcaa._0x13986b,_0x26bcaa._0xe6d2f5,0x45)](_0x1bb0e9);}else{const _0xac9865={};return _0xac9865[_0x182b75(0x155,_0x26bcaa._0x50ab9c,-0x66,0x14c)]=_0x25d449['gCOfQ'],_0xac9865[_0x182b75(-_0x26bcaa._0x21fb38,-0x43,-_0x26bcaa._0x1a0e89,-_0x26bcaa._0x536ee0)]=_0x1a90b1(0x3fc,0x44d,0x386,0x454)+_0x403212+(_0x182b75(0x294,_0x26bcaa._0x1b90c3,0xca,_0x26bcaa._0x24ad3b)+_0x182b75(_0x26bcaa._0x256f78,-0x9,0xd6,-_0x26bcaa._0x4bc46c)+'er\x20environ'+_0x1a90b1(0x4da,_0x26bcaa._0x13fe09,_0x26bcaa._0x505cc1,0x585)+_0x182b75(_0x26bcaa._0x18946d,0x1c5,_0x26bcaa._0x24ad3b,_0x26bcaa._0x2f0f45)+_0x1a90b1(_0x26bcaa._0x5b6101,0x5e0,_0x26bcaa._0x3ecee0,_0x26bcaa._0x1dc797)+_0x182b75(-_0x26bcaa._0x4c9ab5,0xb3,0xd3,_0x26bcaa._0x588db7)+'it\x20from\x20al'+'l\x20environm'+_0x182b75(-_0x26bcaa._0x30488d,0xf0,0x1db,_0x26bcaa._0x3b00ca)+'elete\x20it.'),_0xac9865[_0x182b75(_0x26bcaa._0x308860,_0x26bcaa._0x4e2c0a,_0x26bcaa._0x3af75,-0x4b)+'ts']=_0x510e8e,_0x4d4f91[_0x1a90b1(_0x26bcaa._0x57c68c,_0x26bcaa._0x6bcc2e,0x48e,0x41f)](-0x24db+-0x1*0x1aad+-0x1*-0x4121)[_0x1a90b1(0x370,_0x26bcaa._0x14b030,_0x26bcaa._0x439de4,_0x26bcaa._0xcf9efa)](_0xac9865);}}const _0x3b53f2=_0x25d449[_0x182b75(0x16c,0x108,0xa,_0x26bcaa._0x4c2688)](_0x246c77,_0x25d449[_0x182b75(0x64,-0x15,-0x54,0x25)])?[_0x47f49f]:_0x37bc2f?_0x3edc5c:[_0x47f49f],_0x28380b={};_0x28380b[_0x1a90b1(_0x26bcaa._0x29f39e,0x4fe,0x673,0x60d)]=_0x421043['taskId'],_0x28380b[_0x182b75(0x130,0x32,_0x26bcaa._0x5d5ed2,-0x6c)]=_0x403212,_0x28380b['mode']=_0x246c77,_0x28380b[_0x182b75(_0x26bcaa._0x57d580,0x1dc,0x1b5,0x15e)]=_0x37bc2f,_0x28380b[_0x182b75(_0x26bcaa._0x5b6eb7,_0x26bcaa._0x474e1b,-0x73,-_0x26bcaa._0x4ca0b8)+'t']=_0x47f49f,_0x28380b['environmen'+_0x1a90b1(0x58d,0x551,0x416,0x4c9)+'gn']=_0x3b53f2,_0x28380b['userId']=_0x5e7176['id'],logger[_0x1a90b1(_0x26bcaa._0x332066,_0x26bcaa._0x3bd45a,_0x26bcaa._0x527db8,_0x26bcaa._0x49c11b)]('Task\x20delet'+'ing\x20or\x20una'+_0x182b75(_0x26bcaa._0x352a33,_0x26bcaa._0x21fb38,0x1ff,0x1b8)+_0x182b75(_0x26bcaa._0x4c18f8,_0x26bcaa._0x5bb969,_0x26bcaa._0x19496f,_0x26bcaa._0x45a75a),_0x28380b);try{for(const _0x101f18 of _0x3b53f2){if(_0x25d449[_0x182b75(-_0x26bcaa._0x215b42,_0x26bcaa._0x1f931c,-0x115,-_0x26bcaa._0x1ca824)](_0x25d449[_0x1a90b1(_0x26bcaa._0x16e3ad,0x608,_0x26bcaa._0x36540c,0x4f9)],_0x25d449[_0x182b75(0x63,0xb9,-_0x26bcaa._0x2fb5ee,0x21)]))try{const _0x1d3949=_0x13690c[_0x182b75(_0x26bcaa._0x30fa9a,0x16,_0x26bcaa._0x13986b,-_0x26bcaa._0x4f9477)](setupPath,_0x25d449[_0x182b75(_0x26bcaa._0x1d8c8e,0x14d,0x9e,_0x26bcaa._0x133ebe)],_0x101f18,_0x25d449[_0x182b75(-0x26,_0x26bcaa._0x657984,0x0,_0x26bcaa._0x1a56eb)]);let _0x9751e,_0x2fa58d,_0x172663=![];try{const _0x457294=await _0x3f173c[_0x182b75(_0x26bcaa._0x38b402,0x124,_0x26bcaa._0x23e6ed,_0x26bcaa._0x2a16d6)](_0x1d3949,_0x25d449[_0x182b75(0x21e,0x181,_0x26bcaa._0x46bfde,_0x26bcaa._0x11c06f)]);_0x2fa58d=JSON[_0x182b75(0xe3,_0x26bcaa._0x2056ad,_0x26bcaa._0x54d1f2,_0x26bcaa._0x287adc)](_0x457294),_0x9751e=_0x1d3949;if(Array['isArray'](_0x2fa58d[_0x182b75(_0x26bcaa._0x208353,0x175,0x18f,0x1a1)])){const _0x640d45=_0x2fa58d[_0x182b75(0x150,0x175,_0x26bcaa._0x1a8a22,0xb6)][_0x1a90b1(0x5aa,_0x26bcaa._0x42e9df,0x4e3,0x5b7)](_0x330ead=>_0x330ead!==_0x403212);_0x25d449['DNDti'](_0x640d45[_0x1a90b1(0x5c4,0x6df,0x6d8,0x60c)],_0x2fa58d['skills'][_0x182b75(_0x26bcaa._0x2cc062,_0x26bcaa._0x53900d,_0x26bcaa._0x5ed39f,0x15e)])&&(_0x2fa58d['skills']=_0x640d45,_0x172663=!![]);}}catch{const _0x40adbc=_0x13690c[_0x182b75(-0x6e,_0x26bcaa._0x32c08f,-_0x26bcaa._0x1a62ba,-_0x26bcaa._0xf29353)](setupPath,_0x25d449[_0x182b75(_0x26bcaa._0x2b9620,0x4f,_0x26bcaa._0x3865f4,0xe0)]);try{const _0x58854e=await _0x3f173c[_0x1a90b1(_0x26bcaa._0x490274,0x4d5,_0x26bcaa._0x210a92,_0x26bcaa._0x4d9a19)](_0x40adbc,_0x25d449['IWSQT']);_0x2fa58d=JSON[_0x1a90b1(0x620,_0x26bcaa._0x11f2c9,_0x26bcaa._0x119da2,0x5d4)](_0x58854e),_0x9751e=_0x40adbc;const _0x2febab=_0x2fa58d[_0x1a90b1(_0x26bcaa._0x4106fd,0x47d,0x4d4,0x493)+'ts']?.[_0x101f18]?.['skills'];if(Array[_0x182b75(_0x26bcaa._0x44705e,_0x26bcaa._0x4d1ccb,_0x26bcaa._0x1dbea1,_0x26bcaa._0x1662b4)](_0x2febab)){const _0xc67692=_0x2febab[_0x1a90b1(_0x26bcaa._0x1dc797,0x502,_0x26bcaa._0x37fb4f,_0x26bcaa._0x2e47d6)](_0xb49132=>_0xb49132!==_0x403212);_0x25d449[_0x1a90b1(0x416,_0x26bcaa._0x5bb594,0x3fd,_0x26bcaa._0x1e2a58)](_0xc67692[_0x1a90b1(0x5b9,0x520,_0x26bcaa._0x5f5725,0x60c)],_0x2febab[_0x182b75(_0x26bcaa._0x46b26f,_0x26bcaa._0x53900d,_0x26bcaa._0x403481,_0x26bcaa._0x1a08f4)])&&(_0x2fa58d[_0x182b75(-0x60,_0x26bcaa._0x5a9a10,-0x6,_0x26bcaa._0x209b4c)+'ts'][_0x101f18][_0x1a90b1(0x558,_0x26bcaa._0x204230,0x4d6,_0x26bcaa._0x2e2382)]=_0xc67692,_0x172663=!![]);}}catch(_0x42c359){const _0x383d44={};_0x383d44['taskId']=_0x421043[_0x1a90b1(0x557,_0x26bcaa._0x5b6101,_0x26bcaa._0x506613,_0x26bcaa._0x235de0)],_0x383d44[_0x182b75(0x115,_0x26bcaa._0x2dfb39,0xb,0x144)]=_0x403212,_0x383d44[_0x1a90b1(_0x26bcaa._0x148c0a,0x641,0x4a9,0x538)]=_0x101f18,_0x383d44[_0x182b75(-_0x26bcaa._0x25720e,_0x26bcaa._0x50ab9c,-_0x26bcaa._0x5833bb,_0x26bcaa._0x48add8)]=_0x42c359[_0x1a90b1(_0x26bcaa._0x511968,0x328,0x3be,0x3fd)],logger['warn'](_0x25d449[_0x182b75(_0x26bcaa._0x366573,_0x26bcaa._0x1c56c3,0x138,0x110)],_0x383d44);continue;}}_0x172663&&await _0x3f173c[_0x182b75(_0x26bcaa._0x5043e6,_0x26bcaa._0x4fdf66,_0x26bcaa._0x1b72b3,0x1b5)](_0x9751e,JSON[_0x1a90b1(0x333,_0x26bcaa._0x232be5,_0x26bcaa._0x430597,0x43a)](_0x2fa58d,null,0x1d6d+0x2*0x664+-0x2a33),_0x25d449[_0x1a90b1(0x5bd,_0x26bcaa._0x37c802,_0x26bcaa._0x4eb2d9,_0x26bcaa._0x1e98f6)]);}catch(_0x42f537){if(_0x25d449[_0x182b75(-0xac,0x36,-_0x26bcaa._0x39c685,-_0x26bcaa._0x31f301)](_0x25d449[_0x1a90b1(0x5eb,_0x26bcaa._0x17b7f5,0x546,_0x26bcaa._0x111e17)],_0x1a90b1(_0x26bcaa._0x4daa93,_0x26bcaa._0xf1e52d,0x43c,_0x26bcaa._0xa4af44)))return;else{const _0x3e3830={};_0x3e3830[_0x1a90b1(_0x26bcaa._0x4d9a19,0x525,0x5a5,0x60d)]=_0x421043[_0x1a90b1(0x51b,0x57a,_0x26bcaa._0x337064,0x60d)],_0x3e3830[_0x182b75(_0x26bcaa._0x181374,0x32,_0x26bcaa._0x38f1c8,0xc1)]=_0x403212,_0x3e3830[_0x1a90b1(_0x26bcaa._0x13bcf4,_0x26bcaa._0x2cee68,0x64e,0x538)]=_0x101f18,_0x3e3830[_0x1a90b1(0x50c,0x4fe,0x3b3,_0x26bcaa._0x205327)]=_0x42f537[_0x1a90b1(_0x26bcaa._0x38e744,_0x26bcaa._0x43a73f,0x39a,0x3fd)],logger[_0x182b75(0x2e,0x9b,-_0x26bcaa._0x509350,0x14f)](_0x25d449[_0x1a90b1(0x40e,_0x26bcaa._0x501140,_0x26bcaa._0x2527c6,_0x26bcaa._0x1bae0e)],_0x3e3830);}}else _0x28c0d8[_0x25d449[_0x182b75(_0x26bcaa._0x33d851,0x135,_0x26bcaa._0x2290ab,0x1af)]]=_0x550771;}for(const _0x358077 of _0x3b53f2){if(_0x25d449[_0x182b75(_0x26bcaa._0x59aacc,_0x26bcaa._0x483a17,_0x26bcaa._0x505c0b,0x22b)](_0x25d449[_0x1a90b1(_0x26bcaa._0x108e21,0x55f,_0x26bcaa._0x46b2c5,0x49b)],'JHvrg')){const _0x572716=coderConfig?.[_0x1a90b1(0x526,0x3dc,0x40a,0x493)+'ts']?.[_0x358077]?.[_0x182b75(0x1f2,_0x26bcaa._0x121727,_0x26bcaa._0x8cf6c9,_0x26bcaa._0x5a6729)];if(!Array[_0x1a90b1(0x57b,_0x26bcaa._0x2b1447,_0x26bcaa._0x245b4d,_0x26bcaa._0x260240)](_0x572716))continue;coderConfig['environmen'+'ts'][_0x358077][_0x182b75(_0x26bcaa._0x3c03f6,_0x26bcaa._0x121727,0x28a,0xc8)]=_0x572716['filter'](_0x1def3b=>_0x1def3b!==_0x403212);}else{const _0x5b798c={};_0x5b798c[_0x182b75(0x24a,_0x26bcaa._0x9e0685,_0x26bcaa._0x585606,0x1f3)]=_0x33d4bd[_0x182b75(0x12c,_0x26bcaa._0x1c185e,0x12e,0x26f)],_0x5b798c[_0x182b75(-_0x26bcaa._0xf3eff0,_0x26bcaa._0x50c3e5,_0x26bcaa._0x309950,0xbf)]=_0x2dae9e,_0x4a5aff[_0x182b75(-0x6d,0x9b,_0x26bcaa._0x5944c5,0x101)](_0x25d449[_0x182b75(_0x26bcaa._0x30ebe5,0xff,_0x26bcaa._0x4b1634,_0x26bcaa._0x4c8528)],_0x5b798c);const _0x38f41d={};return _0x38f41d[_0x1a90b1(_0x26bcaa._0x3d7525,_0x26bcaa._0x57b0f8,0x405,_0x26bcaa._0x205327)]=_0x25d449[_0x1a90b1(0x6a2,0x5d1,_0x26bcaa._0x519d61,_0x26bcaa._0x4b4369)],_0x38f41d[_0x1a90b1(0x507,0x3a7,_0x26bcaa._0xc2949e,0x3fd)]='This\x20skill'+_0x182b75(0x5,_0x26bcaa._0x488994,-0x6b,0x41)+_0x182b75(0x11,-0x7,-0xdd,_0x26bcaa._0xce1bda)+_0x182b75(_0x26bcaa._0xbeabcb,0x123,_0x26bcaa._0x4bc46c,0x47)+'dified',_0x48fa9e['status'](-0x36b+-0x10d5+-0x97*-0x25)['json'](_0x38f41d);}}if(_0x25d449[_0x1a90b1(_0x26bcaa._0x252675,_0x26bcaa._0xe7f8c9,0x503,0x480)](_0x246c77,_0x25d449[_0x1a90b1(0x56e,_0x26bcaa._0x52c222,0x477,_0x26bcaa._0x53833d)])){const _0x39d79e={};_0x39d79e[_0x182b75(-_0x26bcaa._0x9b3f5b,-_0x26bcaa._0x257206,0x11,-0xd2)]=!![],_0x39d79e[_0x1a90b1(0x57f,_0x26bcaa._0x490274,_0x26bcaa._0x24f14a,_0x26bcaa._0x3bf326)]=!![],await _0x3f173c['rm'](_0x49e839,_0x39d79e),_0x25d449[_0x182b75(_0x26bcaa._0x4cd7d1,_0x26bcaa._0x2495e2,_0x26bcaa._0x5e2f44,0x1e0)](removeContainersForSkill,_0x49e839,logger)[_0x1a90b1(_0x26bcaa._0x442a06,_0x26bcaa._0x124ac7,_0x26bcaa._0x45b7f8,0x608)](()=>{});let _0x14cae5=![];try{if(_0x1a90b1(0x3e9,_0x26bcaa._0x4ca568,_0x26bcaa._0x2ffb8b,0x4a6)===_0x25d449[_0x1a90b1(0x4d3,_0x26bcaa._0x259916,0x4e3,0x41d)]){const _0x59f95b=await _0x25d449[_0x1a90b1(_0x26bcaa._0x550710,_0x26bcaa._0x3bf326,0x628,_0x26bcaa._0x416ac2)](loadImportedSkillsRegistry);if(_0x59f95b['skills']?.[_0x403212]){if(_0x25d449['XpjsK'](_0x182b75(0x4f,0x2,_0x26bcaa._0xc7201,0x3d),_0x25d449[_0x1a90b1(0x626,0x41a,0x579,0x52f)])){const _0x1c34aa={};return _0x1c34aa[_0x1a90b1(_0x26bcaa._0x252dd1,0x543,0x583,0x60d)]=_0x164bbf[_0x1a90b1(_0x26bcaa._0x38a4cb,0x5aa,_0x26bcaa._0x5bc4d5,0x60d)],_0x1c34aa[_0x1a90b1(_0x26bcaa._0x3323c9,0x56d,_0x26bcaa._0x51a5a1,0x472)]=_0x450c88,_0x1c34aa['mode']=_0x3dcae2,_0x1c34aa[_0x1a90b1(_0x26bcaa._0x134a06,0x51b,0x507,0x4ca)]=_0x182698['message'],_0x370188['error'](_0x25d449[_0x182b75(_0x26bcaa._0xfdd186,0x54,_0x26bcaa._0x5dfec0,-0x56)],_0x1c34aa),_0x19e1ed['status'](0x1d16+-0x2*0x124f+-0x25f*-0x4)[_0x1a90b1(_0x26bcaa._0x1bc4a6,_0x26bcaa._0x3d113d,0x4d9,_0x26bcaa._0xcf9efa)]({'error':'Internal\x20S'+_0x182b75(0x2c1,_0x26bcaa._0x31d554,0x180,0x2c5)+'r','message':_0x25d449[_0x182b75(-0x8a,-0x35,-_0x26bcaa._0x311394,-_0x26bcaa._0x331749)](_0x438bd8,_0x25d449['bQcgE'])?_0x25d449[_0x1a90b1(_0x26bcaa._0x13bcf4,0x43a,0x34d,0x41a)]:_0x25d449[_0x182b75(0x53,0x144,_0x26bcaa._0x347000,0x146)]});}else delete _0x59f95b['skills'][_0x403212],await _0x25d449[_0x1a90b1(_0x26bcaa._0x3e0f1f,0x5b5,_0x26bcaa._0x4883ae,_0x26bcaa._0x89d2e3)](saveImportedSkillsRegistry,_0x59f95b),_0x14cae5=!![];}const _0x369022={};_0x369022[_0x1a90b1(_0x26bcaa._0x496806,_0x26bcaa._0x450e76,0x61c,_0x26bcaa._0x235de0)]=_0x421043[_0x182b75(0x287,_0x26bcaa._0x9e0685,0x257,0x277)],_0x369022[_0x1a90b1(0x4e7,_0x26bcaa._0x2c2228,_0x26bcaa._0x1ccd01,0x472)]=_0x403212,_0x369022[_0x1a90b1(0x3fb,_0x26bcaa._0x3362a2,0x383,_0x26bcaa._0x225420)+'t']=_0x47f49f,_0x369022[_0x1a90b1(0x54e,0x55d,0x617,0x61c)]=_0x37bc2f,_0x369022[_0x1a90b1(_0x26bcaa._0x231841,0x334,0x4bf,0x3fb)+_0x182b75(-_0x26bcaa._0x241ac6,0xbc,-0x29,_0x26bcaa._0x4a42bb)]=_0x14cae5,_0x369022[_0x1a90b1(0x47c,_0x26bcaa._0x193503,_0x26bcaa._0x196402,0x544)]=_0x5e7176['id'],logger[_0x182b75(0x7e,0x9b,0x7a,0x186)]('Skill\x20dele'+_0x182b75(_0x26bcaa._0xf7a3b4,0xd1,0x111,_0x26bcaa._0x5a28f5)+'k',_0x369022);const _0x1c7777={};return _0x1c7777['success']=!![],_0x1c7777['id']=_0x403212,_0x1c7777[_0x1a90b1(0x532,0x5e8,_0x26bcaa._0x23194c,_0x26bcaa._0x4f6636)]=_0x246c77,_0x1c7777[_0x182b75(0x22a,0x1dc,_0x26bcaa._0x18360c,_0x26bcaa._0x282d66)]=_0x37bc2f,_0x1c7777[_0x182b75(-0x78,0x53,_0x26bcaa._0x5e1009,-0x19)+'t']=_0x47f49f,_0x1c7777[_0x1a90b1(0x39c,0x496,0x317,_0x26bcaa._0x42cf36)+_0x182b75(0x139,0x21,0x98,-_0x26bcaa._0x2373ef)+_0x1a90b1(_0x26bcaa._0xa891dd,_0x26bcaa._0x4b2fe0,_0x26bcaa._0x4d8e74,0x543)]=_0x3b53f2,_0x1c7777[_0x1a90b1(_0x26bcaa._0x25d75f,0x47b,_0x26bcaa._0x334ce8,0x3fb)+_0x1a90b1(_0x26bcaa._0x24a829,0x540,_0x26bcaa._0x4a3b23,0x4fc)]=_0x14cae5,_0x1c7777['deletedAt']=_0x161aae,_0x1c7777[_0x182b75(-_0x26bcaa._0x9f2d61,0x5d,-_0x26bcaa._0x4082da,_0x26bcaa._0xb02616)+_0x182b75(0x5a,0x102,0x1ff,0x1b6)]=_0x421043[_0x1a90b1(0x703,0x655,_0x26bcaa._0x221e8d,_0x26bcaa._0x59c18c)],_0x1c7777[_0x182b75(0x23,-_0x26bcaa._0x57b357,-_0x26bcaa._0x1a799d,-_0x26bcaa._0x281936)+_0x182b75(_0x26bcaa._0x401a42,_0x26bcaa._0x5eb795,_0x26bcaa._0x3735ee,0x1c4)]=_0x5e7176['id'],_0x4d4f91[_0x1a90b1(_0x26bcaa._0x17b7f5,_0x26bcaa._0x4cb27b,0x41f,0x46a)](_0x1c7777);}else _0x233b6e[_0x1a90b1(0x6ac,_0x26bcaa._0x131c53,_0x26bcaa._0x480f80,0x5b5)]=[];}catch(_0x31f573){const _0xe8f032={};_0xe8f032[_0x1a90b1(_0x26bcaa._0x7cf1fb,_0x26bcaa._0x45c0f2,_0x26bcaa._0x9d3c8e,0x60d)]=_0x421043[_0x182b75(_0x26bcaa._0x5d31ee,0x1cd,_0x26bcaa._0x2652fb,0x14e)],_0xe8f032[_0x182b75(_0x26bcaa._0xbab6f3,0x32,_0x26bcaa._0x12c84b,_0x26bcaa._0x2fb5ee)]=_0x403212,_0xe8f032[_0x1a90b1(_0x26bcaa._0x2d5163,_0x26bcaa._0x418ff1,_0x26bcaa._0x5097dc,0x4ca)]=_0x31f573[_0x1a90b1(_0x26bcaa._0x264f2e,_0x26bcaa._0x1f824f,_0x26bcaa._0x5a4dcb,_0x26bcaa._0x527db8)],logger['warn'](_0x25d449[_0x1a90b1(0x5b0,0x55b,0x6ab,_0x26bcaa._0x4c5a37)],_0xe8f032);const _0x358f42={};_0x358f42[_0x182b75(0x128,_0x26bcaa._0x9e0685,0xd9,_0x26bcaa._0x5ac68f)]=_0x421043['taskId'],_0x358f42[_0x182b75(_0x26bcaa._0x35e04d,_0x26bcaa._0xff26f7,-_0x26bcaa._0x49350e,0x88)]=_0x403212,_0x358f42[_0x182b75(-0x18,0x53,-0x14,_0x26bcaa._0x405ff8)+'t']=_0x47f49f,_0x358f42[_0x1a90b1(0x68c,0x5cf,0x71f,0x61c)]=_0x37bc2f,_0x358f42[_0x1a90b1(0x481,_0x26bcaa._0x49e03c,_0x26bcaa._0x106b3d,0x544)]=_0x5e7176['id'],logger[_0x1a90b1(0x426,0x428,_0x26bcaa._0xc05d7d,_0x26bcaa._0x10110d)](_0x25d449[_0x182b75(0x12d,0x7d,_0x26bcaa._0x95300a,_0x26bcaa._0x1625bb)],_0x358f42);const _0x1e0e71={};return _0x1e0e71[_0x182b75(_0x26bcaa._0x518a89,0x149,_0x26bcaa._0x21dd5c,0xf0)]=!![],_0x1e0e71['id']=_0x403212,_0x1e0e71[_0x182b75(0x1ab,0x1b9,_0x26bcaa._0xffb5d4,0x174)]=_0x246c77,_0x1e0e71['force']=_0x37bc2f,_0x1e0e71[_0x1a90b1(0x497,_0x26bcaa._0x53a3ac,_0x26bcaa._0x58d54c,0x493)+'t']=_0x47f49f,_0x1e0e71['removedFro'+_0x1a90b1(0x522,0x3b3,0x568,0x461)+'nts']=_0x3b53f2,_0x1e0e71[_0x182b75(-_0x26bcaa._0x2652fb,-_0x26bcaa._0x556885,-_0x26bcaa._0x1a799d,-_0x26bcaa._0x32c08f)+_0x1a90b1(0x40d,0x609,_0x26bcaa._0x7da690,0x4fc)]=![],_0x1e0e71[_0x182b75(0x223,0x127,0x58,0x203)]=_0x161aae,_0x1e0e71[_0x1a90b1(0x3fb,0x458,_0x26bcaa._0x147a73,0x49d)+_0x1a90b1(_0x26bcaa._0x48e84e,_0x26bcaa._0x4a3b23,0x53e,0x542)]=_0x421043[_0x1a90b1(0x6c3,0x526,_0x26bcaa._0x378022,_0x26bcaa._0x3b0690)],_0x1e0e71['deletedByU'+_0x182b75(0x1a9,_0x26bcaa._0x5eb795,0x3d,_0x26bcaa._0x8cf6c9)]=_0x5e7176['id'],_0x4d4f91[_0x182b75(0x15,0x2a,0x1f,-_0x26bcaa._0x3edfba)](_0x1e0e71);}}const _0x33a405={};_0x33a405[_0x182b75(0x11c,0x1cd,0x23a,_0x26bcaa._0xfe7eff)]=_0x421043[_0x1a90b1(0x54c,_0x26bcaa._0x472a69,0x662,_0x26bcaa._0x235de0)],_0x33a405[_0x1a90b1(_0x26bcaa._0x31dd3d,_0x26bcaa._0x534d2a,_0x26bcaa._0x1e5e9a,_0x26bcaa._0x1ea78f)]=_0x403212,_0x33a405['environmen'+'t']=_0x47f49f,_0x33a405['userId']=_0x5e7176['id'],logger[_0x1a90b1(0x48b,0x3bf,_0x26bcaa._0x2ea35e,_0x26bcaa._0x49c11b)](_0x182b75(0x194,0x125,0x1ad,0x11)+'signed\x20by\x20'+_0x182b75(0x49,-0x3,_0x26bcaa._0x3a7d2b,-0x28),_0x33a405);const _0x291407={};return _0x291407['success']=!![],_0x291407['id']=_0x403212,_0x291407[_0x182b75(0x238,_0x26bcaa._0x421b61,0x250,0x1d6)]=_0x246c77,_0x291407['environmen'+'t']=_0x47f49f,_0x291407[_0x182b75(0x97,_0x26bcaa._0xba183e,_0x26bcaa._0x350691,_0x26bcaa._0x40d3d5)+_0x1a90b1(_0x26bcaa._0x2a6fa4,0x514,_0x26bcaa._0x51750c,0x50c)+_0x1a90b1(0x475,0x5e2,_0x26bcaa._0x1122bb,_0x26bcaa._0x14fe9e)]=_0x3b53f2,_0x291407[_0x182b75(0x2b,_0x26bcaa._0x578c0b,0x186,0x19d)]=_0x161aae,_0x291407['updatedByT'+_0x182b75(0xbb,0x102,_0x26bcaa._0x339ef1,_0x26bcaa._0x1137a5)]=_0x421043[_0x1a90b1(0x517,_0x26bcaa._0x4120e7,_0x26bcaa._0x30d375,0x60d)],_0x291407['updatedByU'+_0x182b75(_0x26bcaa._0x4de69a,_0x26bcaa._0x5eb795,0xce,_0x26bcaa._0x2941c2)]=_0x5e7176['id'],_0x4d4f91['json'](_0x291407);}catch(_0x884a42){const _0x1f85ea={};return _0x1f85ea[_0x1a90b1(_0x26bcaa._0xcafcd0,0x6d8,0x610,0x60d)]=_0x421043['taskId'],_0x1f85ea['skillId']=_0x403212,_0x1f85ea[_0x1a90b1(0x6af,0x5c9,_0x26bcaa._0x54b019,_0x26bcaa._0x31cdb8)]=_0x246c77,_0x1f85ea[_0x1a90b1(_0x26bcaa._0x1c14ed,_0x26bcaa._0x2d2cb2,_0x26bcaa._0x1a2e11,_0x26bcaa._0x205327)]=_0x884a42[_0x1a90b1(0x2e5,0x376,0x31d,_0x26bcaa._0x1c82c3)],logger[_0x182b75(_0x26bcaa._0x57d580,_0x26bcaa._0x50ab9c,_0x26bcaa._0x5f1fa9,_0x26bcaa._0x591fb6)](_0x25d449[_0x1a90b1(0x578,_0x26bcaa._0x5562c8,0x446,_0x26bcaa._0x4271c0)],_0x1f85ea),_0x4d4f91[_0x182b75(-0x29,-0x21,-0x135,-0x115)](0x1ad6+0x437+-0x1d19)[_0x1a90b1(_0x26bcaa._0x434934,0x3c1,0x396,0x46a)]({'error':_0x25d449[_0x1a90b1(_0x26bcaa._0x8dd324,0x42c,0x453,_0x26bcaa._0x243d26)],'message':_0x25d449['kUTbk'](_0x246c77,_0x25d449[_0x182b75(-_0x26bcaa._0xfcedc3,0x57,_0x26bcaa._0x2ce706,0x8f)])?_0x25d449['dFPNW']:_0x1a90b1(0x39a,0x4a9,_0x26bcaa._0x1f824f,0x419)+_0x182b75(-0xe,-_0x26bcaa._0x23e6ed,-_0x26bcaa._0x4eb084,-_0x26bcaa._0x1d3950)+'kill'});}}),router[_0x1c0b31(0x1e7,0x175,0xb0,0x189)](_0x1c0b31(0xb4,0xf8,0x90,0x16)+'killId/fil'+_0xf8e45c(0x367,0x21d,0x190,0x29c),requireTaskAuth,validateSkillAccess,async(_0x61fcac,_0x111ebd)=>{const _0x294ec8={_0x528a97:0x632,_0x50a601:0x5bd,_0x1878e1:0x5ed,_0x3f9a39:0x4e4,_0x73d0a5:0xb,_0x4ade7a:0x30,_0x48480e:0xa,_0x22415d:0x58a,_0x138997:0x564,_0x1e2d14:0x344,_0x1ea7aa:0x3f7,_0xad109b:0x4ac,_0x488c69:0x3ae,_0xc4e16d:0x466,_0x3cab26:0x486,_0x12f3db:0x165,_0x4b641c:0x230,_0x36d254:0x448,_0x14e47b:0x122,_0x537fc8:0x43,_0x2a9c67:0x169,_0x46678e:0x3ef,_0x2051a0:0x496,_0x321344:0x480,_0x12b851:0x31,_0x4f071f:0xc9,_0x246bf2:0x96,_0x5e3f1c:0x13e,_0x230739:0x160,_0x1520dc:0x146,_0x425a47:0x138,_0x20b4ab:0x22d,_0x33ee5f:0xc4,_0x4d62f6:0x34,_0x716e24:0x49e,_0x4ce24f:0x55d,_0x1c7182:0x594,_0x3669a8:0x7f,_0x19774c:0x6b,_0x417330:0x148,_0x2a5580:0x11b,_0x2a9dc4:0x4a0,_0x248702:0x63,_0x48f43d:0x672,_0x593b8a:0x621,_0x171a2e:0x4e2,_0x5951fd:0x53,_0x221789:0x41,_0x20beff:0xd0,_0x297693:0xec,_0x1b296e:0x419,_0x3d7612:0x3ac,_0x33ab1d:0x5c9,_0x31eafd:0x5bb,_0x2485b3:0x32,_0x12e7d0:0xd6,_0x5a292a:0x92,_0x3e0ca4:0x233,_0x47fda2:0x231,_0x3b74df:0x3e4,_0x2c51d9:0x4c8,_0xac966c:0x44f,_0x45d32d:0x505,_0x595e32:0x60a,_0x204b03:0x5c4,_0x3b8c28:0x5a,_0x8d717c:0x684,_0x389427:0x5c7,_0x488b18:0x59,_0x1b9267:0x130,_0x835721:0x3c,_0x2c7090:0x160,_0x22e0b8:0x9,_0x2ab170:0xda,_0xa01fef:0x514,_0x5cae8a:0x1d3,_0xc96ee1:0x14c,_0x29cc5d:0x255,_0x257859:0x5e8,_0x1280af:0x3d7,_0x4299de:0x4cf,_0x4d62f8:0x5b6,_0xbcd9cd:0x57d,_0x37dbf7:0x52f,_0x39790c:0x5e3,_0x92288e:0xf,_0x432be6:0x50,_0x557b56:0x110,_0x295765:0x121,_0x26dd88:0x5e0,_0x137526:0x558,_0x2f3010:0x61d,_0x5e1063:0x64d,_0x38421e:0xdd,_0x1989eb:0x1a0,_0x2a1378:0x1d5,_0x46e788:0x21,_0x332194:0x2e5,_0x520d7f:0x56a,_0x5b2432:0x462,_0x376f37:0x122,_0x458859:0x58,_0x284a22:0x6c2,_0x4c7b31:0x64c,_0x2b0f57:0x5e4,_0x4c13f9:0x528,_0x4d92bc:0x484,_0x2ee4eb:0x5b1,_0x3c0d1e:0x491,_0x26beb9:0x4cf},_0x1f03b3={_0x269d52:0x371},_0x331967={};_0x331967['OthfH']=_0x2a5e8f(0x6b9,_0x294ec8._0x528a97,_0x294ec8._0x50a601,0x506)+'t',_0x331967[_0x2a5e8f(_0x294ec8._0x1878e1,0x510,_0x294ec8._0x3f9a39,0x4d1)]=_0x13aa16(-_0x294ec8._0x73d0a5,-_0x294ec8._0x4ade7a,_0x294ec8._0x48480e,0x19)+'ng\x20skill\x20f'+_0x2a5e8f(_0x294ec8._0x22415d,_0x294ec8._0x138997,0x4af,0x4fa),_0x331967[_0x13aa16(0x4e,0x42,-0x56,-0x1d)]=_0x2a5e8f(_0x294ec8._0x1e2d14,0x4fb,0x456,_0x294ec8._0x1ea7aa),_0x331967[_0x2a5e8f(_0x294ec8._0xad109b,_0x294ec8._0x488c69,_0x294ec8._0xc4e16d,_0x294ec8._0x3cab26)]=function(_0x3915c2,_0x43130f){return _0x3915c2===_0x43130f;},_0x331967[_0x13aa16(_0x294ec8._0x12f3db,0x1f6,0xcb,_0x294ec8._0x4b641c)]='ENOENT';function _0x2a5e8f(_0x1efb65,_0x46de37,_0x2a14f6,_0x100b3a){return _0x1c0b31(_0x1efb65-0x30,_0x2a14f6-_0x1f03b3._0x269d52,_0x46de37,_0x100b3a-0x101);}_0x331967[_0x2a5e8f(0x49a,_0x294ec8._0x36d254,0x487,0x44b)]=function(_0x56fd3d,_0x31d2c6){return _0x56fd3d===_0x31d2c6;},_0x331967[_0x13aa16(_0x294ec8._0x14e47b,0x120,_0x294ec8._0x537fc8,0xe5)]=_0x13aa16(0x131,0x89,0x170,_0x294ec8._0x2a9c67),_0x331967[_0x2a5e8f(_0x294ec8._0x46678e,0x37e,_0x294ec8._0x2051a0,_0x294ec8._0x321344)]='Not\x20Found',_0x331967[_0x13aa16(-_0x294ec8._0x12b851,_0x294ec8._0x4f071f,-0x2d,-_0x294ec8._0x246bf2)]=_0x13aa16(-0x27,-0x45,0x5,0x83)+'read\x20skill'+_0x13aa16(_0x294ec8._0x5e3f1c,_0x294ec8._0x230739,0xc1,0x190),_0x331967[_0x13aa16(0x1a7,_0x294ec8._0x1520dc,_0x294ec8._0x425a47,0x21c)]=_0x13aa16(0x174,0x135,0x1b9,_0x294ec8._0x20b4ab)+'erver\x20Erro'+'r',_0x331967['sWtyg']='Failed\x20to\x20'+'read\x20file';const _0x1430f7=_0x331967,{callingTask:_0x321a81,skillId:_0x5e3b3b,skillPath:_0x38a389,environmentName:_0x520249}=_0x61fcac,_0xf64466=_0x61fcac[_0x13aa16(-_0x294ec8._0x48480e,-_0x294ec8._0x33ee5f,-0x41,_0x294ec8._0x4d62f6)][0x1*-0x1a99+0x1*0x1f99+0x28*-0x20];if(_0xf64466[_0x2a5e8f(0x475,_0x294ec8._0x716e24,0x523,_0x294ec8._0x4ce24f)]('..')){const _0x47bcf3={};return _0x47bcf3[_0x2a5e8f(0x4ce,0x463,0x52f,_0x294ec8._0x1c7182)]=_0x1430f7['OthfH'],_0x47bcf3[_0x13aa16(-0x43,0x5d,-_0x294ec8._0x3669a8,_0x294ec8._0x19774c)]=_0x13aa16(-0x48,-_0x294ec8._0x417330,-_0x294ec8._0x2a5580,-0x53)+_0x2a5e8f(0x51a,0x595,_0x294ec8._0x2a9dc4,0x4a8),_0x111ebd[_0x13aa16(-0x21,-_0x294ec8._0x248702,0xab,0xe)](-0x168c+0x97a+0xea2)['json'](_0x47bcf3);}const _0x519e2a={};_0x519e2a[_0x2a5e8f(0x6ea,0x5dc,_0x294ec8._0x48f43d,_0x294ec8._0x593b8a)]=_0x321a81[_0x2a5e8f(0x56c,0x659,0x672,0x591)],_0x519e2a['skillId']=_0x5e3b3b,_0x519e2a[_0x2a5e8f(0x5a1,0x4b2,0x589,_0x294ec8._0x171a2e)]=_0xf64466,_0x519e2a[_0x13aa16(_0x294ec8._0x5951fd,-_0x294ec8._0x221789,0xf4,_0x294ec8._0x20beff)+'t']=_0x520249,logger['info'](_0x1430f7[_0x13aa16(0x3f,0x122,_0x294ec8._0x297693,-0x37)],_0x519e2a);const _0x107528=_0x13690c[_0x2a5e8f(_0x294ec8._0x1b296e,_0x294ec8._0x3d7612,0x4bb,0x540)](_0x38a389,_0xf64466);function _0x13aa16(_0x1f1c45,_0x279286,_0x236896,_0x1c21ea){return _0x1c0b31(_0x1f1c45-0x3a,_0x1f1c45- -0x134,_0x236896,_0x1c21ea-0xa4);}try{const _0x290c4d=await _0x3f173c[_0x2a5e8f(0x5fb,0x570,_0x294ec8._0x33ab1d,_0x294ec8._0x31eafd)](_0x107528,_0x1430f7['BZAPs']),_0x28cf33={};_0x28cf33[_0x13aa16(_0x294ec8._0x2485b3,0xc6,_0x294ec8._0x12e7d0,-_0x294ec8._0x5a292a)]=_0x5e3b3b,_0x28cf33['filepath']=_0xf64466,_0x28cf33[_0x13aa16(0x180,_0x294ec8._0x3e0ca4,0x179,_0x294ec8._0x47fda2)]=_0x290c4d,_0x111ebd[_0x2a5e8f(_0x294ec8._0x3b74df,0x4b0,0x4cf,_0x294ec8._0x2c51d9)](_0x28cf33);}catch(_0x997c7c){if(_0x1430f7[_0x2a5e8f(_0x294ec8._0xac966c,0x367,0x466,0x4b0)](_0x997c7c['code'],_0x1430f7[_0x2a5e8f(_0x294ec8._0x45d32d,0x515,_0x294ec8._0x595e32,_0x294ec8._0x204b03)])){if(_0x1430f7[_0x13aa16(-0x1e,-0x4b,-_0x294ec8._0x3b8c28,-0x8e)]('SUCGX',_0x1430f7[_0x2a5e8f(0x4cc,_0x294ec8._0x8d717c,_0x294ec8._0x389427,0x6d6)])){const _0x1c1a4f={};return _0x1c1a4f['error']=_0x1430f7[_0x13aa16(0x58,-_0x294ec8._0x488b18,-0x7e,_0x294ec8._0x1b9267)],_0x1c1a4f['message']=_0x13aa16(0xba,0x52,-_0x294ec8._0x835721,_0x294ec8._0x2c7090)+_0x13aa16(_0x294ec8._0x22e0b8,-_0x294ec8._0x2ab170,0x10e,-0xaf)+_0x2a5e8f(_0x294ec8._0xa01fef,0x6e7,0x5df,0x6ef)+_0x13aa16(0x147,_0x294ec8._0x5cae8a,_0x294ec8._0xc96ee1,_0x294ec8._0x29cc5d)+'g',_0x1b46f5['status'](0x10ae+-0xd*0x12f+-0x1*-0x45)[_0x2a5e8f(_0x294ec8._0x257859,_0x294ec8._0x1280af,_0x294ec8._0x4299de,_0x294ec8._0x4d62f8)](_0x1c1a4f);}else{const _0x5eed47={};return _0x5eed47[_0x2a5e8f(_0x294ec8._0xbcd9cd,0x5f3,_0x294ec8._0x37dbf7,_0x294ec8._0x39790c)]=_0x1430f7[_0x13aa16(-_0x294ec8._0x92288e,-0xce,-0x87,-_0x294ec8._0x432be6)],_0x5eed47[_0x13aa16(-_0x294ec8._0x537fc8,0xa2,0x4c,0xa0)]=_0x13aa16(_0x294ec8._0x557b56,0x10e,_0x294ec8._0x295765,0x1c1)+_0xf64466+(_0x2a5e8f(_0x294ec8._0x26dd88,_0x294ec8._0x137526,_0x294ec8._0x2f3010,_0x294ec8._0x5e1063)+_0x13aa16(_0x294ec8._0x38421e,0x29,_0x294ec8._0x1989eb,_0x294ec8._0x2a1378)+'\x20\x27')+_0x5e3b3b+'\x27',_0x111ebd[_0x13aa16(-_0x294ec8._0x46e788,_0x294ec8._0x12b851,0xb3,0x43)](-0x3*-0x70b+0x4*0x692+-0x3*0xf47)['json'](_0x5eed47);}}const _0x7fdd06={};_0x7fdd06[_0x13aa16(0x1cd,_0x294ec8._0x417330,0xc6,_0x294ec8._0x332194)]=_0x321a81['taskId'],_0x7fdd06['skillId']=_0x5e3b3b,_0x7fdd06['filepath']=_0xf64466,_0x7fdd06['error']=_0x997c7c[_0x2a5e8f(0x413,_0x294ec8._0x520d7f,_0x294ec8._0x5b2432,0x34f)],logger['error'](_0x1430f7[_0x13aa16(-0x31,-0x116,-_0x294ec8._0x376f37,_0x294ec8._0x458859)],_0x7fdd06);const _0x44d851={};_0x44d851['error']=_0x1430f7[_0x2a5e8f(0x6b2,_0x294ec8._0x284a22,_0x294ec8._0x4c7b31,_0x294ec8._0x2b0f57)],_0x44d851[_0x2a5e8f(_0x294ec8._0x4c13f9,0x362,0x462,0x386)]=_0x1430f7[_0x2a5e8f(0x4fb,0x687,0x5e0,0x6db)],_0x111ebd[_0x2a5e8f(0x412,0x47a,_0x294ec8._0x4d92bc,0x57f)](0xbd2*-0x1+-0x20d5+0x2e9b)[_0x2a5e8f(_0x294ec8._0x2ee4eb,_0x294ec8._0x3c0d1e,_0x294ec8._0x26beb9,0x421)](_0x44d851);}}),router['put'](_0x1c0b31(0x181,0xf8,-0x3,0x183)+'killId/fil'+'es/*',requireTaskAuth,validateSkillAccess,async(_0x8028c1,_0x5b20d2)=>{const _0x2f4a6f={_0x2e0aae:0x241,_0x1c1e4d:0x21a,_0xd3ded6:0x145,_0x9076fc:0x1d4,_0x17eab8:0x1a2,_0x51d9bf:0x280,_0x5b7073:0x346,_0x9db887:0x3b8,_0x4a7310:0x1ea,_0x39c2ad:0x253,_0x443cfb:0x250,_0x25b2f5:0x271,_0x375e08:0x254,_0x140177:0x312,_0x4476e2:0x347,_0x298cbd:0x2c5,_0xbf5e29:0x38c,_0x1f25c8:0x43c,_0x353980:0x408,_0x1932bb:0x309,_0x333e33:0x324,_0xcf6fee:0x2e2,_0x404f56:0x199,_0x2f3ac5:0x290,_0x55cf12:0x16e,_0x5257d3:0x26a,_0x53501e:0x29f,_0x28fe32:0x2ff,_0x32f32f:0x266,_0x381061:0x300,_0x357604:0x347,_0x100a5e:0x215,_0x1f4b92:0x2eb,_0x4cb5cd:0x222,_0x27b7af:0x116,_0x5451ec:0x1b,_0x3338e0:0x399,_0x261330:0x256,_0x1f9b82:0x2bb,_0x40f6b3:0x260,_0x34a201:0x146,_0x14b557:0xcb,_0x3c4b45:0x180,_0x2a63b5:0x1e3,_0x2c0d8c:0x397,_0x377f8b:0x333,_0x4ab3de:0x27c,_0xf35ea2:0x3c9,_0x342476:0x25c,_0x5eda5a:0x314,_0x2618a1:0x302,_0x2475f2:0x11e,_0x3784a0:0x1f2,_0x2ef126:0x283,_0x57d6df:0x225,_0x1e61c1:0x88,_0x449524:0x1fd,_0x251180:0x1b4,_0x248bd:0x235,_0x298893:0xf3,_0x494437:0x12d,_0x5358f9:0x162,_0x47d7ea:0x16c,_0x557912:0x3cc,_0x345064:0x31c,_0x379866:0x3e1,_0x4ef5c4:0x3a3,_0x1c59b7:0x341,_0x418587:0x3eb,_0x3327ea:0x3b5,_0x5a1d92:0x409,_0x4d8244:0x16f,_0xf054f8:0x237,_0x2e3953:0x383,_0x1306e0:0x3fd,_0x45807c:0x439,_0x15ca8c:0x317,_0xe7926c:0x2cb,_0x41c5ef:0x120,_0x21b73b:0x174,_0x3eafc2:0x24d,_0x284d39:0x300,_0x4f6aca:0x2f9,_0x317bfc:0x46c,_0x4513f8:0x191,_0x4dc914:0x167,_0x356604:0x1e9,_0x59e7c3:0x322,_0xc75109:0x2d0,_0x11a2bc:0x294,_0x5038a9:0x32d,_0x4913f3:0x29c,_0x5a3859:0x260,_0x274bd9:0x288,_0x54c676:0xeb,_0x7cb1b2:0x243,_0x2d8908:0x106,_0x108211:0xd9,_0x240f30:0xad,_0x1fda59:0x1f6,_0x2fc45c:0x26f,_0x46ba5b:0x2f2,_0x1d2076:0x359,_0x24da23:0xe1,_0x39f166:0x10f,_0xcd0779:0xaa,_0x321a67:0x17,_0x43b9af:0x243,_0x5e695e:0x287,_0x1a16ea:0x189,_0xbb85a5:0xcf,_0x778ca9:0x10e,_0x2bf0d1:0x15e,_0x57c0f5:0x40e,_0x5e321b:0x496,_0xe42efc:0x273,_0x157fc9:0x1d6,_0x1fddc1:0xa1,_0xcb1833:0x415,_0x5a2ffb:0x19e,_0x7189b:0x174,_0x3eb15d:0x289,_0x40dfcb:0x357,_0x3b4573:0x2df,_0x2d8bd2:0x26e,_0x365cba:0xae,_0x37ee08:0x141,_0xd039c5:0x225,_0x15530b:0x31f,_0x539307:0x24a,_0x3108d5:0x2fd,_0x348d1c:0x423,_0x263fd7:0x236,_0x5a5efd:0x332,_0xd44e3:0x32e,_0x5c12ea:0x28b,_0x376428:0x3f0,_0x57a967:0x1ec,_0x3e9034:0x114,_0x59930e:0x11f,_0x1c95c2:0x1ba,_0xaeb60a:0x179,_0x28e952:0x297,_0x30fc38:0x41f,_0x1a67db:0x38a,_0x3c851c:0x436,_0xd6b7b6:0x1af,_0x3ee814:0x2a0,_0x43edfd:0x2a9,_0x26ab94:0x3b7,_0x200311:0x2b8,_0x55955a:0x30c,_0x4c08bd:0x1ac,_0x8ed72e:0x35b,_0x343a3c:0x216,_0xaee5c5:0x14f,_0x418b33:0xef,_0x2315f5:0x6b,_0x19b40b:0x220,_0x4896b8:0xb0,_0x3452ff:0x1ba,_0x353358:0x492,_0x27b33d:0x1a3,_0x74fc51:0x233,_0x387f8f:0x21d,_0x51d19d:0x30f,_0x3bd375:0x16f,_0x231d2a:0x33f,_0x4a0540:0x315,_0xe10a16:0x2fb,_0x20ade3:0x1e0,_0x2869ce:0x1cb,_0x149e0e:0x216,_0x217463:0x2cb,_0x26f7d9:0x3de,_0x517fa4:0x310,_0x4ca4b8:0x122,_0x1168af:0x13d,_0x292951:0xbe,_0x5add31:0x35,_0x41d913:0x398,_0x14fd8e:0x303,_0x426c67:0x30a,_0x216c81:0x2ff,_0x49d5a9:0x26b,_0xce756a:0x273,_0x194f0e:0x1ae,_0x463dda:0x147,_0x3e5f28:0x1fe,_0x5b59dd:0x2be,_0x598a86:0x34a,_0x2b44ac:0x31f,_0x34026f:0x17b,_0x527515:0x327,_0x44a513:0x32e,_0x142f4d:0x3ca,_0x1e74aa:0x375,_0x4c6c29:0x345,_0x38f34c:0x1ed,_0x28ecc0:0x2b9,_0xc24cad:0x1af,_0x3b1de8:0x464,_0x78ab6d:0x38a,_0x39a70b:0x395,_0x50a0a9:0x372,_0x4b415f:0x30b,_0x1d7451:0x4b9,_0x121d27:0x30e,_0x4da996:0x218,_0x4f4874:0x1a1,_0x86c79d:0x29d,_0x57f6eb:0x1fc,_0x224c84:0x2ad,_0x3ff663:0x1a0,_0x40dcb3:0xfb,_0x214740:0x2d9,_0x4e1ff1:0x368,_0x148a52:0x417,_0x4f9927:0x108,_0x127f51:0x3b3,_0xc9cd1e:0x428,_0x2b17e8:0x3df,_0x2b14e8:0x31f,_0x107500:0x3c1,_0x4e1fd:0x411,_0xdae707:0x442,_0xe14747:0x35e},_0x5a4c51={_0x13d5c0:0x33,_0x431631:0x120};function _0x633c1b(_0x253b45,_0x30cc39,_0x13fc6a,_0x910f1){return _0x1c0b31(_0x253b45-_0x5a4c51._0x13d5c0,_0x13fc6a-0x10d,_0x253b45,_0x910f1-_0x5a4c51._0x431631);}const _0x16b61e={};_0x16b61e['sJgDC']=_0x633c1b(0x1b2,_0x2f4a6f._0x2e0aae,_0x2f4a6f._0x1c1e4d,0x20c)+_0x427e36(_0x2f4a6f._0xd3ded6,_0x2f4a6f._0x9076fc,_0x2f4a6f._0x17eab8,0x227)+_0x633c1b(_0x2f4a6f._0x51d9bf,0x335,_0x2f4a6f._0x5b7073,_0x2f4a6f._0x9db887)+'stry\x20durin'+_0x633c1b(_0x2f4a6f._0x4a7310,0x1de,0x2b6,_0x2f4a6f._0x39c2ad)+'lete',_0x16b61e['BUNcr']=_0x427e36(0x1ae,0x200,_0x2f4a6f._0x443cfb,0x195)+_0x633c1b(_0x2f4a6f._0x25b2f5,_0x2f4a6f._0x375e08,_0x2f4a6f._0x140177,0x219)+_0x427e36(_0x2f4a6f._0x4476e2,_0x2f4a6f._0x298cbd,0x23a,0x39e)+_0x633c1b(0x3b7,0x426,_0x2f4a6f._0xbf5e29,_0x2f4a6f._0x1f25c8)+_0x633c1b(0x509,0x513,_0x2f4a6f._0x353980,0x400),_0x16b61e[_0x427e36(0x33a,_0x2f4a6f._0x1932bb,_0x2f4a6f._0x333e33,0x362)]=function(_0x1d037d,_0x2dec2a){return _0x1d037d===_0x2dec2a;},_0x16b61e['CtxGP']=function(_0x444cb0,_0x3d29c7){return _0x444cb0===_0x3d29c7;},_0x16b61e['wXqwZ']=_0x427e36(_0x2f4a6f._0xcf6fee,0x30a,0x3dc,0x28b),_0x16b61e[_0x427e36(0xf6,_0x2f4a6f._0x404f56,_0x2f4a6f._0x2f3ac5,_0x2f4a6f._0x55cf12)]=_0x427e36(0x34a,_0x2f4a6f._0x5257d3,_0x2f4a6f._0x53501e,0x2db)+'t',_0x16b61e[_0x427e36(_0x2f4a6f._0x28fe32,_0x2f4a6f._0x32f32f,_0x2f4a6f._0x381061,_0x2f4a6f._0x357604)]=_0x427e36(0x1de,_0x2f4a6f._0x100a5e,0x122,_0x2f4a6f._0x1f4b92)+_0x427e36(_0x2f4a6f._0x4cb5cd,_0x2f4a6f._0x27b7af,_0x2f4a6f._0x5451ec,0x199)+_0x633c1b(_0x2f4a6f._0x3338e0,_0x2f4a6f._0x261330,_0x2f4a6f._0x1f9b82,0x3aa)+_0x633c1b(0x377,0x2f9,_0x2f4a6f._0x40f6b3,0x340)+_0x427e36(_0x2f4a6f._0x34a201,0x16e,_0x2f4a6f._0x14b557,0xa1);function _0x427e36(_0x257abd,_0x4ed0ed,_0x5393ac,_0xe378){return _0xf8e45c(_0x257abd,_0x4ed0ed-0x197,_0x5393ac-0x1cd,_0x4ed0ed- -0x12f);}_0x16b61e[_0x427e36(0x265,_0x2f4a6f._0x3c4b45,0x1d8,_0x2f4a6f._0x2a63b5)]=function(_0x344c95,_0x36acc3){return _0x344c95===_0x36acc3;},_0x16b61e['JdpHT']=_0x633c1b(0x3b2,0x472,_0x2f4a6f._0x2c0d8c,0x36d)+_0x427e36(_0x2f4a6f._0x377f8b,_0x2f4a6f._0x381061,_0x2f4a6f._0x4ab3de,_0x2f4a6f._0xf35ea2)+_0x427e36(_0x2f4a6f._0x342476,_0x2f4a6f._0x5eda5a,0x419,_0x2f4a6f._0x2618a1),_0x16b61e['HQIou']=_0x633c1b(0xea,_0x2f4a6f._0x2475f2,_0x2f4a6f._0x3784a0,_0x2f4a6f._0x2ef126),_0x16b61e[_0x427e36(_0x2f4a6f._0x57d6df,0x163,0x54,_0x2f4a6f._0x1e61c1)]=_0x427e36(_0x2f4a6f._0x449524,_0x2f4a6f._0x251180,_0x2f4a6f._0x248bd,_0x2f4a6f._0x298893),_0x16b61e[_0x427e36(0x162,0x17d,_0x2f4a6f._0x494437,0x26d)]=_0x633c1b(_0x2f4a6f._0x5358f9,_0x2f4a6f._0x47d7ea,_0x2f4a6f._0x1c1e4d,0x154)+_0x633c1b(_0x2f4a6f._0x557912,0x210,0x30a,_0x2f4a6f._0x345064)+_0x633c1b(0x286,0x2c2,0x369,_0x2f4a6f._0x379866),_0x16b61e[_0x633c1b(0x320,_0x2f4a6f._0x140177,_0x2f4a6f._0x4ef5c4,_0x2f4a6f._0x1c59b7)]=_0x633c1b(0x37b,_0x2f4a6f._0x418587,_0x2f4a6f._0x3327ea,0x36c)+_0x633c1b(_0x2f4a6f._0x5a1d92,0x320,0x40f,0x4fd)+'r';const _0x3f772a=_0x16b61e,{callingTask:_0x461fca,taskUser:_0xa1e605,skillId:_0x58c1b8,skillPath:_0x40cb0b,environmentName:_0x477667}=_0x8028c1,_0x217fd9=_0x8028c1[_0x633c1b(_0x2f4a6f._0x4d8244,0x121,_0x2f4a6f._0xf054f8,0x204)][-0x2393+-0xe21+0x31b4],{content:_0x4a06c0}=_0x8028c1[_0x633c1b(0x383,_0x2f4a6f._0x2e3953,_0x2f4a6f._0x1306e0,_0x2f4a6f._0x45807c)];if(_0x217fd9['includes']('..')){const _0xae863b={};return _0xae863b[_0x633c1b(_0x2f4a6f._0x15ca8c,0x269,_0x2f4a6f._0xe7926c,0x2f5)]=_0x633c1b(0x26f,0x37f,0x359,0x3d8)+'t',_0xae863b[_0x633c1b(0x1a5,0x10b,0x1fe,_0x2f4a6f._0x41c5ef)]=_0x633c1b(_0x2f4a6f._0x21b73b,0x265,0x1f9,0x1c6)+_0x633c1b(0x2bf,0x144,0x23c,0x198),_0x5b20d2['status'](0xa*0xe3+0xb4d*-0x3+0xb*0x26b)['json'](_0xae863b);}if(_0x3f772a[_0x427e36(_0x2f4a6f._0x3eafc2,0x309,_0x2f4a6f._0x284d39,_0x2f4a6f._0x4f6aca)](_0x217fd9,_0x633c1b(0x44c,_0x2f4a6f._0x317bfc,0x3c4,0x433))){if(_0x3f772a['CtxGP'](_0x3f772a[_0x427e36(_0x2f4a6f._0x4513f8,_0x2f4a6f._0x4dc914,_0x2f4a6f._0x356604,0x92)],'OxXmA'))_0x1abb99[_0x633c1b(_0x2f4a6f._0x59e7c3,_0x2f4a6f._0xc75109,_0x2f4a6f._0x11a2bc,0x1cd)+'ts'][_0x40cce4][_0x427e36(_0x2f4a6f._0x5038a9,0x2c7,_0x2f4a6f._0x4913f3,_0x2f4a6f._0x5a3859)]=_0xdd1f01,_0x16c29a=!![];else{const _0xd3d18={};return _0xd3d18[_0x633c1b(0x212,0x2e9,0x2cb,0x3db)]=_0x3f772a[_0x633c1b(0x2f5,0x312,_0x2f4a6f._0x274bd9,0x2d9)],_0xd3d18[_0x427e36(_0x2f4a6f._0x54c676,0x10f,0x1a0,0x1af)]=_0x3f772a['jigjS'],_0x5b20d2[_0x633c1b(_0x2f4a6f._0x7cb1b2,_0x2f4a6f._0x2d8908,0x220,0x278)](-0x110b*-0x1+-0x25*0xff+-0x9*-0x260)[_0x427e36(_0x2f4a6f._0x108211,0x17c,_0x2f4a6f._0x240f30,0x182)](_0xd3d18);}}if(_0x3f772a[_0x633c1b(_0x2f4a6f._0x1fda59,0x382,_0x2f4a6f._0x2fc45c,0x37c)](_0x4a06c0,undefined)){const _0x57eee9={};return _0x57eee9[_0x633c1b(0x200,0x325,0x2cb,_0x2f4a6f._0x46ba5b)]=_0x633c1b(0x414,0x386,_0x2f4a6f._0x1d2076,0x463)+'t',_0x57eee9[_0x427e36(_0x2f4a6f._0x24da23,_0x2f4a6f._0x39f166,_0x2f4a6f._0xcd0779,_0x2f4a6f._0x321a67)]=_0x633c1b(_0x2f4a6f._0x43b9af,_0x2f4a6f._0x55cf12,_0x2f4a6f._0x5e695e,_0x2f4a6f._0x1a16ea)+_0x427e36(_0x2f4a6f._0xbb85a5,_0x2f4a6f._0x778ca9,0x97,_0x2f4a6f._0x3784a0)+'uired',_0x5b20d2['status'](0x1818+0xd4*-0xb+-0xd6c)[_0x633c1b(_0x2f4a6f._0x2bf0d1,0x1f4,0x26b,0x2aa)](_0x57eee9);}const _0x386702={};_0x386702[_0x633c1b(0x45c,_0x2f4a6f._0x3338e0,_0x2f4a6f._0x57c0f5,_0x2f4a6f._0x5e321b)]=_0x461fca[_0x427e36(0x3c0,0x31f,0x3fa,0x304)],_0x386702[_0x633c1b(0x297,0x1b6,_0x2f4a6f._0xe42efc,0x382)]=_0x58c1b8,_0x386702['filepath']=_0x217fd9,_0x386702[_0x427e36(0x1e5,0x1a5,_0x2f4a6f._0x157fc9,_0x2f4a6f._0x1fddc1)+'t']=_0x477667,_0x386702['userId']=_0xa1e605['id'],logger['info'](_0x3f772a[_0x633c1b(_0x2f4a6f._0xcb1833,0x36a,0x32f,0x39a)],_0x386702);const _0x301008=_0x13690c[_0x633c1b(_0x2f4a6f._0x5a2ffb,0x235,0x257,_0x2f4a6f._0x7189b)](_0x40cb0b,_0x217fd9),_0x2903c6=new Date()[_0x427e36(0x195,_0x2f4a6f._0x3eb15d,_0x2f4a6f._0x40dfcb,0x1c0)+'g']();try{const _0x1ed9d6=_0x13690c['dirname'](_0x301008),_0xf7333b={};_0xf7333b[_0x633c1b(_0x2f4a6f._0x3b4573,0x2f3,0x22a,_0x2f4a6f._0x2d8bd2)]=!![],await _0x3f173c[_0x427e36(0x276,0x1b3,_0x2f4a6f._0x365cba,_0x2f4a6f._0x37ee08)](_0x1ed9d6,_0xf7333b),await _0x3f173c[_0x427e36(_0x2f4a6f._0xd039c5,0x2f4,0x26d,0x2b7)](_0x301008,_0x4a06c0,_0x3f772a['HQIou']);const _0x57a50c={};_0x57a50c[_0x427e36(0x362,_0x2f4a6f._0x15530b,0x36a,0x3bc)]=_0x461fca[_0x427e36(_0x2f4a6f._0x539307,0x31f,_0x2f4a6f._0x3108d5,_0x2f4a6f._0x348d1c)],_0x57a50c['skillId']=_0x58c1b8,_0x57a50c[_0x427e36(0x26e,_0x2f4a6f._0x263fd7,_0x2f4a6f._0x5a5efd,_0x2f4a6f._0xd44e3)]=_0x217fd9,_0x57a50c['userId']=_0xa1e605['id'],logger[_0x633c1b(0x31f,0x2a2,_0x2f4a6f._0x5c12ea,0x1f9)](_0x633c1b(0x420,0x34f,_0x2f4a6f._0x376428,0x4d5)+_0x427e36(0x21e,_0x2f4a6f._0x57a967,0x259,_0x2f4a6f._0x3e9034)+_0x427e36(_0x2f4a6f._0x59930e,_0x2f4a6f._0x1c95c2,_0x2f4a6f._0xaeb60a,0x2ba),_0x57a50c);const _0x3f81a8={};_0x3f81a8[_0x633c1b(_0x2f4a6f._0x28e952,_0x2f4a6f._0x30fc38,_0x2f4a6f._0x1a67db,0x49e)]=!![],_0x3f81a8['skillId']=_0x58c1b8,_0x3f81a8[_0x633c1b(0x31f,0x2ee,0x325,0x3e9)]=_0x217fd9,_0x3f81a8[_0x633c1b(_0x2f4a6f._0x3c851c,0x3f0,0x34d,0x29a)]=_0x2903c6,_0x3f81a8[_0x427e36(0x165,0x1d7,0x2da,_0x2f4a6f._0xd6b7b6)+_0x427e36(_0x2f4a6f._0x3ee814,0x254,0x19d,_0x2f4a6f._0x43edfd)]=_0x461fca[_0x427e36(_0x2f4a6f._0x26ab94,0x31f,0x346,_0x2f4a6f._0x200311)],_0x3f81a8[_0x633c1b(_0x2f4a6f._0x55955a,0x269,0x28a,_0x2f4a6f._0x4c08bd)+_0x633c1b(0x365,0x348,0x35e,_0x2f4a6f._0x8ed72e)]=_0xa1e605['id'],_0x5b20d2[_0x633c1b(0x319,0x209,0x26b,_0x2f4a6f._0x343a3c)](_0x3f81a8);}catch(_0x3ca8ac){if(_0x3f772a[_0x633c1b(_0x2f4a6f._0xaee5c5,_0x2f4a6f._0x418b33,0x1f7,0x130)](_0x3f772a[_0x427e36(0x9a,0x163,_0x2f4a6f._0x2315f5,_0x2f4a6f._0x19b40b)],_0x427e36(_0x2f4a6f._0x4896b8,_0x2f4a6f._0x251180,0x211,_0x2f4a6f._0x3452ff))){const _0x51821e={};_0x51821e[_0x633c1b(0x392,0x3d1,_0x2f4a6f._0x57c0f5,_0x2f4a6f._0x353358)]=_0x461fca['taskId'],_0x51821e[_0x633c1b(0x1c0,_0x2f4a6f._0x27b33d,0x273,0x2ed)]=_0x58c1b8,_0x51821e[_0x427e36(_0x2f4a6f._0x74fc51,0x236,_0x2f4a6f._0x387f8f,_0x2f4a6f._0x51d19d)]=_0x217fd9,_0x51821e[_0x633c1b(0x305,0x2a7,0x2cb,0x36d)]=_0x3ca8ac[_0x633c1b(0x177,0x2b3,0x1fe,_0x2f4a6f._0x3bd375)],logger[_0x633c1b(_0x2f4a6f._0x231d2a,_0x2f4a6f._0x4a0540,0x2cb,_0x2f4a6f._0xe10a16)](_0x3f772a[_0x633c1b(0x185,_0x2f4a6f._0x20ade3,0x26c,_0x2f4a6f._0x2869ce)],_0x51821e);const _0x270735={};_0x270735[_0x633c1b(_0x2f4a6f._0x149e0e,_0x2f4a6f._0x11a2bc,_0x2f4a6f._0x217463,_0x2f4a6f._0x26f7d9)]=_0x3f772a[_0x427e36(0x25d,0x2b4,0x1ff,_0x2f4a6f._0x517fa4)],_0x270735[_0x427e36(0x69,_0x2f4a6f._0x39f166,_0x2f4a6f._0x4ca4b8,0x86)]=_0x427e36(_0x2f4a6f._0x1168af,0x12b,_0x2f4a6f._0x292951,_0x2f4a6f._0x5add31)+_0x427e36(_0x2f4a6f._0x41d913,_0x2f4a6f._0x14fd8e,0x2b1,0x36d),_0x5b20d2[_0x633c1b(_0x2f4a6f._0x426c67,0x285,0x220,_0x2f4a6f._0x216c81)](-0x1efd+0x179d+0x4*0x255)['json'](_0x270735);}else{const _0x56279b={};_0x56279b[_0x427e36(_0x2f4a6f._0x49d5a9,0x31f,_0x2f4a6f._0x345064,0x3f8)]=_0x36474e['taskId'],_0x56279b[_0x633c1b(0x1ea,0x1eb,_0x2f4a6f._0xce756a,_0x2f4a6f._0x194f0e)]=_0x5d55a3,_0x56279b[_0x427e36(0x2a3,0x1dc,0x2c3,0x244)]=_0x289c05[_0x633c1b(_0x2f4a6f._0x463dda,0x150,_0x2f4a6f._0x3e5f28,0xf9)],_0x71c24c['warn'](_0x3f772a[_0x427e36(0x1c4,_0x2f4a6f._0x5b59dd,_0x2f4a6f._0x598a86,0x1e3)],_0x56279b);const _0x160492={};_0x160492['taskId']=_0x52fefe[_0x427e36(_0x2f4a6f._0x51d9bf,_0x2f4a6f._0x2b44ac,0x42a,0x406)],_0x160492['skillId']=_0x5cb6bb,_0x160492[_0x633c1b(0x355,_0x2f4a6f._0x34026f,_0x2f4a6f._0x11a2bc,_0x2f4a6f._0x527515)+'t']=_0x266687,_0x160492[_0x427e36(0x2dc,_0x2f4a6f._0x44a513,_0x2f4a6f._0x142f4d,_0x2f4a6f._0x1e74aa)]=_0x131f18,_0x160492[_0x633c1b(0x452,0x362,_0x2f4a6f._0x4c6c29,0x2ab)]=_0xf63b65['id'],_0x181c43[_0x427e36(0x1ab,_0x2f4a6f._0x38f34c,0x306,_0x2f4a6f._0x28ecc0)](_0x3f772a[_0x633c1b(0x22d,0x1cd,_0x2f4a6f._0x28e952,_0x2f4a6f._0xc24cad)],_0x160492);const _0x3517c1={};return _0x3517c1[_0x633c1b(_0x2f4a6f._0x3b1de8,0x3e1,_0x2f4a6f._0x78ab6d,_0x2f4a6f._0x39a70b)]=!![],_0x3517c1['id']=_0x2d7bec,_0x3517c1[_0x427e36(_0x2f4a6f._0x50a0a9,_0x2f4a6f._0x4b415f,0x370,0x2ef)]=_0x2b0a23,_0x3517c1[_0x633c1b(_0x2f4a6f._0x1d7451,0x391,0x41d,_0x2f4a6f._0x121d27)]=_0x414dd3,_0x3517c1[_0x633c1b(_0x2f4a6f._0x4da996,_0x2f4a6f._0x4f4874,_0x2f4a6f._0x11a2bc,0x1f3)+'t']=_0xe5050c,_0x3517c1[_0x633c1b(0x23f,_0x2f4a6f._0x86c79d,_0x2f4a6f._0x57f6eb,_0x2f4a6f._0x4c08bd)+'mEnvironme'+_0x633c1b(0x42f,_0x2f4a6f._0x224c84,0x344,0x25c)]=_0x4c246a,_0x3517c1[_0x633c1b(0x243,0x136,_0x2f4a6f._0x57f6eb,_0x2f4a6f._0x57a967)+_0x427e36(_0x2f4a6f._0x3ff663,0x20e,_0x2f4a6f._0x40dcb3,0x29f)]=![],_0x3517c1[_0x633c1b(_0x2f4a6f._0x214740,0x44d,_0x2f4a6f._0x4e1ff1,_0x2f4a6f._0x148a52)]=_0x196b0c,_0x3517c1[_0x427e36(_0x2f4a6f._0x4f9927,0x1af,0x2c3,0x11d)+_0x633c1b(0x314,_0x2f4a6f._0x127f51,0x343,_0x2f4a6f._0xc9cd1e)]=_0x3094a1[_0x427e36(_0x2f4a6f._0x2b17e8,_0x2f4a6f._0x2b14e8,_0x2f4a6f._0x107500,_0x2f4a6f._0x4e1fd)],_0x3517c1['deletedByU'+_0x633c1b(0x3e8,_0x2f4a6f._0xdae707,_0x2f4a6f._0xe14747,0x35e)]=_0x3ed505['id'],_0x5169b9['json'](_0x3517c1);}}}),router[_0xf8e45c(0x2f3,0x347,0x3d3,0x2bc)](_0x1c0b31(0x77,0xf8,0x18b,0x87)+'killId/fil'+_0x1c0b31(0xb2,0x14f,0x146,0x21b),requireTaskAuth,validateSkillAccess,async(_0xd2544,_0x5d5c07)=>{const _0x5d377e={_0x3f0c46:0x7,_0x45546d:0xe4,_0x348e98:0xcf,_0x1ac783:0x5a,_0x5698a2:0x369,_0x37a00d:0x378,_0x5a5365:0x264,_0x27efab:0x23e,_0xf95b90:0x100,_0x1424bd:0x10e,_0x576364:0x322,_0x4644b8:0x2e6,_0x337398:0x29e,_0x54282c:0x568,_0x28ecb4:0x48e,_0x39caec:0x3a9,_0x33b203:0x6,_0x4c1d94:0xc9,_0x353393:0xf4,_0x22a3cd:0x4,_0x16627:0xb6,_0x527290:0x25,_0x141909:0xed,_0x2e2e80:0x423,_0x35a09c:0x501,_0x5932ed:0x38,_0x4687d3:0x88,_0x5ecbef:0x19b,_0x46e7e5:0x1ad,_0x825db1:0x1da,_0x35a998:0x7b,_0x5ad15c:0x1db,_0x3cc84c:0x252,_0x365df4:0x17b,_0x593334:0x3b,_0x88258f:0x7c,_0x4925ef:0xab,_0x3b902d:0x8a,_0x33908e:0x13b,_0x31cffc:0x231,_0x36407b:0x1a1,_0x37770b:0xd0,_0x1d2ae5:0x1a,_0x5de566:0x4b,_0x46849d:0xd8,_0x33de6a:0x7e,_0x5d868d:0x356,_0x1a7390:0x3d6,_0x1fdaef:0xbc,_0x517393:0x4a7,_0x3670cf:0x310,_0x3988e2:0x45a,_0x593311:0x464,_0x1adfa7:0x391,_0x1ab678:0x23b,_0x5df109:0x206,_0x55dcf6:0x1d5,_0x4ccf84:0x165,_0x264438:0x2f4,_0x457b3d:0x384,_0x18caf0:0xd4,_0xdad93e:0x241,_0x51098d:0x293,_0x19181f:0x86,_0x566c8c:0x137,_0xe2f256:0x139,_0x43ccf0:0x3d,_0x59659d:0x94,_0xdffa84:0x29,_0x315d86:0x2d8,_0x463b4c:0x80,_0x56c75d:0x363,_0x24ae62:0x431,_0x23b48d:0x349,_0x40fe85:0x13c,_0xa32fc6:0x1f7,_0x4e675c:0x320,_0x572cb0:0x1e2,_0x8022c2:0x18a,_0x179977:0x226,_0x333732:0x1a0,_0x27a958:0x4ad,_0x20822e:0x4f,_0x1693d8:0x109,_0xa8334a:0x1df,_0xa277c2:0x1e8,_0x1afe2a:0x3c,_0x3f6306:0x49,_0x20fbef:0x1d5,_0x4bd2cd:0x148,_0x84c0f:0x172,_0xd441b8:0x3e1,_0x30d4b4:0x33e,_0x3ee89d:0x570,_0x4263e4:0x504,_0xfc8554:0xc5,_0x3dd379:0x15,_0x1708b2:0x2d2,_0xe4c153:0x232,_0xf87c30:0x27,_0x3a82f1:0xc7,_0x2c0b30:0x49,_0x5356a9:0x162,_0x58241a:0x3f6,_0x4ef39:0x4bc,_0x1fc175:0x4b1,_0x27678a:0x4b9,_0x2ad2b1:0xe,_0x3b8478:0xbe,_0x35dae1:0x47,_0xb3ae11:0x1fb,_0x2a5e82:0x274,_0x40f48c:0x405,_0x7476b1:0x8b,_0x5d127f:0x3b,_0x389870:0x22,_0x33209d:0xeb,_0x5c0494:0xa,_0x2573b7:0x518,_0x1c2107:0x4d8,_0x36d706:0x3f9,_0x2f6833:0x47e,_0x3e4adf:0x247,_0x3b9fc3:0x8c,_0x2f471d:0x246,_0x5db01a:0x1c9,_0x2aa755:0x102,_0x3d1757:0x355,_0x10ed7c:0x3a6,_0x440f0e:0x318,_0x54038d:0x209,_0x22c734:0x4cd,_0x18cf09:0x47c,_0x3ad84d:0x106,_0x220b9f:0x14b,_0x25c297:0x3ef,_0x32ea5c:0x4c7,_0x18a408:0x36e,_0x39c45f:0x368,_0x5a5b17:0x42d,_0x2eace0:0xd5,_0x483788:0x50,_0x1b2cb6:0x1ec,_0x386fe3:0x2ce,_0x1f332a:0x302,_0x103fff:0xdd,_0x48f6e8:0x10c,_0x338428:0x12b,_0x5ee14d:0x429,_0x312a20:0x35c,_0x55c24c:0x2bd,_0x3ff15e:0x2c8,_0x64ef55:0x1f7,_0x54c8b1:0x193,_0x4efb43:0x260,_0x5d76e6:0x44b,_0x226e9c:0x31e,_0xa87cf:0x2ea,_0x24f32f:0x2aa,_0x14750f:0xa7,_0x2f2e24:0x116,_0x23a928:0x4ca,_0x163a00:0x3ef,_0x2edee3:0x3ef,_0x2c6edf:0x5c7,_0x39697a:0x182,_0x37518a:0x297,_0x60b5e1:0x29b,_0x568f86:0x1ee,_0xbbfa7b:0x41b,_0x334973:0x37b,_0x11c16f:0x18,_0x1e67f2:0x144,_0x45c8ab:0x3a0,_0xc4161:0x30f,_0x1cd754:0x420,_0x315ca5:0x218},_0x408abf={_0x64b6af:0x9,_0x26e155:0x95,_0x24a37a:0x8a},_0xe0b94e={};_0xe0b94e[_0x1a317b(_0x5d377e._0x3f0c46,-_0x5d377e._0x45546d,-0xde,-_0x5d377e._0x348e98)]=_0x1a317b(-0xfd,-0xb7,-_0x5d377e._0x1ac783,-0x1fb),_0xe0b94e[_0x4b8c32(_0x5d377e._0x5698a2,_0x5d377e._0x37a00d,0x37b,_0x5d377e._0x5a5365)]=_0x1a317b(-0x1fc,-0x2de,-0x313,-0x287)+_0x1a317b(-0x1b9,-_0x5d377e._0x27efab,-0x138,-_0x5d377e._0xf95b90),_0xe0b94e[_0x1a317b(-0x86,0x7a,-_0x5d377e._0x1424bd,-0x28)]=function(_0x15b89b,_0x37db75){return _0x15b89b===_0x37db75;},_0xe0b94e[_0x4b8c32(0x312,_0x5d377e._0x576364,_0x5d377e._0x4644b8,_0x5d377e._0x337398)]=_0x4b8c32(_0x5d377e._0x54282c,_0x5d377e._0x28ecb4,0x51e,_0x5d377e._0x39caec),_0xe0b94e[_0x1a317b(_0x5d377e._0x33b203,0xc2,-0x9b,-_0x5d377e._0x4c1d94)]=function(_0x48519c,_0x32a851){return _0x48519c===_0x32a851;},_0xe0b94e['aSSJw']=_0x1a317b(-_0x5d377e._0x353393,_0x5d377e._0x22a3cd,-0x1bc,-0x1),_0xe0b94e[_0x1a317b(-_0x5d377e._0x16627,-_0x5d377e._0x527290,-_0x5d377e._0x141909,-0x3a)]=_0x4b8c32(0x473,_0x5d377e._0x2e2e80,0x3bc,0x4f6)+'t',_0xe0b94e['yxWZg']='Skill\x20file'+_0x4b8c32(0x530,0x4ac,_0x5d377e._0x35a09c,0x440)+_0x1a317b(-0x14c,-0x164,-_0x5d377e._0x5932ed,-_0x5d377e._0x4687d3),_0xe0b94e['oIYqg']=function(_0x1a69cd,_0xf1e173){return _0x1a69cd===_0xf1e173;},_0xe0b94e['MWcma']=_0x1a317b(-_0x5d377e._0x5ecbef,-_0x5d377e._0x46e7e5,-0x29a,-_0x5d377e._0x825db1);function _0x4b8c32(_0x3fdab9,_0x54fd83,_0x3ce43b,_0x16c6bb){return _0xf8e45c(_0x16c6bb,_0x54fd83-_0x408abf._0x64b6af,_0x3ce43b-_0x408abf._0x26e155,_0x54fd83-_0x408abf._0x24a37a);}_0xe0b94e[_0x1a317b(-0x18,-_0x5d377e._0x35a998,0x74,-0xcc)]=_0x1a317b(-_0x5d377e._0x5ad15c,-_0x5d377e._0x3cc84c,-_0x5d377e._0x365df4,-0x2b2)+_0x1a317b(-_0x5d377e._0x593334,_0x5d377e._0x88258f,-_0x5d377e._0x4925ef,_0x5d377e._0x3b902d)+_0x1a317b(-_0x5d377e._0x33908e,-0xd7,-_0x5d377e._0x31cffc,-0x3e),_0xe0b94e[_0x1a317b(-_0x5d377e._0x36407b,-_0x5d377e._0x37770b,-0xe5,-0x131)]='Internal\x20S'+_0x1a317b(_0x5d377e._0x1d2ae5,-_0x5d377e._0x5de566,-_0x5d377e._0x46849d,_0x5d377e._0x33de6a)+'r';const _0x5e9479=_0xe0b94e,{callingTask:_0x4dfcc3,taskUser:_0x98c53e,skillId:_0xd8f45c,skillPath:_0x820364,environmentName:_0x45090d}=_0xd2544,_0x342560=_0xd2544[_0x4b8c32(0x383,0x301,_0x5d377e._0x5d868d,_0x5d377e._0x1a7390)][0xd1f*0x1+-0x3d*0x43+0x2d8];if(_0x342560[_0x1a317b(-0x136,-0x21,-_0x5d377e._0x1fdaef,-0xe4)]('..')){const _0x3f4023={};return _0x3f4023[_0x4b8c32(_0x5d377e._0x517393,0x395,_0x5d377e._0x3670cf,_0x5d377e._0x3988e2)]=_0x4b8c32(_0x5d377e._0x593311,_0x5d377e._0x2e2e80,0x3c0,0x3d4)+'t',_0x3f4023[_0x4b8c32(_0x5d377e._0x1adfa7,0x2c8,0x1dd,_0x5d377e._0x1ab678)]=_0x5e9479[_0x1a317b(-0x147,-_0x5d377e._0x5df109,-_0x5d377e._0x55dcf6,-_0x5d377e._0x4ccf84)],_0x5d5c07[_0x4b8c32(0x2c1,0x2ea,_0x5d377e._0x264438,_0x5d377e._0x457b3d)](0x190a+-0x129+-0x1651)[_0x1a317b(-0x18a,-_0x5d377e._0x18caf0,-_0x5d377e._0xdad93e,-_0x5d377e._0x51098d)](_0x3f4023);}if(_0x5e9479[_0x1a317b(-_0x5d377e._0x19181f,-_0x5d377e._0x566c8c,-_0x5d377e._0xe2f256,-_0x5d377e._0x43ccf0)](_0x342560,_0x5e9479[_0x1a317b(-0x19d,-_0x5d377e._0x59659d,-0x201,-0x293)])){if(_0x5e9479[_0x1a317b(_0x5d377e._0x33b203,_0x5d377e._0x353393,-0x10b,-_0x5d377e._0xdffa84)](_0x5e9479[_0x4b8c32(0x268,0x2ee,0x3f8,0x337)],_0x5e9479['aSSJw'])){const _0x3dadb1={};return _0x3dadb1[_0x4b8c32(_0x5d377e._0x315d86,0x395,0x46d,0x430)]=_0x5e9479[_0x1a317b(-0xb6,-_0x5d377e._0x463b4c,-0x98,-0x7b)],_0x3dadb1[_0x4b8c32(_0x5d377e._0x56c75d,0x2c8,0x257,0x339)]=_0x4b8c32(0x481,_0x5d377e._0x24ae62,_0x5d377e._0x23b48d,0x368)+_0x1a317b(-0x1df,-0x293,-_0x5d377e._0x40fe85,-0x27c)+'md',_0x5d5c07[_0x4b8c32(_0x5d377e._0xa32fc6,0x2ea,_0x5d377e._0x4e675c,_0x5d377e._0x572cb0)](0x1ff4+0x5d9*-0x2+-0x12b2*0x1)[_0x1a317b(-_0x5d377e._0x8022c2,-_0x5d377e._0x179977,-_0x5d377e._0x333732,-0x1b8)](_0x3dadb1);}else{const _0x1abd5b={};return _0x1abd5b[_0x4b8c32(_0x5d377e._0x27a958,0x395,0x47c,0x2de)]=_0x5e9479[_0x1a317b(0x7,_0x5d377e._0x20822e,0x3a,-_0x5d377e._0x1693d8)],_0x1abd5b[_0x1a317b(-_0x5d377e._0xa32fc6,-_0x5d377e._0xa8334a,-_0x5d377e._0xa277c2,-0x1f2)]='Skill\x20\x27'+_0x83449d+(_0x1a317b(-_0x5d377e._0x1afe2a,_0x5d377e._0x3f6306,0x81,0x20)+'d'),_0x123e41[_0x1a317b(-_0x5d377e._0x20fbef,-_0x5d377e._0x4bd2cd,-0xc7,-_0x5d377e._0x84c0f)](0x1097*0x1+-0x372+0x2f*-0x3f)[_0x4b8c32(0x431,0x335,_0x5d377e._0xd441b8,_0x5d377e._0x30d4b4)](_0x1abd5b);}}const _0x15cead={};_0x15cead[_0x4b8c32(_0x5d377e._0x3ee89d,0x4d8,_0x5d377e._0x4263e4,0x4e4)]=_0x4dfcc3[_0x1a317b(0x19,_0x5d377e._0xfc8554,-0xda,-_0x5d377e._0x3dd379)],_0x15cead[_0x4b8c32(_0x5d377e._0x1708b2,0x33d,0x2e1,_0x5d377e._0xe4c153)]=_0xd8f45c,_0x15cead[_0x1a317b(-0xd0,-_0x5d377e._0xf87c30,-_0x5d377e._0x3a82f1,_0x5d377e._0x2c0b30)]=_0x342560,_0x15cead[_0x1a317b(-0x161,-0x1c1,-_0x5d377e._0x5356a9,-0x223)+'t']=_0x45090d,_0x15cead['userId']=_0x98c53e['id'],logger['info'](_0x4b8c32(0x463,0x420,_0x5d377e._0x58241a,_0x5d377e._0x4ef39)+_0x4b8c32(_0x5d377e._0x1fc175,_0x5d377e._0x27678a,0x540,0x535)+_0x1a317b(_0x5d377e._0x2ad2b1,-_0x5d377e._0x3b8478,0x6a,-_0x5d377e._0x35dae1),_0x15cead);const _0x19070d=_0x13690c[_0x1a317b(-0x19e,-_0x5d377e._0xb3ae11,-_0x5d377e._0x2a5e82,-0x259)](_0x820364,_0x342560);function _0x1a317b(_0x3d0332,_0x2e75fd,_0x419f45,_0x193ac5){return _0x1c0b31(_0x3d0332-0x15,_0x3d0332- -0x2e8,_0x2e75fd,_0x193ac5-0x18d);}try{const _0xdf3e71=await _0x3f173c['stat'](_0x19070d);if(_0xdf3e71['isDirector'+'y']()){const _0x22c416={};_0x22c416[_0x4b8c32(0x28f,0x2f4,0x40e,0x3dc)]=!![],_0x22c416[_0x4b8c32(_0x5d377e._0x40f48c,0x4e7,0x56e,0x54d)]=!![],await _0x3f173c['rm'](_0x19070d,_0x22c416);}else await _0x3f173c[_0x1a317b(-_0x5d377e._0x7476b1,0x6e,-_0x5d377e._0x5d127f,-_0x5d377e._0x389870)](_0x19070d);const _0x1ce4c8={};_0x1ce4c8[_0x1a317b(0x19,0xbf,-_0x5d377e._0x33209d,-_0x5d377e._0x5c0494)]=_0x4dfcc3[_0x4b8c32(_0x5d377e._0x2573b7,_0x5d377e._0x1c2107,_0x5d377e._0x36d706,_0x5d377e._0x2f6833)],_0x1ce4c8[_0x1a317b(-0x182,-_0x5d377e._0x3e4adf,-_0x5d377e._0x3b9fc3,-_0x5d377e._0x2f471d)]=_0xd8f45c,_0x1ce4c8['filepath']=_0x342560,_0x1ce4c8[_0x1a317b(-0xb0,-_0x5d377e._0x5db01a,-0x126,-_0x5d377e._0x2aa755)]=_0x98c53e['id'],logger[_0x4b8c32(0x454,_0x5d377e._0x3d1757,0x387,_0x5d377e._0x10ed7c)](_0x5e9479[_0x4b8c32(0x345,_0x5d377e._0x440f0e,0x370,_0x5d377e._0x54038d)],_0x1ce4c8);const _0x36fd01={};_0x36fd01[_0x4b8c32(_0x5d377e._0x22c734,0x454,0x3b7,_0x5d377e._0x18cf09)]=!![],_0x36fd01[_0x1a317b(-0x182,-_0x5d377e._0x3ad84d,-_0x5d377e._0x220b9f,-0x1db)]=_0xd8f45c,_0x36fd01[_0x4b8c32(0x501,_0x5d377e._0x25c297,_0x5d377e._0x32ea5c,_0x5d377e._0x18a408)]=_0x342560,_0x36fd01[_0x4b8c32(0x264,_0x5d377e._0x39c45f,_0x5d377e._0x5a5b17,0x24e)+'askId']=_0x4dfcc3[_0x1a317b(0x19,_0x5d377e._0x2eace0,-_0x5d377e._0x483788,0xc0)],_0x36fd01[_0x1a317b(-_0x5d377e._0x1b2cb6,-_0x5d377e._0x386fe3,-0x2b4,-_0x5d377e._0x1f332a)+_0x1a317b(-0x97,-_0x5d377e._0x103fff,-_0x5d377e._0x48f6e8,0xe)]=_0x98c53e['id'],_0x5d5c07['json'](_0x36fd01);}catch(_0x264633){if(_0x5e9479[_0x1a317b(-0xf3,-0x150,-_0x5d377e._0x338428,0x17)](_0x264633[_0x4b8c32(_0x5d377e._0x5ee14d,0x3bd,_0x5d377e._0x312a20,0x491)],_0x5e9479['MWcma'])){const _0x329446={};return _0x329446[_0x4b8c32(_0x5d377e._0x55c24c,0x395,0x3c6,_0x5d377e._0x3ff15e)]='Not\x20Found',_0x329446[_0x1a317b(-_0x5d377e._0x64ef55,-_0x5d377e._0x54c8b1,-0x13f,-_0x5d377e._0x4efb43)]=_0x4b8c32(_0x5d377e._0x5d76e6,0x41b,_0x5d377e._0x226e9c,0x4b7)+_0x342560+('\x27\x20not\x20foun'+'d'),_0x5d5c07[_0x4b8c32(0x2f6,_0x5d377e._0xa87cf,0x3de,_0x5d377e._0x24f32f)](-0xa3c+-0x1ea*-0x8+0x10*-0x38)[_0x1a317b(-0x18a,-_0x5d377e._0x14750f,-_0x5d377e._0x2f2e24,-0x1ed)](_0x329446);}const _0x347875={};_0x347875[_0x4b8c32(0x454,_0x5d377e._0x1c2107,_0x5d377e._0x23a928,_0x5d377e._0x163a00)]=_0x4dfcc3[_0x4b8c32(_0x5d377e._0x2edee3,0x4d8,_0x5d377e._0x2c6edf,0x47f)],_0x347875[_0x1a317b(-_0x5d377e._0x39697a,-_0x5d377e._0x37518a,-_0x5d377e._0x60b5e1,-_0x5d377e._0x568f86)]=_0xd8f45c,_0x347875['filepath']=_0x342560,_0x347875[_0x4b8c32(_0x5d377e._0xbbfa7b,0x395,_0x5d377e._0x334973,0x44d)]=_0x264633['message'],logger['error'](_0x5e9479[_0x1a317b(-_0x5d377e._0x11c16f,0x56,0x89,-0x132)],_0x347875);const _0x2f6883={};_0x2f6883['error']=_0x5e9479['YdHuk'],_0x2f6883['message']=_0x1a317b(-0x1db,-_0x5d377e._0x1e67f2,-0xe4,-0x26d)+_0x4b8c32(_0x5d377e._0x45c8ab,_0x5d377e._0xc4161,0x2fc,_0x5d377e._0x1cd754)+'e',_0x5d5c07[_0x1a317b(-_0x5d377e._0x55dcf6,-0x24c,-_0x5d377e._0x315ca5,-0x291)](-0xa66+0x33*-0x92+0x3*0xdd0)[_0x1a317b(-0x18a,-_0x5d377e._0xe4c153,-0x180,-0x15e)](_0x2f6883);}});export default router;
|
|
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;
|