@profoundlogic/coderflow-server 0.4.0 → 0.4.1

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 (141) 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/basic-auth.js +1 -1
  10. package/dist/lib/build-history.js +1 -1
  11. package/dist/lib/build-output-service.js +1 -1
  12. package/dist/lib/build-scheduler.js +1 -1
  13. package/dist/lib/build-service.js +1 -1
  14. package/dist/lib/ca-certificates.js +1 -1
  15. package/dist/lib/claude-oauth-refresh.js +1 -1
  16. package/dist/lib/cli/build.js +1 -1
  17. package/dist/lib/cli/config-command.js +1 -1
  18. package/dist/lib/cli/config.js +1 -1
  19. package/dist/lib/cli/create-user.js +1 -1
  20. package/dist/lib/cli/init.js +1 -1
  21. package/dist/lib/cli/jira.js +1 -1
  22. package/dist/lib/cli/license.js +1 -1
  23. package/dist/lib/cli/server-manager.js +1 -1
  24. package/dist/lib/config-migration.js +1 -1
  25. package/dist/lib/container-credential-sync.js +1 -1
  26. package/dist/lib/container-tokens.js +1 -1
  27. package/dist/lib/data-dir.js +1 -1
  28. package/dist/lib/deployment-history.js +1 -1
  29. package/dist/lib/deployment-service.js +1 -1
  30. package/dist/lib/docker-utils.js +1 -1
  31. package/dist/lib/email.js +1 -1
  32. package/dist/lib/emailTemplates.js +1 -1
  33. package/dist/lib/entitlement.js +1 -1
  34. package/dist/lib/fetch-utils.js +1 -1
  35. package/dist/lib/git-commit-details-route.js +1 -1
  36. package/dist/lib/git-history-diff-guardrails.js +1 -1
  37. package/dist/lib/git-provider-service.js +1 -1
  38. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  39. package/dist/lib/git-provider-setup/index.js +1 -1
  40. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  41. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  42. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  43. package/dist/lib/git-providers/github-app-provider.js +1 -1
  44. package/dist/lib/git-providers/index.js +1 -1
  45. package/dist/lib/git-providers/provider-factory.js +1 -1
  46. package/dist/lib/git-providers/provider-interface.js +1 -1
  47. package/dist/lib/github-urls.js +1 -1
  48. package/dist/lib/group-objective-linking.js +1 -1
  49. package/dist/lib/jira-client.js +1 -1
  50. package/dist/lib/judge-blinding.js +1 -1
  51. package/dist/lib/logger.js +1 -1
  52. package/dist/lib/model-fetcher.js +1 -1
  53. package/dist/lib/notifications.js +1 -1
  54. package/dist/lib/oidc-auth.js +1 -1
  55. package/dist/lib/oidc-device-flow.js +1 -1
  56. package/dist/lib/passwordTokens.js +1 -1
  57. package/dist/lib/pin-cascade.js +1 -1
  58. package/dist/lib/provider-accounts.js +1 -1
  59. package/dist/lib/provider-oauth.js +1 -1
  60. package/dist/lib/provider-profile.js +1 -1
  61. package/dist/lib/provider-token-refresh.js +1 -1
  62. package/dist/lib/request-url.js +1 -1
  63. package/dist/lib/rewind.js +1 -1
  64. package/dist/lib/roles.js +1 -1
  65. package/dist/lib/secrets.js +1 -1
  66. package/dist/lib/setup-repo-git-auth.js +1 -1
  67. package/dist/lib/state-capture.js +1 -1
  68. package/dist/lib/static-files.js +1 -1
  69. package/dist/lib/task-name-format.js +1 -1
  70. package/dist/lib/task-name-generator.js +1 -1
  71. package/dist/lib/user-git-oauth.js +1 -1
  72. package/dist/lib/user-git-tokens.js +1 -1
  73. package/dist/lib/users.js +1 -1
  74. package/dist/middleware/requireAuth.js +1 -1
  75. package/dist/middleware/requireInit.js +1 -1
  76. package/dist/middleware/requirePermission.js +1 -1
  77. package/dist/package.json +1 -1
  78. package/dist/routes/apiKeys.js +1 -1
  79. package/dist/routes/auth-oidc.js +1 -1
  80. package/dist/routes/auth.js +1 -1
  81. package/dist/routes/build.js +1 -1
  82. package/dist/routes/containers.js +1 -1
  83. package/dist/routes/deploy-task.js +1 -1
  84. package/dist/routes/environment-management.js +1 -1
  85. package/dist/routes/environments.js +1 -1
  86. package/dist/routes/external-skills.js +1 -1
  87. package/dist/routes/git-credentials.js +1 -1
  88. package/dist/routes/git-oauth.js +1 -1
  89. package/dist/routes/git-provider-setup.js +1 -1
  90. package/dist/routes/health.js +1 -1
  91. package/dist/routes/jira.js +1 -1
  92. package/dist/routes/objective-management.js +1 -1
  93. package/dist/routes/password.js +1 -1
  94. package/dist/routes/prompt.js +1 -1
  95. package/dist/routes/provider-auth.js +1 -1
  96. package/dist/routes/qa.js +1 -1
  97. package/dist/routes/settings.js +1 -1
  98. package/dist/routes/skill-management.js +1 -1
  99. package/dist/routes/skills.js +1 -1
  100. package/dist/routes/tasks.js +1 -1
  101. package/dist/routes/templates.js +1 -1
  102. package/dist/routes/test-task.js +1 -1
  103. package/dist/routes/test.js +1 -1
  104. package/dist/routes/users.js +1 -1
  105. package/dist/routes/visualizations.js +1 -1
  106. package/dist/scripts/create-user.js +1 -1
  107. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  108. package/dist/start.js +1 -1
  109. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  110. package/dist/web-ui/public/activity-feed.js +1 -1
  111. package/dist/web-ui/public/activity-formatters.js +1 -1
  112. package/dist/web-ui/public/agent-event-parser.js +1 -1
  113. package/dist/web-ui/public/app.js +1 -1
  114. package/dist/web-ui/public/approve-dialog.js +1 -1
  115. package/dist/web-ui/public/comments-widget.js +1 -1
  116. package/dist/web-ui/public/diff-utils.js +1 -1
  117. package/dist/web-ui/public/docs/admin/jira.md +78 -16
  118. package/dist/web-ui/public/environments.js +1 -1
  119. package/dist/web-ui/public/feedback-widget.js +1 -1
  120. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  121. package/dist/web-ui/public/git-history.js +1 -1
  122. package/dist/web-ui/public/git-status.js +1 -1
  123. package/dist/web-ui/public/index.js +1 -1
  124. package/dist/web-ui/public/login.js +1 -1
  125. package/dist/web-ui/public/markdown-editor.js +1 -1
  126. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  127. package/dist/web-ui/public/modal-maximize.js +1 -1
  128. package/dist/web-ui/public/notifications.js +1 -1
  129. package/dist/web-ui/public/pr-dialog.js +1 -1
  130. package/dist/web-ui/public/server-health.js +1 -1
  131. package/dist/web-ui/public/settings.js +1 -1
  132. package/dist/web-ui/public/setup-password.js +1 -1
  133. package/dist/web-ui/public/skills.js +1 -1
  134. package/dist/web-ui/public/sse-client.js +1 -1
  135. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  136. package/dist/web-ui/public/task.js +1 -1
  137. package/dist/web-ui/public/terminal.js +1 -1
  138. package/dist/web-ui/public/theme.js +1 -1
  139. package/dist/web-ui/public/users.js +1 -1
  140. package/dist/web-ui/public/variant-grouping.js +1 -1
  141. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x537dc9,_0x4e0687){const _0x12cac8={_0x5cd80e:0x1ea,_0x3fc965:0x224,_0x2de4ea:0x194,_0x305ea8:0x267,_0x2cb662:0x21e,_0x147fa0:0x2cb,_0x9472ff:0x35d,_0x70db0a:0x332,_0x5bac26:0x376,_0xa6b2b7:0x237,_0x1a5f5b:0x214,_0x1963f3:0x2e4,_0xc336:0x315,_0x31a5fc:0x1f0,_0x4536a4:0x1e7,_0xf3f337:0x1ec,_0x442749:0x23f,_0x7b09e1:0x2d0,_0x19a0e8:0x1bc,_0x4132fb:0x15e,_0x486d19:0x1e6},_0x3a28fc={_0x51ef8e:0xed},_0x29d283={_0x4e0071:0x96},_0x127b58=_0x537dc9();function _0x268e5d(_0x44187b,_0x33fc7a,_0x152f26,_0x1789d7){return _0x7f86(_0x152f26-_0x29d283._0x4e0071,_0x44187b);}function _0x5f0448(_0x21c240,_0x60e0c4,_0x3ab2c8,_0x9ed724){return _0x7f86(_0x60e0c4-_0x3a28fc._0x51ef8e,_0x21c240);}while(!![]){try{const _0x150d98=-parseInt(_0x5f0448(_0x12cac8._0x5cd80e,_0x12cac8._0x3fc965,0x274,_0x12cac8._0x2de4ea))/(0x1*0x26a5+0x1e5e+0x16*-0x323)+-parseInt(_0x268e5d(_0x12cac8._0x305ea8,_0x12cac8._0x2cb662,0x249,0x28f))/(0x15a4+0x1ed6+-0x1*0x3478)+parseInt(_0x5f0448(0x36b,0x2f1,_0x12cac8._0x147fa0,_0x12cac8._0x9472ff))/(-0x3*0xa16+-0x2d1*-0x1+0x1b74)*(-parseInt(_0x5f0448(0x296,0x2f3,_0x12cac8._0x70db0a,_0x12cac8._0x5bac26))/(-0x335*0x4+-0x167b*-0x1+-0x9a3))+parseInt(_0x5f0448(_0x12cac8._0xa6b2b7,_0x12cac8._0x1a5f5b,0x1b7,0x276))/(0x10e4+-0x957+-0x788)+-parseInt(_0x5f0448(_0x12cac8._0x1963f3,0x29c,0x22e,_0x12cac8._0xc336))/(0x750+-0x1c37+0x14ed)+-parseInt(_0x5f0448(_0x12cac8._0x31a5fc,0x261,0x2e9,_0x12cac8._0x4536a4))/(0x1e17*0x1+-0x2505+0x6f5)+-parseInt(_0x5f0448(_0x12cac8._0xf3f337,_0x12cac8._0x442749,0x28c,_0x12cac8._0x7b09e1))/(-0x1603+-0x913+0x472*0x7)*(-parseInt(_0x268e5d(_0x12cac8._0x19a0e8,_0x12cac8._0x4132fb,_0x12cac8._0x486d19,0x1a6))/(-0x1*0xa36+0x367*0x2+0x371));if(_0x150d98===_0x4e0687)break;else _0x127b58['push'](_0x127b58['shift']());}catch(_0x1da98d){_0x127b58['push'](_0x127b58['shift']());}}}(_0x1910,-0xc7938*-0x1+0xcb004+-0x11f6c2));import _0x118ffb from'express';import{promises as _0x27595b}from'fs';function _0xeeea46(_0x2953f9,_0x4241ab,_0x2113ba,_0x1af542){return _0x7f86(_0x4241ab- -0x217,_0x1af542);}import _0x31e5fd from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{userHasPermission}from'../lib/roles.js';const router=_0x118ffb[_0xeeea46(-0x3d,-0x2,0x1b,-0x7d)]();function _0x444d0d(_0x4dacf8,_0x4cdd72,_0x129b41,_0x4f0019){return _0x7f86(_0x129b41-0x1d1,_0x4cdd72);}let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x2a9ac3){const _0x2af351={_0xb7fde3:0xcb,_0x4796a6:0x68,_0x324bf7:0x31,_0x3a69a7:0x10e,_0x4444c2:0xfc},_0x4880c5={_0x41fdc9:0x104},_0x475472={_0x48da5a:0x13,_0x43568c:0x449};tasks=_0x2a9ac3[_0x29d609(_0x2af351._0xb7fde3,0x10f,0x128,0x4a)];function _0x3682a5(_0x37c6d2,_0x58d229,_0x5e58da,_0x67e119){return _0xeeea46(_0x37c6d2-_0x475472._0x48da5a,_0x37c6d2-_0x475472._0x43568c,_0x5e58da-0x121,_0x5e58da);}setupPath=_0x2a9ac3[_0x29d609(_0x2af351._0x4796a6,0x1b,0x18,_0x2af351._0x324bf7)];function _0x29d609(_0x30f755,_0x28b61e,_0x31fc34,_0x3e3c04){return _0xeeea46(_0x30f755-0x174,_0x30f755-_0x4880c5._0x41fdc9,_0x31fc34-0x1d4,_0x31fc34);}coderConfig=_0x2a9ac3[_0x29d609(0x8d,_0x2af351._0x3a69a7,0x10a,_0x2af351._0x4444c2)+'g'];}export function updateCoderConfig(_0x3fb03c){coderConfig=_0x3fb03c;}async function requireTaskAuth(_0x1ddc07,_0x3b9bc1,_0x16fe33){const _0x2a1dc3={_0x17a417:0xb2,_0x39858c:0xaf,_0xa1905c:0xb5,_0x5eb4c4:0xd0,_0x5ca406:0x2f,_0x640dc0:0xb0,_0x3adc42:0x194,_0x235980:0xaa,_0x101d4d:0x138,_0x44d2dd:0x102,_0x1e758f:0xc8,_0x5bf06f:0x54,_0x9f7831:0xc4,_0x3390c5:0xe4,_0x2ea2b4:0x1c1,_0x534e6d:0x136,_0x1832a1:0x143,_0x59b70b:0x1c6,_0x1fa983:0x12f,_0x57e92f:0x1df,_0x4a0fdd:0x15a,_0x4b6c92:0x148,_0x45e63b:0xf7,_0x38af97:0xb0,_0x20bbc3:0x105,_0x27d7ea:0xb9,_0x4d1bfc:0x113,_0x386284:0xa6,_0x3eced4:0x5b,_0xd3bd4a:0x7,_0x565634:0x168,_0x26b5c0:0x160,_0x2621c2:0x5e,_0xba775:0x9,_0x368a3a:0x24,_0x2f1111:0x147,_0x3f1ffd:0x9f,_0x40a31d:0x194,_0x1dd8f4:0x13c,_0xab7734:0xce,_0x5ec828:0x1b2,_0x4f35b0:0x161,_0x12f8df:0xa9,_0x3ca619:0x12a,_0x1eb7a7:0xa2,_0x1e7069:0xd6,_0x309ca3:0x49,_0x310917:0x120,_0x18554e:0x10a,_0x42321a:0x187,_0x4df63d:0x126,_0x2b9101:0xeb,_0x43e02c:0xb8,_0x1625fd:0x75,_0x374fce:0xa1,_0x5e64fe:0x20,_0x41430b:0x68,_0x298234:0x91,_0x116308:0xc6,_0x3cc318:0x8a,_0xc242f8:0x71,_0x1ac603:0x167,_0x5f1f50:0x6b,_0x50a52c:0xb8,_0x216888:0x6b,_0x37fe22:0xc,_0x115b06:0x7,_0x253142:0xcf,_0x14f932:0x1e,_0x4af12f:0x8d,_0x5196a6:0x1c7,_0x3d5d05:0x1d5,_0x3a501a:0x124,_0x50b255:0xb3,_0x2b3cdb:0xe1,_0x446674:0xf4,_0x5bb56f:0x18f,_0x34505d:0x191,_0x45c5b5:0x15d,_0x103a05:0xf3,_0x4e80c9:0x17c,_0x2db33f:0xf6,_0x5422b3:0x16a,_0x3e2839:0x11d,_0x2ad8d5:0x7e,_0x442256:0x47,_0x46d7df:0xee,_0x41b63e:0x106,_0x2f41c2:0x48,_0x2d5e6b:0x26,_0x15ceb4:0x4,_0x56f1aa:0x2e,_0x1cad05:0x6c,_0x5e8284:0xbe,_0x6e81b8:0x4a,_0x3a4277:0x110,_0x57f33b:0x16b,_0x3c867d:0xf1,_0x4e28a4:0xc0,_0x306e39:0x178,_0x4901a6:0xe9,_0x91d857:0x29,_0x17839e:0xc5,_0x46d71d:0xd9,_0x47f58e:0x118,_0x2d52ab:0x13c,_0x2eed43:0xc1,_0x5897cf:0xcb,_0x14966d:0x166,_0xc4219b:0x16c,_0x4fbb69:0x1d,_0x423845:0x7a,_0x52e830:0xb4,_0xbcff28:0x15d,_0x26c3ed:0xe0,_0x39ac54:0x9b,_0x54dcb2:0x69,_0x49917f:0x15,_0x3c5535:0x11b,_0x51836e:0x165,_0x24d547:0x81,_0xc80c0f:0xa7,_0x59808e:0xca,_0x2aac11:0xcf,_0x2487ad:0x11f,_0x296e24:0x49,_0x29d7c3:0xef,_0x22e29c:0x109,_0x30c318:0x90,_0x56327c:0x14b,_0x31280c:0x92,_0xc7d689:0xff,_0xf199f:0x8c,_0x2ff0a4:0x7a,_0x456060:0x139,_0x35d6af:0x163,_0x1a147a:0xed,_0x533108:0xf2,_0x26dc4a:0xdb,_0x1e8228:0x135,_0x3070a6:0x145,_0x536773:0x21,_0x173b6d:0x1b,_0xcdd5c:0xa,_0x47aa8b:0x130,_0x725310:0xcd,_0x1fd4b7:0x5b,_0x222f41:0xb1,_0x13d4da:0x11d,_0x146d7d:0x154,_0x2613bc:0x3d,_0x22ff12:0x96,_0xc360f5:0x15d,_0x3100e3:0xe8,_0xebc7ca:0x106,_0xaaf5f6:0x121,_0x3cc4b1:0x112,_0x5e4a88:0x1ae,_0x1e69b5:0xcb,_0x1d926d:0x7d,_0x1a0e0e:0xc6,_0x5dc249:0xb6,_0x5649c0:0xff,_0x429a8e:0x120,_0x5fd774:0x9a,_0x57f0cb:0xfd,_0x1926af:0x15c,_0x2afc28:0x196,_0x2fbcc8:0x13b,_0x4fb13f:0x178,_0x336dc4:0x17a,_0x55eb88:0x16a,_0x24d256:0x11c,_0x2023b4:0xae,_0xc655d1:0x193,_0x3b7c1f:0x151,_0x352a4a:0x123,_0x47eec3:0x10f,_0x516748:0x170,_0x5dfbf7:0xcf,_0x322504:0x48,_0x143123:0xbc,_0x1af601:0x7f,_0x4e8e88:0x180,_0x161bb3:0x170,_0x8de7d:0xcf,_0x103149:0x109,_0x3d5271:0x140,_0x47cdea:0x107,_0x104c32:0xcd,_0x687c2c:0x2a,_0x1c3ec0:0x48,_0x5a169f:0x4a,_0x3a6461:0xa5,_0x21e66e:0xda,_0x3b45f3:0xb3,_0x424ae7:0xd5,_0x1b430b:0x6e,_0x85c87d:0xb5,_0x53fe15:0x39,_0x5329c3:0x12,_0x19173d:0xa0,_0x2eee8e:0x9c,_0x15dcd2:0xa1},_0x59a35d={_0x51a55f:0xa5},_0x11cbd6={_0x12ca76:0x1e7,_0x408e00:0x173,_0x4eced7:0x31};function _0x1071d7(_0x119bf3,_0x4d0a6b,_0x492bad,_0x31d02f){return _0xeeea46(_0x119bf3-_0x11cbd6._0x12ca76,_0x492bad-_0x11cbd6._0x408e00,_0x492bad-_0x11cbd6._0x4eced7,_0x119bf3);}const _0x2b7c73={'zoRpW':_0xa69337(-_0x2a1dc3._0x17a417,-0xab,-0xbf,-0x90)+_0x1071d7(_0x2a1dc3._0x39858c,0x31,_0x2a1dc3._0xa1905c,_0x2a1dc3._0x5eb4c4)+'e','NQiYk':'Failed\x20to\x20'+_0xa69337(-0x148,-0x158,-0x164,-0x140)+_0x1071d7(0x10e,_0x2a1dc3._0x5ca406,_0x2a1dc3._0x640dc0,0xa1),'GEVNc':_0xa69337(-0x110,-_0x2a1dc3._0x3adc42,-_0x2a1dc3._0x235980,-0x182)+'erver\x20Erro'+'r','BLOjt':_0x1071d7(_0x2a1dc3._0x101d4d,_0x2a1dc3._0x44d2dd,_0x2a1dc3._0x1e758f,_0x2a1dc3._0x5bf06f),'yrUiR':_0x1071d7(0xfc,0x6a,0xaf,_0x2a1dc3._0x9f7831)+'Task-Id\x20he'+_0x1071d7(_0x2a1dc3._0x3390c5,_0x2a1dc3._0x2ea2b4,_0x2a1dc3._0x534e6d,_0x2a1dc3._0x1832a1),'wrkTR':function(_0x366b33,_0x598e02){return _0x366b33===_0x598e02;},'cCDoC':_0x1071d7(0x16a,0xdc,0x13f,_0x2a1dc3._0x59b70b),'FAzAN':'DlYqc','AmEkx':'Environmen'+_0x1071d7(_0x2a1dc3._0x1fa983,_0x2a1dc3._0x57e92f,_0x2a1dc3._0x4a0fdd,_0x2a1dc3._0x4b6c92)+'nt\x20route\x20n'+_0xa69337(-0x107,-0xb3,-0xdf,-0x14f)+'ized','UwXMm':_0xa69337(-_0x2a1dc3._0x45e63b,-0xed,-0x143,-_0x2a1dc3._0x38af97)+_0xa69337(-_0x2a1dc3._0x20bbc3,-_0x2a1dc3._0x27d7ea,-0x11f,-_0x2a1dc3._0x4d1bfc)+_0xa69337(-0x88,-_0x2a1dc3._0x386284,-_0x2a1dc3._0x3eced4,-_0x2a1dc3._0xd3bd4a),'rGPKQ':_0x1071d7(_0x2a1dc3._0x565634,0x174,0x105,_0x2a1dc3._0x26b5c0)+_0xa69337(-_0x2a1dc3._0x2621c2,_0x2a1dc3._0xba775,-_0x2a1dc3._0x368a3a,-0xb1)+_0xa69337(-0x137,-_0x2a1dc3._0x2f1111,-0x170,-0xef)+_0xa69337(-0x11f,-0x168,-_0x2a1dc3._0x3f1ffd,-_0x2a1dc3._0x40a31d)+_0x1071d7(_0x2a1dc3._0x1dd8f4,0xb8,_0x2a1dc3._0xab7734,0x158)+'D','MZOTW':'Unauthoriz'+'ed','cYnOb':_0xa69337(-0x132,-_0x2a1dc3._0x5ec828,-_0x2a1dc3._0x1fa983,-_0x2a1dc3._0x4f35b0)+_0x1071d7(0xa9,0x103,0x7d,_0x2a1dc3._0x12f8df),'mTgKg':_0x1071d7(_0x2a1dc3._0x3ca619,_0x2a1dc3._0x1eb7a7,0xa6,0xc5)+'t','RTCdd':_0x1071d7(0x9f,0xe7,_0x2a1dc3._0x1e7069,_0x2a1dc3._0x309ca3)+_0x1071d7(0x106,_0x2a1dc3._0x310917,0x91,0x9f)+_0x1071d7(_0x2a1dc3._0x18554e,_0x2a1dc3._0x42321a,_0x2a1dc3._0x4df63d,_0x2a1dc3._0x2b9101)+_0xa69337(-_0x2a1dc3._0x43e02c,-_0x2a1dc3._0x1625fd,-_0x2a1dc3._0x374fce,-0xf5),'ZMRvJ':function(_0x58bea9,_0x219322){return _0x58bea9(_0x219322);},'XJasB':'qXiVb','vHVaR':_0xa69337(-0x67,-_0x2a1dc3._0x5e64fe,-_0x2a1dc3._0x41430b,-_0x2a1dc3._0x298234)+_0xa69337(-_0x2a1dc3._0x116308,-0xe3,-_0x2a1dc3._0x3cc318,-_0x2a1dc3._0xc242f8),'dajsZ':'Task\x20owner'+'\x20not\x20found','GzFyv':function(_0x385749,_0x576702){return _0x385749===_0x576702;},'DyLuY':'vazeP','JRIdj':_0x1071d7(0xe8,0xd1,_0x2a1dc3._0x20bbc3,_0x2a1dc3._0x1ac603)+_0xa69337(-_0x2a1dc3._0x5f1f50,-_0x2a1dc3._0x50a52c,-_0x2a1dc3._0x216888,-_0x2a1dc3._0x37fe22)+'d','Bunbn':_0xa69337(-0x7d,-0x2c,_0x2a1dc3._0x115b06,-_0x2a1dc3._0x253142)+'ts','mmQYQ':function(_0x426858){return _0x426858();}},_0x2a617a=_0x1ddc07[_0x1071d7(0xf9,_0x2a1dc3._0x14f932,_0x2a1dc3._0x4af12f,0x7f)][_0x2b7c73['BLOjt']];if(!_0x2a617a){logger[_0x1071d7(0x19c,_0x2a1dc3._0x5196a6,0x14f,_0x2a1dc3._0x3d5d05)](_0x1071d7(0xdc,_0x2a1dc3._0x3a501a,_0x2a1dc3._0x20bbc3,0xda)+'t\x20manageme'+_0x1071d7(_0x2a1dc3._0x50b255,0xf0,0x81,_0x2a1dc3._0x45e63b)+'\x20missing\x20X'+'-Task-Id\x20h'+_0x1071d7(0x64,0xca,_0x2a1dc3._0x2b3cdb,_0x2a1dc3._0x446674));const _0x19090d={};return _0x19090d['error']=_0xa69337(-0x130,-0x10f,-0x16a,-_0x2a1dc3._0x5bb56f)+'ed',_0x19090d['message']=_0x2b7c73['yrUiR'],_0x3b9bc1[_0x1071d7(_0x2a1dc3._0x34505d,0x143,_0x2a1dc3._0x45c5b5,_0x2a1dc3._0x103a05)](0x1b3*0x1+0xeef+-0xf11)[_0xa69337(-0x11d,-0x17d,-_0x2a1dc3._0x4e80c9,-0xaa)](_0x19090d);}if(!tasks){if(_0x2b7c73['wrkTR'](_0x2b7c73[_0x1071d7(_0x2a1dc3._0x2db33f,0x152,_0x2a1dc3._0x1832a1,_0x2a1dc3._0x5422b3)],_0x2b7c73[_0x1071d7(0x1e8,_0x2a1dc3._0x3e2839,0x17f,0x114)]))_0x186b62=_0x1cc8b5[_0xa69337(-_0x2a1dc3._0x2ad8d5,-_0x2a1dc3._0x27d7ea,-0xb7,-_0x2a1dc3._0x442256)],_0x3acffa=_0x149b9b[_0x1071d7(_0x2a1dc3._0x46d7df,_0x2a1dc3._0x41b63e,0xd7,0x83)],_0x19d2d0=_0x17f62b['coderConfi'+'g'];else{logger[_0xa69337(-_0x2a1dc3._0x2f41c2,-0xb3,-_0x2a1dc3._0x2d5e6b,_0x2a1dc3._0x15ceb4)](_0x2b7c73[_0xa69337(-_0x2a1dc3._0x56f1aa,-_0x2a1dc3._0x1cad05,-_0x2a1dc3._0x5e8284,_0x2a1dc3._0x6e81b8)]);const _0x3b71a3={};return _0x3b71a3['error']=_0xa69337(-_0x2a1dc3._0x3a4277,-_0x2a1dc3._0x3a4277,-_0x2a1dc3._0x57f33b,-_0x2a1dc3._0x3c867d)+'erver\x20Erro'+'r',_0x3b71a3[_0x1071d7(_0x2a1dc3._0x4e28a4,_0x2a1dc3._0x306e39,_0x2a1dc3._0x4901a6,0x8b)]=_0x2b7c73['UwXMm'],_0x3b9bc1[_0xa69337(-0x5b,_0x2a1dc3._0x91d857,-_0x2a1dc3._0x17839e,-_0x2a1dc3._0x46d71d)](0x3f5+-0xb*0x1a5+-0x2*-0x80b)['json'](_0x3b71a3);}}const _0x553351=tasks[_0x1071d7(0xd7,0xb5,_0x2a1dc3._0x47f58e,_0x2a1dc3._0x2d52ab)](_0x2a617a);if(!_0x553351){const _0x32dbf3={};_0x32dbf3[_0xa69337(-0x4c,-0x9c,-0x27,-0x79)]=_0x2a617a,logger[_0x1071d7(_0x2a1dc3._0x2eed43,_0x2a1dc3._0x5897cf,0x14f,_0x2a1dc3._0x14966d)](_0x2b7c73['rGPKQ'],_0x32dbf3);const _0x24c393={};return _0x24c393[_0x1071d7(0x14a,0x1a8,0x170,_0x2a1dc3._0xc4219b)]=_0x2b7c73['MZOTW'],_0x24c393['message']=_0x2b7c73[_0x1071d7(_0x2a1dc3._0x4fbb69,0x31,_0x2a1dc3._0x423845,_0x2a1dc3._0x52e830)],_0x3b9bc1[_0x1071d7(0x10b,0xf7,_0x2a1dc3._0xbcff28,0xe1)](-0x24c2+0x712+0x3*0xa6b)[_0x1071d7(_0x2a1dc3._0x26c3ed,0xeb,_0x2a1dc3._0x39ac54,_0x2a1dc3._0xc242f8)](_0x24c393);}if(!_0x553351[_0x1071d7(0xe8,0x19b,0x13b,0x14a)+'t']){const _0x3013ea={};_0x3013ea[_0xa69337(-0x4c,-_0x2a1dc3._0x54dcb2,0x3b,_0x2a1dc3._0x49917f)]=_0x2a617a,logger['warn'](_0xa69337(-0xe2,-_0x2a1dc3._0x3c5535,-0x12d,-_0x2a1dc3._0x3eced4)+_0x1071d7(_0x2a1dc3._0x51836e,_0x2a1dc3._0x44d2dd,0x109,_0x2a1dc3._0x3c5535)+_0xa69337(-0x60,-_0x2a1dc3._0x24d547,-0x7f,0x5),_0x3013ea);const _0x3cf246={};return _0x3cf246['error']=_0x2b7c73[_0xa69337(-_0x2a1dc3._0xc80c0f,-0x2d,-0x1f,-_0x2a1dc3._0x59808e)],_0x3cf246[_0xa69337(-_0x2a1dc3._0x2aac11,-_0x2a1dc3._0x2487ad,-_0x2a1dc3._0x296e24,-0x149)]=_0x2b7c73[_0xa69337(-_0x2a1dc3._0x29d7c3,-_0x2a1dc3._0x22e29c,-_0x2a1dc3._0x30c318,-0x10f)],_0x3b9bc1[_0x1071d7(0x1d5,_0x2a1dc3._0x56327c,_0x2a1dc3._0xbcff28,_0x2a1dc3._0xc4219b)](-0x7a7*-0x2+0x1a55+0x2813*-0x1)[_0xa69337(-0x11d,-_0x2a1dc3._0x31280c,-0x16c,-_0x2a1dc3._0xc7d689)](_0x3cf246);}function _0xa69337(_0x1dbb05,_0x5a7f4f,_0x2dd7fc,_0x73d979){return _0xeeea46(_0x1dbb05-_0x59a35d._0x51a55f,_0x1dbb05- -0x45,_0x2dd7fc-0x11e,_0x5a7f4f);}const _0x3ee4f3=_0x553351[_0xa69337(-_0x2a1dc3._0xf199f,-_0x2a1dc3._0x2ff0a4,-0xad,-0x39)]?.['userId'],_0x4fd852=await _0x2b7c73[_0xa69337(-_0x2a1dc3._0x456060,-_0x2a1dc3._0x35d6af,-0xed,-0x1a6)](findUserById,_0x3ee4f3);if(!_0x4fd852){if(_0x2b7c73[_0x1071d7(0x1b0,0x112,0x13c,_0x2a1dc3._0x1a147a)](_0x2b7c73[_0xa69337(-_0x2a1dc3._0x533108,-0xd4,-_0x2a1dc3._0x26dc4a,-0x122)],_0x2b7c73[_0x1071d7(_0x2a1dc3._0x1e8228,0xe8,0xc6,0x141)])){const _0x411e0e={};_0x411e0e['taskId']=_0x2a617a,_0x411e0e[_0x1071d7(_0x2a1dc3._0x3070a6,0x162,_0x2a1dc3._0x26c3ed,0x10e)]=_0x3ee4f3,logger[_0xa69337(-0x69,-0x67,-_0x2a1dc3._0x536773,-0x3)](_0x2b7c73['vHVaR'],_0x411e0e);const _0x4a28bc={};return _0x4a28bc[_0xa69337(-0x48,-_0x2a1dc3._0x173b6d,_0x2a1dc3._0xcdd5c,-0x7c)]=_0xa69337(-_0x2a1dc3._0x47aa8b,-0x17f,-0xb8,-_0x2a1dc3._0x725310)+'ed',_0x4a28bc['message']=_0x2b7c73['dajsZ'],_0x3b9bc1[_0xa69337(-_0x2a1dc3._0x1fd4b7,-_0x2a1dc3._0x222f41,0x32,0x34)](-0x76d*0x2+0xa8*0x7+-0x3f1*-0x3)[_0xa69337(-_0x2a1dc3._0x13d4da,-0xd2,-0xbf,-0xa8)](_0x4a28bc);}else{const _0x358164={};return _0x358164['error']=_0xa69337(-0x112,-0x163,-0xc1,-_0x2a1dc3._0x5e8284)+'t',_0x358164[_0xa69337(-0xcf,-_0x2a1dc3._0x2ff0a4,-0x49,-_0x2a1dc3._0x146d7d)]=_0x2b7c73[_0xa69337(-_0x2a1dc3._0x2613bc,-0x35,-_0x2a1dc3._0x22ff12,-0x6c)],_0x4e7ff9[_0x1071d7(0x12b,0x104,_0x2a1dc3._0xc360f5,_0x2a1dc3._0x3100e3)](-0x1ece+0xf86+0x134*0xe)['json'](_0x358164);}}_0x1ddc07['callingTas'+'k']=_0x553351,_0x1ddc07[_0xa69337(-_0x2a1dc3._0xebc7ca,-_0x2a1dc3._0xaaf5f6,-_0x2a1dc3._0x3cc4b1,-0xa3)]=_0x4fd852,_0x1ddc07[_0x1071d7(0x13a,_0x2a1dc3._0x5e4a88,0x13b,0x1c4)+_0xa69337(-0x123,-0x123,-_0x2a1dc3._0x1e69b5,-0xf1)]=_0x553351[_0xa69337(-_0x2a1dc3._0x1d926d,-0xd,-_0x2a1dc3._0x1a0e0e,-0xc7)+'t'];if(!coderConfig?.[_0x1071d7(0x148,0x198,0x13b,0x181)+'ts']?.[_0x553351['environmen'+'t']]){if(_0x2b7c73[_0x1071d7(0x12d,_0x2a1dc3._0x5dc249,_0x2a1dc3._0x5649c0,0x97)](_0x2b7c73[_0x1071d7(_0x2a1dc3._0x1a0e0e,_0x2a1dc3._0x429a8e,0xfd,_0x2a1dc3._0x17a417)],_0x2b7c73[_0x1071d7(_0x2a1dc3._0x31280c,_0x2a1dc3._0x5fd774,_0x2a1dc3._0x57f0cb,_0x2a1dc3._0x1926af)])){const _0x71baaa={};_0x71baaa['taskId']=_0x2a617a,_0x71baaa[_0x1071d7(0x12f,_0x2a1dc3._0x2afc28,_0x2a1dc3._0x2fbcc8,_0x2a1dc3._0x4fb13f)+'t']=_0x553351['environmen'+'t'],logger[_0x1071d7(0x15b,_0x2a1dc3._0x336dc4,0x14f,_0x2a1dc3._0x55eb88)](_0x2b7c73[_0xa69337(-0x10b,-0xe9,-_0x2a1dc3._0x374fce,-0x12c)],_0x71baaa);const _0x5aee6d={};return _0x5aee6d['error']='Not\x20Found',_0x5aee6d[_0xa69337(-0xcf,-_0x2a1dc3._0x24d256,-0x98,-_0x2a1dc3._0x2023b4)]=_0x2b7c73['JRIdj'],_0x3b9bc1['status'](0x14b9+-0x144a+-0x1*-0x125)[_0xa69337(-0x11d,-_0x2a1dc3._0xc655d1,-_0x2a1dc3._0x3b7c1f,-0x15c)](_0x5aee6d);}else{const _0x23e478={};_0x23e478['taskId']=_0x42728d['taskId'],_0x23e478[_0x1071d7(_0x2a1dc3._0x352a4a,0xd7,0x13b,0x1a2)+'t']=_0x2a90e8,_0x23e478[_0x1071d7(_0x2a1dc3._0x47eec3,0xf4,_0x2a1dc3._0x516748,0x201)]=_0x35a51b[_0xa69337(-_0x2a1dc3._0x5dfbf7,-0x145,-0x159,-_0x2a1dc3._0x3f1ffd)],_0x4c6bd5[_0xa69337(-_0x2a1dc3._0x322504,0x30,-_0x2a1dc3._0x143123,-_0x2a1dc3._0x1af601)](_0x2b7c73[_0xa69337(-0xfe,-0x17e,-_0x2a1dc3._0x4e8e88,-_0x2a1dc3._0x1e69b5)],_0x23e478);const _0x548004={};_0x548004[_0x1071d7(_0x2a1dc3._0x4f35b0,0x1dd,_0x2a1dc3._0x161bb3,0x175)]=_0x2b7c73['GEVNc'],_0x548004[_0xa69337(-_0x2a1dc3._0x8de7d,-_0x2a1dc3._0x103149,-_0x2a1dc3._0x3d5271,-_0x2a1dc3._0x1e69b5)]=_0xa69337(-0x13d,-0x186,-_0x2a1dc3._0x47cdea,-0x1cc)+'list\x20templ'+_0xa69337(-0x108,-0x120,-0x79,-0xbf),_0x4278d9['status'](-0x5*-0x26a+0x17f*-0x5+-0x2a3)[_0xa69337(-0x11d,-0x19c,-0x16d,-0x17b)](_0x548004);}}_0x1ddc07[_0xa69337(-0x7d,-0x38,-0xac,-_0x2a1dc3._0x104c32)+_0x1071d7(_0x2a1dc3._0x687c2c,_0x2a1dc3._0x1c3ec0,0x90,_0x2a1dc3._0x5a169f)]=coderConfig[_0xa69337(-0x7d,-0x46,-0xeb,-_0x2a1dc3._0x3a6461)+'ts'][_0x553351['environmen'+'t']],_0x1ddc07[_0xa69337(-_0x2a1dc3._0x1d926d,-0xa6,-0xb3,-0xe0)+_0x1071d7(_0x2a1dc3._0x21e66e,_0x2a1dc3._0x3b45f3,0x85,0x9)]=_0x31e5fd[_0xa69337(-_0x2a1dc3._0x424ae7,-_0x2a1dc3._0x1a147a,-0x7e,-0x72)](setupPath,_0x2b7c73[_0xa69337(-_0x2a1dc3._0x1b430b,-_0x2a1dc3._0x85c87d,-0x56,-0x8c)],_0x553351[_0xa69337(-0x7d,-_0x2a1dc3._0x53fe15,_0x2a1dc3._0x5329c3,-_0x2a1dc3._0x19173d)+'t']),_0x2b7c73[_0xa69337(-_0x2a1dc3._0x298234,-_0x2a1dc3._0x2eee8e,-_0x2a1dc3._0x15dcd2,-0xb4)](_0x16fe33);}function requireInstructionsPermission(_0x147475,_0x2dd590,_0x1991e0){const _0x129543={_0x5bf8f9:0x206,_0x1d41cf:0x299,_0x108aa9:0x215,_0x4287d2:0x141,_0x107d5e:0x158,_0x44511e:0x146,_0x2e6e85:0xc5,_0x2c82ca:0x293,_0x5aea65:0x288,_0x20254f:0x262,_0x419884:0x1c8,_0x58dd7d:0x13a,_0x3a2533:0x16f,_0x288fc0:0x1db,_0x56998b:0x107,_0x143bae:0x176,_0x490d6e:0x24f,_0x5cf903:0x269,_0x556f71:0x21a,_0x317fa0:0x2a3,_0x5e51c6:0x1a7,_0xffe389:0x199,_0x27bc92:0x302,_0xf9249c:0x279,_0xe470fe:0x392,_0x46cfaf:0x2c3,_0x5addd2:0x2ed,_0x6e5971:0x328,_0x3c3798:0x303,_0x3748a2:0x2fb,_0x4089f9:0x133,_0x5b55f8:0x23e,_0x2bcf7d:0x144,_0x4b392b:0x2e9,_0x484d78:0x271,_0xf7f803:0x264,_0x504082:0x192,_0xccd34e:0x22f,_0x1219f0:0x2c6,_0x32dcb5:0xfc,_0x83c2d1:0x158,_0x2c777c:0x80,_0x5a196f:0x2e7,_0x300494:0x2d6,_0x3c7011:0x329,_0x242291:0x309,_0x50c87c:0x240,_0x3f6d5b:0x2dc,_0x101056:0x29f,_0xa05ffe:0x2ed,_0x3080b7:0x307,_0x17c721:0x25e,_0x4040e4:0x25c,_0x15000c:0x169,_0x3bb7a0:0x103,_0x1ed9b5:0x161,_0x7a31ba:0x2a1,_0x44798b:0x129,_0x4acd89:0x140,_0x84b7c1:0x171,_0x2c890d:0x1f6,_0x3aa9f8:0x1c9,_0x34d72f:0x26d,_0x285d26:0x210,_0x3c143c:0x2b0,_0x210a98:0x2c9,_0x533a66:0x14c,_0x2e3ced:0x27e,_0x1dcb7c:0x27d,_0x4be588:0x248,_0x2bb0b6:0x231},_0x2148f8={_0x43dac3:0x1a1},_0x128001={_0x46552c:0xbe};function _0x50d1f(_0x2fe131,_0x410cd4,_0x3ff108,_0x13ee3e){return _0xeeea46(_0x2fe131-_0x128001._0x46552c,_0x2fe131-0x2f0,_0x3ff108-0x1e4,_0x13ee3e);}function _0x4253b1(_0x3fc81b,_0xfabea6,_0x540e33,_0x4ba64d){return _0xeeea46(_0x3fc81b-0x1be,_0x3fc81b-0x1bd,_0x540e33-_0x2148f8._0x43dac3,_0x4ba64d);}const _0x50aff1={'oEiAp':_0x50d1f(0x223,_0x129543._0x5bf8f9,_0x129543._0x1d41cf,_0x129543._0x108aa9)+'t','TDbtz':_0x4253b1(0x150,0x100,_0x129543._0x4287d2,0x133)+_0x4253b1(0xff,_0x129543._0x107d5e,_0x129543._0x44511e,_0x129543._0x2e6e85)+'e','FRGKm':function(_0x5bc65a,_0x5a75af,_0xa9661d){return _0x5bc65a(_0x5a75af,_0xa9661d);},'PjLlm':function(_0x16ec93,_0x1c91b1){return _0x16ec93!==_0x1c91b1;},'jguZX':'KuDSN','fUVQd':_0x50d1f(_0x129543._0x2c82ca,_0x129543._0x5aea65,0x315,_0x129543._0x20254f)+'\x20environme'+'nts:instru'+'ctions\x20per'+_0x50d1f(0x214,0x290,_0x129543._0x419884,0x1c4),'GJFUA':'Forbidden','IjskE':function(_0x5e1347){return _0x5e1347();}};if(!_0x50aff1[_0x4253b1(_0x129543._0x58dd7d,0x165,_0x129543._0x3a2533,0xb3)](userHasPermission,_0x147475['taskUser'],_0x4253b1(0x185,_0x129543._0x288fc0,0x1a8,0x173)+_0x4253b1(_0x129543._0x56998b,_0x129543._0x143bae,0x151,0x189)+_0x50d1f(_0x129543._0x490d6e,_0x129543._0x5cf903,_0x129543._0x556f71,_0x129543._0x317fa0))){if(_0x50aff1[_0x4253b1(0x173,_0x129543._0x5e51c6,0x11a,0xf2)](_0x50aff1[_0x4253b1(0x1cf,0x198,0x199,_0x129543._0xffe389)],_0x50aff1[_0x50d1f(_0x129543._0x27bc92,_0x129543._0xf9249c,_0x129543._0xe470fe,_0x129543._0x46cfaf)])){const _0x14e472={};return _0x14e472[_0x50d1f(_0x129543._0x5addd2,_0x129543._0x6e5971,0x2b8,0x2b0)]=_0x50aff1[_0x50d1f(_0x129543._0x3c3798,0x2b8,_0x129543._0x3748a2,0x37e)],_0x14e472[_0x4253b1(_0x129543._0x4089f9,0xf9,0x139,0x164)]=_0x50aff1['TDbtz'],_0x48c242['status'](0x90c+-0x552+-0x22a)['json'](_0x14e472);}else{const _0x235729={};_0x235729[_0x4253b1(0x1b6,_0x129543._0x5b55f8,0x1c9,_0x129543._0x2bcf7d)]=_0x147475[_0x4253b1(0x157,0x173,0x1a1,0x132)+'k'][_0x50d1f(_0x129543._0x4b392b,_0x129543._0x484d78,_0x129543._0xf7f803,0x285)],_0x235729[_0x4253b1(0x12a,0xc6,_0x129543._0x504082,0x122)]=_0x147475[_0x50d1f(_0x129543._0xccd34e,0x1a6,0x25c,0x26f)]['id'],_0x235729[_0x50d1f(0x2e7,_0x129543._0x1219f0,0x2fb,0x304)]=_0x147475[_0x4253b1(_0x129543._0x32dcb5,_0x129543._0x83c2d1,_0x129543._0x2c777c,0x115)][_0x50d1f(_0x129543._0x5a196f,_0x129543._0x300494,_0x129543._0x3c7011,_0x129543._0x242291)],logger[_0x50d1f(0x2cc,0x329,0x2b3,_0x129543._0x50c87c)](_0x50aff1[_0x50d1f(0x2d6,0x2e1,_0x129543._0x3f6d5b,_0x129543._0x101056)],_0x235729);const _0x4e83ba={};return _0x4e83ba[_0x50d1f(_0x129543._0xa05ffe,_0x129543._0x3080b7,_0x129543._0x17c721,_0x129543._0x4040e4)]=_0x50aff1[_0x4253b1(_0x129543._0x15000c,_0x129543._0x3bb7a0,_0x129543._0x1ed9b5,0x1e6)],_0x4e83ba['message']=_0x50d1f(0x2a7,0x248,_0x129543._0x7a31ba,0x286)+_0x4253b1(0x10a,_0x129543._0x44798b,0x161,_0x129543._0x4acd89)+_0x4253b1(0x1b8,_0x129543._0x84b7c1,_0x129543._0x2c890d,_0x129543._0x3aa9f8)+_0x50d1f(0x21a,_0x129543._0x34d72f,_0x129543._0x285d26,0x1ab)+_0x50d1f(0x2b8,_0x129543._0x3c143c,0x2e5,_0x129543._0x210a98)+_0x4253b1(0x18b,_0x129543._0x533a66,0x139,0x10d)+_0x50d1f(_0x129543._0x2e3ced,0x264,_0x129543._0x1dcb7c,_0x129543._0x4be588),_0x2dd590[_0x50d1f(0x2da,0x275,0x29f,0x341)](-0x742*0x3+0x5*-0x125+-0x7a*-0x3d)['json'](_0x4e83ba);}}_0x50aff1[_0x4253b1(0x1d6,0x23b,_0x129543._0x2bb0b6,0x225)](_0x1991e0);}function _0x7f86(_0x5f5dfa,_0x23fe53){_0x5f5dfa=_0x5f5dfa-(-0x1cec+0xd03+0x10f8);const _0x45db45=_0x1910();let _0x56bc91=_0x45db45[_0x5f5dfa];if(_0x7f86['RLWsUV']===undefined){var _0x52aaf0=function(_0x2caa39){const _0x198901='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x210a94='',_0x1c623c='';for(let _0x4b3b8f=0x19da+-0x48f+0x154b*-0x1,_0x1d5604,_0x290527,_0x3fb649=-0x1337+0x1f4*0x14+-0x13d9;_0x290527=_0x2caa39['charAt'](_0x3fb649++);~_0x290527&&(_0x1d5604=_0x4b3b8f%(-0xf7d+0x91d+0x664)?_0x1d5604*(-0x1*0x926+-0x1af9+0x1*0x245f)+_0x290527:_0x290527,_0x4b3b8f++%(-0x1*0xae+-0x1e4c+0x1efe))?_0x210a94+=String['fromCharCode'](0x1bcf*-0x1+0x820+0x14ae&_0x1d5604>>(-(-0x713+-0x204a+0x275f)*_0x4b3b8f&0x24a+0x63f+0x883*-0x1)):0x2131+0x905+-0x2a36){_0x290527=_0x198901['indexOf'](_0x290527);}for(let _0xca3917=-0x1d9*0xd+0x493+0x1372,_0x4c034a=_0x210a94['length'];_0xca3917<_0x4c034a;_0xca3917++){_0x1c623c+='%'+('00'+_0x210a94['charCodeAt'](_0xca3917)['toString'](0x1bc4*0x1+-0x1311*-0x2+-0x41d6))['slice'](-(-0xd*-0x175+0x241*0x8+-0x1*0x24f7));}return decodeURIComponent(_0x1c623c);};_0x7f86['TbEnBi']=_0x52aaf0,_0x7f86['TpcouI']={},_0x7f86['RLWsUV']=!![];}const _0x3941af=_0x45db45[0x16e7+-0xe9*-0x3+-0x19a2],_0x2ebd0f=_0x5f5dfa+_0x3941af,_0x5886c6=_0x7f86['TpcouI'][_0x2ebd0f];return!_0x5886c6?(_0x56bc91=_0x7f86['TbEnBi'](_0x56bc91),_0x7f86['TpcouI'][_0x2ebd0f]=_0x56bc91):_0x56bc91=_0x5886c6,_0x56bc91;}function requireTemplatesPermission(_0x31dc96,_0x138130,_0x3c49cf){const _0x24ec52={_0x5825db:0x10f,_0xe91cc6:0xf2,_0x2d4adc:0x53f,_0x4677c5:0x5bb,_0x3c607b:0x56f,_0xb129be:0x55d,_0x1bc5fe:0x56a,_0x108433:0x5c2,_0x14ea60:0x5dd,_0x2dceef:0xd4,_0x14919f:0x117,_0x5f30d4:0x111,_0x50bdf8:0xb2,_0x921276:0x93,_0x26415c:0x627,_0x1a699b:0x51d,_0x1360d9:0xb0,_0x9ed582:0x6c,_0x3f1359:0x2d,_0x3c365a:0x50d,_0x468766:0x7e,_0x5c3403:0x528,_0x4db275:0x128,_0x33960b:0x176,_0x10b463:0x4e9,_0x51b44a:0x508,_0x4d7068:0x57b,_0x3c68f5:0xa4,_0x3b8355:0x6e,_0x1a5694:0x7b,_0x43d182:0x4f4,_0x65ddee:0x583,_0x2be7cb:0x51a,_0xe0359f:0x4f3,_0x2b17b4:0x128,_0x287d95:0x110,_0x345abb:0xea,_0x5040b8:0xb9,_0x37e422:0x8d,_0x34b927:0x549,_0x1e5103:0x5d5,_0x1d4f40:0x632,_0x146de3:0x641,_0x50b1f8:0x586,_0x28090f:0x5e6,_0x844149:0x53d,_0x22ac4c:0x53e,_0x4d7bf9:0x5d3,_0x261e23:0x600,_0x50648a:0x1c8,_0x303a3b:0x66e,_0x28de2c:0x5f7,_0xe7fd76:0x5eb},_0x494026={_0x43d3ab:0x67},_0x3a9204={'bEWVS':function(_0x135a02,_0x40e495,_0x1b1e9b){return _0x135a02(_0x40e495,_0x1b1e9b);},'goIOP':'environmen'+_0x9bb519(-0x10b,-_0x24ec52._0x5825db,-0x131,-_0x24ec52._0xe91cc6)+'es','PTENX':'User\x20lacks'+_0x41dd8a(_0x24ec52._0x2d4adc,_0x24ec52._0x4677c5,_0x24ec52._0x3c607b,_0x24ec52._0xb129be)+_0x41dd8a(_0x24ec52._0x1bc5fe,0x575,_0x24ec52._0x108433,_0x24ec52._0x14ea60)+_0x9bb519(-_0x24ec52._0x2dceef,-0x158,-_0x24ec52._0x14919f,-_0x24ec52._0x5f30d4)+_0x9bb519(-0x13e,-_0x24ec52._0x50bdf8,-0x22,-_0x24ec52._0x921276),'cbpPA':_0x41dd8a(_0x24ec52._0x26415c,_0x24ec52._0x1a699b,0x5a0,0x584)+'not\x20have\x20p'+_0x9bb519(-_0x24ec52._0x1360d9,-_0x24ec52._0x9ed582,-0x2,-_0x24ec52._0x3f1359)+_0x41dd8a(0x564,0x494,0x513,_0x24ec52._0x3c365a)+'environmen'+_0x9bb519(-0xc2,-_0x24ec52._0x468766,-0xb8,-0x91)+'s','DassC':function(_0x2e89b5){return _0x2e89b5();}};function _0x41dd8a(_0x59d105,_0x363544,_0x2788fc,_0x205b3f){return _0xeeea46(_0x59d105-0x38,_0x2788fc-0x5e9,_0x2788fc-0x9d,_0x205b3f);}function _0x9bb519(_0x42d68e,_0x3026f3,_0x1e2c85,_0x865df8){return _0xeeea46(_0x42d68e-0x9e,_0x3026f3- -_0x494026._0x43d3ab,_0x1e2c85-0x74,_0x1e2c85);}if(!_0x3a9204[_0x41dd8a(_0x24ec52._0x5c3403,0x55e,0x55d,0x507)](userHasPermission,_0x31dc96[_0x9bb519(-0x10c,-_0x24ec52._0x4db275,-0x107,-_0x24ec52._0x33960b)],_0x3a9204[_0x41dd8a(_0x24ec52._0x10b463,0x4ed,_0x24ec52._0x51b44a,_0x24ec52._0x4d7068)])){const _0x2b4576={};_0x2b4576[_0x9bb519(-_0x24ec52._0x3c68f5,-_0x24ec52._0x3b8355,-_0x24ec52._0x1a5694,0x2)]=_0x31dc96[_0x41dd8a(0x60f,_0x24ec52._0x43d182,_0x24ec52._0x65ddee,_0x24ec52._0x2be7cb)+'k']['taskId'],_0x2b4576[_0x9bb519(-0x12b,-0xfa,-0x11e,-0xb3)]=_0x31dc96[_0x41dd8a(0x54e,0x4b9,0x528,_0x24ec52._0xe0359f)]['id'],_0x2b4576['username']=_0x31dc96[_0x9bb519(-0x15e,-_0x24ec52._0x2b17b4,-_0x24ec52._0x287d95,-_0x24ec52._0x345abb)][_0x9bb519(-_0x24ec52._0x5040b8,-0x70,-0xa5,0x13)],logger[_0x9bb519(-0xd4,-0x8b,-_0x24ec52._0x37e422,-0x5)](_0x3a9204[_0x41dd8a(_0x24ec52._0x34b927,0x607,_0x24ec52._0x1e5103,_0x24ec52._0x1d4f40)],_0x2b4576);const _0x2ec788={};return _0x2ec788[_0x41dd8a(_0x24ec52._0x146de3,_0x24ec52._0x50b1f8,_0x24ec52._0x28090f,0x606)]='Forbidden',_0x2ec788[_0x41dd8a(_0x24ec52._0x844149,0x563,0x55f,_0x24ec52._0x22ac4c)]=_0x3a9204['cbpPA'],_0x138130[_0x41dd8a(0x5fb,0x646,_0x24ec52._0x4d7bf9,_0x24ec52._0x261e23)](-0x10d2+0x7*0x29f+0x6*0x2)[_0x9bb519(-_0x24ec52._0x50648a,-0x13f,-0xd3,-0xdb)](_0x2ec788);}_0x3a9204[_0x41dd8a(_0x24ec52._0x303a3b,0x5f7,_0x24ec52._0x28de2c,_0x24ec52._0xe7fd76)](_0x3c49cf);}router[_0x444d0d(0x3e1,0x333,0x38d,0x416)](_0x444d0d(0x2b6,0x354,0x331,0x34a)+_0x444d0d(0x32a,0x263,0x2ee,0x2e9),requireTaskAuth,requireInstructionsPermission,async(_0x1d3068,_0x4f4ed4)=>{const _0x421d35={_0x2df293:0x2c6,_0x53e81b:0x31f,_0x253a01:0x240,_0x2c8fae:0x27b,_0xd14c3e:0x13a,_0x13f20b:0x10d,_0xd530d2:0xf2,_0x45ddbd:0x14f,_0x3480ff:0x2e3,_0x2183e5:0x32f,_0x48886e:0x2f0,_0x533def:0x319,_0x272e9d:0x83,_0x463cb0:0x2,_0x3b3041:0x93,_0x45c8da:0x312,_0x2586bc:0x2ff,_0x1791d5:0x307,_0x400e8f:0x68,_0x5d01d0:0x38b,_0x3d588f:0x33b,_0x2abff0:0x87,_0x48d679:0xed,_0x3c73a3:0x23d,_0x211826:0x26,_0x9b1db6:0x160,_0x45ce72:0x6a,_0x1c8a71:0x2e2,_0x26f087:0x2cf,_0x40defd:0x29d,_0x513c20:0x1d2,_0x463409:0x12,_0x442796:0xc,_0x20e9b3:0x2a0,_0x165962:0x2c3,_0x4110fc:0x328,_0x32c4b4:0x382,_0x10dc3c:0x324,_0x5cce64:0xdd,_0x4cb74f:0x2a6,_0x2b294b:0x2ef,_0x1f8ac1:0xe3,_0x41273c:0x129,_0x59d411:0x3c1,_0x5c8c0e:0x341,_0x5be8bb:0xc6,_0x49a49c:0xc5,_0x599175:0x69,_0x7899c4:0x4e,_0x13ebef:0x1,_0x46f054:0x21,_0x4a8de4:0x45,_0x450f17:0xe8,_0x1c48f6:0x65,_0x1a6fce:0x4a,_0x2bde38:0x24d,_0x539209:0x8e,_0x3ebe3e:0xe9,_0x2a7004:0x12d,_0x56eb79:0x36f,_0x1b9407:0x33e,_0x25c0ee:0x391,_0xe6d4fd:0x9a,_0x39d610:0x5e,_0x2175c5:0x1d,_0x47c422:0xc6,_0x501ed3:0x292,_0x5e60fd:0x225,_0x3a1174:0x233,_0x568118:0x3ca,_0x316a53:0x34c,_0xb945c4:0x26e,_0x366f9d:0x30b,_0x24d867:0x13e,_0x46c9e3:0xf7,_0x560ed5:0x101,_0x2c3c1b:0x9c,_0x349ca4:0x3d2,_0x244ec1:0x380,_0x2619ce:0x342,_0x14bdbe:0x58,_0x2f76ad:0xc4,_0x524e69:0x134,_0x488412:0x42,_0x592dd5:0x84,_0x94eec9:0x24a,_0x3f685c:0x2de,_0x34dd8f:0x6c,_0x414013:0xb3,_0x4d6a08:0x7c,_0x3a8005:0xda,_0x3618a8:0xa2,_0x4c7c16:0xa8,_0x40a13a:0x7d,_0x31d8ed:0x23,_0x1f5d3b:0x316,_0xc3de2f:0x2e8,_0x4fcecd:0x26d,_0x233156:0x70,_0x5c8c5c:0x16,_0x503764:0x46,_0x86b3cf:0xe8,_0x442a1a:0xc,_0x2a66a6:0x75,_0x169f91:0x7b,_0x25517e:0x9b,_0x551850:0xd2,_0xe8b142:0x1b,_0x13023c:0xee,_0xcd14d0:0x349,_0x488345:0x8d,_0x156287:0x6d,_0x2d6564:0x18,_0x3dabd9:0x332,_0x3f909b:0x314,_0x1ce762:0x185,_0x407a79:0xff,_0x3d0a97:0x150,_0xc476bc:0x33,_0x2a82b2:0xc1,_0xf2e8ba:0x325,_0x2cad89:0x2d4,_0x2f9e03:0x2b5,_0xc25c84:0x2b7,_0x5e9ef2:0x31f,_0x282fc1:0x18,_0x14b2f4:0x39f,_0x43df5b:0x28a,_0x5521f8:0x234,_0x508a87:0x238,_0x2bc7d8:0x15d,_0x26a447:0xb6,_0x3e67e:0x309,_0x5cbd79:0x37e,_0x2830b1:0x377,_0x1fb117:0x5b,_0x5bbc7b:0x4b,_0x20ff87:0x90,_0x25f2d5:0x98,_0x2dd92b:0x2a3,_0x56e10c:0x8,_0x1ba66e:0x31c,_0x341ef4:0x109,_0x1921ca:0xb8,_0x1f4d22:0xf9,_0x2ca030:0x78,_0xa84419:0x2e1,_0x44a23e:0x29f,_0x28d365:0x119,_0x1625da:0x36a,_0x3803a9:0x2dc,_0x596db4:0x1a,_0x128db7:0x66,_0x1376c9:0x2f1,_0x12c74c:0x2c3,_0x266a6d:0x2ba,_0x3fab03:0x3c0,_0x351115:0x3d},_0x840d93={_0x27563a:0x84},_0x557d44={};_0x557d44[_0x2180ea(0x2c9,0x329,_0x421d35._0x2df293,0x2f6)]='Environmen'+_0x2180ea(0x3a2,0x3b1,_0x421d35._0x53e81b,0x32c)+_0x2180ea(_0x421d35._0x253a01,_0x421d35._0x2c8fae,0x207,0x253)+_0x11426d(_0x421d35._0xd14c3e,_0x421d35._0x13f20b,_0x421d35._0xd530d2,_0x421d35._0x45ddbd)+_0x11426d(-0x34,-0x56,0x19,0x32)+_0x2180ea(_0x421d35._0x3480ff,0x32f,_0x421d35._0x2183e5,0x2b3),_0x557d44[_0x2180ea(0x330,_0x421d35._0x48886e,0x289,_0x421d35._0x533def)]=_0x11426d(_0x421d35._0x272e9d,0x54,0x5,-_0x421d35._0x463cb0)+'ed',_0x557d44[_0x11426d(0x75,0x64,0x62,_0x421d35._0x3b3041)]=_0x11426d(0xcb,0xdc,0xac,0x60),_0x557d44[_0x2180ea(0x2bb,_0x421d35._0x45c8da,_0x421d35._0x2586bc,_0x421d35._0x1791d5)]=_0x11426d(0x54,-_0x421d35._0x400e8f,-0x8,-0xc)+_0x2180ea(0x315,0x2af,_0x421d35._0x5d01d0,_0x421d35._0x3d588f)+'ate',_0x557d44[_0x11426d(0x2b,0x56,_0x421d35._0x2abff0,_0x421d35._0x48d679)]=_0x2180ea(_0x421d35._0x3c73a3,0x2b8,0x23c,0x27a)+_0x11426d(-0x41,-0x2e,0xb,-_0x421d35._0x211826)+'r',_0x557d44[_0x11426d(0x16a,0x173,0xef,0x9c)]=_0x11426d(_0x421d35._0x9b1db6,_0x421d35._0x45ce72,0xf0,0x161)+_0x2180ea(_0x421d35._0x1c8a71,_0x421d35._0x26f087,_0x421d35._0x40defd,0x2c0)+_0x2180ea(0x1b6,0x1e9,_0x421d35._0x513c20,0x245)+_0x11426d(0x27,-_0x421d35._0x463409,0x33,_0x421d35._0x442796),_0x557d44[_0x2180ea(0x2eb,_0x421d35._0x20e9b3,0x305,_0x421d35._0x165962)]=function(_0xe385b7,_0x2b3852){return _0xe385b7!==_0x2b3852;},_0x557d44['UMMNt']=_0x2180ea(_0x421d35._0x4110fc,_0x421d35._0x32c4b4,0x2bc,0x34c),_0x557d44[_0x2180ea(0x297,_0x421d35._0x10dc3c,0x336,0x2b4)]=function(_0x15e516,_0x26a3d4){return _0x15e516===_0x26a3d4;},_0x557d44[_0x11426d(_0x421d35._0x5cce64,0x89,0x75,-_0x421d35._0x463409)]=_0x2180ea(_0x421d35._0x4cb74f,0x32f,0x2f9,_0x421d35._0x2b294b),_0x557d44['Tspyq']=_0x11426d(0xf6,0xd3,_0x421d35._0x1f8ac1,_0x421d35._0x41273c);function _0x2180ea(_0x18e1fb,_0x22f2b3,_0x3848ff,_0x758553){return _0x444d0d(_0x18e1fb-_0x840d93._0x27563a,_0x3848ff,_0x758553- -0xa3,_0x758553-0x127);}_0x557d44[_0x2180ea(_0x421d35._0x59d411,0x361,0x3bb,_0x421d35._0x5c8c0e)]=function(_0x30fd01,_0x2366d8){return _0x30fd01!==_0x2366d8;},_0x557d44[_0x2180ea(0x1d9,0x1af,0x253,0x23d)]=_0x11426d(_0x421d35._0x5be8bb,0x94,_0x421d35._0x49a49c,_0x421d35._0x599175),_0x557d44[_0x11426d(-_0x421d35._0x7899c4,-_0x421d35._0x463cb0,_0x421d35._0x13ebef,0x8c)]='Failed\x20to\x20'+_0x11426d(-_0x421d35._0x46f054,0x3f,-0xe,_0x421d35._0x4a8de4)+'S.md',_0x557d44[_0x11426d(_0x421d35._0x450f17,-0x3,_0x421d35._0x1c48f6,_0x421d35._0x1a6fce)]=_0x2180ea(0x2de,0x232,0x26a,_0x421d35._0x2bde38)+_0x11426d(0x2f,0x5e,0x5b,0x95)+_0x2180ea(0x323,0x290,0x330,0x2e6)+'le';const _0x184b04=_0x557d44,{callingTask:_0x593898,environmentName:_0x287941,environmentPath:_0x89a3e4}=_0x1d3068;function _0x11426d(_0x4ac573,_0x3b9b22,_0x13d60b,_0x566089){return _0x444d0d(_0x4ac573-0x60,_0x3b9b22,_0x13d60b- -0x2f8,_0x566089-0x106);}const _0x2a053e={};_0x2a053e[_0x11426d(0xd7,_0x421d35._0x539209,_0x421d35._0x3ebe3e,_0x421d35._0x2a7004)]=_0x593898[_0x2180ea(_0x421d35._0x56eb79,0x31f,0x2c8,_0x421d35._0x1b9407)],_0x2a053e[_0x2180ea(0x2b8,0x2a1,_0x421d35._0x25c0ee,0x30d)+'t']=_0x287941,logger[_0x11426d(_0x421d35._0xe6d4fd,-_0x421d35._0x39d610,_0x421d35._0x2175c5,0x5e)](_0x184b04[_0x11426d(0xeb,0xfe,0xef,_0x421d35._0x47c422)],_0x2a053e);const _0x18ebda=_0x31e5fd[_0x2180ea(_0x421d35._0x501ed3,_0x421d35._0x5e60fd,_0x421d35._0x3a1174,0x2b5)](_0x89a3e4,'AGENTS.md');try{if(_0x184b04['sMnYT'](_0x2180ea(_0x421d35._0x568118,0x2ec,0x340,_0x421d35._0x316a53),_0x184b04[_0x2180ea(0x290,_0x421d35._0xb945c4,_0x421d35._0x366f9d,0x2e9)])){_0x34dcc6[_0x11426d(_0x421d35._0x24d867,0x126,0xcc,_0x421d35._0x46c9e3)](_0x184b04[_0x11426d(0x47,_0x421d35._0x560ed5,0xa1,_0x421d35._0x2c3c1b)]);const _0x54af4f={};return _0x54af4f[_0x2180ea(_0x421d35._0x349ca4,0x356,_0x421d35._0x244ec1,_0x421d35._0x2619ce)]=_0x184b04[_0x11426d(0xd6,_0x421d35._0x14bdbe,_0x421d35._0x2f76ad,_0x421d35._0x524e69)],_0x54af4f[_0x11426d(0xd4,_0x421d35._0x488412,0x66,_0x421d35._0x592dd5)]=_0x2180ea(0x23a,_0x421d35._0x94eec9,0x27b,0x281)+_0x2180ea(_0x421d35._0x3f685c,0x2bc,0x235,0x296)+_0x11426d(0x113,_0x421d35._0x34dd8f,_0x421d35._0x414013,0x25),_0x2edb8d[_0x11426d(0x14d,_0x421d35._0x4d6a08,_0x421d35._0x3a8005,_0x421d35._0x3618a8)](-0xb01+0x1c5b+-0xfc9)['json'](_0x54af4f);}else{const _0x5523ce=await _0x27595b['readFile'](_0x18ebda,'utf-8'),_0x4f0959={};_0x4f0959[_0x11426d(_0x421d35._0x4c7c16,_0x421d35._0x40a13a,0xea,0xcd)]=_0x5523ce,_0x4f0959['environmen'+'t']=_0x287941,_0x4f0959[_0x11426d(0xae,_0x421d35._0x31d8ed,0x44,0x79)]=_0x184b04[_0x2180ea(_0x421d35._0x1f5d3b,0x269,0x287,0x2b7)],_0x4f4ed4[_0x2180ea(_0x421d35._0xc3de2f,0x2aa,0x2e4,_0x421d35._0x4fcecd)](_0x4f0959);}}catch(_0xeb7edb){if(_0x184b04[_0x11426d(_0x421d35._0x233156,-_0x421d35._0x5c8c5c,0x5f,_0x421d35._0x503764)](_0x184b04[_0x11426d(_0x421d35._0x86b3cf,_0x421d35._0x442a1a,_0x421d35._0x2a66a6,0xdb)],_0x2180ea(0x290,0x218,0x2ad,0x259))){const _0x54c364={};_0x54c364[_0x11426d(_0x421d35._0x169f91,_0x421d35._0x25517e,0xea,0xb1)]='',_0x54c364[_0x11426d(0xe1,_0x421d35._0x551850,0xb8,0x4b)+'t']=_0x5aaf9c,_0x54c364['path']=_0x184b04[_0x11426d(0x98,_0x421d35._0xe8b142,0x62,_0x421d35._0x13023c)],_0x54c364[_0x2180ea(0x345,0x3bc,0x362,_0x421d35._0xcd14d0)]=![],_0xeaf19c[_0x11426d(_0x421d35._0x488345,-_0x421d35._0x156287,_0x421d35._0x2d6564,-0x47)](_0x54c364);}else{if(_0x184b04[_0x2180ea(0x240,_0x421d35._0x3dabd9,_0x421d35._0x3f909b,0x2b4)](_0xeb7edb[_0x11426d(0x119,_0x421d35._0x1ce762,_0x421d35._0x407a79,0x133)],_0x184b04[_0x11426d(_0x421d35._0x3d0a97,0x18c,0x100,0x141)])){const _0x2ad941={};_0x2ad941['content']='',_0x2ad941['environmen'+'t']=_0x287941,_0x2ad941[_0x11426d(0x80,-_0x421d35._0xc476bc,0x44,_0x421d35._0x2a82b2)]=_0x184b04[_0x2180ea(_0x421d35._0xf2e8ba,_0x421d35._0x2cad89,_0x421d35._0x2f9e03,_0x421d35._0xc25c84)],_0x2ad941[_0x2180ea(_0x421d35._0x5e9ef2,0x3b4,_0x421d35._0x2b294b,0x349)]=![],_0x4f4ed4[_0x11426d(0x0,0x62,_0x421d35._0x282fc1,0x26)](_0x2ad941);}else{if(_0x184b04[_0x2180ea(0x3c6,0x38d,0x2b8,_0x421d35._0x5c8c0e)](_0x2180ea(0x294,_0x421d35._0x14b2f4,_0x421d35._0x43df5b,0x31a),_0x184b04['zWpGq'])){const _0x237e60={};_0x237e60[_0x2180ea(0x2e7,0x378,_0x421d35._0x2619ce,0x33e)]=_0x408b54['taskId'],_0x237e60['environmen'+'t']=_0x234ae6,_0x237e60[_0x2180ea(0x303,_0x421d35._0x5521f8,_0x421d35._0x508a87,0x2a6)]=_0x236035,_0x237e60[_0x11426d(0xc1,0x131,_0x421d35._0x48d679,_0x421d35._0x2bc7d8)]=_0x4f70ee[_0x11426d(_0x421d35._0x26a447,-0xd,0x66,-0x29)],_0x4d2abd[_0x2180ea(_0x421d35._0x3e67e,_0x421d35._0x5cbd79,_0x421d35._0x2830b1,_0x421d35._0x2619ce)](_0x184b04[_0x11426d(_0x421d35._0x1fb117,_0x421d35._0x5bbc7b,0xb2,_0x421d35._0x20ff87)],_0x237e60);const _0x4c6d74={};_0x4c6d74[_0x11426d(0x83,_0x421d35._0x25f2d5,_0x421d35._0x48d679,0xe8)]=_0x184b04['MzCHU'],_0x4c6d74['message']=_0x184b04['jpfya'],_0xb893c6[_0x2180ea(0x37f,_0x421d35._0x2dd92b,0x348,_0x421d35._0x2183e5)](-0x6ef+-0x22b1+-0x1*-0x2b94)[_0x11426d(-_0x421d35._0x56e10c,0x7a,0x18,0x1d)](_0x4c6d74);}else{const _0x24e3ef={};_0x24e3ef[_0x2180ea(0x3af,_0x421d35._0x1ba66e,0x2d2,_0x421d35._0x1b9407)]=_0x593898['taskId'],_0x24e3ef[_0x11426d(_0x421d35._0x341ef4,0x6e,_0x421d35._0x1921ca,_0x421d35._0x1f4d22)+'t']=_0x287941,_0x24e3ef[_0x11426d(_0x421d35._0x2ca030,0xf9,0xed,_0x421d35._0x341ef4)]=_0xeb7edb[_0x2180ea(_0x421d35._0xa84419,_0x421d35._0x44a23e,0x2cb,0x2bb)],logger[_0x11426d(0x96,0x179,0xed,0xbe)](_0x184b04['MoiZr'],_0x24e3ef);const _0x57b87c={};_0x57b87c[_0x11426d(0x17b,0x11a,_0x421d35._0x48d679,_0x421d35._0x28d365)]=_0x184b04[_0x2180ea(_0x421d35._0x2183e5,_0x421d35._0x1625da,0x281,_0x421d35._0x3803a9)],_0x57b87c[_0x11426d(-_0x421d35._0x596db4,_0x421d35._0x13023c,_0x421d35._0x128db7,0x53)]=_0x184b04[_0x2180ea(_0x421d35._0x1376c9,0x2b0,_0x421d35._0x12c74c,_0x421d35._0x266a6d)],_0x4f4ed4[_0x2180ea(0x29e,_0x421d35._0x3fab03,0x387,_0x421d35._0x2183e5)](0x208b+-0x5*0x9f+-0x1b7c)[_0x11426d(0x42,0x37,0x18,_0x421d35._0x351115)](_0x57b87c);}}}}}),router[_0xeeea46(-0x9b,-0x55,-0x23,0x1e)](_0x444d0d(0x350,0x3a9,0x331,0x3bf)+_0xeeea46(-0x137,-0xfa,-0x99,-0x154),requireTaskAuth,requireInstructionsPermission,async(_0x5efc4c,_0x5dda7b)=>{const _0x2c2d80={_0x5ee597:0x155,_0x4e7ad8:0x1c6,_0x17b279:0x175,_0x264356:0x22e,_0x1dc8d3:0x14e,_0x313df3:0x25,_0x51a363:0x6c,_0x1404fb:0xa9,_0x55c4ab:0x58,_0x1aadcc:0x5e,_0x465fe0:0x23,_0xa65701:0x167,_0x182429:0x19a,_0x3ef9d5:0x234,_0x35f215:0x1f4,_0x3024ee:0xbb,_0xa15eee:0x54,_0x283f08:0xab,_0x14fee4:0x1bc,_0xdf2b61:0x226,_0x182e66:0x1ab,_0x1ab778:0x1ca,_0x197bfa:0x1b1,_0x56314b:0x56,_0x3399cf:0x4f,_0x175a6d:0x133,_0x30af00:0x1cb,_0x1a4a05:0x180,_0x17a537:0x1a7,_0x45e0c0:0x203,_0x22f86f:0x1da,_0x2094ef:0x175,_0x431e87:0x242,_0x2aede3:0x16c,_0x51bdfc:0x1f2,_0x4eae46:0x1e9,_0x4b61f8:0x1fc,_0x3f85de:0x183,_0x5ef473:0x150,_0x3578b6:0x174,_0x437815:0xe6,_0x349f9b:0x184,_0x281869:0x2d,_0x25823b:0x49,_0x5c5c23:0x30,_0x272b56:0xc6,_0x5cf046:0x161,_0xeffa6b:0x1ef,_0x527a37:0x190,_0x1e24bd:0x163,_0x29dd10:0x21,_0x6cff39:0xa1,_0x433190:0x92,_0x4c1a45:0x2f,_0x449570:0x93,_0xcddf4e:0x8b,_0x506156:0x1d,_0x2b35e2:0x173,_0x2adda0:0x1d5,_0x4c9acb:0x86,_0x404094:0x74,_0xf1bc3b:0x7b,_0x15d63f:0xed,_0x3cc4b9:0x7f,_0x2b26d2:0xe,_0x5d4153:0x44,_0x3e870f:0x71,_0x2b80ec:0x47,_0x2ae95a:0x8,_0x384f3d:0x1ed,_0x268415:0x1bb,_0x212e10:0x227,_0x360e0b:0x22f,_0x3064e3:0xe0,_0x357467:0x55,_0x1a9b4a:0x1ab,_0x4bd9d6:0x1,_0xe06226:0xe,_0x3beb66:0x4d,_0x57a8bf:0xa4,_0x4bf6cb:0x79,_0x42271e:0x22,_0x314df7:0x13e,_0x4d8070:0x9a,_0x12a7e5:0x126,_0x1c690e:0x76,_0x574a07:0x2,_0x15ce58:0x7c,_0x148a93:0x16e,_0x1d41f3:0x78,_0x1a03a1:0x83,_0x8948be:0x53,_0x50729d:0xa7,_0x270c91:0x11,_0x931f1:0xd5,_0x57ae13:0x4c,_0x56de88:0x46,_0x17ebc3:0x4,_0x4bb9a9:0x160,_0x3461e3:0x13b,_0x3bd021:0x137,_0x2809f6:0x52,_0x343de2:0x3e,_0x25c72d:0x6e,_0x5bc21f:0x60,_0x432744:0x3f,_0x42f0f7:0x23e,_0x2c5257:0x17d,_0x17b1ff:0x8c,_0x177d8c:0x64,_0x59dac4:0x151,_0x54f6d2:0x182,_0xc74c28:0x9c,_0x5ea2fd:0x2,_0x3b1f59:0x92,_0x3d7059:0x51,_0xdeaecc:0xf0,_0xe936be:0x19,_0x45f8e7:0x93,_0x543d52:0x4a,_0x87f561:0x29,_0x24d0d3:0x34,_0x1c0e7b:0x44,_0x20305e:0x7b,_0x149e54:0x4b,_0x460a10:0xa,_0x2c057b:0x260,_0x52c6e3:0x1aa,_0x55b9d7:0x1da,_0xd2eeac:0x1e7,_0x1b4e6a:0x1ab,_0x1e6f60:0x169,_0x4d7d3c:0x73,_0x732d48:0xb8,_0x4327ef:0x66,_0x448862:0xfc,_0x2e0473:0x10c,_0x2c1a9b:0x57,_0x3d5a24:0x14a,_0x1fcf1f:0x159,_0x49dbe8:0x257,_0x4c5097:0x1bb,_0x12f2bc:0x16b,_0x1d6a01:0x20d,_0x35f92e:0x14f,_0x223eed:0x1cd,_0x44fa63:0x50,_0x410dfd:0xa9,_0x4dc6c9:0x89,_0x1db264:0x1a2,_0x5a69f8:0x255,_0x1820f4:0x1dc,_0x5680d9:0x252,_0x94d6ff:0x25d,_0x12da89:0xbe,_0x368d9c:0x4a,_0x772390:0x45,_0x22f80b:0x1af,_0xb4b164:0x156,_0x4798ce:0x1e0,_0x1fd117:0xff,_0x16890c:0x5b,_0x1487bc:0x236,_0x37b0a1:0x5d,_0x2da872:0x8a,_0xa10dbd:0x7a,_0x38c7d7:0x8f,_0x2753fa:0x2d},_0x3138ed={_0x1204b7:0x16a,_0x59572d:0x112},_0x5f33f9={_0x318904:0x1cd},_0x3de3f3={'tHBFV':_0x84a31e(_0x2c2d80._0x5ee597,_0x2c2d80._0x4e7ad8,0x164,_0x2c2d80._0x17b279)+_0x84a31e(_0x2c2d80._0x264356,_0x2c2d80._0x1dc8d3,0x165,0x1ca)+_0x38716c(-_0x2c2d80._0x313df3,-_0x2c2d80._0x51a363,-0x70,-_0x2c2d80._0x1404fb)+_0x38716c(-0x75,-0x57,-_0x2c2d80._0x55c4ab,-0xb3)+_0x38716c(-_0x2c2d80._0x1aadcc,0x57,-_0x2c2d80._0x465fe0,0x12)+'D','xaJfB':'Unauthoriz'+'ed','EUGlV':'Invalid\x20ta'+'sk\x20ID','BPUdA':_0x84a31e(0x18e,0x1e0,_0x2c2d80._0xa65701,0x154),'oMVsB':_0x84a31e(0x1cd,0x218,0x112,_0x2c2d80._0x182429)+'not\x20have\x20p'+_0x84a31e(_0x2c2d80._0x3ef9d5,0x19e,_0x2c2d80._0x35f215,0x1de)+_0x38716c(-0x4a,-_0x2c2d80._0x3024ee,-_0x2c2d80._0xa15eee,-_0x2c2d80._0x283f08)+_0x84a31e(_0x2c2d80._0x14fee4,0x1be,_0x2c2d80._0xdf2b61,_0x2c2d80._0x182e66)+_0x84a31e(0x19a,0x1ae,_0x2c2d80._0x1ab778,_0x2c2d80._0x197bfa)+_0x38716c(_0x2c2d80._0x56314b,_0x2c2d80._0x3399cf,0x10,-0xa),'tVrwo':function(_0x1638a9){return _0x1638a9();},'fVeoc':function(_0x19053f,_0x24d4ea){return _0x19053f===_0x24d4ea;},'TRiij':function(_0xd4b0d3,_0x35f0a9){return _0xd4b0d3!==_0x35f0a9;},'FZIGP':_0x84a31e(_0x2c2d80._0x175a6d,_0x2c2d80._0x30af00,_0x2c2d80._0x1a4a05,_0x2c2d80._0x17a537),'PAecH':'Bad\x20Reques'+'t','GTDPy':'AGENTS.md','PubUJ':_0x84a31e(_0x2c2d80._0x45e0c0,_0x2c2d80._0x22f86f,0x15a,_0x2c2d80._0x2094ef)+_0x84a31e(_0x2c2d80._0x431e87,_0x2c2d80._0x2aede3,_0x2c2d80._0x51bdfc,_0x2c2d80._0x197bfa)+_0x84a31e(0x1c5,_0x2c2d80._0x4eae46,_0x2c2d80._0x4b61f8,0x192)+'ed\x20by\x20task','eiLTU':_0x84a31e(_0x2c2d80._0x3f85de,0x1e3,_0x2c2d80._0x5ef473,_0x2c2d80._0x3578b6),'wFdzb':'Failed\x20to\x20'+_0x84a31e(0x207,_0x2c2d80._0x437815,_0x2c2d80._0x349f9b,0x177)+'TS.md','HhVXn':_0x38716c(_0x2c2d80._0x281869,0x2,-_0x2c2d80._0x25823b,_0x2c2d80._0x5c5c23)+'erver\x20Erro'+'r','oheax':_0x84a31e(_0x2c2d80._0x272b56,0x87,_0x2c2d80._0x5cf046,0xeb)+_0x84a31e(_0x2c2d80._0xeffa6b,0x1dc,_0x2c2d80._0x527a37,_0x2c2d80._0x1e24bd)+'ructions\x20f'+_0x38716c(-_0x2c2d80._0x29dd10,_0x2c2d80._0x6cff39,0x48,_0x2c2d80._0x433190)},{callingTask:_0x168029,taskUser:_0x3d0225,environmentName:_0x4de40d,environmentPath:_0x13099a}=_0x5efc4c,{content:_0x15d5ae}=_0x5efc4c[_0x38716c(-0x13,0xba,_0x2c2d80._0x4c1a45,0x3e)];if(_0x3de3f3['fVeoc'](_0x15d5ae,undefined)){if(_0x3de3f3[_0x38716c(0x73,_0x2c2d80._0xa15eee,0x41,0x6f)]('nZCwr',_0x3de3f3[_0x38716c(0x61,_0x2c2d80._0x449570,0x8f,0x98)])){const _0x526bf9={};return _0x526bf9['error']=_0x3de3f3[_0x38716c(_0x2c2d80._0xcddf4e,0x79,_0x2c2d80._0x506156,_0x2c2d80._0x506156)],_0x526bf9[_0x84a31e(_0x2c2d80._0x2b35e2,_0x2c2d80._0x2adda0,0x189,0x159)]='Content\x20fi'+'eld\x20is\x20req'+'uired',_0x5dda7b[_0x38716c(0x2b,0x94,0x6c,0x97)](-0x1b*0x49+-0x5eb+0xf2e)[_0x38716c(-_0x2c2d80._0x4c9acb,-0x39,-0x56,_0x2c2d80._0x29dd10)](_0x526bf9);}else{const _0x178bbc={};_0x178bbc[_0x38716c(0x73,_0x2c2d80._0x404094,_0x2c2d80._0xf1bc3b,0x1)]=_0x5ced40,_0x4830ef['warn'](_0x3de3f3['tHBFV'],_0x178bbc);const _0x4638c3={};return _0x4638c3[_0x38716c(_0x2c2d80._0x15d63f,0x9b,_0x2c2d80._0x3cc4b9,-_0x2c2d80._0x2b26d2)]=_0x3de3f3[_0x38716c(-_0x2c2d80._0x5d4153,-0x35,-_0x2c2d80._0x3e870f,-0x42)],_0x4638c3[_0x38716c(-0x38,-_0x2c2d80._0x2b80ec,-_0x2c2d80._0x2ae95a,_0x2c2d80._0x281869)]=_0x3de3f3[_0x38716c(0x3b,0x62,0x6d,0xc0)],_0x1937ca[_0x84a31e(_0x2c2d80._0x384f3d,_0x2c2d80._0x268415,0x23d,0x1cd)](-0x8fb*-0x3+-0x4c*0x43+-0x57c)['json'](_0x4638c3);}}const _0x1ca7f7={};_0x1ca7f7[_0x84a31e(_0x2c2d80._0x212e10,0x1f7,_0x2c2d80._0x360e0b,0x1dc)]=_0x168029[_0x38716c(_0x2c2d80._0x3064e3,0x29,_0x2c2d80._0xf1bc3b,_0x2c2d80._0x357467)],_0x1ca7f7[_0x84a31e(0x21d,0x14c,0x21d,_0x2c2d80._0x1a9b4a)+'t']=_0x4de40d,_0x1ca7f7[_0x84a31e(0x131,0xc6,0x169,_0x2c2d80._0x5ef473)]=_0x3d0225['id'],_0x1ca7f7[_0x38716c(-_0x2c2d80._0x4bd9d6,-_0x2c2d80._0xe06226,0x79,_0x2c2d80._0x3beb66)]=_0x3d0225[_0x38716c(0x36,_0x2c2d80._0x57a8bf,_0x2c2d80._0x4bf6cb,0xb1)],_0x1ca7f7['contentLen'+'gth']=_0x15d5ae['length'],logger['info'](_0x38716c(-_0x2c2d80._0x42271e,-_0x2c2d80._0x4c1a45,-0x75,-0x9)+'ing\x20enviro'+'nment\x20inst'+_0x84a31e(0x1b7,_0x2c2d80._0x314df7,_0x2c2d80._0x4d8070,_0x2c2d80._0x12a7e5),_0x1ca7f7);function _0x38716c(_0x3141cc,_0x52bc9a,_0x114163,_0x4c12df){return _0x444d0d(_0x3141cc-0x56,_0x3141cc,_0x114163- -0x366,_0x4c12df-_0x5f33f9._0x318904);}function _0x84a31e(_0x53fe88,_0x28a860,_0x351c9e,_0x1d1911){return _0x444d0d(_0x53fe88-_0x3138ed._0x1204b7,_0x351c9e,_0x1d1911- -0x205,_0x1d1911-_0x3138ed._0x59572d);}const _0x577ec9=_0x31e5fd['join'](_0x13099a,_0x3de3f3['GTDPy']),_0x40c0f2=new Date()[_0x38716c(-_0x2c2d80._0x1c690e,0x66,-_0x2c2d80._0x574a07,_0x2c2d80._0x15ce58)+'g']();try{const _0x1ad642={};_0x1ad642['recursive']=!![],await _0x27595b[_0x84a31e(0x19a,0x166,0x1a4,_0x2c2d80._0x148a93)](_0x13099a,_0x1ad642),await _0x27595b['writeFile'](_0x577ec9,_0x15d5ae,'utf-8');const _0x477ac3={};_0x477ac3[_0x38716c(_0x2c2d80._0x1d41f3,_0x2c2d80._0x1a03a1,0x7b,0x43)]=_0x168029[_0x38716c(0xb1,_0x2c2d80._0x8948be,0x7b,_0x2c2d80._0x50729d)],_0x477ac3['environmen'+'t']=_0x4de40d,_0x477ac3[_0x38716c(-0x64,-0x99,-_0x2c2d80._0x270c91,-_0x2c2d80._0x2ae95a)]=_0x3d0225['id'],logger['info'](_0x3de3f3[_0x38716c(_0x2c2d80._0x931f1,-0x19,_0x2c2d80._0x57ae13,_0x2c2d80._0x56de88)],_0x477ac3);const _0x1c99ba={};_0x1c99ba['success']=!![],_0x1c99ba[_0x38716c(0x63,-_0x2c2d80._0x17ebc3,0x4a,0x22)+'t']=_0x4de40d,_0x1c99ba[_0x84a31e(_0x2c2d80._0x4bb9a9,0x13f,_0x2c2d80._0x3461e3,_0x2c2d80._0x3bd021)]=_0x38716c(0xb2,_0x2c2d80._0x2809f6,0x3e,_0x2c2d80._0x343de2),_0x1c99ba['updatedAt']=_0x40c0f2,_0x1c99ba[_0x38716c(-_0x2c2d80._0x25c72d,_0x2c2d80._0x5bc21f,0x22,-_0x2c2d80._0x432744)+'askId']=_0x168029[_0x84a31e(_0x2c2d80._0x42f0f7,0x255,_0x2c2d80._0x2c5257,0x1dc)],_0x1c99ba[_0x38716c(0xea,0xd1,_0x2c2d80._0x17b1ff,_0x2c2d80._0x177d8c)+_0x84a31e(0x1e9,0x1b2,_0x2c2d80._0x59dac4,_0x2c2d80._0x54f6d2)]=_0x3d0225['id'],_0x5dda7b[_0x84a31e(0x16f,_0x2c2d80._0xc74c28,0x95,0x10b)](_0x1c99ba);}catch(_0xb04f0b){if(_0x3de3f3['fVeoc'](_0x38716c(-_0x2c2d80._0x5ea2fd,_0x2c2d80._0x3b1f59,_0x2c2d80._0x3d7059,-0x3),_0x3de3f3[_0x84a31e(_0x2c2d80._0xdeaecc,0x19c,0xf8,0x15d)])){if(!_0x46ce2c(_0x45b1b1['taskUser'],_0x38716c(-_0x2c2d80._0xe936be,_0x2c2d80._0x45f8e7,_0x2c2d80._0x543d52,0x50)+_0x38716c(-0xb1,_0x2c2d80._0x87f561,-_0x2c2d80._0x24d0d3,_0x2c2d80._0x1c0e7b)+'tions')){const _0x51e376={};_0x51e376[_0x38716c(_0x2c2d80._0xdeaecc,0xc3,_0x2c2d80._0x20305e,0xd0)]=_0x3305a4['callingTas'+'k'][_0x38716c(0x71,0x102,_0x2c2d80._0xf1bc3b,_0x2c2d80._0x149e54)],_0x51e376[_0x38716c(-0x9,-_0x2c2d80._0x460a10,-_0x2c2d80._0x270c91,0x17)]=_0x2a8297[_0x84a31e(0x16d,0xf9,_0x2c2d80._0x6cff39,0x122)]['id'],_0x51e376[_0x84a31e(_0x2c2d80._0x2c057b,0x1cf,_0x2c2d80._0x52c6e3,_0x2c2d80._0x55b9d7)]=_0x3b6173[_0x38716c(-0xbb,-0x40,-0x3f,-0xba)][_0x84a31e(0x149,_0x2c2d80._0xd2eeac,_0x2c2d80._0x1b4e6a,0x1da)],_0x4ba4bc['warn']('User\x20lacks'+_0x84a31e(_0x2c2d80._0x175a6d,0x1e0,0x1c8,_0x2c2d80._0x1e6f60)+_0x38716c(-0x36,-0xd4,-0x68,-_0x2c2d80._0x4d7d3c)+_0x38716c(_0x2c2d80._0x732d48,0x10,_0x2c2d80._0x4327ef,-0x23)+_0x84a31e(_0x2c2d80._0x448862,0x88,_0x2c2d80._0x2e0473,0x107),_0x51e376);const _0x1e6671={};return _0x1e6671[_0x38716c(_0x2c2d80._0x6cff39,0xbc,0x7f,_0x2c2d80._0x2c1a9b)]=_0x3de3f3['BPUdA'],_0x1e6671[_0x84a31e(0xf8,0xeb,_0x2c2d80._0x3d5a24,_0x2c2d80._0x1fcf1f)]=_0x3de3f3[_0x84a31e(_0x2c2d80._0x49dbe8,_0x2c2d80._0x4c5097,_0x2c2d80._0x12f2bc,0x1d3)],_0xe36148[_0x84a31e(_0x2c2d80._0x1d6a01,_0x2c2d80._0x35f92e,0x1b1,_0x2c2d80._0x223eed)](0xc9*0xf+-0x414*0x2+-0x20c)['json'](_0x1e6671);}_0x3de3f3[_0x38716c(-_0x2c2d80._0x44fa63,-_0x2c2d80._0x410dfd,-_0x2c2d80._0x2b80ec,-_0x2c2d80._0x4dc6c9)](_0x2a5054);}else{const _0x50163e={};_0x50163e[_0x84a31e(_0x2c2d80._0x1db264,0x1d7,_0x2c2d80._0x5a69f8,_0x2c2d80._0x1820f4)]=_0x168029[_0x84a31e(_0x2c2d80._0x5680d9,_0x2c2d80._0x94d6ff,0x24c,0x1dc)],_0x50163e[_0x38716c(_0x2c2d80._0x12da89,_0x2c2d80._0x574a07,_0x2c2d80._0x368d9c,_0x2c2d80._0x772390)+'t']=_0x4de40d,_0x50163e[_0x84a31e(_0x2c2d80._0x22f80b,_0x2c2d80._0xb4b164,0x1e2,_0x2c2d80._0x4798ce)]=_0xb04f0b[_0x84a31e(0xee,0x112,0x186,0x159)],logger[_0x38716c(_0x2c2d80._0x1fd117,0xa7,_0x2c2d80._0x3cc4b9,_0x2c2d80._0x16890c)](_0x3de3f3['wFdzb'],_0x50163e);const _0x39dafd={};_0x39dafd[_0x84a31e(0x22e,_0x2c2d80._0x1487bc,0x263,0x1e0)]=_0x3de3f3[_0x38716c(0x5b,0xd7,_0x2c2d80._0x37b0a1,_0x2c2d80._0x2da872)],_0x39dafd[_0x38716c(-0x2a,_0x2c2d80._0xa10dbd,-0x8,-_0x2c2d80._0x38c7d7)]=_0x3de3f3['oheax'],_0x5dda7b[_0x38716c(_0x2c2d80._0x732d48,0x77,0x6c,_0x2c2d80._0x2753fa)](-0x1ea2+0x4*0x77e+0x29e*0x1)['json'](_0x39dafd);}}}),router[_0xeeea46(-0xcd,-0x5b,0xd,-0x81)](_0xeeea46(-0x89,-0x50,-0xdd,-0x64),requireTaskAuth,requireTemplatesPermission,async(_0x26ea4f,_0x8b8f54)=>{const _0x292ea5={_0x27482c:0x244,_0x180108:0x1d4,_0x428877:0x9f,_0x1aa37c:0x14,_0x2a34fe:0x53,_0x231b36:0x48,_0x1cf77d:0x35,_0x2fc1a8:0x21,_0x30a03a:0xac,_0x1ae78f:0xc7,_0x56df6f:0x29d,_0x1dea40:0x1c3,_0x401650:0x93,_0xd9b0e3:0x51,_0x455c38:0x8c,_0x3a1e8a:0x89,_0x4d04a5:0x3f,_0x16d813:0x18,_0x5e61ab:0x1e9,_0x4cd779:0x236,_0x384002:0x1c0,_0x339a93:0x2b2,_0x16ca5b:0x22a,_0x394d9c:0x1f4,_0x35d047:0x177,_0x11a356:0x1d8,_0x4cecfb:0x206,_0x3704ae:0x253,_0x4b18b2:0x1bf,_0x4ba70a:0x65,_0x15c512:0x2b,_0xa8b73c:0x19e,_0x2c4e8e:0x147,_0x3877f7:0x243,_0x5e0c8e:0x9e,_0x422d22:0xb8,_0x50be14:0x77,_0x5b3d02:0x1ab,_0x283f70:0x174,_0x3685bf:0x199,_0x41140f:0x1b5,_0x376ab9:0x103,_0x260a9a:0x111,_0x2aa67d:0x96,_0x2c7689:0xd,_0x536033:0x35,_0x180338:0x39,_0x1189ee:0x11e,_0x4abd59:0x214,_0x54dc12:0x156,_0x26d24e:0x15a,_0x50ecb8:0xcb,_0x30e1bb:0xf4,_0x4b7d90:0x164,_0xcddf52:0x126,_0x1a4f9b:0x194,_0x3406f9:0x14e,_0x29e91c:0x1cd,_0xa48559:0x11f,_0x3b981b:0x1fb,_0x858451:0x1cb,_0x3909f1:0x24a,_0x42f60d:0x2a2,_0x2c42ed:0x29,_0x20ea73:0x1c1,_0x5e231c:0x2cd,_0x3b4bc2:0x44,_0x10544c:0x9c,_0x35953a:0x15c,_0x15dc55:0x15f,_0x51c4a9:0x156,_0x1db368:0x1e0,_0x4d348f:0x19c,_0x5de776:0x1b7,_0x2616d9:0x217,_0x2e5612:0x14b,_0x23f818:0x179,_0x41710a:0x182,_0x5eec21:0x18a,_0x4f6997:0x20f,_0x235c20:0x1fd,_0x5022bf:0x144,_0x4fb84a:0x284,_0x5f9190:0x207,_0x4cdca0:0x8a,_0x2131cc:0x23,_0x33f7b:0xb0,_0xb8f950:0x84,_0x524dc9:0x219,_0x35220b:0x19d,_0x5ad091:0x2a6,_0x5871d4:0x16b,_0x2b86c5:0x142,_0x2c9219:0x95,_0x2901a2:0x234,_0x34bfa0:0x16,_0x2eb89a:0x4f,_0x52e27b:0x4f,_0x147928:0x4a,_0x22929:0x34,_0x3d01f5:0x2ad,_0x1c71ac:0x17a,_0x182f1e:0x1e5,_0x766fe5:0x23c,_0x12ca91:0x1a4,_0x28227e:0x227,_0x514aa0:0x1dc,_0x4786b7:0x1ae,_0x21fa39:0x23b,_0x4d28bd:0x1ad,_0x7afa4f:0x1e3,_0x4aa99e:0xa2,_0x559db4:0x157,_0x5bbd79:0x190,_0x192259:0x155,_0x3dff88:0x158,_0x147ade:0xd9,_0x4c95ab:0xdd,_0x18c2f3:0xf0,_0x1731df:0x1d3,_0x2b363c:0x24a,_0x26a06c:0x26e,_0x3b43b1:0x90,_0x3aedc8:0x45,_0xbd7416:0xea,_0x4d9194:0x3a,_0x3eb413:0xa3,_0x4b1206:0x10b,_0x54b276:0x6,_0xf37b72:0x69,_0xfbeb51:0x87,_0x1ad812:0x6c,_0x26c5d6:0x1d4,_0x4b84a7:0x28a,_0x1318a6:0xfd,_0x320709:0x1d5,_0x255d95:0x1a4},_0x4997f5={_0x2b9995:0x3bf,_0xd28f62:0x35d,_0x2360d6:0x30f,_0x21d619:0x372,_0x3a3903:0x63b,_0x448fd8:0x5c3,_0x112737:0x66d,_0x15f6bc:0x53c,_0x47d362:0x510,_0x361cbc:0x520,_0xabc432:0x515,_0x119aee:0x4e6,_0x21a34a:0x51b,_0x40ecc1:0x329,_0x18b5e2:0x3a8,_0x2606dd:0x382,_0x25a444:0x31e,_0x2b9f5e:0x320,_0x332132:0x5d8,_0x4d71e4:0x588,_0xc242c:0x5a7,_0x297961:0x453,_0x4a02c6:0x444,_0x1913ab:0x477,_0x5b8443:0x42b,_0x4cc672:0x4d5,_0x50baf5:0x54d,_0x465fc8:0x5fa,_0x985392:0x3df,_0x2ef4be:0x3a1,_0x3e7ef9:0x41d,_0x70c605:0x5e2,_0x1f5f3e:0x51c,_0xdb55b:0x57e,_0x7a34f1:0x56f,_0x781ec8:0x4f5,_0x4f8b8a:0x550,_0x50448e:0x461,_0xb8a732:0x47b,_0xd684cc:0x40a,_0x2009b5:0x346,_0x354852:0x2e2,_0x2b2f72:0x463,_0x3026aa:0x483,_0x3ef6d7:0x419,_0x39b681:0x463,_0x26f412:0x417,_0x46b1b4:0x5dd,_0x771f99:0x553,_0x4cec87:0x63a,_0x37f309:0x5df,_0x32c55b:0x5ed,_0x11f806:0x362,_0x1a1795:0x3d7,_0x41fc38:0x3c6,_0x1457d6:0x400,_0x45dc2e:0x44a,_0x112617:0x41f,_0x1d7255:0x365,_0x480aa9:0x346,_0x17f940:0x396,_0x1b5e54:0x430},_0x1782ec={_0x5c10aa:0x1e2,_0xe4d5a7:0x39a,_0xbb53a7:0x6},_0x3ea4f3={_0x486488:0x13f},_0x4deed7={_0x58f0f7:0xc7},_0x45feda={_0x3ad27e:0x115,_0xc55549:0xe3},_0x147be6={'ciOJz':_0x4729bb(0x2cb,_0x292ea5._0x27482c,0x1e6,_0x292ea5._0x180108),'dgCWE':_0x4bd029(0x1b,0x65,0x23,_0x292ea5._0x428877),'xwcKz':'Failed\x20to\x20'+_0x4bd029(0x16,-0x5b,_0x292ea5._0x1aa37c,_0x292ea5._0x2a34fe)+_0x4bd029(_0x292ea5._0x231b36,-_0x292ea5._0x1cf77d,-_0x292ea5._0x2fc1a8,-_0x292ea5._0x30a03a),'oFuXQ':_0x4bd029(-0xd4,-0xf5,-0xad,-0xd7)+_0x4bd029(-0x8f,-0x152,-_0x292ea5._0x1ae78f,-0x120)+'r','kMcls':function(_0x133498,_0x317cea){return _0x133498!==_0x317cea;},'EFhpC':_0x4729bb(0x1a2,0x1d9,0x148,0x246),'OqoSG':'utf-8','qpfHL':function(_0x1edf89,_0x173312,_0x9ff447){return _0x1edf89(_0x173312,_0x9ff447);},'HQmmn':_0x4729bb(_0x292ea5._0x56df6f,0x219,_0x292ea5._0x1dea40,0x248)+_0x4bd029(-_0x292ea5._0x401650,-_0x292ea5._0xd9b0e3,-0x8a,-_0x292ea5._0x455c38)+'es','rJiqn':_0x4bd029(-0x27,-_0x292ea5._0x3a1e8a,-_0x292ea5._0x4d04a5,_0x292ea5._0x16d813)+_0x4729bb(_0x292ea5._0x5e61ab,0x1d7,_0x292ea5._0x4cd779,_0x292ea5._0x384002)+_0x4729bb(_0x292ea5._0x339a93,_0x292ea5._0x16ca5b,0x2b1,_0x292ea5._0x394d9c)+_0x4729bb(0xee,0x160,_0x292ea5._0x35d047,_0x292ea5._0x11a356)+_0x4729bb(0x1d9,_0x292ea5._0x4cecfb,_0x292ea5._0x3704ae,_0x292ea5._0x4b18b2),'iocNi':_0x4bd029(_0x292ea5._0x4ba70a,_0x292ea5._0x4ba70a,-_0x292ea5._0x15c512,-0x39)+_0x4729bb(0x1e8,_0x292ea5._0xa8b73c,_0x292ea5._0x2c4e8e,0x132)+_0x4729bb(0x1d6,0x24c,0x2a0,_0x292ea5._0x3877f7)+_0x4bd029(-_0x292ea5._0x5e0c8e,-0x3e,-_0x292ea5._0x422d22,-_0x292ea5._0x50be14)+'environmen'+_0x4729bb(_0x292ea5._0x5b3d02,0x23a,0x201,0x25a)+'s','YUjFE':function(_0xe4abaf){return _0xe4abaf();},'WTOyJ':_0x4729bb(0x14a,_0x292ea5._0x283f70,_0x292ea5._0x3685bf,_0x292ea5._0x41140f)+_0x4bd029(-_0x292ea5._0x376ab9,-0x15b,-0xde,-_0x292ea5._0x260a9a)+_0x4bd029(-0x93,-0x2b,-_0x292ea5._0x2aa67d,-_0x292ea5._0x2c7689)+'ates','NiaPN':_0x4bd029(-0x47,-_0x292ea5._0x536033,-_0x292ea5._0x180338,-0x1b)+_0x4729bb(_0x292ea5._0x1189ee,0x18e,0x165,_0x292ea5._0x4abd59),'qtgEt':_0x4bd029(-_0x292ea5._0x54dc12,-_0x292ea5._0x26d24e,-_0x292ea5._0x50ecb8,-_0x292ea5._0x231b36),'sGljv':_0x4bd029(-0xea,-0x54,-0x5f,-0x54),'nbwPY':function(_0x4c2b21,_0x419a10){return _0x4c2b21===_0x419a10;},'TnRHG':_0x4729bb(_0x292ea5._0x30e1bb,0x159,_0x292ea5._0x4b7d90,_0x292ea5._0xcddf52)+_0x4729bb(_0x292ea5._0x1a4f9b,_0x292ea5._0x3406f9,_0x292ea5._0x29e91c,0x159)+_0x4729bb(_0x292ea5._0xa48559,0x18e,0x1df,_0x292ea5._0x3b981b)};function _0x4729bb(_0x22cec4,_0x2085c7,_0x4b34c7,_0x459955){return _0xeeea46(_0x22cec4-_0x45feda._0x3ad27e,_0x2085c7-0x251,_0x4b34c7-_0x45feda._0xc55549,_0x459955);}const {callingTask:_0x330c82,environmentName:_0x295f21,environmentPath:_0x1829a0}=_0x26ea4f,_0x1a7091={};_0x1a7091[_0x4729bb(_0x292ea5._0x858451,_0x292ea5._0x3909f1,0x223,_0x292ea5._0x42f60d)]=_0x330c82[_0x4bd029(-_0x292ea5._0x2c42ed,0x24,0x17,-0x62)],_0x1a7091['environmen'+'t']=_0x295f21,logger['info'](_0x147be6['WTOyJ'],_0x1a7091);function _0x4bd029(_0xd58b30,_0x1f4ace,_0x2ea8d3,_0x3afb20){return _0x444d0d(_0xd58b30-0x14f,_0x1f4ace,_0x2ea8d3- -0x3ca,_0x3afb20-_0x4deed7._0x58f0f7);}const _0xc53cc8=_0x31e5fd[_0x4729bb(0x13c,_0x292ea5._0x20ea73,0x1f6,_0x292ea5._0x1dea40)](_0x1829a0,_0x147be6[_0x4729bb(0x287,0x265,0x2a4,_0x292ea5._0x5e231c)]);try{const _0x239a7e=await _0x27595b[_0x4bd029(0x17,-_0x292ea5._0x3b4bc2,-0x60,-_0x292ea5._0x10544c)](_0xc53cc8),_0x3362a5=_0x239a7e[_0x4729bb(0x1b5,_0x292ea5._0x35953a,_0x292ea5._0x15dc55,_0x292ea5._0x51c4a9)](_0x574c40=>_0x574c40[_0x4729bb(0x155,0x172,0x1fd,0x1ee)](_0x4bd029(-0x46,-0x43,-0xb7,-0x9e))),_0x110fd9=await Promise[_0x4729bb(0x229,_0x292ea5._0x1db368,0x1ed,_0x292ea5._0x4d348f)](_0x3362a5[_0x4729bb(_0x292ea5._0x5de776,0x1c9,0x17f,0x14d)](async _0x5bb72d=>{function _0x1581d5(_0x267c64,_0x46d985,_0x3ed3cb,_0x36b931){return _0x4729bb(_0x267c64-0xd2,_0x36b931-0x1cf,_0x3ed3cb-_0x3ea4f3._0x486488,_0x267c64);}function _0x21053b(_0x596232,_0x381903,_0x2927f6,_0x2bce3e){return _0x4729bb(_0x596232-_0x1782ec._0x5c10aa,_0x2927f6-_0x1782ec._0xe4d5a7,_0x2927f6-_0x1782ec._0xbb53a7,_0x596232);}if(_0x147be6['kMcls'](_0x1581d5(_0x4997f5._0x2b9995,_0x4997f5._0xd28f62,_0x4997f5._0x2360d6,_0x4997f5._0x21d619),_0x147be6[_0x21053b(_0x4997f5._0x3a3903,_0x4997f5._0x448fd8,0x5df,_0x4997f5._0x112737)])){const _0x166230=_0x5bb72d['replace'](/\.md$/,''),_0xd56ef=_0x31e5fd['join'](_0xc53cc8,_0x166230+_0x21053b(_0x4997f5._0x15f6bc,0x541,_0x4997f5._0x47d362,_0x4997f5._0x361cbc));let _0x386a5b=null;try{const _0x60d3f2=await _0x27595b[_0x21053b(0x506,_0x4997f5._0xabc432,_0x4997f5._0x119aee,_0x4997f5._0x21a34a)](_0xd56ef,_0x147be6[_0x1581d5(_0x4997f5._0x40ecc1,_0x4997f5._0x18b5e2,0x2f7,_0x4997f5._0x2606dd)]);_0x386a5b=JSON[_0x1581d5(_0x4997f5._0x25a444,_0x4997f5._0x2b9f5e,0x33f,0x380)](_0x60d3f2);}catch{}const _0x1fe5bf={};return _0x1fe5bf[_0x21053b(0x5d5,_0x4997f5._0x332132,_0x4997f5._0x4d71e4,_0x4997f5._0xc242c)]=_0x166230,_0x1fe5bf['filename']=_0x5bb72d,_0x1fe5bf[_0x1581d5(_0x4997f5._0x297961,_0x4997f5._0x4a02c6,_0x4997f5._0x1913ab,_0x4997f5._0x5b8443)+'n']=_0x386a5b?.['descriptio'+'n']||null,_0x1fe5bf[_0x21053b(0x5cb,_0x4997f5._0x4cc672,0x53b,_0x4997f5._0x50baf5)+'a']=_0x386a5b!==null,_0x1fe5bf;}else{if(_0x49a6e7[_0x21053b(0x57d,0x5f5,_0x4997f5._0x465fc8,0x63c)]===_0x147be6[_0x1581d5(0x394,_0x4997f5._0x985392,0x350,_0x4997f5._0x2ef4be)]){const _0x54f571={};_0x54f571[_0x1581d5(_0x4997f5._0x985392,_0x4997f5._0x2ef4be,0x3c8,_0x4997f5._0x3e7ef9)]=_0x147be6['dgCWE'],_0x54f571[_0x21053b(_0x4997f5._0x119aee,0x564,0x561,_0x4997f5._0x70c605)]=_0x21053b(_0x4997f5._0x1f5f3e,_0x4997f5._0xdb55b,_0x4997f5._0x7a34f1,_0x4997f5._0x781ec8)+_0x197361+(_0x21053b(0x54b,0x4c0,_0x4997f5._0x4f8b8a,0x5ca)+'d'),_0x46ab6a[_0x1581d5(_0x4997f5._0x50448e,0x389,_0x4997f5._0xb8a732,_0x4997f5._0xd684cc)](0x427*-0x9+-0x106a+0x375d)[_0x1581d5(_0x4997f5._0x2009b5,0x395,_0x4997f5._0x354852,0x348)](_0x54f571);}else{const _0x528c29={};_0x528c29[_0x1581d5(_0x4997f5._0x2b2f72,0x48b,_0x4997f5._0x3026aa,_0x4997f5._0x3ef6d7)]=_0x25e3cb['taskId'],_0x528c29[_0x1581d5(0x36e,_0x4997f5._0x39b681,_0x4997f5._0x26f412,0x3e8)+'t']=_0x21df5c,_0x528c29[_0x21053b(_0x4997f5._0x46b1b4,_0x4997f5._0x771f99,0x54c,0x59e)]=_0x57b5aa,_0x528c29['error']=_0x4473a7['message'],_0x5adfa5[_0x21053b(_0x4997f5._0x4cec87,_0x4997f5._0x37f309,0x5e8,_0x4997f5._0x32c55b)](_0x147be6[_0x1581d5(_0x4997f5._0x11f806,0x3a8,_0x4997f5._0x1a1795,_0x4997f5._0x41fc38)],_0x528c29);const _0x419580={};_0x419580[_0x1581d5(_0x4997f5._0x1457d6,_0x4997f5._0x45dc2e,_0x4997f5._0x3ef6d7,0x41d)]=_0x147be6[_0x1581d5(0x41e,_0x4997f5._0x112617,_0x4997f5._0x1d7255,0x3c8)],_0x419580[_0x1581d5(0x3db,_0x4997f5._0x480aa9,0x350,_0x4997f5._0x17f940)]=_0x147be6['xwcKz'],_0x36015d[_0x1581d5(_0x4997f5._0x1b5e54,0x414,0x380,_0x4997f5._0xd684cc)](-0x6e*0x52+-0x68*-0x17+0x108*0x1b)['json'](_0x419580);}}})),_0x4f1068={};_0x4f1068['templates']=_0x110fd9,_0x4f1068[_0x4729bb(_0x292ea5._0x1a4f9b,0x219,_0x292ea5._0x2616d9,0x2a3)+'t']=_0x295f21,_0x8b8f54[_0x4729bb(_0x292ea5._0x2e5612,_0x292ea5._0x23f818,_0x292ea5._0x41710a,_0x292ea5._0x5eec21)](_0x4f1068);}catch(_0x499c58){if(_0x147be6[_0x4729bb(0x1bd,_0x292ea5._0x3877f7,0x1fa,0x1fd)]!==_0x147be6[_0x4729bb(0x1e5,_0x292ea5._0x4f6997,0x287,_0x292ea5._0x235c20)]){if(_0x147be6[_0x4bd029(-_0x292ea5._0x5022bf,-0x83,-0xca,-0x83)](_0x499c58[_0x4729bb(_0x292ea5._0x4fb84a,0x260,0x2a7,_0x292ea5._0x5f9190)],_0x147be6[_0x4bd029(-_0x292ea5._0x4cdca0,-0x8,-0x61,-0x1)])){const _0x265795={};_0x265795[_0x4bd029(-0x2d,-_0x292ea5._0x2131cc,-_0x292ea5._0x33f7b,-_0x292ea5._0xb8f950)]=[],_0x265795[_0x4729bb(0x245,_0x292ea5._0x524dc9,_0x292ea5._0x35220b,_0x292ea5._0x5ad091)+'t']=_0x295f21,_0x8b8f54[_0x4729bb(_0x292ea5._0x5871d4,_0x292ea5._0x23f818,0x1d8,_0x292ea5._0x2b86c5)](_0x265795);}else{const _0x49deb6={};_0x49deb6[_0x4bd029(_0x292ea5._0x2c9219,0x6,0x17,0x0)]=_0x330c82[_0x4729bb(0x204,0x24a,0x274,_0x292ea5._0x2901a2)],_0x49deb6[_0x4bd029(-0x45,-_0x292ea5._0x34bfa0,-0x1a,0x10)+'t']=_0x295f21,_0x49deb6[_0x4bd029(-_0x292ea5._0x2eb89a,_0x292ea5._0x52e27b,0x1b,-0x8)]=_0x499c58['message'],logger['error'](_0x147be6[_0x4bd029(_0x292ea5._0x147928,-0x48,_0x292ea5._0x22929,0x9)],_0x49deb6);const _0x157054={};_0x157054[_0x4729bb(0x279,0x24e,0x1e2,_0x292ea5._0x3d01f5)]=_0x147be6[_0x4729bb(0x19a,0x1f9,_0x292ea5._0x1c71ac,_0x292ea5._0x182f1e)],_0x157054[_0x4729bb(_0x292ea5._0x766fe5,0x1c7,0x219,_0x292ea5._0x12ca91)]=_0x147be6[_0x4729bb(0x29c,0x267,_0x292ea5._0x28227e,_0x292ea5._0x514aa0)],_0x8b8f54[_0x4729bb(_0x292ea5._0x4786b7,_0x292ea5._0x21fa39,_0x292ea5._0x4d28bd,_0x292ea5._0x7afa4f)](-0x15f2*0x1+-0x97*0x13+0xb*0x331)[_0x4bd029(-0xca,-0x120,-0xba,-_0x292ea5._0x4aa99e)](_0x157054);}}else{if(!_0x147be6[_0x4729bb(0x184,0x1b9,0x1af,_0x292ea5._0x559db4)](_0x4c034a,_0x1bff07[_0x4729bb(0x1e5,_0x292ea5._0x5bbd79,_0x292ea5._0x192259,_0x292ea5._0x3dff88)],_0x147be6[_0x4bd029(-_0x292ea5._0x147ade,-0xe4,-_0x292ea5._0x4c95ab,-_0x292ea5._0x18c2f3)])){const _0x99d25d={};_0x99d25d[_0x4729bb(_0x292ea5._0x1731df,_0x292ea5._0x2b363c,0x2d2,_0x292ea5._0x26a06c)]=_0x2e8d41['callingTas'+'k'][_0x4bd029(_0x292ea5._0x3b43b1,-_0x292ea5._0x3aedc8,0x17,0x8a)],_0x99d25d['userId']=_0x1c1507['taskUser']['id'],_0x99d25d[_0x4729bb(0x205,0x248,0x2be,0x265)]=_0x397881[_0x4bd029(-_0x292ea5._0xbd7416,-_0x292ea5._0x4d9194,-_0x292ea5._0x3eb413,-_0x292ea5._0x4b1206)]['username'],_0x135434[_0x4bd029(-0x43,_0x292ea5._0x2c42ed,-_0x292ea5._0x54b276,-0x1a)](_0x147be6[_0x4bd029(-0x4,-0xab,-_0x292ea5._0xf37b72,-_0x292ea5._0xfbeb51)],_0x99d25d);const _0x1928b1={};return _0x1928b1['error']=_0x4bd029(-0x45,-0x101,-0x71,0x9),_0x1928b1[_0x4bd029(-0x58,0x23,-_0x292ea5._0x1ad812,0x1e)]=_0x147be6[_0x4729bb(_0x292ea5._0x26c5d6,0x192,0x215,0x121)],_0x3a76c6[_0x4729bb(_0x292ea5._0x4b84a7,_0x292ea5._0x21fa39,0x1fe,0x20d)](-0x1*0x223+0x53*-0x53+0x1e9f)[_0x4729bb(_0x292ea5._0x1318a6,_0x292ea5._0x23f818,_0x292ea5._0x320709,0x16d)](_0x1928b1);}_0x147be6[_0x4729bb(_0x292ea5._0x255d95,0x14b,0x176,0x1a4)](_0x2eaa29);}}}),router[_0x444d0d(0x3fe,0x401,0x38d,0x3b5)](_0xeeea46(-0x58,-0x50,-0x6d,-0x7c)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x664b40,_0x70eb19)=>{const _0xbf7f4d={_0x28d517:0x4be,_0xf1460c:0x47a,_0x519193:0x4c8,_0x18e21c:0x4c8,_0x506651:0x3ab,_0x3f5278:0x46a,_0x5a8daa:0xb1,_0x1e8c0e:0x3d,_0x18fa5b:0xb7,_0x2db330:0x381,_0xa4e6d8:0x484,_0x5448ab:0x40f,_0x3650a3:0x3d4,_0x53eabe:0x493,_0x1b9b57:0x445,_0x1fc1a8:0x451,_0x55d5b0:0x42f,_0x277ab0:0xd5,_0x285f72:0xc1,_0x5e9071:0x29,_0x3473aa:0x4b,_0x3325ad:0x81,_0x4d87af:0x5a,_0x3384d9:0x14,_0x243eb5:0x17,_0x28eb45:0x4fd,_0x5e542d:0x4f8,_0x195ebb:0x483,_0xae5877:0x458,_0x198689:0x402,_0x216d6f:0x40e,_0x2b33e9:0x3d9,_0x49098a:0x3b0,_0x594163:0x390,_0x4a8179:0x3e6,_0x5379d8:0x478,_0xcc174d:0x47b,_0x660052:0x4a4,_0xbb265:0x4c9,_0x109085:0x490,_0x41a074:0x48c,_0x153658:0x11,_0x2eb0d0:0x4fb,_0x424942:0x406,_0x2c8f4a:0x4e4,_0xf9f44d:0x424,_0x3ab1df:0x47d,_0x5a4b92:0x528,_0x373142:0x471,_0x30edc4:0x4d9,_0x3744e8:0x49e,_0x2bd801:0x10,_0xd4c0c1:0x73,_0x25232d:0x3,_0x27acc2:0x3c,_0x28e073:0x8b,_0x5a2f41:0x7e,_0x2c12f0:0x33a,_0x33f047:0x3dc,_0x1309fc:0x3bd,_0x5e2250:0x4d,_0x4ac5de:0x27,_0x1173aa:0x4a8,_0x42d882:0x48e,_0x255de8:0x413,_0x8c21af:0x49c,_0x33edf0:0x61,_0x130944:0x4f,_0xcb00ee:0x23,_0x1c3e78:0xb,_0x277df7:0x24,_0x1a0a78:0x86,_0x2986fe:0x6c,_0x17bd62:0x3a2,_0x407148:0x444,_0x56f8a6:0x42d,_0x2dc8ae:0x481,_0x447ae6:0x4d8,_0x1c1b5b:0x49a,_0x2858d4:0x49d,_0x3d4534:0x4e1,_0x450a48:0x401,_0x53108b:0x4b0,_0x5e8dca:0x46c,_0x4abca7:0xf8,_0x4c8668:0x3b6,_0x23036d:0x44d,_0x1f3ee8:0x3c0,_0x1215e3:0x3f4,_0x412817:0x3e0,_0x5c021d:0x414,_0x40b5b1:0x48d,_0x1f5f00:0x51a,_0x52912f:0x48c,_0x52f54c:0x414,_0x358c71:0x9d,_0x203d39:0x98,_0x48f473:0xc3,_0x15cf7b:0x347,_0x4e6469:0x3ac,_0x51d448:0x39f,_0x4b3191:0x3b3,_0x240352:0xd0,_0x54e83c:0x9d,_0xac5194:0x6b,_0x5dd2ca:0x52,_0x40bad2:0x7,_0x1d962c:0x509,_0x22c5a8:0x49e,_0x57978e:0x48,_0x539e61:0xd4,_0x14828d:0x67,_0xa9395f:0x40,_0x3235e7:0x5f,_0x14c5a7:0xe,_0x35946b:0x49,_0x4fd5f9:0x74,_0x20fbce:0x4c2,_0x113169:0x51c,_0x47ac93:0x4b3,_0x5efd4b:0x473,_0x4c165c:0x3f1,_0x44e4a5:0x420,_0x1b9c46:0x489,_0x5a5912:0x3fb,_0x489177:0x30,_0x3cd048:0x2,_0x5d55cc:0x76,_0x40c869:0x4ac,_0x32a6a1:0x4b5,_0x4eead4:0x47c,_0x1ebb38:0x99,_0x478f90:0x10,_0x4d0905:0x2,_0x128a42:0x92,_0x5accc9:0x92,_0x1d6d3e:0x426,_0x34607e:0xbe,_0x51b623:0xae,_0x50a414:0x3c,_0x1308f4:0x5,_0x18ab49:0xf9,_0x5be105:0x88,_0x31c1c4:0xaa,_0x2c637e:0x4,_0x383852:0x378,_0x413a45:0x3cc,_0x17e860:0x522,_0x4449c3:0x437,_0x14f565:0x49d,_0x1357ed:0xf,_0x6df711:0x48,_0x2b7bf6:0x45e,_0x5cc935:0x40c,_0x467d0e:0x505,_0xed2b93:0x4e4,_0x47f158:0x8f,_0x14aa19:0x129,_0x3d7bd1:0x84,_0x2a0984:0x159,_0x315ba7:0x10a,_0x5061d2:0x8a,_0x4fdfc4:0x6d,_0x3b9fad:0x4a,_0x5dd3ef:0xab,_0x1ab3a8:0xf8,_0x22187b:0xde,_0x88ac0b:0x4b4,_0x836f01:0x429,_0xa65afc:0x4c7,_0x4d8443:0x46f,_0x3cf173:0x5c,_0x387d35:0x1e,_0x4d5026:0x1e,_0x2fc916:0x40b,_0x315004:0x34b,_0x3f9d8a:0x3bd,_0x2e8884:0x4a1,_0x2b88e8:0x45f,_0x58c3ca:0x49b,_0x4e2718:0x4c1,_0x154180:0xa7,_0x834e26:0x32,_0x6ec4db:0xa8,_0x3af5cb:0x4a3,_0x311f80:0x4a1,_0x11e816:0x4b0,_0x572af7:0x3ae,_0x3480b0:0x100,_0x4901a9:0x121,_0x3691f8:0x12,_0x2911ca:0x55,_0x2afecb:0x1e,_0x40042a:0x48,_0x4523a0:0xe0,_0x1e97d2:0xf6,_0x2f02bb:0x3d2,_0x486986:0x417,_0x4327bb:0x41,_0x1a1fc1:0x48e},_0x366c95={_0x12276d:0x8},_0x33284f={_0x1d2e5f:0xbc},_0x4fadc6={};_0x4fadc6['lUsYo']=function(_0x136859,_0x56e654){return _0x136859===_0x56e654;},_0x4fadc6[_0x249a14(_0xbf7f4d._0x28d517,0x48c,0x3fa,_0xbf7f4d._0xf1460c)]='ENOENT',_0x4fadc6[_0x249a14(_0xbf7f4d._0x519193,_0xbf7f4d._0x18e21c,0x4e9,0x485)]=_0x33cf1d(-0x59,-0x4c,-0x15,0xf),_0x4fadc6[_0x249a14(_0xbf7f4d._0x506651,0x476,_0xbf7f4d._0x3f5278,0x400)]='Internal\x20S'+'erver\x20Erro'+'r',_0x4fadc6[_0x33cf1d(-_0xbf7f4d._0x5a8daa,-_0xbf7f4d._0x1e8c0e,-_0xbf7f4d._0x18fa5b,-0xb2)]='Failed\x20to\x20'+_0x249a14(0x3fc,_0xbf7f4d._0x2db330,_0xbf7f4d._0xa4e6d8,_0xbf7f4d._0x5448ab)+_0x249a14(_0xbf7f4d._0x3650a3,_0xbf7f4d._0x53eabe,0x471,_0xbf7f4d._0x1b9b57)+'le',_0x4fadc6[_0x249a14(_0xbf7f4d._0x1fc1a8,0x487,_0xbf7f4d._0x55d5b0,0x417)]=_0x33cf1d(-0x139,-_0xbf7f4d._0x277ab0,-0x107,-_0xbf7f4d._0x285f72)+'t',_0x4fadc6[_0x33cf1d(0x17,-0x43,-_0xbf7f4d._0x5e9071,_0xbf7f4d._0x3473aa)]=_0x33cf1d(0x82,0xd,-_0xbf7f4d._0x3325ad,0x3b)+_0x33cf1d(-0x1a,-_0xbf7f4d._0x4d87af,-_0xbf7f4d._0x3384d9,-_0xbf7f4d._0x243eb5)+_0x249a14(_0xbf7f4d._0x28eb45,_0xbf7f4d._0x5e542d,0x4a0,_0xbf7f4d._0x195ebb),_0x4fadc6[_0x249a14(0x450,_0xbf7f4d._0xae5877,0x450,_0xbf7f4d._0x198689)]=_0x249a14(_0xbf7f4d._0x216d6f,_0xbf7f4d._0x2b33e9,0x49d,0x437)+_0x249a14(0x382,_0xbf7f4d._0x49098a,_0xbf7f4d._0x594163,_0xbf7f4d._0x4a8179)+'e';function _0x249a14(_0x3a1704,_0x35596e,_0x34c30a,_0x126fca){return _0x444d0d(_0x3a1704-0x1e2,_0x3a1704,_0x126fca-_0x33284f._0x1d2e5f,_0x126fca-0x1e2);}_0x4fadc6[_0x249a14(0x3dd,0x445,0x38e,0x3c0)]=_0x249a14(0x52a,_0xbf7f4d._0x5379d8,_0xbf7f4d._0xcc174d,_0xbf7f4d._0x660052)+'ing\x20templa'+'te',_0x4fadc6[_0x249a14(0x429,_0xbf7f4d._0xbb265,_0xbf7f4d._0x109085,_0xbf7f4d._0x41a074)]=_0x33cf1d(-0xe0,-0x5f,_0xbf7f4d._0x153658,-0x52)+'ates',_0x4fadc6['KjfTh']=_0x249a14(_0xbf7f4d._0x2eb0d0,0x3f1,_0xbf7f4d._0x424942,0x475),_0x4fadc6[_0x249a14(_0xbf7f4d._0x2c8f4a,_0xbf7f4d._0xf9f44d,0x40f,0x487)]=function(_0x243e1b,_0x46d464){return _0x243e1b===_0x46d464;},_0x4fadc6[_0x249a14(_0xbf7f4d._0x3ab1df,_0xbf7f4d._0x5a4b92,_0xbf7f4d._0x373142,0x4aa)]=_0x249a14(_0xbf7f4d._0x30edc4,0x42c,_0xbf7f4d._0x3744e8,_0xbf7f4d._0xa4e6d8),_0x4fadc6[_0x33cf1d(-0x69,-_0xbf7f4d._0x2bd801,-0x8a,-0x6c)]=_0x33cf1d(_0xbf7f4d._0xd4c0c1,-_0xbf7f4d._0x25232d,0x43,-_0xbf7f4d._0x27acc2),_0x4fadc6[_0x33cf1d(-0x35,-0x3b,-_0xbf7f4d._0x28e073,-_0xbf7f4d._0x5a2f41)]=function(_0x6fe269,_0x1387af){return _0x6fe269!==_0x1387af;},_0x4fadc6[_0x249a14(_0xbf7f4d._0x2c12f0,_0xbf7f4d._0x33f047,0x389,_0xbf7f4d._0x1309fc)]='zhyFD',_0x4fadc6[_0x33cf1d(-0xc5,-_0xbf7f4d._0x5e2250,-0x5,-_0xbf7f4d._0x4ac5de)]=_0x249a14(_0xbf7f4d._0x1173aa,_0xbf7f4d._0x42d882,0x4ab,0x41b),_0x4fadc6['UlXoI']='Failed\x20to\x20'+'read\x20templ'+_0x249a14(0x497,_0xbf7f4d._0x255de8,0x408,0x465);const _0x15e3c5=_0x4fadc6;function _0x33cf1d(_0x532844,_0x418e1d,_0x39180a,_0x103a6b){return _0xeeea46(_0x532844-0x7b,_0x418e1d- -_0x366c95._0x12276d,_0x39180a-0x1e5,_0x532844);}const {callingTask:_0x164f5c,environmentName:_0x46f1ce,environmentPath:_0x229da4}=_0x664b40,{name:_0x5bd7f4}=_0x664b40['params'];if(_0x5bd7f4['includes']('/')||_0x5bd7f4[_0x249a14(_0xbf7f4d._0x8c21af,0x459,0x428,0x492)]('\x5c')||_0x5bd7f4[_0x33cf1d(_0xbf7f4d._0x33edf0,-0x1a,_0xbf7f4d._0x130944,-0x1e)]('..')){const _0x24ce12={};return _0x24ce12[_0x33cf1d(_0xbf7f4d._0xcb00ee,-_0xbf7f4d._0x1c3e78,-_0xbf7f4d._0x277df7,0x3a)]=_0x15e3c5[_0x249a14(0x462,0x3f5,0x444,0x417)],_0x24ce12[_0x33cf1d(-0x109,-0x92,-_0xbf7f4d._0x1a0a78,-_0xbf7f4d._0x2986fe)]=_0x15e3c5[_0x249a14(_0xbf7f4d._0x17bd62,_0xbf7f4d._0x407148,_0xbf7f4d._0x56f8a6,0x402)],_0x70eb19[_0x249a14(0x4fe,_0xbf7f4d._0x2dc8ae,0x426,0x48e)](0x2040+-0x6d*-0x3b+-0xd*0x44b)['json'](_0x24ce12);}const _0x1f9486={};_0x1f9486[_0x249a14(0x47d,_0xbf7f4d._0x447ae6,_0xbf7f4d._0x1c1b5b,_0xbf7f4d._0x2858d4)]=_0x164f5c[_0x249a14(0x42e,_0xbf7f4d._0x3d4534,0x448,0x49d)],_0x1f9486[_0x249a14(_0xbf7f4d._0x450a48,_0xbf7f4d._0x53108b,0x40b,_0xbf7f4d._0x5e8dca)+'t']=_0x46f1ce,_0x1f9486[_0x33cf1d(-0x91,-0xa7,-0xd7,-_0xbf7f4d._0x4abca7)]=_0x5bd7f4,logger[_0x249a14(0x412,0x3b1,_0xbf7f4d._0x4c8668,0x3d1)](_0x15e3c5[_0x249a14(0x374,0x37a,_0xbf7f4d._0x23036d,_0xbf7f4d._0x1f3ee8)],_0x1f9486);const _0x39651e=_0x31e5fd[_0x249a14(_0xbf7f4d._0x1215e3,_0xbf7f4d._0x109085,_0xbf7f4d._0x412817,_0xbf7f4d._0x5c021d)](_0x229da4,_0x15e3c5[_0x249a14(_0xbf7f4d._0x2c8f4a,_0xbf7f4d._0x40b5b1,_0xbf7f4d._0x1f5f00,_0xbf7f4d._0x52912f)]),_0x4ced24=_0x31e5fd[_0x249a14(0x40d,0x3bf,0x3d5,_0xbf7f4d._0x52f54c)](_0x39651e,_0x5bd7f4+_0x249a14(0x344,_0xbf7f4d._0x2b33e9,0x3ef,0x3cf)),_0x510016=_0x31e5fd[_0x33cf1d(-_0xbf7f4d._0x358c71,-_0xbf7f4d._0x203d39,-_0xbf7f4d._0x48f473,-0x57)](_0x39651e,_0x5bd7f4+'.json');try{const _0x496a46=await _0x27595b[_0x249a14(0x390,_0xbf7f4d._0x15cf7b,_0xbf7f4d._0x4e6469,_0xbf7f4d._0x51d448)](_0x4ced24,'utf-8');let _0x51441f=null;try{const _0x3d6a14=await _0x27595b['readFile'](_0x510016,_0x15e3c5[_0x249a14(0x360,_0xbf7f4d._0x4b3191,0x3b1,0x3d0)]);_0x51441f=JSON[_0x33cf1d(-_0xbf7f4d._0x240352,-0xa8,-_0xbf7f4d._0x54e83c,-0xf6)](_0x3d6a14);}catch{}const _0x4a0611={};_0x4a0611[_0x33cf1d(-0x8e,-_0xbf7f4d._0xac5194,-_0xbf7f4d._0x5dd2ca,_0xbf7f4d._0x40bad2)]=_0x5bd7f4,_0x4a0611[_0x249a14(_0xbf7f4d._0x1d962c,0x46c,0x523,_0xbf7f4d._0x22c5a8)]=_0x496a46,_0x4a0611[_0x33cf1d(-0x92,-_0xbf7f4d._0x57978e,-_0xbf7f4d._0x539e61,-_0xbf7f4d._0x14828d)]=_0x51441f,_0x4a0611[_0x33cf1d(-_0xbf7f4d._0x5dd2ca,-_0xbf7f4d._0xa9395f,0x1e,-_0xbf7f4d._0x3235e7)+'t']=_0x46f1ce,_0x70eb19['json'](_0x4a0611);}catch(_0x248d1e){if(_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x14c5a7,-0x25,-_0xbf7f4d._0x35946b,-_0xbf7f4d._0x4fd5f9)](_0x248d1e[_0x249a14(_0xbf7f4d._0x20fbce,0x44c,_0xbf7f4d._0x113169,_0xbf7f4d._0x47ac93)],_0x15e3c5[_0x249a14(0x408,0x4c3,_0xbf7f4d._0x5efd4b,0x47a)])){if(_0x15e3c5[_0x249a14(_0xbf7f4d._0x4c165c,_0xbf7f4d._0x44e4a5,_0xbf7f4d._0x1b9c46,_0xbf7f4d._0x5a5912)](_0x15e3c5[_0x33cf1d(_0xbf7f4d._0x489177,-_0xbf7f4d._0x3cd048,-0x4f,_0xbf7f4d._0x5d55cc)],_0x15e3c5[_0x249a14(_0xbf7f4d._0x40c869,_0xbf7f4d._0x32a6a1,_0xbf7f4d._0x4eead4,0x4aa)])){const _0x28a926={};_0x28a926['error']=_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x1ebb38,-_0xbf7f4d._0x478f90,-0x75,-0x9d)],_0x28a926[_0x33cf1d(-_0xbf7f4d._0x4d0905,-_0xbf7f4d._0x128a42,-0x74,-_0xbf7f4d._0x5accc9)]=_0x249a14(0x3bb,0x3eb,_0xbf7f4d._0x1d6d3e,0x428)+_0x5bd7f4+(_0x33cf1d(-_0xbf7f4d._0x34607e,-0xa3,-_0xbf7f4d._0x1e8c0e,-0x105)+'d'),_0x70eb19[_0x33cf1d(-_0xbf7f4d._0x51b623,-0x1e,-_0xbf7f4d._0x50a414,-0x75)](0x1ea3+0xb11*0x1+0x1*-0x2820)['json'](_0x28a926);}else{if(_0x15e3c5['lUsYo'](_0x525c48['code'],_0x15e3c5['WhcAN'])){const _0xd59c66={};_0xd59c66['content']='',_0xd59c66[_0x33cf1d(0x20,-0x40,_0xbf7f4d._0x1308f4,-0x8d)+'t']=_0x5b8101,_0xd59c66[_0x33cf1d(-_0xbf7f4d._0x18ab49,-0xb4,-0x116,-0xe7)]=_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x5be105,-0x27,-0xa8,-_0xbf7f4d._0x31c1c4)],_0xd59c66[_0x33cf1d(-0xb,-_0xbf7f4d._0x2c637e,-0x4d,_0xbf7f4d._0x3384d9)]=![],_0x4b4505[_0x249a14(0x387,_0xbf7f4d._0x383852,0x412,_0xbf7f4d._0x413a45)](_0xd59c66);}else{const _0x2d4b9e={};_0x2d4b9e[_0x249a14(0x496,_0xbf7f4d._0x17e860,_0xbf7f4d._0x4449c3,_0xbf7f4d._0x14f565)]=_0x3dd972[_0x33cf1d(0x4d,-_0xbf7f4d._0x1357ed,-_0xbf7f4d._0x6df711,-_0xbf7f4d._0x4fd5f9)],_0x2d4b9e[_0x249a14(_0xbf7f4d._0x2b7bf6,0x42b,_0xbf7f4d._0x5cc935,0x46c)+'t']=_0x235f37,_0x2d4b9e[_0x249a14(0x493,0x4f9,0x520,0x4a1)]=_0x55b4a5['message'],_0x2520c5[_0x249a14(_0xbf7f4d._0x467d0e,0x495,_0xbf7f4d._0xed2b93,0x4a1)](_0x249a14(0x416,0x31d,0x3b9,0x3ac)+_0x33cf1d(-_0xbf7f4d._0x47f158,-0x106,-_0xbf7f4d._0x14aa19,-_0xbf7f4d._0x3d7bd1)+_0x33cf1d(-_0xbf7f4d._0x2a0984,-_0xbf7f4d._0x315ba7,-0x103,-_0xbf7f4d._0x5061d2),_0x2d4b9e);const _0x4ac174={};_0x4ac174[_0x33cf1d(_0xbf7f4d._0x4fdfc4,-0xb,-0x96,-0x6e)]=_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x3b9fad,-0xac,-_0xbf7f4d._0x5dd3ef,-_0xbf7f4d._0x1ab3a8)],_0x4ac174[_0x33cf1d(-0x10e,-_0xbf7f4d._0x5accc9,-_0xbf7f4d._0x22187b,-0xdb)]=_0x15e3c5[_0x249a14(_0xbf7f4d._0x88ac0b,_0xbf7f4d._0x836f01,_0xbf7f4d._0xa65afc,_0xbf7f4d._0x4d8443)],_0x777d64[_0x33cf1d(_0xbf7f4d._0x3cf173,-_0xbf7f4d._0x387d35,0x4a,0xa)](0x522+0x1*0x139+0x1*-0x467)['json'](_0x4ac174);}}}else{if(_0x15e3c5[_0x33cf1d(-_0xbf7f4d._0x4d87af,-0x3b,-_0xbf7f4d._0x4d5026,_0xbf7f4d._0x130944)](_0x15e3c5[_0x249a14(_0xbf7f4d._0x2fc916,0x399,_0xbf7f4d._0x315004,_0xbf7f4d._0x3f9d8a)],_0x15e3c5[_0x249a14(_0xbf7f4d._0x2e8884,_0xbf7f4d._0x2b7bf6,0x4ee,_0xbf7f4d._0x2b88e8)])){const _0x5b30e9={};_0x5b30e9[_0x33cf1d(0x26,-0xf,0x63,0x60)]=_0x164f5c['taskId'],_0x5b30e9[_0x249a14(0x4d7,_0xbf7f4d._0x58c3ca,_0xbf7f4d._0x4e2718,0x46c)+'t']=_0x46f1ce,_0x5b30e9[_0x33cf1d(-0x7a,-_0xbf7f4d._0x154180,-_0xbf7f4d._0x834e26,-_0xbf7f4d._0x6ec4db)]=_0x5bd7f4,_0x5b30e9[_0x249a14(_0xbf7f4d._0x3af5cb,0x514,0x466,0x4a1)]=_0x248d1e['message'],logger[_0x249a14(0x4de,0x478,0x440,_0xbf7f4d._0x311f80)](_0x15e3c5['UlXoI'],_0x5b30e9);const _0x548d24={};_0x548d24[_0x249a14(_0xbf7f4d._0x11e816,0x46d,0x450,0x4a1)]=_0x15e3c5[_0x249a14(0x446,0x47a,0x3b4,0x400)],_0x548d24[_0x249a14(_0xbf7f4d._0x572af7,_0xbf7f4d._0x195ebb,0x46e,0x41a)]=_0x33cf1d(-0x88,-_0xbf7f4d._0x3480b0,-_0xbf7f4d._0x4901a9,-0x186)+_0x33cf1d(-0x34,-_0xbf7f4d._0x3691f8,-_0xbf7f4d._0x2911ca,-0x93)+_0x33cf1d(0x1d,-0x47,-0x9,-0xb4),_0x70eb19[_0x33cf1d(-0x42,-_0xbf7f4d._0x2afecb,-0x96,-_0xbf7f4d._0x40042a)](0x4f*0x36+0x3*-0x586+-0x22*-0xe)[_0x33cf1d(-0x127,-_0xbf7f4d._0x4523a0,-0x16f,-_0xbf7f4d._0x1e97d2)](_0x548d24);}else{const _0xb1baeb={};return _0xb1baeb['error']=_0x15e3c5[_0x249a14(_0xbf7f4d._0x2f02bb,0x3f3,_0xbf7f4d._0x53eabe,_0xbf7f4d._0x486986)],_0xb1baeb['message']=_0x15e3c5[_0x33cf1d(_0xbf7f4d._0x3473aa,-0x43,0x3a,_0xbf7f4d._0x4327bb)],_0x35a5c6[_0x249a14(0x416,0x4e6,0x4df,_0xbf7f4d._0x1a1fc1)](-0x3*-0xa55+-0x1*0xddb+0x4*-0x3e5)[_0x33cf1d(-0xd1,-0xe0,-0x14a,-_0xbf7f4d._0x14828d)](_0xb1baeb);}}}}),router[_0xeeea46(-0xd2,-0x101,-0x138,-0x12a)]('/templates'+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x140c04,_0x1358d8)=>{const _0x7c2524={_0x647e1d:0x6d,_0x5a33f4:0xa1,_0x4b9d43:0x439,_0x49e298:0x41c,_0x201429:0x98,_0x4d5c9c:0x16a,_0x49d458:0x3b0,_0x354677:0x3b5,_0x9d78c7:0x32e,_0x329bdc:0x441,_0x7555c:0x41f,_0x20b2c2:0xfa,_0x32233d:0xb0,_0x1b4c62:0x140,_0x3e2d71:0x45a,_0xb5e02b:0x3d6,_0x1f28b7:0x3b2,_0x4499a4:0x3db,_0x40a5e3:0x466,_0x5cc654:0x3c0,_0x48779e:0x3f0,_0x346179:0x43d,_0x580163:0xe8,_0x25a727:0x10f,_0x4d47b5:0x47,_0x266c62:0x3c,_0x3bca88:0x93,_0x36d4bf:0x3b,_0x32ece6:0x44c,_0x3e599f:0x43b,_0x1d6ee5:0x434,_0x23fb2c:0x4a2,_0x494e7f:0x49f,_0x46cdce:0x11a,_0x3440b1:0x1a1,_0x141146:0x444,_0x1a8263:0x3bb,_0x4318fc:0xff,_0x98ced1:0x130,_0x1c39d6:0x8f,_0x2b900a:0x46a,_0x351ac7:0x47e,_0x52451c:0x401,_0x482332:0xb6,_0x304c56:0x82,_0x5c1dd0:0x17,_0xde8379:0x10b,_0x2302cd:0x8b,_0x574cbd:0xf2,_0xc69993:0x471,_0x43c3c5:0x4ff,_0xe123b2:0x46a,_0x4b4ac2:0x3cf,_0x5e8358:0x398,_0x5211eb:0x420,_0x403090:0x465,_0xde1ab6:0x43d,_0x662e74:0x463,_0x2d564e:0x496,_0x1d0b88:0x42d,_0x27d8e8:0x493,_0x181ca5:0x4e9,_0x4363e4:0x35c,_0x1f8def:0x3ad,_0x1dfd30:0x46d,_0x583102:0x477,_0x24b27b:0x3f8,_0x1b955d:0x4a3,_0xc6dc3f:0x4b8,_0x20b94e:0x3c3,_0x680709:0x41e,_0x4c8f44:0x43f,_0x2d7b8e:0x3e8,_0x3b23a7:0x480,_0x43fe0e:0x44a,_0x3a5a1e:0x425,_0x4a5ae6:0x5c,_0x25001a:0xc,_0x1ac45a:0x393,_0x2ff2eb:0x3e0,_0x5e1fbe:0x398,_0x13ed12:0x8d,_0x5f555d:0x15b,_0x2c2a68:0x123,_0x39548d:0xe7,_0x4b28c6:0xca,_0x2ca8f7:0x48,_0x77fc32:0x4a,_0x131b4b:0x2a,_0x385ca3:0x60,_0xfd481:0xd4,_0x527dc5:0x35,_0x39573d:0x122,_0x2682e7:0x428,_0x265a15:0x48a,_0x192ed7:0x46f,_0x39c7d6:0x438,_0x4f5fa1:0x3a8,_0xecbfed:0x1c,_0x38d13e:0x7e,_0x1e08f1:0x4,_0x37a13f:0x122,_0x144d98:0xbb,_0x4f327a:0xc4,_0x45e9a5:0xc4,_0x5ab91d:0x72,_0x27b986:0xc5,_0x328650:0x5,_0x1afc6e:0xc6,_0x4508f2:0x154,_0x1c6125:0x3f7,_0x2fc126:0x34a,_0x365dbd:0x426,_0x351222:0x117,_0x5bd9cf:0x119,_0x30c926:0x3ba,_0xf88e83:0x346,_0x5a5c6e:0x38a,_0x1b1ce1:0xa2,_0x3d2ca2:0x197,_0x24a02a:0xaa,_0x1f50c8:0x37f,_0xa43447:0x48b,_0x412213:0x504,_0xf6f02c:0x42e,_0x1728e4:0xff,_0xf5d935:0x105,_0x35c920:0x13a,_0x5e9ed5:0x402,_0x4a5777:0x38f,_0x400a04:0x441,_0x4939f4:0x3e4,_0x3b6e33:0x334,_0x885b48:0x402,_0xdc710:0x3a9,_0x47b873:0x412,_0x4122bf:0xbf,_0x3ba84b:0x5b,_0xe0eb8c:0xd5,_0x672ebb:0x3fc,_0x42cc45:0x407,_0x4bdc2e:0x3f6,_0x4687ab:0x352,_0x4cd2f4:0x3c2,_0x128f12:0x397,_0x107eac:0x44a,_0x260169:0x437,_0x10aabf:0x507,_0x263793:0x4df,_0x2c603a:0xf1,_0x8b67f9:0x147,_0x489ede:0xa3,_0xf8bbb6:0x94,_0xf20407:0x416,_0x4cc5ea:0x47a,_0x6502d5:0x427,_0x32ad20:0x180,_0x10a1f4:0xaf,_0x1b0533:0x461,_0x1155f5:0x51,_0x4a973e:0x7d,_0x6f61dc:0x1b,_0x211b6e:0xf5,_0x1f8daf:0x508,_0x2f8ce7:0x41c,_0x2e2d4b:0x28,_0x273776:0x40a,_0x49de2c:0x3e0,_0x4c8d94:0x3bd,_0x39e64b:0x3c7,_0x34a955:0x418,_0x3b6cb0:0x375,_0x153349:0x3ed,_0x2cc75d:0x3da,_0x1bba05:0xe0,_0x4ab909:0xb3,_0x523cd9:0x47c,_0x25ebd5:0x371,_0x352a35:0x37c,_0x40708e:0x389,_0x58803c:0x483,_0x3e25ca:0x4c2,_0x4fe0e4:0x3f3,_0x54b8e7:0x3c3,_0x431962:0x46c,_0x312d95:0x3ff,_0x2fb1d2:0x485,_0x279eac:0x3bf,_0x3ab95a:0x383,_0x18f516:0x3c7,_0x5e2fe3:0x3d8,_0x40f135:0x35c,_0x11d2c2:0x447,_0x499e0a:0x443,_0x175dab:0x3a1,_0x2fd290:0x408,_0x215678:0xe3,_0x5802ad:0x160,_0x15694c:0x7d,_0xa6937e:0x124,_0x48ce14:0x3d2,_0x4b7701:0x46a,_0x2f536d:0x450,_0x223844:0x4cc,_0x244923:0x422,_0x4f6745:0xc7,_0x453faa:0x31,_0x18da9b:0x9c,_0x221d55:0x77,_0x5266db:0x4b,_0x175c6f:0x410,_0x52febf:0x479,_0x30918d:0x4e7,_0x382e4f:0x3d1,_0xbcf30b:0x3ef,_0x1fd2d4:0x3c3,_0x56d84f:0x48f,_0x324fd9:0x4ff,_0x5995c9:0x4a8,_0x2b7822:0x133,_0x5aa460:0x4d,_0x3984ed:0xda,_0x2bba96:0x79,_0x495c3e:0x2d,_0x241a44:0x3c5,_0x570a61:0x391},_0x184f20={_0x320bfb:0xaf},_0x43e233={_0x71906d:0x8d};function _0x2b2d44(_0x2cc4f1,_0x44079a,_0x32f311,_0x38e5c4){return _0xeeea46(_0x2cc4f1-0xec,_0x2cc4f1-0x492,_0x32f311-_0x43e233._0x71906d,_0x32f311);}const _0x1d4e78={};_0x1d4e78[_0x2f431b(-_0x7c2524._0x647e1d,-_0x7c2524._0x5a33f4,-0x57,-0x6c)]='Bad\x20Reques'+'t',_0x1d4e78[_0x2b2d44(_0x7c2524._0x4b9d43,0x3b9,0x3e5,_0x7c2524._0x49e298)]=_0x2f431b(-0xe7,-_0x7c2524._0x201429,-0x165,-_0x7c2524._0x4d5c9c)+_0x2b2d44(_0x7c2524._0x49d458,_0x7c2524._0x354677,_0x7c2524._0x9d78c7,_0x7c2524._0x329bdc)+'ed\x20environ'+_0x2b2d44(_0x7c2524._0x7555c,0x3e1,0x393,0x3a0),_0x1d4e78[_0x2f431b(-0xf1,-_0x7c2524._0x20b2c2,-_0x7c2524._0x32233d,-_0x7c2524._0x1b4c62)]=_0x2b2d44(0x497,0x4a8,0x4fc,_0x7c2524._0x3e2d71),_0x1d4e78[_0x2b2d44(_0x7c2524._0xb5e02b,_0x7c2524._0x1f28b7,_0x7c2524._0x4499a4,_0x7c2524._0x40a5e3)]='ENOENT',_0x1d4e78[_0x2b2d44(_0x7c2524._0x5cc654,_0x7c2524._0x48779e,_0x7c2524._0x346179,0x36a)]=_0x2f431b(-0x142,-_0x7c2524._0x580163,-_0x7c2524._0x25a727,-0x11a)+_0x2f431b(-_0x7c2524._0x4d47b5,_0x7c2524._0x266c62,-_0x7c2524._0x3bca88,-_0x7c2524._0x36d4bf)+_0x2b2d44(0x487,_0x7c2524._0x32ece6,_0x7c2524._0x3e599f,0x4df),_0x1d4e78['lPdoC']=function(_0x2d0827,_0x3778a6){return _0x2d0827!==_0x3778a6;},_0x1d4e78[_0x2b2d44(_0x7c2524._0x1d6ee5,_0x7c2524._0x23fb2c,_0x7c2524._0x494e7f,0x3e4)]=_0x2f431b(-_0x7c2524._0x46cdce,-0xae,-0xbe,-_0x7c2524._0x3440b1),_0x1d4e78[_0x2b2d44(_0x7c2524._0x141146,0x3ea,0x4c7,_0x7c2524._0x1a8263)]=_0x2b2d44(0x425,0x3e1,0x3b5,0x4a1)+'mplate\x20nam'+'e',_0x1d4e78['PisDi']=function(_0x92098c,_0x3daaf1){return _0x92098c===_0x3daaf1;},_0x1d4e78[_0x2f431b(-_0x7c2524._0x4318fc,-_0x7c2524._0x98ced1,-_0x7c2524._0x1c39d6,-0xda)]=function(_0x3fa6bb,_0x5a86db){return _0x3fa6bb!==_0x5a86db;},_0x1d4e78[_0x2b2d44(_0x7c2524._0x2b900a,0x4cb,_0x7c2524._0x351ac7,_0x7c2524._0x52451c)]='vMyuw';function _0x2f431b(_0x11a69d,_0xfcbadd,_0x3ddadc,_0xb3c4e3){return _0x444d0d(_0x11a69d-_0x184f20._0x320bfb,_0xb3c4e3,_0x11a69d- -0x432,_0xb3c4e3-0x9b);}_0x1d4e78[_0x2b2d44(0x474,0x3eb,0x3f1,0x4e2)]=_0x2f431b(-0x35,-_0x7c2524._0x482332,-_0x7c2524._0x304c56,_0x7c2524._0x5c1dd0)+_0x2f431b(-0x9c,-_0x7c2524._0xde8379,-_0x7c2524._0x2302cd,-_0x7c2524._0x574cbd)+_0x2b2d44(_0x7c2524._0xc69993,_0x7c2524._0x43c3c5,0x405,_0x7c2524._0xe123b2),_0x1d4e78['tbrjF']='task-templ'+_0x2b2d44(_0x7c2524._0x4b4ac2,_0x7c2524._0x5e8358,_0x7c2524._0x5211eb,0x381),_0x1d4e78[_0x2b2d44(_0x7c2524._0x403090,0x45b,0x470,_0x7c2524._0xde1ab6)]=_0x2b2d44(_0x7c2524._0x662e74,_0x7c2524._0x2d564e,0x4f0,_0x7c2524._0x1d0b88),_0x1d4e78[_0x2b2d44(_0x7c2524._0x27d8e8,0x45c,_0x7c2524._0x181ca5,0x443)]=_0x2b2d44(0x3c7,_0x7c2524._0x4363e4,0x41e,0x358)+_0x2b2d44(_0x7c2524._0x1f8def,0x39f,0x3f6,_0x7c2524._0x3e599f)+'r',_0x1d4e78['fPrZl']='Failed\x20to\x20'+_0x2b2d44(0x483,_0x7c2524._0x1dfd30,_0x7c2524._0x583102,_0x7c2524._0x24b27b)+_0x2b2d44(_0x7c2524._0x1b955d,0x45c,_0x7c2524._0xc6dc3f,0x4d3);const _0x515f36=_0x1d4e78,{callingTask:_0x1319e2,taskUser:_0x37198a,environmentName:_0x2c463d,environmentPath:_0x56f1f7}=_0x140c04,{name:_0x298e27}=_0x140c04[_0x2b2d44(_0x7c2524._0x20b94e,_0x7c2524._0x680709,0x354,0x3f5)],{content:_0x24195d,metadata:_0x26b083}=_0x140c04[_0x2b2d44(_0x7c2524._0x4c8f44,_0x7c2524._0x2d7b8e,0x476,0x3de)];if(_0x298e27['includes']('/')||_0x298e27[_0x2b2d44(_0x7c2524._0x3b23a7,_0x7c2524._0x43fe0e,_0x7c2524._0x3a5a1e,0x499)]('\x5c')||_0x298e27[_0x2f431b(-_0x7c2524._0x4a5ae6,-0x3a,-0x9d,_0x7c2524._0x25001a)]('..')){if(_0x515f36[_0x2b2d44(_0x7c2524._0x1ac45a,_0x7c2524._0x2ff2eb,_0x7c2524._0x5e1fbe,0x405)](_0x2f431b(-_0x7c2524._0x46cdce,-_0x7c2524._0x13ed12,-_0x7c2524._0x5f555d,-_0x7c2524._0x2c2a68),_0x515f36['fzJIH'])){const _0x162b4d={};_0x162b4d['taskId']=_0x9405d3,_0x134999['warn'](_0x2f431b(-_0x7c2524._0x39548d,-0xc9,-0x13d,-_0x7c2524._0x4b28c6)+'o\x20environm'+'ent',_0x162b4d);const _0x5a5b35={};return _0x5a5b35[_0x2f431b(-0x4d,-_0x7c2524._0x2ca8f7,-_0x7c2524._0x77fc32,_0x7c2524._0x131b4b)]=_0x515f36['JyBRo'],_0x5a5b35[_0x2f431b(-0xd4,-0x155,-0x99,-0xc3)]=_0x515f36['DmuRP'],_0x22e6c8[_0x2f431b(-_0x7c2524._0x385ca3,-_0x7c2524._0xfd481,-_0x7c2524._0x527dc5,-0x7d)](-0x26b*-0x1+0xa4f+-0x595*0x2)[_0x2f431b(-_0x7c2524._0x39573d,-0x12a,-0x120,-0xee)](_0x5a5b35);}else{const _0x2a7014={};return _0x2a7014[_0x2b2d44(0x48f,_0x7c2524._0x2682e7,_0x7c2524._0x265a15,0x410)]=_0x515f36[_0x2b2d44(_0x7c2524._0x192ed7,0x471,_0x7c2524._0x39c7d6,0x480)],_0x2a7014[_0x2b2d44(0x408,_0x7c2524._0x4f5fa1,0x499,0x451)]=_0x515f36['soJwa'],_0x1358d8[_0x2f431b(-0x60,-_0x7c2524._0xecbfed,-_0x7c2524._0x38d13e,-_0x7c2524._0x1e08f1)](-0x2114+-0x1715+0x39b9)[_0x2f431b(-_0x7c2524._0x37a13f,-0xc5,-_0x7c2524._0x144d98,-0x17f)](_0x2a7014);}}if(_0x515f36[_0x2f431b(-_0x7c2524._0x2c2a68,-0xf0,-_0x7c2524._0x4f327a,-_0x7c2524._0x45e9a5)](_0x24195d,undefined)){if(_0x515f36[_0x2b2d44(0x3dd,0x356,_0x7c2524._0x48779e,0x386)](_0x515f36[_0x2f431b(-_0x7c2524._0x5ab91d,-_0x7c2524._0x27b986,-_0x7c2524._0x580163,-0xfb)],_0x515f36[_0x2f431b(-_0x7c2524._0x5ab91d,_0x7c2524._0x328650,-0x9e,-0x6d)])){const _0x383b0d={};_0x383b0d['error']=_0x515f36['gdGkD'],_0x383b0d[_0x2b2d44(0x408,0x3fb,0x3ed,0x3b5)]=_0x2f431b(-_0x7c2524._0x1afc6e,-0x9d,-0xc8,-_0x7c2524._0x4508f2)+_0x274dc1+(_0x2b2d44(0x3f7,0x3b4,0x469,_0x7c2524._0x1c6125)+'d'),_0x56ed33[_0x2f431b(-0x60,-0xa6,-0xb5,-0x69)](-0x6a0*0x5+0x4*0x3a1+0x1430)[_0x2b2d44(0x3ba,0x3c0,_0x7c2524._0x2fc126,0x3ae)](_0x383b0d);}else{const _0x4bfc1b={};return _0x4bfc1b[_0x2b2d44(0x48f,0x46e,_0x7c2524._0x365dbd,_0x7c2524._0x680709)]=_0x2f431b(-_0x7c2524._0x351222,-0x12b,-_0x7c2524._0x5bd9cf,-0x149)+'t',_0x4bfc1b['message']=_0x515f36['hGBIc'],_0x1358d8['status'](0xd0*0xe+-0x199*-0x1+-0xb69*0x1)[_0x2b2d44(_0x7c2524._0x30c926,_0x7c2524._0xf88e83,_0x7c2524._0x5a5c6e,_0x7c2524._0x2682e7)](_0x4bfc1b);}}logger[_0x2f431b(-0x11d,-_0x7c2524._0x1b1ce1,-_0x7c2524._0x3d2ca2,-_0x7c2524._0x24a02a)](_0x2b2d44(0x39b,0x3d2,0x31c,_0x7c2524._0x1f50c8)+_0x2b2d44(0x3c1,_0x7c2524._0xf88e83,0x3a0,0x381)+'te',{'taskId':_0x1319e2[_0x2b2d44(_0x7c2524._0xa43447,_0x7c2524._0x412213,0x4e3,_0x7c2524._0xf6f02c)],'environment':_0x2c463d,'template':_0x298e27,'userId':_0x37198a['id'],'hasMetadata':_0x515f36[_0x2f431b(-_0x7c2524._0x1728e4,-0xe8,-_0x7c2524._0xf5d935,-0xd4)](_0x26b083,undefined)});const _0x501ee7=_0x31e5fd[_0x2f431b(-0xda,-_0x7c2524._0x35c920,-0xa3,-0x58)](_0x56f1f7,_0x515f36['tbrjF']),_0x1622ea=_0x31e5fd[_0x2b2d44(_0x7c2524._0x5e9ed5,_0x7c2524._0x4a5777,_0x7c2524._0x400a04,_0x7c2524._0x4939f4)](_0x501ee7,_0x298e27+_0x2b2d44(0x3bd,_0x7c2524._0x3b6e33,0x3cf,0x3f2)),_0x380293=_0x31e5fd[_0x2b2d44(_0x7c2524._0x885b48,_0x7c2524._0xdc710,_0x7c2524._0x47b873,0x3e0)](_0x501ee7,_0x298e27+'.json'),_0x1d57d7=new Date()['toISOStrin'+'g']();try{const _0x23937a={};_0x23937a['recursive']=!![],await _0x27595b[_0x2f431b(-_0x7c2524._0x4122bf,-_0x7c2524._0x3ba84b,-0x148,-0x11e)](_0x501ee7,_0x23937a),await _0x27595b[_0x2f431b(-0x151,-0xf8,-0x15b,-_0x7c2524._0xe0eb8c)](_0x1622ea,_0x24195d,_0x515f36['exRPd']);if(_0x26b083!==undefined&&_0x26b083!==null){if('RocVs'===_0x2b2d44(_0x7c2524._0x672ebb,_0x7c2524._0x42cc45,_0x7c2524._0x4bdc2e,0x46d))await _0x27595b[_0x2b2d44(0x38b,_0x7c2524._0x4687ab,_0x7c2524._0x4cd2f4,_0x7c2524._0x128f12)](_0x380293,JSON[_0x2b2d44(_0x7c2524._0x107eac,0x3d4,0x481,_0x7c2524._0x260169)](_0x26b083,null,0x1b7*-0xd+0x1*0x22b7+-0xc6a),_0x515f36[_0x2f431b(-0x77,-_0x7c2524._0x5c1dd0,-0x53,-0x91)]);else{if(_0x38d108[_0x2b2d44(0x4a1,_0x7c2524._0x10aabf,_0x7c2524._0x263793,_0x7c2524._0x27d8e8)]===_0x515f36['hdfDn']){const _0x19c86b={};_0x19c86b['error']=_0x515f36[_0x2f431b(-_0x7c2524._0x2c603a,-_0x7c2524._0x8b67f9,-_0x7c2524._0x489ede,-_0x7c2524._0xf8bbb6)],_0x19c86b[_0x2f431b(-0xd4,-0xa2,-0x77,-0xf6)]=_0x2b2d44(_0x7c2524._0xf20407,0x3a6,_0x7c2524._0x4cc5ea,0x486)+_0x29cbc7+(_0x2b2d44(0x3f7,0x415,0x44f,_0x7c2524._0x6502d5)+'d'),_0x256ef5['status'](-0xc38+0x1*0x21dd+-0x1411)[_0x2f431b(-_0x7c2524._0x39573d,-_0x7c2524._0x32ad20,-_0x7c2524._0x10a1f4,-0x185)](_0x19c86b);}else{const _0x4ab504={};_0x4ab504[_0x2b2d44(0x48b,_0x7c2524._0x1b0533,0x460,0x4fa)]=_0x1ff316[_0x2f431b(-_0x7c2524._0x1155f5,-0x14,-_0x7c2524._0x4a973e,_0x7c2524._0x6f61dc)],_0x4ab504['environmen'+'t']=_0x1756af,_0x4ab504[_0x2f431b(-0xe9,-0xd8,-_0x7c2524._0x211b6e,-_0x7c2524._0x4a973e)]=_0xe958ba,_0x4ab504[_0x2b2d44(0x48f,0x42b,_0x7c2524._0x1f8daf,0x51d)]=_0x4fbb48[_0x2b2d44(0x408,_0x7c2524._0x2f8ce7,0x470,0x3ff)],_0x1d7601[_0x2f431b(-0x4d,-_0x7c2524._0x2e2d4b,-0xc3,-0xac)](_0x515f36[_0x2b2d44(0x3c0,_0x7c2524._0x273776,_0x7c2524._0x49de2c,_0x7c2524._0x4c8d94)],_0x4ab504);const _0x49ac97={};_0x49ac97['error']=_0x2b2d44(_0x7c2524._0x39e64b,_0x7c2524._0x34a955,_0x7c2524._0x3b6cb0,_0x7c2524._0x153349)+_0x2b2d44(0x3ad,0x3ce,_0x7c2524._0x2cc75d,0x3f4)+'r',_0x49ac97[_0x2f431b(-_0x7c2524._0xfd481,-_0x7c2524._0x1bba05,-0x7a,-_0x7c2524._0x4ab909)]=_0x515f36['SpvZc'],_0x41a13e[_0x2b2d44(_0x7c2524._0x523cd9,0x48d,0x453,0x4f0)](-0x28*0xb+0x1982+-0xa*0x22f)[_0x2b2d44(0x3ba,_0x7c2524._0x25ebd5,_0x7c2524._0x352a35,_0x7c2524._0x40708e)](_0x49ac97);}}}const _0x46dd6b={};_0x46dd6b[_0x2b2d44(0x48b,_0x7c2524._0x58803c,0x4b3,0x46e)]=_0x1319e2[_0x2b2d44(_0x7c2524._0xa43447,_0x7c2524._0x3e25ca,0x48c,0x4aa)],_0x46dd6b['environmen'+'t']=_0x2c463d,_0x46dd6b[_0x2b2d44(_0x7c2524._0x4fe0e4,_0x7c2524._0x54b8e7,_0x7c2524._0x431962,_0x7c2524._0x49d458)]=_0x298e27,_0x46dd6b[_0x2b2d44(_0x7c2524._0x312d95,_0x7c2524._0x2fb1d2,0x374,0x47a)]=_0x37198a['id'],logger[_0x2b2d44(_0x7c2524._0x279eac,_0x7c2524._0x3ab95a,_0x7c2524._0x18f516,0x40d)](_0x2b2d44(_0x7c2524._0x5e2fe3,_0x7c2524._0x40f135,_0x7c2524._0x11d2c2,0x35f)+_0x2b2d44(0x3da,0x448,_0x7c2524._0x499e0a,_0x7c2524._0x175dab)+'task',_0x46dd6b);const _0x39db08={};_0x39db08['success']=!![],_0x39db08[_0x2b2d44(0x42f,_0x7c2524._0x2fd290,0x3ec,_0x7c2524._0x346179)]=_0x298e27,_0x39db08['environmen'+'t']=_0x2c463d,_0x39db08[_0x2f431b(-_0x7c2524._0x215678,-_0x7c2524._0x5802ad,-_0x7c2524._0x15694c,-_0x7c2524._0xa6937e)]=_0x1d57d7,_0x39db08[_0x2b2d44(0x432,_0x7c2524._0x48ce14,_0x7c2524._0x4b7701,_0x7c2524._0x2f536d)+_0x2b2d44(0x3f8,0x374,0x384,0x3bd)]=_0x1319e2[_0x2b2d44(0x48b,_0x7c2524._0x223844,0x4f9,_0x7c2524._0x244923)],_0x39db08[_0x2f431b(-0x40,-_0x7c2524._0x4f6745,_0x7c2524._0x453faa,-_0x7c2524._0x18da9b)+_0x2f431b(-0xab,-_0x7c2524._0x221d55,-0x36,-_0x7c2524._0x5266db)]=_0x37198a['id'],_0x1358d8[_0x2f431b(-0x122,-_0x7c2524._0x4f327a,-0x157,-0xc8)](_0x39db08);}catch(_0x5bbc18){const _0x4da05c={};_0x4da05c[_0x2b2d44(0x48b,_0x7c2524._0x175c6f,0x4e7,0x40d)]=_0x1319e2[_0x2f431b(-0x51,-0x25,-0x84,-0x8)],_0x4da05c[_0x2b2d44(_0x7c2524._0x3e2d71,_0x7c2524._0x52febf,_0x7c2524._0x30918d,_0x7c2524._0x382e4f)+'t']=_0x2c463d,_0x4da05c['template']=_0x298e27,_0x4da05c['error']=_0x5bbc18[_0x2b2d44(0x408,_0x7c2524._0xbcf30b,_0x7c2524._0x1fd2d4,0x489)],logger[_0x2b2d44(_0x7c2524._0x56d84f,0x40c,_0x7c2524._0x324fd9,_0x7c2524._0x5995c9)](_0x2f431b(-0x142,-0x193,-0x1ce,-_0x7c2524._0x2b7822)+_0x2b2d44(_0x7c2524._0x58803c,0x4a9,0x4da,0x444)+'late',_0x4da05c);const _0x5cd7bd={};_0x5cd7bd[_0x2f431b(-_0x7c2524._0x5aa460,0x18,-_0x7c2524._0x3984ed,-0x60)]=_0x515f36[_0x2f431b(-0x49,-0x2d,-_0x7c2524._0x2bba96,-0x3d)],_0x5cd7bd['message']=_0x515f36['fPrZl'],_0x1358d8[_0x2f431b(-0x60,-_0x7c2524._0x495c3e,-0xa,-0xa7)](-0x7*-0x1b6+-0x12e3*-0x1+0x1*-0x1ce9)[_0x2b2d44(0x3ba,_0x7c2524._0x241a44,0x3f6,_0x7c2524._0x570a61)](_0x5cd7bd);}}),router[_0x444d0d(0x30e,0x2b5,0x2e4,0x368)](_0x444d0d(0x387,0x3a8,0x398,0x3b2)+_0x444d0d(0x40a,0x420,0x400,0x3c7),requireTaskAuth,requireTemplatesPermission,async(_0x189974,_0x455696)=>{const _0xebb059={_0x305b91:0x7e,_0x790223:0x4c,_0x5755df:0x11b,_0x39a880:0xd2,_0xc71162:0xe1,_0x5c343c:0xbd,_0x21b42e:0x72,_0x11d7e8:0x84,_0xe48558:0xf8,_0x1494ca:0xb,_0x1eac76:0x81,_0xb87f5f:0x17a,_0x1498af:0x1df,_0x1b3ef8:0x199,_0x3dacf2:0xf2,_0xcedf43:0x3b,_0x514a78:0x206,_0x18948d:0x272,_0x410792:0xc,_0x1d60aa:0x5a,_0x4e9986:0x1e3,_0x2ff522:0x1d3,_0x8eec7a:0x151,_0x33a1eb:0x2f2,_0x30c7fc:0x26f,_0xe3f788:0x2d5,_0x1e5f60:0x26a,_0x5895d9:0x1ec,_0x4c5fc0:0x267,_0x5e8ef8:0xb0,_0x457f09:0xa4,_0x3a0491:0xba,_0x4f367b:0x49,_0xf112d6:0x21,_0x3fdb0f:0x210,_0x100302:0x200,_0x217303:0x4b,_0x3d5a30:0x55,_0x2953c3:0xa1,_0x3a5806:0x4a,_0x1d445a:0x7b,_0x5234ae:0xc7,_0x1d0815:0x10c,_0x4a135f:0x2a0,_0x38038a:0x219,_0x46f14e:0x224,_0x328432:0x292,_0x253e61:0x258,_0x515cdf:0x23d,_0x55f734:0x178,_0x139b39:0xa5,_0x4c004e:0x143,_0x82ed83:0x24b,_0x41fae7:0x242,_0x41ad25:0x289,_0x1feb25:0x2f8,_0x3e0350:0x8e,_0x272e88:0x45,_0x1a3123:0x3e,_0x4188b4:0x26,_0x32b75f:0x18,_0x118d81:0x44,_0x451406:0x17,_0xa7cee5:0x78,_0x3112e4:0x23b,_0x37ee36:0x272,_0x48a3a2:0x5a,_0x49e197:0x91,_0x36dc4d:0x2a,_0xb91aeb:0xa6,_0x3aa966:0x142,_0x4519c0:0xec,_0x2c425e:0x306,_0x379dd6:0x296,_0x3c0317:0x207,_0x5898b8:0x2a5,_0x2d2f6b:0x235,_0x55ecb:0xa9,_0x1dffd9:0x6e,_0x1db643:0xa7,_0xe10db6:0x12f,_0x35ab06:0x14d,_0x39c31e:0xc8,_0x51f0da:0xe5,_0x22b61e:0x2c,_0x45bef1:0x57,_0xde70b2:0x6b,_0x4e2942:0x1da,_0x210f1f:0x17e,_0x1dc92c:0x280,_0x3ab14c:0x63,_0xc28d73:0x175,_0x1bc76a:0x15b,_0xe7083f:0xe9,_0x3da95b:0x48,_0x4f11e9:0x265,_0x2fe88a:0x102,_0x443c98:0x13c,_0x10cf92:0xcf,_0x368d6d:0x242,_0x2d9398:0x224,_0x5f0afe:0x85,_0x2de858:0x9,_0x1e9d41:0x9f,_0x44195d:0x217,_0x26c0f6:0x141,_0x361ea6:0x115,_0x130a4b:0xe7,_0x142621:0x2a6,_0x59da56:0x2d6,_0x3549b8:0x2be,_0x8c523:0x23a,_0x37b535:0x25a,_0x555bd9:0x21f,_0x509645:0x270,_0x1c551b:0xa8,_0x32303d:0xea,_0x519b6e:0xc2,_0x54bfdd:0x97,_0x3d4fde:0x23c,_0x33a369:0x1eb,_0x5963d6:0x189,_0x1e8a42:0x1c5,_0x813114:0x1c2,_0xb74d20:0x142,_0x12096f:0x21a,_0x1d130c:0x1f7,_0x2a5e71:0x20f,_0x531466:0x15f,_0x4a734b:0xe0,_0x83610d:0x1bb,_0x16977e:0x213,_0x2eb098:0x252,_0x49a19d:0x1dc,_0x3206a4:0x1ae,_0x10b58a:0x29e,_0x49e98c:0x287,_0x48f9a3:0xe1,_0x570bc6:0x1d,_0x26d745:0x14,_0x52e4fc:0x2b,_0x23a9ad:0x260,_0x558bd7:0x1e8,_0x5321b7:0x37,_0x112993:0x17,_0x3b02c8:0x2d0,_0x46a32d:0x300,_0x53711d:0x2bf,_0xd9b8af:0x236,_0xacb2c9:0x21d,_0x219d1c:0x86,_0x2fe5dd:0x13b,_0x336045:0xdc,_0x3e2767:0x17c,_0x4679a0:0x40,_0x2b2dd8:0x2a},_0x36021a={_0x2173c4:0x18a,_0x42165c:0x3fc},_0x34c4d3={_0x4f441e:0x147,_0x20c755:0xab},_0x197b06={};_0x197b06[_0xdcd5f2(-_0xebb059._0x305b91,-_0xebb059._0x790223,0x26,-0xb)]=_0xdcd5f2(-0x10a,-_0xebb059._0x5755df,-_0xebb059._0x39a880,-_0xebb059._0xc71162)+'t',_0x197b06[_0xdcd5f2(-_0xebb059._0x5c343c,-_0xebb059._0x21b42e,-0x115,-_0xebb059._0x11d7e8)]=_0xdcd5f2(-_0xebb059._0xe48558,-0x4b,-_0xebb059._0x1494ca,-_0xebb059._0x1eac76)+_0x14de09(_0xebb059._0xb87f5f,_0xebb059._0x1498af,0x23e,_0xebb059._0x1b3ef8)+'e',_0x197b06[_0xdcd5f2(-_0xebb059._0x3dacf2,-0xdc,-_0xebb059._0xcedf43,-0x7f)]=_0x14de09(0x1df,_0xebb059._0x514a78,0x1e2,_0xebb059._0x18948d),_0x197b06[_0xdcd5f2(-0x8a,_0xebb059._0x410792,-0xcd,-_0xebb059._0x1d60aa)]=_0x14de09(_0xebb059._0x4e9986,_0xebb059._0x2ff522,0x24d,_0xebb059._0x8eec7a)+'eleted\x20by\x20'+_0x14de09(_0xebb059._0x33a1eb,_0xebb059._0x30c7fc,_0xebb059._0xe3f788,_0xebb059._0x1e5f60),_0x197b06[_0x14de09(0x20e,_0xebb059._0x5895d9,_0xebb059._0x4c5fc0,0x173)]=_0xdcd5f2(-_0xebb059._0x5e8ef8,-0x123,-_0xebb059._0x457f09,-0x111),_0x197b06[_0xdcd5f2(-0x9c,-0x2a,-0xfe,-_0xebb059._0x3a0491)]=_0xdcd5f2(_0xebb059._0x4f367b,-0x6c,0x64,-_0xebb059._0xf112d6),_0x197b06[_0x14de09(_0xebb059._0x3fdb0f,0x1d1,_0xebb059._0x100302,0x18b)]=_0xdcd5f2(0x26,_0xebb059._0x217303,_0xebb059._0x3d5a30,-0xf),_0x197b06[_0xdcd5f2(0xf,-_0xebb059._0x2953c3,-_0xebb059._0x3a5806,-_0xebb059._0x1d445a)]=_0xdcd5f2(-0x188,-0x95,-_0xebb059._0x5234ae,-_0xebb059._0x1d0815)+_0x14de09(0x2c7,_0xebb059._0x4a135f,_0xebb059._0x38038a,0x2e8)+_0x14de09(_0xebb059._0x46f14e,_0xebb059._0x328432,_0xebb059._0x253e61,0x2f0),_0x197b06['glHOj']=_0x14de09(_0xebb059._0x515cdf,0x1d2,_0xebb059._0x55f734,0x23f)+_0xdcd5f2(-0x103,-_0xebb059._0x139b39,-_0xebb059._0x4c004e,-0xf9)+'r';const _0x55ec3f=_0x197b06,{callingTask:_0x158fae,taskUser:_0x4aa2a6,environmentName:_0x484d68,environmentPath:_0x2a7a3d}=_0x189974,{name:_0x1921c3}=_0x189974[_0x14de09(0x246,0x1ce,_0xebb059._0x82ed83,_0xebb059._0x41fae7)];if(_0x1921c3[_0x14de09(0x231,0x28b,_0xebb059._0x41ad25,_0xebb059._0x1feb25)]('/')||_0x1921c3['includes']('\x5c')||_0x1921c3[_0xdcd5f2(-_0xebb059._0x3e0350,_0xebb059._0x272e88,-_0xebb059._0x1a3123,-_0xebb059._0x4188b4)]('..')){const _0x20cc6a={};return _0x20cc6a[_0xdcd5f2(_0xebb059._0x32b75f,-0xa3,-_0xebb059._0x118d81,-_0xebb059._0x451406)]=_0x55ec3f[_0xdcd5f2(0x16,_0xebb059._0xa7cee5,-0x68,-0xb)],_0x20cc6a[_0xdcd5f2(-0x49,-0x123,-0x58,-0x9e)]=_0x55ec3f[_0x14de09(_0xebb059._0x3112e4,0x22d,_0xebb059._0x37ee36,0x1da)],_0x455696[_0xdcd5f2(-0xb7,-_0xebb059._0x48a3a2,-_0xebb059._0x49e197,-_0xebb059._0x36dc4d)](-0x1a76+-0x16a2+0x1954*0x2)[_0xdcd5f2(-0xa9,-_0xebb059._0xb91aeb,-_0xebb059._0x3aa966,-_0xebb059._0x4519c0)](_0x20cc6a);}const _0x851db9={};_0x851db9[_0x14de09(_0xebb059._0x2c425e,_0xebb059._0x379dd6,0x233,0x2d9)]=_0x158fae[_0x14de09(_0xebb059._0x3c0317,0x296,_0xebb059._0x5898b8,0x310)];function _0x14de09(_0x1a936c,_0xfaec68,_0x5894b0,_0x8cb49){return _0x444d0d(_0x1a936c-_0x34c4d3._0x4f441e,_0x1a936c,_0xfaec68- -0x14b,_0x8cb49-_0x34c4d3._0x20c755);}_0x851db9[_0x14de09(_0xebb059._0x2d2f6b,0x265,0x263,0x26b)+'t']=_0x484d68,_0x851db9['template']=_0x1921c3;function _0xdcd5f2(_0x5a44e1,_0x9d3a3f,_0x12bee3,_0x4d6227){return _0x444d0d(_0x5a44e1-_0x36021a._0x2173c4,_0x9d3a3f,_0x4d6227- -_0x36021a._0x42165c,_0x4d6227-0x14d);}_0x851db9[_0xdcd5f2(-_0xebb059._0x55ecb,-_0xebb059._0x1dffd9,-0x32,-_0xebb059._0x1db643)]=_0x4aa2a6['id'],logger[_0xdcd5f2(-0xf0,-0x7a,-0x151,-0xe7)]('Task\x20delet'+_0xdcd5f2(-_0xebb059._0xe10db6,-_0xebb059._0x35ab06,-_0xebb059._0x39c31e,-_0xebb059._0x51f0da)+'te',_0x851db9);const _0x19053b=_0x31e5fd[_0xdcd5f2(-0xa5,-0xc6,-_0xebb059._0x22b61e,-0xa4)](_0x2a7a3d,_0xdcd5f2(-0x3a,-_0xebb059._0x45bef1,-0xb4,-_0xebb059._0xde70b2)+_0x14de09(0x170,_0xebb059._0x4e2942,_0xebb059._0x210f1f,_0xebb059._0x514a78)),_0x1bb160=_0x31e5fd[_0x14de09(_0xebb059._0x1dc92c,0x20d,0x286,0x267)](_0x19053b,_0x1921c3+_0xdcd5f2(-_0xebb059._0x3ab14c,-_0xebb059._0xc28d73,-_0xebb059._0x1bc76a,-_0xebb059._0xe7083f)),_0x5ab5e9=_0x31e5fd[_0xdcd5f2(-_0xebb059._0x3da95b,-0x9a,-0x1c,-0xa4)](_0x19053b,_0x1921c3+'.json');try{const _0x30304f=_0x55ec3f[_0x14de09(_0xebb059._0x4f11e9,0x232,0x255,0x1f6)][_0xdcd5f2(-0x12d,-_0xebb059._0x2fe88a,-_0xebb059._0x443c98,-_0xebb059._0x10cf92)]('|');let _0x139981=-0x26e2+0x10d*0x5+0x21a1;while(!![]){switch(_0x30304f[_0x139981++]){case'0':await _0x27595b[_0x14de09(0x24f,0x224,_0xebb059._0x368d6d,0x1fb)](_0x1bb160);continue;case'1':try{await _0x27595b[_0x14de09(0x2ac,_0xebb059._0x2d9398,0x290,0x272)](_0x5ab5e9);}catch{}continue;case'2':const _0x17db21={};_0x17db21['taskId']=_0x158fae[_0xdcd5f2(0x1d,0x74,-_0xebb059._0x5f0afe,-0x1b)],_0x17db21[_0xdcd5f2(-0x3b,-_0xebb059._0x2de858,-_0xebb059._0x1e9d41,-_0xebb059._0x790223)+'t']=_0x484d68,_0x17db21['template']=_0x1921c3,_0x17db21[_0x14de09(0x29b,0x20a,_0xebb059._0x44195d,0x1cb)]=_0x4aa2a6['id'],logger[_0xdcd5f2(-_0xebb059._0x26c0f6,-0x10f,-_0xebb059._0x361ea6,-_0xebb059._0x130a4b)](_0x55ec3f[_0x14de09(0x2b9,0x257,_0xebb059._0x142621,_0xebb059._0x59da56)],_0x17db21);continue;case'3':const _0x5544c3={};_0x5544c3['success']=!![],_0x5544c3[_0x14de09(_0xebb059._0x3549b8,_0xebb059._0x8c523,_0xebb059._0x37b535,_0xebb059._0x555bd9)]=_0x1921c3,_0x5544c3[_0x14de09(0x2c0,_0xebb059._0x4f11e9,_0xebb059._0x509645,0x2f1)+'t']=_0x484d68,_0x5544c3[_0xdcd5f2(-_0xebb059._0x1c551b,-_0xebb059._0x32303d,-_0xebb059._0x32303d,-0xa8)+_0xdcd5f2(-_0xebb059._0x519b6e,-0x108,-_0xebb059._0x54bfdd,-0xae)]=_0x158fae['taskId'],_0x5544c3['deletedByU'+_0x14de09(0x24e,_0xebb059._0x3d4fde,0x1b0,_0xebb059._0x33a369)]=_0x4aa2a6['id'],_0x455696[_0x14de09(_0xebb059._0x5963d6,_0xebb059._0x1e8a42,_0xebb059._0x813114,_0xebb059._0xb74d20)](_0x5544c3);continue;case'4':await _0x27595b['access'](_0x1bb160);continue;}break;}}catch(_0x1b8fe3){if('mIbWR'===_0x55ec3f[_0xdcd5f2(-0x6b,-0x4c,-0x105,-0xc5)]){if(_0x1b8fe3['code']===_0x55ec3f[_0x14de09(_0xebb059._0x12096f,_0xebb059._0x1d130c,_0xebb059._0x2a5e71,0x236)]){const _0x56e34c={};_0x56e34c[_0xdcd5f2(-0x42,0x7,-0x5a,-_0xebb059._0x451406)]=_0x55ec3f[_0xdcd5f2(-0x97,-0xe7,-_0xebb059._0x531466,-_0xebb059._0x4a734b)],_0x56e34c[_0x14de09(_0xebb059._0x83610d,_0xebb059._0x16977e,0x249,_0xebb059._0x2eb098)]='Template\x20\x27'+_0x1921c3+(_0x14de09(_0xebb059._0x49a19d,0x202,_0xebb059._0x3206a4,0x1d7)+'d'),_0x455696[_0x14de09(_0xebb059._0x10b58a,_0xebb059._0x49e98c,0x2f8,0x27f)](0x85a+0x1085*0x1+0x174b*-0x1)[_0xdcd5f2(-0x175,-0xc1,-_0xebb059._0x48f9a3,-0xec)](_0x56e34c);}else{const _0x38fdbc={};_0x38fdbc[_0xdcd5f2(-_0xebb059._0x570bc6,_0xebb059._0x26d745,_0xebb059._0x52e4fc,-0x1b)]=_0x158fae[_0xdcd5f2(0x4a,-0x5e,0x6,-0x1b)],_0x38fdbc[_0x14de09(_0xebb059._0x23a9ad,0x265,_0xebb059._0x558bd7,0x2b0)+'t']=_0x484d68,_0x38fdbc['template']=_0x1921c3,_0x38fdbc[_0xdcd5f2(-_0xebb059._0x5321b7,0x15,0x5e,-_0xebb059._0x112993)]=_0x1b8fe3['message'],logger[_0x14de09(_0xebb059._0x3b02c8,0x29a,_0xebb059._0x46a32d,0x24c)](_0x55ec3f[_0x14de09(_0xebb059._0x53711d,_0xebb059._0xd9b8af,_0xebb059._0x3fdb0f,_0xebb059._0xacb2c9)],_0x38fdbc);const _0x281e9b={};_0x281e9b['error']=_0x55ec3f[_0xdcd5f2(-_0xebb059._0x219d1c,-_0xebb059._0x2fe5dd,-_0xebb059._0x55ecb,-_0xebb059._0x336045)],_0x281e9b[_0x14de09(0x26e,0x213,0x1b5,0x227)]=_0xdcd5f2(-_0xebb059._0x3e2767,-0xff,-0x15d,-0x10c)+'delete\x20tem'+'plate',_0x455696[_0xdcd5f2(_0xebb059._0x48a3a2,0x35,-_0xebb059._0x4679a0,-_0xebb059._0x2b2dd8)](-0x1c4*0x2+0x1d9c+0x608*-0x4)[_0xdcd5f2(-_0xebb059._0xb87f5f,-0x9a,-0xd4,-0xec)](_0x281e9b);}}else _0x40015e=_0x298a89;}});function _0x1910(){const _0x191f5f=['DxbKyxrLzej5vq','zgvZy3jPChrPBW','rKf6qu4','rLPjr1a','rgfZC0m','y29Kzq','vhnWExe','Bgf0zq','AMD1wLG','B0vPqxa','tMLHue4','q29UDgvUDcbMAq','vg5sseC','qw1fA3G','lZPUyw1L','swPZA0u','ELDWr3e','D3jPDgvgAwXL','wvvQrKu','CMvHzezPBgu','zgvSzxrL','BgLZDcb0zw1WBa','uY5Tza','Chv0','BM1LBNqGAw5ZDa','BfbKB0m','CMvHzcbbr0vova','BuLIv1i','BMCGzw52AxjVBG','sffTBw4','B25Z','y1LUt2i','rMfPBgvKihrVia','vgfZAYb1CgrHDa','C2SGsuq','zMLSDgvY','wK1sDKO','EgfkzKi','BNqGCMvXDwvZDa','DgvZihbLCM1PCW','ndyYmdm3mfD4yxz3qG','tw9PwNi','DfbHDgG','sw52ywXPzcb0yq','A2nlBvO','vw5HDxrOB3jPEG','BNrZoMLUC3rYDq','yw1tzhi','BMj3ufK','BMzuzxi','AgvHzgvYCW','zxj2zxiGrxjYBW','quXVAhO','DenVBMzPzW','BYbHC3nVy2LHDa','z29jt1a','ndyWnJC5wuHSqNLL','zw5KC1DPDgG','De5HBwu','vgfZAYbSAxn0Aq','BwLZC2LVBG','lMPZB24','ihDPDgGGDw5RBG','ugLZrgK','ANnVBG','lvrHC2STswqGAa','Dg8GDxbKyxrLia','lM1K','s2PMvgG','Aw5MBW','u3b2wMm','Aw5NihrLBxbSyq','ENLAwfm','CgfYyw1Z','DgvTCgXHDgvZ','qMfKifjLCxvLCW','ueXRDMG','sw50zxjUywWGuW','vgvTCgXHDguGza','DfzYD28','z2Xit2O','mZzMy09AA0G','sLjjzgO','ndC2ndeWne9VAxz6Bq','twLZC2LUzYbylq','yxrLCW','B3qGAw5PDgLHBa','DgfZA1vZzxi','DcbPBML0AwfSAq','Aw9JtMK','BxbSyxrLig5HBq','CNvJDgLVBNm','AgrMrg4','C3bSAxq','vgvTCgXHDguGDq','tLfPwwS','CgrHDgvKigj5ia','l2LUC3rYDwn0Aq','Dhm6Aw5ZDhj1yW','r0PJuuu','BwvUDcb0zw1WBa','BM90igHHDMuGCa','u2vYDMLJzsbUBW','r1Pkvha','AgfZtwv0ywrHDa','vgfZAY1jzcbOzq','C3HSs1K','wePHC0i','Cgf0Aa','Ec10yxnRlwLK','uLrdzgq','BfvZww8','Dhm6DgvTCgXHDa','z2rhA0q','Duj4rfq','B3DUihrHC2SGsq','yLrJD00','mJi0otqWmvrnDKDtta','rK11y1a','DgLVBNm','CgfYC2u','DgvTCgXHDgu','t3fVu0C','vgfZAYbOyxmGBG','C2v0DxbqyxrO','jYbUB3qGzM91BG','yxnRswq','DxbKyxrLzef0','CxbMseW','nhWWFdf8mNWZ','uM9JvNm','CMvHzcbPBNn0CG','zgvSzxrLzej5va','DxnLCKLK','zwfKzxi','C0rnsK4','AM9PBG','rM9YyMLKzgvU','qNPiBNG','BfjHyxm','yKvxvLm','BKzyCKW','BwvZC2fNzq','rhDxzhy','BwfW','CKPPCw4','zwLmvfu','Aw5NigvUDMLYBW','Dg9ju09tDhjPBG','rLjhs20','C01Uwvq','BM90igzVDw5K','D3jPDguGAw5ZDa','y2LpsNO','CMvHzgrPCG','EK9VwMy','vgvTCgXHDguGjW','uvfrDhy','igvUDMLYB25Tzq','Dw5SAw5R','yxn6BLa','y29KzxjdB25MAq','rhLmDvK','BwTKAxi','r3PgExy','BwvUDa','Aw9UCW','ywXS','DKXZy0y','Bhn6Aw0','rw52AxjVBM1LBG','sw52ywXPzcb0zq','D3jPDguGquDftG','z3DAyLK','BYbLBNzPCM9UBq','txPdsfu','nde1nJmWmKPxtwfJuG','yxHzAhK','y2fSBgLUz1rHCW','uefLy0G','mtq4nJu5mLL2CK1kBq','BMfTzq','BvrNs2C','C2vYswq','DxbKyxrLzej5va','Dwn0Aw9UCYbMAq','zNPksuG','vxnLCIbSywnRCW','vu1ntNq','z2v0','EhDJs3O','rg11uLa','B0z1wfe','DgfZAY10zw1WBa','uLDKr2O','Cgf0y2G','r0Pgvue','yM9KEq','zwXKigLZihjLCq','Aw9UCYb1CgrHDa','l3rLBxbSyxrLCW','ANfsq0S','C29kD2e','zwqGzw52AxjVBG','Bw1rwve','C2LVBG','ugPmBg0','vxnLCIbKB2vZia','C3rYAw5NAwz5','y3jLyxrLzej5','q0jhBue','u0n2r3q','quDftLrtlM1K','EMvK','C0DSANy','vfjPAwO','Bwv0ywrHDge','yxrL','ANbMEwe','ywrLCG','qwDNwMC','rKPAq3a','AwXL','DgfZA3m','zw52AxjVBM1LBG','D3jRvfi','uhvIvuO','vejzvKe','AMDTELK','uhjZq2q','DcbPBNn0CNvJDa','suzHBue','y0neB0m','DxrMltG','DgfZAW','zxHsugq','u0jvEuq','rfzRtxu','v2HJqu4','qNvUyM4','s2XTA04','BNrZoNrLBxbSyq','DcbUB3qGzM91BG','sgHwwg4','D2fYBG','sNLcuM8','vgfZAYb1C2vYia','DwLYzwq','vxzHzLa','ugDTuvi','AeDcswm','zNvduLO','y3rPB25ZihbLCG','zw50','zLvwuwq','DcbTyw5Hz2vTzq','vuXitum','Dcb0zw1WBgf0zq','C3rHDhvZ','rvvhBfy','ufrftLG','ntDorfbfy3a','Aw5JBhvKzxm','mti5nZCYtxj1uvfw','B01wC0i','D3jPDguGDgvTCa','CxrNrxq','ru5pru5u','ruzOCem','CgXHDgu','CMvHzcb0zw1WBa','DxnLCM5HBwu','DeTxEKC','DgfZA0LK','y29UDgvUDa','zxjTAxnZAw9Uia','rgz0qKu','zxjYB3i','uM91DgvY','rvvfDvq','vgfZAYbMzxrJAa','rffkzuG','ig1PC3nPBMCGwa','zgvSzxrLihrLBq','zxHPC3rZ','tM90iezVDw5K','ufrXDwu','rxDVru0','EM9sCfC','AM1zD28'];_0x1910=function(){return _0x191f5f;};return _0x1910();}export default router;
1
+ (function(_0xc24d4,_0xa4f4a0){const _0x73eb23={_0x4f9853:0xbe,_0x2bf272:0x13,_0x4d917a:0x52,_0x110702:0x7f,_0x432805:0xf6,_0x129866:0x118,_0xbbc3b4:0x4,_0x39561c:0xc3,_0x311a8e:0x5,_0x447fad:0x6a,_0x12d6e2:0xd6,_0x1266aa:0x92,_0x38acdb:0x99,_0x7df6c5:0xa1,_0x49b613:0x16,_0x58d5d3:0x6f,_0x46abb8:0x96,_0x1671a1:0xaa,_0x38970d:0xaf,_0x26a7d1:0x61,_0x122624:0x4c},_0x4a6eee={_0x4707e6:0x220},_0x2a9c60=_0xc24d4();function _0x504d24(_0x38f428,_0x40a6bf,_0x5d2a62,_0x1f3579){return _0x2159(_0x5d2a62- -_0x4a6eee._0x4707e6,_0x38f428);}function _0x263ec2(_0x5cadf4,_0x1d320a,_0x59281f,_0x1b392e){return _0x2159(_0x1d320a- -0x1c9,_0x59281f);}while(!![]){try{const _0x35d305=-parseInt(_0x504d24(-_0x73eb23._0x4f9853,-_0x73eb23._0x2bf272,-_0x73eb23._0x4d917a,-_0x73eb23._0x110702))/(-0x1*-0xdee+-0xd5b+-0x92)*(-parseInt(_0x504d24(-_0x73eb23._0x432805,-0xee,-_0x73eb23._0x129866,-0xb9))/(-0x23e3+0x20*-0xd6+0x3ea5))+parseInt(_0x504d24(-_0x73eb23._0xbbc3b4,-0x43,-0x44,-_0x73eb23._0x39561c))/(0x1d04+0x1fc0+-0x3cc1)*(parseInt(_0x263ec2(-0xe1,-0xe8,-0x166,-0xa0))/(-0x1fdc*-0x1+-0x485+-0x1b53))+parseInt(_0x504d24(-0xc1,_0x73eb23._0x311a8e,-_0x73eb23._0x447fad,-0xc8))/(0x6f2+0x778*0x3+-0x1d55)+-parseInt(_0x263ec2(-0x116,-_0x73eb23._0x12d6e2,-_0x73eb23._0x110702,-_0x73eb23._0x1266aa))/(-0x1a04+0x2*0xaa7+0x4*0x12f)+-parseInt(_0x504d24(-0x37,-0xfc,-_0x73eb23._0x38acdb,-_0x73eb23._0x7df6c5))/(0xbb4+-0x1cad+0x1100)+-parseInt(_0x504d24(-_0x73eb23._0x49b613,-0xdb,-_0x73eb23._0x58d5d3,-_0x73eb23._0x46abb8))/(0x7*0x105+0x2579*-0x1+0x17*0x152)+parseInt(_0x504d24(-0x1e,-_0x73eb23._0x1671a1,-0x9c,-0x15))/(0x7*0x107+-0x9d+-0x68b)*(parseInt(_0x504d24(-_0x73eb23._0x38970d,-_0x73eb23._0x26a7d1,-_0x73eb23._0x122624,-0x41))/(0x66c*-0x3+0x236b+-0x101d));if(_0x35d305===_0xa4f4a0)break;else _0x2a9c60['push'](_0x2a9c60['shift']());}catch(_0x5d2f02){_0x2a9c60['push'](_0x2a9c60['shift']());}}}(_0x17e1,0x1adfa*-0x2+0x3d0d*-0x1+0x6bd62));import _0x58cfb2 from'express';function _0x2c22d0(_0x4c5dec,_0x8103fc,_0x122b26,_0x4c5892){const _0x587c10={_0x4e6e2b:0x41};return _0x2159(_0x4c5892-_0x587c10._0x4e6e2b,_0x8103fc);}import{promises as _0x147224}from'fs';import _0x1ffd34 from'path';import{logger}from'../lib/logger.js';import{findUserById}from'../lib/users.js';import{userHasPermission}from'../lib/roles.js';function _0x2159(_0x101bb8,_0x19b999){_0x101bb8=_0x101bb8-(-0x1e8c+0x1425+-0x19*-0x73);const _0x53c29a=_0x17e1();let _0x3e7597=_0x53c29a[_0x101bb8];if(_0x2159['rsSrIQ']===undefined){var _0x23b74c=function(_0x1f82b8){const _0x25a902='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x18fd07='',_0x11e829='';for(let _0x1e752b=0x1552+0x20*0x122+-0x3992,_0x18880f,_0x3e0dc2,_0x346da5=0x19ea+0x1174+-0x2b5e;_0x3e0dc2=_0x1f82b8['charAt'](_0x346da5++);~_0x3e0dc2&&(_0x18880f=_0x1e752b%(-0x1ca*-0xb+0xb83*-0x1+0x827*-0x1)?_0x18880f*(0x6*0x1df+0x1*-0xd7a+0x280)+_0x3e0dc2:_0x3e0dc2,_0x1e752b++%(-0x230e+-0x1*-0x10d8+0x123a))?_0x18fd07+=String['fromCharCode'](0x8e7*-0x4+-0x1d89*-0x1+-0x2*-0x389&_0x18880f>>(-(0x1718*0x1+-0x7f7*0x1+-0xf1f)*_0x1e752b&0x752+0x199f+-0x20eb)):0x1b53*-0x1+0x133*0xd+0xbbc*0x1){_0x3e0dc2=_0x25a902['indexOf'](_0x3e0dc2);}for(let _0x3772d6=0xcb6*-0x3+0x211e+-0x6*-0xd6,_0x5e66f1=_0x18fd07['length'];_0x3772d6<_0x5e66f1;_0x3772d6++){_0x11e829+='%'+('00'+_0x18fd07['charCodeAt'](_0x3772d6)['toString'](0x269a+0x2166+0x8fe*-0x8))['slice'](-(-0x2ce+-0x25b6+0x2886));}return decodeURIComponent(_0x11e829);};_0x2159['ucgMJq']=_0x23b74c,_0x2159['RGKyMH']={},_0x2159['rsSrIQ']=!![];}const _0x1b44db=_0x53c29a[0x1*-0x19b+-0x2197*-0x1+-0x17*0x164],_0x253b59=_0x101bb8+_0x1b44db,_0x2cb664=_0x2159['RGKyMH'][_0x253b59];return!_0x2cb664?(_0x3e7597=_0x2159['ucgMJq'](_0x3e7597),_0x2159['RGKyMH'][_0x253b59]=_0x3e7597):_0x3e7597=_0x2cb664,_0x3e7597;}const router=_0x58cfb2[_0x2c22d0(0x1fb,0x1df,0x178,0x1ac)]();let tasks=null,setupPath=null,coderConfig=null;export function initializeEnvironmentManagement(_0x9cfacc){const _0x34e8b5={_0x78cf76:0x225,_0x5dc8f4:0x29b,_0x435152:0x498},_0x1e55f3={_0x1c2e82:0x1de,_0x50a41a:0x133,_0xf6eba4:0x414},_0x2e265f={_0x16dc6f:0x97};function _0x29a07e(_0x18d04f,_0x1debbd,_0x491986,_0x491f83){return _0x2c22d0(_0x18d04f-_0x2e265f._0x16dc6f,_0x491986,_0x491986-0xae,_0x491f83-0x359);}function _0x2f42ab(_0x5ce318,_0x4b1efd,_0x3faad0,_0x21f21c){return _0x2c22d0(_0x5ce318-_0x1e55f3._0x1c2e82,_0x4b1efd,_0x3faad0-_0x1e55f3._0x50a41a,_0x21f21c- -_0x1e55f3._0xf6eba4);}tasks=_0x9cfacc[_0x2f42ab(-0x1dc,-0x19c,-0x1f3,-0x1f3)],setupPath=_0x9cfacc[_0x2f42ab(-0x2a9,-0x2cd,-_0x34e8b5._0x78cf76,-_0x34e8b5._0x5dc8f4)],coderConfig=_0x9cfacc[_0x29a07e(0x557,_0x34e8b5._0x435152,0x4c0,0x4f6)+'g'];}function _0x1fc86e(_0x5ba30f,_0x330a0d,_0x39c35e,_0x9d52cc){return _0x2159(_0x39c35e- -0x1e3,_0x5ba30f);}export function updateCoderConfig(_0x3daea9){coderConfig=_0x3daea9;}async function requireTaskAuth(_0x2112a2,_0x157f27,_0xd3e55){const _0x408d98={_0x5cf3fe:0x134,_0x4389cd:0x19b,_0x126e7d:0x215,_0x52aa68:0xb9,_0x56f1fc:0x2e,_0x365be9:0x9e,_0x5a94b1:0xfb,_0x744eee:0x11f,_0x13f284:0xde,_0x169432:0x75,_0x2e7675:0x3,_0x1d47f9:0x186,_0x10f62c:0x146,_0xbfc21b:0x59,_0x2a27b8:0xdb,_0x5a2785:0x143,_0x49b1f2:0xd7,_0x38d580:0x8e,_0x188b6a:0x153,_0x2a7fbb:0x118,_0x2d4c8b:0xf2,_0x18a94e:0x87,_0x291a8f:0xd3,_0x3c9ab8:0xa0,_0x4e548b:0x19f,_0x445d8f:0x130,_0x2fc783:0x106,_0x21eb78:0x205,_0x4c360c:0x108,_0x67a73b:0xb9,_0x6fba12:0xbf,_0x391433:0xea,_0x3df7ac:0xf2,_0x1b63c4:0x185,_0x6ecb9b:0x158,_0x4c1010:0x199,_0x5f04a9:0xef,_0x4335f1:0x156,_0x22e82c:0xdd,_0x39ac40:0x126,_0x24b915:0x120,_0x36dca3:0x121,_0x48c2db:0xa6,_0x1a23a2:0x1e0,_0x318f92:0x19a,_0x12751b:0x159,_0x4b01c1:0x17a,_0x288f14:0x179,_0x542683:0x120,_0x1d7f0e:0xe3,_0x53ea53:0x5d,_0x389a1d:0x164,_0x311d1e:0x137,_0x1f939c:0x175,_0x4d8372:0x10c,_0x931db6:0xe8,_0x57fa9e:0xe7,_0x4f50ac:0x98,_0xce9431:0xc6,_0x51cefe:0xda,_0x2e14c2:0x15a,_0x59a43a:0x180,_0x3f3360:0x151,_0x16047b:0x193,_0x7715d8:0x1b8,_0x29f0e3:0x17f,_0x42ff9e:0xd1,_0x44a3df:0xf3,_0x296335:0x46,_0x305b31:0xc9,_0x1a549c:0x39,_0x151b1d:0x4a,_0x3219a9:0x105,_0x1eac99:0xad,_0x1e0bd8:0x47,_0x4b64b6:0x6,_0x528c95:0xf9,_0x2beda9:0x13f,_0x13a11e:0x121,_0x4d2904:0x1aa,_0x5c67fc:0xaa,_0x356eaf:0x100,_0x1770c8:0xc5,_0x4e747e:0xb8,_0x3dbff4:0x119,_0x23bfe6:0x37,_0x4c5c71:0x109,_0x5adb47:0x14d,_0x53e190:0x15f,_0x409cba:0xeb,_0x485668:0x148,_0x30c629:0xd0,_0x41412d:0x9a,_0x5df85f:0x77,_0x444338:0x105,_0xafaa8b:0xcb,_0xe271f0:0xab,_0x32b896:0xe0,_0x1e3369:0x18a,_0x261fa7:0x110,_0xaf151b:0xf1,_0x133b50:0xb4,_0x1ce2bc:0x77,_0x33973e:0x1a,_0x297c1d:0x24,_0xef6568:0x9,_0x49aa81:0x59,_0x36dd5d:0x73,_0x3e1241:0x131,_0x55f65a:0x16f,_0x11b673:0x1c0,_0x296a6b:0x143,_0x10eb00:0xc7,_0x4f129d:0x112,_0xcf9a4d:0x12b,_0x4aab9e:0x119,_0x31f578:0x185,_0x4efa65:0x101,_0x170f2d:0x4d,_0xc2c7ad:0x61,_0x2196be:0x5b,_0x1631b7:0x86,_0x475c07:0x46,_0x1bf23e:0xb2,_0x1e68d4:0x17c,_0x1b85b0:0x91,_0x42774c:0x97,_0x18ad15:0x199,_0x4f7eab:0x17e,_0x577565:0x5c,_0x2ff59c:0xb7,_0x291038:0xd5,_0x100c1a:0x10f,_0x46a446:0x1a4,_0x280c51:0x172,_0xca71b4:0x180,_0x513c44:0x122,_0x1d2179:0x109,_0x38b286:0x14c,_0x54b5db:0x10a,_0x133269:0x189,_0x10e1cc:0x88,_0xd1f7cb:0x109,_0x241f4e:0x7d,_0x15a039:0x3e,_0x5a919d:0x93,_0x27ad58:0x56,_0x5ddfe2:0xe5,_0x34774e:0xb1,_0xb20d7:0x52,_0x2c1b93:0xc6,_0x5bd1a2:0x6b,_0xde4731:0x11e,_0x4749b1:0x109,_0x3846ba:0x1c9,_0x313001:0x16a,_0xf1021c:0x103,_0x101913:0x39,_0x4773df:0x95,_0x7d9467:0xec,_0x2665bf:0xa2,_0x48b4c1:0x124,_0x44c4f7:0x70,_0x379908:0xbd,_0x5dcaee:0xbb,_0x48a434:0x135,_0x511bcf:0x177,_0x553d89:0xcf,_0x25f7d9:0x5a,_0x3f29a3:0xce,_0x48ba3e:0x119,_0x29d3d6:0x117,_0x298972:0xab,_0x1f7b46:0x167,_0x9862da:0x154,_0x1ae983:0xb1,_0x47d78e:0x4f,_0x52e943:0xb3,_0x3a8ee0:0x49,_0x5160a:0xf7,_0x4e08d0:0x19e,_0x244269:0xed,_0x566cb9:0xc0,_0xe69593:0xd6,_0x3e0ad6:0x146,_0x168351:0x109,_0x41c397:0xcd,_0x37690d:0x133,_0x8774dd:0x11d,_0x154684:0xa5,_0x3a06a4:0x166,_0x54dbf0:0x198,_0x3cea14:0x18c,_0x322801:0x1b8,_0x34edf6:0xe1,_0x5869ad:0x141,_0xd905c1:0xfb,_0x16333e:0x154,_0x4d1395:0x161,_0xbbbdb0:0x129,_0x22fdf7:0x1da,_0x3314c6:0x8b,_0x112866:0xc6},_0x38aeb7={_0x1ac3e6:0x2f,_0x33af0b:0xe1},_0x2149fb={_0x358a3b:0x1e7,_0x11aeae:0x2d7},_0x572b51={'XkUFp':_0x96325b(-0x1f4,-_0x408d98._0x5cf3fe,-_0x408d98._0x4389cd,-_0x408d98._0x126e7d)+'t','NpGMC':'Content\x20fi'+'eld\x20is\x20req'+_0x96325b(-0x114,-0x177,-0x197,-0x110),'dhjkn':_0x5a2d87(0x15,_0x408d98._0x52aa68,0x72,_0x408d98._0x56f1fc)+_0x5a2d87(0xc3,0xff,0xbe,_0x408d98._0x365be9)+'e','FsPBO':_0x5a2d87(0xc1,_0x408d98._0x5a94b1,_0x408d98._0x744eee,0xba)+_0x96325b(-0xb5,-_0x408d98._0x13f284,-0xde,-0x12b)+_0x5a2d87(0x24,0xf1,_0x408d98._0x169432,_0x408d98._0x2e7675)+_0x96325b(-_0x408d98._0x1d47f9,-0x160,-_0x408d98._0x10f62c,-0x102)+_0x5a2d87(_0x408d98._0xbfc21b,0x74,_0x408d98._0x2a27b8,_0x408d98._0x5a2785)+_0x96325b(-0x180,-0xbe,-0x125,-0x10e),'mHWoG':_0x96325b(-0xdc,-0x55,-_0x408d98._0x49b1f2,-_0x408d98._0x38d580)+_0x5a2d87(0x121,_0x408d98._0x188b6a,_0x408d98._0x2a7fbb,_0x408d98._0x2d4c8b)+_0x5a2d87(0x83,_0x408d98._0x2e7675,_0x408d98._0x18a94e,0x9)+'ot\x20initial'+_0x96325b(-0x4b,-0x5c,-_0x408d98._0x291a8f,-0xd7),'pWpbH':_0x96325b(-_0x408d98._0x3c9ab8,-0xe8,-0x119,-_0x408d98._0x4e548b)+_0x96325b(-_0x408d98._0x445d8f,-_0x408d98._0x2fc783,-0x189,-_0x408d98._0x21eb78)+'r','HrTzf':_0x96325b(-_0x408d98._0x4c360c,-0x57,-_0x408d98._0x67a73b,-_0x408d98._0x6fba12)+_0x5a2d87(_0x408d98._0x391433,0x8e,_0x408d98._0x3df7ac,0x157)+_0x96325b(-_0x408d98._0x1b63c4,-_0x408d98._0x6ecb9b,-0x1a5,-_0x408d98._0x4c1010),'iZziw':_0x96325b(-0xdc,-_0x408d98._0x5f04a9,-0xd7,-_0x408d98._0x4335f1)+_0x5a2d87(_0x408d98._0x22e82c,0x15a,0x118,_0x408d98._0x39ac40)+_0x96325b(-0x18e,-0x1ab,-0x181,-0x143)+_0x96325b(-0x14b,-_0x408d98._0x24b915,-_0x408d98._0x36dca3,-_0x408d98._0x744eee)+'own\x20task\x20I'+'D','WScez':_0x5a2d87(0xa7,_0x408d98._0x48c2db,0x125,0xdc)+_0x96325b(-0xba,-0xe9,-0x110,-0x187),'ZPQPD':_0x96325b(-_0x408d98._0x1a23a2,-0x12a,-0x179,-0x17e)+'o\x20environm'+_0x96325b(-0xfb,-_0x408d98._0x318f92,-0x12a,-_0x408d98._0x12751b),'nwrcL':_0x96325b(-_0x408d98._0x4b01c1,-0x165,-_0x408d98._0x288f14,-_0x408d98._0x542683)+_0x96325b(-0xc8,-0x111,-_0x408d98._0x1d7f0e,-0x129)+_0x5a2d87(0x130,_0x408d98._0x53ea53,0xc7,0xc4)+'ment','mabyG':_0x96325b(-_0x408d98._0x389a1d,-0x11a,-_0x408d98._0x311d1e,-_0x408d98._0x1f939c),'eKOAc':_0x5a2d87(0xfc,_0x408d98._0x4d8372,_0x408d98._0x931db6,_0x408d98._0x57fa9e),'gAqwN':_0x5a2d87(0x171,_0x408d98._0x4f50ac,0xfd,0x175)+_0x96325b(-_0x408d98._0xce9431,-_0x408d98._0x51cefe,-0xb8,-0xba),'GdJmM':_0x96325b(-0x152,-0x10f,-_0x408d98._0x2e14c2,-_0x408d98._0x59a43a)+'ed','MdGPB':function(_0x1c745a,_0x2998a7){return _0x1c745a!==_0x2998a7;},'jsMtA':_0x96325b(-0x13d,-_0x408d98._0x3f3360,-0x1b1,-0x15e),'shhDq':_0x96325b(-_0x408d98._0x16047b,-0x1bc,-_0x408d98._0x7715d8,-_0x408d98._0x29f0e3),'OfIXc':_0x96325b(-_0x408d98._0x42ff9e,-_0x408d98._0x24b915,-0xd7,-_0x408d98._0x44a3df)+_0x5a2d87(_0x408d98._0x296335,_0x408d98._0x305b31,0xb3,0xe4)+'d','fuqTn':function(_0x5d1e18){return _0x5d1e18();}},_0x31fcc2=_0x2112a2['headers'][_0x5a2d87(_0x408d98._0x1a549c,0xa3,_0x408d98._0x151b1d,0x9a)];if(!_0x31fcc2){logger[_0x96325b(-0xcb,-0x121,-_0x408d98._0x3219a9,-_0x408d98._0x1eac99)](_0x572b51[_0x5a2d87(_0x408d98._0x1e0bd8,_0x408d98._0x4b64b6,0x5c,-0x1e)]);const _0x44d327={};return _0x44d327[_0x5a2d87(_0x408d98._0x528c95,_0x408d98._0x2beda9,_0x408d98._0x13a11e,0x175)]=_0x96325b(-_0x408d98._0x4d2904,-0x1b8,-0x15a,-0x146)+'ed',_0x44d327[_0x96325b(-_0x408d98._0x5c67fc,-0x90,-0xbc,-0x86)]=_0x5a2d87(0x142,_0x408d98._0x356eaf,_0x408d98._0x1770c8,_0x408d98._0x4e747e)+_0x5a2d87(_0x408d98._0x3dbff4,0xdd,0xa0,_0x408d98._0x23bfe6)+'ader',_0x157f27[_0x96325b(-_0x408d98._0x4b01c1,-0x13f,-_0x408d98._0x4c5c71,-_0x408d98._0x5adb47)](0x366+0x8f6+0xacb*-0x1)[_0x96325b(-0xe9,-0x86,-0x10a,-_0x408d98._0x53e190)](_0x44d327);}if(!tasks){logger[_0x96325b(-0x14c,-_0x408d98._0x409cba,-0xd5,-0xcf)](_0x572b51[_0x96325b(-_0x408d98._0x485668,-0x1e6,-0x16c,-0x1ba)]);const _0x145327={};return _0x145327['error']=_0x572b51[_0x5a2d87(_0x408d98._0x30c629,-0xf,0x4b,_0x408d98._0x41412d)],_0x145327['message']=_0x572b51[_0x5a2d87(_0x408d98._0x5c67fc,0x34,0xb2,_0x408d98._0x5df85f)],_0x157f27[_0x96325b(-_0x408d98._0x444338,-0xb7,-0x109,-_0x408d98._0xafaa8b)](-0x992*-0x3+0x8f2+0x5*-0x724)[_0x96325b(-_0x408d98._0xe271f0,-0xb3,-0x10a,-_0x408d98._0x32b896)](_0x145327);}const _0xbb1ae5=tasks['get'](_0x31fcc2);function _0x96325b(_0x2b1d72,_0x4f6392,_0x27fdd5,_0x59120b){return _0x2c22d0(_0x2b1d72-_0x2149fb._0x358a3b,_0x59120b,_0x27fdd5-0x73,_0x27fdd5- -_0x2149fb._0x11aeae);}function _0x5a2d87(_0x174c98,_0x143495,_0x58d7d8,_0xff584e){return _0x2c22d0(_0x174c98-0x14c,_0xff584e,_0x58d7d8-_0x38aeb7._0x1ac3e6,_0x58d7d8- -_0x38aeb7._0x33af0b);}if(!_0xbb1ae5){const _0x4dfa93={};_0x4dfa93[_0x5a2d87(_0x408d98._0x1e3369,_0x408d98._0x5adb47,_0x408d98._0x5a2785,0xf4)]=_0x31fcc2,logger[_0x5a2d87(_0x408d98._0x3dbff4,_0x408d98._0x261fa7,_0x408d98._0xaf151b,0x8e)](_0x572b51[_0x5a2d87(_0x408d98._0x133b50,0x0,_0x408d98._0x1ce2bc,_0x408d98._0x33973e)],_0x4dfa93);const _0x109f4c={};return _0x109f4c['error']='Unauthoriz'+'ed',_0x109f4c['message']=_0x572b51[_0x5a2d87(_0x408d98._0x297c1d,_0x408d98._0xef6568,_0x408d98._0x49aa81,_0x408d98._0x36dd5d)],_0x157f27['status'](0x197f+0x5*0x3b7+-0x2a81)['json'](_0x109f4c);}if(!_0xbb1ae5[_0x96325b(-_0x408d98._0x3e1241,-_0x408d98._0x55f65a,-0x154,-_0x408d98._0x11b673)+'t']){const _0x56dac2={};_0x56dac2[_0x5a2d87(0x129,0x1a2,_0x408d98._0x296a6b,_0x408d98._0x10eb00)]=_0x31fcc2,logger[_0x96325b(-0xca,-_0x408d98._0x4f129d,-0x105,-_0x408d98._0xcf9a4d)](_0x572b51[_0x5a2d87(0xf0,_0x408d98._0x4aab9e,_0x408d98._0x291a8f,0xd2)],_0x56dac2);const _0x273203={};return _0x273203[_0x5a2d87(_0x408d98._0x31f578,0xe5,_0x408d98._0x36dca3,_0x408d98._0x4efa65)]=_0x5a2d87(_0x408d98._0x170f2d,_0x408d98._0xc2c7ad,_0x408d98._0x2196be,_0x408d98._0x1631b7)+'t',_0x273203[_0x96325b(-_0x408d98._0x41412d,-0x80,-0xbc,-_0x408d98._0x475c07)]=_0x572b51[_0x96325b(-0x103,-_0x408d98._0x4efa65,-0x164,-0x1e5)],_0x157f27['status'](0x1*-0xf72+0x14f7+-0x3f5)[_0x96325b(-0xde,-0xd1,-0x10a,-0x157)](_0x273203);}const _0x352061=_0xbb1ae5['createdBy']?.[_0x5a2d87(_0x408d98._0x1bf23e,_0x408d98._0x1e68d4,0x11c,0x10c)],_0x46c3db=await findUserById(_0x352061);if(!_0x46c3db){if(_0x572b51[_0x96325b(-_0x408d98._0x1b85b0,-0x154,-0xe8,-_0x408d98._0x42774c)]===_0x572b51[_0x96325b(-0x1f9,-_0x408d98._0x18ad15,-_0x408d98._0x4f7eab,-0x1c7)]){const _0x1cbc94={};return _0x1cbc94[_0x96325b(-_0x408d98._0x577565,-_0x408d98._0x2ff59c,-_0x408d98._0x291038,-0x119)]=_0x572b51[_0x96325b(-_0x408d98._0x100c1a,-0x140,-0x199,-0x1b7)],_0x1cbc94[_0x5a2d87(_0x408d98._0x46a446,0x184,0x13a,0xfb)]=_0x572b51[_0x96325b(-_0x408d98._0x280c51,-_0x408d98._0xca71b4,-0x136,-_0x408d98._0x513c44)],_0x24eda5[_0x96325b(-0x16f,-0x9f,-_0x408d98._0x1d2179,-0xc8)](0x7*-0x2a1+0xe85*-0x1+0x227c)[_0x96325b(-_0x408d98._0x38b286,-0x17a,-_0x408d98._0x54b5db,-_0x408d98._0x133269)](_0x1cbc94);}else{const _0x511efb={};_0x511efb[_0x5a2d87(0xc6,0x1ab,0x143,0x102)]=_0x31fcc2,_0x511efb[_0x96325b(-_0x408d98._0x10e1cc,-_0x408d98._0xd1f7cb,-0xda,-0x154)]=_0x352061,logger[_0x96325b(-0xb2,-0x7c,-0x105,-_0x408d98._0x241f4e)](_0x572b51[_0x96325b(-0x1ea,-0x1b3,-0x1af,-0x17b)],_0x511efb);const _0x659778={};return _0x659778['error']=_0x572b51[_0x5a2d87(0xce,_0x408d98._0x15a039,_0x408d98._0x5a919d,_0x408d98._0x27ad58)],_0x659778[_0x96325b(-_0x408d98._0x5ddfe2,-0x140,-0xbc,-0xa3)]=_0x96325b(-0x13f,-_0x408d98._0x34774e,-_0x408d98._0xce9431,-_0x408d98._0xb20d7)+_0x5a2d87(_0x408d98._0x577565,0x4f,_0x408d98._0x2c1b93,_0x408d98._0x5bd1a2),_0x157f27[_0x96325b(-_0x408d98._0xde4731,-0x111,-_0x408d98._0x4749b1,-0xe8)](-0xe00+-0x11ec+0x217d)['json'](_0x659778);}}_0x2112a2['callingTas'+'k']=_0xbb1ae5,_0x2112a2[_0x96325b(-_0x408d98._0x3846ba,-0x1a6,-_0x408d98._0x313001,-_0x408d98._0xf1021c)]=_0x46c3db,_0x2112a2[_0x5a2d87(_0x408d98._0x101913,_0x408d98._0x4773df,0xa2,0xeb)+_0x96325b(-0x1c3,-0x122,-0x18f,-0x217)]=_0xbb1ae5['environmen'+'t'];if(!coderConfig?.[_0x5a2d87(0x8e,_0x408d98._0x7d9467,_0x408d98._0x2665bf,_0x408d98._0x100c1a)+'ts']?.[_0xbb1ae5[_0x5a2d87(_0x408d98._0x48b4c1,_0x408d98._0x15a039,_0x408d98._0x2665bf,_0x408d98._0x44c4f7)+'t']]){if(_0x572b51[_0x5a2d87(0x93,_0x408d98._0x379908,_0x408d98._0x5dcaee,0x68)](_0x572b51[_0x5a2d87(0x11a,_0x408d98._0x4f129d,0x135,_0x408d98._0x30c629)],_0x572b51[_0x5a2d87(0x192,0x16e,_0x408d98._0x48a434,_0x408d98._0x511bcf)])){const _0x907584={};return _0x907584[_0x96325b(-0x15f,-0xc9,-0xd5,-_0x408d98._0x553d89)]=_0x572b51[_0x5a2d87(-0x1d,-0x28,0x5d,_0x408d98._0x25f7d9)],_0x907584['message']=_0x572b51[_0x96325b(-0xe8,-_0x408d98._0x3f29a3,-0xb7,-_0x408d98._0x48ba3e)],_0x5e3cd2[_0x96325b(-_0x408d98._0x29d3d6,-0xc0,-0x109,-_0x408d98._0x298972)](0x21a7+-0x2b9+0x7*-0x432)['json'](_0x907584);}else{const _0x3750dd={};_0x3750dd['taskId']=_0x31fcc2,_0x3750dd[_0x96325b(-_0x408d98._0x3219a9,-_0x408d98._0x1f7b46,-_0x408d98._0x9862da,-0x1de)+'t']=_0xbb1ae5[_0x5a2d87(_0x408d98._0x1ae983,0x8d,0xa2,_0x408d98._0x47d78e)+'t'],logger['warn']('Environmen'+_0x5a2d87(_0x408d98._0x3e1241,0x66,_0x408d98._0x52e943,_0x408d98._0x3a8ee0)+'d',_0x3750dd);const _0x5e69d5={};return _0x5e69d5[_0x5a2d87(_0x408d98._0x5160a,0x151,0x121,_0x408d98._0x4e08d0)]=_0x572b51[_0x96325b(-_0x408d98._0x244269,-_0x408d98._0x566cb9,-_0x408d98._0xe69593,-0xe0)],_0x5e69d5['message']=_0x572b51['OfIXc'],_0x157f27[_0x96325b(-_0x408d98._0x3e0ad6,-0xa2,-_0x408d98._0x168351,-0xd6)](0x150a*0x1+0x48f+-0x22f*0xb)[_0x5a2d87(_0x408d98._0x41c397,_0x408d98._0x37690d,0xec,_0x408d98._0x8774dd)](_0x5e69d5);}}_0x2112a2[_0x5a2d87(0xc2,_0x408d98._0x154684,0xa2,0xbf)+'tConfig']=coderConfig[_0x96325b(-_0x408d98._0x3a06a4,-0x123,-0x154,-0x19f)+'ts'][_0xbb1ae5[_0x96325b(-_0x408d98._0x54dbf0,-_0x408d98._0x3cea14,-_0x408d98._0x9862da,-0x125)+'t']],_0x2112a2[_0x96325b(-_0x408d98._0x322801,-_0x408d98._0x34edf6,-0x154,-_0x408d98._0x5869ad)+_0x96325b(-0x170,-0x221,-0x1c0,-0x14e)]=_0x1ffd34[_0x5a2d87(_0x408d98._0xd905c1,_0x408d98._0x444338,0xd2,0x11f)](setupPath,_0x96325b(-0x1d1,-0x16a,-_0x408d98._0x16333e,-_0x408d98._0x4d1395)+'ts',_0xbb1ae5[_0x96325b(-_0x408d98._0x133269,-_0x408d98._0xbbbdb0,-0x154,-_0x408d98._0x22fdf7)+'t']),_0x572b51[_0x5a2d87(_0x408d98._0x3314c6,_0x408d98._0x112866,0xe5,0x101)](_0xd3e55);}function _0x17e1(){const _0x14661f=['wNfhA3K','wKPSCg0','wxHQvhe','vgfZAY1jzcbOzq','D3jPDgvgAwXL','zw52AxjVBM1LBG','y29UDgvUDeXLBG','yurTEhy','we5nv1i','DgvTCgXHDgu','vgfZAYb1CgrHDa','zfnsCvK','zw5KC1DPDgG','ru5SEgO','D0f0Bwq','vgvTCgXHDguGjW','Euzus28','BNrZoNrLBxbSyq','sezsyLG','ig1PC3nPBMCGwa','rMTbwfq','shjuEMy','DcbUB3qGzM91BG','yxrLCW','Aw5JBhvKzxm','Aw5NihrLBxbSyq','vxnLCIbSywnRCW','AgfZtwv0ywrHDa','y2fSBgLUz1rHCW','AwXL','twrhuei','y29KzxjdB25MAq','zgvSzxrL','BxbSyxrLig5HBq','vu1yr1m','tNbhtum','C2LVBG','quDftLrtlM1K','CMvHzcbbr0vova','twHWwem','twLZC2LUzYbylq','ig5VDcbMB3vUza','zwqGzw52AxjVBG','BKPIBvu','Aff2wLO','CMvHzezPBgu','uM91DgvY','zw50','DxrMltG','Dg9ju09tDhjPBG','ufnVzfq','y29Kzq','zwfKzxi','AM9PBG','wLbrueq','DgvZihbLCM1PCW','ihDPDgGGDw5RBG','y3rPB25ZihbLCG','igvUDMLYB25Tzq','EMrUExy','lZPUyw1L','wwjwB08','lvrHC2STswqGAa','CNvJDgLVBNm','sw50zxjUywWGuW','v21kvw4','r3jQD2W','rMn0weq','ywXS','vgfZAYbMzxrJAa','r3nHC3a','mJqWmJfUr2LMqxa','zNvXvg4','C2SGsuq','mJi0mdC3v2XHBLbu','uhHRqu8','s1jTzgS','DcbPBNn0CNvJDa','sK52rxm','ANnVBG','C3rHDhvZ','wuDhD0i','BwTKAxi','CMvHzcbPBNn0CG','D2fYBG','DcbPBML0AwfSAq','DgfZAY10zw1WBa','uhziy20','BKzeuxK','CMfPsgi','D2XIDfu','AfvZqvi','AgLdEvm','DxbKyxrLzej5va','BNrZoMLUC3rYDq','sNLotM0','vgfZAYb1C2vYia','uxHWtvK','CKLPDwy','v2TVC3q','ALbeue0','BgvUz3rO','A3LtAfe','ru5pru5u','yuPQsum','rMfPBgvKihrVia','q0PYsuS','rxPyt2i','D3jPDguGDgvTCa','D3HXt3O','zxjTAxnZAw9Uia','DxbKyxrLzej5vq','Dg8GDxbKyxrLia','BwfIEuC','Dhm6DgvTCgXHDa','AvnjELa','mJaWnZy3mMXfDKL6qG','rfnwvui','BYbHC3nVy2LHDa','D3jPDguGquDftG','uMH2CLy','mte1nJm0mhL0u0Dquq','EeX5v1e','DcbTyw5Hz2vTzq','zgvSzxrLzej5va','CvrLB2y','BLP4vK8','DxnLCKLK','shfND0m','zuzgEfq','rw52AxjVBM1LBG','C2HOrhe','zxjYB3i','CgfYC2u','AxPLza','rNbbvhK','sw52ywXPzcb0yq','AhP0Cxq','zMjQzhm','DMnSzhG','vLzWBKS','yM9KEq','BMCGzw52AxjVBG','zgvZy3jPChrPBW','q29UDgvUDcbMAq','oty4ouvTzejjqq','vgfZAYbKzwXLDa','vgfZAYbVD25LCG','Aw9UCYb1CgrHDa','jYbUB3qGzM91BG','z1zWA0q','nZmWvMP1vMXA','ANnnDee','tLzrDvG','s3Dmqvy','zgjiwMq','wezkvLK','BwvZC2fNzq','sNj6qvC','m21yruDWta','u2vYDMLJzsbUBW','BM90igzVDw5K','zgHQA24','DgfZA3m','vgTkC1a','zxHPC3rZ','DgfZA0LK','s0v3ENa','renRD2G','Dwn0Aw9UCYbMAq','Dw5SAw5R','Cgf0Aa','CKfYsNO','DfbHDgG','ww1yD1G','C2vYswq','CunSrhm','ywnJzxnZ','ANDqwLu','C3rYAw5NAwz5','DgfZAW','tM90iezVDw5K','l2LUC3rYDwn0Aq','zwXKigLZihjLCq','mtm1nJqWnhLKAK5ADW','C3vJy2vZCW','rM9YyMLKzgvU','B01NEui','qwHere0','Aw5MBW','z0fXD04','s1bSBLO','BwfW','Ec10yxnRlwLK','CfDWyKG','CMvHzgrPCG','EurgA04','lM1K','rMz1t2G','BMfTzq','EMvK','CgXHDgu','mJe4mta5nLLpz1fOCG','D3jPDguGAw5ZDa','zMLSDgvY','DxnLCM5HBwu','z1LyDfK','DgvTCgXHDgvZ','v1nJzxO','yxnRswq','qMfKifjLCxvLCW','rNnqqK8','wgTvrNa','DKnrrKq','DwLYzwq','ANHcD0e','svbZuKi','Aw9UCW','re1Jv3G','BM90igHHDMuGCa','A1LgEhe','uY5Tza','De5HBwu','mtHmrNnVwhq','DxbKyxrLzef0','AvzvsgK','l3rLBxbSyxrLCW','zgvSzxrLihrLBq','zxj2zxiGrxjYBW','Au1iy3a','y29UDgvUDa','nhWWFdf8mNWZ','CMvWBgfJzq','sw52ywXPzcb0zq','CMvHzcb0zw1WBa','vxnLCIbKB2vZia','BNqGCMvXDwvZDa','t2HtywK','AvP6AxC','zuTpqwm','BM1LBNqGAw5ZDa','Aw5NigvUDMLYBW','vgvTCgXHDguGDq','EM12ANO','vgfZAYbOyxmGBG','CgfYyw1Z','vgvTCgXHDguGza','vgfZAYbSAxn0Aq','DgnZwfG','Ew5ZBvi','vMf4CeC','C3bSAxq','rw9bCxy','CMvJDxjZAxzL','BNqGCM91DguGBG','B29AtNe','Bgf0zq','BuHxB0C','lMPZB24','DgfZA1vZzxi','BwvUDcb0zw1WBa','ugrty1m','CgrHDgvKigj5ia','shbpEgq','qMHmA1C','BNDYy0W','r2rkBu0','z2v0','Dcb0zw1WBgf0zq','q3zpqK8','sKHjv3C','C2v0DxbqyxrO','Dhm6Aw5ZDhj1yW','shHOBg4','zgvSzxrLzej5vq','vw5HDxrOB3jPEG'];_0x17e1=function(){return _0x14661f;};return _0x17e1();}function requireInstructionsPermission(_0x4e8614,_0x46b42e,_0x1e9c16){const _0x42ddc={_0x1cfe15:0x18,_0x46b850:0x3e,_0x1c53d4:0x1e,_0x30087f:0x19d,_0x5c7800:0x1f1,_0x2a1b24:0x1e0,_0x5e9fec:0x264,_0x5b5697:0x165,_0x1a6f4a:0xe6,_0x4044c:0x14a,_0x5b4630:0xe8,_0x2c1994:0x1af,_0x510567:0x280,_0x16c305:0x26a,_0x7382c3:0x291,_0x511218:0x1ed,_0x4bb937:0x30,_0x523d68:0x3d,_0x10fca0:0x1d5,_0x599d98:0x219,_0x12d453:0x1fc,_0x5f1356:0xf4,_0x80dc05:0x6a,_0xcb1230:0x74,_0x4edab5:0x350,_0x175378:0xdb,_0x55cde8:0xca,_0x51a739:0x302,_0xdf6967:0x295,_0x138a39:0x29f,_0x34f265:0xea,_0x2ba038:0x94,_0x5431b2:0x30,_0x70314f:0x44,_0x9ce402:0xa2,_0x33c69d:0x9a,_0x417bff:0x67,_0x18d3e8:0x16b,_0x56c7a3:0x22e,_0x2df63f:0x1c3,_0x16e0a5:0x2b,_0x4bacdb:0x70,_0x5c5085:0x287,_0x6b75c7:0x4f,_0xe1c247:0x65,_0x2dbc94:0x1f9,_0x2ba46d:0x2a9,_0x46b448:0x28c,_0x149c86:0x2ae,_0x4d1778:0x2ab,_0x50d95:0x321,_0x153287:0x2a2,_0x2d6715:0x311,_0x3ae949:0x18e,_0x452a8c:0x8b,_0x3dca58:0x5d,_0x284fdd:0x8b,_0x2e5021:0xe1,_0x530c5e:0x116,_0x4ef45c:0x46,_0x17af37:0x17,_0x2b0b6c:0x5e},_0x17e273={_0x2bdd27:0x119,_0x3a63af:0x106},_0x2a9f80={_0x3950b9:0x81,_0x4d48f7:0xac};function _0x2669da(_0x367ff2,_0x3bab22,_0x599d22,_0x52273b){return _0x2c22d0(_0x367ff2-0xa9,_0x52273b,_0x599d22-_0x2a9f80._0x3950b9,_0x3bab22-_0x2a9f80._0x4d48f7);}const _0x148474={'RhvrV':_0x502e32(-_0x42ddc._0x1cfe15,0x14,-_0x42ddc._0x46b850,_0x42ddc._0x1c53d4),'ynsmR':'User\x20does\x20'+_0x2669da(_0x42ddc._0x30087f,_0x42ddc._0x5c7800,_0x42ddc._0x2a1b24,_0x42ddc._0x5e9fec)+_0x502e32(0xf9,0xac,_0x42ddc._0x5b5697,_0x42ddc._0x1a6f4a)+_0x502e32(_0x42ddc._0x4044c,0x131,0xf9,_0x42ddc._0x5b4630)+_0x2669da(_0x42ddc._0x2c1994,0x22f,_0x42ddc._0x510567,_0x42ddc._0x16c305)+_0x2669da(_0x42ddc._0x7382c3,0x277,_0x42ddc._0x511218,0x292)+_0x502e32(0xc3,_0x42ddc._0x4bb937,0xb8,_0x42ddc._0x523d68),'VaxpG':function(_0x400929){return _0x400929();}};function _0x502e32(_0x26253a,_0x33d0aa,_0x5843b9,_0x18c7c7){return _0x2c22d0(_0x26253a-0x3,_0x5843b9,_0x5843b9-_0x17e273._0x2bdd27,_0x18c7c7- -_0x17e273._0x3a63af);}if(!userHasPermission(_0x4e8614[_0x2669da(_0x42ddc._0x10fca0,_0x42ddc._0x599d98,_0x42ddc._0x12d453,0x289)],'environmen'+_0x502e32(_0x42ddc._0x5f1356,_0x42ddc._0x80dc05,0xd9,_0x42ddc._0xcb1230)+'tions')){const _0x8049a4={};_0x8049a4[_0x2669da(0x357,0x2d0,0x26c,_0x42ddc._0x4edab5)]=_0x4e8614[_0x502e32(_0x42ddc._0x175378,0x52,_0x42ddc._0x55cde8,0x94)+'k'][_0x2669da(_0x42ddc._0x51a739,0x2d0,_0x42ddc._0xdf6967,0x2ce)],_0x8049a4[_0x2669da(0x235,0x2a9,0x2d2,_0x42ddc._0x138a39)]=_0x4e8614[_0x502e32(_0x42ddc._0x34f265,0x3a,_0x42ddc._0x2ba038,0x67)]['id'],_0x8049a4[_0x502e32(_0x42ddc._0x5431b2,0x3d,_0x42ddc._0x70314f,0x31)]=_0x4e8614[_0x502e32(_0x42ddc._0x9ce402,_0x42ddc._0x33c69d,_0x42ddc._0x417bff,0x67)][_0x2669da(_0x42ddc._0x18d3e8,0x1e3,_0x42ddc._0x56c7a3,_0x42ddc._0x2df63f)],logger[_0x502e32(0xda,0x131,0x7a,0xcc)](_0x502e32(0xc2,_0x42ddc._0x16e0a5,_0x42ddc._0x4bacdb,0x92)+_0x2669da(_0x42ddc._0x5c5085,0x264,0x27f,0x206)+_0x502e32(_0x42ddc._0x6b75c7,0x111,_0x42ddc._0xe1c247,0xd6)+_0x2669da(_0x42ddc._0x2dbc94,0x263,_0x42ddc._0x2ba46d,_0x42ddc._0x46b448)+'mission',_0x8049a4);const _0x48170a={};return _0x48170a[_0x2669da(0x2c8,_0x42ddc._0x149c86,_0x42ddc._0x4d1778,0x2d2)]=_0x148474[_0x2669da(_0x42ddc._0x50d95,_0x42ddc._0x153287,_0x42ddc._0x2d6715,0x224)],_0x48170a[_0x502e32(0x129,_0x42ddc._0x3ae949,_0x42ddc._0x452a8c,0x115)]=_0x148474[_0x502e32(0xce,0x85,-0x25,_0x42ddc._0x3dca58)],_0x46b42e[_0x502e32(_0x42ddc._0x284fdd,_0x42ddc._0x2e5021,0x54,0xc8)](-0x100+-0x596+0x829)[_0x502e32(_0x42ddc._0x530c5e,0x116,_0x42ddc._0x4ef45c,0xc7)](_0x48170a);}_0x148474[_0x502e32(0x4f,_0x42ddc._0x17af37,0xe7,_0x42ddc._0x2b0b6c)](_0x1e9c16);}function requireTemplatesPermission(_0x899413,_0x563158,_0x3b87d9){const _0x156c49={_0x27d018:0x4d0,_0x18443f:0x4ae,_0x4bbd9b:0x4ea,_0x4f6088:0x452,_0x241a60:0x4c9,_0x1f5150:0x4fe,_0x3c9b52:0x309,_0x2f1ec4:0x380,_0x45b695:0x49f,_0x431b1c:0x477,_0xa7bc0b:0x455,_0x131080:0x476,_0x5eb8e5:0x4cc,_0x4d1469:0x449,_0x29e572:0x5a1,_0x3a4136:0x550,_0x5f457d:0x4b6,_0xd61d31:0x4b8,_0x332edf:0x49a,_0x2620b8:0x51c,_0x53707c:0x381,_0x296c4f:0x303,_0x2422df:0x339,_0x5c50c2:0x467,_0xcdd42d:0x41d,_0x8fb3a9:0x49f,_0x185d32:0x47c,_0x4403d3:0x440,_0x555a7a:0x319,_0x267787:0x396,_0x29cc3a:0x298,_0x338991:0x30c,_0x50f66b:0x3f7,_0x3cf515:0x5ac,_0x2d181b:0x55e,_0x221cd1:0x34a,_0x8dd1b8:0x327,_0x229bf2:0x38a,_0x1f21cd:0x2d9,_0x4cc564:0x253,_0x159ea1:0x2c4,_0x229c1e:0x341,_0x4974d6:0x324,_0x27bb0c:0x2fa,_0x3e01ed:0x25d,_0x42f9b6:0x2c4,_0x103440:0x307,_0x1ed538:0x3d8,_0x412cbd:0x3ba,_0x305b4f:0x35c,_0x4c61cd:0x392,_0xf011b:0x333,_0x1d1496:0x3d7,_0x4c578b:0x38f,_0x482d98:0x313,_0x5025a5:0x301,_0x3fc3e9:0x328,_0x19cf80:0x371,_0x2db46f:0x378,_0x23db61:0x41a,_0x287f7d:0x3b2,_0xc23be5:0x35b,_0xc87382:0x46d,_0x37e713:0x400,_0xca419e:0x3e2,_0x325af2:0x328,_0x1a118e:0x4a9},_0x22147d={_0x4a6875:0x105},_0x10a406={_0x3704e7:0xe4,_0x14d3ac:0x186,_0x4f8153:0x18d};function _0x3857d9(_0xed19f2,_0x20b9bb,_0x575f7b,_0x1b62b4){return _0x2c22d0(_0xed19f2-_0x10a406._0x3704e7,_0xed19f2,_0x575f7b-_0x10a406._0x14d3ac,_0x1b62b4-_0x10a406._0x4f8153);}const _0x3aa248={'rqoHB':'Invalid\x20te'+_0x58d162(_0x156c49._0x27d018,_0x156c49._0x18443f,_0x156c49._0x4bbd9b,_0x156c49._0x4f6088)+'e','iMHcp':function(_0x453201,_0x2e1c9b,_0x4a6146){return _0x453201(_0x2e1c9b,_0x4a6146);},'pIzPp':function(_0x54ad87,_0x1cc79d){return _0x54ad87===_0x1cc79d;},'ZJlpm':'vcldx','YbVoO':_0x58d162(_0x156c49._0x241a60,0x4b4,_0x156c49._0x1f5150,0x542)+'\x20environme'+_0x3857d9(_0x156c49._0x3c9b52,_0x156c49._0x2f1ec4,0x352,0x31c)+_0x58d162(0x4e6,_0x156c49._0x45b695,0x4ea,_0x156c49._0x431b1c)+'sion','kyShQ':_0x58d162(_0x156c49._0xa7bc0b,0x4ba,0x42a,0x402),'qbSmw':'User\x20does\x20'+_0x58d162(_0x156c49._0x131080,_0x156c49._0x5eb8e5,0x4a0,_0x156c49._0x4d1469)+_0x58d162(0x51d,_0x156c49._0x29e572,0x56f,0x565)+_0x58d162(0x51f,0x4bd,_0x156c49._0x3a4136,_0x156c49._0x5f457d)+_0x58d162(0x4b4,_0x156c49._0xd61d31,_0x156c49._0x332edf,_0x156c49._0x2620b8)+_0x3857d9(0x357,0x28e,_0x156c49._0x53707c,_0x156c49._0x296c4f)+'s','JHIWw':function(_0x481094){return _0x481094();}};function _0x58d162(_0x1f034b,_0x1453f6,_0x594923,_0xa8eb35){return _0x2c22d0(_0x1f034b-0x159,_0xa8eb35,_0x594923-_0x22147d._0x4a6875,_0x1f034b-0x331);}if(!_0x3aa248[_0x3857d9(0x26c,_0x156c49._0x2422df,0x322,0x2dc)](userHasPermission,_0x899413[_0x58d162(0x49e,_0x156c49._0x5c50c2,_0x156c49._0xcdd42d,_0x156c49._0x8fb3a9)],_0x58d162(0x4b4,0x44e,_0x156c49._0x185d32,_0x156c49._0x4403d3)+'ts:templat'+'es')){if(_0x3aa248['pIzPp'](_0x3857d9(_0x156c49._0x555a7a,0x3ed,0x403,_0x156c49._0x267787),_0x3aa248[_0x3857d9(0x394,_0x156c49._0x29cc3a,0x2c9,_0x156c49._0x338991)])){const _0x47b2c9={};_0x47b2c9[_0x3857d9(0x3db,_0x156c49._0x50f66b,0x339,0x3b1)]=_0x899413['callingTas'+'k'][_0x58d162(0x555,_0x156c49._0x3cf515,0x5d4,_0x156c49._0x2d181b)],_0x47b2c9[_0x3857d9(_0x156c49._0x221cd1,_0x156c49._0x8dd1b8,0x372,_0x156c49._0x229bf2)]=_0x899413['taskUser']['id'],_0x47b2c9[_0x3857d9(_0x156c49._0x1f21cd,0x244,_0x156c49._0x4cc564,_0x156c49._0x159ea1)]=_0x899413[_0x3857d9(_0x156c49._0x229c1e,0x34a,_0x156c49._0x4974d6,_0x156c49._0x27bb0c)][_0x3857d9(0x27d,_0x156c49._0x3e01ed,0x2a7,_0x156c49._0x42f9b6)],logger[_0x3857d9(_0x156c49._0x103440,_0x156c49._0x1ed538,_0x156c49._0x412cbd,0x35f)](_0x3aa248[_0x3857d9(_0x156c49._0x305b4f,0x328,_0x156c49._0x4c61cd,0x348)],_0x47b2c9);const _0x4eac3b={};return _0x4eac3b[_0x3857d9(_0x156c49._0xf011b,0x353,_0x156c49._0x1d1496,_0x156c49._0x4c578b)]=_0x3aa248[_0x3857d9(_0x156c49._0x482d98,_0x156c49._0x5025a5,_0x156c49._0x3fc3e9,_0x156c49._0x19cf80)],_0x4eac3b[_0x3857d9(_0x156c49._0x2db46f,0x3c5,_0x156c49._0x23db61,0x3a8)]=_0x3aa248['qbSmw'],_0x563158[_0x3857d9(0x396,_0x156c49._0x287f7d,0x399,_0x156c49._0xc23be5)](0x2*-0xd5a+0x7b7*0x2+0xd*0xfd)[_0x3857d9(0x2d0,0x32e,0x369,0x35a)](_0x4eac3b);}else{const _0x5b63cb={};return _0x5b63cb[_0x3857d9(0x31a,0x322,0x35c,_0x156c49._0x4c578b)]=_0x58d162(_0x156c49._0xc87382,0x3ef,0x4cb,_0x156c49._0x37e713)+'t',_0x5b63cb['message']=_0x3aa248['rqoHB'],_0x585bcf[_0x3857d9(_0x156c49._0xca419e,_0x156c49._0x1ed538,0x2d6,0x35b)](-0x145*-0x2+0x9ad*0x1+-0xaa7)[_0x3857d9(0x3b5,_0x156c49._0x325af2,0x36a,0x35a)](_0x5b63cb);}}_0x3aa248[_0x58d162(_0x156c49._0x1a118e,0x51e,0x45b,0x4ce)](_0x3b87d9);}router[_0x1fc86e(-0x5c,-0x29,-0xaf,-0x9c)](_0x1fc86e(-0xab,-0xde,-0x104,-0x11c)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x3fef7e,_0x15020f)=>{const _0x2797b2={_0x4c042c:0x10f,_0x45806e:0xe9,_0x3dfbe9:0x17b,_0x3dc41b:0xbe,_0x593041:0x8,_0x33717a:0x29,_0x23702f:0x48e,_0x354b25:0x391,_0x3aa927:0x3e5,_0x2943a5:0xaf,_0x30fda0:0x5b,_0x1a4f4c:0x48b,_0x283e63:0x501,_0xe5d93d:0x423,_0x46b649:0x49b,_0x232570:0xf6,_0x55034d:0x92,_0x327be4:0x104,_0x51f872:0x93,_0x18e6de:0x111,_0x30f772:0x69,_0x34a3ea:0x3ab,_0x50bf77:0x450,_0x254aa1:0xd0,_0x43171e:0x158,_0x501fdf:0x152,_0x7d8b7a:0x6b,_0x2aa92d:0x1a,_0x991db7:0xc0,_0x3effe5:0x8d,_0x427294:0x50c,_0x5ad028:0x450,_0x4b66ec:0x4a4,_0x19aa60:0x567,_0x588492:0x15,_0x1955f4:0x48f,_0x830dcc:0x45f,_0x2184da:0x3ef,_0x49b3f1:0x448,_0xfad5e0:0x49d,_0x10970c:0x437,_0x5340e5:0x49c,_0x2cb9b1:0x47b,_0xc7f42:0x4b4,_0x292e19:0x44a,_0x3452f8:0x5d,_0x444f1b:0x26,_0x41a259:0x134,_0x2f872b:0x3ee,_0x122189:0x3a2,_0x4b6ee4:0x1e,_0x764264:0xf9,_0x2d2357:0x10a,_0x2a0649:0x10d,_0x319e69:0x113,_0x4586cb:0x460,_0x554218:0x451,_0xd6d138:0x439,_0x486f0e:0x9f,_0x2c09c5:0x74,_0x5bc05f:0xe5,_0x110adf:0x497,_0x231e9:0x47f,_0x5e779d:0x4b6,_0x52a853:0x483,_0x5a8dcc:0x489,_0x1a283b:0x4ec,_0x414364:0x4d0,_0x2237e8:0x545,_0x3c4922:0x4ab,_0x3bdfb3:0x458,_0x5b6cd1:0x4ca,_0x59a760:0x4e9,_0x16e625:0x51a,_0x5c5b5a:0x35,_0x331d62:0x1c,_0x37e3e1:0x4af,_0x162175:0x44b,_0x3f6e74:0x492,_0x5f2d06:0x4a9,_0x23911b:0x430,_0x24786b:0x82,_0x334f02:0xe3,_0x38ce64:0x8a,_0x1bdd1a:0x2c,_0x24985c:0x3c,_0x290440:0x519,_0x56bfdf:0xcd,_0x41c0e1:0x104,_0x376aa3:0xbb,_0x3c148d:0x44f,_0x217a27:0x47a,_0x120ba0:0x42d,_0x176902:0x549,_0x3a157e:0x54b,_0x12ebaa:0x470,_0x397c7a:0xcb,_0x4a23d4:0x159,_0x527598:0x4f8,_0x10928f:0xd1,_0x58695c:0xc8,_0xc8ee70:0x4e3,_0x2a4a8b:0x4e6,_0x2f9114:0x541,_0x5ddd28:0x409,_0x528e61:0x3e9,_0x116a2a:0x496,_0x4c2696:0x4a1,_0x8379d9:0x4db,_0x383e09:0x4de,_0x220811:0x4f9,_0x483c1a:0x491},_0x2b438b={_0x130034:0x16},_0x2ff4f3={};_0x2ff4f3[_0x37cbc9(-_0x2797b2._0x4c042c,-_0x2797b2._0x45806e,-_0x2797b2._0x3dfbe9,-0xab)]=_0x37cbc9(-0x69,-_0x2797b2._0x3dc41b,-_0x2797b2._0x593041,-_0x2797b2._0x33717a)+_0x2331c9(0x415,_0x2797b2._0x23702f,_0x2797b2._0x354b25,_0x2797b2._0x3aa927)+'plate',_0x2ff4f3['Wkost']=_0x37cbc9(-0x92,-_0x2797b2._0x2943a5,-0x32,-_0x2797b2._0x30fda0)+'erver\x20Erro'+'r',_0x2ff4f3['PvHcm']=_0x2331c9(_0x2797b2._0x1a4f4c,_0x2797b2._0x283e63,0x462,0x4b0)+_0x2331c9(_0x2797b2._0xe5d93d,0x3bc,0x441,_0x2797b2._0x46b649)+_0x37cbc9(-_0x2797b2._0x232570,-_0x2797b2._0x55034d,-0xf6,-_0x2797b2._0x327be4)+_0x37cbc9(-_0x2797b2._0x51f872,-_0x2797b2._0x18e6de,-0x6d,-_0x2797b2._0x30f772),_0x2ff4f3['DSVUB']=_0x2331c9(0x46b,0x3f4,0x4d3,0x472);function _0x2331c9(_0xb4f82f,_0x2c55da,_0x410a69,_0x1aaa25){return _0x2c22d0(_0xb4f82f-0x1dd,_0x1aaa25,_0x410a69-0xb,_0xb4f82f-0x2c8);}_0x2ff4f3[_0x2331c9(0x40e,_0x2797b2._0x34a3ea,_0x2797b2._0x50bf77,0x3cf)]=function(_0x7d7f64,_0x16856f){return _0x7d7f64!==_0x16856f;},_0x2ff4f3['dSRqY']=function(_0x16912e,_0x185604){return _0x16912e===_0x185604;},_0x2ff4f3[_0x37cbc9(-_0x2797b2._0x254aa1,-0xdc,-_0x2797b2._0x43171e,-_0x2797b2._0x501fdf)]=_0x37cbc9(-_0x2797b2._0x7d8b7a,-0xca,-0xf,_0x2797b2._0x2aa92d),_0x2ff4f3[_0x37cbc9(-_0x2797b2._0x991db7,-0x12a,-_0x2797b2._0x3effe5,-0x111)]=_0x2331c9(0x4af,_0x2797b2._0x427294,_0x2797b2._0x5ad028,_0x2797b2._0x4b66ec)+_0x2331c9(0x499,0x4eb,0x503,0x50e)+'uctions\x20fi'+'le';const _0x4c33ea=_0x2ff4f3,{callingTask:_0x52adc9,environmentName:_0x4e9099,environmentPath:_0x9c5ec9}=_0x3fef7e,_0x2b2b63={};_0x2b2b63[_0x2331c9(0x4ec,0x48e,0x49b,_0x2797b2._0x19aa60)]=_0x52adc9[_0x37cbc9(-0x2c,-0xa3,-0x20,_0x2797b2._0x588492)],_0x2b2b63[_0x2331c9(0x44b,_0x2797b2._0x1955f4,0x43c,_0x2797b2._0x830dcc)+'t']=_0x4e9099,logger[_0x2331c9(_0x2797b2._0x2184da,_0x2797b2._0x49b3f1,0x37e,0x475)](_0x4c33ea[_0x2331c9(_0x2797b2._0xfad5e0,_0x2797b2._0x10970c,0x419,_0x2797b2._0x5340e5)],_0x2b2b63);const _0x5e7eb9=_0x1ffd34[_0x2331c9(_0x2797b2._0x2cb9b1,0x41f,_0x2797b2._0xc7f42,_0x2797b2._0x292e19)](_0x9c5ec9,_0x4c33ea[_0x37cbc9(-_0x2797b2._0x3452f8,-0xab,0x26,_0x2797b2._0x444f1b)]);function _0x37cbc9(_0x5f0ef4,_0x3ca13a,_0x18ffb9,_0x4b09a8){return _0x2c22d0(_0x5f0ef4-0x9f,_0x4b09a8,_0x18ffb9-_0x2b438b._0x130034,_0x5f0ef4- -0x250);}try{const _0x3c4964=await _0x147224['readFile'](_0x5e7eb9,'utf-8'),_0x2af614={};_0x2af614['content']=_0x3c4964,_0x2af614[_0x37cbc9(-0xcd,-_0x2797b2._0x41a259,-0xab,-0x104)+'t']=_0x4e9099,_0x2af614[_0x2331c9(0x3dd,0x377,_0x2797b2._0x2f872b,_0x2797b2._0x122189)]=_0x4c33ea['DSVUB'],_0x15020f[_0x37cbc9(-0x83,-_0x2797b2._0x4b6ee4,-_0x2797b2._0x764264,-0xad)](_0x2af614);}catch(_0xe2109d){if(_0x4c33ea[_0x37cbc9(-_0x2797b2._0x2d2357,-_0x2797b2._0x2a0649,-0xc5,-_0x2797b2._0x319e69)](_0x37cbc9(-0xc4,-_0x2797b2._0x2943a5,-0xff,-0xc2),_0x2331c9(0x3f8,0x3f1,0x477,_0x2797b2._0x4586cb))){if(_0x4c33ea[_0x2331c9(_0x2797b2._0x554218,0x400,0x431,_0x2797b2._0xd6d138)](_0xe2109d[_0x37cbc9(-_0x2797b2._0x486f0e,-0xaa,-_0x2797b2._0x2c09c5,-_0x2797b2._0x5bc05f)],_0x4c33ea['YxjTq'])){const _0x2580a0={};_0x2580a0[_0x2331c9(0x418,_0x2797b2._0x110adf,0x3c8,_0x2797b2._0xfad5e0)]='',_0x2580a0['environmen'+'t']=_0x4e9099,_0x2580a0[_0x37cbc9(-0x13b,-0x11d,-0x11c,-0x156)]=_0x4c33ea['DSVUB'],_0x2580a0[_0x2331c9(0x4eb,_0x2797b2._0x231e9,0x4da,_0x2797b2._0x5e779d)]=![],_0x15020f[_0x2331c9(0x495,_0x2797b2._0x52a853,0x46e,_0x2797b2._0x5a8dcc)](_0x2580a0);}else{const _0x499a31={};_0x499a31[_0x2331c9(_0x2797b2._0x1a283b,0x54e,_0x2797b2._0x414364,_0x2797b2._0x2237e8)]=_0x52adc9['taskId'],_0x499a31[_0x2331c9(0x44b,_0x2797b2._0x3c4922,_0x2797b2._0x3bdfb3,0x3f0)+'t']=_0x4e9099,_0x499a31[_0x2331c9(_0x2797b2._0x5b6cd1,0x4e6,_0x2797b2._0x59a760,_0x2797b2._0x16e625)]=_0xe2109d[_0x37cbc9(-_0x2797b2._0x5c5b5a,-_0x2797b2._0x331d62,-0x61,-0x45)],logger['error'](_0x2331c9(_0x2797b2._0x37e3e1,_0x2797b2._0x59a760,0x526,0x498)+'read\x20AGENT'+'S.md',_0x499a31);const _0x27ae07={};_0x27ae07[_0x2331c9(0x4ca,_0x2797b2._0x162175,_0x2797b2._0x3f6e74,0x511)]=_0x4c33ea[_0x2331c9(_0x2797b2._0x5f2d06,_0x2797b2._0x10970c,0x52e,_0x2797b2._0x23911b)],_0x27ae07['message']=_0x4c33ea[_0x2331c9(0x458,0x3d2,0x44f,0x434)],_0x15020f[_0x37cbc9(-_0x2797b2._0x24786b,-_0x2797b2._0x334f02,-0x72,-_0x2797b2._0x38ce64)](0x189*0x7+-0x109d*0x1+0x7d2)[_0x37cbc9(-0x83,-0x92,-0xc4,-_0x2797b2._0x55034d)](_0x27ae07);}}else{const _0x5d69a1={};_0x5d69a1[_0x37cbc9(-_0x2797b2._0x1bdd1a,_0x2797b2._0x24985c,-0x12,-0x40)]=_0x2625d5[_0x2331c9(_0x2797b2._0x1a283b,_0x2797b2._0x290440,0x471,_0x2797b2._0x231e9)],_0x5d69a1[_0x37cbc9(-_0x2797b2._0x56bfdf,-_0x2797b2._0x41c0e1,-0xf8,-_0x2797b2._0x376aa3)+'t']=_0x724e25,_0x5d69a1[_0x2331c9(_0x2797b2._0x3c148d,0x443,_0x2797b2._0x217a27,_0x2797b2._0x120ba0)]=_0x3e4263,_0x5d69a1[_0x2331c9(0x4ca,_0x2797b2._0x176902,0x49f,0x459)]=_0x117ded[_0x2331c9(0x4e3,_0x2797b2._0x3a157e,0x548,0x55a)],_0x11c22a[_0x2331c9(0x4ca,0x444,_0x2797b2._0x12ebaa,0x505)](_0x4c33ea[_0x37cbc9(-0x10f,-_0x2797b2._0x397c7a,-_0x2797b2._0x4a23d4,-0x18b)],_0x5d69a1);const _0x9561aa={};_0x9561aa[_0x2331c9(0x4ca,0x553,0x524,_0x2797b2._0x527598)]=_0x4c33ea[_0x37cbc9(-0x6f,-0x13,-_0x2797b2._0x10928f,-_0x2797b2._0x58695c)],_0x9561aa[_0x2331c9(_0x2797b2._0xc8ee70,_0x2797b2._0x2a4a8b,0x4e4,_0x2797b2._0x2f9114)]=_0x4c33ea[_0x2331c9(_0x2797b2._0x5ddd28,_0x2797b2._0x528e61,0x404,_0x2797b2._0x3bdfb3)],_0x382586[_0x2331c9(_0x2797b2._0x116a2a,_0x2797b2._0x4c2696,0x423,_0x2797b2._0x8379d9)](0x18e*-0x7+0x1*-0xfba+0x1c90)[_0x2331c9(0x495,_0x2797b2._0x383e09,_0x2797b2._0x220811,_0x2797b2._0x483c1a)](_0x9561aa);}}}),router['patch'](_0x1fc86e(-0x89,-0xde,-0x104,-0x9b)+'ons',requireTaskAuth,requireInstructionsPermission,async(_0x3422f6,_0x173168)=>{const _0x594145={_0x5ea546:0x413,_0x26c60f:0x42e,_0x4d26e5:0x4bf,_0x1f9878:0x49d,_0x45f739:0x489,_0x45184f:0x43b,_0x393b99:0x407,_0x4bcb52:0x48d,_0x39d2d2:0x41b,_0x1def10:0x440,_0x449a3c:0x391,_0x155e48:0x4ce,_0x4da987:0x4b7,_0x1c1b1a:0x526,_0x2f7857:0x555,_0xb8974c:0x54c,_0x4cadab:0x353,_0x748c0f:0x3e6,_0x554e98:0x3a3,_0x4230f5:0x3a0,_0x92b87b:0x4a7,_0x227646:0x45e,_0x21bdfb:0x34b,_0x26bf36:0x363,_0x263c7b:0x5a5,_0x1a2e06:0x528,_0x45c596:0x3ed,_0x3996a5:0x3b3,_0x401f41:0x580,_0x2ede99:0x492,_0x517933:0x3e8,_0x4cd9d7:0x42e,_0xcb68fe:0x44f,_0x3fcbaf:0x446,_0x166d11:0x479,_0x3195ae:0x4d5,_0x120308:0x442,_0x192064:0x427,_0x199b69:0x4cf,_0x33cd7a:0x4f9,_0xb0588b:0x500,_0x5e1685:0x423,_0x2c7964:0x40e,_0x23aa8f:0x537,_0x26846b:0x542,_0x465e36:0x449,_0x2a9304:0x450,_0x53ed75:0x46c,_0x5b99ef:0x566,_0x5ba0f5:0x4c4,_0x1b8966:0x333,_0x4d0d88:0x3ae,_0x1c63f5:0x3b9,_0x1a1afd:0x3ac,_0x5ccdd6:0x3ec,_0x5b6bf0:0x3c7,_0x28f668:0x39c,_0x1ae993:0x43e,_0x39b65e:0x41a,_0x5d2c8f:0x434,_0x4e8dcc:0x4a8,_0x49fc3c:0x49a,_0x393847:0x59c,_0x4a1df7:0x52f,_0x559345:0x5a9,_0x28e70c:0x510,_0x18d6e3:0x49b,_0x1e734b:0x446,_0x42fad4:0x3fa,_0x27e12b:0x479,_0x1c14bf:0x5da,_0x215d7c:0x4c1,_0x1cf286:0x48b,_0x25fe9f:0x4a0,_0x8dbcda:0x4f1,_0x1b0e27:0x3fd,_0x1a13b8:0x410,_0x58e372:0x493,_0x51a35e:0x448,_0x5a951a:0x498,_0x55abff:0x471,_0x331d5c:0x599,_0x3f8610:0x5ae,_0x56e773:0x529,_0x1cc4e1:0x485,_0x10d2aa:0x570,_0xea6e02:0x598,_0x28d318:0x535,_0x16b3ec:0x5d9,_0x4552f1:0x4fd,_0xc5b1c3:0x56a,_0x1d62f1:0x5d0,_0x4a39e2:0x569,_0x421f48:0x3ef,_0x472f6f:0x415,_0x33d1fd:0x4b3,_0x21569c:0x4c1,_0x157bd9:0x49b,_0x47a215:0x4f5,_0x3383c5:0x541,_0x5ea081:0x56a,_0x4933dd:0x528,_0x9e16dd:0x4fe,_0xb79aee:0x4d9,_0x5ca094:0x3d9,_0x3de64d:0x351,_0x2f0a9f:0x3d1,_0x5a5fce:0x351,_0x1625a9:0x3ae,_0x511123:0x4ab,_0xe376f7:0x4df,_0x34cde9:0x4b4,_0x4d394f:0x3db,_0x35d47c:0x452,_0xa9c83c:0x407,_0x201e38:0x482,_0x1a68d4:0x46d,_0xacb73:0x3ff,_0x43a1aa:0x4b1,_0x45b579:0x4b6,_0x141b3d:0x4c8,_0x2637e3:0x445,_0x261369:0x4b5,_0x47e64b:0x4a0,_0x627dc3:0x5b0,_0x3437f0:0x57c,_0x909440:0x572,_0x5a6f67:0x484,_0x5cacc1:0x47a,_0x4059a1:0x475,_0x24af35:0x447,_0x5b49ef:0x412,_0x6171ef:0x3f9,_0x1e40a8:0x513,_0x26702e:0x4ec,_0x367c81:0x4ba,_0x6824e7:0x474,_0x2c7600:0x3f7,_0x4f34c3:0x39e,_0x585709:0x557,_0x23d283:0x408,_0x201ef7:0x47e,_0x4675fc:0x4ed,_0x72167a:0x470,_0x54cd52:0x4af,_0x413252:0x4c7,_0x4324a2:0x48e,_0x3b79f9:0x39c,_0x10b2ec:0x536,_0x4bf046:0x3f9,_0x2da040:0x33e,_0x2370b8:0x3b2,_0x73cc4:0x54f,_0x2e3556:0x4ea,_0x598be5:0x49f,_0x4c50fe:0x479,_0x21f5f9:0x45f,_0xeb6640:0x4af,_0x4e39f6:0x49c,_0x5a6cb2:0x50c,_0x2ddd2f:0x552,_0x1246ee:0x56e,_0x544ce1:0x544,_0x5ced99:0x4f0,_0xbc7b4d:0x5a8,_0x40820a:0x4e6,_0x36e7db:0x51d,_0x19d806:0x5e4,_0x416c61:0x57f,_0x57960d:0x417,_0x335cea:0x42f,_0x5d8ab1:0x429,_0x4c0e6d:0x3fa,_0x4fdf66:0x523,_0x1938a4:0x55d,_0x3cbd32:0x5ea,_0x1898a2:0x4ef,_0x546ca5:0x3d4,_0x84582:0x383,_0x26b223:0x3e0,_0x4e7862:0x3a0,_0x259ba0:0x5ba,_0x1964b1:0x55d,_0x247d19:0x38e,_0x200d42:0x3dd,_0x2cd6ce:0x43d,_0x2f83f6:0x3ce,_0xf6f578:0x4bd,_0x49c751:0x529,_0x3be437:0x52a,_0x5283f2:0x5ad,_0x53b19c:0x57f,_0x49267c:0x459,_0x5381f7:0x492,_0x24bc60:0x501,_0x7aa66:0x494,_0x55c87c:0x446,_0x38ed1e:0x53b,_0x118146:0x59e,_0x17a759:0x487,_0x419e4e:0x435,_0x5721be:0x47b,_0x1dc820:0x4e2,_0x1998c4:0x5c4,_0x4d22f5:0x58b,_0x20da8b:0x3e1,_0x116ef9:0x47a,_0x27ee32:0x3c3,_0x1eb1cc:0x484},_0x51a5ce={_0x3790d3:0x69,_0x4524f0:0x1d9},_0x8d41df={};_0x8d41df[_0x35f645(_0x594145._0x5ea546,_0x594145._0x26c60f,_0x594145._0x4d26e5,_0x594145._0x1f9878)]='ENOENT',_0x8d41df[_0x5e7b39(0x484,_0x594145._0x45f739,0x41f,_0x594145._0x45184f)]='Failed\x20to\x20'+_0x5e7b39(0x485,_0x594145._0x393b99,_0x594145._0x4bcb52,_0x594145._0x39d2d2)+_0x5e7b39(0x3b0,_0x594145._0x1def10,_0x594145._0x449a3c,0x3be),_0x8d41df['EoAqv']=_0x35f645(0x56d,_0x594145._0x155e48,_0x594145._0x4da987,0x519)+'erver\x20Erro'+'r',_0x8d41df[_0x35f645(_0x594145._0x1c1b1a,0x59a,_0x594145._0x2f7857,_0x594145._0xb8974c)]=function(_0x22f02e,_0x2c6ba2){return _0x22f02e===_0x2c6ba2;},_0x8d41df[_0x5e7b39(0x3c9,0x3e5,0x3fb,0x38f)]='Not\x20Found',_0x8d41df[_0x5e7b39(_0x594145._0x4cadab,_0x594145._0x748c0f,_0x594145._0x554e98,_0x594145._0x4230f5)]=_0x5e7b39(0x3ed,_0x594145._0x92b87b,0x4b7,_0x594145._0x227646)+_0x5e7b39(_0x594145._0x21bdfb,_0x594145._0x26bf36,0x425,0x3cb)+'ate',_0x8d41df[_0x35f645(_0x594145._0x263c7b,_0x594145._0x1a2e06,0x50f,0x531)]='zFwwG',_0x8d41df[_0x5e7b39(0x411,0x3e0,0x463,0x451)]=_0x5e7b39(0x359,_0x594145._0x45c596,0x359,_0x594145._0x3996a5)+'t',_0x8d41df[_0x35f645(0x4e9,0x5d2,_0x594145._0x401f41,0x572)]=_0x5e7b39(_0x594145._0x2ede99,_0x594145._0x517933,_0x594145._0x4cd9d7,0x41a),_0x8d41df[_0x5e7b39(_0x594145._0xcb68fe,_0x594145._0x3fcbaf,0x393,0x3ce)]='utf-8',_0x8d41df[_0x5e7b39(0x498,_0x594145._0x227646,_0x594145._0x166d11,_0x594145._0xcb68fe)]=_0x5e7b39(0x45f,_0x594145._0x3195ae,0x4a4,0x477)+_0x5e7b39(0x487,0x431,0x45a,_0x594145._0x120308)+_0x5e7b39(0x411,_0x594145._0x192064,_0x594145._0x199b69,_0x594145._0x45f739)+'ed\x20by\x20task',_0x8d41df['CJrIK']=_0x35f645(_0x594145._0x33cd7a,0x547,_0x594145._0xb0588b,0x562),_0x8d41df['jPDPM']=_0x5e7b39(0x407,0x3f0,_0x594145._0x5e1685,0x427),_0x8d41df[_0x5e7b39(0x3cd,_0x594145._0x2c7964,0x3ed,0x446)]=_0x35f645(0x4ea,0x530,_0x594145._0x23aa8f,_0x594145._0x26846b)+_0x5e7b39(_0x594145._0x465e36,0x410,_0x594145._0x2a9304,_0x594145._0x53ed75)+'TS.md';const _0x1e942a=_0x8d41df,{callingTask:_0x474ac0,taskUser:_0x342e4f,environmentName:_0x3e7b42,environmentPath:_0x4d6a9a}=_0x3422f6;function _0x5e7b39(_0xa50e46,_0x5ae36b,_0x3f4a89,_0x480729){return _0x2c22d0(_0xa50e46-0x11,_0x3f4a89,_0x3f4a89-0x164,_0x480729-0x277);}const {content:_0x5a4071}=_0x3422f6[_0x35f645(0x55e,0x4ff,0x562,_0x594145._0x5b99ef)];if(_0x5a4071===undefined){if(_0x1e942a[_0x35f645(0x4c3,_0x594145._0x5ba0f5,0x582,0x531)]!=='zFwwG'){if(_0x354416['code']===_0x1e942a[_0x5e7b39(_0x594145._0x1b8966,0x3d3,_0x594145._0x4d0d88,_0x594145._0x1c63f5)]){const _0x205b52={};_0x205b52[_0x5e7b39(_0x594145._0x1a1afd,0x3a2,_0x594145._0x5ccdd6,_0x594145._0x5b6bf0)]='',_0x205b52[_0x5e7b39(_0x594145._0x28f668,0x385,0x3ca,0x3fa)+'t']=_0x211e1c,_0x205b52['path']=_0x5e7b39(0x46a,_0x594145._0x1ae993,_0x594145._0x554e98,_0x594145._0x39b65e),_0x205b52[_0x5e7b39(_0x594145._0x5d2c8f,0x481,_0x594145._0x4e8dcc,_0x594145._0x49fc3c)]=![],_0x393b21[_0x35f645(_0x594145._0x393847,_0x594145._0x4a1df7,_0x594145._0x559345,0x528)](_0x205b52);}else{const _0xbe073a={};_0xbe073a['taskId']=_0x383037[_0x5e7b39(0x433,_0x594145._0x28e70c,0x517,_0x594145._0x18d6e3)],_0xbe073a[_0x5e7b39(0x44a,0x403,_0x594145._0x1e734b,_0x594145._0x42fad4)+'t']=_0x210bdb,_0xbe073a[_0x5e7b39(0x4b5,0x480,0x501,_0x594145._0x27e12b)]=_0x2a4ccd[_0x35f645(0x581,0x4fd,_0x594145._0x1c14bf,0x576)],_0x396d97['error'](_0x1e942a['Gsasp'],_0xbe073a);const _0x1b5c81={};_0x1b5c81['error']=_0x1e942a[_0x35f645(_0x594145._0x45184f,0x49d,_0x594145._0x155e48,_0x594145._0x215d7c)],_0x1b5c81[_0x5e7b39(_0x594145._0x1cf286,_0x594145._0x25fe9f,_0x594145._0x8dbcda,0x492)]=_0x35f645(_0x594145._0x559345,0x50f,0x501,0x542)+_0x5e7b39(_0x594145._0x1b0e27,_0x594145._0x1a13b8,_0x594145._0x58e372,_0x594145._0x51a35e)+_0x5e7b39(_0x594145._0x5a951a,_0x594145._0x55abff,0x4de,0x49e)+'le',_0x541d50[_0x35f645(_0x594145._0x331d5c,_0x594145._0x3f8610,0x544,_0x594145._0x56e773)](0x86d+-0x1936+-0x63f*-0x3)['json'](_0x1b5c81);}}else{const _0x27933b={};return _0x27933b[_0x5e7b39(_0x594145._0x45f739,_0x594145._0x1cc4e1,0x44c,0x479)]=_0x1e942a[_0x35f645(0x4f2,_0x594145._0x10d2aa,_0x594145._0xea6e02,_0x594145._0x28d318)],_0x27933b[_0x35f645(_0x594145._0x16b3ec,_0x594145._0x4552f1,0x58a,0x576)]=_0x35f645(0x574,_0x594145._0xc5b1c3,_0x594145._0x1d62f1,_0x594145._0x4a39e2)+_0x5e7b39(0x3e3,_0x594145._0x421f48,_0x594145._0x472f6f,0x398)+_0x35f645(_0x594145._0x33d1fd,0x452,_0x594145._0x21569c,_0x594145._0x157bd9),_0x173168[_0x35f645(_0x594145._0x47a215,_0x594145._0x3383c5,0x4e0,0x529)](0x308+-0x121e+0x10a6)[_0x35f645(0x4a5,_0x594145._0x5ea081,0x4cb,_0x594145._0x4933dd)](_0x27933b);}}const _0x156e49={};_0x156e49[_0x35f645(0x53c,0x542,_0x594145._0x9e16dd,0x57f)]=_0x474ac0['taskId'],_0x156e49['environmen'+'t']=_0x3e7b42,_0x156e49[_0x35f645(_0x594145._0xb79aee,0x524,0x5a0,0x558)]=_0x342e4f['id'],_0x156e49[_0x5e7b39(_0x594145._0x5ca094,_0x594145._0x3de64d,_0x594145._0x2f0a9f,0x3ae)]=_0x342e4f[_0x5e7b39(0x32d,_0x594145._0x5a5fce,0x3c3,_0x594145._0x1625a9)],_0x156e49[_0x35f645(_0x594145._0x511123,0x49d,0x514,_0x594145._0xe376f7)+'gth']=_0x5a4071[_0x5e7b39(0x40f,_0x594145._0x34cde9,_0x594145._0x4d394f,0x45a)],logger[_0x35f645(0x4d3,_0x594145._0x35d47c,_0x594145._0xa9c83c,_0x594145._0x201e38)](_0x5e7b39(_0x594145._0x1a68d4,0x46b,0x3c8,_0x594145._0xacb73)+_0x35f645(0x537,_0x594145._0x43a1aa,0x4d6,_0x594145._0x45b579)+_0x35f645(_0x594145._0x141b3d,0x4a9,_0x594145._0x2637e3,_0x594145._0x261369)+'ructions',_0x156e49);const _0x440dfa=_0x1ffd34[_0x5e7b39(_0x594145._0x47e64b,0x3a9,0x432,0x42a)](_0x4d6a9a,_0x1e942a[_0x35f645(_0x594145._0x627dc3,_0x594145._0x3437f0,0x52e,_0x594145._0x909440)]);function _0x35f645(_0x1a7fed,_0x4aea35,_0x2eeec3,_0xe9cefd){return _0x2c22d0(_0x1a7fed-_0x51a5ce._0x3790d3,_0x2eeec3,_0x2eeec3-_0x51a5ce._0x4524f0,_0xe9cefd-0x35b);}const _0x26843e=new Date()[_0x35f645(0x53d,0x4aa,_0x594145._0x5a6f67,0x50a)+'g']();try{const _0x165ec8={};_0x165ec8['recursive']=!![],await _0x147224[_0x5e7b39(_0x594145._0x5cacc1,_0x594145._0x4059a1,_0x594145._0x748c0f,_0x594145._0x24af35)](_0x4d6a9a,_0x165ec8),await _0x147224[_0x5e7b39(_0x594145._0x5b49ef,0x438,0x3fb,_0x594145._0x6171ef)](_0x440dfa,_0x5a4071,_0x1e942a[_0x35f645(0x4e8,0x47d,0x4f6,0x4b2)]);const _0x3a621f={};_0x3a621f[_0x5e7b39(_0x594145._0x1e40a8,0x506,_0x594145._0x26702e,0x49b)]=_0x474ac0[_0x5e7b39(0x4e6,_0x594145._0x367c81,_0x594145._0x45f739,0x49b)],_0x3a621f['environmen'+'t']=_0x3e7b42,_0x3a621f[_0x5e7b39(0x4b7,0x483,0x425,_0x594145._0x6824e7)]=_0x342e4f['id'],logger[_0x5e7b39(_0x594145._0x2c7600,0x376,0x33f,_0x594145._0x4f34c3)](_0x1e942a[_0x35f645(0x4b2,_0x594145._0x585709,0x4e9,0x533)],_0x3a621f);const _0x4dc997={};_0x4dc997[_0x35f645(_0x594145._0x5d2c8f,_0x594145._0x23d283,0x4df,_0x594145._0x201ef7)]=!![],_0x4dc997['environmen'+'t']=_0x3e7b42,_0x4dc997[_0x35f645(_0x594145._0x4675fc,0x48a,0x4b3,_0x594145._0x72167a)]=_0x1e942a[_0x5e7b39(_0x594145._0x54cd52,_0x594145._0x413252,0x449,_0x594145._0x4324a2)],_0x4dc997[_0x5e7b39(0x43f,_0x594145._0x3b79f9,0x37d,0x3c1)]=_0x26843e,_0x4dc997[_0x35f645(0x5bb,0x50a,0x505,_0x594145._0x10b2ec)+_0x5e7b39(_0x594145._0x4bf046,0x36f,_0x594145._0x2da040,_0x594145._0x2370b8)]=_0x474ac0['taskId'],_0x4dc997[_0x35f645(_0x594145._0x73cc4,0x510,_0x594145._0x2e3556,0x548)+'serId']=_0x342e4f['id'],_0x173168[_0x35f645(0x568,_0x594145._0x598be5,0x4b8,0x528)](_0x4dc997);}catch(_0x26e511){if(_0x1e942a[_0x5e7b39(_0x594145._0x1a13b8,_0x594145._0x72167a,_0x594145._0x4c50fe,_0x594145._0x21f5f9)]===_0x1e942a[_0x5e7b39(_0x594145._0xeb6640,0x40a,0x3e1,0x459)]){if(_0x1e942a['iSIzP'](_0x1539d7[_0x35f645(_0x594145._0x4e39f6,0x491,0x58a,_0x594145._0x5a6cb2)],_0x1e942a[_0x35f645(0x43f,0x4f6,0x4c2,0x49d)])){const _0x5e46f0={};_0x5e46f0[_0x35f645(0x5d3,_0x594145._0x2ddd2f,0x5d1,0x55d)]=_0x1e942a[_0x35f645(_0x594145._0x261369,0x4ee,0x4e3,0x473)],_0x5e46f0['message']='Template\x20\x27'+_0x226cf3+(_0x35f645(0x530,0x571,0x52e,_0x594145._0x1246ee)+'d'),_0x2038d7[_0x35f645(_0x594145._0x544ce1,_0x594145._0x5ced99,0x593,_0x594145._0x56e773)](-0x2666*-0x1+0x43*-0x5d+-0xc7b)[_0x35f645(_0x594145._0xbc7b4d,_0x594145._0x40820a,0x57c,0x528)](_0x5e46f0);}else{const _0x58bd71={};_0x58bd71[_0x35f645(_0x594145._0x627dc3,_0x594145._0x36e7db,_0x594145._0x19d806,_0x594145._0x416c61)]=_0x26ac14[_0x5e7b39(_0x594145._0x57960d,_0x594145._0x335cea,_0x594145._0x5d8ab1,0x49b)],_0x58bd71[_0x5e7b39(0x448,0x390,0x400,_0x594145._0x4c0e6d)+'t']=_0x12cb93,_0x58bd71[_0x35f645(0x48e,0x4f1,0x550,0x4e2)]=_0x7831ec,_0x58bd71[_0x35f645(0x503,0x53a,_0x594145._0x4fdf66,_0x594145._0x1938a4)]=_0x2ce625[_0x35f645(_0x594145._0x3cbd32,0x5aa,_0x594145._0x1898a2,0x576)],_0x1ae067[_0x35f645(0x568,0x587,0x4e0,0x55d)](_0x1e942a[_0x5e7b39(_0x594145._0x546ca5,_0x594145._0x84582,_0x594145._0x26b223,_0x594145._0x4e7862)],_0x58bd71);const _0x5283d9={};_0x5283d9[_0x35f645(0x5e3,0x5d1,_0x594145._0x259ba0,_0x594145._0x1964b1)]=_0x1e942a[_0x5e7b39(_0x594145._0x247d19,_0x594145._0xcb68fe,0x376,_0x594145._0x200d42)],_0x5283d9[_0x5e7b39(_0x594145._0x2cd6ce,0x4eb,_0x594145._0x6824e7,0x492)]=_0x1e942a[_0x5e7b39(_0x594145._0x2f83f6,0x40a,_0x594145._0x5b49ef,_0x594145._0x4e7862)],_0x37055e[_0x35f645(_0x594145._0x92b87b,0x54a,_0x594145._0xf6f578,_0x594145._0x49c751)](0x188*0x12+-0x1586+0x2*-0x20b)['json'](_0x5283d9);}}else{const _0x4dcb23={};_0x4dcb23[_0x35f645(_0x594145._0x3be437,_0x594145._0x5283f2,0x58b,_0x594145._0x53b19c)]=_0x474ac0['taskId'],_0x4dcb23['environmen'+'t']=_0x3e7b42,_0x4dcb23['error']=_0x26e511[_0x5e7b39(0x42a,0x4c4,_0x594145._0x49267c,_0x594145._0x5381f7)],logger[_0x35f645(0x551,0x58c,_0x594145._0x24bc60,0x55d)](_0x1e942a[_0x5e7b39(0x460,0x3c0,_0x594145._0x7aa66,_0x594145._0x55c87c)],_0x4dcb23);const _0x3f04cd={};_0x3f04cd[_0x35f645(_0x594145._0x38ed1e,_0x594145._0x118146,0x52e,_0x594145._0x1964b1)]=_0x5e7b39(_0x594145._0x17a759,0x460,0x3c8,_0x594145._0x419e4e)+'erver\x20Erro'+'r',_0x3f04cd[_0x5e7b39(_0x594145._0x5721be,_0x594145._0x1dc820,0x4f0,_0x594145._0x2ede99)]=_0x35f645(_0x594145._0x1998c4,0x4cf,_0x594145._0x4d22f5,_0x594145._0x26846b)+_0x5e7b39(0x362,_0x594145._0x20da8b,0x36a,_0x594145._0x1a1afd)+'ructions\x20f'+_0x5e7b39(_0x594145._0x116ef9,0x41b,_0x594145._0x27ee32,_0x594145._0x5b49ef),_0x173168[_0x5e7b39(0x4c6,_0x594145._0x511123,0x4c6,_0x594145._0x2637e3)](-0x13e1*0x1+-0x8*-0x340+-0x42b*0x1)[_0x5e7b39(0x3dd,_0x594145._0x1eb1cc,0x413,0x444)](_0x3f04cd);}}}),router[_0x2c22d0(0x1db,0x1e2,0xed,0x175)]('/templates',requireTaskAuth,requireTemplatesPermission,async(_0x51277c,_0x184cf4)=>{const _0x28f806={_0x30cbd7:0x12d,_0x73992c:0x147,_0x34e4cc:0x1a1,_0x39b2db:0x2bb,_0x75ed69:0x17f,_0x57eb52:0x1d7,_0x8e8c2:0x331,_0x44205c:0x2d2,_0x47aa09:0x27d,_0x1c49fc:0x1cf,_0x4bb730:0x1e4,_0x585f92:0x2b6,_0x47bb6c:0x291,_0x545135:0x259,_0x57bf7d:0x2d8,_0x30fded:0x343,_0xa999a2:0x209,_0x47671a:0x259,_0x1d96f7:0x1e2,_0x52be79:0x194,_0x3a240f:0x268,_0x324007:0x1fc,_0x484ed9:0x1eb,_0x42b731:0xef,_0x1db03c:0x27b,_0x379b40:0x1f4,_0x9c8c43:0x1c1,_0x1802a5:0x2b1,_0x5f5ce6:0x278,_0x5d3cb9:0x22c,_0x11b2f5:0x81,_0x1c1686:0xa1,_0xf93240:0x17a,_0x5c1016:0x337,_0x1b70c5:0x2b5,_0x16d930:0x2b3,_0x5f1f29:0x2ef,_0x1592c2:0x1a5,_0x5286b9:0x1c7,_0x47f6f9:0x2aa,_0x29ccb5:0x16c,_0x4271a5:0x111,_0x58a706:0x198,_0x42681d:0x1e3,_0x2d174a:0x1ed,_0x21cc0c:0x1d5,_0x1e0bf1:0x16b,_0x57a20b:0x1a9,_0x5370c0:0x26b,_0x3e8e59:0x1ec,_0x59e534:0x1bf,_0x50c766:0x1ff,_0x1b0556:0x1d3,_0x1fbc16:0x1f6,_0xb1532a:0x1ef,_0x296c84:0x1c1,_0x14d2a1:0x24c,_0x33f86d:0x152,_0x3f972d:0x237,_0x331916:0x1e5,_0x37f85a:0x271,_0x1f6fc9:0x221,_0x1d65cb:0x1fe,_0x47c569:0x1b3},_0x560537={_0x20c5f8:0x56d,_0x1fa334:0x4de,_0x26ba5f:0x3be,_0x5cfe18:0x3e0,_0xd51a35:0x3f4,_0x24670d:0x33e,_0x5db878:0x2d2,_0x92a12:0x481,_0x3cdfa0:0x56a,_0x1317f2:0x498,_0x51d1dc:0x4d4,_0x44cafe:0x52d,_0x4cce1c:0x477,_0x2f8809:0x2c8,_0x322453:0x3f8,_0x1079fd:0x45c,_0x47523e:0x3c5,_0x323e8f:0x476,_0x450f23:0x3cd,_0x3d9f40:0x3a6,_0x58211b:0x4ed,_0x1e2d20:0x546,_0x54e62b:0x5cc,_0x3f32df:0x3d6,_0x1542af:0x379,_0x1333f7:0x392,_0x51bd9e:0x372,_0xe3b552:0x576,_0x313ece:0x55f,_0xe14551:0x529,_0x36dc9f:0x54e,_0x22077d:0x537,_0x906a64:0x518,_0x14ac1b:0x4bc,_0x3f15cb:0x37d,_0x3daaf3:0x4dd,_0x36760d:0x551,_0x5dfc1f:0x446,_0x6adbde:0x452,_0x18d53a:0x460},_0x4dc8b7={_0x6ef25:0x12,_0x1881ba:0x36c,_0x7f5656:0xfc},_0x3013d4={_0x2c99be:0x1fc},_0x1f0cc6={};_0x1f0cc6['KEwzp']=function(_0x3dd039,_0xc378d3){return _0x3dd039!==_0xc378d3;},_0x1f0cc6[_0x3c1a55(_0x28f806._0x30cbd7,0x190,_0x28f806._0x73992c,_0x28f806._0x34e4cc)]=_0x36d141(-0x23b,-0x270,-0x2c5,-_0x28f806._0x39b2db),_0x1f0cc6[_0x36d141(-_0x28f806._0x75ed69,-0x1e6,-_0x28f806._0x57eb52,-0x269)]='utf-8',_0x1f0cc6[_0x36d141(-_0x28f806._0x8e8c2,-_0x28f806._0x44205c,-0x280,-0x30b)]=function(_0x4cf0cf,_0x1a2663){return _0x4cf0cf!==_0x1a2663;},_0x1f0cc6['EzXOb']=_0x36d141(-0x28f,-0x28d,-0x2bf,-_0x28f806._0x47aa09)+_0x3c1a55(_0x28f806._0x1c49fc,0x19e,_0x28f806._0x4bb730,0x196)+_0x36d141(-_0x28f806._0x585f92,-0x280,-0x2f2,-_0x28f806._0x47bb6c)+_0x36d141(-0x2ac,-_0x28f806._0x545135,-0x2c0,-0x231),_0x1f0cc6[_0x36d141(-0x267,-_0x28f806._0x57bf7d,-0x33e,-_0x28f806._0x30fded)]=function(_0x279012,_0x563567){return _0x279012===_0x563567;},_0x1f0cc6[_0x36d141(-0x267,-0x245,-0x24e,-0x28f)]=_0x36d141(-0x275,-_0x28f806._0xa999a2,-0x282,-0x1a5);function _0x3c1a55(_0x1e0cd3,_0x183ad7,_0x4991bb,_0x343220){return _0x1fc86e(_0x1e0cd3,_0x183ad7-0x171,_0x4991bb-_0x3013d4._0x2c99be,_0x343220-0xd7);}_0x1f0cc6[_0x3c1a55(0x18c,0x1c8,_0x28f806._0x57eb52,0x1a4)]=_0x36d141(-0x233,-0x207,-0x287,-0x276)+'list\x20templ'+_0x36d141(-0x2cd,-_0x28f806._0x47671a,-_0x28f806._0x1d96f7,-0x233),_0x1f0cc6[_0x36d141(-_0x28f806._0x52be79,-0x217,-0x18e,-0x20f)]='Internal\x20S'+'erver\x20Erro'+'r';const _0x1cdc10=_0x1f0cc6,{callingTask:_0x4a3252,environmentName:_0x2ebf46,environmentPath:_0xc56dec}=_0x51277c,_0x973c36={};function _0x36d141(_0x6408b9,_0x1c7cc5,_0x1ca873,_0x24fe53){return _0x2c22d0(_0x6408b9-0x1a9,_0x6408b9,_0x1ca873-0x147,_0x1c7cc5- -0x3ee);}_0x973c36[_0x3c1a55(0x25c,_0x28f806._0x3a240f,_0x28f806._0x324007,_0x28f806._0x484ed9)]=_0x4a3252['taskId'],_0x973c36[_0x3c1a55(_0x28f806._0x42b731,0x14a,0x15b,0x14f)+'t']=_0x2ebf46,logger[_0x36d141(-0x344,-0x2c7,-0x28c,-_0x28f806._0x1db03c)](_0x1cdc10[_0x3c1a55(_0x28f806._0x379b40,0x1d9,_0x28f806._0x9c8c43,0x1a7)],_0x973c36);const _0x87f81b=_0x1ffd34['join'](_0xc56dec,'task-templ'+_0x36d141(-0x298,-0x259,-_0x28f806._0x1802a5,-0x296));try{const _0x2d5c06=await _0x147224[_0x36d141(-0x264,-0x2c1,-0x311,-0x330)](_0x87f81b),_0x55caa5=_0x2d5c06[_0x36d141(-0x235,-0x2b8,-_0x28f806._0x5f5ce6,-0x28f)](_0x2e5a25=>_0x2e5a25[_0x3c1a55(0xda,0x100,0x162,0xd9)](_0x36d141(-0x2c5,-0x2bf,-0x280,-0x295))),_0x122724=await Promise[_0x36d141(-0x28c,-_0x28f806._0x5d3cb9,-0x280,-0x25a)](_0x55caa5[_0x3c1a55(_0x28f806._0x11b2f5,_0x28f806._0x1c1686,0x102,_0x28f806._0xf93240)](async _0x4f66ae=>{const _0x148c88={};_0x148c88[_0x23c7c7(0x587,_0x560537._0x20c5f8,_0x560537._0x1fa334,0x54e)]=_0x23c7c7(0x52b,0x4e9,0x519,0x52b)+_0x57f415(_0x560537._0x26ba5f,_0x560537._0x5cfe18,0x3e6,_0x560537._0xd51a35)+_0x57f415(_0x560537._0x24670d,_0x560537._0x5db878,0x3c1,0x35f);const _0x36a633=_0x148c88,_0x216b58=_0x4f66ae[_0x23c7c7(_0x560537._0x92a12,0x4e1,0x42c,0x496)](/\.md$/,'');function _0x23c7c7(_0x53f1b1,_0x2d5cd0,_0x5eab46,_0x5d1ceb){return _0x3c1a55(_0x2d5cd0,_0x2d5cd0-_0x4dc8b7._0x6ef25,_0x5d1ceb-_0x4dc8b7._0x1881ba,_0x5d1ceb-_0x4dc8b7._0x7f5656);}const _0x40cd2f=_0x1ffd34[_0x23c7c7(_0x560537._0x3cdfa0,_0x560537._0x1317f2,0x46e,0x4f7)](_0x87f81b,_0x216b58+_0x23c7c7(_0x560537._0x51d1dc,0x481,_0x560537._0x44cafe,0x4b0));let _0xc47da9=null;try{if(_0x1cdc10[_0x57f415(0x3f9,_0x560537._0x4cce1c,0x443,0x475)](_0x1cdc10['PdScS'],_0x57f415(0x352,_0x560537._0x2f8809,0x352,0x335))){const _0x15eb4c={};_0x15eb4c['taskId']=_0x2c4565[_0x57f415(_0x560537._0x322453,_0x560537._0x1079fd,_0x560537._0x47523e,_0x560537._0x323e8f)],_0x15eb4c['environmen'+'t']=_0x51ba6c,_0x15eb4c['template']=_0x2a80ff,_0x15eb4c[_0x57f415(0x3d6,_0x560537._0x450f23,0x3d6,_0x560537._0x3d9f40)]=_0x3cb868['message'],_0xc15a50[_0x23c7c7(0x569,0x546,_0x560537._0x58211b,_0x560537._0x1e2d20)](_0x36a633[_0x23c7c7(0x514,_0x560537._0x54e62b,0x4f4,0x54e)],_0x15eb4c);const _0x537b80={};_0x537b80[_0x57f415(_0x560537._0x3f32df,_0x560537._0x1542af,0x3ba,0x35d)]=_0x57f415(_0x560537._0x1333f7,0x3b3,0x343,_0x560537._0x51bd9e)+'erver\x20Erro'+'r',_0x537b80[_0x23c7c7(0x506,_0x560537._0xe3b552,0x51b,_0x560537._0x313ece)]=_0x36a633[_0x23c7c7(_0x560537._0xe14551,0x59a,0x582,_0x560537._0x36dc9f)],_0x3bb215[_0x23c7c7(_0x560537._0x22077d,_0x560537._0x906a64,_0x560537._0x14ac1b,0x512)](0x222e+0x1*0x1103+-0x313d)['json'](_0x537b80);}else{const _0x206229=await _0x147224['readFile'](_0x40cd2f,_0x1cdc10[_0x57f415(0x3dc,0x392,_0x560537._0x3f15cb,0x3d5)]);_0xc47da9=JSON[_0x23c7c7(0x4f6,_0x560537._0x3daaf3,0x4ec,0x547)](_0x206229);}}catch{}function _0x57f415(_0x1e3a68,_0x4b3b40,_0x71e5f3,_0x12daf6){return _0x36d141(_0x4b3b40,_0x1e3a68-0x5c2,_0x71e5f3-0x1f,_0x12daf6-0x1d7);}return{'name':_0x216b58,'filename':_0x4f66ae,'description':_0xc47da9?.[_0x23c7c7(0x4da,0x5a8,0x595,_0x560537._0x36760d)+'n']||null,'hasMetadata':_0x1cdc10[_0x23c7c7(_0x560537._0x5dfc1f,0x4e6,_0x560537._0x6adbde,_0x560537._0x18d53a)](_0xc47da9,null)};})),_0x17cd1e={};_0x17cd1e[_0x36d141(-_0x28f806._0x5c1016,-_0x28f806._0x1b70c5,-0x22c,-_0x28f806._0x16d930)]=_0x122724,_0x17cd1e[_0x36d141(-0x2c4,-0x26b,-0x229,-_0x28f806._0x5f1f29)+'t']=_0x2ebf46,_0x184cf4[_0x3c1a55(0x1ca,0x21b,_0x28f806._0x1592c2,_0x28f806._0x5286b9)](_0x17cd1e);}catch(_0x1b8ade){if(_0x1cdc10['rArJz'](_0x1b8ade[_0x3c1a55(0x1b0,0x15e,0x189,0x103)],_0x1cdc10[_0x36d141(-0x28f,-0x245,-0x2c1,-_0x28f806._0x47f6f9)])){const _0x58ff27={};_0x58ff27[_0x3c1a55(_0x28f806._0x29ccb5,0x19b,_0x28f806._0x4271a5,_0x28f806._0x58a706)]=[],_0x58ff27['environmen'+'t']=_0x2ebf46,_0x184cf4[_0x36d141(-_0x28f806._0x42681d,-0x221,-_0x28f806._0x2d174a,-_0x28f806._0x21cc0c)](_0x58ff27);}else{const _0x6783a6={};_0x6783a6['taskId']=_0x4a3252['taskId'],_0x6783a6[_0x3c1a55(_0x28f806._0x1e0bf1,0x119,0x15b,_0x28f806._0x57a20b)+'t']=_0x2ebf46,_0x6783a6[_0x36d141(-_0x28f806._0x5370c0,-_0x28f806._0x3e8e59,-_0x28f806._0x59e534,-0x1be)]=_0x1b8ade[_0x36d141(-_0x28f806._0x50c766,-_0x28f806._0x1b0556,-0x1c1,-0x199)],logger['error'](_0x1cdc10[_0x36d141(-_0x28f806._0x1fbc16,-_0x28f806._0xb1532a,-0x18d,-0x261)],_0x6783a6);const _0x1260d4={};_0x1260d4['error']=_0x1cdc10['raiHb'],_0x1260d4[_0x36d141(-_0x28f806._0x296c84,-0x1d3,-_0x28f806._0x14d2a1,-_0x28f806._0x33f86d)]=_0x1cdc10[_0x3c1a55(0x20f,_0x28f806._0x3f972d,_0x28f806._0x57eb52,_0x28f806._0x331916)],_0x184cf4[_0x36d141(-0x1de,-0x220,-0x271,-_0x28f806._0x37f85a)](0x98f*-0x1+0x1aec+-0xf69*0x1)[_0x36d141(-0x2a6,-_0x28f806._0x1f6fc9,-_0x28f806._0x1d65cb,-_0x28f806._0x47c569)](_0x1260d4);}}}),router[_0x2c22d0(0x1ed,0x19f,0x1e1,0x175)](_0x1fc86e(-0x101,-0xe5,-0xd8,-0xb3)+_0x1fc86e(-0xcf,-0x45,-0x6a,-0x4c),requireTaskAuth,requireTemplatesPermission,async(_0x14d5b0,_0x30182b)=>{const _0x3ca86c={_0x59706e:0x107,_0x5dd009:0x189,_0x4095a7:0x20d,_0x4f1684:0x139,_0x561911:0x19d,_0x89ee95:0xd7,_0x4ca58d:0xdb,_0x564c99:0xed,_0x57fc8b:0x85,_0x17dcc9:0x28,_0x2731bb:0x2d1,_0x4f8ce4:0x2d9,_0x394822:0x50,_0x5f3c14:0x4b,_0x597d3d:0x2a9,_0x138920:0x67,_0x2dcb5a:0x5d,_0x17f661:0x100,_0xc40e87:0x15e,_0x3b8bfb:0x1e4,_0x1006e0:0x63,_0x442d9e:0x1b,_0x24c3a6:0x1a3,_0x3526b6:0xdb,_0x5e584b:0x11b,_0x59e090:0xf9,_0x3c70fc:0xff,_0x30d5d3:0xfc,_0x2f5c1d:0x146,_0x3f0295:0x1ff,_0x3cd888:0x24a,_0x14282f:0x1e1,_0x27e7b1:0x19d,_0x2ce40b:0x2e6,_0x1aa476:0x217,_0xe4d507:0x1c0,_0x7208ce:0x207,_0x331c17:0x279,_0x16683c:0xa5,_0x30df71:0xbe,_0x2696d0:0x23b,_0x28b510:0x23b,_0x3880ab:0x2a4,_0x5b7727:0x228,_0x541d78:0x1dd,_0x531bcc:0x102,_0x46535c:0x158,_0x43cdc3:0xd5,_0xd971de:0x13c,_0x403fc:0x93,_0x2c50a8:0xd9,_0x564cc7:0x72,_0x54381f:0x352,_0x1cd9ff:0x105,_0x4a7e9d:0xe3,_0x1c4312:0x137,_0x3714b6:0x283,_0xb13733:0x1f4,_0x724de8:0x105,_0x37a875:0xfd,_0x4797ff:0xbe,_0x52b08d:0x44,_0x54393d:0xc4,_0x4d4c7e:0xc6,_0x5a2125:0x75,_0x2a55fd:0xb8,_0x176144:0x129,_0x575bfc:0x25b,_0x1b3c05:0x155,_0x5088cb:0x83,_0xa9eb3e:0x38,_0x5b17a4:0xa2,_0x4cef90:0xb3,_0x9a8419:0x82,_0x2b570c:0x248,_0x5d44c6:0x23c,_0x231497:0x292,_0x3b2023:0x2c0,_0x5bb9e4:0x11e,_0x57ec04:0xe2,_0x1ab2d4:0x2d6,_0x1aa3dc:0x1fd,_0x293c00:0x1dd,_0x56f2b8:0x2e5,_0x4d7c3c:0x11a,_0x26894d:0x1c1,_0x502d38:0x21e,_0x1fbc59:0x29c,_0x25697a:0x16c,_0x4e8cd5:0x14b,_0x13934e:0x1d4,_0x12b868:0x176,_0x44aa1c:0x1a0,_0x564789:0x113,_0x39ec88:0x1b8,_0x40f383:0x131,_0x4d1a08:0x115,_0x3bb671:0x16d,_0x5f002f:0x1c8,_0x15ddfe:0x10a,_0x1e75af:0x190,_0x12e6fe:0x184,_0x252aa6:0x25a,_0x2d9bab:0x18f,_0x4f1139:0x19f,_0x590fda:0x16,_0xdfd28b:0x10f,_0x201099:0x1ee,_0x541ae:0x1d5,_0x591331:0x20a,_0x4868d2:0x221,_0x5405ab:0x2b5,_0x1c0666:0x318,_0x3336fb:0x288,_0x2396a0:0x11f,_0x30a457:0xab,_0x1bee58:0x111,_0x434257:0x27b,_0x57febc:0x24b,_0x594cfe:0xbc,_0x197f9c:0x4e,_0x3f1905:0x28f,_0x431431:0x212,_0x1a4664:0x23c,_0x56607b:0x247,_0x5a2025:0x20b,_0x48f178:0x19a,_0x191a28:0x1e5,_0x4918d0:0x2fa,_0x1d83e5:0x154,_0x4b13b8:0x10e,_0x2f0607:0x127,_0x1c35fd:0x1b6,_0x4b8111:0x259,_0x1c51d5:0x1c1,_0x536d5c:0x26a,_0x5e075c:0x284,_0x3ff6a0:0x258,_0x307296:0x2d4,_0x3096f9:0x207,_0x50a129:0x120,_0x2b9006:0xae,_0x4e3f5f:0x23c,_0x2ad2fa:0x2c1},_0x20c056={_0x341bc6:0x1e5,_0xfcf2bb:0xe2},_0x4afdb0={_0x38e868:0x52,_0x44890b:0x1e},_0x6a6aaa={};_0x6a6aaa[_0x25f7b4(0x11e,0x129,0x18a,_0x3ca86c._0x59706e)]=function(_0x3c72e8,_0x5cc607){return _0x3c72e8===_0x5cc607;};function _0x25f7b4(_0x4cdf3f,_0x4086f6,_0xfa8781,_0x5b0bf0){return _0x1fc86e(_0xfa8781,_0x4086f6-_0x4afdb0._0x38e868,_0x4cdf3f-0x176,_0x5b0bf0-_0x4afdb0._0x44890b);}_0x6a6aaa[_0x58e366(-_0x3ca86c._0x5dd009,-_0x3ca86c._0x4095a7,-0x1d5,-0x27c)]=_0x25f7b4(0x137,0xeb,_0x3ca86c._0x4f1684,_0x3ca86c._0x561911),_0x6a6aaa[_0x25f7b4(_0x3ca86c._0x89ee95,0xd6,_0x3ca86c._0x4ca58d,_0x3ca86c._0x564c99)]='Failed\x20to\x20'+'delete\x20tem'+_0x25f7b4(_0x3ca86c._0x57fc8b,_0x3ca86c._0x17dcc9,0x9a,0x6),_0x6a6aaa[_0x58e366(-0x2a8,-_0x3ca86c._0x2731bb,-_0x3ca86c._0x4f8ce4,-0x2a6)]='Internal\x20S'+_0x25f7b4(0xa0,_0x3ca86c._0x394822,0x96,_0x3ca86c._0x5f3c14)+'r',_0x6a6aaa[_0x58e366(-0x2cb,-0x2db,-0x33c,-_0x3ca86c._0x597d3d)]=_0x25f7b4(0x8e,_0x3ca86c._0x138920,_0x3ca86c._0x2dcb5a,0xe4)+'t',_0x6a6aaa['vCQFD']='Task\x20fetch'+_0x25f7b4(0xe9,0x89,0x10c,0x6c)+'te',_0x6a6aaa['BhLkW']=_0x25f7b4(_0x3ca86c._0x17f661,_0x3ca86c._0xc40e87,0xda,0xd0),_0x6a6aaa[_0x58e366(-0x2a9,-0x250,-0x2d5,-_0x3ca86c._0x3b8bfb)]=_0x25f7b4(0x71,_0x3ca86c._0x1006e0,0x77,_0x3ca86c._0x442d9e),_0x6a6aaa[_0x25f7b4(0x11c,_0x3ca86c._0x24c3a6,_0x3ca86c._0x3526b6,_0x3ca86c._0x5e584b)]=function(_0x20c897,_0x9b888){return _0x20c897!==_0x9b888;},_0x6a6aaa[_0x25f7b4(0x13d,_0x3ca86c._0x59e090,0x141,_0x3ca86c._0x3c70fc)]=_0x25f7b4(_0x3ca86c._0x30d5d3,0xa7,0x8a,_0x3ca86c._0x2f5c1d),_0x6a6aaa[_0x58e366(-_0x3ca86c._0x3f0295,-_0x3ca86c._0x3cd888,-0x2bf,-_0x3ca86c._0x14282f)]=_0x25f7b4(0x139,_0x3ca86c._0x27e7b1,0x1c3,0xbd)+'read\x20templ'+'ate';const _0x6b732a=_0x6a6aaa,{callingTask:_0x44b55f,environmentName:_0x26c4f0,environmentPath:_0x2b46c1}=_0x14d5b0,{name:_0x254c89}=_0x14d5b0[_0x58e366(-0x2d2,-0x2aa,-_0x3ca86c._0x2ce40b,-0x327)];if(_0x254c89['includes']('/')||_0x254c89[_0x58e366(-0x28a,-0x273,-0x212,-0x21c)]('\x5c')||_0x254c89[_0x58e366(-0x1f0,-0x273,-0x2b3,-_0x3ca86c._0x1aa476)]('..')){const _0x130a5c={};return _0x130a5c[_0x58e366(-_0x3ca86c._0xe4d507,-_0x3ca86c._0x7208ce,-0x254,-_0x3ca86c._0x331c17)]=_0x6b732a['yDFkN'],_0x130a5c['message']=_0x25f7b4(_0x3ca86c._0x16683c,_0x3ca86c._0x30df71,0xa4,0x72)+_0x58e366(-0x27a,-0x26a,-_0x3ca86c._0x2696d0,-0x246)+'e',_0x30182b[_0x58e366(-0x2a1,-_0x3ca86c._0x28b510,-0x24d,-_0x3ca86c._0x3880ab)](0x378*-0x3+0x127e+-0x1*0x686)['json'](_0x130a5c);}const _0x4bdc17={};_0x4bdc17[_0x58e366(-_0x3ca86c._0x5b7727,-0x1e5,-0x1b6,-_0x3ca86c._0x541d78)]=_0x44b55f[_0x25f7b4(0x176,0x1d8,_0x3ca86c._0x531bcc,_0x3ca86c._0x46535c)],_0x4bdc17[_0x25f7b4(_0x3ca86c._0x43cdc3,_0x3ca86c._0xd971de,0x7c,_0x3ca86c._0x403fc)+'t']=_0x26c4f0,_0x4bdc17[_0x25f7b4(_0x3ca86c._0x2c50a8,0xa9,0x162,_0x3ca86c._0x564cc7)]=_0x254c89,logger['info'](_0x6b732a[_0x58e366(-0x31d,-0x2ca,-0x281,-_0x3ca86c._0x54381f)],_0x4bdc17);const _0x3da790=_0x1ffd34[_0x25f7b4(_0x3ca86c._0x1cd9ff,_0x3ca86c._0x4a7e9d,_0x3ca86c._0x17f661,_0x3ca86c._0x1c4312)](_0x2b46c1,_0x58e366(-_0x3ca86c._0x3714b6,-0x235,-_0x3ca86c._0xb13733,-0x1bb)+'ates');function _0x58e366(_0x1651b7,_0x5b5ca7,_0x4bf425,_0x4fc5c7){return _0x1fc86e(_0x1651b7,_0x5b5ca7-0x129,_0x5b5ca7- -_0x20c056._0x341bc6,_0x4fc5c7-_0x20c056._0xfcf2bb);}const _0x5c91fa=_0x1ffd34[_0x25f7b4(_0x3ca86c._0x724de8,_0x3ca86c._0x37a875,0xda,0xe6)](_0x3da790,_0x254c89+'.md'),_0x3a12ae=_0x1ffd34['join'](_0x3da790,_0x254c89+_0x25f7b4(_0x3ca86c._0x4797ff,0xe5,0x71,_0x3ca86c._0x52b08d));try{const _0x251d5f=await _0x147224['readFile'](_0x5c91fa,_0x6b732a[_0x25f7b4(_0x3ca86c._0x54393d,_0x3ca86c._0x4d4c7e,_0x3ca86c._0x5a2125,_0x3ca86c._0x2a55fd)]);let _0x15fda8=null;try{const _0x55f195=await _0x147224[_0x25f7b4(_0x3ca86c._0x37a875,_0x3ca86c._0x176144,0xfe,0x155)](_0x3a12ae,_0x58e366(-0x23e,-_0x3ca86c._0x575bfc,-0x259,-0x1db));_0x15fda8=JSON[_0x25f7b4(_0x3ca86c._0x1b3c05,0xfd,0x11d,0xfd)](_0x55f195);}catch{}const _0x3f2175={};_0x3f2175[_0x25f7b4(_0x3ca86c._0x5088cb,0x30,_0x3ca86c._0xa9eb3e,0xce)]=_0x254c89,_0x3f2175[_0x25f7b4(_0x3ca86c._0x5b17a4,0xd9,_0x3ca86c._0x4cef90,_0x3ca86c._0x9a8419)]=_0x251d5f,_0x3f2175['metadata']=_0x15fda8,_0x3f2175['environmen'+'t']=_0x26c4f0,_0x30182b[_0x58e366(-_0x3ca86c._0x2b570c,-_0x3ca86c._0x5d44c6,-_0x3ca86c._0x231497,-_0x3ca86c._0x3b2023)](_0x3f2175);}catch(_0x3af99c){if(_0x6b732a[_0x25f7b4(_0x3ca86c._0x5bb9e4,0xe4,0xac,_0x3ca86c._0x57ec04)](_0x3af99c[_0x58e366(-0x23a,-0x258,-_0x3ca86c._0x1ab2d4,-0x2cd)],_0x6b732a['nZxVO'])){const _0x3e5ac7={};_0x3e5ac7[_0x58e366(-0x218,-_0x3ca86c._0x7208ce,-_0x3ca86c._0x1aa3dc,-_0x3ca86c._0x293c00)]=_0x6b732a['zdnyv'],_0x3e5ac7['message']=_0x58e366(-_0x3ca86c._0x56f2b8,-0x27c,-0x273,-0x271)+_0x254c89+(_0x25f7b4(0x165,0x1e7,0x16c,0x181)+'d'),_0x30182b[_0x25f7b4(0x120,0x15b,0x150,0xbe)](0x859+0x1*-0x26d8+0x2013)[_0x25f7b4(0x11f,0x173,0x108,_0x3ca86c._0x4d7c3c)](_0x3e5ac7);}else{if(_0x6b732a['KRmdk'](_0x6b732a[_0x58e366(-_0x3ca86c._0x26894d,-_0x3ca86c._0x502d38,-0x245,-_0x3ca86c._0x1fbc59)],_0x25f7b4(_0x3ca86c._0x25697a,0x144,_0x3ca86c._0x4e8cd5,_0x3ca86c._0x13934e))){const _0x5486d5={};_0x5486d5[_0x25f7b4(_0x3ca86c._0x12b868,_0x3ca86c._0x44aa1c,_0x3ca86c._0x564789,_0x3ca86c._0x39ec88)]=_0x44b55f['taskId'],_0x5486d5[_0x25f7b4(0xd5,0x113,_0x3ca86c._0x40f383,0x10c)+'t']=_0x26c4f0,_0x5486d5[_0x25f7b4(0xd9,_0x3ca86c._0x4d1a08,0xe4,0x7a)]=_0x254c89,_0x5486d5[_0x25f7b4(0x154,0x16a,0xf7,0x141)]=_0x3af99c[_0x25f7b4(_0x3ca86c._0x3bb671,_0x3ca86c._0x5f002f,_0x3ca86c._0x15ddfe,_0x3ca86c._0x3c70fc)],logger[_0x58e366(-_0x3ca86c._0x1e75af,-_0x3ca86c._0x7208ce,-_0x3ca86c._0x12e6fe,-_0x3ca86c._0x252aa6)](_0x6b732a[_0x25f7b4(0x111,_0x3ca86c._0x46535c,0x155,_0x3ca86c._0x2d9bab)],_0x5486d5);const _0x537c90={};_0x537c90[_0x58e366(-_0x3ca86c._0x4f1139,-_0x3ca86c._0x7208ce,-0x1a3,-0x18a)]=_0x6b732a[_0x25f7b4(0x8a,0x8,_0x3ca86c._0x590fda,_0x3ca86c._0xdfd28b)],_0x537c90[_0x58e366(-0x1f9,-_0x3ca86c._0x201099,-0x1ef,-_0x3ca86c._0x541ae)]=_0x58e366(-_0x3ca86c._0x252aa6,-0x222,-_0x3ca86c._0x591331,-_0x3ca86c._0x4868d2)+_0x58e366(-0x2a0,-_0x3ca86c._0x5405ab,-_0x3ca86c._0x1c0666,-_0x3ca86c._0x3336fb)+'ate',_0x30182b[_0x25f7b4(0x120,0x10d,0x127,0xa5)](0x200b+-0x23ab*0x1+-0x22*-0x2a)[_0x25f7b4(_0x3ca86c._0x2396a0,0xf5,0xd7,0x147)](_0x537c90);}else{if(_0x6b732a[_0x25f7b4(_0x3ca86c._0x5bb9e4,_0x3ca86c._0x30a457,0x98,_0x3ca86c._0x1bee58)](_0x4961b2['code'],_0x6b732a['nZxVO'])){const _0xb7a1cd={};_0xb7a1cd[_0x58e366(-_0x3ca86c._0x434257,-0x207,-_0x3ca86c._0x57febc,-0x1f3)]=_0x25f7b4(0x71,_0x3ca86c._0x594cfe,0xf5,_0x3ca86c._0x197f9c),_0xb7a1cd['message']='Template\x20\x27'+_0x31f79b+(_0x25f7b4(0x165,0x1ef,0x1a4,0x1ee)+'d'),_0x131ec2[_0x58e366(-0x25b,-0x23b,-_0x3ca86c._0x3f1905,-0x1fa)](0xd8*0x5+0x15e8+0x4*-0x623)[_0x58e366(-_0x3ca86c._0x431431,-_0x3ca86c._0x1a4664,-_0x3ca86c._0x56607b,-_0x3ca86c._0x5a2025)](_0xb7a1cd);}else{const _0x350eea={};_0x350eea['taskId']=_0x485a98[_0x58e366(-_0x3ca86c._0x48f178,-_0x3ca86c._0x191a28,-0x236,-_0x3ca86c._0x293c00)],_0x350eea[_0x58e366(-0x30f,-0x286,-_0x3ca86c._0x4918d0,-0x233)+'t']=_0x204646,_0x350eea['template']=_0x537ab5,_0x350eea[_0x25f7b4(_0x3ca86c._0x1d83e5,_0x3ca86c._0x4b13b8,_0x3ca86c._0x2f0607,0x1cf)]=_0x200131[_0x58e366(-_0x3ca86c._0x1c35fd,-_0x3ca86c._0x201099,-_0x3ca86c._0x4b8111,-_0x3ca86c._0x1c51d5)],_0x2dffa1['error'](_0x6b732a[_0x58e366(-_0x3ca86c._0x536d5c,-_0x3ca86c._0x5e075c,-_0x3ca86c._0x3ff6a0,-_0x3ca86c._0x307296)],_0x350eea);const _0x1f069a={};_0x1f069a[_0x58e366(-0x1e6,-_0x3ca86c._0x3096f9,-0x27d,-0x277)]=_0x6b732a['gYXtY'],_0x1f069a['message']=_0x6b732a['aDmxv'],_0x55a52c[_0x25f7b4(_0x3ca86c._0x50a129,0x16c,0xe2,_0x3ca86c._0x2b9006)](0x4bd+-0x1*0xc76+-0x9ad*-0x1)[_0x58e366(-0x286,-_0x3ca86c._0x4e3f5f,-0x1e8,-_0x3ca86c._0x2ad2fa)](_0x1f069a);}}}}}),router['put']('/templates'+_0x1fc86e(0x0,-0xe6,-0x6a,0x5),requireTaskAuth,requireTemplatesPermission,async(_0x2efd9a,_0x14acf3)=>{const _0x16218e={_0x21230c:0x164,_0x14ac1f:0x188,_0x475f61:0x531,_0x1c97b3:0x4c8,_0x3e8600:0x505,_0x4a3ba4:0x4be,_0x8a5b20:0x4ce,_0x42b7d7:0x403,_0x117eab:0x4f6,_0xe991b5:0x47e,_0x57e389:0x451,_0x2a2a46:0x4bb,_0x460bc2:0x4ef,_0x21c9e1:0x1cd,_0x13dfba:0x3eb,_0x3f622e:0x40b,_0x5c6abb:0x41b,_0xcd92f8:0x4f3,_0x10005b:0x4b2,_0x2f46f2:0x495,_0x4d12b1:0x4b4,_0x1f7563:0x195,_0x311f18:0x1d3,_0x166f40:0x3c9,_0x4c21f2:0x1f6,_0x5b445a:0x255,_0x4c1d48:0x3d7,_0x4907c6:0x48c,_0x2b37fe:0x4df,_0x1958ef:0x4d6,_0x3a23db:0x4d4,_0x31ea0f:0x3e1,_0x1a3367:0x3e7,_0x26855e:0x270,_0x1c4efa:0x4b1,_0x181e13:0x420,_0x27a96c:0x44e,_0x3e2832:0x447,_0x558b57:0x48a,_0xe88c06:0x468,_0x1bb09e:0x480,_0x32d70a:0x47f,_0x113853:0x484,_0x29eb20:0x215,_0x4b98bb:0x265,_0x531cda:0x4e2,_0x278dfb:0x479,_0x43ff7b:0x4ad,_0x5b36d7:0x49f,_0x15f721:0x3dd,_0x5a8a56:0x3fb,_0x305ef0:0x3d6,_0x558d25:0x425,_0x4ad391:0x11e,_0x2269ba:0x11d,_0x4f1a1d:0x164,_0x456459:0x22b,_0x5754c8:0x4d5,_0xc6e3ec:0x43a,_0x514981:0x453,_0x12bcc5:0x45c,_0x544d1c:0x257,_0x502749:0x1c1,_0x29ddf3:0x1ef,_0x3a47eb:0x42d,_0x296407:0x3c5,_0x3f3c96:0x4b3,_0x1e8a0e:0x43d,_0x3e4162:0x444,_0x3f5ef5:0x43e,_0x370664:0x433,_0x2f1e49:0x1e1,_0x54e497:0x15e,_0x1265b9:0xef,_0x4f04e8:0x483,_0x1ad922:0x4ea,_0x13344d:0x46b,_0x3a533b:0x4c3,_0x13e44a:0x471,_0x3b061a:0x3e9,_0x45cadd:0x3d1,_0x229543:0x440,_0x77968e:0x38e,_0x13994c:0x3bc,_0x5adb2d:0x41e,_0x11fc26:0x477,_0x48c55d:0x511,_0x3f5fe4:0x17d,_0x556af8:0x192,_0x39504f:0x1e7,_0x48534a:0x1c4,_0x11383b:0x106,_0x1ae330:0x507,_0x20df59:0x4ba,_0x240d1b:0x49f,_0x4eab52:0x17f,_0x452c0c:0x206,_0xcb9bbc:0x18c,_0x2f0cde:0x42a,_0x31d84f:0xf5,_0x53dd0e:0x1d0,_0x7a7c0e:0x490,_0x4e7243:0x50c,_0x296b83:0x4e1,_0x2d7a2d:0x19f,_0x5b39bc:0x21c,_0x196c1a:0x285,_0x2dc551:0x52e,_0x4a4db9:0x23a,_0xac92db:0x20d,_0x1b6902:0x189,_0x4f296a:0x4ef,_0x669037:0x4b8,_0x2dc58e:0x525,_0x2af626:0x3e2,_0x3e6051:0x3ed,_0x2eb059:0x4b7,_0x4895cd:0x40e,_0x29c37d:0x44c,_0x27eb61:0x3fb,_0x5e8caf:0x3f5,_0x30cd9a:0x414,_0x3362c6:0x1a2,_0x550bb5:0x3d9,_0x195d1a:0x457,_0x359ad8:0x42b,_0x294d3b:0x16d,_0x26778d:0x250,_0x52450e:0x445,_0x4bf209:0x4b5,_0xabc872:0x4b0,_0x25bfa4:0x538,_0x251a85:0x4bf,_0x11ee16:0x4e8,_0x170b09:0x1ed,_0x3667d6:0x1e6,_0x57fa0c:0x252,_0x6a3e3b:0x219,_0x3bc516:0x563,_0x19c16d:0x4e0,_0x4d79fa:0x4c0,_0x1d79d0:0x46f,_0x511e2b:0x492,_0x4d5fe5:0x44d,_0x2d708b:0x224,_0x3f3a66:0x1aa,_0x1c2efb:0x215,_0x39b908:0x213,_0x2ac9d3:0x29c,_0x41d6da:0x4b6,_0x3ab087:0x436,_0x335f25:0x432,_0x33c7b0:0x23e,_0x387f0f:0x276,_0x12d90d:0x253,_0x3fc3e7:0x240,_0x8f7bf:0x210,_0x37ac9f:0x14b,_0x58e4db:0x42c,_0x445dab:0x378,_0x3aad23:0x3af,_0x1d66df:0x450,_0x2d4ee9:0x496,_0x198758:0x1cb,_0x1f8877:0x122,_0x3ed0e5:0x44d,_0x448531:0x16d,_0x3dcee6:0x4c9,_0x48230b:0x1e0,_0x5d012f:0x133,_0x54a8fb:0x3b0,_0x5d6e05:0x435,_0x448892:0x1ab,_0x4aa775:0x13c,_0x64addb:0xd9,_0x2271ad:0x46c,_0x1c2c79:0x3f5,_0xc35d41:0x46b,_0x1e2787:0x503,_0x2ea851:0x494,_0x248f0b:0x11e},_0x26656a={_0xf3eba4:0xdb,_0x25865e:0x4ea},_0x251bbb={_0x520af6:0x1d6},_0x1c6355={'GjBKw':function(_0x1c749f,_0x167111,_0x4bebc1){return _0x1c749f(_0x167111,_0x4bebc1);},'KwLAV':_0x1367b1(-_0x16218e._0x21230c,-_0x16218e._0x14ac1f,-0x1ec,-0x182)+_0x175ac(_0x16218e._0x475f61,_0x16218e._0x1c97b3,_0x16218e._0x3e8600,0x4b6)+'es','JyNNm':_0x175ac(_0x16218e._0x4a3ba4,_0x16218e._0x8a5b20,_0x16218e._0x42b7d7,0x45e)+_0x175ac(0x441,0x451,_0x16218e._0x117eab,_0x16218e._0xe991b5)+'nts:templa'+_0x175ac(_0x16218e._0x57e389,_0x16218e._0x2a2a46,_0x16218e._0x460bc2,0x47b)+_0x1367b1(-0x24b,-0x23d,-_0x16218e._0x21c9e1,-0x23d),'hUsAR':_0x175ac(0x3e0,0x3c2,0x3f6,0x3ea),'ooZNq':_0x175ac(_0x16218e._0x13dfba,0x438,_0x16218e._0x3f622e,_0x16218e._0x5c6abb)+_0x1367b1(-0x22b,-0x207,-0x22a,-0x2aa)+_0x175ac(_0x16218e._0xcd92f8,0x4bf,0x436,_0x16218e._0x10005b)+_0x175ac(0x4df,0x4f6,_0x16218e._0x2f46f2,_0x16218e._0x4d12b1)+_0x1367b1(-_0x16218e._0x1f7563,-_0x16218e._0x311f18,-0x1ec,-0x19b)+_0x175ac(0x408,_0x16218e._0x166f40,0x438,0x43c)+'s','ENlxj':function(_0x326705){return _0x326705();},'FctXD':function(_0x2b6b2e,_0x21fb0c){return _0x2b6b2e!==_0x21fb0c;},'CvOBO':_0x1367b1(-0x1d6,-_0x16218e._0x4c21f2,-_0x16218e._0x5b445a,-0x29b),'gVpkD':function(_0x5d80e6,_0x8f7cdd){return _0x5d80e6===_0x8f7cdd;},'tcsXX':_0x175ac(_0x16218e._0x4c1d48,0x486,_0x16218e._0x4907c6,0x402)+'t','gQYsT':_0x175ac(_0x16218e._0x2b37fe,0x4ba,_0x16218e._0x1958ef,_0x16218e._0x3a23db)+_0x175ac(_0x16218e._0x31ea0f,0x3d8,0x394,_0x16218e._0x1a3367)+_0x1367b1(-_0x16218e._0x26855e,-0x2b2,-0x22f,-0x293),'CBTlT':_0x175ac(0x3e1,_0x16218e._0x1c4efa,_0x16218e._0x181e13,_0x16218e._0x27a96c)+_0x175ac(0x487,0x477,_0x16218e._0x3e2832,0x45d)+'te','XNMWR':_0x175ac(_0x16218e._0x558b57,_0x16218e._0xe88c06,0x4db,0x49a)+'ates','NrxnU':_0x175ac(_0x16218e._0x1bb09e,0x3c6,0x468,0x417),'TkJsP':function(_0x388127,_0xfdce19){return _0x388127!==_0xfdce19;},'JrzAW':_0x175ac(0x447,_0x16218e._0x32d70a,0x43a,_0x16218e._0x113853)+_0x1367b1(-_0x16218e._0x29eb20,-_0x16218e._0x4b98bb,-0x221,-0x221)+'r','MhpXC':_0x175ac(0x484,_0x16218e._0x531cda,_0x16218e._0x278dfb,_0x16218e._0x43ff7b)+'write\x20temp'+_0x175ac(_0x16218e._0x5b36d7,0x448,_0x16218e._0x15f721,0x430)},{callingTask:_0x2f9d65,taskUser:_0x5e1fe8,environmentName:_0x2e5fe2,environmentPath:_0x2d0c97}=_0x2efd9a,{name:_0x16df3c}=_0x2efd9a[_0x175ac(_0x16218e._0x5a8a56,_0x16218e._0x278dfb,_0x16218e._0x305ef0,_0x16218e._0x558d25)],{content:_0x2897d3,metadata:_0x16fc25}=_0x2efd9a[_0x1367b1(-_0x16218e._0x4ad391,-_0x16218e._0x2269ba,-_0x16218e._0x4f1a1d,-0xdf)];if(_0x16df3c[_0x1367b1(-0x194,-_0x16218e._0x456459,-0x1d9,-0x230)]('/')||_0x16df3c[_0x175ac(_0x16218e._0x5754c8,_0x16218e._0xc6e3ec,_0x16218e._0x514981,_0x16218e._0x12bcc5)]('\x5c')||_0x16df3c[_0x1367b1(-_0x16218e._0x544d1c,-0x172,-0x1d9,-_0x16218e._0x502749)]('..')){if(_0x1c6355[_0x1367b1(-0x12c,-0x22f,-0x1ae,-_0x16218e._0x29ddf3)](_0x175ac(0x398,0x38e,_0x16218e._0x3a47eb,0x3e0),_0x1c6355[_0x175ac(_0x16218e._0x296407,_0x16218e._0x3f3c96,0x3ce,_0x16218e._0x1e8a0e)])){if(!_0x1c6355['GjBKw'](_0x25a902,_0x18fd07[_0x175ac(_0x16218e._0x3e4162,_0x16218e._0x3f5ef5,0x4bb,_0x16218e._0x370664)],_0x1c6355[_0x1367b1(-_0x16218e._0x2f1e49,-_0x16218e._0x54e497,-0x157,-_0x16218e._0x1265b9)])){const _0x10d864={};_0x10d864[_0x175ac(_0x16218e._0x4f04e8,0x512,0x4c2,_0x16218e._0x1ad922)]=_0x216061[_0x175ac(0x48c,_0x16218e._0x42b7d7,0x452,0x460)+'k'][_0x175ac(_0x16218e._0x13344d,0x4d5,0x53c,0x4ea)],_0x10d864[_0x175ac(0x515,0x453,0x47e,_0x16218e._0x3a533b)]=_0x2ced0b[_0x175ac(_0x16218e._0x13e44a,_0x16218e._0x3b061a,_0x16218e._0x45cadd,_0x16218e._0x370664)]['id'],_0x10d864[_0x175ac(_0x16218e._0x229543,0x3fd,_0x16218e._0x77968e,0x3fd)]=_0x18717f[_0x175ac(_0x16218e._0x13994c,0x400,_0x16218e._0x5adb2d,_0x16218e._0x370664)]['username'],_0x5e66f1[_0x175ac(_0x16218e._0x11fc26,0x45e,_0x16218e._0x48c55d,0x498)](_0x1c6355[_0x1367b1(-_0x16218e._0x3f5fe4,-0x1a9,-_0x16218e._0x556af8,-_0x16218e._0x39504f)],_0x10d864);const _0x5920f8={};return _0x5920f8[_0x1367b1(-0x127,-_0x16218e._0x48534a,-0x16d,-_0x16218e._0x11383b)]=_0x1c6355[_0x175ac(_0x16218e._0x1ae330,0x44a,_0x16218e._0x20df59,_0x16218e._0x240d1b)],_0x5920f8[_0x1367b1(-0x196,-0x132,-0x154,-_0x16218e._0x4eab52)]=_0x1c6355[_0x1367b1(-0x1f2,-_0x16218e._0x311f18,-_0x16218e._0x452c0c,-_0x16218e._0xcb9bbc)],_0x4fd301['status'](-0x1500+-0x20a9+0x373c)['json'](_0x5920f8);}_0x1c6355[_0x175ac(0x3f3,_0x16218e._0x2f0cde,0x40b,_0x16218e._0x57e389)](_0x3772d6);}else{const _0x494752={};return _0x494752[_0x1367b1(-_0x16218e._0x31d84f,-_0x16218e._0x53dd0e,-0x16d,-0x18b)]='Bad\x20Reques'+'t',_0x494752[_0x175ac(_0x16218e._0x7a7c0e,0x4be,_0x16218e._0x4e7243,_0x16218e._0x296b83)]=_0x1367b1(-0x1d8,-_0x16218e._0x2d7a2d,-_0x16218e._0x5b39bc,-_0x16218e._0x196c1a)+'mplate\x20nam'+'e',_0x14acf3['status'](0x36d*-0x1+-0x1*-0x1eee+-0xe5*0x1d)['json'](_0x494752);}}if(_0x1c6355[_0x1367b1(-0x17b,-0x194,-0x15b,-0xec)](_0x2897d3,undefined)){const _0x380276={};return _0x380276[_0x175ac(0x441,_0x16218e._0x2dc551,0x4b3,0x4c8)]=_0x1c6355[_0x1367b1(-_0x16218e._0x4a4db9,-0x235,-_0x16218e._0xac92db,-_0x16218e._0x1b6902)],_0x380276['message']=_0x1c6355['gQYsT'],_0x14acf3[_0x175ac(0x460,_0x16218e._0x4f296a,0x44e,0x494)](-0x1d18+-0x1252+0x187d*0x2)['json'](_0x380276);}const _0x2a9b98={};_0x2a9b98[_0x175ac(_0x16218e._0x669037,_0x16218e._0x4a3ba4,_0x16218e._0x2dc58e,0x4ea)]=_0x2f9d65['taskId'],_0x2a9b98['environmen'+'t']=_0x2e5fe2,_0x2a9b98['template']=_0x16df3c;function _0x1367b1(_0x5f6886,_0x4577a8,_0x2b2f94,_0x5c76a8){return _0x1fc86e(_0x5c76a8,_0x4577a8-0x3a,_0x2b2f94- -0x14b,_0x5c76a8-_0x251bbb._0x520af6);}_0x2a9b98[_0x175ac(0x54c,0x4a7,0x454,_0x16218e._0x3a533b)]=_0x5e1fe8['id'],_0x2a9b98[_0x175ac(0x442,_0x16218e._0xe88c06,0x452,0x45f)+'a']=_0x16fc25!==undefined,logger[_0x175ac(0x3d1,_0x16218e._0x2af626,0x3c9,_0x16218e._0x3e6051)](_0x1c6355['CBTlT'],_0x2a9b98);const _0x3cc98a=_0x1ffd34['join'](_0x2d0c97,_0x1c6355[_0x175ac(0x4bc,_0x16218e._0x2eb059,_0x16218e._0x4895cd,_0x16218e._0x29c37d)]),_0x278ba9=_0x1ffd34['join'](_0x3cc98a,_0x16df3c+_0x175ac(0x391,0x474,_0x16218e._0x27eb61,_0x16218e._0x5e8caf)),_0x1000ed=_0x1ffd34[_0x175ac(_0x16218e._0x30cd9a,0x476,0x45c,0x479)](_0x3cc98a,_0x16df3c+'.json');function _0x175ac(_0x13cde8,_0x57c7a6,_0x1e43fe,_0x4100c5){return _0x1fc86e(_0x13cde8,_0x57c7a6-_0x26656a._0xf3eba4,_0x4100c5-_0x26656a._0x25865e,_0x4100c5-0x1df);}const _0xfc0353=new Date()[_0x1367b1(-0x220,-_0x16218e._0x3362c6,-0x1c0,-0x1dd)+'g']();try{const _0x39f17c=_0x1c6355['NrxnU'][_0x175ac(0x419,_0x16218e._0x550bb5,_0x16218e._0x195d1a,_0x16218e._0x359ad8)]('|');let _0x170d4c=0x5cc+-0x2203*0x1+-0xe9*-0x1f;while(!![]){switch(_0x39f17c[_0x170d4c++]){case'0':await _0x147224[_0x1367b1(-_0x16218e._0x294d3b,-0x207,-0x1ed,-_0x16218e._0x26778d)](_0x278ba9,_0x2897d3,'utf-8');continue;case'1':_0x1c6355[_0x175ac(_0x16218e._0x52450e,_0x16218e._0x4bf209,_0x16218e._0xabc872,0x487)](_0x16fc25,undefined)&&_0x1c6355[_0x175ac(_0x16218e._0x25bfa4,_0x16218e._0x251a85,0x568,_0x16218e._0x11ee16)](_0x16fc25,null)&&await _0x147224[_0x1367b1(-0x236,-0x1c5,-_0x16218e._0x170b09,-0x174)](_0x1000ed,JSON[_0x1367b1(-_0x16218e._0x3667d6,-0x271,-_0x16218e._0x57fa0c,-0x1d4)](_0x16fc25,null,0x1f0c+-0x1bd5+-0x335),_0x1367b1(-0x15a,-0x1ab,-0x1c1,-_0x16218e._0x6a3e3b));continue;case'2':const _0x317468={};_0x317468['taskId']=_0x2f9d65[_0x175ac(_0x16218e._0x3bc516,0x4b4,_0x16218e._0x19c16d,_0x16218e._0x1ad922)],_0x317468[_0x175ac(0x42b,_0x16218e._0x4d79fa,0x462,0x449)+'t']=_0x2e5fe2,_0x317468[_0x175ac(_0x16218e._0x1d79d0,_0x16218e._0x511e2b,0x434,_0x16218e._0x4d5fe5)]=_0x16df3c,_0x317468['userId']=_0x5e1fe8['id'],logger[_0x1367b1(-_0x16218e._0x2d708b,-0x2c6,-0x248,-0x28f)](_0x1367b1(-_0x16218e._0x3f3a66,-_0x16218e._0x1c2efb,-_0x16218e._0x39b908,-_0x16218e._0x2ac9d3)+_0x175ac(_0x16218e._0x41d6da,_0x16218e._0x5a8a56,0x3fe,_0x16218e._0x3ab087)+_0x175ac(_0x16218e._0x3f622e,0x394,_0x16218e._0x3ab087,0x3e4),_0x317468);continue;case'3':const _0x4dea34={};_0x4dea34[_0x175ac(0x45b,_0x16218e._0x335f25,0x380,0x3e9)]=!![],_0x4dea34[_0x1367b1(-0x1c7,-0x24d,-_0x16218e._0x33c7b0,-_0x16218e._0x387f0f)]=_0x16df3c,_0x4dea34[_0x1367b1(-_0x16218e._0x12d90d,-_0x16218e._0x3fc3e7,-0x1ec,-0x1ff)+'t']=_0x2e5fe2,_0x4dea34[_0x1367b1(-0x216,-0x25c,-0x225,-_0x16218e._0x8f7bf)]=_0xfc0353,_0x4dea34['updatedByT'+'askId']=_0x2f9d65[_0x1367b1(-0x1ac,-0x1d4,-_0x16218e._0x37ac9f,-0x1b0)],_0x4dea34[_0x175ac(0x522,_0x16218e._0x58e4db,_0x16218e._0x11ee16,0x4b3)+_0x175ac(_0x16218e._0x445dab,0x388,0x391,0x3df)]=_0x5e1fe8['id'],_0x14acf3['json'](_0x4dea34);continue;case'4':const _0x4c18ca={};_0x4c18ca[_0x175ac(_0x16218e._0x3aad23,_0x16218e._0x1d66df,0x413,0x42d)]=!![],await _0x147224[_0x175ac(0x4d5,0x45f,0x520,_0x16218e._0x2d4ee9)](_0x3cc98a,_0x4c18ca);continue;}break;}}catch(_0xef3af0){const _0x9e54c3={};_0x9e54c3[_0x1367b1(-_0x16218e._0x198758,-_0x16218e._0x1f8877,-_0x16218e._0x37ac9f,-_0x16218e._0x21c9e1)]=_0x2f9d65['taskId'],_0x9e54c3['environmen'+'t']=_0x2e5fe2,_0x9e54c3[_0x175ac(0x3e7,0x475,0x4c7,_0x16218e._0x3ed0e5)]=_0x16df3c,_0x9e54c3[_0x1367b1(-0xfb,-0x151,-_0x16218e._0x448531,-0x197)]=_0xef3af0['message'],logger[_0x175ac(_0x16218e._0x3a533b,_0x16218e._0x3dcee6,0x4e2,_0x16218e._0x1c97b3)](_0x1367b1(-_0x16218e._0x48230b,-0x197,-_0x16218e._0x14ac1f,-_0x16218e._0x5d012f)+'write\x20temp'+_0x175ac(_0x16218e._0x54a8fb,_0x16218e._0x5d6e05,_0x16218e._0x4f04e8,0x430),_0x9e54c3);const _0xe7d8e0={};_0xe7d8e0[_0x1367b1(-_0x16218e._0x448892,-0x144,-0x16d,-_0x16218e._0x4aa775)]=_0x1c6355[_0x1367b1(-_0x16218e._0x64addb,-0x1c8,-0x153,-_0x16218e._0x2269ba)],_0xe7d8e0['message']=_0x1c6355[_0x175ac(0x4f1,_0x16218e._0x2271ad,_0x16218e._0x1c2c79,_0x16218e._0xc35d41)],_0x14acf3[_0x175ac(0x482,_0x16218e._0x1e2787,0x4ad,_0x16218e._0x2ea851)](-0xa*0x11b+0xb87+-0x17b*-0x1)[_0x1367b1(-_0x16218e._0x248f0b,-0x185,-0x1a2,-0x162)](_0xe7d8e0);}}),router[_0x1fc86e(-0x98,-0x4,-0x86,-0x90)](_0x1fc86e(-0xc8,-0xe0,-0xd8,-0x145)+'/:name',requireTaskAuth,requireTemplatesPermission,async(_0x41f5ab,_0x408542)=>{const _0x3b756c={_0x295300:0x1ca,_0x2ae603:0x16a,_0x361a7c:0x194,_0x228a89:0x13b,_0x53125e:0x356,_0x5d176c:0x332,_0x62c18f:0x35f,_0x39d49f:0x1a5,_0x123a23:0x1ad,_0x41e3f2:0x2ca,_0x3cc95c:0x2ed,_0x5986c6:0x219,_0x2c0592:0x249,_0x3b25a8:0x26b,_0x217f18:0x25f,_0x104a44:0x304,_0x3a427d:0x2ef,_0x1e77b6:0x241,_0xa2731d:0x2b0,_0x4aa11f:0x250,_0x19c9e3:0x23d,_0x1ea653:0x1d6,_0x562fbd:0x13a,_0x5a5c72:0x181,_0x5709a5:0x18a,_0x140beb:0x1ac,_0xcbb732:0x136,_0x5324c0:0x1ad,_0x4b97e8:0x268,_0x3b4215:0x2f2,_0x7c2d94:0x33b,_0x2ab56f:0x2cc,_0x34407c:0x257,_0x5be1ff:0x25a,_0x2cbfca:0x1f4,_0x19d4bc:0x26c,_0x48d244:0x26b,_0x17bbe5:0x1f1,_0x5039b8:0x98,_0x3e64e4:0x302,_0x146a59:0x1b9,_0x1355fc:0x30c,_0xbdd788:0x1a4,_0x5b9c1f:0x33a,_0x2f8fc4:0x2ec,_0x33b35e:0x2a5,_0x2d86c2:0x2ac,_0xf8f8db:0x2a1,_0x4062d0:0x292,_0x4f4978:0x120,_0x1275c1:0x18c,_0x4f40b6:0xed,_0x5f1655:0x196,_0x31faa2:0x189,_0x27b14b:0x2c1,_0x3bcfbb:0x137,_0x521bad:0x12f,_0x514ac6:0x301,_0x52b061:0x283,_0x449245:0x1ce,_0x44678f:0x1f5,_0x2894bb:0x27d,_0xf5a6a0:0x327,_0x1f00bb:0x383,_0x4b320a:0x236,_0x1ad495:0x1cb,_0x110641:0x192,_0x482561:0x25b,_0x2c5060:0x2d9,_0x20c7e8:0x2a3,_0x579dfe:0x326,_0x5b0eec:0x35d,_0x3ae60d:0x2e2,_0x47ad90:0x2f7,_0x3860ed:0x28f,_0x1c947e:0x261,_0x60a9d8:0x270,_0x257caf:0x22f,_0x24b26f:0x306,_0x10038f:0x1e8,_0x467e12:0x1ae,_0x47bfc8:0x2eb,_0x3b9a58:0x335,_0x5a6d3c:0x316,_0x4e47f4:0x263,_0x2cb823:0x2da,_0x96e662:0x297,_0x3e5d16:0x1b1,_0x5f6396:0x22c,_0x203d7a:0x2ca,_0x1fdacf:0x2be,_0x2bf08e:0x2d2,_0x17c9ea:0x293,_0x552ac5:0x1c6,_0x5093c3:0x1bb,_0x2c6cae:0x1f7,_0x4c6ee1:0xb8,_0x202b6a:0xbd,_0x588dc1:0x11a,_0x49325f:0xb1,_0x333c72:0xd1,_0x2ad437:0x137,_0x3f6f10:0x265,_0x230a0a:0x2bf,_0x23f2c5:0x1e3,_0x3144e3:0x1c7,_0xde56ca:0x190,_0xf8d4a9:0x188,_0x4498e1:0x29f,_0x1acfe3:0x2bf,_0x19bb38:0x247,_0x48f948:0x2af,_0x371888:0x209,_0x138f9d:0x227,_0x4b7e85:0x2a5,_0x2cfe12:0x36b,_0x393d18:0x334,_0x1ec290:0x3a7,_0x2183f3:0x343,_0x51b8c9:0x25a,_0x583e48:0x274,_0x2e46c3:0x1a6,_0x5b8448:0x1b0,_0x1cbd46:0x150,_0x1ffe1b:0x152,_0x5301e2:0x14c,_0x465f00:0x17a,_0x9e21d4:0x215,_0xe140c5:0x1e5,_0x335fee:0x1c1,_0x258778:0x224,_0x1b2ad8:0x15d,_0x1eac2a:0x344,_0x1e9943:0x35c,_0x2a4da0:0x2b8,_0x56bd96:0x202,_0x86d53d:0x19f,_0x9f3b87:0x20c,_0x3909cd:0x217,_0x12b2e:0x124,_0x49e5ee:0x101,_0x68b30e:0x14d,_0x250182:0x141,_0x37935b:0x105,_0x4f3c34:0x13e,_0x462f3e:0x178,_0x158a29:0x169,_0x84de6a:0x306,_0x7df6d0:0x2de,_0x407e3b:0x20d,_0x368366:0x241,_0x5fbaa7:0x363,_0x502e48:0x330,_0x4a8bfc:0x1a3,_0x31d7df:0x12c,_0x5b3875:0x16f,_0x43e54e:0x176,_0x2bff05:0x1c0,_0x51b1ac:0x23d,_0x5ae96e:0x29e,_0x3821ad:0x26a,_0x53bdaa:0x281,_0x263a52:0x168,_0x566aa2:0x12e,_0x17865c:0x23f,_0x3d1157:0x281,_0x5cb6a9:0x34f,_0x2ab350:0x2dd,_0x472bfd:0x2c2,_0x4eabce:0x1a6,_0x19a0a4:0x214,_0x568841:0x2ec,_0x178cc7:0x2fa,_0x4bef1d:0x315,_0x55cade:0x195,_0x33f1c8:0x219,_0x559486:0x25d,_0xc714fe:0x25e,_0x51ada7:0x20e,_0x464cf0:0x299,_0x4499cb:0x2cc,_0x2e0507:0x2d9,_0x3ef994:0x25d,_0x243f50:0x308,_0x3f1e3a:0x34d,_0x1d3f5a:0x26d,_0x16995a:0x187,_0x27efca:0x1f5,_0x197465:0x1ab,_0x3eef2c:0x238,_0x17b9b7:0x349,_0x4c3e6a:0x2e5,_0x475d19:0x2d6,_0x11f675:0x2f0},_0x1c0dbf={_0x3ec9b4:0x64,_0x6c7999:0xd},_0xfbad8={_0x1c1f9b:0x149,_0x1c6f7a:0x20,_0x6b4dfb:0x10c},_0x5a3bd7={};_0x5a3bd7[_0x14d654(_0x3b756c._0x295300,_0x3b756c._0x2ae603,_0x3b756c._0x361a7c,0x1d2)]=_0x4ecb0f(0x295,0x30c,0x2c6,0x2db)+_0x14d654(0x1eb,_0x3b756c._0x228a89,0x101,0x187)+'d',_0x5a3bd7[_0x4ecb0f(_0x3b756c._0x53125e,_0x3b756c._0x5d176c,0x369,_0x3b756c._0x62c18f)]='Not\x20Found',_0x5a3bd7['Hxhln']=_0x14d654(_0x3b756c._0x39d49f,0x170,0x15b,0x1da)+_0x14d654(0x1b5,_0x3b756c._0x123a23,0x12d,0x147)+'ate';function _0x4ecb0f(_0x337a8f,_0x260d06,_0x4081e5,_0x2f22a0){return _0x2c22d0(_0x337a8f-_0xfbad8._0x1c1f9b,_0x4081e5,_0x4081e5-_0xfbad8._0x1c6f7a,_0x260d06-_0xfbad8._0x6b4dfb);}_0x5a3bd7['xulWh']=_0x4ecb0f(0x28a,_0x3b756c._0x41e3f2,_0x3b756c._0x3cc95c,0x242)+_0x4ecb0f(_0x3b756c._0x5986c6,0x25a,0x214,_0x3b756c._0x2c0592)+'r',_0x5a3bd7[_0x14d654(_0x3b756c._0x3b25a8,_0x3b756c._0x217f18,0x202,0x1ee)]='xEEvB',_0x5a3bd7[_0x4ecb0f(0x2c8,_0x3b756c._0x104a44,0x311,0x2e3)]='krwJp',_0x5a3bd7[_0x4ecb0f(_0x3b756c._0x3a427d,0x27d,_0x3b756c._0x1e77b6,_0x3b756c._0xa2731d)]='Bad\x20Reques'+'t',_0x5a3bd7[_0x4ecb0f(0x20e,_0x3b756c._0x4aa11f,0x1e9,_0x3b756c._0x19c9e3)]=_0x14d654(_0x3b756c._0x1ea653,0x253,0x25a,0x203)+_0x14d654(_0x3b756c._0x562fbd,0x11e,_0x3b756c._0x5a5c72,_0x3b756c._0x5709a5)+'te',_0x5a3bd7[_0x14d654(_0x3b756c._0x140beb,_0x3b756c._0xcbb732,_0x3b756c._0x5324c0,_0x3b756c._0x5a5c72)]=function(_0x3e19ac,_0x59dbf4){return _0x3e19ac===_0x59dbf4;},_0x5a3bd7['DAkGu']=_0x4ecb0f(_0x3b756c._0x4b97e8,_0x3b756c._0x3b4215,0x28f,_0x3b756c._0x7c2d94),_0x5a3bd7[_0x4ecb0f(_0x3b756c._0x2ab56f,_0x3b756c._0x34407c,_0x3b756c._0x5be1ff,_0x3b756c._0x2cbfca)]=_0x4ecb0f(_0x3b756c._0x2cbfca,_0x3b756c._0x19d4bc,_0x3b756c._0x48d244,_0x3b756c._0x17bbe5)+'eleted\x20by\x20'+_0x14d654(0xf9,_0x3b756c._0x5039b8,0xed,0x111),_0x5a3bd7['FkAXT']=_0x4ecb0f(0x2c1,0x2cc,_0x3b756c._0x3e64e4,0x2a1),_0x5a3bd7[_0x4ecb0f(0x2af,0x231,0x1bc,_0x3b756c._0x146a59)]=_0x4ecb0f(0x2c6,0x30a,0x2f9,_0x3b756c._0x1355fc),_0x5a3bd7[_0x14d654(0x1ce,_0x3b756c._0xbdd788,0x245,0x1f8)]=function(_0x374786,_0x5c6f91){return _0x374786===_0x5c6f91;};function _0x14d654(_0x18f3fe,_0x252097,_0x11f152,_0x763d09){return _0x2c22d0(_0x18f3fe-_0x1c0dbf._0x3ec9b4,_0x252097,_0x11f152-0x1db,_0x763d09- -_0x1c0dbf._0x6c7999);}_0x5a3bd7[_0x4ecb0f(_0x3b756c._0x5b9c1f,_0x3b756c._0x2f8fc4,0x2e2,0x301)]=_0x4ecb0f(_0x3b756c._0x33b35e,0x2f1,_0x3b756c._0x2d86c2,0x26d),_0x5a3bd7['dbHZd']=_0x4ecb0f(0x273,0x2f3,_0x3b756c._0xf8f8db,_0x3b756c._0x4062d0)+'delete\x20tem'+'plate';const _0x3bac32=_0x5a3bd7,{callingTask:_0x26f9db,taskUser:_0x176dd0,environmentName:_0xd0804f,environmentPath:_0xc3efa}=_0x41f5ab,{name:_0x55ae68}=_0x41f5ab[_0x14d654(_0x3b756c._0x4f4978,_0x3b756c._0x1275c1,_0x3b756c._0x4f40b6,0x152)];if(_0x55ae68[_0x14d654(_0x3b756c._0x5f1655,0x1f5,0x15a,_0x3b756c._0x31faa2)]('/')||_0x55ae68[_0x4ecb0f(0x2f6,0x2a2,0x2bf,_0x3b756c._0x27b14b)]('\x5c')||_0x55ae68[_0x14d654(0x139,_0x3b756c._0x3bcfbb,_0x3b756c._0x521bad,_0x3b756c._0x31faa2)]('..')){if(_0x3bac32[_0x4ecb0f(0x2e0,0x307,_0x3b756c._0x514ac6,_0x3b756c._0x52b061)]!==_0x3bac32[_0x4ecb0f(0x2b4,0x304,0x300,0x329)]){const _0x35de0f={};return _0x35de0f[_0x14d654(_0x3b756c._0x449245,0x1c4,0x1dc,_0x3b756c._0x44678f)]=_0x3bac32[_0x4ecb0f(0x23d,_0x3b756c._0x2894bb,0x224,0x2a5)],_0x35de0f[_0x4ecb0f(_0x3b756c._0xa2731d,_0x3b756c._0xf5a6a0,_0x3b756c._0x1f00bb,0x349)]=_0x4ecb0f(0x26e,_0x3b756c._0x217f18,_0x3b756c._0x4b320a,0x2c6)+_0x14d654(0x1ae,_0x3b756c._0x1ad495,0x1bf,_0x3b756c._0x110641)+'e',_0x408542['status'](-0x20cc+-0x67*0x40+0x3c1c)[_0x4ecb0f(_0x3b756c._0x482561,_0x3b756c._0x2c5060,_0x3b756c._0x20c7e8,_0x3b756c._0x579dfe)](_0x35de0f);}else{const _0x4a41d2={};_0x4a41d2[_0x4ecb0f(0x2b9,0x330,_0x3b756c._0x5b0eec,_0x3b756c._0x3ae60d)]=_0x42b7eb,_0x4a41d2[_0x4ecb0f(_0x3b756c._0x47ad90,_0x3b756c._0x3860ed,_0x3b756c._0x1c947e,_0x3b756c._0x60a9d8)+'t']=_0x43e5a4[_0x4ecb0f(_0x3b756c._0x257caf,_0x3b756c._0x3860ed,0x29c,_0x3b756c._0x24b26f)+'t'],_0xe56b80[_0x14d654(_0x3b756c._0x10038f,0x1ac,_0x3b756c._0x467e12,0x1c5)](_0x3bac32['QxpMY'],_0x4a41d2);const _0x35611b={};return _0x35611b['error']=_0x3bac32[_0x14d654(0x265,0x1a6,0x1bc,0x219)],_0x35611b['message']=_0x3bac32[_0x4ecb0f(0x31b,_0x3b756c._0x47bfc8,_0x3b756c._0x3b9a58,_0x3b756c._0x5a6d3c)],_0x5f1f60[_0x4ecb0f(_0x3b756c._0x4e47f4,_0x3b756c._0x2cb823,_0x3b756c._0x96e662,0x2ba)](-0x1c80+-0xcee+-0xa*-0x44d)['json'](_0x35611b);}}const _0x53e746={};_0x53e746[_0x14d654(0x23c,_0x3b756c._0x3e5d16,_0x3b756c._0x5f6396,0x217)]=_0x26f9db[_0x4ecb0f(_0x3b756c._0x203d7a,0x330,_0x3b756c._0x1fdacf,0x31f)],_0x53e746[_0x4ecb0f(0x24f,0x28f,_0x3b756c._0x2bf08e,_0x3b756c._0x17c9ea)+'t']=_0xd0804f,_0x53e746[_0x14d654(_0x3b756c._0x552ac5,_0x3b756c._0x5093c3,0x10d,0x17a)]=_0x55ae68,_0x53e746[_0x14d654(0x16e,_0x3b756c._0x2c6cae,0x1f6,0x1f0)]=_0x176dd0['id'],logger[_0x14d654(_0x3b756c._0x4c6ee1,_0x3b756c._0x202b6a,0xf3,_0x3b756c._0x588dc1)](_0x3bac32[_0x14d654(_0x3b756c._0x49325f,0xb0,_0x3b756c._0x333c72,_0x3b756c._0x2ad437)],_0x53e746);const _0x5ea94=_0x1ffd34[_0x4ecb0f(_0x3b756c._0x3f6f10,_0x3b756c._0x230a0a,0x2f0,0x2b6)](_0xc3efa,_0x14d654(0x1d1,_0x3b756c._0x23f2c5,0x1f2,_0x3b756c._0x3144e3)+_0x14d654(_0x3b756c._0xde56ca,0x19f,0x19a,_0x3b756c._0xf8d4a9)),_0x478dd1=_0x1ffd34[_0x4ecb0f(_0x3b756c._0x4498e1,_0x3b756c._0x1acfe3,_0x3b756c._0x7c2d94,0x2c2)](_0x5ea94,_0x55ae68+_0x4ecb0f(_0x3b756c._0x19bb38,0x23b,_0x3b756c._0x48f948,_0x3b756c._0x371888)),_0x2aceb3=_0x1ffd34['join'](_0x5ea94,_0x55ae68+'.json');try{await _0x147224[_0x4ecb0f(0x26e,_0x3b756c._0x138f9d,0x243,_0x3b756c._0x4b7e85)](_0x478dd1),await _0x147224[_0x4ecb0f(_0x3b756c._0x2cfe12,_0x3b756c._0x393d18,_0x3b756c._0x1ec290,_0x3b756c._0x2183f3)](_0x478dd1);try{if(_0x3bac32[_0x4ecb0f(0x27c,0x29a,_0x3b756c._0x51b8c9,_0x3b756c._0x583e48)](_0x3bac32['DAkGu'],_0x14d654(_0x3b756c._0x2e46c3,_0x3b756c._0x5b8448,0x126,_0x3b756c._0x1cbd46))){const _0x491562={};_0x491562['error']=_0x14d654(_0x3b756c._0x1ffe1b,_0x3b756c._0x5301e2,_0x3b756c._0x465f00,0x112),_0x491562['message']='Template\x20\x27'+_0x14981a+(_0x14d654(0x263,0x1d9,0x1e1,0x206)+'d'),_0x182f9c[_0x14d654(_0x3b756c._0x9e21d4,_0x3b756c._0xe140c5,0x15e,_0x3b756c._0x335fee)](-0x19*0x3d+-0x1aa0+0x2229)[_0x14d654(_0x3b756c._0x258778,0x138,_0x3b756c._0x1b2ad8,0x1c0)](_0x491562);}else await _0x147224[_0x4ecb0f(_0x3b756c._0x1eac2a,0x334,_0x3b756c._0x1e9943,_0x3b756c._0x2a4da0)](_0x2aceb3);}catch{}const _0x1beb66={};_0x1beb66[_0x14d654(_0x3b756c._0x56bd96,0x21d,0x1b6,0x217)]=_0x26f9db[_0x14d654(_0x3b756c._0x86d53d,0x1ae,_0x3b756c._0x9f3b87,_0x3b756c._0x3909cd)],_0x1beb66[_0x14d654(_0x3b756c._0x12b2e,0x1b5,_0x3b756c._0x49e5ee,0x176)+'t']=_0xd0804f,_0x1beb66[_0x4ecb0f(0x270,_0x3b756c._0x17c9ea,0x2a9,0x2d0)]=_0x55ae68,_0x1beb66['userId']=_0x176dd0['id'],logger[_0x14d654(_0x3b756c._0x68b30e,0xd5,_0x3b756c._0x12b2e,0x11a)](_0x3bac32[_0x14d654(_0x3b756c._0x250182,_0x3b756c._0x37935b,0x122,_0x3b756c._0x4f3c34)],_0x1beb66);const _0xeaaf26={};_0xeaaf26['success']=!![],_0xeaaf26['name']=_0x55ae68,_0xeaaf26[_0x14d654(_0x3b756c._0x449245,_0x3b756c._0x462f3e,_0x3b756c._0x158a29,0x176)+'t']=_0xd0804f,_0xeaaf26[_0x4ecb0f(0x289,_0x3b756c._0x84de6a,_0x3b756c._0x2a4da0,_0x3b756c._0x7df6d0)+_0x4ecb0f(_0x3b756c._0x407e3b,_0x3b756c._0x19bb38,0x238,_0x3b756c._0x368366)]=_0x26f9db[_0x4ecb0f(_0x3b756c._0x5fbaa7,_0x3b756c._0x502e48,_0x3b756c._0x2183f3,0x2d0)],_0xeaaf26[_0x14d654(_0x3b756c._0x4a8bfc,0x18f,_0x3b756c._0x31d7df,_0x3b756c._0x5b3875)+'serId']=_0x176dd0['id'],_0x408542[_0x14d654(0x1eb,0x175,_0x3b756c._0x43e54e,_0x3b756c._0x2bff05)](_0xeaaf26);}catch(_0x4c15c7){if(_0x3bac32[_0x4ecb0f(0x2aa,0x29a,_0x3b756c._0x3cc95c,0x2c8)](_0x3bac32[_0x4ecb0f(0x2c8,0x29e,_0x3b756c._0x51b1ac,_0x3b756c._0x5ae96e)],_0x3bac32[_0x14d654(0xcf,0xf2,0x136,0x118)])){const _0x4cfd53={};_0x4cfd53[_0x14d654(0x25f,_0x3b756c._0x3821ad,0x28d,0x217)]=_0x3a12ba[_0x14d654(_0x3b756c._0x53bdaa,_0x3b756c._0x48d244,0x1b7,0x217)],_0x4cfd53[_0x14d654(0x161,_0x3b756c._0x263a52,_0x3b756c._0x566aa2,0x176)+'t']=_0x437958,_0x4cfd53['template']=_0xf89865,_0x4cfd53['error']=_0x2a1624['message'],_0x1bf7e6['error'](_0x3bac32['Hxhln'],_0x4cfd53);const _0xe8a4fe={};_0xe8a4fe['error']=_0x3bac32['xulWh'],_0xe8a4fe[_0x4ecb0f(0x345,0x327,0x2c1,0x304)]=_0x3bac32[_0x4ecb0f(_0x3b756c._0x17865c,0x287,_0x3b756c._0x4b97e8,_0x3b756c._0x3d1157)],_0x2bd11e[_0x4ecb0f(_0x3b756c._0x5cb6a9,_0x3b756c._0x2cb823,_0x3b756c._0x2ab350,_0x3b756c._0x19d4bc)](-0x1d25+-0x3*-0x9fe+0x11f)[_0x4ecb0f(0x2ac,0x2d9,_0x3b756c._0x472bfd,0x300)](_0xe8a4fe);}else{if(_0x3bac32['FpATy'](_0x4c15c7[_0x14d654(_0x3b756c._0x4eabce,0x19a,_0x3b756c._0x19a0a4,_0x3b756c._0xbdd788)],_0x3bac32[_0x4ecb0f(0x2ac,_0x3b756c._0x568841,_0x3b756c._0x178cc7,_0x3b756c._0x4bef1d)])){const _0x3086a5={};_0x3086a5['error']=_0x3bac32[_0x14d654(_0x3b756c._0x55cade,0x20b,0x22e,_0x3b756c._0x33f1c8)],_0x3086a5[_0x14d654(_0x3b756c._0x559486,_0x3b756c._0xc714fe,0x27c,_0x3b756c._0x51ada7)]=_0x4ecb0f(0x247,_0x3b756c._0x464cf0,0x288,0x27e)+_0x55ae68+(_0x4ecb0f(0x29e,0x31f,0x325,0x332)+'d'),_0x408542['status'](0x1e3+-0x2*0xfa6+0x1efd*0x1)[_0x4ecb0f(_0x3b756c._0x4499cb,_0x3b756c._0x2e0507,0x2bc,_0x3b756c._0x3ef994)](_0x3086a5);}else{const _0x174410={};_0x174410[_0x4ecb0f(_0x3b756c._0x243f50,0x330,_0x3b756c._0x3f1e3a,0x2d8)]=_0x26f9db['taskId'],_0x174410['environmen'+'t']=_0xd0804f,_0x174410['template']=_0x55ae68,_0x174410[_0x14d654(_0x3b756c._0x1d3f5a,_0x3b756c._0x16995a,0x1fa,_0x3b756c._0x27efca)]=_0x4c15c7['message'],logger[_0x14d654(_0x3b756c._0x197465,0x23d,_0x3b756c._0x3eef2c,0x1f5)](_0x3bac32['dbHZd'],_0x174410);const _0x5e0c24={};_0x5e0c24[_0x4ecb0f(0x36b,0x30e,_0x3b756c._0x17b9b7,0x352)]=_0x3bac32['xulWh'],_0x5e0c24[_0x4ecb0f(_0x3b756c._0x4c3e6a,0x327,0x317,0x2ca)]=_0x3bac32[_0x4ecb0f(0x390,0x325,_0x3b756c._0x475d19,0x30b)],_0x408542[_0x4ecb0f(_0x3b756c._0x11f675,0x2da,0x284,0x28f)](-0xa73+-0xb*-0x15b+-0x282)[_0x14d654(0x197,0x1a8,0x1bc,0x1c0)](_0x5e0c24);}}}});export default router;