@profoundlogic/coderflow-server 0.6.7 → 0.6.8

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 (172) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-aliases.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright.config.js +1 -1
  96. package/dist/playwright.task-terminal.config.js +1 -1
  97. package/dist/routes/apiKeys.js +1 -1
  98. package/dist/routes/auth-oidc.js +1 -1
  99. package/dist/routes/auth.js +1 -1
  100. package/dist/routes/automations.js +1 -1
  101. package/dist/routes/bindings.js +1 -1
  102. package/dist/routes/build.js +1 -1
  103. package/dist/routes/containers.js +1 -1
  104. package/dist/routes/deploy-task.js +1 -1
  105. package/dist/routes/environment-management.js +1 -1
  106. package/dist/routes/environments.js +1 -1
  107. package/dist/routes/external-skills.js +1 -1
  108. package/dist/routes/git-credentials.js +1 -1
  109. package/dist/routes/git-oauth.js +1 -1
  110. package/dist/routes/git-provider-setup.js +1 -1
  111. package/dist/routes/health.js +1 -1
  112. package/dist/routes/jira.js +1 -1
  113. package/dist/routes/objective-management.js +1 -1
  114. package/dist/routes/password.js +1 -1
  115. package/dist/routes/prompt.js +1 -1
  116. package/dist/routes/provider-auth.js +1 -1
  117. package/dist/routes/qa.js +1 -1
  118. package/dist/routes/roles.js +1 -1
  119. package/dist/routes/settings.js +1 -1
  120. package/dist/routes/skill-management.js +1 -1
  121. package/dist/routes/skills.js +1 -1
  122. package/dist/routes/tasks.js +1 -1
  123. package/dist/routes/teams.js +1 -1
  124. package/dist/routes/templates.js +1 -1
  125. package/dist/routes/test-task.js +1 -1
  126. package/dist/routes/test.js +1 -1
  127. package/dist/routes/users.js +1 -1
  128. package/dist/routes/visualizations.js +1 -1
  129. package/dist/scripts/create-user.js +1 -1
  130. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  131. package/dist/start.js +1 -1
  132. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  133. package/dist/web-ui/public/activity-feed.js +1 -1
  134. package/dist/web-ui/public/activity-formatters.js +1 -1
  135. package/dist/web-ui/public/agent-event-parser.js +1 -1
  136. package/dist/web-ui/public/app.js +1 -1
  137. package/dist/web-ui/public/approve-dialog.js +1 -1
  138. package/dist/web-ui/public/automation-links.js +1 -1
  139. package/dist/web-ui/public/automation-schedule.js +1 -1
  140. package/dist/web-ui/public/comments-widget.js +1 -1
  141. package/dist/web-ui/public/diff-utils.js +1 -1
  142. package/dist/web-ui/public/environments.js +1 -1
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/file-selection-tree.js +1 -1
  145. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  146. package/dist/web-ui/public/git-history.js +1 -1
  147. package/dist/web-ui/public/git-status.js +1 -1
  148. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  149. package/dist/web-ui/public/index.js +1 -1
  150. package/dist/web-ui/public/login.js +1 -1
  151. package/dist/web-ui/public/markdown-editor.js +1 -1
  152. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  153. package/dist/web-ui/public/modal-maximize.js +1 -1
  154. package/dist/web-ui/public/notifications.js +1 -1
  155. package/dist/web-ui/public/permissions.js +1 -1
  156. package/dist/web-ui/public/pr-dialog.js +1 -1
  157. package/dist/web-ui/public/roles.js +1 -1
  158. package/dist/web-ui/public/server-health.js +1 -1
  159. package/dist/web-ui/public/settings.js +1 -1
  160. package/dist/web-ui/public/setup-password.js +1 -1
  161. package/dist/web-ui/public/skills.js +1 -1
  162. package/dist/web-ui/public/sse-client.js +1 -1
  163. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  164. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  165. package/dist/web-ui/public/task.js +1 -1
  166. package/dist/web-ui/public/teams.js +1 -1
  167. package/dist/web-ui/public/terminal.js +1 -1
  168. package/dist/web-ui/public/theme.js +1 -1
  169. package/dist/web-ui/public/users.js +1 -1
  170. package/dist/web-ui/public/variant-grouping.js +1 -1
  171. package/package.json +1 -1
  172. package/dist/start.js.bak +0 -1381
