@profoundlogic/coderflow-server 0.6.3 → 0.6.5

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 (169) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/playwright.task-terminal.config.js +1 -1
  96. package/dist/routes/apiKeys.js +1 -1
  97. package/dist/routes/auth-oidc.js +1 -1
  98. package/dist/routes/auth.js +1 -1
  99. package/dist/routes/automations.js +1 -1
  100. package/dist/routes/bindings.js +1 -1
  101. package/dist/routes/build.js +1 -1
  102. package/dist/routes/containers.js +1 -1
  103. package/dist/routes/deploy-task.js +1 -1
  104. package/dist/routes/environment-management.js +1 -1
  105. package/dist/routes/environments.js +1 -1
  106. package/dist/routes/external-skills.js +1 -1
  107. package/dist/routes/git-credentials.js +1 -1
  108. package/dist/routes/git-oauth.js +1 -1
  109. package/dist/routes/git-provider-setup.js +1 -1
  110. package/dist/routes/health.js +1 -1
  111. package/dist/routes/jira.js +1 -1
  112. package/dist/routes/objective-management.js +1 -1
  113. package/dist/routes/password.js +1 -1
  114. package/dist/routes/prompt.js +1 -1
  115. package/dist/routes/provider-auth.js +1 -1
  116. package/dist/routes/qa.js +1 -1
  117. package/dist/routes/roles.js +1 -1
  118. package/dist/routes/settings.js +1 -1
  119. package/dist/routes/skill-management.js +1 -1
  120. package/dist/routes/skills.js +1 -1
  121. package/dist/routes/tasks.js +1 -1
  122. package/dist/routes/teams.js +1 -1
  123. package/dist/routes/templates.js +1 -1
  124. package/dist/routes/test-task.js +1 -1
  125. package/dist/routes/test.js +1 -1
  126. package/dist/routes/users.js +1 -1
  127. package/dist/routes/visualizations.js +1 -1
  128. package/dist/scripts/create-user.js +1 -1
  129. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  130. package/dist/start.js +1 -1
  131. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  132. package/dist/web-ui/public/activity-feed.js +1 -1
  133. package/dist/web-ui/public/activity-formatters.js +1 -1
  134. package/dist/web-ui/public/agent-event-parser.js +1 -1
  135. package/dist/web-ui/public/app.js +1 -1
  136. package/dist/web-ui/public/approve-dialog.js +1 -1
  137. package/dist/web-ui/public/automation-links.js +1 -1
  138. package/dist/web-ui/public/automation-schedule.js +1 -1
  139. package/dist/web-ui/public/comments-widget.js +1 -1
  140. package/dist/web-ui/public/diff-utils.js +1 -1
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.js +1 -1
  143. package/dist/web-ui/public/file-selection-tree.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.js +1 -1
  146. package/dist/web-ui/public/git-status.js +1 -1
  147. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  148. package/dist/web-ui/public/index.js +1 -1
  149. package/dist/web-ui/public/login.js +1 -1
  150. package/dist/web-ui/public/markdown-editor.js +1 -1
  151. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  152. package/dist/web-ui/public/modal-maximize.js +1 -1
  153. package/dist/web-ui/public/notifications.js +1 -1
  154. package/dist/web-ui/public/permissions.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.js +1 -1
  157. package/dist/web-ui/public/server-health.js +1 -1
  158. package/dist/web-ui/public/settings.js +1 -1
  159. package/dist/web-ui/public/setup-password.js +1 -1
  160. package/dist/web-ui/public/skills.js +1 -1
  161. package/dist/web-ui/public/sse-client.js +1 -1
  162. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  163. package/dist/web-ui/public/task.js +1 -1
  164. package/dist/web-ui/public/teams.js +1 -1
  165. package/dist/web-ui/public/terminal.js +1 -1
  166. package/dist/web-ui/public/theme.js +1 -1
  167. package/dist/web-ui/public/users.js +1 -1
  168. package/dist/web-ui/public/variant-grouping.js +1 -1
  169. package/package.json +1 -1
@@ -1 +1 @@
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;
1
+ (function(_0x5ddd63,_0x3db69a){const _0x23558e={_0x5c756d:0x546,_0x3cff8d:0x631,_0x3ca266:0x58b,_0x2ffed6:0x541,_0x1cb78f:0x621,_0x19ee2c:0x59b,_0x3bc8aa:0x539,_0x3ebcb8:0x5bb,_0x16b531:0x42e,_0x3e32ef:0x507,_0x5ca0b7:0x5e8,_0x12bc44:0x512,_0x16a181:0x54d,_0x3e7da1:0x4af,_0x56e5b9:0x520,_0x3d4c9e:0x5a5,_0x99afbb:0x3de,_0x4db769:0x4c0,_0x1b9205:0x417,_0x43298d:0x5e9,_0x564bec:0x4af,_0x2c2e28:0x4a2,_0x4e4600:0x306,_0x422991:0x37a,_0x4dd743:0x651,_0x232cf4:0x69c,_0x59fb5d:0x57c,_0x583d7c:0x726,_0x30b414:0x5da,_0x2183a4:0x754,_0x3e2c32:0x66e};function _0x5eaa83(_0x4bbe9a,_0x30fede,_0x58db3f,_0x2a26a9){return _0xea8d(_0x4bbe9a-0x2c4,_0x58db3f);}function _0x5d1511(_0xa5890b,_0x5c68f3,_0x5004fb,_0x57dd3c){return _0xea8d(_0x5c68f3-0x347,_0x57dd3c);}const _0x3f4a70=_0x5ddd63();while(!![]){try{const _0x460cda=parseInt(_0x5d1511(0x5e4,_0x23558e._0x5c756d,_0x23558e._0x3cff8d,_0x23558e._0x3ca266))/(0x2011*0x1+-0x692+-0x197e)*(parseInt(_0x5d1511(_0x23558e._0x2ffed6,_0x23558e._0x1cb78f,_0x23558e._0x19ee2c,_0x23558e._0x3bc8aa))/(-0x2660+-0x2018*0x1+0xba*0x61))+parseInt(_0x5d1511(_0x23558e._0x3ebcb8,0x4f6,_0x23558e._0x16b531,_0x23558e._0x3e32ef))/(-0x3*0x293+-0xd33+0x14ef)*(parseInt(_0x5d1511(_0x23558e._0x5ca0b7,0x4de,_0x23558e._0x12bc44,_0x23558e._0x16a181))/(-0x21b4+-0x3d*-0x35+0x1517*0x1))+parseInt(_0x5d1511(0x4f3,_0x23558e._0x3e7da1,_0x23558e._0x56e5b9,_0x23558e._0x3d4c9e))/(0x720+-0x1259+0xb3e)*(parseInt(_0x5eaa83(0x4bb,_0x23558e._0x99afbb,_0x23558e._0x4db769,_0x23558e._0x1b9205))/(0x1ad9+0x2af+-0x1d82))+-parseInt(_0x5d1511(_0x23558e._0x43298d,_0x23558e._0x3ca266,_0x23558e._0x564bec,_0x23558e._0x2c2e28))/(-0x24d1+-0x1d0d+-0x15f7*-0x3)*(-parseInt(_0x5eaa83(0x423,_0x23558e._0x4e4600,0x337,_0x23558e._0x422991))/(-0x80*0x16+0xa7+-0xa61*-0x1))+parseInt(_0x5eaa83(_0x23558e._0x4dd743,0x643,_0x23558e._0x232cf4,_0x23558e._0x59fb5d))/(0xc00+-0x12f4+-0x1*-0x6fd)+parseInt(_0x5d1511(0x791,0x688,_0x23558e._0x583d7c,0x67a))/(-0x133a+0x901*-0x3+-0xf6d*-0x3)+parseInt(_0x5d1511(0x4ba,_0x23558e._0x30b414,0x6ea,0x554))/(-0x12af*0x1+0xf9d*-0x2+0x18fa*0x2)*(-parseInt(_0x5d1511(_0x23558e._0x2183a4,0x64b,_0x23558e._0x3e2c32,0x65c))/(-0x1*0x1b4f+0x2454+-0x8f9*0x1));if(_0x460cda===_0x3db69a)break;else _0x3f4a70['push'](_0x3f4a70['shift']());}catch(_0x25e2a4){_0x3f4a70['push'](_0x3f4a70['shift']());}}}(_0x5ea4,-0x43aab*-0x2+-0x127e7f+0x17942e));function _0x5ea4(){const _0x575d92=['D2jLrfi','AgvHzgvYCW','tMTbCK8','DK1cvwK','qxr0zw1WDcb0BW','C1nzA20','C2STzwrPDcbWzq','C3rHDhvZ','B2DoCe4','CMvJDxjZAxzL','zvbtsMi','BNfhDgC','zMLSzq','mteZntG4ogDHwhHjwG','qxjTt2e','vwTqzwq','C3rYAw5NAwz5','Ag12AvK','twrowha','zw50CYbHBMqGza','ihjLz2LZDhj5ia','t0zezgm','y2fSBgLUz1rHCW','svHJvKK','Aw5JBhvKzxm','rNjVBuvUDMLYBW','CMvTB3zLzezYBW','we9lq3m','Ec10yxnRlwLK','CKf1B2S','ue9Ssee','BIbPCYbYzxf1Aq','ywTjv3m','DLPIuva','zKvdBNG','AxnbCNjHEq','BMjRwKy','AYaOD2L0Ag91Da','zgvSzxrLigzPBa','y29UzMLNugf0Aa','zsbKzwXLDgLUzW','BM1LBNrZ','zYb3AgLSzsb1BG','qw5iBK0','sLvozxu','y29Kzq','BguGCgf0Aa','Eefwv3m','ls0T','DMLYB25Tzw50ia','C09oywq','BMfTzq','yKTfv24','Aw5MBW','zhzps1e','nJKYnte5odHTww1Yq3i','C2LNBMvKigj5ia','AfbTEeG','A3rLD2W','AvPdvhC','Dejpsxu','Bg9HzcbPBxbVCG','BwvZC2fNzq','B25SEsbZA2LSBa','C3LZDgvT','rwzwBxm','s0njEg8','A2LSBeLKl2zPBa','jYbHBhjLywr5ia','wwzlDLe','C2TPBgXZ','qxvmyvu','zNjVBNrTyxr0zq','AwXL','vNj2r1e','AvbkDMC','AKHtuM0','DgfZAW','DLvhv2u','A2v5CW','yNryzMi','u2TPBgWGyxnZAq','DxnLCM5HBwu','Cxj1Ewq','CKDkqNa','u0TjteWUBwq','y2PSzxy','DxbKyxrLzej5vq','vK1rruC','C0vUyuS','uLbnvhC','qNnjqMC','B3qGyxnZAwDUzq','A0vTq0W','zMLSzxm','qwn6Eha','CxvPCMvKigfUza','z0vZC1m','u2TPBgWGy3jLyq','zwqGzw52AxjVBG','uM91DgvY','CMvHzgrPCG','uKvrD3a','AujnDw0','yxnZAwDUzwrtAW','BgfuvKy','zgvSzxrL','sw52ywXPzcbZAW','vgfZAYb1C2vYia','CxvLCNK','thruuu8','vLL5zvq','lMLTCg9YDgvKlq','zYbZA2LSBcbKzq','AwXSieLe','ugXywg8','mti3ntmXntbYv1r5txi','rvrbuNe','zeXrDNG','uuruq2G','q29UzMXPy3q','uwfos20','DxbKyxrLigLTCa','y2XLyw51CcK','EMvK','rvHcqMW','zw52tMfTzq','yM1Zrhq','ig11C3qGyMuGyq','C3rHCNrZv2L0Aa','C2LZDgvKihrVia','u2TPBgWGBM90ia','BwrnC2m','s0jQA00','DhjPBq','svjVEge','z0XTrKe','tuDoENy','EfLMzfu','A3zVs1G','igfUzcbTDxn0ia','CgvZ','v3fUvve','D2L0AezPBgvuEq','C2XPy2u','z2rRvwK','DgfZA3m','zgvSzxrLzej5vq','BgvUz3rO','icaTia','DMLYB25Tzw50','Bw9Kzq','wgDLD2W','yxbZyvG','BNvUB2i','B3j0zwqGCMvNAq','sKvruLi','AwryB2u','C2v0DxbqyxrO','u1j4yKW','zxjTAxnZAw9Uia','yMrdvvu','uu1hveK','DcbPBML0AwfSAq','C3rYEsbKDxjPBG','uKXPwKK','BgWGzMLSzq','vfPIs1G','rfzUEui','ig5VDcbMB3vUza','CeLkvKi','y3jLyxrLzef0','BhfOC3K','C2TPBgXjza','sNvQzwe','y2HHCMfJDgvYCW','BMuGzMLLBgqGBq','se1IAxq','l3nRAwXSCW','DgfZA0LK','DxbKyxrLzej5va','yLf0yvC','zvrMEeK','vxjTyva','qNfNwhC','DNzoCxq','zxfQthe','AxneAxjLy3rVCG','BM1swgu','q3jNC1q','BwvUDcb0BYbJBW','DgrIyNu','mte1odm2ntDSD2fOD1e','DhDuzNq','ihn0CMLUzW','qu9SAeK','Bgv0zq','D3jPDgvgAwXL','yMuGysbZDhjPBG','DKH3vhy','s2Lby0G','yxnRswq','BcbMAwXL','zcbPBIbZA2LSBa','r25WAKu','C092DLi','z2vTzw50ihjVDq','wLfrC1G','q2fUBM90igrLBa','B3jJzt10CNvLia','u2TPBgWGzgvSzq','qvnHAgm','s3r6CLy','wLDHuhe','yxjNDw1LBNqTAa','BYbLBNzPCM9UBq','CMvHzezPBgu','ru5pru5u','B1PisgC','igfZC2LNBM1LBG','DgvZDa','vgHPCYbZA2LSBa','s3fAqLG','BMzPzYbMAwXLia','shPHrKi','s0fJsKu','mtm5mJi0zNvQy2js','oIbBxq','C2TPBgXZoNrHCW','u05wuge','Awzsrei','y3rtsLm','BxDrEKu','zgLYBMfTzq','tM1JvMS','ntu1yu5SwKT2','CgjXuha','rvjTy1G','BMCGzwrPDgfIBa','t0fvweC','rfPmEey','rwryuva','C3vJy2vZCW','Aff1DMm','BM5VDcbIzsbTBW','y1HvAgu','wMjqqw0','A1vLCMy','zgvSzxrLzej5va','AxnVEhy','rKj3reK','z2vTzw50ihjLCq','zw50','refYBhm','C2TPBgXZlMPZBW','EMzTCLy','C2nVCMvZ','s2THEuC','y3jLyxrLzej5va','zcb0BYb0AgLZia','Exvitxe','AgPbB0u','vfj0ELC','uwzAExa','teWUBwq','ChDiv1O','vxHcy1a','CgvYC2LZDcbZAW','igfUzcb1BMrLCG','sMPLu2W','DxbKyxrLifnlsq','ywXSB3DLzc10BW','z2v0','BK9mvue','zM9Yy2u','u2TPBgWGsuqGAq','ENfKwwe','vgfZAY1jzcbOzq','B1berwG','rMLSzsaN','BhD0ugW','t2LUqu0','ndbvz25QuNu','zgvSzxrLzef0','r2zIAeK','kgLUlw1LBw9YEq','yMXpBMK','zgLYzwn0B3j5','BYbHC3nVy2LHDa','C2SGsuq','Aw1XAfm','BNv6yw4','CuzOq1u','D1jcwKC','ExD0u2q','CNnvDLa','CM9Lwhe','sLjzy1C','tfrytNa','C2TPBgXZugf0Aa','z25Lzcb0BYbLBG','wLfYswy','vxflDeC','whzACfC','CLjACfm','DgfZA1vZzxi','odi1mdzSAM9gA24','tNHUBvy','u2vYDMLJzsbUBW','v1DIBhi','BwfW','Dg9ju09tDhjPBG','D1fcBfq','zgLMAwvK','yw5Xtxi','DM5KDhC','BM90igHHDMuGCa','q29UDgvUDcbMAq','EhzoCKe','wNnHvMC','CgfYC2u','EgTkBNu','t05uy0i','yxnZAwDUvg9fBG','CgfYyw1Z','ihnRAwXSCZP0yq','C2TPBgXqyxrO','DxrMltG','y29KzxiUANnVBG','rM9YyMLKzgvU','Cgf0y2G','BIbVBMX5igfSCa','Dc5QC29U','q2nVr0G','rhnWzhO','ruXnvwK','DMXNqwK','y2f0y2G','v0Trz1K','ANnVBG','Aw5NihnRAwXS','zMLSDgvY','BwPfrxC','qxfYvwi','vKrqBKe','tNDSu0u','yxnZAwDUAw5Nia','BuvUDMLYB25Tzq','A2XKzhy','uLfqt1q','AxqGzNjVBsbHBa','zxiGzw52AxjVBG','jYbPCYbHC3nPzW','Esb0yxnR','igzYB20GDgfZAW','u2TPBgWGsuqGBq','sND4BwS','tfPSuum','DguGBM90igLUAq','CM1PC3nPB24','BwTkEuW','u2nmA20','zw50CMLLCW','rNPir1i','uwzUAhC','ywrLCG','CIaIDw5HC3nPzW','Dg9mB3DLCKnHCW','vxnLCIbSywnRCW','qKvNBgu','DvDNv1G','Aw50','EwniyLi','AvzyDgm','yxnZAwDUzwq','CMvHzcbZA2LSBa','DNnWsgq','EvDlBNm','ndaXmZrJAhLxrwC','BwTKAxi','EefAzNe','DeTRz0i','Dw5HC3nPz25Lza','u2TPBgWGjW','vxnLCIbKB2vZia','BLr2BLC','m29Kzxbcqq','D010y1m','CMvHzcbMAwXL','zxHPC3rZ','ChvZAa','B2XZ','CMvHzg9UBhK','igLZihjLywqTBW','rwLdwK4','wuHjs2y','AwXSCYbMCM9Tia','sw50zxjUywWGuW','vwHSBuC','sw52ywXPzcbMAq','yvzkvfC','BMvKihrVig90Aa','yw9hC3K','BwvUDa','A2LSBeLKihrVia','zgvSzxrLihnRAq','CKHAseu','wunlwgq','yMuGzwL0AgvYia','vgDRvNq','u0flrNm','EhLKv3a','y1Lyu3K','BNrZ','zxrLifnlsuXmlG','DenVBMzPzW','Bw9KzwW','Cuz1DMe','C3qGyMuGysbZDa','C2vYswq','vNnLEKm','De5HBwu','rw52AxjVBM1LBG','ENHVAKu','Cuzgr00','B25MAwCGD2HPBa','yvnswu8','D2zqzxq','DcbZDgLSBcbHyW','Chv0','wwjSrKy','y29UDgvUDa','igvKAxqGCMvHza','Cg9ZDa','C3zes00','sLzwvKW','Egnzt3e','sevgB1G','Dw5SAw5R','sw1eCKe','vgfZAYbYzwfKAq','zxj2zxiGrxjYBW','zsbZA2LSBhm','zxjYB3i','AgTZCgO','y3jLyxrLzej5vq','zK9TyLa','v3bkCfq','yM9KEq','rwjYyMu','BMrbAfK','zMLSzxbHDgG','BMCGwc1uyxnRlq','zwrPDgfIBgu','BM90igzVDw5K','ntuZD1rXzgv5','DcbUB3qGzM91BG','Dw5RBM93BIb0yq','AxngAwXL','DMvYC2LVBG','tKvACg0','zwXKigLZihjLCq','we1OALG','AwXSigfZC2LNBG','Aw5NihnRAwXSia','wefRvfm','s2Hds3C','uvj5EwS','Bvjevw8','qM9KEsbPCYbYzq','CNvUihDPDgGGzG','DgLHBgL6zwq','y2TZBgO','vw5HDxrOB3jPEG','reXbqw0','BcbLBNzPCM9UBq','CwDMr28','D2fYBG','CMLUzW','s3PpAge','q0Hotgu','vxnLifbbveniia','DgL2zsK','uhfHweK','AgfUDw1LCMLJia','AxHkywu','B3HgEKW','yw9Rweq','DxbKyxrLigvUDG','BvjvDgm','jYbUB3qGzM91BG','zw52AxjVBM1LBG','r0rTrM4','wez6ueK','vwjKquO','tuTNrg4','rMfPBgvKihrVia','zxvnCKq','tM90iezVDw5K','z3f6uMe','C3rYAw5N','ms4WlJa','ANHlrNy','se9AC28','DhnTvha','ugnxsxa','ENjNCfG','Dxn0ignVBNrHAq','uMnHr2u','u2TPBgWGAxmGBG','ywnJzxnZ','DxnLCKLK','igrLBgv0zwqGyG','vND0DKW','zMXHz3m','u2TPBgWGzMLSzq','rK55B1C','DhrovMG','C3bSAxq','BvjLz2LZDhj5','uefXqxi','y29KzxjdB25MAq','qMfKifjLCxvLCW','A2LSBeLK','tMfTzsbPCYbYzq','AunmzeG','s2f4Ewm','vfrSv1u','zgvZy3jPChrPBW','quXvrxO','zxmVkG','DwvZDcbTAxnZAq','r1HcAfK','A01ZvLG','mtfNqNHtz24','sw52ywXPzcb0yq','A3nNEgK','u2TPBgWGBwfUyq','CMvKigfUzcbTDq','z25Tzw50ihbLCG','we1YqLG','vLHOBfC','vgfZAYbKzwXLDa','B0rtsLu','t0Pev2K','swqGAgvHzgvY','rKX1ChG','wvnyC0y','suznDNa','BMCGC2TPBgWGzG','vgfZAYbOyxmGBG','DwLYzwq','zMLUza','rgvZy3jPChrPBW','igzPBgu','lcbOExbOzw5Zla','y29UzMLNigzPBa','vLLyvvi','l3nRAwXSCY86CW','CvDQEMm','DgvKigj5ihrHCW','uwPHsuO','sg9OtKG','DNzdzui','DgvKihnRAwXSCW','CYbYzxf1AxjLza','iMrLBgv0zsiGBW','uKfAufe','EKHKDuC','vMjOENK','qxqGBgvHC3qGBW','AwXSCW','EKT2z1e','DM1czwy','Bw11q0G','vgfZAYbVD25LCG','Ew5pDgm','AY1LzgL0','DLHnyM4','DxbKyxrLzef0','zLvotue','AM9PBG','twLZC2LUzYbylq','tKnfvKq','yunNsNy','Bw9KzsbTDxn0ia','Aw5Nig9YihvUyq','A2LSBa','yNfIwKG','yxHitMm','DhLWzq','D3jPDguGC2TPBa'];_0x5ea4=function(){return _0x575d92;};return _0x5ea4();}import _0x340589 from'express';import{promises as _0x50cdb4}from'fs';import _0x25e898 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';import{removeContainersForSkill}from'../lib/docker-utils.js';const router=_0x340589[_0x10e0a8(0xca,0x3e,-0x8,0x96)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeSkillManagement(_0x4bc0ac){const _0x552fb4={_0x35f012:0x528,_0x2706d0:0x4d2,_0x4b5bb5:0x4c5,_0x266659:0x1a5,_0x142bae:0x4d},_0x100233={_0x5e504a:0x3c,_0x4238c2:0x1e4},_0x32a03c={_0x53a26e:0x44d,_0x2c8dfe:0x22,_0x47df55:0x1d6};tasks=_0x4bc0ac['tasks'];function _0x3ccb46(_0x4c3161,_0x4ef731,_0x3c56d6,_0x4d7994){return _0x10e0a8(_0x4ef731,_0x4d7994-_0x32a03c._0x53a26e,_0x3c56d6-_0x32a03c._0x2c8dfe,_0x4d7994-_0x32a03c._0x47df55);}function _0x5a31df(_0x13d7ea,_0x42624d,_0x4eaccb,_0x10f1af){return _0x10e0a8(_0x4eaccb,_0x10f1af- -0x3c,_0x4eaccb-_0x100233._0x5e504a,_0x10f1af-_0x100233._0x4238c2);}setupPath=_0x4bc0ac[_0x3ccb46(0x3d5,_0x552fb4._0x35f012,_0x552fb4._0x2706d0,_0x552fb4._0x4b5bb5)],coderConfig=_0x4bc0ac[_0x5a31df(0x22,-_0x552fb4._0x266659,-_0x552fb4._0x142bae,-0xa9)+'g'];}export function updateSkillManagementConfig(_0x552d9c){coderConfig=_0x552d9c;}function getImportedSkillsRegistryPath(){const _0x51f33a={_0x142407:0x3ac,_0x2eaf00:0x4ac,_0x191ece:0x373,_0x2fd22e:0x3c1,_0xc083ef:0x32a,_0x152322:0x306,_0x17be00:0x4f9,_0x1af30e:0x4a2,_0x3dd6ba:0x395,_0x5a4f3d:0x30b,_0x5d6bef:0x51a},_0x3f2df2={_0x1cfad8:0x38c,_0x1f0e8c:0x114,_0x3264cb:0x146},_0x5d21a0={_0x4cc376:0xe2};function _0x38ba22(_0x20a859,_0x12ddc1,_0x256c80,_0x451ad3){return _0x10e0a8(_0x20a859,_0x256c80-0x4e5,_0x256c80-_0x5d21a0._0x4cc376,_0x451ad3-0xfd);}const _0x25ea5c={};_0x25ea5c['uWgWX']=_0x3067ec(0x2ec,_0x51f33a._0x142407,_0x51f33a._0x2eaf00,_0x51f33a._0x191ece),_0x25ea5c[_0x3067ec(0x3e6,_0x51f33a._0x2fd22e,_0x51f33a._0xc083ef,_0x51f33a._0x152322)]=_0x3067ec(0x491,0x3d6,0x2f3,0x2bc)+_0x3067ec(0x19c,0x214,0x333,0x1a2)+'n';function _0x3067ec(_0x351a65,_0x68feb7,_0x141859,_0x3c0c2f){return _0x10e0a8(_0x351a65,_0x68feb7-_0x3f2df2._0x1cfad8,_0x141859-_0x3f2df2._0x1f0e8c,_0x3c0c2f-_0x3f2df2._0x3264cb);}const _0x5a6442=_0x25ea5c;if(!setupPath)return null;return _0x25e898[_0x38ba22(_0x51f33a._0x17be00,_0x51f33a._0x1af30e,0x4b4,0x5d6)](setupPath,_0x5a6442[_0x38ba22(0x30c,_0x51f33a._0x3dd6ba,0x3e1,_0x51f33a._0x5a4f3d)],_0x5a6442[_0x38ba22(0x5de,0x5ff,_0x51f33a._0x5d6bef,0x517)]);}function _0xea8d(_0x310590,_0x1eb958){_0x310590=_0x310590-(-0x2455*0x1+-0x4*0x84a+-0x1795*-0x3);const _0x1f26ae=_0x5ea4();let _0x139f1d=_0x1f26ae[_0x310590];if(_0xea8d['sVmzhK']===undefined){var _0x232886=function(_0x2ff1a2){const _0x24dab9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x34583b='',_0x4a8b12='';for(let _0x199388=0x6d3*-0x3+0x62c+-0x7*-0x20b,_0x192643,_0x5908db,_0x4fdac2=0x118a*0x1+-0x2*-0x1343+-0x3810;_0x5908db=_0x2ff1a2['charAt'](_0x4fdac2++);~_0x5908db&&(_0x192643=_0x199388%(-0x1082+-0xecd+0x9*0x37b)?_0x192643*(-0x45d*-0x7+-0xb67+0x9c*-0x1f)+_0x5908db:_0x5908db,_0x199388++%(-0x1215+0x84e*-0x2+-0x6f1*-0x5))?_0x34583b+=String['fromCharCode'](0x1*0x233f+0xf1f+0x1075*-0x3&_0x192643>>(-(0x131b*-0x1+-0x1ee+0x1*0x150b)*_0x199388&-0x1895+-0x170*0x8+0x241b)):0x1*-0xb15+-0x8c2+0x13d7){_0x5908db=_0x24dab9['indexOf'](_0x5908db);}for(let _0x49c1c4=-0x1*-0x22f3+-0x1e46+0x3f*-0x13,_0x5ec975=_0x34583b['length'];_0x49c1c4<_0x5ec975;_0x49c1c4++){_0x4a8b12+='%'+('00'+_0x34583b['charCodeAt'](_0x49c1c4)['toString'](0x2*0x255+-0x17b*-0xb+-0x1*0x14e3))['slice'](-(-0x1*0xc75+0x15e4+-0x96d));}return decodeURIComponent(_0x4a8b12);};_0xea8d['hMKBgY']=_0x232886,_0xea8d['DRoaRk']={},_0xea8d['sVmzhK']=!![];}const _0x5b5f86=_0x1f26ae[0x369*-0x3+-0xf*0x26b+0x180*0x1f],_0x3c79a5=_0x310590+_0x5b5f86,_0x5ccb17=_0xea8d['DRoaRk'][_0x3c79a5];return!_0x5ccb17?(_0x139f1d=_0xea8d['hMKBgY'](_0x139f1d),_0xea8d['DRoaRk'][_0x3c79a5]=_0x139f1d):_0x139f1d=_0x5ccb17,_0x139f1d;}function _0x4e6879(_0x2e247f,_0x110967,_0xb0f56f,_0x409c24){const _0x4b31b3={_0x246324:0x1cb};return _0xea8d(_0x2e247f-_0x4b31b3._0x246324,_0x110967);}async function loadImportedSkillsRegistry(){const _0x2f9879={_0x494d82:0x181,_0x94a12e:0xb8,_0x450d9f:0x2ce,_0x1dff21:0x378,_0x17d41c:0x3c5,_0xf35586:0x2f8,_0x3e831f:0x396,_0x5c47fb:0x13e,_0xb5644:0x2a3,_0x55f8e8:0x193,_0x27aecd:0x267,_0x35b4eb:0x355,_0x47b378:0x319,_0x3b51b1:0x239,_0x237b5e:0x255,_0x100b5f:0x14a,_0x4f326:0x1c0,_0x1f2cb8:0x61,_0x58b87d:0x3,_0x225553:0x334,_0x4ef1ec:0x350,_0x49aab2:0x11f,_0x400e37:0x161,_0x315955:0x2af,_0x4935e1:0x2fa,_0x2a57b5:0x156,_0x3ea84b:0x233,_0x1966a8:0x32c,_0x35da07:0x1fa,_0x5772d4:0x3bb,_0x3b3ca6:0x203,_0xe96180:0x134,_0x5990f2:0xb0,_0x356f2d:0x15f,_0x5ed114:0x3e,_0x47e81c:0xaa,_0x41f6e4:0x24f,_0x343b78:0x210,_0x1dd530:0x84,_0x558031:0x3e2,_0x32d442:0x289,_0x322505:0x313,_0x5b3585:0x23e,_0x2ff323:0x136,_0x215fd7:0x3c1,_0x10b8cb:0x45e,_0x22ec74:0x438,_0x2cc246:0x4ff,_0x30f322:0x15b,_0x5e77a7:0x2e4,_0x5dea31:0x430,_0x5a1416:0x3ee,_0x547efb:0x2d0,_0xc514cb:0x439,_0x3ff811:0x381,_0x4511b4:0x1c,_0x4bc87a:0x3},_0x44b199={_0x595abc:0x3d6},_0x556c2f={_0x3b8b93:0x8b,_0x434db3:0x150};function _0x4bf6c5(_0x353efb,_0x4b0ff5,_0x5ed89e,_0x5f6ebb){return _0x10e0a8(_0x5ed89e,_0x5f6ebb- -_0x556c2f._0x3b8b93,_0x5ed89e-0xef,_0x5f6ebb-_0x556c2f._0x434db3);}const _0x338ad3={'Qfnhw':'Bad\x20Reques'+'t','QhUwo':_0x4bf6c5(0x32,-0x1d0,-_0x2f9879._0x494d82,-_0x2f9879._0x94a12e)+_0x1e4602(_0x2f9879._0x450d9f,_0x2f9879._0x1dff21,_0x2f9879._0x17d41c,_0x2f9879._0xf35586)+_0x1e4602(0x36f,0x3ae,0x34e,_0x2f9879._0x3e831f)+_0x4bf6c5(-_0x2f9879._0x5c47fb,-0x17a,-_0x2f9879._0xb5644,-_0x2f9879._0x55f8e8)+'n\x22','GfbhI':function(_0x49bb28){return _0x49bb28();},'Jujea':_0x1e4602(0x261,_0x2f9879._0x27aecd,0x28a,_0x2f9879._0x35b4eb),'gqzRa':function(_0x15b5bc,_0x141583){return _0x15b5bc!==_0x141583;},'NmcVk':'utf-8','InZgL':function(_0x6d4431,_0x54a972){return _0x6d4431===_0x54a972;},'JVVVL':_0x1e4602(0x171,0x2e7,_0x2f9879._0x47b378,_0x2f9879._0x3b51b1)},_0x374c13=_0x338ad3[_0x4bf6c5(-_0x2f9879._0x237b5e,-0x236,-_0x2f9879._0x100b5f,-0x1e5)](getImportedSkillsRegistryPath);if(!_0x374c13){const _0x42427a={};return _0x42427a[_0x4bf6c5(-_0x2f9879._0x4f326,-0x14,-0x1c2,-0x136)]=_0x338ad3[_0x4bf6c5(-0x5,-_0x2f9879._0x1f2cb8,0x61,-_0x2f9879._0x58b87d)],_0x42427a[_0x4bf6c5(0xb8,-0xad,0x6c,-0x6b)]={},_0x42427a;}function _0x1e4602(_0x2b54bc,_0x27b8c2,_0x5ca829,_0x152d07){return _0x10e0a8(_0x5ca829,_0x152d07-_0x44b199._0x595abc,_0x5ca829-0xc7,_0x152d07-0xf4);}try{if(_0x338ad3[_0x1e4602(_0x2f9879._0x225553,_0x2f9879._0x4ef1ec,0x328,0x353)](_0x4bf6c5(-0x12d,-_0x2f9879._0x49aab2,-_0x2f9879._0x400e37,-0x171),_0x1e4602(_0x2f9879._0x315955,0x3ca,0x245,_0x2f9879._0x4935e1))){const _0x3e514f=await _0x50cdb4[_0x4bf6c5(-0x1ab,-0x20b,-_0x2f9879._0x2a57b5,-0x229)](_0x374c13,_0x338ad3[_0x1e4602(_0x2f9879._0x3ea84b,0x2d2,0x1ae,0x24a)]);return JSON[_0x1e4602(0x335,_0x2f9879._0x1966a8,_0x2f9879._0x35da07,0x2a0)](_0x3e514f);}else{const _0x5ec5d1={};return _0x5ec5d1[_0x1e4602(0x2d4,0x32f,0x3b8,0x31b)]=_0x338ad3[_0x1e4602(_0x2f9879._0x5772d4,0x2cc,_0x2f9879._0x3b3ca6,0x2cc)],_0x5ec5d1[_0x4bf6c5(0xab,-_0x2f9879._0xe96180,-_0x2f9879._0x5990f2,-0x73)]=_0x338ad3['QhUwo'],_0x3c41d9[_0x4bf6c5(-_0x2f9879._0x356f2d,-0xca,-_0x2f9879._0x5ed114,-_0x2f9879._0x47e81c)](-0x1117+0x281+0x1026)[_0x4bf6c5(-_0x2f9879._0x41f6e4,-0x1b9,-_0x2f9879._0x343b78,-0x1ae)](_0x5ec5d1);}}catch(_0x935f4c){if(_0x338ad3['InZgL'](_0x935f4c[_0x4bf6c5(-0x53,-0x140,0x20,-_0x2f9879._0x1dd530)],_0x338ad3[_0x1e4602(0x207,_0x2f9879._0x558031,_0x2f9879._0x32d442,_0x2f9879._0x322505)])){const _0x4c9cee={};return _0x4c9cee[_0x4bf6c5(-_0x2f9879._0x5b3585,-0xa7,-0x62,-_0x2f9879._0x2ff323)]=_0x338ad3[_0x1e4602(_0x2f9879._0x215fd7,0x37a,0x3a4,_0x2f9879._0x10b8cb)],_0x4c9cee[_0x1e4602(_0x2f9879._0x22ec74,_0x2f9879._0x2cc246,0x3b2,0x3f6)]={},_0x4c9cee;}const _0x5a459a={};_0x5a459a[_0x4bf6c5(-_0x2f9879._0x30f322,-0x85,-0xf3,-0x146)]=_0x935f4c[_0x1e4602(_0x2f9879._0x5e77a7,0x3c6,_0x2f9879._0x5dea31,_0x2f9879._0x5a1416)],logger['error']('Failed\x20to\x20'+_0x1e4602(_0x2f9879._0x547efb,0x437,_0x2f9879._0xc514cb,0x3ed)+_0x1e4602(_0x2f9879._0x3ff811,0x4a5,0x3be,0x394)+'\x20registry',_0x5a459a);const _0x46e55={};return _0x46e55['version']=_0x338ad3[_0x4bf6c5(-0xc9,0x99,-_0x2f9879._0x4511b4,-_0x2f9879._0x4bc87a)],_0x46e55['skills']={},_0x46e55;}}async function saveImportedSkillsRegistry(_0x24512c){const _0xc07f8={_0x4a307c:0x2ff,_0x54efa6:0x2ba,_0x551042:0x300,_0x526c35:0x315,_0x16de1f:0x23c,_0x230d8a:0x584,_0x2a9eba:0x5a6,_0xf27753:0x372,_0x28c530:0x2bb,_0x50b5af:0x26c,_0x392dfa:0x2b3,_0x3188dc:0x276,_0x253bb9:0x248,_0x3a6757:0x180,_0x28022c:0x3e3,_0xef5416:0x468,_0x2a78a8:0x4d1,_0x34c5e4:0x6c4},_0x1b261b={_0x7a0a06:0x1c5},_0x53889f={_0x370fe2:0x640,_0x348b43:0x18d,_0x2c40a6:0x183},_0x16ea85={'aoGsy':function(_0x5a4036){return _0x5a4036();},'pIJVB':_0x3f5f48(_0xc07f8._0x4a307c,0x2ca,_0xc07f8._0x54efa6,0x38f)};function _0x10d232(_0x3d7873,_0x55f332,_0x393794,_0x235063){return _0x10e0a8(_0x3d7873,_0x55f332-_0x53889f._0x370fe2,_0x393794-_0x53889f._0x348b43,_0x235063-_0x53889f._0x2c40a6);}const _0x5ee263=_0x16ea85[_0x3f5f48(_0xc07f8._0x551042,_0xc07f8._0x526c35,0x40f,_0xc07f8._0x16de1f)](getImportedSkillsRegistryPath);if(!_0x5ee263)return;const _0x45ed1f={};_0x45ed1f[_0x10d232(_0xc07f8._0x230d8a,0x623,_0xc07f8._0x2a9eba,0x5c0)]=!![],await _0x50cdb4[_0x3f5f48(0x387,0x2fe,_0xc07f8._0xf27753,0x3c9)](_0x25e898[_0x3f5f48(_0xc07f8._0x28c530,_0xc07f8._0x50b5af,_0xc07f8._0x392dfa,_0xc07f8._0x3188dc)](_0x5ee263),_0x45ed1f);function _0x3f5f48(_0x57b488,_0x1d6898,_0x52b69b,_0x13398e){return _0x10e0a8(_0x52b69b,_0x1d6898-0x3f9,_0x52b69b-_0x1b261b._0x7a0a06,_0x13398e-0xb3);}await _0x50cdb4[_0x3f5f48(0x26d,_0xc07f8._0x253bb9,_0xc07f8._0x3a6757,_0xc07f8._0x3188dc)](_0x5ee263,JSON[_0x3f5f48(0x2d5,_0xc07f8._0x28022c,_0xc07f8._0xef5416,_0xc07f8._0x2a78a8)](_0x24512c,null,-0xda2+-0x22*0xf0+0x2d84),_0x16ea85[_0x10d232(0x7b6,_0xc07f8._0x34c5e4,0x7ae,0x62f)]);}async function getSkillFlags(_0x36ff54){const _0x25f6ad={_0x449a8e:0x1f7,_0x497cfc:0x15a,_0xff8600:0x2ed,_0x12c515:0x3f9,_0x4251b0:0x158,_0x567c97:0x18e,_0x5e48f4:0x35c},_0x4bd8c3={_0x1f99a7:0x1d7,_0x5886fd:0x1e7},_0x59be2c={_0x396613:0x1b1};function _0x1ce47a(_0x35b988,_0x291f8c,_0x209e9e,_0x11164f){return _0x10e0a8(_0x35b988,_0x291f8c-_0x59be2c._0x396613,_0x209e9e-0x56,_0x11164f-0x1e);}const _0x217808={'oDSJU':function(_0x1943a2){return _0x1943a2();}},_0x41aeab=await _0x217808[_0x1ce47a(_0x25f6ad._0x449a8e,_0x25f6ad._0x497cfc,0x26a,0x57)](loadImportedSkillsRegistry);function _0xd905f0(_0x5189cf,_0x20e159,_0x49ed95,_0x42ec3e){return _0x10e0a8(_0x5189cf,_0x20e159-0x2cd,_0x49ed95-_0x4bd8c3._0x1f99a7,_0x42ec3e-_0x4bd8c3._0x5886fd);}return _0x41aeab[_0xd905f0(0x38e,_0x25f6ad._0xff8600,0x26b,_0x25f6ad._0x12c515)][_0x36ff54]?.[_0xd905f0(_0x25f6ad._0x4251b0,0x259,_0x25f6ad._0x567c97,_0x25f6ad._0x5e48f4)]||{};}async function isSkillReadonly(_0x269845){const _0x2f88a6={_0x2e32fa:0x437,_0xf4badd:0x42f,_0x233261:0x46c,_0x479b51:0x4ff,_0x5c5bb6:0x477,_0x3c71bf:0x5ae},_0x2d7a43={_0x2a5110:0x507},_0x547f4f={'RcaGe':function(_0x2ea5bd,_0xd9f135){return _0x2ea5bd(_0xd9f135);},'QjaIJ':function(_0x144585,_0x281870){return _0x144585===_0x281870;}},_0x547f0f=await _0x547f4f[_0x102b3a(0x497,_0x2f88a6._0x2e32fa,0x31a,_0x2f88a6._0xf4badd)](getSkillFlags,_0x269845);function _0x102b3a(_0x48f6c5,_0x2bae61,_0x4e0dd1,_0x4a9bb6){return _0x10e0a8(_0x4a9bb6,_0x2bae61-0x4b1,_0x4e0dd1-0x113,_0x4a9bb6-0x1e1);}function _0x1e2a04(_0xe86a34,_0x26fe5,_0x49f8ca,_0xc1c414){return _0x10e0a8(_0x26fe5,_0xc1c414-_0x2d7a43._0x2a5110,_0x49f8ca-0x43,_0xc1c414-0x15b);}return _0x547f4f[_0x102b3a(0x4c3,_0x2f88a6._0x233261,_0x2f88a6._0x479b51,0x451)](_0x547f0f[_0x1e2a04(_0x2f88a6._0x5c5bb6,0x3b7,0x2f5,0x419)],!![])||_0x547f4f[_0x1e2a04(0x3ce,_0x2f88a6._0x3c71bf,0x400,0x4c2)](_0x547f0f[_0x102b3a(0x54d,0x4cb,0x415,0x5c3)],!![]);}function parseSkillMd(_0x196998){const _0x1ba374={_0x25c5bb:0x3f0,_0x58fb74:0x537,_0x43b190:0x435,_0x128150:0x41b,_0x2748bc:0x4ef,_0x313f4a:0x3b5,_0x2885c9:0x3b1,_0x3b8cad:0x491,_0x2e3693:0x545,_0x2a15eb:0x526,_0x174f3a:0x3a7,_0xd6a40a:0x416,_0x2f3d6f:0x474,_0x4d554c:0x564,_0x591b38:0x495,_0x1e3b17:0x4c8,_0x29a745:0x687,_0x2004a1:0x507,_0x2d942a:0x591,_0x12f44b:0x4eb,_0x15a2da:0x473,_0x44ba4b:0x56d,_0x3de71c:0x734,_0xe150d5:0x5e6,_0x3aaf81:0x3b1,_0x1edf8d:0x3f9,_0x274fb5:0x400,_0x106911:0x504,_0x4bddd8:0x4c0,_0xffe047:0x40a,_0x2d6c60:0x36a,_0x2fb230:0x597,_0x2b4bdc:0x5ce,_0x2715f5:0x382,_0x352c7b:0x3da,_0x623f0a:0x53c,_0x27e85a:0x498,_0x3840df:0x57d,_0x1bebd8:0x4c2,_0x22ae47:0x416,_0x5c4ff7:0x456,_0x9fb362:0x38a,_0x2af0dc:0x321,_0x228aad:0x45c,_0x4d9fd9:0x375,_0x31d16d:0x24e,_0x359c82:0x36d,_0x319171:0x34f,_0x4c5da2:0x481,_0x1a2a5c:0x29a,_0x538314:0x257,_0x16a629:0x42a,_0x3bea3b:0x532,_0x2a65ba:0x4aa,_0xe1ddd9:0x5f7,_0x31636a:0x508,_0x369ea3:0x665,_0x1f0574:0x566,_0x34b6a8:0x549,_0x4a10bb:0x4cf,_0x254858:0x547,_0x15fc7a:0x4fe,_0x3babee:0x550,_0x12c4c5:0x63f,_0x4e9928:0x53c,_0x2ad922:0x549,_0x712a2c:0x46d,_0x574bb8:0x634,_0xc1f5aa:0x5a7,_0x504e50:0x45e,_0x53ba31:0x3d6,_0x1014dc:0x4f5,_0x26d9a4:0x3b9,_0x1e257e:0x509,_0x4dfb8c:0x4aa,_0x3c6c07:0x453,_0x10bddb:0x3be,_0x1c867b:0x5d0,_0x38023a:0x522,_0x322a44:0x6b4,_0x13f6d8:0x510,_0x279767:0x607,_0x53e2a4:0x52b,_0x3ee1d0:0x688,_0x3f08b9:0x572,_0x27d041:0x3de,_0x209898:0x441,_0xbccdd6:0x4d9,_0x5c8906:0x3c5,_0x537952:0x534,_0x1aaf58:0x454,_0x3ec327:0x41e,_0x2721fd:0x547,_0x5926c5:0x551,_0x48b03a:0x3f9,_0xfb5ac1:0x335,_0x3bcf06:0x39b,_0x4ba4d3:0x69a,_0x2f0a29:0x5c4,_0x2c14ec:0x6b2,_0x5bde7b:0x5f1,_0x1ffa96:0x54f,_0x4c58ca:0x604,_0x50ae70:0x6ab,_0x14e1d2:0x5e7,_0x369e24:0x4ea,_0x338b07:0x692,_0x52b9a9:0x53c,_0xd69af5:0x59d,_0x303da9:0x512,_0x1a7a70:0x451,_0x272de4:0x4ef,_0xeaeb19:0x49b,_0x5d88a:0x3d9,_0x4d0833:0x375,_0x4a4bda:0x5f6,_0x4967e3:0x70a,_0x3d7cc2:0x636,_0x23a7f2:0x668,_0x5874e3:0x648,_0x7b4346:0x5b3,_0x186fcb:0x450,_0x24a53c:0x4e3,_0x55a6b8:0x2e2,_0x3d7791:0x2cd,_0xa98671:0x41f,_0x248f17:0x4c9,_0x232318:0x44b,_0x37c7f7:0x571,_0x27679a:0x480,_0x23832a:0x3ae,_0x4a9370:0x40a,_0x1dd713:0x638,_0x3c6201:0x59f,_0x559179:0x491,_0x3e77b6:0x3af,_0x397c6f:0x3c4,_0x265ae2:0x3ef,_0x5037f2:0x601,_0x4a7e9e:0x533,_0x142a74:0x467,_0x33a163:0x4e1,_0x33184a:0x49d,_0x40854d:0x4ca,_0x2a449f:0x5e5,_0x5ee7be:0x5a2,_0x5db784:0x553,_0x527fea:0x51d,_0x1e57de:0x674,_0x5a76a8:0x58e,_0x5bcec3:0x44f,_0x51a4a4:0x5db,_0x12a262:0x64f,_0x3304a2:0x6a5,_0x4957ed:0x433},_0x4bfbe8={_0x234706:0x4e9,_0x32c9d5:0x6,_0x5b21c3:0x14c},_0x55e321={_0x250931:0x166},_0x1e953e={};_0x1e953e[_0xc04244(_0x1ba374._0x25c5bb,0x37c,_0x1ba374._0x58fb74,_0x1ba374._0x43b190)]=_0xc04244(0x459,_0x1ba374._0x128150,_0x1ba374._0x2748bc,0x45a),_0x1e953e[_0x5401f6(_0x1ba374._0x313f4a,_0x1ba374._0x2885c9,_0x1ba374._0x3b8cad,0x353)]=function(_0x26801d,_0x157dc7){return _0x26801d<_0x157dc7;},_0x1e953e[_0x5401f6(0x4ba,_0x1ba374._0x2e3693,0x3cb,0x3a3)]=function(_0x411372,_0x307a4f){return _0x411372!==_0x307a4f;},_0x1e953e[_0xc04244(_0x1ba374._0x2a15eb,_0x1ba374._0x174f3a,0x515,_0x1ba374._0xd6a40a)]=_0xc04244(0x66b,_0x1ba374._0x2f3d6f,0x55b,_0x1ba374._0x4d554c),_0x1e953e['FBwDI']=function(_0x22d4e3,_0x411d37){return _0x22d4e3===_0x411d37;},_0x1e953e[_0xc04244(0x53e,_0x1ba374._0x591b38,0x3aa,_0x1ba374._0x1e3b17)]=_0xc04244(_0x1ba374._0x29a745,0x518,_0x1ba374._0x2004a1,_0x1ba374._0x2d942a),_0x1e953e[_0x5401f6(0x484,0x46c,_0x1ba374._0x12f44b,0x4ce)]=function(_0x358306,_0x5a6063){return _0x358306===_0x5a6063;},_0x1e953e[_0x5401f6(0x4ab,_0x1ba374._0x15a2da,_0x1ba374._0x44ba4b,0x436)]=_0xc04244(0x5ea,_0x1ba374._0x3de71c,_0x1ba374._0xe150d5,0x61e),_0x1e953e['CHNLe']=function(_0x32b718,_0xb8fd29){return _0x32b718+_0xb8fd29;},_0x1e953e[_0xc04244(0x434,_0x1ba374._0x3aaf81,_0x1ba374._0x1edf8d,_0x1ba374._0x274fb5)]=_0x5401f6(_0x1ba374._0x106911,0x5b7,0x421,0x467);function _0xc04244(_0x124afa,_0x44eca0,_0x59af2,_0x2cece8){return _0x10e0a8(_0x44eca0,_0x2cece8-0x587,_0x59af2-_0x55e321._0x250931,_0x2cece8-0x67);}_0x1e953e[_0x5401f6(0x441,_0x1ba374._0x4bddd8,0x3c4,0x414)]=_0x5401f6(_0x1ba374._0xffe047,_0x1ba374._0x2d6c60,0x2fa,0x370),_0x1e953e[_0xc04244(_0x1ba374._0x2fb230,_0x1ba374._0x2b4bdc,0x537,0x59d)]=_0x5401f6(_0x1ba374._0x2715f5,_0x1ba374._0x352c7b,0x272,0x2a9)+_0xc04244(0x408,_0x1ba374._0x623f0a,0x4fa,_0x1ba374._0x27e85a);const _0x5a7f19=_0x1e953e,_0x3b9d94=_0x196998['split']('\x0a');function _0x5401f6(_0x3ef938,_0x1464b2,_0xd80beb,_0xc83282){return _0x10e0a8(_0xc83282,_0x3ef938-_0x4bfbe8._0x234706,_0xd80beb-_0x4bfbe8._0x32c9d5,_0xc83282-_0x4bfbe8._0x5b21c3);}const _0x18cd88={};let _0x44cb5f=![],_0x55adbc=![],_0x3270dd=0x1dcb*-0x1+-0x1*-0x1bbf+0x20c;for(let _0xcd010d=-0x6c*-0x3c+-0xfe3*0x1+0x96d*-0x1;_0x5a7f19[_0x5401f6(0x3b5,0x35c,0x2b4,0x401)](_0xcd010d,_0x3b9d94[_0x5401f6(0x557,0x46d,_0x1ba374._0x3840df,0x5d3)]);_0xcd010d++){if(_0x5a7f19['NCEVD'](_0x5a7f19[_0xc04244(_0x1ba374._0x1bebd8,0x367,0x470,_0x1ba374._0x22ae47)],_0x5a7f19[_0x5401f6(0x378,_0x1ba374._0x5c4ff7,0x493,_0x1ba374._0x9fb362)]))_0x3b9a43[_0x5401f6(0x3f9,0x4f8,_0x1ba374._0x2af0dc,_0x1ba374._0x228aad)](_0x472079+_0x5401f6(0x356,0x252,_0x1ba374._0x4d9fd9,_0x1ba374._0x31d16d));else{const _0x582a02=_0x3b9d94[_0xcd010d];if(_0x5a7f19[_0x5401f6(_0x1ba374._0x359c82,0x2d8,_0x1ba374._0x319171,_0x1ba374._0x4c5da2)](_0xcd010d,-0x1*0x22db+0x9ad*0x1+0x192e*0x1)&&_0x5a7f19[_0x5401f6(_0x1ba374._0x359c82,_0x1ba374._0x1a2a5c,0x469,_0x1ba374._0x538314)](_0x582a02['trim'](),_0x5a7f19[_0x5401f6(_0x1ba374._0x16a629,_0x1ba374._0x3bea3b,0x47f,_0x1ba374._0x2a65ba)])){_0x44cb5f=!![];continue;}if(_0x44cb5f){if(_0x5a7f19['NCEVD'](_0xc04244(_0x1ba374._0xe1ddd9,_0x1ba374._0x31636a,_0x1ba374._0x369ea3,_0x1ba374._0x1f0574),'ULZQD')){if(_0x5a7f19['ALUEz'](_0x582a02[_0x5401f6(_0x1ba374._0x34b6a8,0x454,0x4b5,0x582)](),_0x5a7f19[_0x5401f6(_0x1ba374._0x16a629,_0x1ba374._0x4a10bb,_0x1ba374._0x254858,_0x1ba374._0x15fc7a)])){if(_0x5a7f19[_0xc04244(0x622,0x587,_0x1ba374._0x3babee,0x558)](_0x5a7f19[_0xc04244(_0x1ba374._0x12c4c5,0x59c,_0x1ba374._0x4e9928,_0x1ba374._0x2ad922)],_0x5a7f19[_0xc04244(0x48b,0x4de,_0x1ba374._0x712a2c,0x549)]))!_0x325c63['environmen'+'ts'][_0xaaf31c][_0xc04244(0x48c,0x5fb,_0x1ba374._0x574bb8,_0x1ba374._0xc1f5aa)]&&(_0x4c3e90[_0x5401f6(_0x1ba374._0x504e50,0x519,0x37c,_0x1ba374._0x53ba31)+'ts'][_0x2cfa87]['skills']=[]),_0x513acc=_0x1391a1[_0x5401f6(0x45e,_0x1ba374._0x1014dc,_0x1ba374._0x26d9a4,0x535)+'ts'][_0x100b89][_0x5401f6(_0x1ba374._0x1e257e,0x498,_0x1ba374._0x4dfb8c,_0x1ba374._0x4d554c)];else{_0x44cb5f=![],_0x55adbc=!![],_0x3270dd=_0x5a7f19[_0x5401f6(_0x1ba374._0x3c6c07,0x4bb,_0x1ba374._0x10bddb,0x4bf)](_0xcd010d,0x7a9*-0x1+-0x47*-0x38+0x7de*-0x1);continue;}}const _0x28161f=_0x582a02['match'](/^([a-z-]+):\s*(.*)$/);if(_0x28161f){const [,_0x221d4f,_0x4f62e4]=_0x28161f;if(_0x5a7f19[_0xc04244(0x469,_0x1ba374._0x1c867b,0x46e,_0x1ba374._0x38023a)](_0x221d4f,_0x5401f6(_0x1ba374._0x2715f5,0x359,0x379,0x453)+'ols')&&!_0x4f62e4[_0xc04244(_0x1ba374._0x322a44,0x694,0x541,0x5e7)]())_0x18cd88[_0x221d4f]=[];else{if(_0x4f62e4[_0x5401f6(0x549,_0x1ba374._0x13f6d8,0x51a,_0x1ba374._0x279767)]()['startsWith']('[')&&_0x4f62e4[_0xc04244(_0x1ba374._0x53e2a4,_0x1ba374._0x3ee1d0,_0x1ba374._0x3f08b9,0x5e7)]()['endsWith'](']'))_0x5a7f19[_0x5401f6(0x362,0x46e,0x46c,_0x1ba374._0x27d041)]!==_0x5a7f19[_0x5401f6(_0x1ba374._0x209898,_0x1ba374._0x712a2c,_0x1ba374._0xbccdd6,_0x1ba374._0x5c8906)]?_0x18cd88[_0x221d4f]=_0x4f62e4[_0x5401f6(_0x1ba374._0x34b6a8,0x46f,_0x1ba374._0x537952,0x520)]()['slice'](0x2*-0x338+0xed*0x26+-0x1cbd,-(0x7*-0x2fd+-0x726+-0x1*-0x1c12))[_0x5401f6(0x479,0x55e,_0x1ba374._0x1aaf58,0x55c)](',')[_0xc04244(_0x1ba374._0x3ec327,0x37f,0x3ff,0x447)](_0x14d5d8=>_0x14d5d8[_0xc04244(0x6a1,0x5ee,0x4f6,0x5e7)]())[_0xc04244(_0x1ba374._0x2721fd,0x4f4,_0x1ba374._0x5926c5,0x466)](Boolean):_0x4d5a6f[_0x508a1f][_0x5401f6(_0x1ba374._0x48b03a,_0x1ba374._0xfb5ac1,0x330,_0x1ba374._0x3bcf06)](_0x310590[_0xc04244(_0x1ba374._0x4ba4d3,_0x1ba374._0x2f0a29,0x6f8,0x5e7)]()[_0xc04244(0x53b,_0x1ba374._0x2c14ec,0x520,_0x1ba374._0x5bde7b)](0xed5+0x1b2c+-0x29ff)[_0x5401f6(0x549,0x46b,_0x1ba374._0x1ffa96,_0x1ba374._0x4c58ca)]());else _0x4f62e4['trim']()&&(_0x18cd88[_0x221d4f]=_0x4f62e4[_0x5401f6(0x549,0x47e,0x4b8,0x449)]());}}else{if(_0x582a02[_0xc04244(_0x1ba374._0x12c4c5,0x6b5,_0x1ba374._0x50ae70,_0x1ba374._0x14e1d2)]()[_0xc04244(_0x1ba374._0x369e24,_0x1ba374._0x338b07,0x5b6,0x5e2)]('-\x20')&&_0x18cd88[_0x5a7f19[_0xc04244(0x4b0,_0x1ba374._0x52b9a9,0x4f3,_0x1ba374._0xd69af5)]]){const _0x4b0ac0=Object[_0x5401f6(_0x1ba374._0x303da9,_0x1ba374._0x1a7a70,_0x1ba374._0x272de4,0x4c5)](_0x18cd88)[_0x5401f6(_0x1ba374._0xeaeb19,_0x1ba374._0x53e2a4,0x3f3,0x3a7)](_0x594e65=>Array[_0x5401f6(0x4e6,0x472,0x3bf,0x435)](_0x18cd88[_0x594e65]));_0x4b0ac0&&_0x18cd88[_0x4b0ac0][_0x5401f6(_0x1ba374._0x1edf8d,_0x1ba374._0x5d88a,0x519,_0x1ba374._0x4d0833)](_0x582a02['trim']()['slice'](0x3*-0x443+-0x1cb6+0x2981)[_0x5401f6(0x549,0x56d,0x4ff,0x5dd)]());}}}else{const _0x5a637b={};_0x5a637b[_0xc04244(_0x1ba374._0x4a4bda,0x5e2,_0x1ba374._0x4967e3,0x614)]=_0x489b3b,_0x5a637b[_0x5401f6(0x472,0x4ef,0x551,0x3b1)]=_0x451bb8['id'],_0x5a637b[_0x5401f6(0x515,_0x1ba374._0x3d7cc2,0x48f,0x595)]=_0x2455a9[_0xc04244(_0x1ba374._0x23a7f2,0x58f,_0x1ba374._0x5874e3,_0x1ba374._0x7b4346)],_0x4d8a9f[_0x5401f6(_0x1ba374._0x186fcb,_0x1ba374._0x24a53c,0x481,0x3d5)](_0x5401f6(0x3e3,0x2dd,_0x1ba374._0x55a6b8,0x420)+_0x5401f6(0x3b8,_0x1ba374._0x3d7791,0x37d,_0x1ba374._0xa98671)+_0x5401f6(_0x1ba374._0x248f17,0x4f2,_0x1ba374._0x232318,_0x1ba374._0x37c7f7)+'rmission',_0x5a637b);const _0x668e0c={};return _0x668e0c[_0xc04244(_0x1ba374._0x27679a,0x40e,_0x1ba374._0x23832a,0x4cc)]=_0x5a7f19[_0xc04244(0x391,_0x1ba374._0x4a9370,0x3ee,_0x1ba374._0x43b190)],_0x668e0c[_0xc04244(_0x1ba374._0x1dd713,0x68e,0x5b1,_0x1ba374._0x3c6201)]=_0xc04244(0x578,0x439,0x4f3,_0x1ba374._0x559179)+_0x5401f6(_0x1ba374._0x3e77b6,_0x1ba374._0x397c6f,_0x1ba374._0x265ae2,0x378)+_0xc04244(0x66b,0x5eb,_0x1ba374._0x3c6201,_0x1ba374._0x5037f2)+'to\x20edit\x20sk'+_0xc04244(_0x1ba374._0x4a7e9e,_0x1ba374._0x142a74,_0x1ba374._0x33a163,_0x1ba374._0x33184a)+_0x5401f6(0x555,0x439,0x578,0x64b),_0x55275d[_0x5401f6(_0x1ba374._0x40854d,_0x1ba374._0x2a449f,_0x1ba374._0x5ee7be,0x503)](0x1691+0x2317+0x3815*-0x1)[_0x5401f6(0x3c6,0x32f,0x3d3,0x4ca)](_0x668e0c);}}}}const _0x10280c=_0x55adbc?_0x3b9d94[_0x5401f6(_0x1ba374._0x5db784,_0x1ba374._0x527fea,_0x1ba374._0x1e57de,_0x1ba374._0x5a76a8)](_0x3270dd)[_0xc04244(_0x1ba374._0x5bcec3,_0x1ba374._0x51a4a4,_0x1ba374._0x12a262,0x556)]('\x0a'):_0x196998,_0x4d7529={};return _0x4d7529[_0xc04244(0x4cc,0x50c,_0x1ba374._0x3304a2,0x5a9)+'r']=_0x18cd88,_0x4d7529[_0x5401f6(_0x1ba374._0x4957ed,0x3a8,0x3c1,0x545)]=_0x10280c,_0x4d7529;}function _0x10e0a8(_0x5f5c99,_0x5dc8d2,_0xd6fda3,_0x14bfd9){return _0xea8d(_0x5dc8d2- -0x2f3,_0x5f5c99);}function serializeSkillMd(_0x229530,_0xc54ee1){const _0x503e16={_0x444d59:0x3e5,_0x252533:0x42a,_0x4ae70e:0x383,_0x48c550:0x3d5,_0x3e799f:0x216,_0x375f67:0x16d,_0x4efd46:0x147,_0x166460:0x1af,_0x280784:0xc2,_0x3e4963:0x6,_0x4cac3b:0x487,_0x34cdee:0x4c2,_0x1549a4:0x443,_0x1c4856:0x100,_0x6c0247:0x100,_0x16a688:0x16a,_0x3db70a:0x3ea,_0x45d378:0x3ff,_0x5eead4:0x166,_0x3065d4:0x37,_0x2a3c89:0x78,_0x13e932:0x58a,_0x332a6c:0x1f3,_0x305ff8:0x259,_0x4bd05f:0x32,_0x23ff3d:0x45a,_0x2bdaef:0x3ec,_0x31f56e:0x1e6,_0x43e1bd:0x45b,_0x3651c6:0x33e,_0x595fb0:0x152,_0x1fb434:0x219,_0x5135a2:0x144,_0x46b408:0xf2,_0x11b66a:0x16d,_0x21198a:0x4d3,_0x3af6f3:0x3b4,_0x341ae7:0x4e5,_0x2751ae:0x42,_0x326146:0x3c,_0x2407dc:0x9f,_0x1e843f:0x683,_0x2d6acb:0x613,_0x77fe57:0x599,_0x3aa79d:0x5a1,_0xdf0593:0x5b7,_0x356a6a:0x669,_0x567dc1:0x78,_0x4a227d:0xee,_0x32a889:0x516,_0x7f3d80:0x4fe,_0x2a93cc:0x4d7,_0x29935d:0x526,_0xfe52da:0x11e,_0x3b8978:0x17c,_0x2432f3:0xe0,_0xfc7fd:0x465,_0x3dec0a:0xd0,_0x51feef:0xbf,_0x4c84bb:0x26,_0x469013:0x9c,_0x5b53b9:0xbe,_0x3b612b:0xa8,_0x15ae69:0xc,_0xd28c64:0x225,_0x2a73bb:0x129,_0x209a00:0x98,_0x1ddc92:0x12e,_0x515331:0x176,_0x53933f:0x514,_0x2e3a29:0x422,_0x206cfe:0x4f5,_0x48665b:0x281,_0x5a27ad:0x422,_0x19cce6:0x372,_0x3e8c9b:0x457,_0x37192a:0x588,_0x157e3d:0xb,_0x179e56:0x78,_0x2fed66:0x4bc,_0x3f7503:0x3cd,_0x29f961:0x486,_0xe22724:0x276,_0x18f3f3:0x77,_0x2e0bbd:0x12b,_0x184e70:0x195,_0x4db6ac:0x5a1,_0x41d61c:0x5d0,_0x344aef:0xb2,_0x2da2b7:0x9,_0x3eae55:0x89,_0xdfed7:0x21,_0x34ecc6:0x89,_0x418736:0x402},_0x468604={_0x114f66:0x512,_0x1cdfaf:0x46,_0x20d422:0x1db},_0x1b50b6={};_0x1b50b6['uarVD']=_0x1a59b1(_0x503e16._0x444d59,_0x503e16._0x252533,_0x503e16._0x4ae70e,_0x503e16._0x48c550),_0x1b50b6['EdXQP']='Skill\x20is\x20n'+_0x46655b(_0x503e16._0x3e799f,_0x503e16._0x375f67,_0x503e16._0x4efd46,_0x503e16._0x166460)+_0x46655b(0x9c,0x93,_0x503e16._0x280784,_0x503e16._0x3e4963)+_0x1a59b1(_0x503e16._0x4cac3b,0x3a9,_0x503e16._0x34cdee,_0x503e16._0x1549a4)+'t',_0x1b50b6[_0x46655b(_0x503e16._0x1c4856,0x15b,_0x503e16._0x6c0247,_0x503e16._0x16a688)]=_0x1a59b1(0x4a6,_0x503e16._0x3db70a,_0x503e16._0x45d378,0x49e)+'t',_0x1b50b6[_0x46655b(_0x503e16._0x5eead4,0x17c,_0x503e16._0x3065d4,_0x503e16._0x2a3c89)]='Invalid\x20sk'+_0x1a59b1(0x55e,0x50c,0x471,_0x503e16._0x13e932),_0x1b50b6[_0x46655b(_0x503e16._0x6c0247,0x15,_0x503e16._0x332a6c,0xf2)]=_0x46655b(_0x503e16._0x305ff8,0x1e0,0xdf,0x183),_0x1b50b6[_0x46655b(_0x503e16._0x4bd05f,0x14f,0x20,0x13a)]='JRYcW',_0x1b50b6[_0x1a59b1(_0x503e16._0x23ff3d,0x423,_0x503e16._0x2bdaef,0x35c)]=function(_0x5d1d90,_0x17bc50){return _0x5d1d90===_0x17bc50;},_0x1b50b6['qFuva']=_0x46655b(0x242,_0x503e16._0x31f56e,0x191,0x18e);function _0x1a59b1(_0xc9a526,_0x122bb1,_0x497ff8,_0x428dc3){return _0x10e0a8(_0x497ff8,_0xc9a526-_0x468604._0x114f66,_0x497ff8-_0x468604._0x1cdfaf,_0x428dc3-_0x468604._0x20d422);}_0x1b50b6['gVvFC']=_0x1a59b1(_0x503e16._0x43e1bd,0x360,_0x503e16._0x3651c6,0x4c8),_0x1b50b6['KCIxo']=function(_0x5dc596,_0x4abaa5){return _0x5dc596!==_0x4abaa5;};function _0x46655b(_0x1b4d1d,_0x1b34e9,_0x3a1cdb,_0x2de22d){return _0x10e0a8(_0x1b4d1d,_0x2de22d-0x179,_0x3a1cdb-0x1a9,_0x2de22d-0xda);}_0x1b50b6[_0x46655b(_0x503e16._0x595fb0,_0x503e16._0x1fb434,_0x503e16._0x5135a2,0x164)]=function(_0x55de71,_0x526cbb){return _0x55de71!==_0x526cbb;};const _0x4f6d85=_0x1b50b6,_0x265076=[_0x4f6d85[_0x46655b(0x1b0,0x7,0x72,_0x503e16._0x46b408)]];for(const [_0x4d2b87,_0x105d82]of Object[_0x46655b(_0x503e16._0x11b66a,0xa3,0x123,0x6d)](_0x229530)){if(_0x4f6d85[_0x1a59b1(_0x503e16._0x21198a,0x3b9,_0x503e16._0x3af6f3,_0x503e16._0x341ae7)]!==_0x46655b(-_0x503e16._0x2751ae,_0x503e16._0x326146,-_0x503e16._0x2407dc,0x2c)){const _0x312731={};_0x312731[_0x1a59b1(0x59f,0x56f,_0x503e16._0x1e843f,0x685)]=_0xf53e86[_0x1a59b1(0x59f,_0x503e16._0x2d6acb,0x4a5,0x637)],_0x312731[_0x1a59b1(_0x503e16._0x77fe57,_0x503e16._0x3aa79d,_0x503e16._0xdf0593,_0x503e16._0x356a6a)]=_0xd81926,_0x312731[_0x46655b(0x120,_0x503e16._0x567dc1,0xc3,_0x503e16._0x4a227d)+'t']=_0x2d8d82[_0x1a59b1(_0x503e16._0x4cac3b,0x409,0x509,_0x503e16._0x32a889)+_0x1a59b1(0x441,0x41c,_0x503e16._0x7f3d80,0x410)],_0x312731[_0x1a59b1(0x554,_0x503e16._0x2a93cc,_0x503e16._0x29935d,0x5af)+'ills']=_0x11476b,_0x574444[_0x46655b(_0x503e16._0xfe52da,_0x503e16._0x3b8978,-0x29,_0x503e16._0x2432f3)](_0x1a59b1(0x56f,_0x503e16._0xfc7fd,0x4e7,0x645)+'assigned\x20t'+_0x46655b(-_0x503e16._0x3dec0a,_0x503e16._0x51feef,-0x140,-_0x503e16._0x4c84bb)+'ent',_0x312731);const _0x388c9d={};return _0x388c9d[_0x46655b(0x150,0x1a2,_0x503e16._0x469013,_0x503e16._0x5b53b9)]=_0x4f6d85['uarVD'],_0x388c9d['message']=_0x4f6d85[_0x46655b(-0xaa,-0x23,_0x503e16._0x3b612b,-_0x503e16._0x15ae69)],_0x2fc23a[_0x46655b(_0x503e16._0xd28c64,0x114,_0x503e16._0x2a73bb,0x15a)](-0x247+-0x1*0xf07+0x12e1)[_0x46655b(_0x503e16._0x209a00,0x75,0x11,0x56)](_0x388c9d);}else{if(Array[_0x46655b(_0x503e16._0x1ddc92,0x268,0x25a,_0x503e16._0x515331)](_0x105d82)){if(_0x105d82[_0x1a59b1(0x580,0x501,0x603,_0x503e16._0x53933f)]===-0x10ab+-0x1be8+0x1*0x2c93)_0x265076[_0x1a59b1(_0x503e16._0x2e3a29,0x303,0x369,_0x503e16._0x206cfe)](_0x4d2b87+_0x1a59b1(0x37f,0x27f,0x41b,_0x503e16._0x48665b));else{_0x265076[_0x1a59b1(_0x503e16._0x5a27ad,0x4e0,0x373,0x414)](_0x4d2b87+':');for(const _0x2f5253 of _0x105d82){if(_0x4f6d85[_0x1a59b1(_0x503e16._0x23ff3d,_0x503e16._0x19cce6,0x575,0x3bd)](_0x4f6d85[_0x1a59b1(0x43d,0x3ad,0x53b,0x514)],_0x4f6d85['gVvFC'])){const _0x114896={};return _0x114896[_0x1a59b1(_0x503e16._0x3e8c9b,0x49c,0x41e,0x350)]=_0x4f6d85[_0x1a59b1(0x503,_0x503e16._0x37192a,0x46d,0x4f5)],_0x114896['message']=_0x4f6d85[_0x46655b(0x2d,_0x503e16._0x5b53b9,_0x503e16._0x157e3d,_0x503e16._0x179e56)],_0x52c74a[_0x1a59b1(0x4f3,_0x503e16._0x2fed66,_0x503e16._0x3f7503,0x3d5)](0x201b+-0x9e7+-0x1*0x14a4)['json'](_0x114896);}else _0x265076[_0x46655b(0x136,-0x5,0xe1,0x89)](_0x1a59b1(0x581,0x592,0x682,_0x503e16._0x29f961)+_0x2f5253);}}}else _0x4f6d85[_0x46655b(_0x503e16._0xe22724,_0x503e16._0x18f3f3,_0x503e16._0x2e0bbd,_0x503e16._0x184e70)](_0x105d82,undefined)&&_0x4f6d85[_0x1a59b1(0x4fd,_0x503e16._0x4db6ac,0x55c,_0x503e16._0x41d61c)](_0x105d82,null)&&_0x4f6d85['KCIxo'](_0x105d82,'')&&_0x265076[_0x46655b(0x17f,0x114,-0x35,0x89)](_0x4d2b87+':\x20'+_0x105d82);}}return _0x265076[_0x46655b(_0x503e16._0x344aef,_0x503e16._0x2da2b7,0x17d,_0x503e16._0x3eae55)](_0x46655b(0x1a4,0x16a,0xd2,0x183)),_0x265076[_0x46655b(0x1a9,-0x1e,_0x503e16._0xdfed7,_0x503e16._0x34ecc6)](''),_0x265076[_0x1a59b1(_0x503e16._0x2e3a29,_0x503e16._0x418736,0x49b,0x367)](_0xc54ee1),_0x265076['join']('\x0a');}async function requireTaskAuth(_0x3477a7,_0x463bd4,_0x3a0f96){const _0x5b414a={_0x3551e6:0x331,_0x4d040c:0x21f,_0x12199f:0x458,_0x21f0e3:0x17f,_0x462e0a:0x228,_0x32d1d5:0x2bb,_0xa86d60:0x69f,_0x20bfd8:0x299,_0x29ac93:0x1cf,_0x50dadd:0x191,_0x4ce1a6:0x38e,_0x3c0bee:0x3ed,_0x47b310:0x3f1,_0x375c5b:0x29c,_0xd1d12c:0x5e1,_0x5a79a0:0x2c8,_0x709352:0x3b6,_0x5cce45:0x264,_0x37d987:0x420,_0x3d7d72:0x68d,_0x493ff7:0x5ff,_0x465a78:0x6c5,_0x3745c7:0x4ee,_0x27a05d:0x34e,_0x21db8f:0x192,_0x11b8ab:0x1ec,_0x4e7f42:0x209,_0x56cdcb:0x7bc,_0x12023d:0x34c,_0xda0f9b:0x261,_0x3a7bca:0x2c0,_0x5cb0fa:0x302,_0x2dc39a:0x6e1,_0x4c98d0:0x5e2,_0x461bf8:0x51e,_0x1f7ace:0x43f,_0x4913fe:0x108,_0x32bd8a:0xf7,_0x58b1e1:0x1e4,_0x207354:0x2c6,_0x193627:0x13c,_0x10f896:0x16f,_0x5794cd:0x193,_0x473360:0x241,_0x4994dd:0x316,_0x1465e2:0x2e9,_0x853c1f:0x27a,_0x4bde07:0x2ec,_0x7f94f0:0x220,_0xd85111:0x3ce,_0x4222bf:0x274,_0x3353ef:0x2e0,_0x61c16f:0x44a,_0x107de2:0x468,_0x13b0d3:0x35b,_0x21f979:0x57c,_0x482f42:0x411,_0x3ec2f0:0x4e6,_0x30fb1f:0x4ea,_0x20192e:0x4d6,_0x3b9c81:0x568,_0x162703:0x5ac,_0x1ee48a:0x592,_0x18308e:0x23c,_0x1b4b5b:0x2bc,_0x248e10:0x1cb,_0x4a2766:0x502,_0x4e8d34:0x5a3,_0x1a66a4:0x633,_0x572d77:0x2f4,_0x2991dc:0x718,_0xf7633b:0x6ba,_0x118499:0x475,_0x5e48db:0x438,_0x45b188:0x2f2,_0x249118:0x223,_0x57ee05:0x3d7,_0x1b951a:0x6b3,_0x38b03d:0x4f9,_0x524d64:0x5a3,_0x4eadb1:0x93,_0x2c6bfd:0x283,_0x18d493:0x652,_0x5b8692:0x66e,_0x504fbb:0x54e,_0x440166:0x5bd,_0x2cc661:0x6a0,_0x189fcf:0x4e7,_0x1dcaff:0x5bf,_0x21fd0b:0x57b,_0x274cfb:0x654,_0x1a0b4f:0x676,_0x25d669:0x66e,_0x2cb0cf:0x560,_0x4c9bec:0x726,_0x4f1d2a:0x63f,_0x1f07e6:0x701,_0x19c6af:0x2f6,_0x10a70c:0x1ee,_0x18aa10:0x21e,_0x4da415:0x573,_0xcda449:0x61d,_0x28df10:0x532,_0x152a32:0x5e0,_0x1383ce:0x4c3,_0x423c1b:0x7a4,_0x5d2d38:0x6eb,_0xd1bc3e:0x762,_0x4af488:0x165,_0x3d271a:0x1cb,_0x442d76:0x232,_0x2f6199:0x4a9,_0x582750:0x4ef,_0x12888d:0x65a,_0x93237:0x6e4,_0x331b2c:0x61a,_0x7dd036:0x5be,_0x49d36c:0x5e3,_0x55b831:0x563,_0x3937f0:0x2a3,_0x5d16f4:0x1b7,_0xe51c7c:0x5c9,_0x2cd47f:0x5d3,_0x2c0406:0x3f6,_0x3bc5da:0x39e,_0xc50aa8:0x27e,_0x12ded8:0x605,_0x305701:0x63e,_0xf14a66:0x61c,_0x5ba516:0x12b,_0x242fda:0x1bc,_0x5a7060:0x18b,_0x49bee4:0x256,_0x45748f:0x27c,_0xd24009:0x3cd,_0x1b8420:0x2a5,_0x22909e:0x26d,_0x4df5a7:0x322,_0xa8bc0b:0x470,_0x3b9ec8:0x282,_0x2aefba:0x25d,_0x56d823:0x2d7,_0x47aeac:0x30a,_0x28256e:0x554,_0x34712d:0x39e,_0x2f9abe:0x403,_0x524c37:0x4c1,_0x35e116:0x29a,_0x46143d:0x3b1,_0xe7dbc4:0x57e,_0xc087c4:0x4d0,_0x36fe7d:0x22c,_0x51eb5a:0x49f,_0x327d10:0x5c1,_0x28a0b0:0x2ab,_0x1340fa:0x2a8,_0x483bc6:0x19e,_0x474e4a:0x362,_0x2147d5:0x53b,_0x5ef529:0x73b,_0x4df40d:0x688,_0x58aee8:0x690,_0x8734b5:0x546,_0x5eaeba:0x72a,_0x18873a:0x74e,_0x21e434:0x629,_0x5c50c7:0x2c4,_0x18294e:0x1b8,_0x16e39c:0x5e7,_0x58c856:0x33d,_0x4692d3:0x3e7,_0x44c94b:0x4b8,_0x328569:0x4a9,_0x577c7f:0x6ed,_0x537a3f:0x617,_0x62fb7c:0x2f9,_0x283fee:0x361,_0x33d3fa:0x4ef,_0x1bf3d3:0x5dc,_0xe78633:0x5f7,_0x79bdeb:0x566,_0x3b5936:0x3db,_0x23648a:0x5f1,_0x18c58a:0x47d,_0xf68ff8:0x38b,_0x4eca20:0x37c,_0xf887f0:0x453,_0x5990b4:0x574,_0x2435c4:0x2cb,_0x1d4a2a:0x5c0,_0x143efa:0x553,_0x481133:0x3c1,_0x4ff7b5:0x34d,_0x2bfcc4:0x286,_0x44dfdf:0x600,_0x253970:0x16f,_0x1de2b1:0x104,_0x21ff17:0x1dd,_0x54340d:0x209,_0x50f06f:0x24d,_0x56e611:0x13d,_0x2566a4:0x147,_0x17b6d9:0x3d5,_0x539b71:0x329,_0x44c47e:0x25a,_0x3dda38:0x614,_0x3e6679:0x567,_0x6ece32:0x318,_0xf789f2:0x26f,_0x44ec0d:0x31a,_0x4ac21a:0x53b,_0x675428:0x186,_0x2dcf03:0x2a6,_0x607422:0x2ef,_0x5b78ba:0x538,_0x5817f5:0x5a9,_0x2d5a4c:0x5e0,_0x54b2f2:0x562,_0x53784d:0x5d3,_0x2a4e86:0x5cb,_0x4de91a:0x516,_0x503eb5:0x329,_0x1d0d38:0x6be,_0x51113d:0x4e5,_0x43dddb:0x4fe,_0x794451:0x6d9,_0x2f3dbf:0x373,_0x3ae99b:0x2fb,_0x2aa1ef:0x121,_0x3b2773:0x52a,_0x22a2c7:0x5d3,_0x39b43f:0x198,_0xa5cd84:0x153,_0x521785:0x353,_0x15e8cf:0x2a9,_0x3e87a0:0x25b,_0x3e3957:0x331},_0x410126={_0x551f00:0x65e,_0x35d05c:0xfb},_0x58265c={_0x44fc1f:0xdc,_0x4ba5d9:0x21};function _0x5f26b7(_0x4b936d,_0x2b6d27,_0x23fbc9,_0x2bf6f9){return _0x10e0a8(_0x2bf6f9,_0x2b6d27-0x311,_0x23fbc9-_0x58265c._0x44fc1f,_0x2bf6f9-_0x58265c._0x4ba5d9);}const _0x499b41={'cXUhe':_0x5f26b7(0x344,_0x5b414a._0x3551e6,_0x5b414a._0x4d040c,_0x5b414a._0x12199f),'svDKM':'Not\x20Found','MdNXp':_0x50aaa2(0x77b,0x702,0x654,0x54c),'RPMTw':_0x5f26b7(0x340,0x274,0x36d,0x1c5)+'ed','Jwxmk':_0x5f26b7(_0x5b414a._0x21f0e3,_0x5b414a._0x462e0a,0x184,_0x5b414a._0x32d1d5)+_0x50aaa2(0x4d3,_0x5b414a._0xa86d60,0x5a1,0x600)+'r','vspHd':_0x5f26b7(_0x5b414a._0x20bfd8,_0x5b414a._0x29ac93,_0x5b414a._0x50dadd,0x243)+_0x5f26b7(0x47e,_0x5b414a._0x4ce1a6,0x410,_0x5b414a._0x3c0bee)+_0x5f26b7(0x37f,0x367,0x2a3,_0x5b414a._0x47b310),'sydHB':function(_0xbfe20a,_0x504418){return _0xbfe20a!==_0x504418;},'vZbQP':_0x5f26b7(0x1b1,0x234,_0x5b414a._0x375c5b,0x1a0),'tsmTp':_0x50aaa2(0x50d,0x6aa,_0x5b414a._0xd1d12c,0x54b),'QfZyp':_0x5f26b7(0x2c8,0x2b4,_0x5b414a._0x5a79a0,_0x5b414a._0x709352)+'gement\x20req'+'uest\x20with\x20'+_0x5f26b7(0x2ba,_0x5b414a._0x5cce45,0x1b0,0x37e)+_0x50aaa2(0x55d,0x496,0x509,_0x5b414a._0x37d987),'rHZHE':_0x50aaa2(0x696,_0x5b414a._0x3d7d72,_0x5b414a._0x493ff7,_0x5b414a._0x465a78)+_0x50aaa2(0x5a5,0x43c,0x509,_0x5b414a._0x3745c7),'imqhS':'Task\x20has\x20n'+'o\x20associat'+_0x5f26b7(0x3e9,_0x5b414a._0x27a05d,0x395,0x3c4)+'ment','aokXD':function(_0x2244be,_0x5406fa){return _0x2244be(_0x5406fa);},'zKvgQ':function(_0x1517c6,_0x5ed1ef){return _0x1517c6!==_0x5ed1ef;},'UqKtG':_0x5f26b7(0xbc,_0x5b414a._0x21db8f,_0x5b414a._0x11b8ab,_0x5b414a._0x4e7f42),'tMiuy':_0x50aaa2(0x729,_0x5b414a._0x56cdcb,0x6a4,0x63b)+_0x5f26b7(_0x5b414a._0x12023d,_0x5b414a._0xda0f9b,_0x5b414a._0x3a7bca,_0x5b414a._0x5cb0fa),'iCLdH':'Task\x20owner'+_0x50aaa2(0x805,0x802,_0x5b414a._0x2dc39a,_0x5b414a._0x4c98d0),'btXfb':function(_0x40ff5a,_0x11b57d,_0x321867,_0x1b5228){return _0x40ff5a(_0x11b57d,_0x321867,_0x1b5228);},'qWjzc':_0x50aaa2(0x4c2,_0x5b414a._0x461bf8,0x558,_0x5b414a._0x1f7ace)+_0x5f26b7(0x1ee,0x1e0,0x223,0x1f8)+'sk-edit\x20pe'+_0x5f26b7(_0x5b414a._0x4913fe,0x202,_0x5b414a._0x32bd8a,0x189),'TTlWU':_0x5f26b7(0x262,_0x5b414a._0x58b1e1,0x130,_0x5b414a._0x207354),'ndAhY':_0x5f26b7(_0x5b414a._0x193627,_0x5b414a._0x10f896,0x227,_0x5b414a._0x5794cd),'PqaXI':_0x5f26b7(_0x5b414a._0xda0f9b,_0x5b414a._0x473360,0x20b,0x1b4)+_0x5f26b7(0x328,0x263,_0x5b414a._0x4994dd,_0x5b414a._0x1465e2)+'d','dKRNA':function(_0xcc3f0d){return _0xcc3f0d();}},_0x404bb4=_0x3477a7[_0x5f26b7(_0x5b414a._0x853c1f,_0x5b414a._0x4bde07,_0x5b414a._0x7f94f0,0x350)][_0x499b41[_0x5f26b7(0x2cb,0x2fd,_0x5b414a._0xd85111,_0x5b414a._0x4222bf)]];if(!_0x404bb4){if('VYyeT'!==_0x5f26b7(0x428,0x35a,0x2cc,0x242)){if(!_0x21c5f7)return null;return _0x44c1af[_0x5f26b7(0x3e7,_0x5b414a._0x3353ef,0x2f2,0x357)](_0xef811f,_0x499b41[_0x50aaa2(0x4e9,_0x5b414a._0x61c16f,0x4dd,_0x5b414a._0x107de2)],_0x5f26b7(0x416,_0x5b414a._0x13b0d3,0x2da,0x28c)+_0x50aaa2(_0x5b414a._0x21f979,_0x5b414a._0x482f42,_0x5b414a._0x3ec2f0,0x529)+'n');}else{logger['warn']('Skill\x20mana'+_0x50aaa2(_0x5b414a._0x30fb1f,0x43d,0x4e3,_0x5b414a._0x20192e)+'uest\x20missi'+_0x50aaa2(0x51f,_0x5b414a._0x3b9c81,_0x5b414a._0x162703,_0x5b414a._0x1ee48a)+_0x5f26b7(_0x5b414a._0x18308e,_0x5b414a._0x1b4b5b,_0x5b414a._0x248e10,0x2d2));const _0x5f378e={};return _0x5f378e[_0x50aaa2(_0x5b414a._0x4a2766,0x56b,_0x5b414a._0x4e8d34,_0x5b414a._0x1a66a4)]=_0x499b41[_0x5f26b7(0x46a,0x345,_0x5b414a._0x572d77,0x41d)],_0x5f378e['message']=_0x50aaa2(_0x5b414a._0x2991dc,_0x5b414a._0xf7633b,0x62e,0x667)+_0x50aaa2(_0x5b414a._0x118499,_0x5b414a._0x5e48db,0x4fd,0x478)+'ader',_0x463bd4[_0x5f26b7(_0x5b414a._0x3353ef,_0x5b414a._0x45b188,_0x5b414a._0x249118,_0x5b414a._0x57ee05)](0xf2*0x15+-0x2378*0x1+0x112f*0x1)[_0x50aaa2(0x4c1,0x58f,0x53b,0x53a)](_0x5f378e);}}function _0x50aaa2(_0x18e8ec,_0x39a261,_0x4023af,_0x2473a0){return _0x10e0a8(_0x39a261,_0x4023af-_0x410126._0x551f00,_0x4023af-_0x410126._0x35d05c,_0x2473a0-0x58);}if(!tasks){logger[_0x50aaa2(_0x5b414a._0x1b951a,_0x5b414a._0x38b03d,_0x5b414a._0x524d64,0x6c9)]('Skill\x20mana'+_0x5f26b7(_0x5b414a._0x4eadb1,0x169,_0x5b414a._0x2c6bfd,0xf0)+_0x50aaa2(_0x5b414a._0x18d493,_0x5b414a._0x5b8692,_0x5b414a._0x504fbb,_0x5b414a._0x440166)+_0x50aaa2(_0x5b414a._0x2cc661,_0x5b414a._0x189fcf,_0x5b414a._0x1dcaff,0x4d9));const _0x2cf45c={};return _0x2cf45c['error']=_0x499b41[_0x50aaa2(_0x5b414a._0x21fd0b,0x4de,0x54c,0x616)],_0x2cf45c[_0x50aaa2(_0x5b414a._0x274cfb,0x79a,_0x5b414a._0x1a0b4f,_0x5b414a._0x25d669)]=_0x499b41[_0x50aaa2(0x528,0x575,_0x5b414a._0x2cb0cf,0x580)],_0x463bd4[_0x50aaa2(_0x5b414a._0x4c9bec,0x5ef,_0x5b414a._0x4f1d2a,_0x5b414a._0x1f07e6)](0x2669*0x1+0x16ef+-0x3b64)[_0x5f26b7(_0x5b414a._0x19c6af,_0x5b414a._0x10a70c,0x29b,_0x5b414a._0x18aa10)](_0x2cf45c);}const _0xf8e014=tasks['get'](_0x404bb4);if(!_0xf8e014){if(_0x499b41['sydHB'](_0x499b41[_0x50aaa2(0x5d5,_0x5b414a._0x4da415,0x659,0x686)],_0x499b41[_0x50aaa2(_0x5b414a._0xcda449,_0x5b414a._0x28df10,_0x5b414a._0x152a32,_0x5b414a._0x1383ce)])){const _0x3a2189={};_0x3a2189[_0x50aaa2(0x804,_0x5b414a._0x423c1b,_0x5b414a._0x5d2d38,_0x5b414a._0xd1bc3e)]=_0x404bb4,logger[_0x5f26b7(_0x5b414a._0x4af488,0x278,_0x5b414a._0x3d271a,_0x5b414a._0x442d76)](_0x499b41[_0x50aaa2(0x470,_0x5b414a._0x2f6199,_0x5b414a._0x582750,0x60a)],_0x3a2189);const _0x5759bd={};return _0x5759bd[_0x50aaa2(0x637,0x630,_0x5b414a._0x524d64,0x5d3)]=_0x499b41[_0x50aaa2(_0x5b414a._0x12888d,0x679,0x692,_0x5b414a._0x93237)],_0x5759bd['message']=_0x499b41[_0x50aaa2(0x4aa,0x5f7,0x57e,_0x5b414a._0x331b2c)],_0x463bd4[_0x50aaa2(_0x5b414a._0x7dd036,_0x5b414a._0x49d36c,0x63f,_0x5b414a._0x55b831)](0x49*-0x69+0x3*-0xa71+0x3ed5)[_0x5f26b7(_0x5b414a._0x3937f0,_0x5b414a._0x10a70c,_0x5b414a._0x5d16f4,0x134)](_0x5759bd);}else _0x1bdbbc=_0x1abb87;}if(!_0xf8e014[_0x50aaa2(0x4cc,_0x5b414a._0xe51c7c,_0x5b414a._0x2cd47f,0x584)+'t']){const _0x5052be={};_0x5052be[_0x5f26b7(_0x5b414a._0x2c0406,_0x5b414a._0x3bc5da,0x410,_0x5b414a._0xc50aa8)]=_0x404bb4,logger[_0x50aaa2(0x5f2,0x6c3,0x5c5,_0x5b414a._0x12ded8)](_0x50aaa2(_0x5b414a._0x305701,0x525,0x60e,_0x5b414a._0xf14a66)+_0x5f26b7(0x85,0x172,0xc3,0xb3)+_0x5f26b7(0xd1,0x197,_0x5b414a._0x5ba516,_0x5b414a._0x242fda),_0x5052be);const _0x4ca85f={};return _0x4ca85f[_0x5f26b7(_0x5b414a._0x5a7060,_0x5b414a._0x49bee4,0x173,_0x5b414a._0x45748f)]=_0x5f26b7(_0x5b414a._0xd24009,_0x5b414a._0x1b8420,0x336,0x33c)+'t',_0x4ca85f[_0x5f26b7(_0x5b414a._0x22909e,0x329,_0x5b414a._0x4df5a7,0x446)]=_0x499b41[_0x50aaa2(0x3ff,0x4f4,0x50a,_0x5b414a._0xa8bc0b)],_0x463bd4['status'](0x25e4+-0x18a9+-0xbab)['json'](_0x4ca85f);}const _0x39bcdc=_0xf8e014['createdBy']?.['userId'],_0x52dbbb=await _0x499b41[_0x5f26b7(0x29f,_0x5b414a._0x3b9ec8,_0x5b414a._0x2aefba,0x314)](findUserById,_0x39bcdc);if(!_0x52dbbb){if(_0x499b41[_0x5f26b7(0x2f0,_0x5b414a._0x56d823,_0x5b414a._0x47aeac,0x2f6)](_0x499b41[_0x50aaa2(0x5fb,0x56f,0x516,_0x5b414a._0x28256e)],'kUerf'))_0x4c854b['push'](_0x47ade3+':\x20'+_0x67d880);else{const _0xbcac23={};_0xbcac23[_0x5f26b7(0x2a4,_0x5b414a._0x34712d,_0x5b414a._0x2f9abe,_0x5b414a._0x524c37)]=_0x404bb4,_0xbcac23[_0x5f26b7(0x36a,_0x5b414a._0x35e116,_0x5b414a._0x46143d,0x35e)]=_0x39bcdc,logger[_0x50aaa2(_0x5b414a._0xe7dbc4,0x630,0x5c5,_0x5b414a._0xc087c4)](_0x499b41['tMiuy'],_0xbcac23);const _0xc9312c={};return _0xc9312c[_0x5f26b7(0x2e5,0x256,0x25b,_0x5b414a._0x36fe7d)]=_0x50aaa2(_0x5b414a._0x51eb5a,0x503,_0x5b414a._0x327d10,0x4a0)+'ed',_0xc9312c['message']=_0x499b41[_0x5f26b7(_0x5b414a._0x28a0b0,_0x5b414a._0x1340fa,_0x5b414a._0x483bc6,0x374)],_0x463bd4[_0x5f26b7(0x41a,0x2f2,0x31d,_0x5b414a._0x474e4a)](0xbb8+-0x148d+0xa66*0x1)[_0x50aaa2(0x523,0x425,_0x5b414a._0x2147d5,0x481)](_0xc9312c);}}if(!await _0x499b41[_0x50aaa2(_0x5b414a._0x5ef529,0x794,_0x5b414a._0x4df40d,_0x5b414a._0x58aee8)](hasPermission,_0x52dbbb['id'],_0x50aaa2(0x503,0x540,0x4cc,_0x5b414a._0x8734b5)+_0x50aaa2(_0x5b414a._0x5eaeba,_0x5b414a._0x18873a,_0x5b414a._0x21e434,0x5a6),_0xf8e014[_0x5f26b7(_0x5b414a._0x5c50c7,0x286,_0x5b414a._0x18294e,0x30d)+'t'])){const _0x4755d5={};_0x4755d5['taskId']=_0x404bb4,_0x4755d5[_0x50aaa2(0x561,0x625,_0x5b414a._0x16e39c,0x68a)]=_0x52dbbb['id'],_0x4755d5[_0x5f26b7(0x380,_0x5b414a._0x58c856,_0x5b414a._0x4692d3,0x2d9)]=_0x52dbbb['username'],logger[_0x50aaa2(_0x5b414a._0x44c94b,_0x5b414a._0x328569,0x5c5,0x6a5)](_0x499b41[_0x50aaa2(_0x5b414a._0x577c7f,0x700,_0x5b414a._0x537a3f,0x5d6)],_0x4755d5);const _0x435b0d={};return _0x435b0d[_0x5f26b7(_0x5b414a._0x62fb7c,_0x5b414a._0x49bee4,_0x5b414a._0x283fee,0x13b)]=_0x499b41[_0x50aaa2(_0x5b414a._0x33d3fa,_0x5b414a._0x1bf3d3,_0x5b414a._0xe78633,_0x5b414a._0x79bdeb)],_0x435b0d[_0x5f26b7(_0x5b414a._0x3b5936,0x329,0x434,0x38c)]='User\x20does\x20'+_0x50aaa2(_0x5b414a._0x23648a,0x48b,0x524,_0x5b414a._0x18c58a)+_0x5f26b7(0x362,_0x5b414a._0xf68ff8,_0x5b414a._0x4eca20,0x31b)+'to\x20edit\x20sk'+_0x50aaa2(0x550,_0x5b414a._0xf887f0,_0x5b414a._0x5990b4,0x44d)+'tasks',_0x463bd4[_0x5f26b7(0x264,_0x5b414a._0x45b188,_0x5b414a._0x2435c4,0x3bc)](0x1dfe+-0x1c84+0x19*0x1)[_0x50aaa2(_0x5b414a._0x1d4a2a,0x46a,_0x5b414a._0x2147d5,_0x5b414a._0x143efa)](_0x435b0d);}_0x3477a7[_0x5f26b7(_0x5b414a._0x481133,0x301,0x1e9,0x361)+'k']=_0xf8e014,_0x3477a7[_0x50aaa2(0x5aa,0x410,0x519,0x5c1)]=_0x52dbbb,_0x3477a7[_0x5f26b7(_0x5b414a._0x4ff7b5,_0x5b414a._0x2bfcc4,0x365,0x243)+'tName']=_0xf8e014['environmen'+'t'];const _0xd0003f=coderConfig?.['environmen'+'ts']?.[_0xf8e014['environmen'+'t']];if(!_0xd0003f){if(_0x499b41[_0x50aaa2(0x5eb,0x580,0x624,_0x5b414a._0x44dfdf)](_0x5f26b7(0xa2,_0x5b414a._0x253970,_0x5b414a._0x1de2b1,0x1ed),_0x499b41[_0x5f26b7(_0x5b414a._0x21ff17,0x25d,0x1f9,_0x5b414a._0x54340d)])){const _0x2aa48d={};return _0x2aa48d['error']=_0x499b41[_0x5f26b7(0x238,_0x5b414a._0x50f06f,_0x5b414a._0x56e611,_0x5b414a._0x2566a4)],_0x2aa48d[_0x5f26b7(_0x5b414a._0x17b6d9,_0x5b414a._0x539b71,0x257,_0x5b414a._0x44c47e)]=_0x50aaa2(_0x5b414a._0x3dda38,0x5f1,_0x5b414a._0x3e6679,_0x5b414a._0x4da415)+_0x5222bd+(_0x5f26b7(_0x5b414a._0x6ece32,0x285,0x2ab,0x18a)+'d'),_0x2329e9[_0x5f26b7(_0x5b414a._0xf789f2,0x2f2,_0x5b414a._0x44ec0d,0x23e)](0x494*0x4+0x3e5*0x9+-0x5c1*0x9)[_0x50aaa2(0x4d5,0x4d4,_0x5b414a._0x4ac21a,0x5eb)](_0x2aa48d);}else{const _0x83c3ab={};_0x83c3ab[_0x50aaa2(0x69d,_0x5b414a._0xa86d60,0x6eb,0x6ed)]=_0x404bb4,_0x83c3ab[_0x5f26b7(_0x5b414a._0x675428,0x286,_0x5b414a._0x2dcf03,_0x5b414a._0x607422)+'t']=_0xf8e014[_0x50aaa2(0x629,_0x5b414a._0x5b78ba,0x5d3,_0x5b414a._0x5817f5)+'t'],logger[_0x50aaa2(_0x5b414a._0x2d5a4c,0x67a,0x5c5,_0x5b414a._0x54b2f2)](_0x499b41[_0x50aaa2(_0x5b414a._0x53784d,0x4f1,_0x5b414a._0x2a4e86,0x6da)],_0x83c3ab);const _0x25a461={};return _0x25a461[_0x50aaa2(_0x5b414a._0x4de91a,0x5d4,0x5a3,0x647)]=_0x499b41[_0x5f26b7(0x2ae,_0x5b414a._0x50f06f,_0x5b414a._0x503eb5,0x1aa)],_0x25a461[_0x50aaa2(0x6a0,_0x5b414a._0x1d0d38,0x676,0x598)]=_0x499b41[_0x50aaa2(_0x5b414a._0x51113d,_0x5b414a._0x43dddb,0x5cb,_0x5b414a._0x794451)],_0x463bd4[_0x5f26b7(0x220,0x2f2,0x323,_0x5b414a._0x2f3dbf)](0x654*-0x5+-0x8*0x3e1+-0x40*-0x101)[_0x5f26b7(_0x5b414a._0x3ae99b,0x1ee,_0x5b414a._0x2aa1ef,0x16b)](_0x25a461);}}_0x3477a7[_0x50aaa2(_0x5b414a._0x3b2773,0x6e9,_0x5b414a._0x22a2c7,0x4d7)+_0x5f26b7(0x2c3,0x23a,_0x5b414a._0x39b43f,_0x5b414a._0xa5cd84)]=_0xd0003f,_0x3477a7[_0x5f26b7(0x3dc,_0x5b414a._0x521785,_0x5b414a._0x15e8cf,0x29f)+'ills']=_0xd0003f[_0x5f26b7(_0x5b414a._0x3e87a0,_0x5b414a._0x3e3957,0x253,0x2e4)]||[],_0x499b41['dKRNA'](_0x3a0f96);}async function validateSkillAccess(_0x1b1b6d,_0x525587,_0xd316e9){const _0x11c53d={_0x1a6156:0x6e4,_0x25c76c:0x5a6,_0x1986f7:0x7bf,_0x6b63d4:0x3bb,_0xcdfd0:0x342,_0x4a20a6:0x598,_0x1face0:0x3c5,_0x1c10d3:0x1e4,_0x2d4ce3:0x177,_0x48290d:0x6fe,_0x5cfbbb:0x6cb,_0xa20f29:0x69f,_0xead3bd:0x644,_0x4a3093:0x2e6,_0x59aabc:0x1eb,_0x4616d2:0x313,_0x5bb118:0x5de,_0x4148c6:0x298,_0x3da7e4:0x682,_0x36f1c1:0x2f1,_0x1d00b3:0x168,_0xa6f8f0:0x1dc,_0x3626d5:0x453,_0x5299be:0x52c,_0x147dd9:0x5fe,_0x179279:0x549,_0x5cf0cd:0x3a9,_0x129b9c:0x28b,_0x2688e8:0x39f,_0x4d105a:0x350,_0x32e082:0x2d5,_0x30f8e7:0x3e8,_0x25d4b1:0x341,_0x466379:0x350,_0x2f694f:0x1a5,_0x45b943:0x245,_0x269be8:0x731,_0x143fe2:0x6ca,_0x5437a0:0x5e5,_0x1bb07e:0x5ae,_0x1da1b6:0x5e2,_0x58720a:0x2d6,_0x262e75:0x207,_0x51e037:0x23a,_0x40fd32:0x751,_0x42ba14:0x749,_0x47a058:0x64a,_0x5b9b42:0x349,_0x3fd946:0x24e,_0x107241:0x442,_0x152746:0x475,_0x19298a:0x2d7,_0x3a8bf4:0x3eb,_0x26fbb3:0x2e3,_0x88a23d:0x6f6,_0x38dc7a:0x5d5,_0x184117:0x6dd,_0x1fcbc3:0x291,_0x226045:0x20f,_0x58f61b:0x2d3,_0x2e62d7:0x680,_0x1ac777:0x510,_0x2b7904:0x6b5,_0x32fa5c:0x4dc,_0x156008:0x4c4,_0x49233f:0x3f9,_0x505c35:0x610,_0x18a60c:0x3c0,_0x219b1b:0x681,_0x46ea12:0x5ad,_0xeb5d4b:0x78c,_0x20f076:0x4f4,_0x4925ab:0x595,_0x207149:0x585,_0x2de1b2:0x52f,_0x1bb9a6:0x20d,_0x3590e6:0x1f8,_0x499c7f:0x372,_0x127f0d:0x3c9,_0x48e77b:0x50c,_0x55ff1f:0x3e5,_0x4351ba:0x3e0,_0x3f934b:0x5e0,_0x384ff8:0x670,_0xec970f:0x311,_0xe20691:0x681,_0x5608ff:0x59e,_0x392dfb:0x64d,_0x400d15:0x5d6,_0x4e1fe4:0x1c3,_0x5c1b5e:0x477,_0x497b27:0x3e5,_0xbaff7f:0x213,_0x2b5afe:0x5d4,_0x4cfed3:0x239,_0x56e644:0x324,_0x3ff7b9:0x638,_0x5b93e9:0x5c1,_0x399730:0x6d8,_0x1f67a5:0x62b,_0x560606:0x689,_0x45f64c:0x74b,_0x3b6466:0x322,_0x31717d:0x2c0,_0x3659b9:0x337},_0x4a4b77={_0x35407d:0x10b},_0x5af216={_0xf09a86:0x120,_0x8d485:0x7},_0x554629={'RQPOT':function(_0x5c74a0,_0x112edc){return _0x5c74a0!==_0x112edc;},'IRoxa':'VVXlJ','WKQgY':_0x1b0216(0x609,0x5fd,0x65d,_0x11c53d._0x1a6156)+'t','JMIxY':'Invalid\x20sk'+_0x1b0216(_0x11c53d._0x25c76c,0x6b5,_0x11c53d._0x1986f7,0x719),'twTft':_0x344173(0x2e5,0x43d,_0x11c53d._0x6b63d4,_0x11c53d._0xcdfd0)+'assigned\x20t'+_0x1b0216(_0x11c53d._0x4a20a6,0x4ca,_0x11c53d._0x1face0,0x519)+_0x344173(0x25e,0x2a6,_0x11c53d._0x1c10d3,_0x11c53d._0x2d4ce3),'gLmFA':'Forbidden','KkayG':_0x1b0216(_0x11c53d._0x48290d,0x5f0,0x641,0x53c)+_0x1b0216(_0x11c53d._0x5cfbbb,_0x11c53d._0xa20f29,_0x11c53d._0xead3bd,0x60e)+_0x344173(0x220,_0x11c53d._0x4a3093,_0x11c53d._0x59aabc,_0x11c53d._0x4616d2)+_0x1b0216(0x4da,_0x11c53d._0x5bb118,0x52d,0x5a2)+'t','KAcJE':function(_0x164ccb,_0x456e3b){return _0x164ccb(_0x456e3b);},'ETARq':'Attempt\x20to'+_0x344173(0x2c1,0x349,_0x11c53d._0x4148c6,0x1ed)+_0x1b0216(0x7a7,_0x11c53d._0x3da7e4,0x61f,0x5a7)+_0x344173(0x187,0x1d7,0x24a,_0x11c53d._0x36f1c1),'ePSJb':_0x344173(0x2c8,0x26a,0x1c5,0xde)+'\x20is\x20read-o'+'nly\x20and\x20ca'+_0x344173(0x16b,_0x11c53d._0x1d00b3,_0x11c53d._0xa6f8f0,0x1ee)+_0x1b0216(_0x11c53d._0x3626d5,_0x11c53d._0x5299be,_0x11c53d._0x147dd9,_0x11c53d._0x179279),'TUGRb':'skills','WqnUQ':function(_0x494ded){return _0x494ded();}},{skillId:_0x6286b5}=_0x1b1b6d['params'],{callingTask:_0x30e7f1,assignedSkills:_0x1baf17}=_0x1b1b6d;if(_0x6286b5[_0x344173(_0x11c53d._0x5cf0cd,_0x11c53d._0x129b9c,0x350,0x328)]('/')||_0x6286b5[_0x344173(_0x11c53d._0x2688e8,0x403,_0x11c53d._0x4d105a,_0x11c53d._0x32e082)]('\x5c')||_0x6286b5[_0x344173(_0x11c53d._0x30f8e7,_0x11c53d._0x25d4b1,_0x11c53d._0x466379,0x3c3)]('..')){if(_0x554629[_0x344173(_0x11c53d._0x2f694f,0x2dd,_0x11c53d._0x45b943,0x11e)]('TVGsO',_0x554629[_0x1b0216(_0x11c53d._0x269be8,_0x11c53d._0x143fe2,_0x11c53d._0x5437a0,0x700)])){const _0x354779={};return _0x354779[_0x1b0216(0x69c,_0x11c53d._0x1bb07e,0x621,_0x11c53d._0x1da1b6)]=_0x554629[_0x344173(_0x11c53d._0x58720a,_0x11c53d._0x262e75,_0x11c53d._0x51e037,0x270)],_0x354779[_0x1b0216(0x6c5,0x681,0x6b8,_0x11c53d._0x40fd32)]=_0x554629['JMIxY'],_0x525587[_0x1b0216(_0x11c53d._0x42ba14,_0x11c53d._0x47a058,0x772,0x67f)](0xe*-0x23+-0xa9f+0xe19)[_0x1b0216(0x53f,0x546,0x595,0x59c)](_0x354779);}else return;}if(!_0x1baf17[_0x344173(_0x11c53d._0x5b9b42,_0x11c53d._0x3fd946,_0x11c53d._0x466379,_0x11c53d._0x107241)](_0x6286b5)){const _0x102a4f={};_0x102a4f[_0x344173(_0x11c53d._0x152746,_0x11c53d._0x19298a,_0x11c53d._0x3a8bf4,_0x11c53d._0x26fbb3)]=_0x30e7f1[_0x1b0216(0x5fa,_0x11c53d._0x88a23d,_0x11c53d._0x38dc7a,_0x11c53d._0x184117)],_0x102a4f['skillId']=_0x6286b5,_0x102a4f['environmen'+'t']=_0x1b1b6d[_0x344173(_0x11c53d._0x1fcbc3,_0x11c53d._0x226045,_0x11c53d._0x58f61b,0x1ac)+'tName'],_0x102a4f[_0x1b0216(0x60d,0x6ab,0x787,_0x11c53d._0x2e62d7)+_0x1b0216(_0x11c53d._0x1ac777,0x62e,0x610,_0x11c53d._0x2b7904)]=_0x1baf17,logger[_0x1b0216(_0x11c53d._0x32fa5c,0x5d0,0x653,0x4c9)](_0x554629[_0x344173(_0x11c53d._0x156008,0x45a,_0x11c53d._0x49233f,0x2dd)],_0x102a4f);const _0x1a5d2e={};return _0x1a5d2e[_0x1b0216(0x6b3,0x5ae,_0x11c53d._0x505c35,0x4e5)]=_0x554629[_0x344173(0x3b9,0x428,_0x11c53d._0x18a60c,0x29d)],_0x1a5d2e[_0x1b0216(0x690,_0x11c53d._0x219b1b,_0x11c53d._0x46ea12,_0x11c53d._0xeb5d4b)]=_0x554629[_0x1b0216(0x400,_0x11c53d._0x20f076,_0x11c53d._0x4925ab,0x5fb)],_0x525587[_0x1b0216(0x614,_0x11c53d._0x47a058,0x6b3,0x524)](-0x5d5*-0x6+-0x2b0*-0xb+-0x3efb)[_0x1b0216(_0x11c53d._0x207149,0x546,0x5c8,_0x11c53d._0x2de1b2)](_0x1a5d2e);}if(await _0x554629[_0x344173(0x10b,_0x11c53d._0x1bb9a6,0x1c9,_0x11c53d._0x3590e6)](isSkillReadonly,_0x6286b5)){const _0x2a34d1={};_0x2a34d1['taskId']=_0x30e7f1[_0x344173(_0x11c53d._0x499c7f,_0x11c53d._0x127f0d,_0x11c53d._0x3a8bf4,0x50f)],_0x2a34d1[_0x344173(_0x11c53d._0x48e77b,0x371,_0x11c53d._0x55ff1f,_0x11c53d._0x4351ba)]=_0x6286b5,logger['warn'](_0x554629[_0x1b0216(_0x11c53d._0x3f934b,0x6b8,_0x11c53d._0x384ff8,0x5e4)],_0x2a34d1);const _0x44bb69={};return _0x44bb69[_0x344173(0x3bf,_0x11c53d._0xec970f,0x2a3,0x394)]=_0x554629[_0x1b0216(0x7a4,_0x11c53d._0x5cfbbb,0x716,0x79b)],_0x44bb69[_0x1b0216(0x578,_0x11c53d._0xe20691,0x6ea,0x755)]=_0x554629[_0x1b0216(_0x11c53d._0x5608ff,_0x11c53d._0x392dfb,0x5ce,_0x11c53d._0x400d15)],_0x525587['status'](0x2468+0x1*-0x31d+-0x1fb8)[_0x344173(0x2e0,0x121,0x23b,_0x11c53d._0x4e1fe4)](_0x44bb69);}_0x1b1b6d[_0x344173(_0x11c53d._0x5c1b5e,0x4c2,_0x11c53d._0x497b27,0x3cf)]=_0x6286b5,_0x1b1b6d[_0x344173(0xec,0x214,_0x11c53d._0xbaff7f,0x15f)]=_0x25e898[_0x1b0216(_0x11c53d._0x2b5afe,0x638,0x622,0x68a)](setupPath,_0x554629['TUGRb']);function _0x1b0216(_0x15e8c5,_0x81e100,_0x1fc23e,_0x254311){return _0x10e0a8(_0x15e8c5,_0x81e100-0x669,_0x1fc23e-_0x5af216._0xf09a86,_0x254311-_0x5af216._0x8d485);}_0x1b1b6d[_0x344173(_0x11c53d._0x4cfed3,0x34c,0x22e,_0x11c53d._0x56e644)]=_0x25e898[_0x1b0216(0x542,_0x11c53d._0x3ff7b9,_0x11c53d._0x5b93e9,_0x11c53d._0x399730)](setupPath,_0x1b0216(_0x11c53d._0x1f67a5,_0x11c53d._0x560606,0x68a,_0x11c53d._0x45f64c),_0x6286b5);function _0x344173(_0x2692f,_0x1431b8,_0x26e032,_0x3b4f0c){return _0x10e0a8(_0x2692f,_0x26e032-0x35e,_0x26e032-_0x4a4b77._0x35407d,_0x3b4f0c-0x1a7);}_0x554629[_0x344173(_0x11c53d._0x3b6466,_0x11c53d._0x31717d,0x3c6,_0x11c53d._0x3659b9)](_0xd316e9);}router[_0x4e6879(0x358,0x34d,0x36b,0x284)](_0x4e6879(0x54a,0x5f3,0x4f7,0x5f3),requireTaskAuth,async(_0xe2c462,_0xf1c920)=>{const _0x36fd7f={_0x267371:0x1af,_0x7a5f19:0x107,_0x3b542d:0x1e3,_0xd41dc6:0x2d3,_0x64010a:0x1b4,_0x9efa95:0xf1,_0x274423:0xc1,_0x4a76c0:0x16c,_0x5d5560:0x60,_0x2c89c0:0x5,_0x541cb4:0x167,_0x20f8cd:0x3e,_0x19d0ca:0x1e9,_0x4ea751:0x36,_0x327c38:0x8a,_0x16f666:0x56,_0x10f70a:0xc,_0x4addd9:0x174,_0x1ea9a1:0x36,_0x38a84e:0x91,_0x4cd327:0x92,_0x20cf06:0x8,_0x5e2791:0x11f,_0x20505c:0x138,_0x2caaaa:0x22,_0xe97eea:0x90,_0x4d681f:0xb7,_0x61de84:0x122,_0x2e5f45:0xa1,_0x2103da:0x18d,_0x5c67a4:0x2a5,_0xb63c47:0x28f,_0x3f2594:0xd5,_0x49c471:0xe3,_0x564da3:0x1e7,_0x2b57a2:0x140,_0x22bd33:0xb5,_0x504c5f:0x4f,_0x5f292f:0x3c,_0x5ba077:0x2d4,_0x45722f:0x244,_0x4eafc6:0x1ae,_0x471dbc:0xd6,_0x2a4d80:0x15c,_0x53d50f:0xd7,_0x4206b4:0x9f,_0x415da7:0x15d,_0x372a4f:0x6a,_0x34be59:0x15d,_0x3a35ad:0xd0,_0x4e1556:0x1a4,_0x505b25:0x14d,_0x5bbcfa:0xc1,_0x19528a:0x32,_0x8c2965:0x14c,_0x170d12:0x151,_0x540803:0xb6,_0x9bec14:0x30,_0x2d0d48:0x21,_0x13e923:0x145,_0x5643be:0x7e,_0xfba1ea:0x191,_0x269894:0x9e,_0x5606fd:0x23b,_0x901b17:0x1b7,_0x4f5589:0x127,_0x23589e:0x24a,_0x1e30ac:0x1fc,_0x250a90:0x368,_0x3e4523:0xbe,_0x11341e:0x12a,_0x431232:0x35,_0x12bb17:0xc4,_0x1a518b:0x68,_0x44a03b:0x13e,_0x2bb9a3:0x66,_0x237ff9:0xb2,_0xb6cf73:0x24,_0x52eaa3:0x182,_0xb47989:0x178,_0x130e2b:0x115,_0x5c4268:0xf8,_0x46bee4:0x5e,_0x2c3f53:0x24a,_0x21e839:0x277,_0x421144:0x127,_0x41a196:0x8d,_0x567fd7:0x7,_0x3206d3:0x1d2,_0x5b8010:0x2df,_0x1559ce:0x1e3,_0x3a6e49:0x232,_0x2065e5:0x173,_0x38ac40:0x11f,_0x24d4b4:0xc0,_0x340819:0xa0,_0x2adf83:0x74},_0x57cec2={_0x451c3b:0x42c},_0x18dac0={_0x21b97b:0x1b8},_0x76c925={'ynOtc':'Task\x20listi'+_0x381911(-_0x36fd7f._0x267371,-0x69,-0x212,-0xf6)+_0x49e88b(_0x36fd7f._0x7a5f19,-0x1c,0x12d,0x1b0),'laTVF':_0x49e88b(_0x36fd7f._0x3b542d,_0x36fd7f._0xd41dc6,_0x36fd7f._0x64010a,0x182),'sTXLz':_0x381911(_0x36fd7f._0x9efa95,-0x61,0x77,_0x36fd7f._0x274423),'qFFGM':_0x381911(-_0x36fd7f._0x4a76c0,-_0x36fd7f._0x5d5560,-_0x36fd7f._0x2c89c0,-0x9d),'Xgewl':function(_0x209e54,_0x326421){return _0x209e54(_0x326421);},'VsezC':function(_0x4ff203,_0x20f126){return _0x4ff203(_0x20f126);},'ycHbR':function(_0x4c092d,_0x524335){return _0x4c092d!==_0x524335;},'ZsaVg':_0x381911(-_0x36fd7f._0x541cb4,-_0x36fd7f._0x20f8cd,-0x22c,-0x10b),'aCgJv':function(_0x54af2d,_0x491f37){return _0x54af2d===_0x491f37;},'sONad':_0x381911(_0x36fd7f._0x19d0ca,-_0x36fd7f._0x4ea751,0x45,0xdf),'bqbZH':_0x381911(-0xb5,_0x36fd7f._0x327c38,_0x36fd7f._0x16f666,_0x36fd7f._0x10f70a)+_0x381911(-_0x36fd7f._0x4addd9,-0x138,_0x36fd7f._0x1ea9a1,-0x6d)},{callingTask:_0x1092f5,environmentName:_0x2b7faf,assignedSkills:_0x3157ba}=_0xe2c462,_0x2fb283={};_0x2fb283[_0x381911(_0x36fd7f._0x38a84e,0xa0,_0x36fd7f._0x4cd327,0x11f)]=_0x1092f5[_0x381911(0x16f,_0x36fd7f._0x20cf06,0x1ec,_0x36fd7f._0x5e2791)];function _0x49e88b(_0xd01671,_0x7b4be9,_0x455a9d,_0x198328){return _0x10e0a8(_0x455a9d,_0xd01671-0x1c3,_0x455a9d-_0x18dac0._0x21b97b,_0x198328-0x156);}_0x2fb283[_0x49e88b(_0x36fd7f._0x20505c,_0x36fd7f._0x2caaaa,_0x36fd7f._0xe97eea,_0x36fd7f._0x4d681f)+'t']=_0x2b7faf,logger[_0x381911(0x15f,-0x1,_0x36fd7f._0x61de84,_0x36fd7f._0x2e5f45)](_0x76c925[_0x49e88b(_0x36fd7f._0x2103da,0x29b,_0x36fd7f._0x5c67a4,_0x36fd7f._0xb63c47)],_0x2fb283);const _0x34011e=_0x25e898['join'](setupPath,_0x76c925[_0x381911(0x13d,-0x2f,0x45,_0x36fd7f._0x3f2594)]);function _0x381911(_0x17230c,_0x4df2b2,_0x3239af,_0x29c772){return _0x4e6879(_0x29c772- -_0x57cec2._0x451c3b,_0x4df2b2,_0x3239af-0x0,_0x29c772-0x17f);}const _0x367900=[];for(const _0x34c1c6 of _0x3157ba){const _0x5e52dc=_0x25e898[_0x49e88b(0x192,0x15c,_0x36fd7f._0x49c471,_0x36fd7f._0x564da3)](_0x34011e,_0x34c1c6,_0x76c925['sTXLz']);try{const _0x3aca90=await _0x50cdb4[_0x381911(-0x11b,-_0x36fd7f._0x2b57a2,-0xe6,-0x10c)](_0x5e52dc,_0x76c925[_0x381911(_0x36fd7f._0x22bd33,-_0x36fd7f._0x504c5f,-0x1a,-_0x36fd7f._0x5f292f)]),{frontmatter:_0x3c60ab}=_0x76c925[_0x49e88b(0x235,0x2d7,_0x36fd7f._0x5ba077,_0x36fd7f._0x45722f)](parseSkillMd,_0x3aca90),_0x33bc79=await _0x76c925[_0x49e88b(0xf1,-0xf,_0x36fd7f._0x4eafc6,_0x36fd7f._0x471dbc)](isSkillReadonly,_0x34c1c6),_0x228a75={};_0x228a75['id']=_0x34c1c6,_0x228a75[_0x381911(0x61,_0x36fd7f._0x2a4d80,_0x36fd7f._0x53d50f,_0x36fd7f._0x4206b4)]=_0x3c60ab['name']||_0x34c1c6,_0x228a75[_0x49e88b(_0x36fd7f._0x415da7,_0x36fd7f._0x372a4f,0x194,0x39)+'n']=_0x3c60ab[_0x49e88b(_0x36fd7f._0x34be59,0x190,0x12e,0xa5)+'n']||'',_0x228a75[_0x49e88b(0x112,0xce,_0x36fd7f._0x3a35ad,_0x36fd7f._0x4e1556)]=!_0x33bc79,_0x367900[_0x381911(-_0x36fd7f._0x505b25,0x60,0x71,-0x5e)](_0x228a75);}catch(_0x413dec){if(_0x76c925[_0x49e88b(_0x36fd7f._0x5bbcfa,-_0x36fd7f._0x19528a,_0x36fd7f._0x8c2965,-0x1)](_0x413dec['code'],_0x76c925[_0x49e88b(0x8c,_0x36fd7f._0x170d12,_0x36fd7f._0x540803,-_0x36fd7f._0x9bec14)])){if(_0x76c925[_0x381911(0x1b,-_0x36fd7f._0x2d0d48,_0x36fd7f._0x13e923,0x64)](_0x76c925[_0x381911(-0x2b,_0x36fd7f._0x5643be,_0x36fd7f._0xfba1ea,_0x36fd7f._0x269894)],_0x76c925[_0x49e88b(0x1cf,_0x36fd7f._0x5606fd,_0x36fd7f._0x901b17,_0x36fd7f._0x4f5589)])){const _0x3b9fbf={};_0x3b9fbf[_0x49e88b(_0x36fd7f._0x23589e,_0x36fd7f._0x1e30ac,0x26e,_0x36fd7f._0x250a90)]=_0x34c1c6,_0x3b9fbf[_0x381911(-0x136,_0x36fd7f._0x3e4523,-0xc1,-0x29)]=_0x413dec[_0x381911(0x18a,0xeb,-0x64,0xaa)],logger[_0x49e88b(_0x36fd7f._0x11341e,_0x36fd7f._0x431232,_0x36fd7f._0x5d5560,_0x36fd7f._0x12bb17)](_0x76c925[_0x381911(0x148,-0x5c,0x8,_0x36fd7f._0x1a518b)],_0x3b9fbf);}else{!_0x452b70[_0x381911(-0x5f,_0x36fd7f._0x44a03b,_0x36fd7f._0x2bb9a3,0xb2)]&&(_0x1bfbf4[_0x381911(0x11d,0xaf,0x112,_0x36fd7f._0x237ff9)]=[]);if(!_0x5afede[_0x381911(-_0x36fd7f._0xb6cf73,_0x36fd7f._0x52eaa3,_0x36fd7f._0xb47989,0xb2)]['includes'](_0x41aaaa)){_0x2567d5[_0x381911(_0x36fd7f._0x130e2b,0x32,_0x36fd7f._0x5c4268,0xb2)][_0x381911(0x9f,0x7c,0x37,-_0x36fd7f._0x46bee4)](_0x495050),_0x545717=!![];const _0x4f056b={};_0x4f056b[_0x49e88b(_0x36fd7f._0x2c3f53,0x2cb,_0x36fd7f._0x21e839,_0x36fd7f._0x421144)]=_0x18b6ff,_0x4f056b[_0x381911(_0x36fd7f._0x41a196,-0x121,-0x98,_0x36fd7f._0x567fd7)+'t']=_0x3a8388,_0x2c1b26[_0x49e88b(_0x36fd7f._0x3206d3,0x14b,0x151,_0x36fd7f._0x5b8010)]('Skill\x20assi'+'gned\x20to\x20en'+'vironment\x20'+'(in-memory'+')',_0x4f056b);}}}}}const _0x340e76={};_0x340e76[_0x49e88b(_0x36fd7f._0x1559ce,0x1bc,_0x36fd7f._0x3a6e49,_0x36fd7f._0x2065e5)]=_0x367900,_0x340e76[_0x381911(-_0x36fd7f._0x38ac40,-_0x36fd7f._0x24d4b4,-0xeb,_0x36fd7f._0x567fd7)+'t']=_0x2b7faf,_0xf1c920[_0x49e88b(_0x36fd7f._0x340819,-0x44,_0x36fd7f._0x2adf83,0xa)](_0x340e76);}),router[_0x10e0a8(-0xec,-0xc5,0x15,-0x174)]('/skills',requireTaskAuth,async(_0x618b98,_0x1d642e)=>{const _0x3bf5ef={_0x1d6eb4:0x34,_0x293b0b:0x3a7,_0x841db2:0x17,_0x405ec4:0x200,_0x1e23ea:0x131,_0x196a60:0x1d,_0x548cc9:0x118,_0x5d807a:0x179,_0x498e48:0x224,_0x3717be:0x155,_0x18c0e6:0x27,_0x5af387:0x112,_0x4b3e5d:0x15c,_0x178e3c:0xfb,_0x420fe6:0x2f6,_0x486c7e:0x1bb,_0x399a35:0x333,_0x9d56d7:0x419,_0x34ae05:0x214,_0x4f396f:0x71,_0x12ae56:0x2ad,_0x50e9bd:0x2fc,_0x17998e:0x3c6,_0x263f34:0x369,_0x224df5:0x241,_0x10a398:0x16b,_0x3e7e8b:0x137,_0x29c41d:0xb0,_0x54d372:0x178,_0x20a45b:0x80,_0x5c6bca:0xcc,_0x30e6c6:0x1dc,_0x471da3:0x1d4,_0x9b0151:0x2cc,_0x589cf5:0x297,_0x4f9c5d:0x31a,_0x51bd85:0x22e,_0x2ebd2d:0x251,_0x32e706:0x256,_0x4cf6dc:0x295,_0x3b3924:0x22c,_0x39da2f:0xa2,_0x1c6688:0xa6,_0x58e487:0xb5,_0xb97915:0x220,_0x133ef9:0x15,_0x39b9df:0x72,_0x625bc9:0x3f,_0xa073aa:0xf6,_0x36f6c8:0x33,_0x42416f:0x1a6,_0x87fe66:0x1e7,_0x4f42fe:0x192,_0x1532b1:0x137,_0x469b8f:0xd3,_0x4f7f47:0xb3,_0x3300c9:0x2ab,_0x20494b:0x38f,_0x2366e5:0x8b,_0x331af1:0x180,_0x5914d0:0x25f,_0x2f1023:0x144,_0x3cd6bc:0xb0,_0x561438:0x2da,_0x282cd5:0x109,_0x14910d:0x1fb,_0x3f1b89:0x371,_0x430849:0x2a6,_0x54d184:0x2b8,_0x350ac5:0x22e,_0x405622:0x1fc,_0x2e14c7:0x218,_0x5f2834:0x7d,_0x3ff263:0x1fc,_0x10caac:0x1a0,_0x4b7adb:0xf7,_0x10bd8d:0x2e5,_0x1d630b:0x243,_0x1a9188:0x16f,_0x20c02c:0x15,_0x520ff8:0x93,_0x214e60:0x38,_0x42065a:0xad,_0x21cce4:0x12e,_0x1db378:0x55,_0x4fe070:0x60,_0x435f6b:0x7b,_0x4407c0:0x7d,_0x165aef:0x3f,_0x4efe6e:0x33d,_0xaeef17:0x2ca,_0x435efd:0x294,_0x27cba2:0x2a0,_0x5cea3d:0x25e,_0x5c4f43:0x1a8,_0x419568:0x42f,_0x3f6081:0x166,_0x3640c4:0x6b,_0x57f901:0x2be,_0x197ac0:0x26f,_0x54f46e:0x229,_0x2939b9:0xb,_0x34a895:0xa1,_0x5b86e5:0x205,_0x33c03f:0x296,_0x4e607f:0xca,_0x4fdff2:0x14d,_0x56c4f4:0x186,_0x1f0a82:0x119,_0x2bbbd6:0x198,_0x2b4f22:0x137,_0x68596:0x11f,_0x24c5d4:0x17a,_0x4ca9f7:0x19d,_0x5a72a7:0x1ba,_0x4684a2:0xc1,_0x24984d:0xed,_0x2f2eba:0x1db,_0x58b6d5:0x61,_0x501985:0x16,_0x136ba2:0x102,_0x140805:0xb6,_0x323a3b:0x117,_0x347466:0x453,_0x4f01dd:0x33c,_0x244a7e:0x418,_0x46434a:0xe,_0x2b93f9:0xf2,_0x232a86:0x448,_0x8a4c0f:0x2ce,_0x108719:0x1fd,_0x4c827e:0x3e,_0x4da3f1:0xcf,_0x83d9ef:0x162,_0x2ac2ec:0x13a,_0x41d414:0x131,_0xca545a:0x17a,_0x4829b7:0x12e,_0x26221f:0x2fe,_0x3e292c:0x6b,_0x52dd1f:0x138,_0x51e89f:0xba,_0x8447a2:0x9c,_0x2dd858:0x296,_0x49a9a8:0x21c,_0x3f33dc:0x20f,_0x5749dc:0x13,_0x53c28a:0x2df,_0x381aa9:0x25c,_0xabc927:0x5b,_0x22a74f:0xcb,_0x4de29d:0x228,_0x24bd90:0x1e3,_0x4127b4:0xee,_0x35d414:0x11d,_0x5aaca5:0x94,_0x710f55:0x31d,_0x26cf2d:0x225,_0x115830:0x2ed,_0x599ef1:0x28d,_0x574767:0x30f,_0x28fdb7:0x32e,_0x1d58cc:0x2dc,_0x5d8a01:0x24c,_0x5405e5:0x185,_0x33a26e:0x101,_0xe6adb2:0x178,_0x558acb:0x322,_0x246516:0x266,_0x13a382:0x1ab,_0x119693:0x25b,_0x1c2321:0x332,_0x53ee23:0x440,_0x1fbb8f:0x39b,_0x2585e0:0x2b6,_0x33730f:0x2f6,_0x4903df:0x320,_0x2a2cfd:0x168,_0x38132b:0x24f,_0x10df67:0x70,_0x2e8449:0x37,_0x3f915b:0x131,_0x2270c9:0x100,_0xfeba9d:0x61,_0x3f1df4:0x34d,_0x285f9e:0x457,_0x3073d5:0x3d9,_0x240ac6:0x528,_0x3e61b6:0x440,_0x1eeda8:0x524,_0x484123:0x3a9,_0x171ae3:0x234,_0x4e4e30:0x311,_0x282580:0x255,_0x5c063b:0x1b5,_0x3ff88a:0x342,_0x24dbb7:0x376,_0x246fcd:0x33a,_0x3313e7:0x29d,_0x4325da:0x150,_0x18a633:0x12f,_0xdb1bb7:0x255,_0x2dd57a:0x367,_0x18e729:0x7c,_0x1f0e55:0xb8,_0x8c8cf7:0x221,_0xe20df7:0x2e0,_0x31c56a:0x207,_0x1b588f:0x38c,_0x323370:0x2e0,_0x505f2b:0x1d2,_0x5b7751:0x213,_0x56e088:0x272,_0x1b5c0d:0x2ef,_0xd603fb:0x20c,_0x2b5e34:0x445,_0x3d788f:0x39e,_0x3e5a8e:0x127,_0x2c140e:0x5d,_0x5619b3:0x281,_0x23f73e:0x194,_0x2d5ad0:0x2f4,_0x1c9501:0x1cf,_0x41756d:0x18f,_0x5db9fb:0xfb,_0x2c8606:0x9c,_0x2e88d0:0x130,_0xe8f0a0:0xc4,_0x33fadf:0xe2,_0x10af16:0x9a,_0x997c49:0x59,_0x38dbeb:0x2fe,_0x29ed10:0x2bf,_0x37baa8:0x36e,_0x20c39c:0xe9,_0x21f39a:0x5b,_0x11ac6c:0x19a,_0x321e3d:0x222,_0x279045:0x433,_0x2141bb:0x3d1,_0x421ac3:0x485,_0x1487e8:0x40a,_0xc85b00:0x3e9,_0x1de7fe:0x3a8,_0x1c45b1:0x40b,_0x532649:0x184,_0x3e0f2d:0x244,_0x4525be:0x246,_0x23f696:0x204,_0x1a38fb:0xb3,_0x30791b:0x1ae,_0x4fd56:0x167,_0x22e646:0x2ee,_0x547c48:0x39a,_0x58e8b6:0x30a,_0x3b93d9:0x25f,_0x23d0e3:0x210,_0x4c1c17:0x116,_0x27f84f:0x41,_0x21d5fe:0xd0,_0xd04d58:0x459,_0x1b202d:0x3ab,_0x1d9881:0x3e1,_0x2ce5f1:0x438,_0x4ecbcf:0x24e,_0x411ef2:0x50d,_0x534d89:0x3b1,_0x3ec162:0x3bc,_0x341297:0x94,_0x332817:0x14f,_0x482660:0x20d,_0x28bf46:0x291,_0x471549:0x24b,_0x24bd1e:0x1ac,_0x4d5799:0x25b,_0x374d43:0x3d1,_0x120b08:0xb5,_0x208b8d:0x1a3,_0x31755c:0x206,_0x45a01a:0x91,_0x183f79:0x434,_0x138d97:0x29b,_0x3ee913:0x92,_0x5226d6:0x9,_0x1d38e3:0x1cc,_0x8e81e9:0xeb,_0x1cc1e4:0x1b,_0x35e9cf:0xdd,_0x29c98b:0x78,_0x1d87fb:0xdd,_0x359d9f:0x414,_0x50e72c:0x24c,_0x45ffad:0x2ac,_0x106d1b:0x328,_0x26d0b7:0x92,_0x1ac2ed:0x1f,_0x20d15c:0xf3,_0x2ea3e8:0x6a,_0xa57842:0xc7,_0x2ff79c:0x13e,_0x1acbeb:0x25,_0x9e3525:0x198,_0x3ca7b2:0x137,_0xfe47e1:0x42,_0x5e7a4a:0x8a,_0x3346d7:0x286,_0x4c28ea:0x16c,_0x193eed:0x1df,_0x421db7:0x3b3,_0x4bfb48:0x429,_0x3d05c2:0x21f,_0x45fdbd:0x279,_0x3bede6:0x18f,_0x5b2488:0x124,_0x22f0ed:0x262,_0x5246bd:0x9e,_0x5d1fb1:0x94,_0xe024f0:0x17,_0x35d667:0xaf,_0x142184:0x2c8,_0x14f585:0x26c,_0x46eea0:0x1cd,_0x27413c:0x14f,_0x188560:0x44b,_0x451efa:0x3f2,_0x3904ab:0x32c,_0x1f2cc0:0x12a,_0x45e0b1:0x28,_0x33decd:0x8d,_0x4466c9:0xa5,_0x45e048:0xe0,_0x4b264f:0xb,_0x58619e:0xca,_0x2e8f78:0x167,_0xdd2c1c:0x1ee,_0x564703:0x25b,_0x3b8532:0x2d5,_0x1fa4dc:0x47c,_0x1f386f:0x431,_0x2c926f:0x3c3,_0x3d94c6:0x30b,_0x16aadf:0x1e9,_0x2c635c:0x2d8,_0x451a68:0x1da,_0x4ff817:0x1cf,_0x46a26d:0x3e,_0x15f663:0x3fb,_0x339eb3:0x390,_0x3abd7e:0x55d,_0x36c07b:0x15f,_0x2c80f7:0x2fe,_0x4f55b8:0x33e,_0x1f1174:0x316,_0xfb34b4:0x13a,_0x3e636a:0x27d,_0x15d3f8:0x33a,_0x29fd93:0x478,_0x48b749:0x226,_0x1dbde3:0x2e6,_0x437230:0x24f,_0x3105b7:0x11c,_0x1c6939:0xdf,_0xf858fb:0x9f,_0x53e710:0x193,_0x1b67e6:0xd1,_0x207a9c:0x112,_0x529160:0x323,_0x510b7c:0x432,_0x35d49b:0x405,_0x568295:0x198,_0x119400:0x244,_0x554505:0x182,_0x2c44f2:0xc9,_0x4d3226:0x16d,_0xcc3d44:0x2e2,_0x5c62b3:0x12f,_0x4d0350:0x30,_0x5d9b1b:0x36f,_0x541ab0:0x3c5,_0x13addf:0x47,_0x9bd09f:0x138,_0x565849:0xd2,_0x21d6d9:0x131,_0xa8b306:0x19c,_0x352b0c:0xd4,_0x10104c:0xd2,_0x5adfbd:0x12f,_0x2934c4:0x2aa,_0x349802:0x47e,_0x480e25:0x408,_0x116570:0x303,_0x28f96b:0x4fd,_0x20e0d8:0x1f1,_0x160186:0x64,_0x374824:0xce,_0x519ae7:0xa9,_0x4343c1:0x220,_0x168970:0x305,_0x4996b4:0x446,_0x5cd990:0x531,_0x2c2688:0x410,_0x5e09cd:0x561,_0x1fe6d6:0x318,_0x2c9cd0:0x320,_0x339dc0:0x39c,_0x4ad564:0x174,_0x299990:0x1ff,_0x2ab12f:0x1bf,_0x2b0236:0xdd,_0x424150:0x299,_0x35cdf1:0x21b,_0x35a9a9:0x264,_0x5d1fc8:0x13b,_0x2ae78a:0x195,_0x1b9ae6:0x17c,_0x1d9643:0x1db,_0x35c6f1:0x39,_0x4b5634:0x1af,_0x436025:0x17b,_0xc8b7c0:0x7,_0x11e5d7:0x1a2,_0x10ea87:0x267,_0xeb7174:0x28a,_0xea77d1:0x1c7,_0x3365d2:0x10c,_0x1a00fd:0x24,_0x4cdbc0:0x41e,_0x1e3ea8:0x50e,_0xeaa72c:0x33b,_0x5b93e4:0x4a1,_0x3dabd0:0x452,_0x2f6bbf:0x49c,_0x37a8ee:0x335,_0xaf92cf:0x3fa,_0x29c7a9:0x42f,_0x440c89:0x253,_0x3eee34:0x33,_0x4a9704:0x3d,_0x5adc82:0xa9,_0x5b5e90:0x19d,_0x5b1d04:0x44,_0x5590f5:0x8c,_0x55810c:0x357,_0x231b9f:0x2a1,_0x1beb86:0x358,_0x13f4a5:0x3b2,_0x525008:0x406,_0xc020f0:0x35a,_0x36d434:0x375,_0x3ed54b:0x39a,_0x59e448:0x4b9,_0x5ede3c:0x474,_0x484411:0x2d4,_0x4e87a9:0x2c9,_0x3ddb28:0x1ed,_0x3d14d7:0x238,_0x416c81:0x139,_0x528e28:0xc2,_0x5eaf71:0x4a,_0x375dab:0x20b,_0x1f86cc:0x13f,_0x1c5746:0xab,_0x9c049d:0x19a,_0x34c83b:0x3d4,_0x23b5b5:0x3ec,_0x2fe33f:0x32e,_0x1254e9:0x201,_0x4fa320:0xa8,_0x3dbe9e:0x67,_0x5023fd:0x145,_0x563a21:0x24c,_0x3cca9b:0x28d,_0x304699:0x153,_0x253338:0x14,_0x28ce28:0x2ae,_0x319db5:0x312,_0xf124a3:0x270,_0xb4c744:0x13b,_0xf133a4:0x247,_0x5407f9:0x1ce,_0x26ca64:0x1cb,_0x144657:0x2d0,_0x138513:0x23d,_0x533e8a:0x22f,_0x400c68:0x15a,_0x2b09f4:0x167,_0x5f24ae:0x9d,_0x3e55e5:0x1c4,_0x489741:0x2c,_0x3f236f:0xf7,_0xd97744:0x72,_0x3cd8fa:0xb2,_0x243194:0x1ac,_0x309c74:0xcb,_0x362172:0x217,_0x432891:0x418,_0x25dd35:0x499,_0x488997:0x444,_0x1d964e:0x508,_0x4af0d3:0x539,_0x3f6ba2:0x3a4,_0x3dcca3:0x1c1,_0x540ea8:0xf6,_0x17dfd4:0x1be,_0x7cccf9:0x1cd,_0x360601:0x278,_0x26cc22:0x17e,_0x4f49d8:0x521,_0x554975:0x4ca,_0x2188b3:0x2e3,_0xa7aef4:0x220,_0x1ddecf:0x1a2,_0x379d6f:0x259,_0x34126a:0x3a7,_0x18829b:0x4b0,_0x3f5097:0x383,_0x34e0a6:0xd6,_0xbd190b:0x1c9,_0xd4094b:0x312,_0x29dea7:0x39a,_0x440a53:0x2fb,_0x3590c4:0x1ef,_0xcd452:0x249,_0x2750e1:0x11e,_0x695465:0x558,_0x4f223c:0x4f3,_0x25f5f7:0x3c4,_0x2c6aa8:0x274,_0x23bf72:0x4a7,_0x30beb8:0x482,_0x27243c:0x362,_0x2bbe05:0x28b,_0x4618d6:0x70,_0xa56ff:0x366,_0x4a1ce4:0x443,_0x2dd685:0x2f3,_0x6848b:0x322,_0x76f0cc:0x2cd,_0x34c26b:0xd1,_0x1738af:0x120,_0x3ce56c:0x31c,_0x557a00:0x2d9,_0x367db1:0x5f,_0x982c1f:0xe7,_0x2d04a2:0x137,_0x41d456:0x338,_0x124f7a:0x3db,_0x3e2d9e:0x2c8,_0x507a88:0x2c0,_0x10ccb1:0x260,_0x4ff2c0:0x218,_0x202949:0x3d1,_0x5b9cc5:0x302,_0x33b9ce:0x3b7,_0x17aa0d:0x273,_0x30170b:0x45a,_0x28f1be:0x187},_0x4157fe={_0x21d4e6:0x3b9,_0x16604b:0x17c},_0x1546c0={'vvCeB':'Skill\x20dele'+'ted\x20by\x20tas'+_0x23acce(-0x1b5,-_0x3bf5ef._0x1d6eb4,-0x11e,-0xad)+_0x26cc7c(0x29d,_0x3bf5ef._0x293b0b,0x293,0x3fc)+_0x23acce(0x6e,_0x3bf5ef._0x841db2,-0x119,-0x57),'dvOKQ':_0x23acce(-_0x3bf5ef._0x405ec4,-_0x3bf5ef._0x1e23ea,-_0x3bf5ef._0x196a60,-_0x3bf5ef._0x548cc9)+'t','cjlev':_0x23acce(-0x196,-_0x3bf5ef._0x5d807a,-_0x3bf5ef._0x498e48,-0x1e5)+_0x23acce(-0x1d2,-0x222,-0x8f,-_0x3bf5ef._0x3717be)+_0x23acce(-_0x3bf5ef._0x18c0e6,-_0x3bf5ef._0x5af387,-_0x3bf5ef._0x4b3e5d,-_0x3bf5ef._0x178e3c),'lwtPl':_0x26cc7c(0x387,0x335,0x418,0x219),'NEZpm':function(_0x52ed11,_0x4599f4){return _0x52ed11===_0x4599f4;},'bKEWn':_0x23acce(-0x371,-_0x3bf5ef._0x420fe6,-_0x3bf5ef._0x486c7e,-0x249),'HGuel':_0x26cc7c(0x363,_0x3bf5ef._0x399a35,_0x3bf5ef._0x9d56d7,_0x3bf5ef._0x34ae05)+_0x26cc7c(0x2e4,0x2ba,0x33f,0x33e)+_0x23acce(-0x1c4,-0x75,-_0x3bf5ef._0x4f396f,-0xf8),'ZWaPq':_0x23acce(-0x79,-0x1c8,-_0x3bf5ef._0x12ae56,-0x195)+_0x26cc7c(0x2ba,_0x3bf5ef._0x50e9bd,_0x3bf5ef._0x17998e,_0x3bf5ef._0x263f34)+'r','QDTCh':'Failed\x20to\x20'+_0x26cc7c(0x266,0x2c7,0x2cd,_0x3bf5ef._0x224df5),'VXhlW':_0x23acce(-0x7b,-_0x3bf5ef._0x10a398,-_0x3bf5ef._0x3e7e8b,-0x12d),'AOlhI':_0x23acce(-_0x3bf5ef._0x29c41d,-_0x3bf5ef._0x54d372,0xc,-0xce)+'\x20edit\x20read'+_0x23acce(-0x92,0x81,_0x3bf5ef._0x20a45b,-0x93)+_0x23acce(-0xec,-_0x3bf5ef._0x5c6bca,-0x237,-0x1c0),'SAuGE':_0x26cc7c(0x399,0x28c,0x313,0x2bf),'ywRwr':_0x26cc7c(_0x3bf5ef._0x30e6c6,0x220,0x315,0x32e)+_0x26cc7c(_0x3bf5ef._0x471da3,_0x3bf5ef._0x9b0151,_0x3bf5ef._0x589cf5,0x200)+'nly\x20and\x20ca'+_0x23acce(-0x2a5,-_0x3bf5ef._0x4f9c5d,-0x182,-_0x3bf5ef._0x51bd85)+'dified','HohNH':_0x26cc7c(_0x3bf5ef._0x2ebd2d,_0x3bf5ef._0x32e706,_0x3bf5ef._0x4cf6dc,_0x3bf5ef._0x3b3924)+_0x23acce(0x2,-_0x3bf5ef._0x39da2f,-_0x3bf5ef._0x1c6688,-0xed)+_0x23acce(_0x3bf5ef._0x58e487,0x57,0x5d,-0x46)+_0x23acce(-_0x3bf5ef._0xb97915,-0x1cf,-0x157,-0x25c)+'g','euMrD':function(_0x5bf3c6,_0x4a7070){return _0x5bf3c6!==_0x4a7070;},'DArls':_0x23acce(-0x162,-0x2,-0x2e,-0x116)+_0x23acce(-_0x3bf5ef._0x133ef9,-0x5f,-0x163,-_0x3bf5ef._0x39b9df)+_0x23acce(-0xfa,_0x3bf5ef._0x625bc9,-0xac,-0x52)+_0x23acce(_0x3bf5ef._0xa073aa,_0x3bf5ef._0x36f6c8,-0x10a,-0x10),'QMGTI':function(_0x4fff8e,_0x1d1187){return _0x4fff8e!==_0x1d1187;},'wQBlT':'string','aSRYO':_0x23acce(-0x118,-_0x3bf5ef._0x42416f,-0xf1,-0x102),'nuzan':'VkQhv','JpmBG':_0x23acce(-0xdf,-_0x3bf5ef._0x87fe66,-_0x3bf5ef._0x4f42fe,-0xf9)+_0x23acce(-_0x3bf5ef._0x1532b1,0x7,-_0x3bf5ef._0x469b8f,-_0x3bf5ef._0x4f7f47)+_0x26cc7c(_0x3bf5ef._0x3300c9,0x35d,0x266,_0x3bf5ef._0x20494b)+_0x23acce(-0x20e,-0xb0,-_0x3bf5ef._0x2366e5,-_0x3bf5ef._0x331af1)+_0x23acce(-0x63,-0x142,-_0x3bf5ef._0x5914d0,-_0x3bf5ef._0x2f1023),'kvoKX':function(_0x16a628,_0x3b349f){return _0x16a628!==_0x3b349f;},'QaNKm':_0x23acce(-_0x3bf5ef._0x3cd6bc,-0xed,-0x165,-0x100),'AuLaU':_0x23acce(-_0x3bf5ef._0x561438,-_0x3bf5ef._0x282cd5,-0x13b,-_0x3bf5ef._0x14910d),'wfPet':_0x26cc7c(_0x3bf5ef._0x3f1b89,_0x3bf5ef._0x430849,0x223,_0x3bf5ef._0x54d184)+_0x23acce(-0x61,-0x1a3,-_0x3bf5ef._0x350ac5,-0x127)+_0x26cc7c(_0x3bf5ef._0x405622,0x28e,0x3a0,_0x3bf5ef._0x2e14c7)+_0x23acce(-_0x3bf5ef._0x36f6c8,-0x147,-0x1aa,-0x13e)+_0x23acce(0x3a,-0x9d,-_0x3bf5ef._0x5f2834,-0x23)+_0x23acce(-_0x3bf5ef._0x3ff263,-_0x3bf5ef._0x10caac,-0x67,-_0x3bf5ef._0x4b7adb)+'\x20and\x20under'+_0x26cc7c(_0x3bf5ef._0x10bd8d,_0x3bf5ef._0x1d630b,_0x3bf5ef._0x1a9188,0x1dd),'AnHnM':_0x23acce(0x25,-_0x3bf5ef._0x20c02c,-_0x3bf5ef._0x520ff8,-_0x3bf5ef._0x214e60),'VwtvL':'Invalid\x20sk'+_0x23acce(-_0x3bf5ef._0x42065a,-_0x3bf5ef._0x21cce4,-_0x3bf5ef._0x1db378,-_0x3bf5ef._0x4fe070),'EXBBl':_0x23acce(-_0x3bf5ef._0x435f6b,-0x122,0x12,-_0x3bf5ef._0x4407c0),'hkspj':'Task\x20creat'+'ing\x20skill','mRUtc':_0x23acce(0x10,-_0x3bf5ef._0x165aef,-0x1c4,-0xb0),'xvNrA':function(_0x10a930,_0x4e59a1){return _0x10a930>_0x4e59a1;},'SRxbL':_0x26cc7c(_0x3bf5ef._0x4efe6e,0x252,0x1c6,0x158)+_0x26cc7c(0x308,_0x3bf5ef._0xaeef17,_0x3bf5ef._0x435efd,_0x3bf5ef._0x27cba2),'wWcpI':_0x23acce(-_0x3bf5ef._0x5cea3d,-_0x3bf5ef._0x5c4f43,-0x1b0,-0x24c)+'int','HEFoX':function(_0x13729e,_0x354fdf,_0x4d6303){return _0x13729e(_0x354fdf,_0x4d6303);},'pwHWZ':function(_0x4fd3b5,_0x52a54a){return _0x4fd3b5&&_0x52a54a;},'kDHul':_0x26cc7c(_0x3bf5ef._0x419568,0x380,0x2a9,0x3dc),'OYoeF':_0x23acce(-_0x3bf5ef._0x3f6081,-0xc0,-0x3e,-_0x3bf5ef._0x3640c4),'NYVme':_0x26cc7c(0x3d3,0x33d,0x2d1,0x3fb),'jxKFv':_0x26cc7c(0x301,0x3e4,_0x3bf5ef._0x57f901,0x363)+_0x26cc7c(0x17b,_0x3bf5ef._0x197ac0,0x2e2,_0x3bf5ef._0x54f46e)+_0x23acce(-0x48,_0x3bf5ef._0x2939b9,0x17,-_0x3bf5ef._0x34a895)+_0x23acce(-0x10a,-0x205,-0x2f5,-_0x3bf5ef._0x5b86e5)+')','pbqPp':_0x23acce(-_0x3bf5ef._0x33c03f,-_0x3bf5ef._0x4e607f,-_0x3bf5ef._0x4fdff2,-_0x3bf5ef._0x56c4f4),'wMtcS':_0x23acce(-0x177,-_0x3bf5ef._0x1f0a82,-_0x3bf5ef._0x5c4f43,-0x137)+'ts','iPJvg':_0x23acce(-0x221,-0x18f,-_0x3bf5ef._0x2bbbd6,-_0x3bf5ef._0x2b4f22)+_0x23acce(-_0x3bf5ef._0x68596,-_0x3bf5ef._0x24c5d4,-_0x3bf5ef._0x4ca9f7,-0x1d6),'tdbbu':'TFYoL','sFuNd':_0x23acce(-_0x3bf5ef._0x5a72a7,-_0x3bf5ef._0x4684a2,-_0x3bf5ef._0x24984d,-_0x3bf5ef._0x2f2eba),'AqrUb':_0x23acce(-_0x3bf5ef._0x58b6d5,-_0x3bf5ef._0x501985,-_0x3bf5ef._0x136ba2,-0x81)+_0x23acce(-_0x3bf5ef._0x140805,-0xa4,-_0x3bf5ef._0x323a3b,-0x107)+_0x26cc7c(0x51e,0x415,_0x3bf5ef._0x347466,0x396)+_0x26cc7c(0x2e7,0x36f,0x290,0x2f4)+'e','WWblr':_0x26cc7c(_0x3bf5ef._0x4f01dd,0x3f5,0x412,_0x3bf5ef._0x244a7e)+_0x23acce(-0x7a,_0x3bf5ef._0x46434a,-0x106,-_0x3bf5ef._0x2b93f9)+'k','YSXsF':_0x26cc7c(0x35f,0x333,_0x3bf5ef._0x232a86,_0x3bf5ef._0x8a4c0f)+'create\x20ski'+'ll','DXVEZ':function(_0x1f1561,_0x130d28){return _0x1f1561===_0x130d28;},'KzOha':'sSRAf','apsaX':_0x23acce(-0x15f,-0x1d2,-0x15c,-_0x3bf5ef._0x108719)},{callingTask:_0x1cdb59,taskUser:_0xc64833,environmentName:_0x45e6c4,environmentConfig:_0xfd1638}=_0x618b98,{id:_0x5cab16,name:_0x54eb25,description:_0x2f1f0f,body:_0x81b729,'allowed-tools':_0x50d695,model:_0x26b52a,'argument-hint':_0x5f3a29,assignToEnvironment:assignToEnvironment=!![]}=_0x618b98[_0x23acce(-_0x3bf5ef._0x4c827e,-0x15d,-_0x3bf5ef._0x4da3f1,-_0x3bf5ef._0x83d9ef)];if(!_0x5cab16||_0x1546c0[_0x23acce(-_0x3bf5ef._0x2ac2ec,-0x38,-0xc2,-_0x3bf5ef._0x41d414)](typeof _0x5cab16,_0x23acce(-_0x3bf5ef._0xca545a,-0x18d,-0x11e,-_0x3bf5ef._0x4829b7))){const _0x5080fe={};return _0x5080fe[_0x26cc7c(0x3d8,_0x3bf5ef._0x26221f,0x2c6,0x224)]=_0x1546c0[_0x23acce(_0x3bf5ef._0x3e292c,-_0x3bf5ef._0x52dd1f,-_0x3bf5ef._0x51e89f,-_0x3bf5ef._0x8447a2)],_0x5080fe[_0x26cc7c(0x4c8,0x3d1,0x4f4,0x45a)]=_0x23acce(-_0x3bf5ef._0x2dd858,-_0x3bf5ef._0x49a9a8,-0x336,-_0x3bf5ef._0x3f33dc)+'s\x20required'+_0x23acce(0x7,-0x11f,_0x3bf5ef._0x5749dc,-0x46)+_0x23acce(-0x256,-_0x3bf5ef._0x53c28a,-0x1b9,-_0x3bf5ef._0x381aa9)+'g',_0x1d642e[_0x23acce(_0x3bf5ef._0xabc927,-0x69,-0x174,-_0x3bf5ef._0x22a74f)](-0x1575+0x1*-0x287+-0x4*-0x663)[_0x26cc7c(_0x3bf5ef._0x4de29d,0x296,0x3aa,_0x3bf5ef._0x24bd90)](_0x5080fe);}if(!_0x54eb25||_0x1546c0[_0x26cc7c(0x3cf,0x334,0x441,0x26a)](typeof _0x54eb25,_0x23acce(-0x1e3,-0x55,-0x187,-0x12e))){const _0x2fe087={};return _0x2fe087[_0x23acce(-_0x3bf5ef._0x4127b4,-_0x3bf5ef._0x35d414,-0x55,-0x167)]=_0x1546c0['dvOKQ'],_0x2fe087[_0x23acce(-0x180,0x57,-0x18d,-_0x3bf5ef._0x5aaca5)]=_0x1546c0[_0x23acce(-0xfd,-0x18b,-_0x3bf5ef._0x710f55,-_0x3bf5ef._0x26cf2d)],_0x1d642e['status'](-0x47*0x11+-0x22c2*-0x1+0x1c7b*-0x1)['json'](_0x2fe087);}if(!_0x2f1f0f||_0x1546c0['QMGTI'](typeof _0x2f1f0f,_0x1546c0[_0x26cc7c(0x2c4,0x27b,_0x3bf5ef._0x115830,0x314)])){if(_0x1546c0[_0x26cc7c(_0x3bf5ef._0x599ef1,_0x3bf5ef._0x574767,_0x3bf5ef._0x28fdb7,_0x3bf5ef._0x1d58cc)](_0x1546c0[_0x23acce(-_0x3bf5ef._0x5d8a01,-_0x3bf5ef._0x5405e5,-_0x3bf5ef._0x33a26e,-_0x3bf5ef._0xe6adb2)],_0x1546c0[_0x26cc7c(_0x3bf5ef._0x558acb,_0x3bf5ef._0x246516,_0x3bf5ef._0x13a382,_0x3bf5ef._0x119693)])){const _0x3b0750={};_0x3b0750[_0x23acce(0xc8,0x7d,-0xcf,-0x1f)]=_0x2d2c39['taskId'],_0x3b0750[_0x26cc7c(_0x3bf5ef._0x1c2321,_0x3bf5ef._0x53ee23,_0x3bf5ef._0x1fbb8f,0x329)]=_0xa73172,_0x3b0750[_0x26cc7c(0x205,_0x3bf5ef._0x26221f,_0x3bf5ef._0x2585e0,_0x3bf5ef._0x33730f)]=_0x2c42f8['message'],_0x28e2b5[_0x26cc7c(0x2e0,_0x3bf5ef._0x4903df,0x3d6,0x26c)](_0x23acce(-_0x3bf5ef._0x2a2cfd,-0x63,-_0x3bf5ef._0x38132b,-0x132)+'update\x20imp'+_0x23acce(-0xc1,-_0x3bf5ef._0x10df67,-_0x3bf5ef._0x24984d,-_0x3bf5ef._0x2e8449)+_0x23acce(-0xa5,-0x12a,-0x1c,-0x2e)+_0x23acce(-_0x3bf5ef._0x3f915b,-_0x3bf5ef._0x2270c9,-0xc4,-_0x3bf5ef._0xfeba9d)+_0x26cc7c(_0x3bf5ef._0x3f1df4,_0x3bf5ef._0x285f9e,_0x3bf5ef._0x3073d5,0x36f),_0x3b0750);const _0x54eb9e={};_0x54eb9e[_0x26cc7c(0x39f,0x446,_0x3bf5ef._0x240ac6,0x3c0)]=_0x4b57be['taskId'],_0x54eb9e[_0x26cc7c(0x4de,_0x3bf5ef._0x3e61b6,0x413,_0x3bf5ef._0x1eeda8)]=_0x1cba82,_0x54eb9e[_0x26cc7c(_0x3bf5ef._0x484123,0x32e,_0x3bf5ef._0x171ae3,0x43b)+'t']=_0x15333d,_0x54eb9e[_0x26cc7c(_0x3bf5ef._0x4e4e30,_0x3bf5ef._0x282580,_0x3bf5ef._0x5c063b,0x29d)]=_0x1d83d8,_0x54eb9e[_0x26cc7c(0x3aa,_0x3bf5ef._0x3ff88a,0x2b2,0x312)]=_0x191e1f['id'],_0x34f4cd['warn'](_0x1546c0[_0x26cc7c(0x428,_0x3bf5ef._0x24dbb7,_0x3bf5ef._0x246fcd,0x2ff)],_0x54eb9e);const _0x376266={};return _0x376266[_0x23acce(-_0x3bf5ef._0x3313e7,-_0x3bf5ef._0x4325da,-_0x3bf5ef._0x18a633,-0x230)]=!![],_0x376266['id']=_0x35f312,_0x376266['mode']=_0xccd71a,_0x376266[_0x26cc7c(0x20e,_0x3bf5ef._0xdb1bb7,0x254,_0x3bf5ef._0x2dd57a)]=_0x4034ce,_0x376266['environmen'+'t']=_0xb81dbe,_0x376266[_0x23acce(-0x2b,-_0x3bf5ef._0x282cd5,-_0x3bf5ef._0x18e729,-_0x3bf5ef._0x1f0e55)+_0x23acce(-_0x3bf5ef._0x8c8cf7,-_0x3bf5ef._0xe20df7,-_0x3bf5ef._0x31c56a,-0x1c7)+_0x26cc7c(_0x3bf5ef._0x1b588f,_0x3bf5ef._0x323370,_0x3bf5ef._0x505f2b,0x245)]=_0x20e47b,_0x376266['removedFro'+'mRegistry']=![],_0x376266[_0x26cc7c(_0x3bf5ef._0x5b7751,0x25e,0x286,_0x3bf5ef._0x56e088)]=_0x3cf072,_0x376266[_0x23acce(-0x24b,-0x2cf,-_0x3bf5ef._0x1b5c0d,-0x22a)+_0x26cc7c(0x250,_0x3bf5ef._0xd603fb,0x19e,0x2ea)]=_0x9fdc33[_0x26cc7c(0x51c,0x446,_0x3bf5ef._0x2b5e34,_0x3bf5ef._0x3d788f)],_0x376266[_0x23acce(-_0x3bf5ef._0xabc927,-_0x3bf5ef._0x3e5a8e,-_0x3bf5ef._0x2c140e,-_0x3bf5ef._0x165aef)+_0x26cc7c(0x2c4,0x2e6,0x217,0x29e)]=_0x536db6['id'],_0x15f093[_0x23acce(-_0x3bf5ef._0x5619b3,-_0x3bf5ef._0x23f73e,-_0x3bf5ef._0x2d5ad0,-_0x3bf5ef._0x1c9501)](_0x376266);}else{const _0x3f3060={};return _0x3f3060['error']=_0x1546c0[_0x23acce(-_0x3bf5ef._0x41756d,-_0x3bf5ef._0x5db9fb,0x38,-_0x3bf5ef._0x2c8606)],_0x3f3060[_0x23acce(-0x173,-_0x3bf5ef._0x2e88d0,-_0x3bf5ef._0xe8f0a0,-0x94)]=_0x1546c0['JpmBG'],_0x1d642e[_0x23acce(-0x8b,_0x3bf5ef._0x20c02c,-0xf1,-0xcb)](-0x5c9*0x1+0x2001+-0x838*0x3)['json'](_0x3f3060);}}if(!_0x81b729||_0x1546c0[_0x23acce(-0x11a,-0xc6,-_0x3bf5ef._0x33fadf,-0x30)](typeof _0x81b729,'string')){if(_0x1546c0['kvoKX'](_0x1546c0[_0x23acce(-0x3f,_0x3bf5ef._0x10af16,-0xc9,-_0x3bf5ef._0x997c49)],_0x1546c0[_0x23acce(-0x99,0x2a,-0xb7,-0x8b)])){const _0x17143f={};return _0x17143f[_0x26cc7c(0x29f,_0x3bf5ef._0x38dbeb,_0x3bf5ef._0x29ed10,_0x3bf5ef._0x37baa8)]='Bad\x20Reques'+'t',_0x17143f['message']=_0x23acce(-_0x3bf5ef._0x1d630b,-0x181,-_0x3bf5ef._0x20c39c,-0x14d)+_0x23acce(-0x162,0x56,-0x3e,-0x72)+'\x20must\x20be\x20a'+'\x20string',_0x1d642e[_0x23acce(-_0x3bf5ef._0x21f39a,-_0x3bf5ef._0x11ac6c,-0x22,-0xcb)](-0x10af*0x1+-0x255+0x1494)[_0x23acce(-0x115,-_0x3bf5ef._0x42416f,-0x101,-0x1cf)](_0x17143f);}else{const _0x2d5926={};return _0x2d5926[_0x26cc7c(0x1de,_0x3bf5ef._0x26221f,_0x3bf5ef._0x321e3d,0x31c)]=_0x1546c0['dvOKQ'],_0x2d5926[_0x26cc7c(_0x3bf5ef._0x279045,_0x3bf5ef._0x2141bb,0x47d,_0x3bf5ef._0x421ac3)]=_0x1546c0[_0x26cc7c(_0x3bf5ef._0x1487e8,_0x3bf5ef._0xc85b00,_0x3bf5ef._0x1de7fe,0x46b)],_0x9ef440[_0x26cc7c(0x371,0x39a,_0x3bf5ef._0x1c45b1,0x28c)](0x31c+0x24e1+-0x1*0x266d)['json'](_0x2d5926);}}if(!/^[a-zA-Z0-9_-]+$/[_0x23acce(-0x2a3,-_0x3bf5ef._0x532649,-_0x3bf5ef._0x3e0f2d,-_0x3bf5ef._0x4525be)](_0x5cab16)){const _0x136419={};return _0x136419[_0x23acce(-_0x3bf5ef._0x23f696,-_0x3bf5ef._0x1a38fb,-_0x3bf5ef._0x30791b,-_0x3bf5ef._0x4fd56)]=_0x1546c0['dvOKQ'],_0x136419['message']=_0x1546c0[_0x26cc7c(_0x3bf5ef._0x405ec4,_0x3bf5ef._0x22e646,0x2f9,0x262)],_0x1d642e[_0x26cc7c(0x3e5,_0x3bf5ef._0x547c48,0x433,0x35c)](0x3*0x896+-0x223d+0x359*0x3)[_0x26cc7c(_0x3bf5ef._0x58e8b6,0x296,_0x3bf5ef._0x3b93d9,_0x3bf5ef._0x23d0e3)](_0x136419);}if(_0x5cab16['includes']('/')||_0x5cab16[_0x23acce(-_0x3bf5ef._0x4c1c17,-_0x3bf5ef._0x27f84f,-_0x3bf5ef._0x21d5fe,-0xba)]('\x5c')||_0x5cab16[_0x26cc7c(_0x3bf5ef._0xd04d58,_0x3bf5ef._0x1b202d,_0x3bf5ef._0x1d9881,_0x3bf5ef._0x2ce5f1)]('..')){if(_0x1546c0[_0x26cc7c(0x289,0x30f,0x299,_0x3bf5ef._0x4ecbcf)](_0x1546c0[_0x23acce(-0x11d,0x32,0x32,-0xa7)],_0x26cc7c(_0x3bf5ef._0x411ef2,0x42d,0x54b,0x3d2))){const _0x287e2a={};return _0x287e2a[_0x26cc7c(_0x3bf5ef._0x534d89,0x2fe,0x21b,_0x3bf5ef._0x3ec162)]=_0x1546c0[_0x23acce(-0x62,-0x175,-0x6f,-0x9c)],_0x287e2a[_0x23acce(-0x2b,0x86,0x23,-_0x3bf5ef._0x341297)]=_0x1546c0[_0x23acce(-_0x3bf5ef._0x332817,0x3,-_0x3bf5ef._0x482660,-0x121)],_0x1d642e[_0x23acce(-_0x3bf5ef._0x58e487,-0x6d,-0xc2,-_0x3bf5ef._0x22a74f)](-0x125*0x9+-0x526+-0x367*-0x5)[_0x23acce(-_0x3bf5ef._0x28bf46,-0x26e,-0x2d3,-0x1cf)](_0x287e2a);}else{const _0x1f2364={};return _0x1f2364[_0x23acce(-0x243,-_0x3bf5ef._0x471549,-0x1bf,-0x167)]=_0x1546c0[_0x26cc7c(_0x3bf5ef._0x24bd1e,_0x3bf5ef._0x4d5799,0x19d,0x277)],_0x1f2364[_0x26cc7c(0x304,_0x3bf5ef._0x374d43,0x30e,0x371)]=_0x23acce(-0x16b,-0x25e,-_0x3bf5ef._0x120b08,-_0x3bf5ef._0x208b8d)+_0x296a87+(_0x23acce(-_0x3bf5ef._0x31755c,-_0x3bf5ef._0x45a01a,-0xf8,-_0x3bf5ef._0x52dd1f)+'d'),_0x318274[_0x26cc7c(0x43b,_0x3bf5ef._0x547c48,0x4b7,_0x3bf5ef._0x183f79)](-0x27*-0x35+0x305*0x7+-0x1ba2)[_0x23acce(-_0x3bf5ef._0x138d97,-0x2db,-_0x3bf5ef._0x5d8a01,-0x1cf)](_0x1f2364);}}const _0x324d26=_0x25e898[_0x23acce(-_0x3bf5ef._0x3ee913,_0x3bf5ef._0x5226d6,-_0x3bf5ef._0x1d38e3,-0xdd)](setupPath,'skills'),_0x86c2a=_0x25e898[_0x23acce(-_0x3bf5ef._0x8e81e9,-0x183,_0x3bf5ef._0x1cc1e4,-_0x3bf5ef._0x35e9cf)](_0x324d26,_0x5cab16),_0x107a75=_0x25e898[_0x23acce(-_0x3bf5ef._0x29c98b,-0x196,-0x76,-_0x3bf5ef._0x1d87fb)](_0x86c2a,_0x1546c0[_0x26cc7c(0x532,0x410,_0x3bf5ef._0x359d9f,0x430)]),_0x3a7171=new Date()[_0x26cc7c(_0x3bf5ef._0x50e72c,0x27a,_0x3bf5ef._0x45ffad,_0x3bf5ef._0x106d1b)+'g'](),_0x308f5b={};_0x308f5b[_0x23acce(-0x79,-0xb3,-_0x3bf5ef._0x26d0b7,-_0x3bf5ef._0x1ac2ed)]=_0x1cdb59[_0x23acce(-_0x3bf5ef._0x20d15c,_0x3bf5ef._0x2ea3e8,_0x3bf5ef._0xa57842,-0x1f)];function _0x23acce(_0x49b36b,_0x12c77d,_0x3e2330,_0x205224){return _0x4e6879(_0x205224- -0x56a,_0x49b36b,_0x3e2330-0x6e,_0x205224-0x1b3);}_0x308f5b[_0x23acce(-_0x3bf5ef._0x2ff79c,-0xd3,0x4e,-_0x3bf5ef._0x1acbeb)]=_0x5cab16;function _0x26cc7c(_0x4a2709,_0x44c91a,_0x34dbe2,_0x33ca08){return _0x10e0a8(_0x33ca08,_0x44c91a-_0x4157fe._0x21d4e6,_0x34dbe2-_0x4157fe._0x16604b,_0x33ca08-0xa4);}_0x308f5b[_0x23acce(-_0x3bf5ef._0x9e3525,-0x1be,-0xd7,-_0x3bf5ef._0x3ca7b2)+'t']=_0x45e6c4,_0x308f5b[_0x23acce(-_0x3bf5ef._0xfe47e1,-0xfc,-_0x3bf5ef._0x5e7a4a,-0x123)]=_0xc64833['id'],_0x308f5b[_0x23acce(-0x118,-_0x3bf5ef._0x3346d7,-_0x3bf5ef._0x4c28ea,-_0x3bf5ef._0x193eed)+_0x26cc7c(_0x3bf5ef._0x421db7,_0x3bf5ef._0x4bfb48,0x3be,0x35e)]=assignToEnvironment,logger[_0x26cc7c(0x37e,0x3c8,0x45c,0x489)](_0x1546c0[_0x23acce(-_0x3bf5ef._0x3d05c2,-_0x3bf5ef._0x45fdbd,-0xfc,-0x166)],_0x308f5b);try{try{await _0x50cdb4[_0x23acce(-0x1ad,-0x70,-_0x3bf5ef._0x3bede6,-_0x3bf5ef._0x5b2488)](_0x86c2a);const _0x2af419={};return _0x2af419[_0x26cc7c(0x2c6,0x2fe,_0x3bf5ef._0x22f0ed,0x34b)]=_0x1546c0['dvOKQ'],_0x2af419[_0x23acce(-0xee,-0x54,-_0x3bf5ef._0x5246bd,-_0x3bf5ef._0x5d1fb1)]='Skill\x20\x27'+_0x5cab16+(_0x23acce(_0x3bf5ef._0xe024f0,-_0x3bf5ef._0x35d667,0xc,-0x8e)+_0x26cc7c(0x296,_0x3bf5ef._0x142184,0x262,0x26a)),_0x1d642e['status'](-0x1c1a+-0x26a+-0x100a*-0x2)[_0x23acce(-_0x3bf5ef._0x14f585,-_0x3bf5ef._0x46eea0,-0x127,-0x1cf)](_0x2af419);}catch(_0x3e94cc){if(_0x3e94cc[_0x23acce(-0x94,0x22,-_0x3bf5ef._0x27413c,-0xa5)]!==_0x1546c0[_0x26cc7c(0x3c3,0x3c7,_0x3bf5ef._0x188560,_0x3bf5ef._0x451efa)]){if(_0x1546c0[_0x26cc7c(_0x3bf5ef._0x3904ab,0x30f,0x3d4,0x347)](_0x1546c0[_0x26cc7c(0x3ba,_0x3bf5ef._0x3904ab,0x261,0x268)],_0x1546c0[_0x23acce(-0x1af,-0x189,-0x194,-0x139)]))throw _0x3e94cc;else{if(_0x1546c0['NEZpm'](_0x39ebcf[_0x23acce(-_0x3bf5ef._0x1f2cc0,_0x3bf5ef._0x45e0b1,-_0x3bf5ef._0x33decd,-_0x3bf5ef._0x4466c9)],_0x1546c0[_0x23acce(-0xa7,-_0x3bf5ef._0x45e048,_0x3bf5ef._0x4b264f,-0x9e)])){const _0x159b45={};return _0x159b45[_0x23acce(-0x13a,-_0x3bf5ef._0x58619e,-0x223,-_0x3bf5ef._0x2e8f78)]=_0x1546c0[_0x26cc7c(_0x3bf5ef._0xdd2c1c,_0x3bf5ef._0x564703,0x2cb,_0x3bf5ef._0x3b8532)],_0x159b45[_0x26cc7c(_0x3bf5ef._0x1fa4dc,0x3d1,_0x3bf5ef._0x1f386f,0x35f)]='File\x20\x27'+_0xae6c8c+(_0x26cc7c(_0x3bf5ef._0x2c926f,0x32d,_0x3bf5ef._0x3d94c6,0x31e)+'d\x20in\x20skill'+'\x20\x27')+_0x2592c1+'\x27',_0x1e6cdb[_0x23acce(-0x2e,-_0x3bf5ef._0x16aadf,-0x7f,-0xcb)](0x5dc+-0x17ac+-0x4d9*-0x4)[_0x23acce(-_0x3bf5ef._0x2c635c,-0x1e0,-_0x3bf5ef._0x451a68,-_0x3bf5ef._0x4ff817)](_0x159b45);}const _0x26f9e7={};_0x26f9e7[_0x23acce(-_0x3bf5ef._0x46a26d,-0x93,-0x8f,-_0x3bf5ef._0x1ac2ed)]=_0x56b286['taskId'],_0x26f9e7[_0x26cc7c(_0x3bf5ef._0x15f663,_0x3bf5ef._0x3e61b6,_0x3bf5ef._0x339eb3,_0x3bf5ef._0x3abd7e)]=_0x582255,_0x26f9e7[_0x23acce(-0x25d,-0x9e,-0x69,-_0x3bf5ef._0x36c07b)]=_0x485a99,_0x26f9e7[_0x26cc7c(0x3cf,_0x3bf5ef._0x2c80f7,0x1ee,_0x3bf5ef._0x4f55b8)]=_0x29fa42[_0x26cc7c(0x395,_0x3bf5ef._0x2141bb,_0x3bf5ef._0x1f1174,0x374)],_0x305207[_0x23acce(-0x139,-0x72,-0x231,-_0x3bf5ef._0x2e8f78)](_0x1546c0['HGuel'],_0x26f9e7);const _0x35710a={};_0x35710a[_0x23acce(-0x171,-0x1ae,-0x82,-_0x3bf5ef._0x4fd56)]=_0x1546c0[_0x26cc7c(0x213,_0x3bf5ef._0x2e14c7,_0x3bf5ef._0xfb34b4,_0x3bf5ef._0x3e636a)],_0x35710a[_0x23acce(-0xd1,-0x73,-0xe2,-_0x3bf5ef._0x341297)]=_0x1546c0[_0x26cc7c(0x44a,0x40a,_0x3bf5ef._0x15d3f8,_0x3bf5ef._0x29fd93)],_0x26c7e5['status'](0x11ec+-0x1248+0x250*0x1)[_0x23acce(-_0x3bf5ef._0x48b749,-_0x3bf5ef._0x1dbde3,-_0x3bf5ef._0x437230,-0x1cf)](_0x35710a);}}}const _0x2305a9={};_0x2305a9['recursive']=!![],await _0x50cdb4[_0x26cc7c(0x209,0x2be,0x29c,0x2b7)](_0x324d26,_0x2305a9);const _0x38b27f={};_0x38b27f['recursive']=!![],await _0x50cdb4['mkdir'](_0x86c2a,_0x38b27f);const _0x4d2e80={};_0x4d2e80[_0x23acce(-_0x3bf5ef._0x3105b7,-0x1b2,-_0x3bf5ef._0x1c6939,-_0x3bf5ef._0xf858fb)]=_0x54eb25,_0x4d2e80[_0x23acce(-_0x3bf5ef._0x53e710,-0xe4,-_0x3bf5ef._0x1b67e6,-_0x3bf5ef._0x207a9c)+'n']=_0x2f1f0f;const _0x3268d4=_0x4d2e80;_0x50d695&&Array['isArray'](_0x50d695)&&_0x1546c0[_0x26cc7c(_0x3bf5ef._0x529160,0x281,0x2f3,0x24b)](_0x50d695['length'],0x127*0x17+0x1*-0x47e+-0x5*0x467)&&(_0x3268d4[_0x1546c0[_0x26cc7c(0x378,_0x3bf5ef._0x510b7c,_0x3bf5ef._0x35d49b,0x34f)]]=_0x50d695);_0x26b52a&&(_0x3268d4[_0x23acce(-_0x3bf5ef._0x568295,-_0x3bf5ef._0x4c1c17,-_0x3bf5ef._0x119400,-_0x3bf5ef._0x554505)]=_0x26b52a);_0x5f3a29&&(_0x3268d4[_0x1546c0['wWcpI']]=_0x5f3a29);const _0x64744a=_0x1546c0[_0x23acce(-0x132,-0x67,-_0x3bf5ef._0x2c44f2,-_0x3bf5ef._0x4d3226)](serializeSkillMd,_0x3268d4,_0x81b729);await _0x50cdb4['writeFile'](_0x107a75,_0x64744a,'utf-8');let _0x4624c4=![];if(_0x1546c0[_0x23acce(-_0x3bf5ef._0xcc3d44,-0x225,-0xff,-0x219)](assignToEnvironment,coderConfig)){if(_0x1546c0[_0x23acce(0x78,0xe7,-_0x3bf5ef._0x5c62b3,-_0x3bf5ef._0x4d0350)](_0x1546c0['kDHul'],_0x1546c0['OYoeF'])){const _0x159331=coderConfig['environmen'+'ts']?.[_0x45e6c4];if(_0x159331){if(!_0x159331[_0x26cc7c(0x3a9,0x3d9,_0x3bf5ef._0x5d9b1b,_0x3bf5ef._0x541ab0)]){if(_0x23acce(-0xa,-_0x3bf5ef._0x13addf,-_0x3bf5ef._0x9bd09f,-_0x3bf5ef._0x565849)===_0x1546c0['NYVme']){const _0x4e5564={};return _0x4e5564[_0x23acce(-_0x3bf5ef._0x21d6d9,-0x174,-_0x3bf5ef._0xa8b306,-0x157)]=_0x1546c0[_0x23acce(-0x175,-0x1dc,-0x1ba,-0x105)],_0x4e5564[_0x23acce(-_0x3bf5ef._0x352b0c,0x1e,-_0x3bf5ef._0x10104c,-0x8c)]={},_0x4e5564;}else _0x159331['skills']=[];}if(!_0x159331[_0x23acce(_0x3bf5ef._0x341297,-0x54,-_0x3bf5ef._0x5adfbd,-0x8c)][_0x26cc7c(0x29f,0x3ab,_0x3bf5ef._0x2934c4,_0x3bf5ef._0x349802)](_0x5cab16)){_0x159331[_0x26cc7c(_0x3bf5ef._0x480e25,0x3d9,_0x3bf5ef._0x116570,_0x3bf5ef._0x28f96b)][_0x23acce(-_0x3bf5ef._0x20e0d8,-_0x3bf5ef._0x119693,-0x17b,-_0x3bf5ef._0xa8b306)](_0x5cab16),_0x4624c4=!![];const _0x53912e={};_0x53912e[_0x23acce(-0x80,_0x3bf5ef._0x160186,_0x3bf5ef._0x374824,-0x25)]=_0x5cab16,_0x53912e['environmen'+'t']=_0x45e6c4,logger['info'](_0x1546c0[_0x23acce(-0x206,-0xd3,-_0x3bf5ef._0x519ae7,-0x12c)],_0x53912e);}}try{if(_0x1546c0[_0x23acce(-0x2c3,-_0x3bf5ef._0x4343c1,-_0x3bf5ef._0x168970,-0x236)]!=='cYXSy'){const _0x5e6f3c={};_0x5e6f3c[_0x26cc7c(0x3bf,_0x3bf5ef._0x4996b4,_0x3bf5ef._0x5cd990,_0x3bf5ef._0x2c2688)]=_0x4213fd[_0x26cc7c(0x43a,0x446,0x429,_0x3bf5ef._0x5e09cd)],_0x5e6f3c['skillId']=_0x35b599,_0x5edc90[_0x26cc7c(_0x3bf5ef._0x1fe6d6,_0x3bf5ef._0x2c9cd0,0x362,0x3ce)](_0x1546c0[_0x26cc7c(0x36c,0x456,0x3c6,0x419)],_0x5e6f3c);const _0x464854={};return _0x464854[_0x26cc7c(0x2e1,0x2fe,0x3de,_0x3bf5ef._0x339dc0)]=_0x1546c0['SAuGE'],_0x464854[_0x23acce(-_0x3bf5ef._0x4ad564,-0x11,-0x77,-_0x3bf5ef._0x5d1fb1)]=_0x1546c0['ywRwr'],_0x3eba4c['status'](0x95*-0x23+0x2204+-0x26a*0x5)[_0x26cc7c(_0x3bf5ef._0x299990,0x296,0x1f1,0x396)](_0x464854);}else{const _0x2fe748=_0x25e898[_0x23acce(-_0x3bf5ef._0x2ab12f,-_0x3bf5ef._0x505f2b,0x25,-_0x3bf5ef._0x2b0236)](setupPath,_0x1546c0[_0x26cc7c(0x38b,0x2c6,_0x3bf5ef._0x424150,0x3e8)],_0x45e6c4,_0x1546c0[_0x23acce(0x98,-0xfa,-0x17,-0x87)]);let _0x54d73f,_0x4f6c65,_0x3a412c;try{const _0x5f23ed=await _0x50cdb4[_0x26cc7c(_0x3bf5ef._0x323a3b,_0x3bf5ef._0x35cdf1,_0x3bf5ef._0x35a9a9,_0x3bf5ef._0x5d1fc8)](_0x2fe748,_0x23acce(-_0x3bf5ef._0x2ae78a,-_0x3bf5ef._0x1b9ae6,-0x2a8,-_0x3bf5ef._0x1d9643));_0x4f6c65=JSON[_0x26cc7c(0x24c,0x283,0x2af,0x15c)](_0x5f23ed),_0x54d73f=_0x2fe748,!_0x4f6c65[_0x23acce(_0x3bf5ef._0x214e60,0x57,_0x3bf5ef._0x35c6f1,-0x8c)]&&(_0x4f6c65[_0x23acce(-_0x3bf5ef._0x4b5634,0x49,0x8b,-0x8c)]=[]),_0x3a412c=_0x4f6c65['skills'];}catch{const _0x24b90f=_0x25e898[_0x23acce(-_0x3bf5ef._0x436025,-_0x3bf5ef._0xc8b7c0,-0x11c,-0xdd)](setupPath,_0x26cc7c(0x2d3,0x28b,_0x3bf5ef._0x11e5d7,0x350)),_0x3bcb65=await _0x50cdb4[_0x26cc7c(0x15e,_0x3bf5ef._0x35cdf1,0x2e0,_0x3bf5ef._0x10ea87)](_0x24b90f,_0x26cc7c(0x2fa,_0x3bf5ef._0xeb7174,0x183,_0x3bf5ef._0xea77d1));_0x4f6c65=JSON['parse'](_0x3bcb65),_0x54d73f=_0x24b90f;if(_0x4f6c65['environmen'+'ts']&&_0x4f6c65[_0x23acce(-_0x3bf5ef._0x3365d2,-0x156,-_0x3bf5ef._0x1a00fd,-0x137)+'ts'][_0x45e6c4]){if(_0x1546c0[_0x26cc7c(0x4ac,_0x3bf5ef._0x4cdbc0,_0x3bf5ef._0x1e3ea8,_0x3bf5ef._0xeaa72c)](_0x1546c0[_0x26cc7c(_0x3bf5ef._0x5b93e4,_0x3bf5ef._0x3dabd0,0x3aa,_0x3bf5ef._0x2f6bbf)],_0x26cc7c(0x381,0x430,_0x3bf5ef._0x37a8ee,0x492)))!_0x4f6c65[_0x26cc7c(_0x3bf5ef._0xaf92cf,0x32e,_0x3bf5ef._0x29c7a9,_0x3bf5ef._0x440c89)+'ts'][_0x45e6c4][_0x23acce(_0x3bf5ef._0x3eee34,-_0x3bf5ef._0x4a9704,-0x166,-0x8c)]&&(_0x4f6c65[_0x23acce(-0x12a,-0x171,-_0x3bf5ef._0x5adc82,-0x137)+'ts'][_0x45e6c4][_0x23acce(-_0x3bf5ef._0x5b5e90,0x79,-_0x3bf5ef._0x5b1d04,-_0x3bf5ef._0x5590f5)]=[]),_0x3a412c=_0x4f6c65[_0x26cc7c(_0x3bf5ef._0x55810c,0x32e,_0x3bf5ef._0x231b9f,0x43b)+'ts'][_0x45e6c4][_0x26cc7c(0x301,_0x3bf5ef._0x3073d5,_0x3bf5ef._0x1beb86,_0x3bf5ef._0x419568)];else{const _0x27a795={};return _0x27a795[_0x26cc7c(_0x3bf5ef._0x1b202d,0x2fe,_0x3bf5ef._0x13f4a5,_0x3bf5ef._0x525008)]='Bad\x20Reques'+'t',_0x27a795[_0x23acce(-0x12,-0x19f,0xa,-_0x3bf5ef._0x5d1fb1)]=_0x1546c0[_0x26cc7c(_0x3bf5ef._0xc020f0,_0x3bf5ef._0x36d434,0x313,0x40f)],_0x354e27[_0x26cc7c(0x29d,_0x3bf5ef._0x3ed54b,_0x3bf5ef._0x59e448,_0x3bf5ef._0x5ede3c)](-0xfff+0x565*0x3+0x160)[_0x23acce(-0x2e9,-0x143,-0xc3,-0x1cf)](_0x27a795);}}}if(_0x3a412c&&!_0x3a412c['includes'](_0x5cab16)){_0x3a412c[_0x26cc7c(_0x3bf5ef._0x484411,_0x3bf5ef._0x4e87a9,0x22f,_0x3bf5ef._0x3ddb28)](_0x5cab16),await _0x50cdb4[_0x23acce(-0x34c,-_0x3bf5ef._0x3d14d7,-0x29b,-0x25d)](_0x54d73f,JSON[_0x23acce(0x41,-_0x3bf5ef._0x416c81,0x1,-_0x3bf5ef._0x528e28)](_0x4f6c65,null,0xe1+-0x3d*0x7+0x11*0xc),_0x1546c0['sFuNd']);const _0xb3349a={};_0xb3349a[_0x23acce(-0xb1,0x46,-_0x3bf5ef._0x5eaf71,-_0x3bf5ef._0x1acbeb)]=_0x5cab16,_0xb3349a[_0x23acce(-_0x3bf5ef._0x375dab,-0x12b,-_0x3bf5ef._0x1f86cc,-0x137)+'t']=_0x45e6c4,_0xb3349a[_0x23acce(-0x196,-0xcf,0x49,-_0x3bf5ef._0x1c5746)]=_0x54d73f,logger['info'](_0x1546c0[_0x23acce(-0x1e7,-0x21b,-_0x3bf5ef._0x9c049d,-0x1cb)],_0xb3349a);}}}catch(_0x3b8245){const _0x69567={};_0x69567[_0x26cc7c(_0x3bf5ef._0x34c83b,0x440,_0x3bf5ef._0x3f1b89,0x338)]=_0x5cab16,_0x69567[_0x26cc7c(_0x3bf5ef._0x23b5b5,_0x3bf5ef._0x2fe33f,0x3b9,0x413)+'t']=_0x45e6c4,_0x69567[_0x23acce(-0x1de,-_0x3bf5ef._0x1254e9,-_0x3bf5ef._0x471549,-_0x3bf5ef._0x4fd56)]=_0x3b8245[_0x26cc7c(0x2f1,_0x3bf5ef._0x2141bb,0x3d9,0x3d3)],logger[_0x23acce(-_0x3bf5ef._0x4fa320,-_0x3bf5ef._0x3dbe9e,-0xce,-_0x3bf5ef._0x5023fd)](_0x26cc7c(_0x3bf5ef._0x563a21,0x333,0x42b,_0x3bf5ef._0x440c89)+_0x23acce(-0x28a,-_0x3bf5ef._0x3cca9b,-0x114,-0x217)+_0x23acce(-0x253,-0x26a,-0x187,-_0x3bf5ef._0x304699)+_0x23acce(0xe2,0x3d,_0x3bf5ef._0x24984d,-_0x3bf5ef._0x253338)+_0x26cc7c(_0x3bf5ef._0x28ce28,0x222,0x203,_0x3bf5ef._0x319db5)+_0x26cc7c(0x2dd,0x260,_0x3bf5ef._0xf124a3,0x2f5)+_0x23acce(-_0x3bf5ef._0xb4c744,-0x2f2,-_0x3bf5ef._0x1d38e3,-_0x3bf5ef._0xf133a4)+_0x26cc7c(_0x3bf5ef._0x5407f9,0x2ef,_0x3bf5ef._0x26ca64,_0x3bf5ef._0x144657)+_0x23acce(-0xc5,-0x86,-_0x3bf5ef._0x138513,-0x140),_0x69567);}}else{const _0x52f2b7={};return _0x52f2b7[_0x23acce(-_0x3bf5ef._0x533e8a,-_0x3bf5ef._0x400c68,-_0x3bf5ef._0x3717be,-_0x3bf5ef._0x2b09f4)]=_0x1546c0['dvOKQ'],_0x52f2b7['message']=_0x23acce(-_0x3bf5ef._0x5f24ae,-_0x3bf5ef._0x3e55e5,-_0x3bf5ef._0x489741,-0x14d)+_0x23acce(-_0x3bf5ef._0x3f236f,0x9e,-_0x3bf5ef._0x2f1023,-_0x3bf5ef._0xd97744)+_0x23acce(0xd5,-0xd2,0x46,-0x52)+'\x20string',_0x275bb9[_0x23acce(-_0x3bf5ef._0x10af16,-_0x3bf5ef._0x3cd8fa,-_0x3bf5ef._0x243194,-_0x3bf5ef._0x309c74)](0xb*-0x282+-0x9dc+-0x1381*-0x2)[_0x26cc7c(0x2ad,0x296,_0x3bf5ef._0x362172,0x2d6)](_0x52f2b7);}}const _0x117730={};_0x117730[_0x26cc7c(_0x3bf5ef._0x432891,0x446,_0x3bf5ef._0x25dd35,_0x3bf5ef._0x488997)]=_0x1cdb59[_0x26cc7c(_0x3bf5ef._0x1d964e,_0x3bf5ef._0x4996b4,_0x3bf5ef._0x4af0d3,0x423)],_0x117730['skillId']=_0x5cab16,_0x117730[_0x26cc7c(_0x3bf5ef._0x3f6ba2,0x32e,0x316,_0x3bf5ef._0x3b3924)+'t']=_0x45e6c4,_0x117730['userId']=_0xc64833['id'],_0x117730[_0x23acce(-_0x3bf5ef._0x3dcca3,-_0x3bf5ef._0x540ea8,-_0x3bf5ef._0x17dfd4,-0x1ac)]=_0x4624c4,logger['info'](_0x1546c0[_0x26cc7c(_0x3bf5ef._0x7cccf9,_0x3bf5ef._0x360601,0x25b,_0x3bf5ef._0x26cc22)],_0x117730);const _0x17d965={};_0x17d965['success']=!![],_0x17d965['id']=_0x5cab16,_0x17d965['environmen'+'t']=_0x45e6c4,_0x17d965[_0x26cc7c(0x444,0x43e,_0x3bf5ef._0x4f49d8,_0x3bf5ef._0x554975)]=_0x3a7171,_0x17d965[_0x23acce(-0x246,-0x170,-_0x3bf5ef._0x2188b3,-_0x3bf5ef._0xa7aef4)+_0x23acce(-_0x3bf5ef._0x116570,-0x169,-_0x3bf5ef._0x1ddecf,-_0x3bf5ef._0x379d6f)]=_0x1cdb59[_0x26cc7c(_0x3bf5ef._0x34126a,0x446,_0x3bf5ef._0x18829b,_0x3bf5ef._0x3f5097)],_0x17d965[_0x26cc7c(_0x3bf5ef._0x4f55b8,0x300,0x22a,0x379)+_0x23acce(-_0x3bf5ef._0x498e48,-0x16c,-_0x3bf5ef._0x34e0a6,-0x17f)]=_0xc64833['id'],_0x17d965[_0x26cc7c(_0x3bf5ef._0xbd190b,0x2b9,0x339,0x22a)]=_0x4624c4,_0x1d642e[_0x26cc7c(_0x3bf5ef._0xd4094b,_0x3bf5ef._0x29dea7,_0x3bf5ef._0x440a53,0x2ae)](-0x10e*-0x5+-0x6d3*0x4+0x16cf)[_0x23acce(-_0x3bf5ef._0x3590c4,-0x2f4,-_0x3bf5ef._0xcd452,-0x1cf)](_0x17d965);}catch(_0x226172){const _0x62f579={};_0x62f579[_0x23acce(-_0x3bf5ef._0x2750e1,-0x82,-0xf6,-_0x3bf5ef._0x1ac2ed)]=_0x1cdb59[_0x26cc7c(_0x3bf5ef._0x695465,0x446,0x518,_0x3bf5ef._0x4f223c)],_0x62f579[_0x26cc7c(0x3ca,_0x3bf5ef._0x53ee23,0x50e,_0x3bf5ef._0x25f5f7)]=_0x5cab16,_0x62f579[_0x26cc7c(0x2dc,0x2fe,0x3f1,_0x3bf5ef._0x2c6aa8)]=_0x226172[_0x26cc7c(_0x3bf5ef._0x23bf72,0x3d1,_0x3bf5ef._0x30beb8,_0x3bf5ef._0x27243c)],logger[_0x23acce(-_0x3bf5ef._0x2bbe05,-_0x3bf5ef._0x138513,-_0x3bf5ef._0x4618d6,-0x167)](_0x1546c0[_0x26cc7c(0x435,_0x3bf5ef._0xa56ff,_0x3bf5ef._0x4a1ce4,_0x3bf5ef._0x2dd685)],_0x62f579);try{if(_0x1546c0['DXVEZ'](_0x1546c0[_0x26cc7c(0x378,_0x3bf5ef._0x6848b,_0x3bf5ef._0x76f0cc,0x23b)],_0x1546c0[_0x23acce(-0x92,_0x3bf5ef._0x34c26b,0x2,-0x39)])){_0x2770cc[_0x23acce(0xb,-_0x3bf5ef._0x1738af,-_0x3bf5ef._0x1c5746,-_0x3bf5ef._0x5590f5)][_0x26cc7c(_0x3bf5ef._0xeaa72c,0x2c9,_0x3bf5ef._0x3ce56c,_0x3bf5ef._0x557a00)](_0x4f481d),_0x24c53e=!![];const _0x3b33f9={};_0x3b33f9[_0x23acce(-_0x3bf5ef._0x323a3b,-0x48,-_0x3bf5ef._0x367db1,-0x25)]=_0x35d3ca,_0x3b33f9[_0x23acce(-0xc0,-0x3e,-_0x3bf5ef._0x982c1f,-_0x3bf5ef._0x2d04a2)+'t']=_0xb34edf,_0x1910a8[_0x26cc7c(_0x3bf5ef._0x41d456,0x3c8,_0x3bf5ef._0x124f7a,_0x3bf5ef._0x3e2d9e)]('Skill\x20assi'+'gned\x20to\x20en'+_0x26cc7c(0x42e,0x3c4,0x4e1,0x319)+_0x26cc7c(_0x3bf5ef._0x507a88,_0x3bf5ef._0x10ccb1,_0x3bf5ef._0x4325da,_0x3bf5ef._0x4d3226)+')',_0x3b33f9);}else{const _0x41a2d3={};_0x41a2d3['recursive']=!![],_0x41a2d3[_0x26cc7c(0x141,0x255,0x27b,0x285)]=!![],await _0x50cdb4['rm'](_0x86c2a,_0x41a2d3);}}catch{}const _0x306ac9={};_0x306ac9[_0x26cc7c(0x1da,0x2fe,0x414,0x33d)]=_0x1546c0[_0x26cc7c(0x10d,_0x3bf5ef._0x4ff2c0,0x30e,0x2d5)],_0x306ac9[_0x26cc7c(0x352,_0x3bf5ef._0x202949,_0x3bf5ef._0x5b9cc5,0x3d4)]=_0x1546c0[_0x26cc7c(_0x3bf5ef._0x33b9ce,0x366,_0x3bf5ef._0x17aa0d,0x2c6)],_0x1d642e[_0x26cc7c(_0x3bf5ef._0x30170b,0x39a,0x45a,0x4b0)](0xa6b+0x5*0x3b7+0x2*-0xd85)[_0x23acce(-0x12b,-0xc6,-_0x3bf5ef._0x28f1be,-_0x3bf5ef._0x1c9501)](_0x306ac9);}}),router[_0x4e6879(0x358,0x342,0x406,0x3ca)](_0x4e6879(0x476,0x3e3,0x503,0x393)+_0x4e6879(0x453,0x418,0x455,0x4fe),requireTaskAuth,validateSkillAccess,async(_0x3ce2f1,_0x3d8176)=>{const _0x4e36a3={_0x3ff757:0x5ba,_0x1f3e99:0x5b7,_0x175e40:0x500,_0x5723c1:0x49b,_0x711cd:0x2f3,_0x123194:0x3b4,_0x24f417:0x34c,_0x2e5f2b:0x3bd,_0x57b7e9:0x4ae,_0x55be4d:0x54f,_0x2929b0:0x4de,_0x1727c7:0x4f2,_0x50cc4f:0x4e9,_0x1dfd07:0x569,_0x218c8f:0x59b,_0x1a00b5:0x390,_0x5d207c:0x43e,_0x3d4cc3:0x49c,_0x56984f:0x2ef,_0x338690:0x242,_0x17fa8e:0x2cd,_0x6d0dc6:0x657,_0x539d45:0x4dc,_0x1e3040:0x56a,_0x46cbf9:0x492,_0x3db9b7:0x3e4,_0x4e4863:0x543,_0x4df724:0x465,_0x30fe06:0x4cf,_0x340745:0x4fe,_0x41fd20:0x2fc,_0x23a02e:0x248,_0xc77c0:0x41b,_0x454f7d:0x376,_0x507ad6:0x54c,_0xeb5036:0x618,_0x58be65:0x377,_0x40eefe:0x3e1,_0x1daca4:0x427,_0x15a0d4:0x695,_0x59cb0c:0x56f,_0xef5d4d:0x526,_0x1ec075:0x5e2,_0x49305a:0x385,_0x457122:0x373,_0x264d30:0x62c,_0x33b570:0x699,_0x313151:0x27a,_0x42cdc6:0x14f,_0x561586:0x234,_0x58f0da:0x40a,_0x11763f:0x3a5,_0x3cd98f:0x476,_0x4ea7a2:0x4c1,_0x4878ed:0x575,_0x2c7166:0x4d5,_0x509a57:0x4fc,_0x5229a0:0x323,_0x28effd:0x34e,_0x451b8e:0x43b,_0x12447d:0x46d,_0x12bb00:0x57c,_0x5dc946:0x5eb,_0xaf060e:0x4b3,_0x527d75:0x412,_0x5cf1f8:0x42f,_0x5836c9:0x26a,_0xa348c4:0x3c1,_0x2eb931:0x3db,_0x5aa2eb:0x4d9,_0x210750:0x591,_0xf4fc88:0x283,_0x81da47:0x420,_0x985204:0x467,_0x206bc8:0x414,_0x4a3bb5:0x3ce,_0x8337e6:0x5ed,_0xaa96b4:0x577,_0x1caf6b:0x3f2,_0x5f0b32:0x236,_0x1c6ed9:0x5e6,_0x2454a7:0x58b,_0x1879dc:0x448,_0x3b35ff:0x499,_0x498ef2:0x34d,_0x4ee5ce:0x4ff,_0x3c2438:0x4ad,_0x39eb26:0x5ac,_0x22cf01:0x4ce,_0x36ee86:0x2f9,_0xc020af:0x343,_0x214eb4:0x47d,_0x3ba21b:0x52b,_0x42ed37:0x658,_0x3a25bf:0x726,_0xcefaa6:0x611,_0x30aad7:0x542,_0x38c2d5:0x611,_0x45c64d:0x50c,_0xcff30:0x50e,_0x33e793:0x5ad,_0x277e98:0x5f5,_0x364d9e:0x427,_0x556a6a:0x4fe,_0x320560:0x407,_0x2311d5:0x228,_0x6b2207:0x6ea,_0x1b3093:0x604,_0x2a9d86:0x5a8,_0x467add:0x548,_0x4944e6:0x493,_0x54f2ad:0x59c,_0x1b5c95:0x2f6,_0x50485b:0x206,_0x3e9dfd:0x441,_0x52fb8c:0x372,_0x3a3d97:0x449,_0x2b5897:0x461,_0x136002:0x3df,_0x3a011d:0x4c7,_0x75b606:0x386,_0x566ace:0x600,_0x3d575b:0x222,_0x38e384:0x21a,_0x483c03:0x691,_0x2258ad:0x521,_0x4e2dec:0x558,_0x88d1b4:0x4e8,_0x213076:0x44f,_0x54b28e:0x511,_0x5d23ad:0x3ee,_0x1e7024:0x3db,_0x382187:0x43c,_0x2b6f58:0x612,_0x4066e4:0x624,_0x991386:0x5eb,_0x5afa8e:0x266,_0x4b1e12:0x23f,_0x363d99:0x3eb,_0x215473:0x2a6,_0x36de30:0x4ba,_0x2e401f:0x3b8,_0xc8c313:0x520,_0x5802a9:0x580,_0x461c76:0x4c9,_0x14b161:0x22b,_0x5cc3e1:0x346,_0x3ca6d2:0x37b,_0x1c43ca:0x338,_0x13b597:0x3b3,_0x1b12c1:0x41f,_0x2bdfa8:0x267,_0x591344:0x1bf,_0x581a2a:0x45f,_0x48444e:0x3fd,_0x11b274:0x611,_0x1245f:0x60b,_0x2dcece:0x64b,_0x36e0f7:0x253,_0x325cec:0x317,_0x15fa14:0x2b6,_0x29cbc7:0x49f,_0x330064:0x379,_0x2296be:0x51a,_0x1171cd:0x55c,_0x51b130:0x4b2,_0x31cc82:0x3b3,_0x20fb06:0x303,_0x122e60:0x3be,_0x53b915:0x40b},_0x4315fc={_0x8a8123:0x584,_0x234913:0x5},_0x2a2bd8={_0x58663e:0x3d2,_0x35a0ed:0x13b},_0x51434f={'kEmCL':_0x385861(_0x4e36a3._0x3ff757,_0x4e36a3._0x1f3e99,0x411,_0x4e36a3._0x175e40),'RLiZI':_0x385861(0x588,0x580,0x501,_0x4e36a3._0x5723c1)+'erver\x20Erro'+'r','GnpjE':_0x1bfda6(_0x4e36a3._0x711cd,_0x4e36a3._0x123194,_0x4e36a3._0x24f417,_0x4e36a3._0x2e5f2b)+'delete\x20fil'+'e','mdMsc':'Task\x20fetch'+_0x385861(_0x4e36a3._0x57b7e9,_0x4e36a3._0x55be4d,0x449,_0x4e36a3._0x2929b0)+'details','bmsDt':_0x385861(_0x4e36a3._0x1727c7,_0x4e36a3._0x50cc4f,_0x4e36a3._0x1dfd07,0x5b3),'mkJyL':'utf-8','vndtw':function(_0x310695,_0x5c5a63){return _0x310695(_0x5c5a63);},'VFupX':function(_0x7bc9d3,_0xb2991f){return _0x7bc9d3===_0xb2991f;},'UbdAJ':_0x385861(_0x4e36a3._0x218c8f,_0x4e36a3._0x1a00b5,_0x4e36a3._0x5d207c,_0x4e36a3._0x3d4cc3),'YKxjf':function(_0x101471,_0x24e97e){return _0x101471===_0x24e97e;},'sOvvR':_0x1bfda6(_0x4e36a3._0x56984f,0x1a8,_0x4e36a3._0x338690,_0x4e36a3._0x17fa8e),'TRtzW':_0x385861(_0x4e36a3._0x6d0dc6,_0x4e36a3._0x539d45,0x47e,_0x4e36a3._0x1e3040),'ASahc':_0x385861(0x47e,0x4c3,_0x4e36a3._0x46cbf9,0x42d),'vUGWe':'allowed-to'+'ols','xkJnu':_0x385861(0x35f,0x3a3,0x362,_0x4e36a3._0x3db9b7)+_0x385861(0x48d,0x444,_0x4e36a3._0x4e4863,0x481),'DZLxF':_0x385861(_0x4e36a3._0x4df724,0x3fa,0x3d7,0x3e7),'ctSJS':_0x385861(0x48d,_0x4e36a3._0x30fe06,0x584,_0x4e36a3._0x340745)+_0x1bfda6(0x1d6,_0x4e36a3._0x41fd20,0x2d3,_0x4e36a3._0x23a02e)},{callingTask:_0x4ac80a,skillId:_0xc9bd79,skillPath:_0x2120cf,environmentName:_0x590cf9}=_0x3ce2f1,_0x2dfe77={};function _0x1bfda6(_0x3ef569,_0x3c39c6,_0x542cec,_0x460f8e){return _0x10e0a8(_0x460f8e,_0x542cec-_0x2a2bd8._0x58663e,_0x542cec-_0x2a2bd8._0x35a0ed,_0x460f8e-0x81);}_0x2dfe77[_0x1bfda6(0x4b9,_0x4e36a3._0xc77c0,0x45f,0x3be)]=_0x4ac80a[_0x1bfda6(_0x4e36a3._0x454f7d,_0x4e36a3._0x507ad6,0x45f,_0x4e36a3._0x4df724)],_0x2dfe77[_0x385861(0x50d,_0x4e36a3._0xeb5036,0x528,0x60b)]=_0xc9bd79,_0x2dfe77[_0x1bfda6(0x30c,0x2dd,0x347,0x449)+'t']=_0x590cf9;function _0x385861(_0x18fe02,_0x4d82bd,_0x58a3e7,_0x5aec74){return _0x10e0a8(_0x58a3e7,_0x5aec74-_0x4315fc._0x8a8123,_0x58a3e7-_0x4315fc._0x234913,_0x5aec74-0x19d);}logger[_0x1bfda6(_0x4e36a3._0x58be65,0x33e,_0x4e36a3._0x40eefe,_0x4e36a3._0x1daca4)](_0x51434f[_0x385861(_0x4e36a3._0x15a0d4,_0x4e36a3._0x59cb0c,_0x4e36a3._0xef5d4d,_0x4e36a3._0x1ec075)],_0x2dfe77);const _0x595d75=_0x25e898[_0x1bfda6(_0x4e36a3._0x49305a,0x406,0x3a1,_0x4e36a3._0x457122)](_0x2120cf,_0x51434f[_0x385861(_0x4e36a3._0x264d30,0x4f7,_0x4e36a3._0x33b570,0x5dd)]);try{const _0x26cf47=await _0x50cdb4[_0x1bfda6(_0x4e36a3._0x313151,_0x4e36a3._0x42cdc6,_0x4e36a3._0x561586,0x2e5)](_0x595d75,_0x51434f[_0x385861(_0x4e36a3._0x58f0da,_0x4e36a3._0x11763f,0x3a1,_0x4e36a3._0x3cd98f)]),{frontmatter:_0x119bca,body:_0x237ef7}=_0x51434f[_0x1bfda6(0x239,0x254,0x297,0x1d0)](parseSkillMd,_0x26cf47),_0x59d91f=[];try{if(_0x51434f['VFupX'](_0x51434f[_0x385861(0x3fc,_0x4e36a3._0x4ea7a2,0x49d,0x4fc)],_0x51434f[_0x385861(_0x4e36a3._0x30fe06,_0x4e36a3._0x4878ed,_0x4e36a3._0x2c7166,_0x4e36a3._0x509a57)])){const _0xe50c08={};_0xe50c08[_0x1bfda6(_0x4e36a3._0x5229a0,_0x4e36a3._0x28effd,_0x4e36a3._0x451b8e,_0x4e36a3._0x12447d)+_0x385861(0x62d,_0x4e36a3._0x12bb00,0x4eb,_0x4e36a3._0x5dc946)]=!![];const _0x3be191=await _0x50cdb4[_0x1bfda6(0x39e,_0x4e36a3._0xaf060e,0x411,_0x4e36a3._0x527d75)](_0x2120cf,_0xe50c08);for(const _0x4cf35f of _0x3be191){if(_0x51434f['YKxjf'](_0x4cf35f['name'],_0x51434f['bmsDt']))continue;if(_0x4cf35f[_0x1bfda6(_0x4e36a3._0x5cf1f8,0x424,0x326,_0x4e36a3._0x5836c9)]()){if(_0x51434f['sOvvR']===_0x51434f[_0x385861(0x338,0x49c,_0x4e36a3._0xa348c4,_0x4e36a3._0x2eb931)]){const _0x535175={};_0x535175[_0x385861(0x55c,_0x4e36a3._0x5aa2eb,0x576,_0x4e36a3._0x210750)]=_0x4cf35f['name'],_0x535175[_0x1bfda6(0x424,_0x4e36a3._0xf4fc88,0x3aa,0x28c)]=_0x51434f[_0x385861(0x3ec,_0x4e36a3._0x81da47,_0x4e36a3._0x985204,_0x4e36a3._0x206bc8)],_0x59d91f[_0x385861(0x4f9,_0x4e36a3._0x4a3bb5,_0x4e36a3._0x457122,0x494)](_0x535175);}else throw _0x4f30fe;}else{if(_0x4cf35f['isDirector'+'y']()){const _0x4fa5d0={};_0x4fa5d0['name']=_0x4cf35f[_0x385861(0x5e1,_0x4e36a3._0x8337e6,_0x4e36a3._0xaa96b4,0x591)],_0x4fa5d0['type']=_0x51434f[_0x1bfda6(0x347,0x1a2,0x22f,0x1cf)],_0x59d91f[_0x1bfda6(0x2a2,_0x4e36a3._0x1caf6b,0x2e2,_0x4e36a3._0x5f0b32)](_0x4fa5d0);}}}}else{if(_0x5cd37e[_0x385861(0x690,_0x4e36a3._0x1c6ed9,0x69d,_0x4e36a3._0x2454a7)]===_0x385861(0x4ce,_0x4e36a3._0x1879dc,_0x4e36a3._0x3b35ff,0x3e7)){const _0xde4bf8={};return _0xde4bf8[_0x1bfda6(0x35e,0x31d,0x317,_0x4e36a3._0x498ef2)]=_0x51434f[_0x1bfda6(_0x4e36a3._0x4ee5ce,_0x4e36a3._0x3c2438,0x409,0x335)],_0xde4bf8[_0x385861(0x5aa,_0x4e36a3._0x39eb26,0x506,0x59c)]=_0x385861(_0x4e36a3._0x22cf01,0x4d9,0x516,0x425)+_0x154895+('\x27\x20not\x20foun'+'d'),_0x3d0c6d[_0x1bfda6(_0x4e36a3._0x36ee86,_0x4e36a3._0xc020af,0x3b3,0x43e)](0x1f79+0xd*-0xb2+-0x14db)[_0x385861(0x39c,0x43e,_0x4e36a3._0x214eb4,0x461)](_0xde4bf8);}const _0x588134={};_0x588134[_0x385861(_0x4e36a3._0x3ba21b,_0x4e36a3._0x42ed37,_0x4e36a3._0x3a25bf,_0x4e36a3._0xcefaa6)]=_0x370e47[_0x385861(0x6e9,0x5d9,_0x4e36a3._0x30aad7,_0x4e36a3._0x38c2d5)],_0x588134[_0x385861(_0x4e36a3._0x45c64d,_0x4e36a3._0xcff30,_0x4e36a3._0x33e793,0x60b)]=_0x2a2a6b,_0x588134['filepath']=_0x5a9368,_0x588134['error']=_0x1beba1['message'],_0x162d53['error'](_0x385861(_0x4e36a3._0x277e98,0x4bd,_0x4e36a3._0x364d9e,_0x4e36a3._0x556a6a)+_0x1bfda6(_0x4e36a3._0x320560,_0x4e36a3._0x2311d5,0x2f1,0x20a)+_0x385861(_0x4e36a3._0x6b2207,0x569,0x6c4,_0x4e36a3._0x1b3093),_0x588134);const _0x280887={};_0x280887['error']=_0x51434f[_0x385861(0x691,_0x4e36a3._0x2a9d86,0x4e4,0x603)],_0x280887[_0x385861(_0x4e36a3._0x467add,_0x4e36a3._0x4944e6,_0x4e36a3._0x1ec075,_0x4e36a3._0x54f2ad)]=_0x51434f[_0x1bfda6(0x1b2,_0x4e36a3._0x1b5c95,0x228,_0x4e36a3._0x50485b)],_0x578b2f[_0x1bfda6(_0x4e36a3._0x3e9dfd,0x3da,0x3b3,0x2a6)](0x5a*0x2d+-0x3*-0x3e7+0x1*-0x1993)[_0x385861(0x548,_0x4e36a3._0x52fb8c,_0x4e36a3._0x3a3d97,_0x4e36a3._0x2b5897)](_0x280887);}}catch{}const _0x59f661={};_0x59f661['id']=_0xc9bd79,_0x59f661[_0x1bfda6(0x492,0x359,_0x4e36a3._0x136002,0x45a)]=_0x119bca[_0x1bfda6(_0x4e36a3._0x3a011d,0x2c3,0x3df,_0x4e36a3._0x75b606)]||_0xc9bd79,_0x59f661[_0x385861(0x4fd,0x3f9,_0x4e36a3._0x566ace,0x51e)+'n']=_0x119bca['descriptio'+'n']||'',_0x59f661[_0x385861(0x543,0x5a9,0x5dc,0x4ce)]=_0x237ef7,_0x59f661['allowed-to'+_0x1bfda6(0x28d,_0x4e36a3._0x3d575b,0x2e3,_0x4e36a3._0x38e384)]=_0x119bca[_0x51434f[_0x385861(0x66f,_0x4e36a3._0x483c03,0x5d7,0x5ac)]]||[],_0x59f661[_0x385861(_0x4e36a3._0x2258ad,0x559,0x554,0x4ae)]=_0x119bca['model']||null,_0x59f661['argument-h'+'int']=_0x119bca[_0x51434f[_0x385861(0x4b9,_0x4e36a3._0x4e2dec,_0x4e36a3._0x88d1b4,_0x4e36a3._0x213076)]]||null,_0x59f661[_0x1bfda6(_0x4e36a3._0x54b28e,_0x4e36a3._0x5d23ad,0x40a,0x497)]=_0x59d91f,_0x59f661['environmen'+'t']=_0x590cf9,_0x3d8176[_0x385861(_0x4e36a3._0x1e7024,_0x4e36a3._0x382187,0x4fc,0x461)](_0x59f661);}catch(_0x23572a){if(_0x51434f['YKxjf'](_0x23572a[_0x385861(_0x4e36a3._0x2b6f58,_0x4e36a3._0x4066e4,_0x4e36a3._0x991386,0x58b)],_0x51434f[_0x1bfda6(0x248,0x22e,0x24c,_0x4e36a3._0x5afa8e)])){const _0x1917ed={};return _0x1917ed[_0x1bfda6(_0x4e36a3._0x4b1e12,_0x4e36a3._0x363d99,0x317,_0x4e36a3._0x215473)]=_0x51434f[_0x1bfda6(_0x4e36a3._0x36de30,_0x4e36a3._0x2e401f,0x409,_0x4e36a3._0xc8c313)],_0x1917ed[_0x385861(_0x4e36a3._0x5802a9,_0x4e36a3._0x461c76,0x613,0x59c)]='Skill\x20\x27'+_0xc9bd79+(_0x1bfda6(_0x4e36a3._0x14b161,0x2a0,_0x4e36a3._0x5cc3e1,_0x4e36a3._0x3ca6d2)+'d'),_0x3d8176[_0x1bfda6(_0x4e36a3._0x1c43ca,0x3f0,_0x4e36a3._0x13b597,_0x4e36a3._0x1b12c1)](0x53e*0x1+0x131*0xb+0x1*-0x10c5)[_0x1bfda6(0x2db,_0x4e36a3._0x2bdfa8,0x2af,_0x4e36a3._0x591344)](_0x1917ed);}const _0xeed9da={};_0xeed9da[_0x1bfda6(0x34c,0x34a,_0x4e36a3._0x581a2a,_0x4e36a3._0x48444e)]=_0x4ac80a[_0x385861(0x5c1,0x6fb,0x50a,_0x4e36a3._0x11b274)],_0xeed9da[_0x385861(0x55f,0x648,0x660,_0x4e36a3._0x1245f)]=_0xc9bd79,_0xeed9da['error']=_0x23572a[_0x385861(0x514,0x4fc,_0x4e36a3._0x2dcece,_0x4e36a3._0x54f2ad)],logger[_0x1bfda6(0x385,_0x4e36a3._0x36e0f7,_0x4e36a3._0x325cec,_0x4e36a3._0x15fa14)](_0x51434f[_0x385861(0x3de,_0x4e36a3._0x29cbc7,_0x4e36a3._0x330064,0x3f5)],_0xeed9da);const _0x1b6e3f={};_0x1b6e3f[_0x385861(_0x4e36a3._0x50cc4f,_0x4e36a3._0x2296be,_0x4e36a3._0x1171cd,0x4c9)]=_0x51434f[_0x1bfda6(_0x4e36a3._0x51b130,0x46e,0x451,0x460)],_0x1b6e3f[_0x385861(0x58a,0x47b,0x485,_0x4e36a3._0x54f2ad)]=_0x51434f['ctSJS'],_0x3d8176[_0x1bfda6(0x28b,0x3b3,_0x4e36a3._0x31cc82,_0x4e36a3._0x20fb06)](-0x13*-0x97+0x9e1*-0x3+0xa31*0x2)[_0x385861(_0x4e36a3._0x2296be,_0x4e36a3._0x122e60,_0x4e36a3._0x53b915,_0x4e36a3._0x2b5897)](_0x1b6e3f);}}),router[_0x4e6879(0x392,0x464,0x42e,0x3d2)](_0x4e6879(0x476,0x496,0x45c,0x480)+_0x4e6879(0x453,0x34e,0x43a,0x52d),requireTaskAuth,validateSkillAccess,async(_0x290187,_0x31a28d)=>{const _0x890933={_0x5b0e26:0x112,_0x27842a:0x208,_0x41e3c3:0x14,_0x1c4870:0x1aa,_0x2f63f7:0x2b8,_0xa06b36:0x19b,_0xbcbfe7:0x82,_0x120c38:0x4b1,_0x3bd325:0x490,_0x252756:0x54d,_0x46e588:0x2cd,_0x51b803:0x10b,_0xa23962:0x2e9,_0x198ba6:0x360,_0x4f33ba:0xbe,_0x1506e1:0x18c,_0x5ce5e1:0x6b,_0x3193e4:0x2c9,_0x9a9214:0x567,_0x4acf74:0x4e6,_0x50b854:0x554,_0x50e964:0x61,_0x1a6c1f:0x199,_0x306547:0x1af,_0x33e75e:0x254,_0x1e8fb2:0x361,_0x1cebd1:0x450,_0x13d094:0x481,_0x391ee1:0xfe,_0x34dfa4:0x88,_0x203588:0x47c,_0x93dfff:0x2dd,_0x37ef5c:0x3db,_0xc040b8:0x1b3,_0x4dce9b:0x23a,_0x50bb99:0x3bb,_0x1420a9:0x43c,_0x37e5ae:0x2a0,_0x6d234a:0x476,_0x10d9bc:0x4cb,_0x218964:0x418,_0x529b60:0x1cc,_0x210630:0x25f,_0x463291:0x3c0,_0x5c4411:0x51e,_0x3aeb8a:0x508,_0xff3ace:0x4c8,_0x5c20bb:0x309,_0x2d0829:0x265,_0x5ffade:0x197,_0x3947eb:0x353,_0x1bab2a:0x56d,_0x4e8d78:0x1e6,_0x390747:0x29c,_0x187454:0xf4,_0x1a4f29:0x198,_0x2a854a:0x1a0,_0x1b0b80:0x601,_0x146627:0x5af,_0x2a1bf7:0x4e2,_0x1ab72a:0x452,_0x2c2e1d:0x4ab,_0x3008cf:0x55a,_0x238f61:0x4ab,_0x1ca12c:0x234,_0x20d7f1:0x33e,_0x2e1761:0x470,_0x3b2694:0x4e0,_0x15a731:0x4d6,_0xc9b29a:0x45a,_0x43bbf8:0x31f,_0x33795d:0x3bd,_0x23b567:0x4b3,_0x55b138:0x58b,_0xb6b966:0x38f,_0x7aee5e:0x4b3,_0x81ae78:0x1be,_0x473f6b:0x4a8,_0x39873d:0x439,_0x19ceeb:0x411,_0x53eaa6:0x481,_0xf0886:0x2f7,_0x353f6e:0x21e,_0x24c756:0x247,_0x1e4cf0:0x4ee,_0x307fa2:0x22c,_0x42d2d7:0x52c,_0x2f7cb8:0x16a,_0x5dd3b5:0x237,_0x42d842:0x1ae,_0x34e51b:0x1a1,_0x3d219d:0x15f,_0x3e8d1d:0x4e4,_0x2bd6eb:0x2a4,_0x35f11f:0x1d3,_0x7cd23f:0x148,_0x16b56d:0x2fd,_0x1a4a64:0x1ed,_0x538805:0x238,_0x591df3:0x125,_0x5384f5:0x340,_0x224118:0x319,_0x390f88:0x335,_0x554119:0x4e7,_0x16bd4f:0x62c,_0x5020fb:0x538,_0x10c573:0x385,_0x510b7b:0x2b4,_0x14e41e:0x372,_0x4a3bcb:0x609,_0x4151cb:0x4f7,_0x2345c8:0x2b7,_0x4f0029:0x3a3,_0x1992f8:0x119,_0x46847d:0x66,_0x1363ef:0xd9,_0x2b48d3:0xcf,_0x4f04e8:0x2ab,_0x308ff3:0x206,_0x274340:0x2be,_0x19a8ce:0x273,_0x1cfd29:0x4ea,_0x3da3c0:0x4ec,_0x3c35f2:0x54d,_0x230407:0x431,_0x1ccf33:0x332,_0x1a4d38:0x5a,_0x10e891:0x13a,_0x1d94f4:0x50a,_0x1c7a10:0x3ae,_0x38b8aa:0x1c4,_0x5ad6f6:0x207,_0x549bf5:0x3,_0xd33975:0x74,_0x5137ad:0x4ad,_0x46529b:0x534,_0x579308:0x557,_0x87d94f:0x43e,_0x58e538:0x474,_0x1a8862:0x5f1,_0x50868d:0x557,_0x12f0a7:0x4cd,_0x9d37:0x28a,_0x37f371:0x521,_0x506a5b:0x556,_0x33bb94:0x4d9,_0x4641b5:0x21f,_0x105e6e:0x13e,_0x5a1e15:0x3c0,_0x18efc0:0x4a7,_0x30eaa3:0x78,_0x4f58eb:0x1b7,_0x39556e:0x2b2,_0x486168:0xf5,_0x140c28:0x2b2,_0x972c57:0x219,_0x30e831:0x2bb,_0x4528c1:0x1a8,_0x1cb3dc:0x2ac,_0x45e6db:0x3ba,_0x3614b2:0x519,_0x4981ac:0x338,_0x22989a:0x42c,_0x1138d7:0x4d5,_0x15993b:0x4c5,_0x159f60:0x40f,_0x53f2e8:0x2de,_0x142c37:0x87,_0xb97a39:0x202,_0x3cff4e:0x3ab},_0x470806={_0x542c74:0xc,_0x328300:0x94},_0x42e2db={'LTXNp':'Bad\x20Reques'+'t','oZHHg':_0xfc457a(0x1e7,_0x890933._0x5b0e26,_0x890933._0x27842a,_0x890933._0x41e3c3)+_0xfc457a(0x233,_0x890933._0x1c4870,_0x890933._0x2f63f7,_0x890933._0xa06b36)+_0xfc457a(_0x890933._0xbcbfe7,0xfa,0x1e1,0xee)+_0x2d0440(_0x890933._0x120c38,_0x890933._0x3bd325,_0x890933._0x252756,0x438)+'characters'+_0xfc457a(_0x890933._0x46e588,0x1da,_0x890933._0x51b803,0x2c6)+_0x2d0440(0x269,_0x890933._0xa23962,0x46c,_0x890933._0x198ba6)+_0xfc457a(_0x890933._0x4f33ba,0xaf,_0x890933._0x1506e1,_0x890933._0x5ce5e1),'nbkZF':function(_0x3abdc0,_0x516e2e){return _0x3abdc0===_0x516e2e;},'xAVWs':function(_0x235328,_0x1ed544){return _0x235328===_0x1ed544;},'EXjRx':function(_0xa24a59,_0x284d9b){return _0xa24a59===_0x284d9b;},'gdkUi':function(_0x426fc3,_0x1804ec){return _0x426fc3===_0x1804ec;},'mxRGx':_0xfc457a(0x203,0x1e9,_0x890933._0x3193e4,0xd9)+_0x2d0440(_0x890933._0x9a9214,0x619,_0x890933._0x4acf74,_0x890933._0x50b854)+'ust\x20be\x20pro'+'vided','eTfxI':'Task\x20updat'+_0xfc457a(_0x890933._0x50e964,0x103,_0x890933._0x1a6c1f,_0x890933._0x306547),'NwlSE':function(_0x5159b5,_0x1dae5c){return _0x5159b5!==_0x1dae5c;},'UkPed':function(_0x2067ca,_0x3ce7b5){return _0x2067ca!==_0x3ce7b5;},'eDzzK':_0xfc457a(0x295,_0x890933._0x33e75e,0x2d2,_0x890933._0x1e8fb2),'ixJae':_0x2d0440(0x3df,0x509,_0x890933._0x1cebd1,_0x890933._0x13d094),'ktewl':'utf-8','rAuok':_0xfc457a(_0x890933._0x391ee1,_0x890933._0x34dfa4,-0x59,-0x14),'qelkb':function(_0x1669b9,_0x36fc0d){return _0x1669b9(_0x36fc0d);},'RorTl':function(_0x30c071,_0x506c54){return _0x30c071!==_0x506c54;},'QRyyk':function(_0x3be186,_0x3ed258){return _0x3be186!==_0x3ed258;},'eQzYW':_0x2d0440(0x454,0x281,0x3cd,0x363)+_0x2d0440(_0x890933._0x203588,_0x890933._0x93dfff,0x324,_0x890933._0x37ef5c),'bQtaW':function(_0x5969d6,_0x4f93eb){return _0x5969d6===_0x4f93eb;},'BqgXw':_0xfc457a(0xb7,_0x890933._0xc040b8,0xbd,0x27b),'XMrBX':function(_0x53779f,_0x4aa5c2){return _0x53779f!==_0x4aa5c2;},'KqZBX':_0x2d0440(_0x890933._0x4dce9b,0x266,_0x890933._0x50bb99,0x32a)+_0x2d0440(_0x890933._0x1420a9,0x37a,_0x890933._0x37e5ae,0x3c7),'YHIKf':function(_0x1a4403,_0xfc8ac0){return _0x1a4403!==_0xfc8ac0;},'EiCZN':function(_0x540b6e,_0x517724,_0x5ac1d9){return _0x540b6e(_0x517724,_0x5ac1d9);},'akIWs':'Skill\x20upda'+_0x2d0440(_0x890933._0x6d234a,_0x890933._0x10d9bc,_0x890933._0x218964,0x484)+'k','CcoGH':'Failed\x20to\x20'+'update\x20ski'+'ll','yiWiG':_0x2d0440(0x4ba,0x339,0x3e7,0x3e1)+_0xfc457a(0x12f,0x168,_0x890933._0x529b60,_0x890933._0x210630)+'r'},{callingTask:_0x53ca79,taskUser:_0x236b4d,skillId:_0x587001,skillPath:_0x3062e4,environmentName:_0x559084}=_0x290187,{name:_0x3869d8,description:_0xc3a5c1,body:_0x5de16d,'allowed-tools':_0x341a1b,model:_0x1888cf,'argument-hint':_0x3a245a}=_0x290187[_0x2d0440(0x357,0x3c7,0x360,0x414)];if(_0x42e2db[_0x2d0440(_0x890933._0x463291,_0x890933._0x5c4411,_0x890933._0x3aeb8a,_0x890933._0xff3ace)](_0x3869d8,undefined)&&_0x42e2db[_0xfc457a(_0x890933._0x5c20bb,0x22e,0x21e,_0x890933._0x2d0829)](_0xc3a5c1,undefined)&&_0x42e2db[_0xfc457a(_0x890933._0x5ffade,0x22e,_0x890933._0x3947eb,0x348)](_0x5de16d,undefined)&&_0x42e2db[_0x2d0440(_0x890933._0x1bab2a,0x562,0x514,0x4c8)](_0x341a1b,undefined)&&_0x42e2db['EXjRx'](_0x1888cf,undefined)&&_0x42e2db[_0xfc457a(_0x890933._0x4e8d78,0x290,_0x890933._0x390747,0x31d)](_0x3a245a,undefined)){const _0x3f99b1={};return _0x3f99b1[_0xfc457a(_0x890933._0x187454,0x16a,_0x890933._0x1a4f29,_0x890933._0x2a854a)]=_0x42e2db['LTXNp'],_0x3f99b1[_0x2d0440(_0x890933._0x1b0b80,0x5be,_0x890933._0x146627,_0x890933._0x2a1bf7)]=_0x42e2db['mxRGx'],_0x31a28d[_0x2d0440(_0x890933._0x1ab72a,_0x890933._0x2c2e1d,_0x890933._0x3008cf,_0x890933._0x238f61)](-0x2373+0x6c3*-0x4+-0x17*-0x2c9)['json'](_0x3f99b1);}function _0xfc457a(_0x1b924e,_0x46be9b,_0x351c5c,_0x417b75){return _0x4e6879(_0x46be9b- -0x299,_0x1b924e,_0x351c5c-0x11,_0x417b75-0x3c);}function _0x2d0440(_0x200eb1,_0x431b5d,_0x10c5e9,_0x433c45){return _0x4e6879(_0x433c45-_0x470806._0x542c74,_0x10c5e9,_0x10c5e9-0x138,_0x433c45-_0x470806._0x328300);}logger[_0xfc457a(0x2b6,_0x890933._0x1ca12c,_0x890933._0x20d7f1,0x2aa)](_0x42e2db[_0x2d0440(_0x890933._0x2e1761,0x4db,_0x890933._0x3b2694,0x55a)],{'taskId':_0x53ca79[_0x2d0440(_0x890933._0x15a731,0x458,_0x890933._0xc9b29a,0x557)],'skillId':_0x587001,'environment':_0x559084,'userId':_0x236b4d['id'],'fields':{'name':_0x3869d8!==undefined,'description':_0x42e2db[_0x2d0440(0x4a4,_0x890933._0x43bbf8,0x4b1,0x3ad)](_0xc3a5c1,undefined),'body':_0x5de16d!==undefined,'allowedTools':_0x42e2db[_0x2d0440(_0x890933._0x33795d,_0x890933._0x463291,0x5ae,_0x890933._0x23b567)](_0x341a1b,undefined),'model':_0x42e2db['UkPed'](_0x1888cf,undefined),'argumentHint':_0x42e2db[_0x2d0440(0x439,_0x890933._0x55b138,_0x890933._0xb6b966,_0x890933._0x7aee5e)](_0x3a245a,undefined)}});const _0x318220=_0x25e898[_0xfc457a(0x17d,0x1f4,_0x890933._0x81ae78,0xe9)](_0x3062e4,_0x42e2db['eDzzK']),_0x144fc4=new Date()['toISOStrin'+'g']();try{let _0x4f0be9='';try{_0x42e2db[_0x2d0440(0x3b3,_0x890933._0x473f6b,0x3d2,_0x890933._0x39873d)]===_0x2d0440(_0x890933._0x19ceeb,_0x890933._0x19ceeb,_0x890933._0x37ef5c,_0x890933._0x53eaa6)?_0x4f0be9=await _0x50cdb4[_0x2d0440(_0x890933._0xf0886,_0x890933._0x353f6e,_0x890933._0x24c756,0x32c)](_0x318220,_0x42e2db[_0x2d0440(0x466,0x412,0x430,0x4de)]):_0x295ad6[_0x2d0440(0x433,0x43b,_0x890933._0x1e4cf0,0x3da)](_0x2d0440(0x46d,0x5bd,0x4bd,0x539)+_0x3bbcf5);}catch(_0x3df9b7){if(_0x3df9b7[_0xfc457a(0x1fe,_0x890933._0x307fa2,0x241,0x125)]===_0x42e2db[_0x2d0440(0x43c,_0x890933._0x42d2d7,0x50b,0x4c1)]){const _0x4baa46={};return _0x4baa46[_0xfc457a(0x26d,_0x890933._0x2f7cb8,_0x890933._0x5dd3b5,0x148)]=_0xfc457a(_0x890933._0x42d842,_0x890933._0x34e51b,0x1b7,_0x890933._0x3d219d),_0x4baa46['message']=_0x2d0440(0x435,_0x890933._0x3e8d1d,0x3c6,0x3d3)+_0x587001+(_0xfc457a(_0x890933._0x2bd6eb,0x199,_0x890933._0x35f11f,_0x890933._0x7cd23f)+'d'),_0x31a28d[_0xfc457a(0x1b4,0x206,_0x890933._0x16b56d,0x250)](-0x3d*-0x15+0x2608+0x1*-0x2975)[_0x2d0440(0x358,0x369,0x382,0x3a7)](_0x4baa46);}throw _0x3df9b7;}const _0x51129d=_0x42e2db['qelkb'](parseSkillMd,_0x4f0be9),_0x12e585={'name':_0x42e2db[_0xfc457a(0x1a5,0x108,0x112,0xfb)](_0x3869d8,undefined)?_0x3869d8:_0x51129d['frontmatte'+'r'][_0xfc457a(_0x890933._0x1a4a64,0x232,_0x890933._0x538805,_0x890933._0x591df3)]||_0x587001,'description':_0x42e2db['RorTl'](_0xc3a5c1,undefined)?_0xc3a5c1:_0x51129d[_0xfc457a(_0x890933._0x2f7cb8,_0x890933._0x24c756,_0x890933._0x5384f5,_0x890933._0x224118)+'r']['descriptio'+'n']||''},_0x31c5c3=_0x42e2db[_0x2d0440(0x48a,0x392,_0x890933._0x390f88,0x427)](_0x341a1b,undefined)?_0x341a1b:_0x51129d['frontmatte'+'r'][_0x42e2db['eQzYW']];if(_0x31c5c3&&_0x31c5c3[_0x2d0440(0x5ea,_0x890933._0x554119,_0x890933._0x16bd4f,_0x890933._0x5020fb)]>-0x19d9+0x2042+0x1*-0x669){if(_0x42e2db[_0xfc457a(_0x890933._0x10c573,_0x890933._0x510b7b,0x2b2,_0x890933._0x14e41e)](_0x42e2db[_0x2d0440(0x588,_0x890933._0x4a3bcb,_0x890933._0x4151cb,0x55c)],_0x42e2db[_0xfc457a(0x357,_0x890933._0x2345c8,_0x890933._0x4f0029,0x24d)]))_0x12e585[_0x42e2db['eQzYW']]=_0x31c5c3;else{const _0x57c054={};return _0x57c054[_0xfc457a(_0x890933._0x1992f8,0x16a,0x1c5,0x27b)]=_0x42e2db[_0xfc457a(_0x890933._0x46847d,_0x890933._0x1363ef,_0x890933._0x2b48d3,0xdd)],_0x57c054['message']=_0x42e2db[_0x2d0440(0x3ca,0x3e1,_0x890933._0x4f04e8,0x32e)],_0x49f66c[_0xfc457a(0x21b,_0x890933._0x308ff3,_0x890933._0x274340,_0x890933._0x19a8ce)](-0x576+-0x8d0+0xfd6)['json'](_0x57c054);}}const _0x5d8507=_0x42e2db['UkPed'](_0x1888cf,undefined)?_0x1888cf:_0x51129d[_0x2d0440(_0x890933._0x1cfd29,0x3f0,0x549,_0x890933._0x3da3c0)+'r']['model'];_0x5d8507&&(_0x12e585['model']=_0x5d8507);const _0x56899e=_0x42e2db[_0x2d0440(0x4d0,0x441,_0x890933._0x3c35f2,0x470)](_0x3a245a,undefined)?_0x3a245a:_0x51129d['frontmatte'+'r'][_0x42e2db[_0x2d0440(0x3a7,0x2af,0x282,0x332)]];_0x56899e&&(_0x12e585[_0x42e2db[_0x2d0440(_0x890933._0x230407,0x217,0x3f9,_0x890933._0x1ccf33)]]=_0x56899e);const _0x283649=_0x42e2db[_0xfc457a(_0x890933._0x1a4d38,_0x890933._0x10e891,0x13b,0x248)](_0x5de16d,undefined)?_0x5de16d:_0x51129d[_0x2d0440(0x343,_0x890933._0x1d94f4,_0x890933._0x1c7a10,0x414)],_0x5ad5ce=_0x42e2db[_0xfc457a(0xc9,0x139,_0x890933._0x38b8aa,_0x890933._0x5ad6f6)](serializeSkillMd,_0x12e585,_0x283649);await _0x50cdb4[_0xfc457a(-_0x890933._0x549bf5,_0x890933._0xd33975,0x4c,-0x8f)](_0x318220,_0x5ad5ce,_0x42e2db['ktewl']);const _0x1b924b={};_0x1b924b[_0x2d0440(0x591,_0x890933._0x5137ad,_0x890933._0x46529b,_0x890933._0x579308)]=_0x53ca79[_0x2d0440(_0x890933._0x87d94f,_0x890933._0x58e538,_0x890933._0x1a8862,_0x890933._0x50868d)],_0x1b924b[_0x2d0440(_0x890933._0x12f0a7,0x5ac,0x48e,0x551)]=_0x587001,_0x1b924b[_0xfc457a(0x230,0x19a,_0x890933._0x9d37,0xd2)+'t']=_0x559084,_0x1b924b['userId']=_0x236b4d['id'],logger[_0x2d0440(_0x890933._0x37f371,0x5f0,_0x890933._0x506a5b,_0x890933._0x33bb94)](_0x42e2db[_0xfc457a(0x2ab,_0x890933._0x4641b5,0x283,0x1c7)],_0x1b924b);const _0x3f241e={};_0x3f241e['success']=!![],_0x3f241e['id']=_0x587001,_0x3f241e[_0xfc457a(0x29b,0x19a,0x2c1,_0x890933._0x105e6e)+'t']=_0x559084,_0x3f241e[_0x2d0440(_0x890933._0x5a1e15,0x3ac,_0x890933._0x18efc0,0x497)]=_0x144fc4,_0x3f241e['updatedByT'+_0xfc457a(-0x4e,_0x890933._0x30eaa3,0xd7,0x166)]=_0x53ca79[_0xfc457a(_0x890933._0x4f58eb,_0x890933._0x39556e,0x1d2,0x198)],_0x3f241e['updatedByU'+'serId']=_0x236b4d['id'],_0x31a28d[_0xfc457a(0x170,0x102,0x151,_0x890933._0x486168)](_0x3f241e);}catch(_0x3b2333){const _0x297f37={};_0x297f37['taskId']=_0x53ca79[_0xfc457a(0x33a,_0x890933._0x140c28,_0x890933._0x972c57,_0x890933._0x30e831)],_0x297f37[_0xfc457a(_0x890933._0x4528c1,_0x890933._0x1cb3dc,0x396,_0x890933._0x45e6db)]=_0x587001,_0x297f37['error']=_0x3b2333[_0x2d0440(0x53b,0x5a9,0x421,0x4e2)],logger[_0x2d0440(_0x890933._0x3614b2,_0x890933._0x4981ac,_0x890933._0x22989a,0x40f)](_0x42e2db['CcoGH'],_0x297f37);const _0x2c33f0={};_0x2c33f0[_0x2d0440(_0x890933._0x473f6b,_0x890933._0x1138d7,_0x890933._0x15993b,_0x890933._0x159f60)]=_0x42e2db['yiWiG'],_0x2c33f0[_0xfc457a(0x1b9,0x23d,_0x890933._0x53f2e8,0x221)]=_0x42e2db[_0xfc457a(0xb5,0xfc,_0x890933._0x142c37,_0x890933._0xb97a39)],_0x31a28d[_0x2d0440(_0x890933._0x3cff4e,0x4bf,0x5b9,0x4ab)](0x7*-0x242+0x5*0x5b1+-0xf9*0xb)['json'](_0x2c33f0);}}),router[_0x4e6879(0x502,0x3ee,0x3f8,0x512)](_0x10e0a8(0xc3,-0x48,-0xb8,-0xa7)+_0x4e6879(0x453,0x44f,0x462,0x463),requireTaskAuth,validateSkillAccess,async(_0x373708,_0x2111d0)=>{const _0x2ec58f={_0x43a5ee:0x140,_0x4fb592:0x7d,_0x47f50f:0x132,_0xe13a41:0x3e9,_0x1a51fa:0x453,_0x3f035d:0x384,_0x15f129:0x54f,_0x4a4c4b:0x116,_0x147bb1:0x23d,_0x3fc503:0x4a3,_0x286a72:0x40a,_0x550196:0x4dd,_0x1aadb7:0x27c,_0x38e000:0x34d,_0x30a5f4:0x365,_0xf9e45c:0x42e,_0x486e3f:0x270,_0x2f9487:0x134,_0x5bdbcf:0x1fc,_0x57315e:0x1f4,_0x342839:0x4ac,_0x23155c:0x445,_0x52c6d7:0x42f,_0x24543f:0xb6,_0x1c9323:0x1c7,_0x17af78:0x5b1,_0x4cf5a7:0x4be,_0x832083:0x346,_0x2c1710:0x2a7,_0x3fcc6a:0x1c9,_0x5515d7:0x309,_0x17aed2:0x1e5,_0x55c33d:0x466,_0x8660e9:0x4d5,_0x4e8c74:0x177,_0x47e156:0xa4,_0x1909f6:0x22a,_0x6a3c65:0x14f,_0xe038df:0x3bd,_0x2b9552:0x4d8,_0x378d24:0x44a,_0x5d7a9a:0x4ae,_0xaace2d:0x481,_0x4c784d:0x2cc,_0x2a0535:0x30d,_0x5b0481:0x42a,_0x1a3cfd:0x16e,_0x58d77d:0x1c2,_0x4371bd:0x24c,_0x63c4f1:0x16d,_0x382822:0x2eb,_0x41ae59:0x285,_0x249926:0x349,_0x4653b4:0x291,_0x43b30c:0x2d4,_0x8d93f8:0x348,_0x53d2c2:0x2cb,_0xfd6486:0x4a6,_0x30eac3:0x497,_0x2cb76b:0x4a7,_0x3812ec:0x3c7,_0x3e550f:0x3f9,_0x42eb93:0x2db,_0x3cbf47:0x43f,_0x176c10:0x326,_0x1e9634:0x2c1,_0x34d82a:0x452,_0x3b4143:0x2df,_0x5bdb61:0x408,_0x2ff631:0x350,_0x17977c:0x58a,_0x4f30ee:0x512,_0x145b1e:0x636,_0x1be3d4:0x3d1,_0x58809d:0x3e1,_0x365d42:0x35c,_0x466d1b:0x523,_0x34d276:0x432,_0x219788:0x30e,_0x5a89c6:0x2d1,_0x1bf099:0x61b,_0x175825:0x4c4,_0x11069d:0x4e3,_0x3b1dbc:0x24a,_0x39158e:0x271,_0x21291a:0x21b,_0xcad712:0x221,_0x5c74bb:0x1d0,_0x2a91ce:0x17e,_0x4d86ec:0x12f,_0x16e3e0:0x1e9,_0x294974:0x20e,_0x5f1646:0x40b,_0x1959ea:0x4f3,_0x33327f:0x3d7,_0x32b33e:0x4c5,_0x1b27b4:0x1a2,_0x59eaef:0x5a3,_0x27e145:0x631,_0x335f84:0x337,_0x233f11:0x2f6,_0x731e33:0x60c,_0xfb2123:0x413,_0x33ce1e:0x46a,_0x374d20:0x3ee,_0x1b34cf:0x3b7,_0x8d4bc1:0x238,_0x11fb99:0x161,_0x554da1:0x103,_0x27b857:0x530,_0x244593:0x118,_0x2e500e:0x193,_0x384673:0x57f,_0x38afcf:0x51f,_0x47cb2c:0x4e4,_0x18873d:0x539,_0x585654:0x24f,_0x34ef7a:0x2ed,_0x1a72d2:0x217,_0xd98138:0x1ef,_0x52734e:0x10e,_0x4a1752:0x1af,_0x412c0e:0x1ee,_0x501e39:0x18a,_0x4a39b0:0x24d,_0xb0cffb:0x2d2,_0x5ae116:0x1b1,_0x10d0b8:0x3ac,_0x573ade:0x427,_0x4f5c84:0x4d0,_0x35b30a:0x289,_0x3a19ee:0x3cb,_0x3911dc:0x41f,_0x3f01ac:0x492,_0xbc0781:0x3b0,_0x5cd1b4:0x386,_0x44c108:0x332,_0x53fe25:0x4a8,_0x58749a:0x4ad,_0x5466c5:0x5c0,_0x69c5f3:0x3ff,_0x3355ec:0x210,_0xea0319:0x1b6,_0x5562d0:0xd7,_0x302026:0x141,_0x318f77:0x348,_0x50cd39:0x44e,_0x1d0a5a:0x3b6,_0x4037b1:0x223,_0x30cf25:0x419,_0x391403:0x4f5,_0x2677af:0x2aa,_0x3902ef:0x1d4,_0xae601a:0x360,_0x296b74:0x3b1,_0x3fb4e4:0x1da,_0x254721:0x1bb,_0x5e20dc:0x13c,_0x324726:0x1fb,_0x4f593a:0x3d4,_0x4f06e3:0x3f3,_0x286ca1:0x339,_0x9a9cb9:0x451,_0x53d3bc:0x4d9,_0x523d87:0x5bf,_0x727e62:0x454,_0x3f88d9:0x45d,_0x4295ca:0x461,_0xcd829e:0x4f5,_0x58473e:0x4c1,_0x5f2906:0x4cd,_0x22b8cb:0x53f,_0xfb260:0x579,_0x52b06a:0x626,_0x22c43d:0x235,_0x10b630:0x341,_0x21160d:0x48e,_0x1fe523:0x377,_0x1e4521:0x514,_0x504933:0x4eb,_0x14f371:0x455,_0x1dbc36:0x2a4,_0x1e4f76:0x3a0,_0x1c2ec3:0x384,_0x5bf003:0x21e,_0x5168e0:0x227,_0x57b226:0x102,_0x24db62:0x195,_0x1be25c:0x1bd,_0x28cca2:0x2f1,_0x2b8c2f:0x3c6,_0x2660b7:0x2a1,_0x409746:0x3ba,_0x4e1d71:0x377,_0x18a50e:0x38a,_0x510f45:0x4e9,_0x1af952:0x4bb,_0x14f4ff:0x50c,_0x382204:0x5b3,_0x154f0f:0x354,_0x569570:0x351,_0x124115:0x3c7,_0x35bda1:0x2f2,_0x2436dc:0x55a,_0x540d40:0x656,_0x299deb:0x672,_0x3ad0e9:0x47f,_0x518e72:0x3f8,_0x552512:0x4ec,_0x46e44e:0x55a,_0xab7601:0x5e9,_0x200230:0x4a1,_0x26b1bd:0x39c,_0x3f7333:0x458,_0x52f23b:0x405,_0x39f54f:0x3ca,_0x25fd4a:0x278,_0x1358b4:0x4c0,_0x335172:0x186,_0x356905:0x1bf,_0x2ddbbe:0x260,_0x4a829f:0x181,_0x303e38:0x191,_0x525285:0x130,_0x22e45e:0x5ce,_0x54c56f:0x4a6,_0x218d4b:0x24e,_0x4839b0:0x382,_0x456dea:0x47b,_0x415e7b:0x516,_0x6abac:0x37a,_0x392a2b:0x3cc,_0x169ccf:0x383,_0x5a80bb:0x20b,_0x282b01:0x404,_0x33622d:0x3df,_0x8db0da:0x5a6,_0x3fe8b0:0x11f,_0x4f217a:0x2fd,_0x537a7a:0x211,_0x3b2382:0x28a,_0xcfc0a1:0x1b9,_0x198a90:0x3af,_0x4f8b05:0x35f,_0x26c432:0x300,_0x4b3388:0x246,_0x46ee2c:0x3da,_0x327d86:0x573,_0x12018b:0x623,_0x5c4fd4:0x683,_0x44a410:0x544,_0x144d5b:0x5dc,_0x2158a2:0x1aa,_0x577955:0x13d,_0x37d8e8:0x239,_0x44a3dc:0x420,_0x2f2408:0x2e6,_0x12d54a:0x3fc,_0x50593d:0x3d0,_0x15569a:0x3e2,_0x47502a:0x4ef,_0x56b895:0x534,_0x418fd4:0x4b9,_0x202d53:0x33b,_0x1e6a97:0x24a,_0xba8b44:0x4d6,_0x3bfaab:0x3d2,_0x36fc90:0x376,_0xeb9839:0x3aa,_0x47bdc9:0x2ba,_0x14c047:0x20a,_0x1ad312:0x395,_0x1f3929:0x381,_0x2d60c5:0x303,_0x4ff184:0x35a,_0x49e7b7:0x2fb,_0x3e6a09:0x527,_0x295771:0x430,_0x160a32:0x54c,_0x4d7908:0x44b,_0x5b0214:0x559,_0x507f9c:0x49f,_0x3e334a:0x479,_0x615435:0x65c,_0x3f5609:0x5da,_0x38fd90:0x46a,_0x123f4a:0x35f,_0x22325c:0x2ea,_0x3b77a8:0x1c1,_0xc9d964:0x18f,_0x3c0582:0x1e4,_0x56ea12:0x247,_0x5e6543:0x2a2,_0x391d5d:0x298,_0x4fdf4e:0x4e9,_0x319fcc:0x58f,_0x53c46b:0x1eb,_0x1879be:0x37c,_0x3cf76d:0x400,_0x26b469:0x30b,_0x80a58f:0x267,_0x3f8d9a:0x3db,_0x355332:0x316,_0x43cb35:0x35d,_0x5e8a40:0x1ac,_0x2a0311:0x2b5,_0x509497:0x302,_0x1a4045:0x213,_0x50de6a:0x3d3,_0x4e4ca8:0x2f2,_0x1dcc5f:0x237,_0x15ab37:0x1fb,_0x20093b:0x406,_0x2ef867:0x2f6,_0xda1081:0x2ff,_0x41cec6:0x388,_0x26609f:0x45e,_0x3c9022:0x341,_0x402566:0x2ef,_0x2050f6:0x2c6,_0x573aaa:0x317,_0xdf4605:0x245,_0xdb4be9:0x263,_0x4a3eed:0x475,_0x168e63:0x49e,_0x2c2c1d:0x34f,_0xc7bf73:0x453,_0x497ef8:0x22f,_0x4006ea:0x2d3,_0x1116ba:0x4e0,_0x5a31db:0x47d,_0x12c5db:0x391,_0xe0af58:0x3ce,_0x42e451:0x4b7,_0x2b8c8c:0x207,_0x5bccaf:0x31,_0x19c0dc:0x595,_0x31eb4b:0x571,_0xe32b54:0x407,_0x2b2b17:0x3b3,_0x1b4581:0x33f,_0x39deda:0x466,_0x29b66f:0x422,_0x15a87b:0xe4,_0x5b7862:0xc6,_0x379453:0x1af,_0x5b0589:0x494,_0x5a5873:0x568,_0x557c36:0x453,_0x5bbc30:0x2de,_0x4c6e0b:0x266,_0x1b23ec:0x331,_0x1d2ef0:0x398,_0x19c212:0x257,_0x1fb5b8:0x3ae,_0x5344fb:0x400,_0x146f51:0x1e0,_0x157e39:0x2b9,_0x50dcf6:0x3ec,_0x2fcb00:0x3a7,_0xeb69a1:0x2ba,_0xabd075:0x2ec,_0x4f5661:0x3eb,_0x3b1f43:0x208,_0x476948:0x1f9,_0x3de1dd:0x327,_0x2621b9:0x13b,_0x175f99:0x2cd,_0x3a4455:0x263,_0xdb818b:0x8f,_0x145e1c:0x5e,_0x2e0b98:0x7c,_0x970489:0x27d,_0x97cb8a:0x432,_0x176e43:0x579,_0x8715f8:0x419,_0x490e6f:0x33c,_0x2d5332:0x28c,_0x3f13b0:0x1af,_0x1a7650:0x431,_0x4a772d:0x410,_0x520f54:0x573,_0x1c77df:0x5ad,_0x5b2024:0x45f,_0x46ff5f:0x29d,_0x266bbf:0x2e4,_0x499058:0x247,_0x30e570:0x364,_0x1b34e5:0x4fb,_0x2f69ec:0x522,_0x3c2928:0x585,_0x38a8ad:0x2cf,_0xfba4ba:0x368,_0x4d0d6e:0x26a,_0x5341c7:0x343,_0x14c734:0x38a,_0x4fc94c:0x484,_0x31b498:0x4df,_0x3c88a7:0x4af,_0xb05085:0x4ef,_0x2c3306:0x5c2,_0x31fba6:0x3bb,_0x40d128:0x29f,_0x23fca8:0x612,_0x3c8bfd:0x426,_0x52708f:0x303,_0x14a3ee:0x231,_0x204151:0x579,_0x64b359:0x1f2,_0x124a23:0x2cd,_0x47f6db:0x15f,_0x57c221:0x504,_0x3daf68:0x429,_0x5e0a11:0x2bd,_0x49382e:0x2fe,_0x33eb59:0x1cf,_0x1a7a77:0x387,_0x1d1590:0x2d1,_0x341049:0x455,_0x5ed7ab:0x529,_0x55438d:0x4b8,_0x4b893f:0x232,_0x18c9a8:0x1ef,_0x5eaca3:0x4cd,_0x1df91d:0x574,_0x1f2503:0x418,_0x153d12:0x5e0,_0x193b28:0x411,_0x298759:0x452,_0xc46556:0x2fe,_0x32abf7:0x51e,_0x33f89f:0x56c,_0x391d18:0x5c8,_0x10b8f8:0x3f7,_0x172fa5:0x380,_0x394f04:0x1c0,_0x43c16b:0x50c,_0x51ab3b:0x3f2,_0x526633:0x31b,_0x47b6e1:0x646,_0x3f5cf2:0x649,_0x1f5513:0x55d,_0x5d968f:0x4b0,_0x57a7a1:0x15b,_0x500430:0x179,_0x26ea1b:0x284,_0x16a8c5:0x51c,_0x449f94:0x5de,_0x1a80ed:0x233,_0x129548:0x2b3,_0x57608a:0xa8,_0x20a47c:0x93,_0x33e012:0xe3,_0x97c6bf:0x170,_0x24b971:0x149,_0x44fd8a:0x375,_0x4186d2:0x225,_0x6eb791:0x26e,_0x1d8d32:0x166,_0x44d400:0x48b,_0x546b3a:0x351},_0x29040f={_0x22f4a1:0x94,_0x5efc85:0x141},_0x22ce36={_0x5f4835:0x11b,_0x16781e:0x1cd},_0x345f1f={'VmqyB':_0x324e3b(_0x2ec58f._0x43a5ee,0x172,_0x2ec58f._0x4fb592,_0x2ec58f._0x47f50f)+_0x329da1(_0x2ec58f._0xe13a41,0x2f5,_0x2ec58f._0x1a51fa,_0x2ec58f._0x3f035d),'qruyd':_0x329da1(0x480,0x4a7,0x3b8,_0x2ec58f._0x15f129)+'t','HzaFB':_0x324e3b(_0x2ec58f._0x4a4c4b,0x28f,0x24f,_0x2ec58f._0x147bb1)+_0x329da1(0x4a4,_0x2ec58f._0x3fc503,0x596,0x57f)+_0x329da1(_0x2ec58f._0x286a72,_0x2ec58f._0x550196,0x3f1,0x396)+'update\x20SKI'+_0x324e3b(0x50,0x284,_0x2ec58f._0x1aadb7,0x164),'XHzeg':'Task\x20has\x20n'+_0x329da1(_0x2ec58f._0x38e000,0x458,0x26f,_0x2ec58f._0x30a5f4)+_0x329da1(0x372,0x2a6,_0x2ec58f._0xf9e45c,0x389),'POlHA':'delete','Aczxp':function(_0x5129d2,_0xaebbcd){return _0x5129d2===_0xaebbcd;},'anqMr':function(_0x5107b4,_0x5aed31){return _0x5107b4===_0x5aed31;},'sueWJ':'true','vvNqt':function(_0x201416,_0x9bb5fa){return _0x201416!==_0x9bb5fa;},'ZXNgn':'unassign','XvZpW':'mode\x20must\x20'+_0x324e3b(_0x2ec58f._0x486e3f,_0x2ec58f._0x2f9487,_0x2ec58f._0x5bdbcf,_0x2ec58f._0x57315e)+_0x329da1(_0x2ec58f._0x342839,0x385,_0x2ec58f._0x23155c,_0x2ec58f._0x52c6d7)+_0x324e3b(_0x2ec58f._0x24543f,_0x2ec58f._0x1c9323,0x107,0x1ca)+'n\x22','SNVPa':function(_0x3a5600,_0x35e62e){return _0x3a5600>_0x35e62e;},'OFDdc':_0x329da1(0x494,_0x2ec58f._0x17af78,0x3bb,_0x2ec58f._0x4cf5a7)+_0x324e3b(0x2a2,0x3c9,0x32d,0x2a6)+'ssigning\x20s'+_0x324e3b(_0x2ec58f._0x832083,0x213,0x21c,_0x2ec58f._0x2c1710),'FOyYj':function(_0x9c5af7,_0x57b122){return _0x9c5af7!==_0x57b122;},'tKkgB':_0x324e3b(0x1ff,0x20f,_0x2ec58f._0x3fcc6a,0x29a),'qgfGo':_0x324e3b(_0x2ec58f._0x5515d7,0x21b,_0x2ec58f._0x17aed2,0x2ae),'oxFzL':_0x329da1(0x562,_0x2ec58f._0x55c33d,_0x2ec58f._0x8660e9,0x4dd),'rRZpS':_0x324e3b(_0x2ec58f._0x4e8c74,0x172,0x30d,0x247)+'ts','yDajA':'environmen'+'t.json','ywtSd':'qnaMm','HOZso':_0x324e3b(_0x2ec58f._0x47e156,_0x2ec58f._0x1909f6,_0x2ec58f._0x6a3c65,0x1a4),'klddv':_0x329da1(_0x2ec58f._0xe038df,_0x2ec58f._0x2b9552,_0x2ec58f._0x378d24,_0x2ec58f._0x5d7a9a),'ttNVh':function(_0x7231ee,_0x56b5d4){return _0x7231ee===_0x56b5d4;},'ndxFm':_0x329da1(0x369,0x484,0x278,_0x2ec58f._0xaace2d),'yuHMq':_0x324e3b(0x41a,_0x2ec58f._0x4c784d,0x22c,_0x2ec58f._0x2a0535),'LtTQO':_0x329da1(0x53c,0x4aa,0x56b,0x60b),'Ncjvq':_0x329da1(_0x2ec58f._0x5b0481,0x486,0x4ba,0x409),'FzHGR':_0x324e3b(0x27e,_0x2ec58f._0x1a3cfd,_0x2ec58f._0x58d77d,_0x2ec58f._0x4371bd)+_0x324e3b(_0x2ec58f._0x63c4f1,_0x2ec58f._0x382822,0x20a,0x244)+'ironment\x20c'+_0x324e3b(0x1d9,_0x2ec58f._0x41ae59,0x161,0x205)+_0x324e3b(_0x2ec58f._0x249926,_0x2ec58f._0x4653b4,0x3c0,_0x2ec58f._0x43b30c)+'\x20skill','REQwp':function(_0x3e2b7d,_0x5739ff){return _0x3e2b7d(_0x5739ff);},'lcZzn':_0x329da1(_0x2ec58f._0x8d93f8,0x2a9,0x394,_0x2ec58f._0x53d2c2)+_0x329da1(_0x2ec58f._0xfd6486,_0x2ec58f._0x30eac3,_0x2ec58f._0x2cb76b,_0x2ec58f._0x3812ec)+'k','KBjkM':'Failed\x20to\x20'+_0x324e3b(_0x2ec58f._0x3e550f,_0x2ec58f._0x42eb93,_0x2ec58f._0x3cbf47,_0x2ec58f._0x176c10)+_0x324e3b(_0x2ec58f._0x1e9634,0x299,_0x2ec58f._0x34d82a,0x347)+_0x324e3b(0x329,_0x2ec58f._0x3b4143,_0x2ec58f._0x5bdb61,_0x2ec58f._0x2ff631)+'g\x20skill\x20de'+_0x329da1(_0x2ec58f._0x17977c,0x4a7,_0x2ec58f._0x4f30ee,_0x2ec58f._0x145b1e),'YblFF':_0x329da1(_0x2ec58f._0x8d93f8,_0x2ec58f._0x1be3d4,_0x2ec58f._0x58809d,_0x2ec58f._0x365d42)+_0x329da1(_0x2ec58f._0xfd6486,0x597,_0x2ec58f._0x466d1b,_0x2ec58f._0x34d276)+_0x324e3b(0x38b,0x389,_0x2ec58f._0x219788,_0x2ec58f._0x5a89c6)+'\x20registry\x20'+_0x329da1(0x541,_0x2ec58f._0x1bf099,_0x2ec58f._0x175825,_0x2ec58f._0x11069d),'ZQrIf':'Skill\x20unas'+_0x324e3b(0x3c9,_0x2ec58f._0x3b1dbc,0x23d,0x2e4)+_0x329da1(0x513,0x587,0x41c,0x599),'VMQEG':function(_0x5b268b,_0x16cfa8){return _0x5b268b===_0x16cfa8;},'XOKCs':'jHRhv','cObDI':'Failed\x20to\x20'+'delete\x20or\x20'+'unassign\x20s'+_0x324e3b(_0x2ec58f._0x39158e,_0x2ec58f._0x21291a,_0x2ec58f._0xcad712,_0x2ec58f._0x2c1710),'ERmcX':_0x324e3b(_0x2ec58f._0x5c74bb,_0x2ec58f._0x2a91ce,_0x2ec58f._0x4d86ec,_0x2ec58f._0x16e3e0)+'erver\x20Erro'+'r','zfmrV':function(_0x2563bf,_0x25887f){return _0x2563bf===_0x25887f;},'UxBcP':_0x324e3b(0x323,_0x2ec58f._0x294974,0x236,0x24c)+_0x329da1(_0x2ec58f._0x5f1646,_0x2ec58f._0x1959ea,_0x2ec58f._0x33327f,_0x2ec58f._0x32b33e)+'ll','NxnmV':'Failed\x20to\x20'+'unassign\x20s'+_0x324e3b(_0x2ec58f._0x1b27b4,0x233,0x34a,_0x2ec58f._0x2c1710)},{callingTask:_0x360d57,taskUser:_0x4de997,skillId:_0x503b63,skillPath:_0x1a00c2,environmentName:_0x5deb11}=_0x373708,_0x305f1a=_0x373708[_0x329da1(0x533,_0x2ec58f._0x59eaef,_0x2ec58f._0x27e145,0x638)]['mode']??_0x373708[_0x329da1(0x436,0x534,0x36a,0x552)]?.[_0x324e3b(_0x2ec58f._0x335f84,_0x2ec58f._0x233f11,0x320,0x343)]??_0x345f1f[_0x329da1(0x4e4,0x557,_0x2ec58f._0x731e33,_0x2ec58f._0x466d1b)],_0x13982f=_0x345f1f[_0x324e3b(0x2a6,0x398,_0x2ec58f._0xfb2123,0x30b)](typeof _0x305f1a,_0x329da1(_0x2ec58f._0x33ce1e,0x379,_0x2ec58f._0x374d20,_0x2ec58f._0x1b34cf))?_0x305f1a[_0x324e3b(_0x2ec58f._0x8d4bc1,_0x2ec58f._0x11fb99,_0x2ec58f._0x554da1,0x1cb)+'e']():_0x329da1(_0x2ec58f._0x27b857,0x630,0x567,0x63c),_0x403cd8=_0x373708['query']['force']??_0x373708['body']?.[_0x324e3b(0x15a,_0x2ec58f._0x244593,0x1e1,_0x2ec58f._0x1a3cfd)],_0x2f197c=_0x345f1f['Aczxp'](_0x403cd8,!![])||_0x345f1f['anqMr'](_0x403cd8,_0x345f1f['sueWJ']),_0x30247f=new Date()[_0x324e3b(0x122,0x231,0x181,_0x2ec58f._0x2e500e)+'g']();function _0x324e3b(_0x298f22,_0x422ebd,_0x50f7fd,_0x24de30){return _0x10e0a8(_0x298f22,_0x24de30-0x2d2,_0x50f7fd-_0x22ce36._0x5f4835,_0x24de30-_0x22ce36._0x16781e);}if(_0x345f1f[_0x329da1(_0x2ec58f._0x384673,_0x2ec58f._0x38afcf,0x68f,0x503)](_0x13982f,_0x345f1f[_0x329da1(_0x2ec58f._0x47cb2c,0x5f7,_0x2ec58f._0x18873d,0x5d3)])&&_0x13982f!==_0x345f1f['ZXNgn']){const _0x3df643={};return _0x3df643[_0x324e3b(_0x2ec58f._0x585654,_0x2ec58f._0x34ef7a,0x257,_0x2ec58f._0x1a72d2)]=_0x345f1f['qruyd'],_0x3df643[_0x324e3b(0x2c7,_0x2ec58f._0xd98138,0x1fa,0x2ea)]=_0x345f1f[_0x329da1(0x3a5,0x3a8,0x305,0x429)],_0x2111d0['status'](-0x2222*-0x1+0xdd7+-0x2e69)[_0x324e3b(0xda,_0x2ec58f._0x52734e,0x210,_0x2ec58f._0x4a1752)](_0x3df643);}const _0x47356e=Object['entries'](coderConfig?.[_0x324e3b(_0x2ec58f._0x412c0e,_0x2ec58f._0x501e39,_0x2ec58f._0x4a39b0,0x247)+'ts']||{})[_0x324e3b(0x135,0xbe,_0x2ec58f._0xb0cffb,_0x2ec58f._0x5ae116)](([,_0x26f896])=>Array[_0x324e3b(0x223,0x3c0,0x3b2,0x2cf)](_0x26f896[_0x329da1(0x50c,0x461,0x5bd,0x479)])&&_0x26f896[_0x324e3b(0x36b,0x290,0x1dc,0x2f2)][_0x324e3b(0x350,0x2cf,0x399,0x2c4)](_0x503b63))[_0x329da1(_0x2ec58f._0x10d0b8,_0x2ec58f._0x573ade,_0x2ec58f._0x4f5c84,_0x2ec58f._0x35b30a)](([_0x434663])=>_0x434663),_0x1a1677=_0x47356e[_0x329da1(_0x2ec58f._0x3a19ee,_0x2ec58f._0x3911dc,0x31c,_0x2ec58f._0x3f01ac)](_0x23a94b=>_0x23a94b!==_0x5deb11);if(_0x345f1f[_0x329da1(_0x2ec58f._0xbc0781,_0x2ec58f._0x5cd1b4,_0x2ec58f._0x44c108,_0x2ec58f._0x53fe25)](_0x13982f,_0x345f1f[_0x329da1(0x4e4,_0x2ec58f._0x58749a,_0x2ec58f._0x5466c5,_0x2ec58f._0x69c5f3)])&&_0x345f1f[_0x324e3b(_0x2ec58f._0x3355ec,_0x2ec58f._0xea0319,_0x2ec58f._0x5562d0,_0x2ec58f._0x302026)](_0x1a1677['length'],-0xc1a+-0x9ac+0x15c6*0x1)&&!_0x2f197c){const _0x289f0d={};return _0x289f0d[_0x329da1(0x431,_0x2ec58f._0x318f77,0x42f,_0x2ec58f._0x50cd39)]=_0x324e3b(0x3a5,_0x2ec58f._0x1d0a5a,_0x2ec58f._0x4037b1,0x324),_0x289f0d[_0x329da1(0x504,_0x2ec58f._0x30cf25,_0x2ec58f._0x391403,0x581)]=_0x324e3b(_0x2ec58f._0x2677af,0x1ed,_0x2ec58f._0x3902ef,0x1db)+_0x503b63+(_0x329da1(0x3d6,0x2ee,0x40f,0x4e8)+_0x329da1(0x407,_0x2ec58f._0xae601a,_0x2ec58f._0x296b74,0x37e)+_0x324e3b(0x13c,_0x2ec58f._0x554da1,_0x2ec58f._0x3fb4e4,_0x2ec58f._0x254721)+'ments.\x20Re-'+_0x324e3b(0x213,_0x2ec58f._0x5e20dc,_0x2ec58f._0x324726,0x232)+_0x324e3b(0x238,0x18b,0x2e,0x12d)+'to\x20remove\x20'+_0x329da1(_0x2ec58f._0x4f593a,_0x2ec58f._0x4f06e3,_0x2ec58f._0x286ca1,0x3bf)+_0x329da1(_0x2ec58f._0x9a9cb9,0x492,0x568,0x340)+_0x329da1(_0x2ec58f._0x53d3bc,_0x2ec58f._0x523d87,_0x2ec58f._0x727e62,_0x2ec58f._0x3f88d9)+'elete\x20it.'),_0x289f0d[_0x329da1(_0x2ec58f._0x4295ca,0x382,_0x2ec58f._0xcd829e,_0x2ec58f._0x58473e)+'ts']=_0x1a1677,_0x2111d0[_0x329da1(_0x2ec58f._0x5f2906,0x4ed,0x3ba,0x545)](0x6b8*-0x2+0x1409+-0x8*0xa0)['json'](_0x289f0d);}const _0xb9ed3b=_0x345f1f[_0x329da1(0x525,0x63a,_0x2ec58f._0x22b8cb,0x478)](_0x13982f,_0x345f1f['ZXNgn'])?[_0x5deb11]:_0x2f197c?_0x47356e:[_0x5deb11],_0x4594f1={};_0x4594f1[_0x329da1(0x579,0x547,0x653,0x4cb)]=_0x360d57[_0x329da1(_0x2ec58f._0xfb260,0x61b,_0x2ec58f._0x52b06a,0x560)],_0x4594f1[_0x329da1(0x573,0x503,0x5bc,0x519)]=_0x503b63,_0x4594f1[_0x324e3b(0x369,_0x2ec58f._0x22c43d,0x417,0x343)]=_0x13982f,_0x4594f1[_0x329da1(0x388,0x486,0x342,0x4a4)]=_0x2f197c,_0x4594f1[_0x324e3b(_0x2ec58f._0x10b630,0x243,0x1f7,0x247)+'t']=_0x5deb11,_0x4594f1[_0x329da1(0x461,0x3cc,_0x2ec58f._0x21160d,_0x2ec58f._0x1fe523)+'tsToUnassi'+'gn']=_0xb9ed3b,_0x4594f1['userId']=_0x4de997['id'],logger[_0x329da1(0x4fb,_0x2ec58f._0x1e4521,_0x2ec58f._0x504933,_0x2ec58f._0x14f371)](_0x345f1f[_0x324e3b(_0x2ec58f._0x1dbc36,_0x2ec58f._0x1e4f76,0x2e6,0x2c1)],_0x4594f1);function _0x329da1(_0x51708b,_0x120540,_0x49230a,_0x511238){return _0x10e0a8(_0x49230a,_0x51708b-0x4ec,_0x49230a-_0x29040f._0x22f4a1,_0x511238-_0x29040f._0x5efc85);}try{if(_0x345f1f['FOyYj'](_0x324e3b(0x2ce,_0x2ec58f._0x1c2ec3,_0x2ec58f._0x5bf003,0x29e),_0x345f1f[_0x324e3b(0x1db,_0x2ec58f._0x5168e0,_0x2ec58f._0x57b226,0x1d9)])){for(const _0x2bb7c4 of _0xb9ed3b){try{if(_0x345f1f[_0x324e3b(0x318,_0x2ec58f._0x24db62,0x251,_0x2ec58f._0x8d4bc1)]!==_0x345f1f[_0x324e3b(0x2be,_0x2ec58f._0x1be25c,_0x2ec58f._0x28cca2,0x242)]){const _0x179280=_0x25e898[_0x324e3b(_0x2ec58f._0x2b8c2f,0x39b,0x3c2,_0x2ec58f._0x2660b7)](setupPath,_0x345f1f[_0x329da1(0x3a6,_0x2ec58f._0x409746,0x48d,_0x2ec58f._0x4e1d71)],_0x2bb7c4,_0x345f1f['yDajA']);let _0x231e47,_0x244b2d,_0x1ac38d=![];try{const _0x33bf60=await _0x50cdb4[_0x329da1(0x34e,0x268,_0x2ec58f._0x18a50e,0x364)](_0x179280,'utf-8');_0x244b2d=JSON['parse'](_0x33bf60),_0x231e47=_0x179280;if(Array[_0x329da1(_0x2ec58f._0x510f45,0x490,_0x2ec58f._0x1af952,0x4d8)](_0x244b2d[_0x329da1(_0x2ec58f._0x14f4ff,0x515,0x5f4,_0x2ec58f._0x382204)])){if(_0x345f1f['vvNqt'](_0x324e3b(0x2e4,0x369,0x330,_0x2ec58f._0x154f0f),'DVnyB'))_0x23657d[_0x345f1f['VmqyB']]=_0x5c8609;else{const _0xea4418=_0x244b2d[_0x324e3b(0x237,_0x2ec58f._0x569570,_0x2ec58f._0x124115,_0x2ec58f._0x35bda1)]['filter'](_0x6247f1=>_0x6247f1!==_0x503b63);_0x345f1f[_0x324e3b(0x281,0x3a4,0x486,_0x2ec58f._0x30a5f4)](_0xea4418[_0x329da1(_0x2ec58f._0x2436dc,_0x2ec58f._0x540d40,_0x2ec58f._0x299deb,0x487)],_0x244b2d[_0x329da1(0x50c,_0x2ec58f._0x3ad0e9,_0x2ec58f._0x518e72,_0x2ec58f._0x552512)][_0x329da1(_0x2ec58f._0x46e44e,_0x2ec58f._0x727e62,_0x2ec58f._0xab7601,_0x2ec58f._0x200230)])&&(_0x345f1f['anqMr'](_0x345f1f[_0x329da1(_0x2ec58f._0x26b1bd,_0x2ec58f._0x3f7333,0x478,0x3f7)],_0x345f1f[_0x329da1(_0x2ec58f._0x26b1bd,_0x2ec58f._0x52f23b,_0x2ec58f._0x39f54f,_0x2ec58f._0x25fd4a)])?(_0x244b2d[_0x329da1(_0x2ec58f._0x14f4ff,_0x2ec58f._0x1358b4,0x49c,0x449)]=_0xea4418,_0x1ac38d=!![]):_0x21a747[_0x13d7b5]=[]);}}}catch{const _0x58e1d2=_0x25e898['join'](setupPath,_0x345f1f[_0x324e3b(0x28c,_0x2ec58f._0x335172,0x14f,0x253)]);try{const _0x62af68=await _0x50cdb4['readFile'](_0x58e1d2,_0x345f1f[_0x324e3b(_0x2ec58f._0x356905,_0x2ec58f._0x2ddbbe,_0x2ec58f._0x4a829f,0x1b8)]);_0x244b2d=JSON[_0x324e3b(0xcd,0x1a4,_0x2ec58f._0x303e38,0x19c)](_0x62af68),_0x231e47=_0x58e1d2;const _0x396f28=_0x244b2d[_0x324e3b(0x2a2,_0x2ec58f._0x525285,0x23d,0x247)+'ts']?.[_0x2bb7c4]?.[_0x329da1(_0x2ec58f._0x14f4ff,_0x2ec58f._0x22e45e,0x45e,_0x2ec58f._0x54c56f)];if(Array[_0x329da1(0x4e9,0x5f4,0x3f8,0x54a)](_0x396f28)){const _0x56a285=_0x396f28['filter'](_0x22ec2f=>_0x22ec2f!==_0x503b63);_0x56a285['length']!==_0x396f28['length']&&(_0x244b2d['environmen'+'ts'][_0x2bb7c4][_0x324e3b(0x339,_0x2ec58f._0x218d4b,_0x2ec58f._0x4839b0,0x2f2)]=_0x56a285,_0x1ac38d=!![]);}}catch(_0x16e2d7){if(_0x345f1f[_0x329da1(_0x2ec58f._0x456dea,0x359,0x45f,_0x2ec58f._0x415e7b)](_0x345f1f['ndxFm'],_0x345f1f[_0x329da1(_0x2ec58f._0x6abac,_0x2ec58f._0x392a2b,_0x2ec58f._0x169ccf,0x29c)])){const _0x3b328={};return _0x3b328[_0x324e3b(_0x2ec58f._0x5a80bb,0x312,_0x2ec58f._0x5515d7,0x217)]=_0x345f1f[_0x324e3b(0x29a,0x382,_0x2ec58f._0x282b01,0x2ff)],_0x3b328[_0x329da1(0x504,_0x2ec58f._0x33622d,_0x2ec58f._0x8db0da,0x498)]=_0x345f1f[_0x324e3b(0x188,0x161,_0x2ec58f._0x3fe8b0,0x13c)],_0x45be63[_0x324e3b(_0x2ec58f._0x4f217a,0x363,_0x2ec58f._0x537a7a,0x2b3)](-0x3b7+-0x5a+0x5a1)[_0x324e3b(_0x2ec58f._0x3b2382,0x26f,_0x2ec58f._0xcfc0a1,0x1af)](_0x3b328);}else{const _0x5d8c44={};_0x5d8c44[_0x324e3b(0x2fc,0x3e8,_0x2ec58f._0x198a90,_0x2ec58f._0x4f8b05)]=_0x360d57[_0x324e3b(_0x2ec58f._0x26c432,_0x2ec58f._0x4b3388,_0x2ec58f._0x46ee2c,_0x2ec58f._0x4f8b05)],_0x5d8c44[_0x329da1(_0x2ec58f._0x327d86,0x4fb,_0x2ec58f._0x12018b,_0x2ec58f._0x5c4fd4)]=_0x503b63,_0x5d8c44[_0x329da1(_0x2ec58f._0x44a410,0x57d,0x57b,0x66c)]=_0x2bb7c4,_0x5d8c44['error']=_0x16e2d7[_0x329da1(0x504,0x593,_0x2ec58f._0x144d5b,0x469)],logger[_0x324e3b(_0x2ec58f._0x2158a2,0x111,_0x2ec58f._0x577955,_0x2ec58f._0x37d8e8)](_0x329da1(0x466,0x430,0x416,_0x2ec58f._0x44a3dc)+'read\x20confi'+_0x324e3b(_0x2ec58f._0x2f2408,0x3ea,_0x2ec58f._0x12d54a,0x2d6)+_0x329da1(_0x2ec58f._0x50593d,0x370,0x400,_0x2ec58f._0x15569a)+'skill',_0x5d8c44);continue;}}}if(_0x1ac38d){if(_0x345f1f[_0x329da1(0x57f,0x629,0x65d,_0x2ec58f._0x47502a)](_0x345f1f[_0x329da1(_0x2ec58f._0x56b895,_0x2ec58f._0x418fd4,0x51d,0x50c)],_0x345f1f['Ncjvq']))await _0x50cdb4[_0x329da1(_0x2ec58f._0x202d53,_0x2ec58f._0x296b74,0x3b9,_0x2ec58f._0x1e6a97)](_0x231e47,JSON[_0x329da1(_0x2ec58f._0xba8b44,0x49f,0x51b,0x414)](_0x244b2d,null,-0x4*0x1b+-0x21d8+0x2246),_0x345f1f[_0x329da1(_0x2ec58f._0x3bfaab,0x2cf,0x2bd,0x2e7)]);else{const _0x1abe10={};_0x1abe10[_0x324e3b(0x3d5,0x273,_0x2ec58f._0x36fc90,_0x2ec58f._0x3b4143)]=_0x1a25af[_0x324e3b(_0x2ec58f._0xeb9839,_0x2ec58f._0x47bdc9,_0x2ec58f._0x14c047,0x2df)],_0x1abe10[_0x329da1(_0x2ec58f._0x175825,0x473,0x413,0x51d)]=_0x329da1(_0x2ec58f._0x1ad312,0x4b9,0x301,_0x2ec58f._0x1f3929),_0x471c91[_0x324e3b(_0x2ec58f._0x254721,0x2dc,_0x2ec58f._0x2d60c5,0x1e2)](_0x1abe10);}}}else{const _0x2fae97=_0x15e495[_0x324e3b(_0x2ec58f._0x4ff184,_0x2ec58f._0x25fd4a,0x217,_0x2ec58f._0x49e7b7)](_0x403b9e)[_0x329da1(0x49e,0x420,_0x2ec58f._0x3e6a09,0x3c9)](_0x11b386=>_0x272564[_0x329da1(0x4e9,0x4d7,0x476,0x5b4)](_0x17cb66[_0x11b386]));_0x2fae97&&_0xf13e64[_0x2fae97][_0x329da1(0x3fc,_0x2ec58f._0x295771,0x425,0x4bf)](_0x2333e7[_0x329da1(_0x2ec58f._0x160a32,_0x2ec58f._0x4d7908,0x4b1,_0x2ec58f._0x5b0214)]()[_0x329da1(0x556,_0x2ec58f._0x507f9c,0x4a1,_0x2ec58f._0x3e334a)](-0x7e5*0x1+0x1b33+-0x134c)[_0x329da1(0x54c,_0x2ec58f._0x615435,0x493,0x425)]());}}catch(_0x8100bd){const _0x1878af={};_0x1878af[_0x329da1(_0x2ec58f._0xfb260,_0x2ec58f._0x3e6a09,_0x2ec58f._0x3f5609,0x4f4)]=_0x360d57[_0x324e3b(_0x2ec58f._0x38fd90,0x23d,0x45c,_0x2ec58f._0x123f4a)],_0x1878af['skillId']=_0x503b63,_0x1878af['envName']=_0x2bb7c4,_0x1878af['error']=_0x8100bd[_0x324e3b(0x399,0x3b1,0x29a,_0x2ec58f._0x22325c)],logger['warn'](_0x345f1f[_0x324e3b(_0x2ec58f._0x3b77a8,_0x2ec58f._0xc9d964,0xbf,0x1c7)],_0x1878af);}}for(const _0xf5da9a of _0xb9ed3b){const _0x537f51=coderConfig?.[_0x324e3b(_0x2ec58f._0x3c0582,0x28a,0x285,_0x2ec58f._0x56ea12)+'ts']?.[_0xf5da9a]?.[_0x324e3b(_0x2ec58f._0x5e6543,_0x2ec58f._0x391d5d,0x380,0x2f2)];if(!Array[_0x329da1(_0x2ec58f._0x4fdf4e,0x529,0x4b2,_0x2ec58f._0x319fcc)](_0x537f51))continue;coderConfig[_0x324e3b(0x187,_0x2ec58f._0x53c46b,_0x2ec58f._0x249926,0x247)+'ts'][_0xf5da9a]['skills']=_0x537f51['filter'](_0x5d829f=>_0x5d829f!==_0x503b63);}if(_0x345f1f[_0x324e3b(0x34c,_0x2ec58f._0x1879be,_0x2ec58f._0x3cf76d,_0x2ec58f._0x26b469)](_0x13982f,_0x324e3b(_0x2ec58f._0x80a58f,_0x2ec58f._0x3f8d9a,_0x2ec58f._0x5515d7,_0x2ec58f._0x355332))){const _0x2625dc={};_0x2625dc[_0x324e3b(0x259,_0x2ec58f._0x43cb35,_0x2ec58f._0x5e8a40,_0x2ec58f._0x2a0311)]=!![],_0x2625dc['force']=!![],await _0x50cdb4['rm'](_0x1a00c2,_0x2625dc),removeContainersForSkill(_0x1a00c2,logger)[_0x329da1(0x3c7,0x3cd,_0x2ec58f._0x509497,0x44c)](()=>{});let _0x55a414=![];try{const _0x284135=await loadImportedSkillsRegistry();_0x284135[_0x324e3b(_0x2ec58f._0x1a4045,_0x2ec58f._0x50de6a,0x22b,_0x2ec58f._0x4e4ca8)]?.[_0x503b63]&&(delete _0x284135[_0x324e3b(0x2a3,0x2e2,_0x2ec58f._0x1dcc5f,0x2f2)][_0x503b63],await _0x345f1f[_0x324e3b(_0x2ec58f._0x15ab37,0x234,_0x2ec58f._0x20093b,0x312)](saveImportedSkillsRegistry,_0x284135),_0x55a414=!![]);const _0x2e3091={};_0x2e3091[_0x324e3b(_0x2ec58f._0x38e000,0x3ee,_0x2ec58f._0x2ef867,0x35f)]=_0x360d57[_0x324e3b(0x371,_0x2ec58f._0xda1081,0x2e6,0x35f)],_0x2e3091['skillId']=_0x503b63,_0x2e3091['environmen'+'t']=_0x5deb11,_0x2e3091[_0x329da1(_0x2ec58f._0x41cec6,_0x2ec58f._0x26609f,_0x2ec58f._0x3c9022,0x45f)]=_0x2f197c,_0x2e3091[_0x324e3b(0x3e2,0x30f,_0x2ec58f._0x402566,_0x2ec58f._0x2050f6)+_0x324e3b(0x1e2,_0x2ec58f._0x573aaa,_0x2ec58f._0xdf4605,_0x2ec58f._0xdb4be9)]=_0x55a414,_0x2e3091[_0x329da1(_0x2ec58f._0x4a3eed,_0x2ec58f._0x168e63,0x433,_0x2ec58f._0x2c2c1d)]=_0x4de997['id'],logger[_0x329da1(_0x2ec58f._0xc7bf73,0x576,0x447,_0x2ec58f._0xf9e45c)](_0x345f1f['lcZzn'],_0x2e3091);const _0x40ee93={};return _0x40ee93['success']=!![],_0x40ee93['id']=_0x503b63,_0x40ee93[_0x324e3b(_0x2ec58f._0x497ef8,_0x2ec58f._0x4006ea,0x391,0x343)]=_0x13982f,_0x40ee93['force']=_0x2f197c,_0x40ee93['environmen'+'t']=_0x5deb11,_0x40ee93['removedFro'+'mEnvironme'+'nts']=_0xb9ed3b,_0x40ee93[_0x329da1(_0x2ec58f._0x1116ba,_0x2ec58f._0x4f06e3,_0x2ec58f._0x5a31db,0x512)+'mRegistry']=_0x55a414,_0x40ee93[_0x329da1(_0x2ec58f._0x12c5db,_0x2ec58f._0xe0af58,_0x2ec58f._0x335f84,_0x2ec58f._0x42e451)]=_0x30247f,_0x40ee93['deletedByT'+_0x324e3b(0x76,_0x2ec58f._0x2b8c8c,_0x2ec58f._0x5bccaf,0x125)]=_0x360d57[_0x329da1(_0x2ec58f._0xfb260,0x456,_0x2ec58f._0x19c0dc,_0x2ec58f._0x31eb4b)],_0x40ee93[_0x324e3b(_0x2ec58f._0xe32b54,0x306,_0x2ec58f._0x2b2b17,_0x2ec58f._0x1b4581)+_0x329da1(0x419,_0x2ec58f._0x39deda,_0x2ec58f._0x29b66f,0x3c9)]=_0x4de997['id'],_0x2111d0[_0x324e3b(0x1b5,_0x2ec58f._0x15a87b,_0x2ec58f._0x5b7862,_0x2ec58f._0x379453)](_0x40ee93);}catch(_0x5cc81d){const _0x52f923={};_0x52f923[_0x324e3b(_0x2ec58f._0x218d4b,_0x2ec58f._0x50593d,0x253,0x35f)]=_0x360d57['taskId'],_0x52f923['skillId']=_0x503b63,_0x52f923['error']=_0x5cc81d[_0x329da1(0x504,_0x2ec58f._0x5b0589,_0x2ec58f._0x5a5873,0x4ac)],logger[_0x329da1(_0x2ec58f._0x557c36,0x3de,0x3b0,0x469)](_0x345f1f[_0x324e3b(_0x2ec58f._0x5bbc30,_0x2ec58f._0x4c6e0b,0x38b,_0x2ec58f._0x1b23ec)],_0x52f923);const _0x2cfd83={};_0x2cfd83['taskId']=_0x360d57['taskId'],_0x2cfd83[_0x324e3b(_0x2ec58f._0x1d2ef0,_0x2ec58f._0x19c212,_0x2ec58f._0x34d276,0x359)]=_0x503b63,_0x2cfd83['environmen'+'t']=_0x5deb11,_0x2cfd83['force']=_0x2f197c,_0x2cfd83[_0x329da1(0x475,_0x2ec58f._0x1fb5b8,_0x2ec58f._0x21160d,_0x2ec58f._0x5344fb)]=_0x4de997['id'],logger[_0x324e3b(0x204,_0x2ec58f._0x146f51,_0x2ec58f._0x157e39,0x239)](_0x345f1f[_0x324e3b(0x158,0x263,0x26b,0x20a)],_0x2cfd83);const _0x5cda1d={};return _0x5cda1d['success']=!![],_0x5cda1d['id']=_0x503b63,_0x5cda1d[_0x324e3b(0x435,0x26d,_0x2ec58f._0x5f1646,0x343)]=_0x13982f,_0x5cda1d[_0x329da1(0x388,_0x2ec58f._0x50dcf6,_0x2ec58f._0x2fcb00,0x293)]=_0x2f197c,_0x5cda1d[_0x329da1(0x461,0x45b,0x4fe,0x35d)+'t']=_0x5deb11,_0x5cda1d[_0x324e3b(_0x2ec58f._0xeb69a1,_0x2ec58f._0xabd075,_0x2ec58f._0x4f5661,_0x2ec58f._0x2050f6)+_0x329da1(0x3d1,0x388,_0x2ec58f._0x1879be,0x338)+_0x324e3b(_0x2ec58f._0x3b1f43,0x191,0x13f,_0x2ec58f._0x476948)]=_0xb9ed3b,_0x5cda1d[_0x324e3b(_0x2ec58f._0x3de1dd,0x36e,0x258,_0x2ec58f._0x2050f6)+_0x324e3b(_0x2ec58f._0x2621b9,_0x2ec58f._0x175f99,0x311,_0x2ec58f._0x3a4455)]=![],_0x5cda1d[_0x324e3b(_0x2ec58f._0xdb818b,_0x2ec58f._0x145e1c,_0x2ec58f._0x2e0b98,0x177)]=_0x30247f,_0x5cda1d[_0x329da1(0x36e,_0x2ec58f._0x34d276,_0x2ec58f._0x970489,_0x2ec58f._0x97cb8a)+'askId']=_0x360d57[_0x329da1(_0x2ec58f._0x176e43,0x640,0x53b,0x4c7)],_0x5cda1d['deletedByU'+_0x329da1(_0x2ec58f._0x8715f8,_0x2ec58f._0x490e6f,0x481,0x4d5)]=_0x4de997['id'],_0x2111d0[_0x324e3b(0x25f,0xfd,_0x2ec58f._0x2d5332,_0x2ec58f._0x3f13b0)](_0x5cda1d);}}const _0x3dad52={};_0x3dad52['taskId']=_0x360d57[_0x324e3b(_0x2ec58f._0x1a7650,_0x2ec58f._0x4a772d,0x3c5,0x35f)],_0x3dad52[_0x329da1(_0x2ec58f._0x520f54,_0x2ec58f._0x1c77df,_0x2ec58f._0x5b2024,0x467)]=_0x503b63,_0x3dad52[_0x324e3b(_0x2ec58f._0x46ff5f,0x194,_0x2ec58f._0x266bbf,_0x2ec58f._0x499058)+'t']=_0x5deb11,_0x3dad52[_0x329da1(_0x2ec58f._0x4a3eed,0x494,0x3ff,_0x2ec58f._0x30e570)]=_0x4de997['id'],logger[_0x329da1(_0x2ec58f._0x1b34e5,_0x2ec58f._0x21160d,_0x2ec58f._0x2f69ec,_0x2ec58f._0x3c2928)](_0x345f1f[_0x329da1(0x3a3,0x4ca,_0x2ec58f._0x38a8ad,0x41a)],_0x3dad52);const _0x32d6cb={};return _0x32d6cb[_0x329da1(_0x2ec58f._0xfba4ba,0x357,0x253,_0x2ec58f._0x4d0d6e)]=!![],_0x32d6cb['id']=_0x503b63,_0x32d6cb[_0x324e3b(0x29f,0x406,0x43c,_0x2ec58f._0x5341c7)]=_0x13982f,_0x32d6cb['environmen'+'t']=_0x5deb11,_0x32d6cb[_0x329da1(0x3f4,_0x2ec58f._0x14c734,_0x2ec58f._0x3e334a,_0x2ec58f._0x4fc94c)+_0x329da1(_0x2ec58f._0x31b498,_0x2ec58f._0x3c88a7,0x550,0x3d8)+_0x329da1(_0x2ec58f._0xb05085,0x4c3,0x56b,_0x2ec58f._0x2c3306)]=_0xb9ed3b,_0x32d6cb[_0x324e3b(_0x2ec58f._0x31fba6,0x38c,_0x2ec58f._0x3fb4e4,_0x2ec58f._0x40d128)]=_0x30247f,_0x32d6cb[_0x329da1(0x57a,0x5e7,0x51e,_0x2ec58f._0x23fca8)+'askId']=_0x360d57['taskId'],_0x32d6cb[_0x324e3b(0x274,_0x2ec58f._0x3c8bfd,_0x2ec58f._0x2b8c8c,_0x2ec58f._0x52708f)+'serId']=_0x4de997['id'],_0x2111d0[_0x324e3b(_0x2ec58f._0x14a3ee,0x8c,0x236,_0x2ec58f._0x4a1752)](_0x32d6cb);}else{const _0xc39cd8={};_0xc39cd8[_0x329da1(_0x2ec58f._0x204151,0x5da,0x4f7,0x694)]=_0x6bab15,_0x43a872[_0x324e3b(_0x2ec58f._0x64b359,_0x2ec58f._0x124a23,_0x2ec58f._0x47f6db,_0x2ec58f._0x37d8e8)](_0x345f1f['XHzeg'],_0xc39cd8);const _0x29a4f4={};return _0x29a4f4['error']='Bad\x20Reques'+'t',_0x29a4f4[_0x329da1(_0x2ec58f._0x57c221,0x3f0,0x521,_0x2ec58f._0x3daf68)]=_0x324e3b(_0x2ec58f._0x5e0a11,_0x2ec58f._0x49382e,_0x2ec58f._0x33eb59,0x282)+_0x329da1(0x396,_0x2ec58f._0x1a7a77,_0x2ec58f._0x1d1590,_0x2ec58f._0x341049)+_0x329da1(_0x2ec58f._0x5ed7ab,0x571,0x523,_0x2ec58f._0x55438d)+_0x324e3b(0x2fa,_0x2ec58f._0x4b893f,0x2a6,_0x2ec58f._0x18c9a8),_0x3b62f9[_0x329da1(_0x2ec58f._0x5eaca3,_0x2ec58f._0x1df91d,_0x2ec58f._0x1f2503,_0x2ec58f._0x153d12)](0x1baf+0x2b*0x7e+-0x2f49)[_0x329da1(0x3c9,_0x2ec58f._0x193b28,_0x2ec58f._0x298759,_0x2ec58f._0xc46556)](_0x29a4f4);}}catch(_0x19b9a4){if(_0x345f1f[_0x329da1(_0x2ec58f._0x32abf7,_0x2ec58f._0x33f89f,0x4b2,_0x2ec58f._0x391d18)](_0x345f1f[_0x329da1(0x4e1,0x530,0x602,_0x2ec58f._0x3c8bfd)],_0x329da1(_0x2ec58f._0x10b8f8,0x2e4,_0x2ec58f._0x172fa5,0x47c)))_0x46fb46[_0x324e3b(0x31f,0x22d,_0x2ec58f._0x394f04,_0x2ec58f._0x56ea12)+'ts'][_0x1b5e76][_0x329da1(_0x2ec58f._0x43c16b,_0x2ec58f._0x51ab3b,0x4cb,_0x2ec58f._0x2f69ec)]=[];else{const _0x2cc998={};return _0x2cc998['taskId']=_0x360d57[_0x324e3b(0x3ff,0x41e,_0x2ec58f._0x526633,_0x2ec58f._0x123f4a)],_0x2cc998[_0x329da1(0x573,0x4fb,_0x2ec58f._0x47b6e1,_0x2ec58f._0x3f5cf2)]=_0x503b63,_0x2cc998[_0x329da1(_0x2ec58f._0x1f5513,0x679,_0x2ec58f._0x18873d,_0x2ec58f._0x5d968f)]=_0x13982f,_0x2cc998[_0x324e3b(_0x2ec58f._0x57a7a1,_0x2ec58f._0x500430,_0x2ec58f._0x26ea1b,0x217)]=_0x19b9a4[_0x329da1(_0x2ec58f._0x57c221,_0x2ec58f._0x16a8c5,_0x2ec58f._0x449f94,0x4f0)],logger['error'](_0x345f1f['cObDI'],_0x2cc998),_0x2111d0[_0x324e3b(0x2af,0x1b7,_0x2ec58f._0x1a80ed,_0x2ec58f._0x129548)](0x222e+-0x476*-0x5+-0x15d*0x28)[_0x324e3b(_0x2ec58f._0x57608a,_0x2ec58f._0x33eb59,0x1af,0x1af)]({'error':_0x345f1f[_0x324e3b(_0x2ec58f._0x20a47c,_0x2ec58f._0x33e012,_0x2ec58f._0x97c6bf,_0x2ec58f._0x24b971)],'message':_0x345f1f[_0x329da1(_0x2ec58f._0x44fd8a,0x3f5,0x24e,0x3f3)](_0x13982f,_0x345f1f['POlHA'])?_0x345f1f[_0x324e3b(_0x2ec58f._0x4186d2,0x18b,_0x2ec58f._0x6eb791,_0x2ec58f._0x1d8d32)]:_0x345f1f[_0x329da1(0x3a9,_0x2ec58f._0x44d400,0x483,_0x2ec58f._0x546b3a)]});}}}),router[_0x10e0a8(-0x7a,-0x166,-0x5b,-0x1bb)](_0x10e0a8(-0xaf,-0x48,-0x11b,0x1f)+_0x4e6879(0x4db,0x443,0x499,0x46e)+_0x4e6879(0x45a,0x3b6,0x554,0x352),requireTaskAuth,validateSkillAccess,async(_0x42ca35,_0x16766b)=>{const _0x6c973e={_0xd2a84:0x55c,_0xa30a0d:0x614,_0x5222bb:0x38c,_0x23c356:0x472,_0x513f61:0x527,_0x528335:0x576,_0x46d7ff:0x511,_0x5116ad:0x53f,_0x2e53e8:0x40f,_0x438f84:0x3a1,_0x5a2578:0x329,_0x345968:0x43b,_0x2935b5:0x4c8,_0x57c2ad:0x340,_0x26ee6b:0x2c1,_0x2f791a:0x516,_0x31f8a0:0x5b4,_0x4edd8d:0x653,_0x3bad6c:0x4a3,_0x5e5e5b:0x6e8,_0x27e4f1:0x37b,_0xd3e11c:0x49c,_0x548111:0x5c0,_0x5b49b4:0x2d0,_0x10a334:0x397,_0x198f91:0x4df,_0x46e75d:0x5cf,_0x360d0c:0x3f3,_0x316bcd:0x43a,_0x4d9a0f:0x4db,_0x186d28:0x582,_0x2f753f:0x440,_0x5199c4:0x5cc,_0x5427c8:0x78e,_0xb84ed1:0x6f0,_0x38a2d4:0x3cd,_0x32f501:0x378,_0x369f4c:0x510,_0x34bf17:0x589,_0x9c9316:0x5b1,_0x2718fc:0x482,_0x216abe:0x5bc,_0x1b6d7a:0x671,_0x2c373e:0x6f9,_0x18d9e6:0x5bd,_0x5f4e9a:0x605,_0x317866:0x542,_0x5e4347:0x544,_0x4e4742:0x53a,_0x35805d:0x2cc,_0x206dad:0x55f,_0x39b05c:0x5f7,_0x34b76b:0x6e2,_0x3365ba:0x509,_0x432d2a:0x5ef,_0x483be5:0x6a1,_0x18f052:0x41a,_0x3b4a85:0x3dc,_0x354ecc:0x46a,_0x5e6423:0x472,_0x3aa19f:0x495,_0x451559:0x429,_0x549122:0x521,_0x2b282c:0x4b0,_0x54dc25:0x322,_0x52fe9c:0x3c0,_0x150282:0x47a,_0xf597df:0x467,_0x7f2b7d:0x3de,_0x906d2e:0x406,_0x32334c:0x50e,_0xcd26d6:0x55d,_0x363e19:0x521,_0x2c6efc:0x58d,_0x2b9920:0x5b8,_0x571e17:0x6cc,_0x302af3:0x5cc,_0x2165cf:0x688,_0x5bfc4c:0x6a6,_0x2c9e64:0x6e7,_0x531bb5:0x654,_0x123a41:0x712,_0x20967a:0x42a,_0x2f4d6c:0x6fd,_0x1d0b53:0x700,_0x5a4ece:0x72d,_0x9290f:0x6a9,_0x48d8b1:0x585,_0x17b707:0x6a5,_0x1d8995:0x5f2,_0x1ede49:0x412,_0x524502:0x6aa,_0x36d394:0x496,_0xbb7d6c:0x4dd,_0x3a316e:0x5ef,_0x54236e:0x642,_0x209ead:0x55a,_0x333c1b:0x546,_0x54019c:0x3b7,_0x404f2b:0x443,_0x2768f3:0x444,_0x2f9dc8:0x351,_0x4dad73:0x243,_0x139b6f:0x623,_0x1a9340:0x73a,_0x3c1f2d:0x68b,_0xeb0591:0x750,_0x3e6c66:0x5b0,_0x109d4c:0x43d,_0x19afd6:0x4e0,_0x1e9aa1:0x731,_0x110d5c:0x61f,_0x53c773:0x640,_0x5d4ba3:0x396,_0x3ab7ca:0x33f,_0x2c4359:0x339,_0x3d7d01:0x715,_0x5607fc:0x598,_0x29604a:0x748,_0x2d6abd:0x6d7,_0x2d9412:0x66f,_0x40e3a3:0x670,_0x5d262a:0x53d,_0x13d24f:0x6fa,_0x4cecd9:0x5e2,_0x1d8372:0x4a8,_0x2c87e2:0x66b,_0x128446:0x615,_0x6d8a46:0x6a3,_0x4291c8:0x582,_0x48d926:0x507,_0x4aff9b:0x639,_0x46d89d:0x640,_0x55ba98:0x625,_0x4538a5:0x54b,_0x9a775c:0x646,_0x17ee2c:0x753,_0x31d0bc:0x68b,_0x5ac0ef:0x72f,_0x526741:0x595,_0x2189b1:0x550,_0x212d2d:0x5c2,_0x1d37ef:0x602,_0x627d84:0x699,_0x570b1d:0x5a4,_0x1b97f0:0x60a,_0x50d9ca:0x5bf,_0x2c6e94:0x62b,_0x4ed188:0x5a9,_0x4eeaac:0x7b3,_0x1e2297:0x3d1,_0x4abae8:0x5ae,_0x54cd91:0x675,_0x3c53f1:0x68f,_0x485339:0x5d2,_0x53728f:0x3d5,_0x1a12ce:0x2cf,_0x484321:0x7e1,_0x3bf8a8:0x700,_0x529f97:0x68b,_0x93a85a:0x6c2,_0x5cbc6a:0x4b7,_0x416bff:0x46e,_0x2cd97e:0x6fa,_0x1849cf:0x673,_0x61695b:0x5f9,_0x6555b6:0x58a,_0x51776d:0x510,_0x3bdeef:0x455,_0x410528:0x502,_0x81e77f:0x5f5,_0x191892:0x5b8,_0x139f06:0x659,_0x267ae5:0x4af,_0x26019a:0x3ee,_0x37cf9f:0x5b4,_0x1ed80f:0x510,_0xef8895:0x597,_0x53e36b:0x52b,_0x28be14:0x516,_0x2cd42c:0x4d9,_0x5cee44:0x42a},_0x50c0a6={_0x2e15ad:0x4f8,_0x12743b:0x1d2},_0x50e613={_0x2bc0a1:0x1ad},_0x30ed24={};_0x30ed24['mSPKS']='allowed-to'+'ols',_0x30ed24[_0x31455a(0x588,_0x6c973e._0xd2a84,_0x6c973e._0xa30a0d,0x53e)]=_0x31455a(_0x6c973e._0x5222bb,_0x6c973e._0x23c356,_0x6c973e._0x513f61,0x431)+'update\x20ski'+'ll',_0x30ed24[_0x5689b3(_0x6c973e._0x528335,_0x6c973e._0x46d7ff,_0x6c973e._0x5116ad,0x620)]=_0x31455a(0x323,_0x6c973e._0x2e53e8,0x2f1,_0x6c973e._0x438f84)+_0x31455a(_0x6c973e._0x5a2578,_0x6c973e._0x345968,_0x6c973e._0x2935b5,0x494)+'r',_0x30ed24['nmRXe']='Skill\x20mana'+_0x31455a(_0x6c973e._0x57c2ad,0x37d,_0x6c973e._0x26ee6b,0x2e6)+_0x5689b3(0x6f1,0x610,_0x6c973e._0x2f791a,_0x6c973e._0x31f8a0)+_0x5689b3(0x565,0x5c1,0x673,_0x6c973e._0x4edd8d)+_0x31455a(0x4d3,_0x6c973e._0x3bad6c,0x547,0x495),_0x30ed24['Dspdz']=_0x5689b3(_0x6c973e._0x5e5e5b,0x5d6,0x536,0x543)+'ed',_0x30ed24[_0x31455a(0x3dd,_0x6c973e._0x27e4f1,0x312,_0x6c973e._0xd3e11c)]=_0x31455a(_0x6c973e._0x548111,_0x6c973e._0x2935b5,0x516,0x46b)+_0x31455a(_0x6c973e._0x5b49b4,_0x6c973e._0x10a334,0x4be,0x44a)+_0x31455a(0x40f,0x3ef,0x4af,0x32d),_0x30ed24['nOLUA']=function(_0x14c185,_0x1e37f2){return _0x14c185===_0x1e37f2;},_0x30ed24[_0x5689b3(_0x6c973e._0x198f91,_0x6c973e._0x46e75d,0x641,0x4ba)]=_0x31455a(0x481,_0x6c973e._0x360d0c,0x4a1,0x308),_0x30ed24['JjeSl']=_0x31455a(0x341,_0x6c973e._0x316bcd,_0x6c973e._0x4d9a0f,0x461)+_0x31455a(_0x6c973e._0x186d28,0x4a7,_0x6c973e._0x2f753f,_0x6c973e._0x5199c4)+_0x5689b3(_0x6c973e._0x5427c8,0x696,_0x6c973e._0xb84ed1,0x5db),_0x30ed24[_0x31455a(_0x6c973e._0x38a2d4,_0x6c973e._0x32f501,0x32b,0x304)]=function(_0x5db1bd,_0x5a044e){return _0x5db1bd===_0x5a044e;},_0x30ed24[_0x31455a(_0x6c973e._0x369f4c,_0x6c973e._0x34bf17,_0x6c973e._0x9c9316,_0x6c973e._0x2718fc)]=_0x5689b3(_0x6c973e._0x216abe,0x6a6,_0x6c973e._0x1b6d7a,_0x6c973e._0x2c373e),_0x30ed24[_0x5689b3(_0x6c973e._0x18d9e6,_0x6c973e._0x5f4e9a,_0x6c973e._0x317866,0x707)]=_0x5689b3(0x577,_0x6c973e._0x5e4347,0x48a,0x644),_0x30ed24['ksgxi']=function(_0x1726ed,_0x39d43c){return _0x1726ed!==_0x39d43c;},_0x30ed24[_0x31455a(0x5a7,0x4da,_0x6c973e._0x4e4742,0x4a0)]=_0x31455a(0x3fe,0x398,_0x6c973e._0x35805d,0x369),_0x30ed24[_0x31455a(0x597,0x51e,0x637,_0x6c973e._0x206dad)]=function(_0xa52f88,_0x13f770){return _0xa52f88===_0x13f770;},_0x30ed24['VHAMm']=_0x5689b3(0x3ec,0x4d6,0x4dc,_0x6c973e._0x39b05c),_0x30ed24[_0x5689b3(_0x6c973e._0x34b76b,0x707,0x813,0x733)]=_0x5689b3(_0x6c973e._0x3365ba,_0x6c973e._0x432d2a,_0x6c973e._0x483be5,0x641),_0x30ed24[_0x31455a(_0x6c973e._0x18f052,0x3fb,0x3d8,_0x6c973e._0x3b4a85)]=_0x31455a(_0x6c973e._0x354ecc,_0x6c973e._0x5e6423,_0x6c973e._0x3aa19f,_0x6c973e._0x451559)+_0x31455a(_0x6c973e._0x549122,0x3f9,_0x6c973e._0x2b282c,_0x6c973e._0x54dc25)+'\x20file',_0x30ed24[_0x31455a(0x3f3,0x453,0x553,_0x6c973e._0x52fe9c)]=_0x31455a(_0x6c973e._0x150282,0x472,_0x6c973e._0xf597df,0x386)+_0x31455a(_0x6c973e._0x7f2b7d,_0x6c973e._0x906d2e,_0x6c973e._0x10a334,0x4f6);const _0x15575d=_0x30ed24,{callingTask:_0xd47b62,skillId:_0x5a3290,skillPath:_0x43ba46,environmentName:_0x56a9b6}=_0x42ca35,_0x3f5cbb=_0x42ca35['params'][0x1d*0x146+0xd56+-0x3244*0x1];if(_0x3f5cbb[_0x5689b3(0x69d,0x665,0x699,0x6d3)]('..')){if(_0x15575d[_0x5689b3(0x404,_0x6c973e._0x32334c,_0x6c973e._0xcd26d6,0x5f0)](_0x15575d[_0x5689b3(_0x6c973e._0x363e19,_0x6c973e._0x46e75d,_0x6c973e._0x2c6efc,0x610)],'BEgle')){const _0xc6bbb7={};return _0xc6bbb7[_0x5689b3(0x622,_0x6c973e._0x2b9920,_0x6c973e._0x571e17,_0x6c973e._0x302af3)]='Bad\x20Reques'+'t',_0xc6bbb7['message']=_0x5689b3(0x669,0x58c,_0x6c973e._0x2165cf,0x641)+_0x5689b3(0x790,0x67b,_0x6c973e._0x5bfc4c,0x727),_0x16766b[_0x5689b3(_0x6c973e._0x2c9e64,_0x6c973e._0x531bb5,_0x6c973e._0x123a41,0x582)](0x3bb*-0x1+0x1de3+0x626*-0x4)[_0x31455a(0x3d0,0x3d5,0x3b1,_0x6c973e._0x20967a)](_0xc6bbb7);}else _0x221479[_0x15575d['mSPKS']]=_0x2aac96;}const _0x31f32d={};function _0x5689b3(_0xcca1de,_0x3017ad,_0x2e7e32,_0x2e9f1a){return _0x10e0a8(_0x2e7e32,_0x3017ad-0x673,_0x2e7e32-_0x50e613._0x2bc0a1,_0x2e9f1a-0x117);}function _0x31455a(_0x53a1a6,_0x5cbbcc,_0x3238ae,_0x48e45d){return _0x10e0a8(_0x3238ae,_0x5cbbcc-_0x50c0a6._0x2e15ad,_0x3238ae-_0x50c0a6._0x12743b,_0x48e45d-0xc);}_0x31f32d[_0x5689b3(_0x6c973e._0x2f4d6c,_0x6c973e._0x1d0b53,_0x6c973e._0x5a4ece,_0x6c973e._0x9290f)]=_0xd47b62[_0x31455a(0x534,_0x6c973e._0x48d8b1,_0x6c973e._0x17b707,0x64f)],_0x31f32d[_0x31455a(0x688,0x57f,_0x6c973e._0x1d8995,0x5a7)]=_0x5a3290,_0x31f32d[_0x31455a(_0x6c973e._0x1ede49,0x445,0x3ce,0x32c)]=_0x3f5cbb,_0x31f32d[_0x5689b3(0x5a0,0x5e8,_0x6c973e._0x524502,0x62b)+'t']=_0x56a9b6,logger[_0x31455a(_0x6c973e._0x36d394,0x507,_0x6c973e._0xbb7d6c,_0x6c973e._0x3a316e)](_0x15575d[_0x5689b3(0x540,0x50a,0x49b,0x4a8)],_0x31f32d);const _0x2eee46=_0x25e898[_0x5689b3(0x550,_0x6c973e._0x54236e,_0x6c973e._0x209ead,_0x6c973e._0x333c1b)](_0x43ba46,_0x3f5cbb);try{if(_0x15575d[_0x31455a(0x2cb,0x378,_0x6c973e._0x54019c,_0x6c973e._0x404f2b)](_0x31455a(_0x6c973e._0x2768f3,_0x6c973e._0x2f9dc8,0x400,_0x6c973e._0x4dad73),_0x15575d[_0x31455a(0x673,0x589,_0x6c973e._0x139b6f,0x4f7)])){const _0x3a56ed={};_0x3a56ed[_0x5689b3(0x7a1,0x700,0x5ed,_0x6c973e._0x1a9340)]=_0x200021['taskId'],_0x3a56ed['skillId']=_0x39b49f,_0x3a56ed[_0x5689b3(0x509,0x5b8,0x5e7,0x5d1)]=_0x2c27fe[_0x5689b3(0x5a7,_0x6c973e._0x3c1f2d,_0x6c973e._0xeb0591,_0x6c973e._0x3e6c66)],_0x1c8c84[_0x31455a(0x341,_0x6c973e._0x109d4c,_0x6c973e._0x19afd6,0x4e6)](_0x15575d[_0x5689b3(_0x6c973e._0x1e9aa1,0x6d7,_0x6c973e._0x110d5c,0x7b1)],_0x3a56ed);const _0x22d120={};_0x22d120[_0x5689b3(_0x6c973e._0x46e75d,0x5b8,_0x6c973e._0x53c773,0x58e)]=_0x15575d[_0x31455a(0x2ff,_0x6c973e._0x5d4ba3,_0x6c973e._0x3ab7ca,_0x6c973e._0x2c4359)],_0x22d120[_0x5689b3(_0x6c973e._0x3d7d01,0x68b,_0x6c973e._0x5607fc,0x621)]=_0x15575d[_0x5689b3(_0x6c973e._0x29604a,_0x6c973e._0x2d6abd,_0x6c973e._0x2d9412,_0x6c973e._0x40e3a3)],_0x3ed3c9['status'](-0x2050+-0x14af+0x209*0x1b)['json'](_0x22d120);}else{const _0x2ec7f4=await _0x50cdb4['readFile'](_0x2eee46,_0x15575d[_0x31455a(0x4ac,0x48a,0x58a,_0x6c973e._0x5d262a)]),_0x2e97a0={};_0x2e97a0[_0x5689b3(0x790,_0x6c973e._0x13d24f,0x81e,_0x6c973e._0x4cecd9)]=_0x5a3290,_0x2e97a0[_0x5689b3(_0x6c973e._0x1d8372,0x5c0,0x4fb,0x6be)]=_0x3f5cbb,_0x2e97a0[_0x5689b3(_0x6c973e._0x2c87e2,0x5ac,0x6cc,0x5f4)]=_0x2ec7f4,_0x16766b['json'](_0x2e97a0);}}catch(_0x2cfb8f){if(_0x15575d[_0x5689b3(0x6ea,_0x6c973e._0x128446,0x6d4,0x6a6)](_0x15575d['ogNpN'],_0x15575d[_0x5689b3(_0x6c973e._0x6d8a46,0x655,_0x6c973e._0x5607fc,0x647)])){_0x48c11e[_0x31455a(0x565,0x45f,_0x6c973e._0x4291c8,_0x6c973e._0x48d926)](_0x15575d[_0x31455a(_0x6c973e._0x4aff9b,0x58e,_0x6c973e._0x46d89d,0x47f)]);const _0x39d2ea={};return _0x39d2ea['error']=_0x15575d[_0x5689b3(_0x6c973e._0x55ba98,_0x6c973e._0x4538a5,_0x6c973e._0x9a775c,0x47c)],_0x39d2ea[_0x5689b3(_0x6c973e._0x17ee2c,_0x6c973e._0x31d0bc,0x758,_0x6c973e._0x5ac0ef)]=_0x15575d[_0x5689b3(0x3d0,0x4f6,0x410,0x3f0)],_0x5289ff[_0x5689b3(0x5d0,0x654,_0x6c973e._0x526741,0x653)](0x1*-0x302+0x2003+-0x1b70)[_0x5689b3(0x42b,_0x6c973e._0x2189b1,_0x6c973e._0x212d2d,_0x6c973e._0x1d37ef)](_0x39d2ea);}else{if(_0x15575d[_0x5689b3(0x696,_0x6c973e._0x627d84,_0x6c973e._0x570b1d,0x78d)](_0x2cfb8f[_0x31455a(_0x6c973e._0x1b97f0,0x4ff,0x484,_0x6c973e._0x50d9ca)],_0x15575d['VHAMm'])){const _0x9cb6c1={};return _0x9cb6c1['error']=_0x15575d[_0x5689b3(0x6b0,0x707,_0x6c973e._0x2c6e94,0x637)],_0x9cb6c1[_0x5689b3(0x697,0x68b,_0x6c973e._0x4ed188,_0x6c973e._0x4eeaac)]=_0x31455a(_0x6c973e._0x1e2297,0x399,0x377,0x3fe)+_0x3f5cbb+(_0x5689b3(_0x6c973e._0x4abae8,0x5e7,_0x6c973e._0x54cd91,_0x6c973e._0x3c53f1)+_0x5689b3(0x43a,0x4c8,_0x6c973e._0x485339,0x5e5)+'\x20\x27')+_0x5a3290+'\x27',_0x16766b[_0x31455a(0x3c0,0x4d9,0x548,0x47e)](0x1dbb+-0x1*-0x23bf+-0x2*0x1ff3)[_0x31455a(_0x6c973e._0x54019c,_0x6c973e._0x53728f,_0x6c973e._0x1a12ce,0x380)](_0x9cb6c1);}const _0x4a7af5={};_0x4a7af5[_0x5689b3(_0x6c973e._0x484321,_0x6c973e._0x3bf8a8,_0x6c973e._0x529f97,_0x6c973e._0x93a85a)]=_0xd47b62[_0x31455a(0x4ea,_0x6c973e._0x48d8b1,_0x6c973e._0x5cbc6a,_0x6c973e._0x416bff)],_0x4a7af5[_0x5689b3(0x63a,_0x6c973e._0x2cd97e,0x746,_0x6c973e._0x1849cf)]=_0x5a3290,_0x4a7af5[_0x5689b3(0x5b9,0x5c0,_0x6c973e._0x61695b,0x545)]=_0x3f5cbb,_0x4a7af5[_0x5689b3(_0x6c973e._0x6555b6,_0x6c973e._0x2b9920,_0x6c973e._0x2d6abd,0x4c2)]=_0x2cfb8f[_0x31455a(0x56e,_0x6c973e._0x51776d,_0x6c973e._0x3bdeef,_0x6c973e._0x410528)],logger[_0x5689b3(_0x6c973e._0x81e77f,_0x6c973e._0x191892,_0x6c973e._0x139f06,0x5cd)](_0x15575d['yWKns'],_0x4a7af5);const _0x4ca5ec={};_0x4ca5ec['error']=_0x15575d[_0x31455a(_0x6c973e._0x267ae5,0x396,_0x6c973e._0x26019a,0x2b6)],_0x4ca5ec[_0x31455a(_0x6c973e._0x37cf9f,_0x6c973e._0x1ed80f,_0x6c973e._0xef8895,0x47a)]=_0x15575d[_0x5689b3(_0x6c973e._0x53e36b,0x5ce,_0x6c973e._0x28be14,0x62e)],_0x16766b[_0x31455a(0x5f2,_0x6c973e._0x2cd42c,_0x6c973e._0x5cee44,0x567)](-0x1f9a+0x1497+0xcf7)['json'](_0x4ca5ec);}}}),router[_0x10e0a8(-0x67,-0xc9,-0x86,-0x16f)]('/skills/:s'+_0x4e6879(0x4db,0x4da,0x48e,0x54c)+_0x10e0a8(-0x137,-0x64,-0x9,-0x38),requireTaskAuth,validateSkillAccess,async(_0x5d3fe2,_0x55f4dd)=>{const _0x2cd878={_0xd1239c:0x37a,_0x2d737e:0x1c1,_0x10ee2d:0x1fa,_0x553275:0x2b7,_0x12b65b:0x18e,_0x3a95ec:0x172,_0x5abaae:0x1ed,_0x3e9a23:0x374,_0x223b5f:0x32d,_0x464ecc:0x222,_0x2b2dcc:0x389,_0x2483f4:0x281,_0x3fd658:0x330,_0x2c639a:0x378,_0x3bd626:0x3f5,_0x3ad63a:0x3e8,_0x3fda41:0x3d4,_0x420136:0x38f,_0x2d91cb:0x2a6,_0x1b7761:0x2a4,_0x58dcbc:0x431,_0xe65d48:0x37c,_0x2202b8:0x1fa,_0x50399c:0x151,_0x62cb7c:0x1c3,_0x3d15f6:0x20e,_0x2d3ec7:0x1e1,_0x54ea4f:0x2ab,_0x20a28a:0x2f6,_0x185a13:0x377,_0x3dc17c:0x432,_0x1fec67:0x52a,_0x3fa23f:0x319,_0x5d46b0:0x2ff,_0xc5e74:0x35a,_0x57cb64:0x3cd,_0x315355:0x3bb,_0x745eb6:0x238,_0x15395d:0x285,_0x833564:0x334,_0x3b0fe6:0x2d3,_0x547b66:0x2b0,_0x2d9932:0x234,_0x1346ad:0x2db,_0x125194:0x248,_0x809340:0x1fe,_0x42afc2:0x2d5,_0x134a0d:0x201,_0x5b1ee6:0x1a5,_0xe53f57:0x3b1,_0x42c7bd:0x460,_0x23d7da:0x2e1,_0x56a67c:0x3a6,_0x50921d:0x22d,_0x4c5776:0x298,_0x4e03a3:0x372,_0x183b3b:0x22b,_0x35c181:0x1e3,_0x22f0a3:0x150,_0x4aac1b:0x26d,_0xf8686c:0x215,_0x47d525:0x283,_0x43d0ea:0x1ca,_0x8c9fd4:0x200,_0x568727:0xfe,_0x3000b5:0x1fd,_0x940256:0xd9,_0x33a984:0x2cb,_0x2f1f46:0x2d4,_0x42d45b:0x346,_0x52964a:0x37d,_0x290f1d:0x375,_0x57fa19:0x2b1,_0x1808c3:0x34d,_0x18ad36:0x33f,_0x3ca938:0x36a,_0x514189:0x483,_0x102512:0x3c5,_0x5d41f9:0x43a,_0x917b9d:0x490,_0xea8dd7:0x455,_0x4d011c:0x2d8,_0x15c4cf:0x278,_0x55ebba:0x205,_0x3ba1df:0x211,_0x3b0b11:0x328,_0x45d12e:0x34f,_0x52bcc0:0x365,_0x4bc53b:0x2e4,_0x80f310:0x47c,_0x55046f:0x303,_0x5fea91:0x48d,_0x5b655c:0x1b0,_0x1fe5a0:0x31a,_0x420a60:0x1d8,_0x4babbe:0x73,_0x376aea:0x3cc,_0x34f132:0x2b1,_0x2cd200:0x53f,_0x598714:0x4e1,_0x1caeb0:0x481,_0x2566f1:0x3e4,_0x1e8917:0x187,_0x43389a:0x267,_0x333686:0x194,_0x5c8893:0x19d,_0x412fb0:0x255,_0x1885c5:0x429,_0x3ec29f:0x22f,_0x4917a0:0x1ef,_0x5ab9bc:0x313,_0x216b7b:0x270,_0x5270a4:0x14d,_0x5c20f4:0xdc,_0x246242:0x3bc,_0x586438:0x2bd,_0x1185f3:0x35b,_0x352221:0x17b,_0x3ed1fb:0x251,_0x4ca056:0x28b,_0x36baaf:0x258,_0x35124b:0x187,_0x555e87:0x198,_0x21ffb1:0x214,_0x29dcaa:0x1db,_0xbce662:0x266,_0x439656:0x23f,_0x3cb616:0x30c,_0x2fb7be:0x1ef,_0x4dc696:0x12a,_0x389d09:0x3e2,_0x5d8508:0x2c2,_0x11b16e:0x268,_0xf6254b:0x1f7,_0x26b025:0x1eb,_0x283fce:0x2e0,_0x52880f:0x39f,_0x2f02d3:0x5ab,_0x1c235d:0x4e0,_0x2b4ed7:0x263,_0x26d565:0x233,_0x597a03:0x478,_0x54af95:0x412,_0x56825b:0x2fd,_0x5c8591:0x18b,_0x238af4:0x21b,_0x3af2f1:0x223,_0x241dac:0x3b8,_0xf1faf0:0xe1,_0x5d75c4:0x152,_0x5766ad:0x489,_0x3f8778:0x414,_0x36cf6e:0x56b,_0x3e0997:0x305,_0x41aee6:0x313,_0x4f76ca:0x3ce,_0x462d2c:0x4f6,_0x1a17b4:0x9,_0x7e6b58:0x2cf,_0x256e9b:0x2bc,_0x3cc6c0:0x28d,_0x353e7f:0x215,_0xc5683:0x240,_0x52824a:0x2da,_0x10b052:0x1b1,_0x499e72:0x209,_0x5c5ab9:0x262,_0x5b381f:0x2d4,_0x372a9f:0x36d,_0x385178:0x48f,_0x23897d:0x36d,_0x4abe27:0x331,_0x22377f:0x350,_0x32320e:0x1e6,_0x52f277:0x312,_0x843b1b:0x376,_0x4feb42:0x3c2,_0x5942f2:0x2dc,_0x450f04:0x1ca,_0x49d770:0x6e,_0x833cdf:0x1ee,_0x32c176:0x126,_0x5e0cb0:0x370,_0x25e491:0x2e6,_0x4894c9:0x4d9,_0x2b8488:0xaf,_0x1b8abf:0x119,_0x1938a0:0x4a5,_0x3f90a7:0x46a,_0x5927b9:0x337,_0x4635f8:0x2ae,_0x33e70b:0x10e,_0x5c3876:0x1e8,_0xc471ab:0x3f9,_0x58bcfb:0x2ae,_0x470b86:0x1f1,_0xfa67a9:0x2f2,_0x104d90:0x41b,_0x24f127:0x2fd,_0x162c1d:0x16c,_0x34fa44:0x518,_0x51cf8e:0x50e,_0x105fed:0x2a9,_0x5eb86f:0x173,_0x582e6b:0x3f1,_0x3a97c2:0x249,_0x53ae5b:0x331,_0x247836:0x2e2,_0x2e3ef1:0x42f,_0x47bd69:0x292,_0x4d956f:0x24d,_0x4e47d0:0x1da,_0x24781a:0x23c,_0x4e3ac7:0x2c4,_0x594612:0x30d,_0x36a61b:0x1f8,_0x3966c0:0x4ef,_0x2cd157:0x489,_0x30fbd3:0x4b3,_0x23fde8:0x1cd,_0x43392d:0x217},_0x58f863={_0x11ca69:0x4f},_0x925523={_0x424ea8:0x2aa,_0x4550e2:0x9b},_0x327eab={};_0x327eab[_0xa196b8(_0x2cd878._0xd1239c,0x41b,0x47e,0x459)]='Task\x20user\x20'+_0x41561e(_0x2cd878._0x2d737e,0x134,_0x2cd878._0x10ee2d,0x170),_0x327eab['ckslj']=_0xa196b8(_0x2cd878._0x553275,0x257,0x366,0x306)+'ed',_0x327eab[_0x41561e(_0x2cd878._0x12b65b,_0x2cd878._0x3a95ec,0x248,0x23d)]=_0x41561e(_0x2cd878._0x5abaae,_0x2cd878._0x3e9a23,0x273,0x357)+_0x41561e(0x3ab,0x34e,_0x2cd878._0x223b5f,_0x2cd878._0x464ecc),_0x327eab[_0xa196b8(_0x2cd878._0x2b2dcc,0x364,0x2ab,0x1d2)]=function(_0x3b5a2d,_0x38e9e7){return _0x3b5a2d===_0x38e9e7;},_0x327eab['vlgAi']=function(_0x520cb2,_0x285e7b){return _0x520cb2!==_0x285e7b;},_0x327eab[_0x41561e(0x168,0x1c7,_0x2cd878._0x2483f4,_0x2cd878._0x3fd658)]=_0xa196b8(_0x2cd878._0x2c639a,_0x2cd878._0x3bd626,_0x2cd878._0x3ad63a,_0x2cd878._0x3fda41),_0x327eab[_0xa196b8(_0x2cd878._0x420136,0x266,_0x2cd878._0x2d91cb,_0x2cd878._0x1b7761)]='Bad\x20Reques'+'t',_0x327eab[_0xa196b8(0x4c2,0x4c1,_0x2cd878._0x58dcbc,_0x2cd878._0xe65d48)]=_0x41561e(_0x2cd878._0x2202b8,_0x2cd878._0x50399c,_0x2cd878._0x62cb7c,_0x2cd878._0x3d15f6)+_0x41561e(0x395,_0x2cd878._0x2d3ec7,0x2b2,0x391),_0x327eab[_0xa196b8(0x3f6,_0x2cd878._0x54ea4f,_0x2cd878._0x20a28a,_0x2cd878._0x185a13)]=function(_0x1d8cd2,_0x5b2f18){return _0x1d8cd2===_0x5b2f18;},_0x327eab['VrvGQ']=_0xa196b8(0x3be,0x52a,_0x2cd878._0x3dc17c,_0x2cd878._0x1fec67),_0x327eab['hPmxH']=_0x41561e(_0x2cd878._0x3fa23f,0x2cb,0x215,_0x2cd878._0x5d46b0)+_0xa196b8(_0x2cd878._0xc5e74,_0x2cd878._0x57cb64,_0x2cd878._0x315355,0x318)+_0x41561e(0x1cb,0x245,0x1c8,_0x2cd878._0x745eb6)+_0xa196b8(0x230,0x234,0x29b,0x276)+'LL.md',_0x327eab[_0xa196b8(_0x2cd878._0x15395d,0x3a4,_0x2cd878._0x833564,_0x2cd878._0x3b0fe6)]=function(_0x1d89ae,_0x4c6a9e){return _0x1d89ae===_0x4c6a9e;},_0x327eab[_0x41561e(0x284,0x3c0,_0x2cd878._0x547b66,0x319)]=_0xa196b8(_0x2cd878._0x2d9932,_0x2cd878._0x1346ad,0x2ca,_0x2cd878._0x125194)+_0x41561e(_0x2cd878._0x809340,_0x2cd878._0x42afc2,_0x2cd878._0x134a0d,_0x2cd878._0x5b1ee6)+_0xa196b8(0x3dc,0x310,0x3b4,0x4b1),_0x327eab[_0xa196b8(0x381,0x38c,_0x2cd878._0xe53f57,0x44f)]='Task\x20updat'+_0xa196b8(_0x2cd878._0x42c7bd,0x38f,0x35d,_0x2cd878._0x23d7da)+'file',_0x327eab[_0x41561e(_0x2cd878._0x56a67c,_0x2cd878._0x50921d,0x2c9,_0x2cd878._0x4c5776)]=_0xa196b8(_0x2cd878._0x4e03a3,0x2a4,0x34e,0x3a4),_0x327eab[_0x41561e(_0x2cd878._0x183b3b,0x239,0x183,0x208)]='Skill\x20file'+'\x20updated\x20b'+_0x41561e(0x294,_0x2cd878._0x35c181,0x195,_0x2cd878._0x22f0a3),_0x327eab[_0x41561e(0x151,0xcf,0xfb,0x6a)]=function(_0x2c7664,_0x1467f7){return _0x2c7664!==_0x1467f7;},_0x327eab['HMbit']='LZlQC',_0x327eab[_0x41561e(0x378,0x24a,_0x2cd878._0x4aac1b,_0x2cd878._0xf8686c)]='Failed\x20to\x20'+_0x41561e(0x342,0x24f,_0x2cd878._0x47d525,0x2b9)+_0x41561e(_0x2cd878._0x43d0ea,_0x2cd878._0x8c9fd4,_0x2cd878._0x568727,_0x2cd878._0x3000b5),_0x327eab['MGNzv']=_0x41561e(0x19f,0x25f,0x1c1,_0x2cd878._0x940256)+_0xa196b8(_0x2cd878._0x33a984,_0x2cd878._0x2f1f46,_0x2cd878._0x42d45b,0x35d)+'r',_0x327eab['lqhsy']=_0xa196b8(0x322,0x30b,_0x2cd878._0x52964a,_0x2cd878._0x290f1d)+'write\x20file';function _0x41561e(_0x22e739,_0x52bde1,_0x3af3d7,_0x306a7d){return _0x10e0a8(_0x52bde1,_0x3af3d7-_0x925523._0x424ea8,_0x3af3d7-_0x925523._0x4550e2,_0x306a7d-0x19f);}const _0x38770b=_0x327eab,{callingTask:_0x540716,taskUser:_0x46c8fa,skillId:_0x1bb0ab,skillPath:_0x4f6bba,environmentName:_0x43dd19}=_0x5d3fe2,_0x4d40aa=_0x5d3fe2[_0xa196b8(0x234,0x298,0x2d1,_0x2cd878._0x57fa19)][-0x2374+-0x373+0x1*0x26e7],{content:_0x452f33}=_0x5d3fe2[_0xa196b8(0x412,0x367,_0x2cd878._0x1808c3,_0x2cd878._0x18ad36)];if(_0x4d40aa[_0xa196b8(_0x2cd878._0x3ca938,0x422,_0x2cd878._0x3bd626,_0x2cd878._0x514189)]('..')){if(_0x38770b[_0xa196b8(0x3bf,0x26e,0x2dd,_0x2cd878._0x102512)](_0xa196b8(0x319,0x318,0x3e8,_0x2cd878._0x5d41f9),_0x38770b['axHNc'])){const _0x3d58f6={};_0x3d58f6[_0xa196b8(0x3d1,_0x2cd878._0x57cb64,_0x2cd878._0x917b9d,_0x2cd878._0xea8dd7)]=_0x68eb72,_0x3d58f6[_0x41561e(_0x2cd878._0x4d011c,0x354,0x233,_0x2cd878._0x15c4cf)]=_0x30b8af,_0x5c11a0[_0x41561e(_0x2cd878._0x55ebba,0x299,_0x2cd878._0x3ba1df,_0x2cd878._0x3b0b11)](_0x38770b[_0x41561e(0x33c,_0x2cd878._0x45d12e,0x325,0x2bb)],_0x3d58f6);const _0x5e4fcf={};return _0x5e4fcf['error']=_0x38770b[_0xa196b8(0x438,0x475,_0x2cd878._0x52bcc0,_0x2cd878._0x4bc53b)],_0x5e4fcf['message']=_0x38770b[_0xa196b8(_0x2cd878._0x80f310,_0x2cd878._0x55046f,0x3a1,_0x2cd878._0x5fea91)],_0x3cc70a[_0x41561e(_0x2cd878._0x5b655c,0x2cf,0x28b,_0x2cd878._0x1fe5a0)](0x1*0xf89+-0x1f8f*-0x1+-0x103*0x2d)[_0x41561e(_0x2cd878._0x420a60,0x163,0x187,_0x2cd878._0x4babbe)](_0x5e4fcf);}else{const _0x5582e4={};return _0x5582e4[_0x41561e(0x16d,0x178,0x1ef,0x17d)]=_0x38770b[_0xa196b8(0x273,_0x2cd878._0x376aea,0x2a6,_0x2cd878._0x34f132)],_0x5582e4['message']=_0x38770b[_0xa196b8(_0x2cd878._0x2cd200,_0x2cd878._0x598714,0x431,0x4a0)],_0x55f4dd[_0xa196b8(_0x2cd878._0x1caeb0,0x352,_0x2cd878._0x2566f1,0x4bc)](0x1c80+0xfeb+-0x4c3*0x9)[_0x41561e(0x24d,0x1d7,_0x2cd878._0x1e8917,0x1fe)](_0x5582e4);}}if(_0x38770b[_0x41561e(_0x2cd878._0x43389a,_0x2cd878._0x333686,_0x2cd878._0x5c8893,_0x2cd878._0x412fb0)](_0x4d40aa,_0x38770b[_0xa196b8(_0x2cd878._0x1885c5,0x449,0x427,0x42e)])){const _0x35ca3a={};return _0x35ca3a[_0x41561e(0xd5,_0x2cd878._0x3ec29f,_0x2cd878._0x4917a0,_0x2cd878._0x5ab9bc)]=_0x38770b[_0x41561e(0x154,_0x2cd878._0x216b7b,_0x2cd878._0x5270a4,_0x2cd878._0x5c20f4)],_0x35ca3a[_0x41561e(0x3df,0x1c8,0x2c2,0x1d6)]=_0x38770b[_0x41561e(_0x2cd878._0x4e03a3,_0x2cd878._0x246242,_0x2cd878._0x586438,_0x2cd878._0x1185f3)],_0x55f4dd[_0x41561e(_0x2cd878._0x352221,_0x2cd878._0x3ed1fb,_0x2cd878._0x4ca056,0x26c)](-0x7b9*-0x3+-0x1d63+0x7c8)[_0x41561e(_0x2cd878._0x36baaf,0x1d9,_0x2cd878._0x35124b,_0x2cd878._0x555e87)](_0x35ca3a);}function _0xa196b8(_0x432407,_0x1bab3a,_0x551c6d,_0x461c1d){return _0x10e0a8(_0x432407,_0x551c6d-0x403,_0x551c6d-_0x58f863._0x11ca69,_0x461c1d-0x2);}if(_0x38770b[_0x41561e(_0x2cd878._0x21ffb1,0x299,_0x2cd878._0x29dcaa,_0x2cd878._0xbce662)](_0x452f33,undefined)){const _0x389e4f={};return _0x389e4f[_0x41561e(_0x2cd878._0x439656,_0x2cd878._0x3cb616,_0x2cd878._0x2fb7be,_0x2cd878._0x4dc696)]=_0x38770b['OinAM'],_0x389e4f[_0x41561e(_0x2cd878._0x389d09,0x219,_0x2cd878._0x5d8508,_0x2cd878._0x11b16e)]=_0x38770b[_0x41561e(_0x2cd878._0xf6254b,_0x2cd878._0x26b025,_0x2cd878._0x547b66,0x302)],_0x55f4dd['status'](-0x2389*-0x1+-0x1e8d+-0x36c)[_0xa196b8(0x3b2,_0x2cd878._0x52bcc0,_0x2cd878._0x283fce,0x1fd)](_0x389e4f);}const _0x4fee5f={};_0x4fee5f['taskId']=_0x540716[_0xa196b8(0x4a9,0x4c1,0x490,0x3c8)],_0x4fee5f[_0xa196b8(_0x2cd878._0x52880f,_0x2cd878._0x2f02d3,0x48a,_0x2cd878._0x1c235d)]=_0x1bb0ab,_0x4fee5f[_0xa196b8(_0x2cd878._0x2b4ed7,0x30f,0x350,0x287)]=_0x4d40aa,_0x4fee5f['environmen'+'t']=_0x43dd19,_0x4fee5f[_0x41561e(0x25b,0x26a,_0x2cd878._0x26d565,_0x2cd878._0x35c181)]=_0x46c8fa['id'],logger[_0xa196b8(_0x2cd878._0x597a03,0x372,_0x2cd878._0x54af95,0x2ff)](_0x38770b[_0xa196b8(0x44e,_0x2cd878._0x56825b,0x3b1,0x322)],_0x4fee5f);const _0x10c7ea=_0x25e898[_0x41561e(_0x2cd878._0x20a28a,_0x2cd878._0x5c8591,0x279,_0x2cd878._0x238af4)](_0x4f6bba,_0x4d40aa),_0x41323e=new Date()[_0xa196b8(0x253,_0x2cd878._0x3af2f1,0x2c4,0x1a8)+'g']();try{if(_0x38770b[_0x41561e(_0x2cd878._0x241dac,0x3a5,0x2c9,0x3d1)]!==_0x38770b['YfKvQ']){if(_0x38770b[_0x41561e(_0x2cd878._0xf1faf0,0xd5,_0x2cd878._0x5d75c4,0x33)](_0x2ff1a2[_0xa196b8(_0x2cd878._0x5766ad,_0x2cd878._0x3f8778,0x471,_0x2cd878._0x36cf6e)],-0x145a+-0x9ef*-0x3+-0x973))_0x4fdac2[_0xa196b8(0x28f,0x2df,_0x2cd878._0x5ab9bc,0x235)](_0x49c1c4+':\x20[]');else{_0x5ec975[_0xa196b8(_0x2cd878._0x3e0997,0x351,_0x2cd878._0x41aee6,_0x2cd878._0x4f76ca)](_0x783a17+':');for(const _0x5b4000 of _0x112bf2){_0x20fb41['push'](_0xa196b8(0x3b2,_0x2cd878._0x462d2c,0x472,0x468)+_0x5b4000);}}}else{const _0x6b6c16=_0x25e898[_0x41561e(0x32,0xf8,0x11d,_0x2cd878._0x1a17b4)](_0x10c7ea),_0x2c419b={};_0x2c419b[_0x41561e(_0x2cd878._0x7e6b58,_0x2cd878._0x256e9b,_0x2cd878._0x3cc6c0,0x32c)]=!![],await _0x50cdb4[_0xa196b8(_0x2cd878._0x353e7f,_0x2cd878._0xc5683,0x308,_0x2cd878._0x52824a)](_0x6b6c16,_0x2c419b),await _0x50cdb4[_0x41561e(0xff,0x124,0xf9,_0x2cd878._0x10b052)](_0x10c7ea,_0x452f33,_0xa196b8(_0x2cd878._0x499e72,_0x2cd878._0x5c5ab9,_0x2cd878._0x5b381f,_0x2cd878._0x372a9f));const _0x127cf3={};_0x127cf3['taskId']=_0x540716[_0xa196b8(_0x2cd878._0x385178,_0x2cd878._0x23897d,_0x2cd878._0x917b9d,_0x2cd878._0x462d2c)],_0x127cf3[_0x41561e(0x2bb,0x395,_0x2cd878._0x4abe27,_0x2cd878._0x22377f)]=_0x1bb0ab,_0x127cf3['filepath']=_0x4d40aa,_0x127cf3[_0x41561e(0x1f4,_0x2cd878._0x32320e,0x233,0x13d)]=_0x46c8fa['id'],logger[_0xa196b8(_0x2cd878._0x52f277,0x385,0x412,0x375)](_0x38770b[_0xa196b8(_0x2cd878._0x843b1b,_0x2cd878._0x4feb42,_0x2cd878._0x5942f2,_0x2cd878._0x450f04)],_0x127cf3);const _0x247400={};_0x247400[_0x41561e(_0x2cd878._0x49d770,_0x2cd878._0x833cdf,_0x2cd878._0x32c176,0x125)]=!![],_0x247400['skillId']=_0x1bb0ab,_0x247400['filepath']=_0x4d40aa,_0x247400[_0xa196b8(_0x2cd878._0x5e0cb0,_0x2cd878._0x25e491,0x3d0,_0x2cd878._0x4894c9)]=_0x41323e,_0x247400[_0x41561e(0x393,0x2a3,0x338,0x373)+_0x41561e(0xe0,_0x2cd878._0x2b8488,0xfd,_0x2cd878._0x1b8abf)]=_0x540716[_0xa196b8(0x3b2,_0x2cd878._0x1938a0,0x490,_0x2cd878._0x3f90a7)],_0x247400['updatedByU'+_0xa196b8(0x244,_0x2cd878._0x5927b9,0x330,_0x2cd878._0x4635f8)]=_0x46c8fa['id'],_0x55f4dd[_0x41561e(0x180,0x2a1,0x187,0xff)](_0x247400);}}catch(_0x4ced81){if(_0x38770b[_0x41561e(_0x2cd878._0x33e70b,0xbf,0xfb,_0x2cd878._0x5c3876)](_0x38770b[_0xa196b8(0x45a,0x4b9,0x48e,_0x2cd878._0xc471ab)],_0xa196b8(_0x2cd878._0x58bcfb,_0x2cd878._0x470b86,_0x2cd878._0xfa67a9,0x321))){const _0x101073={};return _0x101073['error']='Bad\x20Reques'+'t',_0x101073[_0xa196b8(0x4da,0x46f,_0x2cd878._0x104d90,_0x2cd878._0x24f127)]=_0x41561e(0x21a,0x14e,0x1c3,_0x2cd878._0x162c1d)+_0xa196b8(_0x2cd878._0x34fa44,_0x2cd878._0x51cf8e,0x40b,0x3a3),_0x1c3f72[_0x41561e(_0x2cd878._0x105fed,_0x2cd878._0x5eb86f,0x28b,0x195)](0xd*-0x1ab+0x16a*-0x18+-0x1*-0x392f)['json'](_0x101073);}else{const _0x3b1ba0={};_0x3b1ba0['taskId']=_0x540716[_0xa196b8(0x569,_0x2cd878._0x582e6b,_0x2cd878._0x917b9d,0x463)],_0x3b1ba0[_0x41561e(_0x2cd878._0x5e0cb0,_0x2cd878._0x3a97c2,_0x2cd878._0x53ae5b,_0x2cd878._0x247836)]=_0x1bb0ab,_0x3b1ba0['filepath']=_0x4d40aa,_0x3b1ba0['error']=_0x4ced81['message'],logger[_0xa196b8(_0x2cd878._0x2e3ef1,_0x2cd878._0x47bd69,0x348,0x25d)](_0x38770b[_0x41561e(0x28e,0x2cf,_0x2cd878._0x4aac1b,_0x2cd878._0x4d956f)],_0x3b1ba0);const _0x4f0323={};_0x4f0323[_0x41561e(0x155,_0x2cd878._0x4e47d0,0x1ef,_0x2cd878._0x105fed)]=_0x38770b[_0x41561e(_0x2cd878._0x24781a,_0x2cd878._0x4e3ac7,_0x2cd878._0x594612,_0x2cd878._0x36a61b)],_0x4f0323[_0xa196b8(0x3ff,0x398,0x41b,0x30e)]=_0x38770b[_0xa196b8(0x4a8,_0x2cd878._0x3966c0,_0x2cd878._0x2cd157,_0x2cd878._0x30fbd3)],_0x55f4dd[_0x41561e(_0x2cd878._0x23fde8,_0x2cd878._0x43392d,_0x2cd878._0x4ca056,0x244)](-0x523+0x192a+-0x1213)['json'](_0x4f0323);}}}),router['delete'](_0x10e0a8(-0x136,-0x48,0x74,0x59)+_0x4e6879(0x4db,0x5e3,0x3d6,0x5f5)+_0x4e6879(0x45a,0x37d,0x3be,0x4a9),requireTaskAuth,validateSkillAccess,async(_0x5140ba,_0x127aa0)=>{const _0x80da14={_0x482b7f:0x407,_0x4af6ec:0x4ea,_0x27ba7c:0x3fc,_0x2a8d74:0x4c,_0x3b1f40:0x149,_0x24b109:0x43,_0x8ffde:0x521,_0x137f1e:0x33c,_0x1f40f9:0x51b,_0x27313a:0x55f,_0x48d0ab:0x75,_0x364867:0x1dc,_0x4812b6:0x72,_0x3c0534:0x81,_0x18bec4:0x192,_0x32cd8e:0x73,_0x59ee72:0x488,_0x32ecf3:0x486,_0x1348f1:0x433,_0x404289:0x4ec,_0x22178f:0x46b,_0x552a41:0x3c1,_0x7946e:0x567,_0x152d54:0x549,_0x24bb40:0x22f,_0x1f14ea:0x1bc,_0x59d106:0x185,_0x1fb7b3:0x113,_0x5a3eba:0x2b4,_0x1e3635:0x3cc,_0xeecf8c:0x4c0,_0x38e390:0x575,_0x31c481:0x4c2,_0x23bf9c:0x5e7,_0x48eaa5:0x57f,_0x59884e:0x500,_0x306737:0x40a,_0x50ed6e:0x4e8,_0x1c21ed:0x5a1,_0x2daa35:0x57b,_0x35c58:0x58a,_0x3ccc3c:0x4ca,_0xf61726:0x111,_0x47835e:0x4d,_0x526b44:0x95,_0x51ae82:0x425,_0x117c72:0x3cf,_0xf5d50c:0x46a,_0x46e2d6:0x58,_0x1155a9:0xef,_0xc4aef4:0x1b,_0x4b4115:0x4cb,_0x3896d4:0x4f7,_0x458c21:0x450,_0xb393d5:0x460,_0x585667:0x1b2,_0x5de649:0x630,_0x6d01fd:0x55d,_0x342fa6:0x532,_0x212e7e:0x1b4,_0x2cbbb5:0x7d,_0x1cd7dc:0xa,_0x449837:0xfa,_0x1d7947:0x34f,_0x301152:0x45f,_0x3aa5b3:0x3a6,_0x3e2a47:0x3b8,_0x15b22f:0x97,_0xc5fabb:0xc1,_0x35d07e:0x61,_0x3f0ec7:0x32c,_0x5a8641:0x468,_0x22b823:0x399,_0x34fd9b:0x5b8,_0x4f5de0:0x4b9,_0x9c2160:0x92,_0x5921ca:0x89,_0x51a6ea:0x41,_0x5ecf48:0x98,_0x2893de:0x5,_0x243737:0x36,_0x28623c:0x166,_0x4cafce:0x11d,_0x39beed:0x61b,_0x41650d:0x66e,_0x264818:0x4a6,_0x445687:0x5a7,_0x2163ac:0x5d3,_0x1efab6:0x688,_0xb3b1ff:0x4bb,_0x38f228:0x3d0,_0x4a5a79:0x482,_0x15e1d1:0x49d,_0x37b2ec:0x122,_0x2e4ad7:0x169,_0x4e86a3:0x10b,_0x43ae78:0x8,_0x146086:0x510,_0x532905:0x2e,_0x136c82:0x53,_0x111d83:0x60,_0x15b5c8:0x79,_0x5e1b91:0x682,_0x34d839:0x602,_0x35897b:0x502,_0x1d3a82:0x57a,_0x4cdbaf:0xba,_0x2d0ecf:0x2,_0x481db7:0x39a,_0x1675d4:0x3e1,_0x296e39:0x326,_0x221bd9:0x401,_0x3be883:0xd1,_0x450051:0x4e5,_0x22d81c:0x588,_0x585517:0x18c,_0x29c462:0xb2,_0x2d63e5:0x33a,_0x1d7c96:0x458,_0x1efea4:0x542,_0x425c1a:0x45a,_0x33c26d:0x1d6,_0x3d6db0:0x16d,_0x41d666:0x3ad,_0x3e0403:0x4e3,_0x2b8efa:0x4a3,_0xf1f432:0x8b,_0x563f0d:0xd,_0x30dd92:0x38,_0x5a225d:0x421,_0x7d1ab8:0x41e,_0x34743c:0x4a7,_0x581cc7:0x3fe,_0x43018a:0x491,_0x5b443f:0x4a4,_0x44fb99:0xb1,_0x4e6523:0x4bd,_0x377829:0x38c,_0x2fb3c1:0x3b7,_0x114684:0x467,_0x248d17:0x303,_0xa768af:0x2ed,_0x4c65c4:0x4b1,_0x390321:0x49c,_0x437ff5:0x587,_0x58a647:0x2a,_0x157e6c:0x22,_0x51e04d:0xaa,_0x5d41de:0xfa,_0x59fde7:0x4c7,_0x65f860:0x3df,_0xb1639f:0x43f,_0x29cdc9:0x4cb,_0xf32e40:0x54e,_0x422423:0x58b,_0x3760eb:0x5cc,_0x100c37:0x521,_0x4ef763:0x535,_0xde3bda:0x45f,_0x4bba27:0x3b5,_0x2a9bd0:0x496,_0x57d6c6:0x1f,_0x4d78ac:0xbc,_0x677e3a:0x41,_0x1f6ae6:0x5b3,_0x16b7e4:0x371,_0x7035eb:0x48e,_0x41fa80:0x3da,_0x305edb:0x4fb,_0x27f159:0x669,_0x8e508b:0x50b,_0x29dbd1:0x5a7,_0x28695e:0x683,_0x27118f:0x6a2,_0x2754da:0x5a7,_0x4693e8:0x185,_0x3a1c29:0x48,_0x46440f:0x24,_0x2d47eb:0xe2,_0x453ce4:0x4a,_0x3aaea1:0x4f3,_0x1ecf93:0x398,_0x5c242d:0x48d,_0x52931e:0x69d,_0x498a14:0x6c1,_0x12d2d9:0x354,_0x60fdef:0x4e6,_0x13e7b4:0x45f,_0x20e2c2:0x44f,_0x32bbec:0x4b2,_0x35cf76:0x5b3,_0x5ac00c:0x579,_0xeaccf2:0x5b2,_0x5c1e25:0x532,_0x59aafa:0x92,_0x107d27:0x5f,_0x547ec3:0x118,_0xd74933:0x29,_0x4d1d4f:0x1c1,_0x40ebad:0x99,_0x321b43:0xfa,_0x573f5a:0x512,_0x52601a:0x3fc,_0x9c30b6:0x6,_0x568a34:0x37,_0x1503a7:0xe3,_0x109d88:0x5d9,_0x4240e5:0xcd},_0x5a9b43={_0xd36e40:0x5c},_0x570fe5={_0x2988da:0x63,_0x5c73b4:0xe6},_0x470d06={};_0x470d06[_0x5b58c9(_0x80da14._0x482b7f,0x3db,_0x80da14._0x4af6ec,_0x80da14._0x27ba7c)]=_0x38ea71(-0x11b,-_0x80da14._0x2a8d74,-_0x80da14._0x3b1f40,-_0x80da14._0x24b109)+'t',_0x470d06[_0x5b58c9(_0x80da14._0x8ffde,_0x80da14._0x137f1e,0x504,0x420)]=_0x5b58c9(0x66a,0x4a4,_0x80da14._0x1f40f9,_0x80da14._0x27313a)+_0x38ea71(-0x13,0xf4,0x7b,_0x80da14._0x48d0ab),_0x470d06[_0x38ea71(-_0x80da14._0x364867,-_0x80da14._0x4812b6,-0x19,-0xf7)]=function(_0x47bad3,_0x3e691d){return _0x47bad3!==_0x3e691d;},_0x470d06['EdaPV']=_0x38ea71(-0x195,_0x80da14._0x3c0534,-_0x80da14._0x18bec4,-_0x80da14._0x32cd8e),_0x470d06['GDmFn']=_0x5b58c9(_0x80da14._0x59ee72,0x334,_0x80da14._0x32ecf3,_0x80da14._0x1348f1)+'le\x20path',_0x470d06[_0x5b58c9(_0x80da14._0x404289,_0x80da14._0x22178f,_0x80da14._0x552a41,0x491)]=function(_0x64ebe5,_0x466311){return _0x64ebe5===_0x466311;},_0x470d06['kMsVX']=_0x5b58c9(_0x80da14._0x7946e,0x530,0x592,_0x80da14._0x152d54),_0x470d06[_0x38ea71(-_0x80da14._0x24bb40,-0x209,-_0x80da14._0x1f14ea,-_0x80da14._0x59d106)]='Cannot\x20del'+_0x38ea71(-_0x80da14._0x1fb7b3,-0x15a,-0xe2,-0xaf)+'md',_0x470d06[_0x5b58c9(0x4d4,0x32c,_0x80da14._0x5a3eba,_0x80da14._0x1e3635)]=_0x5b58c9(_0x80da14._0xeecf8c,_0x80da14._0x38e390,0x5e0,_0x80da14._0x31c481)+'ing\x20skill\x20'+_0x5b58c9(_0x80da14._0x23bf9c,0x5e7,_0x80da14._0x48eaa5,_0x80da14._0x59884e),_0x470d06[_0x5b58c9(0x35d,0x55d,_0x80da14._0x306737,0x478)]=_0x5b58c9(0x2bf,0x3ee,0x334,0x38c),_0x470d06[_0x5b58c9(0x4c5,0x52b,0x42f,_0x80da14._0x50ed6e)]='YujWU',_0x470d06[_0x5b58c9(_0x80da14._0x1c21ed,_0x80da14._0x2daa35,_0x80da14._0x35c58,0x502)]=function(_0xb59ba4,_0x3a4db0){return _0xb59ba4!==_0x3a4db0;},_0x470d06['xydWp']=_0x5b58c9(0x5cb,0x634,_0x80da14._0x3ccc3c,0x59b),_0x470d06[_0x38ea71(-_0x80da14._0xf61726,-_0x80da14._0x47835e,_0x80da14._0x526b44,-0x3f)]='Internal\x20S'+_0x5b58c9(_0x80da14._0x51ae82,_0x80da14._0x117c72,_0x80da14._0xf5d50c,0x45d)+'r';function _0x38ea71(_0x2a8b10,_0x500adc,_0x5eadc3,_0x2fc495){return _0x10e0a8(_0x5eadc3,_0x2fc495-0x29,_0x5eadc3-_0x570fe5._0x2988da,_0x2fc495-_0x570fe5._0x5c73b4);}function _0x5b58c9(_0x1df14c,_0x4c8416,_0x176c76,_0x49f123){return _0x4e6879(_0x49f123-_0x5a9b43._0xd36e40,_0x1df14c,_0x176c76-0x198,_0x49f123-0x132);}const _0x23b63b=_0x470d06,{callingTask:_0x148d67,taskUser:_0x5c502b,skillId:_0x39ea82,skillPath:_0x5594da,environmentName:_0x58d7fa}=_0x5140ba,_0x510d51=_0x5140ba[_0x38ea71(-0xce,-0x3f,-_0x80da14._0x46e2d6,-0x109)][0x1e40+0x2171+0xcbd*-0x5];if(_0x510d51[_0x38ea71(-_0x80da14._0x1155a9,0xb0,-0x7b,_0x80da14._0xc4aef4)]('..')){if(_0x23b63b[_0x5b58c9(0x349,_0x80da14._0x4b4115,_0x80da14._0x3896d4,0x3fa)]('DLAAm',_0x23b63b['EdaPV'])){const _0x585331={};return _0x585331[_0x5b58c9(0x3fc,_0x80da14._0x458c21,_0x80da14._0xb393d5,0x45f)]=_0x23b63b[_0x38ea71(-0x61,-0x1fa,-_0x80da14._0x585667,-0xf5)],_0x585331[_0x5b58c9(_0x80da14._0x5de649,_0x80da14._0x6d01fd,0x628,_0x80da14._0x342fa6)]=_0x38ea71(-_0x80da14._0x212e7e,-_0x80da14._0x2cbbb5,-0x285,-0x17d)+'ete\x20SKILL.'+'md',_0x4050a8[_0x38ea71(0xf1,0xf5,0x2b,_0x80da14._0x1cd7dc)](-0x1*-0x22f6+-0x9b*-0x18+0x332*-0xf)[_0x38ea71(-0x8f,0x29,-0x19a,-_0x80da14._0x449837)](_0x585331);}else{const _0xa1697e={};return _0xa1697e[_0x5b58c9(_0x80da14._0x1d7947,0x45f,0x4c2,_0x80da14._0x301152)]=_0x23b63b[_0x5b58c9(0x2e0,_0x80da14._0x3aa5b3,_0x80da14._0x3e2a47,0x3fc)],_0xa1697e['message']=_0x23b63b[_0x38ea71(_0x80da14._0x15b22f,-0x9e,_0x80da14._0xc5fabb,-_0x80da14._0x35d07e)],_0x127aa0['status'](-0x2*-0x1e2+-0xe8a+0xc56)[_0x5b58c9(_0x80da14._0x3f0ec7,0x3b8,_0x80da14._0x5a8641,0x3f7)](_0xa1697e);}}if(_0x23b63b['XFzPI'](_0x510d51,_0x23b63b[_0x5b58c9(_0x80da14._0x22b823,_0x80da14._0x34fd9b,0x3c5,_0x80da14._0x4f5de0)])){const _0x424146={};return _0x424146[_0x38ea71(-0x21,-0x78,0x73,-_0x80da14._0x9c2160)]=_0x23b63b['VDPnA'],_0x424146[_0x38ea71(_0x80da14._0x5921ca,0x95,0x9f,_0x80da14._0x51a6ea)]=_0x23b63b['KiAcH'],_0x127aa0[_0x38ea71(-_0x80da14._0x5ecf48,-_0x80da14._0x2893de,-_0x80da14._0x243737,0xa)](-0x5*-0xe5+-0x3*0xa94+-0x2f*-0x9d)[_0x38ea71(-_0x80da14._0x28623c,-_0x80da14._0x4cafce,-0x67,-0xfa)](_0x424146);}const _0xef3694={};_0xef3694[_0x5b58c9(_0x80da14._0x39beed,_0x80da14._0x41650d,_0x80da14._0x264818,_0x80da14._0x445687)]=_0x148d67[_0x5b58c9(_0x80da14._0x2163ac,_0x80da14._0x1efab6,0x620,0x5a7)],_0xef3694['skillId']=_0x39ea82,_0xef3694[_0x5b58c9(_0x80da14._0xb3b1ff,_0x80da14._0x38f228,0x4f1,0x467)]=_0x510d51,_0xef3694[_0x5b58c9(0x569,_0x80da14._0x4a5a79,0x490,0x48f)+'t']=_0x58d7fa,_0xef3694['userId']=_0x5c502b['id'],logger[_0x5b58c9(0x486,_0x80da14._0x15e1d1,0x5f0,0x529)](_0x23b63b[_0x38ea71(-_0x80da14._0x37b2ec,-0x13f,-_0x80da14._0x2e4ad7,-0x125)],_0xef3694);const _0x2d50d7=_0x25e898[_0x38ea71(0xbb,-_0x80da14._0x4e86a3,0x89,-_0x80da14._0x43ae78)](_0x5594da,_0x510d51);try{const _0x401339=await _0x50cdb4['stat'](_0x2d50d7);if(_0x401339[_0x5b58c9(0x6a6,0x5f6,_0x80da14._0x146086,0x5af)+'y']()){if(_0x23b63b[_0x38ea71(-_0x80da14._0x532905,_0x80da14._0x136c82,_0x80da14._0x111d83,-_0x80da14._0x15b5c8)]===_0x23b63b[_0x5b58c9(0x5dc,0x3fd,0x5cf,0x4e8)])_0x24ff8e[_0x4c58ab]=_0x43ee23[_0x5b58c9(_0x80da14._0x5e1b91,_0x80da14._0x34d839,_0x80da14._0x35897b,_0x80da14._0x1d3a82)]()[_0x38ea71(_0x80da14._0x4cdbaf,_0x80da14._0x2d0ecf,0xfb,0x93)](-0x242*-0x11+0xd*0xef+-0x4*0xca1,-(0x23a0+-0x6*0x493+-0x82d))[_0x5b58c9(0x469,_0x80da14._0x481db7,_0x80da14._0x1675d4,0x4aa)](',')[_0x5b58c9(_0x80da14._0x296e39,0x2ce,_0x80da14._0x221bd9,0x3da)](_0x3ac9f0=>_0x3ac9f0[_0x5b58c9(0x48e,0x5c2,0x671,0x57a)]())[_0x38ea71(-0x30,-_0x80da14._0x3be883,-_0x80da14._0x364867,-0xf8)](_0x14a6d0);else{const _0x1efb5b={};_0x1efb5b[_0x5b58c9(_0x80da14._0x450051,_0x80da14._0x22d81c,0x4b9,0x4fd)]=!![],_0x1efb5b[_0x38ea71(-_0x80da14._0x585517,-_0x80da14._0x29c462,-0x1aa,-0x13b)]=!![],await _0x50cdb4['rm'](_0x2d50d7,_0x1efb5b);}}else await _0x50cdb4[_0x5b58c9(_0x80da14._0x2d63e5,_0x80da14._0x1d7c96,_0x80da14._0x1efea4,_0x80da14._0x425c1a)](_0x2d50d7);const _0x1d18bc={};_0x1d18bc['taskId']=_0x148d67['taskId'],_0x1d18bc[_0x38ea71(_0x80da14._0x33c26d,_0x80da14._0x3d6db0,-_0x80da14._0x532905,0xb0)]=_0x39ea82,_0x1d18bc[_0x38ea71(-0x3,0x69,-0x65,-0x8a)]=_0x510d51,_0x1d18bc[_0x5b58c9(_0x80da14._0x41d666,0x4f9,_0x80da14._0x3e0403,_0x80da14._0x2b8efa)]=_0x5c502b['id'],logger[_0x38ea71(0xe,_0x80da14._0xf1f432,-_0x80da14._0x563f0d,_0x80da14._0x30dd92)](_0x5b58c9(_0x80da14._0x5a225d,0x58d,_0x80da14._0x7d1ab8,_0x80da14._0x34743c)+_0x5b58c9(_0x80da14._0x581cc7,0x55c,_0x80da14._0x43018a,_0x80da14._0x5b443f)+'y\x20task',_0x1d18bc);const _0x5ee95d={};_0x5ee95d[_0x38ea71(-_0x80da14._0x44fb99,-0x98,-0x85,-0x15b)]=!![],_0x5ee95d[_0x5b58c9(0x4fe,_0x80da14._0x4e6523,0x693,0x5a1)]=_0x39ea82,_0x5ee95d[_0x5b58c9(_0x80da14._0x377829,_0x80da14._0x2fb3c1,0x506,_0x80da14._0x114684)]=_0x510d51,_0x5ee95d['deletedByT'+_0x5b58c9(_0x80da14._0x248d17,0x292,_0x80da14._0xa768af,0x36d)]=_0x148d67['taskId'],_0x5ee95d[_0x5b58c9(_0x80da14._0x4c65c4,0x4b7,_0x80da14._0x390321,_0x80da14._0x437ff5)+_0x38ea71(-0x16a,-_0x80da14._0x58a647,_0x80da14._0x157e6c,-_0x80da14._0x51e04d)]=_0x5c502b['id'],_0x127aa0[_0x38ea71(-0x66,-0x3c,0x0,-_0x80da14._0x5d41de)](_0x5ee95d);}catch(_0x3e972b){if(_0x23b63b['ArmOa'](_0x23b63b[_0x5b58c9(_0x80da14._0x59fde7,0x489,_0x80da14._0x65f860,_0x80da14._0xb1639f)],'vyNzP')){if(_0x23b63b[_0x5b58c9(_0x80da14._0x29cdc9,0x3f3,_0x80da14._0xf32e40,0x491)](_0x3e972b[_0x5b58c9(_0x80da14._0x422423,0x42a,_0x80da14._0x3760eb,_0x80da14._0x100c37)],'ENOENT')){const _0x3a225c={};return _0x3a225c[_0x5b58c9(0x51f,_0x80da14._0x4ef763,0x355,_0x80da14._0xde3bda)]=_0x5b58c9(0x41b,0x519,_0x80da14._0x4bba27,_0x80da14._0x2a9bd0),_0x3a225c[_0x38ea71(-_0x80da14._0x57d6c6,0xc7,-_0x80da14._0x4d78ac,_0x80da14._0x677e3a)]='File\x20\x27'+_0x510d51+(_0x5b58c9(0x3ff,_0x80da14._0x1f6ae6,_0x80da14._0x16b7e4,_0x80da14._0x7035eb)+'d'),_0x127aa0[_0x5b58c9(0x510,_0x80da14._0x41fa80,0x3ee,_0x80da14._0x305edb)](-0x1298*-0x1+0xc2*0x2+-0x1288)['json'](_0x3a225c);}const _0x375273={};_0x375273[_0x5b58c9(_0x80da14._0x27f159,_0x80da14._0x8e508b,0x58a,_0x80da14._0x29dbd1)]=_0x148d67[_0x5b58c9(_0x80da14._0x28695e,0x653,_0x80da14._0x27118f,_0x80da14._0x2754da)],_0x375273['skillId']=_0x39ea82,_0x375273[_0x38ea71(-_0x80da14._0x4693e8,-_0x80da14._0x3a1c29,-0x18f,-0x8a)]=_0x510d51,_0x375273['error']=_0x3e972b[_0x38ea71(_0x80da14._0x46440f,-_0x80da14._0x2d47eb,-_0x80da14._0x453ce4,0x41)],logger['error'](_0x5b58c9(_0x80da14._0x342fa6,0x3c7,_0x80da14._0x3aaea1,0x494)+_0x5b58c9(_0x80da14._0x1ecf93,_0x80da14._0x5c242d,0x4a2,0x439)+_0x5b58c9(_0x80da14._0x52931e,0x593,_0x80da14._0x498a14,0x59a),_0x375273);const _0x4bf09f={};_0x4bf09f[_0x5b58c9(_0x80da14._0x12d2d9,0x55a,_0x80da14._0x60fdef,_0x80da14._0x13e7b4)]=_0x23b63b[_0x5b58c9(_0x80da14._0x4c65c4,0x584,_0x80da14._0x20e2c2,_0x80da14._0x32bbec)],_0x4bf09f[_0x5b58c9(_0x80da14._0x35cf76,_0x80da14._0x5ac00c,_0x80da14._0xeaccf2,_0x80da14._0x5c1e25)]='Failed\x20to\x20'+_0x38ea71(-_0x80da14._0x59aafa,-_0x80da14._0x107d27,_0x80da14._0x547ec3,_0x80da14._0xd74933)+'e',_0x127aa0[_0x38ea71(-0xcb,-0x27,-0x18,0xa)](-0x126+-0xbc*0xa+-0x7*-0x17e)[_0x38ea71(-_0x80da14._0x4d1d4f,-0xe8,-_0x80da14._0x40ebad,-_0x80da14._0x321b43)](_0x4bf09f);}else{const _0x1833cf={};return _0x1833cf['error']=_0x23b63b[_0x5b58c9(_0x80da14._0x573f5a,0x426,0x2f8,_0x80da14._0x52601a)],_0x1833cf[_0x38ea71(_0x80da14._0x9c30b6,-_0x80da14._0x568a34,-_0x80da14._0x1503a7,0x41)]=_0x23b63b[_0x5b58c9(0x3c7,0x317,0x37b,0x420)],_0x33db6c[_0x5b58c9(0x563,0x513,_0x80da14._0x109d88,0x4fb)](0x2ff+0x1c8e+-0x1dfd*0x1)[_0x38ea71(-0x220,-0x7b,-_0x80da14._0x4240e5,-0xfa)](_0x1833cf);}}});export default router;