@profoundlogic/coderflow-server 0.5.0 → 0.5.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 (185) hide show
  1. package/README.md +15 -163
  2. package/dist/README.md +15 -163
  3. package/dist/base-image/agent-wrapper.sh +1 -1
  4. package/dist/capture-screenshot.mjs +34 -0
  5. package/dist/coder-server.js +1 -1
  6. package/dist/config/cli-models.json +4 -3
  7. package/dist/config.js +1 -1
  8. package/dist/lib/agent-keepalive.js +1 -1
  9. package/dist/lib/agent-models.js +1 -1
  10. package/dist/lib/api-keys.js +1 -1
  11. package/dist/lib/apiKeys.js +1 -1
  12. package/dist/lib/app-server-ports.js +1 -1
  13. package/dist/lib/auto-judge.js +1 -1
  14. package/dist/lib/automation-service.js +1 -1
  15. package/dist/lib/basic-auth.js +1 -1
  16. package/dist/lib/bindings.js +1 -1
  17. package/dist/lib/build-history.js +1 -1
  18. package/dist/lib/build-output-service.js +1 -1
  19. package/dist/lib/build-scheduler.js +1 -1
  20. package/dist/lib/build-service.js +1 -1
  21. package/dist/lib/ca-certificates.js +1 -1
  22. package/dist/lib/claude-oauth-refresh.js +1 -1
  23. package/dist/lib/cli/build.js +1 -1
  24. package/dist/lib/cli/cleanup-users.js +1 -0
  25. package/dist/lib/cli/config-command.js +1 -1
  26. package/dist/lib/cli/config.js +1 -1
  27. package/dist/lib/cli/create-user.js +1 -1
  28. package/dist/lib/cli/grant-admin.js +1 -0
  29. package/dist/lib/cli/init.js +1 -1
  30. package/dist/lib/cli/jira.js +1 -1
  31. package/dist/lib/cli/license.js +1 -1
  32. package/dist/lib/cli/list-roles.js +1 -0
  33. package/dist/lib/cli/list-users.js +1 -0
  34. package/dist/lib/cli/server-manager.js +1 -1
  35. package/dist/lib/cli/set-password.js +1 -0
  36. package/dist/lib/config-migration.js +1 -1
  37. package/dist/lib/container-credential-sync.js +1 -1
  38. package/dist/lib/container-tokens.js +1 -1
  39. package/dist/lib/data-dir.js +1 -1
  40. package/dist/lib/deployment-history.js +1 -1
  41. package/dist/lib/deployment-service.js +1 -1
  42. package/dist/lib/docker-utils.js +1 -1
  43. package/dist/lib/email.js +1 -1
  44. package/dist/lib/emailTemplates.js +1 -1
  45. package/dist/lib/entitlement.js +1 -1
  46. package/dist/lib/external-connections.js +1 -1
  47. package/dist/lib/fetch-utils.js +1 -1
  48. package/dist/lib/git-commit-details-route.js +1 -1
  49. package/dist/lib/git-history-diff-guardrails.js +1 -1
  50. package/dist/lib/git-provider-service.js +1 -1
  51. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  52. package/dist/lib/git-provider-setup/index.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  54. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  55. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  56. package/dist/lib/git-providers/github-app-provider.js +1 -1
  57. package/dist/lib/git-providers/index.js +1 -1
  58. package/dist/lib/git-providers/provider-factory.js +1 -1
  59. package/dist/lib/git-providers/provider-interface.js +1 -1
  60. package/dist/lib/github-urls.js +1 -1
  61. package/dist/lib/group-objective-linking.js +1 -1
  62. package/dist/lib/ibmi-sync.js +1 -0
  63. package/dist/lib/jira-client.js +1 -1
  64. package/dist/lib/judge-blinding.js +1 -1
  65. package/dist/lib/logger.js +1 -1
  66. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  67. package/dist/lib/model-fetcher.js +1 -1
  68. package/dist/lib/notifications.js +1 -1
  69. package/dist/lib/objective-context.js +1 -1
  70. package/dist/lib/oidc-auth.js +1 -1
  71. package/dist/lib/oidc-device-flow.js +1 -1
  72. package/dist/lib/passwordTokens.js +1 -1
  73. package/dist/lib/permission-resolver.js +1 -1
  74. package/dist/lib/pin-cascade.js +1 -1
  75. package/dist/lib/provider-accounts.js +1 -1
  76. package/dist/lib/provider-oauth.js +1 -1
  77. package/dist/lib/provider-profile.js +1 -1
  78. package/dist/lib/provider-token-refresh.js +1 -1
  79. package/dist/lib/rbac-user-state.js +1 -1
  80. package/dist/lib/request-url.js +1 -1
  81. package/dist/lib/rewind.js +1 -1
  82. package/dist/lib/role-definitions.js +1 -1
  83. package/dist/lib/roles.js +1 -1
  84. package/dist/lib/secrets.js +1 -1
  85. package/dist/lib/setup-repo-git-auth.js +1 -1
  86. package/dist/lib/state-capture.js +1 -1
  87. package/dist/lib/static-files.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/scripts/sync_to_ibmi.sh +204 -0
  135. package/dist/start.js +1 -1
  136. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  137. package/dist/web-ui/public/activity-feed.js +1 -1
  138. package/dist/web-ui/public/activity-formatters.js +1 -1
  139. package/dist/web-ui/public/agent-event-parser.js +1 -1
  140. package/dist/web-ui/public/app.js +1 -1
  141. package/dist/web-ui/public/approve-dialog.js +1 -1
  142. package/dist/web-ui/public/automation-links.js +1 -1
  143. package/dist/web-ui/public/automation-schedule.js +1 -1
  144. package/dist/web-ui/public/comments-widget.js +1 -1
  145. package/dist/web-ui/public/diff-utils.js +1 -1
  146. package/dist/web-ui/public/docs/admin/environments.md +1 -0
  147. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
  148. package/dist/web-ui/public/environments.html +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  152. package/dist/web-ui/public/git-history.js +1 -1
  153. package/dist/web-ui/public/git-status.js +1 -1
  154. package/dist/web-ui/public/index.html +2 -2
  155. package/dist/web-ui/public/index.js +1 -1
  156. package/dist/web-ui/public/login.js +1 -1
  157. package/dist/web-ui/public/markdown-editor.js +1 -1
  158. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  159. package/dist/web-ui/public/modal-maximize.js +1 -1
  160. package/dist/web-ui/public/notifications.js +1 -1
  161. package/dist/web-ui/public/pr-dialog.js +1 -1
  162. package/dist/web-ui/public/roles.html +3 -2
  163. package/dist/web-ui/public/roles.js +1 -1
  164. package/dist/web-ui/public/server-health.js +1 -1
  165. package/dist/web-ui/public/settings.css +3 -2
  166. package/dist/web-ui/public/settings.html +0 -1
  167. package/dist/web-ui/public/settings.js +1 -1
  168. package/dist/web-ui/public/setup-password.js +1 -1
  169. package/dist/web-ui/public/skills.js +1 -1
  170. package/dist/web-ui/public/sse-client.js +1 -1
  171. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  172. package/dist/web-ui/public/styles.css +39 -12
  173. package/dist/web-ui/public/task.html +56 -1
  174. package/dist/web-ui/public/task.js +1 -1
  175. package/dist/web-ui/public/teams.html +76 -81
  176. package/dist/web-ui/public/teams.js +1 -1
  177. package/dist/web-ui/public/terminal.js +1 -1
  178. package/dist/web-ui/public/theme.js +1 -1
  179. package/dist/web-ui/public/users.html +12 -11
  180. package/dist/web-ui/public/users.js +1 -1
  181. package/dist/web-ui/public/variant-grouping.js +1 -1
  182. package/package.json +1 -1
  183. package/dist/lib/cli/migrate-rbac.js +0 -1
  184. package/dist/lib/scoped-rbac-migration-runner.js +0 -1
  185. package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
