@profoundlogic/coderflow-server 0.6.6 → 0.6.7

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 (178) hide show
  1. package/dist/base-image/agent-wrapper.sh +1 -1
  2. package/dist/base-image/sync-repos.sh +7 -1
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config/cli-models.json +0 -12
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/agent-models.js +1 -1
  8. package/dist/lib/api-keys.js +1 -1
  9. package/dist/lib/apiKeys.js +1 -1
  10. package/dist/lib/app-server-ports.js +1 -1
  11. package/dist/lib/auto-judge.js +1 -1
  12. package/dist/lib/automation-service.js +1 -1
  13. package/dist/lib/basic-auth.js +1 -1
  14. package/dist/lib/bindings.js +1 -1
  15. package/dist/lib/build-history.js +1 -1
  16. package/dist/lib/build-output-service.js +1 -1
  17. package/dist/lib/build-scheduler.js +1 -1
  18. package/dist/lib/build-service.js +1 -1
  19. package/dist/lib/ca-certificates.js +1 -1
  20. package/dist/lib/claude-oauth-refresh.js +1 -1
  21. package/dist/lib/cli/build.js +1 -1
  22. package/dist/lib/cli/cleanup-users.js +1 -1
  23. package/dist/lib/cli/config-command.js +1 -1
  24. package/dist/lib/cli/config.js +1 -1
  25. package/dist/lib/cli/create-user.js +1 -1
  26. package/dist/lib/cli/grant-admin.js +1 -1
  27. package/dist/lib/cli/init.js +1 -1
  28. package/dist/lib/cli/jira.js +1 -1
  29. package/dist/lib/cli/license.js +1 -1
  30. package/dist/lib/cli/list-roles.js +1 -1
  31. package/dist/lib/cli/list-users.js +1 -1
  32. package/dist/lib/cli/server-manager.js +1 -1
  33. package/dist/lib/cli/set-password.js +1 -1
  34. package/dist/lib/config-migration.js +1 -1
  35. package/dist/lib/container-credential-sync.js +1 -1
  36. package/dist/lib/container-tokens.js +1 -1
  37. package/dist/lib/data-dir.js +1 -1
  38. package/dist/lib/deployment-history.js +1 -1
  39. package/dist/lib/deployment-service.js +1 -1
  40. package/dist/lib/docker-utils.js +1 -1
  41. package/dist/lib/email.js +1 -1
  42. package/dist/lib/emailTemplates.js +1 -1
  43. package/dist/lib/entitlement.js +1 -1
  44. package/dist/lib/external-connections.js +1 -1
  45. package/dist/lib/fetch-utils.js +1 -1
  46. package/dist/lib/git-commit-details-route.js +1 -1
  47. package/dist/lib/git-history-diff-guardrails.js +1 -1
  48. package/dist/lib/git-provider-service.js +1 -1
  49. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  50. package/dist/lib/git-provider-setup/index.js +1 -1
  51. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  52. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  53. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  54. package/dist/lib/git-providers/github-app-provider.js +1 -1
  55. package/dist/lib/git-providers/index.js +1 -1
  56. package/dist/lib/git-providers/provider-factory.js +1 -1
  57. package/dist/lib/git-providers/provider-interface.js +1 -1
  58. package/dist/lib/github-urls.js +1 -1
  59. package/dist/lib/group-objective-linking.js +1 -1
  60. package/dist/lib/ibmi-sync.js +1 -1
  61. package/dist/lib/jira-client.js +1 -1
  62. package/dist/lib/judge-blinding.js +1 -1
  63. package/dist/lib/logger.js +1 -1
  64. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  65. package/dist/lib/model-fetcher.js +1 -1
  66. package/dist/lib/notifications.js +1 -1
  67. package/dist/lib/objective-context.js +1 -1
  68. package/dist/lib/oidc-auth.js +1 -1
  69. package/dist/lib/oidc-device-flow.js +1 -1
  70. package/dist/lib/passwordTokens.js +1 -1
  71. package/dist/lib/permission-resolver.js +1 -1
  72. package/dist/lib/pin-cascade.js +1 -1
  73. package/dist/lib/provider-accounts.js +1 -1
  74. package/dist/lib/provider-oauth.js +1 -1
  75. package/dist/lib/provider-profile.js +1 -1
  76. package/dist/lib/provider-token-refresh.js +1 -1
  77. package/dist/lib/rbac-user-state.js +1 -1
  78. package/dist/lib/request-url.js +1 -1
  79. package/dist/lib/rewind.js +1 -1
  80. package/dist/lib/role-definitions.js +1 -1
  81. package/dist/lib/roles.js +1 -1
  82. package/dist/lib/secrets.js +1 -1
  83. package/dist/lib/setup-repo-git-auth.js +1 -1
  84. package/dist/lib/state-capture.js +1 -1
  85. package/dist/lib/static-files.js +1 -1
  86. package/dist/lib/task-aliases.js +1 -0
  87. package/dist/lib/task-name-format.js +1 -1
  88. package/dist/lib/task-name-generator.js +1 -1
  89. package/dist/lib/task-source-metadata.js +1 -1
  90. package/dist/lib/teams.js +1 -1
  91. package/dist/lib/user-git-oauth.js +1 -1
  92. package/dist/lib/user-git-tokens.js +1 -1
  93. package/dist/lib/users.js +1 -1
  94. package/dist/middleware/requireAuth.js +1 -1
  95. package/dist/middleware/requireInit.js +1 -1
  96. package/dist/middleware/requirePermission.js +1 -1
  97. package/dist/package.json +1 -1
  98. package/dist/playwright.config.js +1 -1
  99. package/dist/playwright.task-terminal.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/start.js +1 -1
  135. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  136. package/dist/web-ui/public/activity-feed.js +1 -1
  137. package/dist/web-ui/public/activity-formatters.js +1 -1
  138. package/dist/web-ui/public/agent-event-parser.js +1 -1
  139. package/dist/web-ui/public/app.js +1 -1
  140. package/dist/web-ui/public/approve-dialog.js +1 -1
  141. package/dist/web-ui/public/automation-links.js +1 -1
  142. package/dist/web-ui/public/automation-schedule.js +1 -1
  143. package/dist/web-ui/public/comments-widget.js +1 -1
  144. package/dist/web-ui/public/diff-utils.js +1 -1
  145. package/dist/web-ui/public/environments.js +1 -1
  146. package/dist/web-ui/public/feedback-widget.css +39 -0
  147. package/dist/web-ui/public/feedback-widget.js +1 -1
  148. package/dist/web-ui/public/file-selection-tree.js +1 -1
  149. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  150. package/dist/web-ui/public/git-history.js +1 -1
  151. package/dist/web-ui/public/git-status.js +1 -1
  152. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  153. package/dist/web-ui/public/index.js +1 -1
  154. package/dist/web-ui/public/login.js +1 -1
  155. package/dist/web-ui/public/markdown-editor.js +1 -1
  156. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  157. package/dist/web-ui/public/modal-maximize.js +1 -1
  158. package/dist/web-ui/public/notifications.js +1 -1
  159. package/dist/web-ui/public/permissions.js +1 -1
  160. package/dist/web-ui/public/pr-dialog.js +1 -1
  161. package/dist/web-ui/public/roles.js +1 -1
  162. package/dist/web-ui/public/server-health.js +1 -1
  163. package/dist/web-ui/public/settings.html +0 -4
  164. package/dist/web-ui/public/settings.js +1 -1
  165. package/dist/web-ui/public/setup-password.js +1 -1
  166. package/dist/web-ui/public/skills.js +1 -1
  167. package/dist/web-ui/public/sse-client.js +1 -1
  168. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  169. package/dist/web-ui/public/styles.css +34 -0
  170. package/dist/web-ui/public/task-judging-helpers.js +1 -0
  171. package/dist/web-ui/public/task.html +1 -0
  172. package/dist/web-ui/public/task.js +1 -1
  173. package/dist/web-ui/public/teams.js +1 -1
  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.js +1 -1
  177. package/dist/web-ui/public/variant-grouping.js +1 -1
  178. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x2b4ec5,_0x392ca1){const _0x11f63a={_0x394c57:0x20d,_0x1030ef:0x183,_0x3efe94:0x198,_0x18075b:0x1db,_0x4c9d75:0x1e0,_0x1db58b:0x22e,_0x4d2e43:0x20a,_0x365c5:0x21b,_0x28a8b2:0x26b,_0x9dac06:0x1f2,_0xcb63cc:0x138,_0x1887db:0x14d,_0x22e2d7:0x14f,_0x375866:0x1cb,_0x355076:0x173,_0x3eb61d:0x11c,_0x5c1f53:0x17e,_0x4e6422:0x121,_0x57ba0d:0x130,_0x41694e:0x135,_0x7e99a8:0xbd};function _0x199ccb(_0x30a886,_0x1354ab,_0x5e2377,_0x3eb364){return _0x4f2e(_0x1354ab- -0xaa,_0x30a886);}function _0x2534ff(_0x543d94,_0x4303b8,_0x2d6134,_0x4671cc){return _0x4f2e(_0x543d94-0x46,_0x4303b8);}const _0x41975f=_0x2b4ec5();while(!![]){try{const _0x115d53=-parseInt(_0x199ccb(_0x11f63a._0x394c57,_0x11f63a._0x1030ef,0x109,_0x11f63a._0x3efe94))/(0x250c+0x10f*0x9+0x1*-0x2e92)*(-parseInt(_0x2534ff(_0x11f63a._0x18075b,0x162,_0x11f63a._0x4c9d75,0x22b))/(0x2*0x9fd+0x1b83*-0x1+-0x78b*-0x1))+parseInt(_0x2534ff(0x274,_0x11f63a._0x1db58b,0x238,_0x11f63a._0x4d2e43))/(-0x1a0d+0x8*-0x28d+0x2e78)*(parseInt(_0x2534ff(0x1e0,_0x11f63a._0x365c5,0x259,0x26d))/(0x1565+-0x1*0x1ac5+0x564))+parseInt(_0x2534ff(_0x11f63a._0x28a8b2,0x2b7,0x22a,_0x11f63a._0x9dac06))/(0x1b3c+-0x1a50+0x21*-0x7)*(-parseInt(_0x199ccb(0xb3,_0x11f63a._0xcb63cc,0x130,0xec))/(-0xc1*-0xd+0x1258*0x2+-0x2e77))+parseInt(_0x199ccb(_0x11f63a._0x1887db,_0x11f63a._0x22e2d7,_0x11f63a._0x375866,0x155))/(-0xcb3*0x1+0xd4+-0x2*-0x5f3)*(-parseInt(_0x199ccb(_0x11f63a._0x355076,0x153,0x113,0xef))/(0x2*0x776+0x2327+-0x1*0x320b))+-parseInt(_0x199ccb(_0x11f63a._0x3eb61d,0xe3,0x96,0x114))/(0x1dcb+0x260a+0x21e6*-0x2)+-parseInt(_0x199ccb(_0x11f63a._0x5c1f53,_0x11f63a._0x4e6422,0xd2,_0x11f63a._0x57ba0d))/(-0xc5b*-0x1+-0x1*0x3d7+-0x5*0x1b2)*(-parseInt(_0x199ccb(0x15d,0x133,0x108,_0x11f63a._0x41694e))/(-0x26fe+0x746+-0x2f*-0xad))+parseInt(_0x199ccb(_0x11f63a._0x7e99a8,0xdc,0x125,0xc5))/(0x9f*0x1f+-0xe3*0x1a+-0x1*-0x3d9);if(_0x115d53===_0x392ca1)break;else _0x41975f['push'](_0x41975f['shift']());}catch(_0x282736){_0x41975f['push'](_0x41975f['shift']());}}}(_0x1684,0x20b*-0x9a3+0xbe078+0x12572b));function _0x4f2e(_0x388640,_0x4eb17c){_0x388640=_0x388640-(0x20c5+-0x17f*-0xb+-0x2fe3);const _0x630435=_0x1684();let _0x5b3c1f=_0x630435[_0x388640];if(_0x4f2e['SkIECt']===undefined){var _0x12b8e0=function(_0x347a3c){const _0x4fd488='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x441f85='',_0x54480e='';for(let _0x2c13e0=-0x111c+0x1*0xd10+-0xe*-0x4a,_0x5776af,_0x2c81ba,_0x1a78e4=0x3*-0x3bd+-0x15f8+0x212f;_0x2c81ba=_0x347a3c['charAt'](_0x1a78e4++);~_0x2c81ba&&(_0x5776af=_0x2c13e0%(-0x41c+0xf72*-0x1+0x5*0x3ea)?_0x5776af*(0x1*0x841+0x224c+0xdd*-0x31)+_0x2c81ba:_0x2c81ba,_0x2c13e0++%(0x42+0xaf*-0x2b+0x1*0x1d27))?_0x441f85+=String['fromCharCode'](-0x187f*-0x1+0x441+-0x1*0x1bc1&_0x5776af>>(-(0x1*0x25ab+-0x66d+-0xf9e*0x2)*_0x2c13e0&-0x20fa+-0xc3d+0x139*0x25)):0x7e8+0x2*-0x6a0+0xc*0x72){_0x2c81ba=_0x4fd488['indexOf'](_0x2c81ba);}for(let _0x24ad38=0x1430+-0xb*0x355+0x1077,_0x24fb36=_0x441f85['length'];_0x24ad38<_0x24fb36;_0x24ad38++){_0x54480e+='%'+('00'+_0x441f85['charCodeAt'](_0x24ad38)['toString'](0xef4+0x1b34*-0x1+0xc50))['slice'](-(-0x24d+0x47d*0x1+-0x1*0x22e));}return decodeURIComponent(_0x54480e);};_0x4f2e['gXjNgW']=_0x12b8e0,_0x4f2e['UJfCFY']={},_0x4f2e['SkIECt']=!![];}const _0x9af591=_0x630435[0x7d3*0x2+-0x175f+-0x1*-0x7b9],_0x5ce98b=_0x388640+_0x9af591,_0x143f53=_0x4f2e['UJfCFY'][_0x5ce98b];return!_0x143f53?(_0x5b3c1f=_0x4f2e['gXjNgW'](_0x5b3c1f),_0x4f2e['UJfCFY'][_0x5ce98b]=_0x5b3c1f):_0x5b3c1f=_0x143f53,_0x5b3c1f;}import _0x3e9123 from'express';import{promises as _0x4d7004}from'fs';import _0x1813f6 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x3e9123[_0x3ee897(0x89,0x93,0xb5,0x131)]();function _0x1684(){const _0xda790e=['B1bjsgS','wLvNzhm','BgrHuxa','DxrMltG','y1zRrKu','Aw5MBW','vw5HDxrOB3jPEG','AxfmzLm','vgfZAYbOyxmGBG','BgDuq2i','CgfYC2u','s0Tqtvu','z0f3z1i','s1zRCfG','tu1wyMW','BNqGCM91DguGBG','uM91DgvY','txfHEgq','EerjCKW','A0LTt2C','renIrKO','C2vYswq','BwfW','zKvOrwO','CeLPC1G','DgfZAW','sw5cwhC','BxvzA0i','BwvZC2fNzq','BM90igHHDMuGCa','zxHUANK','B2DOv2G','v2Trs0W','wMzzD3i','D3jPDguGAw5ZDa','AuLUDxy','CMvHzgrPCG','DxbKyxrLzef0','sxfQCxK','Bwv0ywrHDge','rw52AxjVBM1LBG','sfzqt2y','zwfKzxi','tNv2sMy','ywLtB1O','zgvSzxrLzej5va','l2LUC3rYDwn0Aq','rM9YyMLKzgvU','vxnLCIbSywnRCW','DxbKyxrLzej5va','EKPKy3u','ig1PC3nPBMCGwa','zg5grxu','DgfZA3m','EgHQtwO','DgfZAY10zw1WBa','CMvHzcbPBNn0CG','AwPmqxu','vgfZAYbMzxrJAa','rKnoyNK','DLDKCwm','BNqGCMvXDwvZDa','Dg9ju09tDhjPBG','BM1LBNqGAw5ZDa','lvrHC2STswqGAa','uKH0vg8','vgfZAYbSAxn0Aq','u2vYDMLJzsbUBW','rhDdtgG','zw52AxjVBM1LBG','y29UDgvUDa','swrnDxm','AwLhsM0','mJGXnZG4mdHHD21bt2i','zKvYB0S','ywrLCG','D3jPDguGquDftG','vgfZAYbVD25LCG','DwHMBhq','Ce9bshG','nJqXmtu2nevvEwXsuq','zwXLDgvKigj5ia','vgfZAYb1CgrHDa','t29izhC','CgfYyw1Z','yuLLuNe','y3jgsgu','Euzdwvm','ndmWmZHrAKv3z00','vxnLCIbKB2vZia','z3rO','q29UDgvUDcbMAq','tgPQtLK','ng56z3HIrW','vgvTCgXHDguGza','BMfTzq','Aw9UCYb1CgrHDa','DcbPBNn0CNvJDa','qvfvz3O','vgfZAYb1C2vYia','quDftLrtlM1K','rMfPBgvKihrVia','DxnLCKLK','AM9PBG','yxnRswq','zuvRuMK','De5HBwu','C3vJy2vZCW','igvUDMLYB25Tzq','vKjnve4','zfbiELO','u0H6qNK','zxjYB3i','BK1pugS','vfPeEvi','vgLwA0G','tvDWy0C','Cgf0Aa','twHXv1y','DxnLCM5HBwu','zwvYuLK','sunVCvq','Aw5NigvUDMLYBW','DgvTCgXHDgvZ','s1rSCe4','DgfZA1vZzxi','y2fSBgLUz1rHCW','s3fmzxu','yxrL','zwXKigLZihjLCq','CgrHDgvKigj5ia','CgDkzhm','v0HptMK','yxrLCW','zwqGzw52AxjVBG','zfj3B0u','shnfrey','Afbmu2u','CMvHzezPBgu','ENHKDMC','mNWZFdb8mxW0','zxjTAxnZAw9Uia','mtbeCLrHqu0','zuvky2q','BMT1t2y','BgvUz3rO','wvv0zeK','DMLnvu8','vMr1whG','D3jPDgvgAwXL','D3jPDguGDgvTCa','AgfZtwv0ywrHDa','uxnJtum','z2v0','wurSz3a','CgXHDgu','DwLYzwq','BNrZoNrLBxbSyq','Chv0','rvv4sKi','odi3otu5tNHVALHS','lM1K','ihDPDgGGDw5RBG','Ewn5t2O','Dcb0zw1WBgf0zq','mJe5me5SrMXsAW','vwntsNe','zxHPC3rZ','EgrUuvy','BgLZDcb0zw1WBa','rg1yvgK','A0Dvs1O','BM90igzVDw5K','C2v0DxbqyxrO','B3qGAw5PDgLHBa','rK9trvK','sw50zxjUywWGuW','B25Z','sw52ywXPzcb0yq','DgvZihbLCM1PCW','ze9cENa','D2fYBG','Aw5JBhvKzxm','C3rYAw5NAwz5','BxbSyxrLig5HBq','EMvK','Dg8GDxbKyxrLia','CNP2u2i','mZe5ovfuwLzyAG','ru5pru5u','BNrZoMLUC3rYDq','Ec10yxnRlwLK','mtm0mZjPt0fLr00','C2LVBG','uu9xrw4','EKfcvhe','y2L2y1O','y3nWAKm','jYbUB3qGzM91BG','qMzzveq','zw50','rwDkwxK','l3rLBxbSyxrLCW','zMLSDgvY','D3jLyxa','AxPLza','qKHSrMu','lZPUyw1L','DgvTCgXHDgu','BwvUDa','CNvJDgLVBNmGzG','Bgf0zq','ANnVBG','DxbKyxrLzej5vq','CMvHzcbbr0vova','vKjQyMK','A0jJzNO','zxj2zxiGrxjYBW','Aw5NihrLBxbSyq','yvDyCMy','CMvJDxjZAxzL','DcbTyw5Hz2vTzq','zgvZy3jPChrPBW','ywvdwg8','vgfZAY1jzcbOzq','yvrjDNi','Dwn0Aw9UCYbMAq','y29Kzq','rwH2qLK','y0Xwruy','DwTbCKW','y29KzxjdB25MAq','mtiWnZbbwgjuuem','zgvSzxrL','C2Pqq1e','r0TwC1a','A0zbs1a','qMfKifjLCxvLCW','vgvTCgXHDguGDq','AvDZAxG','mJnRvhjYrvC','mZK3mZuZv0LPC1fP','EfroAhm','uY5Tza','DcbPBML0AwfSAq','BMTsB1y','s3fbyKC','yM9KEq','AKLktNO','yuz6vgi','tM90iezVDw5K','CMvHzcb0zw1WBa','lMPZB24','CMvWBgfJzq','sw52ywXPzcb0zq','EwDqwMi','BMCGzw52AxjVBG','y3rPB25ZihbLCG','BYbLBNzPCM9UBq','DcbUB3qGzM91BG','Dhm6Aw5ZDhj1yW','vgvTCgXHDguGjW','vfmUBwq','D3LgA3y','BMHgDMm','z1Hyque','B3DUihrHC2SGsq','BgvMs2y','ig5VDcbMB3vUza','C3bSAxq','DwHLAeq','rw9Jt2m','C3rHDhvZ','CNvJDgLVBNm','shrksg0','AgvHzgvYCW','zgvSzxrLihrLBq','Dw5SAw5R','DgfZA0LK','s2zbDee','C01SDMu','BwTKAxi'];_0x1684=function(){return _0xda790e;};return _0x1684();}let tasks=null,setupPath=null,coderConfig=null;function _0x1d930b(_0x1dd769,_0x103942,_0x425c56,_0x17bc74){const _0x1d1e11={_0x579a0b:0x396};return _0x4f2e(_0x17bc74-_0x1d1e11._0x579a0b,_0x1dd769);}export function initializeEnvironmentManagement(_0x5c65ce){const _0x1494e2={_0x359b1a:0x2d3,_0x1d337a:0x2b7,_0x28c316:0x2dd,_0x11e8c9:0x314,_0x21038c:0x34b,_0x4fa44d:0x38c},_0x24ce67={_0x4e62f4:0x16f},_0x518a58={_0x1b228c:0xc7};tasks=_0x5c65ce[_0x3dec57(0x2d5,_0x1494e2._0x359b1a,0x321,_0x1494e2._0x1d337a)];function _0x3dec57(_0x11cff0,_0x353d2f,_0x19da77,_0x432ddd){return _0x3ee897(_0x11cff0-_0x518a58._0x1b228c,_0x11cff0,_0x432ddd-0x2f7,_0x432ddd-0xca);}setupPath=_0x5c65ce[_0x3dec57(0x361,_0x1494e2._0x28c316,_0x1494e2._0x11e8c9,0x32f)];function _0xf4a1f3(_0x4c6a56,_0x392711,_0x5e4f52,_0x24689e){return _0x3ee897(_0x4c6a56-_0x24ce67._0x4e62f4,_0x24689e,_0x4c6a56-0x32c,_0x24689e-0x28);}coderConfig=_0x5c65ce[_0xf4a1f3(0x39e,0x3d0,_0x1494e2._0x21038c,_0x1494e2._0x4fa44d)+'g'];}export function updateCoderConfig(_0x16e814){coderConfig=_0x16e814;}async function requireTaskAuth(_0x2a6e4a,_0xf238d4,_0x556e65){const _0x535a75={_0x3bad1e:0x1d8,_0x37fac2:0x23d,_0x4a654f:0x8a,_0x5b3e07:0x8c,_0x4e50d8:0xa0,_0x2d4bc9:0x1ad,_0x43307a:0x1f8,_0x4e20f5:0x163,_0x2e0e17:0xfe,_0x3edee5:0x180,_0x147d17:0x48,_0x6cdde4:0x38,_0x3765f6:0x39,_0x384a50:0xf2,_0x274850:0xd2,_0x4a195b:0x138,_0x44a870:0x130,_0x21ee77:0x149,_0x13f4e0:0x13d,_0x184714:0x6e,_0x5b6012:0xc2,_0x4c73ff:0xed,_0xd153d9:0x13e,_0x4919a3:0xdd,_0x1f35dd:0x66,_0x2b9e2e:0xce,_0x37834e:0x121,_0x3e7923:0x88,_0x4f9b1d:0x1ad,_0x304c2d:0x279,_0x13a09a:0xc9,_0x481b10:0xf8,_0x1a0c94:0x46,_0xc559ed:0x17f,_0x502a6b:0x18a,_0x28d6a6:0x4e,_0x3ae379:0x261,_0x1349d6:0x1f8,_0x45bd43:0x272,_0x44c1db:0x17,_0x29f0c8:0x2e,_0x1eae47:0xb2,_0x3cf9be:0x7f,_0x32431a:0x15d,_0x4331eb:0xe2,_0xfce243:0x188,_0x2db357:0x1af,_0x46760a:0x132,_0x288d90:0x137,_0x10795c:0x16c,_0x3dc794:0x96,_0x3292bd:0xa3,_0x4bc053:0x115,_0x5be27b:0x102,_0xc77fd2:0x5d,_0x2ff725:0x79,_0x5c6a48:0x1fa,_0x3c656c:0x209,_0x562e46:0xa5,_0x30b841:0x117,_0x173634:0x38,_0x48960f:0x1b9,_0x209cbb:0x1d5,_0x1870ff:0x263,_0x2c2be6:0x160,_0x274dcf:0x1c8,_0x14ff0f:0x20e,_0x2e3b7d:0x228,_0x4abdb8:0x24b,_0x579011:0x1da,_0x2835a3:0x14d,_0x326241:0x5f,_0x87b071:0x1af,_0xffd907:0x1e1,_0x73fa7f:0x284,_0x55c74:0xd1,_0x471707:0xef,_0x35067d:0x158,_0x473824:0x179,_0x53193f:0x11c,_0xf87f96:0x164,_0x5a84f8:0x14e,_0x7b9a17:0x199,_0x4c4b2d:0x1e7,_0x32898c:0x15b,_0x5b0c2b:0x114,_0x5b7c14:0x145,_0x547895:0xfa,_0x4fff75:0x213,_0x4b6518:0x18b,_0x4518bc:0x1d1,_0x34ca3b:0x242,_0x558036:0x234,_0x85d511:0x24d,_0x14a4ef:0x2ae,_0x3b8180:0x1f2,_0x40c40a:0x237,_0x340709:0x1c1,_0x403bd1:0x134,_0x249cfd:0x110,_0x3a5606:0x67,_0x35a83e:0x2,_0x437c10:0x1cd,_0x442236:0x1fe,_0xbdf23a:0x11e,_0x496e0a:0x9f,_0x4beba4:0x114,_0x5889b8:0x55,_0x2ed197:0xa4,_0x431aab:0x1b5,_0x2032a9:0x13c,_0x275e81:0xb9,_0x49ef52:0x196,_0x5d5b3c:0x126,_0x587317:0x1a0,_0x3f0fc4:0x15f,_0x1f39dd:0xd2,_0x3d5988:0x1b6,_0xea2996:0x231,_0x51d2ad:0x113,_0x1db1cf:0x160,_0x459e5:0x80,_0x394280:0xc4,_0x480535:0x1ae,_0x39db43:0xe9,_0x5e58db:0x8f,_0xb80163:0xd2,_0x4d8d53:0xe9,_0x54ce3b:0x7a,_0x43cf17:0xac,_0x156e43:0x20c,_0x2b9205:0x23c,_0x25934c:0xc7,_0x33fd0a:0x80,_0x4433d4:0x4b,_0x3f147a:0x20b,_0x5479cd:0x2c,_0x25181f:0x51,_0x568bb6:0x11a,_0x3b7f32:0xd8,_0x1211b2:0x6c,_0x427b91:0x3d,_0x576491:0x79,_0x54a91a:0xac,_0x19d26f:0xa7,_0x399c09:0xb8,_0x3db395:0x263,_0x469597:0xc5,_0x477d32:0x162,_0x3eb90d:0x18b,_0x125101:0x1f9,_0x1d06c5:0x1cd,_0x1f63e4:0x192,_0x24eff6:0x1ef,_0x10ba70:0x22b,_0xfb8631:0x204,_0x20bbbd:0x1cd,_0x233412:0x18c,_0x176d82:0x1a7,_0x2f47b0:0xa,_0x2c9aa8:0x50,_0x5ad515:0xbc,_0x2393e1:0x136,_0x160611:0x20e,_0x1295eb:0x1e6,_0x239be2:0x9b,_0x2de990:0x13b,_0x21359:0x27b,_0x392db0:0x25b,_0x4429ab:0x231,_0x4bd7a9:0x20f,_0x1a01c7:0x252,_0x1edeeb:0x1d0,_0x28a7fc:0x184,_0x5192a7:0x1b2,_0x1dff99:0x105,_0x3fb31a:0xd8,_0xaf0954:0x150,_0x4743f4:0x35,_0x384303:0xde,_0x70c64b:0x1f3,_0xb3c838:0x1d0,_0x2c3fb9:0x27b,_0x3dc698:0xd9,_0x3f9a38:0x16c,_0x363828:0x5b,_0x5c3cc1:0xb3,_0x265404:0x221,_0x166498:0x20b,_0x114c9b:0x202,_0x29d9b9:0x1db,_0x10e98f:0x231,_0x20f648:0xf6,_0x533058:0xb,_0x1f8c82:0x117,_0x3492b2:0x61,_0x4511f7:0x84,_0x38cff6:0xa,_0x3979fe:0x148,_0xd3a184:0x32,_0x91bfc2:0x80,_0x4aba98:0x13,_0x4c8c9e:0x142,_0x3932c8:0x10f,_0x20f445:0x2c,_0x223685:0x6f,_0x775f23:0x83,_0x19a4e5:0x59,_0x23daae:0x44,_0x50becc:0x23,_0x2010bf:0x120,_0xa20aa8:0x183,_0x3ef255:0x1be,_0x1833e4:0x1cf,_0x483d02:0x223,_0xf814df:0x55,_0x2f8d69:0x53,_0x23ec26:0x1a,_0x2c2ce1:0xac,_0x1f41fb:0x8,_0x459295:0x8e,_0x1ccd27:0x16f,_0x16d01f:0x13e,_0x47cbf7:0x20d,_0x250d88:0xf3,_0x2364a1:0x103,_0x2f7648:0x161,_0x4f36b2:0x1b9,_0x1758f4:0x1e9,_0x3b94ca:0x259,_0x37daf2:0x1f3,_0x11f219:0x22f,_0x237f63:0x215,_0x514c4b:0xd3,_0x89e81d:0x18c,_0x475e60:0xf9,_0x47226f:0x168,_0x249bb1:0xea,_0x1c345c:0xb0,_0x4c57e4:0x11,_0x3f19a4:0x35,_0x398296:0x3b,_0x303552:0x1a,_0xf4543b:0x75,_0x127344:0x17,_0x4297bc:0x1b6,_0x4d884d:0xc6,_0x2f8f9d:0x9d,_0x2c06bc:0x15c,_0x25caac:0x1b6,_0x53bdc6:0x139,_0x459f13:0x1c7,_0x36f265:0x231,_0x531f79:0x1cc,_0x429e9c:0x3,_0x238d04:0x1c,_0x5e3bd9:0x93,_0x3fce3e:0x21b,_0x398ae2:0x258,_0x3934d5:0x9d,_0x14a3b7:0x0,_0x32f664:0x74,_0x2541fa:0x5a,_0x47ab4f:0xbb,_0x234b7c:0x1fa,_0x5f3bd5:0x1fc,_0x1918e5:0x251,_0x17d0e1:0x160,_0x246626:0xf9,_0x5997c0:0x10b,_0x4a5169:0x2d,_0x57a975:0x52,_0x611b1b:0x15,_0x366184:0x19c},_0x2e9d7f={_0x405090:0x190,_0x18fbb2:0x71},_0x121843={_0x34bf10:0x160,_0xdace9b:0x164},_0x867364={'yFCYS':function(_0x304286,_0x57d871){return _0x304286===_0x57d871;},'BHlFe':_0x19a98d(0x1dd,0x1c7,_0x535a75._0x3bad1e,_0x535a75._0x37fac2),'xDIrL':_0x2c56f3(0x74,_0x535a75._0x4a654f,_0x535a75._0x5b3e07,_0x535a75._0x4e50d8),'CRUya':'Failed\x20to\x20'+_0x19a98d(0x1a8,0x24c,0x1f1,_0x535a75._0x2d4bc9)+_0x19a98d(0x1dd,_0x535a75._0x43307a,0x20e,0x1de),'iqLfS':_0x19a98d(_0x535a75._0x4e20f5,_0x535a75._0x2e0e17,_0x535a75._0x3edee5,0x19e)+_0x2c56f3(_0x535a75._0x147d17,_0x535a75._0x6cdde4,-_0x535a75._0x3765f6,0xd2)+_0x2c56f3(_0x535a75._0x384a50,_0x535a75._0x274850,_0x535a75._0x4a195b,0x11d)+'le','ycyOj':function(_0x14866b,_0x4769d9){return _0x14866b===_0x4769d9;},'VduXx':'qnyiL','pIisX':_0x2c56f3(_0x535a75._0x44a870,0x1ad,0x193,_0x535a75._0x21ee77)+'ed','ldaQp':'Missing\x20X-'+_0x2c56f3(0xf0,0x148,0x63,_0x535a75._0x13f4e0)+'ader','jBiJt':_0x2c56f3(0x38,-0x4b,_0x535a75._0x184714,_0x535a75._0x5b6012)+_0x2c56f3(_0x535a75._0x4c73ff,_0x535a75._0xd153d9,0x150,0xe9)+_0x2c56f3(0x139,0x18b,0x117,0xbf)+'ot\x20initial'+_0x2c56f3(_0x535a75._0x4919a3,_0x535a75._0x1f35dd,_0x535a75._0x2b9e2e,_0x535a75._0x37834e),'aTIvr':_0x2c56f3(0xc0,0x117,0x11e,_0x535a75._0x3e7923)+_0x19a98d(_0x535a75._0x4f9b1d,0x257,0x1f4,_0x535a75._0x304c2d)+'r','sEPxR':_0x2c56f3(0x53,-0x1c,-0xd,0x98)+'t\x20initiali'+_0x2c56f3(_0x535a75._0x13a09a,_0x535a75._0x481b10,_0x535a75._0x1a0c94,0xba),'cLVEF':_0x19a98d(_0x535a75._0xc559ed,0x1f7,_0x535a75._0x502a6b,0x19f),'aeCXo':_0x2c56f3(0x38,-0x2a,_0x535a75._0x28d6a6,0x97)+_0x19a98d(0x177,_0x535a75._0x3ae379,_0x535a75._0x1349d6,_0x535a75._0x45bd43)+_0x2c56f3(0x4d,_0x535a75._0x44c1db,-_0x535a75._0x29f0c8,0xba)+_0x2c56f3(_0x535a75._0x1eae47,0x63,_0x535a75._0x3cf9be,0x100)+_0x2c56f3(0x11a,_0x535a75._0x32431a,0x13c,_0x535a75._0x4331eb)+'D','crFHe':_0x19a98d(_0x535a75._0xfce243,_0x535a75._0x2db357,0x208,0x181)+'t','NuXMY':_0x2c56f3(_0x535a75._0x46760a,0x13a,_0x535a75._0x288d90,_0x535a75._0x10795c)+'o\x20associat'+_0x2c56f3(_0x535a75._0x3dc794,_0x535a75._0x3292bd,0x9,0x58)+_0x2c56f3(0xe1,0x16e,_0x535a75._0x4bc053,_0x535a75._0x5be27b),'QGVaf':function(_0x1597ed,_0x9f440d){return _0x1597ed(_0x9f440d);},'sMlve':'fmcQB','TiVkH':_0x2c56f3(_0x535a75._0xc77fd2,_0x535a75._0x2ff725,0x9c,-0x19)+_0x19a98d(0x27a,_0x535a75._0x5c6a48,0x227,_0x535a75._0x3c656c),'ijLAu':_0x19a98d(0x1f6,0x1c7,0x1f2,0x1d1),'Iqjqy':_0x2c56f3(0x10a,_0x535a75._0x562e46,_0x535a75._0x30b841,0x14c),'WkQKL':_0x2c56f3(_0x535a75._0x173634,0x1e,0xa4,0x80)+_0x19a98d(_0x535a75._0x48960f,_0x535a75._0x209cbb,0x21e,_0x535a75._0x1870ff)+'d','KKPMU':_0x19a98d(0x113,0x119,_0x535a75._0x2c2be6,_0x535a75._0x274dcf)+'ts','lgTCb':function(_0x162d08){return _0x162d08();}},_0x1d762e=_0x2a6e4a[_0x19a98d(_0x535a75._0x14ff0f,0x1c8,0x22e,_0x535a75._0x2e3b7d)][_0x19a98d(_0x535a75._0x4abdb8,0x23d,_0x535a75._0x579011,_0x535a75._0x2835a3)];if(!_0x1d762e){if(_0x867364[_0x2c56f3(0xa4,0x56,_0x535a75._0x326241,0x5d)]===_0x867364[_0x19a98d(0x169,0x1ce,_0x535a75._0x87b071,0x149)]){logger['warn'](_0x2c56f3(_0x535a75._0x173634,-0xc,-0x39,0xa4)+_0x19a98d(0x282,_0x535a75._0xffd907,_0x535a75._0x43307a,_0x535a75._0x73fa7f)+_0x19a98d(_0x535a75._0x55c74,_0x535a75._0x471707,_0x535a75._0x35067d,_0x535a75._0x473824)+_0x19a98d(_0x535a75._0x53193f,_0x535a75._0xf87f96,_0x535a75._0x5a84f8,0x1c4)+_0x19a98d(_0x535a75._0x7b9a17,_0x535a75._0x4c4b2d,_0x535a75._0x32898c,_0x535a75._0x5b0c2b)+_0x19a98d(0xf2,_0x535a75._0x48960f,_0x535a75._0x5b7c14,_0x535a75._0x547895));const _0x34f65e={};return _0x34f65e[_0x19a98d(_0x535a75._0x4fff75,0x1a1,_0x535a75._0x4b6518,_0x535a75._0x4518bc)]=_0x867364[_0x19a98d(_0x535a75._0x34ca3b,_0x535a75._0x558036,_0x535a75._0x85d511,_0x535a75._0x14a4ef)],_0x34f65e[_0x19a98d(0x14b,0x1a2,0x137,0xfc)]=_0x867364[_0x19a98d(0x1c0,_0x535a75._0x3b8180,_0x535a75._0x40c40a,_0x535a75._0x340709)],_0xf238d4[_0x2c56f3(0x120,_0x535a75._0x403bd1,_0x535a75._0x249cfd,0x187)](0x166a+0x829*-0x1+-0xcb0)['json'](_0x34f65e);}else{if(_0x867364[_0x2c56f3(_0x535a75._0x3a5606,0x12,_0x535a75._0x35a83e,0xb)](_0x1bf577[_0x19a98d(0x230,_0x535a75._0x437c10,_0x535a75._0x442236,0x265)],_0x867364[_0x2c56f3(0xde,_0x535a75._0xbdf23a,_0x535a75._0x496e0a,0x13e)])){const _0x45936d={};_0x45936d[_0x19a98d(_0x535a75._0x4beba4,0x1a2,0x161,0x139)]='',_0x45936d[_0x2c56f3(_0x535a75._0x5889b8,0xb9,_0x535a75._0x2ed197,0xde)+'t']=_0x5ce98b,_0x45936d[_0x19a98d(0x1ee,0x1c2,0x190,_0x535a75._0x431aab)]=_0x867364[_0x2c56f3(_0x535a75._0x2032a9,_0x535a75._0x275e81,0x14b,_0x535a75._0x49ef52)],_0x45936d['exists']=![],_0x9af591['json'](_0x45936d);}else{const _0x226ee9={};_0x226ee9[_0x2c56f3(_0x535a75._0x5d5b3c,_0x535a75._0x587317,_0x535a75._0x3f0fc4,_0x535a75._0x1f39dd)]=_0x347a3c[_0x19a98d(0x1b7,_0x535a75._0x3d5988,_0x535a75._0xea2996,0x237)],_0x226ee9[_0x19a98d(0x119,_0x535a75._0x51d2ad,_0x535a75._0x1db1cf,0x109)+'t']=_0x4fd488,_0x226ee9[_0x2c56f3(_0x535a75._0x459e5,0x31,_0x535a75._0x394280,0x2)]=_0x441f85[_0x19a98d(_0x535a75._0x480535,_0x535a75._0x39db43,_0x535a75._0x288d90,0x111)],_0x143f53['error'](_0x867364['CRUya'],_0x226ee9);const _0xb59372={};_0xb59372[_0x2c56f3(_0x535a75._0x459e5,_0x535a75._0x5e58db,_0x535a75._0xb80163,0xa2)]='Internal\x20S'+_0x2c56f3(_0x535a75._0x4d8d53,0x16f,_0x535a75._0x54ce3b,0xf8)+'r',_0xb59372[_0x19a98d(_0x535a75._0x43cf17,0x157,0x137,0x143)]=_0x867364[_0x19a98d(_0x535a75._0x156e43,0x1cd,_0x535a75._0x2b9205,0x219)],_0x54480e[_0x2c56f3(0x120,0xed,_0x535a75._0x25934c,0x9a)](0x80*0x2f+0x8fa*-0x1+0xc92*-0x1)['json'](_0xb59372);}}}if(!tasks){logger['error'](_0x867364['jBiJt']);const _0x2f315d={};return _0x2f315d[_0x2c56f3(_0x535a75._0x33fd0a,0xc5,0xf,_0x535a75._0x4433d4)]=_0x867364[_0x19a98d(0x1c8,0x1a3,0x1fc,_0x535a75._0x3f147a)],_0x2f315d[_0x2c56f3(_0x535a75._0x5479cd,-0x8,-0x4f,-_0x535a75._0x25181f)]=_0x867364['sEPxR'],_0xf238d4['status'](-0x1997*0x1+0x2639+-0xaae)[_0x2c56f3(0xe4,0x99,_0x535a75._0x568bb6,_0x535a75._0x3b7f32)](_0x2f315d);}const _0x7ac074=tasks[_0x2c56f3(0xa9,_0x535a75._0x1211b2,_0x535a75._0x427b91,_0x535a75._0x576491)](_0x1d762e);if(!_0x7ac074){if(_0x867364[_0x2c56f3(0xf5,0x114,_0x535a75._0x54a91a,0x174)]===_0x867364[_0x2c56f3(0xf5,0xdc,_0x535a75._0x19d26f,_0x535a75._0x399c09)]){const _0x323722={};_0x323722[_0x19a98d(0x1ae,0x209,0x231,_0x535a75._0x3db395)]=_0x1d762e,logger['warn'](_0x867364[_0x2c56f3(0xef,_0x535a75._0x469597,0x74,_0x535a75._0x477d32)],_0x323722);const _0x36c8af={};return _0x36c8af[_0x19a98d(0x158,0x147,_0x535a75._0x3eb90d,0x1e4)]='Unauthoriz'+'ed',_0x36c8af['message']=_0x19a98d(_0x535a75._0x125101,0x1f2,_0x535a75._0x1d06c5,_0x535a75._0x1f63e4)+'sk\x20ID',_0xf238d4[_0x19a98d(_0x535a75._0x24eff6,0x2b2,_0x535a75._0x10ba70,_0x535a75._0xfb8631)](-0x1198+0xfcf+0x8f*0x6)['json'](_0x36c8af);}else{const _0x367ae5={};_0x367ae5[_0x19a98d(_0x535a75._0x20bbbd,_0x535a75._0x233412,0x161,_0x535a75._0x176d82)]='',_0x367ae5[_0x2c56f3(0x55,-_0x535a75._0x2f47b0,0x83,_0x535a75._0x2c9aa8)+'t']=_0x1a78e4,_0x367ae5[_0x2c56f3(0x85,_0x535a75._0x5ad515,0x67,0x96)]='AGENTS.md',_0x367ae5[_0x19a98d(_0x535a75._0x2393e1,_0x535a75._0x160611,0x1c2,_0x535a75._0x1295eb)]=![],_0x2c81ba[_0x2c56f3(0xe4,_0x535a75._0x239be2,0x65,_0x535a75._0xc77fd2)](_0x367ae5);}}if(!_0x7ac074[_0x19a98d(0x140,_0x535a75._0x2de990,_0x535a75._0x1db1cf,0x129)+'t']){const _0x3ee94a={};_0x3ee94a[_0x19a98d(_0x535a75._0x21359,_0x535a75._0x392db0,_0x535a75._0x4429ab,_0x535a75._0x4bd7a9)]=_0x1d762e,logger[_0x19a98d(_0x535a75._0x1a01c7,0x1b3,_0x535a75._0x1edeeb,_0x535a75._0x28a7fc)](_0x2c56f3(0x132,_0x535a75._0x5192a7,_0x535a75._0x1dff99,_0x535a75._0x2393e1)+_0x2c56f3(0x112,0x18b,_0x535a75._0x496e0a,0x154)+_0x2c56f3(_0x535a75._0x3fb31a,0x12b,_0x535a75._0xaf0954,0x78),_0x3ee94a);const _0xadf7a3={};return _0xadf7a3[_0x2c56f3(_0x535a75._0x33fd0a,0x9f,_0x535a75._0x4743f4,_0x535a75._0x384303)]=_0x867364[_0x19a98d(0x17f,_0x535a75._0x70c64b,0x171,0x199)],_0xadf7a3['message']=_0x867364['NuXMY'],_0xf238d4[_0x19a98d(0x1b4,0x24a,_0x535a75._0x10ba70,_0x535a75._0xb3c838)](0x2454+0x1748+-0x3a0c)['json'](_0xadf7a3);}const _0xb25949=_0x7ac074['createdBy']?.['userId'],_0x2b6bc2=await _0x867364['QGVaf'](findUserById,_0xb25949);function _0x2c56f3(_0x4e79ae,_0x531df0,_0x4e8e7b,_0x5f0ae7){return _0x3ee897(_0x4e79ae-_0x121843._0x34bf10,_0x531df0,_0x4e79ae-0x85,_0x5f0ae7-_0x121843._0xdace9b);}if(!_0x2b6bc2){if(_0x867364['ycyOj'](_0x19a98d(_0x535a75._0x2c3fb9,0x283,0x20d,0x1a9),_0x867364[_0x2c56f3(0x128,0x9c,_0x535a75._0x3dc698,_0x535a75._0x3f9a38)]))_0x34f5dd=_0x1c78b7['tasks'],_0x2fab0b=_0x2aac7b[_0x2c56f3(0xbd,_0x535a75._0x363828,0x66,_0x535a75._0x5c3cc1)],_0x1cd600=_0x1ae90e[_0x19a98d(_0x535a75._0x265404,_0x535a75._0x166498,_0x535a75._0x114c9b,0x1d1)+'g'];else{const _0x4a7555={};_0x4a7555[_0x19a98d(_0x535a75._0x29d9b9,_0x535a75._0x209cbb,_0x535a75._0x10e98f,0x2a4)]=_0x1d762e,_0x4a7555[_0x2c56f3(0x76,0x68,_0x535a75._0x20f648,-_0x535a75._0x533058)]=_0xb25949,logger[_0x2c56f3(0xc5,_0x535a75._0x1f8c82,_0x535a75._0x3492b2,0x78)](_0x2c56f3(0x73,0xce,_0x535a75._0x4511f7,-_0x535a75._0x38cff6)+_0x2c56f3(0xbc,_0x535a75._0x3979fe,0x7b,_0x535a75._0xd3a184),_0x4a7555);const _0x30812f={};return _0x30812f[_0x2c56f3(_0x535a75._0x91bfc2,0x1,_0x535a75._0x4aba98,0xe)]=_0x867364[_0x2c56f3(_0x535a75._0x4c8c9e,0x176,_0x535a75._0x3932c8,0x184)],_0x30812f[_0x2c56f3(_0x535a75._0x20f445,_0x535a75._0x223685,-0x26,0x7a)]=_0x867364[_0x2c56f3(_0x535a75._0x775f23,_0x535a75._0x19a4e5,_0x535a75._0x23daae,_0x535a75._0x50becc)],_0xf238d4[_0x2c56f3(_0x535a75._0x2010bf,0xb3,_0x535a75._0x7b9a17,_0x535a75._0x502a6b)](-0xce9+0x20*-0x101+0x2e9a)[_0x19a98d(0x1aa,_0x535a75._0xa20aa8,_0x535a75._0x24eff6,_0x535a75._0x3ef255)](_0x30812f);}}_0x2a6e4a[_0x19a98d(0x143,_0x535a75._0x288d90,_0x535a75._0x7b9a17,0x1c0)+'k']=_0x7ac074,_0x2a6e4a[_0x19a98d(_0x535a75._0x1833e4,_0x535a75._0x483d02,0x198,0x126)]=_0x2b6bc2,_0x2a6e4a[_0x19a98d(0x113,0xdf,0x160,_0x535a75._0x39db43)+_0x2c56f3(0x7a,0x89,0x6e,_0x535a75._0x25181f)]=_0x7ac074[_0x2c56f3(_0x535a75._0xf814df,_0x535a75._0x2f8d69,-_0x535a75._0x23ec26,_0x535a75._0x2c2ce1)+'t'];function _0x19a98d(_0x5dffff,_0x12787e,_0x5d6529,_0x2184f5){return _0x3ee897(_0x5dffff-0x1d3,_0x12787e,_0x5d6529-_0x2e9d7f._0x405090,_0x2184f5-_0x2e9d7f._0x18fbb2);}if(!coderConfig?.[_0x2c56f3(_0x535a75._0xf814df,-0x24,-_0x535a75._0x1f41fb,0x5e)+'ts']?.[_0x7ac074[_0x2c56f3(0x55,_0x535a75._0x459295,_0x535a75._0x1f41fb,0xa3)+'t']]){if(_0x867364[_0x19a98d(_0x535a75._0x4e20f5,_0x535a75._0x1ccd27,0x154,0x147)]!==_0x867364[_0x19a98d(0x1d9,_0x535a75._0x16d01f,0x154,0x11d)]){if(_0x867364[_0x19a98d(_0x535a75._0x47cbf7,0x1ac,0x1be,0x18a)](_0xa2327e[_0x2c56f3(_0x535a75._0x250d88,_0x535a75._0x2364a1,0x89,_0x535a75._0x2f7648)],_0x867364[_0x19a98d(_0x535a75._0x4f36b2,0x215,_0x535a75._0x1758f4,_0x535a75._0x3b94ca)])){const _0x2ccfd8={};_0x2ccfd8[_0x19a98d(0x106,0x158,0x18b,0x15b)]=_0x19a98d(_0x535a75._0x37daf2,_0x535a75._0x11f219,_0x535a75._0x237f63,0x296),_0x2ccfd8[_0x19a98d(_0x535a75._0x514c4b,_0x535a75._0x89e81d,_0x535a75._0x288d90,_0x535a75._0x475e60)]=_0x2c56f3(_0x535a75._0x4bc053,0x19f,_0x535a75._0x47226f,0xc3)+_0x564f49+('\x27\x20not\x20foun'+'d'),_0x523827[_0x2c56f3(0x120,0xf6,0x138,_0x535a75._0x249bb1)](0x1c18+0xa94+-0x2518)['json'](_0x2ccfd8);}else{const _0x24d4f2={};_0x24d4f2['taskId']=_0x4ce2ae['taskId'],_0x24d4f2[_0x2c56f3(_0x535a75._0xf814df,_0x535a75._0x2f47b0,0x12,_0x535a75._0x1c345c)+'t']=_0x3ad562,_0x24d4f2['template']=_0x2fb2e2,_0x24d4f2[_0x2c56f3(_0x535a75._0x91bfc2,-0x4,_0x535a75._0x427b91,0x59)]=_0x2d87f6[_0x2c56f3(_0x535a75._0x5479cd,_0x535a75._0x4c57e4,_0x535a75._0x3f19a4,0xf)],_0xb230e1[_0x2c56f3(_0x535a75._0x459e5,0xe0,_0x535a75._0x398296,_0x535a75._0x303552)](_0x2c56f3(_0x535a75._0xf4543b,_0x535a75._0x127344,0xad,0x69)+'delete\x20tem'+_0x19a98d(0x22e,0x1fa,_0x535a75._0x4297bc,0x171),_0x24d4f2);const _0x520e15={};_0x520e15[_0x19a98d(_0x535a75._0x4f9b1d,0x196,_0x535a75._0x3eb90d,0x1a4)]=_0x2c56f3(0xc0,_0x535a75._0x2de990,0xf9,_0x535a75._0x4d884d)+_0x2c56f3(0xe9,0x6f,0x5d,_0x535a75._0x2f8f9d)+'r',_0x520e15[_0x19a98d(0x14b,0x1b7,0x137,0xef)]='Failed\x20to\x20'+'delete\x20tem'+_0x19a98d(0x20d,_0x535a75._0x2c06bc,_0x535a75._0x25caac,_0x535a75._0x176d82),_0x1689df[_0x2c56f3(_0x535a75._0x2010bf,_0x535a75._0x53bdc6,0xb7,0xd8)](0x1bd7+0xd*0x8+-0x1a4b)['json'](_0x520e15);}}else{const _0x120a64={};_0x120a64[_0x19a98d(_0x535a75._0x459f13,0x1b3,_0x535a75._0x36f265,_0x535a75._0x531f79)]=_0x1d762e,_0x120a64[_0x2c56f3(_0x535a75._0xf814df,_0x535a75._0x429e9c,_0x535a75._0x25934c,0x9f)+'t']=_0x7ac074[_0x19a98d(0x19a,0x1a3,0x160,0x133)+'t'],logger['warn'](_0x2c56f3(0x38,-_0x535a75._0x238d04,_0x535a75._0x5e3bd9,0xa)+_0x19a98d(_0x535a75._0x3fce3e,_0x535a75._0x398ae2,0x21e,0x252)+'d',_0x120a64);const _0xbf08ca={};return _0xbf08ca[_0x2c56f3(0x80,0x56,0x32,_0x535a75._0x3934d5)]=_0x867364[_0x2c56f3(0x36,-_0x535a75._0x3765f6,_0x535a75._0x14a3b7,_0x535a75._0x32f664)],_0xbf08ca[_0x2c56f3(0x2c,-_0x535a75._0x2541fa,0x83,0x56)]=_0x867364[_0x2c56f3(0x30,-_0x535a75._0x5479cd,0x41,_0x535a75._0x47ab4f)],_0xf238d4[_0x19a98d(0x216,_0x535a75._0x234b7c,0x22b,_0x535a75._0x5f3bd5)](0xd*0x1dd+-0x6ea+0xfbb*-0x1)[_0x19a98d(_0x535a75._0x1918e5,0x206,0x1ef,0x207)](_0xbf08ca);}}_0x2a6e4a['environmen'+'tConfig']=coderConfig[_0x19a98d(_0x535a75._0x1dff99,0x188,_0x535a75._0x17d0e1,0xe2)+'ts'][_0x7ac074[_0x19a98d(_0x535a75._0x246626,_0x535a75._0x5997c0,0x160,0xe3)+'t']],_0x2a6e4a['environmen'+'tPath']=_0x1813f6[_0x2c56f3(0x77,_0x535a75._0x4a5169,_0x535a75._0x57a975,_0x535a75._0x611b1b)](setupPath,_0x867364[_0x19a98d(0x1b3,0x28f,0x240,0x1fa)],_0x7ac074['environmen'+'t']),_0x867364[_0x2c56f3(0x133,_0x535a75._0x2010bf,0x118,_0x535a75._0x366184)](_0x556e65);}async function requireInstructionsPermission(_0x3f0d94,_0x33c2b2,_0x51285f){const _0x4ce1fc={_0x2bcfbc:0x277,_0x3f41d2:0x38,_0x44c23e:0x67,_0x5c75ac:0x246,_0x3438d0:0x175,_0x5a9c77:0x59,_0x4d6d29:0x62,_0x2a9978:0x2f,_0x11abbc:0x7,_0x49c6ea:0x26,_0x2432c6:0x31,_0x3f5a57:0x3c,_0x24ccd5:0x16,_0x4d2061:0x5c,_0x28ac2f:0x1d7,_0x4e6faa:0x99,_0x1d7ba9:0x53,_0x3fdfe1:0x83,_0x504cf9:0x219,_0x4eb427:0x1f2,_0x33e142:0x1f6,_0x2b5843:0xc1,_0x4f7864:0x64,_0x85f6c6:0x6c,_0x4781ea:0x28,_0x3216f7:0x48,_0x1f9dab:0x13,_0x2da809:0x2c9,_0x18f570:0x230,_0x313ef9:0x24a,_0x5cb6c6:0x1a,_0x3062a7:0x51,_0xc0242f:0x3d,_0x1f49e0:0x47,_0x44b226:0xa,_0x32fc2c:0x1d8,_0x5813de:0x27d,_0x13e535:0x2a1,_0x5a0eba:0x2c9,_0x3b6195:0x17,_0x50789c:0x66,_0x4ad84d:0x10,_0x3239bb:0x2b,_0x278869:0x55,_0x3b2e9f:0x24,_0x32d010:0xdd,_0x999b7d:0x76,_0x355f44:0x4b,_0x5aea6d:0x41,_0x35ebd2:0x6c,_0x3b9bdb:0x4},_0x465522={_0x377118:0x1e3},_0x52e5ec={_0x18d826:0x1ed,_0x589696:0x50},_0x4194f5={'SIevR':function(_0x416f9d,_0x480f91,_0x3f7d68,_0x2cc8e5){return _0x416f9d(_0x480f91,_0x3f7d68,_0x2cc8e5);},'zxdvg':_0x107cd5(_0x4ce1fc._0x2bcfbc,0x280,0x20c,0x287)+_0x4359a1(0x5a,0x3f,-_0x4ce1fc._0x3f41d2,_0x4ce1fc._0x44c23e)+'tions','bGJHz':_0x107cd5(_0x4ce1fc._0x5c75ac,_0x4ce1fc._0x3438d0,0x1f7,0x1ae)+_0x4359a1(-0x9b,-_0x4ce1fc._0x5a9c77,-0x88,-_0x4ce1fc._0x4d6d29)+_0x4359a1(_0x4ce1fc._0x2a9978,-_0x4ce1fc._0x11abbc,-0x7b,_0x4ce1fc._0x49c6ea)+_0x4359a1(_0x4ce1fc._0x2432c6,_0x4ce1fc._0x3f5a57,-_0x4ce1fc._0x24ccd5,_0x4ce1fc._0x4d2061)+'mission','zABTq':_0x107cd5(0x26b,_0x4ce1fc._0x28ac2f,0x1f6,0x1bf),'Bkklg':_0x4359a1(-_0x4ce1fc._0x4e6faa,-0x6c,-_0x4ce1fc._0x1d7ba9,-0xcc)+_0x4359a1(-0xbd,-0xa8,-0x2c,-0xf6)+_0x4359a1(-_0x4ce1fc._0x3fdfe1,-0x38,0x2b,_0x4ce1fc._0x2432c6)+'to\x20update\x20'+_0x107cd5(_0x4ce1fc._0x504cf9,_0x4ce1fc._0x4eb427,0x20c,_0x4ce1fc._0x33e142)+_0x4359a1(-_0x4ce1fc._0x2b5843,-_0x4ce1fc._0x4f7864,-_0x4ce1fc._0x85f6c6,-0x32)+'ions','nhFvc':function(_0x45d1d8){return _0x45d1d8();}};function _0x4359a1(_0x17586e,_0x2639ac,_0x5d1ed5,_0x16cc86){return _0x3ee897(_0x17586e-_0x52e5ec._0x18d826,_0x17586e,_0x2639ac- -_0x52e5ec._0x589696,_0x16cc86-0x35);}if(!await _0x4194f5['SIevR'](hasPermission,_0x3f0d94[_0x4359a1(_0x4ce1fc._0x4781ea,-_0x4ce1fc._0x3216f7,_0x4ce1fc._0x1f9dab,-0x10)]['id'],_0x4194f5[_0x107cd5(0x25c,0x20f,0x252,_0x4ce1fc._0x2da809)],_0x3f0d94['environmen'+_0x107cd5(0x222,_0x4ce1fc._0x18f570,0x231,_0x4ce1fc._0x313ef9)])){const _0x735464={};_0x735464[_0x4359a1(_0x4ce1fc._0x5cb6c6,_0x4ce1fc._0x3062a7,_0x4ce1fc._0xc0242f,_0x4ce1fc._0xc0242f)]=_0x3f0d94[_0x4359a1(-0x10,-_0x4ce1fc._0x1f49e0,-0x88,-_0x4ce1fc._0x44b226)+'k']['taskId'],_0x735464[_0x107cd5(_0x4ce1fc._0x32fc2c,0x25c,0x22d,_0x4ce1fc._0x5813de)]=_0x3f0d94['taskUser']['id'],_0x735464[_0x107cd5(0x25d,_0x4ce1fc._0x13e535,0x23e,_0x4ce1fc._0x5a0eba)]=_0x3f0d94['taskUser'][_0x4359a1(-_0x4ce1fc._0x3b6195,-0x4e,-_0x4ce1fc._0x50789c,-0x2c)],logger[_0x4359a1(0x29,-_0x4ce1fc._0x4ad84d,_0x4ce1fc._0x3239bb,-0x6f)](_0x4194f5['bGJHz'],_0x735464);const _0xba69f5={};return _0xba69f5[_0x4359a1(-0x22,-_0x4ce1fc._0x278869,-_0x4ce1fc._0x3b2e9f,-_0x4ce1fc._0x32d010)]=_0x4194f5[_0x4359a1(-_0x4ce1fc._0x999b7d,-0x2,-_0x4ce1fc._0x4ad84d,-0x8d)],_0xba69f5['message']=_0x4194f5['Bkklg'],_0x33c2b2[_0x4359a1(0x2f,_0x4ce1fc._0x355f44,-0xd,_0x4ce1fc._0x5aea6d)](0x34a+0xa36+-0xbed)[_0x4359a1(0x84,0xf,-0xa,-_0x4ce1fc._0x35ebd2)](_0xba69f5);}function _0x107cd5(_0x58c47a,_0x98f158,_0x4c33cf,_0x4ee0ee){return _0x3ee897(_0x58c47a-0x73,_0x58c47a,_0x4c33cf-0x23c,_0x4ee0ee-_0x465522._0x377118);}_0x4194f5[_0x4359a1(-_0x4ce1fc._0x3b9bdb,0x43,0x5d,_0x4ce1fc._0x3fdfe1)](_0x51285f);}async function requireTemplatesPermission(_0x2ce9ea,_0x10614f,_0x38ef01){const _0x2a9bc1={_0x5561d3:0x95,_0x143a11:0xd4,_0x34d0ce:0x16e,_0x197c2a:0x138,_0x5a1bf8:0x17f,_0x547e61:0x169,_0x40664e:0x1e8,_0x2647e8:0x17f,_0x30dfb2:0x100,_0x57d749:0x133,_0x2cc50e:0x147,_0xb546db:0x7a,_0x10494c:0xa7,_0x4ad855:0x125,_0x161f21:0xdd,_0x7090d4:0x139,_0x2c6c8f:0x139,_0x55eb79:0x24,_0x44b811:0xae,_0x11b24a:0x12f,_0x329a87:0xf2,_0x47047a:0xd0,_0x3250fd:0x98,_0x2bb557:0x67,_0x24fe68:0x6b,_0x54cf65:0x69,_0x472304:0xe3,_0x267332:0x117,_0xe9a2d9:0xed,_0x39577c:0xfe,_0x547c90:0x1e2,_0x41e896:0x1be,_0x4fc503:0xd,_0x40413c:0x52,_0x378987:0xbb,_0x5e3f39:0xf3,_0x135ea6:0x143,_0x2f0a89:0x107,_0x257dc0:0x129,_0x4d71fd:0x1b1,_0x250382:0x170,_0x3361a8:0xe0,_0x4e19eb:0x193,_0x236117:0x14c,_0x430874:0x16c,_0x38f543:0xb4,_0x48759c:0x10,_0x5c106e:0x94,_0x6d9276:0x15d},_0x2e4158={_0xa51090:0x14},_0x3d6b4f={_0x516a0f:0xc,_0x5b61d6:0xf3,_0x29e509:0x5f};function _0xc62bbe(_0x349781,_0x22f6ec,_0x8f1eb4,_0x8f46ef){return _0x3ee897(_0x349781-_0x3d6b4f._0x516a0f,_0x349781,_0x8f46ef- -_0x3d6b4f._0x5b61d6,_0x8f46ef-_0x3d6b4f._0x29e509);}function _0x3eb5e1(_0x502ee0,_0x154ef0,_0x2a1a82,_0x99e50c){return _0x3ee897(_0x502ee0-0xab,_0x99e50c,_0x502ee0-0x141,_0x99e50c-_0x2e4158._0xa51090);}const _0x2b208d={'ygPZb':function(_0x464e65,_0x1de862,_0x20f9bf,_0x123a17){return _0x464e65(_0x1de862,_0x20f9bf,_0x123a17);},'VBMTN':_0x3eb5e1(0x111,_0x2a9bc1._0x5561d3,0xcd,_0x2a9bc1._0x143a11)+'ts:templat'+'es','BfYTD':_0xc62bbe(-_0x2a9bc1._0x34d0ce,-0xd7,-0xce,-0x138)+_0x3eb5e1(_0x2a9bc1._0x197c2a,0xc5,_0x2a9bc1._0x5a1bf8,0xcb)+_0x3eb5e1(_0x2a9bc1._0x547e61,0x1b4,0x1a8,_0x2a9bc1._0x40664e)+_0x3eb5e1(_0x2a9bc1._0x2647e8,_0x2a9bc1._0x30dfb2,_0x2a9bc1._0x57d749,_0x2a9bc1._0x2cc50e)+_0xc62bbe(-0x32,-0xb6,-_0x2a9bc1._0xb546db,-_0x2a9bc1._0x10494c),'ETEOR':'Forbidden','kPoMo':_0x3eb5e1(_0x2a9bc1._0x4ad855,0xc5,0x126,_0x2a9bc1._0x161f21)+'not\x20have\x20p'+_0x3eb5e1(0x159,0x188,0x1c6,_0x2a9bc1._0x7090d4)+_0xc62bbe(-0xda,-_0x2a9bc1._0x2c6c8f,-_0x2a9bc1._0x55eb79,-_0x2a9bc1._0x44b811)+_0x3eb5e1(0x111,_0x2a9bc1._0x11b24a,0x15b,_0x2a9bc1._0x329a87)+_0xc62bbe(-_0x2a9bc1._0x47047a,-_0x2a9bc1._0x3250fd,-0x119,-0xc4)+'s','eEkRi':function(_0x59a3e6){return _0x59a3e6();}};if(!await _0x2b208d[_0xc62bbe(-_0x2a9bc1._0x2bb557,-_0x2a9bc1._0x24fe68,-0x35,-_0x2a9bc1._0x54cf65)](hasPermission,_0x2ce9ea['taskUser']['id'],_0x2b208d[_0x3eb5e1(_0x2a9bc1._0x7090d4,_0x2a9bc1._0x472304,0x11e,0x14a)],_0x2ce9ea[_0xc62bbe(-_0x2a9bc1._0x267332,-0xa2,-0xcc,-0x123)+_0xc62bbe(-_0x2a9bc1._0xe9a2d9,-0x8e,-0x12d,-_0x2a9bc1._0x39577c)])){const _0x2ed992={};_0x2ed992[_0x3eb5e1(_0x2a9bc1._0x547c90,0x25c,_0x2a9bc1._0x41e896,0x20a)]=_0x2ce9ea['callingTas'+'k'][_0xc62bbe(-_0x2a9bc1._0x4fc503,-0x9a,-0x67,-_0x2a9bc1._0x40413c)],_0x2ed992[_0x3eb5e1(0x132,0x177,0x180,0x132)]=_0x2ce9ea[_0xc62bbe(-_0x2a9bc1._0x378987,-_0x2a9bc1._0x5e3f39,-0xc0,-0xeb)]['id'],_0x2ed992[_0x3eb5e1(_0x2a9bc1._0x135ea6,0x1b6,_0x2a9bc1._0x2f0a89,0xca)]=_0x2ce9ea[_0x3eb5e1(0x149,_0x2a9bc1._0x257dc0,_0x2a9bc1._0x4d71fd,0x1ab)][_0x3eb5e1(0x143,_0x2a9bc1._0x250382,0x153,_0x2a9bc1._0x3361a8)],logger['warn'](_0x2b208d[_0x3eb5e1(_0x2a9bc1._0x4e19eb,_0x2a9bc1._0x236117,0x1f3,0x1e3)],_0x2ed992);const _0x4c51c8={};return _0x4c51c8[_0xc62bbe(-0x15e,-0x147,-_0x2a9bc1._0x430874,-0xf8)]=_0x2b208d['ETEOR'],_0x4c51c8['message']=_0x2b208d['kPoMo'],_0x10614f[_0x3eb5e1(0x1dc,0x23c,0x212,0x151)](-0x1087*0x1+-0x67*-0x19+0x80b*0x1)[_0xc62bbe(-0x6f,-_0x2a9bc1._0x38f543,-_0x2a9bc1._0x48759c,-_0x2a9bc1._0x5c106e)](_0x4c51c8);}_0x2b208d[_0xc62bbe(-0x8c,-_0x2a9bc1._0x6d9276,-0x11b,-0xff)](_0x38ef01);}router[_0x1d930b(0x588,0x4e7,0x5e3,0x56c)]('/instructi'+_0x1d930b(0x56c,0x5be,0x520,0x584),requireTaskAuth,requireInstructionsPermission,async(_0x440513,_0x2d9327)=>{const _0x5c57bf={_0x2d3634:0x16a,_0x1581c5:0x26e,_0xf6c19:0x1fe,_0x36b907:0x165,_0x29ec1b:0xc,_0x3a7ee4:0x115,_0x211773:0x275,_0x240110:0x1e5,_0x517b38:0x27c,_0x16e919:0x25c,_0x418a1f:0x2af,_0x2c4e55:0x29c,_0x305f15:0x257,_0x308f89:0x185,_0x1bc636:0x102,_0x52f5da:0x77,_0x5748d7:0xb9,_0x5b269a:0x1c2,_0x697451:0x232,_0x43435d:0x1d6,_0x58a0ce:0x1cc,_0x1d2eab:0x1db,_0x4ccf91:0x189,_0x50bb2c:0x3b,_0x222008:0x44,_0x453a75:0x2e,_0x42bc53:0x40,_0x4a46b5:0x20b,_0x24f6bd:0x1a1,_0x11a192:0x1ab,_0x4a02c7:0x142,_0x15f05a:0x103,_0x42d199:0x239,_0x2f47fc:0x25a,_0x307740:0xa4,_0x36d739:0xe5,_0x7068f9:0x6f,_0xe23962:0xe3,_0x4e3fd0:0x14c,_0x5ee44c:0x1a3,_0x3a29eb:0x4,_0x2db4f1:0x42,_0x4967ff:0x1ef,_0x1a8f56:0x1ff,_0xd89063:0xef,_0x5968c3:0xd3,_0x34e0aa:0x1fa,_0x2ce148:0x1e6,_0x29a6a3:0x2cd,_0xcd4ae7:0x298,_0x6ec8b9:0x20c,_0x2aa349:0x284,_0x27c3f4:0xa,_0x359189:0x35,_0x33efd5:0x290,_0xdef786:0x252,_0x1fa38f:0x2d8,_0x1884f4:0x251,_0x3f352d:0x291,_0x307818:0xa3,_0x3b84c2:0xf5,_0x59e2c6:0x104,_0x316ba6:0x162,_0xd31905:0x114,_0x580e45:0x24e,_0x2d5a6b:0x205,_0x4a6bad:0x11,_0x38bda5:0x78,_0x1d6ff1:0x26,_0x2c1c4c:0x2bd,_0x90a74f:0x261,_0x474d33:0x1f6,_0x5a8745:0x1aa,_0x2cbecf:0x226,_0x4a2b41:0x211,_0x4ce610:0xc,_0x7e5b8:0x10b,_0x2a6186:0x14f,_0x2469a0:0x182,_0x5ccb12:0x178,_0x31e84b:0x16a,_0x52e088:0x1c2,_0x2b9a13:0x46,_0x1dd41e:0x63,_0x405d21:0x7a,_0x4a4a8c:0x1de,_0x22126e:0x180,_0x30a2e2:0x3b,_0x26f368:0x17,_0x34a0b9:0x2b9,_0x398ea1:0x266,_0x37f982:0x264,_0x3111c0:0x239,_0x12fe2b:0x262,_0x436c41:0x1e8,_0x1fa061:0x193,_0x48a4f1:0x130,_0x15a581:0x11,_0x483e53:0x9,_0x641745:0x5c,_0x5d20d5:0x1b,_0x2675f2:0x74,_0x19b9cc:0x251,_0x36643a:0x10b,_0x576b06:0x124,_0x31febb:0x17f,_0x2861e4:0x2a1,_0xe83808:0x2b3,_0x66dd75:0x292,_0x2ef031:0x15,_0x1fde16:0x8f,_0x27fe0c:0x50,_0xafb146:0x13e,_0x320f0d:0xaf,_0x50b7c6:0x39,_0x1cd85b:0x30,_0x322910:0x1fb,_0x276928:0x1c6,_0x5e820a:0xe2,_0x458fb6:0x157,_0x92e649:0xaf,_0x22784d:0x279,_0x3de73a:0xe9,_0x165a65:0x9b,_0x1c44f5:0x159,_0x36e4f5:0x23d,_0x242c6d:0x226,_0x2f3113:0x29e,_0x63d1a0:0x1a5,_0x2f8cbe:0x259,_0x532695:0x1ee,_0x1cd021:0x24d,_0x185dd0:0x200,_0x198bf1:0x54,_0x21a8a9:0xb1,_0x58541f:0x67,_0x45e796:0x24c,_0x2b087f:0x226,_0x694522:0x225,_0x23f907:0x1ed,_0x56d019:0x184,_0x20f888:0x17d,_0x4795b8:0xc2,_0x5f3d2d:0xb0,_0x9bf05c:0x11c,_0x59fb40:0xd1,_0x53ec2a:0x21c,_0x237a12:0x1c3,_0x5a0922:0x186,_0x4fdc68:0x1ce,_0x156103:0x53,_0x43f3d1:0x9,_0x14c71f:0x88},_0x4d1f2e={_0x4b069a:0x1c3,_0x178a00:0xeb,_0x1b3148:0x5fa},_0x17335f={_0x35cb41:0x14f,_0x462bc4:0x769},_0x37ed22={};_0x37ed22[_0x31d4aa(-0x18f,-0x110,-0x178,-_0x5c57bf._0x2d3634)]=_0x31d4aa(-0x2f7,-0x2f6,-_0x5c57bf._0x1581c5,-0x21a)+_0x31d4aa(-0x1f5,-_0x5c57bf._0xf6c19,-0x193,-_0x5c57bf._0x36b907)+'d',_0x37ed22[_0x11517c(-_0x5c57bf._0x29ec1b,0x1d,0x18,-0x20)]='Not\x20Found',_0x37ed22[_0x31d4aa(-_0x5c57bf._0x3a7ee4,-0x193,-0x184,-0x125)]='Internal\x20S'+'erver\x20Erro'+'r',_0x37ed22[_0x31d4aa(-0x2ce,-0x242,-_0x5c57bf._0x211773,-0x2c7)]=_0x31d4aa(-_0x5c57bf._0x240110,-_0x5c57bf._0x517b38,-_0x5c57bf._0x16e919,-0x2dc)+'ing\x20enviro'+_0x31d4aa(-_0x5c57bf._0x418a1f,-_0x5c57bf._0x2c4e55,-_0x5c57bf._0x305f15,-0x2a9)+_0x31d4aa(-0x1b5,-0x110,-_0x5c57bf._0x308f89,-0x15b),_0x37ed22[_0x11517c(-0xf5,-_0x5c57bf._0x1bc636,-_0x5c57bf._0x52f5da,-_0x5c57bf._0x5748d7)]=_0x31d4aa(-0x2a2,-_0x5c57bf._0x5b269a,-_0x5c57bf._0x697451,-0x2b3);function _0x31d4aa(_0x50501b,_0x453402,_0x4025c4,_0xc13289){return _0x1d930b(_0x50501b,_0x453402-0x81,_0x4025c4-_0x17335f._0x35cb41,_0x4025c4- -_0x17335f._0x462bc4);}_0x37ed22['iiGJm']=_0x31d4aa(-_0x5c57bf._0x43435d,-_0x5c57bf._0x58a0ce,-_0x5c57bf._0x1d2eab,-_0x5c57bf._0x4ccf91),_0x37ed22['kImOg']=function(_0x21da56,_0x25fca1){return _0x21da56===_0x25fca1;},_0x37ed22[_0x11517c(-_0x5c57bf._0x50bb2c,-_0x5c57bf._0x222008,_0x5c57bf._0x453a75,-_0x5c57bf._0x42bc53)]='ENOENT',_0x37ed22[_0x31d4aa(-_0x5c57bf._0x4a46b5,-0x1ff,-_0x5c57bf._0x24f6bd,-_0x5c57bf._0x11a192)]=function(_0x130bc7,_0x4438a2){return _0x130bc7!==_0x4438a2;},_0x37ed22[_0x31d4aa(-0x151,-_0x5c57bf._0x4a02c7,-0x168,-_0x5c57bf._0x15f05a)]=_0x31d4aa(-0x225,-_0x5c57bf._0x42d199,-_0x5c57bf._0x2f47fc,-0x1da),_0x37ed22[_0x11517c(-_0x5c57bf._0x307740,-_0x5c57bf._0x36d739,-_0x5c57bf._0x7068f9,-_0x5c57bf._0xe23962)]=_0x11517c(-0xc2,-_0x5c57bf._0x3a7ee4,-0x136,-_0x5c57bf._0x4e3fd0)+'read\x20AGENT'+_0x31d4aa(-0x179,-0x156,-_0x5c57bf._0x5ee44c,-0x1b9),_0x37ed22[_0x11517c(_0x5c57bf._0x3a29eb,-0x50,-_0x5c57bf._0x2db4f1,0x2)]=_0x31d4aa(-_0x5c57bf._0x4967ff,-_0x5c57bf._0x1a8f56,-0x231,-0x1dd)+_0x11517c(-_0x5c57bf._0xd89063,-0xc9,-_0x5c57bf._0x5968c3,-0xa6)+'uctions\x20fi'+'le';const _0x5ec977=_0x37ed22,{callingTask:_0x611719,environmentName:_0xc5a89e,environmentPath:_0x213008}=_0x440513,_0x130287={};_0x130287[_0x11517c(-0x11,-0x8f,0x72,0x1)]=_0x611719[_0x31d4aa(-0x1f7,-0x11d,-0x180,-0x1be)];function _0x11517c(_0x73fc4f,_0x130207,_0x341fdf,_0x52d81a){return _0x1d930b(_0x341fdf,_0x130207-_0x4d1f2e._0x4b069a,_0x341fdf-_0x4d1f2e._0x178a00,_0x73fc4f- -_0x4d1f2e._0x1b3148);}_0x130287[_0x31d4aa(-0x2c1,-0x1f3,-0x251,-0x2cb)+'t']=_0xc5a89e,logger[_0x31d4aa(-0xf0,-_0x5c57bf._0x34e0aa,-0x177,-_0x5c57bf._0x2ce148)](_0x5ec977[_0x31d4aa(-0x292,-0x22a,-0x275,-_0x5c57bf._0x29a6a3)],_0x130287);const _0x213452=_0x1813f6[_0x31d4aa(-0x1de,-0x26d,-0x22f,-_0x5c57bf._0x2ce148)](_0x213008,_0x5ec977['zJdcu']);try{const _0x3d3a5b=await _0x4d7004[_0x31d4aa(-_0x5c57bf._0xcd4ae7,-0x1e0,-_0x5c57bf._0x6ec8b9,-_0x5c57bf._0x2aa349)](_0x213452,_0x11517c(-_0x5c57bf._0x27c3f4,-_0x5c57bf._0x359189,0xf,-0x56)),_0x18e6bc={};_0x18e6bc[_0x31d4aa(-0x2a1,-_0x5c57bf._0x33efd5,-0x250,-_0x5c57bf._0xdef786)]=_0x3d3a5b,_0x18e6bc[_0x31d4aa(-_0x5c57bf._0x1fa38f,-0x251,-_0x5c57bf._0x1884f4,-_0x5c57bf._0x3f352d)+'t']=_0xc5a89e,_0x18e6bc[_0x11517c(-0xb2,-0x94,-_0x5c57bf._0x307818,-0x119)]=_0x5ec977[_0x11517c(-_0x5c57bf._0x3b84c2,-_0x5c57bf._0x59e2c6,-_0x5c57bf._0x316ba6,-_0x5c57bf._0xd31905)],_0x2d9327['json'](_0x18e6bc);}catch(_0x31f83a){if(_0x5ec977[_0x31d4aa(-0x1c1,-0x2b2,-_0x5c57bf._0x580e45,-_0x5c57bf._0x2d5a6b)]==='JgrSx'){const _0x414cd8={};_0x414cd8[_0x11517c(-_0x5c57bf._0x4a6bad,_0x5c57bf._0x7068f9,_0x5c57bf._0x38bda5,-_0x5c57bf._0x1d6ff1)]=_0x4a3b61,_0x414cd8[_0x31d4aa(-0x2c8,-_0x5c57bf._0x2c1c4c,-_0x5c57bf._0x1884f4,-_0x5c57bf._0x90a74f)+'t']=_0x395674[_0x31d4aa(-0x1d6,-0x1eb,-0x251,-_0x5c57bf._0x474d33)+'t'],_0x5d83d6['warn'](_0x5ec977['cVkFE'],_0x414cd8);const _0x462b48={};return _0x462b48[_0x31d4aa(-_0x5c57bf._0x5a8745,-0x2ae,-_0x5c57bf._0x2cbecf,-_0x5c57bf._0x4a2b41)]=_0x5ec977[_0x11517c(-_0x5c57bf._0x4ce610,-0x8c,0x2,-0x81)],_0x462b48[_0x11517c(-_0x5c57bf._0x7e5b8,-0xb5,-_0x5c57bf._0x2a6186,-0xc8)]=_0x5ec977[_0x31d4aa(-_0x5c57bf._0x2469a0,-0x179,-_0x5c57bf._0x5ccb12,-0x181)],_0x1f83dd['status'](0x2*0x303+-0x15ef+0x117d)[_0x31d4aa(-_0x5c57bf._0x31e84b,-_0x5c57bf._0x308f89,-_0x5c57bf._0x52e088,-0x14c)](_0x462b48);}else{if(_0x5ec977[_0x11517c(0x6,_0x5c57bf._0x2b9a13,_0x5c57bf._0x1dd41e,_0x5c57bf._0x405d21)](_0x31f83a[_0x31d4aa(-_0x5c57bf._0x4a4a8c,-0x193,-0x1b3,-_0x5c57bf._0x22126e)],_0x5ec977[_0x11517c(-_0x5c57bf._0x30a2e2,0x31,-0x9,_0x5c57bf._0x26f368)])){const _0x48ad1e={};_0x48ad1e['content']='',_0x48ad1e[_0x31d4aa(-0x29c,-_0x5c57bf._0x34a0b9,-0x251,-_0x5c57bf._0x580e45)+'t']=_0xc5a89e,_0x48ad1e['path']=_0x5ec977[_0x31d4aa(-_0x5c57bf._0x398ea1,-0x274,-_0x5c57bf._0x37f982,-_0x5c57bf._0x3111c0)],_0x48ad1e[_0x31d4aa(-_0x5c57bf._0x12fe2b,-0x254,-0x1ef,-_0x5c57bf._0x436c41)]=![],_0x2d9327['json'](_0x48ad1e);}else{if(_0x5ec977[_0x31d4aa(-0x155,-0x13f,-0x1a1,-_0x5c57bf._0x1fa061)](_0x11517c(-0xb1,-0xc9,-0x82,-_0x5c57bf._0x48a4f1),_0x5ec977['DCbFJ'])){const _0x5c8171={};_0x5c8171[_0x11517c(-_0x5c57bf._0x15a581,-0x5,_0x5c57bf._0x483e53,_0x5c57bf._0x641745)]=_0x611719[_0x11517c(-_0x5c57bf._0x4a6bad,-_0x5c57bf._0x5d20d5,0x28,-_0x5c57bf._0x2675f2)],_0x5c8171[_0x31d4aa(-_0x5c57bf._0x43435d,-0x2c8,-_0x5c57bf._0x19b9cc,-0x23a)+'t']=_0xc5a89e,_0x5c8171['error']=_0x31f83a[_0x11517c(-_0x5c57bf._0x36643a,-0x99,-_0x5c57bf._0x576b06,-_0x5c57bf._0x31febb)],logger[_0x31d4aa(-_0x5c57bf._0x2861e4,-0x1c6,-0x226,-0x27b)](_0x5ec977['pgJds'],_0x5c8171);const _0x54fc55={};_0x54fc55[_0x31d4aa(-_0x5c57bf._0xe83808,-_0x5c57bf._0x66dd75,-0x226,-0x295)]=_0x5ec977[_0x11517c(-_0x5c57bf._0x2ef031,-_0x5c57bf._0x1fde16,0x4,_0x5c57bf._0x27fe0c)],_0x54fc55[_0x11517c(-0x10b,-0x84,-_0x5c57bf._0xafb146,-_0x5c57bf._0x320f0d)]=_0x5ec977[_0x11517c(_0x5c57bf._0x3a29eb,0x48,_0x5c57bf._0x50b7c6,_0x5c57bf._0x1cd85b)],_0x2d9327[_0x31d4aa(-0x146,-_0x5c57bf._0x322910,-0x186,-_0x5c57bf._0x276928)](0x25b4+-0x1c60+-0x760)['json'](_0x54fc55);}else{const _0x2763c4={};_0x2763c4['taskId']=_0x54502a['taskId'],_0x2763c4[_0x11517c(-_0x5c57bf._0x5e820a,-_0x5c57bf._0x458fb6,-0xd0,-_0x5c57bf._0x92e649)+'t']=_0x45097a,_0x2763c4['template']=_0x2aa02d,_0x2763c4[_0x31d4aa(-_0x5c57bf._0x22784d,-_0x5c57bf._0x517b38,-_0x5c57bf._0x2cbecf,-0x25c)]=_0x229ae9[_0x11517c(-0x10b,-_0x5c57bf._0x3de73a,-_0x5c57bf._0x165a65,-_0x5c57bf._0x1c44f5)],_0x1e44ac[_0x31d4aa(-0x1e0,-_0x5c57bf._0x36e4f5,-_0x5c57bf._0x242c6d,-0x279)](_0x31d4aa(-_0x5c57bf._0x2f3113,-_0x5c57bf._0x63d1a0,-0x231,-_0x5c57bf._0x2f8cbe)+_0x31d4aa(-_0x5c57bf._0x532695,-_0x5c57bf._0x1cd021,-_0x5c57bf._0x185dd0,-0x1d0)+_0x11517c(-_0x5c57bf._0x198bf1,-_0x5c57bf._0x21a8a9,-_0x5c57bf._0x58541f,-0xa9),_0x2763c4);const _0xb02911={};_0xb02911[_0x31d4aa(-_0x5c57bf._0x45e796,-0x204,-_0x5c57bf._0x2b087f,-_0x5c57bf._0x694522)]=_0x5ec977[_0x31d4aa(-_0x5c57bf._0x23f907,-0x1d0,-_0x5c57bf._0x56d019,-_0x5c57bf._0x20f888)],_0xb02911['message']=_0x11517c(-_0x5c57bf._0x4795b8,-0x37,-0xda,-_0x5c57bf._0x5f3d2d)+_0x11517c(-0x91,-_0x5c57bf._0x9bf05c,-0x2d,-_0x5c57bf._0x59fb40)+_0x31d4aa(-0x184,-_0x5c57bf._0x53ec2a,-_0x5c57bf._0x237a12,-0x194),_0x2556f2[_0x31d4aa(-0x1a8,-0x1a2,-_0x5c57bf._0x5a0922,-_0x5c57bf._0x4fdc68)](0x66e+0x7*-0x275+0x1*0xcb9)[_0x11517c(-_0x5c57bf._0x156103,-0xb3,-_0x5c57bf._0x43f3d1,-_0x5c57bf._0x14c71f)](_0xb02911);}}}}}),router['patch'](_0x3ee897(-0x31,0x2c,-0x47,-0x3b)+_0x3ee897(-0x35,-0x17,0x3c,0x34),requireTaskAuth,requireInstructionsPermission,async(_0x59b032,_0x296357)=>{const _0x4915e6={_0x56d75a:0x18c,_0x21e0ea:0x1df,_0x5e649a:0x15f,_0x23f9c3:0x17b,_0x502b30:0x2ec,_0x65f97e:0x2b1,_0x8c1f77:0x2bb,_0x5f046c:0x31e,_0x1b3d6d:0x263,_0x4f50cc:0x298,_0x5b2e00:0x2e2,_0x3055a5:0x289,_0x41e12e:0x2d8,_0x188a69:0x37d,_0x35f3d6:0x353,_0x1eead2:0x31f,_0x1caefd:0x1d8,_0x53ff77:0x1d1,_0x4e1602:0x21d,_0x5d0acc:0x22f,_0x257966:0x1de,_0x25a58f:0x229,_0x1b6f69:0x2b4,_0x349a32:0x395,_0x16687b:0x1d9,_0x1e33d1:0x253,_0x5e7a10:0x229,_0x48a3c2:0x228,_0x58b58c:0x1f4,_0x191635:0x25e,_0x9e2a75:0x1ea,_0x2f598e:0x1aa,_0x24c1a9:0x21f,_0x5b96b9:0x127,_0x290353:0x1d2,_0x5d2c1b:0x269,_0x4cf3e8:0x2c9,_0x33a6ef:0x237,_0x264079:0x207,_0x3884a1:0x251,_0x2aa452:0x1bc,_0x1bf435:0x15e,_0x30ba03:0x2e9,_0x2ffc3d:0x2a0,_0x43bf54:0x172,_0x3ddbbc:0x137,_0xc63b46:0x145,_0x3e4826:0x256,_0x2cabd6:0x177,_0x176f55:0x1ba,_0x32586e:0x24c,_0xd1907e:0x175,_0xa0d1e0:0x1fb,_0x4fdf3f:0x270,_0x4e8d5b:0x2cf,_0x2be08e:0x2f6,_0x57d658:0x2ae,_0x299c68:0x1c8,_0x148cb3:0x1ae,_0x1a8d9b:0x17a,_0x51ae00:0x193,_0x2e09b6:0x126,_0x366b11:0x1d7,_0x464ee4:0x2bf,_0x329d6b:0x2af,_0x594560:0x328,_0x5f5c8a:0x2f8,_0x1cfb7b:0x318,_0x32b882:0x2ee,_0x4a8e37:0x2e8,_0x3c9370:0x367,_0x35ef0d:0x33a,_0x565a2b:0x1be,_0x1a8a52:0x21e,_0x1a2e2a:0x1b2,_0xb9c055:0x178,_0xe6c090:0x2f3,_0x1ce36b:0x2f7,_0x28c762:0x29b,_0x53d9f1:0x191,_0x57879a:0x1e4,_0x22577e:0x36e,_0x635a0f:0x343,_0x25cdb5:0x26f,_0x56b0c0:0x243,_0x469411:0x2c1,_0x1cb84a:0x18b,_0x134743:0x1a2,_0x5f0cd1:0x293,_0x266ed7:0x2c4,_0x2e66f9:0x279,_0x15680c:0x2c3,_0x389ef4:0x32c,_0xe57ec2:0x1ed,_0x28173d:0x1ca,_0x9656b3:0x247,_0x5f51b9:0x25d,_0x16a877:0x29f,_0x17d3cf:0x2cc,_0x46e264:0x2b9,_0x1d656e:0x15a,_0x3da721:0x150,_0x286f04:0x35e,_0x2db2cf:0x2a3,_0x5042dc:0x2af,_0x1b2feb:0x269,_0x4b4621:0x273,_0x55be0f:0xff,_0x4ac0f6:0x255,_0x21e4a9:0x2f9,_0x380800:0x2c7,_0x3c3a66:0x22e,_0x58f9ef:0x258,_0x9f2f7d:0x25c,_0xabdd44:0x294,_0x2feeb4:0x27e,_0x528cde:0x2f8,_0x11e38d:0x321,_0x299d4c:0x2ea,_0x1283db:0x33a,_0x574a7f:0x26e,_0x4703e4:0x1f0,_0x30aa18:0x202,_0x4d3ab5:0x19d,_0x1bdf88:0x238,_0x1cd29d:0x1c6,_0x4129f1:0x209,_0x45aba4:0x26a,_0x550d9f:0x221,_0x21e990:0x230,_0x1615fd:0x239,_0x5623cb:0x211,_0x2f8733:0x216,_0x54aca7:0x298,_0x44e78d:0x2ab,_0x5f2279:0x2f9,_0xfceab4:0x24e,_0x14518b:0x276,_0x2fa8fe:0x1f2,_0x1802ab:0x157,_0x39a912:0x16b,_0x2f5c92:0x2f1,_0x1a5330:0x22c,_0xbd5a34:0x33c,_0x54e634:0x36d,_0x5590c7:0x2d1,_0x3eb80c:0x2e0,_0x34c1f6:0x1c8,_0x18e8df:0x1f6,_0x4110db:0x238,_0x39ae9a:0x288,_0x5c188f:0x213,_0x30ed52:0x1c8,_0x11f308:0x1cd,_0x44df65:0x19d,_0x1297ce:0x1bd,_0x45afde:0x243,_0x11d6e8:0x232,_0x5126f0:0x27b,_0x553a2d:0x282,_0x1dd65e:0x200,_0x3a642e:0x1ea,_0x1f9824:0x19c,_0x466cdf:0x24e,_0x373095:0x275,_0x1daba6:0x2b5},_0x270476={_0xd9d52e:0x1ac,_0x383b3f:0xd7},_0x53a801={_0x2b36ee:0x194,_0x3cffa0:0xb3},_0x363089={};_0x363089['PdkLk']=function(_0x1ddda8,_0x56343b){return _0x1ddda8===_0x56343b;},_0x363089[_0x1752c6(_0x4915e6._0x56d75a,_0x4915e6._0x21e0ea,_0x4915e6._0x5e649a,_0x4915e6._0x23f9c3)]='ENOENT',_0x363089[_0x1752c6(0x27e,0x2c3,_0x4915e6._0x502b30,0x20a)]=_0x5bbeb1(_0x4915e6._0x65f97e,_0x4915e6._0x8c1f77,0x2d7,_0x4915e6._0x5f046c),_0x363089[_0x5bbeb1(0x288,0x2ec,_0x4915e6._0x1b3d6d,_0x4915e6._0x4f50cc)]=_0x5bbeb1(0x295,0x275,_0x4915e6._0x5b2e00,_0x4915e6._0x3055a5)+_0x5bbeb1(_0x4915e6._0x41e12e,_0x4915e6._0x188a69,_0x4915e6._0x35f3d6,_0x4915e6._0x1eead2)+_0x1752c6(_0x4915e6._0x1caefd,_0x4915e6._0x53ff77,0x258,0x22d),_0x363089[_0x1752c6(0x24e,0x1f3,_0x4915e6._0x4e1602,0x21f)]=_0x1752c6(0x208,_0x4915e6._0x5d0acc,0x27f,_0x4915e6._0x257966)+_0x1752c6(0x231,_0x4915e6._0x25a58f,0x238,0x28f)+'r',_0x363089[_0x5bbeb1(0x24c,0x24f,0x254,_0x4915e6._0x1b6f69)]=_0x5bbeb1(0x323,0x34f,_0x4915e6._0x349a32,0x311)+'t',_0x363089[_0x5bbeb1(0x2c8,0x26f,0x2d9,0x25f)]=_0x1752c6(0x1b3,0x21c,0x18f,0x20b)+_0x1752c6(_0x4915e6._0x16687b,_0x4915e6._0x1e33d1,_0x4915e6._0x5e7a10,_0x4915e6._0x48a3c2)+_0x1752c6(_0x4915e6._0x58b58c,0x201,_0x4915e6._0x191635,0x1d5),_0x363089[_0x1752c6(0x26f,0x2b8,_0x4915e6._0x9e2a75,0x2ac)]=_0x1752c6(_0x4915e6._0x2f598e,0x1d9,0x207,_0x4915e6._0x24c1a9)+_0x1752c6(0x1d2,0x1e7,0x220,0x190)+_0x1752c6(0x197,_0x4915e6._0x5b96b9,0x1e5,_0x4915e6._0x290353)+_0x1752c6(_0x4915e6._0x5d2c1b,_0x4915e6._0x4cf3e8,_0x4915e6._0x33a6ef,0x264),_0x363089[_0x1752c6(_0x4915e6._0x264079,_0x4915e6._0x3884a1,0x234,0x1f5)]=_0x1752c6(_0x4915e6._0x2aa452,0x1ac,0x187,_0x4915e6._0x1bf435),_0x363089['aIeRq']=function(_0x23c334,_0x3dd153){return _0x23c334===_0x3dd153;},_0x363089[_0x5bbeb1(_0x4915e6._0x30ba03,0x276,0x23c,_0x4915e6._0x2ffc3d)]=_0x1752c6(_0x4915e6._0x43bf54,_0x4915e6._0x3ddbbc,_0x4915e6._0xc63b46,0x138),_0x363089['iWsix']='utf-8',_0x363089['zFFDo']='Environmen'+_0x5bbeb1(_0x4915e6._0x3e4826,0x2b6,0x245,0x285)+_0x1752c6(0x1b8,_0x4915e6._0x2cabd6,0x177,_0x4915e6._0x176f55)+'ed\x20by\x20task';function _0x5bbeb1(_0x16ecc4,_0x59c5eb,_0x3e540b,_0x28d687){return _0x3ee897(_0x16ecc4-_0x53a801._0x2b36ee,_0x16ecc4,_0x28d687-0x299,_0x28d687-_0x53a801._0x3cffa0);}_0x363089[_0x5bbeb1(_0x4915e6._0x32586e,0x2d3,0x2b1,0x2b6)]='Failed\x20to\x20'+_0x1752c6(0x17a,_0x4915e6._0xd1907e,_0x4915e6._0xa0d1e0,0x146)+_0x5bbeb1(_0x4915e6._0x4fdf3f,0x2cd,_0x4915e6._0x4e8d5b,_0x4915e6._0x2be08e)+'ile';const _0x5513f2=_0x363089,{callingTask:_0x70b91a,taskUser:_0x8e5e87,environmentName:_0x57df1a,environmentPath:_0x4dfc21}=_0x59b032,{content:_0x35e50f}=_0x59b032[_0x5bbeb1(0x350,_0x4915e6._0x57d658,0x30d,0x31b)];function _0x1752c6(_0x4b8a1c,_0xc1fe46,_0x5e4793,_0x4f8e1b){return _0x3ee897(_0x4b8a1c-_0x270476._0xd9d52e,_0xc1fe46,_0x4b8a1c-0x1cd,_0x4f8e1b-_0x270476._0x383b3f);}if(_0x35e50f===undefined){const _0x3e1ba5={};return _0x3e1ba5[_0x1752c6(_0x4915e6._0x299c68,_0x4915e6._0x148cb3,_0x4915e6._0x1a8d9b,0x14a)]=_0x5513f2[_0x5bbeb1(0x2c1,0x295,0x26e,0x2b4)],_0x3e1ba5['message']=_0x5513f2[_0x1752c6(_0x4915e6._0x51ae00,_0x4915e6._0x2e09b6,0x13e,_0x4915e6._0x366b11)],_0x296357[_0x5bbeb1(_0x4915e6._0x464ee4,_0x4915e6._0x329d6b,_0x4915e6._0x594560,0x334)](-0x9ae+0x503*-0x3+-0x1*-0x1a47)[_0x5bbeb1(0x26e,0x310,0x375,_0x4915e6._0x5f5c8a)](_0x3e1ba5);}const _0xc32461={};_0xc32461[_0x5bbeb1(0x3b2,_0x4915e6._0x1cfb7b,_0x4915e6._0x32b882,0x33a)]=_0x70b91a[_0x5bbeb1(0x399,_0x4915e6._0x4a8e37,_0x4915e6._0x3c9370,_0x4915e6._0x35ef0d)],_0xc32461['environmen'+'t']=_0x57df1a,_0xc32461[_0x1752c6(_0x4915e6._0x565a2b,_0x4915e6._0x1a8a52,_0x4915e6._0x1a2e2a,_0x4915e6._0xb9c055)]=_0x8e5e87['id'],_0xc32461[_0x5bbeb1(0x317,_0x4915e6._0xe6c090,_0x4915e6._0x1ce36b,_0x4915e6._0x28c762)]=_0x8e5e87['username'],_0xc32461['contentLen'+_0x1752c6(0x1b2,_0x4915e6._0x53d9f1,_0x4915e6._0x290353,0x1d8)]=_0x35e50f[_0x1752c6(0x1e9,0x18d,0x199,_0x4915e6._0x57879a)],logger[_0x5bbeb1(_0x4915e6._0x22577e,0x36f,0x3cc,_0x4915e6._0x635a0f)](_0x5513f2[_0x1752c6(_0x4915e6._0x25cdb5,0x2ad,0x256,0x2cd)],_0xc32461);const _0x42399f=_0x1813f6[_0x5bbeb1(0x221,_0x4915e6._0x56b0c0,_0x4915e6._0x469411,0x28b)](_0x4dfc21,_0x5513f2['FOSEY']),_0x55e3ca=new Date()[_0x1752c6(0x196,_0x4915e6._0x1cb84a,0x1cc,_0x4915e6._0x134743)+'g']();try{if(_0x5513f2[_0x5bbeb1(_0x4915e6._0x5f0cd1,_0x4915e6._0x24c1a9,_0x4915e6._0x266ed7,_0x4915e6._0x2e66f9)](_0x5513f2[_0x5bbeb1(_0x4915e6._0x15680c,0x308,_0x4915e6._0x389ef4,0x2a0)],'InBXw')){const _0x221cb3={};_0x221cb3[_0x1752c6(0x234,0x1ba,0x22b,0x1f4)]=!![],await _0x4d7004[_0x5bbeb1(0x2f0,0x2cb,0x2b9,0x33d)](_0x4dfc21,_0x221cb3),await _0x4d7004[_0x1752c6(_0x4915e6._0xe57ec2,_0x4915e6._0x48a3c2,0x201,_0x4915e6._0x28173d)](_0x42399f,_0x35e50f,_0x5513f2[_0x1752c6(_0x4915e6._0x9656b3,_0x4915e6._0x5f51b9,0x26c,_0x4915e6._0x16a877)]);const _0x576f2d={};_0x576f2d[_0x5bbeb1(_0x4915e6._0x17d3cf,0x3b5,_0x4915e6._0x46e264,0x33a)]=_0x70b91a[_0x5bbeb1(0x317,0x2b7,0x399,0x33a)],_0x576f2d['environmen'+'t']=_0x57df1a,_0x576f2d[_0x1752c6(_0x4915e6._0x565a2b,_0x4915e6._0x1d656e,0x1b0,_0x4915e6._0x3da721)]=_0x8e5e87['id'],logger[_0x5bbeb1(_0x4915e6._0x286f04,0x30b,0x2c5,_0x4915e6._0x635a0f)](_0x5513f2['zFFDo'],_0x576f2d);const _0x312560={};_0x312560[_0x5bbeb1(0x2b1,_0x4915e6._0x2db2cf,0x315,0x28f)]=!![],_0x312560[_0x5bbeb1(_0x4915e6._0x5042dc,0x2b0,0x2d2,_0x4915e6._0x1b2feb)+'t']=_0x57df1a,_0x312560[_0x1752c6(0x1cd,0x1d1,0x188,0x1c0)]=_0x5513f2[_0x5bbeb1(_0x4915e6._0x5d2c1b,0x2c5,_0x4915e6._0x4b4621,0x2d3)],_0x312560[_0x1752c6(0x17d,_0x4915e6._0x55be0f,0x1d0,0x1d8)]=_0x55e3ca,_0x312560[_0x5bbeb1(0x27d,0x27c,0x240,_0x4915e6._0x4ac0f6)+'askId']=_0x70b91a['taskId'],_0x312560[_0x5bbeb1(0x2b4,_0x4915e6._0x21e4a9,_0x4915e6._0x380800,0x2f9)+_0x1752c6(0x287,0x2f6,0x297,0x2bc)]=_0x8e5e87['id'],_0x296357['json'](_0x312560);}else{if(_0x5513f2['PdkLk'](_0x3910ed[_0x1752c6(0x23b,0x295,0x25d,_0x4915e6._0x3c3a66)],_0x5513f2[_0x5bbeb1(0x289,0x1d8,0x2d6,_0x4915e6._0x58f9ef)])){const _0x1e565a={};_0x1e565a[_0x5bbeb1(_0x4915e6._0x9f2f7d,0x222,0x2f9,_0x4915e6._0xabdd44)]=_0x5513f2[_0x1752c6(_0x4915e6._0x2feeb4,_0x4915e6._0x528cde,0x2ed,0x29e)],_0x1e565a['message']=_0x1752c6(0x25d,0x201,_0x4915e6._0x1a8a52,0x1de)+_0x4d6abe+(_0x5bbeb1(_0x4915e6._0x11e38d,0x2f1,0x370,_0x4915e6._0x299d4c)+'d'),_0x3218b8['status'](-0x134+-0x269b*0x1+-0x2963*-0x1)['json'](_0x1e565a);}else{const _0x579e9a={};_0x579e9a[_0x5bbeb1(0x2f9,0x37c,0x327,_0x4915e6._0x1283db)]=_0x22ce72[_0x1752c6(_0x4915e6._0x574a7f,_0x4915e6._0x4703e4,_0x4915e6._0x30aa18,0x280)],_0x579e9a[_0x1752c6(_0x4915e6._0x4d3ab5,_0x4915e6._0x2f598e,0x1e9,0x18c)+'t']=_0x430562,_0x579e9a['template']=_0x4beb8b,_0x579e9a[_0x1752c6(_0x4915e6._0x299c68,0x17e,_0x4915e6._0x1bdf88,_0x4915e6._0x1cd29d)]=_0x4d4b71[_0x5bbeb1(0x267,_0x4915e6._0x4129f1,_0x4915e6._0x45aba4,0x240)],_0xf72ee7[_0x5bbeb1(0x300,_0x4915e6._0x550d9f,_0x4915e6._0x21e990,0x294)](_0x5513f2[_0x5bbeb1(_0x4915e6._0x1615fd,_0x4915e6._0x5623cb,_0x4915e6._0x2f8733,_0x4915e6._0x54aca7)],_0x579e9a);const _0x27b224={};_0x27b224[_0x5bbeb1(0x275,_0x4915e6._0x44e78d,_0x4915e6._0x5f2279,0x294)]=_0x5513f2[_0x1752c6(_0x4915e6._0xfceab4,_0x4915e6._0x14518b,_0x4915e6._0x1b2feb,_0x4915e6._0x2fa8fe)],_0x27b224[_0x1752c6(0x174,_0x4915e6._0x1802ab,0x179,_0x4915e6._0x39a912)]=_0x5513f2[_0x5bbeb1(_0x4915e6._0x2f5c92,0x27b,0x307,0x298)],_0x55eefc['status'](-0x2*0x786+0x1707+-0x607*0x1)[_0x1752c6(_0x4915e6._0x1a5330,0x267,0x284,0x231)](_0x27b224);}}}catch(_0x8ecab9){const _0x71dae={};_0x71dae[_0x5bbeb1(_0x4915e6._0xbd5a34,0x2b7,_0x4915e6._0x54e634,0x33a)]=_0x70b91a['taskId'],_0x71dae[_0x5bbeb1(_0x4915e6._0x5590c7,0x22c,_0x4915e6._0x3eb80c,0x269)+'t']=_0x57df1a,_0x71dae[_0x1752c6(_0x4915e6._0x34c1f6,0x159,0x1f6,_0x4915e6._0x18e8df)]=_0x8ecab9[_0x5bbeb1(_0x4915e6._0x4110db,_0x4915e6._0x39ae9a,_0x4915e6._0x5c188f,0x240)],logger[_0x1752c6(_0x4915e6._0x30ed52,_0x4915e6._0x11f308,_0x4915e6._0x44df65,0x1c3)](_0x1752c6(_0x4915e6._0x1297ce,_0x4915e6._0x45afde,_0x4915e6._0x11d6e8,0x166)+_0x5bbeb1(0x236,_0x4915e6._0x5126f0,_0x4915e6._0x1615fd,0x270)+_0x1752c6(0x25e,0x2b0,_0x4915e6._0x553a2d,_0x4915e6._0x1dd65e),_0x71dae);const _0x3a31fd={};_0x3a31fd['error']=_0x5513f2['KqAbG'],_0x3a31fd[_0x5bbeb1(0x1fc,_0x4915e6._0x2aa452,_0x4915e6._0x16687b,0x240)]=_0x5513f2[_0x1752c6(_0x4915e6._0x3a642e,0x243,0x172,_0x4915e6._0x1f9824)],_0x296357[_0x1752c6(0x268,0x2ba,0x2a6,_0x4915e6._0x466cdf)](-0xf18+0x11*0x64+0xa68)[_0x1752c6(0x22c,0x256,_0x4915e6._0x373095,_0x4915e6._0x1daba6)](_0x3a31fd);}}),router[_0x1d930b(0x5f2,0x515,0x582,0x56c)]('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x456a2a,_0x59c46b)=>{const _0x301dc5={_0x4b7860:0x4ec,_0x3aebce:0x497,_0x4a20e9:0x4b0,_0x456e48:0x4dc,_0x15abff:0x49b,_0x5d29e3:0x520,_0x795e19:0x4c1,_0x23652e:0xc9,_0x4796f3:0xe9,_0x2c9b78:0x4a9,_0x4b8890:0x484,_0x5b5e98:0x455,_0x125553:0x44a,_0x3a61bc:0x454,_0xeca17d:0x99,_0x1da41f:0x41e,_0x5a0d5f:0x479,_0x2d3bac:0x45b,_0x130ade:0x151,_0x360ea7:0xee,_0x202899:0x4c3,_0x37c437:0x516,_0x10b3d9:0x42b,_0x4b6434:0x448,_0x125f1c:0x406,_0x59993a:0x47d,_0x2d747c:0x3f9,_0x2a03a3:0xb1,_0x5ce375:0x17a,_0x21ef06:0xfa,_0x5b4ff7:0x159,_0x35c4c1:0x480,_0xf9605e:0x4f7,_0x47fbef:0x433,_0x498b:0x447,_0x48d786:0x94,_0x32e7c1:0x141,_0x184746:0xcb,_0x319149:0x7e,_0x28f8d9:0x93,_0x13dfc5:0x1a,_0x175b84:0x400,_0x20534c:0x473,_0x11f2ad:0xdc,_0x2ed019:0xf9,_0xaa6c09:0x8b,_0x3ce827:0x448,_0x3d0570:0x108,_0x47c8b3:0x105,_0x3008c8:0x442,_0xbe2587:0x3f8,_0x3367d4:0x3b8,_0x4982a1:0x49a,_0x460d02:0x10c,_0x50e5a1:0x71,_0x25e8ff:0x4b,_0x595bcd:0xb8,_0x5cb699:0xb5,_0x545e23:0x106,_0x16f31b:0x47c,_0x1a53af:0x42e,_0x9ab56f:0x35,_0x50a3bd:0x13b,_0x4fa4f6:0xe,_0x1fc348:0x4c,_0x58341a:0x5c,_0x4047d5:0x22,_0x52864e:0x2e,_0xfc1b1b:0xbc,_0x4e1fe9:0xeb,_0x22b04c:0x7c,_0x5e2bcc:0x1b,_0x4dc624:0x5c,_0x3eb463:0x40,_0xc6db91:0x74,_0x378391:0x166,_0x2b8e25:0x16f,_0x5683d4:0xbb,_0x5581cb:0x140,_0xeecc42:0xc0,_0x4fc6c7:0x9f,_0x164cf2:0xce,_0x426e1c:0xac,_0x48b606:0x479,_0x534de3:0x433,_0xe41818:0x463,_0x30caea:0x3cb,_0x293f68:0x452,_0x57eef4:0x473,_0x3a17b9:0xad,_0x5b8fb4:0x3b,_0x175bb5:0x448,_0x2fab96:0x420,_0x288383:0x4c7,_0x1c7346:0xc8,_0x536fb8:0x10,_0x13f335:0x8c},_0x53ffcf={_0x451713:0x23f,_0x18bc13:0x1f5,_0x3980d4:0x205,_0x1757ac:0x18d,_0x35094a:0x2dd,_0x28eca9:0x121,_0x5a5255:0x110,_0x4add19:0x122,_0x119649:0x197,_0x4c830c:0x1fe,_0x1335ec:0x1a5,_0x1ab71e:0x168,_0x4e8da7:0xc8,_0x1cf374:0xb6,_0x19c4b3:0x2d2,_0x1f3b35:0x25d,_0x52f036:0x21e,_0x58989c:0x196,_0x567959:0x16b,_0x56d433:0x161,_0x259bbe:0x203,_0x5838b3:0x1b9,_0x22ab88:0x24a,_0x2d7083:0x27e,_0x379882:0x264,_0x178855:0x27c,_0x5a3203:0x309,_0x32d1a9:0xc7,_0x5760a9:0x117,_0x153fd3:0x292,_0x107e84:0x242,_0x3e3af4:0x1ca,_0x4d6409:0x1f7,_0x515fd9:0x2ac,_0x2084f2:0x12c,_0x4102c2:0x1e8,_0x4e2499:0xfc,_0x4acafa:0x1ca,_0x11ff88:0x1af,_0x2befa4:0x156,_0x42ca26:0x12a},_0x5b9df0={_0x49a284:0x438,_0x4e6926:0x5c},_0x476a8c={_0x5dc6b5:0x16b,_0xc4f87d:0x159,_0x58b175:0x603},_0x292277={};_0x292277[_0xd285b(_0x301dc5._0x4b7860,0x4a7,0x4a4,0x487)]=_0xd285b(_0x301dc5._0x3aebce,_0x301dc5._0x4a20e9,_0x301dc5._0x456e48,0x534)+'t',_0x292277[_0xd285b(0x4d6,0x456,_0x301dc5._0x15abff,0x48b)]=_0xd285b(_0x301dc5._0x5d29e3,_0x301dc5._0x795e19,0x535,0x4ba)+'mplate\x20nam'+'e',_0x292277['uhehD']=function(_0x4bfb94,_0x293c43){return _0x4bfb94===_0x293c43;},_0x292277[_0x16d218(-_0x301dc5._0x23652e,-0x118,-_0x301dc5._0x4796f3,-0x157)]=_0xd285b(0x4d7,_0x301dc5._0x2c9b78,0x503,_0x301dc5._0x4b8890),_0x292277[_0xd285b(_0x301dc5._0x5b5e98,0x44c,0x407,_0x301dc5._0x125553)]=_0x16d218(-0x43,-0x69,-0x6b,-0xe8),_0x292277[_0xd285b(0x415,0x3e2,_0x301dc5._0x3a61bc,0x3df)]='utf-8',_0x292277['dPHzZ']=function(_0x20dc00,_0x45fdcc){return _0x20dc00!==_0x45fdcc;};function _0x16d218(_0x5c7223,_0x5a94e0,_0x38402d,_0x3e29e0){return _0x1d930b(_0x5c7223,_0x5a94e0-_0x476a8c._0x5dc6b5,_0x38402d-_0x476a8c._0xc4f87d,_0x38402d- -_0x476a8c._0x58b175);}_0x292277[_0x16d218(-0xd3,-0xee,-0x112,-_0x301dc5._0xeca17d)]=_0xd285b(0x480,_0x301dc5._0x1da41f,0x3d6,_0x301dc5._0x5a0d5f)+_0xd285b(0x4c0,0x444,0x45c,0x4cf)+'uired',_0x292277[_0xd285b(0x41f,_0x301dc5._0x2d3bac,0x4d2,0x4e3)]=_0x16d218(-_0x301dc5._0x130ade,-0xc2,-_0x301dc5._0x360ea7,-0xfc)+_0xd285b(0x544,_0x301dc5._0x202899,0x44f,_0x301dc5._0x37c437)+'ment\x20templ'+_0xd285b(_0x301dc5._0x10b3d9,_0x301dc5._0x4b6434,_0x301dc5._0x125f1c,_0x301dc5._0x59993a),_0x292277[_0xd285b(0x412,0x3ee,0x39f,_0x301dc5._0x2d747c)]=function(_0x29fbb2,_0x4096f6){return _0x29fbb2===_0x4096f6;},_0x292277['TZDyR']=_0x16d218(-0x87,-0x44,-_0x301dc5._0x2a03a3,-0x7d),_0x292277[_0x16d218(-0x12c,-_0x301dc5._0x5ce375,-_0x301dc5._0x21ef06,-_0x301dc5._0x5b4ff7)]=_0xd285b(0x461,_0x301dc5._0x35c4c1,_0x301dc5._0xf9605e,0x4ff),_0x292277[_0xd285b(_0x301dc5._0x47fbef,_0x301dc5._0x498b,0x455,0x455)]=_0x16d218(-_0x301dc5._0x48d786,-_0x301dc5._0x32e7c1,-_0x301dc5._0x184746,-_0x301dc5._0x319149)+'list\x20templ'+_0x16d218(-0x30,-0xde,-0xab,-0x45);const _0x3bd531=_0x292277,{callingTask:_0x2a0ce7,environmentName:_0x43237a,environmentPath:_0x53884c}=_0x456a2a,_0x332c0e={};_0x332c0e['taskId']=_0x2a0ce7[_0x16d218(-_0x301dc5._0x28f8d9,-0x27,-_0x301dc5._0x13dfc5,-0x52)];function _0xd285b(_0x56cb27,_0x3ca80d,_0x44cd40,_0x24ff14){return _0x3ee897(_0x56cb27-0x86,_0x24ff14,_0x3ca80d-_0x5b9df0._0x49a284,_0x24ff14-_0x5b9df0._0x4e6926);}_0x332c0e[_0xd285b(_0x301dc5._0x175b84,0x408,0x47f,_0x301dc5._0x20534c)+'t']=_0x43237a,logger['info'](_0x3bd531['QscMC'],_0x332c0e);const _0x4257c6=_0x1813f6['join'](_0x53884c,_0x16d218(-0x11b,-_0x301dc5._0x11f2ad,-_0x301dc5._0x2ed019,-_0x301dc5._0xaa6c09)+_0xd285b(0x409,_0x301dc5._0x3ce827,0x43a,0x4ca));try{if(_0x3bd531[_0x16d218(-0xe7,-_0x301dc5._0x3d0570,-_0x301dc5._0x47c8b3,-0x9a)](_0xd285b(0x3bd,_0x301dc5._0x3008c8,_0x301dc5._0xbe2587,_0x301dc5._0x3a61bc),_0x3bd531[_0xd285b(0x45d,0x435,_0x301dc5._0x3367d4,_0x301dc5._0x4982a1)])){const _0xac5735=await _0x4d7004[_0x16d218(-0x11b,-0x133,-_0x301dc5._0x460d02,-0x112)](_0x4257c6),_0x4f431f=_0xac5735[_0xd285b(0x4c4,0x48e,0x41b,0x40b)](_0x8233c4=>_0x8233c4['endsWith'](_0x16d218(-0x108,-0xce,-0x8f,-0x79))),_0x21e03c=await Promise['all'](_0x4f431f[_0x16d218(-0x4b,_0x301dc5._0x50e5a1,0x0,-_0x301dc5._0x25e8ff)](async _0x1d8ae3=>{const _0x16590f={_0x517e27:0x13};function _0x59bc7f(_0x1639f5,_0x5acd62,_0xa8c529,_0x45cefb){return _0x16d218(_0x45cefb,_0x5acd62-_0x16590f._0x517e27,_0x1639f5-0x2de,_0x45cefb-0x187);}function _0x477c0b(_0x21f786,_0x557d57,_0x4e0acf,_0x492e5f){return _0x16d218(_0x492e5f,_0x557d57-0x1cb,_0x4e0acf-0x1d9,_0x492e5f-0x107);}if(_0x3bd531[_0x59bc7f(0x2bc,0x247,_0x53ffcf._0x451713,0x24f)](_0x3bd531[_0x59bc7f(_0x53ffcf._0x18bc13,0x177,_0x53ffcf._0x3980d4,_0x53ffcf._0x1757ac)],_0x3bd531['IdMus'])){const _0x557a12=_0x1d8ae3[_0x59bc7f(0x2ab,0x2fc,_0x53ffcf._0x35094a,0x289)](/\.md$/,''),_0x3b8341=_0x1813f6[_0x477c0b(0x126,_0x53ffcf._0x28eca9,_0x53ffcf._0x5a5255,_0x53ffcf._0x4add19)](_0x4257c6,_0x557a12+_0x477c0b(_0x53ffcf._0x119649,_0x53ffcf._0x4c830c,_0x53ffcf._0x1335ec,_0x53ffcf._0x1ab71e));let _0x10a93b=null;try{if(_0x3bd531['uhehD']('cspjC',_0x3bd531['hPLSe'])){const _0x5bd017=await _0x4d7004['readFile'](_0x3b8341,_0x3bd531[_0x477c0b(0x84,0xcc,_0x53ffcf._0x4e8da7,_0x53ffcf._0x1cf374)]);_0x10a93b=JSON[_0x59bc7f(_0x53ffcf._0x19c4b3,_0x53ffcf._0x1f3b35,0x25f,0x28a)](_0x5bd017);}else{const _0x5dcac8={};return _0x5dcac8[_0x59bc7f(_0x53ffcf._0x52f036,0x244,0x227,0x1b6)]=_0x3bd531['EhvBY'],_0x5dcac8[_0x59bc7f(0x1ca,0x1ec,0x1c6,_0x53ffcf._0x58989c)]=_0x3bd531[_0x477c0b(_0x53ffcf._0x567959,_0x53ffcf._0x56d433,0x13c,0xb5)],_0x14427f[_0x477c0b(_0x53ffcf._0x259bbe,0x19a,_0x53ffcf._0x5838b3,0x1e5)](0xcc9+0x1d21*-0x1+-0x8f4*-0x2)[_0x59bc7f(0x282,0x20a,_0x53ffcf._0x22ab88,_0x53ffcf._0x2d7083)](_0x5dcac8);}}catch{}return{'name':_0x557a12,'filename':_0x1d8ae3,'description':_0x10a93b?.[_0x59bc7f(0x28c,_0x53ffcf._0x379882,_0x53ffcf._0x178855,_0x53ffcf._0x5a3203)+'n']||null,'hasMetadata':_0x3bd531[_0x477c0b(_0x53ffcf._0x32d1a9,0x127,_0x53ffcf._0x5760a9,0x124)](_0x10a93b,null)};}else{const _0x55daae={};return _0x55daae['error']=_0x3bd531[_0x59bc7f(_0x53ffcf._0x153fd3,0x24c,_0x53ffcf._0x107e84,0x286)],_0x55daae[_0x59bc7f(_0x53ffcf._0x3e3af4,_0x53ffcf._0x4d6409,0x231,0x150)]=_0x59bc7f(_0x53ffcf._0x515fd9,0x30f,0x2f7,0x2aa)+_0x477c0b(_0x53ffcf._0x2084f2,_0x53ffcf._0x4102c2,0x161,_0x53ffcf._0x4e2499)+'e',_0x3cbf9c[_0x477c0b(_0x53ffcf._0x4acafa,_0x53ffcf._0x11ff88,0x1b9,_0x53ffcf._0x2befa4)](-0x1a1d+-0xc23+0x27d0)[_0x477c0b(_0x53ffcf._0x42ca26,0x1b5,0x17d,0x1f2)](_0x55daae);}})),_0xb8e6e6={};_0xb8e6e6[_0x16d218(-_0x301dc5._0x595bcd,-0xc4,-_0x301dc5._0x5cb699,-_0x301dc5._0x545e23)]=_0x21e03c,_0xb8e6e6[_0xd285b(_0x301dc5._0x16f31b,0x408,0x3d2,0x3f4)+'t']=_0x43237a,_0x59c46b[_0xd285b(_0x301dc5._0x1a53af,0x497,0x521,_0x301dc5._0x4b8890)](_0xb8e6e6);}else{const _0x13ac26={};return _0x13ac26[_0x16d218(-_0x301dc5._0x9ab56f,-_0x301dc5._0x50a3bd,-0xc0,-0x13f)]=_0x3bd531[_0x16d218(_0x301dc5._0x4fa4f6,-0xc,-_0x301dc5._0x1fc348,0x3f)],_0x13ac26['message']=_0x3bd531['exnjy'],_0x5af987['status'](-0x44*-0x29+-0x1f*-0xeb+0x25c9*-0x1)[_0x16d218(-0x6e,-0xda,-_0x301dc5._0x58341a,-0xb5)](_0x13ac26);}}catch(_0x4b429d){if(_0x3bd531[_0x16d218(-0x63,-0x44,-_0x301dc5._0x4047d5,-0x38)](_0x4b429d[_0x16d218(-0xcb,-_0x301dc5._0x52864e,-0x4d,0x3f)],_0x3bd531['xhjMj'])){const _0x50ba95={};_0x50ba95[_0x16d218(-0xe5,-0x110,-_0x301dc5._0x5cb699,-0x73)]=[],_0x50ba95[_0x16d218(-_0x301dc5._0x48d786,-_0x301dc5._0xfc1b1b,-_0x301dc5._0x4e1fe9,-_0x301dc5._0x22b04c)+'t']=_0x43237a,_0x59c46b[_0x16d218(-0xc4,_0x301dc5._0x5e2bcc,-_0x301dc5._0x4dc624,-0x2e)](_0x50ba95);}else{const _0x2bc795={};_0x2bc795[_0x16d218(-0x7,_0x301dc5._0x3eb463,-0x1a,-0x7a)]=_0x2a0ce7['taskId'],_0x2bc795[_0x16d218(-_0x301dc5._0xc6db91,-_0x301dc5._0x378391,-0xeb,-_0x301dc5._0x2b8e25)+'t']=_0x43237a,_0x2bc795[_0x16d218(-_0x301dc5._0x5683d4,-_0x301dc5._0x5581cb,-_0x301dc5._0xeecc42,-_0x301dc5._0x4fc6c7)]=_0x4b429d['message'],logger['error'](_0x3bd531[_0x16d218(-0x3d,-_0x301dc5._0x164cf2,-_0x301dc5._0x426e1c,-_0x301dc5._0x52864e)],_0x2bc795);const _0x38e470={};_0x38e470[_0xd285b(_0x301dc5._0x48b606,_0x301dc5._0x534de3,_0x301dc5._0xe41818,_0x301dc5._0x30caea)]=_0xd285b(_0x301dc5._0x293f68,_0x301dc5._0x57eef4,0x459,0x4cf)+'erver\x20Erro'+'r',_0x38e470['message']=_0x16d218(-0xc0,-0x6f,-0xcb,-0x8b)+_0x16d218(-_0x301dc5._0x3a17b9,-_0x301dc5._0x5b8fb4,-0x87,-0x4c)+_0xd285b(0x452,_0x301dc5._0x175bb5,0x3d7,_0x301dc5._0x2fab96),_0x59c46b[_0xd285b(0x4ed,0x4d3,0x492,_0x301dc5._0x288383)](-0x367+-0x33b+0x896)[_0x16d218(-_0x301dc5._0x1c7346,-_0x301dc5._0x536fb8,-0x5c,-_0x301dc5._0x13f335)](_0x38e470);}}}),router[_0x3ee897(-0x46,-0x68,0x24,0x27)](_0x1d930b(0x526,0x56a,0x5b7,0x59d)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x7e3e8a,_0x12c5b3)=>{const _0x2c34cb={_0x9b5e8e:0x211,_0x4a2965:0x1c6,_0xd81cfd:0x521,_0x2603ce:0x4a7,_0xce6e5e:0x1e4,_0x27e188:0x5de,_0x244f52:0x579,_0x41527c:0x5e2,_0x198f9a:0x2b8,_0x2efd5f:0x255,_0x567e6f:0x4db,_0x3c967a:0x57a,_0x30b780:0x577,_0x3abd36:0x5ce,_0x2e162e:0x523,_0x26016d:0x551,_0x1b5f9c:0x2c4,_0x279def:0x266,_0x48ba3d:0x256,_0x5c11d8:0x2c3,_0x13eabc:0x287,_0xf3369c:0x22e,_0x4d5c06:0x2e8,_0x5ebfce:0x2fd,_0x47c0f9:0x298,_0xf8e369:0x4f2,_0x2f0836:0x509,_0x43cd47:0x55c,_0x1e1630:0x336,_0x2eef59:0x2cc,_0x2c50e9:0x2a9,_0x10ac9c:0x5b4,_0x26739b:0x1af,_0x53b3fe:0x1fe,_0x5cdd3d:0x5d3,_0x53d1ed:0x52b,_0x4b8398:0x5cb,_0x421138:0x58d,_0x16976b:0x184,_0x4901de:0x1e2,_0x2b350e:0x26b,_0x4b21b5:0x230,_0x270eb6:0x57c,_0x5281bd:0x5a7,_0xeb57be:0x33b,_0x13712e:0x31d,_0x1386ad:0x1c8,_0x87996d:0x1bf,_0x3882c5:0x210,_0x486ed2:0x594,_0x9a0a2:0x542,_0x4b69a5:0x4c3,_0x59879b:0x516,_0x46ba90:0x2ea,_0x1db181:0x1de,_0x5f2d7c:0x28f,_0x4430ae:0x261,_0x3e82ea:0x574,_0x55a792:0x5ca,_0x1a8435:0x578,_0x56c5da:0x532,_0x17cc38:0x234,_0xeae741:0x244,_0x2d0b2f:0x25e,_0xbced2c:0x253,_0x1ee2a5:0x505,_0x25912f:0x1b4,_0x4d25f8:0x190,_0x194774:0x4ff,_0x5e0881:0x53b,_0x295ec5:0x22c,_0x3a7440:0x1cd,_0x33ae22:0x245,_0x55df71:0x5f1,_0x246ff5:0x236,_0xe4a114:0x202,_0x3e9289:0x27f,_0x545948:0x246,_0x11fda7:0x2c1,_0x532258:0x4ed,_0x2907e7:0x501,_0x3e8e47:0x5a3,_0x5d58a6:0x539,_0x372ee4:0x51b,_0x367be3:0x47b,_0x4518d4:0x4a4,_0x47714e:0x4e5,_0x585b51:0x55d,_0x3edc8b:0x568,_0x438cc6:0x5b1,_0x1761c6:0x151,_0x32a818:0x20e,_0x2bcf57:0x51a,_0xbdd139:0x2b4,_0x170e3a:0x314,_0x585399:0x2bb,_0x4872da:0x24a,_0x24863e:0x609,_0x434d7b:0x592,_0x47d47a:0x290,_0x4bdd6b:0x344,_0x234be1:0x1c0,_0x4eb75c:0x26c,_0x5ba33e:0x22f,_0x37effc:0x1fe,_0x370623:0x529,_0x36dce3:0x4ce,_0x4a0848:0x588,_0x510f96:0x49f,_0x484d12:0x4ba,_0x297214:0x5fa,_0x300056:0x5be,_0x30ba45:0x567,_0x112895:0x562,_0x120e2f:0x54c,_0x3f5534:0x576,_0x2ea344:0x1cf,_0x3508ba:0x1bc,_0x52750d:0x1d4,_0x1ee937:0x235,_0x413144:0x2d1,_0x487962:0x508,_0x1cd369:0x4cf,_0x5a8d06:0x223,_0x3ff419:0x4f9,_0x360f18:0x507,_0x59d2de:0x591,_0x540d3d:0x247,_0x2a288c:0x274,_0xa1a612:0x264,_0x44778e:0x2b2,_0x3fcd6f:0x59d,_0x1e2b57:0x5bc,_0x2cf163:0x607,_0x321ecf:0x550,_0x5d0905:0x271,_0x18c9b6:0x5d2,_0xfa53f1:0x5cc,_0x28b83d:0x62c,_0xd91ee5:0x5d8,_0x20e3e3:0x548,_0xd8ba1c:0x485,_0x46d74b:0x27b,_0x5f3683:0x269,_0x3ca6da:0x25f,_0x1e27e4:0x292,_0x34171b:0x21b,_0x10cee5:0x1b0,_0x5ed69b:0x227,_0x4f945a:0x1fa,_0x49e766:0x4d0,_0x22d736:0x532,_0x221cba:0x502,_0x382b61:0x572,_0xe67804:0x553,_0x8983a:0x59b,_0x503835:0x517,_0x1cccab:0x5d9,_0x25f6b7:0x596},_0x507c10={_0x12e14e:0x1f0,_0x29805f:0xa2},_0x2eb723={_0x3bf20b:0x16,_0x157f40:0x1d1,_0x2b7502:0x11},_0x3063fc={};_0x3063fc[_0x337724(0x151,_0x2c34cb._0x9b5e8e,0x188,_0x2c34cb._0x4a2965)]=_0x2ae4e6(_0x2c34cb._0xd81cfd,_0x2c34cb._0x2603ce,0x525,0x556)+_0x337724(0x260,0x2cd,_0x2c34cb._0xce6e5e,0x257),_0x3063fc['UcSJq']=_0x2ae4e6(_0x2c34cb._0x27e188,_0x2c34cb._0x244f52,_0x2c34cb._0x41527c,0x5ff)+'ed',_0x3063fc[_0x337724(_0x2c34cb._0x198f9a,0x226,0x264,_0x2c34cb._0x2efd5f)]=_0x2ae4e6(_0x2c34cb._0x567e6f,0x4e1,0x50f,_0x2c34cb._0x3c967a)+_0x2ae4e6(0x568,_0x2c34cb._0x30b780,_0x2c34cb._0x3abd36,0x5d2),_0x3063fc[_0x2ae4e6(_0x2c34cb._0x2e162e,0x539,_0x2c34cb._0x26016d,0x526)]=_0x337724(_0x2c34cb._0x1b5f9c,0x25a,_0x2c34cb._0x279def,_0x2c34cb._0x48ba3d),_0x3063fc[_0x337724(_0x2c34cb._0x5c11d8,0x1fe,_0x2c34cb._0x13eabc,0x25f)]=_0x337724(_0x2c34cb._0xf3369c,_0x2c34cb._0x4d5c06,_0x2c34cb._0x5ebfce,_0x2c34cb._0x47c0f9)+'t';function _0x2ae4e6(_0x3a4c96,_0x5046f2,_0x4c98a5,_0x5bed9){return _0x1d930b(_0x5bed9,_0x5046f2-_0x2eb723._0x3bf20b,_0x4c98a5-_0x2eb723._0x157f40,_0x4c98a5- -_0x2eb723._0x2b7502);}_0x3063fc[_0x2ae4e6(_0x2c34cb._0xf8e369,_0x2c34cb._0x2f0836,_0x2c34cb._0x43cd47,0x50d)]=_0x337724(0x31c,_0x2c34cb._0x1e1630,_0x2c34cb._0x2eef59,_0x2c34cb._0x2c50e9)+_0x2ae4e6(_0x2c34cb._0xf8e369,_0x2c34cb._0x10ac9c,0x57a,0x5cf)+'e',_0x3063fc[_0x337724(0x17c,0x239,_0x2c34cb._0x26739b,_0x2c34cb._0x53b3fe)]='Task\x20fetch'+_0x2ae4e6(_0x2c34cb._0x5cdd3d,0x53a,0x59c,_0x2c34cb._0x53d1ed)+'te',_0x3063fc[_0x2ae4e6(0x5b4,0x63b,_0x2c34cb._0x4b8398,_0x2c34cb._0x421138)]=_0x337724(0x16a,0x1dd,_0x2c34cb._0x16976b,_0x2c34cb._0x4901de)+_0x337724(_0x2c34cb._0x2b350e,_0x2c34cb._0x47c0f9,0x1c8,_0x2c34cb._0x4b21b5),_0x3063fc[_0x2ae4e6(0x5c2,0x5b6,0x53b,0x57f)]=_0x2ae4e6(_0x2c34cb._0x270eb6,_0x2c34cb._0x5281bd,0x5df,0x64a),_0x3063fc[_0x337724(0x25f,_0x2c34cb._0xeb57be,_0x2c34cb._0x13712e,0x2b2)]='ENOENT',_0x3063fc['pOAHx']=_0x337724(_0x2c34cb._0x1386ad,0x1b7,_0x2c34cb._0x87996d,_0x2c34cb._0x3882c5)+'read\x20templ'+_0x2ae4e6(_0x2c34cb._0x486ed2,0x518,_0x2c34cb._0x9a0a2,0x514);const _0x51def0=_0x3063fc,{callingTask:_0x320246,environmentName:_0x513196,environmentPath:_0x427b80}=_0x7e3e8a,{name:_0x45cb14}=_0x7e3e8a[_0x2ae4e6(0x57e,_0x2c34cb._0x4b69a5,_0x2c34cb._0x59879b,0x57f)];if(_0x45cb14[_0x337724(_0x2c34cb._0x46ba90,_0x2c34cb._0x1db181,_0x2c34cb._0x5f2d7c,_0x2c34cb._0x4430ae)]('/')||_0x45cb14[_0x2ae4e6(_0x2c34cb._0x3e82ea,_0x2c34cb._0x55a792,_0x2c34cb._0x1a8435,0x5a4)]('\x5c')||_0x45cb14[_0x2ae4e6(0x516,0x50c,0x578,_0x2c34cb._0x56c5da)]('..')){if(_0x337724(_0x2c34cb._0x17cc38,_0x2c34cb._0xeae741,_0x2c34cb._0x2d0b2f,_0x2c34cb._0xbced2c)!==_0x51def0[_0x2ae4e6(_0x2c34cb._0x1ee2a5,0x5c1,_0x2c34cb._0x26016d,0x573)]){const _0x182cb4={};return _0x182cb4[_0x337724(_0x2c34cb._0x25912f,0x1b8,_0x2c34cb._0x4d25f8,0x21b)]=_0x51def0['dOBzp'],_0x182cb4[_0x2ae4e6(_0x2c34cb._0x194774,_0x2c34cb._0x5e0881,0x4de,0x46c)]=_0x51def0[_0x337724(_0x2c34cb._0x295ec5,_0x2c34cb._0x3a7440,0x1d2,_0x2c34cb._0x33ae22)],_0x12c5b3[_0x2ae4e6(_0x2c34cb._0x55df71,0x56b,0x5d2,0x5de)](0x1155+-0x89*-0x12+-0x1*0x1967)[_0x337724(0x29e,_0x2c34cb._0x246ff5,_0x2c34cb._0xe4a114,_0x2c34cb._0x3e9289)](_0x182cb4);}else{const _0x57da1e={};_0x57da1e[_0x337724(0x26f,0x238,_0x2c34cb._0x545948,_0x2c34cb._0x11fda7)]=_0x2ad9cf,_0x57da1e[_0x2ae4e6(_0x2c34cb._0x532258,0x507,0x528,_0x2c34cb._0x2907e7)]=_0x3b77b1,_0x4409bb[_0x2ae4e6(_0x2c34cb._0x3e8e47,0x5ef,_0x2c34cb._0x30b780,_0x2c34cb._0x5d58a6)](_0x51def0[_0x2ae4e6(_0x2c34cb._0x372ee4,_0x2c34cb._0x367be3,0x4dd,_0x2c34cb._0x4518d4)],_0x57da1e);const _0xf99bcf={};return _0xf99bcf[_0x2ae4e6(_0x2c34cb._0x47714e,0x4e1,0x532,0x4d5)]=_0x51def0[_0x2ae4e6(0x53b,_0x2c34cb._0x585b51,_0x2c34cb._0x3edc8b,_0x2c34cb._0x438cc6)],_0xf99bcf[_0x337724(_0x2c34cb._0x1761c6,_0x2c34cb._0x32a818,0x154,0x1c7)]=_0x51def0[_0x2ae4e6(0x566,0x527,0x56c,_0x2c34cb._0x2bcf57)],_0x8cbc35[_0x337724(_0x2c34cb._0xbdd139,_0x2c34cb._0x170e3a,0x247,_0x2c34cb._0x585399)](-0x1c0+-0x2a0+0x5f1)['json'](_0xf99bcf);}}const _0x3847cb={};_0x3847cb['taskId']=_0x320246[_0x337724(_0x2c34cb._0x4872da,_0x2c34cb._0x5c11d8,0x295,0x2c1)],_0x3847cb['environmen'+'t']=_0x513196,_0x3847cb[_0x2ae4e6(_0x2c34cb._0x24863e,0x5bf,_0x2c34cb._0x434d7b,0x5b0)]=_0x45cb14,logger[_0x337724(0x343,_0x2c34cb._0x47d47a,_0x2c34cb._0x4bdd6b,0x2ca)](_0x51def0[_0x337724(_0x2c34cb._0x234be1,_0x2c34cb._0x4eb75c,_0x2c34cb._0x5ba33e,_0x2c34cb._0x37effc)],_0x3847cb);function _0x337724(_0x2bb929,_0x281d5f,_0x2a827c,_0x2c7e07){return _0x1d930b(_0x281d5f,_0x281d5f-_0x507c10._0x12e14e,_0x2a827c-_0x507c10._0x29805f,_0x2c7e07- -0x328);}const _0x52241f=_0x1813f6[_0x2ae4e6(0x58f,_0x2c34cb._0xf8e369,_0x2c34cb._0x370623,0x4aa)](_0x427b80,_0x51def0['gXXAA']),_0x27e57c=_0x1813f6[_0x2ae4e6(_0x2c34cb._0x36dce3,_0x2c34cb._0x4a0848,0x529,0x50e)](_0x52241f,_0x45cb14+'.md'),_0x471963=_0x1813f6[_0x2ae4e6(_0x2c34cb._0x510f96,_0x2c34cb._0x484d12,0x529,0x52f)](_0x52241f,_0x45cb14+_0x2ae4e6(0x570,_0x2c34cb._0x297214,0x5be,_0x2c34cb._0x300056));try{const _0x5e5b0a=await _0x4d7004[_0x2ae4e6(_0x2c34cb._0x30ba45,_0x2c34cb._0x112895,_0x2c34cb._0x120e2f,_0x2c34cb._0x3f5534)](_0x27e57c,_0x51def0[_0x337724(_0x2c34cb._0x2ea344,_0x2c34cb._0x33ae22,_0x2c34cb._0x3508ba,0x224)]);let _0x5579d0=null;try{const _0xedeb4c=await _0x4d7004[_0x337724(0x247,_0x2c34cb._0x52750d,0x25b,_0x2c34cb._0x1ee937)](_0x471963,_0x51def0['ICoqT']);_0x5579d0=JSON[_0x337724(0x312,0x32c,_0x2c34cb._0x413144,0x2cf)](_0xedeb4c);}catch{}const _0x5d2b40={};_0x5d2b40[_0x337724(0x205,_0x2c34cb._0xbced2c,0x24f,0x20a)]=_0x45cb14,_0x5d2b40[_0x2ae4e6(0x4ae,0x546,_0x2c34cb._0x487962,_0x2c34cb._0x1cd369)]=_0x5e5b0a,_0x5d2b40[_0x337724(0x1c1,_0x2c34cb._0x5a8d06,0x1be,0x1d2)]=_0x5579d0,_0x5d2b40[_0x2ae4e6(_0x2c34cb._0x3ff419,0x504,_0x2c34cb._0x360f18,_0x2c34cb._0x59d2de)+'t']=_0x513196,_0x12c5b3['json'](_0x5d2b40);}catch(_0x266f49){if(_0x266f49[_0x337724(0x24e,_0x2c34cb._0x540d3d,0x268,0x28e)]===_0x51def0[_0x337724(_0x2c34cb._0x2a288c,_0x2c34cb._0xa1a612,0x288,_0x2c34cb._0x44778e)]){const _0x3a3d27={};_0x3a3d27['error']=_0x2ae4e6(_0x2c34cb._0x3fcd6f,0x5c0,_0x2c34cb._0x1e2b57,_0x2c34cb._0x2cf163),_0x3a3d27['message']=_0x2ae4e6(0x61f,_0x2c34cb._0x321ecf,0x5c7,0x63b)+_0x45cb14+(_0x337724(_0x2c34cb._0x5f2d7c,0x2a0,0x1f8,_0x2c34cb._0x5d0905)+'d'),_0x12c5b3[_0x2ae4e6(0x65f,0x637,_0x2c34cb._0x18c9b6,0x556)](-0xba*0x21+-0x24a*0x5+0x940*0x4)[_0x337724(0x2f2,0x258,0x29d,0x27f)](_0x3a3d27);}else{const _0x5455ef={};_0x5455ef[_0x2ae4e6(0x5b8,_0x2c34cb._0xfa53f1,0x5d8,_0x2c34cb._0x3edc8b)]=_0x320246[_0x2ae4e6(_0x2c34cb._0x28b83d,0x646,_0x2c34cb._0xd91ee5,_0x2c34cb._0x10ac9c)],_0x5455ef[_0x2ae4e6(0x51b,_0x2c34cb._0x20e3e3,0x507,_0x2c34cb._0xd8ba1c)+'t']=_0x513196,_0x5455ef[_0x337724(_0x2c34cb._0xa1a612,0x2ca,0x2dd,_0x2c34cb._0x46d74b)]=_0x45cb14,_0x5455ef[_0x337724(0x1ee,0x25b,_0x2c34cb._0x5f3683,0x21b)]=_0x266f49['message'],logger[_0x337724(0x1d9,_0x2c34cb._0x3ca6da,_0x2c34cb._0x1e27e4,_0x2c34cb._0x34171b)](_0x51def0[_0x337724(_0x2c34cb._0x10cee5,_0x2c34cb._0x5ed69b,0x1bb,_0x2c34cb._0x4f945a)],_0x5455ef);const _0x2a7d6c={};_0x2a7d6c[_0x2ae4e6(0x4d4,_0x2c34cb._0x49e766,_0x2c34cb._0x22d736,0x4a7)]=_0x2ae4e6(_0x2c34cb._0x3c967a,_0x2c34cb._0x221cba,_0x2c34cb._0x382b61,0x521)+_0x2ae4e6(_0x2c34cb._0xe67804,0x53e,_0x2c34cb._0x8983a,_0x2c34cb._0x43cd47)+'r',_0x2a7d6c['message']=_0x51def0[_0x2ae4e6(_0x2c34cb._0x503835,0x570,0x511,0x4b5)],_0x12c5b3['status'](-0xe8*0x1+-0x2*0xb57+-0x2*-0xcc5)[_0x2ae4e6(0x584,_0x2c34cb._0x1cccab,_0x2c34cb._0x25f6b7,0x619)](_0x2a7d6c);}}}),router[_0x3ee897(-0x57,0x34,0x29,0xb0)](_0x3ee897(-0x17,0x97,0x55,0x81)+_0x3ee897(0xa3,0xa2,0x5a,0x41),requireTaskAuth,requireTemplatesPermission,async(_0x4231c9,_0x130288)=>{const _0x54a1cd={_0x17a1c2:0x17,_0xb10ff5:0x6,_0x4e8278:0x274,_0x26d3ed:0x27a,_0x8e0de9:0xc,_0x2a32e1:0x25e,_0x287667:0x256,_0xa7e2f3:0x280,_0x21a50c:0x205,_0x18087c:0x335,_0x2e34cb:0x91,_0x33ce62:0x14,_0x257832:0xa1,_0x8a8555:0x137,_0x1c564a:0x21,_0x3527c9:0x95,_0x57cf22:0x9e,_0x324b72:0x7f,_0x37ce90:0x3a3,_0x33270f:0x31d,_0x86d70c:0x3d0,_0x12bd20:0x2bd,_0x39f247:0x31a,_0x4fda8e:0x3b,_0x1cdd49:0x5c,_0x1d7515:0x2,_0xef89cf:0x2a0,_0xc0fd93:0x256,_0x180197:0x311,_0x8b426:0x2cd,_0x23ae70:0x2de,_0x957ef8:0x26c,_0x52e680:0x6a,_0x16a8cc:0x8a,_0x5730d0:0x10,_0x5df60b:0x5d,_0x3adf66:0x6f,_0x1e67d0:0xc2,_0x2eebf4:0x2b,_0x4c88f4:0x35,_0x107422:0x67,_0x1ba877:0x8e,_0x167da5:0xfb,_0x16f87c:0x71,_0x1940a8:0x83,_0x2faf69:0x317,_0x2db5d5:0x2e7,_0x142324:0x42,_0x438977:0x9c,_0x58c4d9:0x66,_0x2f0100:0x8c,_0x397927:0x38,_0x553b0f:0x4,_0x233600:0xb,_0x2bdded:0xe,_0x3bf00f:0x15,_0x28559b:0x2d,_0x1172ab:0x80,_0x33a529:0xdb,_0x40c003:0x27b,_0x3fbbd0:0x2b8,_0x2f703f:0x9a,_0x57b791:0x281,_0x2eafc2:0x81,_0xaaba93:0x2d3,_0xcf276e:0x358,_0xb9f097:0x2ee,_0xfe22a9:0x370,_0x4c13db:0x70,_0x443b3f:0x36,_0x730ac2:0x2c9,_0x16285f:0x25c,_0x119fd0:0x34,_0x30f6cd:0x52,_0x2299a6:0x8e,_0x4ab20e:0x28,_0x58ab80:0x73,_0x244f01:0x17,_0x191003:0x7c,_0xe09445:0x329,_0x55d727:0x31c,_0x12736e:0x2d1,_0xe97cf1:0x11b,_0xfba848:0x346,_0x231ea3:0x361,_0x4218e0:0x339,_0x1c03a0:0x36e,_0x2eed1e:0x2ff,_0x2041a8:0x2c8,_0x5da539:0xda,_0x226687:0x49,_0x581c5e:0xa3,_0x1b72b7:0x92,_0x3b6d77:0x299,_0x255bf1:0x350,_0xc96ec4:0x2cb,_0x4350c1:0x205,_0x9835d:0x284,_0x193d5c:0x2ba,_0x4427ea:0x274,_0x2a02e6:0x249,_0x4308b1:0x375,_0x2054af:0x330,_0x3feeaa:0x354,_0x18ded5:0x29,_0x5f3c10:0x32,_0x4d3a28:0x43,_0x4f33a6:0x7a,_0x4923b5:0x18,_0x3cb89c:0xd,_0x466a72:0x80,_0xf98e98:0x9b,_0x474a69:0x345,_0x48b6b8:0x30a,_0x374b5d:0x2ae,_0x5ee747:0x372,_0x29b803:0x32c,_0x45299d:0x318,_0x21df32:0x23c,_0x5a0911:0x29d,_0x1b2923:0x23f,_0x30cc10:0x75,_0x47e7fd:0x55,_0x3afe9c:0x26,_0x5243b8:0x27e,_0x166474:0x28b,_0x5e155b:0x2ef,_0xe81ce1:0x29c,_0x294feb:0x51,_0x2ff1c0:0x41,_0x3f9383:0x367,_0x3cb1b0:0x34a,_0x5a7c48:0xf3,_0x17e126:0x50,_0x276279:0x2dd,_0x3c0af9:0x26f,_0x96e298:0x28,_0x2267b3:0x3d,_0x18a88e:0x361,_0x74713:0x304,_0x26f309:0x8d,_0x44b8df:0x93,_0x3756df:0x84,_0x5e2bf3:0x2f,_0x470bdb:0x7,_0x4fa2f3:0x3,_0x39f9a4:0x2f2,_0x14d7ef:0x332,_0x36bd5e:0x30f,_0x46e54a:0x351,_0x1b31bc:0xba,_0x511fc6:0x5e,_0x513368:0x300,_0x2a0c5c:0x36e,_0x1620b8:0x2f0,_0x455f46:0x337,_0x2b93d9:0x334,_0x5d1484:0x3a0,_0x9a08d0:0x328,_0x4411df:0x38d,_0x3958e2:0x298,_0x2e4e8d:0x2fc,_0x2ac3c0:0x2f7,_0x76b1ce:0x37e,_0x3f4cb1:0x334,_0x5bea0f:0x2be,_0x1fcd5e:0x2f,_0x102f2b:0x30d,_0x32bd19:0x2ed,_0x410448:0x32a,_0x2d917a:0x19,_0x4880d1:0x73,_0xa6ac4f:0x2d3,_0x137c19:0x7c,_0x29e205:0x2a0,_0x485112:0x5f,_0x27b5be:0x86,_0x1d3013:0xf5,_0x15d0d3:0x2ed,_0xb9668c:0x95,_0x3198a7:0x92,_0x1c8aaf:0x9,_0x19f024:0x36b,_0x14a579:0x332,_0x21f7aa:0x30d,_0x3ed9a6:0x52,_0x2bdeb8:0x10c,_0x39ffea:0x94,_0x9c4de:0x53,_0x333bd0:0x302,_0xe338f6:0x1c,_0x210ae1:0x7b,_0x15701c:0xe,_0x35c3b7:0x1d,_0x113071:0x6e,_0x37f788:0x9f,_0x848a41:0xd2,_0x15bb1c:0x380,_0x2f95e0:0xa0,_0x417e0a:0x4a,_0x3a3278:0xa,_0x191303:0x254,_0x5b5b4a:0x2b1,_0xfbadeb:0x2fa,_0xd94b18:0x2c4,_0x3dd1c3:0x29e,_0x138cc3:0x3a6,_0x5afeb3:0x297,_0x23aecb:0x3a9},_0x208147={_0x43c07e:0x177},_0x2148ea={_0x32518e:0x10e,_0xd33483:0x4f};function _0xc42ebf(_0xbe63a8,_0x5afc5a,_0x2e1d73,_0x38a701){return _0x3ee897(_0xbe63a8-_0x2148ea._0x32518e,_0x5afc5a,_0x2e1d73-0x2cd,_0x38a701-_0x2148ea._0xd33483);}const _0x4d4c5b={};_0x4d4c5b['aiSoZ']='Internal\x20S'+'erver\x20Erro'+'r',_0x4d4c5b[_0x111265(0x66,-0x22,_0x54a1cd._0x17a1c2,-_0x54a1cd._0xb10ff5)]='Failed\x20to\x20'+_0xc42ebf(0x2ae,_0x54a1cd._0x4e8278,_0x54a1cd._0x26d3ed,0x24b)+_0x111265(-0x62,0x9,0x2a,-_0x54a1cd._0x8e0de9)+'ile',_0x4d4c5b[_0xc42ebf(0x363,0x396,0x321,0x340)]=_0xc42ebf(_0x54a1cd._0x2a32e1,_0x54a1cd._0x287667,_0x54a1cd._0xa7e2f3,_0x54a1cd._0x21a50c)+_0xc42ebf(0x375,0x2c2,_0x54a1cd._0x18087c,0x324)+_0x111265(-_0x54a1cd._0x2e34cb,-_0x54a1cd._0x33ce62,-0x23,-_0x54a1cd._0x257832)+_0x111265(-0x11a,-0xb7,-_0x54a1cd._0x8a8555,-0xab)+_0x111265(-_0x54a1cd._0x1c564a,-_0x54a1cd._0x3527c9,-0x4b,-_0x54a1cd._0x57cf22)+_0x111265(-0x13b,-0x134,-_0x54a1cd._0x324b72,-0xb4),_0x4d4c5b['EUxJB']=_0xc42ebf(_0x54a1cd._0x37ce90,_0x54a1cd._0x33270f,0x378,_0x54a1cd._0x86d70c)+'ed',_0x4d4c5b[_0xc42ebf(0x33c,_0x54a1cd._0x12bd20,_0x54a1cd._0x39f247,0x324)]='Missing\x20X-'+_0x111265(_0x54a1cd._0x4fda8e,_0x54a1cd._0x1cdd49,0x31,_0x54a1cd._0x1d7515)+_0xc42ebf(_0x54a1cd._0xef89cf,_0x54a1cd._0xc0fd93,0x2a3,_0x54a1cd._0x180197),_0x4d4c5b['civcZ']=_0xc42ebf(_0x54a1cd._0x8b426,_0x54a1cd._0x23ae70,0x2ba,_0x54a1cd._0x957ef8),_0x4d4c5b[_0x111265(-_0x54a1cd._0x52e680,0x13,_0x54a1cd._0x16a8cc,0x1b)]=_0x111265(-0xc,-_0x54a1cd._0x5730d0,_0x54a1cd._0x5df60b,0xf)+'t',_0x4d4c5b[_0x111265(_0x54a1cd._0x3adf66,0x5d,_0x54a1cd._0x1e67d0,0x49)]=_0x111265(-_0x54a1cd._0x2eebf4,_0x54a1cd._0x4c88f4,0x99,0x20)+'mplate\x20nam'+'e',_0x4d4c5b[_0x111265(0x84,-_0x54a1cd._0x107422,_0x54a1cd._0x1ba877,0xd)]=function(_0x52720f,_0x15bd4e){return _0x52720f===_0x15bd4e;},_0x4d4c5b['HsEDF']=_0x111265(-0xdf,-_0x54a1cd._0x167da5,-_0x54a1cd._0x16f87c,-_0x54a1cd._0x1940a8)+_0xc42ebf(0x2f6,_0x54a1cd._0x2faf69,0x2d9,_0x54a1cd._0x2db5d5)+_0x111265(-0x92,-0xba,-0xcd,-_0x54a1cd._0x142324),_0x4d4c5b['EocOc']=_0x111265(-0x5c,-_0x54a1cd._0x438977,-_0x54a1cd._0x58c4d9,-_0x54a1cd._0x2f0100)+_0x111265(0x3c,0x59,-_0x54a1cd._0x397927,-_0x54a1cd._0x553b0f)+'te',_0x4d4c5b['fEroK']=_0x111265(0xc,-_0x54a1cd._0x233600,_0x54a1cd._0x2bdded,-0x52),_0x4d4c5b['aWXrf']=function(_0x337fb5,_0xcc59df){return _0x337fb5!==_0xcc59df;},_0x4d4c5b[_0x111265(_0x54a1cd._0x107422,0xaa,-_0x54a1cd._0x3bf00f,_0x54a1cd._0x28559b)]='utf-8',_0x4d4c5b['ygwMs']=_0x111265(-_0x54a1cd._0x4fda8e,-0x1e,_0x54a1cd._0x1172ab,_0x54a1cd._0x5730d0)+_0x111265(-_0x54a1cd._0x33a529,-0xb2,-0x28,-0x5c)+_0x111265(0x90,_0x54a1cd._0x33a529,-_0x54a1cd._0x33ce62,0x55),_0x4d4c5b[_0xc42ebf(0x23c,0x1ee,_0x54a1cd._0x40c003,_0x54a1cd._0x3fbbd0)]=function(_0x3d6042,_0xd5d570){return _0x3d6042!==_0xd5d570;},_0x4d4c5b['eerRY']=_0x111265(-0x120,-_0x54a1cd._0x5730d0,-0xf1,-_0x54a1cd._0x2f703f),_0x4d4c5b['fEhEj']=_0xc42ebf(0x304,0x2da,_0x54a1cd._0x57b791,0x294),_0x4d4c5b[_0x111265(-_0x54a1cd._0x2eafc2,0x6f,0x58,_0x54a1cd._0x8e0de9)]=_0xc42ebf(_0x54a1cd._0xaaba93,0x241,0x2bd,0x2ab)+_0xc42ebf(_0x54a1cd._0xcf276e,0x289,_0x54a1cd._0xb9f097,_0x54a1cd._0xfe22a9)+_0x111265(_0x54a1cd._0x4c13db,_0x54a1cd._0x443b3f,0x19,-_0x54a1cd._0x233600);const _0x4624cc=_0x4d4c5b,{callingTask:_0x2dbee5,taskUser:_0x369013,environmentName:_0x2ecdd4,environmentPath:_0x134791}=_0x4231c9,{name:_0x439514}=_0x4231c9[_0xc42ebf(0x306,_0x54a1cd._0x730ac2,0x2ac,_0x54a1cd._0x16285f)],{content:_0x2d3808,metadata:_0x23c085}=_0x4231c9[_0x111265(0x51,0x4d,-0x20,0x19)];if(_0x439514[_0x111265(-0x40,-0x85,-0x3,-0x28)]('/')||_0x439514[_0x111265(-0x7d,-_0x54a1cd._0x119fd0,_0x54a1cd._0x30f6cd,-0x28)]('\x5c')||_0x439514[_0x111265(-_0x54a1cd._0x2299a6,-0x78,-0x4d,-_0x54a1cd._0x4ab20e)]('..')){if(_0x111265(-0x72,-_0x54a1cd._0x58ab80,-_0x54a1cd._0x244f01,-_0x54a1cd._0x191003)===_0x4624cc[_0xc42ebf(_0x54a1cd._0xe09445,0x33e,_0x54a1cd._0x55d727,_0x54a1cd._0x12736e)]){const _0x1deea1={};return _0x1deea1['error']=_0x4624cc[_0xc42ebf(0x32d,0x304,0x351,0x336)],_0x1deea1[_0x111265(-_0x54a1cd._0xe97cf1,-0x9e,-0xf3,-_0x54a1cd._0x1e67d0)]=_0x4624cc[_0x111265(0x3e,0x6,0xd5,0x49)],_0x130288[_0x111265(0x57,0xc,0x8d,0x32)](-0x1c29*0x1+-0x100e+0x2dc7)[_0xc42ebf(_0x54a1cd._0xfba848,_0x54a1cd._0x231ea3,0x32c,_0x54a1cd._0x4218e0)](_0x1deea1);}else{const _0x473119={};_0x473119['taskId']=_0x3f8ab2[_0xc42ebf(0x385,0x308,_0x54a1cd._0x1c03a0,0x30c)],_0x473119['environmen'+'t']=_0x5ca737,_0x473119[_0xc42ebf(0x328,_0x54a1cd._0x2eed1e,_0x54a1cd._0x2041a8,0x2da)]=_0xe31c70['message'],_0x2c4612['error'](_0x111265(-0xc0,-_0x54a1cd._0x5da539,-_0x54a1cd._0x226687,-0x79)+_0x111265(-0x7,-0xcd,-_0x54a1cd._0x581c5e,-_0x54a1cd._0x1b72b7)+_0xc42ebf(0x328,0x3a5,0x35e,0x3a8),_0x473119);const _0x165f70={};_0x165f70[_0xc42ebf(_0x54a1cd._0x3b6d77,_0x54a1cd._0x255bf1,_0x54a1cd._0x2041a8,_0x54a1cd._0xc96ec4)]=_0x4624cc[_0xc42ebf(_0x54a1cd._0x4350c1,0x265,_0x54a1cd._0x9835d,_0x54a1cd._0x193d5c)],_0x165f70[_0xc42ebf(0x2f8,0x202,_0x54a1cd._0x4427ea,_0x54a1cd._0x2a02e6)]=_0x4624cc[_0xc42ebf(0x2e8,_0x54a1cd._0x4308b1,_0x54a1cd._0x2054af,0x2ef)],_0x406ea8[_0xc42ebf(_0x54a1cd._0x3feeaa,0x36a,0x368,0x2fb)](-0x1b*0x5+-0x537+-0xc5*-0xa)[_0x111265(-_0x54a1cd._0x18ded5,-_0x54a1cd._0x5f3c10,_0x54a1cd._0x4d3a28,-0xa)](_0x165f70);}}if(_0x4624cc[_0x111265(-_0x54a1cd._0x4f33a6,-_0x54a1cd._0x4923b5,-0x64,_0x54a1cd._0x3cb89c)](_0x2d3808,undefined)){const _0x3c5a23={};return _0x3c5a23[_0x111265(-0x4d,-_0x54a1cd._0x466a72,-_0x54a1cd._0xf98e98,-0x6e)]=_0xc42ebf(0x2e1,0x3c5,_0x54a1cd._0x474a69,_0x54a1cd._0x48b6b8)+'t',_0x3c5a23[_0xc42ebf(0x2ab,0x216,0x274,_0x54a1cd._0x374b5d)]=_0x4624cc[_0xc42ebf(0x324,0x2c0,0x2e0,0x287)],_0x130288[_0x111265(_0x54a1cd._0x142324,0xb6,_0x54a1cd._0x28559b,_0x54a1cd._0x5f3c10)](0xea2+0x2f*-0x1a+-0x84c)[_0xc42ebf(_0x54a1cd._0xc96ec4,_0x54a1cd._0x5ee747,_0x54a1cd._0x29b803,0x2f3)](_0x3c5a23);}const _0x4a890b={};_0x4a890b[_0xc42ebf(0x310,_0x54a1cd._0x45299d,_0x54a1cd._0x1c03a0,0x393)]=_0x2dbee5['taskId'],_0x4a890b[_0xc42ebf(_0x54a1cd._0x21df32,0x23d,_0x54a1cd._0x5a0911,_0x54a1cd._0x1b2923)+'t']=_0x2ecdd4,_0x4a890b[_0x111265(_0x54a1cd._0x30cc10,_0x54a1cd._0x47e7fd,-_0x54a1cd._0x3afe9c,-_0x54a1cd._0x2bdded)]=_0x439514,_0x4a890b['userId']=_0x369013['id'],_0x4a890b[_0xc42ebf(_0x54a1cd._0x5243b8,_0x54a1cd._0x166474,_0x54a1cd._0x5e155b,_0x54a1cd._0xe81ce1)+'a']=_0x23c085!==undefined,logger[_0x111265(0xc4,0x5b,_0x54a1cd._0x294feb,_0x54a1cd._0x2ff1c0)](_0x4624cc[_0xc42ebf(0x3f1,0x334,_0x54a1cd._0x3f9383,_0x54a1cd._0x3cb1b0)],_0x4a890b);function _0x111265(_0x1ef20e,_0x56c4a4,_0x5d6cab,_0x2c5320){return _0x3ee897(_0x1ef20e-0xe7,_0x1ef20e,_0x2c5320- -0x69,_0x2c5320-_0x208147._0x43c07e);}const _0x4c4e14=_0x1813f6['join'](_0x134791,_0x111265(-_0x54a1cd._0x5a7c48,-_0x54a1cd._0x4c13db,-_0x54a1cd._0x17e126,-0xa7)+_0xc42ebf(0x349,0x35f,_0x54a1cd._0x276279,0x2c5)),_0x378053=_0x1813f6[_0xc42ebf(0x28d,0x272,0x2bf,_0x54a1cd._0x3c0af9)](_0x4c4e14,_0x439514+_0x111265(-0xba,-0xb7,_0x54a1cd._0x96e298,-_0x54a1cd._0x2267b3)),_0x5f40d5=_0x1813f6['join'](_0x4c4e14,_0x439514+_0xc42ebf(_0x54a1cd._0x18a88e,_0x54a1cd._0x74713,_0x54a1cd._0x3feeaa,0x321)),_0x562a99=new Date()['toISOStrin'+'g']();try{const _0x5a63be=_0x4624cc[_0x111265(-0xc0,-_0x54a1cd._0x26f309,-0x88,-0x94)][_0x111265(-0x3,_0x54a1cd._0x44b8df,_0x54a1cd._0x3756df,_0x54a1cd._0x5e2bf3)]('|');let _0x8ae038=-0x18d6*-0x1+0x1d19+-0x35ef;while(!![]){switch(_0x5a63be[_0x8ae038++]){case'0':_0x4624cc[_0x111265(_0x54a1cd._0x470bdb,-_0x54a1cd._0x2267b3,_0x54a1cd._0x2eebf4,-_0x54a1cd._0x4fa2f3)](_0x23c085,undefined)&&_0x4624cc['aWXrf'](_0x23c085,null)&&await _0x4d7004['writeFile'](_0x5f40d5,JSON[_0xc42ebf(_0x54a1cd._0x39f9a4,_0x54a1cd._0x14d7ef,_0x54a1cd._0x36bd5e,_0x54a1cd._0x46e54a)](_0x23c085,null,-0xaf7+0x1dfd+-0x1304),_0x4624cc[_0x111265(_0x54a1cd._0x1b31bc,0xa7,-_0x54a1cd._0x511fc6,_0x54a1cd._0x28559b)]);continue;case'1':const _0x31701b={};_0x31701b[_0xc42ebf(_0x54a1cd._0x513368,0x373,_0x54a1cd._0x2a0c5c,0x334)]=_0x2dbee5[_0xc42ebf(0x2f8,_0x54a1cd._0x1620b8,0x36e,_0x54a1cd._0x455f46)],_0x31701b['environmen'+'t']=_0x2ecdd4,_0x31701b[_0xc42ebf(_0x54a1cd._0x2b93d9,_0x54a1cd._0x5d1484,_0x54a1cd._0x9a08d0,_0x54a1cd._0x4411df)]=_0x439514,_0x31701b[_0xc42ebf(_0x54a1cd._0x3958e2,0x2d6,0x2be,_0x54a1cd._0x2e4e8d)]=_0x369013['id'],logger[_0xc42ebf(_0x54a1cd._0x2ac3c0,0x395,0x377,_0x54a1cd._0x76b1ce)](_0x4624cc['ygwMs'],_0x31701b);continue;case'2':const _0x140b06={};_0x140b06[_0xc42ebf(0x2bb,0x37e,_0x54a1cd._0x3f4cb1,_0x54a1cd._0x5bea0f)]=!![],await _0x4d7004[_0x111265(_0x54a1cd._0x3adf66,_0x54a1cd._0x18ded5,-_0x54a1cd._0x1fcd5e,0x3b)](_0x4c4e14,_0x140b06);continue;case'3':await _0x4d7004[_0xc42ebf(0x31a,_0x54a1cd._0x102f2b,_0x54a1cd._0x32bd19,_0x54a1cd._0x410448)](_0x378053,_0x2d3808,_0x4624cc['lefKf']);continue;case'4':const _0x470055={};_0x470055[_0x111265(-_0x54a1cd._0x2d917a,-0x5a,-0x25,-_0x54a1cd._0x4880d1)]=!![],_0x470055[_0xc42ebf(0x340,0x2e0,0x2b7,_0x54a1cd._0xa6ac4f)]=_0x439514,_0x470055[_0x111265(-0x9f,-_0x54a1cd._0x137c19,-0xd2,-0x99)+'t']=_0x2ecdd4,_0x470055[_0xc42ebf(_0x54a1cd._0x29e205,0x2c2,0x27d,0x218)]=_0x562a99,_0x470055['updatedByT'+_0x111265(-_0x54a1cd._0x485112,-_0x54a1cd._0x27b5be,-_0x54a1cd._0x1d3013,-0x76)]=_0x2dbee5[_0xc42ebf(0x396,0x381,0x36e,_0x54a1cd._0x15d0d3)],_0x470055[_0x111265(0x46,-_0x54a1cd._0xb9668c,-_0x54a1cd._0x3198a7,-_0x54a1cd._0x1c8aaf)+_0xc42ebf(_0x54a1cd._0x19f024,_0x54a1cd._0x14a579,0x387,_0x54a1cd._0x21f7aa)]=_0x369013['id'],_0x130288[_0x111265(_0x54a1cd._0x3ed9a6,-0x4f,0x2d,-0xa)](_0x470055);continue;}break;}}catch(_0x4be62b){if(_0x4624cc[_0x111265(-0x105,-0xd6,-_0x54a1cd._0x2bdeb8,-0xbb)](_0x4624cc[_0x111265(-_0x54a1cd._0x4ab20e,-0xf1,-0xb,-0x66)],_0x4624cc[_0x111265(_0x54a1cd._0x39ffea,0xdb,0x4d,_0x54a1cd._0x9c4de)])){const _0x25e5db={};_0x25e5db[_0xc42ebf(0x3e2,0x39d,0x36e,0x392)]=_0x2dbee5['taskId'],_0x25e5db[_0xc42ebf(_0x54a1cd._0x333bd0,0x2b6,_0x54a1cd._0x5a0911,0x2eb)+'t']=_0x2ecdd4,_0x25e5db[_0x111265(-_0x54a1cd._0xe338f6,-0x20,_0x54a1cd._0x210ae1,-_0x54a1cd._0x15701c)]=_0x439514,_0x25e5db[_0x111265(0x11,-0xd1,_0x54a1cd._0x35c3b7,-_0x54a1cd._0x113071)]=_0x4be62b['message'],logger[_0x111265(-_0x54a1cd._0x37f788,-_0x54a1cd._0x848a41,-0x21,-0x6e)](_0x4624cc[_0xc42ebf(0x3c3,_0x54a1cd._0x15bb1c,0x342,0x30b)],_0x25e5db);const _0xe44554={};_0xe44554['error']=_0x4624cc[_0xc42ebf(_0x54a1cd._0x2a02e6,0x28c,_0x54a1cd._0x9835d,0x29d)],_0xe44554[_0xc42ebf(0x22f,0x205,0x274,0x2e7)]=_0x4624cc['sjPCQ'],_0x130288[_0x111265(0x2c,_0x54a1cd._0x2f95e0,-0x27,_0x54a1cd._0x5f3c10)](0x1*0xd0f+-0x1151+-0x13e*-0x5)[_0x111265(-_0x54a1cd._0x417e0a,0x30,-0x5e,-_0x54a1cd._0x3a3278)](_0xe44554);}else{_0x32a9b7['warn'](_0x4624cc[_0xc42ebf(0x2a2,0x2bd,0x321,0x2d3)]);const _0x6e5fec={};return _0x6e5fec[_0xc42ebf(0x24b,_0x54a1cd._0x191303,0x2c8,_0x54a1cd._0x5b5b4a)]=_0x4624cc[_0xc42ebf(0x2d1,_0x54a1cd._0x2e4e8d,0x2f7,_0x54a1cd._0xfbadeb)],_0x6e5fec[_0xc42ebf(0x2ad,_0x54a1cd._0xd94b18,0x274,_0x54a1cd._0x3dd1c3)]=_0x4624cc[_0xc42ebf(0x2e7,_0x54a1cd._0x138cc3,_0x54a1cd._0x39f247,_0x54a1cd._0x5afeb3)],_0x419dbd[_0xc42ebf(0x300,_0x54a1cd._0x23aecb,0x368,0x340)](0x2635+0x248+-0xd4*0x2f)[_0xc42ebf(0x392,0x337,0x32c,0x2a3)](_0x6e5fec);}}});function _0x3ee897(_0x52723d,_0x47c52c,_0x5b416c,_0x3a1974){const _0x30e8a5={_0x544e56:0x1b2};return _0x4f2e(_0x5b416c- -_0x30e8a5._0x544e56,_0x47c52c);}router[_0x3ee897(0xb9,-0x16,0x74,0x6a)](_0x3ee897(0x5f,0x8e,0x55,0x75)+_0x3ee897(-0x29,-0x2,0x5a,-0x10),requireTaskAuth,requireTemplatesPermission,async(_0x220eed,_0x49df10)=>{const _0x3e311d={_0x4143fa:0x7d,_0xb71fc3:0xd7,_0x18bc60:0x2e3,_0x963c8d:0x394,_0x56d368:0x398,_0x264a14:0x44c,_0x4e6afa:0x3e4,_0x14bfa8:0x45c,_0x3bf6c3:0x389,_0x332e6a:0x2fd,_0x1651ee:0x369,_0x5d636d:0x373,_0x367c98:0x67,_0x2c1221:0x20,_0x229bef:0x10,_0x123a30:0x89,_0x232c1e:0x7d,_0x395767:0x82,_0x1ce0b4:0x380,_0x266dc3:0x365,_0x4aff47:0x32c,_0x1384d9:0x37c,_0x30d72b:0x2a5,_0x25b995:0x2c7,_0xe610ea:0x1e,_0x3bf936:0x14,_0x2db6ad:0x112,_0x504dc6:0x94,_0x4586f0:0xf0,_0x53d459:0x3ab,_0x21414:0x44,_0x160b91:0x350,_0x533b7b:0x3b5,_0x2573c2:0x33b,_0x417ba8:0x3bc,_0x341ac8:0x44b,_0x51c9e4:0x3e3,_0x3d4a8b:0x3fa,_0x5a5809:0x312,_0x1408f6:0x2f,_0x2f2195:0x8d,_0x27d063:0x384,_0xd3fdab:0xe,_0x11b7f1:0x57,_0x43a684:0x77,_0x1e82f4:0x6f,_0x410a05:0x15,_0x3adab3:0x2d,_0x79a1b5:0x296,_0xbfd152:0x371,_0x3e939d:0x9d,_0x202f5d:0x5b,_0x784cf9:0x1e,_0x222fb6:0xe7,_0x422907:0x29,_0x5afdd8:0x72,_0xbb323c:0x2d,_0x4d2387:0x41b,_0x74a981:0x3c2,_0x5d49d4:0x32b,_0x2bc223:0x360,_0x911317:0x347,_0xb19c8b:0x2a0,_0x37fb49:0x66,_0x16b328:0x70,_0x201fa1:0x2f,_0x495cae:0x30a,_0x7f1a34:0x394,_0x2f154b:0x2bc,_0x22ef19:0x2e1,_0x18836b:0x2fe,_0x40d662:0x4b,_0x5df8bc:0x374,_0x51127a:0x8c,_0x4e5422:0x3f,_0x5004f5:0x8d,_0x168b7a:0xa3,_0x2d4eb1:0x68,_0x4f2c42:0xb4,_0x13b1d9:0x44d,_0x4438e2:0x43b,_0x1fe04d:0x3d1,_0x4c7beb:0x38b,_0x1841ab:0xe1,_0xc2012b:0x8a,_0x399202:0xa5,_0x221ce9:0xb9,_0x4003a4:0x3da,_0x55f0fe:0x310,_0x2cc3a4:0x2b4,_0x22956a:0x322,_0x2cec17:0x3a7,_0xec77f3:0x35c,_0x2ac1cd:0x34,_0x3fb8ba:0x85,_0x52ed03:0x3b7,_0x435b4f:0x43d,_0x1692e1:0x3b8,_0x1e23b1:0x3d1,_0x1a2433:0x1f,_0x944d6c:0x3bd,_0x4be8d1:0x352,_0x70a47c:0x38b,_0x1df701:0x34a,_0x7faf67:0x321,_0x494fd7:0xc5,_0x5347d7:0xa7,_0x4a48fd:0x20,_0x2a9fa9:0x6d,_0x5264ce:0x7a,_0x2a1c4e:0x17,_0x44fbb4:0x32,_0x227400:0x5d,_0x333c00:0x345,_0xc2d4fc:0x326,_0x50b812:0x2cd,_0x2e2637:0x31a,_0x1822a1:0x104,_0x6a2ab4:0x103,_0x11c4a1:0xab,_0x40bf8f:0xce,_0x5b96ec:0x2cb,_0x5a271a:0x323,_0x3d22ed:0x416,_0x7a6469:0x40b,_0x589183:0x17,_0x47cc11:0x35b,_0x3053f5:0x3cf,_0x495a52:0x38f,_0x4b3ec2:0x364,_0x2c55d0:0x3d0,_0x1d0f69:0x3d1,_0x391939:0x3be,_0x5ba4d4:0x39e,_0x24e16a:0xaf,_0x2313d0:0x3e,_0x295535:0x43e,_0x18d479:0x3c5,_0x10b810:0x3e5,_0x2fe7d3:0x413,_0x4e0013:0x9,_0x5e07af:0xc5,_0x587df9:0x33,_0x5e5bc4:0x37b,_0x5622e7:0x37e,_0x192ba7:0x6b,_0x3bf02b:0x2f7,_0x43a2d6:0x2ec,_0x54a00d:0xf9,_0x781dc1:0x37,_0x3dd3de:0x78,_0x576d3f:0x3a5,_0xffde10:0x55,_0x2d05e6:0x1b,_0x242cc1:0x2d7,_0x2c5a8f:0x359,_0x3b8ba5:0xf,_0x280cf6:0xec,_0x313bb7:0x66,_0xce9e78:0x45b,_0x41cb1b:0x410,_0x4aded6:0x344,_0x119b72:0x3cb,_0x50ce0c:0x404,_0x4ca5d6:0x79},_0x5233b7={_0x3e7a0f:0x5f,_0x1d3d55:0x330},_0x53448d={_0x368773:0x9b},_0x31d360={};_0x31d360[_0x4c658e(-_0x3e311d._0x4143fa,-_0x3e311d._0xb71fc3,-0x8a,-0xa9)]=_0x1076f6(0x265,0x257,_0x3e311d._0x18bc60,0x2d7)+_0x1076f6(0x36c,_0x3e311d._0x963c8d,_0x3e311d._0x56d368,0x395)+_0x1076f6(0x3ef,_0x3e311d._0x264a14,_0x3e311d._0x4e6afa,_0x3e311d._0x14bfa8)+_0x1076f6(_0x3e311d._0x3bf6c3,_0x3e311d._0x332e6a,_0x3e311d._0x1651ee,_0x3e311d._0x5d636d)+_0x4c658e(-_0x3e311d._0x367c98,-0x3,0x2,-_0x3e311d._0x2c1221),_0x31d360['wreap']=_0x4c658e(_0x3e311d._0x229bef,-_0x3e311d._0x123a30,-_0x3e311d._0x232c1e,-_0x3e311d._0x395767),_0x31d360[_0x1076f6(_0x3e311d._0x1ce0b4,_0x3e311d._0x266dc3,_0x3e311d._0x4aff47,_0x3e311d._0x1384d9)]='Bad\x20Reques'+'t',_0x31d360['jIJNz']=_0x4c658e(0x19,0xab,0x33,0x19)+'mplate\x20nam'+'e',_0x31d360[_0x1076f6(_0x3e311d._0x30d72b,0x37b,0x317,_0x3e311d._0x25b995)]='Task\x20delet'+'ing\x20templa'+'te',_0x31d360[_0x4c658e(-_0x3e311d._0xe610ea,_0x3e311d._0x3bf936,0x4f,0x1b)]=_0x4c658e(-0xbd,-_0x3e311d._0x2db6ad,-_0x3e311d._0x504dc6,-_0x3e311d._0x4586f0)+_0x1076f6(0x3bc,0x305,0x340,_0x3e311d._0x53d459),_0x31d360[_0x4c658e(-0x15,0x41,-_0x3e311d._0x21414,-0x4f)]=_0x1076f6(_0x3e311d._0x160b91,0x39e,_0x3e311d._0x533b7b,_0x3e311d._0x2573c2),_0x31d360[_0x1076f6(_0x3e311d._0x417ba8,_0x3e311d._0x341ac8,_0x3e311d._0x51c9e4,_0x3e311d._0x3d4a8b)]=_0x1076f6(_0x3e311d._0x5a5809,0x370,0x320,0x37a)+_0x4c658e(0xb5,_0x3e311d._0x1408f6,0x49,_0x3e311d._0x2f2195)+_0x1076f6(0x2f1,0x3b8,0x356,_0x3e311d._0x27d063);const _0xbe24e0=_0x31d360,{callingTask:_0xd6ecb0,taskUser:_0x26e831,environmentName:_0x3ab7bd,environmentPath:_0x1751f6}=_0x220eed,{name:_0x16b119}=_0x220eed[_0x4c658e(-_0x3e311d._0xd3fdab,-_0x3e311d._0x11b7f1,-_0x3e311d._0x43a684,-0xad)];if(_0x16b119['includes']('/')||_0x16b119[_0x4c658e(-_0x3e311d._0x1e82f4,_0x3e311d._0x410a05,-_0x3e311d._0x410a05,-_0x3e311d._0x3adab3)]('\x5c')||_0x16b119['includes']('..')){if(_0x1076f6(_0x3e311d._0x79a1b5,0x2f1,0x309,_0x3e311d._0xbfd152)===_0xbe24e0[_0x1076f6(0x374,0x38e,0x387,0x392)]){const _0x4a5b87={};return _0x4a5b87[_0x4c658e(-_0x3e311d._0x3e939d,-0xba,-_0x3e311d._0x202f5d,_0x3e311d._0x784cf9)]=_0xbe24e0[_0x4c658e(-0x3d,-0xab,-0x5a,-_0x3e311d._0x222fb6)],_0x4a5b87['message']=_0xbe24e0[_0x4c658e(-_0x3e311d._0x422907,_0x3e311d._0x5afdd8,_0x3e311d._0xbb323c,0x8f)],_0x49df10['status'](-0x3f*0x5f+-0xba2+0x2493)[_0x1076f6(_0x3e311d._0x4d2387,_0x3e311d._0x74a981,0x38f,0x3bf)](_0x4a5b87);}else{_0x4c3e2a[_0x1076f6(0x324,0x2b6,_0x3e311d._0x5d49d4,_0x3e311d._0x2bc223)](_0xbe24e0[_0x1076f6(_0x3e311d._0x911317,_0x3e311d._0xb19c8b,0x2fc,0x332)]);const _0x1862ab={};return _0x1862ab[_0x4c658e(-0xd2,0x6,-0x5b,-0x27)]=_0x4c658e(_0x3e311d._0x37fb49,_0x3e311d._0x16b328,-0x1b,-_0x3e311d._0x201fa1)+_0x1076f6(0x39f,_0x3e311d._0x495cae,_0x3e311d._0x7f1a34,0x31b)+'r',_0x1862ab[_0x1076f6(0x28d,0x253,0x2d7,_0x3e311d._0x2f154b)]=_0x1076f6(_0x3e311d._0x22ef19,0x27b,_0x3e311d._0x18836b,0x2f3)+_0x4c658e(-0x29,0x62,_0x3e311d._0x422907,-_0x3e311d._0x40d662)+_0x1076f6(0x3a5,0x325,_0x3e311d._0x5df8bc,0x39a),_0x300060[_0x4c658e(_0x3e311d._0x51127a,0x6f,0x45,0x9f)](0x1f66+0x121d+0x19*-0x1e7)[_0x4c658e(-_0x3e311d._0x4e5422,_0x3e311d._0x5004f5,0x9,0x1)](_0x1862ab);}}const _0x205c80={};function _0x4c658e(_0x1d45f7,_0x1c3500,_0x3e1553,_0x258c0e){return _0x3ee897(_0x1d45f7-0x1cb,_0x1d45f7,_0x3e1553- -0x56,_0x258c0e-_0x53448d._0x368773);}_0x205c80[_0x4c658e(_0x3e311d._0x168b7a,_0x3e311d._0x2d4eb1,0x4b,_0x3e311d._0x4f2c42)]=_0xd6ecb0[_0x1076f6(_0x3e311d._0x13b1d9,_0x3e311d._0x4438e2,_0x3e311d._0x1fe04d,_0x3e311d._0x4c7beb)];function _0x1076f6(_0x3fd1b7,_0x1c3cbb,_0x53151d,_0x613dba){return _0x3ee897(_0x3fd1b7-_0x5233b7._0x3e7a0f,_0x3fd1b7,_0x53151d-_0x5233b7._0x1d3d55,_0x613dba-0x1b0);}_0x205c80[_0x4c658e(-_0x3e311d._0x1841ab,-_0x3e311d._0xc2012b,-0x86,-0x60)+'t']=_0x3ab7bd,_0x205c80['template']=_0x16b119,_0x205c80[_0x4c658e(-0x53,-_0x3e311d._0x399202,-0x65,-_0x3e311d._0x221ce9)]=_0x26e831['id'],logger[_0x1076f6(0x396,0x3f3,_0x3e311d._0x4003a4,0x3cd)](_0xbe24e0['LjjNY'],_0x205c80);const _0x5f7ff5=_0x1813f6[_0x1076f6(_0x3e311d._0x55f0fe,_0x3e311d._0x2cc3a4,_0x3e311d._0x22956a,0x37e)](_0x1751f6,_0xbe24e0['oPIHk']),_0x569f07=_0x1813f6['join'](_0x5f7ff5,_0x16b119+_0x1076f6(_0x3e311d._0x2cec17,0x3bc,_0x3e311d._0xec77f3,0x35c)),_0x9916b9=_0x1813f6[_0x4c658e(-_0x3e311d._0x2ac1cd,0x0,-0x64,-_0x3e311d._0x3fb8ba)](_0x5f7ff5,_0x16b119+_0x1076f6(0x34a,0x330,_0x3e311d._0x52ed03,_0x3e311d._0x435b4f));try{const _0x1ae005='3|2|4|0|1'['split']('|');let _0x1887a0=-0x2231+0x24b0+-0x27f;while(!![]){switch(_0x1ae005[_0x1887a0++]){case'0':const _0x3756c6={};_0x3756c6[_0x4c658e(-0x36,0xa8,0x4b,0xd2)]=_0xd6ecb0[_0x1076f6(0x41c,_0x3e311d._0x1692e1,_0x3e311d._0x1e23b1,0x3f8)],_0x3756c6[_0x4c658e(-_0x3e311d._0x1a2433,-0xb9,-0x86,-0x57)+'t']=_0x3ab7bd,_0x3756c6[_0x1076f6(_0x3e311d._0x944d6c,_0x3e311d._0x4be8d1,_0x3e311d._0x70a47c,0x336)]=_0x16b119,_0x3756c6[_0x1076f6(_0x3e311d._0x1df701,0x35a,_0x3e311d._0x7faf67,_0x3e311d._0x4aff47)]=_0x26e831['id'],logger[_0x4c658e(-0x39,_0x3e311d._0x494fd7,0x54,_0x3e311d._0x5347d7)](_0x4c658e(-_0x3e311d._0x4a48fd,-0xc1,-_0x3e311d._0x2a9fa9,-0xee)+_0x4c658e(-0x22,-0x6c,-_0x3e311d._0x5264ce,-_0x3e311d._0x2a1c4e)+_0x4c658e(_0x3e311d._0x44fbb4,-0x1f,0x68,_0x3e311d._0x227400),_0x3756c6);continue;case'1':const _0x48fbae={};_0x48fbae[_0x1076f6(_0x3e311d._0x333c00,0x2f1,_0x3e311d._0xc2d4fc,0x394)]=!![],_0x48fbae[_0x1076f6(_0x3e311d._0x50b812,0x2d2,_0x3e311d._0x2e2637,_0x3e311d._0x1ce0b4)]=_0x16b119,_0x48fbae[_0x4c658e(-_0x3e311d._0x1822a1,-_0x3e311d._0x6a2ab4,-0x86,-_0x3e311d._0x11c4a1)+'t']=_0x3ab7bd,_0x48fbae[_0x4c658e(-0x79,-_0x3e311d._0x40bf8f,-0x9e,-0xa8)+_0x1076f6(_0x3e311d._0x5b96ec,0x397,_0x3e311d._0x5a271a,0x2f3)]=_0xd6ecb0[_0x1076f6(0x449,_0x3e311d._0x3d22ed,0x3d1,_0x3e311d._0x7a6469)],_0x48fbae['deletedByU'+_0x4c658e(0x3c,-_0x3e311d._0x589183,0x64,0xdd)]=_0x26e831['id'],_0x49df10[_0x1076f6(_0x3e311d._0x47cc11,_0x3e311d._0x3053f5,_0x3e311d._0x495a52,0x3b7)](_0x48fbae);continue;case'2':await _0x4d7004[_0x1076f6(_0x3e311d._0x4b3ec2,0x382,_0x3e311d._0x2c55d0,0x3fa)](_0x569f07);continue;case'3':await _0x4d7004['access'](_0x569f07);continue;case'4':try{await _0x4d7004['unlink'](_0x9916b9);}catch{}continue;}break;}}catch(_0x43a919){if(_0x43a919[_0x1076f6(_0x3e311d._0x1d0f69,_0x3e311d._0x391939,_0x3e311d._0x5ba4d4,0x352)]==='ENOENT'){const _0x4a42d2={};_0x4a42d2['error']=_0xbe24e0[_0x1076f6(0x2d9,0x3b8,0x342,0x2c8)],_0x4a42d2[_0x4c658e(-0x124,-0x40,-_0x3e311d._0x24e16a,-_0x3e311d._0x2313d0)]=_0x1076f6(_0x3e311d._0x295535,0x391,0x3c0,_0x3e311d._0x18d479)+_0x16b119+(_0x1076f6(_0x3e311d._0x10b810,0x33f,0x381,0x30c)+'d'),_0x49df10[_0x1076f6(0x455,_0x3e311d._0x2fe7d3,0x3cb,0x389)](-0x2449*0x1+0x1*0x1dde+0x1*0x7ff)[_0x4c658e(-0x1f,0x81,_0x3e311d._0x4e0013,0x43)](_0x4a42d2);}else{const _0x1cdb50={};_0x1cdb50[_0x4c658e(0x87,_0x3e311d._0x5e07af,0x4b,_0x3e311d._0x587df9)]=_0xd6ecb0[_0x1076f6(_0x3e311d._0x5e5bc4,_0x3e311d._0x5622e7,_0x3e311d._0x1d0f69,0x42e)],_0x1cdb50[_0x1076f6(0x2ab,0x2b4,0x300,0x2cb)+'t']=_0x3ab7bd,_0x1cdb50[_0x4c658e(-_0x3e311d._0x2a9fa9,0x72,0x5,-_0x3e311d._0x192ba7)]=_0x16b119,_0x1cdb50[_0x1076f6(_0x3e311d._0x3bf02b,0x312,0x32b,_0x3e311d._0x43a2d6)]=_0x43a919[_0x4c658e(-_0x3e311d._0x54a00d,-0x36,-0xaf,-_0x3e311d._0x781dc1)],logger[_0x4c658e(0x12,0x14,-_0x3e311d._0x202f5d,0x23)](_0xbe24e0[_0x4c658e(_0x3e311d._0x3dd3de,0x21,_0x3e311d._0x227400,0x32)],_0x1cdb50);const _0x100160={};_0x100160[_0x1076f6(_0x3e311d._0x576d3f,0x356,0x32b,0x39e)]='Internal\x20S'+_0x4c658e(-_0x3e311d._0xffde10,0x38,0xe,_0x3e311d._0x2d05e6)+'r',_0x100160[_0x1076f6(0x285,_0x3e311d._0x18836b,_0x3e311d._0x242cc1,_0x3e311d._0x2c5a8f)]=_0x4c658e(_0x3e311d._0x3b8ba5,-_0x3e311d._0x280cf6,-_0x3e311d._0x313bb7,-0x8d)+_0x1076f6(_0x3e311d._0xce9e78,0x451,0x3cf,_0x3e311d._0x41cb1b)+_0x1076f6(0x38c,0x39b,0x356,0x3ae),_0x49df10[_0x1076f6(0x35a,_0x3e311d._0x4aded6,_0x3e311d._0x119b72,_0x3e311d._0x50ce0c)](0x1432*0x1+0x1169+0x23a7*-0x1)[_0x4c658e(-_0x3e311d._0x4ca5d6,-0x1f,0x9,-_0x3e311d._0x3bf936)](_0x100160);}}});export default router;
1
+ (function(_0xf2a65,_0x467408){const _0x29515e={_0x51264d:0x330,_0x255ab9:0x329,_0x3aeebd:0x298,_0x13e73a:0x2e2,_0x18984a:0x355,_0x4295fc:0x329,_0x16856e:0x36b,_0x4563fa:0x352,_0xc54326:0x381,_0x4ef828:0x2ce,_0x5544bf:0x3c0,_0x3294e1:0x2e0,_0x9599f7:0x2fd,_0x225742:0x34a,_0x171ce0:0x32d,_0x43be39:0x35f,_0x30db20:0x421,_0x18372d:0x387,_0xb7d793:0x2b3,_0x359e83:0x46d,_0x43d18f:0x456},_0x5837d9={_0x12930a:0xf2},_0x5490c3={_0x30b694:0x1cd};function _0x4a9ae1(_0x21b63f,_0x39fe17,_0x14aa03,_0x2569de){return _0x5051(_0x14aa03-_0x5490c3._0x30b694,_0x2569de);}function _0x15382e(_0x3b5548,_0x2440d2,_0x3e7a41,_0x42be75){return _0x5051(_0x2440d2-_0x5837d9._0x12930a,_0x3e7a41);}const _0x4f7dea=_0xf2a65();while(!![]){try{const _0x308ee5=-parseInt(_0x15382e(0x3df,0x39d,_0x29515e._0x51264d,_0x29515e._0x255ab9))/(-0x2*-0x37+-0x1*-0x6b4+-0x16d*0x5)+-parseInt(_0x15382e(_0x29515e._0x3aeebd,_0x29515e._0x13e73a,_0x29515e._0x18984a,0x355))/(-0x39b*-0x5+-0xa6*0xa+-0xb89)*(parseInt(_0x15382e(_0x29515e._0x4295fc,_0x29515e._0x16856e,_0x29515e._0x4563fa,_0x29515e._0xc54326))/(-0x1ad0+0x10cb+0x282*0x4))+parseInt(_0x15382e(_0x29515e._0x4ef828,0x33f,_0x29515e._0x5544bf,_0x29515e._0x3294e1))/(-0x1*0x15f+-0xe16+0xf79)+parseInt(_0x15382e(_0x29515e._0x9599f7,_0x29515e._0x225742,_0x29515e._0x171ce0,0x330))/(-0x1*0x1c5e+-0x1545*-0x1+0x38f*0x2)+-parseInt(_0x4a9ae1(_0x29515e._0x43be39,_0x29515e._0x30db20,0x3ac,_0x29515e._0x18372d))/(0x1*0x1705+-0x79*-0x7+-0x1a4e)+parseInt(_0x15382e(0x2a6,0x323,_0x29515e._0xb7d793,0x35a))/(0x1*0x1917+0xc34*0x2+-0x8*0x62f)*(parseInt(_0x15382e(0x2d4,0x304,0x2a7,0x374))/(0x118b*0x1+-0x1*0x1c9d+0xb1a))+parseInt(_0x4a9ae1(_0x29515e._0x359e83,0x4f2,0x482,_0x29515e._0x43d18f))/(-0x1*0x225a+0x477+0x77b*0x4);if(_0x308ee5===_0x467408)break;else _0x4f7dea['push'](_0x4f7dea['shift']());}catch(_0x179d68){_0x4f7dea['push'](_0x4f7dea['shift']());}}}(_0x1485,-0x1f7f0+-0x2d444+0x82*0xe3e));import _0x26f2fc from'express';import{promises as _0x21ef2e}from'fs';import _0xd39636 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';function _0x5051(_0x2f5d07,_0x38b3a8){_0x2f5d07=_0x2f5d07-(-0x1bf7+-0xaf1*0x3+-0x5ae*-0xb);const _0x1e7e3f=_0x1485();let _0x546829=_0x1e7e3f[_0x2f5d07];if(_0x5051['gjfudG']===undefined){var _0x3c9e09=function(_0x240960){const _0x259d30='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1759d8='',_0xcb35da='';for(let _0xdc41ac=0xede+0x9d*-0x1d+0x1*0x2eb,_0x421685,_0x4790d4,_0x348e93=-0x20e*-0x3+0x10b8+0x2*-0xb71;_0x4790d4=_0x240960['charAt'](_0x348e93++);~_0x4790d4&&(_0x421685=_0xdc41ac%(-0x1*0x1153+-0x207+0x135e)?_0x421685*(0x5f*0x2b+-0xe54+-0x161)+_0x4790d4:_0x4790d4,_0xdc41ac++%(0x2017+0x12a0+0x1*-0x32b3))?_0x1759d8+=String['fromCharCode'](-0x12d0+-0x245e+0x382d&_0x421685>>(-(0x776*0x1+0x174+0x5*-0x1c8)*_0xdc41ac&-0x1f0e+-0x247*0xc+0x3a68)):-0x7*0x3a4+-0x1718+0x3094){_0x4790d4=_0x259d30['indexOf'](_0x4790d4);}for(let _0x194987=0x2696+0x1*-0xc2b+0x1a6b*-0x1,_0x10518f=_0x1759d8['length'];_0x194987<_0x10518f;_0x194987++){_0xcb35da+='%'+('00'+_0x1759d8['charCodeAt'](_0x194987)['toString'](-0x1d84+-0x4*-0x515+-0x4a*-0x20))['slice'](-(-0xf07+0x1*0x58a+0x97f));}return decodeURIComponent(_0xcb35da);};_0x5051['bijqys']=_0x3c9e09,_0x5051['tZBriL']={},_0x5051['gjfudG']=!![];}const _0x5b7922=_0x1e7e3f[-0xfc1*-0x2+0xdb*0x29+-0x4295],_0x48bee7=_0x2f5d07+_0x5b7922,_0x40f379=_0x5051['tZBriL'][_0x48bee7];return!_0x40f379?(_0x546829=_0x5051['bijqys'](_0x546829),_0x5051['tZBriL'][_0x48bee7]=_0x546829):_0x546829=_0x40f379,_0x546829;}const router=_0x26f2fc[_0x3390de(0x570,0x57c,0x497,0x515)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x4d246e){tasks=_0x4d246e['tasks'],setupPath=_0x4d246e['setupPath'],coderConfig=_0x4d246e['coderConfi'+'g'];}export function updateCoderConfig(_0x17e27b){coderConfig=_0x17e27b;}async function requireTaskAuth(_0x6383b2,_0x1207ad,_0x2142f0){const _0x39569a={_0x46b72c:0x3c6,_0x3278ee:0x403,_0xb8905f:0x4e4,_0x2d2737:0x4a2,_0x16eec8:0x4ed,_0x471c99:0x492,_0x4f9d7e:0x474,_0x578fc0:0x3d1,_0x33b976:0x468,_0x5ba0f9:0x4df,_0x54131b:0x3c4,_0x5c513d:0x3e2,_0x506d69:0x4ee,_0x473864:0x4fd,_0x4e30b2:0x4d1,_0x5c7bd2:0x47c,_0x53258d:0x413,_0x334d55:0x3dd,_0x52cf7b:0x3e3,_0x3e4689:0x495,_0x95ce0d:0x481,_0x7ae252:0x4c0,_0x361bb2:0x48e,_0x240ae2:0x429,_0x1e0c26:0x49e,_0x1b3d07:0x3d8,_0x53c207:0x411,_0x2bdab3:0x45b,_0x37abf0:0x3ec,_0x505b98:0x4cb,_0x161d9c:0x455,_0x4868de:0x4f7,_0x2b5e01:0x4db,_0x2754b2:0x42b,_0x517068:0x579,_0x52d855:0x4f7,_0x312612:0x3c3,_0x1d946b:0x40b,_0x324d13:0x45c,_0x45c826:0x43a,_0x5e1dd3:0x3b3,_0xdd7842:0x489,_0x375b2c:0x40e,_0x5ad9f8:0x468,_0x142e93:0x451,_0x1532aa:0x4a0,_0x4d0385:0x48a,_0x24ac9d:0x4ff,_0x40cb50:0x56a,_0x5a6d71:0x50c,_0x5e86d2:0x492,_0x4317fb:0x477,_0x1f2fa5:0x472,_0x366a9f:0x434,_0x469950:0x401,_0x179993:0x3e7,_0x34101a:0x336,_0x5c9255:0x3a4,_0x2a4204:0x4c8,_0x566423:0x4a4,_0x446bfb:0x4aa,_0x15dd74:0x523,_0x1b8cbc:0x42a,_0x4856d4:0x49b,_0x1d71fa:0x46a,_0x45449f:0x51e,_0x26b5b9:0x3e2,_0x2273fd:0x3ef,_0x509343:0x4aa,_0x2b09e3:0x4dd,_0x3860b1:0x527,_0x3e82a3:0x564,_0x33cb07:0x482,_0x2973fd:0x3fb,_0x5ed96a:0x432,_0x2d9f51:0x447,_0x51d778:0x579,_0x25e6a3:0x51a,_0x2486e7:0x49a,_0x2c780f:0x469,_0x2b93ee:0x441,_0x3d5118:0x3eb,_0x7a9479:0x432,_0x180bc2:0x47e,_0x534304:0x485,_0x32a322:0x4e3,_0x5beac0:0x4a6,_0x1d7735:0x4fa,_0xe235cf:0x4d4,_0x5d1c6d:0x4f1,_0x19a114:0x49d,_0x18aa8a:0x468,_0x41a35c:0x4f3,_0x119310:0x49b,_0x1dff6c:0x4ae,_0x38c645:0x428,_0x1ceb43:0x419,_0x5c2d2f:0x3d2,_0x4e22ef:0x42a,_0xd70867:0x4a1,_0x51231c:0x47a,_0x4a6743:0x42f,_0x586cdd:0x47f,_0x8dd523:0x45d,_0x5bc3ac:0x589,_0x1db632:0x584,_0x5221ad:0x467,_0x3fc263:0x473,_0x309bab:0x405,_0x121213:0x359,_0x2854e4:0x3b0,_0x1c2619:0x4c2,_0x395162:0x518,_0x415754:0x4c7,_0x546c5f:0x524,_0x11b4ce:0x52a,_0x4bac04:0x4b4,_0x5ed4be:0x4b5,_0x5ad9d:0x4b7,_0xab5c94:0x3f8,_0x11c5e8:0x4aa,_0x33fc07:0x478,_0x69084f:0x514,_0x5a03ff:0x562,_0x50dce5:0x4f3,_0x4a8484:0x468,_0x56238a:0x485,_0x579e12:0x4e1,_0x144067:0x57c,_0x13648d:0x423,_0x4b9a41:0x445,_0x399996:0x458,_0x824d7d:0x48c,_0x32c7f6:0x45e,_0x7b6fc5:0x4ce,_0x19e25b:0x435,_0x14bb2a:0x3e2,_0x1720a8:0x498,_0x34cc72:0x45e,_0x5b1b67:0x3df,_0x231b22:0x4bf,_0x227643:0x45e,_0x47dccd:0x46e,_0x5c045f:0x46b,_0x10935c:0x4e9,_0x319ef3:0x439,_0x1cc64a:0x440,_0x464fcf:0x476,_0x471607:0x358,_0x29e8a1:0x431,_0x4c0b0d:0x3bf,_0x3cde77:0x3e3,_0x203ef6:0x45a,_0x53ad42:0x48f,_0x4104bf:0x43f,_0x177151:0x3b3,_0x8462de:0x3fc,_0x3ef8bf:0x41b,_0x46c393:0x384,_0x18864b:0x401,_0x3256cf:0x3eb,_0x589d45:0x50c,_0x49516e:0x49b,_0x5f31c2:0x408,_0x273dad:0x505,_0x3ac895:0x491,_0x1458b8:0x44a,_0x140750:0x458,_0x119f39:0x464,_0x2ade56:0x487},_0x5e7a14={_0x27ddf3:0x6,_0x2df14c:0x102,_0x1cbf0c:0xb4},_0x408db7={_0x2cc40f:0xaa,_0x31804a:0x37},_0x548074={'pZkBZ':'x-task-id','JzkDN':'Environmen'+_0x44bf84(_0x39569a._0x46b72c,0x391,0x395,_0x39569a._0x3278ee)+_0x44bf84(_0x39569a._0xb8905f,0x45e,0x4cb,0x47a)+_0x438b92(0x4d0,_0x39569a._0x2d2737,_0x39569a._0x16eec8,_0x39569a._0x471c99)+_0x44bf84(_0x39569a._0x4f9d7e,_0x39569a._0x578fc0,0x45b,0x453)+_0x44bf84(_0x39569a._0x33b976,0x4bd,_0x39569a._0x5ba0f9,0x46c),'dElOa':_0x44bf84(_0x39569a._0x54131b,0x430,0x400,0x40a)+'ed','nBPWO':_0x44bf84(_0x39569a._0x5c513d,0x3e7,0x3ba,0x416)+_0x438b92(0x500,0x4b1,_0x39569a._0x506d69,_0x39569a._0x473864)+_0x44bf84(0x487,0x42b,_0x39569a._0x4e30b2,_0x39569a._0x5c7bd2),'yMozd':function(_0x5d9d89,_0x568741){return _0x5d9d89===_0x568741;},'HkjpA':_0x438b92(0x4ba,_0x39569a._0x53258d,0x46c,0x41b),'TEPNf':_0x44bf84(0x3f3,0x38f,_0x39569a._0x334d55,_0x39569a._0x52cf7b)+_0x44bf84(0x3e5,0x453,0x380,0x403)+'nt\x20route\x20n'+'ot\x20initial'+_0x438b92(0x412,_0x39569a._0x3e4689,_0x39569a._0x95ce0d,_0x39569a._0x7ae252),'wFYcl':_0x44bf84(0x437,_0x39569a._0x361bb2,_0x39569a._0x240ae2,_0x39569a._0x1e0c26)+_0x44bf84(_0x39569a._0x1b3d07,0x420,_0x39569a._0x53c207,0x3db)+_0x44bf84(_0x39569a._0x2bdab3,_0x39569a._0x37abf0,_0x39569a._0x505b98,_0x39569a._0x161d9c),'sxIMS':_0x44bf84(0x3f9,0x3ad,0x371,_0x39569a._0x52cf7b)+_0x438b92(_0x39569a._0x4868de,_0x39569a._0x2b5e01,0x480,_0x39569a._0x2754b2)+_0x438b92(0x56c,_0x39569a._0x517068,_0x39569a._0x52d855,0x48e)+_0x44bf84(_0x39569a._0x312612,_0x39569a._0x1d946b,_0x39569a._0x324d13,_0x39569a._0x45c826)+_0x44bf84(_0x39569a._0x5e1dd3,0x400,_0x39569a._0xdd7842,_0x39569a._0x375b2c)+'D','RyZOa':'Invalid\x20ta'+_0x438b92(_0x39569a._0x5ad9f8,0x481,_0x39569a._0x142e93,_0x39569a._0x1532aa),'mBNWZ':'Task\x20has\x20n'+'o\x20associat'+_0x438b92(0x53f,_0x39569a._0x4d0385,_0x39569a._0x24ac9d,0x4de)+'ment','PlFPb':function(_0x145eb0,_0x4c324d){return _0x145eb0(_0x4c324d);},'ehHbZ':_0x438b92(_0x39569a._0x40cb50,0x50a,_0x39569a._0x5a6d71,0x56a)+'not\x20found','GUfqG':_0x438b92(_0x39569a._0x5e86d2,_0x39569a._0x4317fb,0x43d,0x3f3)+_0x438b92(0x589,0x4fc,0x524,0x5a1),'VkTiA':_0x44bf84(_0x39569a._0x1f2fa5,0x4f7,_0x39569a._0x366a9f,0x493),'fVStQ':_0x438b92(0x482,0x508,0x4db,0x559)+'ts','zjEJe':function(_0x4a2ffb){return _0x4a2ffb();}};function _0x438b92(_0x130662,_0x477662,_0x225c16,_0x6dcc04){return _0x3390de(_0x6dcc04,_0x477662-0x1c7,_0x225c16-_0x408db7._0x2cc40f,_0x225c16- -_0x408db7._0x31804a);}const _0x2812b4=_0x6383b2['headers'][_0x548074[_0x44bf84(_0x39569a._0x469950,0x3f0,0x3e3,0x423)]];if(!_0x2812b4){logger[_0x44bf84(_0x39569a._0x179993,_0x39569a._0x34101a,_0x39569a._0x5c9255,0x3ab)](_0x548074['JzkDN']);const _0x1541db={};return _0x1541db[_0x44bf84(_0x39569a._0x2a4204,0x468,_0x39569a._0x566423,_0x39569a._0x446bfb)]=_0x548074[_0x438b92(0x534,0x566,0x506,_0x39569a._0x15dd74)],_0x1541db['message']=_0x548074['nBPWO'],_0x1207ad['status'](-0x1c89+-0x1*-0x411+0x1a09)[_0x44bf84(0x42b,0x419,_0x39569a._0x1b8cbc,_0x39569a._0x4856d4)](_0x1541db);}if(!tasks){if(_0x548074[_0x438b92(_0x39569a._0x1d71fa,0x466,0x4e7,_0x39569a._0x45449f)](_0x548074['HkjpA'],_0x44bf84(_0x39569a._0x26b5b9,0x3ea,0x3e6,_0x39569a._0x2273fd))){logger[_0x44bf84(0x4d1,0x46d,0x4d6,_0x39569a._0x509343)](_0x548074[_0x438b92(0x484,0x55f,0x4f0,_0x39569a._0x2b09e3)]);const _0x439487={};return _0x439487[_0x438b92(0x4c5,0x51f,_0x39569a._0x3860b1,_0x39569a._0x3e82a3)]=_0x438b92(_0x39569a._0x33cb07,_0x39569a._0x2973fd,_0x39569a._0x5ed96a,_0x39569a._0x2d9f51)+'erver\x20Erro'+'r',_0x439487[_0x438b92(0x52b,_0x39569a._0x51d778,_0x39569a._0x25e6a3,0x547)]=_0x548074[_0x44bf84(_0x39569a._0x2486e7,0x47e,0x499,_0x39569a._0x2c780f)],_0x1207ad[_0x44bf84(_0x39569a._0x2b93ee,0x45c,0x3a0,_0x39569a._0x3d5118)](0x29d*0x5+-0x7ac*0x2+0x43b)['json'](_0x439487);}else _0x3c94c3=_0xeba47e['tasks'],_0x29d988=_0x542697[_0x438b92(0x539,0x483,0x4d7,0x457)],_0x3a41a7=_0x1a8ba1[_0x44bf84(0x48c,_0x39569a._0x7a9479,0x479,_0x39569a._0x180bc2)+'g'];}const _0x79886d=tasks['get'](_0x2812b4);function _0x44bf84(_0x5cf963,_0x50914d,_0x33a2d5,_0x21b51d){return _0x3390de(_0x50914d,_0x50914d-_0x5e7a14._0x27ddf3,_0x33a2d5-_0x5e7a14._0x2df14c,_0x21b51d- -_0x5e7a14._0x1cbf0c);}if(!_0x79886d){const _0x2bc86f={};_0x2bc86f['taskId']=_0x2812b4,logger['warn'](_0x548074[_0x438b92(_0x39569a._0x4317fb,0x486,0x4cf,_0x39569a._0x534304)],_0x2bc86f);const _0x278ec8={};return _0x278ec8[_0x44bf84(0x512,_0x39569a._0x32a322,_0x39569a._0x5beac0,0x4aa)]=_0x548074[_0x438b92(0x4c1,0x4a5,0x506,0x491)],_0x278ec8[_0x44bf84(_0x39569a._0x1d7735,_0x39569a._0xe235cf,_0x39569a._0x5d1c6d,_0x39569a._0x19a114)]=_0x548074['RyZOa'],_0x1207ad[_0x438b92(0x412,0x4b2,_0x39569a._0x18aa8a,0x498)](-0x1b72+0x5*0x735+-0x1d*0x3e)[_0x44bf84(0x506,_0x39569a._0x41a35c,0x4c7,_0x39569a._0x119310)](_0x278ec8);}if(!_0x79886d[_0x44bf84(0x415,0x46b,_0x39569a._0x1dff6c,0x45e)+'t']){const _0x176a02={};_0x176a02['taskId']=_0x2812b4,logger[_0x438b92(0x40d,0x3d6,_0x39569a._0x38c645,0x405)](_0x44bf84(_0x39569a._0x1ceb43,_0x39569a._0x5c2d2f,_0x39569a._0x4e22ef,0x454)+_0x44bf84(_0x39569a._0xd70867,0x3b9,_0x39569a._0x51231c,_0x39569a._0x4a6743)+_0x44bf84(_0x39569a._0x586cdd,_0x39569a._0x8dd523,0x425,0x456),_0x176a02);const _0x3a8a3c={};return _0x3a8a3c[_0x438b92(_0x39569a._0x5bc3ac,_0x39569a._0x1db632,0x527,0x543)]=_0x44bf84(0x38c,0x451,0x3e4,_0x39569a._0x578fc0)+'t',_0x3a8a3c[_0x44bf84(_0x39569a._0x5221ad,_0x39569a._0x3fc263,0x500,0x49d)]=_0x548074[_0x44bf84(_0x39569a._0x309bab,0x3b8,_0x39569a._0x121213,0x3ca)],_0x1207ad[_0x44bf84(0x3e9,_0x39569a._0x2854e4,0x37e,0x3eb)](0x3c7*0x1+0xe*0x275+-0x249d)[_0x438b92(_0x39569a._0x1c2619,0x4ff,_0x39569a._0x395162,_0x39569a._0x415754)](_0x3a8a3c);}const _0x2f695d=_0x79886d[_0x438b92(0x52f,_0x39569a._0x546c5f,0x512,0x49a)]?.['userId'],_0x438bf0=await _0x548074[_0x438b92(_0x39569a._0x11b4ce,_0x39569a._0x7ae252,_0x39569a._0x4bac04,0x523)](findUserById,_0x2f695d);if(!_0x438bf0){const _0x455f10={};_0x455f10[_0x44bf84(_0x39569a._0x5ed4be,0x41a,0x413,0x464)]=_0x2812b4,_0x455f10[_0x438b92(0x4ba,_0x39569a._0x5ad9d,0x49a,0x4c4)]=_0x2f695d,logger[_0x438b92(0x485,_0x39569a._0x578fc0,0x428,_0x39569a._0xab5c94)](_0x548074['ehHbZ'],_0x455f10);const _0x40bff3={};return _0x40bff3[_0x44bf84(0x4aa,0x42d,0x4f7,_0x39569a._0x11c5e8)]=_0x548074[_0x44bf84(0x438,_0x39569a._0x33fc07,_0x39569a._0x45c826,_0x39569a._0xdd7842)],_0x40bff3[_0x438b92(0x4c5,_0x39569a._0x69084f,0x51a,_0x39569a._0x5a03ff)]=_0x548074[_0x44bf84(_0x39569a._0x50dce5,0x4dc,0x4f9,0x48d)],_0x1207ad[_0x438b92(0x404,0x46b,_0x39569a._0x4a8484,_0x39569a._0x56238a)](0x12b6+-0x761*0x1+-0x9c4)[_0x438b92(_0x39569a._0x579e12,_0x39569a._0x144067,_0x39569a._0x395162,0x567)](_0x40bff3);}_0x6383b2[_0x438b92(_0x39569a._0x13648d,0x447,0x46d,_0x39569a._0x4b9a41)+'k']=_0x79886d,_0x6383b2[_0x44bf84(0x455,0x3f3,_0x39569a._0x399996,0x43f)]=_0x438bf0,_0x6383b2[_0x44bf84(0x458,_0x39569a._0x824d7d,_0x39569a._0x4d0385,_0x39569a._0x32c7f6)+_0x44bf84(0x448,_0x39569a._0x7b6fc5,_0x39569a._0x19e25b,0x467)]=_0x79886d[_0x44bf84(_0x39569a._0x14bb2a,_0x39569a._0x1720a8,0x454,_0x39569a._0x34cc72)+'t'];if(!coderConfig?.[_0x44bf84(0x4c9,_0x39569a._0x5b1b67,_0x39569a._0x231b22,_0x39569a._0x227643)+'ts']?.[_0x79886d[_0x438b92(_0x39569a._0x47dccd,_0x39569a._0x5c045f,0x4db,_0x39569a._0x10935c)+'t']]){const _0x37e97e={};_0x37e97e[_0x44bf84(_0x39569a._0x319ef3,_0x39569a._0x1cc64a,0x483,0x464)]=_0x2812b4,_0x37e97e[_0x438b92(0x537,0x477,0x4db,_0x39569a._0x399996)+'t']=_0x79886d[_0x438b92(_0x39569a._0x464fcf,0x48d,0x4db,0x45d)+'t'],logger[_0x44bf84(_0x39569a._0x471607,0x347,0x408,0x3ab)](_0x44bf84(_0x39569a._0x29e8a1,_0x39569a._0x4c0b0d,_0x39569a._0x319ef3,_0x39569a._0x3cde77)+_0x44bf84(0x399,_0x39569a._0x203ef6,0x3e6,0x41b)+'d',_0x37e97e);const _0x3320c5={};return _0x3320c5[_0x44bf84(0x4ee,_0x39569a._0x53ad42,0x428,0x4aa)]=_0x548074['VkTiA'],_0x3320c5[_0x438b92(0x4ec,0x4d6,0x51a,0x57a)]=_0x438b92(_0x39569a._0x4104bf,0x418,0x460,0x4d1)+_0x44bf84(_0x39569a._0x177151,0x3f1,_0x39569a._0x8462de,_0x39569a._0x3ef8bf)+'d',_0x1207ad[_0x44bf84(_0x39569a._0x46c393,0x41c,_0x39569a._0x18864b,_0x39569a._0x3256cf)](0x3a7+0x43*-0x6d+0x1a74)[_0x44bf84(_0x39569a._0x142e93,0x47d,_0x39569a._0x589d45,_0x39569a._0x49516e)](_0x3320c5);}_0x6383b2['environmen'+_0x44bf84(_0x39569a._0x4104bf,0x455,_0x39569a._0x5f31c2,0x41c)]=coderConfig[_0x438b92(_0x39569a._0x273dad,0x4ac,0x4db,0x52e)+'ts'][_0x79886d[_0x44bf84(0x405,_0x39569a._0x3ac895,_0x39569a._0x1458b8,0x45e)+'t']],_0x6383b2[_0x438b92(0x54d,0x4e9,0x4db,0x49b)+_0x438b92(_0x39569a._0x140750,0x46c,_0x39569a._0x119f39,_0x39569a._0xdd7842)]=_0xd39636[_0x438b92(0x4ee,0x4ac,0x4d8,0x558)](setupPath,_0x548074[_0x44bf84(0x4bd,_0x39569a._0x2ade56,0x405,0x451)],_0x79886d[_0x438b92(0x4f0,0x4f1,_0x39569a._0x2b5e01,0x50a)+'t']),_0x548074['zjEJe'](_0x2142f0);}async function requireInstructionsPermission(_0x14780a,_0x3b9150,_0x391f94){const _0x497e5d={_0x402fb1:0x24d,_0x45be29:0x24a,_0x3cbabb:0x99,_0x253097:0xaa,_0x322925:0x124,_0x533e0d:0x276,_0x50f5a9:0x2b8,_0x4be8dd:0x25c,_0x49cb49:0x65,_0x455def:0x6a,_0x1b9ae5:0x2e1,_0x5dac03:0x26a,_0x3fc9a8:0x2da,_0x197da6:0xc7,_0x1baa90:0x3c,_0x41ee1a:0x4e,_0x33d02a:0x19,_0x5877cb:0xc9,_0x198895:0xad,_0x25e143:0xb,_0x240c6f:0x91,_0x2bbeb8:0xba,_0x45f8e9:0x375,_0x269e98:0x26,_0x1bd262:0x50,_0x28f402:0x11,_0x4b8955:0x3f,_0x244db7:0x6b,_0x3c2210:0xb6,_0xa34c7c:0x21,_0xa989cd:0x48,_0x17b4de:0x14,_0x3c9025:0x82,_0x33ce06:0x2b9,_0x151a84:0x2a9,_0x10ad5a:0x3f,_0x218c2d:0x2be,_0x509a3a:0x310,_0xa800c6:0x31c,_0x342f7f:0x309,_0x35b17e:0x30,_0x372bd9:0x70,_0x3569b8:0xcd,_0x404e61:0x32,_0x110278:0x97,_0x21fd06:0x8f,_0x45f3de:0x287,_0x7f3c86:0x204,_0x50d7b6:0x2a8,_0x1c0224:0x1fb,_0xb8024c:0x2a8},_0x4d0325={_0x455eeb:0x1de,_0x5ef6df:0x52c},_0x5220ef={_0xea7e52:0x119};function _0x3dd680(_0x4cdc0e,_0x507899,_0x30ec8b,_0x409db4){return _0x3390de(_0x507899,_0x507899-_0x5220ef._0xea7e52,_0x30ec8b-0x3f,_0x4cdc0e- -0x218);}const _0x5acfde={'YBBfa':function(_0x4280da,_0x506cde,_0xb5c836,_0x1aad85){return _0x4280da(_0x506cde,_0xb5c836,_0x1aad85);},'cNYCU':_0x3dd680(_0x497e5d._0x402fb1,_0x497e5d._0x45be29,0x266,0x28a)+_0x43bf89(-_0x497e5d._0x3cbabb,-0x38,-0x8c,-0xc0)+_0x43bf89(-_0x497e5d._0x253097,-0xe4,-0xc8,-_0x497e5d._0x322925)+_0x3dd680(0x2d5,_0x497e5d._0x533e0d,_0x497e5d._0x50f5a9,_0x497e5d._0x4be8dd)+_0x43bf89(-0x8,-_0x497e5d._0x49cb49,-0x36,-0x83),'PVeOk':'Forbidden','FklQq':_0x43bf89(-0x1,-_0x497e5d._0x455def,-0x13,0x43)+_0x3dd680(_0x497e5d._0x1b9ae5,0x31e,_0x497e5d._0x5dac03,_0x497e5d._0x3fc9a8)+_0x43bf89(-_0x497e5d._0x197da6,-0xe8,-0x7f,-0x5f)+_0x43bf89(-0x73,-0x3e,-_0x497e5d._0x1baa90,0xb)+_0x43bf89(_0x497e5d._0x41ee1a,-0x56,-0x1a,-_0x497e5d._0x33d02a)+'t\x20instruct'+_0x3dd680(0x258,0x1e6,0x2ad,0x246),'xXoWJ':function(_0x4d65a1){return _0x4d65a1();}};function _0x43bf89(_0x334a8d,_0x5f5d54,_0x506275,_0x5f1db2){return _0x3390de(_0x334a8d,_0x5f5d54-_0x4d0325._0x455eeb,_0x506275-0x65,_0x506275- -_0x4d0325._0x5ef6df);}if(!await _0x5acfde[_0x43bf89(-0xff,-0x72,-_0x497e5d._0x5877cb,-_0x497e5d._0x198895)](hasPermission,_0x14780a[_0x43bf89(_0x497e5d._0x25e143,-_0x497e5d._0x240c6f,-0x39,-_0x497e5d._0x2bbeb8)]['id'],_0x3dd680(0x2fa,0x299,0x322,_0x497e5d._0x45f8e9)+_0x43bf89(-0x3b,-_0x497e5d._0x269e98,-0x60,0x13)+'tions',_0x14780a[_0x43bf89(-0x76,_0x497e5d._0x1bd262,-0x1a,0x4f)+_0x43bf89(0x12,-0x6d,-_0x497e5d._0x28f402,_0x497e5d._0x4b8955)])){const _0x542ab4={};_0x542ab4[_0x43bf89(_0x497e5d._0x244db7,0x36,-0x14,-0x39)]=_0x14780a[_0x43bf89(-_0x497e5d._0x3c2210,-_0x497e5d._0xa34c7c,-0x88,-0xe4)+'k'][_0x43bf89(_0x497e5d._0xa989cd,_0x497e5d._0x455def,-_0x497e5d._0x17b4de,-_0x497e5d._0x3c9025)],_0x542ab4[_0x3dd680(_0x497e5d._0x33ce06,0x2d9,_0x497e5d._0x151a84,0x2e8)]=_0x14780a[_0x43bf89(-0x3f,_0x497e5d._0x10ad5a,-0x39,-0xa5)]['id'],_0x542ab4[_0x3dd680(_0x497e5d._0x218c2d,_0x497e5d._0x509a3a,_0x497e5d._0xa800c6,_0x497e5d._0x342f7f)]=_0x14780a[_0x43bf89(_0x497e5d._0x35b17e,-0xaa,-0x39,-_0x497e5d._0x372bd9)]['username'],logger[_0x43bf89(-0xa9,-0x141,-_0x497e5d._0x3569b8,-0x12b)](_0x5acfde['cNYCU'],_0x542ab4);const _0x3d17a2={};return _0x3d17a2[_0x43bf89(-0x2,0x4f,_0x497e5d._0x404e61,0x61)]=_0x5acfde['PVeOk'],_0x3d17a2['message']=_0x5acfde[_0x43bf89(-_0x497e5d._0x110278,-0x50,-0x48,-_0x497e5d._0x21fd06)],_0x3b9150[_0x3dd680(_0x497e5d._0x45f3de,_0x497e5d._0x7f3c86,0x220,_0x497e5d._0x50d7b6)](-0x1452+-0x240d+-0x1*-0x39f2)['json'](_0x3d17a2);}_0x5acfde[_0x3dd680(0x245,_0x497e5d._0x1c0224,_0x497e5d._0xb8024c,0x1cd)](_0x391f94);}async function requireTemplatesPermission(_0x1509ce,_0x2c8775,_0x1f1f7c){const _0x350f90={_0x363e7d:0x2b3,_0x210d5d:0x37a,_0xd73e42:0x2bf,_0x4837e8:0x3d9,_0x12debc:0x328,_0x1a3930:0x349,_0x5e2554:0x27d,_0x1aaced:0x2c3,_0x384a30:0x227,_0x5da1e2:0x261,_0x25189e:0x175,_0x2fa931:0x1b8,_0xe3766d:0x1e7,_0x5c3622:0x2dd,_0x802eda:0x1ac,_0x4759f4:0x1e4,_0x47b369:0x227,_0x4e52d4:0x25b,_0x5f306c:0x2b3,_0x276302:0x228,_0x336c3a:0x271,_0x291934:0x38e,_0x199280:0x352,_0x40e4f8:0x382,_0x2bbc75:0x231,_0xe994e4:0x24d,_0x41484b:0x2a9,_0x346277:0x2d6,_0x567961:0x24a,_0x2f1d91:0x27d,_0x1caf89:0x238,_0x10b81f:0x398,_0x512065:0x3d3,_0x35681f:0x310,_0x2bb600:0x285,_0x20aff0:0x2b5,_0x6952dc:0x254,_0x78f12:0x29e,_0x598d80:0x3c1,_0x8833c8:0x233,_0x182d95:0x283,_0x4fbab2:0x34e,_0x133b3d:0x35d,_0x1e7788:0x25e,_0x2f2092:0x21a,_0x2d3049:0x1c7,_0x5dd073:0x23e,_0x31011a:0x1ca,_0xa5f64d:0x378,_0x47dce0:0x31e,_0x3ca97d:0x35b,_0x103d37:0x36b,_0x39255a:0x2ea,_0x2d8c19:0x2e0,_0x18276a:0x2c9,_0x1db912:0x44c,_0x21e634:0x3ce,_0x914b1c:0x34b,_0x5f53af:0x28e,_0x561f2e:0x2bb,_0xf14d3:0x365,_0x33932f:0x395,_0x4c54e2:0x32c,_0xd5d471:0x2cd,_0x40b5df:0x20d,_0x3a179b:0x2e7,_0x2b432d:0x2ef,_0x450171:0x267,_0x55b0ac:0x242,_0xcb6913:0x2bc,_0x2aca57:0x1da,_0x390878:0x265,_0x53c1e2:0x1f6,_0x3fcbe7:0x3dc,_0x57037e:0x3d3,_0x4114a0:0x44e,_0x140979:0x375,_0x4e1c69:0x3d0,_0x507260:0x29a,_0x16caf8:0x243},_0x401644={_0x45303c:0x40,_0x18a77c:0x183},_0x623988={_0x14f0b9:0x115,_0x385622:0x66};function _0x256799(_0x39e7f7,_0x4fe20f,_0x1b28fe,_0x4f12a8){return _0x3390de(_0x4fe20f,_0x4fe20f-_0x623988._0x14f0b9,_0x1b28fe-_0x623988._0x385622,_0x4f12a8- -0x295);}function _0x37f276(_0x2302a0,_0x50e4c4,_0x23e6c9,_0x371570){return _0x3390de(_0x50e4c4,_0x50e4c4-0x68,_0x23e6c9-_0x401644._0x45303c,_0x23e6c9- -_0x401644._0x18a77c);}const _0xe173e2={'UTqkL':_0x37f276(_0x350f90._0x363e7d,_0x350f90._0x210d5d,0x328,_0x350f90._0xd73e42)+_0x37f276(0x394,0x3a4,_0x350f90._0x4837e8,0x407)+'TS.md','gRSDq':'Internal\x20S'+'erver\x20Erro'+'r','crHsf':_0x37f276(0x2c0,0x39e,_0x350f90._0x12debc,_0x350f90._0x1a3930)+_0x37f276(_0x350f90._0x5e2554,0x31f,0x2df,0x360)+_0x256799(_0x350f90._0x1aaced,_0x350f90._0x384a30,_0x350f90._0x5da1e2,0x254)+_0x256799(_0x350f90._0x25189e,_0x350f90._0x2fa931,0x1e7,_0x350f90._0xe3766d),'ZGDov':function(_0x379043,_0x2726fb,_0x339059,_0x4109c7){return _0x379043(_0x2726fb,_0x339059,_0x4109c7);},'aiepA':function(_0x49a8d1,_0x11224e){return _0x49a8d1===_0x11224e;},'rnoRz':_0x37f276(0x2c8,0x308,_0x350f90._0x5c3622,0x281),'FOLjI':'Forbidden','HWEng':'User\x20does\x20'+'not\x20have\x20p'+_0x256799(0x228,0x1e1,_0x350f90._0x802eda,0x218)+_0x256799(_0x350f90._0x4759f4,_0x350f90._0x47b369,0x236,_0x350f90._0x4e52d4)+_0x256799(0x2b9,0x264,0x25c,0x27d)+_0x256799(_0x350f90._0x5f306c,_0x350f90._0x276302,_0x350f90._0x336c3a,0x269)+'s'};if(!await _0xe173e2[_0x37f276(0x2e6,_0x350f90._0x291934,_0x350f90._0x199280,_0x350f90._0x40e4f8)](hasPermission,_0x1509ce[_0x256799(_0x350f90._0x2bbc75,_0x350f90._0xe994e4,0x213,0x25e)]['id'],_0x256799(_0x350f90._0x41484b,_0x350f90._0x346277,_0x350f90._0x567961,_0x350f90._0x2f1d91)+'ts:templat'+'es',_0x1509ce[_0x256799(0x247,0x240,_0x350f90._0x1caf89,_0x350f90._0x2f1d91)+_0x37f276(0x379,0x3a7,_0x350f90._0x10b81f,_0x350f90._0x512065)])){if(_0xe173e2['aiepA'](_0xe173e2[_0x256799(0x260,_0x350f90._0x35681f,_0x350f90._0x2bb600,_0x350f90._0x20aff0)],_0xe173e2[_0x256799(_0x350f90._0x6952dc,0x325,_0x350f90._0x78f12,0x2b5)])){const _0x48616b={};_0x48616b[_0x37f276(_0x350f90._0x598d80,0x3cd,0x395,0x3a1)]=_0x1509ce['callingTas'+'k'][_0x256799(0x2a8,_0x350f90._0x8833c8,0x2aa,_0x350f90._0x182d95)],_0x48616b[_0x37f276(0x3c9,0x2e6,_0x350f90._0x4fbab2,0x37b)]=_0x1509ce[_0x37f276(0x3aa,_0x350f90._0x133b3d,0x370,0x386)]['id'],_0x48616b[_0x37f276(0x38e,0x3cd,0x353,0x319)]=_0x1509ce[_0x256799(0x269,0x228,0x280,_0x350f90._0x1e7788)]['username'],logger[_0x256799(_0x350f90._0x2f2092,_0x350f90._0x2d3049,_0x350f90._0x5dd073,_0x350f90._0x31011a)]('User\x20lacks'+_0x37f276(0x2f7,0x2cb,0x31d,0x362)+'nts:templa'+_0x37f276(0x356,_0x350f90._0xa5f64d,_0x350f90._0x47dce0,_0x350f90._0x3ca97d)+_0x37f276(_0x350f90._0x103d37,0x330,_0x350f90._0x39255a,0x363),_0x48616b);const _0xd92e1c={};return _0xd92e1c[_0x256799(0x2b5,0x289,_0x350f90._0x2d8c19,_0x350f90._0x18276a)]=_0xe173e2['FOLjI'],_0xd92e1c[_0x37f276(_0x350f90._0x1db912,0x3fb,_0x350f90._0x21e634,_0x350f90._0x914b1c)]=_0xe173e2[_0x256799(0x2c3,0x2f5,_0x350f90._0x5f53af,_0x350f90._0x561f2e)],_0x2c8775['status'](-0x8dd+-0x51*-0x64+0x2*-0xa9a)['json'](_0xd92e1c);}else{const _0xb5f247={};_0xb5f247['taskId']=_0x59c573[_0x37f276(_0x350f90._0xf14d3,0x40c,_0x350f90._0x33932f,_0x350f90._0x4c54e2)],_0xb5f247[_0x256799(_0x350f90._0xd5d471,0x209,_0x350f90._0x40b5df,0x27d)+'t']=_0x21e181,_0xb5f247[_0x256799(_0x350f90._0x3a179b,_0x350f90._0x2b432d,_0x350f90._0x450171,_0x350f90._0x18276a)]=_0x4136ef[_0x256799(0x2e9,0x270,_0x350f90._0x55b0ac,_0x350f90._0xcb6913)],_0x473003[_0x37f276(0x456,0x3f0,0x3db,0x390)](_0xe173e2[_0x256799(_0x350f90._0x25189e,_0x350f90._0x2aca57,_0x350f90._0x390878,_0x350f90._0x53c1e2)],_0xb5f247);const _0x708d44={};_0x708d44[_0x37f276(0x44f,_0x350f90._0x3fcbe7,0x3db,0x364)]=_0xe173e2[_0x37f276(0x3f6,0x324,0x3a7,_0x350f90._0x57037e)],_0x708d44[_0x37f276(_0x350f90._0x4114a0,_0x350f90._0x140979,0x3ce,0x3fa)]=_0xe173e2[_0x37f276(0x3f7,0x355,_0x350f90._0x4e1c69,0x3bc)],_0x5bda32['status'](0x7*0x4ae+0x196f+-0x383d)[_0x256799(_0x350f90._0x507260,_0x350f90._0x16caf8,0x331,0x2ba)](_0x708d44);}}_0x1f1f7c();}router['get'](_0x2971a8(0x600,0x5f3,0x5cb,0x63d)+_0x2971a8(0x61d,0x592,0x611,0x642),requireTaskAuth,requireInstructionsPermission,async(_0xe3dbeb,_0x4f9b66)=>{const _0x3c7280={_0x2131e5:0x438,_0x2e8286:0x484,_0x2cdd34:0x76,_0x582839:0xc1,_0x3db638:0x3f,_0x1a4ed1:0xb8,_0x593014:0x116,_0x31510a:0xaa,_0x3c2f04:0xa2,_0x6e90:0x7b,_0xf575d8:0x1a,_0x55ce2c:0x17,_0x20e764:0x476,_0x1a6987:0x495,_0x415f40:0x49e,_0x10fd17:0x43a,_0xa651b:0x408,_0x22f30f:0x402,_0x12beb3:0x4c4,_0x1aeb23:0x3a2,_0xe1f5cb:0x370,_0x42f83f:0x3c0,_0x581348:0x11d,_0xd23525:0x9f,_0x1735fc:0x3d6,_0x510da5:0x3d9,_0x46ef3d:0x43d,_0x4ebbdc:0x446,_0x418286:0x80,_0xb08593:0x5,_0x1d43f9:0xbf,_0x3ca13b:0x3bb,_0x3e306b:0x67,_0x1c9c76:0x401,_0x47e500:0x397,_0x512642:0x3ff,_0x48a620:0x40b,_0x23907f:0x3f5,_0x2ffb9c:0xa9,_0x566103:0x7f,_0x43509b:0x112,_0x5be99b:0x3c,_0x28721e:0x8d,_0xc3f970:0xb1,_0x4316b2:0x72,_0x4f7acc:0x35,_0x28bad3:0xcd,_0x1e096d:0x9f,_0x20d70f:0xcb,_0x14029d:0xf2,_0x2d79ae:0x75,_0x45f1bb:0x144,_0x5bfec0:0x186,_0x4a6c11:0x14d,_0x52babb:0x3b5,_0x380b51:0x432,_0x483bd0:0x66,_0x197b04:0x476,_0x3ba414:0x3ff,_0x3b18f6:0x10b,_0x3cf4c5:0xff,_0x28982a:0xef,_0x59f7d1:0xe9,_0x1559be:0x95,_0x45a51c:0xa6,_0x4bf4c2:0x4a6,_0x295a39:0x458,_0x4f731a:0x38d,_0x185333:0x396,_0x51f8b5:0x3d3,_0x1c56d5:0x4a5,_0x21c46b:0x491,_0xed19f9:0x455,_0x23814b:0x425,_0x1545b9:0x461,_0x528c97:0x43c,_0x1d5462:0xd4,_0x1cd821:0x40e,_0x3757bd:0x499,_0x16b115:0x10d,_0x16b7d0:0x150,_0x1257e3:0xd9,_0x42055f:0x489,_0x2c049f:0x466,_0x1899e2:0x41f,_0x5aeef6:0xa2,_0x41d1f1:0x102,_0x456aaa:0xa0,_0x3654c4:0x165,_0x2e5699:0x154,_0x5a856d:0x46f,_0x47b4f7:0x127,_0x333022:0x182,_0x41c73a:0x5e,_0x3b58bb:0x5f,_0x450a2f:0x94,_0x1b8b8a:0x3f8,_0x4e0f0c:0x38e,_0x3366ef:0xcd,_0x418848:0x46a,_0x1ce773:0x448,_0x2c255f:0x489,_0x5870bf:0x445,_0x10592f:0x503,_0x1dbf80:0x4ca,_0x1c7eba:0x4e7,_0x423beb:0x27,_0xabd18e:0xa3,_0x1faf09:0x72,_0x3aface:0x59,_0x553b35:0x10b,_0xa352f0:0x17a,_0x538794:0x146,_0x57619e:0x9c},_0x6b40b5={_0x4f9cdb:0x16},_0x1c4fab={_0xcbf2b4:0x60,_0x98a4e:0xd5},_0x119f59={};_0x119f59[_0x50bf5f(0x46f,0x4c4,_0x3c7280._0x2131e5,_0x3c7280._0x2e8286)]='Failed\x20to\x20'+_0x3ec5f5(_0x3c7280._0x2cdd34,0xe8,_0x3c7280._0x582839,_0x3c7280._0x3db638)+_0x3ec5f5(_0x3c7280._0x1a4ed1,_0x3c7280._0x593014,0x11b,0x104),_0x119f59[_0x3ec5f5(0x27,_0x3c7280._0x31510a,_0x3c7280._0x3c2f04,0x40)]=_0x3ec5f5(0x25,_0x3c7280._0x6e90,-_0x3c7280._0xf575d8,_0x3c7280._0x55ce2c)+'erver\x20Erro'+'r',_0x119f59[_0x50bf5f(_0x3c7280._0x20e764,_0x3c7280._0x1a6987,_0x3c7280._0x415f40,_0x3c7280._0x10fd17)]=_0x50bf5f(0x3c8,0x36c,0x3eb,_0x3c7280._0xa651b),_0x119f59[_0x3ec5f5(0xe9,0x15a,0x120,0x14f)]=function(_0x17ef12,_0x382204){return _0x17ef12===_0x382204;},_0x119f59['Nxzoe']='SRdRp',_0x119f59[_0x50bf5f(0x45e,_0x3c7280._0x22f30f,_0x3c7280._0x12beb3,0x47e)]=_0x50bf5f(_0x3c7280._0x1aeb23,_0x3c7280._0xe1f5cb,_0x3c7280._0x42f83f,0x3a3),_0x119f59[_0x3ec5f5(0xbb,0x13b,_0x3c7280._0x581348,_0x3c7280._0xd23525)]=_0x50bf5f(_0x3c7280._0x1735fc,_0x3c7280._0x510da5,_0x3c7280._0x46ef3d,_0x3c7280._0x4ebbdc)+'read\x20AGENT'+_0x3ec5f5(_0x3c7280._0x418286,_0x3c7280._0xb08593,0x1,_0x3c7280._0x1d43f9),_0x119f59[_0x50bf5f(0x3a8,0x3a3,_0x3c7280._0x3ca13b,0x364)]=_0x3ec5f5(_0x3c7280._0x3e306b,0x98,0xe8,0x80)+_0x50bf5f(0x413,_0x3c7280._0x1c9c76,_0x3c7280._0x47e500,_0x3c7280._0x512642)+_0x50bf5f(_0x3c7280._0x48a620,0x442,_0x3c7280._0x23907f,0x395)+'le';const _0x44a35d=_0x119f59,{callingTask:_0x19b614,environmentName:_0x2f5239,environmentPath:_0x25d048}=_0xe3dbeb,_0x3da16={};function _0x50bf5f(_0x5e0318,_0x1d0e03,_0x7f7bf0,_0x47f044){return _0x3390de(_0x1d0e03,_0x1d0e03-0x5e,_0x7f7bf0-_0x1c4fab._0xcbf2b4,_0x5e0318- -_0x1c4fab._0x98a4e);}_0x3da16['taskId']=_0x19b614[_0x3ec5f5(0xd4,_0x3c7280._0x2ffb9c,0xba,_0x3c7280._0x566103)],_0x3da16['environmen'+'t']=_0x2f5239;function _0x3ec5f5(_0x5043bd,_0xb2447a,_0x18d8b5,_0x4d4c52){return _0x3390de(_0x4d4c52,_0xb2447a-0x12e,_0x18d8b5-_0x6b40b5._0x4f9cdb,_0x5043bd- -0x444);}logger[_0x3ec5f5(_0x3c7280._0x43509b,0x11d,0xd7,0x162)](_0x3ec5f5(0x7d,_0x3c7280._0x5be99b,0xe0,0x67)+_0x3ec5f5(0x3c,-0x22,_0x3c7280._0x28721e,_0x3c7280._0xc3f970)+_0x3ec5f5(0x24,_0x3c7280._0x4316b2,-_0x3c7280._0x4f7acc,-0xe)+_0x3ec5f5(0x9b,0x53,_0x3c7280._0x28bad3,_0x3c7280._0x1e096d),_0x3da16);const _0x5c9b8b=_0xd39636[_0x3ec5f5(_0x3c7280._0x20d70f,_0x3c7280._0x14029d,_0x3c7280._0x2d79ae,0xf1)](_0x25d048,_0x44a35d['jOgvN']);try{const _0x287f79=await _0x21ef2e[_0x3ec5f5(0x116,_0x3c7280._0x45f1bb,_0x3c7280._0x5bfec0,_0x3c7280._0x4a6c11)](_0x5c9b8b,_0x50bf5f(_0x3c7280._0x52babb,_0x3c7280._0x23907f,_0x3c7280._0x380b51,0x3c4)),_0x493d0d={};_0x493d0d['content']=_0x287f79,_0x493d0d[_0x3ec5f5(0xce,_0x3c7280._0x31510a,0xef,_0x3c7280._0x483bd0)+'t']=_0x2f5239,_0x493d0d['path']=_0x44a35d[_0x50bf5f(_0x3c7280._0x197b04,_0x3c7280._0x3ba414,0x4b4,0x4c9)],_0x4f9b66[_0x3ec5f5(_0x3c7280._0x3b18f6,_0x3c7280._0x3cf4c5,0x16c,_0x3c7280._0x28982a)](_0x493d0d);}catch(_0x4a2819){if(_0x44a35d[_0x3ec5f5(_0x3c7280._0x59f7d1,_0x3c7280._0x1559be,_0x3c7280._0x45a51c,0xfc)](_0x4a2819[_0x50bf5f(0x441,0x3ce,_0x3c7280._0x4bf4c2,0x3ee)],'ENOENT')){if(_0x44a35d[_0x50bf5f(_0x3c7280._0x295a39,0x42d,0x4d6,0x443)](_0x44a35d[_0x50bf5f(0x3ae,_0x3c7280._0x4f731a,_0x3c7280._0x185333,_0x3c7280._0x51f8b5)],_0x44a35d[_0x50bf5f(0x45e,_0x3c7280._0x1c56d5,_0x3c7280._0x21c46b,_0x3c7280._0xed19f9)])){const _0x1c3fe6={};_0x1c3fe6[_0x50bf5f(0x443,_0x3c7280._0x23814b,_0x3c7280._0x1545b9,_0x3c7280._0x528c97)]=_0x452fa2[_0x3ec5f5(_0x3c7280._0x1d5462,0x149,0x14f,0x122)],_0x1c3fe6['environmen'+'t']=_0x3286c2,_0x1c3fe6[_0x50bf5f(0x489,_0x3c7280._0x1cd821,_0x3c7280._0x3757bd,0x448)]=_0x4a8fa7[_0x3ec5f5(_0x3c7280._0x16b115,_0x3c7280._0x16b7d0,0x171,_0x3c7280._0x1257e3)],_0xcdbd3b[_0x50bf5f(_0x3c7280._0x42055f,_0x3c7280._0x2c049f,_0x3c7280._0x1899e2,0x4c3)](_0x44a35d[_0x3ec5f5(0x100,0xdf,0xbf,_0x3c7280._0x5aeef6)],_0x1c3fe6);const _0x3dd37b={};_0x3dd37b[_0x3ec5f5(0x11a,0x142,_0x3c7280._0x41d1f1,0x190)]=_0x44a35d[_0x3ec5f5(0x27,0x71,_0x3c7280._0x456aaa,0x38)],_0x3dd37b[_0x3ec5f5(0x10d,_0x3c7280._0x3654c4,_0x3c7280._0x2e5699,0x161)]=_0x44a35d[_0x50bf5f(_0x3c7280._0x5a856d,0x444,0x3f9,0x3f2)],_0x3f2176['status'](-0x407+-0x1*0x1df9+0x23f4)[_0x3ec5f5(_0x3c7280._0x3b18f6,_0x3c7280._0x47b4f7,0x15d,_0x3c7280._0x333022)](_0x3dd37b);}else{const _0x2659b7={};_0x2659b7['content']='',_0x2659b7[_0x3ec5f5(0xce,_0x3c7280._0x41c73a,_0x3c7280._0x3b58bb,_0x3c7280._0x450a2f)+'t']=_0x2f5239,_0x2659b7['path']=_0x50bf5f(0x3c8,_0x3c7280._0x1b8b8a,0x3a4,_0x3c7280._0x4e0f0c),_0x2659b7['exists']=![],_0x4f9b66['json'](_0x2659b7);}}else{const _0x18570e={};_0x18570e[_0x3ec5f5(0xd4,0xfd,_0x3c7280._0x1257e3,_0x3c7280._0x3366ef)]=_0x19b614[_0x50bf5f(0x443,_0x3c7280._0x418848,_0x3c7280._0x1ce773,0x420)],_0x18570e['environmen'+'t']=_0x2f5239,_0x18570e[_0x50bf5f(_0x3c7280._0x2c255f,_0x3c7280._0x5870bf,_0x3c7280._0x10592f,0x44e)]=_0x4a2819['message'],logger[_0x50bf5f(_0x3c7280._0x2c255f,_0x3c7280._0x1dbf80,_0x3c7280._0x1c7eba,0x47d)](_0x44a35d['lLMOd'],_0x18570e);const _0x23e62a={};_0x23e62a[_0x3ec5f5(0x11a,0x18e,0x10a,0x172)]=_0x44a35d[_0x3ec5f5(_0x3c7280._0x423beb,_0x3c7280._0xabd18e,_0x3c7280._0x1faf09,-_0x3c7280._0x3aface)],_0x23e62a['message']=_0x44a35d['rvEvl'],_0x4f9b66[_0x50bf5f(0x3ca,0x42d,0x396,0x366)](0x59*-0xb+-0x8*-0x5e+0x2d7*0x1)[_0x3ec5f5(_0x3c7280._0x553b35,_0x3c7280._0xa352f0,_0x3c7280._0x538794,_0x3c7280._0x57619e)](_0x23e62a);}}}),router[_0x2971a8(0x4dd,0x53f,0x514,0x51a)]('/instructi'+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x45ac75,_0x2dc5a2)=>{const _0x5521fd={_0x10a261:0x10f,_0x2b4483:0x178,_0x357d97:0x14c,_0x16f2ec:0xd4,_0x3621d2:0x125,_0x5a6ff1:0xe2,_0x313c90:0x12c,_0x19ad91:0xaa,_0x320ac4:0x18,_0x31102d:0x46,_0x499272:0x1c,_0x52fc10:0x54,_0x2648bc:0x36,_0x16d641:0x69,_0x2ab25a:0x55,_0x24ab73:0x8a,_0xcfc904:0xae,_0x10f9f9:0x8d,_0x1cc29f:0x5d,_0x454fe7:0x92,_0x4615c7:0x1e,_0x187b1e:0x4a,_0x3bdfad:0x39,_0xf341f3:0x20,_0x4c2776:0x62,_0xe3520f:0x9b,_0x2a08d0:0xb5,_0x548c84:0x9d,_0x10f7ad:0x58,_0x4a419f:0xf7,_0xfedc3e:0x13a,_0x2a798c:0x155,_0x21d0b4:0xce,_0x5ee511:0x97,_0x471e8d:0x8e,_0x588792:0xfe,_0x3c5461:0x177,_0x5a71d2:0x75,_0x283acb:0x22,_0x39465d:0xd,_0x45b62e:0xf6,_0x3ba520:0x91,_0x5a0f3c:0x12,_0x22e664:0x71,_0x22a43e:0x62,_0x46cfcd:0x43,_0x1bcdf9:0x11,_0xc2c1c4:0x65,_0x51608b:0x8c,_0x5340e0:0x7e,_0x2692c0:0x9,_0x2bb8a0:0x78,_0x1a0fd2:0xb2,_0x3a9193:0xb9,_0x2862aa:0x8f,_0x5e2db4:0x19,_0xecadbb:0x43,_0x5844fe:0x4c,_0x3dda63:0x33,_0x3aa2b2:0xe9,_0x3f4795:0xa0,_0x672963:0x15c,_0x4b6b60:0x63,_0x5bb3a2:0x61,_0x4c201d:0x9a,_0x2ac44f:0x8a,_0x34ba20:0x4d,_0x37f945:0x37,_0x583b5d:0x25,_0x451334:0x2f,_0x5da044:0x3b,_0x54c737:0xc6,_0x24ad62:0x5b,_0x1a4e9f:0x18,_0x326e11:0x74,_0x403bc4:0xea,_0x4674c3:0xda,_0x15a755:0xb9,_0x391d08:0x8a,_0x3b33d3:0xaa,_0x47dbbe:0x10b,_0x1acc45:0xfb,_0x182b28:0x82,_0x3bba01:0x7,_0x4761f2:0x34,_0x5a64df:0x104,_0x2385cc:0x11b,_0x2206c4:0x27,_0x19ca04:0xc,_0x388352:0x30,_0x9a524a:0x15,_0x16d0de:0x35,_0x2a6e6f:0x0,_0x997439:0xa,_0x9be9cc:0x3e,_0x30caa9:0x44,_0x56ef13:0x45,_0xa88822:0x7,_0x36ce57:0xf6,_0x1a96e1:0xc7,_0xbdcaca:0x98,_0x2a0eb8:0xbf,_0x16caf3:0xc5,_0x5091b4:0x38,_0x17b390:0x7a,_0x1ac201:0xf6,_0xc9efe7:0x2b,_0x349f56:0x105,_0x4b7fd2:0xe7,_0x2cab61:0x97,_0x5b4ae1:0x14,_0x2a1cd8:0x64,_0x31e8af:0xe1,_0x131e18:0xa1,_0x2f5835:0x24,_0x29a5d3:0x8b,_0x483c79:0xce,_0x5243ec:0x8e,_0xfe49df:0x11a,_0x4b4318:0x5c,_0x25e713:0x20,_0x441c79:0xc8,_0x1f405a:0x54,_0x1bbe29:0x55,_0x39fc93:0x10,_0x431c60:0x46,_0x19e321:0x4c,_0x5ca458:0x24,_0x358be0:0x1f,_0x263648:0x4c,_0x4f3a95:0x9f,_0x181c1f:0x87,_0x49bc93:0x42,_0x58c92c:0x2b,_0x429ec1:0x28,_0x4a22c7:0x10,_0x510d31:0x2b,_0x26a25c:0x45,_0xfc808d:0x6a,_0x60f64:0x4e,_0x5f37a9:0x67,_0x3ebc9a:0x68,_0x510d6d:0xc6,_0x3c3728:0x94,_0x5290eb:0xe5,_0x24c781:0x26,_0x52d7f8:0x80,_0x4aea92:0xf,_0x35f312:0x9b,_0x8d38e0:0xb2,_0x2232c6:0x4d,_0x3e553d:0x43,_0x25f09c:0x92,_0x13d6f8:0x5f,_0x37e94c:0xd7,_0x1bd655:0x142,_0x13dbe9:0x122,_0x208135:0x161,_0x417910:0x85},_0x32ca23={_0x380291:0xd2,_0x33f490:0x179},_0x52c2e3={_0x277dfc:0xd7,_0x40d7e0:0x4ca},_0x1a20f9={};_0x1a20f9['AOwbJ']=_0x530adf(-_0x5521fd._0x10a261,-_0x5521fd._0x2b4483,-_0x5521fd._0x357d97,-_0x5521fd._0x16f2ec)+'t',_0x1a20f9[_0x530adf(-_0x5521fd._0x3621d2,-0x130,-_0x5521fd._0x5a6ff1,-_0x5521fd._0x313c90)]='Invalid\x20te'+'mplate\x20nam'+'e',_0x1a20f9[_0x530adf(-_0x5521fd._0x19ad91,-0xd6,-0xbc,-0xd7)]=_0x1670bf(_0x5521fd._0x320ac4,0x43,_0x5521fd._0x31102d,0x7a)+_0x1670bf(-_0x5521fd._0x499272,-_0x5521fd._0x52fc10,-_0x5521fd._0x2648bc,-0x32)+'uired',_0x1a20f9[_0x530adf(-0x56,-0xd3,-_0x5521fd._0x16d641,-0x30)]=_0x1670bf(_0x5521fd._0x2ab25a,_0x5521fd._0x24ab73,_0x5521fd._0x499272,_0x5521fd._0xcfc904);function _0x1670bf(_0x38754b,_0x5a3bd4,_0x4517f5,_0xe21d9f){return _0x3390de(_0x4517f5,_0x5a3bd4-_0x52c2e3._0x277dfc,_0x4517f5-0x59,_0x5a3bd4- -_0x52c2e3._0x40d7e0);}_0x1a20f9[_0x1670bf(-_0x5521fd._0x10f9f9,-0x6e,-_0x5521fd._0x1cc29f,-0x64)]=_0x530adf(-0x55,-0x16,-0x4b,-_0x5521fd._0x454fe7)+_0x1670bf(_0x5521fd._0x4615c7,-_0x5521fd._0x187b1e,-_0x5521fd._0x3bdfad,-0x1a)+_0x1670bf(-_0x5521fd._0xf341f3,-_0x5521fd._0x4c2776,-0xe3,-_0x5521fd._0xe3520f)+_0x530adf(-_0x5521fd._0x2a08d0,-_0x5521fd._0x548c84,-0xcd,-_0x5521fd._0x10f7ad),_0x1a20f9[_0x530adf(-0xd4,-0x5c,-0xfd,-0x10d)]=_0x530adf(-_0x5521fd._0x4a419f,-_0x5521fd._0xfedc3e,-_0x5521fd._0x2a798c,-_0x5521fd._0x21d0b4),_0x1a20f9[_0x1670bf(0x96,0x6d,_0x5521fd._0x5ee511,_0x5521fd._0x471e8d)]='utf-8',_0x1a20f9[_0x530adf(-_0x5521fd._0x588792,-0x131,-_0x5521fd._0x3c5461,-0x7c)]=_0x1670bf(-_0x5521fd._0x5a71d2,-0x33,_0x5521fd._0x283acb,_0x5521fd._0x39465d)+'t\x20instruct'+_0x530adf(-_0x5521fd._0x45b62e,-0xfb,-0x179,-_0x5521fd._0x3ba520)+_0x1670bf(_0x5521fd._0x5a0f3c,_0x5521fd._0x22e664,0x44,_0x5521fd._0x22a43e),_0x1a20f9[_0x1670bf(0x78,0x55,_0x5521fd._0x46cfcd,0xb1)]=_0x1670bf(_0x5521fd._0x1bcdf9,-0x1e,_0x5521fd._0xc2c1c4,-_0x5521fd._0x51608b),_0x1a20f9[_0x1670bf(0x19,_0x5521fd._0x5340e0,_0x5521fd._0x2692c0,0x1f)]=_0x1670bf(0x62,_0x5521fd._0x2bb8a0,_0x5521fd._0x1a0fd2,_0x5521fd._0x3a9193),_0x1a20f9['OGbdD']='Internal\x20S'+_0x1670bf(-_0x5521fd._0x2862aa,-_0x5521fd._0x5e2db4,_0x5521fd._0xecadbb,_0x5521fd._0x5844fe)+'r',_0x1a20f9[_0x1670bf(_0x5521fd._0x3dda63,-0xd,0x3d,-_0x5521fd._0x283acb)]=_0x530adf(-_0x5521fd._0x3aa2b2,-_0x5521fd._0x3f4795,-_0x5521fd._0x672963,-0x134)+'write\x20inst'+'ructions\x20f'+_0x1670bf(-0xb4,-0x4e,-0x79,-0xc1);const _0x5123c0=_0x1a20f9,{callingTask:_0x3ddb93,taskUser:_0x4e2f82,environmentName:_0x2c8beb,environmentPath:_0x50595b}=_0x45ac75,{content:_0x3455ce}=_0x45ac75[_0x530adf(-_0x5521fd._0x4b6b60,-_0x5521fd._0x5bb3a2,-_0x5521fd._0x4c201d,-0xdf)];if(_0x3455ce===undefined){if(_0x1670bf(0x56,_0x5521fd._0x2ac44f,_0x5521fd._0x34ba20,_0x5521fd._0x37f945)!==_0x5123c0[_0x530adf(-0x56,_0x5521fd._0x583b5d,-0x76,-0x7a)]){const _0x411f1d={};return _0x411f1d[_0x530adf(-_0x5521fd._0x2648bc,0x4b,-_0x5521fd._0x451334,-0x5)]=_0x5123c0[_0x1670bf(-0x66,-0x20,-_0x5521fd._0x5da044,-_0x5521fd._0x499272)],_0x411f1d[_0x530adf(-0x43,-_0x5521fd._0x54c737,_0x5521fd._0x2692c0,-0xb0)]=_0x5123c0[_0x1670bf(-0x4a,-_0x5521fd._0x24ad62,-_0x5521fd._0x1a4e9f,-_0x5521fd._0x326e11)],_0x1c2fc4['status'](0x2549+-0x137f+0x3e*-0x43)['json'](_0x411f1d);}else{const _0x4c3a73={};return _0x4c3a73['error']=_0x5123c0[_0x530adf(-_0x5521fd._0x403bc4,-_0x5521fd._0x4674c3,-0xd9,-0x108)],_0x4c3a73[_0x530adf(-_0x5521fd._0xecadbb,-0x48,-_0x5521fd._0x15a755,-_0x5521fd._0x391d08)]=_0x5123c0[_0x530adf(-_0x5521fd._0x3b33d3,-_0x5521fd._0x47dbbe,-_0x5521fd._0x1acc45,-0xd2)],_0x2dc5a2['status'](0x72e+0x372+-0x910)[_0x1670bf(_0x5521fd._0x182b28,0x85,0x11,0x98)](_0x4c3a73);}}const _0x216f31={};_0x216f31['taskId']=_0x3ddb93['taskId'],_0x216f31['environmen'+'t']=_0x2c8beb;function _0x530adf(_0xba1d2,_0x111e98,_0x39e3e8,_0xcee29c){return _0x2971a8(_0xcee29c,_0x111e98-_0x32ca23._0x380291,_0xba1d2- -0x64e,_0xcee29c-_0x32ca23._0x33f490);}_0x216f31[_0x1670bf(-0x7c,_0x5521fd._0x3bba01,0x49,_0x5521fd._0x4761f2)]=_0x4e2f82['id'],_0x216f31[_0x530adf(-0xbe,-_0x5521fd._0x5a64df,-0xf2,-_0x5521fd._0x2385cc)]=_0x4e2f82[_0x1670bf(-_0x5521fd._0x2206c4,_0x5521fd._0x19ca04,0x7f,-_0x5521fd._0x388352)],_0x216f31[_0x1670bf(-_0x5521fd._0x9a524a,-_0x5521fd._0x16d0de,0x36,_0x5521fd._0x2a6e6f)+_0x1670bf(-_0x5521fd._0x997439,-0x50,-0x18,-0x8a)]=_0x3455ce[_0x1670bf(_0x5521fd._0x451334,0x4a,_0x5521fd._0x52fc10,0x3b)],logger[_0x530adf(-_0x5521fd._0x9be9cc,_0x5521fd._0x30caa9,0x3d,0x11)](_0x5123c0['SPwpY'],_0x216f31);const _0x530923=_0xd39636[_0x1670bf(0x58,_0x5521fd._0x56ef13,-_0x5521fd._0xa88822,_0x5521fd._0x54c737)](_0x50595b,_0x5123c0['euuzT']),_0x5aea46=new Date()['toISOStrin'+'g']();try{const _0x29b9c2={};_0x29b9c2[_0x530adf(-0x112,-_0x5521fd._0x36ce57,-0xfc,-_0x5521fd._0x1a96e1)]=!![],await _0x21ef2e[_0x1670bf(0x5e,0x30,0x24,_0x5521fd._0xbdcaca)](_0x50595b,_0x29b9c2),await _0x21ef2e[_0x1670bf(_0x5521fd._0x2a0eb8,0x58,_0x5521fd._0x16caf3,0x31)](_0x530923,_0x3455ce,_0x5123c0[_0x530adf(-0x5d,-0xbb,0x1b,-_0x5521fd._0x5091b4)]);const _0x247276={};_0x247276['taskId']=_0x3ddb93[_0x1670bf(_0x5521fd._0x17b390,0x4e,0x48,0xad)],_0x247276['environmen'+'t']=_0x2c8beb,_0x247276['userId']=_0x4e2f82['id'],logger[_0x1670bf(0xdf,0x8c,_0x5521fd._0x1ac201,_0x5521fd._0xc9efe7)](_0x5123c0[_0x1670bf(-_0x5521fd._0x9be9cc,-_0x5521fd._0x4761f2,-0xb2,_0x5521fd._0x56ef13)],_0x247276);const _0x5c9c64={};_0x5c9c64['success']=!![],_0x5c9c64[_0x530adf(-0x82,-0x47,-_0x5521fd._0x349f56,-_0x5521fd._0x4b7fd2)+'t']=_0x2c8beb,_0x5c9c64[_0x530adf(-_0x5521fd._0x2cab61,-0x67,-0x50,-_0x5521fd._0x5b4ae1)]=_0x5123c0[_0x1670bf(0x61,-_0x5521fd._0x997439,_0x5521fd._0x2a1cd8,0x4a)],_0x5c9c64[_0x530adf(-_0x5521fd._0x31e8af,-0x11d,-_0x5521fd._0x131e18,-0x14d)]=_0x5aea46,_0x5c9c64[_0x1670bf(-0x2d,-0x38,0xc,-0x35)+_0x1670bf(-0x66,0x10,0x5b,_0x5521fd._0x2f5835)]=_0x3ddb93[_0x530adf(-0x7c,-_0x5521fd._0x29a5d3,-0x3b,-_0x5521fd._0x483c79)],_0x5c9c64[_0x530adf(-0xcc,-_0x5521fd._0x5243ec,-_0x5521fd._0xfe49df,-0x134)+_0x530adf(-_0x5521fd._0x4b4318,-_0x5521fd._0x25e713,-_0x5521fd._0x441c79,-_0x5521fd._0x1f405a)]=_0x4e2f82['id'],_0x2dc5a2[_0x530adf(-0x45,-0x25,-0x53,-0x44)](_0x5c9c64);}catch(_0x4b64fb){if(_0x5123c0[_0x1670bf(-0x14,_0x5521fd._0x1bbe29,_0x5521fd._0x39fc93,_0x5521fd._0x431c60)]===_0x5123c0[_0x530adf(-_0x5521fd._0x19e321,-0x16,_0x5521fd._0x5ca458,-_0x5521fd._0x3f4795)]){const _0x21e705={};return _0x21e705['error']=_0x5123c0[_0x1670bf(-_0x5521fd._0x358be0,-0x20,-_0x5521fd._0x263648,-0x2e)],_0x21e705[_0x1670bf(_0x5521fd._0x4f3a95,_0x5521fd._0x181c1f,_0x5521fd._0x49bc93,0x76)]=_0x5123c0[_0x1670bf(_0x5521fd._0x58c92c,0x20,-_0x5521fd._0x429ec1,-_0x5521fd._0x4a22c7)],_0x56d0d5[_0x1670bf(-_0x5521fd._0x5091b4,-_0x5521fd._0x510d31,-0x8b,-_0x5521fd._0x1f405a)](-0x1*0x1665+0x270f+-0xf1a)[_0x530adf(-_0x5521fd._0x26a25c,-_0x5521fd._0xfc808d,_0x5521fd._0x19ca04,-0x55)](_0x21e705);}else{const _0x35b1b3={};_0x35b1b3[_0x1670bf(0x1b,_0x5521fd._0x60f64,0x9a,0x55)]=_0x3ddb93[_0x1670bf(0x43,0x4e,_0x5521fd._0x5f37a9,0x64)],_0x35b1b3[_0x530adf(-_0x5521fd._0x182b28,0x0,-_0x5521fd._0x3bdfad,-_0x5521fd._0x3ebc9a)+'t']=_0x2c8beb,_0x35b1b3[_0x1670bf(_0x5521fd._0x510d6d,_0x5521fd._0x3c3728,_0x5521fd._0x5290eb,_0x5521fd._0x24c781)]=_0x4b64fb[_0x530adf(-0x43,-_0x5521fd._0x52d7f8,-0x7a,_0x5521fd._0x4aea92)],logger['error']('Failed\x20to\x20'+_0x530adf(-0x38,-_0x5521fd._0x35f312,-0x8d,-_0x5521fd._0x16d641)+'TS.md',_0x35b1b3);const _0x81667f={};_0x81667f[_0x1670bf(0xa6,0x94,0xbd,0xf7)]=_0x5123c0[_0x1670bf(_0x5521fd._0x8d38e0,_0x5521fd._0x2232c6,0x6d,0xd)],_0x81667f[_0x530adf(-_0x5521fd._0x3e553d,-_0x5521fd._0x25f09c,-_0x5521fd._0x13d6f8,-_0x5521fd._0x131e18)]=_0x5123c0[_0x530adf(-_0x5521fd._0x37e94c,-0xbe,-_0x5521fd._0x1bd655,-_0x5521fd._0x13dbe9)],_0x2dc5a2[_0x530adf(-0xf5,-_0x5521fd._0x208135,-0x143,-0x75)](-0x9dd+-0x112c*0x2+-0x521*-0x9)[_0x1670bf(0x8c,_0x5521fd._0x417910,0x4f,0x8b)](_0x81667f);}}}),router['get'](_0x3390de(0x594,0x54f,0x4c5,0x51a),requireTaskAuth,requireTemplatesPermission,async(_0x4932a0,_0x1e9171)=>{const _0x3b8356={_0x32f07d:0x3b5,_0x418d27:0x3cb,_0x3ae9d3:0x38b,_0x394036:0x35f,_0x1bed52:0x2f6,_0xa15daf:0x377,_0x393f5c:0x3f5,_0x7f58a3:0x408,_0x4bb620:0x3f7,_0x2861ee:0x39c,_0x36c6ff:0x364,_0x114d86:0x3ca,_0x403b92:0x445,_0x5f3044:0x353,_0x12d7d3:0x366,_0xb259ab:0x436,_0x398e6c:0x3d9,_0x11bda7:0x3d6,_0x1a8793:0x365,_0x57f165:0x381,_0x13bcfd:0x475,_0x3ef7c9:0x437,_0x574911:0x3ee,_0x1d3c55:0x406,_0x5d57d5:0x373,_0xabc481:0x35e,_0x26999c:0x396,_0x2da04f:0x399,_0x45b86c:0x44c,_0x353347:0x421,_0x20f4b6:0x3a5,_0xc4ae99:0x440,_0x592487:0x43d,_0x434e3e:0x3dd,_0x39de34:0x451,_0x9f0874:0x3e2,_0x5be41d:0x47d,_0x2e0a74:0x407,_0x574324:0x40e,_0x44ee7f:0x315,_0x516c92:0x34f,_0x51396d:0x3b1,_0x77f854:0x353,_0x105650:0x473,_0x2487c9:0x3f3,_0x487149:0x3dc,_0x254cea:0x3bd,_0x4f1cb0:0x3be,_0x47dd2d:0x3fd,_0x52a67a:0x40f,_0x16ce1e:0x39f,_0x38143e:0x44d,_0x27de69:0x45d,_0x733d54:0x48d,_0x5d1d81:0x386,_0x107857:0x42e,_0x8e87f2:0x368,_0x5da432:0x385,_0x4771f9:0x383,_0xa159e7:0x3f5,_0x5ef7fe:0x351,_0x334cd9:0x340,_0x4e0373:0x42c,_0x2d534a:0x40f,_0x3ddfc8:0x411,_0x43126e:0x3a9,_0x216a65:0x416,_0x415164:0x434,_0x137bd:0x2fb,_0x35f3ba:0x345,_0x1041eb:0x378,_0x12bdf5:0x391,_0x168730:0x3e5,_0x1a724b:0x42d,_0x15b81a:0x3e2,_0x4a1205:0x497,_0x1e2755:0x436,_0xbdbf59:0x3d7,_0x476c5f:0x3de,_0x3751a2:0x361,_0x24d962:0x43b,_0x42b1a2:0x3e3,_0x3fac40:0x3c4,_0x1d63d2:0x409,_0x5ba6ef:0x3a4,_0x393f3d:0x4ad,_0x4f005c:0x443,_0x3777c1:0x3eb,_0x357a91:0x3d0,_0x12fc10:0x455,_0x2fd130:0x480,_0x16b197:0x42d,_0xbfc108:0x3c1,_0xb0febb:0x392,_0x5b174a:0x3e0,_0x1cc5dd:0x396,_0x5c1bf2:0x446,_0x2f718b:0x3d3,_0x1c8832:0x42b,_0x490430:0x3c8,_0x3e9511:0x40d,_0x22c3d1:0x3b1,_0x4cd9a0:0x3f7,_0xf5b0ff:0x3f7,_0x51d550:0x3c4,_0x5b6b8a:0x3c0,_0x21704f:0x4b7,_0x31cd8c:0x385,_0xc71942:0x47a,_0x2cccc1:0x431,_0x45dbdd:0x491,_0x272252:0x4a3,_0x4ca45c:0x3b9,_0x5df371:0x43c,_0x4ef245:0x4bb,_0x4915ff:0x40b,_0x3be607:0x47b,_0x52d71e:0x46b,_0x18dbec:0x47f,_0x52e07e:0x465,_0x4b6a5c:0x3c2,_0x284b7e:0x446,_0xd3795f:0x3ea,_0x1335ed:0x442},_0x1880cb={_0x12f7c4:0x421,_0x4deb66:0x4f6,_0x11e71c:0xa8,_0x4893c7:0x111,_0x982222:0x101,_0x2cf904:0x10d,_0x27cdfd:0xbf,_0x9a1c47:0x3c5,_0x45a93e:0x4a9},_0x1a9f44={_0x52f221:0x473,_0x3595f0:0xe4,_0x479e5d:0x8e},_0x5b389f={_0x3a9ebb:0xb0,_0x151921:0x12b,_0x5db04c:0xc8},_0x5430a6={_0x433ced:0x1c5,_0x3c6430:0x109,_0x194dbb:0x11b},_0x4ff3e3={_0x28ea58:0x63},_0x37ac37={};_0x37ac37[_0x320e2b(_0x3b8356._0x32f07d,_0x3b8356._0x418d27,0x447,0x3f9)]=_0x320e2b(_0x3b8356._0x3ae9d3,0x381,0x3e6,0x343),_0x37ac37[_0x5a2fae(_0x3b8356._0x394036,_0x3b8356._0x1bed52,0x373,_0x3b8356._0xa15daf)]=function(_0x33675e,_0x2024e0){return _0x33675e!==_0x2024e0;},_0x37ac37[_0x320e2b(0x3bd,0x378,_0x3b8356._0x393f5c,0x303)]=function(_0x4f5b47,_0x3a5b70){return _0x4f5b47===_0x3a5b70;},_0x37ac37[_0x320e2b(_0x3b8356._0x7f58a3,_0x3b8356._0x4bb620,0x44b,0x3ae)]=_0x5a2fae(_0x3b8356._0x2861ee,0x31a,_0x3b8356._0x36c6ff,0x3c1),_0x37ac37[_0x5a2fae(0x3c1,0x386,_0x3b8356._0x114d86,0x37d)]=_0x320e2b(0x47d,0x43e,0x445,0x466),_0x37ac37[_0x320e2b(_0x3b8356._0x403b92,0x3d3,_0x3b8356._0x5f3044,0x3ab)]='Failed\x20to\x20'+_0x5a2fae(0x3f2,_0x3b8356._0x12d7d3,0x381,0x3ec)+'plate',_0x37ac37[_0x5a2fae(0x439,_0x3b8356._0xb259ab,_0x3b8356._0x398e6c,0x438)]=_0x320e2b(0x312,0x360,0x355,0x2ff)+'erver\x20Erro'+'r',_0x37ac37[_0x320e2b(_0x3b8356._0x11bda7,_0x3b8356._0x1a8793,_0x3b8356._0x57f165,0x3dc)]=_0x320e2b(_0x3b8356._0x13bcfd,_0x3b8356._0x3ef7c9,0x3f3,_0x3b8356._0x574911)+_0x5a2fae(_0x3b8356._0x1d3c55,_0x3b8356._0x5d57d5,0x3a4,0x3ae)+_0x320e2b(0x3be,_0x3b8356._0xabc481,_0x3b8356._0x26999c,0x376)+_0x320e2b(_0x3b8356._0x2da04f,0x3f3,_0x3b8356._0x45b86c,0x3c7),_0x37ac37[_0x320e2b(0x41d,0x41f,_0x3b8356._0x353347,0x43f)]='task-templ'+_0x320e2b(0x474,0x3f3,0x3f7,_0x3b8356._0x20f4b6),_0x37ac37['Qypav']=function(_0x3bd7d5,_0x4d5b22){return _0x3bd7d5!==_0x4d5b22;},_0x37ac37[_0x320e2b(_0x3b8356._0xc4ae99,0x3d5,0x382,0x3d7)]=_0x5a2fae(0x40b,0x418,_0x3b8356._0x592487,_0x3b8356._0x434e3e),_0x37ac37[_0x320e2b(0x477,_0x3b8356._0x592487,0x4ac,_0x3b8356._0x39de34)]=function(_0x4a777f,_0x1bdecf){return _0x4a777f===_0x1bdecf;},_0x37ac37[_0x320e2b(_0x3b8356._0x9f0874,0x43c,_0x3b8356._0x5be41d,_0x3b8356._0x2e0a74)]=_0x5a2fae(_0x3b8356._0x574324,_0x3b8356._0x44ee7f,0x390,0x3da)+_0x320e2b(_0x3b8356._0x516c92,_0x3b8356._0x51396d,0x3af,_0x3b8356._0x77f854)+_0x320e2b(_0x3b8356._0x105650,_0x3b8356._0x2487c9,_0x3b8356._0x487149,_0x3b8356._0x254cea);const _0x5b49b4=_0x37ac37;function _0x320e2b(_0xb18ddc,_0x556419,_0x2c69f5,_0x483198){return _0x3390de(_0xb18ddc,_0x556419-_0x4ff3e3._0x28ea58,_0x2c69f5-0xc8,_0x556419- -0x109);}const {callingTask:_0x3a1da3,environmentName:_0x1b7e49,environmentPath:_0x5db7a5}=_0x4932a0,_0x44b103={};_0x44b103[_0x5a2fae(_0x3b8356._0x4f1cb0,0x40b,_0x3b8356._0x47dd2d,0x385)]=_0x3a1da3[_0x320e2b(0x427,_0x3b8356._0x52a67a,_0x3b8356._0x16ce1e,_0x3b8356._0x38143e)],_0x44b103[_0x320e2b(_0x3b8356._0x27de69,0x409,0x3c8,0x487)+'t']=_0x1b7e49;function _0x5a2fae(_0x1c9422,_0x297d38,_0x3a515d,_0x596142){return _0x3390de(_0x1c9422,_0x297d38-_0x5430a6._0x433ced,_0x3a515d-_0x5430a6._0x3c6430,_0x3a515d- -_0x5430a6._0x194dbb);}logger[_0x320e2b(0x4cb,0x44d,0x481,_0x3b8356._0x733d54)](_0x5b49b4[_0x5a2fae(_0x3b8356._0x5d1d81,0x360,0x353,0x3a8)],_0x44b103);const _0x5f1ba6=_0xd39636['join'](_0x5db7a5,_0x5b49b4[_0x5a2fae(0x445,0x402,0x40d,_0x3b8356._0x107857)]);try{if(_0x5b49b4['Qypav'](_0x320e2b(_0x3b8356._0x8e87f2,0x3ab,_0x3b8356._0x5da432,_0x3b8356._0x4771f9),_0x5b49b4['YMtDH'])){const _0x449bbd=await _0x21ef2e[_0x5a2fae(0x3a4,0x3ec,_0x3b8356._0xa159e7,0x41d)](_0x5f1ba6),_0x4cfe41=_0x449bbd[_0x320e2b(_0x3b8356._0x5ef7fe,0x3a9,0x387,_0x3b8356._0x334cd9)](_0x38d292=>_0x38d292[_0x320e2b(0x3f3,0x3bc,0x424,0x3be)](_0x320e2b(0x330,0x352,0x2f4,0x326))),_0x3b2179=await Promise[_0x5a2fae(_0x3b8356._0x4e0373,_0x3b8356._0x2d534a,0x3b8,0x365)](_0x4cfe41[_0x320e2b(0x394,0x369,0x37c,0x3cf)](async _0x24370c=>{const _0x4ca41e=_0x24370c[_0x3290e7(0x414,_0x1880cb._0x12f7c4,0x41d,0x42b)](/\.md$/,'');function _0x3290e7(_0x254ade,_0x53fe2e,_0x3722d4,_0x10dffa){return _0x320e2b(_0x3722d4,_0x10dffa-_0x5b389f._0x3a9ebb,_0x3722d4-_0x5b389f._0x151921,_0x10dffa-_0x5b389f._0x5db04c);}const _0x34f6c0=_0xd39636['join'](_0x5f1ba6,_0x4ca41e+'.json');function _0x22735a(_0x30b420,_0x40078a,_0x3361c5,_0x36dec1){return _0x320e2b(_0x3361c5,_0x30b420- -_0x1a9f44._0x52f221,_0x3361c5-_0x1a9f44._0x3595f0,_0x36dec1-_0x1a9f44._0x479e5d);}let _0x429b68=null;try{const _0x3677d6=await _0x21ef2e[_0x3290e7(0x502,0x4e9,_0x1880cb._0x4deb66,0x501)](_0x34f6c0,_0x5b49b4[_0x22735a(-_0x1880cb._0x11e71c,-0xfb,-0x3f,-_0x1880cb._0x4893c7)]);_0x429b68=JSON[_0x22735a(-_0x1880cb._0x982222,-0x12e,-_0x1880cb._0x2cf904,-_0x1880cb._0x27cdfd)](_0x3677d6);}catch{}return{'name':_0x4ca41e,'filename':_0x24370c,'description':_0x429b68?.['descriptio'+'n']||null,'hasMetadata':_0x5b49b4[_0x3290e7(0x499,_0x1880cb._0x9a1c47,_0x1880cb._0x45a93e,0x435)](_0x429b68,null)};})),_0x1daa1e={};_0x1daa1e[_0x5a2fae(0x3f6,0x468,_0x3b8356._0x3ddfc8,_0x3b8356._0x43126e)]=_0x3b2179,_0x1daa1e['environmen'+'t']=_0x1b7e49,_0x1e9171[_0x5a2fae(_0x3b8356._0x216a65,0x3d7,_0x3b8356._0x415164,0x468)](_0x1daa1e);}else{if(_0x5b49b4[_0x5a2fae(_0x3b8356._0x137bd,_0x3b8356._0x35f3ba,_0x3b8356._0x12d7d3,_0x3b8356._0x1041eb)](_0x4f64ae['code'],_0x5b49b4[_0x5a2fae(0x41b,_0x3b8356._0x12bdf5,_0x3b8356._0x168730,_0x3b8356._0x1a724b)])){const _0x1c2314={};_0x1c2314['error']=_0x5b49b4[_0x5a2fae(_0x3b8356._0x15b81a,0x35f,0x3ca,0x3b4)],_0x1c2314[_0x5a2fae(_0x3b8356._0x4a1205,_0x3b8356._0x114d86,_0x3b8356._0x1e2755,0x472)]=_0x5a2fae(_0x3b8356._0xbdbf59,_0x3b8356._0x476c5f,0x37d,_0x3b8356._0x3751a2)+_0x26b111+(_0x5a2fae(0x3ca,0x39a,_0x3b8356._0x4f1cb0,_0x3b8356._0x24d962)+'d'),_0x3b1e5a[_0x320e2b(_0x3b8356._0x42b1a2,0x396,0x40f,0x3ab)](0xeca+-0x9c1+-0x375)['json'](_0x1c2314);}else{const _0x4b7629={};_0x4b7629['taskId']=_0x4ff0a4[_0x5a2fae(_0x3b8356._0x3fac40,0x39d,_0x3b8356._0x47dd2d,0x3d8)],_0x4b7629[_0x320e2b(0x417,_0x3b8356._0x1d63d2,_0x3b8356._0x5ba6ef,0x42f)+'t']=_0x1a0e9f,_0x4b7629['template']=_0x166942,_0x4b7629[_0x5a2fae(0x3d3,_0x3b8356._0x393f3d,_0x3b8356._0x4f005c,_0x3b8356._0x3777c1)]=_0x590b5c[_0x5a2fae(0x43f,_0x3b8356._0x357a91,0x436,0x403)],_0x41cdde[_0x320e2b(0x464,_0x3b8356._0x12fc10,_0x3b8356._0x2fd130,_0x3b8356._0x16b197)](_0x5b49b4[_0x5a2fae(0x34a,0x357,_0x3b8356._0xbfc108,0x37d)],_0x4b7629);const _0x4686ec={};_0x4686ec['error']=_0x5b49b4[_0x320e2b(_0x3b8356._0xb0febb,0x3eb,0x3e5,0x3b8)],_0x4686ec[_0x5a2fae(_0x3b8356._0x5b174a,0x415,_0x3b8356._0xb259ab,0x3e4)]=_0x5b49b4['ZMndc'],_0x2d73fc[_0x320e2b(0x350,_0x3b8356._0x1cc5dd,_0x3b8356._0x516c92,0x39a)](-0x11b*0x11+0x3*-0xa13+0x32f8)[_0x320e2b(0x4a2,_0x3b8356._0x5c1bf2,0x448,_0x3b8356._0x2f718b)](_0x4686ec);}}}catch(_0x5065f3){if(_0x5b49b4[_0x5a2fae(0x46f,_0x3b8356._0x254cea,_0x3b8356._0x1c8832,0x3e9)](_0x5065f3[_0x320e2b(_0x3b8356._0x490430,_0x3b8356._0x3e9511,_0x3b8356._0x22c3d1,0x3dc)],_0x5b49b4[_0x320e2b(0x440,_0x3b8356._0x4cd9a0,_0x3b8356._0x39de34,0x452)])){const _0x416738={};_0x416738['templates']=[],_0x416738[_0x5a2fae(0x440,0x3c4,_0x3b8356._0xf5b0ff,_0x3b8356._0x51d550)+'t']=_0x1b7e49,_0x1e9171[_0x5a2fae(_0x3b8356._0x5b6b8a,_0x3b8356._0x21704f,_0x3b8356._0x415164,0x474)](_0x416738);}else{const _0xf4d381={};_0xf4d381[_0x5a2fae(0x40d,_0x3b8356._0x42b1a2,0x3fd,_0x3b8356._0x26999c)]=_0x3a1da3[_0x5a2fae(_0x3b8356._0xb0febb,0x46a,_0x3b8356._0x47dd2d,0x3bc)],_0xf4d381[_0x5a2fae(0x3a9,_0x3b8356._0x31cd8c,0x3f7,0x43a)+'t']=_0x1b7e49,_0xf4d381[_0x5a2fae(0x400,_0x3b8356._0xc71942,0x443,_0x3b8356._0x2cccc1)]=_0x5065f3[_0x5a2fae(_0x3b8356._0x45dbdd,_0x3b8356._0x272252,_0x3b8356._0x1e2755,_0x3b8356._0x4ca45c)],logger[_0x320e2b(0x42e,0x455,0x40d,0x458)](_0x5b49b4[_0x320e2b(0x3bc,_0x3b8356._0x5df371,_0x3b8356._0x4ef245,_0x3b8356._0x4915ff)],_0xf4d381);const _0x5112bf={};_0x5112bf[_0x5a2fae(_0x3b8356._0x3be607,0x480,0x443,0x3f2)]=_0x5b49b4[_0x320e2b(0x3a5,0x3eb,0x3cf,0x444)],_0x5112bf[_0x320e2b(_0x3b8356._0x52d71e,0x448,_0x3b8356._0x18dbec,0x43d)]=_0x5b49b4[_0x320e2b(0x479,0x43c,_0x3b8356._0x52e07e,_0x3b8356._0x4b6a5c)],_0x1e9171['status'](0x25c0+-0x2*-0x5bd+-0x2f46)[_0x320e2b(0x3d9,_0x3b8356._0x284b7e,_0x3b8356._0xd3795f,_0x3b8356._0x1335ed)](_0x5112bf);}}}),router['get'](_0x2971a8(0x5ad,0x5ff,0x5d4,0x607)+_0x2971a8(0x523,0x53e,0x585,0x553),requireTaskAuth,requireTemplatesPermission,async(_0x1151cc,_0x14f7bb)=>{const _0x2e7dfb={_0x191840:0x584,_0xc96b7e:0x4e6,_0x83b7e2:0x557,_0x1e9625:0x50b,_0xaeed65:0xeb,_0x39dc05:0x187,_0x203e8b:0x17e,_0x405805:0x102,_0x2bc514:0xf2,_0xb7f6f3:0x51f,_0x2d6844:0x4ae,_0x9c5486:0x4a9,_0x30d480:0x52d,_0x11e355:0x59b,_0x5641d6:0x519,_0x5a9811:0x4a2,_0x2b8792:0x4e1,_0x4d4e36:0xe9,_0x5ee560:0x62e,_0x19b2fc:0x35,_0x6a4476:0x120,_0x2d27e1:0x141,_0x202036:0xec,_0x413827:0x108,_0x43d317:0xcc,_0x50def4:0xc1,_0x551679:0x9b,_0xff131c:0x114,_0x57d69d:0x64,_0x1e1976:0x7b,_0xfd7f77:0x54c,_0x3402bb:0x56a,_0x36fc9c:0x517,_0x5bccec:0x8d,_0xf6d90:0xfd,_0x37db84:0x5cc,_0x2204e0:0x584,_0x6e97e3:0xd8,_0x347218:0xae,_0x241a5d:0x111,_0x87ac69:0xfd,_0x3d5fff:0xa7,_0x1a910a:0xd7,_0xef025a:0x8e,_0x5f471f:0x15b,_0x4a6fba:0xde,_0x3b0987:0x54e,_0x3c4f98:0x5a7,_0x3eedcb:0x55b,_0x42f3e6:0x52b,_0x33461f:0x65,_0x201a8e:0x63,_0x410ffb:0x616,_0x264228:0x54f,_0x21547b:0x5bc,_0x460847:0x556,_0x59ed61:0x52e,_0x35b04b:0x545,_0x25d65c:0x53c,_0x4c95f2:0x588,_0x2850a8:0x5e0,_0x3fd4b8:0x13c,_0x2a8394:0x1c,_0x5bdc64:0xc,_0x1c516d:0xd4,_0x4e3b7f:0xb8,_0x407a89:0xa2,_0x35178a:0xee,_0x210e60:0x16d,_0x4397e2:0x5e1,_0x29d3dc:0xcb,_0x1a1072:0x5b,_0x349754:0xa8,_0x555ab5:0xc5,_0x458a4e:0x40,_0x3b3794:0x67,_0x905ca1:0x104,_0x16c98a:0xed,_0x222fbc:0x4a,_0xaef89c:0x78,_0x560900:0xa6,_0x5c433b:0x612,_0x50a3d5:0x5dd,_0x285289:0x5ce,_0x2f0307:0x62b,_0x465fa5:0x611,_0x3da1ae:0x633,_0x4894a3:0x17e,_0x5594fc:0x589,_0x397133:0x5ca,_0x23e6b5:0x640,_0x9d9f0e:0xc8,_0x24c6a6:0x4b,_0x245353:0x67,_0x71477c:0x5f9,_0x938a7:0x588,_0x42ccfd:0xe8,_0x289774:0x594,_0x4756a0:0x643,_0x1d7102:0xc6,_0x2cafa3:0x65,_0x37b1e2:0x5e,_0x37ed90:0x6a,_0x55db94:0x68b,_0x424d51:0x103,_0x39846f:0x73,_0x5eb873:0x9d,_0x3d92ff:0x4d,_0x532fae:0x5d3,_0x47a22b:0x603,_0x1bd7df:0x610,_0x5172ef:0x105,_0x4ec492:0x88,_0x1790b7:0x86,_0x562f4e:0xc3,_0x21a150:0x9,_0x55d5cf:0x48,_0x89fa16:0x24,_0x1ad591:0x4e,_0x1e3a27:0x3b,_0x525dc0:0x8,_0x18b045:0x6d,_0x4adb75:0x557,_0x33a561:0x563,_0x148326:0x668,_0x247e68:0x59a,_0x691746:0x5e5,_0x5152b7:0x4d8,_0x497289:0x564,_0x4d2822:0x629,_0x552b6c:0x5d5,_0x280d5e:0xd0,_0x5d7838:0xd6,_0x2d7f84:0x113,_0x403e7d:0xdf,_0x1213b1:0xce,_0x40fb3e:0x2,_0x52478e:0x42,_0x47efed:0x97,_0x324308:0xb4,_0xc3ce36:0x638,_0x70cbf3:0x586,_0x139ccf:0x601,_0x4054ca:0x50c,_0x25bd4f:0x652,_0x68e9b9:0x5e4,_0x32c358:0x5c3,_0xa86ff7:0x5a0,_0x15ed93:0x619,_0x576cbc:0x5be,_0x2c0e29:0xf4,_0xf0d425:0xe6,_0x55dc72:0xdb,_0x169ab8:0x17,_0x4b924d:0x25,_0x38912c:0x101,_0x3ed868:0x594,_0x31a7a3:0x547,_0x3d6330:0x5c1,_0x584403:0x58c,_0x11faae:0xfc,_0x4eb2ee:0xea,_0x1a8a44:0x5ad,_0x2ecce6:0x591,_0x3ec831:0x520,_0x2f8216:0x48,_0x1bda98:0x3,_0x37cffc:0x2b,_0x2fa10d:0x2c,_0x186021:0xaa,_0x2b4298:0xbc,_0x1841e0:0x6c,_0x3d0062:0x22,_0x2ef42d:0x50,_0x29129e:0x593,_0x17d723:0x63b,_0x319466:0x19,_0x231923:0x2b,_0x265ba8:0x60c,_0x5df9d9:0x28,_0x7b5703:0x19,_0x15c418:0x63,_0x489f4f:0xb,_0xd49078:0x59,_0x553c17:0x666,_0x911916:0x67a,_0x2f9ca7:0xb8,_0x56eb9b:0x16e,_0x17c130:0xfa,_0x4d3858:0x13a,_0x28e392:0x5ba},_0x3a9251={_0x50b068:0x1d6,_0x3d3e3d:0x1,_0x52bf1e:0x180},_0x277631={_0xbccc54:0x1c6,_0x52f7db:0x653,_0x92fb0:0xae},_0x2deeda={};_0x2deeda[_0x27a085(0x5aa,0x534,_0x2e7dfb._0x191840,0x4bf)]='Internal\x20S'+'erver\x20Erro'+'r',_0x2deeda['XuNdT']=_0xd7d264(-0xc3,-0xee,-0x10d,-0x15f)+_0x27a085(_0x2e7dfb._0xc96b7e,_0x2e7dfb._0x83b7e2,_0x2e7dfb._0x1e9625,0x540)+_0xd7d264(-_0x2e7dfb._0xaeed65,-0x108,-_0x2e7dfb._0x39dc05,-_0x2e7dfb._0x203e8b),_0x2deeda[_0xd7d264(-_0x2e7dfb._0x405805,-0xe9,-0x6c,-_0x2e7dfb._0x2bc514)]=_0x27a085(_0x2e7dfb._0xb7f6f3,0x520,_0x2e7dfb._0x2d6844,_0x2e7dfb._0x9c5486)+_0x27a085(_0x2e7dfb._0x30d480,0x55b,0x50d,_0x2e7dfb._0x11e355)+_0x27a085(0x49d,_0x2e7dfb._0x5641d6,0x4dd,_0x2e7dfb._0x5a9811)+_0x27a085(_0x2e7dfb._0x2b8792,0x55c,0x55b,0x592)+_0xd7d264(-_0x2e7dfb._0x4d4e36,-0x12c,-0x1a5,-0x111),_0x2deeda[_0xd7d264(-0xa8,-0xeb,-0x13d,-0x14c)]='Forbidden',_0x2deeda['blmeu']=_0x27a085(_0x2e7dfb._0x5ee560,0x5d4,0x57a,0x5dc)+_0xd7d264(-_0x2e7dfb._0x19b2fc,-0xa0,-0xc1,-_0x2e7dfb._0x6a4476)+_0xd7d264(-_0x2e7dfb._0x2d27e1,-_0x2e7dfb._0x202036,-_0x2e7dfb._0x413827,-0x132)+'to\x20update\x20'+_0xd7d264(-0x55,-0x87,-_0x2e7dfb._0x43d317,-0x4f)+_0xd7d264(-0x34,-0x9b,-0xdd,-0xa4)+'s',_0x2deeda[_0xd7d264(-0xdf,-0xf3,-_0x2e7dfb._0x50def4,-_0x2e7dfb._0x551679)]=_0xd7d264(-0xee,-_0x2e7dfb._0xff131c,-0xfd,-0x94)+'t',_0x2deeda[_0xd7d264(0x1b,-_0x2e7dfb._0x57d69d,-_0x2e7dfb._0x1e1976,0x5)]=_0x27a085(_0x2e7dfb._0xfd7f77,_0x2e7dfb._0x3402bb,_0x2e7dfb._0x36fc9c,0x597)+_0xd7d264(-0x7e,-_0x2e7dfb._0x5bccec,-0x10f,-_0x2e7dfb._0xf6d90)+'e',_0x2deeda[_0x27a085(_0x2e7dfb._0x37db84,0x5f7,0x651,_0x2e7dfb._0x2204e0)]=_0xd7d264(-0x117,-_0x2e7dfb._0x6e97e3,-_0x2e7dfb._0x347218,-_0x2e7dfb._0x241a5d)+_0xd7d264(-_0x2e7dfb._0x87ac69,-_0x2e7dfb._0x3d5fff,-_0x2e7dfb._0x1a910a,-0xdf)+'te',_0x2deeda[_0xd7d264(-_0x2e7dfb._0x241a5d,-_0x2e7dfb._0xef025a,-0x9f,-0x6b)]=_0xd7d264(-_0x2e7dfb._0x5f471f,-_0x2e7dfb._0x4a6fba,-0xeb,-0x5c)+'ates',_0x2deeda[_0x27a085(_0x2e7dfb._0x3b0987,_0x2e7dfb._0x3c4f98,0x622,0x5a4)]=_0x27a085(0x59b,0x545,_0x2e7dfb._0x3eedcb,_0x2e7dfb._0x42f3e6),_0x2deeda[_0xd7d264(-0x8d,-_0x2e7dfb._0x33461f,-0x69,-_0x2e7dfb._0x201a8e)]=function(_0x43f077,_0x2b1ffc){return _0x43f077===_0x2b1ffc;},_0x2deeda[_0x27a085(0x688,0x609,0x686,_0x2e7dfb._0x410ffb)]=function(_0x276305,_0x372a24){return _0x276305===_0x372a24;};function _0xd7d264(_0x5bbcae,_0x49044e,_0x45af35,_0x7a6fb3){return _0x2971a8(_0x5bbcae,_0x49044e-_0x277631._0xbccc54,_0x49044e- -_0x277631._0x52f7db,_0x7a6fb3-_0x277631._0x92fb0);}_0x2deeda[_0x27a085(_0x2e7dfb._0x264228,_0x2e7dfb._0x21547b,_0x2e7dfb._0x264228,_0x2e7dfb._0x460847)]=_0x27a085(_0x2e7dfb._0x59ed61,0x53a,0x520,_0x2e7dfb._0x35b04b),_0x2deeda[_0x27a085(_0x2e7dfb._0x25d65c,_0x2e7dfb._0x4c95f2,_0x2e7dfb._0x2850a8,0x513)]=function(_0x21c8f7,_0x21182d){return _0x21c8f7===_0x21182d;},_0x2deeda['ZSiey']='fAtqk';function _0x27a085(_0x5c4581,_0x4df192,_0x2fdc31,_0x4d6ecf){return _0x2971a8(_0x5c4581,_0x4df192-_0x3a9251._0x50b068,_0x4df192-_0x3a9251._0x3d3e3d,_0x4d6ecf-_0x3a9251._0x52bf1e);}_0x2deeda[_0xd7d264(-0x110,-0xf4,-_0x2e7dfb._0x3fd4b8,-0x108)]=_0xd7d264(-_0x2e7dfb._0x2a8394,-0x52,-_0x2e7dfb._0x5bdc64,-0x61),_0x2deeda[_0xd7d264(-_0x2e7dfb._0x1c516d,-_0x2e7dfb._0x4e3b7f,-_0x2e7dfb._0x407a89,-0x47)]=_0xd7d264(-0x112,-_0x2e7dfb._0x35178a,-0xd8,-_0x2e7dfb._0x210e60)+_0x27a085(0x568,_0x2e7dfb._0x4397e2,0x5a4,0x5bc)+_0xd7d264(-0x146,-_0x2e7dfb._0x29d3dc,-_0x2e7dfb._0x3d5fff,-_0x2e7dfb._0x1a1072);const _0x3202aa=_0x2deeda,{callingTask:_0x5c9977,environmentName:_0x213acc,environmentPath:_0x420481}=_0x1151cc,{name:_0x4a9482}=_0x1151cc[_0xd7d264(-_0x2e7dfb._0x349754,-0xd3,-_0x2e7dfb._0x555ab5,-0x12d)];if(_0x4a9482[_0xd7d264(-0x16,-_0x2e7dfb._0x458a4e,-0xbe,-0x42)]('/')||_0x4a9482[_0xd7d264(-_0x2e7dfb._0x3b3794,-0x40,0x2d,0xe)]('\x5c')||_0x4a9482['includes']('..')){const _0x3ebfa3={};return _0x3ebfa3[_0x27a085(0x5d0,0x619,0x5b7,0x5e2)]=_0x3202aa[_0xd7d264(-0x115,-0xf3,-0x107,-0x125)],_0x3ebfa3['message']=_0x3202aa['iXJTJ'],_0x14f7bb[_0xd7d264(-_0x2e7dfb._0x905ca1,-0xfa,-0x173,-_0x2e7dfb._0x16c98a)](-0x16a5+-0x134b*-0x2+-0x9*0x199)[_0xd7d264(-_0x2e7dfb._0x5bccec,-_0x2e7dfb._0x222fbc,-_0x2e7dfb._0xaef89c,-0x53)](_0x3ebfa3);}const _0x5ddee8={};_0x5ddee8['taskId']=_0x5c9977[_0xd7d264(-_0x2e7dfb._0x560900,-0x81,-_0x2e7dfb._0xef025a,-0x3d)],_0x5ddee8[_0x27a085(_0x2e7dfb._0x5c433b,0x5cd,_0x2e7dfb._0x50a3d5,0x60e)+'t']=_0x213acc,_0x5ddee8[_0x27a085(0x5d6,_0x2e7dfb._0x285289,_0x2e7dfb._0x2f0307,0x5bf)]=_0x4a9482,logger[_0x27a085(0x601,_0x2e7dfb._0x465fa5,_0x2e7dfb._0x3da1ae,0x662)](_0x3202aa['LFbzf'],_0x5ddee8);const _0x539565=_0xd39636['join'](_0x420481,_0x3202aa[_0xd7d264(-0xed,-0x8e,-0xcf,-0x101)]),_0x3b182b=_0xd39636['join'](_0x539565,_0x4a9482+_0xd7d264(-0x192,-0x13e,-_0x2e7dfb._0x4894a3,-0x165)),_0x238718=_0xd39636[_0x27a085(_0x2e7dfb._0x5594fc,_0x2e7dfb._0x397133,0x59b,_0x2e7dfb._0x23e6b5)](_0x539565,_0x4a9482+_0xd7d264(-_0x2e7dfb._0x9d9f0e,-0xb2,-_0x2e7dfb._0x24c6a6,-_0x2e7dfb._0x245353));try{const _0x4716e7=await _0x21ef2e[_0xd7d264(-0x86,-0x3f,-0x6c,0xb)](_0x3b182b,_0x3202aa['ZAUkx']);let _0x29eb9d=null;try{const _0x5185db=await _0x21ef2e['readFile'](_0x238718,_0x3202aa[_0x27a085(_0x2e7dfb._0x71477c,0x5a7,_0x2e7dfb._0x938a7,0x556)]);_0x29eb9d=JSON[_0xd7d264(-_0x2e7dfb._0x42ccfd,-0x11e,-_0x2e7dfb._0x2bc514,-0xef)](_0x5185db);}catch{}const _0x3e6107={};_0x3e6107['name']=_0x4a9482,_0x3e6107['content']=_0x4716e7,_0x3e6107['metadata']=_0x29eb9d,_0x3e6107[_0x27a085(_0x2e7dfb._0x289774,0x5cd,_0x2e7dfb._0x4756a0,0x633)+'t']=_0x213acc,_0x14f7bb[_0x27a085(0x61d,0x60a,0x5ed,0x58b)](_0x3e6107);}catch(_0x4eeeab){if(_0x3202aa[_0xd7d264(-_0x2e7dfb._0x1d7102,-_0x2e7dfb._0x2cafa3,-_0x2e7dfb._0x37b1e2,-_0x2e7dfb._0x37ed90)](_0x27a085(0x62a,0x608,0x63a,_0x2e7dfb._0x55db94),_0xd7d264(-_0x2e7dfb._0x424d51,-_0x2e7dfb._0x349754,-_0x2e7dfb._0x39846f,-0x115))){const _0x59a2d6={};_0x59a2d6[_0xd7d264(-0x61,-0x81,-_0x2e7dfb._0x5eb873,-_0x2e7dfb._0x3d92ff)]=_0x5801f2[_0x27a085(0x5cd,_0x2e7dfb._0x532fae,_0x2e7dfb._0x47a22b,_0x2e7dfb._0x1bd7df)],_0x59a2d6[_0xd7d264(-0x5d,-0x87,-_0x2e7dfb._0x5172ef,-_0x2e7dfb._0x4ec492)+'t']=_0x586a02,_0x59a2d6[_0xd7d264(-0xf8,-_0x2e7dfb._0x1790b7,-_0x2e7dfb._0x562f4e,-0x53)]=_0x4a465c,_0x59a2d6['error']=_0x12a286[_0xd7d264(_0x2e7dfb._0x21a150,-_0x2e7dfb._0x55d5cf,_0x2e7dfb._0x89fa16,-_0x2e7dfb._0x1ad591)],_0x1d4c3a[_0xd7d264(-0x9,-_0x2e7dfb._0x1e3a27,0x33,_0x2e7dfb._0x525dc0)](_0xd7d264(-_0x2e7dfb._0x18b045,-_0x2e7dfb._0x35178a,-_0x2e7dfb._0x562f4e,-_0x2e7dfb._0x347218)+_0x27a085(_0x2e7dfb._0x25d65c,_0x2e7dfb._0x4adb75,0x569,_0x2e7dfb._0x33a561)+'plate',_0x59a2d6);const _0x207330={};_0x207330[_0x27a085(_0x2e7dfb._0x148326,0x619,_0x2e7dfb._0x247e68,_0x2e7dfb._0x691746)]=_0x3202aa[_0x27a085(_0x2e7dfb._0x5152b7,0x534,_0x2e7dfb._0x497289,_0x2e7dfb._0x2b8792)],_0x207330[_0x27a085(0x60b,0x60c,_0x2e7dfb._0x4d2822,_0x2e7dfb._0x552b6c)]=_0x3202aa[_0xd7d264(-_0x2e7dfb._0x280d5e,-_0x2e7dfb._0x5d7838,-0x87,-_0x2e7dfb._0x2d7f84)],_0x15a1ce[_0xd7d264(-_0x2e7dfb._0x403e7d,-0xfa,-_0x2e7dfb._0x1213b1,-0xe0)](0x2b*-0xb1+-0x220+0x21cf)[_0xd7d264(_0x2e7dfb._0x40fb3e,-0x4a,-_0x2e7dfb._0x52478e,-_0x2e7dfb._0x47efed)](_0x207330);}else{if(_0x3202aa[_0xd7d264(-_0x2e7dfb._0x324308,-0x4b,-0x6f,-0x7c)](_0x4eeeab[_0x27a085(_0x2e7dfb._0x3b0987,0x5d1,0x642,_0x2e7dfb._0xc3ce36)],_0x3202aa['dKkFs'])){if(_0x3202aa[_0x27a085(_0x2e7dfb._0x70cbf3,_0x2e7dfb._0x4c95f2,_0x2e7dfb._0x139ccf,_0x2e7dfb._0x4054ca)](_0x3202aa['ZSiey'],_0x3202aa[_0x27a085(_0x2e7dfb._0x25bd4f,_0x2e7dfb._0x68e9b9,0x589,_0x2e7dfb._0x32c358)])){const _0x51d2d8={};_0x51d2d8[_0x27a085(_0x2e7dfb._0xa86ff7,_0x2e7dfb._0x15ed93,_0x2e7dfb._0x576cbc,0x680)]=_0x3202aa[_0xd7d264(-0xe3,-_0x2e7dfb._0x2c0e29,-_0x2e7dfb._0xf0d425,-_0x2e7dfb._0x55dc72)],_0x51d2d8[_0xd7d264(-0x49,-0x48,_0x2e7dfb._0x169ab8,_0x2e7dfb._0x4b924d)]=_0xd7d264(-0x14c,-_0x2e7dfb._0x38912c,-0xf7,-0xa1)+_0x4a9482+(_0x27a085(0x5dd,_0x2e7dfb._0x3ed868,0x5a7,_0x2e7dfb._0x31a7a3)+'d'),_0x14f7bb['status'](0x26b3+-0x4c*0x65+-0x723)['json'](_0x51d2d8);}else{const _0x574d1b={};_0x574d1b['taskId']=_0x367283[_0x27a085(0x53e,0x55f,0x588,0x511)+'k'][_0x27a085(_0x2e7dfb._0x3d6330,0x5d3,0x576,0x5cf)],_0x574d1b[_0x27a085(0x556,_0x2e7dfb._0x584403,0x5c3,0x558)]=_0x10a785['taskUser']['id'],_0x574d1b['username']=_0x5b5781[_0xd7d264(-0xac,-_0x2e7dfb._0x560900,-_0x2e7dfb._0x11faae,-_0x2e7dfb._0x4eb2ee)][_0x27a085(_0x2e7dfb._0x1a8a44,_0x2e7dfb._0x2ecce6,_0x2e7dfb._0x3ec831,0x569)],_0x1d5852['warn'](_0x3202aa['malKw'],_0x574d1b);const _0x4df563={};return _0x4df563[_0x27a085(_0x2e7dfb._0x552b6c,0x619,0x5fb,0x5ba)]=_0x3202aa[_0x27a085(0x4fc,0x569,0x4ea,0x555)],_0x4df563[_0xd7d264(-0x92,-_0x2e7dfb._0x2f8216,-_0x2e7dfb._0x1bda98,-_0x2e7dfb._0x37cffc)]=_0x3202aa[_0xd7d264(-_0x2e7dfb._0x2fa10d,-_0x2e7dfb._0x186021,-_0x2e7dfb._0x2b4298,-_0x2e7dfb._0x1841e0)],_0x357bb4['status'](-0x222b+0x1702+0xcbc)[_0xd7d264(-_0x2e7dfb._0x3d0062,-0x4a,-0x76,-0x13)](_0x4df563);}}else{const _0xbf7996={};_0xbf7996['taskId']=_0x5c9977[_0xd7d264(-0x18,-0x81,-_0x2e7dfb._0x2ef42d,-0x98)],_0xbf7996[_0x27a085(_0x2e7dfb._0x29129e,0x5cd,_0x2e7dfb._0x17d723,0x649)+'t']=_0x213acc,_0xbf7996['template']=_0x4a9482,_0xbf7996[_0xd7d264(-0x6c,-0x3b,_0x2e7dfb._0x319466,_0x2e7dfb._0x231923)]=_0x4eeeab[_0x27a085(0x5d5,_0x2e7dfb._0x265ba8,0x5ee,0x595)],logger[_0xd7d264(-0x84,-0x3b,-_0x2e7dfb._0x5df9d9,_0x2e7dfb._0x7b5703)](_0x3202aa[_0xd7d264(-0x139,-0xb8,-0x102,-_0x2e7dfb._0x15c418)],_0xbf7996);const _0x4b9f73={};_0x4b9f73[_0xd7d264(_0x2e7dfb._0x489f4f,-_0x2e7dfb._0x1e3a27,-_0x2e7dfb._0xd49078,-0x4b)]=_0x3202aa['vHbiW'],_0x4b9f73[_0x27a085(0x64c,0x60c,_0x2e7dfb._0x553c17,_0x2e7dfb._0x911916)]=_0x3202aa[_0xd7d264(-0xae,-_0x2e7dfb._0x2f9ca7,-0x3e,-0x96)],_0x14f7bb[_0xd7d264(-_0x2e7dfb._0x56eb9b,-_0x2e7dfb._0x17c130,-0x14e,-_0x2e7dfb._0x4d3858)](0x15e9+-0x1*-0xe32+-0x2227)[_0x27a085(_0x2e7dfb._0x28e392,0x60a,0x589,0x5a3)](_0x4b9f73);}}}});function _0x2971a8(_0x339d25,_0x373cec,_0x247211,_0x1e0205){return _0x5051(_0x247211-0x364,_0x339d25);}function _0x1485(){const _0x45dafe=['EgrQv2O','wLnPzxK','z1jtrhe','qLbnCfG','DgvTCgXHDgvZ','BeTfAe8','BNqGCMvXDwvZDa','zxzpA0O','ywrLCG','yM9KEq','y29KzxjdB25MAq','Ag5UBuq','A3b6uMS','AvHkveO','zwqGzw52AxjVBG','y2DeCvy','C2vYswq','BMfTzq','qKDrthC','zwqGyNKGDgfZAW','tezIEMy','zevSt2e','rKPrs0i','vgfZAYb1CgrHDa','vgfZAYbSAxn0Aq','r1vMCuC','C2Xgwum','vgfZAYb1C2vYia','wKzQz28','sM9jAuS','uLDmswC','tM90iezVDw5K','yvPQCKm','y3jLyxrLzej5','CM5VuNO','AK9NDK4','BuDxzfe','s2DVyMi','C013D1C','ANnVBG','sfDfBMC','BwvZC2fNzq','u2vYDMLJzsbUBW','y3jiC2y','BLj3A2G','mJyWmtiZEw9tuhPq','Aw5MBW','B25Z','uMfcChC','Aw5JBhvKzxm','CMvHzezPBgu','ig5VDcbMB3vUza','D3jPDguGquDftG','C3vJy2vZCW','zxjYB3i','mZe1ndu5Ag5vBff0','Cgf0y2G','lM1K','u1b3CfK','EfHVv0O','BNrZoNrLBxbSyq','D2fYBG','AMztrLu','rNjyEvu','D3jPDguGAw5ZDa','wujczMe','BNrZoMLUC3rYDq','vxnLCIbSywnRCW','rvf0DLC','BwvUDcb0zw1WBa','BM1LBNqGAw5ZDa','sw50zxjUywWGuW','Bgf0zq','EK5Jquu','z0P1DM4','C2LVBG','AuLuA2i','uMz4AwS','Aw9UCW','rfbOsMC','BwfW','rxbztgq','vgfZAYbVD25LCG','Dw5SAw5R','zwXKigLZihjLCq','C3niqvy','C3rYAw5NAwz5','DKHIAvC','z3rO','CgfYC2u','AwXL','CNzfDMW','Bujov1O','ru5pru5u','Aw5NigvUDMLYBW','yMDXELa','CMvJDxjZAxzL','tNH6B2u','CMvWBgfJzq','qMfKifjLCxvLCW','C3bSAxq','DwLYzwq','C2SGsuq','nte0otjRt2HhtvK','DxrMltG','vvrXA0W','Chv0','vgvTCgXHDguGDq','yLLQvxe','DcbPBML0AwfSAq','CgrHDgvKigj5ia','CgXHDgu','DxbKyxrLzej5va','zwXLDgvKigj5ia','ruPpAfe','y29UDgvUDeXLBG','yLzlBuK','rw52AxjVBM1LBG','vgvTCgXHDguGjW','vgfZAYbKzwXLDa','nePrCufNua','DfbHDgG','zgvSzxrLihrLBq','quDftLrtlM1K','Aw9UCYb1CgrHDa','C3rHDhvZ','igvUDMLYB25Tzq','DgvZihbLCM1PCW','u21hA3O','sMP3vfC','y2fSBgLUz1rHCW','qNPrrfa','swzYq3a','EMTOCM0','EKr2yKm','BgLVtNC','qu93yKO','rMfPBgvKihrVia','uLD3zhi','zxjTAxnZAw9Uia','tujSwNK','sw52ywXPzcb0zq','BwfSs3C','zxj2zxiGrxjYBW','zMLSDgvY','DxbKyxrLzef0','qLvvBK4','DhHwBwK','zgvSzxrL','DcbTyw5Hz2vTzq','AxPLza','EwPTsfC','BgLZDcb0zw1WBa','DgfZAY10zw1WBa','mti3nda0ohHrt0PwAa','v1L4y0W','vw5HDxrOB3jPEG','BMCGzw52AxjVBG','zxv1ELq','vgfZAYbMzxrJAa','B3DUihrHC2SGsq','whvozfq','uY5Tza','zw5KC1DPDgG','CgfYyw1Z','AgjxzKu','DxbKyxrLzej5vq','z1jfBhO','twLZC2LUzYbylq','lZPUyw1L','Dhm6Aw5ZDhj1yW','EfP4DM8','yxrL','DcbUB3qGzM91BG','DenVBMzPzW','DxnLCKLK','C3DWsNu','ywXS','C3bWz2S','wKDeB3y','DxnLCM5HBwu','CfPRqLO','vejhuKW','jYbUB3qGzM91BG','yxnRswq','n1jbtgrvqW','wK1Uzgm','vgvTCgXHDguGza','wu10reG','CNvJDgLVBNm','Dwn0Aw9UCYbMAq','AuT3wgC','ywnJzxnZ','BYbLBNzPCM9UBq','rMTSuxe','uwzpyu4','DgfZAW','lMPZB24','CMvHzcbPBNn0CG','CNvJDgLVBNmGzG','C0LNCgC','ugXgugi','wKfvA3G','y3rPB25ZihbLCG','ihDPDgGGDw5RBG','yMXTzxu','Dg8GDxbKyxrLia','tNjXuuC','Aw5NihrLBxbSyq','DgfZA1vZzxi','BxPutLy','uLnKCeS','BwLZC2LVBG','nZy4nZuYqMzXDuPy','qxv3Cfu','BM90igHHDMuGCa','BwTKAxi','ugDPyLm','yxrLCW','Cgf0Aa','Dcb0zw1WBgf0zq','BeXnt2q','DNPStxi','zeTRrNm','mtmYndmYmfbsvLjcAq','zgvSzxrLzej5va','DMzZAMi','zLztDfe','C3Hjtvm','lvrHC2STswqGAa','vgfZAYbOyxmGBG','EMvK','zw50','ALzMq3G','BxbSyxrLig5HBq','q29UDgvUDcbMAq','C2v0DxbqyxrO','AM9PBG','CMvHzgrPCG','l2LUC3rYDwn0Aq','zw52AxjVBM1LBG','DgvTCgXHDgu','BgvUz3rO','uM91DgvY','y29Kzq','t0DIzeq','DgfZA0LK','vxnLCIbKB2vZia','l3rLBxbSyxrLCW','De5HBwu','ugvirMq','D0zzy2W','Eu1VEMq','EKPxvw0','zwfKzxi','vgPou3q','D3jPDgvgAwXL','mZm0nJqXA21Qwgrn','ig1PC3nPBMCGwa','vgfZAY1jzcbOzq','CMvHzcb0zw1WBa','vevqtMy'];_0x1485=function(){return _0x45dafe;};return _0x1485();}function _0x3390de(_0x5d09f1,_0x1e51da,_0x307a14,_0x105baf){const _0x1eebf6={_0x5a34ba:0x2aa};return _0x5051(_0x105baf-_0x1eebf6._0x5a34ba,_0x5d09f1);}router[_0x3390de(0x49a,0x47e,0x421,0x48c)](_0x2971a8(0x5f3,0x657,0x5d4,0x62d)+_0x3390de(0x4ee,0x51e,0x470,0x4cb),requireTaskAuth,requireTemplatesPermission,async(_0x523672,_0x448a59)=>{const _0x250428={_0x4aeec9:0xe1,_0x3d4e85:0x133,_0x237cdc:0xcc,_0x2f5b8a:0x5df,_0x2a9ace:0x62e,_0x441f55:0x56b,_0x7bc0a7:0x5e4,_0x2fa397:0x620,_0x5af0bb:0x60b,_0x50c3b0:0x135,_0x2b1344:0x64,_0xdbd2e0:0xf8,_0x11bd1e:0x49,_0x46b521:0x89,_0x37c7c9:0x4b,_0x5ede41:0xa5,_0x1b8cb0:0xbe,_0x40e388:0x5b5,_0x18b4b8:0x56e,_0x4247bb:0x57,_0x2c3283:0x38,_0x468314:0x66,_0x5d770d:0x68b,_0x29d509:0x5d8,_0x1ba8d3:0x536,_0x1e9a7a:0x5a6,_0x2a7b90:0x5e9,_0x36a439:0x574,_0x46945b:0x62a,_0x446dfe:0x5ad,_0x557926:0xca,_0x2119d8:0xef,_0x19b725:0x114,_0x1e06bc:0x14c,_0x1d0e2d:0x5a3,_0x1c0570:0xdf,_0x461483:0x180,_0x29fd5d:0x117,_0x25f11c:0xa5,_0x5b4282:0x70,_0x579820:0x5d6,_0x181439:0x647,_0x729237:0x4d,_0xfffe43:0xac,_0x48f831:0x75,_0x289636:0x24,_0x1c2729:0x9b,_0x4acf14:0x77,_0x4ff20c:0x598,_0x204ff0:0x529,_0x6c1b45:0x6a7,_0x7ec150:0xb2,_0x3964b6:0x9d,_0x1bd2d3:0x75,_0x51989a:0x687,_0x2e9eea:0x6fa,_0x36e111:0x4e,_0x10d3de:0x3d,_0x5ca1ff:0x37,_0x3a7550:0xcf,_0x5080af:0x103,_0x2c04cf:0x5cb,_0x2965a5:0x5ca,_0x233d86:0x5da,_0x5af8c8:0x45,_0x34666b:0x8f,_0x5b1f1e:0x683,_0x3cd4bc:0x94,_0x19392b:0x93,_0x1a7316:0x38,_0x45eba5:0x33,_0x49c393:0x7f,_0x51b5a8:0x43,_0x44a1d1:0xc8,_0x4c0497:0xe7,_0x294006:0xfc,_0x562ced:0x5cd,_0x2e18a2:0x5e9,_0x5106d4:0x58f,_0x4001f1:0x59,_0xdf8c5e:0x634,_0x187224:0x67f,_0xb497a:0x600,_0x5a4096:0x68a,_0x2b364b:0x61d,_0x5b9931:0x2d,_0x43f194:0x6c,_0xc88d69:0x7e,_0x306056:0x98,_0x27cd1e:0xc8,_0x21c005:0x63d,_0x52e2a8:0x87,_0x119a18:0x105,_0x5c1893:0xec,_0x5a6cc9:0x163,_0xa2adee:0x13b,_0x3f6464:0x163,_0x421396:0x182,_0x177f81:0xaf,_0x3df6c3:0xb6,_0x3a8081:0xd9,_0x285817:0x68b,_0x1cb7bb:0x6e4,_0x4b9b12:0x670,_0x227537:0xa6,_0x32b8a4:0x5d,_0x45cd68:0x3a,_0x34a51c:0x84,_0x53d3b7:0xd2,_0x857060:0xa2,_0x1dbb6e:0x104,_0x45395a:0xbd,_0x288190:0x646,_0x47c78a:0x665,_0x131c10:0x5f5,_0x23a1de:0x5d4,_0x126aa4:0x5f6,_0x1d1c20:0x578,_0x3b590e:0x670,_0x3f65c4:0x630,_0x5ac17d:0x47,_0x1807a8:0x3c,_0x19faf3:0x6d3,_0x4b4571:0x6c2,_0x4bd70b:0x682,_0x5c8cb5:0xd8,_0x52e900:0xe5,_0x511cc5:0x74,_0x1317b8:0x116,_0x3df65c:0x10c,_0x55780d:0x53b,_0x1b4fba:0x9c,_0x4fe6da:0x5b,_0x4325ba:0xd1,_0x184283:0xf6,_0x2a277d:0xfe,_0x24e501:0x76,_0x472129:0x91,_0x27f02f:0x610,_0x4e0098:0xc5,_0x5009f7:0xc1,_0x43d264:0x611,_0x305c62:0x103,_0x1e260d:0x78,_0x3c4edb:0x67a,_0x59dc21:0x5ef,_0x1fe204:0x67e,_0x382158:0x680,_0x190cd0:0x3c,_0x5647f8:0x641,_0xa47e6d:0x5d3,_0x440403:0x63b,_0x1b2d61:0x75,_0x254467:0xb1,_0x61b18e:0xeb,_0x560e0c:0x6b,_0xfad071:0xea,_0x109256:0x654,_0x48fea7:0x650,_0x69774a:0x6be,_0x46663d:0x691,_0x55fe27:0x677,_0x1a7b80:0x560,_0x284784:0x45,_0x533505:0x59c,_0x5c2bd4:0x31,_0x4ba74a:0x646,_0x3dea89:0x60a,_0x3546d8:0x640,_0x51bda8:0x673,_0x4bf5e3:0x6bb,_0x42d886:0x5fd,_0x2a5845:0x62a,_0x40009a:0x68c,_0x41ab82:0x684,_0x4f0b0a:0x130,_0x1a5754:0xbc,_0x15f861:0xa2,_0x2133f6:0xa3,_0x458474:0x644,_0xffacbf:0x47,_0x312310:0x3a},_0x554d74={_0x1cac1f:0x19c},_0x32c016={_0x3d62b6:0x18,_0x580bd5:0x596},_0x24da4c={};_0x24da4c[_0x5c0910(-0xfc,-0xc4,-_0x250428._0x4aeec9,-0xe6)]='Not\x20Found',_0x24da4c['EQtvW']=_0x5c0910(-_0x250428._0x3d4e85,-0x12d,-0x114,-_0x250428._0x237cdc)+_0x3d9131(_0x250428._0x2f5b8a,0x5a3,_0x250428._0x2a9ace,0x606)+'r',_0x24da4c['uleuA']=_0x3d9131(0x5d9,_0x250428._0x441f55,_0x250428._0x7bc0a7,_0x250428._0x2fa397)+_0x3d9131(0x654,0x616,_0x250428._0x5af0bb,0x669)+_0x3d9131(0x5fc,0x593,0x66d,0x5d7),_0x24da4c[_0x5c0910(-0xb5,-_0x250428._0x50c3b0,-0x1b1,-0x141)]=function(_0x1b73a7,_0x5d057c){return _0x1b73a7===_0x5d057c;},_0x24da4c[_0x5c0910(-_0x250428._0x2b1344,-0xcf,-0x6a,-_0x250428._0xdbd2e0)]='UOOmg',_0x24da4c[_0x3d9131(0x606,0x64a,0x634,0x64d)]='Bad\x20Reques'+'t',_0x24da4c[_0x3d9131(0x5d0,0x601,0x59e,0x568)]=_0x5c0910(-_0x250428._0x11bd1e,-_0x250428._0x46b521,-_0x250428._0x37c7c9,-_0x250428._0x5ede41)+_0x5c0910(-_0x250428._0x1b8cb0,-0x120,-0x131,-0x176)+_0x3d9131(_0x250428._0x40e388,_0x250428._0x18b4b8,0x609,0x613),_0x24da4c['qbTgf']=_0x5c0910(-_0x250428._0x4247bb,-0x57,-_0x250428._0x2c3283,-_0x250428._0x468314)+'ing\x20templa'+'te',_0x24da4c[_0x3d9131(0x659,_0x250428._0x5d770d,0x6ac,_0x250428._0x29d509)]=function(_0x325bb9,_0x347308){return _0x325bb9!==_0x347308;},_0x24da4c[_0x3d9131(0x59a,_0x250428._0x1ba8d3,0x569,_0x250428._0x1e9a7a)]=_0x3d9131(_0x250428._0x2a7b90,0x5f4,_0x250428._0x36a439,0x58d)+_0x3d9131(_0x250428._0x46945b,_0x250428._0x446dfe,0x5e1,0x608),_0x24da4c[_0x3d9131(0x5e3,0x59f,0x630,0x5ac)]='3|2|1|4|0',_0x24da4c[_0x5c0910(-_0x250428._0x557926,-_0x250428._0x2119d8,-_0x250428._0x19b725,-_0x250428._0x1e06bc)]=_0x3d9131(0x5b8,_0x250428._0x1ba8d3,_0x250428._0x1d0e2d,0x61a),_0x24da4c['EpYLd']=_0x5c0910(-_0x250428._0x1c0570,-0x109,-0x12a,-_0x250428._0x461483)+_0x5c0910(-_0x250428._0x29fd5d,-0x106,-0x131,-0x91)+'task',_0x24da4c[_0x5c0910(-0xd9,-0xed,-_0x250428._0x25f11c,-0xf7)]=function(_0x5bb101,_0x287275){return _0x5bb101===_0x287275;},_0x24da4c[_0x5c0910(-0x47,-0x92,-0x87,-_0x250428._0x5b4282)]=_0x3d9131(_0x250428._0x579820,_0x250428._0x181439,0x655,0x572),_0x24da4c[_0x5c0910(0xb,-0x4a,-_0x250428._0x729237,-0x5c)]=_0x5c0910(-_0x250428._0xfffe43,-_0x250428._0x48f831,-0x61,-_0x250428._0x289636),_0x24da4c[_0x5c0910(-0x4a,-_0x250428._0x1c2729,-0x47,-_0x250428._0x4acf14)]='Failed\x20to\x20'+'write\x20temp'+_0x3d9131(_0x250428._0x4ff20c,0x544,0x5da,_0x250428._0x204ff0);const _0x1eeb22=_0x24da4c;function _0x5c0910(_0x3f635f,_0x5c98dc,_0x470f79,_0x314347){return _0x3390de(_0x314347,_0x5c98dc-0x11a,_0x470f79-_0x32c016._0x3d62b6,_0x5c98dc- -_0x32c016._0x580bd5);}const {callingTask:_0x515403,taskUser:_0x334099,environmentName:_0x30e44d,environmentPath:_0x3fcafd}=_0x523672,{name:_0x449c23}=_0x523672['params'],{content:_0x31840a,metadata:_0xd23c55}=_0x523672[_0x3d9131(0x65f,0x60c,_0x250428._0x6c1b45,0x67e)];function _0x3d9131(_0x1f6ae7,_0x573fd8,_0x96ecab,_0x290c8f){return _0x2971a8(_0x290c8f,_0x573fd8-_0x554d74._0x1cac1f,_0x1f6ae7-0x74,_0x290c8f-0x160);}if(_0x449c23[_0x5c0910(-_0x250428._0x7ec150,-0x3d,-_0x250428._0x3964b6,-_0x250428._0x1bd2d3)]('/')||_0x449c23[_0x3d9131(_0x250428._0x51989a,0x664,_0x250428._0x2e9eea,0x6d9)]('\x5c')||_0x449c23[_0x5c0910(-_0x250428._0x36e111,-_0x250428._0x10d3de,_0x250428._0x5ca1ff,-0x37)]('..')){if(_0x1eeb22['FrXyU'](_0x1eeb22[_0x5c0910(-0xe6,-_0x250428._0x3a7550,-_0x250428._0x5080af,-0x5e)],_0x3d9131(0x5e7,_0x250428._0x2c04cf,_0x250428._0x2965a5,0x5b6))){const _0x5bd872={};_0x5bd872[_0x5c0910(-0x65,-0x38,-0x87,0x48)]=_0x1eeb22[_0x3d9131(0x600,0x5a0,0x5cf,_0x250428._0x233d86)],_0x5bd872[_0x5c0910(-0x49,-_0x250428._0x5af8c8,-_0x250428._0x34666b,-0xb7)]='Template\x20\x27'+_0x24bbcb+(_0x3d9131(0x607,0x655,_0x250428._0x5b1f1e,0x5e0)+'d'),_0x230198[_0x5c0910(-0xdc,-0xf7,-0xb4,-0xee)](-0x1503+0x268c+0x2b*-0x5f)[_0x5c0910(-_0x250428._0x3cd4bc,-0x47,-_0x250428._0x19392b,-0x43)](_0x5bd872);}else{const _0x47b01e={};return _0x47b01e[_0x5c0910(-0x5c,-_0x250428._0x1a7316,-_0x250428._0x45eba5,-_0x250428._0x49c393)]=_0x1eeb22[_0x5c0910(-0x9c,-0xbe,-_0x250428._0xdbd2e0,-_0x250428._0x51b5a8)],_0x47b01e[_0x5c0910(-_0x250428._0x44a1d1,-0x45,-0x73,-0x2c)]=_0x5c0910(-0x8c,-_0x250428._0x4c0497,-_0x250428._0x294006,-0x160)+'mplate\x20nam'+'e',_0x448a59[_0x3d9131(_0x250428._0x562ced,0x598,_0x250428._0x2e18a2,0x54d)](0x56d*0x2+0x69e+-0xfe8)['json'](_0x47b01e);}}if(_0x1eeb22[_0x3d9131(_0x250428._0x5106d4,0x527,0x524,0x52e)](_0x31840a,undefined)){const _0x184cb5={};return _0x184cb5[_0x5c0910(-0x2c,-_0x250428._0x1a7316,0xd,-_0x250428._0x4001f1)]=_0x3d9131(0x5b3,_0x250428._0xdf8c5e,0x5eb,0x55d)+'t',_0x184cb5[_0x3d9131(_0x250428._0x187224,_0x250428._0xb497a,_0x250428._0x5a4096,0x6e6)]=_0x1eeb22['SmGkz'],_0x448a59[_0x3d9131(0x5cd,0x5d4,0x57c,_0x250428._0x2b364b)](0x7c+0x2263+-0x214f)['json'](_0x184cb5);}logger[_0x5c0910(0xc,-0x40,-_0x250428._0x5b9931,-0xa9)](_0x1eeb22['qbTgf'],{'taskId':_0x515403[_0x5c0910(-_0x250428._0x43f194,-_0x250428._0xc88d69,-_0x250428._0x306056,-_0x250428._0x27cd1e)],'environment':_0x30e44d,'template':_0x449c23,'userId':_0x334099['id'],'hasMetadata':_0x1eeb22['BPMpX'](_0xd23c55,undefined)});const _0x3e9472=_0xd39636[_0x3d9131(_0x250428._0x21c005,0x674,0x646,0x6a9)](_0x3fcafd,_0x1eeb22['gJuvn']),_0x2f8eda=_0xd39636[_0x5c0910(-0x6b,-_0x250428._0x52e2a8,-_0x250428._0x119a18,-_0x250428._0x5c1893)](_0x3e9472,_0x449c23+_0x5c0910(-_0x250428._0x5a6cc9,-_0x250428._0xa2adee,-_0x250428._0x3f6464,-_0x250428._0x421396)),_0x29dc9e=_0xd39636[_0x5c0910(-0xb4,-0x87,-0xc,-0x20)](_0x3e9472,_0x449c23+_0x5c0910(-0x132,-_0x250428._0x177f81,-0x118,-0x40)),_0x15214c=new Date()['toISOStrin'+'g']();try{const _0x31f199=_0x1eeb22['txVmi'][_0x5c0910(-_0x250428._0x3df6c3,-0x110,-_0x250428._0x3a8081,-0x164)]('|');let _0x1cf988=0x1896+0x2a5*-0x8+-0x36e;while(!![]){switch(_0x31f199[_0x1cf988++]){case'0':const _0x5ae000={};_0x5ae000[_0x3d9131(_0x250428._0x285817,0x6ae,_0x250428._0x1cb7bb,_0x250428._0x4b9b12)]=!![],_0x5ae000[_0x5c0910(-_0x250428._0x227537,-_0x250428._0x32b8a4,-_0x250428._0x45cd68,-0x6e)]=_0x449c23,_0x5ae000[_0x5c0910(-0x33,-_0x250428._0x34a51c,-0xf,-0x34)+'t']=_0x30e44d,_0x5ae000[_0x5c0910(-_0x250428._0x53d3b7,-0xe3,-_0x250428._0x857060,-0xde)]=_0x15214c,_0x5ae000[_0x5c0910(-0x148,-_0x250428._0x1dbb6e,-0x134,-_0x250428._0x45395a)+'askId']=_0x515403[_0x3d9131(_0x250428._0x288190,_0x250428._0x47c78a,_0x250428._0x131c10,_0x250428._0x23a1de)],_0x5ae000[_0x3d9131(_0x250428._0x126aa4,_0x250428._0x1d1c20,0x5c9,_0x250428._0x3b590e)+_0x3d9131(0x666,0x650,_0x250428._0x3f65c4,0x621)]=_0x334099['id'],_0x448a59[_0x5c0910(-0xbb,-_0x250428._0x5ac17d,-0x69,-_0x250428._0x1807a8)](_0x5ae000);continue;case'1':_0x1eeb22[_0x3d9131(0x659,0x6dc,_0x250428._0x19faf3,_0x250428._0x4b4571)](_0xd23c55,undefined)&&_0x1eeb22[_0x3d9131(0x659,0x608,0x686,0x67a)](_0xd23c55,null)&&await _0x21ef2e[_0x3d9131(0x650,_0x250428._0x4bd70b,_0x250428._0x3f65c4,0x648)](_0x29dc9e,JSON[_0x5c0910(-_0x250428._0x5c8cb5,-0x11e,-0x16d,-_0x250428._0x52e900)](_0xd23c55,null,-0x59*-0x47+0xcc7+-0x2574*0x1),_0x1eeb22['zkhrm']);continue;case'2':await _0x21ef2e[_0x5c0910(-0xc4,-_0x250428._0x511cc5,-0x8e,-0x21)](_0x2f8eda,_0x31840a,_0x5c0910(-_0x250428._0x1317b8,-_0x250428._0x3df65c,-0xd5,-0x18e));continue;case'3':const _0x18d476={};_0x18d476[_0x3d9131(0x5b0,0x618,_0x250428._0x55780d,0x54d)]=!![],await _0x21ef2e[_0x5c0910(-0x102,-_0x250428._0x1b4fba,-_0x250428._0x4fe6da,-_0x250428._0x4325ba)](_0x3e9472,_0x18d476);continue;case'4':const _0x54adb1={};_0x54adb1[_0x5c0910(-_0x250428._0x184283,-_0x250428._0xc88d69,-_0x250428._0x2a277d,-0x47)]=_0x515403['taskId'],_0x54adb1[_0x5c0910(-_0x250428._0x51b5a8,-0x84,-_0x250428._0x24e501,-_0x250428._0x472129)+'t']=_0x30e44d,_0x54adb1[_0x3d9131(0x641,0x5e0,_0x250428._0x27f02f,0x6a8)]=_0x449c23,_0x54adb1[_0x5c0910(-0x86,-_0x250428._0x4e0098,-0x148,-_0x250428._0x5009f7)]=_0x334099['id'],logger['info'](_0x1eeb22[_0x3d9131(0x5a1,0x5ff,_0x250428._0x43d264,_0x250428._0x1ba8d3)],_0x54adb1);continue;}break;}}catch(_0x22fc50){if(_0x1eeb22[_0x5c0910(-_0x250428._0x305c62,-0xed,-0xa6,-_0x250428._0x1e260d)](_0x1eeb22[_0x5c0910(-0x46,-0x92,-0xed,-0xbf)],_0x1eeb22[_0x3d9131(_0x250428._0x3c4edb,0x6e0,0x61b,0x6dd)])){const _0x4c388b={};_0x4c388b[_0x3d9131(_0x250428._0x288190,_0x250428._0x59dc21,0x61b,_0x250428._0x1fe204)]=_0x5e5192[_0x3d9131(0x646,0x5ec,0x601,_0x250428._0x382158)],_0x4c388b[_0x5c0910(-0xc8,-0x84,-_0x250428._0x190cd0,-0xd1)+'t']=_0x35bab8,_0x4c388b[_0x3d9131(_0x250428._0x5647f8,0x63c,_0x250428._0xa47e6d,_0x250428._0x440403)]=_0x1735ae,_0x4c388b[_0x5c0910(0x23,-_0x250428._0x2c3283,-0x15,-_0x250428._0x2c3283)]=_0x1dd76e['message'],_0x51ef3f[_0x5c0910(-_0x250428._0x1b2d61,-0x38,-_0x250428._0x254467,-0x8c)](_0x5c0910(-0x107,-_0x250428._0x61b18e,-_0x250428._0x560e0c,-_0x250428._0xfad071)+_0x3d9131(_0x250428._0x109256,_0x250428._0x48fea7,0x637,0x6c6)+'ate',_0x4c388b);const _0x2b3e23={};_0x2b3e23[_0x3d9131(0x68c,_0x250428._0x69774a,_0x250428._0x46663d,_0x250428._0x55fe27)]=_0x1eeb22[_0x3d9131(0x594,_0x250428._0x1a7b80,0x605,0x51f)],_0x2b3e23[_0x5c0910(-0x2,-_0x250428._0x284784,-0x8c,-0x38)]=_0x1eeb22['uleuA'],_0x44ed79[_0x3d9131(0x5cd,0x62c,0x634,_0x250428._0x533505)](-0x108a+-0x1174+-0x56*-0x6b)[_0x5c0910(-0x38,-0x47,-0x2a,-_0x250428._0x5c2bd4)](_0x2b3e23);}else{const _0x5b8681={};_0x5b8681[_0x3d9131(_0x250428._0x4ba74a,0x5f5,0x5d3,_0x250428._0x3dea89)]=_0x515403['taskId'],_0x5b8681[_0x3d9131(_0x250428._0x3546d8,_0x250428._0x51bda8,_0x250428._0x4bf5e3,_0x250428._0x42d886)+'t']=_0x30e44d,_0x5b8681[_0x3d9131(_0x250428._0x5647f8,0x65b,_0x250428._0x2a5845,_0x250428._0x40009a)]=_0x449c23,_0x5b8681[_0x3d9131(0x68c,0x62a,0x6bf,0x6b6)]=_0x22fc50['message'],logger[_0x5c0910(-0xb1,-_0x250428._0x2c3283,-0x8,_0x250428._0x45eba5)](_0x1eeb22['PgibS'],_0x5b8681);const _0x5892fb={};_0x5892fb[_0x3d9131(0x68c,0x6e4,_0x250428._0x41ab82,0x687)]=_0x1eeb22[_0x5c0910(-0xb4,-_0x250428._0x4f0b0a,-0xc6,-0xc3)],_0x5892fb[_0x3d9131(0x67f,0x651,0x687,0x6f9)]=_0x1eeb22[_0x5c0910(-_0x250428._0x1a5754,-_0x250428._0x1c2729,-_0x250428._0x15f861,-_0x250428._0x2133f6)],_0x448a59[_0x3d9131(_0x250428._0x562ced,0x570,_0x250428._0x458474,0x556)](0x3*0x78d+-0x2fd*0xc+0x1*0xf29)[_0x5c0910(-_0x250428._0x190cd0,-_0x250428._0xffacbf,-_0x250428._0x312310,-0x5e)](_0x5892fb);}}}),router[_0x2971a8(0x4f3,0x5de,0x570,0x580)](_0x2971a8(0x594,0x612,0x5d4,0x624)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x31c094,_0x1bdecb)=>{const _0x266a08={_0x24b3e5:0xed,_0x6dae94:0x164,_0x2dad65:0x13a,_0x2d9dd1:0x19d,_0x5a72f8:0xfd,_0x3f7ddd:0x179,_0x4f402f:0xcd,_0x14f841:0xb6,_0x3ecfd3:0x34,_0x73b2c0:0x14c,_0x53eacd:0x1ab,_0x25e7ac:0x1b2,_0x382bb9:0xf4,_0xe426ec:0x16f,_0x1702c3:0xe7,_0x3cab1d:0x166,_0x5e800e:0x101,_0x11627a:0x10c,_0x5d28ee:0x1e4,_0x45c0d4:0x1f3,_0x1930af:0x1aa,_0x57b2a7:0x198,_0x7ca6a9:0x14b,_0x5016f0:0xee,_0x36ae1f:0xd6,_0x17d966:0x168,_0x292ac7:0x14a,_0x45ba84:0x154,_0xaa28a5:0xea,_0x7b96c5:0x190,_0x432f2b:0x11f,_0x1d95ba:0xb3,_0x37c0b9:0x53,_0x169c51:0x2f,_0x48100a:0x24f,_0x488d09:0x146,_0x4e4541:0x1c8,_0x38b0fa:0x96,_0x3250fc:0x66,_0x3e7ef1:0x128,_0x473f9c:0x9f,_0x5da354:0x5b,_0x363064:0x1ac,_0x257795:0x229,_0xd76890:0xd2,_0x5a0b49:0xbe,_0x38632a:0x13,_0x1cb9c3:0x20,_0x27de3d:0x224,_0x541e38:0x160,_0x1a3db2:0x22c,_0x7409ca:0x174,_0x592166:0x161,_0x50c46c:0xde,_0x47b66e:0x67,_0x1e50f1:0x1c8,_0x2d6069:0x24a,_0x39ac68:0xf8,_0x200320:0x148,_0x45ff9:0x103,_0xddb416:0xd7,_0x3bbfbd:0x110,_0x67a579:0x178,_0x24c2e5:0x170,_0x1eb150:0x1d6,_0x235062:0x1aa,_0x11ed0d:0x24d,_0x1a6cfc:0x21d,_0x49ddfd:0x228,_0x29b5e7:0x1a0,_0x405348:0x18f,_0x4337dc:0x161,_0x1b8c01:0x20f,_0x2cdca5:0x17a,_0x18d7ec:0x1bc,_0x502e69:0xba,_0x2474a8:0xaf,_0x55faf2:0x11d,_0x2b09c1:0xad,_0x102762:0xe7,_0x18e7a7:0x276,_0x17b153:0x217,_0x3ee9b6:0x1a6,_0x197ff9:0x1ce,_0x44f1f4:0x192,_0x2aa863:0x15c,_0x46005a:0x138,_0x36df52:0x16b,_0x4c6063:0x171,_0x7671a8:0x208,_0x3791da:0x196,_0x4005f4:0x225,_0x3b4d25:0x1ec,_0x3a2dcd:0x217,_0x321038:0x1c3,_0x23ef38:0x241,_0x565403:0x1b1,_0x457926:0x19c,_0x5a2c6d:0x1b9,_0x26720f:0x16a,_0x1ecfbe:0x151,_0x23db9d:0x12c,_0xd8d215:0xdd,_0x2dabe4:0x208,_0x33d445:0x1e9,_0x49136e:0x1b7,_0x5ca610:0x169,_0x545831:0x184,_0x3e6f7c:0x76,_0x5dd08f:0xcd,_0xb34a00:0x8c,_0x2d65a6:0xe0,_0x10ad15:0x143,_0x1af42c:0x5e,_0x4dc075:0x259,_0x47ca77:0x242,_0xbaeadf:0x94,_0x1ce038:0x12,_0x456368:0x87,_0x2eb2e1:0x5f,_0x5984c1:0x100,_0x4ade47:0x23f,_0x39bfb8:0x238,_0x34ae03:0x19e,_0x674519:0x11b,_0x395b8b:0xfc,_0x1d27da:0x158,_0xe44dd:0x1cd,_0x32ed99:0x234,_0x424f3a:0x23a},_0x323af4={_0xa2ad44:0x401},_0x450faf={_0xbc6f91:0x18b,_0x5b04bd:0x69f},_0xcc31ff={};_0xcc31ff[_0x57fded(-0xd7,-_0x266a08._0x24b3e5,-0xa7,-0xfa)]=_0x29c78f(0x15c,_0x266a08._0x6dae94,_0x266a08._0x2dad65,0x17b)+'read\x20AGENT'+'S.md',_0xcc31ff['EJOhQ']=_0x29c78f(_0x266a08._0x2d9dd1,0x164,0x14d,0xf7)+_0x57fded(-0x108,-_0x266a08._0x5a72f8,-0x180,-0x9f)+_0x57fded(-0xb5,-0x105,-_0x266a08._0x3f7ddd,-_0x266a08._0x4f402f)+'le',_0xcc31ff[_0x57fded(-0x12b,-_0x266a08._0x14f841,-0x4c,-_0x266a08._0x3ecfd3)]='Bad\x20Reques'+'t',_0xcc31ff['RSdpK']=_0x57fded(-0x109,-_0x266a08._0x73b2c0,-0xc9,-0x169)+_0x29c78f(0x1dc,_0x266a08._0x53eacd,0x22e,_0x266a08._0x25e7ac)+'te',_0xcc31ff['ckEOO']=_0x57fded(-0x121,-0x108,-0x14b,-_0x266a08._0x382bb9)+_0x29c78f(_0x266a08._0xe426ec,0x14c,0x1b9,0xf5)+_0x57fded(-0x104,-0xff,-0x8d,-0xed),_0xcc31ff['SnhZr']=_0x57fded(-_0x266a08._0x1702c3,-_0x266a08._0x3cab1d,-0x1c5,-0x1b7),_0xcc31ff['gRElz']='cKHNG',_0xcc31ff[_0x57fded(-_0x266a08._0x5e800e,-0x174,-0x1e8,-_0x266a08._0x11627a)]='Not\x20Found',_0xcc31ff[_0x29c78f(_0x266a08._0x5d28ee,_0x266a08._0x45c0d4,_0x266a08._0x1930af,_0x266a08._0x57b2a7)]=_0x29c78f(0x11d,_0x266a08._0x6dae94,_0x266a08._0x7ca6a9,_0x266a08._0x5016f0)+_0x57fded(-_0x266a08._0x36ae1f,-0x149,-0x157,-_0x266a08._0x17d966)+_0x57fded(-_0x266a08._0x292ac7,-_0x266a08._0x45ba84,-_0x266a08._0xaa28a5,-_0x266a08._0x7b96c5),_0xcc31ff['PeHFd']='Internal\x20S'+'erver\x20Erro'+'r';function _0x57fded(_0x21ab4f,_0x3af4b9,_0x880a36,_0x93f86e){return _0x2971a8(_0x93f86e,_0x3af4b9-_0x450faf._0xbc6f91,_0x3af4b9- -_0x450faf._0x5b04bd,_0x93f86e-0x5c);}const _0x480c26=_0xcc31ff,{callingTask:_0x2097dc,taskUser:_0x414129,environmentName:_0x117eed,environmentPath:_0xc64b50}=_0x31c094,{name:_0x29af38}=_0x31c094[_0x57fded(-0x1a2,-_0x266a08._0x432f2b,-_0x266a08._0x1d95ba,-0x124)];if(_0x29af38['includes']('/')||_0x29af38['includes']('\x5c')||_0x29af38[_0x57fded(-_0x266a08._0x37c0b9,-0x8c,-0xf0,-_0x266a08._0x169c51)]('..')){const _0x5f2cb9={};return _0x5f2cb9['error']=_0x480c26['evOkJ'],_0x5f2cb9[_0x29c78f(0x20b,0x20a,0x273,_0x266a08._0x48100a)]='Invalid\x20te'+'mplate\x20nam'+'e',_0x1bdecb[_0x57fded(-0x1b0,-_0x266a08._0x488d09,-_0x266a08._0x4e4541,-0x1bb)](-0x9*0x36d+-0x1dd5+0x3e3a)[_0x57fded(-0x6b,-_0x266a08._0x38b0fa,-_0x266a08._0x3250fc,-0x7d)](_0x5f2cb9);}const _0xa876a4={};_0xa876a4[_0x57fded(-_0x266a08._0x3e7ef1,-0xcd,-_0x266a08._0x473f9c,-_0x266a08._0x5da354)]=_0x2097dc[_0x29c78f(_0x266a08._0x363064,0x1d1,_0x266a08._0x257795,0x250)],_0xa876a4[_0x29c78f(0x1c8,0x1cb,0x1cc,0x1c2)+'t']=_0x117eed,_0xa876a4[_0x57fded(-0x144,-_0x266a08._0xd76890,-_0x266a08._0x5a0b49,-0x124)]=_0x29af38;function _0x29c78f(_0x2a3369,_0x1e07db,_0x25a696,_0x5846bd){return _0x2971a8(_0x5846bd,_0x1e07db-0x1cc,_0x1e07db- -_0x323af4._0xa2ad44,_0x5846bd-0x1ac);}_0xa876a4['userId']=_0x414129['id'],logger[_0x57fded(-_0x266a08._0x38632a,-0x8f,-_0x266a08._0x1cb9c3,-0xf)](_0x480c26[_0x29c78f(_0x266a08._0x27de3d,0x1ae,0x220,_0x266a08._0x541e38)],_0xa876a4);const _0x205cc5=_0xd39636[_0x29c78f(0x222,0x1c8,_0x266a08._0x1a3db2,0x18d)](_0xc64b50,_0x29c78f(0x1db,_0x266a08._0x7409ca,0x1c4,_0x266a08._0x592166)+_0x57fded(-_0x266a08._0x50c46c,-0xe9,-0x7a,-_0x266a08._0x47b66e)),_0x31b26d=_0xd39636[_0x29c78f(0x22d,_0x266a08._0x1e50f1,0x1cb,_0x266a08._0x2d6069)](_0x205cc5,_0x29af38+'.md'),_0x222f27=_0xd39636[_0x57fded(-_0x266a08._0x39ac68,-0xd6,-_0x266a08._0x200320,-0xf2)](_0x205cc5,_0x29af38+'.json');try{await _0x21ef2e[_0x57fded(-0x113,-_0x266a08._0x45ff9,-0xcf,-0x145)](_0x31b26d),await _0x21ef2e[_0x29c78f(_0x266a08._0xddb416,0x12e,_0x266a08._0x3bbfbd,_0x266a08._0x67a579)](_0x31b26d);try{await _0x21ef2e[_0x57fded(-0x14d,-_0x266a08._0x24c2e5,-_0x266a08._0x1eb150,-0x10a)](_0x222f27);}catch{}const _0x2be3cd={};_0x2be3cd['taskId']=_0x2097dc[_0x29c78f(_0x266a08._0x235062,0x1d1,_0x266a08._0x11ed0d,0x15f)],_0x2be3cd[_0x29c78f(0x196,0x1cb,_0x266a08._0x1a6cfc,_0x266a08._0x49ddfd)+'t']=_0x117eed,_0x2be3cd[_0x29c78f(_0x266a08._0x29b5e7,0x1cc,0x236,0x1d7)]=_0x29af38,_0x2be3cd[_0x57fded(-_0x266a08._0x405348,-0x114,-_0x266a08._0x45ba84,-_0x266a08._0x4337dc)]=_0x414129['id'],logger[_0x29c78f(0x1ca,_0x266a08._0x1b8c01,0x1bb,0x1f7)](_0x480c26['ckEOO'],_0x2be3cd);const _0x5655ba={};_0x5655ba['success']=!![],_0x5655ba[_0x29c78f(0x275,0x1f2,0x1df,_0x266a08._0x2cdca5)]=_0x29af38,_0x5655ba['environmen'+'t']=_0x117eed,_0x5655ba[_0x29c78f(0x185,_0x266a08._0x18d7ec,0x170,0x1ee)+'askId']=_0x2097dc[_0x57fded(-0xe2,-0xcd,-_0x266a08._0x502e69,-_0x266a08._0x2474a8)],_0x5655ba['deletedByU'+_0x57fded(-_0x266a08._0x55faf2,-_0x266a08._0x2b09c1,-0x69,-_0x266a08._0x102762)]=_0x414129['id'],_0x1bdecb[_0x29c78f(_0x266a08._0x18e7a7,0x208,0x217,_0x266a08._0x17b153)](_0x5655ba);}catch(_0x14df72){if(_0x14df72['code']===_0x480c26['SnhZr']){if(_0x480c26[_0x29c78f(0x123,0x182,_0x266a08._0x3ee9b6,0x145)]===_0x480c26[_0x29c78f(_0x266a08._0x197ff9,0x182,0x135,_0x266a08._0x44f1f4)]){const _0x30b8d0={};_0x30b8d0['error']=_0x480c26['DPhJg'],_0x30b8d0['message']=_0x29c78f(0xd3,0x151,_0x266a08._0x2aa863,0xd9)+_0x29af38+(_0x29c78f(_0x266a08._0x46005a,0x192,0x121,0x213)+'d'),_0x1bdecb[_0x29c78f(_0x266a08._0x36df52,0x158,0x14e,_0x266a08._0x4c6063)](0x709+0x18c6+-0x6d*0x47)[_0x29c78f(0x211,_0x266a08._0x7671a8,0x1be,_0x266a08._0x3791da)](_0x30b8d0);}else{const _0x2b69e9={};_0x2b69e9['taskId']=_0x3ddf6c[_0x29c78f(0x24e,0x1d1,_0x266a08._0x4005f4,_0x266a08._0x3b4d25)],_0x2b69e9['environmen'+'t']=_0x484533,_0x2b69e9[_0x29c78f(0x215,_0x266a08._0x3a2dcd,0x28f,0x203)]=_0x297aa3[_0x57fded(-_0x266a08._0x473f9c,-0x94,-0xd2,-0x40)],_0x1afafd[_0x29c78f(0x212,0x217,_0x266a08._0x321038,_0x266a08._0x23ef38)](_0x480c26[_0x29c78f(0x20a,_0x266a08._0x565403,0x1b6,0x14c)],_0x2b69e9);const _0x73eecd={};_0x73eecd[_0x29c78f(0x239,0x217,_0x266a08._0x1b8c01,_0x266a08._0x1a3db2)]=_0x57fded(-0x12b,-0x17c,-_0x266a08._0x457926,-_0x266a08._0x5a2c6d)+_0x29c78f(0x101,_0x266a08._0x26720f,0x1ba,0xff)+'r',_0x73eecd[_0x29c78f(0x1e5,0x20a,0x189,0x1b3)]=_0x480c26[_0x57fded(-0x1b6,-_0x266a08._0x1ecfbe,-_0x266a08._0x23db9d,-_0x266a08._0x5a2c6d)],_0x1e2ba5[_0x57fded(-0x18c,-0x146,-0xcc,-_0x266a08._0xd8d215)](0x955*-0x1+-0x27*0xcf+-0x1*-0x2ad2)[_0x29c78f(0x1f0,_0x266a08._0x2dabe4,_0x266a08._0x33d445,_0x266a08._0x49136e)](_0x73eecd);}}else{const _0x51a34c={};_0x51a34c[_0x29c78f(0x16a,0x1d1,_0x266a08._0x5ca610,_0x266a08._0x545831)]=_0x2097dc[_0x57fded(-_0x266a08._0x3e6f7c,-_0x266a08._0x5dd08f,-_0x266a08._0xb34a00,-_0x266a08._0x2d65a6)],_0x51a34c['environmen'+'t']=_0x117eed,_0x51a34c[_0x57fded(-0xcd,-0xd2,-_0x266a08._0x10ad15,-_0x266a08._0x1af42c)]=_0x29af38,_0x51a34c[_0x29c78f(_0x266a08._0x4dc075,0x217,0x274,_0x266a08._0x47ca77)]=_0x14df72[_0x57fded(-_0x266a08._0x4f402f,-_0x266a08._0xbaeadf,-_0x266a08._0x1ce038,-0xab)],logger['error'](_0x480c26['BGQLw'],_0x51a34c);const _0x154318={};_0x154318[_0x57fded(-0x66,-_0x266a08._0x456368,-_0x266a08._0x2eb2e1,-_0x266a08._0x5984c1)]=_0x480c26[_0x29c78f(0x15b,0x1d5,_0x266a08._0x4ade47,_0x266a08._0x39bfb8)],_0x154318[_0x29c78f(_0x266a08._0x34ae03,0x20a,0x25f,_0x266a08._0x4005f4)]=_0x480c26[_0x57fded(-0x115,-0xab,-_0x266a08._0x674519,-0x2e)],_0x1bdecb[_0x29c78f(_0x266a08._0x395b8b,_0x266a08._0x1d27da,0xfa,_0x266a08._0xe44dd)](-0x8f9*-0x2+-0xa02+-0x17f*0x4)[_0x29c78f(_0x266a08._0x32ed99,_0x266a08._0x7671a8,_0x266a08._0x424f3a,0x247)](_0x154318);}}});export default router;