@profoundlogic/coderflow-server 0.5.3 → 0.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) 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.html +6 -6
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.css +409 -0
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.html +4 -4
  146. package/dist/web-ui/public/git-history.js +1 -1
  147. package/dist/web-ui/public/git-status.js +1 -1
  148. package/dist/web-ui/public/index.html +4 -4
  149. package/dist/web-ui/public/index.js +1 -1
  150. package/dist/web-ui/public/login.html +2 -2
  151. package/dist/web-ui/public/login.js +1 -1
  152. package/dist/web-ui/public/markdown-editor.js +1 -1
  153. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  154. package/dist/web-ui/public/modal-maximize.js +1 -1
  155. package/dist/web-ui/public/notifications.js +1 -1
  156. package/dist/web-ui/public/pr-dialog.js +1 -1
  157. package/dist/web-ui/public/roles.html +1 -1
  158. package/dist/web-ui/public/roles.js +1 -1
  159. package/dist/web-ui/public/server-health.js +1 -1
  160. package/dist/web-ui/public/settings.html +4 -4
  161. package/dist/web-ui/public/settings.js +1 -1
  162. package/dist/web-ui/public/setup-password.html +2 -2
  163. package/dist/web-ui/public/setup-password.js +1 -1
  164. package/dist/web-ui/public/skills.html +6 -6
  165. package/dist/web-ui/public/skills.js +1 -1
  166. package/dist/web-ui/public/sse-client.js +1 -1
  167. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  168. package/dist/web-ui/public/styles.css +2975 -2022
  169. package/dist/web-ui/public/task.html +101 -5
  170. package/dist/web-ui/public/task.js +1 -1
  171. package/dist/web-ui/public/teams.html +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.html +2 -2
  174. package/dist/web-ui/public/terminal.js +1 -1
  175. package/dist/web-ui/public/theme.js +1 -1
  176. package/dist/web-ui/public/users.html +2 -2
  177. package/dist/web-ui/public/users.js +1 -1
  178. package/dist/web-ui/public/variant-grouping.js +1 -1
  179. package/package.json +1 -1
