@profoundlogic/coderflow-server 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/routes/apiKeys.js +1 -1
  96. package/dist/routes/auth-oidc.js +1 -1
  97. package/dist/routes/auth.js +1 -1
  98. package/dist/routes/automations.js +1 -1
  99. package/dist/routes/bindings.js +1 -1
  100. package/dist/routes/build.js +1 -1
  101. package/dist/routes/containers.js +1 -1
  102. package/dist/routes/deploy-task.js +1 -1
  103. package/dist/routes/environment-management.js +1 -1
  104. package/dist/routes/environments.js +1 -1
  105. package/dist/routes/external-skills.js +1 -1
  106. package/dist/routes/git-credentials.js +1 -1
  107. package/dist/routes/git-oauth.js +1 -1
  108. package/dist/routes/git-provider-setup.js +1 -1
  109. package/dist/routes/health.js +1 -1
  110. package/dist/routes/jira.js +1 -1
  111. package/dist/routes/objective-management.js +1 -1
  112. package/dist/routes/password.js +1 -1
  113. package/dist/routes/prompt.js +1 -1
  114. package/dist/routes/provider-auth.js +1 -1
  115. package/dist/routes/qa.js +1 -1
  116. package/dist/routes/roles.js +1 -1
  117. package/dist/routes/settings.js +1 -1
  118. package/dist/routes/skill-management.js +1 -1
  119. package/dist/routes/skills.js +1 -1
  120. package/dist/routes/tasks.js +1 -1
  121. package/dist/routes/teams.js +1 -1
  122. package/dist/routes/templates.js +1 -1
  123. package/dist/routes/test-task.js +1 -1
  124. package/dist/routes/test.js +1 -1
  125. package/dist/routes/users.js +1 -1
  126. package/dist/routes/visualizations.js +1 -1
  127. package/dist/scripts/create-user.js +1 -1
  128. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  129. package/dist/start.js +1 -1
  130. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  131. package/dist/web-ui/public/activity-feed.js +1 -1
  132. package/dist/web-ui/public/activity-formatters.js +1 -1
  133. package/dist/web-ui/public/agent-event-parser.js +1 -1
  134. package/dist/web-ui/public/app.js +1 -1
  135. package/dist/web-ui/public/approve-dialog.js +1 -1
  136. package/dist/web-ui/public/automation-links.js +1 -1
  137. package/dist/web-ui/public/automation-schedule.js +1 -1
  138. package/dist/web-ui/public/comments-widget.js +1 -1
  139. package/dist/web-ui/public/diff-utils.js +1 -1
  140. package/dist/web-ui/public/environments.js +1 -1
  141. package/dist/web-ui/public/feedback-widget.js +1 -1
  142. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  143. package/dist/web-ui/public/git-history.js +1 -1
  144. package/dist/web-ui/public/git-status.js +1 -1
  145. package/dist/web-ui/public/index.html +1 -1
  146. package/dist/web-ui/public/index.js +1 -1
  147. package/dist/web-ui/public/login.js +1 -1
  148. package/dist/web-ui/public/markdown-editor.js +1 -1
  149. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  150. package/dist/web-ui/public/modal-maximize.js +1 -1
  151. package/dist/web-ui/public/notifications.js +1 -1
  152. package/dist/web-ui/public/pr-dialog.js +1 -1
  153. package/dist/web-ui/public/roles.js +1 -1
  154. package/dist/web-ui/public/server-health.js +1 -1
  155. package/dist/web-ui/public/settings.js +1 -1
  156. package/dist/web-ui/public/setup-password.js +1 -1
  157. package/dist/web-ui/public/skills.js +1 -1
  158. package/dist/web-ui/public/sse-client.js +1 -1
  159. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  160. package/dist/web-ui/public/task.js +1 -1
  161. package/dist/web-ui/public/teams.js +1 -1
  162. package/dist/web-ui/public/terminal.js +1 -1
  163. package/dist/web-ui/public/theme.js +1 -1
  164. package/dist/web-ui/public/users.js +1 -1
  165. package/dist/web-ui/public/variant-grouping.js +1 -1
  166. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x4c188f,_0x3efac6){const _0x3bd7fa={_0xf91c5a:0x429,_0x187ecc:0x3e1,_0x176c33:0x1ab,_0x3654f8:0x166,_0x1578d6:0x159,_0x2ebc85:0x3df,_0x2de931:0x451,_0xdfcc95:0x44d,_0x438370:0x449,_0x29f3fe:0x493,_0x4fdb43:0x442,_0x4ad639:0x3c1,_0x391d09:0x404,_0x3433b3:0x167,_0x2b8a97:0x183,_0x58ffb5:0x1c3,_0xcbefe3:0x430,_0x5c3d08:0x46d,_0x264b38:0x471,_0x1ec3ca:0x10e,_0x2d96e6:0x96,_0x22e423:0xfd,_0x267d56:0xd8},_0x1c15a0={_0x578623:0x170},_0x46ba73=_0x4c188f();function _0x305ba2(_0x5f2f81,_0x1966eb,_0x54fe7d,_0x4ad5ba){return _0x5980(_0x5f2f81-0x18e,_0x4ad5ba);}function _0x4304a5(_0x58cab4,_0x42a7dd,_0x2fad2c,_0x2e5967){return _0x5980(_0x42a7dd- -_0x1c15a0._0x578623,_0x2e5967);}while(!![]){try{const _0x3fd9e7=-parseInt(_0x305ba2(0x3f1,0x454,0x43f,0x384))/(-0x1e4+-0x1*0x358+0x53d)+parseInt(_0x305ba2(0x3c4,_0x3bd7fa._0xf91c5a,0x3fd,_0x3bd7fa._0x187ecc))/(-0x21c6+-0x11*-0xb1+0x1607*0x1)+-parseInt(_0x4304a5(_0x3bd7fa._0x176c33,_0x3bd7fa._0x3654f8,_0x3bd7fa._0x1578d6,0x17d))/(-0x4*0x124+0x226c+-0x1dd9)+-parseInt(_0x305ba2(_0x3bd7fa._0x2ebc85,_0x3bd7fa._0x2de931,_0x3bd7fa._0xdfcc95,_0x3bd7fa._0x438370))/(0x4*-0x3d9+0x1e32+-0xeca)+parseInt(_0x305ba2(0x426,_0x3bd7fa._0x29f3fe,_0x3bd7fa._0x4fdb43,_0x3bd7fa._0x4ad639))/(-0x1c81+0x79*0x35+0x379)*(-parseInt(_0x305ba2(0x3c3,0x3d9,_0x3bd7fa._0x391d09,0x413))/(-0xd*0x1d2+-0xa*0x270+0x3010))+parseInt(_0x4304a5(_0x3bd7fa._0x3433b3,_0x3bd7fa._0x2b8a97,_0x3bd7fa._0x58ffb5,0x1dc))/(-0x190a+-0x2c9+0x1bda)*(parseInt(_0x305ba2(_0x3bd7fa._0xcbefe3,_0x3bd7fa._0x5c3d08,0x433,_0x3bd7fa._0x264b38))/(0x1*0x216d+0xd2a+-0x2e8f))+-parseInt(_0x4304a5(_0x3bd7fa._0x1ec3ca,0x111,0xf7,0x17b))/(0x5*-0x50+0x7fb+0x331*-0x2)*(-parseInt(_0x4304a5(_0x3bd7fa._0x2d96e6,_0x3bd7fa._0x22e423,_0x3bd7fa._0x267d56,0x156))/(0x35c+-0x1*-0x148f+-0x1*0x17e1));if(_0x3fd9e7===_0x3efac6)break;else _0x46ba73['push'](_0x46ba73['shift']());}catch(_0x500205){_0x46ba73['push'](_0x46ba73['shift']());}}}(_0x5689,0x74bdc+0x27*0x587e+-0xd80b5));import _0xc758f3 from'express';import{promises as _0x447478}from'fs';import _0x1a295b from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0xc758f3[_0x4149e0(0x443,0x4d0,0x3d0,0x3c7)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x4e7dd6){const _0x632bf7={_0x232fa2:0x1df,_0x23d399:0x1f3,_0xe07921:0x261},_0xe2dd11={_0x1a8bb0:0x405,_0x3326db:0xd8},_0x3f96c7={_0xd8cdd8:0x2b4};function _0x45667d(_0x4e2fe1,_0xea2ace,_0x21d46a,_0x138c2a){return _0x4149e0(_0x21d46a- -_0x3f96c7._0xd8cdd8,_0x4e2fe1,_0x21d46a-0x1e6,_0x138c2a-0x6d);}function _0x2b0a6b(_0x3a55c6,_0x10f57f,_0x2841cf,_0x49416f){return _0x4149e0(_0x10f57f- -_0xe2dd11._0x1a8bb0,_0x3a55c6,_0x2841cf-_0xe2dd11._0x3326db,_0x49416f-0x180);}tasks=_0x4e7dd6[_0x45667d(0x171,0x1a6,_0x632bf7._0x232fa2,0x1ce)],setupPath=_0x4e7dd6[_0x45667d(0x296,_0x632bf7._0x23d399,_0x632bf7._0xe07921,0x21b)],coderConfig=_0x4e7dd6['coderConfi'+'g'];}export function updateCoderConfig(_0x26a50b){coderConfig=_0x26a50b;}async function requireTaskAuth(_0x22848f,_0x2289b1,_0x5ebabb){const _0x1eaffb={_0x1c6dd1:0x96,_0x4d7076:0xc6,_0x351ff9:0x404,_0x5f44f6:0x437,_0x3f714d:0x85,_0x2fc229:0x13b,_0x53276c:0x488,_0x5406aa:0x3bf,_0x9ec497:0x456,_0x450aab:0x89,_0x92bf3c:0xce,_0x1b8e38:0xb1,_0x1e5c75:0x49d,_0x56333d:0x480,_0x5a88df:0x492,_0x13f30d:0x418,_0x4825b5:0x4c1,_0x17fd5d:0x1d8,_0x144c62:0x201,_0x49c578:0x177,_0x2d79cb:0x4d2,_0x396807:0x43e,_0x4ead34:0x478,_0x237bcb:0xe9,_0x393871:0x154,_0x4ca673:0x507,_0x3a1941:0x4b1,_0x4315ba:0x454,_0x37d97e:0x38c,_0x482342:0x15e,_0xb91ceb:0x479,_0x5381bd:0x3e3,_0x3b4fe0:0x3d5,_0x3bd285:0x3a5,_0x51385d:0x157,_0x375772:0x138,_0x4adfa1:0x3bb,_0x243012:0x42f,_0x509e3a:0x42a,_0x120482:0x84,_0x2844ab:0x7b,_0x590abf:0x101,_0x59e910:0xaf,_0x12a00b:0x85,_0x367b12:0xec,_0x2b18c9:0xb6,_0x276055:0x178,_0x48bd9e:0x441,_0x448ab9:0x405,_0x2c048d:0x494,_0x2bf2e5:0x142,_0x12011f:0x409,_0x2d405b:0x452,_0x16cde6:0x478,_0x2ffba7:0xc5,_0x4cd1f7:0xad,_0x41502c:0x92,_0x48dd17:0xb4,_0x43ff7c:0xdd,_0xe87925:0x5c,_0x2b0563:0xc1,_0x380d2e:0xf0,_0x11a68e:0x4ce,_0x2300df:0xa2,_0x3f0564:0xa4,_0x126337:0x506,_0x5695bc:0x437,_0x46b7a5:0x4aa,_0x484bfe:0x488,_0x4be411:0x3c9,_0x49acd9:0x47a,_0x47485a:0x11f,_0x14d551:0x1ad,_0x4f01c8:0x168,_0x3f2e73:0x145,_0x19fab9:0x4b5,_0x372799:0xfc,_0x4291ad:0xf,_0x37aba1:0x134,_0x104f8b:0xeb,_0x55aea0:0xd4,_0x3006fc:0x11d,_0xd202c2:0x143,_0x4ee254:0x183,_0xe6fc2:0x133,_0x1d1f66:0x8b,_0xb4d060:0x4d4,_0x5d3f05:0x4bb,_0x160999:0x34e,_0x1e9b49:0x451,_0x20deeb:0x3d4,_0x228db5:0x127,_0x49c395:0xff,_0x4d4559:0x31,_0x1fcf9d:0x4fc,_0x14299b:0x547,_0x42e868:0x3be,_0x262ee4:0x87,_0xa6df96:0x65,_0x3a4b0b:0xed,_0x15a3cc:0x1dc,_0x5d1066:0x15f,_0x53e641:0x167,_0x3a27b0:0x458,_0x1d7765:0x41c,_0x5d3aa6:0x42f,_0x195d92:0x10b,_0x418d4d:0x102,_0x4e78cb:0x14c,_0x2c5caf:0x1d9,_0x45a6f3:0x174,_0x3b3c09:0xe5,_0xb5f0a0:0x74,_0x121183:0xc2,_0x57d800:0x4d9,_0x288721:0x47a,_0x144d52:0x15e,_0x296f89:0x14e,_0x400504:0x125,_0xdb5be7:0x1a1,_0x47938c:0x188,_0x1b0cca:0xcc,_0x239ca7:0xc8,_0x5282e7:0x4ff,_0x1b1b97:0x47c,_0x423e66:0x78,_0x5e1d5e:0xe8,_0x5da1cb:0x12e,_0xaee1a4:0x412,_0x30fcdc:0x419,_0x3acbdd:0x3c4,_0x53aa3f:0x3d7,_0x2c7ddf:0x73,_0xdc91d2:0xb7,_0x2e002c:0x1aa,_0x73675e:0x180,_0x3c0488:0xf5,_0x214844:0xb9,_0x48b9b1:0x497,_0x4b5ac8:0x42b,_0x550ee0:0x478,_0x2ef684:0xce,_0x7e871a:0x463,_0x1cb637:0x40c,_0x35b281:0x142,_0x181a13:0x1cd,_0xc89a20:0x39b,_0x49a76b:0x486,_0x4ec2b9:0x4bb,_0x1e6eb5:0x476,_0x5ef8c8:0x409,_0x496ffd:0x4b3,_0x117296:0x3e6,_0x3c9791:0x491,_0x3f84d8:0x484,_0x5b5081:0x4ad,_0x3fbd54:0x114,_0x328b43:0x460,_0x2a512f:0x3cc,_0x14108c:0x3e2,_0x206f78:0x7a,_0x2c2091:0x105,_0x2c0e6d:0xa8,_0x27b59d:0x405,_0x4167af:0x344,_0x112826:0x3c0,_0x358a61:0x4eb,_0x3f990b:0x47a,_0x50d9fc:0x439,_0x5e95ff:0x4ca,_0x15f8fc:0x3e9,_0x158178:0x43e,_0x416f50:0x41f,_0x4fa020:0x1cb,_0x2e6e63:0x198,_0x45124e:0xdb,_0x23018c:0xfb,_0x110447:0xc2,_0x2b5c8a:0xea,_0x2aabb2:0x411,_0x5fb3cd:0x38d,_0x27c5bb:0x3f1,_0x25403b:0x54,_0x8bdff8:0x1a,_0x77f54d:0x4e7,_0x1720ff:0xe6,_0x445e59:0x113,_0x4ac2bd:0x16b,_0x565b14:0x60,_0x4f4bf7:0x6a,_0x6b2270:0x97,_0x3a90bf:0x44f,_0x3ef1f9:0x4b6,_0x3e828f:0x489,_0x5aeda6:0x473,_0x28fcdb:0x4b7,_0x4e0488:0x3a0,_0x3cf254:0x417,_0x16ea88:0x408,_0x29dec3:0x75,_0x43bcdf:0x472,_0x4e1b51:0x3d0,_0x8c06dd:0x467,_0x3f8209:0x4b4,_0x1bf391:0x49b,_0x44eafe:0x4bc,_0x2c60f9:0x50,_0x5e73c0:0x14d,_0x3dde12:0x3f3,_0x11f26b:0x406,_0x2212e6:0x402},_0x2c7537={_0x539210:0x3bd,_0xf276ae:0x51},_0x25d21a={_0x4f1b0a:0x79,_0x1c8fba:0x2e,_0x58f668:0x13e},_0x455f7a={'zjYGx':_0x5dd982(_0x1eaffb._0x1c6dd1,0x5b,_0x1eaffb._0x4d7076,0x4c)+_0x417b62(_0x1eaffb._0x351ff9,_0x1eaffb._0x5f44f6,0x464,0x468)+_0x5dd982(_0x1eaffb._0x3f714d,_0x1eaffb._0x2fc229,0xd1,0x130),'lcfzE':_0x417b62(0x430,0x497,_0x1eaffb._0x53276c,0x478)+_0x417b62(_0x1eaffb._0x5406aa,0x4a7,_0x1eaffb._0x9ec497,0x418)+_0x5dd982(0xcc,_0x1eaffb._0x450aab,_0x1eaffb._0x92bf3c,_0x1eaffb._0x1b8e38)+_0x417b62(_0x1eaffb._0x1e5c75,_0x1eaffb._0x56333d,_0x1eaffb._0x5a88df,0x436)+'-Task-Id\x20h'+_0x417b62(0x43d,_0x1eaffb._0x13f30d,_0x1eaffb._0x4825b5,0x48a),'gPAHZ':_0x5dd982(_0x1eaffb._0x17fd5d,_0x1eaffb._0x144c62,_0x1eaffb._0x49c578,0x135)+'ed','yAHZC':_0x417b62(_0x1eaffb._0x2d79cb,_0x1eaffb._0x396807,0x4d2,_0x1eaffb._0x4ead34)+_0x5dd982(_0x1eaffb._0x237bcb,_0x1eaffb._0x393871,0xd4,0x14d)+_0x417b62(_0x1eaffb._0x4ca673,0x4e4,0x44b,_0x1eaffb._0x3a1941)+_0x417b62(0x40e,_0x1eaffb._0x4315ba,_0x1eaffb._0x37d97e,0x3da)+'ized','qvWXp':_0x5dd982(0xe4,0x1eb,_0x1eaffb._0x482342,0x168)+'erver\x20Erro'+'r','KYeZs':_0x417b62(0x459,0x4a4,0x509,_0x1eaffb._0xb91ceb)+_0x417b62(_0x1eaffb._0x5381bd,_0x1eaffb._0x3b4fe0,0x359,_0x1eaffb._0x3bd285)+'zed','yEPVH':function(_0x2e0efe,_0x64ecd2){return _0x2e0efe!==_0x64ecd2;},'Qqhii':_0x5dd982(_0x1eaffb._0x51385d,0xc0,_0x1eaffb._0x375772,0xeb)+'t','buIKU':_0x417b62(0x49f,_0x1eaffb._0x4adfa1,_0x1eaffb._0x243012,_0x1eaffb._0x509e3a)+'o\x20associat'+_0x5dd982(_0x1eaffb._0x120482,_0x1eaffb._0x2844ab,0x7d,0xe9)+_0x5dd982(0xad,_0x1eaffb._0x590abf,_0x1eaffb._0x59e910,_0x1eaffb._0x12a00b),'MIwCJ':function(_0x57bd13,_0x45a10c){return _0x57bd13===_0x45a10c;},'aWmhx':_0x5dd982(-0x14,_0x1eaffb._0x367b12,0x79,_0x1eaffb._0x2b18c9),'cjypb':'yYFRj','naUaN':_0x5dd982(0x72,0xd4,0x102,_0x1eaffb._0x276055)+_0x417b62(0x49e,_0x1eaffb._0x48bd9e,_0x1eaffb._0x448ab9,_0x1eaffb._0x2c048d),'XwcLM':_0x5dd982(0x17a,0xa8,0xfc,_0x1eaffb._0x2bf2e5),'jvuZH':_0x417b62(0x4e6,_0x1eaffb._0x12011f,_0x1eaffb._0x2d405b,_0x1eaffb._0x16cde6)+'t\x20not\x20foun'+'d','aRlmb':_0x5dd982(_0x1eaffb._0x2ffba7,0xbb,0xc2,_0x1eaffb._0x4cd1f7)+'ts','RgkWR':function(_0x46eee7){return _0x46eee7();}},_0x320134=_0x22848f[_0x5dd982(0xca,0x57,_0x1eaffb._0x41502c,0x5a)][_0x5dd982(0x96,_0x1eaffb._0x237bcb,0xfe,_0x1eaffb._0x48dd17)];if(!_0x320134){logger['warn'](_0x455f7a[_0x5dd982(0x140,_0x1eaffb._0x43ff7c,0x11a,0x18a)]);const _0x40b413={};return _0x40b413[_0x5dd982(0xd0,_0x1eaffb._0xe87925,_0x1eaffb._0x2b0563,_0x1eaffb._0x380d2e)]=_0x455f7a['gPAHZ'],_0x40b413[_0x417b62(_0x1eaffb._0x11a68e,0x440,0x438,0x47a)]=_0x5dd982(_0x1eaffb._0x2300df,0x157,0xfd,_0x1eaffb._0x3f0564)+_0x417b62(_0x1eaffb._0x126337,0x507,_0x1eaffb._0x5695bc,_0x1eaffb._0x46b7a5)+'ader',_0x2289b1['status'](0x217*-0x10+-0x18c0+0x3bc1)['json'](_0x40b413);}if(!tasks){logger[_0x417b62(0x494,_0x1eaffb._0x484bfe,_0x1eaffb._0x4be411,0x405)](_0x455f7a[_0x417b62(0x456,0x3c9,_0x1eaffb._0x49acd9,0x3f5)]);const _0x2066b5={};return _0x2066b5['error']=_0x455f7a['qvWXp'],_0x2066b5['message']=_0x455f7a['KYeZs'],_0x2289b1[_0x5dd982(_0x1eaffb._0x47485a,0x16b,0x10b,0x122)](0x241*0x1+0x121b+-0x1268)[_0x5dd982(_0x1eaffb._0x14d551,_0x1eaffb._0x4f01c8,_0x1eaffb._0x3f2e73,0x127)](_0x2066b5);}function _0x417b62(_0x3b5737,_0x435454,_0x24e7df,_0x372905){return _0x4149e0(_0x372905- -_0x25d21a._0x4f1b0a,_0x3b5737,_0x24e7df-_0x25d21a._0x1c8fba,_0x372905-_0x25d21a._0x58f668);}const _0xf165a4=tasks['get'](_0x320134);if(!_0xf165a4){const _0x1b2fd5={};_0x1b2fd5[_0x417b62(0x495,_0x1eaffb._0x19fab9,0x478,0x4b8)]=_0x320134,logger[_0x5dd982(_0x1eaffb._0x372799,-_0x1eaffb._0x4291ad,0x7a,0x1a)](_0x5dd982(0x16b,0xdf,_0x1eaffb._0x37aba1,_0x1eaffb._0x104f8b)+_0x5dd982(0x159,0x10f,_0x1eaffb._0x55aea0,_0x1eaffb._0x3006fc)+'nt\x20request'+_0x417b62(0x3b6,0x3a4,0x3cb,0x40c)+_0x5dd982(0x15e,0x13d,_0x1eaffb._0xd202c2,_0x1eaffb._0x4ee254)+'D',_0x1b2fd5);const _0x24d95b={};return _0x24d95b[_0x5dd982(0x9b,_0x1eaffb._0xe6fc2,_0x1eaffb._0x2b0563,_0x1eaffb._0x1d1f66)]=_0x417b62(0x515,0x47b,_0x1eaffb._0xb4d060,_0x1eaffb._0x5d3f05)+'ed',_0x24d95b['message']='Invalid\x20ta'+'sk\x20ID',_0x2289b1[_0x5dd982(0xf5,0xa3,0x10b,0x186)](-0x3*-0x6d3+-0x1*-0x437+0x3*-0x7b5)['json'](_0x24d95b);}if(!_0xf165a4['environmen'+'t']){if(_0x455f7a[_0x417b62(_0x1eaffb._0x160999,_0x1eaffb._0x1e9b49,0x3fa,_0x1eaffb._0x20deeb)](_0x5dd982(0xfd,0x104,_0x1eaffb._0x228db5,_0x1eaffb._0x49c395),_0x5dd982(_0x1eaffb._0x4cd1f7,_0x1eaffb._0x4d4559,0x8d,0x6a))){const _0x122fb4={};_0x122fb4[_0x417b62(0x4d5,_0x1eaffb._0x1fcf9d,_0x1eaffb._0x14299b,0x4b8)]=_0x320134,logger[_0x417b62(0x449,0x3b5,0x3e8,_0x1eaffb._0x42e868)](_0x5dd982(0x10b,0x13b,0xe6,_0x1eaffb._0x262ee4)+_0x5dd982(_0x1eaffb._0xa6df96,0xce,_0x1eaffb._0x3a4b0b,0x159)+'ent',_0x122fb4);const _0x5eeb27={};return _0x5eeb27['error']=_0x455f7a[_0x5dd982(0x187,_0x1eaffb._0x15a3cc,_0x1eaffb._0x5d1066,_0x1eaffb._0x53e641)],_0x5eeb27[_0x417b62(0x4a7,_0x1eaffb._0x3a27b0,_0x1eaffb._0x1d7765,0x47a)]=_0x455f7a[_0x417b62(0x4b5,0x44e,_0x1eaffb._0x5d3aa6,0x4ad)],_0x2289b1[_0x5dd982(0xb4,0xe2,_0x1eaffb._0x195d92,0x12a)](-0x2f*0xd3+0x116e+-0x1*-0x16df)[_0x5dd982(0xdb,_0x1eaffb._0x418d4d,_0x1eaffb._0x3f2e73,0x11d)](_0x5eeb27);}else{const _0x50765f={};_0x50765f[_0x5dd982(_0x1eaffb._0x4e78cb,_0x1eaffb._0x2c5caf,_0x1eaffb._0x45a6f3,_0x1eaffb._0x3b3c09)]=_0x3ed0a8['taskId'],_0x50765f[_0x5dd982(0x78,_0x1eaffb._0xb5f0a0,_0x1eaffb._0x121183,0xf3)+'t']=_0x1ebd9e,_0x50765f[_0x5dd982(0xa5,0x55,0xc1,0x67)]=_0x5cabc5[_0x417b62(0x4a4,_0x1eaffb._0x4ead34,_0x1eaffb._0x57d800,0x47a)],_0x4d7661['error'](_0x455f7a['zjYGx'],_0x50765f);const _0x4a0e1b={};_0x4a0e1b[_0x417b62(0x47b,0x48f,_0x1eaffb._0x288721,0x405)]=_0x5dd982(_0x1eaffb._0x372799,_0x1eaffb._0x3006fc,_0x1eaffb._0x144d52,_0x1eaffb._0x296f89)+'erver\x20Erro'+'r',_0x4a0e1b[_0x5dd982(_0x1eaffb._0x400504,_0x1eaffb._0xdb5be7,0x136,_0x1eaffb._0x47938c)]=_0x5dd982(0x61,_0x1eaffb._0x1b0cca,0xc6,0x147)+_0x5dd982(0x41,_0x1eaffb._0x239ca7,0x74,_0x1eaffb._0x372799)+_0x417b62(0x438,_0x1eaffb._0x5282e7,_0x1eaffb._0x1b1b97,0x4ba)+'ile',_0x57c86e[_0x5dd982(0x85,0x95,_0x1eaffb._0x195d92,0x164)](0x229e+-0x9d*0x1a+-0x10b8)['json'](_0x4a0e1b);}}const _0x2eeebd=_0xf165a4[_0x5dd982(0x88,_0x1eaffb._0x423e66,_0x1eaffb._0x5e1d5e,_0x1eaffb._0x5da1cb)]?.[_0x417b62(0x379,0x427,_0x1eaffb._0xaee1a4,0x3e2)],_0x368039=await findUserById(_0x2eeebd);function _0x5dd982(_0x3cd46e,_0xc6e1d,_0x22babb,_0x23559c){return _0x4149e0(_0x22babb- -_0x2c7537._0x539210,_0xc6e1d,_0x22babb-0x1d1,_0x23559c-_0x2c7537._0xf276ae);}if(!_0x368039){if(_0x455f7a[_0x417b62(0x397,_0x1eaffb._0x30fcdc,_0x1eaffb._0x3acbdd,_0x1eaffb._0x53aa3f)](_0x455f7a[_0x5dd982(0x54,_0x1eaffb._0x2c7ddf,0xa5,_0x1eaffb._0xdc91d2)],_0x455f7a[_0x417b62(0x3ce,0x3d0,0x401,0x3e6)])){const _0x338d9c={};_0x338d9c[_0x5dd982(_0x1eaffb._0x2e002c,0x10e,0x174,_0x1eaffb._0x73675e)]=_0x36c471,_0x649b9f[_0x5dd982(_0x1eaffb._0x3c0488,0x5e,0x7a,_0x1eaffb._0x214844)](_0x417b62(0x4d1,_0x1eaffb._0x48b9b1,_0x1eaffb._0x4b5ac8,_0x1eaffb._0x550ee0)+_0x5dd982(0x67,0x12f,_0x1eaffb._0x55aea0,0xd9)+_0x5dd982(0xbf,0x155,_0x1eaffb._0x2ef684,0x97)+_0x417b62(0x48c,_0x1eaffb._0x7e871a,0x38c,_0x1eaffb._0x1cb637)+_0x5dd982(_0x1eaffb._0x35b281,_0x1eaffb._0x181a13,0x143,0xb7)+'D',_0x338d9c);const _0x22988f={};return _0x22988f[_0x417b62(_0x1eaffb._0x37d97e,_0x1eaffb._0xc89a20,_0x1eaffb._0x12011f,0x405)]=_0x417b62(0x430,0x4ee,_0x1eaffb._0x49a76b,_0x1eaffb._0x4ec2b9)+'ed',_0x22988f['message']=_0x417b62(0x461,_0x1eaffb._0x1e6eb5,0x401,_0x1eaffb._0x5ef8c8)+_0x417b62(0x4a8,0x515,0x463,_0x1eaffb._0x496ffd),_0x571b81[_0x417b62(_0x1eaffb._0x117296,0x418,_0x1eaffb._0x3c9791,0x44f)](0x2063+-0x2175+0xf*0x2d)[_0x417b62(_0x1eaffb._0x3f84d8,0x4fc,_0x1eaffb._0x5b5081,0x489)](_0x22988f);}else{const _0x44c55b={};_0x44c55b[_0x5dd982(0x145,_0x1eaffb._0x3fbd54,0x174,0x19e)]=_0x320134,_0x44c55b[_0x417b62(_0x1eaffb._0x328b43,_0x1eaffb._0x2a512f,0x3fe,_0x1eaffb._0x14108c)]=_0x2eeebd,logger[_0x5dd982(-0x3,0xf,_0x1eaffb._0x206f78,0xb8)]('Task\x20user\x20'+_0x5dd982(_0x1eaffb._0x2c2091,0x3e,_0x1eaffb._0x2c0e6d,0x90),_0x44c55b);const _0x53a7b3={};return _0x53a7b3[_0x417b62(0x3e2,0x422,0x488,_0x1eaffb._0x27b59d)]=_0x455f7a[_0x417b62(_0x1eaffb._0x4167af,0x36e,0x3dd,_0x1eaffb._0x112826)],_0x53a7b3[_0x417b62(0x452,_0x1eaffb._0x358a61,0x44e,_0x1eaffb._0x3f990b)]=_0x455f7a[_0x417b62(_0x1eaffb._0x50d9fc,_0x1eaffb._0x5e95ff,_0x1eaffb._0x15f8fc,_0x1eaffb._0x158178)],_0x2289b1[_0x417b62(0x494,_0x1eaffb._0x416f50,0x4c6,0x44f)](0x16*0x175+0x1*0x1ac9+-0x3946)[_0x5dd982(_0x1eaffb._0x4fa020,0xef,0x145,_0x1eaffb._0x2e6e63)](_0x53a7b3);}}_0x22848f['callingTas'+'k']=_0xf165a4,_0x22848f['taskUser']=_0x368039,_0x22848f[_0x5dd982(_0x1eaffb._0x45124e,_0x1eaffb._0x23018c,_0x1eaffb._0x110447,_0x1eaffb._0x2b5c8a)+_0x417b62(0x481,_0x1eaffb._0x2aabb2,_0x1eaffb._0x5fb3cd,_0x1eaffb._0x27c5bb)]=_0xf165a4['environmen'+'t'];if(!coderConfig?.['environmen'+'ts']?.[_0xf165a4['environmen'+'t']]){const _0x55ebe9={};_0x55ebe9['taskId']=_0x320134,_0x55ebe9[_0x5dd982(0xce,_0x1eaffb._0x25403b,0xc2,0x9a)+'t']=_0xf165a4[_0x5dd982(_0x1eaffb._0x214844,0x123,_0x1eaffb._0x110447,0xa7)+'t'],logger[_0x5dd982(_0x1eaffb._0x8bdff8,0xfe,0x7a,0x100)](_0x417b62(0x483,_0x1eaffb._0x77f54d,0x4a5,0x478)+'t\x20not\x20foun'+'d',_0x55ebe9);const _0x27b638={};return _0x27b638[_0x5dd982(0xba,_0x1eaffb._0x1720ff,_0x1eaffb._0x2b0563,_0x1eaffb._0x445e59)]=_0x455f7a['XwcLM'],_0x27b638[_0x5dd982(_0x1eaffb._0x4ac2bd,0x111,0x136,0x14d)]=_0x455f7a[_0x5dd982(_0x1eaffb._0x565b14,_0x1eaffb._0x4f4bf7,_0x1eaffb._0x6b2270,0x82)],_0x2289b1[_0x417b62(0x4b3,0x408,_0x1eaffb._0x3a1941,_0x1eaffb._0x3a90bf)](-0xa5e+0x58e+0x2*0x332)[_0x417b62(_0x1eaffb._0x3ef1f9,0x412,_0x1eaffb._0x77f54d,_0x1eaffb._0x3e828f)](_0x27b638);}_0x22848f[_0x417b62(0x48a,0x3cd,0x404,0x406)+_0x417b62(0x4be,_0x1eaffb._0x5aeda6,_0x1eaffb._0x28fcdb,0x492)]=coderConfig[_0x417b62(_0x1eaffb._0x4e0488,_0x1eaffb._0x3cf254,_0x1eaffb._0x16ea88,0x406)+'ts'][_0xf165a4['environmen'+'t']],_0x22848f[_0x5dd982(0xf5,_0x1eaffb._0x29dec3,0xc2,0x46)+_0x417b62(_0x1eaffb._0x43bcdf,_0x1eaffb._0x4e1b51,_0x1eaffb._0x8c06dd,0x3f9)]=_0x1a295b[_0x417b62(_0x1eaffb._0x3f8209,0x482,0x3a9,0x42d)](setupPath,_0x455f7a[_0x417b62(_0x1eaffb._0x1bf391,0x460,0x47f,_0x1eaffb._0x44eafe)],_0xf165a4[_0x5dd982(_0x1eaffb._0x2c60f9,0x97,_0x1eaffb._0x110447,_0x1eaffb._0x5e73c0)+'t']),_0x455f7a[_0x417b62(_0x1eaffb._0x3dde12,_0x1eaffb._0x11f26b,0x3e8,_0x1eaffb._0x2212e6)](_0x5ebabb);}async function requireInstructionsPermission(_0x577b31,_0x550d3e,_0x9c02ff){const _0x340fdc={_0x21f807:0x4f5,_0xf1e62f:0x532,_0x3227ac:0x531,_0x2e4b0b:0x4bf,_0x8a43cb:0x5c0,_0x62e66e:0x555,_0x1f81d9:0x21,_0x506b9f:0x4,_0x1caf5b:0xd,_0x3fe379:0x49d,_0x4d21c2:0x582,_0x26405b:0x4c0,_0x3d233d:0x1f,_0x438294:0x56,_0x5e28d0:0x9c,_0x1ec6b7:0x47,_0xedd1d8:0x53,_0x23757e:0x8e,_0x247c11:0x98,_0x18c986:0x5b7,_0x35be01:0x5b1,_0x46daf8:0x59a,_0x49337f:0x4a9,_0x2d7000:0x4f8,_0x8dc633:0x4cd,_0x3a75cd:0x4ca,_0x37ba9a:0x45,_0x59c3dd:0x1d,_0x5267f1:0x54c,_0x4c1398:0x560,_0x1a6254:0x5b6,_0x144879:0x3d,_0xfc6023:0xc3,_0x554dfd:0x5db,_0x215cb6:0x52d,_0x4d76a9:0xc,_0x32ab4b:0x67,_0x4c0d00:0x5a6,_0x36860b:0x55d,_0x3f03d0:0x539,_0x442e87:0x92,_0x2ef41d:0x81,_0x4083b4:0x68,_0x2e50cc:0x4d8,_0x3e9859:0x4b0,_0x35d8b8:0x4cc,_0x497e06:0x581,_0x4d57ce:0x504,_0x3e401c:0xc7,_0x3ecc8e:0x51a,_0x5cf510:0x55e,_0x382a66:0x4d4,_0x4970dd:0x66,_0x545924:0x60,_0x4a0d1a:0x571,_0x591b70:0x5a9,_0x556392:0x51d,_0x486ff7:0x4e6,_0x50e97d:0x592,_0x3c7967:0x86,_0x3dbc78:0x89,_0x2620bc:0x1f,_0xeda342:0x32,_0x89014b:0x6f,_0x5f1218:0x485,_0x4f25cb:0x562,_0x56d540:0x63,_0x708789:0x5b,_0x5b8ee9:0x26,_0x214031:0x97,_0x2f2a11:0x7f,_0xe28a9b:0x41,_0x34d1c4:0xc5,_0x51c523:0xa2,_0x2326cf:0x65,_0x588106:0x4a1,_0x307f1e:0x552,_0x240a1d:0x59d,_0x4e7d5c:0x56c,_0x277280:0x7c,_0x29e80b:0x46,_0x2af246:0x590},_0x185f35={_0x46a5b5:0x79,_0x3d1338:0xaa},_0x5b7a2f={_0x58dada:0xe6,_0x2c5214:0xfb};function _0x31b7bc(_0x25a326,_0x1ed756,_0x3f76c8,_0x4f00e4){return _0x4149e0(_0x3f76c8- -0x4da,_0x4f00e4,_0x3f76c8-_0x5b7a2f._0x58dada,_0x4f00e4-_0x5b7a2f._0x2c5214);}const _0x5afdb7={'sJqcf':_0x273c9b(_0x340fdc._0x21f807,_0x340fdc._0xf1e62f,_0x340fdc._0x3227ac,_0x340fdc._0x2e4b0b),'ZaDwK':_0x273c9b(0x532,0x56a,_0x340fdc._0x8a43cb,_0x340fdc._0x62e66e)+_0x31b7bc(-0x4b,_0x340fdc._0x1f81d9,-_0x340fdc._0x506b9f,_0x340fdc._0x1caf5b)+'d','vEwfM':function(_0xb2db21,_0x3fb5f7,_0x10a0b2,_0xb5dcb6){return _0xb2db21(_0x3fb5f7,_0x10a0b2,_0xb5dcb6);},'SQteS':_0x273c9b(_0x340fdc._0x3fe379,0x4f8,_0x340fdc._0x4d21c2,_0x340fdc._0x26405b)+_0x31b7bc(-_0x340fdc._0x3d233d,-0x9e,-_0x340fdc._0x438294,-_0x340fdc._0x5e28d0)+_0x31b7bc(_0x340fdc._0x1ec6b7,_0x340fdc._0xedd1d8,0x3a,-0x51),'fMqIG':function(_0x200179,_0x22645d){return _0x200179!==_0x22645d;},'dEQrr':_0x31b7bc(-0x83,-_0x340fdc._0x23757e,-_0x340fdc._0x247c11,-0x4f),'fPUuX':function(_0x3c859d){return _0x3c859d();}};function _0x273c9b(_0x59b617,_0x1c9ac7,_0x4f9f4a,_0x5538d6){return _0x4149e0(_0x1c9ac7-_0x185f35._0x46a5b5,_0x59b617,_0x4f9f4a-0x1e8,_0x5538d6-_0x185f35._0x3d1338);}if(!await _0x5afdb7[_0x273c9b(0x554,0x53c,0x57a,_0x340fdc._0x18c986)](hasPermission,_0x577b31['taskUser']['id'],_0x5afdb7[_0x273c9b(_0x340fdc._0x35be01,_0x340fdc._0x46daf8,0x629,0x55f)],_0x577b31[_0x273c9b(_0x340fdc._0x49337f,_0x340fdc._0x2d7000,_0x340fdc._0x8dc633,_0x340fdc._0x3a75cd)+'tName'])){if(_0x5afdb7[_0x31b7bc(_0x340fdc._0x37ba9a,_0x340fdc._0x59c3dd,-0xf,-0x45)]('JXlYr',_0x273c9b(_0x340fdc._0x5267f1,_0x340fdc._0x4c1398,_0x340fdc._0x1a6254,0x4f4))){const _0x1a264a={};_0x1a264a['taskId']=_0x577b31[_0x31b7bc(-_0x340fdc._0x144879,_0x340fdc._0xfc6023,0x36,-0x2b)+'k'][_0x273c9b(0x586,0x5aa,_0x340fdc._0x554dfd,_0x340fdc._0x215cb6)],_0x1a264a[_0x273c9b(0x55f,0x4d4,0x49a,0x4a0)]=_0x577b31['taskUser']['id'],_0x1a264a[_0x31b7bc(-_0x340fdc._0x4d76a9,-_0x340fdc._0x32ab4b,-0x69,-0xae)]=_0x577b31[_0x273c9b(0x5bf,_0x340fdc._0x4c0d00,_0x340fdc._0x36860b,_0x340fdc._0x3f03d0)][_0x31b7bc(-_0x340fdc._0x442e87,-_0x340fdc._0x2ef41d,-0x69,-_0x340fdc._0x4083b4)],logger[_0x273c9b(_0x340fdc._0x2e50cc,_0x340fdc._0x3e9859,0x471,_0x340fdc._0x35d8b8)](_0x273c9b(0x571,0x562,0x507,0x5e4)+_0x273c9b(0x58e,_0x340fdc._0x497e06,_0x340fdc._0x4d57ce,0x606)+'nts:instru'+_0x31b7bc(0xda,0xdc,0x54,_0x340fdc._0x3e401c)+_0x273c9b(_0x340fdc._0x3ecc8e,0x4dd,_0x340fdc._0x5cf510,_0x340fdc._0x382a66),_0x1a264a);const _0x511b18={};return _0x511b18['error']=_0x5afdb7[_0x31b7bc(0xe9,_0x340fdc._0x4970dd,_0x340fdc._0x545924,0x0)],_0x511b18['message']=_0x273c9b(_0x340fdc._0x4a0d1a,_0x340fdc._0x591b70,0x53a,0x581)+_0x273c9b(0x4fd,0x4da,0x55b,0x4c6)+_0x273c9b(_0x340fdc._0x556392,_0x340fdc._0x486ff7,0x567,0x46d)+_0x273c9b(0x5cf,0x55b,0x58f,_0x340fdc._0x50e97d)+_0x31b7bc(0x31,-_0x340fdc._0x3c7967,-0x5b,-_0x340fdc._0x3dbc78)+_0x31b7bc(-_0x340fdc._0x2620bc,-_0x340fdc._0xeda342,-_0x340fdc._0x89014b,-0x47)+_0x273c9b(0x523,0x4d1,0x500,_0x340fdc._0x5f1218),_0x550d3e['status'](0xb2*0x31+0x3fa*0x7+0xc11*-0x5)['json'](_0x511b18);}else{const _0x25d008={};_0x25d008[_0x273c9b(0x5db,0x5aa,0x5d5,_0x340fdc._0x4f25cb)]=_0x12cb1c,_0x25d008[_0x31b7bc(-_0x340fdc._0x56d540,-0x25,-_0x340fdc._0x708789,_0x340fdc._0x5b8ee9)+'t']=_0x3939c1[_0x31b7bc(-_0x340fdc._0x214031,-_0x340fdc._0x2f2a11,-0x5b,-_0x340fdc._0xe28a9b)+'t'],_0x28e888[_0x31b7bc(-0x7c,-0xee,-0xa3,-_0x340fdc._0x34d1c4)](_0x31b7bc(_0x340fdc._0x51c523,_0x340fdc._0x2326cf,0x17,-0x1b)+'t\x20not\x20foun'+'d',_0x25d008);const _0x5248ae={};return _0x5248ae[_0x273c9b(_0x340fdc._0x588106,0x4f7,0x4e2,_0x340fdc._0x307f1e)]=_0x5afdb7['sJqcf'],_0x5248ae[_0x273c9b(_0x340fdc._0x240a1d,_0x340fdc._0x4e7d5c,0x4dd,0x55a)]=_0x5afdb7[_0x31b7bc(_0x340fdc._0x277280,0xac,_0x340fdc._0x29e80b,0x60)],_0x5f1ea7['status'](-0x1e37+-0x1*0x175+0x2140)['json'](_0x5248ae);}}_0x5afdb7[_0x273c9b(0x488,0x50b,0x529,_0x340fdc._0x2af246)](_0x9c02ff);}function _0x5689(){const _0x3bbea3=['Aw5JBhvKzxm','DenVBMzPzW','zgvSzxrLzej5vq','ig5VDcbMB3vUza','DwLYzwq','zgvZy3jPChrPBW','y2fSBgLUz1rHCW','DLPbz3m','AxPLza','rfv5DuO','DgLVBNm','C2v0DxbqyxrO','wxLcsgO','uw1PCgy','BMfTzq','quDftLrtlM1K','ndi0nJe0BMPHvg11','sw50zxjUywWGuW','uxfOAwK','wNDPvMu','BxbSyxrLig5HBq','Bgf0zq','wMfeD0S','u1f0zvm','sev2Dw8','vgfZAY1jzcbOzq','rxnntue','vgfZAYbKzwXLDa','yNvjs1u','A1H3vwm','DgfZAY10zw1WBa','CgXHDgu','BNqGCM91DguGBG','DgfZAW','C2SGsuq','DgfZA1vZzxi','y3rPB25ZihbLCG','Axr6t00','vxnLCIbKB2vZia','DgfZA0LK','tLvrtwC','CNvJDgLVBNmGzG','vw5HDxrOB3jPEG','yvjSBwi','wfL0svC','ndjMBgDxBNe','q29UDgvUDcbMAq','CMvHzgrPCG','zevrCNi','D3jPDguGDgvTCa','CgfYyw1Z','vMrTzuC','DcbPBML0AwfSAq','qNHbzwO','z2v0','wvzNAhO','vvr4why','yxrL','ywnJzxnZ','tvnhAeu','yNbpt0q','qxf1wgq','B25Z','wufvwwW','C3rYAw5NAwz5','y3zAz1G','qwX1DfO','DgvTCgXHDgu','yxnRswq','CgrHDgvKigj5ia','Bwv0ywrHDge','D3jPDguGAw5ZDa','zxj2zxiGrxjYBW','v0TNy1O','C21fBLO','BNrZoNrLBxbSyq','sejsDhC','D2fYBG','BuHiBuq','z1bbsfO','zwqGzw52AxjVBG','twnPCu8','uY5Tza','DgvZihbLCM1PCW','uuv5vfe','u3bqwwK','ENbzze4','zgvSzxrL','rM9YyMLKzgvU','uM91DgvY','CMvHzcbPBNn0CG','EKLmD3a','BwTKAxi','lZPUyw1L','v2PwrgC','wLzRDxa','BKzWqvi','rxPQqvm','AuzQq2C','EuvqvKG','D3jPDgvgAwXL','AgvHzgvYCW','tuL3q0O','yMrysMO','sw52ywXPzcb0zq','B3qGAw5PDgLHBa','ANz1wKG','wxb5u1e','qvvhr2y','B0j6ANO','Aw9UCW','jYbUB3qGzM91BG','lvrHC2STswqGAa','DxnLCKLK','yxbnz0u','s3fdA1m','Bfrpr0G','y2P5Cgi','y29UDgvUDa','BM90igHHDMuGCa','yvDTAhG','BgvUz3rO','BwLZC2LVBG','BM90igzVDw5K','zuTVwNK','Aw9UCYb1CgrHDa','Dhm6DgvTCgXHDa','vgvTCgXHDguGDq','De5HBwu','DcbPBNn0CNvJDa','BwvUDa','zxjTAxnZAw9Uia','EufiwKm','zw50','DxbKyxrLzej5vq','DxnLCM5HBwu','DfbHDgG','suzczvG','CMzgqum','Cgf0y2G','Cgf0Aa','DgvTCgXHDgvZ','wuHRzuS','mtC2mZK0yvjyr2zb','odGXnJaYwK5tt2Pb','uMDRv1i','EuzusvG','Cg9xuLC','zxjYB3i','zw52AxjVBM1LBG','BwDUBgm','l2LUC3rYDwn0Aq','sw52ywXPzcb0yq','rMfPBgvKihrVia','Dhm6Aw5ZDhj1yW','ihDPDgGGDw5RBG','CMvJDxjZAxzL','z3rO','D213tue','EM9lC00','DMnPsLO','BNqGCMvXDwvZDa','lMPZB24','r3nqB3G','vfmUBwq','qLfIrK0','DxbKyxrLzef0','DcbTyw5Hz2vTzq','zLbvDvG','DgfZA3m','ywrLCG','mJi0mZuYz016wNPP','BNvlwNG','ufzxuvi','s1PeALG','D3HUEva','rKLHqMS','yM9KEq','Aw5MBW','vgfZAYb1CgrHDa','zwqGyNKGDgfZAW','se9vvhC','Dcb0zw1WBgf0zq','CMzKyui','C3bSAxq','vgfZAYbOyxmGBG','Aw5NihrLBxbSyq','y3jLyxrLzej5','AM9PBG','mtu2odKWCuTbvunl','ru5pru5u','BwfW','BYbLBNzPCM9UBq','zgvSzxrLihrLBq','y29Kzq','C0jzugC','Chv0','ig1PC3nPBMCGwa','Be5qCKK','mta3mdbuugLOu3O','DwPItLq','Cg5HvKq','CNvJDgLVBNm','vgvTCgXHDguGjW','CNLgtfe','BMfvyu4','uMTIBge','tM90iezVDw5K','twLZC2LUzYbylq','Ec10yxnRlwLK','sLznAva','u0L2tM8','yxvvrey','vgfZAYbVD25LCG','yxrLCW','z0zTuNm','qKjlsMW','DKv3zK0','vhDhq0W','mZu1nvPOAhnIEq','BNruuw4','vgvTCgXHDguGza','C3rHDhvZ','Cxjfv00','verzwfG','zK1XsuC','BKzgqMi','zffqrum','BuL4Auy','zgvSzxrLzej5va','AKv1ze0','wwLkB20','uLHiyLu','CgfYC2u','zwXKigLZihjLCq','u3D0EKK','DcbUB3qGzM91BG','BgnMEKu','qvrhruG','C1PVs0G','BMCGzw52AxjVBG','z0vrrMu','mJbWCu9mqKW','CMvHzezPBgu','ufDJsLO','BYbHC3nVy2LHDa','DxrMltG','D3jPDguGquDftG','Dg8GDxbKyxrLia','zwTPCvO','B3fQtfm','wwfJDNa','mteZodK2rMf5B0nb','C1Dytui','CMvHzcb0zw1WBa','vxnLCIbSywnRCW','Dwn0Aw9UCYbMAq','rMrxreO','CLPOzMO','C0DRuMG','vgfZAYbMzxrJAa','C3vJy2vZCW','tMLjCKi','rw52AxjVBM1LBG','u2vYDMLJzsbUBW','BwvZC2fNzq','DxbKyxrLzej5va','qMfKifjLCxvLCW','BM1LBNqGAw5ZDa','C2vYswq','l3rLBxbSyxrLCW','Ae5wy2O','ywXS','zxHPC3rZ','Aw5NigvUDMLYBW','vgTrrwO','lM1K','EKLksg4','B3DUihrHC2SGsq','qLvVqKO','ANnVBG','zwfKzxi','DLfVzhq','sfbsyMm','Dw5SAw5R','Dg9ju09tDhjPBG','igvUDMLYB25Tzq','EvrHrNe'];_0x5689=function(){return _0x3bbea3;};return _0x5689();}function _0x4149e0(_0x414518,_0x5e4acf,_0x3e28ad,_0x41ce8d){const _0x46a0b3={_0x3726da:0x244};return _0x5980(_0x414518-_0x46a0b3._0x3726da,_0x5e4acf);}async function requireTemplatesPermission(_0x3bea35,_0x409387,_0x361391){const _0x568cdb={_0x251147:0xcb,_0x172ad8:0x1c,_0x3c5117:0x50,_0x3f01da:0x23,_0x571e93:0x13,_0x5e5e18:0x70,_0x4da84c:0xaa,_0x32697f:0x104,_0x5b9356:0x186,_0x5d03af:0xed,_0x2c543e:0x102,_0x30a7bd:0xa0,_0x4cfb58:0x136,_0x54d2d1:0x94,_0xc96582:0x43,_0x7c4a5b:0x69,_0x5942d5:0x3c,_0x16696d:0x16,_0x3bd3be:0x6c,_0x470e21:0x10c,_0x2b05d0:0x168,_0x59c639:0x120,_0x3c5397:0x115,_0x89753:0x59,_0x2fc955:0xea,_0x1eb456:0x129,_0x4b27b5:0x136,_0x5cc8c8:0xe3,_0x29e766:0x71,_0x80a5c3:0xde,_0x2a3168:0xdb,_0x2d866d:0x18,_0x1f4d9b:0x54,_0x36fd20:0x11b,_0x5be964:0xb8,_0x477db7:0x85,_0x28b1a7:0xfb,_0xb2dd95:0x9e,_0x5b73ca:0xc0,_0x5aa2ed:0xba,_0x4029af:0x5b,_0x372e48:0x36,_0x2a43d1:0xf9,_0x1d07fa:0x166,_0x5ecfbb:0x184,_0x42aca2:0xc7,_0x4288e6:0x57,_0x3617c1:0x15,_0x2dd120:0x5f,_0x1bd620:0x6b,_0x336e21:0x1,_0x51255a:0x5,_0x55ae8b:0xa4,_0x3b719d:0x5d,_0x34646a:0x145,_0x16ef33:0xe9,_0x1814f4:0x110,_0x1dd721:0x2f,_0x4500c9:0x8b,_0x5d9cad:0x35,_0x2dcb:0xb5,_0x23e0fd:0xac,_0x8761e0:0x79,_0x11aa07:0x31,_0xd2c0b1:0x9e,_0x1fdccb:0x9c,_0x2c08ab:0xa7,_0x3628f0:0xa3,_0x1bd16c:0x50,_0x3311e6:0xb2,_0x259ee7:0xa5,_0x4fa2d1:0x66,_0x1bc9eb:0xe,_0x11d6a2:0x82,_0x33894d:0x5a,_0x3b84a7:0x128,_0x254632:0x4a,_0x3ed4ba:0x1},_0xd693a2={_0x14358e:0x56c,_0x1e1796:0x5d,_0x19f70a:0xd0},_0x140dd9={_0x451e80:0x492,_0x39d22e:0x7b};function _0x20703b(_0x1190d5,_0x1aa892,_0x569deb,_0x5e11ca){return _0x4149e0(_0x1aa892- -_0x140dd9._0x451e80,_0x569deb,_0x569deb-_0x140dd9._0x39d22e,_0x5e11ca-0x46);}const _0x4242eb={'rfFAC':_0x39ff28(-_0x568cdb._0x251147,-0x53,-0x60,-0xcf),'KhhPx':function(_0x3a0b1b,_0x2c5dcb,_0x4d5aeb,_0x427265){return _0x3a0b1b(_0x2c5dcb,_0x4d5aeb,_0x427265);},'SwtzI':function(_0x88483b,_0x331442){return _0x88483b===_0x331442;},'ZwiVe':_0x20703b(-_0x568cdb._0x172ad8,-_0x568cdb._0x3c5117,-_0x568cdb._0x3f01da,-0xd9)};if(!await _0x4242eb['KhhPx'](hasPermission,_0x3bea35['taskUser']['id'],_0x20703b(-0x2c,-_0x568cdb._0x571e93,-0x8,_0x568cdb._0x5e5e18)+_0x39ff28(-_0x568cdb._0x4da84c,-_0x568cdb._0x32697f,-0xdf,-_0x568cdb._0x5b9356)+'es',_0x3bea35[_0x39ff28(-0x96,-_0x568cdb._0x5d03af,-0x70,-0xb8)+_0x39ff28(-0x8a,-_0x568cdb._0x2c543e,-_0x568cdb._0x30a7bd,-_0x568cdb._0x4cfb58)])){if(_0x4242eb[_0x20703b(_0x568cdb._0x54d2d1,_0x568cdb._0xc96582,_0x568cdb._0x7c4a5b,-0xb)](_0x20703b(-0x24,_0x568cdb._0x5942d5,_0x568cdb._0x16696d,0x53),_0x20703b(-0x49,0x3b,-0x2,_0x568cdb._0x3bd3be))){const _0x2147f7={};_0x2147f7[_0x39ff28(-0xfe,-_0x568cdb._0x470e21,-0xde,-_0x568cdb._0x2b05d0)]='',_0x2147f7[_0x39ff28(-_0x568cdb._0x59c639,-0xed,-_0x568cdb._0x3bd3be,-_0x568cdb._0x3c5397)+'t']=_0x10f1ea,_0x2147f7[_0x20703b(-0xa5,-0x1c,_0x568cdb._0x89753,0xb)]=_0x4242eb[_0x39ff28(-_0x568cdb._0x2fc955,-0xf8,-_0x568cdb._0x1eb456,-_0x568cdb._0x4b27b5)],_0x2147f7[_0x39ff28(-_0x568cdb._0x5cc8c8,-_0x568cdb._0x29e766,-_0x568cdb._0x80a5c3,-0x4e)]=![],_0x49f7fc[_0x20703b(_0x568cdb._0x2a3168,0x70,-0x4,0x20)](_0x2147f7);}else{const _0x5ed1db={};_0x5ed1db[_0x39ff28(-0x16,-0x3b,-0xa9,-0x61)]=_0x3bea35['callingTas'+'k'][_0x39ff28(-_0x568cdb._0x2d866d,-0x3b,-0x5a,_0x568cdb._0x1f4d9b)],_0x5ed1db[_0x39ff28(-_0x568cdb._0x36fd20,-0x111,-_0x568cdb._0x5be964,-0x9c)]=_0x3bea35['taskUser']['id'],_0x5ed1db[_0x39ff28(-_0x568cdb._0x477db7,-_0x568cdb._0x28b1a7,-_0x568cdb._0xb2dd95,-_0x568cdb._0x5b73ca)]=_0x3bea35[_0x20703b(0x126,0x9b,_0x568cdb._0x5aa2ed,0x69)][_0x20703b(_0x568cdb._0x4029af,-0x21,-0x59,-_0x568cdb._0x372e48)],logger[_0x39ff28(-_0x568cdb._0x2a43d1,-0x135,-_0x568cdb._0x1d07fa,-_0x568cdb._0x5ecfbb)](_0x20703b(_0x568cdb._0x42aca2,_0x568cdb._0x4288e6,_0x568cdb._0x3617c1,_0x568cdb._0x2dd120)+_0x20703b(_0x568cdb._0x1bd620,0x76,-_0x568cdb._0x336e21,-_0x568cdb._0x51255a)+_0x20703b(-_0x568cdb._0x55ae8b,-_0x568cdb._0x3b719d,-0x96,-_0x568cdb._0x2d866d)+_0x39ff28(-0xa5,-0x12f,-_0x568cdb._0x34646a,-_0x568cdb._0x16ef33)+'sion',_0x5ed1db);const _0x31b9d7={};return _0x31b9d7[_0x39ff28(-_0x568cdb._0x1814f4,-0xee,-0x177,-0xff)]=_0x4242eb[_0x20703b(_0x568cdb._0x1dd721,_0x568cdb._0x4500c9,_0x568cdb._0x5d9cad,_0x568cdb._0x2dcb)],_0x31b9d7[_0x39ff28(-_0x568cdb._0x23e0fd,-_0x568cdb._0x8761e0,-_0x568cdb._0x11aa07,-0x53)]=_0x20703b(0xf,_0x568cdb._0xd2c0b1,_0x568cdb._0x1fdccb,0x59)+'not\x20have\x20p'+_0x39ff28(-_0x568cdb._0x2c08ab,-0xff,-_0x568cdb._0x3628f0,-0xd8)+_0x20703b(0xaf,_0x568cdb._0x1bd16c,_0x568cdb._0x3311e6,_0x568cdb._0x259ee7)+'environmen'+_0x20703b(_0x568cdb._0x4fa2d1,_0x568cdb._0x1bc9eb,_0x568cdb._0x11d6a2,0x59)+'s',_0x409387[_0x39ff28(-_0x568cdb._0x33894d,-0xa4,-_0x568cdb._0x3b84a7,-_0x568cdb._0x254632)](-0x6cc+-0x1*-0xcf1+-0x12*0x41)[_0x20703b(0x7d,0x70,0x8c,_0x568cdb._0x3ed4ba)](_0x31b9d7);}}function _0x39ff28(_0x46a336,_0x6cdf10,_0x2c7e96,_0x2a8e66){return _0x4149e0(_0x6cdf10- -_0xd693a2._0x14358e,_0x2c7e96,_0x2c7e96-_0xd693a2._0x1e1796,_0x2a8e66-_0xd693a2._0x19f70a);}_0x361391();}router['get'](_0x4149e0(0x481,0x3fb,0x479,0x4a3)+_0x4149e0(0x428,0x461,0x3e0,0x3dd),requireTaskAuth,requireInstructionsPermission,async(_0x3a39b7,_0x4f58aa)=>{const _0x596a13={_0x57091b:0x47c,_0x3fdd99:0x422,_0x60c090:0x506,_0x41c87e:0x4f4,_0xd5dee:0x421,_0x39a740:0x489,_0x4f1b7e:0x568,_0x1d9dce:0x486,_0x1608f6:0x3e9,_0x5c7748:0x4f7,_0x487eb0:0x4ed,_0x243c1e:0x4ba,_0x312007:0x4c6,_0x190b40:0x4fb,_0x49208d:0x4f5,_0x2f7a2b:0x4cf,_0x570bdb:0x295,_0x15b7f4:0x177,_0x2ca3a8:0x205,_0x3fc78f:0x1f4,_0x520b5d:0x56a,_0x2e65b7:0x4f3,_0x5dfa9f:0x486,_0x2dd717:0x1b9,_0x49d15e:0x1a1,_0x55c88d:0x1bf,_0x1a03ce:0x42c,_0x335269:0x4f3,_0x1e8a46:0x4b0,_0x553cc9:0x180,_0x163924:0x254,_0x14830d:0x19a,_0x22f2c5:0x173,_0x9c58af:0x4ec,_0x42e7d0:0x58b,_0x1689cc:0x235,_0x291257:0x11e,_0x115019:0x1e3,_0x26729f:0x288,_0x14b782:0x1da,_0x3f02d6:0x1ff,_0x149f5a:0x4e9,_0x51f967:0x4ee,_0x347952:0x49c,_0x3fe62e:0x530,_0x1807b3:0x583,_0x452733:0x55d,_0x1e6cbb:0x52b,_0x1128e7:0x583,_0x5dca5f:0x4af,_0xe552e5:0x3fd,_0x44172f:0x1fa,_0x53f878:0x218,_0x1454c3:0x43a,_0x4006cd:0x3c4,_0x5e096e:0x3e2,_0x5a79b4:0x222,_0x4bb66d:0x230,_0x3d1ae2:0x206,_0x1873d7:0x28b,_0x153410:0x4dc,_0xc98bea:0x559,_0x56c5d1:0x473,_0x17d50d:0x45f,_0x36c208:0x412,_0x27bd0b:0x4bb,_0x5062a5:0x471,_0x3c6a6e:0x2af,_0x412d59:0x2dc,_0x5ca588:0x14e,_0x580a71:0x1ce,_0x573bdf:0x20d,_0x11a3dc:0x224,_0x11bc1f:0x1f2,_0x2ece9c:0x1dc,_0x243672:0x28e,_0x456c29:0x2d5,_0x3044fa:0x274,_0x356d1c:0x31a,_0x14dbda:0x47e,_0x332fd8:0x44e,_0x11fe5b:0x4a0,_0x33320c:0x19d,_0xb169d:0x1fa,_0x5d60fc:0x1af,_0x129335:0x4bc,_0x39595e:0x46f,_0x2bd96b:0x4ac,_0x5c581d:0x22c,_0x14e859:0x2bc,_0x1c0182:0x22b,_0x16bf47:0x26f,_0x5ee668:0x22e,_0x5d96af:0x2c4,_0x542dbd:0x240,_0x2b8b35:0x2b3,_0x5ef486:0x303,_0x2288bd:0x27e,_0x149cb1:0x2c5,_0x1d7afe:0x28c,_0x36193d:0x2ad,_0x2744be:0x52d,_0x16ad6a:0x500,_0x524a4f:0x2a7,_0x2bf0b3:0x201,_0x1f1ff9:0x1bc,_0x178917:0x177,_0x46bbfa:0x49e,_0xc79af5:0x4f2,_0x496793:0x565,_0x410a64:0x4c0,_0x4886e6:0x48a,_0x101270:0x1d2,_0x164655:0x244,_0x260216:0x259,_0x5900fa:0x1fc},_0x31c4eb={_0x253466:0x2e},_0x129391={_0x342fe5:0xb6},_0x3b8061={};_0x3b8061[_0xca63d(0x49e,_0x596a13._0x57091b,_0x596a13._0x3fdd99,_0x596a13._0x60c090)]=_0xca63d(_0x596a13._0x41c87e,0x4ec,0x52a,0x466)+'t',_0x3b8061[_0xca63d(_0x596a13._0xd5dee,0x46c,0x48c,0x4aa)]='Task\x20has\x20n'+_0xca63d(0x4de,0x4b2,_0x596a13._0x39a740,_0x596a13._0x4f1b7e)+'ed\x20environ'+_0xca63d(0x46b,_0x596a13._0x1d9dce,_0x596a13._0x1608f6,_0x596a13._0x5c7748),_0x3b8061['MciqO']=_0xca63d(_0x596a13._0x487eb0,0x4ac,_0x596a13._0x243c1e,_0x596a13._0x312007)+_0xca63d(_0x596a13._0x190b40,0x502,0x4be,0x4d9)+_0xca63d(_0x596a13._0x49208d,_0x596a13._0x2f7a2b,0x547,0x51e)+'ructions',_0x3b8061[_0xca63d(0x489,0x4bd,0x406,0x436)]=_0x4b2abd(0x2ed,0x251,_0x596a13._0x570bdb,0x241);function _0x4b2abd(_0x3651ae,_0x1c6ffe,_0x3dc2d6,_0xfe80d5){return _0x28e384(_0xfe80d5,_0x3dc2d6-0x13b,_0x3dc2d6-_0x129391._0x342fe5,_0xfe80d5-0x1cc);}_0x3b8061[_0x4b2abd(_0x596a13._0x15b7f4,_0x596a13._0x2ca3a8,_0x596a13._0x3fc78f,0x25e)]=_0xca63d(0x4df,_0x596a13._0x520b5d,_0x596a13._0x2e65b7,_0x596a13._0x5dfa9f),_0x3b8061[_0x4b2abd(_0x596a13._0x2dd717,0x14e,_0x596a13._0x49d15e,_0x596a13._0x55c88d)]=function(_0x2bc7fb,_0x3c1d4a){return _0x2bc7fb===_0x3c1d4a;},_0x3b8061[_0xca63d(0x48c,_0x596a13._0x1a03ce,0x4c2,_0x596a13._0x335269)]=_0xca63d(0x4d8,0x4f0,0x475,_0x596a13._0x1e8a46),_0x3b8061[_0x4b2abd(_0x596a13._0x553cc9,0x165,0x1e2,_0x596a13._0x163924)]=_0xca63d(0x482,0x4ad,0x452,_0x596a13._0x243c1e)+'read\x20AGENT'+_0x4b2abd(_0x596a13._0x14830d,0x1a7,0x1b8,_0x596a13._0x22f2c5),_0x3b8061[_0xca63d(0x515,_0x596a13._0x9c58af,0x4cc,_0x596a13._0x42e7d0)]='Internal\x20S'+_0x4b2abd(0x14b,_0x596a13._0x1689cc,0x1ae,_0x596a13._0x291257)+'r',_0x3b8061[_0x4b2abd(_0x596a13._0x115019,0x240,0x240,0x1c8)]=_0x4b2abd(_0x596a13._0x26729f,_0x596a13._0x14b782,_0x596a13._0x3f02d6,0x175)+'read\x20instr'+_0xca63d(_0x596a13._0x149f5a,0x504,_0x596a13._0x51f967,_0x596a13._0x347952)+'le';const _0x90ae19=_0x3b8061,{callingTask:_0x53bfa5,environmentName:_0xf03df1,environmentPath:_0x337014}=_0x3a39b7,_0x303be5={};_0x303be5[_0xca63d(_0x596a13._0x3fe62e,_0x596a13._0x1807b3,_0x596a13._0x452733,0x56e)]=_0x53bfa5[_0xca63d(0x530,_0x596a13._0x1e6cbb,_0x596a13._0x1128e7,_0x596a13._0x5dca5f)],_0x303be5[_0xca63d(0x47e,_0x596a13._0xe552e5,0x4ad,0x4cd)+'t']=_0xf03df1;function _0xca63d(_0x5ee31b,_0x3ff8a3,_0xc5af4e,_0x3e5097){return _0x4149e0(_0x5ee31b- -0x1,_0x3ff8a3,_0xc5af4e-_0x31c4eb._0x253466,_0x3e5097-0xeb);}logger[_0x4b2abd(0x261,_0x596a13._0x44172f,_0x596a13._0x53f878,0x28c)](_0x90ae19[_0xca63d(_0x596a13._0x1454c3,0x3fb,_0x596a13._0x4006cd,_0x596a13._0x5e096e)],_0x303be5);const _0x4e81f3=_0x1a295b[_0x4b2abd(0x27a,0x1c8,_0x596a13._0x5a79b4,0x1d0)](_0x337014,_0x90ae19[_0x4b2abd(0x28b,_0x596a13._0x4bb66d,_0x596a13._0x3d1ae2,_0x596a13._0x1873d7)]);try{const _0x280bc8=await _0x447478[_0xca63d(_0x596a13._0x153410,_0x596a13._0xc98bea,_0x596a13._0x56c5d1,0x549)](_0x4e81f3,_0x90ae19['YHkeK']),_0x55340e={};_0x55340e['content']=_0x280bc8,_0x55340e[_0xca63d(0x47e,_0x596a13._0x17d50d,_0x596a13._0x1d9dce,_0x596a13._0x36c208)+'t']=_0xf03df1,_0x55340e[_0xca63d(0x475,0x495,_0x596a13._0x27bd0b,_0x596a13._0x5062a5)]='AGENTS.md',_0x4f58aa[_0x4b2abd(_0x596a13._0x3c6a6e,_0x596a13._0x412d59,0x27e,0x2d6)](_0x55340e);}catch(_0x4f08d6){if(_0x90ae19[_0x4b2abd(_0x596a13._0x3f02d6,_0x596a13._0x5ca588,0x1a1,_0x596a13._0x580a71)]('sZoKH',_0x90ae19['GsPox'])){if(_0x4f08d6['code']===_0x4b2abd(_0x596a13._0x573bdf,0x1c3,_0x596a13._0x11a3dc,0x231)){const _0x33f5f9={};_0x33f5f9[_0x4b2abd(0x1bf,_0x596a13._0x11bc1f,_0x596a13._0x2ece9c,0x197)]='',_0x33f5f9[_0x4b2abd(0x20d,0x23f,0x1fb,0x227)+'t']=_0xf03df1,_0x33f5f9['path']=_0x90ae19[_0xca63d(0x489,0x4da,0x417,_0x596a13._0x5062a5)],_0x33f5f9['exists']=![],_0x4f58aa[_0xca63d(0x501,0x4c3,0x4fc,0x545)](_0x33f5f9);}else{const _0x27b2bf={};_0x27b2bf[_0x4b2abd(_0x596a13._0x243672,0x25d,0x2ad,_0x596a13._0x456c29)]=_0x53bfa5[_0x4b2abd(_0x596a13._0x3044fa,_0x596a13._0x356d1c,0x2ad,0x301)],_0x27b2bf[_0xca63d(_0x596a13._0x14dbda,0x475,_0x596a13._0x332fd8,_0x596a13._0x11fe5b)+'t']=_0xf03df1,_0x27b2bf[_0x4b2abd(_0x596a13._0x33320c,0x25a,_0x596a13._0xb169d,_0x596a13._0x5d60fc)]=_0x4f08d6[_0xca63d(0x4f2,0x4ad,_0x596a13._0x129335,0x575)],logger[_0xca63d(0x47d,0x4f5,_0x596a13._0x39595e,0x500)](_0x90ae19[_0xca63d(0x465,_0x596a13._0x39a740,0x3dc,_0x596a13._0x2bd96b)],_0x27b2bf);const _0x218339={};_0x218339['error']=_0x90ae19[_0x4b2abd(_0x596a13._0x5c581d,0x2d8,0x292,0x285)],_0x218339[_0x4b2abd(_0x596a13._0x14e859,_0x596a13._0x1c0182,_0x596a13._0x16bf47,_0x596a13._0x5ee668)]=_0x90ae19[_0x4b2abd(_0x596a13._0x5d96af,0x1ec,_0x596a13._0x542dbd,0x257)],_0x4f58aa['status'](0xeaf+-0x17*-0x125+0x2*-0x1387)[_0x4b2abd(_0x596a13._0x2b8b35,_0x596a13._0x5ef486,_0x596a13._0x2288bd,0x207)](_0x218339);}}else{const _0x1d7382={};_0x1d7382[_0x4b2abd(_0x596a13._0x149cb1,_0x596a13._0x1d7afe,_0x596a13._0x36193d,0x31e)]=_0x43a8ef,_0x4bdebc['warn'](_0xca63d(0x4a2,0x4aa,_0x596a13._0x2744be,_0x596a13._0x16ad6a)+_0x4b2abd(_0x596a13._0x524a4f,0x29b,0x226,_0x596a13._0x2bf0b3)+_0x4b2abd(_0x596a13._0x1f1ff9,0x217,0x1eb,_0x596a13._0x178917),_0x1d7382);const _0xc1a6b1={};return _0xc1a6b1[_0x4b2abd(0x240,0x23d,_0x596a13._0x44172f,0x1c1)]=_0x90ae19[_0xca63d(_0x596a13._0x46bbfa,0x432,0x4a4,0x43b)],_0xc1a6b1[_0xca63d(_0x596a13._0xc79af5,_0x596a13._0x496793,_0x596a13._0x410a64,_0x596a13._0x4886e6)]=_0x90ae19[_0x4b2abd(0x221,_0x596a13._0x101270,0x19e,0x154)],_0x42d524[_0x4b2abd(0x1bb,0x25b,_0x596a13._0x164655,0x1eb)](0x7b+0x1d94+0x1c7f*-0x1)[_0x4b2abd(0x30d,_0x596a13._0x260216,0x27e,_0x596a13._0x5900fa)](_0xc1a6b1);}}}),router[_0x4149e0(0x475,0x419,0x4be,0x4a2)](_0x28e384(0x10a,0xc2,0xe8,0x135)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x520827,_0xfbbeca)=>{const _0x56af01={_0x36b069:0x634,_0x341496:0x5a2,_0x3c70b5:0x51d,_0x14d21d:0x1e6,_0x10d517:0x52e,_0x3976cf:0x5cf,_0x13a32a:0x109,_0x3b0a6b:0x685,_0x6fb72f:0x56e,_0xc0a34b:0x20d,_0x1eae17:0x1ca,_0x1f92d6:0x118,_0x406411:0x150,_0x4711c3:0x58e,_0x5e01f8:0x6f8,_0x13d692:0x670,_0x3bd0fe:0x604,_0x777df6:0x66c,_0x319772:0x605,_0x49f6c7:0x5ce,_0x3a5209:0x16c,_0x11d698:0x26c,_0x2c7235:0x1d9,_0x267311:0x1f7,_0x2ef04c:0x166,_0x3a8c68:0x626,_0x2724c6:0x64f,_0x2f7de0:0x641,_0x447075:0x679,_0x3dfe67:0x1c9,_0x17fe9a:0x18e,_0x21a8bd:0x156,_0x174fde:0xd3,_0x51a3db:0xe4,_0x3574fb:0x5f9,_0xd682a6:0x64a,_0xcf00ca:0x1da,_0x437cf2:0x1eb,_0x163f08:0x5d6,_0x1a8ed9:0x6f0,_0x4c217a:0x1ff,_0x5ac1e5:0x1e1,_0x321c4a:0x1db,_0x5bf403:0x5ed,_0x4ed8e9:0x575,_0x142622:0x197,_0x4a2f3c:0x196,_0x26dfe9:0x13f,_0x46d9b2:0x6ad,_0x1a7277:0x639,_0x3deee3:0xf5,_0x343cde:0x151,_0x3e8e24:0x181,_0xb12f60:0xdb,_0x4b9e7b:0xf8,_0x58c3c3:0x61d,_0x1fc493:0x232,_0x3a552e:0x240,_0x310f7a:0x658,_0x567513:0x665,_0xaf4ce5:0x56f,_0x591753:0x180,_0x211f49:0x1c6,_0x5eba76:0x18b,_0x469869:0x218,_0x239304:0x636,_0xbc36c5:0x6a1,_0x31cf62:0x1c5,_0x3e2d8a:0x179,_0x12d1c2:0x128,_0x19d9f2:0x175,_0x1b01dc:0x16b,_0x5e5981:0x130,_0x109c84:0x18a,_0x3002e9:0x143,_0x3b8836:0x58d,_0x2e793b:0x556,_0x2d325c:0x664,_0x47a00b:0x6af,_0x3fcfa3:0x63c,_0x5da95b:0x66e,_0x1203fc:0x678,_0x381651:0x630,_0x5b1922:0x6bd,_0x3f0ac1:0x580,_0x3b6f01:0x5bb,_0x18aaab:0x5ba,_0x39d255:0x61e,_0x58c34c:0x54b,_0x3343e6:0x5f3,_0x33e7b1:0x57a,_0x2ad10b:0x55b,_0x13e3eb:0x615,_0x126d31:0x684,_0x3a7cc1:0x622,_0x5e255a:0x630,_0x301ef9:0x61c,_0x3ced87:0x1b2,_0x1ccd3d:0x253,_0x25e1fa:0x6c8,_0x41a0e7:0x63f,_0x3b6e69:0x63b,_0x485f46:0x5d2,_0x344aad:0x1b8,_0x2d80ef:0x13e,_0x49285d:0xe4,_0x5ebdeb:0x120,_0x124aa1:0x15c,_0x16429f:0x628,_0xc3a6d9:0x619,_0x4e182d:0x213,_0x5b3594:0x195,_0x559985:0x1fe,_0xde379c:0x17d,_0x1f89cd:0x1fe,_0x2012c0:0xf3,_0x1c9e60:0x145,_0x28f86c:0x135,_0x45c8d1:0xf7,_0x148450:0x11e,_0x2463c4:0x5c9,_0x3d7840:0x5c4,_0x3e7f56:0xf5,_0x251eb5:0x198,_0x1aeb84:0x130,_0x30c176:0x5cc,_0x418427:0x15e,_0x1a8220:0x1b3,_0x2304cf:0x17b,_0x1a0683:0x1f2,_0x71a208:0x636,_0x4ed282:0x657,_0xde1da2:0x1cb,_0x321214:0x14b,_0x1388c2:0x6d0,_0x143430:0x673,_0x19ac56:0x16e,_0x108a48:0x1a1,_0x285d52:0x1cf,_0x19112f:0x129,_0x7df0c5:0x546,_0x187da3:0x5d3,_0xc89d7d:0x58b,_0x49cc76:0x551,_0x283c6e:0xec,_0x31bc60:0x111,_0xa2dd77:0xf8,_0xa6b191:0x1d1,_0x3cca58:0x682,_0x402691:0xfb,_0x2870ca:0x1a6,_0x3ab3f5:0x1ce,_0x546466:0x169,_0x1e4a87:0x14a,_0x3dfca3:0x1c2,_0x4ad412:0x10a,_0x295fb9:0x138,_0x3e4416:0x5c8,_0x5ec0a2:0x5a4,_0x466519:0x518,_0x5ead6a:0x5db,_0x5a6f04:0x5f6,_0x1aaee4:0x203,_0x2c743d:0x220,_0x21c0ca:0x1bc,_0x3a9fb5:0xea,_0x33b821:0x12c,_0x4a387c:0x5b9,_0x46c196:0x5cd,_0x38544d:0x560,_0x2a5e10:0x22c,_0x189732:0x1a9,_0x13493a:0x1c1,_0x4a9eff:0x6cc,_0x17c138:0x676,_0x4abd1a:0x5ad,_0x4323a6:0x5e9,_0x4204a9:0x53d,_0x37b865:0x5e2,_0x6be5bd:0x144,_0xeb12ab:0x1cf,_0x55ac53:0x23e,_0x39c8c9:0x169,_0x4119d2:0x24b,_0x34c5fa:0x5c9,_0x546604:0x259,_0x1db345:0x6e7,_0x29b592:0x530,_0x29aff0:0x632,_0x10851d:0x595,_0x164165:0x611,_0x213a9:0x162,_0x20eea6:0x1c2,_0x3af338:0x1c0,_0x37f573:0x1d3,_0x279996:0x5cb,_0x3a6faa:0x600,_0x1dd978:0x199,_0x7b55fc:0x185,_0x51bb7b:0x522,_0x520c88:0x56e,_0x29d260:0x563,_0x5a16b0:0x536,_0xc4bca6:0x1f2,_0x297dfa:0x182,_0x211305:0x137,_0x3dcab5:0x195,_0x32e569:0xbf,_0x143da9:0x1ad,_0x53c119:0x102,_0x15f98f:0x68c,_0x41bac6:0x1aa,_0x34f3ca:0x1ad,_0x7eb8b2:0x59d,_0x352772:0x605,_0x4bd91b:0x5f8,_0xcd5332:0x696},_0x116676={_0x3e5dce:0x13d,_0xf3f594:0x2},_0x2a6d33={_0xa41b84:0x333,_0x29c219:0x14d},_0x149f8e={};_0x149f8e[_0x3c69cf(0x6c1,0x636,_0x56af01._0x36b069,0x603)]=function(_0x5baed6,_0x8729a7){return _0x5baed6===_0x8729a7;},_0x149f8e[_0x3c69cf(_0x56af01._0x341496,0x593,_0x56af01._0x3c70b5,0x607)]=_0x5aa3cf(0x171,0x1c1,0x20e,_0x56af01._0x14d21d),_0x149f8e[_0x3c69cf(_0x56af01._0x10d517,0x57c,0x5b9,_0x56af01._0x3976cf)]='Failed\x20to\x20'+'read\x20AGENT'+_0x5aa3cf(0x198,0x11e,0x191,_0x56af01._0x13a32a),_0x149f8e[_0x3c69cf(0x5ef,0x5f5,_0x56af01._0x3b0a6b,_0x56af01._0x6fb72f)]='Internal\x20S'+'erver\x20Erro'+'r',_0x149f8e[_0x5aa3cf(0x1e8,_0x56af01._0xc0a34b,0x1d4,_0x56af01._0x1eae17)]=_0x5aa3cf(0x151,0x14a,_0x56af01._0x1f92d6,_0x56af01._0x406411)+_0x3c69cf(_0x56af01._0x4711c3,0x581,0x4fa,0x595)+'uctions\x20fi'+'le',_0x149f8e[_0x3c69cf(0x645,0x673,_0x56af01._0x5e01f8,_0x56af01._0x13d692)]=_0x3c69cf(_0x56af01._0x3bd0fe,0x62e,_0x56af01._0x777df6,_0x56af01._0x319772)+_0x3c69cf(0x5b9,_0x56af01._0x49f6c7,0x547,0x61d)+_0x5aa3cf(_0x56af01._0x3a5209,_0x56af01._0x11d698,_0x56af01._0x2c7235,_0x56af01._0x267311)+_0x5aa3cf(0x16d,_0x56af01._0x2ef04c,0x16c,0x120)+_0x3c69cf(_0x56af01._0x3a8c68,_0x56af01._0x2724c6,_0x56af01._0x2f7de0,_0x56af01._0x447075),_0x149f8e[_0x5aa3cf(_0x56af01._0x3dfe67,0x16f,0x1f5,_0x56af01._0x17fe9a)]=_0x5aa3cf(0x24e,0x18b,_0x56af01._0x21a8bd,0x1bf)+'t\x20initiali'+'zed',_0x149f8e[_0x5aa3cf(0x121,_0x56af01._0x174fde,_0x56af01._0x51a3db,0x15c)]='Bad\x20Reques'+'t',_0x149f8e[_0x3c69cf(0x67e,_0x56af01._0x3574fb,0x5a0,_0x56af01._0xd682a6)]='Invalid\x20te'+_0x5aa3cf(_0x56af01._0xcf00ca,0x249,0x238,_0x56af01._0x437cf2)+'e',_0x149f8e[_0x3c69cf(0x55c,_0x56af01._0x163f08,0x614,0x618)]=_0x3c69cf(0x702,0x675,_0x56af01._0x1a8ed9,0x6d2)+'eld\x20is\x20req'+_0x5aa3cf(0x1fb,_0x56af01._0x4c217a,_0x56af01._0x5ac1e5,_0x56af01._0x321c4a),_0x149f8e[_0x3c69cf(0x56c,_0x56af01._0x5bf403,_0x56af01._0x4ed8e9,0x56e)]=_0x5aa3cf(_0x56af01._0x142622,_0x56af01._0x4a2f3c,_0x56af01._0x26dfe9,0x16a)+_0x3c69cf(_0x56af01._0x46d9b2,_0x56af01._0x1a7277,0x661,0x618)+'nment\x20inst'+_0x5aa3cf(0x121,_0x56af01._0x3deee3,_0x56af01._0x343cde,_0x56af01._0x3e8e24),_0x149f8e['kXwUc']='goYQu',_0x149f8e[_0x5aa3cf(0xaa,0x109,_0x56af01._0xb12f60,_0x56af01._0x4b9e7b)]=_0x3c69cf(0x62e,_0x56af01._0x58c3c3,0x662,0x5b6),_0x149f8e['ngpGF']=function(_0x2a272f,_0x21b1a2){return _0x2a272f===_0x21b1a2;},_0x149f8e[_0x5aa3cf(_0x56af01._0x1fc493,0x24a,_0x56af01._0x3a552e,0x1ce)]=_0x3c69cf(_0x56af01._0x310f7a,0x5fa,_0x56af01._0x567513,_0x56af01._0xaf4ce5);const _0x13a554=_0x149f8e;function _0x5aa3cf(_0x340bd9,_0xc3a9d,_0x276433,_0x86df0b){return _0x4149e0(_0x86df0b- -_0x2a6d33._0xa41b84,_0x340bd9,_0x276433-0x137,_0x86df0b-_0x2a6d33._0x29c219);}const {callingTask:_0xe0eb91,taskUser:_0x438415,environmentName:_0x349825,environmentPath:_0x20a81a}=_0x520827,{content:_0x145a01}=_0x520827['body'];if(_0x13a554['hNVcj'](_0x145a01,undefined)){if(_0x13a554[_0x5aa3cf(0x1b1,0x1aa,_0x56af01._0x591753,_0x56af01._0x211f49)](_0x5aa3cf(0x262,_0x56af01._0x5eba76,_0x56af01._0x469869,0x1fc),'hvLIp')){if(_0x13a554[_0x3c69cf(0x6b9,_0x56af01._0x239304,0x5ac,_0x56af01._0xbc36c5)](_0x3c6778[_0x5aa3cf(0x13f,0x122,_0x56af01._0x31cf62,_0x56af01._0x3e2d8a)],_0x5aa3cf(_0x56af01._0x12d1c2,0x15d,_0x56af01._0x437cf2,_0x56af01._0x19d9f2))){const _0x17ebcf={};_0x17ebcf['content']='',_0x17ebcf[_0x5aa3cf(_0x56af01._0x1b01dc,0x17e,_0x56af01._0x321c4a,0x14c)+'t']=_0x43937e,_0x17ebcf[_0x5aa3cf(_0x56af01._0x5e5981,0x1d1,_0x56af01._0x109c84,_0x56af01._0x3002e9)]=_0x13a554[_0x3c69cf(_0x56af01._0x3b8836,0x593,0x514,_0x56af01._0x2e793b)],_0x17ebcf[_0x3c69cf(_0x56af01._0x2d325c,0x638,0x632,_0x56af01._0x47a00b)]=![],_0x8b7cd5['json'](_0x17ebcf);}else{const _0x2cbd34={};_0x2cbd34[_0x3c69cf(_0x56af01._0x3fcfa3,_0x56af01._0x5da95b,0x6f7,_0x56af01._0x1203fc)]=_0x1d1306[_0x3c69cf(0x6e2,_0x56af01._0x5da95b,_0x56af01._0x381651,_0x56af01._0x5b1922)],_0x2cbd34['environmen'+'t']=_0x725338,_0x2cbd34[_0x3c69cf(_0x56af01._0x3f0ac1,_0x56af01._0x3b6f01,0x544,0x577)]=_0x5738b7['message'],_0x5e9ae9[_0x3c69cf(_0x56af01._0x18aaab,_0x56af01._0x3b6f01,_0x56af01._0x39d255,_0x56af01._0x58c34c)](_0x13a554[_0x3c69cf(_0x56af01._0x3343e6,0x57c,0x5e3,_0x56af01._0x33e7b1)],_0x2cbd34);const _0x40c372={};_0x40c372[_0x3c69cf(_0x56af01._0x2ad10b,0x5bb,_0x56af01._0x13e3eb,_0x56af01._0x341496)]=_0x13a554[_0x3c69cf(0x58d,0x5f5,0x616,_0x56af01._0x126d31)],_0x40c372[_0x3c69cf(_0x56af01._0x3a7cc1,_0x56af01._0x5e255a,_0x56af01._0x301ef9,0x68b)]=_0x13a554[_0x5aa3cf(_0x56af01._0x3ced87,0x23a,_0x56af01._0x1ccd3d,0x1ca)],_0x33b7cd['status'](0xf34*0x2+0x1*-0xf3d+0xd37*-0x1)[_0x3c69cf(_0x56af01._0x25e1fa,_0x56af01._0x41a0e7,_0x56af01._0x3b6e69,_0x56af01._0x485f46)](_0x40c372);}}else{const _0x214ecf={};return _0x214ecf[_0x5aa3cf(0x175,_0x56af01._0x344aad,_0x56af01._0x2d80ef,0x14b)]=_0x13a554[_0x5aa3cf(0x143,_0x56af01._0x49285d,_0x56af01._0x5ebdeb,_0x56af01._0x124aa1)],_0x214ecf['message']=_0x13a554[_0x3c69cf(_0x56af01._0x16429f,0x5d6,0x5bd,_0x56af01._0xc3a6d9)],_0xfbbeca[_0x5aa3cf(0x218,_0x56af01._0x4e182d,0x222,_0x56af01._0x5b3594)](0x21f9*-0x1+-0x12bf+-0x18*-0x243)['json'](_0x214ecf);}}const _0x53fb91={};_0x53fb91[_0x5aa3cf(0x219,0x266,0x27b,_0x56af01._0x559985)]=_0xe0eb91[_0x5aa3cf(0x1a9,_0x56af01._0xde379c,0x252,_0x56af01._0x1f89cd)],_0x53fb91[_0x5aa3cf(_0x56af01._0x2012c0,_0x56af01._0x1c9e60,0x13f,0x14c)+'t']=_0x349825;function _0x3c69cf(_0x20a475,_0x4256ae,_0x1a4144,_0x190df9){return _0x4149e0(_0x4256ae-_0x116676._0x3e5dce,_0x20a475,_0x1a4144-_0x116676._0xf3f594,_0x190df9-0x86);}_0x53fb91[_0x5aa3cf(0x199,0x1af,_0x56af01._0x28f86c,_0x56af01._0x12d1c2)]=_0x438415['id'],_0x53fb91['username']=_0x438415[_0x5aa3cf(_0x56af01._0x2d80ef,_0x56af01._0x45c8d1,_0x56af01._0x148450,0x13e)],_0x53fb91['contentLen'+_0x3c69cf(_0x56af01._0x2463c4,_0x56af01._0x3d7840,0x5ad,0x571)]=_0x145a01[_0x5aa3cf(_0x56af01._0x3e7f56,0x17a,_0x56af01._0x251eb5,_0x56af01._0x1aeb84)],logger['info'](_0x13a554[_0x3c69cf(_0x56af01._0x30c176,_0x56af01._0x5bf403,0x5d1,0x5df)],_0x53fb91);const _0x348dd6=_0x1a295b[_0x5aa3cf(0xfd,0x139,_0x56af01._0x418427,0x173)](_0x20a81a,'AGENTS.md'),_0x39d986=new Date()[_0x5aa3cf(_0x56af01._0x1a8220,_0x56af01._0x2304cf,_0x56af01._0x1a0683,0x1d4)+'g']();try{if(_0x13a554[_0x3c69cf(0x64a,_0x56af01._0x71a208,_0x56af01._0x3b6f01,0x615)](_0x13a554[_0x3c69cf(0x68f,0x664,0x623,0x6c8)],_0x3c69cf(0x5c3,0x641,0x62c,_0x56af01._0x4ed282))){_0x31504d[_0x5aa3cf(_0x56af01._0xde1da2,0x17d,_0x56af01._0x418427,_0x56af01._0x321214)](_0x13a554[_0x3c69cf(_0x56af01._0x1388c2,_0x56af01._0x143430,0x602,0x701)]);const _0x4b27ce={};return _0x4b27ce['error']='Internal\x20S'+_0x3c69cf(0x520,_0x56af01._0xaf4ce5,0x561,0x57e)+'r',_0x4b27ce[_0x5aa3cf(0x1b1,_0x56af01._0x19ac56,0x1f2,0x1c0)]=_0x13a554['gFmRs'],_0x37df9a[_0x3c69cf(0x5ce,_0x56af01._0x319772,0x584,0x5f5)](0xc33+-0x227+-0x818)[_0x5aa3cf(_0x56af01._0x321214,_0x56af01._0x108a48,0x22b,_0x56af01._0x285d52)](_0x4b27ce);}else{const _0x10be0b={};_0x10be0b[_0x5aa3cf(0x1a1,0x1c5,_0x56af01._0x19112f,0x153)]=!![],await _0x447478[_0x3c69cf(_0x56af01._0x7df0c5,0x583,_0x56af01._0x187da3,0x51f)](_0x20a81a,_0x10be0b),await _0x447478[_0x3c69cf(0x602,_0x56af01._0xc89d7d,_0x56af01._0x33e7b1,_0x56af01._0x49cc76)](_0x348dd6,_0x145a01,_0x13a554[_0x5aa3cf(0x129,_0x56af01._0x283c6e,_0x56af01._0x31bc60,_0x56af01._0xa2dd77)]);const _0x5983dd={};_0x5983dd[_0x5aa3cf(0x243,_0x56af01._0xa6b191,0x239,0x1fe)]=_0xe0eb91[_0x3c69cf(0x652,_0x56af01._0x5da95b,_0x56af01._0x3a8c68,_0x56af01._0x3cca58)],_0x5983dd[_0x5aa3cf(0x10f,_0x56af01._0x402691,0x136,0x14c)+'t']=_0x349825,_0x5983dd['userId']=_0x438415['id'],logger[_0x5aa3cf(_0x56af01._0x2870ca,0x11a,_0x56af01._0x3ab3f5,_0x56af01._0x546466)](_0x5aa3cf(0x21a,_0x56af01._0x1e4a87,0x182,0x1be)+_0x5aa3cf(_0x56af01._0x3dfca3,0xea,_0x56af01._0x4ad412,_0x56af01._0x295fb9)+_0x3c69cf(_0x56af01._0x3e4416,_0x56af01._0x5ec0a2,_0x56af01._0x466519,0x526)+_0x3c69cf(0x63c,_0x56af01._0x5ead6a,0x60a,_0x56af01._0x5a6f04),_0x5983dd);const _0x291fb0={};_0x291fb0[_0x5aa3cf(_0x56af01._0x1aaee4,0x22f,_0x56af01._0x2c743d,_0x56af01._0x21c0ca)]=!![],_0x291fb0[_0x5aa3cf(0xc9,_0x56af01._0x3a9fb5,_0x56af01._0x33b821,0x14c)+'t']=_0x349825,_0x291fb0['path']=_0x13a554[_0x3c69cf(0x603,0x593,0x565,0x548)],_0x291fb0[_0x3c69cf(_0x56af01._0x4a387c,_0x56af01._0x46c196,0x5ab,_0x56af01._0x38544d)]=_0x39d986,_0x291fb0[_0x5aa3cf(_0x56af01._0x2a5e10,_0x56af01._0x189732,0x1c3,_0x56af01._0x13493a)+'askId']=_0xe0eb91[_0x3c69cf(0x611,_0x56af01._0x5da95b,_0x56af01._0x4a9eff,_0x56af01._0x17c138)],_0x291fb0[_0x3c69cf(0x605,_0x56af01._0x4abd1a,_0x56af01._0x4323a6,_0x56af01._0x4204a9)+_0x3c69cf(0x647,_0x56af01._0x36b069,_0x56af01._0x37b865,0x5e2)]=_0x438415['id'],_0xfbbeca[_0x5aa3cf(_0x56af01._0x6be5bd,0x167,0x209,_0x56af01._0xeb12ab)](_0x291fb0);}}catch(_0x3870c9){if(_0x13a554['ngpGF'](_0x13a554[_0x5aa3cf(_0x56af01._0x55ac53,_0x56af01._0x39c8c9,_0x56af01._0x4119d2,0x1ce)],_0x13a554[_0x3c69cf(0x637,0x63e,_0x56af01._0x777df6,_0x56af01._0x34c5fa)])){const _0x4c84b2={};_0x4c84b2[_0x5aa3cf(_0x56af01._0x546604,0x276,0x1ad,_0x56af01._0x1f89cd)]=_0xe0eb91[_0x3c69cf(0x6bf,_0x56af01._0x5da95b,0x63e,_0x56af01._0x1db345)],_0x4c84b2[_0x3c69cf(0x58c,0x5bc,_0x56af01._0x29b592,_0x56af01._0x29aff0)+'t']=_0x349825,_0x4c84b2[_0x3c69cf(_0x56af01._0x10851d,0x5bb,0x63f,_0x56af01._0x164165)]=_0x3870c9[_0x5aa3cf(0x139,_0x56af01._0x213a9,_0x56af01._0x20eea6,_0x56af01._0x3af338)],logger[_0x5aa3cf(0x19a,_0x56af01._0x21a8bd,0x19d,0x14b)]('Failed\x20to\x20'+_0x5aa3cf(_0x56af01._0x37f573,0x140,0x209,0x1ae)+_0x3c69cf(0x5da,_0x56af01._0x279996,_0x56af01._0x3a6faa,0x5ce),_0x4c84b2);const _0x57fee1={};_0x57fee1[_0x5aa3cf(_0x56af01._0x1dd978,_0x56af01._0x21c0ca,_0x56af01._0xa6b191,_0x56af01._0x321214)]=_0x13a554[_0x5aa3cf(_0x56af01._0x1b01dc,0x115,0x1bb,_0x56af01._0x7b55fc)],_0x57fee1[_0x5aa3cf(0x203,_0x56af01._0x108a48,0x245,_0x56af01._0x3af338)]=_0x3c69cf(_0x56af01._0x29b592,0x5c0,0x556,0x560)+_0x3c69cf(_0x56af01._0x51bb7b,_0x56af01._0x520c88,_0x56af01._0x29d260,_0x56af01._0x5a16b0)+_0x5aa3cf(_0x56af01._0xc4bca6,0x1f8,_0x56af01._0x297dfa,0x200)+'ile',_0xfbbeca[_0x5aa3cf(_0x56af01._0x211305,0x18c,_0x56af01._0x344aad,_0x56af01._0x3dcab5)](-0x5d*0x43+-0x8*0x2fe+-0x72d*-0x7)['json'](_0x57fee1);}else{const _0x129560={};return _0x129560[_0x5aa3cf(_0x56af01._0x32e569,_0x56af01._0x143da9,_0x56af01._0x53c119,0x14b)]=_0x13a554[_0x3c69cf(0x582,0x5cc,_0x56af01._0x39d255,0x640)],_0x129560[_0x3c69cf(_0x56af01._0x15f98f,_0x56af01._0x5e255a,0x5e5,0x648)]=_0x13a554[_0x5aa3cf(_0x56af01._0x41bac6,_0x56af01._0x34f3ca,_0x56af01._0x12d1c2,0x189)],_0x296641[_0x3c69cf(_0x56af01._0x7eb8b2,_0x56af01._0x352772,0x61f,0x5e9)](-0x1460+0x24ed+-0xefd)[_0x3c69cf(_0x56af01._0x4bd91b,0x63f,_0x56af01._0xcd5332,0x621)](_0x129560);}}}),router['get'](_0x4149e0(0x4f8,0x48f,0x529,0x54b),requireTaskAuth,requireTemplatesPermission,async(_0x1b5a5a,_0x5319d4)=>{const _0x3c24af={_0x228388:0x408,_0x2f670b:0x342,_0x531cff:0x3ad,_0x3d77fc:0x386,_0x8388e:0x312,_0x2256df:0x3e0,_0x1c7418:0x40c,_0x265eca:0x3c2,_0x2811a1:0x44f,_0x37eac8:0x3ab,_0x5f7e68:0x460,_0x482b1d:0x483,_0x59a57b:0x420,_0x361e87:0x2cb,_0x16fdb3:0x2ce,_0xe441bc:0x373,_0x94f89d:0x3ce,_0x563e22:0x374,_0x4743ab:0x43d,_0x240943:0x33d,_0x1fc618:0x34b,_0x4c213d:0x2c2,_0x12724f:0x32f,_0x50b430:0x2d4,_0x1e0562:0x377,_0x36fd64:0x3a8,_0x551f0e:0x371,_0x13381a:0x3e9,_0x4a9fb0:0x399,_0x408abf:0x3e7,_0x56c85c:0x3a2,_0x11c4fa:0x409,_0x44407f:0x38a,_0xe9fe55:0x300,_0x5ecbac:0x37e,_0x3b8fa4:0x433,_0x2a798d:0x3a6,_0x49116b:0x3e3,_0x5ee24e:0x324,_0x3875a6:0x2f8,_0x29d85c:0x332,_0x42ddc7:0x336,_0x18a7b5:0x397,_0x944230:0x3fe,_0x3c338e:0x4a6,_0x7d6e96:0x3a9,_0x32291f:0x427,_0x24397c:0x385,_0x499a61:0x382,_0x1c7d81:0x346,_0x36e9b8:0x3a1,_0x1f8c75:0x39f,_0x18d259:0x367,_0x48279d:0x424,_0x12b20e:0x482,_0x1571ca:0x3e2,_0x47551f:0x468,_0x380160:0x397,_0x26a6a4:0x36a,_0x458c21:0x345,_0x3f0dab:0x37a,_0x29f1c8:0x3a6,_0x14c8ea:0x36d,_0x30efea:0x31a,_0xe15b19:0x2c0,_0x3b56f9:0x330,_0xd14fd9:0x35d,_0x160c6d:0x336,_0x3b82ed:0x313,_0x3472cc:0x292,_0x30f281:0x30f,_0x3de5d8:0x35f,_0x203848:0x31d,_0x18f679:0x2fe,_0x756309:0x3cb,_0x4c17da:0x3a5,_0x542e67:0x35e,_0x4a1e32:0x34b,_0x1e6a8e:0x3cc,_0x43b7d5:0x2fb,_0x3052a4:0x347,_0x2a57c0:0x3d5,_0x2eb850:0x3f7,_0x5ba2ca:0x405,_0x566e65:0x3bc,_0x3c5434:0x434,_0x153932:0x4ad,_0x5d33ee:0x3f3,_0x1a889f:0x36c,_0x4029f4:0x328,_0x22bea6:0x45f,_0x212afb:0x36c,_0xa75c4c:0x384,_0x1f59b0:0x302,_0x150bd0:0x3e1,_0x385b1c:0x3bb,_0x3a9a03:0x425,_0x358136:0x374,_0x503d2d:0x368,_0x45ffc9:0x3f0,_0x208fa1:0x3d7,_0x3c7bee:0x33d,_0xd3cc42:0x38a,_0x44a832:0x337,_0x24930d:0x321,_0x12a8ca:0x3d9,_0x1854a2:0x3fa,_0x3e1799:0x3ca,_0x41c0b7:0x3f3,_0x1df464:0x3b8,_0x403b57:0x337,_0x498eb0:0x42f,_0x37d967:0x3b6,_0x5e9676:0x432,_0xb33549:0x3f1,_0x3ada34:0x40f,_0x390093:0x381,_0x112095:0x356,_0x5cd836:0x31b,_0x44022e:0x399,_0x529d6e:0x3e4,_0x51df31:0x3ec,_0x39e064:0x38f,_0x5e5d3c:0x37c,_0x1f22d8:0x428,_0x293fb8:0x44f},_0x17be42={_0x141463:0x5a0,_0x2bafb9:0x537,_0x30f2dd:0x51f,_0x20c716:0x587,_0x75b098:0x151,_0x1f478b:0x12c,_0x55171a:0xd6,_0x109b76:0xe9,_0x58b983:0x139,_0x5089db:0x4cf,_0x3a2c8a:0x485,_0x43bb1d:0x4a5,_0xd5174b:0xc5,_0xf10efa:0xc5,_0x5e21be:0xf9,_0x32b6b7:0x10f,_0x4c3343:0x135,_0x1a224e:0xda,_0x12c5b9:0x133,_0x497393:0x19b,_0x22e118:0x120,_0x384244:0x530,_0x5c1a98:0x54a,_0xcfff49:0x463,_0x167bdc:0x4ef,_0x4fb25c:0x117,_0x185307:0x14a,_0x2ee9e7:0x10b,_0x44cf01:0x50f,_0x304a8c:0x507,_0x3e3b51:0x5ca,_0x547a72:0x8c},_0xcf14e={_0x4df49b:0x2ad,_0x5c33b3:0xee,_0x16b477:0x91},_0x3b1fa8={_0x592380:0x119},_0xa9aea0={};_0xa9aea0[_0x1c67d1(0x3dd,0x3ba,_0x3c24af._0x228388,_0x3c24af._0x2f670b)]=_0x1c67d1(_0x3c24af._0x531cff,0x3e3,0x3f9,0x3cc)+'t',_0xa9aea0[_0x1c67d1(0x30f,_0x3c24af._0x3d77fc,_0x3c24af._0x8388e,0x36e)]=_0x1c67d1(0x47c,0x426,_0x3c24af._0x2256df,_0x3c24af._0x1c7418)+_0x1c67d1(0x3dc,_0x3c24af._0x265eca,0x3f8,_0x3c24af._0x2811a1)+_0x1c67d1(_0x3c24af._0x37eac8,0x3fc,0x447,0x41c),_0xa9aea0['smEnZ']=function(_0xc0e396,_0x57ba52){return _0xc0e396!==_0x57ba52;},_0xa9aea0['ryFLQ']='NRhwm',_0xa9aea0['PVWQR']=_0x2fc6a0(_0x3c24af._0x5f7e68,_0x3c24af._0x482b1d,0x425,_0x3c24af._0x59a57b),_0xa9aea0[_0x2fc6a0(_0x3c24af._0x361e87,_0x3c24af._0x16fdb3,0x33b,_0x3c24af._0xe441bc)]=_0x1c67d1(0x347,_0x3c24af._0x94f89d,_0x3c24af._0x563e22,_0x3c24af._0x4743ab),_0xa9aea0[_0x2fc6a0(_0x3c24af._0x240943,0x2e7,_0x3c24af._0x1fc618,_0x3c24af._0x4c213d)]=function(_0x4abdc1,_0x51f2bd){return _0x4abdc1===_0x51f2bd;};function _0x2fc6a0(_0x583e26,_0x3c5e64,_0xe6061d,_0x19cf55){return _0x28e384(_0x583e26,_0xe6061d-0x2c2,_0xe6061d-0x1a,_0x19cf55-_0x3b1fa8._0x592380);}_0xa9aea0[_0x2fc6a0(_0x3c24af._0x12724f,_0x3c24af._0x50b430,0x358,0x355)]='ENOENT',_0xa9aea0[_0x1c67d1(_0x3c24af._0x1e0562,0x3d9,_0x3c24af._0x36fd64,0x41e)]=_0x1c67d1(0x38a,_0x3c24af._0x551f0e,_0x3c24af._0x13381a,0x3ce)+'list\x20templ'+'ates',_0xa9aea0[_0x2fc6a0(0x413,0x337,_0x3c24af._0x4a9fb0,_0x3c24af._0x408abf)]=_0x1c67d1(_0x3c24af._0x56c85c,_0x3c24af._0x11c4fa,0x46e,_0x3c24af._0x44407f)+'erver\x20Erro'+'r',_0xa9aea0[_0x2fc6a0(0x377,_0x3c24af._0xe9fe55,0x354,0x38c)]='Task\x20listi'+_0x1c67d1(_0x3c24af._0x5ecbac,0x3c8,_0x3c24af._0x3b8fa4,0x416)+'ment\x20templ'+_0x1c67d1(_0x3c24af._0x2a798d,0x3ae,0x416,_0x3c24af._0x49116b),_0xa9aea0[_0x2fc6a0(0x36b,0x2b8,_0x3c24af._0x5ee24e,_0x3c24af._0x3875a6)]=_0x2fc6a0(0x2d4,_0x3c24af._0x29d85c,_0x3c24af._0x42ddc7,_0x3c24af._0x18a7b5);const _0x12d2cd=_0xa9aea0,{callingTask:_0x176d25,environmentName:_0x863293,environmentPath:_0x57ea81}=_0x1b5a5a,_0x2c1e58={};function _0x1c67d1(_0xcd65b3,_0x1274d2,_0x26c247,_0x25baa0){return _0x28e384(_0xcd65b3,_0x1274d2-_0xcf14e._0x4df49b,_0x26c247-_0xcf14e._0x5c33b3,_0x25baa0-_0xcf14e._0x16b477);}_0x2c1e58[_0x2fc6a0(_0x3c24af._0x944230,_0x3c24af._0x3c338e,0x434,_0x3c24af._0x7d6e96)]=_0x176d25[_0x1c67d1(0x3f4,0x41f,0x463,_0x3c24af._0x32291f)],_0x2c1e58[_0x2fc6a0(_0x3c24af._0x24397c,0x33f,_0x3c24af._0x499a61,0x3e2)+'t']=_0x863293,logger[_0x2fc6a0(_0x3c24af._0x1c7d81,_0x3c24af._0x36e9b8,_0x3c24af._0x1f8c75,_0x3c24af._0x18d259)](_0x12d2cd['bdXJj'],_0x2c1e58);const _0xdb59d2=_0x1a295b['join'](_0x57ea81,_0x2fc6a0(0x45e,0x434,0x42b,0x41a)+'ates');try{const _0x26f159=await _0x447478[_0x1c67d1(0x473,0x427,_0x3c24af._0x48279d,_0x3c24af._0x12b20e)](_0xdb59d2),_0x17d759=_0x26f159['filter'](_0x11257e=>_0x11257e['endsWith'](_0x2fc6a0(0x3d8,0x3c5,0x401,0x3c6))),_0x41a20f=await Promise[_0x1c67d1(_0x3c24af._0x1571ca,0x3e8,0x3c6,_0x3c24af._0x47551f)](_0x17d759[_0x1c67d1(0x3b6,_0x3c24af._0x380160,_0x3c24af._0x26a6a4,0x308)](async _0x39bd13=>{const _0x10ab00={_0x39a3a6:0x11b};function _0x2391f7(_0x8fba27,_0x1af9f3,_0x2f1f0d,_0x15df68){return _0x2fc6a0(_0x8fba27,_0x1af9f3-_0x10ab00._0x39a3a6,_0x15df68-0x16e,_0x15df68-0x17f);}const _0x1b0c8d={};_0x1b0c8d['agvGM']=_0x12d2cd[_0x2391f7(0x4ba,_0x17be42._0x141463,_0x17be42._0x2bafb9,0x53d)],_0x1b0c8d[_0x5211be(0xb6,0x151,0xb6,0xcc)]=_0x12d2cd[_0x2391f7(_0x17be42._0x30f2dd,0x54b,_0x17be42._0x20c716,0x509)];const _0x1f8066=_0x1b0c8d,_0x5ebcc5=_0x39bd13['replace'](/\.md$/,''),_0x409c08=_0x1a295b[_0x5211be(_0x17be42._0x75b098,_0x17be42._0x1f478b,_0x17be42._0x55171a,_0x17be42._0x109b76)](_0xdb59d2,_0x5ebcc5+_0x5211be(_0x17be42._0x58b983,0x14f,0x65,0xcf));function _0x5211be(_0x12d0c1,_0x56ba88,_0x1b17de,_0x3f0c05){return _0x1c67d1(_0x56ba88,_0x3f0c05- -0x2ab,_0x1b17de-0xee,_0x3f0c05-0x1a3);}let _0x320a36=null;try{if(_0x12d2cd[_0x2391f7(_0x17be42._0x5089db,0x502,_0x17be42._0x3a2c8a,_0x17be42._0x43bb1d)](_0x12d2cd[_0x5211be(0xa1,_0x17be42._0xd5174b,_0x17be42._0xf10efa,_0x17be42._0x5e21be)],_0x12d2cd[_0x5211be(_0x17be42._0x32b6b7,_0x17be42._0x4c3343,0x102,_0x17be42._0x1a224e)])){const _0x49ac9e=await _0x447478[_0x5211be(0x153,_0x17be42._0x12c5b9,_0x17be42._0x497393,_0x17be42._0x22e118)](_0x409c08,_0x12d2cd['mHHmD']);_0x320a36=JSON[_0x2391f7(_0x17be42._0x384244,0x55d,0x4c1,0x544)](_0x49ac9e);}else{const _0x4e5347={};return _0x4e5347[_0x2391f7(0x4ce,_0x17be42._0x5c1a98,_0x17be42._0xcfff49,_0x17be42._0x167bdc)]=_0x1f8066['agvGM'],_0x4e5347['message']=_0x1f8066[_0x5211be(_0x17be42._0x4fb25c,0x73,_0x17be42._0x185307,0xcc)],_0x4aed06[_0x5211be(0xbc,0xcc,0x12e,_0x17be42._0x2ee9e7)](-0x3c*-0x14+0x56b*0x1+-0x88b)[_0x2391f7(0x549,0x5fa,_0x17be42._0x44cf01,0x573)](_0x4e5347);}}catch{}return{'name':_0x5ebcc5,'filename':_0x39bd13,'description':_0x320a36?.[_0x2391f7(0x507,_0x17be42._0x304a8c,_0x17be42._0x3e3b51,0x580)+'n']||null,'hasMetadata':_0x12d2cd[_0x5211be(0xf9,0x58,_0x17be42._0x547a72,0x77)](_0x320a36,null)};})),_0x29a1c6={};_0x29a1c6[_0x2fc6a0(0x34f,_0x3c24af._0x458c21,_0x3c24af._0x3f0dab,0x343)]=_0x41a20f,_0x29a1c6[_0x1c67d1(_0x3c24af._0x29f1c8,_0x3c24af._0x14c8ea,_0x3c24af._0x12724f,0x3c9)+'t']=_0x863293,_0x5319d4['json'](_0x29a1c6);}catch(_0x118df7){if(_0x12d2cd['WjVDg'](_0x118df7[_0x1c67d1(_0x3c24af._0x30efea,0x39a,0x409,0x3a9)],_0x12d2cd['YpySQ'])){if(_0x12d2cd[_0x2fc6a0(_0x3c24af._0xe15b19,0x35d,_0x3c24af._0x1fc618,_0x3c24af._0x3b56f9)](_0x2fc6a0(0x396,_0x3c24af._0xd14fd9,_0x3c24af._0x160c6d,_0x3c24af._0x3b82ed),_0x12d2cd[_0x1c67d1(_0x3c24af._0x3472cc,_0x3c24af._0x30f281,_0x3c24af._0x3de5d8,_0x3c24af._0x203848)])){const _0x40508d={};_0x40508d['templates']=[],_0x40508d[_0x2fc6a0(0x406,_0x3c24af._0x18f679,0x382,_0x3c24af._0x756309)+'t']=_0x863293,_0x5319d4['json'](_0x40508d);}else{if(_0x12d2cd[_0x2fc6a0(_0x3c24af._0x4c17da,_0x3c24af._0x542e67,_0x3c24af._0x4a1e32,0x387)](_0xe901ec[_0x1c67d1(0x3c5,0x39a,_0x3c24af._0x1e6a8e,0x3a9)],_0x12d2cd[_0x2fc6a0(0x377,0x37e,0x358,0x3c5)])){const _0x45fb51={};_0x45fb51[_0x2fc6a0(_0x3c24af._0x408abf,_0x3c24af._0x43b7d5,_0x3c24af._0x3f0dab,_0x3c24af._0x3052a4)]=[],_0x45fb51['environmen'+'t']=_0x88fb7c,_0x465c27[_0x2fc6a0(_0x3c24af._0x2a57c0,_0x3c24af._0x2eb850,_0x3c24af._0x5ba2ca,0x494)](_0x45fb51);}else{const _0x3de5ac={};_0x3de5ac[_0x2fc6a0(_0x3c24af._0x566e65,0x431,_0x3c24af._0x3c5434,0x3bb)]=_0x51c334[_0x1c67d1(0x433,0x41f,0x441,_0x3c24af._0x153932)],_0x3de5ac['environmen'+'t']=_0x201685,_0x3de5ac[_0x1c67d1(_0x3c24af._0x5d33ee,_0x3c24af._0x1a889f,0x328,_0x3c24af._0x4029f4)]=_0x4eece2[_0x1c67d1(0x452,0x3e1,_0x3c24af._0x22bea6,0x450)],_0x790b43[_0x1c67d1(0x36c,_0x3c24af._0x212afb,0x302,0x3a4)](_0x12d2cd['FdWDJ'],_0x3de5ac);const _0x2c78b2={};_0x2c78b2['error']=_0x12d2cd[_0x1c67d1(0x3fc,_0x3c24af._0xa75c4c,0x3cd,_0x3c24af._0x1f59b0)],_0x2c78b2[_0x1c67d1(0x442,_0x3c24af._0x150bd0,0x43e,_0x3c24af._0x385b1c)]=_0x12d2cd[_0x2fc6a0(0x443,_0x3c24af._0x3a9a03,0x3ee,0x410)],_0x3aba75[_0x2fc6a0(_0x3c24af._0x458c21,_0x3c24af._0x358136,_0x3c24af._0x756309,_0x3c24af._0x503d2d)](-0x1db7+-0x9ee+0x2999)[_0x1c67d1(0x45a,_0x3c24af._0x45ffc9,0x3c6,_0x3c24af._0x208fa1)](_0x2c78b2);}}}else{if(_0x12d2cd[_0x2fc6a0(_0x3c24af._0x3c7bee,_0x3c24af._0xd3cc42,_0x3c24af._0x44a832,_0x3c24af._0x24930d)](_0x1c67d1(0x341,0x3bf,0x419,0x438),'YiJom')){const _0x521a7f={};_0x521a7f[_0x1c67d1(0x3a8,0x36c,_0x3c24af._0x3b56f9,0x3ce)]=_0x2fc6a0(0x3c6,_0x3c24af._0x12a8ca,0x3bc,_0x3c24af._0x1854a2),_0x521a7f['message']=_0x2fc6a0(_0x3c24af._0x3e1799,_0x3c24af._0x41c0b7,_0x3c24af._0x1df464,_0x3c24af._0x1f8c75)+_0xda558d+(_0x2fc6a0(0x30c,0x2d9,0x35c,_0x3c24af._0x403b57)+'d'),_0x5cca2c[_0x1c67d1(_0x3c24af._0x498eb0,_0x3c24af._0x37d967,0x400,_0x3c24af._0x5e9676)](-0x15b2+-0x14b6+-0x15fe*-0x2)['json'](_0x521a7f);}else{const _0xed99d1={};_0xed99d1[_0x2fc6a0(0x45c,0x3fc,0x434,_0x3c24af._0xb33549)]=_0x176d25['taskId'],_0xed99d1[_0x1c67d1(0x3bf,_0x3c24af._0x14c8ea,_0x3c24af._0x4029f4,_0x3c24af._0x2a57c0)+'t']=_0x863293,_0xed99d1['error']=_0x118df7[_0x2fc6a0(_0x3c24af._0x3ada34,0x45e,0x3f6,0x480)],logger[_0x2fc6a0(0x3f6,0x362,_0x3c24af._0x390093,_0x3c24af._0x112095)](_0x12d2cd['FdWDJ'],_0xed99d1);const _0x3a4f0e={};_0x3a4f0e['error']=_0x12d2cd[_0x2fc6a0(_0x3c24af._0x5cd836,0x3a5,_0x3c24af._0x44022e,_0x3c24af._0x529d6e)],_0x3a4f0e['message']=_0x1c67d1(_0x3c24af._0x51df31,_0x3c24af._0x551f0e,_0x3c24af._0x39e064,_0x3c24af._0x5e5d3c)+'list\x20templ'+'ates',_0x5319d4[_0x1c67d1(0x428,_0x3c24af._0x37d967,_0x3c24af._0x4743ab,_0x3c24af._0x1f22d8)](-0x220c+-0x7*0x50e+0x4762)[_0x1c67d1(0x3eb,0x3f0,0x363,_0x3c24af._0x293fb8)](_0x3a4f0e);}}}}),router[_0x4149e0(0x420,0x391,0x397,0x3d6)](_0x4149e0(0x4f8,0x4ce,0x4d3,0x470)+_0x4149e0(0x447,0x48e,0x408,0x3f8),requireTaskAuth,requireTemplatesPermission,async(_0x216f70,_0x20b0e8)=>{const _0x1b8d9b={_0x21c2a3:0x3f7,_0x1d89d0:0x4f2,_0x58fc62:0x481,_0x4d854b:0x467,_0x580fb0:0x52b,_0x46e920:0x4f8,_0x5cbfcb:0x53f,_0x1338c1:0x26,_0x29d63e:0xca,_0xe5c187:0x42b,_0x8d5d0:0x48b,_0x201179:0x47b,_0x1b1c70:0x428,_0x16cf0d:0x418,_0x5a2bb5:0x445,_0x5a6f7b:0x6c,_0x1bac80:0x49,_0x5d9a59:0x59a,_0x2e400e:0x505,_0x51f08c:0x511,_0x4f8cc1:0x54,_0x24c884:0xdc,_0xa48d8b:0x10c,_0x474df4:0x3c,_0x1203b9:0x44,_0x22a926:0x47f,_0x57ea8e:0x91,_0x33a625:0xb0,_0x2941ee:0x4c1,_0x4428e6:0x544,_0x46391f:0x8a,_0x331e00:0x4b2,_0x462143:0x4fc,_0xbf9bfe:0xb5,_0x287ebc:0xd9,_0xa4024f:0x49,_0x177e71:0x57,_0x51fbd4:0x52a,_0x4cf784:0x4fa,_0xb280e9:0x4ed,_0xca09be:0x51b,_0x25fcf9:0x596,_0x3cfab4:0x4ad,_0x1c7be4:0xe8,_0x5b956f:0xdb,_0xd98770:0xa1,_0x327fce:0x34,_0x1fc1bf:0xaf,_0x374aff:0x4a,_0x24a9bb:0x40,_0x4702bb:0x183,_0x2c14e4:0x96,_0x5c375d:0x7f,_0x1478d7:0xa8,_0x41abe7:0x553,_0x3a06af:0x4ff,_0x427870:0xd6,_0x5a1933:0xcb,_0x4ff83a:0x142,_0xebd605:0x58b,_0x1c45e3:0x57d,_0x3f7c76:0x580,_0x5aae52:0xcb,_0x51ac86:0x3ab,_0x1bc97b:0x409,_0x356d3e:0x43b,_0x2c4a7e:0xb0,_0x28753f:0x86,_0x428a6d:0xfb,_0x4d7acc:0x12e,_0x3fc808:0x76,_0x48ee9f:0x58,_0x369e9d:0x41,_0x35de1c:0x54f,_0x47361c:0x4c6,_0x79bc0:0x4cb,_0x14cb35:0xf8,_0x4209c8:0xa7,_0x42b2db:0x166,_0x1d1a8a:0x18,_0x4db01a:0x4b,_0x4695f4:0x2f,_0x448920:0x38,_0x70fc10:0x4d0,_0x39ec33:0x4de,_0x3c3c8d:0x534,_0x20b151:0x47c,_0x30b992:0x1f,_0x546c25:0x6a,_0x1e8a6f:0x4,_0x5bbb1c:0x4e2,_0x40b65a:0x3b,_0xe45f7d:0x502,_0x47b442:0x525,_0x67b7ea:0x46e,_0x315c6d:0x5a,_0x36bb10:0x5ac,_0x418020:0x539,_0x22f1f9:0x540,_0x2579f8:0x5a,_0x23b5bb:0x4bc,_0x5f0403:0x49b,_0x227f8a:0x49c,_0x1515e8:0x124,_0x196c19:0x16,_0x4e423a:0x496,_0x23222c:0x533,_0x5348a9:0x4a8,_0x118804:0x4b8,_0x4e27e5:0x4f4,_0x19a7ef:0x4f9,_0x47396f:0x574,_0x3f8972:0x48d,_0x43782e:0x501,_0x51d900:0x557,_0x44e163:0x3,_0x46afdc:0x54,_0x5755e9:0x3a,_0x5d292f:0x2e,_0x47372:0x55,_0x15f24f:0x5f,_0x532250:0xc8,_0x404ce9:0x521,_0x32a505:0x46a,_0x2bcdaf:0x4d5,_0x23d36e:0x6a,_0x32b5fb:0x3f,_0x107bf7:0xc7,_0x5bd250:0x22,_0x16ff46:0x7e,_0x2b5cac:0x9b,_0x570495:0x70,_0x9affcf:0x97,_0x467088:0x102,_0x363622:0xa0,_0x52a0b9:0x39,_0x47e079:0xb3,_0x2b90ea:0x66,_0x44e55a:0x53d,_0x3a8d6f:0x4c0,_0x4c8ba5:0x4bf,_0x1930a7:0x49a,_0xb75434:0x4bc,_0x4539f8:0x575,_0x2bd6f0:0x505,_0x38ed89:0x509,_0x16112b:0x523,_0x4d6fe2:0x50f,_0x581b15:0x95,_0x4e430f:0xfa,_0x4da6c9:0x4e4,_0x188807:0x68,_0x2dee28:0x5f,_0x3907aa:0x30,_0x573d27:0x1d,_0xe6617d:0x87,_0x335a4f:0x1,_0x4634cb:0x10,_0x2466f1:0x473,_0x1da7d5:0x3d4,_0xa8c1cc:0x423,_0x15c63a:0x6c,_0x3f9ad0:0xb4,_0x4e87de:0x538,_0x3b63dd:0x50f,_0x19cc99:0xe4,_0x221009:0x144,_0xae3a0e:0xb4,_0x27a3b4:0x438,_0x152632:0x4ae,_0x15e45d:0x491,_0x54343c:0x7f,_0x23300b:0x27,_0x702973:0x25,_0x5ab1da:0xc0,_0x38ebed:0x4a,_0xc4da9c:0x445,_0x483c08:0x531,_0x352590:0x5ad,_0x48634b:0x51e},_0xde6370={_0x2861b9:0x532,_0x3cee7f:0x8d},_0x31a81b={_0x3eafc0:0x3db,_0x705d7e:0x2d},_0xe1d7fe={};_0xe1d7fe[_0xe3e62d(_0x1b8d9b._0x21c2a3,_0x1b8d9b._0x1d89d0,_0x1b8d9b._0x58fc62,_0x1b8d9b._0x4d854b)]=_0xe3e62d(_0x1b8d9b._0x580fb0,0x554,_0x1b8d9b._0x46e920,0x4d6)+_0xe3e62d(0x5ab,0x5a2,0x4f1,_0x1b8d9b._0x5cbfcb)+_0x21b230(-_0x1b8d9b._0x1338c1,-_0x1b8d9b._0x29d63e,-0x9e,-0xd5),_0xe1d7fe[_0xe3e62d(0x447,_0x1b8d9b._0xe5c187,0x465,0x461)]=function(_0x34bebf,_0x29088a){return _0x34bebf!==_0x29088a;},_0xe1d7fe[_0xe3e62d(0x440,0x42d,_0x1b8d9b._0x8d5d0,0x43b)]=_0xe3e62d(_0x1b8d9b._0x201179,_0x1b8d9b._0x1b1c70,_0x1b8d9b._0x16cf0d,_0x1b8d9b._0x5a2bb5),_0xe1d7fe[_0x21b230(0x5d,-_0x1b8d9b._0x5a6f7b,-0x1f,_0x1b8d9b._0x1bac80)]=_0xe3e62d(0x589,_0x1b8d9b._0x5d9a59,_0x1b8d9b._0x2e400e,_0x1b8d9b._0x51f08c)+'t',_0xe1d7fe[_0x21b230(-_0x1b8d9b._0x4f8cc1,-_0x1b8d9b._0x24c884,-0xd6,-_0x1b8d9b._0xa48d8b)]=_0x21b230(-0x39,_0x1b8d9b._0x474df4,-_0x1b8d9b._0x1203b9,0x10)+_0xe3e62d(0x4cb,0x542,_0x1b8d9b._0x22a926,0x4c0)+'te',_0xe1d7fe[_0x21b230(-_0x1b8d9b._0x57ea8e,-0x11e,-0xf4,-_0x1b8d9b._0x33a625)]=_0xe3e62d(0x4f2,_0x1b8d9b._0x2941ee,0x4e3,_0x1b8d9b._0x4428e6)+_0x21b230(-0xa6,-0xef,-0x72,-_0x1b8d9b._0x46391f),_0xe1d7fe['PWcJZ']=_0xe3e62d(0x4c7,0x573,_0x1b8d9b._0x331e00,_0x1b8d9b._0x462143),_0xe1d7fe[_0x21b230(-0x90,-_0x1b8d9b._0xbf9bfe,-0x68,-_0x1b8d9b._0x287ebc)]=_0x21b230(-_0x1b8d9b._0xa4024f,0x28,-_0x1b8d9b._0x177e71,0x2f),_0xe1d7fe[_0xe3e62d(_0x1b8d9b._0x51fbd4,_0x1b8d9b._0x4cf784,_0x1b8d9b._0xb280e9,_0x1b8d9b._0xca09be)]='ENOENT',_0xe1d7fe[_0xe3e62d(0x4df,_0x1b8d9b._0x25fcf9,_0x1b8d9b._0x3cfab4,0x509)]=_0x21b230(-0x59,-0x4,-0x79,-0x77),_0xe1d7fe[_0x21b230(-_0x1b8d9b._0x1c7be4,-0x53,-_0x1b8d9b._0x5b956f,-_0x1b8d9b._0xd98770)]=_0x21b230(-_0x1b8d9b._0x327fce,-0x32,-_0x1b8d9b._0x1fc1bf,-0x125)+_0x21b230(-0xa7,-0x33,-_0x1b8d9b._0x374aff,-_0x1b8d9b._0x24a9bb)+_0x21b230(-0x14c,-_0x1b8d9b._0x4702bb,-0x10f,-_0x1b8d9b._0x2c14e4),_0xe1d7fe[_0x21b230(0xb,-0x9f,-_0x1b8d9b._0x5c375d,-_0x1b8d9b._0x1478d7)]=_0xe3e62d(_0x1b8d9b._0x41abe7,0x5b3,_0x1b8d9b._0x3a06af,0x537)+_0x21b230(-_0x1b8d9b._0x427870,-0x75,-0x100,-0x13e)+'r';const _0x5a9350=_0xe1d7fe,{callingTask:_0x3c4f08,environmentName:_0x41da9d,environmentPath:_0xdb272e}=_0x216f70;function _0xe3e62d(_0x2c8f54,_0xab5989,_0x27eb26,_0x53bcc9){return _0x28e384(_0x27eb26,_0x53bcc9-_0x31a81b._0x3eafc0,_0x27eb26-0x118,_0x53bcc9-_0x31a81b._0x705d7e);}const {name:_0x58b507}=_0x216f70[_0x21b230(-0x195,-_0x1b8d9b._0x5a1933,-0x116,-_0x1b8d9b._0x4ff83a)];if(_0x58b507['includes']('/')||_0x58b507[_0xe3e62d(_0x1b8d9b._0xebd605,0x4e2,_0x1b8d9b._0x46e920,0x526)]('\x5c')||_0x58b507[_0xe3e62d(_0x1b8d9b._0x1c45e3,0x56e,_0x1b8d9b._0x3f7c76,0x526)]('..')){if(_0x5a9350[_0x21b230(-_0x1b8d9b._0x5aae52,-0xa8,-0xed,-0x86)](_0x5a9350[_0xe3e62d(0x3e7,_0x1b8d9b._0x51ac86,_0x1b8d9b._0x1bc97b,_0x1b8d9b._0x356d3e)],_0x5a9350['BxAej'])){_0x458fcb[_0x21b230(-_0x1b8d9b._0x2c4a7e,-_0x1b8d9b._0x28753f,-_0x1b8d9b._0x428a6d,-_0x1b8d9b._0x4d7acc)](_0x21b230(-_0x1b8d9b._0x3fc808,-_0x1b8d9b._0x48ee9f,-_0x1b8d9b._0x369e9d,-0x17)+'t\x20manageme'+'nt\x20request'+_0xe3e62d(_0x1b8d9b._0x35de1c,_0x1b8d9b._0x47361c,0x444,_0x1b8d9b._0x79bc0)+_0x21b230(-_0x1b8d9b._0x14cb35,-_0x1b8d9b._0x4209c8,-0xd8,-_0x1b8d9b._0x42b2db)+_0x21b230(_0x1b8d9b._0x1d1a8a,-_0x1b8d9b._0x4db01a,-_0x1b8d9b._0x4695f4,-_0x1b8d9b._0x448920));const _0x5a3697={};return _0x5a3697[_0xe3e62d(0x4ea,_0x1b8d9b._0x70fc10,0x40c,0x49a)]=_0xe3e62d(0x4d5,0x5cb,0x5a6,0x550)+'ed',_0x5a3697[_0xe3e62d(_0x1b8d9b._0x39ec33,_0x1b8d9b._0x3c3c8d,0x4be,0x50f)]=_0x5a9350[_0xe3e62d(_0x1b8d9b._0x20b151,0x446,0x4cd,_0x1b8d9b._0x4d854b)],_0x50f473[_0x21b230(_0x1b8d9b._0x30b992,-0xf3,-_0x1b8d9b._0x546c25,-_0x1b8d9b._0x374aff)](-0x2441+0x26bb+0xe9*-0x1)[_0x21b230(-0x62,-0x1b,-0x30,_0x1b8d9b._0x1e8a6f)](_0x5a3697);}else{const _0x51428c={};return _0x51428c[_0xe3e62d(_0x1b8d9b._0x5bbb1c,0x40f,0x4c8,0x49a)]=_0x5a9350[_0x21b230(_0x1b8d9b._0x40b65a,-0x7c,-_0x1b8d9b._0x30b992,-0x95)],_0x51428c[_0xe3e62d(_0x1b8d9b._0xe45f7d,_0x1b8d9b._0x47b442,0x4ee,0x50f)]=_0xe3e62d(0x442,0x4d0,0x49e,_0x1b8d9b._0x67b7ea)+_0x21b230(_0x1b8d9b._0x315c6d,-0x43,-0x14,0x71)+'e',_0x20b0e8[_0xe3e62d(0x56d,0x52e,0x4b2,0x4e4)](0x1*0x1a7d+-0x1*0xe6d+-0xa80)[_0xe3e62d(_0x1b8d9b._0x36bb10,_0x1b8d9b._0x418020,_0x1b8d9b._0x22f1f9,0x51e)](_0x51428c);}}const _0x1179e1={};_0x1179e1['taskId']=_0x3c4f08[_0x21b230(-_0x1b8d9b._0x2579f8,-0x3,-0x1,-0x27)],_0x1179e1[_0xe3e62d(_0x1b8d9b._0x23b5bb,0x42a,0x495,_0x1b8d9b._0x5f0403)+'t']=_0x41da9d,_0x1179e1[_0xe3e62d(0x3dd,0x4d9,_0x1b8d9b._0x227f8a,0x449)]=_0x58b507;function _0x21b230(_0x24b8d2,_0x3a1001,_0x4c86f7,_0x51f703){return _0x4149e0(_0x4c86f7- -_0xde6370._0x2861b9,_0x3a1001,_0x4c86f7-0x5b,_0x51f703-_0xde6370._0x3cee7f);}logger[_0x21b230(-0x84,-_0x1b8d9b._0x1515e8,-0x96,-_0x1b8d9b._0x196c19)](_0x5a9350[_0xe3e62d(0x454,_0x1b8d9b._0x4e423a,0x47f,0x478)],_0x1179e1);const _0x5e8c22=_0x1a295b['join'](_0xdb272e,_0x5a9350['QEyTQ']),_0x5d9d70=_0x1a295b['join'](_0x5e8c22,_0x58b507+'.md'),_0x321f64=_0x1a295b['join'](_0x5e8c22,_0x58b507+_0xe3e62d(0x4a2,_0x1b8d9b._0x23222c,0x41d,_0x1b8d9b._0x5348a9));try{const _0x480fd2=await _0x447478[_0xe3e62d(0x4d3,_0x1b8d9b._0x118804,_0x1b8d9b._0x4e27e5,_0x1b8d9b._0x19a7ef)](_0x5d9d70,_0x5a9350[_0xe3e62d(_0x1b8d9b._0x47396f,_0x1b8d9b._0x3f8972,_0x1b8d9b._0x43782e,0x4fa)]);let _0x20a170=null;try{if(_0x5a9350[_0xe3e62d(0x4ff,0x4c7,_0x1b8d9b._0x51d900,0x4e6)]===_0x5a9350['TDYXX']){const _0x4ecc3e=await _0x447478['readFile'](_0x321f64,_0x5a9350[_0x21b230(0x15,-_0x1b8d9b._0x44e163,-_0x1b8d9b._0x46afdc,_0x1b8d9b._0x5755e9)]);_0x20a170=JSON[_0x21b230(_0x1b8d9b._0x5d292f,-_0x1b8d9b._0x47372,-_0x1b8d9b._0x15f24f,-0x3e)](_0x4ecc3e);}else{const _0x15f044={};_0x15f044[_0x21b230(-0xbf,-_0x1b8d9b._0x532250,-0xb4,-0x92)]=_0xe3e62d(_0x1b8d9b._0x404ce9,0x536,_0x1b8d9b._0x32a505,_0x1b8d9b._0x2bcdaf),_0x15f044[_0x21b230(-_0x1b8d9b._0x23d36e,_0x1b8d9b._0x30b992,-_0x1b8d9b._0x32b5fb,-0x9b)]=_0x21b230(-_0x1b8d9b._0x107bf7,-_0x1b8d9b._0x5bd250,-0x7d,-0x45)+_0x151806+(_0x21b230(-_0x1b8d9b._0x16ff46,-_0x1b8d9b._0x2b5cac,-_0x1b8d9b._0x287ebc,-0x9a)+'d'),_0x473f1['status'](0xaf5+0x1*-0x18b5+0x4*0x3d5)[_0xe3e62d(0x545,0x570,0x598,0x51e)](_0x15f044);}}catch{}const _0x1bb1c8={};_0x1bb1c8[_0x21b230(_0x1b8d9b._0x570495,0x59,-0x1a,-0xa8)]=_0x58b507,_0x1bb1c8[_0x21b230(-0x44,-_0x1b8d9b._0x9affcf,-0xd2,-_0x1b8d9b._0x1fc1bf)]=_0x480fd2,_0x1bb1c8[_0x21b230(-0xb7,-0x167,-_0x1b8d9b._0x467088,-_0x1b8d9b._0x363622)]=_0x20a170,_0x1bb1c8[_0x21b230(-_0x1b8d9b._0x52a0b9,-_0x1b8d9b._0x23d36e,-_0x1b8d9b._0x47e079,-_0x1b8d9b._0x2b90ea)+'t']=_0x41da9d,_0x20b0e8[_0xe3e62d(0x566,_0x1b8d9b._0x44e55a,_0x1b8d9b._0x3a8d6f,0x51e)](_0x1bb1c8);}catch(_0x312773){if(_0x312773['code']===_0x5a9350['zIJHn']){const _0x2a85ce={};_0x2a85ce[_0xe3e62d(_0x1b8d9b._0x4c8ba5,0x49d,0x42d,_0x1b8d9b._0x1930a7)]=_0x5a9350[_0xe3e62d(_0x1b8d9b._0xb75434,_0x1b8d9b._0x4539f8,_0x1b8d9b._0x2bd6f0,_0x1b8d9b._0x38ed89)],_0x2a85ce[_0xe3e62d(0x4e8,_0x1b8d9b._0x16112b,_0x1b8d9b._0x1d89d0,_0x1b8d9b._0x4d6fe2)]=_0x21b230(-_0x1b8d9b._0x581b15,-_0x1b8d9b._0x4e430f,-0x7d,0x7)+_0x58b507+(_0x21b230(-0xd7,-0xe3,-0xd9,-0xba)+'d'),_0x20b0e8[_0xe3e62d(_0x1b8d9b._0x2e400e,0x50b,0x546,_0x1b8d9b._0x4da6c9)](0x10bd*-0x1+-0x2*0xcd2+0x21*0x155)[_0x21b230(-_0x1b8d9b._0x188807,_0x1b8d9b._0x2dee28,-_0x1b8d9b._0x3907aa,-_0x1b8d9b._0x573d27)](_0x2a85ce);}else{const _0xae2fcd={};_0xae2fcd[_0x21b230(-_0x1b8d9b._0xe6617d,-0x45,-_0x1b8d9b._0x335a4f,_0x1b8d9b._0x4634cb)]=_0x3c4f08['taskId'],_0xae2fcd[_0xe3e62d(0x451,_0x1b8d9b._0x2466f1,0x4ee,0x49b)+'t']=_0x41da9d,_0xae2fcd[_0xe3e62d(_0x1b8d9b._0x1da7d5,_0x1b8d9b._0xa8c1cc,0x4cc,0x449)]=_0x58b507,_0xae2fcd[_0x21b230(-0x28,-_0x1b8d9b._0x15c63a,-_0x1b8d9b._0x3f9ad0,-0x12b)]=_0x312773[_0xe3e62d(0x577,0x594,_0x1b8d9b._0x4e87de,_0x1b8d9b._0x3b63dd)],logger[_0x21b230(-_0x1b8d9b._0x19cc99,-_0x1b8d9b._0x221009,-_0x1b8d9b._0xae3a0e,-0x35)](_0x5a9350[_0xe3e62d(_0x1b8d9b._0x27a3b4,_0x1b8d9b._0x152632,_0x1b8d9b._0x15e45d,_0x1b8d9b._0x2466f1)],_0xae2fcd);const _0x14c381={};_0x14c381['error']=_0x5a9350[_0x21b230(-0x3d,-0x11,-_0x1b8d9b._0x54343c,-0x47)],_0x14c381[_0x21b230(_0x1b8d9b._0x23300b,_0x1b8d9b._0x702973,-0x3f,0x27)]='Failed\x20to\x20'+_0x21b230(-_0x1b8d9b._0x5ab1da,0x31,-_0x1b8d9b._0x38ebed,-0xb7)+_0xe3e62d(0x4c7,_0x1b8d9b._0xc4da9c,0x3c7,0x43f),_0x20b0e8[_0xe3e62d(0x556,0x56d,0x49b,_0x1b8d9b._0x4da6c9)](0x2fb+0xb4*-0x32+0x2221)[_0xe3e62d(_0x1b8d9b._0x483c08,_0x1b8d9b._0x352590,0x5ab,_0x1b8d9b._0x48634b)](_0x14c381);}}}),router[_0x4149e0(0x4ae,0x43a,0x48b,0x53c)](_0x4149e0(0x4f8,0x51b,0x4ac,0x4d8)+_0x4149e0(0x447,0x432,0x41f,0x4d4),requireTaskAuth,requireTemplatesPermission,async(_0x57e157,_0x39600f)=>{const _0x3da935={_0x24d1e7:0xcc,_0x27122b:0x406,_0x56f1cb:0x3a4,_0x22b9e3:0x1a5,_0x2a8483:0x142,_0x1129ea:0x49e,_0x178d7f:0x3e6,_0x7c174a:0x353,_0x19dd0a:0xd1,_0x58504f:0x485,_0xbdd23f:0x461,_0x33eff2:0x426,_0x249be8:0xf3,_0x6814fc:0x18b,_0x5db00b:0x1aa,_0x4a8e2d:0xed,_0xc16037:0x132,_0xc0d5c:0xfd,_0x44dd73:0x374,_0x3b95ee:0x407,_0x5a70ff:0x37f,_0x528e3b:0xff,_0x2ac8b8:0x12e,_0x57a6d7:0x483,_0xf3988f:0x46b,_0x49d51c:0x1aa,_0x58a401:0x132,_0x4be4c4:0x1a4,_0x56146a:0x135,_0xcdfcdd:0x10d,_0x4e059a:0x12e,_0x1b2510:0xfb,_0x1b2764:0x458,_0xb809b2:0x432,_0x2ff124:0x451,_0x1a5b82:0xfa,_0x4db517:0xd7,_0x3c04f3:0x11e,_0x47a204:0x15d,_0x5d1689:0x13e,_0x13ed25:0x120,_0xe39ee1:0x2e3,_0x38d52f:0x361,_0x17787d:0x413,_0x57d82e:0x401,_0xd596a4:0xd2,_0x29848a:0xc7,_0x4e66f7:0x33d,_0x409b8d:0x2de,_0x5ac7e4:0x12f,_0x59eb3b:0x172,_0x545907:0x1e9,_0x142478:0x1ae,_0x3cc0aa:0x168,_0x926981:0xe5,_0x15c386:0x16a,_0x19d27f:0xd9,_0x239856:0x127,_0x574dcf:0x117,_0x1dd953:0x15a,_0x193395:0x1ea,_0x4f6798:0x3f1,_0x3139b9:0x3de,_0x19e340:0x153,_0x3bcd4d:0x13c,_0x4c1bc6:0x4ad,_0x282e1e:0x438,_0x18460f:0x451,_0x47ab09:0x40a,_0x490f39:0x3e9,_0x205944:0x485,_0x5c88b5:0x459,_0x4288a0:0x3d8,_0x309a51:0x452,_0x2666f8:0x369,_0x3ae138:0x34e,_0x42457c:0x68,_0x43dd33:0xdd,_0x433104:0xdc,_0xeac86c:0xdc,_0x55b399:0x58,_0xcb3fee:0x6d,_0x2ca0f3:0xfe,_0x52f938:0x430,_0x5ddb02:0x414,_0x439e86:0x385,_0x229322:0x48e,_0x38a5c9:0x398,_0x5cc0c6:0xbe,_0x28dc20:0x367,_0x55a920:0x39d,_0x2264e2:0x39f,_0x451c2a:0x3a6,_0x462380:0x416,_0x16e32a:0x414,_0x5a0772:0x3fd,_0x420d17:0x15e,_0xf34181:0x160,_0x9b1597:0x7b,_0x3d6cc1:0x3db,_0x105872:0x3f3,_0x7c27fc:0x153,_0x59eaa4:0xd4,_0x327b96:0x104,_0x101387:0x16f,_0x869bbb:0x3e1,_0x168226:0x40e,_0x1ff890:0x3c7,_0x1fe5b5:0x365,_0x12eafd:0x392,_0x521db3:0x428,_0x1db526:0x464,_0x56bec9:0x36d,_0x273552:0x3e3,_0x4ca93c:0x44d,_0x218b8a:0x3c3,_0x486bf7:0x3a9,_0x265585:0x3e8,_0x180f32:0x3a7,_0x58793d:0x3ca,_0x8ba1ac:0x3ef,_0x387ee2:0x30,_0x363baa:0xcc,_0x297ab9:0x437,_0x144356:0x3f5,_0x1da8dc:0x3c5,_0x5bfbee:0x3d1,_0x36f2f6:0x3a0,_0x24f388:0x375,_0x2b44b3:0x34e,_0xdbd22e:0x2f1,_0x522cea:0x378,_0x350e12:0x192,_0x5abd58:0x127,_0x3ffd18:0xe7,_0x4af6f4:0x1d5,_0x3bddf1:0x14d,_0x4e8980:0x48d,_0x1b9710:0x478,_0x4cc201:0x68,_0x3bbe54:0xee,_0x9ecd60:0x194,_0x50429d:0x152,_0x57409c:0x35,_0x3347fb:0x1e2,_0x93e1bc:0x1dc,_0x2e986c:0x18f,_0x183016:0xe6,_0x2a0057:0xd6,_0x312b3b:0x5f,_0x40167c:0xce,_0x425872:0x4c4,_0x4d12f6:0x4de,_0x1eee61:0x3fc,_0x6bee12:0x133,_0x5e5109:0x181,_0x5be649:0x18f,_0x102508:0x80,_0x2a3f5d:0x8b,_0x528955:0x498,_0x4e9050:0x470,_0x5e964d:0x469,_0x5ce8df:0x414,_0x1812cc:0x102,_0x208cb0:0xa8,_0x52b52d:0x1af,_0x385084:0x114,_0x2dd6fa:0x151,_0x2c4135:0x138,_0x4561d9:0x18c,_0x479f71:0x126,_0x5adb14:0x14a},_0x194beb={_0x396ebf:0x1be,_0x3de7b3:0xd9},_0xec75b6={_0x4810d4:0x3a2},_0x41624d={};_0x41624d[_0x1e08f5(0x120,_0x3da935._0x24d1e7,0x195,0x11c)]=_0x83f89b(0x372,0x32c,_0x3da935._0x27122b,_0x3da935._0x56f1cb)+_0x1e08f5(_0x3da935._0x22b9e3,0x1a9,_0x3da935._0x2a8483,0x199)+_0x83f89b(0x452,_0x3da935._0x1129ea,_0x3da935._0x178d7f,0x440);function _0x1e08f5(_0x60bb0d,_0x221c25,_0x16d904,_0x3f02d3){return _0x4149e0(_0x3f02d3- -_0xec75b6._0x4810d4,_0x60bb0d,_0x16d904-0x20,_0x3f02d3-0xa2);}_0x41624d['ntTQn']='Internal\x20S'+_0x83f89b(0x2df,0x377,0x2fb,_0x3da935._0x7c174a)+'r',_0x41624d[_0x1e08f5(0xdd,0xa1,0xa4,_0x3da935._0x19dd0a)]=function(_0x2b53c8,_0x283d2c){return _0x2b53c8!==_0x283d2c;},_0x41624d[_0x83f89b(0x40e,_0x3da935._0x58504f,_0x3da935._0xbdd23f,_0x3da935._0x33eff2)]=_0x1e08f5(_0x3da935._0x249be8,0x113,_0x3da935._0x6814fc,0x143),_0x41624d[_0x1e08f5(_0x3da935._0x5db00b,0xf4,0x179,0x175)]=_0x1e08f5(0x92,0x89,_0x3da935._0x4a8e2d,0xb0)+_0x1e08f5(_0x3da935._0xc16037,_0x3da935._0xc0d5c,0x1ca,0x17c)+'e',_0x41624d[_0x83f89b(_0x3da935._0x44dd73,_0x3da935._0x3b95ee,_0x3da935._0x5a70ff,0x3f9)]=function(_0x46530f,_0x2985a7){return _0x46530f===_0x2985a7;},_0x41624d[_0x1e08f5(_0x3da935._0x528e3b,0x190,0xa7,_0x3da935._0x2ac8b8)]=_0x83f89b(_0x3da935._0x57a6d7,0x48f,_0x3da935._0xf3988f,0x459)+_0x1e08f5(0x10b,_0x3da935._0x49d51c,0xb6,_0x3da935._0x58a401)+_0x1e08f5(0x10f,_0x3da935._0x4be4c4,_0x3da935._0x56146a,0x16c),_0x41624d['VdmeG']='Task\x20updat'+_0x1e08f5(_0x3da935._0xcdfcdd,_0x3da935._0x4e059a,0x168,0x102)+'te',_0x41624d[_0x1e08f5(_0x3da935._0x1b2510,0x155,0x109,0x130)]=function(_0x5db2b6,_0x339424){return _0x5db2b6!==_0x339424;},_0x41624d[_0x83f89b(0x46f,_0x3da935._0x1b2764,0x401,_0x3da935._0xb809b2)]=_0x83f89b(0x414,_0x3da935._0x2ff124,0x475,0x449)+_0x1e08f5(_0x3da935._0x1a5b82,0x14d,_0x3da935._0x4db517,_0x3da935._0x3c04f3),_0x41624d[_0x1e08f5(_0x3da935._0x47a204,0x1b0,_0x3da935._0x5d1689,_0x3da935._0x13ed25)]='0|3|1|2|4',_0x41624d[_0x83f89b(0x318,0x3f1,_0x3da935._0xe39ee1,_0x3da935._0x38d52f)]=_0x83f89b(_0x3da935._0x17787d,_0x3da935._0x57d82e,0x40d,_0x3da935._0x57d82e),_0x41624d['qrEWM']=_0x1e08f5(0xd3,_0x3da935._0xd596a4,0x71,_0x3da935._0x29848a)+_0x83f89b(0x2eb,_0x3da935._0x4e66f7,0x35d,0x350)+'task';const _0x20c7fb=_0x41624d,{callingTask:_0x5daf2e,taskUser:_0x8ed7dd,environmentName:_0x35e680,environmentPath:_0x1fdad9}=_0x57e157;function _0x83f89b(_0x30b8bd,_0x4e2ac7,_0x29819a,_0x53a26f){return _0x4149e0(_0x53a26f- -0xdf,_0x30b8bd,_0x29819a-_0x194beb._0x396ebf,_0x53a26f-_0x194beb._0x3de7b3);}const {name:_0x1207cf}=_0x57e157[_0x83f89b(_0x3da935._0x409b8d,0x350,0x3b2,_0x3da935._0x4e66f7)],{content:_0x17db9d,metadata:_0x123d5b}=_0x57e157[_0x1e08f5(0x153,_0x3da935._0x5ac7e4,_0x3da935._0x59eb3b,0xf9)];if(_0x1207cf[_0x1e08f5(_0x3da935._0x545907,_0x3da935._0x142478,0x19e,_0x3da935._0x3cc0aa)]('/')||_0x1207cf[_0x1e08f5(_0x3da935._0x926981,_0x3da935._0x15c386,_0x3da935._0x19d27f,0x168)]('\x5c')||_0x1207cf['includes']('..')){if(_0x20c7fb[_0x1e08f5(_0x3da935._0x239856,0x98,0x121,_0x3da935._0x19dd0a)](_0x20c7fb[_0x1e08f5(_0x3da935._0x574dcf,_0x3da935._0x1dd953,_0x3da935._0x193395,0x163)],_0x83f89b(_0x3da935._0x4f6798,0x449,_0x3da935._0x3139b9,0x453))){const _0xacdb4f={};return _0xacdb4f['error']=_0x1e08f5(0x110,_0x3da935._0x1dd953,0x194,_0x3da935._0x19e340)+'t',_0xacdb4f[_0x1e08f5(_0x3da935._0x3bcd4d,_0x3da935._0x249be8,0x164,0x151)]=_0x20c7fb[_0x83f89b(0x4be,_0x3da935._0x4c1bc6,0x46b,_0x3da935._0x282e1e)],_0x39600f[_0x83f89b(_0x3da935._0x18460f,_0x3da935._0x47ab09,0x387,_0x3da935._0x490f39)](0xb*0x376+0x1267*0x2+-0x4950)[_0x83f89b(_0x3da935._0x205944,0x3fb,_0x3da935._0xf3988f,0x423)](_0xacdb4f);}else{const _0x3765da={};_0x3765da['taskId']=_0x40b1a0[_0x83f89b(_0x3da935._0x5c88b5,_0x3da935._0x4288a0,0x485,_0x3da935._0x309a51)],_0x3765da['environmen'+'t']=_0x3607a0,_0x3765da[_0x83f89b(0x3a8,_0x3da935._0x2666f8,0x3a7,_0x3da935._0x3ae138)]=_0x2ee83b,_0x3765da[_0x1e08f5(_0x3da935._0x42457c,0xf2,_0x3da935._0x43dd33,_0x3da935._0x433104)]=_0x42e907['message'],_0x169eec[_0x1e08f5(0x143,0xda,0x8c,_0x3da935._0xeac86c)](_0x20c7fb['auUDF'],_0x3765da);const _0x1c80de={};_0x1c80de[_0x1e08f5(_0x3da935._0x55b399,0xed,_0x3da935._0xcb3fee,0xdc)]=_0x20c7fb[_0x1e08f5(0xc8,0x1a4,_0x3da935._0x2ca0f3,0x124)],_0x1c80de[_0x83f89b(_0x3da935._0x52f938,0x428,0x406,_0x3da935._0x5ddb02)]=_0x20c7fb[_0x83f89b(_0x3da935._0x439e86,0x3cd,0x355,0x3df)],_0x2cf383['status'](-0x52f+0x27*-0xc1+-0x2*-0x1245)[_0x83f89b(0x3c8,_0x3da935._0x229322,_0x3da935._0x38a5c9,0x423)](_0x1c80de);}}if(_0x20c7fb[_0x1e08f5(0x19d,_0x3da935._0x5cc0c6,0x161,0x136)](_0x17db9d,undefined)){const _0x207706={};return _0x207706[_0x83f89b(_0x3da935._0x28dc20,0x427,_0x3da935._0x55a920,_0x3da935._0x2264e2)]='Bad\x20Reques'+'t',_0x207706[_0x83f89b(_0x3da935._0x451c2a,_0x3da935._0x462380,0x3af,_0x3da935._0x16e32a)]=_0x20c7fb['jEudM'],_0x39600f[_0x83f89b(0x478,_0x3da935._0x5a0772,0x3f2,0x3e9)](-0x4*-0x7de+-0x31d*-0x1+0x4f*-0x6b)[_0x1e08f5(0x1c1,0x194,_0x3da935._0x420d17,_0x3da935._0xf34181)](_0x207706);}logger['info'](_0x20c7fb[_0x1e08f5(0x101,0xe5,0x2d,_0x3da935._0x9b1597)],{'taskId':_0x5daf2e[_0x83f89b(0x454,0x407,0x4d7,0x452)],'environment':_0x35e680,'template':_0x1207cf,'userId':_0x8ed7dd['id'],'hasMetadata':_0x20c7fb[_0x83f89b(0x3e9,_0x3da935._0x3d6cc1,0x403,_0x3da935._0x105872)](_0x123d5b,undefined)});const _0x27ae95=_0x1a295b[_0x1e08f5(_0x3da935._0x7c27fc,_0x3da935._0x59eaa4,0x151,_0x3da935._0x327b96)](_0x1fdad9,_0x20c7fb[_0x1e08f5(0x1d0,0x173,_0x3da935._0x193395,_0x3da935._0x101387)]),_0x1d9a8e=_0x1a295b[_0x83f89b(_0x3da935._0x869bbb,_0x3da935._0x168226,0x396,_0x3da935._0x1ff890)](_0x27ae95,_0x1207cf+'.md'),_0x535b50=_0x1a295b[_0x83f89b(_0x3da935._0x1fe5b5,0x3f6,_0x3da935._0x12eafd,0x3c7)](_0x27ae95,_0x1207cf+'.json'),_0x48ed79=new Date()[_0x83f89b(0x40d,0x494,0x3a1,_0x3da935._0x521db3)+'g']();try{const _0x3278f4=_0x20c7fb[_0x83f89b(_0x3da935._0x1db526,_0x3da935._0x56bec9,0x463,_0x3da935._0x273552)][_0x83f89b(_0x3da935._0x4ca93c,0x3e9,0x3cd,_0x3da935._0x218b8a)]('|');let _0x581067=-0xb*0x22b+-0x2518+0x3cf1;while(!![]){switch(_0x3278f4[_0x581067++]){case'0':const _0x4b337e={};_0x4b337e[_0x83f89b(_0x3da935._0x486bf7,_0x3da935._0x265585,0x3c1,_0x3da935._0x180f32)]=!![],await _0x447478[_0x83f89b(0x3e9,_0x3da935._0x58793d,_0x3da935._0x8ba1ac,0x367)](_0x27ae95,_0x4b337e);continue;case'1':_0x20c7fb[_0x1e08f5(0x1b9,_0x3da935._0x29848a,0x161,0x130)](_0x123d5b,undefined)&&_0x20c7fb['IFBeX'](_0x123d5b,null)&&await _0x447478['writeFile'](_0x535b50,JSON[_0x1e08f5(0xb9,_0x3da935._0x387ee2,_0x3da935._0x363baa,0x88)](_0x123d5b,null,-0x157e+0x2*0x1cf+-0x3*-0x5f6),_0x20c7fb['zpYdN']);continue;case'2':const _0x433a9a={};_0x433a9a[_0x83f89b(_0x3da935._0x297ab9,_0x3da935._0x144356,_0x3da935._0x1da8dc,0x452)]=_0x5daf2e['taskId'],_0x433a9a[_0x83f89b(_0x3da935._0x5bfbee,0x3b4,0x370,_0x3da935._0x36f2f6)+'t']=_0x35e680,_0x433a9a[_0x83f89b(0x3a4,0x37e,_0x3da935._0x24f388,_0x3da935._0x2b44b3)]=_0x1207cf,_0x433a9a[_0x83f89b(_0x3da935._0x3d6cc1,_0x3da935._0xdbd22e,_0x3da935._0x522cea,0x37c)]=_0x8ed7dd['id'],logger['info'](_0x20c7fb[_0x1e08f5(0x180,0xf0,_0x3da935._0x350e12,_0x3da935._0x5abd58)],_0x433a9a);continue;case'3':await _0x447478[_0x1e08f5(0x13b,0xb1,0xbd,0xac)](_0x1d9a8e,_0x17db9d,_0x20c7fb['zpYdN']);continue;case'4':const _0x291ed0={};_0x291ed0[_0x1e08f5(_0x3da935._0x3ffd18,0xfe,_0x3da935._0x4af6f4,_0x3da935._0x3bddf1)]=!![],_0x291ed0[_0x83f89b(0x3ff,_0x3da935._0x4e8980,_0x3da935._0x1b9710,0x439)]=_0x1207cf,_0x291ed0['environmen'+'t']=_0x35e680,_0x291ed0[_0x1e08f5(0x124,0xfc,_0x3da935._0x4cc201,_0x3da935._0x3bbe54)]=_0x48ed79,_0x291ed0[_0x1e08f5(_0x3da935._0x9ecd60,0x162,0x103,_0x3da935._0x50429d)+_0x1e08f5(0x54,_0x3da935._0x57409c,0x34,0x8c)]=_0x5daf2e[_0x1e08f5(0x117,_0x3da935._0x3347fb,_0x3da935._0x93e1bc,_0x3da935._0x2e986c)],_0x291ed0[_0x1e08f5(_0x3da935._0x183016,_0x3da935._0x2a0057,_0x3da935._0x312b3b,_0x3da935._0x40167c)+'serId']=_0x8ed7dd['id'],_0x39600f['json'](_0x291ed0);continue;}break;}}catch(_0x419455){const _0x113ff7={};_0x113ff7[_0x83f89b(_0x3da935._0x425872,_0x3da935._0x4d12f6,_0x3da935._0x1eee61,0x452)]=_0x5daf2e[_0x1e08f5(0x14f,_0x3da935._0x6bee12,_0x3da935._0x5e5109,_0x3da935._0x5be649)],_0x113ff7['environmen'+'t']=_0x35e680,_0x113ff7[_0x1e08f5(_0x3da935._0x102508,0x65,0x80,_0x3da935._0x2a3f5d)]=_0x1207cf,_0x113ff7['error']=_0x419455[_0x83f89b(_0x3da935._0x528955,_0x3da935._0x4e9050,_0x3da935._0x5e964d,_0x3da935._0x5ce8df)],logger['error'](_0x20c7fb[_0x1e08f5(_0x3da935._0x1812cc,_0x3da935._0x208cb0,0x10a,0x11c)],_0x113ff7);const _0x9c292b={};_0x9c292b['error']=_0x20c7fb['ntTQn'],_0x9c292b[_0x1e08f5(_0x3da935._0x52b52d,_0x3da935._0x385084,0x1b9,_0x3da935._0x2dd6fa)]=_0x20c7fb['auUDF'],_0x39600f[_0x1e08f5(_0x3da935._0x2c4135,_0x3da935._0x4561d9,0xee,_0x3da935._0x479f71)](-0xc6*-0x32+-0x1ca*-0x7+0x189f*-0x2)[_0x1e08f5(_0x3da935._0x5adb14,0x124,0xd6,0x160)](_0x9c292b);}}),router[_0x4149e0(0x441,0x4bb,0x418,0x47e)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x526517,_0x4cad8d)=>{const _0x178567={_0xe5f62c:0x212,_0x4431ab:0x1c3,_0x2ca553:0x21c,_0x232867:0x190,_0x307579:0x1b9,_0x279e86:0x181,_0x21dbf6:0xee,_0x3687ba:0x16a,_0x37ac99:0x116,_0x105cf0:0x19a,_0x1b34a3:0x1b7,_0x37adb9:0x1ff,_0x5ab60d:0x14d,_0x231b72:0x134,_0x456feb:0x11c,_0x528164:0x1a2,_0xa4e611:0x15a,_0x3f8126:0x1ca,_0x4ba009:0x143,_0xa094c9:0x1aa,_0x2821e6:0x16e,_0x26c282:0x194,_0x57dc5e:0x121,_0x288a5b:0x163,_0x181abf:0x1f1,_0x3be165:0xdb,_0x1e297b:0x22f,_0x160ea8:0x27a,_0x27dc36:0x1ab,_0x1261ca:0x173,_0x5ac7d2:0x236,_0x5265e4:0x224,_0x1f5939:0x1b1,_0x287b7e:0x15b,_0x41e837:0x1b5,_0x3bd619:0x167,_0xab4509:0x277,_0x4efe5b:0x2ba,_0x8b2ee6:0x297,_0xae5242:0x1c9,_0x5aab89:0x1e3,_0x4b0f08:0x261,_0x5926ed:0x13d,_0x2f905e:0x1c5,_0x5a301a:0x1b8,_0x3669bc:0x1e9,_0x23d43a:0x15d,_0xe7f24c:0xe8,_0x21f6f3:0x1ee,_0x125546:0x2c5,_0x26f06a:0x220,_0x41cb54:0x25a,_0x5631fb:0x1cb,_0xe67e07:0x1d0,_0x361021:0x197,_0x3ffc67:0x1d4,_0x4d0556:0x145,_0x419fc9:0x1d0,_0x5f3e3f:0x254,_0x34a93e:0x23b,_0x107f6a:0x2a5,_0x52a5f0:0x13d,_0xac2718:0x179,_0x480f90:0x15e,_0x40d883:0x20a,_0x259127:0x1f5,_0x2ed680:0x20f,_0x405a26:0x197,_0x49e0f2:0x1c7,_0x1cabf7:0x221,_0x340af0:0x213,_0x2bda78:0x195,_0x41cb6c:0x245,_0x321356:0x1d1,_0x409286:0x1cc,_0x5144b5:0x206,_0x576bea:0x187,_0x433579:0x204,_0x33d3df:0x274,_0x23102f:0x196,_0x47ccb7:0x1f9,_0x2b6738:0x199,_0x1c1b5c:0x20a,_0x51632b:0x144,_0x1cbdc4:0x1ae,_0x316583:0xc1,_0x2b5cda:0x189,_0x5c5168:0x16c,_0x39dcae:0x138,_0x36acda:0x131,_0xe3d3dc:0x22e,_0x504f68:0x23f,_0xfa771c:0x282,_0x20a65f:0x12e,_0x413550:0x147,_0x1a4020:0x17c,_0xc1f346:0x239,_0x399a19:0x1d5,_0x1081b7:0x13b,_0x50c68c:0x11d,_0x46c148:0x224,_0x5be6ee:0x13e,_0xc571d3:0xf7,_0x24e134:0x109,_0x4aedbe:0x1ae,_0xe88e80:0xef,_0x4d0237:0x115,_0x45d7ff:0x182,_0x1f0230:0x238,_0x253477:0x248,_0x1f42e3:0x271,_0x1e540a:0x26d,_0x35bf57:0x198,_0x1caf39:0x1f0,_0x24e5ba:0x185,_0x268ced:0x22a,_0x2dfe14:0x200,_0x31d825:0x128,_0x39735d:0x269,_0x27efce:0x17b,_0x53dc01:0x13f,_0x241c46:0xd4,_0x3505ac:0x1d2,_0x3b124b:0x242,_0x162974:0x253,_0x117047:0x1ef,_0x475789:0x206,_0x483c9c:0x231,_0x25b127:0x18c,_0x4a41be:0x288,_0xc9d8ae:0x1d2,_0x223bd5:0x240,_0x323008:0x1bd,_0x431f06:0x1b3,_0x3972e0:0x19e,_0x2c0f67:0x1a4,_0x5a0a19:0x14e,_0x5ee624:0x197,_0x383fae:0x1fd,_0x5e426b:0x24c,_0x2f7e39:0x115,_0x47d219:0x246,_0x4b5ab4:0x283,_0x2d39e1:0x1bc,_0xc60f3f:0x175,_0x216466:0x1e8,_0x28c058:0x291,_0x4bb6a3:0x123,_0x1e0080:0x1a1,_0x349fae:0x210,_0x5e06cd:0x177,_0x264d26:0x29d,_0x4bb533:0x1ff,_0x14db71:0x223,_0x6b0966:0x17a,_0x11d8b7:0x204,_0x4f1a10:0x27b,_0x5147c1:0x24c,_0x3b37f4:0x1f6,_0x516ed6:0x155,_0x295fe1:0x125,_0x45d987:0x1fb,_0x1b97c8:0x1fb,_0x4c1cfb:0x1f9,_0xff55dc:0x1c8,_0x34d19b:0x264,_0x5ec463:0x1bb,_0x1a969d:0x138,_0x29605f:0x184,_0x1520cf:0x193,_0x45fa9f:0x1e2,_0x9d270f:0x1fc,_0x5814ee:0x190,_0x2ef263:0x1df,_0x5e393d:0x1af,_0x8c0fa3:0x1c2,_0x1e2f46:0xda,_0x5299db:0x176,_0x27e719:0x18f,_0x598ef3:0x105,_0x27eebc:0x195,_0x56552e:0x176,_0xa7eb5c:0x149,_0x2f6d33:0x1ee,_0x4d2709:0x139,_0x48ddae:0x234,_0x15e63d:0x1df,_0x4e3a03:0x1a5,_0x240632:0x26b,_0x249fe6:0x1bd,_0x121cae:0x16e,_0x161dce:0xf5,_0x332190:0x1da,_0x358680:0x204,_0xde685d:0x205,_0x19f05a:0x12a,_0x229d3a:0x160,_0x304813:0x144,_0x233ed2:0x201,_0x202a00:0x19b,_0x4cca52:0x16f,_0x173155:0x219,_0x327696:0x263},_0x1a5654={_0x41eb8f:0x2ef,_0x1ac58c:0x75},_0x5a036e={_0x3225af:0x2e9,_0xa7736c:0x37},_0x415da6={};_0x415da6[_0x102f08(_0x178567._0xe5f62c,_0x178567._0x4431ab,0x171,_0x178567._0x2ca553)]=_0x102f08(_0x178567._0x232867,0x194,_0x178567._0x307579,_0x178567._0x279e86)+'read\x20AGENT'+_0x44abd4(0x153,_0x178567._0x21dbf6,_0x178567._0x3687ba,_0x178567._0x37ac99),_0x415da6[_0x44abd4(0x207,_0x178567._0x105cf0,0x23b,0x222)]=_0x102f08(0x15c,0x194,0x1f3,_0x178567._0x1b34a3)+_0x44abd4(_0x178567._0x37adb9,0x240,0x232,0x204)+_0x102f08(_0x178567._0x5ab60d,_0x178567._0x231b72,_0x178567._0x456feb,_0x178567._0x528164),_0x415da6[_0x102f08(0x1e4,_0x178567._0xa4e611,0xe2,_0x178567._0x3f8126)]='Internal\x20S'+_0x102f08(0x15e,_0x178567._0x4ba009,0xbb,0xd6)+'r',_0x415da6[_0x102f08(_0x178567._0xa094c9,_0x178567._0x2821e6,0x1d8,_0x178567._0x26c282)]=_0x102f08(_0x178567._0x57dc5e,_0x178567._0x288a5b,_0x178567._0x181abf,_0x178567._0x3be165)+_0x102f08(0x21a,_0x178567._0x1e297b,0x1e6,_0x178567._0x160ea8)+'e',_0x415da6[_0x102f08(0x1fa,_0x178567._0x27dc36,0x16c,_0x178567._0x1261ca)]=_0x102f08(0x218,_0x178567._0x5ac7d2,_0x178567._0x5265e4,_0x178567._0x1f5939)+_0x102f08(_0x178567._0x287b7e,_0x178567._0x41e837,_0x178567._0x3bd619,0x1d9)+'te',_0x415da6[_0x102f08(0x18f,0x1f4,0x1a3,_0x178567._0xab4509)]=_0x102f08(_0x178567._0x4efe5b,0x239,_0x178567._0x8b2ee6,0x1aa)+_0x102f08(_0x178567._0xae5242,0x1d1,_0x178567._0x5aab89,_0x178567._0x4b0f08),_0x415da6['AquXd']=function(_0x56ba23,_0x5cdaa4){return _0x56ba23===_0x5cdaa4;},_0x415da6[_0x102f08(0xe9,_0x178567._0x5926ed,_0x178567._0x2f905e,0x112)]=_0x44abd4(_0x178567._0x5a301a,0x1e3,_0x178567._0x3669bc,0x219),_0x415da6[_0x102f08(0x170,_0x178567._0x23d43a,_0x178567._0xe7f24c,0x17d)]=_0x102f08(_0x178567._0x3bd619,0x1d8,_0x178567._0x21f6f3,0x1e9)+'eleted\x20by\x20'+_0x44abd4(0x242,_0x178567._0x125546,0x21d,0x243),_0x415da6[_0x44abd4(_0x178567._0x26f06a,_0x178567._0x41cb54,0x2a7,0x29b)]=_0x102f08(0x1c5,0x1b9,0x1de,0x23f);function _0x44abd4(_0x28f56c,_0x14b790,_0x5e0edd,_0x2a0055){return _0x4149e0(_0x28f56c- -_0x5a036e._0x3225af,_0x2a0055,_0x5e0edd-0x49,_0x2a0055-_0x5a036e._0xa7736c);}_0x415da6[_0x102f08(_0x178567._0x5631fb,0x18e,0x1df,0x10e)]=function(_0x1d1633,_0x207f63){return _0x1d1633===_0x207f63;},_0x415da6['rZhfj']=_0x102f08(0x158,0x1be,0x1d5,0x177),_0x415da6[_0x44abd4(0x19f,_0x178567._0xe67e07,0x214,0x197)]='hsXHQ',_0x415da6[_0x44abd4(_0x178567._0x361021,0x13e,_0x178567._0x3ffc67,_0x178567._0x4d0556)]=_0x44abd4(_0x178567._0x419fc9,_0x178567._0x5f3e3f,0x237,0x1b4);function _0x102f08(_0x5693aa,_0x544c95,_0x4bec92,_0xaa97b){return _0x4149e0(_0x544c95- -_0x1a5654._0x41eb8f,_0xaa97b,_0x4bec92-_0x1a5654._0x1ac58c,_0xaa97b-0x41);}_0x415da6['yFTIX']=_0x44abd4(_0x178567._0x34a93e,0x299,0x27a,_0x178567._0x107f6a),_0x415da6[_0x44abd4(_0x178567._0x52a5f0,_0x178567._0xac2718,0x199,0xb7)]='Failed\x20to\x20'+_0x44abd4(0x1c2,_0x178567._0x480f90,_0x178567._0x40d883,0x225)+_0x44abd4(0x240,0x207,_0x178567._0x259127,_0x178567._0x2ed680);const _0x19cb65=_0x415da6,{callingTask:_0x5ecea4,taskUser:_0x413efa,environmentName:_0x103206,environmentPath:_0x4e014a}=_0x526517,{name:_0x2a627c}=_0x526517[_0x102f08(0xca,0x12d,0x159,_0x178567._0x405a26)];if(_0x2a627c[_0x44abd4(0x221,0x23f,0x212,_0x178567._0x49e0f2)]('/')||_0x2a627c['includes']('\x5c')||_0x2a627c[_0x44abd4(_0x178567._0x1cabf7,_0x178567._0x340af0,_0x178567._0x2bda78,_0x178567._0x41cb6c)]('..')){const _0x34ff5c={};return _0x34ff5c[_0x102f08(_0x178567._0x321356,0x18f,0x127,_0x178567._0x409286)]=_0x102f08(0x227,_0x178567._0x5144b5,_0x178567._0x576bea,0x180)+'t',_0x34ff5c[_0x102f08(0x237,_0x178567._0x433579,0x24d,0x1e6)]=_0x19cb65['KqCkS'],_0x4cad8d['status'](0x14f1+0x1450+-0x27b1)[_0x44abd4(0x219,0x1ac,_0x178567._0xa094c9,_0x178567._0x33d3df)](_0x34ff5c);}const _0x1e4b85={};_0x1e4b85['taskId']=_0x5ecea4['taskId'],_0x1e4b85[_0x44abd4(_0x178567._0x23102f,_0x178567._0x47ccb7,_0x178567._0x2b6738,_0x178567._0x1c1b5c)+'t']=_0x103206,_0x1e4b85[_0x44abd4(_0x178567._0x51632b,_0x178567._0x1cbdc4,_0x178567._0x316583,_0x178567._0x2b5cda)]=_0x2a627c,_0x1e4b85[_0x102f08(0x11b,_0x178567._0x5c5168,_0x178567._0x39dcae,0x172)]=_0x413efa['id'],logger['info'](_0x19cb65['FIaBk'],_0x1e4b85);const _0x38c8dc=_0x1a295b[_0x44abd4(0x1bd,_0x178567._0x36acda,_0x178567._0xe3d3dc,_0x178567._0x504f68)](_0x4e014a,_0x19cb65[_0x44abd4(0x1fa,_0x178567._0xfa771c,_0x178567._0x41cb6c,0x18c)]),_0x3cf7e4=_0x1a295b[_0x102f08(_0x178567._0x20a65f,_0x178567._0x1b34a3,_0x178567._0x413550,_0x178567._0x1a4020)](_0x38c8dc,_0x2a627c+_0x102f08(_0x178567._0xc1f346,0x20f,_0x178567._0x399a19,0x1f7)),_0x4675e7=_0x1a295b['join'](_0x38c8dc,_0x2a627c+'.json');try{await _0x447478[_0x44abd4(_0x178567._0x1081b7,_0x178567._0x50c68c,0x109,0xf7)](_0x3cf7e4),await _0x447478[_0x102f08(_0x178567._0x46c148,0x217,0x29c,0x1ea)](_0x3cf7e4);try{_0x19cb65[_0x44abd4(_0x178567._0x5be6ee,0x17d,0xcf,0x12f)](_0x19cb65[_0x44abd4(_0x178567._0x4ba009,_0x178567._0xc571d3,_0x178567._0x24e134,_0x178567._0x4aedbe)],_0x44abd4(0x175,_0x178567._0xe88e80,_0x178567._0x287b7e,0x103))?(_0x2bd6f8=_0x240f18[_0x102f08(_0x178567._0x4d0237,0x1a4,_0x178567._0x45d7ff,0x1a5)],_0x35c70b=_0x2f5cc4['setupPath'],_0x291af1=_0x5a1f4d['coderConfi'+'g']):await _0x447478[_0x102f08(0x2a4,0x217,_0x178567._0x1f0230,0x26b)](_0x4675e7);}catch{}const _0x54ad92={};_0x54ad92[_0x44abd4(_0x178567._0x253477,_0x178567._0x1f42e3,0x239,_0x178567._0x1e540a)]=_0x5ecea4[_0x44abd4(0x248,0x222,0x265,0x1f7)],_0x54ad92[_0x44abd4(0x196,0x1b7,0x20d,0x1a0)+'t']=_0x103206,_0x54ad92[_0x44abd4(_0x178567._0x51632b,0x1ad,0x1a8,_0x178567._0x2b5cda)]=_0x2a627c,_0x54ad92['userId']=_0x413efa['id'],logger[_0x44abd4(0x1b3,0x22b,_0x178567._0x35bf57,_0x178567._0x1caf39)](_0x19cb65[_0x44abd4(0x163,0x191,0x1b9,_0x178567._0x24e5ba)],_0x54ad92);const _0x5b75f6={};_0x5b75f6[_0x102f08(_0x178567._0x268ced,_0x178567._0x2dfe14,0x290,0x20e)]=!![],_0x5b75f6['name']=_0x2a627c,_0x5b75f6[_0x102f08(_0x178567._0x31d825,_0x178567._0x232867,0x1b2,0x1fa)+'t']=_0x103206,_0x5b75f6[_0x44abd4(0x1e6,_0x178567._0x39735d,0x208,_0x178567._0x27efce)+_0x102f08(0x1c4,_0x178567._0x53dc01,_0x178567._0x241c46,0x12b)]=_0x5ecea4[_0x102f08(_0x178567._0x3505ac,_0x178567._0x3b124b,0x20a,_0x178567._0x162974)],_0x5b75f6[_0x44abd4(0x223,_0x178567._0x117047,_0x178567._0x475789,_0x178567._0x483c9c)+_0x102f08(_0x178567._0x576bea,0x208,0x26c,_0x178567._0x25b127)]=_0x413efa['id'],_0x4cad8d[_0x44abd4(0x219,0x1fa,_0x178567._0x4a41be,_0x178567._0xc9d8ae)](_0x5b75f6);}catch(_0x59fe93){if(_0x19cb65['AquXd'](_0x59fe93[_0x102f08(_0x178567._0x223bd5,_0x178567._0x323008,0x222,_0x178567._0x431f06)],_0x19cb65[_0x44abd4(_0x178567._0x26f06a,_0x178567._0x3972e0,_0x178567._0x2c0f67,_0x178567._0x46c148)])){if(_0x19cb65[_0x102f08(_0x178567._0x5a0a19,0x18e,0x1e5,_0x178567._0x5ee624)](_0x19cb65[_0x102f08(_0x178567._0x504f68,_0x178567._0x383fae,_0x178567._0x5e426b,0x233)],_0x19cb65[_0x102f08(0x155,0x199,_0x178567._0x5a301a,_0x178567._0x2f7e39)])){const _0x2fef08={};_0x2fef08[_0x102f08(0x238,0x242,_0x178567._0x47d219,0x1b7)]=_0xa6e156[_0x44abd4(_0x178567._0x253477,_0x178567._0x4b5ab4,_0x178567._0x253477,0x2cb)],_0x2fef08['environmen'+'t']=_0xce0023,_0x2fef08[_0x44abd4(_0x178567._0x2bda78,0x1ba,_0x178567._0x2d39e1,_0x178567._0xc60f3f)]=_0xa892bf[_0x102f08(_0x178567._0x216466,_0x178567._0x433579,_0x178567._0x28c058,0x1f2)],_0x1c6658[_0x44abd4(0x195,_0x178567._0x1caf39,_0x178567._0x4bb6a3,_0x178567._0x5265e4)](_0x19cb65[_0x102f08(_0x178567._0x1e0080,0x1c3,_0x178567._0xc60f3f,0x211)],_0x2fef08);const _0x64d7ad={};_0x64d7ad[_0x44abd4(_0x178567._0x2bda78,_0x178567._0x349fae,_0x178567._0x5e06cd,0x1f0)]=_0x44abd4(0x232,_0x178567._0x264d26,_0x178567._0x4bb533,_0x178567._0x14db71)+'erver\x20Erro'+'r',_0x64d7ad[_0x102f08(_0x178567._0x6b0966,_0x178567._0x11d8b7,_0x178567._0x4f1a10,_0x178567._0x5147c1)]=_0x44abd4(0x19a,_0x178567._0x14db71,0x1ed,_0x178567._0x3b37f4)+_0x102f08(0x1c7,_0x178567._0x516ed6,_0x178567._0x295fe1,0x148)+_0x102f08(_0x178567._0x45d987,_0x178567._0x1b97c8,0x217,0x20f)+'le',_0x29eb9d['status'](-0x1*-0xbbf+-0x3*-0x2d9+-0x2*0x92b)[_0x44abd4(0x219,0x1c7,_0x178567._0x4c1cfb,0x1ee)](_0x64d7ad);}else{const _0x39c46f={};_0x39c46f[_0x102f08(_0x178567._0x287b7e,0x18f,_0x178567._0xff55dc,0x120)]=_0x19cb65['mgnlc'],_0x39c46f['message']='Template\x20\x27'+_0x2a627c+('\x27\x20not\x20foun'+'d'),_0x4cad8d['status'](-0xa2d+-0x180c+0x23cd)[_0x102f08(_0x178567._0x34d19b,0x213,0x27b,_0x178567._0x105cf0)](_0x39c46f);}}else{if(_0x19cb65[_0x102f08(_0x178567._0x5ec463,_0x178567._0x1a969d,0x185,_0x178567._0x29605f)](_0x19cb65[_0x44abd4(_0x178567._0x1520cf,_0x178567._0x45fa9f,0x1da,_0x178567._0xe5f62c)],_0x19cb65[_0x44abd4(0x193,0x188,0x129,_0x178567._0x14db71)])){const _0x3b7df3={};_0x3b7df3[_0x102f08(0x287,0x242,0x28f,_0x178567._0x9d270f)]=_0x5ecea4[_0x102f08(0x23b,0x242,0x2d0,0x1c9)],_0x3b7df3[_0x102f08(0x18f,_0x178567._0x5814ee,_0x178567._0x2ef263,_0x178567._0x5e393d)+'t']=_0x103206,_0x3b7df3[_0x44abd4(0x144,_0x178567._0x8c0fa3,_0x178567._0x1e2f46,0x1ae)]=_0x2a627c,_0x3b7df3[_0x102f08(_0x178567._0x5299db,_0x178567._0x27e719,_0x178567._0x5a0a19,_0x178567._0x24e134)]=_0x59fe93['message'],logger[_0x44abd4(_0x178567._0x2bda78,0x208,_0x178567._0x598ef3,0x16c)](_0x19cb65['bpOOD'],_0x3b7df3);const _0x4d738a={};_0x4d738a[_0x44abd4(_0x178567._0x27eebc,0x12d,0x121,_0x178567._0x56552e)]=_0x102f08(0x238,0x22c,_0x178567._0xae5242,0x1b9)+_0x44abd4(_0x178567._0xa7eb5c,0x10d,0xf8,0xe7)+'r',_0x4d738a[_0x44abd4(0x20a,_0x178567._0x2f6d33,0x215,0x17b)]=_0x102f08(0x1f9,0x194,0x137,_0x178567._0x4d2709)+'delete\x20tem'+_0x102f08(_0x178567._0x4efe5b,0x23a,_0x178567._0x323008,_0x178567._0x48ddae),_0x4cad8d[_0x44abd4(_0x178567._0x15e63d,0x226,_0x178567._0x4e3a03,_0x178567._0x240632)](-0xa6f*-0x1+-0xa9*-0xf+-0xb5*0x1a)['json'](_0x4d738a);}else{const _0xbab350={};_0xbab350[_0x102f08(0x21b,0x242,_0x178567._0x5147c1,_0x178567._0x249fe6)]=_0x54fbac['taskId'],_0xbab350['environmen'+'t']=_0x226e46,_0xbab350[_0x44abd4(_0x178567._0x51632b,0x131,_0x178567._0x121cae,_0x178567._0x161dce)]=_0x1b2562,_0xbab350[_0x44abd4(_0x178567._0x27eebc,0x16b,0x1db,_0x178567._0x332190)]=_0x30e11b[_0x102f08(0x1fd,_0x178567._0x358680,0x249,_0x178567._0xde685d)],_0x4d02b3[_0x44abd4(_0x178567._0x27eebc,0x1da,_0x178567._0x5299db,0x143)](_0x19cb65['NiIrB'],_0xbab350);const _0x25c419={};_0x25c419[_0x102f08(_0x178567._0x19f05a,0x18f,0x208,0x1ca)]=_0x19cb65[_0x44abd4(_0x178567._0x229d3a,0x118,_0x178567._0x5631fb,_0x178567._0x304813)],_0x25c419['message']=_0x19cb65[_0x102f08(0x216,_0x178567._0x233ed2,_0x178567._0x202a00,0x20c)],_0x394163[_0x102f08(0x21e,0x1d9,_0x178567._0x4cca52,_0x178567._0x253477)](-0x39*0x22+0x1980+-0xffa*0x1)[_0x44abd4(_0x178567._0x173155,_0x178567._0x327696,0x1be,_0x178567._0x105cf0)](_0x25c419);}}}});function _0x5980(_0x2678da,_0x55b7c5){_0x2678da=_0x2678da-(0x25d2*-0x1+0x2477+0x333);const _0x8b7cd5=_0x5689();let _0x43937e=_0x8b7cd5[_0x2678da];if(_0x5980['vVlCcg']===undefined){var _0x5e9ae9=function(_0x33b7cd){const _0x32534c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3cba26='',_0x49f7fc='';for(let _0x10f1ea=-0x381+0x139*0x11+0x4f*-0x38,_0xfa2ace,_0x59eab1,_0x5b5e37=-0x2*0xe23+-0x2487+-0x1*-0x40cd;_0x59eab1=_0x33b7cd['charAt'](_0x5b5e37++);~_0x59eab1&&(_0xfa2ace=_0x10f1ea%(-0x1*0x565+0x5*0x6f4+0x1*-0x1d5b)?_0xfa2ace*(0x2*0x8f6+0x2*0xda1+-0x8e*0x51)+_0x59eab1:_0x59eab1,_0x10f1ea++%(0x3ec*0x3+-0x21ec+-0x42*-0x56))?_0x3cba26+=String['fromCharCode'](-0x1717*-0x1+-0x1*-0x105d+0x37*-0xb3&_0xfa2ace>>(-(0x1a93*-0x1+0x1cbc+-0x227)*_0x10f1ea&0x1041+0x58e*-0x1+0xaad*-0x1)):-0x2*0x11ce+-0x3*-0x176+0xe*0x23b){_0x59eab1=_0x32534c['indexOf'](_0x59eab1);}for(let _0xd9da1d=-0xc93+-0xceb+0x197e,_0x1797f1=_0x3cba26['length'];_0xd9da1d<_0x1797f1;_0xd9da1d++){_0x49f7fc+='%'+('00'+_0x3cba26['charCodeAt'](_0xd9da1d)['toString'](0x95+-0x1*-0x15e2+-0x47b*0x5))['slice'](-(-0x455+-0x2d5*0x3+0xcd6));}return decodeURIComponent(_0x49f7fc);};_0x5980['PMRcrg']=_0x5e9ae9,_0x5980['DTgPdR']={},_0x5980['vVlCcg']=!![];}const _0x1d1306=_0x8b7cd5[0xa6b+0x2588+0x5*-0x997],_0x725338=_0x2678da+_0x1d1306,_0x5738b7=_0x5980['DTgPdR'][_0x725338];return!_0x5738b7?(_0x43937e=_0x5980['PMRcrg'](_0x43937e),_0x5980['DTgPdR'][_0x725338]=_0x43937e):_0x43937e=_0x5738b7,_0x43937e;}function _0x28e384(_0x151acc,_0x317470,_0xb8bf9b,_0x20d88b){const _0x190033={_0x3d6fcb:0x17b};return _0x5980(_0x317470- -_0x190033._0x3d6fcb,_0x151acc);}export default router;
1
+ function _0x2014f7(_0x4e6e76,_0x2dc748,_0x258714,_0x20ffeb){const _0x43ea11={_0x2f0eac:0x3e1};return _0x31f5(_0x20ffeb-_0x43ea11._0x2f0eac,_0x4e6e76);}(function(_0x39eb44,_0x34f545){const _0x1e96dc={_0x57a63d:0x233,_0x539b2e:0x185,_0x133d3e:0x163,_0x3768b9:0x20d,_0x35096a:0x26c,_0x4fa595:0x16e,_0x1ef1ce:0x1bf,_0x3efdf6:0x21e,_0x1c2697:0x13f,_0x2f8e21:0x195,_0x3e6a54:0x17e,_0x297612:0x26b,_0x6d3c17:0x2a4,_0x4197b9:0x142,_0x1e6a05:0x17f,_0x35f305:0x1c2},_0xbd109e={_0x577245:0x29},_0x4e88eb={_0x1d0968:0x3a8};function _0x4e75f0(_0x474b11,_0x1f124b,_0x15fe39,_0x5e17f0){return _0x31f5(_0x15fe39- -_0x4e88eb._0x1d0968,_0x474b11);}const _0x27ef38=_0x39eb44();function _0xced317(_0x425047,_0x129d20,_0x1fda18,_0x3bb84b){return _0x31f5(_0x1fda18- -_0xbd109e._0x577245,_0x425047);}while(!![]){try{const _0x206c17=-parseInt(_0x4e75f0(-0x158,-0x1e2,-0x1a6,-_0x1e96dc._0x57a63d))/(0x980+-0x1811*0x1+-0x1*-0xe92)+-parseInt(_0x4e75f0(-0x190,-0x171,-0x1b0,-0x1a7))/(-0x1*0x12ad+0x235+0x107a)*(parseInt(_0x4e75f0(-0x169,-0x198,-_0x1e96dc._0x539b2e,-0x1e8))/(-0x2d2*0xa+-0x1*-0x2336+-0x6ff))+parseInt(_0xced317(0x1a1,_0x1e96dc._0x133d3e,0x192,0x1d5))/(-0x139e+-0x2604+0x39a6)*(parseInt(_0xced317(_0x1e96dc._0x3768b9,_0x1e96dc._0x35096a,0x21b,0x243))/(-0x207c+-0x79d*0x2+0x2fbb))+-parseInt(_0xced317(0x10a,0x159,_0x1e96dc._0x4fa595,0x14f))/(0x10*0x1cf+-0x1ecf+0x1e5)+-parseInt(_0x4e75f0(-0x292,-_0x1e96dc._0x1ef1ce,-0x218,-0x1e1))/(0x974+0x132b+-0x1c98)*(-parseInt(_0x4e75f0(-0x244,-0x1bc,-_0x1e96dc._0x3efdf6,-0x24c))/(0xbc0+0x1038+-0x1bf0))+parseInt(_0xced317(_0x1e96dc._0x1c2697,_0x1e96dc._0x2f8e21,0x1ca,0x24a))/(-0x875+-0x207d+-0xd*-0x327)*(-parseInt(_0xced317(0x190,0x119,0x1a2,_0x1e96dc._0x3e6a54))/(0x4*0x6c7+0x1dc2*0x1+-0x38d4))+-parseInt(_0xced317(0x231,0x2ca,_0x1e96dc._0x297612,_0x1e96dc._0x6d3c17))/(-0xe69+-0x107b+0x1eef)*(-parseInt(_0xced317(_0x1e96dc._0x4197b9,0x201,_0x1e96dc._0x1e6a05,_0x1e96dc._0x35f305))/(0x2*0xa4+0x118f+0x1*-0x12cb));if(_0x206c17===_0x34f545)break;else _0x27ef38['push'](_0x27ef38['shift']());}catch(_0x590af7){_0x27ef38['push'](_0x27ef38['shift']());}}}(_0x5458,-0x2890c+0x1b32b+0x8103*0xe));function _0x5458(){const _0x242d4d=['B0vqy2i','AM9PBG','C3rHDhvZ','DxnLCM5HBwu','zunRyMm','DffMzgu','BgLZDcb0zw1WBa','DgfZAW','yxrLCW','C2v0DxbqyxrO','BYbHC3nVy2LHDa','zwXKigLZihjLCq','BNrZoMLUC3rYDq','C3bSAxq','Aw5JBhvKzxm','vxnLCIbSywnRCW','DgLVBNm','v25XCMG','A09zBeW','AfDbENi','A0XsBuK','zNntDvG','uhbAvLi','t2LTDwS','veDiq00','BxbSyxrLig5HBq','DfL0Aha','Dg8GDxbKyxrLia','zgvSzxrLzej5vq','CxrYCey','vw5HDxrOB3jPEG','vNDLvw4','vgfZAYbMzxrJAa','ywnJzxnZ','BwLZC2LVBG','B3qGAw5PDgLHBa','yKv3rfy','mtfLuuzVqNm','wufnvxG','quDftLrtlM1K','q29UDgvUDcbMAq','zwqGzw52AxjVBG','tfP6yvi','BwvZC2fNzq','sw50zxjUywWGuW','DcbPBNn0CNvJDa','zu5cC0y','ufvqvw0','yxnRswq','CujwDNC','zuX4CLG','DgfZA0LK','rxvuqM4','De5HBwu','mtG5nLDsyNnLwG','rfnRuxK','y2fSBgLUz1rHCW','vMvJqNG','Bxfjr2O','Dcb0zw1WBgf0zq','otuYn2z2rK9pua','vgfZAYb1CgrHDa','BM90igHHDMuGCa','Bwv4uMi','B3DUihrHC2SGsq','Eef3Dxe','rhDkCfy','mtu1mtKXmKfAvhPvAa','B3nNsgq','vgfZAYbKzwXLDa','uNnez28','zxjYB3i','Dg9ju09tDhjPBG','DxrMltG','C3vJy2vZCW','BNqGCMvXDwvZDa','DcbPBML0AwfSAq','B3vzq00','z2v0','zgvZy3jPChrPBW','BwvUDa','jYbUB3qGzM91BG','y3jLyxrLzej5','DxbKyxrLzej5va','oda3ndGXmMjrAwL1qq','zxjTAxnZAw9Uia','u1fuqLC','AgfZtwv0ywrHDa','Cgf0Aa','lvrHC2STswqGAa','Dhm6Aw5ZDhj1yW','tMTdruC','uvrAvuC','y29UDgvUDeXLBG','DxbKyxrLzej5vq','CMT5Cu8','qMfKifjLCxvLCW','ig5VDcbMB3vUza','l2LUC3rYDwn0Aq','BvPjsNi','Aw5MBW','rMfPBgvKihrVia','DcbUB3qGzM91BG','nenOuuDmwa','CMvHzcbPBNn0CG','AvP6vgq','DxbKyxrLzef0','D2vJA0e','v0rbCxm','C3rYAw5NAwz5','q0XmB0u','rhjJrhe','igvUDMLYB25Tzq','DxnLCKLK','Dw5SAw5R','v29tzMK','AxvfCgW','CgfYyw1Z','wNzZBKe','mJbHr2P4ENe','rw52AxjVBM1LBG','DKrmvue','uxjpvfy','wgHLuKm','DgfZA3m','Au9fwxC','svfVrK8','Ec10yxnRlwLK','wLfvzLu','zMLSDgvY','AKzfBhq','DgvTCgXHDgvZ','rM9YyMLKzgvU','Bgf0zq','BgrzD0u','twLZC2LUzYbylq','ywXS','CMvHzezPBgu','Dwn0Aw9UCYbMAq','lM1K','ueXuCxu','CMvHzcb0zw1WBa','EMr2qM8','y0rNCxu','yKXWAfa','l3rLBxbSyxrLCW','vLHJC0C','whDJDKm','B2LsvhO','sw52ywXPzcb0yq','CwTgDLG','ru50uLy','BxrUCKW','yuzRCKS','Aw9UCYb1CgrHDa','DgvZihbLCM1PCW','DhLnweW','qMzVr0K','rNHQD0e','odq3otCXu2HqDhPM','ywrLCG','D3jPDgvgAwXL','Cg5YBeu','DenVBMzPzW','mtbMq1bTqNi','s3vvte8','vgfZAYbOyxmGBG','ruXSwMG','rgH6Cuq','y29KzxjdB25MAq','yM9KEq','zKTRzw4','CNvJDgLVBNm','zwXLDgvKigj5ia','nZC5ndG2EM5mA3Pc','EMj1D3y','DfDdsuS','A3nfB3K','sxrvwgO','lMPZB24','Cgf0y2G','uujUy1q','yxrL','zePQAeG','BgvUz3rO','vgfZAYb1C2vYia','D3jPDguGAw5ZDa','u2vYDMLJzsbUBW','sxnTvfq','vgvTCgXHDguGDq','vfmUBwq','D3jPDguGDgvTCa','DcbTyw5Hz2vTzq','uvbTBNm','y3byAM0','ExvxvfO','BwvUDcb0zw1WBa','zuDpruG','D0HYyMO','uM91DgvY','vgvTCgXHDguGza','zgTcqNi','DNPWEuK','C2vYswq','uNPHsNG','vxnLCIbKB2vZia','tg9Tzey','ndC1otH1qMfnAey','BMCGzw52AxjVBG','zwfKzxi','y29Kzq','DgvTCgXHDgu','BM90igzVDw5K','C3vlAwe','zw52AxjVBM1LBG','vgfZAYbVD25LCG','ANnVBG','sKPgAKy','y1fdCLe','lZPUyw1L','uMvxyxu','CNvJDgLVBNmGzG','t290wgq','AgvHzgvYCW','BMfTzq','Aw5NihrLBxbSyq','zhjJvNe','uhngzva','vgfZAY1jzcbOzq','rNvYBNu','rMTIs3K','zxj2zxiGrxjYBW','CgrHDgvKigj5ia','tM90iezVDw5K','y2Xduue','Dwv4AM4','rKfXwLe','CMvHzcbbr0vova','rvvhwM0','wfDyteu','mZu5mdm2nxnyzvLMua','BYbLBNzPCM9UBq','q1H6q0K','zhPdve4','DgfZA1vZzxi','EenQtva','sw52ywXPzcb0zq','BwfW','Chv0','zgvSzxrLihrLBq','rejyuK0','r2XtrLy','vgvTCgXHDguGjW','zw5KC1DPDgG','uufPwKO','BM1LBNqGAw5ZDa','rfDsvvO','BNqGCM91DguGBG','sNP5rxO','tffVCha','yvPWEeC','EMvK','C2P3qMq','Aw9UCW','DgfZAY10zw1WBa','D2fYBG','CgXHDgu','y3rPB25ZihbLCG','zwqGyNKGDgfZAW','y29UDgvUDa','zxHPC3rZ','qMnUy3O','yvnvugC','Bwv0ywrHDge','s3H1B2q','CxrOthG','DLvnCum','Cg5wAMC','AuXOtve','C2SGsuq','CgfYC2u','tNLztK8','BwTKAxi'];_0x5458=function(){return _0x242d4d;};return _0x5458();}import _0x22e0f5 from'express';function _0x31f5(_0x29cfce,_0x253921){_0x29cfce=_0x29cfce-(0x1*-0x15ee+-0x1e55*0x1+0x35c9);const _0x7a7e96=_0x5458();let _0x408e9f=_0x7a7e96[_0x29cfce];if(_0x31f5['okCzgJ']===undefined){var _0x2780d4=function(_0x517f02){const _0x5142d9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3328d6='',_0x25169b='';for(let _0xf72bc0=-0x1fd9*0x1+-0x1*0x382+0x1af*0x15,_0x1d8c6b,_0x38ab06,_0x3f6a65=0x4cb+-0xde+0xc9*-0x5;_0x38ab06=_0x517f02['charAt'](_0x3f6a65++);~_0x38ab06&&(_0x1d8c6b=_0xf72bc0%(0x29b*0xb+-0x19c+-0x3*0x903)?_0x1d8c6b*(0x156f+0x23dc+-0x1*0x390b)+_0x38ab06:_0x38ab06,_0xf72bc0++%(-0xb0c+-0x2529+0x9a5*0x5))?_0x3328d6+=String['fromCharCode'](-0x29*-0x72+-0x414*-0x8+-0x31e3&_0x1d8c6b>>(-(0x2351*-0x1+0x1727*-0x1+0x1e*0x1f3)*_0xf72bc0&-0x2685+-0x181e+0x3*0x14e3)):-0x3b6+0x1000*-0x2+0x51a*0x7){_0x38ab06=_0x5142d9['indexOf'](_0x38ab06);}for(let _0x5ae604=0x2335*-0x1+0x158+-0x21dd*-0x1,_0x48ed2c=_0x3328d6['length'];_0x5ae604<_0x48ed2c;_0x5ae604++){_0x25169b+='%'+('00'+_0x3328d6['charCodeAt'](_0x5ae604)['toString'](-0x9*-0x184+0x507+0xb*-0x1b1))['slice'](-(-0x1ea5+-0x3c*-0x48+0xdc7));}return decodeURIComponent(_0x25169b);};_0x31f5['zpIgof']=_0x2780d4,_0x31f5['kRLMYf']={},_0x31f5['okCzgJ']=!![];}const _0x201dfa=_0x7a7e96[0x1a31+0xc9*0x1d+-0x30f6],_0x159f64=_0x29cfce+_0x201dfa,_0x50f7b4=_0x31f5['kRLMYf'][_0x159f64];return!_0x50f7b4?(_0x408e9f=_0x31f5['zpIgof'](_0x408e9f),_0x31f5['kRLMYf'][_0x159f64]=_0x408e9f):_0x408e9f=_0x50f7b4,_0x408e9f;}function _0x18399e(_0x206970,_0x22edb8,_0x1cb47e,_0x4018a1){const _0x42952b={_0x560344:0x164};return _0x31f5(_0x4018a1- -_0x42952b._0x560344,_0x206970);}import{promises as _0x4eb6b2}from'fs';import _0x42f208 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{hasPermission}from'../lib/permission-resolver.js';const router=_0x22e0f5[_0x2014f7(0x59d,0x59a,0x57a,0x5fc)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x22ee6b){const _0x34915c={_0x292a8f:0x357,_0x25a0bf:0x372,_0x9764b3:0x306},_0x18554c={_0x1ba01f:0xf6,_0x468204:0x1f};function _0x24bd52(_0x98f96f,_0x2b8997,_0x4bd789,_0x1dfd72){return _0x2014f7(_0x2b8997,_0x2b8997-_0x18554c._0x1ba01f,_0x4bd789-_0x18554c._0x468204,_0x98f96f- -0x287);}tasks=_0x22ee6b[_0x24bd52(0x32a,0x315,0x36b,0x33c)];function _0x178118(_0x377e7d,_0x299e0f,_0x29a9f2,_0x1f284e){return _0x2014f7(_0x29a9f2,_0x299e0f-0x178,_0x29a9f2-0x1e6,_0x377e7d- -0x11e);}setupPath=_0x22ee6b['setupPath'],coderConfig=_0x22ee6b[_0x24bd52(_0x34915c._0x292a8f,_0x34915c._0x25a0bf,_0x34915c._0x9764b3,0x31e)+'g'];}export function updateCoderConfig(_0xdba41b){coderConfig=_0xdba41b;}async function requireTaskAuth(_0x5b47b8,_0x2951ff,_0x2becc6){const _0x53a9a1={_0x5e2113:0x282,_0x1b3093:0x18d,_0xa29eb7:0x467,_0x21e4ef:0x453,_0xda480e:0x316,_0x590a2c:0x21b,_0x35dded:0x2bd,_0x58d27f:0x559,_0x53b75e:0x49c,_0x4f4a76:0x519,_0x5674d2:0x49b,_0x98edbe:0x51d,_0x4ff458:0x522,_0x14aa31:0x4ca,_0x2129c1:0x253,_0x4d1aab:0x1e5,_0x435a0e:0x291,_0xc51f11:0x1e4,_0x227448:0x22e,_0x28296a:0x29d,_0x2a36bb:0x279,_0x2fd39b:0x4e4,_0x184013:0x4f2,_0x3a295e:0x462,_0x397f63:0x3e6,_0x980bc5:0x453,_0x214e7d:0x4c6,_0x1ae0cf:0x4cc,_0x163da1:0x49b,_0x1dbe22:0x4fc,_0x1a58c9:0x1fd,_0x13c396:0x15c,_0x1059a3:0x265,_0x17e3a0:0x28c,_0xd56b06:0x1c4,_0x2816b9:0x2af,_0x3d3324:0x286,_0x4a762c:0x26c,_0x493998:0x2d7,_0x239843:0x20e,_0x504ef8:0x41c,_0x3cc2ed:0x4e7,_0x403c03:0x32f,_0x1fca53:0x51f,_0x44a36f:0x4c4,_0x278f16:0x3c5,_0x3e4704:0x3ea,_0x18237f:0x47d,_0x2b070c:0x41c,_0x5850ab:0x25d,_0x182fcc:0x24d,_0x48940e:0x470,_0x328175:0x2d8,_0xad526c:0x210,_0xdea4e:0x18c,_0xc58a22:0x451,_0x1b16a7:0x32c,_0x22afb9:0x42b,_0xfa6bf8:0x446,_0x20b0c1:0x17b,_0x11f3c7:0x1f1,_0x5003d7:0x1dd,_0x360230:0x206,_0x268ea6:0x269,_0x458243:0x221,_0x4511fa:0x1f3,_0x5bbfe9:0x1df,_0x64398a:0x166,_0x4c76cb:0x462,_0x42f9f6:0x484,_0x4ede53:0x27c,_0x5106c4:0x307,_0x490e75:0x238,_0x5d2a00:0x1ea,_0x1d077c:0x48f,_0x1d42dd:0x40a,_0x44bac4:0x3b1,_0x3d7202:0x550,_0x1de1ed:0x55d,_0x4c4241:0x2de,_0x2ed084:0x2c2,_0x7c4d87:0x203,_0x5878b2:0x255,_0x1d1d73:0x198,_0x2d4223:0x19c,_0x4ce791:0x4e0,_0x57bb62:0x4f8,_0x5deaac:0x496,_0x189a6c:0x270,_0x117d8a:0x21f,_0x44e43e:0x213,_0x53ecb0:0x522,_0x2be442:0x3cf,_0x1de5aa:0x2bc,_0x599a31:0x2bc,_0x3b5c68:0x241,_0x128463:0x288,_0x5d9fb4:0x1cd,_0x1b805c:0x4e4,_0x2c6938:0x4a0,_0x316103:0x46f,_0x120d21:0x268,_0x7611:0x4f1,_0x36ce14:0x55a,_0x2c73ca:0x4ab,_0x357e89:0x2de,_0xb31b3d:0x26a,_0x5dc043:0x4f3,_0x55dc42:0x4a4,_0x28eef4:0x25b,_0x3f8acd:0x217,_0x31bb2e:0x23a,_0x35cfd6:0x22d,_0xd1604:0x27e,_0x118726:0x272,_0x3d380b:0x21b,_0x279623:0x226,_0x4410df:0x1c0,_0x4380c1:0x4d4,_0x352675:0x485,_0x406579:0x40e,_0x4783fe:0x2a1,_0x292140:0x2e0,_0x33da07:0x224,_0x293e4f:0x1d0,_0x983658:0x220,_0xb0249f:0x3eb,_0x1c19bb:0x42d,_0x54e171:0x3ba,_0x5b9461:0x562,_0x3fa00a:0x55e,_0x4dd3fa:0x42d,_0x3c6096:0x495,_0x22da22:0x4b4,_0x944562:0x496,_0x41157d:0x44c,_0x4133f0:0x3db,_0x299d0d:0x1eb,_0x5ef4cc:0x296,_0x51b89f:0x221,_0xec6e6a:0x2e1,_0x3f20fc:0x247,_0x24eebc:0x41c,_0x5c1997:0x499,_0x563a94:0x1da,_0xb1cf73:0x17e,_0x79a796:0x42c,_0x2c7daa:0x460,_0x28974b:0x501,_0x5183d3:0x240,_0x19dcd3:0x248,_0x14599b:0x420,_0x2bc110:0x422,_0x33f94c:0x426,_0x486923:0x4c3,_0x3d82a9:0x29d,_0x501947:0x1f9,_0x170f2b:0x1fa,_0x2b267a:0x475,_0x196d4c:0x482,_0x327823:0x45b,_0x8238d3:0x476,_0x11cebc:0x559,_0x35e685:0x1cd,_0x342e8a:0x2c8,_0x3552f4:0x252,_0x4704e6:0x2a5,_0x5b0f5e:0x2ae,_0x1a26eb:0x26e,_0x5c08f:0x2bf,_0x364086:0x272,_0x53ebcd:0x2a7,_0x1cdea6:0x2a1,_0x50e067:0x317,_0x29593c:0x2d2,_0x51b6b5:0x4b1,_0x415670:0x4f6,_0x238a58:0x4b7,_0x1f1bf3:0x21e,_0x42cede:0x1db,_0x47df92:0x2de,_0x58579d:0x34c,_0x57338b:0x2da,_0x4a2f02:0x2ac,_0x1fab24:0x267,_0x44add5:0x270,_0x2dda1b:0x26d,_0x5174cd:0x233,_0x2e65c1:0x2cd,_0x3fdfac:0x432,_0x6d971e:0x434,_0x495072:0x4b3,_0x7c6266:0x457,_0x427878:0x430,_0x427991:0x543,_0x90a77f:0x4f7,_0x1a27ed:0x477},_0x3ac947={_0x136485:0xc5,_0x51aa06:0x15a},_0x3d2bda={_0x452279:0xa0,_0x1479a4:0x121,_0x5e06b2:0x39d},_0x733e71={'HmtdJ':_0x31560c(0x217,_0x53a9a1._0x5e2113,_0x53a9a1._0x1b3093,0x24c),'gleXq':_0x68da07(_0x53a9a1._0xa29eb7,0x48a,_0x53a9a1._0x21e4ef,0x3dd)+'t\x20manageme'+_0x31560c(0x299,_0x53a9a1._0xda480e,_0x53a9a1._0x590a2c,_0x53a9a1._0x35dded)+_0x68da07(_0x53a9a1._0x58d27f,_0x53a9a1._0x53b75e,_0x53a9a1._0x4f4a76,0x4f4)+'ized','kLRmI':_0x68da07(_0x53a9a1._0x5674d2,_0x53a9a1._0x98edbe,_0x53a9a1._0x4ff458,_0x53a9a1._0x14aa31)+'erver\x20Erro'+'r','weckA':_0x31560c(_0x53a9a1._0x2129c1,0x20d,_0x53a9a1._0x4d1aab,_0x53a9a1._0x435a0e)+_0x31560c(_0x53a9a1._0xc51f11,0x1b2,0x264,_0x53a9a1._0x227448)+_0x31560c(_0x53a9a1._0x28296a,0x2c1,0x243,_0x53a9a1._0x2a36bb),'dkBBr':function(_0x3eeabb,_0x242464){return _0x3eeabb===_0x242464;},'PpZVR':_0x68da07(0x537,_0x53a9a1._0x2fd39b,0x525,_0x53a9a1._0x184013),'tWCIK':_0x68da07(_0x53a9a1._0x3a295e,_0x53a9a1._0x397f63,_0x53a9a1._0x980bc5,0x412)+_0x68da07(_0x53a9a1._0x214e7d,_0x53a9a1._0x1ae0cf,_0x53a9a1._0x163da1,_0x53a9a1._0x1dbe22)+_0x31560c(0x1e3,0x1aa,_0x53a9a1._0x1a58c9,0x1b3)+'\x20with\x20unkn'+_0x31560c(0x1d8,_0x53a9a1._0x13c396,_0x53a9a1._0x1059a3,0x161)+'D','kzRUd':_0x31560c(0x22d,0x22c,_0x53a9a1._0x17e3a0,_0x53a9a1._0xd56b06)+_0x31560c(_0x53a9a1._0x2816b9,0x239,0x318,_0x53a9a1._0x3d3324),'uexjn':'QQYNZ','PLTqu':'Task\x20has\x20n'+_0x31560c(0x289,_0x53a9a1._0x4a762c,_0x53a9a1._0x493998,_0x53a9a1._0x239843)+'ent','MBqQZ':_0x68da07(_0x53a9a1._0x504ef8,0x4f0,0x481,_0x53a9a1._0x3cc2ed)+_0x31560c(0x2bd,0x30e,_0x53a9a1._0x403c03,0x279)+_0x68da07(0x4df,0x510,_0x53a9a1._0x1fca53,_0x53a9a1._0x44a36f)+_0x68da07(_0x53a9a1._0x278f16,0x3ef,0x42b,0x3ef),'EuTBn':function(_0x2dd96d,_0x1c0285){return _0x2dd96d(_0x1c0285);},'QAiZJ':function(_0x36dd95,_0x11febd){return _0x36dd95!==_0x11febd;},'DwJpV':_0x68da07(_0x53a9a1._0x3e4704,_0x53a9a1._0x18237f,_0x53a9a1._0x2b070c,0x430),'DhzqD':_0x31560c(0x251,0x29e,_0x53a9a1._0x5850ab,_0x53a9a1._0x182fcc)+_0x68da07(_0x53a9a1._0x48940e,0x4fb,0x4af,0x527),'suKia':_0x31560c(0x2d1,_0x53a9a1._0x328175,0x2f9,0x346)+'ed','oEPcb':_0x31560c(_0x53a9a1._0xad526c,0x264,_0x53a9a1._0xdea4e,0x232)+_0x68da07(0x49a,0x4bf,0x441,_0x53a9a1._0xc58a22)+'d','KdAjU':_0x68da07(0x4d9,0x462,_0x53a9a1._0x44a36f,0x4df)};function _0x31560c(_0x260a7d,_0x86ca38,_0x6f8906,_0x9e6b0e){return _0x2014f7(_0x9e6b0e,_0x86ca38-_0x3d2bda._0x452279,_0x6f8906-_0x3d2bda._0x1479a4,_0x260a7d- -_0x3d2bda._0x5e06b2);}const _0xaf5e95=_0x5b47b8[_0x31560c(0x277,0x303,0x21a,0x2af)][_0x733e71['HmtdJ']];if(!_0xaf5e95){logger[_0x31560c(0x2a1,0x2a5,0x2a0,_0x53a9a1._0x1b16a7)](_0x68da07(_0x53a9a1._0x22afb9,0x408,_0x53a9a1._0x980bc5,_0x53a9a1._0xfa6bf8)+'t\x20manageme'+_0x31560c(0x1e3,0x1c5,_0x53a9a1._0x20b0c1,0x20f)+'\x20missing\x20X'+_0x31560c(_0x53a9a1._0x11f3c7,_0x53a9a1._0x5003d7,0x1ce,_0x53a9a1._0x360230)+_0x31560c(_0x53a9a1._0x268ea6,0x293,_0x53a9a1._0x458243,_0x53a9a1._0x4511fa));const _0x2354c1={};return _0x2354c1[_0x31560c(_0x53a9a1._0x5bbfe9,_0x53a9a1._0x64398a,0x1c8,0x258)]='Unauthoriz'+'ed',_0x2354c1['message']=_0x68da07(0x485,0x46e,_0x53a9a1._0x4c76cb,_0x53a9a1._0x42f9f6)+_0x31560c(_0x53a9a1._0x4ede53,0x2a0,0x225,_0x53a9a1._0x5106c4)+_0x31560c(_0x53a9a1._0x490e75,_0x53a9a1._0x5d2a00,0x1bf,_0x53a9a1._0x17e3a0),_0x2951ff[_0x68da07(0x512,_0x53a9a1._0x1d077c,0x4f8,0x4b2)](0x193b+-0xd86+-0xa24)['json'](_0x2354c1);}if(!tasks){logger['error'](_0x733e71['gleXq']);const _0x2aaf20={};return _0x2aaf20[_0x68da07(0x3c8,_0x53a9a1._0x1d42dd,0x422,_0x53a9a1._0x44bac4)]=_0x733e71[_0x68da07(_0x53a9a1._0x3d7202,0x492,0x50a,_0x53a9a1._0x1de1ed)],_0x2aaf20[_0x31560c(_0x53a9a1._0x4c4241,0x287,_0x53a9a1._0x2ed084,0x262)]=_0x733e71[_0x31560c(_0x53a9a1._0x7c4d87,_0x53a9a1._0x5878b2,_0x53a9a1._0x1d1d73,_0x53a9a1._0x2d4223)],_0x2951ff[_0x68da07(_0x53a9a1._0x4ce791,0x56f,_0x53a9a1._0x57bb62,_0x53a9a1._0x5deaac)](-0x1*0xc41+-0x1*0x9ca+-0x1*-0x17ff)[_0x31560c(_0x53a9a1._0x189a6c,0x2e5,_0x53a9a1._0x117d8a,_0x53a9a1._0x44e43e)](_0x2aaf20);}const _0x34b09c=tasks['get'](_0xaf5e95);if(!_0x34b09c){if(_0x733e71[_0x68da07(_0x53a9a1._0x53ecb0,0x4eb,0x4a4,0x4c6)]('uSpQj',_0x733e71[_0x31560c(0x2c9,0x2bf,0x353,0x326)]))_0x2ea1d8=_0x13ef8a[_0x68da07(_0x53a9a1._0x2be442,0x3e4,0x457,0x42a)],_0x1bb1e7=_0x5d50f1[_0x31560c(_0x53a9a1._0x1de5aa,0x259,0x2ed,_0x53a9a1._0x599a31)],_0x4fe85b=_0x52abac[_0x31560c(_0x53a9a1._0x3b5c68,_0x53a9a1._0x128463,_0x53a9a1._0x5d9fb4,0x299)+'g'];else{const _0x575110={};_0x575110['taskId']=_0xaf5e95,logger[_0x68da07(0x53a,0x54e,_0x53a9a1._0x1b805c,_0x53a9a1._0x2c6938)](_0x733e71[_0x68da07(0x486,_0x53a9a1._0x316103,0x48b,0x4c4)],_0x575110);const _0x51a809={};return _0x51a809[_0x31560c(0x1df,_0x53a9a1._0x120d21,0x161,0x1fc)]=_0x68da07(_0x53a9a1._0x7611,_0x53a9a1._0x36ce14,0x514,_0x53a9a1._0x2c73ca)+'ed',_0x51a809[_0x31560c(_0x53a9a1._0x357e89,0x279,_0x53a9a1._0xb31b3d,0x2a0)]=_0x733e71['kzRUd'],_0x2951ff['status'](-0x2259+0x4ef*0x3+0x151d)['json'](_0x51a809);}}if(!_0x34b09c['environmen'+'t']){if(_0x733e71[_0x68da07(0x465,_0x53a9a1._0x5dc043,_0x53a9a1._0x55dc42,0x4af)](_0x31560c(_0x53a9a1._0x28eef4,_0x53a9a1._0x3f8acd,0x27e,_0x53a9a1._0x31bb2e),_0x733e71[_0x31560c(0x283,_0x53a9a1._0x35cfd6,_0x53a9a1._0xd1604,_0x53a9a1._0x118726)])){const _0x4aad98={};_0x4aad98[_0x31560c(_0x53a9a1._0x3d380b,0x1ee,_0x53a9a1._0x279623,_0x53a9a1._0x4410df)]=[],_0x4aad98[_0x68da07(_0x53a9a1._0x4380c1,_0x53a9a1._0x352675,0x4b1,_0x53a9a1._0x4f4a76)+'t']=_0x23a5f2,_0x1c7de9['json'](_0x4aad98);}else{const _0x491239={};_0x491239[_0x68da07(0x3d1,0x42c,_0x53a9a1._0x406579,0x440)]=_0xaf5e95,logger[_0x31560c(_0x53a9a1._0x4783fe,0x2f1,0x2a9,_0x53a9a1._0x292140)](_0x733e71[_0x31560c(_0x53a9a1._0x33da07,0x2a2,_0x53a9a1._0x293e4f,_0x53a9a1._0x983658)],_0x491239);const _0x5bca44={};return _0x5bca44[_0x68da07(_0x53a9a1._0xb0249f,_0x53a9a1._0x1c19bb,0x422,_0x53a9a1._0x54e171)]='Bad\x20Reques'+'t',_0x5bca44['message']=_0x733e71['MBqQZ'],_0x2951ff[_0x68da07(_0x53a9a1._0x5b9461,0x50a,0x4f8,_0x53a9a1._0x3fa00a)](-0x5*-0x24f+-0x1*-0x632+-0x102d*0x1)['json'](_0x5bca44);}}const _0x4973c5=_0x34b09c[_0x68da07(0x3c3,0x487,_0x53a9a1._0x4dd3fa,_0x53a9a1._0x3c6096)]?.[_0x68da07(_0x53a9a1._0x22da22,_0x53a9a1._0x944562,_0x53a9a1._0x41157d,_0x53a9a1._0x4133f0)],_0x139e88=await _0x733e71[_0x31560c(0x1cc,0x237,_0x53a9a1._0x299d0d,0x164)](findUserById,_0x4973c5);if(!_0x139e88){if(_0x733e71[_0x31560c(_0x53a9a1._0x5ef4cc,_0x53a9a1._0x51b89f,_0x53a9a1._0xec6e6a,_0x53a9a1._0x3f20fc)](_0x68da07(0x436,0x3aa,_0x53a9a1._0x24eebc,_0x53a9a1._0x5c1997),_0x733e71[_0x31560c(_0x53a9a1._0x563a94,0x19e,_0x53a9a1._0xb1cf73,_0x53a9a1._0xd56b06)]))_0x559194=_0x48f1ec;else{const _0x3a1a51={};_0x3a1a51[_0x68da07(0x441,_0x53a9a1._0x79a796,0x40e,_0x53a9a1._0x2c7daa)]=_0xaf5e95,_0x3a1a51['userId']=_0x4973c5,logger[_0x68da07(0x4fd,0x4ad,0x4e4,_0x53a9a1._0x28974b)](_0x733e71[_0x31560c(_0x53a9a1._0x5183d3,0x218,0x2bf,_0x53a9a1._0x19dcd3)],_0x3a1a51);const _0xe3db4a={};return _0xe3db4a[_0x68da07(0x3ff,_0x53a9a1._0x14599b,_0x53a9a1._0x2bc110,_0x53a9a1._0x33f94c)]=_0x733e71[_0x68da07(_0x53a9a1._0x28974b,_0x53a9a1._0x486923,0x4b0,0x539)],_0xe3db4a[_0x31560c(_0x53a9a1._0x4c4241,0x31e,0x28a,0x28b)]=_0x31560c(0x26f,0x24f,0x29d,_0x53a9a1._0x3d82a9)+_0x31560c(_0x53a9a1._0x501947,0x174,_0x53a9a1._0x3d380b,_0x53a9a1._0x170f2b),_0x2951ff[_0x68da07(_0x53a9a1._0x2b267a,_0x53a9a1._0x196d4c,0x4f8,0x529)](-0x1b66+-0x3fe+0x20f5)[_0x68da07(_0x53a9a1._0x327823,0x4ad,0x4b3,_0x53a9a1._0x8238d3)](_0xe3db4a);}}_0x5b47b8['callingTas'+'k']=_0x34b09c,_0x5b47b8[_0x68da07(0x4cf,0x535,0x4cf,_0x53a9a1._0x11cebc)]=_0x139e88,_0x5b47b8['environmen'+_0x31560c(_0x53a9a1._0x35e685,0x1d7,0x215,0x251)]=_0x34b09c[_0x31560c(0x26e,0x27e,0x273,0x2e3)+'t'];function _0x68da07(_0x5eaf15,_0x4e2677,_0x3fc5a9,_0x56af51){return _0x2014f7(_0x56af51,_0x4e2677-_0x3ac947._0x136485,_0x3fc5a9-0x14,_0x3fc5a9- -_0x3ac947._0x51aa06);}if(!coderConfig?.['environmen'+'ts']?.[_0x34b09c[_0x31560c(0x26e,_0x53a9a1._0x342e8a,_0x53a9a1._0x3552f4,0x2a3)+'t']]){const _0x410fc1={};_0x410fc1['taskId']=_0xaf5e95,_0x410fc1[_0x31560c(0x26e,_0x53a9a1._0x4704e6,_0x53a9a1._0x5b0f5e,0x21a)+'t']=_0x34b09c[_0x31560c(_0x53a9a1._0x1a26eb,_0x53a9a1._0x5c08f,_0x53a9a1._0x364086,_0x53a9a1._0x53ebcd)+'t'],logger[_0x31560c(_0x53a9a1._0x1cdea6,_0x53a9a1._0x2a36bb,_0x53a9a1._0x50e067,_0x53a9a1._0x29593c)](_0x733e71[_0x68da07(_0x53a9a1._0x51b6b5,0x57a,_0x53a9a1._0x415670,_0x53a9a1._0x238a58)],_0x410fc1);const _0x53542d={};return _0x53542d[_0x31560c(0x1df,0x1ab,_0x53a9a1._0x1f1bf3,_0x53a9a1._0x42cede)]=_0x733e71['KdAjU'],_0x53542d[_0x31560c(_0x53a9a1._0x47df92,_0x53a9a1._0x58579d,_0x53a9a1._0x57338b,_0x53a9a1._0x4a2f02)]=_0x733e71[_0x31560c(0x2b3,_0x53a9a1._0x1fab24,0x32a,0x27c)],_0x2951ff['status'](0x1*0x166b+0x18d9+-0x2db0)[_0x31560c(_0x53a9a1._0x44add5,_0x53a9a1._0x2dda1b,_0x53a9a1._0x5174cd,_0x53a9a1._0x2e65c1)](_0x53542d);}_0x5b47b8[_0x68da07(0x4d6,0x46b,0x4b1,0x497)+_0x68da07(0x4e9,0x500,0x47e,_0x53a9a1._0x3fdfac)]=coderConfig[_0x31560c(0x26e,0x22c,0x24c,_0x53a9a1._0x3b5c68)+'ts'][_0x34b09c[_0x68da07(0x437,_0x53a9a1._0x6d971e,_0x53a9a1._0x51b6b5,_0x53a9a1._0x495072)+'t']],_0x5b47b8[_0x68da07(_0x53a9a1._0x7c6266,_0x53a9a1._0x5c1997,_0x53a9a1._0x51b6b5,_0x53a9a1._0x427878)+'tPath']=_0x42f208[_0x68da07(_0x53a9a1._0x427991,0x48c,_0x53a9a1._0x90a77f,_0x53a9a1._0x1a27ed)](setupPath,'environmen'+'ts',_0x34b09c['environmen'+'t']),_0x2becc6();}async function requireInstructionsPermission(_0x33cd6e,_0x50362b,_0x17be51){const _0x234d22={_0x3b9248:0x14b,_0xad4da8:0x102,_0x24bd3b:0x1b2,_0x260f04:0x1f0,_0x414c1d:0x2ff,_0x56a717:0x19a,_0x4a3f5e:0x132,_0x116732:0x21f,_0x2ce501:0x2c2,_0x27ef09:0x2e0,_0x5b5aa7:0x2e9,_0x51e6e1:0x248,_0x5d1741:0x2c4,_0xb3d4bd:0x263,_0x1ed778:0x150,_0x3e0b49:0xd5,_0xded7b2:0xe0,_0xb63443:0x15,_0x7af229:0x46,_0x1bf2f3:0x1b,_0x3157ea:0x2,_0x4f0bba:0x98,_0x561cdd:0x2fc,_0x177947:0x28f,_0x27ec43:0x316,_0x4b457e:0x2df,_0x372c31:0x2bf,_0xc01d74:0x1f2,_0x1c9857:0x2c3,_0x111dd6:0x31c,_0x44079c:0x28f,_0x239f84:0x1ee,_0x222413:0x202,_0x2c6f20:0x4b,_0x91a9a9:0x27,_0x43fa2d:0x25f,_0x591605:0x1a0,_0x12910d:0x1ec,_0xce8bc4:0xf0,_0x4e635e:0x79,_0x1abf75:0x5,_0xfc7c4:0xd2,_0xa62562:0xf7,_0x7baee1:0x23f,_0x34cc90:0x2b5,_0x2d5741:0x2b0,_0x126e55:0x24b,_0x5d3422:0x14e,_0x28561d:0x10c,_0x75281a:0x176,_0x34805c:0x11d,_0x115c3f:0x23e,_0x3a1af1:0x16d,_0x256079:0x117,_0x3fbc5b:0x139,_0x3ef5ef:0x182},_0x584416={_0x73c5aa:0x1e5,_0x54b00d:0x179},_0x522724={_0x2997db:0x1ef};function _0x17c3e1(_0x3676cc,_0x4f1a51,_0xdd5cd9,_0x556bf0){return _0x2014f7(_0x4f1a51,_0x4f1a51-_0x522724._0x2997db,_0xdd5cd9-0xcb,_0xdd5cd9- -0x37c);}const _0x55aec1={'UMPSa':function(_0x53e13c,_0xded9e5,_0x2d4d56,_0x4f8a10){return _0x53e13c(_0xded9e5,_0x2d4d56,_0x4f8a10);},'cpXjm':_0x3dfd43(0xd4,0xde,_0x234d22._0x3b9248,_0x234d22._0xad4da8)+_0x17c3e1(_0x234d22._0x24bd3b,_0x234d22._0x260f04,0x213,0x1d6)+_0x17c3e1(0x33e,0x354,0x2e4,_0x234d22._0x414c1d),'ksEoy':_0x3dfd43(_0x234d22._0x56a717,_0x234d22._0x4a3f5e,0x149,0x11d)+_0x17c3e1(0x1de,_0x234d22._0x116732,0x229,0x2a1)+_0x17c3e1(_0x234d22._0x2ce501,0x293,_0x234d22._0x27ef09,_0x234d22._0x5b5aa7)+_0x17c3e1(_0x234d22._0x51e6e1,0x29d,_0x234d22._0x5d1741,_0x234d22._0xb3d4bd)+'mission','grvVO':_0x3dfd43(_0x234d22._0x1ed778,_0x234d22._0x3e0b49,0x52,_0x234d22._0xded7b2)+_0x3dfd43(_0x234d22._0xb63443,_0x234d22._0x7af229,0xb4,_0x234d22._0x1bf2f3)+_0x3dfd43(-_0x234d22._0x3157ea,0x5d,0x72,_0x234d22._0x4f0bba)+'to\x20update\x20'+_0x17c3e1(_0x234d22._0x561cdd,0x2dd,_0x234d22._0x177947,_0x234d22._0x27ec43)+'t\x20instruct'+_0x17c3e1(_0x234d22._0x4b457e,0x235,0x2c0,0x2ba),'Bcncz':function(_0x593a80){return _0x593a80();}};if(!await _0x55aec1['UMPSa'](hasPermission,_0x33cd6e[_0x17c3e1(_0x234d22._0x372c31,0x288,0x2ad,0x285)]['id'],_0x55aec1[_0x17c3e1(0x280,0x2a8,0x27b,_0x234d22._0xc01d74)],_0x33cd6e[_0x17c3e1(_0x234d22._0x1c9857,_0x234d22._0x111dd6,_0x234d22._0x44079c,0x214)+_0x17c3e1(0x20b,0x1cf,_0x234d22._0x239f84,_0x234d22._0x222413)])){const _0x22dc27={};_0x22dc27['taskId']=_0x33cd6e[_0x3dfd43(-_0x234d22._0x2c6f20,0x40,-_0x234d22._0x91a9a9,-0x30)+'k'][_0x17c3e1(_0x234d22._0x43fa2d,_0x234d22._0x591605,_0x234d22._0x12910d,0x1ff)],_0x22dc27[_0x3dfd43(_0x234d22._0xce8bc4,_0x234d22._0x4e635e,_0x234d22._0x1abf75,_0x234d22._0xfc7c4)]=_0x33cd6e[_0x17c3e1(0x2f3,0x320,0x2ad,0x338)]['id'],_0x22dc27['username']=_0x33cd6e['taskUser'][_0x3dfd43(0x112,0x126,0x165,_0x234d22._0xa62562)],logger[_0x17c3e1(0x2ae,_0x234d22._0x7baee1,0x2c2,_0x234d22._0x34cc90)](_0x55aec1[_0x17c3e1(_0x234d22._0x2d5741,0x2ab,0x26a,_0x234d22._0x126e55)],_0x22dc27);const _0x43c38c={};return _0x43c38c['error']='Forbidden',_0x43c38c[_0x3dfd43(0xeb,_0x234d22._0x5d3422,_0x234d22._0x28561d,_0x234d22._0x75281a)]=_0x55aec1['grvVO'],_0x50362b[_0x3dfd43(0x179,0x125,_0x234d22._0x34805c,0x1ab)](-0x26d5+0x1*0x142f+0xa7*0x1f)[_0x17c3e1(0x31d,_0x234d22._0x115c3f,0x291,0x29e)](_0x43c38c);}function _0x3dfd43(_0x29db9e,_0x440dee,_0x40cef1,_0xff06de){return _0x2014f7(_0x40cef1,_0x440dee-_0x584416._0x73c5aa,_0x40cef1-_0x584416._0x54b00d,_0x440dee- -0x52d);}_0x55aec1[_0x3dfd43(_0x234d22._0x3a1af1,_0x234d22._0x256079,_0x234d22._0x3fbc5b,_0x234d22._0x3ef5ef)](_0x17be51);}async function requireTemplatesPermission(_0x29575f,_0x138f2f,_0x58ba2a){const _0x509d3b={_0x14b542:0x382,_0x3dae1d:0x385,_0x5bdd69:0x3ea,_0x42729d:0x4c1,_0x170ef:0x42d,_0x3aa2c6:0x445,_0x176dbe:0x334,_0x57d4f8:0x379,_0x4d352b:0x457,_0x213c9e:0x3da,_0x28bea9:0x44d,_0xd07ec6:0x46e,_0x1f9d01:0x2a3,_0x165c9d:0x349,_0x136232:0x4c0,_0x57af29:0x493,_0x389c45:0x3e3,_0xc83f9b:0x44e,_0x2723df:0x47b,_0x49d6b7:0x3f6,_0x571577:0x43d,_0x4a0337:0x277,_0x546110:0x48a,_0x3e77b0:0x3a0,_0xfe15b4:0x425,_0x22ecee:0x396,_0x4d0819:0x3c5,_0x5cc50e:0x567,_0x12c916:0x460,_0x16fdcd:0x42f,_0x29cb18:0x43f,_0xabcf2b:0x482,_0x592095:0x477,_0x15b9af:0x3f2,_0x116e11:0x44c,_0x1e0cfe:0x44e,_0x75f595:0x3c9,_0x2e7db0:0x438,_0x23f347:0x342,_0x766263:0x329,_0x133186:0x497},_0x13c0b1={_0x4b13ad:0x1ee};function _0x14823a(_0x15fc54,_0x3802af,_0x472189,_0x13e6f0){return _0x2014f7(_0x13e6f0,_0x3802af-0x1bf,_0x472189-0xd4,_0x15fc54- -0x11c);}const _0x46ba34={'QrOTV':function(_0x86f8e5,_0x59ee03,_0x3700e4,_0x5e870f){return _0x86f8e5(_0x59ee03,_0x3700e4,_0x5e870f);},'YgIsy':_0x19321d(0x302,_0x509d3b._0x14b542,_0x509d3b._0x3dae1d,_0x509d3b._0x5bdd69)+'ts:templat'+'es','qBVvw':_0x14823a(0x543,0x593,0x580,0x50c)+_0x14823a(0x489,_0x509d3b._0x42729d,0x4f8,0x4c2)+'nts:templa'+_0x14823a(0x4b4,_0x509d3b._0x170ef,0x53c,_0x509d3b._0x3aa2c6)+'sion','iZzTd':'Forbidden','jkcEa':_0x19321d(_0x509d3b._0x176dbe,_0x509d3b._0x57d4f8,0x371,0x35c)+_0x14823a(_0x509d3b._0x4d352b,_0x509d3b._0x213c9e,_0x509d3b._0x28bea9,_0x509d3b._0xd07ec6)+_0x19321d(0x341,0x301,0x27a,_0x509d3b._0x1f9d01)+'to\x20update\x20'+_0x19321d(_0x509d3b._0x165c9d,0x382,0x328,0x355)+_0x14823a(0x454,_0x509d3b._0x136232,0x435,0x404)+'s','DWRUZ':function(_0x415878){return _0x415878();}};if(!await _0x46ba34[_0x14823a(_0x509d3b._0x57af29,0x438,0x518,0x47a)](hasPermission,_0x29575f['taskUser']['id'],_0x46ba34['YgIsy'],_0x29575f[_0x19321d(_0x509d3b._0x389c45,_0x509d3b._0x14b542,0x365,0x367)+_0x14823a(_0x509d3b._0xc83f9b,_0x509d3b._0x2723df,_0x509d3b._0x49d6b7,_0x509d3b._0x571577)])){const _0x529be6={};_0x529be6['taskId']=_0x29575f['callingTas'+'k'][_0x19321d(_0x509d3b._0x4a0337,0x2df,0x26c,0x291)],_0x529be6[_0x14823a(_0x509d3b._0x546110,0x47d,0x517,0x4a1)]=_0x29575f[_0x19321d(0x32f,_0x509d3b._0x3e77b0,_0x509d3b._0xfe15b4,_0x509d3b._0x22ecee)]['id'],_0x529be6['username']=_0x29575f[_0x19321d(0x3ea,_0x509d3b._0x3e77b0,0x3d0,_0x509d3b._0x4d0819)]['username'],logger['warn'](_0x46ba34[_0x14823a(0x565,0x4dc,0x563,_0x509d3b._0x5cc50e)],_0x529be6);const _0x18bd90={};return _0x18bd90[_0x14823a(_0x509d3b._0x12c916,_0x509d3b._0x16fdcd,0x3ff,_0x509d3b._0x29cb18)]=_0x46ba34[_0x14823a(_0x509d3b._0xabcf2b,_0x509d3b._0x592095,0x4a7,0x43d)],_0x18bd90[_0x19321d(0x388,_0x509d3b._0x15b9af,_0x509d3b._0x116e11,_0x509d3b._0x1e0cfe)]=_0x46ba34['jkcEa'],_0x138f2f[_0x19321d(0x354,_0x509d3b._0x75f595,_0x509d3b._0x2e7db0,0x3c7)](0xf30+0xa7f+-0x607*0x4)[_0x19321d(_0x509d3b._0x23f347,0x384,_0x509d3b._0x766263,0x3d2)](_0x18bd90);}function _0x19321d(_0x53f15b,_0x506682,_0x52de3f,_0x3f30bd){return _0x2014f7(_0x3f30bd,_0x506682-_0x13c0b1._0x4b13ad,_0x52de3f-0x192,_0x506682- -0x289);}_0x46ba34[_0x14823a(0x519,_0x509d3b._0x133186,0x4ee,0x592)](_0x58ba2a);}router[_0x18399e(0x69,0x12,0x5b,0x3e)](_0x2014f7(0x5fa,0x61e,0x620,0x597)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5d4aa1,_0x7cb2c2)=>{const _0x1b0aef={_0x29e5cc:0x147,_0x29270c:0x1a0,_0x5478bd:0x4d,_0x5e2415:0x63,_0x1674e5:0x12,_0x2175e8:0x5f,_0x2b6278:0xd,_0x2c5d09:0x67,_0x1d95dc:0xf8,_0xc19ac9:0x10d,_0x302218:0x119,_0x54ceef:0x115,_0x537baf:0x106,_0x309551:0x73,_0x2f5163:0x38,_0x205c4e:0x3b,_0x4c9d53:0x93,_0x65e974:0xb8,_0x386615:0x22,_0x429266:0x7c,_0x2a3fb9:0x7d,_0x57e0c2:0x36,_0x40d29f:0xb1,_0x20c139:0xcf,_0x2db970:0x82,_0x148b97:0xde,_0x318b00:0xda,_0x29432a:0xa5,_0x417e70:0x126,_0x17f299:0x43,_0x8bff9:0x27,_0x3d7350:0x1df,_0x16675d:0x9c,_0x470c62:0x5b,_0x5526df:0x14e,_0x16fe9d:0xd3,_0x5e469b:0x83,_0x22e46c:0x7d,_0x1b87a1:0x3b,_0x2ac7c8:0x46,_0x4d8e31:0x9e,_0x39ea32:0x74,_0x17305f:0x141,_0x47c53f:0x1aa,_0x2b194f:0x48,_0x5cccf8:0x3,_0x3280ae:0x1c,_0x5677bb:0x208,_0x15e0d5:0x13e,_0x52d687:0x16f,_0x52878c:0x1b0,_0x1f4b04:0x146,_0xa94865:0x182,_0x354616:0x1e6,_0x59185a:0x2f,_0x1e70c4:0x5e,_0x5821f5:0x20,_0x386da3:0x1f,_0x20cdd1:0x2c,_0x392f37:0x9d,_0x4dcf37:0xc3,_0x434af3:0xd0,_0x476895:0x53,_0xef24cb:0x59,_0x164af5:0x1e3,_0x1baa3d:0x21a,_0x3fa302:0xd,_0x240247:0x21,_0x2d1e41:0x23,_0x345bac:0x178,_0x486800:0x113,_0x6e2d77:0xfa,_0x21e237:0x1f3,_0x14e4ee:0x216,_0x5eae94:0x15d,_0x1551f9:0x13b,_0x572828:0xde,_0x19fadd:0x69,_0x27e56c:0xa2,_0x2d940b:0xdf,_0x4783e6:0x1ae,_0x222ee5:0x143,_0x9d43e9:0x17d,_0x195db2:0x1b5,_0xa8d158:0x118,_0x575214:0x68,_0x38115f:0xb6,_0x1c163f:0x154,_0x129f9a:0x134,_0x40d7ea:0x1b1,_0x323626:0x1d2,_0x35818e:0x1d9,_0x4e8e93:0x167,_0x3fe768:0x12e,_0x5f3493:0x9e,_0x526462:0x188,_0x40ebc8:0x1b9,_0x21afef:0xec,_0x34fe1e:0x13e,_0x8a2605:0x10b,_0xc485cd:0x10a,_0x1a93a8:0xcc,_0xd44e6d:0x207,_0x5c5b87:0xcb,_0x5f57ef:0x11d,_0x30fd74:0x70,_0xdf0e2d:0x4,_0x17bd26:0x188,_0x571553:0x1af,_0x4330af:0xcd,_0x380290:0xeb,_0x3eadda:0xff,_0x1a6db5:0x16f,_0x4dbd5a:0x90,_0x56d041:0x14d,_0x4172e7:0xc7,_0x32238d:0xf3,_0x1c9c8c:0xea,_0x5210f4:0x16d,_0x1fc84b:0xf9},_0x2dc4fd={_0x1531dd:0x1e7},_0x58dd6c={};_0x58dd6c[_0xcba510(_0x1b0aef._0x29e5cc,0x182,_0x1b0aef._0x29270c,0x13c)]=function(_0x243b4a,_0x5462a5){return _0x243b4a===_0x5462a5;};function _0xcba510(_0x18001d,_0x3bfd38,_0x27cedd,_0x4a1a0d){return _0x2014f7(_0x27cedd,_0x3bfd38-0x9c,_0x27cedd-0x191,_0x18001d- -0x4ca);}_0x58dd6c[_0x10fc8b(_0x1b0aef._0x5478bd,-0x28,_0x1b0aef._0x5e2415,-_0x1b0aef._0x1674e5)]='ENOENT',_0x58dd6c[_0x10fc8b(-0x70,-_0x1b0aef._0x2175e8,-_0x1b0aef._0x2b6278,-0x4c)]=_0x10fc8b(-0x7d,0x24,-0x4a,-_0x1b0aef._0x2c5d09)+_0xcba510(_0x1b0aef._0x1d95dc,0x13d,_0x1b0aef._0xc19ac9,0xd6)+_0xcba510(0x121,0x195,0x12f,_0x1b0aef._0x302218),_0x58dd6c[_0xcba510(0x18a,_0x1b0aef._0x54ceef,0x202,_0x1b0aef._0x537baf)]='Internal\x20S'+_0x10fc8b(0x62,_0x1b0aef._0x309551,_0x1b0aef._0x2f5163,-_0x1b0aef._0x205c4e)+'r',_0x58dd6c['LZzaR']=_0x10fc8b(0x58,0xae,_0x1b0aef._0x4c9d53,_0x1b0aef._0x65e974);function _0x10fc8b(_0x5d5c46,_0x115112,_0x3812f5,_0x2de4cd){return _0x2014f7(_0x2de4cd,_0x115112-0x166,_0x3812f5-_0x2dc4fd._0x1531dd,_0x3812f5- -0x5e4);}_0x58dd6c[_0x10fc8b(-_0x1b0aef._0x386615,-_0x1b0aef._0x429266,-_0x1b0aef._0x2a3fb9,-0x47)]=_0xcba510(0xb4,_0x1b0aef._0x57e0c2,0xb0,0xcf),_0x58dd6c[_0xcba510(_0x1b0aef._0x40d29f,_0x1b0aef._0x20c139,0xb3,_0x1b0aef._0x2db970)]=_0xcba510(_0x1b0aef._0x148b97,0x91,_0x1b0aef._0x318b00,0x13d),_0x58dd6c[_0xcba510(_0x1b0aef._0x29432a,_0x1b0aef._0x417e70,0x113,0xec)]=_0x10fc8b(-0x29,-0x74,-_0x1b0aef._0x17f299,-_0x1b0aef._0x8bff9),_0x58dd6c[_0xcba510(0x19b,_0x1b0aef._0x3d7350,0x11d,0x192)]=_0x10fc8b(-_0x1b0aef._0x16675d,0x12,-0x4a,-_0x1b0aef._0x470c62)+_0xcba510(0x158,_0x1b0aef._0x5526df,0xf0,0x1ce)+'S.md',_0x58dd6c['Ynroz']='Failed\x20to\x20'+_0xcba510(_0x1b0aef._0x16fe9d,_0x1b0aef._0x5e469b,0xa9,_0x1b0aef._0x22e46c)+_0x10fc8b(_0x1b0aef._0x1b87a1,-0x71,-0x25,_0x1b0aef._0x2ac7c8)+'le';const _0x4f1504=_0x58dd6c,{callingTask:_0x19f6db,environmentName:_0x4039d4,environmentPath:_0x1895a9}=_0x5d4aa1,_0x2865bb={};_0x2865bb['taskId']=_0x19f6db[_0xcba510(_0x1b0aef._0x4d8e31,0xb2,0x72,_0x1b0aef._0x39ea32)],_0x2865bb[_0xcba510(_0x1b0aef._0x17305f,0x1ad,_0x1b0aef._0x47c53f,0x1ac)+'t']=_0x4039d4,logger['info'](_0x10fc8b(0x95,0xce,0x8c,0xd1)+'ing\x20enviro'+_0xcba510(0x16a,0x193,0x1e3,0x14b)+_0x10fc8b(-0x36,-_0x1b0aef._0x2b194f,-_0x1b0aef._0x5cccf8,_0x1b0aef._0x3280ae),_0x2865bb);const _0x28939d=_0x42f208[_0xcba510(0x187,_0x1b0aef._0x5677bb,_0x1b0aef._0x15e0d5,_0x1b0aef._0x52d687)](_0x1895a9,_0x4f1504[_0xcba510(_0x1b0aef._0x52878c,_0x1b0aef._0x1f4b04,_0x1b0aef._0xa94865,_0x1b0aef._0x354616)]);try{const _0x1d92c4=await _0x4eb6b2[_0x10fc8b(-_0x1b0aef._0x59185a,-0x38,-0x26,-0x34)](_0x28939d,_0x4f1504['eLxrX']),_0x2dd19f={};_0x2dd19f[_0x10fc8b(0xd5,-0x8,_0x1b0aef._0x1e70c4,_0x1b0aef._0x5821f5)]=_0x1d92c4,_0x2dd19f[_0x10fc8b(-_0x1b0aef._0x386da3,-_0x1b0aef._0x20cdd1,0x27,_0x1b0aef._0x392f37)+'t']=_0x4039d4,_0x2dd19f[_0xcba510(_0x1b0aef._0x4dcf37,_0x1b0aef._0x434af3,_0x1b0aef._0x476895,_0x1b0aef._0xef24cb)]=_0x4f1504[_0xcba510(0x1b0,_0x1b0aef._0x164af5,_0x1b0aef._0x1baa3d,0x172)],_0x7cb2c2[_0x10fc8b(-_0x1b0aef._0x3fa302,-_0x1b0aef._0x240247,0x29,-0x3a)](_0x2dd19f);}catch(_0x2b598f){if(_0x4f1504['ReWau'](_0x2b598f[_0x10fc8b(0x44,0x22,_0x1b0aef._0x2d1e41,0x58)],'ENOENT')){const _0x4f6b7c={};_0x4f6b7c[_0xcba510(_0x1b0aef._0x345bac,0x156,_0x1b0aef._0x486800,0x18c)]='',_0x4f6b7c[_0x10fc8b(0x21,_0x1b0aef._0x2b194f,0x27,0x6d)+'t']=_0x4039d4,_0x4f6b7c[_0xcba510(0xc3,_0x1b0aef._0x6e2d77,0xe0,0x11b)]=_0x4f1504[_0xcba510(0x1b0,_0x1b0aef._0x21e237,_0x1b0aef._0x14e4ee,_0x1b0aef._0x5eae94)],_0x4f6b7c['exists']=![],_0x7cb2c2[_0xcba510(0x143,0x1aa,_0x1b0aef._0x1551f9,0x170)](_0x4f6b7c);}else{if(_0x4f1504[_0x10fc8b(-_0x1b0aef._0x572828,0x17,-_0x1b0aef._0x19fadd,-_0x1b0aef._0x27e56c)]===_0x4f1504[_0xcba510(0xa5,0x95,0xff,_0x1b0aef._0x2d940b)]){if(_0x4f1504['ReWau'](_0x155004[_0xcba510(0x13d,_0x1b0aef._0x4783e6,0x168,_0x1b0aef._0x222ee5)],_0x4f1504[_0xcba510(_0x1b0aef._0x9d43e9,_0x1b0aef._0x195db2,_0x1b0aef._0xa8d158,0x134)])){const _0x2ed26d={};_0x2ed26d[_0x10fc8b(-0x57,-0xb8,-_0x1b0aef._0x575214,-_0x1b0aef._0x38115f)]=_0xcba510(_0x1b0aef._0x1c163f,_0x1b0aef._0x129f9a,0xed,0x131),_0x2ed26d[_0xcba510(_0x1b0aef._0x40d7ea,_0x1b0aef._0x323626,0x23d,_0x1b0aef._0x35818e)]=_0xcba510(_0x1b0aef._0x4e8e93,0x1df,0x1c0,_0x1b0aef._0x3fe768)+_0x567469+(_0x10fc8b(0x9,-_0x1b0aef._0x5f3493,-_0x1b0aef._0x1e70c4,-0xbc)+'d'),_0x392426[_0xcba510(_0x1b0aef._0x526462,0x1ba,_0x1b0aef._0x40ebc8,0x125)](0x1*0x110b+-0x81*0x35+0xb3e*0x1)['json'](_0x2ed26d);}else{const _0x57412e={};_0x57412e[_0xcba510(0x9e,0x91,_0x1b0aef._0x21afef,_0x1b0aef._0x2f5163)]=_0x3de5d2['taskId'],_0x57412e['environmen'+'t']=_0x48326f,_0x57412e[_0xcba510(_0x1b0aef._0x34fe1e,0xf5,_0x1b0aef._0x8a2605,_0x1b0aef._0x40ebc8)]=_0x1b914b,_0x57412e[_0xcba510(0xb2,_0x1b0aef._0xc485cd,_0x1b0aef._0x1a93a8,_0x1b0aef._0x16fe9d)]=_0x39f3da[_0xcba510(0x1b1,_0x1b0aef._0xd44e6d,0x205,0x210)],_0x3d33df[_0xcba510(0xb2,_0x1b0aef._0x5c5b87,0x10f,0xa3)](_0x4f1504[_0xcba510(_0x1b0aef._0xc19ac9,_0x1b0aef._0x5f57ef,0xc8,0x105)],_0x57412e);const _0x33d475={};_0x33d475['error']=_0x4f1504[_0x10fc8b(0xcc,0xc3,_0x1b0aef._0x30fd74,-_0x1b0aef._0xdf0e2d)],_0x33d475['message']=_0x4f1504['pnrlE'],_0x20a88c[_0xcba510(_0x1b0aef._0x17bd26,0x19b,_0x1b0aef._0x571553,0x1ee)](-0x530+0x2*-0x11ef+0x2b02)[_0xcba510(0x143,_0x1b0aef._0x4330af,_0x1b0aef._0x380290,0xdd)](_0x33d475);}}else{const _0x2cbaaa={};_0x2cbaaa['taskId']=_0x19f6db['taskId'],_0x2cbaaa[_0xcba510(0x141,_0x1b0aef._0x3eadda,_0x1b0aef._0x1a6db5,0xba)+'t']=_0x4039d4,_0x2cbaaa[_0xcba510(0xb2,0x83,_0x1b0aef._0x4dbd5a,0x12a)]=_0x2b598f[_0xcba510(0x1b1,_0x1b0aef._0x56d041,_0x1b0aef._0x323626,_0x1b0aef._0x571553)],logger['error'](_0x4f1504[_0xcba510(0x19b,0x226,0x143,0x1c3)],_0x2cbaaa);const _0x3c27f7={};_0x3c27f7[_0xcba510(0xb2,0x111,_0x1b0aef._0x4172e7,_0x1b0aef._0x32238d)]=_0x4f1504[_0x10fc8b(0xf7,0x7a,_0x1b0aef._0x30fd74,-0x5)],_0x3c27f7[_0x10fc8b(0xa,_0x1b0aef._0x30fd74,0x97,_0x1b0aef._0x1c9c8c)]=_0x4f1504['Ynroz'],_0x7cb2c2[_0xcba510(0x188,0x19d,_0x1b0aef._0x5210f4,0x173)](0x959*-0x1+-0x1*0x16db+0x4*0x88a)[_0xcba510(0x143,_0x1b0aef._0x1fc84b,0x1c7,0x15b)](_0x3c27f7);}}}}),router[_0x2014f7(0x569,0x61d,0x630,0x5e9)]('/instructi'+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x5d416b,_0x2adc65)=>{const _0x3dc73f={_0x5d8f3e:0x5b3,_0x30e18c:0x540,_0x5df8fa:0x5b2,_0x4fefae:0x566,_0x5cedac:0x5cc,_0x58da75:0x57c,_0x4b955f:0x538,_0x34d973:0x649,_0x20a8e5:0x630,_0x5540ff:0x5d1,_0x561dad:0x657,_0x24bb80:0x62c,_0x64f31:0x57e,_0x35c201:0x600,_0x13f1f2:0x602,_0x3233ea:0x59e,_0x27f6c7:0x5e6,_0x3893b5:0x5fa,_0x1ddbfb:0x61a,_0x549847:0x5a5,_0x71dd03:0x661,_0x36f60d:0x6d4,_0x162f9d:0x66b,_0x28a410:0x675,_0x10b4ac:0x5fb,_0x39b8d3:0x55d,_0x27e173:0x55e,_0x2152fd:0x591,_0x3f33ee:0x5c1,_0x5772e8:0x579,_0x375b04:0x552,_0x5272ed:0x4f3,_0x19bdec:0x524,_0x3c86f1:0x60b,_0xa90f6c:0x5c6,_0x524950:0x5e9,_0x69f208:0x5d3,_0x1dd90f:0x555,_0x564b37:0x588,_0x54fd05:0x592,_0x303768:0x602,_0x2cc2d1:0x5f4,_0xdde099:0x50b,_0x4f4ab4:0x5d4,_0xc6dd46:0x53b,_0x522857:0x590,_0x1aa6da:0x539,_0x1cb5bc:0x5e8,_0x1e1ce1:0x645,_0x37d100:0x5a0,_0x3f5257:0x520,_0xefb6ae:0x612,_0x1daac0:0x650,_0x24abae:0x64f,_0xde09fe:0x605,_0x52d340:0x5a2,_0x1b5fb1:0x63b,_0x1e09d2:0x649,_0x531558:0x54b,_0x5c926c:0x55c,_0x3926d3:0x528,_0x48f960:0x5c7,_0x3f4562:0x5c8,_0x4ed7cb:0x626,_0x10ee4c:0x5c2,_0x568d42:0x5f2,_0x238ccd:0x5d2,_0x45640e:0x62e,_0x1717cb:0x544,_0x228186:0x59d,_0x630c40:0x662,_0x58aed4:0x52a,_0x19fbb4:0x567,_0x138f76:0x59d,_0x3a148c:0x54d,_0x3b5328:0x547,_0x2fed09:0x683,_0x23ef33:0x64b,_0x12c3bf:0x63e,_0x1300dd:0x601,_0x1cca03:0x5de,_0x172ff1:0x570,_0x5b8044:0x642,_0x575cc4:0x53a,_0x4302bc:0x55b,_0x291558:0x5a4,_0x150005:0x563,_0x2e6428:0x5fc,_0x2a3d29:0x69f,_0x42e205:0x649,_0x4daa48:0x65a,_0x31f5e4:0x5d7,_0x41e152:0x69b,_0x3bdae5:0x648,_0xb86f7b:0x59f,_0x18405a:0x4cc,_0x2940d0:0x4c8,_0x1f52a9:0x4e2,_0xda6108:0x4da,_0x5c9da2:0x5dc,_0x26cceb:0x56e,_0x1c65b9:0x577,_0x4ba673:0x5c4,_0x38c592:0x6a5,_0x6190bc:0x5cd,_0x42f034:0x5b8,_0x2caf03:0x5be,_0x570199:0x56a,_0x4325d6:0x5bd,_0x44aa6d:0x508,_0x513baf:0x648,_0x25aa94:0x64a,_0x1ff5da:0x56f,_0x21cd8c:0x620,_0x5ab9ef:0x671,_0x85f054:0x5d6,_0x4d0ea9:0x647,_0x415a65:0x69d,_0x93e472:0x535,_0x2482cb:0x582,_0x1e86d0:0x567,_0x2ebc31:0x5bc,_0x5ff0b9:0x5ea,_0x37ddbd:0x578,_0xd428d2:0x54b,_0x1abe38:0x58f,_0x315dd3:0x594,_0x208d7f:0x5bb,_0x3dacd9:0x5a3,_0x4f4c03:0x618,_0x351799:0x528,_0x5541b2:0x54a,_0x335769:0x4f0,_0x74377e:0x4fa,_0x224d8f:0x572,_0x224224:0x557,_0x556f8:0x5de,_0x37c987:0x59d,_0x4830c6:0x523,_0xb816f0:0x515,_0x361daf:0x54b,_0x490616:0x550,_0x384d9b:0x581,_0x14587c:0x501,_0x4fd5ca:0x522,_0x1cfcbf:0x55b,_0x236d98:0x5f8,_0x36f379:0x5ad,_0x40b9df:0x591,_0x5223a5:0x676,_0x4add5e:0x5ec,_0x414abf:0x547,_0x4a8a62:0x573,_0x491ce5:0x604,_0xa495d2:0x5e4,_0x2e0b3c:0x66d,_0x333292:0x582,_0x489382:0x64d,_0x33fac9:0x638,_0x4f17a4:0x60f,_0x2d0fa0:0x65e,_0x13f501:0x66c,_0x19effe:0x6aa,_0x4e07c5:0x618,_0x526662:0x5c0,_0x26fe4d:0x590,_0x4cdbdf:0x5f3,_0x3d1fc7:0x593,_0x22aa58:0x5e3,_0x3f198f:0x56d,_0xd96e83:0x605,_0x3f241c:0x640,_0x292205:0x617,_0x5ef766:0x574},_0x2644a5={};_0x2644a5[_0x5080d2(0x570,_0x3dc73f._0x5d8f3e,_0x3dc73f._0x30e18c,_0x3dc73f._0x5df8fa)]=_0x2e422c(_0x3dc73f._0x4fefae,_0x3dc73f._0x5cedac,_0x3dc73f._0x58da75,_0x3dc73f._0x4b955f)+'t',_0x2644a5['tYthp']=_0x2e422c(_0x3dc73f._0x34d973,_0x3dc73f._0x20a8e5,_0x3dc73f._0x5540ff,_0x3dc73f._0x561dad)+_0x2e422c(_0x3dc73f._0x24bb80,0x61f,0x66f,0x65a)+'uired',_0x2644a5[_0x2e422c(0x609,0x5df,0x5e4,0x65a)]=_0x2e422c(_0x3dc73f._0x64f31,0x513,_0x3dc73f._0x35c201,_0x3dc73f._0x13f1f2)+_0x5080d2(0x576,0x5eb,_0x3dc73f._0x3233ea,0x5d4)+'nt\x20route\x20n'+_0x5080d2(_0x3dc73f._0x27f6c7,_0x3dc73f._0x3893b5,0x66a,0x652)+'ized';function _0x2e422c(_0x403872,_0x26753a,_0x410a27,_0x518027){return _0x18399e(_0x410a27,_0x26753a-0xe0,_0x410a27-0xae,_0x403872-0x516);}_0x2644a5[_0x2e422c(_0x3dc73f._0x1ddbfb,0x5d0,_0x3dc73f._0x549847,_0x3dc73f._0x71dd03)]=_0x2e422c(0x64d,0x64f,_0x3dc73f._0x36f60d,0x649)+_0x5080d2(_0x3dc73f._0x162f9d,0x63c,_0x3dc73f._0x28a410,_0x3dc73f._0x10b4ac)+'r';function _0x5080d2(_0x50443b,_0x90ba54,_0x2a780f,_0x2b5475){return _0x18399e(_0x90ba54,_0x90ba54-0x73,_0x2a780f-0x1a8,_0x2b5475-0x524);}_0x2644a5[_0x5080d2(_0x3dc73f._0x39b8d3,_0x3dc73f._0x27e173,0x54b,_0x3dc73f._0x2152fd)]=_0x2e422c(_0x3dc73f._0x3f33ee,0x548,_0x3dc73f._0x5772e8,0x597)+_0x2e422c(_0x3dc73f._0x375b04,_0x3dc73f._0x5272ed,0x5aa,_0x3dc73f._0x19bdec)+_0x5080d2(0x5b9,0x5fb,0x5b8,0x619),_0x2644a5[_0x5080d2(0x5ab,0x540,_0x3dc73f._0x3c86f1,_0x3dc73f._0xa90f6c)]=function(_0x25e81e,_0x5247d7){return _0x25e81e===_0x5247d7;},_0x2644a5[_0x2e422c(_0x3dc73f._0x524950,0x63d,0x58f,0x59a)]=function(_0xf1ef58,_0x3f4202){return _0xf1ef58!==_0x3f4202;},_0x2644a5['XwcvC']=_0x5080d2(_0x3dc73f._0x69f208,_0x3dc73f._0x1dd90f,0x537,0x58d),_0x2644a5[_0x2e422c(_0x3dc73f._0x564b37,_0x3dc73f._0x54fd05,_0x3dc73f._0x303768,_0x3dc73f._0x2cc2d1)]=_0x5080d2(0x55f,0x4d9,0x4e7,0x551)+'ing\x20enviro'+'nment\x20inst'+'ructions',_0x2644a5['YAMUx']=_0x5080d2(0x539,0x558,_0x3dc73f._0xdde099,0x55d),_0x2644a5[_0x2e422c(0x581,_0x3dc73f._0x4f4ab4,_0x3dc73f._0xc6dd46,0x5dd)]=_0x2e422c(0x57e,_0x3dc73f._0x522857,_0x3dc73f._0x1aa6da,_0x3dc73f._0x1cb5bc)+_0x5080d2(_0x3dc73f._0x1e1ce1,0x695,0x6ce,0x65c)+_0x2e422c(_0x3dc73f._0x37d100,0x61c,_0x3dc73f._0x3f5257,0x5e1)+_0x2e422c(_0x3dc73f._0xefb6ae,0x5a1,_0x3dc73f._0x1daac0,_0x3dc73f._0x24abae),_0x2644a5[_0x5080d2(0x5a3,_0x3dc73f._0xde09fe,0x5fa,_0x3dc73f._0x52d340)]=_0x2e422c(0x648,0x680,_0x3dc73f._0x1b5fb1,_0x3dc73f._0x1e09d2),_0x2644a5[_0x5080d2(0x4f9,0x500,0x507,_0x3dc73f._0x531558)]=function(_0x43afce,_0x1ac80b){return _0x43afce!==_0x1ac80b;},_0x2644a5[_0x5080d2(_0x3dc73f._0x5c926c,_0x3dc73f._0x3926d3,0x5ab,0x577)]=_0x2e422c(_0x3dc73f._0x48f960,_0x3dc73f._0x3f4562,_0x3dc73f._0x4ed7cb,0x5fa),_0x2644a5[_0x5080d2(0x5ba,0x5b6,_0x3dc73f._0x10ee4c,_0x3dc73f._0x568d42)]='Failed\x20to\x20'+'write\x20AGEN'+_0x5080d2(0x5d8,0x640,0x644,_0x3dc73f._0x238ccd);const _0x4400e9=_0x2644a5,{callingTask:_0x5895c7,taskUser:_0x1a1eb7,environmentName:_0x42ace7,environmentPath:_0x4626cc}=_0x5d416b,{content:_0x4b59ae}=_0x5d416b[_0x2e422c(0x5b0,0x5e9,0x548,_0x3dc73f._0x45640e)];if(_0x4400e9[_0x5080d2(0x58f,_0x3dc73f._0x1717cb,0x580,0x5c6)](_0x4b59ae,undefined)){if(_0x4400e9[_0x5080d2(_0x3dc73f._0x228186,_0x3dc73f._0x630c40,0x661,0x5f7)](_0x4400e9[_0x5080d2(_0x3dc73f._0x58aed4,_0x3dc73f._0x19fbb4,_0x3dc73f._0x138f76,0x5a7)],_0x4400e9[_0x5080d2(0x5a2,0x572,0x5c9,0x5a7)])){const _0x2f1d97={};return _0x2f1d97[_0x2e422c(_0x3dc73f._0x3a148c,0x595,_0x3dc73f._0x3b5328,0x5cc)]=_0x4400e9['FxjwA'],_0x2f1d97[_0x2e422c(0x64c,0x66d,_0x3dc73f._0x2fed09,_0x3dc73f._0x23ef33)]=_0x4400e9[_0x2e422c(0x63b,_0x3dc73f._0x12c3bf,_0x3dc73f._0x1300dd,0x65c)],_0x387a3d['status'](-0x126*-0x4+0xb03+-0xe0b)[_0x2e422c(_0x3dc73f._0x1cca03,_0x3dc73f._0x172ff1,0x553,_0x3dc73f._0x5b8044)](_0x2f1d97);}else{const _0x27cbf2={};return _0x27cbf2[_0x5080d2(_0x3dc73f._0x52d340,_0x3dc73f._0x575cc4,0x515,_0x3dc73f._0x4302bc)]=_0x4400e9[_0x2e422c(_0x3dc73f._0x291558,_0x3dc73f._0x150005,0x5ca,_0x3dc73f._0x2e6428)],_0x27cbf2[_0x5080d2(_0x3dc73f._0x2a3d29,0x6a9,_0x3dc73f._0x42e205,_0x3dc73f._0x4daa48)]=_0x4400e9['tYthp'],_0x2adc65[_0x2e422c(0x623,_0x3dc73f._0x31f5e4,0x693,_0x3dc73f._0x41e152)](0x897+0x1c78+0x1*-0x237f)[_0x2e422c(0x5de,_0x3dc73f._0x3bdae5,0x635,_0x3dc73f._0xb86f7b)](_0x27cbf2);}}const _0x43b46b={};_0x43b46b[_0x5080d2(_0x3dc73f._0x18405a,0x514,0x591,_0x3dc73f._0x3b5328)]=_0x5895c7[_0x5080d2(_0x3dc73f._0x2940d0,_0x3dc73f._0x1f52a9,_0x3dc73f._0xda6108,0x547)],_0x43b46b[_0x2e422c(_0x3dc73f._0x5c9da2,0x550,_0x3dc73f._0x26cceb,0x624)+'t']=_0x42ace7,_0x43b46b[_0x2e422c(_0x3dc73f._0x1c65b9,_0x3dc73f._0xa90f6c,0x5c9,0x590)]=_0x1a1eb7['id'],_0x43b46b['username']=_0x1a1eb7[_0x5080d2(_0x3dc73f._0x4ba673,_0x3dc73f._0x38c592,_0x3dc73f._0x6190bc,0x632)],_0x43b46b[_0x5080d2(0x587,0x580,_0x3dc73f._0x42f034,0x571)+'gth']=_0x4b59ae[_0x2e422c(_0x3dc73f._0x2caf03,0x5fc,_0x3dc73f._0x19fbb4,0x5ba)],logger[_0x2e422c(_0x3dc73f._0x570199,_0x3dc73f._0x31f5e4,_0x3dc73f._0x4325d6,_0x3dc73f._0x44aa6d)](_0x4400e9['jFElt'],_0x43b46b);const _0x36900b=_0x42f208['join'](_0x4626cc,_0x2e422c(_0x3dc73f._0x513baf,0x6a0,_0x3dc73f._0x25aa94,0x64c)),_0x1f7d34=new Date()[_0x5080d2(0x5b0,_0x3dc73f._0x1ff5da,0x4e3,0x55c)+'g']();try{const _0x3c85a3={};_0x3c85a3['recursive']=!![],await _0x4eb6b2[_0x2e422c(_0x3dc73f._0x21cd8c,0x5e3,_0x3dc73f._0x5ab9ef,_0x3dc73f._0x85f054)](_0x4626cc,_0x3c85a3),await _0x4eb6b2['writeFile'](_0x36900b,_0x4b59ae,_0x4400e9[_0x2e422c(_0x3dc73f._0x4d0ea9,0x63a,0x6b1,_0x3dc73f._0x415a65)]);const _0x232dc4={};_0x232dc4['taskId']=_0x5895c7[_0x5080d2(_0x3dc73f._0x93e472,_0x3dc73f._0x27e173,0x5c4,0x547)],_0x232dc4['environmen'+'t']=_0x42ace7,_0x232dc4[_0x2e422c(_0x3dc73f._0x1c65b9,_0x3dc73f._0x2482cb,0x5c8,_0x3dc73f._0x1e86d0)]=_0x1a1eb7['id'],logger[_0x5080d2(_0x3dc73f._0x2ebc31,0x523,_0x3dc73f._0x5ff0b9,_0x3dc73f._0x37ddbd)](_0x4400e9[_0x5080d2(0x567,_0x3dc73f._0xd428d2,0x619,_0x3dc73f._0x1abe38)],_0x232dc4);const _0x12b241={};_0x12b241['success']=!![],_0x12b241['environmen'+'t']=_0x42ace7,_0x12b241['path']=_0x4400e9[_0x2e422c(_0x3dc73f._0x315dd3,_0x3dc73f._0x208d7f,_0x3dc73f._0x3dacd9,_0x3dc73f._0x4f4c03)],_0x12b241['updatedAt']=_0x1f7d34,_0x12b241[_0x2e422c(0x559,_0x3dc73f._0x351799,0x579,0x519)+_0x5080d2(0x6a9,0x69b,0x5f3,0x65f)]=_0x5895c7[_0x2e422c(0x539,0x57b,0x594,_0x3dc73f._0x5541b2)],_0x12b241[_0x5080d2(_0x3dc73f._0x335769,_0x3dc73f._0x74377e,_0x3dc73f._0x27e173,_0x3dc73f._0x224d8f)+_0x2e422c(0x5d1,0x60d,0x620,_0x3dc73f._0x224224)]=_0x1a1eb7['id'],_0x2adc65[_0x2e422c(_0x3dc73f._0x556f8,0x5f4,_0x3dc73f._0x37c987,_0x3dc73f._0x1300dd)](_0x12b241);}catch(_0xcd562){if(_0x4400e9[_0x5080d2(_0x3dc73f._0x4830c6,0x537,_0x3dc73f._0xb816f0,_0x3dc73f._0x361daf)](_0x4400e9[_0x5080d2(0x543,_0x3dc73f._0x2e6428,_0x3dc73f._0x490616,0x577)],_0x4400e9[_0x5080d2(0x582,_0x3dc73f._0x172ff1,_0x3dc73f._0x384d9b,_0x3dc73f._0x1c65b9)])){_0x5e6554['error'](_0x4400e9['LQopp']);const _0x28771a={};return _0x28771a[_0x5080d2(_0x3dc73f._0x14587c,_0x3dc73f._0x4fd5ca,0x4d8,_0x3dc73f._0x1cfcbf)]=_0x4400e9[_0x2e422c(0x61a,_0x3dc73f._0x236d98,0x59c,0x59d)],_0x28771a['message']=_0x4400e9[_0x5080d2(_0x3dc73f._0x37ddbd,0x5ac,_0x3dc73f._0x36f379,_0x3dc73f._0x40b9df)],_0x2484fd[_0x2e422c(0x623,0x5da,0x61c,_0x3dc73f._0x5223a5)](0xca8+0x1bd3+-0x2687)[_0x5080d2(_0x3dc73f._0x236d98,_0x3dc73f._0x4f4c03,0x581,_0x3dc73f._0x4add5e)](_0x28771a);}else{const _0xa2fed2={};_0xa2fed2[_0x5080d2(0x4e0,0x500,0x53b,_0x3dc73f._0x414abf)]=_0x5895c7[_0x2e422c(0x539,0x543,_0x3dc73f._0x4a8a62,0x4ed)],_0xa2fed2[_0x2e422c(0x5dc,0x5c4,_0x3dc73f._0x491ce5,0x66a)+'t']=_0x42ace7,_0xa2fed2[_0x2e422c(0x54d,0x4f0,0x5a2,0x59f)]=_0xcd562['message'],logger['error'](_0x4400e9[_0x2e422c(_0x3dc73f._0xa495d2,_0x3dc73f._0x2e0b3c,_0x3dc73f._0x333292,_0x3dc73f._0x3c86f1)],_0xa2fed2);const _0x233112={};_0x233112['error']=_0x2e422c(_0x3dc73f._0x489382,_0x3dc73f._0x33fac9,_0x3dc73f._0x4f17a4,_0x3dc73f._0x2d0fa0)+'erver\x20Erro'+'r',_0x233112[_0x2e422c(0x64c,_0x3dc73f._0x13f501,_0x3dc73f._0x19effe,_0x3dc73f._0x4e07c5)]=_0x5080d2(_0x3dc73f._0xde09fe,_0x3dc73f._0x37d100,0x5e4,0x579)+_0x2e422c(_0x3dc73f._0x526662,_0x3dc73f._0x26fe4d,_0x3dc73f._0x4cdbdf,_0x3dc73f._0x3d1fc7)+_0x2e422c(_0x3dc73f._0x22aa58,_0x3dc73f._0x3f198f,0x577,_0x3dc73f._0xd96e83)+'ile',_0x2adc65['status'](-0x1*0x11c8+0x2316*-0x1+0x36d2)[_0x5080d2(_0x3dc73f._0x3f241c,_0x3dc73f._0x292205,_0x3dc73f._0x5ef766,0x5ec)](_0x233112);}}}),router[_0x18399e(0xb4,0x1e,0x28,0x3e)](_0x2014f7(0x604,0x53c,0x5af,0x5c6),requireTaskAuth,requireTemplatesPermission,async(_0x3b4c2b,_0x586f24)=>{const _0x4f1d4f={_0x29255f:0xc,_0x2f273d:0x3c,_0x100bea:0x3f,_0x11a133:0x50a,_0x388b8e:0xde,_0x5d9b3a:0x58d,_0x215aa2:0x599,_0x300d7c:0x516,_0x396aba:0x58d,_0x5e0d60:0x583,_0x290aef:0x3,_0x37f5d0:0x2,_0x39f546:0x37,_0xc91f74:0x4e5,_0x51ee2f:0x518,_0x49bab7:0x4cc,_0x2bfaf8:0x29,_0x18e0a6:0x1a,_0x591e47:0x92,_0x5cf199:0x6,_0x51e901:0x5c5,_0x2bc9a1:0x5be,_0x37fe32:0x530,_0x1dd28b:0x588,_0x5147e3:0x81,_0x1391ed:0x47,_0x31f36e:0x468,_0x246343:0x4f2,_0x57f0d5:0x4be,_0x2da61f:0x52f,_0x23ed24:0x50f,_0x2ee785:0x506,_0x58f618:0x35,_0xa5beda:0x561,_0x506fe8:0x9d,_0x15fa16:0x113,_0x52a23a:0x5b0,_0x2449ab:0x575,_0x28f182:0x58d,_0x4ea85b:0x4e9,_0x3ee387:0x515,_0x2e3a3c:0x509,_0x227c8c:0x80,_0x560949:0x5c,_0xe922b1:0x1b,_0x10e9c0:0xee,_0x3ce4f:0x4e,_0x1f1fd5:0x47,_0x392330:0x3,_0x2cd047:0xaf,_0x94d293:0x7f,_0x4a309c:0xa3,_0x3721d4:0x50,_0x584536:0x2f,_0x170376:0x4dc,_0x48e6aa:0x4fe,_0x2fc65c:0x491,_0x2fb735:0x63,_0x942254:0x529,_0x1de904:0x53f,_0x453792:0x543,_0x218cd6:0x544,_0x28e5d7:0xae,_0x466123:0xba,_0x200266:0xbf,_0x525524:0xf1,_0xb5b81:0x446,_0x178c98:0x479,_0x558bc6:0xe4,_0x1876a2:0x69,_0x2f6e88:0x15d,_0x2e5f13:0x514,_0x1958da:0x5b6,_0x3ef53c:0x470,_0x481692:0x4da,_0x585fc8:0x45f,_0x429fb4:0x4e1,_0x34c26f:0x456,_0x2851e5:0x532,_0x25bbb0:0x576,_0x1eab71:0x550,_0x46d85e:0x51e,_0x1c9e55:0x4b4,_0x58db77:0x4dc,_0x4313ad:0x74,_0x4bb131:0x88,_0x41a9d4:0x28,_0xe0575f:0xbb,_0x553115:0xf7,_0x65022c:0x4f6,_0x5adb7f:0x498,_0x427320:0x94,_0x5aad14:0xe7,_0x40747d:0xe6,_0x2d0f21:0xfe,_0x319c97:0x1,_0x587f94:0x23,_0x46227b:0x5cf,_0x2e9299:0x5c2,_0x450235:0x4a0,_0xbc4869:0x436,_0x4d337a:0xab,_0x2bdd5d:0x7,_0x402367:0x2d,_0x49fc50:0x1c,_0x390322:0x596,_0x53ac27:0x5e9,_0x9e359f:0x544,_0x3528c5:0xc8,_0x2e1b6b:0xf3,_0x51ebc5:0x83,_0x2ef4b6:0xc,_0xd0906:0x4fc,_0x5ce45f:0x5b,_0x1be92e:0x568,_0x12af6f:0x4aa,_0x3b0cf1:0x6d,_0x43d007:0xd,_0x27b082:0x1b,_0x15567a:0x69,_0x562eb4:0x430,_0x300021:0x496,_0x4881bf:0xc1,_0x1b92d:0x122,_0x422fac:0xbe,_0x313e53:0x5f,_0x3aaecd:0x4},_0x28c417={_0x5a6244:0x342,_0x2adcb5:0x40b,_0x43af0b:0x3a2,_0x140b12:0x340,_0x387956:0x3b5,_0x1be4a3:0x380,_0x318264:0x6b,_0x2e905f:0xf9,_0x6e8010:0x73,_0x5de3e8:0x93,_0x43965e:0x3d8,_0x7c2764:0x28,_0x32bcb6:0x33b,_0xbffc9f:0x372,_0x329f87:0x39a,_0x317de8:0x3ae,_0x30cdda:0x379,_0x1f29a7:0x45c,_0x2ee654:0x41f,_0x3aca72:0x3fb,_0x4a8bbf:0x3f5,_0x33a971:0x8e,_0x3457fc:0x80,_0x30e92c:0x4a,_0x3e0382:0x16,_0x1e9613:0x97,_0x2c90ea:0xbf,_0x23e0d3:0x42,_0x1dcf35:0x447,_0x49305c:0x46b,_0x4edee3:0x4c0,_0x36e18b:0x26,_0x1dd355:0xe,_0x382b59:0xc5,_0x5a6fb7:0x33,_0x19eb8b:0x42,_0x57cebe:0x7,_0x285ad7:0x4e2,_0x1bd18b:0x435,_0x5c09ad:0x3fd,_0x26af78:0x486,_0x5b042b:0x61,_0x4f982f:0x0,_0x43a5de:0x19,_0x20b67a:0x17,_0x242a26:0x40,_0x11c55f:0x3c4,_0x110ba4:0x43d,_0x3fb205:0x420,_0x58c211:0x3a,_0x24adb3:0x41e,_0x2356b5:0x33f,_0x108e36:0x397},_0x1ba24a={_0x487ae8:0x27,_0x41c453:0x4e2},_0x5bfd80={_0xce0c37:0xd},_0x4951e4={_0x50b1b5:0x143,_0xd24617:0x114},_0x5b9d31={_0xb37e68:0x11a,_0x43b1a5:0x1df,_0x3ff1ca:0x469},_0xca1729={};_0xca1729[_0x5984db(-_0x4f1d4f._0x29255f,-0x3e,_0x4f1d4f._0x2f273d,-_0x4f1d4f._0x100bea)]=_0x22d238(0x4f4,_0x4f1d4f._0x11a133,0x4b9,0x455)+'t',_0xca1729[_0x5984db(0xca,_0x4f1d4f._0x388b8e,0x133,0x94)]=_0x22d238(_0x4f1d4f._0x5d9b3a,0x59b,0x54f,0x4e6)+_0x22d238(_0x4f1d4f._0x215aa2,_0x4f1d4f._0x300d7c,_0x4f1d4f._0x396aba,_0x4f1d4f._0x5e0d60)+'e',_0xca1729[_0x22d238(0x52d,0x50d,0x527,0x540)]=_0x5984db(_0x4f1d4f._0x290aef,0xf,_0x4f1d4f._0x37f5d0,_0x4f1d4f._0x39f546)+_0x22d238(_0x4f1d4f._0xc91f74,0x520,_0x4f1d4f._0x51ee2f,_0x4f1d4f._0x49bab7)+_0x5984db(0x23,_0x4f1d4f._0x2bfaf8,-_0x4f1d4f._0x18e0a6,_0x4f1d4f._0x591e47),_0xca1729[_0x5984db(-_0x4f1d4f._0x5cf199,_0x4f1d4f._0x18e0a6,0x25,-0x6b)]=_0x22d238(_0x4f1d4f._0x51e901,_0x4f1d4f._0x2bc9a1,0x5a0,0x5a5)+_0x22d238(_0x4f1d4f._0x37fe32,0x530,0x540,_0x4f1d4f._0x1dd28b)+'r',_0xca1729['ELlZh']=function(_0x140c7b,_0xc1471f){return _0x140c7b!==_0xc1471f;},_0xca1729[_0x5984db(-0x15,0x54,-_0x4f1d4f._0x5147e3,_0x4f1d4f._0x1391ed)]='FxNKs',_0xca1729[_0x22d238(0x4a3,_0x4f1d4f._0x31f36e,_0x4f1d4f._0x246343,0x4b8)]=function(_0x1ebac4,_0x1ab48c){return _0x1ebac4!==_0x1ab48c;},_0xca1729['vzpyI']=_0x22d238(0x466,0x4ac,_0x4f1d4f._0x57f0d5,_0x4f1d4f._0x2da61f)+'read\x20templ'+_0x22d238(0x4a9,0x49e,_0x4f1d4f._0x23ed24,_0x4f1d4f._0x2ee785);function _0x22d238(_0x4cc944,_0x35e970,_0x2894a0,_0x450ecb){return _0x18399e(_0x4cc944,_0x35e970-_0x5b9d31._0xb37e68,_0x2894a0-_0x5b9d31._0x43b1a5,_0x2894a0-_0x5b9d31._0x3ff1ca);}_0xca1729[_0x5984db(_0x4f1d4f._0x58f618,0xad,-0x52,0x1e)]=_0x22d238(0x4d7,0x5c3,_0x4f1d4f._0xa5beda,0x4e4)+_0x5984db(0xc1,_0x4f1d4f._0x506fe8,0xab,_0x4f1d4f._0x15fa16),_0xca1729[_0x22d238(0x584,_0x4f1d4f._0x52a23a,0x569,_0x4f1d4f._0x2449ab)]=_0x22d238(_0x4f1d4f._0x28f182,_0x4f1d4f._0x4ea85b,_0x4f1d4f._0x3ee387,_0x4f1d4f._0x2e3a3c),_0xca1729[_0x5984db(_0x4f1d4f._0x227c8c,_0x4f1d4f._0x560949,_0x4f1d4f._0xe922b1,0x3d)]=function(_0x1e8456,_0x4b9022){return _0x1e8456===_0x4b9022;},_0xca1729['BfoGI']='VhEnw',_0xca1729['XRuOE']=_0x5984db(0x99,_0x4f1d4f._0x10e9c0,_0x4f1d4f._0x3ce4f,_0x4f1d4f._0x1f1fd5),_0xca1729['mtnrL']=_0x5984db(_0x4f1d4f._0x392330,0x7d,_0x4f1d4f._0x227c8c,-_0x4f1d4f._0x560949)+_0x5984db(0xbf,0x88,_0x4f1d4f._0x2cd047,_0x4f1d4f._0x94d293)+_0x5984db(0xc1,_0x4f1d4f._0x4a309c,0xcb,_0x4f1d4f._0x3721d4);const _0x2e5f04=_0xca1729;function _0x5984db(_0x39b281,_0x22d00d,_0x4d9e11,_0x50a122){return _0x18399e(_0x4d9e11,_0x22d00d-_0x4951e4._0x50b1b5,_0x4d9e11-_0x4951e4._0xd24617,_0x39b281- -0x52);}const {callingTask:_0x7a8de5,environmentName:_0x33a8de,environmentPath:_0x3ca1c7}=_0x3b4c2b,_0x28f579={};_0x28f579[_0x5984db(-_0x4f1d4f._0x584536,-0x64,_0x4f1d4f._0xe922b1,-0x25)]=_0x7a8de5[_0x22d238(_0x4f1d4f._0x170376,_0x4f1d4f._0x48e6aa,0x48c,_0x4f1d4f._0x2fc65c)],_0x28f579['environmen'+'t']=_0x33a8de,logger[_0x5984db(_0x4f1d4f._0x37f5d0,-0x73,0xb,_0x4f1d4f._0x2fb735)]('Task\x20listi'+_0x22d238(0x590,0x4a1,_0x4f1d4f._0x942254,_0x4f1d4f._0x1de904)+_0x22d238(0x539,0x5a6,0x51d,_0x4f1d4f._0x453792)+_0x22d238(0x566,_0x4f1d4f._0x218cd6,0x57c,0x5f5),_0x28f579);const _0x5df97e=_0x42f208['join'](_0x3ca1c7,_0x2e5f04['ENtRV']);try{if(_0x2e5f04['aFkrK'](_0x2e5f04[_0x5984db(_0x4f1d4f._0x28e5d7,_0x4f1d4f._0x466123,0x125,0x4b)],_0x2e5f04[_0x5984db(0xae,_0x4f1d4f._0x200266,_0x4f1d4f._0x525524,0x57)])){const _0x9fecfd={};return _0x9fecfd[_0x22d238(_0x4f1d4f._0xb5b81,_0x4f1d4f._0x178c98,0x4a0,0x4e6)]=_0x2e5f04[_0x5984db(-0xc,0x67,-0x4e,-0x8)],_0x9fecfd[_0x5984db(_0x4f1d4f._0x558bc6,_0x4f1d4f._0x1876a2,0xe1,_0x4f1d4f._0x2f6e88)]=_0x2e5f04['Wnqrh'],_0x2c400e[_0x22d238(0x5ab,_0x4f1d4f._0x2e5f13,0x576,_0x4f1d4f._0x1958da)](0x3d*-0x26+-0x1a72*-0x1+-0xfd4*0x1)['json'](_0x9fecfd);}else{const _0x181370=await _0x4eb6b2['readdir'](_0x5df97e),_0x5c6f84=_0x181370[_0x22d238(0x458,_0x4f1d4f._0x3ef53c,_0x4f1d4f._0x481692,_0x4f1d4f._0x2e3a3c)](_0x20e70c=>_0x20e70c[_0x5984db(0x9b,0x6b,0xd7,0xfa)](_0x5984db(0x29,0x38,-0x4b,0x9d))),_0x12465d=await Promise[_0x22d238(_0x4f1d4f._0x2e5f13,_0x4f1d4f._0x585fc8,_0x4f1d4f._0x429fb4,_0x4f1d4f._0x34c26f)](_0x5c6f84[_0x22d238(_0x4f1d4f._0x2851e5,_0x4f1d4f._0x25bbb0,_0x4f1d4f._0x1eab71,_0x4f1d4f._0x46d85e)](async _0x598e2c=>{const _0x33edb5={};function _0x21506d(_0x49b486,_0x5e8c53,_0x216fe3,_0x4cc95f){return _0x22d238(_0x49b486,_0x5e8c53-0x20,_0x216fe3- -0x134,_0x4cc95f-_0x5bfd80._0xce0c37);}_0x33edb5[_0x21506d(_0x28c417._0x5a6244,_0x28c417._0x2adcb5,0x3a5,_0x28c417._0x43af0b)]=_0x2e5f04['LomdF'],_0x33edb5[_0x21506d(0x33a,_0x28c417._0x140b12,_0x28c417._0x387956,_0x28c417._0x1be4a3)]=_0x2e5f04[_0x501026(-_0x28c417._0x318264,0x35,-0x44,-0x2d)];const _0x46900d=_0x33edb5,_0x284ea8=_0x598e2c['replace'](/\.md$/,''),_0x157f0e=_0x42f208[_0x501026(_0x28c417._0x2e905f,_0x28c417._0x6e8010,0xa9,_0x28c417._0x5de3e8)](_0x5df97e,_0x284ea8+_0x21506d(0x3a3,0x447,_0x28c417._0x43965e,0x3a9));let _0x240f96=null;try{if(_0x2e5f04[_0x501026(0x5d,0xa7,-_0x28c417._0x7c2764,0x1e)](_0x2e5f04[_0x21506d(_0x28c417._0x32bcb6,_0x28c417._0xbffc9f,_0x28c417._0xbffc9f,_0x28c417._0x329f87)],_0x2e5f04['ouYCM'])){const _0x34558c={};_0x34558c[_0x21506d(0x311,_0x28c417._0x317de8,0x358,0x31a)]=_0x16985d[_0x21506d(_0x28c417._0x30cdda,0x320,0x358,0x337)],_0x34558c[_0x21506d(_0x28c417._0x1f29a7,_0x28c417._0x2ee654,_0x28c417._0x3aca72,_0x28c417._0x4a8bbf)+'t']=_0x2988bb,_0x34558c[_0x501026(_0x28c417._0x33a971,_0x28c417._0x3457fc,-0x39,_0x28c417._0x30e92c)]=_0x5b0487,_0x34558c[_0x501026(_0x28c417._0x3e0382,-_0x28c417._0x1e9613,-_0x28c417._0x2c90ea,-_0x28c417._0x23e0d3)]=_0x129573[_0x21506d(0x4ad,_0x28c417._0x1dcf35,_0x28c417._0x49305c,_0x28c417._0x4edee3)],_0x49be5a[_0x501026(-0x57,_0x28c417._0x36e18b,-0x6a,-0x42)](_0x46900d['ZQUfU'],_0x34558c);const _0x5f3c70={};_0x5f3c70[_0x501026(-_0x28c417._0x1dd355,-_0x28c417._0x382b59,-_0x28c417._0x5a6fb7,-_0x28c417._0x19eb8b)]=_0x46900d[_0x501026(-0x7d,0x2f,-0x17,_0x28c417._0x57cebe)],_0x5f3c70[_0x21506d(_0x28c417._0x285ad7,0x455,_0x28c417._0x49305c,0x45a)]=_0x46900d['ZQUfU'],_0x1d3d76[_0x21506d(0x3c5,0x435,0x442,_0x28c417._0x1bd18b)](-0x1a42+-0x8c0+0x39*0xa6)[_0x21506d(0x38f,0x398,_0x28c417._0x5c09ad,_0x28c417._0x26af78)](_0x5f3c70);}else{const _0x4b125b=await _0x4eb6b2[_0x501026(0x86,_0x28c417._0x5b042b,0x16,_0x28c417._0x4f982f)](_0x157f0e,_0x501026(-_0x28c417._0x43a5de,_0x28c417._0x20b67a,0x39,-_0x28c417._0x242a26));_0x240f96=JSON[_0x21506d(0x402,_0x28c417._0x11c55f,_0x28c417._0x110ba4,_0x28c417._0x3fb205)](_0x4b125b);}}catch{}function _0x501026(_0x1cc5c9,_0x476dcd,_0x7b7190,_0x57fe54){return _0x22d238(_0x1cc5c9,_0x476dcd-_0x1ba24a._0x487ae8,_0x57fe54- -_0x1ba24a._0x41c453,_0x57fe54-0x188);}return{'name':_0x284ea8,'filename':_0x598e2c,'description':_0x240f96?.[_0x501026(0x4c,-0x68,-0x34,-_0x28c417._0x58c211)+'n']||null,'hasMetadata':_0x2e5f04[_0x21506d(_0x28c417._0x24adb3,_0x28c417._0x2356b5,0x3be,_0x28c417._0x108e36)](_0x240f96,null)};})),_0x178a9b={};_0x178a9b[_0x22d238(_0x4f1d4f._0x1c9e55,0x552,_0x4f1d4f._0x58db77,0x4f6)]=_0x12465d,_0x178a9b[_0x5984db(_0x4f1d4f._0x4313ad,_0x4f1d4f._0x4bb131,_0x4f1d4f._0x41a9d4,0xd4)+'t']=_0x33a8de,_0x586f24['json'](_0x178a9b);}}catch(_0x5c59ca){if(_0x2e5f04[_0x5984db(_0x4f1d4f._0x227c8c,_0x4f1d4f._0xe0575f,_0x4f1d4f._0x553115,0x1b)](_0x2e5f04[_0x22d238(_0x4f1d4f._0x23ed24,0x46a,_0x4f1d4f._0x65022c,_0x4f1d4f._0x5adb7f)],_0x2e5f04['XRuOE'])){const _0x87eea1={};_0x87eea1[_0x5984db(-0x2f,-0xb2,-0x9f,-0x88)]=_0x5003be['taskId'],_0x87eea1[_0x5984db(_0x4f1d4f._0x4313ad,_0x4f1d4f._0x427320,_0x4f1d4f._0x5aad14,_0x4f1d4f._0x40747d)+'t']=_0x33cdc4,_0x87eea1[_0x5984db(0x71,_0x4f1d4f._0x2d0f21,_0x4f1d4f._0x319c97,0x7c)]=_0x586a1c,_0x87eea1[_0x5984db(-0x1b,-0x74,-0x77,_0x4f1d4f._0x587f94)]=_0x17e12e[_0x22d238(_0x4f1d4f._0x46227b,_0x4f1d4f._0x2e9299,0x59f,0x5a7)],_0x1e1407[_0x22d238(0x474,0x4a6,_0x4f1d4f._0x450235,_0x4f1d4f._0xbc4869)](_0x2e5f04[_0x5984db(0x68,0x4,_0x4f1d4f._0x4d337a,_0x4f1d4f._0x5aad14)],_0x87eea1);const _0x3e2f07={};_0x3e2f07['error']=_0x2e5f04[_0x5984db(-0x6,_0x4f1d4f._0x2bdd5d,_0x4f1d4f._0x402367,-_0x4f1d4f._0x49fc50)],_0x3e2f07[_0x22d238(0x567,_0x4f1d4f._0x390322,0x59f,_0x4f1d4f._0x53ac27)]=_0x2e5f04['vzpyI'],_0x2153c2[_0x22d238(_0x4f1d4f._0x9e359f,0x54a,_0x4f1d4f._0x25bbb0,0x59d)](0x106b*0x2+-0x5*-0x677+-0x3f35)[_0x5984db(0x76,-0x10,_0x4f1d4f._0x3528c5,_0x4f1d4f._0x2e1b6b)](_0x3e2f07);}else{if(_0x5c59ca[_0x5984db(0x70,_0x4f1d4f._0x51ebc5,0x43,-_0x4f1d4f._0x2ef4b6)]==='ENOENT'){const _0x52179e={};_0x52179e[_0x22d238(0x4dc,_0x4f1d4f._0xd0906,_0x4f1d4f._0x58db77,0x49d)]=[],_0x52179e[_0x5984db(0x74,0xba,0x1d,_0x4f1d4f._0x5ce45f)+'t']=_0x33a8de,_0x586f24[_0x22d238(0x510,_0x4f1d4f._0x1be92e,0x531,_0x4f1d4f._0x12af6f)](_0x52179e);}else{const _0x49d240={};_0x49d240['taskId']=_0x7a8de5['taskId'],_0x49d240[_0x5984db(0x74,0x93,0xb4,0x7)+'t']=_0x33a8de,_0x49d240[_0x5984db(-0x1b,-0x75,-_0x4f1d4f._0x3b0cf1,0x5d)]=_0x5c59ca[_0x5984db(0xe4,0xc7,0xbc,0x7e)],logger['error'](_0x2e5f04[_0x5984db(0x36,-0x34,0xab,-_0x4f1d4f._0x43d007)],_0x49d240);const _0xfe4b0={};_0xfe4b0[_0x5984db(-_0x4f1d4f._0x27b082,0x23,_0x4f1d4f._0x587f94,_0x4f1d4f._0x15567a)]=_0x2e5f04[_0x22d238(0x496,_0x4f1d4f._0x562eb4,0x4b5,_0x4f1d4f._0x300021)],_0xfe4b0[_0x5984db(0xe4,_0x4f1d4f._0x4881bf,0x143,_0x4f1d4f._0x1b92d)]=_0x2e5f04[_0x5984db(0x36,_0x4f1d4f._0x422fac,_0x4f1d4f._0x313e53,0x1d)],_0x586f24['status'](0x6*0xb9+-0x3*-0xbcf+-0x25cf)[_0x5984db(0x76,-0x11,0xff,_0x4f1d4f._0x3aaecd)](_0xfe4b0);}}}}),router[_0x2014f7(0x5d2,0x526,0x57e,0x583)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x81e7af,_0x1da6bf)=>{const _0x42fecd={_0x6683b:0xae,_0x329a62:0x108,_0x43116f:0x492,_0x387ecc:0x449,_0x368950:0x4dd,_0x13a170:0x48c,_0x14c271:0x76,_0x4b463f:0x43,_0x3e1a82:0x47b,_0xbef46a:0x45b,_0x2b6980:0x119,_0xe092ba:0xd8,_0x3adf1b:0xe4,_0x10499b:0x3c,_0x378823:0x55,_0x2eb67e:0x52,_0x542961:0x92,_0x21d98b:0x4df,_0x4407c8:0x537,_0x440715:0x59f,_0x5a80a6:0x4fc,_0x42bcdb:0x51f,_0x2071ec:0x5ac,_0x538ede:0x4aa,_0x45699e:0x3a,_0x2d64ef:0x31,_0x1a8ede:0x11e,_0x396aa3:0x594,_0x288f1a:0x529,_0x1594e3:0xbe,_0x58ccd3:0x51,_0x2a7d84:0xb,_0x3b9ae5:0x4fe,_0x20d14f:0x565,_0x24e0bc:0x539,_0x296bd9:0x580,_0x316d86:0x44b,_0x1436a7:0x457,_0x6989bb:0xbd,_0x249ba3:0x4ac,_0x548b8c:0x4ec,_0x407988:0x4f7,_0x12557e:0x419,_0x5f4a4f:0x4ac,_0xb479ea:0x4f9,_0x58d37d:0x4ff,_0x5a0159:0x14,_0x4cf9d6:0x9,_0x404422:0x37,_0x4ac514:0x14,_0x8428c1:0x552,_0x52d883:0x4fd,_0x43f3b3:0x4ab,_0x4a56b6:0x5ac,_0x4ca357:0x4e2,_0x1f58d1:0x4e8,_0x4a1b2d:0x47,_0x1bd457:0x65,_0x185b62:0x5a,_0x594b96:0x20,_0x1febb4:0x74,_0x14de0a:0x2,_0x549c77:0x462,_0x4f4d3e:0x45d,_0x2f92e5:0x4ae,_0x137d1e:0x4a5,_0x268a4b:0x29,_0x5520c7:0x3b,_0x503595:0x15e,_0x40f552:0x117,_0x4ac27a:0x4c,_0xd7274b:0x2f,_0x22c3f2:0x43f,_0x377686:0x46b,_0x5b2a7d:0xc5,_0xc1ef68:0x13b,_0x5f1443:0xf6,_0x2bd0d7:0x159,_0x555621:0x9,_0x5dcb9e:0x7d,_0x3cd401:0x139,_0xf649f9:0x173,_0x48989a:0x136,_0x449536:0xce,_0x1392a6:0x453,_0x43c200:0x469,_0x26c1ed:0x3ff,_0x2a572e:0xd8,_0x51281b:0x474,_0x3883ff:0x4de,_0x181eff:0x10f,_0xca8e45:0xb3,_0x43d112:0x3d,_0x353d52:0x1,_0x34aac8:0x124,_0x5dcccf:0x10a,_0x19a1e5:0x193,_0xc49377:0x113,_0x36d2f3:0x536,_0x55005a:0x4b5,_0x3ac94d:0x4e4,_0x22092c:0x547,_0x546f1a:0x5d0,_0x4ee5bf:0x50d,_0x4e2d90:0x4c8,_0x1aba1a:0x21,_0x4a64d5:0x87,_0x17c92b:0x5f,_0x3cfd46:0x1a,_0x10d080:0x6a,_0x402426:0x21,_0x352de4:0x504,_0x348f57:0x41c,_0x3227f8:0x470,_0x2c2262:0x528,_0x4fa7e2:0x513,_0x539af9:0x50b,_0x53ae84:0xf9,_0x123ab4:0x579,_0x47ebd5:0x44b,_0x457e8c:0x58,_0x42084f:0x25,_0x396888:0x4de,_0x5ba55c:0x519,_0x34de8f:0x4a7,_0x3e6f72:0x530,_0x8f8d1c:0x536,_0x269f33:0x35,_0x316955:0x47b,_0x31434f:0x535,_0x5503d2:0x95,_0x1d65a5:0x95,_0x312127:0x3c,_0x100363:0x492,_0x56e5cc:0x505,_0x20fc27:0x416,_0x221ef6:0x48f,_0xf95394:0x49f,_0x4253aa:0x471,_0x1d84f0:0x43f,_0x309a6f:0x3c3,_0x1c190d:0xcc,_0x15ddf2:0xf1,_0x3ae46f:0x6c,_0x129faf:0x453,_0x2eca31:0x484,_0x50c8d2:0x543,_0x2fb2cf:0x4d7,_0x5efa94:0x591,_0xbdfa9d:0x158,_0x3ba355:0x142,_0x5081c5:0x517,_0x1952ad:0x61,_0x563b5a:0x121,_0x514e65:0xa9,_0x477af2:0x12b,_0x31f51e:0x5aa,_0x3f9721:0x5ab,_0x24e425:0x49c,_0x38eab7:0x56e,_0x2576c7:0x39,_0x4587c6:0x529,_0x57e156:0x51e,_0x4f4dda:0x1c,_0x5692a1:0x65,_0x4e29e7:0x7e,_0x224ab6:0x43f,_0x16e852:0x43f,_0x2add86:0x406,_0x394d86:0x493,_0x44fcc0:0x4c6,_0x19c25a:0x532,_0x5402a8:0x7f,_0x3e74b4:0xc7,_0xe8631e:0x459,_0x3e749c:0x464,_0x56b63e:0x4af,_0x3927d0:0x53f,_0x4996aa:0x5bb,_0x3a90bf:0x4be,_0x337060:0x4ce,_0x2c862e:0x453,_0x45f7b8:0xa,_0x21e537:0x60,_0x33d84e:0x93,_0x1059ff:0x56,_0x2bdabb:0x7,_0x164495:0xab,_0x31774f:0xc1,_0x25f02d:0x65},_0x5b43a5={_0x5e7f24:0x7f,_0x2606d6:0x1ef,_0x7fbcb8:0x12d},_0x2ebbd9={_0x2521e0:0x18f,_0x487908:0x129},_0x347a40={};function _0x31e52c(_0x295685,_0x2628f3,_0xed45af,_0x598570){return _0x2014f7(_0x2628f3,_0x2628f3-0x1cf,_0xed45af-_0x2ebbd9._0x2521e0,_0x295685- -_0x2ebbd9._0x487908);}_0x347a40[_0x47a4f0(-0x103,-_0x42fecd._0x6683b,-0x5c,-_0x42fecd._0x329a62)]=function(_0x28d440,_0x1a8e8e){return _0x28d440===_0x1a8e8e;},_0x347a40[_0x31e52c(_0x42fecd._0x43116f,_0x42fecd._0x387ecc,0x512,0x436)]='ENOENT',_0x347a40[_0x31e52c(0x480,_0x42fecd._0x368950,0x4a7,_0x42fecd._0x13a170)]=_0x47a4f0(-_0x42fecd._0x14c271,0x5,0x81,-_0x42fecd._0x4b463f),_0x347a40[_0x31e52c(_0x42fecd._0x3e1a82,0x41c,_0x42fecd._0xbef46a,0x47c)]=_0x47a4f0(-_0x42fecd._0x2b6980,-_0x42fecd._0xe092ba,-0x112,-_0x42fecd._0x3adf1b)+_0x47a4f0(-_0x42fecd._0x10499b,-0x50,-_0x42fecd._0x378823,-_0x42fecd._0x2eb67e)+'S.md',_0x347a40['kOYlL']='Internal\x20S'+'erver\x20Erro'+'r',_0x347a40['oiRTz']=_0x47a4f0(-_0x42fecd._0x542961,-0xd8,-0xcc,-0x8a)+_0x31e52c(0x52d,_0x42fecd._0x21d98b,0x4bc,_0x42fecd._0x4407c8)+_0x31e52c(0x52f,_0x42fecd._0x440715,_0x42fecd._0x5a80a6,0x5b8),_0x347a40['HQoXz']=_0x31e52c(_0x42fecd._0x42bcdb,0x519,_0x42fecd._0x2071ec,_0x42fecd._0x538ede),_0x347a40[_0x47a4f0(-_0x42fecd._0x45699e,-0xb,_0x42fecd._0x2d64ef,-0x15)]='Bad\x20Reques'+'t',_0x347a40[_0x47a4f0(-0xf9,-0xf9,-_0x42fecd._0x1a8ede,-0xd9)]=_0x31e52c(0x510,0x58b,_0x42fecd._0x396aa3,_0x42fecd._0x288f1a),_0x347a40[_0x47a4f0(-_0x42fecd._0x1594e3,-_0x42fecd._0x58ccd3,_0x42fecd._0x2a7d84,0x33)]=_0x31e52c(_0x42fecd._0x3b9ae5,_0x42fecd._0x20d14f,_0x42fecd._0x24e0bc,_0x42fecd._0x296bd9),_0x347a40[_0x31e52c(_0x42fecd._0x316d86,_0x42fecd._0x1436a7,0x401,0x47f)]=_0x47a4f0(-_0x42fecd._0x6989bb,-0xf4,-0xdc,-0x78),_0x347a40[_0x31e52c(0x482,_0x42fecd._0x249ba3,0x48d,0x431)]='Not\x20Found',_0x347a40[_0x31e52c(0x53f,_0x42fecd._0x548b8c,0x569,_0x42fecd._0x407988)]='Failed\x20to\x20'+_0x31e52c(0x499,_0x42fecd._0x12557e,0x442,_0x42fecd._0x5f4a4f)+_0x31e52c(0x4c2,_0x42fecd._0xb479ea,_0x42fecd._0x58d37d,0x51c);const _0x160ddb=_0x347a40,{callingTask:_0x293131,environmentName:_0xc167d9,environmentPath:_0x454243}=_0x81e7af,{name:_0x36db65}=_0x81e7af['params'];if(_0x36db65['includes']('/')||_0x36db65[_0x47a4f0(-0x5d,-_0x42fecd._0x5a0159,-_0x42fecd._0x4cf9d6,-0x98)]('\x5c')||_0x36db65[_0x47a4f0(_0x42fecd._0x404422,-_0x42fecd._0x4ac514,-0x9a,-0x7a)]('..')){if(_0x160ddb['HQoXz']!==_0x31e52c(0x4ff,_0x42fecd._0x8428c1,_0x42fecd._0x52d883,0x542)){const _0x4cf083={};return _0x4cf083[_0x31e52c(0x453,0x447,_0x42fecd._0x43f3b3,0x47c)]=_0x160ddb['Oimuk'],_0x4cf083[_0x31e52c(_0x42fecd._0x8428c1,_0x42fecd._0x4a56b6,_0x42fecd._0x4ca357,_0x42fecd._0x1f58d1)]=_0x47a4f0(-0xcc,-_0x42fecd._0x4a1b2d,-_0x42fecd._0x1bd457,0x20)+'mplate\x20nam'+'e',_0x1da6bf[_0x47a4f0(_0x42fecd._0x185b62,-_0x42fecd._0x594b96,-_0x42fecd._0x1febb4,_0x42fecd._0x14de0a)](0xf3d+0x981+0x3dd*-0x6)[_0x31e52c(0x4e4,_0x42fecd._0x549c77,0x4e3,_0x42fecd._0x4f4d3e)](_0x4cf083);}else{if(_0x160ddb['cDgqu'](_0x18b6ce[_0x31e52c(0x4de,0x453,_0x42fecd._0x2f92e5,_0x42fecd._0x137d1e)],_0x160ddb[_0x47a4f0(-_0x42fecd._0x268a4b,-0xb7,-0xc6,-0x65)])){const _0x9da768={};_0x9da768[_0x47a4f0(-0x97,-0x30,-0x5c,_0x42fecd._0x5520c7)]='',_0x9da768['environmen'+'t']=_0x201dfa,_0x9da768[_0x47a4f0(-0xbe,-0xe5,-_0x42fecd._0x503595,-_0x42fecd._0x40f552)]=_0x160ddb['iuEpl'],_0x9da768[_0x47a4f0(-_0x42fecd._0x4ac27a,-_0x42fecd._0xd7274b,-_0x42fecd._0x14de0a,0x4b)]=![],_0x2780d4['json'](_0x9da768);}else{const _0x41c9ec={};_0x41c9ec[_0x31e52c(_0x42fecd._0x22c3f2,0x469,0x3c0,0x4bd)]=_0x50f7b4[_0x31e52c(_0x42fecd._0x22c3f2,_0x42fecd._0x377686,0x3ba,0x4be)],_0x41c9ec[_0x47a4f0(-0xcb,-0x67,-0xd9,-_0x42fecd._0x5b2a7d)+'t']=_0x517f02,_0x41c9ec[_0x47a4f0(-_0x42fecd._0xc1ef68,-_0x42fecd._0x5f1443,-0x9c,-_0x42fecd._0x2bd0d7)]=_0x5142d9[_0x47a4f0(0x14,_0x42fecd._0x555621,_0x42fecd._0x5dcb9e,0x42)],_0x159f64[_0x47a4f0(-_0x42fecd._0x3cd401,-0xf6,-0x133,-_0x42fecd._0xf649f9)](_0x160ddb[_0x47a4f0(-_0x42fecd._0x48989a,-_0x42fecd._0x449536,-0xec,-0x103)],_0x41c9ec);const _0x4f5868={};_0x4f5868[_0x31e52c(_0x42fecd._0x1392a6,_0x42fecd._0x43c200,_0x42fecd._0x26c1ed,0x48b)]=_0x160ddb['kOYlL'],_0x4f5868['message']=_0x47a4f0(-0xad,-_0x42fecd._0x2a572e,-0xd0,-0x132)+_0x31e52c(_0x42fecd._0x51281b,_0x42fecd._0x3883ff,0x4d0,0x49e)+_0x47a4f0(-_0x42fecd._0x181eff,-_0x42fecd._0xca8e45,-0xf4,-0x102)+'le',_0x3328d6[_0x47a4f0(_0x42fecd._0x43d112,-0x20,0x2e,-0x77)](0x3f5+-0x2493*-0x1+-0x2694)[_0x47a4f0(-0xd7,-_0x42fecd._0x1bd457,_0x42fecd._0x353d52,-0xef)](_0x4f5868);}}}const _0x1b2838={};_0x1b2838[_0x47a4f0(-_0x42fecd._0x34aac8,-_0x42fecd._0x5dcccf,-_0x42fecd._0x19a1e5,-0x99)]=_0x293131[_0x47a4f0(-0xa3,-_0x42fecd._0x5dcccf,-0x9e,-_0x42fecd._0xc49377)],_0x1b2838[_0x31e52c(_0x42fecd._0x4ca357,0x523,0x537,_0x42fecd._0x36d2f3)+'t']=_0xc167d9,_0x1b2838[_0x47a4f0(0x10,-0x6a,0x12,-0xde)]=_0x36db65,logger[_0x31e52c(0x470,_0x42fecd._0x55005a,_0x42fecd._0x3ac94d,0x4a5)](_0x31e52c(_0x42fecd._0x22092c,0x509,0x4bc,_0x42fecd._0x546f1a)+_0x31e52c(0x4ed,0x525,_0x42fecd._0x4ee5bf,_0x42fecd._0x4e2d90)+'te',_0x1b2838);const _0x3da305=_0x42f208[_0x47a4f0(-0x33,-_0x42fecd._0x1aba1a,0x3c,-_0x42fecd._0x4a64d5)](_0x454243,_0x47a4f0(-_0x42fecd._0x17c92b,-0x35,-_0x42fecd._0x3cfd46,0x16)+'ates');function _0x47a4f0(_0x2178e9,_0x31f891,_0x3cfec5,_0x8ef139){return _0x18399e(_0x3cfec5,_0x31f891-_0x5b43a5._0x5e7f24,_0x3cfec5-_0x5b43a5._0x2606d6,_0x31f891- -_0x5b43a5._0x7fbcb8);}const _0x20a0ce=_0x42f208[_0x47a4f0(_0x42fecd._0x10d080,-_0x42fecd._0x402426,-0x14,-0x10)](_0x3da305,_0x36db65+_0x31e52c(0x497,_0x42fecd._0x352de4,_0x42fecd._0x348f57,_0x42fecd._0x3227f8)),_0x42fb47=_0x42f208[_0x31e52c(_0x42fecd._0x2c2262,_0x42fecd._0x4fa7e2,_0x42fecd._0x539af9,0x4ca)](_0x3da305,_0x36db65+_0x31e52c(0x4bf,0x53d,0x4aa,0x4b3));try{if(_0x160ddb[_0x47a4f0(-0x10d,-_0x42fecd._0x53ae84,-0xd0,-0xf8)]!==_0x160ddb[_0x31e52c(0x4f8,_0x42fecd._0x123ab4,0x528,0x57f)]){const _0x271260=await _0x4eb6b2['readFile'](_0x20a0ce,_0x160ddb[_0x31e52c(_0x42fecd._0x47ebd5,0x48f,0x3f6,0x45f)]);let _0x10fb48=null;try{const _0x3b916b=await _0x4eb6b2['readFile'](_0x42fb47,'utf-8');_0x10fb48=JSON[_0x47a4f0(_0x42fecd._0x457e8c,-_0x42fecd._0x42084f,0x66,0x44)](_0x3b916b);}catch{}const _0x1561de={};_0x1561de[_0x31e52c(0x4ec,0x52d,_0x42fecd._0x396888,0x4a7)]=_0x36db65,_0x1561de[_0x31e52c(_0x42fecd._0x5ba55c,_0x42fecd._0x34de8f,_0x42fecd._0x3e6f72,_0x42fecd._0x8f8d1c)]=_0x271260,_0x1561de[_0x47a4f0(-0x39,-0x2c,_0x42fecd._0x269f33,-0x42)]=_0x10fb48,_0x1561de[_0x31e52c(0x4e2,0x567,_0x42fecd._0x316955,_0x42fecd._0x31434f)+'t']=_0xc167d9,_0x1da6bf['json'](_0x1561de);}else{if(_0x160ddb[_0x47a4f0(-_0x42fecd._0x5503d2,-0xae,-_0x42fecd._0x1d65a5,-_0x42fecd._0x312127)](_0x23c692[_0x31e52c(0x4de,0x4b3,0x50f,0x470)],_0x160ddb[_0x31e52c(_0x42fecd._0x100363,0x510,_0x42fecd._0x56e5cc,_0x42fecd._0x20fc27)])){const _0x5ce0ac={};_0x5ce0ac[_0x31e52c(_0x42fecd._0x221ef6,_0x42fecd._0xf95394,_0x42fecd._0x4253aa,0x492)]=[],_0x5ce0ac['environmen'+'t']=_0xa0dba1,_0x2919bb['json'](_0x5ce0ac);}else{const _0x3c419f={};_0x3c419f['taskId']=_0x473fcf[_0x31e52c(_0x42fecd._0x1d84f0,_0x42fecd._0x309a6f,0x491,0x3bb)],_0x3c419f[_0x47a4f0(-_0x42fecd._0x1c190d,-0x67,-_0x42fecd._0x15ddf2,-_0x42fecd._0x3ae46f)+'t']=_0x453624,_0x3c419f[_0x31e52c(_0x42fecd._0x129faf,0x3fb,_0x42fecd._0x2eca31,0x445)]=_0x4b6e74[_0x31e52c(0x552,_0x42fecd._0x50c8d2,_0x42fecd._0x2fb2cf,_0x42fecd._0x5efa94)],_0x2b8463[_0x47a4f0(-_0x42fecd._0xbdfa9d,-0xf6,-0x136,-_0x42fecd._0x3ba355)](_0x160ddb['oiRTz'],_0x3c419f);const _0xed258c={};_0xed258c['error']=_0x160ddb[_0x31e52c(0x539,_0x42fecd._0x5081c5,0x59d,0x54d)],_0xed258c[_0x47a4f0(0x45,0x9,-_0x42fecd._0x1952ad,0x3b)]=_0x160ddb[_0x47a4f0(-_0x42fecd._0x563b5a,-_0x42fecd._0x514e65,-_0x42fecd._0x477af2,-0x51)],_0x464904[_0x31e52c(_0x42fecd._0x288f1a,_0x42fecd._0x352de4,_0x42fecd._0x31f51e,_0x42fecd._0x3f9721)](-0x17f6+-0x8a4*0x2+-0x39*-0xc2)[_0x31e52c(0x4e4,_0x42fecd._0x24e425,_0x42fecd._0x5f4a4f,_0x42fecd._0x38eab7)](_0xed258c);}}}catch(_0x3b12f6){if(_0x160ddb['cDgqu'](_0x3b12f6['code'],'ENOENT')){const _0xc50b3a={};_0xc50b3a['error']=_0x160ddb[_0x47a4f0(-0x127,-0xc7,-0x87,-0xba)],_0xc50b3a[_0x47a4f0(-0x7f,_0x42fecd._0x555621,_0x42fecd._0x2576c7,-0x73)]='Template\x20\x27'+_0x36db65+('\x27\x20not\x20foun'+'d'),_0x1da6bf[_0x31e52c(_0x42fecd._0x4587c6,_0x42fecd._0x5ba55c,0x4de,_0x42fecd._0x57e156)](-0x398+-0x21f8+0xa7*0x3c)[_0x47a4f0(-_0x42fecd._0x4f4dda,-_0x42fecd._0x5692a1,0xf,-_0x42fecd._0x4e29e7)](_0xc50b3a);}else{const _0x4dba99={};_0x4dba99[_0x31e52c(_0x42fecd._0x224ab6,_0x42fecd._0x20fc27,0x434,0x4a2)]=_0x293131[_0x31e52c(_0x42fecd._0x16e852,_0x42fecd._0x2add86,_0x42fecd._0x394d86,0x47a)],_0x4dba99['environmen'+'t']=_0xc167d9,_0x4dba99[_0x31e52c(_0x42fecd._0x21d98b,0x4ad,_0x42fecd._0x44fcc0,_0x42fecd._0x19c25a)]=_0x36db65,_0x4dba99[_0x47a4f0(-_0x42fecd._0x5402a8,-0xf6,-_0x42fecd._0x3e74b4,-0x141)]=_0x3b12f6[_0x31e52c(_0x42fecd._0x8428c1,0x5bb,0x566,0x587)],logger[_0x31e52c(_0x42fecd._0x1392a6,_0x42fecd._0xe8631e,_0x42fecd._0x3e749c,_0x42fecd._0x56b63e)](_0x160ddb[_0x31e52c(_0x42fecd._0x3927d0,_0x42fecd._0x4996aa,_0x42fecd._0x3a90bf,_0x42fecd._0x337060)],_0x4dba99);const _0x4efb2b={};_0x4efb2b[_0x31e52c(_0x42fecd._0x2c862e,0x4d8,0x41b,0x43e)]=_0x47a4f0(-0x9,_0x42fecd._0x45f7b8,0xf,-_0x42fecd._0x21e537)+_0x47a4f0(-_0x42fecd._0x33d84e,-_0x42fecd._0x1059ff,_0x42fecd._0x2bdabb,-_0x42fecd._0x164495)+'r',_0x4efb2b['message']=_0x160ddb[_0x31e52c(_0x42fecd._0x3927d0,0x543,0x56a,0x543)],_0x1da6bf['status'](-0x839*-0x4+0x71*0x43+-0x3c83)[_0x47a4f0(-_0x42fecd._0x31774f,-_0x42fecd._0x25f02d,-0x82,-0xb0)](_0x4efb2b);}}}),router[_0x18399e(0x14c,0x174,0xc2,0xe8)](_0x18399e(0xc6,-0x5,0xa8,0x81)+_0x18399e(0xba,0xd5,0x45,0xcb),requireTaskAuth,requireTemplatesPermission,async(_0x54a226,_0x414a5e)=>{const _0x40529d={_0x211bb9:0x8d,_0x2b3371:0xeb,_0x2da329:0x38,_0x511d51:0x42,_0x11c3fa:0x2,_0x53b167:0x48,_0x4290b2:0x18e,_0x1fad47:0x44,_0xd85177:0x32,_0x458007:0x81,_0xdc47ea:0x1a7,_0x1caaa8:0xe6,_0x682e04:0x125,_0x1a2fb0:0x5,_0x4330e9:0x78,_0x2445dc:0x75,_0x3ef5b0:0x85,_0x11f639:0x1f,_0x3080b2:0x51,_0x1ad7d1:0x45,_0x1de5eb:0x21,_0x22e756:0x7e,_0x2ad0b4:0x83,_0x29e46d:0xd0,_0x3b77de:0x181,_0x4b01ee:0x10e,_0x55ab73:0x59,_0x4e30e2:0x20,_0x58c8a9:0x2b,_0x14d860:0xad,_0x6c5c14:0x30,_0x42e14f:0xb8,_0x36ab7f:0x146,_0x2258f9:0x71,_0x41c41b:0xca,_0x301c06:0x108,_0x14a076:0x13d,_0x48071e:0xa2,_0x58283e:0x45,_0x3d2ddb:0xd7,_0x27ea78:0x117,_0x23dd39:0x115,_0x7b1666:0x19,_0x588996:0x4,_0x3fc6e1:0x47,_0x54ef31:0x73,_0xe161c9:0x7b,_0x1c4535:0x15,_0x27d3f4:0x84,_0x307a57:0x62,_0x41257b:0xc9,_0x2835a4:0xd1,_0x4a7cec:0x12c,_0x48f6f3:0x88,_0x328424:0x28,_0x1faf33:0x92,_0x245747:0x12d,_0xda5f72:0x16b,_0x5a5fe8:0x49,_0x60d4a5:0xab,_0x2c697a:0x29,_0x42d62d:0xdd,_0x480abb:0xbc,_0x5998b2:0x42,_0x4a1737:0x176,_0x570afe:0x11b,_0x37c5d9:0x128,_0x490ff3:0xfe,_0x55f06a:0x1a1,_0x3366ca:0x11c,_0x230950:0x15,_0x11b52d:0xa6,_0x4c61cc:0x6e,_0x4b50f2:0xa9,_0x349e5a:0x29,_0x31f114:0x8d,_0x299464:0x115,_0x287c1d:0x1a2,_0x353c94:0x15,_0x4aee9f:0x82,_0x10f327:0x153,_0x45e958:0xff,_0x42214b:0xd9,_0x10868e:0x9e,_0x24252d:0x93,_0x4fce5f:0xd1,_0x3ee354:0xdb,_0x2696b5:0x15f,_0x2be937:0x41,_0x458c04:0x9c,_0xbbb42f:0xf2,_0x31d88e:0xc3,_0x2f299e:0x12c,_0x24dd29:0x4f,_0x240377:0x7f,_0x12ff3a:0x6b,_0x552d78:0xcf,_0x3114fd:0x59,_0x3473d6:0x8b,_0x372dcf:0xa7,_0x43e3d4:0xe5,_0x21ae14:0x10a,_0x2c2c15:0x15,_0x2e8d2d:0x1c,_0x504ef3:0x5c,_0x5b24ea:0xd3,_0x11d1a4:0x14,_0x18d685:0x8e,_0x153a23:0x53,_0x29f940:0x5b,_0xb91bdd:0xa1,_0x5bfff4:0x91,_0x15f6d0:0x11,_0x210398:0x61,_0x247f9a:0xa7,_0x1a1c35:0xe5,_0x55b86e:0xca,_0x1e785f:0x30,_0x5bd201:0xda,_0x4e8927:0xe8,_0x962c59:0xb2,_0x277a71:0xc4,_0x283f32:0x45,_0x31ddd4:0xb8,_0x2beebe:0x2b,_0x37b9bc:0x4c,_0x18d98b:0xb7,_0x19f1f3:0x78,_0x10ce32:0xc6,_0x155bdd:0x132,_0x3d8460:0xa1,_0x5c4cc8:0x119,_0x262c4f:0x67,_0x5da77a:0xdf,_0xa6993d:0xd7,_0x45d5ab:0x10,_0x380582:0xa8,_0x11a247:0x2,_0x2417af:0x15d,_0x1e2f07:0x155,_0xfcfcce:0x168,_0x34dd29:0xfc,_0x7edc82:0xff,_0x3ee9e8:0x103,_0x4ed22f:0x172,_0x486a8a:0x96,_0x14c172:0x114,_0x492a14:0xee,_0x218726:0x149,_0x520c69:0xc2,_0x34517a:0x87,_0x1ec4c8:0xae,_0x390d48:0x72,_0x48bd3f:0x63,_0x1bc0ca:0x6c,_0x5ca42c:0x100,_0x13e205:0x99,_0x97b4e5:0x15e,_0x207de6:0xba},_0x31a7d4={_0x158707:0x1c5,_0x305ab0:0x1db,_0x4b708d:0x667},_0x4a109c={_0x47f8cf:0x553};function _0x137ab8(_0x1eef83,_0x26ddb2,_0x2de511,_0x4947fe){return _0x2014f7(_0x26ddb2,_0x26ddb2-0x98,_0x2de511-0x1d1,_0x4947fe- -_0x4a109c._0x47f8cf);}const _0x405934={};_0x405934[_0x13562b(-_0x40529d._0x211bb9,-0xd5,-0x95,-_0x40529d._0x2b3371)]=_0x137ab8(-_0x40529d._0x2da329,0x77,0x5e,_0x40529d._0x511d51)+'t',_0x405934[_0x13562b(0x8,-_0x40529d._0x11c3fa,-0x23,-_0x40529d._0x53b167)]=_0x13562b(-0x3c,-0x6d,-0xc,0x45)+_0x137ab8(_0x40529d._0x4290b2,0x16c,0xf6,0x116)+'e',_0x405934[_0x13562b(-_0x40529d._0x1fad47,-_0x40529d._0xd85177,-0x35,-_0x40529d._0x458007)]=_0x137ab8(0x144,_0x40529d._0xdc47ea,_0x40529d._0x1caaa8,_0x40529d._0x682e04)+_0x13562b(-0xc,-0x79,-0x93,_0x40529d._0x1a2fb0)+'uired',_0x405934[_0x137ab8(0x23,0xe8,0x14,_0x40529d._0x4330e9)]=_0x137ab8(_0x40529d._0x2445dc,_0x40529d._0x3ef5b0,0x46,_0x40529d._0x11f639)+_0x13562b(-_0x40529d._0x3080b2,-_0x40529d._0x1ad7d1,-0x92,-_0x40529d._0x1de5eb)+'te',_0x405934[_0x13562b(-_0x40529d._0x53b167,-_0x40529d._0x22e756,-_0x40529d._0x2ad0b4,-_0x40529d._0x29e46d)]=_0x13562b(-0x2a,-0x57,-0x9c,-0x67)+_0x137ab8(_0x40529d._0x3b77de,_0x40529d._0x4b01ee,0x15a,0x105),_0x405934[_0x13562b(-_0x40529d._0x55ab73,_0x40529d._0x4e30e2,-_0x40529d._0x58c8a9,-_0x40529d._0x14d860)]='4|1|2|0|3',_0x405934['sjwBd']=_0x137ab8(_0x40529d._0x6c5c14,0x49,_0x40529d._0x42e14f,0x9f)+_0x137ab8(0x7b,_0x40529d._0x36ab7f,_0x40529d._0x2258f9,_0x40529d._0x41c41b)+_0x137ab8(_0x40529d._0x301c06,_0x40529d._0x14a076,0x13a,0x104),_0x405934[_0x13562b(-0x19,0x62,-0x4f,-_0x40529d._0x48071e)]='utf-8',_0x405934[_0x13562b(-0x1d,-_0x40529d._0x58283e,-0xa8,-0x51)]=function(_0x3f610d,_0x230f54){return _0x3f610d!==_0x230f54;},_0x405934[_0x13562b(-_0x40529d._0x3d2ddb,-0x65,-_0x40529d._0x27ea78,-_0x40529d._0x23dd39)]=_0x137ab8(_0x40529d._0x7b1666,0x1e,-_0x40529d._0x588996,_0x40529d._0x3fc6e1)+_0x13562b(-_0x40529d._0x54ef31,-0xa6,-_0x40529d._0xe161c9,-0xaa)+'late';function _0x13562b(_0x3fb0e8,_0x924553,_0x262419,_0x1652d8){return _0x2014f7(_0x924553,_0x924553-_0x31a7d4._0x158707,_0x262419-_0x31a7d4._0x305ab0,_0x3fb0e8- -_0x31a7d4._0x4b708d);}_0x405934['IQoFO']=_0x13562b(_0x40529d._0x1c4535,_0x40529d._0x27d3f4,_0x40529d._0x1a2fb0,_0x40529d._0x307a57)+_0x137ab8(0xe8,0x71,0xd9,_0x40529d._0x41257b)+'r';const _0x2dca85=_0x405934,{callingTask:_0x2c2700,taskUser:_0x5ae659,environmentName:_0xef12e4,environmentPath:_0x2554a4}=_0x54a226,{name:_0x2c215b}=_0x54a226[_0x13562b(-0xbd,-0x6f,-_0x40529d._0x2835a4,-_0x40529d._0x4a7cec)],{content:_0xd88f35,metadata:_0x5433c5}=_0x54a226[_0x13562b(-_0x40529d._0x48f6f3,-_0x40529d._0x328424,-_0x40529d._0x1faf33,-_0x40529d._0x27d3f4)];if(_0x2c215b['includes']('/')||_0x2c215b[_0x137ab8(0x179,0x15d,0x17c,0x10b)]('\x5c')||_0x2c215b[_0x137ab8(_0x40529d._0x245747,0x102,_0x40529d._0xda5f72,0x10b)]('..')){const _0x36400d={};return _0x36400d[_0x137ab8(-0x3e,_0x40529d._0x5a5fe8,_0x40529d._0x60d4a5,_0x40529d._0x2c697a)]=_0x2dca85[_0x13562b(-_0x40529d._0x211bb9,-_0x40529d._0x42d62d,-_0x40529d._0x480abb,-_0x40529d._0x5998b2)],_0x36400d[_0x137ab8(_0x40529d._0x4a1737,0x170,_0x40529d._0x570afe,_0x40529d._0x37c5d9)]=_0x2dca85[_0x137ab8(_0x40529d._0x490ff3,0x119,_0x40529d._0x55f06a,_0x40529d._0x3366ca)],_0x414a5e[_0x13562b(-_0x40529d._0x230950,-0x5a,-0x6d,-0x7d)](0x2110+-0x14dd+-0xaa3)[_0x13562b(-0x5a,-0x75,-_0x40529d._0x11b52d,-0x6f)](_0x36400d);}if(_0xd88f35===undefined){const _0x19f1dc={};return _0x19f1dc[_0x137ab8(_0x40529d._0x55ab73,_0x40529d._0x4c61cc,_0x40529d._0x4b50f2,_0x40529d._0x349e5a)]=_0x2dca85[_0x13562b(-_0x40529d._0x31f114,-0x7e,-0x50,-_0x40529d._0x299464)],_0x19f1dc[_0x137ab8(_0x40529d._0x287c1d,0x128,0x1aa,0x128)]=_0x2dca85['EUGZm'],_0x414a5e[_0x13562b(-_0x40529d._0x353c94,-_0x40529d._0x4aee9f,-0xb,-0x7)](-0x1b0*0x16+0x1caa+0x1*0xa06)['json'](_0x19f1dc);}const _0x47993b={};_0x47993b[_0x13562b(-0xff,-0xee,-_0x40529d._0x10f327,-0xf9)]=_0x2c2700[_0x13562b(-_0x40529d._0x45e958,-0x101,-_0x40529d._0x42214b,-0xe2)],_0x47993b['environmen'+'t']=_0xef12e4,_0x47993b[_0x13562b(-0x5f,-_0x40529d._0x10868e,0x1e,-_0x40529d._0x24252d)]=_0x2c215b,_0x47993b[_0x13562b(-0xc1,-_0x40529d._0x4fce5f,-0x7a,-0x52)]=_0x5ae659['id'],_0x47993b[_0x13562b(-_0x40529d._0x3ee354,-0x104,-_0x40529d._0x2696b5,-0x93)+'a']=_0x5433c5!==undefined,logger[_0x137ab8(_0x40529d._0x48071e,-_0x40529d._0x2be937,0xd3,0x46)](_0x2dca85[_0x13562b(-_0x40529d._0x458c04,-0x65,-_0x40529d._0xbbb42f,-0xd2)],_0x47993b);const _0x557fa8=_0x42f208['join'](_0x2554a4,_0x2dca85['clCQA']),_0x593938=_0x42f208[_0x137ab8(_0x40529d._0x31d88e,0xcc,_0x40529d._0x2f299e,_0x40529d._0x490ff3)](_0x557fa8,_0x2c215b+_0x13562b(-0xa7,-0x74,-_0x40529d._0x24dd29,-0x93)),_0x13f4aa=_0x42f208['join'](_0x557fa8,_0x2c215b+_0x13562b(-_0x40529d._0x240377,-_0x40529d._0x12ff3a,-_0x40529d._0x552d78,-0x55)),_0x2b1e95=new Date()['toISOStrin'+'g']();try{const _0x466ed1=_0x2dca85[_0x13562b(-_0x40529d._0x3114fd,-_0x40529d._0x3473d6,-0xbf,-0x42)][_0x137ab8(0xb8,_0x40529d._0x372dcf,_0x40529d._0x43e3d4,_0x40529d._0x21ae14)]('|');let _0x426649=0x25c5+-0x1*-0x210d+0xe2a*-0x5;while(!![]){switch(_0x466ed1[_0x426649++]){case'0':const _0x116569={};_0x116569[_0x137ab8(-0x6a,0x4d,-0x19,_0x40529d._0x2c2c15)]=_0x2c2700[_0x137ab8(0x9f,-_0x40529d._0x2e8d2d,-_0x40529d._0x1a2fb0,_0x40529d._0x230950)],_0x116569[_0x13562b(-_0x40529d._0x504ef3,-_0x40529d._0x5b24ea,-0x8,-_0x40529d._0x1ad7d1)+'t']=_0xef12e4,_0x116569[_0x13562b(-0x5f,-0xb2,-_0x40529d._0x11d1a4,-_0x40529d._0x18d685)]=_0x2c215b,_0x116569[_0x137ab8(-0x1c,0x6a,0x16,_0x40529d._0x153a23)]=_0x5ae659['id'],logger['info'](_0x2dca85[_0x13562b(-0x2c,-0x2d,_0x40529d._0x29f940,-_0x40529d._0xb91bdd)],_0x116569);continue;case'1':await _0x4eb6b2[_0x13562b(-_0x40529d._0x5bfff4,-_0x40529d._0x15f6d0,-0xec,-_0x40529d._0x210398)](_0x593938,_0xd88f35,_0x2dca85['NyYNO']);continue;case'2':_0x2dca85[_0x137ab8(_0x40529d._0x247f9a,_0x40529d._0x1a1c35,0xf3,0xf7)](_0x5433c5,undefined)&&_0x2dca85[_0x137ab8(_0x40529d._0x55b86e,0x11f,0xb2,0xf7)](_0x5433c5,null)&&await _0x4eb6b2['writeFile'](_0x13f4aa,JSON[_0x137ab8(-_0x40529d._0x1e785f,_0x40529d._0x5bd201,-0x3,0x4f)](_0x5433c5,null,0x397*-0x3+-0x469*0x2+-0xad*-0x1d),_0x2dca85['NyYNO']);continue;case'3':const _0x3ac1ae={};_0x3ac1ae[_0x13562b(-_0x40529d._0x4e8927,-_0x40529d._0x5bd201,-0x127,-_0x40529d._0x962c59)]=!![],_0x3ac1ae[_0x13562b(-0x52,-_0x40529d._0x41257b,-0xad,-0xba)]=_0x2c215b,_0x3ac1ae[_0x137ab8(0xfa,_0x40529d._0x277a71,_0x40529d._0x283f32,_0x40529d._0x31ddd4)+'t']=_0xef12e4,_0x3ac1ae[_0x137ab8(0xd0,_0x40529d._0x2beebe,0x9d,_0x40529d._0x37b9bc)]=_0x2b1e95,_0x3ac1ae[_0x13562b(-0xdf,-_0x40529d._0x18d98b,-0xb8,-_0x40529d._0x19f1f3)+_0x137ab8(_0x40529d._0x10ce32,_0x40529d._0x155bdd,0xab,0x12d)]=_0x2c2700[_0x13562b(-0xff,-_0x40529d._0x3d8460,-_0x40529d._0x5c4cc8,-0x101)],_0x3ac1ae['updatedByU'+_0x13562b(-_0x40529d._0x262c4f,-_0x40529d._0x5da77a,-_0x40529d._0xa6993d,-_0x40529d._0x45d5ab)]=_0x5ae659['id'],_0x414a5e[_0x13562b(-0x5a,-_0x40529d._0x380582,-0x57,_0x40529d._0x11a247)](_0x3ac1ae);continue;case'4':const _0x398c55={};_0x398c55['recursive']=!![],await _0x4eb6b2[_0x137ab8(_0x40529d._0x2417af,_0x40529d._0x1e2f07,_0x40529d._0xfcfcce,_0x40529d._0x34dd29)](_0x557fa8,_0x398c55);continue;}break;}}catch(_0x4417c5){const _0x509252={};_0x509252[_0x13562b(-_0x40529d._0x7edc82,-_0x40529d._0x3ee9e8,-_0x40529d._0x4ed22f,-0x14b)]=_0x2c2700[_0x137ab8(-_0x40529d._0x11a247,-0x28,_0x40529d._0x486a8a,_0x40529d._0x353c94)],_0x509252['environmen'+'t']=_0xef12e4,_0x509252['template']=_0x2c215b,_0x509252[_0x137ab8(0x13,0xb0,0x1a,0x29)]=_0x4417c5[_0x137ab8(0x136,0x123,_0x40529d._0x14c172,0x128)],logger['error'](_0x2dca85[_0x13562b(-0xd7,-_0x40529d._0x492a14,-0x5a,-_0x40529d._0x218726)],_0x509252);const _0x56c8a2={};_0x56c8a2['error']=_0x2dca85[_0x13562b(-0xb4,-_0x40529d._0x520c69,-_0x40529d._0x48f6f3,-_0x40529d._0x34517a)],_0x56c8a2['message']=_0x137ab8(_0x40529d._0x1ec4c8,-0x16,0x7c,_0x40529d._0x3fc6e1)+_0x13562b(-_0x40529d._0x54ef31,-_0x40529d._0x390d48,-_0x40529d._0x48bd3f,-0xa9)+_0x137ab8(0x98,_0x40529d._0x1bc0ca,0x5d,0x67),_0x414a5e[_0x137ab8(_0x40529d._0x5ca42c,_0x40529d._0x13e205,_0x40529d._0x97b4e5,_0x40529d._0x7edc82)](-0x73c*-0x1+-0x1*0xa6e+-0x526*-0x1)[_0x137ab8(0x11a,_0x40529d._0x58283e,0x54,_0x40529d._0x207de6)](_0x56c8a2);}}),router['delete'](_0x2014f7(0x61c,0x5dc,0x5c9,0x5c6)+_0x2014f7(0x651,0x60f,0x692,0x610),requireTaskAuth,requireTemplatesPermission,async(_0x266e3c,_0x17be82)=>{const _0x1eb9ea={_0x5e7a16:0xbe,_0x4f3860:0x28,_0xb6a565:0x15,_0x1b94c3:0x30,_0x4eb0a6:0x5c2,_0x3c6e66:0x542,_0x4b54b7:0x546,_0x195a3d:0x5a8,_0x254c4f:0x57d,_0x365cab:0x4c2,_0x9f6656:0x2,_0x2782e8:0x10f,_0x135c60:0x87,_0x34ea11:0x4ac,_0x3b25b7:0x6d,_0x49f5ac:0x108,_0x2786c5:0x104,_0x17bfce:0xb3,_0x808573:0x73,_0x5e916d:0x4d,_0x4b5450:0x30,_0x475f51:0x4c6,_0xd07b4a:0x584,_0x5da526:0x31,_0x140297:0x3e,_0x41a497:0xa5,_0x1156e7:0x539,_0x559e28:0x5c0,_0x373fee:0x554,_0x356a8e:0x505,_0x384971:0x4a,_0xddd965:0x3f,_0x5648af:0x54d,_0x2484ea:0x55d,_0x3fc6fa:0x59,_0xd3f2cf:0xd9,_0xffbe41:0xd4,_0xefb00d:0x41,_0x306a3d:0x598,_0x20947f:0x5c2,_0xf66c17:0x5c4,_0x4d9dda:0x11,_0x59e599:0xa,_0x275a97:0x9,_0x4931c8:0x64,_0x1f9a53:0x5b8,_0x9e5cd9:0x5a0,_0x3dfae9:0x592,_0x394d0c:0x5db,_0x3728d7:0x35,_0x5e0a93:0xc,_0x3fd6da:0x6c,_0x2e5165:0x1b,_0x1c89e2:0x36,_0x4f8a3e:0x596,_0x4fea97:0x58e,_0xaf9d4c:0x55b,_0x3c3a64:0x534,_0x39c4ac:0x8,_0x5d8043:0x34,_0x5b05e5:0x4e5,_0x573b91:0x4f1,_0x56e977:0x516,_0x17bb25:0x4e9,_0x2bb217:0x55,_0x4510d0:0x20,_0x14827d:0x76,_0x2ce6d0:0x94,_0x2eae17:0x7d,_0x3c5254:0x23,_0x56fc92:0xa1,_0x2e287f:0xa8,_0x31d1be:0x32,_0xf75c6a:0x12a,_0x46f15b:0xc1,_0x10ce84:0x80,_0xf5722e:0x10,_0x56431a:0x5a9,_0xe4c67f:0x5b6,_0x2883ff:0x621,_0x46daf2:0x582,_0x13b97a:0x590,_0x4c92c1:0x588,_0x5449a7:0x5f3,_0x400c82:0x545,_0x5585d9:0x5a8,_0x32cac0:0x501,_0x6fae20:0x4f0,_0x3dc5ba:0x4d8,_0x275c07:0x458,_0x17dbd5:0x4ce,_0x262f6a:0xb,_0x2198b0:0x97,_0x252a07:0xc2,_0x487721:0x4c7,_0x3786cc:0x53a,_0x11e1e9:0xb9,_0xf58e92:0x60,_0x3f844d:0x5b4,_0x52b1e0:0x561,_0x5dc6f2:0x29,_0x1dfa1e:0x4,_0x449f58:0xc0,_0x18fa7e:0xb2,_0x1fbbb7:0x4b3,_0x3ed8e1:0x490,_0x1b415d:0x67,_0x5dc0e1:0x5,_0xae617d:0x3b,_0x111035:0x43,_0x49ba5e:0x4d2,_0x81775c:0x525,_0x2cb565:0x3,_0x2733e7:0x56f,_0x2f1676:0x53,_0x54c117:0x5d,_0xf15427:0x442,_0x449203:0x474,_0x2f281a:0x160,_0x3dc51d:0x65,_0x3c2670:0x48f,_0x3debcd:0x490,_0x4d70d4:0x4bf,_0x4bba9e:0x86,_0xbbe541:0x4b,_0x47fb4b:0x574,_0x1430f0:0x52a,_0x57f06a:0x90,_0x16ff44:0x25,_0x4e1a57:0x8e,_0xe584b4:0x5c,_0x5cbd15:0xe,_0x2e8c9b:0x3d,_0xa334:0x85,_0x1dce2e:0xd2,_0x994015:0xdc,_0x40fa16:0x55,_0x1bbf71:0x53,_0x28aaa9:0x5c6,_0x3cc7b3:0x5de,_0x20019d:0x59d,_0x3ff824:0x1,_0x50b900:0x4c,_0x5a1afb:0x4be,_0x348cbf:0x472,_0x4bb72a:0x528,_0x4a06c6:0x1d,_0x7e287c:0xa2,_0xe3a615:0x75,_0x1436f0:0x2f,_0x545182:0x93,_0x5a517f:0x40,_0x11ad36:0x576,_0x197b4a:0x115,_0xb1f807:0x84,_0x4e8d03:0x8b,_0x57bfac:0x1f,_0x330119:0xf6,_0x15e72a:0x128,_0x13486a:0x4a6,_0x1a4fb5:0x556,_0x5c7e09:0x5ce,_0x1e5dfc:0x10,_0x50dd2f:0x564,_0x71c0e1:0x5e9,_0x419024:0x571,_0xb053ec:0x566,_0x5a5bb0:0x59d,_0x3f25a8:0x541,_0x128439:0x1e,_0x550f32:0x41,_0xaeac47:0x168,_0x48348c:0xff,_0x443158:0xe6,_0x341199:0x5d3,_0x9ced81:0x53c,_0x6a2d39:0x4da,_0x679de2:0x4dd,_0x3b75dc:0x9b,_0x408f14:0xda,_0x142c36:0xcf,_0x1857f6:0x3d,_0x9f2bd:0x59c,_0x4ca27c:0x54c,_0x4d5a8d:0x4e6,_0x1eceed:0x2,_0x47d84b:0x441,_0x4200f1:0x4e8,_0x2a6404:0x545,_0x546b03:0xb7,_0x21877e:0xb6,_0x562669:0x2a,_0x50795e:0x5d1,_0x3261e3:0xb1,_0x376311:0x4d,_0x430740:0x622,_0x1f4e27:0x53e,_0x355a44:0x5e1,_0x2ce608:0x53b,_0x489612:0x4d1,_0x4d99f1:0x466,_0xb74b50:0x4cf,_0x404ceb:0x4f3,_0x561083:0x1b,_0x562217:0x43,_0x3c0d5f:0x40,_0x35f272:0x5c6,_0x19c846:0x618,_0x17b904:0x4d9,_0x508c22:0x579,_0x4374a9:0x59e,_0x2e1aef:0x22,_0x578d4e:0x89,_0x46ea33:0xf,_0x213dbc:0x476,_0x55ec19:0x4cb,_0x440103:0x2e,_0x5c4fc7:0x567,_0x2f84ba:0x5d5,_0x195da2:0x5d0,_0x508430:0x4e5,_0x509cb0:0x66,_0x5631ef:0x98,_0x57bbc0:0x10,_0x2e32a5:0x558,_0x1af2ac:0x4d0,_0x55ef25:0x56e,_0x5b436:0x504,_0x4c48e8:0xf,_0x106ec8:0x6e,_0x256f7f:0x24,_0x4abc4d:0x552,_0x56e1b8:0x4df,_0x49e590:0x59b,_0x5dd46c:0x4a,_0x198e6d:0x13b,_0x3142bc:0x8e,_0x385272:0xf0,_0x1e70ff:0x4fd,_0x41cb9a:0x5bf,_0x123627:0x54b,_0x1187a5:0x506,_0x5ee3b2:0x55a,_0x3a35c8:0x4ef,_0x460a32:0x53,_0x1956d1:0x567,_0x2677c0:0x4bf,_0x49dba9:0x4bd,_0x5e0760:0xa0,_0x5ecf6c:0x4d1,_0xd2957d:0xae,_0x52d671:0x61d,_0x17c096:0xd5,_0x1204a9:0x48,_0x400f41:0x42d,_0x469633:0x7e,_0x12b074:0x6c,_0x3dfc4d:0x2d,_0x1126cb:0x471,_0x50cbbb:0x117,_0x4e52b5:0xbd,_0x961f1:0xb4,_0x185eb9:0x50b,_0x55d931:0x577,_0x3652fd:0x58a,_0x1fc48f:0x5a5,_0x2131f7:0x568,_0xd3465:0xae},_0x519151={_0x5d7e39:0x64e},_0x2ddb64={_0xc95ed1:0x1d3},_0x30395e={};_0x30395e[_0x45a649(_0x1eb9ea._0x5e7a16,-_0x1eb9ea._0x4f3860,-_0x1eb9ea._0xb6a565,_0x1eb9ea._0x1b94c3)]=_0x6e946c(_0x1eb9ea._0x4eb0a6,0x61c,_0x1eb9ea._0x3c6e66,0x5d5),_0x30395e[_0x6e946c(_0x1eb9ea._0x4b54b7,0x50f,_0x1eb9ea._0x195a3d,0x524)]=_0x6e946c(0x504,0x56c,_0x1eb9ea._0x254c4f,_0x1eb9ea._0x365cab),_0x30395e[_0x45a649(-0xe1,-_0x1eb9ea._0x9f6656,-_0x1eb9ea._0x2782e8,-_0x1eb9ea._0x135c60)]=_0x6e946c(0x4f8,_0x1eb9ea._0x34ea11,0x4e9,0x4f5)+_0x45a649(-_0x1eb9ea._0x3b25b7,-_0x1eb9ea._0x49f5ac,-_0x1eb9ea._0x2786c5,-_0x1eb9ea._0x17bfce)+'d',_0x30395e[_0x45a649(-0x43,-_0x1eb9ea._0x808573,-0x5a,-_0x1eb9ea._0x5e916d)]=_0x45a649(-0x1,0x2,0x2b,-_0x1eb9ea._0x4b5450),_0x30395e['XWXLE']=function(_0x2b5671,_0x4a83ad){return _0x2b5671===_0x4a83ad;},_0x30395e[_0x6e946c(0x52f,_0x1eb9ea._0x475f51,0x528,_0x1eb9ea._0xd07b4a)]='ENOENT',_0x30395e[_0x45a649(_0x1eb9ea._0x5da526,-_0x1eb9ea._0x140297,_0x1eb9ea._0x41a497,0x26)]=_0x6e946c(_0x1eb9ea._0x1156e7,_0x1eb9ea._0x559e28,0x597,0x4dd)+_0x6e946c(_0x1eb9ea._0x373fee,0x5bf,0x578,_0x1eb9ea._0x356a8e);function _0x6e946c(_0x372231,_0x2c4463,_0x4924ba,_0x295ca4){return _0x2014f7(_0x295ca4,_0x2c4463-0x175,_0x4924ba-_0x2ddb64._0xc95ed1,_0x372231- -0xb5);}_0x30395e[_0x45a649(0x2,_0x1eb9ea._0x384971,0x40,-_0x1eb9ea._0xddd965)]='Unauthoriz'+'ed',_0x30395e[_0x6e946c(0x545,_0x1eb9ea._0x5648af,_0x1eb9ea._0x2484ea,0x53a)]='fjbFZ',_0x30395e[_0x45a649(-_0x1eb9ea._0x3fc6fa,-0x8c,-0xdb,-0x6e)]=_0x45a649(-0x85,-0x103,-_0x1eb9ea._0xd3f2cf,-_0x1eb9ea._0xffbe41)+'ing\x20templa'+'te',_0x30395e[_0x45a649(-_0x1eb9ea._0x135c60,-0x20,-_0x1eb9ea._0xefb00d,-0xab)]=_0x6e946c(0x588,_0x1eb9ea._0x306a3d,_0x1eb9ea._0x20947f,_0x1eb9ea._0xf66c17)+_0x45a649(-_0x1eb9ea._0x4d9dda,0x5,-0x81,_0x1eb9ea._0x59e599),_0x30395e['hWAzr']=_0x45a649(0x17,_0x1eb9ea._0x275a97,-0xb7,-_0x1eb9ea._0x4931c8),_0x30395e[_0x6e946c(_0x1eb9ea._0x1f9a53,0x60c,0x5c6,0x567)]=function(_0x318b3e,_0x519e35){return _0x318b3e===_0x519e35;},_0x30395e['DBXRM']=_0x6e946c(_0x1eb9ea._0x9e5cd9,0x5df,0x5c5,0x58b),_0x30395e[_0x6e946c(0x566,_0x1eb9ea._0x3dfae9,_0x1eb9ea._0x2484ea,_0x1eb9ea._0x394d0c)]=_0x45a649(-0x89,_0x1eb9ea._0x3728d7,-0x42,-0x51)+_0x45a649(-0x93,-_0x1eb9ea._0x5e0a93,-0x38,-_0x1eb9ea._0x3fd6da)+_0x45a649(-_0x1eb9ea._0x2e5165,0x4,-_0x1eb9ea._0x1c89e2,0x9),_0x30395e['VecBx']=_0x6e946c(_0x1eb9ea._0x4f8a3e,_0x1eb9ea._0x4fea97,_0x1eb9ea._0xaf9d4c,_0x1eb9ea._0x3c3a64),_0x30395e['xCjMP']=function(_0x3e6b82,_0x45a167){return _0x3e6b82===_0x45a167;},_0x30395e['rkyqO']='dCygX',_0x30395e[_0x45a649(-_0x1eb9ea._0x39c4ac,0x27,0x33,-_0x1eb9ea._0x5d8043)]=_0x6e946c(_0x1eb9ea._0x5b05e5,_0x1eb9ea._0x573b91,_0x1eb9ea._0x56e977,_0x1eb9ea._0x17bb25)+_0x45a649(-0x16,-_0x1eb9ea._0x2bb217,-0x5,-_0x1eb9ea._0x4510d0)+'plate',_0x30395e[_0x45a649(-_0x1eb9ea._0x14827d,-_0x1eb9ea._0x2ce6d0,-0xad,-_0x1eb9ea._0x2eae17)]=_0x45a649(0x24,-0x2f,_0x1eb9ea._0x3c5254,0x2e)+_0x45a649(-_0x1eb9ea._0x56fc92,0x6,-_0x1eb9ea._0x2e287f,-_0x1eb9ea._0x31d1be)+'r';const _0x344c82=_0x30395e,{callingTask:_0x1b5b0a,taskUser:_0x224c14,environmentName:_0x330480,environmentPath:_0x4d5ff7}=_0x266e3c,{name:_0x48cb3f}=_0x266e3c[_0x45a649(-_0x1eb9ea._0xf75c6a,-_0x1eb9ea._0x46f15b,-0x47,-0xa4)];function _0x45a649(_0x44dd3c,_0x34b824,_0x556033,_0x26c833){return _0x2014f7(_0x44dd3c,_0x34b824-0x9b,_0x556033-0x123,_0x26c833- -_0x519151._0x5d7e39);}if(_0x48cb3f['includes']('/')||_0x48cb3f[_0x45a649(0x97,_0x1eb9ea._0x10ce84,-_0x1eb9ea._0x31d1be,_0x1eb9ea._0xf5722e)]('\x5c')||_0x48cb3f[_0x6e946c(_0x1eb9ea._0x56431a,_0x1eb9ea._0xe4c67f,0x5d3,_0x1eb9ea._0x2883ff)]('..')){if(_0x6e946c(_0x1eb9ea._0x46daf2,_0x1eb9ea._0x13b97a,_0x1eb9ea._0x4c92c1,_0x1eb9ea._0x5449a7)===_0x344c82[_0x6e946c(_0x1eb9ea._0x400c82,0x551,0x58f,0x556)]){const _0xebd061={};_0xebd061['content']='',_0xebd061[_0x6e946c(0x556,_0x1eb9ea._0x5585d9,_0x1eb9ea._0x32cac0,_0x1eb9ea._0x6fae20)+'t']=_0x38ab06,_0xebd061[_0x6e946c(_0x1eb9ea._0x3dc5ba,_0x1eb9ea._0x275c07,_0x1eb9ea._0x17dbd5,0x54d)]=_0x344c82[_0x6e946c(0x5c9,0x584,_0x1eb9ea._0x3dfae9,0x571)],_0xebd061[_0x45a649(0x80,0x0,-0x26,-_0x1eb9ea._0x262f6a)]=![],_0x1d8c6b[_0x45a649(-_0x1eb9ea._0x2198b0,-0xb,-_0x1eb9ea._0x252a07,-0x41)](_0xebd061);}else{const _0x546f37={};return _0x546f37[_0x6e946c(_0x1eb9ea._0x487721,0x4ff,0x48e,0x48e)]=_0x6e946c(0x4e0,0x4cf,0x567,_0x1eb9ea._0x3786cc)+'t',_0x546f37[_0x45a649(_0x1eb9ea._0x11e1e9,-0x6,-_0x1eb9ea._0xf58e92,0x2d)]='Invalid\x20te'+_0x6e946c(_0x1eb9ea._0x3f844d,0x61b,_0x1eb9ea._0x52b1e0,0x553)+'e',_0x17be82[_0x45a649(-0x5c,0x8e,_0x1eb9ea._0x5dc6f2,_0x1eb9ea._0x1dfa1e)](-0x1*0x65d+-0x5e7+0x6ea*0x2)[_0x45a649(-_0x1eb9ea._0x449f58,0x39,-_0x1eb9ea._0x18fa7e,-0x41)](_0x546f37);}}const _0x3554a7={};_0x3554a7[_0x6e946c(_0x1eb9ea._0x1fbbb7,_0x1eb9ea._0x3ed8e1,0x4a1,0x514)]=_0x1b5b0a[_0x45a649(-0x154,-0x8d,-0x83,-0xe6)],_0x3554a7[_0x45a649(-0x2d,-_0x1eb9ea._0x1b415d,-_0x1eb9ea._0x5dc0e1,-0x43)+'t']=_0x330480,_0x3554a7[_0x45a649(-_0x1eb9ea._0xae617d,-0x62,_0x1eb9ea._0x111035,-0x46)]=_0x48cb3f,_0x3554a7['userId']=_0x224c14['id'],logger[_0x45a649(-0x48,-0xe6,-0x137,-0xb5)](_0x344c82[_0x6e946c(0x52b,_0x1eb9ea._0x49ba5e,0x4ad,_0x1eb9ea._0x81775c)],_0x3554a7);const _0x46666f=_0x42f208[_0x45a649(-0x19,0x27,0x6a,_0x1eb9ea._0x2cb565)](_0x4d5ff7,_0x344c82['CLLoE']),_0x1bfe38=_0x42f208['join'](_0x46666f,_0x48cb3f+'.md'),_0x4097ff=_0x42f208[_0x6e946c(0x59c,_0x1eb9ea._0x2733e7,0x574,0x5c2)](_0x46666f,_0x48cb3f+'.json');try{if(_0x344c82[_0x45a649(_0x1eb9ea._0x2f1676,-0x3e,-_0x1eb9ea._0x54c117,0x15)]!=='QBncT'){const _0x3ef364={};_0x3ef364[_0x6e946c(0x4b3,_0x1eb9ea._0xf15427,0x4a3,_0x1eb9ea._0x449203)]=_0x4b7c6d['callingTas'+'k'][_0x45a649(-0x11a,-_0x1eb9ea._0x2f281a,-_0x1eb9ea._0x3dc51d,-0xe6)],_0x3ef364[_0x6e946c(_0x1eb9ea._0x573b91,_0x1eb9ea._0x3c2670,_0x1eb9ea._0x3debcd,_0x1eb9ea._0x4d70d4)]=_0x31546e[_0x45a649(-0x74,-0x91,-_0x1eb9ea._0x4bba9e,-0x25)]['id'],_0x3ef364[_0x45a649(-_0x1eb9ea._0xbbe541,-_0x1eb9ea._0x3dc51d,-0x3a,0x5)]=_0x382763[_0x6e946c(_0x1eb9ea._0x47fb4b,0x595,_0x1eb9ea._0x1430f0,0x5bc)][_0x45a649(-0x10,-0x75,_0x1eb9ea._0x3dc51d,0x5)],_0x528366[_0x45a649(-_0x1eb9ea._0x57f06a,_0x1eb9ea._0x16ff44,-_0x1eb9ea._0x4e1a57,-0x10)]('User\x20lacks'+_0x6e946c(0x4f0,0x554,0x4a6,0x505)+_0x45a649(-_0x1eb9ea._0xe584b4,-0x62,-_0x1eb9ea._0xddd965,_0x1eb9ea._0x5cbd15)+'ctions\x20per'+_0x45a649(_0x1eb9ea._0x2e8c9b,_0x1eb9ea._0xa334,0xa2,0x24),_0x3ef364);const _0xf6c599={};return _0xf6c599[_0x45a649(-0xde,-0xed,-0x12f,-_0x1eb9ea._0x1dce2e)]=_0x344c82[_0x45a649(-_0x1eb9ea._0x994015,-_0x1eb9ea._0x40fa16,-0xc0,-_0x1eb9ea._0x1bbf71)],_0xf6c599[_0x6e946c(_0x1eb9ea._0x28aaa9,0x5f9,_0x1eb9ea._0x3cc7b3,_0x1eb9ea._0x20019d)]=_0x45a649(-0x6a,-_0x1eb9ea._0x3ff824,-0x96,-_0x1eb9ea._0x50b900)+_0x6e946c(_0x1eb9ea._0x5a1afb,_0x1eb9ea._0x348cbf,0x52f,_0x1eb9ea._0x4bb72a)+'ermission\x20'+_0x45a649(0x6b,0x7c,-0x71,_0x1eb9ea._0x4a06c6)+'environmen'+_0x45a649(0x61,_0x1eb9ea._0x7e287c,_0x1eb9ea._0xe3a615,_0x1eb9ea._0x1436f0)+_0x45a649(-_0x1eb9ea._0x545182,_0x1eb9ea._0x4931c8,-0x2a,-0x12),_0x5e4aae[_0x45a649(-0x84,-0x52,_0x1eb9ea._0x5a517f,0x4)](0x6a*0x12+0x1b9b+0x85f*-0x4)[_0x6e946c(0x558,0x4fe,0x596,0x589)](_0xf6c599);}else{await _0x4eb6b2[_0x6e946c(0x5bc,0x544,0x583,_0x1eb9ea._0x11ad36)](_0x1bfe38),await _0x4eb6b2[_0x45a649(-_0x1eb9ea._0x3fc6fa,-_0x1eb9ea._0x1bbf71,-_0x1eb9ea._0x197b4a,-0xa7)](_0x1bfe38);try{if(_0x344c82['qtrpF'](_0x344c82[_0x45a649(-_0x1eb9ea._0xb1f807,-0x75,-_0x1eb9ea._0x4e8d03,-_0x1eb9ea._0x57bfac)],_0x344c82['DBXRM']))await _0x4eb6b2[_0x45a649(-_0x1eb9ea._0x330119,-0xdf,-_0x1eb9ea._0x15e72a,-0xa7)](_0x4097ff);else{const _0x148555={};_0x148555[_0x6e946c(0x4b3,0x426,0x461,_0x1eb9ea._0x13486a)]=_0x359cb2,_0x148555[_0x6e946c(_0x1eb9ea._0x1a4fb5,0x5bd,_0x1eb9ea._0x5c7e09,0x582)+'t']=_0x3d1915[_0x45a649(-0x65,-0x30,-0x8c,-_0x1eb9ea._0x111035)+'t'],_0x640edb[_0x45a649(-0x96,-_0x1eb9ea._0x5d8043,-0x25,-_0x1eb9ea._0x1e5dfc)](_0x344c82['VXcsG'],_0x148555);const _0xb2aad8={};return _0xb2aad8['error']=_0x344c82['RzaJx'],_0xb2aad8[_0x6e946c(_0x1eb9ea._0x28aaa9,_0x1eb9ea._0x50dd2f,0x651,_0x1eb9ea._0x71c0e1)]=_0x6e946c(0x4f8,_0x1eb9ea._0x419024,_0x1eb9ea._0xb053ec,0x525)+'t\x20not\x20foun'+'d',_0x2b2889[_0x6e946c(_0x1eb9ea._0x5a5bb0,_0x1eb9ea._0x3f25a8,0x5ef,0x5ad)](0x61*-0x17+0x1bf*0xd+-0xc68)[_0x45a649(_0x1eb9ea._0x128439,-_0x1eb9ea._0x5d8043,-0x67,-_0x1eb9ea._0x550f32)](_0xb2aad8);}}catch{}const _0xf1fb3e={};_0xf1fb3e[_0x45a649(-0x15d,-0x6a,-_0x1eb9ea._0xaeac47,-0xe6)]=_0x1b5b0a[_0x45a649(-0xe1,-_0x1eb9ea._0x48348c,-0x161,-_0x1eb9ea._0x443158)],_0xf1fb3e[_0x6e946c(_0x1eb9ea._0x1a4fb5,0x5d1,_0x1eb9ea._0x341199,_0x1eb9ea._0x9ced81)+'t']=_0x330480,_0xf1fb3e['template']=_0x48cb3f,_0xf1fb3e[_0x6e946c(0x4f1,0x466,0x4a7,0x4fb)]=_0x224c14['id'],logger[_0x6e946c(0x4e4,_0x1eb9ea._0x6a2d39,0x53e,_0x1eb9ea._0x679de2)](_0x344c82['FkbKy'],_0xf1fb3e);const _0x422f58={};_0x422f58[_0x45a649(-_0x1eb9ea._0x3b75dc,-_0x1eb9ea._0x408f14,-0x13b,-_0x1eb9ea._0x142c36)]=!![],_0x422f58['name']=_0x48cb3f,_0x422f58['environmen'+'t']=_0x330480,_0x422f58['deletedByT'+'askId']=_0x1b5b0a['taskId'],_0x422f58[_0x45a649(_0x1eb9ea._0x384971,-_0x1eb9ea._0x1857f6,_0x1eb9ea._0x1dfa1e,0x1e)+_0x6e946c(0x54b,_0x1eb9ea._0x9f2bd,_0x1eb9ea._0x4ca27c,_0x1eb9ea._0x4d5a8d)]=_0x224c14['id'],_0x17be82[_0x45a649(_0x1eb9ea._0x1eceed,-0x56,-0xb5,-0x41)](_0x422f58);}}catch(_0x4c3b23){if(_0x344c82[_0x6e946c(0x4b9,_0x1eb9ea._0x47d84b,_0x1eb9ea._0x4200f1,_0x1eb9ea._0x2a6404)]===_0x45a649(-0x18,-0xbe,-_0x1eb9ea._0x546b03,-0x62)){if(_0x344c82[_0x45a649(0x32,-0x89,-_0x1eb9ea._0x21877e,-_0x1eb9ea._0x562669)](_0x5539b1[_0x6e946c(0x552,0x549,_0x1eb9ea._0x4fea97,_0x1eb9ea._0x50795e)],_0x344c82[_0x45a649(-0xcf,-0x94,-0x1f,-0x6a)])){const _0x1c8b89={};_0x1c8b89['error']=_0x344c82[_0x45a649(-0x4e,-_0x1eb9ea._0x3261e3,-0x2e,-_0x1eb9ea._0x376311)],_0x1c8b89[_0x6e946c(0x5c6,_0x1eb9ea._0x430740,_0x1eb9ea._0x1f4e27,_0x1eb9ea._0x355a44)]=_0x6e946c(0x57c,0x566,0x524,_0x1eb9ea._0x2ce608)+_0x339b63+(_0x6e946c(_0x1eb9ea._0x489612,0x540,_0x1eb9ea._0x4d99f1,0x474)+'d'),_0x383548[_0x45a649(0x7c,-0x8,-0x69,0x4)](-0xa1*0x22+-0x13*-0x136+-0x3*0x4)[_0x6e946c(0x558,_0x1eb9ea._0xb74b50,0x54b,_0x1eb9ea._0x404ceb)](_0x1c8b89);}else{const _0x26f4a9={};_0x26f4a9['taskId']=_0x2398df[_0x45a649(-0x6e,-0x15c,-0xae,-0xe6)],_0x26f4a9[_0x45a649(_0x1eb9ea._0x561083,-0x2c,-0x39,-_0x1eb9ea._0x562217)+'t']=_0x318fce,_0x26f4a9[_0x45a649(_0x1eb9ea._0x3c0d5f,-0x3,-0x95,-0x46)]=_0x36c92d,_0x26f4a9['error']=_0x12e3c5[_0x6e946c(_0x1eb9ea._0x35f272,0x613,0x5f7,_0x1eb9ea._0x19c846)],_0x27b433[_0x6e946c(0x4c7,_0x1eb9ea._0x17b904,0x45b,0x48a)]('Failed\x20to\x20'+_0x6e946c(_0x1eb9ea._0x508c22,0x55a,_0x1eb9ea._0x4374a9,0x4ed)+_0x45a649(-_0x1eb9ea._0x4f3860,_0x1eb9ea._0x2e1aef,-_0x1eb9ea._0x578d4e,-_0x1eb9ea._0x46ea33),_0x26f4a9);const _0xddd74b={};_0xddd74b[_0x6e946c(0x4c7,_0x1eb9ea._0x213dbc,0x489,_0x1eb9ea._0x55ec19)]=_0x45a649(-0x1c,0x62,0x5f,_0x1eb9ea._0x440103)+_0x6e946c(_0x1eb9ea._0x5c4fc7,_0x1eb9ea._0x2f84ba,_0x1eb9ea._0x195da2,0x53c)+'r',_0xddd74b['message']=_0x6e946c(_0x1eb9ea._0x508430,0x526,_0x1eb9ea._0x275c07,0x516)+'delete\x20tem'+_0x45a649(-_0x1eb9ea._0x509cb0,-_0x1eb9ea._0x5631ef,0x2e,-_0x1eb9ea._0x46ea33),_0x666c7c[_0x45a649(-_0x1eb9ea._0xe3a615,-0x3a,-_0x1eb9ea._0x57bbc0,0x4)](0x427+0x2d9*0xc+-0x245f)[_0x6e946c(_0x1eb9ea._0x2e32a5,_0x1eb9ea._0x1af2ac,_0x1eb9ea._0x55ef25,_0x1eb9ea._0x5b436)](_0xddd74b);}}else{if(_0x344c82[_0x45a649(0x60,_0x1eb9ea._0x4c48e8,-_0x1eb9ea._0x106ec8,-_0x1eb9ea._0x256f7f)](_0x4c3b23[_0x6e946c(_0x1eb9ea._0x4abc4d,0x513,_0x1eb9ea._0x56e1b8,_0x1eb9ea._0x49e590)],_0x344c82[_0x45a649(-_0x1eb9ea._0x5dd46c,-0xba,-_0x1eb9ea._0x2eae17,-0x6a)])){if(_0x344c82[_0x45a649(-_0x1eb9ea._0x198e6d,-_0x1eb9ea._0x3142bc,-_0x1eb9ea._0x385272,-0xba)]!=='dCygX'){const _0x2a3152={};_0x2a3152[_0x6e946c(0x4b3,0x426,0x42a,0x52b)]=_0x47c60d,_0x2a3152[_0x6e946c(_0x1eb9ea._0x573b91,_0x1eb9ea._0x1e70ff,0x497,0x573)]=_0x5e9496,_0x5e12e2['warn'](_0x344c82[_0x6e946c(_0x1eb9ea._0x41cb9a,0x58e,0x598,0x594)],_0x2a3152);const _0x33fcff={};return _0x33fcff[_0x6e946c(0x4c7,_0x1eb9ea._0x123627,0x4d0,_0x1eb9ea._0x1187a5)]=_0x344c82[_0x6e946c(_0x1eb9ea._0x5ee3b2,0x5cb,_0x1eb9ea._0x3a35c8,0x50b)],_0x33fcff['message']=_0x45a649(-0xc6,-_0x1eb9ea._0x460a32,0x5,-0x42)+_0x6e946c(0x4e1,_0x1eb9ea._0x1956d1,_0x1eb9ea._0x2677c0,_0x1eb9ea._0x49dba9),_0x5dcf72['status'](-0x11dd+0x3dc+-0x1*-0xf92)[_0x45a649(-0xa7,0x2f,-_0x1eb9ea._0x5e0760,-0x41)](_0x33fcff);}else{const _0x43d3be={};_0x43d3be[_0x6e946c(0x4c7,_0x1eb9ea._0x5ecf6c,0x4c9,0x453)]=_0x344c82[_0x45a649(-0x18,-0xba,-_0x1eb9ea._0xd2957d,-0x4d)],_0x43d3be[_0x6e946c(0x5c6,_0x1eb9ea._0x52d671,0x639,0x596)]=_0x45a649(-0x7f,-0x58,0x4d,-_0x1eb9ea._0x4a06c6)+_0x48cb3f+(_0x45a649(-_0x1eb9ea._0x17c096,-0x14e,-_0x1eb9ea._0x135c60,-0xc8)+'d'),_0x17be82[_0x45a649(-0x2b,_0x1eb9ea._0x1204a9,-0x8a,0x4)](-0x1dcf*-0x1+0x26b9+-0x42f4)['json'](_0x43d3be);}}else{const _0x3a9f9b={};_0x3a9f9b[_0x6e946c(_0x1eb9ea._0x1fbbb7,_0x1eb9ea._0x400f41,0x513,0x52b)]=_0x1b5b0a['taskId'],_0x3a9f9b['environmen'+'t']=_0x330480,_0x3a9f9b[_0x6e946c(0x553,0x596,_0x1eb9ea._0x5a5bb0,0x595)]=_0x48cb3f,_0x3a9f9b[_0x45a649(-_0x1eb9ea._0x469633,-0xc0,-0x154,-_0x1eb9ea._0x1dce2e)]=_0x4c3b23[_0x45a649(0x55,0xb,0x8d,0x2d)],logger['error'](_0x344c82[_0x45a649(-_0x1eb9ea._0x12b074,-0x2e,-_0x1eb9ea._0x3dfc4d,-0x34)],_0x3a9f9b);const _0x5c387a={};_0x5c387a[_0x6e946c(0x4c7,0x4b5,0x4bb,_0x1eb9ea._0x1126cb)]=_0x344c82['tyMXL'],_0x5c387a[_0x6e946c(_0x1eb9ea._0x35f272,0x58e,0x5d1,_0x1eb9ea._0x4f8a3e)]=_0x45a649(-_0x1eb9ea._0x50cbbb,-_0x1eb9ea._0x4e52b5,-0x13e,-_0x1eb9ea._0x961f1)+_0x6e946c(0x579,0x5f8,_0x1eb9ea._0x185eb9,_0x1eb9ea._0x55d931)+_0x6e946c(_0x1eb9ea._0x3652fd,0x60d,_0x1eb9ea._0x1fc48f,_0x1eb9ea._0x2131f7),_0x17be82['status'](0x563+0x1c15+-0x1f84)[_0x45a649(_0x1eb9ea._0xae617d,-_0x1eb9ea._0xd3465,-_0x1eb9ea._0x40fa16,-0x41)](_0x5c387a);}}}});export default router;