@profoundlogic/coderflow-server 0.6.1 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/base-image/Dockerfile +4 -2
  2. package/dist/base-image/agent-wrapper.sh +32 -4
  3. package/dist/base-image/entrypoint.sh +3 -0
  4. package/dist/coder-server.js +1 -1
  5. package/dist/config/cli-models.json +12 -0
  6. package/dist/config.js +1 -1
  7. package/dist/lib/agent-keepalive.js +1 -1
  8. package/dist/lib/agent-models.js +1 -1
  9. package/dist/lib/api-keys.js +1 -1
  10. package/dist/lib/apiKeys.js +1 -1
  11. package/dist/lib/app-server-ports.js +1 -1
  12. package/dist/lib/auto-judge.js +1 -1
  13. package/dist/lib/automation-service.js +1 -1
  14. package/dist/lib/basic-auth.js +1 -1
  15. package/dist/lib/bindings.js +1 -1
  16. package/dist/lib/build-history.js +1 -1
  17. package/dist/lib/build-output-service.js +1 -1
  18. package/dist/lib/build-scheduler.js +1 -1
  19. package/dist/lib/build-service.js +1 -1
  20. package/dist/lib/ca-certificates.js +1 -1
  21. package/dist/lib/claude-oauth-refresh.js +1 -1
  22. package/dist/lib/cli/build.js +1 -1
  23. package/dist/lib/cli/cleanup-users.js +1 -1
  24. package/dist/lib/cli/config-command.js +1 -1
  25. package/dist/lib/cli/config.js +1 -1
  26. package/dist/lib/cli/create-user.js +1 -1
  27. package/dist/lib/cli/grant-admin.js +1 -1
  28. package/dist/lib/cli/init.js +1 -1
  29. package/dist/lib/cli/jira.js +1 -1
  30. package/dist/lib/cli/license.js +1 -1
  31. package/dist/lib/cli/list-roles.js +1 -1
  32. package/dist/lib/cli/list-users.js +1 -1
  33. package/dist/lib/cli/server-manager.js +1 -1
  34. package/dist/lib/cli/set-password.js +1 -1
  35. package/dist/lib/config-migration.js +1 -1
  36. package/dist/lib/container-credential-sync.js +1 -1
  37. package/dist/lib/container-tokens.js +1 -1
  38. package/dist/lib/data-dir.js +1 -1
  39. package/dist/lib/deployment-history.js +1 -1
  40. package/dist/lib/deployment-service.js +1 -1
  41. package/dist/lib/docker-utils.js +1 -1
  42. package/dist/lib/email.js +1 -1
  43. package/dist/lib/emailTemplates.js +1 -1
  44. package/dist/lib/entitlement.js +1 -1
  45. package/dist/lib/external-connections.js +1 -1
  46. package/dist/lib/fetch-utils.js +1 -1
  47. package/dist/lib/git-commit-details-route.js +1 -1
  48. package/dist/lib/git-history-diff-guardrails.js +1 -1
  49. package/dist/lib/git-provider-service.js +1 -1
  50. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  51. package/dist/lib/git-provider-setup/index.js +1 -1
  52. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  54. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  55. package/dist/lib/git-providers/github-app-provider.js +1 -1
  56. package/dist/lib/git-providers/index.js +1 -1
  57. package/dist/lib/git-providers/provider-factory.js +1 -1
  58. package/dist/lib/git-providers/provider-interface.js +1 -1
  59. package/dist/lib/github-urls.js +1 -1
  60. package/dist/lib/group-objective-linking.js +1 -1
  61. package/dist/lib/ibmi-sync.js +1 -1
  62. package/dist/lib/jira-client.js +1 -1
  63. package/dist/lib/judge-blinding.js +1 -1
  64. package/dist/lib/logger.js +1 -1
  65. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  66. package/dist/lib/model-fetcher.js +1 -1
  67. package/dist/lib/notifications.js +1 -1
  68. package/dist/lib/objective-context.js +1 -1
  69. package/dist/lib/oidc-auth.js +1 -1
  70. package/dist/lib/oidc-device-flow.js +1 -1
  71. package/dist/lib/passwordTokens.js +1 -1
  72. package/dist/lib/permission-resolver.js +1 -1
  73. package/dist/lib/pin-cascade.js +1 -1
  74. package/dist/lib/provider-accounts.js +1 -1
  75. package/dist/lib/provider-oauth.js +1 -1
  76. package/dist/lib/provider-profile.js +1 -1
  77. package/dist/lib/provider-token-refresh.js +1 -1
  78. package/dist/lib/rbac-user-state.js +1 -1
  79. package/dist/lib/request-url.js +1 -1
  80. package/dist/lib/rewind.js +1 -1
  81. package/dist/lib/role-definitions.js +1 -1
  82. package/dist/lib/roles.js +1 -1
  83. package/dist/lib/secrets.js +1 -1
  84. package/dist/lib/setup-repo-git-auth.js +1 -1
  85. package/dist/lib/state-capture.js +1 -1
  86. package/dist/lib/static-files.js +1 -1
  87. package/dist/lib/task-name-format.js +1 -1
  88. package/dist/lib/task-name-generator.js +1 -1
  89. package/dist/lib/task-source-metadata.js +1 -1
  90. package/dist/lib/teams.js +1 -1
  91. package/dist/lib/user-git-oauth.js +1 -1
  92. package/dist/lib/user-git-tokens.js +1 -1
  93. package/dist/lib/users.js +1 -1
  94. package/dist/middleware/requireAuth.js +1 -1
  95. package/dist/middleware/requireInit.js +1 -1
  96. package/dist/middleware/requirePermission.js +1 -1
  97. package/dist/package.json +1 -1
  98. package/dist/playwright.config.js +1 -1
  99. package/dist/playwright.task-terminal.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/start.js +1 -1
  135. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  136. package/dist/web-ui/public/activity-feed.js +1 -1
  137. package/dist/web-ui/public/activity-formatters.js +1 -1
  138. package/dist/web-ui/public/agent-event-parser.js +1 -1
  139. package/dist/web-ui/public/app.js +1 -1
  140. package/dist/web-ui/public/approve-dialog.js +1 -1
  141. package/dist/web-ui/public/automation-links.js +1 -1
  142. package/dist/web-ui/public/automation-schedule.js +1 -1
  143. package/dist/web-ui/public/comments-widget.js +1 -1
  144. package/dist/web-ui/public/diff-utils.js +1 -1
  145. package/dist/web-ui/public/environments.js +1 -1
  146. package/dist/web-ui/public/feedback-widget.js +1 -1
  147. package/dist/web-ui/public/file-selection-tree.js +1 -1
  148. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  149. package/dist/web-ui/public/git-history.js +1 -1
  150. package/dist/web-ui/public/git-status.js +1 -1
  151. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  152. package/dist/web-ui/public/index.html +39 -0
  153. package/dist/web-ui/public/index.js +1 -1
  154. package/dist/web-ui/public/login.js +1 -1
  155. package/dist/web-ui/public/markdown-editor.js +1 -1
  156. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  157. package/dist/web-ui/public/modal-maximize.js +1 -1
  158. package/dist/web-ui/public/notifications.js +1 -1
  159. package/dist/web-ui/public/permissions.js +1 -1
  160. package/dist/web-ui/public/pr-dialog.js +1 -1
  161. package/dist/web-ui/public/roles.js +1 -1
  162. package/dist/web-ui/public/server-health.js +1 -1
  163. package/dist/web-ui/public/settings.html +23 -0
  164. package/dist/web-ui/public/settings.js +1 -1
  165. package/dist/web-ui/public/setup-password.js +1 -1
  166. package/dist/web-ui/public/skills.js +1 -1
  167. package/dist/web-ui/public/sse-client.js +1 -1
  168. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  169. package/dist/web-ui/public/styles.css +101 -1
  170. package/dist/web-ui/public/task.html +46 -1
  171. package/dist/web-ui/public/task.js +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.js +1 -1
  174. package/dist/web-ui/public/theme.js +1 -1
  175. package/dist/web-ui/public/users.js +1 -1
  176. package/dist/web-ui/public/variant-grouping.js +1 -1
  177. package/package.json +1 -1
  178. package/dist/.claude/settings.local.json +0 -20
  179. package/dist/playwright-test-results/.last-run.json +0 -54
@@ -1 +1 @@
1
- function _0x3e4cbd(_0x19cefb,_0xb4ae7,_0x20ad83,_0x538234){const _0x110b30={_0x2a3552:0x196};return _0xdb5d(_0x538234- -_0x110b30._0x2a3552,_0xb4ae7);}(function(_0x529f63,_0x7bb6d1){const _0x3c977c={_0x219680:0x1af,_0xbdead0:0x164,_0x327c0c:0x1c8,_0x44fc85:0x14c,_0x2f09bf:0x3,_0x3cf8a1:0xf0,_0x200d6f:0x16c,_0x4c248b:0x6d,_0x4fdbf8:0x79,_0x539334:0xb8,_0x2a411c:0x4b,_0x140c6e:0x4d,_0x557cd8:0xd2,_0x3154d7:0xa3,_0x17a455:0x266,_0x2c55ca:0x13a,_0x130640:0x74,_0x27b033:0x6c,_0x15a1d5:0x91,_0x2f5c28:0x16,_0x6154b8:0xcf,_0x449d76:0xe2,_0x4206fa:0xc3,_0x3984e2:0x204,_0xc3664b:0x24f},_0x5def6c={_0x50efeb:0x1c9},_0x27e443={_0x32a624:0x2ae};function _0x5293b9(_0x33e61c,_0x5736d5,_0x1c51b6,_0x1e6e7f){return _0xdb5d(_0x1e6e7f- -_0x27e443._0x32a624,_0x1c51b6);}const _0x5e39d6=_0x529f63();function _0x3c1652(_0x3c1127,_0x36d401,_0x408e39,_0x444fa8){return _0xdb5d(_0x444fa8- -_0x5def6c._0x50efeb,_0x408e39);}while(!![]){try{const _0x1c514f=parseInt(_0x5293b9(-_0x3c977c._0x219680,-_0x3c977c._0xbdead0,-0x271,-_0x3c977c._0x327c0c))/(-0x131e*0x1+-0xd0*0x13+0xb85*0x3)*(-parseInt(_0x3c1652(-0x14b,-_0x3c977c._0x44fc85,-_0x3c977c._0x2f09bf,-_0x3c977c._0x3cf8a1))/(0x657*0x6+0x15bb*0x1+-0x3bc3))+parseInt(_0x5293b9(-0x279,-0x269,-0xbe,-0x176))/(0x18f9+0x71b+-0x1*0x2011)*(-parseInt(_0x3c1652(-_0x3c977c._0x200d6f,-_0x3c977c._0x4c248b,-_0x3c977c._0x4fdbf8,-0x55))/(-0x165c+-0x3df*-0x3+-0x13*-0x91))+-parseInt(_0x3c1652(0xd,0x126,_0x3c977c._0x539334,0xa2))/(-0x13ad+-0x1a*0x3+0x1400)+parseInt(_0x5293b9(_0x3c977c._0x2a411c,_0x3c977c._0x140c6e,-0xab,-_0x3c977c._0x557cd8))/(-0x1192+0x24d5+-0x133d)*(-parseInt(_0x5293b9(-_0x3c977c._0x3154d7,-_0x3c977c._0x17a455,-0x9f,-0x170))/(-0x1947+-0x165*0x13+0x33cd))+-parseInt(_0x3c1652(-_0x3c977c._0x2c55ca,_0x3c977c._0x130640,-0x46,-0xa2))/(-0x3*0x40d+0x1b33+-0xf04)*(parseInt(_0x5293b9(-_0x3c977c._0x27b033,-_0x3c977c._0x15a1d5,_0x3c977c._0x2f5c28,-0x54))/(-0x1b10+-0xdaa+0x827*0x5))+parseInt(_0x3c1652(-0xee,0x51,0x6e,-0x99))/(-0x1e87+0x3*-0x10f+0x7*0x4d2)+parseInt(_0x5293b9(-_0x3c977c._0x6154b8,-_0x3c977c._0x449d76,-_0x3c977c._0x4206fa,0x1))/(-0x2372+0x420+0x1f5d)*(parseInt(_0x5293b9(-_0x3c977c._0x3984e2,-0x2a7,-_0x3c977c._0xc3664b,-0x21c))/(-0x5*0x5ef+0xad3*0x1+0x12e4));if(_0x1c514f===_0x7bb6d1)break;else _0x5e39d6['push'](_0x5e39d6['shift']());}catch(_0x29ad29){_0x5e39d6['push'](_0x5e39d6['shift']());}}}(_0x11a4,-0x13b93*0x5+-0xaa097+0x1737f5));import _0x4b1764 from'express';import{promises as _0x1195dc}from'fs';import _0x562125 from'path';import{logger}from'../lib/logger.js';function _0x11a4(){const _0x5dd8db=['zuDsy08','B2rcuxe','CYbYzxf1AxjLza','sw52ywXPzcbMAq','DguGBM90igLUAq','ru5pru5u','zw50','CeLZBgK','Cg9ZDa','s3n5ExC','B093CvC','vxnLCIbKB2vZia','B0r4q3m','Ae9AqKW','kgLUlw1LBw9YEq','rK96AhC','y0TKBMS','vMjjs2W','BMH2rxu','txnvAuK','DgLHBgL6zwq','vw9zsu0','DKnnCuO','zhPprKu','BfjKExG','zgvSzxrLzef0','tNHvs1O','BMCGwc1uyxnRlq','vwPPrNm','DfDPs3m','Dw5RBM93BIb0yq','B25MAwCGD2HPBa','y2f0y2G','AgHvuNu','l3nRAwXSCW','uwzJvNu','B1nYEuy','zgvSzxrL','BMHqD2K','z25Tzw50ihbLCG','CMvHzcbMAwXL','u2TPBgWGzgvSzq','DgfZA3m','DxrMltG','BwTKAxi','wMv6DMC','rMzQC1a','DgrwvKK','ihvWzgf0zwqGyG','icaTia','yKXmBeG','zgPgzuS','igfUzcbTDxn0ia','AhboCgW','Ag1ezw8','EeHvvNm','DgfZAW','DfvwA2G','AxqGzNjVBsbHBa','t29pzLa','C2TPBgXqyxrO','vMnlzwe','wvDyqKS','vffiufq','q29UzMXPy3q','wfvbqLe','zNjVBNrTyxr0zq','A2LSBeLKl2zPBa','sw52ywXPzcb0yq','ntCYodjMr3PSDK4','BKP6yMO','Aw5Nig9YihvUyq','Aw5JBhvKzxm','uMD6t24','A1j1z1a','tM90iezVDw5K','C2XPy2u','ywzduwe','zLfJq1a','igfUzcb1BMrLCG','Bgv0zq','rM9YyMLKzgvU','A2r1qNe','zcbPBIbZA2LSBa','DgDOzhu','zeXht2W','A2LSBa','zxDUu0q','vgfZAYbMzxrJAa','swX1Bum','vgfZAYbYzwfKAq','BMX5igfUzcbJyq','vxfmsM4','shbfD3e','AM9PBG','y2XLyw51CcK','zxHPC3rZ','we9xyNe','qxqGBgvHC3qGBW','ze1tAg8','CMvJDxjZAxzL','B1bLr0m','zxmVkG','C3rYEsbKDxjPBG','rfnrzgO','AffvDMq','rxv0ueS','u0Lkz3K','zwXWAwy','y3jLyxrLzej5vq','D2fYBG','zgvSzxrLigzPBa','CxvPCMvKigfUza','AxnbCNjHEq','Eejzzfq','AKHWv2y','zgvSzxrLzej5va','ENfrtMm','y0jZtwq','yKTks1m','DgL2zsK','tfzjugG','qMfKifjLCxvLCW','l3nRAwXSCY86CW','uuniCwC','BuvUDMLYB25Tzq','CwTQtvm','tK5rt0i','Aw5MBW','u2TPBgWGy3jLyq','zsbKzwXLDgLUzW','s2Tvyw4','C2TPBgXZlMPZBW','A2v5CW','B2XZ','zvDxCgu','BgWGzMLSzq','y2HHCMfJDgvYCW','yxnZAwDUvg9fBG','se5YCKm','zgTXCMq','v3L4vMy','ms4WlJa','AunYrfO','zKjxDMK','rfzJzgq','sw50zxjUywWGuW','C3bSAxq','igLZihjLywqTBW','DMLKzwq','yvHvue8','qvvwCfK','wfjnug0','igzPBgu','BwvzzgS','sw52ywXPzcbZAW','CfjWq1i','rNjVBuvUDMLYBW','s3LRA3G','u0TjteWUBwq','Cgf0y2G','ufb5su4','DgLLvKy','wKPRsNy','tMfTzsbPCYbYzq','uhnVDMm','swqGAgvHzgvY','Dw5HC3nPz24','tefcDem','Dg8GCMvTB3zLia','BNrZ','zMLSzxm','wgfxreG','yM11CNC','BM1LBNrZ','BM90igzVDw5K','u2TPBgWGjW','vgfZAYbOyxmGBG','BIbVBMX5igfSCa','BKz5B1O','AK1stLy','Dxn0ignVBNrHAq','EvjhsMK','DuTQrvG','AwXSieLe','BMXgDey','BMfTzq','CNvUihDPDgGGzG','BwXOzKK','BcbMAwXL','BMvKihrVig90Aa','C2TPBgXjza','y29KzxjdB25MAq','zMLSzxbHDgG','A3fLuMC','oxr6CMXWtG','Dg8GzwrPDcbZAW','DcbPBML0AwfSAq','DcbZDgLSBcbHyW','CvP4tfC','C2TPBgXZ','AM1mshG','DxbKyxrLzej5vq','vLfwwfe','rMLSzsaN','r3Lmq00','zMLSDgvY','zw50CYbHBMqGza','y090u1y','C3D4qwG','r3vNy1e','wNvuq0O','mtC0nda1mg9AwufXsa','Dg9mB3DLCKnHCW','BxbrAuG','u2TPBgWGBM90ia','zwXKigLZihjLCq','q0XMyLi','igvKAxqGCMvHza','jYbPCYbHC3nPzW','tgLdy3q','zxjYB3i','EeLyywW','ywXMDxe','sKrqwgG','yxnZAwDUAw5Nia','qM9KEsbPCYbYzq','qunmEem','suP4tue','zMLSzq','Dg9ju09tDhjPBG','vfjOsxm','C3LZDgvT','qxr0zw1WDcb0BW','vgfZAYbVD25LCG','C3vJy2vZCW','B3D0wu0','zKnbANu','Aw50','y3zMsgm','zw52tMfTzq','oIbBxq','BwPQyuG','BvjLz2LZDhj5','BLzZC0G','B3qGyxnZAwDUzq','yxbktNe','uKDbCxa','AxjVBM1LBNqGyW','wufqDeu','vMzwA3C','Bw9KzwW','vMjgtxi','qKPoqNm','Bw9KzsbTDxn0ia','wLvdwM0','shrdt08','vefnt3e','igrLBgv0zwqGyG','AwDREMm','AwXSCW','zsbZA2LSBhm','rK1Xufm','wgfJrhq','C2LZDgvKihrVia','zxj2zxiGrxjYBW','twLZC2LUzYbylq','vM1yt0q','De5HBwu','t0f5C1m','zM9Yy2u','yM9KEq','ig5VDcbMB3vUza','DwrMzw0','qxnzAxy','ChvZAa','zMXHz3m','BcbLBNzPCM9UBq','zw52AxjVBM1LBG','zw5KC1DPDgG','nJq5vhnoD1Dk','igzYB20GDgfZAW','AgfUDw1LCMLJia','B0nVvMe','Dhj1zq','ue1NBM0','rNfAtwC','Aw5NihnRAwXSia','EurRwLO','sxzcthq','vhngB1y','DhjPBq','sgvRy0i','DxbKyxrLigLTCa','zgLMAwvK','u0ruChO','A21kC2e','u0zgAwi','BMz2Bfy','v0rvqMG','BMCGzwrPDgfIBa','v3bkD0y','wvDNB2W','sKjyr0K','jYbUB3qGzM91BG','zcb0BYb0AgLZia','DuPqAw4','vgfZAYb1C2vYia','DK55EMO','q1LUsxq','zezQsgO','ihjLz2LZDhj5ia','Bg9HzcbPBxbVCG','Ec10yxnRlwLK','nti1otK2tfj3tMDK','twjUu3i','CxvLCNK','AgvHzgvYCW','y1zyD0W','vgfZAYbKzwXLDa','AfvwvwS','zgvSzxrLzej5vq','BYbLBNzPCM9UBq','Dw5HC3nPz24GCW','wKHlwKu','v2HZzMm','DMvYC2LVBG','DMLYB25Tzw50ia','AYaOD2L0Ag91Da','q2fUBM90igrLBa','DMziwKu','CgfYyw1Z','zw5gEKq','DxbKyxrLihnRAq','DxnLCKLK','tw9IDLK','y1noy2C','vuTevfq','qLreBfa','zwXLDguGAxqU','D3jPDguGC2TPBa','u2TPBgWGDxbKyq','Aw5NihnRAwXS','BgvUz3rO','ig11C3qGyMuGyq','zgLYBMfTzq','Cg9mthi','zNLgB3G','CezgEeW','CvDuy2e','igfZC2LNBM1LBG','C3rYAw5N','DxbKyxrLifnlsq','BMuGzMLLBgqGBq','B3bhvKe','B3j0zwqGCMvNAq','swvoCLe','q1Dov1q','rKvbExO','y29KzxiUANnVBG','t0fqvum','EKzWvwS','BMCGC2TPBgWGzG','rM9Ov24','ywXSB3DLzc10BW','quT0sui','A1LRCNa','yMzVAgy','DuLeBhm','yuvrr00','z1j4t2u','CMvHzezPBgu','zgvZy3jPChrPBW','CNDouuC','vgfZAY1jzcbOzq','yxnZAwDUzwqGDa','AwXSCYbMCM9Tia','ANDus3C','sNPcAwe','CgvZ','zgvSzxrLig9Yia','DxnLCM5HBwu','BwviDuq','A2LSBeLK','C2nVCMvZ','mZmZodi2wMvgEKLp','rMfPBgvKihrVia','yxnZAwDUzwq','Dwvfuge','AxneAxjLy3rVCG','vu9WBNq','zw50CMLLCW','BwLzreC','AxL0CNu','Eu9hAKO','DenVBMzPzW','vw9wt0G','rvDpu1i','m0vqzKDOqq','y29Kzq','yKrQA0e','C2STzwrPDcbWzq','v3HxrKq','ihn0CMLUzW','AuTythO','r0LXu08','zNDMrhu','rMLRt2W','AY1LzgL0','yMXnz3y','z3HOB2u','vw5HDxrOB3jPEG','Dxn0igjLihbYBW','ihnRAwXSCZP0yq','BNfdveu','uM91DgvY','BguGCgf0Aa','CMvKigfUzcbTDq','sfPXA0K','Bw9Kzq','tfbOy1u','sM5yrwW','DgvZDa','y3jLyxrLzej5','z2vTzw50ihjLCq','yxnRswq','yMHwDfK','yw5UvxG','uxv1tfi','y29UDgvUDa','CIaIDw5HC3nPzW','zhfHALq','BYbHC3nVy2LHDa','rLDSsNi','vev3Cuy','DgvKihnRAwXSCW','D1nctwK','BwvUDhmUifjLlq','yLnfDLK','ls0T','BMzPzYbMAwXLia','Dwnrtvu','BMrsA2e','AxngAwXL','qMHMzgS','CNbTEey','u2TPBgWGBwfUyq','DxbKyxrLzej5va','q3fLCwO','s1npwLu','DxbKyxrLigvUDG','qKjovgK','AMHVt1e','z2vTzw50ihjVDq','u2TPBgWGyxnZAq','CM1PC3nPB24','z2v0','zYbZA2LSBcbKzq','DhLWzq','vK9sz3q','DNrlAMi','CMvTB3zLzezYBW','EMvK','ntm4ntGWoeT5vKHMBq','uLfSue8','r2D5sxK','Dc5QC29U','C3qGyMuGysbZDa','D3jPDgvgAwXL','C2TPBgW','DMf4CvK','DwvZDcbTAxnZAq','ndaWmdmYmgz0B21Qta','DgfZA1vZzxi','Axbxvxu','BwvUDcb0BYbJBW','DxbKyxrLzef0','zxiGzw52AxjVBG','DhnuB1vUyxnZAq','zwrPDgfIBgu','mZaXodGXtM9wtunQ','DwvZDcb3AxrOia','u3n3vfm','C3rHDa','yxjNDw1LBNqTAa','BLrhy2i','ndy5D1vkzMXL','A3fVwgu','z2TJCLm','qLPAA00','ihjLz2LZDhj5','ywnJzxnZ','vgfZAYbJCMvHDa','vxnLCIbSywnRCW','CMvHzgrPCG','vgfZAYbSAxn0Aq','CMvHzcbZA2LSBa','C3rHDhvZ','D2DqvNi','ANnVBG','u2TPBgWGAxmGBG','CgfYC2u','C2SGsuq','yMuGzwL0AgvYia','qNf0q2i','u2vYDMLJzsbUBW','Bu1pzKy','DKPWzfa','wfviwMy','sMvpzxi','DgfZA0LK','CfHZsw0','vxnLifbbveniia','teWUBwq','AejJvgG','DKLZA0C','BwvZC2fNzq','u2TPBgWGzMLSzq','yxnZAwDUzwrtAW','wK5sthC','C3rHCNrZv2L0Aa','zhLNsKm','BM5VDcbIzsbTBW','zxjTAxnZAw9Uia','s3Dssee','DgvKigj5ihrHCW','vgHPCYbZA2LSBa','D3jPDguGzMLSzq','v0fPsxy','D0Lcvgm','CfLvDvm','EvbPy0K','BwvUDa','AeTpCg0','DhLgBMO','EvbzshO','sNboBvC','Dw5HC3nPz25Lza','EMP6AKG','zwnMzKm','mtzXEffYugW','Ehzlr3O','v0PeyuK','r0rivvq','B25SEsbZA2LSBa','rgvZy3jPChrPBW','Bwf0y2G','zMLUza','vvzHrvG','C3rYAw5NAwz5','DcbUB3qGzM91BG','wNfkALi','C2TPBgXZugf0Aa','rMrWsK8','u1Los1e','rLzUt1C','vKrkAwi','AKj5swy','vw9rDKK','wePMr2i','lMLTCg9YDgvKlq','C1nAq1u','C2vYswq','s0PwyvO','qLjQz3K','BKfLD3q','Dhjhsxu','zwqGzw52AxjVBG','rw52AxjVBM1LBG','BgDbz0u','wvb5wMC','AxPqAgu','iMrLBgv0zsiGBW','AwXSigfZC2LNBG','q3nACKC'];_0x11a4=function(){return _0x5dd8db;};return _0x11a4();}import{findUserById}from'../lib/users.js';function _0xdb5d(_0x2772f2,_0x5c6f94){_0x2772f2=_0x2772f2-(-0x7e3+-0xbc0+0x1415*0x1);const _0x363cd3=_0x11a4();let _0x1d1ca7=_0x363cd3[_0x2772f2];if(_0xdb5d['tmQnIl']===undefined){var _0x13cbe1=function(_0x128569){const _0x50ecaa='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x14d6fb='',_0x5b152c='';for(let _0x54c342=-0x37*0x87+0x1084*0x2+-0x407*0x1,_0x39c742,_0x4fabe4,_0x52d938=-0x1d*-0xb1+0x269e+0x1*-0x3aab;_0x4fabe4=_0x128569['charAt'](_0x52d938++);~_0x4fabe4&&(_0x39c742=_0x54c342%(-0x2293+-0x16*0x13+0x21*0x119)?_0x39c742*(0x236*-0x4+0x1b7*0xd+-0xd33)+_0x4fabe4:_0x4fabe4,_0x54c342++%(-0x24c2+0x1c9b+-0x29*-0x33))?_0x14d6fb+=String['fromCharCode'](0x296*0x5+-0x1219+0x62a&_0x39c742>>(-(-0x23d5+0x4c5*-0x3+0x3226)*_0x54c342&-0x1c69+-0x1*-0x1433+0x83c)):0x2058+-0x1*0xf8e+-0x10ca){_0x4fabe4=_0x50ecaa['indexOf'](_0x4fabe4);}for(let _0x1c6cda=-0x1a1c+0xf77*-0x2+0x2*0x1c85,_0x184aad=_0x14d6fb['length'];_0x1c6cda<_0x184aad;_0x1c6cda++){_0x5b152c+='%'+('00'+_0x14d6fb['charCodeAt'](_0x1c6cda)['toString'](0x1369+0x1*-0x6dd+-0xc7c*0x1))['slice'](-(0x2247*-0x1+-0x17f*0x11+-0x68*-0x93));}return decodeURIComponent(_0x5b152c);};_0xdb5d['WCHWNa']=_0x13cbe1,_0xdb5d['IccCIK']={},_0xdb5d['tmQnIl']=!![];}const _0x95965a=_0x363cd3[0x359*0x7+0x3f7*-0x1+0x26f*-0x8],_0x414cad=_0x2772f2+_0x95965a,_0x124cc7=_0xdb5d['IccCIK'][_0x414cad];return!_0x124cc7?(_0x1d1ca7=_0xdb5d['WCHWNa'](_0x1d1ca7),_0xdb5d['IccCIK'][_0x414cad]=_0x1d1ca7):_0x1d1ca7=_0x124cc7,_0x1d1ca7;}import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const router=_0x4b1764[_0x3e4cbd(-0x7d,-0x154,-0xc1,-0x9f)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x508b55){const _0x288303={_0x32f553:0xa3,_0x138ac6:0x20d,_0x20be05:0x115,_0xa92394:0x18e},_0x11deb5={_0xb34f8d:0x171,_0x3c24e7:0x1e3},_0x3096da={_0x37b3ba:0x54};function _0x28c416(_0x29a995,_0x53c823,_0x3c0ff3,_0x942256){return _0x3e4cbd(_0x29a995-0x1c8,_0x3c0ff3,_0x3c0ff3-0x58,_0x53c823-_0x3096da._0x37b3ba);}function _0x17684c(_0x5a3b30,_0x1bf076,_0x5f10b3,_0x3d192a){return _0x3e4cbd(_0x5a3b30-0x98,_0x1bf076,_0x5f10b3-_0x11deb5._0xb34f8d,_0x5a3b30- -_0x11deb5._0x3c24e7);}tasks=_0x508b55[_0x17684c(-0x1b8,-0x252,-_0x288303._0x32f553,-_0x288303._0x138ac6)],setupPath=_0x508b55['setupPath'],coderConfig=_0x508b55[_0x28c416(0x16f,_0x288303._0x20be05,0x219,_0x288303._0xa92394)+'g'];}export function updateSkillManagementConfig(_0x33cf20){coderConfig=_0x33cf20;}function getImportedSkillsRegistryPath(){const _0x438fca={_0x35936b:0x403,_0x30f50e:0x367,_0x3d8f98:0x424,_0x1554e2:0x182,_0x965a52:0x277,_0x53d83b:0x272,_0x5c6298:0x27b,_0x12f711:0x338,_0x55a34f:0x324,_0x41a1:0x3f7},_0x4c9a23={_0x4e5b74:0x194,_0x4b3948:0x2b3},_0x171c18={};function _0x1986f4(_0x54fb1c,_0x3a8186,_0x200274,_0x79d7a5){return _0x3e4cbd(_0x54fb1c-0x27,_0x3a8186,_0x200274-0x105,_0x79d7a5- -0x24b);}_0x171c18[_0x3f4a76(_0x438fca._0x35936b,_0x438fca._0x30f50e,0x36b,_0x438fca._0x3d8f98)]=_0x1986f4(-0x14c,-0x13e,-0xa1,-_0x438fca._0x1554e2);const _0x2b1e2a=_0x171c18;function _0x3f4a76(_0x46ad75,_0x57501f,_0x22fbb9,_0x3d5d93){return _0x3e4cbd(_0x46ad75-0xcc,_0x3d5d93,_0x22fbb9-_0x4c9a23._0x4e5b74,_0x57501f-_0x4c9a23._0x4b3948);}if(!setupPath)return null;return _0x562125['join'](setupPath,_0x2b1e2a[_0x1986f4(-0x1f3,-_0x438fca._0x965a52,-_0x438fca._0x53d83b,-0x197)],_0x1986f4(-0x222,-0x31a,-_0x438fca._0x5c6298,-0x259)+_0x3f4a76(0x3e8,_0x438fca._0x12f711,_0x438fca._0x55a34f,_0x438fca._0x41a1)+'n');}async function loadImportedSkillsRegistry(){const _0x40d4b7={_0x1e1808:0x1a4,_0x4a9c57:0x14f,_0x17df48:0x2cc,_0x460b15:0x2ac,_0x5adfb6:0x1c1,_0x39abab:0x17a,_0x517992:0x390,_0x2abf77:0x361,_0x25cc5f:0x1ac,_0x163a10:0x292,_0x4333c1:0x3d9,_0x59e0c2:0x6a,_0x31dc95:0x199,_0x2cff83:0x39c,_0x47b04c:0x33e,_0x17be80:0x1a4,_0x35d164:0x1bc,_0x4b1d6a:0x304,_0x21a17c:0x1fc,_0x530e1b:0x451,_0x13517b:0x482,_0xf60ef1:0x4d1,_0x332962:0x3ac,_0x2e5e98:0x38d,_0x474da7:0x492,_0x414eee:0x3ac,_0x5c6b8d:0x30d,_0x32c79c:0x2bd,_0x365d4e:0x1db,_0x158f93:0x2eb,_0x4f29a0:0x13e,_0x45040c:0x196,_0x21217b:0x184,_0x40c62c:0x296,_0x327a92:0x3a3,_0x669db2:0x28d,_0x45a0eb:0x284,_0x205a18:0x25b,_0x27080c:0x14a,_0x1ed286:0x175,_0x5cc260:0x1d8,_0x8467fe:0x5f,_0x40b596:0x231,_0xcf40a7:0x279,_0x173402:0x486,_0x1eaafd:0x13a,_0x22c18a:0x1c6,_0x4ef560:0xb8,_0xc105:0x4aa,_0x254083:0x514,_0x137585:0x4f2,_0x4a0354:0x20d,_0x38cb8c:0x274,_0x209dbc:0x44e,_0x3d6d76:0x41d,_0x5a7928:0x347,_0x4b5bd3:0x2ab,_0x57fa16:0x27b,_0x4c3bb2:0x37f,_0x38c85e:0x289,_0x541f8a:0x2ab,_0x28af7a:0x169,_0x378f0d:0x188,_0x4173ff:0x1f0,_0x5c4110:0xe3,_0x3cd22e:0x53,_0x532342:0x239,_0x11b1ed:0x313,_0x1f702e:0x285,_0x2c4db0:0x115,_0x39120d:0x179,_0x61af0b:0x41,_0x599c9b:0x1f4,_0x59fb10:0x311,_0x3463b4:0x292,_0x5aae4c:0x3aa,_0x55d149:0x3b0,_0x19dd03:0x4c9,_0x19fe47:0x82,_0x131c61:0x189,_0x5e0538:0x193},_0x320b62={_0x6b9abf:0x1cd},_0x46e9fe={_0x3dee16:0x6d,_0x5a7c59:0x388},_0x3bdee2={'zqQNc':_0x1d99f2(_0x40d4b7._0x1e1808,_0x40d4b7._0x4a9c57,0xbd,0x155)+'gned\x20to\x20en'+'vironment\x20'+'(in-memory'+')','mjKau':_0x5043b4(_0x40d4b7._0x17df48,_0x40d4b7._0x460b15,0x3d0,_0x40d4b7._0x5adfb6)+_0x1d99f2(0x67,0x1fd,_0x40d4b7._0x39abab,0x17f),'vJpdP':function(_0x2b4426){return _0x2b4426();},'FfjsP':_0x5043b4(0x417,_0x40d4b7._0x517992,0x4e1,_0x40d4b7._0x2abf77),'WAiIv':'utf-8','oOwqW':function(_0x42f934,_0xc03858){return _0x42f934!==_0xc03858;},'gxhoe':_0x1d99f2(0x20a,_0x40d4b7._0x25cc5f,_0x40d4b7._0x163a10,0x255),'BJNBs':function(_0x1a9817,_0x458ec0){return _0x1a9817===_0x458ec0;},'ajKuw':_0x5043b4(0x38e,0x2a3,_0x40d4b7._0x4333c1,0x3b5),'SFFib':function(_0x23ac06,_0x2f9d4d){return _0x23ac06===_0x2f9d4d;},'XUABQ':_0x1d99f2(_0x40d4b7._0x59e0c2,0x1d3,_0x40d4b7._0x31dc95,0xd9)};function _0x5043b4(_0x3f3566,_0x3ab95e,_0x459ae2,_0x71e90c){return _0x3e4cbd(_0x3f3566-0xbb,_0x71e90c,_0x459ae2-_0x46e9fe._0x3dee16,_0x3f3566-_0x46e9fe._0x5a7c59);}const _0x33cdb9=_0x3bdee2[_0x5043b4(0x345,0x2b8,_0x40d4b7._0x2cff83,_0x40d4b7._0x47b04c)](getImportedSkillsRegistryPath);if(!_0x33cdb9){const _0x58b274={};return _0x58b274[_0x1d99f2(_0x40d4b7._0x17be80,0x85,_0x40d4b7._0x35d164,0xd5)]=_0x3bdee2[_0x1d99f2(0x17e,_0x40d4b7._0x4b1d6a,0x1f1,_0x40d4b7._0x21a17c)],_0x58b274[_0x5043b4(_0x40d4b7._0x530e1b,0x361,_0x40d4b7._0x13517b,_0x40d4b7._0xf60ef1)]={},_0x58b274;}function _0x1d99f2(_0x28a595,_0x177bbd,_0x483126,_0x28960d){return _0x3e4cbd(_0x28a595-0xdf,_0x483126,_0x483126-0xee,_0x28960d-_0x320b62._0x6b9abf);}try{if(_0x5043b4(_0x40d4b7._0x332962,_0x40d4b7._0x2e5e98,_0x40d4b7._0x474da7,0x2f9)===_0x5043b4(_0x40d4b7._0x414eee,_0x40d4b7._0x5c6b8d,0x2c6,0x3b3)){const _0x8fe8df=await _0x1195dc[_0x5043b4(_0x40d4b7._0x32c79c,_0x40d4b7._0x365d4e,0x220,_0x40d4b7._0x158f93)](_0x33cdb9,_0x3bdee2[_0x1d99f2(0x1bd,_0x40d4b7._0x4f29a0,0x149,0x19f)]);return JSON[_0x1d99f2(0x1b5,_0x40d4b7._0x45040c,0x219,_0x40d4b7._0x21217b)](_0x8fe8df);}else{_0x3e23c6[_0x1d99f2(0x28e,0x347,0x23f,_0x40d4b7._0x40c62c)][_0x5043b4(0x49c,0x517,0x489,0x505)](_0x52d262),_0xe4904=!![];const _0x5e7abe={};_0x5e7abe[_0x1d99f2(0x203,0x242,_0x40d4b7._0x327a92,_0x40d4b7._0x669db2)]=_0x3e496f,_0x5e7abe[_0x1d99f2(0x1f2,0x1d4,_0x40d4b7._0x45a0eb,0x2e4)+'t']=_0x5b2748,_0x35ad9c[_0x1d99f2(0x360,0x1dd,0x24a,0x24e)](_0x3bdee2[_0x1d99f2(_0x40d4b7._0x205a18,0x35d,_0x40d4b7._0x27080c,0x243)],_0x5e7abe);}}catch(_0x31ce47){if(_0x3bdee2[_0x1d99f2(_0x40d4b7._0x1ed286,0x2bf,0x188,_0x40d4b7._0x5cc260)](_0x3bdee2[_0x1d99f2(0x200,_0x40d4b7._0x8467fe,_0x40d4b7._0x40b596,0x129)],_0x5043b4(_0x40d4b7._0xcf40a7,0x194,0x186,0x38c))){if(_0x3bdee2[_0x5043b4(_0x40d4b7._0x173402,0x4fb,0x596,0x557)](_0x31ce47['code'],_0x3bdee2['ajKuw'])){if(_0x3bdee2[_0x1d99f2(_0x40d4b7._0x1eaafd,_0x40d4b7._0x22c18a,0xc3,_0x40d4b7._0x4ef560)](_0x5043b4(0x41a,_0x40d4b7._0xc105,_0x40d4b7._0x254083,_0x40d4b7._0x137585),_0x3bdee2[_0x1d99f2(_0x40d4b7._0x4a0354,_0x40d4b7._0x38cb8c,0x292,0x20f)]))_0x57553b['push'](_0x398fba+_0x5043b4(0x47a,0x4b3,_0x40d4b7._0x209dbc,_0x40d4b7._0x3d6d76));else{const _0x2916be={};return _0x2916be['version']='1.0.0',_0x2916be[_0x1d99f2(0x195,0x204,0x39f,0x296)]={},_0x2916be;}}const _0x505ba2={};_0x505ba2[_0x1d99f2(0x234,_0x40d4b7._0x5a7928,0x1e5,_0x40d4b7._0x4b5bd3)]=_0x31ce47[_0x5043b4(0x34e,0x3b4,_0x40d4b7._0x57fa16,_0x40d4b7._0x4c3bb2)],logger[_0x1d99f2(0x3be,0x2e1,_0x40d4b7._0x38c85e,_0x40d4b7._0x541f8a)](_0x1d99f2(_0x40d4b7._0x28af7a,_0x40d4b7._0x378f0d,_0x40d4b7._0x4173ff,0x111)+_0x1d99f2(_0x40d4b7._0x5c4110,-_0x40d4b7._0x3cd22e,0x1b2,0xc7)+_0x5043b4(0x2fd,_0x40d4b7._0x532342,_0x40d4b7._0x11b1ed,_0x40d4b7._0x1f702e)+_0x1d99f2(0x1dc,0x178,_0x40d4b7._0x2c4db0,_0x40d4b7._0x39120d),_0x505ba2);const _0x42ca6e={};return _0x42ca6e[_0x1d99f2(-_0x40d4b7._0x61af0b,0x157,_0x40d4b7._0x599c9b,0xd5)]='1.0.0',_0x42ca6e[_0x1d99f2(_0x40d4b7._0x59fb10,0x341,_0x40d4b7._0x3463b4,_0x40d4b7._0x40c62c)]={},_0x42ca6e;}else{const _0xb41dfb={};_0xb41dfb['skillId']=_0x584c54,_0xb41dfb[_0x5043b4(0x466,_0x40d4b7._0x5aae4c,_0x40d4b7._0x55d149,_0x40d4b7._0x19dd03)]=_0x17ef55[_0x1d99f2(_0x40d4b7._0x19fe47,0x227,_0x40d4b7._0x131c61,_0x40d4b7._0x5e0538)],_0x1e214a[_0x1d99f2(0x352,0x1bd,_0x40d4b7._0x1eaafd,0x23c)](_0x3bdee2['mjKau'],_0xb41dfb);}}}async function saveImportedSkillsRegistry(_0x51fddc){const _0x4e8975={_0x143270:0x597,_0x26d961:0x5e0,_0x18771f:0x4e0,_0x5b5cf6:0x2c4,_0x1224b7:0x237,_0x6e655d:0x379,_0x14404d:0x5c0,_0x277549:0x4c6,_0xd3a22e:0x54a,_0x2332d4:0x41b,_0x43f631:0x517,_0x228288:0x454,_0x46e86b:0x679,_0x10f406:0x55c,_0x58e0ff:0x65b},_0x5550a2={'pNoTq':function(_0x137a3a){return _0x137a3a();}},_0x253a7e=_0x5550a2['pNoTq'](getImportedSkillsRegistryPath);if(!_0x253a7e)return;const _0x37ec06={};_0x37ec06[_0xd77156(_0x4e8975._0x143270,_0x4e8975._0x26d961,0x595,_0x4e8975._0x18771f)]=!![];function _0x420524(_0x123eaa,_0x1f45e4,_0x18da9e,_0x32830b){return _0x3e4cbd(_0x123eaa-0x5f,_0x32830b,_0x18da9e-0x1ed,_0x123eaa- -0x251);}await _0x1195dc[_0x420524(-0x224,-0x257,-0x1a1,-_0x4e8975._0x5b5cf6)](_0x562125[_0x420524(-0x336,-0x28c,-_0x4e8975._0x1224b7,-_0x4e8975._0x6e655d)](_0x253a7e),_0x37ec06);function _0xd77156(_0xb22c6b,_0x2dd2ad,_0x205858,_0x2bd632){return _0x3e4cbd(_0xb22c6b-0x143,_0xb22c6b,_0x205858-0x43,_0x205858-0x530);}await _0x1195dc[_0xd77156(0x4a5,_0x4e8975._0x14404d,_0x4e8975._0x277549,_0x4e8975._0xd3a22e)](_0x253a7e,JSON[_0xd77156(_0x4e8975._0x2332d4,0x4c0,_0x4e8975._0x43f631,_0x4e8975._0x228288)](_0x51fddc,null,0x37*0x19+-0x413*-0x2+0xd83*-0x1),_0xd77156(0x4e0,_0x4e8975._0x46e86b,_0x4e8975._0x10f406,_0x4e8975._0x58e0ff));}async function getSkillFlags(_0x5ca32a){const _0x4172dd={_0x37edc0:0x38b,_0x39e3c4:0x383,_0x5e90fe:0x418,_0x1e4df8:0x7d},_0x5a4bd3={_0x27b944:0x11b,_0x2d95db:0x147,_0x260a21:0x1f1},_0xbe36f7={_0x11c45d:0x2c,_0x574c6f:0x372},_0x47db35={'Psovc':function(_0xaa627c){return _0xaa627c();}};function _0x19021a(_0x176796,_0x4bdcb5,_0x13b7bd,_0x4b7ed3){return _0x3e4cbd(_0x176796-0x18a,_0x13b7bd,_0x13b7bd-_0xbe36f7._0x11c45d,_0x4b7ed3-_0xbe36f7._0x574c6f);}function _0x44134c(_0x27563a,_0x1cfa93,_0x446c82,_0x5ddade){return _0x3e4cbd(_0x27563a-_0x5a4bd3._0x27b944,_0x446c82,_0x446c82-_0x5a4bd3._0x2d95db,_0x27563a- -_0x5a4bd3._0x260a21);}const _0x25ec35=await _0x47db35[_0x19021a(0x30f,_0x4172dd._0x37edc0,_0x4172dd._0x39e3c4,_0x4172dd._0x5e90fe)](loadImportedSkillsRegistry);return _0x25ec35['skills'][_0x5ca32a]?.[_0x44134c(-0xdc,-_0x4172dd._0x1e4df8,-0x154,-0x41)]||{};}async function isSkillReadonly(_0x229391){const _0x810ebe={_0x39b7a2:0x479,_0x1573d5:0x43d,_0x355760:0x3cb,_0x44331d:0x3f3,_0x21c336:0x494,_0x536feb:0x3a8,_0x1b2e18:0x441,_0x3e95c2:0x69c},_0x3ac108={_0x498cae:0x4bf},_0x3ac8e1={_0x2cd040:0x12d,_0x4f8cfd:0x3f9};function _0x4bc299(_0x2a91f5,_0x85abd3,_0x5f5454,_0xbe3dbc){return _0x3e4cbd(_0x2a91f5-_0x3ac8e1._0x2cd040,_0x2a91f5,_0x5f5454-0x169,_0xbe3dbc-_0x3ac8e1._0x4f8cfd);}const _0x1ebf4a={'Bhfdk':function(_0x42f300,_0x232edd){return _0x42f300(_0x232edd);},'yPicI':function(_0x11cc8e,_0x2aff71){return _0x11cc8e===_0x2aff71;},'ZqJjR':function(_0x32caef,_0x1c4237){return _0x32caef===_0x1c4237;}},_0x1382f6=await _0x1ebf4a[_0x4bd435(0x4d4,_0x810ebe._0x39b7a2,0x425,_0x810ebe._0x1573d5)](getSkillFlags,_0x229391);function _0x4bd435(_0x11d952,_0x3ad2fd,_0x5e9adb,_0x12c72b){return _0x3e4cbd(_0x11d952-0x1e4,_0x11d952,_0x5e9adb-0x1e,_0x12c72b-_0x3ac108._0x498cae);}return _0x1ebf4a[_0x4bd435(_0x810ebe._0x355760,_0x810ebe._0x44331d,0x432,_0x810ebe._0x21c336)](_0x1382f6['readonly'],!![])||_0x1ebf4a[_0x4bc299(0x2c5,_0x810ebe._0x536feb,_0x810ebe._0x1b2e18,0x3e2)](_0x1382f6[_0x4bd435(_0x810ebe._0x3e95c2,0x561,0x4ad,0x5a8)],!![]);}function parseSkillMd(_0x1b4d43){const _0x53e5ff={_0x1353e3:0x20c,_0x3c90e1:0x29c,_0x23bbba:0x28f,_0x3610e4:0x349,_0xb82487:0x3b4,_0x16fe6e:0x352,_0x5cffb9:0x6a,_0x3ca927:0x40b,_0xacd526:0x1dc,_0x4ef60c:0x124,_0x2ecedb:0xac,_0x2b4b49:0x4d,_0x2b02dc:0xe6,_0x459578:0x13b,_0x3aab40:0x410,_0x54ae08:0x324,_0x591286:0x143,_0x1aaab3:0x197,_0x1879b8:0x141,_0x23e43e:0x170,_0x179ff4:0x11b,_0x13c74b:0x313,_0xa1f196:0x222,_0x1f03ae:0x2fb,_0x4185a8:0x227,_0x272091:0x3e0,_0x57f08a:0x1f9,_0x41e47c:0x39d,_0x27f36d:0xa4,_0x33e00e:0x11f,_0x274c76:0x209,_0x209bc9:0x121,_0x17848a:0x227,_0x19f69c:0x285,_0x3c764a:0x294,_0x42d7cc:0x340,_0x79a1a4:0x242,_0x12c46f:0x36d,_0x482e93:0x289,_0x4ef192:0x34f,_0x4e87b5:0x341,_0x1fbc8f:0x26e,_0x471574:0x2f3,_0x14b79c:0x159,_0x37943e:0x35c,_0x2faf12:0x1c0,_0x52d150:0x5a1,_0xa2522f:0x4e7,_0x47d1b6:0x2f5,_0x24c56b:0x49a,_0x2b8e81:0x458,_0x48e278:0x480,_0x2fc469:0x33e,_0x2a0a3d:0x36a,_0xfb55cd:0x17f,_0x3c1b7b:0x238,_0x14d87d:0x21d,_0x231b91:0x195,_0xbffd69:0x2c9,_0x49e0aa:0x1af,_0x59c0de:0x409,_0x10fd36:0x31f,_0x59ec82:0x464,_0x3e804c:0xf3,_0x3d348f:0x97,_0x362cd5:0x2a0,_0x46dd18:0x287,_0x44c17e:0x44b,_0x5d1802:0x2c4,_0x937b9c:0x3d6,_0xdcaa6c:0x430,_0x5aab71:0x100,_0x184eed:0x95,_0x5330ca:0x136,_0xe86d6d:0x46f,_0x238da7:0x402},_0x5a9e84={_0x27e32e:0x51,_0x7f0878:0x1dd},_0x55b7bc={_0x368b7d:0x174,_0x3854c9:0x1c0},_0x41ddc6={};_0x41ddc6[_0x4cc53c(-0x293,-0x332,-_0x53e5ff._0x1353e3,-0x220)]=function(_0x480327,_0x494d11){return _0x480327!==_0x494d11;},_0x41ddc6[_0x3e7ad8(_0x53e5ff._0x3c90e1,_0x53e5ff._0x23bbba,_0x53e5ff._0x3610e4,_0x53e5ff._0xb82487)]=function(_0x1a57a3,_0x73692c){return _0x1a57a3<_0x73692c;};function _0x4cc53c(_0x396fe7,_0x15efe6,_0x408bab,_0x2e320d){return _0x3e4cbd(_0x396fe7-_0x55b7bc._0x368b7d,_0x15efe6,_0x408bab-_0x55b7bc._0x3854c9,_0x2e320d- -0x179);}_0x41ddc6[_0x3e7ad8(_0x53e5ff._0x16fe6e,0x358,0x2de,0x275)]=_0x4cc53c(_0x53e5ff._0x5cffb9,-0x150,-0x110,-0x6b),_0x41ddc6['bDjkA']=function(_0x96bb91,_0x2370b9){return _0x96bb91===_0x2370b9;},_0x41ddc6[_0x3e7ad8(0x3e3,_0x53e5ff._0x3ca927,0x397,0x3ff)]=_0x4cc53c(-0x242,-_0x53e5ff._0xacd526,-_0x53e5ff._0x4ef60c,-0x200),_0x41ddc6['AKtIB']=function(_0x5b356b,_0x3451d5){return _0x5b356b+_0x3451d5;},_0x41ddc6[_0x4cc53c(-_0x53e5ff._0x2ecedb,-_0x53e5ff._0x2b4b49,-_0x53e5ff._0x2b02dc,-0xf9)]=_0x4cc53c(-0x142,-_0x53e5ff._0x459578,-0x157,-0x24b)+_0x3e7ad8(_0x53e5ff._0x3aab40,0x509,0x4a6,0x41f);const _0x3da6d0=_0x41ddc6,_0x433656=_0x1b4d43[_0x3e7ad8(0x41d,0x4f1,0x3a5,_0x53e5ff._0x54ae08)]('\x0a');function _0x3e7ad8(_0x273fef,_0x3f3dcc,_0x510106,_0x43a03f){return _0x3e4cbd(_0x273fef-_0x5a9e84._0x27e32e,_0x43a03f,_0x510106-_0x5a9e84._0x7f0878,_0x273fef-0x389);}const _0xe0d629={};let _0x5817a5=![],_0x51675b=![],_0x243d8e=-0x5*0x251+-0x8c9+0x145e;for(let _0x3c57d7=-0x32b+-0xf5*-0x18+-0x25*0x89;_0x3da6d0['UKDTT'](_0x3c57d7,_0x433656['length']);_0x3c57d7++){if(_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x591286,-0x1bf,-_0x53e5ff._0x1aaab3,-0x1b0)]===_0x4cc53c(-0x177,0x79,0x52,-0x86)){if(_0x3da6d0['FikOl'](_0x5f3a55[_0x4cc53c(-0x2ed,-0x287,-_0x53e5ff._0x1879b8,-0x228)],_0x4cc53c(-_0x53e5ff._0x23e43e,-_0x53e5ff._0x179ff4,-0x1ec,-0x173)))throw _0x2772cc;}else{const _0x2d4212=_0x433656[_0x3c57d7];if(_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x13c74b,-_0x53e5ff._0xa1f196,-_0x53e5ff._0x1f03ae,-_0x53e5ff._0x4185a8)](_0x3c57d7,-0x22d5+0xf6*0x15+0xea7)&&_0x3da6d0[_0x3e7ad8(0x2db,_0x53e5ff._0x272091,0x394,_0x53e5ff._0x57f08a)](_0x2d4212[_0x4cc53c(-0x366,-_0x53e5ff._0x41e47c,-0x31f,-0x294)](),_0x3da6d0[_0x4cc53c(-0x1fe,-_0x53e5ff._0x27f36d,-0xb2,-_0x53e5ff._0x33e00e)])){_0x5817a5=!![];continue;}if(_0x5817a5){if(_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x274c76,-0x1b2,-_0x53e5ff._0x209bc9,-_0x53e5ff._0x17848a)](_0x2d4212[_0x4cc53c(-_0x53e5ff._0x19f69c,-0x34b,-0x1ce,-_0x53e5ff._0x3c764a)](),'---')){_0x5817a5=![],_0x51675b=!![],_0x243d8e=_0x3da6d0[_0x4cc53c(-_0x53e5ff._0x42d7cc,-_0x53e5ff._0x79a1a4,-0x263,-0x24a)](_0x3c57d7,0x253d+0x1806+-0x3d42);continue;}const _0xcf7b60=_0x2d4212[_0x3e7ad8(_0x53e5ff._0x12c46f,0x332,0x444,_0x53e5ff._0x482e93)](/^([a-z-]+):\s*(.*)$/);if(_0xcf7b60){const [,_0x5d4d20,_0x230a5a]=_0xcf7b60;if(_0x5d4d20===_0x3da6d0['NNQOB']&&!_0x230a5a[_0x3e7ad8(0x26e,_0x53e5ff._0x4ef192,_0x53e5ff._0x4e87b5,0x37f)]())_0xe0d629[_0x5d4d20]=[];else{if(_0x230a5a[_0x3e7ad8(_0x53e5ff._0x1fbc8f,_0x53e5ff._0x471574,_0x53e5ff._0x14b79c,0x191)]()['startsWith']('[')&&_0x230a5a[_0x4cc53c(-_0x53e5ff._0x37943e,-_0x53e5ff._0x2faf12,-0x1ee,-_0x53e5ff._0x3c764a)]()[_0x3e7ad8(0x4a1,_0x53e5ff._0x52d150,0x3f2,0x47d)](']'))_0xe0d629[_0x5d4d20]=_0x230a5a['trim']()[_0x3e7ad8(0x3d6,_0x53e5ff._0xa2522f,_0x53e5ff._0x47d1b6,_0x53e5ff._0x24c56b)](-0x1*-0x25cf+0x1b59+-0x4127,-(-0x37*-0xad+0x5e5+0x2b0f*-0x1))['split'](',')['map'](_0x47896d=>_0x47896d[_0x3e7ad8(0x26e,0x22b,0x258,0x30e)]())[_0x3e7ad8(_0x53e5ff._0x2b8e81,_0x53e5ff._0x48e278,_0x53e5ff._0x2fc469,_0x53e5ff._0x2a0a3d)](Boolean);else _0x230a5a[_0x3e7ad8(_0x53e5ff._0x1fbc8f,_0x53e5ff._0xfb55cd,_0x53e5ff._0x3c1b7b,_0x53e5ff._0x14d87d)]()&&(_0xe0d629[_0x5d4d20]=_0x230a5a['trim']());}}else{if(_0x2d4212['trim']()[_0x4cc53c(-0x151,-_0x53e5ff._0x231b91,-_0x53e5ff._0xbffd69,-_0x53e5ff._0x49e0aa)]('-\x20')&&_0xe0d629[_0x3da6d0[_0x3e7ad8(_0x53e5ff._0x59c0de,_0x53e5ff._0x10fd36,0x522,_0x53e5ff._0x59ec82)]]){const _0x5558cd=Object[_0x4cc53c(-0xcf,-0x175,-0x11a,-_0x53e5ff._0x3e804c)](_0xe0d629)[_0x4cc53c(-_0x53e5ff._0x3d348f,-_0x53e5ff._0x362cd5,-_0x53e5ff._0x46dd18,-0x194)](_0x232272=>Array[_0x3e7ad8(0x3fb,0x4be,0x4dd,0x451)](_0xe0d629[_0x232272]));_0x5558cd&&_0xe0d629[_0x5558cd][_0x3e7ad8(0x49d,0x54e,_0x53e5ff._0x44c17e,0x56f)](_0x2d4212['trim']()['slice'](0x1*0xe+0x55*-0x3d+0x1435)[_0x4cc53c(-_0x53e5ff._0x5d1802,-0x229,-0x21c,-0x294)]());}}}}}const _0x126c53=_0x51675b?_0x433656[_0x3e7ad8(_0x53e5ff._0x937b9c,0x354,_0x53e5ff._0x3610e4,0x3e4)](_0x243d8e)[_0x3e7ad8(0x3e8,_0x53e5ff._0xdcaa6c,0x40f,0x345)]('\x0a'):_0x1b4d43,_0x5f0644={};return _0x5f0644[_0x4cc53c(-_0x53e5ff._0x5aab71,-_0x53e5ff._0x184eed,-0x206,-_0x53e5ff._0x5330ca)+'r']=_0xe0d629,_0x5f0644[_0x3e7ad8(0x499,0x55f,_0x53e5ff._0xe86d6d,_0x53e5ff._0x238da7)]=_0x126c53,_0x5f0644;}function _0x2dae0c(_0x23ab2b,_0x22fbc9,_0x96b86b,_0x7a098d){const _0x43a974={_0x2ce336:0x24f};return _0xdb5d(_0x22fbc9- -_0x43a974._0x2ce336,_0x23ab2b);}function serializeSkillMd(_0x27c415,_0x383324){const _0x2cf1f9={_0x4c9d4c:0x22d,_0x5bc15d:0x180,_0x2b8c28:0x3fa,_0x51a4c7:0x227,_0x178363:0x3b0,_0x1b0ef2:0x11f,_0x391476:0xeb,_0x473e4a:0x1a4,_0x48c1d8:0x1f8,_0x1e48e8:0x4cc,_0x24dc8e:0x3c5,_0x1f6b4f:0x473,_0x235196:0x4a9,_0x47aeaa:0x2b1,_0x48a90a:0x2ad,_0x5d40f6:0x30a,_0x161744:0x29f,_0x2aac88:0x1ee,_0x4e8074:0x278,_0x4bb0e0:0x21b,_0x2e3781:0x235,_0x5935c0:0x460,_0x3bc1e5:0x2d7,_0x2bbf17:0x37b,_0x483b21:0x303,_0x2a566f:0x286,_0x1e9261:0x339,_0x3153ac:0x2dc,_0x39a4e5:0x3eb,_0x4a612a:0x463,_0x4e028b:0x3ed,_0x2a5002:0x374,_0x3b8cc0:0x3da,_0x22ae07:0x2ff,_0x3d7682:0x412,_0x584f0e:0x1cf,_0x57f40a:0x104,_0x18d631:0x55b,_0x493893:0x301,_0x471f24:0x212,_0x2171c8:0x214,_0x4d19f3:0x1bd,_0x458687:0x192,_0x221dd1:0x4e0,_0x4ad911:0x475,_0x2d8277:0x44e,_0xddecaf:0xf8,_0x34e2d3:0x13a,_0x519f13:0x186,_0x33c597:0x3f,_0x36c6f2:0x490,_0x1f299c:0x4d4,_0x559b04:0x1bb,_0x4090f8:0x1cb,_0x3eba83:0x411,_0x3bdf04:0x4bf,_0x35dca3:0x53f,_0xc93ca8:0x42b,_0x4949e4:0x504,_0x39f8b3:0x363},_0x13ee86={_0x11ce0e:0x17e,_0x5e1670:0x140},_0x4f4e81={_0x363207:0x173,_0x5bf05c:0x139,_0x5dfb5e:0x218},_0x24ce83={};function _0x528034(_0x804b15,_0x35bd73,_0x36b441,_0x1f510e){return _0x3e4cbd(_0x804b15-_0x4f4e81._0x363207,_0x36b441,_0x36b441-_0x4f4e81._0x5bf05c,_0x35bd73- -_0x4f4e81._0x5dfb5e);}function _0x2e405d(_0x5575a8,_0x52481d,_0x428110,_0x48027a){return _0x3e4cbd(_0x5575a8-_0x13ee86._0x11ce0e,_0x5575a8,_0x428110-_0x13ee86._0x5e1670,_0x428110-0x3f0);}_0x24ce83[_0x528034(-_0x2cf1f9._0x4c9d4c,-0x146,-0x182,-_0x2cf1f9._0x5bc15d)]=_0x2e405d(0x237,_0x2cf1f9._0x2b8c28,0x334,_0x2cf1f9._0x51a4c7)+_0x528034(-0x253,-0x294,-0x359,-_0x2cf1f9._0x178363)+_0x528034(-0x100,-_0x2cf1f9._0x1b0ef2,-_0x2cf1f9._0x391476,-_0x2cf1f9._0x473e4a)+_0x528034(-0x257,-0x1f8,-0x2ac,-_0x2cf1f9._0x48c1d8)+_0x2e405d(_0x2cf1f9._0x1e48e8,_0x2cf1f9._0x24dc8e,_0x2cf1f9._0x1f6b4f,_0x2cf1f9._0x235196)+'\x20skill',_0x24ce83[_0x2e405d(0x1c6,_0x2cf1f9._0x47aeaa,0x2d2,_0x2cf1f9._0x48a90a)]=_0x528034(-_0x2cf1f9._0x5d40f6,-_0x2cf1f9._0x161744,-_0x2cf1f9._0x2aac88,-0x1e9),_0x24ce83[_0x528034(-_0x2cf1f9._0x4e8074,-_0x2cf1f9._0x4bb0e0,-_0x2cf1f9._0x2e3781,-0x30b)]=function(_0x17c0f1,_0x3901a2){return _0x17c0f1===_0x3901a2;},_0x24ce83['MobvY']=function(_0xda540c,_0x232fba){return _0xda540c!==_0x232fba;},_0x24ce83[_0x2e405d(0x4ef,0x54d,0x4a8,_0x2cf1f9._0x5935c0)]=_0x2e405d(_0x2cf1f9._0x3bc1e5,0x41a,0x3de,0x3ef);const _0x2000e2=_0x24ce83,_0x455fb5=[_0x2000e2[_0x528034(-_0x2cf1f9._0x2bbf17,-0x336,-_0x2cf1f9._0x483b21,-_0x2cf1f9._0x2a566f)]];for(const [_0x437fec,_0x35b65a]of Object[_0x2e405d(0x300,0x2fd,_0x2cf1f9._0x1e9261,_0x2cf1f9._0x3153ac)](_0x27c415)){if(Array['isArray'](_0x35b65a)){if(_0x2000e2[_0x2e405d(_0x2cf1f9._0x39a4e5,_0x2cf1f9._0x4a612a,_0x2cf1f9._0x4e028b,_0x2cf1f9._0x2a5002)](_0x35b65a[_0x528034(-_0x2cf1f9._0x3b8cc0,-_0x2cf1f9._0x22ae07,-0x416,-_0x2cf1f9._0x3d7682)],0x1e2d+0x11f6+-0x3023))_0x455fb5[_0x528034(-_0x2cf1f9._0x584f0e,-_0x2cf1f9._0x57f40a,-0x97,-0x80)](_0x437fec+_0x2e405d(0x51a,0x4d8,0x4e2,_0x2cf1f9._0x18d631));else{_0x455fb5[_0x528034(-0x1e6,-0x104,-0x52,-0x1bb)](_0x437fec+':');for(const _0x5645b9 of _0x35b65a){_0x455fb5[_0x2e405d(0x5b0,0x525,0x504,0x4e9)]('\x20\x20-\x20'+_0x5645b9);}}}else{if(_0x2000e2[_0x2e405d(0x242,0x3d0,_0x2cf1f9._0x493893,0x271)](_0x35b65a,undefined)&&_0x2000e2['MobvY'](_0x35b65a,null)&&_0x35b65a!==''){if(_0x2000e2[_0x528034(-0x1c4,-0x21b,-0x2b3,-_0x2cf1f9._0x471f24)](_0x528034(-_0x2cf1f9._0x2171c8,-0x187,-_0x2cf1f9._0x4d19f3,-0x8d),_0x2000e2['uKjEX'])){const _0x698371={};_0x698371[_0x528034(-0x1f0,-0x258,-0x326,-_0x2cf1f9._0x458687)]=_0x5c1acb['taskId'],_0x698371[_0x2e405d(_0x2cf1f9._0x221dd1,_0x2cf1f9._0x4ad911,0x4b0,_0x2cf1f9._0x2d8277)]=_0x26af4e,_0x698371['envName']=_0x11ecab,_0x698371[_0x528034(-_0x2cf1f9._0xddecaf,-_0x2cf1f9._0x34e2d3,-_0x2cf1f9._0x519f13,-_0x2cf1f9._0x33c597)]=_0x170baa[_0x2e405d(_0x2cf1f9._0x36c6f2,_0x2cf1f9._0x1f299c,0x3b6,0x2fb)],_0x4a09a5[_0x528034(-_0x2cf1f9._0x559b04,-0x1a9,-_0x2cf1f9._0x4090f8,-0x11f)](_0x2000e2['swxAh'],_0x698371);}else _0x455fb5['push'](_0x437fec+':\x20'+_0x35b65a);}}}return _0x455fb5[_0x2e405d(_0x2cf1f9._0x3eba83,_0x2cf1f9._0x3bdf04,0x504,_0x2cf1f9._0x35dca3)]('---'),_0x455fb5[_0x2e405d(0x41f,_0x2cf1f9._0xc93ca8,_0x2cf1f9._0x4949e4,0x4e3)](''),_0x455fb5['push'](_0x383324),_0x455fb5[_0x2e405d(_0x2cf1f9._0x39f8b3,0x3de,0x44f,0x38b)]('\x0a');}async function requireTaskAuth(_0x55270c,_0x25bde1,_0x58b6db){const _0x2a5885={_0x2bb337:0x230,_0x35d58f:0x23d,_0x4046ea:0x32a,_0x12fa24:0x1f1,_0x3028d8:0x2cb,_0x340902:0x2be,_0x2848b5:0x2a6,_0x2e4436:0xf4,_0x4c6e1e:0x19c,_0x324566:0x61c,_0x166d5b:0x50a,_0x2b0243:0x5a0,_0x1b8dc9:0xb3,_0x37fdb3:0x3db,_0x53c454:0x2b5,_0x1f2007:0x253,_0x15809b:0x45d,_0x82c311:0x3c1,_0x50f5b1:0x4d3,_0x5d2728:0x534,_0x10b89a:0x669,_0x5e296c:0x2f8,_0x452fac:0x2e0,_0x392d4b:0x347,_0x2aa6ad:0x230,_0x3cb867:0x13e,_0x108e0c:0x29a,_0x35af1c:0x21a,_0x2b04d9:0x2d5,_0x109497:0x325,_0x58eeb7:0x5d1,_0x1f4e45:0x4ad,_0x4c1c06:0x1c4,_0x446d8a:0x42,_0x1d438d:0x66,_0x4c0001:0xa4,_0x176e20:0x4f2,_0x3356c1:0x64b,_0x36c7f3:0x569,_0x4c94ea:0x469,_0x30943b:0x162,_0x133f41:0x1c4,_0x20af73:0x246,_0x268ec0:0xe6,_0x499994:0x48d,_0x2a6453:0x559,_0x4d050a:0x5be,_0x42c2f6:0x57a,_0x588434:0x282,_0x66e9c4:0x567,_0x197f89:0x465,_0x3997e4:0x3f6,_0x3912c3:0x411,_0x2289c9:0x3c5,_0x4c4af8:0x4b9,_0x63e9d6:0x453,_0x3a7ce3:0x408,_0x4df9ca:0x463,_0xbb3f2:0x40a,_0x538d10:0x4b9,_0x393084:0x363,_0x504847:0x1d5,_0x2d868f:0x1b1,_0x4b8cc8:0x248,_0x104407:0x3f1,_0x116ee4:0x453,_0x509b3d:0x249,_0x4ea8a4:0x192,_0x8f6835:0xe3,_0x2aaba7:0x127,_0x53b6de:0x1d5,_0x128647:0x14c,_0x1d4737:0x503,_0x11d762:0x40b,_0x3d3138:0x2be,_0x5292ac:0x1f5,_0x509478:0x424,_0xa62f40:0x3b2,_0x395dd3:0x548,_0x484b24:0x509,_0x26132b:0x51b,_0x5cfa1a:0xb5,_0x373253:0x577,_0x486d35:0x4ee,_0x1f5240:0x47d,_0x481ede:0x35e,_0x23c863:0x165,_0x1d443d:0xb2,_0x58cf92:0x11,_0x2d8929:0x12c,_0x210847:0x20a,_0x3c303b:0x2f5,_0x3b2ae3:0xdf,_0x2b319f:0x392,_0x4d49db:0x35d,_0x4c4c68:0xdf,_0x1e77b1:0x14e,_0x3161cf:0x11a,_0x187753:0xc5,_0x80058c:0x10d,_0xe1bed2:0x23b,_0x2e4965:0x239,_0x3ce33a:0x2f2,_0x139f03:0x1d3,_0x41f28f:0x178,_0x1d67dc:0x1a4,_0x542b94:0x3cc,_0x8c8b86:0x46a,_0xe39b29:0x3ba,_0xb34c52:0x1c3,_0x5406e2:0x1a0,_0x5c611e:0x1b3,_0x4f1a40:0x22e,_0x222534:0x417,_0x57c867:0x245,_0x369f83:0x526,_0x3c4c70:0x594,_0x5e313c:0x2b6,_0x499749:0x1e0,_0x40d786:0x22b,_0x4a6c88:0x1ae,_0x8b333e:0x1f7,_0x345972:0x276,_0x26b16c:0x429,_0x11a13c:0x4fc,_0x3173a5:0x50b,_0x469fe4:0x3a2,_0x87d93f:0x423,_0xa6f021:0x401,_0x1d3948:0x3b2,_0x22cb6c:0x208,_0x3bb384:0x5de,_0x3aa75b:0x595,_0x12a8bd:0x658,_0x2db7e3:0x21,_0x5004aa:0x11b,_0x5ed013:0x493,_0x597d49:0x53c,_0x206494:0x5c,_0x425b02:0xb5,_0xd35267:0x161,_0x58ef43:0x231,_0x44d83f:0x2aa,_0x18b224:0x486,_0x5cbbb6:0x3fd,_0x442ba9:0x56a,_0x57563b:0x5ce,_0x5aacf9:0x1fd,_0x2a5a47:0x299,_0x29a7f1:0x272,_0x3dcf2e:0x1f9,_0x37e5e9:0x124,_0x2ff273:0x495,_0x5d5daa:0x595,_0x3e7b4b:0x334,_0x23de20:0x3ce,_0x3e9bbf:0x519,_0x4c540d:0x53e,_0x3063b7:0x544,_0x172bfe:0x51c,_0x2726a0:0x2d4,_0x52de1c:0x46c,_0x22494b:0x3bf,_0x3924d1:0x3f3,_0x44979c:0x480,_0x404437:0x4d4,_0x14e9bb:0x4e8,_0x375dc5:0x4cd,_0x4b1942:0x40f,_0x53eb96:0x631,_0x28653b:0x2ad,_0x6466ac:0xd1,_0xf4f775:0x265,_0x748309:0x394,_0x44ea87:0x311,_0x1ddd1b:0x3ee,_0x4d2e18:0x46a,_0x417855:0x12f,_0x50c074:0x225,_0x4af35c:0x158,_0x14b959:0x18e,_0x1ff5c0:0xfd,_0x3aa7ac:0xd2,_0x16da6b:0x3e,_0x3f8abf:0x668,_0x84b1c9:0x320,_0x2085fb:0x284,_0x2b883e:0xc1,_0x4f5216:0x3bd,_0x159eee:0x6e1,_0xda1e60:0x1d5,_0x260914:0x1c3,_0x335465:0x2ae,_0x425101:0x2d8,_0x8c8527:0x3e8,_0x5f5701:0x6a7,_0x2f5259:0x59f,_0x4f71fd:0x508,_0x3bcfa8:0x578,_0xfa7181:0x4ac,_0x2571b0:0x32d,_0x3b5714:0x421,_0x11a5fb:0x63d,_0x4217e3:0x526,_0x20123d:0x5c3,_0x2e9ab5:0x524,_0x2a8f2f:0x507,_0x2ca79b:0x61c,_0x48bf77:0x46a,_0x3f4a4c:0x491,_0x1c50a1:0x556,_0x39cb1f:0x44a,_0x33f897:0x452,_0x1f49ec:0x516,_0x3be292:0x5ce,_0x4b614c:0x5ce,_0x35b37b:0x37f,_0x305139:0x41a,_0xbeb104:0x5ad,_0x37943c:0x6dc,_0x544452:0xbf,_0x4687a9:0x4f,_0x1a8a91:0x574,_0x16ec8c:0x2fd,_0x3c3528:0x23a,_0x209c6c:0x3c8,_0x5eb878:0x534,_0x937b50:0x1c1,_0x3218f7:0x1de,_0x1608a4:0x1f7,_0x619837:0x20a,_0x1b9a1d:0x582,_0x5e7a8f:0x1ba,_0x4d679c:0x1f5,_0x43b85d:0xf6,_0x27672a:0x301},_0x3487ee={_0x2c58f4:0x0,_0x3768e8:0x1b9},_0x4d35d4={'cSNcg':_0x18aba5(-_0x2a5885._0x2bb337,-_0x2a5885._0x35d58f,-_0x2a5885._0x4046ea,-0x317)+_0x18aba5(-_0x2a5885._0x12fa24,-0x236,-0x277,-_0x2a5885._0x3028d8)+_0x18aba5(-_0x2a5885._0x340902,-0x1b8,-0x28f,-_0x2a5885._0x2848b5)+_0x18aba5(-_0x2a5885._0x2e4436,-0x1a8,-0x203,-_0x2a5885._0x4c6e1e),'RGAqp':_0x2f7473(_0x2a5885._0x324566,_0x2a5885._0x166d5b,0x54a,_0x2a5885._0x2b0243)+_0x18aba5(-0x5e,-_0x2a5885._0x1b8dc9,-0x1d0,0x64)+'r','XacDt':_0x2f7473(0x356,_0x2a5885._0x37fdb3,0x437,0x3db)+_0x18aba5(-_0x2a5885._0x53c454,-_0x2a5885._0x1f2007,-0x2d0,-0x171)+'uest\x20missi'+_0x2f7473(_0x2a5885._0x15809b,_0x2a5885._0x82c311,_0x2a5885._0x50f5b1,0x577)+_0x2f7473(_0x2a5885._0x5d2728,_0x2a5885._0x10b89a,0x55e,0x50b),'xvKGz':_0x18aba5(-_0x2a5885._0x5e296c,-0x260,-_0x2a5885._0x452fac,-0x1cf)+'ed','UjiFs':function(_0x1f45b2,_0x1ae34a){return _0x1f45b2!==_0x1ae34a;},'RQlPO':'ZjqNl','JeOer':_0x18aba5(-_0x2a5885._0x392d4b,-_0x2a5885._0x2aa6ad,-_0x2a5885._0x3cb867,-0x242),'LiCct':'Skill\x20mana'+_0x18aba5(-0x35e,-_0x2a5885._0x1f2007,-_0x2a5885._0x108e0c,-0x241)+_0x18aba5(-0x1a6,-_0x2a5885._0x35af1c,-_0x2a5885._0x2b04d9,-_0x2a5885._0x109497)+_0x2f7473(_0x2a5885._0x58eeb7,0x4a0,0x4d6,_0x2a5885._0x1f4e45)+_0x18aba5(-0xf4,-0x205,-_0x2a5885._0x4c1c06,-0x1d9),'TEwqF':_0x18aba5(-_0x2a5885._0x446d8a,-0x142,-_0x2a5885._0x1d438d,-_0x2a5885._0x4c0001)+'t','dkqrd':_0x2f7473(_0x2a5885._0x176e20,_0x2a5885._0x3356c1,_0x2a5885._0x36c7f3,_0x2a5885._0x4c94ea)+'o\x20associat'+_0x18aba5(-_0x2a5885._0x30943b,-_0x2a5885._0x133f41,-_0x2a5885._0x20af73,-_0x2a5885._0x268ec0)+_0x2f7473(0x4f8,0x4f9,_0x2a5885._0x499994,0x472),'JzBia':function(_0x18ab0f,_0x133f01){return _0x18ab0f(_0x133f01);},'xBYdT':_0x2f7473(_0x2a5885._0x2a6453,_0x2a5885._0x4d050a,_0x2a5885._0x42c2f6,0x59b),'rwNQG':_0x18aba5(-_0x2a5885._0x588434,-0x2c8,-0x36d,-0x320)+_0x2f7473(0x4ae,0x665,_0x2a5885._0x66e9c4,_0x2a5885._0x197f89),'DdHAs':function(_0x115abd,_0x1dfe91,_0x41b887,_0x5a80c5){return _0x115abd(_0x1dfe91,_0x41b887,_0x5a80c5);},'YGOpv':'skills:tas'+_0x2f7473(_0x2a5885._0x3997e4,0x416,_0x2a5885._0x3912c3,_0x2a5885._0x2289c9),'nlFtF':_0x2f7473(_0x2a5885._0x4c4af8,0x493,0x466,_0x2a5885._0x63e9d6)+_0x2f7473(0x524,0x32c,0x416,_0x2a5885._0x3a7ce3)+_0x2f7473(_0x2a5885._0x4df9ca,0x327,_0x2a5885._0xbb3f2,_0x2a5885._0x538d10)+_0x2f7473(0x455,0x4dc,0x440,_0x2a5885._0x393084),'UbDvf':_0x18aba5(-_0x2a5885._0x504847,-_0x2a5885._0x2d868f,-0xa0,-0xed)+'not\x20have\x20p'+_0x18aba5(-0x199,-0x1f0,-_0x2a5885._0x4b8cc8,-0x2f3)+_0x2f7473(0x671,0x584,0x57c,0x64d)+_0x2f7473(0x48d,0x46a,_0x2a5885._0x104407,_0x2a5885._0x116ee4)+_0x18aba5(-_0x2a5885._0x509b3d,-_0x2a5885._0x4ea8a4,-0x279,-_0x2a5885._0x8f6835),'mlhfI':'Environmen'+_0x18aba5(-_0x2a5885._0x2aaba7,-_0x2a5885._0x53b6de,-0x2dd,-_0x2a5885._0x128647)+'d','KSOZU':_0x2f7473(0x4fd,0x53d,_0x2a5885._0x1d4737,_0x2a5885._0x11d762),'opGVA':function(_0x5cab1a){return _0x5cab1a();}},_0xe6dfa5=_0x55270c[_0x18aba5(-0x2de,-_0x2a5885._0x3d3138,-0x1ab,-_0x2a5885._0x5292ac)][_0x2f7473(0x49c,_0x2a5885._0x509478,_0x2a5885._0xa62f40,0x304)];if(!_0xe6dfa5){logger[_0x2f7473(_0x2a5885._0x395dd3,_0x2a5885._0x484b24,0x526,_0x2a5885._0x26132b)](_0x4d35d4[_0x18aba5(0x3c,-_0x2a5885._0x5cfa1a,-0x1b6,-0x1c0)]);const _0x4c2662={};return _0x4c2662[_0x2f7473(0x51e,0x52f,0x595,_0x2a5885._0x373253)]=_0x4d35d4['xvKGz'],_0x4c2662[_0x2f7473(_0x2a5885._0x486d35,0x491,_0x2a5885._0x1f5240,_0x2a5885._0x481ede)]=_0x18aba5(-_0x2a5885._0x23c863,-_0x2a5885._0x1d443d,-_0x2a5885._0x58cf92,-_0x2a5885._0x2d8929)+_0x18aba5(-0x2b2,-0x285,-0x1ef,-0x1a4)+'ader',_0x25bde1[_0x18aba5(-0x105,-_0x2a5885._0x210847,-0x266,-_0x2a5885._0x3c303b)](-0x36c+-0x15c8+0x1ac5)['json'](_0x4c2662);}if(!tasks){logger[_0x18aba5(-0x43,-_0x2a5885._0x3b2ae3,-0x4f,-0x1ba)](_0x4d35d4[_0x2f7473(_0x2a5885._0x2b319f,0x3a1,0x3c9,_0x2a5885._0x4d49db)]);const _0x5e266b={};return _0x5e266b[_0x18aba5(-0xbe,-_0x2a5885._0x4c4c68,0xe,-_0x2a5885._0x1e77b1)]='Internal\x20S'+_0x18aba5(-0x138,-0xb3,-_0x2a5885._0x3161cf,-_0x2a5885._0x187753)+'r',_0x5e266b[_0x18aba5(-_0x2a5885._0x80058c,-0x1f7,-0x152,-0x247)]=_0x18aba5(-_0x2a5885._0xe1bed2,-0x202,-_0x2a5885._0x2e4965,-_0x2a5885._0x3ce33a)+_0x18aba5(-_0x2a5885._0x139f03,-0xf7,-_0x2a5885._0x41f28f,-_0x2a5885._0x1d67dc)+_0x18aba5(-0x33f,-0x22d,-0x10f,-0x337),_0x25bde1[_0x2f7473(0x42f,_0x2a5885._0x542b94,_0x2a5885._0x8c8b86,_0x2a5885._0xe39b29)](-0x82*-0x13+-0x1952+0x11a0)['json'](_0x5e266b);}function _0x18aba5(_0x4cb2b6,_0x2b1d5b,_0x4737b6,_0x54fde7){return _0x3e4cbd(_0x4cb2b6-_0x3487ee._0x2c58f4,_0x54fde7,_0x4737b6-_0x3487ee._0x3768e8,_0x2b1d5b- -0x1bd);}const _0x593723=tasks[_0x18aba5(-_0x2a5885._0xb34c52,-0x233,-0x1dc,-0x322)](_0xe6dfa5);if(!_0x593723){if(_0x4d35d4[_0x18aba5(-0xa1,-_0x2a5885._0x5406e2,-0x1a9,-_0x2a5885._0x5c611e)](_0x4d35d4[_0x18aba5(-0x12a,-0x22b,-_0x2a5885._0x4f1a40,-0x1c0)],_0x4d35d4[_0x2f7473(0x3b0,0x3c6,0x476,_0x2a5885._0x222534)])){const _0x4cd484={};_0x4cd484[_0x18aba5(-_0x2a5885._0x57c867,-0x1fd,-_0x2a5885._0x5c611e,-0x1a0)]=_0xe6dfa5,logger[_0x2f7473(0x536,0x444,_0x2a5885._0x369f83,0x52b)](_0x4d35d4[_0x2f7473(0x5c7,0x5cc,_0x2a5885._0x3c4c70,0x4b8)],_0x4cd484);const _0x59a3e2={};return _0x59a3e2['error']=_0x4d35d4[_0x18aba5(-_0x2a5885._0x5e313c,-0x1de,-_0x2a5885._0x499749,-_0x2a5885._0x40d786)],_0x59a3e2[_0x18aba5(-_0x2a5885._0x4a6c88,-_0x2a5885._0x8b333e,-0x272,-_0x2a5885._0x345972)]=_0x2f7473(_0x2a5885._0x26b16c,0x578,_0x2a5885._0x11a13c,_0x2a5885._0x3173a5)+_0x2f7473(_0x2a5885._0x469fe4,0x57f,0x46f,_0x2a5885._0x87d93f),_0x25bde1[_0x2f7473(0x537,_0x2a5885._0xa6f021,0x46a,_0x2a5885._0x1d3948)](-0x2135+0x2648+0x382*-0x1)[_0x18aba5(-0x22d,-_0x2a5885._0x22cb6c,-0x1b1,-0x319)](_0x59a3e2);}else{_0x2fa13f['error'](_0x4d35d4['cSNcg']);const _0x5b7438={};return _0x5b7438[_0x2f7473(_0x2a5885._0x3bb384,0x569,_0x2a5885._0x3aa75b,_0x2a5885._0x12a8bd)]=_0x4d35d4[_0x18aba5(_0x2a5885._0x2db7e3,-0xc5,0x4b,-_0x2a5885._0x5004aa)],_0x5b7438[_0x2f7473(0x535,0x585,_0x2a5885._0x1f5240,0x47e)]=_0x2f7473(0x535,_0x2a5885._0x5ed013,0x472,_0x2a5885._0x597d49)+_0x18aba5(0x16,-0xf7,-_0x2a5885._0x206494,-_0x2a5885._0x425b02)+_0x18aba5(-_0x2a5885._0xd35267,-0x22d,-_0x2a5885._0x58ef43,-_0x2a5885._0x44d83f),_0x49a28a[_0x2f7473(_0x2a5885._0x18b224,_0x2a5885._0x5cbbb6,_0x2a5885._0x8c8b86,0x48e)](0x21*-0x2+0x1372*0x1+0x2*-0x89e)['json'](_0x5b7438);}}if(!_0x593723[_0x2f7473(0x522,_0x2a5885._0x442ba9,_0x2a5885._0x57563b,0x602)+'t']){const _0x28bf99={};_0x28bf99[_0x18aba5(-0x1be,-_0x2a5885._0x5aacf9,-_0x2a5885._0x2a5a47,-_0x2a5885._0x29a7f1)]=_0xe6dfa5,logger[_0x2f7473(0x531,0x5cb,_0x2a5885._0x369f83,0x513)](_0x18aba5(-_0x2a5885._0x3dcf2e,-0x10b,-_0x2a5885._0x37e5e9,-0x1e3)+'o\x20environm'+_0x2f7473(0x5d8,0x5de,0x4be,0x4d9),_0x28bf99);const _0x35e049={};return _0x35e049[_0x2f7473(_0x2a5885._0x2ff273,0x4c9,_0x2a5885._0x5d5daa,0x4f3)]=_0x4d35d4[_0x2f7473(_0x2a5885._0x395dd3,_0x2a5885._0x3e7b4b,0x42b,_0x2a5885._0x23de20)],_0x35e049[_0x2f7473(0x4c7,0x556,0x47d,_0x2a5885._0x3e9bbf)]=_0x4d35d4[_0x2f7473(_0x2a5885._0x4c540d,0x543,_0x2a5885._0x3063b7,_0x2a5885._0x172bfe)],_0x25bde1[_0x18aba5(-0x23f,-0x20a,-0x15d,-_0x2a5885._0x2726a0)](0xc36+0x212e+-0x2bd4)[_0x2f7473(0x3e9,0x4fd,_0x2a5885._0x52de1c,_0x2a5885._0x22494b)](_0x35e049);}const _0x19f6c2=_0x593723[_0x18aba5(-0x28c,-0x254,-0x265,-0x2fe)]?.['userId'],_0x5980a4=await _0x4d35d4[_0x2f7473(_0x2a5885._0xbb3f2,0x344,_0x2a5885._0x3924d1,_0x2a5885._0x44979c)](findUserById,_0x19f6c2);if(!_0x5980a4){if(_0x4d35d4[_0x2f7473(0x459,0x4e3,_0x2a5885._0x404437,0x3f9)](_0x2f7473(_0x2a5885._0x14e9bb,0x537,_0x2a5885._0x375dc5,_0x2a5885._0x26b16c),_0x4d35d4[_0x2f7473(_0x2a5885._0x4b1942,_0x2a5885._0x53eb96,0x52a,0x5d3)])){const _0xe0cd90={};_0xe0cd90['taskId']=_0xe6dfa5,_0xe0cd90[_0x18aba5(-0x258,-_0x2a5885._0x28653b,-0x39d,-0x313)]=_0x19f6c2,logger[_0x18aba5(-0x1c1,-_0x2a5885._0x1e77b1,-_0x2a5885._0x6466ac,-_0x2a5885._0xf4f775)](_0x4d35d4[_0x2f7473(_0x2a5885._0x748309,_0x2a5885._0x44ea87,_0x2a5885._0x1ddd1b,_0x2a5885._0x4d2e18)],_0xe0cd90);const _0x1eaf41={};return _0x1eaf41[_0x18aba5(-0x18a,-_0x2a5885._0x3b2ae3,-0x7a,-_0x2a5885._0x417855)]=_0x4d35d4[_0x18aba5(-0x24b,-0x1de,-_0x2a5885._0x50c074,-_0x2a5885._0x4af35c)],_0x1eaf41[_0x18aba5(-0x1fb,-0x1f7,-_0x2a5885._0x14b959,-_0x2a5885._0x1ff5c0)]=_0x18aba5(-0x7a,-_0x2a5885._0x3aa7ac,-_0x2a5885._0x16da6b,-0x95)+_0x2f7473(0x66a,_0x2a5885._0x3f8abf,0x5c8,0x4f4),_0x25bde1[_0x18aba5(-0x14e,-0x20a,-_0x2a5885._0x84b1c9,-0x14d)](0x5f*0x47+0x259d+-0x3e65)[_0x18aba5(-_0x2a5885._0x2085fb,-0x208,-0x283,-0xf6)](_0x1eaf41);}else{const _0x3b8f1f=_0x10a4ea[_0x18aba5(-_0x2a5885._0x2b883e,-0x137,-0x11f,-0x1a5)](_0x4ed77f)[_0x2f7473(0x3f1,0x54e,0x49c,_0x2a5885._0x4f5216)](_0x30899c=>_0x17f8ab['isArray'](_0x4c49f7[_0x30899c]));_0x3b8f1f&&_0x2ad9ff[_0x3b8f1f][_0x2f7473(0x670,0x543,0x5cb,_0x2a5885._0x159eee)](_0x38cb3c[_0x2f7473(0x298,0x499,0x39c,0x309)]()[_0x18aba5(-_0x2a5885._0xda1e60,-0x170,-0x27f,-_0x2a5885._0x260914)](0x1d0*-0x9+0xb97+0x4bb)[_0x18aba5(-_0x2a5885._0x335465,-_0x2a5885._0x425101,-_0x2a5885._0x8c8527,-0x2ce)]());}}if(!await _0x4d35d4['DdHAs'](hasPermission,_0x5980a4['id'],_0x4d35d4['YGOpv'],_0x593723[_0x2f7473(_0x2a5885._0x5f5701,_0x2a5885._0x2f5259,0x5ce,0x679)+'t'])){const _0x57afe3={};_0x57afe3[_0x2f7473(_0x2a5885._0x4f71fd,_0x2a5885._0x3bcfa8,0x477,_0x2a5885._0xfa7181)]=_0xe6dfa5,_0x57afe3['userId']=_0x5980a4['id'],_0x57afe3['username']=_0x5980a4[_0x2f7473(0x2f6,_0x2a5885._0x2571b0,0x3f6,0x42c)],logger[_0x2f7473(_0x2a5885._0x3b5714,_0x2a5885._0x11a5fb,_0x2a5885._0x4217e3,0x5c9)](_0x4d35d4[_0x2f7473(_0x2a5885._0x20123d,_0x2a5885._0x2e9ab5,0x571,0x4b2)],_0x57afe3);const _0x2f3b8f={};return _0x2f3b8f[_0x2f7473(_0x2a5885._0x2a8f2f,0x619,_0x2a5885._0x3aa75b,0x574)]=_0x2f7473(_0x2a5885._0x2ca79b,0x5d6,0x509,0x3e9),_0x2f3b8f['message']=_0x4d35d4['UbDvf'],_0x25bde1[_0x2f7473(0x4e2,0x3e7,_0x2a5885._0x48bf77,0x4dc)](-0x7*-0x3fd+0x192b*0x1+0x3383*-0x1)[_0x2f7473(0x4f0,_0x2a5885._0x3f4a4c,0x46c,_0x2a5885._0x1c50a1)](_0x2f3b8f);}_0x55270c['callingTas'+'k']=_0x593723,_0x55270c[_0x2f7473(_0x2a5885._0x4df9ca,_0x2a5885._0x39cb1f,_0x2a5885._0x33f897,0x479)]=_0x5980a4;function _0x2f7473(_0x1fa632,_0x5933a7,_0x4a2bcd,_0x10c4a0){return _0x3e4cbd(_0x1fa632-0x3d,_0x5933a7,_0x4a2bcd-0x59,_0x4a2bcd-0x4b7);}_0x55270c['environmen'+_0x2f7473(0x4eb,0x646,0x5c4,0x4ce)]=_0x593723[_0x2f7473(_0x2a5885._0x1f49ec,0x6a8,_0x2a5885._0x3be292,0x68c)+'t'];const _0x6520f0=coderConfig?.['environmen'+'ts']?.[_0x593723[_0x2f7473(0x554,0x55d,_0x2a5885._0x4b614c,0x686)+'t']];if(!_0x6520f0){const _0x7dfc68={};_0x7dfc68[_0x2f7473(0x4a2,_0x2a5885._0x35b37b,0x477,_0x2a5885._0x305139)]=_0xe6dfa5,_0x7dfc68['environmen'+'t']=_0x593723[_0x2f7473(_0x2a5885._0xbeb104,_0x2a5885._0x37943c,_0x2a5885._0x57563b,0x4db)+'t'],logger[_0x18aba5(-_0x2a5885._0x2e4436,-0x14e,-_0x2a5885._0x544452,-_0x2a5885._0x4687a9)](_0x4d35d4[_0x2f7473(0x4ee,0x603,_0x2a5885._0x1a8a91,0x568)],_0x7dfc68);const _0x5e798b={};return _0x5e798b[_0x2f7473(0x5cf,_0x2a5885._0x11a5fb,0x595,0x60e)]=_0x4d35d4[_0x18aba5(-_0x2a5885._0x16ec8c,-_0x2a5885._0x3c3528,-0x1bb,-_0x2a5885._0x210847)],_0x5e798b[_0x2f7473(0x44b,_0x2a5885._0x209c6c,_0x2a5885._0x1f5240,_0x2a5885._0x5eb878)]=_0x4d35d4[_0x18aba5(-_0x2a5885._0x937b50,-0x100,-_0x2a5885._0x3218f7,-0xc7)],_0x25bde1[_0x18aba5(-_0x2a5885._0x1608a4,-_0x2a5885._0x619837,-0xf5,-0x216)](-0x2*0x585+-0xbb*0x4+0x6*0x297)['json'](_0x5e798b);}_0x55270c[_0x2f7473(0x556,0x637,_0x2a5885._0x3be292,_0x2a5885._0x1b9a1d)+_0x18aba5(-_0x2a5885._0x5e7a8f,-0x270,-0x295,-0x38c)]=_0x6520f0,_0x55270c[_0x18aba5(-0xf2,-_0x2a5885._0x4d679c,-_0x2a5885._0x2848b5,-_0x2a5885._0x43b85d)+_0x2f7473(0x5cb,0x5cf,0x5bc,0x61c)]=_0x6520f0['skills']||[],_0x4d35d4[_0x18aba5(-_0x2a5885._0x27672a,-0x299,-0x260,-0x30d)](_0x58b6db);}async function validateSkillAccess(_0x566407,_0x9cef14,_0x1e1bb7){const _0x399f0b={_0x5a8df7:0x1d6,_0x19de6b:0x2ca,_0x2e842e:0x1f7,_0x54d9b3:0x226,_0x451338:0x15f,_0x1894f3:0x300,_0x7ae9b4:0x2a3,_0x1d2d1c:0x27e,_0x5df7c6:0x1a3,_0x285b6c:0x18e,_0x3865cb:0x64,_0x3466c3:0x162,_0x5e8a10:0x190,_0x360537:0x111,_0x2803e3:0x203,_0x5ebdd0:0x1ae,_0xe968da:0x155,_0x2b9171:0xf4,_0x334209:0x88,_0x3deb70:0x319,_0x13b818:0x2c5,_0x3126fd:0x101,_0x51f607:0x13,_0x2f4385:0xf2,_0x2ebfe8:0x1f2,_0x228486:0x57,_0x58decf:0x7,_0x2c4d38:0xc4,_0xa2e2b5:0x12b,_0x44a482:0x64,_0x2f3fbd:0x43,_0x2f9702:0x1c5,_0x1b343e:0x127,_0x3d8c34:0x1e,_0x2daa33:0x16d,_0x58929b:0xed,_0x116c4e:0x60,_0x419432:0x6,_0x2bf5c9:0x1a4,_0x4409cf:0x240,_0xabe44c:0x31,_0x3094ba:0x17f,_0x3e2d7a:0x22f,_0x188f1a:0xb9,_0x48f522:0x10e,_0x46aca3:0x1b7,_0x53ecd7:0x1e8,_0x2f1527:0x79,_0x24a442:0xd7,_0x3ff68a:0x96,_0xb8b6fa:0x3a,_0xe8dc9e:0x12e,_0x3e84e3:0x41,_0x535d18:0x8e,_0x291cfc:0x145,_0x196f8b:0x124,_0x20249c:0x199,_0x36c91d:0x98,_0x57c86d:0x21,_0x5b3ab2:0x8a,_0x2496d9:0x121,_0x45ea64:0x11c,_0x3c5060:0x1c8,_0x4edb80:0x221,_0x17e7c2:0x86,_0x32e551:0x107,_0x5b5eaa:0xc2,_0x1462ce:0x239,_0x4d4399:0x23,_0x591187:0x150,_0x59d8a7:0xa2,_0x2b61d5:0x34,_0x5b3ae0:0xaf,_0xcecf1:0x8d,_0x11ef01:0x5d,_0x908a9:0xec,_0x441a1a:0x1c,_0x1f5b18:0x5e,_0x12bc3a:0x86,_0xe167e:0x58,_0x1cbdb0:0xd9,_0x5164aa:0x1c2,_0x40387c:0xf5,_0x446adf:0x200,_0x2a4bda:0x1a5,_0x903353:0x355,_0xcac24c:0x1c4,_0x5e7661:0x17d,_0x2935cc:0x10e,_0x13ab2b:0x16c,_0x5d42e1:0x61,_0x287a64:0xb5,_0x310090:0x21b,_0x1abd0c:0x33a,_0x34d98e:0x119,_0x1090c0:0xdb,_0xe04e15:0x46,_0x2d8244:0x49,_0x2cabc8:0x54,_0x31e74c:0xdb,_0x5d21fe:0x136,_0xf2c0c5:0x4e,_0x14f326:0x157,_0x2c056e:0x106,_0x390fe2:0x266},_0x581b4d={_0x5f117f:0x196,_0xdd15a1:0x15b},_0x1bc778={_0x2dcf5c:0xd8},_0x48f0bf={'kqoXe':_0x189afc(_0x399f0b._0x5a8df7,0x229,0x1fd,_0x399f0b._0x19de6b)+'t','nhPwi':_0x189afc(_0x399f0b._0x2e842e,_0x399f0b._0x54d9b3,0x30d,_0x399f0b._0x451338)+_0x189afc(0x214,0x31c,_0x399f0b._0x1894f3,_0x399f0b._0x7ae9b4),'MsUiI':_0x189afc(0x233,_0x399f0b._0x1d2d1c,_0x399f0b._0x5df7c6,_0x399f0b._0x285b6c)+_0x4021d3(-0xb0,_0x399f0b._0x3865cb,0x46,-0xa1)+'o\x20environm'+_0x189afc(_0x399f0b._0x3466c3,0x62,0xa6,_0x399f0b._0x5e8a10),'rXsnV':'Forbidden','NQuIz':_0x189afc(_0x399f0b._0x360537,_0x399f0b._0x2803e3,_0x399f0b._0x5ebdd0,0x17e)+_0x4021d3(0x10d,_0x399f0b._0xe968da,0x36,_0x399f0b._0x2b9171)+_0x189afc(0x4e,-0x86,-_0x399f0b._0x334209,0x10e)+_0x189afc(0x272,_0x399f0b._0x3deb70,0x178,_0x399f0b._0x13b818)+'t','AUVpY':function(_0x33de56,_0x45c299){return _0x33de56(_0x45c299);},'vaxqY':_0x4021d3(_0x399f0b._0x3126fd,_0x399f0b._0x51f607,0x43,0x4b)+_0x4021d3(_0x399f0b._0x2f4385,0x3d,_0x399f0b._0x2ebfe8,_0x399f0b._0x228486)+_0x4021d3(-_0x399f0b._0x58decf,_0x399f0b._0x2c4d38,-0xdc,0x54)+'\x20from\x20task','TRhIs':_0x189afc(_0x399f0b._0xa2e2b5,_0x399f0b._0x44a482,_0x399f0b._0x2f3fbd,0xc3)+'\x20is\x20read-o'+_0x189afc(0x1b7,0xae,_0x399f0b._0x2f9702,0x1bb)+_0x189afc(_0x399f0b._0x1b343e,_0x399f0b._0x3d8c34,0x239,_0x399f0b._0x2daa33)+_0x189afc(_0x399f0b._0x2f3fbd,0xeb,0x4e,_0x399f0b._0x58929b),'YPyZg':function(_0x3029b9){return _0x3029b9();}},{skillId:_0x7ebaec}=_0x566407['params'],{callingTask:_0x3f3241,assignedSkills:_0x514d37}=_0x566407;if(_0x7ebaec[_0x4021d3(_0x399f0b._0x116c4e,_0x399f0b._0x419432,-0x66,0xa1)]('/')||_0x7ebaec[_0x189afc(_0x399f0b._0x2bf5c9,0x1be,0x142,_0x399f0b._0x4409cf)]('\x5c')||_0x7ebaec['includes']('..')){const _0x1dbbb4={};return _0x1dbbb4['error']=_0x48f0bf[_0x4021d3(-0x40,0x8c,_0x399f0b._0xabe44c,0xc7)],_0x1dbbb4[_0x189afc(0x121,0x1fb,_0x399f0b._0x3094ba,0x1e5)]=_0x48f0bf[_0x189afc(0x182,0xfa,_0x399f0b._0x3e2d7a,_0x399f0b._0x188f1a)],_0x9cef14[_0x189afc(_0x399f0b._0x48f522,_0x399f0b._0x46aca3,_0x399f0b._0x53ecd7,_0x399f0b._0x2f1527)](0xa53*0x3+-0xa*0x43+-0x1*0x1acb)[_0x4021d3(-0x34,0x7,-0x13b,0x62)](_0x1dbbb4);}if(!_0x514d37['includes'](_0x7ebaec)){const _0xd5db85={};_0xd5db85['taskId']=_0x3f3241['taskId'],_0xd5db85[_0x4021d3(_0x399f0b._0x24a442,0xfa,_0x399f0b._0x3ff68a,-_0x399f0b._0xb8b6fa)]=_0x7ebaec,_0xd5db85[_0x4021d3(_0x399f0b._0xe8dc9e,0x7f,_0x399f0b._0x3e84e3,_0x399f0b._0x535d18)+'t']=_0x566407[_0x4021d3(_0x399f0b._0xe8dc9e,_0x399f0b._0x291cfc,0x4b,0x212)+_0x4021d3(_0x399f0b._0x196f8b,_0x399f0b._0x20249c,_0x399f0b._0x36c91d,0x1fd)],_0xd5db85[_0x4021d3(-_0x399f0b._0x57c86d,-_0x399f0b._0x5b3ab2,0x62,-_0x399f0b._0x2496d9)+_0x4021d3(_0x399f0b._0x45ea64,_0x399f0b._0x3c5060,0x15d,_0x399f0b._0x4edb80)]=_0x514d37,logger[_0x4021d3(_0x399f0b._0x17e7c2,-0x2,_0x399f0b._0x32e551,-0x2)](_0x48f0bf[_0x4021d3(0x2b,0xd4,_0x399f0b._0x5b5eaa,-0xda)],_0xd5db85);const _0x1cd6a1={};return _0x1cd6a1[_0x189afc(_0x399f0b._0x1462ce,0x1eb,0x2ee,0x250)]=_0x48f0bf['rXsnV'],_0x1cd6a1[_0x4021d3(-_0x399f0b._0x4d4399,-0x4,-0x3,0xa)]=_0x48f0bf['NQuIz'],_0x9cef14[_0x189afc(0x10e,_0x399f0b._0x591187,_0x399f0b._0x59d8a7,0x1f)](-0x2038+-0x47*0x21+0x2af2)[_0x4021d3(-_0x399f0b._0x2b61d5,0xb5,0x52,-0xe7)](_0x1cd6a1);}if(await _0x48f0bf[_0x4021d3(_0x399f0b._0x5b3ae0,_0x399f0b._0x419432,_0x399f0b._0xcecf1,-_0x399f0b._0x11ef01)](isSkillReadonly,_0x7ebaec)){const _0x379381={};_0x379381[_0x189afc(0x11b,0x9,_0x399f0b._0x908a9,_0x399f0b._0x441a1a)]=_0x3f3241[_0x4021d3(-0x29,-_0x399f0b._0x1f5b18,-0x99,0x2d)],_0x379381['skillId']=_0x7ebaec,logger[_0x4021d3(_0x399f0b._0x12bc3a,-0x60,_0x399f0b._0x5df7c6,_0x399f0b._0xe167e)](_0x48f0bf[_0x189afc(0xf3,_0x399f0b._0x1cbdb0,_0x399f0b._0x5164aa,0x12f)],_0x379381);const _0x18f10f={};return _0x18f10f[_0x4021d3(_0x399f0b._0x40387c,0x24,0x1f5,0x19d)]=_0x48f0bf['rXsnV'],_0x18f10f[_0x189afc(_0x399f0b._0x2496d9,_0x399f0b._0x446adf,0x1e1,_0x399f0b._0x2a4bda)]=_0x48f0bf[_0x189afc(0x243,_0x399f0b._0x903353,_0x399f0b._0xcac24c,_0x399f0b._0x5e7661)],_0x9cef14[_0x189afc(_0x399f0b._0x2935cc,0x40,_0x399f0b._0x13ab2b,_0x399f0b._0x5d42e1)](-0x206+0x2*-0xa7f+0x1897)[_0x4021d3(-_0x399f0b._0x2b61d5,-0x13b,-0x10,-_0x399f0b._0x287a64)](_0x18f10f);}_0x566407[_0x189afc(_0x399f0b._0x310090,_0x399f0b._0x1abd0c,0x2d9,0x1f2)]=_0x7ebaec,_0x566407[_0x4021d3(0x1,0xb1,_0x399f0b._0x34d98e,_0x399f0b._0x1090c0)]=_0x562125[_0x4021d3(0x76,-_0x399f0b._0xe04e15,0x6e,-_0x399f0b._0x2d8244)](setupPath,'skills');function _0x4021d3(_0x36c4c3,_0x1ec11c,_0x460ed2,_0x4ac851){return _0x3e4cbd(_0x36c4c3-_0x1bc778._0x2dcf5c,_0x4ac851,_0x460ed2-0x192,_0x36c4c3-0x17);}function _0x189afc(_0xd99956,_0x1223a8,_0x2fcd7d,_0x53a9e9){return _0x3e4cbd(_0xd99956-_0x581b4d._0x5f117f,_0x53a9e9,_0x2fcd7d-0x3d,_0xd99956-_0x581b4d._0xdd15a1);}_0x566407[_0x4021d3(_0x399f0b._0x2cabc8,_0x399f0b._0x31e74c,_0x399f0b._0x5d21fe,-_0x399f0b._0xf2c0c5)]=_0x562125['join'](setupPath,'skills',_0x7ebaec),_0x48f0bf[_0x189afc(_0x399f0b._0x14f326,_0x399f0b._0x2c056e,_0x399f0b._0x390fe2,0x266)](_0x1e1bb7);}router[_0x3e4cbd(-0x47,-0xd,0x6f,-0x76)](_0x2dae0c(-0x2b,-0x96,-0xd3,-0x112),requireTaskAuth,async(_0x3c9dc8,_0x58fb22)=>{const _0x3479b0={_0x4d71ee:0x99,_0x2976ff:0x24,_0x2132bd:0x23a,_0x39ff31:0x1d7,_0x3189f1:0x168,_0x3b0f4b:0x47a,_0x126310:0x452,_0x124933:0x51f,_0x40e62f:0x415,_0x9231ef:0x3be,_0x41a7c0:0x3f7,_0x2d97e9:0xe,_0x4c6fdf:0x14d,_0xd22ec8:0xc5,_0x49f149:0x378,_0x1379bc:0x79,_0x5a6f7c:0x9a,_0xa42b6c:0x117,_0x432fe5:0x49,_0x1bb6d9:0x196,_0x33f7bc:0xed,_0x171fac:0x18a,_0xb60d74:0x20e,_0x8ad201:0x310,_0x2e65e6:0x3cd,_0x1b432d:0x13,_0x2b1d06:0x91,_0x51d702:0xaa,_0xba0ba3:0x373,_0x463a6d:0x44f,_0x3008c4:0x6,_0x1d29c2:0x12,_0x89794a:0x22,_0x32f22a:0x45,_0x2014f9:0x41,_0x502111:0xe6,_0x5710f0:0x29d,_0x7b938c:0x35a,_0x11b450:0x3ab,_0x5bcdb0:0x24e,_0x40ab26:0x5e,_0x4785bb:0x13f,_0x15b007:0x9c,_0x261166:0x26,_0x2eb3bb:0x407,_0x23ee56:0x521,_0x5c0524:0x57,_0x558f05:0x48,_0x5d4d29:0xe,_0x3f17ae:0x1,_0x4fdf57:0x15e,_0x2fa925:0x2e2,_0x17fe69:0x2ed,_0x514f11:0x24d,_0x46bc17:0x163,_0x5a9094:0x133,_0x3f3b15:0x9a,_0x11ff57:0x497,_0x22b913:0x42a,_0x722de8:0x3af,_0x4d8a9a:0x61,_0xb17dee:0x39,_0x45f9ce:0x342,_0x3fdfbe:0x31a,_0x1c1284:0xc4,_0x4b9528:0x3c3,_0x3e88c7:0x2aa,_0x452f4a:0x2c6},_0x43a719={_0x14b63f:0x405,_0x1595e8:0x92},_0x55a1d2={_0x2a7723:0x1ae};function _0x4e5a75(_0x218fa4,_0x47e74e,_0x4f1e37,_0x5d4dd4){return _0x2dae0c(_0x5d4dd4,_0x4f1e37-0x12c,_0x4f1e37-0x18b,_0x5d4dd4-_0x55a1d2._0x2a7723);}const _0x4457ad={'tWiKs':_0x4e5a75(-_0x3479b0._0x4d71ee,-0xb8,_0x3479b0._0x2976ff,-0x3b)+_0x1fe05c(0x19d,_0x3479b0._0x2132bd,_0x3479b0._0x39ff31,_0x3479b0._0x3189f1)+_0x1fe05c(_0x3479b0._0x3b0f4b,_0x3479b0._0x126310,0x3f3,_0x3479b0._0x124933),'ucQMU':_0x1fe05c(0x3f3,_0x3479b0._0x40e62f,_0x3479b0._0x9231ef,_0x3479b0._0x41a7c0),'KwRHA':'cGOSH','CWNWT':_0x4e5a75(-_0x3479b0._0x2d97e9,_0x3479b0._0x4c6fdf,0x4b,_0x3479b0._0xd22ec8),'ecffC':_0x1fe05c(0x278,_0x3479b0._0x49f149,0x277,0x397),'JnXEl':function(_0x462884,_0x3cf287){return _0x462884(_0x3cf287);},'dLGOl':function(_0x549684,_0x1439e4){return _0x549684!==_0x1439e4;},'nSxEg':_0x4e5a75(0x184,0x49,_0x3479b0._0x1379bc,_0x3479b0._0x5a6f7c),'IvBLt':_0x4e5a75(-_0x3479b0._0xa42b6c,-0xf9,-_0x3479b0._0x432fe5,0xa7)+'read\x20skill'},{callingTask:_0x36506f,environmentName:_0x351aa6,assignedSkills:_0x3ca5df}=_0x3c9dc8,_0x368be5={};_0x368be5['taskId']=_0x36506f[_0x1fe05c(0x24d,0x30c,0x257,0x422)],_0x368be5[_0x4e5a75(_0x3479b0._0x1bb6d9,_0x3479b0._0x33f7bc,_0x3479b0._0x171fac,_0x3479b0._0xb60d74)+'t']=_0x351aa6,logger[_0x1fe05c(_0x3479b0._0x8ad201,_0x3479b0._0x2e65e6,0x495,0x453)](_0x4457ad[_0x4e5a75(0x119,_0x3479b0._0x1b432d,_0x3479b0._0x2b1d06,_0x3479b0._0x51d702)],_0x368be5);const _0x25c178=_0x562125[_0x1fe05c(_0x3479b0._0xba0ba3,0x3ab,_0x3479b0._0x463a6d,0x4b4)](setupPath,_0x4457ad[_0x4e5a75(-0xf7,_0x3479b0._0x3008c4,-_0x3479b0._0x1d29c2,_0x3479b0._0x89794a)]),_0x5e205f=[];function _0x1fe05c(_0x45a1ef,_0x966e78,_0xcb102f,_0x471c4b){return _0x2dae0c(_0x45a1ef,_0x966e78-_0x43a719._0x14b63f,_0xcb102f-0x103,_0x471c4b-_0x43a719._0x1595e8);}for(const _0x506028 of _0x3ca5df){const _0x4d2269=_0x562125['join'](_0x25c178,_0x506028,_0x1fe05c(0x430,0x3ec,0x401,0x2e0));try{if(_0x4457ad[_0x4e5a75(-0x39,_0x3479b0._0x32f22a,_0x3479b0._0x2014f9,_0x3479b0._0x502111)]!==_0x4457ad[_0x1fe05c(0x28b,0x273,0x201,_0x3479b0._0x5710f0)]){const _0xec9ce2=await _0x1195dc[_0x1fe05c(0x21e,0x281,_0x3479b0._0x7b938c,0x35a)](_0x4d2269,_0x4457ad[_0x1fe05c(0x265,0x329,_0x3479b0._0x11b450,_0x3479b0._0x5bcdb0)]),{frontmatter:_0x2aeb45}=_0x4457ad[_0x4e5a75(-0xbc,0x86,-0x26,-_0x3479b0._0x40ab26)](parseSkillMd,_0xec9ce2),_0x468450=await _0x4457ad[_0x4e5a75(-_0x3479b0._0x4785bb,_0x3479b0._0x15b007,-_0x3479b0._0x261166,-0x62)](isSkillReadonly,_0x506028),_0x352bd2={};_0x352bd2['id']=_0x506028,_0x352bd2[_0x1fe05c(0x411,_0x3479b0._0x2eb3bb,_0x3479b0._0x23ee56,0x464)]=_0x2aeb45[_0x1fe05c(0x374,0x407,0x3ad,0x4a3)]||_0x506028,_0x352bd2[_0x4e5a75(0x90,0x70,-_0x3479b0._0x5c0524,-_0x3479b0._0x558f05)+'n']=_0x2aeb45[_0x4e5a75(_0x3479b0._0x5d4d29,_0x3479b0._0x3f17ae,-0x57,-_0x3479b0._0x4fdf57)+'n']||'',_0x352bd2[_0x1fe05c(_0x3479b0._0x2fa925,_0x3479b0._0x17fe69,0x3e7,_0x3479b0._0x514f11)]=!_0x468450,_0x5e205f[_0x4e5a75(_0x3479b0._0x46bc17,0xa8,0x187,0x1ec)](_0x352bd2);}else _0xc99fcc['environmen'+'ts'][_0x194e8][_0x1fe05c(0x3de,0x415,0x372,0x448)]=[];}catch(_0x4c20b8){if(_0x4457ad[_0x1fe05c(0x3ed,0x3a2,_0x3479b0._0x9231ef,0x466)](_0x4c20b8['code'],_0x4457ad['nSxEg'])){const _0x246c49={};_0x246c49[_0x4e5a75(_0x3479b0._0x2014f9,0x1e3,_0x3479b0._0x5a9094,_0x3479b0._0x3f3b15)]=_0x506028,_0x246c49[_0x1fe05c(_0x3479b0._0x11ff57,_0x3479b0._0x22b913,0x46e,_0x3479b0._0x722de8)]=_0x4c20b8[_0x4e5a75(-_0x3479b0._0x4d8a9a,0x28,_0x3479b0._0xb17dee,-0xd0)],logger[_0x1fe05c(_0x3479b0._0x45f9ce,0x3bb,_0x3479b0._0x3fdfbe,0x3c9)](_0x4457ad[_0x4e5a75(0x52,-0x9d,-0xaa,-_0x3479b0._0x1c1284)],_0x246c49);}}}const _0x122edb={};_0x122edb[_0x1fe05c(0x483,0x415,0x46c,_0x3479b0._0x4b9528)]=_0x5e205f,_0x122edb[_0x4e5a75(0x297,0x276,0x18a,0x19f)+'t']=_0x351aa6,_0x58fb22[_0x1fe05c(_0x3479b0._0x3e88c7,0x301,_0x3479b0._0x452f4a,0x323)](_0x122edb);}),router[_0x2dae0c(-0x1c7,-0xb0,-0x18c,-0x1a4)](_0x3e4cbd(-0xa2,-0x31,0x36,0x23),requireTaskAuth,async(_0x36c49b,_0xa68373)=>{const _0x2498d9={_0x356a67:0x93,_0x1b53c9:0x5e8,_0x5abb70:0x128,_0x10acf3:0x18e,_0x3d38d5:0xa5,_0x34e313:0x1a4,_0x4d3a8d:0x514,_0x1787fb:0x4a7,_0x2a8083:0x4a3,_0x557aab:0xfa,_0x24f16d:0x163,_0x3fa336:0x206,_0x311542:0x626,_0x209d04:0x6b0,_0x391907:0x4d5,_0x1ca711:0x349,_0x4cb18d:0x158,_0x1c50bb:0x5c,_0x5ba2b5:0x123,_0x466851:0x107,_0x342b49:0x7,_0x52865d:0x3d,_0x313454:0x29d,_0x1475a6:0x503,_0x3eb1a7:0x4b4,_0x47da88:0x4e0,_0xec2ac0:0x40a,_0x47ca64:0x50d,_0x3e1819:0x518,_0x37b961:0xd9,_0x331879:0x63e,_0x48e968:0x4ab,_0x136bb8:0x5af,_0x3245be:0x4df,_0x471a66:0x5d4,_0x2b7b6f:0x54e,_0x5b876b:0x4b9,_0x580a16:0x135,_0x18b5ae:0x2c8,_0x41c6cd:0x1b9,_0x2d76df:0x458,_0xd638c5:0x3f2,_0x2e4e58:0x159,_0xede5d6:0x286,_0xa4d502:0x1ab,_0xe684d0:0x25a,_0x241d7c:0x179,_0x5f597a:0xf9,_0x1b4c2c:0x19f,_0x1cd7b7:0x149,_0x38bf99:0x53e,_0x3cc759:0x5ed,_0x420179:0x1ab,_0x19bce2:0x150,_0x2f5661:0x300,_0x49ca8b:0x225,_0x1e0e59:0x16e,_0xafd750:0x23c,_0x3b6ec7:0x218,_0x2afbfa:0x532,_0x3b45c0:0x5bd,_0x50143a:0x617,_0x7282b:0x29f,_0xc85fe2:0x44c,_0x30d932:0xb6,_0x354cda:0x4c,_0x26c202:0x55,_0x35a7b0:0x537,_0x62dd07:0x5f5,_0x5c77bc:0x68,_0xe2a50a:0x17,_0x504863:0x4b8,_0x21af2d:0x4e6,_0x58f182:0x1ed,_0x35c8c9:0x229,_0x204834:0x1f6,_0x5dda51:0x542,_0x2cb004:0x4ee,_0x26d1d7:0x470,_0xabd675:0x5ff,_0x1b8af7:0x4ed,_0x2c5410:0x204,_0x3b4346:0x126,_0x4b85c0:0x1d2,_0x17a334:0xf5,_0x476c06:0x45e,_0x1d0b78:0x5c0,_0x56cda1:0x53a,_0x88bceb:0x5f9,_0x15d8ce:0x5ae,_0x29735f:0x22c,_0x5a162e:0x110,_0x4b7e49:0x48a,_0x3c2243:0x492,_0x64137d:0x205,_0x3df50a:0x557,_0xf1c5fd:0x519,_0x359ac4:0x552,_0x1a6a97:0x621,_0xdcf7df:0x61d,_0x3455ab:0x510,_0x200caf:0x3d9,_0x4bde68:0x3ff,_0xff34c5:0x4a8,_0x59fa6d:0x423,_0x3a3448:0x4eb,_0x7b00f4:0x4d2,_0x3c5fb8:0x54d,_0x3f636b:0x433,_0x32ec19:0x43c,_0x2ab5a7:0xbf,_0x496bb2:0xb4,_0x117fa5:0xcf,_0x4e4fac:0x3aa,_0x232d2d:0x440,_0x327cdf:0x595,_0x24a695:0x4a5,_0x2d5390:0x70,_0x505474:0x5,_0x58994f:0x4e4,_0x195b60:0x3a5,_0x42026d:0x476,_0x2367ba:0x4dc,_0x2a069b:0x180,_0x5ea49b:0x8c,_0xe106e0:0x248,_0x144ae9:0x233,_0x823606:0x13f,_0xfac1c5:0x626,_0x3fb604:0x583,_0x583ef7:0x3b5,_0x3f6ac9:0x75,_0x2ce524:0x188,_0x218e59:0x66,_0xc21d8f:0x3f,_0x421fc5:0x533,_0x1fb036:0x4e9,_0xc191fe:0xc4,_0x10139b:0x40f,_0x11e52b:0x4bf,_0x5db48b:0x1ef,_0x4aca5f:0x121,_0x25a6b1:0x62,_0x30b66b:0x30,_0x24cbf4:0x43f,_0x4f6394:0x29,_0x57164d:0xf7,_0x2df4b4:0x148,_0x145e04:0x46e,_0x5e6a9e:0x24a,_0x5f3aac:0x53f,_0x965c57:0x506,_0x1011ed:0x42b,_0x2dbb39:0xe5,_0x49bd32:0x5e4,_0x304776:0x3da,_0x1e0b5c:0x3f8,_0x553a31:0x58,_0x438709:0x115,_0x187a9e:0x78,_0x1129b4:0x3ef,_0x4b65a9:0x71d,_0x54d193:0x64a,_0x19ec3b:0x605,_0xf8db18:0x562,_0xf49e81:0x591,_0x515dd9:0x68a,_0x418d6c:0x5aa,_0x36ce29:0x40,_0x1b39aa:0x70,_0x44b13a:0xd1,_0x318b51:0x590,_0x4117ad:0x6d0,_0x18bd58:0x3be,_0x4d27b0:0x11a,_0x3cbce6:0x1d8,_0x180d7b:0x4d,_0x15ff8d:0x16d,_0x1f7bdd:0x148,_0x20a653:0x476,_0x1873d2:0x52f,_0xa6cfd0:0x315,_0x172634:0x3f0,_0x100d22:0x4fa,_0xad279f:0x489,_0x32bef3:0x61,_0x424fee:0x1fe,_0x2b7a39:0x101,_0x1baef0:0x1be,_0x2d61b9:0x14c,_0x527543:0x44b,_0xccea91:0x4bd,_0x18d8f4:0x4ce,_0xf6f19e:0x4fb,_0x2fa9fb:0x4bf,_0x1dc90c:0x496,_0x10747b:0x5ca,_0x543dac:0x69b,_0x2fd538:0x4e,_0x5d00ce:0x9,_0x6d98eb:0x2b,_0x5413cf:0x30,_0x12d76b:0x64,_0x52ecb2:0x173,_0x750cd9:0x3ac,_0x2d5490:0x44e,_0xfd18c0:0x3bd,_0x455495:0x597,_0x44b7b7:0x41d,_0x404568:0x4f3,_0x1ad011:0x238,_0xd6990e:0x1c2,_0x248fde:0x171,_0x5110e2:0x93,_0x3c98a8:0x194,_0x16ffba:0xad,_0x1ae7c5:0xf3,_0x46d81b:0x1c5,_0x1a94e8:0xff,_0x23a060:0x38e,_0x10a583:0x42a,_0x23cbff:0x4aa,_0x1566bd:0x5ae,_0x2832b9:0x5f0,_0x53eb9b:0x5d1,_0x33ea05:0x62c,_0x32f9b1:0x18a,_0x4deba8:0xc,_0x37b3c3:0x87,_0x164712:0x95,_0x843966:0x4e,_0x4200a2:0x1b3,_0x3031b4:0xc5,_0x49e3c5:0x64c,_0x159eeb:0x517,_0x33ad7e:0x553,_0x2217f4:0x643,_0x58c2ee:0x4f6,_0x42d710:0x598,_0x5a4226:0x4d0,_0xa179bc:0x51d,_0x582bc0:0xfe,_0x5c5f90:0x72,_0x6d5664:0x4aa,_0x27ca34:0x52d,_0x5f52c0:0x4bf,_0xa182d5:0x545,_0x5498a3:0x466,_0x37ebdd:0x63d,_0x16a0fc:0x30,_0x2da2ac:0x41,_0x21fd84:0xd8,_0x17a754:0xaf,_0x56fdff:0x6df,_0x255b39:0x671,_0x84490b:0x656,_0x3b354b:0x14e,_0x5acc52:0x7d,_0x41e455:0x8b,_0x2e861f:0xca,_0x673f3:0x41a,_0x54af31:0x61d,_0x3532bd:0x4b7,_0xd4aa72:0x71,_0x502d9a:0x89,_0x4a9615:0x30,_0x4b8da9:0x497,_0x1ebbde:0x550,_0x540b5b:0x6cf,_0x3a3096:0x1c3,_0x22fee3:0x4f0,_0x1afe0f:0x59f,_0x54b302:0x2c5,_0x5c5d95:0x120,_0x1b7556:0x2e3,_0x2b1219:0x460,_0x328e4c:0x442,_0x57769e:0x45b,_0xabd111:0x5e0,_0x387cda:0x5ac,_0x591a8c:0x67e,_0x2f2519:0x237,_0x2cd3cb:0x217,_0x401c33:0x27f,_0x1abb33:0x198,_0x5c95cc:0x1b8,_0x58bdd6:0x68,_0x5c04df:0x23,_0x4fe69f:0xc1,_0x4e4f87:0x5e,_0x493237:0x500,_0x4f49c3:0x490,_0x192a3b:0x621,_0x181eef:0x4fd,_0x5f3e62:0x588,_0x21649f:0x475,_0x56ca7d:0x537,_0x32d1b3:0x61c,_0x2010f2:0x5c5,_0x1ec5d4:0x4d7,_0x44e4c7:0x13a,_0x471a42:0x1a2,_0x1177c7:0x12d,_0x9fb586:0x1f5,_0x3a9fb2:0x4f,_0x3a14e5:0xd4,_0x1953da:0x1b1,_0x50ff38:0xf6,_0x3b26e6:0x623,_0x344790:0x5f1,_0x119eef:0x67b,_0x46a320:0x680,_0x2a42fc:0x56c,_0x3b082d:0x692,_0x49c91a:0x5ce,_0x4ffa35:0x579,_0x39776b:0x106,_0x41ba62:0x30,_0x366c97:0x1c0,_0x484d2d:0x1d4,_0x5bf8a7:0x615,_0x169c5b:0x491,_0x146a4b:0x4bd,_0x5986a4:0x4c7,_0x20f661:0x137,_0x18f566:0x54,_0x25dbb8:0xce,_0x2a43b5:0x4e5,_0x26d794:0x54a,_0x1170ff:0x485,_0x34046c:0x52e,_0x45a5ee:0x4e4,_0x57733d:0x582,_0x38bf36:0x44c,_0x7de0b0:0x178,_0x4be25f:0x42,_0x17e07a:0x75,_0x5a2d9b:0x5fe,_0x7993b1:0x624,_0xfc0ed2:0x6a9,_0x5090b3:0x9,_0xd7207f:0x465,_0x34d70f:0x3dc,_0x15b73e:0x9f,_0x2c60a2:0x45,_0x2b4757:0x5b9,_0x35ba02:0x151,_0x3f41a7:0x39,_0x333b23:0x95,_0x269a5f:0x167,_0x5550b4:0x14b,_0xba3756:0x37,_0x151bf2:0x5b,_0x33b9ed:0x589,_0x55d44a:0x55a,_0x14abf7:0x4d2,_0x10a0bf:0x44c,_0x2ac765:0x361,_0x2c89e3:0x4ea,_0xec3113:0x430,_0x42a4fc:0x3b0,_0x114818:0x27,_0x4f190c:0x1b0,_0x21a4b4:0x5cd,_0x368675:0x6cd,_0x50a1cf:0x61e,_0xe0bf37:0x60d,_0x23e9b0:0x532,_0x3d31c1:0x47f,_0xacae59:0x57d,_0x1690f5:0x3a,_0x21f5e2:0x8a,_0x28faff:0x59a,_0x1ca0e2:0x569,_0x43dcb3:0x2a8,_0x7d1eca:0x20e,_0x417fb7:0x416,_0x1de627:0x4b8,_0x1515ea:0x116,_0x3ba6ee:0x45,_0x51c49a:0xed,_0x5e45e2:0x50f,_0x340241:0x351,_0x24d10b:0x3f3,_0x5917f6:0x4cc,_0x2d66d7:0x6e7,_0x1d3509:0x4e3,_0x4aecdc:0x5b3,_0x553fdf:0x655,_0x359612:0x5e8,_0x411959:0x52a,_0x2ff100:0x431,_0xbd43ff:0x54b,_0x4da9be:0x15b,_0x2feafc:0x135,_0x312529:0x4b6,_0xe6877d:0x612,_0x511092:0x438,_0x4da62d:0x8d,_0x1a8de7:0x426,_0x4ff925:0x5b7,_0x2b5f71:0x632,_0x906968:0x8,_0x3442bb:0x564,_0x1a9437:0x5da,_0x5d599f:0x6d5,_0xb3a29f:0x149,_0x301bf8:0x1ff,_0x2e7b8b:0x1f9,_0x60166e:0x621,_0x3edd3a:0x467,_0x5ab63d:0x25,_0xd2f7d0:0x3fe,_0x49618b:0x23f,_0x285789:0x61b,_0x4ef341:0x621,_0x114c43:0x70a,_0x160442:0x4f1,_0xee0131:0x401,_0x3077a3:0x3f7,_0x2fda1a:0x73,_0x16d890:0x559,_0x42a30b:0x5ef,_0x5d030b:0x528,_0x3ee5a4:0x9f,_0x1143e8:0x1b0,_0x1d3561:0x156,_0x576467:0xeb,_0x92340f:0x1da,_0xf6eb51:0x565,_0x13a043:0x621,_0x550070:0x680,_0x40c79f:0x163,_0x15f62e:0x134,_0x258c70:0x88,_0x4d838c:0x11b,_0x4de123:0x9,_0x273e78:0x69a,_0x4af9bc:0x717,_0x2be791:0x486,_0x415c8d:0x4a0,_0x1e5ccd:0x83,_0x2372fa:0x97,_0x24b3f3:0xa2,_0x2c4c39:0x7c,_0x7a3f63:0x156,_0x25bf22:0x260,_0x2b0aca:0x212,_0x4ebe5b:0xef,_0x345a75:0x104,_0x227d71:0x30,_0xb9148e:0x4e,_0x1c1ace:0x119,_0x2cabcb:0xd0,_0x5b6450:0x1a7,_0x2d2069:0x48b,_0x4b5ede:0x484,_0x5340cd:0x3ee,_0xfcbe68:0x604,_0x4af5ac:0x606,_0x27981d:0x375,_0x5c15cf:0x5aa,_0x45a77e:0x4f4,_0x9735c4:0x5f7,_0x49087d:0x5ba,_0x4bdf1a:0x221,_0x53078f:0x138,_0x3b79df:0x52,_0x3bcb54:0x5ca,_0x532aae:0x559,_0x4a0f94:0x5d3,_0x2ef242:0x99,_0x291b99:0x595,_0x10cfc6:0x630,_0x378274:0x311,_0x3fbc54:0x1fe,_0x3049d7:0x478,_0x4c22d0:0x59c,_0x2a2e7c:0x26c,_0x3d0c1f:0x152,_0xe8155b:0xaa,_0x5ad4c1:0xb6,_0xcf44ca:0x22,_0x515ccb:0x63f,_0x52b2b4:0x564,_0x2d62f2:0x3fa,_0x4ce7d5:0x7b,_0x3fcc80:0x3d7,_0x54f92d:0x3af,_0x1e2965:0x4bf,_0x47960c:0x41b,_0x101ed7:0x25b,_0x3c1b95:0x14e,_0x2f5a1f:0x1ed,_0x3efcf8:0x14,_0x4d07cc:0x1d3,_0x4cd914:0x1ea,_0x496ffd:0x253,_0x476f4b:0xe7,_0x5023bd:0x6,_0x2828d5:0xdc,_0x5ada2a:0x105,_0x4f68e1:0x19c,_0x53b5c8:0xa9,_0x2bc134:0x57c,_0x55b7e7:0x619,_0x1d6658:0x593,_0x16c1fa:0x2b,_0x33fab3:0x5d2,_0x45efc2:0x59d,_0x382aa4:0x98,_0x5b1191:0x11,_0x5f2354:0x4,_0x18e3a6:0x425,_0x3368ec:0x521,_0x38e48a:0x4b6,_0x1a6099:0x181},_0x483e2d={_0x1bf2b2:0xa8},_0x1ccf6b={_0x5ba97b:0x55,_0x9336b6:0x13c},_0xb5410f={'oDxCs':_0x40359e(-0xac,-0xc4,-0x98,-_0x2498d9._0x356a67)+'t','UVaEX':_0x2ddc78(0x4a2,_0x2498d9._0x1b53c9,0x50e,0x5b0)+'le\x20path','npmtn':_0x40359e(-0x81,-0xce,-_0x2498d9._0x5abb70,-_0x2498d9._0x10acf3)+_0x40359e(-_0x2498d9._0x3d38d5,-0x231,-0x15a,-_0x2498d9._0x34e313)+_0x2ddc78(_0x2498d9._0x4d3a8d,_0x2498d9._0x1787fb,_0x2498d9._0x2a8083,0x50f)+_0x40359e(-_0x2498d9._0x557aab,-_0x2498d9._0x24f16d,-_0x2498d9._0x3fa336,-0xf2)+_0x2ddc78(_0x2498d9._0x311542,_0x2498d9._0x209d04,0x5b1,0x655),'BTDlP':_0x2ddc78(0x45b,_0x2498d9._0x391907,0x467,_0x2498d9._0x1ca711)+'ed','VXsUo':_0x40359e(-_0x2498d9._0x4cb18d,-0xad,-0x13d,-_0x2498d9._0x1c50bb)+_0x40359e(-0x246,-0x31f,-0x1c9,-0x20a)+_0x40359e(-_0x2498d9._0x5ba2b5,-0x1cf,-0x1dd,-_0x2498d9._0x466851),'odBQq':_0x40359e(_0x2498d9._0x342b49,-_0x2498d9._0x52865d,0x6,-0x5c)+_0x40359e(-0xc7,-_0x2498d9._0x313454,-0xf4,-0x19c)+_0x2ddc78(0x4c2,0x44a,_0x2498d9._0x1475a6,0x445)+_0x2ddc78(0x443,_0x2498d9._0x3eb1a7,_0x2498d9._0x47da88,_0x2498d9._0xec2ac0),'WDUBh':function(_0x53ccb2,_0xc54a40){return _0x53ccb2!==_0xc54a40;},'iKXLz':function(_0x114676,_0x3571d2){return _0x114676!==_0x3571d2;},'jhoOQ':'string','RgzOn':'Skill\x20ID\x20i'+_0x2ddc78(0x4fd,0x4f1,_0x2498d9._0x47ca64,_0x2498d9._0x3e1819)+_0x40359e(-_0x2498d9._0x4cb18d,-0x50,-0x3c,-_0x2498d9._0x37b961)+'be\x20a\x20strin'+'g','HZqkI':_0x2ddc78(_0x2498d9._0x331879,_0x2498d9._0x48e968,_0x2498d9._0x136bb8,_0x2498d9._0x3245be)+_0x2ddc78(_0x2498d9._0x471a66,_0x2498d9._0x2b7b6f,0x57b,_0x2498d9._0x5b876b)+_0x40359e(-0x12d,-0xf5,-_0x2498d9._0x580a16,-0x1f4)+_0x40359e(-0x113,-_0x2498d9._0x18b5ae,-0x13e,-_0x2498d9._0x41c6cd),'YDbcg':_0x2ddc78(_0x2498d9._0x2d76df,0x5d0,0x4ed,_0x2498d9._0xd638c5)+'n\x20is\x20requi'+_0x40359e(-_0x2498d9._0x2e4e58,-0xce,-_0x2498d9._0xede5d6,-_0x2498d9._0xa4d502)+_0x40359e(-0x253,-_0x2498d9._0xe684d0,-0x7b,-_0x2498d9._0x241d7c)+'ring','VfVkw':function(_0x44ec27,_0x15300e){return _0x44ec27===_0x15300e;},'jHpWf':_0x40359e(-0x237,-_0x2498d9._0x5f597a,-_0x2498d9._0x1b4c2c,-_0x2498d9._0x1cd7b7),'qZxLW':_0x2ddc78(0x605,_0x2498d9._0x38bf99,_0x2498d9._0x3cc759,0x5e0)+_0x40359e(-_0x2498d9._0x420179,-0x92,-_0x2498d9._0x19bce2,-0x9d)+_0x40359e(-0x127,-_0x2498d9._0x2f5661,-_0x2498d9._0x49ca8b,-0x1f4)+_0x40359e(-_0x2498d9._0x1e0e59,-0x23c,-0x23d,-_0x2498d9._0x41c6cd),'HekcB':_0x40359e(-_0x2498d9._0xafd750,-_0x2498d9._0x41c6cd,-_0x2498d9._0x3b6ec7,-0x132),'UoQvI':'nSnZB','Zezvg':'Skill\x20ID\x20m'+'ust\x20contai'+_0x2ddc78(_0x2498d9._0x2afbfa,0x602,_0x2498d9._0x3b45c0,_0x2498d9._0x50143a)+_0x40359e(-0x322,-0x145,-_0x2498d9._0x7282b,-0x232)+'characters'+',\x20hyphens,'+'\x20and\x20under'+_0x2ddc78(0x43b,0x523,_0x2498d9._0xc85fe2,0x3fc),'apJNq':_0x40359e(-0x12b,-_0x2498d9._0x30d932,-0x6a,-0x72)+_0x40359e(-0xe2,_0x2498d9._0x354cda,-0x17,-_0x2498d9._0x26c202),'mpQiH':_0x2ddc78(_0x2498d9._0x35a7b0,_0x2498d9._0x62dd07,0x5d3,0x629),'WRtla':_0x40359e(_0x2498d9._0x5c77bc,_0x2498d9._0xe2a50a,-0x122,-0x6e),'lUIKs':_0x2ddc78(0x3b5,0x55a,_0x2498d9._0x504863,_0x2498d9._0x21af2d)+_0x40359e(-_0x2498d9._0x58f182,-0x2c3,-_0x2498d9._0x35c8c9,-_0x2498d9._0x204834),'SDTpz':function(_0x4fc38d,_0x114e10){return _0x4fc38d===_0x114e10;},'jBiXt':_0x2ddc78(_0x2498d9._0x5dda51,_0x2498d9._0x2cb004,0x4b5,_0x2498d9._0x26d1d7),'PPyIN':_0x2ddc78(0x61d,_0x2498d9._0xabd675,0x510,_0x2498d9._0x1b8af7),'kmJsa':function(_0x391836,_0x4a88dc){return _0x391836!==_0x4a88dc;},'wSBMi':_0x40359e(-0xff,-0x274,-0x1c4,-0x180),'TsFoV':_0x40359e(-_0x2498d9._0x2c5410,-_0x2498d9._0x3b4346,-_0x2498d9._0x4b85c0,-_0x2498d9._0x17a334),'GDHUT':function(_0x5e9c76,_0x2fb143){return _0x5e9c76>_0x2fb143;},'tUVkh':'allowed-to'+_0x40359e(-0x15a,0x39,0x2e,-0x87),'uIDls':function(_0x20fa44,_0x4caf5a){return _0x20fa44===_0x4caf5a;},'XOWbq':_0x2ddc78(0x570,0x3cb,_0x2498d9._0x476c06,0x35e),'hKOpm':function(_0x457b18,_0x433d15){return _0x457b18===_0x433d15;},'TQHPT':_0x40359e(-0x116,-0x206,-0x151,-0x116),'JpNmW':_0x2ddc78(0x46f,0x5bd,0x4b0,0x41d)+_0x2ddc78(_0x2498d9._0x1d0b78,_0x2498d9._0x56cda1,_0x2498d9._0x88bceb,0x510),'FVnOW':function(_0x249e56,_0x3c00b4,_0x36333c){return _0x249e56(_0x3c00b4,_0x36333c);},'cBsMd':_0x2ddc78(0x5ac,_0x2498d9._0x15d8ce,0x536,0x46b),'nAewt':_0x40359e(-0x318,-_0x2498d9._0x29735f,-_0x2498d9._0x5a162e,-0x22e),'jmLHx':_0x2ddc78(0x48f,_0x2498d9._0x4b7e49,_0x2498d9._0x3c2243,0x375)+'gned\x20to\x20en'+_0x40359e(-0x2fc,-0x218,-0x2a4,-_0x2498d9._0x64137d)+_0x2ddc78(_0x2498d9._0x3df50a,0x55c,_0x2498d9._0xf1c5fd,_0x2498d9._0x359ac4)+')','zkJzm':_0x2ddc78(0x598,0x680,_0x2498d9._0x1a6a97,0x52e)+'ts','cVXwL':_0x2ddc78(_0x2498d9._0xdcf7df,0x656,_0x2498d9._0x1a6a97,_0x2498d9._0x3455ab)+_0x2ddc78(_0x2498d9._0x200caf,_0x2498d9._0x4bde68,0x49e,0x425),'LABtC':_0x2ddc78(_0x2498d9._0xff34c5,_0x2498d9._0x59fa6d,0x43a,_0x2498d9._0x3a3448),'SYNKQ':_0x2ddc78(_0x2498d9._0x7b00f4,_0x2498d9._0x3c5fb8,_0x2498d9._0x3f636b,_0x2498d9._0x32ec19),'IJxMA':_0x40359e(-_0x2498d9._0x2ab5a7,-0x178,-_0x2498d9._0x496bb2,-_0x2498d9._0x117fa5),'bSqyD':_0x2ddc78(0x4fa,_0x2498d9._0x4e4fac,0x492,0x510)+_0x2ddc78(_0x2498d9._0x232d2d,_0x2498d9._0x327cdf,0x532,_0x2498d9._0x24a695)+_0x40359e(-0xe1,-_0x2498d9._0x2d5390,0x32,-_0x2498d9._0x505474)+'config\x20fil'+'e','DRZdX':function(_0x103d6b,_0x5e04ee){return _0x103d6b===_0x5e04ee;},'YAPtE':_0x2ddc78(_0x2498d9._0x58994f,_0x2498d9._0x195b60,_0x2498d9._0x42026d,_0x2498d9._0x2367ba),'mMOfF':_0x40359e(-_0x2498d9._0x2a069b,-0xb9,-0x45,-_0x2498d9._0x5ea49b)+_0x40359e(-0x121,-_0x2498d9._0xe106e0,-_0x2498d9._0x144ae9,-_0x2498d9._0x823606)+'k','igkzc':'Failed\x20to\x20'+'create\x20ski'+'ll','jwTKw':_0x2ddc78(_0x2498d9._0xfac1c5,0x639,0x5c1,_0x2498d9._0x3fb604)};function _0x40359e(_0x2c0c7a,_0x1383a1,_0x2439e1,_0xd2f1c5){return _0x2dae0c(_0x2439e1,_0xd2f1c5- -_0x1ccf6b._0x5ba97b,_0x2439e1-0x57,_0xd2f1c5-_0x1ccf6b._0x9336b6);}const {callingTask:_0x2eb171,taskUser:_0x38d95e,environmentName:_0x1f10bb,environmentConfig:_0x354bb5}=_0x36c49b,{id:_0x1cdc91,name:_0x7692fb,description:_0x4c587f,body:_0x156135,'allowed-tools':_0x3b6f5f,model:_0x465f4b,'argument-hint':_0x5b11db,assignToEnvironment:assignToEnvironment=!![]}=_0x36c49b['body'];function _0x2ddc78(_0x12edfc,_0x1229da,_0x4ba688,_0x34463a){return _0x3e4cbd(_0x12edfc-_0x483e2d._0x1bf2b2,_0x1229da,_0x4ba688-0x169,_0x4ba688-0x50a);}if(!_0x1cdc91||_0xb5410f[_0x2ddc78(0x3ee,0x37b,0x460,_0x2498d9._0x583ef7)](typeof _0x1cdc91,_0xb5410f[_0x40359e(-0x2a7,-_0x2498d9._0x17a334,-_0x2498d9._0x3f6ac9,-_0x2498d9._0x2ce524)])){const _0x152087={};return _0x152087['error']=_0xb5410f[_0x40359e(-_0x2498d9._0x218e59,-_0x2498d9._0xc21d8f,0x9,-0x101)],_0x152087[_0x2ddc78(_0x2498d9._0x421fc5,0x58e,0x4d0,_0x2498d9._0x1fb036)]=_0xb5410f[_0x40359e(-0x5b,-0x153,-0x16,-_0x2498d9._0xc191fe)],_0xa68373['status'](-0x1c1*-0x7+-0x2140+0x281*0x9)[_0x2ddc78(_0x2498d9._0x10139b,0x48e,_0x2498d9._0x11e52b,0x3ac)](_0x152087);}if(!_0x7692fb||typeof _0x7692fb!==_0xb5410f[_0x40359e(-_0x2498d9._0x5db48b,-_0x2498d9._0x4aca5f,-0x248,-0x188)]){const _0x5195e6={};return _0x5195e6[_0x40359e(-0x3b,-_0x2498d9._0x25a6b1,-0xfc,-_0x2498d9._0x30b66b)]=_0xb5410f[_0x2ddc78(_0x2498d9._0x24cbf4,0x593,0x517,0x5be)],_0x5195e6[_0x40359e(-_0x2498d9._0x4f6394,-0x13a,-_0x2498d9._0x57164d,-_0x2498d9._0x2df4b4)]=_0xb5410f[_0x2ddc78(0x52a,0x4f9,_0x2498d9._0x145e04,0x4ac)],_0xa68373[_0x2ddc78(0x540,0x4bf,0x4bd,0x4f0)](0x224b+-0x17*0x8+-0x2003)[_0x40359e(-_0x2498d9._0x5e6a9e,-0x157,-0x154,-_0x2498d9._0x2e4e58)](_0x5195e6);}if(!_0x4c587f||_0xb5410f['iKXLz'](typeof _0x4c587f,_0x2ddc78(_0x2498d9._0x5f3aac,_0x2498d9._0x965c57,_0x2498d9._0x1011ed,0x4d4))){const _0x2a86a2={};return _0x2a86a2[_0x40359e(_0x2498d9._0x2dbb39,-0xd6,-0x102,-_0x2498d9._0x30b66b)]=_0xb5410f[_0x2ddc78(_0x2498d9._0x49bd32,0x535,0x517,0x597)],_0x2a86a2[_0x2ddc78(_0x2498d9._0x304776,_0x2498d9._0x1e0b5c,0x4d0,0x4b8)]=_0xb5410f['YDbcg'],_0xa68373[_0x40359e(-_0x2498d9._0x553a31,-_0x2498d9._0x438709,-_0x2498d9._0x187a9e,-0x15b)](0x196a*0x1+-0x8*-0x255+0x2a82*-0x1)[_0x2ddc78(0x453,_0x2498d9._0x1129b4,_0x2498d9._0x11e52b,0x46c)](_0x2a86a2);}if(!_0x156135||_0xb5410f['iKXLz'](typeof _0x156135,_0xb5410f['jhoOQ'])){if(_0xb5410f[_0x2ddc78(_0x2498d9._0x4b65a9,_0x2498d9._0x54d193,_0x2498d9._0x19ec3b,_0x2498d9._0x56cda1)](_0xb5410f[_0x2ddc78(_0x2498d9._0xf8db18,_0x2498d9._0xf49e81,0x57e,0x5da)],_0xb5410f[_0x2ddc78(0x523,_0x2498d9._0x515dd9,0x57e,_0x2498d9._0x418d6c)])){const _0x5075eb={};return _0x5075eb['error']=_0x40359e(-_0x2498d9._0x36ce29,-0x11c,0x70,-_0x2498d9._0x356a67)+'t',_0x5075eb[_0x40359e(-_0x2498d9._0x1b39aa,-0x18d,-_0x2498d9._0x44b13a,-0x148)]=_0xb5410f[_0x2ddc78(_0x2498d9._0x318b51,_0x2498d9._0x4117ad,0x5d2,0x626)],_0xa68373[_0x2ddc78(_0x2498d9._0x2d76df,_0x2498d9._0x18bd58,0x4bd,0x3b4)](0x335*0xa+-0x9d*-0x13+-0x2a29)[_0x40359e(-0x10c,-0x60,-_0x2498d9._0x4d27b0,-_0x2498d9._0x2e4e58)](_0x5075eb);}else{const _0x1b7021={};return _0x1b7021['error']=_0xb5410f[_0x40359e(-_0x2498d9._0x3cbce6,-0x9f,-_0x2498d9._0x180d7b,-0x101)],_0x1b7021[_0x40359e(-0x1d6,-0x1c0,-_0x2498d9._0x15ff8d,-_0x2498d9._0x1f7bdd)]=_0xb5410f[_0x2ddc78(0x4f3,0x586,0x4f0,0x5d9)],_0xd62fcf[_0x2ddc78(_0x2498d9._0x20a653,_0x2498d9._0x1873d2,0x4bd,0x443)](0xcac+0x1a3f*-0x1+-0x9b*-0x19)['json'](_0x1b7021);}}if(!/^[a-zA-Z0-9_-]+$/[_0x2ddc78(0x395,0x38b,0x472,_0x2498d9._0x1129b4)](_0x1cdc91)){if(_0xb5410f[_0x40359e(-_0x2498d9._0xa6cfd0,-0x20a,-0x2d2,-0x221)](_0xb5410f[_0x2ddc78(0x30d,0x46b,_0x2498d9._0x172634,0x445)],_0xb5410f[_0x2ddc78(0x5e9,0x5a9,_0x2498d9._0x100d22,_0x2498d9._0xad279f)])){const _0xfebb4a={};return _0xfebb4a['error']=_0xb5410f[_0x40359e(-_0x2498d9._0x32bef3,-_0x2498d9._0x424fee,-0xcd,-_0x2498d9._0x2b7a39)],_0xfebb4a[_0x40359e(-0x76,-_0x2498d9._0x1baef0,-_0x2498d9._0x2d61b9,-0x148)]=_0xb5410f[_0x2ddc78(0x631,0x50e,0x538,_0x2498d9._0x527543)],_0xa68373[_0x2ddc78(0x48e,0x491,_0x2498d9._0xccea91,_0x2498d9._0x18d8f4)](0xa43+-0x2*0x8ef+-0x92b*-0x1)[_0x2ddc78(0x4e3,_0x2498d9._0xf6f19e,_0x2498d9._0x2fa9fb,_0x2498d9._0x1dc90c)](_0xfebb4a);}else{const _0x2417a0={};_0x2417a0[_0x2ddc78(0x605,0x6e8,_0x2498d9._0x10747b,_0x2498d9._0x543dac)]=_0x5b6858,_0x2417a0[_0x40359e(_0x2498d9._0x557aab,-0x7d,_0x2498d9._0x2fd538,_0x2498d9._0x5d00ce)+'t']=_0x4c07d0,_0x2417a0[_0x40359e(0x9b,_0x2498d9._0x6d98eb,0x6b,-_0x2498d9._0x5413cf)]=_0x10b07f['message'],_0x33ea72[_0x40359e(-_0x2498d9._0x12d76b,-_0x2498d9._0x52ecb2,-_0x2498d9._0x1e0e59,-0x9f)](_0x2ddc78(0x4a9,_0x2498d9._0x750cd9,_0x2498d9._0x2d5490,_0x2498d9._0xfd18c0)+'persist\x20sk'+_0x2ddc78(_0x2498d9._0x455495,_0x2498d9._0x44b7b7,0x509,_0x2498d9._0x404568)+_0x40359e(-_0x2498d9._0x1ad011,-_0x2498d9._0xd6990e,-0x22b,-_0x2498d9._0x248fde)+_0x40359e(-_0x2498d9._0x5110e2,-0x140,-0xd6,-_0x2498d9._0x3c98a8)+_0x40359e(-_0x2498d9._0x16ffba,-_0x2498d9._0x1ae7c5,-_0x2498d9._0x46d81b,-_0x2498d9._0x1a94e8)+_0x2ddc78(_0x2498d9._0x23a060,_0x2498d9._0x1dc90c,_0x2498d9._0x10a583,_0x2498d9._0x23cbff)+_0x2ddc78(_0x2498d9._0x1566bd,_0x2498d9._0x2832b9,_0x2498d9._0x53eb9b,_0x2498d9._0x33ea05)+_0x40359e(-_0x2498d9._0x32f9b1,-_0x2498d9._0x4deba8,_0x2498d9._0x37b3c3,-_0x2498d9._0x164712),_0x2417a0);}}if(_0x1cdc91[_0x40359e(_0x2498d9._0x843966,-_0x2498d9._0x3f6ac9,-_0x2498d9._0x4200a2,-_0x2498d9._0x3031b4)]('/')||_0x1cdc91[_0x2ddc78(_0x2498d9._0x49e3c5,_0x2498d9._0x159eeb,_0x2498d9._0x33ad7e,_0x2498d9._0x2217f4)]('\x5c')||_0x1cdc91[_0x2ddc78(0x46d,0x518,0x553,_0x2498d9._0x18d8f4)]('..')){const _0x242df3={};return _0x242df3[_0x2ddc78(_0x2498d9._0x58c2ee,0x6f1,0x5e8,0x583)]=_0xb5410f['oDxCs'],_0x242df3[_0x2ddc78(_0x2498d9._0x42d710,0x49b,_0x2498d9._0x5a4226,_0x2498d9._0xa179bc)]=_0xb5410f[_0x40359e(0x105,-_0x2498d9._0x582bc0,-_0x2498d9._0x5c5f90,-0x17)],_0xa68373['status'](0x1c80+0x75a+-0x85*0x42)[_0x2ddc78(_0x2498d9._0x6d5664,_0x2498d9._0x27ca34,_0x2498d9._0x5f52c0,_0x2498d9._0x59fa6d)](_0x242df3);}const _0x20d45f=_0x562125[_0x2ddc78(_0x2498d9._0xa182d5,_0x2498d9._0x5498a3,0x569,_0x2498d9._0x37ebdd)](setupPath,_0xb5410f[_0x40359e(-_0x2498d9._0x16a0fc,-0x12d,-_0x2498d9._0x2da2ac,-0x37)]),_0x3dc1d7=_0x562125[_0x40359e(-0x152,-_0x2498d9._0x21fd84,0x6b,-_0x2498d9._0x17a754)](_0x20d45f,_0x1cdc91),_0x3c7b67=_0x562125['join'](_0x3dc1d7,_0xb5410f['WRtla']),_0x28e6b7=new Date()[_0x2ddc78(_0x2498d9._0x56fdff,_0x2498d9._0x255b39,0x5f1,_0x2498d9._0x84490b)+'g'](),_0x5c71d9={};_0x5c71d9[_0x40359e(-0x1d5,-0x249,-0xa4,-_0x2498d9._0x3b354b)]=_0x2eb171[_0x40359e(-_0x2498d9._0x5acc52,-0x201,-0x16c,-0x14e)],_0x5c71d9['skillId']=_0x1cdc91,_0x5c71d9[_0x40359e(-0x9d,-_0x2498d9._0x41e455,-_0x2498d9._0x2e861f,0x9)+'t']=_0x1f10bb,_0x5c71d9[_0x2ddc78(0x462,0x495,_0x2498d9._0x673f3,0x4ec)]=_0x38d95e['id'],_0x5c71d9[_0x2ddc78(0x672,_0x2498d9._0x54af31,0x595,0x642)+'vironment']=assignToEnvironment,logger[_0x2ddc78(0x4d3,0x5b4,0x58b,0x4ea)](_0xb5410f['lUIKs'],_0x5c71d9);try{try{await _0x1195dc[_0x2ddc78(0x5cd,0x44c,_0x2498d9._0x3532bd,_0x2498d9._0x3fb604)](_0x3dc1d7);const _0x2ea1fb={};return _0x2ea1fb[_0x40359e(-_0x2498d9._0xd4aa72,-0xf1,-_0x2498d9._0x502d9a,-_0x2498d9._0x4a9615)]=_0xb5410f['oDxCs'],_0x2ea1fb[_0x2ddc78(0x557,_0x2498d9._0x4b8da9,0x4d0,_0x2498d9._0x32ec19)]=_0x2ddc78(_0x2498d9._0x1ebbde,_0x2498d9._0x540b5b,0x5bb,0x6d4)+_0x1cdc91+('\x27\x20already\x20'+_0x40359e(-0xda,-0x5f,-_0x2498d9._0x3a3096,-_0x2498d9._0x16ffba)),_0xa68373[_0x2ddc78(0x414,_0x2498d9._0x22fee3,_0x2498d9._0xccea91,0x4d3)](-0x2339+0x99*-0x26+-0x1*-0x3b7f)[_0x2ddc78(_0x2498d9._0x1afe0f,0x401,0x4bf,0x3aa)](_0x2ea1fb);}catch(_0x189152){if(_0xb5410f[_0x40359e(-_0x2498d9._0x54b302,-_0x2498d9._0x5c5d95,-_0x2498d9._0x1b7556,-_0x2498d9._0x49ca8b)]('BZZkM',_0xb5410f['jBiXt'])){if(_0xb5410f[_0x2ddc78(0x488,0x385,_0x2498d9._0x2b1219,0x3ae)](_0x189152[_0x2ddc78(0x3f4,_0x2498d9._0x328e4c,_0x2498d9._0x57769e,0x572)],_0xb5410f[_0x2ddc78(_0x2498d9._0x56cda1,_0x2498d9._0xabd111,_0x2498d9._0x387cda,_0x2498d9._0x591a8c)])){if(_0xb5410f[_0x40359e(-_0x2498d9._0x2f2519,-0x128,-_0x2498d9._0x2cd3cb,-0x224)](_0xb5410f[_0x40359e(-0xa9,-_0x2498d9._0x401c33,-0x1ee,-_0x2498d9._0x1abb33)],_0xb5410f[_0x40359e(-0x33c,-0x1f6,-_0x2498d9._0x5c95cc,-0x22a)]))throw _0x189152;else return;}}else _0x2f2510[_0x87b58b]=_0xfd2e5b['trim']()[_0x40359e(-_0x2498d9._0x58bdd6,-0x167,-_0x2498d9._0x5c04df,-_0x2498d9._0x4fe69f)](-0x192f*-0x1+-0x1bf2+-0x4*-0xb1,-(0xa04*0x1+0x1ad4+-0x1*0x24d7))[_0x40359e(_0x2498d9._0x4e4f87,0x54,-0x18f,-0x7a)](',')['map'](_0x5270e2=>_0x5270e2[_0x40359e(-0x127,-0x1bb,-0x2ff,-0x229)]())['filter'](_0x9f0a8d);}const _0x4871cb={};_0x4871cb[_0x2ddc78(_0x2498d9._0x493237,_0x2498d9._0x4f49c3,0x56f,_0x2498d9._0x192a3b)]=!![],await _0x1195dc[_0x2ddc78(_0x2498d9._0x181eef,0x56d,_0x2498d9._0x35a7b0,_0x2498d9._0x5f3e62)](_0x20d45f,_0x4871cb);const _0x27a837={};_0x27a837['recursive']=!![],await _0x1195dc[_0x2ddc78(_0x2498d9._0x21649f,0x42a,_0x2498d9._0x56ca7d,0x60f)](_0x3dc1d7,_0x27a837);const _0x46b2cc={};_0x46b2cc[_0x2ddc78(_0x2498d9._0x32d1b3,0x56b,_0x2498d9._0x2010f2,0x4c1)]=_0x7692fb,_0x46b2cc[_0x2ddc78(_0x2498d9._0x1ec5d4,0x359,_0x2498d9._0x232d2d,0x3f8)+'n']=_0x4c587f;const _0x54d5ce=_0x46b2cc;_0x3b6f5f&&Array['isArray'](_0x3b6f5f)&&_0xb5410f[_0x40359e(-0x22a,-_0x2498d9._0x44e4c7,-_0x2498d9._0x471a42,-_0x2498d9._0x1177c7)](_0x3b6f5f[_0x40359e(-0x124,-0x2eb,-0x220,-_0x2498d9._0x9fb586)],0x258+-0x18c1+-0x1669*-0x1)&&(_0x54d5ce[_0xb5410f[_0x40359e(-0xb7,-0x117,-_0x2498d9._0x3a9fb2,-_0x2498d9._0x3a14e5)]]=_0x3b6f5f);if(_0x465f4b){if(_0xb5410f[_0x40359e(-_0x2498d9._0x1953da,-0x1cf,-_0x2498d9._0x50ff38,-0x1dc)](_0xb5410f[_0x2ddc78(_0x2498d9._0x3b26e6,0x62d,0x56c,_0x2498d9._0x344790)],_0xb5410f[_0x2ddc78(_0x2498d9._0x119eef,_0x2498d9._0x46a320,_0x2498d9._0x2a42fc,0x60a)]))_0x54d5ce['model']=_0x465f4b;else{_0x1290d3[_0x2ddc78(_0x2498d9._0x3b082d,_0x2498d9._0x49c91a,_0x2498d9._0x4ffa35,0x56a)](_0xb5410f['npmtn']);const _0x5322c5={};return _0x5322c5[_0x40359e(-_0x2498d9._0x39776b,-0xa0,-0x55,-_0x2498d9._0x41ba62)]=_0xb5410f[_0x40359e(-_0x2498d9._0x366c97,-_0x2498d9._0x484d2d,-0x19b,-0x1fa)],_0x5322c5['message']=_0x2ddc78(0x71c,0x5f4,_0x2498d9._0x5bf8a7,0x59e)+'Task-Id\x20he'+'ader',_0x2f4091[_0x2ddc78(_0x2498d9._0x169c5b,0x5aa,_0x2498d9._0x146a4b,0x573)](-0x10*-0x209+-0x2447+0x8*0xa9)[_0x2ddc78(0x5aa,0x471,0x4bf,_0x2498d9._0x5986a4)](_0x5322c5);}}_0x5b11db&&(_0xb5410f[_0x40359e(-0x16c,-0x22b,-0xbb,-_0x2498d9._0x20f661)](_0xb5410f[_0x40359e(-0x1d1,-_0x2498d9._0x18f566,-0x48,-_0x2498d9._0x25dbb8)],_0xb5410f[_0x2ddc78(_0x2498d9._0x2a43b5,_0x2498d9._0x4d3a8d,_0x2498d9._0x26d794,_0x2498d9._0x1170ff)])?_0x54d5ce[_0xb5410f[_0x2ddc78(0x507,_0x2498d9._0x34046c,_0x2498d9._0x45a5ee,_0x2498d9._0x57733d)]]=_0x5b11db:_0x3eedd8['model']=_0x57a2f7);const _0x48ee24=_0xb5410f[_0x2ddc78(0x5fa,0x552,0x4f7,_0x2498d9._0x38bf36)](serializeSkillMd,_0x54d5ce,_0x156135);await _0x1195dc[_0x40359e(-0x26d,-0x7f,-0x26d,-_0x2498d9._0x7de0b0)](_0x3c7b67,_0x48ee24,_0xb5410f[_0x40359e(-_0x2498d9._0x4be25f,-_0x2498d9._0x17e07a,0x5e,-0x97)]);let _0x321564=![];if(assignToEnvironment&&coderConfig){const _0x42c6d1=coderConfig['environmen'+'ts']?.[_0x1f10bb];if(_0x42c6d1){if(!_0x42c6d1[_0x2ddc78(_0x2498d9._0x5a2d9b,_0x2498d9._0x7993b1,0x5d3,_0x2498d9._0xfc0ed2)]){if(_0xb5410f['kmJsa'](_0xb5410f[_0x40359e(-0x1e4,-_0x2498d9._0x5090b3,-0x191,-0x117)],_0x2ddc78(_0x2498d9._0xd7207f,_0x2498d9._0x34d70f,0x407,_0x2498d9._0x391907)))_0x42c6d1[_0x40359e(-_0x2498d9._0x15b73e,0x8c,-0x38,-_0x2498d9._0x2c60a2)]=[];else{const _0x19dca3={};return _0x19dca3[_0x2ddc78(_0x2498d9._0x2b4757,0x530,_0x2498d9._0x1b53c9,0x61f)]=_0xb5410f[_0x40359e(-0x176,-_0x2498d9._0x35ba02,-_0x2498d9._0x3f41a7,-_0x2498d9._0x2b7a39)],_0x19dca3[_0x2ddc78(0x43a,0x4ed,0x4d0,0x549)]='Skill\x20ID\x20m'+_0x40359e(_0x2498d9._0x333b23,-_0x2498d9._0x269a5f,-0xbd,-0x58)+_0x40359e(-0xa7,-_0x2498d9._0x5550b4,-_0x2498d9._0xba3756,-_0x2498d9._0x151bf2)+_0x2ddc78(0x3f1,0x3bc,0x3e6,0x333)+_0x2ddc78(_0x2498d9._0x493237,0x5a4,0x594,0x485)+',\x20hyphens,'+_0x2ddc78(_0x2498d9._0x33b9ed,0x484,_0x2498d9._0x55d44a,0x54a)+_0x2ddc78(0x36d,_0x2498d9._0x14abf7,_0x2498d9._0x10a0bf,_0x2498d9._0x2ac765),_0x524d08[_0x2ddc78(_0x2498d9._0x2c89e3,_0x2498d9._0xec3113,0x4bd,_0x2498d9._0x42a4fc)](0xd66+-0x4c*-0x59+-0x2642)[_0x2ddc78(0x5bb,0x5d0,_0x2498d9._0x11e52b,0x487)](_0x19dca3);}}if(!_0x42c6d1['skills'][_0x40359e(_0x2498d9._0x114818,-_0x2498d9._0x4f190c,-0xeb,-_0x2498d9._0x3031b4)](_0x1cdc91)){_0x42c6d1[_0x2ddc78(0x542,_0x2498d9._0x21a4b4,0x5d3,_0x2498d9._0x368675)][_0x2ddc78(0x72f,0x6b2,_0x2498d9._0x50a1cf,_0x2498d9._0xe0bf37)](_0x1cdc91),_0x321564=!![];const _0x1eb3d0={};_0x1eb3d0[_0x40359e(-_0x2498d9._0x5c5f90,-0xd6,-0x35,-_0x2498d9._0x2fd538)]=_0x1cdc91,_0x1eb3d0[_0x40359e(0x40,0x4f,0x10c,0x9)+'t']=_0x1f10bb,logger[_0x2ddc78(_0x2498d9._0x23e9b0,_0x2498d9._0x3d31c1,0x58b,_0x2498d9._0xacae59)](_0xb5410f[_0x40359e(-_0x2498d9._0x1690f5,_0x2498d9._0x21f5e2,0x5b,-0x44)],_0x1eb3d0);}}try{const _0x57fedb=_0x562125[_0x2ddc78(0x49d,_0x2498d9._0x28faff,_0x2498d9._0x1ca0e2,_0x2498d9._0x5a4226)](setupPath,_0xb5410f['zkJzm'],_0x1f10bb,_0xb5410f[_0x40359e(-_0x2498d9._0x43dcb3,-0x150,-0x25c,-_0x2498d9._0x7d1eca)]);let _0x18b746,_0x367bd5,_0x578ba1;try{const _0x438e63=await _0x1195dc['readFile'](_0x57fedb,_0x2ddc78(0x57d,0x654,0x536,_0x2498d9._0x417fb7));_0x367bd5=JSON[_0x2ddc78(0x4e6,_0x2498d9._0x1de627,0x4c1,0x5bf)](_0x438e63),_0x18b746=_0x57fedb,!_0x367bd5[_0x40359e(-0x13c,-_0x2498d9._0x1515ea,-0x57,-_0x2498d9._0x3ba6ee)]&&(_0x367bd5[_0x40359e(0x38,-_0x2498d9._0x51c49a,-0x14d,-_0x2498d9._0x2c60a2)]=[]),_0x578ba1=_0x367bd5[_0x2ddc78(_0x2498d9._0x5dda51,_0x2498d9._0x5e45e2,0x5d3,0x6b6)];}catch{if(_0xb5410f[_0x2ddc78(_0x2498d9._0x340241,0x452,_0x2498d9._0x24d10b,0x333)](_0x2ddc78(_0x2498d9._0x5917f6,_0x2498d9._0x2d66d7,0x5e4,_0x2498d9._0x1a6a97),_0xb5410f[_0x2ddc78(_0x2498d9._0x1d3509,0x5b9,_0x2498d9._0x4aecdc,_0x2498d9._0x553fdf)])){const _0x405242={};return _0x405242[_0x2ddc78(0x5ea,0x6df,_0x2498d9._0x359612,0x6d2)]=_0x2ddc78(_0x2498d9._0x411959,_0x2498d9._0x2ff100,_0x2498d9._0xbd43ff,0x57a),_0x405242[_0x40359e(-0xcc,-_0x2498d9._0x4da9be,-0x18e,-0x148)]=_0x2ddc78(0x5ed,0x53f,0x5bb,0x6da)+_0x1f026c+(_0x40359e(-_0x2498d9._0x2feafc,-0xa2,0x55,-0x32)+_0x2ddc78(_0x2498d9._0x312529,_0x2498d9._0xe6877d,0x5c9,0x542)+'er\x20environ'+_0x2ddc78(0x551,0x4cf,0x481,_0x2498d9._0x511092)+'run\x20with\x20f'+'orce=true\x20'+_0x40359e(-_0x2498d9._0x4da62d,-0xf3,-0x10d,-0x64)+_0x2ddc78(_0x2498d9._0x1a8de7,_0x2498d9._0x4ff925,_0x2498d9._0xa182d5,_0x2498d9._0x2b5f71)+_0x40359e(0x68,0x12,0xe1,_0x2498d9._0x906968)+_0x2ddc78(_0x2498d9._0x56fdff,_0x2498d9._0x3442bb,_0x2498d9._0x1a9437,_0x2498d9._0x5d599f)+_0x40359e(-_0x2498d9._0xb3a29f,-0xee,-_0x2498d9._0x301bf8,-_0x2498d9._0x2e7b8b)),_0x405242[_0x2ddc78(0x52f,0x506,_0x2498d9._0x60166e,0x5fe)+'ts']=_0x203336,_0x994a6c['status'](0x34b*0x6+-0x10aa+-0x17f)[_0x2ddc78(_0x2498d9._0x3455ab,0x591,0x4bf,_0x2498d9._0x3edd3a)](_0x405242);}else{const _0xbc91d9=_0x562125[_0x40359e(-0x113,_0x2498d9._0x5ab63d,-0xfa,-0xaf)](setupPath,_0xb5410f[_0x2ddc78(0x42a,_0x2498d9._0xd2f7d0,_0x2498d9._0x58c2ee,0x4c5)]),_0x3d750a=await _0x1195dc[_0x40359e(-0x2e7,-0x130,-0x157,-0x1d9)](_0xbc91d9,_0xb5410f['cBsMd']);_0x367bd5=JSON[_0x40359e(-_0x2498d9._0x5a162e,-_0x2498d9._0x49618b,-_0x2498d9._0x1ae7c5,-0x157)](_0x3d750a),_0x18b746=_0xbc91d9;if(_0x367bd5[_0x2ddc78(_0x2498d9._0x285789,0x5b3,_0x2498d9._0x4ef341,0x661)+'ts']&&_0x367bd5[_0x2ddc78(_0x2498d9._0x114c43,0x700,_0x2498d9._0x1a6a97,0x5af)+'ts'][_0x1f10bb]){if(_0xb5410f[_0x2ddc78(_0x2498d9._0x160442,_0x2498d9._0xee0131,_0x2498d9._0x3077a3,0x37d)](_0xb5410f[_0x40359e(_0x2498d9._0x2fda1a,-0x25,-0x148,-0x29)],_0xb5410f[_0x2ddc78(_0x2498d9._0x16d890,0x666,_0x2498d9._0x42a30b,_0x2498d9._0x5d030b)])){const _0x20797d={};_0x20797d['taskId']=_0x147595,_0x33c24e[_0x40359e(-0x10e,-0x3f,-0xbf,-_0x2498d9._0x3ee5a4)](_0xb5410f['VXsUo'],_0x20797d);const _0x3171d9={};return _0x3171d9['error']=_0xb5410f[_0x2ddc78(0x474,0x547,0x517,0x519)],_0x3171d9[_0x40359e(-0x32,-_0x2498d9._0x466851,-_0x2498d9._0x1ad011,-0x148)]=_0xb5410f[_0x40359e(-0x198,-_0x2498d9._0x1143e8,-0x85,-0x10c)],_0x5b37ca[_0x40359e(-_0x2498d9._0x1d3561,-0x1fe,-0xe1,-0x15b)](0x610+0x10db*-0x1+-0xc5b*-0x1)[_0x40359e(-_0x2498d9._0x576467,-_0x2498d9._0x92340f,-0x86,-_0x2498d9._0x2e4e58)](_0x3171d9);}else!_0x367bd5[_0x2ddc78(_0x2498d9._0xf6eb51,_0x2498d9._0x5f3e62,_0x2498d9._0x13a043,_0x2498d9._0x550070)+'ts'][_0x1f10bb][_0x40359e(0xc5,0x16,-_0x2498d9._0x40c79f,-_0x2498d9._0x2c60a2)]&&(_0x367bd5[_0x2ddc78(0x63d,0x5c9,0x621,0x619)+'ts'][_0x1f10bb][_0x40359e(-_0x2498d9._0x15f62e,-_0x2498d9._0x258c70,-0xc3,-_0x2498d9._0x2c60a2)]=[]),_0x578ba1=_0x367bd5[_0x40359e(0xf5,-0x7b,_0x2498d9._0x4d838c,_0x2498d9._0x4de123)+'ts'][_0x1f10bb]['skills'];}}}if(_0x578ba1&&!_0x578ba1['includes'](_0x1cdc91)){_0x578ba1[_0x2ddc78(_0x2498d9._0x273e78,0x575,0x61e,_0x2498d9._0x4af9bc)](_0x1cdc91),await _0x1195dc[_0x2ddc78(_0x2498d9._0x2be791,0x384,_0x2498d9._0x415c8d,_0x2498d9._0x55d44a)](_0x18b746,JSON['stringify'](_0x367bd5,null,0x7d*0x14+0x1ef4+-0x28b6),_0xb5410f[_0x40359e(-0x7a,_0x2498d9._0x1e5ccd,-0x47,-_0x2498d9._0x2372fa)]);const _0x4c0364={};_0x4c0364[_0x2ddc78(0x645,0x588,0x5ca,0x65d)]=_0x1cdc91,_0x4c0364[_0x40359e(_0x2498d9._0x24b3f3,-_0x2498d9._0x2c4c39,0xf0,_0x2498d9._0x5090b3)+'t']=_0x1f10bb,_0x4c0364['configPath']=_0x18b746,logger[_0x40359e(-0x44,-_0x2498d9._0x7a3f63,-0x189,-_0x2498d9._0x4da62d)](_0xb5410f['bSqyD'],_0x4c0364);}}catch(_0x4fee78){if(_0xb5410f['DRZdX'](_0x40359e(-_0x2498d9._0x25bf22,-0x1e0,-_0x2498d9._0x2b0aca,-_0x2498d9._0x471a42),_0xb5410f[_0x40359e(0x20,-_0x2498d9._0x1e5ccd,-_0x2498d9._0x4ebe5b,-0x14)])){const _0x3fa52f={};_0x3fa52f['skillId']=_0x1cdc91,_0x3fa52f[_0x40359e(-0x8d,0xa,-0xad,0x9)+'t']=_0x1f10bb,_0x3fa52f[_0x40359e(-_0x2498d9._0x5a162e,-_0x2498d9._0x345a75,-0x124,-_0x2498d9._0x227d71)]=_0x4fee78[_0x2ddc78(0x547,0x450,0x4d0,0x573)],logger[_0x40359e(-0x67,-0x105,-_0x2498d9._0xb9148e,-_0x2498d9._0x15b73e)](_0x2ddc78(0x3f1,0x486,0x44e,0x3bd)+'persist\x20sk'+_0x40359e(-_0x2498d9._0x1c1ace,-_0x2498d9._0x2cabcb,-0x115,-0x10f)+_0x40359e(-0x24c,-0xbd,-_0x2498d9._0x5b6450,-0x171)+_0x2ddc78(_0x2498d9._0x2d2069,_0x2498d9._0x5f3e62,_0x2498d9._0x4b5ede,_0x2498d9._0x5340cd)+_0x2ddc78(0x42b,_0x2498d9._0xfcbe68,0x519,_0x2498d9._0x4af5ac)+_0x2ddc78(_0x2498d9._0x27981d,0x4c2,0x42a,0x37f)+_0x2ddc78(0x63a,_0x2498d9._0x5c15cf,_0x2498d9._0x53eb9b,_0x2498d9._0x45a77e)+_0x2ddc78(0x57c,_0x2498d9._0x9735c4,0x583,0x52d),_0x3fa52f);}else{const _0x179354=_0x1fecdf[_0x2ddc78(0x61f,_0x2498d9._0x49087d,0x5d9,0x5d3)](_0x2ff380=>_0x2ff380!==_0x3006ed);_0xb5410f[_0x40359e(-0x153,-0x314,-0x2d5,-_0x2498d9._0x4bdf1a)](_0x179354['length'],_0x3e8d66[_0x40359e(-_0x2498d9._0x53078f,-0x252,-_0x2498d9._0x3a3096,-_0x2498d9._0x9fb586)])&&(_0x49d406[_0x40359e(-0x100,0xdb,_0x2498d9._0x3b79df,0x9)+'ts'][_0x2dd6f4][_0x2ddc78(_0x2498d9._0x3bcb54,_0x2498d9._0x532aae,_0x2498d9._0x4a0f94,0x4ef)]=_0x179354,_0x58c6d5=!![]);}}}const _0x2822a3={};_0x2822a3['taskId']=_0x2eb171[_0x40359e(-_0x2498d9._0x2ef242,-0x195,-0x12c,-0x14e)],_0x2822a3[_0x2ddc78(_0x2498d9._0x291b99,_0x2498d9._0x10cfc6,0x5ca,_0x2498d9._0x10cfc6)]=_0x1cdc91,_0x2822a3['environmen'+'t']=_0x1f10bb,_0x2822a3[_0x40359e(-0x1cd,-_0x2498d9._0x378274,-0x240,-_0x2498d9._0x3fbc54)]=_0x38d95e['id'],_0x2822a3['assigned']=_0x321564,logger[_0x2ddc78(_0x2498d9._0x3049d7,_0x2498d9._0x4c22d0,0x58b,0x4b5)](_0xb5410f[_0x40359e(-0x119,-0x1f9,-_0x2498d9._0x2a2e7c,-_0x2498d9._0x3d0c1f)],_0x2822a3);const _0x54bce9={};_0x54bce9[_0x40359e(-_0x2498d9._0xe8155b,_0x2498d9._0x41e455,-_0x2498d9._0x5ad4c1,-_0x2498d9._0xcf44ca)]=!![],_0x54bce9['id']=_0x1cdc91,_0x54bce9[_0x2ddc78(0x5a4,_0x2498d9._0x515ccb,0x621,_0x2498d9._0x52b2b4)+'t']=_0x1f10bb,_0x54bce9['createdAt']=_0x28e6b7,_0x54bce9['createdByT'+_0x2ddc78(0x490,0x368,0x475,_0x2498d9._0x2d62f2)]=_0x2eb171[_0x40359e(-0x139,-0xc3,-_0x2498d9._0x580a16,-_0x2498d9._0x3b354b)],_0x54bce9[_0x40359e(-_0x2498d9._0x4ce7d5,-_0x2498d9._0x25a6b1,-0x115,-0xa0)+'serId']=_0x38d95e['id'],_0x54bce9[_0x2ddc78(0x3cb,_0x2498d9._0x3fcc80,0x44f,0x3dd)]=_0x321564,_0xa68373[_0x40359e(-0xd8,-0xd4,-0xff,-0x15b)](0x6c8+-0x27*0x36+0x23b)[_0x2ddc78(0x405,_0x2498d9._0x54f92d,_0x2498d9._0x1e2965,0x5a2)](_0x54bce9);}catch(_0x4b7903){const _0x2b572d={};_0x2b572d[_0x2ddc78(_0x2498d9._0x47960c,_0x2498d9._0x42d710,0x4ca,0x418)]=_0x2eb171[_0x40359e(-_0x2498d9._0x101ed7,-0x177,-0x175,-_0x2498d9._0x3c1b95)],_0x2b572d['skillId']=_0x1cdc91,_0x2b572d[_0x2ddc78(0x523,0x5a5,_0x2498d9._0x359612,0x63f)]=_0x4b7903[_0x40359e(-0x1b5,-0xb1,-_0x2498d9._0x2f5a1f,-_0x2498d9._0x2df4b4)],logger['error'](_0xb5410f[_0x40359e(-0x23,-_0x2498d9._0x3efcf8,0x8e,-0xa)],_0x2b572d);try{if(_0xb5410f['iKXLz'](_0xb5410f[_0x40359e(-0x24f,-0x13a,-0x1da,-_0x2498d9._0x4d07cc)],_0xb5410f[_0x40359e(-_0x2498d9._0x4cd914,-_0x2498d9._0x496ffd,-0xe3,-_0x2498d9._0x4d07cc)])){_0x2b5ba9[_0x2ddc78(_0x2498d9._0x318b51,0x65f,0x61e,0x653)](_0x45aaa7+':');for(const _0x160106 of _0x1d87aa){_0x14c305[_0x40359e(_0x2498d9._0x476f4b,-0x9d,0x20,_0x2498d9._0x5023bd)](_0x40359e(0x14,-_0x2498d9._0x2828d5,-_0x2498d9._0x5ada2a,-_0x2498d9._0x2828d5)+_0x160106);}}else{const _0x452bf1={};_0x452bf1[_0x40359e(-_0x2498d9._0x37b3c3,-_0x2498d9._0x4f68e1,-_0x2498d9._0x18f566,-_0x2498d9._0x53b5c8)]=!![],_0x452bf1[_0x2ddc78(_0x2498d9._0x47ca64,_0x2498d9._0x2bc134,_0x2498d9._0x55b7e7,_0x2498d9._0x1d6658)]=!![],await _0x1195dc['rm'](_0x3dc1d7,_0x452bf1);}}catch{}const _0x26d338={};_0x26d338[_0x40359e(_0x2498d9._0x16c1fa,-0x50,-0xdd,-_0x2498d9._0x41ba62)]=_0x2ddc78(_0x2498d9._0x33fab3,0x556,_0x2498d9._0x45efc2,0x69c)+_0x40359e(-_0x2498d9._0x382aa4,0x42,_0x2498d9._0x5b1191,-_0x2498d9._0x5f2354)+'r',_0x26d338[_0x2ddc78(0x532,_0x2498d9._0x18e3a6,0x4d0,0x4c5)]=_0xb5410f['igkzc'],_0xa68373[_0x2ddc78(_0x2498d9._0x3368ec,0x3a0,0x4bd,_0x2498d9._0x38e48a)](0x2b*0x86+0x214b+-0x35d9)[_0x40359e(-_0x2498d9._0x18f566,-_0x2498d9._0x1a6099,-0x1d3,-_0x2498d9._0x2e4e58)](_0x26d338);}}),router['get'](_0x2dae0c(-0xd8,-0x3d,0x7b,0x40)+'killId',requireTaskAuth,validateSkillAccess,async(_0x5e064f,_0x5728c0)=>{const _0x550fea={_0x5bb429:0x293,_0x503a1b:0x235,_0x1d4bd:0x13c,_0x22626f:0xfd,_0x468fa9:0xbc,_0x1402c8:0x1c,_0x28bd61:0x28b,_0x164ef3:0x47f,_0xecedb3:0x19a,_0x171a47:0x27b,_0x53c049:0x34d,_0x59cad7:0x438,_0x1ebccd:0x41f,_0xb194ba:0xb0,_0x5864c6:0x6c,_0x5c5ee7:0x79,_0x3d1278:0x26f,_0x4719dc:0x38e,_0x2b8c5d:0x388,_0x54b079:0x46c,_0x1bfe6b:0x3ae,_0x435c26:0x510,_0x4b6819:0x3f2,_0xf12007:0x35f,_0x181811:0x302,_0xe4addb:0x3b7,_0x2938ba:0x4fc,_0x10bf11:0x40d,_0x5498a6:0x31b,_0x493942:0x414,_0x7d31f2:0x3e9,_0x2580cf:0x35f,_0x4155f8:0x315,_0x5d730b:0x24b,_0x8af0b:0x30a,_0x5172e6:0x3e2,_0x31ffd8:0x345,_0x4d3ed2:0x189,_0xeca5df:0x125,_0x527dc6:0x7c,_0x1dc9dc:0x407,_0x3e0f24:0x3b8,_0x2bd905:0x431,_0x3d8d1a:0x4ac,_0x53c52b:0xda,_0x1cda38:0xfd,_0x4f4d51:0x163,_0x2cf6f9:0x145,_0x275001:0x292,_0x4dcddd:0x3eb,_0x2a57bb:0x3cc,_0x26d16e:0x17c,_0x26634b:0x26c,_0x18c3b0:0xfa,_0x34df15:0x102,_0x151d72:0x1b,_0x3a0bfd:0x475,_0x25c03d:0x2c0,_0x1e63b3:0x3b4,_0x335709:0x386,_0xfd8be4:0x221,_0xa38837:0x170,_0x52bc1d:0x35c,_0x2a7b4d:0x28f,_0xdff12e:0x175,_0x51119d:0x2e6,_0x5a3026:0x269,_0x1b785b:0x190,_0x5c4770:0x334,_0x7497d6:0x419,_0x3b35e5:0x27b,_0xe6313e:0x2fb,_0x1324a9:0x38b,_0x20ef5d:0x50c,_0x1ee459:0x414,_0x1af6d1:0x54d,_0x31a737:0x4de,_0x1b8652:0x4a4,_0x5d7bfd:0x3da,_0x3f2d79:0x32f,_0x545549:0x2f7,_0x1fa0f2:0x174,_0x14c643:0x3f2,_0x5ca1b5:0x413,_0x274cd8:0x24a,_0x5b2e5f:0x303,_0x1bf657:0x2ee,_0x48cdaf:0x33c,_0x22a5c4:0x385,_0x3f8b67:0x376,_0x2035a5:0x340,_0x4bd2a7:0x3b6,_0x4ad206:0x27c,_0x119d4b:0x2f3,_0x8a25da:0x27f,_0x550791:0x2ef,_0x23d6f2:0x343,_0x528ca2:0x306,_0x56b370:0x245,_0x2551d7:0x33e,_0x2a9de7:0x3b4,_0x281f3f:0x30d,_0x5b0e3d:0x3cf,_0x36aa35:0x38c,_0x139ccc:0x481,_0x1ffef4:0x428,_0x5828d1:0x3d7,_0x3259d3:0x42e,_0x57f073:0x16a,_0x468bd5:0x28a,_0x2bc1be:0x105,_0xa30c97:0xf,_0x40dc0c:0x18a,_0x2dfe92:0xe,_0x16bb68:0x3fd,_0x58b8c4:0x3e1,_0x188c8e:0x4,_0x33cafe:0x3c9,_0x2f1e0d:0x3f9,_0x184e0f:0x492,_0x853f41:0x4c2,_0x4788ef:0x2a5,_0x6435ba:0x455,_0x52014b:0x25d,_0x538a93:0x86,_0x3de67c:0x27b,_0x4714a3:0x563,_0x4ef51f:0x4dd,_0x21e7f4:0x3ac,_0xe2c82d:0x120,_0x41a4be:0x1d1,_0xf3a58e:0x2f1,_0x350479:0x3de,_0x224610:0x295,_0xaffc8b:0x2ae,_0x17548d:0x294,_0x214de4:0x493,_0x407013:0x381,_0x5569b0:0x38c,_0x142e8a:0x3df,_0x291969:0x280,_0x2aca44:0x208,_0x5314c5:0x182,_0x271e12:0x254,_0x2608cf:0x184,_0x2c5b06:0x242,_0x408802:0x1af,_0x43cc50:0x27e,_0x18fbc3:0x1e6,_0x488bee:0x461,_0x54abc8:0x4a2,_0x36e4da:0x477,_0x1efbda:0x24b,_0x426d9b:0x2b8,_0x132cb2:0x21c,_0x2f4896:0x18f,_0x5391e7:0x160,_0x1ba9bd:0x46c,_0x45a104:0x4df,_0xf4dd27:0x347,_0x142208:0x328,_0x4ac8f4:0x2d6,_0x5c7ec0:0x3d3,_0x3b9bf7:0x459,_0x3a8822:0x45f,_0x2c00bd:0x4d0,_0x6a0446:0x384,_0x28a007:0xab,_0x57cf8b:0x379,_0x1d30fc:0x12f},_0x44eee4={_0x4943a9:0x19,_0x259f40:0x1cf},_0xb3dd71={_0x3a0de8:0x125,_0x28efe6:0x1eb},_0x122ff0={};function _0x1e7362(_0x804872,_0xf396d3,_0x4c91e5,_0xa81d3f){return _0x2dae0c(_0x4c91e5,_0xa81d3f-0x47f,_0x4c91e5-_0xb3dd71._0x3a0de8,_0xa81d3f-_0xb3dd71._0x28efe6);}_0x122ff0['bfohf']=_0x2d96bf(_0x550fea._0x5bb429,0x24a,0x288,0x23e)+'t',_0x122ff0[_0x2d96bf(_0x550fea._0x503a1b,_0x550fea._0x1d4bd,0x97,0x1f5)]=_0x2d96bf(0x160,0x191,_0x550fea._0x22626f,_0x550fea._0x468fa9)+'/skills/:s'+'killId\x20to\x20'+_0x2d96bf(0x147,0xf1,_0x550fea._0x1402c8,0x97)+'LL.md',_0x122ff0[_0x2d96bf(0x3d3,0x2d6,0x2fd,_0x550fea._0x28bd61)]='Invalid\x20sk'+_0x1e7362(0x3cb,0x586,0x43d,_0x550fea._0x164ef3),_0x122ff0[_0x2d96bf(0x150,_0x550fea._0xecedb3,0xed,_0x550fea._0x171a47)]=_0x1e7362(0x352,_0x550fea._0x53c049,_0x550fea._0x59cad7,_0x550fea._0x1ebccd)+_0x2d96bf(0x12,_0x550fea._0xb194ba,-_0x550fea._0x5864c6,_0x550fea._0x5c5ee7)+'details',_0x122ff0['MpVKY']=_0x2d96bf(0x2e7,_0x550fea._0x3d1278,0x21d,0x29b),_0x122ff0[_0x1e7362(_0x550fea._0x4719dc,_0x550fea._0x2b8c5d,0x48d,0x456)]=_0x1e7362(_0x550fea._0x54b079,_0x550fea._0x1bfe6b,_0x550fea._0x435c26,_0x550fea._0x4b6819),_0x122ff0[_0x1e7362(0x3cf,_0x550fea._0xf12007,_0x550fea._0x181811,_0x550fea._0xe4addb)]=function(_0x300eff,_0x42e8d4){return _0x300eff===_0x42e8d4;},_0x122ff0[_0x1e7362(_0x550fea._0x2938ba,_0x550fea._0x10bf11,_0x550fea._0x5498a6,_0x550fea._0x493942)]=_0x1e7362(0x392,0x3f6,0x282,0x30e),_0x122ff0[_0x1e7362(_0x550fea._0x7d31f2,_0x550fea._0x2580cf,0x2fd,_0x550fea._0x4155f8)]=_0x1e7362(_0x550fea._0x5d730b,_0x550fea._0x8af0b,_0x550fea._0x5172e6,_0x550fea._0x31ffd8),_0x122ff0[_0x2d96bf(0x225,_0x550fea._0x4d3ed2,_0x550fea._0xeca5df,_0x550fea._0x527dc6)]=function(_0x3bc7e3,_0x977317){return _0x3bc7e3===_0x977317;},_0x122ff0[_0x1e7362(_0x550fea._0x1dc9dc,0x51c,_0x550fea._0x3e0f24,_0x550fea._0x2bd905)]=_0x1e7362(0x4cd,0x51b,0x4d1,_0x550fea._0x3d8d1a),_0x122ff0['poLLr']=_0x2d96bf(_0x550fea._0x53c52b,_0x550fea._0x1cda38,0x1a4,_0x550fea._0x4f4d51)+_0x1e7362(0x407,0x3f9,0x3a8,0x44d),_0x122ff0[_0x2d96bf(_0x550fea._0x4f4d51,0x1d9,_0x550fea._0x2cf6f9,0x296)]=function(_0x17f25f,_0x5d5735){return _0x17f25f===_0x5d5735;},_0x122ff0[_0x1e7362(0x2d9,_0x550fea._0x275001,0x380,0x36d)]=_0x1e7362(_0x550fea._0x4dcddd,0x3d9,0x38c,_0x550fea._0x2a57bb),_0x122ff0[_0x2d96bf(_0x550fea._0x26d16e,0x1e1,_0x550fea._0x26634b,0x234)]=function(_0x417561,_0x1a6228){return _0x417561!==_0x1a6228;};function _0x2d96bf(_0x246232,_0x44d3f4,_0x3345b1,_0x43149c){return _0x3e4cbd(_0x246232-0x1e0,_0x246232,_0x3345b1-_0x44eee4._0x4943a9,_0x44d3f4-_0x44eee4._0x259f40);}_0x122ff0[_0x2d96bf(0x1e9,_0x550fea._0x18c3b0,0x149,_0x550fea._0x2cf6f9)]=_0x2d96bf(0x1,_0x550fea._0x34df15,-_0x550fea._0x151d72,0x1b7),_0x122ff0[_0x1e7362(_0x550fea._0x3a0bfd,0x481,_0x550fea._0x25c03d,0x3dd)]='Not\x20Found';const _0x2df0c7=_0x122ff0,{callingTask:_0x206fe7,skillId:_0x3daec4,skillPath:_0x46dae8,environmentName:_0x540f19}=_0x5e064f,_0x10691c={};_0x10691c[_0x1e7362(0x379,_0x550fea._0x1e63b3,0x2bb,_0x550fea._0x335709)]=_0x206fe7[_0x2d96bf(_0x550fea._0xfd8be4,0x18f,_0x550fea._0xa38837,0xc7)],_0x10691c[_0x2d96bf(_0x550fea._0x52bc1d,_0x550fea._0x2a7b4d,0x2fa,_0x550fea._0xdff12e)]=_0x3daec4,_0x10691c[_0x2d96bf(0x1fb,_0x550fea._0x51119d,_0x550fea._0x5a3026,0x398)+'t']=_0x540f19,logger['info'](_0x2df0c7[_0x2d96bf(0x20d,0x19a,0x245,_0x550fea._0x1b785b)],_0x10691c);const _0x1cdad0=_0x562125['join'](_0x46dae8,_0x2df0c7['MpVKY']);try{const _0x23cca6=await _0x1195dc[_0x1e7362(_0x550fea._0x5c4770,_0x550fea._0x7497d6,_0x550fea._0x3b35e5,_0x550fea._0xe6313e)](_0x1cdad0,_0x2df0c7[_0x2d96bf(0x37d,0x25f,0x18b,0x370)]),{frontmatter:_0x2fda2e,body:_0x453b56}=parseSkillMd(_0x23cca6),_0x2053af=[];try{if(_0x2df0c7[_0x1e7362(0x354,0x331,0x48d,_0x550fea._0xe4addb)](_0x2df0c7[_0x1e7362(_0x550fea._0x1324a9,_0x550fea._0x20ef5d,0x39e,_0x550fea._0x1ee459)],_0x2df0c7['EWOSR'])){const _0x4145fb={};return _0x4145fb[_0x1e7362(_0x550fea._0x1af6d1,0x3b5,_0x550fea._0x31a737,_0x550fea._0x1b8652)]=_0x2df0c7[_0x1e7362(_0x550fea._0x5d7bfd,_0x550fea._0x3f2d79,0x380,_0x550fea._0x545549)],_0x4145fb['message']=_0x2df0c7[_0x2d96bf(_0x550fea._0x1fa0f2,_0x550fea._0x1d4bd,0x202,0x130)],_0x27eb1f[_0x1e7362(0x39c,_0x550fea._0x14c643,0x45d,0x379)](-0x71*-0x7+0x884*-0x3+0x1805)[_0x2d96bf(0x153,0x184,0x281,0x25c)](_0x4145fb);}else{const _0x28716e={};_0x28716e['withFileTy'+_0x1e7362(_0x550fea._0x5ca1b5,_0x550fea._0x274cd8,0x27c,_0x550fea._0x5b2e5f)]=!![];const _0x53213b=await _0x1195dc[_0x1e7362(_0x550fea._0x1bf657,_0x550fea._0x48cdaf,_0x550fea._0x22a5c4,_0x550fea._0x3f8b67)](_0x46dae8,_0x28716e);for(const _0x42f376 of _0x53213b){if(_0x2df0c7[_0x1e7362(_0x550fea._0x2035a5,_0x550fea._0x3a0bfd,_0x550fea._0x4bd2a7,0x380)](_0x42f376[_0x2d96bf(0x1d2,0x28a,_0x550fea._0x4ad206,_0x550fea._0x119d4b)],'SKILL.md'))continue;if(_0x42f376[_0x1e7362(0x35f,_0x550fea._0x8a25da,_0x550fea._0x550791,_0x550fea._0x23d6f2)]()){const _0x431d30={};_0x431d30[_0x2d96bf(0x34b,0x28a,0x1af,_0x550fea._0x528ca2)]=_0x42f376['name'],_0x431d30[_0x1e7362(0x26c,_0x550fea._0x56b370,0x322,0x352)]=_0x2df0c7['EutPK'],_0x2053af[_0x2d96bf(0x2d8,0x2e3,_0x550fea._0x2551d7,_0x550fea._0x2a9de7)](_0x431d30);}else{if(_0x42f376[_0x1e7362(0x237,0x20e,0x3b5,_0x550fea._0x281f3f)+'y']()){const _0x50775f={};_0x50775f['name']=_0x42f376[_0x1e7362(_0x550fea._0x5b0e3d,_0x550fea._0x36aa35,0x471,_0x550fea._0x139ccc)],_0x50775f['type']='directory',_0x2053af[_0x1e7362(_0x550fea._0x1ffef4,_0x550fea._0x5828d1,_0x550fea._0x3259d3,0x4da)](_0x50775f);}}}}}catch{}const _0x2689d0={};_0x2689d0['id']=_0x3daec4,_0x2689d0['name']=_0x2fda2e[_0x2d96bf(_0x550fea._0x57f073,_0x550fea._0x468bd5,0x359,0x257)]||_0x3daec4,_0x2689d0[_0x2d96bf(0x76,_0x550fea._0x2bc1be,_0x550fea._0xa30c97,0x1bb)+'n']=_0x2fda2e[_0x2d96bf(_0x550fea._0x40dc0c,0x105,_0x550fea._0x2dfe92,0xf2)+'n']||'',_0x2689d0[_0x1e7362(_0x550fea._0x16bb68,0x563,_0x550fea._0x58b8c4,0x4d6)]=_0x453b56,_0x2689d0['allowed-to'+'ols']=_0x2fda2e[_0x2df0c7[_0x2d96bf(-_0x550fea._0x188c8e,0xeb,0xcd,0x14)]]||[],_0x2689d0[_0x1e7362(_0x550fea._0x33cafe,_0x550fea._0x2f1e0d,_0x550fea._0x184e0f,_0x550fea._0x853f41)]=_0x2fda2e['model']||null,_0x2689d0[_0x1e7362(_0x550fea._0x4788ef,_0x550fea._0x6435ba,0x2e9,0x36c)+'int']=_0x2fda2e[_0x2d96bf(_0x550fea._0x52014b,0x175,_0x550fea._0x538a93,0x19c)+'int']||null,_0x2689d0[_0x2d96bf(0x29d,_0x550fea._0x3de67c,0x251,0x17b)]=_0x2053af,_0x2689d0[_0x1e7362(0x5bc,_0x550fea._0x4714a3,0x521,_0x550fea._0x4ef51f)+'t']=_0x540f19,_0x5728c0[_0x1e7362(0x43e,_0x550fea._0x21e7f4,0x333,0x37b)](_0x2689d0);}catch(_0x5a0114){if(_0x2df0c7['Ksyyw'](_0x5a0114[_0x2d96bf(0x186,_0x550fea._0xe2c82d,0x1e2,0x8f)],_0x2df0c7['nTGcb'])){if(_0x2df0c7['VbIKl'](_0x2df0c7[_0x1e7362(0x236,0x1eb,_0x550fea._0x41a4be,_0x550fea._0xf3a58e)],_0x2df0c7['zFpUk'])){const _0x4b48db={};return _0x4b48db[_0x1e7362(0x4c0,_0x550fea._0x350479,0x52f,_0x550fea._0x1b8652)]=_0x2df0c7[_0x1e7362(_0x550fea._0x224610,0x1de,_0x550fea._0xaffc8b,0x2f7)],_0x4b48db[_0x1e7362(_0x550fea._0x17548d,_0x550fea._0x214de4,_0x550fea._0x407013,_0x550fea._0x5569b0)]=_0x2df0c7[_0x2d96bf(0x2e4,0x2d6,_0x550fea._0x142e8a,_0x550fea._0x291969)],_0x201785[_0x2d96bf(_0x550fea._0x2aca44,_0x550fea._0x5314c5,_0x550fea._0x271e12,0x11b)](0x21*0x5b+0x101*0x3+-0xd2e)[_0x2d96bf(0xc4,_0x550fea._0x2608cf,_0x550fea._0x2c5b06,_0x550fea._0x408802)](_0x4b48db);}else{const _0x3452b7={};return _0x3452b7[_0x2d96bf(0x218,0x2ad,0x2be,0x36a)]=_0x2df0c7[_0x2d96bf(_0x550fea._0x43cc50,_0x550fea._0x18fbc3,0x1d6,0x265)],_0x3452b7[_0x1e7362(_0x550fea._0xe6313e,_0x550fea._0x488bee,0x333,_0x550fea._0x5569b0)]=_0x1e7362(_0x550fea._0x54abc8,0x52c,0x3be,_0x550fea._0x36e4da)+_0x3daec4+(_0x1e7362(0x22b,0x318,_0x550fea._0x1efbda,_0x550fea._0x426d9b)+'d'),_0x5728c0['status'](-0x1184+0x63f+0xcd9)[_0x2d96bf(0x1f8,0x184,_0x550fea._0x132cb2,0x187)](_0x3452b7);}}const _0x42e2b0={};_0x42e2b0['taskId']=_0x206fe7[_0x2d96bf(0x249,_0x550fea._0x2f4896,_0x550fea._0x5391e7,0xf1)],_0x42e2b0[_0x1e7362(0x399,_0x550fea._0x1ba9bd,_0x550fea._0x45a104,0x486)]=_0x3daec4,_0x42e2b0[_0x2d96bf(_0x550fea._0xf4dd27,0x2ad,0x362,_0x550fea._0x142208)]=_0x5a0114['message'],logger['error']('Failed\x20to\x20'+'read\x20skill',_0x42e2b0);const _0x327427={};_0x327427[_0x2d96bf(0x372,0x2ad,_0x550fea._0x4ac8f4,_0x550fea._0x181811)]=_0x1e7362(_0x550fea._0x2551d7,0x37b,_0x550fea._0x5c7ec0,_0x550fea._0x3b9bf7)+_0x1e7362(0x471,_0x550fea._0x3a8822,0x567,_0x550fea._0x2c00bd)+'r',_0x327427[_0x1e7362(0x42d,0x363,_0x550fea._0x6a0446,_0x550fea._0x36aa35)]=_0x2d96bf(_0x550fea._0x28a007,0x113,0x19,0x174)+'read\x20skill',_0x5728c0[_0x1e7362(_0x550fea._0x51119d,0x270,0x46b,_0x550fea._0x57cf8b)](-0x1415+-0x1b8b*-0x1+-0x582)[_0x2d96bf(0x236,0x184,_0x550fea._0x2608cf,_0x550fea._0x1d30fc)](_0x327427);}}),router[_0x3e4cbd(-0x16,-0x7b,0x4d,0xa1)](_0x3e4cbd(-0x69,-0x28,0x6a,0x7c)+_0x2dae0c(-0x1d7,-0x178,-0xc7,-0x1d1),requireTaskAuth,validateSkillAccess,async(_0x2df3e5,_0x1c51cd)=>{const _0x528ed3={_0x59af70:0x553,_0x41bf73:0x3b0,_0x8d5c73:0x44f,_0x214cac:0x41,_0x11b53f:0xf6,_0x271933:0x45c,_0xf2fc8d:0x54c,_0x1fd234:0x3fb,_0x188bf0:0x94,_0x1a8aa2:0xc2,_0x80d302:0x225,_0x2f0ae7:0x2e0,_0x2bbbba:0x1d8,_0x213b74:0x1,_0x25a07b:0x30a,_0x40f5ab:0x380,_0x5bce12:0x3a2,_0x17c5d1:0x2d8,_0x210f79:0x163,_0x362dc3:0x26,_0x2f7119:0x18,_0x2570b4:0x1b0,_0x3f3ccc:0x26d,_0x280181:0x98,_0x4710b1:0x75,_0x4c4c06:0x32,_0x16f6d8:0x39,_0x37854b:0x340,_0x1998ef:0x3dc,_0x1ab7d4:0x3b8,_0x246f4b:0x256,_0x2627f5:0x41b,_0x5589cb:0x304,_0x461b55:0x2a4,_0xca634d:0x212,_0x24327a:0x1d1,_0x3a6212:0xd1,_0xd875ab:0x145,_0x16ad09:0x1c5,_0x1ebc7c:0x4ca,_0xa33a90:0x33f,_0x887ab2:0x67,_0x27dc7b:0x72,_0x2c5cd8:0x36f,_0x5e0319:0x36b,_0x1f9368:0x3c5,_0x30f2e6:0x1b1,_0x228706:0x180,_0x46af32:0x197,_0x398260:0x48c,_0xf145c:0xdd,_0x2e3839:0x522,_0x483ff0:0x501,_0x4a6429:0x46d,_0x49e0f2:0x392,_0x499070:0x4a9,_0x24dcf6:0x48e,_0x1e50d1:0x46d,_0x518ab0:0x115,_0x5c93ed:0x2e,_0x54d3d6:0x1f4,_0x2eee80:0x7d,_0x53071f:0x13d,_0x1e7649:0x23,_0x1e14db:0x3ca,_0x400bce:0x5aa,_0x8ee84d:0x3a0,_0xb6768f:0x2be,_0x77c617:0x2f5,_0x3369cf:0xfa,_0x5f22f2:0x1d5,_0x36bef0:0x56,_0x231994:0x3b2,_0x415c42:0x41e,_0x1d02f0:0x311,_0x59846b:0x30d,_0x43e460:0x18b,_0x367ca3:0x3ba,_0x3fc7b9:0x375,_0x2a48d2:0x9b,_0x1ac779:0x193,_0x2bdd9a:0x69,_0x5548c3:0x351,_0x5ac7c3:0x48a,_0x41d10b:0x259,_0x137570:0x264,_0x46c6d7:0x33b,_0x2c6fc7:0x2da,_0x1d6f95:0x156,_0x267bf5:0x12f,_0x3b6b17:0x2e1,_0x54a9b4:0x21a,_0x37d9a3:0x15a,_0x27c177:0x56,_0x2f3fd1:0x27e,_0x530c07:0x447,_0x1c5ae4:0x5b2,_0xeaf1:0x3b1,_0x1780f7:0x49e,_0x283115:0x118,_0x5bac62:0x1b5,_0x48dead:0x1c,_0x5e73e7:0x459,_0x2ab42f:0xb3,_0x19b03c:0x122,_0x3ad653:0x272,_0x2fd75c:0x18d,_0x358327:0x1f7,_0x570ca6:0x13b,_0x3e0d3c:0x2f7,_0x5098ed:0x204,_0x3211fb:0x2c9,_0x526d7f:0x2a8,_0xce6a82:0x300,_0x3d143d:0x162,_0x14da6b:0x26a,_0x3b8cc4:0x10f,_0xbf5278:0xa3,_0xf0472a:0x4c5,_0x29d68e:0x4b9,_0x2e18a7:0x68,_0x51df20:0x126,_0x52760d:0xf3,_0x320181:0x4fd,_0xfb382c:0x3eb,_0xbf89e1:0x403,_0x306aee:0x412,_0x348b0a:0x309,_0x349e44:0x366,_0x1e4b73:0x394,_0x1e3382:0x4ff,_0x417157:0x86,_0x3370ea:0x11f,_0x472ba1:0xc8,_0x1104fd:0x11c,_0x23a905:0x14c,_0x13c1c1:0xd9,_0xe40bbd:0x19a,_0x2d7c70:0x287,_0x2fccf8:0x54,_0x8817f5:0xe0,_0x344a8a:0x10f,_0x492ab3:0x3f3,_0x3b0952:0x1ce,_0x8ab7f5:0x159,_0x5da417:0x3d5,_0x2c59f4:0x403,_0x88d240:0x552,_0x2f76dd:0x441,_0x48b929:0x19,_0x3e9cc6:0xe2,_0x4fe0da:0x4d7,_0x868038:0x32b,_0x24a1d7:0x35e,_0x46345c:0x2fd,_0x120bc4:0x2be,_0x28bb80:0x341,_0x3d83b5:0x325,_0x548830:0x2c4,_0x383ac5:0x99,_0x5af5e1:0x170,_0x396b66:0x87,_0x17e230:0x285,_0x43d843:0x457,_0x21de16:0x487,_0x4fc8bf:0x86,_0x56bcbb:0x104,_0x334197:0x408,_0x2e23e3:0x476,_0x331090:0x386,_0x3a798f:0x49e,_0x43b944:0x106,_0x110656:0xec,_0x1f9976:0x92,_0x178d7d:0x1b1},_0x37dcfa={'GugcQ':function(_0x1da6b8,_0x474240){return _0x1da6b8===_0x474240;},'miYDG':_0x3ac87b(0x4b6,_0x528ed3._0x59af70,_0x528ed3._0x41bf73,_0x528ed3._0x8d5c73),'KJVaZ':_0x4ede4d(-0xe9,-_0x528ed3._0x214cac,-_0x528ed3._0x11b53f,-0x1cf)+'t','dzOFE':_0x3ac87b(0x445,0x4db,0x51b,_0x528ed3._0x271933)+_0x3ac87b(0x509,_0x528ed3._0xf2fc8d,_0x528ed3._0x1fd234,0x479),'hpNpl':function(_0x5e1187,_0x4c8206){return _0x5e1187===_0x4c8206;},'VbFMr':function(_0x10d690,_0x4f3205){return _0x10d690===_0x4f3205;},'YKQqb':_0x4ede4d(-0x101,-_0x528ed3._0x188bf0,-_0x528ed3._0x1a8aa2,0x1a)+_0x4ede4d(-0x241,-_0x528ed3._0x80d302,-0x215,-0x122)+_0x4ede4d(-0x206,-0x1c3,-_0x528ed3._0x2f0ae7,-0x1b2)+_0x4ede4d(-0xce,-0x9f,-_0x528ed3._0x2bbbba,_0x528ed3._0x213b74),'FOzhw':'Task\x20updat'+_0x3ac87b(_0x528ed3._0x25a07b,_0x528ed3._0x40f5ab,_0x528ed3._0x5bce12,_0x528ed3._0x17c5d1),'XaWDH':function(_0x4a05d5,_0x2c3999){return _0x4a05d5!==_0x2c3999;},'GyLCM':function(_0x3f1b9e,_0x48b01e){return _0x3f1b9e!==_0x48b01e;},'fQcCP':_0x4ede4d(-0xc4,-_0x528ed3._0x210f79,-_0x528ed3._0x362dc3,_0x528ed3._0x2f7119),'WJDaI':_0x4ede4d(-_0x528ed3._0x2570b4,-_0x528ed3._0x210f79,-0x253,-_0x528ed3._0x3f3ccc),'zZaKu':'yavwG','hQUvd':'utf-8','uasDZ':function(_0x34b71f,_0xe120a6){return _0x34b71f===_0xe120a6;},'ipWUu':_0x4ede4d(-0x15e,-0x1a7,-_0x528ed3._0x280181,-0x11e),'ueEPa':function(_0x1e7daa,_0x44e70f){return _0x1e7daa(_0x44e70f);},'nqCTE':function(_0x4f4d1e,_0x365c16){return _0x4f4d1e!==_0x365c16;},'FohWn':_0x3ac87b(0x27c,0x2b7,0x2c4,0x2ee)+'ols','CcbWE':function(_0x59425d,_0x50fe50){return _0x59425d>_0x50fe50;},'tghdu':function(_0x508ee0,_0x3b0ceb){return _0x508ee0!==_0x3b0ceb;},'ndRka':function(_0x430dff,_0x163567){return _0x430dff!==_0x163567;},'XVRbe':'argument-h'+_0x4ede4d(-_0x528ed3._0x4710b1,-0x4b,-_0x528ed3._0x4c4c06,_0x528ed3._0x16f6d8),'xykKq':'PwmUF','fYdax':function(_0x49e06f,_0x43881a){return _0x49e06f!==_0x43881a;},'meHuD':function(_0x259b9d,_0x1e50a4,_0x1b28c1){return _0x259b9d(_0x1e50a4,_0x1b28c1);},'yXLbp':_0x3ac87b(0x29d,0x296,_0x528ed3._0x37854b,0x2d7)+_0x3ac87b(0x2ef,0x42c,_0x528ed3._0x1998ef,0x38f)+'k','HpEwq':_0x3ac87b(_0x528ed3._0x1ab7d4,_0x528ed3._0x246f4b,_0x528ed3._0x2627f5,_0x528ed3._0x5589cb)+_0x3ac87b(_0x528ed3._0x461b55,_0x528ed3._0xca634d,_0x528ed3._0x24327a,0x2cf)+'ll','bKJKS':_0x4ede4d(-_0x528ed3._0x3a6212,-_0x528ed3._0xd875ab,-_0x528ed3._0x16ad09,-0x142)+_0x3ac87b(0x4e8,0x3ce,0x56c,_0x528ed3._0x1ebc7c)+'r'},{callingTask:_0x55d85f,taskUser:_0x463ee7,skillId:_0x170f56,skillPath:_0x3367f1,environmentName:_0x2ebd2b}=_0x2df3e5;function _0x3ac87b(_0x3fbe79,_0x24cf61,_0x27a3a0,_0x1c2571){return _0x3e4cbd(_0x3fbe79-0x6,_0x24cf61,_0x27a3a0-0x156,_0x1c2571-0x3c0);}const {name:_0x39f730,description:_0x5dd40c,body:_0x519b71,'allowed-tools':_0x195066,model:_0x59111f,'argument-hint':_0x42be51}=_0x2df3e5['body'];function _0x4ede4d(_0x339178,_0x9cf731,_0x3a354e,_0x240f28){return _0x2dae0c(_0x3a354e,_0x339178- -0xab,_0x3a354e-0x15d,_0x240f28-0x91);}if(_0x39f730===undefined&&_0x37dcfa['GugcQ'](_0x5dd40c,undefined)&&_0x519b71===undefined&&_0x37dcfa[_0x3ac87b(0x314,0x31e,_0x528ed3._0xa33a90,0x3f6)](_0x195066,undefined)&&_0x59111f===undefined&&_0x37dcfa[_0x4ede4d(-_0x528ed3._0x887ab2,-_0x528ed3._0x27dc7b,0x2d,0x0)](_0x42be51,undefined)){const _0x2f46b9={};return _0x2f46b9['error']=_0x3ac87b(_0x528ed3._0x2c5cd8,_0x528ed3._0x5e0319,_0x528ed3._0x1f9368,0x43b)+'t',_0x2f46b9['message']=_0x37dcfa['YKQqb'],_0x1c51cd[_0x4ede4d(-_0x528ed3._0x30f2e6,-_0x528ed3._0x228706,-_0x528ed3._0x46af32,-0x1fd)](-0xe8a+-0xcf7*-0x1+0x323)[_0x3ac87b(0x3d8,0x35e,_0x528ed3._0x398260,0x375)](_0x2f46b9);}logger['info'](_0x37dcfa[_0x4ede4d(-0x154,-0x6e,-0x1a2,-0x16a)],{'taskId':_0x55d85f['taskId'],'skillId':_0x170f56,'environment':_0x2ebd2b,'userId':_0x463ee7['id'],'fields':{'name':_0x37dcfa[_0x4ede4d(-0xb7,-0x19c,0x45,-_0x528ed3._0xf145c)](_0x39f730,undefined),'description':_0x37dcfa[_0x3ac87b(_0x528ed3._0x2e3839,_0x528ed3._0x483ff0,0x4c9,_0x528ed3._0x4a6429)](_0x5dd40c,undefined),'body':_0x37dcfa['XaWDH'](_0x519b71,undefined),'allowedTools':_0x37dcfa[_0x3ac87b(_0x528ed3._0x49e0f2,0x41b,_0x528ed3._0x499070,_0x528ed3._0x24dcf6)](_0x195066,undefined),'model':_0x37dcfa[_0x3ac87b(0x3cc,0x363,0x4c5,_0x528ed3._0x1e50d1)](_0x59111f,undefined),'argumentHint':_0x42be51!==undefined}});const _0x427678=_0x562125['join'](_0x3367f1,_0x37dcfa[_0x4ede4d(-_0x528ed3._0x518ab0,-_0x528ed3._0x5c93ed,-0x8c,-_0x528ed3._0x54d3d6)]),_0x2fcec0=new Date()[_0x4ede4d(-_0x528ed3._0x2eee80,-_0x528ed3._0x53071f,-_0x528ed3._0x1e7649,-0x11e)+'g']();try{let _0x1db971='';try{if(_0x37dcfa[_0x3ac87b(_0x528ed3._0x1e14db,0x45d,_0x528ed3._0x400bce,0x48e)](_0x37dcfa[_0x3ac87b(0x324,0x2d2,0x4b2,_0x528ed3._0x8ee84d)],_0x37dcfa['zZaKu']))_0x1db971=await _0x1195dc[_0x3ac87b(0x3d3,_0x528ed3._0xb6768f,0x2fe,_0x528ed3._0x77c617)](_0x427678,_0x37dcfa[_0x4ede4d(-_0x528ed3._0x3369cf,-_0x528ed3._0x5f22f2,-_0x528ed3._0x36bef0,-0x65)]);else{if(_0x37dcfa[_0x4ede4d(-0x91,-0x108,-0x49,-0x156)](_0x2d377d[_0x3ac87b(_0x528ed3._0x231994,0x3f3,_0x528ed3._0x415c42,_0x528ed3._0x1d02f0)],'ENOENT')){const _0x396f99={};return _0x396f99[_0x4ede4d(-0x25c,-0x372,-_0x528ed3._0x59846b,-_0x528ed3._0x43e460)]=_0x37dcfa[_0x3ac87b(0x2c3,_0x528ed3._0x367ca3,_0x528ed3._0x3fc7b9,0x30a)],_0x396f99[_0x4ede4d(-_0x528ed3._0x2a48d2,-0xa5,-_0x528ed3._0x1ac779,-_0x528ed3._0x2bdd9a)]={},_0x396f99;}const _0x3c8d37={};_0x3c8d37[_0x3ac87b(0x461,0x52b,0x427,0x49e)]=_0x482531[_0x3ac87b(0x3fc,0x3a6,_0x528ed3._0x5548c3,0x386)],_0x529a55[_0x3ac87b(0x3e7,0x5b6,_0x528ed3._0x5ac7c3,0x49e)](_0x3ac87b(0x276,_0x528ed3._0x41d10b,_0x528ed3._0x137570,0x304)+_0x4ede4d(-0x26a,-0x28d,-0x2ef,-_0x528ed3._0x46c6d7)+_0x3ac87b(0x3e2,_0x528ed3._0x2c6fc7,0x3f2,0x335)+_0x4ede4d(-0x1b8,-_0x528ed3._0x1d6f95,-_0x528ed3._0x267bf5,-0x188),_0x3c8d37);const _0x4c805d={};return _0x4c805d[_0x3ac87b(0x1bd,_0x528ed3._0x3b6b17,0x341,0x2c8)]=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x54a9b4,-_0x528ed3._0x37d9a3,-0x213,-0x2dd)],_0x4c805d[_0x4ede4d(-0x9b,_0x528ed3._0x27c177,-0x60,-0x8d)]={},_0x4c805d;}}catch(_0x49dc45){if(_0x37dcfa['uasDZ'](_0x49dc45['code'],_0x37dcfa[_0x3ac87b(_0x528ed3._0x415c42,_0x528ed3._0x2f3fd1,_0x528ed3._0x530c07,0x35c)])){const _0x33aab3={};return _0x33aab3[_0x3ac87b(_0x528ed3._0x1c5ae4,0x4a2,_0x528ed3._0xeaf1,_0x528ed3._0x1780f7)]=_0x4ede4d(-_0x528ed3._0x283115,-_0x528ed3._0x5bac62,-_0x528ed3._0x48dead,-0x1e6),_0x33aab3[_0x3ac87b(0x494,0x316,_0x528ed3._0x5e73e7,0x386)]=_0x4ede4d(-_0x528ed3._0x2ab42f,-_0x528ed3._0x19b03c,0x13,0x5f)+_0x170f56+(_0x4ede4d(-_0x528ed3._0x3ad653,-_0x528ed3._0x2fd75c,-_0x528ed3._0x358327,-0x1fb)+'d'),_0x1c51cd[_0x4ede4d(-_0x528ed3._0x30f2e6,-0xed,-_0x528ed3._0x570ca6,-_0x528ed3._0x461b55)](0x1*0x2689+-0x20c*0x13+0x1ef)['json'](_0x33aab3);}throw _0x49dc45;}const _0x4654ee=_0x37dcfa[_0x4ede4d(-0x21e,-0x199,-0x2aa,-_0x528ed3._0x3e0d3c)](parseSkillMd,_0x1db971),_0xa83f7b={'name':_0x39f730!==undefined?_0x39f730:_0x4654ee['frontmatte'+'r']['name']||_0x170f56,'description':_0x37dcfa[_0x4ede4d(-_0x528ed3._0x5098ed,-0x178,-0xf3,-_0x528ed3._0x3211fb)](_0x5dd40c,undefined)?_0x5dd40c:_0x4654ee['frontmatte'+'r'][_0x4ede4d(-0x22e,-_0x528ed3._0x526d7f,-0x18d,-_0x528ed3._0xce6a82)+'n']||''},_0x8e1f90=_0x195066!==undefined?_0x195066:_0x4654ee['frontmatte'+'r'][_0x37dcfa[_0x4ede4d(-0x237,-_0x528ed3._0x3d143d,-0x1cf,-0x15e)]];_0x8e1f90&&_0x37dcfa['CcbWE'](_0x8e1f90[_0x3ac87b(0x2c0,0x28d,0x35a,0x2d9)],0x11*-0x65+-0xa8+0x75d)&&(_0xa83f7b[_0x37dcfa[_0x4ede4d(-0x237,-_0x528ed3._0x14da6b,-0x12e,-0x293)]]=_0x8e1f90);const _0x3a1859=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x3b8cc4,0xd,-0x1a9,-_0x528ed3._0xbf5278)](_0x59111f,undefined)?_0x59111f:_0x4654ee[_0x3ac87b(_0x528ed3._0xf0472a,0x392,_0x528ed3._0x29d68e,0x403)+'r'][_0x4ede4d(-_0x528ed3._0x2e18a7,-_0x528ed3._0x51df20,-_0x528ed3._0x52760d,-0xc1)];_0x3a1859&&(_0xa83f7b['model']=_0x3a1859);const _0x591bc6=_0x37dcfa['ndRka'](_0x42be51,undefined)?_0x42be51:_0x4654ee[_0x3ac87b(_0x528ed3._0x320181,_0x528ed3._0xfb382c,0x463,_0x528ed3._0xbf89e1)+'r'][_0x37dcfa['XVRbe']];if(_0x591bc6){if(_0x37dcfa[_0x3ac87b(0x31d,0x2af,_0x528ed3._0x306aee,0x33c)](_0x37dcfa['xykKq'],_0x3ac87b(0x3f9,_0x528ed3._0x348b0a,_0x528ed3._0x1ab7d4,0x364)))_0xa83f7b[_0x3ac87b(0x45d,0x38a,0x3f9,_0x528ed3._0x349e44)+_0x3ac87b(0x3cb,_0x528ed3._0x1e4b73,_0x528ed3._0x1e3382,0x4af)]=_0x591bc6;else{const _0x3bbf9a={};return _0x3bbf9a[_0x4ede4d(-_0x528ed3._0x417157,-_0x528ed3._0x3370ea,0x51,-0x112)]=_0x37dcfa[_0x4ede4d(-0x16f,-0x1de,-_0x528ed3._0x472ba1,-_0x528ed3._0x1104fd)],_0x3bbf9a['message']=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x23a905,-0x162,-0x263,-_0x528ed3._0x13c1c1)],_0x541788[_0x4ede4d(-0x1b1,-0xb4,-_0x528ed3._0xe40bbd,-_0x528ed3._0x2d7c70)](-0x2683*0x1+0x155e+0x12b5)['json'](_0x3bbf9a);}}const _0x246c2a=_0x37dcfa['fYdax'](_0x519b71,undefined)?_0x519b71:_0x4654ee[_0x4ede4d(-_0x528ed3._0x2fccf8,0x3,-_0x528ed3._0x8817f5,-_0x528ed3._0x344a8a)],_0x49309a=_0x37dcfa[_0x3ac87b(0x1f8,_0x528ed3._0x492ab3,0x377,0x300)](serializeSkillMd,_0xa83f7b,_0x246c2a);await _0x1195dc[_0x4ede4d(-_0x528ed3._0x3b0952,-0x235,-0xb3,-0x2b9)](_0x427678,_0x49309a,_0x37dcfa[_0x4ede4d(-0xfa,-_0x528ed3._0x8ab7f5,-0x14c,-0x148)]);const _0x533f51={};_0x533f51['taskId']=_0x55d85f['taskId'],_0x533f51['skillId']=_0x170f56,_0x533f51['environmen'+'t']=_0x2ebd2b,_0x533f51['userId']=_0x463ee7['id'],logger[_0x3ac87b(_0x528ed3._0x5da417,_0x528ed3._0x2c59f4,_0x528ed3._0x88d240,_0x528ed3._0x2f76dd)](_0x37dcfa['yXLbp'],_0x533f51);const _0x2b18ee={};_0x2b18ee[_0x4ede4d(-0x78,_0x528ed3._0x48b929,0xa2,-_0x528ed3._0x3e9cc6)]=!![],_0x2b18ee['id']=_0x170f56,_0x2b18ee[_0x3ac87b(0x477,0x4f1,0x57a,_0x528ed3._0x4fe0da)+'t']=_0x2ebd2b,_0x2b18ee[_0x3ac87b(0x303,0x3a5,_0x528ed3._0x868038,_0x528ed3._0x24a1d7)]=_0x2fcec0,_0x2b18ee[_0x3ac87b(_0x528ed3._0x46345c,0x32b,_0x528ed3._0x120bc4,_0x528ed3._0x28bb80)+'askId']=_0x55d85f[_0x3ac87b(0x46c,_0x528ed3._0x3d83b5,_0x528ed3._0x548830,0x380)],_0x2b18ee[_0x4ede4d(-_0x528ed3._0x383ac5,-0x80,-0x115,0x7c)+_0x4ede4d(-_0x528ed3._0x5af5e1,-_0x528ed3._0x396b66,-0xcd,-0x14e)]=_0x463ee7['id'],_0x1c51cd[_0x3ac87b(_0x528ed3._0x17e230,0x3f5,0x353,0x375)](_0x2b18ee);}catch(_0x4a5fd9){const _0x48e85e={};_0x48e85e[_0x3ac87b(_0x528ed3._0x43d843,_0x528ed3._0x21de16,0x40d,0x380)]=_0x55d85f[_0x3ac87b(0x46a,0x320,0x352,0x380)],_0x48e85e[_0x4ede4d(-0xa4,-0xe9,-0x1a,-0x5a)]=_0x170f56,_0x48e85e[_0x4ede4d(-_0x528ed3._0x4fc8bf,-0xb4,-_0x528ed3._0x56bcbb,-0x16f)]=_0x4a5fd9[_0x3ac87b(0x3da,_0x528ed3._0x334197,_0x528ed3._0x2e23e3,_0x528ed3._0x331090)],logger[_0x3ac87b(0x56d,0x462,0x42e,_0x528ed3._0x3a798f)](_0x37dcfa[_0x4ede4d(-_0x528ed3._0x43b944,-0x89,-0x32,-0x1da)],_0x48e85e);const _0x49f91e={};_0x49f91e[_0x4ede4d(-0x86,0xd,-0x12e,-0x20)]=_0x37dcfa[_0x4ede4d(-_0x528ed3._0x110656,-0xd7,-0xc1,-_0x528ed3._0x1f9976)],_0x49f91e['message']=_0x37dcfa['HpEwq'],_0x1c51cd[_0x4ede4d(-_0x528ed3._0x178d7d,-0x274,-0x2a8,-0x137)](-0x1d79+-0x20ef*0x1+-0x2*-0x202e)[_0x4ede4d(-0x1af,-0x22a,-0xe7,-_0x528ed3._0x1a8aa2)](_0x49f91e);}}),router[_0x2dae0c(0x2a,-0x93,-0x123,-0xf1)]('/skills/:s'+'killId',requireTaskAuth,validateSkillAccess,async(_0x385f36,_0x53cca5)=>{const _0x4c338a={_0x364423:0x609,_0x130a46:0x50a,_0x11cce1:0x5a9,_0x3c041a:0x4b4,_0x31a934:0x4f3,_0x2be52d:0x4e2,_0x55ce29:0x3de,_0x10afd2:0x466,_0x5a0c1e:0x4b5,_0x51273c:0x16c,_0xbe070c:0xad,_0x199619:0x89,_0x580b34:0xeb,_0x292b88:0x11,_0x1a8deb:0x90,_0x5c592b:0x20e,_0x1bd4ed:0x1bf,_0x308c46:0x217,_0x47179f:0xea,_0x4335a7:0x543,_0x554642:0x474,_0x1ba25b:0x585,_0x27730c:0x2de,_0x1a137d:0x48c,_0x4cf698:0x42c,_0x344640:0x43e,_0x5105b5:0x582,_0x11e9f2:0x620,_0x4cd2d0:0x558,_0x1e5788:0x3be,_0x170508:0x1d5,_0x3fee35:0x233,_0x3a2ae5:0x33c,_0x2d132c:0x8e,_0x3f4015:0x33,_0x1e48af:0x138,_0x428902:0x241,_0x3c4473:0x2cd,_0x41017e:0x149,_0x1034a3:0x2c,_0x3972c1:0x645,_0x2c118e:0x41a,_0x2af6f5:0x3d5,_0x91f690:0x4e1,_0x56fb1e:0x5f1,_0x59fc66:0x5a6,_0x274cd2:0x1ae,_0x900545:0x281,_0x4e5b8c:0x2be,_0x5d748d:0x536,_0x123b89:0x548,_0x294d27:0x1f3,_0x11698d:0x330,_0x59f4a4:0x68c,_0x5639b4:0x567,_0x29e535:0x3b7,_0x109d31:0x5a7,_0x543b08:0x3e3,_0x24cde3:0x47a,_0x13d9e1:0x329,_0x46ba77:0x4f4,_0x4c1c69:0x26a,_0x1c405a:0x20e,_0x5aa279:0x658,_0x116a23:0x579,_0x58365e:0x4e5,_0x9b76d1:0x596,_0xda9c69:0x58f,_0x156090:0x530,_0x2f0c00:0x4dc,_0x6b5040:0x46e,_0x1e941c:0x67d,_0x13a416:0x68b,_0x4b371b:0x95,_0x3502c8:0x22a,_0x28c8c5:0x508,_0x18e12a:0xe8,_0x34f274:0x147,_0x49a26f:0xef,_0x5ea85a:0x8f,_0x153658:0x43c,_0x339b23:0x511,_0x3edd57:0x48a,_0x1dae6d:0x64a,_0x52c2de:0x54b,_0x4b3f6b:0x3af,_0x37adff:0x36a,_0x469aae:0x420,_0x43ac6d:0x63c,_0x19e5d7:0x501,_0x50874e:0x1f7,_0x4810bc:0x227,_0x17aba4:0x213,_0x6a6d37:0x27,_0x4bedcd:0x139,_0x280103:0x11a,_0x2b9fd9:0x3ad,_0x1f9e4b:0x376,_0x40cd07:0x26f,_0xedda3f:0x1b5,_0x493380:0x126,_0x96450:0x402,_0x90f5e6:0x4f1,_0x346dca:0x63f,_0x44bef7:0x4d9,_0x83c016:0x21e,_0x2af7d9:0x1ff,_0x2849ef:0x1ff,_0x3316d3:0x460,_0x89e90f:0x386,_0x56e166:0x541,_0x588988:0x342,_0x38e464:0xc4,_0x297b31:0x99,_0x331e11:0x467,_0xec208e:0x487,_0x3ce1d3:0x5a1,_0x33a204:0x610,_0xafd675:0x2a,_0x17ef41:0x143,_0x557d0f:0x5f8,_0x1716a6:0x6fb,_0x24c315:0x3b7,_0x2c885c:0x3b8,_0x1333b1:0x61e,_0xd622d1:0x547,_0xdcdc29:0x5aa,_0x3a1c59:0x16b,_0x23d2b1:0xa4,_0x1dcd11:0x1b,_0x48074b:0x255,_0x19cf58:0x1ec,_0x4d4733:0x308,_0x581e63:0x1dd,_0x20ee0f:0x5bd,_0x1de1c8:0x600,_0x41475d:0x67b,_0x1c3e4a:0x52b,_0x4e256d:0x59d,_0x1d618e:0x7f,_0x10d828:0xba,_0x46df15:0x146,_0x2c15b1:0x253,_0x5e780d:0x179,_0x34819b:0xfe,_0x257ce7:0x36f,_0x269630:0x46b,_0xfd01f3:0x592,_0x21b438:0x639,_0x4c324f:0x503,_0xa36a41:0x5f1,_0x216bc2:0x560,_0x2eb072:0x4e2,_0x1e31c9:0x4cc,_0x5cbeb6:0x3eb,_0x8027d0:0x39a,_0x5ac50c:0x43b,_0x4b4465:0x249,_0x1895f2:0x137,_0x2e919a:0x4c,_0x23e234:0x105,_0x4b2f0c:0x18c,_0x13cbf:0x6a7,_0x407054:0x624,_0x15d78f:0x5d3,_0x38a0f6:0x5fe,_0xd55723:0x285,_0x274ad7:0x1d1,_0x9a3d3d:0x4c1,_0x29bf83:0x62b,_0x202751:0x519,_0x236c9a:0x5cc,_0x1f1826:0x2a8,_0x43722e:0x638,_0x344dac:0x69a,_0x45f1e1:0x708,_0x4d1e93:0x5f2,_0xff7c0c:0x5b4,_0x158ee4:0x4f4,_0x335343:0x356,_0x2b50d0:0x32e,_0x5787ec:0x2dd,_0xb569b4:0x36e,_0x35fafa:0x3e0,_0x41d5d6:0x124,_0xf8709a:0x1f1,_0x4e3246:0x400,_0x1c8329:0x4d1,_0x4d65ac:0x5c3,_0x3731f9:0x5ba,_0x5d8fd1:0x52e,_0x48fc3f:0x51d,_0x934596:0x1cc,_0x178177:0x122,_0x566251:0x288,_0x2210f3:0x286,_0x23ece9:0x234,_0x3de856:0x1f2,_0x53e4a9:0x412,_0xd6eb1a:0x380,_0x4c4bdb:0x366,_0x5d12bc:0x1bd,_0x592523:0x166,_0x34bfd3:0x1da,_0x501ef2:0x152,_0x13fdce:0xc,_0x45ad8a:0xd6,_0x2734c9:0x1d0,_0x4e96f3:0x122,_0x20cff6:0x21d,_0x3ff705:0x353,_0x35ddc2:0x2d8,_0x259bff:0x3f8,_0x389925:0x31f,_0xae7a18:0x44a,_0x5d4337:0x28c,_0x388652:0x2a7,_0x167eee:0x3a3,_0x3e85bc:0x5e2,_0x3cba1e:0x56e,_0x1a883f:0x581,_0x171b37:0x5ef,_0x2d25e8:0x4db,_0x164e7c:0x58b,_0xfd81dc:0x515,_0x2d57fc:0x737,_0x11b53d:0x702,_0x425115:0x69f,_0x57e509:0x37a,_0x143ac8:0x5e2,_0x4ddb9b:0x17d,_0x2b9b09:0x4b0,_0x23fd7e:0x670,_0x52fb32:0x1be,_0x54f966:0x59c,_0x59a837:0x4b5,_0x4121ae:0x395,_0x54758b:0x2a4,_0x245beb:0x274,_0x32cf87:0x30c,_0x3ba548:0x492,_0x1040dd:0x52d,_0x30be1d:0x4e8,_0x3c2f81:0x547,_0x498c72:0x5db,_0x579152:0xc3,_0x554d90:0x5f5,_0x61aeac:0x564,_0x250ff0:0x5cf,_0x33c1c9:0x4d7,_0x108275:0x414,_0x448f89:0xdf,_0x16780f:0x148,_0x188b67:0x649,_0x5473f8:0x43b,_0x2d81c1:0x348,_0x5daf80:0x29f,_0x2ad28c:0x186,_0xca0a0a:0x144,_0x2d16aa:0x5b5,_0x567925:0x21b,_0x109cfe:0x190,_0x3081de:0x706,_0x4c4f72:0x66c,_0x299007:0x235,_0x104b5b:0x125,_0x4066ba:0x204,_0x4d200f:0x1ca,_0x1f9470:0x186,_0x44cf5c:0x279,_0x25f2b7:0x5b9,_0x26d551:0x4e2,_0x421d5e:0x569,_0x347069:0x671,_0x1b8d04:0x604,_0x2579e4:0x432,_0x26364b:0x240,_0xa8b079:0x2a9,_0x2a869e:0x3ad,_0x535182:0x352,_0x5dc65c:0x23d,_0x3c2050:0x3bf,_0x5ee81e:0x155,_0x2cbeb3:0x1ea,_0x3cb039:0x115,_0x5b1a0a:0x2fe,_0x2a0037:0x444,_0x4968f1:0x3f2,_0x42e64a:0x588,_0x3fae84:0x3c4,_0x11c861:0x425,_0x2358b3:0x1bd,_0x4c1761:0x33e,_0x4768ed:0x533,_0x2e7eb3:0x5f9,_0x147d6e:0xf1,_0x44f531:0xfb,_0x135e5a:0x191,_0x2a3fa2:0x4c0,_0x57edaa:0x54e,_0x2d6ee4:0x436,_0x51c92a:0x1d8,_0x5cbaab:0x29a,_0x4abae1:0x5f8,_0x360779:0x2dd,_0xb3f4b5:0x266,_0x28d52a:0x28f,_0x52a3a4:0x53b,_0x1d712a:0x5d0,_0x5c3559:0x4cd,_0x338898:0x1db,_0x50a796:0x644,_0xf988a5:0x25f,_0x53ca45:0x17a,_0x16c907:0x249,_0x391123:0x208,_0x10f4b6:0x1e3,_0x1c82a4:0x30f,_0x13154b:0x2b7,_0x44c403:0x303,_0x1e1eab:0x270,_0x32363a:0x539,_0x27eb1d:0x64e,_0x3ca2bb:0x291,_0x457021:0x216,_0x5b071b:0x405,_0x5d23bd:0x43b,_0x5e6d01:0x6c0,_0x513e06:0x71c,_0x52a2fc:0x6b1,_0xbad20f:0x614,_0x591190:0x64d,_0x7d0525:0x60b,_0x159174:0x73e,_0x1b0fec:0x6e5,_0x5137d8:0x306,_0x196f37:0x1f8,_0x314470:0x1d7,_0x5e16f3:0x123,_0x3259fe:0x601,_0x5aeb96:0x709,_0x44760c:0x547,_0x30c5af:0x186,_0x446d98:0x5e2,_0x6b25be:0x3ce,_0x458a75:0x398,_0xefa1f1:0x367,_0x4de0e4:0x2a4,_0x3756ae:0x1e4,_0x5bc621:0x432,_0xbf70af:0x5d9,_0x7f6a3a:0x4e8,_0x1a9c85:0x650,_0x7a0346:0x254,_0x585023:0x359,_0x14f98f:0x1a9,_0x25e187:0x265,_0x2fbaad:0xb6,_0x4977bb:0x3f9,_0x45893b:0x4e2,_0x5b7ace:0x66b,_0x3df9a4:0x656,_0xbf33bb:0x668,_0x7974e0:0x2e6,_0x3ae843:0x4ed,_0xde1075:0x4a3,_0x2e1667:0x48d,_0x2c79c6:0x4ec,_0x10fc73:0x18c,_0x3bde83:0xc4,_0x555aa6:0x170,_0x550cae:0x1ba,_0x27ee0e:0x6fa,_0x4baae4:0x6dc,_0x9738ed:0x594,_0xa99e1d:0x69d,_0x58671a:0x6cc,_0x4cc4de:0x69c,_0x50d434:0x5f1,_0x214023:0x653,_0x5f19ef:0x4d6,_0x2da3db:0x5d3,_0x2cf583:0x176,_0xf2088b:0xd5,_0x1b132c:0x17b,_0x546d54:0xae,_0x29d552:0x5c1,_0x183f47:0x598,_0x5e1a27:0x27f,_0x4b1b9d:0x5c5,_0x306e27:0x602,_0x9627b8:0x5f2,_0x11549a:0x664,_0x127451:0x426,_0x2ef7ad:0x52c,_0x3c5611:0x515,_0x20fd7d:0x475,_0x29ae75:0x2f0,_0x4f2d21:0x6ed,_0x405cda:0x5be,_0x480466:0x60f,_0x2c2dbd:0x2c8,_0x1e4863:0x24b,_0x340295:0x3e1,_0x5a2e32:0x4c0,_0x8f52d4:0x490,_0x1c4906:0x407,_0x426c2e:0x232,_0x329660:0x44c,_0x183f13:0x73,_0x3ecde8:0x186,_0xbf361f:0x275,_0x3ccdaf:0x1e1,_0x5891ea:0x2ba,_0x4e8302:0x10,_0x7c523d:0x121,_0x5a8ab0:0x2c4,_0x30f336:0x2b2,_0x240389:0x154,_0x469f01:0x3a2,_0x26ed49:0x6a4,_0x39c404:0x5a0,_0x55f566:0x570,_0x2a203c:0x5cd,_0x5eeed9:0x56c,_0x1e923a:0x2ba,_0x5197cc:0x31d,_0x2634aa:0x19d,_0xe39137:0x15b,_0x157e06:0x154,_0x9e9d03:0x131,_0x3240ab:0x20a,_0x4327e0:0x5d1,_0x5d76f0:0x50b,_0x53f2e7:0x485,_0x257030:0x45d,_0xdb3a1d:0x549,_0x23fdfa:0x4a8,_0x48806d:0x20d,_0x4f28aa:0x16d,_0x5555e6:0x1b1,_0x24ae44:0x2b4,_0x554f1:0x18,_0xf7e2a:0x42b,_0x5d5156:0x55b,_0x309859:0x4f9,_0x5809bb:0x3cf,_0x591d12:0x478,_0x1fa14f:0x5ff,_0x5055fb:0x611,_0x778eda:0x686,_0x2352a2:0x63e,_0x27b8c7:0x600,_0x343352:0x10a,_0x16d88d:0x464,_0x291fd7:0x53b,_0x20c184:0x2c0,_0x14eb3d:0x2a4,_0x45671f:0x32a,_0x30b5fd:0xb6,_0x56330a:0x28,_0x3a7c7f:0x537,_0x2c8147:0x46d,_0x5bee71:0x5b3,_0x1b4b40:0x3ed,_0x5838e3:0x45e,_0x52bd5f:0x63d,_0xe83063:0x535,_0x1304f6:0x84,_0x148779:0x6c7,_0x4fa19f:0x74b,_0x4d4b37:0x6ac,_0x189409:0x53e,_0x312e4a:0x264,_0x2ea1d0:0x2c3,_0x5f2d0f:0x1b8,_0x4f8bda:0x203,_0x47330c:0x99,_0x2c4eeb:0xc1,_0x314cad:0x81,_0x3cd2f8:0x1cd,_0x3cc1d5:0x41,_0xd9fbd8:0x179,_0x17e1c8:0x111,_0x5a56d8:0x4d7,_0x12ca11:0x49e,_0xcb95b0:0x574,_0x3ed536:0x100,_0x1ec3ec:0x186,_0x581118:0x11d,_0x45d584:0x16a,_0x5eb8e9:0x50c,_0x1a683f:0x5e2,_0x5e40f0:0x6d4,_0x3a422b:0x539,_0x28624a:0x124,_0x29f470:0x24b,_0x1c80b4:0x305,_0x546bdb:0xfa,_0x4f02e4:0x2d8,_0x1f196b:0x4e2,_0x1316f9:0x3e7,_0x4425d5:0x3f2,_0x5dc6ec:0x2cc,_0x19e68c:0x1a6,_0x5419ee:0x2f3,_0x3ef518:0x22d,_0x5498f0:0x3da,_0x563293:0x387,_0x3d1c41:0x2d5,_0x214afe:0x2a7,_0x5c6882:0x361,_0x43d937:0x544,_0x1fa0e6:0x195,_0x27d0f1:0xbf,_0x178e2f:0x399,_0xb9cbfc:0x516,_0x2fe1b3:0x41b,_0xa6a212:0x3ff,_0x37477c:0x2ca,_0x1a6202:0x60e,_0x2eccf9:0x62b,_0x3128b2:0x2a5,_0xce2d7b:0x1b7,_0x4aafbd:0x25c,_0x4f6ecc:0x639,_0x580c92:0x3ea,_0x21223b:0x393,_0x435575:0x69c,_0x122e13:0x607,_0x5be5a0:0x3db,_0x6ea0a6:0x53c,_0x39ec84:0x23b,_0xba7fe8:0x1c4,_0xe6071a:0x159,_0xe3bb4b:0x4aa,_0x1f5156:0x530,_0x332911:0x58a,_0xa25396:0x49b,_0x53d930:0x53a,_0x149c84:0x458,_0x25a15e:0x5e6,_0x24f3f5:0x673,_0xdb5c9f:0x432,_0x1eb8a7:0x247,_0x511fef:0x2f9,_0x342846:0x2ed,_0x511ef3:0x278,_0x534d91:0x182,_0x40e282:0x1a1,_0x4ecd51:0x282,_0x489998:0x294,_0x210e9a:0x275,_0x23f84c:0x285,_0x595326:0x516,_0x1efa0b:0x17b,_0x1a04ba:0x121,_0x37d20b:0x268,_0x5c1650:0x256,_0x138763:0x36d,_0x19af56:0x1c8,_0x1fc90e:0x275,_0x1309d1:0x276,_0x49d329:0x5a0,_0x1346b6:0x4e6,_0x3c3f88:0xd1,_0x4d12e1:0xbc,_0x55ecb4:0x454,_0x533323:0x18e,_0x9778b3:0x1c1,_0x47f8b5:0xad,_0x116206:0x2e,_0x34d5d1:0x3a6,_0x5107e7:0x2bc,_0x20280f:0x2bd,_0x4d2dc9:0x421,_0x1ef3cf:0x4d5,_0x5a6ab0:0x5ef},_0x2b9959={_0x4549ab:0x9d,_0x11f4d3:0x1b1},_0x59873a={'RGwrV':'allowed-to'+_0x3095c(_0x4c338a._0x364423,_0x4c338a._0x130a46,_0x4c338a._0x11cce1,0x4c1),'FdpJO':_0x3095c(0x684,_0x4c338a._0x3c041a,0x56e,_0x4c338a._0x31a934),'VcKea':_0x3095c(_0x4c338a._0x2be52d,_0x4c338a._0x55ce29,_0x4c338a._0x10afd2,_0x4c338a._0x5a0c1e)+_0x55a954(_0x4c338a._0x51273c,_0x4c338a._0xbe070c,-0x1b,0x1c9)+_0x55a954(_0x4c338a._0x199619,_0x4c338a._0x580b34,_0x4c338a._0x292b88,_0x4c338a._0x1a8deb)+_0x55a954(0x158,0x22e,_0x4c338a._0x5c592b,_0x4c338a._0x1bd4ed)+_0x55a954(0x260,0x151,_0x4c338a._0x308c46,_0x4c338a._0x47179f)+_0x3095c(_0x4c338a._0x4335a7,_0x4c338a._0x554642,0x573,_0x4c338a._0x1ba25b),'LVIPh':_0x55a954(0x1a4,0x1f0,0x256,_0x4c338a._0x27730c)+'ted\x20by\x20tas'+_0x3095c(0x485,_0x4c338a._0x1a137d,_0x4c338a._0x4cf698,_0x4c338a._0x344640)+'\x20registry\x20'+_0x3095c(0x4de,0x50c,_0x4c338a._0x5105b5,_0x4c338a._0x11e9f2),'ZHKZE':_0x3095c(_0x4c338a._0x4cd2d0,0x3d3,0x466,_0x4c338a._0x1e5788)+'write\x20skil'+_0x55a954(_0x4c338a._0x170508,0x284,_0x4c338a._0x3fee35,_0x4c338a._0x3a2ae5),'YWgol':'Internal\x20S'+'erver\x20Erro'+'r','ewnSD':_0x55a954(_0x4c338a._0x2d132c,0x10a,_0x4c338a._0x3f4015,0x20f)+_0x55a954(_0x4c338a._0x1e48af,0x197,0x27c,0x1e4),'hmDeo':_0x55a954(0x1ac,_0x4c338a._0x428902,0x322,_0x4c338a._0x3c4473)+'t','wIBTc':_0x55a954(0x15d,0x1ca,0x1aa,_0x4c338a._0x41017e)+_0x55a954(0x216,0x128,_0x4c338a._0x1034a3,0xb6),'kduBq':function(_0x2fc448,_0x40c396){return _0x2fc448===_0x40c396;},'aWPBq':_0x3095c(0x4d3,_0x4c338a._0x3972c1,0x528,_0x4c338a._0x2c118e),'iytru':_0x3095c(_0x4c338a._0x2af6f5,0x4e8,_0x4c338a._0x10afd2,_0x4c338a._0x91f690)+_0x3095c(0x4f6,_0x4c338a._0x56fb1e,0x4d4,_0x4c338a._0x59fc66),'vNyzj':_0x55a954(0x184,0x1c0,0x25b,0x1f5)+_0x55a954(0x1f6,_0x4c338a._0x274cd2,_0x4c338a._0x900545,_0x4c338a._0x4e5b8c)+'d','HNrrC':_0x3095c(0x4b3,_0x4c338a._0x5d748d,_0x4c338a._0x123b89,0x518),'fCAju':function(_0x3f1f9b,_0x1afe8b){return _0x3f1f9b===_0x1afe8b;},'oSryF':function(_0x104e49,_0x4140ed){return _0x104e49===_0x4140ed;},'meYdk':function(_0xd1b42c,_0x2cdc9a){return _0xd1b42c!==_0x2cdc9a;},'lgAgE':_0x55a954(_0x4c338a._0x294d27,0x26e,_0x4c338a._0x11698d,0x233),'uJPin':_0x3095c(_0x4c338a._0x59f4a4,0x504,0x621,0x61a)+_0x3095c(0x5d6,0x5e2,0x4db,0x3fd)+_0x3095c(0x5bb,0x4af,0x520,_0x4c338a._0x5639b4)+_0x3095c(_0x4c338a._0x29e535,_0x4c338a._0x109d31,0x492,_0x4c338a._0x543b08)+'n\x22','yPYHz':function(_0x1890f4,_0x29434d){return _0x1890f4===_0x29434d;},'gkcrS':function(_0x135345,_0x3b8008){return _0x135345>_0x3b8008;},'dqajT':_0x3095c(_0x4c338a._0x24cde3,_0x4c338a._0x13d9e1,0x440,_0x4c338a._0x46ba77),'ymSIT':'Conflict','Cqeqj':function(_0x45a9da,_0x38341a){return _0x45a9da===_0x38341a;},'udfem':'Task\x20delet'+_0x55a954(_0x4c338a._0x4c1c69,_0x4c338a._0x1c405a,0x2c4,0x29c)+'ssigning\x20s'+_0x3095c(0x67c,_0x4c338a._0x5aa279,_0x4c338a._0x116a23,_0x4c338a._0x58365e),'rCSwA':_0x3095c(_0x4c338a._0x9b76d1,0x69c,_0x4c338a._0xda9c69,_0x4c338a._0x156090),'dFjHj':_0x3095c(0x486,_0x4c338a._0x2f0c00,_0x4c338a._0x6b5040,_0x4c338a._0x2af6f5),'ZJkJv':function(_0x3f5de8,_0x303a88){return _0x3f5de8===_0x303a88;},'DSQdj':'environmen'+'ts','nVssH':_0x3095c(_0x4c338a._0x1e941c,0x6fd,0x639,_0x4c338a._0x13a416)+_0x55a954(_0x4c338a._0x4b371b,0x15a,_0x4c338a._0x3502c8,0x1be),'xIXal':'utf-8','CLFVJ':function(_0x2e50ca,_0x4550b5){return _0x2e50ca===_0x4550b5;},'dWZgs':_0x3095c(_0x4c338a._0x28c8c5,0x5eb,0x5d0,0x67a),'GgyIy':_0x55a954(0x22e,0x11e,_0x4c338a._0x18e12a,_0x4c338a._0x34f274),'XRMPm':function(_0x5e5932,_0x2d48ce){return _0x5e5932===_0x2d48ce;},'hUVUk':'MXNYW','cKdnk':_0x55a954(0x1ea,_0x4c338a._0x49a26f,0x6c,_0x4c338a._0x5ea85a),'fyFox':_0x3095c(0x4fb,0x5b8,0x5bf,0x65c),'QCHqg':'wweXX','eGRcO':_0x3095c(_0x4c338a._0x153658,_0x4c338a._0x339b23,0x466,_0x4c338a._0x3edd57)+'read\x20confi'+'g\x20while\x20un'+_0x3095c(_0x4c338a._0x1dae6d,0x596,0x604,_0x4c338a._0x52c2de)+_0x3095c(_0x4c338a._0x4b3f6b,0x548,0x4b9,0x472),'WyxVf':_0x3095c(0x440,_0x4c338a._0x37adff,0x466,_0x4c338a._0x469aae)+'update\x20env'+_0x3095c(_0x4c338a._0x43ac6d,0x734,0x61b,_0x4c338a._0x19e5d7)+_0x55a954(_0x4c338a._0x50874e,0x1e6,0x21a,0x22d)+'e\x20deleting'+'\x20skill','rzsDq':_0x55a954(_0x4c338a._0x4810bc,0x1f6,0x30a,_0x4c338a._0x17aba4),'Kykkx':function(_0x13f973,_0x128f08){return _0x13f973===_0x128f08;},'nJzbj':function(_0x23d02d,_0x330db6,_0x457cf4){return _0x23d02d(_0x330db6,_0x457cf4);},'sSZCU':_0x55a954(_0x4c338a._0x6a6d37,_0x4c338a._0x4bedcd,_0x4c338a._0x280103,0x247),'yezBN':_0x3095c(_0x4c338a._0x2b9fd9,_0x4c338a._0x1f9e4b,0x430,0x411),'SIJgy':function(_0x20eeff){return _0x20eeff();},'owtYM':_0x55a954(_0x4c338a._0x40cd07,_0x4c338a._0xedda3f,_0x4c338a._0x493380,0x194),'TAMOq':'LePkq','cEKSx':function(_0x5301b7,_0x4f9f29){return _0x5301b7(_0x4f9f29);},'lIwpO':'Skill\x20dele'+_0x3095c(0x5b2,_0x4c338a._0x96450,_0x4c338a._0x90f5e6,0x52d)+'k','onuFN':_0x3095c(_0x4c338a._0x346dca,_0x4c338a._0x44bef7,0x530,0x58c),'nhvEu':'WAxym','UoePq':'Skill\x20unas'+'signed\x20by\x20'+_0x55a954(_0x4c338a._0x83c016,_0x4c338a._0x2af7d9,0x1ff,_0x4c338a._0x2849ef),'blMgv':'Failed\x20to\x20'+_0x3095c(0x359,0x51a,_0x4c338a._0x3316d3,0x3d4)+_0x3095c(_0x4c338a._0x89e90f,_0x4c338a._0x56e166,0x427,_0x4c338a._0x588988)+'kill','kRugP':'Failed\x20to\x20'+'delete\x20ski'+'ll'},{callingTask:_0x196aa9,taskUser:_0xf20092,skillId:_0x50f6e6,skillPath:_0x1306ee,environmentName:_0x3e2379}=_0x385f36,_0xb2ac12=_0x385f36[_0x55a954(0x63,_0x4c338a._0x38e464,_0x4c338a._0x297b31,0x19c)][_0x3095c(_0x4c338a._0x331e11,0x55f,_0x4c338a._0xec208e,0x36e)]??_0x385f36['body']?.['mode']??_0x59873a[_0x3095c(_0x4c338a._0x3ce1d3,0x6be,0x5ae,0x5dc)];function _0x55a954(_0x3c91d3,_0x24e03f,_0x3ea020,_0x1fbc54){return _0x2dae0c(_0x3c91d3,_0x24e03f-0x27f,_0x3ea020-_0x2b9959._0x4549ab,_0x1fbc54-_0x2b9959._0x11f4d3);}const _0x595694=_0x59873a[_0x3095c(0x6e5,0x548,_0x4c338a._0x33a204,0x713)](typeof _0xb2ac12,_0x55a954(_0x4c338a._0xafd675,0xe7,0xad,_0x4c338a._0x17ef41))?_0xb2ac12[_0x3095c(0x58c,0x5f4,_0x4c338a._0x557d0f,_0x4c338a._0x1716a6)+'e']():_0x59873a['HNrrC'],_0x355262=_0x385f36[_0x3095c(0x4c7,_0x4c338a._0x24c315,0x420,0x529)][_0x55a954(0x2b4,0x2d5,0x31b,_0x4c338a._0x2c885c)]??_0x385f36['body']?.['force'],_0x36b471=_0x59873a[_0x3095c(0x4aa,_0x4c338a._0x1333b1,_0x4c338a._0xd622d1,_0x4c338a._0xdcdc29)](_0x355262,!![])||_0x355262===_0x55a954(_0x4c338a._0x3a1c59,_0x4c338a._0x23d2b1,-0x28,-_0x4c338a._0x1dcd11);function _0x3095c(_0x4b9ecb,_0x49abd4,_0x170ff4,_0x3712cb){return _0x2dae0c(_0x49abd4,_0x170ff4-0x5db,_0x170ff4-0x30,_0x3712cb-0xaf);}const _0x324758=new Date()[_0x55a954(0x344,0x2ad,0x19a,_0x4c338a._0x48074b)+'g']();if(_0x595694!==_0x55a954(0x21e,_0x4c338a._0x19cf58,_0x4c338a._0x4d4733,_0x4c338a._0x581e63)&&_0x59873a[_0x3095c(0x653,0x529,_0x4c338a._0x20ee0f,0x527)](_0x595694,_0x59873a['lgAgE'])){const _0x3fcdb9={};return _0x3fcdb9[_0x3095c(0x5c0,0x5f5,_0x4c338a._0x1de1c8,_0x4c338a._0x41475d)]=_0x3095c(_0x4c338a._0x1c3e4a,0x4b6,_0x4c338a._0x4e256d,0x4b2)+'t',_0x3fcdb9['message']=_0x59873a[_0x55a954(_0x4c338a._0x1d618e,_0x4c338a._0x10d828,-0x2e,_0x4c338a._0x46df15)],_0x53cca5[_0x55a954(_0x4c338a._0x2c15b1,_0x4c338a._0x5e780d,0x1d5,_0x4c338a._0x34819b)](0x5*-0x3db+0x2285+-0xdae)['json'](_0x3fcdb9);}const _0x4f53c7=Object[_0x3095c(0x4c6,_0x4c338a._0x257ce7,_0x4c338a._0x269630,0x414)](coderConfig?.[_0x3095c(0x541,_0x4c338a._0xfd01f3,_0x4c338a._0x21b438,0x557)+'ts']||{})[_0x3095c(_0x4c338a._0x4c324f,0x66b,_0x4c338a._0xa36a41,_0x4c338a._0x216bc2)](([,_0x414f6a])=>Array[_0x3095c(0x53b,0x600,0x594,0x66a)](_0x414f6a['skills'])&&_0x414f6a[_0x3095c(0x582,0x5b6,0x5eb,0x4dc)][_0x55a954(0xf6,0x20f,0x301,0x27c)](_0x50f6e6))['map'](([_0x2cda86])=>_0x2cda86),_0x4c2e9a=_0x4f53c7['filter'](_0x3cf7b9=>_0x3cf7b9!==_0x3e2379);if(_0x59873a[_0x3095c(0x3f6,_0x4c338a._0x2eb072,0x4fb,0x4d9)](_0x595694,_0x59873a['HNrrC'])&&_0x59873a[_0x3095c(0x4c4,0x429,_0x4c338a._0x1e31c9,0x458)](_0x4c2e9a[_0x3095c(_0x4c338a._0x5cbeb6,_0x4c338a._0x8027d0,_0x4c338a._0x5ac50c,0x3df)],0x2*0x9ce+0x1588+-0xa49*0x4)&&!_0x36b471){if(_0x59873a['kduBq'](_0x59873a[_0x55a954(_0x4c338a._0x4b4465,_0x4c338a._0x1895f2,_0x4c338a._0x2e919a,0x5c)],_0x59873a[_0x55a954(0x1c5,_0x4c338a._0x1895f2,0x2e,0xcf)])){const _0x421a83={};return _0x421a83['error']=_0x59873a['ymSIT'],_0x421a83[_0x55a954(_0x4c338a._0x23e234,_0x4c338a._0x4b2f0c,0x25e,0xcf)]=_0x3095c(_0x4c338a._0x13cbf,_0x4c338a._0x407054,_0x4c338a._0x15d78f,0x5c3)+_0x50f6e6+(_0x3095c(_0x4c338a._0x5d748d,0x6e5,_0x4c338a._0x38a0f6,0x6eb)+_0x55a954(0x336,_0x4c338a._0xd55723,0x2c8,_0x4c338a._0x274ad7)+_0x3095c(0x5ba,0x4f6,_0x4c338a._0x9a3d3d,0x425)+'ments.\x20Re-'+_0x3095c(_0x4c338a._0x29bf83,0x50a,0x5de,_0x4c338a._0x202751)+'orce=true\x20'+_0x3095c(0x67c,_0x4c338a._0x19e5d7,_0x4c338a._0x236c9a,0x55d)+_0x55a954(_0x4c338a._0x1f1826,0x201,0x163,0x124)+_0x3095c(0x583,0x674,_0x4c338a._0x43722e,_0x4c338a._0x344dac)+_0x3095c(_0x4c338a._0x45f1e1,0x6db,_0x4c338a._0x4d1e93,_0x4c338a._0xff7c0c)+_0x3095c(_0x4c338a._0x158ee4,0x4f7,0x437,_0x4c338a._0x335343)),_0x421a83[_0x55a954(_0x4c338a._0x2b50d0,_0x4c338a._0x5787ec,_0x4c338a._0xb569b4,_0x4c338a._0x35fafa)+'ts']=_0x4c2e9a,_0x53cca5[_0x55a954(_0x4c338a._0x41d5d6,0x179,_0x4c338a._0x47179f,_0x4c338a._0xf8709a)](-0x473*0x1+-0x153c+0x48c*0x6)[_0x3095c(_0x4c338a._0x4e3246,_0x4c338a._0x1c8329,0x4d7,_0x4c338a._0x4d65ac)](_0x421a83);}else _0x1d34a9[_0x6882bf]=[];}const _0x4a6d28=_0x59873a[_0x3095c(0x5a9,_0x4c338a._0x3731f9,0x4a4,0x5c3)](_0x595694,_0x59873a[_0x3095c(0x52b,_0x4c338a._0x5d8fd1,_0x4c338a._0x48fc3f,0x501)])?[_0x3e2379]:_0x36b471?_0x4f53c7:[_0x3e2379],_0x1991eb={};_0x1991eb[_0x55a954(0x106,0x186,0x235,_0x4c338a._0x934596)]=_0x196aa9[_0x55a954(0x257,0x186,_0x4c338a._0x178177,_0x4c338a._0x566251)],_0x1991eb[_0x55a954(0x345,_0x4c338a._0x2210f3,_0x4c338a._0x23ece9,_0x4c338a._0x3de856)]=_0x50f6e6,_0x1991eb[_0x3095c(0x399,0x547,0x487,_0x4c338a._0x53e4a9)]=_0x595694,_0x1991eb['force']=_0x36b471,_0x1991eb[_0x55a954(_0x4c338a._0xd6eb1a,0x2dd,0x241,0x30f)+'t']=_0x3e2379,_0x1991eb[_0x55a954(0x394,0x2dd,0x262,_0x4c338a._0x4c4bdb)+_0x55a954(_0x4c338a._0x5d12bc,_0x4c338a._0x592523,_0x4c338a._0x34bfd3,_0x4c338a._0x501ef2)+'gn']=_0x4a6d28,_0x1991eb[_0x55a954(-_0x4c338a._0x13fdce,_0x4c338a._0x45ad8a,_0x4c338a._0x2734c9,_0x4c338a._0x4e96f3)]=_0xf20092['id'],logger[_0x55a954(0x16e,0x247,_0x4c338a._0x20cff6,0x2ed)](_0x59873a[_0x55a954(_0x4c338a._0x3ff705,_0x4c338a._0x35ddc2,_0x4c338a._0x259bff,0x1bd)],_0x1991eb);try{if(_0x59873a['rCSwA']===_0x59873a[_0x3095c(0x4f2,_0x4c338a._0x389925,_0x4c338a._0x2c118e,_0x4c338a._0xae7a18)])_0x2f7ca6[_0x59873a['RGwrV']]=_0x3af84b;else{for(const _0x507da8 of _0x4a6d28){if(_0x59873a[_0x3095c(0x6d8,0x609,0x5c6,0x63c)](_0x55a954(0x308,0x2a7,0x23f,_0x4c338a._0x5d4337),_0x55a954(0x234,_0x4c338a._0x388652,0x2c2,_0x4c338a._0x167eee)))try{const _0x38f2f2=_0x562125[_0x3095c(_0x4c338a._0x3e85bc,_0x4c338a._0x3cba1e,_0x4c338a._0x1a883f,_0x4c338a._0x171b37)](setupPath,_0x59873a[_0x3095c(0x5d9,_0x4c338a._0x2d25e8,_0x4c338a._0x164e7c,_0x4c338a._0xfd81dc)],_0x507da8,_0x59873a[_0x3095c(_0x4c338a._0x2d57fc,_0x4c338a._0x11b53d,0x617,_0x4c338a._0x425115)]);let _0xbbe52b,_0x472192,_0x50e3bb=![];try{const _0x276c9c=await _0x1195dc[_0x3095c(0x531,0x3b2,0x457,_0x4c338a._0x57e509)](_0x38f2f2,_0x59873a[_0x3095c(_0x4c338a._0x143ac8,0x5e3,0x601,0x60d)]);_0x472192=JSON[_0x55a954(0xd1,_0x4c338a._0x4ddb9b,0xaa,0x1c5)](_0x276c9c),_0xbbe52b=_0x38f2f2;if(Array[_0x3095c(_0x4c338a._0x2b9b09,0x47f,0x594,_0x4c338a._0x23fd7e)](_0x472192[_0x55a954(_0x4c338a._0x52fb32,0x28f,0x22e,0x1c7)])){if(_0x59873a['CLFVJ'](_0x59873a['dWZgs'],_0x59873a[_0x3095c(_0x4c338a._0x54f966,0x563,_0x4c338a._0x59a837,0x5ba)])){const _0x5a92fb={};return _0x5a92fb[_0x55a954(_0x4c338a._0x4121ae,_0x4c338a._0x54758b,_0x4c338a._0x245beb,_0x4c338a._0x32cf87)]=_0x59873a[_0x3095c(0x43e,0x408,0x50d,0x496)],_0x5a92fb[_0x3095c(_0x4c338a._0x3ba548,_0x4c338a._0x1040dd,_0x4c338a._0x30be1d,_0x4c338a._0x3c2f81)]=_0x3095c(_0x4c338a._0x498c72,0x56c,0x5d3,0x54b)+_0x4ef558+(_0x55a954(0xf,0xb8,_0x4c338a._0x579152,0x14d)+'d'),_0x5f4686[_0x3095c(_0x4c338a._0x543b08,0x5cb,0x4d5,_0x4c338a._0x554d90)](0x2*0x7b4+0x540+0x4a*-0x42)[_0x3095c(_0x4c338a._0x61aeac,_0x4c338a._0x250ff0,_0x4c338a._0x33c1c9,_0x4c338a._0x108275)](_0x5a92fb);}else{const _0x2e37d3=_0x472192['skills']['filter'](_0x1b5e94=>_0x1b5e94!==_0x50f6e6);if(_0x2e37d3[_0x55a954(0x82,_0x4c338a._0x448f89,0x10b,_0x4c338a._0x16780f)]!==_0x472192[_0x3095c(0x5b6,_0x4c338a._0x188b67,0x5eb,0x59b)][_0x3095c(0x3c7,0x45b,_0x4c338a._0x5473f8,_0x4c338a._0x2d81c1)]){if(_0x59873a['XRMPm'](_0x59873a[_0x55a954(-0x48,0xc8,0x15d,0x1a2)],'MXNYW'))_0x472192['skills']=_0x2e37d3,_0x50e3bb=!![];else{const _0x3235d2={};_0x3235d2[_0x55a954(_0x4c338a._0x5daf80,_0x4c338a._0x2ad28c,_0x4c338a._0xca0a0a,0x114)]=_0x115b26[_0x3095c(_0x4c338a._0x2d16aa,0x601,_0x4c338a._0x2be52d,0x4ee)],_0x3235d2[_0x55a954(_0x4c338a._0x567925,0x286,_0x4c338a._0x109cfe,0x179)]=_0x1935af,_0x3235d2[_0x3095c(_0x4c338a._0x3081de,0x5ab,_0x4c338a._0x1de1c8,_0x4c338a._0x4c4f72)]=_0x22e30b['message'],_0x245133[_0x55a954(0x202,_0x4c338a._0x299007,_0x4c338a._0x104b5b,_0x4c338a._0x2b50d0)](_0x59873a[_0x55a954(0xf3,_0x4c338a._0x4066ba,0x2d7,0x172)],_0x3235d2);const _0x299240={};_0x299240[_0x55a954(_0x4c338a._0x4d200f,_0x4c338a._0x1f9470,0x1b4,_0x4c338a._0x44cf5c)]=_0x1068a2[_0x3095c(_0x4c338a._0x25f2b7,0x3d3,_0x4c338a._0x26d551,_0x4c338a._0x421d5e)],_0x299240['skillId']=_0x476d94,_0x299240['environmen'+'t']=_0x45d86f,_0x299240[_0x3095c(_0x4c338a._0x347069,0x632,0x631,_0x4c338a._0x1b8d04)]=_0x2dc0f7,_0x299240[_0x3095c(0x476,0x510,_0x4c338a._0x2579e4,0x317)]=_0x3e0462['id'],_0x31eec0['warn'](_0x59873a[_0x55a954(0x12c,_0x4c338a._0x26364b,_0x4c338a._0xa8b079,0x2e5)],_0x299240);const _0x4204fd={};return _0x4204fd[_0x55a954(0x331,0x2b2,_0x4c338a._0x2a869e,_0x4c338a._0x535182)]=!![],_0x4204fd['id']=_0x36f5be,_0x4204fd['mode']=_0x1d5ff4,_0x4204fd[_0x55a954(0x2b3,0x2d5,_0x4c338a._0x5dc65c,0x2ef)]=_0x2fd7b2,_0x4204fd[_0x55a954(_0x4c338a._0x3c2050,0x2dd,_0x4c338a._0x567925,0x1d5)+'t']=_0x13bf45,_0x4204fd['removedFro'+'mEnvironme'+'nts']=_0x37a67f,_0x4204fd[_0x55a954(0x10d,_0x4c338a._0x5ee81e,_0x4c338a._0x2cbeb3,_0x4c338a._0x3cb039)+_0x55a954(0x389,0x2ba,_0x4c338a._0x5b1a0a,0x28f)]=![],_0x4204fd[_0x3095c(0x603,0x625,0x53c,_0x4c338a._0x2a0037)]=_0x537362,_0x4204fd['deletedByT'+_0x3095c(_0x4c338a._0x4968f1,0x570,0x48d,0x597)]=_0x513d3f[_0x3095c(_0x4c338a._0x42e64a,0x444,0x4e2,0x514)],_0x4204fd[_0x3095c(0x4de,_0x4c338a._0x3fae84,_0x4c338a._0x11c861,0x40b)+'serId']=_0x5b846d['id'],_0x21d7b2[_0x3095c(0x446,0x3c2,0x4d7,0x59e)](_0x4204fd);}}}}}catch{const _0x1568cd=_0x562125[_0x55a954(_0x4c338a._0x2358b3,0x225,_0x4c338a._0x4c1761,0x1c8)](setupPath,_0x59873a[_0x3095c(0x578,_0x4c338a._0x1a137d,_0x4c338a._0x4768ed,_0x4c338a._0x2e7eb3)]);try{const _0x4c57fe=await _0x1195dc[_0x55a954(_0x4c338a._0x147d6e,_0x4c338a._0x44f531,0x11b,_0x4c338a._0x135e5a)](_0x1568cd,_0x3095c(_0x4c338a._0x2a3fa2,0x568,_0x4c338a._0x57edaa,0x443));_0x472192=JSON[_0x3095c(_0x4c338a._0x2d6ee4,_0x4c338a._0x4d65ac,0x4d9,0x4a4)](_0x4c57fe),_0xbbe52b=_0x1568cd;const _0xae8c64=_0x472192[_0x55a954(0x218,0x2dd,_0x4c338a._0x51c92a,_0x4c338a._0x5cbaab)+'ts']?.[_0x507da8]?.['skills'];if(Array[_0x3095c(0x4b6,_0x4c338a._0x4abae1,0x594,0x520)](_0xae8c64)){const _0x13aff6=_0xae8c64['filter'](_0x2c7694=>_0x2c7694!==_0x50f6e6);_0x13aff6['length']!==_0xae8c64['length']&&(_0x472192[_0x55a954(0x1db,_0x4c338a._0x360779,_0x4c338a._0xb3f4b5,0x2e6)+'ts'][_0x507da8][_0x55a954(0x295,_0x4c338a._0x28d52a,0x35c,0x307)]=_0x13aff6,_0x50e3bb=!![]);}}catch(_0x555af8){if(_0x59873a[_0x3095c(_0x4c338a._0x52a3a4,_0x4c338a._0x1d712a,_0x4c338a._0x20ee0f,_0x4c338a._0x5c3559)](_0x59873a[_0x55a954(0x168,0xe3,0x6b,_0x4c338a._0x338898)],_0x59873a[_0x3095c(_0x4c338a._0x50a796,0x62e,0x59f,0x524)])){const _0x33e523={};_0x33e523[_0x55a954(_0x4c338a._0xf988a5,0x186,0x24b,0x291)]=_0x196aa9[_0x55a954(_0x4c338a._0x53ca45,_0x4c338a._0x1f9470,_0x4c338a._0x16c907,_0x4c338a._0x391123)],_0x33e523[_0x55a954(0x2a3,0x286,0x37e,_0x4c338a._0x10f4b6)]=_0x50f6e6,_0x33e523[_0x55a954(_0x4c338a._0x1c82a4,_0x4c338a._0x13154b,_0x4c338a._0x44c403,_0x4c338a._0x1e1eab)]=_0x507da8,_0x33e523[_0x3095c(0x700,_0x4c338a._0x32363a,_0x4c338a._0x1de1c8,_0x4c338a._0x27eb1d)]=_0x555af8['message'],logger['warn'](_0x59873a[_0x55a954(_0x4c338a._0x3ca2bb,0x1c7,0x1cf,_0x4c338a._0x457021)],_0x33e523);continue;}else{if(_0x14d6fb[_0x3095c(0x370,_0x4c338a._0x5b071b,_0x4c338a._0x5d23bd,0x525)]===0x1b7*-0x9+0x1478+-0x509)_0x184aad[_0x3095c(_0x4c338a._0x5e6d01,0x674,0x636,_0x4c338a._0x513e06)](_0xdcbaa7+_0x3095c(_0x4c338a._0x52a2fc,0x4fb,_0x4c338a._0xbad20f,_0x4c338a._0x591190));else{_0x267a1b[_0x3095c(0x621,0x656,0x636,_0x4c338a._0x7d0525)](_0x1a4bf8+':');for(const _0x4ade75 of _0x33c9bb){_0x3eade2[_0x3095c(_0x4c338a._0x159174,_0x4c338a._0x1b0fec,0x636,0x6b8)](_0x55a954(_0x4c338a._0x5137d8,_0x4c338a._0x196f37,_0x4c338a._0x314470,_0x4c338a._0x5e16f3)+_0x4ade75);}}}}}_0x50e3bb&&await _0x1195dc['writeFile'](_0xbbe52b,JSON['stringify'](_0x472192,null,0x1*-0xc01+0x1d9*0x2+0x1*0x851),_0x59873a[_0x3095c(0x691,0x53e,_0x4c338a._0x3259fe,_0x4c338a._0x5aeb96)]);}catch(_0x59a559){const _0x1e4936={};_0x1e4936[_0x3095c(0x560,_0x4c338a._0x44760c,_0x4c338a._0x2be52d,0x5f0)]=_0x196aa9[_0x55a954(0x14d,_0x4c338a._0x30c5af,0x137,0x1d5)],_0x1e4936[_0x3095c(0x57d,0x600,_0x4c338a._0x446d98,_0x4c338a._0x347069)]=_0x50f6e6,_0x1e4936[_0x55a954(0x23f,_0x4c338a._0x13154b,_0x4c338a._0x6b25be,_0x4c338a._0x458a75)]=_0x507da8,_0x1e4936[_0x55a954(_0x4c338a._0xefa1f1,_0x4c338a._0x4de0e4,0x1ff,_0x4c338a._0x3756ae)]=_0x59a559[_0x3095c(_0x4c338a._0x5bc621,_0x4c338a._0xbf70af,_0x4c338a._0x7f6a3a,0x56f)],logger[_0x3095c(0x5c0,_0x4c338a._0x1a9c85,0x591,0x491)](_0x59873a[_0x55a954(0x14b,_0x4c338a._0x7a0346,0x13d,_0x4c338a._0x585023)],_0x1e4936);}else{const _0x5a99e0={};_0x5a99e0[_0x55a954(_0x4c338a._0x14f98f,0x186,_0x4c338a._0x25e187,_0x4c338a._0x2fbaad)]=_0x19463b[_0x3095c(0x461,_0x4c338a._0x4977bb,_0x4c338a._0x45893b,0x44d)],_0x5a99e0[_0x3095c(_0x4c338a._0x5b7ace,0x506,0x5e2,_0x4c338a._0x3df9a4)]=_0x427fd7,_0x5a99e0[_0x3095c(0x6d3,0x653,0x5e4,_0x4c338a._0xbf33bb)]=_0x2c702c,_0x5a99e0[_0x55a954(0x257,_0x4c338a._0x4de0e4,_0x4c338a._0x7974e0,_0x4c338a._0x7974e0)]=_0x3049ac[_0x3095c(0x473,0x3fb,0x4e8,0x499)],_0x94df[_0x3095c(0x4ee,_0x4c338a._0x3ae843,0x600,0x57c)](_0x59873a[_0x3095c(0x53f,0x3bb,0x428,_0x4c338a._0xde1075)],_0x5a99e0);const _0x4ddf7f={};_0x4ddf7f[_0x55a954(0x18e,0x2a4,0x280,0x33c)]=_0x59873a[_0x3095c(_0x4c338a._0x2e1667,_0x4c338a._0x2c79c6,0x412,0x359)],_0x4ddf7f[_0x55a954(0x1a9,_0x4c338a._0x10fc73,_0x4c338a._0x3bde83,0x24c)]=_0x59873a[_0x55a954(0x12a,0x21e,_0x4c338a._0x555aa6,0x108)],_0x5ecc6e['status'](0x120f+-0x78+-0xfa3)['json'](_0x4ddf7f);}}for(const _0x48db54 of _0x4a6d28){if(_0x59873a[_0x55a954(0x26b,0x2b4,0x374,_0x4c338a._0x550cae)](_0x59873a['rzsDq'],_0x59873a['rzsDq'])){const _0x934471=coderConfig?.[_0x3095c(_0x4c338a._0x27ee0e,_0x4c338a._0x4baae4,0x639,0x63b)+'ts']?.[_0x48db54]?.['skills'];if(!Array[_0x3095c(_0x4c338a._0x61aeac,0x54b,_0x4c338a._0x9738ed,_0x4c338a._0xa99e1d)](_0x934471))continue;coderConfig[_0x3095c(_0x4c338a._0x58671a,_0x4c338a._0x5d748d,0x639,_0x4c338a._0x4cc4de)+'ts'][_0x48db54]['skills']=_0x934471[_0x3095c(0x57a,0x50d,_0x4c338a._0x50d434,0x576)](_0x2e9dae=>_0x2e9dae!==_0x50f6e6);}else{const _0x3713b1={};return _0x3713b1[_0x3095c(_0x4c338a._0x3731f9,0x5eb,0x600,_0x4c338a._0x214023)]=_0x59873a[_0x3095c(0x560,0x5e0,0x559,_0x4c338a._0x5f19ef)],_0x3713b1[_0x55a954(_0x4c338a._0x4bedcd,_0x4c338a._0x10fc73,0x9c,0xbb)]=_0x59873a[_0x3095c(_0x4c338a._0x2da3db,0x42f,0x4f5,0x547)],_0x499722[_0x55a954(0x90,_0x4c338a._0x5e780d,_0x4c338a._0x2cf583,0x173)](-0xbf3+-0xa11+0x1794)[_0x55a954(_0x4c338a._0xf2088b,_0x4c338a._0x1b132c,_0x4c338a._0x546d54,0xc8)](_0x3713b1);}}if(_0x59873a[_0x3095c(0x4c2,0x676,_0x4c338a._0x29d552,_0x4c338a._0x183f47)](_0x595694,_0x59873a['HNrrC'])){const _0x3ba931={};_0x3ba931[_0x55a954(0x1b3,0x22b,_0x4c338a._0x5e1a27,0x134)]=!![],_0x3ba931[_0x3095c(_0x4c338a._0x4b1b9d,0x6f5,0x631,_0x4c338a._0x306e27)]=!![],await _0x1195dc['rm'](_0x1306ee,_0x3ba931),_0x59873a[_0x3095c(_0x4c338a._0x9627b8,_0x4c338a._0x11549a,0x569,0x50a)](removeContainersForSkill,_0x1306ee,logger)[_0x3095c(0x523,0x641,0x543,_0x4c338a._0x127451)](()=>{});let _0x6e5c0e=![];try{if(_0x59873a[_0x3095c(_0x4c338a._0x2ef7ad,0x50b,_0x4c338a._0x3c5611,_0x4c338a._0x20fd7d)]!==_0x59873a['yezBN']){const _0xfaa841=await _0x59873a[_0x3095c(_0x4c338a._0x29d552,0x613,0x58e,0x5b8)](loadImportedSkillsRegistry);_0xfaa841['skills']?.[_0x50f6e6]&&(_0x59873a[_0x55a954(0x1d8,_0x4c338a._0xf988a5,0x216,_0x4c338a._0x29ae75)](_0x59873a[_0x3095c(_0x4c338a._0x4f2d21,_0x4c338a._0x405cda,_0x4c338a._0x480466,0x580)],_0x59873a[_0x55a954(0x378,_0x4c338a._0x2c2dbd,_0x4c338a._0x1e4863,_0x4c338a._0x340295)])?_0x2772f2[_0x5c6f94]['push'](_0x363cd3[_0x3095c(0x3c3,_0x4c338a._0x5a2e32,0x407,0x3ec)]()[_0x55a954(0x157,0x213,0x315,0x154)](-0x517*0x7+-0x33*-0x97+-0x2*-0x2c7)[_0x3095c(_0x4c338a._0x8f52d4,0x417,_0x4c338a._0x1c4906,0x415)]()):(delete _0xfaa841[_0x55a954(0x2f5,0x28f,0x1be,_0x4c338a._0x426c2e)][_0x50f6e6],await _0x59873a['cEKSx'](saveImportedSkillsRegistry,_0xfaa841),_0x6e5c0e=!![]));const _0xca577a={};_0xca577a[_0x3095c(0x49e,_0x4c338a._0x329660,0x4e2,0x3d2)]=_0x196aa9[_0x55a954(_0x4c338a._0x183f13,_0x4c338a._0x3ecde8,_0x4c338a._0xbf361f,0x80)],_0xca577a[_0x55a954(0x1bb,_0x4c338a._0x2210f3,_0x4c338a._0x3ccdaf,0x23d)]=_0x50f6e6,_0xca577a['environmen'+'t']=_0x3e2379,_0xca577a['force']=_0x36b471,_0xca577a['removedFro'+_0x55a954(0x328,_0x4c338a._0x5891ea,0x29d,0x22c)]=_0x6e5c0e,_0xca577a[_0x55a954(-_0x4c338a._0x4e8302,0xd6,0x69,0x6c)]=_0xf20092['id'],logger[_0x55a954(_0x4c338a._0x4ddb9b,_0x4c338a._0x299007,_0x4c338a._0x7c523d,_0x4c338a._0x5a8ab0)](_0x59873a['lIwpO'],_0xca577a);const _0x66612={};return _0x66612[_0x55a954(0x34d,_0x4c338a._0x30f336,0x38c,0x19a)]=!![],_0x66612['id']=_0x50f6e6,_0x66612[_0x55a954(0x1e0,0x12b,0x183,_0x4c338a._0x240389)]=_0x595694,_0x66612[_0x55a954(0x35a,0x2d5,0x285,0x296)]=_0x36b471,_0x66612['environmen'+'t']=_0x3e2379,_0x66612[_0x3095c(0x5a0,0x418,0x4b1,_0x4c338a._0x469f01)+_0x3095c(0x5b7,_0x4c338a._0x26ed49,_0x4c338a._0x39c404,_0x4c338a._0x55f566)+_0x3095c(_0x4c338a._0x41475d,_0x4c338a._0x56fb1e,_0x4c338a._0x2a203c,_0x4c338a._0x5eeed9)]=_0x4a6d28,_0x66612[_0x3095c(0x3b8,0x5b4,0x4b1,0x495)+_0x55a954(0x35e,_0x4c338a._0x1e923a,_0x4c338a._0x5197cc,_0x4c338a._0x2634aa)]=_0x6e5c0e,_0x66612['deletedAt']=_0x324758,_0x66612[_0x55a954(0x235,0x23b,_0x4c338a._0xe39137,0x28b)+_0x55a954(_0x4c338a._0x157e06,_0x4c338a._0x9e9d03,_0x4c338a._0x3240ab,0x1a7)]=_0x196aa9[_0x3095c(_0x4c338a._0x4327e0,_0x4c338a._0x5d76f0,0x4e2,_0x4c338a._0x53f2e7)],_0x66612[_0x3095c(_0x4c338a._0x257030,0x445,0x425,0x395)+'serId']=_0xf20092['id'],_0x53cca5[_0x3095c(_0x4c338a._0xdb3a1d,0x46c,0x4d7,_0x4c338a._0x23fdfa)](_0x66612);}else{if(_0x59873a[_0x55a954(_0x4c338a._0x48806d,0x219,0x332,0x18d)](_0x203d3d['code'],_0x59873a['aWPBq'])){const _0x5a10e0={};return _0x5a10e0['error']=_0x59873a[_0x55a954(_0x4c338a._0x4f28aa,_0x4c338a._0x5555e6,_0x4c338a._0x24ae44,0x187)],_0x5a10e0['message']=_0x3095c(_0x4c338a._0x3c041a,0x5fc,0x5d3,0x556)+_0x4ed325+(_0x55a954(0x12f,0xb8,0x46,-_0x4c338a._0x554f1)+'d'),_0x1a5cde[_0x3095c(_0x4c338a._0xf7e2a,_0x4c338a._0x5d5156,0x4d5,_0x4c338a._0x309859)](-0x23*-0xfd+0x1743+-0x3846)[_0x3095c(0x3f1,0x3d0,0x4d7,_0x4c338a._0x5809bb)](_0x5a10e0);}const _0x19c3da={};_0x19c3da['taskId']=_0x32bc4f[_0x3095c(_0x4c338a._0x591d12,0x3ce,_0x4c338a._0x45893b,0x404)],_0x19c3da[_0x3095c(_0x4c338a._0x1fa14f,0x57b,0x5e2,_0x4c338a._0x5055fb)]=_0x59e9c3,_0x19c3da[_0x3095c(_0x4c338a._0x778eda,_0x4c338a._0x2352a2,0x600,0x5ce)]=_0x228d28['message'],_0x11c648[_0x3095c(0x524,0x505,_0x4c338a._0x27b8c7,0x6d8)](_0x55a954(-0x13,_0x4c338a._0x343352,0x196,0x26)+_0x3095c(_0x4c338a._0x16d88d,_0x4c338a._0x291fd7,0x4d4,0x553),_0x19c3da);const _0x53867b={};_0x53867b[_0x55a954(_0x4c338a._0x20c184,_0x4c338a._0x14eb3d,_0x4c338a._0x45671f,_0x4c338a._0x567925)]=_0x59873a[_0x55a954(0x186,_0x4c338a._0x30b5fd,_0x4c338a._0x56330a,0x188)],_0x53867b[_0x3095c(0x3fb,0x478,0x4e8,0x56b)]=_0x59873a[_0x3095c(0x3e8,_0x4c338a._0x3a7c7f,_0x4c338a._0x2c8147,0x487)],_0x2c3f23['status'](-0x8*-0x20c+0x1592+-0x23fe)[_0x3095c(_0x4c338a._0x5bee71,_0x4c338a._0x1b4b40,_0x4c338a._0x33c1c9,_0x4c338a._0x5838e3)](_0x53867b);}}catch(_0x4bb1fe){if(_0x59873a['onuFN']===_0x59873a[_0x3095c(_0x4c338a._0x52bd5f,0x58f,_0x4c338a._0xe83063,0x577)]){const _0x1a7bb8={};_0x1a7bb8[_0x55a954(_0x4c338a._0x1304f6,0x186,0x1c8,_0x4c338a._0x5555e6)]=_0x481167,_0x1a7bb8[_0x3095c(_0x4c338a._0x148779,0x70e,0x639,_0x4c338a._0x4fa19f)+'t']=_0x5f78d3[_0x3095c(_0x4c338a._0x4d4b37,_0x4c338a._0x189409,_0x4c338a._0x21b438,0x644)+'t'],_0xc54947[_0x55a954(_0x4c338a._0x312e4a,0x235,0x230,_0x4c338a._0x2ea1d0)](_0x59873a[_0x55a954(0xbc,0xbc,0x29,0x48)],_0x1a7bb8);const _0x5515f3={};return _0x5515f3[_0x55a954(0x1c0,0x2a4,_0x4c338a._0x5f2d0f,_0x4c338a._0x4f8bda)]=_0x59873a[_0x55a954(0x179,0x1b1,_0x4c338a._0x47330c,_0x4c338a._0x2c4eeb)],_0x5515f3[_0x55a954(0x9d,_0x4c338a._0x10fc73,0xd5,0x1ad)]=_0x59873a[_0x55a954(_0x4c338a._0x314cad,0xbc,_0x4c338a._0x3cd2f8,-_0x4c338a._0x3cc1d5)],_0x5b60f1[_0x55a954(0x217,_0x4c338a._0xd9fbd8,0x111,_0x4c338a._0x17e1c8)](-0x1*-0x6c5+-0x2187*0x1+0x1c56)[_0x3095c(0x42e,0x51c,_0x4c338a._0x5a56d8,0x5a1)](_0x5515f3);}else{const _0x50531e={};_0x50531e[_0x3095c(_0x4c338a._0x12ca11,_0x4c338a._0xcb95b0,0x4e2,_0x4c338a._0xde1075)]=_0x196aa9[_0x55a954(_0x4c338a._0x3ed536,_0x4c338a._0x1ec3ec,_0x4c338a._0x581118,_0x4c338a._0x45d584)],_0x50531e[_0x3095c(_0x4c338a._0x5eb8e9,_0x4c338a._0x4335a7,_0x4c338a._0x1a683f,_0x4c338a._0x5e40f0)]=_0x50f6e6,_0x50531e['error']=_0x4bb1fe[_0x3095c(0x5f0,0x5fe,0x4e8,_0x4c338a._0x3a422b)],logger[_0x55a954(_0x4c338a._0x28624a,_0x4c338a._0x299007,_0x4c338a._0x29f470,_0x4c338a._0x1c80b4)](_0x59873a[_0x55a954(_0x4c338a._0x546bdb,0x204,0x211,_0x4c338a._0x4f02e4)],_0x50531e);const _0x1ef3e5={};_0x1ef3e5[_0x3095c(0x52b,_0x4c338a._0x109d31,_0x4c338a._0x1f196b,0x49d)]=_0x196aa9[_0x3095c(_0x4c338a._0x1316f9,_0x4c338a._0x4425d5,0x4e2,0x5fb)],_0x1ef3e5[_0x55a954(_0x4c338a._0x5dc6ec,0x286,_0x4c338a._0x19e68c,_0x4c338a._0x5419ee)]=_0x50f6e6,_0x1ef3e5[_0x55a954(_0x4c338a._0x3ef518,_0x4c338a._0x360779,_0x4c338a._0x5498f0,_0x4c338a._0x563293)+'t']=_0x3e2379,_0x1ef3e5[_0x55a954(0x241,_0x4c338a._0x3d1c41,_0x4c338a._0x214afe,_0x4c338a._0x5c6882)]=_0x36b471,_0x1ef3e5['userId']=_0xf20092['id'],logger[_0x3095c(_0x4c338a._0x43d937,_0x4c338a._0xbf33bb,0x591,0x5a5)]('Skill\x20dele'+_0x55a954(0x174,_0x4c338a._0x1fa0e6,0x167,0x25d)+_0x55a954(0x1c8,0xd0,_0x4c338a._0x27d0f1,0x74)+_0x3095c(_0x4c338a._0x178e2f,_0x4c338a._0xb9cbfc,_0x4c338a._0x2fe1b3,_0x4c338a._0xa6a212)+_0x55a954(_0x4c338a._0x37477c,0x226,0x14c,_0x4c338a._0x14f98f),_0x1ef3e5);const _0x558d78={};return _0x558d78[_0x3095c(0x6e7,0x565,_0x4c338a._0x1a6202,_0x4c338a._0x2eccf9)]=!![],_0x558d78['id']=_0x50f6e6,_0x558d78['mode']=_0x595694,_0x558d78[_0x55a954(_0x4c338a._0x3128b2,_0x4c338a._0x3d1c41,_0x4c338a._0xce2d7b,_0x4c338a._0x4aafbd)]=_0x36b471,_0x558d78[_0x3095c(0x658,0x528,_0x4c338a._0x4f6ecc,0x74e)+'t']=_0x3e2379,_0x558d78[_0x3095c(_0x4c338a._0x580c92,0x3a7,0x4b1,_0x4c338a._0x21223b)+_0x55a954(0x1f9,0x244,0x2b6,0x161)+_0x3095c(0x4d6,_0x4c338a._0x435575,0x5cd,_0x4c338a._0x122e13)]=_0x4a6d28,_0x558d78[_0x3095c(0x414,0x4e7,0x4b1,_0x4c338a._0x5be5a0)+'mRegistry']=![],_0x558d78[_0x3095c(0x53a,0x56e,_0x4c338a._0x6ea0a6,0x535)]=_0x324758,_0x558d78[_0x55a954(0x355,_0x4c338a._0x39ec84,_0x4c338a._0xba7fe8,0x2f9)+_0x55a954(0x23f,0x131,_0x4c338a._0xe6071a,0x10d)]=_0x196aa9[_0x3095c(0x51e,_0x4c338a._0xe3bb4b,_0x4c338a._0x45893b,0x46a)],_0x558d78[_0x3095c(0x348,_0x4c338a._0x1f5156,0x425,0x3f7)+_0x3095c(0x482,_0x4c338a._0x332911,_0x4c338a._0xb9cbfc,0x59a)]=_0xf20092['id'],_0x53cca5[_0x3095c(0x589,0x4f8,0x4d7,_0x4c338a._0x53e4a9)](_0x558d78);}}}const _0x5eb5f1={};_0x5eb5f1[_0x3095c(_0x4c338a._0x580c92,_0x4c338a._0xa25396,_0x4c338a._0x45893b,0x3fa)]=_0x196aa9[_0x3095c(_0x4c338a._0x53d930,_0x4c338a._0x149c84,0x4e2,_0x4c338a._0x25a15e)],_0x5eb5f1['skillId']=_0x50f6e6,_0x5eb5f1[_0x3095c(0x6c8,_0x4c338a._0x24f3f5,0x639,0x5da)+'t']=_0x3e2379,_0x5eb5f1[_0x3095c(0x51c,0x33c,_0x4c338a._0xdb5c9f,0x382)]=_0xf20092['id'],logger[_0x55a954(0x232,_0x4c338a._0x1eb8a7,_0x4c338a._0x511fef,_0x4c338a._0x342846)](_0x59873a['UoePq'],_0x5eb5f1);const _0x1a7d66={};return _0x1a7d66[_0x55a954(_0x4c338a._0x25e187,0x2b2,_0x4c338a._0x511ef3,0x1aa)]=!![],_0x1a7d66['id']=_0x50f6e6,_0x1a7d66['mode']=_0x595694,_0x1a7d66['environmen'+'t']=_0x3e2379,_0x1a7d66[_0x55a954(_0x4c338a._0x534d91,_0x4c338a._0x40e282,0x101,_0x4c338a._0x4ecd51)+_0x55a954(0x1c2,0x264,0x377,_0x4c338a._0x489998)+_0x55a954(_0x4c338a._0xd6eb1a,_0x4c338a._0x210e9a,_0x4c338a._0x23f84c,0x23c)]=_0x4a6d28,_0x1a7d66['updatedAt']=_0x324758,_0x1a7d66['updatedByT'+'askId']=_0x196aa9[_0x55a954(0x23b,_0x4c338a._0x3ecde8,0x18f,0x1bf)],_0x1a7d66['updatedByU'+_0x3095c(0x586,0x4ce,_0x4c338a._0x595326,0x466)]=_0xf20092['id'],_0x53cca5[_0x55a954(0x1b7,_0x4c338a._0x1efa0b,0x190,_0x4c338a._0x1a04ba)](_0x1a7d66);}}catch(_0x309c67){const _0xbea94b={};_0xbea94b['taskId']=_0x196aa9[_0x55a954(0x16e,_0x4c338a._0x1ec3ec,_0x4c338a._0x37d20b,_0x4c338a._0x5c1650)],_0xbea94b[_0x55a954(0x2b6,_0x4c338a._0x2210f3,_0x4c338a._0x138763,_0x4c338a._0x19af56)]=_0x50f6e6,_0xbea94b['mode']=_0x595694,_0xbea94b[_0x3095c(0x703,_0x4c338a._0x778eda,_0x4c338a._0x27b8c7,0x61a)]=_0x309c67[_0x55a954(_0x4c338a._0x1fc90e,0x18c,_0x4c338a._0x1309d1,_0x4c338a._0x308c46)],logger[_0x3095c(_0x4c338a._0x49d329,0x670,0x600,_0x4c338a._0x1346b6)](_0x59873a[_0x55a954(0xfc,0x121,_0x4c338a._0x3c3f88,_0x4c338a._0x4d12e1)],_0xbea94b);const _0x5b78ee={};return _0x5b78ee[_0x55a954(0x2aa,0x2a4,0x32c,0x2d2)]=_0x59873a[_0x3095c(_0x4c338a._0x55ecb4,0x49d,_0x4c338a._0x53e4a9,_0x4c338a._0x1316f9)],_0x5b78ee['message']=_0x595694===_0x59873a['HNrrC']?_0x59873a[_0x55a954(_0x4c338a._0x533323,0x211,0xfe,_0x4c338a._0x9778b3)]:_0x55a954(_0x4c338a._0x199619,0x10a,_0x4c338a._0x47f8b5,_0x4c338a._0x116206)+_0x3095c(0x439,_0x4c338a._0x34d5d1,0x427,0x535)+_0x55a954(_0x4c338a._0x5107e7,_0x4c338a._0x20cff6,_0x4c338a._0x20280f,0x10b),_0x53cca5[_0x3095c(0x5a4,_0x4c338a._0x4d2dc9,_0x4c338a._0x1ef3cf,_0x4c338a._0x5a6ab0)](-0x2143+0x1*-0x184d+-0xee1*-0x4)['json'](_0x5b78ee);}}),router[_0x3e4cbd(-0x18d,-0x71,-0x11f,-0x76)](_0x3e4cbd(0xc8,0x14c,0xf,0x7c)+'killId/fil'+'es/*',requireTaskAuth,validateSkillAccess,async(_0x1b1dd0,_0x51ea2c)=>{const _0x2e4d13={_0x1ed756:0x477,_0x50cb69:0x587,_0x33b812:0x49a,_0x543bd3:0x41c,_0x56eb0a:0x2bd,_0x27a537:0x2a6,_0x1db918:0x3d2,_0x3fd888:0x2c9,_0x37e857:0x390,_0x5b2c9e:0x3d1,_0x176fcc:0x3bb,_0x2075e1:0x3ca,_0x3d4e9a:0x47c,_0x445aff:0x415,_0x21e2aa:0x541,_0x24ec7e:0x3c6,_0x2dba6f:0x3c0,_0x23f1e9:0x402,_0x46ebb7:0x2a4,_0x116e89:0x249,_0x57b9fd:0x305,_0x11d499:0x317,_0x4c60cd:0x4b1,_0x51224f:0x530,_0x43cf9b:0x50a,_0x3b9e6a:0x29c,_0x4aa54:0x384,_0x1a42af:0x409,_0x716475:0x446,_0x161370:0x475,_0x6c045a:0x555,_0x54f30e:0x549,_0x159ca3:0x43a,_0x3b7c90:0x3a3,_0x5c7719:0x3a8,_0x15a354:0x53d,_0x34ada4:0x4f0,_0x3c8cd3:0x5f4,_0xdcb3df:0x5cd,_0x53f232:0x551,_0x2e3c91:0x43c,_0x1206c9:0x53b,_0x5b5d1a:0x3dd,_0x94fed2:0x3cc,_0x523aae:0x4bc,_0x5c9fa7:0x413,_0x3f4226:0x3d7,_0x27f4de:0x334,_0x3c0fde:0x3c5,_0x3af51b:0x41a,_0x185857:0x4fb,_0x588275:0x399,_0x192ce8:0x30d,_0x1dc8a2:0x441,_0x4d7501:0x540,_0xc260eb:0x4c0,_0x42169d:0x32b,_0x4fd8e2:0x1d4,_0x1f4ab9:0x2af,_0x141280:0x25c,_0x3949ad:0x3e3,_0x30bb06:0x323,_0x48caf3:0x32e,_0x1ece87:0x22b,_0x216382:0x364,_0x2b79c0:0x36c,_0x12d2d4:0x3f5,_0x190329:0x5ad,_0x161f1f:0x472,_0xae1c6d:0x42b,_0x4e88b8:0x3eb,_0x963614:0x39d,_0x369541:0x340,_0x39057d:0x318,_0x49bfe1:0x40d,_0x2a70fb:0x340,_0x519bd1:0x279,_0x39f626:0x364,_0x4d3094:0x4fb,_0x35513d:0x490,_0xb3cb62:0x537,_0x55b91b:0x55f,_0x185cdf:0x392,_0x2f813b:0x348,_0x4c1de6:0x26f,_0x2e7e5d:0x567,_0x1496d5:0x495,_0x347563:0x393,_0x4fddb5:0x470,_0x3a1778:0x4a2,_0x4a4ab7:0x449,_0x1ea93b:0x3f7,_0x390cbd:0x36b,_0x283579:0x2c2,_0x472b11:0x32d,_0x310fa7:0x311,_0x2a186d:0x4b8,_0x4cfca4:0x4f6,_0x270235:0x55f,_0x12e99e:0x40c,_0x54766c:0x2ef,_0x143f76:0x2e6,_0x2318c2:0x2e9,_0x126ecb:0x309,_0x4eab01:0x3ef,_0x4e1d34:0x3ff,_0x4fb542:0x502,_0x5b34c5:0x30c,_0x483150:0x3b5,_0x16a914:0x3eb,_0x2dd122:0x4db,_0x21e76a:0x380,_0xda7ebc:0x45e,_0x11b205:0x34c,_0x4864f7:0x550,_0x3aada9:0x57b,_0x100b11:0x513,_0x21e0ae:0x336,_0x176721:0x554,_0x37ab18:0x3f3,_0x303ebb:0x48a,_0x599810:0x333,_0x3ac5f0:0x49b,_0xb3a9f6:0x411,_0x42eb05:0x22f,_0xee4de4:0x4f2,_0x4f3a81:0x398,_0x1e0ec4:0x41a,_0x88fa51:0x440,_0x4a289c:0x53f,_0x7e438b:0x4db,_0x18989a:0x3ad,_0xfb4218:0x325,_0x56b350:0x514,_0x453ba0:0x412,_0x181779:0x436,_0x42ab62:0x1b9,_0x326a0c:0x264,_0x5db9ac:0x24e,_0xf63d9c:0x36c,_0xc8e4b5:0x4e7,_0x6fa78b:0x4b1},_0x4cc454={_0x3e9df8:0x76,_0x49d8b9:0x436},_0x118429={_0x1d5b29:0x169,_0x26fa5a:0xc8,_0x3ac30f:0x380},_0x15e4bb={};_0x15e4bb[_0x18ae8c(0x5ab,0x469,0x4b5,0x597)]='Attempt\x20to'+'\x20edit\x20read'+'only\x20skill'+_0x8663a(_0x2e4d13._0x1ed756,_0x2e4d13._0x50cb69,_0x2e4d13._0x33b812,_0x2e4d13._0x543bd3),_0x15e4bb[_0x8663a(_0x2e4d13._0x56eb0a,0x394,_0x2e4d13._0x27a537,0x217)]=_0x8663a(0x4c7,0x353,_0x2e4d13._0x1db918,_0x2e4d13._0x3fd888),_0x15e4bb[_0x18ae8c(_0x2e4d13._0x37e857,_0x2e4d13._0x5b2c9e,_0x2e4d13._0x176fcc,0x3f6)]=_0x18ae8c(_0x2e4d13._0x2075e1,0x397,0x406,0x497)+_0x8663a(_0x2e4d13._0x3d4e9a,0x374,_0x2e4d13._0x445aff,0x351)+_0x18ae8c(_0x2e4d13._0x21e2aa,0x507,0x492,_0x2e4d13._0x24ec7e)+_0x18ae8c(_0x2e4d13._0x2dba6f,0x467,_0x2e4d13._0x23f1e9,0x3b9)+_0x8663a(0x208,_0x2e4d13._0x46ebb7,0x268,_0x2e4d13._0x116e89),_0x15e4bb[_0x8663a(0x3ac,_0x2e4d13._0x57b9fd,0x2f8,_0x2e4d13._0x11d499)]=_0x18ae8c(_0x2e4d13._0x4c60cd,0x3e6,_0x2e4d13._0x4c60cd,0x46e)+'t',_0x15e4bb[_0x18ae8c(_0x2e4d13._0x51224f,0x611,_0x2e4d13._0x43cf9b,0x48d)]=_0x8663a(_0x2e4d13._0x3b9e6a,0x440,_0x2e4d13._0x4aa54,_0x2e4d13._0x1a42af)+'le\x20path',_0x15e4bb[_0x18ae8c(_0x2e4d13._0x716475,_0x2e4d13._0x161370,0x526,0x567)]='sziZu',_0x15e4bb['pXsIm']=_0x18ae8c(0x546,_0x2e4d13._0x6c045a,_0x2e4d13._0x54f30e,_0x2e4d13._0x159ca3),_0x15e4bb[_0x18ae8c(_0x2e4d13._0x3b7c90,_0x2e4d13._0x5c7719,0x32d,0x3b4)]=_0x18ae8c(_0x2e4d13._0x15a354,0x507,0x462,_0x2e4d13._0x34ada4),_0x15e4bb[_0x18ae8c(_0x2e4d13._0x3c8cd3,_0x2e4d13._0xdcb3df,0x537,0x5bd)]=function(_0x532d6b,_0x3047f2){return _0x532d6b===_0x3047f2;},_0x15e4bb['XUHZf']=_0x18ae8c(0x50a,_0x2e4d13._0x53f232,_0x2e4d13._0x2e3c91,_0x2e4d13._0x1206c9),_0x15e4bb[_0x8663a(_0x2e4d13._0x1db918,0x4e9,_0x2e4d13._0x5b5d1a,_0x2e4d13._0x94fed2)]=_0x18ae8c(0x491,_0x2e4d13._0x523aae,0x482,_0x2e4d13._0x5c9fa7),_0x15e4bb['hhURu']='Failed\x20to\x20'+_0x8663a(_0x2e4d13._0x3f4226,0x32c,0x332,_0x2e4d13._0x27f4de)+_0x8663a(0x33c,_0x2e4d13._0x3c0fde,_0x2e4d13._0x3af51b,_0x2e4d13._0x185857);function _0x8663a(_0x2f9d66,_0x420a8b,_0xda9a72,_0x4d0908){return _0x3e4cbd(_0x2f9d66-_0x118429._0x1d5b29,_0x420a8b,_0xda9a72-_0x118429._0x26fa5a,_0xda9a72-_0x118429._0x3ac30f);}_0x15e4bb[_0x18ae8c(0x451,0x504,0x436,_0x2e4d13._0x588275)]=_0x8663a(0x50c,_0x2e4d13._0x192ce8,0x413,0x3c6)+_0x18ae8c(_0x2e4d13._0x1dc8a2,0x4a3,_0x2e4d13._0x4d7501,_0x2e4d13._0xc260eb)+'r',_0x15e4bb[_0x8663a(_0x2e4d13._0x42169d,_0x2e4d13._0x4fd8e2,0x2a8,_0x2e4d13._0x1f4ab9)]=_0x8663a(0x352,0x3a3,0x2c4,_0x2e4d13._0x141280)+_0x8663a(_0x2e4d13._0x3949ad,_0x2e4d13._0x30bb06,0x3a9,0x384);const _0x4d2f6d=_0x15e4bb,{callingTask:_0x2ded70,skillId:_0x4796bb,skillPath:_0x5e9f8c,environmentName:_0x16effe}=_0x1b1dd0;function _0x18ae8c(_0x5f0705,_0x58b90b,_0x22aae2,_0x36ac4b){return _0x3e4cbd(_0x5f0705-_0x4cc454._0x3e9df8,_0x58b90b,_0x22aae2-0x1e1,_0x22aae2-_0x4cc454._0x49d8b9);}const _0x40b1f2=_0x1b1dd0[_0x18ae8c(0x422,_0x2e4d13._0x48caf3,0x343,_0x2e4d13._0x1ece87)][0x1d24+0x1178+0xba7*-0x4];if(_0x40b1f2['includes']('..')){const _0x49465e={};return _0x49465e[_0x8663a(_0x2e4d13._0x216382,_0x2e4d13._0x2b79c0,0x45e,0x558)]=_0x4d2f6d[_0x18ae8c(0x406,0x2cf,0x3ae,0x451)],_0x49465e['message']=_0x4d2f6d[_0x18ae8c(0x506,_0x2e4d13._0x12d2d4,_0x2e4d13._0x43cf9b,_0x2e4d13._0x190329)],_0x51ea2c['status'](-0x947+0x32+-0x6d*-0x19)[_0x18ae8c(_0x2e4d13._0x161f1f,_0x2e4d13._0xae1c6d,_0x2e4d13._0x4e88b8,_0x2e4d13._0x2e3c91)](_0x49465e);}const _0x2c38e2={};_0x2c38e2[_0x8663a(_0x2e4d13._0x963614,0x445,_0x2e4d13._0x369541,_0x2e4d13._0x39057d)]=_0x2ded70[_0x8663a(0x294,_0x2e4d13._0x49bfe1,_0x2e4d13._0x2a70fb,_0x2e4d13._0x519bd1)],_0x2c38e2[_0x8663a(_0x2e4d13._0x39f626,_0x2e4d13._0x4d3094,0x440,_0x2e4d13._0x35513d)]=_0x4796bb,_0x2c38e2['filepath']=_0x40b1f2,_0x2c38e2[_0x18ae8c(_0x2e4d13._0xb3cb62,_0x2e4d13._0x55b91b,0x54d,0x462)+'t']=_0x16effe,logger['info'](_0x8663a(_0x2e4d13._0x185cdf,_0x2e4d13._0x2f813b,0x3db,0x4ac)+_0x18ae8c(0x363,0x3cc,0x362,_0x2e4d13._0x4c1de6)+'ile',_0x2c38e2);const _0x3cbd8f=_0x562125[_0x18ae8c(_0x2e4d13._0x523aae,_0x2e4d13._0x2e7e5d,_0x2e4d13._0x1496d5,0x3ad)](_0x5e9f8c,_0x40b1f2);try{if(_0x4d2f6d[_0x8663a(0x4dc,_0x2e4d13._0x347563,_0x2e4d13._0x4fddb5,_0x2e4d13._0x3a1778)]!==_0x4d2f6d[_0x18ae8c(0x3ab,_0x2e4d13._0x4a4ab7,_0x2e4d13._0x1ea93b,0x33e)]){const _0x4ac7b5=await _0x1195dc[_0x18ae8c(0x36c,0x25e,_0x2e4d13._0x390cbd,_0x2e4d13._0x283579)](_0x3cbd8f,_0x4d2f6d[_0x18ae8c(0x3fd,0x214,_0x2e4d13._0x472b11,_0x2e4d13._0x310fa7)]),_0x596d4e={};_0x596d4e[_0x18ae8c(_0x2e4d13._0x2a186d,0x56c,_0x2e4d13._0x4cfca4,0x3e3)]=_0x4796bb,_0x596d4e[_0x18ae8c(_0x2e4d13._0x270235,0x407,0x4f8,0x568)]=_0x40b1f2,_0x596d4e[_0x8663a(_0x2e4d13._0x12e99e,0x1f0,_0x2e4d13._0x54766c,0x3f7)]=_0x4ac7b5,_0x51ea2c[_0x18ae8c(_0x2e4d13._0x143f76,0x368,0x3eb,0x32a)](_0x596d4e);}else{const _0x32bf82={};_0x32bf82[_0x8663a(0x2de,_0x2e4d13._0x2318c2,0x340,0x2fc)]=_0x3af9f3[_0x8663a(0x3e4,_0x2e4d13._0x126ecb,0x340,0x376)],_0x32bf82['skillId']=_0x1e1327,_0xa4ff05[_0x8663a(0x458,0x357,_0x2e4d13._0x4eab01,0x36c)](_0x4d2f6d[_0x8663a(0x443,0x419,_0x2e4d13._0x4e1d34,_0x2e4d13._0x4fb542)],_0x32bf82);const _0x3651f0={};return _0x3651f0['error']=_0x4d2f6d['IeNrQ'],_0x3651f0[_0x8663a(0x2cc,_0x2e4d13._0x5b34c5,0x346,_0x2e4d13._0x3fd888)]=_0x4d2f6d['BBNTi'],_0x14f3ff[_0x18ae8c(0x398,0x400,0x3e9,0x496)](-0x228f+-0x17c8+0x3bea)[_0x18ae8c(_0x2e4d13._0x483150,0x2d1,_0x2e4d13._0x16a914,0x483)](_0x3651f0);}}catch(_0x47dbb7){if(_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x2dd122,0x5e3,0x537,0x60d)](_0x47dbb7['code'],_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x21e76a,0x4e6,0x3f4,0x4d9)])){const _0x34567b={};return _0x34567b[_0x8663a(0x3c3,0x414,_0x2e4d13._0xda7ebc,_0x2e4d13._0x11b205)]=_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x4864f7,_0x2e4d13._0x3aada9,0x493,_0x2e4d13._0x100b11)],_0x34567b[_0x8663a(0x3d5,0x30d,0x346,0x424)]='File\x20\x27'+_0x40b1f2+(_0x8663a(0x23c,_0x2e4d13._0x21e0ae,0x272,0x237)+_0x18ae8c(_0x2e4d13._0x176721,_0x2e4d13._0x37ab18,_0x2e4d13._0x303ebb,0x3cf)+'\x20\x27')+_0x4796bb+'\x27',_0x51ea2c[_0x8663a(0x395,0x448,_0x2e4d13._0x599810,0x303)](-0x10*0x12a+0x1527+-0xf3)[_0x18ae8c(_0x2e4d13._0x3ac5f0,0x37f,0x3eb,0x3a5)](_0x34567b);}const _0xdd4dff={};_0xdd4dff[_0x8663a(_0x2e4d13._0xb3a9f6,_0x2e4d13._0x42eb05,0x340,0x43a)]=_0x2ded70[_0x18ae8c(_0x2e4d13._0xee4de4,_0x2e4d13._0x4f3a81,0x3f6,_0x2e4d13._0x1e0ec4)],_0xdd4dff[_0x8663a(0x391,0x557,_0x2e4d13._0x88fa51,_0x2e4d13._0x4a289c)]=_0x4796bb,_0xdd4dff[_0x18ae8c(_0x2e4d13._0x7e438b,0x57f,0x4f8,0x49b)]=_0x40b1f2,_0xdd4dff['error']=_0x47dbb7[_0x8663a(0x2dc,0x28f,0x346,_0x2e4d13._0x18989a)],logger['error'](_0x4d2f6d[_0x8663a(0x498,_0x2e4d13._0xfb4218,0x3a2,0x311)],_0xdd4dff);const _0x21ceea={};_0x21ceea[_0x18ae8c(0x591,0x45b,_0x2e4d13._0x56b350,0x4cf)]=_0x4d2f6d[_0x18ae8c(_0x2e4d13._0x453ba0,0x3b4,_0x2e4d13._0x181779,0x526)],_0x21ceea['message']=_0x4d2f6d[_0x8663a(_0x2e4d13._0x42ab62,0x1ad,0x2a8,_0x2e4d13._0x326a0c)],_0x51ea2c[_0x8663a(_0x2e4d13._0x5db9ac,_0x2e4d13._0xf63d9c,0x333,0x36c)](-0x1*-0x463+-0x25b5+0x2346)[_0x18ae8c(_0x2e4d13._0xc8e4b5,0x3fd,_0x2e4d13._0x4e88b8,_0x2e4d13._0x6fa78b)](_0x21ceea);}}),router['put'](_0x3e4cbd(0x13c,0x11d,0x76,0x7c)+_0x3e4cbd(0xd7,0x112,0x17,0x44)+_0x3e4cbd(-0xc,0x167,0x4c,0x67),requireTaskAuth,validateSkillAccess,async(_0x17b689,_0x361670)=>{const _0x15bf09={_0x993730:0xdd,_0x199df7:0xd4,_0x4f06d3:0x1d4,_0x1c6efc:0x1b9,_0x408c28:0x15a,_0x43ae79:0x8f,_0x4914df:0x102,_0x313ff8:0x3,_0x1651f3:0x189,_0x5a61f4:0xd7,_0xd6319a:0xb8,_0x41bac2:0x187,_0x29e2f4:0x86,_0xbae95f:0x13,_0x311a3a:0x2f,_0x104c51:0x173,_0x50582b:0x35,_0x296e27:0x19c,_0x4f36e2:0x219,_0x4f2a5c:0x1c0,_0x330719:0x109,_0x1d2cb8:0x15d,_0x3fa3bf:0x208,_0x36468a:0x22,_0x5c23c4:0x26,_0x209c39:0x87,_0x159ede:0x1ea,_0x3b9713:0x87,_0x180b58:0x11e,_0x55bc6d:0x191,_0x93c249:0x152,_0x2b2f3a:0x7a,_0x534baf:0x86,_0x5645e4:0x5,_0x4541f7:0x2e6,_0xa40f3b:0x32b,_0xb4fa3d:0x1fb,_0x14ccc0:0xa7,_0x110337:0x39,_0x3c9868:0x83,_0xf3c28b:0x143,_0x4cbb13:0x257,_0x4a3ed1:0xc1,_0x404046:0x177,_0xf992a1:0x1f0,_0x35ddf3:0xc2,_0x317ab1:0x1d1,_0x108130:0x180,_0x498fa1:0x2d7,_0x8ca8c:0x87,_0x264fcb:0x68,_0x53b39:0x114,_0x41562c:0xe8,_0xe71c0e:0x54,_0x244a93:0x254,_0x2f72ae:0x277,_0x334ee0:0x38c,_0x3df115:0x28f,_0x495391:0x14c,_0x3f3aaa:0xc0,_0xf543d4:0x12e,_0x2df826:0xc3,_0x241692:0x40,_0x2abad4:0x5d,_0x5015a7:0x85,_0x2ba8ad:0x2f,_0x34fa5e:0xd9,_0x30fba1:0x2b6,_0x4b47e0:0x20c,_0x6378ac:0xa8,_0x3afdc1:0xcb,_0x222fd3:0x27,_0x899249:0x188,_0x55547e:0x1f8,_0x29c651:0x2f9,_0x2a2c35:0x156,_0x591741:0x12d,_0x4517de:0x31f,_0x481a78:0x348,_0x1ff19c:0x52,_0x3b497b:0x57,_0x129d62:0x15f,_0x1144cd:0x19a,_0x2f752a:0x3f,_0x463339:0x165,_0x4d47c3:0x121,_0x1b7f29:0x67,_0x2e70b3:0x48,_0x4d8db6:0x129,_0x35991f:0x14c,_0x49a39c:0x10f,_0x138eb6:0x14e,_0x5979c8:0x1df,_0x2437cd:0xe8,_0x32a03c:0x183,_0xb6e6f3:0x8c,_0x563e11:0x204,_0x57baa2:0xa,_0x140be3:0x45,_0x2754e4:0x180,_0x191750:0x160,_0x35b7c6:0x8c,_0x52c28f:0x14,_0x5d80f1:0x44,_0x3c69bb:0x116,_0x30145b:0x7d,_0x3242cf:0xa7,_0x9f5b3:0xe0,_0x504da2:0x76,_0x1cb12e:0x74,_0x36d6b5:0x133,_0x553a18:0x7e,_0x35aa05:0x6c,_0x18fbeb:0x159,_0x85145f:0x112,_0x3928b7:0xb5,_0x45cb5a:0x98,_0x4c595a:0x1a7,_0x3068ae:0xe5,_0xeb564e:0x1b3,_0x8a1de0:0x170,_0x48865e:0x1ca,_0x56135c:0x285,_0x50b69e:0x2f7,_0xa9800a:0x281,_0xd31467:0x25b,_0x3e9fbb:0x24e,_0x56ea01:0x4f,_0x1b104c:0x16c,_0x18b2fd:0x57,_0x54245d:0x34,_0x1417a5:0x66,_0x211a41:0xb,_0x3b89a0:0x8a,_0x3437ae:0x239,_0x9190c8:0x264,_0x5a9da2:0x2e2,_0x179fd9:0x281,_0xdc5c7c:0x18d,_0x3da248:0x149,_0x597c60:0x1f4,_0x233773:0x12f,_0x506597:0xb7,_0x3e87de:0xb3,_0x9dacdb:0x192,_0x34a5dc:0x207,_0x5e0ff6:0x268,_0x136dda:0x60,_0x54bc60:0xcf,_0x233b16:0xab,_0x27fe82:0x21,_0x3ea9e9:0x259,_0x3db42d:0x26b,_0x10d285:0x354,_0x31e63c:0x2f,_0x75e11d:0xbf,_0x3bbee8:0x9c,_0x53c77b:0x42},_0x13afb4={_0x49899e:0x103,_0x5db593:0xb},_0x209603={};function _0x5dcb3c(_0x226ca3,_0x4b33e1,_0x21da49,_0x44c6a0){return _0x3e4cbd(_0x226ca3-0x93,_0x226ca3,_0x21da49-_0x13afb4._0x49899e,_0x44c6a0-_0x13afb4._0x5db593);}_0x209603['kCuWo']=_0x5dcb3c(-0xb,_0x15bf09._0x993730,0x180,_0x15bf09._0x199df7);function _0x313b4d(_0xb5d491,_0x41988e,_0x4b9244,_0x2fbd1d){return _0x2dae0c(_0x4b9244,_0x41988e-0x252,_0x4b9244-0x1a5,_0x2fbd1d-0xed);}_0x209603[_0x5dcb3c(_0x15bf09._0x4f06d3,_0x15bf09._0x1c6efc,_0x15bf09._0x408c28,0xeb)]=_0x5dcb3c(0x26,-_0x15bf09._0x43ae79,_0x15bf09._0x4914df,-_0x15bf09._0x313ff8)+_0x313b4d(0x269,0x21e,0x1e9,_0x15bf09._0x1651f3)+'n',_0x209603[_0x5dcb3c(_0x15bf09._0x5a61f4,0x77,0xeb,0xef)]=_0x5dcb3c(0x12d,_0x15bf09._0xd6319a,_0x15bf09._0x41bac2,_0x15bf09._0x29e2f4)+'t',_0x209603[_0x5dcb3c(_0x15bf09._0xbae95f,0xed,0x92,0xc0)]=_0x5dcb3c(_0x15bf09._0x311a3a,-0xe0,-0x105,0xf)+_0x313b4d(_0x15bf09._0x104c51,0xfb,_0x15bf09._0x50582b,_0x15bf09._0x296e27),_0x209603[_0x5dcb3c(-_0x15bf09._0x4f36e2,-_0x15bf09._0x4f2a5c,-0x98,-_0x15bf09._0x330719)]=function(_0x24cde1,_0x26cdc2){return _0x24cde1===_0x26cdc2;},_0x209603[_0x313b4d(0x86,_0x15bf09._0x1d2cb8,0xea,_0x15bf09._0x3fa3bf)]=function(_0x111584,_0x52e3d2){return _0x111584!==_0x52e3d2;},_0x209603['OAPUC']=_0x5dcb3c(-0xc0,0xf2,-_0x15bf09._0x36468a,_0x15bf09._0x5c23c4),_0x209603['djFeK']=_0x313b4d(_0x15bf09._0x209c39,0x15b,0xe1,_0x15bf09._0x159ede)+_0x5dcb3c(-0x37,0xdc,0x13b,_0x15bf09._0x3b9713)+'killId\x20to\x20'+_0x313b4d(_0x15bf09._0x180b58,0xbb,0x18,0x36)+_0x5dcb3c(-0x12f,-0x59,-0x2d,-0x32),_0x209603['pIsli']='Content\x20fi'+_0x313b4d(0x37b,0x272,0x1c6,_0x15bf09._0x55bc6d)+'uired',_0x209603['PMgnm']='Task\x20updat'+_0x313b4d(_0x15bf09._0x93c249,_0x15bf09._0x2b2f3a,-_0x15bf09._0x534baf,_0x15bf09._0x5645e4)+_0x313b4d(_0x15bf09._0x4541f7,0x27f,_0x15bf09._0xa40f3b,0x267),_0x209603['oPeGC']='utf-8',_0x209603[_0x313b4d(0x289,0x16d,0x208,_0x15bf09._0xb4fa3d)]=_0x5dcb3c(-_0x15bf09._0x14ccc0,_0x15bf09._0x110337,-_0x15bf09._0x3c9868,-0xb1)+_0x313b4d(-0x4e,0xaf,0x7b,0xb1)+_0x313b4d(_0x15bf09._0xf3c28b,_0x15bf09._0x4cbb13,0x280,0x24f),_0x209603[_0x5dcb3c(-0x10b,-_0x15bf09._0x4a3ed1,-_0x15bf09._0x404046,-0x106)]='Internal\x20S'+_0x5dcb3c(_0x15bf09._0xf992a1,-0x4,_0x15bf09._0x110337,0x115)+'r',_0x209603[_0x313b4d(_0x15bf09._0x35ddf3,_0x15bf09._0x317ab1,_0x15bf09._0x108130,_0x15bf09._0x498fa1)]='Failed\x20to\x20'+_0x5dcb3c(_0x15bf09._0x8ca8c,-0x120,-_0x15bf09._0x264fcb,-0x24);const _0x2d4fbe=_0x209603,{callingTask:_0x6301d6,taskUser:_0x6e2be,skillId:_0x38c162,skillPath:_0x2bee95,environmentName:_0xb57c55}=_0x17b689,_0x491cd5=_0x17b689[_0x5dcb3c(-0xf4,-0x17d,-_0x15bf09._0x53b39,-_0x15bf09._0x41562c)][-0x1aa1+0x33d*0x1+0xbb2*0x2],{content:_0x26642b}=_0x17b689['body'];if(_0x491cd5[_0x5dcb3c(-0x81,-0x66,0x4,_0x15bf09._0xe71c0e)]('..')){const _0x505b6d={};return _0x505b6d[_0x313b4d(_0x15bf09._0x244a93,_0x15bf09._0x2f72ae,_0x15bf09._0x334ee0,0x347)]=_0x2d4fbe[_0x313b4d(_0x15bf09._0x3df115,0x27d,0x225,0x173)],_0x505b6d['message']=_0x2d4fbe[_0x5dcb3c(_0x15bf09._0x495391,-0x3a,0x86,_0x15bf09._0x3f3aaa)],_0x361670[_0x313b4d(0x10c,0x14c,0xd7,_0x15bf09._0xf543d4)](0x1*0xb+0xd*-0x4b+0x7c*0xb)[_0x5dcb3c(0x5d,_0x15bf09._0x2df826,0xc1,-_0x15bf09._0x241692)](_0x505b6d);}if(_0x2d4fbe[_0x313b4d(-_0x15bf09._0x2abad4,_0x15bf09._0x5015a7,-_0x15bf09._0x2ba8ad,_0x15bf09._0x34fa5e)](_0x491cd5,_0x313b4d(0x22e,0x239,_0x15bf09._0x30fba1,0x11d))){if(_0x2d4fbe[_0x313b4d(_0x15bf09._0x4b47e0,0x15d,_0x15bf09._0x6378ac,0x25b)](_0x2d4fbe[_0x5dcb3c(-0x7d,0x17,-0x54,-_0x15bf09._0x3afdc1)],_0x2d4fbe[_0x313b4d(_0x15bf09._0x199df7,0xc3,-_0x15bf09._0x222fd3,_0x15bf09._0x899249)])){if(!_0x4ae646)return null;return _0x3783ce[_0x313b4d(0x144,_0x15bf09._0x55547e,_0x15bf09._0x29c651,_0x15bf09._0x2a2c35)](_0x52dbf1,_0x2d4fbe['kCuWo'],_0x2d4fbe[_0x5dcb3c(-0x2d,_0x15bf09._0x591741,_0x15bf09._0x43ae79,0xeb)]);}else{const _0x5bab12={};return _0x5bab12[_0x313b4d(_0x15bf09._0x4517de,_0x15bf09._0x2f72ae,_0x15bf09._0x481a78,0x218)]=_0x5dcb3c(-_0x15bf09._0x1ff19c,0xc1,0x173,0x86)+'t',_0x5bab12[_0x313b4d(_0x15bf09._0x3b497b,_0x15bf09._0x129d62,0x262,_0x15bf09._0x1144cd)]=_0x2d4fbe[_0x5dcb3c(0x2d,-0x50,0x13f,_0x15bf09._0x2f752a)],_0x361670[_0x313b4d(_0x15bf09._0x463339,_0x15bf09._0x495391,_0x15bf09._0x4d47c3,0xc1)](0xcb5+0x368+0x95*-0x19)[_0x5dcb3c(-0x33,_0x15bf09._0x1b7f29,-0xa4,-0x40)](_0x5bab12);}}if(_0x26642b===undefined){const _0x36ae5e={};return _0x36ae5e['error']=_0x2d4fbe[_0x5dcb3c(0x1fd,_0x15bf09._0x2e70b3,0xa3,0xef)],_0x36ae5e['message']=_0x2d4fbe[_0x5dcb3c(0xe6,0x2a,-0x36,0x13)],_0x361670[_0x313b4d(_0x15bf09._0x4d8db6,_0x15bf09._0x35991f,0xe9,_0x15bf09._0x49a39c)](0xfe8+-0xec2+-0x35*-0x2)[_0x313b4d(0x161,_0x15bf09._0x138eb6,0x7e,_0x15bf09._0x5979c8)](_0x36ae5e);}const _0xd34e6a={};_0xd34e6a[_0x5dcb3c(-_0x15bf09._0x2437cd,0xb5,-0x80,-0x35)]=_0x6301d6['taskId'],_0xd34e6a['skillId']=_0x38c162,_0xd34e6a[_0x313b4d(0x349,0x25b,0x15d,_0x15bf09._0x32a03c)]=_0x491cd5,_0xd34e6a[_0x313b4d(0x1dd,0x2b0,0x2d5,0x306)+'t']=_0xb57c55,_0xd34e6a[_0x5dcb3c(-_0x15bf09._0xb6e6f3,-_0x15bf09._0x563e11,_0x15bf09._0x57baa2,-0xe5)]=_0x6e2be['id'],logger[_0x5dcb3c(_0x15bf09._0x140be3,_0x15bf09._0x2754e4,_0x15bf09._0x191750,_0x15bf09._0x35b7c6)](_0x2d4fbe[_0x313b4d(-_0x15bf09._0x52c28f,0x78,0x31,-_0x15bf09._0x5d80f1)],_0xd34e6a);const _0x32d4e7=_0x562125[_0x5dcb3c(_0x15bf09._0x3c69bb,-_0x15bf09._0x30145b,_0x15bf09._0x3242cf,0x6a)](_0x2bee95,_0x491cd5),_0x5b39da=new Date()['toISOStrin'+'g']();try{const _0x80478c=_0x562125['dirname'](_0x32d4e7),_0x117753={};_0x117753['recursive']=!![],await _0x1195dc['mkdir'](_0x80478c,_0x117753),await _0x1195dc[_0x313b4d(_0x15bf09._0x9f5b3,0x12f,_0x15bf09._0x504da2,0xf9)](_0x32d4e7,_0x26642b,_0x2d4fbe[_0x5dcb3c(_0x15bf09._0x1cb12e,_0x15bf09._0x36d6b5,_0x15bf09._0x553a18,0x71)]);const _0x5d62cb={};_0x5d62cb[_0x313b4d(_0x15bf09._0x35aa05,_0x15bf09._0x18fbeb,_0x15bf09._0x85145f,0x159)]=_0x6301d6[_0x5dcb3c(-_0x15bf09._0x5015a7,0xd2,-_0x15bf09._0x3928b7,-0x35)],_0x5d62cb[_0x5dcb3c(0x2,0x13e,_0x15bf09._0x45cb5a,0xcb)]=_0x38c162,_0x5d62cb['filepath']=_0x491cd5,_0x5d62cb[_0x5dcb3c(-0x16a,-0x62,-_0x15bf09._0x4c595a,-_0x15bf09._0x3068ae)]=_0x6e2be['id'],logger['info'](_0x313b4d(0xfc,0x160,_0x15bf09._0xeb564e,_0x15bf09._0x8a1de0)+_0x313b4d(0x28c,_0x15bf09._0x48865e,0x126,0x212)+'y\x20task',_0x5d62cb);const _0xedb075={};_0xedb075[_0x313b4d(0x395,_0x15bf09._0x56135c,_0x15bf09._0x50b69e,0x2d5)]=!![],_0xedb075['skillId']=_0x38c162,_0xedb075[_0x313b4d(_0x15bf09._0xa9800a,_0x15bf09._0xd31467,0x225,_0x15bf09._0x3e9fbb)]=_0x491cd5,_0xedb075[_0x5dcb3c(-0xc8,-_0x15bf09._0x56ea01,-_0x15bf09._0x1b104c,-_0x15bf09._0x18b2fd)]=_0x5b39da,_0xedb075[_0x5dcb3c(-0x34,-0x125,0x7d,-0x74)+_0x5dcb3c(-_0x15bf09._0x54245d,_0x15bf09._0x1417a5,-_0x15bf09._0x211a41,-_0x15bf09._0x3b89a0)]=_0x6301d6[_0x313b4d(0x268,_0x15bf09._0x18fbeb,0x5d,0x25c)],_0xedb075[_0x313b4d(_0x15bf09._0x3437ae,_0x15bf09._0x9190c8,_0x15bf09._0x5a9da2,0x272)+_0x313b4d(_0x15bf09._0x179fd9,_0x15bf09._0xdc5c7c,_0x15bf09._0x3da248,_0x15bf09._0x597c60)]=_0x6e2be['id'],_0x361670[_0x5dcb3c(0xc8,-0x10d,-_0x15bf09._0x233773,-0x40)](_0xedb075);}catch(_0x3be074){const _0x3e80d5={};_0x3e80d5[_0x5dcb3c(-_0x15bf09._0x43ae79,0x8,_0x15bf09._0x506597,-0x35)]=_0x6301d6[_0x313b4d(_0x15bf09._0x264fcb,0x159,_0x15bf09._0x4c595a,_0x15bf09._0x3e87de)],_0x3e80d5[_0x313b4d(0x177,0x259,_0x15bf09._0x9dacdb,0x1c8)]=_0x38c162,_0x3e80d5[_0x313b4d(_0x15bf09._0x34a5dc,0x25b,0x17b,0x248)]=_0x491cd5,_0x3e80d5['error']=_0x3be074[_0x313b4d(0x185,0x15f,_0x15bf09._0x5e0ff6,0x242)],logger[_0x5dcb3c(0x194,_0x15bf09._0x136dda,_0x15bf09._0xbae95f,0xe9)](_0x2d4fbe[_0x5dcb3c(-0xb3,-_0x15bf09._0x54bc60,_0x15bf09._0x233b16,-_0x15bf09._0x27fe82)],_0x3e80d5);const _0x1e6f67={};_0x1e6f67[_0x313b4d(_0x15bf09._0x3ea9e9,_0x15bf09._0x2f72ae,_0x15bf09._0x3db42d,_0x15bf09._0x10d285)]=_0x2d4fbe['WpJwF'],_0x1e6f67[_0x5dcb3c(-0xf2,-0x1d,0x2a,-_0x15bf09._0x31e63c)]=_0x2d4fbe['xHUVs'],_0x361670[_0x5dcb3c(_0x15bf09._0x75e11d,-0xc9,_0x15bf09._0x3bbee8,-_0x15bf09._0x53c77b)](0x383*-0xa+-0x1*0x943+0x2e55)['json'](_0x1e6f67);}}),router[_0x2dae0c(0x3,-0x93,-0x1a1,-0x1f)](_0x2dae0c(-0x2b,-0x3d,-0x8d,-0xff)+_0x3e4cbd(-0xd8,0x87,0x1c,0x44)+'es/*',requireTaskAuth,validateSkillAccess,async(_0x5e11a6,_0x1c8cd8)=>{const _0x4bd30b={_0x55b620:0x29,_0x5c8550:0x45,_0x4ec728:0x33a,_0x2bf9d6:0x23d,_0x5d1afa:0x383,_0x2d47e1:0x193,_0x2b37b3:0x170,_0x1245b2:0x148,_0x55ca92:0x14d,_0x236d80:0x16e,_0x3cda18:0xc8,_0x4f6db8:0x2a0,_0x4f3044:0x1d9,_0x3c5f5b:0x13b,_0x191ad5:0x100,_0x29c408:0x161,_0x5bb635:0x1f7,_0x14cd1a:0x110,_0x16cf90:0x177,_0x53f712:0x1b0,_0x3e5df1:0xee,_0x17d930:0xb5,_0x53d9c8:0x1f4,_0x2d8f31:0x24e,_0x377f7a:0x30,_0xc725d1:0xb3,_0xf19de:0x248,_0x5b0856:0x2da,_0xfcc833:0x15e,_0x3748e0:0x1ea,_0x2278f8:0x1d1,_0x26f674:0x355,_0x4ac7c0:0x30f,_0x9823cf:0x204,_0x926eaf:0x167,_0x3c3282:0xdb,_0x472cbe:0x114,_0x44959d:0x82,_0x252e12:0x95,_0x2cc696:0x5f,_0x309ddc:0x19,_0x551243:0x88,_0x2492ee:0x69,_0x3a84fa:0xfc,_0x19539c:0x45,_0x329c5d:0xdc,_0x2b3ab0:0xa1,_0x2a735e:0xcd,_0x3608f4:0x207,_0x3a6cfd:0x251,_0x16bf20:0x5d,_0x549d24:0x1c4,_0x221618:0x25,_0x40f109:0xc0,_0x585d13:0x105,_0x3ef5bc:0x4f,_0x287ae5:0x39,_0x4fe48b:0xd3,_0x5cfa9a:0x27f,_0xf794bc:0x2fb,_0x392582:0x28c,_0xf0e4b9:0x17a,_0x52b18c:0x16a,_0x163639:0x1b1,_0x17953a:0x18a,_0x4c7471:0x1e1,_0x1533ad:0x7d,_0xb025eb:0x102,_0x267ca9:0x17d,_0x6b76ba:0x2a,_0x423669:0x95,_0x73cff8:0x31f,_0x4fed96:0x277,_0x14fbfe:0xcf,_0x4da842:0x1c3,_0x56735c:0x76,_0x2c57b6:0x7b,_0x565f4e:0x309,_0x411f6f:0x313,_0x7b1950:0x229,_0x325dba:0x1ab,_0x52fd34:0x98,_0x17273b:0x120,_0x3d2b94:0x182,_0x58f2dc:0x69,_0x2dc711:0x263,_0x4dce16:0x213,_0x2e9dd3:0x16e,_0x4d52a2:0x104,_0x1053ae:0x7d,_0x42317d:0x2c0,_0x52e009:0x1e3,_0xef0b2f:0x30e,_0x34d22a:0x2c5,_0x1fad4d:0x1fc,_0x58c9a8:0x9b,_0x2d5971:0x14a,_0x42d03d:0x161,_0x32ad6d:0x1f9,_0x306dca:0x6f,_0x1165dc:0xf,_0x1fd72c:0x3c,_0x37ed6d:0x129,_0x474f53:0x138,_0x45c939:0xde,_0x5c1b80:0xc5,_0x4022ae:0x16e,_0x4e1bb0:0x8b,_0x2380f0:0x53,_0x2a6bf1:0x43,_0x52661a:0x13b,_0x1a2028:0x1c3,_0x16f50d:0x97,_0x1e5a74:0x36,_0x81ea3c:0x14e,_0x38fb4c:0xad,_0x42b66a:0x1da,_0x39bf2b:0x1cc,_0x49a6f7:0x70,_0x21ff1a:0x90,_0x1cd911:0x75,_0x4eab00:0x55,_0x213546:0xdd,_0x3a6876:0xd8,_0x2b9a1e:0xb,_0x248627:0x324,_0x4f5a0e:0x223,_0x294825:0x10,_0x4f1579:0xf,_0x2b1ec5:0x8a,_0x107212:0x57,_0xc1ef43:0xc0,_0x4fef3f:0x163,_0x53bb2d:0x1d9,_0x2b1fd7:0x215,_0x3425d7:0x26c,_0x270040:0x19d,_0x21ffd4:0x5,_0x3585e6:0x211,_0xf08c83:0x124,_0x3bc479:0x15c,_0x1ad6cf:0x1b6,_0x9ddbf8:0x28c,_0x5946dc:0xf0,_0x271d94:0xcd,_0x584a39:0x5a,_0x5729ef:0x199,_0x885165:0x82,_0x4e5567:0x7f,_0x24cb50:0x159,_0x15713d:0x85,_0x3dc693:0x60,_0x32263e:0x127,_0x5767a7:0x116,_0xac6dac:0x67,_0x5cdd73:0x16e,_0xf59e51:0xb2,_0x5b0ebc:0xcc,_0x4f54cd:0x29,_0x44b50e:0x77,_0x4f0ae7:0x31,_0x38a598:0x277,_0x5a9381:0x87,_0x19d89a:0x23c,_0x129f11:0x174,_0x15d380:0x10d,_0x573af2:0x137,_0x122d98:0x207,_0x3b49c2:0x172,_0x644956:0x335,_0x1856b0:0x48,_0x2e6c61:0x6d,_0x4bbc81:0x198,_0x85c0f9:0xbf,_0x5962bb:0x7,_0x290a80:0x1ce,_0x3908a0:0x174,_0x1d1276:0x23,_0x4b660a:0x19,_0x56dd1c:0x2d,_0x2c4aa3:0x96,_0x56535a:0x3f,_0x2c81e8:0xfe},_0x108d5f={_0x55dd4e:0x6e,_0x442c41:0x143},_0x290554={_0x17e8d4:0x149},_0x128671={};_0x128671[_0x1d1ea3(_0x4bd30b._0x55b620,0x81,-0x5e,_0x4bd30b._0x5c8550)]=_0x36a3d0(_0x4bd30b._0x4ec728,0x29d,0x19c,_0x4bd30b._0x2bf9d6),_0x128671[_0x36a3d0(_0x4bd30b._0x5d1afa,_0x4bd30b._0x2d47e1,0x2f2,0x2ae)]=function(_0xc24bf6,_0x421d43){return _0xc24bf6!==_0x421d43;},_0x128671['KkUan']=_0x1d1ea3(-_0x4bd30b._0x2b37b3,-0xf4,-_0x4bd30b._0x1245b2,-0xbb),_0x128671[_0x1d1ea3(-_0x4bd30b._0x55ca92,-_0x4bd30b._0x236d80,-0x192,-_0x4bd30b._0x3cda18)]=_0x36a3d0(_0x4bd30b._0x4f6db8,_0x4bd30b._0x4f3044,0x268,0x229)+'t',_0x128671[_0x36a3d0(_0x4bd30b._0x3c5f5b,0x152,0xe1,0x1e1)]='Invalid\x20fi'+_0x36a3d0(_0x4bd30b._0x191ad5,_0x4bd30b._0x29c408,_0x4bd30b._0x5bb635,_0x4bd30b._0x14cd1a),_0x128671[_0x36a3d0(0x30c,0x345,0x2d4,0x2ba)]=function(_0x322176,_0xbd3c8a){return _0x322176===_0xbd3c8a;},_0x128671[_0x36a3d0(_0x4bd30b._0x16cf90,_0x4bd30b._0x53f712,_0x4bd30b._0x3e5df1,_0x4bd30b._0x17d930)]=_0x36a3d0(0x34e,_0x4bd30b._0x53d9c8,0x209,_0x4bd30b._0x2d8f31),_0x128671[_0x1d1ea3(-0x5a,-0xdd,-_0x4bd30b._0x377f7a,-_0x4bd30b._0xc725d1)]=_0x1d1ea3(-0xb2,-0x140,-0x115,-_0x4bd30b._0xf19de)+'ete\x20SKILL.'+'md',_0x128671[_0x36a3d0(_0x4bd30b._0x5b0856,_0x4bd30b._0xfcc833,0x1fe,_0x4bd30b._0x3748e0)]=function(_0x5240c9,_0x290f16){return _0x5240c9===_0x290f16;},_0x128671[_0x36a3d0(0x0,0x18d,_0x4bd30b._0x2278f8,0xe2)]=_0x36a3d0(_0x4bd30b._0x26f674,_0x4bd30b._0x4ac7c0,_0x4bd30b._0x9823cf,0x245),_0x128671[_0x36a3d0(0x144,_0x4bd30b._0x926eaf,_0x4bd30b._0x3c3282,_0x4bd30b._0x472cbe)]=_0x1d1ea3(-0x162,-0x55,-_0x4bd30b._0x44959d,-_0x4bd30b._0x252e12),_0x128671[_0x1d1ea3(_0x4bd30b._0x2cc696,_0x4bd30b._0x309ddc,-0xed,-0xc5)]=function(_0x1b04f9,_0x1e0272){return _0x1b04f9===_0x1e0272;},_0x128671[_0x36a3d0(_0x4bd30b._0x551243,_0x4bd30b._0x2492ee,0x24,_0x4bd30b._0x3a84fa)]=_0x1d1ea3(-0x62,-_0x4bd30b._0x19539c,-_0x4bd30b._0x329c5d,0xb3),_0x128671[_0x36a3d0(0x48,_0x4bd30b._0x2b3ab0,0xf8,_0x4bd30b._0x2a735e)]='Not\x20Found',_0x128671[_0x36a3d0(0x1e4,_0x4bd30b._0x3608f4,0x26e,_0x4bd30b._0x3a6cfd)]=_0x36a3d0(0x19f,_0x4bd30b._0x16bf20,_0x4bd30b._0x549d24,0xf2)+_0x1d1ea3(0x2,_0x4bd30b._0x221618,0xc4,0xc0)+'e';const _0x20a4f8=_0x128671,{callingTask:_0x16c211,taskUser:_0x141ef0,skillId:_0x270758,skillPath:_0x178048,environmentName:_0x37ba30}=_0x5e11a6,_0x46e233=_0x5e11a6[_0x1d1ea3(-0x171,-0x13e,-_0x4bd30b._0x40f109,-_0x4bd30b._0x585d13)][-0x7b5*0x1+-0x30e*0xa+0x2641];if(_0x46e233[_0x36a3d0(0x144,0x304,0x29b,_0x4bd30b._0x5bb635)]('..')){if(_0x20a4f8[_0x1d1ea3(-_0x4bd30b._0x3ef5bc,0xb5,0x72,-0x28)](_0x20a4f8[_0x1d1ea3(-0xb8,_0x4bd30b._0x287ae5,0xd6,_0x4bd30b._0x4fe48b)],_0x36a3d0(0x365,0x2a2,0x194,_0x4bd30b._0x5cfa9a))){const _0x142dab={};return _0x142dab[_0x36a3d0(0x242,0x329,_0x4bd30b._0xf794bc,_0x4bd30b._0x392582)]=_0x20a4f8['oCoVa'],_0x142dab[_0x1d1ea3(-0x6b,-0x85,-_0x4bd30b._0xf0e4b9,-_0x4bd30b._0x52b18c)]=_0x20a4f8[_0x36a3d0(_0x4bd30b._0x163639,_0x4bd30b._0x17953a,0xec,_0x4bd30b._0x4c7471)],_0x1c8cd8[_0x36a3d0(0x147,0xa7,_0x4bd30b._0x1533ad,_0x4bd30b._0x29c408)](-0x1228+0x1667+-0x2af)[_0x1d1ea3(-_0x4bd30b._0xb025eb,-0x96,-_0x4bd30b._0x267ca9,-0xc4)](_0x142dab);}else{const _0x25f6a2={};return _0x25f6a2[_0x36a3d0(-_0x4bd30b._0x6b76ba,_0x4bd30b._0x52b18c,_0x4bd30b._0x423669,0xb6)]=_0x20a4f8[_0x1d1ea3(-0x70,0x81,0xb2,0x10)],_0x25f6a2[_0x36a3d0(_0x4bd30b._0x73cff8,_0x4bd30b._0x53f712,0x256,_0x4bd30b._0x4fed96)]={},_0x25f6a2;}}if(_0x20a4f8['VmXOD'](_0x46e233,_0x20a4f8[_0x36a3d0(_0x4bd30b._0x14fbfe,0xd3,_0x4bd30b._0x4da842,0xb5)])){const _0x120a41={};return _0x120a41[_0x1d1ea3(0x3f,0x93,_0x4bd30b._0x56735c,-_0x4bd30b._0x2c57b6)]=_0x36a3d0(_0x4bd30b._0x565f4e,_0x4bd30b._0x411f6f,0x16b,_0x4bd30b._0x7b1950)+'t',_0x120a41[_0x1d1ea3(-0xa2,-0x85,0x34,-0xfc)]=_0x20a4f8['QuuLR'],_0x1c8cd8[_0x1d1ea3(-_0x4bd30b._0x325dba,-_0x4bd30b._0x52fd34,0x7e,-_0x4bd30b._0x17273b)](-0x575+0x261e+-0x1f19)[_0x1d1ea3(-_0x4bd30b._0x3d2b94,-0x96,-_0x4bd30b._0x58f2dc,-0x7d)](_0x120a41);}const _0x4abf7c={};_0x4abf7c[_0x36a3d0(0xd5,_0x4bd30b._0x2dc711,0xfc,0x16e)]=_0x16c211[_0x36a3d0(0x143,0x24a,_0x4bd30b._0x4dce16,_0x4bd30b._0x2e9dd3)],_0x4abf7c[_0x1d1ea3(0x133,0x75,_0x4bd30b._0x4d52a2,-_0x4bd30b._0x1053ae)]=_0x270758,_0x4abf7c[_0x36a3d0(_0x4bd30b._0x42317d,_0x4bd30b._0x52e009,0x34a,0x270)]=_0x46e233,_0x4abf7c[_0x36a3d0(0x20d,_0x4bd30b._0xef0b2f,0x289,_0x4bd30b._0x34d22a)+'t']=_0x37ba30,_0x4abf7c[_0x1d1ea3(-_0x4bd30b._0x1fad4d,-_0x4bd30b._0x3c5f5b,-_0x4bd30b._0x58c9a8,-0x1de)]=_0x141ef0['id'];function _0x36a3d0(_0x53861d,_0x5e3d96,_0x25b3c2,_0x4131a3){return _0x3e4cbd(_0x53861d-_0x290554._0x17e8d4,_0x5e3d96,_0x25b3c2-0x13b,_0x4131a3-0x1ae);}logger['info'](_0x1d1ea3(-_0x4bd30b._0x17d930,-_0x4bd30b._0x2d5971,-_0x4bd30b._0x42d03d,-0x71)+_0x36a3d0(0x187,_0x4bd30b._0x3e5df1,-0x67,0x8f)+'file',_0x4abf7c);const _0x119998=_0x562125[_0x36a3d0(_0x4bd30b._0x32ad6d,0x114,0x182,0x20d)](_0x178048,_0x46e233);function _0x1d1ea3(_0x47ed15,_0x58ab26,_0x33c172,_0x3b90da){return _0x2dae0c(_0x33c172,_0x58ab26-_0x108d5f._0x55dd4e,_0x33c172-0x11d,_0x3b90da-_0x108d5f._0x442c41);}try{if(_0x20a4f8[_0x1d1ea3(_0x4bd30b._0x306dca,-_0x4bd30b._0x1165dc,-0x57,0x9c)](_0x20a4f8['gRxOe'],'aXUPO')){const _0x1080b7=await _0x1195dc[_0x1d1ea3(-0xfb,-0xa6,-_0x4bd30b._0x1fd72c,-_0x4bd30b._0x17953a)](_0x119998);if(_0x1080b7[_0x1d1ea3(-_0x4bd30b._0x37ed6d,-_0x4bd30b._0x4d52a2,-_0x4bd30b._0x55ca92,-0x1fb)+'y']()){const _0x3fd212={};_0x3fd212[_0x1d1ea3(_0x4bd30b._0x474f53,0x1a,0xb0,_0x4bd30b._0x45c939)]=!![],_0x3fd212[_0x1d1ea3(-0x32,0xc4,_0x4bd30b._0x5c1b80,0xea)]=!![],await _0x1195dc['rm'](_0x119998,_0x3fd212);}else await _0x1195dc['unlink'](_0x119998);const _0x190c81={};_0x190c81[_0x1d1ea3(-_0x4bd30b._0x4022ae,-_0x4bd30b._0x4e1bb0,-0x39,-0xd8)]=_0x16c211[_0x36a3d0(_0x4bd30b._0x2380f0,0x19d,0x1ee,0x16e)],_0x190c81[_0x1d1ea3(0x67,0x75,0x12d,0x5b)]=_0x270758,_0x190c81[_0x1d1ea3(-0x7b,0x77,0x27,-0x89)]=_0x46e233,_0x190c81[_0x1d1ea3(-_0x4bd30b._0x2a6bf1,-_0x4bd30b._0x52661a,-0x251,-_0x4bd30b._0x1a2028)]=_0x141ef0['id'],logger[_0x1d1ea3(-_0x4bd30b._0x16f50d,_0x4bd30b._0x1e5a74,_0x4bd30b._0x81ea3c,-_0x4bd30b._0x38fb4c)](_0x36a3d0(0x165,_0x4bd30b._0x42b66a,_0x4bd30b._0x39bf2b,0x175)+_0x1d1ea3(0x12a,0xb8,_0x4bd30b._0x377f7a,0x63)+'y\x20task',_0x190c81);const _0x1eacfd={};_0x1eacfd[_0x1d1ea3(0xa,_0x4bd30b._0x2b3ab0,-_0x4bd30b._0x49a6f7,0x25)]=!![],_0x1eacfd[_0x1d1ea3(-_0x4bd30b._0x21ff1a,_0x4bd30b._0x1cd911,_0x4bd30b._0x4eab00,0x17)]=_0x270758,_0x1eacfd[_0x1d1ea3(_0x4bd30b._0x213546,0x77,_0x4bd30b._0x3a6876,-_0x4bd30b._0x2b9a1e)]=_0x46e233,_0x1eacfd[_0x36a3d0(0x261,_0x4bd30b._0x248627,0x1c1,_0x4bd30b._0x4f5a0e)+_0x1d1ea3(_0x4bd30b._0x294825,-0xe0,0x26,-0x1b8)]=_0x16c211[_0x1d1ea3(-_0x4bd30b._0x4f1579,-_0x4bd30b._0x4e1bb0,-0x5a,-_0x4bd30b._0x2b1ec5)],_0x1eacfd['deletedByU'+'serId']=_0x141ef0['id'],_0x1c8cd8[_0x36a3d0(_0x4bd30b._0x107212,0x1fb,_0x4bd30b._0xc1ef43,_0x4bd30b._0x4fef3f)](_0x1eacfd);}else _0x31f0e4=_0x2286a2[_0x36a3d0(0x21f,0x1a0,0x2c0,_0x4bd30b._0x53bb2d)],_0x1f04ae=_0x3255a5['setupPath'],_0x324416=_0x57d2d6['coderConfi'+'g'];}catch(_0x529554){if(_0x20a4f8[_0x36a3d0(_0x4bd30b._0x2b1fd7,_0x4bd30b._0x3425d7,0x2bb,0x1ea)](_0x20a4f8[_0x1d1ea3(-_0x4bd30b._0x270040,-0xe5,-_0x4bd30b._0x21ffd4,-0x23)],_0x20a4f8[_0x36a3d0(_0x4bd30b._0x3585e6,_0x4bd30b._0xf08c83,0x19c,0x114)])){if(_0x20a4f8['dMSho'](_0x529554[_0x1d1ea3(-0x15e,-0xfa,-_0x4bd30b._0x3bc479,-0x90)],_0x20a4f8[_0x36a3d0(0x74,0x1c3,0x13,0xfc)])){const _0x585444={};return _0x585444[_0x36a3d0(0x3a2,_0x4bd30b._0x1ad6cf,0x289,_0x4bd30b._0x9ddbf8)]=_0x20a4f8[_0x36a3d0(_0x4bd30b._0x5946dc,0xf,0xba,_0x4bd30b._0x271d94)],_0x585444[_0x1d1ea3(_0x4bd30b._0x584a39,-0x85,-_0x4bd30b._0x58c9a8,-0x128)]=_0x1d1ea3(_0x4bd30b._0x5729ef,_0x4bd30b._0x885165,_0x4bd30b._0x4e5567,-0x11)+_0x46e233+(_0x1d1ea3(-0x1e5,-_0x4bd30b._0x24cb50,-0x23a,-0x268)+'d'),_0x1c8cd8[_0x1d1ea3(-_0x4bd30b._0x15713d,-0x98,_0x4bd30b._0x3dc693,-_0x4bd30b._0x32263e)](-0x2*-0xd77+-0x1*-0x12b9+-0x2c13)[_0x36a3d0(_0x4bd30b._0x5767a7,0x216,0x1f0,0x163)](_0x585444);}const _0x30bd93={};_0x30bd93[_0x36a3d0(0x9a,_0x4bd30b._0xac6dac,0x146,_0x4bd30b._0x5cdd73)]=_0x16c211['taskId'],_0x30bd93[_0x1d1ea3(-0xa9,0x75,_0x4bd30b._0xf59e51,_0x4bd30b._0x5b0ebc)]=_0x270758,_0x30bd93[_0x1d1ea3(-_0x4bd30b._0x4f54cd,_0x4bd30b._0x44b50e,_0x4bd30b._0x55ca92,_0x4bd30b._0x4f0ae7)]=_0x46e233,_0x30bd93['error']=_0x529554[_0x36a3d0(_0x4bd30b._0x38a598,_0x4bd30b._0x5a9381,_0x4bd30b._0x19d89a,_0x4bd30b._0x129f11)],logger['error'](_0x1d1ea3(-0x99,-0x107,-_0x4bd30b._0x15d380,-_0x4bd30b._0x573af2)+'delete\x20ski'+_0x36a3d0(0x194,_0x4bd30b._0x122d98,0x164,0x237),_0x30bd93);const _0x1fa4b1={};_0x1fa4b1[_0x36a3d0(_0x4bd30b._0x3b49c2,0x3a0,_0x4bd30b._0x644956,_0x4bd30b._0x9ddbf8)]=_0x1d1ea3(0x158,_0x4bd30b._0x1856b0,-_0x4bd30b._0x2e6c61,0x73)+_0x1d1ea3(_0x4bd30b._0x4bbc81,_0x4bd30b._0x85c0f9,_0x4bd30b._0x5962bb,0x1b1)+'r',_0x1fa4b1[_0x36a3d0(0x1a5,_0x4bd30b._0x290a80,0x5c,_0x4bd30b._0x3908a0)]=_0x20a4f8[_0x1d1ea3(_0x4bd30b._0x1d1276,0x58,0x76,-_0x4bd30b._0x4b660a)],_0x1c8cd8[_0x1d1ea3(-0xc6,-0x98,_0x4bd30b._0x56dd1c,-0xf7)](0x1ef5+0x37a*0x5+-0x2e63)[_0x1d1ea3(-_0x4bd30b._0x16bf20,-_0x4bd30b._0x2c4aa3,_0x4bd30b._0x56535a,-_0x4bd30b._0x2c81e8)](_0x1fa4b1);}else _0x35dbb3[_0x476098]=_0x275009[_0x1d1ea3(-0xbe,-0x166,-0x27f,-0x1e3)]();}});export default router;
1
+ (function(_0x30a363,_0x1a9cf1){const _0x4add48={_0x5ec5a4:0x5b8,_0x59f11e:0x50a,_0x31894b:0x57a,_0x3c44ba:0x448,_0x14ad5b:0x492,_0xbfad7a:0x4dc,_0x21a874:0x44b,_0x488251:0x62f,_0x577730:0x587,_0x47c9a5:0x54f,_0x5f1098:0x4e6,_0x2151f1:0x562,_0x42091d:0x60a,_0x4b03d1:0x42c,_0x3f0616:0x36a,_0x4ef741:0x3e3,_0x42ef5a:0x3af,_0x2878b6:0x455,_0x6a8adc:0x6e8,_0x50e1e5:0x4e0,_0x209a75:0x5e7,_0x2ef038:0x461,_0x417dca:0x20a,_0x3e066c:0x324},_0x4f7a15={_0x4aecbf:0x201},_0x1f44a5={_0x566dac:0x26f};function _0x3ab831(_0xdcdad3,_0x1e8abb,_0x3283bb,_0x381908){return _0x3a03(_0x3283bb-_0x1f44a5._0x566dac,_0xdcdad3);}function _0x295252(_0x19115a,_0x34ad7f,_0x1d0367,_0x409d6d){return _0x3a03(_0x409d6d-_0x4f7a15._0x4aecbf,_0x34ad7f);}const _0x3b96dc=_0x30a363();while(!![]){try{const _0x3500cb=parseInt(_0x3ab831(0x6bd,0x51f,_0x4add48._0x5ec5a4,_0x4add48._0x59f11e))/(-0xc4*0x32+0x1c5e+0x9eb)*(-parseInt(_0x295252(_0x4add48._0x31894b,_0x4add48._0x3c44ba,0x49c,0x56f))/(0x1929+0x1*0xe2+-0x1a09))+-parseInt(_0x3ab831(0x4d3,_0x4add48._0x14ad5b,_0x4add48._0xbfad7a,_0x4add48._0x21a874))/(0x250c+0x1d8c+-0x1*0x4295)+parseInt(_0x3ab831(0x583,0x5ce,0x5c1,_0x4add48._0x488251))/(0x36c+0xa1+0x409*-0x1)*(parseInt(_0x3ab831(_0x4add48._0x577730,_0x4add48._0x47c9a5,_0x4add48._0x5f1098,0x4d3))/(-0x113e+-0x129e+0x23e1))+-parseInt(_0x3ab831(0x5dd,_0x4add48._0x2151f1,0x4ee,_0x4add48._0x42091d))/(-0xbf3+0x1f*-0x139+0x31e0)*(parseInt(_0x295252(0x33c,0x3ed,0x496,_0x4add48._0x4b03d1))/(-0xf3d+-0x153e+0x2482))+-parseInt(_0x3ab831(_0x4add48._0x3f0616,_0x4add48._0x4ef741,_0x4add48._0x42ef5a,_0x4add48._0x2878b6))/(0xa36*0x2+-0x4b7*0x2+-0xaf6*0x1)*(-parseInt(_0x3ab831(_0x4add48._0x6a8adc,_0x4add48._0x50e1e5,_0x4add48._0x209a75,0x707))/(-0x1ced+0x3e8+0x85a*0x3))+-parseInt(_0x295252(0x49c,0x3ff,0x4d8,_0x4add48._0x2ef038))/(0x7c0+-0x270b+0x1f55)*(-parseInt(_0x295252(_0x4add48._0x417dca,0x3b1,0x40f,0x340))/(-0x13d7+0x569*-0x6+0xd16*0x4))+parseInt(_0x295252(0x341,_0x4add48._0x3e066c,0x299,0x343))/(-0x706+0xe8*-0x1f+0x2*0x1195);if(_0x3500cb===_0x1a9cf1)break;else _0x3b96dc['push'](_0x3b96dc['shift']());}catch(_0x191d1c){_0x3b96dc['push'](_0x3b96dc['shift']());}}}(_0x59f0,0x2*-0x7e23+0x3a804*0x1+0x308d));import _0x42e732 from'express';import{promises as _0x258a22}from'fs';import _0xe9b502 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';function _0x59f0(){const _0x5bd7ef=['nZC0AgL0twrk','rer3AvC','suT0Ewi','Bw9KzwW','ugnHs2K','AxqGzNjVBsbHBa','uM91DgvY','BvPAAee','EuD3EMK','CYbYzxf1AxjLza','BMzPzYbMAwXLia','s3fprg4','AvzPr3a','zKHlBg8','z25Tzw50ihbLCG','AK5Ty2O','BMvNqNa','z2v0','vgfZAYbVD25LCG','A0XrEeO','y29UDgvUDa','wLfgAxq','rKTHEwC','Dhzwzhq','yxnZAwDUzwq','BIbPCYbYzxf1Aq','zgvSzxrLzej5va','zejlBKC','BvjLz2LZDhj5','C2TPBgXjza','vhHJt1C','zM5MwM0','lcbOExbOzw5Zla','zgvSzxrLihnRAq','zNjVBNrTyxr0zq','DgvKigj5ihrHCW','EMLrqwK','wuTdrey','B2P6z3u','C2TPBgW','uhjLwhq','uKr4D1O','rMLSzsaN','Cg9ZDa','yLv5wNG','r3vJsg4','ruXUEfe','yMuGzwL0AgvYia','q3LIs0C','DgfZA0LK','yNvpD3G','shbVEwK','uMPsquS','C2LNBMvKigj5ia','Bw9Kzq','zYb3AgLSzsb1BG','DxnLCKLK','zuDPy3G','icaTia','BNrZ','Bhv2rvq','vej0wfi','zNHduK4','CKzwt3C','CuzIwfm','ru9AvuS','vgfZAYb1C2vYia','ruXlr1K','DeLdCNe','zMLSzq','Dw5HC3nPz24GCW','C2STzwrPDcbWzq','ru5uz0u','swTMEK4','DMLYB25Tzw50ia','swqGAgvHzgvY','ihnRAwXSCZP0yq','zM9Yy2u','D3jPDgvgAwXL','svzhrM8','zxPrC0S','zYbZA2LSBcbKzq','BcbLBNzPCM9UBq','zMj6D08','BMvKihrVig90Aa','CMvHzcbMAwXL','uvvKvLK','qMLpANG','Eej6Afm','su9wDMK','C2nVCMvZ','BwfW','qxLRBeu','ywrLCG','Bwf0y2G','rgvZy3jPChrPBW','y3jLyxrLzej5vq','zwrPDgfIBgu','q1zqyKC','vNvuzNa','EgXbsuy','sw50zxjUywWGuW','ANnVBG','u0Ppv08','B3qGyxnZAwDUzq','Dhr1qxC','ru5pru5u','Dw5RBM93BIb0yq','tuntzhm','DeTcAu0','rxfnEvm','zwXKigLZihjLCq','BhjNzM4','A1L2tu0','uwnMAfO','l3nRAwXSCY86CW','vgfZAYb1CgrHDa','zK12vgy','vxDmtvC','u2TPBgWGy3jLyq','zgvSzxrLzef0','tM90iezVDw5K','Esb0yxnR','CNbzs0m','tK53se4','AvbMENO','uhjmCfy','u2TPBgWGjW','u2TPBgWGsuqGAq','y3jLyxrLzej5va','B2XZ','v3nIDNO','A3z4Aee','zgvSzxrLzej5vq','yLHArw8','wNrUC3O','yxnZAwDUzwqGDa','EMvK','CwDwvLC','DhzRuM4','yvjIwKS','ELHNALi','rNjVBuvUDMLYBW','yu9PqMO','Aw50','wwDPvg4','uKPAAva','A2LSBeLKl2zPBa','DxbKyxrLifnlsq','D3jPDguGzMLSzq','uKXkz0W','vxnLCIbKB2vZia','zgvSzxrLig9Yia','twLZC2LUzYbylq','y2XLyw51CcK','AePdDei','BwvZC2fNzq','thrbyLy','ANHRshe','A2v5CW','BYbLBNzPCM9UBq','C3rHDa','wenUr1O','DcbZDgLSBcbHyW','C3vjChG','CeLNwgO','DenVBMzPzW','q29UDgvUDcbMAq','DLrRBLa','uePuEg0','ChvZAa','ufnQr1q','DMLKzwq','sgHvDMq','B29kC0O','vfPNvNu','Aw5NihnRAwXSia','BgHQBNO','rLLnBeW','Bgv2zgS','s3ryzLe','vhbwBxm','CLvKEgS','reXTywS','rKrbuvC','BMX5igfUzcbJyq','zw50','svDMAue','q2fUBM90igrLBa','ELPkBhy','wM1PthG','B3jJzt10CNvLia','BuvUDMLYB25Tzq','C2XPy2u','EMTTz1C','A2Tzvw4','r2Tnz04','B25SEsbZA2LSBa','sMfxrhi','yxnRswq','zsbZA2LSBhm','igfUzcbTDxn0ia','mtjHu2fPzKu','vw5HDxrOB3jPEG','C3rHCNrZv2L0Aa','igrLBgv0zwqGyG','s3LeyMO','ig11C3qGyMuGyq','z2rpA0m','tw9My2e','CxvPCMvKigfUza','otG4odrZqurnu3K','zuzVreG','AvHoBui','DeTyvLC','A2LSBeLK','C1LjwKe','u1Derxm','wg9fAMS','zxiGzw52AxjVBG','BguGCgf0Aa','EwXoB1C','EfLOzhO','DeP3ugS','kgLUlw1LBw9YEq','BM1LBNrZ','sgX3t1G','AvzsuMq','wgjrr3i','vKHktxu','vhf3u2K','B2vgrge','vgz0v1q','DMLYB25Tzw50','y29UzMLNugf0Aa','sw52ywXPzcbZAW','yMXIwgG','Ewjfveu','t3PMzNu','mtyZotHOuLfRCM4','rMfPBgvKihrVia','A2LSBa','yMuGysbZDhjPBG','wfnYy28','r1nOteO','qwztCvq','Dc5QC29U','ig5VDcbMB3vUza','r3fbywS','mtHuyxf6ufm','zxvds3q','t2jiyKm','DcbPBML0AwfSAq','CLfIsgC','vgHPCYbZA2LSBa','CgfYC2u','AhPRBfm','u2jfwKS','zgv0ywLSCW','DwnzuNu','rhrWuge','B3zZEey','ANDfrLC','uwTIyw8','zcbPBIbZA2LSBa','jYbPCYbHC3nPzW','rKzUCNy','uuzUt00','Bgr2zLe','C2TPBgXZugf0Aa','u2TPBgWGDxbKyq','vxnLCIbSywnRCW','DMvYC2LVBG','yxnZAwDUzwrtAW','uMvcAue','sMvyt2y','vgfZAYbMzxrJAa','Cgf0y2G','zfjfCxe','sgnot28','zw50CYbHBMqGza','zNDlBei','zwrvwwe','BgvUz3rO','zxHPC3rZ','zMLUza','vvfUwgu','s0Xxrgm','igzPBgu','AhPsDKC','z1fksNy','BwvUDcb0BYbJBW','D2fYBG','zwXLDguGAxqU','sMXgDMq','CMvHzcbZA2LSBa','C3rYAw5N','BMCGwc1uyxnRlq','uwvXDgW','EgvVrhy','C2vYswq','BwvUDhmUifjLlq','DLfVBve','rw5ir0m','B3j0zwqGCMvNAq','u2TPBgWGAxmGBG','C3qGyMuGysbZDa','ihjLz2LZDhj5ia','zfrSv0e','zw9wru8','rfr0v0G','CMvKigfUzcbTDq','zw1bu0C','rLzmsK0','uNruD1y','Bgv0zq','DguGBM90igLUAq','zxP3Exm','zgLMAwvK','u2jgwKm','sw52ywXPzcbMAq','C2TPBgXZoNrHCW','zwqGzw52AxjVBG','mte0ndaZm1LytvzqqW','nZCZodGWBxvztfPR','DgL2zsK','ndGWmta5mKT2t3fHAW','DwvZDcb3AxrOia','y3jLyxrLzef0','Dxn0igjLihbYBW','y29Kzq','D2L0AezPBgvuEq','zw52AxjVBM1LBG','y2zHrKW','su5PvLO','ihnRAwXS','AxneAxjLy3rVCG','txvwqxy','zw5KC1DPDgG','CM1PC3nPB24','zMLSDgvY','qM9KEsbPCYbYzq','wwvoDMO','v2PNwxi','wvnYtMe','C2TPBgXZlMPZBW','vMLStuC','sfnsr3y','DeHNDMe','zgvSzxrL','y0vSsMC','u2TPBgWGBwfUyq','A2fZsM0','rhvbrxG','q29UzMXPy3q','CgvZ','DezlCNC','vgXsB2O','zgLYzwn0B3j5','uLzXzwG','AwXSieLe','twvRwhG','CvPzBeW','C3nPz25PBMCGCW','BufnzMK','svDjDhq','rMTkv1u','wfHZwvy','BLzovLO','v1fwzuW','rwPbtw4','Dfr3Afi','DxbKyxrLigLTCa','rKLmq2u','EeXQvLq','DgfZAW','ELHWyKC','BM90igHHDMuGCa','vLzruuO','ue1nqKS','EfPgz3y','sunkB3i','u2TPBgWGBM90ia','zcb0BYb0AgLZia','yxnZAwDUAw5Nia','v21xt2e','rKfxswm','wgfLy0e','C3vJy2vZCW','y29KzxiUANnVBG','DxbKyxrLzef0','Ew5pwvi','lMLTCg9YDgvKlq','se9TwKq','ze9nyvO','DxnLCM5HBwu','EM1QuKu','AwXL','wwrZuMG','wLfOt2e','CMLUzW','qNf0vxu','rKPNEfe','EgjdthC','zxjTAxnZAw9Uia','u016Dgy','su1kvLm','ufvMuxy','igvKAxqGCMvHza','CMvHzgrPCG','Bunerfe','ywXSB3DLzc10BW','zfncBvG','zMLSzxm','zgLYBMfTzq','rxrLyw8','EeXZAuy','Dw5SAw5R','qMz4rLu','C2TPBgXqyxrO','y0XmwgW','CMvHzg9UBhK','z2vTzw50ihjLCq','Dxn0ignVBNrHAq','BwTKAxi','C2SGsuq','vgfZAYbKzwXLDa','DxbKyxrLzej5vq','D3zJCfC','t2Tzz2u','BgWGzMLSzq','zgPIAgm','BMCGC2TPBgWGzG','tMfTzsbPCYbYzq','ChHfqMC','BYbHC3nVy2LHDa','AgfUDw1LCMLJia','zgvSzxrLigzPBa','CgvtyMK','AMrgBvy','Aw5MBW','qxr0zw1WDcb0BW','zxj2zxiGrxjYBW','DePKEfG','z2nnr3C','CxvLCNK','zg5hzeq','CgvYC2LZDcbZAW','uK16rMK','r29Isxy','Bw9KzsbTDxn0ia','Au1uq1q','yNnyqvu','t0jRAeq','z2vTzw50ihjVDq','ihn0CMLUzW','rxnXwgC','uefXBe4','wKHvAwy','vKfmAwm','BwvUDa','zMLSzxbHDgG','u2n5zwq','qLvnvLC','vffutxa','wgDQD0K','D3jPDguGC2TPBa','DwvZDcbTAxnZAq','sNvLq1K','BxLcExe','CNvUihDPDgGGzG','BgX6why','qKjOrNa','DgfZA1vZzxi','DxbKyxrLzej5va','rM9YyMLKzgvU','BMuGzMLLBgqGBq','teWUBwq','rxjRDxK','zsbKzwXLDgLUzW','Chv0','uKnnq0K','yM9KEq','sMXOEhG','zxjYB3i','r1L1zKG','y2fSBgLUz1rHCW','jYbHBhjLywr5ia','BhrjAgG','DgLHBgL6zwq','svvpzNu','Dg9mB3DLCKnHCW','vgfZAYbOyxmGBG','uerUvLK','u3zPB3G','AM9PBG','C3rHDhvZ','rKHor3K','zNL1rwK','AwXSigfZC2LNBG','BgHJzfm','BMfTzq','CMvHzezPBgu','qxqGBgvHC3qGBW','wKXKrMq','sLbTCfi','vgfZAY1jzcbOzq','CMvJDxjZAxzL','wND1C1m','DgfluKu','igzYB20GDgfZAW','AwXSCW','B1zvDg8','ELvZy2K','v3vkwxO','yxjNDw1LBNqTAa','ihjLz2LZDhj5','DhjPBq','DvbhA04','u2TPBgWGsuqGBq','uw5ItNm','uNbtwxO','u2zHELq','qMfKifjLCxvLCW','yLzxDwi','ywX4rgy','txPzuge','ywLQALm','CIaIDw5HC3nPzW','y29UzMLNigzPBa','BKXir1G','Dg9ju09tDhjPBG','Aw5NihnRAwXS','BcbMAwXL','yLbIAKi','CgfYyw1Z','weDxB20','Duvsv0e','Dw5HC3nPz24','u2TPBgWGzgvSzq','zKruEKK','De5HBwu','qMHLrM0','Dg8GzwrPDcbZAW','BM5VDcbIzsbTBW','ywnJzxnZ','sK51DK8','s1vWzhq','rMzLvfu','tfPyt2S','uuL6CNG','wMvJrxu','wvHmAxy','CMfotLe','Ee5psuC','ihvWzgf0zwqGyG','Bg9HzcbPBxbVCG','BMvst0q','Aevbs3q','mtKYmJjhAvDVsMO','uwPhyM4','tgTTwuO','sLzcDxm','vLLksNC','jYbUB3qGzM91BG','l3nRAwXSCW','rxHyBuq','BM90igzVDw5K','wNPMuxC','zxmVkG','DxrMltG','CfbxsK4','q29ft3y','AY1LzgL0','uufnCxm','sLzrAuy','CNHIt3O','zgvZy3jPChrPBW','zw52tMfTzq','AwXSCYbMCM9Tia','C3LZDgvT','vezzsKG','rwXWvKq','EKjPAeW','C05AtMC','ufzTsMq','EefZD3e','C3rYAw5NAwz5','sunMqxO','vhfQBui','tNLdExe','u2TPBgWGzMLSzq','z3jdDva','reH0ve0','zNPQELG','ls0T','vhvsv1O','igLZihjLywqTBW','AYaOD2L0Ag91Da','u0TjteWUBwq','BIbVBMX5igfSCa','vgfZAYbJCMvHDa','wg1bs2O','BgfdCMy','sgLUExe','rw52AxjVBM1LBG','u0X5Dva','DgvKihnRAwXSCW','EKrqsNO','C2TPBgXZ','t2zuA3i','C2zou0G','mtbAEg5PyKC','ms4WlJa','ywfbweS','BfHwuLK','C2v0DxbqyxrO','y0T6qNa','Aw5JBhvKzxm','qMjAwfC','DgfZA3m','DxbKyxrLihnRAq','BvzgwhK','Dvrorum','uwXmwgS','ntqZmJqWzgLTveD0','C3bSAxq','CMvTB3zLzezYBW','z2LcuKC','vw9Sywe','z0zjuK8','Dg8GCMvTB3zLia','Dhj1zq','r1HXBfK','CwnnBMi','mJvrC2fiCM0','twzfvLm','B3jgvKm','oIbBxq','u2TPBgWGyxnZAq','AxnbCNjHEq','DhLWzq','wgHpzwe'];_0x59f0=function(){return _0x5bd7ef;};return _0x59f0();}const router=_0x42e732[_0x34b97a(0x5e1,0x5a3,0x67d,0x624)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x11dad5){const _0x2fae9e={_0x10b26b:0x1c6,_0x579a7d:0xcd,_0x58c7e5:0x1e9,_0x376d41:0xf},_0x6c9b2a={_0x382e7a:0x10a,_0x1bfc9c:0x0,_0x4f6246:0x722},_0x274bdf={_0x22cdba:0x2ba};tasks=_0x11dad5[_0x247054(-0x1c,-_0x2fae9e._0x10b26b,-0x11b,-0x159)];function _0x4033b2(_0x32794b,_0xdc9cdf,_0x458c78,_0x262d40){return _0x34b97a(_0x32794b-0x46,_0x32794b,_0x458c78-0x18b,_0x262d40- -_0x274bdf._0x22cdba);}function _0x247054(_0x19be25,_0x386d73,_0x2f8830,_0x19725d){return _0x34b97a(_0x19be25-_0x6c9b2a._0x382e7a,_0x386d73,_0x2f8830-_0x6c9b2a._0x1bfc9c,_0x2f8830- -_0x6c9b2a._0x4f6246);}setupPath=_0x11dad5[_0x247054(-_0x2fae9e._0x579a7d,-_0x2fae9e._0x58c7e5,-0x11f,_0x2fae9e._0x376d41)],coderConfig=_0x11dad5['coderConfi'+'g'];}export function updateSkillManagementConfig(_0xbfc5bf){coderConfig=_0xbfc5bf;}function getImportedSkillsRegistryPath(){const _0xc62fc={_0x2a942b:0x4ca,_0x53b83b:0x496,_0x3d6de7:0x4b0,_0x127bb9:0x3db,_0x2284cc:0x471,_0x298abe:0x425,_0x58bd6d:0x4b5,_0x420722:0x468,_0x145dbf:0x29c},_0x383f9c={_0x2a152b:0x136,_0x2bd2de:0x15f},_0xd65cce={_0x23195e:0xf3,_0x4d2d29:0x153},_0x186eff={};_0x186eff[_0xc0565(_0xc62fc._0x2a942b,0x5bf,0x603,0x42f)]=_0xc0565(0x502,_0xc62fc._0x53b83b,_0xc62fc._0x3d6de7,0x3e6);const _0x47bda5=_0x186eff;function _0x5a2284(_0xb4926c,_0xf0fe51,_0x999ea9,_0x1b3bc9){return _0x34b97a(_0xb4926c-_0xd65cce._0x23195e,_0x999ea9,_0x999ea9-0xd7,_0xf0fe51- -_0xd65cce._0x4d2d29);}function _0xc0565(_0x1b1419,_0x5b2177,_0x354c87,_0x345035){return _0x34b97a(_0x1b1419-_0x383f9c._0x2a152b,_0x345035,_0x354c87-_0x383f9c._0x2bd2de,_0x1b1419- -0xfa);}if(!setupPath)return null;return _0xe9b502[_0x5a2284(0x318,0x437,0x3ed,_0xc62fc._0x127bb9)](setupPath,_0x47bda5[_0x5a2284(0x5aa,_0xc62fc._0x2284cc,0x557,0x4b3)],_0xc0565(0x429,_0xc62fc._0x298abe,_0xc62fc._0x58bd6d,0x2ec)+_0x5a2284(_0xc62fc._0x420722,0x3a1,0x28d,_0xc62fc._0x145dbf)+'n');}async function loadImportedSkillsRegistry(){const _0x1a4fe2={_0x34e507:0x41a,_0x57d103:0x5d6,_0x1f21ca:0x573,_0x5374d8:0x43e,_0x3a015a:0x38e,_0xcb97f2:0x5a3,_0x520af5:0x3ee,_0x3184fc:0x45a,_0x213230:0x548,_0x195fc4:0x57c,_0x2ddfe0:0x55f,_0x8d3538:0x615,_0x14942e:0x4cd,_0x5d96ed:0x4ff,_0x439eaa:0x3ac,_0x3f250a:0x60c,_0x5bfe57:0x731,_0x240ebe:0x7ad,_0x45aa9b:0x6c1,_0x2bb807:0x882,_0x592f9c:0x745,_0x1bf624:0x3f1,_0x2c3607:0x505,_0x43aa8a:0x5bd,_0x4ecdc8:0x6c3,_0x1563b8:0x386,_0x3749aa:0x41b,_0x1884ee:0x70b,_0x1a9a8a:0x749,_0x1d9e5a:0x499,_0x7b34e1:0x458,_0xb17788:0x3e3,_0x1536b1:0x430,_0x411e6e:0x4b5,_0x18165e:0x648,_0x2ef569:0x769,_0x2bdeec:0x391,_0x563498:0x454,_0x5d3efa:0x548,_0x4cf2d6:0x57a,_0x3b6fb0:0x753,_0x4f21a5:0x422,_0x31f66e:0x375,_0x3c39ab:0x754,_0x307a9b:0x677,_0x47c76b:0x682,_0x17a2ac:0x4ea,_0x4ab34e:0x4d5,_0x37e8f7:0x5c6,_0x57db34:0x451,_0x294228:0x701,_0x4bfeed:0x5f0,_0x2f6bd0:0x6bf,_0x1074e8:0x764,_0x5c5e82:0x65a,_0x100d7c:0x605,_0x46dcfc:0x52b,_0xe39fcf:0x4c3,_0x3a3c18:0x712,_0x18035a:0x769,_0x5ec167:0x68a,_0x25fbe8:0x4e9,_0x50bba5:0x4ac,_0x259844:0x694,_0x1c442d:0x5e3,_0x5eff2e:0x59b,_0x248210:0x426,_0x2d9333:0x47f,_0x3721e1:0x520,_0x5c6f1c:0x481,_0x1f05cd:0x474,_0x3f40b1:0x562,_0x457e58:0x55d,_0x2a8ad9:0x695,_0x1ab558:0x5fe,_0xd6833c:0x518,_0xbee1ab:0x5ce,_0x4283a2:0x6de,_0x1fa20b:0x61a,_0x2740d6:0x65c,_0x9ccadb:0x6fa,_0x31a634:0x675,_0x2fe292:0x6f5,_0x40979c:0x67a,_0x5d883b:0x6a1,_0x22c8d1:0x5ba,_0x23db9c:0x7ac,_0x48fe1a:0x446,_0x3d7d67:0x48d,_0x532b77:0x437},_0x26f5f5={_0x3880c1:0x12d,_0x1ea24d:0x3b},_0xf77002={_0x41a216:0x1dc,_0x2b47c6:0x57},_0x168c9b={};_0x168c9b[_0x254313(_0x1a4fe2._0x34e507,0x4ca,_0x1a4fe2._0x57d103,_0x1a4fe2._0x1f21ca)]='Bad\x20Reques'+'t',_0x168c9b[_0x254313(_0x1a4fe2._0x5374d8,0x4ba,_0x1a4fe2._0x3a015a,_0x1a4fe2._0xcb97f2)]=_0x254313(0x381,_0x1a4fe2._0x520af5,0x464,0x44d)+_0x254313(_0x1a4fe2._0x3184fc,0x4de,0x5c8,0x489)+'\x22delete\x22\x20o'+_0x254313(_0x1a4fe2._0x213230,0x43c,_0x1a4fe2._0x195fc4,0x4f2)+'n\x22',_0x168c9b[_0x2fd7c5(0x586,_0x1a4fe2._0x2ddfe0,0x5fe,_0x1a4fe2._0x8d3538)]=_0x254313(_0x1a4fe2._0x14942e,0x491,_0x1a4fe2._0x5d96ed,_0x1a4fe2._0x439eaa),_0x168c9b[_0x2fd7c5(_0x1a4fe2._0x3f250a,0x5e8,0x6f4,_0x1a4fe2._0x5bfe57)]=function(_0x24ed88,_0x3b0507){return _0x24ed88!==_0x3b0507;},_0x168c9b['auhkN']='pMQJN',_0x168c9b['eGicx']='YWnIN',_0x168c9b[_0x2fd7c5(0x598,_0x1a4fe2._0x240ebe,0x677,0x5f3)]='utf-8';function _0x254313(_0x14d6bc,_0x3d1314,_0x26aa0b,_0x3a642b){return _0x34b97a(_0x14d6bc-_0xf77002._0x41a216,_0x3a642b,_0x26aa0b-_0xf77002._0x2b47c6,_0x3d1314- -0x16f);}function _0x2fd7c5(_0x212b8b,_0xa9bb20,_0xc343f8,_0x4185ed){return _0x34b97a(_0x212b8b-_0x26f5f5._0x3880c1,_0x212b8b,_0xc343f8-0x1c4,_0xc343f8-_0x26f5f5._0x1ea24d);}_0x168c9b['FKSMb']=_0x2fd7c5(_0x1a4fe2._0x45aa9b,_0x1a4fe2._0x2bb807,_0x1a4fe2._0x592f9c,0x885),_0x168c9b[_0x254313(0x45c,_0x1a4fe2._0x1bf624,_0x1a4fe2._0x2c3607,0x329)]=function(_0x59c288,_0x42fe4a){return _0x59c288===_0x42fe4a;},_0x168c9b['zmjRE']=_0x2fd7c5(0x598,_0x1a4fe2._0x43aa8a,_0x1a4fe2._0x4ecdc8,0x71b),_0x168c9b[_0x254313(0x324,_0x1a4fe2._0x1563b8,0x380,_0x1a4fe2._0x3749aa)]=_0x2fd7c5(_0x1a4fe2._0x1884ee,0x777,_0x1a4fe2._0x1a9a8a,0x7ba)+_0x254313(_0x1a4fe2._0x1d9e5a,_0x1a4fe2._0x7b34e1,0x4eb,0x460)+_0x254313(0x3f4,0x48b,0x3c7,_0x1a4fe2._0xb17788)+_0x254313(0x323,_0x1a4fe2._0x1536b1,0x3bf,_0x1a4fe2._0x411e6e);const _0x4e1169=_0x168c9b,_0x16e50d=getImportedSkillsRegistryPath();if(!_0x16e50d){const _0x4bcb67={};return _0x4bcb67[_0x2fd7c5(0x6d4,_0x1a4fe2._0x18165e,_0x1a4fe2._0x2ef569,0x66d)]=_0x4e1169[_0x254313(_0x1a4fe2._0x2bdeec,_0x1a4fe2._0x563498,0x4f2,0x4ec)],_0x4bcb67[_0x2fd7c5(0x704,_0x1a4fe2._0x5d3efa,0x637,0x522)]={},_0x4bcb67;}try{if(_0x4e1169['hJCtB'](_0x4e1169['auhkN'],_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x4cf2d6,0x702,0x692,_0x1a4fe2._0x3b6fb0)])){const _0x10137d=await _0x258a22[_0x254313(0x4a2,_0x1a4fe2._0x4f21a5,_0x1a4fe2._0x31f66e,0x516)](_0x16e50d,_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x3c39ab,0x622,_0x1a4fe2._0x307a9b,_0x1a4fe2._0x47c76b)]);return JSON[_0x254313(_0x1a4fe2._0x17a2ac,0x5ae,_0x1a4fe2._0x4ab34e,0x46c)](_0x10137d);}else{const _0x2600a7={};return _0x2600a7['error']=_0x4e1169[_0x254313(_0x1a4fe2._0x37e8f7,0x4ca,_0x1a4fe2._0x57db34,0x39d)],_0x2600a7[_0x2fd7c5(0x64a,0x616,0x6f5,0x5cc)]=_0x4e1169[_0x254313(0x41f,0x4ba,0x3ed,0x5f8)],_0x16a181[_0x2fd7c5(_0x1a4fe2._0x294228,0x576,_0x1a4fe2._0x37e8f7,_0x1a4fe2._0x4bfeed)](-0x24eb+0x4d8+0x21a3)[_0x2fd7c5(0x6b8,0x67d,_0x1a4fe2._0x2f6bd0,0x784)](_0x2600a7);}}catch(_0x8b7fb){if(_0x4e1169[_0x2fd7c5(0x7c0,_0x1a4fe2._0x1074e8,0x6f4,_0x1a4fe2._0x5c5e82)](_0x4e1169['FKSMb'],'blbXh')){const _0x136ab2={};_0x136ab2[_0x254313(_0x1a4fe2._0x100d7c,0x4cc,_0x1a4fe2._0x46dcfc,0x441)]=_0x56124a,_0x136ab2[_0x254313(0x382,0x410,0x382,_0x1a4fe2._0xe39fcf)]=_0x4040bc[_0x2fd7c5(0x619,_0x1a4fe2._0x3a3c18,0x6f5,_0x1a4fe2._0x18035a)],_0x3b84b2[_0x254313(_0x1a4fe2._0x5ec167,0x5d3,0x524,_0x1a4fe2._0x25fbe8)]('Failed\x20to\x20'+_0x254313(_0x1a4fe2._0x50bba5,0x5d6,_0x1a4fe2._0x259844,0x5f6),_0x136ab2);}else{if(_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x1c442d,0x531,_0x1a4fe2._0x5eff2e,0x45c)](_0x8b7fb[_0x2fd7c5(_0x1a4fe2._0x248210,_0x1a4fe2._0x2d9333,_0x1a4fe2._0x3721e1,_0x1a4fe2._0x5c6f1c)],_0x4e1169[_0x2fd7c5(_0x1a4fe2._0x1f05cd,0x64f,_0x1a4fe2._0x3f40b1,_0x1a4fe2._0x457e58)])){const _0x3c5ccf={};return _0x3c5ccf[_0x2fd7c5(_0x1a4fe2._0x2a8ad9,0x744,0x769,0x839)]=_0x4e1169[_0x2fd7c5(0x67a,0x56d,_0x1a4fe2._0x1ab558,_0x1a4fe2._0xd6833c)],_0x3c5ccf[_0x2fd7c5(_0x1a4fe2._0xbee1ab,0x66c,0x637,_0x1a4fe2._0x4283a2)]={},_0x3c5ccf;}const _0x4dc71f={};_0x4dc71f[_0x2fd7c5(_0x1a4fe2._0x1fa20b,_0x1a4fe2._0x2740d6,0x5ba,_0x1a4fe2._0x9ccadb)]=_0x8b7fb[_0x2fd7c5(0x830,_0x1a4fe2._0x31a634,_0x1a4fe2._0x2fe292,_0x1a4fe2._0x40979c)],logger[_0x2fd7c5(_0x1a4fe2._0x5d883b,0x4a0,_0x1a4fe2._0x22c8d1,0x4fc)](_0x4e1169['VilMG'],_0x4dc71f);const _0x5bddd8={};return _0x5bddd8[_0x2fd7c5(0x6f0,0x846,0x769,_0x1a4fe2._0x23db9c)]=_0x4e1169['YXLiv'],_0x5bddd8[_0x254313(_0x1a4fe2._0x48fe1a,_0x1a4fe2._0x3d7d67,_0x1a4fe2._0x532b77,0x4dd)]={},_0x5bddd8;}}}function _0x3a03(_0x5736b5,_0x3802b3){_0x5736b5=_0x5736b5-(-0xe0a+-0x1*0x1c6e+0x2b9e);const _0x556e75=_0x59f0();let _0xc166c0=_0x556e75[_0x5736b5];if(_0x3a03['jgIbUu']===undefined){var _0x111e96=function(_0x2f043a){const _0x404629='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x21d390='',_0x544830='';for(let _0x5dad1e=0x545*-0x6+-0x13*-0x185+0x2bf,_0x28229a,_0x4c2bd2,_0x245e79=-0x1454+-0x1557+-0x29ab*-0x1;_0x4c2bd2=_0x2f043a['charAt'](_0x245e79++);~_0x4c2bd2&&(_0x28229a=_0x5dad1e%(0x8b*0x43+-0x1*-0x1792+-0x3bef)?_0x28229a*(0x1e9b+-0x19d3+-0x488)+_0x4c2bd2:_0x4c2bd2,_0x5dad1e++%(-0x4*-0x475+-0x42*-0x2b+-0x1ce6))?_0x21d390+=String['fromCharCode'](0x1470+-0x2156+-0x1*-0xde5&_0x28229a>>(-(0x1a*0xa7+0xed9+-0x1fcd)*_0x5dad1e&-0x12c+0x36f*0x3+-0x3f*0x25)):-0x540*0x3+0xdf*-0x19+0x2e3*0xd){_0x4c2bd2=_0x404629['indexOf'](_0x4c2bd2);}for(let _0x1d9b27=-0x18*0x71+0x20eb+-0x1653,_0x190318=_0x21d390['length'];_0x1d9b27<_0x190318;_0x1d9b27++){_0x544830+='%'+('00'+_0x21d390['charCodeAt'](_0x1d9b27)['toString'](0x1493+-0x1*0x1f23+0xaa0))['slice'](-(-0x3a1*0x2+0xa*0x319+-0xbdb*0x2));}return decodeURIComponent(_0x544830);};_0x3a03['cDUNbR']=_0x111e96,_0x3a03['ACOYfU']={},_0x3a03['jgIbUu']=!![];}const _0x45859e=_0x556e75[-0x7*-0x31d+-0x1d91+0x7c6],_0x5579dd=_0x5736b5+_0x45859e,_0xaf82eb=_0x3a03['ACOYfU'][_0x5579dd];return!_0xaf82eb?(_0xc166c0=_0x3a03['cDUNbR'](_0xc166c0),_0x3a03['ACOYfU'][_0x5579dd]=_0xc166c0):_0xc166c0=_0xaf82eb,_0xc166c0;}async function saveImportedSkillsRegistry(_0x16c4bb){const _0x7c5915={_0x19f474:0x543,_0x308bde:0x479,_0x73d380:0x417,_0xc87d3f:0x4fe,_0x41209d:0x599,_0x865635:0x535,_0x3fa900:0x4cf,_0x2dc20d:0x562,_0x25e31f:0x377,_0x5a34e9:0x4ce,_0x1f1a46:0x5c8,_0x5cbf34:0x716,_0x3035d5:0x483,_0x1b4223:0x46c,_0x2ddc17:0x37d},_0x390995={_0x19349e:0x7,_0x122ab2:0x92},_0x1a841e={'QQmyE':function(_0x17fecb){return _0x17fecb();},'VVQQJ':_0x3dd5a8(0x568,_0x7c5915._0x19f474,_0x7c5915._0x308bde,0x64e)},_0x580d37=_0x1a841e['QQmyE'](getImportedSkillsRegistryPath);function _0x3dd5a8(_0x43c915,_0x5bad1b,_0x308dde,_0x5a9193){return _0x34b97a(_0x43c915-_0x390995._0x19349e,_0x308dde,_0x308dde-0xa,_0x5bad1b- -_0x390995._0x122ab2);}if(!_0x580d37)return;function _0x3c9ed1(_0x379a7f,_0x4e9faf,_0x983948,_0x4fea44){return _0x34b97a(_0x379a7f-0x13,_0x983948,_0x983948-0xe5,_0x4e9faf- -0x61b);}const _0x2f7573={};_0x2f7573[_0x3dd5a8(_0x7c5915._0x73d380,0x504,0x59c,_0x7c5915._0xc87d3f)]=!![],await _0x258a22[_0x3dd5a8(_0x7c5915._0x41209d,0x4b1,_0x7c5915._0x865635,_0x7c5915._0x3fa900)](_0xe9b502[_0x3dd5a8(_0x7c5915._0x2dc20d,0x4a7,0x3fc,_0x7c5915._0x25e31f)](_0x580d37),_0x2f7573),await _0x258a22[_0x3dd5a8(_0x7c5915._0x5a34e9,0x5da,_0x7c5915._0x1f1a46,_0x7c5915._0x5cbf34)](_0x580d37,JSON[_0x3dd5a8(0x61e,0x554,0x606,0x578)](_0x16c4bb,null,-0x1df1+-0xd3a+0x62b*0x7),_0x1a841e[_0x3dd5a8(0x3fb,_0x7c5915._0x3035d5,_0x7c5915._0x1b4223,_0x7c5915._0x2ddc17)]);}async function getSkillFlags(_0x1cb47d){const _0x4d1573={_0x3ff53a:0xff,_0x14255a:0x189,_0x3083c7:0x118,_0x598cf7:0x67},_0x536c3a={_0x3a4c9c:0x96,_0x262f87:0x714},_0x14d361={_0x3e0c69:0x130},_0x35abc3={'qcMnb':function(_0x41fb66){return _0x41fb66();}},_0x170bf6=await _0x35abc3[_0x53b7af(-0x1f6,-_0x4d1573._0x3ff53a,0x3b,-_0x4d1573._0x14255a)](loadImportedSkillsRegistry);function _0x22d2b1(_0x70c497,_0x3ebfa0,_0x4f920d,_0xdf99fb){return _0x34b97a(_0x70c497-_0x14d361._0x3e0c69,_0xdf99fb,_0x4f920d-0x89,_0x70c497- -0x10c);}function _0x53b7af(_0x33c046,_0x539bed,_0x45692d,_0x13a998){return _0x34b97a(_0x33c046-_0x536c3a._0x3a4c9c,_0x13a998,_0x45692d-0x182,_0x539bed- -_0x536c3a._0x262f87);}return _0x170bf6[_0x53b7af(-0xc8,-_0x4d1573._0x3083c7,-0x5d,-_0x4d1573._0x598cf7)][_0x1cb47d]?.['flags']||{};}async function isSkillReadonly(_0x3dcd20){const _0x33946c={_0x106e68:0x446,_0x54f983:0x41e,_0x3c1af5:0x481,_0xc8889d:0x423,_0x9356a2:0x411,_0xe37f5d:0x330,_0x15bf74:0x35,_0x45ab3f:0x172,_0xc89d7c:0x437,_0x4e9678:0x178,_0x3bc25d:0x26,_0x357a0d:0xb4,_0x9e74e2:0xd3},_0x5a7d75={_0xad3e23:0x11f,_0x2b379c:0x6b2},_0x1b3f8e={_0x5b2027:0x171,_0x4f5c1e:0x233};function _0x193397(_0x55ceeb,_0x702189,_0x430903,_0x520cb8){return _0x34b97a(_0x55ceeb-_0x1b3f8e._0x5b2027,_0x702189,_0x430903-0x5a,_0x430903- -_0x1b3f8e._0x4f5c1e);}const _0x13bcbb={'RLJgL':function(_0x5856d9,_0x3b7837){return _0x5856d9(_0x3b7837);},'ojzgu':function(_0x227779,_0x53b258){return _0x227779===_0x53b258;}};function _0x14df5f(_0x4c6d50,_0x56510b,_0x8343ec,_0x50578f){return _0x34b97a(_0x4c6d50-0xbe,_0x8343ec,_0x8343ec-_0x5a7d75._0xad3e23,_0x50578f- -_0x5a7d75._0x2b379c);}const _0x3ed4dc=await _0x13bcbb[_0x193397(_0x33946c._0x106e68,_0x33946c._0x54f983,_0x33946c._0x3c1af5,0x412)](getSkillFlags,_0x3dcd20);return _0x13bcbb[_0x193397(_0x33946c._0xc8889d,0x39f,_0x33946c._0x9356a2,_0x33946c._0xe37f5d)](_0x3ed4dc[_0x14df5f(-_0x33946c._0x15bf74,-0x166,-0x15f,-_0x33946c._0x45ab3f)],!![])||_0x13bcbb[_0x193397(0x352,_0x33946c._0xc89d7c,0x411,0x325)](_0x3ed4dc[_0x14df5f(-_0x33946c._0x4e9678,-_0x33946c._0x3bc25d,-_0x33946c._0x357a0d,-_0x33946c._0x9e74e2)],!![]);}function parseSkillMd(_0x2719c7){const _0x41024c={_0x36e78b:0x340,_0x428811:0x239,_0x3d447b:0x304,_0x18a9c9:0x515,_0x18e9da:0x123,_0x1d5c9f:0x223,_0x531de4:0xfe,_0x15185d:0x10,_0x594d2a:0x50a,_0x3cc3df:0x4c7,_0x37a592:0x552,_0x2bf9ca:0x394,_0x59e0bb:0x12f,_0xa545c3:0x2a9,_0x4eee83:0x3d5,_0x3c1fe7:0x376,_0x3399e7:0x36e,_0xacc61d:0x358,_0x302575:0x7b,_0x347bf8:0x15,_0x2e39bb:0x164,_0x49ab76:0x1f2,_0x17d8fe:0x2ec,_0x433dd9:0x1fb,_0x3bb2ea:0x1d9,_0x581aa9:0xcb,_0x48ff17:0x4f,_0x25efbe:0xdb,_0x3635f6:0xe0,_0x224bda:0x432,_0x33d73b:0x169,_0x5b17b7:0x61,_0x3c6c46:0x7c,_0x3a2122:0x473,_0x719b41:0x33c,_0x1a8b65:0x77,_0x496bc1:0x8d,_0x296cd1:0x97,_0x44c339:0x44,_0x372bab:0x3d6,_0x1dbf76:0x499,_0x1076e8:0x148,_0x40b0fd:0x14b,_0x2c0b1a:0x48,_0x2b72d9:0x1b,_0x96ad16:0x170,_0xe61684:0x2eb,_0x4036be:0x3d7,_0x382661:0x395,_0x3345ad:0xb1,_0x49ab77:0x41,_0x425359:0x43,_0x3b312d:0x8b,_0xf96e66:0x338,_0xf355f8:0x37f,_0x5a1cde:0x36f,_0x496a9c:0x4e,_0x2ec501:0x51,_0xfc8547:0xd0,_0x3cc5e6:0xfe,_0x1d15d0:0x1e4,_0x47b1cc:0x9c,_0x17bc70:0xda,_0x5e90d8:0x398,_0x1cf444:0x496,_0x20dca0:0x456,_0x27a1e9:0x4f4,_0x21c23c:0x2d,_0x399749:0x45,_0xb17ec7:0x10a,_0x61ebd9:0x445,_0xa2d389:0x53d,_0x2e4fac:0x14c,_0x587276:0x4f,_0x1f6579:0x4c,_0x36798a:0x72,_0x297a31:0x473,_0x460166:0x58a,_0x47fd79:0x404,_0x21f0b9:0x334,_0x25e512:0x265,_0x525506:0x348,_0xa35bf6:0x435,_0x34862c:0x24,_0x54bc79:0x134,_0x273406:0x4da,_0x2c8af5:0x369,_0x4dabf8:0x326,_0x2aceb0:0x37d,_0x3c789d:0xab,_0x394823:0x2b6,_0x4f7c15:0x263,_0x4fed17:0x185,_0x180d30:0x9f,_0x3a4a5a:0x1d5,_0x1e015e:0x19e,_0x38b151:0xa0,_0x2a4da9:0x32,_0x9145e:0x166,_0x4a210d:0xa,_0x386722:0x27,_0x372c22:0x3a,_0x58f879:0x10c,_0x7dcb1c:0x1e8,_0x58af1b:0x4a0,_0x47c38a:0x353,_0x4e7cb0:0x90,_0x16f2b2:0x1a5,_0x453739:0xb6,_0x5dde14:0x3f0,_0x263705:0x555,_0x570206:0x4a8,_0x1c6aaa:0x470,_0x41a77d:0x19b,_0x2f04a2:0x80,_0x171715:0xa0,_0x34545f:0xcd,_0x4b2dfe:0x97,_0x2e4c3c:0xf,_0x2b5387:0xc2,_0x5eea1c:0x42},_0x21bf92={_0x3157ba:0xb8,_0x3de04c:0x237},_0x149125={};_0x149125[_0x17e302(0x356,_0x41024c._0x36e78b,_0x41024c._0x428811,0x462)]=_0x17e302(0x36f,0x3f1,0x25f,_0x41024c._0x3d447b)+'t',_0x149125[_0x17e302(0x4da,0x5f3,_0x41024c._0x18a9c9,0x42e)]='Failed\x20to\x20'+_0x4e02ab(-_0x41024c._0x18e9da,-0xe5,-_0x41024c._0x1d5c9f,-0xae)+_0x4e02ab(-0xd4,-0xb1,-_0x41024c._0x531de4,_0x41024c._0x15185d)+_0x17e302(_0x41024c._0x594d2a,0x451,0x4a0,0x4a1)+_0x17e302(0x3f1,0x4e2,0x368,0x31a)+_0x17e302(_0x41024c._0x3cc3df,_0x41024c._0x37a592,0x4ac,_0x41024c._0x2bf9ca)+'\x20assignmen'+_0x4e02ab(0x19f,0x82,_0x41024c._0x59e0bb,0xff)+_0x17e302(_0x41024c._0xa545c3,_0x41024c._0x4eee83,_0x41024c._0x3c1fe7,0x3ca),_0x149125[_0x17e302(_0x41024c._0x3399e7,0x267,0x457,_0x41024c._0xacc61d)]=function(_0x26d3f0,_0x565e69){return _0x26d3f0<_0x565e69;},_0x149125['Hinyq']=function(_0x34f613,_0x3a5554){return _0x34f613===_0x3a5554;},_0x149125[_0x4e02ab(-0x74,-0x41,-0x13,-0xa0)]=_0x4e02ab(-_0x41024c._0x302575,-0x51,-0x170,_0x41024c._0x347bf8),_0x149125[_0x4e02ab(-_0x41024c._0x2e39bb,-0xd0,-_0x41024c._0x49ab76,-0x103)]=function(_0x106f1d,_0x4a5aa2){return _0x106f1d===_0x4a5aa2;},_0x149125[_0x4e02ab(0x66,-0x49,-0x10,-0xf4)]='rMmkQ',_0x149125[_0x17e302(0x2d5,_0x41024c._0x17d8fe,_0x41024c._0x433dd9,_0x41024c._0x3bb2ea)]=function(_0x4aef2d,_0x506129){return _0x4aef2d+_0x506129;},_0x149125[_0x4e02ab(-_0x41024c._0x581aa9,_0x41024c._0x48ff17,-_0x41024c._0x25efbe,_0x41024c._0x3635f6)]=function(_0x21ca01,_0x23dc4e){return _0x21ca01===_0x23dc4e;},_0x149125[_0x17e302(0x352,0x246,_0x41024c._0x224bda,0x47a)]='allowed-to'+_0x4e02ab(_0x41024c._0x33d73b,_0x41024c._0x5b17b7,-_0x41024c._0x3c6c46,0x16d),_0x149125[_0x17e302(_0x41024c._0x3a2122,0x4d1,0x4ad,_0x41024c._0x719b41)]=_0x4e02ab(-_0x41024c._0x1a8b65,_0x41024c._0x496bc1,_0x41024c._0x296cd1,-_0x41024c._0x44c339);const _0x13a186=_0x149125,_0x31979a=_0x2719c7[_0x17e302(_0x41024c._0x372bab,0x4fd,_0x41024c._0x1dbf76,0x382)]('\x0a'),_0x1599bb={};let _0x2a442a=![],_0x15665d=![];function _0x4e02ab(_0x579ce5,_0x4e5227,_0x32a3f3,_0x2540e6){return _0x34b97a(_0x579ce5-0x53,_0x32a3f3,_0x32a3f3-0x106,_0x4e5227- -0x63f);}function _0x17e302(_0x4a5135,_0x134731,_0x3f282f,_0x53e4d7){return _0x34b97a(_0x4a5135-_0x21bf92._0x3157ba,_0x134731,_0x3f282f-0xc8,_0x4a5135- -_0x21bf92._0x3de04c);}let _0x5e3234=-0x19fd+0x845+-0x12*-0xfc;for(let _0x560088=-0x1*-0x11b1+-0x22c0+0x110f;_0x13a186[_0x4e02ab(-0xb4,-0x9a,-0x163,-0x58)](_0x560088,_0x31979a[_0x4e02ab(_0x41024c._0x1076e8,0xfa,0x200,0xc1)]);_0x560088++){const _0x57e62f=_0x31979a[_0x560088];if(_0x13a186[_0x4e02ab(-_0x41024c._0x40b0fd,-_0x41024c._0x2c0b1a,_0x41024c._0x2b72d9,-_0x41024c._0x96ad16)](_0x560088,-0x19b1+0x10e3+0x8ce)&&_0x13a186[_0x17e302(0x3c0,_0x41024c._0xe61684,_0x41024c._0x4036be,_0x41024c._0x382661)](_0x57e62f[_0x4e02ab(-0x6f,-0x9f,0x37,-_0x41024c._0x3345ad)](),_0x13a186[_0x4e02ab(0xa5,-_0x41024c._0x49ab77,_0x41024c._0x425359,-_0x41024c._0x3b312d)])){_0x2a442a=!![];continue;}if(_0x2a442a){if(_0x13a186[_0x17e302(_0x41024c._0xf96e66,_0x41024c._0xf355f8,0x3a6,_0x41024c._0x5a1cde)](_0x57e62f['trim'](),_0x4e02ab(_0x41024c._0x496a9c,-_0x41024c._0x2ec501,_0x41024c._0xfc8547,-_0x41024c._0x3cc5e6))){if(_0x13a186['laCrf']===_0x13a186['laCrf']){_0x2a442a=![],_0x15665d=!![],_0x5e3234=_0x13a186[_0x4e02ab(-_0x41024c._0x1d15d0,-0x133,-_0x41024c._0x47b1cc,-_0x41024c._0x17bc70)](_0x560088,0x106*0x26+0xbf5*0x2+-0x3ecd);continue;}else{const _0x584067={};return _0x584067['error']=_0x13a186['fyuEi'],_0x584067['message']=_0x17e302(0x48e,0x51c,_0x41024c._0x5e90d8,_0x41024c._0x1cf444)+_0x17e302(_0x41024c._0x20dca0,0x3f6,_0x41024c._0x27a1e9,0x51c)+'uired',_0x597de1['status'](0x1*-0x22d7+-0x41b+0x2882)[_0x4e02ab(-_0x41024c._0x21c23c,_0x41024c._0x399749,0x2b,_0x41024c._0xb17ec7)](_0x584067);}}const _0x280f43=_0x57e62f[_0x17e302(_0x41024c._0x61ebd9,0x39a,0x406,_0x41024c._0xa2d389)](/^([a-z-]+):\s*(.*)$/);if(_0x280f43){const [,_0x5bef74,_0x579205]=_0x280f43;if(_0x13a186[_0x4e02ab(_0x41024c._0x2e4fac,_0x41024c._0x48ff17,-_0x41024c._0x48ff17,0x173)](_0x5bef74,_0x13a186['Sviox'])&&!_0x579205['trim']()){if(_0x13a186[_0x4e02ab(-0x39,_0x41024c._0x587276,_0x41024c._0x1f6579,-_0x41024c._0x36798a)](_0x13a186[_0x17e302(_0x41024c._0x297a31,0x454,_0x41024c._0x460166,0x443)],_0x13a186['aRbZK']))_0x1599bb[_0x5bef74]=[];else{const _0xe6f26a={};_0xe6f26a[_0x17e302(_0x41024c._0x47fd79,0x4d0,_0x41024c._0x21f0b9,0x34a)]=_0x2ce683,_0xe6f26a[_0x4e02ab(-0x128,-0x158,-_0x41024c._0x25e512,-0x112)+'t']=_0x28f9b4,_0xe6f26a[_0x17e302(_0x41024c._0x525506,_0x41024c._0xa35bf6,0x3df,0x3a9)]=_0x5a8152[_0x4e02ab(_0x41024c._0x34862c,_0x41024c._0x302575,_0x41024c._0x54bc79,-0xc2)],_0x3f3426['warn'](_0x13a186[_0x17e302(_0x41024c._0x273406,0x456,0x575,0x5cf)],_0xe6f26a);}}else{if(_0x579205[_0x17e302(_0x41024c._0x2c8af5,_0x41024c._0x4dabf8,0x326,_0x41024c._0x2aceb0)]()[_0x4e02ab(0x144,_0x41024c._0x3c789d,0x125,0xfc)]('[')&&_0x579205['trim']()[_0x17e302(_0x41024c._0x394823,0x318,_0x41024c._0x4f7c15,0x1fa)](']'))_0x1599bb[_0x5bef74]=_0x579205[_0x4e02ab(-_0x41024c._0x4fed17,-_0x41024c._0x180d30,-_0x41024c._0x3a4a5a,-_0x41024c._0x1e015e)]()[_0x4e02ab(_0x41024c._0x399749,_0x41024c._0x38b151,0x1d,0x151)](-0x1a53*-0x1+-0x699*-0x5+-0x3b4f,-(-0xc5*0x2+0x134*0x9+0x1*-0x949))[_0x4e02ab(-0x29,-_0x41024c._0x2a4da9,-_0x41024c._0x9145e,_0x41024c._0x4a210d)](',')[_0x4e02ab(-_0x41024c._0x386722,_0x41024c._0x372c22,_0x41024c._0x58f879,0x69)](_0x43891b=>_0x43891b['trim']())[_0x4e02ab(-0x1c0,-0x150,-0x16d,-_0x41024c._0x7dcb1c)](Boolean);else _0x579205[_0x17e302(_0x41024c._0x2c8af5,_0x41024c._0x58af1b,0x302,_0x41024c._0x47c38a)]()&&(_0x1599bb[_0x5bef74]=_0x579205['trim']());}}else{if(_0x57e62f[_0x4e02ab(-0x193,-0x9f,0x9e,-0x183)]()[_0x4e02ab(0x15d,0xab,-0x5c,_0x41024c._0x4e7cb0)]('-\x20')&&_0x1599bb[_0x13a186[_0x4e02ab(-_0x41024c._0x16f2b2,-_0x41024c._0x453739,-0x4a,-0x114)]]){const _0x342f1a=Object[_0x17e302(0x486,0x50b,_0x41024c._0x5dde14,0x468)](_0x1599bb)[_0x17e302(0x504,0x470,0x58f,_0x41024c._0x263705)](_0x1aec6c=>Array[_0x17e302(0x3e4,0x316,0x496,0x50a)](_0x1599bb[_0x1aec6c]));_0x342f1a&&_0x1599bb[_0x342f1a]['push'](_0x57e62f['trim']()[_0x17e302(_0x41024c._0x570206,0x367,_0x41024c._0x1c6aaa,0x51d)](0x1f3f+-0xd*-0x71+-0x24fa)[_0x4e02ab(-_0x41024c._0x41a77d,-0x9f,-_0x41024c._0x2f04a2,-0x157)]());}}}}const _0x3f03ce=_0x15665d?_0x31979a[_0x4e02ab(-0xd,_0x41024c._0x171715,0x153,0x1c)](_0x5e3234)['join']('\x0a'):_0x2719c7,_0x496f37={};return _0x496f37[_0x4e02ab(_0x41024c._0x34545f,0x1,_0x41024c._0x4b2dfe,-_0x41024c._0x2e4c3c)+'r']=_0x1599bb,_0x496f37[_0x4e02ab(-0x140,-_0x41024c._0x2b5387,_0x41024c._0x5eea1c,-0x73)]=_0x3f03ce,_0x496f37;}function serializeSkillMd(_0x1f4c6a,_0x550f64){const _0x39ef57={_0x1d2005:0x44c,_0x277845:0x46c,_0x4be5bb:0x490,_0x27e846:0x3ca,_0x17796f:0x410,_0x1403f6:0x41e,_0x594c6b:0x54a,_0x4ad274:0x483,_0x3f3f7d:0x53a,_0x4622fe:0x41a,_0x5f45c3:0x4e6,_0x510387:0x5ff,_0x1d9327:0x675,_0x306d98:0x515,_0x5ace12:0x545,_0x6e6428:0x4e5,_0x62da37:0x4f9,_0x34fecc:0x3ed,_0x47efcd:0x591,_0x516d93:0x6cf,_0x27a589:0x5fd,_0x37aad7:0x4ae,_0x233575:0x57a,_0x38acca:0x437,_0xf04ae4:0x68b,_0x162c93:0x549,_0x5d125c:0x551,_0x1088c6:0x3c7,_0x347e1c:0x486,_0x124268:0x479,_0x478c8d:0x646,_0xc8e1df:0x5a3,_0x5ba6d3:0x760,_0x3dd124:0x705,_0x3a301e:0x66c,_0x2a9e3a:0x599,_0x599555:0x5ed,_0x3e3981:0x5dd,_0x29a5b2:0x560,_0x2e0eed:0x5fc,_0x460fc3:0x50b,_0x3fd7c9:0x516,_0x3dcfe5:0x56c,_0x5c8985:0x4bc,_0xc7196:0x5d5,_0x2aba8b:0x4c5,_0x30f276:0x336,_0x33dc19:0x58b,_0x11e979:0x3df,_0x25f360:0x4d6,_0x1a8e51:0x66c,_0x43ec64:0x620,_0xae6bd9:0x76b,_0x292e21:0x4e9,_0xc2d6dc:0x4c1,_0x1cca43:0x68f,_0x49ff89:0x539,_0x5ceab1:0x563,_0x5332f1:0x5c2,_0x350eec:0x6a0,_0x36b8d5:0x354,_0x4abd17:0x3da},_0x301a3a={_0xa3e6ec:0x5a},_0x51555d={_0x3f811d:0x13e,_0x39b0b7:0x5c};function _0x2c75c8(_0x3b8097,_0x1fa3c2,_0x926ec7,_0x11dab1){return _0x34b97a(_0x3b8097-0x140,_0x11dab1,_0x926ec7-_0x51555d._0x3f811d,_0x3b8097- -_0x51555d._0x39b0b7);}const _0x55bf07={};_0x55bf07[_0x196db3(0x333,_0x39ef57._0x1d2005,_0x39ef57._0x277845,0x4b3)]=function(_0x2577cf,_0x162537){return _0x2577cf!==_0x162537;},_0x55bf07[_0x2c75c8(0x591,0x5c4,0x5dd,_0x39ef57._0x4be5bb)]='QcrCy',_0x55bf07[_0x196db3(0x338,_0x39ef57._0x27e846,0x416,_0x39ef57._0x17796f)]=function(_0x1d8102,_0x5d930e){return _0x1d8102===_0x5d930e;},_0x55bf07[_0x196db3(_0x39ef57._0x1403f6,0x5dd,_0x39ef57._0x594c6b,_0x39ef57._0x4ad274)]=_0x2c75c8(0x4d4,0x3cb,_0x39ef57._0x3f3f7d,0x5e9),_0x55bf07[_0x196db3(0x4a6,_0x39ef57._0x4622fe,_0x39ef57._0x5f45c3,0x407)]=_0x196db3(0x32f,0x4ea,0x404,0x43e),_0x55bf07[_0x2c75c8(0x646,_0x39ef57._0x510387,_0x39ef57._0x1d9327,0x6a3)]=function(_0x12ec01,_0x1c0c33){return _0x12ec01===_0x1c0c33;},_0x55bf07[_0x2c75c8(0x5a8,_0x39ef57._0x306d98,_0x39ef57._0x5ace12,_0x39ef57._0x6e6428)]='---';const _0x589e67=_0x55bf07,_0x5debc2=[_0x196db3(0x472,_0x39ef57._0x62da37,0x4e8,_0x39ef57._0x34fecc)];for(const [_0x29aab6,_0x34b7e8]of Object['entries'](_0x1f4c6a)){if(_0x589e67[_0x2c75c8(0x516,0x411,0x3fc,0x44e)](_0x589e67[_0x2c75c8(_0x39ef57._0x47efcd,_0x39ef57._0x516d93,_0x39ef57._0x27a589,_0x39ef57._0x37aad7)],_0x196db3(0x4bd,_0x39ef57._0x233575,0x5a5,0x539))){if(Array['isArray'](_0x34b7e8)){if(_0x589e67[_0x2c75c8(0x4c0,_0x39ef57._0x38acca,0x44d,0x601)](_0x589e67[_0x196db3(_0x39ef57._0xf04ae4,_0x39ef57._0x162c93,0x54a,0x539)],_0x589e67[_0x2c75c8(0x590,0x4be,0x453,_0x39ef57._0x5d125c)]))_0x188641[_0x2c75c8(0x48b,0x598,_0x39ef57._0x1088c6,0x4f4)+'ts'][_0x2f226d][_0x196db3(_0x39ef57._0x347e1c,0x5f5,0x4f6,_0x39ef57._0x124268)]=[];else{if(_0x589e67[_0x2c75c8(_0x39ef57._0x478c8d,_0x39ef57._0xc8e1df,_0x39ef57._0x5ba6d3,_0x39ef57._0x3dd124)](_0x34b7e8['length'],0x1325+0x1157*0x1+-0x247c))_0x5debc2['push'](_0x29aab6+_0x2c75c8(0x5bd,_0x39ef57._0x3a301e,_0x39ef57._0x2a9e3a,0x60a));else{_0x5debc2[_0x196db3(0x5db,_0x39ef57._0x599555,0x5c2,_0x39ef57._0x3e3981)](_0x29aab6+':');for(const _0x578d1b of _0x34b7e8){_0x5debc2[_0x2c75c8(0x66c,0x794,0x60d,_0x39ef57._0x29a5b2)](_0x2c75c8(_0x39ef57._0x2e0eed,0x6c7,_0x39ef57._0x460fc3,0x602)+_0x578d1b);}}}}else _0x34b7e8!==undefined&&_0x589e67['llzXv'](_0x34b7e8,null)&&_0x589e67[_0x2c75c8(_0x39ef57._0x3fd7c9,_0x39ef57._0x3dcfe5,_0x39ef57._0x5c8985,_0x39ef57._0xc7196)](_0x34b7e8,'')&&_0x5debc2[_0x196db3(0x4e8,0x689,0x5c2,_0x39ef57._0x2aba8b)](_0x29aab6+':\x20'+_0x34b7e8);}else{if(_0x589e67[_0x196db3(0x3ba,_0x39ef57._0x30f276,0x46c,_0x39ef57._0x33dc19)](_0x146ac1[_0x196db3(0x2ab,0x3a9,_0x39ef57._0x11e979,_0x39ef57._0x25f360)],'ENOENT'))throw _0x2f281b;}}_0x5debc2[_0x2c75c8(_0x39ef57._0x1a8e51,_0x39ef57._0x43ec64,0x64d,_0x39ef57._0xae6bd9)](_0x589e67[_0x2c75c8(0x5a8,0x5dc,_0x39ef57._0x292e21,_0x39ef57._0xc2d6dc)]),_0x5debc2[_0x2c75c8(0x66c,_0x39ef57._0x1cca43,0x6a9,_0x39ef57._0x49ff89)]('');function _0x196db3(_0x5c2f66,_0x542473,_0x5ad087,_0x2aa946){return _0x34b97a(_0x5c2f66-0x36,_0x5c2f66,_0x5ad087-_0x301a3a._0xa3e6ec,_0x5ad087- -0x106);}return _0x5debc2[_0x196db3(0x6bf,_0x39ef57._0x5ceab1,_0x39ef57._0x5332f1,_0x39ef57._0x350eec)](_0x550f64),_0x5debc2[_0x196db3(_0x39ef57._0x36b8d5,0x3f2,0x484,_0x39ef57._0x4abd17)]('\x0a');}async function requireTaskAuth(_0x43d5a3,_0x105ff1,_0x4b8713){const _0x2e8230={_0x432cad:0x36c,_0xcd70c:0x447,_0x2e4546:0x49c,_0x1d4d85:0x4e2,_0x595c82:0x120,_0x2352e4:0x3b0,_0x3977ab:0x271,_0x6f798:0x1b5,_0x145a09:0x29b,_0x41c982:0x3f6,_0x1586d5:0x39c,_0xa04915:0x309,_0x55121f:0x440,_0x220f7e:0x5d,_0x1e3893:0x83,_0x225247:0x259,_0x1d5166:0x2c8,_0x12c057:0x3cf,_0x574447:0x196,_0x38055e:0x173,_0x49cb5c:0x16f,_0x4c5163:0x115,_0x52d220:0x230,_0x5ee9b8:0x38e,_0x32ebd2:0x2f0,_0x33716f:0x407,_0x42282c:0x337,_0x5bbab2:0x39d,_0x2d257e:0x550,_0x52856f:0x47f,_0xbc46a8:0x469,_0x1c7aa7:0xf4,_0x574693:0xf,_0x2950f9:0x17a,_0x5b329e:0xfc,_0x233e30:0x227,_0x189a75:0x1ad,_0xcbfe55:0x146,_0x3e97f1:0x44c,_0x49fea5:0x364,_0x5d88ea:0x296,_0x2d9701:0x107,_0x50150d:0x189,_0x1709e9:0x4b,_0x4609dc:0x77,_0x3b8bc3:0x29,_0x1b991c:0x4bd,_0x425763:0x17c,_0x36fafa:0xe9,_0x4875b6:0x380,_0x3c5e37:0x200,_0x21e20b:0x260,_0xa74f94:0x181,_0x2c215e:0xdf,_0x55b201:0x85,_0x4bd4d3:0x2cd,_0x3fb6ac:0x3e0,_0x4677b0:0x399,_0x1c2a10:0xf0,_0x4c90c4:0x11c,_0x1d0240:0x43,_0x271d86:0xb5,_0x60e63c:0x1d,_0x4fe95b:0x14d,_0x239301:0x6b,_0x55259b:0x67,_0x332312:0xd1,_0x45997e:0x121,_0x25ebce:0x7a,_0x2e22d1:0x2f,_0x12c7c9:0x14e,_0x1231b2:0x591,_0x5842f0:0x3d,_0x4be106:0x1e2,_0x5744d1:0x7e,_0x11d6f7:0xba,_0x245738:0x4bc,_0x1741b0:0x439,_0x45c048:0x2f8,_0x450e1a:0x1de,_0x1594af:0x2d3,_0x45c285:0x2b7,_0x38b734:0x412,_0x14b88b:0x3a2,_0x20f14d:0x334,_0x51faf7:0x355,_0x3666f6:0x3f7,_0x2ce4c7:0x367,_0x1e4480:0x320,_0x4d0dad:0x294,_0x4426f2:0x378,_0x1e0c13:0xd5,_0x1b0c89:0x52,_0x1955fc:0x61,_0x1031ba:0x3a,_0x260b23:0x13,_0x2a93d9:0x5,_0x1b6c6c:0xed,_0x4fb551:0xc5,_0x5e64ad:0x4ac,_0xd0b5ba:0x417,_0x5bc88a:0x2e4,_0x119977:0x3d9,_0x57c97b:0x3db,_0x1698a7:0xe8,_0x6902ca:0x57,_0x4bd9ad:0x6d,_0x347a3c:0x40,_0x3d1dc2:0xb2,_0x24c075:0x1b4,_0x222351:0x81,_0x340b50:0x64,_0x426b23:0x375,_0x5d71bf:0x40c,_0x1ca2d6:0x18b,_0x29c118:0xc,_0x3ac58c:0x140,_0x1d870c:0x46c,_0x4a4f52:0x393,_0x2ded33:0x4e6,_0x5e8871:0xbb,_0x20a3f1:0x1a9,_0x17925d:0x1d7,_0x2bb6fa:0x122,_0x2e0064:0x24a,_0x23e241:0x498,_0x52ee74:0x36c,_0x5e2608:0x555,_0x42f06a:0x445,_0x2d8aaf:0x4c1,_0xf59198:0x307,_0x2018e4:0x5,_0x28df2b:0xd7,_0x1ac86f:0x228,_0x29a0ca:0x98,_0x1f10e7:0x2b9,_0xe62b7e:0x218,_0x187396:0x42d,_0x9bb370:0x2cd,_0x2772a0:0x6f,_0x3c6bfb:0x196,_0x5c71f1:0x372,_0x2b6fb2:0x350,_0x271902:0x4a8,_0x41222f:0x427,_0x452b96:0x41b,_0xa4c8df:0x174,_0x327ba6:0x60,_0x3dff26:0xc7,_0x4b3487:0x194,_0x1905ec:0xc1,_0x2ce1dc:0x42c,_0x3db8b9:0x116,_0x187191:0x154,_0x5da858:0xb5,_0x42764c:0x1b8,_0x197e74:0x5a1,_0x2dd665:0x7b,_0x356344:0x4cd,_0x44f117:0x5cf,_0x5e86e6:0x27e,_0x1f4550:0x32e,_0x114557:0x3e8,_0x301a6d:0x33a,_0x51b6c3:0x360,_0x4e0f21:0x2f6,_0x1922f6:0x4d1,_0x4ec1fb:0x4b0,_0x274fd6:0x328,_0x53e151:0x190,_0x45a6d9:0x4a5,_0x549fe5:0x4b8,_0x16a0de:0x38b,_0x7bf761:0x1ab,_0x3d3d91:0x35,_0x31f9ac:0xdd,_0x4ca435:0x147,_0x565ee7:0x5f,_0x19d3cd:0xa6,_0x56e358:0x331,_0x17afe6:0x28,_0x33fee9:0x48a,_0xee0da4:0x1c2,_0x136e7c:0xbb,_0x43c8ef:0xf8,_0x18de0b:0xb5,_0x3be174:0xcd,_0x2a6dde:0xe1,_0x17f637:0x180,_0x248932:0x7a,_0x36bf73:0xb0,_0x553fb3:0x30,_0x23e137:0x418,_0x16289f:0x3b7,_0x16a66e:0x57,_0x99b3ef:0x1e8,_0xaf8fec:0x108,_0x4334af:0x75,_0x2eb79a:0x16,_0x1ddf36:0x42f,_0x2b7827:0x538,_0x681122:0x592,_0x4ad9d4:0x625,_0xb53931:0xa8,_0x11cc82:0xac,_0x1017b0:0x7c,_0x232a14:0xf3,_0x59f8d7:0x138,_0x52e81a:0x4e2,_0x82a992:0x3a5,_0x43ef9f:0x83,_0x35b1fa:0x159,_0xdfa764:0x27c,_0x214337:0x141,_0x320639:0x93,_0x47855a:0x232,_0x4934d5:0x11c,_0x5972df:0x1ca,_0x4f5aca:0x0,_0x5e04a6:0x5b,_0x26111d:0x11f,_0x55d07d:0xf,_0x3d89e5:0x78,_0x371bc6:0x40d,_0xe18ddf:0x3e,_0x5ef27a:0x26,_0xccaba9:0x140,_0x23492c:0x78,_0x2630a5:0xe5,_0x196df2:0x17a,_0x52a669:0x22,_0x4f8a30:0x4e5,_0x495fcc:0x16,_0x83951a:0x4f,_0x4ee9b6:0x242,_0x469cb2:0x3df,_0x49debb:0x34d,_0x400857:0x388,_0x41cf66:0x2dc,_0x3e3ea6:0x36c,_0x23a602:0x4ab,_0x2da786:0x289,_0x309e8f:0x2e3,_0x5e5ffd:0x74,_0x195fb5:0x62,_0x441acd:0x14a,_0x345bba:0x48a,_0x13ecd5:0x381,_0x5cfc1f:0x38d,_0x7ea5fe:0x8d,_0x419e65:0xbf,_0x478ae9:0x10a,_0x9e0d0e:0x1dc,_0x4fa6e5:0x229,_0x341913:0x213,_0x4710bf:0x224,_0x39a2a7:0x4c2,_0x25833e:0x139,_0x3730ac:0x102,_0x294618:0x71,_0x7164b8:0xd,_0x319435:0x45,_0x1d80cf:0x8f,_0x470402:0x80,_0x169e78:0x2a,_0x35346f:0x474,_0x4082:0x381,_0x43b5c1:0x3fb,_0xabd302:0x6,_0x395834:0x44,_0x649aa4:0x4ba,_0x4ae1e1:0x3bf,_0x48ddbf:0xef,_0x31695e:0x390,_0x1c7966:0xea},_0x38a976={_0x4ce698:0x13d,_0x4980f4:0x18},_0x5cb15e={_0x3b69ef:0x1da,_0x933b96:0x20a},_0x5e3e0f={'cVNzl':_0x11be2e(0x435,_0x2e8230._0x432cad,_0x2e8230._0xcd70c,_0x2e8230._0x2e4546),'kLQxJ':_0x11be2e(0x431,0x512,_0x2e8230._0x1d4d85,0x522)+_0x498c63(-_0x2e8230._0x595c82,-0x149,-0x50,0xd5)+'nly\x20and\x20ca'+_0x11be2e(_0x2e8230._0x2352e4,0x3b1,0x3bf,_0x2e8230._0x3977ab)+_0x11be2e(_0x2e8230._0x6f798,0x2cf,0x2bb,_0x2e8230._0x145a09),'ylNoW':_0x11be2e(_0x2e8230._0x41c982,_0x2e8230._0x1586d5,0x45e,_0x2e8230._0xa04915)+'t','GXqlY':_0x11be2e(0x390,0x473,0x3be,_0x2e8230._0x55121f)+_0x498c63(-_0x2e8230._0x220f7e,-_0x2e8230._0x1e3893,-0x9,-0x147)+_0x11be2e(_0x2e8230._0x225247,_0x2e8230._0x1d5166,_0x2e8230._0x12c057,0x1b6)+_0x498c63(-0xb1,-_0x2e8230._0x574447,-_0x2e8230._0x38055e,-0x4b)+_0x498c63(-_0x2e8230._0x49cb5c,-0x56,-_0x2e8230._0x4c5163,-_0x2e8230._0x52d220),'MfEVS':_0x11be2e(_0x2e8230._0x5ee9b8,_0x2e8230._0x32ebd2,0x3a2,_0x2e8230._0x33716f)+_0x11be2e(0x285,_0x2e8230._0x42282c,0x362,_0x2e8230._0x5bbab2)+_0x498c63(-0x137,-0xae,-0x15e,-0xf4)+_0x11be2e(_0x2e8230._0x2d257e,_0x2e8230._0x52856f,0x5b9,_0x2e8230._0xbc46a8)+'sk\x20ID','TlRoj':_0x498c63(0x15d,_0x2e8230._0x1c7aa7,0xa9,_0x2e8230._0x574693)+'ed','xeoDv':'Invalid\x20ta'+_0x498c63(-_0x2e8230._0x2950f9,-0x13e,-_0x2e8230._0x5b329e,-_0x2e8230._0x233e30),'CVPbG':'x-task-id','ZecEu':function(_0x496820,_0x16c8f8){return _0x496820===_0x16c8f8;},'EmvQP':_0x11be2e(0x22f,0x2de,0x37e,_0x2e8230._0x189a75),'BqtUu':_0x498c63(-0x250,-0x244,-_0x2e8230._0xcbfe55,-0x1eb)+'gement\x20req'+_0x11be2e(_0x2e8230._0x3e97f1,_0x2e8230._0x49fea5,0x460,_0x2e8230._0x5d88ea)+_0x498c63(-0x2,0x21b,_0x2e8230._0x2d9701,_0x2e8230._0x50150d)+_0x498c63(-_0x2e8230._0x1709e9,_0x2e8230._0x4609dc,_0x2e8230._0x3b8bc3,0xaf),'ldvfQ':'Missing\x20X-'+_0x11be2e(0x2ac,0x38b,_0x2e8230._0x1b991c,0x448)+_0x498c63(_0x2e8230._0x425763,0xcd,0x3b,-0x40),'ObHbC':function(_0x3a5dd4,_0x2b818a){return _0x3a5dd4!==_0x2b818a;},'ZLdFd':_0x498c63(-0x51,-0xf0,-_0x2e8230._0x36fafa,-0xb),'orFVC':_0x11be2e(_0x2e8230._0x4875b6,_0x2e8230._0x32ebd2,_0x2e8230._0x3c5e37,_0x2e8230._0x21e20b)+_0x498c63(-0x44,-_0x2e8230._0xa74f94,-_0x2e8230._0x2c215e,-_0x2e8230._0x55b201)+_0x11be2e(0x368,_0x2e8230._0x4bd4d3,_0x2e8230._0x3fb6ac,0x1cb)+_0x11be2e(0x268,0x37a,_0x2e8230._0x4677b0,0x4a8),'qSLAu':_0x498c63(_0x2e8230._0x1c2a10,_0x2e8230._0x4c90c4,_0x2e8230._0x1d0240,-_0x2e8230._0x271d86)+'erver\x20Erro'+'r','hEAKt':'Service\x20no'+_0x498c63(0x103,-_0x2e8230._0x60e63c,0xda,_0x2e8230._0x4fe95b)+_0x498c63(-_0x2e8230._0x239301,0xf,_0x2e8230._0x55259b,-_0x2e8230._0x332312),'TpVms':function(_0x271bf0,_0x4aa290){return _0x271bf0!==_0x4aa290;},'ElpVD':_0x498c63(-_0x2e8230._0x45997e,_0x2e8230._0x25ebce,-_0x2e8230._0x2e22d1,-_0x2e8230._0x12c7c9),'FfeTU':_0x11be2e(0x41b,0x4f8,0x3e1,_0x2e8230._0x1231b2),'UQnXe':_0x498c63(-_0x2e8230._0x5842f0,-0x30,-0xb9,-_0x2e8230._0x4be106)+_0x498c63(0x8,-0xd,_0x2e8230._0x5744d1,-_0x2e8230._0x11d6f7)+'ent','jDRam':_0x11be2e(0x365,0x37d,_0x2e8230._0x245738,_0x2e8230._0x1741b0)+_0x11be2e(_0x2e8230._0x41c982,0x344,_0x2e8230._0x45c048,0x341)+_0x11be2e(_0x2e8230._0x450e1a,_0x2e8230._0x1594af,_0x2e8230._0x45c285,_0x2e8230._0x38b734)+_0x11be2e(_0x2e8230._0x14b88b,0x35d,0x385,_0x2e8230._0x20f14d),'BfxFU':function(_0x18eee0,_0x108be0){return _0x18eee0(_0x108be0);},'HcUKv':_0x11be2e(_0x2e8230._0x51faf7,0x456,_0x2e8230._0x3666f6,_0x2e8230._0x2ce4c7)+_0x11be2e(_0x2e8230._0x1e4480,0x3c8,_0x2e8230._0x4d0dad,_0x2e8230._0x4426f2),'jxkHq':_0x498c63(_0x2e8230._0x1e0c13,-_0x2e8230._0x1b0c89,-0x10,-_0x2e8230._0x595c82)+_0x498c63(_0x2e8230._0x1955fc,-0x32,_0x2e8230._0x1e0c13,-0x68),'HOmZD':_0x498c63(-0x16b,0xe1,-_0x2e8230._0x1031ba,0xee),'bmdKt':_0x498c63(-_0x2e8230._0x260b23,-_0x2e8230._0x2a93d9,_0x2e8230._0x1b6c6c,_0x2e8230._0x4fb551)+_0x11be2e(0x439,0x460,_0x2e8230._0x5e64ad,0x4e7)+_0x11be2e(0x57b,0x45b,0x4fb,0x36c)+_0x11be2e(_0x2e8230._0xd0b5ba,_0x2e8230._0x5bc88a,0x275,0x3e3),'lXVRY':_0x11be2e(_0x2e8230._0x119977,0x3ee,0x429,_0x2e8230._0x57c97b)+'t\x20not\x20foun'+'d','XCnGZ':_0x498c63(-0x45,-_0x2e8230._0x1698a7,_0x2e8230._0x6902ca,0x49),'tJdxX':function(_0x38bed){return _0x38bed();}},_0x28e5c6=_0x43d5a3['headers'][_0x5e3e0f[_0x498c63(0x64,-_0x2e8230._0x4bd9ad,_0x2e8230._0x347a3c,-_0x2e8230._0x3d1dc2)]];if(!_0x28e5c6){if(_0x5e3e0f[_0x498c63(-_0x2e8230._0x24c075,_0x2e8230._0x222351,-0x7e,_0x2e8230._0x11d6f7)](_0x5e3e0f['EmvQP'],_0x5e3e0f['EmvQP'])){logger[_0x11be2e(0x507,0x538,0x4ca,0x5f1)](_0x5e3e0f[_0x498c63(-_0x2e8230._0x340b50,-0xd0,-0x114,-0x239)]);const _0x4a7453={};return _0x4a7453[_0x11be2e(0x346,_0x2e8230._0x426b23,_0x2e8230._0x5d71bf,0x433)]=_0x5e3e0f[_0x498c63(-_0x2e8230._0x1ca2d6,-_0x2e8230._0x29c118,-_0x2e8230._0x3ac58c,-0x49)],_0x4a7453[_0x11be2e(_0x2e8230._0x1d870c,0x4b0,_0x2e8230._0x4a4f52,_0x2e8230._0x2ded33)]=_0x5e3e0f[_0x498c63(0x11e,_0x2e8230._0x5e8871,0xea,_0x2e8230._0x20a3f1)],_0x105ff1[_0x498c63(-_0x2e8230._0x1ca2d6,-0x12b,-_0x2e8230._0x271d86,-_0x2e8230._0x17925d)](0xa4f+-0x839+-0x7*0x13)['json'](_0x4a7453);}else _0x2f2b84=_0x206a24;}if(!tasks){if(_0x5e3e0f[_0x498c63(_0x2e8230._0x2bb6fa,_0x2e8230._0x29c118,0xd9,0x1c8)](_0x5e3e0f[_0x11be2e(_0x2e8230._0x2e0064,0x389,0x321,0x47d)],_0x5e3e0f[_0x11be2e(0x3ae,0x389,_0x2e8230._0x23e241,_0x2e8230._0x52ee74)])){const _0x298d02={};_0x298d02[_0x11be2e(_0x2e8230._0x5e2608,_0x2e8230._0x42f06a,0x395,0x319)]=_0x19a132[_0x11be2e(_0x2e8230._0x2d8aaf,0x445,_0x2e8230._0xf59198,0x39e)],_0x298d02[_0x498c63(-0x19,-0x4d,-_0x2e8230._0x2018e4,-_0x2e8230._0x28df2b)]=_0x2cff57,_0x3cf6a8[_0x498c63(0xc3,_0x2e8230._0x1ac86f,0x102,_0x2e8230._0x29a0ca)](_0x11be2e(_0x2e8230._0x1f10e7,0x34a,_0x2e8230._0xe62b7e,_0x2e8230._0x187396)+_0x11be2e(0x34d,0x329,_0x2e8230._0x9bb370,0x2e8)+'only\x20skill'+_0x498c63(-_0x2e8230._0x2772a0,-_0x2e8230._0x3c6bfb,-0xa7,-_0x2e8230._0x1ca2d6),_0x298d02);const _0x5193fe={};return _0x5193fe[_0x11be2e(_0x2e8230._0x5c71f1,_0x2e8230._0x426b23,0x2e8,_0x2e8230._0x2b6fb2)]=_0x5e3e0f['cVNzl'],_0x5193fe['message']=_0x5e3e0f[_0x11be2e(_0x2e8230._0x271902,_0x2e8230._0x41222f,0x4b7,_0x2e8230._0x452b96)],_0x3eacf3['status'](-0x5*-0x729+0x2a5*0xd+-0x449b)[_0x498c63(_0x2e8230._0xa4c8df,0x28,0x44,-_0x2e8230._0x327ba6)](_0x5193fe);}else{logger['error'](_0x5e3e0f[_0x498c63(0x46,_0x2e8230._0x3dff26,-0x28,-0x106)]);const _0x41a88a={};return _0x41a88a[_0x498c63(-0x148,-_0x2e8230._0x4b3487,-_0x2e8230._0x1905ec,-0x2d)]=_0x5e3e0f['qSLAu'],_0x41a88a['message']=_0x5e3e0f[_0x11be2e(0x4f3,0x3bf,_0x2e8230._0x2ce1dc,0x4e1)],_0x105ff1[_0x498c63(-_0x2e8230._0x3db8b9,-_0x2e8230._0x187191,-_0x2e8230._0x5da858,-_0x2e8230._0x42764c)](0x4*-0x386+0x800*-0x1+0x180c)[_0x11be2e(_0x2e8230._0x197e74,0x47a,0x3ae,0x505)](_0x41a88a);}}function _0x11be2e(_0x13ed24,_0x15d168,_0xeeaa5d,_0xd1cd69){return _0x34b97a(_0x13ed24-0x8f,_0x13ed24,_0xeeaa5d-_0x5cb15e._0x3b69ef,_0x15d168- -_0x5cb15e._0x933b96);}const _0x48477a=tasks['get'](_0x28e5c6);if(!_0x48477a){const _0x2dc9bc={};_0x2dc9bc[_0x498c63(_0x2e8230._0x2dd665,-0x5e,0xf,-0x57)]=_0x28e5c6,logger[_0x11be2e(_0x2e8230._0x356344,0x538,0x455,_0x2e8230._0x44f117)](_0x11be2e(_0x2e8230._0x5e86e6,_0x2e8230._0x32ebd2,0x34d,_0x2e8230._0x1f4550)+_0x498c63(-0x24,-0x189,-0xff,-0x146)+_0x498c63(-0x1cb,-0x29e,-0x15e,-0x137)+_0x11be2e(0x38c,0x47f,_0x2e8230._0x114557,0x479)+_0x11be2e(0x3c8,_0x2e8230._0x301a6d,0x2d9,_0x2e8230._0x51b6c3),_0x2dc9bc);const _0x41575a={};return _0x41575a['error']=_0x5e3e0f[_0x11be2e(0x2c2,_0x2e8230._0x4e0f21,0x26b,0x1f8)],_0x41575a[_0x11be2e(_0x2e8230._0x1922f6,_0x2e8230._0x4ec1fb,0x47b,0x575)]=_0x5e3e0f[_0x11be2e(_0x2e8230._0x274fd6,0x2bc,0x247,_0x2e8230._0x53e151)],_0x105ff1[_0x11be2e(0x401,0x381,0x3b7,0x358)](-0x4c5*0x5+0x1*0xb3b+-0x1*-0xe2f)[_0x11be2e(0x473,0x47a,_0x2e8230._0x45a6d9,_0x2e8230._0x549fe5)](_0x41575a);}if(!_0x48477a[_0x11be2e(0x252,0x2dd,_0x2e8230._0x16a0de,0x230)+'t']){if(_0x5e3e0f[_0x498c63(_0x2e8230._0x7bf761,-_0x2e8230._0x3d3d91,0x93,0x14)](_0x5e3e0f[_0x498c63(_0x2e8230._0x31f9ac,-_0x2e8230._0x4ca435,-_0x2e8230._0x565ee7,_0x2e8230._0x19d3cd)],_0x5e3e0f[_0x11be2e(0x416,0x3b5,0x3b1,_0x2e8230._0x42282c)])){const _0x4144c5={};_0x4144c5[_0x11be2e(0x391,_0x2e8230._0x42f06a,0x45c,_0x2e8230._0x56e358)]=_0x28e5c6,logger['warn'](_0x5e3e0f[_0x498c63(-_0x2e8230._0x17afe6,0x6a,0xfc,0xe3)],_0x4144c5);const _0x5eff7e={};return _0x5eff7e[_0x11be2e(0x2e1,_0x2e8230._0x426b23,0x3ca,_0x2e8230._0x33fee9)]=_0x5e3e0f[_0x498c63(-_0x2e8230._0x239301,_0x2e8230._0xee0da4,_0x2e8230._0x136e7c,0x121)],_0x5eff7e[_0x498c63(_0x2e8230._0x43c8ef,0x48,0x7a,0x15d)]=_0x5e3e0f['jDRam'],_0x105ff1[_0x498c63(-0x1d0,-0x172,-_0x2e8230._0x18de0b,-0x1a2)](0xd65+0x93+-0xc68)[_0x498c63(_0x2e8230._0x3be174,0x22,0x44,0x171)](_0x5eff7e);}else{const _0xdc55b1={};return _0xdc55b1['error']=_0x5e3e0f[_0x498c63(0x1c2,_0x2e8230._0x2a6dde,0xbb,-0x70)],_0xdc55b1[_0x498c63(0x93,_0x2e8230._0x17f637,_0x2e8230._0x248932,-_0x2e8230._0x36bf73)]=_0x5e3e0f[_0x498c63(0xe6,-_0x2e8230._0x553fb3,-0x2c,0xba)],_0x456eb7[_0x11be2e(_0x2e8230._0x23e137,0x381,0x30c,0x2f9)](0x1f06+0x23b*0xf+-0x3eeb)[_0x11be2e(0x450,0x47a,_0x2e8230._0x16289f,0x3bb)](_0xdc55b1);}}const _0x23c347=_0x48477a['createdBy']?.[_0x11be2e(0x371,0x44c,0x3bb,0x4d4)],_0x5e3ed0=await _0x5e3e0f[_0x498c63(-0x18b,-_0x2e8230._0x16a66e,-0x103,-_0x2e8230._0x99b3ef)](findUserById,_0x23c347);if(!_0x5e3ed0){const _0x47be20={};_0x47be20[_0x498c63(-_0x2e8230._0xaf8fec,-0x3c,_0x2e8230._0x574693,-0x96)]=_0x28e5c6,_0x47be20[_0x498c63(_0x2e8230._0x4334af,-0xc0,_0x2e8230._0x2eb79a,0x9)]=_0x23c347,logger[_0x11be2e(_0x2e8230._0x1ddf36,_0x2e8230._0x2b7827,_0x2e8230._0x681122,_0x2e8230._0x4ad9d4)](_0x5e3e0f['HcUKv'],_0x47be20);const _0x5bedf4={};return _0x5bedf4['error']='Unauthoriz'+'ed',_0x5bedf4['message']=_0x5e3e0f[_0x498c63(-_0x2e8230._0xb53931,_0x2e8230._0x11cc82,_0x2e8230._0x1017b0,0x10e)],_0x105ff1['status'](0x14b9+0xa5c*0x2+-0x27e0)['json'](_0x5bedf4);}if(!await hasPermission(_0x5e3ed0['id'],_0x498c63(-_0x2e8230._0x232a14,-0x1f9,-0x164,-_0x2e8230._0x59f8d7)+_0x11be2e(_0x2e8230._0x52e81a,0x3ce,0x335,_0x2e8230._0x82a992),_0x48477a[_0x498c63(-0x209,-_0x2e8230._0x43ef9f,-_0x2e8230._0x35b1fa,-_0x2e8230._0xdfa764)+'t'])){if(_0x5e3e0f[_0x498c63(_0x2e8230._0x214337,-0xa9,_0x2e8230._0x320639,_0x2e8230._0x60e63c)](_0x5e3e0f[_0x498c63(-0xeb,-_0x2e8230._0x47855a,-_0x2e8230._0x4934d5,-_0x2e8230._0x5972df)],_0x5e3e0f[_0x498c63(-0x171,_0x2e8230._0x4f5aca,-0x11c,-_0x2e8230._0x2eb79a)])){const _0x4d4c33={};_0x4d4c33[_0x498c63(-_0x2e8230._0x5e04a6,_0x2e8230._0x26111d,_0x2e8230._0x55d07d,0x12c)]=_0x866c44,_0x1b781f[_0x498c63(_0x2e8230._0x3d89e5,0x1b0,0x102,0x1da)](_0x5e3e0f[_0x11be2e(0x431,_0x2e8230._0x371bc6,0x357,0x546)],_0x4d4c33);const _0x46e7f1={};return _0x46e7f1[_0x498c63(_0x2e8230._0xe18ddf,_0x2e8230._0x5ef27a,-0xc1,-0x175)]=_0x5e3e0f[_0x498c63(-0x86,-0x280,-_0x2e8230._0xccaba9,-_0x2e8230._0x23492c)],_0x46e7f1['message']=_0x5e3e0f[_0x498c63(-_0x2e8230._0x2630a5,-0x186,-_0x2e8230._0x196df2,-0xd1)],_0xbecbf8[_0x498c63(_0x2e8230._0x52a669,-0x138,-0xb5,-0x175)](0x1bd1+-0x2449*0x1+0xa09)[_0x11be2e(_0x2e8230._0x4f8a30,0x47a,0x3e5,0x47e)](_0x46e7f1);}else{const _0x5125b0={};_0x5125b0[_0x11be2e(0x4c4,0x445,0x341,0x3ef)]=_0x28e5c6,_0x5125b0[_0x498c63(0x82,0xad,_0x2e8230._0x495fcc,-_0x2e8230._0x4c5163)]=_0x5e3ed0['id'],_0x5125b0['username']=_0x5e3ed0['username'],logger[_0x498c63(0xa9,_0x2e8230._0x332312,0x102,_0x2e8230._0x83951a)](_0x5e3e0f['bmdKt'],_0x5125b0);const _0x24fcc5={};return _0x24fcc5[_0x11be2e(_0x2e8230._0x4ee9b6,0x375,_0x2e8230._0x469cb2,_0x2e8230._0x49debb)]=_0x11be2e(_0x2e8230._0x400857,0x36c,_0x2e8230._0x41cf66,_0x2e8230._0x3e3ea6),_0x24fcc5[_0x498c63(-0x81,0x10a,0x7a,0x161)]=_0x11be2e(0x4bd,_0x2e8230._0x23a602,0x40d,0x41a)+'not\x20have\x20p'+_0x11be2e(0x2f9,0x325,_0x2e8230._0x2da786,0x3c7)+_0x11be2e(_0x2e8230._0x56e358,0x3b0,_0x2e8230._0x309e8f,0x2e0)+_0x498c63(-0x14b,_0x2e8230._0x5e5ffd,-_0x2e8230._0x195fb5,-_0x2e8230._0x441acd)+'tasks',_0x105ff1[_0x11be2e(_0x2e8230._0x345bba,_0x2e8230._0x13ecd5,0x29b,0x385)](0x11b0*0x1+-0x173+-0xeaa)[_0x11be2e(0x566,0x47a,_0x2e8230._0x5cfc1f,0x414)](_0x24fcc5);}}_0x43d5a3[_0x498c63(-_0x2e8230._0x7ea5fe,-_0x2e8230._0x5e5ffd,-_0x2e8230._0x419e65,-_0x2e8230._0x478ae9)+'k']=_0x48477a;function _0x498c63(_0x50b2e9,_0x5635c5,_0x1e708f,_0x3baf00){return _0x34b97a(_0x50b2e9-_0x38a976._0x4ce698,_0x50b2e9,_0x1e708f-_0x38a976._0x4980f4,_0x1e708f- -0x640);}_0x43d5a3[_0x498c63(0x61,-_0x2e8230._0x9e0d0e,-0xcc,-0x103)]=_0x5e3ed0,_0x43d5a3['environmen'+'tName']=_0x48477a['environmen'+'t'];const _0x27be2f=coderConfig?.[_0x11be2e(0x2ca,0x2dd,_0x2e8230._0x4fa6e5,0x264)+'ts']?.[_0x48477a[_0x498c63(-_0x2e8230._0x341913,-_0x2e8230._0x4710bf,-0x159,-0x274)+'t']];if(!_0x27be2f){const _0x935b21={};_0x935b21[_0x11be2e(0x3bb,0x445,0x3b6,_0x2e8230._0x39a2a7)]=_0x28e5c6,_0x935b21['environmen'+'t']=_0x48477a['environmen'+'t'],logger[_0x498c63(_0x2e8230._0x25833e,0x19b,_0x2e8230._0x3730ac,_0x2e8230._0x294618)](_0x5e3e0f[_0x498c63(-0x11b,-_0x2e8230._0x7164b8,-0x3e,-_0x2e8230._0x319435)],_0x935b21);const _0x383a80={};return _0x383a80['error']=_0x5e3e0f[_0x498c63(-_0x2e8230._0x1d80cf,-0x27,_0x2e8230._0x470402,_0x2e8230._0x169e78)],_0x383a80['message']=_0x5e3e0f[_0x11be2e(0x36f,0x3f8,0x350,_0x2e8230._0x35346f)],_0x105ff1[_0x11be2e(0x4aa,_0x2e8230._0x4082,_0x2e8230._0x43b5c1,0x312)](-0x89*-0x20+-0x1a88+0x13*0x94)[_0x498c63(-0x9,_0x2e8230._0xabd302,_0x2e8230._0x395834,0x5b)](_0x383a80);}_0x43d5a3[_0x498c63(-0x226,-0xb0,-0x159,-0x17d)+_0x11be2e(0x59a,_0x2e8230._0x649aa4,_0x2e8230._0x4ae1e1,0x4dd)]=_0x27be2f,_0x43d5a3[_0x498c63(0x27,0x5a,_0x2e8230._0x48ddbf,_0x2e8230._0x1ac86f)+_0x11be2e(0x337,_0x2e8230._0x31695e,0x2ad,0x35a)]=_0x27be2f[_0x11be2e(0x4e2,0x3f2,0x326,0x356)]||[],_0x5e3e0f[_0x498c63(0x11,-0x19a,-_0x2e8230._0x1c7966,-0x125)](_0x4b8713);}async function validateSkillAccess(_0x1fd600,_0x57b72a,_0x2cb9d7){const _0x4ebdd3={_0x5793d8:0x25b,_0x2cae9a:0x1ab,_0x50ce28:0x16a,_0x45b9f9:0x280,_0x2925c8:0x67b,_0x1882c9:0x562,_0x161a6c:0x4d9,_0x6826da:0x622,_0x1399d6:0x475,_0x2707f9:0x480,_0x151010:0x415,_0x2ac162:0x378,_0x482394:0x38c,_0xfbc635:0x420,_0x93a70d:0x4ae,_0xd5315:0x530,_0x3ae3ef:0x56e,_0x240239:0x55f,_0x21ce89:0x445,_0x4bdb74:0x2cb,_0x32a70b:0x33b,_0x2cdf59:0x463,_0x435e45:0x268,_0x4f9297:0x19c,_0x452aa2:0xb0,_0x5e7b56:0x53a,_0x350d0c:0x46d,_0x164c20:0x338,_0x547a7b:0x4bb,_0x40b6c8:0x3d1,_0x3c7807:0x4aa,_0x3ad572:0x471,_0x7d884a:0x270,_0x31145c:0x322,_0x5b74cc:0x37c,_0x3f9e61:0x350,_0x4ff856:0x2b1,_0x7be6f6:0x38a,_0x215017:0x2c0,_0x248a08:0x4ae,_0x5896d1:0x2ba,_0x5ed1aa:0x1d0,_0x121198:0x1c8,_0x157a30:0x575,_0x164092:0x42b,_0x32319f:0x2c9,_0x30a51c:0x3bc,_0x401c8c:0x46f,_0x22ef82:0x421,_0x11ae92:0x287,_0x3c59ab:0x329,_0x2cd320:0x469,_0x4410ec:0x36f,_0x31d79c:0x377,_0x5a149c:0x113,_0x5c4885:0x362,_0xf219b1:0x429,_0x4df44b:0x19c,_0x41842c:0x18b,_0x9d7212:0x2ba,_0x53e00d:0x374,_0x463a2e:0x365,_0x19eb45:0x304,_0x5c38bd:0x3cf,_0x4d28be:0x273,_0x128660:0x33a,_0x4aaa5c:0x1ec,_0x546767:0x269,_0x505f18:0xbb,_0x58ba5d:0x147,_0x154593:0x4ab,_0x6e9c16:0x3fc,_0x18ecfb:0x2a7,_0x39d14c:0x4d9,_0x5dff4b:0x5b4,_0x26815b:0x611,_0x2a983d:0x1ce,_0x305da4:0xcb,_0x488c2f:0x19b,_0x2bcc69:0xab,_0x2d9bf4:0x518,_0x3be01d:0x469,_0x4a0174:0x405,_0x37baf8:0x441,_0x31863f:0x5de,_0x565e85:0x38d,_0x341747:0x3f1,_0x27a371:0x378,_0x5f0812:0x490,_0x32b954:0x522,_0xeeeb8d:0x51c,_0x3e8649:0x5b7,_0x1b7a78:0x4a0,_0x8090:0x49c,_0x4f6285:0x380,_0x2ec432:0x19d,_0x32413e:0x54c,_0x3544fe:0x4f6,_0x5826df:0x234,_0x25de7b:0x1a3,_0x38cfde:0x1f2,_0x39312a:0x23f,_0x244376:0x3b2,_0x8251df:0x422,_0x11ff13:0x2e8,_0x3c76bc:0x3fd,_0x427857:0x4f4,_0x5ea0a0:0x3e7,_0x1f1844:0x389,_0x3789f8:0x3d0,_0x19194a:0x583,_0x2fd2fa:0x58a,_0x51845f:0x5b4,_0x36bc44:0x1e8,_0x1b2893:0x197,_0x5ee0cf:0x265,_0x252320:0x49e,_0x51fa62:0x390,_0x5a788a:0x433,_0x4fb1ea:0x2d4,_0x1d4435:0x243,_0x16187f:0x277,_0x57bb59:0x2ef,_0x42c45f:0x4c2,_0x45d90c:0x493,_0x2838ee:0x36f,_0x28be13:0x359,_0x120184:0x3fa,_0x4d6560:0x58f,_0x3bf30c:0x21a,_0x239abd:0x24c,_0x352b9d:0x2b1,_0x58a4d2:0x341,_0x5373f0:0x2f0,_0x5d5d0c:0x35d,_0x328074:0x486,_0x5e6382:0x5d8,_0x2e4f9f:0x362,_0x143eac:0x295,_0x5d15e0:0x1ff,_0x7858c2:0x52b,_0x2f1cd9:0x46e,_0x7d72dd:0x1f3,_0x10fc65:0x321,_0x21c751:0x2fa,_0x6f9236:0x310},_0x1ce17f={_0xe078af:0x1d4,_0x282853:0x170},_0x5f20f1={_0x3e3796:0x134,_0xf15283:0x18e},_0x4eb1dc={'ybETE':_0xf9f485(_0x4ebdd3._0x5793d8,_0x4ebdd3._0x2cae9a,0x389,0x2bc)+'t','rpYKC':_0xf9f485(0x201,_0x4ebdd3._0x50ce28,_0x4ebdd3._0x45b9f9,0x2e2)+_0x379282(_0x4ebdd3._0x2925c8,_0x4ebdd3._0x1882c9,_0x4ebdd3._0x161a6c,_0x4ebdd3._0x6826da)+_0x379282(0x635,0x55f,0x553,_0x4ebdd3._0x1399d6)+_0x379282(0x3ec,0x3d4,_0x4ebdd3._0x2707f9,_0x4ebdd3._0x151010),'xBzhS':function(_0x27b5c3,_0x1bc29c){return _0x27b5c3===_0x1bc29c;},'djbhc':_0xf9f485(_0x4ebdd3._0x2ac162,_0x4ebdd3._0x482394,_0x4ebdd3._0xfbc635,_0x4ebdd3._0x93a70d),'mVFXy':'Invalid\x20sk'+'ill\x20ID','RVqeh':_0x379282(_0x4ebdd3._0xd5315,0x554,0x51f,0x487),'gQSuL':_0x379282(0x544,_0x4ebdd3._0x3ae3ef,0x686,_0x4ebdd3._0x240239),'iViGp':_0x379282(_0x4ebdd3._0x21ce89,0x33e,_0x4ebdd3._0x4bdb74,0x215)+_0xf9f485(_0x4ebdd3._0x32a70b,_0x4ebdd3._0x2cdf59,_0x4ebdd3._0x435e45,0x2ff)+'d\x20to\x20this\x20'+_0xf9f485(_0x4ebdd3._0x4f9297,0x166,0xeb,_0x4ebdd3._0x452aa2)+'t','mumkN':function(_0x3d6e49,_0x3b44f9){return _0x3d6e49!==_0x3b44f9;},'kWGFI':_0x379282(_0x4ebdd3._0x5e7b56,_0x4ebdd3._0x350d0c,_0x4ebdd3._0x164c20,_0x4ebdd3._0x547a7b),'RjRAK':_0xf9f485(_0x4ebdd3._0x40b6c8,0x3aa,0x508,0x322)+_0x379282(_0x4ebdd3._0x3c7807,0x462,0x52d,0x4d3)+_0xf9f485(0x38c,0x269,0x322,_0x4ebdd3._0x3ad572)+_0xf9f485(_0x4ebdd3._0x7d884a,_0x4ebdd3._0x31145c,_0x4ebdd3._0x5b74cc,_0x4ebdd3._0x3f9e61)+'dified','fDTzI':_0xf9f485(_0x4ebdd3._0x4ff856,_0x4ebdd3._0x7be6f6,0x20a,_0x4ebdd3._0x215017),'HhKLF':function(_0x3a51d1){return _0x3a51d1();}};function _0x379282(_0x4d957a,_0xc3a8c,_0xe2b7ac,_0x35a680){return _0x34b97a(_0x4d957a-0x16b,_0x35a680,_0xe2b7ac-_0x5f20f1._0x3e3796,_0xc3a8c- -_0x5f20f1._0xf15283);}const {skillId:_0x230da7}=_0x1fd600['params'],{callingTask:_0x3b13fe,assignedSkills:_0x2d0977}=_0x1fd600;if(_0x230da7[_0x379282(0x55f,0x477,_0x4ebdd3._0x248a08,0x40a)]('/')||_0x230da7[_0x379282(0x48c,0x477,0x4d0,0x3cd)]('\x5c')||_0x230da7[_0xf9f485(_0x4ebdd3._0x5896d1,_0x4ebdd3._0x5ed1aa,0x339,_0x4ebdd3._0x121198)]('..')){if(_0x4eb1dc[_0x379282(_0x4ebdd3._0x157a30,0x4e8,0x5be,_0x4ebdd3._0x164092)](_0x4eb1dc[_0x379282(_0x4ebdd3._0x32319f,_0x4ebdd3._0x30a51c,_0x4ebdd3._0x401c8c,_0x4ebdd3._0x22ef82)],_0x4eb1dc[_0x379282(_0x4ebdd3._0x11ae92,0x3bc,_0x4ebdd3._0x3c59ab,_0x4ebdd3._0x2cd320)])){const _0x5b1a22={};return _0x5b1a22['error']=_0xf9f485(0x25b,0x151,0x154,0x2e7)+'t',_0x5b1a22[_0xf9f485(_0x4ebdd3._0x4410ec,0x384,_0x4ebdd3._0x31d79c,0x2a3)]=_0x4eb1dc[_0x379282(0x360,0x47b,0x36a,0x3d2)],_0x57b72a[_0xf9f485(0x240,_0x4ebdd3._0x5a149c,0x2d8,0x186)](-0x1091+-0x1dab+-0x7*-0x6d4)[_0xf9f485(0x339,0x44c,_0x4ebdd3._0x5c4885,_0x4ebdd3._0xf219b1)](_0x5b1a22);}else _0xead6fa[_0xf9f485(_0x4ebdd3._0x4df44b,0x230,_0x4ebdd3._0x41842c,0x2aa)+'ts'][_0x16711c]['skills']=_0x4ac2af,_0x327fcd=!![];}if(!_0x2d0977[_0xf9f485(_0x4ebdd3._0x9d7212,0x39c,0x18f,0x3ac)](_0x230da7)){if(_0x4eb1dc[_0x379282(0x3b7,_0x4ebdd3._0x53e00d,_0x4ebdd3._0x463a2e,0x2e9)]!==_0x4eb1dc['gQSuL']){const _0x26e6b7={};_0x26e6b7['taskId']=_0x3b13fe[_0xf9f485(_0x4ebdd3._0x19eb45,_0x4ebdd3._0x5c38bd,_0x4ebdd3._0x4d28be,_0x4ebdd3._0x128660)],_0x26e6b7['skillId']=_0x230da7,_0x26e6b7[_0xf9f485(0x19c,0xd9,0x154,_0x4ebdd3._0x4aaa5c)+'t']=_0x1fd600[_0xf9f485(0x19c,_0x4ebdd3._0x546767,_0x4ebdd3._0x505f18,_0x4ebdd3._0x58ba5d)+_0x379282(0x2f3,0x42a,0x4fe,_0x4ebdd3._0x154593)],_0x26e6b7[_0xf9f485(0x3e4,0x4d9,_0x4ebdd3._0x6e9c16,_0x4ebdd3._0x18ecfb)+_0x379282(0x517,0x40c,0x542,0x404)]=_0x2d0977,logger[_0x379282(_0x4ebdd3._0x39d14c,_0x4ebdd3._0x5dff4b,0x671,_0x4ebdd3._0x26815b)](_0xf9f485(_0x4ebdd3._0x2a983d,_0x4ebdd3._0x305da4,_0x4ebdd3._0x488c2f,_0x4ebdd3._0x2bcc69)+_0x379282(0x64a,_0x4ebdd3._0x2d9bf4,0x5e2,_0x4ebdd3._0x3be01d)+_0x379282(_0x4ebdd3._0x4a0174,0x530,_0x4ebdd3._0x37baf8,_0x4ebdd3._0x31863f)+_0xf9f485(_0x4ebdd3._0x565e85,0x38e,0x414,0x3df),_0x26e6b7);const _0x4aa062={};return _0x4aa062[_0x379282(0x3e6,_0x4ebdd3._0x341747,_0x4ebdd3._0x27a371,_0x4ebdd3._0x5f0812)]=_0x379282(0x453,0x3e8,0x4c2,_0x4ebdd3._0x32b954),_0x4aa062[_0x379282(_0x4ebdd3._0xeeeb8d,0x52c,0x520,_0x4ebdd3._0x3e8649)]=_0x4eb1dc[_0x379282(_0x4ebdd3._0x1b7a78,_0x4ebdd3._0x8090,0x58b,_0x4ebdd3._0x4f6285)],_0x57b72a[_0xf9f485(0x240,_0x4ebdd3._0x2ec432,0x195,0x2a3)](-0x13f8+0x10dd+0x4ae*0x1)[_0x379282(_0x4ebdd3._0x32413e,_0x4ebdd3._0x3544fe,0x532,0x50c)](_0x4aa062);}else{const _0x2d2b54={};return _0x2d2b54[_0xf9f485(_0x4ebdd3._0x5826df,_0x4ebdd3._0x25de7b,_0x4ebdd3._0x38cfde,_0x4ebdd3._0x39312a)]=_0x4eb1dc[_0x379282(0x43f,0x57d,0x47a,0x647)],_0x2d2b54['message']=_0x4eb1dc[_0xf9f485(0x34e,_0x4ebdd3._0x244376,0x36c,_0x4ebdd3._0x8251df)],_0x3dde23[_0x379282(_0x4ebdd3._0x11ff13,_0x4ebdd3._0x3c76bc,0x3f9,_0x4ebdd3._0x427857)](-0x59*0x43+0x2282+-0x9a7)['json'](_0x2d2b54);}}if(await isSkillReadonly(_0x230da7)){if(_0x4eb1dc['mumkN']('tGPAj',_0x4eb1dc['kWGFI'])){const _0x191b03={};_0x191b03[_0xf9f485(_0x4ebdd3._0x19eb45,_0x4ebdd3._0x5ea0a0,_0x4ebdd3._0x1f1844,_0x4ebdd3._0x3789f8)]=_0x3b13fe[_0x379282(0x450,0x4c1,0x41a,_0x4ebdd3._0x19194a)],_0x191b03[_0xf9f485(0x2f0,0x35b,0x267,0x3a8)]=_0x230da7,logger[_0x379282(_0x4ebdd3._0x2fd2fa,_0x4ebdd3._0x51845f,0x636,0x5b7)]('Attempt\x20to'+_0xf9f485(_0x4ebdd3._0x36bc44,0xb7,0x17b,_0x4ebdd3._0x1b2893)+_0xf9f485(0x398,0x3a5,_0x4ebdd3._0x5ee0cf,_0x4ebdd3._0x252320)+_0x379282(_0x4ebdd3._0x51fa62,0x40b,_0x4ebdd3._0x5a788a,_0x4ebdd3._0x4fb1ea),_0x191b03);const _0x2de6bb={};return _0x2de6bb[_0xf9f485(0x234,_0x4ebdd3._0x1d4435,_0x4ebdd3._0x16187f,0x176)]='Forbidden',_0x2de6bb[_0xf9f485(0x36f,0x404,_0x4ebdd3._0x57bb59,0x412)]=_0x4eb1dc[_0x379282(0x5dd,0x4c4,_0x4ebdd3._0x42c45f,_0x4ebdd3._0x45d90c)],_0x57b72a[_0xf9f485(0x240,0x171,0x30d,0x209)](0x4*-0x233+0x1*-0x748+0x11a7)['json'](_0x2de6bb);}else!_0x1be911['environmen'+'ts'][_0x494886]['skills']&&(_0x76bfaf[_0x379282(_0x4ebdd3._0x2838ee,_0x4ebdd3._0x28be13,0x22a,0x387)+'ts'][_0xe7d029][_0x379282(_0x4ebdd3._0x120184,0x46e,0x4d1,_0x4ebdd3._0x4d6560)]=[]),_0x46d8bf=_0x906e72[_0x379282(_0x4ebdd3._0x3bf30c,_0x4ebdd3._0x28be13,0x3c5,_0x4ebdd3._0x239abd)+'ts'][_0x28bd06][_0xf9f485(_0x4ebdd3._0x352b9d,0x18f,_0x4ebdd3._0x58a4d2,0x357)];}_0x1fd600[_0xf9f485(_0x4ebdd3._0x5373f0,0x3b8,0x268,_0x4ebdd3._0x5d5d0c)]=_0x230da7;function _0xf9f485(_0x1cd9e9,_0x487ed3,_0x34b9d8,_0x3db4d6){return _0x34b97a(_0x1cd9e9-_0x1ce17f._0xe078af,_0x3db4d6,_0x34b9d8-_0x1ce17f._0x282853,_0x1cd9e9- -0x34b);}_0x1fd600[_0x379282(_0x4ebdd3._0x328074,0x59d,0x5f5,_0x4ebdd3._0x5e6382)]=_0xe9b502[_0xf9f485(0x23f,_0x4ebdd3._0x2e4f9f,_0x4ebdd3._0x143eac,_0x4ebdd3._0x5d15e0)](setupPath,_0x379282(_0x4ebdd3._0x7858c2,_0x4ebdd3._0x2f1cd9,0x36d,0x44b)),_0x1fd600[_0xf9f485(_0x4ebdd3._0x7d72dd,_0x4ebdd3._0x10fc65,0x332,0x1fd)]=_0xe9b502['join'](setupPath,_0x4eb1dc[_0xf9f485(0x26c,_0x4ebdd3._0x21c751,0x197,_0x4ebdd3._0x6f9236)],_0x230da7),_0x4eb1dc['HhKLF'](_0x2cb9d7);}router[_0x34b97a(0x61c,0x649,0x588,0x62f)](_0x34b97a(0x69f,0x4fc,0x56e,0x5d0),requireTaskAuth,async(_0x3e2937,_0x2ac629)=>{const _0x558e96={_0x3be637:0x39d,_0x1277a8:0x3a4,_0x3f4805:0x2a9,_0x3eff85:0x260,_0x1e43ab:0x340,_0x33c139:0x328,_0x5ad307:0x339,_0xf9e4b7:0x442,_0x51805d:0x371,_0xa9b7f2:0x306,_0x4cd377:0x341,_0x55378e:0x136,_0x45fabd:0x3a5,_0x129a01:0x322,_0x728e4a:0x3f9,_0x4aaac1:0x24d,_0x1d9c8e:0x329,_0x35bc82:0x241,_0x35d956:0x362,_0x1dc52f:0x31d,_0x4eaf8c:0x227,_0x4d69b3:0x1eb,_0x50880b:0x22e,_0x42b9d4:0x20b,_0xfaa1fb:0x227,_0x37f811:0x207,_0x9f1905:0x22f,_0x12a6f2:0x1d9,_0x9ed525:0x38c,_0x13f3b1:0x37f,_0x4c2fc1:0x1b2,_0x77340b:0x230,_0x28c18b:0x1dc,_0x35319d:0x13e,_0x4185a3:0x337,_0x435988:0x33f,_0x434776:0x35b,_0x5538dd:0x2fd,_0x2cdb97:0x117,_0x2244ed:0x1aa,_0x525801:0x2de,_0x41a4c8:0x30e,_0x27bf43:0x149,_0xc0796b:0x2c4,_0x1afff2:0x2dc,_0x5ee35a:0xe,_0x566454:0x112,_0x256ddc:0x2b8,_0x34b912:0x44a,_0x2a48cd:0x33b},_0x4ec189={_0x585210:0x181},_0x5f3ed8={_0x3def41:0x10e},_0x159f60={'SWDEs':'Task\x20listi'+'ng\x20editabl'+_0x52e457(0x3f6,0x2bd,0x475,_0x558e96._0x3be637),'eFoDH':'skills','FmdyC':_0x52e457(0x259,0x369,_0x558e96._0x1277a8,_0x558e96._0x3f4805),'EnHGC':'utf-8','LZXOk':function(_0x5ee734,_0x3df88e){return _0x5ee734(_0x3df88e);},'ITzqJ':'WyNrZ','dOMaZ':_0x52e457(0x22b,_0x558e96._0x3eff85,_0x558e96._0x1e43ab,0x212),'RJZiP':function(_0x320132,_0x4e1ddb){return _0x320132!==_0x4e1ddb;},'XaecA':_0x1057ad(0x220,_0x558e96._0x33c139,_0x558e96._0x5ad307,0x230)+'read\x20skill'};function _0x1057ad(_0x17febb,_0x1a3cf2,_0x3aa2b1,_0xa6771d){return _0x34b97a(_0x17febb-0x19,_0x1a3cf2,_0x3aa2b1-_0x5f3ed8._0x3def41,_0x3aa2b1- -0x3d5);}const {callingTask:_0x397e85,environmentName:_0x20e938,assignedSkills:_0x33c691}=_0x3e2937,_0x1fb159={};_0x1fb159['taskId']=_0x397e85[_0x52e457(_0x558e96._0xf9e4b7,_0x558e96._0x51805d,0x336,_0x558e96._0xa9b7f2)];function _0x52e457(_0x5244d1,_0x41497b,_0x2c7dfd,_0x46d479){return _0x4efdcd(_0x5244d1,_0x41497b-0x18f,_0x2c7dfd-_0x4ec189._0x585210,_0x46d479- -0xc4);}_0x1fb159['environmen'+'t']=_0x20e938,logger[_0x52e457(_0x558e96._0x4cd377,0x314,_0x558e96._0x55378e,0x20a)](_0x159f60[_0x1057ad(_0x558e96._0x45fabd,0x3cc,_0x558e96._0x129a01,_0x558e96._0x728e4a)],_0x1fb159);const _0x2cd518=_0xe9b502[_0x52e457(_0x558e96._0x4aaac1,_0x558e96._0x1d9c8e,0x17f,_0x558e96._0x35bc82)](setupPath,_0x159f60[_0x1057ad(_0x558e96._0x35d956,0x240,_0x558e96._0x1dc52f,0x413)]),_0x18f2e4=[];for(const _0x2dfe75 of _0x33c691){const _0x29ac74=_0xe9b502['join'](_0x2cd518,_0x2dfe75,_0x159f60['FmdyC']);try{const _0x131bac=await _0x258a22['readFile'](_0x29ac74,_0x159f60[_0x1057ad(0x7a,0x1ed,0xf5,0x226)]),{frontmatter:_0xe5af8a}=parseSkillMd(_0x131bac),_0x11a27e=await _0x159f60[_0x1057ad(_0x558e96._0x4eaf8c,0x278,_0x558e96._0x4d69b3,_0x558e96._0x50880b)](isSkillReadonly,_0x2dfe75),_0x4c6107={};_0x4c6107['id']=_0x2dfe75,_0x4c6107[_0x1057ad(0xa4,_0x558e96._0x42b9d4,0x1bb,0x8e)]=_0xe5af8a[_0x52e457(_0x558e96._0xfaa1fb,0x105,0x18a,0x247)]||_0x2dfe75,_0x4c6107[_0x1057ad(0x301,0x347,_0x558e96._0x37f811,0x28a)+'n']=_0xe5af8a[_0x1057ad(_0x558e96._0x9f1905,0x30a,0x207,0x256)+'n']||'',_0x4c6107[_0x1057ad(_0x558e96._0x12a6f2,_0x558e96._0x9ed525,0x2aa,0x228)]=!_0x11a27e,_0x18f2e4[_0x52e457(0x4bd,0x49c,0x334,_0x558e96._0x13f3b1)](_0x4c6107);}catch(_0x306dab){if(_0x159f60['ITzqJ']===_0x159f60[_0x52e457(_0x558e96._0x4c2fc1,_0x558e96._0x77340b,0x218,_0x558e96._0x28c18b)])_0x1c76ef[_0x151b78]=[];else{if(_0x159f60[_0x1057ad(0x368,0x1b5,0x2db,0x311)](_0x306dab[_0x52e457(0x2d0,_0x558e96._0x35319d,0x203,0x19c)],_0x52e457(0x311,0x3f2,_0x558e96._0x4185a3,_0x558e96._0x435988))){const _0x4fadf4={};_0x4fadf4[_0x1057ad(_0x558e96._0x434776,0x37e,0x266,_0x558e96._0x5538dd)]=_0x2dfe75,_0x4fadf4[_0x1057ad(_0x558e96._0x2cdb97,0x249,_0x558e96._0x2244ed,_0x558e96._0x525801)]=_0x306dab[_0x52e457(0x352,_0x558e96._0x41a4c8,0x39e,0x371)],logger['warn'](_0x159f60[_0x1057ad(0x45,0x1f6,_0x558e96._0x27bf43,0x178)],_0x4fadf4);}}}}const _0x1cfddc={};_0x1cfddc[_0x52e457(_0x558e96._0xc0796b,_0x558e96._0x1afff2,0x364,0x2b3)]=_0x18f2e4,_0x1cfddc[_0x1057ad(_0x558e96._0x28c18b,-_0x558e96._0x5ee35a,_0x558e96._0x566454,0x100)+'t']=_0x20e938,_0x2ac629[_0x52e457(_0x558e96._0x256ddc,0x3b5,_0x558e96._0x34b912,_0x558e96._0x2a48cd)](_0x1cfddc);}),router[_0x4efdcd(0x34a,0x358,0x4c6,0x3c4)]('/skills',requireTaskAuth,async(_0x3a852c,_0xb5290e)=>{const _0x86c350={_0x489394:0x5b1,_0x35b049:0x61c,_0xa4610:0x4f,_0x111599:0x2d,_0x5a7c67:0x56d,_0x1cbfa0:0x4b,_0x2739b6:0x16a,_0x1edf94:0x742,_0x3d6ab1:0x1a0,_0x22da72:0x2c6,_0x1c1e3f:0x254,_0x421be5:0x109,_0xc0a290:0x560,_0x5ff3ef:0x48b,_0x50b72b:0x592,_0x48f27a:0x645,_0x583af5:0x4f2,_0x1b6a4f:0x5ac,_0x453e40:0x15a,_0x51d2ea:0x5a,_0x2ba83f:0x125,_0xb2b9fe:0x5b8,_0x479d25:0x66b,_0x118b7c:0x551,_0x352a55:0x26b,_0x49fc9d:0x1cb,_0x2acac6:0x2e2,_0x2b2ce7:0x247,_0x9b5fb2:0xa9,_0x25a1b6:0xf5,_0x4af9ec:0x22d,_0x34f010:0x3f3,_0x27c0e5:0x25c,_0x435c6e:0xc1,_0x520165:0xe4,_0x1155fb:0x156,_0x84b201:0x60c,_0x7c3caf:0x719,_0x1bb74d:0x6ad,_0x5d0ddc:0x20f,_0x2db9ea:0x1c9,_0x225e44:0x655,_0x165e00:0x5a9,_0xbe6eb3:0x6c8,_0x1df35e:0x148,_0x160eaf:0x15c,_0x10789f:0x531,_0x303ff0:0x582,_0x47ed69:0xe5,_0x59b4ec:0xf1,_0x3c7012:0x11d,_0x479f64:0x96,_0x49a32a:0x84,_0xf79f1:0x24,_0xf9ff36:0x6,_0x40c7b4:0xf6,_0x38c470:0x115,_0x80967b:0x31,_0x4e4ced:0x63,_0x220f98:0x62d,_0x242df5:0x701,_0x17078d:0x253,_0x5ecd27:0x15a,_0x366e6e:0x5c3,_0x2dd414:0x67a,_0x41f3ae:0x641,_0x424055:0x6a9,_0x5209cd:0x70c,_0x1fdb29:0x7a2,_0x277e87:0x6f2,_0x25c0b5:0x666,_0x4fe93a:0x71d,_0x40fccb:0xa4,_0x443bb5:0x75,_0x174204:0x44,_0x321cbe:0xc6,_0x5a1cf9:0x63a,_0x117406:0x53e,_0x54b35e:0x642,_0x3ed31d:0x690,_0x568186:0x1f,_0x5ae4a0:0x167,_0x53f8f0:0x8b,_0x467719:0x45,_0xbd3f39:0x14a,_0x274aa0:0x63f,_0x3b693b:0x65e,_0x28a873:0x587,_0x2decd4:0x14c,_0x3f33b7:0x137,_0x108a61:0x73a,_0x539226:0x5bd,_0x35d8a4:0x562,_0x572417:0x22,_0x5a62c8:0x4d,_0x2252e8:0xd6,_0x4e97e6:0x51,_0x5b48bc:0xb0,_0x3b69eb:0xff,_0x4f4ed7:0x19c,_0x10c254:0x6a4,_0x18a703:0x7be,_0xce0e1f:0x6ab,_0x151d41:0x70d,_0x56514:0x292,_0x15fc25:0x2f8,_0x47098e:0x13f,_0x28f609:0x8a,_0x511b25:0x109,_0x3d512e:0x2c7,_0x1050a1:0x16b,_0x1df115:0x1e2,_0x558241:0x629,_0x55230f:0x500,_0x3d8e71:0x93,_0x5d4300:0x33,_0x3aa093:0x6f,_0x549e91:0x233,_0x28debd:0x217,_0x41b793:0x2dd,_0x1ef62b:0x1e2,_0x2400c5:0x1fa,_0x558d25:0x1c4,_0x4a1367:0x189,_0x1bc44e:0x9,_0x2f9412:0xe,_0x4f1a26:0x7a4,_0x1d9f81:0x661,_0xfc639d:0x709,_0x1ed5fd:0x7df,_0x555b2b:0x132,_0x10afef:0x17d,_0x107729:0x14,_0x46fbf2:0x95,_0x3343bb:0x1a8,_0x3d1aab:0x45a,_0x46d8ee:0x519,_0xfdcf3c:0xc0,_0x570dc3:0x271,_0xde1a0:0x743,_0x395f7d:0xac,_0x2eaa6a:0x147,_0x1b2553:0xfc,_0x35c1d2:0x1b1,_0x2284fd:0xaa,_0x5b5a02:0x498,_0x7a26c:0x5b7,_0x4be4b8:0x74d,_0x5d472d:0x60f,_0x4c3a7d:0x719,_0x1e4e16:0x565,_0x1e9cf4:0x51a,_0xe7769:0x507,_0x3c6314:0x633,_0x3e9bf7:0x5e2,_0x5affc9:0x28b,_0x3ea09c:0x1e0,_0x75d168:0x30c,_0x2fa811:0x1af,_0x4779c0:0x2a2,_0x14370b:0x21,_0x30c723:0x3ec,_0x2343a8:0x7b0,_0x40e4d3:0x719,_0xdfd15c:0x18,_0x3c94be:0x5f,_0x1ae562:0x1b3,_0xcd8d60:0x171,_0x34c0d9:0x8b,_0x48c955:0x2,_0x10c73a:0x4ab,_0x5f1d7d:0x58e,_0x299ade:0x85,_0x25f786:0x124,_0x23b449:0x172,_0x3149c7:0x61,_0x16b150:0xdd,_0x49e641:0x28f,_0x4ff5bb:0x2d5,_0x2543c2:0x57f,_0x38fc6f:0x76,_0x3c11c8:0x19,_0x1f06a2:0x4c6,_0x43bcda:0x6d4,_0x31aea5:0x5b1,_0x2829f3:0x704,_0x34984e:0x1ae,_0x1c1a69:0x6d,_0x1f24e9:0x166,_0xfde15d:0x74b,_0x2777b1:0x117,_0x315121:0x75f,_0x1f4ba0:0x823,_0x628da8:0x282,_0x371fbd:0x1e0,_0x459942:0x5e1,_0x47dca1:0x68f,_0x309f68:0x710,_0x3ae473:0x74b,_0x4a953d:0x626,_0x5bfbb8:0x74b,_0x34fb78:0x1bc,_0x594d03:0x2d9,_0x325699:0x19a,_0x1c802e:0x7c0,_0x55b0d5:0x6f7,_0xb238ec:0xeb,_0x17736e:0xb7,_0x208537:0x17b,_0x369e18:0x11b,_0x56e782:0x6a,_0x491219:0x10d,_0x39bd1d:0x6c5,_0x539275:0x6a1,_0x32500c:0x80,_0xa9a399:0x1d7,_0x2a2a66:0x17f,_0xda1417:0x105,_0x2684c2:0x6d,_0x3a37a4:0x546,_0x41426d:0x65a,_0x88bf97:0x6c0,_0x21492e:0x5d1,_0x2e1d03:0x586,_0x29706e:0x558,_0x440772:0x19c,_0x14781d:0x124,_0x4c5816:0xd9,_0x275904:0x17a,_0x1e5c39:0x7ce,_0x5981a3:0x272,_0x2eba27:0x114,_0x5b4b21:0x592,_0x16fd2f:0x66b,_0x299c95:0x674,_0xcdf3ef:0x596,_0x52ecd6:0x69e,_0x180c32:0x6e1,_0x287b66:0xe1,_0x5976ba:0xa8,_0x51b0ae:0x644,_0x51ec92:0x693,_0x189b8d:0x103,_0x5c7a8d:0x42,_0x5b2463:0x6ca,_0x142acb:0x5d4,_0x4f4e70:0x6d5,_0x5405e8:0x6df,_0x2f42b2:0x5b4,_0x34ea32:0x59c,_0x1c839f:0x255,_0x48cf79:0xad,_0x40b721:0x6dd,_0x5a4664:0x6a6,_0x266351:0x6d,_0x2fc1ad:0x1d,_0x1a97f4:0x570,_0x2261d3:0x65e,_0x3e287e:0x69f,_0x4db927:0x5db,_0x575e59:0x6ac,_0x1e2978:0xae,_0x1e9997:0xcd,_0xe1ebdc:0x284,_0x8ed92b:0xb1,_0x5e6f66:0x235,_0x1aae19:0x5ba,_0xdf1a37:0xd8,_0x38e440:0x7,_0x18c38e:0x224,_0x3db794:0x53,_0x587556:0x69,_0x4a5f52:0x45,_0x4110ac:0x1e8,_0x27d2e4:0x21f,_0x4c7933:0x1e4,_0x5ea485:0x81,_0x2d875f:0x519,_0x2e387c:0x4f7,_0x48ad65:0x211,_0x33829f:0x281,_0x3d4c2e:0x2f1,_0x5ec360:0x20a,_0x49bfb1:0x6d,_0x3841d5:0x72e,_0x2697c7:0x50c,_0x51cbad:0x610,_0xd7988d:0x63c,_0x4a9cab:0x5bf,_0x572460:0x6ce,_0x264d8a:0x4d2,_0x1fbca8:0x6fd,_0x4eba5d:0x645,_0x23cde1:0x2f,_0x4b9647:0x17c,_0xb6168:0xc9,_0x362bd3:0x3b,_0x3ebfdc:0x33c,_0x174921:0x522,_0xd1c2f5:0x4e0,_0x556ec1:0x5ed,_0x18e460:0x3,_0x5d0cd:0x131,_0x500b79:0x6d,_0x389fda:0x745,_0x463fdf:0x65a,_0x2299f0:0x143,_0x1f2e8d:0x452,_0x39464f:0x45a,_0x3282a1:0x3d9,_0x6381f3:0x54f,_0x48668d:0x791,_0x35c011:0x684,_0x38ee5:0x712,_0x3a942d:0x631,_0x4f4208:0x798,_0x1eb8b9:0x681,_0x36f6aa:0x3f7,_0x3e5753:0x471,_0x39f37e:0x512,_0x28fa0c:0xa,_0x1e44ec:0x17,_0xeeb3a1:0x5c7,_0x1cedc6:0x5da,_0x22906f:0xb5,_0x28ed8e:0x174,_0x9938cc:0x1e5,_0x4111d0:0x486,_0x22d67c:0x4d5,_0x14f85a:0x286,_0x1f58ea:0x1a4,_0x3e7ffa:0x7f,_0x5e6e16:0x18f,_0x14cf4c:0x166,_0xcc555a:0x520,_0x4beb36:0x5f7,_0x41567a:0x631,_0x9dee52:0x4f0,_0x5cfa0c:0x477,_0x5dacf4:0x566,_0x51c03d:0x6aa,_0x2da96d:0x165,_0x127af9:0x92,_0x16e88a:0x621,_0x242674:0x763,_0x578371:0x74d,_0x5aeb43:0x1b6,_0x2afd14:0x23a,_0x1fcbe9:0x5a,_0x2624d1:0xc7,_0x542fe2:0x76a,_0x51491a:0x6b4,_0x1db06e:0x6e8,_0x20c225:0x6c5,_0x5083e9:0x6ed,_0x38bd0e:0x214,_0x225bf3:0x1e7,_0x1ededd:0x20b,_0x259c4b:0x685,_0x52bee5:0x63f,_0x1618d7:0x3,_0x26030f:0x78,_0xf8991d:0x67,_0x21ac2e:0x25,_0x5ab1eb:0x4ff,_0x4025c5:0x141,_0x2205cb:0x1bd,_0x36de8d:0xbe,_0x1f9ca7:0xe9,_0x4135e9:0x159,_0x35c117:0x8c,_0x35136e:0x576,_0x663ff2:0x5e6,_0x1296c1:0x5c4,_0x3dc7dc:0x6f9,_0x3ecc99:0x69a,_0x5ab4a2:0x16e,_0x2469c9:0x4a,_0x3444b3:0x1aa,_0x3ebe2a:0x10f,_0x4db31c:0xa3,_0x16592b:0x6da,_0x58b0fa:0x5a3,_0x18528e:0x130,_0x3c34f8:0x23,_0x382b36:0x5c9,_0x3b9676:0x5b1,_0xf32fe5:0x19c,_0x43a14d:0x1f7,_0x514744:0x43,_0x5c45f0:0x596,_0xe3ec91:0x68f,_0x480985:0x5c2,_0x166c45:0x6fc,_0x1a3748:0x73b,_0x4d7158:0x874,_0x289cde:0x125,_0x5e2c81:0x179,_0x14c7d1:0x41a,_0x3c1743:0x35,_0x3129f0:0xfb,_0x259ea6:0x37,_0x491e0e:0x301,_0x29c4c1:0x57e,_0x23dc60:0x52f,_0x28e979:0x5a5,_0xfabe2c:0x58c,_0x1fc564:0x140,_0x78aa13:0x9f,_0x4123e5:0x136,_0x322c99:0x613,_0x2ef0be:0x5bb,_0x1e4aa6:0xaf,_0x594a2e:0x127,_0x4fdb1b:0x37,_0x2b58a5:0x138,_0x2c34ff:0x98,_0x4b6320:0x84,_0x483355:0x2e6,_0x440bc0:0x206,_0x3bc2e5:0x22f,_0x16057c:0xda,_0x311cab:0xc6,_0x4d5a1d:0x1b,_0x276693:0x7c4,_0x29d510:0x21,_0xe53519:0x16,_0x42b343:0x34,_0x423c52:0x3a,_0x304e87:0x18,_0x4ee1ce:0x6d3,_0x4a5b76:0x62c,_0x394046:0x513,_0x311530:0x464,_0x2336fa:0x595,_0x57125d:0x532,_0x37def4:0x657,_0x294a59:0x64b,_0x270bb8:0x5,_0x2488c4:0x26,_0x1cbc8e:0x37,_0x580be6:0x144,_0x1bcd04:0x5f0,_0x2509c4:0x5c8,_0xf5676a:0xa4,_0x20c910:0x1e6,_0x136610:0x5d,_0x34b43d:0x629,_0x51db71:0x573,_0x17863f:0x2b5,_0x4b8d33:0x19c,_0x2c6d7c:0x290,_0x59afc4:0x129,_0x5192ec:0xab,_0xe7537a:0xbc,_0x2af8ca:0x602,_0x56056c:0x1e3,_0x54e540:0x52,_0x2bc4f1:0x50e,_0xa226d1:0x5dc,_0x2a5b5b:0x596,_0x34fd83:0x6db,_0x16c32d:0x79f,_0x3f8062:0x68f,_0x229da3:0x1d5,_0xb9e333:0x248,_0x263c82:0x32d,_0x396b24:0x46d,_0x1809e1:0x57b,_0x1776ee:0x1c1,_0x4dc9a8:0x263,_0x4b6e29:0x14c,_0x37eab5:0x12b,_0x4d2829:0x1e3,_0x2a833f:0x78b,_0x3299b3:0x786,_0x277e1f:0x665,_0x46265c:0x72d,_0x5d58ad:0x793,_0x2227f6:0x70d,_0x208a27:0x60a,_0x37aabf:0x21,_0x4d7f1a:0xea,_0x25579e:0xf,_0x109aea:0x103,_0x30b6dc:0xde,_0x115f4a:0x204,_0x1772b4:0x692,_0x2c1cb4:0x65c,_0x21fd12:0x630,_0x4624ca:0x55e,_0x539cf1:0x5fe,_0x939a59:0x6fe,_0x2ae3ac:0x671,_0xf52959:0x7ab,_0x390787:0xaf,_0x36e7d6:0x4e,_0x27e19a:0x57,_0x383f20:0x276,_0x58a37a:0x112,_0x1c3e9f:0x1aa,_0x7766db:0x106,_0x51a78c:0x5b1,_0xaedae0:0x645,_0x371c9d:0x5e0,_0x5c08a3:0x640,_0x4c9457:0x646,_0x251093:0x6bd,_0x20ba9c:0x1ea,_0x276023:0x7a,_0x53e915:0xdc,_0xa933fc:0x12d,_0x55d66e:0x37,_0x28ead4:0x4f4,_0x401a2d:0x1b4,_0x19c679:0x19c,_0x3a8fd9:0x730,_0x483ce4:0x73e,_0x170669:0x70f,_0x2b2d6e:0x616,_0x3bcce5:0x74a,_0x3a473f:0x79,_0x177bfa:0x13a,_0x3b1bc5:0x110,_0x3ec36c:0x6c5,_0x2c0a69:0x6ee,_0x5ca819:0xc6,_0x3f87a6:0x189,_0x52da82:0x231,_0x10df9f:0x61b,_0x242114:0x7b,_0x15694f:0x26,_0x2554fc:0x486,_0x305e1f:0x630,_0x5c16b2:0x66d,_0x20ca56:0x661,_0x142b51:0x594,_0x52de96:0x5d1,_0x516881:0x6d0,_0x3aee55:0x536,_0x4f35f6:0x55e,_0x258627:0x6a0,_0x5354a4:0xfd,_0x4bf7c1:0x70,_0x5eb02e:0x7e,_0x11b3f2:0x37,_0x4babb5:0xc8,_0x4e903b:0x725,_0x8853a4:0x625,_0x51262d:0x5eb,_0x17bd39:0x74c,_0x1b42b3:0x77d,_0x488e86:0x72,_0x20c7ce:0x9a,_0x57a7c9:0x70b,_0x45c4e7:0x70e,_0x279b39:0x728,_0x359059:0x7c9,_0x2420cb:0x57d,_0x3c21e3:0x737,_0x334376:0x556,_0x489f8a:0x48,_0x597270:0x131,_0x37e45a:0x134,_0x25cbf3:0x1d6,_0x12d2e4:0x131,_0x59e9db:0x6d4,_0x3e781d:0x24d,_0x58d631:0x14d,_0x27fc38:0x104,_0x230d93:0xce,_0x13bd1c:0xe3,_0x56b736:0x6c2,_0x4edc1d:0xe,_0x451f69:0x5a4,_0x2d94b9:0x6ce,_0x12face:0x6b5},_0x851951={_0x10c685:0xa8},_0x5c2595={_0x448752:0x143,_0x1aa8f2:0xc4,_0x309bf1:0x299},_0x138162={'VHJMu':_0x3a1326(0x61f,0x53e,_0x86c350._0x489394,_0x86c350._0x35b049)+'t','IKtyb':_0x35c621(-_0x86c350._0xa4610,0x1d,-0x2e,_0x86c350._0x111599)+'quired\x20and'+'\x20must\x20be\x20a'+_0x3a1326(0x51f,0x693,_0x86c350._0x5a7c67,0x5d8),'KyDbj':function(_0x5277dc,_0x128717){return _0x5277dc===_0x128717;},'fHKlo':_0x35c621(_0x86c350._0x1cbfa0,0x279,_0x86c350._0x2739b6,0x161),'EWelB':_0x35c621(0x251,0x137,0x179,0x225),'wvcpW':_0x3a1326(0x75e,_0x86c350._0x1edf94,0x719,_0x86c350._0x1edf94)+_0x35c621(_0x86c350._0x3d6ab1,_0x86c350._0x22da72,0x227,_0x86c350._0x1c1e3f),'IWfiA':_0x35c621(0x163,0x186,0x165,_0x86c350._0x421be5)+_0x3a1326(0x68a,0x5ff,_0x86c350._0xc0a290,0x472)+'r','FFnrv':_0x3a1326(_0x86c350._0x5ff3ef,0x68d,_0x86c350._0x50b72b,_0x86c350._0x48f27a)+_0x3a1326(0x4ea,_0x86c350._0x583af5,0x559,_0x86c350._0x1b6a4f)+_0x35c621(-_0x86c350._0x453e40,-0x64,-0x41,-_0x86c350._0x51d2ea)+_0x35c621(0x56,-0xd5,0x49,_0x86c350._0x2ba83f),'rUdxk':_0x3a1326(_0x86c350._0xb2b9fe,0x6f2,_0x86c350._0x479d25,_0x86c350._0x118b7c)+'not\x20found','tvkRn':_0x35c621(_0x86c350._0x352a55,0x231,_0x86c350._0x49fc9d,_0x86c350._0x2acac6)+'ed','QFnOM':_0x35c621(0x1bb,_0x86c350._0x2b2ce7,0x112,_0x86c350._0x9b5fb2)+'\x20not\x20found','ELnxQ':_0x35c621(0x19e,_0x86c350._0x25a1b6,0x1eb,_0x86c350._0x4af9ec)+_0x3a1326(0x50c,0x4a8,0x50e,_0x86c350._0x34f010),'JVQiF':_0x35c621(0x10d,_0x86c350._0x27c0e5,0x1f0,0x1c9)+_0x35c621(0x37,0xa2,_0x86c350._0xa4610,-_0x86c350._0x435c6e)+_0x35c621(_0x86c350._0x520165,0x19b,0x92,_0x86c350._0x1155fb),'FkJWU':'Failed\x20to\x20'+'write\x20file','DtpPa':_0x3a1326(_0x86c350._0x84b201,0x65b,_0x86c350._0x7c3caf,_0x86c350._0x1bb74d)+_0x35c621(0x101,_0x86c350._0x5d0ddc,0xea,_0x86c350._0x2db9ea)+'ll','eoVEO':_0x3a1326(0x682,_0x86c350._0x225e44,_0x86c350._0x165e00,_0x86c350._0xbe6eb3)+'int','PVmJd':_0x35c621(_0x86c350._0x1df35e,_0x86c350._0x160eaf,0x74,-0x7e)+_0x3a1326(_0x86c350._0x10789f,0x4d9,_0x86c350._0x303ff0,0x5de)+_0x35c621(-_0x86c350._0x47ed69,-_0x86c350._0x59b4ec,-0x3a,0x20)+_0x35c621(_0x86c350._0x3c7012,_0x86c350._0x479f64,0x1ac,0x208),'fMvTf':_0x35c621(0xd,0x14e,_0x86c350._0x49a32a,0x93)+_0x35c621(0xa8,-0x25,_0x86c350._0xf79f1,_0x86c350._0xf9ff36)+_0x35c621(0x10,0x1c6,0xd5,_0x86c350._0x40c7b4)+_0x35c621(0x12a,_0x86c350._0x38c470,_0x86c350._0x80967b,_0x86c350._0x4e4ced)+'characters'+_0x3a1326(_0x86c350._0x220f98,0x6e5,0x649,_0x86c350._0x242df5)+'\x20and\x20under'+_0x35c621(0x275,_0x86c350._0x17078d,_0x86c350._0x5ecd27,0x5f),'gQJJv':function(_0x440e40,_0x412389){return _0x440e40!==_0x412389;},'MzYPa':_0x35c621(0x32b,0x1fd,0x228,0x199),'ltIhh':_0x3a1326(_0x86c350._0x366e6e,0x5b6,0x69b,_0x86c350._0x2dd414),'Dcogw':_0x3a1326(_0x86c350._0x41f3ae,0x6bb,_0x86c350._0x424055,0x795)+_0x3a1326(_0x86c350._0x5209cd,0x724,0x632,0x61c)+_0x3a1326(0x623,_0x86c350._0x1fdb29,_0x86c350._0x277e87,_0x86c350._0x25c0b5)+_0x3a1326(0x65f,_0x86c350._0x4fe93a,0x71b,0x7fd)+'g','pPWJN':'Name\x20is\x20re'+'quired\x20and'+'\x20must\x20be\x20a'+_0x35c621(-_0x86c350._0x40fccb,_0x86c350._0x443bb5,_0x86c350._0x174204,-_0x86c350._0x321cbe),'ucYRu':'FxCcC','uyvjP':_0x3a1326(_0x86c350._0x5a1cf9,0x626,0x688,0x70c)+_0x3a1326(_0x86c350._0x117406,0x662,_0x86c350._0x54b35e,_0x86c350._0x3ed31d)+_0x35c621(-0xb5,-0x80,-0x4c,-_0x86c350._0x568186)+_0x35c621(-_0x86c350._0x5ae4a0,_0x86c350._0x53f8f0,-0x51,_0x86c350._0x467719)+_0x35c621(0x104,_0x86c350._0xbd3f39,0xd,0x4e),'UwLMW':_0x3a1326(0x56d,0x6df,_0x86c350._0x274aa0,0x519),'Wsbvz':_0x3a1326(_0x86c350._0x3b693b,0x5b8,0x5a2,_0x86c350._0x28a873),'ovsxF':_0x35c621(0x4d,_0x86c350._0x2decd4,0xde,_0x86c350._0x3f33b7),'rosLv':_0x3a1326(_0x86c350._0x108a61,_0x86c350._0x539226,0x5fd,_0x86c350._0x35d8a4),'BiOjx':_0x35c621(-_0x86c350._0x572417,-_0x86c350._0x5a62c8,_0x86c350._0x2252e8,0xb8)+_0x35c621(-_0x86c350._0x568186,-_0x86c350._0x4e97e6,0x91,0x168),'mAMfi':'EQarQ','mZZhA':function(_0x1b330c,_0x43d786){return _0x1b330c!==_0x43d786;},'fZXoC':_0x35c621(_0x86c350._0x5b48bc,0xfe,_0x86c350._0x3b69eb,_0x86c350._0x4f4ed7),'IOVvi':'allowed-to'+_0x3a1326(_0x86c350._0x10c254,_0x86c350._0x18a703,_0x86c350._0xce0e1f,_0x86c350._0x151d41),'DuAEx':function(_0x5dc6fb,_0x178548){return _0x5dc6fb===_0x178548;},'BheFm':_0x35c621(_0x86c350._0x56514,0x135,0x226,_0x86c350._0x15fc25),'NyCyq':'UdfQy','ZzfQw':_0x35c621(0x171,_0x86c350._0x47098e,_0x86c350._0x28f609,_0x86c350._0x511b25),'lhjnz':_0x35c621(_0x86c350._0x3d512e,_0x86c350._0x1050a1,_0x86c350._0x1df115,0xf9),'ReBiA':function(_0x598fb5,_0x1e99f8,_0x481dff){return _0x598fb5(_0x1e99f8,_0x481dff);},'YKCDF':_0x3a1326(_0x86c350._0x558241,0x643,0x5e0,0x4bc),'NZaXA':function(_0x4c414f,_0x2eb7bf){return _0x4c414f===_0x2eb7bf;},'xbCLw':_0x3a1326(_0x86c350._0x55230f,0x6d8,0x62d,0x740),'JeXOf':_0x35c621(_0x86c350._0x3d8e71,_0x86c350._0x5d4300,_0x86c350._0x1155fb,_0x86c350._0x3aa093),'BBhFp':_0x35c621(0x277,_0x86c350._0x549e91,_0x86c350._0x28debd,0x157),'lZOyz':'IpuEC','Ztnsz':_0x35c621(_0x86c350._0x41b793,_0x86c350._0x1ef62b,_0x86c350._0x2400c5,_0x86c350._0x558d25),'jwEFW':_0x35c621(_0x86c350._0x4a1367,_0x86c350._0x1bc44e,0xfc,-_0x86c350._0x2f9412)+'gned\x20to\x20en'+_0x3a1326(0x714,_0x86c350._0x4f1a26,0x673,0x53d)+_0x3a1326(_0x86c350._0x1d9f81,0x6b6,_0x86c350._0xfc639d,_0x86c350._0x1ed5fd)+')','jNmcj':_0x35c621(-_0x86c350._0x555b2b,-0x154,-0x37,0xd1)+'ts','jdFmV':'UaoGr','LuqJD':_0x35c621(0x17d,0x11d,0x1a9,_0x86c350._0x10afef),'iPfzz':'coder.json','YdsRh':_0x35c621(_0x86c350._0x107729,0xeb,_0x86c350._0x46fbf2,_0x86c350._0x3343bb),'mCDDQ':_0x3a1326(_0x86c350._0x3d1aab,0x60b,_0x86c350._0x46d8ee,0x4bc),'myByq':_0x35c621(_0x86c350._0xfdcf3c,0x237,0x1c3,_0x86c350._0x570dc3),'ENTgE':_0x3a1326(0x86d,0x7e1,_0x86c350._0xde1a0,0x7a4),'RTaPq':_0x35c621(_0x86c350._0x395f7d,_0x86c350._0x2eaa6a,_0x86c350._0x1b2553,0x103)+_0x35c621(0x241,_0x86c350._0x35c1d2,0x10e,_0x86c350._0x2284fd)+'sisted\x20to\x20'+_0x3a1326(0x5a3,_0x86c350._0x5b5a02,_0x86c350._0x7a26c,0x54f)+'e','QlLXk':_0x3a1326(_0x86c350._0x4be4b8,_0x86c350._0x5d472d,_0x86c350._0x4c3a7d,0x606)+_0x3a1326(0x686,0x45f,_0x86c350._0x1e4e16,_0x86c350._0x1e9cf4)+_0x3a1326(0x48b,_0x86c350._0xe7769,0x599,0x6bf)+'ment\x20to\x20co'+_0x3a1326(0x627,0x5c7,_0x86c350._0x3c6314,_0x86c350._0x3e9bf7)+_0x35c621(_0x86c350._0x5affc9,0x219,_0x86c350._0x3ea09c,_0x86c350._0x75d168)+'\x20assignmen'+_0x35c621(_0x86c350._0x2fa811,_0x86c350._0x4779c0,0x1a3,0x292)+_0x35c621(-0x179,_0x86c350._0x14370b,-0x3e,0xd8),'XQwvd':function(_0x5e23e7,_0x2598d7){return _0x5e23e7===_0x2598d7;},'XBfnO':_0x3a1326(_0x86c350._0x30c723,0x45e,0x518,0x44f),'krUlQ':_0x3a1326(_0x86c350._0x2343a8,0x779,_0x86c350._0x40e4d3,0x7f7)+'create\x20ski'+'ll'},{callingTask:_0xfeb277,taskUser:_0x43a1bc,environmentName:_0x525c13,environmentConfig:_0x4957a4}=_0x3a852c,{id:_0x5284dc,name:_0x6cb1b1,description:_0x5adb0a,body:_0x189a4c,'allowed-tools':_0x2abeda,model:_0x4b4bd5,'argument-hint':_0x22c5eb,assignToEnvironment:assignToEnvironment=!![]}=_0x3a852c[_0x35c621(-0xbb,_0x86c350._0xdfd15c,_0x86c350._0x3c94be,-0xc1)];if(!_0x5284dc||_0x138162[_0x35c621(0x216,0x15f,0x222,0x294)](typeof _0x5284dc,_0x138162[_0x35c621(_0x86c350._0x1ae562,_0x86c350._0xcd8d60,_0x86c350._0x34c0d9,-_0x86c350._0x48c955)])){if(_0x138162[_0x3a1326(0x64b,_0x86c350._0x10c73a,_0x86c350._0x5f1d7d,0x5b3)]!==_0x35c621(_0x86c350._0x299ade,_0x86c350._0x25f786,_0x86c350._0x23b449,0x231)){const _0x19d7ad={};return _0x19d7ad[_0x35c621(0xa6,0x189,_0x86c350._0x3149c7,-_0x86c350._0x16b150)]=_0x138162[_0x35c621(0x1db,0x2a9,0x1e5,0x2c8)],_0x19d7ad[_0x35c621(_0x86c350._0x49e641,0x2a8,_0x86c350._0x4f4ed7,_0x86c350._0x4ff5bb)]=_0x138162[_0x3a1326(0x6ab,_0x86c350._0x2543c2,0x62b,0x4fe)],_0xeddd23['status'](0x13e7+-0xb*-0x319+-0x346a)['json'](_0x19d7ad);}else{const _0x103045={};return _0x103045[_0x35c621(-_0x86c350._0x38fc6f,-_0x86c350._0x3c11c8,0x61,0xbe)]=_0x3a1326(_0x86c350._0x1f06a2,_0x86c350._0x43bcda,_0x86c350._0x31aea5,0x51f)+'t',_0x103045[_0x3a1326(_0x86c350._0x2829f3,0x71b,0x6c5,0x740)]=_0x138162['Dcogw'],_0xb5290e[_0x35c621(-0xb0,_0x86c350._0x34984e,_0x86c350._0x1c1a69,0x147)](0xc19+0xaff+-0x1588)[_0x35c621(0x5b,0x103,_0x86c350._0x1f24e9,0x1f2)](_0x103045);}}if(!_0x6cb1b1||_0x138162[_0x3a1326(0x619,0x771,_0x86c350._0xfde15d,0x60c)](typeof _0x6cb1b1,_0x138162['MzYPa'])){const _0xff644f={};return _0xff644f[_0x35c621(0x130,_0x86c350._0x467719,_0x86c350._0x3149c7,_0x86c350._0x2777b1)]=_0x138162[_0x3a1326(_0x86c350._0x315121,0x77d,0x70e,_0x86c350._0x1f4ba0)],_0xff644f[_0x35c621(0x195,_0x86c350._0x628da8,0x19c,_0x86c350._0x371fbd)]=_0x138162[_0x3a1326(0x5ab,_0x86c350._0x118b7c,_0x86c350._0x459942,0x4ff)],_0xb5290e['status'](-0x1*-0x1143+-0x1dc1+0x7*0x202)[_0x3a1326(0x686,0x58b,_0x86c350._0x47dca1,_0x86c350._0x309f68)](_0xff644f);}if(!_0x5adb0a||_0x138162[_0x3a1326(0x81f,0x809,_0x86c350._0x3ae473,0x7c8)](typeof _0x5adb0a,_0x138162['MzYPa'])){if(_0x138162[_0x3a1326(_0x86c350._0x4a953d,0x703,_0x86c350._0x5bfbb8,0x67c)](_0x138162[_0x35c621(_0x86c350._0x34fb78,_0x86c350._0x594d03,0x203,_0x86c350._0x325699)],_0x138162['ucYRu'])){if(_0x138162[_0x3a1326(0x781,_0x86c350._0x1c802e,_0x86c350._0x55b0d5,0x672)](_0x6f3bd2[_0x35c621(-_0x86c350._0xb238ec,_0x86c350._0x17736e,-0x39,-_0x86c350._0x208537)],_0x138162[_0x35c621(_0x86c350._0x369e18,_0x86c350._0x56e782,_0x86c350._0x491219,-0x2c)])){const _0x2f7228={};return _0x2f7228['error']=_0x138162['EWelB'],_0x2f7228[_0x3a1326(0x5e4,0x741,_0x86c350._0x39bd1d,_0x86c350._0x539275)]=_0x35c621(_0x86c350._0x32500c,_0x86c350._0xa9a399,_0x86c350._0x2a2a66,0x209)+_0x4877df+(_0x35c621(_0x86c350._0xda1417,0x31,0xb1,0xa3)+'d'),_0x46db1e[_0x35c621(-0x77,0x17b,_0x86c350._0x2684c2,0x163)](-0x1*-0xd8b+-0x33b*-0xc+0x15f*-0x25)[_0x3a1326(0x62c,0x6d1,0x68f,0x553)](_0x2f7228);}const _0x4bd6bd={};_0x4bd6bd[_0x3a1326(0x535,_0x86c350._0x3a37a4,_0x86c350._0x41426d,_0x86c350._0x88bf97)]=_0x22cc53[_0x3a1326(0x70b,_0x86c350._0x21492e,_0x86c350._0x41426d,0x734)],_0x4bd6bd[_0x3a1326(_0x86c350._0x2e1d03,0x66c,0x646,_0x86c350._0x29706e)]=_0x1922db,_0x4bd6bd['error']=_0x9b91bd[_0x35c621(0x283,0x299,_0x86c350._0x440772,0x2c7)],_0x531c3c['error'](_0x138162[_0x35c621(-0x9d,_0x86c350._0x14781d,0x29,_0x86c350._0x4c5816)],_0x4bd6bd);const _0x1a9a3b={};_0x1a9a3b[_0x35c621(0x12e,0x147,0x61,_0x86c350._0x275904)]=_0x138162[_0x3a1326(0x822,_0x86c350._0x1e5c39,0x6e4,0x5b3)],_0x1a9a3b[_0x35c621(0xac,_0x86c350._0x5981a3,0x19c,_0x86c350._0x2eba27)]=_0x138162[_0x3a1326(_0x86c350._0x5b4b21,_0x86c350._0x16fd2f,0x552,0x435)],_0xd1e1b5[_0x3a1326(0x463,_0x86c350._0x299c95,_0x86c350._0xcdf3ef,_0x86c350._0x52ecd6)](-0x1b5c*-0x1+0x1c44+-0x35ac)[_0x3a1326(_0x86c350._0x180c32,0x6a0,0x68f,0x701)](_0x1a9a3b);}else{const _0x388392={};return _0x388392[_0x35c621(_0x86c350._0x287b66,_0x86c350._0x5976ba,0x61,0x14b)]=_0x138162[_0x3a1326(0x5cf,0x749,0x70e,_0x86c350._0x51b0ae)],_0x388392[_0x3a1326(0x7cd,_0x86c350._0x51ec92,_0x86c350._0x39bd1d,0x6b0)]=_0x138162['uyvjP'],_0xb5290e[_0x35c621(_0x86c350._0x189b8d,0x5b,0x6d,_0x86c350._0x5c7a8d)](-0x12b7+-0x246c+0x38b3)[_0x3a1326(_0x86c350._0x5b2463,_0x86c350._0x142acb,_0x86c350._0x47dca1,_0x86c350._0x4f4e70)](_0x388392);}}if(!_0x189a4c||_0x138162['gQJJv'](typeof _0x189a4c,_0x138162[_0x3a1326(0x636,_0x86c350._0x5405e8,_0x86c350._0x2f42b2,_0x86c350._0x34ea32)])){const _0xd96178={};return _0xd96178['error']=_0x138162[_0x35c621(_0x86c350._0x1c839f,0x1fe,0x1e5,_0x86c350._0x48cf79)],_0xd96178[_0x3a1326(_0x86c350._0x40b721,_0x86c350._0x5a4664,0x6c5,0x794)]=_0x138162['IKtyb'],_0xb5290e[_0x35c621(0x27,-0x96,_0x86c350._0x266351,-_0x86c350._0x2fc1ad)](0x47e+-0x1348*-0x2+-0x5e*0x71)[_0x3a1326(_0x86c350._0x1a97f4,0x6bc,0x68f,0x7c0)](_0xd96178);}if(!/^[a-zA-Z0-9_-]+$/['test'](_0x5284dc)){if(_0x138162['gQJJv'](_0x138162[_0x3a1326(0x6f9,_0x86c350._0x2261d3,_0x86c350._0x3e287e,_0x86c350._0x4db927)],_0x138162[_0x3a1326(0x66e,0x7c7,_0x86c350._0x575e59,0x7cd)])){const _0x24267a={};return _0x24267a['error']=_0x35c621(_0x86c350._0x1e2978,_0x86c350._0x1e9997,0x88,-0x2e)+'t',_0x24267a[_0x35c621(_0x86c350._0xe1ebdc,_0x86c350._0x8ed92b,0x19c,0x207)]=_0x138162[_0x35c621(_0x86c350._0x5e6f66,0x1bc,0x175,0x22b)],_0xb5290e[_0x3a1326(_0x86c350._0x1aae19,0x581,_0x86c350._0xcdf3ef,0x6ab)](-0x20bd+-0x5e0+0x55*0x79)['json'](_0x24267a);}else{const _0x5770e3={};_0x5770e3[_0x35c621(_0x86c350._0xdf1a37,0x10f,0x131,_0x86c350._0x38e440)]=_0x5c2d86,_0x36224f[_0x35c621(0x29e,0x15b,_0x86c350._0x18c38e,0xe3)](_0x35c621(0x19a,-_0x86c350._0x3db794,_0x86c350._0x587556,_0x86c350._0x4a5f52)+_0x35c621(_0x86c350._0x4110ac,0x198,0x1a0,0x67)+_0x35c621(_0x86c350._0x27d2e4,_0x86c350._0x4c7933,0x1ba,_0x86c350._0x5ea485),_0x5770e3);const _0x220813={};return _0x220813[_0x3a1326(_0x86c350._0x2d875f,_0x86c350._0x2e387c,0x58a,0x4a0)]=_0x138162[_0x35c621(0x1e8,_0x86c350._0x48ad65,0x1e5,_0x86c350._0x33829f)],_0x220813['message']=_0x138162[_0x35c621(_0x86c350._0x3d4c2e,0x29c,_0x86c350._0x5ec360,0x306)],_0x17f77b[_0x35c621(0x16c,0x163,_0x86c350._0x49bfb1,0xa7)](0x2f0+0x3a*0x79+0x6e*-0x43)['json'](_0x220813);}}if(_0x5284dc[_0x3a1326(_0x86c350._0x3841d5,_0x86c350._0x2697c7,_0x86c350._0x51cbad,_0x86c350._0xd7988d)]('/')||_0x5284dc[_0x3a1326(_0x86c350._0x4a9cab,_0x86c350._0x572460,_0x86c350._0x51cbad,0x6d2)]('\x5c')||_0x5284dc[_0x3a1326(0x574,0x5fa,0x610,_0x86c350._0x264d8a)]('..')){const _0x5e7f64={};return _0x5e7f64['error']=_0x138162['VHJMu'],_0x5e7f64['message']=_0x138162[_0x3a1326(_0x86c350._0x1fbca8,_0x86c350._0x4eba5d,0x657,0x6ef)],_0xb5290e['status'](0x14d3+-0x1*-0x1154+-0x1ed*0x13)[_0x35c621(_0x86c350._0x23cde1,_0x86c350._0x4b9647,_0x86c350._0x1f24e9,_0x86c350._0xb6168)](_0x5e7f64);}const _0x25d1e8=_0xe9b502[_0x35c621(_0x86c350._0x362bd3,0x71,0x6c,0xc3)](setupPath,_0x138162[_0x35c621(_0x86c350._0x3ebfdc,0xdc,0x205,0x2c9)]),_0x19d95c=_0xe9b502[_0x3a1326(_0x86c350._0x174921,_0x86c350._0xd1c2f5,0x595,0x55e)](_0x25d1e8,_0x5284dc),_0x3dc1c7=_0xe9b502['join'](_0x19d95c,_0x138162['rosLv']),_0x2c6a91=new Date()[_0x3a1326(_0x86c350._0x556ec1,0x56b,0x5b9,0x688)+'g']();function _0x35c621(_0x185b82,_0x340359,_0x3fe90a,_0x3b655b){return _0x4efdcd(_0x340359,_0x340359-_0x5c2595._0x448752,_0x3fe90a-_0x5c2595._0x1aa8f2,_0x3fe90a- -_0x5c2595._0x309bf1);}const _0x57c5e8={};function _0x3a1326(_0xdd4a59,_0x55c85e,_0x30b5d0,_0xecee5e){return _0x4efdcd(_0xdd4a59,_0x55c85e-_0x851951._0x10c685,_0x30b5d0-0x19e,_0x30b5d0-0x290);}_0x57c5e8[_0x35c621(-_0x86c350._0x18e460,0x222,_0x86c350._0x5d0cd,_0x86c350._0x500b79)]=_0xfeb277[_0x3a1326(0x652,_0x86c350._0x389fda,_0x86c350._0x463fdf,0x761)],_0x57c5e8[_0x35c621(_0x86c350._0x2299f0,0x21e,0x11d,0xe5)]=_0x5284dc,_0x57c5e8[_0x3a1326(_0x86c350._0x1f2e8d,_0x86c350._0x39464f,0x4f2,_0x86c350._0x3282a1)+'t']=_0x525c13,_0x57c5e8[_0x3a1326(0x5d9,_0x86c350._0x6381f3,0x661,0x633)]=_0x43a1bc['id'],_0x57c5e8['assignToEn'+_0x3a1326(_0x86c350._0x48668d,_0x86c350._0x35c011,_0x86c350._0x38ee5,0x6fb)]=assignToEnvironment,logger[_0x3a1326(0x4c4,0x5d4,0x55e,_0x86c350._0x29706e)](_0x138162[_0x3a1326(_0x86c350._0x3a942d,_0x86c350._0x4f4208,0x680,_0x86c350._0x1eb8b9)],_0x57c5e8);try{if(_0x138162[_0x3a1326(_0x86c350._0x36f6aa,_0x86c350._0x3e5753,_0x86c350._0x39f37e,0x536)]===_0x138162[_0x35c621(-_0x86c350._0x28fa0c,_0x86c350._0x56e782,-_0x86c350._0x1e44ec,-0x6)]){try{await _0x258a22[_0x3a1326(0x4fd,0x6ea,_0x86c350._0xeeb3a1,_0x86c350._0x1cedc6)](_0x19d95c);const _0x3acfc2={};return _0x3acfc2[_0x35c621(-0xdd,_0x86c350._0x22906f,0x61,0x53)]=_0x138162[_0x35c621(_0x86c350._0x28ed8e,0x1e6,_0x86c350._0x9938cc,0x1a2)],_0x3acfc2['message']=_0x3a1326(_0x86c350._0x274aa0,0x570,0x6a8,0x735)+_0x5284dc+(_0x3a1326(_0x86c350._0x4111d0,0x5f4,0x58d,_0x86c350._0x22d67c)+_0x35c621(_0x86c350._0x14f85a,0x1a5,0x21c,_0x86c350._0x1f58ea)),_0xb5290e[_0x35c621(0x14a,-0x8,_0x86c350._0x266351,-_0x86c350._0x3e7ffa)](0x151+0x1d4*0xd+-0x1785)[_0x35c621(_0x86c350._0x5e6e16,0x231,_0x86c350._0x14cf4c,0x297)](_0x3acfc2);}catch(_0x8e51fa){if(_0x138162[_0x35c621(0x72,0xc1,0x107,_0x86c350._0x3c7012)](_0x3a1326(0x510,_0x86c350._0xcc555a,0x600,0x573),_0x138162['fZXoC'])){if(_0x8e51fa[_0x3a1326(_0x86c350._0x4beb36,_0x86c350._0x41567a,_0x86c350._0x9dee52,_0x86c350._0x5cfa0c)]!==_0x138162['fHKlo'])throw _0x8e51fa;}else{const _0x5a1cc4={};_0x5a1cc4[_0x3a1326(_0x86c350._0x5dacf4,_0x86c350._0x51c03d,0x65a,0x62b)]=_0x4482a9,_0x5a1cc4[_0x35c621(0xb3,_0x86c350._0x2da96d,0x138,_0x86c350._0x127af9)]=_0x2c5eda,_0x4d079b[_0x3a1326(_0x86c350._0x16e88a,_0x86c350._0x242674,_0x86c350._0x578371,0x780)](_0x138162[_0x35c621(0x116,0x181,_0x86c350._0x5aeb43,_0x86c350._0x2afd14)],_0x5a1cc4);const _0x4cb8a2={};return _0x4cb8a2[_0x35c621(-0x35,-_0x86c350._0x1fcbe9,_0x86c350._0x3149c7,-_0x86c350._0x2624d1)]=_0x138162[_0x3a1326(0x7ec,_0x86c350._0x542fe2,_0x86c350._0x51491a,0x6f3)],_0x4cb8a2[_0x3a1326(_0x86c350._0x51b0ae,_0x86c350._0x1db06e,_0x86c350._0x20c225,_0x86c350._0x5083e9)]=_0x138162[_0x35c621(_0x86c350._0x38bd0e,_0x86c350._0x225bf3,_0x86c350._0x1ededd,0x1e0)],_0x4f9259[_0x3a1326(0x537,0x60d,_0x86c350._0xcdf3ef,0x545)](0x27e+0x5d+-0x16*0xf)[_0x3a1326(0x6ff,_0x86c350._0x259c4b,0x68f,_0x86c350._0x52bee5)](_0x4cb8a2);}}const _0x56fadf={};_0x56fadf[_0x35c621(_0x86c350._0x1618d7,_0x86c350._0x435c6e,_0x86c350._0x26030f,-0xab)]=!![],await _0x258a22[_0x35c621(-_0x86c350._0x443bb5,-_0x86c350._0xf8991d,_0x86c350._0x21ac2e,0x32)](_0x25d1e8,_0x56fadf);const _0x8c919a={};_0x8c919a[_0x3a1326(_0x86c350._0x5ab1eb,0x57e,0x5a1,_0x86c350._0x575e59)]=!![],await _0x258a22[_0x35c621(-0x61,-0x56,0x25,_0x86c350._0x4025c5)](_0x19d95c,_0x8c919a);const _0x5dd43f={};_0x5dd43f[_0x35c621(-0xa9,_0x86c350._0x26030f,0x72,-_0x86c350._0xf79f1)]=_0x6cb1b1,_0x5dd43f[_0x35c621(-0x29,_0x86c350._0x2205cb,_0x86c350._0x36de8d,-0x6e)+'n']=_0x5adb0a;const _0x199c4c=_0x5dd43f;_0x2abeda&&Array['isArray'](_0x2abeda)&&_0x2abeda['length']>-0x13f2+0x19ce+0x32*-0x1e&&(_0x199c4c[_0x138162[_0x35c621(0x1c3,_0x86c350._0x1f9ca7,_0x86c350._0x4135e9,_0x86c350._0x35c117)]]=_0x2abeda);_0x4b4bd5&&(_0x138162[_0x3a1326(_0x86c350._0x35136e,0x4f8,_0x86c350._0xe7769,_0x86c350._0x663ff2)](_0x138162[_0x3a1326(0x53f,0x5db,_0x86c350._0x1296c1,_0x86c350._0x3dc7dc)],_0x138162[_0x3a1326(0x662,0x6cc,0x5f4,_0x86c350._0x3ecc99)])?_0x48cca7[_0x9b013a]=_0x1dd5f3[_0x35c621(_0x86c350._0x5ab4a2,0x94,0x82,-_0x86c350._0x2469c9)]():_0x199c4c[_0x35c621(_0x86c350._0x3444b3,_0x86c350._0x3ebe2a,0x103,0x16d)]=_0x4b4bd5);if(_0x22c5eb){if(_0x138162[_0x35c621(0x59,0xca,0xb5,_0x86c350._0x4db31c)]!==_0x138162[_0x3a1326(0x662,0x5d5,_0x86c350._0x16592b,_0x86c350._0x58b0fa)])_0x199c4c[_0x138162[_0x3a1326(0x4b2,0x4fe,0x4db,0x54b)]]=_0x22c5eb;else{const _0x44ebb8={};return _0x44ebb8[_0x35c621(_0x86c350._0x18528e,_0x86c350._0x3c34f8,_0x86c350._0x3149c7,0x54)]=_0x3a1326(0x69b,_0x86c350._0x382b36,_0x86c350._0x3b9676,0x519)+'t',_0x44ebb8[_0x35c621(0x141,0x5b,_0x86c350._0xf32fe5,_0x86c350._0x43a14d)]=_0x35c621(0x6c,-_0x86c350._0x5ab4a2,-_0x86c350._0x514744,-_0x86c350._0x1618d7)+_0x3a1326(0x6eb,0x76c,0x705,0x6e6),_0x3e5c1f[_0x3a1326(0x5e8,0x68e,_0x86c350._0x5c45f0,0x4f1)](-0x1fd7+-0x8b*-0xa+0x1bf9)[_0x3a1326(0x675,0x5e6,_0x86c350._0xe3ec91,_0x86c350._0x480985)](_0x44ebb8);}}const _0x1c366d=_0x138162[_0x3a1326(0x616,_0x86c350._0x166c45,_0x86c350._0x1a3748,_0x86c350._0x4d7158)](serializeSkillMd,_0x199c4c,_0x189a4c);await _0x258a22['writeFile'](_0x3dc1c7,_0x1c366d,_0x138162[_0x35c621(0xb6,_0x86c350._0x9938cc,_0x86c350._0x289cde,_0x86c350._0x5e2c81)]);let _0x557b91=![];if(assignToEnvironment&&coderConfig){if(_0x138162['NZaXA'](_0x138162[_0x3a1326(_0x86c350._0x14c7d1,0x66d,0x539,0x51a)],_0x138162[_0x35c621(0xe5,0x10f,0x10,0xf2)])){const _0x498761=coderConfig[_0x35c621(-_0x86c350._0x3c1743,-_0x86c350._0x3129f0,-_0x86c350._0x259ea6,0xb0)+'ts']?.[_0x525c13];if(_0x498761){if(_0x138162[_0x35c621(0x2f5,_0x86c350._0x14781d,0x213,_0x86c350._0x491e0e)]!==_0x138162[_0x3a1326(0x612,0x5e8,_0x86c350._0x29c4c1,0x460)]){!_0x498761[_0x3a1326(_0x86c350._0x23dc60,0x596,0x607,_0x86c350._0x28e979)]&&(_0x138162['gQJJv'](_0x138162['lZOyz'],_0x138162[_0x3a1326(0x56e,_0x86c350._0xfabe2c,0x6b0,0x6cb)])?_0x498761[_0x35c621(_0x86c350._0x1fc564,_0x86c350._0x78aa13,0xde,0x9d)]=[]:_0x3b3a0d['push'](_0x2910c8+':\x20'+_0x279c30));if(!_0x498761[_0x35c621(_0x86c350._0x1e44ec,0x1b8,0xde,_0x86c350._0x4123e5)][_0x35c621(-0x35,0x4b,0xe7,_0x86c350._0x558d25)](_0x5284dc)){_0x498761['skills']['push'](_0x5284dc),_0x557b91=!![];const _0x708b5c={};_0x708b5c[_0x3a1326(_0x86c350._0x322c99,_0x86c350._0x2ef0be,0x646,0x6bf)]=_0x5284dc,_0x708b5c[_0x35c621(_0x86c350._0x1e4aa6,-_0x86c350._0x594a2e,-_0x86c350._0x4fdb1b,-_0x86c350._0x2b58a5)+'t']=_0x525c13,logger[_0x35c621(_0x86c350._0x2c34ff,0x11,_0x86c350._0x3c1743,-_0x86c350._0x4b6320)](_0x138162[_0x35c621(0x106,_0x86c350._0x483355,_0x86c350._0x440bc0,_0x86c350._0x3bc2e5)],_0x708b5c);}}else _0x2d30fa['push'](_0x28427f+_0x35c621(0x98,_0x86c350._0x16057c,0xfb,0x65));}try{const _0x27f026=_0xe9b502['join'](setupPath,_0x138162[_0x3a1326(0x724,0x5d8,0x638,0x706)],_0x525c13,_0x35c621(-0x140,-_0x86c350._0x311cab,-0x37,_0x86c350._0x4d5a1d)+_0x3a1326(0x84a,0x66c,0x71f,_0x86c350._0x276693));let _0x43fae7,_0x19f09e,_0x473d76;try{if(_0x138162['mZZhA'](_0x138162[_0x35c621(-_0x86c350._0x29d510,_0x86c350._0xe53519,_0x86c350._0x42b343,0x143)],_0x138162['LuqJD'])){const _0x2256c6=await _0x258a22[_0x35c621(-_0x86c350._0x423c52,-_0x86c350._0x304e87,0x73,-_0x86c350._0x1e9997)](_0x27f026,_0x138162[_0x3a1326(0x62f,_0x86c350._0x5209cd,0x64e,_0x86c350._0x4ee1ce)]);_0x19f09e=JSON['parse'](_0x2256c6),_0x43fae7=_0x27f026,!_0x19f09e['skills']&&(_0x19f09e[_0x3a1326(0x601,0x620,0x607,0x737)]=[]),_0x473d76=_0x19f09e['skills'];}else{const _0x86257b={};return _0x86257b[_0x3a1326(_0x86c350._0x4a5b76,_0x86c350._0x394046,0x58a,_0x86c350._0x311530)]=_0x138162[_0x3a1326(_0x86c350._0x10c254,0x6ab,0x70e,0x6cd)],_0x86257b[_0x3a1326(0x5c7,_0x86c350._0x5405e8,0x6c5,0x761)]=_0x138162[_0x3a1326(_0x86c350._0x2336fa,_0x86c350._0x57125d,_0x86c350._0x37def4,_0x86c350._0x57125d)],_0xefd4c1[_0x35c621(0xc8,0x134,_0x86c350._0x49bfb1,-0x6)](0x635+0x1541+-0x19e6)[_0x35c621(0x1b0,0x195,0x166,0x169)](_0x86257b);}}catch{const _0x5e0a9d=_0xe9b502['join'](setupPath,_0x138162[_0x3a1326(0x6f7,0x74e,_0x86c350._0x5a4664,0x6d8)]),_0x4b080b=await _0x258a22[_0x3a1326(_0x86c350._0x294a59,0x520,0x59c,0x4de)](_0x5e0a9d,_0x138162['YKCDF']);_0x19f09e=JSON['parse'](_0x4b080b),_0x43fae7=_0x5e0a9d;if(_0x19f09e[_0x35c621(-_0x86c350._0x270bb8,_0x86c350._0x2488c4,-_0x86c350._0x1cbc8e,-_0x86c350._0x580be6)+'ts']&&_0x19f09e['environmen'+'ts'][_0x525c13]){if(_0x138162[_0x35c621(0x202,0x2f3,0x222,0x2c5)](_0x138162[_0x3a1326(0x505,0x4fa,0x534,0x61d)],_0x138162[_0x3a1326(_0x86c350._0x1bcd04,0x5e4,0x534,_0x86c350._0x2509c4)])){const _0x4a3946={};_0x4a3946[_0x35c621(0x7c,0xe1,0x131,0x96)]=_0xd1fc28[_0x35c621(_0x86c350._0xf5676a,0x1bb,_0x86c350._0x5d0cd,0x1d4)],_0x4a3946[_0x35c621(-_0x86c350._0x14370b,_0x86c350._0x20c910,0x11d,_0x86c350._0x136610)]=_0x1bb6f5,_0x4a3946[_0x3a1326(0x648,_0x86c350._0x34b43d,_0x86c350._0x51db71,0x56b)]=_0x2f7390,_0x4a3946[_0x35c621(0x106,-0x16,0x61,0xc3)]=_0x167932[_0x35c621(_0x86c350._0x17863f,0x17c,_0x86c350._0x4b8d33,_0x86c350._0x2c6d7c)],_0x28b0a5['error'](_0x138162[_0x35c621(_0x86c350._0x59afc4,_0x86c350._0x5192ec,_0x86c350._0xe7537a,-0x43)],_0x4a3946);const _0x9a6480={};_0x9a6480['error']=_0x138162[_0x3a1326(0x7b8,_0x86c350._0x2af8ca,0x6e4,0x720)],_0x9a6480[_0x35c621(0x291,_0x86c350._0x56056c,_0x86c350._0x4f4ed7,0x230)]=_0x138162[_0x35c621(_0x86c350._0x54e540,-_0x86c350._0x3c34f8,-0x15,-_0x86c350._0x3c11c8)],_0x8f72a8[_0x3a1326(_0x86c350._0x2bc4f1,_0x86c350._0xa226d1,_0x86c350._0x2a5b5b,0x5ef)](0xc19*-0x1+0xa95+0x378)[_0x3a1326(_0x86c350._0x34fd83,_0x86c350._0x16c32d,_0x86c350._0x3f8062,0x78d)](_0x9a6480);}else{if(!_0x19f09e[_0x35c621(0xc7,_0x86c350._0x189b8d,-0x37,-0x57)+'ts'][_0x525c13]['skills']){if(_0x138162[_0x35c621(_0x86c350._0x229da3,_0x86c350._0xb9e333,0x222,_0x86c350._0x263c82)](_0x138162[_0x35c621(0xbc,-0x1,0x17,0xd2)],_0x138162[_0x3a1326(0x5d3,_0x86c350._0x396b24,_0x86c350._0x1809e1,0x4d0)]))_0x19f09e['environmen'+'ts'][_0x525c13]['skills']=[];else{const _0x1bdbf4={};_0x1bdbf4[_0x35c621(0x1a5,_0x86c350._0x1776ee,0x131,_0x86c350._0x4dc9a8)]=_0x3dae13[_0x35c621(_0x86c350._0x4b6e29,_0x86c350._0x37eab5,0x131,_0x86c350._0x4d2829)],_0x1bdbf4['skillId']=_0x382025,_0x1bdbf4[_0x35c621(0x28,_0x86c350._0x2da96d,0x61,-_0x86c350._0x174204)]=_0x2cedb9[_0x3a1326(0x6e4,0x732,0x6c5,_0x86c350._0x2a833f)],_0x5dab49['error'](_0x138162[_0x3a1326(_0x86c350._0x3299b3,_0x86c350._0x277e1f,_0x86c350._0x46265c,_0x86c350._0x5d58ad)],_0x1bdbf4);const _0x4cb436={};_0x4cb436[_0x35c621(0x54,0xfd,_0x86c350._0x3149c7,-0x43)]=_0x138162[_0x3a1326(_0x86c350._0x2227f6,0x5da,0x6e4,0x5d5)],_0x4cb436[_0x3a1326(0x7e1,0x620,0x6c5,0x763)]=_0x3a1326(0x7b8,0x6b4,0x719,_0x86c350._0x208a27)+_0x35c621(0x1c6,-_0x86c350._0x37aabf,_0x86c350._0x4d7f1a,_0x86c350._0x25579e)+'ll',_0x20453e[_0x3a1326(0x58b,0x515,_0x86c350._0xcdf3ef,0x60a)](-0x2*-0xbb9+0x1501*0x1+-0x2a7f)['json'](_0x4cb436);}}_0x473d76=_0x19f09e['environmen'+'ts'][_0x525c13][_0x35c621(_0x86c350._0x109aea,0x1cf,_0x86c350._0x30b6dc,_0x86c350._0x115f4a)];}}}if(_0x473d76&&!_0x473d76[_0x3a1326(_0x86c350._0x1772b4,0x608,0x610,0x5ba)](_0x5284dc)){if(_0x138162[_0x3a1326(0x5d3,_0x86c350._0x2c1cb4,_0x86c350._0x21fd12,_0x86c350._0x4624ca)](_0x138162[_0x3a1326(_0x86c350._0x539cf1,_0x86c350._0x939a59,_0x86c350._0x2ae3ac,_0x86c350._0xf52959)],_0x138162['ENTgE']))_0x1abdd0[_0x138162[_0x35c621(-0x9c,_0x86c350._0x390787,-_0x86c350._0x36e7d6,-_0x86c350._0x27e19a)]]=_0x7990a4;else{_0x473d76[_0x35c621(_0x86c350._0x383f20,_0x86c350._0x58a37a,_0x86c350._0x1c3e9f,_0x86c350._0x7766db)](_0x5284dc),await _0x258a22['writeFile'](_0x43fae7,JSON['stringify'](_0x19f09e,null,-0x25e8+-0x5f4*0x5+0x43ae),_0x3a1326(_0x86c350._0x51a78c,_0x86c350._0xaedae0,_0x86c350._0x371c9d,0x5d5));const _0x388e62={};_0x388e62[_0x3a1326(_0x86c350._0x4624ca,_0x86c350._0x5c08a3,_0x86c350._0x4c9457,_0x86c350._0x251093)]=_0x5284dc,_0x388e62['environmen'+'t']=_0x525c13,_0x388e62[_0x35c621(0x1fc,0x2ee,_0x86c350._0x20ba9c,0x271)]=_0x43fae7,logger[_0x35c621(0xd8,0xc6,0x35,_0x86c350._0x276023)](_0x138162['RTaPq'],_0x388e62);}}}catch(_0x55d93c){const _0x178d69={};_0x178d69[_0x35c621(0x228,0xcd,0x11d,0xa9)]=_0x5284dc,_0x178d69[_0x35c621(-_0x86c350._0x53e915,-_0x86c350._0xa933fc,-_0x86c350._0x55d66e,-0x166)+'t']=_0x525c13,_0x178d69[_0x3a1326(_0x86c350._0x28ead4,0x5db,0x58a,0x567)]=_0x55d93c[_0x35c621(_0x86c350._0x401a2d,0x2ba,_0x86c350._0x19c679,0x10e)],logger[_0x3a1326(_0x86c350._0x3a8fd9,0x64d,_0x86c350._0x578371,0x849)](_0x138162[_0x3a1326(_0x86c350._0x483ce4,_0x86c350._0x170669,_0x86c350._0x2b2d6e,_0x86c350._0x3bcce5)],_0x178d69);}}else{const _0x203521={};return _0x203521[_0x35c621(_0x86c350._0x3a473f,_0x86c350._0x177bfa,0x61,0x64)]=_0x138162[_0x35c621(0x17b,0xcc,0x1e5,_0x86c350._0x3b1bc5)],_0x203521[_0x3a1326(0x707,_0x86c350._0x51ec92,_0x86c350._0x3ec36c,_0x86c350._0x2c0a69)]=_0x138162[_0x35c621(0x86,_0x86c350._0x1e9997,_0x86c350._0x5ca819,_0x86c350._0x1f9ca7)],_0xab3dcf['status'](0x76d+-0xac0+-0x9*-0x8b)[_0x3a1326(_0x86c350._0x225e44,0x68d,0x68f,0x7a2)](_0x203521);}}const _0x23db7c={};_0x23db7c[_0x35c621(_0x86c350._0x3f87a6,_0x86c350._0x52da82,_0x86c350._0x5d0cd,0xaf)]=_0xfeb277[_0x3a1326(_0x86c350._0x10df9f,_0x86c350._0x51b0ae,0x65a,0x757)],_0x23db7c[_0x35c621(0x214,_0x86c350._0x242114,0x11d,_0x86c350._0x15694f)]=_0x5284dc,_0x23db7c[_0x3a1326(0x547,_0x86c350._0x2554fc,_0x86c350._0x583af5,_0x86c350._0x305e1f)+'t']=_0x525c13,_0x23db7c[_0x3a1326(0x766,_0x86c350._0x5c16b2,_0x86c350._0x20ca56,_0x86c350._0x142b51)]=_0x43a1bc['id'],_0x23db7c[_0x3a1326(_0x86c350._0x52de96,_0x86c350._0x516881,_0x86c350._0x41f3ae,_0x86c350._0x3aee55)]=_0x557b91,logger[_0x3a1326(0x519,0x4f3,_0x86c350._0x4f35f6,0x5db)](_0x3a1326(0x55f,_0x86c350._0x10c254,_0x86c350._0x258627,0x6f6)+_0x35c621(_0x86c350._0x5354a4,0x137,0x123,0x128)+'k',_0x23db7c);const _0x420284={};_0x420284[_0x35c621(-0x103,-0x53,0x1,_0x86c350._0x4bf7c1)]=!![],_0x420284['id']=_0x5284dc,_0x420284[_0x35c621(-0x47,_0x86c350._0x5eb02e,-_0x86c350._0x11b3f2,-0x17)+'t']=_0x525c13,_0x420284[_0x35c621(-0x139,0xf6,-_0x86c350._0x362bd3,0x6)]=_0x2c6a91,_0x420284[_0x35c621(0x187,_0x86c350._0x4babb5,0x181,0x17b)+_0x3a1326(_0x86c350._0x4e903b,0x6dd,0x6f0,_0x86c350._0x8853a4)]=_0xfeb277['taskId'],_0x420284[_0x3a1326(_0x86c350._0x51262d,0x69d,0x689,_0x86c350._0x17bd39)+_0x3a1326(0x5be,0x3dc,_0x86c350._0x264d8a,0x5c3)]=_0x43a1bc['id'],_0x420284[_0x3a1326(0x70f,0x511,0x641,_0x86c350._0x1b42b3)]=_0x557b91,_0xb5290e[_0x35c621(-0xd2,_0x86c350._0x488e86,_0x86c350._0x1c1a69,-_0x86c350._0x20c7ce)](-0x401*-0x6+-0x5f7+-0x1146)['json'](_0x420284);}else{const _0x2846c3={};return _0x2846c3['error']=_0x138162[_0x3a1326(_0x86c350._0x57a7c9,0x69c,_0x86c350._0x45c4e7,_0x86c350._0x279b39)],_0x2846c3['message']=_0x138162[_0x3a1326(0x65e,0x6bc,0x69e,_0x86c350._0x359059)],_0x1dcbb8[_0x3a1326(_0x86c350._0x2420cb,0x55b,0x596,0x66c)](0x9*-0x141+0x175*-0x15+-0x53*-0x86)[_0x3a1326(0x581,_0x86c350._0x3c21e3,_0x86c350._0x47dca1,_0x86c350._0x334376)](_0x2846c3);}}catch(_0x1b14d4){if(_0x138162['XQwvd']('sVPdW',_0x138162['XBfnO']))_0x4a0328['skills']=_0x328052,_0x1a73c0=!![];else{const _0x5a58b8={};_0x5a58b8[_0x35c621(_0x86c350._0x489f8a,0x5,_0x86c350._0x597270,_0x86c350._0x37e45a)]=_0xfeb277[_0x35c621(_0x86c350._0x25cbf3,0x11b,_0x86c350._0x12d2e4,0x201)],_0x5a58b8['skillId']=_0x5284dc,_0x5a58b8['error']=_0x1b14d4['message'],logger['error'](_0x3a1326(0x605,_0x86c350._0x59e9db,_0x86c350._0x7c3caf,0x7e9)+'create\x20ski'+'ll',_0x5a58b8);try{const _0x5c1346={};_0x5c1346['recursive']=!![],_0x5c1346[_0x35c621(_0x86c350._0x3e781d,0x1be,_0x86c350._0x58d631,0xf0)]=!![],await _0x258a22['rm'](_0x19d95c,_0x5c1346);}catch{}const _0x391bec={};_0x391bec[_0x35c621(_0x86c350._0x27fc38,_0x86c350._0x230d93,0x61,_0x86c350._0x13bd1c)]=_0x138162[_0x35c621(_0x86c350._0x35c1d2,0x193,0x1bb,_0x86c350._0x3e781d)],_0x391bec[_0x3a1326(0x7e4,0x741,_0x86c350._0x20c225,_0x86c350._0x56b736)]=_0x138162['krUlQ'],_0xb5290e[_0x35c621(_0x86c350._0x4edc1d,_0x86c350._0x4d5a1d,0x6d,-_0x86c350._0x2469c9)](-0x1c*0x17+-0x13ff+0x1877)[_0x3a1326(_0x86c350._0x451f69,_0x86c350._0x2d94b9,0x68f,_0x86c350._0x12face)](_0x391bec);}}});function _0x4efdcd(_0x226ea8,_0x960fe6,_0x568433,_0x5769b5){return _0x3a03(_0x5769b5-0x11a,_0x226ea8);}router[_0x34b97a(0x5db,0x5d7,0x584,0x62f)](_0x4efdcd(0x320,0x391,0x480,0x40c)+_0x34b97a(0x815,0x7ec,0x6db,0x6f5),requireTaskAuth,validateSkillAccess,async(_0x4f292a,_0x626780)=>{const _0x5ca845={_0xdae998:0x4de,_0x1ce196:0x4dd,_0x5707df:0x481,_0x5d6155:0x545,_0xe83713:0x4ea,_0x1362bf:0x1e8,_0x2793f7:0x233,_0x403ac5:0x133,_0x404c07:0x308,_0x16a878:0x3c1,_0x2cc135:0x5e8,_0x154958:0x591,_0x5b7a34:0x3b4,_0x114798:0x3ca,_0x3645bc:0x311,_0x256e7e:0x26a,_0x503a09:0x15b,_0xa240ea:0x2ab,_0x4cd54f:0x3c5,_0x4d2fef:0x2ee,_0x46eed7:0x1dd,_0x4c13e6:0x2cc,_0x1f754c:0x32b,_0x558fb7:0x408,_0x4edff3:0x1ca,_0x51bd12:0x176,_0x1cb818:0x177,_0x5541f7:0x204,_0x14532a:0x364,_0x2c3efc:0x5ad,_0x3aabda:0x401,_0x2fab59:0x642,_0x220861:0x494,_0x487d96:0x4d1,_0x11e386:0x4ad,_0x3c3f12:0x57e,_0x2073e8:0x54a,_0x26215a:0x414,_0x5626be:0x479,_0x182cfb:0x434,_0x47a0a1:0x38a,_0x2e24aa:0x2cf,_0x5be51a:0x2bd,_0x12d308:0x337,_0x2c6ef7:0x365,_0x57e790:0x37d,_0x47b1ed:0x1a1,_0x531c90:0x302,_0x499a30:0x21e,_0x1df868:0x1e3,_0x10d05f:0x395,_0x20d743:0x2dc,_0x4ee18c:0x225,_0x21c949:0x1f6,_0x142b3d:0x1e5,_0x222190:0x1ce,_0x23ef8a:0x2cb,_0x1f2ec7:0x1b7,_0x5d95d9:0x3ba,_0x4b6cae:0x30f,_0x2ce671:0x336,_0x27008b:0x342,_0x58ef0d:0x195,_0x3e17a7:0xc6,_0x54b78e:0x1b6,_0x58eafa:0xe2,_0x3ff493:0x35c,_0x558f89:0x3bd,_0x10fd0d:0x360,_0x2f3917:0x1c8,_0x1f3ef3:0xb6,_0x280f25:0x2ff,_0x45783c:0x224,_0x579944:0x159,_0x4b5993:0x320,_0x30ff2d:0x3c4,_0x34a442:0x29f,_0xec2f13:0x430,_0x4e8a83:0x369,_0x19fbd2:0x2fa,_0x528374:0x34f,_0x4e3859:0x329,_0x5c1999:0x60e,_0x42be86:0x467,_0x2871b6:0x4f3,_0x4d6425:0x43c,_0x357789:0x179,_0xcdb234:0x229,_0x346120:0x3fa,_0x2809e9:0x35b,_0x4e7094:0x53f,_0x41cfb0:0x353,_0x590651:0x495,_0x2a7642:0x219,_0x30806b:0x346,_0x218bd7:0x43b,_0x138e7a:0x51a,_0x27e43f:0x2c8,_0x1f3898:0x1b9,_0x37e37a:0x383,_0x21e06b:0x32c,_0x453431:0x234,_0x2aae77:0x39a,_0x2b6fc6:0x396,_0x79351d:0x3fb,_0x34d923:0x2d4,_0x3728b0:0x3be,_0x4d4f28:0x3cb,_0x31c17c:0x48c,_0x5d23de:0x45b,_0x22b5b7:0x4f2,_0x1f37e3:0x3d2,_0x4db104:0x270,_0x11075e:0x2e8,_0x2e1b1e:0x1eb,_0x4f9030:0x382,_0x1efc8e:0x48f,_0x15765b:0x21f,_0x159a63:0x10f,_0x43fd61:0x2b5,_0x1e4d50:0x3d6,_0x34c603:0x2fb,_0x20b901:0x232,_0x5290e2:0x490,_0x4f31ec:0x4d8,_0x2daa61:0x60a,_0x438146:0x3ef,_0x7b4c7e:0x3ad,_0x304869:0x17b,_0x41565c:0x9f,_0xe11a87:0x471,_0x3739b6:0x4ae,_0x42927a:0x5d9,_0x33fb05:0x231,_0x3a1fdf:0x188,_0x2eb366:0x2c2,_0x3092e6:0x505,_0x478103:0x436,_0x10100b:0x2f8,_0x4a76fe:0x472,_0x37ac4d:0x3a9,_0x2bc938:0x3de,_0x4fd403:0x2f4,_0x1b46cf:0x3ee,_0x2b51e7:0x3f5,_0x3c2142:0x3f9,_0x15c128:0x509,_0x12c096:0x22e,_0xf4a508:0x318,_0x3c0e3c:0x444,_0xe99072:0x1f9,_0x292a82:0x5b3,_0x4e525b:0x3cc,_0x24d216:0x3d7,_0x13d89c:0x3e4,_0x308465:0x117,_0x550f60:0x354,_0x91b294:0x37a,_0x34bbc6:0x323,_0x26f78f:0x3a9,_0x43d5b0:0x459,_0x3b22a8:0x5af,_0x4515a4:0x52d,_0x15c17f:0x4e4,_0x49f54e:0x547,_0xb74a28:0x318,_0x3eabcd:0x3e6,_0x25612d:0x429,_0x55e366:0x22a,_0x3231ef:0x598,_0xeab012:0x385,_0x5b21b5:0x446,_0x3cec3f:0x482},_0x47d35f={_0x440963:0xba},_0x11552b={_0x4f7ef1:0xe7},_0x4993ba={'PSjGT':function(_0x5c2563,_0x34168f){return _0x5c2563===_0x34168f;},'TftWT':_0x45869f(0x563,0x42a,0x4b2,0x5e8),'fwKlB':_0x45869f(_0x5ca845._0xdae998,_0x5ca845._0x1ce196,0x42a,0x505),'IUOfu':_0x45869f(_0x5ca845._0x5707df,_0x5ca845._0x5d6155,0x538,0x63a)+_0x45869f(0x4a4,_0x5ca845._0xe83713,0x3f1,0x492)+_0x3d8ac2(0x28e,_0x5ca845._0x1362bf,0x3b5,0x2ad)+_0x3d8ac2(_0x5ca845._0x2793f7,0x292,_0x5ca845._0x403ac5,_0x5ca845._0x404c07),'negBp':_0x3d8ac2(0x3c6,0x413,_0x5ca845._0x16a878,0x333)+_0x45869f(_0x5ca845._0x2cc135,0x42c,0x4f8,_0x5ca845._0x154958)+_0x3d8ac2(_0x5ca845._0x5b7a34,_0x5ca845._0x114798,0x321,0x485),'TQTMp':_0x3d8ac2(0x286,_0x5ca845._0x3645bc,_0x5ca845._0x256e7e,_0x5ca845._0x503a09),'MqHqN':_0x45869f(0x404,0x52f,0x3ff,0x466),'SnXCr':function(_0x1de7fc,_0x238f5c){return _0x1de7fc(_0x238f5c);},'EITjh':function(_0x5451fe,_0x358b9c){return _0x5451fe===_0x358b9c;},'peSbi':_0x3d8ac2(0x3af,0x42b,_0x5ca845._0xa240ea,0x339),'QnbNs':_0x45869f(_0x5ca845._0x4cd54f,0x4f2,0x3b6,0x4de),'IkfzN':function(_0x15d394,_0x358c2d){return _0x15d394===_0x358c2d;},'DDwiW':_0x3d8ac2(0x2f5,0x390,0x32c,_0x5ca845._0x4d2fef),'DLmak':_0x3d8ac2(0x241,0x296,0x210,_0x5ca845._0x46eed7),'tICrq':_0x45869f(0x1f5,_0x5ca845._0x4c13e6,_0x5ca845._0x1f754c,_0x5ca845._0x558fb7),'wOUox':_0x3d8ac2(_0x5ca845._0x4edff3,0x163,_0x5ca845._0x51bd12,_0x5ca845._0x1cb818)+_0x3d8ac2(0x334,0x350,_0x5ca845._0x5541f7,0x246),'AyklE':_0x3d8ac2(0x232,_0x5ca845._0x14532a,0x1fc,0x195)+_0x45869f(_0x5ca845._0x2c3efc,0x54c,0x4d8,0x516),'EoZKS':function(_0x5485ab,_0x67f39a){return _0x5485ab===_0x67f39a;},'WuJYz':'bdHFy','ZQhOa':_0x45869f(_0x5ca845._0x3aabda,0x531,0x538,_0x5ca845._0x2fab59)+_0x3d8ac2(0x3d9,0x323,0x32a,_0x5ca845._0x220861),'iIJev':_0x45869f(_0x5ca845._0x487d96,0x3ce,_0x5ca845._0x11e386,_0x5ca845._0x3c3f12)+'erver\x20Erro'+'r'},{callingTask:_0x1567ef,skillId:_0x484bb6,skillPath:_0x212789,environmentName:_0x386a28}=_0x4f292a,_0x197192={};_0x197192[_0x45869f(_0x5ca845._0x2073e8,_0x5ca845._0x26215a,_0x5ca845._0x5626be,_0x5ca845._0x182cfb)]=_0x1567ef[_0x3d8ac2(0x2e3,0x268,0x351,_0x5ca845._0x47a0a1)],_0x197192[_0x3d8ac2(_0x5ca845._0x2e24aa,0x3e5,0x3b2,_0x5ca845._0x5be51a)]=_0x484bb6,_0x197192[_0x45869f(_0x5ca845._0x2e24aa,0x295,0x311,0x255)+'t']=_0x386a28,logger[_0x45869f(_0x5ca845._0x12d308,_0x5ca845._0x2c6ef7,_0x5ca845._0x57e790,0x465)](_0x4993ba[_0x3d8ac2(0x2c2,_0x5ca845._0x47b1ed,_0x5ca845._0x531c90,0x346)],_0x197192);const _0x1d1ebf=_0xe9b502[_0x3d8ac2(_0x5ca845._0x499a30,0x2ce,0x201,_0x5ca845._0x1df868)](_0x212789,_0x4993ba[_0x45869f(0x3bc,0x3bc,_0x5ca845._0x10d05f,_0x5ca845._0x20d743)]);function _0x3d8ac2(_0x3bc94b,_0x571fd1,_0x19e1d8,_0x4f1887){return _0x4efdcd(_0x571fd1,_0x571fd1-0xf3,_0x19e1d8-0x76,_0x3bc94b- -_0x11552b._0x4f7ef1);}function _0x45869f(_0x1451ec,_0x32d4e1,_0x1a4acf,_0xf74c05){return _0x34b97a(_0x1451ec-0x99,_0x1451ec,_0x1a4acf-_0x47d35f._0x440963,_0x1a4acf- -0x1d6);}try{const _0x2550c1=await _0x258a22[_0x3d8ac2(_0x5ca845._0x4ee18c,_0x5ca845._0x21c949,0x218,0x27a)](_0x1d1ebf,_0x4993ba['MqHqN']),{frontmatter:_0x1f60fc,body:_0x19bceb}=_0x4993ba['SnXCr'](parseSkillMd,_0x2550c1),_0x51241c=[];try{if(_0x4993ba['EITjh'](_0x4993ba[_0x3d8ac2(_0x5ca845._0x142b3d,_0x5ca845._0x222190,0x24c,_0x5ca845._0x23ef8a)],_0x4993ba[_0x3d8ac2(0x237,0x12f,0x2dd,_0x5ca845._0x1f2ec7)])){const _0xdc1e9e={};_0xdc1e9e[_0x45869f(0x3c6,0x415,_0x5ca845._0x5d95d9,0x4fa)]=_0x48237a[_0x45869f(_0x5ca845._0x4b6cae,0x3d9,0x3ba,_0x5ca845._0x2ce671)],_0xdc1e9e[_0x3d8ac2(0x2b0,_0x5ca845._0x27008b,0x1d4,0x30c)]=_0x3d8ac2(_0x5ca845._0x58ef0d,_0x5ca845._0x3e17a7,_0x5ca845._0x54b78e,_0x5ca845._0x58eafa),_0x5e8cba[_0x3d8ac2(_0x5ca845._0x3ff493,0x457,0x3ab,_0x5ca845._0x558f89)](_0xdc1e9e);}else{const _0x1886a2={};_0x1886a2[_0x45869f(0x360,0x21a,0x310,0x390)+_0x45869f(0x304,_0x5ca845._0x10fd0d,0x328,0x27f)]=!![];const _0x4b3fb7=await _0x258a22[_0x3d8ac2(_0x5ca845._0x2f3917,0x246,0x232,_0x5ca845._0x1f3ef3)](_0x212789,_0x1886a2);for(const _0x15bbdb of _0x4b3fb7){if(_0x4993ba[_0x3d8ac2(0x2fb,0x34f,_0x5ca845._0x280f25,0x31f)](_0x15bbdb[_0x3d8ac2(_0x5ca845._0x45783c,_0x5ca845._0x579944,0x13c,0x131)],_0x4993ba[_0x45869f(_0x5ca845._0x4b5993,_0x5ca845._0x30ff2d,0x395,_0x5ca845._0x34a442)]))continue;if(_0x15bbdb['isFile']()){if(_0x4993ba[_0x45869f(0x349,_0x5ca845._0xec2f13,0x449,0x35d)]===_0x4993ba[_0x3d8ac2(_0x5ca845._0x4e8a83,_0x5ca845._0x19fbd2,_0x5ca845._0x528374,_0x5ca845._0x4e3859)]){if(_0x4993ba[_0x45869f(_0x5ca845._0x5c1999,_0x5ca845._0x42be86,_0x5ca845._0x2871b6,_0x5ca845._0x4d6425)](_0x477de5[_0x3d8ac2(_0x5ca845._0x357789,0x293,_0x5ca845._0xcdb234,0x17d)],_0x4993ba[_0x45869f(0x4f4,0x66a,0x530,0x66d)])){const _0x1cd0f9={};return _0x1cd0f9[_0x45869f(0x567,0x60d,0x558,0x450)]=_0x4993ba[_0x3d8ac2(0x3cb,_0x5ca845._0x346120,0x2db,_0x5ca845._0x2809e9)],_0x1cd0f9[_0x45869f(_0x5ca845._0x4e7094,_0x5ca845._0x41cfb0,0x426,_0x5ca845._0x590651)]={},_0x1cd0f9;}const _0x381cf9={};_0x381cf9['error']=_0x13bd20['message'],_0x15d49d['error'](_0x4993ba[_0x3d8ac2(_0x5ca845._0x2a7642,0x17b,_0x5ca845._0x30806b,0x275)],_0x381cf9);const _0x37d439={};return _0x37d439[_0x45869f(0x66c,0x62d,0x558,_0x5ca845._0x218bd7)]=_0x4993ba[_0x45869f(_0x5ca845._0x138e7a,0x5d2,0x561,0x585)],_0x37d439[_0x3d8ac2(0x290,_0x5ca845._0x27e43f,_0x5ca845._0x1f3898,0x244)]={},_0x37d439;}else{const _0x242768={};_0x242768['name']=_0x15bbdb['name'],_0x242768[_0x45869f(_0x5ca845._0x37e37a,0x306,0x446,_0x5ca845._0x21e06b)]='file',_0x51241c[_0x45869f(0x48c,0x3ba,0x4f2,0x51a)](_0x242768);}}else{if(_0x15bbdb[_0x45869f(0x2db,0x315,0x315,_0x5ca845._0x453431)+'y']()){const _0x4632cb={};_0x4632cb[_0x45869f(_0x5ca845._0x2aae77,_0x5ca845._0x2b6fc6,0x3ba,_0x5ca845._0x79351d)]=_0x15bbdb['name'],_0x4632cb[_0x3d8ac2(0x2b0,_0x5ca845._0x4b5993,_0x5ca845._0x34d923,0x357)]=_0x4993ba[_0x45869f(_0x5ca845._0x3728b0,_0x5ca845._0x4d4f28,_0x5ca845._0x31c17c,_0x5ca845._0x5d23de)],_0x51241c[_0x45869f(0x5a6,0x48f,_0x5ca845._0x22b5b7,0x49c)](_0x4632cb);}}}}}catch{}const _0x4d5914={};_0x4d5914['id']=_0x484bb6,_0x4d5914['name']=_0x1f60fc[_0x45869f(_0x5ca845._0x1f37e3,0x37e,_0x5ca845._0x5d95d9,0x367)]||_0x484bb6,_0x4d5914['descriptio'+'n']=_0x1f60fc[_0x3d8ac2(_0x5ca845._0x4db104,_0x5ca845._0x11075e,0x2ce,_0x5ca845._0x2e1b1e)+'n']||'',_0x4d5914[_0x45869f(_0x5ca845._0x4f9030,0x31a,0x3a7,_0x5ca845._0x1efc8e)]=_0x19bceb,_0x4d5914[_0x3d8ac2(0x1ca,_0x5ca845._0x15765b,0x1da,_0x5ca845._0x159a63)+'ols']=_0x1f60fc[_0x4993ba['wOUox']]||[],_0x4d5914['model']=_0x1f60fc[_0x3d8ac2(_0x5ca845._0x43fd61,0x293,_0x5ca845._0x1e4d50,_0x5ca845._0x34c603)]||null,_0x4d5914[_0x3d8ac2(_0x5ca845._0x20b901,0x150,0x363,0x342)+_0x45869f(0x3da,_0x5ca845._0x5290e2,_0x5ca845._0x4f31ec,_0x5ca845._0x2daa61)]=_0x1f60fc[_0x4993ba[_0x45869f(_0x5ca845._0x438146,_0x5ca845._0x7b4c7e,0x4a4,0x49c)]]||null,_0x4d5914[_0x45869f(0x279,0x401,0x362,0x2d4)]=_0x51241c,_0x4d5914[_0x3d8ac2(_0x5ca845._0x304869,0x275,_0x5ca845._0x41565c,0x46)+'t']=_0x386a28,_0x626780[_0x45869f(0x5bd,_0x5ca845._0xe11a87,_0x5ca845._0x3739b6,_0x5ca845._0x42927a)](_0x4d5914);}catch(_0x24d49d){if(_0x4993ba['EoZKS'](_0x4993ba[_0x3d8ac2(_0x5ca845._0x33fb05,0x245,0x16c,_0x5ca845._0x3a1fdf)],_0x4993ba[_0x45869f(_0x5ca845._0x2eb366,0x3a0,0x3c7,_0x5ca845._0x3092e6)])){if(_0x24d49d[_0x45869f(0x247,_0x5ca845._0x478103,0x30f,0x37b)]===_0x4993ba['TftWT']){const _0x307381={};return _0x307381[_0x45869f(_0x5ca845._0x10100b,_0x5ca845._0x4a76fe,_0x5ca845._0x37ac4d,_0x5ca845._0x5d95d9)]=_0x3d8ac2(0x32b,_0x5ca845._0x2bc938,0x435,_0x5ca845._0x4fd403),_0x307381['message']=_0x45869f(0x474,_0x5ca845._0x1b46cf,0x4c7,_0x5ca845._0x2b51e7)+_0x484bb6+(_0x45869f(0x332,0x3b6,_0x5ca845._0x3c2142,_0x5ca845._0x15c128)+'d'),_0x626780[_0x3d8ac2(0x21f,0x155,_0x5ca845._0x12c096,0x30c)](0x1d6c+0x360+-0x8*0x3e7)[_0x3d8ac2(_0x5ca845._0xf4a508,0x2f1,_0x5ca845._0x3c0e3c,_0x5ca845._0xe99072)](_0x307381);}const _0x11bdab={};_0x11bdab['taskId']=_0x1567ef[_0x45869f(0x4eb,_0x5ca845._0x292a82,0x479,0x338)],_0x11bdab[_0x45869f(_0x5ca845._0x4e525b,0x50e,0x465,0x48e)]=_0x484bb6,_0x11bdab[_0x45869f(0x33c,_0x5ca845._0x24d216,0x3a9,_0x5ca845._0x13d89c)]=_0x24d49d['message'],logger[_0x3d8ac2(0x213,0x2d5,0x2d4,_0x5ca845._0x308465)](_0x4993ba[_0x45869f(0x27e,0x285,_0x5ca845._0x550f60,0x414)],_0x11bdab);const _0x4c8afb={};_0x4c8afb[_0x45869f(_0x5ca845._0x91b294,_0x5ca845._0x34bbc6,_0x5ca845._0x26f78f,_0x5ca845._0x43d5b0)]=_0x4993ba['iIJev'],_0x4c8afb[_0x45869f(_0x5ca845._0x3b22a8,_0x5ca845._0x4515a4,_0x5ca845._0x15c17f,_0x5ca845._0x49f54e)]=_0x4993ba[_0x45869f(0x454,0x435,0x354,0x349)],_0x626780['status'](0x1*0x25b7+-0x2b*0x2f+0xae*-0x29)[_0x3d8ac2(_0x5ca845._0xb74a28,_0x5ca845._0x3eabcd,_0x5ca845._0x25612d,_0x5ca845._0x55e366)](_0x4c8afb);}else _0x1de925[_0x45869f(0x4d9,0x4dc,_0x5ca845._0x22b5b7,_0x5ca845._0x3231ef)](_0x45869f(_0x5ca845._0xeab012,_0x5ca845._0x5b21b5,_0x5ca845._0x3cec3f,0x527)+_0x5dbd65);}}),router[_0x34b97a(0x724,0x785,0x7ce,0x733)]('/skills/:s'+_0x34b97a(0x7f4,0x70a,0x7ff,0x6f5),requireTaskAuth,validateSkillAccess,async(_0x4e7b56,_0x3339b1)=>{const _0x4c464f={_0x9e238a:0x1fa,_0x2a9e99:0x1e5,_0xe4851b:0x2eb,_0x3b4ec7:0x204,_0x1d7b6d:0x2aa,_0x29b465:0x2b1,_0x1b2a0f:0x26b,_0x5b10e1:0x122,_0x3b49ac:0x19c,_0x459701:0x1f1,_0x38e703:0x2a4,_0x2dd6e6:0x1e0,_0x4f88b7:0xb2,_0x15806e:0xb0,_0x59e825:0x9d,_0x34c06c:0xb2,_0x31054c:0x14,_0x5b5f76:0x12f,_0xbad16e:0x23a,_0x3906d0:0x214,_0xdf1aad:0x11e,_0x473559:0x260,_0x3360d1:0x18c,_0x54845e:0x294,_0x1aa4b8:0x21b,_0x4a07cb:0x43b,_0x3ddeed:0x4,_0x3d0065:0xa7,_0x1e2d10:0x10c,_0x1df44f:0xf0,_0x185675:0x29a,_0x590bce:0x178,_0x7a878f:0x15d,_0x265524:0x27d,_0x538948:0x2ac,_0x144386:0x1fb,_0x3feaa4:0x348,_0xc50b0:0x226,_0x1b859e:0x2be,_0x1021fe:0x183,_0x118bb0:0x29c,_0x4b84aa:0x246,_0x417ec7:0x23d,_0x522d8f:0x289,_0x5d7bbe:0x19e,_0x474321:0x291,_0x53075c:0x304,_0x4fb531:0x23c,_0x2e57d5:0x191,_0x10c7e0:0x1e1,_0x2b04ce:0x26b,_0x4c2f45:0x2b0,_0xe6f928:0x1b7,_0x88b903:0x234,_0x181195:0x1e2,_0x2a582f:0x3a5,_0x36e13f:0x3b1,_0x13df66:0x1a1,_0x2b9648:0x151,_0x2378ec:0x79,_0x93219:0x56,_0x593bba:0x13,_0x25d1a0:0x47e,_0x486b36:0x359,_0x2706cf:0x3a,_0x5e3ba0:0x26,_0x443fe4:0x362,_0x328081:0x229,_0x4ccde7:0x44f,_0x2090fc:0x403,_0x317f65:0x233,_0x30dcfa:0x341,_0x2ec69a:0x138,_0x14810c:0x2f7,_0x4d5426:0x232,_0x4fd62a:0x279,_0x122f35:0x32c,_0x4a7870:0x80,_0x1e0ee9:0x192,_0x5c0df6:0x303,_0x49c343:0x276,_0x4f07c4:0x104,_0x811f09:0x1f,_0x126d07:0x129,_0x527882:0xbc,_0x39bd07:0x30,_0x22f0aa:0xb6,_0x5aa43d:0xee,_0x1c8565:0xd4,_0x57368e:0x149,_0x463c2e:0x13d,_0x19e9c6:0x59,_0x73c786:0xdc,_0x36d788:0x156,_0x4e31ae:0x28f,_0x5aca70:0x34c,_0x11b0f2:0x2c0,_0x240ff2:0x15c,_0x324b8d:0x3a9,_0xd0d817:0x1a4,_0x4d3cc4:0x2dd,_0xa36c2c:0x1bf,_0x2a95cf:0xcf,_0xb33293:0x19d,_0x3d1348:0x283,_0x975365:0x1da,_0xc9dbd1:0x17d,_0x448053:0x20c,_0xd13011:0x29c,_0x47f179:0xb8,_0xfc9148:0xed,_0x3f0b0c:0x1f5,_0x919524:0xbf,_0x239928:0x10e,_0x1df8d5:0x1d,_0x2d3bda:0x2b9,_0x4ba1bb:0x275,_0x196dd7:0x41f,_0x2b2f47:0x101,_0x296bb5:0x31,_0x588484:0x237,_0x5223bd:0x260,_0x15b4be:0x27f,_0xf23cfe:0x1dd,_0x2e7e7a:0x2b7,_0x6b4b73:0x2fb,_0x14e03e:0x321,_0x32fb8d:0x125,_0x4896e7:0x274,_0x4887b2:0x2e4,_0x424d3c:0x2db,_0x1db672:0x190,_0x3b69a9:0x1c9,_0x4d6dd3:0x314,_0x496301:0x448,_0x56e4ca:0x326,_0x58fdfd:0x298,_0x38c986:0x198,_0x2f7a4d:0x44,_0xf3bfc6:0x34e,_0x4b6648:0x217,_0x242435:0x1c7,_0x4871b8:0x2bb,_0x1a35de:0x1c6,_0x391146:0x19f,_0x1657cb:0xea,_0x339ea5:0x21d,_0x482d52:0x2a8,_0x43abdb:0x25d,_0x55a820:0x2aa,_0x15e680:0x1d1,_0xd50795:0x81,_0x106d0d:0x24,_0x149eeb:0x284,_0x3628d2:0xa0,_0x138fc4:0x289,_0x362bee:0x379,_0x229b40:0x29b,_0xd81603:0x1ac,_0x47788c:0x290,_0x3b2835:0x331,_0xbc8bf7:0x235,_0x149f91:0x157,_0x28db97:0x2b2,_0x306219:0x26f,_0x138e7d:0x2e6,_0x80b41d:0x31a,_0x4da183:0x18d,_0x2e86b6:0x83,_0x1a9cc3:0x113,_0x254d84:0x41,_0x57e475:0x204,_0x5d5a0c:0xa6,_0x36af2d:0x211,_0x5239ed:0x1e8,_0x680249:0x240,_0x6f6dce:0x57,_0x4239b3:0xe8,_0x3d46d7:0x3dc,_0x4e5222:0x323,_0xa3b437:0x16c,_0x2270c6:0x75,_0x1a9afc:0x210,_0x106088:0x111,_0x4d022d:0x227,_0x225c7f:0x131,_0x57f192:0x16b,_0x10f0c9:0x26c,_0x1c771d:0x247,_0x3e4bf7:0x3cc,_0x13fef5:0x22e,_0x23ceab:0x362,_0x20fa89:0x307,_0x64c894:0x1bb,_0x3743e6:0x228,_0x16cf04:0x88,_0x33fabe:0x78,_0x41bdca:0x1e1,_0x2d7059:0x2dc},_0x53b543={_0x75e09a:0x9a},_0x3486ad={_0x1f2fff:0x89},_0x85c447={'luvET':_0x3b1a7f(0x30b,0x27a,0x217,0x3ab),'cElJg':function(_0x2f5993,_0x1297bd){return _0x2f5993===_0x1297bd;},'QIzrx':_0x388161(0x175,_0x4c464f._0x9e238a,_0x4c464f._0x2a9e99,_0x4c464f._0xe4851b),'SLyuP':_0x388161(_0x4c464f._0x3b4ec7,_0x4c464f._0x1d7b6d,0x1f4,0x12a),'xlAIF':_0x388161(_0x4c464f._0x29b465,0x2c5,_0x4c464f._0x1b2a0f,0x206)+_0x388161(_0x4c464f._0x5b10e1,0x14e,_0x4c464f._0x3b49ac,0x90)+_0x3b1a7f(_0x4c464f._0x459701,0x2fa,0x177,0x2f3),'xAswq':_0x388161(0x315,_0x4c464f._0x38e703,_0x4c464f._0x2dd6e6,_0x4c464f._0x4f88b7)+_0x388161(_0x4c464f._0x15806e,_0x4c464f._0x59e825,_0x4c464f._0x34c06c,-_0x4c464f._0x31054c)+'r','HhUvd':'Failed\x20to\x20'+'delete\x20fil'+'e','tJwPk':function(_0x5acc55,_0x140325){return _0x5acc55===_0x140325;},'tKXVW':function(_0x15ef7c,_0x35b3c6){return _0x15ef7c===_0x35b3c6;},'dPgho':function(_0x780920,_0x592cac){return _0x780920===_0x592cac;},'HwtpH':_0x3b1a7f(0x24e,0x253,0x1ab,_0x4c464f._0x5b5f76)+'t','NjWwu':_0x3b1a7f(_0x4c464f._0xbad16e,0x1c6,_0x4c464f._0x3906d0,0x257)+_0x3b1a7f(0x21f,_0x4c464f._0xdf1aad,_0x4c464f._0x473559,0x19b)+_0x3b1a7f(_0x4c464f._0x3360d1,_0x4c464f._0x54845e,0x2bd,0xac)+'vided','rxbOz':_0x3b1a7f(0x33a,_0x4c464f._0x1aa4b8,_0x4c464f._0x4a07cb,0x416)+_0x388161(-_0x4c464f._0x3ddeed,_0x4c464f._0x3d0065,_0x4c464f._0x1e2d10,_0x4c464f._0x1df44f),'tvVdt':function(_0x33ca31,_0x1f253c){return _0x33ca31!==_0x1f253c;},'TBtXR':function(_0x358f6f,_0x423ff0){return _0x358f6f!==_0x423ff0;},'LkmYJ':function(_0x2a5fe9,_0x4f54fa){return _0x2a5fe9!==_0x4f54fa;},'emASG':_0x3b1a7f(_0x4c464f._0x185675,_0x4c464f._0x590bce,_0x4c464f._0x7a878f,0x379),'WvgpT':_0x3b1a7f(_0x4c464f._0x265524,_0x4c464f._0x538948,_0x4c464f._0x144386,0x376),'Oxbrw':function(_0xef7eac,_0x1d5adf){return _0xef7eac===_0x1d5adf;},'bXZEo':function(_0x5bd37d,_0x1310f5){return _0x5bd37d(_0x1310f5);},'FVLJM':'allowed-to'+_0x3b1a7f(_0x4c464f._0x3feaa4,0x45a,_0x4c464f._0xc50b0,0x372),'bsXAU':_0x388161(_0x4c464f._0x1b859e,_0x4c464f._0x1021fe,_0x4c464f._0x118bb0,0x1f1),'Eteao':_0x3b1a7f(_0x4c464f._0x4b84aa,_0x4c464f._0x417ec7,0x1e7,0x2c1)+_0x3b1a7f(0x356,0x2bf,0x26f,0x48f),'DTtWH':function(_0x564186,_0x52e462,_0x1b3e6b){return _0x564186(_0x52e462,_0x1b3e6b);},'ysNdG':_0x388161(0x1e9,0x39c,_0x4c464f._0x522d8f,0x2a5)+_0x388161(0x185,0x2a4,_0x4c464f._0x5d7bbe,_0x4c464f._0x474321)+'k','YnmkO':function(_0x514a5b,_0x32af94){return _0x514a5b!==_0x32af94;},'KLWDc':_0x3b1a7f(_0x4c464f._0x53075c,0x400,_0x4c464f._0x4fb531,0x2cd),'aKLFC':_0x3b1a7f(_0x4c464f._0x2e57d5,0x108,0x27a,_0x4c464f._0x10c7e0),'GShLJ':_0x388161(0x159,0x1e4,_0x4c464f._0x2b04ce,0x204)+_0x3b1a7f(_0x4c464f._0x4c2f45,_0x4c464f._0xe6f928,_0x4c464f._0x88b903,0x356)+'ll'},{callingTask:_0x4f2f73,taskUser:_0xc331e8,skillId:_0x37858d,skillPath:_0xa25bcd,environmentName:_0x1f5e7d}=_0x4e7b56;function _0x3b1a7f(_0x53b109,_0x376102,_0x44b97d,_0x41a8ab){return _0x4efdcd(_0x41a8ab,_0x376102-_0x3486ad._0x1f2fff,_0x44b97d-0x129,_0x53b109- -0xd3);}const {name:_0x3802a7,description:_0xb56159,body:_0x1b7ecf,'allowed-tools':_0x136b38,model:_0x1d125d,'argument-hint':_0x5bb6a9}=_0x4e7b56[_0x3b1a7f(0x225,0x205,0x23f,_0x4c464f._0x181195)];if(_0x85c447[_0x3b1a7f(_0x4c464f._0x2a582f,0x46f,0x4ad,_0x4c464f._0x36e13f)](_0x3802a7,undefined)&&_0x85c447[_0x3b1a7f(_0x4c464f._0x13df66,0x277,_0x4c464f._0x2b9648,0x1e6)](_0xb56159,undefined)&&_0x85c447[_0x388161(-0xc0,-_0x4c464f._0x2378ec,_0x4c464f._0x93219,-_0x4c464f._0x593bba)](_0x1b7ecf,undefined)&&_0x85c447[_0x3b1a7f(0x39c,_0x4c464f._0x25d1a0,_0x4c464f._0x486b36,0x45c)](_0x136b38,undefined)&&_0x85c447['dPgho'](_0x1d125d,undefined)&&_0x85c447['tJwPk'](_0x5bb6a9,undefined)){const _0x1ecd3a={};return _0x1ecd3a[_0x388161(_0x4c464f._0x2706cf,_0x4c464f._0x5e3ba0,0xdc,0x76)]=_0x85c447['HwtpH'],_0x1ecd3a[_0x3b1a7f(_0x4c464f._0x443fe4,_0x4c464f._0x328081,_0x4c464f._0x4ccde7,_0x4c464f._0x2090fc)]=_0x85c447['NjWwu'],_0x3339b1[_0x3b1a7f(_0x4c464f._0x317f65,0x138,0x158,_0x4c464f._0x30dcfa)](-0x827+-0x21a6+0x1*0x2b5d)[_0x388161(0xe9,0x17d,0x1e1,0x132)](_0x1ecd3a);}logger['info'](_0x85c447[_0x388161(0x11e,0x244,_0x4c464f._0x2ec69a,0x51)],{'taskId':_0x4f2f73[_0x3b1a7f(_0x4c464f._0x14810c,_0x4c464f._0x4d5426,_0x4c464f._0x4fd62a,_0x4c464f._0x122f35)],'skillId':_0x37858d,'environment':_0x1f5e7d,'userId':_0xc331e8['id'],'fields':{'name':_0x85c447[_0x388161(0x1a7,_0x4c464f._0x4a7870,_0x4c464f._0x1e0ee9,0x1aa)](_0x3802a7,undefined),'description':_0x85c447[_0x3b1a7f(_0x4c464f._0x5c0df6,_0x4c464f._0x49c343,0x279,0x3c3)](_0xb56159,undefined),'body':_0x1b7ecf!==undefined,'allowedTools':_0x85c447[_0x388161(_0x4c464f._0x4f07c4,_0x4c464f._0x811f09,_0x4c464f._0x126d07,0x204)](_0x136b38,undefined),'model':_0x1d125d!==undefined,'argumentHint':_0x85c447['TBtXR'](_0x5bb6a9,undefined)}});const _0x450fc5=_0xe9b502['join'](_0xa25bcd,_0x85c447[_0x388161(_0x4c464f._0x527882,0x104,_0x4c464f._0x39bd07,-_0x4c464f._0x22f0aa)]),_0x2b6c2d=new Date()[_0x388161(_0x4c464f._0x4a7870,0x80,0x10b,0xe8)+'g']();function _0x388161(_0xd46135,_0x4eff01,_0x35fbdf,_0x26af45){return _0x4efdcd(_0xd46135,_0x4eff01-_0x53b543._0x75e09a,_0x35fbdf-0xd5,_0x35fbdf- -0x21e);}try{let _0x483b66='';try{_0x483b66=await _0x258a22[_0x388161(0xc0,0x175,_0x4c464f._0x5aa43d,_0x4c464f._0x1c8565)](_0x450fc5,_0x85c447['WvgpT']);}catch(_0x4c6b76){if(_0x85c447['Oxbrw'](_0x4c6b76[_0x388161(_0x4c464f._0x57368e,_0x4c464f._0x463c2e,0x42,0x180)],_0x85c447[_0x388161(_0x4c464f._0x19e9c6,0x154,_0x4c464f._0xdf1aad,0x6f)])){const _0x22f091={};return _0x22f091[_0x388161(0x34,-0x48,_0x4c464f._0x73c786,0x73)]=_0x85c447[_0x388161(0x296,0x1ee,_0x4c464f._0x36d788,_0x4c464f._0x4e31ae)],_0x22f091['message']='Skill\x20\x27'+_0x37858d+(_0x3b1a7f(0x277,_0x4c464f._0x2ec69a,0x262,0x20c)+'d'),_0x3339b1['status'](0x1*-0x2077+-0x14*0x4+-0x6df*-0x5)['json'](_0x22f091);}throw _0x4c6b76;}const _0x196b48=_0x85c447[_0x3b1a7f(_0x4c464f._0x5aca70,0x35d,0x45e,_0x4c464f._0x11b0f2)](parseSkillMd,_0x483b66),_0xd885bb={'name':_0x85c447[_0x3b1a7f(0x274,_0x4c464f._0x240ff2,_0x4c464f._0x324b8d,0x313)](_0x3802a7,undefined)?_0x3802a7:_0x196b48['frontmatte'+'r'][_0x3b1a7f(0x238,_0x4c464f._0xd0d817,0x336,0x1d0)]||_0x37858d,'description':_0x85c447[_0x3b1a7f(_0x4c464f._0x4d3cc4,0x290,0x39d,0x308)](_0xb56159,undefined)?_0xb56159:_0x196b48[_0x3b1a7f(0x2e8,0x36e,0x3b8,_0x4c464f._0xa36c2c)+'r'][_0x3b1a7f(0x284,0x24f,_0x4c464f._0x38e703,0x380)+'n']||''},_0x3f1ba6=_0x136b38!==undefined?_0x136b38:_0x196b48[_0x388161(0xf1,_0x4c464f._0x2a95cf,_0x4c464f._0xb33293,_0x4c464f._0x3d1348)+'r'][_0x85c447[_0x3b1a7f(0x17c,_0x4c464f._0x975365,0x4a,0x1e8)]];if(_0x3f1ba6&&_0x3f1ba6[_0x3b1a7f(0x3e1,0x374,0x4c5,0x3d1)]>-0x161b*-0x1+-0x204c+0xa31){if(_0x85c447[_0x388161(0xbb,_0x4c464f._0xc9dbd1,0xbc,0x18b)]!==_0x388161(0x207,_0x4c464f._0x448053,_0x4c464f._0xd13011,0x210)){const _0x3753a6={};_0x3753a6[_0x388161(_0x4c464f._0x47f179,-0x12,_0x4c464f._0xfc9148,_0x4c464f._0x3f0b0c)]=_0x1578b3[_0x388161(_0x4c464f._0x919524,_0x4c464f._0x239928,0xed,-_0x4c464f._0x1df8d5)],_0x3753a6['type']=_0x85c447[_0x3b1a7f(0x302,0x1e6,0x3ae,_0x4c464f._0x2d3bda)],_0x5e6d53[_0x3b1a7f(0x370,_0x4c464f._0x4ba1bb,0x2ce,_0x4c464f._0x196dd7)](_0x3753a6);}else _0xd885bb[_0x85c447[_0x388161(-_0x4c464f._0x2b2f47,-0xce,_0x4c464f._0x296bb5,0x3a)]]=_0x3f1ba6;}const _0x20e858=_0x85c447[_0x388161(_0x4c464f._0x5d7bbe,0x12d,_0x4c464f._0x1e0ee9,0x1a4)](_0x1d125d,undefined)?_0x1d125d:_0x196b48['frontmatte'+'r'][_0x388161(_0x4c464f._0x588484,_0x4c464f._0x5223bd,0x17e,0x2a0)];_0x20e858&&(_0xd885bb[_0x388161(_0x4c464f._0x9e238a,_0x4c464f._0x15b4be,0x17e,_0x4c464f._0xf23cfe)]=_0x20e858);const _0x1eb5f7=_0x85c447['tvVdt'](_0x5bb6a9,undefined)?_0x5bb6a9:_0x196b48[_0x3b1a7f(0x2e8,_0x4c464f._0x2e7e7a,_0x4c464f._0x6b4b73,_0x4c464f._0x14e03e)+'r'][_0x85c447['Eteao']];_0x1eb5f7&&(_0xd885bb[_0x85c447[_0x3b1a7f(_0x4c464f._0x181195,0x2fb,0x17b,_0x4c464f._0x32fb8d)]]=_0x1eb5f7);const _0x2299de=_0x85c447[_0x3b1a7f(_0x4c464f._0x4896e7,0x310,_0x4c464f._0x4887b2,0x18d)](_0x1b7ecf,undefined)?_0x1b7ecf:_0x196b48[_0x3b1a7f(0x225,_0x4c464f._0x424d3c,_0x4c464f._0x1db672,0x2b8)],_0x2c13b2=_0x85c447[_0x3b1a7f(0x179,0x52,_0x4c464f._0x3b69a9,0x12e)](serializeSkillMd,_0xd885bb,_0x2299de);await _0x258a22[_0x3b1a7f(_0x4c464f._0x4d6dd3,0x454,_0x4c464f._0x496301,_0x4c464f._0x56e4ca)](_0x450fc5,_0x2c13b2,_0x85c447['WvgpT']);const _0x436548={};_0x436548[_0x388161(0x93,0x162,0x1ac,0x94)]=_0x4f2f73[_0x3b1a7f(0x2f7,0x35c,0x2fb,0x383)],_0x436548[_0x388161(0x257,_0x4c464f._0x58fdfd,_0x4c464f._0x38c986,0x1ad)]=_0x37858d,_0x436548[_0x388161(0x169,0x112,_0x4c464f._0x2f7a4d,0xf1)+'t']=_0x1f5e7d,_0x436548[_0x3b1a7f(0x2fe,_0x4c464f._0xf3bfc6,0x269,_0x4c464f._0x4b6648)]=_0xc331e8['id'],logger[_0x388161(-0x38,0x1dc,0xb0,0xe0)](_0x85c447['ysNdG'],_0x436548);const _0x31e0dc={};_0x31e0dc[_0x3b1a7f(_0x4c464f._0x242435,_0x4c464f._0x4871b8,0x136,0x10d)]=!![],_0x31e0dc['id']=_0x37858d,_0x31e0dc[_0x3b1a7f(0x18f,_0x4c464f._0x1a35de,0x16d,_0x4c464f._0x391146)+'t']=_0x1f5e7d,_0x31e0dc[_0x388161(0x110,_0x4c464f._0x1657cb,0x7e,0x13f)]=_0x2b6c2d,_0x31e0dc[_0x3b1a7f(_0x4c464f._0x339ea5,_0x4c464f._0x482d52,_0x4c464f._0x43abdb,_0x4c464f._0x55a820)+'askId']=_0x4f2f73[_0x388161(0xed,_0x4c464f._0x15e680,0x1ac,0x1a7)],_0x31e0dc[_0x388161(-0x63,0x59,0xa3,0x1e)+_0x388161(-_0x4c464f._0xd50795,0x5f,_0x4c464f._0x106d0d,-0x104)]=_0xc331e8['id'],_0x3339b1[_0x388161(_0x4c464f._0x149eeb,_0x4c464f._0x3628d2,_0x4c464f._0x10c7e0,_0x4c464f._0x138fc4)](_0x31e0dc);}catch(_0x1dfb3c){if(_0x85c447['YnmkO'](_0x85c447[_0x388161(0x33b,_0x4c464f._0x362bee,0x29a,0x162)],_0x85c447['aKLFC'])){const _0x351021={};_0x351021[_0x388161(_0x4c464f._0x229b40,0x1ad,_0x4c464f._0xd81603,0x276)]=_0x4f2f73['taskId'],_0x351021['skillId']=_0x37858d,_0x351021[_0x3b1a7f(0x227,_0x4c464f._0x3f0b0c,_0x4c464f._0x47788c,0x308)]=_0x1dfb3c[_0x3b1a7f(0x362,_0x4c464f._0x3b2835,0x381,_0x4c464f._0xbc8bf7)],logger[_0x388161(_0x4c464f._0x149f91,0xf3,0xdc,0x2a)](_0x85c447[_0x388161(_0x4c464f._0x28db97,0x32f,_0x4c464f._0x306219,_0x4c464f._0x265524)],_0x351021);const _0x11440e={};_0x11440e[_0x3b1a7f(0x227,0x357,0x1df,0x24e)]=_0x85c447['xAswq'],_0x11440e[_0x388161(_0x4c464f._0x138e7d,_0x4c464f._0x80b41d,0x217,0x162)]=_0x85c447['GShLJ'],_0x3339b1['status'](0x1e*0x3e+-0x553*-0x3+-0x1*0x1549)['json'](_0x11440e);}else{if(_0x85c447['cElJg'](_0x30827f[_0x3b1a7f(_0x4c464f._0x4da183,_0x4c464f._0x2e86b6,_0x4c464f._0x1a9cc3,0xe4)],_0x85c447['QIzrx'])){const _0x1b9b04={};return _0x1b9b04[_0x388161(_0x4c464f._0x254d84,0x1c3,_0x4c464f._0x73c786,_0x4c464f._0x57e475)]=_0x85c447[_0x388161(_0x4c464f._0x5d5a0c,0x6a,0x156,0x14a)],_0x1b9b04['message']=_0x3b1a7f(0x2f0,_0x4c464f._0x36af2d,0x34f,0x336)+_0x110af6+(_0x388161(_0x4c464f._0x5239ed,_0x4c464f._0x680249,0x12c,0x138)+'d'),_0x6f1329[_0x388161(0x99,-_0x4c464f._0x6f6dce,_0x4c464f._0x4239b3,-0x54)](0x397*-0x1+0x1ad2+0x17*-0xf1)[_0x3b1a7f(0x32c,_0x4c464f._0x3d46d7,_0x4c464f._0x47788c,_0x4c464f._0x680249)](_0x1b9b04);}const _0x3bf59b={};_0x3bf59b[_0x3b1a7f(0x2f7,0x2a0,0x3d9,0x2ef)]=_0xd29b42[_0x3b1a7f(0x2f7,0x227,0x328,_0x4c464f._0x4e5222)],_0x3bf59b[_0x388161(_0x4c464f._0xa3b437,_0x4c464f._0x3b49ac,0x198,_0x4c464f._0x2270c6)]=_0x541ffc,_0x3bf59b[_0x3b1a7f(_0x4c464f._0x1a9afc,_0x4c464f._0x106088,0x26b,0xec)]=_0x44b436,_0x3bf59b[_0x3b1a7f(_0x4c464f._0x4d022d,0x1e2,0x23c,0xea)]=_0x545ee7[_0x388161(_0x4c464f._0x225c7f,0x148,0x217,0x22d)],_0x5ad07c['error'](_0x85c447[_0x388161(0x11a,_0x4c464f._0x57f192,0x1df,0x2cc)],_0x3bf59b);const _0x32968e={};_0x32968e[_0x3b1a7f(_0x4c464f._0x4d022d,_0x4c464f._0x10f0c9,0x316,_0x4c464f._0x1c771d)]=_0x85c447[_0x3b1a7f(0x28d,_0x4c464f._0x3e4bf7,_0x4c464f._0x13fef5,0x181)],_0x32968e[_0x3b1a7f(_0x4c464f._0x23ceab,_0x4c464f._0x20fa89,0x3d2,0x226)]=_0x85c447[_0x388161(_0x4c464f._0x317f65,_0x4c464f._0x64c894,_0x4c464f._0x3743e6,0x257)],_0x4d69c5[_0x388161(_0x4c464f._0x1021fe,_0x4c464f._0x16cf04,_0x4c464f._0x4239b3,_0x4c464f._0x33fabe)](0x632+0x16*-0x189+0x1d88)[_0x388161(0xc8,0x31e,_0x4c464f._0x41bdca,_0x4c464f._0x2d7059)](_0x32968e);}}}),router[_0x34b97a(0x47c,0x42c,0x516,0x4f8)](_0x34b97a(0x5a1,0x668,0x552,0x691)+'killId',requireTaskAuth,validateSkillAccess,async(_0x29cbc2,_0x4afe0d)=>{const _0x4cfaa1={_0x11fc7e:0x439,_0x5242b4:0x20b,_0x43ceee:0x2c9,_0x40271b:0x2cc,_0x580347:0x3c7,_0x4d1501:0x39d,_0x1ddaaf:0x23d,_0x545cec:0x2eb,_0x40c820:0x28e,_0x3648aa:0x3c7,_0x138d39:0x285,_0x35ff8f:0x393,_0x5da775:0x3b4,_0x5e9745:0x4b0,_0x34dae2:0x2c8,_0x55db8c:0x2f8,_0x410c49:0x387,_0x201fc3:0x259,_0x4dfe62:0x4e7,_0x367cfa:0x3a9,_0x1f3b3b:0x497,_0x3177e2:0x4da,_0xe2c8f7:0x2d1,_0x4e0adf:0x31f,_0x38966b:0x3d4,_0x299656:0x216,_0x2261a2:0x457,_0x144b9c:0x4f3,_0x599f4a:0x133,_0x3fe688:0x2fa,_0x24320a:0x13d,_0x339a83:0x2f7,_0x42fe34:0x3ed,_0x13668f:0x433,_0x134e4f:0x3dc,_0x2e4b16:0x2e5,_0x2f82ba:0x405,_0x367779:0x30f,_0x3ec3d4:0x257,_0x4492ee:0x169,_0x1c6226:0x258,_0x24ff17:0x305,_0x4c81fd:0x1a2,_0x385994:0x1be,_0x3041bd:0x1cc,_0x5cd7a5:0x398,_0x37c0c2:0x2b1,_0x20d6b7:0x47c,_0xa455aa:0x2ea,_0x5585fb:0x2f2,_0x3e9bbd:0x56,_0x4d6915:0x174,_0x5a0ac7:0x238,_0x8bd2fa:0x1b8,_0x34c6f6:0x18a,_0x2f418b:0x1dd,_0x636c17:0x14b,_0xc2ba4f:0x85,_0x354866:0x4fd,_0x37f9d5:0x3fd,_0xfd6eed:0x1d4,_0x3e10e4:0x98,_0xdbc7e5:0x17f,_0x4177a7:0x12c,_0x577b38:0x36,_0x5e0647:0x213,_0x2ca050:0x182,_0x555989:0x51d,_0x2a46f0:0x40e,_0x297f02:0x21a,_0x3751f0:0x2ed,_0x2809bd:0x351,_0x406a87:0x2fe,_0x44a7bd:0x432,_0x2bfdb2:0x358,_0x2f4051:0x5c,_0x26acb4:0x10a,_0x1e0720:0x5d,_0x268048:0x2a2,_0xd825f4:0x302,_0x382b15:0x136,_0x51a8e6:0x1cd,_0x524cbf:0x1ca,_0x1335ab:0x3c6,_0x51b451:0x385,_0x4a4752:0x468,_0x320f0f:0x215,_0x393b43:0x568,_0x234a8e:0x584,_0x2c5681:0x346,_0x5e9be6:0x4cd,_0x106bf7:0x30b,_0x4df395:0x286,_0x3dfdb4:0x22f,_0x3b8616:0xff,_0x4558b4:0x1e4,_0x4fd063:0x418,_0x9ebaae:0x369,_0x355024:0x440,_0x1fc619:0x37b,_0x23c3c0:0x52e,_0xc360f2:0x14f,_0xcd5301:0x157,_0x3d800e:0x1bf,_0x509cbc:0x118,_0x4b0e1b:0x177,_0x5b39b7:0x2e8,_0x51aad5:0x41f,_0x214eec:0x4fb,_0x4aaff9:0x4a3,_0xe2a04e:0x2a9,_0x28c17b:0x24c,_0x413abe:0x354,_0x262c65:0x36c,_0x5d0a27:0x44d,_0x53d62b:0x345,_0xff53ee:0x182,_0x38421f:0x299,_0x4f3c01:0x190,_0x5daa03:0x1c2,_0x1a2c46:0x3fd,_0x1cbe30:0x477,_0x104056:0x448,_0x417354:0x43c,_0x49ef6b:0x4cb,_0x59b276:0x533,_0x26ff76:0x584,_0x5bebec:0x373,_0x2c3533:0x2a6,_0x391a15:0x453,_0x4449e8:0x176,_0x3c5445:0x1a0,_0x5195a1:0xa8,_0x2f5c86:0x1d3,_0x2cf840:0x19d,_0x1f85ec:0x14c,_0x4cef51:0x2b0,_0x1e24be:0x365,_0x153015:0xee,_0x4eb12a:0xa,_0x51bfb6:0x20f,_0x4c950b:0x39b,_0x1f3e65:0x287,_0xeb8945:0x36d,_0x1a2bc3:0x3c1,_0x283c67:0x46d,_0x2f29b4:0x4f1,_0x5c38fa:0x4e6,_0x30e50d:0x44a,_0x16c104:0x465,_0x5d17b7:0x4a7,_0x573401:0x4cf,_0x5eaf81:0x56f,_0x1a9a67:0x245,_0x1013b1:0x2dc,_0x256ce3:0x2cf,_0x1ee5ab:0x1e2,_0x45fef5:0x466,_0x6645f8:0x471,_0x52bcba:0x4e5,_0x1e6fe3:0x31b,_0x32ec30:0x429,_0x5e785c:0x43b,_0x3db081:0x493,_0x55f83c:0x4ba,_0x23a068:0x187,_0x4ac545:0x1c4,_0x1d2f3e:0x1e8,_0xfe7849:0x46a,_0x4dcd5d:0x40d,_0x35f643:0x514,_0x5dafeb:0x3e9,_0x559b7b:0x645,_0x5a9802:0x2b5,_0x553cf2:0x2bd,_0x134d0e:0x264,_0x770f9a:0x3a8,_0xacfaed:0x3ff,_0xec706f:0x51a,_0x16ac4c:0x268,_0x3b3129:0x3d7,_0x205084:0x37b,_0x225d11:0x246,_0x34d76f:0x4d7,_0x2aca70:0x42d,_0x52b93f:0x2d4,_0x14fcf6:0x1b2,_0x59cf13:0x48b,_0x3085c4:0x211,_0x27d7b5:0x380,_0x3c758a:0x36c,_0x2fcfb3:0x34d,_0x3f671b:0x2ff,_0x16dfa6:0x1e6,_0x4c035f:0x2c8,_0x5255c6:0x2b3,_0x4c7165:0x3af,_0x39c4c0:0x4e7,_0x2f05ca:0x470,_0x3c499f:0x378,_0x47426d:0x28a,_0x1e2fd1:0x45f,_0x2277a5:0x304,_0x31745b:0x544,_0x1c4557:0x22b,_0x3712de:0x167,_0x53e025:0x30a,_0x2327bb:0x209,_0x17bc50:0x503,_0xb8d756:0x411,_0x369f54:0x280,_0x520f28:0x1a9,_0x1d4859:0x19b,_0x57308d:0x3df,_0x3d1f34:0x353,_0x32f051:0x316,_0x5d2036:0x3ec,_0x403645:0x45a,_0x45bee0:0x525,_0x22b254:0x39f,_0x571ef2:0x212,_0x857865:0x294,_0x44a57d:0x58,_0x4b10ac:0x5b,_0x22afa2:0x9,_0x1177b5:0x73,_0x4c150d:0x499,_0x219bae:0x374,_0x42600d:0x446,_0x135c88:0x3c5,_0x34d932:0x4b0,_0x501f86:0x4e6,_0xef72d3:0x607,_0x3525ae:0x397,_0x5688a2:0x3fc,_0x491aaa:0x523,_0x2a45cc:0x575,_0x59f04c:0x3d8,_0x2f5086:0x2c6,_0x48f1e8:0x396,_0x37ed7a:0x37f,_0x172527:0x1f1,_0x214fc7:0x261,_0x1fe343:0x1cf,_0x550a35:0x5fa,_0x171fc4:0x1b8,_0x4f6747:0x260,_0x14aeef:0x173,_0x45cf6c:0x2d3,_0x41ebd4:0x33c,_0x585928:0x33d,_0x18d62e:0x232,_0x3794bc:0xfe,_0x37f675:0x412,_0x56fa3d:0x37e,_0x46a1e7:0x27d,_0x2272b1:0x45b,_0x4dedca:0x128,_0x4ce0a4:0x175,_0x420a16:0x3ab,_0x6a6c93:0x24c,_0x6e6125:0x29d,_0x1fc829:0x367,_0x658eb6:0x46d,_0x2f711c:0x456,_0x288240:0x298,_0x16c97b:0x1e5,_0x374082:0x340,_0x131620:0x4d7,_0x32eb15:0x4c6,_0x18ddea:0x1e1,_0x6c4038:0x132,_0x309993:0x206,_0x355fe5:0x4cc,_0x1684d2:0x3b3,_0x33a7ef:0x60d,_0x16bcdf:0x47a,_0xb573b7:0x51b,_0x4db42a:0x43,_0x5be4db:0x38d,_0x51ddae:0x438,_0x5c00e4:0x28b,_0x45e75d:0x317,_0x190544:0x30c,_0x39c7cc:0x1f2,_0xb164ea:0x243,_0x512e7b:0x36c,_0x3861bb:0x3bc,_0x54c35a:0x528,_0xdb040a:0x5bc,_0x3c1047:0x4a7,_0x130561:0x4a2,_0x30b4b4:0x48a,_0x5ef959:0x5a4,_0x5d324b:0x531,_0x9e28a:0x3bc,_0x177d92:0x290,_0x55c6c3:0x42a,_0x7088b1:0x400,_0x4b0b75:0x45a,_0x37a677:0x36b,_0x2a33cb:0x124,_0x2251df:0x21e,_0x9723f0:0x272,_0x45f39b:0x231,_0x2cdfa5:0x104,_0x1d411e:0x1ae,_0x1f4235:0x51e,_0x8929ca:0x371,_0xf48566:0x107,_0x92e14c:0x1d0,_0x545073:0x2f5,_0x52731b:0x2c9,_0x115346:0x1bb,_0x13342d:0x228,_0x34e17e:0x235,_0x53f1c9:0x22a,_0x38f69b:0x3a3,_0x511ceb:0x343,_0x592557:0x1c9,_0x13af4b:0x13b,_0x2cf6cb:0x91,_0x5e8ff1:0x526,_0xa092c9:0x5c8,_0x5e143f:0x61d,_0x434ccc:0x459,_0x1f8765:0x5f6,_0x4bb4d3:0x1e4,_0xb055bb:0x4f1,_0x170cf2:0x5ec,_0x4c8f46:0x5c5,_0x2d062a:0x329,_0xca9ea3:0x42d,_0x2f8460:0x218,_0x5ee5b1:0x33b,_0x102d6e:0x33c,_0x209145:0x1a1,_0xd6ef5c:0x34a,_0x5ddeee:0x28f,_0x20c668:0x306,_0x2fd1e5:0x40a,_0x4c1728:0x17c,_0x313110:0x2ff,_0x57392a:0x1cf,_0x5c4887:0x633,_0x5a0923:0x3a2,_0x29de23:0x29a,_0x43f778:0x308,_0x176e79:0x273,_0xa9b284:0x420,_0x408805:0x2ec,_0x233a7c:0x36c,_0x193e19:0x255,_0x113b61:0x3a4,_0x425b22:0x328,_0x4ef0c5:0x1a2,_0x235808:0x15f,_0x209126:0x313,_0x27e6c5:0x3c4,_0x4b54d9:0x4e6,_0x4596f5:0x2f9,_0x3cf5cc:0x4a3,_0x129575:0x3f1,_0x4b28ff:0x16f,_0x1b173a:0x254,_0x5df2ee:0x288,_0x319262:0x2cb,_0x5aa582:0x2ff,_0x2c440:0x280,_0x3ce852:0xda,_0x2782de:0x1cf,_0x973548:0x26c,_0x3ac5b7:0x1d1,_0x1e35f1:0x36c,_0x48de82:0x2c2,_0x35f65d:0x2ed,_0x4d960d:0x4aa,_0x14d4f9:0x402,_0x4dbe3e:0x4b5,_0xbb872d:0x41b,_0x230937:0x493,_0x381208:0x4bd,_0xe20bc9:0x3aa,_0x2df3a7:0x4bd,_0x53cda0:0x352,_0xdd9135:0x201,_0x1e35fb:0x2d8,_0x2c10ac:0x2b2,_0xc11614:0x28c,_0x27e56d:0x2e6,_0x3894cf:0x462,_0x405c8b:0x108,_0x4ab9c6:0xe7,_0x558cc8:0xeb,_0x1db7d5:0x526,_0x31b7cb:0x4a5,_0x23780f:0x548,_0x468ff0:0x63f,_0x4aeec9:0x494,_0x40ca46:0x36c,_0x7fd2be:0x1c0,_0x12f85d:0x31f,_0x4e010a:0x241,_0x5870d9:0x285,_0x1775cf:0x13e,_0x48530e:0x6a,_0x38fd95:0x420,_0x38cc78:0x35,_0x264b60:0x134,_0x4b6813:0x87,_0x207641:0x269,_0x3c3525:0x13d,_0x330859:0x1fe,_0x120b62:0x21,_0x2dd001:0x1db,_0x131b53:0x210,_0x1a475d:0x2ee,_0x47ebef:0x230,_0x4602a0:0x54c,_0x1d2167:0x489,_0x4aad51:0x1af,_0x1ba21c:0x7b,_0x51365d:0xf4,_0x4cb43d:0x478,_0x587b73:0x4ae,_0x31cbd4:0x5a0,_0x4301f5:0x509,_0x2881c1:0x21f,_0x3c592a:0x220,_0x4866ac:0x470,_0xe9eaf8:0x30b,_0x123a64:0x389,_0x1a3399:0x513,_0x566b40:0x2c5,_0x1f03c3:0x294,_0x14e74b:0x203,_0x7e0881:0x24b,_0x110837:0x428,_0x58f58a:0x38a,_0x1e1ac7:0x545,_0x13c724:0x390,_0x33c572:0x25d,_0x1b0482:0x54d,_0x56d2f8:0x24e,_0x1df166:0x253,_0x4bc996:0x27f,_0x1a9c38:0x2d6,_0x2f9b31:0x52f,_0x3bca56:0x510,_0x3462d4:0x646,_0x5e5c87:0x569,_0x23492d:0x1cf,_0x201263:0x2e2,_0x38fc74:0x2d6,_0x1d4566:0x170,_0x18294a:0x2b0,_0x1c9076:0x179,_0x5ebb15:0x241,_0x2eef63:0x3fb,_0x56255d:0x359,_0x1c729e:0x39a,_0x1f2987:0x392,_0x111f5a:0x507,_0x30f508:0x483,_0xd4a1ab:0x474,_0x29ab0d:0x5b1,_0x2e666f:0x3df,_0x2ad0cb:0x425,_0x1b45f9:0x413,_0x55ab03:0x32a,_0x29d1cc:0x3d0,_0x44b4c6:0x4d4,_0x194b1d:0x2e8,_0xd269c2:0x3c6,_0x44c002:0x229,_0x3ec930:0x21b,_0x91638:0x10c,_0x385b96:0x141,_0x49bfca:0x355,_0x186816:0x171,_0x448617:0x134,_0x577016:0x1da,_0x5442dc:0x3d6,_0x222cae:0x31a,_0x5557b4:0x37e,_0x4b1704:0x318,_0x40abd9:0x21b,_0x551f25:0x26,_0x104e72:0x41a,_0x260fd3:0x330,_0x2749e6:0x342,_0xd8d7be:0x1a1,_0x37d930:0x1e0,_0x1f49f3:0x156,_0x23d837:0x370,_0x2a3000:0x51e,_0xa0af19:0x323,_0x4211f4:0x530,_0x1191b0:0x428,_0x50a2c5:0x4bc,_0x56b860:0x4ce,_0x368c1c:0x585,_0x5423fe:0x52c,_0x4c6c04:0x498,_0x2c830f:0x5b5,_0x1cec16:0x95,_0x16ab30:0x110,_0x5695df:0x3d,_0x11206c:0x302,_0x2c19b2:0x267,_0x48881a:0x2b0,_0x538d81:0x2b8,_0x429032:0x443,_0x18d6b3:0x37b,_0x2e2b7a:0x490,_0x5a722c:0x502,_0x2577a0:0x4ca,_0xa824e:0x3a3,_0x25fedc:0x3de,_0xe9a266:0x36e,_0x48ffa3:0x319,_0x570b72:0x318,_0x408a6f:0x285,_0x2b38d3:0x20a,_0xc6de0f:0x3fa,_0x2b5e10:0x458,_0x10c466:0x41b,_0x5927cd:0x1c5,_0x5e62f7:0x323,_0x111f2c:0x1f6,_0x31840d:0x446,_0x595953:0x3aa,_0x5ad662:0x4ef,_0x50d258:0x427,_0x577265:0x502,_0x400d4c:0x4e8,_0x45602b:0x3e1,_0x30879f:0x2a3,_0x3dccd1:0x32c,_0x7be341:0x565,_0x4636ea:0x334,_0x152a6d:0x3c0,_0x3dc677:0x2b4,_0x4afa28:0x2cc,_0xe340c:0x31b,_0x4f30e2:0x471,_0x31a444:0x43c,_0x5c31a4:0x490,_0x43c7bc:0x3ca,_0x5246f3:0x294,_0x568f08:0x1ba,_0x19a8e1:0x340,_0x4a7b61:0x443,_0xf97f5e:0x327,_0x5aef12:0x340,_0x3046a9:0x3e7,_0x2f4607:0x14d,_0x58a372:0x405,_0x568497:0x3c1,_0xb103ab:0x23e,_0x193894:0x31b,_0x81f655:0x4ec,_0x51ab07:0x611,_0xedb552:0x459,_0x2322ed:0x276,_0x57dffd:0x32e,_0x4ca6e7:0x1f7,_0x2f6256:0x289,_0x5d2205:0x31b,_0x4e41bb:0x34,_0x5a72c2:0xe4,_0x2253cc:0xe3,_0x14dab3:0x1c3,_0x1ba778:0x271,_0x205585:0x184,_0x77fa5c:0x6a,_0x4a000c:0x266,_0x40d802:0x24d,_0x163849:0x263,_0x44ec57:0x2bf,_0xb05165:0x3bc,_0x4fb297:0x36c,_0x4eee63:0x272,_0x46f8fa:0x2ff,_0x289cf3:0x3be,_0x53b11d:0x309,_0x243a89:0x44a,_0x15fc50:0x560,_0x487da6:0x3c9,_0x275602:0x598,_0x2cce24:0x3d2,_0x5b6339:0x40f,_0x39f164:0x39e,_0x5cecbf:0x441,_0x924e54:0x34f},_0x1a1c82={_0x9fb321:0x1b,_0x323c70:0x3bb},_0x288387={'RpSYz':_0xa32309(0x306,0x389,_0x4cfaa1._0x11fc7e,_0x4cfaa1._0x5242b4)+_0x448bb1(_0x4cfaa1._0x43ceee,0x2eb,_0x4cfaa1._0x40271b,0x298)+'o\x20environm'+_0xa32309(0x4c5,0x5f0,_0x4cfaa1._0x580347,0x4a7),'giBRG':'Forbidden','KfCje':'Skill\x20is\x20n'+_0xa32309(0x473,_0x4cfaa1._0x4d1501,0x581,0x48a)+_0xa32309(0x307,_0x4cfaa1._0x1ddaaf,0x1fb,_0x4cfaa1._0x545cec)+'environmen'+'t','dTlWA':function(_0x3e7364,_0x19c4e6){return _0x3e7364===_0x19c4e6;},'TuRWZ':'allowed-to'+_0x448bb1(_0x4cfaa1._0x40c820,0x2e5,_0x4cfaa1._0x3648aa,_0x4cfaa1._0x138d39),'TqwSi':_0xa32309(_0x4cfaa1._0x35ff8f,0x463,_0x4cfaa1._0x5da775,_0x4cfaa1._0x5e9745)+'t','fnfZm':_0xa32309(_0x4cfaa1._0x34dae2,_0x4cfaa1._0x55db8c,_0x4cfaa1._0x410c49,_0x4cfaa1._0x201fc3)+_0xa32309(_0x4cfaa1._0x4dfe62,_0x4cfaa1._0x367cfa,_0x4cfaa1._0x1f3b3b,_0x4cfaa1._0x3177e2),'JaWDr':_0x448bb1(_0x4cfaa1._0xe2c8f7,_0x4cfaa1._0x4e0adf,_0x4cfaa1._0x38966b,_0x4cfaa1._0x299656)+'ete\x20SKILL.'+'md','CoEOv':'User\x20lacks'+_0xa32309(_0x4cfaa1._0x2261a2,0x507,0x4d8,_0x4cfaa1._0x144b9c)+'sk-edit\x20pe'+_0x448bb1(0x25d,_0x4cfaa1._0x599f4a,0xa6,0x21c),'nPckc':_0x448bb1(0x2b6,_0x4cfaa1._0x3fe688,0x36e,0x2f4)+_0xa32309(0x301,0x319,0x3d3,0x2d4)+'ermission\x20'+_0x448bb1(0xc5,0x1ff,_0x4cfaa1._0x24320a,_0x4cfaa1._0x339a83)+_0x448bb1(0x259,0x223,0x218,0x280)+'tasks','vTknP':_0xa32309(_0x4cfaa1._0x42fe34,_0x4cfaa1._0x13668f,0x4b5,_0x4cfaa1._0x134e4f),'ICJor':function(_0x476b04,_0x37e28e){return _0x476b04!==_0x37e28e;},'gdOkC':_0xa32309(_0x4cfaa1._0x2e4b16,_0x4cfaa1._0x2f82ba,_0x4cfaa1._0x367779,_0x4cfaa1._0x3ec3d4),'MCSds':function(_0x59a7ae,_0x344594){return _0x59a7ae===_0x344594;},'vQomQ':_0x448bb1(_0x4cfaa1._0x4492ee,_0x4cfaa1._0x1c6226,_0x4cfaa1._0x24ff17,0x300),'FDAQW':function(_0x38bc5a,_0x1e344d){return _0x38bc5a!==_0x1e344d;},'GYufH':_0x448bb1(0x225,0x1fa,0x19f,0x228),'xLjVT':_0x448bb1(0x6c,_0x4cfaa1._0x4c81fd,_0x4cfaa1._0x385994,_0x4cfaa1._0x3041bd)+'be\x20either\x20'+'\x22delete\x22\x20o'+_0xa32309(_0x4cfaa1._0x5cd7a5,_0x4cfaa1._0x37c0c2,0x2b5,_0x4cfaa1._0x20d6b7)+'n\x22','BsPVE':function(_0x765c69,_0x195763){return _0x765c69>_0x195763;},'CybKG':_0x448bb1(_0x4cfaa1._0xa455aa,_0x4cfaa1._0x40271b,0x18f,_0x4cfaa1._0x5585fb),'zkmgW':'BUpGP','zBihL':_0x448bb1(_0x4cfaa1._0x3e9bbd,0x142,_0x4cfaa1._0x4d6915,_0x4cfaa1._0x5a0ac7),'IVGFo':_0x448bb1(_0x4cfaa1._0x8bd2fa,_0x4cfaa1._0x34c6f6,0xcb,_0x4cfaa1._0x2f418b)+'ing\x20or\x20una'+_0x448bb1(0xe1,_0x4cfaa1._0x636c17,0x20d,_0x4cfaa1._0xc2ba4f)+_0xa32309(0x4fc,0x5c2,_0x4cfaa1._0x354866,0x521),'JVBus':_0xa32309(_0x4cfaa1._0x37f9d5,0x4c1,0x300,0x3c1),'VuTfp':_0x448bb1(0x2c0,_0x4cfaa1._0xfd6eed,0x221,_0x4cfaa1._0x3e10e4),'TFYJH':_0x448bb1(_0x4cfaa1._0xdbc7e5,_0x4cfaa1._0x4177a7,0x223,_0x4cfaa1._0x577b38)+'ts','aaAXK':_0x448bb1(_0x4cfaa1._0x5e0647,0x12c,_0x4cfaa1._0x2ca050,0x1bc)+_0xa32309(0x501,0x558,_0x4cfaa1._0x555989,_0x4cfaa1._0x2a46f0),'Hpoyi':_0x448bb1(0x1ed,_0x4cfaa1._0x297f02,_0x4cfaa1._0x3751f0,0x2a7),'XoEjk':function(_0x431ef5,_0x326eab){return _0x431ef5!==_0x326eab;},'nffYa':_0xa32309(_0x4cfaa1._0x2809bd,_0x4cfaa1._0x406a87,0x3d4,0x2cb),'qFbXS':_0x448bb1(_0x4cfaa1._0x44a7bd,_0x4cfaa1._0x2bfdb2,0x2d8,0x302),'ExXmD':function(_0x19a47d,_0x29e063){return _0x19a47d!==_0x29e063;},'aijjS':_0x448bb1(0x21c,0x203,0x17f,0x339),'Erkuy':'wUIpJ','Scyed':_0x448bb1(_0x4cfaa1._0x2f4051,_0x4cfaa1._0x26acb4,_0x4cfaa1._0x1e0720,0x146),'sNZNg':_0xa32309(0x30d,0x2f3,_0x4cfaa1._0x268048,0x2b5),'uERWA':function(_0x5ba563,_0x18f0e8){return _0x5ba563===_0x18f0e8;},'HSRGv':_0x448bb1(0x1fd,0x22d,0xf8,_0x4cfaa1._0xd825f4),'YgiTn':function(_0x11aeb2,_0x3b7e0c){return _0x11aeb2!==_0x3b7e0c;},'GobIv':_0x448bb1(_0x4cfaa1._0x382b15,_0x4cfaa1._0x51a8e6,_0x4cfaa1._0x524cbf,0x8d),'bUyZx':_0xa32309(0x495,_0x4cfaa1._0x1335ab,0x3e8,0x48b),'JNuvO':function(_0x213cf0,_0x173e11){return _0x213cf0!==_0x173e11;},'LtAbV':_0xa32309(_0x4cfaa1._0x51b451,0x3b0,0x42b,_0x4cfaa1._0x4a4752),'kYvMM':function(_0x3675d7,_0x1bd514,_0x3d414e){return _0x3675d7(_0x1bd514,_0x3d414e);},'BUMVW':function(_0x2f633e,_0x1c8c58){return _0x2f633e!==_0x1c8c58;},'tKBiM':'HtIDr','EqMyS':_0x448bb1(0xc8,0x1ab,0x182,_0x4cfaa1._0x320f0f),'OfTkr':_0xa32309(0x45e,0x3b9,_0x4cfaa1._0x393b43,_0x4cfaa1._0x234a8e),'ezwys':function(_0x3f2cbb,_0x3bcf06){return _0x3f2cbb(_0x3bcf06);},'dSBmX':_0xa32309(0x3a3,_0x4cfaa1._0x2c5681,0x280,_0x4cfaa1._0x5e9be6)+_0x448bb1(_0x4cfaa1._0x106bf7,_0x4cfaa1._0x4df395,0x15c,_0x4cfaa1._0x3dfdb4)+'k','oVUto':_0x448bb1(0x248,0x172,_0x4cfaa1._0x3b8616,_0x4cfaa1._0x4558b4),'yGwzi':_0xa32309(0x487,_0x4cfaa1._0x4fd063,_0x4cfaa1._0x9ebaae,0x4e8),'IWItt':'Skill\x20unas'+_0xa32309(_0x4cfaa1._0x355024,_0x4cfaa1._0x1fc619,_0x4cfaa1._0x23c3c0,0x3cf)+_0x448bb1(_0x4cfaa1._0xc360f2,_0x4cfaa1._0xcd5301,_0x4cfaa1._0x3d800e,0x1ba),'iMTCT':function(_0xf93210,_0x221cdb){return _0xf93210===_0x221cdb;},'Jlhxx':_0x448bb1(_0x4cfaa1._0x509cbc,_0x4cfaa1._0x4b0e1b,0x1b4,0xcd),'cLLXl':_0xa32309(_0x4cfaa1._0x5b39b7,_0x4cfaa1._0x51aad5,0x218,0x2b8),'rFVOw':_0xa32309(_0x4cfaa1._0x214eec,0x3c2,0x494,0x62f)+_0xa32309(_0x4cfaa1._0x4aaff9,0x4c5,0x36b,0x397)+_0x448bb1(0x377,_0x4cfaa1._0xe2a04e,0x18b,_0x4cfaa1._0x28c17b)+_0x448bb1(0x35b,_0x4cfaa1._0x413abe,0x3d1,0x2ea),'xLsiF':function(_0x57fccf,_0x426e88){return _0x57fccf===_0x426e88;},'DiICf':'Failed\x20to\x20'+_0x448bb1(_0x4cfaa1._0x262c65,0x2a9,0x358,0x3ce)+_0xa32309(0x4fc,_0x4cfaa1._0x5d0a27,0x3f0,0x603)},{callingTask:_0x1f4243,taskUser:_0x310162,skillId:_0x3919da,skillPath:_0x5ed327,environmentName:_0x26fa29}=_0x29cbc2,_0x3360ea=_0x29cbc2[_0xa32309(_0x4cfaa1._0x53d62b,0x36a,0x215,0x2a4)][_0x448bb1(_0x4cfaa1._0xff53ee,_0x4cfaa1._0x38421f,0x27d,_0x4cfaa1._0x4f3c01)]??_0x29cbc2[_0x448bb1(0x1ed,_0x4cfaa1._0x5daa03,0x2d8,0x1af)]?.['mode']??_0x288387[_0xa32309(0x4db,_0x4cfaa1._0x1a2c46,0x4d6,0x49c)],_0x2d7b89=_0x288387[_0xa32309(_0x4cfaa1._0x1cbe30,_0x4cfaa1._0x104056,_0x4cfaa1._0x417354,_0x4cfaa1._0x49ef6b)](typeof _0x3360ea,_0xa32309(_0x4cfaa1._0x59b276,_0x4cfaa1._0x26ff76,0x506,0x5ae))?_0x3360ea[_0xa32309(_0x4cfaa1._0x5bebec,_0x4cfaa1._0x2c3533,0x34f,_0x4cfaa1._0x391a15)+'e']():_0x448bb1(_0x4cfaa1._0x4449e8,0x13d,_0x4cfaa1._0x3c5445,_0x4cfaa1._0x5195a1),_0x4716ab=_0x29cbc2[_0x448bb1(_0x4cfaa1._0x2f5c86,_0x4cfaa1._0x2cf840,0x97,_0x4cfaa1._0x1f85ec)][_0x448bb1(0x271,_0x4cfaa1._0x4cef51,0x1af,0x2d4)]??_0x29cbc2['body']?.[_0x448bb1(0x366,0x2b0,0x3df,_0x4cfaa1._0x1e24be)],_0x3d1c10=_0x288387['MCSds'](_0x4716ab,!![])||_0x4716ab===_0x288387[_0x448bb1(_0x4cfaa1._0x153015,0x10e,-_0x4cfaa1._0x4eb12a,_0x4cfaa1._0x51bfb6)],_0x5a0e6b=new Date()[_0xa32309(_0x4cfaa1._0x4c950b,0x25b,_0x4cfaa1._0x1f3e65,0x299)+'g']();if(_0x288387['FDAQW'](_0x2d7b89,'delete')&&_0x288387['FDAQW'](_0x2d7b89,_0x288387[_0xa32309(_0x4cfaa1._0xeb8945,_0x4cfaa1._0x1a2bc3,0x440,_0x4cfaa1._0x283c67)])){const _0x512dad={};return _0x512dad['error']=_0x288387[_0xa32309(_0x4cfaa1._0x2f29b4,_0x4cfaa1._0x5c38fa,_0x4cfaa1._0x30e50d,_0x4cfaa1._0x16c104)],_0x512dad[_0xa32309(_0x4cfaa1._0x5d17b7,_0x4cfaa1._0x573401,_0x4cfaa1._0x5eaf81,0x3e0)]=_0x288387[_0xa32309(0x2fe,0x3d5,0x324,0x1fd)],_0x4afe0d['status'](0x223*-0x8+-0x8d*0x28+0x28b0)[_0x448bb1(0x3ff,0x2c9,0x211,_0x4cfaa1._0x1a9a67)](_0x512dad);}function _0xa32309(_0x1c775b,_0x4bd4c7,_0xe06bdc,_0x1a565e){return _0x34b97a(_0x1c775b-0x2,_0x4bd4c7,_0xe06bdc-0x3a,_0x1c775b- -0x213);}const _0x299396=Object['entries'](coderConfig?.['environmen'+'ts']||{})[_0xa32309(_0x4cfaa1._0x1013b1,_0x4cfaa1._0x256ce3,0x2e4,_0x4cfaa1._0x1ee5ab)](([,_0x35507c])=>Array[_0xa32309(0x408,0x3fb,0x425,0x3f4)](_0x35507c[_0x448bb1(0x32d,0x241,0x261,0x2a4)])&&_0x35507c[_0xa32309(0x3e9,0x2c8,0x405,0x4e5)][_0xa32309(0x3f2,0x3a2,0x34f,0x41d)](_0x3919da))[_0xa32309(_0x4cfaa1._0x45fef5,0x3d7,0x522,0x36f)](([_0x5b9a6c])=>_0x5b9a6c),_0x21fe6b=_0x299396['filter'](_0x99a005=>_0x99a005!==_0x26fa29);if(_0x2d7b89===_0x288387['gdOkC']&&_0x288387['BsPVE'](_0x21fe6b[_0xa32309(0x526,_0x4cfaa1._0x6645f8,_0x4cfaa1._0x52bcba,0x5b9)],-0x1*-0x4b2+-0xb7e*0x3+-0x2*-0xee4)&&!_0x3d1c10){if(_0x288387[_0x448bb1(0x1e7,_0x4cfaa1._0x1e6fe3,_0x4cfaa1._0x32ec30,0x457)](_0x288387[_0xa32309(_0x4cfaa1._0x5e785c,_0x4cfaa1._0x3db081,0x34c,_0x4cfaa1._0x55f83c)],_0x288387[_0xa32309(0x4cd,0x539,0x5a1,0x4c4)])){const _0x22327f={};return _0x22327f[_0x448bb1(_0x4cfaa1._0x23a068,_0x4cfaa1._0x4ac545,_0x4cfaa1._0x1d2f3e,0x2ee)]=_0x288387[_0xa32309(0x3cf,_0x4cfaa1._0xfe7849,0x3d6,0x398)],_0x22327f[_0xa32309(0x4a7,0x402,_0x4cfaa1._0x4dcd5d,0x5ca)]='Skill\x20\x27'+_0x3919da+(_0xa32309(_0x4cfaa1._0x35f643,0x5f8,_0x4cfaa1._0x5dafeb,_0x4cfaa1._0x559b7b)+_0xa32309(0x45f,0x3d0,0x4ba,0x3c9)+_0xa32309(_0x4cfaa1._0x5c38fa,0x614,0x5c0,0x51a)+_0xa32309(_0x4cfaa1._0x5a9802,_0x4cfaa1._0x24ff17,0x24b,0x325)+_0x448bb1(0x2ac,0x1b6,0x1f0,_0x4cfaa1._0x5daa03)+_0x448bb1(_0x4cfaa1._0x553cf2,0x322,_0x4cfaa1._0x134d0e,_0x4cfaa1._0x770f9a)+_0xa32309(_0x4cfaa1._0xacfaed,_0x4cfaa1._0xec706f,0x309,0x331)+_0x448bb1(0x38d,_0x4cfaa1._0x16ac4c,0x340,0x2c3)+_0xa32309(0x45d,0x451,0x4a2,_0x4cfaa1._0x3b3129)+_0x448bb1(0x2cf,_0x4cfaa1._0x205084,0x3cb,_0x4cfaa1._0x225d11)+_0xa32309(0x530,_0x4cfaa1._0x34d76f,0x515,_0x4cfaa1._0x2aca70)),_0x22327f[_0xa32309(_0x4cfaa1._0x52b93f,0x26c,0x2b9,_0x4cfaa1._0x14fcf6)+'ts']=_0x21fe6b,_0x4afe0d[_0xa32309(0x378,0x3c2,_0x4cfaa1._0x59cf13,0x388)](-0x7e0+0x137+-0x1*-0x842)[_0x448bb1(_0x4cfaa1._0x3085c4,0x2c9,0x243,_0x4cfaa1._0x27d7b5)](_0x22327f);}else{const _0x24a219={};return _0x24a219[_0xa32309(_0x4cfaa1._0x3c758a,_0x4cfaa1._0x2fcfb3,0x263,0x2bb)]='Bad\x20Reques'+'t',_0x24a219[_0x448bb1(0x2e3,_0x4cfaa1._0x3f671b,_0x4cfaa1._0x16dfa6,0x423)]=_0xa32309(_0x4cfaa1._0x4c035f,_0x4cfaa1._0x5255c6,_0x4cfaa1._0x134d0e,_0x4cfaa1._0x4c7165)+_0xa32309(_0x4cfaa1._0x39c4c0,0x5cb,0x440,_0x4cfaa1._0x2f05ca),_0x5794d4[_0xa32309(_0x4cfaa1._0x3c499f,_0x4cfaa1._0x47426d,_0x4cfaa1._0x1e2fd1,_0x4cfaa1._0x2277a5)](0x2235+0xefd+-0x2fa2)[_0xa32309(0x471,0x559,_0x4cfaa1._0x144b9c,_0x4cfaa1._0x31745b)](_0x24a219);}}const _0x30e426=_0x288387[_0x448bb1(0x1cb,0x2cf,0x286,0x1d3)](_0x2d7b89,_0x288387[_0xa32309(0x36d,0x442,0x31f,_0x4cfaa1._0x1c4557)])?[_0x26fa29]:_0x3d1c10?_0x299396:[_0x26fa29],_0x2c0779={};_0x2c0779[_0x448bb1(_0x4cfaa1._0x3712de,0x294,_0x4cfaa1._0x53e025,_0x4cfaa1._0x2327bb)]=_0x1f4243[_0xa32309(_0x4cfaa1._0x417354,_0x4cfaa1._0x17bc50,0x34b,_0x4cfaa1._0xb8d756)],_0x2c0779[_0x448bb1(_0x4cfaa1._0x4c7165,_0x4cfaa1._0x369f54,_0x4cfaa1._0x520f28,_0x4cfaa1._0x3c499f)]=_0x3919da,_0x2c0779[_0x448bb1(0x26b,0x299,_0x4cfaa1._0x1d4859,0x1a2)]=_0x2d7b89,_0x2c0779['force']=_0x3d1c10,_0x2c0779['environmen'+'t']=_0x26fa29,_0x2c0779[_0xa32309(0x2d4,_0x4cfaa1._0x57308d,0x1dc,0x19f)+'tsToUnassi'+'gn']=_0x30e426,_0x2c0779[_0xa32309(0x443,0x556,_0x4cfaa1._0x3d1f34,_0x4cfaa1._0x32f051)]=_0x310162['id'],logger[_0xa32309(0x340,0x253,_0x4cfaa1._0x5d2036,0x352)](_0x288387[_0xa32309(_0x4cfaa1._0x403645,0x4d1,_0x4cfaa1._0x45bee0,_0x4cfaa1._0x22b254)],_0x2c0779);function _0x448bb1(_0x504e15,_0x45bfa8,_0x8654ee,_0x12f0e2){return _0x34b97a(_0x504e15-_0x1a1c82._0x9fb321,_0x12f0e2,_0x8654ee-0x8e,_0x45bfa8- -_0x1a1c82._0x323c70);}try{for(const _0x17876a of _0x30e426){if('Uolaa'!==_0x288387[_0x448bb1(0x15c,_0x4cfaa1._0x571ef2,0x150,0xe3)]){const _0x1d2310={};_0x1d2310['taskId']=_0x47a2de[_0x448bb1(0x212,_0x4cfaa1._0x857865,0x354,0x391)],_0x1d2310['skillId']=_0x497cfe,_0x1d2310[_0x448bb1(_0x4cfaa1._0x44a57d,0x12c,0xde,0x1c7)+'t']=_0x4cb185[_0x448bb1(_0x4cfaa1._0x4b10ac,0x12c,_0x4cfaa1._0x22afa2,_0x4cfaa1._0x1177b5)+_0xa32309(0x3a5,0x307,_0x4cfaa1._0x4c150d,0x3f0)],_0x1d2310[_0x448bb1(0x40c,_0x4cfaa1._0x219bae,_0x4cfaa1._0x42600d,_0x4cfaa1._0x135c88)+'ills']=_0x8f16ae,_0x406ede[_0xa32309(0x52f,_0x4cfaa1._0x34d932,_0x4cfaa1._0x501f86,_0x4cfaa1._0xef72d3)](_0x288387[_0xa32309(0x391,_0x4cfaa1._0x3525ae,0x333,_0x4cfaa1._0x11fc7e)],_0x1d2310);const _0x19b66d={};return _0x19b66d['error']=_0x288387[_0xa32309(_0x4cfaa1._0x5688a2,0x3ad,0x3f7,0x371)],_0x19b66d[_0xa32309(0x4a7,_0x4cfaa1._0x491aaa,0x5b5,_0x4cfaa1._0x2a45cc)]=_0x288387['KfCje'],_0x84e862[_0xa32309(0x378,0x426,0x473,_0x4cfaa1._0x59f04c)](-0x10ab+0x1397+-0x159)['json'](_0x19b66d);}else try{if(_0x288387[_0xa32309(_0x4cfaa1._0x1cbe30,_0x4cfaa1._0x9ebaae,0x368,0x42f)](_0x288387[_0x448bb1(0x29c,_0x4cfaa1._0x2f5086,_0x4cfaa1._0x48f1e8,_0x4cfaa1._0x37ed7a)],_0x288387[_0x448bb1(_0x4cfaa1._0x172527,0x2c6,0x2bf,0x1a4)])){const _0x4cf25e=_0xe9b502['join'](setupPath,_0x288387[_0x448bb1(_0x4cfaa1._0x214fc7,0x225,0x2b7,_0x4cfaa1._0x1fe343)],_0x17876a,_0x288387[_0xa32309(0x3ee,0x30c,0x2c3,0x31b)]);let _0x1057f2,_0x2e4fa8,_0x44825a=![];try{const _0x252b46=await _0x258a22[_0xa32309(0x37e,0x4bf,0x373,0x40a)](_0x4cf25e,_0x288387['Hpoyi']);_0x2e4fa8=JSON[_0xa32309(0x50a,0x452,_0x4cfaa1._0x550a35,0x5bd)](_0x252b46),_0x1057f2=_0x4cf25e;if(Array[_0x448bb1(_0x4cfaa1._0x171fc4,_0x4cfaa1._0x4f6747,0x2cd,_0x4cfaa1._0x14aeef)](_0x2e4fa8[_0xa32309(0x3e9,0x2c6,_0x4cfaa1._0x45cf6c,_0x4cfaa1._0x41ebd4)])){if(_0x288387[_0x448bb1(_0x4cfaa1._0x5242b4,_0x4cfaa1._0x585928,0x28a,0x3d0)](_0x288387['nffYa'],_0x288387[_0xa32309(0x44b,0x3f8,0x43c,0x3b3)])){const _0x4387e7=_0x2e4fa8[_0x448bb1(0x37d,0x241,0x2cb,_0x4cfaa1._0x18d62e)]['filter'](_0x4b65c7=>_0x4b65c7!==_0x3919da);if(_0x288387[_0x448bb1(0x176,_0x4cfaa1._0x299656,_0x4cfaa1._0x3794bc,0x320)](_0x4387e7[_0x448bb1(_0x4cfaa1._0x37f675,_0x4cfaa1._0x56fa3d,_0x4cfaa1._0x46a1e7,0x39e)],_0x2e4fa8['skills'][_0x448bb1(0x2f5,_0x4cfaa1._0x56fa3d,0x3ab,_0x4cfaa1._0x2272b1)])){if(_0x288387[_0x448bb1(_0x4cfaa1._0x4dedca,0x1ef,_0x4cfaa1._0x4ce0a4,0x14c)]===_0x288387[_0xa32309(0x366,_0x4cfaa1._0x420a16,_0x4cfaa1._0x6a6c93,_0x4cfaa1._0x6e6125)]){const [,_0x325ab7,_0x2882cc]=_0x29c070;if(_0x288387['dTlWA'](_0x325ab7,_0x288387[_0xa32309(0x3dc,_0x4cfaa1._0x1fc829,_0x4cfaa1._0x658eb6,_0x4cfaa1._0x2f711c)])&&!_0x2882cc[_0x448bb1(_0x4cfaa1._0x288240,_0x4cfaa1._0x16c97b,_0x4cfaa1._0x201fc3,0x2c5)]())_0x2ee958[_0x325ab7]=[];else{if(_0x2882cc[_0xa32309(0x38d,_0x4cfaa1._0x374082,0x339,0x3c6)]()[_0xa32309(_0x4cfaa1._0x131620,_0x4cfaa1._0x32eb15,0x510,0x56f)]('[')&&_0x2882cc[_0x448bb1(0x320,_0x4cfaa1._0x16c97b,0x211,_0x4cfaa1._0x4c81fd)]()[_0x448bb1(_0x4cfaa1._0x18ddea,_0x4cfaa1._0x6c4038,_0x4cfaa1._0x309993,0x1aa)](']'))_0x119a26[_0x325ab7]=_0x2882cc['trim']()[_0xa32309(_0x4cfaa1._0x355fe5,_0x4cfaa1._0x1684d2,0x5b3,_0x4cfaa1._0x33a7ef)](-0x7da+0x4*0x472+-0x9ed,-(-0xf24+0x4e8+-0x1*-0xa3d))[_0xa32309(0x3fa,0x346,0x2e4,_0x4cfaa1._0x16bcdf)](',')[_0xa32309(0x466,_0x4cfaa1._0xb573b7,0x3d9,0x424)](_0x33d6c6=>_0x33d6c6[_0xa32309(0x38d,0x463,0x270,0x40f)]())[_0x448bb1(_0x4cfaa1._0x4db42a,0x134,0x1c3,0x1e7)](_0x2e41e7);else _0x2882cc[_0xa32309(_0x4cfaa1._0x5be4db,_0x4cfaa1._0x51ddae,_0x4cfaa1._0x5c00e4,_0x4cfaa1._0x1cbe30)]()&&(_0x3c4303[_0x325ab7]=_0x2882cc[_0xa32309(0x38d,0x447,_0x4cfaa1._0x45e75d,_0x4cfaa1._0x190544)]());}}else _0x2e4fa8[_0x448bb1(_0x4cfaa1._0x39c7cc,0x241,0x33a,_0x4cfaa1._0xb164ea)]=_0x4387e7,_0x44825a=!![];}}else{const _0x3ab17a={};return _0x3ab17a[_0xa32309(_0x4cfaa1._0x512e7b,_0x4cfaa1._0x3861bb,_0x4cfaa1._0x268048,0x2f1)]=_0xa32309(0x484,_0x4cfaa1._0x54c35a,_0x4cfaa1._0xdb040a,0x38e),_0x3ab17a[_0xa32309(_0x4cfaa1._0x3c1047,_0x4cfaa1._0x130561,_0x4cfaa1._0x30b4b4,_0x4cfaa1._0x5ef959)]=_0xa32309(0x435,0x399,0x3a1,_0x4cfaa1._0x5d324b)+_0x2764b7+(_0xa32309(_0x4cfaa1._0x9e28a,_0x4cfaa1._0x177d92,_0x4cfaa1._0x55c6c3,_0x4cfaa1._0x7088b1)+_0x448bb1(_0x4cfaa1._0x4b0b75,_0x4cfaa1._0x37a677,0x48c,0x2d3)+'\x20\x27')+_0x5664e6+'\x27',_0xc43e9d['status'](0x2*0xd19+-0x15d0+-0x2ce)[_0xa32309(0x471,0x380,0x40a,_0x4cfaa1._0x5ef959)](_0x3ab17a);}}}catch{if(_0x448bb1(_0x4cfaa1._0x2a33cb,_0x4cfaa1._0x2251df,_0x4cfaa1._0x9723f0,_0x4cfaa1._0x45f39b)===_0x288387[_0x448bb1(_0x4cfaa1._0x2cdfa5,_0x4cfaa1._0x1d411e,0x2ed,0xaa)]){const _0x2bd9c8={};return _0x2bd9c8['error']=_0x288387[_0x448bb1(0x228,0x349,0x2bf,0x431)],_0x2bd9c8[_0xa32309(0x4a7,0x38f,_0x4cfaa1._0x1f4235,0x510)]=_0x288387[_0x448bb1(0x1e5,0x282,_0x4cfaa1._0x8929ca,0x351)],_0x19bd01[_0x448bb1(_0x4cfaa1._0xf48566,_0x4cfaa1._0x92e14c,0x254,0xd2)](-0x1fe+-0x2*-0x70+0x2ae)[_0x448bb1(_0x4cfaa1._0x545073,_0x4cfaa1._0x52731b,0x3fa,_0x4cfaa1._0x16c97b)](_0x2bd9c8);}else{const _0x52fdf9=_0xe9b502['join'](setupPath,_0x288387[_0x448bb1(_0x4cfaa1._0x115346,_0x4cfaa1._0x13342d,0x2be,0x11d)]);try{const _0x4e6f2b=await _0x258a22[_0x448bb1(0x25b,0x1d6,_0x4cfaa1._0x34e17e,0x2df)](_0x52fdf9,_0x288387[_0x448bb1(_0x4cfaa1._0x53f1c9,0x296,0x19f,_0x4cfaa1._0x38f69b)]);_0x2e4fa8=JSON[_0x448bb1(0x269,0x362,0x2b3,_0x4cfaa1._0x511ceb)](_0x4e6f2b),_0x1057f2=_0x52fdf9;const _0x41edbe=_0x2e4fa8[_0x448bb1(0x8a,_0x4cfaa1._0x4177a7,_0x4cfaa1._0x26acb4,0x1a7)+'ts']?.[_0x17876a]?.['skills'];if(Array[_0x448bb1(_0x4cfaa1._0x592557,0x260,0x202,0x28f)](_0x41edbe)){if(_0x288387[_0xa32309(0x3a1,0x468,0x321,0x4b3)](_0x288387[_0x448bb1(0x5c,_0x4cfaa1._0x13af4b,0xad,0x105)],_0x288387[_0x448bb1(0x123,0x13b,0x201,_0x4cfaa1._0x382b15)])){const _0xedb11b=_0x41edbe[_0x448bb1(0xd1,0x134,_0x4cfaa1._0x2cf6cb,0x172)](_0x2b9df1=>_0x2b9df1!==_0x3919da);_0xedb11b[_0xa32309(_0x4cfaa1._0x5e8ff1,_0x4cfaa1._0xa092c9,0x45f,_0x4cfaa1._0x5e143f)]!==_0x41edbe[_0xa32309(0x526,0x482,_0x4cfaa1._0x434ccc,_0x4cfaa1._0x1f8765)]&&(_0x2e4fa8['environmen'+'ts'][_0x17876a]['skills']=_0xedb11b,_0x44825a=!![]);}else{const _0x4c0c69={};return _0x4c0c69[_0x448bb1(_0x4cfaa1._0x4bb4d3,0x1c4,0x197,0x1ad)]=_0x288387[_0xa32309(_0x4cfaa1._0xb055bb,_0x4cfaa1._0x170cf2,_0x4cfaa1._0x4c8f46,_0x4cfaa1._0x2a45cc)],_0x4c0c69['message']=_0x288387[_0x448bb1(0x372,_0x4cfaa1._0x2d062a,_0x4cfaa1._0x47426d,_0x4cfaa1._0xca9ea3)],_0x1dbda8[_0x448bb1(0xd1,_0x4cfaa1._0x92e14c,0xb1,_0x4cfaa1._0x2f8460)](-0x10e8*0x1+0x5bc*-0x6+0x34e0)[_0xa32309(_0x4cfaa1._0x6645f8,0x3ad,_0x4cfaa1._0x5ee5b1,_0x4cfaa1._0x102d6e)](_0x4c0c69);}}}catch(_0x176f72){if(_0x288387[_0x448bb1(0x39c,0x2f4,0x331,0x2e5)](_0x288387[_0x448bb1(0x94,_0x4cfaa1._0x209145,0x1bb,0xf8)],_0x288387[_0x448bb1(_0x4cfaa1._0xd6ef5c,_0x4cfaa1._0x5ddeee,_0x4cfaa1._0x20c668,0x1bc)])){const _0x220ba5={};_0x220ba5['taskId']=_0x1f4243['taskId'],_0x220ba5[_0xa32309(0x428,0x44f,_0x4cfaa1._0x2fd1e5,0x422)]=_0x3919da,_0x220ba5[_0xa32309(0x3ca,0x491,0x319,0x501)]=_0x17876a,_0x220ba5[_0x448bb1(_0x4cfaa1._0x18ddea,_0x4cfaa1._0x4ac545,_0x4cfaa1._0x4c1728,0x116)]=_0x176f72[_0x448bb1(0x2ee,_0x4cfaa1._0x313110,_0x4cfaa1._0x57392a,0x1d1)],logger[_0xa32309(0x52f,_0x4cfaa1._0x5c4887,0x420,0x40c)]('Failed\x20to\x20'+'read\x20confi'+_0x448bb1(_0x4cfaa1._0x5a0923,_0x4cfaa1._0x29de23,0x3b2,_0x4cfaa1._0x102d6e)+_0xa32309(_0x4cfaa1._0x43f778,_0x4cfaa1._0x176e79,_0x4cfaa1._0xa9b284,_0x4cfaa1._0x408805)+_0xa32309(_0x4cfaa1._0x44a7bd,0x373,_0x4cfaa1._0x233a7c,0x448),_0x220ba5);continue;}else{const _0xd341dd={};_0xd341dd[_0x448bb1(0x361,_0x4cfaa1._0x857865,_0x4cfaa1._0x5255c6,_0x4cfaa1._0x193e19)]=_0x1453bc,_0xd341dd[_0x448bb1(_0x4cfaa1._0x113b61,0x29b,_0x4cfaa1._0x425b22,0x234)]=_0x49dad3['id'],_0xd341dd[_0x448bb1(_0x4cfaa1._0x4ef0c5,0x16b,_0x4cfaa1._0x235808,0x241)]=_0x1173f6[_0xa32309(_0x4cfaa1._0x209126,0x3d0,0x2d8,_0x4cfaa1._0x1d2f3e)],_0x1ee153['warn'](_0x288387[_0xa32309(_0x4cfaa1._0x27e6c5,_0x4cfaa1._0x4b54d9,0x4bd,_0x4cfaa1._0x4596f5)],_0xd341dd);const _0x516c26={};return _0x516c26[_0xa32309(0x36c,_0x4cfaa1._0x3cf5cc,0x2ef,_0x4cfaa1._0x129575)]=_0x288387[_0x448bb1(_0x4cfaa1._0x4b28ff,_0x4cfaa1._0x1b173a,_0x4cfaa1._0x5df2ee,0x1e4)],_0x516c26[_0x448bb1(_0x4cfaa1._0x319262,_0x4cfaa1._0x5aa582,0x249,_0x4cfaa1._0x2c440)]=_0x288387['nPckc'],_0x58ba26[_0x448bb1(_0x4cfaa1._0x3ce852,_0x4cfaa1._0x92e14c,_0x4cfaa1._0x2782de,_0x4cfaa1._0x973548)](-0x115*-0x1+0x1185*0x1+-0x1107)[_0xa32309(_0x4cfaa1._0x6645f8,0x463,0x366,0x338)](_0x516c26);}}}}_0x44825a&&await _0x258a22[_0x448bb1(_0x4cfaa1._0x3ac5b7,0x2b1,_0x4cfaa1._0x1e35f1,0x298)](_0x1057f2,JSON[_0xa32309(0x3d3,_0x4cfaa1._0x48de82,_0x4cfaa1._0x5e785c,_0x4cfaa1._0x35f65d)](_0x2e4fa8,null,-0x254c+-0x125*-0xe+0x2*0xaa4),'utf-8');}else{const _0x1522ae=_0x13e6cd[_0xa32309(_0x4cfaa1._0x4d960d,0x3c6,0x4ea,_0x4cfaa1._0x14d4f9)](_0x502c38)[_0xa32309(0x528,0x65a,0x536,0x440)](_0x5214f5=>_0xb9a7fa[_0xa32309(0x408,0x3c9,0x42c,0x453)](_0x474436[_0x5214f5]));_0x1522ae&&_0x1dbd83[_0x1522ae][_0xa32309(_0x4cfaa1._0x4dbe3e,_0x4cfaa1._0x55f83c,_0x4cfaa1._0xbb872d,0x562)](_0x29368d['trim']()['slice'](0x1c7b+-0x11d3+-0xaa6)[_0xa32309(_0x4cfaa1._0x5be4db,_0x4cfaa1._0x230937,0x426,_0x4cfaa1._0x381208)]());}}catch(_0x35e179){if(_0x288387[_0xa32309(_0x4cfaa1._0xe20bc9,_0x4cfaa1._0x129575,_0x4cfaa1._0x2df3a7,_0x4cfaa1._0x53cda0)](_0x288387[_0x448bb1(_0x4cfaa1._0xdd9135,0x300,0x218,0x3fa)],_0xa32309(0x2f8,0x20b,_0x4cfaa1._0x1e35fb,0x286))){const _0x29b8dc={};_0x29b8dc['taskId']=_0x1f4243[_0x448bb1(0x1de,_0x4cfaa1._0x857865,0x37b,_0x4cfaa1._0x2c10ac)],_0x29b8dc['skillId']=_0x3919da,_0x29b8dc['envName']=_0x17876a,_0x29b8dc[_0x448bb1(0x16f,0x1c4,_0x4cfaa1._0xc11614,0x194)]=_0x35e179[_0x448bb1(_0x4cfaa1._0x27e56d,0x2ff,0x3fb,0x427)],logger[_0x448bb1(0x277,0x387,0x38a,_0x4cfaa1._0x38966b)](_0x448bb1(_0x4cfaa1._0x3894cf,_0x4cfaa1._0x3d1f34,0x3c9,0x407)+'update\x20env'+'ironment\x20c'+'onfig\x20whil'+_0x448bb1(0x223,0x1bf,_0x4cfaa1._0x405c8b,0x240)+_0x448bb1(_0x4cfaa1._0x39c7cc,0x12f,_0x4cfaa1._0x4ab9c6,_0x4cfaa1._0x558cc8),_0x29b8dc);}else{if(_0x4c2bd2[_0xa32309(_0x4cfaa1._0x1db7d5,_0x4cfaa1._0x31b7cb,_0x4cfaa1._0x23780f,_0x4cfaa1._0x468ff0)]===-0x83f+0x1e27+-0x2*0xaf4)_0x443e47[_0xa32309(0x4b5,_0x4cfaa1._0x4aeec9,_0x4cfaa1._0x48f1e8,0x50f)](_0x2e42cd+_0x448bb1(_0x4cfaa1._0x40ca46,0x25e,_0x4cfaa1._0x7fd2be,0x2cb));else{_0x66abd9[_0x448bb1(_0x4cfaa1._0x12f85d,0x30d,0x229,0x2fb)](_0x214f30+':');for(const _0x257fe2 of _0x5736d8){_0x7949eb[_0xa32309(_0x4cfaa1._0x4dbe3e,0x430,0x458,0x5f1)]('\x20\x20-\x20'+_0x257fe2);}}}}}for(const _0x36b53e of _0x30e426){const _0x4509f7=coderConfig?.['environmen'+'ts']?.[_0x36b53e]?.[_0x448bb1(0x163,_0x4cfaa1._0x4e010a,_0x4cfaa1._0x5870d9,_0x4cfaa1._0x1775cf)];if(!Array['isArray'](_0x4509f7))continue;coderConfig[_0x448bb1(_0x4cfaa1._0x172527,0x12c,0x1d1,_0x4cfaa1._0x48530e)+'ts'][_0x36b53e][_0xa32309(0x3e9,0x52a,_0x4cfaa1._0x38fd95,0x443)]=_0x4509f7[_0x448bb1(_0x4cfaa1._0x38cc78,_0x4cfaa1._0x264b60,_0x4cfaa1._0x4b6813,-0x5)](_0x2833b4=>_0x2833b4!==_0x3919da);}if(_0x2d7b89===_0x448bb1(_0x4cfaa1._0x207641,_0x4cfaa1._0x3c3525,_0x4cfaa1._0x330859,_0x4cfaa1._0x120b62)){const _0x357e68={};_0x357e68[_0x448bb1(0x189,_0x4cfaa1._0x2dd001,_0x4cfaa1._0x131b53,_0x4cfaa1._0x53e025)]=!![],_0x357e68[_0x448bb1(_0x4cfaa1._0x1a475d,_0x4cfaa1._0x4cef51,0x333,_0x4cfaa1._0x47ebef)]=!![],await _0x258a22['rm'](_0x5ed327,_0x357e68),_0x288387[_0xa32309(_0x4cfaa1._0x20d6b7,0x39b,_0x4cfaa1._0x4602a0,_0x4cfaa1._0x1d2167)](removeContainersForSkill,_0x5ed327,logger)['catch'](()=>{});let _0x4e6a42=![];try{if(_0x288387[_0x448bb1(0x2c8,_0x4cfaa1._0x4aad51,_0x4cfaa1._0x1ba21c,_0x4cfaa1._0x51365d)](_0x288387[_0xa32309(_0x4cfaa1._0x4cb43d,_0x4cfaa1._0x587b73,0x4a9,_0x4cfaa1._0x31cbd4)],_0x288387[_0xa32309(0x479,0x4a9,_0x4cfaa1._0x4301f5,0x3c5)])){const _0x5f38ca=await loadImportedSkillsRegistry();if(_0x5f38ca[_0x448bb1(0x2ed,_0x4cfaa1._0x4e010a,_0x4cfaa1._0x2881c1,0x1a0)]?.[_0x3919da]){if(_0x288387[_0xa32309(0x2bc,_0x4cfaa1._0x5c00e4,0x32a,0x1a3)](_0x288387[_0x448bb1(_0x4cfaa1._0x45cf6c,0x242,_0x4cfaa1._0x3c592a,0x1b5)],'NwdyM')){const _0x16a96c={};return _0x16a96c[_0x448bb1(_0x4cfaa1._0x4866ac,_0x4cfaa1._0x5bebec,0x2b0,0x358)]=_0x288387[_0x448bb1(0x2bb,_0x4cfaa1._0xe9eaf8,_0x4cfaa1._0x123a64,0x20d)],_0x16a96c['skills']={},_0x16a96c;}else delete _0x5f38ca[_0xa32309(0x3e9,_0x4cfaa1._0x1a3399,0x305,0x2ca)][_0x3919da],await _0x288387[_0xa32309(_0x4cfaa1._0x566b40,0x29c,0x3d1,0x345)](saveImportedSkillsRegistry,_0x5f38ca),_0x4e6a42=!![];}const _0x3af8af={};_0x3af8af[_0x448bb1(0x260,_0x4cfaa1._0x1f03c3,0x3a1,_0x4cfaa1._0x14e74b)]=_0x1f4243[_0x448bb1(0x2fd,0x294,0x308,_0x4cfaa1._0x7e0881)],_0x3af8af[_0xa32309(_0x4cfaa1._0x110837,_0x4cfaa1._0x58f58a,0x3d0,_0x4cfaa1._0x1e1ac7)]=_0x3919da,_0x3af8af[_0xa32309(0x2d4,_0x4cfaa1._0x13c724,_0x4cfaa1._0x33c572,0x34f)+'t']=_0x26fa29,_0x3af8af[_0xa32309(0x458,_0x4cfaa1._0x1b0482,0x51e,_0x4cfaa1._0x34d932)]=_0x3d1c10,_0x3af8af[_0x448bb1(_0x4cfaa1._0x56d2f8,_0x4cfaa1._0x1df166,_0x4cfaa1._0xc11614,0x36a)+_0x448bb1(0x315,_0x4cfaa1._0x4bc996,0x1f9,0x1c7)]=_0x4e6a42,_0x3af8af[_0x448bb1(_0x4cfaa1._0x1a9c38,0x29b,0x333,0x38e)]=_0x310162['id'],logger[_0xa32309(_0x4cfaa1._0x2f9b31,_0x4cfaa1._0x3bca56,_0x4cfaa1._0x3462d4,_0x4cfaa1._0x5e5c87)](_0x288387[_0x448bb1(0x260,0x17c,_0x4cfaa1._0x23492d,0x66)],_0x3af8af);const _0x2830dc={};return _0x2830dc[_0xa32309(0x30c,0x285,_0x4cfaa1._0x42fe34,_0x4cfaa1._0x201263)]=!![],_0x2830dc['id']=_0x3919da,_0x2830dc[_0x448bb1(0x293,0x299,0x161,_0x4cfaa1._0x38fc74)]=_0x2d7b89,_0x2830dc[_0x448bb1(_0x4cfaa1._0x1d4566,_0x4cfaa1._0x18294a,0x2af,_0x4cfaa1._0x1c9076)]=_0x3d1c10,_0x2830dc[_0xa32309(_0x4cfaa1._0x52b93f,_0x4cfaa1._0x5a9802,0x405,_0x4cfaa1._0x5ebb15)+'t']=_0x26fa29,_0x2830dc[_0xa32309(_0x4cfaa1._0x2eef63,_0x4cfaa1._0x56255d,_0x4cfaa1._0x1c729e,0x45a)+'mEnvironme'+'nts']=_0x30e426,_0x2830dc[_0xa32309(0x3fb,_0x4cfaa1._0x1f2987,0x3c6,_0x4cfaa1._0x111f5a)+'mRegistry']=_0x4e6a42,_0x2830dc[_0xa32309(_0x4cfaa1._0x30f508,_0x4cfaa1._0xd4a1ab,_0x4cfaa1._0x29ab0d,_0x4cfaa1._0x2e666f)]=_0x5a0e6b,_0x2830dc[_0xa32309(_0x4cfaa1._0x2ad0cb,0x3c6,0x2f3,_0x4cfaa1._0x2277a5)+_0x448bb1(_0x4cfaa1._0x1b45f9,_0x4cfaa1._0x55ab03,_0x4cfaa1._0x29d1cc,0x264)]=_0x1f4243[_0xa32309(0x43c,_0x4cfaa1._0x44b4c6,0x419,0x374)],_0x2830dc[_0x448bb1(0x239,_0x4cfaa1._0x194b1d,_0x4cfaa1._0xd269c2,_0x4cfaa1._0x44c002)+_0x448bb1(_0x4cfaa1._0x3ec930,_0x4cfaa1._0x91638,0x102,_0x4cfaa1._0x385b96)]=_0x310162['id'],_0x4afe0d[_0xa32309(_0x4cfaa1._0x6645f8,0x485,_0x4cfaa1._0x49bfca,0x3d3)](_0x2830dc);}else{const _0x464542=_0x1839fc[_0x448bb1(_0x4cfaa1._0x186816,_0x4cfaa1._0x448617,_0x4cfaa1._0x577016,0x239)](_0x39e74b=>_0x39e74b!==_0x89548);_0x288387[_0xa32309(_0x4cfaa1._0x24ff17,_0x4cfaa1._0x5442dc,0x3a8,0x39e)](_0x464542['length'],_0x3713d1[_0x448bb1(_0x4cfaa1._0x222cae,_0x4cfaa1._0x5557b4,_0x4cfaa1._0x4b1704,0x313)])&&(_0x421edc[_0x448bb1(_0x4cfaa1._0x40abd9,_0x4cfaa1._0x4177a7,_0x4cfaa1._0x551f25,0x116)+'ts'][_0x41e866][_0xa32309(0x3e9,_0x4cfaa1._0x104e72,_0x4cfaa1._0x260fd3,_0x4cfaa1._0x2749e6)]=_0x464542,_0xc014a3=!![]);}}catch(_0x342ee4){if(_0x288387[_0x448bb1(_0x4cfaa1._0xd8d7be,_0x4cfaa1._0x37d930,0xf8,_0x4cfaa1._0x1f49f3)]!==_0x288387[_0xa32309(0x413,_0x4cfaa1._0x23d837,_0x4cfaa1._0x2a3000,0x3f4)]){const _0x2d83b4={};_0x2d83b4['taskId']=_0x1f4243[_0xa32309(0x43c,_0x4cfaa1._0xa0af19,_0x4cfaa1._0x4211f4,0x57b)],_0x2d83b4[_0xa32309(_0x4cfaa1._0x1191b0,0x4af,_0x4cfaa1._0x50a2c5,_0x4cfaa1._0x56b860)]=_0x3919da,_0x2d83b4['error']=_0x342ee4[_0xa32309(0x4a7,_0x4cfaa1._0x368c1c,_0x4cfaa1._0x5423fe,_0x4cfaa1._0x4c6c04)],logger[_0xa32309(0x52f,0x42f,_0x4cfaa1._0x2c830f,0x3f5)]('Failed\x20to\x20'+_0x448bb1(_0x4cfaa1._0x1cec16,0x154,0x20b,0xed)+_0x448bb1(_0x4cfaa1._0x1177b5,_0x4cfaa1._0x16ab30,0x189,_0x4cfaa1._0x5695df)+'stry\x20durin'+_0x448bb1(0x3d2,0x2b4,_0x4cfaa1._0x11206c,0x27f)+_0xa32309(0x2c3,_0x4cfaa1._0x2c19b2,0x2dd,0x23d),_0x2d83b4);const _0x33a998={};_0x33a998['taskId']=_0x1f4243[_0x448bb1(0x2c2,0x294,_0x4cfaa1._0x3525ae,0x2b9)],_0x33a998['skillId']=_0x3919da,_0x33a998['environmen'+'t']=_0x26fa29,_0x33a998[_0x448bb1(0x19e,_0x4cfaa1._0x48881a,_0x4cfaa1._0x538d81,0x24d)]=_0x3d1c10,_0x33a998[_0xa32309(_0x4cfaa1._0x429032,_0x4cfaa1._0x18d6b3,_0x4cfaa1._0x2e2b7a,_0x4cfaa1._0x5a722c)]=_0x310162['id'],logger[_0xa32309(0x52f,0x66a,_0x4cfaa1._0x2577a0,0x5c6)](_0xa32309(_0x4cfaa1._0xa824e,0x4d7,0x46a,_0x4cfaa1._0x1f2987)+'ted\x20by\x20tas'+_0xa32309(_0x4cfaa1._0x25fedc,_0x4cfaa1._0xe9a266,0x40b,0x4e3)+_0xa32309(0x2bb,_0x4cfaa1._0x1335ab,_0x4cfaa1._0x48ffa3,_0x4cfaa1._0x570b72)+_0xa32309(0x4a5,0x4fb,_0x4cfaa1._0x37ed7a,0x5da),_0x33a998);const _0x2b33a3={};return _0x2b33a3[_0xa32309(0x30c,_0x4cfaa1._0x408a6f,0x261,_0x4cfaa1._0x2b38d3)]=!![],_0x2b33a3['id']=_0x3919da,_0x2b33a3[_0xa32309(0x441,0x4a7,_0x4cfaa1._0xc6de0f,0x38c)]=_0x2d7b89,_0x2b33a3[_0xa32309(_0x4cfaa1._0x2b5e10,_0x4cfaa1._0x10c466,_0x4cfaa1._0x144b9c,0x4a7)]=_0x3d1c10,_0x2b33a3[_0x448bb1(0x1b6,0x12c,0xa5,_0x4cfaa1._0x5927cd)+'t']=_0x26fa29,_0x2b33a3['removedFro'+_0x448bb1(0x3b2,_0x4cfaa1._0x5e62f7,_0x4cfaa1._0x5d0a27,_0x4cfaa1._0x111f2c)+_0xa32309(_0x4cfaa1._0x31840d,0x417,0x406,_0x4cfaa1._0x45fef5)]=_0x30e426,_0x2b33a3[_0xa32309(0x3fb,_0x4cfaa1._0x595953,0x378,_0x4cfaa1._0x5ad662)+_0xa32309(_0x4cfaa1._0x50d258,0x323,_0x4cfaa1._0x577265,_0x4cfaa1._0x400d4c)]=![],_0x2b33a3['deletedAt']=_0x5a0e6b,_0x2b33a3[_0xa32309(0x425,0x513,0x3ad,_0x4cfaa1._0x45602b)+_0x448bb1(_0x4cfaa1._0x30879f,_0x4cfaa1._0x55ab03,0x229,_0x4cfaa1._0x3dccd1)]=_0x1f4243[_0xa32309(0x43c,_0x4cfaa1._0x7be341,_0x4cfaa1._0x4636ea,_0x4cfaa1._0x152a6d)],_0x2b33a3['deletedByU'+_0xa32309(_0x4cfaa1._0x3dc677,_0x4cfaa1._0x4afa28,0x310,_0x4cfaa1._0xe340c)]=_0x310162['id'],_0x4afe0d[_0xa32309(_0x4cfaa1._0x4f30e2,0x415,0x353,0x3c1)](_0x2b33a3);}else return;}}const _0x2cec83={};_0x2cec83[_0xa32309(_0x4cfaa1._0x31a444,0x48c,_0x4cfaa1._0x5c31a4,0x30f)]=_0x1f4243[_0x448bb1(_0x4cfaa1._0x43c7bc,_0x4cfaa1._0x5246f3,_0x4cfaa1._0x568f08,0x3c2)],_0x2cec83[_0x448bb1(0x260,0x280,_0x4cfaa1._0x19a8e1,_0x4cfaa1._0x4c81fd)]=_0x3919da,_0x2cec83['environmen'+'t']=_0x26fa29,_0x2cec83[_0xa32309(_0x4cfaa1._0x4a7b61,_0x4cfaa1._0xc6de0f,0x4cb,_0x4cfaa1._0xf97f5e)]=_0x310162['id'],logger[_0xa32309(_0x4cfaa1._0x5aef12,0x328,_0x4cfaa1._0x3046a9,0x3b7)](_0x288387[_0x448bb1(0xe8,_0x4cfaa1._0x2f4607,_0x4cfaa1._0x4f6747,0x1fd)],_0x2cec83);const _0xb7c127={};return _0xb7c127[_0xa32309(_0x4cfaa1._0x190544,_0x4cfaa1._0x58a372,0x26c,0x3f8)]=!![],_0xb7c127['id']=_0x3919da,_0xb7c127[_0x448bb1(_0x4cfaa1._0x568497,0x299,0x2c0,_0x4cfaa1._0x23a068)]=_0x2d7b89,_0xb7c127[_0xa32309(0x2d4,0x2ec,_0x4cfaa1._0xb103ab,0x283)+'t']=_0x26fa29,_0xb7c127['unassigned'+_0x448bb1(0x409,0x2f1,0x41e,_0x4cfaa1._0x193894)+_0xa32309(_0x4cfaa1._0x81f655,_0x4cfaa1._0x51ab07,0x3f6,_0x4cfaa1._0xedb552)]=_0x30e426,_0xb7c127[_0xa32309(0x30e,0x42f,0x440,_0x4cfaa1._0x2322ed)]=_0x5a0e6b,_0xb7c127['updatedByT'+_0x448bb1(0x364,0x32a,_0x4cfaa1._0x57dffd,_0x4cfaa1._0x4ca6e7)]=_0x1f4243[_0x448bb1(0x28d,0x294,_0x4cfaa1._0x2f6256,0x2ad)],_0xb7c127[_0xa32309(0x333,0x385,0x34d,_0x4cfaa1._0x5d2205)+_0x448bb1(-_0x4cfaa1._0x4e41bb,0x10c,0xd4,0x115)]=_0x310162['id'],_0x4afe0d['json'](_0xb7c127);}catch(_0x138a3d){if(_0x288387[_0x448bb1(0x198,0x1a3,_0x4cfaa1._0x5a72c2,0x19a)](_0x288387[_0x448bb1(_0x4cfaa1._0x2253cc,_0x4cfaa1._0x14dab3,_0x4cfaa1._0x1ba778,0x281)],_0x288387[_0x448bb1(0xa3,_0x4cfaa1._0x205585,_0x4cfaa1._0x77fa5c,0x158)]))_0x594b4a[_0x448bb1(0x1f8,_0x4cfaa1._0x4a000c,_0x4cfaa1._0x40d802,_0x4cfaa1._0x163849)]=_0x3162fe;else{const _0xfc5176={};return _0xfc5176[_0x448bb1(0x220,0x294,0x35e,_0x4cfaa1._0x44ec57)]=_0x1f4243['taskId'],_0xfc5176[_0x448bb1(_0x4cfaa1._0xb05165,0x280,0x2ac,0x21a)]=_0x3919da,_0xfc5176['mode']=_0x2d7b89,_0xfc5176[_0xa32309(_0x4cfaa1._0x4fb297,_0x4cfaa1._0x4eee63,0x3bd,0x491)]=_0x138a3d[_0x448bb1(0x1cb,_0x4cfaa1._0x46f8fa,_0x4cfaa1._0x2dd001,_0x4cfaa1._0x268048)],logger[_0xa32309(0x36c,_0x4cfaa1._0x289cf3,0x31f,_0x4cfaa1._0x53b11d)](_0x288387[_0xa32309(_0x4cfaa1._0x243a89,_0x4cfaa1._0x15fc50,_0x4cfaa1._0x487da6,0x3f5)],_0xfc5176),_0x4afe0d['status'](0x107*0xc+-0xdc7+0x367)[_0xa32309(0x471,_0x4cfaa1._0xb8d756,0x3b0,_0x4cfaa1._0x275602)]({'error':_0x448bb1(0x1e9,_0x4cfaa1._0x4c035f,_0x4cfaa1._0x2cce24,0x284)+_0x448bb1(0x13f,0x19a,0x162,0xd6)+'r','message':_0x288387[_0xa32309(_0x4cfaa1._0x425b22,_0x4cfaa1._0x5b6339,_0x4cfaa1._0x39f164,0x2ea)](_0x2d7b89,_0x288387[_0xa32309(0x4db,0x3b8,0x3e0,0x538)])?_0x448bb1(_0x4cfaa1._0x5cecbf,0x353,0x395,0x489)+_0x448bb1(_0x4cfaa1._0x924e54,0x284,0x1fb,0x2eb)+'ll':_0x288387['DiICf']});}}}),router['get']('/skills/:s'+_0x4efdcd(0x37c,0x537,0x43e,0x42c)+_0x34b97a(0x69e,0x501,0x6ce,0x5d4),requireTaskAuth,validateSkillAccess,async(_0x45aece,_0x41c9c5)=>{const _0x24463e={_0x5d43a0:0x3c,_0x17c6d0:0x1b,_0x19a63f:0x1de,_0x8392e1:0x662,_0x54eeb6:0x7c,_0xa9684:0x266,_0x47206a:0x1b9,_0x21ce55:0xbf,_0xdcc477:0x33c,_0x508803:0x320,_0x3331a8:0x1c5,_0x597242:0x19a,_0x5bec35:0x198,_0x21580b:0x13e,_0x3ca5b9:0x9b,_0x28df7c:0x113,_0x26f35e:0xc7,_0xc4532c:0x9d,_0x14622a:0xc0,_0x4e62f7:0xa5,_0x4093f9:0x538,_0x427223:0x52b,_0x13ad3b:0x4f9,_0x4da5dc:0x53f,_0x525445:0x5e3,_0x56e370:0x171,_0x5ebb47:0x2ac,_0x323d53:0xc4,_0x261aab:0x4bd,_0x5177e7:0x502,_0xc5e1e2:0x59c,_0x367073:0x1c,_0x1e4916:0xac,_0x3d1b0c:0x1d,_0x25804e:0x4a8,_0x4c8ead:0x4a2,_0x2aa198:0x432,_0x147e8d:0x558,_0x2bc6b3:0x423,_0x3d3e3f:0x137,_0x554d57:0x22b,_0x620b5a:0x364,_0x3ea11d:0x157,_0x12e118:0x586,_0x35d9f9:0x53c,_0x47a915:0x478,_0x3e42ed:0x2e9,_0x4edcdc:0x38d,_0x5b3146:0x399,_0x360466:0x36a,_0x4aceec:0x356,_0x4e5736:0x3d6,_0x5adec4:0x47a,_0x5bcc44:0x29e,_0x143652:0x1ea,_0x3a1ff0:0x172,_0x265ade:0xe1,_0x823b61:0x492,_0x567783:0x3f1,_0x300172:0x4a1,_0x315028:0x39d,_0x2f13cb:0x447,_0x3ce194:0x642,_0x48ded0:0x535,_0x2a9701:0x416,_0xb9de38:0x47,_0x45c67d:0x7e,_0x454349:0x186,_0x3f6c9c:0x42d,_0x2ff845:0x561,_0x45890b:0x7a,_0x1d652a:0xa8,_0x36e26e:0x69,_0x1e292a:0x38,_0x2a1765:0x247,_0x31a43c:0x94,_0x23a803:0x1d1,_0x4ec324:0xf6,_0x31582b:0x59,_0x16c76c:0xeb,_0x5b3292:0x550,_0x583925:0x469,_0x1c0129:0x11,_0x2a8f56:0x5b,_0x54c149:0x197,_0x2eb014:0x369,_0x548725:0x447,_0x5270d4:0xca,_0x2ade82:0x4c,_0x32e145:0x39,_0x2bb886:0x60c,_0x468f69:0x29a,_0x4dde2f:0x17b,_0x1d3e8b:0x58,_0x39a2c7:0x4c6,_0x442f92:0x4e,_0x3e1e1e:0xcb,_0x4e5925:0x116,_0x2fbff0:0x40,_0x4fe277:0x195,_0x509aa2:0x19e,_0x106851:0x91,_0x530c95:0x1df,_0x3cbd82:0x198,_0x1a1c08:0x1b3,_0x5c9b79:0x203,_0x21e9fc:0x297,_0x3fdc90:0x17b,_0x3ddc44:0x18a,_0xf6edb8:0x24b,_0x34e4e0:0x3cc,_0xbb156b:0x4c6,_0x1bda87:0x35a,_0x9c74a:0x4a8,_0x30cf79:0x43b,_0x74919c:0x306,_0x3ea340:0x19e,_0xbad382:0x1cc,_0x1fbe3d:0x57c,_0x3a70e8:0x59a,_0x595c51:0xf6,_0xb93fb1:0x26c,_0x5e2e85:0x1e,_0x31d5b8:0x18,_0x5479a4:0x2a,_0x8d025a:0xc1,_0x56a1e3:0xbd,_0x3cc5bc:0x17b,_0x40962b:0x522,_0x59b543:0xe4,_0x2b841f:0x2a0,_0x495ab3:0x35b,_0x4fde2d:0x5f,_0x1566c4:0xbf,_0x23d789:0x72,_0x1e9b4f:0x3,_0x34e740:0x83,_0x23f282:0x3c,_0x41ebb6:0xa4,_0x438d88:0x1b9,_0x37a6a8:0x8a,_0x453f1f:0x2a5,_0xcb4477:0xe2,_0x303633:0xd0,_0x2e787c:0x8e,_0x10f78d:0x495,_0xeaf0aa:0x499,_0x520d1a:0x350,_0x13a3b8:0x575,_0x2837db:0x154,_0x27b958:0x13,_0x442758:0x323,_0x4f57da:0x3eb,_0x4d2119:0x2bd,_0x523557:0x74,_0x39bbf8:0x1b,_0x473bea:0x5fb,_0x3ca358:0x4f5,_0x40e7cd:0x10,_0x2f3fb3:0x1cd,_0x462bae:0x181,_0x4e302f:0x211,_0x40e638:0x3cd,_0x570c5f:0x474,_0x32b0fd:0x295,_0x204ba5:0x17c,_0x42c64e:0xe5,_0x22bbfe:0x18d,_0x448b36:0x63,_0x10d0a1:0xce,_0x7397a1:0x22b,_0x413176:0x4e7,_0x47042f:0x2ff,_0x2dd3ed:0x3c1,_0x6daaf5:0x319,_0x367264:0x22d,_0x4c265b:0x2bc,_0x95fc4e:0x4fc,_0x5921ea:0x628,_0x5c590e:0x4bc,_0x1bea7c:0x263,_0x2eef:0x17b,_0x4ecbc4:0x104},_0x4cacc6={_0x50ae20:0x2e},_0x5ae518={_0x13ad6a:0x1d9},_0x4dea97={};_0x4dea97[_0x36432d(_0x24463e._0x5d43a0,-0xfc,-_0x24463e._0x17c6d0,-_0x24463e._0x19a63f)]=function(_0x12fd87,_0x841e4d){return _0x12fd87===_0x841e4d;},_0x4dea97[_0x1b82fc(0x423,0x560,0x509,_0x24463e._0x8392e1)]=_0x36432d(-_0x24463e._0x54eeb6,-0x6f,-0xfb,-0x11a),_0x4dea97[_0x36432d(-_0x24463e._0xa9684,-_0x24463e._0x47206a,-0x225,-_0x24463e._0x21ce55)]=_0x1b82fc(0x28e,_0x24463e._0xdcc477,_0x24463e._0x508803,0x414)+_0x36432d(-0xfc,-_0x24463e._0x3331a8,-_0x24463e._0x597242,-0x1a1)+_0x36432d(-0x7e,-_0x24463e._0x5bec35,-_0x24463e._0x21580b,-0x1e9)+_0x36432d(0x15c,0x41,_0x24463e._0x3ca5b9,_0x24463e._0x28df7c)+_0x36432d(-_0x24463e._0x26f35e,-_0x24463e._0xc4532c,-0x122,-0xc2),_0x4dea97[_0x36432d(0x38,-_0x24463e._0x14622a,-0x184,-_0x24463e._0x4e62f7)]=_0x1b82fc(_0x24463e._0x4093f9,_0x24463e._0x427223,0x557,0x581)+'ed',_0x4dea97['dREqq']=_0x1b82fc(0x59c,_0x24463e._0x13ad3b,_0x24463e._0x4da5dc,_0x24463e._0x525445)+_0x36432d(-0x279,-_0x24463e._0x56e370,-_0x24463e._0x5ebb47,-_0x24463e._0x323d53)+_0x1b82fc(0x556,_0x24463e._0x261aab,_0x24463e._0x5177e7,_0x24463e._0xc5e1e2),_0x4dea97[_0x36432d(_0x24463e._0x367073,-0x39,_0x24463e._0x1e4916,_0x24463e._0x3d1b0c)]=_0x1b82fc(_0x24463e._0x25804e,0x3e8,0x37f,_0x24463e._0x4c8ead)+'t';function _0x36432d(_0xd7b5a0,_0x48b1f7,_0xfe3aab,_0x1cbc21){return _0x4efdcd(_0x1cbc21,_0x48b1f7-_0x5ae518._0x13ad6a,_0xfe3aab-0x1c3,_0x48b1f7- -0x481);}_0x4dea97[_0x1b82fc(_0x24463e._0x2aa198,_0x24463e._0x147e8d,_0x24463e._0x2bc6b3,0x67e)]=_0x36432d(-_0x24463e._0x3d3e3f,-_0x24463e._0x554d57,-_0x24463e._0x620b5a,-_0x24463e._0x3ea11d)+_0x1b82fc(_0x24463e._0x12e118,_0x24463e._0x35d9f9,0x4fb,_0x24463e._0x47a915),_0x4dea97[_0x1b82fc(0x287,0x3be,_0x24463e._0x3e42ed,0x46e)]='Task\x20readi'+_0x1b82fc(0x2ae,_0x24463e._0x4edcdc,0x4ba,0x37f)+_0x1b82fc(_0x24463e._0x5b3146,_0x24463e._0x360466,_0x24463e._0x4aceec,0x387),_0x4dea97[_0x1b82fc(_0x24463e._0x4e5736,0x364,_0x24463e._0x5adec4,0x2c9)]=_0x1b82fc(0x459,0x334,_0x24463e._0x5bcc44,0x412),_0x4dea97[_0x36432d(-_0x24463e._0x143652,-_0x24463e._0x3a1ff0,-0x74,-_0x24463e._0x265ade)]=_0x1b82fc(0x3d6,0x417,_0x24463e._0x823b61,0x332),_0x4dea97[_0x1b82fc(_0x24463e._0x567783,0x489,0x455,0x4a0)]=_0x1b82fc(0x464,_0x24463e._0x300172,_0x24463e._0x315028,_0x24463e._0x2f13cb),_0x4dea97[_0x1b82fc(_0x24463e._0x3ce194,_0x24463e._0x48ded0,_0x24463e._0x2a9701,0x602)]=function(_0x5035b6,_0x52781a){return _0x5035b6===_0x52781a;},_0x4dea97['neROD']=_0x36432d(_0x24463e._0xb9de38,-_0x24463e._0x45c67d,0x30,-_0x24463e._0x454349),_0x4dea97[_0x1b82fc(_0x24463e._0x3f6c9c,_0x24463e._0x2ff845,0x473,0x514)]=_0x36432d(0x4f,0x8,_0x24463e._0x45890b,0x10c)+_0x36432d(0xe,0x3f,-_0x24463e._0x1d652a,0x8c)+_0x36432d(_0x24463e._0x36e26e,_0x24463e._0x1e292a,0xd7,-0x72),_0x4dea97[_0x1b82fc(0x39e,0x339,_0x24463e._0x2a1765,0x422)]=_0x36432d(0x4e,-0x83,-0xe9,_0x24463e._0x31a43c)+_0x36432d(-0x277,-0x1b1,-_0x24463e._0x23a803,-_0x24463e._0x4ec324)+'r',_0x4dea97[_0x36432d(_0x24463e._0x31582b,-_0x24463e._0x323d53,-_0x24463e._0x16c76c,-0xd2)]=_0x1b82fc(0x5e2,_0x24463e._0x5b3292,_0x24463e._0x583925,0x634)+_0x36432d(-_0x24463e._0x1c0129,-0x93,-_0x24463e._0x2a8f56,-_0x24463e._0x54c149);const _0x2f97bd=_0x4dea97,{callingTask:_0x4ae422,skillId:_0x1c1841,skillPath:_0x49ab92,environmentName:_0x3c0a22}=_0x45aece,_0x37186a=_0x45aece['params'][0x1cd8+0x11*0x20e+0x3fc6*-0x1];if(_0x37186a[_0x1b82fc(_0x24463e._0x2eb014,_0x24463e._0x548725,0x36a,0x307)]('..')){const _0x419900={};return _0x419900['error']=_0x2f97bd['TZgVu'],_0x419900[_0x36432d(-_0x24463e._0x5270d4,-_0x24463e._0x2ade82,-_0x24463e._0x32e145,0x34)]=_0x2f97bd[_0x1b82fc(0x5c1,0x558,0x56c,_0x24463e._0x2bb886)],_0x41c9c5[_0x36432d(-_0x24463e._0x468f69,-_0x24463e._0x4dde2f,-_0x24463e._0x1d3e8b,-0x22d)](-0xbb3+-0x1497+0x21da)[_0x1b82fc(0x469,_0x24463e._0x39a2c7,0x4b9,0x4f3)](_0x419900);}const _0x1886df={};_0x1886df['taskId']=_0x4ae422[_0x36432d(-0x19,-0xb7,-_0x24463e._0x442f92,-0x2b)],_0x1886df[_0x36432d(-0xa5,-_0x24463e._0x3e1e1e,-_0x24463e._0x4e5925,-_0x24463e._0x2fbff0)]=_0x1c1841,_0x1886df[_0x36432d(-_0x24463e._0x4fe277,-_0x24463e._0x509aa2,-_0x24463e._0x106851,-0x108)]=_0x37186a;function _0x1b82fc(_0x5b80c6,_0x4db680,_0x3b97d4,_0x1f3107){return _0x34b97a(_0x5b80c6-_0x4cacc6._0x50ae20,_0x5b80c6,_0x3b97d4-0x181,_0x4db680- -0x1be);}_0x1886df[_0x36432d(-_0x24463e._0x530c95,-0x21f,-_0x24463e._0x4dde2f,-0xe6)+'t']=_0x3c0a22,logger[_0x36432d(-_0x24463e._0x3cbd82,-_0x24463e._0x1a1c08,-_0x24463e._0x5c9b79,-_0x24463e._0x21e9fc)](_0x2f97bd[_0x36432d(-_0x24463e._0x3fdc90,-_0x24463e._0x3ddc44,-0x2c6,-_0x24463e._0xf6edb8)],_0x1886df);const _0x5e08fe=_0xe9b502[_0x1b82fc(0x371,_0x24463e._0x34e4e0,0x48d,_0x24463e._0xbb156b)](_0x49ab92,_0x37186a);try{if(_0x2f97bd[_0x1b82fc(0x43c,0x44c,0x4ce,_0x24463e._0x1bda87)]('WjgYr',_0x2f97bd['ynOYR'])){const _0x5a779c=await _0x258a22[_0x1b82fc(_0x24463e._0x9c74a,0x3d3,_0x24463e._0x30cf79,_0x24463e._0x74919c)](_0x5e08fe,_0x2f97bd[_0x36432d(-0x1df,-0x172,-0x128,-_0x24463e._0x45c67d)]),_0x2e9120={};_0x2e9120['skillId']=_0x1c1841,_0x2e9120[_0x36432d(-0x1e0,-_0x24463e._0x3ea340,-0x1b8,-_0x24463e._0xbad382)]=_0x37186a,_0x2e9120[_0x1b82fc(0x4d9,0x474,_0x24463e._0x1fbe3d,_0x24463e._0x3a70e8)]=_0x5a779c,_0x41c9c5['json'](_0x2e9120);}else{if(_0x2f97bd['uTNEC'](_0x302652[_0x36432d(-_0x24463e._0x595c51,-0x221,-0x316,-0x204)],'ENOENT')){const _0x43cd00={};return _0x43cd00[_0x36432d(-0x17c,-0x187,-0x1d0,-_0x24463e._0xb93fb1)]=_0x2f97bd[_0x36432d(_0x24463e._0x5e2e85,_0x24463e._0x31d5b8,_0x24463e._0x5479a4,-_0x24463e._0x8d025a)],_0x43cd00[_0x36432d(-_0x24463e._0x56a1e3,-0x4c,0x5c,-_0x24463e._0x3cc5bc)]=_0x1b82fc(0x4c6,0x4df,_0x24463e._0x40962b,0x4dc)+_0x573278+(_0x36432d(-0x74,-_0x24463e._0x3d3e3f,-_0x24463e._0x59b543,-0x111)+'d'),_0x407ecf[_0x36432d(-0x7c,-0x17b,-0x1ed,-_0x24463e._0x2b841f)](-0x4d5*-0x1+0x28*0xbe+-0x20f1)['json'](_0x43cd00);}throw _0x329920;}}catch(_0x4b3163){if(_0x2f97bd[_0x1b82fc(0x3fa,0x44c,_0x24463e._0x495ab3,0x492)](_0x2f97bd[_0x36432d(_0x24463e._0x4fde2d,-_0x24463e._0x1566c4,_0x24463e._0x23d789,_0x24463e._0x1e9b4f)],_0x1b82fc(0x2c0,0x358,0x32c,0x423))){_0x34620b[_0x36432d(_0x24463e._0x34e740,_0x24463e._0x23f282,0x16a,-_0x24463e._0x41ebb6)](_0x2f97bd[_0x36432d(-0x79,-_0x24463e._0x438d88,-_0x24463e._0x37a6a8,-_0x24463e._0x453f1f)]);const _0x289f84={};return _0x289f84['error']=_0x2f97bd['PreXt'],_0x289f84[_0x36432d(0x6f,-_0x24463e._0x2ade82,-_0x24463e._0xcb4477,_0x24463e._0x303633)]=_0x2f97bd[_0x36432d(0x7d,0x2e,_0x24463e._0x2e787c,-0x3e)],_0x5d4e65[_0x1b82fc(_0x24463e._0x10f78d,0x3cd,_0x24463e._0xeaf0aa,_0x24463e._0x520d1a)](0xd84+-0x89f+-0x354)[_0x1b82fc(0x56e,0x4c6,0x5d1,_0x24463e._0x13a3b8)](_0x289f84);}else{if(_0x2f97bd[_0x36432d(-_0x24463e._0x2837db,-_0x24463e._0x27b958,-0x53,0x6a)](_0x4b3163[_0x1b82fc(_0x24463e._0x442758,0x327,_0x24463e._0x4f57da,_0x24463e._0x4d2119)],_0x2f97bd[_0x36432d(-0x185,-0x13e,-_0x24463e._0x523557,-0xd1)])){const _0x37394e={};return _0x37394e['error']=_0x2f97bd[_0x36432d(-_0x24463e._0x39bbf8,0x18,0x78,0xea)],_0x37394e[_0x1b82fc(0x565,0x4fc,_0x24463e._0x473bea,_0x24463e._0x3ca358)]=_0x36432d(_0x24463e._0x40e7cd,-0xbe,-0x5d,-_0x24463e._0x2f3fb3)+_0x37186a+(_0x36432d(-0x4,-0x137,-_0x24463e._0x462bae,-_0x24463e._0x4e302f)+'d\x20in\x20skill'+'\x20\x27')+_0x1c1841+'\x27',_0x41c9c5[_0x1b82fc(0x2e7,_0x24463e._0x40e638,_0x24463e._0x570c5f,_0x24463e._0x32b0fd)](0x369+0x3*-0xac+-0x2f*-0x1)[_0x1b82fc(0x513,0x4c6,0x487,0x52d)](_0x37394e);}const _0x4b5335={};_0x4b5335['taskId']=_0x4ae422['taskId'],_0x4b5335[_0x36432d(-_0x24463e._0x204ba5,-0xcb,-_0x24463e._0x42c64e,0x22)]=_0x1c1841,_0x4b5335[_0x36432d(-0x1ea,-0x19e,-_0x24463e._0x22bbfe,-_0x24463e._0x448b36)]=_0x37186a,_0x4b5335[_0x36432d(-_0x24463e._0x10d0a1,-0x187,-_0x24463e._0x7397a1,-0x296)]=_0x4b3163[_0x1b82fc(_0x24463e._0x413176,0x4fc,0x600,0x4ba)],logger[_0x1b82fc(_0x24463e._0x47042f,_0x24463e._0x2dd3ed,0x3bc,_0x24463e._0x6daaf5)](_0x2f97bd[_0x1b82fc(0x51d,0x561,0x4bb,0x5b7)],_0x4b5335);const _0x2e94f3={};_0x2e94f3[_0x36432d(-_0x24463e._0x367264,-0x187,-_0x24463e._0x4c265b,-0x235)]=_0x2f97bd['tHgva'],_0x2e94f3[_0x1b82fc(0x63d,_0x24463e._0x95fc4e,0x4d3,_0x24463e._0x5921ea)]=_0x2f97bd[_0x1b82fc(0x3a6,0x484,_0x24463e._0x5c590e,0x5a2)],_0x41c9c5[_0x36432d(-_0x24463e._0x1bea7c,-_0x24463e._0x2eef,-0x26d,-_0x24463e._0x4ecbc4)](-0x1103+-0x1f9b+0x3292)['json'](_0x2e94f3);}}});function _0x34b97a(_0xd8f562,_0x2bafce,_0x1d820a,_0x48f76b){const _0xcccbf4={_0x560239:0x39f};return _0x3a03(_0x48f76b-_0xcccbf4._0x560239,_0x2bafce);}router[_0x34b97a(0x528,0x49b,0x5db,0x57b)](_0x4efdcd(0x475,0x2d5,0x3bc,0x40c)+_0x34b97a(0x61d,0x6ca,0x5c1,0x6b1)+'es/*',requireTaskAuth,validateSkillAccess,async(_0x396aab,_0x2f93d6)=>{const _0x135148={_0x4f8bb5:0x5b,_0x173154:0x30d,_0x1f29e0:0x31,_0x7f4ee6:0x0,_0x3d8d41:0xf2,_0x2be74c:0x78,_0x56dc50:0x1de,_0x5b65df:0xc6,_0x24a185:0x1f0,_0x3679a5:0x49,_0xa21b66:0x2a,_0x13e347:0x1ea,_0x58ce1f:0x8b,_0xd259ae:0x1ca,_0x63ff7a:0x3a,_0x2d0808:0x348,_0x5439d8:0x212,_0x3a8cf4:0x3,_0x435f38:0x192,_0x292937:0xef,_0x22a7c8:0x54,_0x15b9ca:0x24e,_0x19bd88:0x29a,_0x3931af:0x168,_0x587145:0x5f,_0x51ca37:0x103,_0x54193e:0x1b5,_0x20af37:0x17e,_0x1128b2:0x275,_0x579261:0x247,_0x41e088:0xc6,_0x148dc4:0x1a,_0x20f1cf:0xb5,_0x16a06e:0x5f,_0x1232a5:0x170,_0x2bb8e7:0x140,_0x4cfe01:0x83,_0x29da85:0x38,_0x250968:0xab,_0x25e49c:0xd7,_0x3812ca:0x1be,_0x568e46:0x10b,_0xb5d88b:0x81,_0x33e16f:0x372,_0x5b5f73:0x12,_0x6611fc:0xbc,_0x49b326:0x36,_0x4a80a7:0x148,_0x40120c:0x57,_0x494bb7:0x12,_0x4f7290:0x29,_0x1535ee:0xe5,_0x2ecd89:0x17,_0x217d55:0x55,_0x1ff331:0x19,_0x4728c8:0x27,_0xf455b4:0x37,_0x263a46:0x2d1,_0x498dff:0xcf,_0x149a9d:0x8,_0x1ada48:0x1e2,_0x15bf66:0x89,_0xc2d445:0x12b,_0x111561:0x18f,_0x48f393:0x73,_0x2f590:0x29d,_0x4b4d10:0x19a,_0x8e2f10:0x18d,_0x117c7e:0x178,_0x404984:0x58,_0x18bb8d:0x90,_0xe27cc0:0xf4,_0x567e3c:0x48,_0x35894a:0x3d,_0xa675eb:0x19c,_0x373cd7:0x147,_0x4a8d32:0x97,_0x245a5b:0x18c,_0x48eaaf:0xaa,_0x20864b:0x3b,_0x6d44c2:0x15c,_0x485a8f:0x47,_0x4944d5:0x13a,_0x1748f3:0x23,_0xe38152:0x17e,_0x57446e:0x3a,_0x4ae1ff:0x33,_0x592cd8:0x12f,_0xc8bdd2:0x111,_0x43d6e3:0x175,_0xfcbc0:0xea,_0x1098af:0x2,_0xfa7c1:0x193,_0x93ec1c:0x8,_0x2da407:0x21,_0x38c1fc:0xca,_0x416b17:0xa5,_0x36c80f:0x9f,_0x21a658:0x1f2,_0x5e4876:0xbf,_0x20de01:0x71,_0x5df291:0x13a,_0x28a4ec:0x90,_0x34f56f:0x12c,_0x5d74a7:0xdc,_0x8d1c74:0xf3,_0x405e6e:0xaa,_0x152c38:0x172,_0x2d7891:0xe0,_0x1f5f48:0x9b,_0x41798b:0x13c,_0xea1a6:0x29,_0x315008:0x14f,_0x48eec1:0x64,_0x3d1d5c:0x1ab,_0x3602de:0x20,_0x50f588:0xae,_0x400b09:0x2f,_0xde8433:0xc1,_0x1946a8:0x58,_0xa5d47d:0xe8,_0x16da0e:0xf4,_0x515898:0x169,_0x17855d:0x2f3,_0x9fe75:0x207,_0x5359a0:0xfa,_0x49612f:0x66,_0x10e7b0:0x9a,_0x5aef35:0xc0,_0x3fccc5:0x184,_0x29903d:0x94,_0x11a9b4:0x256,_0x5acd84:0x1c7,_0x2cfe2d:0x12f,_0x21676d:0x1a4,_0x53c0ce:0x1d9,_0x11d01c:0x158,_0x455889:0x208,_0x49ec9e:0x98,_0x3112d5:0xb8,_0x588735:0xc,_0x1def91:0x191,_0x2a07b2:0x1dd,_0x5784ad:0x209,_0x3b3769:0x17d,_0xaa828c:0x7,_0x1ef47f:0x9,_0x1bb201:0xaa,_0x3ae94c:0x45,_0x2c07ca:0x50,_0x4cf5e7:0xc1,_0x486a81:0x16e,_0xc4dbf8:0x5f,_0x1e1c82:0x14a,_0x407a33:0x1e4,_0x3d8536:0x1d,_0x4f1fa4:0xdc,_0x5dba63:0x2a8,_0x28c4a2:0x2fa,_0x25b9e7:0xa1,_0x3d0b8e:0xb9,_0x169cae:0x52,_0x25bfd1:0x61,_0x1eebed:0x67,_0x5e4c17:0xd0,_0x487e66:0x1c5,_0x413e16:0x135,_0x1fd0f4:0x13,_0x4e3ecc:0x28,_0x7e37d5:0x1d4,_0x3c0cf2:0x131,_0x5a0ec4:0x79,_0x4bf661:0x230,_0x4e9f6f:0x19e,_0x4b31ff:0x102,_0x400c0e:0x129,_0x1c19c6:0xa,_0x16744c:0xad,_0x54b0e3:0x5a,_0x3badfe:0x7b,_0x53b937:0x1e9,_0x31bf37:0xc5,_0x192e70:0x151,_0x63c120:0x145,_0x31e432:0x6c,_0xc6c5ae:0xd,_0x46d326:0xb4,_0x7e5ee5:0xbf,_0x4c9683:0x10e,_0x2d141a:0x1f5,_0x36e943:0x197,_0x4c6b36:0x4f,_0x50479e:0x163,_0x581011:0x150,_0x27d082:0x120,_0x44e7a8:0xaa,_0x5006c9:0x10,_0x12fcf1:0x1d3,_0x49485b:0x13a,_0x2b8a43:0x41,_0x2e05bb:0xe6,_0x29ffad:0x3b,_0x16a456:0x8a,_0x182f1b:0x1e7,_0x4593e3:0x115,_0x143445:0x2b,_0x58b799:0x5c,_0x101ac2:0x29,_0x28a680:0x6d,_0x48882d:0x2b6,_0x36f23b:0x4,_0x260376:0x7c,_0x287c6a:0xe2,_0x3a2a01:0x1eb,_0x244f40:0x16b,_0x44ab53:0xbc,_0x15460c:0xdc,_0x49f891:0x2fe,_0x3a8e52:0x250,_0x25a784:0x17c,_0x5cba67:0x26a,_0x44f294:0x106,_0x54114b:0x2e9,_0x1ff0b3:0xcd,_0x13b232:0x130,_0x2311c8:0xe,_0x3e7c38:0x29},_0x3e0a7f={_0xb46622:0x148},_0x55643f={_0x793e9c:0x28,_0x1f7273:0x65b},_0x4f86a4={};_0x4f86a4['PrLpV']=_0x485daf(-0x6b,-_0x135148._0x4f8bb5,0x180,0x78)+_0x485daf(0xc5,_0x135148._0x173154,0xa7,0x1e2),_0x4f86a4[_0x485daf(-_0x135148._0x1f29e0,_0x135148._0x7f4ee6,-0xe3,0x41)]=_0x485daf(_0x135148._0x3d8d41,_0x135148._0x2be74c,0x1c2,0xe0)+_0x485daf(0xb2,_0x135148._0x56dc50,_0x135148._0x5b65df,_0x135148._0x24a185),_0x4f86a4['Mofca']=function(_0x1097b9,_0x125daa){return _0x1097b9===_0x125daa;},_0x4f86a4[_0x44faeb(0x63,-0xb4,-_0x135148._0x3679a5,_0x135148._0xa21b66)]=_0x485daf(0x8e,_0x135148._0x13e347,_0x135148._0x58ce1f,_0x135148._0xd259ae),_0x4f86a4[_0x44faeb(0xed,0x10d,_0x135148._0x63ff7a,0xa6)]=_0x485daf(0x15c,_0x135148._0x2d0808,_0x135148._0x5439d8,0x250)+_0x44faeb(0x17f,-0x4e,-_0x135148._0x3a8cf4,0xea)+_0x44faeb(_0x135148._0x435f38,_0x135148._0x292937,_0x135148._0x22a7c8,0xe3),_0x4f86a4[_0x44faeb(-_0x135148._0x15b9ca,-0x260,-_0x135148._0x19bd88,-_0x135148._0x3931af)]='Internal\x20S'+'erver\x20Erro'+'r',_0x4f86a4[_0x44faeb(0xd3,0x46,_0x135148._0x587145,0x52)]='Failed\x20to\x20'+_0x485daf(0x2a6,_0x135148._0x51ca37,0x127,_0x135148._0x54193e),_0x4f86a4[_0x485daf(0x170,-_0x135148._0x22a7c8,0x14,0x47)]=_0x485daf(_0x135148._0x20af37,_0x135148._0x1128b2,0x19d,_0x135148._0x579261),_0x4f86a4[_0x485daf(-_0x135148._0x41e088,-0x2e,_0x135148._0x148dc4,0x33)]=_0x44faeb(-0x1ca,_0x135148._0x587145,-0x174,-_0x135148._0x20f1cf)+'t';function _0x44faeb(_0x1c862f,_0x295ef7,_0x1606b7,_0x25a86a){return _0x34b97a(_0x1c862f-_0x55643f._0x793e9c,_0x295ef7,_0x1606b7-0x1aa,_0x25a86a- -_0x55643f._0x1f7273);}_0x4f86a4[_0x485daf(_0x135148._0x16a06e,_0x135148._0x1232a5,0x14c,0x175)]='Invalid\x20fi'+'le\x20path',_0x4f86a4[_0x44faeb(-_0x135148._0x2bb8e7,0x45,-0x1ca,-0xf8)]=_0x44faeb(-0x6,_0x135148._0x4cfe01,-_0x135148._0x29da85,-0x69);function _0x485daf(_0x1cf82a,_0x54a411,_0x21f840,_0x552a9a){return _0x34b97a(_0x1cf82a-_0x3e0a7f._0xb46622,_0x21f840,_0x21f840-0x19f,_0x552a9a- -0x4be);}_0x4f86a4[_0x485daf(-0x3,-_0x135148._0x3679a5,_0x135148._0x250968,0xde)]=function(_0x50a920,_0x3193a7){return _0x50a920!==_0x3193a7;},_0x4f86a4[_0x44faeb(-0x1b,-0x1a9,-0x15c,-0x90)]=_0x485daf(_0x135148._0x25e49c,0x317,_0x135148._0x3812ca,0x214),_0x4f86a4[_0x44faeb(_0x135148._0x568e46,0x8e,0x138,_0x135148._0xb5d88b)]='qjvUh',_0x4f86a4[_0x485daf(0x13b,_0x135148._0x33e16f,0x152,0x238)]='Use\x20PATCH\x20'+_0x44faeb(_0x135148._0x5b5f73,_0x135148._0x6611fc,-_0x135148._0x5b5f73,_0x135148._0x49b326)+'killId\x20to\x20'+_0x44faeb(-0x8a,0xa8,_0x135148._0x4a80a7,_0x135148._0x40120c)+_0x485daf(0x9b,_0x135148._0x494bb7,0x1e8,0xba),_0x4f86a4[_0x485daf(0x12e,-_0x135148._0x4f7290,-_0x135148._0x1535ee,_0x135148._0x2ecd89)]=function(_0x2dee95,_0x5c4c86){return _0x2dee95!==_0x5c4c86;},_0x4f86a4[_0x485daf(_0x135148._0x217d55,-_0x135148._0x1ff331,0x1c4,0x9b)]=_0x44faeb(-0x98,-0xce,_0x135148._0x4728c8,_0x135148._0xf455b4)+_0x485daf(0xf1,0x2c6,_0x135148._0x263a46,0x210)+_0x44faeb(0x3a,-_0x135148._0x498dff,-0xa0,_0x135148._0x149a9d),_0x4f86a4[_0x485daf(0x1d2,_0x135148._0x1ada48,_0x135148._0x15bf66,0xe9)]=_0x44faeb(-0xe4,-_0x135148._0xc2d445,-_0x135148._0x111561,-0x86),_0x4f86a4[_0x485daf(0x2a,-0x81,0xc8,_0x135148._0x48f393)]='Skill\x20file'+_0x44faeb(-0xe2,0x75,-0x129,-0x95)+'y\x20task',_0x4f86a4['zZJlv']=_0x485daf(_0x135148._0x2f590,_0x135148._0x4b4d10,0x21d,0x250)+_0x44faeb(_0x135148._0x8e2f10,0xff,_0x135148._0x117c7e,_0x135148._0x404984);const _0x5b81a0=_0x4f86a4,{callingTask:_0x2ef1a4,taskUser:_0x5d1806,skillId:_0xf3f8dc,skillPath:_0x451a04,environmentName:_0x37d447}=_0x396aab,_0x4ee33f=_0x396aab[_0x485daf(_0x135148._0x18bb8d,0x10a,0x229,_0x135148._0xe27cc0)][0x80c+-0x1ab0+0x4*0x4a9],{content:_0x4d9fcb}=_0x396aab[_0x485daf(0xaf,-_0x135148._0x567e3c,-_0x135148._0x35894a,0xbf)];if(_0x4ee33f[_0x485daf(0x100,_0x135148._0xa675eb,0x198,_0x135148._0x373cd7)]('..')){if(_0x44faeb(0x86,_0x135148._0x4a8d32,_0x135148._0x245a5b,_0x135148._0x48eaaf)!==_0x5b81a0[_0x485daf(-_0x135148._0x20864b,-0x32,_0x135148._0x6d44c2,_0x135148._0x485a8f)])_0x579b23[_0x5b81a0[_0x44faeb(0x181,_0x135148._0x4944d5,-_0x135148._0x1748f3,0x41)]]=_0x395a0e;else{const _0x1a2865={};return _0x1a2865[_0x485daf(0xb8,_0x135148._0xe38152,-_0x135148._0x57446e,0xc1)]=_0x5b81a0[_0x485daf(0x93,-0x99,-0xe1,_0x135148._0x4ae1ff)],_0x1a2865['message']=_0x5b81a0[_0x485daf(0xa5,_0x135148._0x592cd8,_0x135148._0xc8bdd2,_0x135148._0x43d6e3)],_0x2f93d6[_0x485daf(_0x135148._0xfcbc0,-_0x135148._0x1098af,_0x135148._0xfa7c1,0xcd)](-0x1*0x909+0x16fb+-0x1*0xc62)['json'](_0x1a2865);}}if(_0x5b81a0[_0x44faeb(0xc3,0x182,_0x135148._0x4a80a7,0x94)](_0x4ee33f,_0x5b81a0[_0x485daf(_0x135148._0x93ec1c,_0x135148._0x2da407,_0x135148._0x38c1fc,_0x135148._0x416b17)])){if(_0x5b81a0[_0x44faeb(-_0x135148._0x36c80f,-0x116,-_0x135148._0x21a658,-_0x135148._0x5e4876)](_0x5b81a0[_0x44faeb(-_0x135148._0x20de01,_0x135148._0x3679a5,-_0x135148._0x5df291,-_0x135148._0x28a4ec)],_0x5b81a0['ZmiLx'])){const _0x12955d={};return _0x12955d[_0x44faeb(-_0x135148._0x34f56f,-0xef,-0xe5,-_0x135148._0x5d74a7)]=_0x5b81a0[_0x485daf(-_0x135148._0x8d1c74,_0x135148._0x405e6e,_0x135148._0x152c38,0x33)],_0x12955d['message']=_0x5b81a0[_0x44faeb(-0x4f,_0x135148._0x2d7891,-0x82,_0x135148._0x1f5f48)],_0x2f93d6['status'](0x1*0x14df+0x1*0x1279+-0x25c8)[_0x44faeb(0x10,_0x135148._0x41798b,0x70,_0x135148._0xea1a6)](_0x12955d);}else _0x11a072[_0x5b81a0['tFKrw']]=_0x565724;}if(_0x5b81a0['Mofca'](_0x4d9fcb,undefined)){if(_0x5b81a0[_0x44faeb(-_0x135148._0x315008,-0x241,-0xf5,-0x186)](_0x485daf(-_0x135148._0x48eec1,_0x135148._0x3d1d5c,-_0x135148._0x3602de,_0x135148._0x50f588),'PNxfh')){const _0x353889={};return _0x353889[_0x485daf(-_0x135148._0x400b09,0x9f,0xdd,_0x135148._0xde8433)]=_0x485daf(-_0x135148._0x1946a8,0x161,-0x4f,_0x135148._0xa5d47d)+'t',_0x353889[_0x485daf(0x196,_0x135148._0x16da0e,0xd4,0x1fc)]=_0x485daf(_0x135148._0x515898,_0x135148._0x17855d,0xc7,_0x135148._0x9fe75)+_0x44faeb(0x61,_0x135148._0x5359a0,0x82,0x32)+'uired',_0x2f93d6[_0x485daf(0xd6,0x8,0x188,0xcd)](-0x3*-0x4ae+-0x22*-0xe6+-0x2b06)[_0x44faeb(_0x135148._0x49612f,0x8a,-_0x135148._0x10e7b0,0x29)](_0x353889);}else{if(_0x5b81a0[_0x44faeb(_0x135148._0x5aef35,_0x135148._0x3fccc5,0x106,_0x135148._0x29903d)](_0x2744a3['code'],_0x5b81a0[_0x485daf(0x286,0x1dc,_0x135148._0x11a9b4,_0x135148._0x5acd84)])){const _0x21fb8f={};return _0x21fb8f[_0x44faeb(-0x5b,-0xa2,-_0x135148._0x2cfe2d,-_0x135148._0x5d74a7)]=_0x485daf(_0x135148._0x21676d,0x1fb,0x289,_0x135148._0x53c0ce),_0x21fb8f[_0x44faeb(-0x17,-0xa7,0x98,0x5f)]='File\x20\x27'+_0x303d11+(_0x44faeb(-_0x135148._0x11d01c,-0x129,0x5b,-0x8c)+_0x44faeb(_0x135148._0x455889,0xe0,-0x11,0xcb)+'\x20\x27')+_0x2cb348+'\x27',_0x5f0ebc['status'](-0x301+0x1115+-0xc80)['json'](_0x21fb8f);}const _0x35fbf8={};_0x35fbf8[_0x44faeb(-0x6d,-_0x135148._0x49ec9e,_0x135148._0x3112d5,-_0x135148._0x588735)]=_0x3fcb28[_0x485daf(0x2ad,0x17e,0x90,_0x135148._0x1def91)],_0x35fbf8[_0x485daf(_0x135148._0x2a07b2,0x28b,_0x135148._0x5784ad,_0x135148._0x3b3769)]=_0x5c1ff1,_0x35fbf8[_0x485daf(0xd5,_0x135148._0xaa828c,_0x135148._0x1ef47f,_0x135148._0x1bb201)]=_0x205397,_0x35fbf8[_0x485daf(-0x62,-_0x135148._0x3ae94c,-_0x135148._0x2c07ca,_0x135148._0x4cf5e7)]=_0x53cb3f[_0x44faeb(0x2d,-0xbb,_0x135148._0x486a81,_0x135148._0xc4dbf8)],_0x2094fb[_0x44faeb(-_0x135148._0x1e1c82,-_0x135148._0x407a33,_0x135148._0x3d8536,-_0x135148._0x4f1fa4)](_0x5b81a0[_0x485daf(_0x135148._0x5dba63,_0x135148._0x28c4a2,0x111,0x243)],_0x35fbf8);const _0x4fd25c={};_0x4fd25c[_0x485daf(_0x135148._0x25b9e7,0x149,0x1d4,_0x135148._0xde8433)]=_0x5b81a0['YSrNa'],_0x4fd25c['message']=_0x5b81a0[_0x44faeb(-0x24,0xb6,_0x135148._0x3d0b8e,_0x135148._0x169cae)],_0x3f0e51[_0x44faeb(-0x1bd,-_0x135148._0x25bfd1,_0x135148._0x1eebed,-_0x135148._0x5e4c17)](-0x1*0x2647+-0xc8a+0x34c5)[_0x485daf(_0x135148._0x487e66,0x150,0x1b2,0x1c6)](_0x4fd25c);}}const _0x220e72={};_0x220e72[_0x485daf(_0x135148._0x413e16,_0x135148._0xb5d88b,0xaf,0x191)]=_0x2ef1a4['taskId'],_0x220e72[_0x44faeb(0xbc,_0x135148._0x1fd0f4,0x68,-_0x135148._0x3602de)]=_0xf3f8dc,_0x220e72['filepath']=_0x4ee33f,_0x220e72[_0x485daf(_0x135148._0x4e3ecc,0xdc,-0x32,0x29)+'t']=_0x37d447,_0x220e72[_0x485daf(0x1c9,_0x135148._0x7e37d5,0x13c,0x198)]=_0x5d1806['id'],logger[_0x485daf(_0x135148._0x2da407,_0x135148._0x3c0cf2,-_0x135148._0x5a0ec4,0x95)](_0x5b81a0[_0x44faeb(-_0x135148._0x4bf661,-0xad,-_0x135148._0x4e9f6f,-_0x135148._0x4b31ff)],_0x220e72);const _0x3a3008=_0xe9b502[_0x485daf(_0x135148._0x400c0e,-0x44,0x179,0xcc)](_0x451a04,_0x4ee33f),_0x11174f=new Date()[_0x44faeb(-0x1c4,-_0x135148._0x1098af,-_0x135148._0x1c19c6,-_0x135148._0x16744c)+'g']();try{const _0x535925=_0xe9b502[_0x485daf(0x64,-0x53,-_0x135148._0x54b0e3,_0x135148._0x3badfe)](_0x3a3008),_0x311a44={};_0x311a44[_0x44faeb(-_0x135148._0x53b937,-_0x135148._0x4b4d10,0x6,-_0x135148._0x31bf37)]=!![],await _0x258a22[_0x44faeb(-0x187,-_0x135148._0x192e70,-_0x135148._0x63c120,-0x118)](_0x535925,_0x311a44),await _0x258a22[_0x44faeb(_0x135148._0x31e432,0x11b,0x8b,0x11)](_0x3a3008,_0x4d9fcb,_0x5b81a0[_0x44faeb(-_0x135148._0xc6c5ae,-0xc6,_0x135148._0x3badfe,-_0x135148._0x46d326)]);const _0x438178={};_0x438178[_0x44faeb(-0x90,_0x135148._0x7e5ee5,_0x135148._0x4c9683,-0xc)]=_0x2ef1a4['taskId'],_0x438178[_0x485daf(_0x135148._0x2d141a,0x70,_0x135148._0x36e943,_0x135148._0x3b3769)]=_0xf3f8dc,_0x438178[_0x485daf(_0x135148._0x3602de,-_0x135148._0x4c6b36,-0x5d,_0x135148._0x1bb201)]=_0x4ee33f,_0x438178['userId']=_0x5d1806['id'],logger[_0x485daf(-0x35,-0xab,_0x135148._0x50479e,0x95)](_0x5b81a0['IMJVS'],_0x438178);const _0x7731d2={};_0x7731d2[_0x44faeb(-0x7,-0x272,-_0x135148._0x581011,-0x13c)]=!![],_0x7731d2['skillId']=_0xf3f8dc,_0x7731d2[_0x485daf(0x43,_0x135148._0x27d082,0x18,_0x135148._0x44e7a8)]=_0x4ee33f,_0x7731d2[_0x44faeb(-_0x135148._0x5006c9,-_0x135148._0x12fcf1,-0x5e,-_0x135148._0x49485b)]=_0x11174f,_0x7731d2[_0x44faeb(-0xdb,_0x135148._0x2b8a43,-_0x135148._0xfa7c1,-_0x135148._0x2e05bb)+_0x44faeb(0xb,0x1ca,-_0x135148._0x29ffad,_0x135148._0x16a456)]=_0x2ef1a4['taskId'],_0x7731d2[_0x44faeb(-_0x135148._0x182f1b,0x27,-0x1ab,-_0x135148._0x4593e3)+'serId']=_0x5d1806['id'],_0x2f93d6[_0x44faeb(-_0x135148._0x38c1fc,_0x135148._0x143445,_0x135148._0x58b799,_0x135148._0x101ac2)](_0x7731d2);}catch(_0x18f282){const _0x3fb25c={};_0x3fb25c[_0x485daf(_0x135148._0x28a680,_0x135148._0x48882d,0x29f,_0x135148._0x1def91)]=_0x2ef1a4[_0x485daf(0xf5,0x56,0x63,_0x135148._0x1def91)],_0x3fb25c[_0x44faeb(_0x135148._0x36f23b,_0x135148._0x260376,-0xd0,-0x20)]=_0xf3f8dc,_0x3fb25c[_0x44faeb(-_0x135148._0x287c6a,-0xd8,-_0x135148._0x3a2a01,-0xf3)]=_0x4ee33f,_0x3fb25c[_0x44faeb(-_0x135148._0x244f40,-_0x135148._0x44ab53,-0x101,-_0x135148._0x15460c)]=_0x18f282[_0x485daf(0x241,0x329,0x21c,0x1fc)],logger['error'](_0x485daf(_0x135148._0x49f891,0x211,0x233,_0x135148._0x3a8e52)+_0x44faeb(-_0x135148._0x25a784,0x1c,-0x1b1,-0xee)+_0x485daf(0x4,-0x1b,0xf,0xf2),_0x3fb25c);const _0x4115d0={};_0x4115d0[_0x44faeb(-0x43,0x48,-0x153,-0xdc)]=_0x485daf(0x2e0,_0x135148._0x5cba67,0x2e2,0x1c5)+_0x44faeb(0x35,-0x124,-0x1c2,-_0x135148._0x44f294)+'r',_0x4115d0['message']=_0x5b81a0[_0x485daf(0x2d9,_0x135148._0x54114b,0x330,0x21d)],_0x2f93d6[_0x485daf(0xed,-0xf,0x6f,_0x135148._0x1ff0b3)](0x240e+-0x65b*0x1+-0x1bbf)[_0x44faeb(_0x135148._0x13b232,0x34,_0x135148._0x2311c8,_0x135148._0x3e7c38)](_0x4115d0);}}),router['delete'](_0x34b97a(0x769,0x609,0x58d,0x691)+_0x4efdcd(0x371,0x3ed,0x3e2,0x42c)+_0x4efdcd(0x439,0x399,0x2e8,0x34f),requireTaskAuth,validateSkillAccess,async(_0x59ac98,_0x5abf46)=>{const _0x56a553={_0x2054b3:0x4af,_0x3e3b3d:0x156,_0x716470:0xec,_0x14cd15:0x3f,_0x30c2d8:0x136,_0x25861c:0x118,_0x587eca:0x2a3,_0x34e3f7:0x517,_0x34b98d:0x3dd,_0x15347e:0x4b7,_0x22ec5b:0x3cd,_0x283901:0x549,_0x47c4b4:0x25,_0x2d7e87:0x64c,_0x4cb669:0x50b,_0x97f193:0x31b,_0x1ed099:0x2c6,_0x171c0e:0x678,_0x5bf1c8:0x481,_0x4c0c1b:0x48f,_0x4f5e9d:0x515,_0x304655:0x521,_0x575f74:0x6aa,_0x190302:0x53b,_0x3934aa:0x63f,_0x58ef76:0x262,_0x173008:0x1f1,_0x1166e1:0xaf,_0x281b15:0x78,_0x5544d4:0x663,_0x103c39:0x76b,_0x30c956:0x6ad,_0x4f4fbd:0x168,_0x16b411:0x272,_0x3ac5f3:0x175,_0x1cb9e1:0x20c,_0x5e3121:0x1a2,_0x52fc40:0x214,_0xb1b5fd:0x11c,_0x4ea6ca:0xfc,_0x2ed1dc:0x6c7,_0x472615:0x44,_0x5ca04b:0xa2,_0x367fae:0xb3,_0x1b94ee:0x76,_0x7e34da:0x5a2,_0x547268:0x5c6,_0x2da25b:0x664,_0x5b215a:0x168,_0x499df7:0x279,_0x10fe32:0x1c9,_0x1582c2:0x614,_0x452bd5:0x6ea,_0x19a2c1:0x64d,_0x4146ff:0x601,_0xed98dd:0xe1,_0x3a96af:0x119,_0x4aa613:0x10d,_0x38af63:0x41f,_0x4fd509:0x5da,_0x376f92:0x15c,_0x2a79a8:0x244,_0x22d99d:0x4ef,_0x21636f:0x22f,_0x4c1c05:0x77,_0x1ba40e:0x192,_0x5edcd3:0x1de,_0x3576b7:0x626,_0x13cabb:0x1cb,_0x322167:0x121,_0x1448f6:0x80,_0x7c6a82:0x6fc,_0x41893a:0x6cb,_0x41413f:0x660,_0x4a559b:0x1bc,_0x19dd21:0x97,_0x18c9fc:0x616,_0x1fa1a6:0x6f2,_0x472928:0x17c,_0x4b6e9a:0x67,_0x560479:0x19e,_0x3254a7:0x5b8,_0x3fdf21:0x40a,_0x3ea779:0xed,_0x29a0a4:0x12c,_0x26f60a:0x10e,_0x74029c:0x51c,_0x547952:0x6e7,_0x3f0bd8:0x5a4,_0x241ee0:0x653,_0xf14a1:0x47d,_0x49821a:0x5a1,_0x335ba9:0x1a,_0x135323:0x112,_0x350b14:0x1ce,_0x8cab93:0xfb,_0x485a33:0xbc,_0x2e3e2f:0x27,_0x2bf776:0x5fb,_0x19c22f:0x4e9,_0x48001a:0x543,_0x18714f:0x629,_0x1c2b07:0x572,_0x12ce44:0x73f,_0x332b89:0x5c4,_0x2177be:0x17,_0xb5841a:0x729,_0x1aca6d:0x747,_0x5c9f63:0x7a6,_0x502a73:0xc2,_0x4f107c:0x4c4,_0x18fa23:0x567,_0x2ef834:0x5a1,_0x3cc7d9:0x715,_0x27b10e:0x430,_0x5dc843:0x251,_0x131764:0x23,_0x543308:0xea,_0xd630f:0x20a,_0x57dcc2:0x5e8,_0x1a3206:0x580,_0x12f1be:0x62b,_0x2b4229:0xd5,_0x19cb2e:0x4f4,_0x4dd430:0x617,_0x1564e9:0x555,_0x2db586:0x632,_0x20f7d0:0x43c,_0x35e502:0x58e,_0x300ff7:0x52f,_0x5deb99:0xc1,_0x2babae:0x17e,_0x2b5356:0x5e1,_0x326ae7:0x762,_0x53a7ae:0x6c1,_0x12e774:0x161,_0x2fbb9f:0xea,_0x281c27:0x43,_0x586661:0x7f,_0x4067a6:0x146,_0x24ac31:0x7,_0x55666e:0xc0,_0x73039f:0xd9,_0xd8922c:0xd,_0x2ea3d4:0x699,_0x566669:0x4dd,_0x1233b8:0x5b0,_0x20b749:0x4c1,_0x291e9c:0x103,_0xdf2863:0x102,_0x434ce9:0x24,_0x7586ab:0x192,_0x1a6cfb:0x5eb,_0x4ea450:0x6c2,_0x4652f5:0x65d,_0xe143e3:0x59e,_0x75b976:0x624,_0x907ceb:0xd8,_0x44d1fc:0x64,_0x1082eb:0x62,_0x56c648:0xad,_0x3cd158:0x609,_0x98966e:0xe9,_0xc2df97:0x1af,_0x2247cd:0x5cf,_0x5bbca0:0x544,_0x4102a7:0x119,_0xc4d90f:0x84,_0x57b087:0x39,_0x468e1f:0x2c,_0x37106f:0x14d,_0x5493bd:0x167,_0x1635a1:0xaa,_0x513c37:0x606,_0x1ae097:0x41c,_0x28600d:0x2a4,_0x54161d:0x158,_0xbcd230:0x63,_0x567c96:0x5a,_0x3626af:0x5e4,_0x5f2d38:0x447,_0x3b4c82:0x518,_0x30ff64:0x614},_0x1ecb40={_0x13938d:0x1d1,_0x2b09d2:0xb1};function _0x2e6104(_0x387326,_0x52ad61,_0x58cb8a,_0x568581){return _0x4efdcd(_0x52ad61,_0x52ad61-_0x1ecb40._0x13938d,_0x58cb8a-_0x1ecb40._0x2b09d2,_0x58cb8a- -0x461);}const _0xce9bbc={};_0xce9bbc['Ozffu']='Not\x20Found',_0xce9bbc[_0x14bada(0x44f,0x421,_0x56a553._0x2054b3,0x524)]=function(_0xb1dbde,_0x60df75){return _0xb1dbde!==_0x60df75;},_0xce9bbc[_0x2e6104(_0x56a553._0x3e3b3d,_0x56a553._0x716470,_0x56a553._0x14cd15,_0x56a553._0x30c2d8)]=_0x2e6104(-0x132,-0x307,-0x1fa,-0x207),_0xce9bbc['FYMlL']=_0x2e6104(-0x194,-0x176,-_0x56a553._0x25861c,-0x157),_0xce9bbc[_0x2e6104(-0x30f,-0x1c9,-0x1d3,-_0x56a553._0x587eca)]=_0x14bada(_0x56a553._0x34e3f7,_0x56a553._0x34b98d,0x414,_0x56a553._0x15347e)+'le\x20path',_0xce9bbc[_0x14bada(0x46e,_0x56a553._0x22ec5b,_0x56a553._0x283901,0x4f3)]=function(_0x57ff58,_0x5029cb){return _0x57ff58===_0x5029cb;},_0xce9bbc[_0x2e6104(-_0x56a553._0x47c4b4,-0x55,-0x9b,-0x23)]=_0x14bada(_0x56a553._0x2d7e87,0x6e1,_0x56a553._0x4cb669,0x5ce),_0xce9bbc[_0x2e6104(-_0x56a553._0x97f193,-_0x56a553._0x1ed099,-0x1e2,-0x2f9)]='Bad\x20Reques'+'t',_0xce9bbc[_0x14bada(_0x56a553._0x171c0e,0x591,_0x56a553._0x5bf1c8,0x57d)]=_0x14bada(_0x56a553._0x4c0c1b,0x5ef,_0x56a553._0x4f5e9d,_0x56a553._0x304655)+_0x14bada(0x574,0x702,0x6c8,_0x56a553._0x575f74)+_0x14bada(0x54f,_0x56a553._0x190302,0x777,_0x56a553._0x3934aa),_0xce9bbc[_0x14bada(0x4aa,0x495,0x549,0x5a1)]=function(_0x4550a9,_0x54a94d){return _0x4550a9===_0x54a94d;},_0xce9bbc['grCuP']=_0x2e6104(-0x17e,-_0x56a553._0x58ef76,-0x1d6,-_0x56a553._0x173008),_0xce9bbc[_0x2e6104(_0x56a553._0x1166e1,-0x136,-_0x56a553._0x281b15,-0x193)]=_0x14bada(0x664,_0x56a553._0x5544d4,_0x56a553._0x103c39,_0x56a553._0x30c956),_0xce9bbc['ZHUif']=_0x2e6104(-_0x56a553._0x4f4fbd,-_0x56a553._0x16b411,-0x135,-0x9),_0xce9bbc['DoyjH']='axsKg',_0xce9bbc[_0x2e6104(-0x194,-_0x56a553._0x3ac5f3,-_0x56a553._0x1cb9e1,-_0x56a553._0x5e3121)]=_0x2e6104(-_0x56a553._0x52fc40,-_0x56a553._0xb1b5fd,-_0x56a553._0x4ea6ca,-0x13a)+_0x14bada(0x60a,0x60c,0x6f4,_0x56a553._0x2ed1dc)+_0x2e6104(-_0x56a553._0x472615,_0x56a553._0x5ca04b,-0x4e,_0x56a553._0x367fae),_0xce9bbc[_0x2e6104(0xe7,_0x56a553._0x1b94ee,-0x24,0xfe)]=_0x14bada(_0x56a553._0x7e34da,0x61d,_0x56a553._0x547268,_0x56a553._0x2da25b),_0xce9bbc[_0x2e6104(-_0x56a553._0x5b215a,-_0x56a553._0x499df7,-_0x56a553._0x10fe32,-0xcf)]=_0x14bada(_0x56a553._0x1582c2,0x60c,0x5c9,_0x56a553._0x452bd5)+_0x14bada(_0x56a553._0x19a2c1,_0x56a553._0x4146ff,0x63e,0x52c)+'e';const _0x38d7fc=_0xce9bbc,{callingTask:_0x2fb82b,taskUser:_0x4f5f94,skillId:_0x1c392e,skillPath:_0xa9f4ce,environmentName:_0x3d83ce}=_0x59ac98,_0x37cd48=_0x59ac98[_0x2e6104(-0x6d,-0x1d4,-0x134,-0x10d)][0x577*0x7+0x1b66+-0x7*0x961];if(_0x37cd48[_0x2e6104(-0x1c2,-0x78,-_0x56a553._0xed98dd,-_0x56a553._0x3a96af)]('..')){if(_0x38d7fc['OkYge'](_0x38d7fc['Qkbao'],_0x38d7fc[_0x2e6104(-0xe0,_0x56a553._0x4aa613,-0x16,-0xe1)])){const _0x3b58bd={};return _0x3b58bd[_0x14bada(0x42c,_0x56a553._0x38af63,_0x56a553._0x4fd509,0x55b)]=_0x2e6104(-0x23e,-_0x56a553._0x376f92,-0x140,-_0x56a553._0x2a79a8)+'t',_0x3b58bd[_0x14bada(0x570,0x68f,0x78d,0x696)]=_0x38d7fc[_0x14bada(0x544,0x590,0x624,_0x56a553._0x22d99d)],_0x5abf46[_0x2e6104(-0xc3,-_0x56a553._0x21636f,-0x15b,-0x163)](-0x854+-0xa85+0x1469)[_0x2e6104(0xc6,-0xd6,-0x62,_0x56a553._0x4c1c05)](_0x3b58bd);}else _0x2c7af5[_0x14bada(0x72d,0x6dc,0x629,0x5fd)]=_0x3a232f;}if(_0x38d7fc[_0x2e6104(-0x1e6,-_0x56a553._0x1ba40e,-0x1cf,-_0x56a553._0x5edcd3)](_0x37cd48,_0x38d7fc[_0x14bada(_0x56a553._0x3576b7,0x6fc,0x696,0x627)])){const _0x413d23={};return _0x413d23[_0x2e6104(-_0x56a553._0x13cabb,-0x23b,-0x167,-_0x56a553._0x322167)]=_0x38d7fc[_0x14bada(0x4aa,0x50e,0x3c7,0x4e0)],_0x413d23[_0x2e6104(-0xac,_0x56a553._0x1448f6,-0x2c,0xc2)]='Cannot\x20del'+'ete\x20SKILL.'+'md',_0x5abf46['status'](0x1886+-0x1026+-0x6d0)[_0x14bada(_0x56a553._0x7c6a82,0x6f0,_0x56a553._0x41893a,_0x56a553._0x41413f)](_0x413d23);}const _0x5488c5={};_0x5488c5[_0x2e6104(-_0x56a553._0x4a559b,-_0x56a553._0x3e3b3d,-_0x56a553._0x19dd21,-0x17b)]=_0x2fb82b[_0x14bada(_0x56a553._0x18c9fc,_0x56a553._0x1fa1a6,0x5bf,0x62b)],_0x5488c5[_0x2e6104(-_0x56a553._0x472928,_0x56a553._0x4b6e9a,-0xab,-_0x56a553._0x560479)]=_0x1c392e,_0x5488c5[_0x14bada(_0x56a553._0x3254a7,0x45c,_0x56a553._0x3fdf21,0x544)]=_0x37cd48,_0x5488c5[_0x2e6104(-_0x56a553._0x3ea779,-_0x56a553._0x29a0a4,-0x1ff,-_0x56a553._0x26f60a)+'t']=_0x3d83ce,_0x5488c5[_0x14bada(_0x56a553._0x74029c,_0x56a553._0x547952,_0x56a553._0x3f0bd8,0x632)]=_0x4f5f94['id'],logger['info'](_0x38d7fc[_0x14bada(0x532,0x6bd,0x53d,0x57d)],_0x5488c5);function _0x14bada(_0x12acb5,_0x511e63,_0x49986d,_0x10335e){return _0x34b97a(_0x12acb5-0x69,_0x49986d,_0x49986d-0x192,_0x10335e- -0x24);}const _0x14b8b1=_0xe9b502[_0x14bada(0x63a,0x5c0,_0x56a553._0x241ee0,0x566)](_0xa9f4ce,_0x37cd48);try{if(_0x38d7fc[_0x14bada(_0x56a553._0xf14a1,0x596,0x4b1,_0x56a553._0x49821a)](_0x38d7fc[_0x2e6104(_0x56a553._0x335ba9,-_0x56a553._0x135323,-0xfb,-_0x56a553._0x350b14)],_0x38d7fc[_0x2e6104(-0x8b,-0xa3,-_0x56a553._0x8cab93,-0x1cf)])){const _0x5248b1=await _0x258a22[_0x2e6104(-0xc5,-_0x56a553._0x485a33,-_0x56a553._0x2e3e2f,-0xd)](_0x14b8b1);if(_0x5248b1[_0x14bada(0x587,0x3d0,0x58b,0x4c7)+'y']()){if(_0x38d7fc[_0x14bada(0x4bb,0x4dd,_0x56a553._0x2bf776,0x524)](_0x38d7fc['ezQsK'],_0x14bada(_0x56a553._0x19c22f,_0x56a553._0x48001a,_0x56a553._0x18714f,0x5c3))){const _0x337bfc={};_0x337bfc[_0x14bada(0x68a,0x52e,0x461,_0x56a553._0x1c2b07)]=!![],_0x337bfc[_0x14bada(_0x56a553._0x12ce44,0x51f,_0x56a553._0x332b89,0x647)]=!![],await _0x258a22['rm'](_0x14b8b1,_0x337bfc);}else{const _0x2f3861={};return _0x2f3861[_0x2e6104(-0x21d,-0x12b,-0x167,-0x20b)]=_0x38d7fc[_0x2e6104(_0x56a553._0x2177be,0xad,0x26,0xfc)],_0x2f3861['message']=_0x14bada(_0x56a553._0xb5841a,_0x56a553._0x1aca6d,_0x56a553._0x5c9f63,0x679)+_0x5ef46c+(_0x2e6104(-0x9b,-_0x56a553._0x502a73,-0x117,-0x22e)+'d'),_0x424216[_0x14bada(0x667,_0x56a553._0x4f107c,0x5c2,_0x56a553._0x18fa23)](-0x15cf+0x14*0x1c+0x51*0x43)[_0x14bada(0x700,_0x56a553._0x2ef834,_0x56a553._0x3cc7d9,0x660)](_0x2f3861);}}else _0x38d7fc['OkYge'](_0x38d7fc[_0x14bada(_0x56a553._0x27b10e,0x5ce,0x5b8,0x541)],_0x38d7fc['DoyjH'])?await _0x258a22[_0x2e6104(-0x120,-0x108,-0x1aa,-_0x56a553._0x5dc843)](_0x14b8b1):_0x562534[_0x2e6104(-_0x56a553._0x131764,-0x1a2,-_0x56a553._0x543308,-_0x56a553._0xd630f)]=[];const _0x35d8b3={};_0x35d8b3[_0x14bada(_0x56a553._0x57dcc2,_0x56a553._0x1a3206,0x5b4,_0x56a553._0x12f1be)]=_0x2fb82b[_0x2e6104(-_0x56a553._0x2b4229,-0xf0,-0x97,-0xd9)],_0x35d8b3[_0x14bada(0x4ed,0x5c0,_0x56a553._0x19cb2e,_0x56a553._0x4dd430)]=_0x1c392e,_0x35d8b3['filepath']=_0x37cd48,_0x35d8b3[_0x14bada(0x6fc,0x6c4,_0x56a553._0x1564e9,_0x56a553._0x2db586)]=_0x4f5f94['id'],logger[_0x14bada(_0x56a553._0x20f7d0,0x44b,_0x56a553._0x35e502,_0x56a553._0x300ff7)](_0x38d7fc['SbFZC'],_0x35d8b3);const _0x44b9a6={};_0x44b9a6['success']=!![],_0x44b9a6['skillId']=_0x1c392e,_0x44b9a6[_0x2e6104(-0x1a5,-_0x56a553._0x5deb99,-_0x56a553._0x2babae,-0x55)]=_0x37cd48,_0x44b9a6['deletedByT'+_0x14bada(_0x56a553._0x2b5356,_0x56a553._0x326ae7,0x647,_0x56a553._0x53a7ae)]=_0x2fb82b[_0x2e6104(0x5e,-0x163,-0x97,-0x172)],_0x44b9a6[_0x2e6104(-_0x56a553._0x12e774,-_0x56a553._0x2fbb9f,-_0x56a553._0x281c27,_0x56a553._0x586661)+'serId']=_0x4f5f94['id'],_0x5abf46['json'](_0x44b9a6);}else _0x554ca5[_0x4b7afd]=_0x22c28b[_0x2e6104(-0x6c,-0x15,-_0x56a553._0x4067a6,-0xfc)]()[_0x2e6104(0x8,0x24,-_0x56a553._0x24ac31,_0x56a553._0x55666e)](-0xac*0x25+0x5*0x3e2+0x9*0x9b,-(-0x13f5+0x22f5*-0x1+-0x36eb*-0x1))[_0x2e6104(-_0x56a553._0x73039f,_0x56a553._0xd8922c,-_0x56a553._0x73039f,-0x174)](',')[_0x14bada(0x722,_0x56a553._0x2ea3d4,0x667,0x655)](_0xeb4a35=>_0xeb4a35[_0x14bada(0x5f3,0x566,0x5e7,0x57c)]())['filter'](_0x57de19);}catch(_0x173c2e){if(_0x173c2e[_0x14bada(0x58a,_0x56a553._0x566669,_0x56a553._0x1233b8,_0x56a553._0x20b749)]===_0x38d7fc[_0x2e6104(-_0x56a553._0x291e9c,_0x56a553._0xdf2863,-_0x56a553._0x434ce9,-0x157)]){const _0x21f9bd={};return _0x21f9bd[_0x2e6104(-0x16d,-_0x56a553._0x7586ab,-0x167,-0x140)]=_0x14bada(0x5ee,0x5da,_0x56a553._0x1a6cfb,0x673),_0x21f9bd['message']=_0x14bada(_0x56a553._0x4ea450,_0x56a553._0x4652f5,_0x56a553._0xe143e3,_0x56a553._0x75b976)+_0x37cd48+('\x27\x20not\x20foun'+'d'),_0x5abf46[_0x2e6104(-_0x56a553._0x907ceb,-_0x56a553._0x44d1fc,-0x15b,-0xd9)](0x7f*0x47+0x7*-0x36b+-0x9b8)[_0x2e6104(0x32,0x76,-_0x56a553._0x1082eb,_0x56a553._0x56c648)](_0x21f9bd);}const _0x26bf93={};_0x26bf93['taskId']=_0x2fb82b[_0x14bada(0x598,_0x56a553._0x3cd158,0x4fc,0x62b)],_0x26bf93[_0x2e6104(-_0x56a553._0x98966e,0x64,-0xab,-_0x56a553._0xc2df97)]=_0x1c392e,_0x26bf93[_0x14bada(0x46f,0x4d1,_0x56a553._0x2247cd,_0x56a553._0x5bbca0)]=_0x37cd48,_0x26bf93[_0x2e6104(-0xff,-_0x56a553._0x4102a7,-0x167,-0x17b)]=_0x173c2e[_0x2e6104(_0x56a553._0xc4d90f,_0x56a553._0x57b087,-_0x56a553._0x468e1f,-0x5d)],logger[_0x2e6104(-0xb3,-_0x56a553._0x37106f,-_0x56a553._0x5493bd,-_0x56a553._0x1635a1)]('Failed\x20to\x20'+'delete\x20ski'+_0x14bada(_0x56a553._0x513c37,0x52e,_0x56a553._0x1ae097,0x525),_0x26bf93);const _0x269c15={};_0x269c15[_0x2e6104(-_0x56a553._0x28600d,-0x288,-_0x56a553._0x5493bd,-_0x56a553._0x54161d)]=_0x2e6104(0xa9,-0x179,-_0x56a553._0xbcd230,_0x56a553._0x567c96)+'erver\x20Erro'+'r',_0x269c15['message']=_0x38d7fc[_0x14bada(_0x56a553._0x3626af,_0x56a553._0x5f2d38,0x479,0x4f9)],_0x5abf46[_0x14bada(0x67a,_0x56a553._0x3b4c82,_0x56a553._0x30ff64,_0x56a553._0x18fa23)](-0x1*-0x7b9+0x134b+-0x1910)['json'](_0x269c15);}});export default router;