@@ -1 +1 @@
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;
1
+ (function(_0x117707,_0x3f4325){const _0x46c1d7={_0x58daff:0x79,_0x4e2e46:0x38,_0x46c9e7:0x23,_0x4c61ab:0x60,_0x27fb71:0x21,_0x5c1298:0x7f,_0x222ba7:0x20,_0x2b415e:0xab,_0x2f6cf8:0x48b,_0x4fdd06:0x447,_0x1d2869:0x50b,_0xa80060:0x481,_0x723037:0x2b,_0x125d13:0xbb,_0x1aba1b:0x54e,_0x1ffa0a:0x5b6,_0x484951:0xb7,_0x311688:0xb1,_0xac33aa:0xf4,_0x58f736:0xf1,_0x27c360:0xa9,_0x4f22fa:0x1,_0x11e88f:0xc1,_0x41a37d:0x2f,_0x24f159:0x80,_0x512a62:0x87},_0x2041cc={_0x384f6a:0x146};function _0xd635e8(_0x5dcb81,_0x3e6407,_0x5bf81a,_0x23ba47){return _0x4e41(_0x5dcb81-0x3a8,_0x23ba47);}function _0x450bab(_0x45e3c8,_0x3edfb9,_0x5cd09f,_0x41150a){return _0x4e41(_0x41150a- -_0x2041cc._0x384f6a,_0x5cd09f);}const _0x380408=_0x117707();while(!![]){try{const _0xeffd9f=parseInt(_0x450bab(_0x46c1d7._0x58daff,_0x46c1d7._0x4e2e46,-0xa,-0xf))/(0x129a*-0x2+0xfa7*0x1+0x158e)+-parseInt(_0x450bab(-0x6d,_0x46c1d7._0x46c9e7,_0x46c1d7._0x4c61ab,-_0x46c1d7._0x27fb71))/(0x622+0x1*0x213d+-0x275d)+parseInt(_0x450bab(_0x46c1d7._0x5c1298,0x10d,_0x46c1d7._0x222ba7,_0x46c1d7._0x2b415e))/(-0x7b8+-0x47*0x22+-0x17*-0xbf)*(parseInt(_0xd635e8(_0x46c1d7._0x2f6cf8,_0x46c1d7._0x4fdd06,_0x46c1d7._0x1d2869,_0x46c1d7._0xa80060))/(-0x1*0xb89+0x2676+-0x1ae9))+parseInt(_0x450bab(-_0x46c1d7._0x723037,_0x46c1d7._0x125d13,-0x36,0x35))/(-0x4e8+0x34*-0x22+0xbd5*0x1)*(-parseInt(_0xd635e8(0x524,_0x46c1d7._0x1aba1b,0x56a,_0x46c1d7._0x1ffa0a))/(-0xbc8+-0x5*0x2cc+0x19ca))+parseInt(_0x450bab(0x131,0x9a,0xb9,_0x46c1d7._0x484951))/(-0x1b27*-0x1+0x204a+0x69a*-0x9)+parseInt(_0x450bab(_0x46c1d7._0x311688,_0x46c1d7._0xac33aa,_0x46c1d7._0x58f736,_0x46c1d7._0x27c360))/(-0x10*-0x158+0x20ba+0x1b19*-0x2)*(parseInt(_0x450bab(-_0x46c1d7._0x4f22fa,_0x46c1d7._0x11e88f,_0x46c1d7._0x41a37d,_0x46c1d7._0x24f159))/(-0x256c+-0x4*0x7b2+0x443d))+-parseInt(_0x450bab(-_0x46c1d7._0x512a62,-0x85,0x29,-0x30))/(0x4*0x45d+0xf8f*-0x2+0x6da*0x2);if(_0xeffd9f===_0x3f4325)break;else _0x380408['push'](_0x380408['shift']());}catch(_0x217100){_0x380408['push'](_0x380408['shift']());}}}(_0x5e8b,-0x83f*-0x27b+0x1261ad+-0x183097));function _0x4e41(_0x5be49f,_0x2e6fd0){_0x5be49f=_0x5be49f-(0x14f*0x7+0xd71+-0xae7*0x2);const _0x3e5923=_0x5e8b();let _0xf00936=_0x3e5923[_0x5be49f];if(_0x4e41['ZMKNDN']===undefined){var _0x589fe2=function(_0x22bb23){const _0x30742c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x265a00='',_0x28ba32='';for(let _0x39dc9f=-0xe3b+0x242e+-0x15f3,_0x50d5a8,_0x7c3fee,_0x1e9cc6=0x194c+-0x2456*0x1+0x9d*0x12;_0x7c3fee=_0x22bb23['charAt'](_0x1e9cc6++);~_0x7c3fee&&(_0x50d5a8=_0x39dc9f%(0x1ce0+0x40*-0x3+-0x1c1c)?_0x50d5a8*(-0x5*-0xc1+0x8ea+-0xc6f)+_0x7c3fee:_0x7c3fee,_0x39dc9f++%(-0x512+0xbff+-0x6e9))?_0x265a00+=String['fromCharCode'](-0x1730+-0x2070+0x389f&_0x50d5a8>>(-(0x263a+0x40*0x59+-0x3c78)*_0x39dc9f&-0x2e*0x7a+0xe90+0x762)):-0xd53*0x2+-0x1*0xa8+-0xf*-0x1d2){_0x7c3fee=_0x30742c['indexOf'](_0x7c3fee);}for(let _0xef6df9=0x1ca0+0xf95*0x1+-0x1*0x2c35,_0x19fd08=_0x265a00['length'];_0xef6df9<_0x19fd08;_0xef6df9++){_0x28ba32+='%'+('00'+_0x265a00['charCodeAt'](_0xef6df9)['toString'](0xcb8+-0x20*0x104+-0x8*-0x27b))['slice'](-(-0x8b0*-0x4+-0x1*0x138b+0x1*-0xf33));}return decodeURIComponent(_0x28ba32);};_0x4e41['nzqpro']=_0x589fe2,_0x4e41['NgDMMn']={},_0x4e41['ZMKNDN']=!![];}const _0x32b77c=_0x3e5923[-0x65*0x49+-0xd*0x259+-0x13c6*-0x3],_0xc719db=_0x5be49f+_0x32b77c,_0x1b441f=_0x4e41['NgDMMn'][_0xc719db];return!_0x1b441f?(_0xf00936=_0x4e41['nzqpro'](_0xf00936),_0x4e41['NgDMMn'][_0xc719db]=_0xf00936):_0xf00936=_0x1b441f,_0xf00936;}import _0x26eb7b from'express';function _0x5e8b(){const _0x4e22ef=['DLfnuNq','u29ZyM4','z1nisNC','vg1ey3y','CMvHzcbPBNn0CG','DgfZA1vZzxi','EuDYswK','uLD2BwS','yKXHrNa','zw52AxjVBM1LBG','rwTABem','CLrgvwO','mtuWmZK5wMXbt2HP','C3rYAw5NAwz5','C0zqvvm','BNqGCMvXDwvZDa','rw52AxjVBM1LBG','DxrMltG','DgfZA3m','Du1VDhO','zwqGzw52AxjVBG','CMvHzgrPCG','zevXteu','v3bwwLe','DgvTCgXHDgvZ','DxrewLe','Aw5MBW','DNzwuNK','AwXL','twPlAey','DxbKyxrLzef0','ig5VDcbMB3vUza','zwfKzxi','uM91DgvY','C3vJy2vZCW','D3jPDguGquDftG','u2vYDMLJzsbUBW','D2fYBG','qwzMzLq','zwPrsuO','qKv1rLi','CKnJwNy','C2v0DxbqyxrO','DxbKyxrLzej5va','ueTVsxK','D3jPDguGDgvTCa','DM1qrw4','qKnAtfe','ru5pru5u','DgfZA0LK','jYbUB3qGzM91BG','Eff4y3y','ve9Iz2C','odGWEuHUEenY','Chv0','oti0mJrYB0Tcqwe','shrKDgG','ANDQr04','vLbsrhy','ALvrzva','rhvTDfi','Aw5JBhvKzxm','wuPTCeu','CvPkAwS','zgvSzxrLzej5vq','veDktwG','tfjZtxG','mtCWotaWmvvgsLzgwG','sw52ywXPzcb0yq','ALzVzwq','BgLZDcb0zw1WBa','D1zhBvm','ExvrEu4','EuXvA28','sw50zxjUywWGuW','yxrL','rfbqDuG','BgvUz3rO','zw5KC1DPDgG','Afbsufq','q2fhEhG','BYbLBNzPCM9UBq','vgfZAYb1C2vYia','q2Pdqum','qMfKifjLCxvLCW','DgvTCgXHDgu','De5HBwu','Aw5NihrLBxbSyq','BMfTzq','BNrZoNrLBxbSyq','ywnJzxnZ','BwvUDcb0zw1WBa','mtiWEgLWs3rq','B25Z','tfLTCfq','D1nuq1C','Ec10yxnRlwLK','BM90igHHDMuGCa','u1j2EgW','EwvqB0C','t1DbtxC','Aw5NigvUDMLYBW','vxnLCIbKB2vZia','AwDyBue','D0T0DMS','rgXXr0S','z3jnvxK','sfPjz0y','lvrHC2STswqGAa','Bgf0zq','t1vAr3u','z2v0','tM90iezVDw5K','DfnbwKq','B0fms0y','q3HkD3q','C2SGsuq','BwvZC2fNzq','zgvSzxrLihrLBq','Dg9ju09tDhjPBG','CMvHzcbbr0vova','uuntv1G','yxnRswq','t3PewNi','rMDxvxy','uhP0B0K','wuT3EfG','vgvTCgXHDguGjW','CMvJDxjZAxzL','rMfPBgvKihrVia','zwXLDgvKigj5ia','zMLSDgvY','BNrZoMLUC3rYDq','BeTHzgm','Aw9UCW','ueThs1u','DgvZihbLCM1PCW','zwXKigLZihjLCq','Dxrnsui','vgfZAYbOyxmGBG','BM1LBNqGAw5ZDa','AgvHzgvYCW','vxnLCIbSywnRCW','mJq1nZy2nJb5y3rrCKm','z3rKsMS','vgfZAY1jzcbOzq','zK9uANq','teXKrwu','rM9YyMLKzgvU','lZPUyw1L','vgfZAYb1CgrHDa','DgLVBNm','rxH6s1i','EvrsD24','zxj2zxiGrxjYBW','CNPPAK4','q29UDgvUDcbMAq','ywrLCG','mteXodKWnffZr2jZCa','sw52ywXPzcb0zq','DcbTyw5Hz2vTzq','CLHuEw0','D3jPDguGAw5ZDa','AMXwAKW','y3f3t3C','lM1K','uuz1zhe','CujZB2i','ugXLsM4','D3Lrs3m','u1Pnrfm','CgrHDgvKigj5ia','BwTKAxi','Ee5ssNa','Dg8GDxbKyxrLia','CMvHzcb0zw1WBa','mte2nZq4nfLYB3bVyq','y3jLyxrLzej5','B014teu','uY5Tza','tLztqMi','B3DUihrHC2SGsq','zxjYB3i','vMrOt2e','CNvJDgLVBNmGzG','u05oqvC','BMHYse4','Dgfzrvy','yM9KEq','vgvTCgXHDguGza','B3qGAw5PDgLHBa','zxjTAxnZAw9Uia','DgfZAW','vgfZAYbMzxrJAa','C2vYswq','CvbIwKi','CNvJDgLVBNm','DenVBMzPzW','ANnVBG','yvPQB0e','Dhm6DgvTCgXHDa','B3zYCNe','vwT2tMq','s09At2K','zwqGyNKGDgfZAW','AM9PBG','DxbKyxrLzej5vq','y3rPB25ZihbLCG','C3rHDhvZ','lMPZB24','BvLrwhe','EvjbtMK','DK1HzKO','y29UDgvUDa','l3rLBxbSyxrLCW','BNqGCM91DguGBG','r2rZveW','l2LUC3rYDwn0Aq','BwvUDa','AhrUuw4','BMCGzw52AxjVBG','CgfYC2u','vNLPEMO','AuTHAMm','CMvTBfO','DgfZAY10zw1WBa','r09Mswe','ig1PC3nPBMCGwa','uwD4r2K','C0nKzeS','Cgf0Aa','Dcb0zw1WBgf0zq','twLZC2LUzYbylq','C2LVBG','vgfZAYbSAxn0Aq','qMXdqK8','ExHxtKG','zgvZy3jPChrPBW','Ag5ktKy','AeTtEgO','rhvpswm','ruDLAMC','BxbSyxrLig5HBq','DMLQrhy','nw9ArLLIwa','mte4mJC0nhvZCgjqzq','t1v2sgW','vfmUBwq','vw5HDxrOB3jPEG','DNv0t2G','vgfZAYbVD25LCG','CgXHDgu','EwHivuC','z3PTAey','y2fSBgLUz1rHCW','Exjhzuu','DxnLCKLK','CgfYyw1Z','zw50','CMvHzezPBgu','A1ngBe8','DcbPBML0AwfSAq','q2Hhteu','q0vVu1C','ihDPDgGGDw5RBG','DxnLCM5HBwu','y29UDgvUDeXLBG','zfvIwwS','qwLRy3u','EMvqtuy','yxrLCW','igvUDMLYB25Tzq','tM9LwgW','DhzYA24','qwXpDhO','s2jfqwu','AxPLza','DwLYzwq','EMvK','Dwn0Aw9UCYbMAq','vfzJt3y','wePIwgy','BYbHC3nVy2LHDa','vgfZAYbKzwXLDa','BM90igzVDw5K','y29Kzq','vvL1tKu','tMfTzLu','D3jPDgvgAwXL','A3bywMG','zNjys0e','suv3vNi','wuTQzLO','DcbPBNn0CNvJDa','Dhm6Aw5ZDhj1yW','D1HSruO','quDftLrtlM1K','D2DxsK0','twDzzgu','s1Hfr3m','u0HTy08','u2XWDKS','BxDmz1a','wxPIEge','s3z0y0u','wwHqC1G','u1PYzeq'];_0x5e8b=function(){return _0x4e22ef;};return _0x5e8b();}import{promises as _0x2dc80a}from'fs';import _0x3d9896 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x26eb7b[_0x2a4dfd(0x30c,0x38d,0x32a,0x2cc)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x2339b8){const _0x41f1b3={_0x4002dd:0x312,_0x365938:0x294,_0x1e7c0b:0x221,_0x203747:0x2ac},_0x192f8d={_0x3f8ea3:0x15c},_0x3d1538={_0x3fee30:0x94,_0x3fffca:0x29c,_0x234649:0x42};function _0x3e69fe(_0x3ebed6,_0x14487c,_0x52a276,_0x39e39d){return _0x2a4dfd(_0x3ebed6,_0x14487c-_0x3d1538._0x3fee30,_0x52a276- -_0x3d1538._0x3fffca,_0x39e39d-_0x3d1538._0x234649);}tasks=_0x2339b8[_0x2acc8d(0x270,0x280,_0x41f1b3._0x4002dd,_0x41f1b3._0x365938)],setupPath=_0x2339b8[_0x2acc8d(0x2b0,0x2fe,_0x41f1b3._0x1e7c0b,_0x41f1b3._0x203747)];function _0x2acc8d(_0x4a630e,_0x523f8c,_0x1eeb2c,_0x74781d){return _0x2a4dfd(_0x523f8c,_0x523f8c-0x6d,_0x74781d- -0x87,_0x74781d-_0x192f8d._0x3f8ea3);}coderConfig=_0x2339b8['coderConfi'+'g'];}export function updateCoderConfig(_0x252966){coderConfig=_0x252966;}async function requireTaskAuth(_0x3b29d5,_0x1b5da3,_0x30ed17){const _0x44a763={_0x2c2103:0x2d3,_0x532c82:0x288,_0xbaf1c:0x2c6,_0x5b0e44:0x17c,_0x7e6d89:0x274,_0x4f91eb:0x1e5,_0x21a650:0x25b,_0x2f31ee:0x151,_0x252c09:0x2c7,_0x510f01:0x239,_0x2847f6:0x25a,_0x229fe1:0x119,_0x159b30:0x1b1,_0x1078de:0x34c,_0x394bc7:0x2d5,_0x1e4efd:0x255,_0x523e1b:0x2bd,_0x54666a:0x1df,_0x52d959:0x1f4,_0x4e5e7b:0x216,_0x2a1862:0x120,_0x517a0d:0x2d6,_0xa1d016:0x24e,_0x44a8a1:0x212,_0x2d103b:0x1c4,_0x5a486a:0x210,_0x53652b:0x1f1,_0x3cb4bb:0x177,_0x34011f:0x134,_0x6d8de3:0x259,_0x5469c5:0x287,_0x25140a:0x1c8,_0xd61008:0x229,_0x26caa5:0x1e1,_0xb6018d:0x1f4,_0x1cd835:0x2ef,_0x4f735c:0x2cb,_0x5b2bf5:0x28c,_0x219b56:0x28b,_0x3a1233:0x2fb,_0x457d6a:0x22e,_0x31f8b2:0x2f9,_0xe4d1ec:0x31c,_0x10078a:0x271,_0x3425e7:0x368,_0x4a23d3:0x2de,_0x389b39:0x29c,_0x40cba1:0x317,_0x129b40:0x2c1,_0x5a5639:0x1f9,_0x5130bf:0x1d2,_0x2a5c57:0x17e,_0x37a8a4:0x180,_0x32ddaa:0x240,_0x55056c:0x2b1,_0x1f9b49:0x373,_0x31d667:0x2dd,_0x5273a7:0x2f4,_0x224b8f:0x154,_0x5ab163:0x211,_0x56d535:0x256,_0x677289:0x1fa,_0x2e5e88:0x23c,_0x226777:0x21c,_0xd2850c:0x1fb,_0x40f8e5:0x194,_0x209349:0x179,_0x114a59:0x23f,_0x38b9ea:0x2bf,_0x25d520:0x290,_0x424b28:0x1d1,_0x3b1314:0x207,_0x3d052:0x20b,_0x5298fa:0x2b1,_0x93b116:0x156,_0x30177a:0x1a1,_0x302697:0x169,_0x55a20f:0x200,_0x59f77c:0x1fa,_0x53acae:0x29c,_0x54b827:0x2ae,_0x363d10:0x30d,_0x27ebdd:0x20a,_0x4e225d:0x28a,_0x3bb893:0x265,_0x5eef90:0x227,_0x12cd36:0x270,_0x2322bc:0x1fd,_0x542e29:0x11f,_0x2944e8:0x199,_0x30f633:0x25d,_0x5e0bd8:0x2db,_0x58dc38:0x20f,_0x329869:0x224,_0xc76d6c:0x300,_0x2e541f:0x2e0,_0x4c4f05:0x2b6,_0x3713e5:0x288,_0x52e146:0x2e0,_0x379c70:0x282,_0x4de776:0x2c2,_0x4cfaac:0x2e3,_0x27d86f:0x231,_0x390c92:0x1fa,_0x2727cd:0x280,_0x5e6db0:0x24d,_0x26a387:0x17a,_0x13468c:0x336,_0x58ef27:0x2fc,_0x5b4df7:0x15c,_0x38e7de:0x196,_0x16e976:0x1ca,_0x3d7d12:0x252,_0x49fdb4:0x2cc,_0x50f57f:0x2c3,_0x34ba02:0x350,_0x9a1f89:0x2e9,_0x1ca98f:0x2f3,_0x45ea60:0x252,_0x5597b8:0x1d5,_0x2a205f:0x1a7,_0x29bb95:0x23b,_0x3e7d88:0x10d,_0x17b193:0x1a2,_0x322eb7:0x1de,_0x24acbd:0x14b,_0x2ffde9:0x1c1,_0x30f444:0x246,_0x60be4a:0x26c,_0x559ea7:0x2a6,_0xce007c:0x2f0,_0x5df2da:0x300,_0x4bfca5:0x2c1,_0x43dceb:0x226,_0x3ce4bb:0x245,_0x43df84:0x225,_0x5ee926:0x1fb,_0x4b4aa1:0x206,_0x3558bf:0x1d1,_0x3321ac:0x211,_0x542f8b:0x1d8,_0xb5a199:0x13e,_0xc6f5df:0x144,_0x629f54:0x215,_0x12cd2c:0x286,_0x55feaf:0x27e,_0x2b00ad:0x2e3,_0x427c3f:0x205,_0x24a20e:0x269,_0x4b8887:0x267,_0x84d45d:0x209,_0x2203fb:0x2a2,_0x3a976d:0x245,_0x937f04:0x1cb,_0x39265e:0x23d,_0x56d1cc:0x29d,_0x230327:0x248,_0x9b1e03:0x27d,_0x255b4c:0x26f,_0x308b3d:0x2c8,_0x6134a9:0x1f0,_0x4e8ec:0x185,_0x1047b0:0x1ad,_0xdff88f:0x273,_0x5062ba:0x2f7,_0x5cebb8:0x243,_0x5162e5:0x21f,_0x1da55f:0x2b4,_0x1fe081:0x272,_0x293182:0x31d,_0x46141d:0x1f9,_0x14f0ca:0x1b9,_0x1abf4a:0x1db,_0x32b123:0x2af,_0xc64388:0x281,_0x340fa5:0x240,_0x5264a1:0x348,_0x1ff57c:0x2b8,_0x3c0776:0x311,_0x43fcad:0x14c,_0x34750c:0x1cd,_0x1f99ef:0x293,_0x557922:0x2cf,_0x4abd4e:0x2ea,_0x3bd591:0x220,_0x43ec82:0x255,_0x5cffc9:0x212,_0x51ad0b:0x24b,_0x1cbc60:0x2aa,_0x359f3b:0x281,_0x9a7f6e:0x279,_0x2b8116:0x29d,_0x86d8c2:0x231,_0x1bb081:0x1ae,_0x38a9de:0x1f5,_0x394876:0x201,_0x9a2b8d:0x1a3,_0x241c59:0x18a,_0x552927:0x24a,_0x2d7697:0x20b,_0x2cc3ef:0x1a5,_0x532ea1:0x25a,_0x527e2b:0x26b,_0x58c8da:0x1f1,_0x31ffc7:0x21f,_0x1bcfc7:0x281,_0x7bd9c5:0x25f,_0x3c7809:0x297,_0xd58f46:0x2ab,_0x386b27:0x212,_0x2a1b3e:0x217,_0x5c9a8c:0x26c,_0x375f6e:0x26c,_0x4585f8:0x1c2,_0x4d51ef:0x264},_0x1ac059={_0x41d466:0x166,_0x400727:0x91},_0x3c5483={'FgWUv':_0x42496e(_0x44a763._0x2c2103,_0x44a763._0x532c82,_0x44a763._0xbaf1c,0x27f)+'t\x20not\x20foun'+'d','LYmpT':'Not\x20Found','SHmcO':_0x21c29d(_0x44a763._0x5b0e44,_0x44a763._0x7e6d89,0x248,_0x44a763._0x4f91eb),'DumtR':'Environmen'+_0x42496e(0x1b5,_0x44a763._0x4f91eb,_0x44a763._0x21a650,_0x44a763._0x2f31ee)+_0x21c29d(0x32d,0x360,0x280,_0x44a763._0x252c09)+_0x21c29d(_0x44a763._0x510f01,_0x44a763._0x2847f6,0x2ea,0x268)+_0x42496e(_0x44a763._0x229fe1,_0x44a763._0x159b30,0x201,0x168)+_0x21c29d(_0x44a763._0x1078de,_0x44a763._0x394bc7,_0x44a763._0x1078de,0x2d8),'wKtvk':'Unauthoriz'+'ed','ocIfN':_0x21c29d(_0x44a763._0x1e4efd,0x1fc,_0x44a763._0x523e1b,0x26d)+_0x21c29d(_0x44a763._0x54666a,_0x44a763._0x52d959,0x1f9,_0x44a763._0x4e5e7b)+'ader','OWAMw':_0x42496e(0x1d5,0x18f,_0x44a763._0x2a1862,0x1fc)+'erver\x20Erro'+'r','dUbYk':function(_0x2a4320,_0x2c70ba){return _0x2a4320===_0x2c70ba;},'QFudq':_0x21c29d(_0x44a763._0x517a0d,0x279,0x2cd,_0x44a763._0xa1d016),'remlZ':_0x21c29d(_0x44a763._0x44a8a1,0x22a,_0x44a763._0x2d103b,_0x44a763._0x5a486a)+_0x42496e(_0x44a763._0x53652b,0x196,_0x44a763._0x3cb4bb,_0x44a763._0x34011f)+_0x21c29d(0x213,0x2c9,_0x44a763._0x6d8de3,_0x44a763._0x5469c5),'CjCAC':_0x42496e(_0x44a763._0x25140a,0x199,_0x44a763._0xd61008,0x13a)+'t','dBZDQ':_0x21c29d(0x244,_0x44a763._0x26caa5,_0x44a763._0xb6018d,0x210)+_0x42496e(0x253,0x25f,_0x44a763._0x1cd835,_0x44a763._0x4f735c)+_0x42496e(0x27b,_0x44a763._0x5b2bf5,0x1f7,0x265)+'ment','RWvmk':_0x21c29d(_0x44a763._0x219b56,_0x44a763._0x3a1233,_0x44a763._0x457d6a,0x27f)+_0x42496e(_0x44a763._0x31f8b2,0x297,0x2d0,0x2db),'WpVZQ':_0x21c29d(_0x44a763._0xe4d1ec,_0x44a763._0x10078a,_0x44a763._0x3425e7,_0x44a763._0x4a23d3),'yTRwn':_0x21c29d(_0x44a763._0x389b39,_0x44a763._0x40cba1,0x30f,_0x44a763._0x129b40)+'ts','xNRJp':function(_0x2975f3){return _0x2975f3();}},_0x2219ae=_0x3b29d5[_0x42496e(_0x44a763._0x5a5639,_0x44a763._0x5130bf,_0x44a763._0x2a5c57,_0x44a763._0x37a8a4)][_0x3c5483[_0x21c29d(_0x44a763._0x32ddaa,0x31f,0x312,_0x44a763._0x55056c)]];function _0x21c29d(_0x4b2487,_0x17c1d2,_0x28c589,_0x487a94){return _0x2a4dfd(_0x28c589,_0x17c1d2-0xfe,_0x487a94- -0x51,_0x487a94-0x167);}function _0x42496e(_0x5893b8,_0x4ba6f0,_0x54b85a,_0x3fa4bd){return _0x2a4dfd(_0x3fa4bd,_0x4ba6f0-_0x1ac059._0x41d466,_0x4ba6f0- -_0x1ac059._0x400727,_0x3fa4bd-0xb6);}if(!_0x2219ae){logger[_0x21c29d(0x246,_0x44a763._0x1f9b49,0x321,_0x44a763._0x31d667)](_0x3c5483[_0x21c29d(0x37e,0x315,0x2a2,_0x44a763._0x5273a7)]);const _0x3bbb64={};return _0x3bbb64['error']=_0x3c5483[_0x21c29d(_0x44a763._0x224b8f,0x17e,0x27b,0x1ed)],_0x3bbb64[_0x21c29d(_0x44a763._0x5ab163,_0x44a763._0x56d535,0x1f3,_0x44a763._0x677289)]=_0x3c5483['ocIfN'],_0x1b5da3[_0x21c29d(0x25a,_0x44a763._0x2e5e88,0x1ff,_0x44a763._0x1e4efd)](0x13*0x87+0xd6d*0x2+0x1*-0x234e)['json'](_0x3bbb64);}if(!tasks){logger[_0x42496e(_0x44a763._0x226777,_0x44a763._0xd2850c,_0x44a763._0x40f8e5,_0x44a763._0x209349)](_0x21c29d(0x2f6,0x276,_0x44a763._0x114a59,0x2c8)+_0x21c29d(_0x44a763._0x38b9ea,_0x44a763._0x25d520,_0x44a763._0x424b28,0x225)+_0x21c29d(0x240,0x24b,0x2c6,0x25c)+_0x21c29d(_0x44a763._0x3b1314,_0x44a763._0x3d052,0x1d4,0x243)+_0x21c29d(0x2e3,_0x44a763._0x5298fa,0x316,0x299));const _0x1b37a2={};return _0x1b37a2['error']=_0x3c5483[_0x21c29d(_0x44a763._0x93b116,_0x44a763._0x30177a,0x242,0x1e9)],_0x1b37a2[_0x21c29d(_0x44a763._0x302697,0x190,_0x44a763._0x55a20f,_0x44a763._0x59f77c)]=_0x42496e(0x21d,_0x44a763._0x53acae,_0x44a763._0x54b827,_0x44a763._0x363d10)+_0x21c29d(0x210,0x2a6,_0x44a763._0x27ebdd,_0x44a763._0x4e225d)+_0x21c29d(0x27c,0x2b1,0x23b,0x29b),_0x1b5da3['status'](0x1*-0x93f+0x45*-0x51+0x2108)[_0x21c29d(_0x44a763._0x3bb893,_0x44a763._0x5eef90,_0x44a763._0x12cd36,0x24b)](_0x1b37a2);}const _0x5310dd=tasks[_0x42496e(_0x44a763._0x2322bc,0x1b4,_0x44a763._0x542e29,_0x44a763._0x2944e8)](_0x2219ae);if(!_0x5310dd){if(_0x3c5483[_0x42496e(_0x44a763._0x30f633,0x250,_0x44a763._0x5e0bd8,_0x44a763._0x58dc38)](_0x3c5483[_0x21c29d(_0x44a763._0x25d520,0x1b8,_0x44a763._0x329869,0x22b)],_0x21c29d(0x1d8,0x2cf,0x1fe,0x24e))){const _0xc4a4ff={};_0xc4a4ff[_0x21c29d(_0x44a763._0xc76d6c,0x36d,0x304,0x2e9)]=_0x2219ae,logger[_0x21c29d(_0x44a763._0x2e541f,0x2bb,0x32a,0x2dd)](_0x42496e(_0x44a763._0x4c4f05,_0x44a763._0x3713e5,0x1fe,_0x44a763._0x52e146)+'t\x20manageme'+_0x42496e(_0x44a763._0x523e1b,0x287,_0x44a763._0x379c70,0x2ca)+_0x21c29d(0x1f6,_0x44a763._0x4de776,_0x44a763._0x4cfaac,0x28d)+_0x42496e(_0x44a763._0x27d86f,_0x44a763._0x390c92,_0x44a763._0x2727cd,_0x44a763._0x2727cd)+'D',_0xc4a4ff);const _0x53dfab={};return _0x53dfab[_0x21c29d(0x1b3,0x278,0x2a7,0x23b)]=_0x3c5483['wKtvk'],_0x53dfab[_0x21c29d(_0x44a763._0x5e6db0,_0x44a763._0x26a387,0x289,0x1fa)]=_0x21c29d(0x2aa,0x36e,_0x44a763._0x13468c,_0x44a763._0x58ef27)+_0x42496e(0x1d8,0x1b9,0x1fb,_0x44a763._0x5b4df7),_0x1b5da3[_0x42496e(0x1a5,0x215,_0x44a763._0x38e7de,0x218)](-0x26c1+0x20e7+0x76b)[_0x21c29d(_0x44a763._0x16e976,_0x44a763._0x3d7d12,_0x44a763._0x49fdb4,0x24b)](_0x53dfab);}else{const _0x57987a={};_0x57987a[_0x21c29d(0x330,_0x44a763._0x50f57f,_0x44a763._0x34ba02,_0x44a763._0x9a1f89)]=_0x526da1,_0x57987a[_0x42496e(0x31a,0x281,0x2b3,0x208)+'t']=_0x1d9e3b['environmen'+'t'],_0x2ef011[_0x42496e(0x2ca,0x29d,_0x44a763._0x1ca98f,_0x44a763._0x457d6a)](_0x3c5483[_0x21c29d(_0x44a763._0x45ea60,0x23f,0x1bc,0x201)],_0x57987a);const _0x5f52ef={};return _0x5f52ef[_0x21c29d(_0x44a763._0x5597b8,0x1d7,_0x44a763._0x2a205f,_0x44a763._0x29bb95)]=_0x3c5483[_0x42496e(_0x44a763._0x3e7d88,0x1a3,_0x44a763._0x17b193,0x138)],_0x5f52ef[_0x21c29d(_0x44a763._0x322eb7,0x21c,0x289,0x1fa)]=_0x3c5483[_0x42496e(_0x44a763._0x24acbd,_0x44a763._0x2ffde9,_0x44a763._0x322eb7,_0x44a763._0x30f444)],_0x529fe8[_0x42496e(_0x44a763._0x60be4a,0x215,0x1eb,_0x44a763._0x559ea7)](0x1ab+0x20ad+-0x2bb*0xc)['json'](_0x5f52ef);}}if(!_0x5310dd[_0x21c29d(_0x44a763._0xce007c,_0x44a763._0x5df2da,0x248,_0x44a763._0x4bfca5)+'t']){const _0x550c35={};_0x550c35[_0x42496e(_0x44a763._0x43dceb,0x2a9,_0x44a763._0x3ce4bb,_0x44a763._0x43df84)]=_0x2219ae,logger['warn'](_0x3c5483[_0x42496e(_0x44a763._0x53652b,0x225,_0x44a763._0x2ffde9,0x273)],_0x550c35);const _0xd832e3={};return _0xd832e3[_0x42496e(0x199,_0x44a763._0x5ee926,_0x44a763._0x4b4aa1,0x18c)]=_0x3c5483[_0x21c29d(_0x44a763._0x3558bf,0x189,_0x44a763._0x3321ac,_0x44a763._0x542f8b)],_0xd832e3[_0x42496e(_0x44a763._0xb5a199,0x1ba,0x1c5,_0x44a763._0xc6f5df)]=_0x3c5483['dBZDQ'],_0x1b5da3[_0x42496e(0x183,_0x44a763._0x629f54,_0x44a763._0x12cd2c,0x1f5)](-0x2374+0x1091*0x2+-0xe*-0x47)[_0x21c29d(0x2e2,_0x44a763._0x55feaf,_0x44a763._0x2b00ad,0x24b)](_0xd832e3);}const _0x1eac92=_0x5310dd[_0x21c29d(_0x44a763._0x427c3f,_0x44a763._0x24a20e,0x288,0x236)]?.[_0x42496e(_0x44a763._0x4b8887,_0x44a763._0x3ce4bb,_0x44a763._0x84d45d,_0x44a763._0x2847f6)],_0x2d872a=await findUserById(_0x1eac92);if(!_0x2d872a){const _0x2e4bc7={};_0x2e4bc7['taskId']=_0x2219ae,_0x2e4bc7[_0x42496e(_0x44a763._0x2203fb,_0x44a763._0x3a976d,_0x44a763._0x937f04,0x20c)]=_0x1eac92,logger[_0x42496e(_0x44a763._0x39265e,_0x44a763._0x56d1cc,_0x44a763._0x230327,_0x44a763._0x9b1e03)](_0x21c29d(0x26b,_0x44a763._0x255b4c,0x20e,0x1d7)+_0x42496e(_0x44a763._0x308b3d,0x261,_0x44a763._0x6134a9,0x2f1),_0x2e4bc7);const _0x32b33c={};return _0x32b33c[_0x42496e(0x1b4,0x1fb,0x1be,0x28b)]=_0x3c5483[_0x42496e(_0x44a763._0x4e8ec,_0x44a763._0x1047b0,0x139,0x1c2)],_0x32b33c[_0x21c29d(0x235,_0x44a763._0xdff88f,0x252,0x1fa)]=_0x3c5483[_0x21c29d(_0x44a763._0x5062ba,0x319,0x239,0x2bf)],_0x1b5da3[_0x21c29d(0x2a1,0x26b,0x1f3,_0x44a763._0x1e4efd)](-0x435+-0x25*0x10c+0x2c82)[_0x21c29d(0x1b1,0x2ae,0x2c6,0x24b)](_0x32b33c);}_0x3b29d5[_0x42496e(0x260,_0x44a763._0x5cebb8,_0x44a763._0x5162e5,0x1e7)+'k']=_0x5310dd,_0x3b29d5[_0x21c29d(0x34a,_0x44a763._0x1da55f,0x348,_0x44a763._0x523e1b)]=_0x2d872a,_0x3b29d5[_0x21c29d(_0x44a763._0x1fe081,_0x44a763._0x293182,0x2d7,_0x44a763._0x129b40)+_0x21c29d(_0x44a763._0x46141d,_0x44a763._0x14f0ca,0x185,_0x44a763._0x1abf4a)]=_0x5310dd[_0x21c29d(0x22b,0x23c,0x253,0x2c1)+'t'];if(!coderConfig?.[_0x42496e(_0x44a763._0x32b123,_0x44a763._0xc64388,0x212,_0x44a763._0x340fa5)+'ts']?.[_0x5310dd[_0x21c29d(_0x44a763._0x5264a1,0x2a9,0x2b2,0x2c1)+'t']]){if(_0x3c5483['WpVZQ']!==_0x3c5483[_0x42496e(_0x44a763._0x1ff57c,0x28f,0x234,_0x44a763._0x3c0776)]){const _0x3b6d12={};_0x3b6d12[_0x42496e(0x20a,0x1fb,_0x44a763._0x27d86f,0x248)]=_0x3c5483[_0x21c29d(_0x44a763._0x43fcad,0x215,_0x44a763._0x34750c,0x1e3)],_0x3b6d12[_0x21c29d(0x201,0x26b,_0x44a763._0x25140a,_0x44a763._0x59f77c)]=_0x21c29d(0x1e6,_0x44a763._0x1f99ef,0x234,0x204)+_0x298136+(_0x21c29d(_0x44a763._0x557922,0x35b,0x2ce,_0x44a763._0x4abd4e)+'d'),_0x4ba353[_0x21c29d(_0x44a763._0x3bd591,0x22d,0x2d8,_0x44a763._0x43ec82)](-0x22d*-0x2+-0x15f7+0x1*0x1331)[_0x21c29d(0x296,0x2ba,_0x44a763._0x5cffc9,_0x44a763._0x51ad0b)](_0x3b6d12);}else{const _0x332fc7={};_0x332fc7['taskId']=_0x2219ae,_0x332fc7[_0x21c29d(_0x44a763._0x1cbc60,0x2df,0x286,_0x44a763._0x4bfca5)+'t']=_0x5310dd[_0x21c29d(0x2db,_0x44a763._0x359f3b,_0x44a763._0x9a7f6e,0x2c1)+'t'],logger[_0x42496e(0x2ed,_0x44a763._0x2b8116,_0x44a763._0x86d8c2,0x243)](_0x3c5483[_0x21c29d(_0x44a763._0x1bb081,_0x44a763._0x38a9de,0x1d4,_0x44a763._0x394876)],_0x332fc7);const _0x295b4c={};return _0x295b4c['error']=_0x3c5483[_0x42496e(0x213,_0x44a763._0x9a2b8d,_0x44a763._0x5130bf,0x1da)],_0x295b4c['message']=_0x3c5483['FgWUv'],_0x1b5da3[_0x42496e(0x1df,0x215,_0x44a763._0x241c59,_0x44a763._0x552927)](-0x96e*-0x2+0x17e9*0x1+-0x3*0xdbb)[_0x42496e(0x1d8,_0x44a763._0x2d7697,_0x44a763._0x2cc3ef,_0x44a763._0x532ea1)](_0x295b4c);}}_0x3b29d5[_0x42496e(0x215,0x281,_0x44a763._0x527e2b,0x202)+_0x42496e(0x1e2,_0x44a763._0x27ebdd,0x1d2,_0x44a763._0x58c8da)]=coderConfig[_0x42496e(_0x44a763._0x31ffc7,_0x44a763._0x1bcfc7,0x20c,_0x44a763._0x4a23d3)+'ts'][_0x5310dd[_0x42496e(0x299,_0x44a763._0xc64388,_0x44a763._0x7bd9c5,_0x44a763._0x5e0bd8)+'t']],_0x3b29d5[_0x21c29d(_0x44a763._0x3c7809,_0x44a763._0xd58f46,0x2f0,0x2c1)+'tPath']=_0x3d9896[_0x42496e(0x224,_0x44a763._0x386b27,_0x44a763._0x2a1b3e,0x27e)](setupPath,_0x3c5483[_0x42496e(0x1e5,_0x44a763._0x322eb7,0x1c7,_0x44a763._0x5c9a8c)],_0x5310dd['environmen'+'t']),_0x3c5483[_0x42496e(_0x44a763._0x375f6e,0x1f2,_0x44a763._0x4585f8,_0x44a763._0x4d51ef)](_0x30ed17);}async function requireInstructionsPermission(_0x5c9a15,_0x1a56ec,_0x255146){const _0x7f9fcd={_0x32af44:0x1ba,_0x5d4a93:0x1b8,_0x1b5ba4:0x472,_0x1e00a3:0x38d,_0xfb1798:0x3f7,_0x4339ee:0x3d3,_0x394bd1:0x19c,_0xc5abd4:0x177,_0x44d21a:0x204,_0x22bc0b:0x13f,_0x290af3:0x1e7,_0x49f9d0:0x123,_0xcee01a:0x512,_0x4cbc7c:0x3ff,_0x30dff1:0x485,_0x1009c0:0x492,_0x11f862:0x439,_0x29bc81:0x51a,_0x2c1428:0x504,_0x7f56d1:0x405,_0x397f1e:0x28e,_0x30e8b0:0x292,_0x141890:0x3d4,_0x328441:0x4a5,_0x9a6f73:0x3e5,_0x5d3989:0x458,_0x343472:0x1c6,_0x2f5cc3:0x249,_0x46aeff:0x189,_0x135a88:0x27c,_0x14512f:0x221,_0x533a1a:0x44e,_0x1ccb4a:0x40f,_0x3b67b3:0x463,_0x230e01:0x107,_0x2be0b2:0x1b5,_0x33bc6f:0x15c,_0x4bc06e:0x12c,_0x1256f6:0x19f,_0x26540a:0x253,_0x1b2a95:0x202,_0x207e69:0x23d,_0x1ea8d2:0x15e,_0x12f42a:0x19d,_0x5d59ff:0x10d,_0x60e677:0x1d3,_0x12a0b8:0x1cd,_0xbf2bbb:0x164,_0x55f14d:0x45f,_0x465af5:0x3d1,_0x5d19de:0x3d0,_0x232160:0x22f,_0x460296:0x225,_0x2a5050:0x41a,_0x48c1b9:0x441,_0x1bca30:0x47f,_0x751bdd:0x19a},_0x1e5a4a={_0x20df76:0xed};function _0x2b4dad(_0x34b98b,_0x58f60f,_0x58e0a2,_0x4c7b97){return _0x2a4dfd(_0x58f60f,_0x58f60f-0xdf,_0x58e0a2- -_0x1e5a4a._0x20df76,_0x4c7b97-0xe5);}function _0x51aec2(_0x3dd2ab,_0x3daef2,_0x5a67bd,_0x515820){return _0x2a4dfd(_0x3dd2ab,_0x3daef2-0x174,_0x515820-0x184,_0x515820-0x196);}const _0x47d9a3={'YKwxX':function(_0x2e98c4,_0x13b044,_0x43e6cd,_0x399d40){return _0x2e98c4(_0x13b044,_0x43e6cd,_0x399d40);},'iKajc':_0x2b4dad(_0x7f9fcd._0x32af44,_0x7f9fcd._0x5d4a93,0x225,0x1ef)+_0x51aec2(0x48c,0x4a2,_0x7f9fcd._0x1b5ba4,0x480)+_0x51aec2(_0x7f9fcd._0x1e00a3,_0x7f9fcd._0xfb1798,_0x7f9fcd._0x4339ee,0x3f1),'CxJwt':_0x2b4dad(0x183,_0x7f9fcd._0x394bd1,_0x7f9fcd._0xc5abd4,_0x7f9fcd._0x44d21a)+'\x20environme'+_0x51aec2(0x378,0x37d,0x46c,0x3de)+_0x2b4dad(_0x7f9fcd._0x22bc0b,_0x7f9fcd._0x290af3,_0x7f9fcd._0x5d4a93,0x1f6)+'mission','XJbXf':'Forbidden'};if(!await _0x47d9a3[_0x2b4dad(0x13e,0x158,0x167,_0x7f9fcd._0x49f9d0)](hasPermission,_0x5c9a15[_0x51aec2(_0x7f9fcd._0xcee01a,_0x7f9fcd._0x4cbc7c,_0x7f9fcd._0x30dff1,_0x7f9fcd._0x1009c0)]['id'],_0x47d9a3[_0x51aec2(0x451,0x3de,0x4b4,_0x7f9fcd._0x11f862)],_0x5c9a15[_0x51aec2(_0x7f9fcd._0x29bc81,0x4fb,_0x7f9fcd._0x2c1428,0x496)+_0x51aec2(0x41a,_0x7f9fcd._0x7f56d1,0x3d3,0x3b0)])){const _0x186217={};_0x186217[_0x2b4dad(_0x7f9fcd._0x397f1e,_0x7f9fcd._0x30e8b0,0x24d,0x2db)]=_0x5c9a15[_0x51aec2(_0x7f9fcd._0x141890,_0x7f9fcd._0x328441,_0x7f9fcd._0x9a6f73,_0x7f9fcd._0x5d3989)+'k'][_0x2b4dad(0x2a4,0x279,0x24d,0x2c0)],_0x186217[_0x2b4dad(_0x7f9fcd._0x343472,0x1ac,0x1e9,_0x7f9fcd._0x2f5cc3)]=_0x5c9a15[_0x2b4dad(_0x7f9fcd._0x46aeff,_0x7f9fcd._0x135a88,_0x7f9fcd._0x14512f,0x234)]['id'],_0x186217[_0x51aec2(_0x7f9fcd._0x533a1a,_0x7f9fcd._0x1ccb4a,0x42b,_0x7f9fcd._0x3b67b3)]=_0x5c9a15[_0x51aec2(0x458,0x47c,0x4cc,0x492)]['username'],logger[_0x2b4dad(0x254,0x21f,0x241,0x21a)](_0x47d9a3[_0x2b4dad(_0x7f9fcd._0x230e01,_0x7f9fcd._0x2be0b2,_0x7f9fcd._0x33bc6f,0x103)],_0x186217);const _0x4f3fb6={};return _0x4f3fb6[_0x2b4dad(0x206,_0x7f9fcd._0x4bc06e,_0x7f9fcd._0x1256f6,0x1a5)]=_0x47d9a3[_0x2b4dad(0x1d1,_0x7f9fcd._0x26540a,_0x7f9fcd._0x1b2a95,_0x7f9fcd._0x207e69)],_0x4f3fb6[_0x2b4dad(0x1ba,0x174,_0x7f9fcd._0x1ea8d2,_0x7f9fcd._0x12f42a)]=_0x2b4dad(_0x7f9fcd._0x5d59ff,_0x7f9fcd._0x60e677,0x14f,_0x7f9fcd._0x12a0b8)+_0x2b4dad(_0x7f9fcd._0x230e01,0x130,0x14a,_0x7f9fcd._0xbf2bbb)+_0x51aec2(_0x7f9fcd._0x55f14d,0x459,_0x7f9fcd._0x465af5,0x419)+_0x51aec2(0x463,_0x7f9fcd._0x5d19de,0x3e2,0x408)+_0x2b4dad(_0x7f9fcd._0x232160,0x1c0,_0x7f9fcd._0x460296,0x207)+_0x51aec2(_0x7f9fcd._0x2a5050,_0x7f9fcd._0x48c1b9,0x4b0,_0x7f9fcd._0x1bca30)+_0x2b4dad(_0x7f9fcd._0x751bdd,0xe6,0x16f,0x142),_0x1a56ec['status'](-0x4*0x6b3+-0x1892+0x34f1*0x1)[_0x51aec2(0x422,0x42e,0x44e,0x420)](_0x4f3fb6);}_0x255146();}async function requireTemplatesPermission(_0x6d7e4e,_0x4f3140,_0x53bf9a){const _0x596c2d={_0x5e611b:0x1a8,_0x2a8f0f:0x15d,_0x5e3124:0x21c,_0xe8dcf7:0x2a7,_0x329379:0x254,_0x41ca67:0x253,_0x5029b0:0x201,_0x4d392f:0x228,_0x2f574d:0x2af,_0x56b7eb:0x26b,_0x9932c9:0x2f1,_0x4fe2f9:0x2c8,_0x1dc73d:0x24a,_0x5276dc:0x183,_0x53ab95:0x255,_0x5516ff:0x2c9,_0x107cc6:0x275,_0x1500cc:0x2a6,_0x486877:0x1ee,_0x40db9f:0x323,_0x438c35:0x33b,_0x287c1c:0x362,_0x4000e2:0x1cc,_0x1ffe52:0x1ae,_0x551bdb:0x24c,_0x16f731:0x1c2,_0x4f9756:0x173,_0x580d9e:0x20d,_0x478d7b:0x21f,_0x391336:0x241,_0x4e8424:0x291,_0x48082d:0x236,_0x410e18:0x278,_0xf27598:0x2c2,_0x1aeec1:0x296,_0x27e13b:0x1e6,_0x5b19d0:0x27d,_0x3d9b85:0x19d,_0x4c56ef:0x176,_0x51180e:0x1e4,_0x5d2ae5:0x200,_0x468a39:0x3a1,_0x567ba0:0x378,_0x338d93:0x1d1,_0x14e68e:0x1eb,_0x497d4e:0x178,_0x49ef4c:0x412,_0x10a9b8:0x398,_0x3afa26:0x26e,_0x457232:0x336,_0x34180a:0x2f6,_0x3e77cd:0x21e,_0x4da5d9:0x1f4,_0x11a8f4:0x1bc,_0x9ca984:0x22b,_0x17c243:0x298,_0x57bad4:0x353,_0x1a6f4e:0x307,_0x1de481:0x3d4},_0x3c1293={_0x5c92de:0x1e4,_0x4e5c9a:0x12a},_0x4c36fb={_0x4a18f1:0x168};function _0x592f1c(_0x401447,_0x19ae69,_0x826478,_0x3c1541){return _0x2a4dfd(_0x826478,_0x19ae69-0x10,_0x3c1541-0x6a,_0x3c1541-_0x4c36fb._0x4a18f1);}const _0xc519a5={'frXKA':function(_0x2271a7,_0x301697,_0x2d1761,_0x38e31f){return _0x2271a7(_0x301697,_0x2d1761,_0x38e31f);},'rzijN':_0x878416(-0x112,-_0x596c2d._0x5e611b,-0x16a,-_0x596c2d._0x2a8f0f)+_0x878416(-0x28f,-_0x596c2d._0x5e3124,-0x258,-0x1f2)+'es','vutOh':_0x878416(-_0x596c2d._0xe8dcf7,-0x256,-0x279,-_0x596c2d._0x329379)+'\x20environme'+_0x878416(-_0x596c2d._0x41ca67,-0x28b,-_0x596c2d._0x5029b0,-_0x596c2d._0x4d392f)+_0x592f1c(_0x596c2d._0x2f574d,_0x596c2d._0x56b7eb,_0x596c2d._0x9932c9,_0x596c2d._0x4fe2f9)+_0x878416(-_0x596c2d._0x1dc73d,-0x1fb,-_0x596c2d._0x5276dc,-_0x596c2d._0x53ab95),'DuOIc':_0x878416(-0x1f4,-0x250,-0x2e2,-_0x596c2d._0x5516ff),'yxWNH':_0x592f1c(0x2dd,0x220,_0x596c2d._0x107cc6,_0x596c2d._0x1500cc)+_0x878416(-_0x596c2d._0x486877,-0x283,-0x1eb,-0x2bf)+_0x592f1c(_0x596c2d._0x40db9f,_0x596c2d._0x438c35,_0x596c2d._0x287c1c,0x2ff)+'to\x20update\x20'+_0x878416(-_0x596c2d._0x4000e2,-_0x596c2d._0x5e611b,-0x1aa,-_0x596c2d._0x1ffe52)+'t\x20template'+'s','PKoIy':function(_0x5bfead){return _0x5bfead();}};function _0x878416(_0x305318,_0x29436f,_0x59d6ed,_0xa92e86){return _0x2a4dfd(_0x59d6ed,_0x29436f-_0x3c1293._0x5c92de,_0x29436f- -0x4ba,_0xa92e86-_0x3c1293._0x4e5c9a);}if(!await _0xc519a5[_0x878416(-_0x596c2d._0x551bdb,-_0x596c2d._0x16f731,-_0x596c2d._0x4f9756,-0x1bb)](hasPermission,_0x6d7e4e[_0x878416(-_0x596c2d._0x580d9e,-0x1ac,-0x128,-_0x596c2d._0x478d7b)]['id'],_0xc519a5[_0x878416(-0x2a9,-0x249,-_0x596c2d._0x391336,-_0x596c2d._0x4e8424)],_0x6d7e4e[_0x878416(-0x235,-0x1a8,-_0x596c2d._0x478d7b,-_0x596c2d._0x48082d)+_0x592f1c(0x1fc,_0x596c2d._0x410e18,_0x596c2d._0xf27598,_0x596c2d._0x1aeec1)])){const _0x4d3224={};_0x4d3224['taskId']=_0x6d7e4e[_0x878416(-0x237,-_0x596c2d._0x27e13b,-_0x596c2d._0x5b19d0,-_0x596c2d._0x3d9b85)+'k'][_0x878416(-0x177,-0x180,-0x129,-_0x596c2d._0x4c56ef)],_0x4d3224[_0x878416(-0x25a,-_0x596c2d._0x51180e,-0x153,-_0x596c2d._0x5d2ae5)]=_0x6d7e4e['taskUser']['id'],_0x4d3224['username']=_0x6d7e4e[_0x592f1c(0x37e,0x302,_0x596c2d._0x468a39,_0x596c2d._0x567ba0)][_0x878416(-_0x596c2d._0x338d93,-0x1db,-_0x596c2d._0x14e68e,-_0x596c2d._0x497d4e)],logger[_0x592f1c(0x31f,0x3a4,_0x596c2d._0x49ef4c,_0x596c2d._0x10a9b8)](_0xc519a5[_0x878416(-0x1bc,-0x1eb,-0x27e,-_0x596c2d._0x3afa26)],_0x4d3224);const _0x10fab3={};return _0x10fab3[_0x592f1c(0x2e0,0x335,_0x596c2d._0x457232,_0x596c2d._0x34180a)]=_0xc519a5[_0x878416(-_0x596c2d._0x3e77cd,-_0x596c2d._0x4da5d9,-0x234,-_0x596c2d._0x11a8f4)],_0x10fab3[_0x878416(-_0x596c2d._0x4fe2f9,-0x26f,-0x21d,-_0x596c2d._0x9ca984)]=_0xc519a5[_0x592f1c(0x300,_0x596c2d._0x17c243,0x30b,0x32c)],_0x4f3140['status'](0x1e49+-0xc41*0x1+-0xb*0x17f)[_0x592f1c(_0x596c2d._0x57bad4,_0x596c2d._0x1a6f4e,0x2c2,0x306)](_0x10fab3);}_0xc519a5[_0x592f1c(_0x596c2d._0x1de481,0x355,0x3fb,0x39f)](_0x53bf9a);}router[_0x1a54d3(0x32d,0x2c4,0x2b0,0x380)](_0x1a54d3(0x397,0x40d,0x363,0x38f)+_0x2a4dfd(0x2a6,0x2ac,0x233,0x2b0),requireTaskAuth,requireInstructionsPermission,async(_0x1bfe13,_0x28e97e)=>{const _0x5c9c87={_0x59959a:0x390,_0x293367:0x15b,_0x34c142:0x186,_0x201e2b:0xc4,_0x113fe9:0xc1,_0x315674:0xf4,_0x3c3941:0x10d,_0x4a49e6:0x19d,_0x2e670f:0x1a9,_0x718bb3:0xb4,_0x4e43bf:0x188,_0x3e826b:0x18d,_0x1c77bd:0x42b,_0x2f189b:0x433,_0x3f2e24:0x3a3,_0x12c296:0x1c9,_0x4e778b:0x164,_0x54cbae:0x142,_0x2e99b7:0x221,_0x30190b:0x1a4,_0x1bfc5d:0x2e0,_0x3140c7:0x366,_0x44fe77:0x1ae,_0x5389ae:0x247,_0x427de8:0x22e,_0xf29a28:0x378,_0x243654:0x38a,_0xfc3c3b:0x396,_0x460fa3:0x3ea,_0xd5dfc5:0x355,_0x3800ad:0x1b4,_0x5bd33e:0x180,_0x2527bd:0x316,_0x3d2e19:0x3ae,_0x4ea3c1:0x309,_0x189048:0x36c,_0x213e52:0x40d,_0x539b87:0x1a2,_0x379266:0x12e,_0x15dab3:0x150,_0x52d1e9:0x431,_0x22c924:0x3c1,_0x17151e:0x1d1,_0xe86695:0x1d4,_0x44a8ec:0x231,_0x1f8639:0x258,_0x49ad4f:0x3f5,_0xf330b8:0x47e,_0xb56052:0x404,_0x46a314:0x21f,_0x28588f:0xff,_0x2e2751:0x193,_0x2306ea:0x3f6,_0x529f86:0x37d,_0x470fe7:0x331,_0x2696a0:0x39b,_0x24961c:0x394,_0x2e10e5:0x1a0,_0x3a2db1:0x208,_0x3b8eeb:0x246,_0x5aff49:0x1a3,_0x23119c:0x188,_0x1b516e:0x1f3,_0x49b540:0x265,_0x3e7909:0x258,_0xc70132:0x1d3,_0x1f09e2:0x47e,_0x289250:0x472,_0x195333:0x17e,_0x232a9d:0x3f9,_0x2b9297:0x3ad,_0x4729fc:0x443,_0x588eb4:0x42c,_0x49065c:0x41b,_0x173d89:0x43b,_0x4c7c25:0x1a8,_0x122595:0x1b2,_0x383762:0x160,_0x8c6b70:0x1e2,_0x30fee7:0x1b8,_0x433751:0x204,_0xff8376:0x27d,_0x4f91b0:0x21e,_0x5ae85a:0x422,_0x59b632:0x3f9,_0x5a43c7:0x183,_0x5a52d6:0x1b9,_0x4dcf1e:0x173,_0x140d31:0xcc,_0xb6dd1a:0x2bc,_0x5468ae:0x33e,_0x297f66:0x1fc,_0x7d8410:0x10e,_0x1a9a1a:0x117,_0x2146e0:0x1bf,_0x2816c9:0x152,_0x231a1c:0x137,_0x370d9e:0x108,_0x319bca:0x147,_0x13908c:0x3b8,_0xd52eb7:0x405,_0x5a989a:0x209,_0x4b1c84:0x1a2,_0x1b6d68:0x2ab,_0x57ebed:0x312,_0x473975:0x33b,_0x714279:0x182,_0x24fc2e:0x16b,_0x11964b:0x259,_0x582a70:0x233,_0x40e98e:0x231,_0x35c1b1:0x280,_0x3f6360:0x168,_0x1dd21b:0x1ff,_0x1bcb08:0x25a,_0x20ce57:0x15f,_0x526358:0x1e6,_0x24cfc2:0x15c,_0x54bdd6:0x15e,_0x1e0db4:0x3d6,_0x3b34c5:0x378,_0x17f093:0x3a8,_0x5220a3:0x178,_0x15c0bc:0x227,_0x10ba8b:0x179,_0x484e85:0x3fa,_0x21360b:0x37f,_0x5eea9f:0xe7,_0x52f905:0x163,_0x39c37b:0x1a6,_0x4c15c0:0x1cb,_0x98a9ca:0x1ba,_0x440f95:0x2b6,_0x5b7857:0x32c,_0x5bd432:0x177,_0x101885:0x1f1,_0x862cc3:0x10b,_0xd94add:0x32e,_0xe8b645:0x2eb,_0x27bda8:0x37a,_0x1675cd:0x182,_0x17a79a:0xda,_0x39739b:0x123,_0xf574bc:0x3be,_0x50fcc5:0x3d5,_0x4cd28e:0x1f9,_0x25fc69:0x21c,_0x36079b:0x220,_0x43ebc0:0x27e,_0x4bafb4:0x220,_0x11b60e:0x187,_0x394474:0x3d9,_0x19e232:0x412,_0x1d8b9b:0x108,_0x27425d:0x131,_0x1608ac:0xa3,_0x2e699d:0x18b,_0x5efeac:0x121,_0x22b460:0x2fa,_0x2f0988:0x34a,_0x1b2e07:0x34a,_0x418f32:0x2c8,_0x4ba3f0:0x341,_0x578bb0:0x2fb,_0x5ed28d:0xd3,_0x277331:0x166,_0x338935:0x1d8,_0x56d821:0x34e,_0xb94dbc:0x3a5,_0x1990b5:0x3ff,_0x544ee9:0x38a},_0xcf42af={_0x371b44:0x69,_0x4b71f5:0x1ce},_0x5c39f2={_0x25bb35:0x123},_0x5828de={};_0x5828de[_0x2fc3d0(0x35b,0x33d,0x419,_0x5c9c87._0x59959a)]=_0x170243(_0x5c9c87._0x293367,_0x5c9c87._0x34c142,0x147,_0x5c9c87._0x201e2b)+_0x170243(_0x5c9c87._0x113fe9,_0x5c9c87._0x315674,_0x5c9c87._0x3c3941,0xcf)+'ent',_0x5828de[_0x170243(0x12c,0x177,0x123,_0x5c9c87._0x4a49e6)]='Bad\x20Reques'+'t',_0x5828de[_0x170243(_0x5c9c87._0x2e670f,_0x5c9c87._0x718bb3,0x137,_0x5c9c87._0x4e43bf)]=_0x170243(0x183,0x15b,0x147,_0x5c9c87._0x3e826b)+'o\x20associat'+_0x2fc3d0(_0x5c9c87._0x1c77bd,0x3db,0x3e8,0x410)+_0x2fc3d0(0x38a,_0x5c9c87._0x2f189b,0x3d9,_0x5c9c87._0x3f2e24),_0x5828de[_0x170243(_0x5c9c87._0x12c296,0x171,_0x5c9c87._0x4e778b,_0x5c9c87._0x54cbae)]='Unauthoriz'+'ed',_0x5828de['hnJNF']=_0x170243(_0x5c9c87._0x2e99b7,0x214,_0x5c9c87._0x30190b,0x212)+_0x170243(0xb7,0x1c8,0x14d,0x176)+_0x2fc3d0(0x3f6,_0x5c9c87._0x1bfc5d,0x2ed,_0x5c9c87._0x3140c7),_0x5828de[_0x170243(_0x5c9c87._0x44fe77,_0x5c9c87._0x5389ae,_0x5c9c87._0x427de8,0x1f1)]=_0x2fc3d0(_0x5c9c87._0xf29a28,0x348,0x3ae,_0x5c9c87._0x243654)+'ing\x20enviro'+_0x2fc3d0(_0x5c9c87._0xfc3c3b,0x34a,_0x5c9c87._0x460fa3,_0x5c9c87._0xd5dfc5)+_0x170243(0x1d0,_0x5c9c87._0x3800ad,_0x5c9c87._0x5bd33e,0x1ae),_0x5828de[_0x170243(0x1b1,0xd0,0x11f,0xdd)]=function(_0x26b8e8,_0x59ce79){return _0x26b8e8!==_0x59ce79;},_0x5828de['SZrdD']=_0x2fc3d0(_0x5c9c87._0x2527bd,_0x5c9c87._0x3d2e19,_0x5c9c87._0x4ea3c1,_0x5c9c87._0x189048),_0x5828de['DPPuH']=_0x2fc3d0(0x3c1,0x461,0x496,_0x5c9c87._0x213e52),_0x5828de[_0x170243(_0x5c9c87._0x539b87,0x19e,_0x5c9c87._0x379266,_0x5c9c87._0x15dab3)]=_0x2fc3d0(_0x5c9c87._0x52d1e9,0x37d,_0x5c9c87._0x22c924,0x3f1),_0x5828de[_0x170243(_0x5c9c87._0x17151e,_0x5c9c87._0xe86695,_0x5c9c87._0x44a8ec,0x25e)]=_0x170243(_0x5c9c87._0x1f8639,0x1e0,0x202,0x179),_0x5828de[_0x2fc3d0(0x49a,_0x5c9c87._0x49ad4f,_0x5c9c87._0xf330b8,_0x5c9c87._0xb56052)]=_0x170243(0x223,0x26a,_0x5c9c87._0x46a314,0x1bb),_0x5828de[_0x170243(0x159,0x1ae,0x160,_0x5c9c87._0x28588f)]=_0x170243(0x1be,0x1f1,0x1a1,_0x5c9c87._0x2e2751);function _0x170243(_0x369eef,_0xd57f16,_0x50bb63,_0xfeb434){return _0x2a4dfd(_0xfeb434,_0xd57f16-_0x5c39f2._0x25bb35,_0x50bb63- -0x11a,_0xfeb434-0xda);}_0x5828de[_0x2fc3d0(_0x5c9c87._0x2306ea,0x33c,_0x5c9c87._0x529f86,0x373)]=_0x2fc3d0(_0x5c9c87._0x470fe7,_0x5c9c87._0x2696a0,_0x5c9c87._0x24961c,0x313)+'erver\x20Erro'+'r',_0x5828de[_0x170243(0x1e4,_0x5c9c87._0x2e10e5,_0x5c9c87._0x3a2db1,_0x5c9c87._0x3b8eeb)]=_0x170243(_0x5c9c87._0x5aff49,_0x5c9c87._0x23119c,0x13d,0x174)+_0x170243(0x1ac,0x1f8,_0x5c9c87._0x1b516e,_0x5c9c87._0x49b540)+_0x170243(_0x5c9c87._0x3e7909,0x144,_0x5c9c87._0xc70132,0x1f8)+'le';const _0x22d107=_0x5828de,{callingTask:_0x3b4ab6,environmentName:_0x444807,environmentPath:_0x1191c7}=_0x1bfe13,_0x2da293={};_0x2da293['taskId']=_0x3b4ab6[_0x2fc3d0(_0x5c9c87._0x1f09e2,0x439,_0x5c9c87._0x289250,0x42d)],_0x2da293[_0x170243(0x19f,_0x5c9c87._0x195333,0x1f8,0x176)+'t']=_0x444807,logger[_0x2fc3d0(_0x5c9c87._0x232a9d,0x425,_0x5c9c87._0x2b9297,0x416)](_0x22d107[_0x2fc3d0(_0x5c9c87._0x4729fc,_0x5c9c87._0x588eb4,_0x5c9c87._0x49065c,_0x5c9c87._0x173d89)],_0x2da293);const _0x57fef9=_0x3d9896['join'](_0x1191c7,_0x170243(_0x5c9c87._0x4c7c25,_0x5c9c87._0x122595,0x1e4,_0x5c9c87._0x383762));function _0x2fc3d0(_0x3c770b,_0x4a7e0d,_0x4c5d27,_0x4d4966){return _0x1a54d3(_0x4d4966-0xb,_0x4a7e0d-_0xcf42af._0x371b44,_0x4c5d27-_0xcf42af._0x4b71f5,_0x4a7e0d);}try{if(_0x22d107['yePoG'](_0x22d107[_0x170243(_0x5c9c87._0x8c6b70,0x26d,0x1ee,_0x5c9c87._0x30fee7)],_0x22d107[_0x170243(_0x5c9c87._0x433751,_0x5c9c87._0xff8376,0x1ee,0x1cc)])){const _0x575376={};_0x575376[_0x170243(_0x5c9c87._0x4f91b0,0x1c5,0x220,0x292)]=_0x4a5580,_0x22618d[_0x2fc3d0(0x43f,_0x5c9c87._0x5ae85a,_0x5c9c87._0x59b632,0x421)](_0x22d107[_0x170243(0x1dd,0x1ea,_0x5c9c87._0x5a43c7,_0x5c9c87._0x5a52d6)],_0x575376);const _0x15c1e7={};return _0x15c1e7['error']=_0x22d107[_0x170243(_0x5c9c87._0x4dcf1e,_0x5c9c87._0x140d31,0x123,_0x5c9c87._0x3e826b)],_0x15c1e7[_0x2fc3d0(_0x5c9c87._0xb6dd1a,0x34a,0x308,_0x5c9c87._0x5468ae)]=_0x22d107['OzDZr'],_0x44530e[_0x170243(0xf7,0x110,0x18c,_0x5c9c87._0x297f66)](0x160f+-0x2e7*0x3+0x1*-0xbca)[_0x170243(_0x5c9c87._0x7d8410,0x20e,0x182,_0x5c9c87._0x1a9a1a)](_0x15c1e7);}else{const _0x5721fb=await _0x2dc80a[_0x170243(0x12c,0x14e,_0x5c9c87._0x2146e0,0x175)](_0x57fef9,_0x22d107[_0x170243(_0x5c9c87._0x2816c9,_0x5c9c87._0x231a1c,_0x5c9c87._0x370d9e,_0x5c9c87._0x319bca)]),_0x2d52c0={};_0x2d52c0['content']=_0x5721fb,_0x2d52c0[_0x2fc3d0(0x37e,0x47b,_0x5c9c87._0x13908c,_0x5c9c87._0xd52eb7)+'t']=_0x444807,_0x2d52c0[_0x170243(_0x5c9c87._0x5a989a,0x19b,_0x5c9c87._0x4b1c84,0x124)]=_0x22d107[_0x2fc3d0(_0x5c9c87._0x1b6d68,0x2e6,_0x5c9c87._0x57ebed,_0x5c9c87._0x473975)],_0x28e97e[_0x170243(0x1c2,0x12e,_0x5c9c87._0x714279,_0x5c9c87._0x24fc2e)](_0x2d52c0);}}catch(_0x446910){if(_0x22d107[_0x2fc3d0(0x44a,0x430,0x4b7,0x43e)]!==_0x22d107[_0x170243(_0x5c9c87._0x11964b,_0x5c9c87._0x582a70,_0x5c9c87._0x40e98e,_0x5c9c87._0x35c1b1)]){_0x18fd46['warn'](_0x170243(0x1f4,_0x5c9c87._0x3f6360,_0x5c9c87._0x1dd21b,_0x5c9c87._0x1bcb08)+_0x170243(_0x5c9c87._0x20ce57,_0x5c9c87._0x526358,_0x5c9c87._0x24cfc2,_0x5c9c87._0x54bdd6)+_0x2fc3d0(_0x5c9c87._0x1e0db4,0x45c,_0x5c9c87._0x3b34c5,0x40b)+_0x2fc3d0(0x3cb,0x37c,0x3dd,0x3ac)+_0x2fc3d0(0x337,_0x5c9c87._0x17f093,0x3a1,0x335)+_0x170243(_0x5c9c87._0x5220a3,_0x5c9c87._0x15c0bc,0x20f,_0x5c9c87._0x10ba8b));const _0x1647a5={};return _0x1647a5[_0x2fc3d0(0x319,0x2f9,_0x5c9c87._0x484e85,_0x5c9c87._0x21360b)]=_0x22d107[_0x170243(_0x5c9c87._0x5eea9f,_0x5c9c87._0x52f905,0x164,_0x5c9c87._0x39c37b)],_0x1647a5[_0x2fc3d0(0x37a,0x38a,0x3b2,_0x5c9c87._0x5468ae)]=_0x22d107[_0x170243(0x1b3,_0x5c9c87._0x4c15c0,0x1aa,_0x5c9c87._0x98a9ca)],_0x235fd2['status'](-0xc6*0x20+-0x11*0x95+0x2436)[_0x2fc3d0(0x40f,0x30e,0x424,0x38f)](_0x1647a5);}else{if(_0x446910['code']===_0x22d107[_0x2fc3d0(0x3ee,0x378,0x44f,0x404)]){if(_0x22d107[_0x2fc3d0(_0x5c9c87._0x440f95,0x361,0x303,_0x5c9c87._0x5b7857)](_0x170243(0x1b9,_0x5c9c87._0x5bd432,_0x5c9c87._0x101885,_0x5c9c87._0x8c6b70),_0x22d107[_0x170243(_0x5c9c87._0x862cc3,0x113,0x160,0x1a9)])){const _0x643297={};_0x643297['content']='',_0x643297['environmen'+'t']=_0x444807,_0x643297[_0x2fc3d0(_0x5c9c87._0xd94add,0x3f8,0x381,0x3af)]=_0x22d107[_0x2fc3d0(0x3cc,_0x5c9c87._0xe8b645,_0x5c9c87._0x27bda8,_0x5c9c87._0x473975)],_0x643297['exists']=![],_0x28e97e[_0x170243(0x10b,0x1fa,_0x5c9c87._0x1675cd,0x1fa)](_0x643297);}else{const _0x581e75={};return _0x581e75[_0x2fc3d0(0x321,0x3fa,0x402,0x37f)]=_0x22d107[_0x170243(_0x5c9c87._0x17a79a,0x13f,_0x5c9c87._0x39739b,_0x5c9c87._0x24fc2e)],_0x581e75['message']='Invalid\x20te'+_0x2fc3d0(_0x5c9c87._0xf574bc,0x3e2,0x32a,0x3bb)+'e',_0xe8160b[_0x2fc3d0(_0x5c9c87._0x2696a0,_0x5c9c87._0x50fcc5,0x317,0x399)](0x383*0x4+0x71e*-0x3+0x8de)[_0x170243(_0x5c9c87._0x4cd28e,0x1b7,0x182,0x1d1)](_0x581e75);}}else{const _0x205047={};_0x205047[_0x170243(_0x5c9c87._0x25fc69,0x205,_0x5c9c87._0x36079b,0x228)]=_0x3b4ab6[_0x170243(_0x5c9c87._0x43ebc0,0x19d,_0x5c9c87._0x4bafb4,0x19f)],_0x205047[_0x170243(_0x5c9c87._0x11b60e,0x1c1,0x1f8,0x1a1)+'t']=_0x444807,_0x205047[_0x2fc3d0(_0x5c9c87._0x394474,0x30f,_0x5c9c87._0x19e232,_0x5c9c87._0x21360b)]=_0x446910[_0x170243(0xba,_0x5c9c87._0x1d8b9b,_0x5c9c87._0x27425d,_0x5c9c87._0x1608ac)],logger[_0x170243(_0x5c9c87._0x2e699d,0x177,0x172,_0x5c9c87._0x5efeac)](_0x2fc3d0(_0x5c9c87._0x22b460,0x38c,_0x5c9c87._0x2f0988,_0x5c9c87._0x1b2e07)+_0x2fc3d0(_0x5c9c87._0x418f32,0x315,0x330,_0x5c9c87._0x4ba3f0)+_0x2fc3d0(_0x5c9c87._0x578bb0,0x387,0x3b2,0x37c),_0x205047);const _0x1978ca={};_0x1978ca['error']=_0x22d107[_0x170243(_0x5c9c87._0x5ed28d,0x1e1,_0x5c9c87._0x277331,_0x5c9c87._0x338935)],_0x1978ca[_0x170243(0x132,0x174,0x131,0x188)]=_0x22d107[_0x2fc3d0(0x42e,_0x5c9c87._0x289250,0x3fd,0x415)],_0x28e97e[_0x2fc3d0(_0x5c9c87._0x56d821,_0x5c9c87._0xb94dbc,0x3ad,0x399)](-0x1a8*-0x2+0x33a+0x2*-0x24b)[_0x2fc3d0(_0x5c9c87._0x1990b5,_0x5c9c87._0x544ee9,0x34d,0x38f)](_0x1978ca);}}}}),router['patch'](_0x2a4dfd(0x339,0x348,0x2af,0x307)+_0x2a4dfd(0x2a7,0x1fb,0x233,0x22f),requireTaskAuth,requireInstructionsPermission,async(_0x5b21b3,_0x530ffc)=>{const _0x4f766c={_0x28d75f:0x3b0,_0x49e46b:0x395,_0x463ddf:0x362,_0x5927f6:0x35e,_0x51fe74:0x3c4,_0xf9b6d1:0x3f3,_0x2ca84e:0x424,_0x4d3c3b:0x2e9,_0x1fc7f4:0x344,_0x39a379:0x3ad,_0x59bbb3:0x377,_0x127a1d:0x2b6,_0x3cefcd:0x346,_0x1174f4:0x461,_0x3e4d4c:0x412,_0x1369b9:0x3fa,_0x147463:0x384,_0x3cf8ca:0x400,_0x4550e1:0x419,_0x589110:0x427,_0x1708c5:0x3e5,_0x4ed77b:0x44e,_0xb40b89:0x4cd,_0x1e8b08:0x459,_0x130379:0x37a,_0x443903:0x36a,_0x4b0f1a:0x466,_0x44c931:0x3cc,_0x117298:0x3dc,_0x2fe099:0x376,_0x37bf4f:0x396,_0x3a278d:0x45d,_0x1aff7c:0x476,_0x5ce802:0x437,_0xe8dff7:0x38b,_0x29f138:0x441,_0x3f97d7:0x2ff,_0x30a8ed:0x3e7,_0x4a7c73:0x301,_0x30c65a:0x3eb,_0x5577e9:0x313,_0xb074b2:0x42a,_0x5cd16c:0x474,_0x3d4d20:0x430,_0x3ad669:0x37c,_0x5ad99b:0x3db,_0x302923:0x352,_0x4cbd7c:0x34f,_0x4a56e2:0x2b4,_0xf73bb1:0x3bb,_0x4c0c98:0x397,_0x8a963e:0x38d,_0x5bc55a:0x41f,_0x5f33ee:0x3ef,_0x3b6b62:0x38d,_0x2897c2:0x3c2,_0x403ef5:0x485,_0x7d3445:0x381,_0x2894ba:0x40e,_0x4029bf:0x3c1,_0x4dfaf6:0x3a7,_0x9deb36:0x388,_0x5ec74f:0x405,_0x428bb5:0x46d,_0x169731:0x348,_0x473e58:0x3e8,_0x597b01:0x462,_0x23f4c2:0x469,_0x1120fb:0x42d,_0x59cfbd:0x482,_0x50c7f5:0x436,_0x54cd70:0x302,_0x4bc56c:0x341,_0x56006c:0x340,_0x4d3a58:0x3af,_0x5c1c91:0x471,_0x209d3b:0x416,_0x35942f:0x419,_0x5b9f3b:0x3eb,_0xc789db:0x4c3,_0x552428:0x445,_0x5b2c51:0x4a3,_0x1b4f18:0x3d7,_0x6a3c07:0x451,_0x375889:0x39e,_0xb7c3cc:0x336,_0x11b60b:0x314,_0x14240c:0x346,_0x5dda2b:0x3b9,_0x3dae20:0x3ff,_0x5efc0a:0x3f8,_0x26b6bd:0x38a,_0x506c3b:0x382,_0x278048:0x3c9,_0xd8e696:0x40b,_0x17ee02:0x3fb,_0x505b72:0x4f4,_0x38dfe5:0x4b7,_0x3107b4:0x3ed,_0x5ba884:0x420,_0x18faf3:0x392,_0x3ad017:0x3a9,_0x481a5c:0x3b1,_0x207adb:0x39e,_0x290204:0x45b,_0x358eed:0x474,_0x29944e:0x3ed,_0x3b011d:0x43c,_0x8b887a:0x439,_0x1848f0:0x41a,_0x27f375:0x484,_0x58c080:0x445,_0x367180:0x4ad,_0x1f08ee:0x431,_0x506318:0x41d,_0x3326aa:0x4a3,_0x64a773:0x458,_0x188278:0x45c,_0x449efb:0x3cd,_0x269d30:0x43a,_0x505649:0x3e1,_0x5ae2e8:0x3e4,_0x1884a8:0x3ec,_0x500ed4:0x403,_0x5b1313:0x43d,_0x54f149:0x4d0,_0x50d1eb:0x46f,_0xaf84c5:0x473,_0x5ba384:0x3de,_0x41143a:0x422,_0x1eaaf9:0x330,_0x16f040:0x42f,_0x30bb99:0x3af,_0x30f396:0x3a9,_0x26f79b:0x42b,_0x38ca6d:0x3db,_0x47fdaf:0x4c0,_0x5d26a8:0x3df,_0x48071f:0x3bf,_0x37d241:0x3be,_0x279bcd:0x320,_0x36b08d:0x494,_0x26edb9:0x48b,_0x5ae9a7:0x301,_0x49467d:0x36e,_0x3e4a46:0x37b,_0x55793f:0x31a,_0x33fe79:0x48e,_0x39b867:0x432,_0x5865d2:0x3e3,_0x5dd2a6:0x463,_0x1d933d:0x30e},_0x511960={_0x1f9c6f:0x23,_0x2ce3de:0x117,_0x53dcb9:0xd9},_0x18b534={_0x397c1a:0xd6},_0x316557={};_0x316557[_0x4ae6ba(0x309,_0x4f766c._0x28d75f,0x3d4,0x39b)]=_0x4ae6ba(0x353,_0x4f766c._0x49e46b,0x3ee,_0x4f766c._0x463ddf)+_0x2fb957(0x416,_0x4f766c._0x5927f6,0x419,_0x4f766c._0x51fe74)+'ate',_0x316557['TObgg']=_0x2fb957(0x323,0x3ab,0x3da,0x35f)+'erver\x20Erro'+'r',_0x316557['yuQyN']=function(_0x178225,_0x3a8a62){return _0x178225===_0x3a8a62;},_0x316557[_0x2fb957(_0x4f766c._0xf9b6d1,0x3da,_0x4f766c._0x2ca84e,0x453)]='Bad\x20Reques'+'t',_0x316557['VPRDv']=_0x4ae6ba(_0x4f766c._0x4d3c3b,_0x4f766c._0x1fc7f4,_0x4f766c._0x39a379,_0x4f766c._0x59bbb3)+_0x4ae6ba(0x3d0,0x3ad,_0x4f766c._0x127a1d,_0x4f766c._0x3cefcd)+'nment\x20inst'+'ructions',_0x316557['wSTCW']=_0x4ae6ba(_0x4f766c._0x1174f4,0x484,_0x4f766c._0x3e4d4c,0x409),_0x316557[_0x4ae6ba(0x3b3,0x390,_0x4f766c._0x4d3c3b,0x35a)]=function(_0x8c6b54,_0x13d580){return _0x8c6b54!==_0x13d580;},_0x316557[_0x2fb957(_0x4f766c._0x1369b9,_0x4f766c._0x147463,_0x4f766c._0x3cf8ca,_0x4f766c._0x4550e1)]=_0x2fb957(0x3fe,_0x4f766c._0x589110,0x472,0x3ed),_0x316557[_0x2fb957(0x446,0x3ef,_0x4f766c._0x1708c5,_0x4f766c._0x4ed77b)]=_0x2fb957(_0x4f766c._0xb40b89,0x3c0,0x3d3,_0x4f766c._0x1e8b08),_0x316557[_0x4ae6ba(_0x4f766c._0x130379,_0x4f766c._0x443903,_0x4f766c._0x4b0f1a,_0x4f766c._0x44c931)]=_0x2fb957(0x340,_0x4f766c._0x117298,_0x4f766c._0x2fe099,_0x4f766c._0x37bf4f)+_0x4ae6ba(0x440,_0x4f766c._0x3a278d,_0x4f766c._0x1aff7c,_0x4f766c._0x5ce802)+_0x2fb957(0x3fa,_0x4f766c._0xe8dff7,_0x4f766c._0x29f138,0x40c),_0x316557[_0x2fb957(0x4d2,0x4a5,0x490,0x463)]=_0x2fb957(_0x4f766c._0x3f97d7,0x390,_0x4f766c._0x30a8ed,0x396)+_0x4ae6ba(_0x4f766c._0x4a7c73,0x2f2,_0x4f766c._0x30c65a,0x383)+_0x4ae6ba(0x3c0,_0x4f766c._0x5577e9,0x334,0x399)+_0x4ae6ba(0x3c9,_0x4f766c._0xb074b2,_0x4f766c._0x5cd16c,_0x4f766c._0x3d4d20);const _0x9caaf7=_0x316557,{callingTask:_0x83e062,taskUser:_0x56c2a9,environmentName:_0x1e7f29,environmentPath:_0x1eaa17}=_0x5b21b3,{content:_0x222231}=_0x5b21b3[_0x2fb957(_0x4f766c._0x3ad669,_0x4f766c._0x5ad99b,_0x4f766c._0x302923,0x3d1)];if(_0x9caaf7[_0x4ae6ba(_0x4f766c._0x4cbd7c,_0x4f766c._0x4a56e2,0x29f,0x329)](_0x222231,undefined)){const _0xb2ba5c={};return _0xb2ba5c[_0x4ae6ba(0x335,0x38c,_0x4f766c._0xf73bb1,_0x4f766c._0x4c0c98)]=_0x9caaf7[_0x4ae6ba(0x3c8,_0x4f766c._0x8a963e,0x465,_0x4f766c._0x5bc55a)],_0xb2ba5c['message']='Content\x20fi'+_0x4ae6ba(_0x4f766c._0x5577e9,_0x4f766c._0x5f33ee,_0x4f766c._0x3b6b62,_0x4f766c._0x443903)+_0x4ae6ba(0x37d,_0x4f766c._0x2897c2,_0x4f766c._0x403ef5,0x3f6),_0x530ffc[_0x4ae6ba(_0x4f766c._0x7d3445,0x446,_0x4f766c._0x2894ba,0x3b1)](0x4a*-0x3+-0x6f6+0x1*0x964)[_0x4ae6ba(0x31b,0x3cc,_0x4f766c._0x4029bf,_0x4f766c._0x4dfaf6)](_0xb2ba5c);}const _0x2072d5={};_0x2072d5['taskId']=_0x83e062['taskId'];function _0x2fb957(_0x45edb8,_0x5c80ef,_0x32ec9e,_0x4be9e6){return _0x2a4dfd(_0x5c80ef,_0x5c80ef-0xbb,_0x4be9e6-0x13f,_0x4be9e6-_0x18b534._0x397c1a);}function _0x4ae6ba(_0x2b042f,_0x1915c2,_0x5db49c,_0x4c2925){return _0x1a54d3(_0x4c2925-_0x511960._0x1f9c6f,_0x1915c2-_0x511960._0x2ce3de,_0x5db49c-_0x511960._0x53dcb9,_0x2b042f);}_0x2072d5['environmen'+'t']=_0x1e7f29,_0x2072d5[_0x2fb957(_0x4f766c._0x9deb36,_0x4f766c._0x5ec74f,_0x4f766c._0x428bb5,0x415)]=_0x56c2a9['id'],_0x2072d5['username']=_0x56c2a9['username'],_0x2072d5[_0x4ae6ba(0x42d,0x469,0x472,_0x4f766c._0x30c65a)+'gth']=_0x222231[_0x2fb957(0x3aa,0x322,_0x4f766c._0x169731,0x362)],logger[_0x2fb957(0x3e1,0x43a,_0x4f766c._0x473e58,_0x4f766c._0x597b01)](_0x9caaf7[_0x2fb957(0x51a,_0x4f766c._0x23f4c2,_0x4f766c._0x1120fb,_0x4f766c._0x59cfbd)],_0x2072d5);const _0x357320=_0x3d9896[_0x2fb957(_0x4f766c._0x50c7f5,0x34e,0x3bb,0x3e2)](_0x1eaa17,_0x9caaf7[_0x4ae6ba(_0x4f766c._0x51fe74,_0x4f766c._0x54cd70,_0x4f766c._0x4bc56c,_0x4f766c._0x56006c)]),_0x45b7c5=new Date()['toISOStrin'+'g']();try{if(_0x9caaf7[_0x4ae6ba(_0x4f766c._0x4d3a58,0x322,0x329,0x35a)](_0x9caaf7[_0x2fb957(0x40c,_0x4f766c._0x5c1c91,_0x4f766c._0x209d3b,_0x4f766c._0x35942f)],_0x9caaf7['kSFlO'])){const _0x425700={};_0x425700[_0x2fb957(0x4ec,_0x4f766c._0x5b9f3b,0x482,0x479)]=_0x495ac9[_0x4ae6ba(0x440,_0x4f766c._0xc789db,0x448,_0x4f766c._0x552428)],_0x425700[_0x2fb957(0x42f,_0x4f766c._0x5b2c51,_0x4f766c._0x1b4f18,_0x4f766c._0x6a3c07)+'t']=_0x3527c6,_0x425700[_0x2fb957(0x309,_0x4f766c._0x375889,_0x4f766c._0xb7c3cc,0x36a)]=_0x481c43,_0x425700[_0x4ae6ba(_0x4f766c._0x11b60b,0x31d,_0x4f766c._0x14240c,0x397)]=_0x237a96[_0x2fb957(_0x4f766c._0x5dda2b,_0x4f766c._0x3dae20,_0x4f766c._0x5efc0a,_0x4f766c._0x26b6bd)],_0x459500[_0x2fb957(_0x4f766c._0x506c3b,_0x4f766c._0x278048,_0x4f766c._0xd8e696,0x3cb)](_0x9caaf7[_0x4ae6ba(_0x4f766c._0x17ee02,0x3a2,0x35a,0x39b)],_0x425700);const _0x23fb8a={};_0x23fb8a['error']=_0x9caaf7[_0x2fb957(_0x4f766c._0x505b72,0x502,_0x4f766c._0x38dfe5,0x47c)],_0x23fb8a[_0x4ae6ba(0x364,0x3d2,_0x4f766c._0x3107b4,0x356)]=_0x2fb957(0x323,_0x4f766c._0x5ba884,0x3fc,_0x4f766c._0x37bf4f)+'read\x20templ'+'ate',_0x3ac8ca[_0x4ae6ba(_0x4f766c._0x18faf3,_0x4f766c._0x3ad017,0x36a,_0x4f766c._0x481a5c)](0x24e7+0x1e13+-0x2*0x2083)['json'](_0x23fb8a);}else{const _0x3b9bbc={};_0x3b9bbc['recursive']=!![],await _0x2dc80a[_0x2fb957(_0x4f766c._0x207adb,0x3f9,0x3ac,0x3c1)](_0x1eaa17,_0x3b9bbc),await _0x2dc80a[_0x4ae6ba(_0x4f766c._0x290204,_0x4f766c._0x358eed,_0x4f766c._0x29944e,0x401)](_0x357320,_0x222231,_0x9caaf7[_0x4ae6ba(0x40b,_0x4f766c._0x3b011d,_0x4f766c._0x8b887a,_0x4f766c._0x1848f0)]);const _0x107565={};_0x107565[_0x4ae6ba(_0x4f766c._0x27f375,0x48b,0x46b,_0x4f766c._0x58c080)]=_0x83e062['taskId'],_0x107565[_0x4ae6ba(0x3b8,_0x4f766c._0x367180,_0x4f766c._0x1f08ee,_0x4f766c._0x506318)+'t']=_0x1e7f29,_0x107565['userId']=_0x56c2a9['id'],logger['info'](_0x2fb957(0x470,0x4d6,_0x4f766c._0x3326aa,_0x4f766c._0x64a773)+_0x2fb957(0x44a,_0x4f766c._0x188278,_0x4f766c._0x449efb,_0x4f766c._0x269d30)+'ions\x20updat'+_0x2fb957(0x3c8,0x43e,0x448,_0x4f766c._0x505649),_0x107565);const _0x527f8a={};_0x527f8a['success']=!![],_0x527f8a[_0x2fb957(0x464,0x3d1,_0x4f766c._0x5ae2e8,0x451)+'t']=_0x1e7f29,_0x527f8a['path']=_0x2fb957(_0x4f766c._0x1884a8,0x407,_0x4f766c._0x500ed4,_0x4f766c._0x5b1313),_0x527f8a['updatedAt']=_0x45b7c5,_0x527f8a[_0x2fb957(_0x4f766c._0x54f149,0x412,_0x4f766c._0x50d1eb,_0x4f766c._0xaf84c5)+_0x2fb957(_0x4f766c._0x5ba384,_0x4f766c._0x41143a,_0x4f766c._0x1eaaf9,0x38f)]=_0x83e062['taskId'],_0x527f8a[_0x4ae6ba(0x34d,0x342,_0x4f766c._0x16f040,_0x4f766c._0x30bb99)+'serId']=_0x56c2a9['id'],_0x530ffc[_0x2fb957(_0x4f766c._0x30f396,0x3b6,_0x4f766c._0x26f79b,_0x4f766c._0x38ca6d)](_0x527f8a);}}catch(_0x2dac6f){const _0x434124={};_0x434124['taskId']=_0x83e062[_0x4ae6ba(_0x4f766c._0x47fdaf,_0x4f766c._0x209d3b,0x41c,0x445)],_0x434124[_0x2fb957(_0x4f766c._0x5d26a8,0x45e,_0x4f766c._0x269d30,0x451)+'t']=_0x1e7f29,_0x434124[_0x2fb957(0x348,_0x4f766c._0x48071f,0x391,0x3cb)]=_0x2dac6f[_0x2fb957(_0x4f766c._0x37d241,_0x4f766c._0x279bcd,0x40a,_0x4f766c._0x26b6bd)],logger['error'](_0x9caaf7[_0x2fb957(_0x4f766c._0x36b08d,0x390,_0x4f766c._0x26edb9,_0x4f766c._0x3cf8ca)],_0x434124);const _0x2f5c36={};_0x2f5c36[_0x4ae6ba(0x41c,0x3c0,0x363,0x397)]='Internal\x20S'+_0x4ae6ba(_0x4f766c._0x5ae9a7,_0x4f766c._0x49467d,0x3cb,_0x4f766c._0x3e4a46)+'r',_0x2f5c36[_0x2fb957(_0x4f766c._0x5dda2b,0x391,_0x4f766c._0x55793f,_0x4f766c._0x26b6bd)]=_0x9caaf7[_0x2fb957(_0x4f766c._0x33fe79,_0x4f766c._0x39b867,_0x4f766c._0x5865d2,_0x4f766c._0x5dd2a6)],_0x530ffc[_0x2fb957(0x404,0x43d,0x402,0x3e5)](-0x7f*0x2f+0xf1c*0x1+-0xa29*-0x1)[_0x4ae6ba(0x3e6,_0x4f766c._0x1d933d,_0x4f766c._0x8a963e,0x3a7)](_0x2f5c36);}}),router[_0x2a4dfd(0x201,0x29f,0x245,0x281)](_0x2a4dfd(0x2ea,0x32b,0x2ac,0x2b9),requireTaskAuth,requireTemplatesPermission,async(_0xddda36,_0x4d8021)=>{const _0x3348bb={_0x3a7511:0x57d,_0x49e5b2:0x56d,_0x303bfd:0x518,_0x1e35c6:0x5a4,_0x482ffc:0x520,_0x5bf1fc:0x22e,_0x2efd10:0x229,_0xaa5389:0x193,_0x1f0f79:0x32f,_0x3df8ca:0x292,_0x56b949:0x27c,_0x13e1df:0x284,_0x17b62b:0x171,_0x367d4f:0x203,_0x8b1eab:0x51b,_0x360366:0x555,_0x2e136d:0x300,_0x1c4166:0x2b6,_0x3948c2:0x2ef,_0x2f2973:0x596,_0x451de9:0x52f,_0x3a29ae:0x2d4,_0x583594:0x38e,_0x5702f2:0x30e,_0x5f2f58:0x3a0,_0x17c24f:0x32b,_0x3d082d:0x2e5,_0x490bbb:0x345,_0x15ecb0:0x2d3,_0x16e7d4:0x5ec,_0x18e4c6:0x61f,_0x48b9c6:0x530,_0x549a25:0x483,_0x4b1bb0:0x1ee,_0x233a00:0x26a,_0x2938c4:0x2ed,_0x137357:0x2f5,_0x507d40:0x2ba,_0xeb9818:0x30c,_0x591afb:0x37f,_0x1b3ac1:0x5a1,_0x497a99:0x293,_0x21fea6:0x2f5,_0x2d120b:0x4d7,_0x374ba0:0x1ef,_0x4db85e:0x21d,_0x3e5605:0x275,_0x4c6f4e:0x25f,_0x109c85:0x5cc,_0x36791a:0x365,_0x5be387:0x1a1,_0x5438c0:0x52e,_0x4ed67f:0x57b,_0x50fff9:0x2f4,_0xcf04ce:0x2e4,_0x2bfa6a:0x2e6,_0x146b2e:0x53d,_0x47e929:0x552,_0x3c7927:0x556,_0x544d86:0x2cd,_0x5ba70d:0x51d,_0x7d16f8:0x4e6,_0x1fa5a5:0x4eb,_0x253ae1:0x4d6,_0xe6b74a:0x294,_0x451e57:0x2ae,_0x5e1ab6:0x25e,_0x362420:0x209,_0x45ed76:0x519,_0x461d5e:0x426,_0x4f15dc:0x4fe,_0x3dc0eb:0x49d,_0x5acc13:0x2bb,_0x3d542b:0x1c8,_0x319cd9:0x2e9,_0x35335b:0x4ff,_0x1e9339:0x47a,_0x3f0631:0x2a5,_0x15a3dd:0x242,_0x200dc8:0x4fd,_0x146dd4:0x500,_0x30a7a4:0x4db,_0xf8b6:0x5c8,_0x54481d:0x564,_0x2af646:0x281,_0x2cdd5e:0x532,_0x487056:0x5d2,_0x185c33:0x57b,_0x19f60f:0x26d,_0x2eebcd:0x2e4,_0x12630d:0x2bf,_0x1503ba:0x1d8,_0x127c07:0x22f,_0xfb472d:0x26e,_0x3ebbdb:0x5f6,_0x428953:0x56c,_0x34bc56:0x578,_0x17e863:0x594,_0x420ff0:0x25e,_0x2dd55a:0x2e6,_0x56bf7f:0x281,_0x3d931c:0x281,_0x5ae4df:0x244,_0x338649:0x179,_0x1b432b:0x1e4,_0x4bc885:0x226,_0x1c7151:0x28c,_0xdf4839:0x1d6,_0x12c130:0x477,_0x46e048:0x523,_0xeb9278:0x277,_0x4e91a8:0x278,_0x46cec4:0x301},_0x3499c9={_0x40f386:0x1cd,_0x3578fa:0x191,_0x91f24b:0x10f,_0x1292a9:0x174,_0x581e2c:0x1fa,_0x4cc20a:0x4dd,_0x2e9d9d:0x59d},_0xd644f4={_0x347786:0x17f,_0x161e96:0x95,_0x397f16:0x375},_0x233d64={_0x190c31:0xa,_0x373738:0x2e},_0x1bc7c6={_0x29f8d4:0x172,_0x55f742:0x195,_0x901813:0x1c7},_0x18b054={};_0x18b054[_0x93e1c3(0x5d8,_0x3348bb._0x3a7511,0x569,0x55a)]=_0x93e1c3(_0x3348bb._0x49e5b2,0x584,0x4e0,0x574),_0x18b054[_0x93e1c3(_0x3348bb._0x303bfd,_0x3348bb._0x1e35c6,_0x3348bb._0x482ffc,0x514)]=function(_0x315554,_0x4dd9e2){return _0x315554!==_0x4dd9e2;},_0x18b054['TaRlD']=_0x3b9d06(_0x3348bb._0x5bf1fc,0x287,_0x3348bb._0x2efd10,_0x3348bb._0xaa5389)+_0x3b9d06(_0x3348bb._0x1f0f79,0x352,0x308,0x2d2)+'late',_0x18b054['IEwVr']=_0x3b9d06(0x25d,0x26f,_0x3348bb._0x3df8ca,0x2f6)+_0x3b9d06(_0x3348bb._0x56b949,0x1ee,_0x3348bb._0x13e1df,0x2f7)+_0x3b9d06(0x186,_0x3348bb._0x17b62b,_0x3348bb._0x367d4f,0x278)+'ates',_0x18b054[_0x93e1c3(0x4ee,_0x3348bb._0x8b1eab,_0x3348bb._0x360366,0x50e)]=_0x3b9d06(0x209,_0x3348bb._0x2e136d,0x289,0x1fa)+_0x3b9d06(0x34c,0x30a,_0x3348bb._0x1c4166,_0x3348bb._0x3948c2),_0x18b054['xryzP']=function(_0x5404c9,_0x4dfa65){return _0x5404c9!==_0x4dfa65;},_0x18b054[_0x93e1c3(_0x3348bb._0x2f2973,0x4d5,0x53c,_0x3348bb._0x451de9)]=_0x3b9d06(0x1a3,0x188,0x213,0x1db),_0x18b054[_0x3b9d06(0x36f,0x316,0x313,_0x3348bb._0x3a29ae)]=_0x3b9d06(_0x3348bb._0x583594,0x383,_0x3348bb._0x5702f2,_0x3348bb._0x5f2f58),_0x18b054[_0x3b9d06(0x315,_0x3348bb._0x17c24f,_0x3348bb._0x3d082d,0x336)]=function(_0x24365e,_0x255003){return _0x24365e===_0x255003;},_0x18b054[_0x3b9d06(_0x3348bb._0x490bbb,_0x3348bb._0x15ecb0,0x2b5,0x325)]='ENOENT',_0x18b054[_0x93e1c3(0x56a,_0x3348bb._0x16e7d4,_0x3348bb._0x18e4c6,0x5a4)]=_0x93e1c3(_0x3348bb._0x48b9c6,0x528,_0x3348bb._0x549a25,0x4b1)+_0x3b9d06(0x15c,0x179,_0x3348bb._0x4b1bb0,_0x3348bb._0x233a00)+_0x3b9d06(_0x3348bb._0x2938c4,0x2e9,0x2b6,_0x3348bb._0x137357);function _0x93e1c3(_0x271eab,_0x35d99e,_0x31a841,_0x4523d3){return _0x1a54d3(_0x4523d3-_0x1bc7c6._0x29f8d4,_0x35d99e-_0x1bc7c6._0x55f742,_0x31a841-_0x1bc7c6._0x901813,_0x31a841);}const _0x37e8e4=_0x18b054,{callingTask:_0x597ead,environmentName:_0x41f42e,environmentPath:_0x40bd3f}=_0xddda36;function _0x3b9d06(_0x2dabfc,_0x47c0b,_0x4d7b87,_0x146600){return _0x2a4dfd(_0x146600,_0x47c0b-_0x233d64._0x190c31,_0x4d7b87- -_0x233d64._0x373738,_0x146600-0x1b8);}const _0x288f22={};_0x288f22[_0x3b9d06(0x2f9,_0x3348bb._0x507d40,_0x3348bb._0xeb9818,_0x3348bb._0x591afb)]=_0x597ead['taskId'],_0x288f22[_0x93e1c3(_0x3348bb._0x482ffc,_0x3348bb._0x1b3ac1,0x53f,0x56c)+'t']=_0x41f42e,logger[_0x3b9d06(0x323,_0x3348bb._0x497a99,_0x3348bb._0x21fea6,0x2d6)](_0x37e8e4[_0x93e1c3(_0x3348bb._0x2d120b,0x566,0x4c7,0x553)],_0x288f22);const _0x5cb932=_0x3d9896[_0x3b9d06(_0x3348bb._0x374ba0,_0x3348bb._0x4db85e,_0x3348bb._0x3e5605,_0x3348bb._0x4c6f4e)](_0x40bd3f,_0x37e8e4['Vyizj']);try{if(_0x37e8e4['xryzP'](_0x37e8e4[_0x93e1c3(0x4f3,0x4a7,0x59a,_0x3348bb._0x451de9)],_0x37e8e4[_0x93e1c3(0x537,_0x3348bb._0x109c85,0x58c,0x59b)])){const _0x5de68d=await _0x2dc80a[_0x3b9d06(0x346,_0x3348bb._0x36791a,0x2f0,0x295)](_0x5cb932),_0x5f30f8=_0x5de68d[_0x3b9d06(0x1a6,0x1e5,0x22b,_0x3348bb._0x5be387)](_0x4fc886=>_0x4fc886[_0x93e1c3(0x4ea,0x449,0x4d1,0x47e)](_0x93e1c3(0x483,0x4f6,0x541,0x4d5))),_0x3ad887=await Promise['all'](_0x5f30f8['map'](async _0x2c0c4e=>{const _0xa8850d={_0x253669:0x199},_0x3ae66f=_0x2c0c4e['replace'](/\.md$/,'');function _0x1d6c3c(_0x18dc39,_0x36f6c9,_0x80a9ce,_0x5918e8){return _0x93e1c3(_0x18dc39-_0xa8850d._0x253669,_0x36f6c9-0xf1,_0x36f6c9,_0x18dc39- -0xc);}const _0x26db47=_0x3d9896[_0x3bf9dc(0x188,_0x3499c9._0x40f386,_0x3499c9._0x3578fa,_0x3499c9._0x91f24b)](_0x5cb932,_0x3ae66f+'.json');function _0x3bf9dc(_0x3c22cb,_0x224573,_0x3ee3c4,_0x2d04f4){return _0x93e1c3(_0x3c22cb-_0xd644f4._0x347786,_0x224573-_0xd644f4._0x161e96,_0x224573,_0x3c22cb- -_0xd644f4._0x397f16);}let _0x1c0fff=null;try{const _0x403f94=await _0x2dc80a['readFile'](_0x26db47,_0x37e8e4[_0x1d6c3c(0x54e,0x5b8,0x589,0x590)]);_0x1c0fff=JSON[_0x3bf9dc(0x198,0x17e,_0x3499c9._0x1292a9,_0x3499c9._0x581e2c)](_0x403f94);}catch{}return{'name':_0x3ae66f,'filename':_0x2c0c4e,'description':_0x1c0fff?.[_0x1d6c3c(0x511,0x503,_0x3499c9._0x4cc20a,0x58c)+'n']||null,'hasMetadata':_0x37e8e4[_0x1d6c3c(0x508,_0x3499c9._0x2e9d9d,0x4e0,0x4dc)](_0x1c0fff,null)};})),_0x438c18={};_0x438c18[_0x93e1c3(0x594,0x5ba,_0x3348bb._0x5438c0,_0x3348bb._0x4ed67f)]=_0x3ad887,_0x438c18[_0x3b9d06(_0x3348bb._0x50fff9,0x301,_0x3348bb._0xcf04ce,_0x3348bb._0x2bfa6a)+'t']=_0x41f42e,_0x4d8021[_0x93e1c3(0x4c8,0x4f5,0x4ee,0x4f6)](_0x438c18);}else{const _0x46d278={};_0x46d278[_0x93e1c3(_0x3348bb._0x146b2e,_0x3348bb._0x47e929,0x623,0x594)]=_0x13a518[_0x93e1c3(0x61d,_0x3348bb._0x3c7927,0x53a,0x594)],_0x46d278[_0x3b9d06(0x276,_0x3348bb._0x544d86,0x2e4,0x2d0)+'t']=_0x4351c4,_0x46d278['template']=_0x584353,_0x46d278[_0x93e1c3(0x493,_0x3348bb._0x5ba70d,0x526,_0x3348bb._0x7d16f8)]=_0x2a5990[_0x93e1c3(_0x3348bb._0x1fa5a5,0x4b0,_0x3348bb._0x253ae1,0x4a5)],_0x2b9cf1[_0x3b9d06(_0x3348bb._0xe6b74a,_0x3348bb._0x451e57,_0x3348bb._0x5e1ab6,_0x3348bb._0x362420)](_0x93e1c3(_0x3348bb._0x45ed76,0x4c3,_0x3348bb._0x461d5e,0x4b1)+'write\x20temp'+_0x93e1c3(_0x3348bb._0x4f15dc,0x46a,0x420,_0x3348bb._0x3dc0eb),_0x46d278);const _0x5a2f91={};_0x5a2f91[_0x3b9d06(_0x3348bb._0x5acc13,_0x3348bb._0x3d542b,0x25e,_0x3348bb._0x319cd9)]=_0x93e1c3(0x489,_0x3348bb._0x35335b,0x504,_0x3348bb._0x1e9339)+_0x3b9d06(_0x3348bb._0x3f0631,0x20e,_0x3348bb._0x15a3dd,0x26a)+'r',_0x5a2f91['message']=_0x37e8e4['TaRlD'],_0x2243b2[_0x93e1c3(0x474,_0x3348bb._0x200dc8,0x4b5,_0x3348bb._0x146dd4)](0xd7a+0x89b+0x1421*-0x1)[_0x93e1c3(_0x3348bb._0x30a7a4,0x546,0x54c,0x4f6)](_0x5a2f91);}}catch(_0x1ed85b){if(_0x37e8e4[_0x93e1c3(0x5cd,_0x3348bb._0xf8b6,_0x3348bb._0x54481d,0x56d)](_0x1ed85b[_0x3b9d06(0x31d,0x257,0x2c5,_0x3348bb._0x2af646)],_0x37e8e4[_0x93e1c3(0x518,0x4af,_0x3348bb._0x2cdd5e,0x53d)])){const _0x2b27f7={};_0x2b27f7[_0x93e1c3(0x55e,_0x3348bb._0x487056,0x4e7,_0x3348bb._0x185c33)]=[],_0x2b27f7[_0x3b9d06(0x333,_0x3348bb._0x19f60f,_0x3348bb._0x2eebcd,_0x3348bb._0x12630d)+'t']=_0x41f42e,_0x4d8021[_0x3b9d06(_0x3348bb._0x1503ba,_0x3348bb._0x127c07,_0x3348bb._0xfb472d,0x274)](_0x2b27f7);}else{const _0x5eb8e9={};_0x5eb8e9['taskId']=_0x597ead[_0x93e1c3(_0x3348bb._0x3ebbdb,_0x3348bb._0x428953,_0x3348bb._0x34bc56,_0x3348bb._0x17e863)],_0x5eb8e9['environmen'+'t']=_0x41f42e,_0x5eb8e9[_0x3b9d06(0x2ea,0x1f7,_0x3348bb._0x420ff0,_0x3348bb._0x2dd55a)]=_0x1ed85b[_0x3b9d06(0x209,_0x3348bb._0x56bf7f,0x21d,_0x3348bb._0x3d931c)],logger[_0x3b9d06(_0x3348bb._0x2bfa6a,0x269,0x25e,0x2bf)]('Failed\x20to\x20'+_0x3b9d06(_0x3348bb._0x5ae4df,_0x3348bb._0x338649,0x1ee,_0x3348bb._0x1b432b)+_0x93e1c3(0x582,0x4f5,_0x3348bb._0x482ffc,0x53e),_0x5eb8e9);const _0x5bfe7a={};_0x5bfe7a['error']='Internal\x20S'+_0x3b9d06(_0x3348bb._0x4bc885,_0x3348bb._0x1c7151,0x242,_0x3348bb._0xdf4839)+'r',_0x5bfe7a[_0x93e1c3(_0x3348bb._0x12c130,_0x3348bb._0x46e048,0x421,0x4a5)]=_0x37e8e4['TGJMh'],_0x4d8021[_0x3b9d06(_0x3348bb._0xeb9278,0x29b,_0x3348bb._0x4e91a8,_0x3348bb._0x233a00)](0xebe*0x1+-0x892+-0x87*0x8)[_0x3b9d06(_0x3348bb._0x46cec4,0x25c,_0x3348bb._0xfb472d,0x22b)](_0x5bfe7a);}}}),router['get'](_0x2a4dfd(0x31a,0x229,0x2ac,0x297)+_0x2a4dfd(0x245,0x1d2,0x26b,0x2d4),requireTaskAuth,requireTemplatesPermission,async(_0x501569,_0xb4487e)=>{const _0x34e0f9={_0x574d59:0x14,_0x4f6b0e:0x4,_0x16f940:0x2,_0x371525:0x6b,_0x2c08cc:0x48,_0x29a226:0x7,_0x5ad6ba:0x84,_0x551650:0xd,_0x14198a:0xc6,_0xa186d7:0x50,_0x147799:0x79,_0x9a6b78:0x42,_0x2c06d1:0xe1,_0x2f1973:0x40c,_0x154378:0x39e,_0x567bde:0x409,_0x1b32f6:0x422,_0x52546e:0x4da,_0x3ba5ee:0x469,_0x161d14:0x462,_0x2a7222:0x351,_0x20461b:0x371,_0x3a1557:0x403,_0x5c0543:0x463,_0x13d6c1:0x41c,_0x1b85ec:0x479,_0x193943:0x412,_0x549834:0x8f,_0x21311d:0xb6,_0xc3e294:0x13f,_0x5cf2e6:0xad,_0xd3e151:0x3ad,_0xf98876:0x38d,_0x29703a:0x4a3,_0x257709:0x436,_0x7a618f:0x3b3,_0x1d027c:0x37,_0x4b4166:0x54,_0x4ba69e:0x53,_0x164475:0x438,_0x5ee9b9:0x40e,_0x5c0451:0x69,_0x27cbf4:0x22,_0x13f17d:0x42f,_0x45fc52:0x402,_0x373f47:0x463,_0x571873:0x7b,_0x52c35f:0x14,_0x246c53:0x56,_0x191490:0x7c,_0x47ad57:0x1a,_0x46a218:0x41e,_0x3273d1:0x43f,_0x1f8e19:0x3df,_0x3abae4:0x2b,_0x87029c:0x61,_0x45bfcd:0x3f6,_0x4d0d0e:0x8c,_0x3e95d3:0x24,_0x36239a:0x1b,_0x3c2c2d:0x70,_0x315f34:0x5e,_0x52bf3b:0x8a,_0xda1f2c:0x49,_0x2c774b:0x10,_0xd4c184:0x51,_0x1c346c:0x3c3,_0xba5f7c:0x3b8,_0x5cef95:0x41f,_0x325790:0x46b,_0x11816c:0x473,_0x32601c:0x3d6,_0x2f8e86:0x2c,_0x2228af:0x2d,_0xfa1029:0x2,_0x13086e:0x5b,_0x43e89a:0x388,_0x4baa51:0x331,_0x36d725:0x406,_0x398cf3:0x31b,_0x724c58:0x43e,_0x2fec4a:0x44f,_0x4f8a36:0x3a5,_0x516002:0x4b7,_0xa4690f:0x495,_0x38e075:0x4f7,_0x841ec1:0x4ad,_0x397768:0x464,_0x2d3826:0x500,_0x32c13c:0xc3,_0xc7d832:0x112,_0xb5753c:0x7,_0xa017f1:0x9,_0x4233c7:0x4a2,_0x24a40d:0x3f5,_0x5912c0:0x393,_0x34fbbe:0x81,_0x403207:0xb,_0x5e29aa:0xd5,_0x32251b:0x89,_0x14f12d:0xd6,_0x2181da:0x6f,_0x3ed158:0x471,_0x4e3dc3:0x43d,_0x1c89ce:0x40a,_0x365ce6:0x3a1,_0x49863c:0x12,_0x1a4656:0x8,_0x244579:0x46,_0x5da1f2:0x20,_0x322ab5:0xc,_0x3a8452:0xaf,_0xdd65a9:0x37a,_0x3a9413:0x63,_0x521bba:0xe2,_0x649e47:0xb,_0x1c8a95:0x435,_0x528ac7:0x481,_0x183b98:0x41d,_0x1ff322:0x382,_0x1a41f4:0x361,_0xdcdfdc:0x92,_0x51c505:0x1e,_0x4baa17:0x97,_0x382e71:0x3c6,_0x45e4ee:0x4a1,_0x229815:0xc2,_0x27505d:0x8f,_0x320236:0x27,_0x3d3df2:0x14,_0x4b596c:0x3b2,_0x2b74d7:0x3fb,_0x422d6c:0x3f3,_0x3fdc65:0x467,_0x2fc88c:0x407,_0xdd6dc0:0x41,_0xece440:0x3c9,_0x9d8114:0x454,_0x3345e6:0x3e9,_0x5d7a4e:0x46b,_0x231e8b:0x395,_0x1e62d2:0x325,_0x2c5fd0:0x3fd,_0x1952b9:0x414,_0x234d09:0x39c,_0x35df1f:0x3f,_0x438fee:0x19,_0x5b5112:0x6a,_0x517c0b:0x14c,_0x3fb49f:0x92,_0x205bfc:0xb7,_0x99f212:0x43d,_0x3497db:0x40e,_0x56a90d:0x48f,_0x5f05da:0x420,_0x8b501c:0x4b5,_0x485234:0x453,_0x577def:0xf8,_0x176edc:0x49f,_0x109488:0x50e,_0x2c92b8:0xa2,_0x310308:0x9,_0x2f5ffb:0x4b1,_0x45bac0:0x47e,_0x70aa27:0x40d,_0x5bf02b:0x3b8,_0x90e09d:0x398,_0x27796b:0x12,_0x22be24:0x46f,_0x119c88:0x3f5,_0x4cce30:0x44b,_0xa9712:0x62,_0x139efd:0x34,_0x2436cc:0x436,_0x5a0309:0x43e,_0x39553d:0xbc,_0x48f881:0x70,_0x2c2e7d:0x26,_0x347ce8:0x39c,_0x5ca395:0x49c,_0x23682c:0x40d,_0x27d40e:0x430,_0x49ce86:0x444,_0x4acab5:0x42d,_0x2a970c:0x4d9,_0x5263d0:0x414,_0x23a10e:0x29,_0x1e0f2d:0x58,_0x576c73:0x1,_0x6c2699:0x42,_0x11e8e3:0x9c,_0x664a91:0x38,_0x10314d:0xb4,_0x18daec:0x3a4,_0x1011af:0x19,_0x2c780e:0x2a,_0xdda62f:0x41b,_0x182568:0x401,_0x711e22:0x3b2,_0x25570a:0x404,_0x46b307:0x342,_0x501792:0x40d,_0x71d0db:0x46c,_0xb34873:0x52,_0x4c6b75:0x19,_0x55d723:0x6e,_0x4ad170:0x488,_0x34d963:0x421,_0x287cfc:0x4bf,_0x2caba1:0x127,_0x46211e:0x4f1,_0x39cad0:0x40b,_0x23b431:0x64,_0x3f7af1:0x143,_0x17cba0:0x441,_0x205c70:0x4f2,_0x4b4d7e:0x4ee,_0x2017d9:0x446,_0x4e7186:0x4ec,_0x391ea3:0x423,_0x9ed3f0:0x116,_0xb750c7:0x52,_0x3badb6:0x434,_0x2227f4:0x9,_0x5dc5c5:0x90,_0x40aeac:0xc5,_0x38ddcd:0x4a4,_0x492a6a:0x40d,_0x331df6:0x44c},_0x130dc8={_0x401bdb:0xea},_0x21ac41={};_0x21ac41['KXEGs']='Failed\x20to\x20'+_0x46d00a(-_0x34e0f9._0x574d59,-0x35,-_0x34e0f9._0x4f6b0e,-0x79)+_0x46d00a(-_0x34e0f9._0x16f940,0x6,_0x34e0f9._0x371525,0x1c),_0x21ac41[_0x46d00a(_0x34e0f9._0x2c08cc,_0x34e0f9._0x29a226,-0x5f,0x3c)]='Internal\x20S'+_0x46d00a(-0x23,-0x13,-0x51,-0x2c)+'r',_0x21ac41[_0x46d00a(0x3a,_0x34e0f9._0x5ad6ba,_0x34e0f9._0x551650,_0x34e0f9._0x14198a)]=_0x46d00a(_0x34e0f9._0xa186d7,-0x1f,-_0x34e0f9._0x147799,-_0x34e0f9._0x9a6b78)+_0x46d00a(-0x30,0x62,_0x34e0f9._0x2c06d1,0x60)+'nts:instru'+_0x32fbe7(_0x34e0f9._0x2f1973,_0x34e0f9._0x154378,_0x34e0f9._0x567bde,_0x34e0f9._0x1b32f6)+'mission',_0x21ac41[_0x32fbe7(0x461,_0x34e0f9._0x52546e,_0x34e0f9._0x3ba5ee,_0x34e0f9._0x161d14)]=_0x32fbe7(0x3d1,_0x34e0f9._0x2a7222,_0x34e0f9._0x20461b,0x399),_0x21ac41[_0x32fbe7(0x41f,_0x34e0f9._0x3a1557,_0x34e0f9._0x5c0543,_0x34e0f9._0x13d6c1)]='User\x20does\x20'+'not\x20have\x20p'+'ermission\x20'+'to\x20update\x20'+_0x32fbe7(_0x34e0f9._0x1b85ec,0x4f4,0x438,_0x34e0f9._0x193943)+'t\x20instruct'+'ions',_0x21ac41['tvrkn']=_0x46d00a(_0x34e0f9._0x549834,_0x34e0f9._0x21311d,_0x34e0f9._0xc3e294,0x6b),_0x21ac41[_0x46d00a(0x114,_0x34e0f9._0x5cf2e6,0xdc,0xd7)]=_0x32fbe7(_0x34e0f9._0xd3e151,0x399,0x339,_0x34e0f9._0xf98876),_0x21ac41[_0x32fbe7(0x449,_0x34e0f9._0x29703a,_0x34e0f9._0x257709,_0x34e0f9._0x7a618f)]=_0x46d00a(-0xbc,-0x2c,-0x6e,0x8)+_0x46d00a(0x3d,-_0x34e0f9._0x1d027c,-_0x34e0f9._0x4b4166,-_0x34e0f9._0x4ba69e)+_0x32fbe7(_0x34e0f9._0x164475,0x48d,_0x34e0f9._0x567bde,_0x34e0f9._0x5ee9b9),_0x21ac41['AlOtz']=_0x46d00a(-_0x34e0f9._0x5c0451,-0x59,-0x22,_0x34e0f9._0x27cbf4)+'t',_0x21ac41['ChGLE']='Invalid\x20te'+_0x32fbe7(_0x34e0f9._0x13f17d,0x3e7,_0x34e0f9._0x45fc52,_0x34e0f9._0x373f47)+'e',_0x21ac41['Sosbn']=_0x46d00a(_0x34e0f9._0x571873,_0x34e0f9._0x52c35f,-0x2b,0x36)+_0x46d00a(0x21,-_0x34e0f9._0x246c53,-0xce,-_0x34e0f9._0x191490)+'te',_0x21ac41[_0x46d00a(-0x56,0x25,-0x53,_0x34e0f9._0x47ad57)]=_0x32fbe7(_0x34e0f9._0x46a218,0x4a7,_0x34e0f9._0x3273d1,_0x34e0f9._0x1f8e19)+_0x46d00a(-_0x34e0f9._0x3abae4,_0x34e0f9._0x87029c,0x90,_0x34e0f9._0x87029c),_0x21ac41[_0x32fbe7(_0x34e0f9._0x45bfcd,0x472,0x422,0x3e4)]=function(_0x232336,_0x37767a){return _0x232336!==_0x37767a;},_0x21ac41['Yzbxa']=_0x46d00a(_0x34e0f9._0x4d0d0e,0xe,_0x34e0f9._0x3e95d3,-_0x34e0f9._0x36239a),_0x21ac41[_0x46d00a(-_0x34e0f9._0x3c2c2d,-_0x34e0f9._0x315f34,-_0x34e0f9._0x52bf3b,-0x6b)]=_0x46d00a(-_0x34e0f9._0xda1f2c,-0x1a,_0x34e0f9._0x2c774b,_0x34e0f9._0xd4c184),_0x21ac41[_0x32fbe7(0x384,0x3d8,_0x34e0f9._0x1c346c,0x3f7)]=function(_0x436dff,_0x2e44b1){return _0x436dff!==_0x2e44b1;},_0x21ac41['vQMRt']='NjPtL',_0x21ac41[_0x32fbe7(0x444,_0x34e0f9._0xba5f7c,0x4a4,_0x34e0f9._0x5cef95)]=function(_0x431f5a,_0x33ee33){return _0x431f5a===_0x33ee33;},_0x21ac41['fOTjt']=_0x32fbe7(_0x34e0f9._0x325790,0x442,0x43f,_0x34e0f9._0x11816c),_0x21ac41[_0x32fbe7(0x3ae,0x316,_0x34e0f9._0x32601c,0x422)]=_0x46d00a(-0x1a,-_0x34e0f9._0x2f8e86,-_0x34e0f9._0x2228af,-0x6a)+_0x46d00a(0x7f,_0x34e0f9._0xfa1029,-_0x34e0f9._0x13086e,-0x47)+_0x32fbe7(_0x34e0f9._0x43e89a,_0x34e0f9._0x4baa51,_0x34e0f9._0x36d725,_0x34e0f9._0x398cf3);const _0x4e0527=_0x21ac41,{callingTask:_0xcb92d6,environmentName:_0x3aa9af,environmentPath:_0x407afe}=_0x501569,{name:_0x116a82}=_0x501569[_0x32fbe7(_0x34e0f9._0x724c58,_0x34e0f9._0x2fec4a,0x452,_0x34e0f9._0x4f8a36)];if(_0x116a82[_0x32fbe7(0x4ad,_0x34e0f9._0x516002,_0x34e0f9._0xa4690f,_0x34e0f9._0x38e075)]('/')||_0x116a82[_0x32fbe7(_0x34e0f9._0x841ec1,0x441,_0x34e0f9._0x397768,_0x34e0f9._0x2d3826)]('\x5c')||_0x116a82[_0x46d00a(0x14c,_0x34e0f9._0x32c13c,0x44,_0x34e0f9._0xc7d832)]('..')){const _0x3139d3={};return _0x3139d3[_0x46d00a(-_0x34e0f9._0xb5753c,_0x34e0f9._0xa017f1,-0x1d,-0x9)]=_0x4e0527[_0x32fbe7(0x44f,0x3c8,_0x34e0f9._0x4233c7,_0x34e0f9._0x24a40d)],_0x3139d3['message']=_0x4e0527[_0x46d00a(0x17,0x59,0x51,0x73)],_0xb4487e[_0x32fbe7(0x40d,_0x34e0f9._0x5912c0,0x3d2,0x459)](0x10f4+0x2*-0xa4e+0x538)[_0x46d00a(-_0x34e0f9._0x4f6b0e,0x19,-0x78,-_0x34e0f9._0x34fbbe)](_0x3139d3);}const _0x413e19={};_0x413e19[_0x46d00a(0x132,0xb7,0xcc,0x6e)]=_0xcb92d6['taskId'];function _0x46d00a(_0x183f43,_0x508199,_0x539b5b,_0x2a7537){return _0x1a54d3(_0x508199- -0x36b,_0x508199-0x1bb,_0x539b5b-0x25,_0x2a7537);}_0x413e19[_0x46d00a(_0x34e0f9._0x403207,0x8f,_0x34e0f9._0x5e29aa,_0x34e0f9._0x32251b)+'t']=_0x3aa9af,_0x413e19[_0x46d00a(-_0x34e0f9._0x14f12d,-0x58,-0x5e,-_0x34e0f9._0x2181da)]=_0x116a82,logger[_0x32fbe7(0x48a,0x3f8,0x417,0x45e)](_0x4e0527[_0x32fbe7(_0x34e0f9._0x3ed158,0x41f,0x45a,_0x34e0f9._0x4e3dc3)],_0x413e19);function _0x32fbe7(_0x387488,_0x1ab359,_0x5b5285,_0x2878e3){return _0x1a54d3(_0x387488-0x7f,_0x1ab359-0x37,_0x5b5285-_0x130dc8._0x401bdb,_0x2878e3);}const _0x2a13d4=_0x3d9896[_0x32fbe7(_0x34e0f9._0x1c89ce,_0x34e0f9._0x5cef95,0x3cc,0x446)](_0x407afe,_0x4e0527['mYQXq']),_0x5d2c69=_0x3d9896[_0x32fbe7(_0x34e0f9._0x1c89ce,0x3f5,_0x34e0f9._0x7a618f,_0x34e0f9._0x365ce6)](_0x2a13d4,_0x116a82+_0x46d00a(-_0x34e0f9._0x49863c,-_0x34e0f9._0x1a4656,0x29,_0x34e0f9._0x244579)),_0x3128bd=_0x3d9896[_0x46d00a(0xb3,_0x34e0f9._0x5da1f2,-_0x34e0f9._0x322ab5,_0x34e0f9._0x3a8452)](_0x2a13d4,_0x116a82+'.json');try{if(_0x4e0527[_0x32fbe7(_0x34e0f9._0x45bfcd,0x37b,_0x34e0f9._0xdd65a9,0x3e2)](_0x4e0527[_0x46d00a(0xd7,0x82,_0x34e0f9._0x3a9413,_0x34e0f9._0x521bba)],_0x4e0527[_0x46d00a(_0x34e0f9._0x649e47,-_0x34e0f9._0x315f34,0x1d,-0x63)])){const _0x16b7e6=await _0x2dc80a[_0x32fbe7(0x440,0x3af,_0x34e0f9._0x1c8a95,0x480)](_0x5d2c69,_0x32fbe7(_0x34e0f9._0x528ac7,0x4ce,0x42c,0x3ed));let _0x2486ea=null;try{if(_0x4e0527[_0x32fbe7(0x384,_0x34e0f9._0x183b98,_0x34e0f9._0x1ff322,_0x34e0f9._0x1a41f4)](_0x46d00a(0xa3,0xc4,0xb7,_0x34e0f9._0xdcdfdc),_0x4e0527[_0x32fbe7(0x470,0x4ef,0x428,0x42b)])){const _0xa9723f=await _0x2dc80a[_0x46d00a(-_0x34e0f9._0x51c505,0x56,0xb8,0x3f)](_0x3128bd,_0x46d00a(_0x34e0f9._0x571873,_0x34e0f9._0x4baa17,0x11c,0xfc));_0x2486ea=JSON[_0x32fbe7(0x41a,0x4a1,0x3c3,_0x34e0f9._0x382e71)](_0xa9723f);}else{const _0x500800={};_0x500800['taskId']=_0x3d4c66[_0x32fbe7(_0x34e0f9._0x45e4ee,0x40a,0x498,0x511)],_0x500800[_0x46d00a(_0x34e0f9._0x229815,_0x34e0f9._0x27505d,_0x34e0f9._0x320236,_0x34e0f9._0x3d3df2)+'t']=_0x402ca8,_0x500800['error']=_0x120faa[_0x32fbe7(_0x34e0f9._0x4b596c,0x36a,0x3e2,_0x34e0f9._0x2b74d7)],_0x1f08dd[_0x32fbe7(_0x34e0f9._0x422d6c,_0x34e0f9._0x3fdc65,_0x34e0f9._0x2fc88c,0x46a)](_0x4e0527[_0x32fbe7(0x468,0x3f0,0x4f6,0x475)],_0x500800);const _0x18e541={};_0x18e541[_0x46d00a(_0x34e0f9._0xdd6dc0,_0x34e0f9._0xa017f1,-0x5,-0x22)]=_0x4e0527[_0x46d00a(0x1e,0x7,0x97,0x32)],_0x18e541['message']=_0x32fbe7(0x3be,0x438,0x369,_0x34e0f9._0xece440)+_0x32fbe7(0x474,_0x34e0f9._0x9d8114,_0x34e0f9._0x3345e6,_0x34e0f9._0x5d7a4e)+'uctions\x20fi'+'le',_0x16a30c['status'](-0x3*-0xa39+-0x1d86+0xcf)['json'](_0x18e541);}}catch{}const _0x3fe85c={};_0x3fe85c[_0x32fbe7(_0x34e0f9._0x231e8b,_0x34e0f9._0x1e62d2,_0x34e0f9._0x2c5fd0,_0x34e0f9._0x1952b9)]=_0x116a82,_0x3fe85c[_0x32fbe7(0x412,_0x34e0f9._0x234d09,0x395,0x3d5)]=_0x16b7e6,_0x3fe85c['metadata']=_0x2486ea,_0x3fe85c['environmen'+'t']=_0x3aa9af,_0xb4487e[_0x46d00a(_0x34e0f9._0x35df1f,_0x34e0f9._0x438fee,-0x34,0x73)](_0x3fe85c);}else{const _0x4c7b88={};_0x4c7b88[_0x46d00a(_0x34e0f9._0x5b5112,0xb7,_0x34e0f9._0x517c0b,_0x34e0f9._0x3fb49f)]=_0x3f3672['callingTas'+'k'][_0x46d00a(0xe1,_0x34e0f9._0x205bfc,0xa2,0x1f)],_0x4c7b88[_0x32fbe7(_0x34e0f9._0x99f212,0x4c6,_0x34e0f9._0x3497db,_0x34e0f9._0x56a90d)]=_0x8057dd[_0x32fbe7(0x475,0x4db,_0x34e0f9._0x5f05da,_0x34e0f9._0x8b501c)]['id'],_0x4c7b88[_0x32fbe7(0x446,0x4cc,0x47d,_0x34e0f9._0x485234)]=_0x78b5db[_0x46d00a(0x103,0x8b,_0x34e0f9._0x577def,0x2b)][_0x46d00a(0xcb,0x5c,0x87,0xd9)],_0x1c3f74[_0x32fbe7(0x495,_0x34e0f9._0x176edc,0x484,_0x34e0f9._0x109488)](_0x4e0527['YhPsX'],_0x4c7b88);const _0x4eaa70={};return _0x4eaa70[_0x46d00a(_0x34e0f9._0x2c92b8,_0x34e0f9._0x310308,-_0x34e0f9._0x551650,-0x4e)]=_0x4e0527['YKjfZ'],_0x4eaa70['message']=_0x4e0527[_0x32fbe7(0x41f,0x39e,_0x34e0f9._0x2f5ffb,_0x34e0f9._0x45bac0)],_0x49994a[_0x32fbe7(_0x34e0f9._0x70aa27,_0x34e0f9._0x5bf02b,_0x34e0f9._0x90e09d,0x3c7)](-0x168b+-0x3*-0x49c+0xa4a)[_0x46d00a(0x62,0x19,_0x34e0f9._0x27796b,-0x1)](_0x4eaa70);}}catch(_0x558263){if(_0x4e0527['SNNAW'](_0x32fbe7(0x418,_0x34e0f9._0x22be24,_0x34e0f9._0x119c88,_0x34e0f9._0x4cce30),_0x46d00a(_0x34e0f9._0xa9712,0xa3,0x118,_0x34e0f9._0x139efd))){if(_0x4e0527[_0x32fbe7(0x444,_0x34e0f9._0x2436cc,0x3fb,_0x34e0f9._0x5a0309)](_0x558263[_0x46d00a(_0x34e0f9._0x39553d,_0x34e0f9._0x48f881,0xb4,-_0x34e0f9._0x2c2e7d)],_0x4e0527[_0x46d00a(0x99,0x64,-0x2c,0x1)])){const _0x2facb2={};_0x2facb2[_0x46d00a(0x47,0x9,-0x58,0x1a)]=_0x4e0527['ejQIJ'],_0x2facb2['message']=_0x32fbe7(0x3bc,_0x34e0f9._0x347ce8,0x44f,0x36f)+_0x116a82+(_0x32fbe7(0x4a2,_0x34e0f9._0x5ca395,0x4cc,_0x34e0f9._0x70aa27)+'d'),_0xb4487e[_0x32fbe7(_0x34e0f9._0x23682c,0x3fb,_0x34e0f9._0x27d40e,0x466)](0x24e6+-0x11a0+-0x11b2)['json'](_0x2facb2);}else{if(_0x4e0527[_0x32fbe7(_0x34e0f9._0x49ce86,0x4a0,0x3ee,0x3cd)](_0x4e0527[_0x32fbe7(0x3cf,_0x34e0f9._0x4acab5,0x3e6,_0x34e0f9._0x382e71)],_0x4e0527['fOTjt'])){const _0x1c9ac3={};_0x1c9ac3[_0x32fbe7(_0x34e0f9._0x45e4ee,0x493,_0x34e0f9._0x2a970c,0x512)]=_0xcb92d6[_0x32fbe7(_0x34e0f9._0x45e4ee,0x4ff,0x4cf,0x4fe)],_0x1c9ac3[_0x32fbe7(0x479,0x4d2,0x3ed,_0x34e0f9._0x5263d0)+'t']=_0x3aa9af,_0x1c9ac3[_0x46d00a(-_0x34e0f9._0x23a10e,-_0x34e0f9._0x1e0f2d,0x2,-_0x34e0f9._0x576c73)]=_0x116a82,_0x1c9ac3[_0x46d00a(_0x34e0f9._0x5c0451,0x9,-0x72,_0x34e0f9._0x6c2699)]=_0x558263[_0x46d00a(-_0x34e0f9._0x11e8e3,-_0x34e0f9._0x664a91,-0x54,-_0x34e0f9._0x10314d)],logger[_0x32fbe7(0x3f3,0x3b3,0x438,_0x34e0f9._0x18daec)](_0x4e0527[_0x46d00a(-_0x34e0f9._0x1011af,-0x3c,-0x1d,-_0x34e0f9._0x2c780e)],_0x1c9ac3);const _0x149624={};_0x149624[_0x32fbe7(0x3f3,0x3c8,0x441,_0x34e0f9._0xdda62f)]=_0x4e0527[_0x32fbe7(0x3f1,_0x34e0f9._0x182568,0x35d,0x41e)],_0x149624[_0x32fbe7(_0x34e0f9._0x711e22,_0x34e0f9._0x25570a,_0x34e0f9._0x46b307,0x383)]=_0x4e0527['tSAZD'],_0xb4487e[_0x32fbe7(_0x34e0f9._0x501792,0x3b2,_0x34e0f9._0x71d0db,0x417)](-0x15ed*-0x1+-0x1efb+0x581*0x2)[_0x46d00a(-_0x34e0f9._0xb34873,_0x34e0f9._0x4c6b75,_0x34e0f9._0x55d723,-0x50)](_0x149624);}else{const _0x4bed2c={};_0x4bed2c[_0x32fbe7(_0x34e0f9._0x4ad170,0x3f9,_0x34e0f9._0x34d963,_0x34e0f9._0x287cfc)]=[],_0x4bed2c[_0x46d00a(_0x34e0f9._0x5da1f2,0x8f,_0x34e0f9._0x2caba1,_0x34e0f9._0x5da1f2)+'t']=_0x112b40,_0x53abd3['json'](_0x4bed2c);}}}else{if(_0x2be3e0[_0x32fbe7(0x45a,_0x34e0f9._0x46211e,_0x34e0f9._0x39cad0,0x43e)]===_0x4e0527[_0x46d00a(0x47,_0x34e0f9._0x23b431,0xe6,0xd5)]){const _0x162372={};_0x162372['error']=_0x4e0527[_0x46d00a(_0x34e0f9._0x3f7af1,0xad,0xea,0xfa)],_0x162372[_0x32fbe7(_0x34e0f9._0x4b596c,0x35d,_0x34e0f9._0x17cba0,0x3fa)]='Template\x20\x27'+_0x32d535+(_0x32fbe7(0x4a2,0x483,_0x34e0f9._0x205c70,_0x34e0f9._0x4b4d7e)+'d'),_0x2b76a3[_0x32fbe7(_0x34e0f9._0x23682c,_0x34e0f9._0x1f8e19,_0x34e0f9._0x2017d9,_0x34e0f9._0x39cad0)](0x29*0x41+-0x17a8+0xed3)[_0x46d00a(-0x8,0x19,0x87,0x19)](_0x162372);}else{const _0x34a10f={};_0x34a10f['taskId']=_0x2f68de[_0x32fbe7(0x4a1,_0x34e0f9._0x4e7186,0x433,_0x34e0f9._0x391ea3)],_0x34a10f[_0x46d00a(_0x34e0f9._0x9ed3f0,_0x34e0f9._0x27505d,0x71,_0x34e0f9._0xb750c7)+'t']=_0x5ec93a,_0x34a10f['template']=_0x5ebadd,_0x34a10f['error']=_0x521ed9[_0x32fbe7(0x3b2,_0x34e0f9._0x13f17d,_0x34e0f9._0x3badb6,0x3b6)],_0x2ae058['error'](_0x4e0527['Aikcu'],_0x34a10f);const _0x181090={};_0x181090[_0x46d00a(_0x34e0f9._0x2f8e86,_0x34e0f9._0x2227f4,0x34,-0x8f)]=_0x4e0527[_0x46d00a(_0x34e0f9._0x5dc5c5,0x7,-0x24,0x1f)],_0x181090[_0x46d00a(0x39,-_0x34e0f9._0x664a91,0x58,-_0x34e0f9._0x40aeac)]=_0x4e0527[_0x32fbe7(0x449,_0x34e0f9._0x164475,0x443,_0x34e0f9._0x38ddcd)],_0x155436[_0x32fbe7(_0x34e0f9._0x492a6a,0x473,_0x34e0f9._0x331df6,0x40e)](-0x1147+0xcd8+0x663)['json'](_0x181090);}}}});function _0x2a4dfd(_0x3a2f98,_0x497aa3,_0x1296a6,_0xf45bb1){const _0x146775={_0x1e632d:0x14f};return _0x4e41(_0x1296a6-_0x146775._0x1e632d,_0x3a2f98);}function _0x1a54d3(_0x4d4742,_0x581aae,_0x7e0f37,_0xec10a3){return _0x4e41(_0x4d4742-0x237,_0xec10a3);}router[_0x2a4dfd(0x2b2,0x3ae,0x33f,0x38d)](_0x2a4dfd(0x237,0x256,0x2ac,0x28d)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x56bc38,_0x21a0ab)=>{const _0x252c07={_0x3edf75:0x99,_0x549656:0xf1,_0x48fce6:0x13c,_0x261b75:0x33,_0x4fd843:0xc4,_0x36f9a3:0xfb,_0x215d48:0x106,_0x55100b:0xeb,_0x322e6f:0xf5,_0x1318b5:0x147,_0x21accb:0xdd,_0x55be0e:0x139,_0x51c3e6:0x1ca,_0x35d7e1:0x9c,_0x33660f:0x19a,_0x8e7618:0x18a,_0x47bd7f:0x95,_0x5be9fd:0xfb,_0x54c297:0x4e,_0x3995d0:0x5a,_0x4205b0:0x144,_0x2541ee:0xb7,_0x32cd4a:0x14b,_0x177f88:0x1d7,_0x44a33e:0xde,_0x401ddb:0x134,_0x276f26:0x104,_0x18decd:0xf9,_0x1c1f8c:0x148,_0x28c9ff:0x119,_0xbbfa4:0x4d,_0x46dc92:0xd1,_0x44da93:0x82,_0x122f1e:0x145,_0x4d0ad7:0x111,_0x14a096:0xda,_0xc3f5f0:0x1a5,_0x8164a7:0x68,_0x5c75b8:0x3a,_0x2dcc15:0x25,_0x2c7ca7:0x1f,_0x223536:0x9d,_0x1f17bc:0x4,_0x4f3814:0x15,_0x1da4ad:0x1b9,_0xca8d9b:0x127,_0x19bc55:0xa6,_0x6a9bc:0x15f,_0x573cfa:0x89,_0x3b18ea:0xa2,_0x2d6c7b:0xc0,_0x371710:0x153,_0x40e685:0xe7,_0x212a33:0x9e,_0x44160c:0x6a,_0x46c5a7:0xa4,_0x72df04:0x5b,_0x47cf43:0x8a,_0x3a2298:0xfa,_0x1d129a:0x123,_0x490c43:0x9f,_0x1c7bc0:0x10e,_0x17b411:0x83,_0x4ac7cf:0x59,_0x2c8f25:0x50,_0x3dfaec:0xac,_0x96c26c:0x40,_0x162ca9:0x101,_0x35c7c1:0x136,_0x421462:0x1e3,_0x8ca91c:0x1a1,_0x1790dc:0x161,_0x54726c:0x1bc,_0x369909:0x14a,_0x45f3d7:0x16d,_0x4ae3c5:0xd0,_0x572e12:0xa8,_0x2a6b3d:0x184,_0x34dc5a:0x104,_0x3cf508:0x1c6,_0x1fbaa7:0x13a,_0x55fafe:0x9c,_0x5e750e:0xca,_0x496f88:0x56,_0x277860:0x164,_0x337c24:0x160,_0x1bc087:0x175,_0xfe49e7:0x89,_0x21b54c:0xc8,_0x6a64b9:0x12f,_0x26c783:0xe4,_0x51f28c:0x7e,_0x55cd75:0xdc,_0xeed8e6:0x71,_0x549f05:0xda,_0x7029bd:0x135,_0x3962ea:0x17a,_0x2d6834:0x1a8,_0xf1b459:0x125,_0x1a6d6d:0xef,_0x1fa141:0xa8,_0xdbe01d:0xdd,_0x2336f4:0x108,_0x2c60e2:0x182,_0x40cfdf:0xd4,_0x39c3c6:0x96,_0x3ec86c:0xb2,_0x1e31d7:0xf3,_0x4ed035:0x10a,_0x364367:0x1b,_0x50bfd2:0x106,_0x214865:0xe3,_0x5e94ae:0x77,_0xa013fa:0xe1,_0xe55160:0xbf,_0x27cb63:0x160,_0x45fd49:0x130,_0x297ffe:0x14e,_0x3d55f6:0x10c,_0x199488:0x29,_0x104d90:0x55,_0x4a673b:0xa0,_0xbcee1b:0x177,_0x2e381b:0x187,_0x5631bf:0x8b,_0x4da9b0:0x57,_0x2f0545:0xdb,_0x8c261b:0xba,_0x25eef8:0xfb,_0x1cf69d:0xad,_0xa051ed:0x130,_0x21a571:0x141,_0x5adf80:0x1b0,_0x71a8a:0xbc,_0x3cf165:0x1a4,_0x335b46:0x122,_0x3074bb:0x176,_0x2f7d83:0x199,_0x2a7c11:0x158,_0x212578:0x147,_0x4720a4:0x181,_0x101900:0x9e,_0x4af007:0xab,_0x152adf:0x109,_0x2fb39d:0xb4,_0x59d515:0x15d,_0x32777a:0x19c,_0x5e0341:0x1d2,_0xec8315:0x182,_0x132866:0x6a,_0x1c370a:0xae,_0x4c40d2:0xef,_0x5154fe:0xa2,_0x5612b8:0x1ad,_0x1fd5c3:0x1dc,_0x5845db:0x153,_0x398ac1:0x12b,_0x523dce:0xce,_0x5effe2:0x2a,_0x359321:0x8d,_0x1fcf29:0x169,_0x2dc847:0x12e,_0x2baf02:0x172,_0xcdf6d1:0x8e,_0x18e895:0xe8,_0x2071ff:0xd6,_0x57ed77:0xeb,_0x27fee9:0x72,_0x345c6c:0xe2,_0x2afa6c:0xca,_0x5abfb9:0xed,_0x520b40:0x1cc,_0x146b64:0x105,_0x25ea52:0xf2,_0x368d2c:0xb1,_0x1a938f:0xb0,_0x2e9461:0x15f,_0x3845e7:0x3d,_0x1d2f8c:0x94,_0x39ff38:0x190,_0x82224f:0xf8,_0x10ea4d:0x1c1,_0x4beffd:0x150,_0x44ef70:0x11e,_0x11bfa6:0x92,_0x144901:0x140,_0x22f434:0x12d,_0x42663a:0x118,_0x4fa66a:0x7f,_0x2fea46:0x8c,_0x5de752:0xae,_0x184d4e:0x1d,_0x3d842d:0x189,_0x5207d0:0x13d,_0x515f26:0x128,_0x25e83b:0xa9,_0x5770c6:0x178,_0x4933a6:0x2f,_0x4ce6cb:0x105,_0x16c72d:0xe2,_0x432088:0x111,_0x23c8a0:0xe2,_0x497a17:0x171,_0x4dd30e:0x121,_0x26fbe5:0x138,_0x4480c6:0x136,_0x195b5a:0x11d,_0x357fa4:0x14d,_0x4f661d:0xfe,_0x40e2bc:0xda,_0x21b882:0x15a,_0x5034c8:0x29,_0x5a6cb2:0x1d,_0x5e00c8:0x1d0,_0x59ee99:0x192,_0x481daa:0xad,_0x50d397:0x17a,_0x441f94:0xb8,_0x564499:0x75,_0x56f36d:0x89,_0x18df4a:0xc0,_0x2dc44e:0x11a,_0xb37ec4:0x108},_0x3c59c0={_0xeee35b:0x2aa,_0x3b65c4:0x13f};function _0x331fe5(_0x13bcd4,_0x3aa73f,_0x4df4a3,_0x4e7af3){return _0x1a54d3(_0x13bcd4- -_0x3c59c0._0xeee35b,_0x3aa73f-_0x3c59c0._0x3b65c4,_0x4df4a3-0x1d1,_0x4e7af3);}const _0x448a8c={};_0x448a8c[_0x331fe5(0xbd,_0x252c07._0x3edf75,_0x252c07._0x549656,_0x252c07._0x48fce6)]=_0x331fe5(0xb3,_0x252c07._0x261b75,_0x252c07._0x4fd843,_0x252c07._0x36f9a3)+_0x331fe5(_0x252c07._0x215d48,0x7d,_0x252c07._0x55100b,_0x252c07._0x322e6f)+'e',_0x448a8c[_0x139bff(-_0x252c07._0x1318b5,-0x1be,-0xbc,-0x133)]=function(_0x3397c4,_0x36d195){return _0x3397c4===_0x36d195;},_0x448a8c[_0x139bff(-_0x252c07._0x21accb,-0x49,-0x15c,-_0x252c07._0x55be0e)]=_0x331fe5(0x177,0x15e,_0x252c07._0x51c3e6,0x1e0),_0x448a8c[_0x331fe5(0x10a,_0x252c07._0x35d7e1,_0x252c07._0x33660f,_0x252c07._0x8e7618)]=_0x331fe5(_0x252c07._0x47bd7f,_0x252c07._0x5be9fd,_0x252c07._0x54c297,0x91)+_0x331fe5(_0x252c07._0x3995d0,0x66,-0x2a,0xda)+'ates',_0x448a8c[_0x139bff(-_0x252c07._0x4205b0,-_0x252c07._0x2541ee,-_0x252c07._0x32cd4a,-_0x252c07._0x177f88)]='Task\x20user\x20'+_0x139bff(-0xb2,-_0x252c07._0x44a33e,-_0x252c07._0x401ddb,-0xc8),_0x448a8c[_0x139bff(-_0x252c07._0x276f26,-0x11f,-_0x252c07._0x18decd,-_0x252c07._0x1c1f8c)]=_0x139bff(-0xd6,-_0x252c07._0x28c9ff,-_0x252c07._0x3995d0,-_0x252c07._0xbbfa4)+'ed',_0x448a8c[_0x139bff(-_0x252c07._0x46dc92,-0x52,-_0x252c07._0x44da93,-_0x252c07._0x122f1e)]=_0x139bff(-0x8d,-_0x252c07._0x4d0ad7,-_0x252c07._0x14a096,-0x124),_0x448a8c[_0x139bff(-0x164,-0x1a6,-_0x252c07._0xc3f5f0,-0x1b4)]=_0x331fe5(_0x252c07._0x8164a7,0xbe,_0x252c07._0x5c75b8,_0x252c07._0x2dcc15)+'t',_0x448a8c[_0x139bff(-0x85,-_0x252c07._0x2c7ca7,-0x57,-0x1)]=function(_0xf8830,_0x2fe0e7){return _0xf8830===_0x2fe0e7;},_0x448a8c[_0x331fe5(0x133,0x13a,0x138,_0x252c07._0x3edf75)]=_0x331fe5(0xb0,0xae,0xe2,0xad)+_0x331fe5(_0x252c07._0x223536,0x1c,_0x252c07._0x1f17bc,_0x252c07._0x4f3814)+_0x331fe5(0x129,0x108,0x170,_0x252c07._0x1da4ad),_0x448a8c[_0x139bff(-_0x252c07._0xca8d9b,-0xd4,-_0x252c07._0x19bc55,-_0x252c07._0x6a9bc)]=_0x331fe5(0xaa,0xf9,_0x252c07._0x573cfa,0x130)+'ing\x20templa'+'te',_0x448a8c['vijDv']=function(_0x4e18e5,_0x1307f6){return _0x4e18e5!==_0x1307f6;},_0x448a8c[_0x331fe5(0x82,_0x252c07._0x3b18ea,0xbc,0x2)]='task-templ'+_0x139bff(-_0x252c07._0x2d6c7b,-_0x252c07._0x3995d0,-0x34,-_0x252c07._0x371710),_0x448a8c['KvtcE']=function(_0xb4e9cb,_0x26ccd5){return _0xb4e9cb!==_0x26ccd5;},_0x448a8c[_0x331fe5(_0x252c07._0x40e685,_0x252c07._0x212a33,0x10c,_0x252c07._0x44160c)]='nMVLe',_0x448a8c[_0x331fe5(_0x252c07._0x46c5a7,_0x252c07._0x72df04,0xde,0x77)]=_0x139bff(-0x117,-0x97,-0xb8,-0x18f),_0x448a8c['rKuhn']=_0x139bff(-_0x252c07._0x47cf43,-0xa9,-_0x252c07._0x3a2298,-_0x252c07._0x2c7ca7);function _0x139bff(_0xf97176,_0x30dd0b,_0x1c9f68,_0x3869b5){return _0x2a4dfd(_0x3869b5,_0x30dd0b-0x191,_0xf97176- -0x3a4,_0x3869b5-0x1f2);}_0x448a8c['qjaKg']='Template\x20u'+_0x139bff(-_0x252c07._0x1d129a,-0x128,-0xee,-_0x252c07._0x490c43)+_0x139bff(-_0x252c07._0x1c7bc0,-0xf4,-_0x252c07._0x17b411,-0x75),_0x448a8c['wgWJM']=_0x331fe5(_0x252c07._0x4ac7cf,0x2c,-0x1a,_0x252c07._0x2c8f25),_0x448a8c[_0x331fe5(_0x252c07._0x3dfaec,_0x252c07._0x96c26c,_0x252c07._0x162ca9,_0x252c07._0x35c7c1)]=_0x331fe5(0x95,0x7,0x77,0x4e)+_0x331fe5(0x174,_0x252c07._0x421462,0x1ab,_0x252c07._0x8ca91c)+_0x139bff(-_0x252c07._0x1790dc,-_0x252c07._0x54726c,-0x1bf,-_0x252c07._0x369909);const _0x1ebbf3=_0x448a8c,{callingTask:_0x586504,taskUser:_0x2ad2a3,environmentName:_0xd07e1f,environmentPath:_0x466e04}=_0x56bc38,{name:_0x1710ec}=_0x56bc38[_0x331fe5(0x115,_0x252c07._0x45f3d7,0xfd,0x95)],{content:_0x8c784,metadata:_0x160ec4}=_0x56bc38[_0x331fe5(_0x252c07._0x4ae3c5,_0x252c07._0x572e12,0x70,_0x252c07._0x72df04)];if(_0x1710ec[_0x331fe5(_0x252c07._0x2a6b3d,0x110,0xf6,_0x252c07._0x34dc5a)]('/')||_0x1710ec['includes']('\x5c')||_0x1710ec['includes']('..')){if(_0x331fe5(0x14a,_0x252c07._0x3cf508,0xff,0x180)!==_0x1ebbf3[_0x331fe5(0x111,_0x252c07._0x1fbaa7,0x96,_0x252c07._0x55fafe)]){const _0x12017c={};return _0x12017c[_0x331fe5(_0x252c07._0x5e750e,0xe8,0x14f,_0x252c07._0x496f88)]=_0x1ebbf3[_0x139bff(-_0x252c07._0x277860,-_0x252c07._0x337c24,-0x184,-_0x252c07._0x1bc087)],_0x12017c[_0x331fe5(_0x252c07._0xfe49e7,0x7f,_0x252c07._0x21b54c,0xde)]=_0x139bff(-_0x252c07._0x6a64b9,-0x15b,-0x1ab,-0xbc)+'mplate\x20nam'+'e',_0x21a0ab[_0x331fe5(_0x252c07._0x26c783,_0x252c07._0x51f28c,_0x252c07._0x55cd75,_0x252c07._0xeed8e6)](0xd*0x83+0x1488+-0x3a9*0x7)[_0x331fe5(_0x252c07._0x549f05,0x14c,_0x252c07._0x7029bd,_0x252c07._0x28c9ff)](_0x12017c);}else{const _0xe1722={};return _0xe1722['error']=_0x139bff(-_0x252c07._0x3962ea,-0x13f,-0x199,-0x121)+'t',_0xe1722[_0x139bff(-0x159,-0x160,-_0x252c07._0x2d6834,-0xd2)]=_0x1ebbf3[_0x139bff(-_0x252c07._0xf1b459,-_0x252c07._0x1a6d6d,-_0x252c07._0x1fa141,-_0x252c07._0xdbe01d)],_0x2a1a60['status'](-0x1f7c+-0xb*-0x224+0x980)[_0x139bff(-_0x252c07._0x2336f4,-0x77,-_0x252c07._0x5e750e,-0xd7)](_0xe1722);}}if(_0x1ebbf3[_0x331fe5(0x15d,_0x252c07._0x2c60e2,0x16e,0x17d)](_0x8c784,undefined)){const _0x2b12f3={};return _0x2b12f3[_0x331fe5(0xca,0xaf,_0x252c07._0x4ac7cf,0xee)]=_0x1ebbf3[_0x331fe5(_0x252c07._0x51f28c,_0x252c07._0x40cfdf,0x81,_0x252c07._0x40cfdf)],_0x2b12f3['message']=_0x1ebbf3[_0x139bff(-0xaf,-0xcb,-0x7d,-_0x252c07._0x39c3c6)],_0x21a0ab['status'](0x82f*0x1+0xf3f+0x3a5*-0x6)[_0x139bff(-0x108,-_0x252c07._0x3ec86c,-0xba,-0x17e)](_0x2b12f3);}logger[_0x139bff(-0x81,-_0x252c07._0x1e31d7,-_0x252c07._0x4ed035,-_0x252c07._0x364367)](_0x1ebbf3[_0x331fe5(0xbb,0xfd,_0x252c07._0x50bfd2,_0x252c07._0x4ed035)],{'taskId':_0x586504[_0x139bff(-0x6a,-_0x252c07._0x214865,-0x22,-0xc0)],'environment':_0xd07e1f,'template':_0x1710ec,'userId':_0x2ad2a3['id'],'hasMetadata':_0x1ebbf3[_0x331fe5(0x107,0xbb,_0x252c07._0x5e94ae,0x87)](_0x160ec4,undefined)});const _0x46f849=_0x3d9896[_0x331fe5(_0x252c07._0xa013fa,_0x252c07._0xe55160,_0x252c07._0xca8d9b,0x6b)](_0x466e04,_0x1ebbf3[_0x139bff(-_0x252c07._0x27cb63,-_0x252c07._0x45fd49,-0xc8,-0x1ef)]),_0x54eeb1=_0x3d9896[_0x139bff(-_0x252c07._0x162ca9,-0x11c,-_0x252c07._0x297ffe,-_0x252c07._0x3d55f6)](_0x46f849,_0x1710ec+_0x331fe5(0xb9,_0x252c07._0x199488,_0x252c07._0x104d90,_0x252c07._0x4a673b)),_0x347e2d=_0x3d9896[_0x331fe5(0xe1,_0x252c07._0xbcee1b,_0x252c07._0x40cfdf,_0x252c07._0x162ca9)](_0x46f849,_0x1710ec+_0x139bff(-0xfd,-_0x252c07._0x2e381b,-0x13e,-0x15e)),_0x585e11=new Date()[_0x331fe5(_0x252c07._0x5631bf,_0x252c07._0x4da9b0,_0x252c07._0x2f0545,_0x252c07._0x8c261b)+'g']();try{if(_0x1ebbf3[_0x139bff(-0x9e,-0x87,-0xb8,-0x25)](_0x1ebbf3[_0x139bff(-_0x252c07._0x25eef8,-_0x252c07._0x1cf69d,-_0x252c07._0xa051ed,-_0x252c07._0x21a571)],_0x1ebbf3[_0x139bff(-0x13e,-_0x252c07._0x5adf80,-_0x252c07._0x71a8a,-0x1d1)])){const _0x16a302={};_0x16a302[_0x139bff(-0x14e,-_0x252c07._0x1bc087,-0x1c8,-_0x252c07._0x3cf165)]=!![],await _0x2dc80a[_0x139bff(-_0x252c07._0x335b46,-0x125,-_0x252c07._0x3074bb,-0x1b6)](_0x46f849,_0x16a302),await _0x2dc80a[_0x331fe5(0x134,_0x252c07._0x2f7d83,_0x252c07._0x1c1f8c,0x1cb)](_0x54eeb1,_0x8c784,_0x331fe5(_0x252c07._0x2a7c11,_0x252c07._0x212578,_0x252c07._0x4720a4,0x192));_0x1ebbf3[_0x139bff(-_0x252c07._0x101900,-_0x252c07._0x4af007,-0xe4,-0x8f)](_0x160ec4,undefined)&&_0x160ec4!==null&&await _0x2dc80a[_0x139bff(-0xae,-_0x252c07._0x152adf,-0xd1,-_0x252c07._0x2fb39d)](_0x347e2d,JSON[_0x331fe5(0x154,0x152,_0x252c07._0x59d515,_0x252c07._0x32777a)](_0x160ec4,null,0x1*-0x33d+-0x19d*0x1+-0x2*-0x26e),_0x1ebbf3['rKuhn']);const _0x2a9fec={};_0x2a9fec[_0x331fe5(0x178,_0x252c07._0x5e0341,_0x252c07._0xec8315,0x11c)]=_0x586504[_0x139bff(-_0x252c07._0x132866,-_0x252c07._0x1c370a,-_0x252c07._0x4c40d2,-_0x252c07._0x5154fe)],_0x2a9fec[_0x331fe5(0x150,_0x252c07._0x5612b8,_0x252c07._0x1fd5c3,0x159)+'t']=_0xd07e1f,_0x2a9fec[_0x139bff(-0x179,-_0x252c07._0x5845db,-_0x252c07._0x398ac1,-0x180)]=_0x1710ec,_0x2a9fec[_0x139bff(-_0x252c07._0x523dce,-0x40,-0x70,-0xc3)]=_0x2ad2a3['id'],logger[_0x139bff(-0x81,-_0x252c07._0x5effe2,-_0x252c07._0x359321,-_0x252c07._0x39c3c6)](_0x1ebbf3['qjaKg'],_0x2a9fec);const _0x61d77d={};_0x61d77d[_0x331fe5(_0x252c07._0x1fcf29,0x1ac,_0x252c07._0x2dc847,0x135)]=!![],_0x61d77d[_0x139bff(-0x176,-0x1bf,-0x168,-0x19c)]=_0x1710ec,_0x61d77d['environmen'+'t']=_0xd07e1f,_0x61d77d[_0x139bff(-0x7d,-_0x252c07._0x18decd,-0x4,-0x8b)]=_0x585e11,_0x61d77d[_0x331fe5(_0x252c07._0x2baf02,0x18d,_0x252c07._0x28c9ff,_0x252c07._0x18decd)+_0x331fe5(_0x252c07._0xcdf6d1,0x6,_0x252c07._0x18e895,_0x252c07._0x2071ff)]=_0x586504[_0x139bff(-_0x252c07._0x132866,-0x3d,-_0x252c07._0x57ed77,-_0x252c07._0x27fee9)],_0x61d77d[_0x331fe5(_0x252c07._0x345c6c,_0x252c07._0x2afa6c,0x150,0x12d)+_0x331fe5(_0x252c07._0x2071ff,_0x252c07._0x5abfb9,0x12e,0xa4)]=_0x2ad2a3['id'],_0x21a0ab[_0x139bff(-_0x252c07._0x2336f4,-0x188,-0x16a,-0x139)](_0x61d77d);}else{if(_0x1ebbf3[_0x139bff(-0x147,-0x147,-0x13c,-_0x252c07._0x520b40)](_0x2e9210[_0x139bff(-0xb1,-0x17,-0x13f,-0xda)],_0x1ebbf3[_0x331fe5(_0x252c07._0x146b64,_0x252c07._0x25ea52,_0x252c07._0x368d2c,_0x252c07._0x1a938f)])){const _0x3dd67b={};_0x3dd67b[_0x331fe5(_0x252c07._0x2e9461,_0x252c07._0x335b46,0x1ab,0xe5)]=[],_0x3dd67b[_0x139bff(-0x92,-_0x252c07._0x3845e7,-0x1c,-0x8a)+'t']=_0x175ba4,_0x2054c2[_0x139bff(-_0x252c07._0x2336f4,-_0x252c07._0x1d2f8c,-_0x252c07._0x39ff38,-_0x252c07._0x82224f)](_0x3dd67b);}else{const _0xdd9b3e={};_0xdd9b3e[_0x331fe5(0x178,0x185,0x113,_0x252c07._0x10ea4d)]=_0x512555['taskId'],_0xdd9b3e[_0x331fe5(_0x252c07._0x4beffd,_0x252c07._0x1fcf29,0x1bf,0x177)+'t']=_0x1ae765,_0xdd9b3e[_0x331fe5(0xca,_0x252c07._0x44ef70,_0x252c07._0x11bfa6,0x102)]=_0x11e6a9[_0x139bff(-0x159,-0xe6,-0x13e,-_0x252c07._0x144901)],_0x1279bc[_0x139bff(-0x118,-_0x252c07._0x55cd75,-0x19a,-0x166)](_0x1ebbf3[_0x331fe5(0x10a,0x178,_0x252c07._0x22f434,0x7b)],_0xdd9b3e);const _0x35ea19={};_0x35ea19[_0x139bff(-_0x252c07._0x42663a,-_0x252c07._0x4fa66a,-_0x252c07._0x4fd843,-_0x252c07._0x2fea46)]=_0x331fe5(0x5e,-0x22,0x1b,-0x15)+_0x331fe5(_0x252c07._0x5de752,0x123,0x94,_0x252c07._0x184d4e)+'r',_0x35ea19['message']=_0x1ebbf3[_0x139bff(-0xd8,-_0x252c07._0x8164a7,-0x115,-_0x252c07._0x2071ff)],_0x3d4232['status'](-0x1b1*-0xf+-0x1*0x190f+0x2a*0xa)['json'](_0x35ea19);}}}catch(_0x317bf4){if(_0x1ebbf3['dEqLE'](_0x139bff(-_0x252c07._0x3d842d,-_0x252c07._0x5207d0,-0x187,-_0x252c07._0x515f26),_0x1ebbf3[_0x139bff(-0xa5,-0x118,-0x13,-_0x252c07._0x25e83b)])){const _0x5af7e0={};_0x5af7e0[_0x331fe5(_0x252c07._0x5770c6,0x15c,0x210,0xe0)]=_0x586504[_0x139bff(-_0x252c07._0x132866,-0xad,-0x3,-_0x252c07._0x4933a6)],_0x5af7e0[_0x139bff(-0x92,-_0x252c07._0x4ce6cb,-_0x252c07._0x16c72d,-_0x252c07._0x432088)+'t']=_0xd07e1f,_0x5af7e0['template']=_0x1710ec,_0x5af7e0[_0x139bff(-0x118,-_0x252c07._0x23c8a0,-_0x252c07._0x28c9ff,-_0x252c07._0x497a17)]=_0x317bf4[_0x331fe5(_0x252c07._0x573cfa,0x84,_0x252c07._0x4dd30e,0xec)],logger[_0x331fe5(0xca,_0x252c07._0x44da93,_0x252c07._0x26fbe5,0xd0)](_0x1ebbf3[_0x139bff(-_0x252c07._0x4480c6,-0x12e,-_0x252c07._0x40cfdf,-0x128)],_0x5af7e0);const _0x1e0fc2={};_0x1e0fc2['error']=_0x139bff(-0x184,-0x117,-0x173,-0x178)+_0x139bff(-0x134,-_0x252c07._0x55be0e,-0x1ab,-_0x252c07._0x195b5a)+'r',_0x1e0fc2[_0x139bff(-0x159,-_0x252c07._0x357fa4,-0x125,-0x18e)]=_0x1ebbf3['ExzKR'],_0x21a0ab[_0x139bff(-_0x252c07._0x4f661d,-0x7e,-0x9a,-0xd8)](-0x5*-0x4c7+-0x7*-0x517+-0x3990)[_0x331fe5(_0x252c07._0x40e2bc,_0x252c07._0x21b882,0x99,_0x252c07._0x2541ee)](_0x1e0fc2);}else{const _0x412df3={};_0x412df3[_0x139bff(-_0x252c07._0x44160c,-_0x252c07._0x5034c8,-0xab,_0x252c07._0x5a6cb2)]=_0x239cee,_0x412df3[_0x139bff(-0xce,-0xc1,-0x43,-0xc0)]=_0xd83a6a,_0x1f6478[_0x331fe5(0x16c,_0x252c07._0x5e00c8,_0x252c07._0x59ee99,0x17c)](_0x1ebbf3[_0x139bff(-_0x252c07._0x4205b0,-_0x252c07._0x481daa,-_0x252c07._0x50d397,-0x195)],_0x412df3);const _0x1f604b={};return _0x1f604b[_0x331fe5(_0x252c07._0x5e750e,_0x252c07._0x441f94,0x61,0xf8)]=_0x1ebbf3[_0x139bff(-0x104,-_0x252c07._0x564499,-0x138,-_0x252c07._0x2541ee)],_0x1f604b[_0x331fe5(_0x252c07._0x56f36d,0x12,_0x252c07._0x18df4a,0xb0)]=_0x331fe5(0x10e,0x106,_0x252c07._0x2dc44e,0x187)+'\x20not\x20found',_0xf29f64['status'](0x1*0x1a+0x177*0x5+-0x5dc)[_0x139bff(-_0x252c07._0xb37ec4,-0x15b,-_0x252c07._0x1d129a,-0x77)](_0x1f604b);}}}),router['delete'](_0x1a54d3(0x394,0x408,0x35f,0x428)+_0x1a54d3(0x353,0x35a,0x343,0x331),requireTaskAuth,requireTemplatesPermission,async(_0x36404e,_0x2822cc)=>{const _0x2c8c70={_0x20fe18:0x91,_0x1df9dd:0xd9,_0x4590c0:0xa4,_0x1222e8:0x8a,_0x1cd4fa:0xbc,_0x4b2353:0xb1,_0x5c60e1:0xd,_0x1d0cbc:0x6f,_0x2844b7:0x5f,_0x39e935:0x6e,_0x4026c8:0xac,_0x3d2722:0x65,_0x30e260:0xb0,_0xca5429:0xd8,_0x3f352a:0x63,_0x2e1b21:0xfb,_0x30901c:0x3e,_0x72d8ac:0x3e,_0x462a76:0x1,_0x1f41b0:0xa9,_0x3ae491:0xae,_0x1a5ba1:0x39,_0x4a1203:0xab,_0x45e462:0x4,_0x465672:0xd0,_0x14914b:0x11a,_0x138085:0x1f,_0x5de887:0x62,_0x370394:0x83,_0x23c39f:0x54,_0x5379f6:0x97,_0x176527:0x6d,_0x16c90f:0x8c,_0xc0fe80:0x1b,_0x3a6cc9:0xaf,_0x35c7f2:0x58,_0x429bf0:0x46,_0x3066ad:0x4d,_0x4e565d:0x60,_0x2eb41d:0x2b,_0xad777:0xb4,_0x372e7a:0xd2,_0x2f705d:0x2d,_0x42bcbe:0xbb,_0x85c907:0x56,_0x56680f:0xbd,_0x3db1be:0x5f,_0x4b7afd:0x19,_0x5f139b:0x3f,_0x1bda67:0x3e,_0x123000:0xe1,_0x910697:0x154,_0x175db8:0x40,_0x1f8dcc:0x35,_0x25d0bc:0x35,_0x307374:0xeb,_0x48157b:0xe7,_0x502440:0xe6,_0xc1983b:0x5b,_0x1be349:0x36,_0x456382:0xe0,_0x1284f9:0xa8,_0x1fb665:0x133,_0x3f750a:0xff,_0x89b726:0x72,_0x12792d:0x8d,_0x43bcdd:0x142,_0x5cf598:0x62,_0x3bf07c:0x43,_0x47be31:0x10,_0x5c641c:0x7,_0x236951:0x69,_0x1756a8:0x2c,_0x41469f:0xa,_0xe8b6ca:0x10,_0x824afd:0x6c,_0x411ea3:0x31,_0x480fd7:0xd,_0x3eea8c:0xac,_0x2dfd7f:0x12b,_0x2b4a3d:0x11d,_0x247aec:0x23,_0x3981be:0x2,_0x17526f:0x104,_0x19b913:0xa7,_0x2dac7f:0xa6,_0x547396:0xc1,_0x9e0984:0xc8,_0x29c696:0xef,_0x4b90be:0xf2,_0x23936c:0xc9,_0x3d13b6:0x12,_0x27e6d7:0x2f,_0x56ab98:0xa,_0xd8682c:0x1,_0x5ad1e8:0x95,_0x24682d:0x2e,_0x23c7c4:0x93,_0x35f451:0xc2,_0x24fe3c:0x48,_0xfdc695:0x9e,_0x3f5d47:0x28,_0xb03579:0x46,_0x254699:0x8a,_0x3bac14:0x25,_0x5c2242:0x5e,_0x3e1568:0x41,_0xbf276:0x36,_0x398eb3:0xaf,_0x40046b:0xe8,_0x21f8e3:0x95,_0x21d89c:0xf3,_0xb4524f:0x11,_0x5cefdc:0xc,_0x571d6d:0x2d,_0x2b90c0:0x1d,_0x3d47af:0xb6,_0xe3eb6e:0x6b,_0x155c53:0x94,_0xc35e9f:0x47,_0x2e217c:0x42,_0x4dc967:0xbb,_0xa9e2b7:0x6d,_0x5739c6:0x8a,_0x31e81f:0x13,_0x609ca5:0x41,_0x3fbefa:0x96,_0x413dc1:0xde,_0x18f41a:0x16b,_0x46e883:0x64,_0x75d50:0x85,_0x2af0b7:0xd6,_0x34f121:0xe,_0x588bd8:0x1a,_0x3b63d8:0x99,_0x4063dd:0x3d,_0x355f1f:0x59,_0x43cafa:0x15,_0xbce0f1:0x35,_0x346470:0x74,_0xb35152:0x1,_0x127f88:0x9c,_0x238fad:0xcb,_0x467814:0xea,_0x207eb6:0x61,_0x4b509b:0x59,_0x26fc2c:0x6,_0x32c9c8:0xd8,_0x527fa5:0x100,_0xe14b04:0x124,_0x288e15:0x89,_0x11641e:0xfc,_0x470567:0xc9,_0x710507:0x9a,_0x1885d1:0xd2,_0x3812d1:0x140,_0xe51ed:0x24,_0x1b5d80:0x18,_0xb1a01a:0xd9,_0x58cce3:0xfe,_0x36aef1:0x4a,_0x2d0d34:0x106,_0x3385e5:0xe2,_0x403fb8:0x46,_0x147e20:0xf,_0x228e44:0xa3,_0x289e3a:0x17,_0x84ed7c:0x10,_0x4109f1:0x3,_0x4db941:0x54,_0x1abc66:0x6a,_0x5022f0:0xbc,_0x2a8c2d:0x5c,_0x3fb5d7:0x34,_0x50f596:0xc6,_0x4700f:0x93,_0x3350ff:0x61,_0x152b8e:0x27,_0x594fdb:0x3,_0x57c6b2:0x103,_0x39e88b:0x113,_0xc8eb24:0x1c,_0x613ce:0x26,_0x579c93:0xd4,_0x45ff92:0x36,_0x55d9d0:0x1,_0x5d1c6b:0xdb,_0x5c6052:0x22,_0x28d1fe:0x6a,_0x3653d7:0xf3,_0x1ec28c:0x3b,_0x5abd56:0x55,_0x52244a:0xe2,_0x2582da:0x51,_0x30b8ed:0x31,_0x59a558:0x9d,_0x3426d7:0x115,_0x44154d:0xe7,_0x48e832:0x70,_0x492ba8:0x46,_0x42f97b:0x81,_0x19d12f:0x48,_0x4a8ad3:0x6a,_0x48a0b7:0x16,_0x33c281:0x39,_0x561534:0x1d,_0x597f03:0x9b,_0x806b08:0x76,_0x3056fc:0x108,_0x47ad86:0x3e,_0x506101:0xbe,_0xd0a72b:0xa5,_0x2934bc:0xa0,_0x4b76e9:0x183,_0x4b6bca:0x5f,_0x7bee8:0x5b,_0x375c5d:0x62,_0x14b2f9:0x96,_0x83376a:0x7d,_0x157fe6:0xbc,_0x5744d3:0x6e,_0x138e6b:0x4e,_0x4c3fd9:0xcf,_0x45eccb:0x63,_0x34ea8c:0x1e,_0x22185a:0x36,_0x5e7a28:0x3a,_0x4b82b4:0x13,_0x2c63fa:0x4e,_0x55e583:0xc7,_0x31182a:0x150,_0x336e66:0x7b,_0x436bfb:0x10e,_0xccaa98:0x56,_0x12bcb4:0x3,_0x303df0:0x2f,_0x26b2af:0x99,_0x53597b:0x6c},_0x564dda={_0x5bc6ec:0x3ef},_0x1a0a13={};_0x1a0a13[_0x671bb9(_0x2c8c70._0x20fe18,0x49,_0x2c8c70._0x1df9dd,_0x2c8c70._0x4590c0)]=_0x671bb9(0xf4,0x90,0x128,0x2f)+_0x358d49(-_0x2c8c70._0x20fe18,-_0x2c8c70._0x1222e8,-0xf3,-0xd3)+_0x358d49(-0x5a,-_0x2c8c70._0x1cd4fa,-_0x2c8c70._0x4b2353,-0xbb)+_0x671bb9(-_0x2c8c70._0x5c60e1,0xb,-0x5a,0x6)+_0x358d49(-0x1d,_0x2c8c70._0x1d0cbc,-0x92,-_0x2c8c70._0x2844b7),_0x1a0a13[_0x358d49(-_0x2c8c70._0x39e935,-0xdf,-0x14,-_0x2c8c70._0x4026c8)]='Internal\x20S'+_0x671bb9(-0x38,-0x19,-_0x2c8c70._0x3d2722,0x4b)+'r',_0x1a0a13[_0x671bb9(_0x2c8c70._0x30e260,_0x2c8c70._0x39e935,0x6e,0x102)]=_0x671bb9(0x61,_0x2c8c70._0x4590c0,_0x2c8c70._0xca5429,0x1b)+'t\x20initiali'+_0x671bb9(_0x2c8c70._0x1cd4fa,_0x2c8c70._0x3f352a,0xab,_0x2c8c70._0x2e1b21),_0x1a0a13[_0x358d49(-0xcf,-0x15d,-0xfd,-_0x2c8c70._0x30901c)]='User\x20lacks'+_0x358d49(-0x22,_0x2c8c70._0x72d8ac,0x75,_0x2c8c70._0x462a76)+'nts:templa'+_0x358d49(-_0x2c8c70._0x1f41b0,-0x97,-_0x2c8c70._0x3ae491,-0x63)+_0x671bb9(-_0x2c8c70._0x1a5ba1,0x36,0xb0,_0x2c8c70._0x4a1203),_0x1a0a13[_0x358d49(-_0x2c8c70._0x45e462,-0x17,-0x5d,-0x2)]='User\x20does\x20'+_0x358d49(-_0x2c8c70._0x465672,-_0x2c8c70._0x14914b,-0x12e,-0x48)+_0x671bb9(0x26,0xc,_0x2c8c70._0x138085,-_0x2c8c70._0x5de887)+_0x358d49(-_0x2c8c70._0x370394,0xd,-0x6e,-_0x2c8c70._0x23c39f)+_0x358d49(0xb,_0x2c8c70._0x5379f6,_0x2c8c70._0x176527,_0x2c8c70._0x16c90f)+_0x671bb9(_0x2c8c70._0xc0fe80,0x34,_0x2c8c70._0x3a6cc9,-0x21)+'s',_0x1a0a13[_0x671bb9(-0x63,0x18,_0x2c8c70._0x35c7f2,_0x2c8c70._0x429bf0)]=function(_0x46a660,_0x2f9b17){return _0x46a660===_0x2f9b17;},_0x1a0a13['hKSxj']='uWRyZ',_0x1a0a13[_0x671bb9(_0x2c8c70._0x3066ad,_0x2c8c70._0x4e565d,0x81,-_0x2c8c70._0x2eb41d)]=_0x358d49(-_0x2c8c70._0xad777,-_0x2c8c70._0x372e7a,-0xb2,-0x7d),_0x1a0a13[_0x671bb9(_0x2c8c70._0x2f705d,_0x2c8c70._0x42bcbe,_0x2c8c70._0x85c907,0x5a)]=_0x671bb9(-_0x2c8c70._0x56680f,-_0x2c8c70._0x3db1be,-0x11,_0x2c8c70._0x4b7afd)+'t',_0x1a0a13[_0x671bb9(-0x2,0x65,0x66,-0x5)]='Invalid\x20te'+_0x671bb9(0xc1,_0x2c8c70._0x5f139b,0x42,_0x2c8c70._0x1bda67)+'e',_0x1a0a13[_0x358d49(-_0x2c8c70._0x123000,-0x112,-0xa5,-_0x2c8c70._0x910697)]=_0x358d49(-0x16,_0x2c8c70._0x175db8,_0x2c8c70._0x1f8dcc,_0x2c8c70._0x25d0bc)+_0x671bb9(-0x4d,-0x5c,-0x37,-_0x2c8c70._0x307374)+'te',_0x1a0a13[_0x671bb9(_0x2c8c70._0x48157b,0xae,0x66,0x9f)]='task-templ'+_0x671bb9(_0x2c8c70._0x502440,_0x2c8c70._0xc1983b,0xc6,_0x2c8c70._0x1be349),_0x1a0a13[_0x671bb9(_0x2c8c70._0x456382,_0x2c8c70._0x1284f9,_0x2c8c70._0x1fb665,_0x2c8c70._0x3f750a)]='ePiEX',_0x1a0a13[_0x671bb9(_0x2c8c70._0x89b726,0xb9,_0x2c8c70._0x12792d,_0x2c8c70._0x43bcdd)]=_0x671bb9(-0x30,-0x4a,-_0x2c8c70._0x5cf598,-_0x2c8c70._0x3bf07c),_0x1a0a13[_0x358d49(0x2b,_0x2c8c70._0x47be31,-_0x2c8c70._0x5c641c,-_0x2c8c70._0x236951)]=_0x671bb9(-_0x2c8c70._0x1756a8,_0x2c8c70._0x41469f,-_0x2c8c70._0xe8b6ca,-_0x2c8c70._0x176527)+_0x671bb9(-_0x2c8c70._0x824afd,-_0x2c8c70._0x411ea3,_0x2c8c70._0x3066ad,-0x80)+_0x671bb9(-0x31,_0x2c8c70._0x480fd7,0xd,-0x8),_0x1a0a13[_0x358d49(-_0x2c8c70._0x3eea8c,-_0x2c8c70._0x2dfd7f,-_0x2c8c70._0x2b4a3d,-_0x2c8c70._0x247aec)]=function(_0x2e9fc0,_0x364427){return _0x2e9fc0===_0x364427;},_0x1a0a13['BCZLQ']='ENOENT',_0x1a0a13['mEeuw']=_0x358d49(-0x21,-0x18,-0x73,-_0x2c8c70._0x3981be),_0x1a0a13[_0x358d49(-0xe8,-_0x2c8c70._0x17526f,-_0x2c8c70._0x19b913,-_0x2c8c70._0x2dac7f)]=_0x358d49(-_0x2c8c70._0x547396,-0x12f,-_0x2c8c70._0x9e0984,-_0x2c8c70._0x29c696);function _0x671bb9(_0x3f32f5,_0x5d5d9f,_0x294b97,_0x498630){return _0x2a4dfd(_0x498630,_0x5d5d9f-0x60,_0x5d5d9f- -0x289,_0x498630-0x1c9);}_0x1a0a13[_0x358d49(-0x90,-0x4d,-_0x2c8c70._0x4b90be,-_0x2c8c70._0x23936c)]=_0x358d49(-0x5d,-0xbf,_0x2c8c70._0x3d13b6,-_0x2c8c70._0x27e6d7),_0x1a0a13['UYuNE']=_0x358d49(-_0x2c8c70._0x56ab98,-_0x2c8c70._0xd8682c,0x3f,-0x25),_0x1a0a13['oMxLE']=_0x671bb9(-_0x2c8c70._0x5ad1e8,-0x32,_0x2c8c70._0x24682d,-_0x2c8c70._0x23c7c4)+_0x358d49(-0xbb,-0x137,-0x76,-0x152)+_0x671bb9(_0x2c8c70._0x35f451,_0x2c8c70._0x24fe3c,_0x2c8c70._0xfdc695,-_0x2c8c70._0x3d13b6);const _0x3a240a=_0x1a0a13,{callingTask:_0xb434b6,taskUser:_0xd8e7ee,environmentName:_0x17d756,environmentPath:_0x24d571}=_0x36404e,{name:_0x338d89}=_0x36404e[_0x671bb9(0xa5,0x4e,-_0x2c8c70._0x3f5d47,_0x2c8c70._0x465672)];if(_0x338d89['includes']('/')||_0x338d89[_0x358d49(_0x2c8c70._0x5f139b,0xd3,-_0x2c8c70._0xb03579,_0x2c8c70._0x254699)]('\x5c')||_0x338d89[_0x358d49(0x3f,0x8b,0x8d,-0x4c)]('..')){if(_0x3a240a[_0x358d49(-0x66,-0xda,-0x9,-_0x2c8c70._0x3bac14)](_0x3a240a[_0x671bb9(-0x2f,0x3c,_0x2c8c70._0x5c2242,-_0x2c8c70._0x3e1568)],_0x3a240a[_0x358d49(-0x1e,_0x2c8c70._0xbf276,0xa,-_0x2c8c70._0x398eb3)])){const _0x2c9f6b={};return _0x2c9f6b['error']=_0x671bb9(-_0x2c8c70._0x40046b,-_0x2c8c70._0x3db1be,0x31,-_0x2c8c70._0x824afd)+'t',_0x2c9f6b['message']=_0x358d49(-_0x2c8c70._0x21f8e3,-_0x2c8c70._0x21d89c,-0x82,-_0x2c8c70._0x4e565d)+_0x671bb9(0x12,-0x2a,-_0x2c8c70._0xb4524f,-_0x2c8c70._0x5cefdc)+'uired',_0x5439cf[_0x671bb9(_0x2c8c70._0x571d6d,_0x2c8c70._0x2b90c0,_0x2c8c70._0x3d47af,_0x2c8c70._0xb4524f)](-0x1a4d+-0x1*0x10e3+0x8*0x598)[_0x358d49(-_0x2c8c70._0xe3eb6e,-_0x2c8c70._0x155c53,-_0x2c8c70._0xc35e9f,-_0x2c8c70._0x1cd4fa)](_0x2c9f6b);}else{const _0x3fc1db={};return _0x3fc1db['error']=_0x3a240a['jUQeP'],_0x3fc1db[_0x358d49(-_0x2c8c70._0x1cd4fa,-0xd5,-_0x2c8c70._0x2e217c,-0x70)]=_0x3a240a[_0x671bb9(_0x2c8c70._0x3a6cc9,0x65,_0x2c8c70._0x4dc967,0xe9)],_0x2822cc[_0x671bb9(_0x2c8c70._0x27e6d7,_0x2c8c70._0x2b90c0,_0x2c8c70._0xa9e2b7,-0x18)](0x17ff+0xd*-0xbf+0x2*-0x65e)[_0x671bb9(_0x2c8c70._0x5739c6,_0x2c8c70._0x31e81f,0xa2,-0x54)](_0x3fc1db);}}const _0x507050={};_0x507050[_0x358d49(0x33,-_0x2c8c70._0x3d2722,_0x2c8c70._0x609ca5,_0x2c8c70._0xe8b6ca)]=_0xb434b6[_0x358d49(0x33,-_0x2c8c70._0x31e81f,_0x2c8c70._0x3fbefa,_0x2c8c70._0x3d47af)];function _0x358d49(_0x4f953a,_0x3c8270,_0x5f4d8d,_0x48a1f8){return _0x1a54d3(_0x4f953a- -_0x564dda._0x5bc6ec,_0x3c8270-0x1ad,_0x5f4d8d-0x98,_0x3c8270);}_0x507050['environmen'+'t']=_0x17d756,_0x507050[_0x358d49(-0xdc,-_0x2c8c70._0x502440,-0x116,-_0x2c8c70._0x413dc1)]=_0x338d89,_0x507050[_0x671bb9(_0x2c8c70._0x824afd,0x4d,_0x2c8c70._0x5379f6,0x18)]=_0xd8e7ee['id'],logger[_0x671bb9(_0x2c8c70._0x2dfd7f,0x9a,0xc8,0xf3)](_0x3a240a[_0x358d49(-0xe1,-_0x2c8c70._0x18f41a,-0x87,-_0x2c8c70._0x18f41a)],_0x507050);const _0x3e8f0d=_0x3d9896[_0x358d49(-_0x2c8c70._0x46e883,-_0x2c8c70._0x75d50,-_0x2c8c70._0x2af0b7,-_0x2c8c70._0x34f121)](_0x24d571,_0x3a240a['vmPEn']),_0x35bd50=_0x3d9896[_0x671bb9(0x4f,_0x2c8c70._0x588bd8,-0x20,0x72)](_0x3e8f0d,_0x338d89+'.md'),_0x178445=_0x3d9896[_0x358d49(-0x64,0x5,-_0x2c8c70._0x3b63d8,-0xa2)](_0x3e8f0d,_0x338d89+_0x358d49(-0x60,-_0x2c8c70._0x502440,-0x3f,-_0x2c8c70._0x4063dd));try{await _0x2dc80a[_0x671bb9(_0x2c8c70._0x4b7afd,-_0x2c8c70._0x355f1f,0x3,0x2)](_0x35bd50),await _0x2dc80a['unlink'](_0x35bd50);try{if(_0x3a240a['BEuFR']!==_0x3a240a['jwjGN'])await _0x2dc80a['unlink'](_0x178445);else{_0x3e542a[_0x358d49(-0x7b,_0x2c8c70._0x43cafa,0x3,-0x87)](_0x3a240a[_0x358d49(-_0x2c8c70._0xbce0f1,-0x54,-_0x2c8c70._0x346470,-0x76)]);const _0x169fbb={};return _0x169fbb[_0x358d49(-0x7b,_0x2c8c70._0xb35152,0xa,0x19)]=_0x3a240a[_0x671bb9(-0x3f,0x10,-0x3,_0x2c8c70._0x127f88)],_0x169fbb['message']=_0x3a240a[_0x671bb9(0x32,0x6e,_0x2c8c70._0x238fad,_0x2c8c70._0x467814)],_0x23b335[_0x358d49(-_0x2c8c70._0x207eb6,-_0x2c8c70._0x4b509b,-0xc0,-0x1a)](-0xef*0x8+-0x28*0x36+0x11dc)[_0x358d49(-0x6b,-_0x2c8c70._0x26fc2c,-0xb1,-_0x2c8c70._0x32c9c8)](_0x169fbb);}}catch{}const _0x4b4b25={};_0x4b4b25[_0x671bb9(0x11a,0xb1,0x10c,_0x2c8c70._0x411ea3)]=_0xb434b6[_0x671bb9(_0x2c8c70._0x527fa5,0xb1,_0x2c8c70._0xe14b04,0xf7)],_0x4b4b25[_0x671bb9(0x114,_0x2c8c70._0x288e15,_0x2c8c70._0x3d13b6,0xa8)+'t']=_0x17d756,_0x4b4b25[_0x358d49(-0xdc,-0x133,-0x169,-_0x2c8c70._0x11641e)]=_0x338d89,_0x4b4b25[_0x358d49(-0x31,-0x6d,-0x70,-_0x2c8c70._0x470567)]=_0xd8e7ee['id'],logger[_0x671bb9(0x111,_0x2c8c70._0x710507,_0x2c8c70._0x1885d1,0x71)](_0x3a240a[_0x671bb9(0x43,0xa9,0xcf,_0x2c8c70._0x3812d1)],_0x4b4b25);const _0x1b2e32={};_0x1b2e32[_0x358d49(_0x2c8c70._0xe51ed,_0x2c8c70._0x1b5d80,0x9f,0xae)]=!![],_0x1b2e32[_0x358d49(-_0x2c8c70._0xb1a01a,-0x64,-0x15b,-0x9c)]=_0x338d89,_0x1b2e32[_0x671bb9(0x10c,_0x2c8c70._0x288e15,0x19,_0x2c8c70._0x1885d1)+'t']=_0x17d756,_0x1b2e32['deletedByT'+_0x358d49(-0xb7,-_0x2c8c70._0x58cce3,-0x13c,-_0x2c8c70._0x36aef1)]=_0xb434b6[_0x671bb9(_0x2c8c70._0x2d0d34,0xb1,_0x2c8c70._0x3385e5,_0x2c8c70._0x403fb8)],_0x1b2e32[_0x358d49(_0x2c8c70._0x2e217c,0x63,0x95,-0x40)+_0x671bb9(-0x66,_0x2c8c70._0x147e20,0x6d,-0x77)]=_0xd8e7ee['id'],_0x2822cc[_0x671bb9(-0x7c,_0x2c8c70._0x31e81f,0xd,_0x2c8c70._0x228e44)](_0x1b2e32);}catch(_0x124c13){if(_0x3a240a[_0x358d49(-_0x2c8c70._0x3eea8c,-0x42,-0x6e,-_0x2c8c70._0x289e3a)](_0x124c13[_0x671bb9(_0x2c8c70._0x84ed7c,0x6a,0xd1,0x2a)],_0x3a240a[_0x358d49(0x31,-0x53,-0x1e,0xbc)])){if(_0x3a240a['mEeuw']===_0x3a240a['mEeuw']){const _0x53ca71={};_0x53ca71[_0x671bb9(-0x52,_0x2c8c70._0x4109f1,-0x1b,-_0x2c8c70._0x4db941)]=_0x3a240a[_0x671bb9(-0x2e,-_0x2c8c70._0x1abc66,-0x3,-0x4f)],_0x53ca71[_0x358d49(-_0x2c8c70._0x5022f0,-0x51,-0x154,-_0x2c8c70._0x2a8c2d)]=_0x671bb9(-0x3a,-_0x2c8c70._0x3fb5d7,-0x24,-_0x2c8c70._0x2a8c2d)+_0x338d89+(_0x358d49(0x34,_0x2c8c70._0x50f596,_0x2c8c70._0x4700f,0x4b)+'d'),_0x2822cc[_0x358d49(-_0x2c8c70._0x3350ff,-_0x2c8c70._0x5c641c,_0x2c8c70._0x152b8e,-_0x2c8c70._0x594fdb)](0x727+-0x15*0xc8+0xad5)[_0x358d49(-0x6b,-_0x2c8c70._0x34f121,-_0x2c8c70._0x2e1b21,-_0x2c8c70._0x57c6b2)](_0x53ca71);}else{const _0x4fe03c={};_0x4fe03c[_0x671bb9(_0x2c8c70._0x4b90be,0xb1,_0x2c8c70._0x39e88b,0xdd)]=_0x951cc9[_0x358d49(-0x33,_0x2c8c70._0xc8eb24,-0xa0,0x1a)+'k'][_0x358d49(0x33,-_0x2c8c70._0x613ce,0x83,0x6f)],_0x4fe03c[_0x671bb9(0x61,_0x2c8c70._0x3066ad,0xbe,_0x2c8c70._0x579c93)]=_0x4369f4[_0x358d49(_0x2c8c70._0x5c641c,-_0x2c8c70._0x45ff92,-0x1a,-_0x2c8c70._0x55d9d0)]['id'],_0x4fe03c[_0x671bb9(0x4e,0x56,_0x2c8c70._0x5d1c6b,-_0x2c8c70._0x5c6052)]=_0x245658[_0x671bb9(0x108,0x85,_0x2c8c70._0x28d1fe,_0x2c8c70._0x3653d7)][_0x671bb9(-_0x2c8c70._0x1ec28c,0x56,0xad,-0x3a)],_0x4585ab[_0x671bb9(_0x2c8c70._0x5abd56,0xa5,_0x2c8c70._0x52244a,0x115)](_0x3a240a[_0x671bb9(0x1a,-_0x2c8c70._0x2582da,-0xcc,-0x29)],_0x4fe03c);const _0xa315d7={};return _0xa315d7[_0x671bb9(-0x8d,0x3,-_0x2c8c70._0x30b8ed,-0x33)]=_0x358d49(-_0x2c8c70._0x59a558,-0xcc,-0xbd,-_0x2c8c70._0x3426d7),_0xa315d7['message']=_0x3a240a[_0x671bb9(-0x1f,0x7a,_0x2c8c70._0x44154d,0x2c)],_0x5ad576[_0x671bb9(-_0x2c8c70._0x48e832,0x1d,0x63,_0x2c8c70._0x492ba8)](0x1306+-0x11c0+-0x1*-0x4d)[_0x671bb9(_0x2c8c70._0x42f97b,0x13,0x3e,-_0x2c8c70._0x19d12f)](_0xa315d7);}}else{if(_0x3a240a[_0x358d49(-_0x2c8c70._0x3eea8c,-_0x2c8c70._0x4a8ad3,-0x63,-_0x2c8c70._0x4b2353)](_0x3a240a['rXTym'],_0x3a240a[_0x671bb9(_0x2c8c70._0x48a0b7,0x6b,_0x2c8c70._0x33c281,0xfc)])){const _0x35a4ac={};_0x35a4ac[_0x358d49(0x33,-_0x2c8c70._0x561534,_0x2c8c70._0x46e883,0xb9)]=_0x2f6e0f[_0x671bb9(0xe2,0xb1,_0x2c8c70._0x597f03,_0x2c8c70._0x806b08)],_0x35a4ac['environmen'+'t']=_0x5caf44,_0x35a4ac[_0x358d49(-0x7b,-_0x2c8c70._0x5d1c6b,-_0x2c8c70._0x3056fc,-0x3b)]=_0x284a0b[_0x671bb9(-_0x2c8c70._0x24fe3c,-_0x2c8c70._0x47ad86,-_0x2c8c70._0x506101,-_0x2c8c70._0xd0a72b)],_0x1e9479['error'](_0x671bb9(-_0x2c8c70._0x2934bc,-0x32,0x24,-0xf)+_0x358d49(-0xeb,-0x73,-_0x2c8c70._0x4b76e9,-_0x2c8c70._0x4dc967)+_0x671bb9(_0x2c8c70._0x4b6bca,_0x2c8c70._0x7bee8,0x52,_0x2c8c70._0x2934bc),_0x35a4ac);const _0x4ed0fe={};_0x4ed0fe[_0x671bb9(-_0x2c8c70._0x375c5d,_0x2c8c70._0x594fdb,-0x1c,-0x6)]=_0x3a240a[_0x671bb9(_0x2c8c70._0x14b2f9,_0x2c8c70._0xe8b6ca,-_0x2c8c70._0x83376a,-0x5d)],_0x4ed0fe[_0x358d49(-_0x2c8c70._0x157fe6,-_0x2c8c70._0x5744d3,-_0x2c8c70._0x138e6b,-_0x2c8c70._0x4c3fd9)]=_0x358d49(-0xb0,-0x147,-_0x2c8c70._0x45eccb,-0xb6)+_0x671bb9(0x28,-_0x2c8c70._0xa9e2b7,_0x2c8c70._0x480fd7,_0x2c8c70._0x152b8e)+_0x358d49(-0x23,0x57,-0xa3,_0x2c8c70._0x34ea8c),_0x2ab542[_0x671bb9(-_0x2c8c70._0x22185a,_0x2c8c70._0x561534,0x2f,0x71)](0x518+0x1*0x1444+0x1ac*-0xe)[_0x671bb9(-_0x2c8c70._0x5e7a28,_0x2c8c70._0x4b82b4,-0x53,-0x81)](_0x4ed0fe);}else{const _0x3219f7={};_0x3219f7[_0x358d49(0x33,_0x2c8c70._0x2c63fa,_0x2c8c70._0x55e583,0x28)]=_0xb434b6['taskId'],_0x3219f7['environmen'+'t']=_0x17d756,_0x3219f7[_0x358d49(-0xdc,-_0x2c8c70._0x31182a,-0xb9,-0xa9)]=_0x338d89,_0x3219f7[_0x358d49(-_0x2c8c70._0x336e66,-_0x2c8c70._0x436bfb,-0x2c,-_0x2c8c70._0xccaa98)]=_0x124c13['message'],logger['error'](_0x3a240a['oMxLE'],_0x3219f7);const _0x4dc801={};_0x4dc801[_0x671bb9(0x80,_0x2c8c70._0x12bcb4,_0x2c8c70._0x303df0,0x4e)]=_0x3a240a[_0x358d49(-0x6e,-0x2b,-0xc3,-0x3c)],_0x4dc801['message']=_0x3a240a[_0x358d49(-0x7f,-0x13,-0x88,-_0x2c8c70._0x26b2af)],_0x2822cc[_0x671bb9(_0x2c8c70._0x53597b,0x1d,0xa9,-0x4d)](-0x1df+-0x85c+-0xc2f*-0x1)['json'](_0x4dc801);}}}});export default router;