@profoundlogic/coderflow-server 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) 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/routes/apiKeys.js +1 -1
  96. package/dist/routes/auth-oidc.js +1 -1
  97. package/dist/routes/auth.js +1 -1
  98. package/dist/routes/automations.js +1 -1
  99. package/dist/routes/bindings.js +1 -1
  100. package/dist/routes/build.js +1 -1
  101. package/dist/routes/containers.js +1 -1
  102. package/dist/routes/deploy-task.js +1 -1
  103. package/dist/routes/environment-management.js +1 -1
  104. package/dist/routes/environments.js +1 -1
  105. package/dist/routes/external-skills.js +1 -1
  106. package/dist/routes/git-credentials.js +1 -1
  107. package/dist/routes/git-oauth.js +1 -1
  108. package/dist/routes/git-provider-setup.js +1 -1
  109. package/dist/routes/health.js +1 -1
  110. package/dist/routes/jira.js +1 -1
  111. package/dist/routes/objective-management.js +1 -1
  112. package/dist/routes/password.js +1 -1
  113. package/dist/routes/prompt.js +1 -1
  114. package/dist/routes/provider-auth.js +1 -1
  115. package/dist/routes/qa.js +1 -1
  116. package/dist/routes/roles.js +1 -1
  117. package/dist/routes/settings.js +1 -1
  118. package/dist/routes/skill-management.js +1 -1
  119. package/dist/routes/skills.js +1 -1
  120. package/dist/routes/tasks.js +1 -1
  121. package/dist/routes/teams.js +1 -1
  122. package/dist/routes/templates.js +1 -1
  123. package/dist/routes/test-task.js +1 -1
  124. package/dist/routes/test.js +1 -1
  125. package/dist/routes/users.js +1 -1
  126. package/dist/routes/visualizations.js +1 -1
  127. package/dist/scripts/create-user.js +1 -1
  128. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  129. package/dist/start.js +1 -1
  130. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  131. package/dist/web-ui/public/activity-feed.js +1 -1
  132. package/dist/web-ui/public/activity-formatters.js +1 -1
  133. package/dist/web-ui/public/agent-event-parser.js +1 -1
  134. package/dist/web-ui/public/app.js +1 -1
  135. package/dist/web-ui/public/approve-dialog.js +1 -1
  136. package/dist/web-ui/public/automation-links.js +1 -1
  137. package/dist/web-ui/public/automation-schedule.js +1 -1
  138. package/dist/web-ui/public/comments-widget.js +1 -1
  139. package/dist/web-ui/public/diff-utils.js +1 -1
  140. package/dist/web-ui/public/environments.js +1 -1
  141. package/dist/web-ui/public/feedback-widget.js +1 -1
  142. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  143. package/dist/web-ui/public/git-history.js +1 -1
  144. package/dist/web-ui/public/git-status.js +1 -1
  145. package/dist/web-ui/public/index.html +1 -1
  146. package/dist/web-ui/public/index.js +1 -1
  147. package/dist/web-ui/public/login.js +1 -1
  148. package/dist/web-ui/public/markdown-editor.js +1 -1
  149. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  150. package/dist/web-ui/public/modal-maximize.js +1 -1
  151. package/dist/web-ui/public/notifications.js +1 -1
  152. package/dist/web-ui/public/pr-dialog.js +1 -1
  153. package/dist/web-ui/public/roles.js +1 -1
  154. package/dist/web-ui/public/server-health.js +1 -1
  155. package/dist/web-ui/public/settings.js +1 -1
  156. package/dist/web-ui/public/setup-password.js +1 -1
  157. package/dist/web-ui/public/skills.js +1 -1
  158. package/dist/web-ui/public/sse-client.js +1 -1
  159. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  160. package/dist/web-ui/public/task.js +1 -1
  161. package/dist/web-ui/public/teams.js +1 -1
  162. package/dist/web-ui/public/terminal.js +1 -1
  163. package/dist/web-ui/public/theme.js +1 -1
  164. package/dist/web-ui/public/users.js +1 -1
  165. package/dist/web-ui/public/variant-grouping.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x106ae1,_0x227b64){const _0x4af08e={_0x211668:0x16e,_0x3495be:0xc9,_0x30125d:0x4a1,_0x3b9b42:0x45f,_0x9d4a7e:0x536,_0x50b300:0x4aa,_0xe1611e:0x1a6,_0x4147ac:0xdb,_0x39e7cb:0x15e,_0x2fa76d:0x1d0,_0x572a62:0x60,_0x3a2d36:0x5f,_0xebd7f3:0x18e,_0x141980:0x115,_0x4fd081:0x40b,_0x2784d5:0x3f7,_0xd17c3d:0x1b8,_0x50c9a2:0x179,_0xf87cb9:0x1bf,_0x1ff9ce:0x3f8,_0x23d7e0:0x3a9,_0x461a64:0x3e6,_0x4ad8f6:0x456},_0x122fae={_0xeb81a7:0x260};function _0x96dbdb(_0x50e0e2,_0x5cb312,_0xb59824,_0x76e466){return _0x3a15(_0xb59824- -0x2ff,_0x5cb312);}function _0x34c1fc(_0x55a7b2,_0x57a22e,_0x551f05,_0x24a83c){return _0x3a15(_0x55a7b2-_0x122fae._0xeb81a7,_0x57a22e);}const _0x14466f=_0x106ae1();while(!![]){try{const _0x4a032f=-parseInt(_0x96dbdb(-0x12e,-_0x4af08e._0x211668,-0x11d,-_0x4af08e._0x3495be))/(0x2e*0x38+0x369+-0xd78)*(parseInt(_0x34c1fc(_0x4af08e._0x30125d,_0x4af08e._0x3b9b42,_0x4af08e._0x9d4a7e,0x50f))/(-0x449*-0x3+0x3be*-0x1+-0x91b))+-parseInt(_0x34c1fc(0x419,_0x4af08e._0x50b300,0x4aa,0x3a9))/(0x2435+0xf0c+-0x333e)*(parseInt(_0x96dbdb(-_0x4af08e._0xe1611e,-_0x4af08e._0x4147ac,-_0x4af08e._0x39e7cb,-_0x4af08e._0x2fa76d))/(0x25e9*0x1+0xd*0x125+-0x34c6))+parseInt(_0x34c1fc(0x4f2,0x4cd,0x4f8,0x4e7))/(-0x23a9+0x1a9f+0x3*0x305)+parseInt(_0x96dbdb(-_0x4af08e._0x572a62,0x23,-_0x4af08e._0x3a2d36,-0x83))/(0x177e+0x1b99+-0x3311)+-parseInt(_0x34c1fc(0x4e6,0x55a,0x498,0x532))/(-0x762+0x2*-0x130+0x9c9)+parseInt(_0x96dbdb(-_0x4af08e._0xebd7f3,-_0x4af08e._0x141980,-0x13b,-0x10e))/(-0x45b*0x2+0x4*0x21d+-0x1*-0x4a)*(parseInt(_0x34c1fc(0x43f,_0x4af08e._0x4fd081,0x3b0,_0x4af08e._0x2784d5))/(0x15e7+0x1d0f+0x1*-0x32ed))+parseInt(_0x96dbdb(-0x19f,-_0x4af08e._0xd17c3d,-_0x4af08e._0x50c9a2,-_0x4af08e._0xf87cb9))/(-0x4*0xa8+-0x234*-0x8+-0xef6)*(parseInt(_0x34c1fc(_0x4af08e._0x1ff9ce,_0x4af08e._0x23d7e0,_0x4af08e._0x461a64,_0x4af08e._0x4ad8f6))/(0x1*0x1e95+-0x1*0x92b+0x155f*-0x1));if(_0x4a032f===_0x227b64)break;else _0x14466f['push'](_0x14466f['shift']());}catch(_0x1af5c1){_0x14466f['push'](_0x14466f['shift']());}}}(_0x4f7a,0x121*0x251+-0x17b24+0x1*0xce07));function _0x3a15(_0x86d9af,_0xbbea30){_0x86d9af=_0x86d9af-(0x1*0x25be+0x1*0x8df+-0x2d1e);const _0x518f22=_0x4f7a();let _0x1a5012=_0x518f22[_0x86d9af];if(_0x3a15['Cuoiec']===undefined){var _0x52d89d=function(_0x14c12e){const _0x3e54eb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x290960='',_0x19dd69='';for(let _0x52f7af=0x137*-0x1+0x3*0x95f+0xb*-0x272,_0x1c4292,_0x163a76,_0x248599=0x9*0x27b+0x106*-0x22+0xc79*0x1;_0x163a76=_0x14c12e['charAt'](_0x248599++);~_0x163a76&&(_0x1c4292=_0x52f7af%(0x19*-0xf2+0x1*-0x1b28+0x1*0x32ce)?_0x1c4292*(-0x1*0x246b+0x151b+0xf90)+_0x163a76:_0x163a76,_0x52f7af++%(-0x89b*0x1+0x119c+0x2ff*-0x3))?_0x290960+=String['fromCharCode'](0x1cf5+-0x1c68+0x72&_0x1c4292>>(-(-0xc95*-0x1+0x10a3*0x2+-0x2dd9)*_0x52f7af&-0x2259+-0x1d1e+0x3f7d)):-0x383+0x1c29+-0x18a6){_0x163a76=_0x3e54eb['indexOf'](_0x163a76);}for(let _0xba04c5=0x2182+0xc3c+-0x926*0x5,_0x5bb903=_0x290960['length'];_0xba04c5<_0x5bb903;_0xba04c5++){_0x19dd69+='%'+('00'+_0x290960['charCodeAt'](_0xba04c5)['toString'](-0x9e*-0x3d+-0x15fb+-0x2f*0x55))['slice'](-(0x1*-0x7a7+-0x1*-0x1132+-0x989));}return decodeURIComponent(_0x19dd69);};_0x3a15['yYDRUN']=_0x52d89d,_0x3a15['XTRmBa']={},_0x3a15['Cuoiec']=!![];}const _0x31335e=_0x518f22[-0x1*0xf9f+-0x1c0b+0x2baa],_0x51c215=_0x86d9af+_0x31335e,_0x46f565=_0x3a15['XTRmBa'][_0x51c215];return!_0x46f565?(_0x1a5012=_0x3a15['yYDRUN'](_0x1a5012),_0x3a15['XTRmBa'][_0x51c215]=_0x1a5012):_0x1a5012=_0x46f565,_0x1a5012;}import _0x35f69e from'express';import{promises as _0x4275be}from'fs';import _0x1ee083 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x35f69e[_0x35d829(0x533,0x631,0x59b,0x601)]();function _0x4f7a(){const _0x392430=['Aw5NihrLBxbSyq','BMCGzw52AxjVBG','D0X6uNm','reXLwwK','ExPQsMW','BgvUz3rO','DeXsBfy','z054tuK','Avnls3O','Bwv0ywrHDge','neDhrKrIuW','ruXOzvy','vg1Uz0O','BwTKAxi','CMvWBgfJzq','zxjTAxnZAw9Uia','ihDPDgGGDw5RBG','DMnLyxi','ALPjsfe','jYbUB3qGzM91BG','uNHyrgq','igvUDMLYB25Tzq','BwLZC2LVBG','y29KzxjdB25MAq','CMvHzcbPBNn0CG','Aw5MBW','Aw9UCYb1CgrHDa','D3jPDguGDgvTCa','ywXS','CgrHDgvKigj5ia','Dg5hu1u','DgvZihbLCM1PCW','CgXHDgu','BgLZDcb0zw1WBa','BxbSyxrLig5HBq','vgfZAYb1C2vYia','D2fYBG','CNvJDgLVBNm','wMTArNa','vvfXEw0','C2v5y2O','quDftLrtlM1K','zgvSzxrLihrLBq','sfH6B2i','zhjhrM0','BwvUDcb0zw1WBa','zxHPC3rZ','Bgf0zq','AxPLza','wMDxwNK','AM9PBG','yxrLCW','BNrZoMLUC3rYDq','C3rHDhvZ','s2LSuxa','q25Oqxq','y29UDgvUDa','vej0Bhe','CNvJDgLVBNmGzG','wffvy2i','BM90igHHDMuGCa','ywnJzxnZ','q1Phy3O','vxnLCIbSywnRCW','vKrpD1a','BwrqAg0','ufjfy2G','B3qGAw5PDgLHBa','DffHug4','z01ruKq','vgfZAYbMzxrJAa','BeHvA0u','EMvK','lZPUyw1L','A3nzBKW','BNqGCM91DguGBG','zwXLDgvKigj5ia','BM90igzVDw5K','Chv0','mZuWmJy2sfn5v0rh','DLzQv28','C2vYswq','uuH4BMu','uNP6rxm','swD1DK8','z2v0','Aw5JBhvKzxm','rw52AxjVBM1LBG','CMvHzcbbr0vova','DgfZAY10zw1WBa','zLjfANC','nte1mdqWqwXtDMvW','sLrbDgq','rfL5zvO','vLLNyMq','zwXKigLZihjLCq','BwvZC2fNzq','DgfZA3m','zgrfswO','sw52ywXPzcb0zq','A1ffvu8','zMLSDgvY','A05yBu0','D05SwNG','vgfZAYbVD25LCG','mtm4nJmZmgPKuxzizW','thDcu2S','ANnVBG','CvLRq2q','vvvyC28','BgnKs0e','s2zeuLm','B0nzBxe','y29Kzq','Dg9ju09tDhjPBG','vK5TrMi','y29UDgvUDeXLBG','qw5Ttxu','DNfLzwK','qMfKifjLCxvLCW','CwHTqxi','yM9KEq','C2LVBG','zeLeAge','BYbHC3nVy2LHDa','D3jPDgvgAwXL','wNH3twW','mtbhC1zcuLa','qw1uAMi','vMzMseC','vxnLCIbKB2vZia','sw52ywXPzcb0yq','CvzmqKu','l2LUC3rYDwn0Aq','BunVEMi','rwHwDfC','BNqGCMvXDwvZDa','zNPgq1C','DgvTCgXHDgu','DLr6yxK','DcbPBNn0CNvJDa','Dhm6DgvTCgXHDa','D21TALK','zwHhDLm','zgvSzxrL','mtC5odyXs295swDH','DMjkDxm','Cun4Efm','DgvTCgXHDgvZ','weLNyu8','DgfZAW','C013CeW','z29dwxu','vgfZAYbSAxn0Aq','ndyXnZqWwLnSywPL','uKrMtxO','z2D1vgK','zxjYB3i','DxbKyxrLzef0','vuPzzuq','tvPqCKC','DK92zNe','vgfZAY1jzcbOzq','vgfZAYbKzwXLDa','DxbKyxrLzej5va','ru5pru5u','wePdveq','vKDwBK8','C2v0DxbqyxrO','tM1vu0u','vgfZAYbOyxmGBG','DxrMltG','C3frvLi','BKT4vu8','vw5HDxrOB3jPEG','Bgn6Eg4','zwqGzw52AxjVBG','Cgf0y2G','m2TyC05duW','D3jPDguGquDftG','CMvJDxjZAxzL','DxnLCM5HBwu','rxbcyxC','zLr3tKq','ELjNt3u','B0fAzvG','qxDou1O','rMvrtMS','y3rPB25ZihbLCG','nZeYBe1MsLjO','Aw9UCW','z3rO','BwvUDa','sgrrBgW','uY5Tza','y2fSBgLUz1rHCW','C1ndz0S','zuPgAui','lMPZB24','ig5VDcbMB3vUza','vgDOrLm','DcbTyw5Hz2vTzq','DxnLCKLK','wvf6qK0','q29UDgvUDcbMAq','quL4wgi','u2vYDMLJzsbUBW','B25Z','t2D1twy','zgvSzxrLzej5va','CgfYyw1Z','CMvHzcb0zw1WBa','DgfZA1vZzxi','BgnntwK','BNrZoNrLBxbSyq','ChHJtMW','mtK2odnMzNfxtKu','BM1LBNqGAw5ZDa','y3jLyxrLzej5','mti2mJyYwuXVvuLo','Dw5SAw5R','qwLVtgW','CMvHzezPBgu','wNrfqK0','C2SGsuq','tvPTEwy','BYbLBNzPCM9UBq','BhvZDfi','vgvTCgXHDguGjW','lM1K','Eejzuxy','DxbKyxrLzej5vq','tgz3y2O','BMfTzq','yxrL','qwPxyxi','zw52AxjVBM1LBG','zwqGyNKGDgfZAW','l3rLBxbSyxrLCW','vgfZAYb1CgrHDa','yuHsuMu','ywjIt3u','DKPotxO','sNL2rxO','rKHgBeK','DgLVBNm','B1zmz2S','t2HlB0e','BevlAgG','u1fSwwO','tezbuxG','tM90iezVDw5K','CgfYC2u','Ehf3q0K','DcbPBML0AwfSAq','DKTlBwe','t0rWBNm','DwLYzwq','Aev4rLK','vhfWuwi','AgvHzgvYCW','DcbUB3qGzM91BG','B3DUihrHC2SGsq','vfmUBwq','zxj2zxiGrxjYBW','DgfZA0LK','CffyAhC','Dg8GDxbKyxrLia','Cvvmre8','BwfW','zMjKD2K','BgzRwuK','uM91DgvY','A21rwgO','AwXL','C3vJy2vZCW','sKngAeG','Ec10yxnRlwLK','De5HBwu','uvDZEw0','vuvqwuW','rKvbs2K','C3rYAw5NAwz5','D2XbDLm','t3Dbs3a','rMfPBgvKihrVia','yLDNvKi','Cgf0Aa','yxnRswq','whL1DfK','zgvZy3jPChrPBW','Dwn0Aw9UCYbMAq','rKHgzKO','y2PfqxO','uMfZy1i','sw50zxjUywWGuW','Ahn1EKe','rwjtA0O','Dcb0zw1WBgf0zq','ChPqzfq','twLZC2LUzYbylq','r2Lxzu4','rM9YyMLKzgvU','yKLovhu'];_0x4f7a=function(){return _0x392430;};return _0x4f7a();}let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0xfbeb2e){const _0x1d3842={_0x5344d6:0x166,_0x39bb40:0x19e,_0x451f50:0x11d,_0x17b6ae:0x47,_0x387111:0x34,_0x38dbe4:0x148},_0x363d66={_0x1dab5d:0x19c};tasks=_0xfbeb2e[_0x1849f7(0x1b2,_0x1d3842._0x5344d6,_0x1d3842._0x39bb40,_0x1d3842._0x451f50)],setupPath=_0xfbeb2e[_0x1849f7(0xc9,-0xb,-_0x1d3842._0x17b6ae,_0x1d3842._0x387111)];function _0x20077d(_0x16a64c,_0x41306e,_0x562cc0,_0x4063a0){return _0x35d829(_0x41306e,_0x41306e-0x107,_0x4063a0- -0x48a,_0x4063a0-_0x363d66._0x1dab5d);}function _0x1849f7(_0x4a0a29,_0x2dccc2,_0x2a7a2d,_0x5db567){return _0x35d829(_0x4a0a29,_0x2dccc2-0x1cb,_0x5db567- -0x4ff,_0x5db567-0x15b);}coderConfig=_0xfbeb2e[_0x20077d(0xb7,0x17f,0xb0,_0x1d3842._0x38dbe4)+'g'];}export function updateCoderConfig(_0x3a04c4){coderConfig=_0x3a04c4;}async function requireTaskAuth(_0x440fc3,_0x475d7c,_0x53e818){const _0xa5d80d={_0x3777f5:0x3e,_0x2e8f2a:0x41,_0x433c35:0xf3,_0x5e4381:0x9e,_0x50254e:0x95,_0x255031:0x9e,_0x3871ad:0x87,_0x35ac87:0x4c,_0x2cc65f:0x103,_0x3fd353:0xd8,_0x3ca61d:0x5e,_0x112f3c:0xb4,_0x2a8ac2:0x2e,_0x10d721:0xa5,_0x525667:0x36,_0x213c0a:0x81,_0x442b28:0xa7,_0x2e984d:0x31,_0x375169:0xd,_0x252657:0xd2,_0x2edc65:0x3f,_0x34fdd9:0x172,_0x15a858:0xff,_0x5cbb12:0xc0,_0x178696:0xff,_0xbd202c:0x61,_0x240186:0xd8,_0x168579:0x2b,_0x46c920:0x35,_0x3717ff:0x1a,_0xbfa1eb:0x68,_0xc86888:0x24,_0x122e51:0x2a,_0x3652e9:0x158,_0x4b26dd:0xff,_0x5c2ea2:0x8e,_0xfe52a5:0xd0,_0x23d107:0xa0,_0x2d7d56:0x6a,_0x5e5b6f:0x4,_0x353c88:0x80,_0x4434fa:0x8,_0x5027d2:0x7e,_0x46e83f:0x82,_0x41db8e:0xa9,_0x470cde:0x91,_0x409cc1:0xb9,_0xf4019c:0x8a,_0x3d114c:0x10d,_0x322d4b:0x110,_0x4e0dd9:0x15,_0x14665b:0xb0,_0x54cc66:0xa8,_0x329735:0x112,_0x3c7449:0x10c,_0x51c281:0x10e,_0x7305ff:0x145,_0x3513ff:0xe2,_0x4c6b27:0x9,_0x3b2a35:0x7c,_0x28ad6d:0xe2,_0x569da1:0x8d,_0x5bf481:0x48,_0x58cddd:0x28,_0x20055c:0xbd,_0x3b1acc:0x26,_0x435a84:0x70,_0x26f69b:0x8f,_0x30a285:0x116,_0x97e8fe:0xbc,_0x3ca2a4:0x9d,_0x51036b:0x84,_0x16d3be:0x6f,_0x438776:0x2,_0x515193:0x119,_0x3378bc:0x6,_0x1b8c03:0x14,_0x4b06fd:0xf5,_0x3d4e29:0x8f,_0x1edb69:0xf2,_0x33d0df:0x58,_0x554fbe:0xa7,_0x3acd30:0xda,_0x3cdbbb:0x171,_0x720ab:0x59,_0x2a825a:0x3d,_0x3b7bc3:0x49,_0x394369:0x1c,_0x314222:0x3e,_0x3d1164:0x77,_0x30a320:0x2c,_0x475d74:0x46,_0x7e75f3:0x109,_0x2874ed:0x9f,_0x2662d8:0x53,_0x368c22:0x86,_0x2bce28:0x64,_0x5eeb85:0x26,_0x8247bc:0x39,_0x1315b5:0x4f,_0x2572c4:0xa3,_0x1f3371:0x15f,_0x229e42:0xa0,_0x28fcf7:0x113,_0x38f621:0x3a,_0x42768c:0x7a,_0x5c68f1:0x58,_0x305c58:0x8f,_0x36b6a7:0x38,_0x45878b:0x1b,_0xf277a6:0x13a,_0x865381:0xde,_0x1a8167:0x5e,_0xcc6115:0x3c,_0x56f883:0x43,_0x439ec7:0x9a,_0x44af4f:0xbe,_0xa446dd:0x37,_0x1ea1da:0xee,_0xe2f3a6:0x6d,_0x4a02f3:0x8f,_0x49795c:0x7e,_0x411811:0x11d,_0x132f94:0x108,_0x58a4c9:0x82,_0xe8183f:0x2c,_0x5ce48d:0xcb,_0x2240f8:0x24,_0x584e09:0x113,_0x33ae0a:0x58,_0x33093e:0xb7,_0xb0d31a:0x23,_0x1c8ea6:0xd1,_0x5387cb:0x40,_0x1f3cb5:0x41,_0x87c304:0x16c,_0x1a8181:0x186,_0x2090c9:0x113,_0x110ed1:0x93,_0x51ecb0:0xe4,_0x4d003a:0xcf,_0x1268b9:0x62,_0x5a0764:0xab,_0x18a749:0xbf,_0x59c52b:0xb2,_0x597ec6:0xcb,_0x5a9227:0x111,_0x12d586:0xf5,_0x59c08a:0x8f,_0x1b3238:0x8c,_0x2144a0:0x12,_0x469712:0x26,_0x51318e:0x16f,_0x309655:0x14e,_0x3c8b86:0x108,_0x58c417:0x42,_0xde2cc4:0x7f,_0x265984:0xc7,_0xe76ab9:0x12,_0xf58cd3:0x30,_0x213871:0x1d,_0x704571:0x1b,_0x4444bb:0x97,_0x2de9e9:0x17,_0x3be074:0x9b,_0x252ff7:0xc1,_0x5ef841:0xc5,_0x5e9bd3:0x149,_0x4f5b44:0x13d,_0x48ec54:0x7a,_0x54209e:0xd9,_0x2eb001:0x84,_0x2827a4:0x76,_0x6138b3:0x20,_0x28db13:0x3f,_0x520d2e:0x14e,_0x4d4a3c:0x6e,_0x4cd2f1:0x58,_0x520ba9:0x123,_0x440ff1:0x9c,_0x12f76a:0x7d,_0x5f2ee9:0x11b,_0x8474d8:0x58,_0x41e2f1:0x10b,_0x20d266:0x51,_0x58cee0:0x50,_0x1d880b:0x33,_0x485d90:0xe9,_0x158306:0x59,_0x4fc314:0x16b,_0x343904:0x175,_0x156b08:0x99,_0x2c0bc8:0x1b1,_0x21ebda:0x119,_0x3e6819:0x70,_0x2cc12d:0x10,_0x18c1b2:0x64,_0x1b80ff:0x2a,_0x2be1fe:0xdf,_0x2e296b:0x92,_0x2f98e1:0x3,_0x55910c:0xd7,_0x222868:0x81,_0x5aa36b:0x62,_0x65e0ca:0xe9,_0x244bf0:0x81,_0x2a8648:0x42,_0x1658f8:0x69,_0x2ce929:0x7e,_0x1da2ea:0xba,_0xf7847f:0x153,_0x2b7617:0x17b,_0x1ea645:0xd0,_0x359b87:0x15,_0x24caa8:0xbf,_0x137b35:0x6,_0x107dfc:0x5,_0x2b85c1:0x37,_0x50adc0:0x2f,_0x45f286:0x79,_0x17f021:0xea,_0x2f4dff:0x64,_0xf2e31a:0xf6,_0x24f949:0x4c,_0x3526a4:0x40,_0x477cb3:0xc8,_0x2df0a5:0x2a,_0x3d488d:0x40,_0xe26351:0x4c,_0x10d83f:0x3b,_0x36eea0:0x124,_0x44faa8:0x56,_0xdd71e1:0x40,_0x102140:0x55,_0x34f894:0x123},_0x1e53ee={_0x3f347b:0x5b7,_0x8e4209:0x139},_0x54659f={_0x1f0861:0x1e9,_0x31e98f:0x1e6},_0x509b05={'vKKma':'Environmen'+_0x3585ba(0xd3,_0xa5d80d._0x3777f5,0xb5,_0xa5d80d._0x2e8f2a)+_0x3585ba(0x105,0x137,0xb8,_0xa5d80d._0x433c35)+_0x3585ba(_0xa5d80d._0x5e4381,_0xa5d80d._0x50254e,_0xa5d80d._0x255031,0xeb)+_0x3585ba(_0xa5d80d._0x3871ad,_0xa5d80d._0x35ac87,_0xa5d80d._0x2cc65f,_0xa5d80d._0x3fd353),'Yfnjp':_0x3e4486(-0x2e,-_0xa5d80d._0x3ca61d,-_0xa5d80d._0x112f3c,-0x3f)+_0x3e4486(0x67,-_0xa5d80d._0x2a8ac2,-_0xa5d80d._0x10d721,-0xe)+_0x3e4486(-0x33,0x4c,-_0xa5d80d._0x525667,_0xa5d80d._0x213c0a),'lcdKA':function(_0x5efb1e,_0x510cb2){return _0x5efb1e===_0x510cb2;},'qCxxS':_0x3585ba(_0xa5d80d._0x442b28,-0x4e,-0x1a,0x1d),'dIDha':_0x3e4486(-0xb4,-_0xa5d80d._0x2e984d,-0x69,_0xa5d80d._0x375169),'EbSkJ':'Failed\x20to\x20'+_0x3585ba(0x111,0xbe,0x46,_0xa5d80d._0x252657)+_0x3585ba(0x9e,_0xa5d80d._0x2edc65,0x75,0xc8),'HhxsZ':_0x3585ba(0xc6,_0xa5d80d._0x34fdd9,0x121,_0xa5d80d._0x15a858)+'t\x20manageme'+_0x3e4486(-_0xa5d80d._0x5cbb12,-0xa4,-_0xa5d80d._0x178696,-0xae)+'\x20missing\x20X'+'-Task-Id\x20h'+'eader','RxXDd':'Unauthoriz'+'ed','ehGvS':_0x3585ba(0xda,_0xa5d80d._0xbd202c,_0xa5d80d._0x240186,0xa4)+_0x3585ba(-_0xa5d80d._0x168579,_0xa5d80d._0x46c920,0xa3,_0xa5d80d._0x3717ff)+'ader','YQzBM':_0x3e4486(0x5f,-0x5,_0xa5d80d._0xbfa1eb,-0x7b)+_0x3e4486(-0x16,-_0xa5d80d._0xc86888,0x5a,-0xaf)+'r','mdPhm':function(_0x5ee65a,_0x3495e1){return _0x5ee65a!==_0x3495e1;},'EhVtW':_0x3e4486(_0xa5d80d._0x3777f5,_0xa5d80d._0x122e51,-0x2e,-0x6c),'lustR':_0x3585ba(0x91,_0xa5d80d._0x3652e9,0x178,_0xa5d80d._0x4b26dd)+_0x3e4486(-_0xa5d80d._0x5c2ea2,-0x63,-_0xa5d80d._0xfe52a5,-0x2b)+_0x3e4486(-0x58,-0xa4,-_0xa5d80d._0x23d107,-0x72)+_0x3e4486(-_0xa5d80d._0x2d7d56,0x14,-_0xa5d80d._0x5e5b6f,-_0xa5d80d._0x353c88)+_0x3585ba(_0xa5d80d._0x4434fa,0x2c,0x13,_0xa5d80d._0x5027d2)+'D','sSCgK':_0x3e4486(-_0xa5d80d._0x46e83f,-_0xa5d80d._0x41db8e,-0x21,-_0xa5d80d._0x470cde)+'sk\x20ID','QWsym':'Task\x20has\x20n'+_0x3e4486(-0xb,-0x4a,-_0xa5d80d._0x409cc1,-0x5f)+'ent','AnmMu':'Bad\x20Reques'+'t','RascR':function(_0x41e115,_0x4589b0){return _0x41e115(_0x4589b0);},'VffHG':_0x3585ba(_0xa5d80d._0xf4019c,_0xa5d80d._0x3d114c,0x157,_0xa5d80d._0x322d4b)+_0x3585ba(0x4d,-_0xa5d80d._0x4e0dd9,0x21,_0xa5d80d._0x2edc65),'ZgWZy':_0x3e4486(-_0xa5d80d._0x14665b,-_0xa5d80d._0x54cc66,-_0xa5d80d._0x329735,-_0xa5d80d._0x3c7449),'MotLT':_0x3585ba(0x125,_0xa5d80d._0x51c281,_0xa5d80d._0x7305ff,0xff)+_0x3e4486(-0x82,-0x27,0x46,-0x7b)+'d','oCYmq':function(_0x111833){return _0x111833();}};function _0x3585ba(_0x4b0333,_0x17e9d4,_0x2c04ed,_0x3353fe){return _0x35d829(_0x4b0333,_0x17e9d4-_0x54659f._0x1f0861,_0x3353fe- -0x513,_0x3353fe-_0x54659f._0x31e98f);}const _0x419317=_0x440fc3[_0x3585ba(_0xa5d80d._0x3513ff,_0xa5d80d._0x4c6b27,0x1,_0xa5d80d._0x3b2a35)][_0x3585ba(0x36,0x14,_0xa5d80d._0x28ad6d,_0xa5d80d._0x569da1)];if(!_0x419317){logger[_0x3e4486(-_0xa5d80d._0x5bf481,_0xa5d80d._0x58cddd,_0xa5d80d._0x20055c,_0xa5d80d._0x3b1acc)](_0x509b05['HhxsZ']);const _0x2e65da={};return _0x2e65da[_0x3e4486(-_0xa5d80d._0x435a84,-_0xa5d80d._0x26f69b,-0xb4,-0x80)]=_0x509b05[_0x3585ba(0x56,_0xa5d80d._0x30a285,0x50,_0xa5d80d._0x97e8fe)],_0x2e65da['message']=_0x509b05[_0x3e4486(-0x10d,-_0xa5d80d._0x3ca2a4,-0xb8,-_0xa5d80d._0x51036b)],_0x475d7c['status'](0x21*-0x78+-0x17e8+-0x28f1*-0x1)[_0x3e4486(0x39,_0xa5d80d._0x16d3be,-_0xa5d80d._0x438776,0x83)](_0x2e65da);}if(!tasks){logger[_0x3e4486(-_0xa5d80d._0x515193,-0x8f,-_0xa5d80d._0x3378bc,-0xa8)](_0x509b05[_0x3e4486(0x27,-0x2d,-_0xa5d80d._0x1b8c03,-0xa2)]);const _0x2cf48d={};return _0x2cf48d[_0x3e4486(-_0xa5d80d._0x4b06fd,-_0xa5d80d._0x3d4e29,-_0xa5d80d._0x1edb69,-_0xa5d80d._0x33d0df)]=_0x509b05[_0x3e4486(-0x4d,-_0xa5d80d._0xbd202c,-0x2e,-_0xa5d80d._0x554fbe)],_0x2cf48d[_0x3e4486(-0xc,0x64,0xa,0x7b)]=_0x509b05['Yfnjp'],_0x475d7c[_0x3585ba(0x121,_0xa5d80d._0x3acd30,_0xa5d80d._0x3cdbbb,0xdd)](-0x2077*-0x1+0x17da+-0x365d)['json'](_0x2cf48d);}const _0x7956ba=tasks[_0x3e4486(0xa0,_0xa5d80d._0x720ab,-0x26,0xa)](_0x419317);if(!_0x7956ba){if(_0x509b05[_0x3e4486(-0x36,0x45,_0xa5d80d._0x2a825a,_0xa5d80d._0x3b7bc3)](_0x509b05['EhVtW'],_0x509b05[_0x3585ba(-0x15,_0xa5d80d._0x720ab,-_0xa5d80d._0x394369,-0x1)])){_0x497338[_0x3e4486(-0x5f,-0x8f,-0x43,-_0xa5d80d._0x51036b)](_0x509b05[_0x3585ba(0xc7,0xb0,_0xa5d80d._0x314222,_0xa5d80d._0x3d1164)]);const _0x22c440={};return _0x22c440[_0x3e4486(-_0xa5d80d._0x30a320,-_0xa5d80d._0x3d4e29,-_0xa5d80d._0x475d74,-_0xa5d80d._0x7e75f3)]=_0x3585ba(0x1a,0xd7,0x6d,_0xa5d80d._0x2874ed)+_0x3e4486(-0x67,-0x24,-_0xa5d80d._0x2662d8,0x2e)+'r',_0x22c440[_0x3e4486(_0xa5d80d._0x368c22,_0xa5d80d._0x2bce28,-_0xa5d80d._0x5eeb85,_0xa5d80d._0x8247bc)]=_0x509b05['Yfnjp'],_0x38e16f[_0x3585ba(0x15d,_0xa5d80d._0x1315b5,_0xa5d80d._0x2572c4,0xdd)](-0x5*-0x565+0x243e*-0x1+-0xa9*-0x11)[_0x3585ba(_0xa5d80d._0x1f3371,_0xa5d80d._0x229e42,0x189,_0xa5d80d._0x28fcf7)](_0x22c440);}else{const _0x525da1={};_0x525da1['taskId']=_0x419317,logger[_0x3e4486(0x98,0x28,-0x44,-0x6f)](_0x509b05[_0x3585ba(-_0xa5d80d._0x38f621,_0xa5d80d._0x42768c,0xad,0x5b)],_0x525da1);const _0x28c495={};return _0x28c495[_0x3e4486(-_0xa5d80d._0x5c68f1,-_0xa5d80d._0x305c58,-_0xa5d80d._0x36b6a7,-_0xa5d80d._0x45878b)]=_0x509b05[_0x3585ba(0x85,_0xa5d80d._0xf277a6,0x74,0xbc)],_0x28c495[_0x3e4486(-0x1a,0x64,_0xa5d80d._0x865381,-0x20)]=_0x509b05[_0x3585ba(_0xa5d80d._0x1a8167,0x8c,-0x2b,_0xa5d80d._0xcc6115)],_0x475d7c[_0x3e4486(_0xa5d80d._0x56f883,0x39,_0xa5d80d._0x439ec7,0x4d)](0x1*0x120d+-0x2179+0x10fd)[_0x3e4486(_0xa5d80d._0x44af4f,0x6f,0x4b,0xe0)](_0x28c495);}}if(!_0x7956ba['environmen'+'t']){const _0x2c65f0={};_0x2c65f0[_0x3585ba(0xd4,_0xa5d80d._0xa446dd,_0xa5d80d._0x1ea1da,_0xa5d80d._0x213c0a)]=_0x419317,logger['warn'](_0x509b05[_0x3585ba(_0xa5d80d._0xe2f3a6,0x5f,0x11,_0xa5d80d._0x4a02f3)],_0x2c65f0);const _0x2cf485={};return _0x2cf485[_0x3585ba(0x5f,_0xa5d80d._0x49795c,0x3c,_0xa5d80d._0x4e0dd9)]=_0x509b05[_0x3585ba(0x93,0x1b5,0x1b2,_0xa5d80d._0x411811)],_0x2cf485[_0x3585ba(0x75,0x116,0x11a,_0xa5d80d._0x132f94)]=_0x3e4486(-0x9c,-_0xa5d80d._0x58a4c9,-0x8c,-_0xa5d80d._0xe8183f)+_0x3e4486(-_0xa5d80d._0x5ce48d,-0xb0,-_0xa5d80d._0x2240f8,-_0xa5d80d._0x584e09)+_0x3585ba(-0x16,_0xa5d80d._0x33ae0a,_0xa5d80d._0x33093e,_0xa5d80d._0x58cddd)+_0x3e4486(-0xc4,-0x6c,-0xd6,_0xa5d80d._0xb0d31a),_0x475d7c[_0x3e4486(_0xa5d80d._0x1c8ea6,_0xa5d80d._0x8247bc,-_0xa5d80d._0x5387cb,-_0xa5d80d._0x1f3cb5)](-0x3*-0x2ce+-0xb52+0x478)[_0x3585ba(0x10c,_0xa5d80d._0x87c304,_0xa5d80d._0x1a8181,_0xa5d80d._0x2090c9)](_0x2cf485);}const _0x52cfae=_0x7956ba[_0x3e4486(-_0xa5d80d._0x110ed1,-0x52,-0x12,-_0xa5d80d._0x51ecb0)]?.['userId'],_0x2b1db2=await _0x509b05[_0x3e4486(-0x9a,-_0xa5d80d._0x3378bc,-_0xa5d80d._0x3378bc,_0xa5d80d._0x122e51)](findUserById,_0x52cfae);if(!_0x2b1db2){const _0xfd8a42={};_0xfd8a42[_0x3585ba(0x25,_0xa5d80d._0x4d003a,_0xa5d80d._0x4c6b27,0x81)]=_0x419317,_0xfd8a42[_0x3e4486(-0x19,-_0xa5d80d._0x1268b9,-0x38,-_0xa5d80d._0x5a0764)]=_0x52cfae,logger[_0x3e4486(_0xa5d80d._0x58cddd,0x28,0x1d,_0xa5d80d._0x18a749)](_0x3585ba(_0xa5d80d._0x59c52b,0x60,0x3a,_0xa5d80d._0x597ec6)+_0x3585ba(0xb6,0x101,_0xa5d80d._0x5a9227,_0xa5d80d._0x12d586),_0xfd8a42);const _0x109dca={};return _0x109dca[_0x3e4486(-0xa7,-_0xa5d80d._0x59c08a,-0x7,-_0xa5d80d._0x1b3238)]=_0x3585ba(0x5b,0x75,_0xa5d80d._0x2144a0,_0xa5d80d._0x469712)+'ed',_0x109dca[_0x3585ba(_0xa5d80d._0x51318e,_0xa5d80d._0x309655,_0xa5d80d._0x5e4381,_0xa5d80d._0x3c8b86)]=_0x509b05[_0x3e4486(-_0xa5d80d._0x58c417,-0xab,-0x3c,-0xde)],_0x475d7c['status'](-0xeeb+0xb0*0x29+-0x6b*0x1c)['json'](_0x109dca);}_0x440fc3[_0x3585ba(0xb9,_0xa5d80d._0xde2cc4,_0xa5d80d._0x265984,0x3b)+'k']=_0x7956ba,_0x440fc3['taskUser']=_0x2b1db2;function _0x3e4486(_0x45a64,_0x270af8,_0xf07b5d,_0x3f7ffb){return _0x35d829(_0x3f7ffb,_0x270af8-0x21,_0x270af8- -_0x1e53ee._0x3f347b,_0x3f7ffb-_0x1e53ee._0x8e4209);}_0x440fc3[_0x3e4486(-_0xa5d80d._0xe76ab9,-0x40,_0xa5d80d._0xb0d31a,-_0xa5d80d._0xf58cd3)+_0x3585ba(0x77,_0xa5d80d._0x213871,_0xa5d80d._0x704571,_0xa5d80d._0x5c2ea2)]=_0x7956ba[_0x3585ba(_0xa5d80d._0x4444bb,_0xa5d80d._0x2de9e9,_0xa5d80d._0x3be074,0x64)+'t'];if(!coderConfig?.['environmen'+'ts']?.[_0x7956ba[_0x3e4486(-_0xa5d80d._0x252ff7,-_0xa5d80d._0x5387cb,_0xa5d80d._0x4434fa,-_0xa5d80d._0x5ef841)+'t']]){if(_0x509b05[_0x3585ba(0x95,0x14d,_0xa5d80d._0x5e9bd3,0x116)](_0x509b05[_0x3585ba(0x156,_0xa5d80d._0x4f5b44,_0xa5d80d._0x48ec54,_0xa5d80d._0x54209e)],_0x509b05[_0x3e4486(_0xa5d80d._0x2eb001,0x35,_0xa5d80d._0x2827a4,-0x2f)])){const _0x21f568={};_0x21f568[_0x3e4486(-0x7e,-_0xa5d80d._0xb0d31a,-0x9f,-0x16)]=_0x419317,_0x21f568[_0x3585ba(-_0xa5d80d._0x6138b3,0x5b,_0xa5d80d._0x28db13,0x64)+'t']=_0x7956ba['environmen'+'t'],logger[_0x3585ba(0x73,_0xa5d80d._0x520d2e,0x46,0xcc)](_0x509b05['MotLT'],_0x21f568);const _0x548516={};return _0x548516[_0x3585ba(0x70,_0xa5d80d._0x4d4a3c,_0xa5d80d._0x5c68f1,0x15)]=_0x509b05[_0x3585ba(_0xa5d80d._0x2144a0,0x5e,_0xa5d80d._0x4cd2f1,-0xd)],_0x548516[_0x3585ba(0x8c,_0xa5d80d._0x520ba9,_0xa5d80d._0x440ff1,_0xa5d80d._0x132f94)]=_0x3585ba(_0xa5d80d._0x12f76a,_0xa5d80d._0x5f2ee9,0x69,0xff)+_0x3585ba(_0xa5d80d._0x8474d8,_0xa5d80d._0x41e2f1,0x38,0x7d)+'d',_0x475d7c[_0x3e4486(-_0xa5d80d._0x20d266,_0xa5d80d._0x8247bc,-_0xa5d80d._0x58cee0,_0xa5d80d._0x1d880b)](0x54*-0x50+-0x8*0x25c+0x2eb4)[_0x3e4486(-0x8,_0xa5d80d._0x16d3be,_0xa5d80d._0x485d90,_0xa5d80d._0x158306)](_0x548516);}else{if(_0x509b05[_0x3585ba(0x15d,_0xa5d80d._0x4fc314,0x18e,0x116)](_0x5c1ccc[_0x3585ba(_0xa5d80d._0x343904,_0xa5d80d._0x156b08,_0xa5d80d._0x2c0bc8,_0xa5d80d._0x21ebda)],_0x509b05[_0x3e4486(-0x59,-0x99,-_0xa5d80d._0x3e6819,-_0xa5d80d._0x2cc12d)])){const _0x3e2275={};_0x3e2275[_0x3e4486(-0x4f,-_0xa5d80d._0x59c08a,-0x118,-_0xa5d80d._0x2edc65)]=_0x509b05[_0x3585ba(0x45,0x9,-0x63,-0xd)],_0x3e2275[_0x3e4486(-0x13,_0xa5d80d._0x18c1b2,-_0xa5d80d._0x1b80ff,-0x25)]=_0x3e4486(-_0xa5d80d._0x2be1fe,-0x48,0x15,-_0xa5d80d._0x2e296b)+_0x41a061+(_0x3e4486(0xaf,_0xa5d80d._0x2de9e9,_0xa5d80d._0x2bce28,_0xa5d80d._0x2572c4)+'d'),_0x45a0d7['status'](0x92d+0x54*0x53+-0x22d5)[_0x3e4486(-_0xa5d80d._0x2f98e1,_0xa5d80d._0x16d3be,_0xa5d80d._0x55910c,0x104)](_0x3e2275);}else{const _0x127f8e={};_0x127f8e[_0x3585ba(0x9b,_0xa5d80d._0x485d90,_0xa5d80d._0x21ebda,_0xa5d80d._0x222868)]=_0x1ae065[_0x3585ba(_0xa5d80d._0x5aa36b,_0xa5d80d._0x65e0ca,0x55,_0xa5d80d._0x244bf0)],_0x127f8e[_0x3e4486(_0xa5d80d._0x2a8648,-0x40,-_0xa5d80d._0x1658f8,-_0xa5d80d._0x2ce929)+'t']=_0x116233,_0x127f8e[_0x3e4486(-0x104,-0xa2,-_0xa5d80d._0x1da2ea,-0x13a)]=_0x26f7d,_0x127f8e['error']=_0x23cb6c[_0x3585ba(_0xa5d80d._0xf7847f,_0xa5d80d._0x2b7617,_0xa5d80d._0x1ea645,0x108)],_0x3e068c[_0x3585ba(-0x5d,0xaa,-0x4,_0xa5d80d._0x359b87)](_0x509b05[_0x3585ba(0xe2,_0xa5d80d._0x24caa8,0x74,0xa1)],_0x127f8e);const _0x5822ee={};_0x5822ee[_0x3e4486(-0xb1,-0x8f,-_0xa5d80d._0x137b35,-0x11a)]=_0x3e4486(0x47,-_0xa5d80d._0x107dfc,_0xa5d80d._0x2b85c1,0x6c)+_0x3e4486(-_0xa5d80d._0x50adc0,-_0xa5d80d._0x2240f8,0x54,-_0xa5d80d._0x45f286)+'r',_0x5822ee[_0x3e4486(_0xa5d80d._0x17f021,_0xa5d80d._0x2f4dff,0x2,_0xa5d80d._0xf2e31a)]=_0x509b05[_0x3e4486(-_0xa5d80d._0x375169,-0x3,-0x29,-0x58)],_0x18005b[_0x3e4486(0xa,_0xa5d80d._0x8247bc,0xc4,-_0xa5d80d._0xf58cd3)](0x143*0x1d+-0x8e9+-0x19ba)['json'](_0x5822ee);}}}_0x440fc3[_0x3e4486(-0xa9,-0x40,_0xa5d80d._0x24f949,-_0xa5d80d._0x353c88)+'tConfig']=coderConfig['environmen'+'ts'][_0x7956ba[_0x3e4486(0x22,-_0xa5d80d._0x3526a4,-_0xa5d80d._0x477cb3,_0xa5d80d._0x2df0a5)+'t']],_0x440fc3[_0x3e4486(-0xb2,-_0xa5d80d._0x3d488d,_0xa5d80d._0xe26351,_0xa5d80d._0x10d83f)+'tPath']=_0x1ee083[_0x3585ba(0xbc,_0xa5d80d._0x36eea0,0xc0,0xda)](setupPath,'environmen'+'ts',_0x7956ba[_0x3e4486(_0xa5d80d._0x44faa8,-_0xa5d80d._0xdd71e1,-_0xa5d80d._0x2662d8,_0xa5d80d._0x102140)+'t']),_0x509b05[_0x3585ba(0xa2,_0xa5d80d._0x34f894,0xb9,0x118)](_0x53e818);}async function requireInstructionsPermission(_0x553fbc,_0x28b8fe,_0x74a7fe){const _0xee59eb={_0x4a08ea:0x4d9,_0x141360:0x56f,_0x1275a4:0x76,_0x2acfaf:0xa7,_0xc16e78:0x5a3,_0x580f46:0x5c8,_0x28b40d:0xfb,_0x106b39:0x4a9,_0x3758d9:0x4f4,_0x195d5b:0x18a,_0xe70f95:0x41f,_0x37c4b9:0x4fb,_0x314e7b:0x120,_0x95d983:0x11e,_0x5174c6:0xcd,_0x5774cf:0x15c,_0x1bc047:0xce,_0x5ac1a3:0x4b9,_0x800528:0x4bf,_0x33d5f8:0x52,_0x1cc5a1:0x1e,_0xfc051b:0x37,_0x5406a7:0x23,_0x51ffdd:0x70,_0x58edad:0x62,_0x2dc0f2:0xd3,_0x37e4e2:0x11c,_0x2de32a:0xf5,_0x5674a4:0x95,_0x4b8799:0x85,_0x3b17a0:0xaa,_0x7889f:0x83,_0x152874:0x9e,_0xc7b4e6:0x503,_0xb01dbd:0x56d,_0x375563:0x4c9,_0x39fc3f:0x121,_0x84a4f9:0x6a,_0x40feff:0x27,_0x5cf85e:0x1f,_0x24e36a:0x4c8,_0x45769d:0x495,_0x4b663f:0x4c1,_0xa35820:0x481,_0x1b60eb:0x47f,_0xa20cdf:0x434,_0x3aef92:0x439,_0x4bc60a:0xae,_0xd6f6a7:0x11b,_0x4c91a1:0x3a,_0x2f8301:0x86,_0x506567:0x4bd,_0x15f70b:0x166,_0x424f5a:0x18a,_0x4ba6b8:0x18b,_0x15ba2b:0x23,_0xdf52a7:0x4f,_0x5f80d7:0x506,_0x37bf19:0xa6,_0x1f1656:0xea},_0x4ac7b9={_0x212472:0x9e,_0x31216c:0x1c7},_0x3f12ed={_0x3ca52d:0x4d9,_0x321aa2:0x143};function _0xd637fa(_0x2772bd,_0x49cb16,_0x2fd6b4,_0x224fad){return _0x35d829(_0x2fd6b4,_0x49cb16-0xa5,_0x224fad- -_0x3f12ed._0x3ca52d,_0x224fad-_0x3f12ed._0x321aa2);}const _0x4ab34d={'UEPYL':function(_0x314613,_0x405d1b,_0x53a166,_0x4f2662){return _0x314613(_0x405d1b,_0x53a166,_0x4f2662);},'gNxMI':_0x4b3657(_0xee59eb._0x4a08ea,0x457,0x464,_0xee59eb._0x141360)+'ts:instruc'+_0xd637fa(0xac,0x89,_0xee59eb._0x1275a4,_0xee59eb._0x2acfaf),'JTAtd':_0x4b3657(0x55c,_0xee59eb._0xc16e78,0x525,_0xee59eb._0x580f46)+'\x20environme'+_0xd637fa(0x17d,0x8b,_0xee59eb._0x28b40d,0x116)+_0x4b3657(_0xee59eb._0x106b39,0x4e5,0x4d7,_0xee59eb._0x3758d9)+_0xd637fa(_0xee59eb._0x195d5b,0x12c,0x105,0xf8),'FEAKi':'Forbidden','iSKKz':_0x4b3657(0x46f,_0xee59eb._0xe70f95,_0xee59eb._0x37c4b9,0x4cb)+_0xd637fa(0x177,0xf5,_0xee59eb._0x314e7b,_0xee59eb._0x95d983)+_0xd637fa(_0xee59eb._0x5174c6,0xc3,_0xee59eb._0x5774cf,0xf1)+_0xd637fa(0x12e,_0xee59eb._0x1bc047,0xc9,0xbd)+_0x4b3657(_0xee59eb._0x4a08ea,0x49a,_0xee59eb._0x5ac1a3,_0xee59eb._0x800528)+_0xd637fa(0xa3,_0xee59eb._0x33d5f8,_0xee59eb._0x1cc5a1,0x3e)+_0xd637fa(_0xee59eb._0xfc051b,0x2c,_0xee59eb._0x5406a7,_0xee59eb._0x51ffdd)};if(!await _0x4ab34d[_0xd637fa(0x101,0x3f,0x8b,0xca)](hasPermission,_0x553fbc[_0xd637fa(_0xee59eb._0x58edad,_0xee59eb._0x2dc0f2,_0xee59eb._0x37e4e2,0x86)]['id'],_0x4ab34d[_0xd637fa(_0xee59eb._0x2de32a,_0xee59eb._0x5674a4,_0xee59eb._0x4b8799,0xe9)],_0x553fbc[_0xd637fa(0xd5,_0xee59eb._0x3b17a0,_0xee59eb._0x7889f,_0xee59eb._0x152874)+_0x4b3657(_0xee59eb._0xc7b4e6,_0xee59eb._0xb01dbd,_0xee59eb._0x375563,0x49e)])){const _0x1727f9={};_0x1727f9[_0xd637fa(_0xee59eb._0x39fc3f,0xf8,0xe9,0xbb)]=_0x553fbc[_0xd637fa(_0xee59eb._0x84a4f9,_0xee59eb._0x40feff,_0xee59eb._0x5cf85e,0x75)+'k'][_0x4b3657(0x4f6,0x513,_0xee59eb._0x24e36a,0x531)],_0x1727f9[_0x4b3657(0x4b7,0x474,_0xee59eb._0x45769d,0x425)]=_0x553fbc[_0x4b3657(_0xee59eb._0x4b663f,_0xee59eb._0xa35820,0x434,_0xee59eb._0x1b60eb)]['id'],_0x1727f9[_0x4b3657(0x4a2,_0xee59eb._0xa20cdf,0x510,_0xee59eb._0x3aef92)]=_0x553fbc[_0xd637fa(_0xee59eb._0x4bc60a,_0xee59eb._0xd6f6a7,_0xee59eb._0x4c91a1,_0xee59eb._0x2f8301)]['username'],logger[_0x4b3657(0x541,0x4ce,_0xee59eb._0x506567,0x4e1)](_0x4ab34d[_0xd637fa(_0xee59eb._0x15f70b,_0xee59eb._0x424f5a,_0xee59eb._0x4ba6b8,0x13e)],_0x1727f9);const _0x3f246f={};return _0x3f246f[_0xd637fa(-_0xee59eb._0x15ba2b,0x9,0x3f,_0xee59eb._0xdf52a7)]=_0x4ab34d[_0x4b3657(_0xee59eb._0x5f80d7,0x4b7,0x4c9,0x59e)],_0x3f246f['message']=_0x4ab34d[_0xd637fa(0x126,0x120,_0xee59eb._0x37bf19,_0xee59eb._0x1f1656)],_0x28b8fe['status'](-0x76*0x21+-0x2*-0x8ed+-0x111)['json'](_0x3f246f);}function _0x4b3657(_0xf0884,_0x2736f1,_0xc50bea,_0xa251fd){return _0x35d829(_0xc50bea,_0x2736f1-0x12a,_0xf0884- -_0x4ac7b9._0x212472,_0xa251fd-_0x4ac7b9._0x31216c);}_0x74a7fe();}async function requireTemplatesPermission(_0x4611fb,_0x32cb9a,_0x111772){const _0x479712={_0x204a51:0x15a,_0x586627:0x16d,_0x1f8575:0x16a,_0x43169f:0x16a,_0x2db590:0x217,_0x1f045e:0x171,_0x3c89a4:0x1db,_0x5ce158:0x17a,_0x219219:0x15c,_0x2d92ba:0x14c,_0x11850b:0x2e2,_0x2acfb9:0x173,_0x3b90fd:0x18a,_0x186f48:0x21d,_0x2c7e66:0x1e4,_0x3f714f:0x180,_0x9843dc:0x20e,_0x22fd60:0x1ff,_0x4017c9:0x27b,_0x407019:0x22e,_0x4b8e44:0x157,_0x32d5b1:0x156,_0x18595c:0x141,_0x5e75f3:0x10d,_0x1bf9d3:0xb1,_0x20f0fd:0x1b9,_0x17de84:0x175,_0x311e90:0x163,_0x5a9414:0x242,_0x45a5c5:0x1b4,_0x2e885d:0x1f7,_0x18f724:0x1df,_0x3bcb9f:0x150,_0x415cb8:0x105,_0x3a9048:0x21c,_0x3f1934:0x1ce,_0x24644b:0x1b9,_0x20138d:0x1ab,_0x326d94:0x26b,_0x1b04ff:0x1fb,_0x5315c4:0x142,_0x28d21d:0x51,_0x1475f5:0x1dc,_0x16cdf3:0x1b7,_0x8597f3:0x271,_0x1b00ba:0xe9,_0x34a1eb:0x181,_0x27d061:0x139,_0x276933:0x1d2,_0x32f5c5:0x1c0,_0x15359e:0x265,_0x1a444e:0x1cd,_0x293bd5:0x286,_0x274b73:0x224,_0x41b6a3:0x237,_0x2a8e55:0x1c8,_0x2d1f93:0x1af,_0x2cec21:0x1e6,_0x5bf7e5:0x23d,_0x2ad307:0x18c,_0x44c36a:0x1c4,_0x5dd5c5:0x158,_0x3414bd:0x111,_0x55828a:0x174,_0x2a40d8:0x1a8,_0xd15e9b:0x17e,_0x5d2b4a:0xe9,_0x554647:0xb1,_0x35b822:0xff,_0x4b247d:0xb9,_0x2045fc:0x118,_0x431e2d:0x25a,_0x81dd97:0xe3},_0x2b9f2c={_0x3d5528:0x19e};function _0x4b9f78(_0x478b63,_0x2909b2,_0x4067e7,_0x851ee8){return _0x35d829(_0x4067e7,_0x2909b2-0x1d7,_0x478b63- -0x704,_0x851ee8-0x42);}const _0x402131={'VGVnO':_0x4b9f78(-0x15c,-_0x479712._0x204a51,-0x125,-0x1f2)+_0x182bb5(0x281,0x22f,0x17e,0x20a)+_0x4b9f78(-0x11a,-_0x479712._0x586627,-_0x479712._0x1f8575,-0x153),'BbzqI':_0x182bb5(0x214,_0x479712._0x43169f,_0x479712._0x2db590,0x1e6)+_0x4b9f78(-_0x479712._0x1f045e,-0xf3,-_0x479712._0x3c89a4,-0x13c)+'r','ZilQp':_0x4b9f78(-0x18d,-_0x479712._0x5ce158,-0x196,-0x124)+_0x182bb5(0x149,_0x479712._0x219219,0x1d1,_0x479712._0x2d92ba)+'es','lHUkE':_0x182bb5(_0x479712._0x11850b,0x27a,0x251,0x24d),'fbdwi':'User\x20lacks'+_0x182bb5(_0x479712._0x2acfb9,_0x479712._0x3b90fd,_0x479712._0x186f48,0x204)+_0x4b9f78(-0x1a3,-0x15c,-_0x479712._0x2acfb9,-_0x479712._0x2c7e66)+_0x182bb5(_0x479712._0x3f714f,0x298,0x1c4,_0x479712._0x9843dc)+_0x4b9f78(-_0x479712._0x22fd60,-_0x479712._0x4017c9,-0x1f3,-0x181),'RDfMz':_0x182bb5(_0x479712._0x22fd60,0x204,_0x479712._0x407019,0x1ed),'UQqym':_0x182bb5(_0x479712._0x4b8e44,_0x479712._0x32d5b1,0xc6,_0x479712._0x18595c)+_0x4b9f78(-_0x479712._0x5e75f3,-0x1a3,-0x147,-_0x479712._0x1bf9d3)+'ermission\x20'+_0x4b9f78(-0x16e,-0x1e4,-_0x479712._0x20f0fd,-_0x479712._0x17de84)+'environmen'+'t\x20template'+'s','drGFm':function(_0x2ab254){return _0x2ab254();}};if(!await hasPermission(_0x4611fb['taskUser']['id'],_0x402131['ZilQp'],_0x4611fb[_0x182bb5(_0x479712._0x311e90,0x182,_0x479712._0x5a9414,0x1ab)+_0x182bb5(0x247,0x191,_0x479712._0x45a5c5,0x1d5)])){if(_0x402131[_0x182bb5(0x22f,0x2cb,_0x479712._0x2e885d,0x236)]!==_0x402131['lHUkE']){const _0xd0665f={};_0xd0665f[_0x4b9f78(-0x170,-_0x479712._0x18f724,-_0x479712._0x3bcb9f,-_0x479712._0x415cb8)]=_0xf727dc['taskId'],_0xd0665f[_0x182bb5(_0x479712._0x3a9048,_0x479712._0x3f1934,_0x479712._0x24644b,_0x479712._0x20138d)+'t']=_0x24b8c0,_0xd0665f[_0x182bb5(0xb5,0x178,0xb1,0x149)]=_0x9f67b2,_0xd0665f[_0x4b9f78(-0x1dc,-_0x479712._0x326d94,-_0x479712._0x1b04ff,-0x218)]=_0x53d92b[_0x4b9f78(-0xe9,-_0x479712._0x5315c4,-_0x479712._0x28d21d,-0x82)],_0x372a75[_0x4b9f78(-_0x479712._0x1475f5,-0x1b9,-_0x479712._0x16cdf3,-_0x479712._0x8597f3)](_0x402131['VGVnO'],_0xd0665f);const _0x1b465a={};_0x1b465a['error']=_0x402131['BbzqI'],_0x1b465a[_0x4b9f78(-_0x479712._0x1b00ba,-_0x479712._0x34a1eb,-_0x479712._0x27d061,-0x130)]=_0x402131[_0x4b9f78(-_0x479712._0x276933,-_0x479712._0x32f5c5,-_0x479712._0x15359e,-_0x479712._0x1a444e)],_0x3fa77e[_0x182bb5(_0x479712._0x293bd5,0x22c,0x229,_0x479712._0x274b73)](0x11a3+0x1b38+-0x20b*0x15)['json'](_0x1b465a);}else{const _0x2c3e2f={};_0x2c3e2f[_0x182bb5(_0x479712._0x41b6a3,0x14a,0x1fb,_0x479712._0x2a8e55)]=_0x4611fb['callingTas'+'k']['taskId'],_0x2c3e2f[_0x4b9f78(-_0x479712._0x2d1f93,-_0x479712._0x2cec21,-0x1d2,-_0x479712._0x5bf7e5)]=_0x4611fb[_0x182bb5(0x125,_0x479712._0x3f714f,_0x479712._0x2ad307,0x193)]['id'],_0x2c3e2f[_0x4b9f78(-_0x479712._0x44c36a,-_0x479712._0x5dd5c5,-0x1e2,-_0x479712._0x16cdf3)]=_0x4611fb['taskUser'][_0x182bb5(_0x479712._0x32f5c5,_0x479712._0x3414bd,0x1ca,_0x479712._0x55828a)],logger['warn'](_0x402131[_0x4b9f78(-0x16b,-_0x479712._0x2a40d8,-0x17a,-0x137)],_0x2c3e2f);const _0x8e0c39={};return _0x8e0c39['error']=_0x402131[_0x4b9f78(-0x1de,-0x1c1,-0x153,-_0x479712._0xd15e9b)],_0x8e0c39[_0x4b9f78(-_0x479712._0x5d2b4a,-_0x479712._0x554647,-_0x479712._0x35b822,-0x6f)]=_0x402131[_0x4b9f78(-0x122,-0x140,-_0x479712._0x4b247d,-0x18f)],_0x32cb9a[_0x4b9f78(-0x114,-0x115,-_0x479712._0x2045fc,-0x1a0)](0xa95+0x6*-0x25e+-0x13*-0x46)[_0x182bb5(0x2b5,0x2eb,0x2af,_0x479712._0x431e2d)](_0x8e0c39);}}function _0x182bb5(_0x964814,_0xca32de,_0x3289b6,_0x1f76bc){return _0x35d829(_0x964814,_0xca32de-0xff,_0x1f76bc- -0x3cc,_0x1f76bc-_0x2b9f2c._0x3d5528);}_0x402131[_0x4b9f78(-0x11d,-0x142,-_0x479712._0x81dd97,-0x187)](_0x111772);}function _0x55b1bf(_0x26396e,_0x227f3e,_0xc8f6f0,_0x1bdfa2){const _0x3cb90c={_0x110d74:0x232};return _0x3a15(_0x26396e-_0x3cb90c._0x110d74,_0x227f3e);}router[_0x55b1bf(0x4be,0x4a7,0x53e,0x45a)](_0x55b1bf(0x3be,0x348,0x382,0x383)+_0x55b1bf(0x408,0x477,0x3f0,0x38e),requireTaskAuth,requireInstructionsPermission,async(_0x4ff366,_0x23b7f8)=>{const _0xac6bf8={_0x19a451:0x488,_0x4e6c1c:0x427,_0x519b41:0x49d,_0x37c448:0x195,_0x1e3209:0x1ab,_0x19e71c:0x1b2,_0x3e761c:0x108,_0x176ed1:0x18d,_0x411f0f:0x181,_0x344fb5:0x158,_0x117f50:0x41f,_0x597318:0x433,_0xc890c8:0x44f,_0x2a991c:0x49b,_0x3c067b:0x49c,_0x504d1a:0x2f,_0x2663ec:0x12d,_0xfdfc81:0x46d,_0x21b7e9:0x4bb,_0xde2c16:0x468,_0x293b97:0x183,_0x5e6582:0x147,_0x30f760:0x40d,_0x4cd174:0x31f,_0x5f3298:0x3dc,_0x4e011b:0x1a3,_0x4bb3ad:0x15a,_0x288483:0x553,_0x37a3cc:0x4c8,_0xe6bdd2:0x129,_0x372dd2:0x47d,_0x158405:0x435,_0xc7b84b:0x4c1,_0x20eb76:0x3c5,_0x4444e5:0x10e,_0x385ee8:0x15f,_0x3055dc:0xd1,_0x23b241:0x124,_0x2fa72:0xa7,_0x5e6f83:0x75,_0x4d36fe:0xe7,_0x1ed0e1:0x7c,_0x74df72:0x50,_0x4c87e4:0xe1,_0x3c1db3:0x40,_0x1f2f2c:0x6e,_0x1d42f6:0x446,_0x297053:0x184,_0x5375f5:0x442,_0x2fc73f:0x415,_0x4f0f3d:0x10c,_0x5bed40:0x7e,_0x5ec997:0x4c4,_0x58dd94:0x3d3,_0x19e4a1:0x3c6,_0x495157:0xeb,_0x3174b1:0xe8,_0x4e2576:0x112,_0x438333:0x1bd,_0x2e9249:0x16b,_0x2d70bf:0xe6,_0x464899:0xe0,_0x2ee935:0x128,_0x26ae70:0x4d5,_0x2d1554:0x448,_0x34cc0b:0x4ba,_0x2656f3:0x4c8,_0x2725b2:0x3ec,_0x5e6108:0x412,_0xfc5ab0:0x4c2,_0x51770b:0x121,_0x5b942c:0xd7,_0x5cf1d7:0x79,_0x2d397f:0x445,_0x339085:0x3de,_0x1e4fad:0x409,_0x225218:0x42f,_0xebf2f0:0x37b,_0x1aea25:0x37d,_0x34bbcd:0x15a,_0x41e191:0x149,_0x236069:0x4b9,_0x23e989:0x486,_0x474093:0x4b0,_0x130f6e:0x42b,_0x4f1fbc:0x209,_0x30aef4:0x4e4,_0x113c80:0x535,_0x4f830b:0x52e,_0x6da7f7:0x461,_0x3616b5:0x49a,_0x2a0690:0x4ca,_0x471ccc:0x1ee,_0x1a099b:0x1bc,_0x3dfbb9:0x402,_0x51f8cf:0x1e4,_0x4402a5:0x14b,_0x77f551:0x114,_0x20e924:0x15b,_0x178cbc:0x1db,_0x536c1f:0x145,_0x46aff1:0x47b,_0x44cc88:0x436,_0x406942:0x432,_0x50219f:0x133,_0x33f1da:0x176,_0x5c7b39:0x128,_0x192586:0x159,_0x1fe29c:0x4d6,_0x4d9745:0x38d,_0x2f90e9:0x42d,_0x1dbcc6:0x1c4,_0x2ca090:0xd0,_0x5e2208:0xf8,_0x18dbe4:0x38b,_0x14ef0f:0x456,_0xfa5c8f:0x14d,_0x1ddab:0x4d6,_0x4a7cba:0x521},_0x301445={_0x1cc6b7:0x10,_0x493be6:0x50},_0x5a400c={_0x230362:0x2fd,_0x3f22f2:0x66},_0x616a4c={};_0x616a4c[_0x5ef272(0x4eb,_0xac6bf8._0x19a451,_0xac6bf8._0x4e6c1c,_0xac6bf8._0x519b41)]=_0x373902(_0xac6bf8._0x37c448,0x242,0x233,_0xac6bf8._0x1e3209)+_0x373902(_0xac6bf8._0x19e71c,_0xac6bf8._0x3e761c,_0xac6bf8._0x176ed1,_0xac6bf8._0x411f0f)+_0x373902(_0xac6bf8._0x344fb5,0x1ed,0x219,0x1a0)+'ctions\x20per'+_0x5ef272(0x4fd,0x410,_0xac6bf8._0x117f50,0x46f),_0x616a4c[_0x5ef272(_0xac6bf8._0x597318,_0xac6bf8._0xc890c8,0x3bb,0x438)]=_0x5ef272(_0xac6bf8._0x2a991c,0x467,_0xac6bf8._0x3c067b,0x457),_0x616a4c['hExFY']=_0x373902(0x11d,_0xac6bf8._0x504d1a,_0xac6bf8._0x2663ec,0xbe)+_0x5ef272(0x51a,0x4a0,_0xac6bf8._0xfdfc81,0x495)+_0x5ef272(0x3d7,0x3d7,_0xac6bf8._0x21b7e9,_0xac6bf8._0xde2c16)+_0x373902(0xe7,_0xac6bf8._0x293b97,0x165,_0xac6bf8._0x5e6582)+'environmen'+_0x5ef272(_0xac6bf8._0x30f760,_0xac6bf8._0x4cd174,_0xac6bf8._0x5f3298,0x3b5)+'ions',_0x616a4c['goCYu']='Task\x20fetch'+'ing\x20enviro'+_0x373902(_0xac6bf8._0x4e011b,0xa5,_0xac6bf8._0x4bb3ad,0x115)+'ructions';function _0x373902(_0x3b5f72,_0x22843e,_0xd6bf35,_0x580068){return _0x55b1bf(_0x580068- -_0x5a400c._0x230362,_0xd6bf35,_0xd6bf35-0x154,_0x580068-_0x5a400c._0x3f22f2);}_0x616a4c[_0x5ef272(0x44c,_0xac6bf8._0x288483,0x53a,_0xac6bf8._0x37a3cc)]=_0x373902(_0xac6bf8._0xe6bdd2,0x13c,0x1e2,0x195),_0x616a4c[_0x5ef272(0x3fc,0x4c9,_0xac6bf8._0x372dd2,_0xac6bf8._0x158405)]=function(_0x58454c,_0x27dfd1){return _0x58454c!==_0x27dfd1;},_0x616a4c[_0x5ef272(_0xac6bf8._0xc7b84b,_0xac6bf8._0x20eb76,0x40b,0x458)]=_0x373902(_0xac6bf8._0x4444e5,0x98,_0xac6bf8._0x385ee8,_0xac6bf8._0x3055dc),_0x616a4c[_0x373902(0x9a,0x17c,0xa3,_0xac6bf8._0x23b241)]=_0x373902(_0xac6bf8._0x2fa72,_0xac6bf8._0x5e6f83,0xb5,_0xac6bf8._0x4d36fe),_0x616a4c['vVjWo']=_0x373902(_0xac6bf8._0x1ed0e1,0x14e,_0xac6bf8._0x74df72,_0xac6bf8._0x4c87e4);function _0x5ef272(_0x5b8792,_0xe726b3,_0x45cab0,_0x45bccf){return _0x55b1bf(_0x45bccf- -_0x301445._0x1cc6b7,_0xe726b3,_0x45cab0-_0x301445._0x493be6,_0x45bccf-0xcd);}_0x616a4c[_0x373902(0xef,_0xac6bf8._0x3c1db3,_0xac6bf8._0x1f2f2c,0xc5)]='Internal\x20S'+'erver\x20Erro'+'r',_0x616a4c[_0x373902(0x179,0x11d,0x158,0xf6)]=_0x5ef272(0x499,0x3d5,0x3d4,_0xac6bf8._0x1d42f6)+_0x373902(0x156,0x104,0x13e,_0xac6bf8._0x297053)+'uctions\x20fi'+'le';const _0x468bab=_0x616a4c,{callingTask:_0x27ebf5,environmentName:_0x7edbea,environmentPath:_0x13644f}=_0x4ff366,_0x5d8bc8={};_0x5d8bc8[_0x5ef272(0x49f,0x3ca,0x40f,0x432)]=_0x27ebf5['taskId'],_0x5d8bc8[_0x5ef272(0x44c,0x3b1,_0xac6bf8._0x5375f5,_0xac6bf8._0x2fc73f)+'t']=_0x7edbea,logger['info'](_0x468bab[_0x373902(_0xac6bf8._0x4f0f3d,_0xac6bf8._0x5bed40,0x72,0xd4)],_0x5d8bc8);const _0x46eca2=_0x1ee083[_0x5ef272(0x4c9,_0xac6bf8._0x5ec997,0x4f0,0x48b)](_0x13644f,_0x468bab['KfDRS']);try{if(_0x468bab[_0x5ef272(0x4a7,_0xac6bf8._0x58dd94,_0xac6bf8._0x19e4a1,_0xac6bf8._0x158405)](_0x373902(_0xac6bf8._0x495157,0xf0,0x10c,_0xac6bf8._0x3174b1),_0x468bab[_0x373902(_0xac6bf8._0x4e2576,_0xac6bf8._0x438333,0x161,_0xac6bf8._0x2e9249)])){const _0x21df45=await _0x4275be['readFile'](_0x46eca2,_0x468bab[_0x373902(_0xac6bf8._0x2d70bf,0xa1,_0xac6bf8._0x464899,0x124)]),_0x118005={};_0x118005['content']=_0x21df45,_0x118005[_0x373902(0x15e,0x137,0x1be,_0xac6bf8._0x2ee935)+'t']=_0x7edbea,_0x118005[_0x5ef272(0x4b8,0x3e6,_0xac6bf8._0x26ae70,_0xac6bf8._0x2d1554)]=_0x468bab[_0x5ef272(0x546,0x432,_0xac6bf8._0x34cc0b,_0xac6bf8._0x2656f3)],_0x23b7f8['json'](_0x118005);}else{const _0x2ccea9={};_0x2ccea9['taskId']=_0x1beba7[_0x5ef272(0x45c,0x43f,0x3e7,_0xac6bf8._0x2725b2)+'k'][_0x5ef272(_0xac6bf8._0x5e6108,0x491,_0xac6bf8._0xfc5ab0,0x432)],_0x2ccea9[_0x5ef272(0x3f6,0x42d,0x38e,0x3f3)]=_0x1e822c[_0x373902(_0xac6bf8._0x51770b,0x9f,_0xac6bf8._0x293b97,0x110)]['id'],_0x2ccea9[_0x373902(_0xac6bf8._0x5b942c,_0xac6bf8._0x5cf1d7,0xeb,0xf1)]=_0x479855[_0x5ef272(0x45e,0x3f6,_0xac6bf8._0x2d397f,0x3fd)][_0x5ef272(0x383,0x3f4,0x473,_0xac6bf8._0x339085)],_0x3e9e79[_0x5ef272(_0xac6bf8._0x1e4fad,0x42e,0x49f,_0xac6bf8._0x372dd2)](_0x468bab[_0x5ef272(0x4fd,0x50e,0x489,0x49d)],_0x2ccea9);const _0x3355c3={};return _0x3355c3[_0x5ef272(_0xac6bf8._0x225218,_0xac6bf8._0xebf2f0,_0xac6bf8._0x1aea25,_0xac6bf8._0x19e4a1)]=_0x468bab[_0x373902(0x113,_0xac6bf8._0x34bbcd,_0xac6bf8._0x41e191,0x14b)],_0x3355c3[_0x5ef272(0x4a9,0x491,0x44f,_0xac6bf8._0x236069)]=_0x468bab[_0x5ef272(_0xac6bf8._0x23e989,_0xac6bf8._0x474093,0x476,_0xac6bf8._0x130f6e)],_0xd200c5[_0x373902(_0xac6bf8._0x4f1fbc,0x219,0x18e,0x1a1)](-0x1*0x269b+-0x1*-0x10f3+0x1*0x173b)[_0x5ef272(_0xac6bf8._0x30aef4,_0xac6bf8._0x113c80,_0xac6bf8._0x4f830b,_0xac6bf8._0x5ec997)](_0x3355c3);}}catch(_0x1aa347){if(_0x1aa347[_0x5ef272(_0xac6bf8._0x6da7f7,_0xac6bf8._0x3616b5,0x498,_0xac6bf8._0x2a0690)]===_0x468bab[_0x373902(0x1f2,0x132,_0xac6bf8._0x471ccc,_0xac6bf8._0x1a099b)]){const _0x3ed5e1={};_0x3ed5e1[_0x5ef272(0x46b,0x422,_0xac6bf8._0x3dfbb9,0x491)]='',_0x3ed5e1['environmen'+'t']=_0x7edbea,_0x3ed5e1[_0x373902(_0xac6bf8._0x51f8cf,_0xac6bf8._0x4402a5,_0xac6bf8._0x77f551,_0xac6bf8._0x20e924)]=_0x468bab['KfDRS'],_0x3ed5e1['exists']=![],_0x23b7f8[_0x373902(0x240,0x26e,_0xac6bf8._0x178cbc,0x1d7)](_0x3ed5e1);}else{const _0x2fcb3d={};_0x2fcb3d[_0x373902(0x172,0x154,0xc1,_0xac6bf8._0x536c1f)]=_0x27ebf5[_0x5ef272(0x4a1,_0xac6bf8._0x46aff1,_0xac6bf8._0x44cc88,_0xac6bf8._0x406942)],_0x2fcb3d[_0x373902(0x180,_0xac6bf8._0x50219f,_0xac6bf8._0x33f1da,_0xac6bf8._0x5c7b39)+'t']=_0x7edbea,_0x2fcb3d[_0x373902(0x64,0xa5,_0xac6bf8._0x192586,0xd9)]=_0x1aa347[_0x5ef272(0x441,_0xac6bf8._0x1fe29c,0x42b,0x4b9)],logger[_0x5ef272(_0xac6bf8._0x4d9745,0x44c,0x424,0x3c6)](_0x5ef272(0x483,_0xac6bf8._0x2f90e9,0x3f8,0x446)+_0x373902(0x245,0x1b8,0x19d,_0xac6bf8._0x1dbcc6)+'S.md',_0x2fcb3d);const _0x245c50={};_0x245c50[_0x373902(_0xac6bf8._0x2ca090,0x72,_0xac6bf8._0x5e2208,0xd9)]=_0x468bab[_0x5ef272(0x3f0,_0xac6bf8._0x18dbe4,0x41c,0x3b2)],_0x245c50['message']=_0x468bab[_0x5ef272(0x391,0x456,_0xac6bf8._0x14ef0f,0x3e3)],_0x23b7f8[_0x373902(0x18f,_0xac6bf8._0xfa5c8f,0x1bf,0x1a1)](0x9b4+-0x4*-0x15a+-0xd28)[_0x5ef272(_0xac6bf8._0x1ddab,_0xac6bf8._0x4a7cba,0x484,0x4c4)](_0x245c50);}}}),router[_0x35d829(0x51e,0x5a6,0x53c,0x4d6)](_0x35d829(0x52a,0x585,0x510,0x480)+_0x55b1bf(0x408,0x3d1,0x46b,0x384),requireTaskAuth,requireInstructionsPermission,async(_0x38a2f9,_0x983659)=>{const _0x235d3b={_0x389cfb:0x483,_0x233553:0x4d2,_0x276aab:0x4f4,_0x4f91c4:0x4f3,_0x16e8a4:0x4f6,_0x157e42:0x578,_0x1686fd:0x4ad,_0x1a18d7:0x530,_0x515531:0x4a9,_0x5b3af9:0x2a2,_0x1697ca:0x2a9,_0x849a90:0x2a8,_0x30bce4:0x28e,_0x173032:0x4bf,_0x4ce7b3:0x4c6,_0x210b34:0x60a,_0x581f1d:0x5a6,_0x37b3e:0x56e,_0x2516d7:0x44b,_0x4e0b36:0x440,_0x54a7fc:0x569,_0x40db38:0x582,_0x22712a:0x2e3,_0x3f2920:0x27a,_0x161914:0x2d7,_0x5c31fa:0x31f,_0x1909c0:0x333,_0x2a82a2:0x447,_0x582338:0x29e,_0x7c55d:0x22f,_0x4552b2:0x1ae,_0x10ea1c:0x523,_0x5648d8:0x51e,_0x50a2ee:0x454,_0x44286e:0x478,_0xe004e2:0x589,_0x3c297e:0x4e3,_0x1f5404:0x526,_0x1cbc54:0x542,_0x5743e0:0x2ba,_0x2e055a:0x280,_0x15b9c0:0x26c,_0x323bfe:0x323,_0x368b9b:0x29f,_0x12d5be:0x4d4,_0x1dc629:0x4ce,_0x32f98d:0x498,_0x2d8730:0x411,_0x137701:0x54a,_0x198df5:0x5e4,_0x5c4b38:0x4de,_0x25f593:0x520,_0x3833df:0x5b6,_0x1daaea:0x18a,_0x30fade:0x218,_0x328488:0x384,_0x3a96fb:0x334,_0x34b34d:0x2e9,_0x28c411:0x2be,_0x371894:0x39b,_0x319a6c:0x339,_0x3f2950:0x4ac,_0x11b315:0x44e,_0x45e22b:0x49b,_0x6155d1:0x2c5,_0x268b91:0x2e1,_0x2799e5:0x35a,_0x17ea1a:0x553,_0x438eed:0x5a3,_0x2e76a5:0x541,_0x33e7d5:0x50b,_0x5899bf:0x57a,_0x52bf96:0x23a,_0x4405dc:0x1ed,_0x1fc07a:0x262,_0x3f4673:0x52c,_0x3e80ac:0x528,_0x23865e:0x57d,_0x4f7478:0x60f,_0x25b577:0x2d1,_0x1f74f7:0x2f4,_0x515a62:0x296,_0x29716d:0x2e6,_0x5d62b8:0x4e2,_0x1f634e:0x4dc,_0x43240c:0x1d5,_0x4d6ac1:0x257,_0x5ca16f:0x1e5,_0x4d1512:0x5c3,_0x3951fa:0x24c,_0x2632b9:0x235,_0x3811c4:0x299,_0x18e440:0x283,_0x3ba168:0x5bf,_0x4a280f:0x574,_0x1c3322:0x4ec,_0x1fa3b1:0x2f6,_0x3f6a64:0x250,_0x46f757:0x264,_0x4de495:0x549,_0x1ecc7f:0x4a0,_0x312357:0x50b,_0x3ca322:0x524,_0x419c2c:0x4b6,_0x11fc32:0x2d6,_0x269bd0:0x5fc,_0x37ea2e:0x588,_0xea22c8:0x50a,_0x3cd7f2:0x50b,_0x5846a4:0x53e,_0x2571b0:0x288,_0x4d55df:0x270,_0x5148d0:0x22b,_0x55543f:0x527,_0x3571fe:0x593,_0x5aa01d:0x567,_0x1c6bc8:0x577,_0x1f58d3:0x5a7,_0x110312:0x4c1,_0x2acca3:0x506,_0x2f3235:0x484,_0x6c5e10:0x58a,_0x17e551:0x5a0,_0x312931:0x632,_0x1a3de2:0x34d,_0x45e4cb:0x2c7,_0x3ebb9f:0x328,_0x43d392:0x638,_0x354109:0x5b1,_0x5dad20:0x4bd,_0x41e96d:0x283,_0xffeaef:0x32e,_0x204419:0x328,_0x5adb1d:0x2b0,_0x3b4a2c:0x582,_0x1528db:0x4dd,_0xba47ab:0x253,_0x3718be:0x22a,_0x15a768:0x47f,_0xc14484:0x259,_0x5b6957:0x527,_0x1c5243:0x4fa,_0x3346b3:0x2c0,_0x412d0c:0x31d,_0x319b89:0x2ba,_0x174f31:0x577},_0x236303={_0x5f36f1:0xfe,_0x490e0f:0x17e},_0x2268e5={_0x69ceb0:0x2fe},_0x34c157={};_0x34c157[_0x14bd23(_0x235d3b._0x389cfb,_0x235d3b._0x233553,_0x235d3b._0x276aab,_0x235d3b._0x4f91c4)]=_0x14bd23(0x560,_0x235d3b._0x16e8a4,_0x235d3b._0x157e42,0x5d0),_0x34c157['PREch']=function(_0x5b0344,_0x2d372f){return _0x5b0344===_0x2d372f;},_0x34c157[_0x14bd23(_0x235d3b._0x1686fd,0x4d2,0x544,_0x235d3b._0x1a18d7)]=function(_0x9aac44,_0x51c795){return _0x9aac44!==_0x51c795;},_0x34c157['XJCTD']=_0x14bd23(0x4f6,_0x235d3b._0x515531,0x4eb,0x575)+_0x45c135(0x357,_0x235d3b._0x5b3af9,0x31c,_0x235d3b._0x1697ca)+_0x45c135(_0x235d3b._0x849a90,0x250,_0x235d3b._0x30bce4,0x2d1),_0x34c157['pxcNl']=_0x14bd23(0x45d,_0x235d3b._0x173032,0x4ca,_0x235d3b._0x4ce7b3),_0x34c157['HXzob']=_0x14bd23(0x5aa,_0x235d3b._0x210b34,_0x235d3b._0x581f1d,_0x235d3b._0x37b3e)+_0x14bd23(_0x235d3b._0x2516d7,_0x235d3b._0x4e0b36,0x4ab,0x4f4)+_0x14bd23(0x5dc,0x5e6,_0x235d3b._0x54a7fc,_0x235d3b._0x40db38)+_0x45c135(_0x235d3b._0x22712a,0x208,_0x235d3b._0x3f2920,0x23e),_0x34c157[_0x45c135(0x3b0,_0x235d3b._0x161914,_0x235d3b._0x5c31fa,_0x235d3b._0x1909c0)]=_0x14bd23(_0x235d3b._0x2a82a2,0x443,0x4be,0x538),_0x34c157[_0x45c135(_0x235d3b._0x582338,_0x235d3b._0x7c55d,0x22d,_0x235d3b._0x4552b2)]=_0x14bd23(_0x235d3b._0x10ea1c,_0x235d3b._0x5648d8,0x53c,0x53b)+_0x14bd23(_0x235d3b._0x50a2ee,_0x235d3b._0x44286e,0x4d2,0x4b6)+_0x14bd23(_0x235d3b._0xe004e2,_0x235d3b._0x3c297e,_0x235d3b._0x1f5404,_0x235d3b._0x1cbc54),_0x34c157[_0x45c135(0x24c,0x297,_0x235d3b._0x5743e0,0x289)]='Failed\x20to\x20'+'write\x20inst'+_0x45c135(_0x235d3b._0x2e055a,0x2e4,0x2f7,_0x235d3b._0x15b9c0)+_0x45c135(_0x235d3b._0x323bfe,0x2be,_0x235d3b._0x368b9b,0x228);const _0x2dc3da=_0x34c157;function _0x45c135(_0x135982,_0x3f9ee4,_0x292c18,_0x1116b9){return _0x35d829(_0x1116b9,_0x3f9ee4-0xa6,_0x292c18- -_0x2268e5._0x69ceb0,_0x1116b9-0x1c5);}const {callingTask:_0x35c5e5,taskUser:_0x427d80,environmentName:_0xaaf055,environmentPath:_0x519919}=_0x38a2f9;function _0x14bd23(_0x131c13,_0x4e0f06,_0x434bbc,_0x7cb326){return _0x55b1bf(_0x434bbc-0xe6,_0x4e0f06,_0x434bbc-_0x236303._0x5f36f1,_0x7cb326-_0x236303._0x490e0f);}const {content:_0x34db73}=_0x38a2f9[_0x14bd23(_0x235d3b._0x12d5be,_0x235d3b._0x1dc629,_0x235d3b._0x32f98d,_0x235d3b._0x2d8730)];if(_0x2dc3da[_0x14bd23(_0x235d3b._0x137701,_0x235d3b._0x198df5,0x591,0x529)](_0x34db73,undefined)){if(_0x2dc3da[_0x14bd23(_0x235d3b._0x5c4b38,_0x235d3b._0x25f593,0x544,_0x235d3b._0x3833df)]('ssxMK',_0x45c135(0x23e,_0x235d3b._0x1daaea,_0x235d3b._0x30fade,0x216))){const _0x309768={};return _0x309768['error']=_0x45c135(_0x235d3b._0x328488,0x2ea,_0x235d3b._0x3a96fb,_0x235d3b._0x34b34d)+'t',_0x309768[_0x45c135(_0x235d3b._0x28c411,_0x235d3b._0x371894,0x31d,_0x235d3b._0x319a6c)]=_0x2dc3da[_0x14bd23(_0x235d3b._0x3f2950,_0x235d3b._0x11b315,0x4c5,_0x235d3b._0x45e22b)],_0x983659[_0x45c135(0x317,0x362,0x2f2,_0x235d3b._0x6155d1)](-0xb22+0x1f*0xdf+-0xe4f)[_0x45c135(_0x235d3b._0x268b91,_0x235d3b._0x2799e5,0x328,0x2a6)](_0x309768);}else{const _0x536285={};_0x536285[_0x14bd23(0x596,0x4ef,0x587,_0x235d3b._0x17ea1a)]='',_0x536285[_0x14bd23(_0x235d3b._0x438eed,_0x235d3b._0x2e76a5,_0x235d3b._0x33e7d5,_0x235d3b._0x5899bf)+'t']=_0xba04c5,_0x536285['path']=_0x2dc3da[_0x45c135(_0x235d3b._0x52bf96,_0x235d3b._0x4405dc,_0x235d3b._0x1fc07a,0x289)],_0x536285[_0x14bd23(_0x235d3b._0x3f4673,_0x235d3b._0x3e80ac,_0x235d3b._0x23865e,0x525)]=![],_0x248599[_0x14bd23(_0x235d3b._0x4f7478,0x5e4,0x5ba,0x582)](_0x536285);}}const _0x13d77f={};_0x13d77f['taskId']=_0x35c5e5[_0x45c135(_0x235d3b._0x25b577,_0x235d3b._0x1f74f7,_0x235d3b._0x515a62,_0x235d3b._0x29716d)],_0x13d77f[_0x14bd23(_0x235d3b._0x5d62b8,_0x235d3b._0x1f634e,_0x235d3b._0x33e7d5,0x4d8)+'t']=_0xaaf055,_0x13d77f[_0x45c135(_0x235d3b._0x43240c,0x2dd,_0x235d3b._0x4d6ac1,0x2d2)]=_0x427d80['id'],_0x13d77f[_0x45c135(0x224,0x2a8,0x242,0x246)]=_0x427d80[_0x45c135(0x2a4,_0x235d3b._0x5ca16f,0x242,0x1ac)],_0x13d77f[_0x14bd23(0x5e8,0x5a9,_0x235d3b._0x4d1512,0x63b)+_0x45c135(0x1e2,0x21a,_0x235d3b._0x3951fa,_0x235d3b._0x2632b9)]=_0x34db73[_0x45c135(_0x235d3b._0x3811c4,_0x235d3b._0x18e440,0x2c2,0x327)],logger['info']('Task\x20updat'+'ing\x20enviro'+'nment\x20inst'+_0x14bd23(_0x235d3b._0x3ba168,0x588,_0x235d3b._0x4a280f,_0x235d3b._0x17ea1a),_0x13d77f);const _0x2bce58=_0x1ee083['join'](_0x519919,_0x2dc3da[_0x14bd23(0x4b8,0x4e0,0x4f4,_0x235d3b._0x276aab)]),_0x53ac53=new Date()[_0x45c135(0x370,0x3bf,0x32f,0x2d3)+'g']();try{const _0x25e18f={};_0x25e18f[_0x14bd23(_0x235d3b._0x1c3322,0x551,0x4d3,_0x235d3b._0x3f4673)]=!![],await _0x4275be['mkdir'](_0x519919,_0x25e18f),await _0x4275be['writeFile'](_0x2bce58,_0x34db73,_0x2dc3da[_0x45c135(_0x235d3b._0x1fa3b1,_0x235d3b._0x3f6a64,_0x235d3b._0x46f757,0x240)]);const _0x348a47={};_0x348a47[_0x14bd23(0x52e,0x4d8,0x528,0x558)]=_0x35c5e5['taskId'],_0x348a47[_0x14bd23(_0x235d3b._0x4de495,_0x235d3b._0x1ecc7f,_0x235d3b._0x312357,0x490)+'t']=_0xaaf055,_0x348a47[_0x14bd23(_0x235d3b._0x3ca322,0x581,0x4e9,_0x235d3b._0x419c2c)]=_0x427d80['id'],logger[_0x45c135(0x2c4,0x30a,_0x235d3b._0x11fc32,0x34a)](_0x2dc3da[_0x14bd23(0x576,_0x235d3b._0x269bd0,0x57a,_0x235d3b._0x37ea2e)],_0x348a47);const _0x45e311={};_0x45e311[_0x45c135(0x29a,0x268,0x2a0,0x258)]=!![],_0x45e311[_0x14bd23(_0x235d3b._0xea22c8,0x550,_0x235d3b._0x3cd7f2,0x57e)+'t']=_0xaaf055,_0x45e311[_0x14bd23(0x5ad,0x5aa,_0x235d3b._0x5846a4,0x4e9)]=_0x2dc3da[_0x45c135(_0x235d3b._0x2571b0,0x27e,0x262,0x2bc)],_0x45e311[_0x45c135(0x206,_0x235d3b._0x4d55df,_0x235d3b._0x5148d0,0x1e1)]=_0x53ac53,_0x45e311[_0x14bd23(0x485,0x4d5,0x4c3,_0x235d3b._0x55543f)+_0x14bd23(_0x235d3b._0x3571fe,_0x235d3b._0x5aa01d,0x53f,_0x235d3b._0x1c6bc8)]=_0x35c5e5[_0x14bd23(0x586,0x4a7,0x528,_0x235d3b._0x1f58d3)],_0x45e311[_0x14bd23(_0x235d3b._0x110312,0x4fa,_0x235d3b._0x2acca3,_0x235d3b._0x2f3235)+_0x14bd23(_0x235d3b._0x5846a4,_0x235d3b._0x6c5e10,_0x235d3b._0x17e551,_0x235d3b._0x312931)]=_0x427d80['id'],_0x983659[_0x45c135(_0x235d3b._0x1a3de2,_0x235d3b._0x45e4cb,_0x235d3b._0x3ebb9f,0x3b2)](_0x45e311);}catch(_0x5cf36d){if(_0x2dc3da['ddEIj']!==_0x2dc3da[_0x14bd23(_0x235d3b._0x43d392,0x5f4,_0x235d3b._0x354109,0x584)]){const _0x2b1c60={};_0x2b1c60[_0x14bd23(_0x235d3b._0x5dad20,0x53c,0x4b3,0x42f)]=[],_0x2b1c60[_0x45c135(0x310,0x306,0x279,_0x235d3b._0x41e96d)+'t']=_0x2797ee,_0x2da92d[_0x45c135(0x2b2,_0x235d3b._0xffeaef,_0x235d3b._0x204419,_0x235d3b._0x5adb1d)](_0x2b1c60);}else{const _0x3d63d3={};_0x3d63d3['taskId']=_0x35c5e5[_0x14bd23(0x5a2,0x54d,0x528,0x49d)],_0x3d63d3[_0x14bd23(_0x235d3b._0x3b4a2c,0x4f2,0x50b,_0x235d3b._0x1528db)+'t']=_0xaaf055,_0x3d63d3[_0x45c135(_0x235d3b._0xba47ab,0x238,_0x235d3b._0x3718be,0x284)]=_0x5cf36d['message'],logger['error'](_0x2dc3da[_0x14bd23(_0x235d3b._0x15a768,0x477,_0x235d3b._0x173032,0x497)],_0x3d63d3);const _0x17767a={};_0x17767a[_0x45c135(0x1b0,0x1ef,0x22a,_0x235d3b._0xc14484)]='Internal\x20S'+_0x14bd23(0x51c,0x58c,_0x235d3b._0x5b6957,_0x235d3b._0x1c5243)+'r',_0x17767a[_0x45c135(_0x235d3b._0x3346b3,0x29e,_0x235d3b._0x412d0c,0x342)]=_0x2dc3da[_0x45c135(_0x235d3b._0x4d6ac1,0x25e,_0x235d3b._0x319b89,0x23d)],_0x983659['status'](-0x4df+-0x1*-0x15e8+-0xb*0x15f)[_0x14bd23(0x62e,_0x235d3b._0x174f31,0x5ba,0x633)](_0x17767a);}}}),router[_0x35d829(0x627,0x587,0x610,0x5de)](_0x55b1bf(0x427,0x461,0x439,0x466),requireTaskAuth,requireTemplatesPermission,async(_0x12227d,_0x17d966)=>{const _0x4d9546={_0xdb1da4:0x249,_0xbc0a65:0x241,_0x53a440:0x1c5,_0x5f5e08:0x2ff,_0xf69a87:0x221,_0x557d0f:0x1b2,_0x3dc831:0x308,_0x181ba2:0x33c,_0x49d037:0x35b,_0xd23f67:0x333,_0x40d7f7:0x21e,_0x5b2152:0x187,_0x12340b:0x1ce,_0x33c82e:0x30d,_0x223619:0x367,_0x5bc037:0x303,_0x4bc8a7:0x3c3,_0x1a74bc:0x2f5,_0x5f4421:0x243,_0x4ded27:0x1c4,_0xfe9f91:0x24c,_0x1b8913:0x289,_0x80afd7:0x1d8,_0xb29da9:0x1ff,_0x1a68d7:0x1ba,_0x2a7ec1:0x230,_0x4df6f5:0x22b,_0x2159cd:0x345,_0x4c739a:0x34f,_0x4b0139:0x2ca,_0x143875:0x283,_0x17f0b1:0x274,_0x2c1265:0x308,_0x4be7c7:0x2f3,_0x3de0de:0x320,_0x406b5b:0x220,_0x53535c:0x287,_0x3064be:0x26c,_0x10e55b:0x279,_0x50a40c:0x2e5,_0x1e7054:0x2d8,_0x386eef:0x1cd,_0x530d44:0x19d,_0x2c0eee:0x226,_0x5c1b67:0x26b,_0x1782b6:0x19f,_0x136f28:0x271,_0x48b98b:0x231,_0xdbca94:0x211,_0x47869d:0x246,_0x294f45:0x1d7,_0x14de17:0x1ba,_0x2f172e:0x32b,_0x2d8c96:0x2f5,_0x5e9d1b:0x378,_0xacbf72:0x1f2,_0x3d445b:0x22f,_0x10670c:0x1c4,_0x4ac9f4:0x134,_0x59dcbb:0x228,_0x3e6cec:0x377,_0x305824:0x36a,_0x3d3eba:0x372,_0x4ec6bd:0x363,_0x9e7b53:0x22e,_0x2b2af5:0x2a3,_0x2d37bd:0x21a,_0x49565a:0x36f,_0x3ed0e7:0x30f,_0x59b2a4:0x2db,_0x19d4f8:0x1a0,_0x4a1a23:0x10c,_0x170bdb:0x158,_0x2b117c:0x25d,_0x389ee4:0x2ef,_0x4f73b0:0x29d,_0x467382:0x27f,_0x525c15:0x2b8,_0x2ce8d1:0x2bd,_0x4bae5c:0x13e,_0x3c9a23:0x1e3,_0x350660:0x20b,_0xf5b097:0x1fe,_0x4906c2:0x1a8,_0x4cfed5:0x24e,_0x24d963:0x26e,_0x17a95b:0x2f8,_0x2ff418:0x232,_0xee436:0x295,_0x4cda12:0x26f,_0x4348c0:0x111,_0x26c5fa:0x1ac,_0x33e3bc:0x197,_0x21f969:0x2e7,_0x5611ac:0x266,_0x40c40f:0x290,_0x117c79:0x2d3,_0x10dbe2:0x26d,_0x11ae56:0x37f,_0x2c74c9:0x314,_0x385980:0x348,_0x23d07a:0x3e9,_0x32c65b:0x347,_0x134f9c:0x336,_0xb3e931:0x2ec,_0x12a6f8:0x3ce,_0x24bc51:0x394,_0x28fd6c:0x2eb,_0x45b27f:0x35f,_0x4c364d:0x2b6,_0x48e17f:0x1a3,_0x2eb22f:0x1b9,_0x16ed33:0x114,_0x5134f6:0x2e9,_0x53d149:0x357,_0x337909:0x3ef,_0x502b40:0x330,_0x15580f:0x236,_0xa51bba:0x37d,_0x438067:0x400},_0x5ec971={_0x14d3d0:0x444,_0x11d374:0x3b4,_0x249acb:0x3cf,_0x2e51d0:0x3ef,_0x4aaff8:0x3d0,_0x6c63ff:0x41f,_0x12133d:0x431,_0x4dc8a0:0x317,_0x5238ed:0x3cc,_0x2f5ebb:0x38f,_0xf0a73c:0x40a,_0x4f69c5:0x483,_0x23f54a:0x47b,_0x274ffe:0x4a8,_0x85c5b6:0x405,_0x1cba6a:0x43d,_0x1f219e:0x356},_0x49d9f9={_0x59ba12:0x64,_0x2f89a9:0x1e3,_0x5fafc5:0x1a8},_0x5377ad={_0x1173ad:0x163,_0x389739:0x28b},_0x5290d7={_0x4ed457:0x162},_0x5a186b={};_0x5a186b[_0x50918d(0x1ff,_0x4d9546._0xdb1da4,_0x4d9546._0xbc0a65,_0x4d9546._0x53a440)]=_0x304ada(0x28d,_0x4d9546._0x5f5e08,_0x4d9546._0xf69a87,0x28b),_0x5a186b[_0x50918d(0x247,0x1db,_0x4d9546._0x557d0f,0x226)]=function(_0xf95dc1,_0xc0dabd){return _0xf95dc1!==_0xc0dabd;},_0x5a186b['TqpQb']=_0x304ada(_0x4d9546._0x5f5e08,0x373,_0x4d9546._0x3dc831,0x26d)+_0x304ada(_0x4d9546._0x181ba2,_0x4d9546._0x49d037,0x2f9,_0x4d9546._0xd23f67)+_0x50918d(0x226,0x267,0x1e2,_0x4d9546._0x40d7f7),_0x5a186b[_0x50918d(0x24b,_0x4d9546._0x5b2152,0x23e,_0x4d9546._0x12340b)]=_0x304ada(0x309,_0x4d9546._0x33c82e,0x361,_0x4d9546._0x223619)+'erver\x20Erro'+'r',_0x5a186b['UUXso']=_0x304ada(0x389,_0x4d9546._0x5bc037,0x382,0x345)+'t',_0x5a186b[_0x304ada(0x376,_0x4d9546._0x4bc8a7,0x39a,_0x4d9546._0x1a74bc)]='Invalid\x20te'+'mplate\x20nam'+'e',_0x5a186b[_0x50918d(_0x4d9546._0x5f4421,0x15f,0x14d,_0x4d9546._0x4ded27)]=_0x304ada(0x27b,_0x4d9546._0xfe9f91,0x2c8,_0x4d9546._0x1b8913)+_0x50918d(_0x4d9546._0x40d7f7,_0x4d9546._0x80afd7,0x182,_0x4d9546._0xb29da9)+_0x50918d(_0x4d9546._0x1a68d7,_0x4d9546._0x1b8913,_0x4d9546._0x2a7ec1,_0x4d9546._0x4df6f5)+'ates',_0x5a186b['LinPi']=_0x304ada(0x36b,0x321,0x397,0x325)+_0x304ada(_0x4d9546._0x2159cd,_0x4d9546._0x4c739a,0x3b6,_0x4d9546._0x4b0139),_0x5a186b[_0x304ada(_0x4d9546._0x143875,0x2d9,_0x4d9546._0x17f0b1,0x236)]=function(_0x36dfcc,_0xeea689){return _0x36dfcc!==_0xeea689;},_0x5a186b[_0x304ada(0x2d3,0x329,_0x4d9546._0x2c1265,0x279)]=_0x304ada(_0x4d9546._0x4be7c7,0x2ac,_0x4d9546._0x3de0de,0x2fe),_0x5a186b[_0x50918d(_0x4d9546._0x406b5b,0x27b,0x22b,0x21c)]='XneIi',_0x5a186b['KiIVU']=function(_0x1ed780,_0x3fdc95){return _0x1ed780===_0x3fdc95;},_0x5a186b['qhmAr']=_0x304ada(_0x4d9546._0x53535c,_0x4d9546._0x3064be,_0x4d9546._0x10e55b,_0x4d9546._0x50a40c);function _0x304ada(_0x44ac1e,_0x17130f,_0x3a8875,_0x59cc2c){return _0x35d829(_0x59cc2c,_0x17130f-0x78,_0x44ac1e- -0x2a9,_0x59cc2c-_0x5290d7._0x4ed457);}_0x5a186b[_0x304ada(0x357,0x396,0x316,_0x4d9546._0x1e7054)]=_0x50918d(0x1e2,_0x4d9546._0x386eef,0x1f9,0x1eb)+_0x50918d(_0x4d9546._0x530d44,_0x4d9546._0x2c0eee,_0x4d9546._0x5c1b67,0x21f)+_0x50918d(0x1c9,_0x4d9546._0x1782b6,_0x4d9546._0x136f28,_0x4d9546._0x48b98b);const _0xee5e88=_0x5a186b,{callingTask:_0x19e8aa,environmentName:_0x4c362b,environmentPath:_0xacc360}=_0x12227d,_0x4a447d={};_0x4a447d[_0x50918d(0x1c2,_0x4d9546._0xdbca94,_0x4d9546._0x47869d,0x1d7)]=_0x19e8aa[_0x50918d(0x26c,0x23d,0x1ac,_0x4d9546._0x294f45)],_0x4a447d[_0x50918d(0x147,0x150,0x184,_0x4d9546._0x14de17)+'t']=_0x4c362b,logger[_0x304ada(_0x4d9546._0x2f172e,0x378,_0x4d9546._0x2d8c96,_0x4d9546._0x5e9d1b)](_0xee5e88[_0x50918d(_0x4d9546._0xacbf72,0x16c,_0x4d9546._0x3d445b,_0x4d9546._0x10670c)],_0x4a447d);const _0x13c0e3=_0x1ee083[_0x50918d(0x204,_0x4d9546._0x1782b6,0x21e,0x230)](_0xacc360,_0xee5e88['LinPi']);function _0x50918d(_0x45686a,_0x12d5e9,_0x4bd4a0,_0x553695){return _0x35d829(_0x45686a,_0x12d5e9-0x148,_0x553695- -0x3bd,_0x553695-0xe);}try{if(_0xee5e88['vOvfq'](_0xee5e88[_0x50918d(0x217,0x194,_0x4d9546._0x4ac9f4,0x1bf)],_0xee5e88[_0x50918d(_0x4d9546._0x59dcbb,0x1ab,0x185,0x21c)])){const _0x4619a2=await _0x4275be['readdir'](_0x13c0e3),_0xbbe35=_0x4619a2[_0x304ada(_0x4d9546._0x3e6cec,_0x4d9546._0x305824,_0x4d9546._0x3d3eba,_0x4d9546._0x4ec6bd)](_0x3038d7=>_0x3038d7['endsWith'](_0x50918d(0x130,0x236,0x1ff,0x1b3))),_0x31db3f=await Promise[_0x50918d(_0x4d9546._0x9e7b53,_0x4d9546._0x2b2af5,0x227,_0x4d9546._0x2d37bd)](_0xbbe35[_0x50918d(0x248,0x24f,0x26f,0x1db)](async _0x1f5395=>{const _0x6ccdcd=_0x1f5395[_0x3f6779(_0x5ec971._0x14d3d0,0x43f,_0x5ec971._0x11d374,0x3b1)](/\.md$/,''),_0x1e5757=_0x1ee083[_0x3f6779(0x41d,_0x5ec971._0x249acb,0x3d8,_0x5ec971._0x2e51d0)](_0x13c0e3,_0x6ccdcd+_0x5af5d1(_0x5ec971._0x4aaff8,0x403,_0x5ec971._0x6c63ff,_0x5ec971._0x12133d));let _0x365880=null;function _0x5af5d1(_0x2ffa3b,_0x2a830a,_0x1ca2ea,_0x3ddfba){return _0x50918d(_0x2a830a,_0x2a830a-_0x5377ad._0x1173ad,_0x1ca2ea-0x100,_0x1ca2ea-_0x5377ad._0x389739);}try{const _0x12a3dd=await _0x4275be['readFile'](_0x1e5757,_0xee5e88[_0x3f6779(_0x5ec971._0x4dc8a0,_0x5ec971._0x5238ed,0x36d,0x3d5)]);_0x365880=JSON[_0x3f6779(0x3c9,0x39b,0x372,_0x5ec971._0x2f5ebb)](_0x12a3dd);}catch{}function _0x3f6779(_0x28f6bb,_0x3546c8,_0x2b589c,_0x38e7cb){return _0x50918d(_0x3546c8,_0x3546c8-_0x49d9f9._0x59ba12,_0x2b589c-_0x49d9f9._0x2f89a9,_0x2b589c-_0x49d9f9._0x5fafc5);}return{'name':_0x6ccdcd,'filename':_0x1f5395,'description':_0x365880?.[_0x5af5d1(_0x5ec971._0xf0a73c,_0x5ec971._0x4f69c5,_0x5ec971._0x23f54a,_0x5ec971._0x274ffe)+'n']||null,'hasMetadata':_0xee5e88[_0x3f6779(_0x5ec971._0x85c5b6,_0x5ec971._0x1cba6a,0x3ce,_0x5ec971._0x1f219e)](_0x365880,null)};})),_0x762fe1={};_0x762fe1[_0x50918d(0xea,0x120,0x160,0x162)]=_0x31db3f,_0x762fe1['environmen'+'t']=_0x4c362b,_0x17d966['json'](_0x762fe1);}else{const _0x2f5843={};_0x2f5843[_0x304ada(0x2eb,_0x4d9546._0x49565a,_0x4d9546._0x3ed0e7,_0x4d9546._0x59b2a4)]=_0x147759['taskId'],_0x2f5843['environmen'+'t']=_0x31450f,_0x2f5843[_0x50918d(0x182,_0x4d9546._0x19d4f8,_0x4d9546._0x4a1a23,_0x4d9546._0x170bdb)]=_0x2ac520,_0x2f5843['error']=_0x44d389[_0x50918d(_0x4d9546._0x2b117c,_0x4d9546._0x389ee4,_0x4d9546._0x4f73b0,0x25e)],_0x4e13ec[_0x304ada(_0x4d9546._0x467382,_0x4d9546._0x525c15,_0x4d9546._0x2ce8d1,0x2fe)](_0xee5e88[_0x50918d(0x202,_0x4d9546._0x4bae5c,_0x4d9546._0x3c9a23,0x1d1)],_0x2f5843);const _0x127a4c={};_0x127a4c['error']=_0xee5e88[_0x50918d(_0x4d9546._0x350660,_0x4d9546._0xf5b097,_0x4d9546._0x4906c2,0x1ce)],_0x127a4c['message']=_0xee5e88[_0x304ada(0x2e5,_0x4d9546._0x4cfed5,_0x4d9546._0x24d963,0x362)],_0x3f9f20['status'](0x536+0xc25+-0xf67*0x1)[_0x50918d(_0x4d9546._0x17a95b,0x240,0x2fc,0x269)](_0x127a4c);}}catch(_0x2e2139){if(_0xee5e88['KiIVU'](_0x2e2139[_0x50918d(_0x4d9546._0x2ff418,_0x4d9546._0x5f5e08,_0x4d9546._0xee436,_0x4d9546._0x4cda12)],_0xee5e88[_0x50918d(_0x4d9546._0x4348c0,0xdf,_0x4d9546._0x26c5fa,0x146)])){if(_0xee5e88['vOvfq']('ZdSrT','hPDwR')){const _0x34c8ff={};_0x34c8ff[_0x50918d(0x137,0x158,_0x4d9546._0x33e3bc,0x162)]=[],_0x34c8ff[_0x304ada(0x2ce,_0x4d9546._0x21f969,_0x4d9546._0x5611ac,_0x4d9546._0x40c40f)+'t']=_0x4c362b,_0x17d966[_0x50918d(0x213,_0x4d9546._0x117c79,_0x4d9546._0x10dbe2,0x269)](_0x34c8ff);}else{const _0x25d08f={};return _0x25d08f[_0x50918d(0x113,0x135,0x142,0x16b)]=_0xee5e88[_0x304ada(_0x4d9546._0x11ae56,0x3f5,_0x4d9546._0x2c74c9,0x352)],_0x25d08f[_0x304ada(0x372,_0x4d9546._0x385980,_0x4d9546._0x23d07a,0x3d7)]=_0xee5e88['kQEUO'],_0x232596[_0x304ada(_0x4d9546._0x32c65b,0x3c9,0x38e,_0x4d9546._0x134f9c)](0x963+-0x158a+-0xdb7*-0x1)[_0x304ada(0x37d,_0x4d9546._0xb3e931,_0x4d9546._0x12a6f8,_0x4d9546._0x24bc51)](_0x25d08f);}}else{const _0x176dc1={};_0x176dc1[_0x304ada(_0x4d9546._0x28fd6c,_0x4d9546._0x45b27f,0x379,_0x4d9546._0x4c364d)]=_0x19e8aa[_0x50918d(0x1b1,0x21b,0x185,0x1d7)],_0x176dc1[_0x50918d(_0x4d9546._0x48e17f,0x1ee,0x14f,_0x4d9546._0x1a68d7)+'t']=_0x4c362b,_0x176dc1[_0x50918d(0x1f0,_0x4d9546._0x2eb22f,_0x4d9546._0x16ed33,0x16b)]=_0x2e2139[_0x304ada(_0x4d9546._0x3d3eba,0x2fb,_0x4d9546._0x5134f6,0x385)],logger['error'](_0xee5e88[_0x304ada(_0x4d9546._0x53d149,_0x4d9546._0x337909,0x3be,_0x4d9546._0x502b40)],_0x176dc1);const _0x2e19d2={};_0x2e19d2[_0x304ada(_0x4d9546._0x467382,_0x4d9546._0x15580f,0x2d0,0x302)]=_0xee5e88['ODpns'],_0x2e19d2['message']=_0xee5e88[_0x304ada(0x357,0x3a8,_0x4d9546._0x4ec6bd,0x380)],_0x17d966['status'](-0x29*0xef+0x5d1+-0x371*-0xa)[_0x304ada(_0x4d9546._0xa51bba,0x350,0x3d9,_0x4d9546._0x438067)](_0x2e19d2);}}}),router[_0x55b1bf(0x4be,0x439,0x465,0x51c)](_0x55b1bf(0x427,0x492,0x452,0x408)+_0x55b1bf(0x4b2,0x44c,0x4cd,0x423),requireTaskAuth,requireTemplatesPermission,async(_0x49c911,_0x393484)=>{const _0x189208={_0x5795e3:0x12a,_0x5e6588:0x10c,_0x1962cf:0x44f,_0x4a5daa:0x45a,_0xba0083:0x4d4,_0x570c66:0x24a,_0x3c5ded:0x219,_0x476dd2:0x361,_0x213961:0x481,_0x4e0039:0x54c,_0x51be9e:0x544,_0xfa0d75:0x488,_0x2c2521:0x3fb,_0x2668f2:0x276,_0x5334d1:0x1cb,_0x5d013e:0x12d,_0x19bc2b:0x1b5,_0x252005:0x1b1,_0x240535:0x194,_0x154eaf:0xf5,_0x1be210:0x50c,_0x7a557a:0x56c,_0xaf19dd:0x4f4,_0x1d8aa5:0xfd,_0x4d33bb:0x143,_0x2e7ce9:0x4c3,_0x781932:0x4b5,_0x124ea7:0x43d,_0x1009b6:0x13c,_0x4de53c:0x15f,_0x42743c:0x13f,_0x363d11:0x49e,_0x5703f3:0x46c,_0x17ca56:0x4e8,_0x10bc00:0x46a,_0x404a80:0x17a,_0x2733ea:0xa7,_0x1f9d17:0x1df,_0x3371af:0x279,_0x36674d:0x215,_0xb09c21:0x414,_0x3b1c3e:0x3f0,_0x3a0d77:0x42e,_0x147e84:0x455,_0x3a12ed:0x464,_0x2f289e:0x4bc,_0x31598b:0x18a,_0x23c5af:0x1bf,_0x53f4e1:0x146,_0x4485ef:0x1a6,_0x590f0b:0x26f,_0x3a746d:0x21b,_0x4edf52:0x192,_0xb7ae8d:0x167,_0x217958:0x149,_0xd17f64:0x20b,_0x2d24db:0x213,_0x5b263c:0x156,_0x495674:0x101,_0x4aaacd:0x11b,_0x4b5d5b:0x3ea,_0x5289e4:0x45d,_0xe2aa26:0x48d,_0x5a3682:0x11d,_0x52ad75:0xe9,_0x6f7476:0x43b,_0x593b03:0x161,_0x409735:0x14e,_0x8516b5:0x1dd,_0x211132:0x1e9,_0x398397:0x1bd,_0x3fd2f1:0x172,_0x2590d:0x1f9,_0x34f1f1:0x1a2,_0x5253b4:0x4a6,_0x3c59cd:0x449,_0x3f5867:0x43f,_0x1474da:0x4c9,_0x3411fd:0x47d,_0x1c7230:0x211,_0x1a986c:0x182,_0x3068e8:0x405,_0x55c689:0x412,_0x205042:0x39a,_0x45cab6:0x3a8,_0x3cdaa4:0x407,_0x3e6f75:0x1b8,_0x24f5d7:0x21f,_0x2281dc:0x3d9,_0x30a3a8:0x1ac,_0x5a6e4f:0x19a,_0x43351c:0x14c,_0x36c3d0:0x253,_0x3ecb2:0x1d4,_0x188737:0x47a,_0x411d61:0x4eb,_0x28457e:0x437,_0x265d85:0x46a,_0x35b331:0x49f,_0x42d970:0x420,_0x2284f4:0x480,_0x3fed8e:0x463,_0x2cbdb:0x488,_0x573b9d:0xa6,_0x1934e6:0x18f,_0x452af0:0x10f,_0x5cdb37:0x193,_0x4f920b:0x10f,_0x295a4c:0xbb,_0x350ad1:0x137,_0x5425b3:0x483,_0x4fc5f2:0x563,_0x200749:0x109,_0x4a34ad:0x112,_0x5cd3b1:0x150,_0x1899e0:0x1c9,_0x1cab63:0x153,_0x353c77:0x38c,_0xcbe0af:0x508,_0x3e59b9:0x473,_0x19c4e9:0x488,_0x53d519:0x105,_0x324237:0x184,_0x1241b0:0x144,_0x85f2ba:0xf2,_0x4385cb:0x130,_0xc8e9b9:0x18c,_0x31e421:0x3cf,_0x5b1f1b:0x3ea,_0xf404d4:0xd4,_0xfa32e4:0x131,_0x896673:0x129,_0x151f25:0x23c,_0x165548:0x165,_0x54cf49:0x87,_0x2bd875:0x3be,_0x1be8d4:0x3ef,_0x6c28d4:0x136,_0x39118b:0x1a9,_0x17fc60:0x12e,_0x48fec5:0x43b,_0x2104d7:0x4b0,_0x68ad38:0x4a3,_0x927f5d:0x43b,_0x15f187:0x496,_0x1d59df:0x239,_0x39bd44:0x426,_0x13e44a:0x4af,_0x5af513:0x19a,_0x343656:0x180,_0x5910eb:0x173,_0x18ba31:0x132,_0x5b7589:0x1d7,_0x50c40e:0x1b0,_0x18fb9a:0x13e,_0x4e9111:0x133,_0x186471:0xf2,_0x433b8a:0x178,_0x598746:0x392,_0x2f4b97:0x499,_0x575690:0x3ab,_0x3539b8:0x4cf,_0x56df3e:0x490,_0x17b8cd:0x468,_0xf9e512:0x17f,_0x1ae057:0xbe,_0xb56567:0x3c8,_0x57a570:0x3fa,_0x22fab9:0x4c1,_0x2bcc89:0x42b,_0xcf7fde:0x182,_0x326298:0x171,_0x2a52a7:0xe9,_0x21c639:0x40f,_0x135460:0x42b,_0x6a1229:0x452,_0x2a26e1:0x4f7,_0x2b92db:0x471,_0x189c22:0x1c0,_0x57718e:0x200,_0x2f36d6:0x12e,_0x1944a2:0xf5,_0x11b509:0x413,_0x5986bf:0x486,_0x1a70a0:0x3ff,_0x4842ae:0x4c9,_0x2c3772:0x242,_0x3f6e44:0x1d0,_0x540743:0x120,_0x40284f:0x37f,_0x7649bc:0x413,_0x249316:0x3f2,_0x48e3b6:0x3f7,_0x3ba28b:0x466,_0x589a3d:0x4db,_0x4bcf62:0x445,_0x40b0f4:0x134,_0xa2fffc:0x48a,_0x44240d:0x490,_0x38e38d:0x525,_0x77e245:0x518,_0x127f11:0x4dd,_0x326d83:0x3d7,_0x4c35ef:0x14f,_0xe82389:0x200,_0x2cd791:0x163,_0x3b0ce1:0xf4,_0x575327:0x17c,_0x21eecb:0x176,_0x2b5a01:0x4ee,_0x2df303:0x539,_0x1cfc9e:0x55b,_0x598682:0x4c9,_0x359cc0:0x4a2,_0x4fe8aa:0x493,_0x41d30b:0x456,_0x24b6b6:0x280,_0x5ba675:0x27b,_0x3eb37a:0x235,_0x217e34:0x1a0,_0x5e5a9b:0x1f8,_0x2cff58:0x1c3,_0x48f8ff:0x1fe,_0x5e3be6:0x19c,_0x45e601:0x4a5,_0x61ab84:0x495,_0x3e9fc5:0x130,_0x1fb752:0x4a6,_0x3d4f61:0x487,_0x217b2e:0x3b0,_0x57a729:0x439,_0x39e021:0x35c,_0x2031cb:0x3f6,_0x8a92f8:0x466,_0x5ba95f:0x3ea,_0x293f68:0x48b,_0x121379:0x4a1,_0x4a1cbe:0x4dd,_0x266ef9:0x40b,_0x2068a3:0x478,_0x2ad0ee:0x489,_0x4d1bb0:0x366,_0x2d9960:0x36a,_0x140423:0x105,_0x4a98c8:0x16e,_0x502e14:0x3af,_0x220aeb:0x224,_0x3f7343:0x1e0,_0x535142:0x489,_0x4401ee:0x3ca,_0x2b61c6:0x477,_0x43d4ff:0x4ad,_0x218e08:0x453,_0x479bd1:0x4be,_0x392797:0x478,_0x5f1bb5:0x4d9,_0x1d403d:0x4b6,_0x956ae1:0x46b,_0x38d53d:0x446,_0x5e8bcd:0x1b7,_0x64eee6:0x1b4,_0x1e7c2e:0x4b2,_0x426b14:0x12d,_0x302318:0x18a,_0x4acfa2:0xfa},_0x466f12={_0x2aab23:0x14},_0x16f5ea={_0x337a2c:0xa6,_0xe3f90a:0x720},_0x2b24df={};_0x2b24df[_0x2c90a0(-0x143,-0xff,-_0x189208._0x5795e3,-_0x189208._0x5e6588)]=_0x3c1588(_0x189208._0x1962cf,0x4dc,_0x189208._0x4a5daa,_0x189208._0xba0083)+_0x2c90a0(-0x1a6,-_0x189208._0x570c66,-0x1cc,-_0x189208._0x3c5ded)+_0x3c1588(0x39f,_0x189208._0x476dd2,0x41c,0x3d5)+'\x20with\x20unkn'+'own\x20task\x20I'+'D',_0x2b24df[_0x3c1588(_0x189208._0x213961,_0x189208._0x4e0039,_0x189208._0x51be9e,0x4b4)]=_0x3c1588(0x398,_0x189208._0xfa0d75,0x415,_0x189208._0x2c2521)+'ed',_0x2b24df[_0x2c90a0(-_0x189208._0x2668f2,-_0x189208._0x5334d1,-0x1de,-0x16a)]='Invalid\x20ta'+_0x2c90a0(-_0x189208._0x5d013e,-0x200,-_0x189208._0x19bc2b,-_0x189208._0x252005),_0x2b24df[_0x2c90a0(-0x104,-_0x189208._0x240535,-0x15a,-_0x189208._0x154eaf)]=_0x3c1588(_0x189208._0x1be210,_0x189208._0x7a557a,0x577,_0x189208._0xaf19dd)+'t',_0x2b24df['wlAvS']='Invalid\x20te'+_0x2c90a0(-0x147,-_0x189208._0x1d8aa5,-_0x189208._0x4d33bb,-0x167)+'e',_0x2b24df[_0x3c1588(_0x189208._0x2e7ce9,0x4c3,_0x189208._0x781932,_0x189208._0x124ea7)]='ENOENT',_0x2b24df[_0x2c90a0(-_0x189208._0x1009b6,-_0x189208._0x4de53c,-0x153,-_0x189208._0x42743c)]=_0x3c1588(_0x189208._0x363d11,0x41c,0x4fc,0x4a6),_0x2b24df[_0x3c1588(_0x189208._0x5703f3,0x395,0x44e,0x3e4)]=_0x3c1588(_0x189208._0x17ca56,0x4fa,0x424,_0x189208._0x10bc00)+_0x2c90a0(-_0x189208._0x404a80,-_0x189208._0x2733ea,-0x10d,-0x176)+'S.md',_0x2b24df[_0x2c90a0(-_0x189208._0x1f9d17,-_0x189208._0x3371af,-_0x189208._0x36674d,-0x261)]=_0x3c1588(_0x189208._0xb09c21,_0x189208._0x3b1c3e,0x4d6,0x474)+_0x3c1588(0x4b6,_0x189208._0x3a0d77,0x3c5,_0x189208._0x147e84)+'r',_0x2b24df['bWgVB']=_0x3c1588(0x530,_0x189208._0x3a12ed,0x424,_0x189208._0x2f289e)+_0x2c90a0(-0xc4,-0x18c,-0x150,-0xc5)+_0x2c90a0(-0x1e6,-_0x189208._0x31598b,-_0x189208._0x23c5af,-0x12e)+_0x2c90a0(-0x1a1,-0x17f,-_0x189208._0x53f4e1,-_0x189208._0x4485ef)+_0x2c90a0(-0x26f,-_0x189208._0x590f0b,-_0x189208._0x3a746d,-0x1f3),_0x2b24df[_0x2c90a0(-0x1a2,-0x10d,-0x19c,-_0x189208._0x4edf52)]=_0x2c90a0(-0x154,-0x171,-_0x189208._0xb7ae8d,-_0x189208._0x217958),_0x2b24df['yzjJl']=_0x2c90a0(-_0x189208._0xd17f64,-0x193,-_0x189208._0x2d24db,-0x248)+'not\x20have\x20p'+_0x2c90a0(-0x10e,-0xe7,-_0x189208._0x5b263c,-0x12c)+_0x2c90a0(-_0x189208._0x495674,-_0x189208._0x4aaacd,-_0x189208._0x31598b,-0x1d7)+'environmen'+_0x3c1588(_0x189208._0x4b5d5b,_0x189208._0x5289e4,_0x189208._0xe2aa26,0x477)+'s',_0x2b24df[_0x2c90a0(-_0x189208._0x5a3682,-0x114,-0xf2,-_0x189208._0x52ad75)]=function(_0x2534b5,_0x91fa2){return _0x2534b5!==_0x91fa2;},_0x2b24df[_0x3c1588(0x451,_0x189208._0x6f7476,0x508,0x4d0)]=_0x2c90a0(-_0x189208._0x593b03,-_0x189208._0x409735,-_0x189208._0x8516b5,-0x1b6),_0x2b24df[_0x2c90a0(-_0x189208._0x211132,-0x149,-0x163,-_0x189208._0x398397)]=_0x2c90a0(-_0x189208._0x3fd2f1,-0x164,-_0x189208._0x2590d,-0x177),_0x2b24df[_0x2c90a0(-0x13f,-0x1bd,-_0x189208._0x34f1f1,-0x123)]=_0x3c1588(_0x189208._0x5253b4,_0x189208._0x3c59cd,_0x189208._0x3f5867,0x4c3)+_0x3c1588(0x4c6,0x509,_0x189208._0x1474da,_0x189208._0x3411fd)+'te';function _0x2c90a0(_0x4331f1,_0x509d89,_0x10dd88,_0x5c70b7){return _0x35d829(_0x4331f1,_0x509d89-_0x16f5ea._0x337a2c,_0x10dd88- -_0x16f5ea._0xe3f90a,_0x5c70b7-0x12e);}_0x2b24df[_0x2c90a0(-0x1f8,-_0x189208._0x1c7230,-0x1c5,-_0x189208._0x1a986c)]=_0x3c1588(0x463,0x40f,_0x189208._0x3068e8,0x42c),_0x2b24df[_0x3c1588(0x42d,0x3df,_0x189208._0x55c689,0x471)]=_0x3c1588(0x476,_0x189208._0x1962cf,0x453,0x3f8),_0x2b24df['MZmyf']=_0x3c1588(_0x189208._0x205042,_0x189208._0x45cab6,_0x189208._0x3cdaa4,0x3df),_0x2b24df[_0x2c90a0(-0x1c2,-0x1a6,-_0x189208._0x3e6f75,-_0x189208._0x24f5d7)]='jVJrz',_0x2b24df[_0x3c1588(0x4ca,0x45d,_0x189208._0x2281dc,0x43f)]=_0x2c90a0(-0x110,-_0x189208._0x30a3a8,-_0x189208._0x5a6e4f,-_0x189208._0x43351c),_0x2b24df[_0x2c90a0(-0x164,-_0x189208._0x36c3d0,-_0x189208._0x3ecb2,-0x1b0)]=_0x3c1588(_0x189208._0x188737,_0x189208._0x411d61,_0x189208._0x28457e,_0x189208._0x265d85)+_0x3c1588(0x3a1,_0x189208._0x35b331,_0x189208._0x5703f3,_0x189208._0x42d970)+'ate';const _0x571c95=_0x2b24df,{callingTask:_0x11bd4b,environmentName:_0x565f05,environmentPath:_0x3d0d71}=_0x49c911,{name:_0x2f00a7}=_0x49c911[_0x3c1588(_0x189208._0x2284f4,_0x189208._0x3fed8e,_0x189208._0x2cbdb,0x41f)];if(_0x2f00a7[_0x2c90a0(-_0x189208._0x573b9d,-_0x189208._0x1934e6,-_0x189208._0x452af0,-0xa8)]('/')||_0x2f00a7[_0x2c90a0(-0xc8,-_0x189208._0x5cdb37,-_0x189208._0x4f920b,-_0x189208._0x295a4c)]('\x5c')||_0x2f00a7[_0x2c90a0(-_0x189208._0x350ad1,-0x192,-_0x189208._0x452af0,-0x1a5)]('..')){if(_0x571c95[_0x3c1588(0x4b2,_0x189208._0x5425b3,_0x189208._0x4fc5f2,0x4f0)](_0x571c95[_0x2c90a0(-_0x189208._0x200749,-_0x189208._0x5a6e4f,-_0x189208._0x4a34ad,-0x1a9)],_0x571c95[_0x2c90a0(-_0x189208._0x5cd3b1,-_0x189208._0x1899e0,-0x163,-_0x189208._0x1cab63)])){const _0x13de05={};return _0x13de05[_0x3c1588(0x3c3,_0x189208._0x353c77,0x3b6,0x3ea)]=_0x571c95[_0x3c1588(_0x189208._0xcbe0af,_0x189208._0x3e59b9,_0x189208._0x3a0d77,_0x189208._0x19c4e9)],_0x13de05[_0x2c90a0(-0x153,-0x146,-_0x189208._0x53d519,-0x15b)]=_0x571c95[_0x2c90a0(-_0x189208._0x324237,-_0x189208._0x1241b0,-0x17a,-0x145)],_0x393484[_0x2c90a0(-0xf6,-_0x189208._0x85f2ba,-_0x189208._0x4385cb,-0x132)](0x452+0xfb5+-0x1277)['json'](_0x13de05);}else{const _0x10d9e7={};_0x10d9e7[_0x2c90a0(-0x209,-0x170,-_0x189208._0xc8e9b9,-_0x189208._0x593b03)]=_0x452e05,_0x252f19[_0x3c1588(0x41e,0x432,0x410,0x4a1)](_0x571c95[_0x2c90a0(-0x9c,-0xde,-_0x189208._0x5795e3,-0x13b)],_0x10d9e7);const _0x313828={};return _0x313828[_0x3c1588(0x44b,0x3ad,_0x189208._0x31e421,_0x189208._0x5b1f1b)]=_0x571c95[_0x2c90a0(-0x9f,-_0x189208._0xf404d4,-0x12e,-_0x189208._0xfa32e4)],_0x313828[_0x2c90a0(-0x181,-0xc3,-0x105,-_0x189208._0x896673)]=_0x571c95[_0x2c90a0(-_0x189208._0x151f25,-0x26b,-0x1de,-0x1e1)],_0x449d2c[_0x2c90a0(-0x147,-0x110,-0x130,-_0x189208._0x165548)](-0x5f*0x23+0xdd4+-0x3e*-0x3)[_0x2c90a0(-0x183,-0xd0,-0xfa,-_0x189208._0x54cf49)](_0x313828);}}const _0x5a8f75={};_0x5a8f75['taskId']=_0x11bd4b[_0x3c1588(_0x189208._0x2bd875,0x486,_0x189208._0x1be8d4,0x456)],_0x5a8f75[_0x2c90a0(-_0x189208._0x6c28d4,-0x1f6,-_0x189208._0x39118b,-_0x189208._0x17fc60)+'t']=_0x565f05,_0x5a8f75[_0x3c1588(0x3be,_0x189208._0x48fec5,0x368,0x3d7)]=_0x2f00a7,logger[_0x3c1588(_0x189208._0x2104d7,_0x189208._0x68ad38,_0x189208._0x927f5d,_0x189208._0x15f187)](_0x571c95[_0x2c90a0(-_0x189208._0x1d59df,-_0x189208._0x1d59df,-0x1a2,-0x18b)],_0x5a8f75);function _0x3c1588(_0x40b4cf,_0x244dbe,_0x1faa95,_0x55c146){return _0x55b1bf(_0x55c146-_0x466f12._0x2aab23,_0x40b4cf,_0x1faa95-0x7c,_0x55c146-0x77);}const _0x497f4e=_0x1ee083[_0x3c1588(0x506,_0x189208._0x39bd44,0x45b,_0x189208._0x13e44a)](_0x3d0d71,_0x2c90a0(-_0x189208._0x5af513,-_0x189208._0x343656,-_0x189208._0x5e6588,-_0x189208._0x5910eb)+_0x2c90a0(-0x12d,-0x1a4,-_0x189208._0x18ba31,-0x1c0)),_0x32250f=_0x1ee083[_0x2c90a0(-0x112,-0xdd,-0x133,-0x16c)](_0x497f4e,_0x2f00a7+_0x2c90a0(-0x1cc,-_0x189208._0x5b7589,-_0x189208._0x50c40e,-0x1f7)),_0x2b0da4=_0x1ee083[_0x2c90a0(-_0x189208._0x18fb9a,-_0x189208._0x5795e3,-_0x189208._0x4e9111,-0x170)](_0x497f4e,_0x2f00a7+'.json');try{if(_0x571c95[_0x2c90a0(-0x11e,-0x62,-_0x189208._0x186471,-0xb0)](_0x571c95[_0x2c90a0(-0x1e0,-0x211,-0x1c5,-_0x189208._0x433b8a)],_0x571c95[_0x3c1588(_0x189208._0x598746,0x3f6,_0x189208._0x2f4b97,0x41d)])){const _0x4487f2={};return _0x4487f2[_0x3c1588(_0x189208._0x575690,0x391,0x3d1,0x3ea)]=_0x571c95[_0x3c1588(0x505,_0x189208._0x3539b8,0x44e,0x488)],_0x4487f2[_0x3c1588(_0x189208._0x2e7ce9,_0x189208._0x56df3e,0x45b,0x4dd)]=_0x571c95[_0x3c1588(0x4de,0x4f8,0x479,_0x189208._0x17b8cd)],_0x112886['status'](0x1d6e+-0x3*-0x74+-0x1d3a)[_0x2c90a0(-0x145,-_0x189208._0xf9e512,-0xfa,-_0x189208._0x1ae057)](_0x4487f2);}else{const _0x37b0f3=await _0x4275be[_0x3c1588(_0x189208._0xb56567,_0x189208._0x57a570,_0x189208._0x22fab9,_0x189208._0x2bcc89)](_0x32250f,_0x571c95[_0x2c90a0(-0x133,-_0x189208._0xcf7fde,-_0x189208._0x326298,-_0x189208._0x2a52a7)]);let _0x25823c=null;try{const _0x5b3fb7=await _0x4275be[_0x3c1588(0x445,0x422,_0x189208._0x21c639,_0x189208._0x135460)](_0x2b0da4,_0x571c95[_0x3c1588(_0x189208._0x6a1229,0x406,_0x189208._0x2a26e1,_0x189208._0x2b92db)]);_0x25823c=JSON[_0x2c90a0(-0x1f9,-0x217,-0x199,-_0x189208._0x189c22)](_0x5b3fb7);}catch{}const _0x17681a={};_0x17681a[_0x2c90a0(-_0x189208._0x57718e,-0x1f5,-0x1ac,-0x1d6)]=_0x2f00a7,_0x17681a[_0x2c90a0(-_0x189208._0x2f36d6,-_0x189208._0x1944a2,-0x12d,-0xb3)]=_0x37b0f3,_0x17681a[_0x3c1588(_0x189208._0x5289e4,_0x189208._0x11b509,_0x189208._0x5986bf,0x486)]=_0x25823c,_0x17681a[_0x3c1588(_0x189208._0x1a70a0,_0x189208._0x4842ae,0x430,0x439)+'t']=_0x565f05,_0x393484['json'](_0x17681a);}}catch(_0x3eee3f){if(_0x571c95[_0x2c90a0(-0x1a8,-0x221,-0x1b4,-0x1c9)]===_0x571c95[_0x2c90a0(-0x1cb,-_0x189208._0x2c3772,-0x1b4,-_0x189208._0x3f6e44)]){if(_0x3eee3f[_0x2c90a0(-_0x189208._0x540743,-0xd8,-0xf4,-0x157)]===_0x3c1588(_0x189208._0x40284f,_0x189208._0x7649bc,0x405,_0x189208._0x249316)){if(_0x3c1588(_0x189208._0x48e3b6,_0x189208._0x3ba28b,_0x189208._0x589a3d,0x44a)!==_0x571c95[_0x3c1588(0x499,0x444,_0x189208._0x4bcf62,0x42a)]){const _0x47c3b2={};_0x47c3b2['error']=_0x571c95[_0x2c90a0(-0x213,-0x231,-0x1a3,-_0x189208._0x40b0f4)],_0x47c3b2['message']=_0x3c1588(_0x189208._0x249316,0x408,0x4c7,0x431)+_0x2f00a7+(_0x3c1588(0x4d8,0x444,_0x189208._0xa2fffc,_0x189208._0x44240d)+'d'),_0x393484[_0x3c1588(0x4e8,_0x189208._0x10bc00,_0x189208._0x38e38d,0x4b2)](-0xdad+-0xde2*-0x2+-0xc83)[_0x3c1588(0x457,0x4cc,0x56b,0x4e8)](_0x47c3b2);}else{if(_0x16f59e[_0x3c1588(_0x189208._0x77e245,0x477,_0x189208._0x127f11,0x4ee)]===_0x571c95[_0x3c1588(0x3b1,0x3de,_0x189208._0x326d83,0x43d)]){const _0x22a2ec={};_0x22a2ec['content']='',_0x22a2ec[_0x2c90a0(-_0x189208._0x4c35ef,-_0x189208._0xe82389,-0x1a9,-_0x189208._0x2cd791)+'t']=_0x46f565,_0x22a2ec[_0x2c90a0(-_0x189208._0x3b0ce1,-_0x189208._0x575327,-_0x189208._0x21eecb,-0x102)]=_0x571c95['jZIHQ'],_0x22a2ec[_0x3c1588(_0x189208._0x2b5a01,_0x189208._0x2df303,0x4ad,0x4ab)]=![],_0x51c215[_0x3c1588(_0x189208._0x1cfc9e,0x4fb,_0x189208._0x598682,0x4e8)](_0x22a2ec);}else{const _0x36e266={};_0x36e266['taskId']=_0x3e54eb[_0x3c1588(0x42e,_0x189208._0x359cc0,_0x189208._0x4fe8aa,_0x189208._0x41d30b)],_0x36e266['environmen'+'t']=_0x290960,_0x36e266[_0x2c90a0(-_0x189208._0x24b6b6,-_0x189208._0x5ba675,-0x1f8,-0x227)]=_0x19dd69['message'],_0x14c12e[_0x2c90a0(-_0x189208._0x3eb37a,-_0x189208._0x217e34,-_0x189208._0x5e5a9b,-_0x189208._0xc8e9b9)](_0x571c95[_0x2c90a0(-_0x189208._0x2d24db,-_0x189208._0x2cff58,-_0x189208._0x48f8ff,-0x1a5)],_0x36e266);const _0x130171={};_0x130171['error']=_0x571c95['AmTjb'],_0x130171[_0x2c90a0(-0x15b,-0x17b,-0x105,-_0x189208._0x5e3be6)]=_0x2c90a0(-0x184,-0x14d,-_0x189208._0x433b8a,-0x15b)+_0x3c1588(0x44c,_0x189208._0x45e601,_0x189208._0x188737,_0x189208._0x61ab84)+_0x3c1588(0x508,0x42d,_0x189208._0x3fed8e,0x470)+'le',_0x52f7af[_0x2c90a0(-0xdb,-0x18e,-_0x189208._0x3e9fc5,-0x117)](-0xb28+0x207f+-0x1363)[_0x3c1588(_0x189208._0x1fb752,0x514,_0x189208._0x3d4f61,0x4e8)](_0x130171);}}}else{const _0x189e1a={};_0x189e1a['taskId']=_0x11bd4b['taskId'],_0x189e1a[_0x3c1588(0x462,_0x189208._0x217b2e,0x441,_0x189208._0x57a729)+'t']=_0x565f05,_0x189e1a[_0x3c1588(0x367,0x3e5,_0x189208._0x39e021,0x3d7)]=_0x2f00a7,_0x189e1a[_0x3c1588(_0x189208._0x2031cb,0x359,_0x189208._0x8a92f8,_0x189208._0x5ba95f)]=_0x3eee3f[_0x3c1588(0x490,_0x189208._0x293f68,_0x189208._0x121379,_0x189208._0x4a1cbe)],logger['error'](_0x571c95[_0x3c1588(_0x189208._0x266ef9,_0x189208._0x2068a3,_0x189208._0x2ad0ee,0x40e)],_0x189e1a);const _0x47b72f={};_0x47b72f[_0x3c1588(_0x189208._0x4d1bb0,0x35d,0x430,0x3ea)]=_0x571c95[_0x3c1588(0x338,0x347,_0x189208._0x2d9960,0x3cd)],_0x47b72f[_0x2c90a0(-0x92,-0x14a,-_0x189208._0x140423,-0xda)]=_0x571c95['HdQll'],_0x393484[_0x2c90a0(-_0x189208._0x4a98c8,-0xa5,-_0x189208._0x4385cb,-0x10b)](-0xed9+0x1*0x1485+-0x3b8)[_0x2c90a0(-_0x189208._0x3b0ce1,-0x148,-0xfa,-0xa7)](_0x47b72f);}}else{const _0x54a560={};_0x54a560['taskId']=_0x199933['callingTas'+'k']['taskId'],_0x54a560[_0x3c1588(0x395,_0x189208._0x502e14,0x409,0x417)]=_0x265958['taskUser']['id'],_0x54a560[_0x2c90a0(-_0x189208._0x220aeb,-0x23e,-_0x189208._0x3f7343,-0x1a7)]=_0x44ac9e['taskUser'][_0x3c1588(_0x189208._0x535142,_0x189208._0x4401ee,_0x189208._0x2b61c6,0x402)],_0x2fc832[_0x3c1588(_0x189208._0x43d4ff,0x4d9,0x4e1,_0x189208._0x121379)](_0x571c95[_0x3c1588(0x3f3,_0x189208._0x218e08,_0x189208._0x479bd1,0x46b)],_0x54a560);const _0x27df40={};return _0x27df40[_0x3c1588(0x41c,0x453,_0x189208._0x392797,_0x189208._0x4b5d5b)]=_0x571c95[_0x3c1588(_0x189208._0x5f1bb5,_0x189208._0x1d403d,_0x189208._0x956ae1,_0x189208._0x38d53d)],_0x27df40['message']=_0x571c95[_0x2c90a0(-0xdd,-_0x189208._0x5e8bcd,-0x161,-_0x189208._0x64eee6)],_0x460330[_0x3c1588(0x520,0x443,0x4eb,_0x189208._0x1e7c2e)](-0x43f*-0x6+-0x1*0x1c28+0x79*0x9)[_0x2c90a0(-_0x189208._0x426b14,-_0x189208._0x302318,-_0x189208._0x4acfa2,-0x91)](_0x27df40);}}});function _0x35d829(_0x2baa41,_0x124876,_0x4ff87e,_0x7c347f){return _0x3a15(_0x4ff87e-0x384,_0x2baa41);}router[_0x35d829(0x634,0x69d,0x609,0x62d)](_0x55b1bf(0x427,0x3fc,0x3f8,0x45c)+_0x35d829(0x5b4,0x57b,0x604,0x5b0),requireTaskAuth,requireTemplatesPermission,async(_0x37ebfa,_0x45b422)=>{const _0x4b3a3d={_0x4f0bf1:0x7a,_0x5efd69:0x77,_0x567baa:0x8c,_0x2d1efd:0xc1,_0x581163:0x4d,_0x425755:0xf2,_0x12d48d:0x51,_0x54e317:0xcc,_0xd6901d:0xe5,_0x1a7ecf:0x7f,_0x38db46:0xe1,_0x274659:0x1ca,_0x5b60d9:0x13f,_0x3bfd80:0x134,_0x1e3d62:0x1cc,_0x3ab531:0x233,_0x266bef:0xdb,_0x3095b0:0x4d,_0x334a60:0xf0,_0x113d09:0x175,_0x1bb97f:0x166,_0x3424fd:0x179,_0x1ec2fc:0x101,_0x3d1b75:0x76,_0xfde038:0x39,_0x2993e8:0x73,_0x9a8032:0x103,_0x174e1d:0x7d,_0x2f5848:0xc9,_0x5d3ee1:0x7e,_0x4923b3:0x18,_0x3c9f6a:0xc,_0x1a31db:0x177,_0x18c65f:0x16c,_0x535255:0x8c,_0x5b87cb:0x95,_0x230fc2:0x81,_0x3fe53d:0x47,_0x568b1b:0xb0,_0x162139:0x155,_0x225a29:0xe7,_0x2590ae:0x3e,_0x233f2e:0x143,_0x5cd7bd:0xb0,_0x408eea:0x92,_0x5f3184:0x7,_0x16ad9c:0x94,_0x54ad1a:0x10e,_0x523e1b:0x8d,_0x1f4dee:0x102,_0x2163ab:0x130,_0x30c458:0x6b,_0x1908bf:0xec,_0x4c4e9f:0x33,_0x350423:0xf6,_0x3d22bd:0xe1,_0x57d197:0xd8,_0x5b8fb1:0x1e6,_0x1d7bdd:0x1fe,_0x45be1b:0x188,_0x5ece8b:0x9c,_0x3a424e:0xee,_0x5c3569:0xfd,_0x435545:0x50,_0x11e985:0x66,_0x198309:0xf8,_0x372e03:0x11f,_0x378ca0:0x18e,_0x3b7104:0x101,_0x6bfebb:0x130,_0x4418b2:0x12a,_0x4fd23c:0x15d,_0x3dde64:0x145,_0x3fd415:0x21c,_0x450492:0x19d,_0x1812e7:0x10d,_0x542118:0x1a5,_0x2d7f3c:0x56,_0x1ac0a1:0x98,_0x46d72a:0x13,_0x3c1f9f:0x34,_0x2b5ae5:0x7c,_0x30efba:0x10e,_0x52b685:0x5a,_0x429c30:0x6e,_0x3bb5aa:0x78,_0x14f1c0:0x5c,_0x1500c7:0x4b,_0x2f3c67:0x144,_0x2edd4f:0xc3,_0xbbd091:0x114,_0x37c694:0x27,_0x47da34:0x147,_0x19335d:0x18c,_0x13b3f8:0x67,_0x154c5d:0x1d4,_0x1cbd79:0x1b1,_0x496bf0:0x24,_0x222593:0xb9,_0x265e6f:0x98,_0x3fa90d:0x83,_0x492ac6:0x10e,_0x19ad9d:0x170,_0x4be3e4:0x10c,_0x95a6a8:0x19d,_0x40c65f:0x114,_0x1d983f:0x136,_0x4b01c3:0x10a,_0x39406e:0x15f,_0x3f3bfa:0x1be,_0x1d912a:0x10e,_0x58e529:0xc0,_0x314174:0xd4,_0x3986fa:0xb9,_0x322e53:0xb,_0x23a844:0x9,_0x473fb9:0x47,_0x8eb0e6:0xe0,_0x42d040:0x100,_0xdb1b0a:0x12f,_0xb71e25:0xf9,_0x5c439f:0x86,_0x4fccae:0xbc,_0x17c96b:0x125,_0x349732:0xd1,_0x31927c:0x10b,_0x2ce1bc:0x28,_0x56d502:0x74,_0x1b462a:0x13c,_0x3bbeb8:0x161,_0x701f86:0x108,_0x53fdf5:0x10c,_0x173f6b:0x66,_0x18c8b2:0x16b,_0x4f3f46:0x11c,_0x41fc21:0xe1,_0x1286e1:0x12b,_0xff2bcf:0xbd,_0x2221ad:0x128,_0x593ceb:0xfc,_0x31b6f2:0x97,_0x5609c1:0x1b,_0x12254a:0x45,_0x3351af:0x1f7,_0x31a08a:0x129,_0x574052:0x141,_0x5326a5:0x1e2,_0x40bac2:0x181,_0x4beb78:0x11d,_0x4fe5b0:0xd6,_0x4941aa:0x72,_0xdba87e:0x2d,_0x5a00b9:0xbc,_0x306fce:0x155,_0x3a28a3:0x67,_0x267121:0x89,_0x10dd79:0x1ff,_0x5eabb9:0x1a1,_0x5cd630:0xab,_0x447a4a:0x191,_0xf392a1:0xc8,_0x35d9ac:0xc9,_0x5c1503:0xbc,_0x55caa4:0xbf,_0x2e32a0:0x132,_0x18b0fe:0x208,_0x30c621:0x194,_0x25c82d:0x108,_0x23e3df:0x15a,_0x2c3b8b:0x88,_0x5116e9:0xef,_0x4d8e46:0x93,_0x32edaf:0x184,_0x34efbb:0x186,_0x3e188c:0x180,_0x523ac1:0xe2,_0x253e58:0x6d,_0x42f271:0x115,_0x3bb75b:0x14d,_0xcdbe4c:0x154,_0x19ada3:0x137,_0x4d346d:0x9d,_0x4c4923:0x2f,_0x2bc00b:0xca,_0x1a8b64:0xf3,_0x9ed45d:0x104,_0x5335a1:0x115,_0x18f0c9:0x183,_0x3dfe9d:0x1d8,_0x3ba94e:0x11a,_0x466ab8:0x184,_0x5d18ff:0x135,_0xff56af:0x205,_0xd63ee4:0x76,_0x259dc7:0x84,_0x515801:0x149,_0x9c1e14:0xd3,_0x4ab1ff:0x1b9,_0xe329e:0x170,_0x33850b:0x62,_0x3db2fb:0x14a,_0x369568:0xb9,_0x10dd56:0x33,_0x16aa0f:0xda,_0x3b31f0:0x68,_0x1c1050:0x148,_0x5a449d:0xcc,_0x415175:0xa4,_0x3ad020:0xb2,_0x2dbf52:0x1b0,_0x9bb4e7:0xe1,_0x1a89bf:0x16e,_0x7fea45:0x1e5,_0xb06ed:0x12a,_0x33a4a9:0x3,_0x4dc783:0x14e,_0x10198c:0xba,_0x481b45:0x172,_0x3a3d68:0xbe,_0x3d926d:0x1f2,_0x4645ea:0xfc,_0x19bf25:0x140,_0x83a67e:0x68,_0x3b30a8:0x9f,_0x23bb8f:0x1de,_0x4329c3:0x165,_0x575c49:0x1c3,_0x565f03:0x1a7,_0x120a5f:0x11b,_0x3dfa24:0x135,_0x5cf829:0x1a0,_0x10db42:0x124,_0x5afa00:0x117,_0x4caa2e:0xcd,_0x36798c:0x132,_0x41e011:0x213,_0x4964ea:0x162,_0x2c9886:0x165,_0x1bf185:0x1bc,_0x335960:0x1ac,_0x7de4c0:0xf7,_0x163fb8:0x4e,_0x1f7136:0x132,_0x239d17:0x1dc,_0xe2cddd:0x181,_0x2bb732:0x10e,_0x54c224:0x1dd,_0xb558b4:0x22c,_0x16d8a5:0x1b1,_0x4bae9f:0x1a0,_0x465c7a:0x57,_0x1bc5eb:0x85,_0x5d4dfa:0x3f,_0x583799:0x83},_0x4424fb={_0x1871b7:0x1a5},_0x5c6c9d={_0x4fe246:0x68d},_0x212503={};_0x212503[_0x3dee4f(-0xf8,-0x17b,-_0x4b3a3d._0x4f0bf1,-0x105)]=_0x25e37b(-0xe2,-0x90,-0xf4,-_0x4b3a3d._0x5efd69)+'t',_0x212503[_0x3dee4f(-0x147,-0x1aa,-0x164,-0x1a4)]=_0x25e37b(-_0x4b3a3d._0x567baa,-_0x4b3a3d._0x2d1efd,-_0x4b3a3d._0x581163,-0x8b)+_0x25e37b(-_0x4b3a3d._0x425755,-0x76,-_0x4b3a3d._0x12d48d,-_0x4b3a3d._0x54e317)+'e',_0x212503['oAZeX']=_0x3dee4f(-_0x4b3a3d._0xd6901d,-0x9d,-0x102,-_0x4b3a3d._0x1a7ecf)+_0x3dee4f(-0x12f,-0xa8,-_0x4b3a3d._0x38db46,-0x1a4)+_0x25e37b(-0x17b,-_0x4b3a3d._0x274659,-_0x4b3a3d._0x5b60d9,-_0x4b3a3d._0x3bfd80),_0x212503[_0x25e37b(-_0x4b3a3d._0x1e3d62,-0x19d,-_0x4b3a3d._0x3ab531,-0x1a0)]=_0x3dee4f(-_0x4b3a3d._0x266bef,-_0x4b3a3d._0x3095b0,-_0x4b3a3d._0x334a60,-0xcc)+'erver\x20Erro'+'r';function _0x3dee4f(_0x502e49,_0x247992,_0x1683f0,_0x54b274){return _0x35d829(_0x54b274,_0x247992-0x190,_0x502e49- -_0x5c6c9d._0x4fe246,_0x54b274-0x82);}_0x212503[_0x3dee4f(-0x10e,-_0x4b3a3d._0x113d09,-0x112,-0x18f)]=function(_0x23ee26,_0x4e005f){return _0x23ee26===_0x4e005f;},_0x212503['lEKhh']=_0x25e37b(-0x1ec,-0x1a6,-_0x4b3a3d._0x1bb97f,-_0x4b3a3d._0x3424fd),_0x212503[_0x25e37b(-0x107,-0x94,-0x8b,-0xa4)]=_0x25e37b(-0x175,-0x8e,-0xf2,-_0x4b3a3d._0x1ec2fc)+'list\x20templ'+_0x25e37b(-_0x4b3a3d._0x3d1b75,-_0x4b3a3d._0xfde038,-0xe8,-0xbb),_0x212503[_0x3dee4f(-0x5c,-_0x4b3a3d._0x2993e8,-0xc3,-0x16)]=_0x25e37b(-_0x4b3a3d._0x9a8032,-_0x4b3a3d._0x174e1d,-_0x4b3a3d._0x2f5848,-0xb5),_0x212503[_0x3dee4f(-_0x4b3a3d._0x5d3ee1,-_0x4b3a3d._0x4923b3,-_0x4b3a3d._0x3c9f6a,-0x6d)]=function(_0x246606,_0xba0f6d){return _0x246606!==_0xba0f6d;},_0x212503[_0x3dee4f(-0xe1,-_0x4b3a3d._0x1a31db,-_0x4b3a3d._0x18c65f,-0x60)]=_0x25e37b(0x0,-_0x4b3a3d._0x535255,-0x128,-_0x4b3a3d._0x5b87cb)+'ates',_0x212503['tLRlV']='xXnTe',_0x212503[_0x3dee4f(-0xc6,-_0x4b3a3d._0x230fc2,-_0x4b3a3d._0x3fe53d,-_0x4b3a3d._0x568b1b)]=_0x3dee4f(-0x17c,-0x1ec,-_0x4b3a3d._0x162139,-_0x4b3a3d._0x225a29),_0x212503[_0x25e37b(-0x32,-_0x4b3a3d._0x2590ae,-_0x4b3a3d._0x233f2e,-_0x4b3a3d._0x5cd7bd)]=function(_0x4bc9ef,_0x4f02f0){return _0x4bc9ef!==_0x4f02f0;},_0x212503[_0x3dee4f(-_0x4b3a3d._0x408eea,-_0x4b3a3d._0x5f3184,-0x21,-0xe9)]=_0x25e37b(-_0x4b3a3d._0x16ad9c,-_0x4b3a3d._0x54ad1a,-_0x4b3a3d._0x523e1b,-_0x4b3a3d._0x1f4dee),_0x212503['nKxUO']=_0x25e37b(-_0x4b3a3d._0x2163ab,-0x4b,-0xc4,-0x9c),_0x212503[_0x3dee4f(-_0x4b3a3d._0x30c458,-0x8a,-_0x4b3a3d._0x1908bf,-_0x4b3a3d._0x4c4e9f)]=_0x3dee4f(-0x157,-0x179,-_0x4b3a3d._0x350423,-_0x4b3a3d._0x3d22bd),_0x212503[_0x25e37b(-0x147,-0xc0,-0x15e,-0x124)]='Template\x20u'+_0x25e37b(-0xa4,-_0x4b3a3d._0x57d197,-0x7e,-0xd1)+_0x25e37b(-_0x4b3a3d._0x5b8fb1,-_0x4b3a3d._0x1d7bdd,-0x214,-_0x4b3a3d._0x45be1b),_0x212503[_0x3dee4f(-_0x4b3a3d._0x5ece8b,-_0x4b3a3d._0x3a424e,-_0x4b3a3d._0x5c3569,-_0x4b3a3d._0x435545)]=function(_0x2fda35,_0x5a284c){return _0x2fda35===_0x5a284c;},_0x212503['hsuzA']=_0x3dee4f(-_0x4b3a3d._0x11e985,-0x86,0x1b,-0xde),_0x212503['fREjw']=_0x25e37b(-_0x4b3a3d._0x198309,-_0x4b3a3d._0x372e03,-_0x4b3a3d._0x378ca0,-_0x4b3a3d._0x3b7104)+'write\x20temp'+'late';const _0x3a2586=_0x212503,{callingTask:_0x4127a8,taskUser:_0xac51f1,environmentName:_0x618d97,environmentPath:_0x145a42}=_0x37ebfa,{name:_0x194597}=_0x37ebfa[_0x3dee4f(-_0x4b3a3d._0x6bfebb,-_0x4b3a3d._0x4418b2,-_0x4b3a3d._0x4fd23c,-_0x4b3a3d._0x3dde64)],{content:_0x4371f9,metadata:_0x328083}=_0x37ebfa[_0x25e37b(-_0x4b3a3d._0x3fd415,-_0x4b3a3d._0x450492,-_0x4b3a3d._0x1812e7,-_0x4b3a3d._0x542118)];if(_0x194597[_0x25e37b(-0x59,-_0x4b3a3d._0x2d7f3c,-0x10e,-_0x4b3a3d._0x1ac0a1)]('/')||_0x194597[_0x3dee4f(-0x7c,-0xc,_0x4b3a3d._0x46d72a,-_0x4b3a3d._0x3c1f9f)]('\x5c')||_0x194597[_0x3dee4f(-_0x4b3a3d._0x2b5ae5,-_0x4b3a3d._0x30efba,-0x80,-_0x4b3a3d._0x52b685)]('..')){if(_0x3a2586[_0x25e37b(-_0x4b3a3d._0x429c30,-0xc2,-_0x4b3a3d._0x4923b3,-_0x4b3a3d._0x3bb5aa)]===_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x14f1c0,-_0x4b3a3d._0x1500c7,-0x5,-0x3c)]){const _0x42186d={};return _0x42186d['error']=_0x3a2586[_0x25e37b(-_0x4b3a3d._0x2f3c67,-0x110,-_0x4b3a3d._0x2edd4f,-_0x4b3a3d._0xbbd091)],_0x42186d[_0x25e37b(-_0x4b3a3d._0x37c694,-0x105,-0xff,-0x8e)]=_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x47da34,-0x1ba,-_0x4b3a3d._0x19335d,-0x165)],_0x45b422['status'](0x31*-0x7b+-0x906+-0x1*-0x2221)[_0x3dee4f(-_0x4b3a3d._0x13b3f8,-_0x4b3a3d._0x57d197,-0x80,-0x30)](_0x42186d);}else{const _0xb40d0a={};return _0xb40d0a[_0x25e37b(-_0x4b3a3d._0x154c5d,-_0x4b3a3d._0x1cbd79,-0x16b,-0x181)]=_0x3a2586['pQXhw'],_0xb40d0a['message']='Content\x20fi'+'eld\x20is\x20req'+'uired',_0x46f51b[_0x25e37b(-_0x4b3a3d._0x496bf0,-_0x4b3a3d._0x52b685,-0xbb,-_0x4b3a3d._0x222593)](0x4*0x3aa+0x1ffd+0x2d15*-0x1)[_0x25e37b(-0x16,-_0x4b3a3d._0x265e6f,-0x13,-_0x4b3a3d._0x3fa90d)](_0xb40d0a);}}if(_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x492ac6,-0x76,-0x171,-0xa1)](_0x4371f9,undefined)){const _0x495e1b={};return _0x495e1b[_0x25e37b(-_0x4b3a3d._0x19ad9d,-0x12f,-_0x4b3a3d._0x4be3e4,-0x181)]=_0x3a2586[_0x25e37b(-0x17f,-0x156,-_0x4b3a3d._0x95a6a8,-_0x4b3a3d._0x40c65f)],_0x495e1b['message']=_0x3dee4f(-_0x4b3a3d._0x1d983f,-_0x4b3a3d._0x4b01c3,-_0x4b3a3d._0x39406e,-_0x4b3a3d._0x3f3bfa)+'eld\x20is\x20req'+_0x3dee4f(-_0x4b3a3d._0x3b7104,-_0x4b3a3d._0x1d912a,-_0x4b3a3d._0x58e529,-_0x4b3a3d._0x314174),_0x45b422[_0x25e37b(-0x9f,-0xa0,-_0x4b3a3d._0x408eea,-_0x4b3a3d._0x3986fa)](-0x1cb7+0x1*-0x1669+-0x1190*-0x3)[_0x25e37b(_0x4b3a3d._0x322e53,-_0x4b3a3d._0x23a844,-0x9f,-_0x4b3a3d._0x3fa90d)](_0x495e1b);}logger[_0x25e37b(-0xe7,-_0x4b3a3d._0x473fb9,-0x125,-0xd5)](_0x25e37b(-_0x4b3a3d._0x8eb0e6,-_0x4b3a3d._0x42d040,-0x12d,-_0x4b3a3d._0xdb1b0a)+'ing\x20templa'+'te',{'taskId':_0x4127a8[_0x3dee4f(-_0x4b3a3d._0xb71e25,-0x142,-0xd4,-_0x4b3a3d._0x4418b2)],'environment':_0x618d97,'template':_0x194597,'userId':_0xac51f1['id'],'hasMetadata':_0x3a2586[_0x3dee4f(-0x7e,-0xba,-0xdf,-0x9b)](_0x328083,undefined)});const _0x5ac1c6=_0x1ee083[_0x25e37b(-_0x4b3a3d._0x5c439f,-0xd1,-0x118,-_0x4b3a3d._0x4fccae)](_0x145a42,_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x3d22bd,-_0x4b3a3d._0x58e529,-0xd8,-_0x4b3a3d._0x3fa90d)]),_0x16b70c=_0x1ee083[_0x3dee4f(-0xa0,-_0x4b3a3d._0x17c96b,-_0x4b3a3d._0x349732,-_0x4b3a3d._0x31927c)](_0x5ac1c6,_0x194597+'.md');function _0x25e37b(_0x191d70,_0xa5bed5,_0x5638d1,_0x30e212){return _0x35d829(_0x5638d1,_0xa5bed5-0x1d,_0x30e212- -0x6a9,_0x30e212-_0x4424fb._0x1871b7);}const _0x3e671d=_0x1ee083[_0x3dee4f(-0xa0,-_0x4b3a3d._0x2ce1bc,-0x7e,-_0x4b3a3d._0x56d502)](_0x5ac1c6,_0x194597+_0x3dee4f(-_0x4b3a3d._0x1b462a,-0x1b1,-_0x4b3a3d._0x3bbeb8,-_0x4b3a3d._0x701f86)),_0x3ecc70=new Date()[_0x25e37b(-0xa5,-_0x4b3a3d._0x53fdf5,-0x2f,-0x7c)+'g']();try{if(_0x3a2586[_0x25e37b(-_0x4b3a3d._0x173f6b,-0xc7,-_0x4b3a3d._0x18c8b2,-0xe8)]!==_0x3a2586['TmngJ']){const _0x4db632={};_0x4db632[_0x25e37b(-_0x4b3a3d._0x4f3f46,-0xfd,-_0x4b3a3d._0x41fc21,-0x16a)]=!![],await _0x4275be[_0x3dee4f(-0xc5,-_0x4b3a3d._0x2590ae,-0x147,-_0x4b3a3d._0x1286e1)](_0x5ac1c6,_0x4db632),await _0x4275be['writeFile'](_0x16b70c,_0x4371f9,'utf-8');if(_0x3a2586[_0x3dee4f(-0x94,-0xd5,-_0x4b3a3d._0xff2bcf,-_0x4b3a3d._0x2221ad)](_0x328083,undefined)&&_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x5d3ee1,-0xc5,-0x9a,-0xb)](_0x328083,null)){if(_0x3a2586[_0x3dee4f(-0x10e,-0x199,-_0x4b3a3d._0x593ceb,-0x156)](_0x3a2586[_0x25e37b(-_0x4b3a3d._0x31b6f2,-_0x4b3a3d._0x5609c1,-_0x4b3a3d._0x12254a,-0xae)],_0x3a2586[_0x25e37b(-0x10c,-0x11a,-_0x4b3a3d._0x3351af,-0x171)])){const _0x3faa46={};return _0x3faa46[_0x25e37b(-_0x4b3a3d._0x31a08a,-_0x4b3a3d._0x574052,-_0x4b3a3d._0x5326a5,-_0x4b3a3d._0x40bac2)]=_0x3a2586[_0x3dee4f(-0xf8,-_0x4b3a3d._0x58e529,-_0x4b3a3d._0x4beb78,-_0x4b3a3d._0x4fe5b0)],_0x3faa46[_0x3dee4f(-_0x4b3a3d._0x4941aa,-_0x4b3a3d._0x568b1b,-_0x4b3a3d._0x42d040,-_0x4b3a3d._0xdba87e)]=_0x3a2586[_0x3dee4f(-0x147,-_0x4b3a3d._0x5a00b9,-0xb2,-_0x4b3a3d._0x306fce)],_0x5d19f8[_0x25e37b(-0x9f,-0xbe,-0x10d,-_0x4b3a3d._0x222593)](0x1*0x1301+-0x59+-0x223*0x8)[_0x3dee4f(-0x67,-_0x4b3a3d._0x3a28a3,0xc,-_0x4b3a3d._0x267121)](_0x3faa46);}else await _0x4275be[_0x25e37b(-_0x4b3a3d._0x10dd79,-0x1be,-0x213,-_0x4b3a3d._0x5eabb9)](_0x3e671d,JSON[_0x25e37b(-_0x4b3a3d._0x5cd630,-0x12e,-_0x4b3a3d._0x447a4a,-0x104)](_0x328083,null,-0xceb*0x3+-0x701+0x2dc4),_0x3a2586[_0x25e37b(-0x2d,0xe,0xa,-0x87)]);}const _0x513302={};_0x513302[_0x3dee4f(-0xf9,-0x115,-_0x4b3a3d._0xf392a1,-0x17a)]=_0x4127a8[_0x25e37b(-0x12f,-0x175,-_0x4b3a3d._0x35d9ac,-0x115)],_0x513302[_0x25e37b(-0x17d,-_0x4b3a3d._0x5c1503,-_0x4b3a3d._0x55caa4,-_0x4b3a3d._0x2e32a0)+'t']=_0x618d97,_0x513302[_0x25e37b(-0xfe,-_0x4b3a3d._0x18b0fe,-0x17c,-_0x4b3a3d._0x30c621)]=_0x194597,_0x513302['userId']=_0xac51f1['id'],logger['info'](_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x25c82d,-_0x4b3a3d._0x23e3df,-0x93,-_0x4b3a3d._0x2c3b8b)],_0x513302);const _0x132349={};_0x132349[_0x3dee4f(-_0x4b3a3d._0x5116e9,-_0x4b3a3d._0x4d8e46,-_0x4b3a3d._0x32edaf,-_0x4b3a3d._0xb71e25)]=!![],_0x132349['name']=_0x194597,_0x132349['environmen'+'t']=_0x618d97,_0x132349[_0x25e37b(-0x12c,-0x162,-_0x4b3a3d._0x34efbb,-_0x4b3a3d._0x3e188c)]=_0x3ecc70,_0x132349['updatedByT'+_0x3dee4f(-_0x4b3a3d._0x523ac1,-_0x4b3a3d._0x253e58,-0x100,-_0x4b3a3d._0x42f271)]=_0x4127a8[_0x25e37b(-0x160,-_0x4b3a3d._0x3bb75b,-0x14a,-0x115)],_0x132349[_0x25e37b(-_0x4b3a3d._0xcdbe4c,-0x149,-0x188,-_0x4b3a3d._0x19ada3)+_0x25e37b(-0x43,-0x89,-0x2b,-_0x4b3a3d._0x4d346d)]=_0xac51f1['id'],_0x45b422[_0x25e37b(-_0x4b3a3d._0x4c4923,-_0x4b3a3d._0x2bc00b,-_0x4b3a3d._0x1a8b64,-0x83)](_0x132349);}else{const _0xbc21d3={};_0xbc21d3['taskId']=_0xda51ec[_0x25e37b(-0x191,-0xcd,-_0x4b3a3d._0x9ed45d,-_0x4b3a3d._0x5335a1)],_0xbc21d3[_0x25e37b(-0x172,-0xf6,-_0x4b3a3d._0xd6901d,-_0x4b3a3d._0x2e32a0)+'t']=_0x2eb5d9,_0xbc21d3[_0x25e37b(-_0x4b3a3d._0x18f0c9,-_0x4b3a3d._0x3dfe9d,-0x206,-_0x4b3a3d._0x30c621)]=_0x22980e,_0xbc21d3['error']=_0x39a66[_0x25e37b(-_0x4b3a3d._0x2590ae,-_0x4b3a3d._0x16ad9c,-_0x4b3a3d._0x3ba94e,-0x8e)],_0x5a0fbd['error'](_0x3a2586['oAZeX'],_0xbc21d3);const _0x5ec181={};_0x5ec181['error']=_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x466ab8,-_0x4b3a3d._0x5d18ff,-_0x4b3a3d._0xff56af,-0x1b7)],_0x5ec181[_0x3dee4f(-0x72,-_0x4b3a3d._0x496bf0,-_0x4b3a3d._0xd63ee4,-_0x4b3a3d._0x259dc7)]=_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x515801,-_0x4b3a3d._0x9c1e14,-_0x4b3a3d._0x4ab1ff,-_0x4b3a3d._0xe329e)],_0x6cd512[_0x25e37b(-0x112,-_0x4b3a3d._0x33850b,-_0x4b3a3d._0x3db2fb,-_0x4b3a3d._0x369568)](0x26c9*0x1+0x455+0x3be*-0xb)['json'](_0x5ec181);}}catch(_0x27970a){if(_0x3a2586[_0x25e37b(-0x6d,-_0x4b3a3d._0x3bfd80,-_0x4b3a3d._0x10dd56,-0xb8)](_0x3a2586[_0x3dee4f(-_0x4b3a3d._0x16aa0f,-_0x4b3a3d._0x523e1b,-_0x4b3a3d._0x3b31f0,-_0x4b3a3d._0x1c1050)],'hEgGb')){if(_0x3a2586[_0x25e37b(-_0x4b3a3d._0x1f4dee,-0x167,-_0x4b3a3d._0x5a449d,-0x12a)](_0x11fec9[_0x3dee4f(-0x61,-0x9e,-_0x4b3a3d._0x415175,-_0x4b3a3d._0x3ad020)],_0x3a2586[_0x25e37b(-_0x4b3a3d._0x2dbf52,-0x16b,-_0x4b3a3d._0x9bb4e7,-0x126)])){const _0x27627d={};_0x27627d[_0x3dee4f(-_0x4b3a3d._0x1a89bf,-_0x4b3a3d._0x7fea45,-_0x4b3a3d._0xb06ed,-0x1b4)]=[],_0x27627d['environmen'+'t']=_0x4ed3ae,_0x565744[_0x3dee4f(-0x67,_0x4b3a3d._0x33a4a9,-0x63,0x26)](_0x27627d);}else{const _0x21b5e5={};_0x21b5e5[_0x3dee4f(-_0x4b3a3d._0xb71e25,-_0x4b3a3d._0x4be3e4,-_0x4b3a3d._0x4dc783,-0xbe)]=_0x1a340c[_0x3dee4f(-0xf9,-_0x4b3a3d._0x10198c,-_0x4b3a3d._0x481b45,-_0x4b3a3d._0x3a3d68)],_0x21b5e5['environmen'+'t']=_0x5f35cd,_0x21b5e5[_0x25e37b(-_0x4b3a3d._0x3d926d,-_0x4b3a3d._0x4645ea,-_0x4b3a3d._0x19bf25,-0x181)]=_0x43992f[_0x3dee4f(-0x72,0x3,-_0x4b3a3d._0x83a67e,-_0x4b3a3d._0x3b30a8)],_0x41aa62[_0x3dee4f(-0x165,-0x17e,-_0x4b3a3d._0x23bb8f,-0x14f)](_0x3a2586[_0x25e37b(-0x121,-_0x4b3a3d._0x1812e7,-0x12d,-_0x4b3a3d._0x415175)],_0x21b5e5);const _0x1577be={};_0x1577be[_0x3dee4f(-_0x4b3a3d._0x4329c3,-0x1e5,-_0x4b3a3d._0x575c49,-_0x4b3a3d._0x2f3c67)]=_0x3a2586[_0x25e37b(-_0x4b3a3d._0x565f03,-_0x4b3a3d._0x120a5f,-_0x4b3a3d._0x3dfa24,-_0x4b3a3d._0x5cf829)],_0x1577be['message']=_0x3a2586['ksYnL'],_0x437265[_0x25e37b(-0x97,-0x3c,-_0x4b3a3d._0x10db42,-_0x4b3a3d._0x369568)](0xdd8+0x7d7+-0x13bb)['json'](_0x1577be);}}else{const _0x42390b={};_0x42390b['taskId']=_0x4127a8[_0x3dee4f(-0xf9,-0x81,-0xdb,-_0x4b3a3d._0x5afa00)],_0x42390b[_0x25e37b(-0xc1,-0x1c2,-_0x4b3a3d._0x4caa2e,-_0x4b3a3d._0x36798c)+'t']=_0x618d97,_0x42390b[_0x25e37b(-_0x4b3a3d._0x41e011,-0x11d,-_0x4b3a3d._0x4964ea,-0x194)]=_0x194597,_0x42390b[_0x3dee4f(-_0x4b3a3d._0x2c9886,-_0x4b3a3d._0x1bf185,-_0x4b3a3d._0x17c96b,-_0x4b3a3d._0x335960)]=_0x27970a[_0x3dee4f(-_0x4b3a3d._0x4941aa,-_0x4b3a3d._0x7de4c0,-0xbc,-_0x4b3a3d._0x163fb8)],logger[_0x25e37b(-_0x4b3a3d._0x1f7136,-_0x4b3a3d._0x239d17,-0x109,-_0x4b3a3d._0xe2cddd)](_0x3a2586[_0x3dee4f(-0x78,-0x27,-0x99,-_0x4b3a3d._0x2bb732)],_0x42390b);const _0x423c42={};_0x423c42[_0x25e37b(-0x1c3,-_0x4b3a3d._0x54c224,-_0x4b3a3d._0x4329c3,-0x181)]=_0x3a2586[_0x25e37b(-0x215,-_0x4b3a3d._0xb558b4,-_0x4b3a3d._0x16d8a5,-_0x4b3a3d._0x4bae9f)],_0x423c42[_0x25e37b(-0xf0,-_0x4b3a3d._0x465c7a,-_0x4b3a3d._0x1bc5eb,-0x8e)]=_0x3a2586[_0x25e37b(-0xc8,-0xfc,-0x83,-_0x4b3a3d._0x16ad9c)],_0x45b422['status'](-0x2a5*0x1+0x123*0x18+0x1*-0x16af)[_0x25e37b(-_0x4b3a3d._0x1a8b64,0x3,-_0x4b3a3d._0x5d4dfa,-_0x4b3a3d._0x583799)](_0x423c42);}}}),router[_0x55b1bf(0x3c9,0x3e8,0x45e,0x421)](_0x35d829(0x60a,0x4fb,0x579,0x5f6)+_0x55b1bf(0x4b2,0x491,0x4ca,0x4ef),requireTaskAuth,requireTemplatesPermission,async(_0x144211,_0x5bf8ed)=>{const _0x51c394={_0x3bbea1:0x98,_0x280a32:0x10d,_0x10a55f:0xe1,_0x3450d3:0x97,_0x4303a5:0x194,_0x4d8425:0xca,_0x3c7141:0x15c,_0x3d60f4:0x1d6,_0x58db01:0x193,_0x42811f:0x8c,_0x57b7fa:0x13a,_0x5eea46:0xef,_0x214674:0xb1,_0x5a262c:0xd3,_0x41cf3b:0x11e,_0x5ebf50:0x121,_0x4f392e:0x120,_0x59c77f:0xd5,_0x3e3b85:0xaf,_0x38aecd:0xce,_0x17c215:0xb1,_0x3e3a05:0x113,_0x3768ca:0xcc,_0x3063a9:0xcd,_0x5d5fc7:0xa6,_0x34efed:0x23,_0x135c44:0x14e,_0x5b3cb5:0x113,_0x49a95d:0xe6,_0x36914e:0x173,_0x1e653d:0xba,_0x4fc46d:0x176,_0x3693b4:0xd0,_0x210e8a:0xe8,_0x11bea8:0x95,_0x2b2cab:0xd7,_0x5f5600:0xb6,_0x1ecaab:0x9d,_0x466179:0x10d,_0xcdc93:0x76,_0x456bf6:0xa1,_0x442813:0x40,_0x29df21:0x11,_0x5974a8:0x85,_0x500cb9:0xdd,_0x572c69:0x162,_0x93ad0b:0x163,_0x3d6480:0x13b,_0x3c0d81:0x17e,_0x1f741f:0x1b7,_0xb3d948:0xe9,_0x408d26:0xd5,_0x1de2ad:0x13f,_0x21dfca:0xb7,_0x195954:0x118,_0x2fe200:0x68,_0x59c917:0x9a,_0x3533c2:0x141,_0x37a9b4:0x4,_0x3b1116:0x97,_0x3d4ef9:0x1b6,_0x5341e8:0x143,_0x40708c:0x138,_0x34cca9:0xe4,_0x5a7895:0x12d,_0x266125:0x1f,_0xa26380:0x52,_0x20717b:0xfa,_0x36f9f9:0xd3,_0x15470d:0x123,_0x37a24a:0x108,_0x147ad2:0x170,_0x478f9e:0x1a5,_0xd3ac29:0xf0,_0x5d5f5b:0x12a,_0x342946:0x193,_0x5a0a31:0x190,_0x3fbd51:0xe3,_0x20ff5c:0x15d,_0x28590c:0x18a,_0x5c734b:0x1d3,_0x2820dd:0xf6,_0x1a3fb5:0x184,_0x1835ca:0x1c2,_0x56b8e0:0x67,_0x38f358:0xbe,_0x331495:0xc5,_0x1e4441:0xdf,_0x1938fc:0x53,_0x2336bf:0xb,_0x50f388:0x38,_0x51c9a8:0x142,_0x35e36e:0x164,_0x20efe3:0xc5,_0x38b540:0xc,_0x1789c2:0x16,_0x4794a1:0x142,_0x39e141:0x5e,_0x1c93d2:0x42,_0x5ad9b2:0x53,_0x55ab4a:0xa7,_0x437a1f:0xfc,_0x1bc95c:0xe0,_0x57838f:0xcb,_0x2779e6:0xa2,_0x10b486:0x1b1,_0x1ac38a:0xde,_0x1193ff:0x106,_0x3145c1:0x4c,_0x506603:0x6f,_0x1dbd3f:0x8c,_0xce4deb:0xfb,_0xb9428d:0xf8,_0x389d9b:0xfe,_0x23dca5:0x18b,_0x2c5f53:0x16e,_0x3f92d7:0xde,_0x48c6d9:0x13b,_0xd9180e:0xc9,_0x1d467c:0xa8,_0x468fd7:0x11e,_0x2a8bc8:0x125,_0x4df261:0x171,_0xdc10d5:0xe5,_0x1b2917:0x4a,_0x367a64:0x41,_0x4a2bb9:0x13,_0x1f9021:0xa5,_0x3cd819:0x188,_0x48a286:0x13c,_0x10ef73:0x166,_0x56b237:0x169,_0x44ce88:0x5f,_0x4dde01:0x13f,_0x281b93:0x152,_0x592b1b:0x10a,_0xb7cdec:0x151,_0x3de167:0x19f,_0xd99715:0xfb,_0xefe173:0x125,_0x36f869:0xe7,_0x4c7e7f:0x126,_0x56e572:0xaa,_0x2ce1db:0xbe,_0x40d44c:0x55,_0x37c1e8:0xf8,_0x608924:0x8a,_0x48261f:0x41,_0x55d831:0x9c,_0x3e22c2:0xe6,_0x20644e:0x10a,_0x18e33c:0x7b,_0x45b662:0x100,_0x2aaf38:0x17a,_0x572d71:0x91,_0x598189:0x82,_0x219058:0x13f,_0x3978b8:0x100,_0x1ec538:0x8b,_0x334af1:0x15,_0x49d006:0x76,_0x20f87c:0x13f,_0xb32b1a:0x146,_0x355c34:0x11c,_0x120158:0xe4,_0x37df58:0x86,_0x5bd64d:0x5c,_0x404017:0xf3,_0x148275:0x48,_0x29e124:0xb9,_0x50caf8:0x10e,_0x16ae9d:0x172,_0x1c8938:0x3d,_0x44dfda:0xc0,_0x4aa294:0x11e,_0x39e595:0xa9,_0x35bae1:0x129,_0x32be18:0x84,_0x4e9dba:0x19d,_0xd91fd7:0x16b,_0x4abf74:0x1b8,_0x20db8b:0x1aa,_0x111f5a:0x197,_0x3a83f9:0x12d,_0x512362:0x102,_0x5ece2f:0x149,_0x32e063:0x12e,_0x51bd60:0x7b},_0x45a3ae={_0x42cf07:0x134,_0xdfadc7:0xaf},_0x15ae21={};_0x15ae21[_0x53c607(-0xf5,-0xf6,-_0x51c394._0x3bbea1,-0x12b)]=_0x53c607(-_0x51c394._0x280a32,-_0x51c394._0x10a55f,-0x90,-_0x51c394._0x3450d3),_0x15ae21['DLeYi']='Environmen'+_0x42166a(-0xd4,-0x122,-_0x51c394._0x4303a5,-_0x51c394._0x4d8425)+'d',_0x15ae21[_0x42166a(-0x175,-0x199,-_0x51c394._0x3c7141,-_0x51c394._0x3d60f4)]=_0x53c607(-0xaa,-0xb5,-0x4d,-0x90)+'erver\x20Erro'+'r',_0x15ae21[_0x53c607(-_0x51c394._0x58db01,-0x117,-0x101,-_0x51c394._0x42811f)]=function(_0x2f9e8f,_0x565a64){return _0x2f9e8f!==_0x565a64;},_0x15ae21[_0x53c607(-_0x51c394._0x57b7fa,-0x133,-_0x51c394._0x5eea46,-_0x51c394._0x214674)]='VhBMo',_0x15ae21[_0x53c607(-_0x51c394._0x5a262c,-0x46,-0x6c,-0x5d)]='Bad\x20Reques'+'t',_0x15ae21[_0x42166a(-0xa,-0x9a,-_0x51c394._0x41cf3b,-_0x51c394._0x5ebf50)]='Invalid\x20te'+_0x42166a(-_0x51c394._0x4f392e,-_0x51c394._0x59c77f,-0x80,-_0x51c394._0x3e3b85)+'e',_0x15ae21[_0x53c607(0x4b,-0x42,-0xc9,-_0x51c394._0x38aecd)]=function(_0x2ef441,_0x43f84b){return _0x2ef441!==_0x43f84b;},_0x15ae21[_0x53c607(-0x8e,-_0x51c394._0x17c215,-0xd5,-0x9c)]=_0x42166a(-0x171,-_0x51c394._0x3e3a05,-_0x51c394._0x3768ca,-0xed),_0x15ae21['iOsXu']='Template\x20d'+_0x42166a(-_0x51c394._0x3063a9,-0xab,-_0x51c394._0x5d5fc7,-_0x51c394._0x34efed)+_0x53c607(-0x18f,-0x146,-_0x51c394._0x135c44,-0x108),_0x15ae21[_0x42166a(-0x104,-0x13c,-_0x51c394._0x5b3cb5,-0x1c6)]='kiCOn',_0x15ae21[_0x42166a(-0x93,-_0x51c394._0x49a95d,-0x58,-0x9a)]=function(_0xa99197,_0x346592){return _0xa99197===_0x346592;},_0x15ae21[_0x53c607(-0x159,-0x10f,-_0x51c394._0x36914e,-_0x51c394._0x1e653d)]=_0x53c607(-0xba,-0x114,-_0x51c394._0x4fc46d,-0x91),_0x15ae21['lczxn']=_0x42166a(-0xe2,-0x10a,-_0x51c394._0x3693b4,-_0x51c394._0x210e8a)+'delete\x20tem'+_0x42166a(-_0x51c394._0x11bea8,-_0x51c394._0x2b2cab,-_0x51c394._0x5f5600,-_0x51c394._0x1ecaab);const _0x2ede5b=_0x15ae21,{callingTask:_0x55364f,taskUser:_0x495982,environmentName:_0x32c8d8,environmentPath:_0x2f177c}=_0x144211,{name:_0x48e5e1}=_0x144211[_0x53c607(-0x185,-0x10a,-0x10a,-_0x51c394._0x466179)];if(_0x48e5e1[_0x42166a(-_0x51c394._0xcdc93,-_0x51c394._0x456bf6,-0x91,-_0x51c394._0x442813)]('/')||_0x48e5e1[_0x53c607(-_0x51c394._0x29df21,-0x56,0x41,-_0x51c394._0x5974a8)]('\x5c')||_0x48e5e1[_0x42166a(-0x8a,-0xa1,-_0x51c394._0x442813,-0xab)]('..')){if(_0x2ede5b[_0x42166a(-_0x51c394._0x500cb9,-_0x51c394._0x572c69,-_0x51c394._0x93ad0b,-_0x51c394._0x3d6480)](_0x42166a(-0x17b,-0x171,-0x193,-0x10d),_0x2ede5b[_0x42166a(-0x1c4,-_0x51c394._0x3c0d81,-_0x51c394._0x1f741f,-_0x51c394._0xb3d948)])){const _0x48ba72={};return _0x48ba72[_0x53c607(-_0x51c394._0x408d26,-_0x51c394._0x1de2ad,-0xab,-0x1ae)]=_0x2ede5b['kNXmM'],_0x48ba72[_0x42166a(-0x6c,-_0x51c394._0x3450d3,-_0x51c394._0x21dfca,-_0x51c394._0x195954)]=_0x2ede5b[_0x42166a(-_0x51c394._0x2fe200,-_0x51c394._0x59c917,-0x52,-0xbd)],_0x5bf8ed['status'](-0x18df+-0x1c*0x151+0x21*0x1eb)['json'](_0x48ba72);}else{const _0xc970d={};_0xc970d['error']=_0x2ede5b[_0x42166a(-0xae,-_0x51c394._0x3533c2,-0xcb,-0xfd)],_0xc970d[_0x42166a(-_0x51c394._0x37a9b4,-_0x51c394._0x3b1116,-0x61,-0xf2)]=_0x42166a(-_0x51c394._0x3d4ef9,-_0x51c394._0x5341e8,-0xdf,-0xfb)+_0x46688f+(_0x42166a(-_0x51c394._0x40708c,-_0x51c394._0x34cca9,-0x134,-_0x51c394._0x5a7895)+'d'),_0x1ed5fa[_0x53c607(_0x51c394._0x266125,-0x77,-_0x51c394._0xa26380,-_0x51c394._0x20717b)](0x13ec+-0x1218+-0x40)['json'](_0xc970d);}}const _0x1bc661={};_0x1bc661[_0x53c607(-0x7e,-_0x51c394._0x36f9f9,-0xd3,-_0x51c394._0x15470d)]=_0x55364f[_0x42166a(-_0x51c394._0x37a24a,-_0x51c394._0x41cf3b,-_0x51c394._0x147ad2,-_0x51c394._0x478f9e)];function _0x53c607(_0x2017a3,_0x4ef61b,_0x4d990b,_0x200d65){return _0x35d829(_0x4d990b,_0x4ef61b-_0x45a3ae._0x42cf07,_0x4ef61b- -0x667,_0x200d65-_0x45a3ae._0xdfadc7);}_0x1bc661[_0x53c607(-0x121,-_0x51c394._0xd3ac29,-_0x51c394._0x500cb9,-_0x51c394._0x5d5f5b)+'t']=_0x32c8d8,_0x1bc661[_0x42166a(-0x190,-0x19d,-_0x51c394._0x342946,-_0x51c394._0x5a0a31)]=_0x48e5e1,_0x1bc661[_0x42166a(-_0x51c394._0x3fbd51,-_0x51c394._0x20ff5c,-_0x51c394._0x28590c,-_0x51c394._0x5c734b)]=_0x495982['id'];function _0x42166a(_0x319647,_0x1c063b,_0x5ee846,_0x55421a){return _0x55b1bf(_0x1c063b- -0x560,_0x5ee846,_0x5ee846-0x90,_0x55421a-0x94);}logger['info'](_0x42166a(-_0x51c394._0x2820dd,-_0x51c394._0x1a3fb5,-_0x51c394._0x1835ca,-0x17e)+_0x53c607(-_0x51c394._0x56b8e0,-0xac,-_0x51c394._0x38f358,-0x4f)+'te',_0x1bc661);const _0x538205=_0x1ee083[_0x42166a(-0x52,-_0x51c394._0x331495,-0xf5,-_0x51c394._0x1e4441)](_0x2f177c,_0x53c607(-0xac,-_0x51c394._0x1938fc,-0x9e,-_0x51c394._0x2336bf)+'ates'),_0x55e698=_0x1ee083[_0x42166a(-_0x51c394._0x56b8e0,-_0x51c394._0x331495,-_0x51c394._0x50f388,-0x12d)](_0x538205,_0x48e5e1+_0x42166a(-0xbe,-_0x51c394._0x51c9a8,-0x137,-_0x51c394._0x35e36e)),_0x10f6e0=_0x1ee083[_0x42166a(-0x8f,-_0x51c394._0x20efe3,-0x139,-_0x51c394._0x38aecd)](_0x538205,_0x48e5e1+'.json');try{await _0x4275be[_0x53c607(-_0x51c394._0x38b540,-0x6f,-_0x51c394._0x1789c2,-_0x51c394._0x56b8e0)](_0x55e698),await _0x4275be[_0x53c607(-0x100,-0x100,-_0x51c394._0x4794a1,-0x191)](_0x55e698);try{if(_0x2ede5b[_0x53c607(-_0x51c394._0x39e141,-_0x51c394._0x1c93d2,-0x8b,_0x51c394._0x5ad9b2)](_0x2ede5b[_0x53c607(-0x7f,-0xb1,-0x1f,-_0x51c394._0x55ab4a)],_0x2ede5b[_0x42166a(-0x16b,-_0x51c394._0x437a1f,-0x173,-_0x51c394._0x1bc95c)])){const _0x2e2a1c={};_0x2e2a1c['taskId']=_0x1138dd,_0x2e2a1c['environmen'+'t']=_0x17c8e9['environmen'+'t'],_0x1b8c23[_0x42166a(-0xed,-0xd3,-_0x51c394._0x57838f,-_0x51c394._0x2779e6)](_0x2ede5b['DLeYi'],_0x2e2a1c);const _0x1860cf={};return _0x1860cf[_0x42166a(-_0x51c394._0x10b486,-_0x51c394._0x28590c,-0x1ae,-0x1da)]=_0x2ede5b[_0x42166a(-0xaf,-0x141,-_0x51c394._0x1ac38a,-_0x51c394._0x1193ff)],_0x1860cf[_0x53c607(-0x9b,-_0x51c394._0x3145c1,-_0x51c394._0x29df21,-0x77)]=_0x2ede5b[_0x53c607(-0xd0,-0xa9,-0x78,-0x120)],_0x2b676e[_0x53c607(-0x6c,-0x77,-_0x51c394._0x506603,-0x90)](-0x1e98+-0x53*0x18+0x27f4)[_0x42166a(-0xb2,-_0x51c394._0x1dbd3f,-_0x51c394._0xce4deb,-0x81)](_0x1860cf);}else await _0x4275be['unlink'](_0x10f6e0);}catch{}const _0x449cb8={};_0x449cb8['taskId']=_0x55364f[_0x42166a(-0x8c,-0x11e,-_0x51c394._0xb9428d,-0x166)],_0x449cb8[_0x53c607(-0x153,-0xf0,-0x153,-_0x51c394._0x389d9b)+'t']=_0x32c8d8,_0x449cb8[_0x53c607(-0x144,-0x152,-_0x51c394._0x23dca5,-_0x51c394._0x2c5f53)]=_0x48e5e1,_0x449cb8[_0x42166a(-0x146,-0x15d,-0x1e7,-0x186)]=_0x495982['id'],logger[_0x42166a(-0x107,-_0x51c394._0x3f92d7,-0x5b,-0x77)](_0x2ede5b['iOsXu'],_0x449cb8);const _0x34cd91={};_0x34cd91['success']=!![],_0x34cd91['name']=_0x48e5e1,_0x34cd91[_0x42166a(-0x1d2,-_0x51c394._0x48c6d9,-_0x51c394._0xd9180e,-_0x51c394._0x1d467c)+'t']=_0x32c8d8,_0x34cd91[_0x42166a(-_0x51c394._0x468fd7,-0x156,-0x15f,-0xf7)+_0x53c607(-_0x51c394._0x2a8bc8,-0xbc,-0x6e,-0xd1)]=_0x55364f[_0x42166a(-0x12c,-0x11e,-_0x51c394._0x4df261,-0xe6)],_0x34cd91['deletedByU'+_0x42166a(-_0x51c394._0xdc10d5,-0xa6,-0xca,-0xcf)]=_0x495982['id'],_0x5bf8ed[_0x53c607(_0x51c394._0x1b2917,-_0x51c394._0x367a64,-_0x51c394._0x4a2bb9,-_0x51c394._0x1f9021)](_0x34cd91);}catch(_0x418d4c){if('kiCOn'!==_0x2ede5b[_0x42166a(-_0x51c394._0x3cd819,-_0x51c394._0x48a286,-0xad,-0x123)]){const _0x392e8b={};_0x392e8b[_0x53c607(-0xad,-0xd3,-0x51,-_0x51c394._0x10ef73)]=_0x3680cd['taskId'],_0x392e8b[_0x53c607(-_0x51c394._0x56b237,-_0x51c394._0xd3ac29,-_0x51c394._0x44ce88,-0xe3)+'t']=_0x586a5f,_0x392e8b['error']=_0x48060c['message'],_0x5ae8c0[_0x53c607(-0xf9,-_0x51c394._0x4dde01,-0x136,-_0x51c394._0x5d5f5b)](_0x42166a(-_0x51c394._0x281b93,-_0x51c394._0x592b1b,-_0x51c394._0xb7cdec,-0xfc)+_0x42166a(-0x4c,-0x9f,-0x120,-0x3f)+_0x42166a(-0x134,-0x165,-0x115,-_0x51c394._0x3de167),_0x392e8b);const _0x29067d={};_0x29067d[_0x42166a(-_0x51c394._0xd99715,-0x18a,-0x132,-_0x51c394._0xefe173)]=_0x2ede5b[_0x53c607(-0x16e,-0x14e,-_0x51c394._0x5a7895,-0x1dc)],_0x29067d['message']=_0x53c607(-_0x51c394._0x36f869,-0xbf,-0xdf,-_0x51c394._0x4c7e7f)+'read\x20instr'+_0x53c607(-_0x51c394._0x56e572,-0xb9,-0xd6,-0x25)+'le',_0x1bc1f1[_0x53c607(-_0x51c394._0x2ce1db,-0x77,-_0x51c394._0x40d44c,-_0x51c394._0x37c1e8)](-0x1459+-0x142*0x1d+0x3ac7)[_0x53c607(-_0x51c394._0x608924,-_0x51c394._0x48261f,-0xbf,0x49)](_0x29067d);}else{if(_0x2ede5b[_0x42166a(-_0x51c394._0x55d831,-_0x51c394._0x3e22c2,-_0x51c394._0x20644e,-_0x51c394._0xefe173)](_0x418d4c[_0x53c607(-_0x51c394._0x18e33c,-0x3b,-0xf,-0xc2)],_0x53c607(-0x13b,-0x137,-_0x51c394._0x45b662,-_0x51c394._0x2aaf38))){if(_0x2ede5b[_0x42166a(-_0x51c394._0x572d71,-0x8d,-_0x51c394._0x598189,-0x12)](_0x2ede5b['AIxXb'],_0x2ede5b['AIxXb'])){const _0x2767dd={};_0x2767dd[_0x53c607(-0x1a1,-_0x51c394._0x219058,-_0x51c394._0x3978b8,-_0x51c394._0x3e3b85)]=_0x2ede5b[_0x53c607(-_0x51c394._0x1ec538,-0xf6,-_0x51c394._0x21dfca,-_0x51c394._0x4f392e)],_0x2767dd[_0x42166a(-_0x51c394._0x334af1,-_0x51c394._0x3b1116,-_0x51c394._0x49d006,-_0x51c394._0x56b8e0)]=_0x53c607(-0xec,-_0x51c394._0x37c1e8,-_0x51c394._0x20f87c,-_0x51c394._0xb32b1a)+_0x58294f+(_0x42166a(-_0x51c394._0x355c34,-_0x51c394._0x120158,-0xe0,-_0x51c394._0x37df58)+'d'),_0x3dde26[_0x53c607(-0xc1,-0x77,-_0x51c394._0x5bd64d,-0xef)](0x382+0x228*0x3+0x1*-0x866)[_0x42166a(-0x20,-_0x51c394._0x42811f,-0xfa,-_0x51c394._0x404017)](_0x2767dd);}else{const _0x45c413={};_0x45c413['error']=_0x2ede5b['xBYQv'],_0x45c413[_0x42166a(-_0x51c394._0x148275,-0x97,-_0x51c394._0x29e124,-_0x51c394._0x50caf8)]=_0x42166a(-0xdf,-0x143,-_0x51c394._0x16ae9d,-0xe9)+_0x48e5e1+('\x27\x20not\x20foun'+'d'),_0x5bf8ed[_0x53c607(-0x78,-0x77,-_0x51c394._0x21dfca,-0x3e)](0x14d9+0xf*0x61+-0x4*0x63d)[_0x53c607(_0x51c394._0x1c8938,-0x41,0x2,-_0x51c394._0x572d71)](_0x45c413);}}else{const _0x5f34c4={};_0x5f34c4[_0x42166a(-_0x51c394._0x44dfda,-_0x51c394._0x4aa294,-0x96,-_0x51c394._0x39e595)]=_0x55364f[_0x42166a(-0x194,-0x11e,-_0x51c394._0x35bae1,-0x10d)],_0x5f34c4[_0x53c607(-_0x51c394._0x37df58,-0xf0,-0x15f,-_0x51c394._0x32be18)+'t']=_0x32c8d8,_0x5f34c4[_0x42166a(-0x116,-_0x51c394._0x4e9dba,-_0x51c394._0xd91fd7,-_0x51c394._0x4abf74)]=_0x48e5e1,_0x5f34c4[_0x53c607(-_0x51c394._0x20db8b,-0x13f,-_0x51c394._0x111f5a,-0x194)]=_0x418d4c['message'],logger['error'](_0x2ede5b[_0x53c607(-0xe5,-_0x51c394._0x3a83f9,-0xfe,-0x1ba)],_0x5f34c4);const _0x17b059={};_0x17b059['error']=_0x2ede5b['wmmjY'],_0x17b059['message']=_0x2ede5b[_0x42166a(-_0x51c394._0x512362,-0x178,-_0x51c394._0x5ece2f,-_0x51c394._0x32e063)],_0x5bf8ed['status'](0x1201*0x1+-0x15ba+0x1*0x5ad)[_0x42166a(-_0x51c394._0x51bd60,-0x8c,-0x1a,-0x4a)](_0x17b059);}}}});export default router;
1
+ function _0x2014f7(_0x4e6e76,_0x2dc748,_0x258714,_0x20ffeb){const _0x43ea11={_0x2f0eac:0x3e1};return _0x31f5(_0x20ffeb-_0x43ea11._0x2f0eac,_0x4e6e76);}(function(_0x39eb44,_0x34f545){const _0x1e96dc={_0x57a63d:0x233,_0x539b2e:0x185,_0x133d3e:0x163,_0x3768b9:0x20d,_0x35096a:0x26c,_0x4fa595:0x16e,_0x1ef1ce:0x1bf,_0x3efdf6:0x21e,_0x1c2697:0x13f,_0x2f8e21:0x195,_0x3e6a54:0x17e,_0x297612:0x26b,_0x6d3c17:0x2a4,_0x4197b9:0x142,_0x1e6a05:0x17f,_0x35f305:0x1c2},_0xbd109e={_0x577245:0x29},_0x4e88eb={_0x1d0968:0x3a8};function _0x4e75f0(_0x474b11,_0x1f124b,_0x15fe39,_0x5e17f0){return _0x31f5(_0x15fe39- -_0x4e88eb._0x1d0968,_0x474b11);}const _0x27ef38=_0x39eb44();function _0xced317(_0x425047,_0x129d20,_0x1fda18,_0x3bb84b){return _0x31f5(_0x1fda18- -_0xbd109e._0x577245,_0x425047);}while(!![]){try{const _0x206c17=-parseInt(_0x4e75f0(-0x158,-0x1e2,-0x1a6,-_0x1e96dc._0x57a63d))/(0x980+-0x1811*0x1+-0x1*-0xe92)+-parseInt(_0x4e75f0(-0x190,-0x171,-0x1b0,-0x1a7))/(-0x1*0x12ad+0x235+0x107a)*(parseInt(_0x4e75f0(-0x169,-0x198,-_0x1e96dc._0x539b2e,-0x1e8))/(-0x2d2*0xa+-0x1*-0x2336+-0x6ff))+parseInt(_0xced317(0x1a1,_0x1e96dc._0x133d3e,0x192,0x1d5))/(-0x139e+-0x2604+0x39a6)*(parseInt(_0xced317(_0x1e96dc._0x3768b9,_0x1e96dc._0x35096a,0x21b,0x243))/(-0x207c+-0x79d*0x2+0x2fbb))+-parseInt(_0xced317(0x10a,0x159,_0x1e96dc._0x4fa595,0x14f))/(0x10*0x1cf+-0x1ecf+0x1e5)+-parseInt(_0x4e75f0(-0x292,-_0x1e96dc._0x1ef1ce,-0x218,-0x1e1))/(0x974+0x132b+-0x1c98)*(-parseInt(_0x4e75f0(-0x244,-0x1bc,-_0x1e96dc._0x3efdf6,-0x24c))/(0xbc0+0x1038+-0x1bf0))+parseInt(_0xced317(_0x1e96dc._0x1c2697,_0x1e96dc._0x2f8e21,0x1ca,0x24a))/(-0x875+-0x207d+-0xd*-0x327)*(-parseInt(_0xced317(0x190,0x119,0x1a2,_0x1e96dc._0x3e6a54))/(0x4*0x6c7+0x1dc2*0x1+-0x38d4))+-parseInt(_0xced317(0x231,0x2ca,_0x1e96dc._0x297612,_0x1e96dc._0x6d3c17))/(-0xe69+-0x107b+0x1eef)*(-parseInt(_0xced317(_0x1e96dc._0x4197b9,0x201,_0x1e96dc._0x1e6a05,_0x1e96dc._0x35f305))/(0x2*0xa4+0x118f+0x1*-0x12cb));if(_0x206c17===_0x34f545)break;else _0x27ef38['push'](_0x27ef38['shift']());}catch(_0x590af7){_0x27ef38['push'](_0x27ef38['shift']());}}}(_0x5458,-0x2890c+0x1b32b+0x8103*0xe));function _0x5458(){const _0x242d4d=['B0vqy2i','AM9PBG','C3rHDhvZ','DxnLCM5HBwu','zunRyMm','DffMzgu','BgLZDcb0zw1WBa','DgfZAW','yxrLCW','C2v0DxbqyxrO','BYbHC3nVy2LHDa','zwXKigLZihjLCq','BNrZoMLUC3rYDq','C3bSAxq','Aw5JBhvKzxm','vxnLCIbSywnRCW','DgLVBNm','v25XCMG','A09zBeW','AfDbENi','A0XsBuK','zNntDvG','uhbAvLi','t2LTDwS','veDiq00','BxbSyxrLig5HBq','DfL0Aha','Dg8GDxbKyxrLia','zgvSzxrLzej5vq','CxrYCey','vw5HDxrOB3jPEG','vNDLvw4','vgfZAYbMzxrJAa','ywnJzxnZ','BwLZC2LVBG','B3qGAw5PDgLHBa','yKv3rfy','mtfLuuzVqNm','wufnvxG','quDftLrtlM1K','q29UDgvUDcbMAq','zwqGzw52AxjVBG','tfP6yvi','BwvZC2fNzq','sw50zxjUywWGuW','DcbPBNn0CNvJDa','zu5cC0y','ufvqvw0','yxnRswq','CujwDNC','zuX4CLG','DgfZA0LK','rxvuqM4','De5HBwu','mtG5nLDsyNnLwG','rfnRuxK','y2fSBgLUz1rHCW','vMvJqNG','Bxfjr2O','Dcb0zw1WBgf0zq','otuYn2z2rK9pua','vgfZAYb1CgrHDa','BM90igHHDMuGCa','Bwv4uMi','B3DUihrHC2SGsq','Eef3Dxe','rhDkCfy','mtu1mtKXmKfAvhPvAa','B3nNsgq','vgfZAYbKzwXLDa','uNnez28','zxjYB3i','Dg9ju09tDhjPBG','DxrMltG','C3vJy2vZCW','BNqGCMvXDwvZDa','DcbPBML0AwfSAq','B3vzq00','z2v0','zgvZy3jPChrPBW','BwvUDa','jYbUB3qGzM91BG','y3jLyxrLzej5','DxbKyxrLzej5va','oda3ndGXmMjrAwL1qq','zxjTAxnZAw9Uia','u1fuqLC','AgfZtwv0ywrHDa','Cgf0Aa','lvrHC2STswqGAa','Dhm6Aw5ZDhj1yW','tMTdruC','uvrAvuC','y29UDgvUDeXLBG','DxbKyxrLzej5vq','CMT5Cu8','qMfKifjLCxvLCW','ig5VDcbMB3vUza','l2LUC3rYDwn0Aq','BvPjsNi','Aw5MBW','rMfPBgvKihrVia','DcbUB3qGzM91BG','nenOuuDmwa','CMvHzcbPBNn0CG','AvP6vgq','DxbKyxrLzef0','D2vJA0e','v0rbCxm','C3rYAw5NAwz5','q0XmB0u','rhjJrhe','igvUDMLYB25Tzq','DxnLCKLK','Dw5SAw5R','v29tzMK','AxvfCgW','CgfYyw1Z','wNzZBKe','mJbHr2P4ENe','rw52AxjVBM1LBG','DKrmvue','uxjpvfy','wgHLuKm','DgfZA3m','Au9fwxC','svfVrK8','Ec10yxnRlwLK','wLfvzLu','zMLSDgvY','AKzfBhq','DgvTCgXHDgvZ','rM9YyMLKzgvU','Bgf0zq','BgrzD0u','twLZC2LUzYbylq','ywXS','CMvHzezPBgu','Dwn0Aw9UCYbMAq','lM1K','ueXuCxu','CMvHzcb0zw1WBa','EMr2qM8','y0rNCxu','yKXWAfa','l3rLBxbSyxrLCW','vLHJC0C','whDJDKm','B2LsvhO','sw52ywXPzcb0yq','CwTgDLG','ru50uLy','BxrUCKW','yuzRCKS','Aw9UCYb1CgrHDa','DgvZihbLCM1PCW','DhLnweW','qMzVr0K','rNHQD0e','odq3otCXu2HqDhPM','ywrLCG','D3jPDgvgAwXL','Cg5YBeu','DenVBMzPzW','mtbMq1bTqNi','s3vvte8','vgfZAYbOyxmGBG','ruXSwMG','rgH6Cuq','y29KzxjdB25MAq','yM9KEq','zKTRzw4','CNvJDgLVBNm','zwXLDgvKigj5ia','nZC5ndG2EM5mA3Pc','EMj1D3y','DfDdsuS','A3nfB3K','sxrvwgO','lMPZB24','Cgf0y2G','uujUy1q','yxrL','zePQAeG','BgvUz3rO','vgfZAYb1C2vYia','D3jPDguGAw5ZDa','u2vYDMLJzsbUBW','sxnTvfq','vgvTCgXHDguGDq','vfmUBwq','D3jPDguGDgvTCa','DcbTyw5Hz2vTzq','uvbTBNm','y3byAM0','ExvxvfO','BwvUDcb0zw1WBa','zuDpruG','D0HYyMO','uM91DgvY','vgvTCgXHDguGza','zgTcqNi','DNPWEuK','C2vYswq','uNPHsNG','vxnLCIbKB2vZia','tg9Tzey','ndC1otH1qMfnAey','BMCGzw52AxjVBG','zwfKzxi','y29Kzq','DgvTCgXHDgu','BM90igzVDw5K','C3vlAwe','zw52AxjVBM1LBG','vgfZAYbVD25LCG','ANnVBG','sKPgAKy','y1fdCLe','lZPUyw1L','uMvxyxu','CNvJDgLVBNmGzG','t290wgq','AgvHzgvYCW','BMfTzq','Aw5NihrLBxbSyq','zhjJvNe','uhngzva','vgfZAY1jzcbOzq','rNvYBNu','rMTIs3K','zxj2zxiGrxjYBW','CgrHDgvKigj5ia','tM90iezVDw5K','y2Xduue','Dwv4AM4','rKfXwLe','CMvHzcbbr0vova','rvvhwM0','wfDyteu','mZu5mdm2nxnyzvLMua','BYbLBNzPCM9UBq','q1H6q0K','zhPdve4','DgfZA1vZzxi','EenQtva','sw52ywXPzcb0zq','BwfW','Chv0','zgvSzxrLihrLBq','rejyuK0','r2XtrLy','vgvTCgXHDguGjW','zw5KC1DPDgG','uufPwKO','BM1LBNqGAw5ZDa','rfDsvvO','BNqGCM91DguGBG','sNP5rxO','tffVCha','yvPWEeC','EMvK','C2P3qMq','Aw9UCW','DgfZAY10zw1WBa','D2fYBG','CgXHDgu','y3rPB25ZihbLCG','zwqGyNKGDgfZAW','y29UDgvUDa','zxHPC3rZ','qMnUy3O','yvnvugC','Bwv0ywrHDge','s3H1B2q','CxrOthG','DLvnCum','Cg5wAMC','AuXOtve','C2SGsuq','CgfYC2u','tNLztK8','BwTKAxi'];_0x5458=function(){return _0x242d4d;};return _0x5458();}import _0x22e0f5 from'express';function _0x31f5(_0x29cfce,_0x253921){_0x29cfce=_0x29cfce-(0x1*-0x15ee+-0x1e55*0x1+0x35c9);const _0x7a7e96=_0x5458();let _0x408e9f=_0x7a7e96[_0x29cfce];if(_0x31f5['okCzgJ']===undefined){var _0x2780d4=function(_0x517f02){const _0x5142d9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3328d6='',_0x25169b='';for(let _0xf72bc0=-0x1fd9*0x1+-0x1*0x382+0x1af*0x15,_0x1d8c6b,_0x38ab06,_0x3f6a65=0x4cb+-0xde+0xc9*-0x5;_0x38ab06=_0x517f02['charAt'](_0x3f6a65++);~_0x38ab06&&(_0x1d8c6b=_0xf72bc0%(0x29b*0xb+-0x19c+-0x3*0x903)?_0x1d8c6b*(0x156f+0x23dc+-0x1*0x390b)+_0x38ab06:_0x38ab06,_0xf72bc0++%(-0xb0c+-0x2529+0x9a5*0x5))?_0x3328d6+=String['fromCharCode'](-0x29*-0x72+-0x414*-0x8+-0x31e3&_0x1d8c6b>>(-(0x2351*-0x1+0x1727*-0x1+0x1e*0x1f3)*_0xf72bc0&-0x2685+-0x181e+0x3*0x14e3)):-0x3b6+0x1000*-0x2+0x51a*0x7){_0x38ab06=_0x5142d9['indexOf'](_0x38ab06);}for(let _0x5ae604=0x2335*-0x1+0x158+-0x21dd*-0x1,_0x48ed2c=_0x3328d6['length'];_0x5ae604<_0x48ed2c;_0x5ae604++){_0x25169b+='%'+('00'+_0x3328d6['charCodeAt'](_0x5ae604)['toString'](-0x9*-0x184+0x507+0xb*-0x1b1))['slice'](-(-0x1ea5+-0x3c*-0x48+0xdc7));}return decodeURIComponent(_0x25169b);};_0x31f5['zpIgof']=_0x2780d4,_0x31f5['kRLMYf']={},_0x31f5['okCzgJ']=!![];}const _0x201dfa=_0x7a7e96[0x1a31+0xc9*0x1d+-0x30f6],_0x159f64=_0x29cfce+_0x201dfa,_0x50f7b4=_0x31f5['kRLMYf'][_0x159f64];return!_0x50f7b4?(_0x408e9f=_0x31f5['zpIgof'](_0x408e9f),_0x31f5['kRLMYf'][_0x159f64]=_0x408e9f):_0x408e9f=_0x50f7b4,_0x408e9f;}function _0x18399e(_0x206970,_0x22edb8,_0x1cb47e,_0x4018a1){const _0x42952b={_0x560344:0x164};return _0x31f5(_0x4018a1- -_0x42952b._0x560344,_0x206970);}import{promises as _0x4eb6b2}from'fs';import _0x42f208 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x22e0f5[_0x2014f7(0x59d,0x59a,0x57a,0x5fc)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x22ee6b){const _0x34915c={_0x292a8f:0x357,_0x25a0bf:0x372,_0x9764b3:0x306},_0x18554c={_0x1ba01f:0xf6,_0x468204:0x1f};function _0x24bd52(_0x98f96f,_0x2b8997,_0x4bd789,_0x1dfd72){return _0x2014f7(_0x2b8997,_0x2b8997-_0x18554c._0x1ba01f,_0x4bd789-_0x18554c._0x468204,_0x98f96f- -0x287);}tasks=_0x22ee6b[_0x24bd52(0x32a,0x315,0x36b,0x33c)];function _0x178118(_0x377e7d,_0x299e0f,_0x29a9f2,_0x1f284e){return _0x2014f7(_0x29a9f2,_0x299e0f-0x178,_0x29a9f2-0x1e6,_0x377e7d- -0x11e);}setupPath=_0x22ee6b['setupPath'],coderConfig=_0x22ee6b[_0x24bd52(_0x34915c._0x292a8f,_0x34915c._0x25a0bf,_0x34915c._0x9764b3,0x31e)+'g'];}export function updateCoderConfig(_0xdba41b){coderConfig=_0xdba41b;}async function requireTaskAuth(_0x5b47b8,_0x2951ff,_0x2becc6){const _0x53a9a1={_0x5e2113:0x282,_0x1b3093:0x18d,_0xa29eb7:0x467,_0x21e4ef:0x453,_0xda480e:0x316,_0x590a2c:0x21b,_0x35dded:0x2bd,_0x58d27f:0x559,_0x53b75e:0x49c,_0x4f4a76:0x519,_0x5674d2:0x49b,_0x98edbe:0x51d,_0x4ff458:0x522,_0x14aa31:0x4ca,_0x2129c1:0x253,_0x4d1aab:0x1e5,_0x435a0e:0x291,_0xc51f11:0x1e4,_0x227448:0x22e,_0x28296a:0x29d,_0x2a36bb:0x279,_0x2fd39b:0x4e4,_0x184013:0x4f2,_0x3a295e:0x462,_0x397f63:0x3e6,_0x980bc5:0x453,_0x214e7d:0x4c6,_0x1ae0cf:0x4cc,_0x163da1:0x49b,_0x1dbe22:0x4fc,_0x1a58c9:0x1fd,_0x13c396:0x15c,_0x1059a3:0x265,_0x17e3a0:0x28c,_0xd56b06:0x1c4,_0x2816b9:0x2af,_0x3d3324:0x286,_0x4a762c:0x26c,_0x493998:0x2d7,_0x239843:0x20e,_0x504ef8:0x41c,_0x3cc2ed:0x4e7,_0x403c03:0x32f,_0x1fca53:0x51f,_0x44a36f:0x4c4,_0x278f16:0x3c5,_0x3e4704:0x3ea,_0x18237f:0x47d,_0x2b070c:0x41c,_0x5850ab:0x25d,_0x182fcc:0x24d,_0x48940e:0x470,_0x328175:0x2d8,_0xad526c:0x210,_0xdea4e:0x18c,_0xc58a22:0x451,_0x1b16a7:0x32c,_0x22afb9:0x42b,_0xfa6bf8:0x446,_0x20b0c1:0x17b,_0x11f3c7:0x1f1,_0x5003d7:0x1dd,_0x360230:0x206,_0x268ea6:0x269,_0x458243:0x221,_0x4511fa:0x1f3,_0x5bbfe9:0x1df,_0x64398a:0x166,_0x4c76cb:0x462,_0x42f9f6:0x484,_0x4ede53:0x27c,_0x5106c4:0x307,_0x490e75:0x238,_0x5d2a00:0x1ea,_0x1d077c:0x48f,_0x1d42dd:0x40a,_0x44bac4:0x3b1,_0x3d7202:0x550,_0x1de1ed:0x55d,_0x4c4241:0x2de,_0x2ed084:0x2c2,_0x7c4d87:0x203,_0x5878b2:0x255,_0x1d1d73:0x198,_0x2d4223:0x19c,_0x4ce791:0x4e0,_0x57bb62:0x4f8,_0x5deaac:0x496,_0x189a6c:0x270,_0x117d8a:0x21f,_0x44e43e:0x213,_0x53ecb0:0x522,_0x2be442:0x3cf,_0x1de5aa:0x2bc,_0x599a31:0x2bc,_0x3b5c68:0x241,_0x128463:0x288,_0x5d9fb4:0x1cd,_0x1b805c:0x4e4,_0x2c6938:0x4a0,_0x316103:0x46f,_0x120d21:0x268,_0x7611:0x4f1,_0x36ce14:0x55a,_0x2c73ca:0x4ab,_0x357e89:0x2de,_0xb31b3d:0x26a,_0x5dc043:0x4f3,_0x55dc42:0x4a4,_0x28eef4:0x25b,_0x3f8acd:0x217,_0x31bb2e:0x23a,_0x35cfd6:0x22d,_0xd1604:0x27e,_0x118726:0x272,_0x3d380b:0x21b,_0x279623:0x226,_0x4410df:0x1c0,_0x4380c1:0x4d4,_0x352675:0x485,_0x406579:0x40e,_0x4783fe:0x2a1,_0x292140:0x2e0,_0x33da07:0x224,_0x293e4f:0x1d0,_0x983658:0x220,_0xb0249f:0x3eb,_0x1c19bb:0x42d,_0x54e171:0x3ba,_0x5b9461:0x562,_0x3fa00a:0x55e,_0x4dd3fa:0x42d,_0x3c6096:0x495,_0x22da22:0x4b4,_0x944562:0x496,_0x41157d:0x44c,_0x4133f0:0x3db,_0x299d0d:0x1eb,_0x5ef4cc:0x296,_0x51b89f:0x221,_0xec6e6a:0x2e1,_0x3f20fc:0x247,_0x24eebc:0x41c,_0x5c1997:0x499,_0x563a94:0x1da,_0xb1cf73:0x17e,_0x79a796:0x42c,_0x2c7daa:0x460,_0x28974b:0x501,_0x5183d3:0x240,_0x19dcd3:0x248,_0x14599b:0x420,_0x2bc110:0x422,_0x33f94c:0x426,_0x486923:0x4c3,_0x3d82a9:0x29d,_0x501947:0x1f9,_0x170f2b:0x1fa,_0x2b267a:0x475,_0x196d4c:0x482,_0x327823:0x45b,_0x8238d3:0x476,_0x11cebc:0x559,_0x35e685:0x1cd,_0x342e8a:0x2c8,_0x3552f4:0x252,_0x4704e6:0x2a5,_0x5b0f5e:0x2ae,_0x1a26eb:0x26e,_0x5c08f:0x2bf,_0x364086:0x272,_0x53ebcd:0x2a7,_0x1cdea6:0x2a1,_0x50e067:0x317,_0x29593c:0x2d2,_0x51b6b5:0x4b1,_0x415670:0x4f6,_0x238a58:0x4b7,_0x1f1bf3:0x21e,_0x42cede:0x1db,_0x47df92:0x2de,_0x58579d:0x34c,_0x57338b:0x2da,_0x4a2f02:0x2ac,_0x1fab24:0x267,_0x44add5:0x270,_0x2dda1b:0x26d,_0x5174cd:0x233,_0x2e65c1:0x2cd,_0x3fdfac:0x432,_0x6d971e:0x434,_0x495072:0x4b3,_0x7c6266:0x457,_0x427878:0x430,_0x427991:0x543,_0x90a77f:0x4f7,_0x1a27ed:0x477},_0x3ac947={_0x136485:0xc5,_0x51aa06:0x15a},_0x3d2bda={_0x452279:0xa0,_0x1479a4:0x121,_0x5e06b2:0x39d},_0x733e71={'HmtdJ':_0x31560c(0x217,_0x53a9a1._0x5e2113,_0x53a9a1._0x1b3093,0x24c),'gleXq':_0x68da07(_0x53a9a1._0xa29eb7,0x48a,_0x53a9a1._0x21e4ef,0x3dd)+'t\x20manageme'+_0x31560c(0x299,_0x53a9a1._0xda480e,_0x53a9a1._0x590a2c,_0x53a9a1._0x35dded)+_0x68da07(_0x53a9a1._0x58d27f,_0x53a9a1._0x53b75e,_0x53a9a1._0x4f4a76,0x4f4)+'ized','kLRmI':_0x68da07(_0x53a9a1._0x5674d2,_0x53a9a1._0x98edbe,_0x53a9a1._0x4ff458,_0x53a9a1._0x14aa31)+'erver\x20Erro'+'r','weckA':_0x31560c(_0x53a9a1._0x2129c1,0x20d,_0x53a9a1._0x4d1aab,_0x53a9a1._0x435a0e)+_0x31560c(_0x53a9a1._0xc51f11,0x1b2,0x264,_0x53a9a1._0x227448)+_0x31560c(_0x53a9a1._0x28296a,0x2c1,0x243,_0x53a9a1._0x2a36bb),'dkBBr':function(_0x3eeabb,_0x242464){return _0x3eeabb===_0x242464;},'PpZVR':_0x68da07(0x537,_0x53a9a1._0x2fd39b,0x525,_0x53a9a1._0x184013),'tWCIK':_0x68da07(_0x53a9a1._0x3a295e,_0x53a9a1._0x397f63,_0x53a9a1._0x980bc5,0x412)+_0x68da07(_0x53a9a1._0x214e7d,_0x53a9a1._0x1ae0cf,_0x53a9a1._0x163da1,_0x53a9a1._0x1dbe22)+_0x31560c(0x1e3,0x1aa,_0x53a9a1._0x1a58c9,0x1b3)+'\x20with\x20unkn'+_0x31560c(0x1d8,_0x53a9a1._0x13c396,_0x53a9a1._0x1059a3,0x161)+'D','kzRUd':_0x31560c(0x22d,0x22c,_0x53a9a1._0x17e3a0,_0x53a9a1._0xd56b06)+_0x31560c(_0x53a9a1._0x2816b9,0x239,0x318,_0x53a9a1._0x3d3324),'uexjn':'QQYNZ','PLTqu':'Task\x20has\x20n'+_0x31560c(0x289,_0x53a9a1._0x4a762c,_0x53a9a1._0x493998,_0x53a9a1._0x239843)+'ent','MBqQZ':_0x68da07(_0x53a9a1._0x504ef8,0x4f0,0x481,_0x53a9a1._0x3cc2ed)+_0x31560c(0x2bd,0x30e,_0x53a9a1._0x403c03,0x279)+_0x68da07(0x4df,0x510,_0x53a9a1._0x1fca53,_0x53a9a1._0x44a36f)+_0x68da07(_0x53a9a1._0x278f16,0x3ef,0x42b,0x3ef),'EuTBn':function(_0x2dd96d,_0x1c0285){return _0x2dd96d(_0x1c0285);},'QAiZJ':function(_0x36dd95,_0x11febd){return _0x36dd95!==_0x11febd;},'DwJpV':_0x68da07(_0x53a9a1._0x3e4704,_0x53a9a1._0x18237f,_0x53a9a1._0x2b070c,0x430),'DhzqD':_0x31560c(0x251,0x29e,_0x53a9a1._0x5850ab,_0x53a9a1._0x182fcc)+_0x68da07(_0x53a9a1._0x48940e,0x4fb,0x4af,0x527),'suKia':_0x31560c(0x2d1,_0x53a9a1._0x328175,0x2f9,0x346)+'ed','oEPcb':_0x31560c(_0x53a9a1._0xad526c,0x264,_0x53a9a1._0xdea4e,0x232)+_0x68da07(0x49a,0x4bf,0x441,_0x53a9a1._0xc58a22)+'d','KdAjU':_0x68da07(0x4d9,0x462,_0x53a9a1._0x44a36f,0x4df)};function _0x31560c(_0x260a7d,_0x86ca38,_0x6f8906,_0x9e6b0e){return _0x2014f7(_0x9e6b0e,_0x86ca38-_0x3d2bda._0x452279,_0x6f8906-_0x3d2bda._0x1479a4,_0x260a7d- -_0x3d2bda._0x5e06b2);}const _0xaf5e95=_0x5b47b8[_0x31560c(0x277,0x303,0x21a,0x2af)][_0x733e71['HmtdJ']];if(!_0xaf5e95){logger[_0x31560c(0x2a1,0x2a5,0x2a0,_0x53a9a1._0x1b16a7)](_0x68da07(_0x53a9a1._0x22afb9,0x408,_0x53a9a1._0x980bc5,_0x53a9a1._0xfa6bf8)+'t\x20manageme'+_0x31560c(0x1e3,0x1c5,_0x53a9a1._0x20b0c1,0x20f)+'\x20missing\x20X'+_0x31560c(_0x53a9a1._0x11f3c7,_0x53a9a1._0x5003d7,0x1ce,_0x53a9a1._0x360230)+_0x31560c(_0x53a9a1._0x268ea6,0x293,_0x53a9a1._0x458243,_0x53a9a1._0x4511fa));const _0x2354c1={};return _0x2354c1[_0x31560c(_0x53a9a1._0x5bbfe9,_0x53a9a1._0x64398a,0x1c8,0x258)]='Unauthoriz'+'ed',_0x2354c1['message']=_0x68da07(0x485,0x46e,_0x53a9a1._0x4c76cb,_0x53a9a1._0x42f9f6)+_0x31560c(_0x53a9a1._0x4ede53,0x2a0,0x225,_0x53a9a1._0x5106c4)+_0x31560c(_0x53a9a1._0x490e75,_0x53a9a1._0x5d2a00,0x1bf,_0x53a9a1._0x17e3a0),_0x2951ff[_0x68da07(0x512,_0x53a9a1._0x1d077c,0x4f8,0x4b2)](0x193b+-0xd86+-0xa24)['json'](_0x2354c1);}if(!tasks){logger['error'](_0x733e71['gleXq']);const _0x2aaf20={};return _0x2aaf20[_0x68da07(0x3c8,_0x53a9a1._0x1d42dd,0x422,_0x53a9a1._0x44bac4)]=_0x733e71[_0x68da07(_0x53a9a1._0x3d7202,0x492,0x50a,_0x53a9a1._0x1de1ed)],_0x2aaf20[_0x31560c(_0x53a9a1._0x4c4241,0x287,_0x53a9a1._0x2ed084,0x262)]=_0x733e71[_0x31560c(_0x53a9a1._0x7c4d87,_0x53a9a1._0x5878b2,_0x53a9a1._0x1d1d73,_0x53a9a1._0x2d4223)],_0x2951ff[_0x68da07(_0x53a9a1._0x4ce791,0x56f,_0x53a9a1._0x57bb62,_0x53a9a1._0x5deaac)](-0x1*0xc41+-0x1*0x9ca+-0x1*-0x17ff)[_0x31560c(_0x53a9a1._0x189a6c,0x2e5,_0x53a9a1._0x117d8a,_0x53a9a1._0x44e43e)](_0x2aaf20);}const _0x34b09c=tasks['get'](_0xaf5e95);if(!_0x34b09c){if(_0x733e71[_0x68da07(_0x53a9a1._0x53ecb0,0x4eb,0x4a4,0x4c6)]('uSpQj',_0x733e71[_0x31560c(0x2c9,0x2bf,0x353,0x326)]))_0x2ea1d8=_0x13ef8a[_0x68da07(_0x53a9a1._0x2be442,0x3e4,0x457,0x42a)],_0x1bb1e7=_0x5d50f1[_0x31560c(_0x53a9a1._0x1de5aa,0x259,0x2ed,_0x53a9a1._0x599a31)],_0x4fe85b=_0x52abac[_0x31560c(_0x53a9a1._0x3b5c68,_0x53a9a1._0x128463,_0x53a9a1._0x5d9fb4,0x299)+'g'];else{const _0x575110={};_0x575110['taskId']=_0xaf5e95,logger[_0x68da07(0x53a,0x54e,_0x53a9a1._0x1b805c,_0x53a9a1._0x2c6938)](_0x733e71[_0x68da07(0x486,_0x53a9a1._0x316103,0x48b,0x4c4)],_0x575110);const _0x51a809={};return _0x51a809[_0x31560c(0x1df,_0x53a9a1._0x120d21,0x161,0x1fc)]=_0x68da07(_0x53a9a1._0x7611,_0x53a9a1._0x36ce14,0x514,_0x53a9a1._0x2c73ca)+'ed',_0x51a809[_0x31560c(_0x53a9a1._0x357e89,0x279,_0x53a9a1._0xb31b3d,0x2a0)]=_0x733e71['kzRUd'],_0x2951ff['status'](-0x2259+0x4ef*0x3+0x151d)['json'](_0x51a809);}}if(!_0x34b09c['environmen'+'t']){if(_0x733e71[_0x68da07(0x465,_0x53a9a1._0x5dc043,_0x53a9a1._0x55dc42,0x4af)](_0x31560c(_0x53a9a1._0x28eef4,_0x53a9a1._0x3f8acd,0x27e,_0x53a9a1._0x31bb2e),_0x733e71[_0x31560c(0x283,_0x53a9a1._0x35cfd6,_0x53a9a1._0xd1604,_0x53a9a1._0x118726)])){const _0x4aad98={};_0x4aad98[_0x31560c(_0x53a9a1._0x3d380b,0x1ee,_0x53a9a1._0x279623,_0x53a9a1._0x4410df)]=[],_0x4aad98[_0x68da07(_0x53a9a1._0x4380c1,_0x53a9a1._0x352675,0x4b1,_0x53a9a1._0x4f4a76)+'t']=_0x23a5f2,_0x1c7de9['json'](_0x4aad98);}else{const _0x491239={};_0x491239[_0x68da07(0x3d1,0x42c,_0x53a9a1._0x406579,0x440)]=_0xaf5e95,logger[_0x31560c(_0x53a9a1._0x4783fe,0x2f1,0x2a9,_0x53a9a1._0x292140)](_0x733e71[_0x31560c(_0x53a9a1._0x33da07,0x2a2,_0x53a9a1._0x293e4f,_0x53a9a1._0x983658)],_0x491239);const _0x5bca44={};return _0x5bca44[_0x68da07(_0x53a9a1._0xb0249f,_0x53a9a1._0x1c19bb,0x422,_0x53a9a1._0x54e171)]='Bad\x20Reques'+'t',_0x5bca44['message']=_0x733e71['MBqQZ'],_0x2951ff[_0x68da07(_0x53a9a1._0x5b9461,0x50a,0x4f8,_0x53a9a1._0x3fa00a)](-0x5*-0x24f+-0x1*-0x632+-0x102d*0x1)['json'](_0x5bca44);}}const _0x4973c5=_0x34b09c[_0x68da07(0x3c3,0x487,_0x53a9a1._0x4dd3fa,_0x53a9a1._0x3c6096)]?.[_0x68da07(_0x53a9a1._0x22da22,_0x53a9a1._0x944562,_0x53a9a1._0x41157d,_0x53a9a1._0x4133f0)],_0x139e88=await _0x733e71[_0x31560c(0x1cc,0x237,_0x53a9a1._0x299d0d,0x164)](findUserById,_0x4973c5);if(!_0x139e88){if(_0x733e71[_0x31560c(_0x53a9a1._0x5ef4cc,_0x53a9a1._0x51b89f,_0x53a9a1._0xec6e6a,_0x53a9a1._0x3f20fc)](_0x68da07(0x436,0x3aa,_0x53a9a1._0x24eebc,_0x53a9a1._0x5c1997),_0x733e71[_0x31560c(_0x53a9a1._0x563a94,0x19e,_0x53a9a1._0xb1cf73,_0x53a9a1._0xd56b06)]))_0x559194=_0x48f1ec;else{const _0x3a1a51={};_0x3a1a51[_0x68da07(0x441,_0x53a9a1._0x79a796,0x40e,_0x53a9a1._0x2c7daa)]=_0xaf5e95,_0x3a1a51['userId']=_0x4973c5,logger[_0x68da07(0x4fd,0x4ad,0x4e4,_0x53a9a1._0x28974b)](_0x733e71[_0x31560c(_0x53a9a1._0x5183d3,0x218,0x2bf,_0x53a9a1._0x19dcd3)],_0x3a1a51);const _0xe3db4a={};return _0xe3db4a[_0x68da07(0x3ff,_0x53a9a1._0x14599b,_0x53a9a1._0x2bc110,_0x53a9a1._0x33f94c)]=_0x733e71[_0x68da07(_0x53a9a1._0x28974b,_0x53a9a1._0x486923,0x4b0,0x539)],_0xe3db4a[_0x31560c(_0x53a9a1._0x4c4241,0x31e,0x28a,0x28b)]=_0x31560c(0x26f,0x24f,0x29d,_0x53a9a1._0x3d82a9)+_0x31560c(_0x53a9a1._0x501947,0x174,_0x53a9a1._0x3d380b,_0x53a9a1._0x170f2b),_0x2951ff[_0x68da07(_0x53a9a1._0x2b267a,_0x53a9a1._0x196d4c,0x4f8,0x529)](-0x1b66+-0x3fe+0x20f5)[_0x68da07(_0x53a9a1._0x327823,0x4ad,0x4b3,_0x53a9a1._0x8238d3)](_0xe3db4a);}}_0x5b47b8['callingTas'+'k']=_0x34b09c,_0x5b47b8[_0x68da07(0x4cf,0x535,0x4cf,_0x53a9a1._0x11cebc)]=_0x139e88,_0x5b47b8['environmen'+_0x31560c(_0x53a9a1._0x35e685,0x1d7,0x215,0x251)]=_0x34b09c[_0x31560c(0x26e,0x27e,0x273,0x2e3)+'t'];function _0x68da07(_0x5eaf15,_0x4e2677,_0x3fc5a9,_0x56af51){return _0x2014f7(_0x56af51,_0x4e2677-_0x3ac947._0x136485,_0x3fc5a9-0x14,_0x3fc5a9- -_0x3ac947._0x51aa06);}if(!coderConfig?.['environmen'+'ts']?.[_0x34b09c[_0x31560c(0x26e,_0x53a9a1._0x342e8a,_0x53a9a1._0x3552f4,0x2a3)+'t']]){const _0x410fc1={};_0x410fc1['taskId']=_0xaf5e95,_0x410fc1[_0x31560c(0x26e,_0x53a9a1._0x4704e6,_0x53a9a1._0x5b0f5e,0x21a)+'t']=_0x34b09c[_0x31560c(_0x53a9a1._0x1a26eb,_0x53a9a1._0x5c08f,_0x53a9a1._0x364086,_0x53a9a1._0x53ebcd)+'t'],logger[_0x31560c(_0x53a9a1._0x1cdea6,_0x53a9a1._0x2a36bb,_0x53a9a1._0x50e067,_0x53a9a1._0x29593c)](_0x733e71[_0x68da07(_0x53a9a1._0x51b6b5,0x57a,_0x53a9a1._0x415670,_0x53a9a1._0x238a58)],_0x410fc1);const _0x53542d={};return _0x53542d[_0x31560c(0x1df,0x1ab,_0x53a9a1._0x1f1bf3,_0x53a9a1._0x42cede)]=_0x733e71['KdAjU'],_0x53542d[_0x31560c(_0x53a9a1._0x47df92,_0x53a9a1._0x58579d,_0x53a9a1._0x57338b,_0x53a9a1._0x4a2f02)]=_0x733e71[_0x31560c(0x2b3,_0x53a9a1._0x1fab24,0x32a,0x27c)],_0x2951ff['status'](0x1*0x166b+0x18d9+-0x2db0)[_0x31560c(_0x53a9a1._0x44add5,_0x53a9a1._0x2dda1b,_0x53a9a1._0x5174cd,_0x53a9a1._0x2e65c1)](_0x53542d);}_0x5b47b8[_0x68da07(0x4d6,0x46b,0x4b1,0x497)+_0x68da07(0x4e9,0x500,0x47e,_0x53a9a1._0x3fdfac)]=coderConfig[_0x31560c(0x26e,0x22c,0x24c,_0x53a9a1._0x3b5c68)+'ts'][_0x34b09c[_0x68da07(0x437,_0x53a9a1._0x6d971e,_0x53a9a1._0x51b6b5,_0x53a9a1._0x495072)+'t']],_0x5b47b8[_0x68da07(_0x53a9a1._0x7c6266,_0x53a9a1._0x5c1997,_0x53a9a1._0x51b6b5,_0x53a9a1._0x427878)+'tPath']=_0x42f208[_0x68da07(_0x53a9a1._0x427991,0x48c,_0x53a9a1._0x90a77f,_0x53a9a1._0x1a27ed)](setupPath,'environmen'+'ts',_0x34b09c['environmen'+'t']),_0x2becc6();}async function requireInstructionsPermission(_0x33cd6e,_0x50362b,_0x17be51){const _0x234d22={_0x3b9248:0x14b,_0xad4da8:0x102,_0x24bd3b:0x1b2,_0x260f04:0x1f0,_0x414c1d:0x2ff,_0x56a717:0x19a,_0x4a3f5e:0x132,_0x116732:0x21f,_0x2ce501:0x2c2,_0x27ef09:0x2e0,_0x5b5aa7:0x2e9,_0x51e6e1:0x248,_0x5d1741:0x2c4,_0xb3d4bd:0x263,_0x1ed778:0x150,_0x3e0b49:0xd5,_0xded7b2:0xe0,_0xb63443:0x15,_0x7af229:0x46,_0x1bf2f3:0x1b,_0x3157ea:0x2,_0x4f0bba:0x98,_0x561cdd:0x2fc,_0x177947:0x28f,_0x27ec43:0x316,_0x4b457e:0x2df,_0x372c31:0x2bf,_0xc01d74:0x1f2,_0x1c9857:0x2c3,_0x111dd6:0x31c,_0x44079c:0x28f,_0x239f84:0x1ee,_0x222413:0x202,_0x2c6f20:0x4b,_0x91a9a9:0x27,_0x43fa2d:0x25f,_0x591605:0x1a0,_0x12910d:0x1ec,_0xce8bc4:0xf0,_0x4e635e:0x79,_0x1abf75:0x5,_0xfc7c4:0xd2,_0xa62562:0xf7,_0x7baee1:0x23f,_0x34cc90:0x2b5,_0x2d5741:0x2b0,_0x126e55:0x24b,_0x5d3422:0x14e,_0x28561d:0x10c,_0x75281a:0x176,_0x34805c:0x11d,_0x115c3f:0x23e,_0x3a1af1:0x16d,_0x256079:0x117,_0x3fbc5b:0x139,_0x3ef5ef:0x182},_0x584416={_0x73c5aa:0x1e5,_0x54b00d:0x179},_0x522724={_0x2997db:0x1ef};function _0x17c3e1(_0x3676cc,_0x4f1a51,_0xdd5cd9,_0x556bf0){return _0x2014f7(_0x4f1a51,_0x4f1a51-_0x522724._0x2997db,_0xdd5cd9-0xcb,_0xdd5cd9- -0x37c);}const _0x55aec1={'UMPSa':function(_0x53e13c,_0xded9e5,_0x2d4d56,_0x4f8a10){return _0x53e13c(_0xded9e5,_0x2d4d56,_0x4f8a10);},'cpXjm':_0x3dfd43(0xd4,0xde,_0x234d22._0x3b9248,_0x234d22._0xad4da8)+_0x17c3e1(_0x234d22._0x24bd3b,_0x234d22._0x260f04,0x213,0x1d6)+_0x17c3e1(0x33e,0x354,0x2e4,_0x234d22._0x414c1d),'ksEoy':_0x3dfd43(_0x234d22._0x56a717,_0x234d22._0x4a3f5e,0x149,0x11d)+_0x17c3e1(0x1de,_0x234d22._0x116732,0x229,0x2a1)+_0x17c3e1(_0x234d22._0x2ce501,0x293,_0x234d22._0x27ef09,_0x234d22._0x5b5aa7)+_0x17c3e1(_0x234d22._0x51e6e1,0x29d,_0x234d22._0x5d1741,_0x234d22._0xb3d4bd)+'mission','grvVO':_0x3dfd43(_0x234d22._0x1ed778,_0x234d22._0x3e0b49,0x52,_0x234d22._0xded7b2)+_0x3dfd43(_0x234d22._0xb63443,_0x234d22._0x7af229,0xb4,_0x234d22._0x1bf2f3)+_0x3dfd43(-_0x234d22._0x3157ea,0x5d,0x72,_0x234d22._0x4f0bba)+'to\x20update\x20'+_0x17c3e1(_0x234d22._0x561cdd,0x2dd,_0x234d22._0x177947,_0x234d22._0x27ec43)+'t\x20instruct'+_0x17c3e1(_0x234d22._0x4b457e,0x235,0x2c0,0x2ba),'Bcncz':function(_0x593a80){return _0x593a80();}};if(!await _0x55aec1['UMPSa'](hasPermission,_0x33cd6e[_0x17c3e1(_0x234d22._0x372c31,0x288,0x2ad,0x285)]['id'],_0x55aec1[_0x17c3e1(0x280,0x2a8,0x27b,_0x234d22._0xc01d74)],_0x33cd6e[_0x17c3e1(_0x234d22._0x1c9857,_0x234d22._0x111dd6,_0x234d22._0x44079c,0x214)+_0x17c3e1(0x20b,0x1cf,_0x234d22._0x239f84,_0x234d22._0x222413)])){const _0x22dc27={};_0x22dc27['taskId']=_0x33cd6e[_0x3dfd43(-_0x234d22._0x2c6f20,0x40,-_0x234d22._0x91a9a9,-0x30)+'k'][_0x17c3e1(_0x234d22._0x43fa2d,_0x234d22._0x591605,_0x234d22._0x12910d,0x1ff)],_0x22dc27[_0x3dfd43(_0x234d22._0xce8bc4,_0x234d22._0x4e635e,_0x234d22._0x1abf75,_0x234d22._0xfc7c4)]=_0x33cd6e[_0x17c3e1(0x2f3,0x320,0x2ad,0x338)]['id'],_0x22dc27['username']=_0x33cd6e['taskUser'][_0x3dfd43(0x112,0x126,0x165,_0x234d22._0xa62562)],logger[_0x17c3e1(0x2ae,_0x234d22._0x7baee1,0x2c2,_0x234d22._0x34cc90)](_0x55aec1[_0x17c3e1(_0x234d22._0x2d5741,0x2ab,0x26a,_0x234d22._0x126e55)],_0x22dc27);const _0x43c38c={};return _0x43c38c['error']='Forbidden',_0x43c38c[_0x3dfd43(0xeb,_0x234d22._0x5d3422,_0x234d22._0x28561d,_0x234d22._0x75281a)]=_0x55aec1['grvVO'],_0x50362b[_0x3dfd43(0x179,0x125,_0x234d22._0x34805c,0x1ab)](-0x26d5+0x1*0x142f+0xa7*0x1f)[_0x17c3e1(0x31d,_0x234d22._0x115c3f,0x291,0x29e)](_0x43c38c);}function _0x3dfd43(_0x29db9e,_0x440dee,_0x40cef1,_0xff06de){return _0x2014f7(_0x40cef1,_0x440dee-_0x584416._0x73c5aa,_0x40cef1-_0x584416._0x54b00d,_0x440dee- -0x52d);}_0x55aec1[_0x3dfd43(_0x234d22._0x3a1af1,_0x234d22._0x256079,_0x234d22._0x3fbc5b,_0x234d22._0x3ef5ef)](_0x17be51);}async function requireTemplatesPermission(_0x29575f,_0x138f2f,_0x58ba2a){const _0x509d3b={_0x14b542:0x382,_0x3dae1d:0x385,_0x5bdd69:0x3ea,_0x42729d:0x4c1,_0x170ef:0x42d,_0x3aa2c6:0x445,_0x176dbe:0x334,_0x57d4f8:0x379,_0x4d352b:0x457,_0x213c9e:0x3da,_0x28bea9:0x44d,_0xd07ec6:0x46e,_0x1f9d01:0x2a3,_0x165c9d:0x349,_0x136232:0x4c0,_0x57af29:0x493,_0x389c45:0x3e3,_0xc83f9b:0x44e,_0x2723df:0x47b,_0x49d6b7:0x3f6,_0x571577:0x43d,_0x4a0337:0x277,_0x546110:0x48a,_0x3e77b0:0x3a0,_0xfe15b4:0x425,_0x22ecee:0x396,_0x4d0819:0x3c5,_0x5cc50e:0x567,_0x12c916:0x460,_0x16fdcd:0x42f,_0x29cb18:0x43f,_0xabcf2b:0x482,_0x592095:0x477,_0x15b9af:0x3f2,_0x116e11:0x44c,_0x1e0cfe:0x44e,_0x75f595:0x3c9,_0x2e7db0:0x438,_0x23f347:0x342,_0x766263:0x329,_0x133186:0x497},_0x13c0b1={_0x4b13ad:0x1ee};function _0x14823a(_0x15fc54,_0x3802af,_0x472189,_0x13e6f0){return _0x2014f7(_0x13e6f0,_0x3802af-0x1bf,_0x472189-0xd4,_0x15fc54- -0x11c);}const _0x46ba34={'QrOTV':function(_0x86f8e5,_0x59ee03,_0x3700e4,_0x5e870f){return _0x86f8e5(_0x59ee03,_0x3700e4,_0x5e870f);},'YgIsy':_0x19321d(0x302,_0x509d3b._0x14b542,_0x509d3b._0x3dae1d,_0x509d3b._0x5bdd69)+'ts:templat'+'es','qBVvw':_0x14823a(0x543,0x593,0x580,0x50c)+_0x14823a(0x489,_0x509d3b._0x42729d,0x4f8,0x4c2)+'nts:templa'+_0x14823a(0x4b4,_0x509d3b._0x170ef,0x53c,_0x509d3b._0x3aa2c6)+'sion','iZzTd':'Forbidden','jkcEa':_0x19321d(_0x509d3b._0x176dbe,_0x509d3b._0x57d4f8,0x371,0x35c)+_0x14823a(_0x509d3b._0x4d352b,_0x509d3b._0x213c9e,_0x509d3b._0x28bea9,_0x509d3b._0xd07ec6)+_0x19321d(0x341,0x301,0x27a,_0x509d3b._0x1f9d01)+'to\x20update\x20'+_0x19321d(_0x509d3b._0x165c9d,0x382,0x328,0x355)+_0x14823a(0x454,_0x509d3b._0x136232,0x435,0x404)+'s','DWRUZ':function(_0x415878){return _0x415878();}};if(!await _0x46ba34[_0x14823a(_0x509d3b._0x57af29,0x438,0x518,0x47a)](hasPermission,_0x29575f['taskUser']['id'],_0x46ba34['YgIsy'],_0x29575f[_0x19321d(_0x509d3b._0x389c45,_0x509d3b._0x14b542,0x365,0x367)+_0x14823a(_0x509d3b._0xc83f9b,_0x509d3b._0x2723df,_0x509d3b._0x49d6b7,_0x509d3b._0x571577)])){const _0x529be6={};_0x529be6['taskId']=_0x29575f['callingTas'+'k'][_0x19321d(_0x509d3b._0x4a0337,0x2df,0x26c,0x291)],_0x529be6[_0x14823a(_0x509d3b._0x546110,0x47d,0x517,0x4a1)]=_0x29575f[_0x19321d(0x32f,_0x509d3b._0x3e77b0,_0x509d3b._0xfe15b4,_0x509d3b._0x22ecee)]['id'],_0x529be6['username']=_0x29575f[_0x19321d(0x3ea,_0x509d3b._0x3e77b0,0x3d0,_0x509d3b._0x4d0819)]['username'],logger['warn'](_0x46ba34[_0x14823a(0x565,0x4dc,0x563,_0x509d3b._0x5cc50e)],_0x529be6);const _0x18bd90={};return _0x18bd90[_0x14823a(_0x509d3b._0x12c916,_0x509d3b._0x16fdcd,0x3ff,_0x509d3b._0x29cb18)]=_0x46ba34[_0x14823a(_0x509d3b._0xabcf2b,_0x509d3b._0x592095,0x4a7,0x43d)],_0x18bd90[_0x19321d(0x388,_0x509d3b._0x15b9af,_0x509d3b._0x116e11,_0x509d3b._0x1e0cfe)]=_0x46ba34['jkcEa'],_0x138f2f[_0x19321d(0x354,_0x509d3b._0x75f595,_0x509d3b._0x2e7db0,0x3c7)](0xf30+0xa7f+-0x607*0x4)[_0x19321d(_0x509d3b._0x23f347,0x384,_0x509d3b._0x766263,0x3d2)](_0x18bd90);}function _0x19321d(_0x53f15b,_0x506682,_0x52de3f,_0x3f30bd){return _0x2014f7(_0x3f30bd,_0x506682-_0x13c0b1._0x4b13ad,_0x52de3f-0x192,_0x506682- -0x289);}_0x46ba34[_0x14823a(0x519,_0x509d3b._0x133186,0x4ee,0x592)](_0x58ba2a);}router[_0x18399e(0x69,0x12,0x5b,0x3e)](_0x2014f7(0x5fa,0x61e,0x620,0x597)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5d4aa1,_0x7cb2c2)=>{const _0x1b0aef={_0x29e5cc:0x147,_0x29270c:0x1a0,_0x5478bd:0x4d,_0x5e2415:0x63,_0x1674e5:0x12,_0x2175e8:0x5f,_0x2b6278:0xd,_0x2c5d09:0x67,_0x1d95dc:0xf8,_0xc19ac9:0x10d,_0x302218:0x119,_0x54ceef:0x115,_0x537baf:0x106,_0x309551:0x73,_0x2f5163:0x38,_0x205c4e:0x3b,_0x4c9d53:0x93,_0x65e974:0xb8,_0x386615:0x22,_0x429266:0x7c,_0x2a3fb9:0x7d,_0x57e0c2:0x36,_0x40d29f:0xb1,_0x20c139:0xcf,_0x2db970:0x82,_0x148b97:0xde,_0x318b00:0xda,_0x29432a:0xa5,_0x417e70:0x126,_0x17f299:0x43,_0x8bff9:0x27,_0x3d7350:0x1df,_0x16675d:0x9c,_0x470c62:0x5b,_0x5526df:0x14e,_0x16fe9d:0xd3,_0x5e469b:0x83,_0x22e46c:0x7d,_0x1b87a1:0x3b,_0x2ac7c8:0x46,_0x4d8e31:0x9e,_0x39ea32:0x74,_0x17305f:0x141,_0x47c53f:0x1aa,_0x2b194f:0x48,_0x5cccf8:0x3,_0x3280ae:0x1c,_0x5677bb:0x208,_0x15e0d5:0x13e,_0x52d687:0x16f,_0x52878c:0x1b0,_0x1f4b04:0x146,_0xa94865:0x182,_0x354616:0x1e6,_0x59185a:0x2f,_0x1e70c4:0x5e,_0x5821f5:0x20,_0x386da3:0x1f,_0x20cdd1:0x2c,_0x392f37:0x9d,_0x4dcf37:0xc3,_0x434af3:0xd0,_0x476895:0x53,_0xef24cb:0x59,_0x164af5:0x1e3,_0x1baa3d:0x21a,_0x3fa302:0xd,_0x240247:0x21,_0x2d1e41:0x23,_0x345bac:0x178,_0x486800:0x113,_0x6e2d77:0xfa,_0x21e237:0x1f3,_0x14e4ee:0x216,_0x5eae94:0x15d,_0x1551f9:0x13b,_0x572828:0xde,_0x19fadd:0x69,_0x27e56c:0xa2,_0x2d940b:0xdf,_0x4783e6:0x1ae,_0x222ee5:0x143,_0x9d43e9:0x17d,_0x195db2:0x1b5,_0xa8d158:0x118,_0x575214:0x68,_0x38115f:0xb6,_0x1c163f:0x154,_0x129f9a:0x134,_0x40d7ea:0x1b1,_0x323626:0x1d2,_0x35818e:0x1d9,_0x4e8e93:0x167,_0x3fe768:0x12e,_0x5f3493:0x9e,_0x526462:0x188,_0x40ebc8:0x1b9,_0x21afef:0xec,_0x34fe1e:0x13e,_0x8a2605:0x10b,_0xc485cd:0x10a,_0x1a93a8:0xcc,_0xd44e6d:0x207,_0x5c5b87:0xcb,_0x5f57ef:0x11d,_0x30fd74:0x70,_0xdf0e2d:0x4,_0x17bd26:0x188,_0x571553:0x1af,_0x4330af:0xcd,_0x380290:0xeb,_0x3eadda:0xff,_0x1a6db5:0x16f,_0x4dbd5a:0x90,_0x56d041:0x14d,_0x4172e7:0xc7,_0x32238d:0xf3,_0x1c9c8c:0xea,_0x5210f4:0x16d,_0x1fc84b:0xf9},_0x2dc4fd={_0x1531dd:0x1e7},_0x58dd6c={};_0x58dd6c[_0xcba510(_0x1b0aef._0x29e5cc,0x182,_0x1b0aef._0x29270c,0x13c)]=function(_0x243b4a,_0x5462a5){return _0x243b4a===_0x5462a5;};function _0xcba510(_0x18001d,_0x3bfd38,_0x27cedd,_0x4a1a0d){return _0x2014f7(_0x27cedd,_0x3bfd38-0x9c,_0x27cedd-0x191,_0x18001d- -0x4ca);}_0x58dd6c[_0x10fc8b(_0x1b0aef._0x5478bd,-0x28,_0x1b0aef._0x5e2415,-_0x1b0aef._0x1674e5)]='ENOENT',_0x58dd6c[_0x10fc8b(-0x70,-_0x1b0aef._0x2175e8,-_0x1b0aef._0x2b6278,-0x4c)]=_0x10fc8b(-0x7d,0x24,-0x4a,-_0x1b0aef._0x2c5d09)+_0xcba510(_0x1b0aef._0x1d95dc,0x13d,_0x1b0aef._0xc19ac9,0xd6)+_0xcba510(0x121,0x195,0x12f,_0x1b0aef._0x302218),_0x58dd6c[_0xcba510(0x18a,_0x1b0aef._0x54ceef,0x202,_0x1b0aef._0x537baf)]='Internal\x20S'+_0x10fc8b(0x62,_0x1b0aef._0x309551,_0x1b0aef._0x2f5163,-_0x1b0aef._0x205c4e)+'r',_0x58dd6c['LZzaR']=_0x10fc8b(0x58,0xae,_0x1b0aef._0x4c9d53,_0x1b0aef._0x65e974);function _0x10fc8b(_0x5d5c46,_0x115112,_0x3812f5,_0x2de4cd){return _0x2014f7(_0x2de4cd,_0x115112-0x166,_0x3812f5-_0x2dc4fd._0x1531dd,_0x3812f5- -0x5e4);}_0x58dd6c[_0x10fc8b(-_0x1b0aef._0x386615,-_0x1b0aef._0x429266,-_0x1b0aef._0x2a3fb9,-0x47)]=_0xcba510(0xb4,_0x1b0aef._0x57e0c2,0xb0,0xcf),_0x58dd6c[_0xcba510(_0x1b0aef._0x40d29f,_0x1b0aef._0x20c139,0xb3,_0x1b0aef._0x2db970)]=_0xcba510(_0x1b0aef._0x148b97,0x91,_0x1b0aef._0x318b00,0x13d),_0x58dd6c[_0xcba510(_0x1b0aef._0x29432a,_0x1b0aef._0x417e70,0x113,0xec)]=_0x10fc8b(-0x29,-0x74,-_0x1b0aef._0x17f299,-_0x1b0aef._0x8bff9),_0x58dd6c[_0xcba510(0x19b,_0x1b0aef._0x3d7350,0x11d,0x192)]=_0x10fc8b(-_0x1b0aef._0x16675d,0x12,-0x4a,-_0x1b0aef._0x470c62)+_0xcba510(0x158,_0x1b0aef._0x5526df,0xf0,0x1ce)+'S.md',_0x58dd6c['Ynroz']='Failed\x20to\x20'+_0xcba510(_0x1b0aef._0x16fe9d,_0x1b0aef._0x5e469b,0xa9,_0x1b0aef._0x22e46c)+_0x10fc8b(_0x1b0aef._0x1b87a1,-0x71,-0x25,_0x1b0aef._0x2ac7c8)+'le';const _0x4f1504=_0x58dd6c,{callingTask:_0x19f6db,environmentName:_0x4039d4,environmentPath:_0x1895a9}=_0x5d4aa1,_0x2865bb={};_0x2865bb['taskId']=_0x19f6db[_0xcba510(_0x1b0aef._0x4d8e31,0xb2,0x72,_0x1b0aef._0x39ea32)],_0x2865bb[_0xcba510(_0x1b0aef._0x17305f,0x1ad,_0x1b0aef._0x47c53f,0x1ac)+'t']=_0x4039d4,logger['info'](_0x10fc8b(0x95,0xce,0x8c,0xd1)+'ing\x20enviro'+_0xcba510(0x16a,0x193,0x1e3,0x14b)+_0x10fc8b(-0x36,-_0x1b0aef._0x2b194f,-_0x1b0aef._0x5cccf8,_0x1b0aef._0x3280ae),_0x2865bb);const _0x28939d=_0x42f208[_0xcba510(0x187,_0x1b0aef._0x5677bb,_0x1b0aef._0x15e0d5,_0x1b0aef._0x52d687)](_0x1895a9,_0x4f1504[_0xcba510(_0x1b0aef._0x52878c,_0x1b0aef._0x1f4b04,_0x1b0aef._0xa94865,_0x1b0aef._0x354616)]);try{const _0x1d92c4=await _0x4eb6b2[_0x10fc8b(-_0x1b0aef._0x59185a,-0x38,-0x26,-0x34)](_0x28939d,_0x4f1504['eLxrX']),_0x2dd19f={};_0x2dd19f[_0x10fc8b(0xd5,-0x8,_0x1b0aef._0x1e70c4,_0x1b0aef._0x5821f5)]=_0x1d92c4,_0x2dd19f[_0x10fc8b(-_0x1b0aef._0x386da3,-_0x1b0aef._0x20cdd1,0x27,_0x1b0aef._0x392f37)+'t']=_0x4039d4,_0x2dd19f[_0xcba510(_0x1b0aef._0x4dcf37,_0x1b0aef._0x434af3,_0x1b0aef._0x476895,_0x1b0aef._0xef24cb)]=_0x4f1504[_0xcba510(0x1b0,_0x1b0aef._0x164af5,_0x1b0aef._0x1baa3d,0x172)],_0x7cb2c2[_0x10fc8b(-_0x1b0aef._0x3fa302,-_0x1b0aef._0x240247,0x29,-0x3a)](_0x2dd19f);}catch(_0x2b598f){if(_0x4f1504['ReWau'](_0x2b598f[_0x10fc8b(0x44,0x22,_0x1b0aef._0x2d1e41,0x58)],'ENOENT')){const _0x4f6b7c={};_0x4f6b7c[_0xcba510(_0x1b0aef._0x345bac,0x156,_0x1b0aef._0x486800,0x18c)]='',_0x4f6b7c[_0x10fc8b(0x21,_0x1b0aef._0x2b194f,0x27,0x6d)+'t']=_0x4039d4,_0x4f6b7c[_0xcba510(0xc3,_0x1b0aef._0x6e2d77,0xe0,0x11b)]=_0x4f1504[_0xcba510(0x1b0,_0x1b0aef._0x21e237,_0x1b0aef._0x14e4ee,_0x1b0aef._0x5eae94)],_0x4f6b7c['exists']=![],_0x7cb2c2[_0xcba510(0x143,0x1aa,_0x1b0aef._0x1551f9,0x170)](_0x4f6b7c);}else{if(_0x4f1504[_0x10fc8b(-_0x1b0aef._0x572828,0x17,-_0x1b0aef._0x19fadd,-_0x1b0aef._0x27e56c)]===_0x4f1504[_0xcba510(0xa5,0x95,0xff,_0x1b0aef._0x2d940b)]){if(_0x4f1504['ReWau'](_0x155004[_0xcba510(0x13d,_0x1b0aef._0x4783e6,0x168,_0x1b0aef._0x222ee5)],_0x4f1504[_0xcba510(_0x1b0aef._0x9d43e9,_0x1b0aef._0x195db2,_0x1b0aef._0xa8d158,0x134)])){const _0x2ed26d={};_0x2ed26d[_0x10fc8b(-0x57,-0xb8,-_0x1b0aef._0x575214,-_0x1b0aef._0x38115f)]=_0xcba510(_0x1b0aef._0x1c163f,_0x1b0aef._0x129f9a,0xed,0x131),_0x2ed26d[_0xcba510(_0x1b0aef._0x40d7ea,_0x1b0aef._0x323626,0x23d,_0x1b0aef._0x35818e)]=_0xcba510(_0x1b0aef._0x4e8e93,0x1df,0x1c0,_0x1b0aef._0x3fe768)+_0x567469+(_0x10fc8b(0x9,-_0x1b0aef._0x5f3493,-_0x1b0aef._0x1e70c4,-0xbc)+'d'),_0x392426[_0xcba510(_0x1b0aef._0x526462,0x1ba,_0x1b0aef._0x40ebc8,0x125)](0x1*0x110b+-0x81*0x35+0xb3e*0x1)['json'](_0x2ed26d);}else{const _0x57412e={};_0x57412e[_0xcba510(0x9e,0x91,_0x1b0aef._0x21afef,_0x1b0aef._0x2f5163)]=_0x3de5d2['taskId'],_0x57412e['environmen'+'t']=_0x48326f,_0x57412e[_0xcba510(_0x1b0aef._0x34fe1e,0xf5,_0x1b0aef._0x8a2605,_0x1b0aef._0x40ebc8)]=_0x1b914b,_0x57412e[_0xcba510(0xb2,_0x1b0aef._0xc485cd,_0x1b0aef._0x1a93a8,_0x1b0aef._0x16fe9d)]=_0x39f3da[_0xcba510(0x1b1,_0x1b0aef._0xd44e6d,0x205,0x210)],_0x3d33df[_0xcba510(0xb2,_0x1b0aef._0x5c5b87,0x10f,0xa3)](_0x4f1504[_0xcba510(_0x1b0aef._0xc19ac9,_0x1b0aef._0x5f57ef,0xc8,0x105)],_0x57412e);const _0x33d475={};_0x33d475['error']=_0x4f1504[_0x10fc8b(0xcc,0xc3,_0x1b0aef._0x30fd74,-_0x1b0aef._0xdf0e2d)],_0x33d475['message']=_0x4f1504['pnrlE'],_0x20a88c[_0xcba510(_0x1b0aef._0x17bd26,0x19b,_0x1b0aef._0x571553,0x1ee)](-0x530+0x2*-0x11ef+0x2b02)[_0xcba510(0x143,_0x1b0aef._0x4330af,_0x1b0aef._0x380290,0xdd)](_0x33d475);}}else{const _0x2cbaaa={};_0x2cbaaa['taskId']=_0x19f6db['taskId'],_0x2cbaaa[_0xcba510(0x141,_0x1b0aef._0x3eadda,_0x1b0aef._0x1a6db5,0xba)+'t']=_0x4039d4,_0x2cbaaa[_0xcba510(0xb2,0x83,_0x1b0aef._0x4dbd5a,0x12a)]=_0x2b598f[_0xcba510(0x1b1,_0x1b0aef._0x56d041,_0x1b0aef._0x323626,_0x1b0aef._0x571553)],logger['error'](_0x4f1504[_0xcba510(0x19b,0x226,0x143,0x1c3)],_0x2cbaaa);const _0x3c27f7={};_0x3c27f7[_0xcba510(0xb2,0x111,_0x1b0aef._0x4172e7,_0x1b0aef._0x32238d)]=_0x4f1504[_0x10fc8b(0xf7,0x7a,_0x1b0aef._0x30fd74,-0x5)],_0x3c27f7[_0x10fc8b(0xa,_0x1b0aef._0x30fd74,0x97,_0x1b0aef._0x1c9c8c)]=_0x4f1504['Ynroz'],_0x7cb2c2[_0xcba510(0x188,0x19d,_0x1b0aef._0x5210f4,0x173)](0x959*-0x1+-0x1*0x16db+0x4*0x88a)[_0xcba510(0x143,_0x1b0aef._0x1fc84b,0x1c7,0x15b)](_0x3c27f7);}}}}),router[_0x2014f7(0x569,0x61d,0x630,0x5e9)]('/instructi'+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5d416b,_0x2adc65)=>{const _0x3dc73f={_0x5d8f3e:0x5b3,_0x30e18c:0x540,_0x5df8fa:0x5b2,_0x4fefae:0x566,_0x5cedac:0x5cc,_0x58da75:0x57c,_0x4b955f:0x538,_0x34d973:0x649,_0x20a8e5:0x630,_0x5540ff:0x5d1,_0x561dad:0x657,_0x24bb80:0x62c,_0x64f31:0x57e,_0x35c201:0x600,_0x13f1f2:0x602,_0x3233ea:0x59e,_0x27f6c7:0x5e6,_0x3893b5:0x5fa,_0x1ddbfb:0x61a,_0x549847:0x5a5,_0x71dd03:0x661,_0x36f60d:0x6d4,_0x162f9d:0x66b,_0x28a410:0x675,_0x10b4ac:0x5fb,_0x39b8d3:0x55d,_0x27e173:0x55e,_0x2152fd:0x591,_0x3f33ee:0x5c1,_0x5772e8:0x579,_0x375b04:0x552,_0x5272ed:0x4f3,_0x19bdec:0x524,_0x3c86f1:0x60b,_0xa90f6c:0x5c6,_0x524950:0x5e9,_0x69f208:0x5d3,_0x1dd90f:0x555,_0x564b37:0x588,_0x54fd05:0x592,_0x303768:0x602,_0x2cc2d1:0x5f4,_0xdde099:0x50b,_0x4f4ab4:0x5d4,_0xc6dd46:0x53b,_0x522857:0x590,_0x1aa6da:0x539,_0x1cb5bc:0x5e8,_0x1e1ce1:0x645,_0x37d100:0x5a0,_0x3f5257:0x520,_0xefb6ae:0x612,_0x1daac0:0x650,_0x24abae:0x64f,_0xde09fe:0x605,_0x52d340:0x5a2,_0x1b5fb1:0x63b,_0x1e09d2:0x649,_0x531558:0x54b,_0x5c926c:0x55c,_0x3926d3:0x528,_0x48f960:0x5c7,_0x3f4562:0x5c8,_0x4ed7cb:0x626,_0x10ee4c:0x5c2,_0x568d42:0x5f2,_0x238ccd:0x5d2,_0x45640e:0x62e,_0x1717cb:0x544,_0x228186:0x59d,_0x630c40:0x662,_0x58aed4:0x52a,_0x19fbb4:0x567,_0x138f76:0x59d,_0x3a148c:0x54d,_0x3b5328:0x547,_0x2fed09:0x683,_0x23ef33:0x64b,_0x12c3bf:0x63e,_0x1300dd:0x601,_0x1cca03:0x5de,_0x172ff1:0x570,_0x5b8044:0x642,_0x575cc4:0x53a,_0x4302bc:0x55b,_0x291558:0x5a4,_0x150005:0x563,_0x2e6428:0x5fc,_0x2a3d29:0x69f,_0x42e205:0x649,_0x4daa48:0x65a,_0x31f5e4:0x5d7,_0x41e152:0x69b,_0x3bdae5:0x648,_0xb86f7b:0x59f,_0x18405a:0x4cc,_0x2940d0:0x4c8,_0x1f52a9:0x4e2,_0xda6108:0x4da,_0x5c9da2:0x5dc,_0x26cceb:0x56e,_0x1c65b9:0x577,_0x4ba673:0x5c4,_0x38c592:0x6a5,_0x6190bc:0x5cd,_0x42f034:0x5b8,_0x2caf03:0x5be,_0x570199:0x56a,_0x4325d6:0x5bd,_0x44aa6d:0x508,_0x513baf:0x648,_0x25aa94:0x64a,_0x1ff5da:0x56f,_0x21cd8c:0x620,_0x5ab9ef:0x671,_0x85f054:0x5d6,_0x4d0ea9:0x647,_0x415a65:0x69d,_0x93e472:0x535,_0x2482cb:0x582,_0x1e86d0:0x567,_0x2ebc31:0x5bc,_0x5ff0b9:0x5ea,_0x37ddbd:0x578,_0xd428d2:0x54b,_0x1abe38:0x58f,_0x315dd3:0x594,_0x208d7f:0x5bb,_0x3dacd9:0x5a3,_0x4f4c03:0x618,_0x351799:0x528,_0x5541b2:0x54a,_0x335769:0x4f0,_0x74377e:0x4fa,_0x224d8f:0x572,_0x224224:0x557,_0x556f8:0x5de,_0x37c987:0x59d,_0x4830c6:0x523,_0xb816f0:0x515,_0x361daf:0x54b,_0x490616:0x550,_0x384d9b:0x581,_0x14587c:0x501,_0x4fd5ca:0x522,_0x1cfcbf:0x55b,_0x236d98:0x5f8,_0x36f379:0x5ad,_0x40b9df:0x591,_0x5223a5:0x676,_0x4add5e:0x5ec,_0x414abf:0x547,_0x4a8a62:0x573,_0x491ce5:0x604,_0xa495d2:0x5e4,_0x2e0b3c:0x66d,_0x333292:0x582,_0x489382:0x64d,_0x33fac9:0x638,_0x4f17a4:0x60f,_0x2d0fa0:0x65e,_0x13f501:0x66c,_0x19effe:0x6aa,_0x4e07c5:0x618,_0x526662:0x5c0,_0x26fe4d:0x590,_0x4cdbdf:0x5f3,_0x3d1fc7:0x593,_0x22aa58:0x5e3,_0x3f198f:0x56d,_0xd96e83:0x605,_0x3f241c:0x640,_0x292205:0x617,_0x5ef766:0x574},_0x2644a5={};_0x2644a5[_0x5080d2(0x570,_0x3dc73f._0x5d8f3e,_0x3dc73f._0x30e18c,_0x3dc73f._0x5df8fa)]=_0x2e422c(_0x3dc73f._0x4fefae,_0x3dc73f._0x5cedac,_0x3dc73f._0x58da75,_0x3dc73f._0x4b955f)+'t',_0x2644a5['tYthp']=_0x2e422c(_0x3dc73f._0x34d973,_0x3dc73f._0x20a8e5,_0x3dc73f._0x5540ff,_0x3dc73f._0x561dad)+_0x2e422c(_0x3dc73f._0x24bb80,0x61f,0x66f,0x65a)+'uired',_0x2644a5[_0x2e422c(0x609,0x5df,0x5e4,0x65a)]=_0x2e422c(_0x3dc73f._0x64f31,0x513,_0x3dc73f._0x35c201,_0x3dc73f._0x13f1f2)+_0x5080d2(0x576,0x5eb,_0x3dc73f._0x3233ea,0x5d4)+'nt\x20route\x20n'+_0x5080d2(_0x3dc73f._0x27f6c7,_0x3dc73f._0x3893b5,0x66a,0x652)+'ized';function _0x2e422c(_0x403872,_0x26753a,_0x410a27,_0x518027){return _0x18399e(_0x410a27,_0x26753a-0xe0,_0x410a27-0xae,_0x403872-0x516);}_0x2644a5[_0x2e422c(_0x3dc73f._0x1ddbfb,0x5d0,_0x3dc73f._0x549847,_0x3dc73f._0x71dd03)]=_0x2e422c(0x64d,0x64f,_0x3dc73f._0x36f60d,0x649)+_0x5080d2(_0x3dc73f._0x162f9d,0x63c,_0x3dc73f._0x28a410,_0x3dc73f._0x10b4ac)+'r';function _0x5080d2(_0x50443b,_0x90ba54,_0x2a780f,_0x2b5475){return _0x18399e(_0x90ba54,_0x90ba54-0x73,_0x2a780f-0x1a8,_0x2b5475-0x524);}_0x2644a5[_0x5080d2(_0x3dc73f._0x39b8d3,_0x3dc73f._0x27e173,0x54b,_0x3dc73f._0x2152fd)]=_0x2e422c(_0x3dc73f._0x3f33ee,0x548,_0x3dc73f._0x5772e8,0x597)+_0x2e422c(_0x3dc73f._0x375b04,_0x3dc73f._0x5272ed,0x5aa,_0x3dc73f._0x19bdec)+_0x5080d2(0x5b9,0x5fb,0x5b8,0x619),_0x2644a5[_0x5080d2(0x5ab,0x540,_0x3dc73f._0x3c86f1,_0x3dc73f._0xa90f6c)]=function(_0x25e81e,_0x5247d7){return _0x25e81e===_0x5247d7;},_0x2644a5[_0x2e422c(_0x3dc73f._0x524950,0x63d,0x58f,0x59a)]=function(_0xf1ef58,_0x3f4202){return _0xf1ef58!==_0x3f4202;},_0x2644a5['XwcvC']=_0x5080d2(_0x3dc73f._0x69f208,_0x3dc73f._0x1dd90f,0x537,0x58d),_0x2644a5[_0x2e422c(_0x3dc73f._0x564b37,_0x3dc73f._0x54fd05,_0x3dc73f._0x303768,_0x3dc73f._0x2cc2d1)]=_0x5080d2(0x55f,0x4d9,0x4e7,0x551)+'ing\x20enviro'+'nment\x20inst'+'ructions',_0x2644a5['YAMUx']=_0x5080d2(0x539,0x558,_0x3dc73f._0xdde099,0x55d),_0x2644a5[_0x2e422c(0x581,_0x3dc73f._0x4f4ab4,_0x3dc73f._0xc6dd46,0x5dd)]=_0x2e422c(0x57e,_0x3dc73f._0x522857,_0x3dc73f._0x1aa6da,_0x3dc73f._0x1cb5bc)+_0x5080d2(_0x3dc73f._0x1e1ce1,0x695,0x6ce,0x65c)+_0x2e422c(_0x3dc73f._0x37d100,0x61c,_0x3dc73f._0x3f5257,0x5e1)+_0x2e422c(_0x3dc73f._0xefb6ae,0x5a1,_0x3dc73f._0x1daac0,_0x3dc73f._0x24abae),_0x2644a5[_0x5080d2(0x5a3,_0x3dc73f._0xde09fe,0x5fa,_0x3dc73f._0x52d340)]=_0x2e422c(0x648,0x680,_0x3dc73f._0x1b5fb1,_0x3dc73f._0x1e09d2),_0x2644a5[_0x5080d2(0x4f9,0x500,0x507,_0x3dc73f._0x531558)]=function(_0x43afce,_0x1ac80b){return _0x43afce!==_0x1ac80b;},_0x2644a5[_0x5080d2(_0x3dc73f._0x5c926c,_0x3dc73f._0x3926d3,0x5ab,0x577)]=_0x2e422c(_0x3dc73f._0x48f960,_0x3dc73f._0x3f4562,_0x3dc73f._0x4ed7cb,0x5fa),_0x2644a5[_0x5080d2(0x5ba,0x5b6,_0x3dc73f._0x10ee4c,_0x3dc73f._0x568d42)]='Failed\x20to\x20'+'write\x20AGEN'+_0x5080d2(0x5d8,0x640,0x644,_0x3dc73f._0x238ccd);const _0x4400e9=_0x2644a5,{callingTask:_0x5895c7,taskUser:_0x1a1eb7,environmentName:_0x42ace7,environmentPath:_0x4626cc}=_0x5d416b,{content:_0x4b59ae}=_0x5d416b[_0x2e422c(0x5b0,0x5e9,0x548,_0x3dc73f._0x45640e)];if(_0x4400e9[_0x5080d2(0x58f,_0x3dc73f._0x1717cb,0x580,0x5c6)](_0x4b59ae,undefined)){if(_0x4400e9[_0x5080d2(_0x3dc73f._0x228186,_0x3dc73f._0x630c40,0x661,0x5f7)](_0x4400e9[_0x5080d2(_0x3dc73f._0x58aed4,_0x3dc73f._0x19fbb4,_0x3dc73f._0x138f76,0x5a7)],_0x4400e9[_0x5080d2(0x5a2,0x572,0x5c9,0x5a7)])){const _0x2f1d97={};return _0x2f1d97[_0x2e422c(_0x3dc73f._0x3a148c,0x595,_0x3dc73f._0x3b5328,0x5cc)]=_0x4400e9['FxjwA'],_0x2f1d97[_0x2e422c(0x64c,0x66d,_0x3dc73f._0x2fed09,_0x3dc73f._0x23ef33)]=_0x4400e9[_0x2e422c(0x63b,_0x3dc73f._0x12c3bf,_0x3dc73f._0x1300dd,0x65c)],_0x387a3d['status'](-0x126*-0x4+0xb03+-0xe0b)[_0x2e422c(_0x3dc73f._0x1cca03,_0x3dc73f._0x172ff1,0x553,_0x3dc73f._0x5b8044)](_0x2f1d97);}else{const _0x27cbf2={};return _0x27cbf2[_0x5080d2(_0x3dc73f._0x52d340,_0x3dc73f._0x575cc4,0x515,_0x3dc73f._0x4302bc)]=_0x4400e9[_0x2e422c(_0x3dc73f._0x291558,_0x3dc73f._0x150005,0x5ca,_0x3dc73f._0x2e6428)],_0x27cbf2[_0x5080d2(_0x3dc73f._0x2a3d29,0x6a9,_0x3dc73f._0x42e205,_0x3dc73f._0x4daa48)]=_0x4400e9['tYthp'],_0x2adc65[_0x2e422c(0x623,_0x3dc73f._0x31f5e4,0x693,_0x3dc73f._0x41e152)](0x897+0x1c78+0x1*-0x237f)[_0x2e422c(0x5de,_0x3dc73f._0x3bdae5,0x635,_0x3dc73f._0xb86f7b)](_0x27cbf2);}}const _0x43b46b={};_0x43b46b[_0x5080d2(_0x3dc73f._0x18405a,0x514,0x591,_0x3dc73f._0x3b5328)]=_0x5895c7[_0x5080d2(_0x3dc73f._0x2940d0,_0x3dc73f._0x1f52a9,_0x3dc73f._0xda6108,0x547)],_0x43b46b[_0x2e422c(_0x3dc73f._0x5c9da2,0x550,_0x3dc73f._0x26cceb,0x624)+'t']=_0x42ace7,_0x43b46b[_0x2e422c(_0x3dc73f._0x1c65b9,_0x3dc73f._0xa90f6c,0x5c9,0x590)]=_0x1a1eb7['id'],_0x43b46b['username']=_0x1a1eb7[_0x5080d2(_0x3dc73f._0x4ba673,_0x3dc73f._0x38c592,_0x3dc73f._0x6190bc,0x632)],_0x43b46b[_0x5080d2(0x587,0x580,_0x3dc73f._0x42f034,0x571)+'gth']=_0x4b59ae[_0x2e422c(_0x3dc73f._0x2caf03,0x5fc,_0x3dc73f._0x19fbb4,0x5ba)],logger[_0x2e422c(_0x3dc73f._0x570199,_0x3dc73f._0x31f5e4,_0x3dc73f._0x4325d6,_0x3dc73f._0x44aa6d)](_0x4400e9['jFElt'],_0x43b46b);const _0x36900b=_0x42f208['join'](_0x4626cc,_0x2e422c(_0x3dc73f._0x513baf,0x6a0,_0x3dc73f._0x25aa94,0x64c)),_0x1f7d34=new Date()[_0x5080d2(0x5b0,_0x3dc73f._0x1ff5da,0x4e3,0x55c)+'g']();try{const _0x3c85a3={};_0x3c85a3['recursive']=!![],await _0x4eb6b2[_0x2e422c(_0x3dc73f._0x21cd8c,0x5e3,_0x3dc73f._0x5ab9ef,_0x3dc73f._0x85f054)](_0x4626cc,_0x3c85a3),await _0x4eb6b2['writeFile'](_0x36900b,_0x4b59ae,_0x4400e9[_0x2e422c(_0x3dc73f._0x4d0ea9,0x63a,0x6b1,_0x3dc73f._0x415a65)]);const _0x232dc4={};_0x232dc4['taskId']=_0x5895c7[_0x5080d2(_0x3dc73f._0x93e472,_0x3dc73f._0x27e173,0x5c4,0x547)],_0x232dc4['environmen'+'t']=_0x42ace7,_0x232dc4[_0x2e422c(_0x3dc73f._0x1c65b9,_0x3dc73f._0x2482cb,0x5c8,_0x3dc73f._0x1e86d0)]=_0x1a1eb7['id'],logger[_0x5080d2(_0x3dc73f._0x2ebc31,0x523,_0x3dc73f._0x5ff0b9,_0x3dc73f._0x37ddbd)](_0x4400e9[_0x5080d2(0x567,_0x3dc73f._0xd428d2,0x619,_0x3dc73f._0x1abe38)],_0x232dc4);const _0x12b241={};_0x12b241['success']=!![],_0x12b241['environmen'+'t']=_0x42ace7,_0x12b241['path']=_0x4400e9[_0x2e422c(_0x3dc73f._0x315dd3,_0x3dc73f._0x208d7f,_0x3dc73f._0x3dacd9,_0x3dc73f._0x4f4c03)],_0x12b241['updatedAt']=_0x1f7d34,_0x12b241[_0x2e422c(0x559,_0x3dc73f._0x351799,0x579,0x519)+_0x5080d2(0x6a9,0x69b,0x5f3,0x65f)]=_0x5895c7[_0x2e422c(0x539,0x57b,0x594,_0x3dc73f._0x5541b2)],_0x12b241[_0x5080d2(_0x3dc73f._0x335769,_0x3dc73f._0x74377e,_0x3dc73f._0x27e173,_0x3dc73f._0x224d8f)+_0x2e422c(0x5d1,0x60d,0x620,_0x3dc73f._0x224224)]=_0x1a1eb7['id'],_0x2adc65[_0x2e422c(_0x3dc73f._0x556f8,0x5f4,_0x3dc73f._0x37c987,_0x3dc73f._0x1300dd)](_0x12b241);}catch(_0xcd562){if(_0x4400e9[_0x5080d2(_0x3dc73f._0x4830c6,0x537,_0x3dc73f._0xb816f0,_0x3dc73f._0x361daf)](_0x4400e9[_0x5080d2(0x543,_0x3dc73f._0x2e6428,_0x3dc73f._0x490616,0x577)],_0x4400e9[_0x5080d2(0x582,_0x3dc73f._0x172ff1,_0x3dc73f._0x384d9b,_0x3dc73f._0x1c65b9)])){_0x5e6554['error'](_0x4400e9['LQopp']);const _0x28771a={};return _0x28771a[_0x5080d2(_0x3dc73f._0x14587c,_0x3dc73f._0x4fd5ca,0x4d8,_0x3dc73f._0x1cfcbf)]=_0x4400e9[_0x2e422c(0x61a,_0x3dc73f._0x236d98,0x59c,0x59d)],_0x28771a['message']=_0x4400e9[_0x5080d2(_0x3dc73f._0x37ddbd,0x5ac,_0x3dc73f._0x36f379,_0x3dc73f._0x40b9df)],_0x2484fd[_0x2e422c(0x623,0x5da,0x61c,_0x3dc73f._0x5223a5)](0xca8+0x1bd3+-0x2687)[_0x5080d2(_0x3dc73f._0x236d98,_0x3dc73f._0x4f4c03,0x581,_0x3dc73f._0x4add5e)](_0x28771a);}else{const _0xa2fed2={};_0xa2fed2[_0x5080d2(0x4e0,0x500,0x53b,_0x3dc73f._0x414abf)]=_0x5895c7[_0x2e422c(0x539,0x543,_0x3dc73f._0x4a8a62,0x4ed)],_0xa2fed2[_0x2e422c(0x5dc,0x5c4,_0x3dc73f._0x491ce5,0x66a)+'t']=_0x42ace7,_0xa2fed2[_0x2e422c(0x54d,0x4f0,0x5a2,0x59f)]=_0xcd562['message'],logger['error'](_0x4400e9[_0x2e422c(_0x3dc73f._0xa495d2,_0x3dc73f._0x2e0b3c,_0x3dc73f._0x333292,_0x3dc73f._0x3c86f1)],_0xa2fed2);const _0x233112={};_0x233112['error']=_0x2e422c(_0x3dc73f._0x489382,_0x3dc73f._0x33fac9,_0x3dc73f._0x4f17a4,_0x3dc73f._0x2d0fa0)+'erver\x20Erro'+'r',_0x233112[_0x2e422c(0x64c,_0x3dc73f._0x13f501,_0x3dc73f._0x19effe,_0x3dc73f._0x4e07c5)]=_0x5080d2(_0x3dc73f._0xde09fe,_0x3dc73f._0x37d100,0x5e4,0x579)+_0x2e422c(_0x3dc73f._0x526662,_0x3dc73f._0x26fe4d,_0x3dc73f._0x4cdbdf,_0x3dc73f._0x3d1fc7)+_0x2e422c(_0x3dc73f._0x22aa58,_0x3dc73f._0x3f198f,0x577,_0x3dc73f._0xd96e83)+'ile',_0x2adc65['status'](-0x1*0x11c8+0x2316*-0x1+0x36d2)[_0x5080d2(_0x3dc73f._0x3f241c,_0x3dc73f._0x292205,_0x3dc73f._0x5ef766,0x5ec)](_0x233112);}}}),router[_0x18399e(0xb4,0x1e,0x28,0x3e)](_0x2014f7(0x604,0x53c,0x5af,0x5c6),requireTaskAuth,requireTemplatesPermission,async(_0x3b4c2b,_0x586f24)=>{const _0x4f1d4f={_0x29255f:0xc,_0x2f273d:0x3c,_0x100bea:0x3f,_0x11a133:0x50a,_0x388b8e:0xde,_0x5d9b3a:0x58d,_0x215aa2:0x599,_0x300d7c:0x516,_0x396aba:0x58d,_0x5e0d60:0x583,_0x290aef:0x3,_0x37f5d0:0x2,_0x39f546:0x37,_0xc91f74:0x4e5,_0x51ee2f:0x518,_0x49bab7:0x4cc,_0x2bfaf8:0x29,_0x18e0a6:0x1a,_0x591e47:0x92,_0x5cf199:0x6,_0x51e901:0x5c5,_0x2bc9a1:0x5be,_0x37fe32:0x530,_0x1dd28b:0x588,_0x5147e3:0x81,_0x1391ed:0x47,_0x31f36e:0x468,_0x246343:0x4f2,_0x57f0d5:0x4be,_0x2da61f:0x52f,_0x23ed24:0x50f,_0x2ee785:0x506,_0x58f618:0x35,_0xa5beda:0x561,_0x506fe8:0x9d,_0x15fa16:0x113,_0x52a23a:0x5b0,_0x2449ab:0x575,_0x28f182:0x58d,_0x4ea85b:0x4e9,_0x3ee387:0x515,_0x2e3a3c:0x509,_0x227c8c:0x80,_0x560949:0x5c,_0xe922b1:0x1b,_0x10e9c0:0xee,_0x3ce4f:0x4e,_0x1f1fd5:0x47,_0x392330:0x3,_0x2cd047:0xaf,_0x94d293:0x7f,_0x4a309c:0xa3,_0x3721d4:0x50,_0x584536:0x2f,_0x170376:0x4dc,_0x48e6aa:0x4fe,_0x2fc65c:0x491,_0x2fb735:0x63,_0x942254:0x529,_0x1de904:0x53f,_0x453792:0x543,_0x218cd6:0x544,_0x28e5d7:0xae,_0x466123:0xba,_0x200266:0xbf,_0x525524:0xf1,_0xb5b81:0x446,_0x178c98:0x479,_0x558bc6:0xe4,_0x1876a2:0x69,_0x2f6e88:0x15d,_0x2e5f13:0x514,_0x1958da:0x5b6,_0x3ef53c:0x470,_0x481692:0x4da,_0x585fc8:0x45f,_0x429fb4:0x4e1,_0x34c26f:0x456,_0x2851e5:0x532,_0x25bbb0:0x576,_0x1eab71:0x550,_0x46d85e:0x51e,_0x1c9e55:0x4b4,_0x58db77:0x4dc,_0x4313ad:0x74,_0x4bb131:0x88,_0x41a9d4:0x28,_0xe0575f:0xbb,_0x553115:0xf7,_0x65022c:0x4f6,_0x5adb7f:0x498,_0x427320:0x94,_0x5aad14:0xe7,_0x40747d:0xe6,_0x2d0f21:0xfe,_0x319c97:0x1,_0x587f94:0x23,_0x46227b:0x5cf,_0x2e9299:0x5c2,_0x450235:0x4a0,_0xbc4869:0x436,_0x4d337a:0xab,_0x2bdd5d:0x7,_0x402367:0x2d,_0x49fc50:0x1c,_0x390322:0x596,_0x53ac27:0x5e9,_0x9e359f:0x544,_0x3528c5:0xc8,_0x2e1b6b:0xf3,_0x51ebc5:0x83,_0x2ef4b6:0xc,_0xd0906:0x4fc,_0x5ce45f:0x5b,_0x1be92e:0x568,_0x12af6f:0x4aa,_0x3b0cf1:0x6d,_0x43d007:0xd,_0x27b082:0x1b,_0x15567a:0x69,_0x562eb4:0x430,_0x300021:0x496,_0x4881bf:0xc1,_0x1b92d:0x122,_0x422fac:0xbe,_0x313e53:0x5f,_0x3aaecd:0x4},_0x28c417={_0x5a6244:0x342,_0x2adcb5:0x40b,_0x43af0b:0x3a2,_0x140b12:0x340,_0x387956:0x3b5,_0x1be4a3:0x380,_0x318264:0x6b,_0x2e905f:0xf9,_0x6e8010:0x73,_0x5de3e8:0x93,_0x43965e:0x3d8,_0x7c2764:0x28,_0x32bcb6:0x33b,_0xbffc9f:0x372,_0x329f87:0x39a,_0x317de8:0x3ae,_0x30cdda:0x379,_0x1f29a7:0x45c,_0x2ee654:0x41f,_0x3aca72:0x3fb,_0x4a8bbf:0x3f5,_0x33a971:0x8e,_0x3457fc:0x80,_0x30e92c:0x4a,_0x3e0382:0x16,_0x1e9613:0x97,_0x2c90ea:0xbf,_0x23e0d3:0x42,_0x1dcf35:0x447,_0x49305c:0x46b,_0x4edee3:0x4c0,_0x36e18b:0x26,_0x1dd355:0xe,_0x382b59:0xc5,_0x5a6fb7:0x33,_0x19eb8b:0x42,_0x57cebe:0x7,_0x285ad7:0x4e2,_0x1bd18b:0x435,_0x5c09ad:0x3fd,_0x26af78:0x486,_0x5b042b:0x61,_0x4f982f:0x0,_0x43a5de:0x19,_0x20b67a:0x17,_0x242a26:0x40,_0x11c55f:0x3c4,_0x110ba4:0x43d,_0x3fb205:0x420,_0x58c211:0x3a,_0x24adb3:0x41e,_0x2356b5:0x33f,_0x108e36:0x397},_0x1ba24a={_0x487ae8:0x27,_0x41c453:0x4e2},_0x5bfd80={_0xce0c37:0xd},_0x4951e4={_0x50b1b5:0x143,_0xd24617:0x114},_0x5b9d31={_0xb37e68:0x11a,_0x43b1a5:0x1df,_0x3ff1ca:0x469},_0xca1729={};_0xca1729[_0x5984db(-_0x4f1d4f._0x29255f,-0x3e,_0x4f1d4f._0x2f273d,-_0x4f1d4f._0x100bea)]=_0x22d238(0x4f4,_0x4f1d4f._0x11a133,0x4b9,0x455)+'t',_0xca1729[_0x5984db(0xca,_0x4f1d4f._0x388b8e,0x133,0x94)]=_0x22d238(_0x4f1d4f._0x5d9b3a,0x59b,0x54f,0x4e6)+_0x22d238(_0x4f1d4f._0x215aa2,_0x4f1d4f._0x300d7c,_0x4f1d4f._0x396aba,_0x4f1d4f._0x5e0d60)+'e',_0xca1729[_0x22d238(0x52d,0x50d,0x527,0x540)]=_0x5984db(_0x4f1d4f._0x290aef,0xf,_0x4f1d4f._0x37f5d0,_0x4f1d4f._0x39f546)+_0x22d238(_0x4f1d4f._0xc91f74,0x520,_0x4f1d4f._0x51ee2f,_0x4f1d4f._0x49bab7)+_0x5984db(0x23,_0x4f1d4f._0x2bfaf8,-_0x4f1d4f._0x18e0a6,_0x4f1d4f._0x591e47),_0xca1729[_0x5984db(-_0x4f1d4f._0x5cf199,_0x4f1d4f._0x18e0a6,0x25,-0x6b)]=_0x22d238(_0x4f1d4f._0x51e901,_0x4f1d4f._0x2bc9a1,0x5a0,0x5a5)+_0x22d238(_0x4f1d4f._0x37fe32,0x530,0x540,_0x4f1d4f._0x1dd28b)+'r',_0xca1729['ELlZh']=function(_0x140c7b,_0xc1471f){return _0x140c7b!==_0xc1471f;},_0xca1729[_0x5984db(-0x15,0x54,-_0x4f1d4f._0x5147e3,_0x4f1d4f._0x1391ed)]='FxNKs',_0xca1729[_0x22d238(0x4a3,_0x4f1d4f._0x31f36e,_0x4f1d4f._0x246343,0x4b8)]=function(_0x1ebac4,_0x1ab48c){return _0x1ebac4!==_0x1ab48c;},_0xca1729['vzpyI']=_0x22d238(0x466,0x4ac,_0x4f1d4f._0x57f0d5,_0x4f1d4f._0x2da61f)+'read\x20templ'+_0x22d238(0x4a9,0x49e,_0x4f1d4f._0x23ed24,_0x4f1d4f._0x2ee785);function _0x22d238(_0x4cc944,_0x35e970,_0x2894a0,_0x450ecb){return _0x18399e(_0x4cc944,_0x35e970-_0x5b9d31._0xb37e68,_0x2894a0-_0x5b9d31._0x43b1a5,_0x2894a0-_0x5b9d31._0x3ff1ca);}_0xca1729[_0x5984db(_0x4f1d4f._0x58f618,0xad,-0x52,0x1e)]=_0x22d238(0x4d7,0x5c3,_0x4f1d4f._0xa5beda,0x4e4)+_0x5984db(0xc1,_0x4f1d4f._0x506fe8,0xab,_0x4f1d4f._0x15fa16),_0xca1729[_0x22d238(0x584,_0x4f1d4f._0x52a23a,0x569,_0x4f1d4f._0x2449ab)]=_0x22d238(_0x4f1d4f._0x28f182,_0x4f1d4f._0x4ea85b,_0x4f1d4f._0x3ee387,_0x4f1d4f._0x2e3a3c),_0xca1729[_0x5984db(_0x4f1d4f._0x227c8c,_0x4f1d4f._0x560949,_0x4f1d4f._0xe922b1,0x3d)]=function(_0x1e8456,_0x4b9022){return _0x1e8456===_0x4b9022;},_0xca1729['BfoGI']='VhEnw',_0xca1729['XRuOE']=_0x5984db(0x99,_0x4f1d4f._0x10e9c0,_0x4f1d4f._0x3ce4f,_0x4f1d4f._0x1f1fd5),_0xca1729['mtnrL']=_0x5984db(_0x4f1d4f._0x392330,0x7d,_0x4f1d4f._0x227c8c,-_0x4f1d4f._0x560949)+_0x5984db(0xbf,0x88,_0x4f1d4f._0x2cd047,_0x4f1d4f._0x94d293)+_0x5984db(0xc1,_0x4f1d4f._0x4a309c,0xcb,_0x4f1d4f._0x3721d4);const _0x2e5f04=_0xca1729;function _0x5984db(_0x39b281,_0x22d00d,_0x4d9e11,_0x50a122){return _0x18399e(_0x4d9e11,_0x22d00d-_0x4951e4._0x50b1b5,_0x4d9e11-_0x4951e4._0xd24617,_0x39b281- -0x52);}const {callingTask:_0x7a8de5,environmentName:_0x33a8de,environmentPath:_0x3ca1c7}=_0x3b4c2b,_0x28f579={};_0x28f579[_0x5984db(-_0x4f1d4f._0x584536,-0x64,_0x4f1d4f._0xe922b1,-0x25)]=_0x7a8de5[_0x22d238(_0x4f1d4f._0x170376,_0x4f1d4f._0x48e6aa,0x48c,_0x4f1d4f._0x2fc65c)],_0x28f579['environmen'+'t']=_0x33a8de,logger[_0x5984db(_0x4f1d4f._0x37f5d0,-0x73,0xb,_0x4f1d4f._0x2fb735)]('Task\x20listi'+_0x22d238(0x590,0x4a1,_0x4f1d4f._0x942254,_0x4f1d4f._0x1de904)+_0x22d238(0x539,0x5a6,0x51d,_0x4f1d4f._0x453792)+_0x22d238(0x566,_0x4f1d4f._0x218cd6,0x57c,0x5f5),_0x28f579);const _0x5df97e=_0x42f208['join'](_0x3ca1c7,_0x2e5f04['ENtRV']);try{if(_0x2e5f04['aFkrK'](_0x2e5f04[_0x5984db(_0x4f1d4f._0x28e5d7,_0x4f1d4f._0x466123,0x125,0x4b)],_0x2e5f04[_0x5984db(0xae,_0x4f1d4f._0x200266,_0x4f1d4f._0x525524,0x57)])){const _0x9fecfd={};return _0x9fecfd[_0x22d238(_0x4f1d4f._0xb5b81,_0x4f1d4f._0x178c98,0x4a0,0x4e6)]=_0x2e5f04[_0x5984db(-0xc,0x67,-0x4e,-0x8)],_0x9fecfd[_0x5984db(_0x4f1d4f._0x558bc6,_0x4f1d4f._0x1876a2,0xe1,_0x4f1d4f._0x2f6e88)]=_0x2e5f04['Wnqrh'],_0x2c400e[_0x22d238(0x5ab,_0x4f1d4f._0x2e5f13,0x576,_0x4f1d4f._0x1958da)](0x3d*-0x26+-0x1a72*-0x1+-0xfd4*0x1)['json'](_0x9fecfd);}else{const _0x181370=await _0x4eb6b2['readdir'](_0x5df97e),_0x5c6f84=_0x181370[_0x22d238(0x458,_0x4f1d4f._0x3ef53c,_0x4f1d4f._0x481692,_0x4f1d4f._0x2e3a3c)](_0x20e70c=>_0x20e70c[_0x5984db(0x9b,0x6b,0xd7,0xfa)](_0x5984db(0x29,0x38,-0x4b,0x9d))),_0x12465d=await Promise[_0x22d238(_0x4f1d4f._0x2e5f13,_0x4f1d4f._0x585fc8,_0x4f1d4f._0x429fb4,_0x4f1d4f._0x34c26f)](_0x5c6f84[_0x22d238(_0x4f1d4f._0x2851e5,_0x4f1d4f._0x25bbb0,_0x4f1d4f._0x1eab71,_0x4f1d4f._0x46d85e)](async _0x598e2c=>{const _0x33edb5={};function _0x21506d(_0x49b486,_0x5e8c53,_0x216fe3,_0x4cc95f){return _0x22d238(_0x49b486,_0x5e8c53-0x20,_0x216fe3- -0x134,_0x4cc95f-_0x5bfd80._0xce0c37);}_0x33edb5[_0x21506d(_0x28c417._0x5a6244,_0x28c417._0x2adcb5,0x3a5,_0x28c417._0x43af0b)]=_0x2e5f04['LomdF'],_0x33edb5[_0x21506d(0x33a,_0x28c417._0x140b12,_0x28c417._0x387956,_0x28c417._0x1be4a3)]=_0x2e5f04[_0x501026(-_0x28c417._0x318264,0x35,-0x44,-0x2d)];const _0x46900d=_0x33edb5,_0x284ea8=_0x598e2c['replace'](/\.md$/,''),_0x157f0e=_0x42f208[_0x501026(_0x28c417._0x2e905f,_0x28c417._0x6e8010,0xa9,_0x28c417._0x5de3e8)](_0x5df97e,_0x284ea8+_0x21506d(0x3a3,0x447,_0x28c417._0x43965e,0x3a9));let _0x240f96=null;try{if(_0x2e5f04[_0x501026(0x5d,0xa7,-_0x28c417._0x7c2764,0x1e)](_0x2e5f04[_0x21506d(_0x28c417._0x32bcb6,_0x28c417._0xbffc9f,_0x28c417._0xbffc9f,_0x28c417._0x329f87)],_0x2e5f04['ouYCM'])){const _0x34558c={};_0x34558c[_0x21506d(0x311,_0x28c417._0x317de8,0x358,0x31a)]=_0x16985d[_0x21506d(_0x28c417._0x30cdda,0x320,0x358,0x337)],_0x34558c[_0x21506d(_0x28c417._0x1f29a7,_0x28c417._0x2ee654,_0x28c417._0x3aca72,_0x28c417._0x4a8bbf)+'t']=_0x2988bb,_0x34558c[_0x501026(_0x28c417._0x33a971,_0x28c417._0x3457fc,-0x39,_0x28c417._0x30e92c)]=_0x5b0487,_0x34558c[_0x501026(_0x28c417._0x3e0382,-_0x28c417._0x1e9613,-_0x28c417._0x2c90ea,-_0x28c417._0x23e0d3)]=_0x129573[_0x21506d(0x4ad,_0x28c417._0x1dcf35,_0x28c417._0x49305c,_0x28c417._0x4edee3)],_0x49be5a[_0x501026(-0x57,_0x28c417._0x36e18b,-0x6a,-0x42)](_0x46900d['ZQUfU'],_0x34558c);const _0x5f3c70={};_0x5f3c70[_0x501026(-_0x28c417._0x1dd355,-_0x28c417._0x382b59,-_0x28c417._0x5a6fb7,-_0x28c417._0x19eb8b)]=_0x46900d[_0x501026(-0x7d,0x2f,-0x17,_0x28c417._0x57cebe)],_0x5f3c70[_0x21506d(_0x28c417._0x285ad7,0x455,_0x28c417._0x49305c,0x45a)]=_0x46900d['ZQUfU'],_0x1d3d76[_0x21506d(0x3c5,0x435,0x442,_0x28c417._0x1bd18b)](-0x1a42+-0x8c0+0x39*0xa6)[_0x21506d(0x38f,0x398,_0x28c417._0x5c09ad,_0x28c417._0x26af78)](_0x5f3c70);}else{const _0x4b125b=await _0x4eb6b2[_0x501026(0x86,_0x28c417._0x5b042b,0x16,_0x28c417._0x4f982f)](_0x157f0e,_0x501026(-_0x28c417._0x43a5de,_0x28c417._0x20b67a,0x39,-_0x28c417._0x242a26));_0x240f96=JSON[_0x21506d(0x402,_0x28c417._0x11c55f,_0x28c417._0x110ba4,_0x28c417._0x3fb205)](_0x4b125b);}}catch{}function _0x501026(_0x1cc5c9,_0x476dcd,_0x7b7190,_0x57fe54){return _0x22d238(_0x1cc5c9,_0x476dcd-_0x1ba24a._0x487ae8,_0x57fe54- -_0x1ba24a._0x41c453,_0x57fe54-0x188);}return{'name':_0x284ea8,'filename':_0x598e2c,'description':_0x240f96?.[_0x501026(0x4c,-0x68,-0x34,-_0x28c417._0x58c211)+'n']||null,'hasMetadata':_0x2e5f04[_0x21506d(_0x28c417._0x24adb3,_0x28c417._0x2356b5,0x3be,_0x28c417._0x108e36)](_0x240f96,null)};})),_0x178a9b={};_0x178a9b[_0x22d238(_0x4f1d4f._0x1c9e55,0x552,_0x4f1d4f._0x58db77,0x4f6)]=_0x12465d,_0x178a9b[_0x5984db(_0x4f1d4f._0x4313ad,_0x4f1d4f._0x4bb131,_0x4f1d4f._0x41a9d4,0xd4)+'t']=_0x33a8de,_0x586f24['json'](_0x178a9b);}}catch(_0x5c59ca){if(_0x2e5f04[_0x5984db(_0x4f1d4f._0x227c8c,_0x4f1d4f._0xe0575f,_0x4f1d4f._0x553115,0x1b)](_0x2e5f04[_0x22d238(_0x4f1d4f._0x23ed24,0x46a,_0x4f1d4f._0x65022c,_0x4f1d4f._0x5adb7f)],_0x2e5f04['XRuOE'])){const _0x87eea1={};_0x87eea1[_0x5984db(-0x2f,-0xb2,-0x9f,-0x88)]=_0x5003be['taskId'],_0x87eea1[_0x5984db(_0x4f1d4f._0x4313ad,_0x4f1d4f._0x427320,_0x4f1d4f._0x5aad14,_0x4f1d4f._0x40747d)+'t']=_0x33cdc4,_0x87eea1[_0x5984db(0x71,_0x4f1d4f._0x2d0f21,_0x4f1d4f._0x319c97,0x7c)]=_0x586a1c,_0x87eea1[_0x5984db(-0x1b,-0x74,-0x77,_0x4f1d4f._0x587f94)]=_0x17e12e[_0x22d238(_0x4f1d4f._0x46227b,_0x4f1d4f._0x2e9299,0x59f,0x5a7)],_0x1e1407[_0x22d238(0x474,0x4a6,_0x4f1d4f._0x450235,_0x4f1d4f._0xbc4869)](_0x2e5f04[_0x5984db(0x68,0x4,_0x4f1d4f._0x4d337a,_0x4f1d4f._0x5aad14)],_0x87eea1);const _0x3e2f07={};_0x3e2f07['error']=_0x2e5f04[_0x5984db(-0x6,_0x4f1d4f._0x2bdd5d,_0x4f1d4f._0x402367,-_0x4f1d4f._0x49fc50)],_0x3e2f07[_0x22d238(0x567,_0x4f1d4f._0x390322,0x59f,_0x4f1d4f._0x53ac27)]=_0x2e5f04['vzpyI'],_0x2153c2[_0x22d238(_0x4f1d4f._0x9e359f,0x54a,_0x4f1d4f._0x25bbb0,0x59d)](0x106b*0x2+-0x5*-0x677+-0x3f35)[_0x5984db(0x76,-0x10,_0x4f1d4f._0x3528c5,_0x4f1d4f._0x2e1b6b)](_0x3e2f07);}else{if(_0x5c59ca[_0x5984db(0x70,_0x4f1d4f._0x51ebc5,0x43,-_0x4f1d4f._0x2ef4b6)]==='ENOENT'){const _0x52179e={};_0x52179e[_0x22d238(0x4dc,_0x4f1d4f._0xd0906,_0x4f1d4f._0x58db77,0x49d)]=[],_0x52179e[_0x5984db(0x74,0xba,0x1d,_0x4f1d4f._0x5ce45f)+'t']=_0x33a8de,_0x586f24[_0x22d238(0x510,_0x4f1d4f._0x1be92e,0x531,_0x4f1d4f._0x12af6f)](_0x52179e);}else{const _0x49d240={};_0x49d240['taskId']=_0x7a8de5['taskId'],_0x49d240[_0x5984db(0x74,0x93,0xb4,0x7)+'t']=_0x33a8de,_0x49d240[_0x5984db(-0x1b,-0x75,-_0x4f1d4f._0x3b0cf1,0x5d)]=_0x5c59ca[_0x5984db(0xe4,0xc7,0xbc,0x7e)],logger['error'](_0x2e5f04[_0x5984db(0x36,-0x34,0xab,-_0x4f1d4f._0x43d007)],_0x49d240);const _0xfe4b0={};_0xfe4b0[_0x5984db(-_0x4f1d4f._0x27b082,0x23,_0x4f1d4f._0x587f94,_0x4f1d4f._0x15567a)]=_0x2e5f04[_0x22d238(0x496,_0x4f1d4f._0x562eb4,0x4b5,_0x4f1d4f._0x300021)],_0xfe4b0[_0x5984db(0xe4,_0x4f1d4f._0x4881bf,0x143,_0x4f1d4f._0x1b92d)]=_0x2e5f04[_0x5984db(0x36,_0x4f1d4f._0x422fac,_0x4f1d4f._0x313e53,0x1d)],_0x586f24['status'](0x6*0xb9+-0x3*-0xbcf+-0x25cf)[_0x5984db(0x76,-0x11,0xff,_0x4f1d4f._0x3aaecd)](_0xfe4b0);}}}}),router[_0x2014f7(0x5d2,0x526,0x57e,0x583)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x81e7af,_0x1da6bf)=>{const _0x42fecd={_0x6683b:0xae,_0x329a62:0x108,_0x43116f:0x492,_0x387ecc:0x449,_0x368950:0x4dd,_0x13a170:0x48c,_0x14c271:0x76,_0x4b463f:0x43,_0x3e1a82:0x47b,_0xbef46a:0x45b,_0x2b6980:0x119,_0xe092ba:0xd8,_0x3adf1b:0xe4,_0x10499b:0x3c,_0x378823:0x55,_0x2eb67e:0x52,_0x542961:0x92,_0x21d98b:0x4df,_0x4407c8:0x537,_0x440715:0x59f,_0x5a80a6:0x4fc,_0x42bcdb:0x51f,_0x2071ec:0x5ac,_0x538ede:0x4aa,_0x45699e:0x3a,_0x2d64ef:0x31,_0x1a8ede:0x11e,_0x396aa3:0x594,_0x288f1a:0x529,_0x1594e3:0xbe,_0x58ccd3:0x51,_0x2a7d84:0xb,_0x3b9ae5:0x4fe,_0x20d14f:0x565,_0x24e0bc:0x539,_0x296bd9:0x580,_0x316d86:0x44b,_0x1436a7:0x457,_0x6989bb:0xbd,_0x249ba3:0x4ac,_0x548b8c:0x4ec,_0x407988:0x4f7,_0x12557e:0x419,_0x5f4a4f:0x4ac,_0xb479ea:0x4f9,_0x58d37d:0x4ff,_0x5a0159:0x14,_0x4cf9d6:0x9,_0x404422:0x37,_0x4ac514:0x14,_0x8428c1:0x552,_0x52d883:0x4fd,_0x43f3b3:0x4ab,_0x4a56b6:0x5ac,_0x4ca357:0x4e2,_0x1f58d1:0x4e8,_0x4a1b2d:0x47,_0x1bd457:0x65,_0x185b62:0x5a,_0x594b96:0x20,_0x1febb4:0x74,_0x14de0a:0x2,_0x549c77:0x462,_0x4f4d3e:0x45d,_0x2f92e5:0x4ae,_0x137d1e:0x4a5,_0x268a4b:0x29,_0x5520c7:0x3b,_0x503595:0x15e,_0x40f552:0x117,_0x4ac27a:0x4c,_0xd7274b:0x2f,_0x22c3f2:0x43f,_0x377686:0x46b,_0x5b2a7d:0xc5,_0xc1ef68:0x13b,_0x5f1443:0xf6,_0x2bd0d7:0x159,_0x555621:0x9,_0x5dcb9e:0x7d,_0x3cd401:0x139,_0xf649f9:0x173,_0x48989a:0x136,_0x449536:0xce,_0x1392a6:0x453,_0x43c200:0x469,_0x26c1ed:0x3ff,_0x2a572e:0xd8,_0x51281b:0x474,_0x3883ff:0x4de,_0x181eff:0x10f,_0xca8e45:0xb3,_0x43d112:0x3d,_0x353d52:0x1,_0x34aac8:0x124,_0x5dcccf:0x10a,_0x19a1e5:0x193,_0xc49377:0x113,_0x36d2f3:0x536,_0x55005a:0x4b5,_0x3ac94d:0x4e4,_0x22092c:0x547,_0x546f1a:0x5d0,_0x4ee5bf:0x50d,_0x4e2d90:0x4c8,_0x1aba1a:0x21,_0x4a64d5:0x87,_0x17c92b:0x5f,_0x3cfd46:0x1a,_0x10d080:0x6a,_0x402426:0x21,_0x352de4:0x504,_0x348f57:0x41c,_0x3227f8:0x470,_0x2c2262:0x528,_0x4fa7e2:0x513,_0x539af9:0x50b,_0x53ae84:0xf9,_0x123ab4:0x579,_0x47ebd5:0x44b,_0x457e8c:0x58,_0x42084f:0x25,_0x396888:0x4de,_0x5ba55c:0x519,_0x34de8f:0x4a7,_0x3e6f72:0x530,_0x8f8d1c:0x536,_0x269f33:0x35,_0x316955:0x47b,_0x31434f:0x535,_0x5503d2:0x95,_0x1d65a5:0x95,_0x312127:0x3c,_0x100363:0x492,_0x56e5cc:0x505,_0x20fc27:0x416,_0x221ef6:0x48f,_0xf95394:0x49f,_0x4253aa:0x471,_0x1d84f0:0x43f,_0x309a6f:0x3c3,_0x1c190d:0xcc,_0x15ddf2:0xf1,_0x3ae46f:0x6c,_0x129faf:0x453,_0x2eca31:0x484,_0x50c8d2:0x543,_0x2fb2cf:0x4d7,_0x5efa94:0x591,_0xbdfa9d:0x158,_0x3ba355:0x142,_0x5081c5:0x517,_0x1952ad:0x61,_0x563b5a:0x121,_0x514e65:0xa9,_0x477af2:0x12b,_0x31f51e:0x5aa,_0x3f9721:0x5ab,_0x24e425:0x49c,_0x38eab7:0x56e,_0x2576c7:0x39,_0x4587c6:0x529,_0x57e156:0x51e,_0x4f4dda:0x1c,_0x5692a1:0x65,_0x4e29e7:0x7e,_0x224ab6:0x43f,_0x16e852:0x43f,_0x2add86:0x406,_0x394d86:0x493,_0x44fcc0:0x4c6,_0x19c25a:0x532,_0x5402a8:0x7f,_0x3e74b4:0xc7,_0xe8631e:0x459,_0x3e749c:0x464,_0x56b63e:0x4af,_0x3927d0:0x53f,_0x4996aa:0x5bb,_0x3a90bf:0x4be,_0x337060:0x4ce,_0x2c862e:0x453,_0x45f7b8:0xa,_0x21e537:0x60,_0x33d84e:0x93,_0x1059ff:0x56,_0x2bdabb:0x7,_0x164495:0xab,_0x31774f:0xc1,_0x25f02d:0x65},_0x5b43a5={_0x5e7f24:0x7f,_0x2606d6:0x1ef,_0x7fbcb8:0x12d},_0x2ebbd9={_0x2521e0:0x18f,_0x487908:0x129},_0x347a40={};function _0x31e52c(_0x295685,_0x2628f3,_0xed45af,_0x598570){return _0x2014f7(_0x2628f3,_0x2628f3-0x1cf,_0xed45af-_0x2ebbd9._0x2521e0,_0x295685- -_0x2ebbd9._0x487908);}_0x347a40[_0x47a4f0(-0x103,-_0x42fecd._0x6683b,-0x5c,-_0x42fecd._0x329a62)]=function(_0x28d440,_0x1a8e8e){return _0x28d440===_0x1a8e8e;},_0x347a40[_0x31e52c(_0x42fecd._0x43116f,_0x42fecd._0x387ecc,0x512,0x436)]='ENOENT',_0x347a40[_0x31e52c(0x480,_0x42fecd._0x368950,0x4a7,_0x42fecd._0x13a170)]=_0x47a4f0(-_0x42fecd._0x14c271,0x5,0x81,-_0x42fecd._0x4b463f),_0x347a40[_0x31e52c(_0x42fecd._0x3e1a82,0x41c,_0x42fecd._0xbef46a,0x47c)]=_0x47a4f0(-_0x42fecd._0x2b6980,-_0x42fecd._0xe092ba,-0x112,-_0x42fecd._0x3adf1b)+_0x47a4f0(-_0x42fecd._0x10499b,-0x50,-_0x42fecd._0x378823,-_0x42fecd._0x2eb67e)+'S.md',_0x347a40['kOYlL']='Internal\x20S'+'erver\x20Erro'+'r',_0x347a40['oiRTz']=_0x47a4f0(-_0x42fecd._0x542961,-0xd8,-0xcc,-0x8a)+_0x31e52c(0x52d,_0x42fecd._0x21d98b,0x4bc,_0x42fecd._0x4407c8)+_0x31e52c(0x52f,_0x42fecd._0x440715,_0x42fecd._0x5a80a6,0x5b8),_0x347a40['HQoXz']=_0x31e52c(_0x42fecd._0x42bcdb,0x519,_0x42fecd._0x2071ec,_0x42fecd._0x538ede),_0x347a40[_0x47a4f0(-_0x42fecd._0x45699e,-0xb,_0x42fecd._0x2d64ef,-0x15)]='Bad\x20Reques'+'t',_0x347a40[_0x47a4f0(-0xf9,-0xf9,-_0x42fecd._0x1a8ede,-0xd9)]=_0x31e52c(0x510,0x58b,_0x42fecd._0x396aa3,_0x42fecd._0x288f1a),_0x347a40[_0x47a4f0(-_0x42fecd._0x1594e3,-_0x42fecd._0x58ccd3,_0x42fecd._0x2a7d84,0x33)]=_0x31e52c(_0x42fecd._0x3b9ae5,_0x42fecd._0x20d14f,_0x42fecd._0x24e0bc,_0x42fecd._0x296bd9),_0x347a40[_0x31e52c(_0x42fecd._0x316d86,_0x42fecd._0x1436a7,0x401,0x47f)]=_0x47a4f0(-_0x42fecd._0x6989bb,-0xf4,-0xdc,-0x78),_0x347a40[_0x31e52c(0x482,_0x42fecd._0x249ba3,0x48d,0x431)]='Not\x20Found',_0x347a40[_0x31e52c(0x53f,_0x42fecd._0x548b8c,0x569,_0x42fecd._0x407988)]='Failed\x20to\x20'+_0x31e52c(0x499,_0x42fecd._0x12557e,0x442,_0x42fecd._0x5f4a4f)+_0x31e52c(0x4c2,_0x42fecd._0xb479ea,_0x42fecd._0x58d37d,0x51c);const _0x160ddb=_0x347a40,{callingTask:_0x293131,environmentName:_0xc167d9,environmentPath:_0x454243}=_0x81e7af,{name:_0x36db65}=_0x81e7af['params'];if(_0x36db65['includes']('/')||_0x36db65[_0x47a4f0(-0x5d,-_0x42fecd._0x5a0159,-_0x42fecd._0x4cf9d6,-0x98)]('\x5c')||_0x36db65[_0x47a4f0(_0x42fecd._0x404422,-_0x42fecd._0x4ac514,-0x9a,-0x7a)]('..')){if(_0x160ddb['HQoXz']!==_0x31e52c(0x4ff,_0x42fecd._0x8428c1,_0x42fecd._0x52d883,0x542)){const _0x4cf083={};return _0x4cf083[_0x31e52c(0x453,0x447,_0x42fecd._0x43f3b3,0x47c)]=_0x160ddb['Oimuk'],_0x4cf083[_0x31e52c(_0x42fecd._0x8428c1,_0x42fecd._0x4a56b6,_0x42fecd._0x4ca357,_0x42fecd._0x1f58d1)]=_0x47a4f0(-0xcc,-_0x42fecd._0x4a1b2d,-_0x42fecd._0x1bd457,0x20)+'mplate\x20nam'+'e',_0x1da6bf[_0x47a4f0(_0x42fecd._0x185b62,-_0x42fecd._0x594b96,-_0x42fecd._0x1febb4,_0x42fecd._0x14de0a)](0xf3d+0x981+0x3dd*-0x6)[_0x31e52c(0x4e4,_0x42fecd._0x549c77,0x4e3,_0x42fecd._0x4f4d3e)](_0x4cf083);}else{if(_0x160ddb['cDgqu'](_0x18b6ce[_0x31e52c(0x4de,0x453,_0x42fecd._0x2f92e5,_0x42fecd._0x137d1e)],_0x160ddb[_0x47a4f0(-_0x42fecd._0x268a4b,-0xb7,-0xc6,-0x65)])){const _0x9da768={};_0x9da768[_0x47a4f0(-0x97,-0x30,-0x5c,_0x42fecd._0x5520c7)]='',_0x9da768['environmen'+'t']=_0x201dfa,_0x9da768[_0x47a4f0(-0xbe,-0xe5,-_0x42fecd._0x503595,-_0x42fecd._0x40f552)]=_0x160ddb['iuEpl'],_0x9da768[_0x47a4f0(-_0x42fecd._0x4ac27a,-_0x42fecd._0xd7274b,-_0x42fecd._0x14de0a,0x4b)]=![],_0x2780d4['json'](_0x9da768);}else{const _0x41c9ec={};_0x41c9ec[_0x31e52c(_0x42fecd._0x22c3f2,0x469,0x3c0,0x4bd)]=_0x50f7b4[_0x31e52c(_0x42fecd._0x22c3f2,_0x42fecd._0x377686,0x3ba,0x4be)],_0x41c9ec[_0x47a4f0(-0xcb,-0x67,-0xd9,-_0x42fecd._0x5b2a7d)+'t']=_0x517f02,_0x41c9ec[_0x47a4f0(-_0x42fecd._0xc1ef68,-_0x42fecd._0x5f1443,-0x9c,-_0x42fecd._0x2bd0d7)]=_0x5142d9[_0x47a4f0(0x14,_0x42fecd._0x555621,_0x42fecd._0x5dcb9e,0x42)],_0x159f64[_0x47a4f0(-_0x42fecd._0x3cd401,-0xf6,-0x133,-_0x42fecd._0xf649f9)](_0x160ddb[_0x47a4f0(-_0x42fecd._0x48989a,-_0x42fecd._0x449536,-0xec,-0x103)],_0x41c9ec);const _0x4f5868={};_0x4f5868[_0x31e52c(_0x42fecd._0x1392a6,_0x42fecd._0x43c200,_0x42fecd._0x26c1ed,0x48b)]=_0x160ddb['kOYlL'],_0x4f5868['message']=_0x47a4f0(-0xad,-_0x42fecd._0x2a572e,-0xd0,-0x132)+_0x31e52c(_0x42fecd._0x51281b,_0x42fecd._0x3883ff,0x4d0,0x49e)+_0x47a4f0(-_0x42fecd._0x181eff,-_0x42fecd._0xca8e45,-0xf4,-0x102)+'le',_0x3328d6[_0x47a4f0(_0x42fecd._0x43d112,-0x20,0x2e,-0x77)](0x3f5+-0x2493*-0x1+-0x2694)[_0x47a4f0(-0xd7,-_0x42fecd._0x1bd457,_0x42fecd._0x353d52,-0xef)](_0x4f5868);}}}const _0x1b2838={};_0x1b2838[_0x47a4f0(-_0x42fecd._0x34aac8,-_0x42fecd._0x5dcccf,-_0x42fecd._0x19a1e5,-0x99)]=_0x293131[_0x47a4f0(-0xa3,-_0x42fecd._0x5dcccf,-0x9e,-_0x42fecd._0xc49377)],_0x1b2838[_0x31e52c(_0x42fecd._0x4ca357,0x523,0x537,_0x42fecd._0x36d2f3)+'t']=_0xc167d9,_0x1b2838[_0x47a4f0(0x10,-0x6a,0x12,-0xde)]=_0x36db65,logger[_0x31e52c(0x470,_0x42fecd._0x55005a,_0x42fecd._0x3ac94d,0x4a5)](_0x31e52c(_0x42fecd._0x22092c,0x509,0x4bc,_0x42fecd._0x546f1a)+_0x31e52c(0x4ed,0x525,_0x42fecd._0x4ee5bf,_0x42fecd._0x4e2d90)+'te',_0x1b2838);const _0x3da305=_0x42f208[_0x47a4f0(-0x33,-_0x42fecd._0x1aba1a,0x3c,-_0x42fecd._0x4a64d5)](_0x454243,_0x47a4f0(-_0x42fecd._0x17c92b,-0x35,-_0x42fecd._0x3cfd46,0x16)+'ates');function _0x47a4f0(_0x2178e9,_0x31f891,_0x3cfec5,_0x8ef139){return _0x18399e(_0x3cfec5,_0x31f891-_0x5b43a5._0x5e7f24,_0x3cfec5-_0x5b43a5._0x2606d6,_0x31f891- -_0x5b43a5._0x7fbcb8);}const _0x20a0ce=_0x42f208[_0x47a4f0(_0x42fecd._0x10d080,-_0x42fecd._0x402426,-0x14,-0x10)](_0x3da305,_0x36db65+_0x31e52c(0x497,_0x42fecd._0x352de4,_0x42fecd._0x348f57,_0x42fecd._0x3227f8)),_0x42fb47=_0x42f208[_0x31e52c(_0x42fecd._0x2c2262,_0x42fecd._0x4fa7e2,_0x42fecd._0x539af9,0x4ca)](_0x3da305,_0x36db65+_0x31e52c(0x4bf,0x53d,0x4aa,0x4b3));try{if(_0x160ddb[_0x47a4f0(-0x10d,-_0x42fecd._0x53ae84,-0xd0,-0xf8)]!==_0x160ddb[_0x31e52c(0x4f8,_0x42fecd._0x123ab4,0x528,0x57f)]){const _0x271260=await _0x4eb6b2['readFile'](_0x20a0ce,_0x160ddb[_0x31e52c(_0x42fecd._0x47ebd5,0x48f,0x3f6,0x45f)]);let _0x10fb48=null;try{const _0x3b916b=await _0x4eb6b2['readFile'](_0x42fb47,'utf-8');_0x10fb48=JSON[_0x47a4f0(_0x42fecd._0x457e8c,-_0x42fecd._0x42084f,0x66,0x44)](_0x3b916b);}catch{}const _0x1561de={};_0x1561de[_0x31e52c(0x4ec,0x52d,_0x42fecd._0x396888,0x4a7)]=_0x36db65,_0x1561de[_0x31e52c(_0x42fecd._0x5ba55c,_0x42fecd._0x34de8f,_0x42fecd._0x3e6f72,_0x42fecd._0x8f8d1c)]=_0x271260,_0x1561de[_0x47a4f0(-0x39,-0x2c,_0x42fecd._0x269f33,-0x42)]=_0x10fb48,_0x1561de[_0x31e52c(0x4e2,0x567,_0x42fecd._0x316955,_0x42fecd._0x31434f)+'t']=_0xc167d9,_0x1da6bf['json'](_0x1561de);}else{if(_0x160ddb[_0x47a4f0(-_0x42fecd._0x5503d2,-0xae,-_0x42fecd._0x1d65a5,-_0x42fecd._0x312127)](_0x23c692[_0x31e52c(0x4de,0x4b3,0x50f,0x470)],_0x160ddb[_0x31e52c(_0x42fecd._0x100363,0x510,_0x42fecd._0x56e5cc,_0x42fecd._0x20fc27)])){const _0x5ce0ac={};_0x5ce0ac[_0x31e52c(_0x42fecd._0x221ef6,_0x42fecd._0xf95394,_0x42fecd._0x4253aa,0x492)]=[],_0x5ce0ac['environmen'+'t']=_0xa0dba1,_0x2919bb['json'](_0x5ce0ac);}else{const _0x3c419f={};_0x3c419f['taskId']=_0x473fcf[_0x31e52c(_0x42fecd._0x1d84f0,_0x42fecd._0x309a6f,0x491,0x3bb)],_0x3c419f[_0x47a4f0(-_0x42fecd._0x1c190d,-0x67,-_0x42fecd._0x15ddf2,-_0x42fecd._0x3ae46f)+'t']=_0x453624,_0x3c419f[_0x31e52c(_0x42fecd._0x129faf,0x3fb,_0x42fecd._0x2eca31,0x445)]=_0x4b6e74[_0x31e52c(0x552,_0x42fecd._0x50c8d2,_0x42fecd._0x2fb2cf,_0x42fecd._0x5efa94)],_0x2b8463[_0x47a4f0(-_0x42fecd._0xbdfa9d,-0xf6,-0x136,-_0x42fecd._0x3ba355)](_0x160ddb['oiRTz'],_0x3c419f);const _0xed258c={};_0xed258c['error']=_0x160ddb[_0x31e52c(0x539,_0x42fecd._0x5081c5,0x59d,0x54d)],_0xed258c[_0x47a4f0(0x45,0x9,-_0x42fecd._0x1952ad,0x3b)]=_0x160ddb[_0x47a4f0(-_0x42fecd._0x563b5a,-_0x42fecd._0x514e65,-_0x42fecd._0x477af2,-0x51)],_0x464904[_0x31e52c(_0x42fecd._0x288f1a,_0x42fecd._0x352de4,_0x42fecd._0x31f51e,_0x42fecd._0x3f9721)](-0x17f6+-0x8a4*0x2+-0x39*-0xc2)[_0x31e52c(0x4e4,_0x42fecd._0x24e425,_0x42fecd._0x5f4a4f,_0x42fecd._0x38eab7)](_0xed258c);}}}catch(_0x3b12f6){if(_0x160ddb['cDgqu'](_0x3b12f6['code'],'ENOENT')){const _0xc50b3a={};_0xc50b3a['error']=_0x160ddb[_0x47a4f0(-0x127,-0xc7,-0x87,-0xba)],_0xc50b3a[_0x47a4f0(-0x7f,_0x42fecd._0x555621,_0x42fecd._0x2576c7,-0x73)]='Template\x20\x27'+_0x36db65+('\x27\x20not\x20foun'+'d'),_0x1da6bf[_0x31e52c(_0x42fecd._0x4587c6,_0x42fecd._0x5ba55c,0x4de,_0x42fecd._0x57e156)](-0x398+-0x21f8+0xa7*0x3c)[_0x47a4f0(-_0x42fecd._0x4f4dda,-_0x42fecd._0x5692a1,0xf,-_0x42fecd._0x4e29e7)](_0xc50b3a);}else{const _0x4dba99={};_0x4dba99[_0x31e52c(_0x42fecd._0x224ab6,_0x42fecd._0x20fc27,0x434,0x4a2)]=_0x293131[_0x31e52c(_0x42fecd._0x16e852,_0x42fecd._0x2add86,_0x42fecd._0x394d86,0x47a)],_0x4dba99['environmen'+'t']=_0xc167d9,_0x4dba99[_0x31e52c(_0x42fecd._0x21d98b,0x4ad,_0x42fecd._0x44fcc0,_0x42fecd._0x19c25a)]=_0x36db65,_0x4dba99[_0x47a4f0(-_0x42fecd._0x5402a8,-0xf6,-_0x42fecd._0x3e74b4,-0x141)]=_0x3b12f6[_0x31e52c(_0x42fecd._0x8428c1,0x5bb,0x566,0x587)],logger[_0x31e52c(_0x42fecd._0x1392a6,_0x42fecd._0xe8631e,_0x42fecd._0x3e749c,_0x42fecd._0x56b63e)](_0x160ddb[_0x31e52c(_0x42fecd._0x3927d0,_0x42fecd._0x4996aa,_0x42fecd._0x3a90bf,_0x42fecd._0x337060)],_0x4dba99);const _0x4efb2b={};_0x4efb2b[_0x31e52c(_0x42fecd._0x2c862e,0x4d8,0x41b,0x43e)]=_0x47a4f0(-0x9,_0x42fecd._0x45f7b8,0xf,-_0x42fecd._0x21e537)+_0x47a4f0(-_0x42fecd._0x33d84e,-_0x42fecd._0x1059ff,_0x42fecd._0x2bdabb,-_0x42fecd._0x164495)+'r',_0x4efb2b['message']=_0x160ddb[_0x31e52c(_0x42fecd._0x3927d0,0x543,0x56a,0x543)],_0x1da6bf['status'](-0x839*-0x4+0x71*0x43+-0x3c83)[_0x47a4f0(-_0x42fecd._0x31774f,-_0x42fecd._0x25f02d,-0x82,-0xb0)](_0x4efb2b);}}}),router[_0x18399e(0x14c,0x174,0xc2,0xe8)](_0x18399e(0xc6,-0x5,0xa8,0x81)+_0x18399e(0xba,0xd5,0x45,0xcb),requireTaskAuth,requireTemplatesPermission,async(_0x54a226,_0x414a5e)=>{const _0x40529d={_0x211bb9:0x8d,_0x2b3371:0xeb,_0x2da329:0x38,_0x511d51:0x42,_0x11c3fa:0x2,_0x53b167:0x48,_0x4290b2:0x18e,_0x1fad47:0x44,_0xd85177:0x32,_0x458007:0x81,_0xdc47ea:0x1a7,_0x1caaa8:0xe6,_0x682e04:0x125,_0x1a2fb0:0x5,_0x4330e9:0x78,_0x2445dc:0x75,_0x3ef5b0:0x85,_0x11f639:0x1f,_0x3080b2:0x51,_0x1ad7d1:0x45,_0x1de5eb:0x21,_0x22e756:0x7e,_0x2ad0b4:0x83,_0x29e46d:0xd0,_0x3b77de:0x181,_0x4b01ee:0x10e,_0x55ab73:0x59,_0x4e30e2:0x20,_0x58c8a9:0x2b,_0x14d860:0xad,_0x6c5c14:0x30,_0x42e14f:0xb8,_0x36ab7f:0x146,_0x2258f9:0x71,_0x41c41b:0xca,_0x301c06:0x108,_0x14a076:0x13d,_0x48071e:0xa2,_0x58283e:0x45,_0x3d2ddb:0xd7,_0x27ea78:0x117,_0x23dd39:0x115,_0x7b1666:0x19,_0x588996:0x4,_0x3fc6e1:0x47,_0x54ef31:0x73,_0xe161c9:0x7b,_0x1c4535:0x15,_0x27d3f4:0x84,_0x307a57:0x62,_0x41257b:0xc9,_0x2835a4:0xd1,_0x4a7cec:0x12c,_0x48f6f3:0x88,_0x328424:0x28,_0x1faf33:0x92,_0x245747:0x12d,_0xda5f72:0x16b,_0x5a5fe8:0x49,_0x60d4a5:0xab,_0x2c697a:0x29,_0x42d62d:0xdd,_0x480abb:0xbc,_0x5998b2:0x42,_0x4a1737:0x176,_0x570afe:0x11b,_0x37c5d9:0x128,_0x490ff3:0xfe,_0x55f06a:0x1a1,_0x3366ca:0x11c,_0x230950:0x15,_0x11b52d:0xa6,_0x4c61cc:0x6e,_0x4b50f2:0xa9,_0x349e5a:0x29,_0x31f114:0x8d,_0x299464:0x115,_0x287c1d:0x1a2,_0x353c94:0x15,_0x4aee9f:0x82,_0x10f327:0x153,_0x45e958:0xff,_0x42214b:0xd9,_0x10868e:0x9e,_0x24252d:0x93,_0x4fce5f:0xd1,_0x3ee354:0xdb,_0x2696b5:0x15f,_0x2be937:0x41,_0x458c04:0x9c,_0xbbb42f:0xf2,_0x31d88e:0xc3,_0x2f299e:0x12c,_0x24dd29:0x4f,_0x240377:0x7f,_0x12ff3a:0x6b,_0x552d78:0xcf,_0x3114fd:0x59,_0x3473d6:0x8b,_0x372dcf:0xa7,_0x43e3d4:0xe5,_0x21ae14:0x10a,_0x2c2c15:0x15,_0x2e8d2d:0x1c,_0x504ef3:0x5c,_0x5b24ea:0xd3,_0x11d1a4:0x14,_0x18d685:0x8e,_0x153a23:0x53,_0x29f940:0x5b,_0xb91bdd:0xa1,_0x5bfff4:0x91,_0x15f6d0:0x11,_0x210398:0x61,_0x247f9a:0xa7,_0x1a1c35:0xe5,_0x55b86e:0xca,_0x1e785f:0x30,_0x5bd201:0xda,_0x4e8927:0xe8,_0x962c59:0xb2,_0x277a71:0xc4,_0x283f32:0x45,_0x31ddd4:0xb8,_0x2beebe:0x2b,_0x37b9bc:0x4c,_0x18d98b:0xb7,_0x19f1f3:0x78,_0x10ce32:0xc6,_0x155bdd:0x132,_0x3d8460:0xa1,_0x5c4cc8:0x119,_0x262c4f:0x67,_0x5da77a:0xdf,_0xa6993d:0xd7,_0x45d5ab:0x10,_0x380582:0xa8,_0x11a247:0x2,_0x2417af:0x15d,_0x1e2f07:0x155,_0xfcfcce:0x168,_0x34dd29:0xfc,_0x7edc82:0xff,_0x3ee9e8:0x103,_0x4ed22f:0x172,_0x486a8a:0x96,_0x14c172:0x114,_0x492a14:0xee,_0x218726:0x149,_0x520c69:0xc2,_0x34517a:0x87,_0x1ec4c8:0xae,_0x390d48:0x72,_0x48bd3f:0x63,_0x1bc0ca:0x6c,_0x5ca42c:0x100,_0x13e205:0x99,_0x97b4e5:0x15e,_0x207de6:0xba},_0x31a7d4={_0x158707:0x1c5,_0x305ab0:0x1db,_0x4b708d:0x667},_0x4a109c={_0x47f8cf:0x553};function _0x137ab8(_0x1eef83,_0x26ddb2,_0x2de511,_0x4947fe){return _0x2014f7(_0x26ddb2,_0x26ddb2-0x98,_0x2de511-0x1d1,_0x4947fe- -_0x4a109c._0x47f8cf);}const _0x405934={};_0x405934[_0x13562b(-_0x40529d._0x211bb9,-0xd5,-0x95,-_0x40529d._0x2b3371)]=_0x137ab8(-_0x40529d._0x2da329,0x77,0x5e,_0x40529d._0x511d51)+'t',_0x405934[_0x13562b(0x8,-_0x40529d._0x11c3fa,-0x23,-_0x40529d._0x53b167)]=_0x13562b(-0x3c,-0x6d,-0xc,0x45)+_0x137ab8(_0x40529d._0x4290b2,0x16c,0xf6,0x116)+'e',_0x405934[_0x13562b(-_0x40529d._0x1fad47,-_0x40529d._0xd85177,-0x35,-_0x40529d._0x458007)]=_0x137ab8(0x144,_0x40529d._0xdc47ea,_0x40529d._0x1caaa8,_0x40529d._0x682e04)+_0x13562b(-0xc,-0x79,-0x93,_0x40529d._0x1a2fb0)+'uired',_0x405934[_0x137ab8(0x23,0xe8,0x14,_0x40529d._0x4330e9)]=_0x137ab8(_0x40529d._0x2445dc,_0x40529d._0x3ef5b0,0x46,_0x40529d._0x11f639)+_0x13562b(-_0x40529d._0x3080b2,-_0x40529d._0x1ad7d1,-0x92,-_0x40529d._0x1de5eb)+'te',_0x405934[_0x13562b(-_0x40529d._0x53b167,-_0x40529d._0x22e756,-_0x40529d._0x2ad0b4,-_0x40529d._0x29e46d)]=_0x13562b(-0x2a,-0x57,-0x9c,-0x67)+_0x137ab8(_0x40529d._0x3b77de,_0x40529d._0x4b01ee,0x15a,0x105),_0x405934[_0x13562b(-_0x40529d._0x55ab73,_0x40529d._0x4e30e2,-_0x40529d._0x58c8a9,-_0x40529d._0x14d860)]='4|1|2|0|3',_0x405934['sjwBd']=_0x137ab8(_0x40529d._0x6c5c14,0x49,_0x40529d._0x42e14f,0x9f)+_0x137ab8(0x7b,_0x40529d._0x36ab7f,_0x40529d._0x2258f9,_0x40529d._0x41c41b)+_0x137ab8(_0x40529d._0x301c06,_0x40529d._0x14a076,0x13a,0x104),_0x405934[_0x13562b(-0x19,0x62,-0x4f,-_0x40529d._0x48071e)]='utf-8',_0x405934[_0x13562b(-0x1d,-_0x40529d._0x58283e,-0xa8,-0x51)]=function(_0x3f610d,_0x230f54){return _0x3f610d!==_0x230f54;},_0x405934[_0x13562b(-_0x40529d._0x3d2ddb,-0x65,-_0x40529d._0x27ea78,-_0x40529d._0x23dd39)]=_0x137ab8(_0x40529d._0x7b1666,0x1e,-_0x40529d._0x588996,_0x40529d._0x3fc6e1)+_0x13562b(-_0x40529d._0x54ef31,-0xa6,-_0x40529d._0xe161c9,-0xaa)+'late';function _0x13562b(_0x3fb0e8,_0x924553,_0x262419,_0x1652d8){return _0x2014f7(_0x924553,_0x924553-_0x31a7d4._0x158707,_0x262419-_0x31a7d4._0x305ab0,_0x3fb0e8- -_0x31a7d4._0x4b708d);}_0x405934['IQoFO']=_0x13562b(_0x40529d._0x1c4535,_0x40529d._0x27d3f4,_0x40529d._0x1a2fb0,_0x40529d._0x307a57)+_0x137ab8(0xe8,0x71,0xd9,_0x40529d._0x41257b)+'r';const _0x2dca85=_0x405934,{callingTask:_0x2c2700,taskUser:_0x5ae659,environmentName:_0xef12e4,environmentPath:_0x2554a4}=_0x54a226,{name:_0x2c215b}=_0x54a226[_0x13562b(-0xbd,-0x6f,-_0x40529d._0x2835a4,-_0x40529d._0x4a7cec)],{content:_0xd88f35,metadata:_0x5433c5}=_0x54a226[_0x13562b(-_0x40529d._0x48f6f3,-_0x40529d._0x328424,-_0x40529d._0x1faf33,-_0x40529d._0x27d3f4)];if(_0x2c215b['includes']('/')||_0x2c215b[_0x137ab8(0x179,0x15d,0x17c,0x10b)]('\x5c')||_0x2c215b[_0x137ab8(_0x40529d._0x245747,0x102,_0x40529d._0xda5f72,0x10b)]('..')){const _0x36400d={};return _0x36400d[_0x137ab8(-0x3e,_0x40529d._0x5a5fe8,_0x40529d._0x60d4a5,_0x40529d._0x2c697a)]=_0x2dca85[_0x13562b(-_0x40529d._0x211bb9,-_0x40529d._0x42d62d,-_0x40529d._0x480abb,-_0x40529d._0x5998b2)],_0x36400d[_0x137ab8(_0x40529d._0x4a1737,0x170,_0x40529d._0x570afe,_0x40529d._0x37c5d9)]=_0x2dca85[_0x137ab8(_0x40529d._0x490ff3,0x119,_0x40529d._0x55f06a,_0x40529d._0x3366ca)],_0x414a5e[_0x13562b(-_0x40529d._0x230950,-0x5a,-0x6d,-0x7d)](0x2110+-0x14dd+-0xaa3)[_0x13562b(-0x5a,-0x75,-_0x40529d._0x11b52d,-0x6f)](_0x36400d);}if(_0xd88f35===undefined){const _0x19f1dc={};return _0x19f1dc[_0x137ab8(_0x40529d._0x55ab73,_0x40529d._0x4c61cc,_0x40529d._0x4b50f2,_0x40529d._0x349e5a)]=_0x2dca85[_0x13562b(-_0x40529d._0x31f114,-0x7e,-0x50,-_0x40529d._0x299464)],_0x19f1dc[_0x137ab8(_0x40529d._0x287c1d,0x128,0x1aa,0x128)]=_0x2dca85['EUGZm'],_0x414a5e[_0x13562b(-_0x40529d._0x353c94,-_0x40529d._0x4aee9f,-0xb,-0x7)](-0x1b0*0x16+0x1caa+0x1*0xa06)['json'](_0x19f1dc);}const _0x47993b={};_0x47993b[_0x13562b(-0xff,-0xee,-_0x40529d._0x10f327,-0xf9)]=_0x2c2700[_0x13562b(-_0x40529d._0x45e958,-0x101,-_0x40529d._0x42214b,-0xe2)],_0x47993b['environmen'+'t']=_0xef12e4,_0x47993b[_0x13562b(-0x5f,-_0x40529d._0x10868e,0x1e,-_0x40529d._0x24252d)]=_0x2c215b,_0x47993b[_0x13562b(-0xc1,-_0x40529d._0x4fce5f,-0x7a,-0x52)]=_0x5ae659['id'],_0x47993b[_0x13562b(-_0x40529d._0x3ee354,-0x104,-_0x40529d._0x2696b5,-0x93)+'a']=_0x5433c5!==undefined,logger[_0x137ab8(_0x40529d._0x48071e,-_0x40529d._0x2be937,0xd3,0x46)](_0x2dca85[_0x13562b(-_0x40529d._0x458c04,-0x65,-_0x40529d._0xbbb42f,-0xd2)],_0x47993b);const _0x557fa8=_0x42f208['join'](_0x2554a4,_0x2dca85['clCQA']),_0x593938=_0x42f208[_0x137ab8(_0x40529d._0x31d88e,0xcc,_0x40529d._0x2f299e,_0x40529d._0x490ff3)](_0x557fa8,_0x2c215b+_0x13562b(-0xa7,-0x74,-_0x40529d._0x24dd29,-0x93)),_0x13f4aa=_0x42f208['join'](_0x557fa8,_0x2c215b+_0x13562b(-_0x40529d._0x240377,-_0x40529d._0x12ff3a,-_0x40529d._0x552d78,-0x55)),_0x2b1e95=new Date()['toISOStrin'+'g']();try{const _0x466ed1=_0x2dca85[_0x13562b(-_0x40529d._0x3114fd,-_0x40529d._0x3473d6,-0xbf,-0x42)][_0x137ab8(0xb8,_0x40529d._0x372dcf,_0x40529d._0x43e3d4,_0x40529d._0x21ae14)]('|');let _0x426649=0x25c5+-0x1*-0x210d+0xe2a*-0x5;while(!![]){switch(_0x466ed1[_0x426649++]){case'0':const _0x116569={};_0x116569[_0x137ab8(-0x6a,0x4d,-0x19,_0x40529d._0x2c2c15)]=_0x2c2700[_0x137ab8(0x9f,-_0x40529d._0x2e8d2d,-_0x40529d._0x1a2fb0,_0x40529d._0x230950)],_0x116569[_0x13562b(-_0x40529d._0x504ef3,-_0x40529d._0x5b24ea,-0x8,-_0x40529d._0x1ad7d1)+'t']=_0xef12e4,_0x116569[_0x13562b(-0x5f,-0xb2,-_0x40529d._0x11d1a4,-_0x40529d._0x18d685)]=_0x2c215b,_0x116569[_0x137ab8(-0x1c,0x6a,0x16,_0x40529d._0x153a23)]=_0x5ae659['id'],logger['info'](_0x2dca85[_0x13562b(-0x2c,-0x2d,_0x40529d._0x29f940,-_0x40529d._0xb91bdd)],_0x116569);continue;case'1':await _0x4eb6b2[_0x13562b(-_0x40529d._0x5bfff4,-_0x40529d._0x15f6d0,-0xec,-_0x40529d._0x210398)](_0x593938,_0xd88f35,_0x2dca85['NyYNO']);continue;case'2':_0x2dca85[_0x137ab8(_0x40529d._0x247f9a,_0x40529d._0x1a1c35,0xf3,0xf7)](_0x5433c5,undefined)&&_0x2dca85[_0x137ab8(_0x40529d._0x55b86e,0x11f,0xb2,0xf7)](_0x5433c5,null)&&await _0x4eb6b2['writeFile'](_0x13f4aa,JSON[_0x137ab8(-_0x40529d._0x1e785f,_0x40529d._0x5bd201,-0x3,0x4f)](_0x5433c5,null,0x397*-0x3+-0x469*0x2+-0xad*-0x1d),_0x2dca85['NyYNO']);continue;case'3':const _0x3ac1ae={};_0x3ac1ae[_0x13562b(-_0x40529d._0x4e8927,-_0x40529d._0x5bd201,-0x127,-_0x40529d._0x962c59)]=!![],_0x3ac1ae[_0x13562b(-0x52,-_0x40529d._0x41257b,-0xad,-0xba)]=_0x2c215b,_0x3ac1ae[_0x137ab8(0xfa,_0x40529d._0x277a71,_0x40529d._0x283f32,_0x40529d._0x31ddd4)+'t']=_0xef12e4,_0x3ac1ae[_0x137ab8(0xd0,_0x40529d._0x2beebe,0x9d,_0x40529d._0x37b9bc)]=_0x2b1e95,_0x3ac1ae[_0x13562b(-0xdf,-_0x40529d._0x18d98b,-0xb8,-_0x40529d._0x19f1f3)+_0x137ab8(_0x40529d._0x10ce32,_0x40529d._0x155bdd,0xab,0x12d)]=_0x2c2700[_0x13562b(-0xff,-_0x40529d._0x3d8460,-_0x40529d._0x5c4cc8,-0x101)],_0x3ac1ae['updatedByU'+_0x13562b(-_0x40529d._0x262c4f,-_0x40529d._0x5da77a,-_0x40529d._0xa6993d,-_0x40529d._0x45d5ab)]=_0x5ae659['id'],_0x414a5e[_0x13562b(-0x5a,-_0x40529d._0x380582,-0x57,_0x40529d._0x11a247)](_0x3ac1ae);continue;case'4':const _0x398c55={};_0x398c55['recursive']=!![],await _0x4eb6b2[_0x137ab8(_0x40529d._0x2417af,_0x40529d._0x1e2f07,_0x40529d._0xfcfcce,_0x40529d._0x34dd29)](_0x557fa8,_0x398c55);continue;}break;}}catch(_0x4417c5){const _0x509252={};_0x509252[_0x13562b(-_0x40529d._0x7edc82,-_0x40529d._0x3ee9e8,-_0x40529d._0x4ed22f,-0x14b)]=_0x2c2700[_0x137ab8(-_0x40529d._0x11a247,-0x28,_0x40529d._0x486a8a,_0x40529d._0x353c94)],_0x509252['environmen'+'t']=_0xef12e4,_0x509252['template']=_0x2c215b,_0x509252[_0x137ab8(0x13,0xb0,0x1a,0x29)]=_0x4417c5[_0x137ab8(0x136,0x123,_0x40529d._0x14c172,0x128)],logger['error'](_0x2dca85[_0x13562b(-0xd7,-_0x40529d._0x492a14,-0x5a,-_0x40529d._0x218726)],_0x509252);const _0x56c8a2={};_0x56c8a2['error']=_0x2dca85[_0x13562b(-0xb4,-_0x40529d._0x520c69,-_0x40529d._0x48f6f3,-_0x40529d._0x34517a)],_0x56c8a2['message']=_0x137ab8(_0x40529d._0x1ec4c8,-0x16,0x7c,_0x40529d._0x3fc6e1)+_0x13562b(-_0x40529d._0x54ef31,-_0x40529d._0x390d48,-_0x40529d._0x48bd3f,-0xa9)+_0x137ab8(0x98,_0x40529d._0x1bc0ca,0x5d,0x67),_0x414a5e[_0x137ab8(_0x40529d._0x5ca42c,_0x40529d._0x13e205,_0x40529d._0x97b4e5,_0x40529d._0x7edc82)](-0x73c*-0x1+-0x1*0xa6e+-0x526*-0x1)[_0x137ab8(0x11a,_0x40529d._0x58283e,0x54,_0x40529d._0x207de6)](_0x56c8a2);}}),router['delete'](_0x2014f7(0x61c,0x5dc,0x5c9,0x5c6)+_0x2014f7(0x651,0x60f,0x692,0x610),requireTaskAuth,requireTemplatesPermission,async(_0x266e3c,_0x17be82)=>{const _0x1eb9ea={_0x5e7a16:0xbe,_0x4f3860:0x28,_0xb6a565:0x15,_0x1b94c3:0x30,_0x4eb0a6:0x5c2,_0x3c6e66:0x542,_0x4b54b7:0x546,_0x195a3d:0x5a8,_0x254c4f:0x57d,_0x365cab:0x4c2,_0x9f6656:0x2,_0x2782e8:0x10f,_0x135c60:0x87,_0x34ea11:0x4ac,_0x3b25b7:0x6d,_0x49f5ac:0x108,_0x2786c5:0x104,_0x17bfce:0xb3,_0x808573:0x73,_0x5e916d:0x4d,_0x4b5450:0x30,_0x475f51:0x4c6,_0xd07b4a:0x584,_0x5da526:0x31,_0x140297:0x3e,_0x41a497:0xa5,_0x1156e7:0x539,_0x559e28:0x5c0,_0x373fee:0x554,_0x356a8e:0x505,_0x384971:0x4a,_0xddd965:0x3f,_0x5648af:0x54d,_0x2484ea:0x55d,_0x3fc6fa:0x59,_0xd3f2cf:0xd9,_0xffbe41:0xd4,_0xefb00d:0x41,_0x306a3d:0x598,_0x20947f:0x5c2,_0xf66c17:0x5c4,_0x4d9dda:0x11,_0x59e599:0xa,_0x275a97:0x9,_0x4931c8:0x64,_0x1f9a53:0x5b8,_0x9e5cd9:0x5a0,_0x3dfae9:0x592,_0x394d0c:0x5db,_0x3728d7:0x35,_0x5e0a93:0xc,_0x3fd6da:0x6c,_0x2e5165:0x1b,_0x1c89e2:0x36,_0x4f8a3e:0x596,_0x4fea97:0x58e,_0xaf9d4c:0x55b,_0x3c3a64:0x534,_0x39c4ac:0x8,_0x5d8043:0x34,_0x5b05e5:0x4e5,_0x573b91:0x4f1,_0x56e977:0x516,_0x17bb25:0x4e9,_0x2bb217:0x55,_0x4510d0:0x20,_0x14827d:0x76,_0x2ce6d0:0x94,_0x2eae17:0x7d,_0x3c5254:0x23,_0x56fc92:0xa1,_0x2e287f:0xa8,_0x31d1be:0x32,_0xf75c6a:0x12a,_0x46f15b:0xc1,_0x10ce84:0x80,_0xf5722e:0x10,_0x56431a:0x5a9,_0xe4c67f:0x5b6,_0x2883ff:0x621,_0x46daf2:0x582,_0x13b97a:0x590,_0x4c92c1:0x588,_0x5449a7:0x5f3,_0x400c82:0x545,_0x5585d9:0x5a8,_0x32cac0:0x501,_0x6fae20:0x4f0,_0x3dc5ba:0x4d8,_0x275c07:0x458,_0x17dbd5:0x4ce,_0x262f6a:0xb,_0x2198b0:0x97,_0x252a07:0xc2,_0x487721:0x4c7,_0x3786cc:0x53a,_0x11e1e9:0xb9,_0xf58e92:0x60,_0x3f844d:0x5b4,_0x52b1e0:0x561,_0x5dc6f2:0x29,_0x1dfa1e:0x4,_0x449f58:0xc0,_0x18fa7e:0xb2,_0x1fbbb7:0x4b3,_0x3ed8e1:0x490,_0x1b415d:0x67,_0x5dc0e1:0x5,_0xae617d:0x3b,_0x111035:0x43,_0x49ba5e:0x4d2,_0x81775c:0x525,_0x2cb565:0x3,_0x2733e7:0x56f,_0x2f1676:0x53,_0x54c117:0x5d,_0xf15427:0x442,_0x449203:0x474,_0x2f281a:0x160,_0x3dc51d:0x65,_0x3c2670:0x48f,_0x3debcd:0x490,_0x4d70d4:0x4bf,_0x4bba9e:0x86,_0xbbe541:0x4b,_0x47fb4b:0x574,_0x1430f0:0x52a,_0x57f06a:0x90,_0x16ff44:0x25,_0x4e1a57:0x8e,_0xe584b4:0x5c,_0x5cbd15:0xe,_0x2e8c9b:0x3d,_0xa334:0x85,_0x1dce2e:0xd2,_0x994015:0xdc,_0x40fa16:0x55,_0x1bbf71:0x53,_0x28aaa9:0x5c6,_0x3cc7b3:0x5de,_0x20019d:0x59d,_0x3ff824:0x1,_0x50b900:0x4c,_0x5a1afb:0x4be,_0x348cbf:0x472,_0x4bb72a:0x528,_0x4a06c6:0x1d,_0x7e287c:0xa2,_0xe3a615:0x75,_0x1436f0:0x2f,_0x545182:0x93,_0x5a517f:0x40,_0x11ad36:0x576,_0x197b4a:0x115,_0xb1f807:0x84,_0x4e8d03:0x8b,_0x57bfac:0x1f,_0x330119:0xf6,_0x15e72a:0x128,_0x13486a:0x4a6,_0x1a4fb5:0x556,_0x5c7e09:0x5ce,_0x1e5dfc:0x10,_0x50dd2f:0x564,_0x71c0e1:0x5e9,_0x419024:0x571,_0xb053ec:0x566,_0x5a5bb0:0x59d,_0x3f25a8:0x541,_0x128439:0x1e,_0x550f32:0x41,_0xaeac47:0x168,_0x48348c:0xff,_0x443158:0xe6,_0x341199:0x5d3,_0x9ced81:0x53c,_0x6a2d39:0x4da,_0x679de2:0x4dd,_0x3b75dc:0x9b,_0x408f14:0xda,_0x142c36:0xcf,_0x1857f6:0x3d,_0x9f2bd:0x59c,_0x4ca27c:0x54c,_0x4d5a8d:0x4e6,_0x1eceed:0x2,_0x47d84b:0x441,_0x4200f1:0x4e8,_0x2a6404:0x545,_0x546b03:0xb7,_0x21877e:0xb6,_0x562669:0x2a,_0x50795e:0x5d1,_0x3261e3:0xb1,_0x376311:0x4d,_0x430740:0x622,_0x1f4e27:0x53e,_0x355a44:0x5e1,_0x2ce608:0x53b,_0x489612:0x4d1,_0x4d99f1:0x466,_0xb74b50:0x4cf,_0x404ceb:0x4f3,_0x561083:0x1b,_0x562217:0x43,_0x3c0d5f:0x40,_0x35f272:0x5c6,_0x19c846:0x618,_0x17b904:0x4d9,_0x508c22:0x579,_0x4374a9:0x59e,_0x2e1aef:0x22,_0x578d4e:0x89,_0x46ea33:0xf,_0x213dbc:0x476,_0x55ec19:0x4cb,_0x440103:0x2e,_0x5c4fc7:0x567,_0x2f84ba:0x5d5,_0x195da2:0x5d0,_0x508430:0x4e5,_0x509cb0:0x66,_0x5631ef:0x98,_0x57bbc0:0x10,_0x2e32a5:0x558,_0x1af2ac:0x4d0,_0x55ef25:0x56e,_0x5b436:0x504,_0x4c48e8:0xf,_0x106ec8:0x6e,_0x256f7f:0x24,_0x4abc4d:0x552,_0x56e1b8:0x4df,_0x49e590:0x59b,_0x5dd46c:0x4a,_0x198e6d:0x13b,_0x3142bc:0x8e,_0x385272:0xf0,_0x1e70ff:0x4fd,_0x41cb9a:0x5bf,_0x123627:0x54b,_0x1187a5:0x506,_0x5ee3b2:0x55a,_0x3a35c8:0x4ef,_0x460a32:0x53,_0x1956d1:0x567,_0x2677c0:0x4bf,_0x49dba9:0x4bd,_0x5e0760:0xa0,_0x5ecf6c:0x4d1,_0xd2957d:0xae,_0x52d671:0x61d,_0x17c096:0xd5,_0x1204a9:0x48,_0x400f41:0x42d,_0x469633:0x7e,_0x12b074:0x6c,_0x3dfc4d:0x2d,_0x1126cb:0x471,_0x50cbbb:0x117,_0x4e52b5:0xbd,_0x961f1:0xb4,_0x185eb9:0x50b,_0x55d931:0x577,_0x3652fd:0x58a,_0x1fc48f:0x5a5,_0x2131f7:0x568,_0xd3465:0xae},_0x519151={_0x5d7e39:0x64e},_0x2ddb64={_0xc95ed1:0x1d3},_0x30395e={};_0x30395e[_0x45a649(_0x1eb9ea._0x5e7a16,-_0x1eb9ea._0x4f3860,-_0x1eb9ea._0xb6a565,_0x1eb9ea._0x1b94c3)]=_0x6e946c(_0x1eb9ea._0x4eb0a6,0x61c,_0x1eb9ea._0x3c6e66,0x5d5),_0x30395e[_0x6e946c(_0x1eb9ea._0x4b54b7,0x50f,_0x1eb9ea._0x195a3d,0x524)]=_0x6e946c(0x504,0x56c,_0x1eb9ea._0x254c4f,_0x1eb9ea._0x365cab),_0x30395e[_0x45a649(-0xe1,-_0x1eb9ea._0x9f6656,-_0x1eb9ea._0x2782e8,-_0x1eb9ea._0x135c60)]=_0x6e946c(0x4f8,_0x1eb9ea._0x34ea11,0x4e9,0x4f5)+_0x45a649(-_0x1eb9ea._0x3b25b7,-_0x1eb9ea._0x49f5ac,-_0x1eb9ea._0x2786c5,-_0x1eb9ea._0x17bfce)+'d',_0x30395e[_0x45a649(-0x43,-_0x1eb9ea._0x808573,-0x5a,-_0x1eb9ea._0x5e916d)]=_0x45a649(-0x1,0x2,0x2b,-_0x1eb9ea._0x4b5450),_0x30395e['XWXLE']=function(_0x2b5671,_0x4a83ad){return _0x2b5671===_0x4a83ad;},_0x30395e[_0x6e946c(0x52f,_0x1eb9ea._0x475f51,0x528,_0x1eb9ea._0xd07b4a)]='ENOENT',_0x30395e[_0x45a649(_0x1eb9ea._0x5da526,-_0x1eb9ea._0x140297,_0x1eb9ea._0x41a497,0x26)]=_0x6e946c(_0x1eb9ea._0x1156e7,_0x1eb9ea._0x559e28,0x597,0x4dd)+_0x6e946c(_0x1eb9ea._0x373fee,0x5bf,0x578,_0x1eb9ea._0x356a8e);function _0x6e946c(_0x372231,_0x2c4463,_0x4924ba,_0x295ca4){return _0x2014f7(_0x295ca4,_0x2c4463-0x175,_0x4924ba-_0x2ddb64._0xc95ed1,_0x372231- -0xb5);}_0x30395e[_0x45a649(0x2,_0x1eb9ea._0x384971,0x40,-_0x1eb9ea._0xddd965)]='Unauthoriz'+'ed',_0x30395e[_0x6e946c(0x545,_0x1eb9ea._0x5648af,_0x1eb9ea._0x2484ea,0x53a)]='fjbFZ',_0x30395e[_0x45a649(-_0x1eb9ea._0x3fc6fa,-0x8c,-0xdb,-0x6e)]=_0x45a649(-0x85,-0x103,-_0x1eb9ea._0xd3f2cf,-_0x1eb9ea._0xffbe41)+'ing\x20templa'+'te',_0x30395e[_0x45a649(-_0x1eb9ea._0x135c60,-0x20,-_0x1eb9ea._0xefb00d,-0xab)]=_0x6e946c(0x588,_0x1eb9ea._0x306a3d,_0x1eb9ea._0x20947f,_0x1eb9ea._0xf66c17)+_0x45a649(-_0x1eb9ea._0x4d9dda,0x5,-0x81,_0x1eb9ea._0x59e599),_0x30395e['hWAzr']=_0x45a649(0x17,_0x1eb9ea._0x275a97,-0xb7,-_0x1eb9ea._0x4931c8),_0x30395e[_0x6e946c(_0x1eb9ea._0x1f9a53,0x60c,0x5c6,0x567)]=function(_0x318b3e,_0x519e35){return _0x318b3e===_0x519e35;},_0x30395e['DBXRM']=_0x6e946c(_0x1eb9ea._0x9e5cd9,0x5df,0x5c5,0x58b),_0x30395e[_0x6e946c(0x566,_0x1eb9ea._0x3dfae9,_0x1eb9ea._0x2484ea,_0x1eb9ea._0x394d0c)]=_0x45a649(-0x89,_0x1eb9ea._0x3728d7,-0x42,-0x51)+_0x45a649(-0x93,-_0x1eb9ea._0x5e0a93,-0x38,-_0x1eb9ea._0x3fd6da)+_0x45a649(-_0x1eb9ea._0x2e5165,0x4,-_0x1eb9ea._0x1c89e2,0x9),_0x30395e['VecBx']=_0x6e946c(_0x1eb9ea._0x4f8a3e,_0x1eb9ea._0x4fea97,_0x1eb9ea._0xaf9d4c,_0x1eb9ea._0x3c3a64),_0x30395e['xCjMP']=function(_0x3e6b82,_0x45a167){return _0x3e6b82===_0x45a167;},_0x30395e['rkyqO']='dCygX',_0x30395e[_0x45a649(-_0x1eb9ea._0x39c4ac,0x27,0x33,-_0x1eb9ea._0x5d8043)]=_0x6e946c(_0x1eb9ea._0x5b05e5,_0x1eb9ea._0x573b91,_0x1eb9ea._0x56e977,_0x1eb9ea._0x17bb25)+_0x45a649(-0x16,-_0x1eb9ea._0x2bb217,-0x5,-_0x1eb9ea._0x4510d0)+'plate',_0x30395e[_0x45a649(-_0x1eb9ea._0x14827d,-_0x1eb9ea._0x2ce6d0,-0xad,-_0x1eb9ea._0x2eae17)]=_0x45a649(0x24,-0x2f,_0x1eb9ea._0x3c5254,0x2e)+_0x45a649(-_0x1eb9ea._0x56fc92,0x6,-_0x1eb9ea._0x2e287f,-_0x1eb9ea._0x31d1be)+'r';const _0x344c82=_0x30395e,{callingTask:_0x1b5b0a,taskUser:_0x224c14,environmentName:_0x330480,environmentPath:_0x4d5ff7}=_0x266e3c,{name:_0x48cb3f}=_0x266e3c[_0x45a649(-_0x1eb9ea._0xf75c6a,-_0x1eb9ea._0x46f15b,-0x47,-0xa4)];function _0x45a649(_0x44dd3c,_0x34b824,_0x556033,_0x26c833){return _0x2014f7(_0x44dd3c,_0x34b824-0x9b,_0x556033-0x123,_0x26c833- -_0x519151._0x5d7e39);}if(_0x48cb3f['includes']('/')||_0x48cb3f[_0x45a649(0x97,_0x1eb9ea._0x10ce84,-_0x1eb9ea._0x31d1be,_0x1eb9ea._0xf5722e)]('\x5c')||_0x48cb3f[_0x6e946c(_0x1eb9ea._0x56431a,_0x1eb9ea._0xe4c67f,0x5d3,_0x1eb9ea._0x2883ff)]('..')){if(_0x6e946c(_0x1eb9ea._0x46daf2,_0x1eb9ea._0x13b97a,_0x1eb9ea._0x4c92c1,_0x1eb9ea._0x5449a7)===_0x344c82[_0x6e946c(_0x1eb9ea._0x400c82,0x551,0x58f,0x556)]){const _0xebd061={};_0xebd061['content']='',_0xebd061[_0x6e946c(0x556,_0x1eb9ea._0x5585d9,_0x1eb9ea._0x32cac0,_0x1eb9ea._0x6fae20)+'t']=_0x38ab06,_0xebd061[_0x6e946c(_0x1eb9ea._0x3dc5ba,_0x1eb9ea._0x275c07,_0x1eb9ea._0x17dbd5,0x54d)]=_0x344c82[_0x6e946c(0x5c9,0x584,_0x1eb9ea._0x3dfae9,0x571)],_0xebd061[_0x45a649(0x80,0x0,-0x26,-_0x1eb9ea._0x262f6a)]=![],_0x1d8c6b[_0x45a649(-_0x1eb9ea._0x2198b0,-0xb,-_0x1eb9ea._0x252a07,-0x41)](_0xebd061);}else{const _0x546f37={};return _0x546f37[_0x6e946c(_0x1eb9ea._0x487721,0x4ff,0x48e,0x48e)]=_0x6e946c(0x4e0,0x4cf,0x567,_0x1eb9ea._0x3786cc)+'t',_0x546f37[_0x45a649(_0x1eb9ea._0x11e1e9,-0x6,-_0x1eb9ea._0xf58e92,0x2d)]='Invalid\x20te'+_0x6e946c(_0x1eb9ea._0x3f844d,0x61b,_0x1eb9ea._0x52b1e0,0x553)+'e',_0x17be82[_0x45a649(-0x5c,0x8e,_0x1eb9ea._0x5dc6f2,_0x1eb9ea._0x1dfa1e)](-0x1*0x65d+-0x5e7+0x6ea*0x2)[_0x45a649(-_0x1eb9ea._0x449f58,0x39,-_0x1eb9ea._0x18fa7e,-0x41)](_0x546f37);}}const _0x3554a7={};_0x3554a7[_0x6e946c(_0x1eb9ea._0x1fbbb7,_0x1eb9ea._0x3ed8e1,0x4a1,0x514)]=_0x1b5b0a[_0x45a649(-0x154,-0x8d,-0x83,-0xe6)],_0x3554a7[_0x45a649(-0x2d,-_0x1eb9ea._0x1b415d,-_0x1eb9ea._0x5dc0e1,-0x43)+'t']=_0x330480,_0x3554a7[_0x45a649(-_0x1eb9ea._0xae617d,-0x62,_0x1eb9ea._0x111035,-0x46)]=_0x48cb3f,_0x3554a7['userId']=_0x224c14['id'],logger[_0x45a649(-0x48,-0xe6,-0x137,-0xb5)](_0x344c82[_0x6e946c(0x52b,_0x1eb9ea._0x49ba5e,0x4ad,_0x1eb9ea._0x81775c)],_0x3554a7);const _0x46666f=_0x42f208[_0x45a649(-0x19,0x27,0x6a,_0x1eb9ea._0x2cb565)](_0x4d5ff7,_0x344c82['CLLoE']),_0x1bfe38=_0x42f208['join'](_0x46666f,_0x48cb3f+'.md'),_0x4097ff=_0x42f208[_0x6e946c(0x59c,_0x1eb9ea._0x2733e7,0x574,0x5c2)](_0x46666f,_0x48cb3f+'.json');try{if(_0x344c82[_0x45a649(_0x1eb9ea._0x2f1676,-0x3e,-_0x1eb9ea._0x54c117,0x15)]!=='QBncT'){const _0x3ef364={};_0x3ef364[_0x6e946c(0x4b3,_0x1eb9ea._0xf15427,0x4a3,_0x1eb9ea._0x449203)]=_0x4b7c6d['callingTas'+'k'][_0x45a649(-0x11a,-_0x1eb9ea._0x2f281a,-_0x1eb9ea._0x3dc51d,-0xe6)],_0x3ef364[_0x6e946c(_0x1eb9ea._0x573b91,_0x1eb9ea._0x3c2670,_0x1eb9ea._0x3debcd,_0x1eb9ea._0x4d70d4)]=_0x31546e[_0x45a649(-0x74,-0x91,-_0x1eb9ea._0x4bba9e,-0x25)]['id'],_0x3ef364[_0x45a649(-_0x1eb9ea._0xbbe541,-_0x1eb9ea._0x3dc51d,-0x3a,0x5)]=_0x382763[_0x6e946c(_0x1eb9ea._0x47fb4b,0x595,_0x1eb9ea._0x1430f0,0x5bc)][_0x45a649(-0x10,-0x75,_0x1eb9ea._0x3dc51d,0x5)],_0x528366[_0x45a649(-_0x1eb9ea._0x57f06a,_0x1eb9ea._0x16ff44,-_0x1eb9ea._0x4e1a57,-0x10)]('User\x20lacks'+_0x6e946c(0x4f0,0x554,0x4a6,0x505)+_0x45a649(-_0x1eb9ea._0xe584b4,-0x62,-_0x1eb9ea._0xddd965,_0x1eb9ea._0x5cbd15)+'ctions\x20per'+_0x45a649(_0x1eb9ea._0x2e8c9b,_0x1eb9ea._0xa334,0xa2,0x24),_0x3ef364);const _0xf6c599={};return _0xf6c599[_0x45a649(-0xde,-0xed,-0x12f,-_0x1eb9ea._0x1dce2e)]=_0x344c82[_0x45a649(-_0x1eb9ea._0x994015,-_0x1eb9ea._0x40fa16,-0xc0,-_0x1eb9ea._0x1bbf71)],_0xf6c599[_0x6e946c(_0x1eb9ea._0x28aaa9,0x5f9,_0x1eb9ea._0x3cc7b3,_0x1eb9ea._0x20019d)]=_0x45a649(-0x6a,-_0x1eb9ea._0x3ff824,-0x96,-_0x1eb9ea._0x50b900)+_0x6e946c(_0x1eb9ea._0x5a1afb,_0x1eb9ea._0x348cbf,0x52f,_0x1eb9ea._0x4bb72a)+'ermission\x20'+_0x45a649(0x6b,0x7c,-0x71,_0x1eb9ea._0x4a06c6)+'environmen'+_0x45a649(0x61,_0x1eb9ea._0x7e287c,_0x1eb9ea._0xe3a615,_0x1eb9ea._0x1436f0)+_0x45a649(-_0x1eb9ea._0x545182,_0x1eb9ea._0x4931c8,-0x2a,-0x12),_0x5e4aae[_0x45a649(-0x84,-0x52,_0x1eb9ea._0x5a517f,0x4)](0x6a*0x12+0x1b9b+0x85f*-0x4)[_0x6e946c(0x558,0x4fe,0x596,0x589)](_0xf6c599);}else{await _0x4eb6b2[_0x6e946c(0x5bc,0x544,0x583,_0x1eb9ea._0x11ad36)](_0x1bfe38),await _0x4eb6b2[_0x45a649(-_0x1eb9ea._0x3fc6fa,-_0x1eb9ea._0x1bbf71,-_0x1eb9ea._0x197b4a,-0xa7)](_0x1bfe38);try{if(_0x344c82['qtrpF'](_0x344c82[_0x45a649(-_0x1eb9ea._0xb1f807,-0x75,-_0x1eb9ea._0x4e8d03,-_0x1eb9ea._0x57bfac)],_0x344c82['DBXRM']))await _0x4eb6b2[_0x45a649(-_0x1eb9ea._0x330119,-0xdf,-_0x1eb9ea._0x15e72a,-0xa7)](_0x4097ff);else{const _0x148555={};_0x148555[_0x6e946c(0x4b3,0x426,0x461,_0x1eb9ea._0x13486a)]=_0x359cb2,_0x148555[_0x6e946c(_0x1eb9ea._0x1a4fb5,0x5bd,_0x1eb9ea._0x5c7e09,0x582)+'t']=_0x3d1915[_0x45a649(-0x65,-0x30,-0x8c,-_0x1eb9ea._0x111035)+'t'],_0x640edb[_0x45a649(-0x96,-_0x1eb9ea._0x5d8043,-0x25,-_0x1eb9ea._0x1e5dfc)](_0x344c82['VXcsG'],_0x148555);const _0xb2aad8={};return _0xb2aad8['error']=_0x344c82['RzaJx'],_0xb2aad8[_0x6e946c(_0x1eb9ea._0x28aaa9,_0x1eb9ea._0x50dd2f,0x651,_0x1eb9ea._0x71c0e1)]=_0x6e946c(0x4f8,_0x1eb9ea._0x419024,_0x1eb9ea._0xb053ec,0x525)+'t\x20not\x20foun'+'d',_0x2b2889[_0x6e946c(_0x1eb9ea._0x5a5bb0,_0x1eb9ea._0x3f25a8,0x5ef,0x5ad)](0x61*-0x17+0x1bf*0xd+-0xc68)[_0x45a649(_0x1eb9ea._0x128439,-_0x1eb9ea._0x5d8043,-0x67,-_0x1eb9ea._0x550f32)](_0xb2aad8);}}catch{}const _0xf1fb3e={};_0xf1fb3e[_0x45a649(-0x15d,-0x6a,-_0x1eb9ea._0xaeac47,-0xe6)]=_0x1b5b0a[_0x45a649(-0xe1,-_0x1eb9ea._0x48348c,-0x161,-_0x1eb9ea._0x443158)],_0xf1fb3e[_0x6e946c(_0x1eb9ea._0x1a4fb5,0x5d1,_0x1eb9ea._0x341199,_0x1eb9ea._0x9ced81)+'t']=_0x330480,_0xf1fb3e['template']=_0x48cb3f,_0xf1fb3e[_0x6e946c(0x4f1,0x466,0x4a7,0x4fb)]=_0x224c14['id'],logger[_0x6e946c(0x4e4,_0x1eb9ea._0x6a2d39,0x53e,_0x1eb9ea._0x679de2)](_0x344c82['FkbKy'],_0xf1fb3e);const _0x422f58={};_0x422f58[_0x45a649(-_0x1eb9ea._0x3b75dc,-_0x1eb9ea._0x408f14,-0x13b,-_0x1eb9ea._0x142c36)]=!![],_0x422f58['name']=_0x48cb3f,_0x422f58['environmen'+'t']=_0x330480,_0x422f58['deletedByT'+'askId']=_0x1b5b0a['taskId'],_0x422f58[_0x45a649(_0x1eb9ea._0x384971,-_0x1eb9ea._0x1857f6,_0x1eb9ea._0x1dfa1e,0x1e)+_0x6e946c(0x54b,_0x1eb9ea._0x9f2bd,_0x1eb9ea._0x4ca27c,_0x1eb9ea._0x4d5a8d)]=_0x224c14['id'],_0x17be82[_0x45a649(_0x1eb9ea._0x1eceed,-0x56,-0xb5,-0x41)](_0x422f58);}}catch(_0x4c3b23){if(_0x344c82[_0x6e946c(0x4b9,_0x1eb9ea._0x47d84b,_0x1eb9ea._0x4200f1,_0x1eb9ea._0x2a6404)]===_0x45a649(-0x18,-0xbe,-_0x1eb9ea._0x546b03,-0x62)){if(_0x344c82[_0x45a649(0x32,-0x89,-_0x1eb9ea._0x21877e,-_0x1eb9ea._0x562669)](_0x5539b1[_0x6e946c(0x552,0x549,_0x1eb9ea._0x4fea97,_0x1eb9ea._0x50795e)],_0x344c82[_0x45a649(-0xcf,-0x94,-0x1f,-0x6a)])){const _0x1c8b89={};_0x1c8b89['error']=_0x344c82[_0x45a649(-0x4e,-_0x1eb9ea._0x3261e3,-0x2e,-_0x1eb9ea._0x376311)],_0x1c8b89[_0x6e946c(0x5c6,_0x1eb9ea._0x430740,_0x1eb9ea._0x1f4e27,_0x1eb9ea._0x355a44)]=_0x6e946c(0x57c,0x566,0x524,_0x1eb9ea._0x2ce608)+_0x339b63+(_0x6e946c(_0x1eb9ea._0x489612,0x540,_0x1eb9ea._0x4d99f1,0x474)+'d'),_0x383548[_0x45a649(0x7c,-0x8,-0x69,0x4)](-0xa1*0x22+-0x13*-0x136+-0x3*0x4)[_0x6e946c(0x558,_0x1eb9ea._0xb74b50,0x54b,_0x1eb9ea._0x404ceb)](_0x1c8b89);}else{const _0x26f4a9={};_0x26f4a9['taskId']=_0x2398df[_0x45a649(-0x6e,-0x15c,-0xae,-0xe6)],_0x26f4a9[_0x45a649(_0x1eb9ea._0x561083,-0x2c,-0x39,-_0x1eb9ea._0x562217)+'t']=_0x318fce,_0x26f4a9[_0x45a649(_0x1eb9ea._0x3c0d5f,-0x3,-0x95,-0x46)]=_0x36c92d,_0x26f4a9['error']=_0x12e3c5[_0x6e946c(_0x1eb9ea._0x35f272,0x613,0x5f7,_0x1eb9ea._0x19c846)],_0x27b433[_0x6e946c(0x4c7,_0x1eb9ea._0x17b904,0x45b,0x48a)]('Failed\x20to\x20'+_0x6e946c(_0x1eb9ea._0x508c22,0x55a,_0x1eb9ea._0x4374a9,0x4ed)+_0x45a649(-_0x1eb9ea._0x4f3860,_0x1eb9ea._0x2e1aef,-_0x1eb9ea._0x578d4e,-_0x1eb9ea._0x46ea33),_0x26f4a9);const _0xddd74b={};_0xddd74b[_0x6e946c(0x4c7,_0x1eb9ea._0x213dbc,0x489,_0x1eb9ea._0x55ec19)]=_0x45a649(-0x1c,0x62,0x5f,_0x1eb9ea._0x440103)+_0x6e946c(_0x1eb9ea._0x5c4fc7,_0x1eb9ea._0x2f84ba,_0x1eb9ea._0x195da2,0x53c)+'r',_0xddd74b['message']=_0x6e946c(_0x1eb9ea._0x508430,0x526,_0x1eb9ea._0x275c07,0x516)+'delete\x20tem'+_0x45a649(-_0x1eb9ea._0x509cb0,-_0x1eb9ea._0x5631ef,0x2e,-_0x1eb9ea._0x46ea33),_0x666c7c[_0x45a649(-_0x1eb9ea._0xe3a615,-0x3a,-_0x1eb9ea._0x57bbc0,0x4)](0x427+0x2d9*0xc+-0x245f)[_0x6e946c(_0x1eb9ea._0x2e32a5,_0x1eb9ea._0x1af2ac,_0x1eb9ea._0x55ef25,_0x1eb9ea._0x5b436)](_0xddd74b);}}else{if(_0x344c82[_0x45a649(0x60,_0x1eb9ea._0x4c48e8,-_0x1eb9ea._0x106ec8,-_0x1eb9ea._0x256f7f)](_0x4c3b23[_0x6e946c(_0x1eb9ea._0x4abc4d,0x513,_0x1eb9ea._0x56e1b8,_0x1eb9ea._0x49e590)],_0x344c82[_0x45a649(-_0x1eb9ea._0x5dd46c,-0xba,-_0x1eb9ea._0x2eae17,-0x6a)])){if(_0x344c82[_0x45a649(-_0x1eb9ea._0x198e6d,-_0x1eb9ea._0x3142bc,-_0x1eb9ea._0x385272,-0xba)]!=='dCygX'){const _0x2a3152={};_0x2a3152[_0x6e946c(0x4b3,0x426,0x42a,0x52b)]=_0x47c60d,_0x2a3152[_0x6e946c(_0x1eb9ea._0x573b91,_0x1eb9ea._0x1e70ff,0x497,0x573)]=_0x5e9496,_0x5e12e2['warn'](_0x344c82[_0x6e946c(_0x1eb9ea._0x41cb9a,0x58e,0x598,0x594)],_0x2a3152);const _0x33fcff={};return _0x33fcff[_0x6e946c(0x4c7,_0x1eb9ea._0x123627,0x4d0,_0x1eb9ea._0x1187a5)]=_0x344c82[_0x6e946c(_0x1eb9ea._0x5ee3b2,0x5cb,_0x1eb9ea._0x3a35c8,0x50b)],_0x33fcff['message']=_0x45a649(-0xc6,-_0x1eb9ea._0x460a32,0x5,-0x42)+_0x6e946c(0x4e1,_0x1eb9ea._0x1956d1,_0x1eb9ea._0x2677c0,_0x1eb9ea._0x49dba9),_0x5dcf72['status'](-0x11dd+0x3dc+-0x1*-0xf92)[_0x45a649(-0xa7,0x2f,-_0x1eb9ea._0x5e0760,-0x41)](_0x33fcff);}else{const _0x43d3be={};_0x43d3be[_0x6e946c(0x4c7,_0x1eb9ea._0x5ecf6c,0x4c9,0x453)]=_0x344c82[_0x45a649(-0x18,-0xba,-_0x1eb9ea._0xd2957d,-0x4d)],_0x43d3be[_0x6e946c(0x5c6,_0x1eb9ea._0x52d671,0x639,0x596)]=_0x45a649(-0x7f,-0x58,0x4d,-_0x1eb9ea._0x4a06c6)+_0x48cb3f+(_0x45a649(-_0x1eb9ea._0x17c096,-0x14e,-_0x1eb9ea._0x135c60,-0xc8)+'d'),_0x17be82[_0x45a649(-0x2b,_0x1eb9ea._0x1204a9,-0x8a,0x4)](-0x1dcf*-0x1+0x26b9+-0x42f4)['json'](_0x43d3be);}}else{const _0x3a9f9b={};_0x3a9f9b[_0x6e946c(_0x1eb9ea._0x1fbbb7,_0x1eb9ea._0x400f41,0x513,0x52b)]=_0x1b5b0a['taskId'],_0x3a9f9b['environmen'+'t']=_0x330480,_0x3a9f9b[_0x6e946c(0x553,0x596,_0x1eb9ea._0x5a5bb0,0x595)]=_0x48cb3f,_0x3a9f9b[_0x45a649(-_0x1eb9ea._0x469633,-0xc0,-0x154,-_0x1eb9ea._0x1dce2e)]=_0x4c3b23[_0x45a649(0x55,0xb,0x8d,0x2d)],logger['error'](_0x344c82[_0x45a649(-_0x1eb9ea._0x12b074,-0x2e,-_0x1eb9ea._0x3dfc4d,-0x34)],_0x3a9f9b);const _0x5c387a={};_0x5c387a[_0x6e946c(0x4c7,0x4b5,0x4bb,_0x1eb9ea._0x1126cb)]=_0x344c82['tyMXL'],_0x5c387a[_0x6e946c(_0x1eb9ea._0x35f272,0x58e,0x5d1,_0x1eb9ea._0x4f8a3e)]=_0x45a649(-_0x1eb9ea._0x50cbbb,-_0x1eb9ea._0x4e52b5,-0x13e,-_0x1eb9ea._0x961f1)+_0x6e946c(0x579,0x5f8,_0x1eb9ea._0x185eb9,_0x1eb9ea._0x55d931)+_0x6e946c(_0x1eb9ea._0x3652fd,0x60d,_0x1eb9ea._0x1fc48f,_0x1eb9ea._0x2131f7),_0x17be82['status'](0x563+0x1c15+-0x1f84)[_0x45a649(_0x1eb9ea._0xae617d,-_0x1eb9ea._0xd3465,-_0x1eb9ea._0x40fa16,-0x41)](_0x5c387a);}}}});export default router;