@@ -1 +1 @@
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;
1
+ function _0x109b82(_0x154f5b,_0x543365,_0x324658,_0x4bbf40){return _0x163f(_0x324658-0x270,_0x154f5b);}function _0x163f(_0x4273e0,_0x4ba5f8){_0x4273e0=_0x4273e0-(-0xc1*-0x31+0x80*-0x4e+0xc5*0x5);const _0x5ef226=_0x56ee();let _0x4a1605=_0x5ef226[_0x4273e0];if(_0x163f['mrbEKe']===undefined){var _0x977bf4=function(_0xedc3ab){const _0x4b1f0a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xf6dfa4='',_0x37678e='';for(let _0x4df5df=0x18d1+0x1a3f*-0x1+-0x7a*-0x3,_0x17794a,_0x4398bc,_0x53b39b=-0x2*0xa9c+-0x15*-0xa3+-0x31*-0x29;_0x4398bc=_0xedc3ab['charAt'](_0x53b39b++);~_0x4398bc&&(_0x17794a=_0x4df5df%(0x1d3c+-0x779+-0x15bf*0x1)?_0x17794a*(0xc11+-0x8cb*0x1+0x1*-0x306)+_0x4398bc:_0x4398bc,_0x4df5df++%(-0x1*0x722+-0x26af*0x1+0x2dd5))?_0xf6dfa4+=String['fromCharCode'](-0x1*-0x213a+0x4c6+-0x2501&_0x17794a>>(-(0x1ade+-0xd72*-0x2+-0x35c0)*_0x4df5df&-0x2*-0x40e+-0x12*-0x17b+-0x6*0x5ca)):-0x4*0x68f+-0x1*-0x2509+0x7*-0x18b){_0x4398bc=_0x4b1f0a['indexOf'](_0x4398bc);}for(let _0x49ed74=0x9*0x83+-0x3*-0x25d+-0x5d9*0x2,_0x4ab138=_0xf6dfa4['length'];_0x49ed74<_0x4ab138;_0x49ed74++){_0x37678e+='%'+('00'+_0xf6dfa4['charCodeAt'](_0x49ed74)['toString'](0x1*0x1e7e+0x5*-0x111+-0x5*0x505))['slice'](-(-0x26ff+-0x2575+0x4c76));}return decodeURIComponent(_0x37678e);};_0x163f['aHZaTP']=_0x977bf4,_0x163f['xzJugu']={},_0x163f['mrbEKe']=!![];}const _0x1f151f=_0x5ef226[-0x5*0x16f+-0x1*-0x23d5+0x98e*-0x3],_0x2cd38a=_0x4273e0+_0x1f151f,_0x36d96e=_0x163f['xzJugu'][_0x2cd38a];return!_0x36d96e?(_0x4a1605=_0x163f['aHZaTP'](_0x4a1605),_0x163f['xzJugu'][_0x2cd38a]=_0x4a1605):_0x4a1605=_0x36d96e,_0x4a1605;}(function(_0x3a10b0,_0xfd389b){const _0xa5262e={_0x2bed96:0x205,_0x5d011c:0x271,_0x4fcf3a:0x228,_0x596ad8:0x483,_0x40f5d9:0x418,_0xc716b6:0x292,_0x3ad819:0x2b0,_0x47ab95:0x161,_0x2bb268:0x4d3,_0x2d816f:0x523,_0x5f28cf:0x556,_0x8aaa6b:0x4eb,_0x249f25:0x17a,_0x310859:0x1b1,_0xb76649:0x1e8,_0x39389e:0x2cc,_0x3b6a5e:0x232,_0x4373ea:0x207,_0x385e71:0x26a,_0x335439:0x242,_0x4cd1f9:0x450},_0x28047d={_0x5db842:0x2a7},_0x1283dc=_0x3a10b0();function _0x5f148a(_0x524999,_0x6795f1,_0x43602b,_0x1a41af){return _0x163f(_0x1a41af- -0x3f,_0x43602b);}function _0x4fbf88(_0x1bde95,_0x51bf29,_0x5880ec,_0x4d2756){return _0x163f(_0x5880ec-_0x28047d._0x5db842,_0x4d2756);}while(!![]){try{const _0x77f1c9=-parseInt(_0x5f148a(_0xa5262e._0x2bed96,_0xa5262e._0x5d011c,0x232,_0xa5262e._0x4fcf3a))/(-0x93*0x3+-0x6cc+0x886)+parseInt(_0x4fbf88(0x4c0,0x4d9,_0xa5262e._0x596ad8,_0xa5262e._0x40f5d9))/(-0x5*-0x6b+-0x16f2+0x14dd)*(parseInt(_0x5f148a(0x2b4,0x307,_0xa5262e._0xc716b6,_0xa5262e._0x3ad819))/(0x3f2*-0x9+-0xf2c+-0x2ab*-0x13))+-parseInt(_0x5f148a(0x194,_0xa5262e._0x47ab95,0x1d7,0x1e0))/(0xcd9+-0x4f3*0x5+0xbea)+-parseInt(_0x4fbf88(0x460,_0xa5262e._0x2bb268,0x4e9,0x537))/(0x1e3e+-0x98b*0x2+-0xb23)+parseInt(_0x4fbf88(_0xa5262e._0x2d816f,0x5c4,_0xa5262e._0x5f28cf,_0xa5262e._0x8aaa6b))/(0x1328+-0xfca*0x1+-0x358)*(-parseInt(_0x5f148a(_0xa5262e._0x249f25,0x21a,0x228,0x1e1))/(0x184*-0x1+-0xbd9+0xd64))+parseInt(_0x5f148a(_0xa5262e._0x310859,_0xa5262e._0xb76649,0x151,0x1c3))/(-0x214+0x925+0x709*-0x1)*(parseInt(_0x5f148a(_0xa5262e._0x39389e,_0xa5262e._0x3b6a5e,_0xa5262e._0x4373ea,_0xa5262e._0x385e71))/(0x1052*0x2+0x10*0x12e+-0x337b))+parseInt(_0x5f148a(0x1f4,0x297,0x251,_0xa5262e._0x335439))/(0xd5*-0x13+-0x1fd3+0x2fac)*(parseInt(_0x4fbf88(_0xa5262e._0x4cd1f9,0x465,0x49b,0x525))/(0x1bf1+0x22a4*0x1+-0x3e8a*0x1));if(_0x77f1c9===_0xfd389b)break;else _0x1283dc['push'](_0x1283dc['shift']());}catch(_0x584a64){_0x1283dc['push'](_0x1283dc['shift']());}}}(_0x56ee,0x1f7*-0x24+-0x2cab*0x10+0x4f364));import _0x263606 from'express';import{promises as _0x589fab}from'fs';function _0x4d96c2(_0x15297f,_0x1ef56b,_0x1539ca,_0x2c0f33){return _0x163f(_0x1ef56b-0x35c,_0x2c0f33);}import _0x19d1ae from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x263606['Router']();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x3177e8){const _0x104728={_0x54ca23:0x34a,_0x14cf83:0x23d,_0x1dc769:0x2b9,_0x2003bc:0x302,_0x3fc025:0x305,_0x4e9c2d:0x376};function _0x421920(_0x57a81f,_0x506fc9,_0x424fd2,_0x318a5b){return _0x163f(_0x318a5b-0x46,_0x506fc9);}function _0x56c840(_0x4a7fb2,_0xae62d2,_0x3e5100,_0x16b527){return _0x163f(_0x16b527-0xbd,_0xae62d2);}tasks=_0x3177e8[_0x421920(_0x104728._0x54ca23,_0x104728._0x14cf83,0x341,_0x104728._0x1dc769)],setupPath=_0x3177e8['setupPath'],coderConfig=_0x3177e8[_0x56c840(0x39d,_0x104728._0x2003bc,_0x104728._0x3fc025,_0x104728._0x4e9c2d)+'g'];}export function updateCoderConfig(_0xa8df82){coderConfig=_0xa8df82;}async function requireTaskAuth(_0x3f9601,_0x523ef7,_0x125911){const _0x4587b2={_0x4fc824:0x4e0,_0x2a64e5:0x522,_0xa4ee78:0x4b9,_0x41f821:0x527,_0x5db0bc:0x4ef,_0x3c5f38:0x589,_0x1e42e7:0x600,_0x500b0c:0x5b5,_0x2e08e6:0x512,_0x54747e:0x4e0,_0x43cd71:0x485,_0x277520:0x3f9,_0x1e22ed:0x4dd,_0xa91d07:0x5aa,_0x279ae2:0x549,_0x3f646b:0x588,_0x2d2b3e:0x524,_0x60f863:0x573,_0x4d6fba:0x50b,_0x2bcab6:0x4ae,_0x276d28:0x528,_0x82cda1:0x536,_0x3cc5b1:0x465,_0x1be3f3:0x55a,_0x186854:0x3fa,_0x1c00ed:0x518,_0x5bc906:0x510,_0x4e57a3:0x48b,_0x376e89:0x56d,_0x52986f:0x52a,_0x27af01:0x48a,_0x1c4202:0x46f,_0x3bf539:0x4cc,_0x4001ae:0x49a,_0x2f9fd6:0x55c,_0x137ad1:0x55a,_0x235386:0x49b,_0x229c07:0x4cd,_0x17e184:0x476,_0x1335c9:0x55f,_0x2adf70:0x534,_0x163aa1:0x535,_0x196116:0x4d5,_0x397f67:0x537,_0x51e01d:0x49a,_0x7f5120:0x42c,_0x138bca:0x3a3,_0x45e380:0x494,_0x1d44e0:0x4be,_0x421ce9:0x5e3,_0x3e7b92:0x503,_0x37a0d7:0x54a,_0x451877:0x467,_0x1c6d89:0x3f8,_0x253dd3:0x3c0,_0x5a4ff4:0x523,_0x462c4d:0x511,_0x3848f4:0x557,_0x535151:0x4ea,_0x3ca120:0x418,_0x5835a8:0x435,_0x34ed21:0x42d,_0x2e0668:0x4d8,_0x33076a:0x56a,_0xc36e8d:0x561,_0x3bc4f4:0x466,_0x22b564:0x448,_0x4e6bcf:0x528,_0x1636ba:0x545,_0x2b93ae:0x4ed,_0xd5b866:0x5b7,_0x4d6457:0x50d,_0x560ffb:0x498,_0x4d4d70:0x4fe,_0x5b9d45:0x4c5,_0x142b63:0x4b7,_0x97460f:0x53f,_0x4d6876:0x50d,_0x1455c5:0x5c0,_0x398b1a:0x4e6,_0x2976f8:0x4f1,_0x4ebd67:0x48a,_0x3cc49b:0x49d,_0x11a490:0x4c6,_0x152b99:0x548,_0xd7e03e:0x5c3,_0x55503c:0x52d,_0x1ab8ba:0x424,_0x364ddc:0x51c,_0xd60dfb:0x543,_0x25ffe8:0x4b8,_0xffe7d:0x559,_0x1c8512:0x4e8,_0x37da42:0x43f,_0x57633c:0x540,_0x30aa04:0x57d,_0x3b8117:0x597,_0x31e0bf:0x543,_0x29f214:0x5b3,_0x44e22a:0x540,_0x3ae406:0x4eb,_0x3f033a:0x43a,_0x4078e4:0x436,_0x14bdd7:0x56b,_0x364418:0x561,_0x4a3db2:0x4b3,_0x463bd6:0x529,_0x5d691d:0x552,_0x480e1d:0x56c,_0x241c71:0x568,_0x24438a:0x452,_0x2747e1:0x448,_0x3b324e:0x56b,_0x594640:0x564,_0x463b01:0x587,_0x23d84b:0x45e,_0x292238:0x531,_0x3a0827:0x581,_0x4c9409:0x4bb,_0x5edc05:0x45b,_0x122265:0x5bf,_0x2e9fee:0x5c2,_0x3291a2:0x5c9,_0x205a9e:0x511,_0x2b199c:0x586,_0x2e654b:0x564,_0x2cf736:0x482,_0x500ce5:0x3a8,_0x360db1:0x4b5,_0x25cce1:0x5cd,_0x5a3c92:0x5ea,_0x691ecd:0x646,_0x33ea5d:0x5fc,_0x1a9e64:0x521,_0x17e153:0x498,_0xfb4eb5:0x4a1,_0x95c838:0x531,_0x4c2703:0x4b7,_0x2d3542:0x4a6,_0x1d9732:0x4ca,_0x3743de:0x4fb,_0x2337de:0x4d7,_0x25bba8:0x5d8,_0x283696:0x58c,_0xbd0394:0x4cd,_0x37ff42:0x4b2,_0x3ce327:0x4d6,_0x5d4de8:0x568,_0x224f3f:0x514,_0x5d3611:0x3bc,_0x5af6ae:0x4f6,_0x3eeb73:0x547,_0x3eef64:0x4e7,_0x1be2c0:0x3d9,_0x1e4f8a:0x3eb,_0x36a0d2:0x4bd,_0x36a978:0x4a1,_0x2fc909:0x4c1,_0x11a095:0x405,_0x2b44d9:0x4fa,_0x2ecf73:0x514,_0x59e051:0x5bf,_0x28ea49:0x615,_0x1a47c2:0x638,_0x37ed37:0x587,_0x18c6a5:0x4fc,_0x330912:0x54e,_0x3120e5:0x4ca,_0x4e532d:0x50e,_0x23aad4:0x495,_0x48f293:0x5b2,_0x2ec78b:0x4b4,_0x3d27f3:0x4ab,_0x140f47:0x490,_0x24c8ce:0x55e,_0x414d07:0x4ab,_0x326f2a:0x51f,_0x2ce23f:0x4fe,_0x4201da:0x4dc,_0x41a806:0x5ac,_0x342ed1:0x51f,_0x2241bb:0x4c0,_0x1b023a:0x4d3,_0x123c13:0x494,_0x21cf4d:0x414,_0x390c96:0x569,_0x2590d9:0x5ef,_0x1bdcef:0x560,_0x6fda71:0x4f7,_0x3264cc:0x548,_0xea9c87:0x520,_0x3b9a28:0x44c,_0x523d39:0x4df,_0x1842b3:0x449,_0x39b88b:0x461,_0x23bf31:0x47b,_0x13a618:0x3d2,_0x202591:0x4b8,_0xe78a50:0x49a,_0x4c00ea:0x3d5,_0x1244dc:0x3fc,_0x2f1e30:0x433,_0x1bf243:0x47c,_0xf3bf03:0x4dd,_0x47d411:0x49c,_0x56a6a5:0x57b,_0x163fff:0x5d0,_0x5d49bd:0x61f,_0x8dff32:0x47d,_0x3890a0:0x444,_0x2404b0:0x55d,_0x206f29:0x652,_0x1aafa4:0x543,_0x2c1426:0x435,_0x4b2404:0x54d,_0x3dc853:0x4ce,_0x194d3a:0x4a7,_0x5c9a9d:0x5a9,_0x458baf:0x5ec,_0x4f29bd:0x4a2},_0x3710ce={_0x428d4e:0x25b},_0x5d97c7={'VVTBs':_0x414a1f(_0x4587b2._0x4fc824,0x4dd,0x55c,_0x4587b2._0x2a64e5)+_0x414a1f(0x5b3,0x549,0x560,0x5b8)+_0x414a1f(0x495,0x4ba,_0x4587b2._0xa4ee78,0x536)+'ot\x20initial'+'ized','BuTxR':_0x414a1f(_0x4587b2._0x41f821,0x4f8,_0x4587b2._0x5db0bc,0x482)+_0x432467(0x5ca,_0x4587b2._0x3c5f38,_0x4587b2._0x1e42e7,_0x4587b2._0x500b0c)+'zed','TPCfT':'Failed\x20to\x20'+_0x414a1f(_0x4587b2._0x2e08e6,_0x4587b2._0x54747e,_0x4587b2._0x43cd71,0x475)+'plate','pLGIi':'x-task-id','wpHVE':function(_0x487bbe,_0x298696){return _0x487bbe===_0x298696;},'nUSri':_0x414a1f(0x470,0x459,_0x4587b2._0x277520,0x4b9),'Vtomg':_0x414a1f(0x4ff,_0x4587b2._0x1e22ed,0x56e,0x4b1)+_0x414a1f(_0x4587b2._0xa91d07,_0x4587b2._0x279ae2,_0x4587b2._0x3f646b,0x4c6)+_0x432467(_0x4587b2._0x2d2b3e,_0x4587b2._0x60f863,_0x4587b2._0x4d6fba,0x499)+_0x432467(0x520,0x538,_0x4587b2._0x2bcab6,_0x4587b2._0x276d28)+_0x414a1f(_0x4587b2._0x82cda1,0x4a4,0x51a,_0x4587b2._0x3cc5b1)+_0x414a1f(_0x4587b2._0x1be3f3,0x4f2,0x48d,0x551),'TLmIL':_0x414a1f(_0x4587b2._0x186854,0x48c,0x50d,0x49c)+'ed','jWTLQ':_0x432467(0x59b,_0x4587b2._0x1c00ed,0x5a1,0x5dc)+_0x432467(_0x4587b2._0x5bc906,_0x4587b2._0x4e57a3,_0x4587b2._0x376e89,0x583)+_0x432467(_0x4587b2._0x52986f,0x4f9,0x4b5,0x505),'Qzory':function(_0x5a6c0f,_0x34bcfd){return _0x5a6c0f!==_0x34bcfd;},'TpZeP':'BXawq','UzxBN':_0x414a1f(_0x4587b2._0x27af01,0x4dd,_0x4587b2._0x1c4202,0x4a9)+'t\x20manageme'+'nt\x20request'+_0x432467(_0x4587b2._0x3bf539,_0x4587b2._0x4001ae,_0x4587b2._0x2f9fd6,0x53c)+_0x414a1f(_0x4587b2._0x137ad1,0x515,0x56e,0x490)+'D','KqnEo':_0x414a1f(_0x4587b2._0x235386,0x4e3,_0x4587b2._0x41f821,_0x4587b2._0x229c07)+_0x414a1f(_0x4587b2._0x17e184,_0x4587b2._0x229c07,_0x4587b2._0x1335c9,_0x4587b2._0x2adf70),'jZWFr':'Task\x20has\x20n'+_0x432467(_0x4587b2._0x163aa1,0x5a0,0x4bd,_0x4587b2._0x196116)+_0x432467(0x4f2,0x480,_0x4587b2._0x397f67,_0x4587b2._0x51e01d),'ZhctO':_0x414a1f(0x408,_0x4587b2._0x7f5120,_0x4587b2._0x138bca,_0x4587b2._0x45e380)+'t','BFmRJ':_0x432467(_0x4587b2._0x1d44e0,0x42c,0x489,0x4a8)+_0x432467(0x59f,_0x4587b2._0x421ce9,0x5d7,0x5cf)+'ed\x20environ'+_0x432467(0x550,_0x4587b2._0x3e7b92,_0x4587b2._0x37a0d7,0x5ac),'ihwVW':function(_0x37ffec,_0x1b682f){return _0x37ffec(_0x1b682f);},'ihSiE':_0x414a1f(0x474,_0x4587b2._0x451877,0x3fe,_0x4587b2._0x1c6d89),'zBTGB':_0x414a1f(_0x4587b2._0x253dd3,0x42b,_0x4587b2._0xa4ee78,0x450)+_0x414a1f(_0x4587b2._0x5a4ff4,0x4fa,0x4e7,_0x4587b2._0x462c4d),'qkWjm':_0x414a1f(_0x4587b2._0x3848f4,0x4dd,_0x4587b2._0x535151,_0x4587b2._0x5a4ff4)+'t\x20not\x20foun'+'d','jemWb':_0x414a1f(_0x4587b2._0x3ca120,_0x4587b2._0x5835a8,0x46f,_0x4587b2._0x34ed21)+'ts'},_0x2b5970=_0x3f9601[_0x414a1f(0x51e,0x529,0x54e,_0x4587b2._0x2e0668)][_0x5d97c7[_0x432467(0x538,_0x4587b2._0x33076a,_0x4587b2._0xc36e8d,0x5a7)]];function _0x414a1f(_0x5b563c,_0x17a068,_0xa1b30e,_0x8d12e){return _0x163f(_0x17a068-_0x3710ce._0x428d4e,_0x8d12e);}if(!_0x2b5970){if(_0x5d97c7[_0x414a1f(0x4cd,_0x4587b2._0x3bc4f4,_0x4587b2._0x22b564,0x47d)](_0x5d97c7[_0x432467(_0x4587b2._0x4e6bcf,_0x4587b2._0x1636ba,_0x4587b2._0x2b93ae,_0x4587b2._0xd5b866)],_0x5d97c7[_0x414a1f(_0x4587b2._0x4d6457,_0x4587b2._0x560ffb,_0x4587b2._0x4d4d70,_0x4587b2._0x5b9d45)])){logger[_0x414a1f(0x53d,_0x4587b2._0x142b63,0x4a0,_0x4587b2._0x45e380)](_0x5d97c7[_0x414a1f(0x4fe,0x505,_0x4587b2._0x97460f,_0x4587b2._0x4d6876)]);const _0x1461a0={};return _0x1461a0[_0x414a1f(0x4ed,0x52f,0x511,_0x4587b2._0x1455c5)]=_0x5d97c7[_0x432467(_0x4587b2._0x462c4d,_0x4587b2._0x398b1a,0x4c7,_0x4587b2._0x2976f8)],_0x1461a0[_0x432467(0x4ca,_0x4587b2._0x4ebd67,_0x4587b2._0x3cc49b,0x4b5)]=_0x5d97c7[_0x414a1f(_0x4587b2._0x82cda1,0x51f,0x55e,_0x4587b2._0x11a490)],_0x523ef7[_0x414a1f(_0x4587b2._0xd5b866,_0x4587b2._0x152b99,_0x4587b2._0xd7e03e,0x4c2)](-0x24*-0x8+0x3*0x11e+-0x95*0x5)[_0x414a1f(0x44b,0x4b3,_0x4587b2._0x55503c,_0x4587b2._0x1ab8ba)](_0x1461a0);}else{_0x2fd58f['error'](_0x5d97c7[_0x414a1f(_0x4587b2._0x364ddc,_0x4587b2._0xd60dfb,_0x4587b2._0x25ffe8,_0x4587b2._0xffe7d)]);const _0xbf2530={};return _0xbf2530['error']=_0x414a1f(0x50e,_0x4587b2._0x5a4ff4,0x508,0x53f)+'erver\x20Erro'+'r',_0xbf2530[_0x432467(0x4ca,_0x4587b2._0x1c8512,0x554,_0x4587b2._0x37da42)]=_0x5d97c7['BuTxR'],_0x5292a5[_0x414a1f(0x565,0x548,0x596,0x5ca)](-0x2*-0xf9f+-0x11*0xae+0x4*-0x46f)[_0x432467(0x543,0x515,_0x4587b2._0x57633c,0x53f)](_0xbf2530);}}if(!tasks){logger[_0x414a1f(_0x4587b2._0x30aa04,0x52f,0x52a,0x528)](_0x5d97c7[_0x414a1f(_0x4587b2._0x3b8117,_0x4587b2._0x31e0bf,0x548,0x56c)]);const _0x1c4937={};return _0x1c4937['error']=_0x432467(_0x4587b2._0x29f214,0x5d7,_0x4587b2._0x44e22a,0x559)+_0x432467(0x4fc,0x532,_0x4587b2._0x3ae406,0x50d)+'r',_0x1c4937[_0x414a1f(0x442,_0x4587b2._0x3f033a,_0x4587b2._0x4078e4,0x4a4)]=_0x5d97c7[_0x432467(0x4e8,_0x4587b2._0x14bdd7,_0x4587b2._0x57633c,_0x4587b2._0x364418)],_0x523ef7['status'](0x1de*-0x2+-0x2*0x371+0xc92)[_0x414a1f(0x45d,_0x4587b2._0x4a3db2,_0x4587b2._0x463bd6,0x420)](_0x1c4937);}const _0x23402c=tasks[_0x414a1f(0x449,0x471,0x493,0x4da)](_0x2b5970);if(!_0x23402c){if(_0x5d97c7[_0x414a1f(_0x4587b2._0x5d691d,0x4e6,_0x4587b2._0x480e1d,_0x4587b2._0x241c71)](_0x414a1f(0x56c,0x4db,_0x4587b2._0x24438a,_0x4587b2._0x2747e1),_0x5d97c7['TpZeP'])){const _0x2d0266={};_0x2d0266['content']='',_0x2d0266[_0x414a1f(0x3fe,0x435,0x430,0x4b6)+'t']=_0xedc3ab,_0x2d0266[_0x432467(0x5a3,_0x4587b2._0x3b324e,_0x4587b2._0x1636ba,_0x4587b2._0x594640)]='AGENTS.md',_0x2d0266[_0x432467(0x5b1,_0x4587b2._0x463b01,0x5c6,0x5d9)]=![],_0x36d96e[_0x414a1f(0x480,_0x4587b2._0x4a3db2,_0x4587b2._0x7f5120,_0x4587b2._0x23d84b)](_0x2d0266);}else{const _0x21073b={};_0x21073b[_0x432467(_0x4587b2._0x292238,0x53c,_0x4587b2._0x3a0827,0x544)]=_0x2b5970,logger['warn'](_0x5d97c7[_0x414a1f(0x42a,_0x4587b2._0x4c9409,0x431,_0x4587b2._0x5edc05)],_0x21073b);const _0x50b0e0={};return _0x50b0e0[_0x432467(_0x4587b2._0x122265,_0x4587b2._0x2e9fee,_0x4587b2._0x3291a2,0x63b)]=_0x5d97c7[_0x432467(_0x4587b2._0x205a9e,_0x4587b2._0x2b199c,_0x4587b2._0x2e654b,0x55f)],_0x50b0e0[_0x414a1f(_0x4587b2._0x2cf736,0x43a,_0x4587b2._0x500ce5,_0x4587b2._0x360db1)]=_0x5d97c7[_0x432467(_0x4587b2._0x25cce1,_0x4587b2._0x5a3c92,_0x4587b2._0x691ecd,_0x4587b2._0x33ea5d)],_0x523ef7[_0x414a1f(_0x4587b2._0x25ffe8,0x548,_0x4587b2._0x500b0c,_0x4587b2._0x1a9e64)](-0x193d+-0x1*-0x1668+-0x2*-0x233)[_0x432467(_0x4587b2._0x31e0bf,0x5bc,0x56f,0x5bc)](_0x50b0e0);}}if(!_0x23402c[_0x414a1f(0x4c2,0x435,_0x4587b2._0x17e153,0x49a)+'t']){const _0x5b0f0c={};_0x5b0f0c[_0x414a1f(0x509,_0x4587b2._0xfb4eb5,0x523,_0x4587b2._0x95c838)]=_0x2b5970,logger[_0x414a1f(0x503,_0x4587b2._0x4c2703,0x4a6,_0x4587b2._0x2d3542)](_0x5d97c7[_0x414a1f(_0x4587b2._0x2adf70,0x4b2,0x43f,0x44d)],_0x5b0f0c);const _0x487318={};return _0x487318['error']=_0x5d97c7['ZhctO'],_0x487318[_0x432467(_0x4587b2._0x1d9732,_0x4587b2._0x360db1,0x4a7,0x46a)]=_0x5d97c7[_0x414a1f(_0x4587b2._0x3743de,_0x4587b2._0x2337de,0x549,0x538)],_0x523ef7[_0x432467(_0x4587b2._0x25bba8,_0x4587b2._0x283696,0x5be,0x55f)](-0x1*-0x157+-0x1087*0x1+0x10c0)[_0x432467(0x543,0x5c9,_0x4587b2._0xbd0394,_0x4587b2._0x37ff42)](_0x487318);}const _0x2640a1=_0x23402c[_0x414a1f(0x4f9,0x506,0x4c4,0x599)]?.[_0x414a1f(_0x4587b2._0x4d6457,_0x4587b2._0x3ce327,_0x4587b2._0x5d4de8,_0x4587b2._0x224f3f)],_0x212b8e=await _0x5d97c7[_0x414a1f(0x4b3,0x445,0x3fa,_0x4587b2._0x5d3611)](findUserById,_0x2640a1);if(!_0x212b8e){if(_0x5d97c7[_0x432467(_0x4587b2._0x5af6ae,_0x4587b2._0x3eeb73,_0x4587b2._0x3eef64,0x53c)](_0x5d97c7[_0x414a1f(_0x4587b2._0x1be2c0,0x45b,_0x4587b2._0x34ed21,_0x4587b2._0x1e4f8a)],'vbaDl')){const _0x1d7b51={};_0x1d7b51['taskId']=_0x37bad1[_0x414a1f(_0x4587b2._0x36a0d2,_0x4587b2._0x36a978,0x4c6,0x4d7)],_0x1d7b51[_0x432467(0x4c5,0x4eb,_0x4587b2._0x4e57a3,0x523)+'t']=_0x56c0d6,_0x1d7b51[_0x414a1f(_0x4587b2._0x2fc909,0x46f,_0x4587b2._0x11a095,_0x4587b2._0x2b44d9)]=_0x316adc,_0x1d7b51['error']=_0x53f424[_0x432467(0x4ca,_0x4587b2._0x2d2b3e,0x471,0x470)],_0x30ccc9['error'](_0x5d97c7[_0x432467(_0x4587b2._0x2ecf73,0x519,0x50c,0x55f)],_0x1d7b51);const _0x1b11ec={};_0x1b11ec[_0x432467(_0x4587b2._0x59e051,0x537,_0x4587b2._0x28ea49,0x52b)]=_0x432467(0x5b3,_0x4587b2._0x1a47c2,_0x4587b2._0x37ed37,0x566)+_0x432467(_0x4587b2._0x18c6a5,_0x4587b2._0x330912,0x567,0x519)+'r',_0x1b11ec[_0x432467(_0x4587b2._0x3120e5,_0x4587b2._0x4e532d,_0x4587b2._0x23aad4,0x55b)]=_0x5d97c7['TPCfT'],_0x23bab1[_0x432467(0x5d8,0x64f,_0x4587b2._0x48f293,0x55f)](-0x8*0x3c1+0xeb*0xb+0x15e3)[_0x432467(0x543,0x4cb,_0x4587b2._0x2ec78b,0x52d)](_0x1b11ec);}else{const _0x1b1844={};_0x1b1844[_0x414a1f(_0x4587b2._0x3d27f3,_0x4587b2._0xfb4eb5,0x52a,_0x4587b2._0x140f47)]=_0x2b5970,_0x1b1844[_0x414a1f(_0x4587b2._0x24c8ce,0x4d6,_0x4587b2._0x414d07,_0x4587b2._0x326f2a)]=_0x2640a1,logger[_0x432467(0x547,0x573,_0x4587b2._0x2ce23f,_0x4587b2._0x4201da)](_0x5d97c7[_0x432467(0x54d,_0x4587b2._0x41a806,_0x4587b2._0x342ed1,_0x4587b2._0x3848f4)],_0x1b1844);const _0x3de8b3={};return _0x3de8b3['error']=_0x5d97c7[_0x432467(0x511,_0x4587b2._0x2241bb,0x512,_0x4587b2._0x1b023a)],_0x3de8b3[_0x432467(_0x4587b2._0x3120e5,0x47a,_0x4587b2._0x123c13,0x4f0)]=_0x414a1f(0x4b5,0x49e,0x4ed,_0x4587b2._0x21cf4d)+_0x432467(_0x4587b2._0x390c96,_0x4587b2._0x2590d9,_0x4587b2._0x1bdcef,0x4dd),_0x523ef7[_0x414a1f(_0x4587b2._0x6fda71,_0x4587b2._0x3264cc,_0x4587b2._0xea9c87,_0x4587b2._0xbd0394)](0x6a*0xd+0xa39+-0x257*0x6)['json'](_0x3de8b3);}}_0x3f9601[_0x432467(0x5db,0x621,0x62e,_0x4587b2._0x3a0827)+'k']=_0x23402c,_0x3f9601[_0x432467(0x4d8,0x4ca,0x46c,_0x4587b2._0x3b9a28)]=_0x212b8e;function _0x432467(_0x5ab9fc,_0x1c73fd,_0x211fca,_0x4547bf){return _0x163f(_0x5ab9fc-0x2eb,_0x211fca);}_0x3f9601[_0x432467(0x4c5,_0x4587b2._0x3f033a,_0x4587b2._0x523d39,0x54d)+_0x414a1f(_0x4587b2._0x1842b3,_0x4587b2._0x39b88b,_0x4587b2._0x23bf31,_0x4587b2._0x13a618)]=_0x23402c[_0x432467(_0x4587b2._0x5b9d45,_0x4587b2._0x6fda71,_0x4587b2._0x202591,0x4f6)+'t'];if(!coderConfig?.[_0x414a1f(_0x4587b2._0x3cc49b,0x435,_0x4587b2._0xe78a50,0x454)+'ts']?.[_0x23402c[_0x414a1f(_0x4587b2._0x4c00ea,_0x4587b2._0x5835a8,0x3c3,_0x4587b2._0x1244dc)+'t']]){const _0x14edc0={};_0x14edc0['taskId']=_0x2b5970,_0x14edc0[_0x432467(0x4c5,_0x4587b2._0x2f1e30,0x536,_0x4587b2._0x1bf243)+'t']=_0x23402c['environmen'+'t'],logger['warn'](_0x414a1f(_0x4587b2._0x560ffb,_0x4587b2._0xf3bf03,_0x4587b2._0x47d411,0x515)+_0x432467(_0x4587b2._0x56a6a5,0x5e4,0x5cb,_0x4587b2._0x163fff)+'d',_0x14edc0);const _0x47dbd9={};return _0x47dbd9[_0x432467(0x5bf,0x617,_0x4587b2._0x5d49bd,0x569)]=_0x432467(_0x4587b2._0x360db1,_0x4587b2._0x8dff32,_0x4587b2._0x7f5120,0x453),_0x47dbd9['message']=_0x5d97c7[_0x414a1f(0x44c,0x49c,0x43c,_0x4587b2._0x3890a0)],_0x523ef7[_0x432467(0x5d8,0x579,_0x4587b2._0x2404b0,_0x4587b2._0x206f29)](-0x18a8+-0x144b+0x2e87)[_0x432467(_0x4587b2._0x1aafa4,0x5cd,0x5d5,0x5a8)](_0x47dbd9);}_0x3f9601[_0x414a1f(_0x4587b2._0x4c9409,_0x4587b2._0x2c1426,0x461,0x3a8)+_0x414a1f(0x578,0x50d,0x4af,0x59e)]=coderConfig[_0x432467(0x4c5,0x524,_0x4587b2._0x4b2404,0x4ec)+'ts'][_0x23402c['environmen'+'t']],_0x3f9601[_0x432467(0x4c5,_0x4587b2._0x3dc853,_0x4587b2._0x194d3a,0x4d5)+'tPath']=_0x19d1ae['join'](setupPath,_0x5d97c7[_0x432467(_0x4587b2._0x5c9a9d,0x548,0x5dd,_0x4587b2._0x458baf)],_0x23402c[_0x432467(_0x4587b2._0x5b9d45,_0x4587b2._0x4f29bd,0x4f4,_0x4587b2._0x11a490)+'t']),_0x125911();}async function requireInstructionsPermission(_0x3ef3a1,_0x1b7bd6,_0x3bf2b1){const _0x4b54c9={_0x22d187:0x41a,_0x1cce9d:0x476,_0x142447:0x438,_0x16ebeb:0x467,_0x3c696b:0x480,_0x2b4403:0x418,_0x2ed3f2:0x38c,_0x5c7a85:0x380,_0x2a8f2f:0x352,_0x2fa17f:0x309,_0x31e2f7:0x39a,_0x49c69c:0x3ed,_0x3d9eb4:0x383,_0x5df903:0x3ea,_0x30ca6e:0x2cf,_0x3f09bd:0x2f5,_0x491554:0x362,_0x142bdf:0x2c4,_0x326cd5:0x26e,_0x15b663:0x29e,_0x458b6c:0x3c5,_0x4216a6:0x342,_0x28e202:0x33d,_0x3509e:0x2a4,_0x12e2db:0x326,_0x360ca9:0x396,_0xf13196:0x3e8,_0x4b63b8:0x351,_0x294365:0x328,_0x220b01:0x36e,_0xc383a1:0x3cd,_0x59a48b:0x393,_0x10efc4:0x300,_0x8dba05:0x3d3,_0x48d47e:0x34e,_0x371197:0x3c4,_0x43f3d2:0x42c,_0x18e49b:0x3fb,_0x3b47fd:0x35a,_0x35fe98:0x453,_0x3dcc2e:0x38b,_0x5c6e43:0x453,_0x1c51bb:0x504,_0x4ccdfa:0x461,_0x410fdc:0x473,_0x24fe68:0x430,_0x3650fc:0x2f4,_0x1c593d:0x264,_0x581175:0x493,_0x48fc05:0x50d},_0x221fb6={_0x5ad066:0x1a6},_0xbbebc={_0x4a7f59:0xf8},_0x117df6={'bRNFE':function(_0x15b501,_0x57301a,_0x341ce4,_0x6f6c0){return _0x15b501(_0x57301a,_0x341ce4,_0x6f6c0);},'vDZpf':'User\x20does\x20'+_0x37f04e(_0x4b54c9._0x22d187,0x4a7,0x43a,_0x4b54c9._0x1cce9d)+_0x37f04e(_0x4b54c9._0x142447,0x4be,_0x4b54c9._0x16ebeb,_0x4b54c9._0x3c696b)+_0x5ec56e(0x305,_0x4b54c9._0x2b4403,_0x4b54c9._0x2ed3f2,0x303)+_0x37f04e(_0x4b54c9._0x5c7a85,0x3c2,0x371,_0x4b54c9._0x2a8f2f)+_0x5ec56e(_0x4b54c9._0x2fa17f,_0x4b54c9._0x31e2f7,0x381,0x366)+'ions','WEPaQ':function(_0x540e15){return _0x540e15();}};if(!await _0x117df6[_0x37f04e(_0x4b54c9._0x49c69c,_0x4b54c9._0x3d9eb4,0x429,_0x4b54c9._0x5df903)](hasPermission,_0x3ef3a1[_0x5ec56e(0x33a,_0x4b54c9._0x30ca6e,0x2e5,0x348)]['id'],_0x37f04e(_0x4b54c9._0x5c7a85,_0x4b54c9._0x3f09bd,_0x4b54c9._0x491554,0x3f1)+_0x5ec56e(_0x4b54c9._0x142bdf,_0x4b54c9._0x326cd5,0x2c3,_0x4b54c9._0x15b663)+_0x5ec56e(_0x4b54c9._0x458b6c,_0x4b54c9._0x4216a6,0x3a0,_0x4b54c9._0x28e202),_0x3ef3a1['environmen'+_0x5ec56e(_0x4b54c9._0x3509e,0x2f8,0x2fe,_0x4b54c9._0x12e2db)])){const _0x265b14={};_0x265b14['taskId']=_0x3ef3a1[_0x5ec56e(0x3a2,_0x4b54c9._0x360ca9,_0x4b54c9._0xf13196,0x440)+'k']['taskId'],_0x265b14[_0x5ec56e(_0x4b54c9._0x4b63b8,_0x4b54c9._0x294365,0x373,0x2e1)]=_0x3ef3a1['taskUser']['id'],_0x265b14[_0x5ec56e(_0x4b54c9._0x220b01,_0x4b54c9._0xc383a1,0x34e,0x35b)]=_0x3ef3a1[_0x37f04e(_0x4b54c9._0x59a48b,0x337,0x351,_0x4b54c9._0x10efc4)][_0x5ec56e(0x2f7,_0x4b54c9._0x8dba05,_0x4b54c9._0x48d47e,_0x4b54c9._0x371197)],logger['warn']('User\x20lacks'+_0x37f04e(_0x4b54c9._0x43f3d2,_0x4b54c9._0x18e49b,0x3ca,0x3f0)+_0x5ec56e(0x43d,_0x4b54c9._0x3b47fd,0x3c4,_0x4b54c9._0x35fe98)+_0x37f04e(0x3e1,0x382,_0x4b54c9._0x3dcc2e,_0x4b54c9._0x5c6e43)+'mission',_0x265b14);const _0x56d544={};return _0x56d544[_0x37f04e(0x47a,0x47d,_0x4b54c9._0x1c51bb,0x44c)]=_0x37f04e(_0x4b54c9._0x4ccdfa,0x403,_0x4b54c9._0x410fdc,_0x4b54c9._0x24fe68),_0x56d544['message']=_0x117df6[_0x5ec56e(0x29b,0x275,_0x4b54c9._0x3650fc,_0x4b54c9._0x1c593d)],_0x1b7bd6[_0x37f04e(_0x4b54c9._0x581175,0x49f,0x45f,_0x4b54c9._0x48fc05)](0x1555*0x1+0x167a+-0x2a3c)['json'](_0x56d544);}function _0x5ec56e(_0x146db4,_0x3ea81b,_0xc90ca4,_0x3985c8){return _0x163f(_0xc90ca4-_0xbbebc._0x4a7f59,_0x3ea81b);}function _0x37f04e(_0x6e29ab,_0x42a411,_0x1c25df,_0x2c535e){return _0x163f(_0x6e29ab-_0x221fb6._0x5ad066,_0x2c535e);}_0x117df6['WEPaQ'](_0x3bf2b1);}function _0x56ee(){const _0x159e6=['v25urxu','lvrHC2STswqGAa','BYbLBNzPCM9UBq','nhWXFdj8m3WW','jYbUB3qGzM91BG','CeXhswK','EhjXy1y','rxnhBK8','CMvHzezPBgu','CgfYyw1Z','C2v0DxbqyxrO','v3vLuM0','zMjmwvq','rvbqrLy','DxnLCM5HBwu','ALPxrNi','ANnVBG','yxrL','vgfZAYbSAxn0Aq','uNHPueG','D2fYBG','CNvJDgLVBNm','EfDMr0S','BNqGCM91DguGBG','vxP4qK4','A1PeBhG','EKjur0i','shfVrem','DMLlALy','BwvUDa','Bur3tfu','ntG2mdreAev5rvO','lZPUyw1L','uLfLuxC','Aw5MBW','l3rLBxbSyxrLCW','rgDkywC','uNLYqKy','uvfStMe','rLv0q3i','sxL4sue','CMvHzcbbr0vova','C2SGsuq','DgfZA3m','BM90igHHDMuGCa','DwLYzwq','rMfPBgvKihrVia','vgfZAYbMzxrJAa','v3DODxe','uNnyy1u','Bgf0zq','DxnLCKLK','qKzTuKO','CNrnCuu','ig5VDcbMB3vUza','ywnJzxnZ','qLHHD3e','mtm0nZeWA1LuvKvn','rw52AxjVBM1LBG','sw52ywXPzcb0zq','DgvTCgXHDgvZ','zgvSzxrLihrLBq','igvUDMLYB25Tzq','Eu5pwuO','sw52ywXPzcb0yq','DcbPBNn0CNvJDa','Dvbnr0m','uxPVCNK','yK1ZCKu','y29UDgvUDeXLBG','wuryCe4','wxfLDvK','DcbUB3qGzM91BG','s1nICLy','zxjTAxnZAw9Uia','y2rws3i','Dg8GDxbKyxrLia','CMvHzgrPCG','yLzsCeS','zwfKzxi','rvbrvK4','thjgEfe','Dw5SAw5R','BxbSyxrLig5HBq','z0TpqLG','u2vYDMLJzsbUBW','uw15Bfe','BM90igzVDw5K','uKjpB1e','twDlsMG','vxnLCIbSywnRCW','we5iDwS','DxbKyxrLzef0','z2PIBha','EK1nBu8','wM9fvwS','DgLVBNm','mJq3nZyXC0vuAfnc','vNrVBwC','y3jLyxrLzej5','zwXKigLZihjLCq','zgvZy3jPChrPBW','Aw5NigvUDMLYBW','nda0odHpDuL4A0q','twLZC2LUzYbylq','y29Kzq','DenVBMzPzW','BNrZoNrLBxbSyq','BYbHC3nVy2LHDa','vxLSv0G','D3jPDguGAw5ZDa','C3vJy2vZCW','Cgf0Aa','y29KzxjdB25MAq','B3DUihrHC2SGsq','rM9YyMLKzgvU','vvHvyxO','vgvTCgXHDguGza','AMvTv2i','Bur4sLK','CMvJDxjZAxzL','BwHoBvO','Cgf0y2G','whrMr2C','ALDutfe','q3bQAK0','zxHPC3rZ','ru5pru5u','sw50zxjUywWGuW','Aer4Cu8','vgvTCgXHDguGjW','D3jPDguGDgvTCa','BNrZoMLUC3rYDq','Bxjvwg4','AgvHzgvYCW','sLzIA1q','u2fSC3e','zw5KC1DPDgG','CNvJDgLVBNmGzG','Aw5NihrLBxbSyq','zxjYB3i','uw9pt1G','tgP4vK4','DxrMltG','B25Z','Be9lr3q','uLz4Duq','CgXHDgu','sLrgBLq','q29UDgvUDcbMAq','vxnLCIbKB2vZia','DcbPBML0AwfSAq','DxbKyxrLzej5vq','C2LVBG','s3fUrw8','BwvUDcb0zw1WBa','AeTts00','lMPZB24','CgfYC2u','s2n5A0W','vLzuqNm','ChLKBvu','s0PxzMy','l2LUC3rYDwn0Aq','AgfZtwv0ywrHDa','C3rHDhvZ','DcbTyw5Hz2vTzq','ntf3EgzPywK','y2fSBgLUz1rHCW','tM90iezVDw5K','Dhm6Aw5ZDhj1yW','zgvSzxrL','DfrPAeu','BM1LBNqGAw5ZDa','v1r0tvy','vgfZAYb1C2vYia','qMfKifjLCxvLCW','A2vmv2W','vgfZAYbOyxmGBG','zgvjrM4','CgrHDgvKigj5ia','C2vYswq','rNvHtfu','BffJBu4','Axvvu2K','zw52AxjVBM1LBG','y29UDgvUDa','mty0og5wzvP1Bq','rKzryuS','yxnRswq','BwvZC2fNzq','zeTYvve','ihDPDgGGDw5RBG','qun5vfe','D3Ddzha','vfmUBwq','CuvwvLC','BwTKAxi','sNjWANO','rfvureG','zMLSDgvY','AwH3vLC','AM9PBG','yxrLCW','DgfZA1vZzxi','AwXL','Ahzksgy','CMvWBgfJzq','tfH4yLO','DxLvEMK','DgfZAW','ndi5AgX1wLfZ','yxfjChe','uxrSBwi','quDftLrtlM1K','vhj0Evu','C2HVBvu','BMfTzq','BeDOvg4','DKrACgy','qNvuEfi','wK9jCem','Aw5JBhvKzxm','AwHtAuu','CKnqDKC','nJrQvMriugi','rNDYqMO','Dg9ju09tDhjPBG','teLqwhq','De5HBwu','zw50','D3jPDguGquDftG','DxbKyxrLzej5va','z1nLyNa','D3bivKu','z2XPsgO','C1bSzLi','uY5Tza','C3bSAxq','uLDOwei','zxj2zxiGrxjYBW','ugjoC3G','uw9kteW','DgvTCgXHDgu','DvrWCuy','z2v0','rKTbs1K','uw1dA20','vKjPve0','Aw9UCYb1CgrHDa','DgfZAY10zw1WBa','BgLZDcb0zw1WBa','y1LJCMi','vwHHrg4','odK1nJKYDfreDvjr','mtmZDeT2sM5Z','vgfZAYb1CgrHDa','ywXS','lM1K','DeXJB3i','vgfZAY1jzcbOzq','veXTsuW','tK5ywNa','zgvSzxrLzej5vq','vfbdzLq','y09ztem','CMfXCMG','yM9KEq','v2Tewvq','BMCGzw52AxjVBG','zwqGzw52AxjVBG','D3jPDgvgAwXL','vw5HDxrOB3jPEG','BgPhz08','CMvHzcb0zw1WBa','zwqGyNKGDgfZAW','ig1PC3nPBMCGwa','C0HmA3m','sfjnALe','D1fbDfO','BNqGCMvXDwvZDa','sgzxthq','y3rPB25ZihbLCG','Bwv0ywrHDge','BLvtCMK','EuTsvxO','ywrLCG','Chv0','CwTxAM0','mteYnZqZmhreyKvqsG','vgfZAYbVD25LCG','uLzmwLq','yKfeuKO','DgfZA0LK','yLjorKu'];_0x56ee=function(){return _0x159e6;};return _0x56ee();}async function requireTemplatesPermission(_0x41169c,_0x9da2e5,_0x483c08){const _0x2f8498={_0x47dce6:0x7b,_0x5c2e5d:0xb,_0x558098:0x27,_0x5bb5b5:0x28,_0x3b87c5:0x23,_0x4f3294:0x487,_0x28dfbe:0x630,_0x374149:0x30,_0x5021b0:0x10,_0x40b74f:0x32,_0x39a5c8:0x5f5,_0x35de3d:0x58a,_0x1b23fc:0x553,_0x24836d:0x161,_0x4e4114:0x71,_0x56fe32:0x485,_0x9e70b:0x4cf,_0x53efd1:0x7,_0x2ecbf4:0x49,_0x59d800:0x5d,_0x49e3b6:0x109,_0x22ab79:0x10e,_0x96177e:0x13f,_0xc9db92:0x140,_0x196abb:0xc1,_0x14f4f2:0x99,_0x45f6d4:0x4fa,_0x6f3a78:0x554,_0x307c16:0x55d,_0x58223c:0x5d5,_0xa6f149:0x562,_0x23690b:0x573,_0x2c5af5:0x547,_0x532225:0x176,_0x57e54f:0x154,_0x379ea5:0x597,_0x434df2:0x5bf,_0x4aab91:0x590,_0x59299d:0x5be,_0x127b4d:0x4,_0x299909:0xd0,_0x4a6145:0x1b,_0x5e8191:0x67,_0xf8732:0xf1,_0x124175:0x7,_0x3fb811:0xc,_0x428548:0xf3,_0x42a86a:0x108,_0xf89b31:0x4b3,_0x32870f:0x521,_0x2d5fec:0x552,_0x91db4b:0x54d,_0x111cd1:0x595,_0x2929df:0x12,_0x36a9f7:0xce,_0x2a6f96:0x4b3,_0x21ea72:0x426,_0x31c153:0x524,_0x24ba6d:0x174,_0x49dde3:0x502,_0x6ec8a6:0x4e5,_0x42b4a8:0x4f6,_0x34ac24:0x10f,_0x18a607:0xe2,_0x2ac1ee:0x5af,_0x2b672a:0x587,_0x249a02:0xc,_0x307654:0x5f,_0x5a08d4:0xd6,_0x11c404:0xe7,_0x11d187:0x530,_0x596d52:0x55d,_0x1f46b6:0x51f,_0x39431d:0x7c,_0x250b81:0x578,_0x41523e:0x4b3,_0xd68d95:0x4b7,_0x434f5c:0x4b5,_0x2b57fc:0xfd,_0x8ffd59:0x136,_0x1ff2ea:0x523,_0xd92fc1:0x5c7,_0xc83fb9:0x59a,_0x172c35:0x7f,_0x4220a8:0x2a,_0x232f61:0x55a,_0x562cf9:0x614},_0x51836d={_0x511e44:0x2d4},_0x39b6ab={};_0x39b6ab[_0x3be40f(0x7,-0x55,0x70,-_0x2f8498._0x47dce6)]=_0x3be40f(0x95,0xc0,0xcf,_0x2f8498._0x5c2e5d)+_0x3be40f(_0x2f8498._0x558098,0x38,_0x2f8498._0x5bb5b5,-_0x2f8498._0x3b87c5)+'TS.md',_0x39b6ab[_0x5cb82e(0x4a1,0x4b2,_0x2f8498._0x4f3294,0x44d)]=_0x5cb82e(0x59c,_0x2f8498._0x28dfbe,0x59a,0x52f)+_0x3be40f(_0x2f8498._0x374149,0xaf,-_0x2f8498._0x5021b0,_0x2f8498._0x40b74f)+'r',_0x39b6ab[_0x5cb82e(0x590,_0x2f8498._0x39a5c8,0x61d,0x555)]='Failed\x20to\x20'+_0x5cb82e(_0x2f8498._0x35de3d,0x521,_0x2f8498._0x1b23fc,0x599)+_0x3be40f(0xf1,_0x2f8498._0x24836d,0x176,_0x2f8498._0x4e4114)+_0x5cb82e(0x4c2,0x53e,_0x2f8498._0x56fe32,_0x2f8498._0x9e70b),_0x39b6ab['ZCfAz']=_0x3be40f(-_0x2f8498._0x53efd1,0x8a,-_0x2f8498._0x2ecbf4,-0x3)+'ts:templat'+'es',_0x39b6ab[_0x3be40f(_0x2f8498._0x59d800,-_0x2f8498._0x40b74f,0xdc,0xbb)]=function(_0x13e227,_0x5e1269){return _0x13e227===_0x5e1269;},_0x39b6ab[_0x3be40f(_0x2f8498._0x49e3b6,0x135,_0x2f8498._0x22ab79,0x12c)]='GBvst',_0x39b6ab[_0x5cb82e(0x597,0x602,0x556,0x5c2)]=_0x3be40f(0x56,-0x9,0xe8,0x18),_0x39b6ab[_0x3be40f(0x108,_0x2f8498._0x96177e,_0x2f8498._0xc9db92,0xd0)]=_0x3be40f(_0x2f8498._0x196abb,_0x2f8498._0x14f4f2,0x39,0x5c)+_0x5cb82e(0x55a,0x537,_0x2f8498._0x45f6d4,_0x2f8498._0x6f3a78)+_0x3be40f(0xd2,0x55,0x125,0x78)+'tes\x20permis'+_0x5cb82e(0x5b5,0x649,_0x2f8498._0x307c16,_0x2f8498._0x58223c),_0x39b6ab[_0x5cb82e(_0x2f8498._0xa6f149,_0x2f8498._0x23690b,_0x2f8498._0x2c5af5,0x4d8)]='Forbidden';function _0x5cb82e(_0x1af50c,_0x5103d8,_0x1eaad0,_0x2c65e6){return _0x163f(_0x1af50c-_0x51836d._0x511e44,_0x5103d8);}const _0x35b3bc=_0x39b6ab;function _0x3be40f(_0x365def,_0x8babed,_0xff142a,_0x523f6c){return _0x163f(_0x365def- -0x1e1,_0xff142a);}if(!await hasPermission(_0x41169c['taskUser']['id'],_0x35b3bc['ZCfAz'],_0x41169c['environmen'+'tName'])){if(_0x35b3bc['yKRUz'](_0x35b3bc[_0x3be40f(_0x2f8498._0x49e3b6,_0x2f8498._0x532225,_0x2f8498._0x57e54f,0x15e)],_0x35b3bc[_0x5cb82e(_0x2f8498._0x379ea5,_0x2f8498._0x434df2,_0x2f8498._0x4aab91,_0x2f8498._0x59299d)])){const _0x15b350={};_0x15b350[_0x3be40f(0x65,-_0x2f8498._0x127b4d,_0x2f8498._0x299909,_0x2f8498._0x4a6145)]=_0x3ea0be[_0x3be40f(0x65,0xf6,_0x2f8498._0x5e8191,_0x2f8498._0xf8732)],_0x15b350[_0x3be40f(-_0x2f8498._0x124175,0xc,-0x1,-_0x2f8498._0x3fb811)+'t']=_0x475f47,_0x15b350[_0x3be40f(_0x2f8498._0x428548,_0x2f8498._0x42a86a,0x67,0xf7)]=_0x531c10[_0x5cb82e(_0x2f8498._0xf89b31,_0x2f8498._0x32870f,0x47e,0x464)],_0x5f1d11[_0x5cb82e(0x5a8,_0x2f8498._0x2d5fec,_0x2f8498._0x91db4b,_0x2f8498._0x111cd1)](_0x35b3bc[_0x3be40f(0x7,-0x5e,-0x81,-_0x2f8498._0x2929df)],_0x15b350);const _0x24f787={};_0x24f787[_0x3be40f(0xf3,0x134,_0x2f8498._0x36a9f7,0x165)]=_0x35b3bc['tTihE'],_0x24f787[_0x5cb82e(_0x2f8498._0x2a6f96,_0x2f8498._0x21ea72,_0x2f8498._0x31c153,0x45e)]=_0x35b3bc[_0x5cb82e(0x590,0x606,0x562,_0x2f8498._0x2c5af5)],_0x1389d5[_0x3be40f(0x10c,0x163,0xfa,_0x2f8498._0x24ba6d)](-0x9b*0x13+0x5*-0x42e+0x225b)['json'](_0x24f787);}else{const _0x3d3263={};_0x3d3263[_0x5cb82e(0x51a,_0x2f8498._0x49dde3,_0x2f8498._0x6ec8a6,_0x2f8498._0x42b4a8)]=_0x41169c[_0x3be40f(_0x2f8498._0x34ac24,0xe2,0x123,_0x2f8498._0x18a607)+'k']['taskId'],_0x3d3263[_0x5cb82e(0x54f,0x501,_0x2f8498._0x2ac1ee,_0x2f8498._0x2b672a)]=_0x41169c[_0x3be40f(_0x2f8498._0x249a02,_0x2f8498._0x307654,-0x6a,-0x4e)]['id'],_0x3d3263[_0x3be40f(0x75,-0x4,0xb8,0x9a)]=_0x41169c['taskUser'][_0x3be40f(0x75,_0x2f8498._0x5a08d4,0x36,_0x2f8498._0x11c404)],logger[_0x5cb82e(_0x2f8498._0x11d187,0x513,_0x2f8498._0x596d52,_0x2f8498._0x1f46b6)](_0x35b3bc[_0x3be40f(0x108,0xc2,_0x2f8498._0x39431d,0x80)],_0x3d3263);const _0x3c0e9a={};return _0x3c0e9a[_0x5cb82e(0x5a8,_0x2f8498._0x250b81,0x51c,0x551)]=_0x35b3bc['YDXpN'],_0x3c0e9a[_0x5cb82e(_0x2f8498._0x41523e,_0x2f8498._0xd68d95,0x421,_0x2f8498._0x434f5c)]=_0x3be40f(_0x2f8498._0x2b57fc,0x138,0x90,_0x2f8498._0x8ffd59)+_0x5cb82e(0x548,0x4b5,0x541,_0x2f8498._0x1ff2ea)+_0x5cb82e(0x566,_0x2f8498._0xd92fc1,0x565,_0x2f8498._0xc83fb9)+_0x3be40f(0xb3,0x10d,0xe4,0x33)+_0x3be40f(-_0x2f8498._0x124175,-0x9a,_0x2f8498._0x172c35,-_0x2f8498._0x4220a8)+'t\x20template'+'s',_0x9da2e5[_0x5cb82e(0x5c1,0x59c,_0x2f8498._0x232f61,_0x2f8498._0x562cf9)](-0xa*-0x2ef+-0x18c+-0x1a37)['json'](_0x3c0e9a);}}_0x483c08();}router[_0x4d96c2(0x57d,0x572,0x5ac,0x5d1)](_0x109b82(0x5a0,0x4f0,0x55b,0x54d)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x4061bd,_0x3e2c3c)=>{const _0x428dca={_0x1ef1c4:0x5bb,_0x117caa:0x62e,_0x19add0:0x50e,_0x13d090:0x519,_0x180720:0x5df,_0x3633c:0x5ef,_0x5f5df8:0x511,_0x3a0d89:0x4b5,_0x310f32:0x331,_0x4b1c07:0x375,_0x42f849:0x2e4,_0x50ec3b:0x520,_0x5a1ce5:0x5b4,_0x233da5:0x4fb,_0x26aa5a:0x5d8,_0x3b07a8:0x5ce,_0x4ff2f6:0x2ca,_0x181072:0x51d,_0x440e4a:0x4cb,_0xa44ff4:0x1a5,_0x28b3ea:0x26a,_0x869701:0x23f,_0x5da522:0x30b,_0x517f26:0x283,_0x59f105:0x303,_0x238c77:0x4e2,_0x5c6df7:0x54f,_0x1fec6a:0x218,_0x51039e:0x266,_0x25ddc0:0x4f4,_0x51984e:0x1ef,_0x3cd331:0x5c3,_0x32f62f:0x4dc,_0x36928c:0x524,_0x196b68:0x5ac,_0x44c5d5:0x574,_0x12039f:0x5cd,_0x5f4ff1:0x2ee,_0x38a824:0x2e4,_0x262852:0x310,_0x411bca:0x293,_0x394ec9:0x29a,_0x314983:0x32b,_0x5bced5:0x2ca,_0x275693:0x271,_0x4592b7:0x207,_0x32bedc:0x1ea,_0x33c1c7:0x52b,_0x1a343a:0x58b,_0xbb3d0:0x27d,_0x4c20e7:0x295,_0x6d81fa:0x282,_0x571fc1:0x59b,_0x3bf8cc:0x564,_0x549e59:0x536,_0x53cf54:0x2ca,_0x41a4d4:0x551,_0x191573:0x238,_0x1020b5:0x24a,_0x20c5aa:0x2c6,_0x21e6c8:0x256,_0x4da513:0x2f3,_0x4df51a:0x2f1,_0x5a7755:0x243,_0x31e789:0x456,_0x1fbafd:0x227,_0x199574:0x286,_0x20612b:0x2d9,_0x7b6f71:0x275,_0x42d77f:0x2e9,_0x58322b:0x2f6,_0x3077a5:0x26d,_0x31e597:0x26c,_0x50d6d3:0x4e4,_0xafde6:0x4c7,_0x3c6509:0x167,_0x2f4ccc:0x166,_0x1efa74:0x1f7,_0x45ef70:0x45b,_0x26a571:0x5c7,_0x3e07f6:0x608,_0x44e2ad:0x5d1,_0x11d669:0x5c5,_0x41e1b5:0x226,_0x1b6679:0x2d6,_0x5da755:0x2b3,_0x1d281e:0x274,_0xcae89d:0x2de,_0x833764:0x547,_0x571d27:0x4bf,_0x42332e:0x4e8,_0x462930:0x5b9,_0x4c0356:0x2c0,_0x2601f2:0x557,_0x5ace9c:0x2fb,_0x4f8a59:0x28f,_0x1472a9:0x2f0,_0x195f60:0x4e3,_0x506a94:0x4ee,_0x2640f1:0x5d9,_0x5ef881:0x61c,_0x599708:0x577,_0x68ffca:0x235,_0x28c912:0x268,_0x35050e:0x5fc,_0x52aff0:0x585,_0x2dc02d:0x615,_0x3840a:0x2d2,_0x496904:0x2b0,_0x44af62:0x2a4,_0x4818e6:0x262,_0x1013b2:0x543,_0x2dc43f:0x56c,_0x1789a9:0x4ee,_0x3e6567:0x53f,_0x173007:0x300,_0x2c0df4:0x37a,_0x1b4752:0x2da,_0x36cfc3:0x33f,_0x392366:0x5e3,_0x248bee:0x5b7,_0x5c9697:0x4e1,_0x7af5:0x5df,_0x531584:0x599,_0x3ce991:0x5a9,_0x47bac3:0x2a6,_0x4e3799:0x55a,_0x45ecf3:0x2e0,_0x4e10fa:0x2d4,_0x5db664:0x2ba,_0x39b4b6:0x2a8,_0x1cf4ca:0x57c,_0x92897d:0x236,_0x37c5fd:0x190,_0x3e4af2:0x238,_0x3d1bb7:0x28a,_0xf6d6e6:0x2f7,_0x21ca8d:0x360,_0x3f2a61:0x227,_0x43666f:0x2b2,_0x558beb:0x1f6,_0x45c88c:0x274,_0x6ccf28:0x5c9,_0x5572fe:0x539,_0x1af5d1:0x16f,_0x3ec467:0x1a2,_0x3b688e:0x23f,_0x3ec59d:0x1f6,_0x58671e:0x315,_0xf52bb5:0x342,_0x46876d:0x29c,_0x71824e:0x383,_0x577fe1:0x2f0,_0x5a6b89:0x57b,_0x10518b:0x5da,_0x2844b5:0x4e9,_0x33278f:0x26f,_0x23b239:0x289,_0x35ec9b:0x21e,_0x28b8e2:0x1fb,_0xdbf2e1:0x522,_0x4b0a45:0x50a,_0x495c25:0x567,_0x41706c:0x53b,_0x1e892f:0x546,_0x1094dc:0x527,_0x259d19:0x4e8,_0x5e89ea:0x4ac,_0x1d3289:0x332,_0xb5ee07:0x360,_0x33a352:0x26e,_0x3eb408:0x1dc,_0x116c82:0x263,_0x8dbce8:0x278,_0x445ea7:0x596,_0x19291a:0x53e,_0x25e903:0x620,_0x5a8bcd:0x4e0,_0x340cff:0x258,_0x422118:0x303,_0x6eeb57:0x275,_0x5c2e66:0x309,_0x1dab5e:0x1f1,_0x32505e:0x274,_0x2c6e6c:0x58f,_0x497ce9:0x58d,_0x203024:0x568,_0x37c7cd:0x4e9,_0x312c49:0x1b2,_0x499f73:0x604,_0x53cfe2:0x5f5,_0x6f7ed0:0x5a8,_0x46ca58:0x2b7,_0x3c2c23:0x2c7,_0x3d489b:0x306,_0x519e44:0x176,_0x4b24d9:0x570},_0x416a1a={_0x1f399d:0x1d4,_0xf64bdd:0x9f},_0x18b930={_0x53c631:0x59,_0x2649bf:0x340,_0x49819e:0x23},_0x4cab91={};_0x4cab91[_0x379765(0x5b4,_0x428dca._0x1ef1c4,0x61c,_0x428dca._0x117caa)]=function(_0x4e276a,_0xef452c){return _0x4e276a===_0xef452c;},_0x4cab91[_0x11b260(0x224,0x28b,0x328,0x295)]='ENOENT',_0x4cab91['deIFn']=_0x379765(0x4d9,0x4b3,_0x428dca._0x19add0,_0x428dca._0x13d090),_0x4cab91[_0x379765(_0x428dca._0x180720,0x562,0x57d,_0x428dca._0x3633c)]='Failed\x20to\x20'+_0x379765(0x542,_0x428dca._0x5f5df8,_0x428dca._0x3a0d89,0x53a)+'ate',_0x4cab91['DgJag']=_0x11b260(0x2d0,_0x428dca._0x310f32,_0x428dca._0x4b1c07,_0x428dca._0x42f849)+_0x379765(_0x428dca._0x50ec3b,0x4fe,_0x428dca._0x5a1ce5,_0x428dca._0x233da5)+'r',_0x4cab91[_0x379765(_0x428dca._0x26aa5a,0x664,0x661,_0x428dca._0x3b07a8)]='Failed\x20to\x20'+_0x11b260(_0x428dca._0x4ff2f6,0x2e6,0x297,0x28d)+_0x379765(_0x428dca._0x181072,0x530,0x48c,_0x428dca._0x440e4a),_0x4cab91[_0x11b260(_0x428dca._0xa44ff4,_0x428dca._0x28b3ea,_0x428dca._0x869701,0x22f)]=_0x11b260(_0x428dca._0x5da522,_0x428dca._0x517f26,0x257,0x292)+'read\x20instr'+'uctions\x20fi'+'le',_0x4cab91[_0x11b260(0x2dd,0x307,_0x428dca._0x59f105,0x2a3)]=_0x379765(_0x428dca._0x238c77,0x480,_0x428dca._0x5c6df7,0x553)+_0x11b260(0x1de,_0x428dca._0x1fec6a,0x1e3,_0x428dca._0x51039e)+_0x379765(0x516,0x4be,_0x428dca._0x25ddc0,0x541),_0x4cab91['KSbrV']=_0x11b260(0x16d,0x238,0x257,_0x428dca._0x51984e)+_0x379765(_0x428dca._0x3cd331,0x57e,0x533,0x548)+_0x379765(0x53e,_0x428dca._0x32f62f,_0x428dca._0x36928c,_0x428dca._0x196b68)+_0x379765(_0x428dca._0x44c5d5,_0x428dca._0x12039f,0x50f,0x5c2),_0x4cab91[_0x11b260(0x354,_0x428dca._0x5f4ff1,_0x428dca._0x38a824,0x2f6)]=_0x11b260(0x2a9,_0x428dca._0x262852,0x24e,_0x428dca._0x411bca)+_0x11b260(0x339,_0x428dca._0x394ec9,_0x428dca._0x314983,_0x428dca._0x5bced5)+_0x11b260(_0x428dca._0x275693,0x24b,_0x428dca._0x4592b7,_0x428dca._0x32bedc)+'ructions',_0x4cab91['WnTEu']='AGENTS.md',_0x4cab91[_0x379765(0x519,0x54c,_0x428dca._0x33c1c7,_0x428dca._0x1a343a)]=_0x11b260(_0x428dca._0xbb3d0,_0x428dca._0x4c20e7,0x359,0x2f3),_0x4cab91[_0x11b260(0x307,0x2a2,0x315,_0x428dca._0x6d81fa)]=function(_0x546ea1,_0x3eb436){return _0x546ea1!==_0x3eb436;},_0x4cab91['wQAtZ']='jaKAJ';function _0x11b260(_0x1beab9,_0x20182c,_0x4d7019,_0x2ce62a){return _0x4d96c2(_0x1beab9-_0x18b930._0x53c631,_0x2ce62a- -_0x18b930._0x2649bf,_0x4d7019-_0x18b930._0x49819e,_0x20182c);}_0x4cab91['crTdg']=function(_0x2be3bd,_0xcb8f35){return _0x2be3bd!==_0xcb8f35;},_0x4cab91[_0x379765(_0x428dca._0x571fc1,_0x428dca._0x3bf8cc,_0x428dca._0x549e59,0x5d3)]=_0x11b260(0x1ab,_0x428dca._0x53cf54,0x275,0x239),_0x4cab91[_0x379765(0x527,_0x428dca._0x41a4d4,0x4bc,0x561)]=function(_0x23e4c7,_0x51b472){return _0x23e4c7===_0x51b472;},_0x4cab91[_0x11b260(0x264,0x2c0,_0x428dca._0x191573,0x233)]=_0x11b260(_0x428dca._0x1020b5,_0x428dca._0x20c5aa,_0x428dca._0x21e6c8,0x260),_0x4cab91[_0x11b260(_0x428dca._0x4da513,0x376,0x2ed,_0x428dca._0x4df51a)]=_0x11b260(0x1f7,0x29a,0x1dd,_0x428dca._0x5a7755);const _0x5f1cc0=_0x4cab91;function _0x379765(_0x3470a3,_0x2f35ce,_0x4c7d47,_0x3c57ab){return _0x109b82(_0x4c7d47,_0x2f35ce-_0x416a1a._0x1f399d,_0x3470a3-_0x416a1a._0xf64bdd,_0x3c57ab-0xa9);}const {callingTask:_0x46e9d0,environmentName:_0x22672e,environmentPath:_0x5b1a87}=_0x4061bd,_0x207dc0={};_0x207dc0['taskId']=_0x46e9d0['taskId'],_0x207dc0[_0x379765(0x4e9,0x45c,_0x428dca._0x31e789,0x472)+'t']=_0x22672e,logger[_0x11b260(0x287,0x22e,_0x428dca._0x1fbafd,_0x428dca._0x199574)](_0x5f1cc0[_0x11b260(_0x428dca._0x20612b,_0x428dca._0x7b6f71,_0x428dca._0x42d77f,_0x428dca._0x58322b)],_0x207dc0);const _0x4ef940=_0x19d1ae['join'](_0x5b1a87,_0x5f1cc0[_0x11b260(0x2cd,0x270,_0x428dca._0x3077a5,0x264)]);try{const _0x529b53=await _0x589fab[_0x11b260(0x298,0x226,_0x428dca._0x20612b,_0x428dca._0x31e597)](_0x4ef940,_0x5f1cc0[_0x379765(0x519,_0x428dca._0x50d6d3,0x4f4,_0x428dca._0xafde6)]),_0x4526ae={};_0x4526ae[_0x11b260(_0x428dca._0x3c6509,_0x428dca._0x275693,_0x428dca._0x2f4ccc,_0x428dca._0x1efa74)]=_0x529b53,_0x4526ae[_0x379765(0x4e9,0x459,0x475,_0x428dca._0x45ef70)+'t']=_0x22672e,_0x4526ae[_0x379765(_0x428dca._0x26a571,0x5b5,_0x428dca._0x3e07f6,_0x428dca._0x44e2ad)]=_0x5f1cc0[_0x379765(0x557,0x5a9,_0x428dca._0x11d669,0x4f8)],_0x3e2c3c[_0x11b260(_0x428dca._0x41e1b5,_0x428dca._0x1b6679,_0x428dca._0x5da755,_0x428dca._0x1d281e)](_0x4526ae);}catch(_0x279ad3){if(_0x5f1cc0[_0x11b260(0x280,0x20c,_0x428dca._0xcae89d,0x282)](_0x5f1cc0['wQAtZ'],_0x5f1cc0[_0x379765(_0x428dca._0x833764,_0x428dca._0x571d27,_0x428dca._0x42332e,_0x428dca._0x462930)])){if(_0x5f1cc0[_0x11b260(0x2cf,0x2f2,0x347,0x2c1)](_0x3d702a[_0x11b260(0x29a,0x282,_0x428dca._0x4c0356,0x2cd)],_0x5f1cc0[_0x379765(0x588,0x554,_0x428dca._0x2601f2,0x5dd)])){const _0x4228b8={};_0x4228b8[_0x11b260(0x2d2,_0x428dca._0x5ace9c,_0x428dca._0x4f8a59,_0x428dca._0x1472a9)]=_0x5f1cc0[_0x379765(_0x428dca._0x195f60,0x4bc,0x4c7,0x4da)],_0x4228b8[_0x379765(_0x428dca._0x506a94,0x501,0x470,0x45b)]=_0x379765(_0x428dca._0x2640f1,_0x428dca._0x5ef881,0x59e,_0x428dca._0x599708)+_0x4ab658+(_0x11b260(0x1de,0x28c,_0x428dca._0x68ffca,_0x428dca._0x28c912)+'d'),_0x1e3ed0[_0x379765(_0x428dca._0x35050e,_0x428dca._0x52aff0,0x677,_0x428dca._0x2dc02d)](0x1722+-0x21b0+-0x1*-0xc22)['json'](_0x4228b8);}else{const _0x5ec68b={};_0x5ec68b[_0x11b260(_0x428dca._0x3840a,0x2c5,_0x428dca._0x496904,0x262)]=_0x5222e5[_0x11b260(_0x428dca._0x44af62,0x271,0x1fa,_0x428dca._0x4818e6)],_0x5ec68b[_0x379765(0x4e9,0x45a,0x46f,_0x428dca._0x1013b2)+'t']=_0x5a5231,_0x5ec68b['template']=_0xbb4a86,_0x5ec68b[_0x379765(0x5e3,0x5e1,0x60a,_0x428dca._0x2dc43f)]=_0x13614b[_0x379765(_0x428dca._0x1789a9,0x509,_0x428dca._0x3e6567,0x471)],_0x3751b6[_0x11b260(_0x428dca._0x173007,_0x428dca._0x2c0df4,_0x428dca._0x1b4752,0x2f0)](_0x5f1cc0[_0x11b260(_0x428dca._0x36cfc3,0x346,0x278,0x2ec)],_0x5ec68b);const _0x4b9401={};_0x4b9401[_0x379765(_0x428dca._0x392366,0x5b1,0x614,_0x428dca._0x248bee)]=_0x5f1cc0['DgJag'],_0x4b9401[_0x379765(0x4ee,_0x428dca._0x5c9697,0x460,0x470)]=_0x5f1cc0[_0x379765(_0x428dca._0x7af5,0x558,_0x428dca._0x531584,_0x428dca._0x3ce991)],_0x924f23[_0x11b260(0x37c,0x2f1,0x366,0x309)](-0x52*0x21+-0x1*0x1901+-0x1*-0x2587)['json'](_0x4b9401);}}else{if(_0x279ad3[_0x11b260(0x28f,0x358,_0x428dca._0x47bac3,0x2cd)]===_0x379765(0x5d6,_0x428dca._0x4e3799,0x5bb,0x645)){if(_0x5f1cc0['crTdg'](_0x11b260(_0x428dca._0x45ecf3,_0x428dca._0x314983,_0x428dca._0x4e10fa,_0x428dca._0x5db664),_0x5f1cc0[_0x11b260(0x2a6,0x25f,0x2d1,_0x428dca._0x39b4b6)])){const _0x6b5660={};_0x6b5660[_0x379765(0x4ea,0x542,_0x428dca._0x1cf4ca,0x508)]='',_0x6b5660[_0x11b260(_0x428dca._0x92897d,_0x428dca._0x37c5fd,_0x428dca._0x3e4af2,0x1f6)+'t']=_0x22672e,_0x6b5660['path']=_0x5f1cc0[_0x11b260(_0x428dca._0x3d1bb7,0x286,_0x428dca._0xf6d6e6,0x264)],_0x6b5660[_0x11b260(0x373,_0x428dca._0x21ca8d,0x28b,0x2e2)]=![],_0x3e2c3c[_0x11b260(_0x428dca._0x3f2a61,_0x428dca._0x43666f,_0x428dca._0x558beb,_0x428dca._0x45c88c)](_0x6b5660);}else{const _0x551399={};_0x551399['taskId']=_0x53b39b[_0x379765(0x555,_0x428dca._0x248bee,_0x428dca._0x6ccf28,_0x428dca._0x5572fe)],_0x551399[_0x11b260(_0x428dca._0x1af5d1,_0x428dca._0x3ec467,_0x428dca._0x3b688e,_0x428dca._0x3ec59d)+'t']=_0x49ed74,_0x551399[_0x11b260(_0x428dca._0x58671e,0x2bb,_0x428dca._0xf52bb5,0x2f0)]=_0x4ab138['message'],_0x4398bc[_0x379765(_0x428dca._0x392366,0x5b8,_0x428dca._0x26aa5a,0x5b9)](_0x5f1cc0['hDxqO'],_0x551399);const _0xcc7a60={};_0xcc7a60[_0x11b260(_0x428dca._0x46876d,_0x428dca._0x71824e,0x383,_0x428dca._0x577fe1)]=_0x5f1cc0[_0x379765(_0x428dca._0x5a6b89,_0x428dca._0x10518b,0x515,_0x428dca._0x2844b5)],_0xcc7a60[_0x11b260(_0x428dca._0x33278f,_0x428dca._0x23b239,_0x428dca._0x35ec9b,_0x428dca._0x28b8e2)]=_0x5f1cc0[_0x379765(_0x428dca._0xdbf2e1,_0x428dca._0x4b0a45,0x4ba,0x517)],_0x42cb74['status'](-0x2*-0x827+0xcf5+-0x1*0x1b4f)[_0x379765(_0x428dca._0x495c25,0x5dd,_0x428dca._0x41706c,_0x428dca._0x1e892f)](_0xcc7a60);}}else{if(_0x5f1cc0[_0x379765(_0x428dca._0x1094dc,_0x428dca._0x259d19,_0x428dca._0x5e89ea,0x594)](_0x5f1cc0['FKAKY'],_0x5f1cc0[_0x11b260(_0x428dca._0x1d3289,0x347,_0x428dca._0xb5ee07,0x2f1)])){const _0x41d5ee={};_0x41d5ee[_0x11b260(_0x428dca._0x33a352,_0x428dca._0x3eb408,_0x428dca._0x116c82,0x262)]=_0x358400,_0x583d7a[_0x11b260(0x26a,0x25e,0x21c,_0x428dca._0x8dbce8)](_0x5f1cc0[_0x379765(_0x428dca._0x445ea7,_0x428dca._0x19291a,_0x428dca._0x25e903,0x5fd)],_0x41d5ee);const _0x2de74d={};return _0x2de74d['error']=_0x379765(_0x428dca._0x5a8bcd,0x54b,0x49f,0x535)+'t',_0x2de74d['message']=_0x5f1cc0[_0x11b260(0x29e,_0x428dca._0x340cff,_0x428dca._0x422118,0x2ad)],_0x3035cb[_0x11b260(0x298,0x2c7,_0x428dca._0x6eeb57,_0x428dca._0x5c2e66)](-0x36d*-0x9+-0x3*-0x9d2+-0x1f*0x1e5)[_0x11b260(_0x428dca._0x1dab5e,0x2dd,0x252,_0x428dca._0x32505e)](_0x2de74d);}else{const _0x3e75c2={};_0x3e75c2[_0x379765(0x555,_0x428dca._0x2c6e6c,_0x428dca._0x497ce9,0x50a)]=_0x46e9d0[_0x379765(0x555,_0x428dca._0x203024,0x583,0x568)],_0x3e75c2[_0x379765(_0x428dca._0x37c7cd,0x501,0x529,0x4c5)+'t']=_0x22672e,_0x3e75c2['error']=_0x279ad3[_0x11b260(0x1c6,0x1d2,_0x428dca._0x312c49,_0x428dca._0x28b8e2)],logger[_0x379765(0x5e3,0x59f,0x55d,_0x428dca._0x499f73)](_0x5f1cc0[_0x379765(0x5d8,0x55b,_0x428dca._0x53cfe2,_0x428dca._0x6f7ed0)],_0x3e75c2);const _0x31f7c4={};_0x31f7c4['error']=_0x5f1cc0[_0x11b260(_0x428dca._0x46ca58,_0x428dca._0x3c2c23,_0x428dca._0x3d489b,0x288)],_0x31f7c4[_0x11b260(_0x428dca._0x519e44,0x243,0x21b,0x1fb)]=_0x5f1cc0[_0x379765(0x522,_0x428dca._0x4b24d9,0x4df,0x4b5)],_0x3e2c3c['status'](-0x40a+-0x425*-0x1+0x1d9)[_0x11b260(0x26a,0x297,_0x428dca._0xcae89d,_0x428dca._0x1d281e)](_0x31f7c4);}}}}}),router[_0x109b82(0x582,0x543,0x532,0x53c)](_0x4d96c2(0x65b,0x647,0x5df,0x5e1)+_0x4d96c2(0x6bb,0x634,0x6bf,0x5fe),requireTaskAuth,requireInstructionsPermission,async(_0x3c1282,_0x4bc653)=>{const _0x12c336={_0x3c4e5a:0x42a,_0x177190:0x76,_0x129573:0x61,_0x47c8eb:0x464,_0x1bab70:0x22,_0x3c83fa:0xaa,_0x507f07:0x3f8,_0x307b84:0x3ff,_0x180df4:0x399,_0x189581:0x8c,_0x37002f:0xb3,_0x2e2cb6:0xef,_0x5700c7:0x12b,_0x28f6a1:0xdf,_0x4ba767:0x70,_0x16fa08:0xff,_0x56df51:0x11f,_0x5beb66:0x462,_0x3d5e89:0x4e6,_0x381674:0x3dd,_0x4c770c:0xd,_0x5eaca4:0x67,_0x2de9d3:0x94,_0xa578bb:0x1b,_0x191c3d:0x7,_0x2e42e5:0x43d,_0x13516f:0xf7,_0x44c1a2:0x3d7,_0x19dc36:0x344,_0x1d72a3:0x3c0,_0x3897f2:0x4a0,_0x426519:0x74,_0x4064e5:0xae,_0x3d7b1e:0xf0,_0x5c1a67:0x62,_0x5380fd:0x80,_0x11eaf0:0x452,_0x22d7cd:0x43c,_0x1af185:0x491,_0x4fc2a1:0x3fd,_0x3b52cf:0x428,_0x2ab511:0x460,_0x293b49:0x496,_0x27d65b:0xdc,_0x2eb9c8:0x334,_0x50f4ff:0x38b,_0x482392:0x3ad,_0x1d209:0x1e,_0x4d1653:0x76,_0x513ae8:0x414,_0x1002fe:0x35b,_0x202547:0x3da,_0x4d99b5:0xe0,_0x19b1e0:0x3ce,_0x54d393:0x494,_0x297385:0xe2,_0x52f17e:0xff,_0x510156:0x3b4,_0x1baacc:0x3d1,_0x40c922:0x3a8,_0x29c54a:0x3e4,_0x46ec31:0x3c3,_0xfe347c:0x3d9,_0x34002a:0x2a,_0x5e9cd8:0xbd,_0x51e400:0x3e5,_0x365276:0x48c,_0x54df1a:0x192,_0x51f687:0x105,_0x509585:0x114,_0x24fbac:0x3e0,_0x3b4e8d:0x403,_0xedce97:0x49e,_0x5341b9:0x40f,_0x3f1a75:0x344,_0x4d6af2:0x37c,_0x19b04f:0xdf,_0x25ff17:0x69,_0x36765d:0xd,_0x1a00a5:0x403,_0x142501:0x9c,_0x185b53:0x58,_0x4ea76c:0x57,_0x436629:0x12,_0x83ae77:0x77,_0x50a39b:0x7a,_0x1d1105:0xd0,_0x1da0b5:0xc3,_0x16376b:0x96,_0x534fc6:0x17,_0x458256:0x36,_0x231344:0x109,_0xea392a:0x3cd,_0x3eed46:0x20,_0x4489ec:0x366,_0x583da6:0x3af,_0x58a45f:0x418,_0x1697d1:0x428,_0xbce9fa:0x3cb,_0x1996b8:0x3a9,_0x2eb96f:0x3bf,_0x1428b0:0x368,_0x22708c:0x406,_0xe382e8:0x3a3,_0x2087b1:0xb1,_0x119319:0x7b,_0x26ffe9:0x2d,_0x39a08b:0x68,_0x42a965:0x10a,_0x168b50:0x46c,_0x423bba:0x3e8,_0xd4d31b:0x46d,_0x2d2f80:0x134,_0x58432d:0xdb,_0x4512bc:0x30,_0x1fce2e:0x4,_0x2d238d:0x314,_0x3bd332:0x3f9,_0x197bf8:0x3ce,_0x233480:0x421,_0x22139a:0x41e,_0x4e8c30:0x4cb,_0x4a9ea8:0x55,_0x30f04b:0x66,_0x34ab0b:0xf9,_0x748678:0x479,_0x24bd83:0xa2,_0x125928:0x109,_0x557efa:0xbe,_0x10faf6:0x4fb,_0x25db53:0x488,_0x217da5:0x4b6,_0x1115ac:0x34,_0x24a211:0x9e,_0x34283b:0x152,_0xbef224:0x8f,_0x20550e:0x511,_0x1f2396:0x49d,_0x4fadf4:0x124,_0x3b1056:0x119,_0x33e275:0xc2,_0x21d40d:0x50c,_0x44ff5e:0x496,_0x1e96e3:0xee,_0xc3c052:0x3a,_0x56f6f9:0xfb,_0x3894e7:0xcc,_0x46e942:0x13,_0x37963d:0x446,_0x16c76d:0x50d,_0x23f152:0x488,_0x557da1:0x432},_0x5eafe5={_0x4f4e9f:0x193};function _0x2f8f54(_0xb532c,_0x2eac02,_0x46a378,_0x5426c9){return _0x4d96c2(_0xb532c-0x13f,_0x46a378- -0x640,_0x46a378-0x4c,_0x2eac02);}const _0x5823d2={};_0x5823d2[_0x580e46(_0x12c336._0x3c4e5a,0x48c,0x48a,0x438)]='Bad\x20Reques'+'t',_0x5823d2[_0x2f8f54(-_0x12c336._0x177190,-_0x12c336._0x129573,-0xd4,-0x103)]='Invalid\x20te'+_0x580e46(0x4c8,0x4c6,0x468,_0x12c336._0x47c8eb)+'e',_0x5823d2[_0x2f8f54(-_0x12c336._0x1bab70,-0x8a,-_0x12c336._0x3c83fa,-0x66)]=_0x580e46(0x3a7,_0x12c336._0x507f07,_0x12c336._0x307b84,_0x12c336._0x180df4)+_0x2f8f54(-_0x12c336._0x189581,0x9,-0x45,-0xa5),_0x5823d2['mDxJY']=_0x2f8f54(-0x86,-0xe4,-_0x12c336._0x37002f,-_0x12c336._0x2e2cb6)+'ed',_0x5823d2[_0x2f8f54(-_0x12c336._0x5700c7,-0x4f,-_0x12c336._0x28f6a1,-0xca)]=function(_0x4dd5e9,_0x2671f0){return _0x4dd5e9===_0x2671f0;},_0x5823d2[_0x2f8f54(-0x13e,-_0x12c336._0x4ba767,-_0x12c336._0x16fa08,-_0x12c336._0x56df51)]=_0x580e46(_0x12c336._0x5beb66,_0x12c336._0x3d5e89,_0x12c336._0x381674,0x470),_0x5823d2[_0x2f8f54(-0x77,-_0x12c336._0x4c770c,-_0x12c336._0x5eaca4,-_0x12c336._0x2de9d3)]=_0x2f8f54(-0x5a,_0x12c336._0xa578bb,-_0x12c336._0x191c3d,0x7d)+_0x580e46(0x4d8,_0x12c336._0x2e42e5,0x453,0x475)+_0x2f8f54(-_0x12c336._0x13516f,-0x6f,-0x6f,-0xa0),_0x5823d2['cdVKr']=_0x580e46(0x356,_0x12c336._0x44c1a2,_0x12c336._0x19dc36,_0x12c336._0x1d72a3),_0x5823d2['Qtlmb']=_0x580e46(0x4be,0x42c,0x520,_0x12c336._0x3897f2),_0x5823d2[_0x2f8f54(-0x26,-_0x12c336._0x426519,-_0x12c336._0x4064e5,-_0x12c336._0x3d7b1e)]=_0x2f8f54(-0xc6,0xc,-_0x12c336._0x5c1a67,-_0x12c336._0x5380fd)+_0x580e46(0x478,0x4ce,0x4c9,_0x12c336._0x11eaf0)+_0x580e46(_0x12c336._0x22d7cd,0x450,0x3c1,0x3e3)+_0x580e46(_0x12c336._0x1af185,0x3c4,0x373,_0x12c336._0x4fc2a1),_0x5823d2[_0x580e46(_0x12c336._0x3b52cf,0x4e2,_0x12c336._0x2ab511,_0x12c336._0x293b49)]='Failed\x20to\x20'+_0x2f8f54(-0x168,-0xb4,-_0x12c336._0x27d65b,-0xfa)+_0x580e46(_0x12c336._0x2eb9c8,_0x12c336._0x50f4ff,0x354,_0x12c336._0x482392),_0x5823d2[_0x2f8f54(-_0x12c336._0x1d209,0x1d,-_0x12c336._0x4d1653,-0xa7)]='Internal\x20S'+_0x580e46(_0x12c336._0x513ae8,0x39f,_0x12c336._0x1002fe,_0x12c336._0x202547)+'r';const _0x5e985f=_0x5823d2,{callingTask:_0x26bd15,taskUser:_0x5f4496,environmentName:_0x24ce40,environmentPath:_0x4af6bb}=_0x3c1282;function _0x580e46(_0x323d7b,_0x2080c6,_0xb7caac,_0x3d9444){return _0x4d96c2(_0x323d7b-0x40,_0x3d9444- -_0x5eafe5._0x4f4e9f,_0xb7caac-0x18e,_0x323d7b);}const {content:_0x25ed68}=_0x3c1282[_0x2f8f54(-0xca,-0xa8,-0xb8,-_0x12c336._0x4d99b5)];if(_0x5e985f[_0x580e46(0x377,0x3d5,0x3e6,_0x12c336._0x19b1e0)](_0x25ed68,undefined)){if(_0x580e46(0x470,0x425,_0x12c336._0x54d393,0x470)!==_0x5e985f[_0x2f8f54(-_0x12c336._0x297385,-0xf2,-_0x12c336._0x52f17e,-0xeb)]){const _0x5672c7={};return _0x5672c7['error']=_0x5e985f[_0x580e46(_0x12c336._0x510156,0x3b8,0x3d0,0x438)],_0x5672c7[_0x580e46(_0x12c336._0x1baacc,0x3d9,0x3b3,_0x12c336._0x40c922)]=_0x5e985f[_0x580e46(_0x12c336._0x29c54a,_0x12c336._0x46ec31,0x34d,_0x12c336._0xfe347c)],_0x1a2ca2['status'](0x1*0x2507+0x1*0x1957+-0x3cce)[_0x2f8f54(-_0x12c336._0x34002a,-_0x12c336._0x5e9cd8,-0x8c,-0x11e)](_0x5672c7);}else{const _0x104831={};return _0x104831['error']=_0x5e985f[_0x580e46(_0x12c336._0x51e400,0x476,_0x12c336._0x365276,0x438)],_0x104831[_0x2f8f54(-_0x12c336._0x54df1a,-0xeb,-_0x12c336._0x51f687,-0xa8)]=_0x5e985f[_0x2f8f54(-0xc6,-0xb3,-0x67,-0x73)],_0x4bc653['status'](0x1f82+-0x4*0x4ff+-0x22*0x4b)[_0x2f8f54(-0xaf,-0x43,-_0x12c336._0x189581,-_0x12c336._0x509585)](_0x104831);}}const _0x485d99={};_0x485d99[_0x580e46(_0x12c336._0x24fbac,0x40e,_0x12c336._0x3b4e8d,0x40f)]=_0x26bd15[_0x580e46(_0x12c336._0xedce97,0x39c,0x3c2,_0x12c336._0x5341b9)],_0x485d99[_0x580e46(_0x12c336._0x3f1a75,0x31a,_0x12c336._0x4d6af2,0x3a3)+'t']=_0x24ce40,_0x485d99[_0x2f8f54(-_0x12c336._0x19b04f,-0x64,-_0x12c336._0x25ff17,-_0x12c336._0x36765d)]=_0x5f4496['id'],_0x485d99[_0x580e46(0x46b,0x442,0x397,0x41f)]=_0x5f4496[_0x580e46(0x3f5,_0x12c336._0x1a00a5,0x440,0x41f)],_0x485d99[_0x2f8f54(-_0x12c336._0x142501,-_0x12c336._0x185b53,-_0x12c336._0x4ea76c,_0x12c336._0x436629)+'gth']=_0x25ed68['length'],logger[_0x2f8f54(-_0x12c336._0x83ae77,-0xc6,-_0x12c336._0x50a39b,-0xd5)](_0x2f8f54(-0xa2,-_0x12c336._0x1d1105,-_0x12c336._0x1da0b5,-_0x12c336._0x16376b)+_0x2f8f54(0x55,_0x12c336._0x534fc6,-_0x12c336._0x458256,-0xc8)+'nment\x20inst'+_0x2f8f54(-_0x12c336._0x231344,-0x4,-0x87,-0x98),_0x485d99);const _0x25e7bd=_0x19d1ae['join'](_0x4af6bb,_0x5e985f[_0x580e46(0x47a,0x4e5,0x444,0x45c)]),_0x4be52d=new Date()[_0x580e46(0x413,0x3dc,0x44b,_0x12c336._0xea392a)+'g']();try{const _0x552a6={};_0x552a6[_0x2f8f54(-_0x12c336._0x3eed46,0x60,-0x24,0x66)]=!![],await _0x589fab[_0x580e46(0x380,_0x12c336._0x4489ec,0x3dd,_0x12c336._0x583da6)](_0x4af6bb,_0x552a6),await _0x589fab[_0x580e46(_0x12c336._0x58a45f,_0x12c336._0x1697d1,_0x12c336._0xbce9fa,0x3f9)](_0x25e7bd,_0x25ed68,_0x5e985f[_0x580e46(_0x12c336._0x1996b8,0x429,0x341,_0x12c336._0x2eb96f)]);const _0x2e22f4={};_0x2e22f4['taskId']=_0x26bd15['taskId'],_0x2e22f4[_0x580e46(_0x12c336._0x1428b0,_0x12c336._0x22708c,0x39b,_0x12c336._0xe382e8)+'t']=_0x24ce40,_0x2e22f4['userId']=_0x5f4496['id'],logger[_0x2f8f54(-0x9d,-_0x12c336._0x2087b1,-_0x12c336._0x50a39b,-0xc3)](_0x5e985f[_0x580e46(0x488,0x3bc,0x449,_0x12c336._0x307b84)],_0x2e22f4);const _0x495bf1={};_0x495bf1[_0x2f8f54(-0x84,-_0x12c336._0x119319,-_0x12c336._0x26ffe9,-_0x12c336._0x39a08b)]=!![],_0x495bf1[_0x2f8f54(-0xca,-0x15e,-_0x12c336._0x42a965,-0xd9)+'t']=_0x24ce40,_0x495bf1[_0x580e46(_0x12c336._0x168b50,0x485,0x4a2,0x481)]=_0x5e985f[_0x580e46(0x3f3,_0x12c336._0x44c1a2,0x44b,0x45c)],_0x495bf1[_0x580e46(_0x12c336._0x423bba,0x3da,0x404,_0x12c336._0xd4d31b)]=_0x4be52d,_0x495bf1[_0x2f8f54(-0x79,-_0x12c336._0x2d2f80,-_0x12c336._0x58432d,-0x10f)+_0x2f8f54(-0xd3,-0x189,-0x106,-0x11b)]=_0x26bd15[_0x2f8f54(-0xdd,-0xce,-0x9e,-0x82)],_0x495bf1[_0x2f8f54(0x73,_0x12c336._0x4512bc,-_0x12c336._0x1fce2e,-0x52)+_0x580e46(0x392,_0x12c336._0x2d238d,_0x12c336._0x3bd332,0x39f)]=_0x5f4496['id'],_0x4bc653[_0x580e46(0x3b4,0x3ab,_0x12c336._0x197bf8,_0x12c336._0x233480)](_0x495bf1);}catch(_0x152134){if(_0x580e46(0x433,_0x12c336._0x22139a,_0x12c336._0x4e8c30,0x458)!==_0x2f8f54(-0xdc,-0x24,-_0x12c336._0x4a9ea8,-_0x12c336._0x1da0b5)){const _0x28e962={};_0x28e962[_0x2f8f54(-0xb3,-_0x12c336._0x30f04b,-0x9e,-0x22)]=_0x229dae,_0x28e962[_0x2f8f54(-_0x12c336._0x34ab0b,-_0x12c336._0x58432d,-0x69,-0xe9)]=_0x3b8fc3,_0x50827d[_0x580e46(_0x12c336._0x748678,0x3e0,_0x12c336._0x1996b8,0x425)](_0x5e985f[_0x2f8f54(-_0x12c336._0x24bd83,-_0x12c336._0x125928,-0xaa,-_0x12c336._0x557efa)],_0x28e962);const _0x3eb339={};return _0x3eb339['error']=_0x5e985f[_0x580e46(0x4b8,0x467,_0x12c336._0x10faf6,_0x12c336._0x25db53)],_0x3eb339['message']='Task\x20owner'+'\x20not\x20found',_0x9f4574[_0x580e46(0x445,0x545,0x53c,_0x12c336._0x217da5)](-0x254f*-0x1+-0x1*0x200d+-0x3b1)['json'](_0x3eb339);}else{const _0x4f3292={};_0x4f3292['taskId']=_0x26bd15[_0x2f8f54(-_0x12c336._0x1115ac,-0x103,-_0x12c336._0x24a211,-0x2c)],_0x4f3292[_0x2f8f54(-_0x12c336._0x34283b,-0xb0,-0x10a,-_0x12c336._0xbef224)+'t']=_0x24ce40,_0x4f3292[_0x580e46(0x43a,_0x12c336._0x20550e,0x491,_0x12c336._0x1f2396)]=_0x152134[_0x2f8f54(-_0x12c336._0x4fadf4,-_0x12c336._0x3b1056,-0x105,-_0x12c336._0x33e275)],logger['error'](_0x5e985f[_0x580e46(_0x12c336._0x5beb66,0x4e2,_0x12c336._0x21d40d,_0x12c336._0x44ff5e)],_0x4f3292);const _0x2a6f2c={};_0x2a6f2c['error']=_0x5e985f[_0x2f8f54(-_0x12c336._0x1e96e3,-_0x12c336._0xc3c052,-0x76,-_0x12c336._0x56f6f9)],_0x2a6f2c[_0x2f8f54(-_0x12c336._0x3894e7,-0x18c,-0x105,-0xc4)]=_0x2f8f54(-0x7b,-0x61,-0x6e,0x24)+_0x2f8f54(_0x12c336._0x46e942,0x15,-0x2e,-0x4)+_0x580e46(_0x12c336._0x37963d,_0x12c336._0x16c76d,0x505,0x49b)+'ile',_0x4bc653['status'](-0x3b*0x97+-0x1807*-0x1+0xcba)[_0x580e46(_0x12c336._0x23f152,_0x12c336._0x557da1,0x3d5,0x421)](_0x2a6f2c);}}}),router[_0x109b82(0x48b,0x47f,0x486,0x509)]('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x301964,_0x17c568)=>{const _0x510798={_0x157717:0x1e7,_0x16eace:0x242,_0x28bcb4:0x1ba,_0x5331f1:0x156,_0x379ae4:0x437,_0x34d7ae:0x386,_0x3f46d5:0x2fa,_0x2c1625:0x26e,_0x90a62a:0x22e,_0x149aa2:0x35a,_0xb44120:0x400,_0x1a3a9b:0x1cd,_0x13a2fd:0x189,_0x461317:0x213,_0x4dd762:0x1a7,_0x53bb74:0x308,_0xd22722:0x380,_0xb23b1a:0x2e7,_0x1ec9ba:0x29c,_0x86b75f:0x2e9,_0x5be864:0x346,_0x123db2:0x32e,_0x210af5:0x2f1,_0x36b3fd:0x1f1,_0x3523fe:0x32c,_0x1e2148:0x2fb,_0x20ab90:0x428,_0x540efe:0x409,_0x4d1b4f:0x1bb,_0x140e92:0x221,_0x2576d6:0x1e6,_0xfd8b33:0x220,_0x3154e7:0x373,_0x366ec9:0x3bc,_0x1923f5:0x324,_0x2c583a:0x2c2,_0x454c81:0x1bd,_0x15080:0x19e,_0x300fe3:0x1b7,_0x390977:0x162,_0x435be5:0x1d5,_0x17c4a6:0x18b,_0x10fcd1:0x150,_0x2bc6bf:0x2eb,_0x16bb45:0x2db,_0x29a8ee:0x378,_0x47a80b:0x320,_0x4366dc:0x365,_0x5d641a:0x1fd,_0x56eeb7:0x1fb,_0x3e3011:0x193,_0xce0a51:0x3a6,_0x35034e:0x356,_0x4b8721:0x333,_0x4de959:0x3e1,_0x33067f:0x2b5,_0x10acba:0x29e,_0x50b1f0:0x1f4,_0x5ee4b5:0x249,_0xb9f080:0x25d,_0x54342a:0x235,_0x18a41f:0x24a,_0xe600fd:0x1db,_0xf27e46:0x1d7,_0x386d11:0x259,_0x36feef:0x1e9,_0x547b86:0x3b6,_0x17f50a:0x20b,_0x1e6ef8:0x405,_0x21b681:0x328,_0x169d80:0x2bb,_0x32734c:0x38f,_0x4aa22f:0x187,_0x459ed5:0x217,_0x310f01:0x1d6,_0x1fd5cc:0x1cd,_0x18eef2:0x1c9,_0x1dbf20:0x3b3,_0x2e1e63:0x3cb,_0x5ba73a:0x1f2,_0x11122e:0x1fa,_0x3793b6:0x23d,_0x1ab8bd:0x2b4,_0x25bf1b:0x211,_0x20dcca:0x1e2,_0x4740b1:0x315,_0x244b72:0x385,_0x119472:0x268,_0x3ff0e1:0x309,_0x9113a8:0x2e1,_0x42f976:0x28d,_0x12cfea:0x302,_0x126939:0x27c,_0x15cab8:0x3ae,_0x5e79c2:0x38c,_0x69eef6:0x34b,_0x59667f:0x32f,_0x5d82be:0x1b1,_0x43a1e6:0x2b9,_0x504ea4:0x339,_0x2e8b3c:0x1aa,_0x165b64:0x260,_0x589877:0x1e1,_0x50c5c5:0x211,_0x264e3a:0x1a1,_0x12dde8:0x18a,_0x41241c:0xff,_0x4eedf2:0x332,_0x488664:0x2c8,_0xb2e7c6:0x1d8,_0x4ac08b:0x1cc,_0x226a71:0x3c7,_0x5ab264:0x3fa,_0x4230e3:0x36b,_0x5cf285:0x332},_0x54195f={_0x57798b:0x3f2,_0x1bed57:0x430,_0x5811b4:0x4b3,_0x123907:0x467,_0x261ac5:0x2ac,_0x4acb8d:0x30d,_0x578294:0x459,_0x16e337:0x4a5,_0x3e456d:0x412,_0x1ced32:0x531,_0x366ec6:0x293,_0x3877e5:0x2b7,_0x2040f2:0x4ba,_0x5746b9:0x46d,_0x1a4e03:0x4f3,_0x3895e2:0x4a1,_0x1046cc:0x47b,_0x3c2125:0x317,_0x373273:0x325,_0x22d5df:0x3a9},_0x376f06={_0xefb8d2:0xf3,_0x2d2e4c:0xce},_0x4c082d={_0x1ed6a1:0xd5,_0x15a0f5:0x196},_0x373055={};_0x373055[_0xac0bd1(_0x510798._0x157717,_0x510798._0x16eace,_0x510798._0x28bcb4,_0x510798._0x5331f1)]=_0x293eca(0x3b7,0x42d,0x378,_0x510798._0x379ae4)+_0x293eca(_0x510798._0x34d7ae,_0x510798._0x3f46d5,0x2f7,0x305)+_0xac0bd1(_0x510798._0x2c1625,0x225,_0x510798._0x90a62a,0x252),_0x373055[_0x293eca(0x3b6,_0x510798._0x149aa2,_0x510798._0xb44120,0x32d)]=_0xac0bd1(_0x510798._0x1a3a9b,_0x510798._0x13a2fd,_0x510798._0x461317,_0x510798._0x4dd762)+_0x293eca(_0x510798._0x53bb74,0x33c,0x373,_0x510798._0xd22722)+_0xac0bd1(_0x510798._0xb23b1a,0x27d,_0x510798._0x1ec9ba,0x286)+_0x293eca(0x2c6,0x33e,_0x510798._0x86b75f,_0x510798._0x5be864),_0x373055[_0x293eca(_0x510798._0x123db2,0x2ba,0x2b5,_0x510798._0x210af5)]=_0xac0bd1(0x216,_0x510798._0x36b3fd,0x1d4,0x1f1)+_0x293eca(0x2c6,0x2cb,_0x510798._0x3523fe,_0x510798._0x1e2148),_0x373055[_0x293eca(0x3b0,0x324,_0x510798._0x20ab90,_0x510798._0x540efe)]=function(_0x35989d,_0x2e6bbd){return _0x35989d===_0x2e6bbd;},_0x373055[_0xac0bd1(_0x510798._0x4d1b4f,0x1c0,0x1ab,_0x510798._0x140e92)]='GUQsd',_0x373055['xrqcV']=function(_0x64bb83,_0x1dda0a){return _0x64bb83===_0x1dda0a;},_0x373055[_0xac0bd1(0x264,0x187,_0x510798._0x2576d6,_0x510798._0xfd8b33)]=_0x293eca(_0x510798._0x3154e7,0x310,0x361,_0x510798._0x366ec9),_0x373055[_0xac0bd1(0x301,_0x510798._0x1923f5,0x292,_0x510798._0x2c583a)]=function(_0x2ea938,_0x291f0d){return _0x2ea938===_0x291f0d;},_0x373055[_0xac0bd1(_0x510798._0x454c81,0x1aa,0x1aa,_0x510798._0x15080)]=_0x293eca(0x350,0x30f,0x2d3,0x3db)+_0xac0bd1(_0x510798._0x300fe3,_0x510798._0x390977,_0x510798._0x435be5,0x156)+'ates',_0x373055[_0xac0bd1(0x108,0x1b9,_0x510798._0x17c4a6,_0x510798._0x10fcd1)]='Internal\x20S'+_0x293eca(_0x510798._0x2bc6bf,_0x510798._0x16bb45,_0x510798._0x29a8ee,0x264)+'r';const _0x1f8499=_0x373055,{callingTask:_0x121399,environmentName:_0x31bc71,environmentPath:_0x2e23dc}=_0x301964,_0x45a09d={};_0x45a09d[_0x293eca(_0x510798._0x47a80b,0x394,0x355,_0x510798._0x4366dc)]=_0x121399['taskId'],_0x45a09d[_0xac0bd1(_0x510798._0x5d641a,_0x510798._0x56eeb7,_0x510798._0x3e3011,0x131)+'t']=_0x31bc71,logger[_0x293eca(0x344,0x3b0,_0x510798._0xce0a51,_0x510798._0x35034e)](_0x1f8499['JTFnT'],_0x45a09d);function _0x293eca(_0x585e84,_0x11a009,_0x37df76,_0x24ed5b){return _0x109b82(_0x24ed5b,_0x11a009-_0x4c082d._0x1ed6a1,_0x585e84- -_0x4c082d._0x15a0f5,_0x24ed5b-0x1db);}const _0x4f98da=_0x19d1ae['join'](_0x2e23dc,_0x1f8499['fbLYT']);function _0xac0bd1(_0x4172f0,_0x52d83f,_0x47fe85,_0x440c38){return _0x109b82(_0x52d83f,_0x52d83f-_0x376f06._0xefb8d2,_0x47fe85- -0x2b7,_0x440c38-_0x376f06._0x2d2e4c);}try{if(_0x1f8499[_0x293eca(0x3b0,_0x510798._0x4b8721,0x361,_0x510798._0x4de959)](_0x1f8499[_0x293eca(0x2cc,0x34f,_0x510798._0x33067f,_0x510798._0x10acba)],_0x1f8499[_0xac0bd1(0x1e1,0x174,0x1ab,_0x510798._0x50b1f0)])){const _0xeabe7=await _0x589fab[_0xac0bd1(_0x510798._0x5ee4b5,0x205,0x24e,_0x510798._0xb9f080)](_0x4f98da),_0x56762e=_0xeabe7[_0x293eca(0x2c3,_0x510798._0x54342a,0x2ec,0x31c)](_0x17e806=>_0x17e806[_0x293eca(0x3ab,0x410,0x407,0x402)](_0xac0bd1(0x198,0x1d3,0x1dc,0x16d))),_0x451190=await Promise[_0xac0bd1(_0x510798._0x18a41f,0x251,_0x510798._0xe600fd,_0x510798._0xf27e46)](_0x56762e['map'](async _0x26b3cf=>{const _0x2e64d8={_0x190811:0xe7},_0x2e9cad={_0x411967:0x1d3,_0x3a42b6:0x19a},_0x4039b7=_0x26b3cf[_0x6e8203(_0x54195f._0x57798b,0x438,0x3be,0x36b)](/\.md$/,'');function _0x6e8203(_0x3555ac,_0x4cb176,_0x5ef54d,_0x161f57){return _0x293eca(_0x5ef54d-0xf4,_0x4cb176-_0x2e9cad._0x411967,_0x5ef54d-_0x2e9cad._0x3a42b6,_0x161f57);}const _0x1745e5=_0x19d1ae[_0x6e8203(0x33d,0x350,0x3b9,0x3ba)](_0x4f98da,_0x4039b7+_0x6e8203(_0x54195f._0x1bed57,0x4e6,_0x54195f._0x5811b4,_0x54195f._0x123907));let _0x3c1421=null;try{const _0x1e5bdf=await _0x589fab[_0x45b309(0x280,_0x54195f._0x261ac5,0x2ba,_0x54195f._0x4acb8d)](_0x1745e5,_0x6e8203(0x530,_0x54195f._0x578294,_0x54195f._0x16e337,_0x54195f._0x3e456d));_0x3c1421=JSON[_0x6e8203(0x4c6,0x481,0x4b4,_0x54195f._0x1ced32)](_0x1e5bdf);}catch{}const _0x57d685={};_0x57d685[_0x45b309(0x2c4,_0x54195f._0x366ec6,0x2a9,_0x54195f._0x3877e5)]=_0x4039b7,_0x57d685['filename']=_0x26b3cf;function _0x45b309(_0x3fbb70,_0x400a46,_0x1b9784,_0x5e8f59){return _0x293eca(_0x5e8f59- -0x1d,_0x400a46-0x18,_0x1b9784-_0x2e64d8._0x190811,_0x400a46);}return _0x57d685[_0x6e8203(_0x54195f._0x2040f2,_0x54195f._0x5746b9,0x47b,_0x54195f._0x1a4e03)+'n']=_0x3c1421?.[_0x6e8203(0x44c,_0x54195f._0x3895e2,_0x54195f._0x1046cc,0x446)+'n']||null,_0x57d685[_0x45b309(_0x54195f._0x3c2125,0x3ef,_0x54195f._0x373273,_0x54195f._0x22d5df)+'a']=_0x3c1421!==null,_0x57d685;})),_0x2ad40f={};_0x2ad40f[_0xac0bd1(_0x510798._0x386d11,_0x510798._0x36feef,0x23d,0x23d)]=_0x451190,_0x2ad40f['environmen'+'t']=_0x31bc71,_0x17c568['json'](_0x2ad40f);}else _0x400287=_0x51e366[_0x293eca(0x34d,0x2e5,_0x510798._0x547b86,0x349)],_0x2c163f=_0x389f8f[_0xac0bd1(0x246,0x1ad,_0x510798._0x17f50a,0x18a)],_0x1cc7d9=_0x2ffd2a[_0x293eca(0x393,_0x510798._0x1e6ef8,0x3d7,0x41d)+'g'];}catch(_0x4884a7){if(_0x1f8499[_0x293eca(_0x510798._0x21b681,_0x510798._0x169d80,_0x510798._0x32734c,0x2d6)](_0x1f8499[_0xac0bd1(0x25b,_0x510798._0x4aa22f,0x1e6,_0x510798._0x459ed5)],_0x1f8499[_0xac0bd1(_0x510798._0x310f01,_0x510798._0x1fd5cc,0x1e6,_0x510798._0x18eef2)])){if(_0x1f8499[_0x293eca(_0x510798._0x1dbf20,0x446,_0x510798._0x2e1e63,0x41d)](_0x4884a7['code'],_0xac0bd1(0x289,0x21f,0x280,_0x510798._0x5ba73a))){const _0x52fdc7={};_0x52fdc7[_0xac0bd1(_0x510798._0x11122e,0x279,_0x510798._0x3793b6,0x205)]=[],_0x52fdc7[_0x293eca(_0x510798._0x1ab8bd,0x311,0x2fa,0x2a6)+'t']=_0x31bc71,_0x17c568[_0xac0bd1(0x24a,0x18d,_0x510798._0x25bf1b,_0x510798._0x20dcca)](_0x52fdc7);}else{const _0x35e966={};_0x35e966[_0x293eca(_0x510798._0x47a80b,0x374,0x2cc,0x2e5)]=_0x121399[_0x293eca(_0x510798._0x47a80b,0x36c,_0x510798._0x4740b1,_0x510798._0x244b72)],_0x35e966[_0x293eca(_0x510798._0x1ab8bd,_0x510798._0x119472,_0x510798._0x3ff0e1,_0x510798._0x9113a8)+'t']=_0x31bc71,_0x35e966['error']=_0x4884a7['message'],logger[_0xac0bd1(0x275,0x2ef,_0x510798._0x42f976,0x30f)](_0x1f8499[_0x293eca(0x2cb,0x2e0,_0x510798._0x12cfea,_0x510798._0x126939)],_0x35e966);const _0x24a7ee={};_0x24a7ee[_0x293eca(_0x510798._0x15cab8,_0x510798._0x5e79c2,_0x510798._0x69eef6,_0x510798._0x59667f)]=_0x1f8499[_0xac0bd1(_0x510798._0x5d82be,_0x510798._0x454c81,0x18b,0x1e1)],_0x24a7ee[_0x293eca(_0x510798._0x43a1e6,0x2d6,0x239,_0x510798._0x504ea4)]=_0x1f8499[_0xac0bd1(0x1a5,0x16a,_0x510798._0x2e8b3c,0x16e)],_0x17c568['status'](0x1448+0x17*0x4d+-0x193f)[_0xac0bd1(_0x510798._0x165b64,_0x510798._0x589877,_0x510798._0x50c5c5,0x275)](_0x24a7ee);}}else{const _0x51da35={};return _0x51da35[_0xac0bd1(0x267,0x222,0x28d,0x2fe)]=_0xac0bd1(0x153,_0x510798._0x264e3a,_0x510798._0x12dde8,_0x510798._0x41241c)+'t',_0x51da35[_0x293eca(0x2b9,_0x510798._0x4eedf2,_0x510798._0x488664,0x27e)]=_0x1f8499[_0xac0bd1(_0x510798._0xb2e7c6,_0x510798._0x4ac08b,_0x510798._0x28bcb4,0x154)],_0x49a2ad[_0x293eca(_0x510798._0x226a71,_0x510798._0x5ab264,_0x510798._0x4230e3,0x3aa)](-0xc96+0x1883+0x7*-0x17b)[_0x293eca(_0x510798._0x5cf285,0x373,0x38c,0x2e3)](_0x51da35);}}}),router['get'](_0x109b82(0x527,0x4d1,0x4db,0x501)+_0x109b82(0x459,0x48d,0x4d8,0x52b),requireTaskAuth,requireTemplatesPermission,async(_0x4f68bc,_0x78ff3e)=>{const _0x3502d9={_0x3b25fe:0x6c,_0x8f1f97:0x4b,_0x3f0c6c:0x99,_0x101178:0x7b,_0x385874:0x10b,_0x2f9a6d:0x8f,_0x277dd0:0x7e,_0x54d5bf:0xf0,_0x142567:0xd6,_0x3572c4:0x68,_0x4a76e3:0x4e,_0x37d243:0x39,_0x5c4b48:0x21,_0x5b0cb5:0x60,_0x38ac4b:0xa8,_0x3b8efd:0xb2,_0x283997:0x89,_0x217ac9:0x8b,_0x2c9564:0x7d,_0x3f5f43:0x1f,_0x154663:0xac,_0x32890a:0x59,_0x423752:0x5c,_0x5c37ab:0x88,_0x23e037:0x6d,_0x4c30f7:0x5,_0x35901d:0x88,_0x47a199:0x89,_0x125446:0x8,_0xa667ea:0x57,_0x4b9077:0x22,_0x8e7139:0xdd,_0xc9224a:0xab,_0x529b7e:0x2f,_0x3bcbf8:0x37,_0x30c844:0x9c,_0x1110de:0x83,_0x133f7e:0x72,_0x1fa422:0xd0,_0x52cde6:0x69,_0x19ef88:0x46,_0x1afa1f:0x10,_0x9818e4:0x50,_0x4fe74c:0x4c,_0x4ff717:0x81,_0x2e692c:0x3f,_0x514090:0x12,_0x128c96:0x4a,_0x691d0e:0x2,_0x3d98f1:0x71,_0x20750f:0x92,_0x54a3ca:0x64,_0x179c2c:0x46,_0x21893d:0x40,_0x3ff9a4:0x99,_0x250635:0x3d,_0x5813b7:0xc,_0xb042a7:0x44,_0x40f745:0xe3,_0x512ad8:0xe5,_0x469d98:0xad,_0x521396:0x26,_0x44dba5:0x60,_0x1e576e:0x31,_0x3001ee:0x3,_0x25d12a:0x1d,_0x2fdce3:0x6,_0x28ff4e:0x31,_0x38ff0d:0x62,_0x5c4550:0xb3,_0x4c59b0:0x95,_0x581e05:0x5d,_0x3adfac:0x125,_0x5149a1:0x12e,_0x3f0344:0x5,_0x32e4f1:0x1c,_0x432069:0x1d,_0xe5d5ee:0x24,_0x14217c:0x78,_0x3c8ecd:0xb3,_0x41c4f5:0xa7,_0x19a136:0x23,_0x1b9048:0x80,_0x340b70:0x51,_0x111cf6:0xc6,_0x442fb3:0xa9,_0x1a7e46:0x2d,_0x936d51:0x59,_0x2cbd08:0x63,_0x41ac92:0x1f,_0x5afccb:0x32,_0x31729d:0x6a,_0x12e129:0xe6,_0x421e56:0x57,_0x34729d:0x66,_0x1089e4:0xdb,_0x2e2cd3:0x5e,_0x5d29ef:0x84,_0xc3acb3:0x3,_0x50cf2e:0x20,_0x1cea95:0x11,_0x27d689:0x2,_0xa938a4:0x6a,_0x62889c:0x10f,_0x4eea63:0x1b,_0x1deeaa:0xa9,_0x26ac5d:0x51,_0x39bb90:0xbe,_0x54377d:0x4d,_0x285267:0x6,_0x5d940a:0xfa,_0x46f5f0:0x98,_0x33c358:0xdf,_0x2e5665:0x21,_0x228247:0x15,_0xf25830:0x19,_0x4f3310:0x10a,_0x5044e8:0x7,_0x1e8388:0x29,_0x42db58:0x82,_0x579040:0x9f,_0x5093fe:0x6d,_0x1fe770:0x0,_0x4492ae:0x8a,_0x9435bd:0xaa,_0x39882b:0xb8,_0x2a0e51:0x9c,_0x460234:0x50,_0x57aafe:0x33,_0x84da54:0x85,_0xf54e48:0x36,_0x4f72ca:0xb4,_0x4b88e3:0x2b,_0x4114aa:0x54,_0x35e9c1:0x5d,_0x3a8cc4:0xb1,_0x5f22d3:0x4a,_0x4ffa5c:0x81,_0x59ac13:0xb9,_0xf5a838:0x106,_0x221a48:0x56,_0x3f577c:0x3,_0xa0cf44:0x9b,_0x307fb4:0x4e,_0x291bdb:0x30,_0x9b1ba2:0x13d,_0x6e03b0:0x55,_0x1f9db8:0xa,_0x1ddc14:0x5d,_0x26b62a:0x9,_0x1d75bf:0x3a,_0x29cba5:0x1a,_0x504ea0:0x46,_0x464792:0x44,_0x476786:0xd2,_0x18ee1d:0x34,_0x297c24:0xf7,_0x21d242:0x3a,_0x35927d:0x9c,_0x3b0366:0x71,_0x56bad8:0x47},_0x422140={_0xc7e06:0x21,_0x14c609:0x4ac},_0x5bd06f={};_0x5bd06f['cOYLC']='Internal\x20S'+_0x278e61(-0xbc,0x4e,-0x2b,-0x53)+'r';function _0x278e61(_0x34880e,_0x1c688c,_0x5d6fa4,_0x6f52b7){return _0x109b82(_0x1c688c,_0x1c688c-_0x422140._0xc7e06,_0x5d6fa4- -_0x422140._0x14c609,_0x6f52b7-0x16d);}_0x5bd06f[_0x1ea303(0x16,-0x58,-0x4b,-_0x3502d9._0x3b25fe)]=_0x1ea303(-0x6a,-_0x3502d9._0x8f1f97,_0x3502d9._0x3f0c6c,0x15)+_0x278e61(_0x3502d9._0x101178,_0x3502d9._0x385874,_0x3502d9._0x2f9a6d,_0x3502d9._0x277dd0)+'late',_0x5bd06f[_0x1ea303(-0xf3,-_0x3502d9._0x54d5bf,-_0x3502d9._0x142567,-_0x3502d9._0x3572c4)]=_0x1ea303(_0x3502d9._0x4a76e3,0x7,_0x3502d9._0x37d243,_0x3502d9._0x5c4b48)+_0x278e61(_0x3502d9._0x5b0cb5,_0x3502d9._0x38ac4b,_0x3502d9._0x3b8efd,_0x3502d9._0x283997)+_0x1ea303(-_0x3502d9._0x217ac9,-_0x3502d9._0x5c4b48,-0x70,-0x28)+_0x1ea303(-_0x3502d9._0x8f1f97,-0x4a,-_0x3502d9._0x2c9564,-0x80)+_0x1ea303(_0x3502d9._0x3f5f43,0x62,_0x3502d9._0x154663,_0x3502d9._0x32890a)+'D',_0x5bd06f[_0x278e61(-0x32,0x32,_0x3502d9._0x423752,_0x3502d9._0x5c37ab)]=_0x1ea303(-_0x3502d9._0x23e037,0x30,-_0x3502d9._0x4c30f7,-0x30)+'ed',_0x5bd06f[_0x278e61(0x8e,_0x3502d9._0x35901d,_0x3502d9._0x47a199,0xe1)]='Invalid\x20ta'+_0x278e61(0x8f,0x52,0x36,-_0x3502d9._0x125446),_0x5bd06f[_0x278e61(_0x3502d9._0xa667ea,0x99,_0x3502d9._0x4b9077,0x78)]='Invalid\x20te'+_0x278e61(_0x3502d9._0x8e7139,-0x22,0x5f,0xa1)+'e',_0x5bd06f[_0x1ea303(-_0x3502d9._0xc9224a,0x22,-0x74,-_0x3502d9._0x529b7e)]=_0x1ea303(0x6,_0x3502d9._0x3bcbf8,0x62,0x16)+_0x1ea303(-0xb,_0x3502d9._0x30c844,_0x3502d9._0x1110de,_0x3502d9._0x133f7e)+'te',_0x5bd06f[_0x1ea303(-0xdf,-_0x3502d9._0x1fa422,-0xc4,-_0x3502d9._0x52cde6)]=_0x1ea303(-0x1d,-0x22,-0x92,-_0x3502d9._0x19ef88)+_0x278e61(-_0x3502d9._0x1afa1f,-0x3d,-_0x3502d9._0x9818e4,-_0x3502d9._0x4fe74c),_0x5bd06f['zMMmO']='utf-8',_0x5bd06f[_0x1ea303(_0x3502d9._0x4ff717,0x82,_0x3502d9._0x2e692c,-_0x3502d9._0x514090)]=function(_0x3285f3,_0x3e2539){return _0x3285f3!==_0x3e2539;},_0x5bd06f[_0x1ea303(0x55,-0x19,-_0x3502d9._0x128c96,_0x3502d9._0x691d0e)]=_0x1ea303(-_0x3502d9._0x3d98f1,-0x83,0x93,0x8),_0x5bd06f['IyxIA']=function(_0x2100f1,_0x4efb33){return _0x2100f1===_0x4efb33;},_0x5bd06f[_0x278e61(0x8d,_0x3502d9._0x20750f,_0x3502d9._0x54a3ca,_0x3502d9._0x179c2c)]=_0x1ea303(0x19,0x82,_0x3502d9._0x2e692c,0x66),_0x5bd06f[_0x278e61(0x4e,_0x3502d9._0x21893d,-0x11,-_0x3502d9._0x3ff9a4)]=_0x1ea303(0x5d,0x3b,_0x3502d9._0x250635,_0x3502d9._0x5813b7);function _0x1ea303(_0x5c256e,_0x590791,_0x4bcad8,_0x146917){return _0x109b82(_0x5c256e,_0x590791-0x12b,_0x146917- -0x4d1,_0x146917-0x1a1);}_0x5bd06f[_0x1ea303(-0x75,-_0x3502d9._0xb042a7,-_0x3502d9._0x40f745,-0x54)]=_0x278e61(-_0x3502d9._0x512ad8,-0x1f,-0x72,-_0x3502d9._0x469d98);const _0x311752=_0x5bd06f,{callingTask:_0x148902,environmentName:_0x2964e1,environmentPath:_0x5e49eb}=_0x4f68bc,{name:_0x524860}=_0x4f68bc[_0x1ea303(-_0x3502d9._0x521396,_0x3502d9._0x44dba5,_0x3502d9._0x1e576e,-_0x3502d9._0x1afa1f)];if(_0x524860['includes']('/')||_0x524860[_0x278e61(-_0x3502d9._0x3001ee,-0x4f,-_0x3502d9._0x250635,_0x3502d9._0x25d12a)]('\x5c')||_0x524860[_0x1ea303(_0x3502d9._0x2fdce3,-0xed,-_0x3502d9._0x28ff4e,-_0x3502d9._0x38ff0d)]('..')){const _0x38eb85={};return _0x38eb85['error']=_0x278e61(-_0x3502d9._0x5c4550,-0x8c,-0x6b,0x28)+'t',_0x38eb85[_0x278e61(-_0x3502d9._0x4c59b0,_0x3502d9._0x5813b7,-_0x3502d9._0x581e05,0x34)]=_0x311752['xWfGK'],_0x78ff3e[_0x278e61(_0x3502d9._0x3adfac,0x134,0xb1,_0x3502d9._0x5149a1)](-0x291+0x13c3*-0x1+-0xbf2*-0x2)[_0x278e61(-_0x3502d9._0x3f0344,-0x44,_0x3502d9._0x32e4f1,_0x3502d9._0x4ff717)](_0x38eb85);}const _0x5a5662={};_0x5a5662[_0x278e61(0x69,-0x2f,0xa,0x7c)]=_0x148902[_0x1ea303(-_0x3502d9._0x432069,-0xa5,-_0x3502d9._0x5c4b48,-0x1b)],_0x5a5662[_0x278e61(_0x3502d9._0xe5d5ee,-_0x3502d9._0x14217c,-0x62,-_0x3502d9._0x3c8ecd)+'t']=_0x2964e1,_0x5a5662['template']=_0x524860,logger['info'](_0x311752[_0x1ea303(-_0x3502d9._0x41c4f5,_0x3502d9._0x19a136,0x2d,-0x2f)],_0x5a5662);const _0x4d0c29=_0x19d1ae[_0x1ea303(-_0x3502d9._0x1b9048,-0xa6,-0x35,-0x76)](_0x5e49eb,_0x311752['TrtyU']),_0x288df2=_0x19d1ae['join'](_0x4d0c29,_0x524860+'.md'),_0x2ddb3c=_0x19d1ae[_0x278e61(_0x3502d9._0x250635,-0x6b,-_0x3502d9._0x340b70,-_0x3502d9._0x111cf6)](_0x4d0c29,_0x524860+_0x278e61(0x48,0xc5,_0x3502d9._0x442fb3,_0x3502d9._0x1a7e46));try{const _0x461825=await _0x589fab[_0x1ea303(-_0x3502d9._0x936d51,-_0x3502d9._0x2cbd08,0x6c,-0x11)](_0x288df2,_0x311752[_0x278e61(_0x3502d9._0x41ac92,_0x3502d9._0x5afccb,_0x3502d9._0x31729d,_0x3502d9._0x12e129)]);let _0x5cf18e=null;try{if(_0x311752[_0x278e61(_0x3502d9._0x421e56,_0x3502d9._0x34729d,0x13,0x96)](_0x311752['HqoDC'],_0x1ea303(-0x7d,-_0x3502d9._0x1089e4,-_0x3502d9._0x2e2cd3,-_0x3502d9._0x5d29ef))){const _0x33f5d7=await _0x589fab[_0x1ea303(-_0x3502d9._0xc3acb3,_0x3502d9._0x50cf2e,0x22,-_0x3502d9._0x1cea95)](_0x2ddb3c,_0x311752[_0x278e61(_0x3502d9._0x27d689,0x9b,_0x3502d9._0xa938a4,0xd4)]);_0x5cf18e=JSON[_0x1ea303(0x81,_0x3502d9._0x62889c,0x16,0x85)](_0x33f5d7);}else{const _0x595ec4={};_0x595ec4[_0x1ea303(-_0x3502d9._0x5afccb,-0x8c,-0x1f,-_0x3502d9._0x4eea63)]=_0x412e25[_0x1ea303(-0x34,0x38,_0x3502d9._0x5813b7,-0x1b)],_0x595ec4[_0x278e61(0x27,-_0x3502d9._0x1deeaa,-0x62,-_0x3502d9._0x26ac5d)+'t']=_0x178232,_0x595ec4[_0x1ea303(_0x3502d9._0x25d12a,-_0x3502d9._0x39bb90,-_0x3502d9._0xc9224a,-_0x3502d9._0x54377d)]=_0x1378e2,_0x595ec4[_0x278e61(_0x3502d9._0x285267,_0x3502d9._0x5d940a,_0x3502d9._0x46f5f0,_0x3502d9._0x33c358)]=_0x5a2168['message'],_0x4dec5d['error'](_0x1ea303(_0x3502d9._0x2e5665,0x52,-0x2d,_0x3502d9._0x228247)+'write\x20temp'+_0x278e61(_0x3502d9._0xf25830,0x5e,0x3e,-0x36),_0x595ec4);const _0x191dde={};_0x191dde[_0x278e61(_0x3502d9._0x5813b7,_0x3502d9._0x529b7e,0x98,_0x3502d9._0x4f3310)]=_0x311752[_0x278e61(_0x3502d9._0x5044e8,0x3e,-0x12,-0x80)],_0x191dde[_0x278e61(-_0x3502d9._0x1e8388,-0xab,-0x5d,-_0x3502d9._0x42db58)]=_0x311752[_0x1ea303(-0x91,-0x40,-_0x3502d9._0x579040,-0x6c)],_0x16fbb2['status'](0x15f+-0x5*-0xaf+-0x16b*0x2)[_0x1ea303(-0x3d,-0x31,-0x28,-0x9)](_0x191dde);}}catch{}const _0x4d06d1={};_0x4d06d1['name']=_0x524860,_0x4d06d1[_0x1ea303(-_0x3502d9._0x5093fe,-0x119,-0xb7,-0x86)]=_0x461825,_0x4d06d1[_0x278e61(0x6d,0x6b,_0x3502d9._0x1fe770,-0x46)]=_0x5cf18e,_0x4d06d1[_0x278e61(-0xbf,-0x5f,-_0x3502d9._0x38ff0d,-_0x3502d9._0x37d243)+'t']=_0x2964e1,_0x78ff3e[_0x1ea303(-0x44,0x3c,-_0x3502d9._0x4492ae,-0x9)](_0x4d06d1);}catch(_0x47796f){if(_0x311752[_0x278e61(_0x3502d9._0x9435bd,-_0x3502d9._0x581e05,0x34,_0x3502d9._0x39882b)](_0x47796f[_0x1ea303(0x39,0x3a,_0x3502d9._0x2a0e51,_0x3502d9._0x460234)],_0x311752['RBOoQ'])){if(_0x311752[_0x1ea303(-_0x3502d9._0x57aafe,-0x67,-_0x3502d9._0x84da54,-_0x3502d9._0xf54e48)]===_0x1ea303(-_0x3502d9._0x50cf2e,-0x33,0x80,0xc)){const _0x76ed70={};_0x76ed70['error']=_0x311752[_0x1ea303(-_0x3502d9._0x4f72ca,-0xf,_0x3502d9._0x4b88e3,-_0x3502d9._0x4114aa)],_0x76ed70[_0x1ea303(-0x6f,-0x7c,-0x7c,-_0x3502d9._0x42db58)]=_0x278e61(0x52,0xfa,0x8e,_0x3502d9._0x35e9c1)+_0x524860+('\x27\x20not\x20foun'+'d'),_0x78ff3e[_0x278e61(0xc2,0xff,_0x3502d9._0x3a8cc4,0x13a)](0x74a+0x101*0x8+-0xdbe)[_0x1ea303(_0x3502d9._0x5f22d3,-0x94,-_0x3502d9._0x4ffa5c,-0x9)](_0x76ed70);}else{const _0x226abf={};_0x226abf['taskId']=_0x55d1ff,_0x78f2e[_0x278e61(0x77,-_0x3502d9._0x21893d,0x20,0x92)](_0x311752[_0x1ea303(-0xa1,-0xe8,-0xee,-_0x3502d9._0x3572c4)],_0x226abf);const _0x15e1f7={};return _0x15e1f7[_0x278e61(_0x3502d9._0x59ac13,_0x3502d9._0xf5a838,_0x3502d9._0x46f5f0,0x99)]=_0x311752[_0x1ea303(0x7d,_0x3502d9._0x221a48,_0x3502d9._0x3f577c,_0x3502d9._0x3bcbf8)],_0x15e1f7[_0x1ea303(-0xa8,-_0x3502d9._0xa0cf44,-_0x3502d9._0x307fb4,-_0x3502d9._0x42db58)]=_0x311752[_0x278e61(0x9e,0xfc,0x89,_0x3502d9._0x291bdb)],_0x2a61ed[_0x278e61(_0x3502d9._0x9b1ba2,0x114,_0x3502d9._0x3a8cc4,0x67)](-0x1204*0x1+0x16ec+-0xab*0x5)[_0x1ea303(-0x56,-0x64,_0x3502d9._0x54a3ca,-0x9)](_0x15e1f7);}}else{const _0x25011c={};_0x25011c[_0x278e61(-_0x3502d9._0x6e03b0,0x29,_0x3502d9._0x1f9db8,0x78)]=_0x148902['taskId'],_0x25011c[_0x278e61(-0x64,_0x3502d9._0x4eea63,-0x62,-0xea)+'t']=_0x2964e1,_0x25011c[_0x278e61(-0xac,-0x4a,-0x28,-0x2c)]=_0x524860,_0x25011c['error']=_0x47796f[_0x278e61(-_0x3502d9._0x20750f,-_0x3502d9._0x54d5bf,-_0x3502d9._0x1ddc14,-_0x3502d9._0x26b62a)],logger['error'](_0x278e61(-0x20,0x2,_0x3502d9._0x1d75bf,0x1d)+_0x1ea303(_0x3502d9._0x29cba5,0x39,0x35,-0x2e)+_0x278e61(_0x3502d9._0x504ea0,0x4d,0x1d,_0x3502d9._0x464792),_0x25011c);const _0xc11131={};_0xc11131[_0x278e61(0x3e,0x77,0x98,_0x3502d9._0x476786)]=_0x311752[_0x278e61(_0x3502d9._0x18ee1d,-0x47,-_0x3502d9._0x514090,_0x3502d9._0x8f1f97)],_0xc11131[_0x1ea303(-_0x3502d9._0x297c24,-_0x3502d9._0x3b25fe,-_0x3502d9._0x46f5f0,-0x82)]=_0x278e61(_0x3502d9._0x26b62a,-0x1a,_0x3502d9._0x21d242,_0x3502d9._0x35927d)+_0x278e61(0x57,_0x3502d9._0x3b0366,-_0x3502d9._0x26b62a,_0x3502d9._0x56bad8)+'ate',_0x78ff3e[_0x278e61(0x70,0xea,0xb1,0x80)](0x1*0x954+0x1b97*0x1+-0x22f7)['json'](_0xc11131);}}}),router[_0x4d96c2(0x5c1,0x59c,0x555,0x570)](_0x4d96c2(0x5c7,0x5c7,0x5bc,0x584)+_0x109b82(0x529,0x453,0x4d8,0x4bf),requireTaskAuth,requireTemplatesPermission,async(_0x84c258,_0x2448b2)=>{const _0xf32918={_0x5fa657:0x3a2,_0x2d709b:0x447,_0x17530a:0x3df,_0x12c5b1:0x400,_0xc23c75:0x47c,_0x24362e:0x3b3,_0x404927:0x39a,_0x2e4bee:0x3a8,_0x48872a:0x3c3,_0x3250fc:0x213,_0x1a833d:0x291,_0x3b503d:0x31f,_0x216f34:0x1c3,_0x3584d8:0x237,_0x1149c6:0x28c,_0x14926a:0x16e,_0x2a6f16:0x279,_0x1f5407:0x360,_0x38491c:0x3cf,_0x93778f:0x1b2,_0x1d9379:0x21e,_0x5b2cb0:0x1fe,_0x1acc0d:0x1db,_0x55e987:0x3db,_0x1cc794:0x3b1,_0x304753:0x42f,_0x1e9321:0x3e5,_0x15d8b5:0x41b,_0x312af8:0x3dd,_0x551fbc:0x39e,_0x1cdb77:0x40c,_0x318833:0x37d,_0x2e3208:0x35a,_0x3f4aa0:0x3bd,_0x3bf160:0x259,_0x425917:0x166,_0xe48fd6:0x1bb,_0x4420aa:0x1dc,_0x35d24d:0x1ea,_0x5a12a4:0x228,_0x53ff88:0x37a,_0x77e466:0x30a,_0x383a6c:0x2da,_0x4b316c:0x36c,_0x4ddf41:0x2f2,_0x9cbf5b:0x30d,_0x57e27e:0x37f,_0xe59cf7:0x1e8,_0x480bec:0x1f0,_0x492584:0x21a,_0x270a11:0x2ca,_0x44fbaa:0x2c1,_0x10822b:0x336,_0x5ef6e4:0x2bd,_0x2a0588:0x27d,_0x17f403:0x38c,_0x5d6655:0x3d6,_0x2aeeca:0x36a,_0x55dce8:0x2bd,_0x88d3b1:0x2e6,_0x5e90d8:0x25b,_0x50e05e:0x22c,_0x5c915e:0x21c,_0x166054:0x26c,_0x475bdd:0x20d,_0x2c780d:0x262,_0x3fe94b:0x2a6,_0x3d9cf1:0x1b8,_0x579066:0x471,_0x5c6b04:0x2ba,_0x3884f5:0x38d,_0x348f81:0x325,_0x54b5d4:0x371,_0x17cc0a:0x29e,_0x514e4a:0x236,_0x48fc5f:0x473,_0x219e1e:0x426,_0x5a4156:0x45f,_0x25b093:0x43b,_0x508353:0x26f,_0x3d3e0a:0x2c8,_0x3e1d33:0x3a5,_0x5aa87e:0x3dc,_0x1d4b79:0x42e,_0x582394:0x392,_0x445133:0x356,_0x568a71:0x1a7,_0x59c27e:0x1ba,_0x4d68cb:0x3fd,_0x403e99:0x416,_0x224529:0x2b7,_0x23882d:0x247,_0x4da6f2:0x331,_0x4d40e4:0x268,_0x10acf9:0x1f5,_0x288354:0x1dc,_0x38af58:0x273,_0x2369a9:0x2eb,_0x41e888:0x261,_0x518d29:0x279,_0x310f53:0x261,_0x3cd0a6:0x2a9,_0x3b3485:0x29a,_0x2be067:0x313,_0x1edd9c:0x32d,_0x4c8263:0x263,_0xba5426:0x2ef,_0x197bac:0x27e,_0x43f18a:0x39a,_0x6bd3b5:0x318,_0x45ff84:0x39b,_0x57c258:0x29c,_0x25a840:0x359,_0x3c66a4:0x2d7,_0x254b01:0x34a,_0xbb41f2:0x38d,_0x504a34:0x40d,_0x4226ce:0x211,_0x2d27c3:0x273,_0x48fcaf:0x23f,_0x4b1b6c:0x26e,_0x4116dd:0x2e3,_0xdc8f04:0x196,_0x3762ff:0x1fa,_0x2c2484:0x26d,_0xae6a54:0x286,_0xe5e6f8:0x496,_0x16dcad:0x452,_0x2aeccb:0x3a4,_0x2fc684:0x391,_0x4cc49b:0x3a3,_0x1ae699:0x3bb,_0x25bcbe:0x239,_0x2541c0:0x2bc,_0x233bf5:0x24b,_0xc27bcd:0x326,_0x50f046:0x212,_0x42626a:0x222,_0x297aaa:0x17c,_0x566ffc:0x1b8,_0x544cbd:0x368,_0x410985:0x3b2,_0x4b16b5:0x2be,_0x16e489:0x254,_0x13c72d:0x259,_0x3b075e:0x308,_0x30a2f5:0x38d,_0x52e7d3:0x280,_0x5b31bf:0x310,_0x43b270:0x33f,_0x35828e:0x369,_0x5d683b:0x3aa,_0xeeb45b:0x3d5,_0x5d4fdd:0x3fb,_0x5a5176:0x230,_0x1b3cf6:0x1ab,_0x2a12ba:0x2b4,_0x3c18ee:0x1ca,_0x24c990:0x212,_0x341eac:0x222,_0x57b033:0x2dd,_0x4d2502:0x261,_0xfdd6b2:0x251,_0x87da6b:0x2c5,_0x1892f5:0x2fb,_0x19baac:0x2fd,_0x1ea67b:0x390,_0x19622e:0x31c,_0x3c34d3:0x333,_0x337528:0x311,_0x1c4585:0x1f9,_0x3bec6e:0x18b,_0x33f6ca:0x2f1,_0x1e91d6:0x270,_0x495386:0x30e,_0x1c78cc:0x2f6,_0x1a4b4b:0x22a,_0x45c2bb:0x1e4,_0x9f829e:0x304,_0x183f35:0x301,_0x3484c5:0x2ac,_0x2af1eb:0x37f,_0x7db99e:0x378,_0x49000d:0x48d,_0x1a747f:0x33c,_0x5d9ea3:0x31b,_0x3045f2:0x287,_0x16e950:0x38b,_0x3b75d2:0x2e1,_0xce8b09:0x27c,_0x25a58a:0x2c2,_0x2b3f87:0x20f,_0x59cf77:0x16d,_0xb72d44:0x3af,_0x39e6ae:0x3ad,_0x13a1a6:0x293,_0x1a2f39:0x344,_0x3a68eb:0x295,_0x39cf5e:0x276,_0x210063:0x357,_0x453c46:0x2df,_0x576be9:0x3ec,_0x390ca2:0x3bd,_0x852ed:0x433,_0x4b3b40:0x187,_0x359f64:0x1e5,_0x2f9a65:0x1de,_0x40451d:0x199,_0x49697f:0x193,_0x4f3477:0x1fa,_0x2ac42a:0x1c5,_0x32e74d:0x435,_0x1bb31e:0x407,_0x47aa09:0x29e,_0x112c37:0x301},_0x476262={_0x51d0ed:0x341,_0xfec77d:0x1ba},_0x580553={_0x391df3:0x4},_0x19789f={};_0x19789f[_0x3c410c(0x414,0x41d,0x4ad,_0xf32918._0x5fa657)]=function(_0x4c6036,_0x5b606b){return _0x4c6036===_0x5b606b;},_0x19789f[_0x3c410c(_0xf32918._0x2d709b,0x3d5,0x389,_0xf32918._0x17530a)]=_0x3c410c(0x398,_0xf32918._0x12c5b1,0x39a,_0xf32918._0xc23c75),_0x19789f[_0x3c410c(_0xf32918._0x24362e,_0xf32918._0x404927,_0xf32918._0x2e4bee,_0xf32918._0x48872a)]=_0xde568d(_0xf32918._0x3250fc,_0xf32918._0x1a833d,_0xf32918._0x3b503d,0x320)+_0xde568d(_0xf32918._0x216f34,_0xf32918._0x3584d8,0x26e,_0xf32918._0x1149c6)+'ates',_0x19789f['hvJHf']=_0xde568d(0x21f,0x1ec,_0xf32918._0x14926a,_0xf32918._0x2a6f16)+'t',_0x19789f[_0x3c410c(_0xf32918._0x1f5407,_0xf32918._0x38491c,0x349,0x3fb)]=function(_0x36a5dc,_0x508232){return _0x36a5dc===_0x508232;},_0x19789f['XNHuk']=function(_0x17b3b2,_0x4a9614){return _0x17b3b2!==_0x4a9614;},_0x19789f[_0xde568d(_0xf32918._0x93778f,_0xf32918._0x1d9379,0x29b,0x275)]=_0xde568d(0x1ba,_0xf32918._0x5b2cb0,_0xf32918._0x1acc0d,0x235),_0x19789f[_0x3c410c(_0xf32918._0x55e987,_0xf32918._0x1cc794,0x35c,0x3d2)]='Content\x20fi'+_0x3c410c(_0xf32918._0x304753,_0xf32918._0x1e9321,0x433,_0xf32918._0x15d8b5)+_0x3c410c(_0xf32918._0x312af8,0x3ae,0x368,_0xf32918._0x551fbc),_0x19789f[_0x3c410c(_0xf32918._0x1cdb77,0x3da,_0xf32918._0x318833,_0xf32918._0x15d8b5)]=_0x3c410c(0x330,_0xf32918._0x2e3208,0x2db,_0xf32918._0x3f4aa0)+_0xde568d(0x2b8,0x2ee,0x381,0x341)+'te',_0x19789f[_0xde568d(_0xf32918._0x3bf160,0x1f3,0x1c8,_0xf32918._0x425917)]=function(_0x219130,_0x9ab2ae){return _0x219130!==_0x9ab2ae;};function _0x3c410c(_0x41b3a7,_0x503803,_0xfb41ab,_0x4e19f0){return _0x4d96c2(_0x41b3a7-_0x580553._0x391df3,_0x503803- -0x223,_0xfb41ab-0x71,_0x4e19f0);}_0x19789f['ZWyHF']='task-templ'+_0xde568d(0x1f6,0x207,0x1fb,_0xf32918._0xe48fd6),_0x19789f[_0xde568d(_0xf32918._0x4420aa,_0xf32918._0x35d24d,0x26c,_0xf32918._0x5a12a4)]='0|2|1|4|3',_0x19789f[_0x3c410c(0x382,0x310,0x356,_0xf32918._0x53ff88)]=function(_0x230f58,_0x3b2742){return _0x230f58!==_0x3b2742;},_0x19789f[_0x3c410c(0x353,0x34e,_0xf32918._0x77e466,_0xf32918._0x383a6c)]=_0xde568d(_0xf32918._0x4b316c,_0xf32918._0x4ddf41,_0xf32918._0x9cbf5b,_0xf32918._0x57e27e),_0x19789f['SxzOn']='Template\x20u'+_0xde568d(_0xf32918._0xe59cf7,_0xf32918._0x480bec,0x222,_0xf32918._0x492584)+_0x3c410c(_0xf32918._0x270a11,0x32c,_0xf32918._0x44fbaa,_0xf32918._0x10822b),_0x19789f[_0xde568d(_0xf32918._0x5ef6e4,0x276,_0xf32918._0x2a0588,0x25b)]=_0x3c410c(0x3db,_0xf32918._0x17f403,0x3bc,_0xf32918._0x5d6655),_0x19789f[_0x3c410c(0x39e,0x31b,_0xf32918._0x2aeeca,0x363)]='Failed\x20to\x20'+_0xde568d(_0xf32918._0x55dce8,_0xf32918._0x88d3b1,0x29e,_0xf32918._0x5e90d8)+'late',_0x19789f['bADRJ']='Internal\x20S'+_0xde568d(_0xf32918._0x4420aa,_0xf32918._0x50e05e,_0xf32918._0x5c915e,0x28b)+'r';const _0x419598=_0x19789f,{callingTask:_0x543975,taskUser:_0xbe78f8,environmentName:_0x1d0f60,environmentPath:_0x3dfe5a}=_0x84c258,{name:_0x23d0c8}=_0x84c258[_0xde568d(0x219,_0xf32918._0x166054,0x215,0x2ff)],{content:_0x1b938a,metadata:_0xaa3637}=_0x84c258[_0xde568d(_0xf32918._0x475bdd,0x247,0x290,_0xf32918._0x2c780d)];if(_0x23d0c8[_0xde568d(_0xf32918._0x3fe94b,_0xf32918._0x492584,_0xf32918._0x3d9cf1,0x23b)]('/')||_0x23d0c8[_0xde568d(0x289,_0xf32918._0x492584,0x24b,0x190)]('\x5c')||_0x23d0c8['includes']('..')){const _0x23b179={};return _0x23b179[_0x3c410c(_0xf32918._0x579066,0x40d,0x3b6,0x3d3)]=_0x419598[_0x3c410c(_0xf32918._0x5c6b04,0x328,0x2ba,_0xf32918._0x3884f5)],_0x23b179[_0x3c410c(_0xf32918._0x348f81,0x318,0x357,_0xf32918._0x54b5d4)]=_0xde568d(0x20e,_0xf32918._0x17cc0a,0x30c,_0xf32918._0x514e4a)+'mplate\x20nam'+'e',_0x2448b2[_0x3c410c(_0xf32918._0x48fc5f,_0xf32918._0x219e1e,_0xf32918._0x5a4156,_0xf32918._0x25b093)](0xb*-0x9d+0x109*0x17+-0xf80*0x1)['json'](_0x23b179);}if(_0x419598[_0xde568d(_0xf32918._0x508353,0x2b1,0x284,_0xf32918._0x3d3e0a)](_0x1b938a,undefined)){if(_0x419598[_0x3c410c(_0xf32918._0x3e1d33,_0xf32918._0x5aa87e,_0xf32918._0x1d4b79,_0xf32918._0x582394)](_0x419598[_0x3c410c(0x315,0x33c,0x332,_0xf32918._0x445133)],_0xde568d(_0xf32918._0x568a71,_0xf32918._0x5b2cb0,0x247,_0xf32918._0x59c27e))){if(_0x419598['hKSKM'](_0x19f2cf[_0x3c410c(_0xf32918._0x4d68cb,0x3ea,0x3ad,_0xf32918._0x403e99)],_0x419598[_0xde568d(0x268,_0xf32918._0x224529,_0xf32918._0x23882d,0x233)])){const _0x1bc4a7={};_0x1bc4a7[_0xde568d(_0xf32918._0x4da6f2,0x29f,_0xf32918._0x4d40e4,0x23a)]=[],_0x1bc4a7[_0xde568d(0x279,_0xf32918._0x10acf9,0x1d3,_0xf32918._0x288354)+'t']=_0x30ffae,_0x5d6cd2[_0xde568d(0x26d,_0xf32918._0x38af58,_0xf32918._0x2369a9,0x2c4)](_0x1bc4a7);}else{const _0x2796d7={};_0x2796d7[_0xde568d(0x2aa,_0xf32918._0x41e888,0x255,_0xf32918._0x518d29)]=_0x31c379[_0xde568d(0x2c0,_0xf32918._0x310f53,_0xf32918._0x3cd0a6,0x251)],_0x2796d7[_0x3c410c(_0xf32918._0x3b3485,_0xf32918._0x2be067,_0xf32918._0x1edd9c,0x293)+'t']=_0x4e8085,_0x2796d7[_0xde568d(_0xf32918._0x4c8263,_0xf32918._0xba5426,0x285,_0xf32918._0x197bac)]=_0x326fee[_0x3c410c(_0xf32918._0x43f18a,_0xf32918._0x6bd3b5,_0xf32918._0x45ff84,0x329)],_0x97aa2c[_0xde568d(0x372,0x2ef,_0xf32918._0x57c258,0x26a)](_0x419598[_0x3c410c(0x308,0x39a,0x426,0x429)],_0x2796d7);const _0x51c4d7={};_0x51c4d7[_0xde568d(_0xf32918._0x25a840,_0xf32918._0xba5426,0x343,_0xf32918._0x3c66a4)]='Internal\x20S'+_0x3c410c(0x361,_0xf32918._0x254b01,_0xf32918._0xbb41f2,0x31f)+'r',_0x51c4d7['message']=_0x419598[_0x3c410c(0x339,_0xf32918._0x404927,0x3a9,_0xf32918._0x504a34)],_0x1f6095['status'](-0x1a1*0x8+0x19*0x165+0x2d7*-0x7)[_0xde568d(_0xf32918._0x4226ce,_0xf32918._0x2d27c3,_0xf32918._0x48fcaf,_0xf32918._0x4b1b6c)](_0x51c4d7);}}else{const _0x3934d1={};return _0x3934d1[_0xde568d(0x2c7,0x2ef,0x335,_0xf32918._0x4116dd)]=_0x419598['hvJHf'],_0x3934d1[_0xde568d(_0xf32918._0xdc8f04,_0xf32918._0x3762ff,_0xf32918._0x2c2484,0x1c1)]=_0x419598[_0xde568d(0x310,0x293,0x234,_0xf32918._0xae6a54)],_0x2448b2[_0x3c410c(_0xf32918._0xe5e6f8,0x426,0x4af,_0xf32918._0x16dcad)](-0x11d7+0x47e*0x2+0xa6b)[_0x3c410c(_0xf32918._0x2aeccb,_0xf32918._0x2fc684,0x347,0x409)](_0x3934d1);}}logger[_0x3c410c(0x405,_0xf32918._0x4cc49b,0x344,_0xf32918._0x1ae699)](_0x419598[_0xde568d(_0xf32918._0x25bcbe,_0xf32918._0x2541c0,_0xf32918._0x233bf5,_0xf32918._0xc27bcd)],{'taskId':_0x543975[_0xde568d(0x274,_0xf32918._0x41e888,_0xf32918._0x50f046,0x2d5)],'environment':_0x1d0f60,'template':_0x23d0c8,'userId':_0xbe78f8['id'],'hasMetadata':_0x419598[_0xde568d(_0xf32918._0x42626a,0x1f3,0x211,0x1e2)](_0xaa3637,undefined)});const _0x70b6be=_0x19d1ae[_0xde568d(0x1a1,0x206,_0xf32918._0x297aaa,0x1dd)](_0x3dfe5a,_0x419598['ZWyHF']);function _0xde568d(_0x548ef7,_0x2da455,_0x14a932,_0xee7390){return _0x4d96c2(_0x548ef7-0x109,_0x2da455- -_0x476262._0x51d0ed,_0x14a932-_0x476262._0xfec77d,_0x548ef7);}const _0x5bab51=_0x19d1ae['join'](_0x70b6be,_0x23d0c8+_0xde568d(0x218,0x23e,_0xf32918._0x197bac,_0xf32918._0x566ffc)),_0x338618=_0x19d1ae['join'](_0x70b6be,_0x23d0c8+_0xde568d(0x2c4,0x300,_0xf32918._0x544cbd,0x2b3)),_0x4f75d2=new Date()[_0x3c410c(0x2c5,0x33d,0x3c8,_0xf32918._0x410985)+'g']();try{const _0x300487=_0x419598['WTtMV'][_0xde568d(_0xf32918._0x4b16b5,0x22a,0x263,_0xf32918._0x16e489)]('|');let _0x45e544=0x1923+0x201a+-0x393d;while(!![]){switch(_0x300487[_0x45e544++]){case'0':const _0x3dd0ee={};_0x3dd0ee[_0xde568d(_0xf32918._0x13c72d,0x2db,0x353,_0xf32918._0x3b075e)]=!![],await _0x589fab['mkdir'](_0x70b6be,_0x3dd0ee);continue;case'1':_0x419598[_0x3c410c(_0xf32918._0x30a2f5,0x310,_0xf32918._0x52e7d3,0x312)](_0xaa3637,undefined)&&_0x419598[_0x3c410c(0x2f3,_0xf32918._0x5b31bf,_0xf32918._0x43b270,0x2ac)](_0xaa3637,null)&&await _0x589fab[_0x3c410c(0x329,_0xf32918._0x35828e,0x369,0x36e)](_0x338618,JSON['stringify'](_0xaa3637,null,-0x8af*-0x3+0x22d5+0x8*-0x79c),_0x3c410c(_0xf32918._0x5d683b,0x410,_0xf32918._0xeeb45b,_0xf32918._0x5d4fdd));continue;case'2':await _0x589fab['writeFile'](_0x5bab51,_0x1b938a,_0x419598[_0xde568d(0x262,_0xf32918._0x5a5176,_0xf32918._0x1b3cf6,_0xf32918._0x2a12ba)]);continue;case'3':const _0x5d33ea={};_0x5d33ea['success']=!![],_0x5d33ea['name']=_0x23d0c8,_0x5d33ea[_0xde568d(_0xf32918._0x514e4a,0x1f5,_0xf32918._0x3c18ee,_0xf32918._0x24c990)+'t']=_0x1d0f60,_0x5d33ea['updatedAt']=_0x4f75d2,_0x5d33ea[_0xde568d(0x1aa,0x224,_0xf32918._0x341eac,0x1f4)+'askId']=_0x543975[_0xde568d(_0xf32918._0x57b033,_0xf32918._0x4d2502,_0xf32918._0xfdd6b2,0x227)],_0x5d33ea[_0xde568d(_0xf32918._0x87da6b,_0xf32918._0x1892f5,_0xf32918._0x3cd0a6,0x2c6)+'serId']=_0xbe78f8['id'],_0x2448b2['json'](_0x5d33ea);continue;case'4':const _0x50bc49={};_0x50bc49[_0x3c410c(_0xf32918._0x19baac,0x37f,_0xf32918._0x1ea67b,_0xf32918._0x19622e)]=_0x543975[_0x3c410c(_0xf32918._0x3c34d3,0x37f,0x3d2,_0xf32918._0x337528)],_0x50bc49[_0xde568d(_0xf32918._0x1c4585,_0xf32918._0x10acf9,0x1ba,_0xf32918._0x3bec6e)+'t']=_0x1d0f60,_0x50bc49[_0x3c410c(0x33f,0x34d,0x320,0x34d)]=_0x23d0c8,_0x50bc49[_0xde568d(_0xf32918._0x33f6ca,0x296,0x21c,_0xf32918._0x1e91d6)]=_0xbe78f8['id'],logger[_0xde568d(_0xf32918._0x495386,0x285,_0xf32918._0x1c78cc,_0xf32918._0x1a4b4b)](_0x419598['SxzOn'],_0x50bc49);continue;}break;}}catch(_0x76f5d1){if(_0x419598['hKSKM'](_0x419598['RxiPH'],_0x419598['RxiPH'])){const _0x55c7fa={};_0x55c7fa['taskId']=_0x543975[_0xde568d(0x20d,0x261,_0xf32918._0x45c2bb,0x1de)],_0x55c7fa[_0x3c410c(0x2d3,_0xf32918._0x2be067,_0xf32918._0x9f829e,0x379)+'t']=_0x1d0f60,_0x55c7fa['template']=_0x23d0c8,_0x55c7fa[_0xde568d(_0xf32918._0x183f35,0x2ef,_0xf32918._0x3484c5,0x2fb)]=_0x76f5d1[_0x3c410c(_0xf32918._0x2af1eb,0x318,0x2f7,_0xf32918._0x7db99e)],logger[_0x3c410c(_0xf32918._0x49000d,0x40d,0x40f,0x3b2)](_0x419598[_0x3c410c(_0xf32918._0x1a747f,_0xf32918._0x5d9ea3,_0xf32918._0x3045f2,_0xf32918._0x16e950)],_0x55c7fa);const _0xad810a={};_0xad810a[_0xde568d(_0xf32918._0x3b75d2,0x2ef,_0xf32918._0xce8b09,_0xf32918._0x25a58a)]=_0x419598[_0xde568d(_0xf32918._0x4c8263,0x260,0x26b,0x1f1)],_0xad810a[_0xde568d(_0xf32918._0x2b3f87,0x1fa,_0xf32918._0x2c780d,_0xf32918._0x59cf77)]=_0x3c410c(0x3f5,_0xf32918._0xb72d44,_0xf32918._0x39e6ae,0x3c4)+_0xde568d(0x2f3,_0xf32918._0x88d3b1,_0xf32918._0x13a1a6,_0xf32918._0x1a2f39)+_0xde568d(0x2d1,_0xf32918._0x3a68eb,0x2e4,_0xf32918._0x39cf5e),_0x2448b2[_0xde568d(0x2fa,0x308,_0xf32918._0x210063,_0xf32918._0x453c46)](0x18ef+-0x92d+-0x3*0x49a)[_0x3c410c(_0xf32918._0x576be9,_0xf32918._0x2fc684,_0xf32918._0x390ca2,0x3cf)](_0xad810a);}else{const _0xe13ebe={};_0xe13ebe[_0x3c410c(_0xf32918._0x852ed,0x40d,0x420,_0xf32918._0x504a34)]=_0xde568d(_0xf32918._0x4b3b40,_0xf32918._0x359f64,_0xf32918._0x2f9a65,_0xf32918._0x40451d),_0xe13ebe[_0xde568d(_0xf32918._0x49697f,_0xf32918._0x4f3477,0x273,_0xf32918._0x2ac42a)]=_0x3c410c(_0xf32918._0x32e74d,0x403,0x3cc,_0xf32918._0x1bb31e)+_0x1d74d4+('\x27\x20not\x20foun'+'d'),_0xc04561['status'](-0x7*0x3c7+-0x6ad+-0x1159*-0x2)[_0xde568d(_0xf32918._0x47aa09,0x273,_0xf32918._0x112c37,0x289)](_0xe13ebe);}}}),router[_0x4d96c2(0x4e1,0x528,0x4e4,0x53e)]('/templates'+_0x4d96c2(0x599,0x5c4,0x58b,0x5be),requireTaskAuth,requireTemplatesPermission,async(_0x3845cf,_0xc0cce2)=>{const _0xeabec1={_0x17443d:0x40a,_0x4a6374:0x461,_0x3a4ff4:0x492,_0x4a5ce8:0x524,_0x58be84:0x10f,_0x2d6ffe:0x5b,_0x50ef00:0x5cf,_0x20ebf7:0x53d,_0x3b4730:0x4cc,_0x1c8018:0x159,_0x2b6004:0x456,_0x1d1108:0x468,_0x313bb0:0x498,_0x27904a:0x508,_0x485855:0x4fb,_0x5914d4:0x571,_0x56fa3b:0x47b,_0xbdd8cf:0x15b,_0x12f9f2:0x157,_0x49ef3e:0x5ad,_0x4978b5:0x4d9,_0x1867ed:0xed,_0x1681ff:0x8d,_0x38bcfd:0x4b2,_0x179dad:0x472,_0x54345c:0x137,_0x37d0c5:0x122,_0x5ed2bb:0xb7,_0x279f33:0x108,_0x3ee78c:0xc9,_0x3a1c41:0xc6,_0x51ae09:0xbf,_0x3fa40d:0xc9,_0x342c42:0x1a3,_0x4d8581:0x131,_0xbecf19:0xb5,_0x2bed86:0xc,_0x4efb1c:0x51b,_0x13e3e7:0xb,_0x1d618a:0x73,_0x5885a2:0x28,_0x2ad75e:0x496,_0x1074fb:0x462,_0x35a659:0x516,_0xaa646:0x14d,_0x577106:0x419,_0x477929:0x14c,_0x22f13a:0xf7,_0x2e835b:0xca,_0x2f22d2:0x165,_0x349aac:0x11b,_0x31f71e:0x1e9,_0x534e99:0x10b,_0x143929:0x521,_0x3041b1:0x536,_0x1f5448:0x4d7,_0x386eb1:0x57e,_0x2d2c2f:0x21,_0x5a1f38:0x8a,_0x4ccfc3:0x5f,_0x234d2f:0x3f5,_0x3f58c7:0x4bd,_0x2bd0f2:0x429,_0x58e5ef:0x42a,_0x4b2932:0x455,_0x327d45:0x538,_0x862972:0xf9,_0x5cfeb5:0x118,_0x1c1f01:0x18d,_0xeba2b:0xfe,_0x4f48e8:0xaa,_0x3f8e8d:0x4bb,_0x4b9bbc:0x4fe,_0x20251f:0x510,_0x3366e5:0x2b,_0x101d86:0x4d,_0x66d71b:0xcd,_0x456c0e:0x124,_0x5e8e74:0x96,_0xa0b17:0xa6,_0x4e50d2:0x1c,_0x18e60f:0x12b,_0x4928cb:0x438,_0x4ab962:0x491,_0x307f9f:0x4a9,_0x5869b3:0xbf,_0x40418f:0x4e,_0x37024b:0x11,_0x26e482:0x3f0,_0x2b668b:0x475,_0x1f7fb5:0x40d,_0x2f00bc:0x4b0,_0x4f1429:0x4b9,_0x18430:0x4bf,_0x3b0c23:0x74,_0x12ee14:0x4a,_0x5bff1c:0xcc,_0x2de535:0x7a,_0x5e1657:0x531,_0x5c56f5:0x5a2,_0x4c775a:0x559,_0x45d29c:0x4ae,_0x3ec7ce:0x421,_0x188f64:0x457,_0x1d7a7c:0xf1,_0x542a83:0x170,_0x463a0b:0x144,_0x4e6c41:0x566,_0x5b27f9:0x586,_0x356c92:0x4fc,_0x5c75d4:0x505,_0x2fd146:0x598,_0x5050b9:0x16a,_0x415bdb:0x148,_0x1608b9:0x16e,_0x21e46e:0x178,_0x2a7065:0x135,_0x1920e1:0x1be,_0x58e242:0xab,_0x2e1107:0x53,_0xe2083c:0x3,_0x30098a:0x13e,_0x3aa45c:0x72,_0x372f54:0x117,_0x481bc2:0xc0,_0x53bb03:0x105,_0x57f223:0x161,_0x246fa1:0x11f,_0x1170d6:0x500,_0x53723f:0x4dd,_0x162da1:0x4a9,_0x538c4e:0x537,_0x17bfc5:0x93,_0x43d0f7:0x88,_0x3ce56d:0x13,_0x3361fd:0x4e4,_0x12d65f:0x56b,_0x215982:0x476,_0x5bd5e8:0x43e,_0xe8b814:0x6f,_0x2883f1:0x4ef,_0xace4ec:0x53c,_0x3c8fb1:0x33,_0x32b451:0x3,_0x2d17d2:0x57,_0x5b28d2:0x48a,_0x1950df:0x4b5,_0x23742a:0x487,_0x5afd2b:0xb9,_0x2361bb:0x476,_0xf7709d:0x400,_0x35c8ed:0x578,_0x3aede8:0x52e,_0x1fccbe:0x524,_0x465b9e:0xca,_0x1b68bd:0x558,_0x7ff86:0x505,_0x104658:0x59e,_0x4eba62:0x1f,_0x3411a5:0xca,_0xaa0ef8:0x13d,_0x4a3e55:0xc0,_0x50e6c8:0x580,_0x29aad3:0x584,_0x140ee4:0x59d,_0x3f0b05:0x39,_0x20d182:0x58,_0x19130f:0x4ca,_0x17409d:0x450,_0x1e4fbd:0x4ab,_0x5c9bfa:0x4d8,_0x1c7624:0x448,_0x514ffb:0xf5,_0x5e1b5b:0x4c5,_0xc7cdfe:0x476,_0x260534:0x47d,_0x3217b8:0x493,_0x1f7717:0x50c,_0x2b4f55:0x16d,_0x2ae31e:0xea,_0x30cc15:0x126,_0x3b974b:0x126,_0x58fe1b:0x109,_0x1a888d:0xaf,_0x10e5fb:0x596,_0x4060ec:0x591,_0x4869f7:0x4ef,_0x3f8224:0x4c4,_0x196a51:0x4d5},_0x555982={_0x161dd0:0x16},_0x1926a7={_0xaa0ab0:0x27},_0x26eec1={};_0x26eec1['mhNmZ']=_0x2f19f3(_0xeabec1._0x17443d,_0xeabec1._0x4a6374,0x4e3,0x43c),_0x26eec1[_0x2f19f3(0x4aa,_0xeabec1._0x3a4ff4,0x432,_0xeabec1._0x4a5ce8)]='Failed\x20to\x20'+_0x2f19f3(0x48d,0x51c,0x578,_0xeabec1._0x4a5ce8)+_0x40e62f(0x187,_0xeabec1._0x58be84,0x14f,0x18f),_0x26eec1[_0x40e62f(0xb5,0x6f,_0xeabec1._0x2d6ffe,0xb1)]=_0x2f19f3(0x58b,0x55f,_0xeabec1._0x50ef00,_0xeabec1._0x20ebf7)+_0x2f19f3(0x47f,0x4a8,_0xeabec1._0x3b4730,0x44e)+'r',_0x26eec1[_0x40e62f(0x142,_0xeabec1._0x1c8018,0x129,0xd7)]=_0x2f19f3(_0xeabec1._0x2b6004,_0xeabec1._0x1d1108,_0xeabec1._0x313bb0,0x4bf)+'t',_0x26eec1[_0x2f19f3(_0xeabec1._0x27904a,_0xeabec1._0x485855,_0xeabec1._0x5914d4,_0xeabec1._0x56fa3b)]='Invalid\x20te'+'mplate\x20nam'+'e',_0x26eec1[_0x40e62f(0x18e,0x1b1,_0xeabec1._0xbdd8cf,_0xeabec1._0x12f9f2)]='Task\x20delet'+_0x2f19f3(0x4ec,0x56a,_0xeabec1._0x49ef3e,_0xeabec1._0x4978b5)+'te',_0x26eec1[_0x40e62f(_0xeabec1._0x1867ed,0x5c,_0xeabec1._0x1681ff,0x8d)]=_0x2f19f3(0x504,_0xeabec1._0x38bcfd,0x545,0x442)+_0x2f19f3(_0xeabec1._0x179dad,0x483,0x46d,0x4e3),_0x26eec1[_0x40e62f(_0xeabec1._0x54345c,_0xeabec1._0x37d0c5,0xfe,_0xeabec1._0x5ed2bb)]=function(_0x45df73,_0x309f2b){return _0x45df73!==_0x309f2b;},_0x26eec1['tLcor']='AnJkx',_0x26eec1[_0x40e62f(_0xeabec1._0x279f33,0xa9,_0xeabec1._0x3ee78c,0x86)]=_0x40e62f(0x97,_0xeabec1._0x3a1c41,_0xeabec1._0x51ae09,_0xeabec1._0x3fa40d),_0x26eec1['JVbkT']=_0x40e62f(_0xeabec1._0x342c42,0xd5,_0xeabec1._0x4d8581,_0xeabec1._0xbecf19)+'eleted\x20by\x20'+'task',_0x26eec1[_0x40e62f(0x26,0xc3,0x86,-_0xeabec1._0x2bed86)]=function(_0x3ead6a,_0x7d9236){return _0x3ead6a===_0x7d9236;};function _0x2f19f3(_0xcb2045,_0x4f6dce,_0x46427c,_0x28bd31){return _0x109b82(_0xcb2045,_0x4f6dce-0xf3,_0x4f6dce-_0x1926a7._0xaa0ab0,_0x28bd31-0x94);}_0x26eec1['dKrUQ']=_0x2f19f3(0x590,0x55e,0x519,_0xeabec1._0x4efb1c),_0x26eec1['UhaDn']='lePHf';const _0x54d0c5=_0x26eec1,{callingTask:_0x390f61,taskUser:_0x3da24e,environmentName:_0x26c425,environmentPath:_0xa720bc}=_0x3845cf,{name:_0x683b2c}=_0x3845cf['params'];if(_0x683b2c[_0x40e62f(-0xd,-_0xeabec1._0x13e3e7,_0xeabec1._0x1d618a,_0xeabec1._0x5885a2)]('/')||_0x683b2c[_0x2f19f3(0x485,_0xeabec1._0x2ad75e,_0xeabec1._0x1074fb,_0xeabec1._0x35a659)]('\x5c')||_0x683b2c['includes']('..')){const _0xc9d49b={};return _0xc9d49b[_0x40e62f(0x1b5,_0xeabec1._0xaa646,0x148,0x12a)]=_0x2f19f3(0x430,_0xeabec1._0x1d1108,0x4df,_0xeabec1._0x577106)+'t',_0xc9d49b['message']=_0x40e62f(0x75,_0xeabec1._0x477929,_0xeabec1._0x22f13a,0x13b)+_0x40e62f(0x154,_0xeabec1._0x2e835b,0x10f,0xbb)+'e',_0xc0cce2[_0x40e62f(_0xeabec1._0x2f22d2,_0xeabec1._0x349aac,0x161,_0xeabec1._0x31f71e)](-0x186e+0x4*0x8a8+-0x8a2)['json'](_0xc9d49b);}const _0x17e568={};_0x17e568[_0x2f19f3(0x452,0x4dd,0x4f7,0x47a)]=_0x390f61[_0x40e62f(_0xeabec1._0x54345c,0xba,0xba,_0xeabec1._0x534e99)],_0x17e568['environmen'+'t']=_0x26c425;function _0x40e62f(_0x4769b3,_0x35fe9e,_0x1e1655,_0x156986){return _0x4d96c2(_0x4769b3-_0x555982._0x161dd0,_0x1e1655- -0x4e8,_0x1e1655-0x92,_0x156986);}_0x17e568[_0x2f19f3(_0xeabec1._0x143929,0x4ab,_0xeabec1._0x3041b1,_0xeabec1._0x1f5448)]=_0x683b2c,_0x17e568['userId']=_0x3da24e['id'],logger['info'](_0x54d0c5[_0x2f19f3(0x590,_0xeabec1._0x386eb1,0x5fd,_0xeabec1._0x20ebf7)],_0x17e568);const _0x4caa74=_0x19d1ae[_0x40e62f(-_0xeabec1._0x2d2c2f,_0xeabec1._0x5a1f38,_0xeabec1._0x4ccfc3,-0x6)](_0xa720bc,_0x54d0c5['VBiTM']),_0x2fa9aa=_0x19d1ae[_0x2f19f3(_0xeabec1._0x234d2f,0x482,_0xeabec1._0x3f58c7,_0xeabec1._0x2bd0f2)](_0x4caa74,_0x683b2c+_0x2f19f3(_0xeabec1._0x58e5ef,0x4ba,_0xeabec1._0x4b2932,_0xeabec1._0x327d45)),_0x545f8e=_0x19d1ae['join'](_0x4caa74,_0x683b2c+_0x40e62f(_0xeabec1._0x862972,_0xeabec1._0x5cfeb5,0x159,0xc6));try{if(_0x54d0c5[_0x40e62f(0x6b,_0xeabec1._0x1c1f01,_0xeabec1._0xeba2b,_0xeabec1._0x4f48e8)](_0x54d0c5[_0x2f19f3(0x45d,_0xeabec1._0x3f8e8d,_0xeabec1._0x4b9bbc,_0xeabec1._0x20251f)],_0x40e62f(0x4d,_0xeabec1._0x3366e5,_0xeabec1._0x101d86,_0xeabec1._0x66d71b))){const _0x234fe1=_0x54d0c5[_0x40e62f(_0xeabec1._0x456c0e,_0xeabec1._0x5e8e74,0xc9,_0xeabec1._0xa0b17)][_0x40e62f(0x1,0x46,0x83,_0xeabec1._0x4e50d2)]('|');let _0x54b224=0x1497+0x353+-0x2*0xbf5;while(!![]){switch(_0x234fe1[_0x54b224++]){case'0':const _0x3e0a37={};_0x3e0a37[_0x40e62f(0xf5,0xc8,_0xeabec1._0x18e60f,0x17f)]=!![],_0x3e0a37[_0x2f19f3(_0xeabec1._0x4928cb,_0xeabec1._0x4ab962,0x44a,_0xeabec1._0x307f9f)]=_0x683b2c,_0x3e0a37[_0x40e62f(0xb7,_0xeabec1._0x5869b3,_0xeabec1._0x40418f,-_0xeabec1._0x37024b)+'t']=_0x26c425,_0x3e0a37['deletedByT'+_0x2f19f3(_0xeabec1._0x26e482,_0xeabec1._0x2b668b,_0xeabec1._0x1f7fb5,_0xeabec1._0x2f00bc)]=_0x390f61['taskId'],_0x3e0a37[_0x2f19f3(_0xeabec1._0x4f1429,_0xeabec1._0x18430,0x438,0x4d0)+_0x40e62f(0x4b,_0xeabec1._0x3b0c23,_0xeabec1._0x12ee14,0xd)]=_0x3da24e['id'],_0xc0cce2[_0x40e62f(0xe5,0x106,_0xeabec1._0x5bff1c,_0xeabec1._0x2de535)](_0x3e0a37);continue;case'1':await _0x589fab[_0x2f19f3(0x52c,_0xeabec1._0x5e1657,_0xeabec1._0x5c56f5,_0xeabec1._0x4c775a)](_0x2fa9aa);continue;case'2':try{await _0x589fab[_0x2f19f3(_0xeabec1._0x3b4730,_0xeabec1._0x5e1657,0x589,0x54d)](_0x545f8e);}catch{}continue;case'3':const _0x503379={};_0x503379['taskId']=_0x390f61[_0x40e62f(0x88,0xcf,0xba,0x12f)],_0x503379[_0x2f19f3(_0xeabec1._0x45d29c,0x471,_0xeabec1._0x3ec7ce,0x488)+'t']=_0x26c425,_0x503379[_0x2f19f3(0x501,0x4ab,_0xeabec1._0x4928cb,_0xeabec1._0x188f64)]=_0x683b2c,_0x503379['userId']=_0x3da24e['id'],logger[_0x40e62f(_0xeabec1._0x1d7a7c,_0xeabec1._0x542a83,0xde,_0xeabec1._0x463a0b)](_0x54d0c5[_0x2f19f3(0x549,_0xeabec1._0x4e6c41,0x5c0,0x5c9)],_0x503379);continue;case'4':await _0x589fab[_0x2f19f3(_0xeabec1._0x5b27f9,_0xeabec1._0x35a659,0x52e,_0xeabec1._0x356c92)](_0x2fa9aa);continue;}break;}}else{if(_0x4c2357[_0x2f19f3(0x5bd,0x548,_0xeabec1._0x5c75d4,_0xeabec1._0x2fd146)]==='ENOENT'){const _0x5dd6e3={};_0x5dd6e3[_0x40e62f(0xd9,_0xeabec1._0x5050b9,_0xeabec1._0x415bdb,_0xeabec1._0x1608b9)]=_0x54d0c5[_0x40e62f(_0xeabec1._0x21e46e,0x14d,_0xeabec1._0x2a7065,_0xeabec1._0x1920e1)],_0x5dd6e3[_0x40e62f(_0xeabec1._0x58e242,0x73,_0xeabec1._0x2e1107,_0xeabec1._0xe2083c)]=_0x40e62f(0xf5,0x1a8,_0xeabec1._0x30098a,0x19a)+_0x108a4e+(_0x40e62f(_0xeabec1._0x3aa45c,_0xeabec1._0x372f54,_0xeabec1._0x481bc2,_0xeabec1._0x53bb03)+'d'),_0x14a8b0[_0x40e62f(0x136,0x1b6,_0xeabec1._0x57f223,_0xeabec1._0x246fa1)](-0x2636+0x1216+0x15b4)[_0x2f19f3(0x494,0x4ef,0x4d2,_0xeabec1._0x1170d6)](_0x5dd6e3);}else{const _0x3c4d9e={};_0x3c4d9e[_0x2f19f3(_0xeabec1._0x2b668b,_0xeabec1._0x53723f,0x50b,_0xeabec1._0x162da1)]=_0x101e0e[_0x2f19f3(_0xeabec1._0x538c4e,0x4dd,0x53d,0x4de)],_0x3c4d9e[_0x40e62f(_0xeabec1._0x17bfc5,0x5b,0x4e,-0x2b)+'t']=_0x2dae70,_0x3c4d9e[_0x40e62f(0xd1,0x4f,_0xeabec1._0x43d0f7,_0xeabec1._0x3ce56d)]=_0xd6735c,_0x3c4d9e[_0x2f19f3(_0xeabec1._0x3361fd,_0xeabec1._0x12d65f,0x524,0x5fa)]=_0x84dbc4[_0x2f19f3(0x4c9,_0xeabec1._0x215982,0x429,_0xeabec1._0x5bd5e8)],_0x3e6e0a['error'](_0x54d0c5[_0x40e62f(0x9b,0x48,_0xeabec1._0xe8b814,0xf4)],_0x3c4d9e);const _0x2ba407={};_0x2ba407['error']=_0x54d0c5['Jrpjz'],_0x2ba407['message']=_0x54d0c5['lGhTn'],_0x485319['status'](0x16ed+0x1*-0x265b+-0x5*-0x37a)[_0x2f19f3(0x4f7,_0xeabec1._0x2883f1,_0xeabec1._0xace4ec,0x4de)](_0x2ba407);}}}catch(_0x5643d8){if(_0x54d0c5['PbNsx'](_0x5643d8['code'],_0x54d0c5[_0x40e62f(_0xeabec1._0x3c8fb1,_0xeabec1._0x32b451,0x54,_0xeabec1._0x2d17d2)])){if(_0x54d0c5['UhaDn']!==_0x54d0c5[_0x2f19f3(_0xeabec1._0x5b28d2,_0xeabec1._0x1950df,0x465,_0xeabec1._0x23742a)]){const _0x2d3da2={};return _0x2d3da2['error']=_0x54d0c5[_0x40e62f(0x9a,0xb1,0x129,_0xeabec1._0x5afd2b)],_0x2d3da2[_0x2f19f3(0x4a9,_0xeabec1._0x2361bb,_0xeabec1._0xf7709d,0x4a7)]=_0x54d0c5['viKjV'],_0x8a931e['status'](0x1a86*0x1+0x1*-0x515+0x7*-0x2d7)[_0x2f19f3(_0xeabec1._0x35c8ed,0x4ef,_0xeabec1._0x3aede8,_0xeabec1._0x1fccbe)](_0x2d3da2);}else{const _0x52e49={};_0x52e49[_0x40e62f(0x16a,_0xeabec1._0x465b9e,_0xeabec1._0x415bdb,0x14d)]=_0x54d0c5[_0x2f19f3(0x52f,_0xeabec1._0x1b68bd,_0xeabec1._0x7ff86,_0xeabec1._0x104658)],_0x52e49[_0x40e62f(_0xeabec1._0x4eba62,_0xeabec1._0x3411a5,_0xeabec1._0x2e1107,0x4c)]='Template\x20\x27'+_0x683b2c+(_0x40e62f(_0xeabec1._0xaa0ef8,0x145,_0xeabec1._0x4a3e55,0x11f)+'d'),_0xc0cce2[_0x2f19f3(_0xeabec1._0x50e6c8,_0xeabec1._0x29aad3,0x4fa,_0xeabec1._0x140ee4)](-0xd80+-0x1*-0xdeb+-0xb*-0x1b)[_0x40e62f(0xb8,_0xeabec1._0x3f0b05,0xcc,_0xeabec1._0x20d182)](_0x52e49);}}else{const _0x16c412={};_0x16c412[_0x2f19f3(_0xeabec1._0x19130f,_0xeabec1._0x53723f,0x4d0,0x4b1)]=_0x390f61[_0x2f19f3(0x4af,_0xeabec1._0x53723f,0x478,_0xeabec1._0x17409d)],_0x16c412[_0x40e62f(0xcf,-0xe,_0xeabec1._0x40418f,0x1)+'t']=_0x26c425,_0x16c412[_0x2f19f3(0x51c,_0xeabec1._0x1e4fbd,_0xeabec1._0x5c9bfa,_0xeabec1._0x1c7624)]=_0x683b2c,_0x16c412[_0x40e62f(_0xeabec1._0x514ffb,0x177,_0xeabec1._0x415bdb,0x179)]=_0x5643d8[_0x2f19f3(_0xeabec1._0x5e1b5b,_0xeabec1._0xc7cdfe,0x49f,0x48c)],logger['error'](_0x54d0c5[_0x2f19f3(0x4c2,_0xeabec1._0x3a4ff4,_0xeabec1._0x260534,_0xeabec1._0x3217b8)],_0x16c412);const _0x2862f2={};_0x2862f2[_0x2f19f3(0x5e0,0x56b,0x510,0x5aa)]=_0x54d0c5[_0x2f19f3(0x442,0x47e,_0xeabec1._0x1f7717,0x44f)],_0x2862f2['message']=_0x40e62f(_0xeabec1._0x2b4f55,0x109,_0xeabec1._0x2ae31e,_0xeabec1._0x30cc15)+_0x40e62f(_0xeabec1._0x3b974b,_0xeabec1._0x58fe1b,_0xeabec1._0x862972,_0xeabec1._0x1a888d)+'plate',_0xc0cce2[_0x2f19f3(_0xeabec1._0x10e5fb,0x584,0x5f8,_0xeabec1._0x4060ec)](0xd14+-0xd*-0x20b+-0x25af)[_0x2f19f3(0x560,_0xeabec1._0x4869f7,_0xeabec1._0x3f8224,_0xeabec1._0x196a51)](_0x2862f2);}}});export default router;