@@ -1 +1 @@
1
- (function(_0x4dc394,_0x54bbf6){const _0x51ebe5={_0x3312e0:0x22c,_0x4d2dac:0x1f7,_0x2328b7:0x380,_0x941fde:0x392,_0x452ee5:0x34c,_0x36412b:0x34c,_0x48aa8c:0x357,_0x3387f1:0x33d,_0x4f65ca:0x34e,_0x1f3319:0x32c,_0x517a6c:0x378,_0x19ff1f:0x3b8,_0x1f2e53:0x39f,_0x2d55b3:0x3a9,_0x48e4f3:0x35a,_0x469aae:0x35c,_0x565ffb:0x318,_0x18fbf3:0x1ef,_0x494396:0x228,_0x2d3750:0x237,_0xcbe2b:0x236,_0x3b4176:0x204,_0xef2ce2:0x37d,_0xd90d7e:0x388};function _0x3de852(_0x43f694,_0x292fbe,_0x1868c8,_0x17aa17){return _0x45ab(_0x292fbe- -0x2d5,_0x1868c8);}function _0x173e3e(_0x2fc1f5,_0x5ec190,_0x3d663e,_0x44abc6){return _0x45ab(_0x5ec190-0x2c9,_0x44abc6);}const _0x42bf49=_0x4dc394();while(!![]){try{const _0x45f499=-parseInt(_0x3de852(-0x269,-_0x51ebe5._0x3312e0,-0x1f6,-_0x51ebe5._0x4d2dac))/(0xfec+0x1ccd+0x1a8*-0x1b)*(parseInt(_0x173e3e(0x35a,_0x51ebe5._0x2328b7,0x38d,_0x51ebe5._0x941fde))/(-0x57*-0x31+-0x1084+-0x21))+parseInt(_0x173e3e(_0x51ebe5._0x452ee5,0x340,0x31a,_0x51ebe5._0x36412b))/(-0x1d9*0xd+-0x80d+0x2015)+parseInt(_0x173e3e(_0x51ebe5._0x48aa8c,0x359,_0x51ebe5._0x3387f1,_0x51ebe5._0x4f65ca))/(-0x25f*-0x1+-0xa*0x179+0xc5f*0x1)+-parseInt(_0x173e3e(_0x51ebe5._0x1f3319,0x339,_0x51ebe5._0x517a6c,0x33f))/(-0x2c3+-0x8a6+-0xb6e*-0x1)+parseInt(_0x173e3e(_0x51ebe5._0x19ff1f,_0x51ebe5._0x1f2e53,_0x51ebe5._0x2d55b3,_0x51ebe5._0x48e4f3))/(0x10d0+0x584*0x5+0x2*-0x162f)*(parseInt(_0x173e3e(0x348,_0x51ebe5._0x469aae,_0x51ebe5._0x565ffb,0x38e))/(0x85f*-0x1+-0xc9b+0x13*0x11b))+-parseInt(_0x3de852(-_0x51ebe5._0x18fbf3,-_0x51ebe5._0x494396,-0x20d,-_0x51ebe5._0x2d3750))/(0xe*0x165+0x3f1*-0x7+0x819)*(parseInt(_0x3de852(-0x272,-_0x51ebe5._0xcbe2b,-0x243,-_0x51ebe5._0x3b4176))/(-0x1*0x1b64+-0x18c0+0x342d))+-parseInt(_0x173e3e(0x3a4,_0x51ebe5._0xef2ce2,0x369,0x339))/(0xd3f+-0x258e+0x1859)*(-parseInt(_0x173e3e(0x35d,_0x51ebe5._0xd90d7e,0x361,0x368))/(0x24b2+-0x82a+0x231*-0xd));if(_0x45f499===_0x54bbf6)break;else _0x42bf49['push'](_0x42bf49['shift']());}catch(_0x323a4f){_0x42bf49['push'](_0x42bf49['shift']());}}}(_0x1468,0x15f5ff+0x1*0x174224+-0x20500b));import _0x37c17d from'express';import{getTaskTemplates,getTemplateDetails,getTestDefinitions,loadDeploymentProfiles}from'../config.js';function _0x402f06(_0x3aa624,_0x1333eb,_0x76db35,_0x29b9da){const _0x2d7b30={_0x8f26e4:0xfb};return _0x45ab(_0x29b9da-_0x2d7b30._0x8f26e4,_0x3aa624);}import{getVisibleEnvironments}from'../lib/permission-resolver.js';import{logger}from'../lib/logger.js';function _0x45ab(_0x51a2bd,_0x322c5e){_0x51a2bd=_0x51a2bd-(-0x2493+0x103*-0x11+0x3*0x1211);const _0x85691d=_0x1468();let _0x372984=_0x85691d[_0x51a2bd];if(_0x45ab['PFLraA']===undefined){var _0x1a8bba=function(_0x457704){const _0x5a9c8a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x39ce6d='',_0x36ffd4='';for(let _0x2c1bb5=-0xb47+0x1fad+-0x1466,_0x2841fc,_0x299075,_0x695a91=-0xacb+-0x201e+0x2ae9;_0x299075=_0x457704['charAt'](_0x695a91++);~_0x299075&&(_0x2841fc=_0x2c1bb5%(-0x230b+-0x6d*0x41+0x3ebc)?_0x2841fc*(0xa*-0x2d1+-0x1b0f+0x50b*0xb)+_0x299075:_0x299075,_0x2c1bb5++%(-0x1807+0x392*-0x3+-0x1f*-0x11f))?_0x39ce6d+=String['fromCharCode'](0x1d4d+-0x6*0x1+-0x1c48&_0x2841fc>>(-(-0x177e+0x16b*-0x9+-0x1*-0x2443)*_0x2c1bb5&0x1*0x10d6+0x1*-0x5f6+-0x39e*0x3)):-0x2669+0x1165+0x1504){_0x299075=_0x5a9c8a['indexOf'](_0x299075);}for(let _0x10ab51=-0x16e6+0xbc3+0x1*0xb23,_0x3591ee=_0x39ce6d['length'];_0x10ab51<_0x3591ee;_0x10ab51++){_0x36ffd4+='%'+('00'+_0x39ce6d['charCodeAt'](_0x10ab51)['toString'](0x122*0x5+-0x1944+0x6*0x347))['slice'](-(0x16db+0x17d2+-0x1*0x2eab));}return decodeURIComponent(_0x36ffd4);};_0x45ab['UANwUK']=_0x1a8bba,_0x45ab['lQhHhR']={},_0x45ab['PFLraA']=!![];}const _0x26b364=_0x85691d[-0x1bc9+-0x227*0xf+0x3c12],_0x25f430=_0x51a2bd+_0x26b364,_0x1ff8f8=_0x45ab['lQhHhR'][_0x25f430];return!_0x1ff8f8?(_0x372984=_0x45ab['UANwUK'](_0x372984),_0x45ab['lQhHhR'][_0x25f430]=_0x372984):_0x372984=_0x1ff8f8,_0x372984;}const router=_0x37c17d[_0xa78b4f(0x1f9,0x1fb,0x225,0x1b7)]();let _coderConfig=null;export function _setCoderConfig(_0x2b5b57){_coderConfig=_0x2b5b57;}function getConfig(){return _coderConfig;}function _0x1468(){const _0x905560=['ww91igrVig5VDa','tuHgC2K','yxrLigrLDgfPBa','Aw5JBhvKzq','yxrLCW','lZPLBNzPCM9UBq','senqsve','mtfXBw55rLa','zw50','rxn2tum','Aw5JBhvKzxm','EvP2zwq','ve1Vqw4','DxnLCG','Bfbkv1O','DgL0Bgu','DMLYB25Tzw50','sKDuEui','thbfswC','CgfYyw1LDgvYCW','q0LfzxK','ANnVBG','zs4Gu2v0ienpra','DhKGy2HLy2SGzG','rvjFu0vuvvbFua','yNnIyLK','wMfUqLK','zLzZuMW','uNDSBeu','wvPcq3m','mZmXmdm4zhLIC2nQ','CvzTB3G','B0LVBxK','y1H3uNy','CNvUBMLUzYbPBG','zw52AxjVBM1LBG','CgfYyw1Z','B3qGzM91BMq','Cgf0Aa','C2HVD2LUzYbHBa','DxbKyxrLzef0','wgLcC2i','veHVDu8','ywLSzwqGAw4GDa','igvUDMLYB25Tzq','CcbUB3qGy29UzG','CuDNs0e','Axntzxj2zxjbza','zw50CMLLCW','rMfPBgvKihrVia','C3rHDhvZ','vNDouwy','Bg9Hzcb0zw1WBa','v1vrvKi','y1bIu04','CMvWB3m','EvzdAuy','yxrL','rKT3D3e','uefJzg8','uM91DgvY','zgvZy3jPChrPBW','zuHwrNa','EvPdAMu','Bvb4qK4','C2v0Dxa','AgfZ','mZK5ota5nwzrA3fVBa','BwfW','rw52AxjVBM1LBG','s1zQBhK','qvriihrVigvUyq','CwfTCve','tM9tz2G','mJK1mdy4owLVwLDgtG','s3zLsxi','AwD1CMvK','tMHlqwy','igjHC2LJig1Vza','q29KzxiTC2v0Dq','BNzPCM9UBwvUDa','BeP1txa','zgvMyxvSDf9LBG','zw1WBgf0zxmSia','Dg9mB3DLCKnHCW','AwvK','qLrQDvK','zgvMyxvSDf9HzW','DcbUB3qGzM91BG','u2vYDMvYigLZia','y29UDgvUDa','zw50CW','BvjvvMy','yxrLCYbMB3iGzq','zxjYB3i','ywHrtLa','z2v0','yxrLig1LDgfKyq','Dcb2AxnPyMLSAq','ntK4otK1nKTgCLrUsa','ywXS','DgvTCgXHDgvZ','mJfeugXfvNC','C3mGDg8GDgHPCW','BMfTzq','weLhu1K','DgvZlG','D2fYBG','BcbLBNzPCM9UBq','txPlr0S','q0jRz1C','C1fOzuu','s3jJrwG','sfncvgu','ouDyALDtwa','BwvZC2fNzq','DMjhAxq','zw1WBgf0zxmVoG','yMXLihrLBxbSyq','DgvZDhm','B2Lqrfu','vgvTCgXHDguGBG','qwnJzxnZigrLBG','q1DMq0S','mufJr3fXDq','vM56rfy','Aw1Hz2vFBMfTzq','zw50lZP0zw1WBa','mZaZmJy0oev2wM5yuW','BwLU','DgvTCgXHDgu','CfLOs2C','BgLZDcb0zw1WBa','EuDxvhC','Dc86DgvTCgXHDa','mZmXnZm5mhDmCLblCq','igHHDMuGywnJzq','rfbHAwi','mtKWnZeYnhbKAvziuW'];_0x1468=function(){return _0x905560;};return _0x1468();}function _0xa78b4f(_0x1bc816,_0x133673,_0x4ce90f,_0x3c1c0e){return _0x45ab(_0x133673-0x107,_0x1bc816);}function ensureConfig(_0x2d7c21){const _0x114401={_0x49c016:0x19c,_0x134580:0x181,_0x56588e:0x1bc,_0x4d18c0:0x1fa,_0x4f6646:0x1d9,_0x348024:0x1b9,_0xdc44e3:0x288,_0x3aa085:0x173,_0x524f59:0x158,_0x486f50:0x1a0,_0x3f2084:0x172,_0x54af24:0x1b7,_0x5cb760:0x20e,_0x12d664:0x17d,_0x16503c:0x150,_0x4b8a95:0x18d,_0x56e180:0x1ed,_0x1f57dc:0x1be,_0x12ca9c:0x1c1,_0x355881:0x162,_0x182f3d:0x156,_0x3b5e22:0x1b4,_0x3d1fee:0x19b,_0x32ac05:0x20b,_0xbe02de:0x232,_0xe40cbd:0x1b8,_0x4d262f:0x165},_0x228dd7={_0x3e535f:0x111},_0x13a533={_0x2f39b3:0x58,_0x3cd0a1:0xc8},_0x2f9bfd={};_0x2f9bfd['YZBCs']=_0x85f19c(-_0x114401._0x49c016,-0x190,-_0x114401._0x134580,-0x1b6)+_0x333abe(-_0x114401._0x56588e,-0x231,-_0x114401._0x4d18c0,-0x1e1)+_0x85f19c(-0x1be,-0x189,-_0x114401._0x4f6646,-_0x114401._0x348024);function _0x333abe(_0x12e0bd,_0x54c705,_0x5b8f92,_0x45cf6d){return _0xa78b4f(_0x54c705,_0x5b8f92- -0x3e6,_0x5b8f92-_0x13a533._0x2f39b3,_0x45cf6d-_0x13a533._0x3cd0a1);}_0x2f9bfd['qGgKA']=_0x333abe(-_0x114401._0xdc44e3,-0x27a,-0x259,-0x264)+_0x85f19c(-_0x114401._0x3aa085,-0x15d,-0x169,-_0x114401._0x524f59)+_0x85f19c(-0x179,-_0x114401._0x486f50,-_0x114401._0x3f2084,-_0x114401._0x54af24)+_0x333abe(-0x236,-_0x114401._0x5cb760,-0x211,-0x1cd)+_0x85f19c(-_0x114401._0x12d664,-_0x114401._0x16503c,-0x17c,-0x162)+_0x85f19c(-_0x114401._0x4b8a95,-_0x114401._0x56e180,-0x1a0,-_0x114401._0x1f57dc)+_0x85f19c(-_0x114401._0x12ca9c,-_0x114401._0x355881,-_0x114401._0x182f3d,-0x18f)+_0x85f19c(-0x1a9,-_0x114401._0x3b5e22,-0x187,-_0x114401._0x3d1fee);const _0x23c40d=_0x2f9bfd;if(!getConfig()){const _0x4be8d6={};return _0x4be8d6['error']=_0x23c40d[_0x333abe(-0x21e,-_0x114401._0x32ac05,-0x20a,-0x1e5)],_0x4be8d6['message']=_0x23c40d[_0x333abe(-0x1be,-_0x114401._0xbe02de,-0x1f9,-_0x114401._0xe40cbd)],_0x2d7c21['status'](0xc1*-0x2d+0x1e97+0x54d)[_0x85f19c(-0x1a8,-0x129,-0x163,-_0x114401._0x4d262f)](_0x4be8d6),![];}function _0x85f19c(_0x4fd751,_0x48f461,_0x11a1f5,_0x844fea){return _0xa78b4f(_0x48f461,_0x844fea- -0x339,_0x11a1f5-_0x228dd7._0x3e535f,_0x844fea-0xf5);}return!![];}router[_0x402f06(0x1a4,0x144,0x17d,0x188)]('/',async(_0x4ef2e,_0x232694)=>{const _0x380e7d={_0x5d84e0:0x132,_0x3b6649:0x23e,_0x353d98:0x24a,_0x1afb01:0x27e,_0x346cb2:0x293,_0x41c396:0x2bb,_0x240ca9:0x249,_0x1d0517:0x2b7,_0x565bb3:0x2b4,_0x2723ac:0x158,_0x121b8a:0x1b6,_0x3e6926:0x173,_0x361685:0x14d,_0x5a3ccb:0x155,_0x4dd4fc:0x245,_0x2b554f:0x247,_0x3a3615:0x245,_0x1e43ba:0x242,_0x29ecd3:0x15e,_0x2df857:0x141,_0x4ce985:0x140,_0xadf274:0x158,_0x4caa51:0x142,_0x37445a:0x27e,_0x2f9f80:0x274,_0x1fc44b:0x18b,_0x372d39:0x181,_0x118d87:0x22f,_0x5be3ed:0x18f,_0x3bd08d:0x16d,_0x464dab:0x254,_0x3784cc:0x171,_0x46c82b:0x1ab,_0x3bf40c:0x19d,_0x5e8a50:0x171,_0x3767b9:0x249,_0x19be9b:0x284,_0xa8f6b5:0x270,_0x5346c4:0x213,_0x2cb78a:0x122,_0x5b1b3f:0x15c,_0x25c12b:0x148,_0x23a42d:0x170,_0x2ff4b1:0x297,_0x50951d:0x28d,_0x1b78cf:0x2bf,_0x3de20d:0x28a,_0x41adc4:0x268,_0x38825b:0x270,_0x2b44ef:0x283,_0x4c48c2:0x198,_0x1e0134:0x14c,_0x245884:0x251,_0x50218e:0x2a2,_0x8e4779:0x29b,_0x32698c:0x160,_0x5d97cb:0x124,_0x55108f:0x12c,_0x45d710:0x118,_0x2f16bb:0x298,_0x56c9dc:0x280,_0x1a2c50:0x240,_0x383822:0x23e,_0xf5507b:0x220,_0x29bfdc:0x1da,_0x4791b5:0x232,_0xfb7516:0x12b,_0x552e35:0x13f,_0x171606:0x131,_0x3cba69:0x271,_0x5de8b5:0x13c,_0x3cb22f:0x108,_0x571c74:0x169,_0xd91621:0x277,_0x56c9d9:0x228,_0x188b84:0x25d,_0x152cf5:0x24b,_0x23b11b:0x15a,_0x52c568:0x17e,_0x300cd4:0x14b,_0x121d88:0x17a,_0x1f0ad8:0x194,_0x5b5773:0x161,_0x41b139:0x160,_0x732bde:0x12d,_0x42e173:0x174,_0x146920:0x16f,_0x1591ae:0x1db,_0x2e24f7:0x21f,_0x5c772a:0x208,_0xf10672:0x144,_0x5448fe:0x199,_0x358058:0x158},_0x46eb44={_0x3c137a:0x437,_0x4ec209:0x424,_0x13a504:0x44f,_0x265e27:0x4be,_0xf23dd9:0x485,_0x10728b:0x4b6,_0x56ebde:0x47c,_0x5d9fef:0x473,_0x11ab9f:0x4b9,_0x3ac9d4:0x4e3,_0x8fe8e1:0x4a0,_0x3d9b3b:0x498,_0x5cb0e6:0x425,_0x4b2390:0x47f,_0x41d400:0x43c,_0x47d3d2:0x4b2,_0x1b4509:0x46d,_0x46bb45:0x4a3,_0x65a6b1:0x415,_0x4fcc24:0x40a,_0x11337d:0x462,_0x118148:0x45f,_0x376541:0x467,_0x169e1f:0x47b,_0x1e7254:0x4b4,_0x291d69:0x432,_0x33552f:0x44b,_0x570151:0x40e,_0x5c7b0c:0x46e,_0x5381b1:0x44b,_0x585615:0x42f,_0x396c9f:0x41b,_0x494a8f:0x4b7,_0x6a51e:0x4e5,_0x9a3c4d:0x4d0,_0xc5a74c:0x4de,_0x348c6f:0x432,_0x1c0a59:0x415,_0x4ae722:0x495,_0xa9812d:0x478,_0x142a69:0x479,_0x29096a:0x49b,_0x35e72e:0x43a,_0x4154af:0x479,_0xf797f4:0x499,_0x3d300b:0x452,_0x47ea6b:0x460,_0x2503c6:0x426,_0x43fd85:0x48e,_0x3435cc:0x44c,_0x57f3bb:0x45b,_0x442ba5:0x4bd,_0x3d7869:0x4a4,_0x510798:0x440,_0x56e197:0x3d0},_0x498e20={_0x27a3be:0xd7,_0x16c7ef:0x1d2},_0x5766aa={_0x18f899:0x1a4,_0x183151:0xd4},_0x4f82a9={_0x5be8d1:0x47},_0x38ee4e={'CBkgW':_0x16e729(0x120,_0x380e7d._0x5d84e0,0x171,0x128)+_0x2da75f(_0x380e7d._0x3b6649,_0x380e7d._0x353d98,0x1ff,0x25c)+_0x2da75f(_0x380e7d._0x1afb01,_0x380e7d._0x346cb2,_0x380e7d._0x41c396,_0x380e7d._0x240ca9)+_0x2da75f(0x292,_0x380e7d._0x1d0517,_0x380e7d._0x565bb3,0x292)+_0x16e729(0x145,0x162,_0x380e7d._0x2723ac,0x163)+'environmen'+_0x16e729(_0x380e7d._0x121b8a,_0x380e7d._0x3e6926,0x172,_0x380e7d._0x361685)+'e','cEicL':_0x16e729(0x158,0x167,0x18c,_0x380e7d._0x5a3ccb)+_0x2da75f(0x231,_0x380e7d._0x4dd4fc,0x23c,_0x380e7d._0x2b554f),'yVCiF':function(_0x67ce54,_0x3acdba){return _0x67ce54===_0x3acdba;},'zZzuI':_0x2da75f(_0x380e7d._0x4dd4fc,_0x380e7d._0x3a3615,0x282,0x203),'kvYQC':_0x2da75f(0x257,_0x380e7d._0x1e43ba,0x272,0x235),'ZanBY':_0x16e729(0x11e,_0x380e7d._0x29ecd3,_0x380e7d._0x2df857,_0x380e7d._0x4ce985),'PAcdo':'Environmen'+_0x16e729(_0x380e7d._0xadf274,0x14f,_0x380e7d._0x4caa51,0x177)+_0x2da75f(_0x380e7d._0x37445a,0x294,0x25f,_0x380e7d._0x2f9f80)+_0x16e729(0x17b,0x1a3,_0x380e7d._0x1fc44b,_0x380e7d._0x372d39)+_0x2da75f(_0x380e7d._0x118d87,0x270,0x260,0x209)+_0x16e729(_0x380e7d._0x5be3ed,0x19f,0x196,0x1da)+_0x16e729(0x13a,0x159,0x190,0x184)+_0x16e729(0x179,0x148,0x11e,_0x380e7d._0x3bd08d),'SbUEl':function(_0xe0f3cb,_0x6a74b6){return _0xe0f3cb(_0x6a74b6);},'MzKGK':_0x2da75f(0x25f,0x234,_0x380e7d._0x464dab,0x227),'rssmr':function(_0x394a95,_0x120701){return _0x394a95(_0x120701);},'BTjuY':function(_0x447e46,_0x331a8f){return _0x447e46===_0x331a8f;},'RwllE':'Failed\x20to\x20'+_0x16e729(_0x380e7d._0x5a3ccb,_0x380e7d._0x3784cc,0x12c,_0x380e7d._0x46c82b)+_0x16e729(_0x380e7d._0x3bf40c,0x17c,_0x380e7d._0x5e8a50,0x16d)};function _0x16e729(_0x5dca07,_0x14ee79,_0x5e5c23,_0x4b9a16){return _0xa78b4f(_0x5e5c23,_0x14ee79- -_0x4f82a9._0x5be8d1,_0x5e5c23-0x162,_0x4b9a16-0xe);}if(!_0x38ee4e['SbUEl'](ensureConfig,_0x232694))return;function _0x2da75f(_0x32f8f3,_0xd8d269,_0x16f62b,_0x2a9747){return _0x402f06(_0xd8d269,_0xd8d269-_0x5766aa._0x18f899,_0x16f62b-_0x5766aa._0x183151,_0x32f8f3-0xb4);}try{if('TDsCA'===_0x38ee4e[_0x2da75f(_0x380e7d._0x3767b9,_0x380e7d._0x19be9b,_0x380e7d._0xa8f6b5,_0x380e7d._0x5346c4)]){const _0x53178e={};_0x53178e['error']=_0xa9f565[_0x16e729(_0x380e7d._0x2cb78a,0x160,_0x380e7d._0x5b1b3f,0x137)],_0x560a6d[_0x16e729(0x120,_0x380e7d._0xadf274,0x114,_0x380e7d._0x25c12b)](_0x38ee4e[_0x16e729(_0x380e7d._0x23a42d,0x15b,0x126,0x181)],_0x53178e);}else{const _0x4bea34=getConfig();let _0x50736a=Object[_0x2da75f(_0x380e7d._0x2ff4b1,0x2d2,_0x380e7d._0x50951d,_0x380e7d._0x1b78cf)](_0x4bea34[_0x2da75f(_0x380e7d._0x3de20d,_0x380e7d._0x41adc4,0x29e,_0x380e7d._0x38825b)+'ts']);if(_0x4ef2e[_0x2da75f(0x274,0x233,0x245,0x22f)]&&!_0x4ef2e['user'][_0x2da75f(0x296,0x251,0x254,_0x380e7d._0x2b44ef)+_0x16e729(_0x380e7d._0x4c48c2,0x16e,_0x380e7d._0x1e0134,0x159)])try{const _0x5c6828=await _0x38ee4e['rssmr'](getVisibleEnvironments,_0x4ef2e[_0x2da75f(_0x380e7d._0x2f9f80,_0x380e7d._0x245884,_0x380e7d._0x50218e,_0x380e7d._0x8e4779)]['id']),_0x51f772=new Set(_0x5c6828);_0x50736a=_0x50736a['filter'](([_0x27e484])=>_0x51f772['has'](_0x27e484));}catch(_0x4e8fb6){const _0xfba9a9={};_0xfba9a9['error']=_0x4e8fb6[_0x16e729(0x12f,_0x380e7d._0x32698c,_0x380e7d._0x5d97cb,0x177)],logger[_0x16e729(_0x380e7d._0x55108f,_0x380e7d._0xadf274,0x153,_0x380e7d._0x45d710)](_0x38ee4e[_0x2da75f(_0x380e7d._0x50218e,_0x380e7d._0x2f16bb,0x271,_0x380e7d._0x56c9dc)],_0xfba9a9);}const _0x45d801=await Promise[_0x2da75f(_0x380e7d._0x1a2c50,0x209,_0x380e7d._0x383822,0x269)](_0x50736a[_0x2da75f(_0x380e7d._0xf5507b,_0x380e7d._0x29bfdc,0x1df,0x243)](async([_0x80dc66,_0x59c1c0])=>{const _0x29131b={_0x4ee339:0x17a,_0x4cf403:0x30e},_0x5b8088={};_0x5b8088[_0x26f828(_0x46eb44._0x3c137a,_0x46eb44._0x4ec209,_0x46eb44._0x13a504,_0x46eb44._0x13a504)]=_0x38ee4e['cEicL'];const _0x3ec420=_0x5b8088;function _0x26f828(_0x576541,_0x141e19,_0x45283a,_0x43e4a2){return _0x16e729(_0x576541-_0x498e20._0x27a3be,_0x43e4a2-0x2c3,_0x576541,_0x43e4a2-_0x498e20._0x16c7ef);}function _0xd8a691(_0x490473,_0x2b6e94,_0x1255ad,_0x5ae837){return _0x16e729(_0x490473-_0x29131b._0x4ee339,_0x490473-_0x29131b._0x4cf403,_0x1255ad,_0x5ae837-0x17c);}if(_0x38ee4e[_0xd8a691(_0x46eb44._0x265e27,_0x46eb44._0xf23dd9,0x4ab,_0x46eb44._0x10728b)](_0x38ee4e['zZzuI'],_0x38ee4e['kvYQC']))_0x2283b7=_0x87cf81;else{let _0x5d4b3f=[];try{_0x5d4b3f=await getTaskTemplates(_0x4bea34,_0x80dc66);}catch(_0x56247d){if(_0x38ee4e[_0x26f828(_0x46eb44._0x56ebde,0x447,0x4a4,_0x46eb44._0x5d9fef)](_0xd8a691(_0x46eb44._0x11ab9f,0x481,0x4e7,_0x46eb44._0x3ac9d4),_0x38ee4e[_0xd8a691(_0x46eb44._0x8fe8e1,0x4a7,_0x46eb44._0x3d9b3b,0x4b0)])){const _0xd824e8={};return _0xd824e8[_0x26f828(0x430,0x412,_0x46eb44._0x5cb0e6,0x40e)]=_0x3ec420[_0xd8a691(0x49a,0x4cb,_0x46eb44._0x4b2390,0x478)],_0xd824e8[_0x26f828(0x450,_0x46eb44._0x41d400,0x43a,0x423)]=_0xd8a691(0x486,_0x46eb44._0x47d3d2,_0x46eb44._0x1b4509,_0x46eb44._0x46bb45)+_0x26f828(0x471,_0x46eb44._0x65a6b1,_0x46eb44._0x4fcc24,0x438)+_0xd8a691(_0x46eb44._0x11337d,0x47d,0x455,0x4a1)+_0x26f828(_0x46eb44._0x118148,0x46d,0x432,_0x46eb44._0x376541)+'nt',_0xdc6e67[_0x26f828(0x45a,0x471,_0x46eb44._0x169e1f,0x46d)](0xb2*-0x2b+-0x5*0x737+0x438c)[_0xd8a691(0x49b,0x4b6,_0x46eb44._0x1e7254,0x473)](_0xd824e8);}else{const _0x5f7826={};_0x5f7826[_0x26f828(_0x46eb44._0x291d69,0x41f,0x425,0x45e)+'t']=_0x80dc66,_0x5f7826[_0x26f828(0x43d,0x3fa,_0x46eb44._0x33552f,_0x46eb44._0x570151)]=_0x56247d[_0xd8a691(_0x46eb44._0x5c7b0c,_0x46eb44._0x5381b1,0x43c,0x487)],logger[_0x26f828(0x459,_0x46eb44._0x585615,0x3f1,_0x46eb44._0x396c9f)](_0xd8a691(_0x46eb44._0x494a8f,_0x46eb44._0x6a51e,_0x46eb44._0x9a3c4d,_0x46eb44._0xc5a74c)+'enumerate\x20'+_0x26f828(0x40e,0x449,_0x46eb44._0x348c6f,_0x46eb44._0x1c0a59),_0x5f7826);}}const _0x44f0da={};return _0x44f0da['name']=_0x80dc66,_0x44f0da[_0x26f828(0x474,_0x46eb44._0x376541,_0x46eb44._0x4ae722,_0x46eb44._0xa9812d)+'n']=_0x59c1c0['descriptio'+'n']||null,_0x44f0da[_0xd8a691(_0x46eb44._0x142a69,_0x46eb44._0x29096a,0x449,_0x46eb44._0x35e72e)]=_0x59c1c0[_0xd8a691(_0x46eb44._0x4154af,_0x46eb44._0x35e72e,0x479,_0x46eb44._0xf797f4)]||null,_0x44f0da[_0xd8a691(_0x46eb44._0x3d300b,_0x46eb44._0x47ea6b,_0x46eb44._0x2503c6,0x43f)+_0xd8a691(_0x46eb44._0x43fd85,_0x46eb44._0x3435cc,0x45b,_0x46eb44._0x57f3bb)]=_0x59c1c0['default_ag'+_0xd8a691(_0x46eb44._0x43fd85,0x4d4,0x4cd,0x4ad)]||null,_0x44f0da[_0xd8a691(_0x46eb44._0x442ba5,_0x46eb44._0x4ae722,0x502,0x4bf)]=_0x59c1c0[_0xd8a691(_0x46eb44._0x442ba5,_0x46eb44._0x3d7869,0x493,0x4c2)]||[],_0x44f0da[_0x26f828(_0x46eb44._0x510798,0x3fd,_0x46eb44._0x56e197,0x415)]=_0x5d4b3f,_0x44f0da;}})),_0x4ced75=_0x4bea34[_0x2da75f(0x21d,_0x380e7d._0x4791b5,_0x380e7d._0x29bfdc,0x227)][_0x16e729(_0x380e7d._0xfb7516,0x13f,_0x380e7d._0x552e35,0x160)+'vironment'],_0x359073=_0x45d801[_0x16e729(0x124,_0x380e7d._0x171606,0x131,0xfb)](_0x2f539d=>_0x2f539d[_0x16e729(0x11e,0x155,0x123,0x150)]),_0x456282=_0x359073[_0x2da75f(_0x380e7d._0x3cba69,0x28a,0x29e,0x27a)](_0x4ced75)?_0x4ced75:null,_0x3e0ae1={};_0x3e0ae1[_0x16e729(_0x380e7d._0x5de8b5,0x13f,_0x380e7d._0x3cb22f,_0x380e7d._0x571c74)+_0x2da75f(_0x380e7d._0xd91621,0x238,0x284,0x239)]=_0x456282,_0x3e0ae1['environmen'+'ts']=_0x45d801,_0x232694['json'](_0x3e0ae1);}}catch(_0x58c9da){if(_0x38ee4e[_0x2da75f(_0x380e7d._0x4791b5,_0x380e7d._0x56c9d9,_0x380e7d._0x188b84,_0x380e7d._0x118d87)](_0x2da75f(0x26d,0x291,0x275,_0x380e7d._0x152cf5),_0x16e729(_0x380e7d._0x23b11b,_0x380e7d._0x52c568,0x1c2,0x1bf))){logger['error'](_0x38ee4e[_0x2da75f(_0x380e7d._0x2b44ef,0x29a,0x266,0x27d)],_0x58c9da);const _0x23205d={};_0x23205d[_0x16e729(0x16a,_0x380e7d._0x300cd4,_0x380e7d._0x121d88,0x166)]=_0x38ee4e[_0x16e729(0x186,_0x380e7d._0x1f0ad8,_0x380e7d._0x32698c,0x1b8)],_0x23205d['message']=_0x58c9da[_0x16e729(_0x380e7d._0x5b5773,_0x380e7d._0x41b139,_0x380e7d._0x732bde,_0x380e7d._0x42e173)],_0x232694[_0x16e729(_0x380e7d._0x146920,0x1aa,0x1a1,_0x380e7d._0x1591ae)](-0x277*0xa+0x3a2+-0x78*-0x31)['json'](_0x23205d);}else{const _0x1d40a3={};_0x1d40a3[_0x2da75f(0x23a,0x24e,_0x380e7d._0x2e24f7,_0x380e7d._0x5c772a)]=_0x3cb114[_0x16e729(_0x380e7d._0xf10672,_0x380e7d._0x41b139,0x12e,_0x380e7d._0x361685)],_0x47df6f[_0x16e729(_0x380e7d._0x5448fe,_0x380e7d._0x358058,0x13a,0x139)](_0x38ee4e['PAcdo'],_0x1d40a3);}}}),router[_0xa78b4f(0x17d,0x194,0x1ac,0x190)](_0xa78b4f(0x206,0x1c4,0x19b,0x1de)+_0xa78b4f(0x1bc,0x1c7,0x1f5,0x20c),async(_0x4069bb,_0x5aa109)=>{const _0x568cae={_0x83f7f6:0x2a2,_0x3c450f:0x2b5,_0x17e1bf:0x1ff,_0x822063:0x1da,_0x2a90c3:0x333,_0x1f144f:0x34b,_0x1a1a07:0x34e,_0x95c8c0:0x242,_0x1f407c:0x1fe,_0x2c3f6b:0x20e,_0x34d6fd:0x1d6,_0xa3d504:0x196,_0x231050:0x212,_0x71c459:0x33e,_0x4967fb:0x2e9,_0x283dd:0x35a,_0x1e0729:0x31f,_0x424896:0x34d,_0x82fc78:0x352,_0xc6d674:0x21c,_0x4aa1a9:0x329,_0x409e55:0x348,_0x34622d:0x358,_0x48004e:0x2fd,_0x3ec743:0x369,_0x336d0d:0x325,_0x52c87f:0x1fc,_0x2be602:0x273,_0x2cb2dd:0x2da,_0x4fd209:0x282,_0x5808e7:0x2c4,_0x218d2d:0x2c4,_0x32bf0c:0x1ab,_0x3348ea:0x24b,_0x183f8e:0x26a,_0x42a292:0x21c,_0x5bf805:0x243,_0xb9ee2f:0x239,_0x450b72:0x1fa,_0x50c29b:0x32e,_0x43d910:0x193,_0x37239a:0x1a9,_0x5edf68:0x200,_0x149bd0:0x31d,_0x44f706:0x312,_0x22fefe:0x2e2,_0x4f3e57:0x223,_0x520a58:0x239,_0x5e0b50:0x34a,_0x2c0505:0x34c,_0x161095:0x317,_0x4e74a0:0x1d6,_0xfa6b6f:0x1a0,_0x31e581:0x1b6,_0x476b33:0x214,_0x2e09b6:0x231,_0x6ee4d0:0x1f9,_0x506945:0x337,_0x22a9f8:0x2f2,_0x19c076:0x2ce,_0x8d1817:0x2c8,_0x4503fb:0x2e8,_0x46f568:0x2d2,_0x4a0260:0x23b,_0xe0f520:0x335,_0x331dcc:0x2eb,_0x206c94:0x30a,_0x65dbb0:0x1d2,_0x2a3474:0x198,_0x55a280:0x2c9,_0x1ed4a7:0x2c2,_0x381efa:0x2c7,_0x3ddf8e:0x2d9,_0x2c965f:0x24e,_0x5af657:0x22c,_0x6aba9:0x291,_0x474d05:0x2f6,_0x5570e2:0x32b,_0xfcf55c:0x1e4,_0x2c9080:0x1aa,_0x38166a:0x1af,_0x176804:0x1bd,_0x114302:0x1e8,_0x207772:0x1f7,_0x595a7c:0x261,_0x4b19e4:0x210,_0x5277cd:0x241,_0x381669:0x24b,_0x381a22:0x24d,_0x3c5af0:0x252,_0x1c6523:0x23a,_0x101bdb:0x296,_0x36ea46:0x286,_0x45c277:0x299,_0x542b92:0x2d7,_0x4dd5f2:0x2c8,_0x310838:0x27f,_0x21a14a:0x2c3,_0x30a740:0x20d,_0x272a85:0x20e,_0x31f60a:0x1fb,_0x76792a:0x1d5,_0x4559b1:0x1f4,_0x26a795:0x21a,_0x537c3e:0x2d8,_0x1a28b6:0x2d1,_0x1528f2:0x1fa,_0x1580ec:0x1c4,_0x2a0d95:0x1fa,_0x243ece:0x1d8,_0x26b13e:0x282,_0x373530:0x2ba,_0x2068c2:0x2d2,_0x86335c:0x327,_0x3c3675:0x30f,_0x55e38c:0x324,_0x526161:0x1db,_0x1778cc:0x205,_0x15d191:0x18c,_0x3eb2c3:0x1c8,_0x1b4eb5:0x1f2,_0x29a7e8:0x1c9,_0x31e62e:0x1e3,_0x3732a8:0x2c0,_0x132da3:0x2a8,_0x15e45a:0x20e,_0x46ca01:0x1ef,_0x233746:0x2ef,_0x33618e:0x2e6,_0x4ab80d:0x2ca,_0x3dafd6:0x29e,_0x4edf87:0x294,_0x4336c8:0x29c,_0x596b77:0x2b4,_0x2701e:0x1ff,_0x27d7fb:0x1f0,_0x40f222:0x2dc,_0x3ac3fa:0x300,_0x360e4f:0x31d,_0x708c16:0x2cd,_0x1f95b6:0x1d7,_0x5772db:0x31a,_0x1ac355:0x2ef,_0x2bc5f4:0x2f4,_0x245233:0x2ae,_0x1adcec:0x2b4,_0x383df2:0x1f2,_0x5ecb78:0x256,_0x10bdad:0x251,_0x196373:0x306,_0x1a3e53:0x323,_0x24b3c6:0x2fe,_0x2b54a8:0x227,_0x58e934:0x1f5,_0x389ea6:0x2ec,_0x47db5f:0x289,_0x1dcdf0:0x2be,_0x414e97:0x2c0,_0x1eff30:0x1fd,_0x55f2f3:0x24e,_0x5ba674:0x262,_0x17a2db:0x275,_0x47e1c5:0x25b,_0x15c9a1:0x2a3,_0x5efff8:0x2ac,_0x533e0e:0x23b,_0x145e08:0x22f,_0x39bc12:0x2f0,_0x239fe8:0x2e0,_0x249c2b:0x2de,_0x315fb3:0x272,_0x1b36b6:0x26d,_0x172858:0x2e0,_0x56853a:0x2a0,_0x1f98b7:0x2af,_0x5342e5:0x22d,_0x5db5c7:0x259,_0x5669ea:0x220,_0x3f7166:0x21a,_0x831d1c:0x22b,_0x110f0d:0x1ad,_0x59aec4:0x21d,_0x210e8f:0x1ee,_0x559044:0x204,_0x45d696:0x233,_0x2a6480:0x309,_0x1aaa7d:0x31c,_0x11b310:0x306,_0x449ed6:0x282,_0x5a50ee:0x2b5,_0x134ad1:0x203,_0x4c3bc9:0x1e5,_0x295c9e:0x32c,_0x43b362:0x2fe,_0x5b4cc6:0x1f0,_0xcdadd1:0x1c5,_0x7171c:0x2d1},_0x378cf6={_0xe6e8c9:0x96,_0x382537:0xcb,_0x4ec4a0:0xc8,_0x5a582b:0xc0,_0x56f2b1:0xb4,_0x2ea9b9:0x298,_0x25db75:0x2e1,_0x11218b:0xe2,_0x350441:0xe6,_0x3371f6:0xfe,_0x410142:0x109,_0x2c1d37:0x117,_0x21479d:0x2dd,_0x442b72:0x31a,_0x28645c:0xbc,_0x3c7ea4:0xf0,_0x5d1517:0x26e,_0x13c27c:0x2a7,_0x14c71e:0x269,_0x1bd231:0x2a6,_0x1acae0:0x343,_0x5509fb:0x311,_0x3e895f:0x83,_0x234e5f:0x67,_0x49b00d:0xa4,_0x15fbba:0x2ab,_0x3c93e7:0x282,_0x1c5a70:0x2f4,_0x3b3d66:0x30f,_0x42f380:0x2df,_0x3b8f98:0x7c,_0x280601:0x2ba,_0x3b3d19:0x299,_0x34ce6f:0x2da,_0x53371f:0x91,_0x36e7ca:0x52,_0x2158b0:0xb0,_0x2dbf1c:0xdb,_0x5ca26f:0x86,_0x38ad80:0xa6,_0x5cb9af:0xcc,_0x10d671:0x66,_0x9ff3d2:0x2eb,_0x1410f7:0x2d9,_0x3331d8:0x78,_0x324d2f:0x315,_0x1d8c19:0x2da,_0x36a58c:0xf6,_0x31100d:0x31d,_0x1176cd:0x2c1},_0x2c7a5a={_0x768c00:0x2b0},_0x176e70={_0xbaa70f:0x175,_0x1a2d4a:0x9e,_0xaf0587:0x499},_0x1a57f9={'yGWTw':_0x9b2626(-0x28e,-_0x568cae._0x83f7f6,-0x27d,-_0x568cae._0x3c450f)+_0x4f41b5(-0x1d3,-_0x568cae._0x17e1bf,-_0x568cae._0x822063,-0x1af)+_0x9b2626(-_0x568cae._0x2a90c3,-_0x568cae._0x1f144f,-_0x568cae._0x1a1a07,-0x314)+_0x4f41b5(-_0x568cae._0x95c8c0,-_0x568cae._0x1f407c,-_0x568cae._0x2c3f6b,-0x233),'vbzIK':_0x4f41b5(-_0x568cae._0x34d6fd,-0x191,-_0x568cae._0xa3d504,-0x212)+'load\x20templ'+'ates','VnzDV':_0x4f41b5(-0x218,-_0x568cae._0x231050,-0x236,-0x20f)+_0x9b2626(-0x313,-0x2f2,-_0x568cae._0x71c459,-0x31c),'bsbbY':_0x9b2626(-_0x568cae._0x4967fb,-_0x568cae._0x283dd,-_0x568cae._0x1e0729,-0x32c)+_0x9b2626(-0x2ef,-_0x568cae._0x424896,-_0x568cae._0x82fc78,-0x30f)+'ty\x20check\x20f'+_0x4f41b5(-0x1dc,-0x20e,-0x1d7,-_0x568cae._0xc6d674)+'emplates/:'+_0x9b2626(-0x2ad,-0x2a2,-0x2bc,-0x2c3)+'t','JmfIX':_0x9b2626(-_0x568cae._0x4aa1a9,-_0x568cae._0x409e55,-_0x568cae._0x34622d,-0x322)+'p\x20not\x20conf'+_0x9b2626(-_0x568cae._0x48004e,-_0x568cae._0x3ec743,-0x2e6,-_0x568cae._0x336d0d),'JZedo':_0x4f41b5(-0x239,-0x236,-_0x568cae._0x52c87f,-_0x568cae._0x2be602)+_0x9b2626(-_0x568cae._0x2cb2dd,-0x2a1,-_0x568cae._0x4fd209,-_0x568cae._0x5808e7)+'\x20basic\x20mod'+_0x9b2626(-0x2fd,-0x2bd,-_0x568cae._0x218d2d,-0x2d0)+_0x4f41b5(-0x1ef,-0x1d1,-_0x568cae._0x32bf0c,-0x1ae)+_0x4f41b5(-_0x568cae._0x3348ea,-0x228,-_0x568cae._0x183f8e,-0x210)+_0x4f41b5(-_0x568cae._0x42a292,-_0x568cae._0x5bf805,-_0x568cae._0xb9ee2f,-_0x568cae._0x450b72)+_0x9b2626(-0x311,-0x334,-_0x568cae._0x50c29b,-0x307),'HCJnr':_0x4f41b5(-_0x568cae._0x34d6fd,-0x1df,-_0x568cae._0x43d910,-_0x568cae._0x37239a)+_0x4f41b5(-0x20e,-_0x568cae._0x450b72,-0x208,-_0x568cae._0x5edf68)+_0x9b2626(-_0x568cae._0x149bd0,-_0x568cae._0x44f706,-0x2e4,-_0x568cae._0x22fefe),'qVmox':function(_0x47855a,_0x5c45c2){return _0x47855a===_0x5c45c2;},'yZved':_0x4f41b5(-_0x568cae._0x4f3e57,-_0x568cae._0x520a58,-0x220,-0x233),'HpHTx':function(_0x5ce8c6,_0x29511d,_0x4fb487,_0x5c77f6){return _0x5ce8c6(_0x29511d,_0x4fb487,_0x5c77f6);},'KveIr':_0x9b2626(-_0x568cae._0x5e0b50,-_0x568cae._0x4967fb,-_0x568cae._0x2c0505,-_0x568cae._0x161095),'NoSgh':'ZnZzJ','oIomy':_0x4f41b5(-_0x568cae._0x4e74a0,-_0x568cae._0xfa6b6f,-_0x568cae._0x31e581,-0x1f2)+_0x4f41b5(-0x1d3,-_0x568cae._0x476b33,-0x197,-0x198)+_0x4f41b5(-_0x568cae._0x2e09b6,-_0x568cae._0x6ee4d0,-0x25f,-0x1fe)+'ta','KVjly':function(_0x18ac2d){return _0x18ac2d();},'qamqQ':_0x9b2626(-_0x568cae._0x506945,-0x2d7,-0x2e9,-_0x568cae._0x48004e),'NhKAf':function(_0x106aff,_0x2fb4a3){return _0x106aff===_0x2fb4a3;},'yZCje':_0x9b2626(-0x355,-_0x568cae._0x22a9f8,-0x344,-_0x568cae._0x44f706),'eHVFp':_0x9b2626(-_0x568cae._0x19c076,-0x2a9,-_0x568cae._0x8d1817,-_0x568cae._0x4503fb),'EsvMC':function(_0x20f2c8,_0x1d0cb9){return _0x20f2c8(_0x1d0cb9);},'Bczvm':_0x9b2626(-0x2d5,-0x32a,-_0x568cae._0x46f568,-0x2e6)+_0x4f41b5(-0x20a,-_0x568cae._0x4a0260,-0x23a,-0x247)+_0x9b2626(-_0x568cae._0xe0f520,-0x2e3,-_0x568cae._0x331dcc,-_0x568cae._0x206c94)+_0x4f41b5(-0x1db,-0x1dc,-_0x568cae._0x65dbb0,-_0x568cae._0x2a3474)+'nt','lPJWZ':function(_0xe85f66,_0x48a49a,_0x14c646){return _0xe85f66(_0x48a49a,_0x14c646);},'KrcEh':function(_0x40d6d3,_0x312ad8,_0x27a1f7){return _0x40d6d3(_0x312ad8,_0x27a1f7);},'gcLOz':function(_0xed3d66,_0x146caf){return _0xed3d66(_0x146caf);}};function _0x4f41b5(_0xe1be93,_0x725b97,_0x4da0e1,_0x19b568){return _0x402f06(_0x4da0e1,_0x725b97-0x59,_0x4da0e1-0xd0,_0xe1be93- -0x3ba);}if(!ensureConfig(_0x5aa109))return;const _0x48c7d8=_0x4069bb[_0x9b2626(-0x2f0,-_0x568cae._0x55a280,-0x2d9,-_0x568cae._0x1ed4a7)][_0x9b2626(-0x296,-0x2a2,-0x290,-0x2c3)+'t'],_0x1eba86=new Set(String(_0x4069bb['query'][_0x9b2626(-_0x568cae._0x381efa,-0x310,-_0x568cae._0x3ddf8e,-0x2e3)]||'')['split'](',')[_0x4f41b5(-_0x568cae._0x2c965f,-_0x568cae._0x5af657,-_0x568cae._0x6aba9,-0x208)](_0x414031=>_0x414031['trim']()[_0x4f41b5(-0x23e,-0x21f,-0x232,-0x246)+'e']())['filter'](Boolean));function _0x9b2626(_0x3162ed,_0x545cdc,_0x1c56ef,_0x1270f0){return _0x402f06(_0x1c56ef,_0x545cdc-_0x176e70._0xbaa70f,_0x1c56ef-_0x176e70._0x1a2d4a,_0x1270f0- -_0x176e70._0xaf0587);}const _0x4a57b8=_0x1a57f9[_0x9b2626(-0x348,-_0x568cae._0x474d05,-_0x568cae._0x5e0b50,-_0x568cae._0x5570e2)](getConfig),_0x24073f=_0x4a57b8[_0x4f41b5(-_0x568cae._0xfcf55c,-_0x568cae._0x2c9080,-_0x568cae._0x38166a,-_0x568cae._0x176804)+'ts'][_0x48c7d8];if(!_0x24073f){if(_0x1a57f9[_0x4f41b5(-_0x568cae._0x114302,-0x1e9,-_0x568cae._0x207772,-0x1b7)](_0x1a57f9[_0x9b2626(-0x327,-0x2f5,-0x320,-0x329)],_0x1a57f9[_0x4f41b5(-0x24a,-0x21b,-_0x568cae._0x595a7c,-_0x568cae._0x4b19e4)])){const _0x62afa4={};return _0x62afa4[_0x4f41b5(-0x234,-_0x568cae._0x5277cd,-_0x568cae._0x381669,-0x25b)]=_0x4f41b5(-_0x568cae._0x381a22,-_0x568cae._0x3c5af0,-0x25d,-0x21a)+_0x4f41b5(-_0x568cae._0x1c6523,-0x233,-0x24c,-_0x568cae._0x231050)+'d',_0x62afa4[_0x9b2626(-_0x568cae._0x101bdb,-_0x568cae._0x36ea46,-_0x568cae._0x45c277,-0x2c3)+'t']=_0x48c7d8,_0x5aa109['status'](0xfb*-0x1+-0x3*0x282+0xa15)[_0x9b2626(-_0x568cae._0x542b92,-0x30e,-_0x568cae._0x4dd5f2,-0x2d1)](_0x62afa4);}else{const _0x2bb05d={};_0x2bb05d[_0x9b2626(-0x2df,-_0x568cae._0x310838,-0x2c5,-_0x568cae._0x21a14a)+'t']=_0x319ce6,_0x54d81a[_0x4f41b5(-0x234,-0x262,-0x223,-0x1fb)](_0x1a57f9[_0x4f41b5(-_0x568cae._0x30a740,-0x1dc,-0x219,-0x213)],_0x2389a3,_0x2bb05d);const _0x28b652={};_0x28b652[_0x9b2626(-_0x568cae._0x1a1a07,-0x323,-0x342,-0x313)]=_0x1a57f9['vbzIK'],_0x28b652['message']=_0x4b95fe[_0x4f41b5(-0x21f,-_0x568cae._0x272a85,-0x22e,-_0x568cae._0x31f60a)],_0x41c655[_0x4f41b5(-_0x568cae._0x76792a,-_0x568cae._0x4559b1,-_0x568cae._0x26a795,-0x1f5)](-0x258d+0xd*0xf9+-0x9*-0x2fc)[_0x9b2626(-0x28f,-0x308,-_0x568cae._0x537c3e,-_0x568cae._0x1a28b6)](_0x28b652);}}if(_0x4069bb[_0x4f41b5(-_0x568cae._0x1528f2,-0x1d7,-0x1e6,-_0x568cae._0x1580ec)]&&!_0x4069bb[_0x4f41b5(-_0x568cae._0x2a0d95,-0x1bc,-_0x568cae._0x243ece,-0x1e1)][_0x9b2626(-_0x568cae._0x26b13e,-_0x568cae._0x373530,-0x292,-0x2b7)+_0x9b2626(-0x32b,-_0x568cae._0x2068c2,-_0x568cae._0x86335c,-0x2f0)]){if(_0x1a57f9[_0x9b2626(-_0x568cae._0x3c3675,-0x32c,-0x352,-_0x568cae._0x55e38c)](_0x1a57f9[_0x4f41b5(-0x1c8,-_0x568cae._0x526161,-_0x568cae._0x1778cc,-_0x568cae._0x15d191)],_0x1a57f9[_0x4f41b5(-_0x568cae._0x3eb2c3,-0x1a2,-_0x568cae._0x1b4eb5,-0x197)]))try{if(_0x1a57f9[_0x4f41b5(-_0x568cae._0x29a7e8,-0x1bd,-_0x568cae._0x31e62e,-0x184)]!==_0x1a57f9[_0x9b2626(-0x2d7,-0x2ce,-_0x568cae._0x3732a8,-_0x568cae._0x132da3)]){const _0x410df8={};return _0x410df8[_0x4f41b5(-0x234,-_0x568cae._0x15e45a,-0x218,-_0x568cae._0x46ca01)]=_0x1a57f9[_0x4f41b5(-0x215,-0x223,-0x22e,-0x240)],_0x410df8['message']=_0x9b2626(-0x2cf,-0x2c8,-_0x568cae._0x233746,-_0x568cae._0x33618e)+'\x20have\x20acce'+_0x9b2626(-_0x568cae._0x4ab80d,-0x2ca,-0x2dd,-0x30a)+_0x9b2626(-0x285,-_0x568cae._0x3dafd6,-_0x568cae._0x4edf87,-0x2ba)+'nt',_0x5d24a7[_0x9b2626(-_0x568cae._0x132da3,-_0x568cae._0x4336c8,-0x2b7,-_0x568cae._0x596b77)](0x10d9*-0x1+-0x1*0x1114+0x2380)['json'](_0x410df8);}else{const _0x11c70f=await _0x1a57f9[_0x4f41b5(-_0x568cae._0x1f407c,-_0x568cae._0x2701e,-_0x568cae._0x27d7fb,-0x242)](getVisibleEnvironments,_0x4069bb['user']['id']);if(!_0x11c70f[_0x9b2626(-0x299,-0x2b6,-_0x568cae._0x3c450f,-_0x568cae._0x40f222)](_0x48c7d8)){const _0x4917c4={};return _0x4917c4[_0x9b2626(-_0x568cae._0x3ac3fa,-_0x568cae._0x360e4f,-_0x568cae._0x708c16,-0x313)]=_0x1a57f9[_0x4f41b5(-0x215,-0x1de,-0x1e0,-_0x568cae._0x1f95b6)],_0x4917c4[_0x9b2626(-_0x568cae._0x5772db,-_0x568cae._0x1ac355,-_0x568cae._0x2bc5f4,-0x2fe)]=_0x1a57f9['Bczvm'],_0x5aa109[_0x9b2626(-0x28d,-_0x568cae._0x245233,-0x2e2,-_0x568cae._0x1adcec)](-0x11+0x106f*-0x1+0x7*0x295)[_0x4f41b5(-_0x568cae._0x383df2,-0x22e,-0x219,-0x20d)](_0x4917c4);}}}catch(_0x243f04){const _0x243fa9={};_0x243fa9['error']=_0x243f04[_0x4f41b5(-0x21f,-_0x568cae._0x5ecb78,-_0x568cae._0x10bdad,-0x25e)],logger[_0x9b2626(-0x30a,-0x2f9,-0x2f0,-_0x568cae._0x196373)](_0x1a57f9[_0x9b2626(-0x2de,-0x2a1,-0x2e8,-_0x568cae._0x708c16)],_0x243fa9);}else{const _0x2e1b72={};_0x2e1b72['error']=_0x443c76[_0x9b2626(-_0x568cae._0x1a3e53,-_0x568cae._0x3ddf8e,-_0x568cae._0x206c94,-_0x568cae._0x24b3c6)],_0x23f709[_0x4f41b5(-_0x568cae._0x2b54a8,-0x227,-0x22b,-_0x568cae._0x58e934)](_0x1a57f9['bsbbY'],_0x2e1b72);}}try{const _0x664d00=_0x24073f[_0x9b2626(-_0x568cae._0x389ea6,-_0x568cae._0x47db5f,-_0x568cae._0x1dcdf0,-_0x568cae._0x414e97)],[_0x458265,_0x5a570e,_0x2de540]=await Promise[_0x4f41b5(-0x22e,-0x1f5,-0x20a,-0x1f3)]([_0x1a57f9[_0x4f41b5(-0x1f9,-0x1c4,-_0x568cae._0x1eff30,-0x208)](getTaskTemplates,_0x4a57b8,_0x48c7d8),_0x1a57f9[_0x4f41b5(-0x222,-0x21b,-0x1e8,-0x23f)](getTestDefinitions,_0x4a57b8,_0x48c7d8),_0x1a57f9['gcLOz'](loadDeploymentProfiles,_0x664d00)]),_0x21a870=await Promise['all'](_0x458265[_0x4f41b5(-_0x568cae._0x55f2f3,-_0x568cae._0x5ba674,-_0x568cae._0x17a2db,-_0x568cae._0x47e1c5)](async _0x51353c=>{const _0x31335d={_0x10181a:0x4f9,_0x1f00aa:0xfc},_0x4958d2={};_0x4958d2[_0x3224d6(0x58,_0x378cf6._0xe6e8c9,0xaa,0xd0)]=_0x1a57f9['HCJnr'];function _0x3224d6(_0x3a2acb,_0x1f22f1,_0x233fb4,_0x503ba0){return _0x4f41b5(_0x1f22f1-_0x2c7a5a._0x768c00,_0x1f22f1-0x17,_0x233fb4,_0x503ba0-0xee);}function _0x194791(_0x3b1e1e,_0x4f019a,_0x2c3bf1,_0xcdacc2){return _0x4f41b5(_0xcdacc2-_0x31335d._0x10181a,_0x4f019a-0xf2,_0x3b1e1e,_0xcdacc2-_0x31335d._0x1f00aa);}const _0x4a7b01=_0x4958d2,_0x3ab603=_0x51353c['name'];try{if(_0x1a57f9[_0x3224d6(_0x378cf6._0x382537,_0x378cf6._0x4ec4a0,0x87,0x87)](_0x1a57f9[_0x3224d6(_0x378cf6._0x5a582b,_0x378cf6._0x56f2b1,0x81,0xf9)],'sQheE')){const _0x5be5fe=await _0x1a57f9['HpHTx'](getTemplateDetails,_0x4a57b8,_0x48c7d8,_0x3ab603),_0x4996c5={};_0x4996c5[_0x194791(0x2f7,_0x378cf6._0x2ea9b9,_0x378cf6._0x25db75,0x2cf)]=_0x5be5fe['name'],_0x4996c5[_0x194791(0x33b,0x303,0x2d1,0x301)]=_0x5be5fe['title'],_0x4996c5[_0x3224d6(_0x378cf6._0x11218b,_0x378cf6._0x350441,_0x378cf6._0x3371f6,0xc7)+'n']=_0x5be5fe[_0x3224d6(0xa5,0xe6,_0x378cf6._0x410142,_0x378cf6._0x2c1d37)+'n'],_0x4996c5[_0x194791(_0x378cf6._0x21479d,0x34d,0x354,_0x378cf6._0x442b72)]=_0x5be5fe['updatedAt'],_0x4996c5['parameters']=_0x5be5fe[_0x3224d6(0xd7,_0x378cf6._0x28645c,0xd1,_0x378cf6._0x3c7ea4)];const _0x480285=_0x4996c5;if(_0x1eba86[_0x194791(_0x378cf6._0x5d1517,_0x378cf6._0x13c27c,_0x378cf6._0x14c71e,0x2a9)](_0x1a57f9[_0x194791(0x290,_0x378cf6._0x1bd231,0x2b8,0x2b2)])){if(_0x1a57f9[_0x194791(_0x378cf6._0x1acae0,0x2da,0x343,_0x378cf6._0x5509fb)](_0x1a57f9[_0x3224d6(_0x378cf6._0x3e895f,_0x378cf6._0x234e5f,0xa0,_0x378cf6._0x49b00d)],_0x1a57f9['NoSgh']))_0x480285[_0x3224d6(0x62,0x78,0x46,0x73)]=_0x5be5fe['content'];else{if(!_0xde8541()){const _0x15bf9b={};return _0x15bf9b[_0x194791(0x2a1,0x2db,_0x378cf6._0x15fbba,0x2c5)]=_0x1a57f9['JmfIX'],_0x15bf9b['message']=_0x1a57f9['JZedo'],_0x515226[_0x3224d6(0xa9,0xdb,0xb1,0xe8)](0x1*0x10c6+-0x14f6*-0x1+0x1*-0x23c5)['json'](_0x15bf9b),![];}return!![];}}return _0x480285;}else{_0x5372de[_0x194791(_0x378cf6._0x3c93e7,_0x378cf6._0x1c5a70,0x2c1,0x2c5)](_0x4a7b01[_0x194791(0x2e0,_0x378cf6._0x3b3d66,0x2ec,_0x378cf6._0x42f380)],_0x2fa932);const _0x3a338c={};_0x3a338c[_0x3224d6(0xa5,_0x378cf6._0x3b8f98,0x43,0x5d)]=_0x4a7b01[_0x3224d6(0x5a,0x96,0x58,0x5f)],_0x3a338c[_0x194791(_0x378cf6._0x280601,_0x378cf6._0x3b3d19,0x318,_0x378cf6._0x34ce6f)]=_0x5dbc82[_0x3224d6(0x68,_0x378cf6._0x53371f,_0x378cf6._0x36e7ca,_0x378cf6._0x2158b0)],_0x563234[_0x3224d6(0x117,_0x378cf6._0x2dbf1c,0xd4,0x11e)](0x403*0x2+-0x36f+0x4b*-0x9)[_0x3224d6(0x96,0xbe,_0x378cf6._0x5ca26f,_0x378cf6._0x38ad80)](_0x3a338c);}}catch(_0x145040){const _0x1cf428={};_0x1cf428[_0x3224d6(0xc0,_0x378cf6._0x5cb9af,0xf4,0xc9)+'t']=_0x48c7d8,_0x1cf428[_0x3224d6(_0x378cf6._0x10d671,0xa0,0xd8,0x7f)]=_0x3ab603,_0x1cf428['error']=_0x145040['message'],logger['warn'](_0x1a57f9[_0x194791(0x2f1,_0x378cf6._0x9ff3d2,_0x378cf6._0x1410f7,0x312)],_0x1cf428);const _0x3e0fc0={};return _0x3e0fc0[_0x3224d6(_0x378cf6._0x3331d8,0x86,0x72,0x89)]=_0x3ab603,_0x3e0fc0[_0x194791(0x2dc,_0x378cf6._0x324d2f,_0x378cf6._0x1d8c19,0x301)]=_0x51353c[_0x3224d6(0xe8,0xb8,0xb9,0x74)]||null,_0x3e0fc0[_0x3224d6(_0x378cf6._0x36a58c,_0x378cf6._0x350441,0x100,0x107)+'n']=null,_0x3e0fc0[_0x194791(_0x378cf6._0x31100d,0x30a,_0x378cf6._0x1176cd,0x305)]=[],_0x3e0fc0;}})),_0x189af1={};_0x189af1[_0x9b2626(-0x291,-_0x568cae._0x15c9a1,-_0x568cae._0x4967fb,-0x2c3)+'t']=_0x48c7d8,_0x189af1['descriptio'+'n']=_0x24073f[_0x9b2626(-0x2d8,-_0x568cae._0x5efff8,-0x2d6,-0x2a9)+'n']||null,_0x189af1[_0x4f41b5(-0x23b,-0x26e,-_0x568cae._0x533e0e,-0x226)+'ent']=_0x24073f[_0x4f41b5(-_0x568cae._0x533e0e,-_0x568cae._0x2e09b6,-_0x568cae._0x145e08,-0x210)+_0x9b2626(-_0x568cae._0x381efa,-_0x568cae._0x39bc12,-_0x568cae._0x239fe8,-_0x568cae._0x249c2b)]||null,_0x189af1[_0x9b2626(-_0x568cae._0x315fb3,-_0x568cae._0x1b36b6,-_0x568cae._0x172858,-0x2af)]=_0x24073f[_0x9b2626(-_0x568cae._0x56853a,-0x2e8,-0x283,-_0x568cae._0x1f98b7)]||[],_0x189af1[_0x4f41b5(-_0x568cae._0x5342e5,-_0x568cae._0x5db5c7,-0x256,-0x244)]=_0x21a870,_0x189af1[_0x4f41b5(-0x21b,-_0x568cae._0x5669ea,-_0x568cae._0x10bdad,-_0x568cae._0x3f7166)]=_0x5a570e,_0x189af1['deployment'+'_profiles']=_0x2de540,_0x5aa109[_0x4f41b5(-_0x568cae._0x383df2,-0x219,-_0x568cae._0x831d1c,-_0x568cae._0x110f0d)](_0x189af1);}catch(_0x5c6c9c){const _0x38ee80={};_0x38ee80[_0x4f41b5(-_0x568cae._0xfcf55c,-_0x568cae._0x59aec4,-_0x568cae._0x210e8f,-_0x568cae._0x559044)+'t']=_0x48c7d8,logger[_0x4f41b5(-0x234,-_0x568cae._0x45d696,-0x1f7,-0x24d)](_0x1a57f9[_0x9b2626(-_0x568cae._0x2a6480,-_0x568cae._0x1aaa7d,-_0x568cae._0x11b310,-0x2ec)],_0x5c6c9c,_0x38ee80);const _0x187a95={};_0x187a95[_0x9b2626(-0x357,-0x2dc,-0x30c,-0x313)]=_0x9b2626(-0x2cb,-_0x568cae._0x449ed6,-0x2ba,-_0x568cae._0x5a50ee)+'load\x20templ'+_0x4f41b5(-_0x568cae._0x134ad1,-0x205,-_0x568cae._0x4c3bc9,-0x1cd),_0x187a95[_0x9b2626(-0x33f,-0x323,-_0x568cae._0x295c9e,-_0x568cae._0x43b362)]=_0x5c6c9c[_0x4f41b5(-0x21f,-_0x568cae._0x5b4cc6,-0x1f1,-0x221)],_0x5aa109[_0x4f41b5(-0x1d5,-0x1a3,-_0x568cae._0xcdadd1,-0x198)](0xf8f+-0x1fd4+-0x137*-0xf)[_0x9b2626(-_0x568cae._0x249c2b,-0x2ec,-0x2ea,-_0x568cae._0x7171c)](_0x187a95);}}),router[_0x402f06(0x170,0x1cc,0x1ac,0x188)](_0x402f06(0x181,0x1a2,0x1ba,0x1b8)+_0x402f06(0x199,0x1e2,0x168,0x1a7)+_0x402f06(0x1e0,0x1f0,0x1e8,0x1ec),async(_0x56aeae,_0x26600b)=>{const _0x39d80c={_0x4dbc9d:0x2a8,_0x2b57f5:0x2b4,_0x372f48:0x295,_0x162e41:0x2a,_0x15c405:0x92,_0x4f6e12:0x5d,_0x151801:0x2ce,_0x1797df:0x26e,_0x14c645:0x2a3,_0x35455e:0x280,_0xbfdb3e:0x28d,_0x704e75:0xd,_0x41aa4a:0x28c,_0x419afd:0x2c2,_0x19638c:0x48,_0x2c55a3:0x1d,_0x296b85:0x31,_0x3260e0:0x14,_0x4a2c99:0x7,_0x2296c7:0x1,_0x101cc9:0x58,_0x94667c:0x2b7,_0x10168a:0x2eb,_0x439349:0x2ba,_0x4e8506:0x2e8,_0x32d352:0x12,_0x5904a4:0x70,_0x53a214:0x1e,_0x5192cd:0x37,_0xd0f9a3:0x65,_0x61fd50:0x2a5,_0x5d7ea6:0x298,_0x2a173f:0x249,_0xd8dac0:0x265,_0x4921ad:0x276,_0x1d68f8:0xb,_0x38a786:0x39,_0x547167:0x16,_0x157b73:0x273,_0x131c06:0x28b,_0x397757:0x77,_0x5932ee:0x5b,_0xfea7c0:0x1e,_0x25b36b:0x11,_0x1e925b:0x90,_0x331365:0x30,_0x245de8:0x72,_0x43a9c0:0x67,_0x4820e0:0x284,_0xa613a4:0x2b1,_0x3b39ec:0x27e,_0x2e305a:0x25e,_0x4d46de:0x2b4,_0x4713e1:0x2ab,_0x4eb021:0x22a,_0x38023f:0x237,_0x541c6a:0x26d,_0x3c2a0c:0x96,_0x102cb9:0x55,_0x2ad876:0x81,_0x112e05:0x59,_0x3dcc14:0x5e,_0x4b8f41:0x47,_0x1ace08:0x76,_0x1cdd9f:0x53,_0x1cfd2a:0x75,_0x5d6f3a:0x62,_0x7e7b6:0x268,_0x2ef5d2:0x17,_0x3f99b2:0x4a,_0x2401f5:0x7b,_0xd450ac:0x4b,_0x5c37d5:0x5f,_0x57c417:0x2e,_0x131d3f:0x26,_0x3efba8:0x14,_0x3c7b9b:0x16,_0x35492c:0x42,_0x22f8c4:0x73,_0x342249:0x3d,_0x34a269:0x34,_0x4ae6cb:0x3e,_0x10e88b:0x7a,_0x29b3b5:0x3a,_0x1c9ae3:0x84,_0xcd9789:0x5a,_0x478644:0x30,_0x3280b3:0x6a,_0x257166:0x1e,_0x1fe457:0x3,_0x8b48ab:0x32,_0x4a1d1b:0x298,_0x31e69e:0x27a,_0x35682d:0x2b3,_0x1d0766:0x2aa,_0x72a80:0x2bc,_0x1cc0df:0x2e7,_0x1f6edb:0x2ab,_0x6f4032:0x2e4,_0x3a595b:0x4,_0xa10d2c:0x3,_0x46577d:0x12,_0x442087:0x2c6,_0x26dbde:0x2e1,_0x1de504:0x2b,_0x26d91f:0x41,_0x36dd4b:0x3b,_0x4b79f3:0x53,_0x96be89:0x2ed,_0x2e76fa:0x2e9,_0x5940b7:0x76,_0x13f045:0x70,_0x52c51f:0x45,_0x8e7443:0x2c6,_0x1b2292:0x2d1,_0x52bf80:0x304,_0x55a00f:0x18,_0x1188fe:0xc,_0x1e7ae7:0x2b1,_0xb18a69:0x34,_0x23cc68:0x10,_0x4292ff:0x1d,_0x3b4a8b:0x1c,_0x587c82:0x2af,_0x6e502c:0x294,_0x39b0c7:0x291,_0x50479f:0x80,_0xd035d8:0x5a,_0xd2febb:0x36,_0x18b206:0x18,_0x452aaf:0x2d},_0x149320={_0x1bedf1:0x66},_0x31a082={_0x1aee5e:0x461};function _0x2473d6(_0x1aa28e,_0x40b2d0,_0x3e8056,_0xb8d497){return _0xa78b4f(_0x1aa28e,_0x3e8056- -_0x31a082._0x1aee5e,_0x3e8056-0x14,_0xb8d497-0x1e7);}const _0x418ac2={'JGTyB':_0x2473d6(-_0x39d80c._0x4dbc9d,-0x2d7,-_0x39d80c._0x2b57f5,-0x2ec)+_0x2473d6(-_0x39d80c._0x372f48,-0x2b0,-0x27d,-0x24b),'mRUVf':_0x322fdb(0x18,_0x39d80c._0x162e41,-0x7,-0xc)+_0x322fdb(0x3f,_0x39d80c._0x15c405,0x64,_0x39d80c._0x4f6e12)+'igured','fVsRl':_0x2473d6(-0x2bb,-_0x39d80c._0x151801,-0x2d4,-0x2f0)+_0x2473d6(-_0x39d80c._0x1797df,-_0x39d80c._0x14c645,-_0x39d80c._0x35455e,-_0x39d80c._0xbfdb3e)+_0x322fdb(-0x21,0x38,-0x47,-_0x39d80c._0x704e75)+_0x2473d6(-0x272,-0x280,-_0x39d80c._0x41aa4a,-_0x39d80c._0x419afd)+_0x322fdb(0x67,0x89,0x25,_0x39d80c._0x19638c)+_0x322fdb(-0x5,-_0x39d80c._0x2c55a3,_0x39d80c._0x296b85,-_0x39d80c._0x3260e0)+_0x322fdb(-_0x39d80c._0x4a2c99,_0x39d80c._0x2296c7,_0x39d80c._0x101cc9,0x1b)+'tes.','MHFsi':function(_0x5e3726,_0x3bfe9f){return _0x5e3726(_0x3bfe9f);},'WUQVB':function(_0x45dcdd){return _0x45dcdd();},'XiBsb':_0x2473d6(-_0x39d80c._0x94667c,-_0x39d80c._0x10168a,-0x2ed,-_0x39d80c._0x439349),'JPUad':_0x2473d6(-0x2ab,-0x2c4,-_0x39d80c._0x4e8506,-0x2ca)+_0x322fdb(0x1,-0x29,_0x39d80c._0x32d352,-0x3)+'d','cOOCc':function(_0x3d8405,_0x426a5f){return _0x3d8405===_0x426a5f;},'LpEIg':_0x322fdb(_0x39d80c._0x5904a4,_0x39d80c._0x53a214,_0x39d80c._0x5192cd,0x51),'wfpyN':function(_0x3b76c5,_0x2fcb83){return _0x3b76c5===_0x2fcb83;},'THouO':_0x322fdb(0x4c,_0x39d80c._0xd0f9a3,0x5d,0x6a),'lJuMp':'You\x20do\x20not'+_0x2473d6(-0x2c9,-0x2c8,-_0x39d80c._0x61fd50,-_0x39d80c._0x5d7ea6)+'ss\x20to\x20this'+_0x2473d6(-_0x39d80c._0x2a173f,-_0x39d80c._0xd8dac0,-_0x39d80c._0x4921ad,-0x2b8)+'nt','IdMUp':_0x322fdb(-_0x39d80c._0x1d68f8,-0x10,-_0x39d80c._0x38a786,-_0x39d80c._0x547167)+'t\x20visibili'+_0x2473d6(-_0x39d80c._0x157b73,-0x2d0,-_0x39d80c._0x131c06,-0x286)+_0x322fdb(0x75,0x57,_0x39d80c._0x397757,_0x39d80c._0x5932ee)+_0x2473d6(-0x2a1,-0x290,-0x2b8,-0x2a0)+'environmen'+_0x322fdb(_0x39d80c._0xfea7c0,_0x39d80c._0x38a786,_0x39d80c._0x25b36b,0x2b)+'e','cPbSN':function(_0x1bc48c,_0x100dd7,_0x41aa2d,_0x132b04){return _0x1bc48c(_0x100dd7,_0x41aa2d,_0x132b04);},'TMoAn':_0x322fdb(_0x39d80c._0x1e925b,_0x39d80c._0x331365,_0x39d80c._0x245de8,0x61)+'load\x20templ'+_0x2473d6(-0x2d0,-0x275,-0x2a0,-0x25e)+'s'};if(!_0x418ac2[_0x322fdb(_0x39d80c._0x43a9c0,0x3,0x3f,_0x39d80c._0x296b85)](ensureConfig,_0x26600b))return;function _0x322fdb(_0x90f67b,_0x2684b8,_0x1e8798,_0x5ddf10){return _0x402f06(_0x1e8798,_0x2684b8-0x144,_0x1e8798-_0x149320._0x1bedf1,_0x5ddf10- -0x183);}const _0x30c7c6=_0x56aeae[_0x2473d6(-_0x39d80c._0x4820e0,-_0x39d80c._0xa613a4,-_0x39d80c._0x3b39ec,-_0x39d80c._0x2e305a)][_0x322fdb(0x6f,_0x39d80c._0x245de8,0x35,0x53)+'t'],_0x5e258a=_0x56aeae['params'][_0x2473d6(-0x288,-_0x39d80c._0x4d46de,-_0x39d80c._0x4713e1,-0x29d)],_0x4d95db=_0x418ac2[_0x2473d6(-_0x39d80c._0x4eb021,-_0x39d80c._0x38023f,-_0x39d80c._0x541c6a,-0x2a4)](getConfig),_0x270c9a=_0x4d95db[_0x322fdb(_0x39d80c._0x3c2a0c,0x66,_0x39d80c._0x102cb9,0x53)+'ts'][_0x30c7c6];if(!_0x270c9a){if(_0x418ac2[_0x322fdb(0x74,_0x39d80c._0x2ad876,0x24,_0x39d80c._0x112e05)]!=='QFdId'){const _0x126710={};return _0x126710['error']=_0x418ac2['JPUad'],_0x126710[_0x322fdb(_0x39d80c._0x3dcc14,_0x39d80c._0x4b8f41,_0x39d80c._0x1ace08,_0x39d80c._0x1cdd9f)+'t']=_0x30c7c6,_0x26600b[_0x322fdb(0x82,_0x39d80c._0x1cfd2a,0x5c,_0x39d80c._0x5d6f3a)](0x1dd1+-0xbf7+-0x1*0x1046)[_0x2473d6(-0x2ce,-_0x39d80c._0x7e7b6,-0x28d,-0x24f)](_0x126710);}else return _0xc60362;}if(_0x56aeae[_0x322fdb(0x68,0x59,_0x39d80c._0x2ef5d2,0x3d)]&&!_0x56aeae['user'][_0x322fdb(_0x39d80c._0x3f99b2,_0x39d80c._0x2401f5,_0x39d80c._0xd450ac,_0x39d80c._0x5c37d5)+_0x322fdb(_0x39d80c._0x57c417,0x5e,0xe,_0x39d80c._0x131d3f)])try{if(_0x418ac2['cOOCc'](_0x418ac2[_0x322fdb(0x51,_0x39d80c._0x3efba8,_0x39d80c._0x3c7b9b,_0x39d80c._0x35492c)],_0x418ac2['LpEIg'])){const _0x7f9e22=await _0x418ac2['MHFsi'](getVisibleEnvironments,_0x56aeae[_0x322fdb(_0x39d80c._0x22f8c4,_0x39d80c._0x162e41,0xf,_0x39d80c._0x342249)]['id']);if(!_0x7f9e22[_0x322fdb(_0x39d80c._0x34a269,_0x39d80c._0x4ae6cb,_0x39d80c._0x10e88b,_0x39d80c._0x29b3b5)](_0x30c7c6)){if(_0x418ac2['wfpyN'](_0x418ac2[_0x322fdb(_0x39d80c._0x1c9ae3,0x81,0x3a,_0x39d80c._0xcd9789)],_0x322fdb(_0x39d80c._0x478644,0x8c,0x80,_0x39d80c._0x3280b3))){const _0x4b9198={};return _0x4b9198[_0x322fdb(-_0x39d80c._0x25b36b,_0x39d80c._0x257166,0x3d,_0x39d80c._0x1fe457)]='Access\x20den'+_0x322fdb(-_0x39d80c._0x8b48ab,-0x35,_0x39d80c._0x32d352,-0x6),_0x4b9198['message']=_0x418ac2[_0x2473d6(-0x2a4,-0x2f0,-0x2dc,-_0x39d80c._0x4a1d1b)],_0x26600b['status'](-0x1*0x835+-0x17db+0x21a3)[_0x2473d6(-_0x39d80c._0x31e69e,-0x268,-0x28d,-_0x39d80c._0x35682d)](_0x4b9198);}else{const _0x216520={};_0x216520[_0x2473d6(-0x2ad,-_0x39d80c._0x1d0766,-0x27f,-0x2b8)+'t']=_0x5a9c8a,_0x216520[_0x2473d6(-_0x39d80c._0x72a80,-_0x39d80c._0x1cc0df,-_0x39d80c._0x1f6edb,-_0x39d80c._0x6f4032)]=_0x39ce6d,_0x1ff8f8[_0x322fdb(-_0x39d80c._0x162e41,_0x39d80c._0x3a595b,-_0x39d80c._0x29b3b5,_0x39d80c._0xa10d2c)]('Failed\x20to\x20'+'load\x20templ'+_0x322fdb(_0x39d80c._0x46577d,_0x39d80c._0x57c417,_0x39d80c._0xa10d2c,_0x39d80c._0x8b48ab)+'s',_0x457704,_0x216520);const _0x108652={};_0x108652[_0x2473d6(-0x30e,-_0x39d80c._0x442087,-0x2cf,-_0x39d80c._0x26dbde)]=_0x418ac2[_0x322fdb(0xd,-_0x39d80c._0x2296c7,_0x39d80c._0x1de504,_0x39d80c._0x26d91f)],_0x108652[_0x322fdb(0x16,0x61,_0x39d80c._0x36dd4b,_0x39d80c._0x4b79f3)+'t']=_0x2c1bb5,_0x108652[_0x2473d6(-0x283,-0x2ca,-0x2ab,-0x274)]=_0x2841fc,_0x108652['message']=_0x299075[_0x2473d6(-_0x39d80c._0x96be89,-_0x39d80c._0x2e76fa,-_0x39d80c._0x439349,-0x2a1)],_0x36ffd4[_0x322fdb(0x76,_0x39d80c._0x5940b7,0x91,_0x39d80c._0x5d6f3a)](-0x183a+0x1452+0x57c)[_0x322fdb(_0x39d80c._0x13f045,0x5,0x4b,_0x39d80c._0x52c51f)](_0x108652);}}}else{const _0x5126fc={};return _0x5126fc[_0x322fdb(0x2e,0x36,0xd,_0x39d80c._0x1fe457)]=_0x418ac2[_0x2473d6(-_0x39d80c._0x8e7443,-_0x39d80c._0xa613a4,-_0x39d80c._0x1b2292,-_0x39d80c._0x52bf80)],_0x5126fc[_0x322fdb(_0x39d80c._0x131d3f,-0x28,-0x28,_0x39d80c._0x55a00f)]=_0x418ac2[_0x322fdb(_0x39d80c._0x1188fe,0x80,0x73,_0x39d80c._0xd450ac)],_0x28227e[_0x322fdb(_0x39d80c._0x43a9c0,0x68,0x6d,_0x39d80c._0x5d6f3a)](-0xd3*-0x25+0x3*0x742+-0x324e)[_0x2473d6(-0x25a,-_0x39d80c._0x1e7ae7,-0x28d,-0x2cd)](_0x5126fc),![];}}catch(_0x4cf74c){const _0x446059={};_0x446059['error']=_0x4cf74c[_0x2473d6(-0x2ea,-0x2cd,-_0x39d80c._0x439349,-0x2cd)],logger[_0x322fdb(-_0x39d80c._0xb18a69,-0x34,-0x16,_0x39d80c._0x23cc68)](_0x418ac2['IdMUp'],_0x446059);}try{const _0x55467b=await _0x418ac2[_0x2473d6(-0x2a9,-0x2a0,-0x26c,-0x288)](getTemplateDetails,_0x4d95db,_0x30c7c6,_0x5e258a);_0x26600b['json'](_0x55467b);}catch(_0x6f5d54){const _0x538ab2={};_0x538ab2['environmen'+'t']=_0x30c7c6,_0x538ab2[_0x322fdb(-_0x39d80c._0x4292ff,-_0x39d80c._0x3b4a8b,_0x39d80c._0x23cc68,0x27)]=_0x5e258a,logger[_0x322fdb(-0x3b,-0x1d,0xa,0x3)](_0x418ac2[_0x2473d6(-_0x39d80c._0x1797df,-_0x39d80c._0x587c82,-0x296,-0x28e)],_0x6f5d54,_0x538ab2);const _0x48c23a={};_0x48c23a['error']=_0x418ac2[_0x2473d6(-0x24e,-_0x39d80c._0x6e502c,-_0x39d80c._0x39b0c7,-0x2c8)],_0x48c23a[_0x322fdb(_0x39d80c._0x50479f,_0x39d80c._0x331365,0x3b,_0x39d80c._0x1cdd9f)+'t']=_0x30c7c6,_0x48c23a[_0x322fdb(0x30,_0x39d80c._0xd035d8,_0x39d80c._0x101cc9,0x27)]=_0x5e258a,_0x48c23a['message']=_0x6f5d54[_0x322fdb(0x31,0x5c,_0x39d80c._0xd2febb,_0x39d80c._0x18b206)],_0x26600b['status'](0x53*0x53+0xe13+-0x2768)[_0x322fdb(0x64,_0x39d80c._0x452aaf,0x80,0x45)](_0x48c23a);}});export default router;
1
+ function _0x3581(_0x24508a,_0x357545){_0x24508a=_0x24508a-(-0x264a+0x2*0x282+-0x2201*-0x1);const _0x3c8d74=_0x2811();let _0x5212e3=_0x3c8d74[_0x24508a];if(_0x3581['EtQfBI']===undefined){var _0x14fe0e=function(_0x5328ba){const _0xf23d19='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4c4473='',_0x14c832='';for(let _0x12a23a=0x171e+-0xa*-0x1fb+-0x52*0x86,_0x4f146a,_0x54a60e,_0x2f5cc9=0x27*0xaa+-0x17a6+-0x240;_0x54a60e=_0x5328ba['charAt'](_0x2f5cc9++);~_0x54a60e&&(_0x4f146a=_0x12a23a%(-0x5c*0x36+0x1a0a+-0x69e)?_0x4f146a*(0x17*0x152+0x22c4+-0x40e2)+_0x54a60e:_0x54a60e,_0x12a23a++%(0x3e3+-0x1d6a+0x198b))?_0x4c4473+=String['fromCharCode'](-0x2*0x639+0x19b5*-0x1+0x2726&_0x4f146a>>(-(0x5*-0x107+0x1a2*-0x1+0x1*0x6c7)*_0x12a23a&0x462*-0x8+0x18ca+0xa4c)):0xf*-0xae+0x1*0x2638+-0x1c06){_0x54a60e=_0xf23d19['indexOf'](_0x54a60e);}for(let _0x462fd3=-0x2073+0x1997+0x6dc,_0x4ba361=_0x4c4473['length'];_0x462fd3<_0x4ba361;_0x462fd3++){_0x14c832+='%'+('00'+_0x4c4473['charCodeAt'](_0x462fd3)['toString'](-0x21*0x31+-0xb1f*0x3+0x27be))['slice'](-(-0x1d*0x107+0xa71+0x135c));}return decodeURIComponent(_0x14c832);};_0x3581['DITASk']=_0x14fe0e,_0x3581['jYqvgi']={},_0x3581['EtQfBI']=!![];}const _0x265b6c=_0x3c8d74[-0x1*0x1867+-0x3*-0xdd+0x15d0],_0x19c68a=_0x24508a+_0x265b6c,_0x2d5271=_0x3581['jYqvgi'][_0x19c68a];return!_0x2d5271?(_0x5212e3=_0x3581['DITASk'](_0x5212e3),_0x3581['jYqvgi'][_0x19c68a]=_0x5212e3):_0x5212e3=_0x2d5271,_0x5212e3;}(function(_0x19725c,_0x38ed7a){const _0x28c734={_0x3b1d95:0x2df,_0x331566:0x2e8,_0x58fc65:0x65,_0x48a990:0x304,_0x2a97e0:0x2d9,_0x4b6f16:0xf,_0x52f603:0x2f2,_0x4f6bc3:0x305,_0x4711d0:0x2e1,_0x49555c:0x30d,_0x125524:0x294,_0x459782:0x0,_0x54172e:0x6,_0x318455:0x46,_0x154dd4:0x2eb};function _0x282590(_0x4d7f25,_0x2c73e0,_0x4c0b10,_0x1060cc){return _0x3581(_0x4c0b10- -0x3e3,_0x4d7f25);}function _0x49d35e(_0x3d281c,_0x11b631,_0x34652c,_0x2eb254){return _0x3581(_0x34652c- -0x11a,_0x2eb254);}const _0x124c5e=_0x19725c();while(!![]){try{const _0x3026df=parseInt(_0x282590(-0x2b3,-_0x28c734._0x3b1d95,-_0x28c734._0x331566,-0x2b6))/(-0x13fa*0x1+0x2385+0x75*-0x22)*(parseInt(_0x49d35e(-0x37,-_0x28c734._0x58fc65,-0x5f,-0x70))/(0x569+-0x92*-0x5+0x841*-0x1))+parseInt(_0x282590(-0x2ec,-0x32b,-_0x28c734._0x48a990,-_0x28c734._0x2a97e0))/(-0x17c4+-0x225+0x19ec)+parseInt(_0x49d35e(0x28,0x2f,_0x28c734._0x4b6f16,-0x10))/(0x1573+-0xfd1*-0x1+-0x2540)+-parseInt(_0x282590(-0x2c1,-0x329,-_0x28c734._0x52f603,-0x31a))/(0x4*0x58+0x1b1+-0x4e*0xa)*(-parseInt(_0x282590(-_0x28c734._0x4f6bc3,-_0x28c734._0x4711d0,-_0x28c734._0x49555c,-0x327))/(-0x1*-0x1583+0x2183+-0x3700))+-parseInt(_0x282590(-0x2e2,-_0x28c734._0x125524,-0x2c2,-0x2ce))/(-0x1591+0xd*-0x39+-0x187d*-0x1)*(parseInt(_0x49d35e(0x1d,-0x25,_0x28c734._0x459782,0x23))/(-0xd1f*-0x1+-0xdd9+0xc2*0x1))+-parseInt(_0x49d35e(_0x28c734._0x54172e,-_0x28c734._0x318455,-0x26,-_0x28c734._0x54172e))/(0x1*0x937+-0x19*-0xea+0xa*-0x334)+-parseInt(_0x282590(-0x313,-0x328,-0x323,-_0x28c734._0x154dd4))/(-0x2*-0x329+0x45d+0x1*-0xaa5);if(_0x3026df===_0x38ed7a)break;else _0x124c5e['push'](_0x124c5e['shift']());}catch(_0x41f317){_0x124c5e['push'](_0x124c5e['shift']());}}}(_0x2811,-0xdf1dd+0x4*0x1aeee+0xecab2));import _0x43d17d from'express';import{getTaskTemplates,getTemplateDetails,getTestDefinitions,loadDeploymentProfiles}from'../config.js';import{getVisibleEnvironments}from'../lib/permission-resolver.js';import{logger}from'../lib/logger.js';function _0x2475bc(_0xddc65,_0x65a20b,_0x1622e2,_0xad15f1){const _0x1cf7dc={_0x3445cc:0x267};return _0x3581(_0x65a20b-_0x1cf7dc._0x3445cc,_0xddc65);}function _0x2811(){const _0x49d0c8=['r25WDgq','q1jptgm','zw52AxjVBM1LBG','q0TkEKq','nta5nJC3n0TMrvzSDG','Dc86DgvTCgXHDa','DfnqA3u','ywXS','rMTbEue','zw50CW','rvjFu0vuvvbFua','ze1XAfa','mJG2nJiWogLwCuLArW','zgzsyNC','z2v0','q3btEKG','Dcb2AxnPyMLSAq','BNzPCM9UBwvUDa','zgvWBg95BwvUDa','DhKGy2HLy2SGzG','zw1WBgf0zxmSia','ELbMv2u','A1vyC3O','C2v0Dxa','DMLYB25Tzw50','ntH2yw5Izg0','C3bSAxq','DxbKyxrLzef0','Dg1NC1i','y1fqr1m','ndGZodC0mgf0tuv1vG','CfzTCuK','ww91igrVig5VDa','B2H3BuG','BMfTzq','DcbUB3qGzM91BG','B3qGzM91BMq','D2fYBG','igHHDMuGywnJzq','wLvtrMC','vxbsufa','CNvUBMLUzYbPBG','uvfMDhy','CMvWB3m','txndDuu','C3mGDg8GDgHPCW','AwD1CMvK','Aw1Hz2vFBMfTzq','yxrLigrLDgfPBa','DgvTCgXHDgvZ','CefrD2W','CgfYyw1LDgvYCW','nJm0mdj5q2fdr2y','shbLEfK','rMfPBgvKihrVia','uNjkweq','yMXLihrLBxbSyq','C0XltfC','zs4Gu2v0ienpra','BwfW','EhfiEwm','nduYmtK2DxbQEeL4','ywLSzwqGAw4GDa','C3rHDhvZ','DxnLCG','sxnbt2q','zxjYB3i','D2PVzfC','re1ID3G','zMLSDgvY','Burfre4','CfPfAwi','lZPLBNzPCM9UBq','Cgf0Aa','BwvZC2fNzq','zgvZy3jPChrPBW','BLjbDNK','s3zIAum','sNnltKK','mZvzEfffq1q','B0XwCuW','qu52sKS','mZqYmdbHwvbuqM8','vhnnzfe','yxrLig1LDgfKyq','q2nsEfu','x3bYB2zPBgvZ','y29UDgvUDa','qwnJzxnZigrLBG','mJy1otDmv0vJs2u','DgvZlG','DgL0Bgu','zgvMyxvSDf9LBG','s3z5vxO','zw1WBgf0zxmVoG','DhjPBq','igvUDMLYB25Tzq','DgvTCgXHDgu','CvLsD2u','Bg9Hzcb0zw1WBa','CgfYyw1Z','Aw5JBhvKzq','ANnVBG','t3PHwxC','Aw5JBhvKzxm','rKrezgG','qvriihrVigvUyq','CxvLCNK','zw50CMLLCW','AgfZ','BcbLBNzPCM9UBq','BgLZDcb0zw1WBa','zw50','vgvTCgXHDguGBG','zgvMyxvSDf9HzW','AMfpwNa','yxrLCW','yxrLCYbMB3iGzq','wNPMy1y','rw52AxjVBM1LBG','og1yu0PAvW','BKXQANC','AwvK'];_0x2811=function(){return _0x49d0c8;};return _0x2811();}const router=_0x43d17d['Router']();function _0x3779cd(_0x11c963,_0x5722cd,_0x2565e8,_0x2681a5){const _0x199f28={_0x5af2fc:0x239};return _0x3581(_0x11c963-_0x199f28._0x5af2fc,_0x5722cd);}let _coderConfig=null;export function _setCoderConfig(_0xf79e27){_coderConfig=_0xf79e27;}function getConfig(){return _coderConfig;}function ensureConfig(_0x3cc343){const _0x59c5ca={_0x1e3e85:0x3c7,_0x131ce5:0x3ed,_0xb9cd88:0x3fc,_0x485f66:0x3e8,_0x54b9ca:0x3c2,_0x25b88f:0x3b4,_0x4ffd42:0x152,_0x1997b7:0x42e,_0x49d20e:0x3d1,_0x882f3e:0x3ee,_0x367ce2:0x14b,_0x2a6a1f:0x13e,_0x5e724d:0x150,_0x1d50db:0x42a,_0x4be297:0x43e,_0x385c8e:0x113,_0x1cd773:0x145,_0x401dcf:0x19c,_0x491d8d:0x16f,_0x3c5e0c:0x406},_0x59ab88={_0x17741d:0x2f7},_0x41c290={_0x41b59d:0x4f};function _0x891269(_0x125a94,_0x456ea9,_0x28fe06,_0x54aa97){return _0x3581(_0x54aa97-_0x41c290._0x41b59d,_0x125a94);}function _0x21cdbe(_0x1eefb8,_0xdbf785,_0x426844,_0x23fcba){return _0x3581(_0xdbf785-_0x59ab88._0x17741d,_0x1eefb8);}const _0x2a6479={'WfLQt':function(_0x59d3e0){return _0x59d3e0();},'kUXsz':'Coder-setu'+'p\x20not\x20conf'+_0x21cdbe(0x3f8,_0x59c5ca._0x1e3e85,_0x59c5ca._0x131ce5,_0x59c5ca._0xb9cd88),'CKJzD':'Server\x20is\x20'+_0x21cdbe(_0x59c5ca._0x485f66,_0x59c5ca._0x54b9ca,0x388,_0x59c5ca._0x25b88f)+'\x20basic\x20mod'+_0x891269(0x15c,0x107,_0x59c5ca._0x4ffd42,0x12b)+_0x21cdbe(0x436,0x41e,0x41e,_0x59c5ca._0x1997b7)+_0x21cdbe(0x3fe,0x403,0x3cc,0x3f8)+_0x21cdbe(0x40d,_0x59c5ca._0x49d20e,_0x59c5ca._0x882f3e,0x3b7)+_0x891269(0x11d,0x13d,0x164,_0x59c5ca._0x367ce2)};if(!_0x2a6479['WfLQt'](getConfig)){const _0x52ace3={};return _0x52ace3[_0x891269(_0x59c5ca._0x2a6a1f,_0x59c5ca._0x5e724d,0x10c,0x133)]=_0x2a6479[_0x21cdbe(0x43b,_0x59c5ca._0x1d50db,_0x59c5ca._0x4be297,0x43b)],_0x52ace3[_0x891269(_0x59c5ca._0x385c8e,_0x59c5ca._0x1cd773,0x103,0x13b)]=_0x2a6479[_0x891269(0x15f,_0x59c5ca._0x401dcf,0x188,_0x59c5ca._0x491d8d)],_0x3cc343[_0x21cdbe(0x3eb,0x3d8,0x3dd,_0x59c5ca._0x3c5e0c)](-0x6db+-0x1bf6+0x2*0x1264)['json'](_0x52ace3),![];}return!![];}router[_0x3779cd(0x364,0x336,0x39d,0x346)]('/',async(_0x45f495,_0x274d88)=>{const _0x2a4367={_0xbd70db:0x299,_0x359fbc:0x26f,_0x3a9aac:0x27f,_0x2c2a02:0x20d,_0x39f99e:0x253,_0x210a50:0x28e,_0x2e6e55:0x256,_0x431750:0x243,_0x33cb94:0x27f,_0x41f91d:0x261,_0x4c7185:0x29d,_0x13517c:0x292,_0x36b5a0:0x2c1,_0x5b1277:0x24b,_0x1b11d6:0x2a1,_0x57dc99:0x24e,_0x33be22:0x249,_0x2a8cab:0x23d,_0x293a17:0x1fa,_0x5a5f2a:0x244,_0x29f1e1:0x274,_0x236615:0x26f,_0x43e0fc:0x223,_0x5b6f97:0x23a,_0x25ccfb:0x209,_0x253b94:0x231,_0x1a61b2:0x26e,_0x4dd1fe:0x27c,_0x4482b2:0x283,_0x230f8d:0x243,_0x2630e9:0x275,_0x4c1cb1:0x261,_0x89ec5a:0x241,_0x3f5341:0x289,_0xf77342:0x25c,_0xdfd636:0x25b,_0x34303a:0x28a,_0x133b8d:0x260,_0x54488b:0x272,_0x114701:0x24f,_0x5ebee2:0x287,_0x178218:0x2b1,_0xb56261:0x2a5,_0x31906f:0x246,_0x54be93:0x28b,_0x25a8c9:0x270,_0x36aead:0x269,_0x4b8e84:0x293,_0x3360a6:0x292,_0xcb42a7:0x25e,_0x5a35d1:0x298,_0x36fc15:0x22d,_0x16f094:0x25d,_0x4152a3:0x285,_0x4b7928:0x258,_0x378434:0x252,_0x55cf8b:0x25e,_0x1f4892:0x288,_0x1e012b:0x241,_0x130445:0x268,_0x39a9c3:0x2ce,_0x2bfb30:0x2a8,_0x5759eb:0x259,_0x52f019:0x291,_0x405105:0x20f,_0x5d4f0a:0x275,_0x34e7b1:0x21b,_0x4d3f0e:0x266,_0x362816:0x288,_0x1c6e29:0x238,_0x4bf40f:0x230,_0x677cc0:0x281,_0x1f3a86:0x2c2,_0x6ed589:0x24b,_0x3d605f:0x266,_0x56a016:0x270,_0x245903:0x22b,_0x1c8b50:0x260,_0x110f64:0x2a0,_0x5b6c03:0x27a,_0xede87d:0x2a5,_0x9cfa4c:0x216,_0x4eb719:0x24a,_0x4c8336:0x213,_0x433f45:0x23e,_0x4a1ef0:0x273,_0x341362:0x259,_0x1d36c9:0x289,_0x59a7ed:0x2a6,_0x528996:0x245,_0x4bf278:0x248,_0x225877:0x259,_0x41dfea:0x280,_0x3898f3:0x232,_0x36b899:0x26c},_0x1a6c7b={_0x3d1676:0x78,_0x513822:0xae,_0x56187f:0x5d,_0x58c5e7:0x1f,_0x79dc99:0x4d,_0xb23754:0x3a5,_0x262097:0x7f,_0xe58284:0xb8,_0x54d687:0x7b,_0x16ff27:0x3de,_0x147d09:0x3ce,_0x41cec5:0x39d,_0x1beb2:0x3e8,_0x2c65c4:0x3df,_0x456be0:0x3c2,_0x1384e3:0x3a8,_0x4384aa:0x430,_0x2a958d:0x436,_0x18d45b:0x403,_0x3a294e:0x421,_0x3ff61b:0x427,_0x536644:0x405,_0x72a007:0x3e0,_0x4ed3ce:0x50,_0x16675a:0x4a,_0x157da2:0x97,_0x39c61e:0x7c,_0x3230ab:0x7f,_0x32daa2:0x3be,_0x1245eb:0x397},_0x365619={_0x433131:0x2e0},_0x37c0b6={_0x151616:0x164,_0x509e88:0x198},_0xe50655={_0x5a711a:0x590,_0x4a1666:0x183},_0x38fa54={_0x57693a:0xd5,_0x58065b:0xd0,_0x3a2aa3:0x192};function _0x66a69(_0x14d49f,_0x443c90,_0xbfee0,_0x57cc5b){return _0x3779cd(_0x443c90- -_0x38fa54._0x57693a,_0x57cc5b,_0xbfee0-_0x38fa54._0x58065b,_0x57cc5b-_0x38fa54._0x3a2aa3);}const _0x14512d={'XIdoY':function(_0x6332b4,_0x357f54){return _0x6332b4!==_0x357f54;},'IGlsk':_0x5e5646(-_0x2a4367._0xbd70db,-0x293,-0x25b,-_0x2a4367._0x359fbc),'MsCuE':function(_0x425e92,_0x5768de,_0x26dcdc){return _0x425e92(_0x5768de,_0x26dcdc);},'WOfww':_0x5e5646(-0x27e,-0x2aa,-0x259,-_0x2a4367._0x3a9aac)+'enumerate\x20'+_0x66a69(0x25d,0x237,_0x2a4367._0x2c2a02,_0x2a4367._0x39f99e),'cUAxU':_0x5e5646(-_0x2a4367._0x210a50,-_0x2a4367._0x2e6e55,-_0x2a4367._0x431750,-_0x2a4367._0x33cb94)+_0x66a69(_0x2a4367._0x41f91d,0x269,0x231,0x245)+'ates\x20for\x20e'+_0x66a69(_0x2a4367._0x4c7185,_0x2a4367._0x13517c,_0x2a4367._0x36b5a0,0x294),'dfRbw':function(_0x114da7,_0x4d3e51){return _0x114da7(_0x4d3e51);},'CcRxU':function(_0x3a642d){return _0x3a642d();},'FDDdh':_0x66a69(_0x2a4367._0x5b1277,_0x2a4367._0x3a9aac,_0x2a4367._0x1b11d6,_0x2a4367._0x57dc99),'cQPGS':_0x5e5646(-_0x2a4367._0x33be22,-_0x2a4367._0x2a8cab,-0x251,-0x23e)+_0x5e5646(-0x264,-0x211,-0x250,-0x22a)+_0x5e5646(-0x260,-0x263,-_0x2a4367._0x293a17,-0x227)+_0x66a69(0x266,_0x2a4367._0x5a5f2a,0x20d,0x24c)+_0x66a69(0x280,0x295,0x291,0x2a6)+'showing\x20al'+_0x66a69(0x29e,_0x2a4367._0x29f1e1,_0x2a4367._0x236615,0x238)+_0x5e5646(-_0x2a4367._0x43e0fc,-_0x2a4367._0x5b6f97,-_0x2a4367._0x25ccfb,-_0x2a4367._0x253b94),'CpSzH':_0x66a69(_0x2a4367._0x1a61b2,_0x2a4367._0x4dd1fe,0x2b6,_0x2a4367._0x4482b2),'FkAyA':'Failed\x20to\x20'+_0x66a69(_0x2a4367._0x230f8d,_0x2a4367._0x2630e9,_0x2a4367._0x4c1cb1,0x2ab)+_0x5e5646(-0x228,-0x26f,-0x236,-_0x2a4367._0x89ec5a)};function _0x5e5646(_0x41c43e,_0x21469b,_0x2d872b,_0x3fb517){return _0x3779cd(_0x3fb517- -_0xe50655._0x5a711a,_0x2d872b,_0x2d872b-_0xe50655._0x4a1666,_0x3fb517-0xa3);}if(!_0x14512d[_0x66a69(_0x2a4367._0x3f5341,0x28e,0x265,_0x2a4367._0x36b5a0)](ensureConfig,_0x274d88))return;try{const _0x1a5b37=_0x14512d[_0x66a69(_0x2a4367._0xf77342,_0x2a4367._0xdfd636,0x24d,_0x2a4367._0x34303a)](getConfig);let _0x474afc=Object[_0x66a69(_0x2a4367._0x133b8d,_0x2a4367._0x54488b,0x2a2,_0x2a4367._0x114701)](_0x1a5b37[_0x66a69(_0x2a4367._0x5ebee2,0x283,0x259,0x247)+'ts']);if(_0x45f495['user'])try{const _0x14a314=await _0x14512d[_0x66a69(_0x2a4367._0x178218,_0x2a4367._0x210a50,0x2bf,_0x2a4367._0xb56261)](getVisibleEnvironments,_0x45f495[_0x66a69(0x219,_0x2a4367._0x31906f,0x22c,0x27a)]['id']),_0x49ec64=new Set(_0x14a314);_0x474afc=_0x474afc[_0x5e5646(-0x24e,-0x26e,-_0x2a4367._0x54be93,-_0x2a4367._0x25a8c9)](([_0x24c200])=>_0x49ec64[_0x66a69(0x292,0x273,0x28c,0x279)](_0x24c200));}catch(_0xf4eeac){if(_0x14512d[_0x66a69(_0x2a4367._0x36aead,_0x2a4367._0x236615,0x240,0x283)]===_0x14512d[_0x66a69(0x276,0x26f,0x293,0x26a)]){const _0x542a78={};_0x542a78[_0x5e5646(-0x242,-0x267,-_0x2a4367._0x4b8e84,-0x273)]=_0xf4eeac[_0x5e5646(-_0x2a4367._0xbd70db,-_0x2a4367._0x3360a6,-0x267,-0x26b)],logger['warn'](_0x14512d[_0x5e5646(-0x2cc,-_0x2a4367._0xcb42a7,-0x286,-_0x2a4367._0x5a35d1)],_0x542a78);}else _0x4df232[_0x66a69(_0x2a4367._0x36fc15,_0x2a4367._0x16f094,_0x2a4367._0x4152a3,_0x2a4367._0x4b7928)]=_0x3d9bdd[_0x5e5646(-0x285,-_0x2a4367._0x378434,-0x296,-_0x2a4367._0x55cf8b)];}const _0x155c3a=await Promise[_0x66a69(0x296,_0x2a4367._0x1f4892,0x25f,0x29a)](_0x474afc[_0x66a69(_0x2a4367._0x31906f,_0x2a4367._0x1e012b,_0x2a4367._0x130445,_0x2a4367._0x431750)](async([_0x5e1ec3,_0x424364])=>{function _0x2ea3a1(_0x42b3ed,_0x340ede,_0x84250,_0x49344b){return _0x66a69(_0x42b3ed-_0x37c0b6._0x151616,_0x84250-0x18d,_0x84250-_0x37c0b6._0x509e88,_0x42b3ed);}let _0x1baee9=[];try{_0x14512d['XIdoY'](_0x14512d['IGlsk'],_0x14512d['IGlsk'])?_0x4021b0=_0x18f053:_0x1baee9=await _0x14512d[_0x5459cf(-0xae,-_0x1a6c7b._0x3d1676,-0x86,-_0x1a6c7b._0x513822)](getTaskTemplates,_0x1a5b37,_0x5e1ec3);}catch(_0x691664){const _0x3e0d81={};_0x3e0d81[_0x5459cf(-_0x1a6c7b._0x56187f,-0x4d,-_0x1a6c7b._0x58c5e7,-_0x1a6c7b._0x79dc99)+'t']=_0x5e1ec3,_0x3e0d81[_0x2ea3a1(_0x1a6c7b._0xb23754,0x3e8,0x3d5,0x3c2)]=_0x691664['message'],logger[_0x5459cf(-0xb5,-0xa8,-0x96,-_0x1a6c7b._0x262097)](_0x14512d['WOfww'],_0x3e0d81);}const _0x3fced1={};_0x3fced1[_0x5459cf(-_0x1a6c7b._0xe58284,-0xed,-_0x1a6c7b._0x54d687,-0xd9)]=_0x5e1ec3,_0x3fced1['descriptio'+'n']=_0x424364[_0x2ea3a1(_0x1a6c7b._0x16ff27,_0x1a6c7b._0x147d09,_0x1a6c7b._0x16ff27,0x3c1)+'n']||null,_0x3fced1[_0x2ea3a1(0x3e1,0x3a1,0x3c2,_0x1a6c7b._0x41cec5)]=_0x424364[_0x2ea3a1(_0x1a6c7b._0x1beb2,_0x1a6c7b._0x2c65c4,_0x1a6c7b._0x456be0,_0x1a6c7b._0x1384e3)]||null,_0x3fced1[_0x2ea3a1(_0x1a6c7b._0x4384aa,0x3fe,0x405,_0x1a6c7b._0x2a958d)+_0x2ea3a1(0x41c,0x3e1,_0x1a6c7b._0x18d45b,0x3dd)]=_0x424364[_0x2ea3a1(_0x1a6c7b._0x3a294e,_0x1a6c7b._0x3ff61b,_0x1a6c7b._0x536644,_0x1a6c7b._0x72a007)+_0x5459cf(-0x6a,-0x77,-_0x1a6c7b._0x4ed3ce,-_0x1a6c7b._0x16675a)]||null,_0x3fced1['repos']=_0x424364[_0x5459cf(-0xaf,-_0x1a6c7b._0x157da2,-_0x1a6c7b._0x39c61e,-_0x1a6c7b._0x3230ab)]||[],_0x3fced1[_0x2ea3a1(_0x1a6c7b._0x32daa2,_0x1a6c7b._0x1245eb,0x3c4,0x391)]=_0x1baee9;function _0x5459cf(_0x5ab01d,_0x54e3b5,_0x2a94eb,_0x2f3a22){return _0x66a69(_0x5ab01d-0x2a,_0x5ab01d- -_0x365619._0x433131,_0x2a94eb-0xa3,_0x54e3b5);}return _0x3fced1;})),_0xdada9f=_0x1a5b37[_0x66a69(_0x2a4367._0x39a9c3,_0x2a4367._0x5a35d1,0x298,_0x2a4367._0x2bfb30)][_0x5e5646(-0x249,-0x292,-0x272,-_0x2a4367._0x5759eb)+_0x66a69(_0x2a4367._0x52f019,_0x2a4367._0xbd70db,0x276,0x288)],_0x170899=_0x155c3a[_0x66a69(0x226,_0x2a4367._0x89ec5a,0x23d,_0x2a4367._0x405105)](_0x5159a1=>_0x5159a1[_0x5e5646(-0x2a5,-0x266,-0x282,-0x293)]),_0x36c3e8=_0x170899[_0x5e5646(-_0x2a4367._0x5d4f0a,-0x21b,-_0x2a4367._0x34e7b1,-0x24d)](_0xdada9f)?_0xdada9f:null,_0x359955={};_0x359955[_0x66a69(_0x2a4367._0x4d3f0e,0x262,0x263,_0x2a4367._0x362816)+'vironment']=_0x36c3e8,_0x359955[_0x5e5646(-0x203,-0x251,-0x228,-_0x2a4367._0x1c6e29)+'ts']=_0x155c3a,_0x274d88[_0x66a69(0x28b,0x26c,0x243,_0x2a4367._0x4bf40f)](_0x359955);}catch(_0x134b68){if(_0x14512d[_0x66a69(0x252,0x290,_0x2a4367._0x677cc0,_0x2a4367._0x1f3a86)]!==_0x14512d['CpSzH']){const _0x44ab64={};_0x44ab64[_0x66a69(_0x2a4367._0x6ed589,0x283,0x296,_0x2a4367._0x3d605f)+'t']=_0x429d04,_0x357521['error'](_0x14512d['cUAxU'],_0x197499,_0x44ab64);const _0x1bd1f6={};_0x1bd1f6['error']='Failed\x20to\x20'+_0x5e5646(-_0x2a4367._0x56a016,-_0x2a4367._0x245903,-_0x2a4367._0x1c8b50,-_0x2a4367._0x378434)+_0x66a69(_0x2a4367._0x110f64,_0x2a4367._0x5b6c03,_0x2a4367._0xede87d,0x25c),_0x1bd1f6[_0x66a69(0x265,0x250,_0x2a4367._0x9cfa4c,0x274)]=_0x1c6a49[_0x5e5646(-0x26d,-_0x2a4367._0x4eb719,-0x281,-0x26b)],_0x5da32b['status'](-0xf3d+-0x70*0x58+0x37b1)[_0x5e5646(-_0x2a4367._0x3d605f,-_0x2a4367._0x4eb719,-_0x2a4367._0x4c8336,-0x24f)](_0x1bd1f6);}else{logger[_0x5e5646(-_0x2a4367._0x433f45,-0x2a7,-0x2af,-_0x2a4367._0x4a1ef0)](_0x14512d[_0x66a69(_0x2a4367._0x341362,_0x2a4367._0x1d36c9,0x281,_0x2a4367._0x59a7ed)],_0x134b68);const _0x42b761={};_0x42b761[_0x66a69(_0x2a4367._0x528996,_0x2a4367._0x4bf278,0x26e,0x25b)]=_0x14512d[_0x66a69(0x2a1,_0x2a4367._0x3f5341,0x2a5,_0x2a4367._0x225877)],_0x42b761[_0x66a69(_0x2a4367._0x39f99e,0x250,0x22a,0x254)]=_0x134b68[_0x66a69(0x267,0x250,_0x2a4367._0x41dfea,_0x2a4367._0x3898f3)],_0x274d88['status'](0x1*-0x22b2+0x3*0xc3b+-0xb*0x1)[_0x66a69(0x265,_0x2a4367._0x36b899,0x242,0x23d)](_0x42b761);}}}),router['get'](_0x3779cd(0x323,0x33d,0x328,0x316)+_0x2475bc(0x353,0x379,0x386,0x36d),async(_0x3c4b0b,_0x1a1533)=>{const _0x169f59={_0x2d6162:0x30e,_0x13f40d:0x2d9,_0x464852:0x227,_0x40a507:0x27e,_0x4399bd:0x2df,_0x2463ed:0x2f7,_0x1b6e52:0x2bb,_0x30940c:0x270,_0x55e872:0x2fe,_0x2ce819:0x320,_0x2a1889:0x2b8,_0x848180:0x266,_0x19c433:0x263,_0x2ff149:0x292,_0x20330f:0x26d,_0x43d124:0x254,_0x4300b4:0x289,_0x2a15c7:0x295,_0x3d03fa:0x2ec,_0x50d974:0x275,_0x356db4:0x300,_0x138b08:0x2e2,_0x450408:0x2af,_0x50120b:0x2c2,_0x552835:0x24c,_0x21d6c9:0x25e,_0x31eb17:0x26a,_0x27fb95:0x247,_0x51d1fe:0x25d,_0xa32f27:0x224,_0x23a023:0x274,_0x44e73b:0x24f,_0x266e34:0x25a,_0x1a8f0a:0x25c,_0x19d858:0x281,_0x46b350:0x237,_0x55e0aa:0x2b8,_0x488554:0x2b9,_0x500388:0x2d1,_0x4f03fc:0x27c,_0x58d6f9:0x246,_0x3dd9a4:0x29c,_0x30bc3f:0x273,_0x27019b:0x24e,_0x2355a5:0x21b,_0xbd3caf:0x24a,_0x2c93b9:0x27e,_0x32d95d:0x271,_0x114b29:0x259,_0x46a4ee:0x22c,_0x59abd3:0x268,_0x1d6526:0x28f,_0x100d21:0x270,_0x43c8f3:0x2a2,_0x1078c0:0x293,_0x2a55ee:0x25b,_0x3c9b60:0x2e7,_0x3e7105:0x2cd,_0x25b76c:0x286,_0x45f045:0x275,_0x24b54f:0x276,_0x12d527:0x294,_0x1f3e8f:0x29b,_0x4e5ef6:0x21d,_0x4b6fd2:0x2be,_0x129e07:0x293,_0xb8befe:0x2f1,_0x37f7ae:0x2bd,_0x1049b0:0x2f0,_0x12197e:0x2ae,_0x11df20:0x2a4,_0x228f12:0x322,_0x3a0c8e:0x2ba,_0x5222be:0x2eb,_0x2edca2:0x2da,_0x425fd1:0x258,_0x499efe:0x277,_0x245bad:0x269,_0x5b2d5b:0x2d0,_0x447f96:0x2d4,_0x3092e7:0x27f,_0x2c129c:0x298,_0x5b1d91:0x2d8,_0x4b924a:0x233,_0xaee12d:0x26c,_0xd2b0c2:0x2b8,_0xe4baf5:0x2b1,_0x22c732:0x231,_0x1d9621:0x257,_0x10fc19:0x305,_0x3793de:0x262,_0x1bca19:0x2a5,_0x448387:0x2e0,_0x489139:0x2bc,_0x2ad477:0x256,_0x23edd3:0x244,_0x371f04:0x2e1,_0x18d639:0x29a,_0xc23f15:0x2bb,_0x18b97a:0x2ad,_0x2af38a:0x297,_0xff90df:0x25f,_0x24dd60:0x2a9,_0x41df90:0x252,_0x22e0f7:0x23a,_0x1f60f3:0x225,_0x196d4e:0x249,_0x257737:0x21a,_0xe6bbbe:0x2e4,_0x435eea:0x2cd,_0x2cf38b:0x234,_0x18a68e:0x26b,_0x3ea1b2:0x24a,_0x4c5143:0x256,_0x2a9bca:0x25b,_0x2b4431:0x292,_0x5a4d19:0x2df,_0x7e35ae:0x313,_0x39211a:0x2ef,_0x14c898:0x260,_0x37a413:0x271,_0x4fa259:0x20c,_0x198461:0x235,_0x56b3bd:0x2cf,_0x3fff56:0x28c,_0x293809:0x2c5,_0x3d5003:0x302,_0x22b5cf:0x286,_0x209399:0x240},_0x3de133={_0x283b5f:0x192,_0x48ea76:0x14c,_0x3a81e2:0x142,_0x3b6a90:0x14f,_0x1723a7:0x15f,_0x30d874:0xb3,_0x32d857:0x109,_0x58a7a4:0xd9,_0x59da81:0xa4,_0x28a457:0xd7,_0xc2f39e:0x122,_0x4e3c5f:0x136,_0x41206c:0x142,_0xce758a:0x17d,_0x3944de:0x16b,_0x1583ae:0x17c,_0x128831:0x10b,_0x490162:0xf5,_0x5187b4:0x178,_0x1c75be:0x198,_0x5cd438:0x16f,_0x4f70b8:0x111,_0x570c3f:0xf1,_0x199f23:0xbb,_0x221b39:0x147,_0x590511:0xe5,_0x6c438c:0x105,_0x4b8adc:0x10e,_0x4e4cca:0x135,_0x28b923:0x145,_0x40a6ce:0xf8,_0x4ce3ec:0x124,_0x3fdbcd:0x131,_0x245f1d:0x14d,_0x2c6efe:0x11c,_0x163414:0x154,_0x288bce:0x163,_0x570659:0x169,_0x1be0d5:0x159,_0x2d42b4:0x10d,_0x149ec8:0x10e,_0x4fe48d:0x193,_0x5946db:0x170,_0x1d3da8:0x118,_0x3b9ef7:0x12b,_0x496ff8:0x121,_0x193f87:0x12c,_0x384a9b:0x171,_0x5cd6d2:0x198,_0x39cc7a:0x13e,_0x16ff39:0x174,_0x4aa961:0x15f,_0x51bb2c:0x1be},_0x3b3ac8={_0x5145c3:0x80,_0x3dc0fa:0x155,_0x486b7e:0x1d2},_0x3a3849={_0x587f4e:0x19d},_0x548337={_0x3bf887:0x618},_0x17ee78={'KvyUz':_0x5f0174(-0x30f,-_0x169f59._0x2d6162,-_0x169f59._0x13f40d,-0x2ad)+_0x4ebb2f(-_0x169f59._0x464852,-0x25e,-_0x169f59._0x40a507,-0x27c)+_0x5f0174(-0x2cb,-0x2a5,-_0x169f59._0x4399bd,-_0x169f59._0x2463ed)+'s','TsMdQ':_0x5f0174(-_0x169f59._0x1b6e52,-0x264,-0x298,-_0x169f59._0x30940c)+_0x5f0174(-_0x169f59._0x55e872,-_0x169f59._0x2ce819,-0x2ec,-0x2c8)+'d','DMbwx':function(_0x18d6d3,_0x2ce47f){return _0x18d6d3!==_0x2ce47f;},'sLKLW':'ZRqVq','HpexY':function(_0x23e6ce,_0x1a3413,_0xbc2a6b,_0x540018){return _0x23e6ce(_0x1a3413,_0xbc2a6b,_0x540018);},'VKNhF':_0x5f0174(-0x285,-0x27d,-_0x169f59._0x2a1889,-0x284),'jaOZp':_0x4ebb2f(-0x279,-0x28b,-_0x169f59._0x848180,-_0x169f59._0x19c433)+_0x4ebb2f(-0x258,-0x25e,-_0x169f59._0x2ff149,-0x25a)+_0x4ebb2f(-0x254,-_0x169f59._0x20330f,-_0x169f59._0x43d124,-_0x169f59._0x4300b4)+'ta','QQftv':function(_0x467c29,_0x517fa3){return _0x467c29(_0x517fa3);},'qYRwe':function(_0x1ee00b){return _0x1ee00b();},'nRAvy':'Access\x20den'+_0x5f0174(-0x28e,-0x27f,-_0x169f59._0x2a15c7,-0x25e),'Gnptd':_0x5f0174(-0x32c,-0x2fa,-0x2ef,-_0x169f59._0x3d03fa)+_0x4ebb2f(-0x2d3,-0x29b,-0x2a5,-_0x169f59._0x50d974)+_0x5f0174(-_0x169f59._0x356db4,-0x2f4,-_0x169f59._0x138b08,-0x31a)+_0x5f0174(-_0x169f59._0x4399bd,-0x2e3,-_0x169f59._0x450408,-_0x169f59._0x50120b)+'nt','pVmqI':_0x4ebb2f(-0x275,-0x240,-_0x169f59._0x552835,-0x236),'zPfWe':_0x5f0174(-0x2a6,-0x25a,-0x289,-0x277),'ZUSFg':function(_0x8ed44d,_0x2208eb,_0x2d9f72){return _0x8ed44d(_0x2208eb,_0x2d9f72);},'tmgsR':_0x4ebb2f(-0x24e,-0x28b,-0x297,-0x2b4)+_0x4ebb2f(-0x249,-_0x169f59._0x21d6c9,-_0x169f59._0x31eb17,-0x239)+'ates'};if(!ensureConfig(_0x1a1533))return;const _0x9d9a17=_0x3c4b0b[_0x4ebb2f(-_0x169f59._0x27fb95,-_0x169f59._0x51d1fe,-0x23d,-_0x169f59._0xa32f27)]['environmen'+'t'];function _0x5f0174(_0x4ca1df,_0x4d02a3,_0x183cae,_0x538220){return _0x2475bc(_0x4d02a3,_0x183cae- -_0x548337._0x3bf887,_0x183cae-0x1f1,_0x538220-0x12f);}const _0xee0abc=new Set(_0x17ee78['QQftv'](String,_0x3c4b0b[_0x4ebb2f(-_0x169f59._0x23a023,-0x256,-0x257,-_0x169f59._0x44e73b)][_0x4ebb2f(-_0x169f59._0x266e34,-_0x169f59._0x1a8f0a,-_0x169f59._0x19d858,-_0x169f59._0x46b350)]||'')[_0x4ebb2f(-_0x169f59._0x55e0aa,-0x2a7,-0x2c3,-0x26e)](',')[_0x5f0174(-_0x169f59._0x488554,-0x2c6,-0x2d4,-_0x169f59._0x500388)](_0x3a20be=>_0x3a20be[_0x4ebb2f(-0x24c,-0x262,-0x23b,-0x232)]()['toLowerCas'+'e']())[_0x4ebb2f(-0x249,-_0x169f59._0x4f03fc,-_0x169f59._0x19c433,-0x28a)](Boolean));function _0x4ebb2f(_0xdb5afa,_0x11646a,_0xee1aa0,_0x308d39){return _0x2475bc(_0x308d39,_0x11646a- -0x5ca,_0xee1aa0-0x7b,_0x308d39-_0x3a3849._0x587f4e);}const _0x1107af=_0x17ee78[_0x4ebb2f(-0x259,-0x25f,-_0x169f59._0x58d6f9,-_0x169f59._0x3dd9a4)](getConfig),_0x460de8=_0x1107af[_0x4ebb2f(-_0x169f59._0x30bc3f,-0x244,-_0x169f59._0x27019b,-_0x169f59._0x2355a5)+'ts'][_0x9d9a17];if(!_0x460de8){const _0x3d3179={};return _0x3d3179['error']=_0x4ebb2f(-0x261,-_0x169f59._0xbd3caf,-0x250,-0x236)+_0x5f0174(-0x2ed,-0x2cd,-_0x169f59._0x3d03fa,-_0x169f59._0x2d6162)+'d',_0x3d3179[_0x5f0174(-0x25d,-_0x169f59._0x19c433,-0x292,-0x2a4)+'t']=_0x9d9a17,_0x1a1533['status'](-0x1c38+-0xc82+0x2a4e)[_0x4ebb2f(-_0x169f59._0x2c93b9,-0x25b,-_0x169f59._0x32d95d,-0x288)](_0x3d3179);}if(_0x3c4b0b[_0x5f0174(-0x2fa,-0x2c6,-0x2cf,-0x297)])try{const _0x149b04=await getVisibleEnvironments(_0x3c4b0b['user']['id']);if(!_0x149b04[_0x4ebb2f(-0x23a,-_0x169f59._0x114b29,-_0x169f59._0x58d6f9,-_0x169f59._0x46a4ee)](_0x9d9a17)){if(_0x5f0174(-_0x169f59._0x59abd3,-0x2a3,-0x293,-_0x169f59._0x1d6526)!==_0x5f0174(-_0x169f59._0x100d21,-_0x169f59._0x43c8f3,-_0x169f59._0x1078c0,-_0x169f59._0x2a55ee))return _0x12d372;else{const _0x584b22={};return _0x584b22[_0x5f0174(-0x304,-_0x169f59._0x3c9b60,-_0x169f59._0x3e7105,-0x292)]=_0x17ee78[_0x4ebb2f(-_0x169f59._0x25b76c,-_0x169f59._0x45f045,-_0x169f59._0x24b54f,-0x286)],_0x584b22[_0x4ebb2f(-_0x169f59._0x12d527,-0x277,-_0x169f59._0x1f3e8f,-0x268)]=_0x17ee78[_0x4ebb2f(-0x228,-0x246,-0x23c,-_0x169f59._0x4e5ef6)],_0x1a1533[_0x5f0174(-0x2de,-0x2df,-0x2d0,-_0x169f59._0x4b6fd2)](0x15ad+0x2009+-0x3423)[_0x4ebb2f(-_0x169f59._0x129e07,-0x25b,-0x23f,-0x228)](_0x584b22);}}}catch(_0x136806){if(_0x17ee78['DMbwx'](_0x17ee78[_0x5f0174(-_0x169f59._0xb8befe,-_0x169f59._0x37f7ae,-_0x169f59._0x1049b0,-0x2f4)],'tSPku')){const _0x35dee7={};_0x35dee7['environmen'+'t']=_0x2d5271,_0x35dee7[_0x5f0174(-0x2b1,-0x2b9,-_0x169f59._0x12197e,-_0x169f59._0x3e7105)]=_0x5328ba,_0x265b6c[_0x5f0174(-_0x169f59._0x11df20,-0x2f0,-0x2cd,-0x2dc)](_0x17ee78[_0x4ebb2f(-0x25f,-0x264,-_0x169f59._0x1f3e8f,-_0x169f59._0x2ff149)],_0x19c68a,_0x35dee7);const _0x425d6f={};_0x425d6f['error']='Template\x20n'+_0x5f0174(-_0x169f59._0x228f12,-_0x169f59._0x3a0c8e,-0x2eb,-_0x169f59._0x5222be),_0x425d6f['environmen'+'t']=_0x4c4473,_0x425d6f[_0x5f0174(-0x279,-_0x169f59._0x2edca2,-_0x169f59._0x12197e,-0x2ba)]=_0x14c832,_0x425d6f[_0x4ebb2f(-_0x169f59._0x425fd1,-_0x169f59._0x499efe,-0x24b,-0x258)]=_0x12a23a[_0x4ebb2f(-_0x169f59._0x245bad,-_0x169f59._0x499efe,-0x29e,-0x261)],_0xf23d19[_0x5f0174(-0x2fb,-0x309,-_0x169f59._0x5b2d5b,-_0x169f59._0x447f96)](0x1d*0x34+0x1*-0x1255+-0xe05*-0x1)[_0x5f0174(-0x28e,-0x2cb,-0x2a9,-_0x169f59._0x43c8f3)](_0x425d6f);}else{const _0x5af554={};_0x5af554[_0x4ebb2f(-0x271,-_0x169f59._0x3092e7,-_0x169f59._0x2c129c,-0x244)]=_0x136806[_0x4ebb2f(-_0x169f59._0x43d124,-0x277,-0x298,-0x25a)],logger[_0x4ebb2f(-0x29d,-_0x169f59._0x3dd9a4,-_0x169f59._0x5b1d91,-0x263)]('Environmen'+'t\x20visibili'+_0x4ebb2f(-_0x169f59._0x552835,-_0x169f59._0x4b924a,-0x23a,-0x267)+_0x4ebb2f(-0x264,-0x283,-_0x169f59._0xaee12d,-_0x169f59._0xd2b0c2)+_0x5f0174(-0x2a4,-0x2c1,-_0x169f59._0xe4baf5,-0x281)+'environmen'+'t',_0x5af554);}}try{if(_0x17ee78[_0x4ebb2f(-0x22a,-_0x169f59._0x22c732,-_0x169f59._0x1d9621,-0x268)]===_0x5f0174(-0x2a4,-0x297,-0x2d3,-_0x169f59._0x10fc19)){const _0x1d682c={};return _0x1d682c[_0x4ebb2f(-_0x169f59._0x3793de,-_0x169f59._0x3092e7,-_0x169f59._0x27019b,-0x250)]=_0x17ee78[_0x5f0174(-_0x169f59._0x1bca19,-_0x169f59._0x448387,-_0x169f59._0x489139,-_0x169f59._0x500388)],_0x1d682c[_0x4ebb2f(-_0x169f59._0x2ad477,-_0x169f59._0x23edd3,-0x261,-0x276)+'t']=_0x1dc90f,_0x3a1e7e[_0x5f0174(-0x2b5,-0x2e0,-_0x169f59._0x5b2d5b,-0x2ac)](0x1e17+-0xb*-0x23d+0x3*-0x11b6)['json'](_0x1d682c);}else{const _0x7579ec=_0x460de8[_0x5f0174(-_0x169f59._0x12d527,-_0x169f59._0x371f04,-0x2c6,-_0x169f59._0x18d639)],[_0x2b398b,_0x456c82,_0x4f58b7]=await Promise['all']([_0x17ee78['ZUSFg'](getTaskTemplates,_0x1107af,_0x9d9a17),_0x17ee78[_0x5f0174(-0x2c2,-_0x169f59._0xc23f15,-0x2e8,-_0x169f59._0x18b97a)](getTestDefinitions,_0x1107af,_0x9d9a17),_0x17ee78[_0x4ebb2f(-0x275,-_0x169f59._0x2af38a,-0x2c3,-0x29b)](loadDeploymentProfiles,_0x7579ec)]),_0x2e1147=await Promise[_0x4ebb2f(-0x27b,-0x23f,-_0x169f59._0xff90df,-0x213)](_0x2b398b[_0x4ebb2f(-0x295,-_0x169f59._0x25b76c,-_0x169f59._0x24dd60,-0x2bc)](async _0x2d4e5f=>{const _0x1e0643={_0x495d4e:0x28,_0x41e20a:0x171},_0x4d5f61=_0x2d4e5f['name'];function _0x184ac1(_0x2b1513,_0x35ba29,_0x3073b1,_0x2e7ac0){return _0x5f0174(_0x2b1513-_0x3b3ac8._0x5145c3,_0x35ba29,_0x2e7ac0-_0x3b3ac8._0x3dc0fa,_0x2e7ac0-_0x3b3ac8._0x486b7e);}function _0x52b169(_0x1c413a,_0x1cb54d,_0x10a011,_0x32b5d1){return _0x4ebb2f(_0x1c413a-_0x1e0643._0x495d4e,_0x32b5d1-_0x1e0643._0x41e20a,_0x10a011-0x71,_0x10a011);}try{if(_0x17ee78[_0x52b169(-0xf4,-0x11e,-0x147,-0x10c)](_0x17ee78[_0x184ac1(-0x1af,-_0x3de133._0x283b5f,-_0x3de133._0x48ea76,-0x181)],_0x17ee78[_0x52b169(-_0x3de133._0x3a81e2,-_0x3de133._0x3b6a90,-0x129,-0x117)])){const _0x422adf={};_0x422adf['error']=_0x48b47a[_0x184ac1(-0x156,-_0x3de133._0x1723a7,-0x14b,-0x170)],_0x5ade6a['warn'](_0x52b169(-_0x3de133._0x30d874,-0xe2,-_0x3de133._0x32d857,-_0x3de133._0x58a7a4)+_0x52b169(-_0x3de133._0x59da81,-_0x3de133._0x28a457,-0xd0,-0xc5)+_0x184ac1(-_0x3de133._0xc2f39e,-_0x3de133._0x4e3c5f,-0xf2,-0x12c)+_0x184ac1(-_0x3de133._0x41206c,-_0x3de133._0xce758a,-_0x3de133._0x3944de,-_0x3de133._0x1583ae)+_0x52b169(-_0x3de133._0x128831,-0xf0,-_0x3de133._0x490162,-0xf2)+'environmen'+'t',_0x422adf);}else{const _0x494cc1=await _0x17ee78[_0x184ac1(-_0x3de133._0x5187b4,-0x176,-0x189,-0x185)](getTemplateDetails,_0x1107af,_0x9d9a17,_0x4d5f61),_0x365f10={};_0x365f10[_0x184ac1(-0x16a,-0x164,-0x1b3,-_0x3de133._0x1c75be)]=_0x494cc1[_0x184ac1(-_0x3de133._0x5cd438,-0x1a5,-0x18e,-0x198)],_0x365f10[_0x52b169(-_0x3de133._0x4f70b8,-_0x3de133._0x570c3f,-_0x3de133._0x199f23,-0xf5)]=_0x494cc1[_0x184ac1(-0x152,-_0x3de133._0x221b39,-0x179,-_0x3de133._0x1723a7)],_0x365f10[_0x52b169(-_0x3de133._0x590511,-0x125,-0xe7,-_0x3de133._0x6c438c)+'n']=_0x494cc1[_0x52b169(-0xe3,-0xf5,-0xfa,-0x105)+'n'],_0x365f10[_0x52b169(-_0x3de133._0x4b8adc,-0x105,-0x138,-_0x3de133._0x4e4cca)]=_0x494cc1[_0x184ac1(-0x19b,-0x1b3,-0x19c,-0x19f)],_0x365f10[_0x52b169(-0xe3,-0x114,-_0x3de133._0x28b923,-0x11d)]=_0x494cc1[_0x52b169(-0x146,-0x101,-_0x3de133._0x40a6ce,-0x11d)];const _0x9b1181=_0x365f10;return _0xee0abc[_0x184ac1(-_0x3de133._0x4ce3ec,-0x12c,-_0x3de133._0x3fdbcd,-_0x3de133._0x245f1d)](_0x17ee78['VKNhF'])&&(_0x9b1181[_0x52b169(-0x136,-_0x3de133._0x2c6efe,-0x12b,-0xf9)]=_0x494cc1[_0x184ac1(-0x19c,-_0x3de133._0x163414,-0x16a,-_0x3de133._0x288bce)]),_0x9b1181;}}catch(_0x520258){const _0xfb7341={};_0xfb7341['environmen'+'t']=_0x9d9a17,_0xfb7341[_0x184ac1(-0x11e,-_0x3de133._0x570659,-0x155,-_0x3de133._0x1be0d5)]=_0x4d5f61,_0xfb7341[_0x52b169(-_0x3de133._0x2d42b4,-0x114,-0xd3,-_0x3de133._0x149ec8)]=_0x520258[_0x184ac1(-_0x3de133._0x4fe48d,-0x166,-0x156,-_0x3de133._0x5946db)],logger[_0x52b169(-0x148,-0x167,-_0x3de133._0x1d3da8,-_0x3de133._0x3b9ef7)](_0x17ee78[_0x184ac1(-_0x3de133._0x496ff8,-_0x3de133._0x193f87,-0x14f,-_0x3de133._0x221b39)],_0xfb7341);const _0xad1459={};return _0xad1459[_0x184ac1(-0x1c3,-_0x3de133._0x384a9b,-_0x3de133._0x5cd6d2,-0x198)]=_0x4d5f61,_0xad1459['title']=_0x2d4e5f[_0x184ac1(-_0x3de133._0x39cc7a,-_0x3de133._0x16ff39,-0x193,-_0x3de133._0x4aa961)]||null,_0xad1459[_0x184ac1(-0x165,-0x191,-0x1a5,-_0x3de133._0x5cd438)+'n']=null,_0xad1459[_0x184ac1(-_0x3de133._0x51bb2c,-0x176,-0x191,-0x187)]=[],_0xad1459;}})),_0x21635c={};_0x21635c[_0x4ebb2f(-_0x169f59._0x41df90,-0x244,-_0x169f59._0x22e0f7,-_0x169f59._0x19d858)+'t']=_0x9d9a17,_0x21635c['descriptio'+'n']=_0x460de8['descriptio'+'n']||null,_0x21635c['default_ag'+'ent']=_0x460de8[_0x4ebb2f(-_0x169f59._0x1f60f3,-0x24f,-_0x169f59._0x196d4e,-_0x169f59._0x257737)+'ent']||null,_0x21635c['repos']=_0x460de8[_0x5f0174(-0x2dd,-0x2b8,-_0x169f59._0xe6bbbe,-0x2b6)]||[],_0x21635c[_0x5f0174(-0x2d1,-_0x169f59._0x435eea,-0x2de,-_0x169f59._0x356db4)]=_0x2e1147,_0x21635c['tests']=_0x456c82,_0x21635c[_0x4ebb2f(-0x259,-_0x169f59._0x2cf38b,-0x206,-0x23f)+_0x4ebb2f(-0x260,-_0x169f59._0x18a68e,-_0x169f59._0x3ea1b2,-_0x169f59._0x4c5143)]=_0x4f58b7,_0x1a1533[_0x4ebb2f(-0x264,-_0x169f59._0x2a9bca,-0x25d,-0x261)](_0x21635c);}}catch(_0x301a58){const _0x2527e9={};_0x2527e9['environmen'+'t']=_0x9d9a17,logger[_0x5f0174(-_0x169f59._0x2b4431,-_0x169f59._0x5a4d19,-_0x169f59._0x435eea,-0x2c8)](_0x5f0174(-_0x169f59._0x7e35ae,-0x2b3,-_0x169f59._0x13f40d,-_0x169f59._0x39211a)+'load\x20templ'+_0x5f0174(-_0x169f59._0x14c898,-0x2bd,-0x29a,-_0x169f59._0x37a413)+_0x4ebb2f(-_0x169f59._0x4fa259,-_0x169f59._0x198461,-_0x169f59._0x2cf38b,-0x1f8),_0x301a58,_0x2527e9);const _0x29d350={};_0x29d350['error']=_0x17ee78[_0x4ebb2f(-_0x169f59._0x56b3bd,-0x2a5,-0x2d3,-_0x169f59._0x3fff56)],_0x29d350[_0x5f0174(-0x2bb,-0x2d0,-_0x169f59._0x293809,-_0x169f59._0x3d5003)]=_0x301a58[_0x5f0174(-_0x169f59._0x2af38a,-_0x169f59._0x5b2d5b,-0x2c5,-0x2fc)],_0x1a1533[_0x5f0174(-0x2c4,-0x29b,-_0x169f59._0x5b2d5b,-_0x169f59._0x447f96)](0x6f7*-0x2+-0xc37*0x1+-0x1c19*-0x1)[_0x4ebb2f(-_0x169f59._0x22b5cf,-0x25b,-_0x169f59._0x209399,-0x22d)](_0x29d350);}}),router[_0x3779cd(0x364,0x347,0x32c,0x35e)]('/:environm'+'ent/:templ'+'ate',async(_0x4821eb,_0x24acd4)=>{const _0x72fd43={_0x489144:0xe1,_0x32e8f8:0xa6,_0x2caf27:0xeb,_0x55cae6:0xf0,_0x2dc212:0x123,_0x4fc521:0x1de,_0x100b0b:0x1ac,_0x15b8b5:0x1fc,_0x29c4a8:0x1e9,_0x5ab0b9:0x1ca,_0x33f314:0xc8,_0x38f2c2:0xfc,_0x58695f:0x1be,_0x78d41d:0x1d4,_0x7cf9f5:0x1a0,_0x242724:0xf4,_0x40b00f:0xe5,_0x19c899:0xa7,_0x47e6b8:0x98,_0x39d1c5:0x20c,_0x4a6cf2:0xba,_0xa6e4a2:0x85,_0x28106f:0x7d,_0x5a6544:0xed,_0x8cce04:0x109,_0x14105c:0x17f,_0x40d793:0x1be,_0x44b322:0xfb,_0x2d8172:0xc2,_0x31be0f:0x125,_0x390d42:0x10a,_0x5874c3:0x10f,_0x3ebf03:0x1c3,_0x366236:0x1a6,_0x2214d1:0x9e,_0x4e2cd4:0xa1,_0x475ae8:0x124,_0x18d3f3:0xf0,_0x53e05e:0x12e,_0x53f8a8:0xcc,_0x138e43:0x1d3,_0x23e96a:0x1f2,_0x5c7962:0x190,_0x5896ed:0x10a,_0x492e55:0x113,_0x58bf59:0xd9,_0x525675:0xf1,_0x5d8df4:0xbf,_0x18a9ca:0xee,_0x4c1898:0x1e1,_0x9784b7:0x20b,_0xdd2544:0x9e,_0x4c45df:0xa6,_0x19ff09:0xaf,_0x65ea0a:0xc9,_0x8324a1:0x1b5,_0x2c76db:0x1e8,_0x457f69:0xcc,_0x2e29ff:0xff,_0x4d65a3:0xf3,_0x1af00b:0xd5,_0x3efa94:0x181,_0x414f22:0x1ed,_0x384728:0x1d1,_0x2abe4c:0x1fe,_0x1d6d75:0x1f0,_0x587b11:0x1fb,_0x1f2346:0x21c,_0xa34f21:0x1e6,_0x211b8f:0x1eb,_0x2fc1e3:0xb2,_0x4f1bd5:0xee,_0x83e8b3:0x1d7,_0x4033e2:0x19f,_0x4b76cf:0xcd,_0x49bee2:0xaa,_0x4a4f2e:0xb4,_0xbc8f3a:0x1fb,_0x59a913:0x103,_0x3bd515:0x8f,_0x19c666:0xf5,_0x4abedd:0xcc,_0x6d1321:0x1e5,_0x10a198:0x209,_0x2a915d:0x1f6,_0x2b29f2:0x1f0,_0x2e11d5:0xe2,_0x1751a:0x95,_0x368713:0x104,_0x725b62:0x1d5,_0x5378ad:0x1fd,_0x3d76e5:0x20d,_0x17c3b2:0x211,_0x287a92:0x20e,_0x567e5c:0xcf,_0x51a9b5:0x210,_0xd37233:0x21d,_0x156675:0x1d4,_0x34d018:0x1fa,_0x1fe8a0:0x20a,_0x3ac911:0x1dd,_0x194571:0x1b6,_0x46412d:0x1f0,_0x65db76:0x1c1,_0x124354:0x1f1,_0x33255d:0x1fc,_0x19f5e4:0x1e4,_0x2e5663:0x200,_0x342190:0x101,_0x3ffeb0:0x118,_0x421470:0x1ee,_0xe548b9:0x22a,_0x213e78:0x225,_0x785c37:0xd7,_0x5f13c7:0x9a,_0x21e88e:0x103,_0x1342a8:0x1bb,_0x50d10f:0x18e,_0x4528fb:0x1d1,_0x263ba2:0x1ba,_0x3af226:0x1c7,_0x3d7ebc:0x1e8,_0x5ad6a5:0x1e4,_0x42c536:0x100,_0x4bf1be:0x204,_0x48d518:0x1d1,_0xb1d735:0x203,_0x264a32:0x1e8,_0x5f2f4c:0x214,_0x350e76:0x1f3,_0x319955:0x207,_0x5ab6a5:0x1d1,_0x562a58:0x126},_0x10f1f4={_0x191829:0x24e,_0x412b3a:0x1a1},_0x5b5e56={_0x5ba7e2:0x2a},_0x14f98d={'OYXTm':_0x4c760a(0x97,0xc3,_0x72fd43._0x489144,_0x72fd43._0x32e8f8)+_0x4c760a(_0x72fd43._0x2caf27,_0x72fd43._0x55cae6,0x11f,_0x72fd43._0x2dc212)+_0xdd8201(-_0x72fd43._0x4fc521,-_0x72fd43._0x100b0b,-0x1b1,-0x202)+'ta','zEYCD':_0xdd8201(-_0x72fd43._0x15b8b5,-_0x72fd43._0x29c4a8,-_0x72fd43._0x5ab0b9,-0x1f6)+_0x4c760a(_0x72fd43._0x33f314,_0x72fd43._0x38f2c2,0x11e,0x12a)+_0xdd8201(-_0x72fd43._0x58695f,-0x1ee,-_0x72fd43._0x78d41d,-_0x72fd43._0x7cf9f5),'ANvJK':function(_0x6939bb,_0x4f4d55){return _0x6939bb(_0x4f4d55);},'ZIFdK':'KDclC','JsKNI':'Environmen'+_0xdd8201(-0x20f,-0x232,-0x23b,-0x1eb)+'d','oLVqL':function(_0x4a21f3,_0x14b531){return _0x4a21f3(_0x14b531);},'KvbiC':_0x4c760a(0xeb,0xe5,0xf0,0xc6)+_0x4c760a(0x130,0x107,0x144,_0x72fd43._0x242724),'UpRPP':_0x4c760a(_0x72fd43._0x40b00f,0xad,_0x72fd43._0x19c899,_0x72fd43._0x47e6b8)+_0xdd8201(-_0x72fd43._0x39d1c5,-0x1e2,-0x209,-0x230)+_0x4c760a(0xdf,_0x72fd43._0x4a6cf2,_0x72fd43._0xa6e4a2,_0x72fd43._0x28106f)+_0x4c760a(0xc6,_0x72fd43._0x5a6544,0xe7,0x10b)+'nt','ohwmH':'Environmen'+_0x4c760a(0x10a,0x118,_0x72fd43._0x8cce04,0x14c)+_0xdd8201(-0x1a4,-0x1d3,-_0x72fd43._0x14105c,-_0x72fd43._0x40d793)+_0x4c760a(_0x72fd43._0x44b322,0xcb,_0x72fd43._0x2d8172,0xe0)+'emplates/:'+_0x4c760a(_0x72fd43._0x31be0f,_0x72fd43._0x390d42,_0x72fd43._0x5874c3,0xe6)+_0xdd8201(-0x1b2,-0x18b,-_0x72fd43._0x3ebf03,-_0x72fd43._0x366236)+'e','RrJXD':function(_0x55f4b0,_0x543833){return _0x55f4b0===_0x543833;},'pZEib':'dVkld','wjodW':function(_0x1b59b0,_0x26090d,_0x1c1d72,_0x1e45a4){return _0x1b59b0(_0x26090d,_0x1c1d72,_0x1e45a4);},'pAQwl':_0x4c760a(_0x72fd43._0x2214d1,0xc3,0x98,_0x72fd43._0x4e2cd4)+_0x4c760a(_0x72fd43._0x475ae8,_0x72fd43._0x18d3f3,_0x72fd43._0x53e05e,0x121)+'ate\x20detail'+'s','OzaYw':_0x4c760a(_0x72fd43._0x53f8a8,0xfe,0xc5,0xf9)+'ot\x20found'};if(!_0x14f98d[_0xdd8201(-0x1e1,-0x205,-_0x72fd43._0x138e43,-0x1b1)](ensureConfig,_0x24acd4))return;const _0x2adb6f=_0x4821eb[_0xdd8201(-0x1ce,-0x19e,-_0x72fd43._0x23e96a,-_0x72fd43._0x5c7962)][_0x4c760a(0xfb,_0x72fd43._0x5896ed,_0x72fd43._0x492e55,_0x72fd43._0x475ae8)+'t'],_0x39f387=_0x4821eb[_0x4c760a(_0x72fd43._0x58bf59,_0x72fd43._0x525675,0x106,_0x72fd43._0x5d8df4)][_0x4c760a(0x125,_0x72fd43._0x18a9ca,0x117,0xf2)];function _0xdd8201(_0x552475,_0x483e59,_0x3c1137,_0x1218a7){return _0x3779cd(_0x552475- -0x50d,_0x3c1137,_0x3c1137-_0x5b5e56._0x5ba7e2,_0x1218a7-0x84);}const _0x4f4fa5=getConfig(),_0x4231d6=_0x4f4fa5[_0xdd8201(-0x1b5,-0x1ad,-_0x72fd43._0x4c1898,-0x1d0)+'ts'][_0x2adb6f];if(!_0x4231d6){if(_0x14f98d['ZIFdK']!==_0xdd8201(-0x1f1,-_0x72fd43._0x9784b7,-0x1e1,-0x1cc)){const _0x438c16={};return _0x438c16[_0x4c760a(_0x72fd43._0xdd2544,0xcf,_0x72fd43._0x4c45df,_0x72fd43._0x19c899)]=_0x14f98d[_0x4c760a(_0x72fd43._0x19ff09,0xdb,_0x72fd43._0x65ea0a,0xb1)],_0x438c16[_0xdd8201(-_0x72fd43._0x8324a1,-0x1d8,-0x17d,-_0x72fd43._0x2c76db)+'t']=_0x2adb6f,_0x24acd4[_0x4c760a(0xed,_0x72fd43._0x457f69,_0x72fd43._0x2e29ff,0x91)](-0xe*-0x1b9+0xab8+-0x1*0x2142)[_0x4c760a(0xf5,_0x72fd43._0x4d65a3,_0x72fd43._0x1af00b,0x10a)](_0x438c16);}else{const _0x41e852={};_0x41e852[_0xdd8201(-0x1b5,-_0x72fd43._0x3efa94,-0x183,-_0x72fd43._0x414f22)+'t']=_0x38a541,_0x41e852[_0xdd8201(-_0x72fd43._0x384728,-_0x72fd43._0x2abe4c,-0x1a2,-0x20b)]=_0x33ce32,_0x41e852[_0xdd8201(-_0x72fd43._0x1d6d75,-_0x72fd43._0x587b11,-_0x72fd43._0x1f2346,-_0x72fd43._0xa34f21)]=_0x3325dd[_0xdd8201(-0x1e8,-0x1c9,-_0x72fd43._0x211b8f,-0x221)],_0x3f88c1[_0x4c760a(0xbf,_0x72fd43._0x2fc1e3,_0x72fd43._0x4f1bd5,0x89)](_0x14f98d['OYXTm'],_0x41e852);const _0x310566={};return _0x310566['name']=_0x81573d,_0x310566[_0xdd8201(-_0x72fd43._0x83e8b3,-0x1ef,-_0x72fd43._0x4033e2,-0x1b2)]=_0x4eeb58[_0x4c760a(0xe7,0xe8,_0x72fd43._0x4b76cf,0xd9)]||null,_0x310566[_0x4c760a(0xb0,0xd8,0xc9,_0x72fd43._0x19ff09)+'n']=null,_0x310566[_0x4c760a(0xfe,0xc0,0xf3,0x90)]=[],_0x310566;}}function _0x4c760a(_0x70a5c1,_0x48dbbe,_0x21c3dd,_0x53e7a4){return _0x3779cd(_0x48dbbe- -_0x10f1f4._0x191829,_0x70a5c1,_0x21c3dd-0x25,_0x53e7a4-_0x10f1f4._0x412b3a);}if(_0x4821eb[_0x4c760a(_0x72fd43._0x49bee2,0xcd,0xd2,_0x72fd43._0x4a4f2e)])try{const _0x2632ed=await _0x14f98d[_0xdd8201(-0x1e2,-_0x72fd43._0xbc8f3a,-0x1fb,-0x1da)](getVisibleEnvironments,_0x4821eb[_0x4c760a(0xfc,0xcd,_0x72fd43._0x59a913,_0x72fd43._0x3bd515)]['id']);if(!_0x2632ed[_0x4c760a(0x109,_0x72fd43._0x19c666,0xec,_0x72fd43._0x4abedd)](_0x2adb6f)){const _0x32bd7e={};return _0x32bd7e['error']=_0x14f98d[_0xdd8201(-_0x72fd43._0x6d1321,-_0x72fd43._0x10a198,-_0x72fd43._0x2a915d,-_0x72fd43._0x2b29f2)],_0x32bd7e['message']=_0x14f98d[_0x4c760a(0xef,0xb5,0xc8,_0x72fd43._0x2e11d5)],_0x24acd4[_0x4c760a(_0x72fd43._0x1751a,0xcc,0xdb,_0x72fd43._0x368713)](0x1885+0x3fd*-0x1+0x1*-0x12f5)['json'](_0x32bd7e);}}catch(_0x46d702){const _0x526a0a={};_0x526a0a[_0xdd8201(-0x1f0,-_0x72fd43._0x725b62,-0x1d5,-0x1bb)]=_0x46d702[_0xdd8201(-0x1e8,-_0x72fd43._0x2abe4c,-_0x72fd43._0x8324a1,-_0x72fd43._0x5378ad)],logger[_0xdd8201(-_0x72fd43._0x3d76e5,-0x203,-0x210,-0x1ec)](_0x14f98d[_0xdd8201(-_0x72fd43._0x17c3b2,-0x1f3,-_0x72fd43._0x287a92,-0x20f)],_0x526a0a);}try{if(_0x14f98d[_0x4c760a(0x9b,0xc4,_0x72fd43._0x567e5c,_0x72fd43._0x525675)](_0x14f98d[_0xdd8201(-_0x72fd43._0x211b8f,-_0x72fd43._0x51a9b5,-_0x72fd43._0xd37233,-_0x72fd43._0x384728)],_0x14f98d[_0x4c760a(0xaa,0xd4,0xb6,0xb1)])){const _0x2b54b6=await _0x14f98d[_0xdd8201(-0x1ef,-_0x72fd43._0x156675,-0x1ef,-_0x72fd43._0x34d018)](getTemplateDetails,_0x4f4fa5,_0x2adb6f,_0x39f387);_0x24acd4[_0xdd8201(-0x1cc,-_0x72fd43._0x1fe8a0,-_0x72fd43._0x3ac911,-_0x72fd43._0x194571)](_0x2b54b6);}else{_0x208002[_0xdd8201(-_0x72fd43._0x46412d,-0x1f3,-_0x72fd43._0x65db76,-_0x72fd43._0x124354)](_0xdd8201(-_0x72fd43._0x33255d,-_0x72fd43._0x19f5e4,-_0x72fd43._0x2e5663,-0x225)+'list\x20templ'+_0x4c760a(0x13a,_0x72fd43._0x342190,0xf2,_0x72fd43._0x3ffeb0),_0x105057);const _0x3bfc5e={};_0x3bfc5e[_0xdd8201(-0x1f0,-_0x72fd43._0x421470,-_0x72fd43._0xe548b9,-_0x72fd43._0x213e78)]=_0x14f98d['zEYCD'],_0x3bfc5e[_0x4c760a(0x101,_0x72fd43._0x785c37,0xe9,0xa2)]=_0x2b3da7[_0x4c760a(_0x72fd43._0x5f13c7,0xd7,0xb6,0x9f)],_0x368e64[_0x4c760a(_0x72fd43._0x21e88e,_0x72fd43._0x457f69,0xc3,0xf9)](-0xcd*-0x2+0x4*0x36f+-0xd62)[_0xdd8201(-0x1cc,-0x1f0,-0x1e7,-_0x72fd43._0x1342a8)](_0x3bfc5e);}}catch(_0x109e6c){const _0x649393={};_0x649393[_0xdd8201(-0x1b5,-_0x72fd43._0x50d10f,-0x1e5,-0x1ce)+'t']=_0x2adb6f,_0x649393[_0xdd8201(-_0x72fd43._0x4528fb,-0x1eb,-0x1ed,-0x195)]=_0x39f387,logger[_0xdd8201(-0x1f0,-0x207,-_0x72fd43._0x263ba2,-0x1b8)](_0x14f98d[_0xdd8201(-0x200,-_0x72fd43._0x3af226,-_0x72fd43._0x3d7ebc,-_0x72fd43._0x5ad6a5)],_0x109e6c,_0x649393);const _0x226610={};_0x226610[_0x4c760a(0xdb,0xcf,_0x72fd43._0x4a6cf2,_0x72fd43._0x4e2cd4)]=_0x14f98d[_0x4c760a(_0x72fd43._0x42c536,0xf4,0x12b,0xb8)],_0x226610['environmen'+'t']=_0x2adb6f,_0x226610[_0xdd8201(-0x1d1,-_0x72fd43._0x4bf1be,-_0x72fd43._0x48d518,-_0x72fd43._0xb1d735)]=_0x39f387,_0x226610['message']=_0x109e6c[_0xdd8201(-_0x72fd43._0x264a32,-0x214,-0x1db,-_0x72fd43._0x5f2f4c)],_0x24acd4[_0xdd8201(-_0x72fd43._0x350e76,-0x1fc,-_0x72fd43._0x319955,-_0x72fd43._0x5ab6a5)](-0x26a9+0xd*-0x2f7+0x4ec8)[_0x4c760a(0xd2,_0x72fd43._0x4d65a3,_0x72fd43._0x562a58,0x125)](_0x226610);}});export default router;