@profoundlogic/coderflow-server 0.4.8 → 0.5.0
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.
- package/README.md +9 -1
- package/dist/README.md +9 -1
- package/dist/base-image/Dockerfile +5 -3
- package/dist/base-image/entrypoint.sh +76 -2
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/migrate-rbac.js +1 -0
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -0
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -0
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/scoped-rbac-migration-runner.js +1 -0
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +2 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/environments.md +75 -0
- package/dist/web-ui/public/docs/admin/installation.md +9 -1
- package/dist/web-ui/public/environments.css +356 -0
- package/dist/web-ui/public/environments.html +316 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.html +1 -2
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +78 -7
- package/dist/web-ui/public/task.html +24 -0
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +2 -1
package/dist/routes/templates.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x31ba79,_0x1e5676){const _0x1b2fda={_0x49b2f4:0xf0,_0xe4e604:0x111,_0x1fbd74:0xb6,_0x3158c2:0x8a,_0x531eb6:0x1e0,_0x4adacf:0x21a,_0x356d79:0xef,_0x5a2261:0xc4,_0x5940e7:0x11f,_0x2067ef:0x245,_0x522ffa:0x219,_0x33875e:0xe1,_0x153a82:0x102,_0xb1b5ac:0xf5,_0x4a2759:0x283,_0x25003f:0x218,_0x4ac17d:0x271,_0x28ce38:0x254,_0x35b18f:0x230,_0x15242e:0x235,_0x456fe7:0x282,_0x38f167:0x250,_0x243d6a:0x261,_0x5f44ae:0xf1,_0x440ea4:0x274},_0x3caf7b=_0x31ba79();function _0x17b87c(_0x29c4d2,_0x1605a8,_0x26f2a2,_0x505683){return _0x2687(_0x1605a8- -0x2e3,_0x29c4d2);}function _0x4465d1(_0x2f1118,_0x5e4fdd,_0x4c88ff,_0x261c28){return _0x2687(_0x261c28-0x3d,_0x2f1118);}while(!![]){try{const _0x4134a8=-parseInt(_0x17b87c(-0xd5,-_0x1b2fda._0x49b2f4,-_0x1b2fda._0xe4e604,-_0x1b2fda._0x1fbd74))/(0x5*0x5d3+0x1c7*-0x15+0x835)*(-parseInt(_0x17b87c(-0xee,-0xaf,-_0x1b2fda._0x3158c2,-0xc1))/(0x237c+0x1c7*-0x3+0x1*-0x1e25))+parseInt(_0x4465d1(0x210,0x242,_0x1b2fda._0x531eb6,_0x1b2fda._0x4adacf))/(-0x23d*-0x9+0x15ef+-0x2a11)+-parseInt(_0x17b87c(-_0x1b2fda._0x356d79,-0xf6,-_0x1b2fda._0x5a2261,-_0x1b2fda._0x5940e7))/(-0x91*-0x36+-0x155*-0x1a+-0x4134)*(parseInt(_0x4465d1(_0x1b2fda._0x2067ef,_0x1b2fda._0x522ffa,0x25d,0x259))/(0x95*0x43+-0x186d+-0xe8d))+parseInt(_0x17b87c(-_0x1b2fda._0x33875e,-_0x1b2fda._0x153a82,-0xca,-_0x1b2fda._0xb1b5ac))/(0x1*0xd6d+-0xd7d*-0x1+-0x1ae4)+parseInt(_0x4465d1(_0x1b2fda._0x4a2759,_0x1b2fda._0x25003f,_0x1b2fda._0x4ac17d,_0x1b2fda._0x28ce38))/(0x828+0x1*-0x1b55+-0x4cd*-0x4)*(parseInt(_0x4465d1(_0x1b2fda._0x35b18f,_0x1b2fda._0x15242e,_0x1b2fda._0x456fe7,_0x1b2fda._0x38f167))/(0x173b+-0x1f3*0x2+-0x134d))+parseInt(_0x4465d1(0x23a,0x23b,0x268,_0x1b2fda._0x243d6a))/(0x1844+0x2*0x115b+-0x4f*0xbf)*(parseInt(_0x17b87c(-_0x1b2fda._0x5f44ae,-0xc3,-0x96,-0x100))/(-0xbe6+-0x1838+0x2428))+-parseInt(_0x4465d1(0x25d,_0x1b2fda._0x440ea4,0x209,0x243))/(0x1628+-0x2e+-0x15ef);if(_0x4134a8===_0x1e5676)break;else _0x3caf7b['push'](_0x3caf7b['shift']());}catch(_0x576fde){_0x3caf7b['push'](_0x3caf7b['shift']());}}}(_0x272e,-0x1*-0x69eeb+0x85*-0x619+0x5027));import _0x106769 from'express';import{getTaskTemplates,getTemplateDetails,getTestDefinitions,loadDeploymentProfiles}from'../config.js';import{getVisibleEnvironments}from'../lib/permission-resolver.js';function _0x16b881(_0x21a822,_0x4eca65,_0x58f12e,_0x1d8ef8){const _0x357107={_0x27e518:0x20a};return _0x2687(_0x1d8ef8-_0x357107._0x27e518,_0x21a822);}import{logger}from'../lib/logger.js';const router=_0x106769[_0x16b881(0x41e,0x400,0x3cd,0x3e6)]();function _0x2687(_0x1d5144,_0x23236c){_0x1d5144=_0x1d5144-(0x144e+0x1b42+0xb*-0x42b);const _0x3d8e69=_0x272e();let _0x480205=_0x3d8e69[_0x1d5144];if(_0x2687['XGlITs']===undefined){var _0x182696=function(_0x493906){const _0x20f38c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2e0cfb='',_0x41059b='';for(let _0x1a30f5=-0xbd7+0x128a+-0x6b3,_0x3e7fa2,_0x273662,_0x455d2f=-0x7ad+0x1*0x219e+0x1d*-0xe5;_0x273662=_0x493906['charAt'](_0x455d2f++);~_0x273662&&(_0x3e7fa2=_0x1a30f5%(-0x1*0x144f+0x1b1*-0x2+0x121*0x15)?_0x3e7fa2*(0xc4d*-0x1+-0x23a7+0x269*0x14)+_0x273662:_0x273662,_0x1a30f5++%(0x48b*0x1+-0x86a+0xc7*0x5))?_0x2e0cfb+=String['fromCharCode'](-0x2f*0x9f+-0x2f6*-0xb+0x131*-0x2&_0x3e7fa2>>(-(0x4c*0xe+-0x1cf6+0x18d0)*_0x1a30f5&0x23d6*0x1+0x25cc+-0x499c*0x1)):-0x1d18+-0x4cd*0x1+0x21e5){_0x273662=_0x20f38c['indexOf'](_0x273662);}for(let _0x502fdf=-0x6*-0x16a+0x20b3+-0x292f,_0x4e1816=_0x2e0cfb['length'];_0x502fdf<_0x4e1816;_0x502fdf++){_0x41059b+='%'+('00'+_0x2e0cfb['charCodeAt'](_0x502fdf)['toString'](-0x16f3+0x2*-0xf36+0x356f))['slice'](-(-0x2698+0x2b*-0x1+0x19*0x18d));}return decodeURIComponent(_0x41059b);};_0x2687['IKKKfe']=_0x182696,_0x2687['VkfSqL']={},_0x2687['XGlITs']=!![];}const _0x26a1c3=_0x3d8e69[0x4b1+-0x1*0x6+-0xef*0x5],_0x5d7dc8=_0x1d5144+_0x26a1c3,_0x1ab1c9=_0x2687['VkfSqL'][_0x5d7dc8];return!_0x1ab1c9?(_0x480205=_0x2687['IKKKfe'](_0x480205),_0x2687['VkfSqL'][_0x5d7dc8]=_0x480205):_0x480205=_0x1ab1c9,_0x480205;}function _0xa74162(_0x7f9374,_0x676f78,_0x2735f8,_0x1c640d){return _0x2687(_0x676f78-0x31b,_0x2735f8);}function _0x272e(){const _0xe5549e=['DMLYB25Tzw50','zw50CMLLCW','BhfMuw8','zw50lZP0zw1WBa','zw50','ndq2mef3u0DcqG','zMLSDgvY','Cxb2tLO','t2PmvxC','CcbUB3qGy29UzG','BMfTzq','odCZmZDfBfHvswq','qwnJzxnZigrLBG','Dc86DgvTCgXHDa','zw52AxjVBM1LBG','yxrLCYbMB3iGzq','zgvMyxvSDf9HzW','zLP0yxG','Dcb2AxnPyMLSAq','sMjez1O','DgvTCgXHDgvZ','v2zvB2m','DMLquMW','CgfYyw1Z','DhKGy2HLy2SGzG','AwD1CMvK','rhziseS','ANnVBG','DgvZlG','sMjhCfu','mJGYmtu4oejwyuPIra','tuXcu0e','q29KzxiTC2v0Dq','tKnZzhq','tu91zMy','C3mGDg8GDgHPCW','q2f3rKq','AwvK','Dg9mB3DLCKnHCW','DfPlrwS','CxvLCNK','zw51BwvYyxrLia','lZPLBNzPCM9UBq','nJy0ANfZtK9M','BNrVy1K','CMvWB3m','Axntzxj2zxjbza','mZa3m0TKrNDcAa','vLjRreS','uLfxDgC','DgvZDhm','CfPYsMi','ndK1wKrYu0jZ','BgLZDcb0zw1WBa','v3j5AhK','yK1WBKe','mZbfC2XRDwW','ww91igrVig5VDa','zgvWBg95BwvUDa','rvvLyMu','mtqXody3Bu9dqwPJ','Aw5JBhvKzxm','yxrL','qM5HseC','DhjPBq','BwvZC2fNzq','thPtvgm','CgfYyw1LDgvYCW','rNzuCMW','yxrLig1LDgfKyq','Bg9Hzcb0zw1WBa','zK1YsfK','zw1WBgf0zxmVoG','rw52AxjVBM1LBG','C3bSAxq','t2DZz0C','mM9pqNHRzG','rMfPBgvKihrVia','rMX4DLy','qvriihrVigvUyq','yuzRD0q','wLjYruq','C3rHDhvZ','BNzPCM9UBwvUDa','wxvxu0S','ALfVCum','yLHssuC','u2vYDMvYigLZia','BKfhDhe','igHHDMuGywnJzq','r0H6Ee8','zwjpzeq','DcbUB3qGzM91BG','y29UDgvUDa','igvUDMLYB25Tzq','DgL0Bgu','A1zbB1i','zgvZy3jPChrPBW','zgvMyxvSDf9LBG','BwHuvgK','shvnwei','y2P6CgG','zxjYB3i','BcbLBNzPCM9UBq','t3j2Dwu','z2v0','qM1Nuei','Aw1Hz2vFBMfTzq','ALjRBLm','rvjFu0vuvvbFua','u1b3CNK','AujpvLu','BwfW','yxrLCW','C2v0Dxa','AgfZ','whHPufu','BwLU','DxbKyxrLzef0','uM91DgvY','mZq5nJa4yKzuvKzr','ywLSzwqGAw4GDa','D2fYBG','DgvTCgXHDgu','mtK1nJu5nfvcDLbbvW','DxnLCG','BMfeBxG','yLD1Eg8','u1vZu3m','ywXS','Cgf0Aa'];_0x272e=function(){return _0xe5549e;};return _0x272e();}let _coderConfig=null;export function _setCoderConfig(_0x29a7bf){_coderConfig=_0x29a7bf;}function getConfig(){return _coderConfig;}function ensureConfig(_0x39d8de){const _0x2f6658={_0x167568:0x438,_0xdb74f3:0x3cc,_0x5164ca:0x3ba,_0x51e743:0x4c2,_0x1e2aca:0x502,_0x3e012e:0x3e1,_0x495f26:0x39c,_0x92fa8a:0x36d,_0x572ad4:0x3cd,_0x302cf7:0x3e7,_0x309119:0x3da,_0x59e4e4:0x3b6,_0x189828:0x399,_0x59f2f6:0x3c6,_0x319c38:0x3c6,_0x1cc5e5:0x3ed,_0x599586:0x35b,_0x2aadb5:0x450,_0x1b55e3:0x420,_0x2cc197:0x40f,_0x2d52e7:0x466,_0xcef9ef:0x42a,_0x327529:0x4cb,_0x4d46f5:0x4be,_0x100239:0x498,_0x15b5c9:0x492,_0x58d441:0x454,_0x55087b:0x476,_0x291d42:0x45b,_0x47a027:0x3a5,_0x410136:0x368,_0x31cf14:0x390,_0x1fe959:0x350,_0x2881e6:0x493,_0x1cedbb:0x4e1,_0x1a7482:0x3a0,_0x4fb19a:0x38e,_0x54682c:0x3be,_0x1b24f7:0x369,_0x43b342:0x484,_0x20eca4:0x44b,_0x4eb1e9:0x47e,_0x4a341b:0x469,_0x33fa0d:0x404,_0xfce301:0x3f9},_0x89b4c4={_0x29ac4e:0x45,_0x431c76:0x197},_0x38cdfe={_0x54ec61:0x45},_0x5ec7dd={};_0x5ec7dd['tZKEk']=_0x52bb6f(_0x2f6658._0x167568,0x3fa,_0x2f6658._0xdb74f3,_0x2f6658._0x5164ca)+_0x24e2ed(_0x2f6658._0x51e743,0x4b5,0x4bc,_0x2f6658._0x1e2aca)+_0x52bb6f(0x3be,0x3f2,0x3e3,_0x2f6658._0x3e012e)+'ta',_0x5ec7dd[_0x52bb6f(0x3a1,0x385,0x371,0x385)]=function(_0x559e28,_0x4b166b){return _0x559e28!==_0x4b166b;},_0x5ec7dd[_0x52bb6f(0x36f,0x384,_0x2f6658._0x495f26,_0x2f6658._0x92fa8a)]=_0x24e2ed(0x4ad,0x4c9,0x498,0x47e),_0x5ec7dd['OjLUw']=_0x52bb6f(0x3e9,_0x2f6658._0x572ad4,0x3fc,_0x2f6658._0x302cf7)+_0x52bb6f(_0x2f6658._0x309119,_0x2f6658._0x59e4e4,0x3c3,_0x2f6658._0x189828)+_0x52bb6f(_0x2f6658._0x59f2f6,_0x2f6658._0x319c38,0x3e8,_0x2f6658._0x1cc5e5),_0x5ec7dd[_0x52bb6f(_0x2f6658._0x599586,0x398,0x384,0x36b)]=_0x24e2ed(_0x2f6658._0x2aadb5,_0x2f6658._0x1b55e3,0x439,_0x2f6658._0x2cc197)+'running\x20in'+'\x20basic\x20mod'+'e.\x20Set\x20COD'+_0x24e2ed(_0x2f6658._0x2d52e7,0x440,_0x2f6658._0xcef9ef,0x464)+_0x24e2ed(_0x2f6658._0x327529,_0x2f6658._0x4d46f5,0x4cb,0x4cb)+'ble\x20templa'+_0x24e2ed(_0x2f6658._0x100239,0x497,0x45e,_0x2f6658._0x15b5c9);function _0x52bb6f(_0x3c5c90,_0x46f2cc,_0x1a1458,_0x1925e0){return _0x16b881(_0x1a1458,_0x46f2cc-0x133,_0x1a1458-0x193,_0x46f2cc- -_0x38cdfe._0x54ec61);}const _0xababca=_0x5ec7dd;function _0x24e2ed(_0x591bd5,_0x1e3a60,_0x2a1c3c,_0x2e3fac){return _0x16b881(_0x2e3fac,_0x1e3a60-_0x89b4c4._0x29ac4e,_0x2a1c3c-_0x89b4c4._0x431c76,_0x591bd5-0x8a);}if(!getConfig()){if(_0xababca[_0x24e2ed(_0x2f6658._0x58d441,_0x2f6658._0x55087b,0x416,_0x2f6658._0x291d42)](_0x52bb6f(0x3c4,0x3de,0x3b8,0x3fe),_0xababca['GHzxO'])){const _0x42e919={};_0x42e919[_0x52bb6f(_0x2f6658._0x495f26,0x3bb,0x387,0x39c)+'t']=_0x29d472,_0x42e919[_0x52bb6f(0x3a0,_0x2f6658._0x47a027,0x3c1,_0x2f6658._0x410136)]=_0xd7ca78,_0x42e919[_0x52bb6f(0x3a6,_0x2f6658._0x31cf14,_0x2f6658._0x1fe959,0x398)]=_0x51f159['message'],_0xc2db59[_0x24e2ed(0x473,0x469,0x4b4,0x494)](_0xababca[_0x24e2ed(0x4a3,_0x2f6658._0x2881e6,_0x2f6658._0x1cedbb,0x471)],_0x42e919);const _0x2a6299={};return _0x2a6299[_0x52bb6f(0x3a9,0x3b7,_0x2f6658._0x1a7482,0x3ae)]=_0xfe379b,_0x2a6299[_0x52bb6f(_0x2f6658._0x4fb19a,0x389,0x3ae,_0x2f6658._0x54682c)]=_0x20c9cf['title']||null,_0x2a6299['descriptio'+'n']=null,_0x2a6299['parameters']=[],_0x2a6299;}else{const _0x28293a={};return _0x28293a[_0x52bb6f(0x367,_0x2f6658._0x31cf14,0x3b5,_0x2f6658._0x1b24f7)]=_0xababca[_0x24e2ed(_0x2f6658._0x43b342,0x47b,0x46e,0x486)],_0x28293a['message']=_0xababca['SPwry'],_0x39d8de[_0x24e2ed(_0x2f6658._0x20eca4,_0x2f6658._0x4eb1e9,_0x2f6658._0x4a341b,0x466)](0x2*-0x796+0x1c0e+-0xaeb)[_0x52bb6f(_0x2f6658._0x33fa0d,0x3c8,0x3c7,_0x2f6658._0xfce301)](_0x28293a),![];}}return!![];}router[_0xa74162(0x50b,0x4e9,0x4bb,0x4dd)]('/',async(_0x516922,_0x268197)=>{const _0x3ae978={_0x3e4082:0x158,_0x37baa0:0x15d,_0x4a0324:0x166,_0x399018:0x376,_0x1ede5e:0x3ba,_0xc6e8c4:0x373,_0x3f4008:0x3a9,_0xf5f715:0x3a1,_0x6756f5:0x3da,_0x1f5879:0x3b6,_0x386df8:0x1d0,_0x3ba8cf:0x1e7,_0x27df58:0x1e6,_0x57ef2e:0x375,_0x1e9eda:0x353,_0xe3d15c:0x392,_0x29afe9:0x1d6,_0xbc9cdd:0x1bd,_0x541364:0x1a6,_0x38a6a6:0x20a,_0x36ca2c:0x20e,_0x46e24e:0x1d1,_0x6f05c7:0x1b1,_0xe0fc7d:0x1e1,_0x1e9390:0x382,_0x1ce348:0x3a8,_0x27acf8:0x14b,_0x37dad4:0x18a,_0x3b648b:0x1f9,_0x4d3969:0x203,_0x581d14:0x3e8,_0x427b08:0x3c1,_0x150fad:0x37d,_0x72f433:0x374,_0x2cddd4:0x17a,_0x80f88d:0x195,_0xde660a:0x3d5,_0x1ec2a0:0x380,_0x127a77:0x360,_0x245deb:0x347,_0x12a77a:0x37e,_0x1340f4:0x340,_0x391ec5:0x1ac,_0x48e041:0x1dc,_0x16b5d0:0x1b1,_0x4c2c9b:0x1ed,_0x2fcdc2:0x38e,_0x71c14:0x38f,_0x10c4c6:0x351,_0x1101cb:0x37e,_0x4444d5:0x34c,_0x459209:0x370,_0x197236:0x35c,_0x29f035:0x370,_0x39391d:0x391,_0xda2996:0x3ac,_0x5ebe7e:0x3de,_0x33494d:0x19b,_0x33b4e8:0x195,_0xb8ea41:0x3cb,_0x58a07c:0x3de,_0x402c0b:0x3fa,_0x3a7af1:0x1fc,_0x2e1284:0x202,_0x2449a5:0x16c,_0xf9623c:0x199,_0x116e3b:0x18a},_0x4cf2ac={_0xf14c15:0x1ff,_0x59bb49:0x1c9,_0x244fd5:0x225,_0x10da4d:0x1d4,_0x471b6e:0x1be,_0x5b8a4d:0x387,_0x519784:0x3cf,_0x17f8e6:0x37c,_0x409ee3:0x23e,_0x4c8d35:0x232,_0x4ce407:0x239,_0x543feb:0x214,_0x1b8565:0x207,_0x5bf36d:0x1f5,_0x18acd7:0x384,_0x2c0f51:0x3b0,_0x1d63d0:0x399,_0x28d4d7:0x3cd,_0x4da34f:0x1fb,_0xc17059:0x1c2,_0x4b589d:0x20e,_0x3d53e6:0x1cf,_0x46d784:0x1b8,_0xd76981:0x1e1,_0xe55ad2:0x344,_0x8044ba:0x336,_0x31b6a0:0x38e,_0x16274b:0x1d9,_0x1cb753:0x1f5,_0x16f877:0x19a,_0x337f89:0x351,_0x596ecf:0x36d,_0x46559a:0x3c4,_0x19caf6:0x395,_0x5279ac:0x3b7,_0x11d04:0x36d,_0x57777f:0x395,_0xc04d0b:0x3cf,_0x13feb5:0x3d6,_0x4c7c51:0x3b2,_0x1b570b:0x205,_0x21ce88:0x1e6},_0x4e2667={_0x1c3908:0xc},_0x578230={_0x168a41:0x96,_0x40490d:0x5bd},_0x48a316={_0x206a5d:0x197,_0x4daf51:0x61},_0x3e44ae={'Wryhy':_0x305e37(-_0x3ae978._0x3e4082,-0x14d,-0x145,-0x17e)+_0x305e37(-_0x3ae978._0x37baa0,-_0x3ae978._0x4a0324,-0x17c,-0x196)+_0x4f0bc4(_0x3ae978._0x399018,_0x3ae978._0x1ede5e,0x37f,_0x3ae978._0xc6e8c4),'cIaBC':function(_0x1003e5,_0x45fc7a,_0x4f9466){return _0x1003e5(_0x45fc7a,_0x4f9466);},'Orvue':function(_0x1bd949,_0x579aca){return _0x1bd949(_0x579aca);},'pZrJb':function(_0x24ba8f){return _0x24ba8f();},'qSZeb':function(_0x4f3b4f,_0x471ef3){return _0x4f3b4f!==_0x471ef3;},'XxiPU':'mZUqh','WfUoc':_0x4f0bc4(_0x3ae978._0x3f4008,_0x3ae978._0xf5f715,_0x3ae978._0x6756f5,0x3a2)+_0x4f0bc4(0x3e3,_0x3ae978._0x1f5879,0x3a3,0x385)+_0x305e37(-_0x3ae978._0x386df8,-_0x3ae978._0x3ba8cf,-_0x3ae978._0x27df58,-0x1b3)+'ailed\x20in\x20t'+'emplates,\x20'+'showing\x20al'+_0x4f0bc4(0x367,_0x3ae978._0x399018,_0x3ae978._0x57ef2e,_0x3ae978._0x1e9eda)+'ents'};function _0x4f0bc4(_0x1207b8,_0x4ed189,_0xa46366,_0x11218e){return _0x16b881(_0x11218e,_0x4ed189-_0x48a316._0x206a5d,_0xa46366-0x139,_0xa46366- -_0x48a316._0x4daf51);}function _0x305e37(_0x3e27dc,_0x17e6f2,_0x214156,_0x4fa9b9){return _0x16b881(_0x17e6f2,_0x17e6f2-0x3a,_0x214156-_0x578230._0x168a41,_0x4fa9b9- -_0x578230._0x40490d);}if(!_0x3e44ae[_0x4f0bc4(_0x3ae978._0xe3d15c,0x39f,0x376,0x3b2)](ensureConfig,_0x268197))return;try{const _0x3fb98d=_0x3e44ae[_0x305e37(-0x1b9,-0x1af,-0x1ce,-0x198)](getConfig);let _0x40c465=Object[_0x4f0bc4(0x3c6,0x3b3,0x392,0x3c3)](_0x3fb98d[_0x305e37(-0x1e4,-0x19e,-_0x3ae978._0x29afe9,-_0x3ae978._0xbc9cdd)+'ts']);if(_0x516922[_0x305e37(-0x199,-0x211,-_0x3ae978._0x541364,-0x1d1)]&&!_0x516922[_0x305e37(-_0x3ae978._0x38a6a6,-_0x3ae978._0x36ca2c,-0x1f8,-_0x3ae978._0x46e24e)]['isServerAd'+'min'])try{const _0x54be5d=await getVisibleEnvironments(_0x516922['user']['id']),_0x4c03ab=new Set(_0x54be5d);_0x40c465=_0x40c465[_0x305e37(-_0x3ae978._0x6f05c7,-0x18b,-_0x3ae978._0xe0fc7d,-0x1c5)](([_0x3c58db])=>_0x4c03ab[_0x4f0bc4(0x3a2,0x373,0x381,0x3ae)](_0x3c58db));}catch(_0x2a96d7){if(_0x3e44ae['qSZeb'](_0x3e44ae[_0x4f0bc4(0x3b9,0x348,_0x3ae978._0x1e9390,0x3b7)],'HwnBq')){const _0x3ee36e={};_0x3ee36e[_0x4f0bc4(_0x3ae978._0x1ce348,0x389,0x374,0x33c)]=_0x2a96d7[_0x305e37(-0x192,-_0x3ae978._0x27acf8,-0x174,-_0x3ae978._0x37dad4)],logger[_0x305e37(-0x210,-_0x3ae978._0x3b648b,-_0x3ae978._0x4d3969,-0x1d4)](_0x3e44ae[_0x4f0bc4(_0x3ae978._0x581d14,0x3a4,0x3a6,_0x3ae978._0x427b08)],_0x3ee36e);}else{_0x1767b2[_0x4f0bc4(_0x3ae978._0x150fad,0x374,_0x3ae978._0x72f433,0x37e)](_0x3e44ae[_0x305e37(-0x15e,-_0x3ae978._0x2cddd4,-0x157,-_0x3ae978._0x80f88d)],_0x512f00);const _0x3e301c={};_0x3e301c['error']=_0x4f0bc4(0x3f7,_0x3ae978._0xde660a,0x3de,0x416)+'list\x20templ'+'ates',_0x3e301c['message']=_0xc0f8ba['message'],_0x484893[_0x4f0bc4(_0x3ae978._0x1ec2a0,0x396,_0x3ae978._0x127a77,_0x3ae978._0x245deb)](-0xcdb+-0x18*-0x16d+-0x1369)['json'](_0x3e301c);}}const _0x109ed1=await Promise[_0x305e37(-0x1a1,-0x1b1,-0x1a1,-0x1cd)](_0x40c465[_0x4f0bc4(0x3a3,0x39c,_0x3ae978._0x12a77a,_0x3ae978._0x1340f4)](async([_0x8088f6,_0x1d0243])=>{let _0x25851b=[];try{_0x25851b=await _0x3e44ae['cIaBC'](getTaskTemplates,_0x3fb98d,_0x8088f6);}catch(_0x5d26c6){const _0xf52fe2={};_0xf52fe2[_0x4c44a9(_0x4cf2ac._0xf14c15,0x207,_0x4cf2ac._0x59bb49,_0x4cf2ac._0x244fd5)+'t']=_0x8088f6,_0xf52fe2[_0x4c44a9(_0x4cf2ac._0x10da4d,0x202,_0x4cf2ac._0x471b6e,0x1fd)]=_0x5d26c6[_0xaff661(_0x4cf2ac._0x5b8a4d,0x3d7,0x3c6,_0x4cf2ac._0x519784)],logger[_0xaff661(0x35d,0x358,0x37c,_0x4cf2ac._0x17f8e6)](_0x4c44a9(_0x4cf2ac._0x409ee3,0x217,_0x4cf2ac._0x4c8d35,_0x4cf2ac._0x4ce407)+_0x4c44a9(0x21a,_0x4cf2ac._0x543feb,_0x4cf2ac._0x1b8565,_0x4cf2ac._0x5bf36d)+_0xaff661(_0x4cf2ac._0x18acd7,_0x4cf2ac._0x2c0f51,_0x4cf2ac._0x1d63d0,_0x4cf2ac._0x28d4d7),_0xf52fe2);}function _0x4c44a9(_0x394917,_0x19e596,_0x14594d,_0x57ed2d){return _0x4f0bc4(_0x394917-0x1a1,_0x19e596-0x3a,_0x394917- -0x1a0,_0x57ed2d);}function _0xaff661(_0x2835c4,_0xb11ce,_0x3d4061,_0x2d8e6b){return _0x4f0bc4(_0x2835c4-0xb1,_0xb11ce-0x26,_0x3d4061- -_0x4e2667._0x1c3908,_0x2835c4);}const _0x380d44={};return _0x380d44[_0x4c44a9(_0x4cf2ac._0x4da34f,_0x4cf2ac._0xc17059,0x1e1,_0x4cf2ac._0x4b589d)]=_0x8088f6,_0x380d44[_0x4c44a9(_0x4cf2ac._0x3d53e6,_0x4cf2ac._0x46d784,_0x4cf2ac._0xd76981,0x1a2)+'n']=_0x1d0243[_0xaff661(_0x4cf2ac._0xe55ad2,_0x4cf2ac._0x8044ba,0x363,_0x4cf2ac._0x31b6a0)+'n']||null,_0x380d44[_0x4c44a9(_0x4cf2ac._0x16274b,_0x4cf2ac._0x1cb753,0x1f7,_0x4cf2ac._0x16f877)]=_0x1d0243[_0xaff661(_0x4cf2ac._0x337f89,0x339,_0x4cf2ac._0x596ecf,0x3a2)]||null,_0x380d44[_0xaff661(_0x4cf2ac._0x46559a,0x3d2,_0x4cf2ac._0x19caf6,_0x4cf2ac._0x5279ac)+'ent']=_0x1d0243[_0xaff661(0x3cd,_0x4cf2ac._0x11d04,_0x4cf2ac._0x57777f,_0x4cf2ac._0xc04d0b)+'ent']||null,_0x380d44['repos']=_0x1d0243[_0xaff661(_0x4cf2ac._0x13feb5,0x3a0,_0x4cf2ac._0x4c7c51,0x3a2)]||[],_0x380d44[_0x4c44a9(_0x4cf2ac._0x1b570b,0x23d,_0x4cf2ac._0x21ce88,0x231)]=_0x25851b,_0x380d44;})),_0x4e2f14=_0x3fb98d[_0x305e37(-_0x3ae978._0x391ec5,-0x1a9,-0x1cd,-_0x3ae978._0x48e041)][_0x305e37(-0x1eb,-_0x3ae978._0x16b5d0,-_0x3ae978._0x4c2c9b,-0x1ec)+_0x4f0bc4(_0x3ae978._0x427b08,_0x3ae978._0x2fcdc2,0x391,_0x3ae978._0x71c14)],_0x509f31=_0x109ed1[_0x4f0bc4(_0x3ae978._0x10c4c6,0x37c,_0x3ae978._0x1101cb,_0x3ae978._0x4444d5)](_0x3f502f=>_0x3f502f['name']),_0x2471be=_0x509f31['includes'](_0x4e2f14)?_0x4e2f14:null,_0x57bd45={};_0x57bd45[_0x4f0bc4(_0x3ae978._0x459209,_0x3ae978._0x197236,_0x3ae978._0x29f035,0x36b)+'vironment']=_0x2471be,_0x57bd45['environmen'+'ts']=_0x109ed1,_0x268197[_0x4f0bc4(0x3ec,_0x3ae978._0x39391d,_0x3ae978._0xda2996,_0x3ae978._0x5ebe7e)](_0x57bd45);}catch(_0x1fdd41){logger['error'](_0x3e44ae[_0x305e37(-0x15f,-_0x3ae978._0x33494d,-0x174,-_0x3ae978._0x33b4e8)],_0x1fdd41);const _0x3f3ea3={};_0x3f3ea3['error']=_0x4f0bc4(0x419,_0x3ae978._0xb8ea41,_0x3ae978._0x58a07c,_0x3ae978._0x1ede5e)+_0x4f0bc4(_0x3ae978._0x402c0b,0x3bc,0x3c6,0x3d9)+_0x305e37(-_0x3ae978._0x3a7af1,-0x1fd,-_0x3ae978._0x2e1284,-0x1dd),_0x3f3ea3[_0x305e37(-_0x3ae978._0x2449a5,-0x1c7,-_0x3ae978._0xf9623c,-_0x3ae978._0x116e3b)]=_0x1fdd41['message'],_0x268197['status'](-0x2a7*-0x8+0x47*-0xc+-0x2*0x7f8)['json'](_0x3f3ea3);}}),router['get'](_0x16b881(0x43f,0x3dc,0x45d,0x41c)+_0x16b881(0x411,0x3e6,0x412,0x3f6),async(_0x2e0fa3,_0x13f5dd)=>{const _0x2772a0={_0x148b48:0x38,_0xdfd730:0x24,_0x2715c4:0x57,_0x57f7eb:0x30,_0x12329e:0x8,_0x1886f3:0x4d,_0x285f30:0x3d,_0x4da173:0x53c,_0x279bb2:0x561,_0x562019:0x537,_0x57054d:0x546,_0x398695:0x4f8,_0x44d387:0xf,_0x53675b:0x2f,_0x56a64e:0x35,_0xb708b0:0x2a,_0x55b861:0x50c,_0x46b815:0x527,_0x5559da:0x523,_0xe30a9a:0x570,_0x5eaec2:0x5aa,_0x3994aa:0x74,_0x8a60fc:0x99,_0x1694d1:0x564,_0x204e8b:0x55d,_0x3539d4:0x56c,_0x479c5c:0x59f,_0x5b3e0b:0x11,_0x3f1fb3:0xc,_0x387fea:0x28,_0x37d13b:0x55c,_0x2d7303:0x51d,_0x53c75b:0x4fa,_0xaf5e20:0x4f9,_0x506d27:0x52c,_0x40ebc5:0x3a,_0x358870:0x15,_0x2ef791:0x7,_0x3a1379:0x59d,_0x283292:0x530,_0x2463e4:0x569,_0x35d509:0x562,_0x46bb82:0x53a,_0x414856:0x517,_0xce2b96:0x55d,_0x4123a5:0x531,_0x4d41f8:0x501,_0x515c9c:0x1f,_0x4fc8f5:0x32,_0x28f34f:0x517,_0x3956b7:0x58a,_0xb124cb:0x59c,_0x5d7cf3:0x4,_0x5e68da:0x33,_0x529775:0x52b,_0x26168f:0x529,_0x3614f2:0x534,_0x45f7ca:0x67,_0x45f7bb:0x23,_0x34ed3d:0x50f,_0x305dba:0x509,_0x4b21be:0x53e,_0x1318c:0x538,_0x277f79:0x573,_0xb09dce:0x551,_0x37e459:0x4a,_0x542655:0x1a,_0x37855f:0x11,_0x2678e1:0x9,_0x86fbcf:0x42,_0x10e24a:0x44,_0x2cabc8:0x6,_0x4b5c82:0x3e,_0x1db887:0x52f,_0x5262a9:0x522,_0x25e1cd:0x2b,_0x2acdcf:0x52a,_0x21f05a:0x4f4,_0x27a99e:0x76,_0x3d384c:0x27,_0xef0a56:0x38,_0x3cabeb:0x39,_0x1c6bc8:0x519,_0xbb18a1:0x4f7,_0x5509d6:0x16,_0x213351:0x533,_0x3b71e6:0x564,_0x5adfe7:0x535,_0x112424:0x562,_0x3b3a87:0x503,_0x322124:0x53b,_0x56c302:0x549,_0x323bd3:0x519,_0x4839e7:0x554,_0x8487c5:0x82,_0x362bf0:0x525,_0x2a0825:0x51b,_0x3a778d:0x4e5,_0x32c327:0x4e9,_0x36fe79:0x4fd,_0x28c646:0x521,_0xcc8d1d:0x56a,_0x1b6166:0x65,_0x365e8a:0x75,_0xa523c8:0x7e,_0xb68a69:0x12,_0x5f059b:0x40,_0x25390f:0x50d,_0x21baa4:0x510,_0x30cd63:0x531,_0x52c0c9:0xa,_0x40f8f1:0x1,_0x5506fb:0x22,_0x589115:0x4,_0x1f1670:0x4ce,_0xcca9ea:0x2e,_0xfad113:0x5e,_0x2b07ee:0x13,_0x4d4d4a:0x552,_0x58583b:0x527,_0x58c9cb:0x7b,_0x2fda03:0x4b,_0x2a777f:0x2b,_0x11b50e:0x54,_0x27c370:0x6a,_0x27a550:0x41,_0x57f29b:0x29,_0x17b272:0x50,_0x48994e:0x4c,_0x26e0bd:0x58,_0x5c968d:0x506,_0x291bcb:0x541,_0x228461:0x4ed,_0x2f4c7f:0x506,_0x4977d8:0x5b1,_0x58f5d2:0x51e,_0x42f675:0x506,_0x4c929b:0x4d3,_0x3d680c:0x16,_0x4fa485:0x5,_0x3b058c:0x95,_0x54f31c:0x526,_0x5b9082:0x58d},_0x1e503c={_0x20d537:0x425,_0x2fa163:0x413,_0x6fd8e2:0x3ac,_0x50456b:0x3c4,_0x3dc9f3:0x438,_0x581a98:0x426,_0x173884:0x2fb,_0x393534:0x2d7,_0x31e0fa:0x2b1,_0x5c6c77:0x2d3,_0x1894a4:0x2ee,_0x47cc05:0x2d9,_0x4f51e9:0x2d0,_0x405bc0:0x2fc,_0x9e37f2:0x409,_0x21f032:0x3ef,_0x4a4d50:0x29b,_0x55fce9:0x3c9,_0x5500d7:0x3b0,_0x4a181e:0x3e1,_0x5c2742:0x3af,_0x1748c8:0x290,_0x1e5850:0x2ad,_0xf11e3b:0x284,_0x3e929a:0x40e,_0x38f43e:0x45f,_0x33fd3e:0x2fd,_0x40daad:0x33c,_0x73987c:0x3dd,_0x46d957:0x3fd,_0x360d23:0x3c7,_0x47682a:0x3b3,_0x5a4825:0x3a9,_0x455ecf:0x294,_0x350681:0x254,_0x5331c3:0x2c4,_0x59295b:0x282,_0x1c60d7:0x3b9,_0x3e14ee:0x2d5,_0x292bee:0x303,_0x15dcf7:0x314,_0x5b3514:0x29d,_0xa59200:0x411,_0x2015a:0x429,_0x48c17c:0x405,_0x20dedb:0x439,_0x5c1046:0x27a,_0x3faa2f:0x296,_0x2677c2:0x2bc,_0x28325a:0x2fd,_0x4bbcd2:0x2c5,_0x74b4ae:0x26b,_0x444390:0x260,_0x2a4b2b:0x2fb,_0x2a1423:0x2de,_0x5e36d8:0x29a,_0x28076c:0x2ce,_0x355770:0x296,_0x207154:0x2be,_0x105733:0x2b3,_0x22116f:0x277,_0x206e94:0x276,_0x154e1f:0x2ca,_0x4af94c:0x427,_0x324fcb:0x41c},_0x3f27a6={_0x17ecfe:0x19c,_0x344014:0x1e,_0x1ab268:0x131},_0x519a31={_0x35d43e:0xf3,_0x3e35c2:0x3d4},_0x374d16={'viPRl':'Environmen'+_0x339a19(_0x2772a0._0x148b48,_0x2772a0._0xdfd730,_0x2772a0._0x2715c4,_0x2772a0._0x57f7eb)+_0x339a19(0xd,0x3,_0x2772a0._0x12329e,0x36)+_0x339a19(_0x2772a0._0x1886f3,0x46,_0x2772a0._0x285f30,0x14)+_0x31ab21(_0x2772a0._0x4da173,_0x2772a0._0x279bb2,0x56b,_0x2772a0._0x562019)+_0x31ab21(0x507,_0x2772a0._0x57054d,0x531,_0x2772a0._0x398695)+_0x339a19(0x42,0x58,_0x2772a0._0x44d387,0x2b)+'e','BnaHG':_0x339a19(_0x2772a0._0x53675b,_0x2772a0._0x56a64e,0x3b,_0x2772a0._0xb708b0)+'ied','nAGtq':'xbDPI','OgsgG':_0x31ab21(0x4df,0x526,_0x2772a0._0x55b861,0x549),'naDmx':function(_0x13c365,_0x4741d4){return _0x13c365!==_0x4741d4;},'JbGpU':_0x31ab21(_0x2772a0._0x46b815,_0x2772a0._0x5559da,0x53d,0x53e),'bMpnA':_0x31ab21(0x55b,0x53e,_0x2772a0._0xe30a9a,_0x2772a0._0x5eaec2)+_0x339a19(_0x2772a0._0x3994aa,_0x2772a0._0x8a60fc,0x6f,0x64)+_0x31ab21(_0x2772a0._0x1694d1,0x5a6,0x568,_0x2772a0._0x204e8b)+'ta','MOuff':function(_0x43bc9c,_0x2a8fe1){return _0x43bc9c(_0x2a8fe1);},'bXRIG':function(_0x116b52,_0x122bfd){return _0x116b52(_0x122bfd);},'aFkwD':function(_0x55a094){return _0x55a094();},'IbcTi':_0x31ab21(0x59a,0x5a7,_0x2772a0._0x3539d4,_0x2772a0._0x479c5c)+_0x339a19(_0x2772a0._0x5b3e0b,-_0x2772a0._0x3f1fb3,0x1a,-0x9)+'d','YuWSK':function(_0x2ffc59,_0x35e63e){return _0x2ffc59(_0x35e63e);},'jQoqC':function(_0x2ba444,_0x12a2ef){return _0x2ba444===_0x12a2ef;},'bWuxo':_0x339a19(0x25,_0x2772a0._0x387fea,0x63,0x60),'HuMXB':_0x31ab21(0x556,0x557,_0x2772a0._0x37d13b,_0x2772a0._0x2d7303)+_0x31ab21(_0x2772a0._0x53c75b,0x4c2,_0x2772a0._0xaf5e20,0x4c2)+_0x31ab21(0x505,0x519,0x546,_0x2772a0._0x506d27)+_0x339a19(_0x2772a0._0x40ebc5,_0x2772a0._0x358870,-0x2e,-_0x2772a0._0x2ef791)+'nt','fMrHY':function(_0x3374ac,_0x42d904,_0x32afc0){return _0x3374ac(_0x42d904,_0x32afc0);},'kVAoR':_0x31ab21(_0x2772a0._0x3a1379,0x578,_0x2772a0._0xe30a9a,0x576)+_0x31ab21(_0x2772a0._0x283292,0x585,_0x2772a0._0x2463e4,_0x2772a0._0x35d509)+'ates'};if(!_0x374d16[_0x31ab21(0x54c,0x52b,0x545,0x57a)](ensureConfig,_0x13f5dd))return;function _0x339a19(_0x9ebe1,_0x194f44,_0x13f9f1,_0x36a2c9){return _0x16b881(_0x13f9f1,_0x194f44-_0x519a31._0x35d43e,_0x13f9f1-0x16d,_0x36a2c9- -_0x519a31._0x3e35c2);}const _0x4e8339=_0x2e0fa3[_0x31ab21(0x527,0x51f,_0x2772a0._0x46bb82,_0x2772a0._0x414856)][_0x31ab21(0x50c,_0x2772a0._0xce2b96,_0x2772a0._0x4123a5,_0x2772a0._0x4d41f8)+'t'],_0x145c7c=new Set(_0x374d16[_0x339a19(_0x2772a0._0x515c9c,-_0x2772a0._0x4fc8f5,0x2a,-0xf)](String,_0x2e0fa3[_0x31ab21(0x543,_0x2772a0._0x28f34f,0x54b,_0x2772a0._0x3956b7)]['include']||'')[_0x31ab21(0x59c,_0x2772a0._0xb124cb,0x56d,0x57b)](',')[_0x339a19(_0x2772a0._0x5d7cf3,-_0x2772a0._0x5e68da,0x1d,0xb)](_0x1b59af=>_0x1b59af[_0x31ab21(0x528,0x5a2,0x563,0x558)]()[_0x31ab21(0x53e,0x578,0x549,0x50c)+'e']())[_0x31ab21(0x522,_0x2772a0._0x529775,_0x2772a0._0x26168f,_0x2772a0._0x3614f2)](Boolean)),_0x1c5894=_0x374d16[_0x339a19(_0x2772a0._0x45f7ca,_0x2772a0._0x40ebc5,0x34,0x6e)](getConfig);function _0x31ab21(_0x565bd5,_0x40aa71,_0x41c907,_0x1389fc){return _0x16b881(_0x565bd5,_0x40aa71-_0x3f27a6._0x17ecfe,_0x41c907-_0x3f27a6._0x344014,_0x41c907-_0x3f27a6._0x1ab268);}const _0x111ecd=_0x1c5894[_0x31ab21(0x52c,0x570,_0x2772a0._0x4123a5,_0x2772a0._0x3539d4)+'ts'][_0x4e8339];if(!_0x111ecd){const _0x23f840={};return _0x23f840['error']=_0x374d16['IbcTi'],_0x23f840[_0x339a19(_0x2772a0._0x45f7bb,-_0x2772a0._0x3f1fb3,0x3b,0x2c)+'t']=_0x4e8339,_0x13f5dd['status'](-0x2b*0x9a+0x2564+-0x9f2)[_0x31ab21(_0x2772a0._0x34ed3d,_0x2772a0._0x305dba,_0x2772a0._0x4b21be,0x559)](_0x23f840);}if(_0x2e0fa3[_0x31ab21(_0x2772a0._0x1318c,0x520,0x51d,0x4e2)]&&!_0x2e0fa3['user'][_0x31ab21(0x577,_0x2772a0._0x277f79,_0x2772a0._0xb09dce,0x586)+_0x339a19(-0x2e,0x21,0x27,0x10)])try{const _0x5cbb2d=await _0x374d16[_0x339a19(-0x1,-_0x2772a0._0x37e459,_0x2772a0._0x542655,-_0x2772a0._0x37855f)](getVisibleEnvironments,_0x2e0fa3['user']['id']);if(!_0x5cbb2d['includes'](_0x4e8339)){if(_0x374d16[_0x339a19(_0x2772a0._0x2678e1,0x1f,-_0x2772a0._0x86fbcf,-0x10)](_0x374d16[_0x339a19(_0x2772a0._0x10e24a,0x3a,-_0x2772a0._0x2cabc8,_0x2772a0._0x542655)],_0x339a19(0x84,_0x2772a0._0x4b5c82,0x64,0x60))){const _0x505df3={};return _0x505df3[_0x31ab21(0x4e7,0x4e1,0x506,0x506)]=_0x31ab21(0x55c,0x514,_0x2772a0._0x1db887,_0x2772a0._0x5262a9)+_0x339a19(0x55,_0x2772a0._0x25e1cd,0x66,0x43),_0x505df3['message']=_0x374d16[_0x31ab21(0x4c4,_0x2772a0._0x2acdcf,0x504,0x4f2)],_0x13f5dd[_0x31ab21(_0x2772a0._0x21f05a,0x509,0x4f2,_0x2772a0._0x3614f2)](-0x2f*-0x11+-0x134f+0x11c3*0x1)[_0x339a19(_0x2772a0._0x27a99e,_0x2772a0._0x3d384c,_0x2772a0._0xef0a56,_0x2772a0._0x3cabeb)](_0x505df3);}else return _0x30b6f8;}}catch(_0x5d9222){const _0x4f881b={};_0x4f881b[_0x31ab21(_0x2772a0._0x1c6bc8,0x53f,0x506,_0x2772a0._0xbb18a1)]=_0x5d9222['message'],logger[_0x339a19(_0x2772a0._0x5509d6,0x23,_0x2772a0._0x5e68da,0x15)]('Environmen'+_0x31ab21(_0x2772a0._0x213351,_0x2772a0._0x3b71e6,_0x2772a0._0x5adfe7,_0x2772a0._0x112424)+_0x31ab21(_0x2772a0._0x3b3a87,0x503,_0x2772a0._0x322124,0x54c)+_0x31ab21(_0x2772a0._0x56c302,0x513,_0x2772a0._0x323bd3,_0x2772a0._0x4839e7)+_0x339a19(0x26,_0x2772a0._0x8487c5,0x77,0x66)+_0x31ab21(0x54b,_0x2772a0._0x362bf0,_0x2772a0._0x4123a5,_0x2772a0._0x2a0825)+'t',_0x4f881b);}try{const _0x3221ad=_0x111ecd[_0x31ab21(_0x2772a0._0x3a778d,_0x2772a0._0x4da173,0x522,_0x2772a0._0x32c327)],[_0x1a09bd,_0xe8410c,_0x3f54ad]=await Promise[_0x31ab21(0x4e1,_0x2772a0._0x36fe79,_0x2772a0._0x28c646,0x53d)]([_0x374d16[_0x31ab21(_0x2772a0._0x37d13b,0x5aa,_0x2772a0._0xcc8d1d,0x550)](getTaskTemplates,_0x1c5894,_0x4e8339),_0x374d16[_0x339a19(0x85,0x74,0x28,_0x2772a0._0x1b6166)](getTestDefinitions,_0x1c5894,_0x4e8339),_0x374d16[_0x339a19(_0x2772a0._0x365e8a,_0x2772a0._0xa523c8,_0x2772a0._0xb68a69,_0x2772a0._0x5f059b)](loadDeploymentProfiles,_0x3221ad)]),_0xb8f59=await Promise[_0x31ab21(0x561,0x55b,0x521,0x533)](_0x1a09bd[_0x31ab21(_0x2772a0._0x25390f,0x507,_0x2772a0._0x21baa4,0x4ec)](async _0x28eff5=>{const _0x149d00={};function _0x16aa2c(_0x4c9a23,_0x1dd4ad,_0x5c9611,_0x4a16cd){return _0x339a19(_0x4c9a23-0x14c,_0x1dd4ad-0x28,_0x1dd4ad,_0x4c9a23-0x3cf);}function _0x372636(_0x2fade3,_0xc7cd28,_0x17b34e,_0x465a72){return _0x31ab21(_0xc7cd28,_0xc7cd28-0x1d4,_0x2fade3- -0x269,_0x465a72-0x192);}_0x149d00['CawFD']=_0x374d16[_0x16aa2c(0x42c,0x424,_0x1e503c._0x20d537,_0x1e503c._0x2fa163)];const _0x3fac13=_0x149d00;if(_0x374d16[_0x16aa2c(0x3c2,0x3ea,_0x1e503c._0x6fd8e2,_0x1e503c._0x50456b)]===_0x374d16[_0x16aa2c(_0x1e503c._0x3dc9f3,0x44a,0x450,_0x1e503c._0x581a98)]){const _0x2fb962={};_0x2fb962['error']=_0x3569d9[_0x372636(_0x1e503c._0x173884,0x324,_0x1e503c._0x393534,0x2c7)],_0x45f771[_0x372636(_0x1e503c._0x31e0fa,_0x1e503c._0x5c6c77,_0x1e503c._0x1894a4,_0x1e503c._0x47cc05)](_0x374d16[_0x372636(_0x1e503c._0x4f51e9,_0x1e503c._0x405bc0,0x2eb,0x2ce)],_0x2fb962);}else{const _0x2d978f=_0x28eff5[_0x16aa2c(0x3f7,_0x1e503c._0x9e37f2,0x3dd,0x408)];try{const _0x2d42ac=await getTemplateDetails(_0x1c5894,_0x4e8339,_0x2d978f),_0x5ed60a={};_0x5ed60a[_0x16aa2c(0x3f7,0x431,0x3fb,_0x1e503c._0x21f032)]=_0x2d42ac[_0x372636(0x2c4,0x2c4,0x2ec,_0x1e503c._0x4a4d50)],_0x5ed60a[_0x16aa2c(_0x1e503c._0x55fce9,_0x1e503c._0x6fd8e2,_0x1e503c._0x5500d7,_0x1e503c._0x4a181e)]=_0x2d42ac[_0x16aa2c(0x3c9,0x38e,0x39c,_0x1e503c._0x5c2742)],_0x5ed60a[_0x372636(0x298,_0x1e503c._0x1748c8,0x295,0x269)+'n']=_0x2d42ac['descriptio'+'n'],_0x5ed60a[_0x372636(_0x1e503c._0x1e5850,0x2c2,0x2e4,0x2ab)]=_0x2d42ac[_0x372636(0x2ad,0x29c,_0x1e503c._0xf11e3b,0x2c0)],_0x5ed60a[_0x16aa2c(0x430,0x455,_0x1e503c._0x3e929a,_0x1e503c._0x38f43e)]=_0x2d42ac[_0x372636(_0x1e503c._0x33fd3e,_0x1e503c._0x40daad,0x2fb,0x2bc)];const _0x3d1a7a=_0x5ed60a;return _0x145c7c[_0x16aa2c(_0x1e503c._0x73987c,0x39f,_0x1e503c._0x46d957,0x3a4)](_0x16aa2c(_0x1e503c._0x360d23,_0x1e503c._0x47682a,_0x1e503c._0x5a4825,0x3f2))&&(_0x3d1a7a[_0x372636(_0x1e503c._0x455ecf,_0x1e503c._0x350681,_0x1e503c._0x5331c3,_0x1e503c._0x59295b)]=_0x2d42ac['content']),_0x3d1a7a;}catch(_0x320966){if(_0x374d16[_0x16aa2c(0x3e8,0x3de,_0x1e503c._0x1c60d7,0x3f7)](_0x374d16[_0x372636(_0x1e503c._0x393534,_0x1e503c._0x3e14ee,_0x1e503c._0x292bee,_0x1e503c._0x15dcf7)],_0x374d16['JbGpU'])){const _0x567b2a={};return _0x567b2a[_0x372636(_0x1e503c._0x5b3514,0x26e,0x297,0x2cc)]=_0x3fac13[_0x16aa2c(_0x1e503c._0xa59200,_0x1e503c._0x2015a,0x430,0x3f4)],_0x567b2a[_0x16aa2c(0x42e,_0x1e503c._0x48c17c,0x448,_0x1e503c._0x20dedb)]='You\x20do\x20not'+_0x372636(0x290,_0x1e503c._0x5c1046,_0x1e503c._0x3faa2f,_0x1e503c._0x2677c2)+_0x372636(0x2dd,_0x1e503c._0x3e14ee,_0x1e503c._0x28325a,0x2f9)+_0x372636(0x295,0x288,_0x1e503c._0x4bbcd2,_0x1e503c._0x74b4ae)+'nt',_0x337bfa[_0x372636(0x289,0x28e,0x2b1,_0x1e503c._0x444390)](-0x16c3*0x1+-0x23fa+-0x8*-0x78a)['json'](_0x567b2a);}else{const _0x3b3958={};_0x3b3958['environmen'+'t']=_0x4e8339,_0x3b3958[_0x372636(0x2b2,0x273,0x2da,0x2b0)]=_0x2d978f,_0x3b3958['error']=_0x320966[_0x372636(_0x1e503c._0x2a4b2b,0x2d8,_0x1e503c._0x2a1423,0x321)],logger[_0x372636(_0x1e503c._0x31e0fa,0x2eb,_0x1e503c._0x5e36d8,0x2aa)](_0x374d16[_0x372636(0x2f1,_0x1e503c._0x28076c,0x307,0x308)],_0x3b3958);const _0x33523a={};return _0x33523a['name']=_0x2d978f,_0x33523a[_0x372636(0x296,0x297,0x2c9,0x281)]=_0x28eff5[_0x372636(_0x1e503c._0x355770,_0x1e503c._0x207154,_0x1e503c._0x105733,_0x1e503c._0x22116f)]||null,_0x33523a[_0x372636(0x298,0x2b3,_0x1e503c._0x206e94,_0x1e503c._0x154e1f)+'n']=null,_0x33523a[_0x16aa2c(0x430,_0x1e503c._0x4af94c,_0x1e503c._0x324fcb,0x3fe)]=[],_0x33523a;}}}})),_0x407cce={};_0x407cce[_0x31ab21(0x556,_0x2772a0._0x46b815,_0x2772a0._0x30cd63,0x52a)+'t']=_0x4e8339,_0x407cce[_0x339a19(-_0x2772a0._0x52c0c9,_0x2772a0._0x40f8f1,_0x2772a0._0x5506fb,-_0x2772a0._0x589115)+'n']=_0x111ecd[_0x31ab21(0x4de,0x4e4,_0x2772a0._0x4d41f8,_0x2772a0._0x1f1670)+'n']||null,_0x407cce[_0x339a19(0x1b,0x48,_0x2772a0._0x40f8f1,_0x2772a0._0xcca9ea)+'ent']=_0x111ecd[_0x339a19(_0x2772a0._0xfad113,-_0x2772a0._0x2b07ee,_0x2772a0._0x2715c4,0x2e)+_0x31ab21(0x538,_0x2772a0._0x4d4d4a,_0x2772a0._0x58583b,0x4ed)]||null,_0x407cce['repos']=_0x111ecd[_0x339a19(0x46,0x6a,_0x2772a0._0x58c9cb,_0x2772a0._0x2fda03)]||[],_0x407cce[_0x339a19(_0x2772a0._0x2a777f,0x15,_0x2772a0._0x11b50e,0x32)]=_0xb8f59,_0x407cce[_0x339a19(_0x2772a0._0x27c370,_0x2772a0._0x27a550,_0x2772a0._0x57f29b,_0x2772a0._0x17b272)]=_0xe8410c,_0x407cce[_0x339a19(0x1c,_0x2772a0._0x48994e,0x4f,_0x2772a0._0x26e0bd)+'_profiles']=_0x3f54ad,_0x13f5dd['json'](_0x407cce);}catch(_0xf8d25){const _0x1b4afc={};_0x1b4afc[_0x31ab21(_0x2772a0._0x5c968d,_0x2772a0._0x291bcb,0x531,0x539)+'t']=_0x4e8339,logger[_0x31ab21(_0x2772a0._0x228461,0x523,_0x2772a0._0x2f4c7f,0x4c4)](_0x31ab21(_0x2772a0._0x4977d8,0x535,0x570,0x551)+'load\x20templ'+'ates\x20for\x20e'+_0x339a19(0xb,-0x18,-0x8,-0x12),_0xf8d25,_0x1b4afc);const _0x57d9ef={};_0x57d9ef[_0x31ab21(0x510,_0x2772a0._0x58f5d2,_0x2772a0._0x42f675,_0x2772a0._0x4c929b)]=_0x374d16[_0x339a19(0x2c,-_0x2772a0._0x3d680c,-0x31,-_0x2772a0._0x4fa485)],_0x57d9ef[_0x339a19(0x28,0x5a,_0x2772a0._0x3b058c,0x5f)]=_0xf8d25[_0x31ab21(_0x2772a0._0x54f31c,_0x2772a0._0x5b9082,0x564,0x561)],_0x13f5dd['status'](-0x1*0xa13+0x53*0x1a+-0x1*-0x399)['json'](_0x57d9ef);}}),router['get'](_0xa74162(0x510,0x52d,0x52e,0x4f2)+_0xa74162(0x540,0x506,0x519,0x502)+_0xa74162(0x566,0x541,0x571,0x557),async(_0x554388,_0x5a04be)=>{const _0x2c1d61={_0x3430bb:0x4cf,_0x32627e:0x4f9,_0x3dfff0:0x4d7,_0x8e25e9:0x47e,_0x124a42:0x489,_0x1d915e:0x253,_0x276a5a:0x270,_0x354e5e:0x4f6,_0x58b8e4:0x4ba,_0x46aee4:0x47c,_0x2960e3:0x20c,_0x33f530:0x1d1,_0x1bd56d:0x209,_0x5c711f:0x215,_0xa723f9:0x217,_0x3c43da:0x4c3,_0x4ae702:0x4b7,_0x2c73db:0x4a8,_0x22c3ea:0x506,_0x3bf4f8:0x4cc,_0x34abdb:0x46b,_0x1c0d49:0x221,_0x44ed97:0x239,_0x11d4b2:0x518,_0x1f6d31:0x4fd,_0xa2823:0x529,_0x2d5cbe:0x4d5,_0x191bad:0x4c7,_0x3648dc:0x49c,_0x382140:0x484,_0x11d2af:0x4c6,_0x31b4a4:0x4be,_0x748a66:0x4bd,_0x4cfa50:0x21a,_0x5a5ea6:0x231,_0x2f3f12:0x493,_0x3322cb:0x4c2,_0x354f87:0x207,_0x2dbd2d:0x215,_0x2c652f:0x1f7,_0x457d75:0x1c5,_0x12f090:0x226,_0x5a6be5:0x1f4,_0x12a552:0x1d9,_0x98a9c0:0x1f8,_0x52f35d:0x4d2,_0x5b6a2e:0x4ca,_0x2af181:0x204,_0x2413b7:0x1fc,_0xa129a5:0x1f5,_0x45f905:0x1e0,_0x1223d5:0x23b,_0x15118f:0x1fe,_0x483f36:0x4db,_0x55f61a:0x4aa,_0x49e2d4:0x204,_0x41d658:0x1e9,_0x30e34f:0x4a2,_0x4ed4b3:0x240,_0x191a6d:0x244,_0x46021f:0x243,_0x1a5f53:0x4de,_0xf8f68b:0x520,_0x589f40:0x4c9,_0x20c566:0x463,_0x19a3a2:0x4a7,_0x29c780:0x46f,_0x5e5cf1:0x4fd,_0xa8f3ba:0x506,_0x18335a:0x4f1,_0x5e509b:0x4e6,_0xadd986:0x4f3,_0x286723:0x18f,_0x177beb:0x1c5,_0x17a87c:0x4a1,_0x4d68b9:0x4cb,_0x52b751:0x48e,_0x366248:0x4f4,_0x55e5c4:0x1fc,_0x52b8e0:0x4e4,_0x198a9b:0x50a,_0x7be221:0x4ed,_0x82651a:0x4be,_0x1d05b7:0x47a,_0x415733:0x481,_0x21dbda:0x49b,_0x17cd82:0x1bf,_0x564551:0x20f,_0x2b7e06:0x1f8,_0x42b6c4:0x1d2,_0x43eeaf:0x1e5,_0x110e44:0x1d9,_0x139d48:0x1be,_0x35e2a3:0x1d8,_0x258f58:0x490,_0x58ad90:0x245,_0x31cc2f:0x4ef,_0x399b88:0x4f1,_0x4312b7:0x508,_0x59109f:0x4ad,_0x2da793:0x1f8,_0x5b5d3a:0x19f,_0x4c0489:0x1c7,_0x4c01e9:0x1bb,_0x5880d5:0x1e2,_0x3265c0:0x1a0,_0x275d5f:0x1c6,_0x317448:0x25c,_0x1e1fef:0x252,_0x4f9f10:0x23f,_0x16cf04:0x218,_0x5a37fd:0x20e,_0x1375e3:0x4d0,_0x773c27:0x4e8,_0x47d5a5:0x212,_0xdebd80:0x204,_0x2bd62d:0x203,_0x25f92d:0x1e4,_0x3b52da:0x1d9,_0x42326f:0x22d,_0x4453ca:0x237,_0x30cf91:0x20b,_0x1017f5:0x1f3,_0x4b00a1:0x1c2,_0xea4b2b:0x206,_0x45560b:0x236,_0x3d5a0b:0x211,_0x18a78f:0x1d6,_0x51a33d:0x4b5,_0x9e076a:0x4b8,_0x42891f:0x4cd,_0x59ce9e:0x478,_0x14b725:0x4a8,_0x41312c:0x1d9,_0x3ad859:0x207,_0x578821:0x4c1,_0x2dad6c:0x257,_0x1d5f82:0x1cd},_0x3d96c4={_0x36efdf:0x199},_0x2cff1d={_0x1f250d:0x53,_0x4c307d:0x84},_0x4296dc={'MLBSA':_0x8aecc9(0x4c3,_0x2c1d61._0x3430bb,_0x2c1d61._0x32627e,_0x2c1d61._0x3dfff0)+_0x8aecc9(0x49d,_0x2c1d61._0x8e25e9,_0x2c1d61._0x124a42,0x464)+'d','CQpsU':_0x47a335(_0x2c1d61._0x1d915e,0x242,0x243,_0x2c1d61._0x276a5a)+_0x8aecc9(0x4c6,0x4d6,_0x2c1d61._0x354e5e,_0x2c1d61._0x58b8e4)+_0x8aecc9(0x4c5,_0x2c1d61._0x46aee4,0x49e,0x486),'SUsSs':'You\x20do\x20not'+'\x20have\x20acce'+_0x8aecc9(0x4c1,0x4ae,0x4d3,0x4d7)+_0x47a335(0x1d5,_0x2c1d61._0x2960e3,_0x2c1d61._0x33f530,_0x2c1d61._0x1bd56d)+'nt','FvTrl':function(_0x4fb7e2,_0x292100){return _0x4fb7e2(_0x292100);},'EvGwA':_0x47a335(_0x2c1d61._0x5c711f,0x1df,_0x2c1d61._0xa723f9,0x20b),'EUebe':'AfWGR','jytIz':function(_0x5547d5,_0x179df8){return _0x5547d5!==_0x179df8;},'FlxvV':_0x8aecc9(0x4ac,0x4ac,_0x2c1d61._0x3c43da,_0x2c1d61._0x4ae702),'lqfQo':function(_0x3506bb,_0xc7296b){return _0x3506bb===_0xc7296b;},'lqTJX':_0x8aecc9(_0x2c1d61._0x2c73db,0x4fb,0x4bc,0x47f)+_0x8aecc9(_0x2c1d61._0x22c3ea,0x4aa,0x4d5,0x510),'iBOVU':function(_0x120a27,_0x5ac318){return _0x120a27!==_0x5ac318;},'VRkDK':_0x8aecc9(_0x2c1d61._0x3bf4f8,_0x2c1d61._0x34abdb,0x490,0x453),'ZRrED':'JxdZB','fZtax':_0x47a335(_0x2c1d61._0x1c0d49,0x221,0x1fd,_0x2c1d61._0x44ed97),'Dxdma':_0x8aecc9(_0x2c1d61._0x11d4b2,0x4bb,_0x2c1d61._0x1f6d31,_0x2c1d61._0xa2823)+_0x8aecc9(0x4c1,_0x2c1d61._0x2d5cbe,0x4f6,0x4b6)+'ate\x20detail'+'s','ntocY':'Template\x20n'+'ot\x20found'};if(!_0x4296dc['FvTrl'](ensureConfig,_0x5a04be))return;const _0x32c851=_0x554388[_0x8aecc9(0x49d,_0x2c1d61._0x22c3ea,_0x2c1d61._0x191bad,_0x2c1d61._0x3648dc)][_0x8aecc9(_0x2c1d61._0x382140,_0x2c1d61._0x11d2af,_0x2c1d61._0x31b4a4,_0x2c1d61._0x748a66)+'t'],_0x9f58a7=_0x554388['params']['template'];function _0x8aecc9(_0x460898,_0x46b81e,_0x18ad09,_0x2490ab){return _0xa74162(_0x460898-0x83,_0x18ad09- -_0x2cff1d._0x1f250d,_0x460898,_0x2490ab-_0x2cff1d._0x4c307d);}const _0x34c1ac=getConfig(),_0x3e3c83=_0x34c1ac['environmen'+'ts'][_0x32c851];if(!_0x3e3c83){if(_0x4296dc['EvGwA']===_0x4296dc[_0x47a335(_0x2c1d61._0x4cfa50,0x20e,_0x2c1d61._0x5a5ea6,0x264)]){const _0x76938={};return _0x76938[_0x8aecc9(_0x2c1d61._0x2f3f12,_0x2c1d61._0x3322cb,_0x2c1d61._0x2f3f12,0x49f)]=_0x4296dc[_0x47a335(0x1fb,_0x2c1d61._0x354f87,_0x2c1d61._0x2dbd2d,0x213)],_0x76938['environmen'+'t']=_0x2f7c22,_0x96153[_0x47a335(0x1d6,_0x2c1d61._0x2c652f,_0x2c1d61._0x457d75,0x1c9)](-0x1*-0x158f+0x2*0x7db+-0x23b1)[_0x47a335(0x218,_0x2c1d61._0x12f090,0x211,0x1ec)](_0x76938);}else{const _0x4d42ed={};return _0x4d42ed[_0x47a335(0x1a3,_0x2c1d61._0x5a6be5,_0x2c1d61._0x12a552,_0x2c1d61._0x98a9c0)]=_0x4296dc[_0x8aecc9(_0x2c1d61._0x52f35d,_0x2c1d61._0x5b6a2e,0x4cf,0x4c2)],_0x4d42ed[_0x47a335(0x1d5,0x21b,_0x2c1d61._0x2af181,0x240)+'t']=_0x32c851,_0x5a04be[_0x47a335(_0x2c1d61._0x2413b7,_0x2c1d61._0xa129a5,0x1c5,0x1df)](0x8fa*0x4+-0xa39+-0x809*0x3)[_0x47a335(_0x2c1d61._0x45f905,_0x2c1d61._0x1223d5,0x211,_0x2c1d61._0x15118f)](_0x4d42ed);}}function _0x47a335(_0x58fa77,_0x5cee2e,_0x16227c,_0x15f9e1){return _0xa74162(_0x58fa77-_0x3d96c4._0x36efdf,_0x16227c- -0x30d,_0x5cee2e,_0x15f9e1-0xf0);}if(_0x554388[_0x8aecc9(0x4d7,_0x2c1d61._0x483f36,_0x2c1d61._0x55f61a,0x4a5)]&&!_0x554388['user'][_0x47a335(_0x2c1d61._0x49e2d4,_0x2c1d61._0x41d658,0x224,0x23c)+_0x8aecc9(0x497,0x473,_0x2c1d61._0x30e34f,0x4ae)])try{if(_0x4296dc['jytIz'](_0x4296dc[_0x47a335(_0x2c1d61._0x4ed4b3,0x263,_0x2c1d61._0x191a6d,0x26b)],_0x4296dc['FlxvV'])){const _0x34626d={};_0x34626d[_0x8aecc9(0x4e6,0x482,0x4be,0x4c0)+'t']=_0xa8ed32,_0x145d2a['error'](_0x47a335(_0x2c1d61._0xa723f9,_0x2c1d61._0x1bd56d,_0x2c1d61._0x46021f,0x21e)+_0x8aecc9(_0x2c1d61._0x1a5f53,_0x2c1d61._0xf8f68b,0x4f6,_0x2c1d61._0x589f40)+_0x47a335(0x1c6,0x1d5,0x205,0x233)+_0x47a335(0x1c1,0x1a4,0x1c6,0x19a),_0x13ad51,_0x34626d);const _0x1eda92={};_0x1eda92[_0x8aecc9(_0x2c1d61._0x20c566,_0x2c1d61._0x19a3a2,_0x2c1d61._0x2f3f12,_0x2c1d61._0x29c780)]=_0x4296dc['CQpsU'],_0x1eda92[_0x8aecc9(_0x2c1d61._0x5e5cf1,_0x2c1d61._0xa8f3ba,_0x2c1d61._0x18335a,_0x2c1d61._0x5e509b)]=_0x5cfb5d[_0x8aecc9(_0x2c1d61._0xadd986,0x530,_0x2c1d61._0x18335a,0x4c1)],_0x192fd6[_0x47a335(0x1c5,_0x2c1d61._0x286723,_0x2c1d61._0x177beb,_0x2c1d61._0x33f530)](0x52*-0xe+-0x135b+0x19cb)[_0x8aecc9(0x49b,_0x2c1d61._0x17a87c,_0x2c1d61._0x4d68b9,_0x2c1d61._0x52b751)](_0x1eda92);}else{const _0x924227=await _0x4296dc[_0x8aecc9(0x4b7,0x51d,_0x2c1d61._0x366248,0x530)](getVisibleEnvironments,_0x554388[_0x47a335(_0x2c1d61._0x55e5c4,0x214,0x1f0,_0x2c1d61._0xa723f9)]['id']);if(!_0x924227[_0x8aecc9(_0x2c1d61._0x52b8e0,_0x2c1d61._0x198a9b,_0x2c1d61._0x7be221,0x4bc)](_0x32c851)){if(_0x4296dc[_0x8aecc9(_0x2c1d61._0x82651a,_0x2c1d61._0x1d05b7,0x4b2,0x48d)](_0x8aecc9(_0x2c1d61._0x415733,0x455,0x492,_0x2c1d61._0x21dbda),_0x47a335(_0x2c1d61._0x17cd82,_0x2c1d61._0x564551,0x1dd,_0x2c1d61._0x2b7e06))){const _0x1b7dc8={};return _0x1b7dc8[_0x47a335(_0x2c1d61._0x42b6c4,_0x2c1d61._0x43eeaf,_0x2c1d61._0x110e44,_0x2c1d61._0x139d48)]=_0x4296dc[_0x47a335(_0x2c1d61._0x35e2a3,0x246,_0x2c1d61._0x2dbd2d,_0x2c1d61._0x5a5ea6)],_0x1b7dc8['environmen'+'t']=_0x5ae8f8,_0x207264[_0x8aecc9(_0x2c1d61._0x258f58,0x4a2,0x47f,0x468)](-0x5e1+0x1*0x1fc+0x579)[_0x47a335(_0x2c1d61._0x58ad90,0x208,0x211,0x1dd)](_0x1b7dc8);}else{const _0x3477fb={};return _0x3477fb['error']=_0x4296dc['lqTJX'],_0x3477fb[_0x8aecc9(_0x2c1d61._0x31cc2f,0x4e9,_0x2c1d61._0x399b88,_0x2c1d61._0x4312b7)]=_0x4296dc[_0x8aecc9(0x4e1,0x4e9,_0x2c1d61._0x59109f,0x4d4)],_0x5a04be[_0x47a335(_0x2c1d61._0x2da793,_0x2c1d61._0x5b5d3a,0x1c5,_0x2c1d61._0x4c0489)](0x2607+-0x1c8a+-0x7ea)['json'](_0x3477fb);}}}}catch(_0xa71c9a){if(_0x4296dc[_0x47a335(_0x2c1d61._0x4c01e9,0x20a,_0x2c1d61._0x5880d5,_0x2c1d61._0x3265c0)](_0x4296dc[_0x47a335(0x22c,0x22b,0x226,0x229)],_0x4296dc[_0x8aecc9(0x4d5,0x4d4,0x501,0x542)])){const _0x4000bf={};_0x4000bf[_0x47a335(0x1c3,0x1e6,0x1d9,_0x2c1d61._0x4c01e9)]=_0xa71c9a['message'],logger[_0x47a335(_0x2c1d61._0x42b6c4,_0x2c1d61._0x275d5f,0x1ed,_0x2c1d61._0x43eeaf)](_0x47a335(_0x2c1d61._0x317448,_0x2c1d61._0x1e1fef,_0x2c1d61._0x4f9f10,0x21a)+'t\x20visibili'+_0x47a335(0x1f6,_0x2c1d61._0x16cf04,_0x2c1d61._0x5a37fd,0x22c)+'ailed\x20in\x20t'+_0x8aecc9(_0x2c1d61._0x1375e3,_0x2c1d61._0x773c27,0x4f8,_0x2c1d61._0x1375e3)+_0x47a335(_0x2c1d61._0x47d5a5,0x1e5,_0x2c1d61._0xdebd80,_0x2c1d61._0x2bd62d)+_0x47a335(0x1ef,_0x2c1d61._0x1c0d49,0x203,0x20c)+'e',_0x4000bf);}else{const _0x5e1ad1={};return _0x5e1ad1[_0x47a335(0x1a9,_0x2c1d61._0x25f92d,_0x2c1d61._0x3b52da,0x201)]='Access\x20den'+_0x47a335(0x231,0x24c,0x21b,_0x2c1d61._0x42326f),_0x5e1ad1[_0x47a335(0x243,0x243,_0x2c1d61._0x4453ca,0x215)]=_0x4296dc[_0x47a335(_0x2c1d61._0x30cf91,_0x2c1d61._0x1017f5,0x1f3,0x230)],_0x50be7b[_0x47a335(_0x2c1d61._0x4b00a1,_0x2c1d61._0xea4b2b,0x1c5,0x1a4)](0xd09*0x1+0x599*-0x5+0x1087)[_0x47a335(0x237,_0x2c1d61._0x45560b,_0x2c1d61._0x3d5a0b,0x1e9)](_0x5e1ad1);}}try{const _0x28c489=await getTemplateDetails(_0x34c1ac,_0x32c851,_0x9f58a7);_0x5a04be['json'](_0x28c489);}catch(_0x8999bf){if(_0x4296dc['iBOVU'](_0x4296dc[_0x47a335(_0x2c1d61._0x18a78f,0x233,_0x2c1d61._0x354f87,0x228)],_0x4296dc[_0x8aecc9(0x4bd,_0x2c1d61._0x51a33d,0x4c1,_0x2c1d61._0x9e076a)]))_0x58b880=_0xc8511b;else{const _0x1fb750={};_0x1fb750[_0x8aecc9(0x483,0x494,_0x2c1d61._0x82651a,0x4ba)+'t']=_0x32c851,_0x1fb750[_0x8aecc9(_0x2c1d61._0x42891f,_0x2c1d61._0x59ce9e,_0x2c1d61._0x14b725,0x4a6)]=_0x9f58a7,logger[_0x47a335(0x1d5,0x1a5,_0x2c1d61._0x41312c,0x1e0)](_0x4296dc['Dxdma'],_0x8999bf,_0x1fb750);const _0x5e3b97={};_0x5e3b97[_0x47a335(0x1ed,0x1ad,0x1d9,_0x2c1d61._0x3ad859)]=_0x4296dc[_0x8aecc9(_0x2c1d61._0x191bad,_0x2c1d61._0x578821,0x4dc,0x512)],_0x5e3b97['environmen'+'t']=_0x32c851,_0x5e3b97['template']=_0x9f58a7,_0x5e3b97[_0x47a335(0x24f,0x253,0x237,_0x2c1d61._0x2dad6c)]=_0x8999bf['message'],_0x5a04be[_0x47a335(0x1ea,_0x2c1d61._0x1d5f82,_0x2c1d61._0x177beb,0x1a8)](0x2d*-0x57+0x34*-0x4e+-0x7d*-0x43)['json'](_0x5e3b97);}}});export default router;
|
|
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;
|