@profoundlogic/coderflow-server 0.4.8 → 0.4.9
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 +3 -1
- package/dist/README.md +3 -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 +7 -7
- 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/teams.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x2f7070,_0x130d8a){const _0x1962bc={_0x2c5be2:0x50a,_0x141244:0x115,_0x34e73f:0x157,_0x482ae4:0xf4,_0x225e69:0x3c6,_0x1bfe5e:0x46f,_0x243992:0x13a,_0xff9ce2:0x1aa,_0x400b0c:0x7c,_0x43da04:0x0,_0x1100ee:0x2f,_0x5e9bc2:0x2,_0x4d7bcd:0xdd,_0x2b6994:0x10f,_0x546977:0xa0,_0x7bdb2a:0xe3,_0x4a3ccc:0x49c,_0x410bcc:0xd6,_0x4bb1ca:0x53,_0x2c1cb7:0x3e8,_0x203a8d:0x41e},_0x5f5244={_0x211401:0x217},_0x222cb4={_0x12e8f8:0x344};function _0x348776(_0x5820ff,_0x30829b,_0x1cd259,_0x47895c){return _0x35dc(_0x5820ff- -_0x222cb4._0x12e8f8,_0x30829b);}const _0x11ad60=_0x2f7070();function _0x1cf047(_0x1bb0fa,_0x116eaa,_0x74f6de,_0x3a9d97){return _0x35dc(_0x116eaa-_0x5f5244._0x211401,_0x3a9d97);}while(!![]){try{const _0x58ea6d=-parseInt(_0x1cf047(0x528,0x4d8,_0x1962bc._0x2c5be2,0x462))/(0x43*-0x37+-0x1232*-0x1+0x6*-0xa2)+parseInt(_0x348776(-0x136,-_0x1962bc._0x141244,-_0x1962bc._0x34e73f,-_0x1962bc._0x482ae4))/(0x1e00+0x2314+-0x2089*0x2)*(parseInt(_0x1cf047(_0x1962bc._0x225e69,0x445,0x470,0x435))/(0xbdd*-0x2+0xa60+0xd5d))+-parseInt(_0x1cf047(0x4c5,0x440,0x4b0,_0x1962bc._0x1bfe5e))/(0x5*-0xe6+0x1750+0x1d*-0xa6)*(-parseInt(_0x348776(-0x165,-_0x1962bc._0x243992,-_0x1962bc._0xff9ce2,-0x113))/(-0x43*-0x7f+-0xc9f*0x1+-0x1499))+-parseInt(_0x348776(-_0x1962bc._0x400b0c,_0x1962bc._0x43da04,-_0x1962bc._0x1100ee,_0x1962bc._0x5e9bc2))/(-0x133c*0x1+-0x250+-0x1592*-0x1)*(-parseInt(_0x348776(-_0x1962bc._0x4d7bcd,-0x11b,-_0x1962bc._0x2b6994,-0xf0))/(0x13fa*0x1+0xd91+-0x41*0x84))+parseInt(_0x348776(-0xa6,-_0x1962bc._0x546977,-0x121,-_0x1962bc._0x7bdb2a))/(-0x1459+-0x6b7*-0x3+-0xf*-0x4)*(-parseInt(_0x1cf047(0x482,_0x1962bc._0x4a3ccc,0x4e1,0x477))/(-0x1d68+0x88a*0x2+0xc5d))+-parseInt(_0x348776(-_0x1962bc._0x410bcc,-0x60,-_0x1962bc._0x4bb1ca,-0x131))/(-0x4c0+0x25c9+-0x20ff)+parseInt(_0x1cf047(_0x1962bc._0x2c1cb7,0x3f1,0x3ff,_0x1962bc._0x203a8d))/(0x5*0xf9+0x7*0x404+0x6*-0x57d);if(_0x58ea6d===_0x130d8a)break;else _0x11ad60['push'](_0x11ad60['shift']());}catch(_0xd6ab8a){_0x11ad60['push'](_0x11ad60['shift']());}}}(_0x43c0,-0x2*0x380ad+-0x222a*-0x31+0x1ea97*0x3));import _0x71fe03 from'express';import{logger}from'../lib/logger.js';function _0x35dc(_0x53455b,_0x5dda5d){_0x53455b=_0x53455b-(-0x549*-0x2+-0x1748+0xe78);const _0x27d7ab=_0x43c0();let _0x65eca0=_0x27d7ab[_0x53455b];if(_0x35dc['YRhHoz']===undefined){var _0xd17d6a=function(_0x515774){const _0x41b9a4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x217ac2='',_0x220671='';for(let _0xda382e=0x1ce*-0x5+0x1*-0x1ead+0x27b3,_0x5c0c07,_0x11bba0,_0x1a836c=-0xe9*0x18+-0x447+0x1a1f;_0x11bba0=_0x515774['charAt'](_0x1a836c++);~_0x11bba0&&(_0x5c0c07=_0xda382e%(-0x1055+-0x94d*-0x1+0x70c)?_0x5c0c07*(-0x1*0x23ed+-0x1b57+0x1fc2*0x2)+_0x11bba0:_0x11bba0,_0xda382e++%(-0x997+-0x9b1+0x134c))?_0x217ac2+=String['fromCharCode'](-0x10d7+-0x2fc+-0x1*-0x14d2&_0x5c0c07>>(-(0x457*-0x2+0xcab+0x3fb*-0x1)*_0xda382e&0x666+0x164e+0x1cae*-0x1)):0x251*0x6+0x1*0x450+-0x1236){_0x11bba0=_0x41b9a4['indexOf'](_0x11bba0);}for(let _0x5905eb=-0x8fb+0x151a*0x1+-0xc1f,_0x594a22=_0x217ac2['length'];_0x5905eb<_0x594a22;_0x5905eb++){_0x220671+='%'+('00'+_0x217ac2['charCodeAt'](_0x5905eb)['toString'](-0x2f3*-0x1+-0x1b28+0x1845))['slice'](-(0x26ba+-0x221b*-0x1+-0x48d3));}return decodeURIComponent(_0x220671);};_0x35dc['NgYdyQ']=_0xd17d6a,_0x35dc['owYVci']={},_0x35dc['YRhHoz']=!![];}const _0x5ec6a6=_0x27d7ab[-0x6a*-0x19+-0x1b54+0x2*0x87d],_0x4c21d1=_0x53455b+_0x5ec6a6,_0x4aa4c9=_0x35dc['owYVci'][_0x4c21d1];return!_0x4aa4c9?(_0x65eca0=_0x35dc['NgYdyQ'](_0x65eca0),_0x35dc['owYVci'][_0x4c21d1]=_0x65eca0):_0x65eca0=_0x4aa4c9,_0x65eca0;}import{getTeams,getTeamById,getTeamsByUserId,getTeamsManagedBy,isTeamManager,createTeam,updateTeam,deleteTeam,addMember,removeMember,addManager,removeManager}from'../lib/teams.js';import{deleteBindingsBySubject}from'../lib/bindings.js';function _0x43c0(){const _0xd0cb0c=['lZPPzc9Tyw5HzW','sw50zxjUywWGCW','ywXYzwfKEsbHia','zg5OqNi','BwvTyMvY','EvLmshC','BwLU','Ahv0qMq','yvbIv3u','mJC5vxrRB3ny','zxPwwvO','CNPtA0O','yLjlseK','rxjYB3iGCMvTBW','s0vNr0q','Ae5Xy1e','BM90igeGBwfUyq','twvTyMvYigfKza','wwLxrLO','shPPAuW','BwvZC2fNzq','wxrQvKC','zM5Hvw8','CIbVzIb0AguGDa','y2nny2O','ysbTyw5Hz2vY','ww91igfYzsbUBW','y1LVrgG','Chv0','rxjYB3iGywrKAq','C3rYAw5N','DhjPBq','twrzzNi','Bu1eAeC','mty5nZa0DKjoz2zJ','uu1OALG','EhjNreW','ze5uC1K','EgLIzNy','zxjZig9MihrOzq','z3feqK8','BMfTzq','rLvoz1a','ywXYzwfKEsbLEa','vLfnqNq','wLHuBuG','zgLUz3m','q29UzMXPy3q','yw4GBw9KAwz5ia','rM5kt24','z2vY','ChvZAa','vxnLCIbTDxn0ia','zwfT','Duzkz3e','ruXnugC','u0TOB2W','q1LUwum','CIbbzg1PBNmGyW','vgvHBsb1CgrHDa','s3PnA2e','EfrLuwS','wfjLCMm','qxrpEvm','B25bwuC','uKH0DNq','EgH6Bwe','zwqGC3vJy2vZCW','CYb0zwfT','nJy4ntq1Buvbthz6','AgfZ','s0vYCfu','yM9KEq','CwTzy3i','y0Tsz1G','CxnoELy','nKHMv2XyBa','rxjYB3iGBgLZDa','CNLJBeu','qM1WEei','u3Hmrfy','BwfUywDLihrLyq','qMfKifjLCxvLCW','AMz5uvG','BgvUz3rO','zgvZy3jPChrPBW','DLrQthC','rxjYB3iGzgvSzq','Aw5JBhvKzxm','uM91DgvY','DfDHDuu','v2rNr2C','wgrKsfy','yMuGysbTzw1Izq','DM5xvvO','Euzvtfm','Cwjwq2K','uurkv3u','EvH0D1i','zxvSugi','wKrvzLy','BwvTyMvYCW','CMPpzKK','ywH1DvO','BNbvAKe','zxj2zxiGzxjYBW','B3zLzcbMCM9Tia','tgHSruu','wKfIELK','z0f4Awm','vgvHBsbJCMvHDa','CNmVoNvZzxjjza','u1Lgrxy','BMCGBwfUywDLCG','DgvHBq','ote5mZK3nKPgtwnhzW','s3nJCem','AejVzLa','s2HNrKS','AgvzwMy','nxz4s2zXEa','zxjZ','rgTIq3e','reDrt2e','BwvZ','BwfW','sNHZqxi','qNzHvey','wenzEgu','EK9Xz2e','AxnZAw9UihrVia','C3rHDhvZ','sufyzKG','BwfUywDLCNm','uefLvKi','A0fICum','ugLXvwm','D1Ltt1i','yw4Gy3jLyxrLia','sLbuyuG','yw4GBwfUywDLia','BLbuCvK','BLzLufO','wxDstKG','AxmGCMvXDwLYzq','DgvHBxm','qwXSig1HBMfNzq','CMvXDwLYzwq','vgjnsM8','DxnLCKLK','wM5jCwy','uK50z1a','rhnbrfu','CgfYyw1Z','DMLUzYbTyw5HzW','vxnLCIbUB3qGzG','BMCGBwvTyMvY','yNzbvgi','C28GyMuGBwvTyG','wuTjuLu','tLnfsKu','twDeDKm','DvbntuS','D09WDLy','ihrLyw0','zxPoDuu','DxnLCKLKigLZia','mtiYB09PC0XA','sfbwv1y','yuLJsgG','sLfdDMi','qNztuMS','tgrcELa','tuP3uvq','lZPPza','BLfRB3q','zNvSBhK','AhblqKy','vMPZy2m','rLjuq2y','DgLUzYb0zwfT','yNn1ALO','rxjKtLa','rxjYB3iGy3jLyq','zgvSzxrL','whPAt3u','Avrzy0O','Bw92zwqGzNjVBq','txndDNi','rgTtEfi','Axn0CW','seDqDhy','Cg9ZDa','D0DjrhG','mJe5odeZmNrjyLfpsW','CuDAwxu','wLLvCKO','ywXS','ANnVBG','mJG5mdvbENn1uuq','DKvZALO','vMXyvMC','yw4GzgvSzxrLia','DcbHig1LBwjLCG','sNPduvy','u0LuqK4','uhrqDu4','Aw5NihrLyw1Z','sgzwwuO','z1HwEva','AxLbzNO','Axntzxj2zxjbza','Egj1tg0','sLDtsxm','igHHDMuGCgvYBq','zxjYB3i','wePRALm','vhPmrui','runQy3q','B2LUzuK','v0LjzMC','DxnLCG','vxHQDxO','tgvwr28','BsbTzw1IzxjZ','vgvHBsbUB3qGzG','AM9PBG','vxvmAvq','vvDrAfu','Aw5NihrLyw0','igjLy29TAw5Nia','B3qGzM91BMq6ia','z2v0','ww91igrVig5VDa','twPrsum','DMrwCxO','EhD5Efe','BfzQu0y','CgnNtxK','vxnLCIbjrhmGBG','vgvHBsbUyw1Lia','twfUywDLCIbYzq','DMLUzYbTzw1Izq','t25SEsbtzxj2zq','zgvKihrVihrLyq','AezAvfa','reX4zfq','s2TMANG','C3HqqMS','zgvSzxrLzejPBG','zwqGDg8GDgvHBq','lZPPzc9Tzw1Izq','vgvHBsbKzwXLDa','tM90iezVDw5K','CNmGBxvZDcbHBa','AwTyyu4','mJuYnJy1DvPOC2j6','ueDhuNC','yMXmrKi','rxjYB3iGDxbKyq','BM90igeGBwvTyG','sNfzExG','r2vXEva','mZm2odaYmhD1CKf6tq','CuvWquW','BwfUywDLCL9Uyq','twvTyMvYihjLBq','sLjhCeq','DgvHBsbTyw5HzW','AhrWyNm','AxPqEM0','shDOyNq','B3vUza','wuPIuhq','zMLSDgvY','Cvb1BwO','rM9YyMLKzgvU'];_0x43c0=function(){return _0xd0cb0c;};return _0x43c0();}import{findUserById}from'../lib/users.js';function _0x16be31(_0x1f9e4d,_0x14433c,_0x579397,_0x4eaf9c){return _0x35dc(_0x14433c-0x16f,_0x4eaf9c);}const router=_0x71fe03[_0xb0c6ff(0x2b8,0x2e8,0x25e,0x2da)]();async function validateUserIds(_0x42ae85){const _0xb4d1be={_0x13e9b0:0x431,_0x58e860:0x3eb,_0x4e6540:0x49b,_0x5d168b:0x243,_0x37d6f4:0x2a2,_0x13f63d:0x26f},_0x5eb189={_0x4859b3:0x46,_0xf12445:0x1c8,_0x502b4f:0x1b8},_0x40918d={_0x4c71c9:0x190,_0x5d4f7f:0x73,_0x3c3993:0x71};function _0x3b0c03(_0x1751af,_0xedc622,_0x5a100a,_0x27bbd0){return _0xb0c6ff(_0x1751af-_0x40918d._0x4c71c9,_0x27bbd0,_0x5a100a-_0x40918d._0x5d4f7f,_0x1751af- -_0x40918d._0x3c3993);}const _0x497af4={'htpbs':function(_0x227655,_0x1cc23c){return _0x227655(_0x1cc23c);}},_0x52dfca=[];for(const _0x5b751b of _0x42ae85){const _0x46fb97=await _0x497af4[_0x341bc4(_0xb4d1be._0x13e9b0,_0xb4d1be._0x58e860,0x3c0,_0xb4d1be._0x4e6540)](findUserById,_0x5b751b);if(!_0x46fb97)_0x52dfca[_0x3b0c03(_0xb4d1be._0x5d168b,0x1f3,_0xb4d1be._0x37d6f4,_0xb4d1be._0x13f63d)](_0x5b751b);}function _0x341bc4(_0x51a300,_0x58608c,_0x5e317c,_0x21d3df){return _0xb0c6ff(_0x51a300-_0x5eb189._0x4859b3,_0x21d3df,_0x5e317c-_0x5eb189._0xf12445,_0x51a300-_0x5eb189._0x502b4f);}return _0x52dfca;}function _0xb0c6ff(_0x27406d,_0x522dd3,_0x4dfa1f,_0x4faa20){return _0x35dc(_0x4faa20-0x5,_0x522dd3);}async function enrichTeamWithManagerNames(_0xfd37e6){const _0xe9d079={_0x594b64:0x1c1,_0x48193d:0x1e6,_0x32b169:0x188,_0x14d6f7:0x270,_0x1e8304:0x2ea,_0x1d3f8d:0x146,_0x97086d:0x181,_0x4adb60:0x1ba,_0x40ba4a:0x35d,_0xb7a4f4:0x333,_0x5c7f5d:0x36e,_0x5f4dea:0x313,_0x443ef0:0x369,_0x4e6960:0x2e9,_0x46e261:0x375,_0x52f47b:0x18d,_0x1b8174:0x178},_0x40b972={_0xfcf55:0xe9,_0x402ece:0x4f,_0x43a27e:0xd0,_0x46f560:0x552,_0x1806a4:0x57a,_0x534d92:0x35,_0x5ad821:0x129,_0x1eb5db:0x1a0,_0x564d3f:0x1bc,_0x54d4b0:0x125,_0x381845:0x134,_0x34b946:0x43,_0x353b7a:0x648,_0x46eb84:0xb4,_0x5bbf55:0x50c,_0x28fbe5:0x5b5},_0x439a0c={_0x1989c5:0x1b0,_0x53fe7d:0xb0},_0x1f06c0={_0x436006:0x18c},_0x5500b5={'DGQOa':_0x3c8afc(0x36f,0x432,0x435,0x3b0),'LeVGo':function(_0x553090,_0xa2f8a0){return _0x553090!==_0xa2f8a0;},'ZnIqf':_0x4b91d6(_0xe9d079._0x594b64,_0xe9d079._0x48193d,_0xe9d079._0x32b169,0x15d),'BmpxB':_0x3c8afc(0x291,0x26f,_0xe9d079._0x14d6f7,_0xe9d079._0x1e8304),'UiCfk':function(_0x494e16,_0x168cc6){return _0x494e16(_0x168cc6);},'HGPtv':function(_0x21fad6,_0x1843ab){return _0x21fad6===_0x1843ab;}};if(!_0xfd37e6[_0x4b91d6(0x17d,0x181,0x1f8,0x110)]||_0x5500b5[_0x4b91d6(0x145,0x1bb,0x198,_0xe9d079._0x1d3f8d)](_0xfd37e6[_0x4b91d6(0x11b,_0xe9d079._0x97086d,_0xe9d079._0x4adb60,0x141)]['length'],0x811+-0xa95+0x2e*0xe))return _0xfd37e6;function _0x4b91d6(_0xe7c11a,_0x34ddfc,_0x3f9ccb,_0x42097a){return _0xb0c6ff(_0xe7c11a-_0x1f06c0._0x436006,_0x42097a,_0x3f9ccb-0x0,_0x34ddfc- -0x70);}const _0x3db1af={};function _0x3c8afc(_0x4b2d6f,_0x4f377d,_0x55934d,_0x4b68d3){return _0xb0c6ff(_0x4b2d6f-_0x439a0c._0x1989c5,_0x4b2d6f,_0x55934d-_0x439a0c._0x53fe7d,_0x4b68d3-0x100);}await Promise[_0x3c8afc(_0xe9d079._0x40ba4a,_0xe9d079._0xb7a4f4,0x302,0x331)](_0xfd37e6[_0x3c8afc(_0xe9d079._0x5c7f5d,0x2cf,0x27b,0x2f1)][_0x3c8afc(_0xe9d079._0x5f4dea,0x2f0,_0xe9d079._0x443ef0,_0xe9d079._0x4e6960)](async _0x4e88b8=>{const _0x291d96={_0x9b39b6:0xd6,_0x2daf51:0x41b},_0x16c363={_0x47f1a9:0x3c0};function _0x163d8e(_0x2f1455,_0x438844,_0x17e883,_0x4adc96){return _0x4b91d6(_0x2f1455-0xe2,_0x438844-_0x16c363._0x47f1a9,_0x17e883-0x181,_0x17e883);}function _0x40c534(_0x2c9423,_0x5ee508,_0x22842a,_0x4be817){return _0x3c8afc(_0x22842a,_0x5ee508-0x60,_0x22842a-_0x291d96._0x9b39b6,_0x4be817- -_0x291d96._0x2daf51);}if(_0x5500b5[_0x40c534(-_0x40b972._0xfcf55,-_0x40b972._0x402ece,-0x68,-_0x40b972._0x43a27e)](_0x5500b5[_0x163d8e(0x4ca,_0x40b972._0x46f560,0x59f,_0x40b972._0x1806a4)],_0x5500b5[_0x40c534(-_0x40b972._0x534d92,0x2d,0x38,-0x4b)])){const _0x53d4bc=await _0x5500b5['UiCfk'](findUserById,_0x4e88b8);_0x3db1af[_0x4e88b8]=_0x53d4bc?_0x53d4bc['name']||_0x53d4bc['username']:_0x4e88b8;}else{const _0x40271b={};return _0x40271b[_0x40c534(-0x6e,-_0x40b972._0x5ad821,-0xcd,-0xd8)]=_0x5500b5[_0x40c534(-_0x40b972._0x1eb5db,-_0x40b972._0x564d3f,-_0x40b972._0x54d4b0,-_0x40b972._0x381845)],_0x40271b[_0x40c534(-_0x40b972._0x34b946,-0xa4,-0x65,-0x86)]=_0x4c36b0[_0x163d8e(0x601,0x5e5,0x636,_0x40b972._0x353b7a)],_0x4bf50c[_0x40c534(-0xbc,-0xcb,-_0x40b972._0x46eb84,-0x12c)](-0x1*-0xec3+0xf07+0x1c31*-0x1)[_0x163d8e(_0x40b972._0x5bbf55,0x582,0x518,_0x40b972._0x28fbe5)](_0x40271b);}}));const _0x17e627={..._0xfd37e6};return _0x17e627[_0x3c8afc(0x371,0x346,0x390,_0xe9d079._0x46e261)+_0x4b91d6(_0xe9d079._0x52f47b,_0xe9d079._0x1b8174,0x11f,0x18a)]=_0x3db1af,_0x17e627;}router['get']('/',async(_0x219ec1,_0x211cc0)=>{const _0x5d3655={_0x387b57:0x567,_0x4b2690:0x19,_0x3ef249:0x1,_0x421dcd:0x1d,_0x332bf1:0xb9,_0x55d29d:0x6d,_0x5e5dcd:0xf0,_0x28c7ea:0xb6,_0x3a7700:0x499,_0x44c09e:0x6a,_0x46415d:0xc,_0x4aaf50:0x43,_0x4f1520:0x14,_0x34b5cf:0xc4,_0x30f7e6:0x62,_0x31b0bf:0x3b,_0x2cde09:0x7c,_0x552eb0:0x5b1,_0x5134c9:0x549,_0x429fae:0x53,_0x205192:0x29,_0x1f992f:0x51a,_0x31a53d:0x538,_0x1b7583:0x481,_0x8bbe0c:0x5,_0x28031e:0x67,_0x4bad8a:0x98,_0x464c5a:0x11d,_0x317122:0xab,_0x3b724e:0x504,_0x46cde6:0x489,_0x38d769:0x55b,_0x24e6ac:0x4d0,_0x5c48a9:0x4d6,_0x4cd38e:0x521,_0x426484:0x34,_0x55e177:0x27,_0x5a077c:0x33,_0x472297:0x42,_0x5ece8a:0x83,_0x4395c6:0x9d,_0x58b0c0:0x57e,_0x547ae2:0x48f,_0x41c688:0x528,_0x2a5429:0x8,_0xdebdd6:0x4a,_0x467794:0x87,_0x378fbd:0x87,_0x5d0909:0x22,_0xd653c2:0x5f,_0xbc1b6b:0x4ed,_0x25eb32:0x463,_0x13716d:0x18,_0x917c3a:0x568,_0x3cf8f8:0x4fc,_0x24a09f:0x5b8,_0x4dd9e2:0x562,_0x484d8a:0x2b,_0x2475bb:0x5f,_0x23ff1d:0x47,_0x315f0b:0xd5,_0xd4b6c7:0x8b,_0x1b7ad1:0x7d,_0x42cdb7:0x20,_0x2fec4f:0x58a,_0x26fad4:0x5d1,_0x1f2f8b:0x1a,_0x2fca56:0x54c,_0x24ebd2:0x54,_0xefd23a:0x2b,_0x1bd8a8:0x1b,_0x473858:0x508,_0x96c57b:0xa3,_0x1499ae:0x28,_0x5eb04b:0x64,_0x4c27fa:0xbe,_0x5468f3:0x44b,_0xf2d810:0x4ab,_0x123c5a:0x4fc,_0x1fe33b:0x4a7,_0x1e37ef:0xae,_0x43873f:0x5a3,_0x42974d:0x4dd,_0xbd68d:0x4fe,_0x4ae303:0x4de,_0xc26d71:0x4b0,_0x21ead2:0x42,_0x249cab:0xed,_0x289a6a:0x7d,_0x328457:0x64,_0x250d4c:0x19,_0x4f62c4:0x48,_0x24bb30:0x4fd,_0x5f3e0b:0x57d,_0x32500b:0x5b7,_0x2effe4:0x520,_0x218930:0x4e0,_0x592754:0x3c,_0x3143e6:0x513,_0x5d8de8:0x131,_0x1c954a:0xb4,_0x260e3c:0x78,_0x516c06:0x4aa,_0x4e6ee3:0x4ff,_0x390ad7:0x4ec,_0x4ef552:0x527,_0x216848:0x51d,_0x4377f0:0x550,_0x5b6569:0x580,_0x249d27:0x52f,_0x1a1f9d:0xd9,_0x2b7de1:0x4f6,_0x5415fa:0x566,_0x377651:0xae,_0x1c7c83:0x25,_0x1a58e4:0x46},_0xfae23d={_0x1ef7dd:0x146,_0x1d91c9:0x218},_0x1a548a={_0x4214f3:0x1a5,_0x315c48:0x2bb},_0x2067c9={'qEpAL':_0x693fbc(0x58e,0x5f5,_0x5d3655._0x387b57,0x58d)+'t','rjOfI':_0x358181(0x7e,0x31,-0x6,-0x64)+_0x358181(-0x86,0x3a,-_0x5d3655._0x4b2690,-0xf),'xTeQk':'Conflict','ErdNP':_0x358181(_0x5d3655._0x3ef249,0xf4,0x6b,_0x5d3655._0x421dcd)+_0x358181(_0x5d3655._0x332bf1,-0x13,_0x5d3655._0x55d29d,0x8b),'PGGRw':_0x358181(0x10c,_0x5d3655._0x5e5dcd,0x86,_0x5d3655._0x28c7ea)+_0x693fbc(0x4c3,_0x5d3655._0x3a7700,0x4df,0x49b),'qsNzV':_0x358181(0xc4,0xdf,_0x5d3655._0x44c09e,-_0x5d3655._0x46415d)+_0x358181(-0x76,-0x78,-_0x5d3655._0x4aaf50,-_0x5d3655._0x4b2690)+'r','RNtgP':function(_0x28e429,_0xd56ca5){return _0x28e429!==_0xd56ca5;},'qPumj':_0x358181(_0x5d3655._0x4f1520,-0x97,-0x38,-0xb6),'pcgMy':_0x358181(0x59,_0x5d3655._0x34b5cf,_0x5d3655._0x30f7e6,0x4e),'zOqga':_0x358181(0x73,_0x5d3655._0x31b0bf,_0x5d3655._0x2cde09,0xb5),'BvSRk':function(_0x49341b,_0x38b3fa){return _0x49341b!==_0x38b3fa;},'VQMBt':_0x693fbc(0x566,_0x5d3655._0x552eb0,0x566,_0x5d3655._0x5134c9),'ryclE':function(_0x3524df,_0x543b09){return _0x3524df(_0x543b09);},'ORGRu':function(_0x818265,_0x38a934){return _0x818265!==_0x38a934;},'QusGn':_0x358181(0xb0,_0x5d3655._0x429fae,_0x5d3655._0x205192,0xa4)};function _0x693fbc(_0x2b5374,_0x2e9e14,_0x329cde,_0x1fb0ca){return _0xb0c6ff(_0x2b5374-_0x1a548a._0x4214f3,_0x1fb0ca,_0x329cde-0xa,_0x2b5374-_0x1a548a._0x315c48);}function _0x358181(_0x37529d,_0xb8adb3,_0x59b003,_0x3eb383){return _0xb0c6ff(_0x37529d-_0xfae23d._0x1ef7dd,_0xb8adb3,_0x59b003-0xa7,_0x59b003- -_0xfae23d._0x1d91c9);}try{if(_0x2067c9[_0x693fbc(0x4be,_0x5d3655._0x1f992f,_0x5d3655._0x31a53d,_0x5d3655._0x1b7583)](_0x2067c9[_0x358181(-_0x5d3655._0x8bbe0c,0xba,_0x5d3655._0x28031e,_0x5d3655._0x4bad8a)],_0x358181(0x28,_0x5d3655._0x464c5a,_0x5d3655._0x317122,0xc4))){const _0x348245=_0x219ec1[_0x693fbc(_0x5d3655._0x3b724e,0x483,_0x5d3655._0x46cde6,_0x5d3655._0x38d769)]['id'];let _0x4ed5cf;if(_0x219ec1[_0x693fbc(_0x5d3655._0x3b724e,_0x5d3655._0x24e6ac,_0x5d3655._0x5c48a9,_0x5d3655._0x4cd38e)][_0x358181(_0x5d3655._0x426484,0x22,_0x5d3655._0x55e177,-0x6)+'min']){if(_0x2067c9[_0x358181(0xab,_0x5d3655._0x5a077c,_0x5d3655._0x472297,_0x5d3655._0x5ece8a)]!==_0x2067c9[_0x358181(-_0x5d3655._0x4395c6,0x39,-0x2b,0x3b)])_0x4ed5cf=await getTeams();else{const _0x598893={};return _0x598893[_0x693fbc(0x4fe,_0x5d3655._0x58b0c0,_0x5d3655._0x547ae2,_0x5d3655._0x41c688)]=_0x2067c9[_0x358181(_0x5d3655._0x2a5429,0x45,0x5c,0x6e)],_0x598893['message']=_0x2067c9[_0x358181(-0xa4,-_0x5d3655._0xdebdd6,-0x46,-_0x5d3655._0x467794)],_0x1a836c[_0x358181(-_0x5d3655._0x378fbd,-_0x5d3655._0x5d0909,-0x29,-_0x5d3655._0xd653c2)](-0x1190+-0x10a1+0x23c1)[_0x693fbc(_0x5d3655._0xbc1b6b,0x49b,0x4d7,_0x5d3655._0x25eb32)](_0x598893);}}else{if(_0x2067c9[_0x358181(0x54,-_0x5d3655._0x13716d,-_0x5d3655._0x3ef249,0x63)](_0x2067c9[_0x693fbc(_0x5d3655._0x917c3a,0x56f,_0x5d3655._0x3cf8f8,_0x5d3655._0x24a09f)],_0x2067c9[_0x693fbc(0x568,0x5b4,0x54c,_0x5d3655._0x4dd9e2)])){const _0x290d12={};return _0x290d12[_0x358181(0x9a,_0x5d3655._0x3ef249,_0x5d3655._0x484d8a,-_0x5d3655._0x2475bb)]=_0x2067c9[_0x358181(_0x5d3655._0x23ff1d,0xb8,0xa6,_0x5d3655._0x315f0b)],_0x290d12['message']=_0x3963ef[_0x358181(0x1,_0x5d3655._0xd4b6c7,_0x5d3655._0x1b7ad1,0x35)],_0x4613f8[_0x358181(0x37,_0x5d3655._0x42cdb7,-0x29,0x60)](-0xe1a*0x1+0x108e*-0x2+0x30cf)['json'](_0x290d12);}else _0x4ed5cf=await _0x2067c9[_0x693fbc(_0x5d3655._0x2fec4f,0x5a3,_0x5d3655._0x26fad4,0x5ce)](getTeamsByUserId,_0x348245);}const _0x1c1215=await Promise[_0x358181(0x3f,_0x5d3655._0x1f2f8b,_0x5d3655._0x4b2690,0x35)](_0x4ed5cf['map'](enrichTeamWithManagerNames)),_0x3c6f17={};return _0x3c6f17[_0x358181(-0x20,-0x5e,-0x1b,-_0x5d3655._0x2a5429)]=_0x1c1215,_0x211cc0[_0x693fbc(0x4ed,0x4bb,_0x5d3655._0x2fca56,0x543)](_0x3c6f17);}else{const _0xb2d810={};return _0xb2d810[_0x358181(-_0x5d3655._0x24ebd2,0x46,_0x5d3655._0xefd23a,_0x5d3655._0x1bd8a8)]=_0x693fbc(_0x5d3655._0x473858,0x4a2,0x510,0x4c0)+_0x358181(_0x5d3655._0x96c57b,_0x5d3655._0x1499ae,_0x5d3655._0x5eb04b,_0x5d3655._0x4c27fa),_0x31c2ca[_0x693fbc(0x4aa,_0x5d3655._0x5468f3,_0x5d3655._0xf2d810,0x52b)](-0x4c*0x4+0x1000+-0xb*0x134)[_0x358181(-0x9,0x65,0x1a,0x1d)](_0xb2d810);}}catch(_0x4e08bd){if(_0x2067c9['ORGRu'](_0x2067c9['QusGn'],_0x693fbc(_0x5d3655._0x123c5a,0x527,0x4a8,_0x5d3655._0x1fe33b))){if(_0x282257[_0x358181(_0x5d3655._0x30f7e6,_0x5d3655._0x1e37ef,_0x5d3655._0x1b7ad1,-0x6)][_0x693fbc(0x594,_0x5d3655._0x38d769,_0x5d3655._0x43873f,0x56e)](_0x2067c9[_0x693fbc(_0x5d3655._0x42974d,0x54b,0x540,0x4e1)])){const _0x43873e={};return _0x43873e[_0x693fbc(_0x5d3655._0xbd68d,0x539,_0x5d3655._0x4ae303,_0x5d3655._0xc26d71)]=_0x2067c9[_0x358181(_0x5d3655._0x21ead2,0x121,0xa6,0x89)],_0x43873e[_0x358181(0x92,_0x5d3655._0x249cab,_0x5d3655._0x289a6a,0xfb)]=_0xbecbbd[_0x358181(_0x5d3655._0x328457,_0x5d3655._0x250d4c,0x7d,0xda)],_0x57269a[_0x358181(-_0x5d3655._0x4f62c4,-0x74,-0x29,-0x6c)](0x1913+-0x21d3+-0xa59*-0x1)['json'](_0x43873e);}const _0x57f77f={};_0x57f77f[_0x693fbc(0x4fe,_0x5d3655._0x24bb30,_0x5d3655._0x5f3e0b,0x4fb)]=_0x5c315f[_0x693fbc(0x550,_0x5d3655._0x32500b,_0x5d3655._0x2effe4,_0x5d3655._0x218930)],_0x1ea3d5[_0x358181(-_0x5d3655._0x592754,-0x20,0x2b,0x43)](_0x2067c9[_0x693fbc(0x528,_0x5d3655._0x3143e6,0x4df,0x581)],_0x57f77f);const _0x3d0b7a={};return _0x3d0b7a[_0x358181(-0x4d,-0x15,0x2b,-0x20)]=_0x2067c9[_0x358181(0xe1,_0x5d3655._0x5d8de8,_0x5d3655._0x1c954a,_0x5d3655._0x260e3c)],_0x4c03bf[_0x693fbc(_0x5d3655._0x516c06,_0x5d3655._0x4e6ee3,_0x5d3655._0x390ad7,0x4fd)](0x1a20+-0x112*-0x12+0x116*-0x28)[_0x693fbc(0x4ed,_0x5d3655._0x4ef552,0x47c,_0x5d3655._0x2effe4)](_0x3d0b7a);}else{const _0x59ff4e={};_0x59ff4e[_0x693fbc(0x4fe,0x51f,0x51d,_0x5d3655._0x216848)]=_0x4e08bd[_0x693fbc(_0x5d3655._0x4377f0,0x556,_0x5d3655._0x5b6569,_0x5d3655._0x249d27)],logger['error'](_0x358181(_0x5d3655._0x1a1f9d,0xcd,0xb6,0x65)+_0x693fbc(_0x5d3655._0x2b7de1,0x55a,_0x5d3655._0x5415fa,0x4ef),_0x59ff4e);const _0x1ca154={};return _0x1ca154[_0x358181(_0x5d3655._0x377651,_0x5d3655._0x1c7c83,0x2b,-0xb)]=_0x2067c9[_0x358181(0xcf,_0x5d3655._0x1a58e4,_0x5d3655._0x1c954a,0xf9)],_0x211cc0['status'](0x3e9*-0x7+-0x3be+0x2111)['json'](_0x1ca154);}}}),router[_0x16be31(0x43d,0x3be,0x366,0x345)](_0x16be31(0x302,0x384,0x409,0x3c9),async(_0x4d44ca,_0x3dcc2d)=>{const _0x118efb={_0x3232bb:0x52a,_0x396341:0x57c,_0x4f450b:0x5d1,_0x39c7c1:0x92,_0xe3af9c:0x131,_0x2db8c4:0x60a,_0x3a157a:0x5f3,_0x5252e2:0x8e,_0x20e796:0xa3,_0x87c41d:0x1a,_0x2813ab:0x11f,_0x1a0e01:0x11f,_0x5eab90:0x5ce,_0x57de73:0x560,_0x1291a8:0x577,_0x52c4cf:0xf8,_0x4aaf5b:0x16e,_0x3c07fc:0x1cd,_0x582b52:0x4fb,_0x4fc2a6:0x123,_0x460ba5:0xa0,_0x4e9079:0x49a,_0x35c692:0x4fe,_0xf64cb2:0x506,_0x996b22:0x3a,_0x42352a:0xd6,_0x2298e1:0x4cf,_0x32251b:0x518,_0x11499d:0x174,_0x8aff4d:0x6e,_0x3f8555:0x164,_0x1ebd88:0x103,_0x368c74:0xea,_0x38b05d:0x557,_0x2561a8:0x52e,_0x31ffe8:0x589,_0x4c9b80:0x57b,_0x19dd2f:0xdf,_0x46047e:0x50a,_0x5db1dc:0x518,_0x3b8de4:0x53f,_0x369be5:0x149,_0x2aefae:0x51,_0x5cbbcc:0x7d,_0x275ff6:0x39,_0x415efc:0x84,_0x1772c0:0x4b,_0x4a2368:0xe6,_0xe9ff91:0x8b,_0x2171cc:0x77,_0x29bedb:0xce,_0x7a3036:0x525,_0x147605:0x572,_0x3bc811:0x579,_0x3432c1:0x568,_0x599524:0x154,_0x139575:0xff,_0xdade7d:0x10f,_0x3853c9:0x13b,_0x1f8753:0xcc,_0x280191:0x107,_0x21f6e6:0x489,_0x42b8ee:0x564,_0x3f4a1c:0x104,_0x37d45a:0xae,_0xfae555:0x7a,_0x59bf93:0x534,_0x507724:0xa6,_0x201678:0x1a4,_0x556fc9:0x5bf,_0x35c21c:0x568,_0x13eb50:0x15c,_0x1ac42a:0x16f,_0x380bc0:0xc7,_0x2836e6:0x19f,_0x3a007d:0x16e,_0x41633a:0xe2,_0x35a0eb:0xdf,_0x36cb1c:0x561,_0x9eb48c:0x55b,_0x2a5915:0x563,_0x46e06a:0x51e,_0x4f5100:0x545,_0x4ef197:0x524,_0x6353e5:0x532,_0x15b577:0x527,_0x41369b:0x58b,_0x2528e5:0xe3,_0xbb69c3:0x1b2,_0x3cbeba:0x156,_0x282bc4:0x6d,_0xc4d5af:0xfe,_0x5b7af6:0x5d,_0x3a1de9:0x7d,_0x23dcf1:0xdf,_0x17be75:0x1eb,_0x329969:0x16d,_0x35cd79:0x10c,_0x6662c3:0xa9,_0x1a6d35:0xdf,_0x5d707c:0x518,_0x47149e:0x567,_0x14b7e3:0x5e3},_0x53bcac={_0x1b40e8:0xfd,_0x397830:0x1bf,_0xed104b:0x1e9},_0x3db317={_0x144461:0x182};function _0x47482e(_0x588e1b,_0x419450,_0x1e6436,_0x2e5772){return _0x16be31(_0x588e1b-0xe5,_0x2e5772- -0x2ce,_0x1e6436-_0x3db317._0x144461,_0x588e1b);}const _0x51db73={'hBofP':_0x593051(_0x118efb._0x3232bb,0x527,0x549,_0x118efb._0x396341)+'rs\x20must\x20al'+'so\x20be\x20memb'+_0x593051(0x5da,_0x118efb._0x4f450b,0x59b,0x566)+_0x47482e(0x7b,_0x118efb._0x39c7c1,_0x118efb._0xe3af9c,0xac),'YKIRU':'Bad\x20Reques'+'t','HcGSs':_0x593051(0x5d7,0x585,_0x118efb._0x2db8c4,_0x118efb._0x3a157a)+'is\x20require'+'d','tWauE':_0x47482e(0x91,0xdc,_0x118efb._0x5252e2,_0x118efb._0x20e796)+'ound','ZYUrJ':function(_0x5ea36a,_0x2e4da5){return _0x5ea36a!==_0x2e4da5;},'mMDhG':_0x47482e(0xd7,_0x118efb._0x87c41d,0xd9,0x78),'BvaTF':function(_0x10fccd,_0x1b9399){return _0x10fccd(_0x1b9399);},'FnJOn':'uGjWS','yfUvk':_0x47482e(0x128,0x114,_0x118efb._0x2813ab,0x12b),'UbfTe':'Team\x20not\x20f'+_0x47482e(0x176,0xe3,0x9e,0x118),'eulPb':'TPJMD','Kkfjx':'wwWoy','YwRNH':'Forbidden','CYnYC':_0x47482e(_0x118efb._0x1a0e01,0x103,0x10b,0x137)+_0x593051(_0x118efb._0x5eab90,_0x118efb._0x57de73,0x57c,_0x118efb._0x1291a8)+'\x20of\x20this\x20t'+_0x47482e(_0x118efb._0x52c4cf,_0x118efb._0x4aaf5b,_0x118efb._0x3c07fc,0x152),'SxLDV':'Error\x20gett'+_0x593051(_0x118efb._0x582b52,0x57a,0x596,0x577),'qkYcr':_0x47482e(0xd8,_0x118efb._0x4fc2a6,_0x118efb._0x460ba5,0x11e)+_0x593051(_0x118efb._0x4e9079,_0x118efb._0x35c692,_0x118efb._0xf64cb2,0x569)+'r'};function _0x593051(_0x16e66e,_0x5bcbd1,_0x3631fb,_0x3642df){return _0x16be31(_0x16e66e-_0x53bcac._0x1b40e8,_0x5bcbd1-_0x53bcac._0x397830,_0x3631fb-_0x53bcac._0xed104b,_0x3642df);}try{if(_0x51db73[_0x593051(0x59c,0x559,0x4f9,0x56a)](_0x47482e(_0x118efb._0x996b22,_0x118efb._0x42352a,0x9,0x78),_0x51db73[_0x593051(0x57b,0x5cb,0x5d2,0x5a2)]))return _0x2c0bba[_0x593051(_0x118efb._0x2298e1,_0x118efb._0x32251b,0x594,0x4d2)](0x3d*0x22+-0x1eec+0x1862*0x1)['json']({'error':_0x47482e(0x1c2,0x1c8,0x102,0x16f)+'t','message':'User\x20IDs\x20n'+_0x47482e(_0x118efb._0x11499d,_0x118efb._0x8aff4d,_0x118efb._0x3f8555,0xef)+_0x2f0f88[_0x47482e(0x14d,0x15b,_0x118efb._0x1ebd88,_0x118efb._0x368c74)](',\x20')});else{const _0x2900c0=await _0x51db73[_0x593051(0x533,0x514,0x534,_0x118efb._0x38b05d)](getTeamById,_0x4d44ca[_0x593051(0x4fb,_0x118efb._0x2561a8,0x588,0x4d2)]['id']);if(!_0x2900c0){if(_0x51db73[_0x593051(0x598,0x5db,_0x118efb._0x31ffe8,_0x118efb._0x4c9b80)]!==_0x51db73['yfUvk']){const _0x10cd8b={};return _0x10cd8b[_0x47482e(0x14e,0x13a,0xeb,_0x118efb._0x19dd2f)]=_0x51db73['UbfTe'],_0x3dcc2d[_0x593051(_0x118efb._0x46047e,_0x118efb._0x5db1dc,_0x118efb._0x3b8de4,0x4ef)](0x2390+-0x15b+0x20a1*-0x1)[_0x47482e(_0x118efb._0x369be5,_0x118efb._0x2aefae,0xd6,0xce)](_0x10cd8b);}else{const _0x10d632={};return _0x10d632[_0x47482e(0x95,0xdd,_0x118efb._0x5cbbcc,_0x118efb._0x19dd2f)]='Bad\x20Reques'+'t',_0x10d632[_0x593051(0x544,0x5be,0x5e5,0x63d)]=_0x51db73[_0x47482e(_0x118efb._0x275ff6,_0x118efb._0x415efc,_0x118efb._0x1772c0,_0x118efb._0x5cbbcc)],_0x489582[_0x47482e(0x113,0x82,_0x118efb._0x4a2368,_0x118efb._0xe9ff91)](-0x10f5+-0x1*-0x249f+-0x121a)[_0x47482e(_0x118efb._0x2171cc,0xf2,0xf9,_0x118efb._0x29bedb)](_0x10d632);}}const _0x2d1047=_0x4d44ca['user']['id'],_0x239e61=await _0x51db73['BvaTF'](enrichTeamWithManagerNames,_0x2900c0);if(_0x4d44ca[_0x593051(_0x118efb._0x7a3036,_0x118efb._0x147605,_0x118efb._0x3bc811,_0x118efb._0x3432c1)]['isServerAd'+_0x47482e(_0x118efb._0x599524,0x110,_0x118efb._0x139575,0x123)]){if(_0x51db73[_0x47482e(_0x118efb._0xdade7d,0x13e,_0x118efb._0x3853c9,_0x118efb._0x1f8753)](_0x47482e(0x13f,_0x118efb._0xe3af9c,0x95,_0x118efb._0x280191),_0x51db73[_0x593051(_0x118efb._0x21f6e6,0x4f8,_0x118efb._0x42b8ee,0x56b)])){const _0x50c812={};return _0x50c812[_0x47482e(0x3c,_0x118efb._0x3f4a1c,_0x118efb._0x37d45a,_0x118efb._0xfae555)]=_0x239e61,_0x3dcc2d[_0x47482e(0xed,0x58,0x8d,_0x118efb._0x29bedb)](_0x50c812);}else{const _0x4e5aca={};return _0x4e5aca['error']=_0x51db73[_0x593051(_0x118efb._0x7a3036,_0x118efb._0x59bf93,0x4e5,0x583)],_0x4e5aca[_0x593051(0x606,0x5be,0x5ed,0x611)]=_0x51db73['HcGSs'],_0x14b2fb[_0x47482e(_0x118efb._0x507724,0x105,0xe8,_0x118efb._0xe9ff91)](-0x14d9+-0x107*0x19+0x1c8*0x1b)['json'](_0x4e5aca);}}if(_0x2900c0['members'][_0x47482e(0x1dd,0x11a,_0x118efb._0x201678,0x175)](_0x2d1047)){if(_0x51db73['Kkfjx']!==_0x51db73[_0x593051(0x60a,0x58c,_0x118efb._0x556fc9,_0x118efb._0x35c21c)]){const _0x1df5fd={};return _0x1df5fd['error']=_0x47482e(0x17d,0x1a3,_0x118efb._0x13eb50,_0x118efb._0x1ac42a)+'t',_0x1df5fd[_0x47482e(0x1af,_0x118efb._0x42352a,_0x118efb._0x380bc0,_0x118efb._0xe3af9c)]=_0x51db73[_0x47482e(_0x118efb._0x2836e6,_0x118efb._0x3a007d,0x179,0x177)],_0x594a22[_0x47482e(_0x118efb._0x41633a,_0x118efb._0x35a0eb,_0x118efb._0x3f4a1c,0x8b)](0x149+-0x154e+-0x451*-0x5)[_0x593051(_0x118efb._0x36cb1c,_0x118efb._0x9eb48c,0x585,_0x118efb._0x2a5915)](_0x1df5fd);}else{const _0x3baddf={};return _0x3baddf['team']=_0x239e61,_0x3dcc2d[_0x593051(0x559,0x55b,_0x118efb._0x46e06a,_0x118efb._0x4f5100)](_0x3baddf);}}const _0xbf62f={};return _0xbf62f['error']=_0x51db73[_0x593051(0x4f6,_0x118efb._0x4ef197,_0x118efb._0x6353e5,_0x118efb._0x15b577)],_0xbf62f[_0x593051(0x628,0x5be,0x551,_0x118efb._0x41369b)]=_0x51db73[_0x47482e(_0x118efb._0x2528e5,0x184,_0x118efb._0xbb69c3,_0x118efb._0x3cbeba)],_0x3dcc2d['status'](0x1f8a+0x4*-0x3cb+-0xecb)[_0x47482e(0x8b,_0x118efb._0x282bc4,_0x118efb._0xc4d5af,0xce)](_0xbf62f);}}catch(_0x9f4916){const _0x2fa60c={};_0x2fa60c['error']=_0x9f4916['message'],logger[_0x47482e(_0x118efb._0x5b7af6,_0x118efb._0x2528e5,_0x118efb._0x3a1de9,_0x118efb._0x23dcf1)](_0x51db73[_0x47482e(0xe2,_0x118efb._0x17be75,0x181,_0x118efb._0x329969)],_0x2fa60c);const _0x23c209={};return _0x23c209[_0x47482e(0x57,_0x118efb._0x35cd79,_0x118efb._0x6662c3,_0x118efb._0x1a6d35)]=_0x51db73[_0x593051(0x612,_0x118efb._0x3a157a,0x666,0x5d5)],_0x3dcc2d['status'](0x2258+-0x4c8*-0x4+0xc*-0x44b)[_0x593051(_0x118efb._0x5d707c,0x55b,_0x118efb._0x47149e,_0x118efb._0x14b7e3)](_0x23c209);}}),router[_0x16be31(0x3ac,0x396,0x400,0x39d)]('/',async(_0x3bfabc,_0x3555f1)=>{const _0xd4eda6={_0x183f5c:0x3de,_0x2a69b1:0x427,_0x58d8c1:0x32f,_0x58c559:0x308,_0x905f4f:0x2bb,_0xcc3259:0x294,_0x19bcf7:0x45c,_0x995ec0:0x3c9,_0x40e8f9:0x41e,_0x3186bf:0x3c2,_0x183656:0x36c,_0x36a8e4:0x2f3,_0x52ed7b:0x2f5,_0x240b3d:0x35d,_0x14dfc1:0x3d5,_0x37bb3c:0x38e,_0x535663:0x37f,_0x1d8122:0x48c,_0x5a7553:0x448,_0x5efc3d:0x26c,_0x33b0f5:0x27d,_0x31a566:0x20b,_0x423c2a:0x2ad,_0x59b4b7:0x1c3,_0x27cfb4:0x1e9,_0x5b1876:0x2b3,_0x55186f:0x3fb,_0x4cc2a4:0x3e4,_0x501e28:0x2bd,_0x16d8c2:0x439,_0x534990:0x24b,_0x24c853:0x24f,_0x21c541:0x267,_0xb8840a:0x277,_0x139f76:0x278,_0x27b123:0x22a,_0x9fbe53:0x413,_0x1b20e8:0x441,_0x123679:0x41d,_0x36754d:0x482,_0x3cc503:0x418,_0x9ab0bc:0x274,_0x4f8e73:0x263,_0x38a66e:0x25d,_0xaeac22:0x2d4,_0x6726b2:0x368,_0x65463a:0x308,_0x29ff3d:0x36a,_0x45c7bf:0x285,_0x1a5865:0x2cb,_0x535bb4:0x2cf,_0x256bec:0x454,_0xfd339:0x475,_0x275943:0x431,_0xba33ca:0x45b,_0xec349a:0x2a7,_0x112740:0x2a3,_0x34eeda:0x375,_0x394f8c:0x38c,_0x506f95:0x3a7,_0xe44989:0x391,_0x2a26e1:0x3f1,_0x3ee161:0x48f,_0x295b0e:0x426,_0x38e71a:0x3d0,_0x3eaf92:0x375,_0x359836:0x3c6,_0x417e13:0x3b5,_0xa7f8e:0x22e,_0x4cf4f0:0x1c6,_0x1eb234:0x40d,_0x5c6ba2:0x360,_0x3839d9:0x2e0,_0x51456d:0x314,_0x143564:0x493,_0x3e59ee:0x45c,_0x157259:0x2fe,_0x2e9515:0x2bc,_0x3a2786:0x421,_0x1ce821:0x218,_0x4a7df2:0x2be,_0x1322e5:0x271,_0x4fdbf4:0x3f3,_0x44cd5c:0x3ce,_0x3f00b:0x309,_0x979905:0x29a,_0x3c79a2:0x483,_0x17338f:0x2d2,_0x2f73e1:0x384,_0x2378fd:0x32d,_0x120472:0x35b,_0x1fe29c:0x3e8,_0x49bc66:0x2a7,_0x58ff90:0x265,_0x4d60c1:0x335,_0x3ee4d8:0x320,_0x29a661:0x255,_0x25c177:0x24c,_0x541b0f:0x410,_0x48363a:0x4a9,_0x340276:0x2c9,_0x20ecbc:0x29a,_0x4b361d:0x3d4,_0xf78318:0x380,_0xbf9e5d:0x4a5,_0x3e7976:0x204,_0x850edb:0x400,_0xdddf61:0x3d4,_0xbf5dbd:0x41d,_0x29cb77:0x1f2,_0x452a80:0x260,_0x535be4:0x267,_0x5ab374:0x1cd,_0x4a6a50:0x22e,_0x553a53:0x3c3,_0x2c38c9:0x3a0,_0x32d517:0x2ec,_0x2914b0:0x2ca,_0x44fba5:0x3e7,_0x478fa4:0x324,_0x4a5ea2:0x310,_0x1c9544:0x340,_0x3fa240:0x48a,_0x259067:0x45c,_0x10c0ac:0x462,_0x3e9ae0:0x262,_0x2bd965:0x2e8,_0x347e3d:0x279,_0x3f8a4a:0x22e,_0x16a18d:0x288,_0x2bfbed:0x2b7,_0x414d95:0x2f7,_0x2a5d17:0x27c,_0x39c4de:0x2d2,_0x43d2fc:0x281,_0x39e4d8:0x24a,_0x1a32c2:0x1de,_0x208c87:0x296,_0x2b06de:0x34f,_0x2f09c6:0x318,_0x159f5d:0x3ea,_0x4911e5:0x43b,_0x2e00ce:0x476,_0x3135a5:0x230,_0x10184d:0x2db,_0x4f6d94:0x30b,_0x249230:0x255,_0x55cfa2:0x243,_0x436f08:0x24c,_0x2bc41:0x2d4,_0x5e53cc:0x35b,_0x2a84cd:0x2d4,_0x3cbfea:0x2fa,_0x2fc0c2:0x2ed,_0x9d6cf3:0x26e,_0x307436:0x25e,_0x2a4b9b:0x29b,_0x19ca52:0x282,_0x369d8c:0x23d,_0x3c9cf8:0x3ee,_0x1de3e6:0x237,_0x558e62:0x446,_0x225878:0x3ae,_0x57ea7e:0x4cf,_0x42babf:0x290,_0x375d36:0x342,_0x4f451a:0x376,_0x576b25:0x2ff,_0x383153:0x1ac,_0x29e23f:0x1db,_0x38c54c:0x224,_0x23ea3d:0x1f3},_0xfc7986={_0xa9d09d:0x60,_0x492ef7:0x14a,_0x2798c8:0x3f},_0x116421={_0x41f2a5:0x27};function _0x624a00(_0x1be557,_0x4a49c0,_0x446feb,_0x2a073c){return _0x16be31(_0x1be557-0x174,_0x446feb-_0x116421._0x41f2a5,_0x446feb-0x1a2,_0x4a49c0);}const _0x200822={'QICaF':_0x624a00(0x42a,0x3d2,_0xd4eda6._0x183f5c,_0xd4eda6._0x2a69b1)+_0x4dc20f(_0xd4eda6._0x58d8c1,_0xd4eda6._0x58c559,_0xd4eda6._0x905f4f,_0xd4eda6._0xcc3259),'iTYcJ':_0x624a00(_0xd4eda6._0x19bcf7,0x46c,0x43d,_0xd4eda6._0x995ec0)+'ists','PAeVB':_0x624a00(_0xd4eda6._0x40e8f9,0x406,0x3b4,_0xd4eda6._0x3186bf)+_0x624a00(0x406,0x3a0,0x3b1,0x3ff),'bsujZ':'Internal\x20s'+_0x624a00(_0xd4eda6._0x183656,_0xd4eda6._0x36a8e4,0x366,_0xd4eda6._0x52ed7b)+'r','uFJgq':'Forbidden','wZqjP':'Only\x20Serve'+_0x4dc20f(0x36d,_0xd4eda6._0x240b3d,0x2fa,0x374)+_0x4dc20f(0x233,0x26b,0x235,0x241)+_0x624a00(0x325,_0xd4eda6._0x14dfc1,_0xd4eda6._0x37bb3c,_0xd4eda6._0x535663),'ECjct':function(_0x280a8c,_0x11f56d){return _0x280a8c!==_0x11f56d;},'ezVYZ':_0x624a00(0x3ee,_0xd4eda6._0x1d8122,0x430,_0xd4eda6._0x5a7553),'TbMJo':'Bad\x20Reques'+'t','VlXVg':'Team\x20name\x20'+_0x4dc20f(0x2a6,0x26c,0x23b,0x2be)+'d','cKRgX':function(_0x5c51fd,_0x10fda1){return _0x5c51fd(_0x10fda1);},'YJbPt':function(_0x36fed8,_0x163aa4){return _0x36fed8>_0x163aa4;},'hNqcQ':_0x624a00(0x417,0x4bb,0x452,0x43a),'DsADU':function(_0x5cc560,_0x216900){return _0x5cc560===_0x216900;},'SmiXn':_0x4dc20f(_0xd4eda6._0x905f4f,_0xd4eda6._0x5efc3d,_0xd4eda6._0x33b0f5,_0xd4eda6._0x31a566),'DKdYe':_0x4dc20f(0x329,0x237,_0xd4eda6._0x423c2a,0x2be),'vEsjZ':_0x4dc20f(_0xd4eda6._0x59b4b7,_0xd4eda6._0x27cfb4,0x23d,_0xd4eda6._0x5b1876)+_0x624a00(0x3eb,0x3ef,_0xd4eda6._0x55186f,_0xd4eda6._0x4cc2a4)+_0x4dc20f(0x2ba,0x1ff,0x249,_0xd4eda6._0x501e28)+_0x624a00(0x4b5,0x498,_0xd4eda6._0x16d8c2,0x3c4)+_0x4dc20f(_0xd4eda6._0x534990,0x274,_0xd4eda6._0x24c853,_0xd4eda6._0x21c541),'gXVyP':_0x4dc20f(_0xd4eda6._0xb8840a,_0xd4eda6._0x139f76,0x219,0x26d)+'ed\x20success'+_0x4dc20f(0x294,_0xd4eda6._0x27b123,0x25b,0x29d),'IAXfH':'eqPjI','IJYZP':_0x624a00(0x49b,_0xd4eda6._0x9fbe53,_0xd4eda6._0x1b20e8,_0xd4eda6._0x123679)};function _0x4dc20f(_0x57108,_0x7b7254,_0xb1f930,_0x34c611){return _0xb0c6ff(_0x57108-_0xfc7986._0xa9d09d,_0x34c611,_0xb1f930-_0xfc7986._0x492ef7,_0xb1f930-_0xfc7986._0x2798c8);}try{if(!_0x3bfabc['user'][_0x624a00(0x44d,0x3dd,0x3d0,0x3f1)+_0x624a00(0x453,_0xd4eda6._0x36754d,_0xd4eda6._0x3cc503,0x446)]){const _0x26d3c3={};return _0x26d3c3[_0x4dc20f(0x25e,_0xd4eda6._0x9ab0bc,0x282,0x202)]=_0x624a00(0x38b,0x41c,0x411,0x3be),_0x26d3c3[_0x4dc20f(_0xd4eda6._0x4f8e73,_0xd4eda6._0x38a66e,_0xd4eda6._0xaeac22,0x28f)]=_0x200822['wZqjP'],_0x3555f1['status'](0x1*-0x176c+-0xe2+0x19e1)['json'](_0x26d3c3);}const {name:_0x817e44,description:_0x323a46,members:members=[],managers:managers=[]}=_0x3bfabc[_0x4dc20f(_0xd4eda6._0x6726b2,0x30e,_0xd4eda6._0x65463a,_0xd4eda6._0x29ff3d)];if(!_0x817e44||_0x200822[_0x4dc20f(0x27f,_0xd4eda6._0xcc3259,_0xd4eda6._0x45c7bf,_0xd4eda6._0x1a5865)](typeof _0x817e44,_0x200822[_0x4dc20f(0x30f,_0xd4eda6._0x535bb4,0x2ca,0x2ac)])||_0x817e44[_0x624a00(_0xd4eda6._0x256bec,_0xd4eda6._0xfd339,_0xd4eda6._0x275943,_0xd4eda6._0xba33ca)]()[_0x4dc20f(_0xd4eda6._0xec349a,_0xd4eda6._0x112740,0x314,0x2a9)]===-0x1*-0x2525+-0x259c+0x77){const _0x32c8fd={};return _0x32c8fd[_0x624a00(_0xd4eda6._0x34eeda,0x3fb,0x3d4,_0xd4eda6._0x394f8c)]=_0x200822[_0x624a00(0x3b5,_0xd4eda6._0x506f95,_0xd4eda6._0xe44989,_0xd4eda6._0x2a26e1)],_0x32c8fd[_0x624a00(0x473,_0xd4eda6._0x3ee161,_0xd4eda6._0x295b0e,_0xd4eda6._0x38e71a)]=_0x200822[_0x624a00(_0xd4eda6._0x3eaf92,0x34b,_0xd4eda6._0x359836,_0xd4eda6._0x417e13)],_0x3555f1[_0x4dc20f(_0xd4eda6._0x24c853,0x23c,_0xd4eda6._0xa7f8e,_0xd4eda6._0x4cf4f0)](0x48b*0x3+0x61*0x5+-0x2*0x6fb)[_0x624a00(_0xd4eda6._0x1eb234,_0xd4eda6._0x5c6ba2,0x3c3,0x37f)](_0x32c8fd);}const _0x1cc77b=[...new Set([...members,...managers])];if(_0x1cc77b[_0x4dc20f(_0xd4eda6._0x3839d9,0x36f,_0xd4eda6._0x51456d,0x317)]>0x24a7+0x1a76+-0x1*0x3f1d){const _0x41faeb=await _0x200822[_0x624a00(0x3fb,_0xd4eda6._0x143564,_0xd4eda6._0x3e59ee,_0xd4eda6._0x14dfc1)](validateUserIds,_0x1cc77b);if(_0x200822[_0x4dc20f(0x2ff,_0xd4eda6._0x157259,_0xd4eda6._0x2e9515,0x263)](_0x41faeb[_0x4dc20f(0x2c8,0x317,0x314,0x2bb)],0xe45+-0x3*0x411+-0x212)){if(_0x200822[_0x4dc20f(0x2a1,0x2ab,_0xd4eda6._0x535bb4,_0xd4eda6._0x157259)]!==_0x200822[_0x624a00(0x3ec,0x42b,_0xd4eda6._0x3a2786,0x3d5)]){const _0x2bf13f={};return _0x2bf13f['error']=_0x200822['QICaF'],_0x322818[_0x4dc20f(_0xd4eda6._0x1ce821,0x2b5,_0xd4eda6._0xa7f8e,0x25a)](0xe36+-0x5*-0x13d+-0x12d3)[_0x4dc20f(0x2aa,_0xd4eda6._0x4a7df2,_0xd4eda6._0x1322e5,0x228)](_0x2bf13f);}else return _0x3555f1[_0x624a00(0x322,_0xd4eda6._0x4fdbf4,0x380,_0xd4eda6._0x44cd5c)](-0xd41+0x1*0x526+0x9ab)['json']({'error':_0x200822['TbMJo'],'message':_0x4dc20f(0x323,_0xd4eda6._0x3f00b,_0xd4eda6._0x979905,0x23b)+'ot\x20found:\x20'+_0x41faeb['join'](',\x20')});}}const _0x46d740=new Set(members),_0x5d6674=managers[_0x624a00(0x3c6,0x483,0x40f,_0xd4eda6._0x3c79a2)](_0x702b65=>!_0x46d740[_0x4dc20f(0x342,0x28d,0x306,0x340)](_0x702b65));if(_0x5d6674[_0x4dc20f(_0xd4eda6._0x17338f,_0xd4eda6._0x2f73e1,0x314,_0xd4eda6._0x2378fd)]>-0x1987+0x23c5*0x1+-0xa3e){if(_0x200822[_0x624a00(0x3d2,0x37f,0x395,_0xd4eda6._0x120472)](_0x200822['SmiXn'],_0x200822['DKdYe'])){if(_0x46d7a7['message'][_0x624a00(0x403,0x437,0x46a,_0xd4eda6._0x1fe29c)](_0x200822[_0x4dc20f(_0xd4eda6._0x49bc66,0x2c8,_0xd4eda6._0x58ff90,0x1de)])){const _0x78de77={};return _0x78de77['error']=_0x4dc20f(_0xd4eda6._0x4d60c1,_0xd4eda6._0x3ee4d8,0x2ef,0x292),_0x78de77[_0x4dc20f(_0xd4eda6._0x29a661,_0xd4eda6._0x25c177,0x2d4,0x302)]=_0x5903f8[_0x624a00(_0xd4eda6._0x541b0f,_0xd4eda6._0x36754d,_0xd4eda6._0x295b0e,_0xd4eda6._0x48363a)],_0x3fca19['status'](-0xfda*-0x2+0x5*-0xc0+-0x1a5b)[_0x4dc20f(0x2c3,_0xd4eda6._0x340276,0x271,_0xd4eda6._0x20ecbc)](_0x78de77);}const _0x10c275={};_0x10c275[_0x624a00(0x35a,0x34d,_0xd4eda6._0x4b361d,_0xd4eda6._0xf78318)]=_0x1c0cc9[_0x624a00(0x432,0x4a5,0x426,_0xd4eda6._0xbf9e5d)],_0x4ae9bc[_0x4dc20f(0x229,0x272,0x282,_0xd4eda6._0x3e7976)](_0x200822['PAeVB'],_0x10c275);const _0x239cc0={};return _0x239cc0[_0x624a00(0x407,_0xd4eda6._0x850edb,_0xd4eda6._0xdddf61,_0xd4eda6._0xbf5dbd)]=_0x200822[_0x4dc20f(0x288,_0xd4eda6._0x29cb77,_0xd4eda6._0x452a80,_0xd4eda6._0x535be4)],_0x1e164e[_0x4dc20f(_0xd4eda6._0x5ab374,0x1b3,_0xd4eda6._0x4a6a50,0x1b9)](0x1*0x196f+-0xed6+-0x8a5)[_0x624a00(0x38e,0x3a9,_0xd4eda6._0x553a53,0x3a3)](_0x239cc0);}else{const _0x299a52={};return _0x299a52[_0x624a00(0x411,_0xd4eda6._0x2c38c9,0x3d4,0x3cc)]=_0x4dc20f(_0xd4eda6._0x32d517,0x2a4,0x312,_0xd4eda6._0x2914b0)+'t',_0x299a52['message']=_0x200822[_0x624a00(_0xd4eda6._0x44fba5,0x3c0,0x3c5,0x3b7)],_0x3555f1[_0x624a00(_0xd4eda6._0x478fa4,_0xd4eda6._0x4a5ea2,0x380,0x359)](-0xe3*-0xb+-0x335+-0x4fc)[_0x624a00(0x34a,_0xd4eda6._0x1c9544,_0xd4eda6._0x553a53,0x3bb)](_0x299a52);}}const _0x135197=await _0x200822[_0x624a00(0x43f,_0xd4eda6._0x3fa240,_0xd4eda6._0x259067,_0xd4eda6._0x10c0ac)](createTeam,{'name':_0x817e44[_0x4dc20f(_0xd4eda6._0x3e9ae0,_0xd4eda6._0x3e9ae0,0x2df,_0xd4eda6._0x2bd965)](),'description':_0x323a46,'members':members,'managers':managers});return _0x3555f1[_0x4dc20f(_0xd4eda6._0x29cb77,_0xd4eda6._0x347e3d,_0xd4eda6._0x3f8a4a,_0xd4eda6._0x16a18d)](-0x975+0x1*0x6c5+0x379)['json']({'message':_0x200822[_0x4dc20f(_0xd4eda6._0x2bfbed,_0xd4eda6._0x414d95,_0xd4eda6._0x2a5d17,0x2ba)],'team':await enrichTeamWithManagerNames(_0x135197)});}catch(_0x5dafb2){if(_0x4dc20f(_0xd4eda6._0x39c4de,0x23e,0x277,0x2ba)!==_0x200822[_0x4dc20f(_0xd4eda6._0x43d2fc,_0xd4eda6._0x39e4d8,0x22f,_0xd4eda6._0x1a32c2)]){if(_0x5dafb2['message'][_0x4dc20f(_0xd4eda6._0x208c87,_0xd4eda6._0x2b06de,_0xd4eda6._0x2f09c6,0x31d)](_0x624a00(_0xd4eda6._0x159f5d,_0xd4eda6._0x4911e5,0x43d,_0xd4eda6._0x2e00ce)+_0x4dc20f(_0xd4eda6._0x3135a5,0x219,0x269,_0xd4eda6._0x10184d))){const _0x552e2c={};return _0x552e2c[_0x4dc20f(_0xd4eda6._0x4f6d94,_0xd4eda6._0x249230,0x282,_0xd4eda6._0x55cfa2)]=_0x200822['IJYZP'],_0x552e2c[_0x4dc20f(0x28f,_0xd4eda6._0x436f08,_0xd4eda6._0x2bc41,_0xd4eda6._0x5e53cc)]=_0x5dafb2[_0x4dc20f(0x2a0,0x2e3,_0xd4eda6._0x2a84cd,0x2e6)],_0x3555f1[_0x624a00(0x311,_0xd4eda6._0x3cbfea,0x380,0x30e)](0x211a*0x1+-0x2d0+-0x235*0xd)['json'](_0x552e2c);}const _0x4ab620={};_0x4ab620[_0x4dc20f(0x2eb,_0xd4eda6._0x2fc0c2,0x282,0x2d3)]=_0x5dafb2[_0x4dc20f(_0xd4eda6._0x9d6cf3,0x2c8,_0xd4eda6._0x2bc41,0x26e)],logger['error'](_0x200822[_0x4dc20f(_0xd4eda6._0x307436,_0xd4eda6._0x2a4b9b,0x231,0x22f)],_0x4ab620);const _0x4b32a4={};return _0x4b32a4[_0x4dc20f(0x251,_0xd4eda6._0x3e9ae0,_0xd4eda6._0x19ca52,_0xd4eda6._0x369d8c)]=_0x200822[_0x624a00(_0xd4eda6._0x3c9cf8,0x327,0x3b2,_0xd4eda6._0xe44989)],_0x3555f1['status'](0x1830+-0x5c9*0x1+-0x1073)[_0x4dc20f(0x21a,_0xd4eda6._0x1de3e6,_0xd4eda6._0x1322e5,0x1fd)](_0x4b32a4);}else{const _0x3f9f14={};return _0x3f9f14[_0x624a00(_0xd4eda6._0x558e62,_0xd4eda6._0x225878,0x3d4,0x439)]=_0x200822[_0x624a00(0x49a,_0xd4eda6._0x57ea7e,0x448,0x407)],_0x3f9f14['message']=_0x4dc20f(_0xd4eda6._0x42babf,0x2ac,0x29e,0x244)+_0x4dc20f(_0xd4eda6._0x375d36,0x2b1,0x2fa,0x2cc)+_0x4dc20f(0x349,0x280,0x2f0,_0xd4eda6._0x4f451a)+_0x4dc20f(0x31f,_0xd4eda6._0x576b25,0x2b7,0x25f)+_0x4dc20f(_0xd4eda6._0x383153,_0xd4eda6._0x29e23f,_0xd4eda6._0x38c54c,0x1d7),_0x2d6a5f['status'](-0x1307*0x1+-0x2*0x125e+0x3956)[_0x4dc20f(0x266,_0xd4eda6._0x23ea3d,0x271,_0xd4eda6._0x5efc3d)](_0x3f9f14);}}}),router[_0xb0c6ff(0x212,0x2af,0x2a4,0x29d)](_0xb0c6ff(0x25e,0x28f,0x235,0x21a),async(_0xfd0cbf,_0x307603)=>{const _0x34361c={_0x56879a:0x400,_0x462259:0x44c,_0x226c07:0x1c9,_0x30875e:0x253,_0x1cc252:0x1a2,_0x5504c6:0x124,_0x52b147:0x141,_0x41addb:0x18f,_0xc5747f:0x15b,_0x231723:0x128,_0x521f99:0x378,_0x207c87:0x41f,_0x10f18e:0x464,_0x49b4ae:0x448,_0x207fb9:0x3ad,_0x6663e3:0x1ac,_0x48347c:0x1b0,_0x123aa2:0x129,_0x273dc1:0x471,_0x5448fb:0x472,_0x1d585e:0x411,_0x3deb92:0x189,_0x1740ee:0x10b,_0x200a26:0x13e,_0x227c37:0x1f9,_0x56bfdb:0x1fd,_0x5aaab8:0x22a,_0x12aad1:0x270,_0x19e6f2:0x32a,_0x2c4bd1:0x38c,_0x30aad6:0x152,_0x39afa8:0x1ba,_0x269c22:0x171,_0x1c731d:0x1ab,_0x396129:0x38d,_0x65523a:0x3eb,_0x457ea1:0x3b5,_0x44c5e2:0x409,_0x13d37d:0x3c9,_0x1b1301:0x3cc,_0x381b53:0x486,_0x2f9729:0x3b3,_0x507275:0x479,_0x587e2e:0x40a,_0x273550:0x195,_0x5a3827:0x20a,_0x1faa7a:0x165,_0x1a5425:0x12a,_0x470956:0x194,_0x480e2c:0x160,_0x2ef98f:0x1a8,_0x125016:0x1a3,_0x41972a:0x1b8,_0x4924e9:0x20d,_0x27cec4:0x226,_0x29bee0:0x19e,_0x599278:0x260,_0x25e264:0x3aa,_0x155472:0x372,_0x20b299:0x3c6,_0x37e286:0x3b0,_0x3b43ff:0x418,_0x42810d:0x13c,_0x2816e0:0x155,_0x1f3de8:0x17f,_0x12ebf8:0x184,_0x490139:0x126,_0x5e74b5:0x39e,_0x47151a:0x3d9,_0xcdbde4:0x408,_0x184fb9:0x44c,_0x2a4989:0x3d6,_0x388a10:0x190,_0x368717:0x1e9,_0x575710:0x191,_0x405e60:0x3d2,_0x1f4ef5:0x337,_0x46cd85:0x385,_0x474dae:0x301,_0x33c103:0x377,_0x31fafb:0x146,_0x1afc03:0x1a8,_0x303631:0x46d,_0x15c44e:0x454,_0x205c9f:0x416,_0x5cc9fc:0x216,_0x2a39f8:0x1a6,_0x23b5b1:0x191,_0x269a80:0x202,_0x19ebe7:0x1fa,_0x36e439:0x224,_0x5c3251:0x4b5,_0x21408d:0x43a,_0x43c470:0x42d,_0x1606b1:0x1e3,_0x5b2b27:0x1e0,_0x2e243e:0x251,_0x1b2bbc:0x20f,_0x362684:0x3e6,_0x5d64e0:0x3ec,_0xf077d1:0x44c,_0x172969:0x4b7,_0x2a2850:0x459,_0x27fea7:0x4c6,_0x47ee22:0x4a3,_0x144db8:0x4ca,_0x4f93ce:0x459,_0x7b325b:0xd8,_0x50d11e:0x216,_0x43adfd:0x20c,_0x119e23:0x22d,_0x110440:0x1cc,_0x59a081:0x1bc,_0x13b0ff:0x25a,_0x43cf81:0x23f,_0x2ef840:0x268,_0x124d0e:0x3f6,_0x71c6c7:0x350,_0x406d44:0x31b,_0x528b40:0x374,_0x1e1fe3:0x35a,_0x523db5:0x354,_0x25a860:0x132,_0x2da69c:0x134,_0x36a2bc:0x186,_0x3200c0:0x225,_0x16da7d:0x222,_0x1da87c:0x174,_0x227283:0x13b,_0x5ef959:0x136,_0x303274:0x267,_0x138b4c:0x1d9,_0x2506d3:0x3a3,_0x4d1748:0x390,_0x22c346:0x157,_0x699c02:0x214,_0x182e50:0x144,_0x1e7263:0x210,_0x4cf813:0x130,_0xdd77fd:0x429,_0x4bd7ca:0x37a,_0x4dc028:0x3d1,_0x21e7c2:0x30a,_0x23dcc5:0x344,_0x1dc0e6:0x212,_0x9ba193:0x1f3,_0x33f4e8:0x169,_0x1b4053:0x159,_0x2cc7bf:0x1b0,_0x134edc:0x43b,_0x55a639:0x387,_0x456040:0x3bc,_0x2272be:0x190,_0x18da9d:0x1f2,_0x9a9860:0x208,_0x55567a:0x193,_0x1f85a7:0x145,_0x117ebc:0xbb,_0x12f845:0x33e,_0x417556:0x3e8,_0x13a69c:0x407,_0xb9051b:0x38d,_0x524451:0x3bb,_0x1b6c9b:0x3c6,_0x2d8a20:0x47c,_0x243d02:0xd4,_0x4d35ac:0x190,_0xa661be:0x122,_0x47d94c:0x3f1,_0x59d657:0x38d,_0x327ecc:0x190,_0x468f78:0x209,_0x45a5f6:0x145,_0x1381ed:0x41d,_0x2151da:0x376,_0xe3e311:0x366,_0x57d7f6:0x3f0,_0x195ff6:0x3a3,_0x2f5287:0x36f,_0x2f4ee1:0x1a9,_0x12402e:0x213,_0x451229:0x3a6,_0x5814e7:0x2ce,_0x3b5d52:0x3ae,_0x6cf01f:0x34e},_0x364776={_0x536b1f:0x1f4},_0x20a7a8={_0xaa51b:0x19,_0x4d1106:0xac},_0x1478d6={'AtOyS':_0x41547c(_0x34361c._0x56879a,_0x34361c._0x462259,0x3e5,0x3d0)+_0x40bed8(_0x34361c._0x226c07,_0x34361c._0x30875e,0x13e,0x214),'bvATb':function(_0x48a3a7,_0x4fe9d8){return _0x48a3a7(_0x4fe9d8);},'WIIfg':function(_0x2cc917,_0x46622c,_0x1aae44){return _0x2cc917(_0x46622c,_0x1aae44);},'qGZYu':'oineI','Dgngr':_0x40bed8(_0x34361c._0x1cc252,0x1c1,_0x34361c._0x5504c6,_0x34361c._0x52b147)+_0x40bed8(_0x34361c._0x41addb,0x155,_0x34361c._0xc5747f,_0x34361c._0x231723)+_0x41547c(0x3ac,0x364,_0x34361c._0x521f99,0x371)+'update\x20thi'+_0x41547c(_0x34361c._0x207c87,_0x34361c._0x10f18e,0x4b9,_0x34361c._0x49b4ae),'vnWUZ':function(_0x81d973,_0xcbabce){return _0x81d973!==_0xcbabce;},'MsCvr':_0x41547c(0x40c,0x3da,_0x34361c._0x207fb9,0x403),'PiqUc':_0x40bed8(_0x34361c._0x6663e3,_0x34361c._0x48347c,0x1be,_0x34361c._0x123aa2)+_0x41547c(_0x34361c._0x273dc1,_0x34361c._0x5448fb,_0x34361c._0x1d585e,0x43e)+'an\x20modify\x20'+'team\x20manag'+'ers','YiWFZ':function(_0x2afe17,_0x3c75ed){return _0x2afe17!==_0x3c75ed;},'KzMka':function(_0x274713,_0x4314c4){return _0x274713!==_0x4314c4;},'vdVqz':function(_0x26d12e,_0x583002){return _0x26d12e>_0x583002;},'MgDvC':'Bad\x20Reques'+'t','qbVCi':function(_0x383b5a,_0x14f052,_0x1b1b49){return _0x383b5a(_0x14f052,_0x1b1b49);},'THtEw':function(_0x2f5778,_0x18d6a7){return _0x2f5778(_0x18d6a7);},'SITBN':function(_0x3c9222,_0x4f52ee){return _0x3c9222===_0x4f52ee;},'QDJWu':_0x40bed8(_0x34361c._0x3deb92,_0x34361c._0x1740ee,0x108,_0x34361c._0x200a26),'MJwQT':_0x40bed8(_0x34361c._0x227c37,0x22e,0x225,0x1a4)+'ists','kVgyu':_0x40bed8(_0x34361c._0x56bfdb,_0x34361c._0x5aaab8,0x26c,_0x34361c._0x12aad1)};function _0x41547c(_0x331a2f,_0x520a1f,_0x2e9b5c,_0x5408da){return _0x16be31(_0x331a2f-0xb4,_0x5408da-_0x20a7a8._0xaa51b,_0x2e9b5c-_0x20a7a8._0x4d1106,_0x2e9b5c);}function _0x40bed8(_0x36e42f,_0x5c4e49,_0x37679a,_0xeab305){return _0xb0c6ff(_0x36e42f-_0x364776._0x536b1f,_0x5c4e49,_0x37679a-0x195,_0x36e42f- -0xb3);}try{const _0x571e5c=await _0x1478d6[_0x41547c(0x35e,_0x34361c._0x19e6f2,0x3dd,_0x34361c._0x2c4bd1)](getTeamById,_0xfd0cbf[_0x40bed8(_0x34361c._0x30aad6,_0x34361c._0x39afa8,_0x34361c._0x269c22,0x17c)]['id']);if(!_0x571e5c){const _0x48f281={};return _0x48f281['error']=_0x1478d6['AtOyS'],_0x307603[_0x40bed8(0x13c,0x1a4,_0x34361c._0x1c731d,0xff)](0x3*0x9f7+0x3*-0x41d+0x199*-0xa)[_0x41547c(_0x34361c._0x396129,_0x34361c._0x65523a,0x3e0,0x3b5)](_0x48f281);}const _0x1960c7=_0xfd0cbf[_0x41547c(_0x34361c._0x457ea1,_0x34361c._0x44c5e2,_0x34361c._0x13d37d,_0x34361c._0x1b1301)]['isServerAd'+_0x41547c(_0x34361c._0x381b53,_0x34361c._0x2f9729,_0x34361c._0x507275,_0x34361c._0x587e2e)],_0x29ab4f=await _0x1478d6[_0x40bed8(_0x34361c._0x273550,_0x34361c._0x5a3827,0x17e,0x145)](isTeamManager,_0xfd0cbf['user']['id'],_0x571e5c['id']);if(!_0x1960c7&&!_0x29ab4f){if(_0x1478d6[_0x40bed8(0x17c,_0x34361c._0x1faa7a,0x1a3,_0x34361c._0x1a5425)]!==_0x40bed8(_0x34361c._0x470956,0x168,_0x34361c._0x480e2c,0x1a8)){const _0x330303={};return _0x330303[_0x40bed8(0x190,_0x34361c._0x2ef98f,_0x34361c._0x125016,_0x34361c._0x41972a)]=_0x1478d6[_0x40bed8(_0x34361c._0x4924e9,_0x34361c._0x27cec4,_0x34361c._0x29bee0,_0x34361c._0x599278)],_0x65eca0[_0x41547c(0x375,0x32e,_0x34361c._0x25e264,_0x34361c._0x155472)](-0x1163+-0x8d4+-0x1*-0x1bcb)['json'](_0x330303);}else{const _0x2313ee={};return _0x2313ee[_0x41547c(0x3fb,0x404,0x409,_0x34361c._0x20b299)]='Forbidden',_0x2313ee[_0x41547c(_0x34361c._0x37e286,0x42c,0x3a1,_0x34361c._0x3b43ff)]=_0x1478d6['Dgngr'],_0x307603[_0x40bed8(_0x34361c._0x42810d,0xc1,_0x34361c._0x2816e0,0x13c)](0x1ae6*-0x1+0x3f9*0x1+0x1880)[_0x40bed8(_0x34361c._0x1f3de8,0x12b,_0x34361c._0x12ebf8,_0x34361c._0x490139)](_0x2313ee);}}if(!_0x1960c7&&_0x1478d6[_0x41547c(0x37b,0x379,_0x34361c._0x5e74b5,0x34d)](_0xfd0cbf[_0x41547c(_0x34361c._0x47151a,0x3fd,_0x34361c._0xcdbde4,_0x34361c._0x184fb9)][_0x41547c(_0x34361c._0x2a4989,0x360,0x32d,0x374)],undefined)){const _0x25914d={};return _0x25914d[_0x40bed8(_0x34361c._0x388a10,_0x34361c._0x368717,0x11b,_0x34361c._0x575710)]=_0x1478d6[_0x41547c(0x41a,_0x34361c._0x405e60,_0x34361c._0x1f4ef5,0x3ab)],_0x25914d['message']=_0x1478d6[_0x41547c(0x3ea,_0x34361c._0x46cd85,_0x34361c._0x474dae,_0x34361c._0x33c103)],_0x307603['status'](0x60e*-0x2+-0x2065+-0x7ae*-0x6)[_0x40bed8(0x17f,_0x34361c._0x31fafb,0x1c5,_0x34361c._0x1afc03)](_0x25914d);}const _0x59e9dc={};if(_0x1478d6[_0x41547c(_0x34361c._0x303631,_0x34361c._0x15c44e,0x413,_0x34361c._0x205c9f)](_0xfd0cbf[_0x40bed8(_0x34361c._0x5cc9fc,_0x34361c._0x2a39f8,0x27d,_0x34361c._0x23b5b1)][_0x40bed8(0x1f7,_0x34361c._0x269a80,_0x34361c._0x19ebe7,_0x34361c._0x36e439)],undefined))_0x59e9dc[_0x41547c(_0x34361c._0x5c3251,0x3e4,_0x34361c._0x21408d,_0x34361c._0x43c470)]=_0xfd0cbf[_0x40bed8(0x216,0x276,_0x34361c._0x1606b1,0x200)]['name'];if(_0x1478d6[_0x40bed8(_0x34361c._0x5b2b27,_0x34361c._0x2e243e,0x161,_0x34361c._0x1b2bbc)](_0xfd0cbf[_0x41547c(0x4bb,_0x34361c._0x362684,_0x34361c._0x5d64e0,_0x34361c._0xf077d1)][_0x41547c(0x3da,_0x34361c._0x172969,_0x34361c._0x303631,_0x34361c._0x2a2850)+'n'],undefined))_0x59e9dc[_0x41547c(0x49d,_0x34361c._0x27fea7,_0x34361c._0x47ee22,0x459)+'n']=_0xfd0cbf[_0x40bed8(0x216,0x23c,0x1fc,0x19c)][_0x41547c(0x421,_0x34361c._0x144db8,0x4b6,_0x34361c._0x4f93ce)+'n'];if(_0x1478d6[_0x40bed8(0x20a,0x194,0x1ba,0x1be)](_0xfd0cbf[_0x41547c(0x418,0x3e7,0x3eb,0x44c)][_0x40bed8(0x11e,0x151,0x12b,_0x34361c._0x7b325b)],undefined))_0x59e9dc['members']=_0xfd0cbf[_0x40bed8(_0x34361c._0x50d11e,_0x34361c._0x43adfd,0x22d,_0x34361c._0x119e23)]['members'];if(_0x1478d6[_0x40bed8(0x20a,0x212,_0x34361c._0x110440,_0x34361c._0x59a081)](_0xfd0cbf['body']['managers'],undefined))_0x59e9dc[_0x41547c(0x356,0x390,0x351,0x374)]=_0xfd0cbf[_0x40bed8(0x216,_0x34361c._0x13b0ff,_0x34361c._0x43cf81,_0x34361c._0x2ef840)][_0x41547c(_0x34361c._0x124d0e,_0x34361c._0x71c6c7,_0x34361c._0x406d44,_0x34361c._0x528b40)];const _0x14e558=[...new Set([..._0x59e9dc[_0x41547c(_0x34361c._0x1e1fe3,0x385,0x3a8,_0x34361c._0x523db5)]||[],..._0x59e9dc[_0x40bed8(0x13e,_0x34361c._0x25a860,0x10d,_0x34361c._0x2da69c)]||[]])];if(_0x1478d6[_0x40bed8(0x1a4,0x129,_0x34361c._0x36a2bc,_0x34361c._0x3200c0)](_0x14e558[_0x40bed8(_0x34361c._0x16da7d,0x1fa,0x28c,0x201)],0xb4c+0x26c7+0x3213*-0x1)){const _0x157a85=await _0x1478d6['bvATb'](validateUserIds,_0x14e558);if(_0x1478d6[_0x40bed8(0x1a4,_0x34361c._0x1da87c,_0x34361c._0x227283,_0x34361c._0x5ef959)](_0x157a85[_0x40bed8(0x222,_0x34361c._0x303274,0x1df,0x293)],0x3*0x1bb+0x20cb+-0x25fc))return _0x307603['status'](0x1*0x2527+-0x632+0xd7*-0x23)[_0x40bed8(0x17f,_0x34361c._0x5ef959,0x111,_0x34361c._0x138b4c)]({'error':_0x1478d6[_0x41547c(0x31f,0x39f,_0x34361c._0x2506d3,_0x34361c._0x4d1748)],'message':_0x40bed8(_0x34361c._0x2ef98f,_0x34361c._0x22c346,_0x34361c._0x699c02,_0x34361c._0x182e50)+_0x40bed8(0x1a0,_0x34361c._0x1e7263,_0x34361c._0x4cf813,0x19a)+_0x157a85[_0x41547c(_0x34361c._0xdd77fd,0x34b,_0x34361c._0x4bd7ca,_0x34361c._0x4dc028)](',\x20')});}const _0xecf718=await _0x1478d6[_0x41547c(0x2c5,_0x34361c._0x21e7c2,_0x34361c._0x23dcc5,0x34f)](updateTeam,_0x571e5c['id'],_0x59e9dc);return _0x307603['json']({'message':_0x40bed8(0x209,_0x34361c._0x1dc0e6,0x293,_0x34361c._0x9ba193)+_0x40bed8(0x211,0x18e,0x20e,0x1ca)+_0x40bed8(_0x34361c._0x33f4e8,_0x34361c._0x1b4053,0xf6,_0x34361c._0x2cc7bf),'team':await _0x1478d6['THtEw'](enrichTeamWithManagerNames,_0xecf718)});}catch(_0xfbf11d){if(_0x1478d6[_0x41547c(_0x34361c._0x134edc,_0x34361c._0x55a639,0x3be,_0x34361c._0x456040)](_0x40bed8(0x168,0x1a6,0x1cc,0x1e1),_0x1478d6[_0x41547c(0x305,0x2e5,_0x34361c._0x396129,0x350)])){const _0x1beb51={};return _0x1beb51[_0x40bed8(_0x34361c._0x2272be,_0x34361c._0x18da9d,0x168,_0x34361c._0x9a9860)]=_0x1478d6['AtOyS'],_0x2608ce[_0x40bed8(_0x34361c._0x42810d,_0x34361c._0x55567a,_0x34361c._0x1f85a7,_0x34361c._0x117ebc)](-0xfe2+0xae1+0x695)[_0x41547c(_0x34361c._0x12f845,_0x34361c._0x417556,0x3fe,0x3b5)](_0x1beb51);}else{if(_0xfbf11d['message']['includes'](_0x1478d6[_0x41547c(_0x34361c._0x13a69c,0x396,0x40a,0x39c)])){const _0x373623={};return _0x373623[_0x41547c(0x36d,_0x34361c._0xb9051b,_0x34361c._0x524451,_0x34361c._0x1b6c9b)]=_0x1478d6['kVgyu'],_0x373623['message']=_0xfbf11d[_0x41547c(0x42b,_0x34361c._0x2d8a20,0x458,0x418)],_0x307603[_0x40bed8(0x13c,0x13c,_0x34361c._0x243d02,0xf4)](-0xa85+0x5*0x56a+-0xef4)[_0x40bed8(0x17f,0x1e3,0x1f4,0x13f)](_0x373623);}const _0x27bcda={};_0x27bcda[_0x40bed8(_0x34361c._0x4d35ac,0x105,0x1b2,_0x34361c._0xa661be)]=_0xfbf11d[_0x41547c(0x3ed,_0x34361c._0x47d94c,_0x34361c._0x59d657,0x418)],logger[_0x40bed8(_0x34361c._0x327ecc,_0x34361c._0x468f78,0x1b0,_0x34361c._0x45a5f6)](_0x41547c(_0x34361c._0x1381ed,0x3f7,_0x34361c._0x2151da,0x3f2)+_0x41547c(_0x34361c._0xe3e311,0x344,_0x34361c._0x57d7f6,_0x34361c._0x195ff6),_0x27bcda);const _0x1eef68={};return _0x1eef68[_0x41547c(0x357,0x37d,_0x34361c._0x2f5287,0x3c6)]=_0x40bed8(0x1cf,_0x34361c._0x2f4ee1,0x1c3,_0x34361c._0x12402e)+_0x41547c(_0x34361c._0x451229,_0x34361c._0x5814e7,0x397,0x358)+'r',_0x307603[_0x41547c(_0x34361c._0x3b5d52,_0x34361c._0x6cf01f,0x32c,0x372)](0x9fa+-0x2282+0x1a7c)['json'](_0x1eef68);}}}),router[_0x16be31(0x36b,0x38e,0x37e,0x30a)](_0x16be31(0x3af,0x384,0x3c3,0x3af),async(_0x1eca81,_0x13aeb4)=>{const _0x4236a6={_0x32ac57:0x3bc,_0x55cbcc:0x3e6,_0x4c7e01:0x39b,_0x41b42a:0x3b1,_0x41287c:0x40f,_0x31b11f:0x419,_0x52d0e4:0x453,_0x50c62f:0x3fb,_0x2bc0df:0x44b,_0x41149d:0x432,_0x8f2a83:0x3a7,_0x338701:0x3f4,_0xf0e935:0x3ea,_0x333c2a:0x3c8,_0x24f2ea:0x439,_0x26c6ee:0x416,_0x35939f:0x3ec,_0x41e173:0x38d,_0x123cb4:0x445,_0x53bb5d:0x460,_0x33371e:0x48d,_0x509e98:0x412,_0x2ba209:0x41b,_0x4ec7db:0x44c,_0x20c9a8:0x4c8,_0x2ae08d:0x44d,_0x31cf62:0x3a4,_0x191fc8:0x3af,_0x3e24d4:0x4cf,_0x25593b:0x517,_0x197a56:0x4b5,_0x3bd81d:0x499,_0x1185cc:0x463,_0x391061:0x47e,_0x2bb999:0x433,_0x4e9958:0x48f,_0x49f537:0x437,_0x16af2d:0x483,_0x32186b:0x52b,_0x34bca9:0x53e,_0x3fb976:0x473,_0x2a02f4:0x4e0,_0x2208c5:0x42c,_0x216049:0x4f1,_0x4af452:0x3ea,_0x4e1c24:0x49c,_0x2d0fab:0x434,_0x42d055:0x40a,_0x1267f2:0x4f2,_0x35213b:0x480,_0x220ee9:0x418,_0x315b83:0x402,_0x3038de:0x44d,_0x3af887:0x40e,_0x38f647:0x3c7,_0x3641bf:0x3a6,_0x1c5012:0x3ee,_0x465288:0x358,_0x2aaa6d:0x3be,_0x17e90b:0x417,_0x2b06df:0x37b,_0x4f31fd:0x474,_0x40cc2e:0x3fd,_0x3cc3ab:0x45a,_0x2b076b:0x3e9,_0xc2ba90:0x4b5,_0x478abd:0x354,_0x4314e0:0x383,_0x3ebaa7:0x424,_0x1b8d0a:0x44f,_0x577693:0x4d0,_0x1a1f30:0x575,_0x474edb:0x461,_0x25ba2b:0x472,_0xc8cda8:0x3f3,_0x1cca31:0x3c9,_0x2f5037:0x3c4,_0x3acb21:0x39a,_0x134b9d:0x444,_0x3ac38e:0x3ba,_0x5014be:0x404,_0x1b0c7e:0x481,_0x6dff83:0x465,_0x16652b:0x47b,_0x4fbd34:0x468,_0x47076c:0x50c,_0x511f09:0x4e8,_0x46ec4f:0x463,_0x5dd533:0x4ae,_0x377d0b:0x3b4,_0xefda5d:0x3a1,_0x463eb0:0x431,_0x4a03b8:0x52a,_0x3e7c6a:0x4c7,_0x324b58:0x3ae,_0x29dd2c:0x48b,_0x44c2e9:0x43a,_0x3d95b4:0x429,_0x386dd7:0x4b8,_0x41cc9a:0x431,_0x55723c:0x488,_0xa0a6e0:0x421,_0x462104:0x38a,_0x265cdf:0x427,_0x1ed8b0:0x40e,_0x4bd346:0x446,_0x8cd511:0x48b,_0x1cd99a:0x43d},_0x3d8d14={_0x4c6658:0x2f,_0x4731e0:0x1cb},_0x18d9ee={_0xd5ca4b:0x1bc},_0x5de37d={};_0x5de37d[_0x70288f(_0x4236a6._0x32ac57,_0x4236a6._0x55cbcc,0x344,_0x4236a6._0x4c7e01)]=function(_0x1dab24,_0x2e4d94){return _0x1dab24===_0x2e4d94;};function _0x380fbd(_0x5a24bd,_0x1718ba,_0x109719,_0x55cf9d){return _0x16be31(_0x5a24bd-_0x18d9ee._0xd5ca4b,_0x5a24bd-0xe9,_0x109719-0xa6,_0x55cf9d);}_0x5de37d['hFZTP']=_0x70288f(_0x4236a6._0x41b42a,0x463,0x3c0,_0x4236a6._0x41287c),_0x5de37d['KhgFK']=_0x70288f(_0x4236a6._0x31b11f,_0x4236a6._0x52d0e4,_0x4236a6._0x50c62f,_0x4236a6._0x2bc0df),_0x5de37d[_0x70288f(_0x4236a6._0x41149d,0x46f,_0x4236a6._0x8f2a83,_0x4236a6._0x338701)]=_0x70288f(_0x4236a6._0xf0e935,_0x4236a6._0x333c2a,0x3db,0x42a)+_0x70288f(_0x4236a6._0x24f2ea,_0x4236a6._0x26c6ee,0x45b,0x486)+_0x70288f(_0x4236a6._0x35939f,0x3ec,0x429,0x401)+'teams',_0x5de37d[_0x70288f(_0x4236a6._0x41e173,_0x4236a6._0x123cb4,0x3b9,0x3e1)]=function(_0x4679b5,_0xb18307){return _0x4679b5!==_0xb18307;},_0x5de37d[_0x70288f(0x449,_0x4236a6._0x53bb5d,0x511,_0x4236a6._0x33371e)]=_0x70288f(_0x4236a6._0x509e98,0x4a4,0x3cf,_0x4236a6._0x2ba209),_0x5de37d[_0x380fbd(_0x4236a6._0x4ec7db,_0x4236a6._0x20c9a8,_0x4236a6._0x2ae08d,0x3e9)]=_0x70288f(0x41d,_0x4236a6._0x31cf62,_0x4236a6._0x191fc8,0x418)+_0x380fbd(_0x4236a6._0x3e24d4,0x528,0x519,_0x4236a6._0x25593b),_0x5de37d[_0x380fbd(_0x4236a6._0x197a56,_0x4236a6._0x3bd81d,0x500,_0x4236a6._0x1185cc)]=_0x70288f(_0x4236a6._0x391061,0x495,0x3ee,_0x4236a6._0x2bb999)+_0x70288f(0x4b5,0x443,0x4e4,_0x4236a6._0x4e9958)+'fully',_0x5de37d[_0x70288f(_0x4236a6._0x49f537,0x50a,0x4a0,_0x4236a6._0x16af2d)]=_0x380fbd(_0x4236a6._0x32186b,0x532,0x534,_0x4236a6._0x34bca9)+_0x380fbd(_0x4236a6._0x3fb976,_0x4236a6._0x2a02f4,_0x4236a6._0x2208c5,_0x4236a6._0x216049);function _0x70288f(_0x10c085,_0x27085e,_0x597cb7,_0x3c30c7){return _0xb0c6ff(_0x10c085-_0x3d8d14._0x4c6658,_0x10c085,_0x597cb7-0x78,_0x3c30c7-_0x3d8d14._0x4731e0);}_0x5de37d['xrgDL']='Internal\x20s'+_0x380fbd(0x428,_0x4236a6._0x4af452,0x3d4,0x3e4)+'r';const _0x162e2c=_0x5de37d;try{if(!_0x1eca81[_0x380fbd(_0x4236a6._0x4e1c24,0x4ed,_0x4236a6._0x2d0fab,0x415)][_0x70288f(0x417,0x38a,0x426,_0x4236a6._0x42d055)+_0x380fbd(0x4da,_0x4236a6._0x1267f2,0x51c,_0x4236a6._0x35213b)]){if(_0x162e2c['ZDUfV'](_0x162e2c[_0x70288f(0x48d,_0x4236a6._0x220ee9,_0x4236a6._0x315b83,_0x4236a6._0x2208c5)],_0x162e2c['hFZTP'])){const _0x2024b9={};return _0x2024b9[_0x70288f(_0x4236a6._0x3038de,0x3f4,0x492,_0x4236a6._0x3af887)]=_0x162e2c[_0x70288f(_0x4236a6._0x38f647,0x3ff,_0x4236a6._0x3641bf,0x3ad)],_0x2024b9[_0x70288f(0x449,0x4e0,_0x4236a6._0x1c5012,0x460)]=_0x162e2c[_0x70288f(0x414,0x429,0x3eb,0x3f4)],_0x13aeb4[_0x70288f(_0x4236a6._0x465288,_0x4236a6._0x2aaa6d,_0x4236a6._0x17e90b,0x3ba)](0x53b*-0x1+0x1c6a*0x1+-0x159c)[_0x70288f(0x464,_0x4236a6._0x2b06df,_0x4236a6._0x4f31fd,_0x4236a6._0x40cc2e)](_0x2024b9);}else{const _0x281110={};return _0x281110[_0x380fbd(0x496,0x4ac,0x469,0x486)]='Team\x20not\x20f'+_0x70288f(_0x4236a6._0x3cc3ab,_0x4236a6._0x2b076b,_0x4236a6._0xc2ba90,0x447),_0x186bd5[_0x70288f(_0x4236a6._0x478abd,0x40f,0x38a,0x3ba)](0x164e*0x1+0x4*-0x22c+0x86*-0x17)['json'](_0x281110);}}const _0x18d55d=await getTeamById(_0x1eca81['params']['id']);if(!_0x18d55d){if(_0x162e2c[_0x70288f(_0x4236a6._0x4314e0,_0x4236a6._0x3ebaa7,_0x4236a6._0x1b8d0a,0x3e1)](_0x162e2c[_0x380fbd(0x515,0x593,_0x4236a6._0x577693,_0x4236a6._0x1a1f30)],_0x380fbd(_0x4236a6._0x474edb,0x3e1,0x451,_0x4236a6._0x25ba2b))){const _0x38a418={};return _0x38a418[_0x70288f(_0x4236a6._0x191fc8,_0x4236a6._0xc8cda8,_0x4236a6._0x1cca31,0x40e)]=_0x162e2c[_0x70288f(0x40b,_0x4236a6._0x40cc2e,0x3af,_0x4236a6._0x2f5037)],_0x13aeb4[_0x70288f(_0x4236a6._0x3acb21,_0x4236a6._0x134b9d,0x41e,_0x4236a6._0x3ac38e)](-0xbae+-0x1f*-0x123+-0x11*0x14b)[_0x70288f(0x411,_0x4236a6._0x5014be,0x3a9,_0x4236a6._0x40cc2e)](_0x38a418);}else{const _0x1bd316={};return _0x1bd316[_0x70288f(0x495,0x38d,0x403,0x40e)]=_0x70288f(0x500,_0x4236a6._0x1b0c7e,_0x4236a6._0x6dff83,_0x4236a6._0x16652b),_0x1bd316[_0x380fbd(0x4e8,_0x4236a6._0x4fbd34,_0x4236a6._0x47076c,0x485)]=_0x57bd33[_0x380fbd(_0x4236a6._0x511f09,_0x4236a6._0x46ec4f,_0x4236a6._0x5dd533,0x464)],_0x4b7900[_0x380fbd(0x442,0x4c1,0x424,0x446)](-0x112f+0x18ef+0x3f*-0x19)[_0x70288f(0x3ef,_0x4236a6._0x377d0b,_0x4236a6._0xefda5d,0x3fd)](_0x1bd316);}}const _0x51b20b=await deleteTeam(_0x18d55d['id'],deleteBindingsBySubject),_0x5944e6={};return _0x5944e6['message']=_0x162e2c[_0x380fbd(_0x4236a6._0xc2ba90,_0x4236a6._0x463eb0,_0x4236a6._0x4a03b8,_0x4236a6._0x3e7c6a)],_0x5944e6[_0x70288f(_0x4236a6._0x324b58,_0x4236a6._0x29dd2c,_0x4236a6._0x44c2e9,0x430)+_0x70288f(_0x4236a6._0x3d95b4,_0x4236a6._0x2a02f4,0x48d,0x47a)]=_0x51b20b[_0x380fbd(_0x4236a6._0x386dd7,0x4ea,0x461,0x455)+_0x380fbd(0x502,0x4a9,0x518,0x52c)],_0x13aeb4[_0x70288f(_0x4236a6._0x41cc9a,_0x4236a6._0x55723c,_0x4236a6._0xa0a6e0,_0x4236a6._0x40cc2e)](_0x5944e6);}catch(_0x1343a9){const _0x3bf67a={};_0x3bf67a['error']=_0x1343a9['message'],logger[_0x70288f(_0x4236a6._0x462104,_0x4236a6._0x50c62f,_0x4236a6._0x265cdf,_0x4236a6._0x1ed8b0)](_0x162e2c[_0x70288f(0x49b,0x4d2,0x4e1,0x483)],_0x3bf67a);const _0x3f1bd5={};return _0x3f1bd5[_0x380fbd(0x496,_0x4236a6._0x4bd346,_0x4236a6._0x4ec7db,0x472)]=_0x162e2c[_0x70288f(0x42a,0x404,_0x4236a6._0x8cd511,0x470)],_0x13aeb4['status'](-0x1de7*0x1+0x1deb+0x1f0)[_0x70288f(0x42e,0x3ed,_0x4236a6._0x1cd99a,0x3fd)](_0x3f1bd5);}}),router[_0x16be31(0x420,0x396,0x31b,0x3ce)](_0xb0c6ff(0x2c2,0x27c,0x20a,0x267)+'rs',async(_0x40d831,_0x381843)=>{const _0x56aa6d={_0x269879:0x13e,_0x1002ef:0x152,_0x581084:0x1be,_0x29f12f:0xf6,_0x47844f:0x181,_0x25142e:0x102,_0x1e58a4:0x1a1,_0x156a09:0xef,_0x26020b:0x15a,_0x2661e3:0xdc,_0x466fb7:0xe3,_0x43cb33:0xf3,_0x6a06af:0x9a,_0x3e94b7:0xc4,_0x4e4117:0x23,_0x399989:0x2d,_0x1ab40e:0xc5,_0x1c1851:0xa5,_0x19ee30:0xf,_0x48ff73:0x6,_0x41d9b7:0x41,_0x37660a:0x148,_0x3bb95f:0x119,_0x4c2f37:0x16b,_0x5b8b90:0x1d8,_0x2d595b:0x115,_0x48d653:0xd1,_0x25f7ad:0x12d,_0x509a9c:0x19d,_0xa3b269:0x1a3,_0x51f4d5:0x17b,_0x573df5:0x10d,_0x2b5cab:0xda,_0x4dce0b:0xc7,_0x23a8af:0x1ce,_0x4e7935:0x8a,_0x5b94b4:0x174,_0x551aa6:0x10a,_0x254895:0xbc,_0x3f84fe:0x122,_0x5c7776:0xd7,_0x2c3a13:0x137,_0x379d53:0x145,_0x551593:0xd,_0x173f2c:0x130,_0x2b4b35:0x144,_0xf747f3:0x18c,_0x3604f1:0x3,_0x146377:0xbd,_0x40f8b4:0xcc,_0x7ddda6:0xf4,_0x202321:0xfe,_0x5189ea:0x5e,_0x4eb2e4:0xc0,_0xd30cf6:0x10b,_0xa8e08a:0x189,_0x20e459:0xbb,_0x55cc82:0x7a,_0xd42a8c:0x63,_0x219a00:0x49,_0x1646a9:0xb6,_0xece083:0x35,_0x29ab77:0x4c,_0xa1faf1:0x7d,_0x59da62:0x1b6,_0x153323:0x19a,_0xf21cfc:0x37,_0x121192:0x1bd,_0x315aea:0x187,_0x1e1ac7:0x3a,_0x3e1d18:0x31,_0x87539:0x35,_0x3e5798:0x92,_0x34ce59:0x1c7,_0x2b36b9:0x111,_0x3019b2:0xab,_0x8ab6d:0x9f,_0x383ae3:0x21,_0x261043:0xb5,_0x3ffd74:0x10e,_0x4b06ba:0x24,_0x19d827:0x31,_0x4b606b:0x3,_0x561513:0x137,_0x2a150f:0x1bf,_0x925d13:0x7c,_0x3a9514:0xd9,_0x2aff31:0x68,_0x5e334a:0x87,_0x4f86ca:0xb8,_0xf79fd4:0x1de,_0x2648ff:0x1ad,_0x3ba47b:0x8f,_0x3a4091:0x38,_0x3d435e:0x44,_0x8d7f51:0x5c,_0x852214:0x94,_0xe59ebb:0x5f,_0x31a87c:0x5d,_0x15101a:0x13a,_0xdfed64:0x1ab,_0x1141b0:0x147,_0x3be91f:0x19a,_0x1cf8ea:0x101,_0x3a8f9c:0xf4,_0x2870ad:0x114,_0x5e8146:0x16c,_0x31cd6d:0x71,_0x36247b:0x66,_0x2c89b1:0x87,_0x238f13:0x101,_0x49baad:0x5,_0x3a5d32:0x88,_0x3366c7:0x59,_0x116acb:0x29,_0xcdc0d7:0x140,_0x491981:0x55,_0x10d9fb:0xc9,_0x2d57e8:0xf4,_0x1c6bdb:0xce,_0xeca2c:0x117},_0xb97cbd={_0x33d4f4:0x15d},_0x4d0ecc={_0x3d9a09:0x378},_0x111d3e={'npUjA':function(_0x54545e,_0x56074c){return _0x54545e(_0x56074c);},'vhLHC':_0x3ef6fb(_0x56aa6d._0x269879,_0x56aa6d._0x1002ef,_0x56aa6d._0x581084,_0x56aa6d._0x29f12f)+_0x3ef6fb(0xfb,_0x56aa6d._0x47844f,_0x56aa6d._0x25142e,_0x56aa6d._0x1e58a4),'ezNuE':function(_0x5466ae,_0x10767b,_0x26b5ea){return _0x5466ae(_0x10767b,_0x26b5ea);},'SKhol':function(_0x1f387f,_0x4a00bc){return _0x1f387f&&_0x4a00bc;},'yXtwR':_0x3ef6fb(_0x56aa6d._0x156a09,_0x56aa6d._0x26020b,0x1c9,_0x56aa6d._0x2661e3)+_0x3ef6fb(0xe2,0x147,0xf1,0x1a4)+_0x3ef6fb(_0x56aa6d._0x466fb7,_0x56aa6d._0x43cb33,0xd2,_0x56aa6d._0x6a06af)+_0x32245a(_0x56aa6d._0x3e94b7,0xa0,0x95,0x9a)+_0x32245a(0x3e,-_0x56aa6d._0x4e4117,_0x56aa6d._0x399989,-0x16),'gAxic':_0x32245a(_0x56aa6d._0x1ab40e,0x52,0x114,_0x56aa6d._0x1c1851)+'t','aIcHh':'userId\x20is\x20'+_0x32245a(-_0x56aa6d._0x19ee30,_0x56aa6d._0x48ff73,-0x20,-_0x56aa6d._0x41d9b7),'rzSkJ':_0x3ef6fb(0x18a,0x197,_0x56aa6d._0x37660a,_0x56aa6d._0x3bb95f)+_0x3ef6fb(0xf4,_0x56aa6d._0x4c2f37,_0x56aa6d._0x5b8b90,0x1c7),'wYSOR':_0x32245a(0xa2,_0x56aa6d._0x2d595b,_0x56aa6d._0x48d653,_0x56aa6d._0x25f7ad),'ahuuZ':_0x3ef6fb(_0x56aa6d._0x509a9c,_0x56aa6d._0xa3b269,0x160,_0x56aa6d._0x51f4d5)+_0x3ef6fb(0x197,_0x56aa6d._0x573df5,_0x56aa6d._0x2b5cab,_0x56aa6d._0x4dce0b),'PtPuN':_0x3ef6fb(0x12b,0x187,0x1af,_0x56aa6d._0x23a8af)+'erver\x20erro'+'r'};function _0x32245a(_0x2f9329,_0x24cefd,_0x4bc510,_0x74f953){return _0x16be31(_0x2f9329-0x85,_0x2f9329- -_0x4d0ecc._0x3d9a09,_0x4bc510-0x15e,_0x24cefd);}function _0x3ef6fb(_0x4999f6,_0x34c821,_0x2cee56,_0x4f5c8e){return _0xb0c6ff(_0x4999f6-_0xb97cbd._0x33d4f4,_0x2cee56,_0x2cee56-0xc,_0x34c821- -0xfb);}try{const _0x3fbd1f=await _0x111d3e[_0x32245a(-0x3a,0x3d,-0x1c,-_0x56aa6d._0x4e7935)](getTeamById,_0x40d831[_0x3ef6fb(_0x56aa6d._0x5b94b4,_0x56aa6d._0x551aa6,_0x56aa6d._0x254895,_0x56aa6d._0x3f84fe)]['id']);if(!_0x3fbd1f){const _0x46e3dc={};return _0x46e3dc['error']=_0x111d3e['vhLHC'],_0x381843[_0x3ef6fb(0xf1,0xf4,0x93,_0x56aa6d._0x5c7776)](0x1b92+0xf5a+-0xc4*0x36)[_0x3ef6fb(0x184,_0x56aa6d._0x2c3a13,0x16f,_0x56aa6d._0x379d53)](_0x46e3dc);}const _0x2f78af=_0x40d831[_0x32245a(0x3b,0x94,_0x56aa6d._0x551593,0xa3)][_0x3ef6fb(_0x56aa6d._0x173f2c,_0x56aa6d._0x2b4b35,0x122,0xd5)+_0x3ef6fb(0x110,_0x56aa6d._0xf747f3,0x187,0x1e0)],_0xeddf=await _0x111d3e[_0x32245a(_0x56aa6d._0x3604f1,0x4a,-0x61,-0x39)](isTeamManager,_0x40d831['user']['id'],_0x3fbd1f['id']);if(_0x111d3e[_0x32245a(0xab,_0x56aa6d._0x146377,0x10a,_0x56aa6d._0x40f8b4)](!_0x2f78af,!_0xeddf)){const _0x2a1900={};return _0x2a1900[_0x3ef6fb(0xda,0x148,_0x56aa6d._0x7ddda6,0x118)]=_0x3ef6fb(0x14c,0x185,_0x56aa6d._0x202321,0x17d),_0x2a1900['message']=_0x111d3e[_0x32245a(-0x40,-0xbb,-0xb,-_0x56aa6d._0x5189ea)],_0x381843['status'](-0x482+0x2260+-0x1c4b)[_0x3ef6fb(_0x56aa6d._0x4eb2e4,0x137,_0x56aa6d._0xd30cf6,_0x56aa6d._0xa8e08a)](_0x2a1900);}const {userId:_0x1e9004}=_0x40d831[_0x32245a(_0x56aa6d._0x20e459,_0x56aa6d._0x55cc82,0x5a,_0x56aa6d._0xd42a8c)];if(!_0x1e9004){const _0xdf34a1={};return _0xdf34a1[_0x32245a(0x35,0xac,_0x56aa6d._0x219a00,_0x56aa6d._0x1646a9)]=_0x111d3e[_0x32245a(-_0x56aa6d._0xece083,_0x56aa6d._0x29ab77,-_0x56aa6d._0xa1faf1,-0x63)],_0xdf34a1[_0x3ef6fb(_0x56aa6d._0x59da62,_0x56aa6d._0x153323,0x15a,0x1f4)]=_0x111d3e[_0x3ef6fb(0x182,0x11a,0x9f,0x133)],_0x381843[_0x32245a(-0x1f,-0x98,-0x76,-_0x56aa6d._0xf21cfc)](0xc1*-0x31+-0x1b1a+0x419b)[_0x3ef6fb(_0x56aa6d._0x121192,_0x56aa6d._0x2c3a13,_0x56aa6d._0x315aea,0xbe)](_0xdf34a1);}const _0x53556d=await _0x111d3e[_0x32245a(-_0x56aa6d._0x1e1ac7,-0x9b,0x33,_0x56aa6d._0x3e1d18)](findUserById,_0x1e9004);if(!_0x53556d){const _0x49d469={};return _0x49d469['error']=_0x111d3e[_0x32245a(-_0x56aa6d._0x87539,0x4e,-0x49,-_0x56aa6d._0x3e5798)],_0x49d469[_0x3ef6fb(0x1ef,0x19a,0x1b8,_0x56aa6d._0x34ce59)]=_0x3ef6fb(0x16c,0x10c,_0x56aa6d._0x2b36b9,_0x56aa6d._0x3019b2)+_0x32245a(0x6e,_0x56aa6d._0x8ab6d,_0x56aa6d._0x383ae3,0xbc),_0x381843[_0x3ef6fb(_0x56aa6d._0x261043,0xf4,_0x56aa6d._0x3ffd74,0x167)](-0x6ec+0x213b+-0x4f3*0x5)[_0x32245a(_0x56aa6d._0x4b06ba,-0x50,-_0x56aa6d._0x19d827,-_0x56aa6d._0x4b606b)](_0x49d469);}const _0x3d2a17=await _0x111d3e[_0x3ef6fb(0x167,0x116,0x131,0x116)](addMember,_0x3fbd1f['id'],_0x1e9004);return _0x381843[_0x3ef6fb(0xb5,_0x56aa6d._0x561513,0x123,0x18e)]({'message':_0x111d3e[_0x3ef6fb(_0x56aa6d._0x2a150f,0x191,0x1a9,0x181)],'team':await _0x111d3e[_0x3ef6fb(_0x56aa6d._0x925d13,_0x56aa6d._0x3a9514,_0x56aa6d._0x2aff31,0x138)](enrichTeamWithManagerNames,_0x3d2a17)});}catch(_0x5b9d60){if(_0x5b9d60[_0x32245a(_0x56aa6d._0x5e334a,0xb2,0xbf,_0x56aa6d._0x4f86ca)][_0x3ef6fb(0x1e2,_0x56aa6d._0xf79fd4,_0x56aa6d._0x2648ff,0x1e4)]('already\x20a\x20'+_0x32245a(0x77,0xaa,_0x56aa6d._0x3ba47b,0x29))){const _0x2f5dbd={};return _0x2f5dbd[_0x32245a(_0x56aa6d._0xece083,-_0x56aa6d._0x3a4091,_0x56aa6d._0x3d435e,_0x56aa6d._0x8d7f51)]=_0x111d3e[_0x32245a(-0x19,-_0x56aa6d._0x852214,-_0x56aa6d._0xe59ebb,-_0x56aa6d._0x31a87c)],_0x2f5dbd[_0x3ef6fb(0x151,_0x56aa6d._0x153323,_0x56aa6d._0x15101a,_0x56aa6d._0xdfed64)]=_0x5b9d60[_0x3ef6fb(_0x56aa6d._0x1141b0,_0x56aa6d._0x3be91f,0x180,0x16e)],_0x381843[_0x3ef6fb(_0x56aa6d._0x1cf8ea,_0x56aa6d._0x3a8f9c,_0x56aa6d._0x2870ad,_0x56aa6d._0x5e8146)](0x3c*-0x8b+-0xa57*-0x2+-0x1*-0xd7f)[_0x32245a(_0x56aa6d._0x4b06ba,_0x56aa6d._0x31cd6d,0xa7,-_0x56aa6d._0x36247b)](_0x2f5dbd);}const _0x1dea4c={};_0x1dea4c['error']=_0x5b9d60[_0x32245a(_0x56aa6d._0x2c89b1,_0x56aa6d._0x238f13,-0x3,_0x56aa6d._0x49baad)],logger[_0x32245a(0x35,_0x56aa6d._0x20e459,0x2d,0x8d)](_0x111d3e[_0x32245a(-0x3b,-_0x56aa6d._0x3a5d32,-_0x56aa6d._0x3366c7,_0x56aa6d._0x116acb)],_0x1dea4c);const _0x2226cb={};return _0x2226cb[_0x3ef6fb(0x1b7,0x148,_0x56aa6d._0xcdc0d7,0xff)]=_0x111d3e[_0x32245a(0x2c,0x0,0xaa,_0x56aa6d._0x491981)],_0x381843[_0x3ef6fb(_0x56aa6d._0x10d9fb,_0x56aa6d._0x2d57e8,0x133,_0x56aa6d._0x1c6bdb)](0x1532+0x173b*0x1+-0x2a79)[_0x3ef6fb(_0x56aa6d._0xeca2c,0x137,0x136,0xe1)](_0x2226cb);}}),router['delete']('/:id/membe'+_0xb0c6ff(0x1bb,0x183,0x20b,0x1db),async(_0x53426f,_0x5f7ec8)=>{const _0x3105f0={_0x40ce61:0x29f,_0x26d4b7:0x2bf,_0x38faad:0x1f5,_0x1e9cec:0x209,_0x247dc0:0x19d,_0x24b47f:0x1ed,_0x3be5ec:0x261,_0x4a6f59:0x1a7,_0x4f348a:0x1c2,_0x4c43dd:0x2ef,_0x1be23e:0x31c,_0x1f9e6a:0x29b,_0x532902:0xe3,_0x50e1ad:0x1d7,_0x4db066:0x2c8,_0x36d214:0x200,_0x22ef2d:0x25a,_0x49cf68:0x10d,_0x68cfa1:0x15a,_0x196012:0xfd,_0x4812d2:0x228,_0x9657eb:0x1de,_0x1cf717:0x1aa,_0x6dd60e:0x1cb,_0x5dade3:0x24b,_0x67bde9:0x18c,_0x58c218:0x163,_0x43ba64:0x1db,_0xce9af5:0x1be,_0x4c43e7:0x225,_0x17a83c:0x245,_0x4749ed:0x101,_0x4d9554:0xc0,_0x252fa0:0x19a,_0x2109f2:0x1bb,_0x28ed64:0x257,_0x46f6cb:0x1d2,_0x3aa4db:0x1e3,_0x9b1d14:0x251,_0x918419:0x1f2,_0x12b9a1:0x1ef,_0x1ab15e:0x1b6,_0x2b0099:0xe0,_0x570d63:0x13f,_0x3e0858:0x2c7,_0x421c9d:0x21c,_0x233f46:0x21d,_0x6201b0:0x287,_0x18a40d:0x24c,_0xb3bb79:0x2d0,_0x4c0b40:0x224,_0x4a7829:0x272,_0x3f2f8a:0xb7,_0x3816b3:0xe5,_0x169be1:0x1e2,_0x865c3a:0x23a,_0x256490:0x222,_0x566753:0x1ac,_0xe6a926:0x16f,_0x117be6:0x168,_0x5b7887:0x197,_0x5c035b:0x16d,_0x2c148a:0x14c,_0x34ddac:0x192,_0x339b6f:0x1bd,_0x97cf8:0x1b2,_0x16e5fe:0x1a4,_0x2c09da:0x1bf,_0x4a1474:0x17e,_0x338296:0x1bf,_0x5f43da:0x23b,_0x341ddc:0x1e8,_0x163929:0x1e7,_0x435c24:0x20c,_0x237044:0x2d2,_0xfa1c93:0x272,_0x1caffb:0x165,_0x17cdb8:0xf8,_0x8a002a:0x1b9,_0x255d9e:0x175,_0x115c81:0x22d,_0x4f22ed:0x1b8,_0x4ff72f:0x183,_0x598e63:0x1f5,_0x270b3e:0x258,_0x3c31d7:0x1d5,_0x52dec9:0x145,_0x28491f:0x1da,_0x33cfd5:0x1ca,_0x15c697:0x223,_0x4127fa:0x1fb,_0x3c97bb:0x139,_0x335ea1:0x1cc,_0x50fac5:0x157,_0x16d214:0x28c,_0x30b348:0x28a,_0xd59e9b:0x27e,_0x3254f6:0x2b1,_0x5566ce:0x26a,_0x3c660b:0x2a2,_0x1b0384:0x201,_0x5abb78:0x1e9,_0x407cf2:0x24f,_0x2eb8f5:0x1f6,_0x105c5d:0x155,_0x59d255:0x1d9,_0x7d0a6a:0x204,_0x3ff683:0x288,_0x2526cd:0x1ec,_0x5790cd:0x16d,_0x1ae8a8:0x1af,_0x463980:0x15d,_0x334a22:0x11b,_0xf8201b:0x290,_0xa30df4:0x1c1,_0x38db7c:0x2e0,_0x2c7e4e:0x2e2,_0x103d4a:0x2d8,_0x198b98:0x2b3,_0x295dd6:0x1b1,_0x5d1327:0x1bc,_0x4523f7:0x246,_0x302f40:0x211,_0x58afd7:0x234,_0x3643ae:0x1aa,_0x3333f2:0x260,_0x52b8b2:0x275,_0x59b6f4:0x1e4,_0x28a04a:0x201,_0x1d27a6:0x2af,_0x58ac5d:0x278,_0x7942b6:0x22b,_0x2e19b9:0x182,_0x3c327e:0x1c1,_0x579b0a:0x1a9,_0x253fc0:0x293,_0x108742:0x26d,_0x4a51da:0x227,_0x210cce:0x11a,_0x176e08:0x16d,_0x36a424:0x244,_0xac0e37:0x25a,_0x19d3ca:0x1dc,_0x2c8d11:0x216,_0x3188af:0x1c1,_0x32b388:0x243,_0xa069fd:0x1a8},_0x2d7443={_0x177468:0xe6,_0x4a27ed:0x37},_0x5aea69={_0x40152a:0x16c},_0x23c680={'gqDBO':_0x54b883(_0x3105f0._0x40ce61,_0x3105f0._0x26d4b7,0x289,0x249),'lVjSF':_0x54b883(_0x3105f0._0x38faad,_0x3105f0._0x1e9cec,_0x3105f0._0x247dc0,0x21e)+_0x54b883(_0x3105f0._0x24b47f,_0x3105f0._0x3be5ec,_0x3105f0._0x4a6f59,0x20b)+_0x4b2c01(-0x16f,-0x14e,-0x224,-_0x3105f0._0x4f348a)+_0x54b883(_0x3105f0._0x4c43dd,_0x3105f0._0x1be23e,0x324,_0x3105f0._0x1f9e6a)+_0x4b2c01(-_0x3105f0._0x532902,-0x19c,-0x1ce,-0x164),'HPVWV':_0x54b883(_0x3105f0._0x50e1ad,_0x3105f0._0x4db066,_0x3105f0._0x36d214,_0x3105f0._0x22ef2d)+_0x4b2c01(-0x173,-_0x3105f0._0x49cf68,-_0x3105f0._0x68cfa1,-_0x3105f0._0x196012),'DkbCq':_0x54b883(_0x3105f0._0x4812d2,0x29d,_0x3105f0._0x9657eb,0x232),'SiljE':_0x54b883(0x1f1,0x259,0x1e9,0x257)+_0x4b2c01(-0x1f1,-0x200,-0x1c9,-_0x3105f0._0x1cf717)+'er','yFULS':_0x54b883(0x20a,_0x3105f0._0x6dd60e,0x1dc,_0x3105f0._0x5dade3)+_0x4b2c01(-_0x3105f0._0x67bde9,-0x1f8,-0x263,-0x1db)+'r','nVePZ':function(_0x5ae1ff,_0x4ba45f){return _0x5ae1ff(_0x4ba45f);},'aBhQd':function(_0x2d887a,_0xf493a8){return _0x2d887a===_0xf493a8;},'JqYyx':'QZugK','dNTsY':'NhySb','Vjscc':_0x4b2c01(-0x163,-0x16d,-0xdf,-_0x3105f0._0x58c218)+_0x54b883(_0x3105f0._0x43ba64,_0x3105f0._0xce9af5,_0x3105f0._0x4c43e7,_0x3105f0._0x17a83c),'NSEJE':function(_0x1974d6,_0x1977a7,_0xe5677){return _0x1974d6(_0x1977a7,_0xe5677);},'VWCNz':function(_0x20f9ac,_0x52b9d1){return _0x20f9ac&&_0x52b9d1;},'JRGpD':_0x4b2c01(-0x153,-_0x3105f0._0x4749ed,-_0x3105f0._0x4d9554,-0x13a)+_0x4b2c01(-_0x3105f0._0x252fa0,-0x17c,-0x19d,-0x1da)+_0x4b2c01(-_0x3105f0._0x2109f2,-_0x3105f0._0x28ed64,-0x1dc,-_0x3105f0._0x46f6cb),'xZQBx':_0x4b2c01(-0x106,-0x16a,-0x17f,-0x140)+'er','yYLHw':function(_0x87f105,_0x5d53e1){return _0x87f105!==_0x5d53e1;},'LhlEE':_0x54b883(_0x3105f0._0x3aa4db,0x269,0x26e,_0x3105f0._0x9b1d14)};function _0x4b2c01(_0x2edc7c,_0x4ae5b6,_0x2bf163,_0x47c886){return _0x16be31(_0x2edc7c-_0x5aea69._0x40152a,_0x47c886- -0x51a,_0x2bf163-0x13f,_0x2edc7c);}function _0x54b883(_0x36ad87,_0x30a06b,_0x491797,_0x5740ac){return _0xb0c6ff(_0x36ad87-0x1d2,_0x491797,_0x491797-_0x2d7443._0x177468,_0x5740ac- -_0x2d7443._0x4a27ed);}try{const _0x350c4c=await _0x23c680[_0x4b2c01(-_0x3105f0._0x918419,-0x12e,-_0x3105f0._0x12b9a1,-_0x3105f0._0x1ab15e)](getTeamById,_0x53426f['params']['id']);if(!_0x350c4c){if(_0x23c680['aBhQd'](_0x23c680[_0x4b2c01(-0x16f,-0xfe,-_0x3105f0._0x2b0099,-_0x3105f0._0x570d63)],_0x23c680[_0x54b883(_0x3105f0._0x3e0858,_0x3105f0._0x421c9d,0x22b,0x26f)])){const _0x56dbd2={};return _0x56dbd2[_0x54b883(_0x3105f0._0x233f46,_0x3105f0._0x6201b0,_0x3105f0._0x18a40d,0x20c)]=_0x23c680[_0x54b883(0x2e7,_0x3105f0._0xb3bb79,_0x3105f0._0x4c0b40,_0x3105f0._0x4a7829)],_0x56dbd2[_0x4b2c01(-_0x3105f0._0x3f2f8a,-0x183,-_0x3105f0._0x3816b3,-0x11b)]=_0x23c680[_0x54b883(_0x3105f0._0x169be1,0x20e,_0x3105f0._0x865c3a,_0x3105f0._0x256490)],_0x53b903['status'](0x565*-0x5+0x1*-0x2ae+0x23b*0xe)[_0x4b2c01(-_0x3105f0._0x566753,-_0x3105f0._0xe6a926,-_0x3105f0._0x117be6,-0x17e)](_0x56dbd2);}else{const _0x65144c={};return _0x65144c[_0x4b2c01(-_0x3105f0._0x5b7887,-0x18f,-0x1d4,-_0x3105f0._0x5c035b)]=_0x23c680[_0x4b2c01(-_0x3105f0._0x2c148a,-0x129,-0x12f,-_0x3105f0._0x34ddac)],_0x5f7ec8[_0x4b2c01(-0x20a,-_0x3105f0._0x339b6f,-_0x3105f0._0x97cf8,-0x1c1)](-0x809*0x1+-0xb9+0xa56)[_0x4b2c01(-_0x3105f0._0x16e5fe,-_0x3105f0._0x2c09da,-0x1c7,-_0x3105f0._0x4a1474)](_0x65144c);}}const _0x24aae1=_0x53426f[_0x54b883(0x228,_0x3105f0._0x338296,_0x3105f0._0x5f43da,0x212)][_0x4b2c01(-0x1ab,-0x1f1,-_0x3105f0._0x341ddc,-0x171)+'min'],_0x91c626=await _0x23c680['NSEJE'](isTeamManager,_0x53426f['user']['id'],_0x350c4c['id']);if(_0x23c680['VWCNz'](!_0x24aae1,!_0x91c626)){const _0x5d96d3={};return _0x5d96d3[_0x54b883(0x241,0x1fc,_0x3105f0._0x163929,_0x3105f0._0x435c24)]=_0x23c680[_0x54b883(0x2e8,0x27f,_0x3105f0._0x237044,_0x3105f0._0xfa1c93)],_0x5d96d3['message']=_0x23c680[_0x4b2c01(-_0x3105f0._0x1caffb,-0x18e,-_0x3105f0._0x17cdb8,-0x157)],_0x5f7ec8[_0x54b883(_0x3105f0._0x8a002a,_0x3105f0._0x255d9e,_0x3105f0._0x115c81,_0x3105f0._0x4f22ed)](-0x20b*0x2+-0x1cf*0x2+0x947)[_0x4b2c01(-_0x3105f0._0x4ff72f,-0x104,-_0x3105f0._0x598e63,-0x17e)](_0x5d96d3);}const _0xc9d184=await _0x23c680[_0x54b883(0x14a,_0x3105f0._0x270b3e,_0x3105f0._0x4c0b40,_0x3105f0._0x3c31d7)](removeMember,_0x350c4c['id'],_0x53426f[_0x54b883(0x166,_0x3105f0._0x3aa4db,_0x3105f0._0x52dec9,0x1ce)][_0x54b883(0x1e6,0x1c8,_0x3105f0._0x28491f,_0x3105f0._0x33cfd5)]);return _0x5f7ec8[_0x54b883(_0x3105f0._0x15c697,_0x3105f0._0x43ba64,0x1aa,_0x3105f0._0x4127fa)]({'message':_0x23c680[_0x4b2c01(-0xe0,-0xae,-0x19e,-_0x3105f0._0x3c97bb)],'team':await _0x23c680[_0x4b2c01(-_0x3105f0._0x335ea1,-0x171,-_0x3105f0._0x50fac5,-_0x3105f0._0x1ab15e)](enrichTeamWithManagerNames,_0xc9d184)});}catch(_0x95a9f2){if(_0x95a9f2[_0x54b883(_0x3105f0._0x16d214,_0x3105f0._0x30b348,0x2e2,0x25e)][_0x54b883(_0x3105f0._0xd59e9b,_0x3105f0._0x3254f6,_0x3105f0._0x5566ce,_0x3105f0._0x3c660b)](_0x23c680['xZQBx'])){if(_0x23c680[_0x54b883(_0x3105f0._0x1b0384,0x2a5,_0x3105f0._0x5abb78,_0x3105f0._0x407cf2)](_0x23c680[_0x4b2c01(-0x19e,-_0x3105f0._0x2eb8f5,-_0x3105f0._0x105c5d,-_0x3105f0._0x59d255)],_0x54b883(_0x3105f0._0x7d0a6a,0x29e,0x2f6,_0x3105f0._0x3ff683))){const _0x3db191={};return _0x3db191[_0x4b2c01(-_0x3105f0._0x2526cd,-0x119,-0x1c2,-_0x3105f0._0x5790cd)]=_0x23c680[_0x54b883(0x20c,0x22a,0x1dd,_0x3105f0._0x1ae8a8)],_0x3db191[_0x4b2c01(-0x11a,-_0x3105f0._0x463980,-_0x3105f0._0x34ddac,-_0x3105f0._0x334a22)]=_0x95a9f2[_0x54b883(_0x3105f0._0xf8201b,0x260,0x25f,0x25e)],_0x5f7ec8[_0x4b2c01(-0x21e,-_0x3105f0._0x169be1,-_0x3105f0._0x43ba64,-_0x3105f0._0xa30df4)](-0x12b8+-0x7*0x501+-0x1*-0x3753)[_0x54b883(0x178,0x1a7,0x1de,0x1fb)](_0x3db191);}else{if(_0x54a3d6[_0x54b883(_0x3105f0._0x38db7c,0x2b7,_0x3105f0._0x2c7e4e,0x25e)][_0x54b883(_0x3105f0._0x103d4a,_0x3105f0._0x198b98,0x304,_0x3105f0._0x3c660b)](_0x23c680[_0x4b2c01(-0x116,-_0x3105f0._0x295dd6,-_0x3105f0._0x5d1327,-0x19c)])){const _0x3a907e={};return _0x3a907e[_0x54b883(0x1e8,_0x3105f0._0x4523f7,_0x3105f0._0x3ff683,_0x3105f0._0x435c24)]=_0x23c680['DkbCq'],_0x3a907e[_0x54b883(0x283,_0x3105f0._0x302f40,_0x3105f0._0x58afd7,0x25e)]=_0x5d1cf3['message'],_0x13e7c8[_0x4b2c01(-0x1b5,-0x1df,-_0x3105f0._0x3643ae,-0x1c1)](0x23e4*-0x1+-0xc8d+0x3205)[_0x54b883(0x252,0x1de,0x19f,0x1fb)](_0x3a907e);}const _0x14d674={};_0x14d674[_0x54b883(_0x3105f0._0x3333f2,_0x3105f0._0x52b8b2,_0x3105f0._0x59b6f4,0x20c)]=_0x1be697[_0x54b883(_0x3105f0._0x28a04a,_0x3105f0._0x1d27a6,0x270,0x25e)],_0x746152['error'](_0x23c680['SiljE'],_0x14d674);const _0x3444c2={};return _0x3444c2[_0x54b883(_0x3105f0._0x58ac5d,0x191,0x20b,0x20c)]=_0x23c680['yFULS'],_0x2e17a3[_0x4b2c01(-_0x3105f0._0x7942b6,-_0x3105f0._0x2e19b9,-0x1e6,-_0x3105f0._0x3c327e)](-0x4ce+0x1d1f+-0x1*0x165d)[_0x54b883(0x176,0x1e1,_0x3105f0._0x579b0a,0x1fb)](_0x3444c2);}}const _0x3a3b4f={};_0x3a3b4f['error']=_0x95a9f2['message'],logger['error']('Error\x20remo'+_0x54b883(_0x3105f0._0x253fc0,_0x3105f0._0x108742,0x27a,_0x3105f0._0x4a51da)+'r',_0x3a3b4f);const _0x277d32={};return _0x277d32[_0x4b2c01(-0x197,-_0x3105f0._0x210cce,-_0x3105f0._0x4a6f59,-_0x3105f0._0x176e08)]=_0x23c680[_0x4b2c01(-0x1a9,-_0x3105f0._0x36a424,-_0x3105f0._0xac0e37,-0x1e5)],_0x5f7ec8[_0x4b2c01(-0x153,-_0x3105f0._0x19d3ca,-_0x3105f0._0x2c8d11,-_0x3105f0._0x3188af)](-0x23e2+0x979+0x1c5d)[_0x54b883(_0x3105f0._0x32b388,0x207,_0x3105f0._0xa069fd,0x1fb)](_0x277d32);}}),router[_0x16be31(0x32f,0x396,0x401,0x331)](_0x16be31(0x3c0,0x3eb,0x405,0x3dc)+_0xb0c6ff(0x22a,0x16d,0x19c,0x1e5),async(_0x5f3fc3,_0x1f9768)=>{const _0x21ed4d={_0x10168f:0x502,_0x492fbe:0x520,_0x193c19:0x46d,_0xf9c09e:0x467,_0x40b156:0x453,_0xa094c5:0x44a,_0x46cf88:0x446,_0x198274:0x3e3,_0x1f4c09:0x3d9,_0x9ee1e3:0x3e4,_0x54b19d:0x463,_0x326370:0x4dd,_0x31cd46:0x461,_0x2a77bf:0x401,_0x31e88d:0x3aa,_0x5814e0:0x3fd,_0x257d97:0x55c,_0x162465:0x438,_0x59dc2c:0x4ab,_0x196f5b:0x46e,_0x250229:0x467,_0x431daa:0x3bf,_0x827a34:0x3d2,_0x17e132:0x3c3,_0x3875a6:0x58b,_0x3b7448:0x47e,_0x15b47a:0x488,_0xc55c1c:0x428,_0x117bf0:0x59d,_0x57c30b:0x557,_0x2cee94:0x43d,_0x32c589:0x4e5,_0x34a8b1:0x504,_0x8e02d6:0x56b,_0x1dbe95:0x423,_0x20a12a:0x4b5,_0xfd25c:0x4a5,_0x115baa:0x440,_0x2b47c5:0x4ba,_0x3bfc23:0x49b,_0x7ae400:0x54e,_0x4cffd1:0x4f7,_0x146c00:0x3d7,_0x1fed4b:0x3cb,_0x1a4ba0:0x42a,_0x4109dc:0x4f8,_0x59f3c3:0x568,_0x1d47c9:0x3f9,_0x5d3940:0x475,_0x5be464:0x551,_0x4b84b9:0x4f6,_0x213a43:0x3c2,_0x2a9b0b:0x3fa,_0x3b9ae9:0x4a4,_0x10892c:0x4c7,_0x4f5d3a:0x4ca,_0x4295e7:0x545,_0x2cd124:0x530,_0x27a92f:0x58c,_0x32c43d:0x50b,_0x12704e:0x550,_0x2b2878:0x4aa,_0x1beb83:0x43a,_0x342cfc:0x41d,_0x2b1450:0x4c2,_0x452562:0x439,_0x3d32a2:0x4af,_0x5045e6:0x443,_0x574298:0x504,_0x1f9df1:0x4bc,_0x206ef8:0x4b1,_0x263236:0x4b4,_0x4dc23a:0x39c,_0x1d378c:0x359,_0xaee9c8:0x3b2,_0x1739a8:0x4c1,_0x2e8874:0x407,_0x507348:0x49d,_0x55145a:0x4a1,_0x5708f0:0x401,_0x4d1815:0x457,_0x52c634:0x4d0,_0x2a9891:0x4b1,_0x4fd9bd:0x42f,_0x387388:0x492,_0x384cf2:0x4d7,_0x139e64:0x5cf,_0x8706fd:0x42b,_0x37a6e4:0x42b,_0x5d01ba:0x42e,_0x48e0ba:0x418,_0x5f15e8:0x3f7,_0x16475e:0x46d,_0x5c7ac2:0x471,_0x2c7be6:0x354,_0x36afc4:0x3a3,_0xf85f47:0x54c,_0x3a4c1b:0x4f9,_0x3bc575:0x356,_0x525b45:0x3ac,_0x17c7f3:0x3b2,_0x2e693e:0x4d7,_0x38c117:0x565,_0x152071:0x3cd,_0x5d067b:0x3f6,_0x445f85:0x422,_0x4f9f2f:0x360,_0x408514:0x402,_0x38ce8a:0x3f5,_0x3e9a53:0x3da,_0x44b16c:0x4dc,_0x22147e:0x50e,_0x4db180:0x563,_0x209c15:0x3bc,_0xd9ccfb:0x40c,_0x3de20d:0x39c,_0x26b155:0x3b3,_0x788fdf:0x4ac,_0x38b9e6:0x480,_0x26c0cc:0x4c3,_0x301478:0x462,_0x19f03f:0x445,_0x30cee3:0x450,_0x32b311:0x3f3,_0x42e78d:0x426,_0x6321e3:0x588,_0x3c08b3:0x489,_0x12ad33:0x4a4,_0x1b0018:0x4d8,_0x16f106:0x47c,_0x4f55e2:0x5fd,_0x479fe8:0x546,_0x4dee54:0x3ce,_0x36e9df:0x3ff,_0x42a01b:0x436,_0x1364a3:0x410,_0x1031bb:0x43c,_0x25330f:0x594,_0x24a673:0x5e9,_0x50353a:0x4f8,_0x4649a9:0x4ae,_0x3c5279:0x4c1,_0x4f552e:0x54e,_0x5b37d1:0x581,_0x15ad7a:0x567,_0x2788fa:0x54a,_0x589f95:0x553,_0x1a3e6d:0x54a,_0x42e4a4:0x3da,_0x25d952:0x3a2,_0x17e040:0x3d1,_0x579190:0x54a,_0x413cb8:0x542,_0x158990:0x527,_0x5766fb:0x590,_0x341da8:0x504,_0x41bda1:0x55d,_0x55be1e:0x510,_0x3308b4:0x47b,_0x40dae6:0x534,_0x2c3c30:0x461},_0x2f87f7={_0xa7e295:0x1a0,_0x6e4f03:0x176},_0x4d82e2={'wGIDx':'Error\x20dele'+'ting\x20team','xwyxQ':_0x5a3712(_0x21ed4d._0x10168f,0x4dc,_0x21ed4d._0x492fbe,0x522)+_0x4a9237(0x4db,_0x21ed4d._0x193c19,0x429,_0x21ed4d._0xf9c09e),'dnhBr':'Forbidden','wOpvV':_0x4a9237(0x3c1,_0x21ed4d._0x40b156,0x406,_0x21ed4d._0xa094c5)+'r\x20Admins\x20c'+_0x4a9237(0x3f9,_0x21ed4d._0x46cf88,0x414,_0x21ed4d._0x198274)+_0x4a9237(_0x21ed4d._0x1f4c09,0x456,_0x21ed4d._0x9ee1e3,_0x21ed4d._0x54b19d)+_0x5a3712(0x49a,_0x21ed4d._0x326370,0x46b,0x482),'Hwhbt':function(_0x5e19fc,_0x3b8ea7){return _0x5e19fc(_0x3b8ea7);},'WdgGg':'Bad\x20Reques'+'t','MtdQG':_0x4a9237(_0x21ed4d._0x31cd46,_0x21ed4d._0x2a77bf,_0x21ed4d._0x31e88d,_0x21ed4d._0x5814e0)+_0x4a9237(0x446,0x462,0x3bf,0x3ea),'MdYfr':_0x5a3712(_0x21ed4d._0x257d97,0x52f,0x597,0x52a),'kAbqC':_0x5a3712(0x4bc,_0x21ed4d._0x162465,0x52b,0x531)+_0x4a9237(_0x21ed4d._0x59dc2c,_0x21ed4d._0x196f5b,0x3df,_0x21ed4d._0x250229),'XddHV':function(_0x15e131,_0x14e1f){return _0x15e131===_0x14e1f;},'JPTaH':_0x4a9237(_0x21ed4d._0x431daa,_0x21ed4d._0x827a34,0x38c,_0x21ed4d._0x17e132),'iTETS':_0x5a3712(0x4cd,0x4b1,0x549,0x514),'hpKBF':_0x5a3712(0x56a,0x59b,0x559,_0x21ed4d._0x3875a6)+_0x5a3712(_0x21ed4d._0x3b7448,_0x21ed4d._0x15b47a,0x498,_0x21ed4d._0xc55c1c)+_0x5a3712(0x54d,0x593,_0x21ed4d._0x117bf0,_0x21ed4d._0x57c30b)+'eam\x20before'+_0x4a9237(0x3f8,0x3bd,0x4c3,_0x21ed4d._0x2cee94)+_0x4a9237(0x47c,_0x21ed4d._0x32c589,_0x21ed4d._0x34a8b1,0x485),'jfyQX':function(_0xf597e0,_0x112d7b,_0x40ef70){return _0xf597e0(_0x112d7b,_0x40ef70);},'XzZOu':'Manager\x20ad'+_0x5a3712(0x515,_0x21ed4d._0x8e02d6,0x5a0,0x512)+'m','SEXCv':function(_0x18560f,_0x5854c8){return _0x18560f(_0x5854c8);},'vTjLw':_0x4a9237(_0x21ed4d._0x1dbe95,_0x21ed4d._0x20a12a,0x415,_0x21ed4d._0x196f5b)+'manager','ccMcj':_0x4a9237(_0x21ed4d._0xfd25c,_0x21ed4d._0x115baa,_0x21ed4d._0x2b47c5,_0x21ed4d._0x3bfc23),'GeqyP':_0x5a3712(0x553,_0x21ed4d._0x7ae400,0x592,_0x21ed4d._0x4cffd1)+_0x5a3712(0x492,0x416,0x499,0x45a)};function _0x4a9237(_0x1c9964,_0x4696ea,_0xe27913,_0x5c70dd){return _0x16be31(_0x1c9964-_0x2f87f7._0xa7e295,_0x5c70dd-0x81,_0xe27913-_0x2f87f7._0x6e4f03,_0x4696ea);}function _0x5a3712(_0x77f70c,_0x5613c2,_0x3be70a,_0xbe4d8){return _0xb0c6ff(_0x77f70c-0x14c,_0xbe4d8,_0x3be70a-0xc5,_0x77f70c-0x2b5);}try{if(!_0x5f3fc3[_0x4a9237(0x4ba,0x3ba,_0x21ed4d._0x146c00,0x434)][_0x4a9237(0x423,_0x21ed4d._0x1fed4b,0x408,_0x21ed4d._0x1a4ba0)+'min']){const _0x1ed75e={};return _0x1ed75e[_0x5a3712(_0x21ed4d._0x4109dc,0x4d0,_0x21ed4d._0x59f3c3,0x571)]=_0x4d82e2[_0x4a9237(_0x21ed4d._0x1d47c9,_0x21ed4d._0x5d3940,0x4ca,0x46f)],_0x1ed75e[_0x5a3712(0x54a,_0x21ed4d._0x5be464,0x5a0,_0x21ed4d._0x4b84b9)]=_0x4d82e2[_0x4a9237(0x40b,_0x21ed4d._0x54b19d,_0x21ed4d._0x213a43,_0x21ed4d._0x2a9b0b)],_0x1f9768[_0x5a3712(_0x21ed4d._0x3b9ae9,0x495,0x4e9,0x4ca)](0x1*0xa7f+0x1866+-0x2152)[_0x5a3712(0x4e7,_0x21ed4d._0x10892c,_0x21ed4d._0x4f5d3a,_0x21ed4d._0x4295e7)](_0x1ed75e);}const _0x2b2637=await _0x4d82e2[_0x5a3712(_0x21ed4d._0x2cd124,_0x21ed4d._0x27a92f,_0x21ed4d._0x32c43d,_0x21ed4d._0x12704e)](getTeamById,_0x5f3fc3[_0x5a3712(_0x21ed4d._0x2b47c5,0x4f3,_0x21ed4d._0x2b2878,0x4cd)]['id']);if(!_0x2b2637){const _0x42b69e={};return _0x42b69e[_0x4a9237(_0x21ed4d._0x1beb83,_0x21ed4d._0x342cfc,0x3f3,0x42e)]=_0x4d82e2[_0x4a9237(_0x21ed4d._0x2b1450,_0x21ed4d._0x452562,_0x21ed4d._0x3d32a2,_0x21ed4d._0x5045e6)],_0x1f9768['status'](0x724+-0xa43+0x1*0x4b3)[_0x5a3712(0x4e7,0x489,_0x21ed4d._0x574298,_0x21ed4d._0x1f9df1)](_0x42b69e);}const {userId:_0x20dfdb}=_0x5f3fc3[_0x4a9237(0x4c4,0x459,_0x21ed4d._0x206ef8,_0x21ed4d._0x263236)];if(!_0x20dfdb){const _0x44e41={};return _0x44e41[_0x5a3712(_0x21ed4d._0x4109dc,_0x21ed4d._0x7ae400,0x4dc,0x53c)]=_0x4d82e2[_0x4a9237(_0x21ed4d._0x213a43,_0x21ed4d._0x4dc23a,_0x21ed4d._0x1d378c,_0x21ed4d._0xaee9c8)],_0x44e41[_0x4a9237(_0x21ed4d._0x1739a8,_0x21ed4d._0x2e8874,_0x21ed4d._0x507348,0x480)]=_0x4d82e2['MtdQG'],_0x1f9768['status'](0x9a0+0x1*0x16f+-0xdd*0xb)[_0x4a9237(_0x21ed4d._0x55145a,_0x21ed4d._0x5708f0,_0x21ed4d._0x4d1815,_0x21ed4d._0x342cfc)](_0x44e41);}const _0x30da3d=await _0x4d82e2[_0x4a9237(_0x21ed4d._0x52c634,0x422,_0x21ed4d._0x2a9891,0x466)](findUserById,_0x20dfdb);if(!_0x30da3d){if(_0x4d82e2[_0x4a9237(0x460,_0x21ed4d._0x4fd9bd,0x4c6,0x48c)]!==_0x4a9237(0x51c,0x490,0x515,_0x21ed4d._0x387388)){const _0x3c84b4={};_0x3c84b4['error']=_0x515774[_0x5a3712(0x54a,_0x21ed4d._0x384cf2,_0x21ed4d._0x139e64,0x5a9)],_0x4aa4c9[_0x4a9237(_0x21ed4d._0x8706fd,_0x21ed4d._0x37a6e4,0x3c2,_0x21ed4d._0x5d01ba)](_0x4d82e2[_0x4a9237(0x45a,0x404,0x415,_0x21ed4d._0x48e0ba)],_0x3c84b4);const _0xa00c5e={};return _0xa00c5e['error']=_0x4a9237(0x4ef,_0x21ed4d._0x5f15e8,0x4c6,_0x21ed4d._0x16475e)+_0x5a3712(0x48a,0x507,_0x21ed4d._0x5c7ac2,0x4a8)+'r',_0x41b9a4[_0x4a9237(0x44b,_0x21ed4d._0x2c7be6,_0x21ed4d._0x36afc4,0x3da)](-0x1192+-0x364+0x16ea)[_0x5a3712(0x4e7,_0x21ed4d._0xf85f47,0x4b1,_0x21ed4d._0x3a4c1b)](_0xa00c5e);}else{const _0x3188fb={};return _0x3188fb['error']=_0x4d82e2[_0x4a9237(0x3b3,_0x21ed4d._0x3bc575,_0x21ed4d._0x525b45,_0x21ed4d._0x17c7f3)],_0x3188fb[_0x5a3712(0x54a,0x5b0,_0x21ed4d._0x2e693e,_0x21ed4d._0x38c117)]=_0x4d82e2[_0x4a9237(_0x21ed4d._0x152071,_0x21ed4d._0x5d067b,_0x21ed4d._0x445f85,0x3de)],_0x1f9768[_0x4a9237(_0x21ed4d._0x4f9f2f,_0x21ed4d._0x408514,_0x21ed4d._0x38ce8a,_0x21ed4d._0x3e9a53)](-0x5*0x7d+0x5b1*-0x1+0x9b2)[_0x5a3712(0x4e7,_0x21ed4d._0x44b16c,_0x21ed4d._0x22147e,_0x21ed4d._0x4db180)](_0x3188fb);}}if(!_0x2b2637[_0x4a9237(0x41e,_0x21ed4d._0x4fd9bd,0x3e8,_0x21ed4d._0x209c15)]['includes'](_0x20dfdb)){if(_0x4d82e2[_0x4a9237(_0x21ed4d._0xd9ccfb,0x37d,_0x21ed4d._0x3de20d,_0x21ed4d._0x26b155)](_0x4d82e2[_0x5a3712(_0x21ed4d._0x788fdf,_0x21ed4d._0x38b9e6,0x449,0x426)],_0x4d82e2['iTETS'])){const _0xd4c95a={};return _0xd4c95a[_0x5a3712(_0x21ed4d._0x4109dc,_0x21ed4d._0x492fbe,0x564,_0x21ed4d._0x26c0cc)]=_0x4d82e2[_0x4a9237(_0x21ed4d._0x301478,_0x21ed4d._0x9ee1e3,_0x21ed4d._0xc55c1c,0x443)],_0x220671[_0x5a3712(0x4a4,0x524,0x44c,_0x21ed4d._0x19f03f)](0x513+-0x1cb+-0x1b4*0x1)[_0x4a9237(_0x21ed4d._0x30cee3,_0x21ed4d._0x32b311,_0x21ed4d._0x42e78d,0x41d)](_0xd4c95a);}else{const _0x327439={};return _0x327439[_0x5a3712(0x4f8,0x537,0x4dc,0x521)]=_0x5a3712(_0x21ed4d._0x6321e3,0x51b,0x51f,0x555)+'t',_0x327439[_0x4a9237(_0x21ed4d._0x2a9891,0x453,0x468,0x480)]=_0x4d82e2[_0x4a9237(0x487,0x3a0,_0x21ed4d._0x3c08b3,0x408)],_0x1f9768[_0x5a3712(_0x21ed4d._0x12ad33,0x50c,_0x21ed4d._0x1b0018,_0x21ed4d._0x16f106)](-0xfa8+0xbf1+0x547)['json'](_0x327439);}}const _0x499a2c=await _0x4d82e2[_0x5a3712(0x589,_0x21ed4d._0x4f55e2,0x5e3,_0x21ed4d._0x479fe8)](addManager,_0x2b2637['id'],_0x20dfdb);return _0x1f9768[_0x4a9237(_0x21ed4d._0x4dee54,0x3fa,_0x21ed4d._0x36e9df,_0x21ed4d._0x342cfc)]({'message':_0x4d82e2[_0x4a9237(0x386,_0x21ed4d._0x42a01b,0x3f2,_0x21ed4d._0x1364a3)],'team':await _0x4d82e2['SEXCv'](enrichTeamWithManagerNames,_0x499a2c)});}catch(_0x376286){if(_0x376286[_0x4a9237(0x427,0x4d0,_0x21ed4d._0x1031bb,_0x21ed4d._0x38b9e6)]['includes'](_0x4d82e2[_0x5a3712(_0x21ed4d._0x27a92f,_0x21ed4d._0x25330f,0x575,_0x21ed4d._0x24a673)])){const _0x419164={};return _0x419164[_0x5a3712(_0x21ed4d._0x50353a,0x471,_0x21ed4d._0x4649a9,_0x21ed4d._0x3c5279)]=_0x4d82e2[_0x5a3712(_0x21ed4d._0x4f552e,_0x21ed4d._0x5b37d1,_0x21ed4d._0x15ad7a,0x53f)],_0x419164[_0x5a3712(_0x21ed4d._0x2788fa,0x58b,_0x21ed4d._0x589f95,0x52a)]=_0x376286[_0x5a3712(0x54a,_0x21ed4d._0x15ad7a,0x4f7,_0x21ed4d._0x1a3e6d)],_0x1f9768[_0x4a9237(0x357,0x45c,0x3e1,_0x21ed4d._0x42e4a4)](0xedb+0x14fe+-0x2240)[_0x4a9237(_0x21ed4d._0x25d952,0x423,_0x21ed4d._0x17e040,0x41d)](_0x419164);}const _0x533fec={};_0x533fec['error']=_0x376286[_0x5a3712(_0x21ed4d._0x579190,0x549,_0x21ed4d._0x413cb8,0x5a3)],logger['error'](_0x4d82e2[_0x5a3712(_0x21ed4d._0x158990,_0x21ed4d._0x5766fb,_0x21ed4d._0x341da8,_0x21ed4d._0x41bda1)],_0x533fec);const _0x35e7fb={};return _0x35e7fb[_0x5a3712(0x4f8,_0x21ed4d._0x55be1e,_0x21ed4d._0x3308b4,_0x21ed4d._0x40dae6)]='Internal\x20s'+_0x5a3712(0x48a,0x449,_0x21ed4d._0x4649a9,0x4f2)+'r',_0x1f9768['status'](0x208*-0x13+0xd15+0x1b77)[_0x4a9237(_0x21ed4d._0x2c3c30,0x3ee,0x3c0,_0x21ed4d._0x342cfc)](_0x35e7fb);}}),router[_0xb0c6ff(0x271,0x21b,0x278,0x224)](_0xb0c6ff(0x2e2,0x241,0x2a3,0x281)+'ers/:userI'+'d',async(_0x15619e,_0x5a6bcd)=>{const _0xfe413e={_0x344fb1:0x3e1,_0x592310:0x3c6,_0x16f6f4:0x13d,_0x413114:0x147,_0x2161f0:0x3de,_0x216fd2:0x383,_0xdafe46:0x156,_0x42c319:0xb4,_0x123a6c:0x18d,_0x550a78:0x13c,_0x4f18d2:0x113,_0xbcbcdc:0x3ab,_0x3f8587:0x3c4,_0x3c3ccb:0x33a,_0x16fbb1:0x98,_0x9db0ce:0x8d,_0x452d3f:0xd2,_0x25023f:0xc2,_0x31a278:0x15d,_0x4fd2b7:0x129,_0x2d7b8e:0x7d,_0x526210:0xf4,_0x364252:0x5a,_0x52a836:0xac,_0x15ff72:0x177,_0x546ba8:0x124,_0x2f5895:0x402,_0x4ddac2:0x405,_0x1f690a:0x3a8,_0xecc4d4:0x3ba,_0x2953d5:0xde,_0x511e00:0x456,_0x175e73:0x43c,_0x189985:0x404,_0x124554:0x3dd,_0x251278:0x352,_0x219241:0x2e9,_0x406fcb:0x101,_0x32ba01:0x13e,_0x142261:0xe4,_0x11e079:0x421,_0xd9ab65:0x424,_0x249f01:0x3fa,_0x2890b2:0x3da,_0x14ef6c:0x3f3,_0x31ebf4:0x390,_0x12a943:0x3dc,_0x260c75:0x4b,_0x4f8244:0x356,_0x4a0562:0x3b9,_0x3cc48a:0x38d,_0x2203e8:0x37c,_0x2a9259:0x3ac,_0x492a2a:0x3fd,_0x14b52c:0x42a,_0xabfb66:0x2a,_0x352646:0x7e,_0x4fbe23:0x40e,_0x417f37:0x342,_0x2c170e:0x3b8,_0x1b1a41:0x2c6,_0x2a5572:0xea,_0x49701e:0x87,_0x760e21:0x19,_0x36cf9b:0x104,_0x183eb2:0x79,_0x59ad4e:0x92,_0x1fb6e2:0xde,_0xff104c:0x34a,_0x4b8018:0x32d,_0x3637ac:0x35e,_0x23c7a7:0x45d,_0x344a25:0x352,_0x541205:0x363,_0x457b6f:0x315,_0x3f63da:0x3ae,_0x58a74a:0x1b5,_0x2c8f91:0xf9,_0x2857a0:0x131,_0x101a78:0x3a1,_0xe2c2b8:0x366,_0x4184f2:0x375,_0x5cd551:0x458,_0x369e87:0x3e7,_0x2d5af2:0xf5,_0xe0b610:0x120,_0xce39f:0x3b4,_0x27c785:0x3a1,_0x28c299:0x3ac,_0x200bf7:0x375,_0x265092:0x39e,_0x1558c2:0x369,_0x53126d:0x42b,_0x2bfde4:0x95,_0x1a2041:0x11d,_0x39de43:0x333,_0x2004f8:0x3a4,_0x20a38e:0xdd,_0xc833bc:0x8a,_0x5bb13c:0x408,_0x32b5ea:0x325},_0x11957e={_0x3fbbd7:0x90,_0x18374f:0x12};function _0x528dea(_0x133989,_0x14c59b,_0x107c0a,_0x537230){return _0xb0c6ff(_0x133989-0xd5,_0x133989,_0x107c0a-0x16d,_0x537230- -0x165);}const _0x15673f={'bRKHI':_0x1ef0f0(0x3ae,0x40e,_0xfe413e._0x344fb1,0x388),'FRTCf':'Bad\x20Reques'+'t','aPbWu':function(_0xfd48cd,_0x372043){return _0xfd48cd===_0x372043;},'Uxjuz':_0x1ef0f0(_0xfe413e._0x592310,0x426,0x3bc,0x47d),'cYoDh':_0x528dea(0x126,_0xfe413e._0x16f6f4,_0xfe413e._0x413114,0xff),'heYZf':_0x1ef0f0(0x3e3,_0xfe413e._0x2161f0,0x443,0x37d),'TzLEB':_0x1ef0f0(0x3b3,0x3bd,_0xfe413e._0x216fd2,0x3dc)+_0x528dea(0x1de,0x11e,0x1b9,_0xfe413e._0xdafe46)+_0x528dea(0xed,_0xfe413e._0x42c319,0x109,0x93)+_0x528dea(_0xfe413e._0x123a6c,_0xfe413e._0x550a78,0x109,_0xfe413e._0x4f18d2)+'ers','XCYxe':_0x1ef0f0(0x3af,_0xfe413e._0xbcbcdc,_0xfe413e._0x3f8587,_0xfe413e._0x3c3ccb)+_0x528dea(_0xfe413e._0x16fbb1,_0xfe413e._0x9db0ce,_0xfe413e._0x4f18d2,0x117),'fnaUo':function(_0x394f07,_0x4093c2,_0x3e27ec){return _0x394f07(_0x4093c2,_0x3e27ec);},'ZXTmH':_0x528dea(_0xfe413e._0x452d3f,0x77,0xa5,0xf8)+_0x528dea(0x135,0x6f,0x79,_0xfe413e._0x25023f)+'\x20team','YtjVG':function(_0x4a0acb,_0x4ad005){return _0x4a0acb(_0x4ad005);},'VbyDh':'Not\x20Found','xbuLm':_0x528dea(0x110,0xef,_0xfe413e._0x31a278,_0xfe413e._0x4fd2b7)+_0x528dea(_0xfe413e._0x2d7b8e,_0xfe413e._0x526210,_0xfe413e._0x364252,0xa1)+'er'};function _0x1ef0f0(_0x241058,_0x45cb74,_0x2e60d1,_0x1854ce){return _0xb0c6ff(_0x241058-_0x11957e._0x3fbbd7,_0x2e60d1,_0x2e60d1-_0x11957e._0x18374f,_0x45cb74-0x15e);}try{if(_0x15673f[_0x528dea(0xdf,_0xfe413e._0x52a836,_0xfe413e._0x15ff72,_0xfe413e._0x546ba8)](_0x1ef0f0(0x3d6,_0xfe413e._0x2f5895,0x3e4,_0xfe413e._0x4ddac2),_0x15673f[_0x1ef0f0(0x388,_0xfe413e._0x1f690a,0x413,_0xfe413e._0xecc4d4)])){const _0x26c989={};return _0x26c989[_0x528dea(0x103,0x10f,0x13f,_0xfe413e._0x2953d5)]=_0x15673f[_0x1ef0f0(_0xfe413e._0x511e00,0x3eb,0x401,0x3a8)],_0x26c989[_0x1ef0f0(0x3b9,0x3f3,_0xfe413e._0x175e73,0x441)]=_0x2a27c2[_0x1ef0f0(_0xfe413e._0x189985,0x3f3,0x3d4,_0xfe413e._0x124554)],_0x11c780[_0x1ef0f0(_0xfe413e._0x251278,0x34d,_0xfe413e._0x219241,0x301)](-0x1*-0x1803+-0xde3+-0x887)[_0x528dea(0x124,_0xfe413e._0x406fcb,0x120,0xcd)](_0x26c989);}else{if(!_0x15619e[_0x528dea(0xd9,_0xfe413e._0x32ba01,0x15b,_0xfe413e._0x142261)]['isServerAd'+_0x1ef0f0(_0xfe413e._0x11e079,0x3e5,_0xfe413e._0xd9ab65,0x3ed)]){if(_0x15673f[_0x1ef0f0(0x403,_0xfe413e._0x249f01,_0xfe413e._0x2890b2,0x38c)]===_0x528dea(0x8c,0x81,0x70,0xea))return _0x161ac1['status'](0x263d+-0x18d1+-0xbdc)[_0x1ef0f0(_0xfe413e._0x14ef6c,_0xfe413e._0x31ebf4,_0xfe413e._0x12a943,0x418)]({'error':_0x15673f[_0x528dea(0xa9,_0xfe413e._0x260c75,0xe2,0xba)],'message':_0x1ef0f0(_0xfe413e._0x4f8244,_0xfe413e._0x4a0562,0x3e1,_0xfe413e._0x3cc48a)+'ot\x20found:\x20'+_0x3349e3[_0x1ef0f0(_0xfe413e._0x2203e8,_0xfe413e._0x2a9259,_0xfe413e._0x492a2a,_0xfe413e._0x14b52c)](',\x20')});else{const _0x536cce={};return _0x536cce[_0x1ef0f0(0x378,0x3a1,0x35c,0x426)]=_0x15673f[_0x528dea(0x2e,_0xfe413e._0xabfb66,0x73,_0xfe413e._0x352646)],_0x536cce['message']=_0x15673f[_0x1ef0f0(_0xfe413e._0x4fbe23,0x3a3,_0xfe413e._0x417f37,_0xfe413e._0x2c170e)],_0x5a6bcd[_0x1ef0f0(0x346,0x34d,_0xfe413e._0x1b1a41,0x30f)](0x7c5+0x8*-0x1d3+0xa*0xd7)[_0x528dea(0x9f,_0xfe413e._0x2a5572,_0xfe413e._0x49701e,0xcd)](_0x536cce);}}const _0x2a7f72=await getTeamById(_0x15619e[_0x528dea(0xa8,_0xfe413e._0x760e21,0xf1,0xa0)]['id']);if(!_0x2a7f72){const _0xa877a5={};return _0xa877a5[_0x528dea(_0xfe413e._0x36cf9b,_0xfe413e._0x183eb2,_0xfe413e._0x59ad4e,_0xfe413e._0x1fb6e2)]=_0x15673f[_0x1ef0f0(0x379,_0xfe413e._0xff104c,_0xfe413e._0x4b8018,0x376)],_0x5a6bcd['status'](0x9f5+0x1d53*0x1+-0x25b4)[_0x1ef0f0(0x3ce,0x390,_0xfe413e._0x3637ac,0x39d)](_0xa877a5);}const _0x52f1b7=await _0x15673f[_0x1ef0f0(_0xfe413e._0x23c7a7,0x3f5,0x468,0x3a1)](removeManager,_0x2a7f72['id'],_0x15619e[_0x1ef0f0(_0xfe413e._0x344a25,_0xfe413e._0x541205,_0xfe413e._0x457b6f,_0xfe413e._0x3f63da)]['userId']);return _0x5a6bcd['json']({'message':_0x15673f[_0x528dea(0x166,_0xfe413e._0x58a74a,0x1d1,0x149)],'team':await _0x15673f[_0x528dea(0x1b5,0x139,_0xfe413e._0x2c8f91,_0xfe413e._0x2857a0)](enrichTeamWithManagerNames,_0x52f1b7)});}}catch(_0x2018a9){if(_0x2018a9['message']['includes']('not\x20a\x20mana'+'ger')){const _0x57c81e={};return _0x57c81e[_0x1ef0f0(0x339,_0xfe413e._0x101a78,0x327,_0xfe413e._0xe2c2b8)]=_0x15673f['VbyDh'],_0x57c81e['message']=_0x2018a9[_0x1ef0f0(_0xfe413e._0x4184f2,0x3f3,0x39d,_0xfe413e._0x5cd551)],_0x5a6bcd['status'](0x9e*-0x2f+-0xb7*0x1b+-0xb*-0x489)[_0x1ef0f0(_0xfe413e._0x369e87,0x390,0x3c1,0x35c)](_0x57c81e);}const _0x31421c={};_0x31421c['error']=_0x2018a9[_0x528dea(0x164,_0xfe413e._0x2d5af2,_0xfe413e._0xe0b610,0x130)],logger[_0x1ef0f0(_0xfe413e._0xce39f,_0xfe413e._0x27c785,0x31e,_0xfe413e._0x28c299)](_0x15673f[_0x1ef0f0(_0xfe413e._0x200bf7,_0xfe413e._0x265092,_0xfe413e._0x1558c2,0x423)],_0x31421c);const _0x5e8669={};return _0x5e8669[_0x1ef0f0(0x3cd,0x3a1,0x320,_0xfe413e._0x53126d)]=_0x528dea(_0xfe413e._0x2bfde4,0xdf,0x13c,_0xfe413e._0x1a2041)+_0x1ef0f0(0x3a5,_0xfe413e._0x39de43,0x2ff,_0xfe413e._0x2004f8)+'r',_0x5a6bcd[_0x528dea(0xf0,_0xfe413e._0x20a38e,0x97,_0xfe413e._0xc833bc)](0x175*0x13+0x103b+-0x29f6)[_0x1ef0f0(_0xfe413e._0x5bb13c,0x390,_0xfe413e._0x32b5ea,0x419)](_0x5e8669);}});export default router;
|
|
1
|
+
(function(_0x149b8f,_0x32d6ce){const _0x48fcfb={_0xbfee3f:0x1b9,_0x2b004a:0x1ac,_0x39a5ca:0x13a,_0x25ab88:0x18b,_0x4a6c7b:0x16b,_0x59a1c2:0x15b,_0x412e40:0x124,_0x2c7829:0x118,_0x62161e:0x184,_0x3afe4c:0x1ea,_0x23dfd1:0x147,_0x5e8b0a:0x92,_0x45d3e2:0x11a,_0x460cf8:0x15a,_0x3a8255:0x1df,_0x4c6079:0x1d0,_0x346bb3:0x1e4,_0x1ef47a:0x240,_0x40aab2:0x172,_0x23cbfc:0x183},_0x4a136f={_0xdb5220:0x4b};function _0x218abb(_0x660d79,_0x3ad99a,_0x19e0fd,_0x4ebb0b){return _0x15bd(_0x19e0fd- -0x364,_0x4ebb0b);}const _0x59ebb8=_0x149b8f();function _0x1d5544(_0x6a5c41,_0x15a2f8,_0x4c7bd3,_0x4c0e00){return _0x15bd(_0x6a5c41- -_0x4a136f._0xdb5220,_0x4c0e00);}while(!![]){try{const _0x1b54c7=parseInt(_0x218abb(-_0x48fcfb._0xbfee3f,-_0x48fcfb._0x2b004a,-0x195,-0x210))/(0x1185+-0x1af8+-0x2c*-0x37)*(parseInt(_0x1d5544(0x188,0x12a,_0x48fcfb._0x39a5ca,_0x48fcfb._0x25ab88))/(-0xc38+0xe97+-0x25d))+-parseInt(_0x218abb(-_0x48fcfb._0x4a6c7b,-0x1c5,-_0x48fcfb._0x59a1c2,-_0x48fcfb._0x412e40))/(-0x2*0x383+0x1f8b+-0x1882)+-parseInt(_0x218abb(-_0x48fcfb._0x2c7829,-0x19a,-_0x48fcfb._0x62161e,-0x153))/(-0x1*-0x13df+-0x56*-0x40+-0x295b)+-parseInt(_0x218abb(-0x20b,-0x1b9,-0x1c7,-_0x48fcfb._0x3afe4c))/(0x1a93+-0x1*0x26c0+0xc32)*(-parseInt(_0x1d5544(0xdf,_0x48fcfb._0x23dfd1,0x129,0xcd))/(-0xe*0x1c3+-0xb28+-0x128*-0x1f))+parseInt(_0x1d5544(0xe8,_0x48fcfb._0x5e8b0a,_0x48fcfb._0x45d3e2,_0x48fcfb._0x460cf8))/(-0x1dd*-0x1+-0x1*0x341+-0x21*-0xb)+parseInt(_0x218abb(-_0x48fcfb._0x3a8255,-_0x48fcfb._0x4c6079,-_0x48fcfb._0x346bb3,-_0x48fcfb._0x1ef47a))/(0x1dbb+0x1e3f+0x1df9*-0x2)+-parseInt(_0x218abb(-_0x48fcfb._0x3a8255,-0x186,-_0x48fcfb._0x40aab2,-_0x48fcfb._0x23cbfc))/(0x21c1+0x12a1+-0x1173*0x3);if(_0x1b54c7===_0x32d6ce)break;else _0x59ebb8['push'](_0x59ebb8['shift']());}catch(_0x2a20e2){_0x59ebb8['push'](_0x59ebb8['shift']());}}}(_0x5053,0x984af+0x276f3+0x1*-0x7312f));function _0xe5528b(_0x3010cb,_0x111e1b,_0x162d70,_0x10d288){const _0x411d95={_0x37b20a:0x1c5};return _0x15bd(_0x10d288-_0x411d95._0x37b20a,_0x162d70);}import _0x22fb1d from'express';import{logger}from'../lib/logger.js';function _0x5053(){const _0x4cba9c=['vxnLCIbUB3qGzG','sw50zxjUywWGCW','y0Lmuxm','yMuGysbTzw1Izq','Dxnbzwq','zKvyAMi','AuPywNC','uMPJDNO','Axntzxj2zxjbza','Aw5JBhvKzxm','uhHeq3e','rMXpB3G','ysbTyw5Hz2vY','zxjYB3i','BM90igeGBwvTyG','zgTMrgC','BwvZ','ig9MihrOAxmGDa','C3rYAw5N','qxPLEfO','zNvSBhK','qwXSig1HBMfNzq','uufdqKq','Bw5uDfu','zgrhDwi','vwf6C0y','ihrLyw0','DwLIz0e','zxj2zxiGzxjYBW','zgvKihrVihrLyq','yu9bq2y','mZuYmJa4vvn2rMHM','zxjZig9MihrOzq','t25SEsbtzxj2zq','y3vkyva','BwvZC2fNzq','AxbYuwW','sMPuwem','wfLrrhm','BwfW','sLrVAe4','vwLwDhi','sgPttLy','zwnAEMm','zMLSDgvY','s1vky3q','AgfZ','igHHDMuGCgvYBq','rxjYB3iGy3jLyq','Aw5NihrLyw1Z','B2vTwMi','DNveD0u','A3ziBLi','s1jmDfy','CvfArg0','lZPPzc9Tzw1Izq','ANrfExi','sgnjCeW','BwfUywDLCL9Uyq','B3HNBgK','ntu5mJGWue9ju0To','CYb0zwfT','swvcD0m','CNmVoNvZzxjjza','DfzZAMS','rwXft1y','B3LfqMm','y1zpq2y','tfj2ugG','BMCGBwvTyMvY','uNHZyKy','qMfKifjLCxvLCW','vMr0Au4','rxjYB3iGDxbKyq','tvnAuxu','AxroD1O','DgLUzYb0zwfT','CM9Xr3C','vxnLCIbjrhmGBG','CfjwAKS','tM90iezVDw5K','AwLcsKO','zwqGC3vJy2vZCW','DgvHBq','u0jVt04','vKLcsMC','AxmGCMvXDwLYzq','suX1A1K','ANnVBG','B3qGzM91BMq6ia','BwfUywDLCG','yw4Gy3jLyxrLia','BsbTzw1IzxjZ','twfUywDLCIbHza','EvzzzLC','A05OAwO','v1v0rLa','DxnLCG','uvLovgq','CLP2svm','Bxb0EMK','CgfYyw1Z','DxbKyxrLihrOAq','sMXUzgu','rxjYB3iGCMvTBW','C3v1D1K','AxnZAw9UihrVia','DwHUBLy','CNLyy3y','z0HtB1y','nZnezNDHBKi','yvvJDuG','wxvdteG','BwLU','mte0mdj5BNHkrvm','q29UzMXPy3q','rxjYB3iGywrKAq','rxjYB3iGBgLZDa','BgP1Dfa','A1rwyMK','BwvTyMvYCW','rKPLteq','yw4GzgvSzxrLia','Cg9ZDa','EhrLyuG','uuDer04','CNL2sfy','nZq2nZGWzg5cvfPX','DenjDu0','thH3Bhm','zwfT','rM9YyMLKzgvU','vLPPBKe','thftDKy','ww91igrVig5VDa','AfPHvwK','suvLuxK','yMTwCeC','twvTyMvYihjLBq','sxvJCvO','EgnnCLi','tfbUzKy','r29rzfK','wNH6uge','B3zLzcbMCM9Tia','mJu2nZy4mMHoqKnMwa','BLzWC1e','v3j5C3e','zxbWuw0','v3r1B2C','DMLUzYbTzw1Izq','z3fAwLm','zxjZ','CIbVzIb0AguGDa','BwfUywDLCNm','Aw5NihrLyw0','DgvHBxm','DxnLCM5HBwu','zgvZy3jPChrPBW','yw4GBwfUywDLia','whHIEwu','thDHsxO','D2XOCgW','zgLUz3m','BMCGBwfUywDLCG','BMfTzq','AMHAy3a','B3vUza','nty5mJu5q0zdAgDI','wKzADLi','C1fotKK','twvTyMvYigfKza','t2nxA0u','CIbbzg1PBNmGyW','t3Lzs3e','BwfUywDLihrLyq','vgvHBsbUyw1Lia','CLPKshy','lZPPza','rxjYB3iGz2v0Da','zxjZlZP1C2vYsq','DLLtBLq','zgvSzxrLzejPBG','DgvHBsbTyw5HzW','tNjgB3e','AgTIAgC','yvLTs0K','uLzpr3y','rxf6EuG','vvvUwLK','shrOr3y','Exbrvee','CMvXDwLYzwq','vgvHBsbJCMvHDa','BgHfrva','Dwzqwu8','werosKy','C3rHDhvZ','zgvSzxrL','rfbMD0W','A0rKB2y','nMvpsLjRCW','rKfxt0q','vuHkEfm','D0Pxswi','rKXoCNG','ywXYzwfKEsbHia','CNmGBxvZDcbHBa','lZPPzc9Tyw5HzW','teXgvLC','mJGYntyZnfHQuxndvG','Bg1QtLa','Axn0CW','AM9PBG','wMznr3C','A3HcBw0','igjLy29TAw5Nia','vgvHBsbUB3qGzG','C0H4y3u','EwPhzwu','zwqGDg8GDgvHBq','DxnLCKLKigLZia','tuHWu3i','BgvUz3rO','tLvqrfe','DNbzAMm','DhjPBq','BM90igeGBwfUyq','uNHZyNe','zwfTigjLzM9Yzq','wfPnBvC','Cuniy3O','Cgviuu4','C3P4qNi','Cfrhvue','vKfxuwu','ywXYzwfKEsbLEa','wgfdvg4','wuLfsei','zMnut0q','rMLxsNK','DMLUzYbTyw5HzW','AM5Lwhu','u1vbrMG','uuLOzKu','AK5oEKm','Agv1B3G','ywXS','CNDfyuW','z2vY','ru5lCLq','yM9KEq','DMnUv3y','rhHVDM0','z2v0','vNbgDfK'];_0x5053=function(){return _0x4cba9c;};return _0x5053();}import{getTeams,getTeamById,getTeamsByUserId,getTeamsManagedBy,isTeamManager,createTeam,updateTeam,deleteTeam,addMember,removeMember,addManager,removeManager}from'../lib/teams.js';import{deleteBindingsBySubject}from'../lib/bindings.js';import{findUserById}from'../lib/users.js';const router=_0x22fb1d['Router']();function _0x15bd(_0x9becdb,_0x50f780){_0x9becdb=_0x9becdb-(-0x1459*0x1+0x6d3+0x1*0xeab);const _0x25e4f8=_0x5053();let _0x587d02=_0x25e4f8[_0x9becdb];if(_0x15bd['oLEFKo']===undefined){var _0x240052=function(_0x31f291){const _0x4e13fa='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x106909='',_0x787051='';for(let _0x3f835a=0x2*-0x2d3+0x1*0x4+0x5a2,_0x308903,_0xa21b69,_0x560e61=-0x18*-0x100+0x13*0x149+-0x1*0x306b;_0xa21b69=_0x31f291['charAt'](_0x560e61++);~_0xa21b69&&(_0x308903=_0x3f835a%(0x7b*0x2+-0x339+0x247)?_0x308903*(-0x1d95*0x1+-0x5a9*-0x3+0xcda)+_0xa21b69:_0xa21b69,_0x3f835a++%(-0x11f9*0x1+0x12cb+-0x1*0xce))?_0x106909+=String['fromCharCode'](0x15c7+0x2c0+-0x1788&_0x308903>>(-(0x163*-0x3+-0x1da+0x605)*_0x3f835a&0x84a+0x20e*0x1+-0x1*0xa52)):-0x9*-0xb2+-0x1ce1*0x1+0x169f*0x1){_0xa21b69=_0x4e13fa['indexOf'](_0xa21b69);}for(let _0x140dc0=0x25cb+-0x172f+-0xe9c,_0x4947b7=_0x106909['length'];_0x140dc0<_0x4947b7;_0x140dc0++){_0x787051+='%'+('00'+_0x106909['charCodeAt'](_0x140dc0)['toString'](0xebe+0x3*-0x8c1+0xb95))['slice'](-(-0x1299*-0x1+-0x1367*0x1+-0xd0*-0x1));}return decodeURIComponent(_0x787051);};_0x15bd['AMdipm']=_0x240052,_0x15bd['YFGBLG']={},_0x15bd['oLEFKo']=!![];}const _0x5bc633=_0x25e4f8[-0x1b31+-0x1*-0xc61+0x18*0x9e],_0x49b82d=_0x9becdb+_0x5bc633,_0xf177b9=_0x15bd['YFGBLG'][_0x49b82d];return!_0xf177b9?(_0x587d02=_0x15bd['AMdipm'](_0x587d02),_0x15bd['YFGBLG'][_0x49b82d]=_0x587d02):_0x587d02=_0xf177b9,_0x587d02;}async function validateUserIds(_0x117482){const _0x408d80=[];for(const _0x3082c4 of _0x117482){const _0x5f1c25=await findUserById(_0x3082c4);if(!_0x5f1c25)_0x408d80['push'](_0x3082c4);}return _0x408d80;}async function enrichTeamWithManagerNames(_0x1944d9){const _0xefd882={_0x5c5cfd:0xf5,_0x16cc33:0x18e,_0x20b814:0x109,_0x1f50ea:0x1f8,_0x506372:0x18f,_0x14cf98:0x211,_0x402685:0x12b,_0x15401c:0x51,_0x49cf25:0xb,_0x39b224:0x7e,_0x5b8db5:0x8a,_0x4b41b7:0x4d,_0x1c6a80:0x23,_0x29b9f5:0x36,_0x248b19:0x12a,_0x49d9e9:0x185,_0x405d89:0x94,_0x219bc3:0x1a2,_0xa0687b:0x16e},_0x50f17c={_0xb098ac:0x29f,_0x21dfe3:0x2c4,_0x5ebd1e:0x297,_0x43ca55:0x339},_0x47e309={};_0x47e309[_0x1c37e8(_0xefd882._0x5c5cfd,0x148,_0xefd882._0x16cc33,_0xefd882._0x20b814)]=function(_0x309450,_0x549e12){return _0x309450===_0x549e12;};const _0x4b38c5=_0x47e309;function _0x2eb907(_0x5ebd83,_0x57da62,_0x55d14c,_0x53ed3c){return _0x15bd(_0x55d14c- -0x135,_0x5ebd83);}function _0x1c37e8(_0x3af930,_0x12b1d4,_0x36eed8,_0xaceed5){return _0x15bd(_0x12b1d4- -0x3,_0xaceed5);}if(!_0x1944d9[_0x1c37e8(0x208,_0xefd882._0x1f50ea,_0xefd882._0x506372,_0xefd882._0x14cf98)]||_0x4b38c5['pTGUA'](_0x1944d9[_0x2eb907(0x142,0xf0,0xc6,_0xefd882._0x402685)][_0x2eb907(-0x56,_0xefd882._0x15401c,_0xefd882._0x49cf25,_0xefd882._0x39b224)],0x11*0x12+0x24ff+-0xcbb*0x3))return _0x1944d9;const _0x38a524={};await Promise[_0x2eb907(_0xefd882._0x5b8db5,_0xefd882._0x4b41b7,_0xefd882._0x1c6a80,-_0xefd882._0x29b9f5)](_0x1944d9['managers'][_0x1c37e8(_0xefd882._0x248b19,_0xefd882._0x49d9e9,0x178,0x1df)](async _0x1b211f=>{const _0x340ff7={_0x425ecb:0x55},_0x54ce21=await findUserById(_0x1b211f);function _0x1b9e8d(_0x2a4d4d,_0x203ab3,_0x1364ea,_0x3afd59){return _0x1c37e8(_0x2a4d4d-0xf8,_0x3afd59- -0x1f1,_0x1364ea-0x59,_0x2a4d4d);}function _0x157f01(_0x5974be,_0x2115c1,_0x53f6da,_0x2f3765){return _0x2eb907(_0x2115c1,_0x2115c1-0x137,_0x53f6da-0x1f3,_0x2f3765-_0x340ff7._0x425ecb);}_0x38a524[_0x1b211f]=_0x54ce21?_0x54ce21[_0x157f01(_0x50f17c._0xb098ac,0x2f7,_0x50f17c._0x21dfe3,_0x50f17c._0x5ebd1e)]||_0x54ce21[_0x157f01(0x2ef,_0x50f17c._0x43ca55,0x2bc,0x2e4)]:_0x1b211f;}));const _0x371b6d={..._0x1944d9};return _0x371b6d[_0x2eb907(0x9,0x10,0x66,_0xefd882._0x405d89)+_0x1c37e8(_0xefd882._0x219bc3,_0xefd882._0xa0687b,0x152,0x1ab)]=_0x38a524,_0x371b6d;}router[_0xe5528b(0x36e,0x2ea,0x348,0x324)]('/',async(_0x14aaf0,_0x400c86)=>{const _0x387008={_0x486575:0x187,_0xaabd5:0xde,_0x33adfc:0x130,_0xc7950f:0x1de,_0x2d51df:0x256,_0x582820:0x174,_0x47543d:0x1bd,_0x2227f8:0xdc,_0x2da7d4:0xf2,_0x38cf58:0x198,_0x1dba3b:0x11c,_0x3c8b39:0x95,_0x5f068d:0x18d,_0x31d3d5:0x246,_0x237f1c:0x258,_0x5eabab:0x183,_0x2ab592:0x131,_0x2b811b:0x19b,_0x19eee7:0x1cb,_0x1d52d1:0x18a,_0x1807c1:0x109,_0x30dd86:0x122,_0x73c224:0x15d,_0x2cb553:0x1cb,_0x3124f4:0x128,_0x5a89cb:0x105,_0x31c0fa:0x10c,_0x2fd619:0x185,_0xb9a9a8:0x162,_0x1f9997:0x80,_0x364551:0xd0,_0x64bf81:0xc4,_0x35a8d7:0xee,_0x36c261:0x1c6,_0x1eaf2d:0x1b5,_0x374c1d:0x16b},_0x16cbf2={_0x509d3a:0x4fe};function _0x3a52ea(_0x16fc84,_0xe9e970,_0x348cdc,_0x58faca){return _0xe5528b(_0x16fc84-0xb4,_0xe9e970-0x176,_0x58faca,_0x348cdc- -_0x16cbf2._0x509d3a);}function _0x33c99e(_0x1a7a23,_0x361523,_0x58156d,_0x48bbe6){return _0xe5528b(_0x1a7a23-0x11c,_0x361523-0xe7,_0x361523,_0x58156d- -0x227);}const _0x4f20c0={'DPfwL':function(_0x19d166){return _0x19d166();},'UiVtr':'Error\x20list'+_0x33c99e(_0x387008._0x486575,_0x387008._0xaabd5,_0x387008._0x33adfc,0x14a),'aUcuH':_0x3a52ea(-_0x387008._0xc7950f,-0x16b,-0x1d7,-_0x387008._0x2d51df)+'erver\x20erro'+'r'};try{const _0x2d450a=_0x14aaf0['user']['id'];let _0x4ce065;_0x14aaf0[_0x33c99e(_0x387008._0x582820,_0x387008._0x47543d,0x160,0xe3)][_0x33c99e(_0x387008._0x2227f8,0x172,0x107,0xe5)+_0x3a52ea(-_0x387008._0x2da7d4,-0x194,-0x167,-_0x387008._0x38cf58)]?_0x4ce065=await _0x4f20c0[_0x33c99e(_0x387008._0x1dba3b,0x64,0xc6,_0x387008._0x3c8b39)](getTeams):_0x4ce065=await getTeamsByUserId(_0x2d450a);const _0x51fe6c=await Promise[_0x3a52ea(-_0x387008._0x5f068d,-_0x387008._0x31d3d5,-0x1e1,-_0x387008._0x237f1c)](_0x4ce065[_0x33c99e(_0x387008._0x5eabab,0x197,0x126,0xff)](enrichTeamWithManagerNames)),_0xd38da5={};return _0xd38da5[_0x3a52ea(-_0x387008._0x2ab592,-0xf3,-0x13c,-0x116)]=_0x51fe6c,_0x400c86['json'](_0xd38da5);}catch(_0x147c53){const _0x52f720={};_0x52f720[_0x3a52ea(-0x182,-_0x387008._0x2b811b,-_0x387008._0x19eee7,-_0x387008._0x1d52d1)]=_0x147c53[_0x33c99e(0xe9,_0x387008._0x1807c1,_0x387008._0x30dd86,0xae)],logger[_0x3a52ea(-_0x387008._0x73c224,-0x240,-_0x387008._0x2cb553,-0x221)](_0x4f20c0[_0x33c99e(0x14e,0x10b,_0x387008._0x3124f4,_0x387008._0x5a89cb)],_0x52f720);const _0x4576a9={};return _0x4576a9[_0x33c99e(0x10c,0x163,_0x387008._0x31c0fa,0x150)]=_0x4f20c0[_0x33c99e(_0x387008._0x2fd619,0x16f,0x16e,_0x387008._0xb9a9a8)],_0x400c86[_0x33c99e(_0x387008._0x1f9997,_0x387008._0x364551,_0x387008._0x64bf81,_0x387008._0x35a8d7)](0x3*0x62e+0x1ec9+-0x2f5f)[_0x33c99e(_0x387008._0x36c261,_0x387008._0x1eaf2d,0x157,_0x387008._0x374c1d)](_0x4576a9);}}),router[_0x381af2(-0x1b4,-0x164,-0x207,-0x1cc)](_0xe5528b(0x38d,0x3cd,0x3d8,0x3d8),async(_0x35d683,_0x385ddb)=>{const _0x100444={_0x1b9087:0x277,_0xe4f929:0x33d,_0xc9ba4f:0x267,_0x350e59:0x2d6,_0x157109:0x2e6,_0x126c7f:0x2c2,_0x38b712:0x2d7,_0x2deb7a:0x22f,_0x380b97:0x337,_0x2e6947:0x33a,_0x4da20b:0x2be,_0x261032:0x364,_0xbfbdfb:0x2ef,_0xcf4273:0x1fb,_0x2d5c31:0x249,_0x75b5f7:0x28e,_0x5078b7:0x30d,_0x1aa340:0x368,_0x539771:0x211,_0x4b921b:0x24c,_0x50fa28:0x206,_0x291759:0x1a4,_0x28992d:0x3c3,_0x79ddfc:0x368,_0x1f81aa:0x349,_0x3acc18:0x28b,_0x54ebed:0x2fb,_0x4ece89:0x2c8,_0x3aac12:0x343,_0x4e3fce:0x241,_0x194eb8:0x22b,_0x58e07f:0x306,_0x26a3af:0x320,_0x5a35c6:0x321,_0x52ec04:0x2dd,_0x257db1:0x285,_0x5b0d82:0x282,_0x11e8b7:0x29e,_0x1e7099:0x264,_0x5b2c08:0x2c4,_0x21367f:0x297,_0x5c1d98:0x2db,_0x2d9037:0x2a5,_0x4d7194:0x35d,_0x1e7362:0x1e7,_0x44a223:0x287,_0x3fceed:0x236,_0x390caa:0x3a3,_0x31a28c:0x25f,_0x449c26:0x25a,_0x2b8196:0x3ad,_0xbc09cb:0x2ed,_0x392540:0x346,_0x30a79b:0x2b0,_0x2fb50b:0x227,_0x20586d:0x2a4,_0x423c6:0x2b3,_0x116048:0x2f3,_0xe5a5cf:0x285,_0x2a99ac:0x29d,_0x579413:0x271,_0x363f9f:0x2f0,_0x316d7e:0x2eb,_0x3f0933:0x2f6,_0x2b69cd:0x304,_0x5e2f21:0x302,_0x2c86a0:0x340,_0xcffe21:0x2f6,_0x2cf87b:0x29a,_0xa42b01:0x2af,_0x3066a0:0x386,_0xf617b0:0x372,_0x11f39e:0x3ba,_0x2905d5:0x341,_0x3dfec6:0x39e,_0x1cf4ad:0x31a,_0x3bdaef:0x2ea,_0x2374c0:0x366,_0x330558:0x2ab,_0x491923:0x210,_0x388da3:0x31c,_0x29eff5:0x311,_0x3b2e18:0x30e,_0x49e1af:0x2da,_0x49b3b4:0x408,_0x23fe4a:0x199,_0xca5efb:0x1e4,_0x225123:0x1f2,_0x537d4a:0x27b,_0x295d89:0x32e,_0x2d7d0e:0x2e6,_0x373eb8:0x317,_0x2250bf:0x362,_0x9aee02:0x346,_0x5a0e38:0x2b9,_0x196b67:0x23a,_0x646ad2:0x260,_0x42e20a:0x2e4,_0x5ba06f:0x311,_0x196b66:0x1d4,_0x1a8e36:0x23e,_0x54f832:0x2f7,_0x2de7a3:0x2af,_0x4b45b8:0x2cb,_0xf57ab5:0x2b8,_0x25e78a:0x2f2,_0x153892:0x263,_0x425c75:0x285,_0x5edd11:0x290,_0x29ab2d:0x27f,_0x2bf080:0x2a5,_0x186022:0x2ac,_0x12cd4c:0x37a,_0x33ebc6:0x27d,_0x58d0d1:0x360,_0x52747e:0x24e,_0x408222:0x37a,_0xd5c25e:0x2fe,_0x3f936d:0x346},_0x19228a={_0x481b45:0x81,_0x221963:0x15c,_0x38a67f:0xf9},_0x109621={_0x1627ec:0x4b},_0x8ea834={'Xuzrz':_0x5b7c14(_0x100444._0x1b9087,_0x100444._0xe4f929,0x28b,0x2da)+_0x5b7c14(_0x100444._0xc9ba4f,_0x100444._0x350e59,_0x100444._0x157109,_0x100444._0x126c7f),'sQNNI':_0x1e161f(0x27e,_0x100444._0x38b712,0x2a0,_0x100444._0x2deb7a),'VdtiN':_0x5b7c14(0x3b5,0x30d,0x325,_0x100444._0x380b97)+_0x5b7c14(0x331,0x319,0x397,_0x100444._0x2e6947),'tKYWi':_0x5b7c14(_0x100444._0x4da20b,_0x100444._0x261032,0x365,_0x100444._0xbfbdfb)+_0x1e161f(0x275,_0x100444._0xcf4273,_0x100444._0x2d5c31,_0x100444._0x75b5f7)+'r','VLMSI':_0x5b7c14(_0x100444._0x5078b7,0x376,_0x100444._0x1aa340,0x371),'rZvIS':function(_0x1e408c,_0x56922f){return _0x1e408c(_0x56922f);},'ddGub':function(_0x2ef2d4,_0x289f7d){return _0x2ef2d4===_0x289f7d;},'Xxbye':'fcTOD','Wtuog':_0x1e161f(_0x100444._0x539771,_0x100444._0x4b921b,_0x100444._0x50fa28,_0x100444._0x291759)+_0x5b7c14(_0x100444._0x28992d,0x372,0x31c,0x395),'sHxcu':function(_0x1bd2ca,_0x4abd57){return _0x1bd2ca(_0x4abd57);},'cXjGo':function(_0x16c7e0,_0x19abef){return _0x16c7e0!==_0x19abef;},'HcIpL':_0x5b7c14(_0x100444._0x79ddfc,_0x100444._0x1f81aa,0x303,0x2fd),'itNwZ':'Error\x20gett'+_0x1e161f(_0x100444._0x3acc18,_0x100444._0x54ebed,_0x100444._0x4ece89,_0x100444._0x2e6947)};function _0x5b7c14(_0x545c50,_0x3b7649,_0x4d744b,_0x4549f0){return _0xe5528b(_0x545c50-_0x109621._0x1627ec,_0x3b7649-0x109,_0x545c50,_0x4549f0- -0x38);}function _0x1e161f(_0xcb42a1,_0x415125,_0x5c0899,_0x4ac871){return _0xe5528b(_0xcb42a1-_0x19228a._0x481b45,_0x415125-_0x19228a._0x221963,_0xcb42a1,_0x5c0899- -_0x19228a._0x38a67f);}try{const _0x4d60ef=await _0x8ea834[_0x5b7c14(0x2fd,0x36a,_0x100444._0x3aac12,0x351)](getTeamById,_0x35d683[_0x1e161f(_0x100444._0x4e3fce,0x29f,0x292,_0x100444._0x194eb8)]['id']);if(!_0x4d60ef){if(_0x8ea834[_0x5b7c14(0x2b0,0x301,0x2d6,_0x100444._0x58e07f)](_0x8ea834[_0x1e161f(_0x100444._0x26a3af,0x26b,0x2cd,_0x100444._0x5a35c6)],_0x5b7c14(0x2f4,0x304,0x288,_0x100444._0x52ec04))){const _0x35655d={};return _0x35655d[_0x5b7c14(_0x100444._0x257db1,0x2a7,_0x100444._0x5b0d82,0x2fb)]=_0x8ea834[_0x1e161f(0x2d3,_0x100444._0x11e8b7,0x2c2,_0x100444._0x1e7099)],_0x385ddb[_0x5b7c14(0x31d,0x2b4,_0x100444._0x52ec04,0x2b3)](0x1f9+0x1b93+-0x5*0x598)[_0x1e161f(_0x100444._0x5b2c08,_0x100444._0x21367f,0x285,_0x100444._0x5c1d98)](_0x35655d);}else{if(_0x48cd9b[_0x5b7c14(_0x100444._0x2d9037,0x2ee,_0x100444._0x4d7194,0x311)][_0x1e161f(_0x100444._0x1e7362,_0x100444._0x44a223,_0x100444._0x3fceed,0x2a3)](_0x8ea834['Xuzrz'])){const _0x39441f={};return _0x39441f[_0x5b7c14(0x313,0x2b8,0x379,_0x100444._0x54ebed)]=_0x8ea834[_0x5b7c14(_0x100444._0x390caa,0x357,0x3fb,0x398)],_0x39441f['message']=_0x32c2b6['message'],_0x1f52a9[_0x5b7c14(_0x100444._0x31a28c,0x2d6,_0x100444._0x449c26,0x2b3)](-0x65a*0x2+-0x1b9*0xc+-0x1*-0x22f9)[_0x5b7c14(_0x100444._0x2b8196,0x34e,_0x100444._0xbc09cb,_0x100444._0x392540)](_0x39441f);}const _0x34d5a4={};_0x34d5a4['error']=_0x180194['message'],_0x466307[_0x5b7c14(0x302,0x2b9,_0x100444._0x30a79b,0x2fb)](_0x8ea834[_0x1e161f(_0x100444._0x2fb50b,0x257,0x275,0x2ed)],_0x34d5a4);const _0x18f374={};return _0x18f374[_0x5b7c14(_0x100444._0x20586d,0x2a7,0x364,0x2fb)]=_0x8ea834['tKYWi'],_0x57fa8a[_0x5b7c14(0x292,0x25c,0x32b,_0x100444._0x423c6)](-0x16aa*0x1+-0xc47+-0x5*-0x761)[_0x1e161f(_0x100444._0x116048,0x2c3,_0x100444._0xe5a5cf,_0x100444._0x2a99ac)](_0x18f374);}}const _0x4cd69b=_0x35d683[_0x1e161f(0x2ef,_0x100444._0x579413,0x28e,_0x100444._0x363f9f)]['id'],_0x6cbee4=await _0x8ea834[_0x1e161f(0x1f4,0x19e,0x207,0x1f9)](enrichTeamWithManagerNames,_0x4d60ef);if(_0x35d683[_0x1e161f(_0x100444._0x316d7e,_0x100444._0x3f0933,0x28e,0x22c)][_0x5b7c14(_0x100444._0x2b69cd,_0x100444._0x5e2f21,_0x100444._0x2c86a0,_0x100444._0xcffe21)+_0x1e161f(_0x100444._0x2cf87b,0x27a,0x29e,_0x100444._0xa42b01)]){const _0x4fbb34={};return _0x4fbb34[_0x5b7c14(_0x100444._0x3066a0,_0x100444._0xf617b0,_0x100444._0x11f39e,_0x100444._0x2905d5)]=_0x6cbee4,_0x385ddb[_0x5b7c14(_0x100444._0x3dfec6,0x3ae,0x39e,0x346)](_0x4fbb34);}if(_0x4d60ef[_0x5b7c14(_0x100444._0x1cf4ad,0x2ff,_0x100444._0x3bdaef,_0x100444._0x2374c0)]['includes'](_0x4cd69b)){if(_0x8ea834['cXjGo'](_0x8ea834['HcIpL'],_0x8ea834[_0x1e161f(0x2a5,_0x100444._0x330558,0x266,_0x100444._0x491923)])){const _0x3ccf95={};return _0x3ccf95['error']=_0x8ea834['VLMSI'],_0x3ccf95[_0x5b7c14(0x2ae,0x331,_0x100444._0x388da3,_0x100444._0x29eff5)]='Only\x20Serve'+_0x1e161f(_0x100444._0x3b2e18,0x2dd,_0x100444._0x49e1af,0x2ef)+'an\x20delete\x20'+_0x5b7c14(0x351,_0x100444._0x49b3b4,0x311,0x38a),_0x2efb24[_0x1e161f(_0x100444._0x23fe4a,_0x100444._0xca5efb,_0x100444._0x225123,0x18d)](0x6*0xd+0x1*-0x377+0x4*0x12f)[_0x1e161f(_0x100444._0x537d4a,0x212,_0x100444._0xe5a5cf,0x206)](_0x3ccf95);}else{const _0x262418={};return _0x262418[_0x5b7c14(_0x100444._0x295d89,_0x100444._0x2d7d0e,_0x100444._0x373eb8,0x341)]=_0x6cbee4,_0x385ddb[_0x5b7c14(0x3a9,_0x100444._0x2250bf,_0x100444._0x390caa,_0x100444._0x9aee02)](_0x262418);}}const _0x18fd14={};return _0x18fd14[_0x1e161f(_0x100444._0x5a0e38,0x25d,_0x100444._0x196b67,0x1cb)]=_0x1e161f(_0x100444._0x646ad2,_0x100444._0x42e20a,_0x100444._0x30a79b,0x32e),_0x18fd14[_0x5b7c14(0x2f5,0x2dd,0x29f,_0x100444._0x5ba06f)]='You\x20are\x20no'+'t\x20a\x20member'+_0x1e161f(_0x100444._0x196b66,0x207,_0x100444._0x1a8e36,0x253)+_0x1e161f(0x2b7,_0x100444._0x54f832,_0x100444._0x2de7a3,0x242),_0x385ddb[_0x5b7c14(_0x100444._0x4b45b8,_0x100444._0xf57ab5,0x31e,0x2b3)](0x823+-0x1*0x26ab+0x201b)[_0x1e161f(_0x100444._0x25e78a,_0x100444._0x153892,_0x100444._0x425c75,0x20e)](_0x18fd14);}catch(_0x50c09c){const _0x29b442={};_0x29b442[_0x1e161f(_0x100444._0x5edd11,0x20c,0x23a,_0x100444._0x29ab2d)]=_0x50c09c[_0x5b7c14(_0x100444._0x2bf080,_0x100444._0x186022,0x36c,_0x100444._0x29eff5)],logger[_0x5b7c14(0x31c,0x31c,0x34c,0x2fb)](_0x8ea834[_0x5b7c14(_0x100444._0x42e20a,0x393,0x3af,0x339)],_0x29b442);const _0x2d3ce3={};return _0x2d3ce3[_0x5b7c14(_0x100444._0x12cd4c,_0x100444._0x33ebc6,_0x100444._0x58d0d1,0x2fb)]=_0x8ea834['tKYWi'],_0x385ddb[_0x5b7c14(0x2f1,0x30a,_0x100444._0x52747e,0x2b3)](-0x1*-0x105b+-0x9d0+-0x497*0x1)[_0x5b7c14(_0x100444._0x408222,0x32c,_0x100444._0xd5c25e,_0x100444._0x3f936d)](_0x2d3ce3);}}),router[_0xe5528b(0x342,0x397,0x3ae,0x3a1)]('/',async(_0xd43196,_0x24168a)=>{const _0x357faf={_0x58dea4:0x44c,_0x5e821d:0x451,_0x5b96b8:0x3d2,_0x307641:0x395,_0x3a9b75:0x3e3,_0x3b75d9:0x274,_0x261ed2:0x214,_0x1be8a2:0x27d,_0xff7a98:0x21d,_0x27331f:0x231,_0x501c74:0x503,_0x3db846:0x4fd,_0x47cb90:0x42a,_0x4d5804:0x42b,_0x46fa14:0x466,_0x14c237:0x291,_0x170e78:0x1c0,_0x64dbc3:0x1d5,_0x29d291:0x27c,_0x1610fc:0x1f6,_0x2216f2:0x3c8,_0x1c1892:0x3d3,_0x369518:0x41c,_0x90276d:0x223,_0x4ea17b:0x1b8,_0x3917e0:0x213,_0x165d46:0x19e,_0x3581c5:0x1a4,_0x1e91fe:0x222,_0x490287:0x1fc,_0x194cdc:0x469,_0x4dccf6:0x3d5,_0x5d9779:0x41f,_0x34c756:0x1d8,_0xf74b50:0x19c,_0x7198a7:0x21b,_0xc3513f:0x3ca,_0x32ce09:0x42a,_0x406018:0x3ee,_0x4bc4f9:0x3d9,_0x51713f:0x4cb,_0x3ea885:0x280,_0x418da4:0x21f,_0x5d07ee:0x269,_0x1f9aeb:0x3a0,_0x4f4a3e:0x4a3,_0x370f72:0x1d1,_0x413194:0x22e,_0x8e471a:0x1c5,_0x30ef86:0x255,_0x525f74:0x1d5,_0x487ebc:0x227,_0x12fb99:0x4ea,_0x2635f9:0x41d,_0x1afb8c:0x1da,_0x4802c3:0x190,_0x3a3074:0x21a,_0xe01bf1:0x48e,_0x3788af:0x268,_0x4b7342:0x21e,_0x306db4:0x240,_0x3e66e5:0x415,_0xfce158:0x3cf,_0x3f39fa:0x371,_0x445b0c:0x20d,_0x224334:0x1d7,_0x5939ae:0x135,_0x490720:0x1d0,_0x4c6e64:0x405,_0xee989:0x432,_0x17fb09:0x3e9,_0x2e4311:0x438,_0x38169e:0x16a,_0x2051c8:0x1dc,_0x11f36e:0x1ff,_0x11688d:0x1f2,_0x1b22e1:0x1d7,_0xda79c3:0x214,_0x1ce029:0x20e,_0x38becf:0x27c,_0x44f154:0x263,_0x393c3e:0x3af,_0x363657:0x3cf,_0x46038f:0x198,_0x2e218b:0x1db,_0x1a3f4f:0x3e9,_0x42e4fa:0x46f,_0x21543c:0x436,_0x61019:0x430,_0x406284:0x3c9,_0x2aa3d9:0x492,_0x42f801:0x4a7,_0x3c5356:0x507,_0x48254d:0x223,_0x50b7cd:0x23f,_0x1fbd8e:0x3f8,_0xea0740:0x36a,_0x3c8719:0x462,_0x5aba97:0x4b1,_0x11596c:0x440,_0x37aeab:0x433,_0x3df381:0x39a,_0x4ddd0a:0x26a,_0x587585:0x407,_0x3384a3:0x3f7,_0x2b6772:0x406,_0x172c52:0x481,_0x3765fe:0x478,_0x48b02d:0x4d5,_0x19a610:0x24a,_0x5b321e:0x226,_0x285a89:0x21f,_0x6380bb:0x426,_0x4055a5:0x3df,_0x13250c:0x21c,_0x58c854:0x473,_0x286899:0x431,_0x19bd27:0x3e5,_0x24ef3c:0x1a5,_0x147171:0x225,_0x35eda4:0x1ab,_0x5cd304:0x1d4,_0x331f13:0x1f9,_0xb76840:0x1ec,_0x5c6dec:0x4f5,_0x162b7b:0x38e,_0x11fd85:0x375,_0x58dccf:0x3e9,_0x1cc4b0:0x3a6,_0x52f979:0x1c2,_0x51f080:0x212,_0x3a3377:0x40f,_0x4c1c20:0x421,_0x33613e:0x417,_0x355b06:0x44c,_0x3f8d0b:0x260,_0x159b56:0x144,_0x739ad7:0x402,_0x2824b7:0x482,_0x39bafb:0x462,_0x102eef:0x4d7,_0x280848:0x202,_0x4e19aa:0x234,_0x357877:0x488,_0x51bd37:0x49e,_0x22249a:0x370,_0x48316a:0x367,_0xdb2354:0x27d,_0x3421bc:0x3ec,_0x22cc5a:0x475,_0x1ae778:0x1a5,_0x4e7e4d:0x1df,_0x3b87cf:0x49f,_0x542584:0x13c,_0x2f91e6:0x1e8,_0x5e25da:0x412,_0x1b7cd7:0x412,_0x4e3132:0x3be,_0x3d68c1:0x3da,_0x4f599c:0x3d6,_0x1e5f49:0x3c8,_0x5916b0:0x42d,_0x10d7ee:0x412,_0x37b7ec:0x16e,_0x2aa236:0x1f5,_0x18fdd0:0x410,_0x23752e:0x417,_0x158dd1:0x219,_0x17187c:0x1f4,_0x44d931:0x1ce,_0x39b0ae:0x1f2,_0x25a228:0x1fe,_0x1b46fd:0x482,_0xf4a841:0x49b,_0x2c4aa4:0x426,_0x46cfd8:0x16d,_0x53b36f:0x1e2,_0x109b0d:0x1fe,_0x2ef39b:0x28c,_0x3a214b:0x23c,_0xfb640a:0x201},_0x536d26={_0x383f5b:0x14e,_0x19d5f8:0xe4},_0x1f4288={_0x54d525:0x164,_0x4b8e6e:0x159};function _0x4f7374(_0x494413,_0x4825d2,_0x3993cf,_0x49b654){return _0xe5528b(_0x494413-_0x1f4288._0x54d525,_0x4825d2-0xa9,_0x494413,_0x4825d2- -_0x1f4288._0x4b8e6e);}const _0x252969={'JjTXC':_0x22c308(0x3d8,_0x357faf._0x58dea4,_0x357faf._0x5e821d,_0x357faf._0x5b96b8)+'t','oyEBc':_0x22c308(0x3f8,_0x357faf._0x307641,_0x357faf._0x3a9b75,0x3e7)+_0x4f7374(0x246,_0x357faf._0x3b75d9,0x29e,_0x357faf._0x261ed2),'Dxovm':_0x4f7374(_0x357faf._0x1be8a2,_0x357faf._0xff7a98,0x242,_0x357faf._0x27331f),'VZinA':_0x22c308(0x4c3,_0x357faf._0x501c74,0x48d,_0x357faf._0x3db846),'ryydn':_0x22c308(_0x357faf._0x5b96b8,_0x357faf._0x47cb90,_0x357faf._0x4d5804,_0x357faf._0x46fa14)+'r\x20Admins\x20c'+_0x4f7374(_0x357faf._0x14c237,0x228,_0x357faf._0x170e78,_0x357faf._0x64dbc3)+_0x4f7374(_0x357faf._0x29d291,0x269,_0x357faf._0x1610fc,0x2d3),'PxDCq':_0x22c308(_0x357faf._0x2216f2,_0x357faf._0x1c1892,_0x357faf._0x369518,0x482),'tEXSF':function(_0x58b47f,_0x37757c){return _0x58b47f===_0x37757c;},'ElEOV':'Team\x20name\x20'+_0x4f7374(_0x357faf._0x1610fc,_0x357faf._0x90276d,0x1db,_0x357faf._0x4ea17b)+'d','UHJxS':function(_0x591917,_0x507ccc){return _0x591917>_0x507ccc;},'OyYKq':_0x4f7374(0x1e9,_0x357faf._0x3917e0,_0x357faf._0x165d46,_0x357faf._0x3581c5),'qQZDm':function(_0x5df1f7,_0x556603){return _0x5df1f7(_0x556603);},'wmFpj':function(_0x4e7f5d,_0x519212){return _0x4e7f5d>_0x519212;},'GoQdY':function(_0x4ad044,_0x4c02ba){return _0x4ad044!==_0x4c02ba;},'XaCTn':'TMoVs','MOzOT':_0x4f7374(0x1c8,0x22b,_0x357faf._0x1e91fe,_0x357faf._0x490287),'NrFoq':function(_0x364c4e,_0x8fca52){return _0x364c4e>_0x8fca52;},'RYMgh':'VTrQE','jNNzC':_0x4f7374(0x28d,0x244,0x263,0x233),'qCHcz':_0x22c308(_0x357faf._0x194cdc,_0x357faf._0x4dccf6,_0x357faf._0x5d9779,0x482)+_0x4f7374(_0x357faf._0x34c756,_0x357faf._0xf74b50,_0x357faf._0x7198a7,0x1b0)+'so\x20be\x20memb'+_0x22c308(_0x357faf._0xc3513f,_0x357faf._0x47cb90,_0x357faf._0x32ce09,0x44f)+_0x22c308(_0x357faf._0x406018,_0x357faf._0x4bc4f9,0x424,0x3dc),'dmRJv':_0x22c308(0x489,0x532,_0x357faf._0x51713f,0x44f)+_0x4f7374(_0x357faf._0x3ea885,_0x357faf._0x418da4,0x286,_0x357faf._0x5d07ee)+_0x22c308(0x41d,_0x357faf._0x1f9aeb,0x41e,0x423),'FLNrx':'already\x20ex'+'ists','kDdof':_0x22c308(_0x357faf._0x4f4a3e,0x415,0x47d,0x443)};function _0x22c308(_0xfc848e,_0x25b515,_0x44c02d,_0x5d22e6){return _0xe5528b(_0xfc848e-0x106,_0x25b515-_0x536d26._0x383f5b,_0x25b515,_0x44c02d-_0x536d26._0x19d5f8);}try{if(!_0xd43196[_0x4f7374(_0x357faf._0x370f72,_0x357faf._0x413194,_0x357faf._0x8e471a,0x21a)][_0x4f7374(_0x357faf._0x30ef86,_0x357faf._0x525f74,0x163,_0x357faf._0x487ebc)+_0x22c308(0x446,_0x357faf._0x12fb99,0x47b,_0x357faf._0x2635f9)]){const _0x19c79e={};return _0x19c79e[_0x4f7374(0x1cb,_0x357faf._0x1afb8c,_0x357faf._0x4802c3,_0x357faf._0x3a3074)]=_0x252969[_0x22c308(0x4dc,0x450,_0x357faf._0xe01bf1,0x413)],_0x19c79e[_0x4f7374(_0x357faf._0x3788af,0x1f0,_0x357faf._0x4b7342,_0x357faf._0x306db4)]=_0x252969['ryydn'],_0x24168a[_0x22c308(_0x357faf._0x3e66e5,0x3bd,_0x357faf._0xfce158,_0x357faf._0x3f39fa)](0x105f+-0x11a7*-0x2+-0x321a)['json'](_0x19c79e);}const {name:_0x2d1199,description:_0x5ae2e1,members:members=[],managers:managers=[]}=_0xd43196['body'];if(!_0x2d1199||typeof _0x2d1199!==_0x252969[_0x4f7374(_0x357faf._0x445b0c,_0x357faf._0x224334,0x1b2,0x210)]||_0x252969['tEXSF'](_0x2d1199[_0x4f7374(_0x357faf._0x5939ae,0x1af,0x137,_0x357faf._0x490720)]()[_0x22c308(_0x357faf._0x4c6e64,_0x357faf._0xee989,_0x357faf._0x17fb09,_0x357faf._0x2e4311)],0x5d5*0x4+-0x1*-0x8a7+-0x1*0x1ffb)){const _0x16285e={};return _0x16285e[_0x4f7374(0x204,0x1da,_0x357faf._0x38169e,_0x357faf._0x2051c8)]=_0x252969[_0x4f7374(_0x357faf._0x11f36e,_0x357faf._0x11688d,0x1b5,0x234)],_0x16285e[_0x4f7374(0x256,0x1f0,_0x357faf._0x1b22e1,_0x357faf._0xda79c3)]=_0x252969[_0x4f7374(0x1ed,_0x357faf._0x1ce029,_0x357faf._0x38becf,_0x357faf._0x44f154)],_0x24168a[_0x22c308(0x3b6,_0x357faf._0x393c3e,_0x357faf._0x363657,0x410)](-0x3e*0x49+0x2590+-0x2*0x929)['json'](_0x16285e);}const _0x57da9a=[...new Set([...members,...managers])];if(_0x252969[_0x4f7374(0x1fe,_0x357faf._0x46038f,0x156,_0x357faf._0x2e218b)](_0x57da9a[_0x22c308(0x409,0x386,_0x357faf._0x1a3f4f,0x410)],0x1e5d*0x1+0x11c5+-0x3022)){if('RxsbF'!==_0x252969[_0x4f7374(0x242,0x27b,0x241,0x29b)]){const _0x21f41e={};return _0x21f41e[_0x22c308(_0x357faf._0x42e4fa,_0x357faf._0x21543c,0x417,_0x357faf._0x61019)]=_0x252969[_0x22c308(_0x357faf._0x406284,0x3b4,0x42f,0x473)],_0x21f41e['message']=_0x22c308(_0x357faf._0x2aa3d9,_0x357faf._0x42f801,0x4ba,_0x357faf._0x3c5356)+_0x4f7374(0x213,_0x357faf._0x48254d,_0x357faf._0x50b7cd,0x212)+'d',_0x19c09a[_0x22c308(_0x357faf._0x1fbd8e,_0x357faf._0xea0740,_0x357faf._0x363657,0x3f0)](-0xa28+0x3*0x456+0x16*-0xf)[_0x22c308(0x439,0x4d1,_0x357faf._0x3c8719,_0x357faf._0x5aba97)](_0x21f41e);}else{const _0x4598f8=await _0x252969[_0x22c308(0x44a,0x3f8,_0x357faf._0x11596c,_0x357faf._0x37aeab)](validateUserIds,_0x57da9a);if(_0x252969['wmFpj'](_0x4598f8[_0x22c308(_0x357faf._0x3df381,0x385,0x3e9,0x39c)],0x52f*0x1+-0x51+-0x1*0x4de)){if(_0x252969[_0x4f7374(_0x357faf._0x4ddd0a,0x25b,0x2b9,0x29b)](_0x252969[_0x22c308(0x472,_0x357faf._0x587585,_0x357faf._0x3384a3,0x447)],_0x252969['MOzOT']))return _0x24168a[_0x22c308(_0x357faf._0x2b6772,0x424,0x3cf,0x3a2)](0x1c90+0x242d+0x150f*-0x3)['json']({'error':'Bad\x20Reques'+'t','message':_0x22c308(_0x357faf._0x172c52,_0x357faf._0x3765fe,0x458,_0x357faf._0x48b02d)+_0x4f7374(_0x357faf._0x19a610,_0x357faf._0x5b321e,0x208,_0x357faf._0x285a89)+_0x4598f8[_0x22c308(_0x357faf._0x6380bb,_0x357faf._0x3384a3,_0x357faf._0x4055a5,0x43c)](',\x20')});else{const _0x52e101={};return _0x52e101[_0x4f7374(0x15a,0x1da,_0x357faf._0x13250c,0x20d)]=_0x252969[_0x22c308(_0x357faf._0x58c854,_0x357faf._0x286899,_0x357faf._0x58dea4,_0x357faf._0x19bd27)],_0x5bc633['status'](-0x1012+0x2563+0xa3*-0x1f)[_0x4f7374(_0x357faf._0x24ef3c,_0x357faf._0x147171,_0x357faf._0x35eda4,0x1d8)](_0x52e101);}}}}const _0x2aa1f8=new Set(members),_0x1f626c=managers[_0x4f7374(_0x357faf._0x5cd304,_0x357faf._0x331f13,_0x357faf._0xb76840,0x21c)](_0x4e1109=>!_0x2aa1f8[_0x4f7374(0x22f,0x1fb,0x243,0x21a)](_0x4e1109));if(_0x252969[_0x22c308(_0x357faf._0x5c6dec,0x4bd,0x4c2,0x460)](_0x1f626c[_0x22c308(_0x357faf._0x162b7b,_0x357faf._0x11fd85,_0x357faf._0x58dccf,_0x357faf._0x1cc4b0)],-0x9d*0x1f+0x2*-0x981+0x2605)){if(_0x252969['RYMgh']===_0x252969[_0x4f7374(0x1bd,_0x357faf._0x52f979,0x1e1,_0x357faf._0x51f080)]){const _0x108045={};return _0x108045[_0x22c308(_0x357faf._0x3a3377,_0x357faf._0x4c1c20,_0x357faf._0x33613e,_0x357faf._0x355b06)]=_0x252969[_0x22c308(0x47c,0x3c6,0x407,0x3e6)],_0x108045[_0x4f7374(0x225,0x1f0,0x206,_0x357faf._0x3f8d0b)]=_0x14ad04[_0x22c308(0x444,0x418,0x42d,0x445)],_0x3db3cf[_0x4f7374(_0x357faf._0x24ef3c,0x192,_0x357faf._0x159b56,0x1ba)](0x2*-0x9b3+-0x2203*0x1+-0x7db*-0x7)[_0x22c308(_0x357faf._0x739ad7,_0x357faf._0x2824b7,_0x357faf._0x39bafb,_0x357faf._0x102eef)](_0x108045);}else{const _0x47c47d={};return _0x47c47d[_0x4f7374(_0x357faf._0x280848,0x1da,0x1f4,0x22e)]=_0x252969[_0x4f7374(_0x357faf._0x4e19aa,0x1f2,0x1da,0x1bf)],_0x47c47d[_0x22c308(_0x357faf._0x357877,0x3dd,0x42d,_0x357faf._0x51bd37)]=_0x252969[_0x4f7374(0x224,0x1b4,_0x357faf._0x525f74,0x16d)],_0x24168a[_0x22c308(_0x357faf._0x22249a,_0x357faf._0x48316a,_0x357faf._0x363657,0x415)](-0x79f+0x249d+-0x1b6e)[_0x4f7374(0x292,_0x357faf._0x147171,_0x357faf._0xdb2354,0x203)](_0x47c47d);}}const _0x6c2782=await _0x252969[_0x22c308(_0x357faf._0x3421bc,0x417,0x440,_0x357faf._0x22cc5a)](createTeam,{'name':_0x2d1199[_0x4f7374(_0x357faf._0x1ae778,0x1af,0x1e1,_0x357faf._0x4e7e4d)](),'description':_0x5ae2e1,'members':members,'managers':managers});return _0x24168a[_0x4f7374(0x115,0x192,0x1ae,0x207)](0x1cf+0x1e97+-0x1*0x1f9d)[_0x4f7374(0x213,0x225,0x232,0x20a)]({'message':_0x252969['dmRJv'],'team':await _0x252969[_0x22c308(0x49c,_0x357faf._0x3b87cf,_0x357faf._0x11596c,0x414)](enrichTeamWithManagerNames,_0x6c2782)});}catch(_0x5b6c5b){if(_0x5b6c5b['message']['includes'](_0x252969[_0x4f7374(_0x357faf._0x542584,0x19a,_0x357faf._0x2f91e6,0x122)])){const _0x29f97b={};return _0x29f97b[_0x22c308(_0x357faf._0x5e25da,_0x357faf._0x2e4311,0x417,0x397)]=_0x252969[_0x22c308(0x3bf,_0x357faf._0x1b7cd7,0x3d2,_0x357faf._0x4e3132)],_0x29f97b[_0x22c308(_0x357faf._0x3d68c1,_0x357faf._0x4f599c,0x42d,_0x357faf._0x1e5f49)]=_0x5b6c5b[_0x22c308(0x448,_0x357faf._0x58c854,_0x357faf._0x5916b0,_0x357faf._0x10d7ee)],_0x24168a[_0x4f7374(_0x357faf._0x37b7ec,0x192,0x1bf,0x1ea)](0x775*0x1+-0x669+0x3*0x2f)[_0x4f7374(0x279,0x225,_0x357faf._0x2aa236,0x1ab)](_0x29f97b);}const _0x16065c={};_0x16065c[_0x22c308(0x485,_0x357faf._0x18fdd0,_0x357faf._0x23752e,0x3f2)]=_0x5b6c5b[_0x4f7374(_0x357faf._0x2e218b,0x1f0,0x210,0x1a5)],logger['error']('Error\x20crea'+_0x4f7374(0x296,_0x357faf._0x158dd1,0x27a,_0x357faf._0x165d46),_0x16065c);const _0x2e11e4={};return _0x2e11e4['error']=_0x4f7374(_0x357faf._0x17187c,_0x357faf._0x44d931,_0x357faf._0x39b0ae,_0x357faf._0x25a228)+_0x22c308(_0x357faf._0x1b46fd,_0x357faf._0xf4a841,_0x357faf._0x2c4aa4,0x40f)+'r',_0x24168a[_0x4f7374(_0x357faf._0x46cfd8,0x192,_0x357faf._0x53b36f,_0x357faf._0x109b0d)](-0x1d*0xda+-0x1*-0x4d1+0x1*0x15d5)[_0x4f7374(_0x357faf._0x2ef39b,0x225,_0x357faf._0x3a214b,_0x357faf._0xfb640a)](_0x2e11e4);}}),router['put']('/:id',async(_0x36b03d,_0x3f5294)=>{const _0x34c4bb={_0x6fe775:0x178,_0x2c3662:0x28,_0x427614:0x18,_0x51006a:0x1e1,_0x1b621f:0x1c1,_0x4740fb:0x1c3,_0x2947b0:0x222,_0x56ee00:0x20d,_0x44a602:0x1ef,_0xdbde8a:0x128,_0x398745:0x142,_0x19d0b0:0x266,_0x251855:0x20c,_0x31d63f:0xb1,_0x559bcc:0x55,_0x4abd77:0x8f,_0x5825c7:0x93,_0x44c29f:0x112,_0x48836a:0x7e,_0x4f506f:0x16f,_0x2fb1fa:0x132,_0x557c34:0x82,_0x275983:0x85,_0x5ab383:0x1e9,_0x1eec4c:0x188,_0x3e9e06:0x140,_0x1cf662:0xae,_0x18a9bf:0x254,_0x3beab1:0x19e,_0x88b2ef:0x179,_0x3f8b54:0x13f,_0x2cf31a:0x15f,_0x50662f:0x220,_0x465c51:0x18b,_0x3f2ee6:0xdf,_0x478a53:0x145,_0x497690:0x180,_0x15338a:0x110,_0x427ed3:0xc1,_0x30dada:0x1aa,_0x214362:0x20,_0x321ebd:0x2b,_0xa3ea65:0x3a,_0x2d128c:0x43,_0x24e96d:0x2e,_0x1323ef:0x136,_0x48a71b:0x15d,_0x93695f:0x158,_0x20049e:0x1b9,_0x4dc33f:0x1c,_0x5819a7:0x29,_0x58da6a:0x5d,_0x492c09:0x81,_0x2b061d:0x14,_0x35757a:0x14d,_0x21bd83:0x163,_0x26ad6f:0x152,_0x3f92b3:0x7,_0x954921:0x5,_0xb07c0d:0x5a,_0x1011f5:0x136,_0x56cd17:0x11e,_0x5d69ff:0x18f,_0x374f21:0x11d,_0x120431:0x166,_0x2f835c:0x15d,_0x156107:0x11e,_0x42069f:0x205,_0x386041:0x166,_0x950ec5:0x1c5,_0x49ef3a:0x1de,_0x5361e4:0x5a,_0x5b3636:0x1b1,_0x47cf2e:0x160,_0x2d3191:0xd6,_0x48964e:0x59,_0x18d870:0x32,_0x627e2f:0x1ba,_0x10d710:0x1dc,_0x126561:0x199,_0x27db19:0x194,_0x5952d3:0x1ca,_0x428ed2:0x214,_0x3f7f59:0x1a0,_0x1410a7:0x16,_0x58f8fb:0xe8,_0x2ea557:0x121,_0x48acee:0x14a,_0x371a15:0x16e,_0x30b19f:0x221,_0x592c75:0x19b,_0x101e01:0x83,_0x128e12:0xf2,_0x3247e5:0x8b,_0x479b37:0x11,_0x2db032:0x31,_0x20e95a:0x30,_0x11c392:0x67,_0x557e15:0x97,_0x562944:0x1b0,_0x4d7e0b:0x17c,_0x1fdaae:0x1b,_0x1fe799:0x8c,_0x2a2284:0xd,_0x27ecca:0x30,_0x27f644:0x48,_0x49c7a3:0x61,_0x53749d:0xd6,_0x39edf9:0x13d,_0x437fea:0x185,_0x4b20ad:0x1c8,_0x5971de:0x191,_0x3e2f1a:0x179,_0x619aa7:0x23,_0x3381a5:0x95,_0x251ab5:0x1a6,_0x18e612:0x1bb,_0x13a5f4:0xb7,_0x5ab30f:0x87,_0xbd8b8f:0x4f,_0x3ce710:0x9a,_0x53c45f:0x1fe,_0x139f48:0x212,_0x5a7255:0x242,_0x5787f4:0x1a4,_0x58ced0:0x8e,_0x3fba6c:0x1e,_0x4b1c3e:0x4d,_0x418de9:0x5e,_0x39e960:0x21d,_0x22a00e:0x1f7,_0x589547:0xea,_0x4ca82b:0x80,_0x162969:0xf7,_0x4c83cd:0x214,_0x1c38d5:0x1a5,_0x2e26f3:0x22d,_0x4a9a7c:0xd,_0x26e05b:0xb2,_0x23a4b6:0x130,_0x1354c3:0x154,_0x4e4b24:0x101,_0xbb32bd:0x1bf,_0x43ae93:0x92,_0x5b1f6a:0x7c,_0x487b33:0x5b,_0x13b8de:0x2b,_0x3bad3b:0x20f,_0x4e7df6:0x1f3,_0x170c45:0x3f,_0x2f3184:0x5c,_0x430d25:0x6e,_0x2f2cb5:0x1d2,_0x145892:0x200,_0x16fac3:0x1a7,_0xae12ae:0x4d,_0x260f08:0x135,_0xcd4701:0x1ad,_0x1cca09:0x1ff,_0x59bbee:0x1f7,_0x55531f:0x186,_0x433b1f:0x13b,_0x429170:0x104,_0x11b244:0x17c,_0x1d6575:0x168,_0x148b07:0x15a,_0x41a864:0xa9,_0x1aa779:0x3b,_0x30a15f:0x15,_0x5891d6:0xbd,_0x3d59af:0x40,_0x24aaee:0x39,_0x2c9207:0x59,_0xf6d722:0x3e,_0x43db36:0x218,_0x21547e:0x26a,_0x17e060:0x3,_0x19d5a3:0x2,_0x34a00f:0x103,_0x30f090:0x1e2,_0x3f3eff:0x166,_0x31a798:0xee,_0x4cdf57:0x1b1,_0xd89eda:0x111,_0x408970:0xbe,_0x20fa5d:0x89,_0x312796:0xbc,_0x283df0:0x1ad,_0x517424:0x1b1,_0x663740:0x131,_0x1cb498:0x1d6,_0x3729c8:0x19c,_0x1303ad:0x1bb,_0x9be4cc:0x1a3,_0x16ad3f:0x1e3,_0x5e0a08:0x213,_0x39a4e7:0x1b9,_0x47692a:0x17a,_0x4c30de:0x0,_0xca09ef:0x8c,_0x1f322e:0x81,_0x5d8cd9:0x5c,_0x2f319c:0x12,_0x18c327:0x3,_0x3ffd4e:0x71,_0x4a203a:0x170,_0x19d490:0xd6,_0x12d802:0x65,_0x51734f:0x37,_0x31481d:0x42,_0x2164b6:0x20e,_0x529896:0x234,_0x6e73c3:0x1a7,_0x253284:0x133,_0x7abbab:0x1fd,_0x22af65:0x1b1,_0x31c779:0x200,_0x15b41c:0x1e4,_0x44c821:0x21b,_0x5a7ff9:0x1ad,_0x1589c5:0x19,_0x462f21:0x77,_0x256ce6:0x48,_0xe9090a:0x94,_0x179aa4:0x3a,_0x408302:0x8e,_0x3acb07:0x5b,_0x4e2a10:0x11,_0x2db3d0:0x88,_0x2a6bc0:0x33,_0x186162:0xa0,_0x2eb66b:0x43,_0x4e328d:0x14e,_0x379cb7:0x77,_0x3fbcd4:0x1d,_0xba8f18:0x1e,_0x2b63e0:0x166,_0xf05528:0x175,_0x3eb441:0x46,_0x4bc7c7:0x35,_0x58e4f8:0x6b,_0x31ab29:0x7f},_0x5e6857={_0x26472d:0x197},_0x4f87aa={_0x40e43d:0x196,_0x16eb96:0x323},_0x38ad3e={'iLlwB':_0x51cd8a(_0x34c4bb._0x6fe775,0x167,0x178,0x115)+'er','kMYYB':_0x373856(0x5c,0x32,-_0x34c4bb._0x2c3662,_0x34c4bb._0x427614),'tVsjk':_0x51cd8a(_0x34c4bb._0x51006a,_0x34c4bb._0x1b621f,_0x34c4bb._0x4740fb,_0x34c4bb._0x2947b0)+_0x51cd8a(_0x34c4bb._0x56ee00,_0x34c4bb._0x44a602,0x1ad,0x1c8)+'r','YIEHB':'Internal\x20s'+_0x51cd8a(_0x34c4bb._0xdbde8a,0x175,_0x34c4bb._0x398745,0x1ae)+'r','ryXcv':_0x51cd8a(_0x34c4bb._0x19d0b0,_0x34c4bb._0x251855,0x272,0x1b6)+'ing\x20team','SBoON':_0x373856(_0x34c4bb._0x31d63f,_0x34c4bb._0x559bcc,0x56,0xa3),'vYSnT':'Only\x20Serve'+_0x373856(0x8b,_0x34c4bb._0x4abd77,0xbb,0x35)+'an\x20modify\x20'+_0x373856(_0x34c4bb._0x5825c7,0x99,_0x34c4bb._0x44c29f,0x7b)+_0x373856(_0x34c4bb._0x48836a,0x7a,0x65,0x97),'usAed':function(_0xa102f5,_0x246684){return _0xa102f5(_0x246684);},'cILQs':function(_0xc7831e,_0x39daa6){return _0xc7831e===_0x39daa6;},'fdBEx':_0x51cd8a(_0x34c4bb._0x4f506f,_0x34c4bb._0x2fb1fa,0xbe,0x10d)+_0x373856(0xef,0x89,_0x34c4bb._0x557c34,_0x34c4bb._0x275983),'kfNqz':function(_0x1dc9ac,_0x1dd467,_0x13009c){return _0x1dc9ac(_0x1dd467,_0x13009c);},'QGDGN':function(_0x214634,_0x5130e0){return _0x214634&&_0x5130e0;},'mJvRk':'fBRSm','JTohN':'Forbidden','xapOY':_0x51cd8a(0x168,0x1df,0x17c,0x256)+_0x51cd8a(_0x34c4bb._0x5ab383,_0x34c4bb._0x1eec4c,0x207,0x188)+_0x51cd8a(0x1b8,0x1c3,0x16d,0x18c)+_0x51cd8a(_0x34c4bb._0x3e9e06,0x1bf,0x1b7,0x173)+_0x51cd8a(0x1fb,0x196,0x1b6,0x1fc),'dMdcJ':function(_0x413d18,_0x2d2e1a){return _0x413d18!==_0x2d2e1a;},'XZHJj':function(_0x4d492a,_0x59ba48){return _0x4d492a!==_0x59ba48;},'LwaIz':_0x373856(_0x34c4bb._0x1cf662,0x9c,0xc9,0x23),'jtEyr':function(_0x354eea,_0x2d9585){return _0x354eea!==_0x2d9585;},'gHSoV':function(_0x59e557,_0x12c3ba){return _0x59e557!==_0x12c3ba;},'RVOGv':function(_0x4d4754,_0x54a6d3){return _0x4d4754!==_0x54a6d3;},'FJeLD':_0x51cd8a(_0x34c4bb._0x18a9bf,0x1da,_0x34c4bb._0x3beab1,_0x34c4bb._0x88b2ef),'QBDLz':'mNGIm','ILukY':function(_0x711b1c,_0x562951){return _0x711b1c(_0x562951);},'MjZib':function(_0x5bde06,_0x56770d){return _0x5bde06>_0x56770d;},'Jlnde':function(_0x1cdc83,_0x1c0aa0){return _0x1cdc83===_0x1c0aa0;},'MHpSr':_0x51cd8a(0x1c3,0x16c,0x19f,0x1cf),'ypQTA':_0x51cd8a(_0x34c4bb._0x3f8b54,0x1a0,_0x34c4bb._0x2cf31a,_0x34c4bb._0x50662f)+'t','cVOCf':function(_0x51c5dc,_0x921df8,_0x446a7e){return _0x51c5dc(_0x921df8,_0x446a7e);},'QYNTd':'Team\x20updat'+_0x51cd8a(0x139,0x1ab,0x13a,0x194)+_0x51cd8a(0x165,0x16d,_0x34c4bb._0x465c51,0x1b9),'WUtFP':_0x51cd8a(0x160,0x130,0xcd,0xed),'mnTtU':_0x51cd8a(_0x34c4bb._0x3f2ee6,_0x34c4bb._0x478a53,0x125,_0x34c4bb._0x497690)+'ists','TIFce':_0x51cd8a(_0x34c4bb._0x15338a,0x141,_0x34c4bb._0x427ed3,_0x34c4bb._0x30dada),'yjGee':_0x373856(_0x34c4bb._0x214362,_0x34c4bb._0x321ebd,-_0x34c4bb._0xa3ea65,0x4f)+_0x373856(-_0x34c4bb._0x2d128c,_0x34c4bb._0x24e96d,0x99,-0x18)};function _0x51cd8a(_0x12c701,_0x4e2a83,_0x1b4ffe,_0x144632){return _0x381af2(_0x144632,_0x4e2a83-0x147,_0x1b4ffe-_0x4f87aa._0x40e43d,_0x4e2a83-_0x4f87aa._0x16eb96);}function _0x373856(_0x20fd89,_0x27f780,_0x376101,_0x1a7516){return _0xe5528b(_0x20fd89-_0x5e6857._0x26472d,_0x27f780-0x18d,_0x1a7516,_0x27f780- -0x344);}try{const _0x3f4c78=await _0x38ad3e[_0x51cd8a(_0x34c4bb._0x1323ef,_0x34c4bb._0x48a71b,_0x34c4bb._0x93695f,0xeb)](getTeamById,_0x36b03d[_0x51cd8a(_0x34c4bb._0x20049e,0x1be,0x236,0x225)]['id']);if(!_0x3f4c78){if(_0x38ad3e[_0x373856(-0x8c,-_0x34c4bb._0x4dc33f,_0x34c4bb._0x5819a7,-_0x34c4bb._0x58da6a)](_0x373856(-_0x34c4bb._0x492c09,-0x3,0x22,-0x79),_0x373856(-0xe,0x41,0x71,_0x34c4bb._0x2b061d))){if(_0x117c9d['message']['includes'](_0x38ad3e['iLlwB'])){const _0x399ae0={};return _0x399ae0[_0x51cd8a(_0x34c4bb._0x35757a,0x166,_0x34c4bb._0x21bd83,_0x34c4bb._0x26ad6f)]=_0x38ad3e['kMYYB'],_0x399ae0[_0x373856(-_0x34c4bb._0x3f92b3,_0x34c4bb._0x954921,_0x34c4bb._0xb07c0d,0x14)]=_0x916da8['message'],_0x139f70[_0x51cd8a(_0x34c4bb._0x1011f5,_0x34c4bb._0x56cd17,0x17d,_0x34c4bb._0x5d69ff)](0x2173+-0xa*-0x157+-0x2d45)['json'](_0x399ae0);}const _0x4dc95a={};_0x4dc95a[_0x51cd8a(_0x34c4bb._0x374f21,_0x34c4bb._0x120431,_0x34c4bb._0x2f835c,0x15f)]=_0x4154c9[_0x51cd8a(0x15a,0x17c,_0x34c4bb._0x156107,0x15a)],_0x3a77fd['error'](_0x38ad3e[_0x51cd8a(_0x34c4bb._0x42069f,0x199,0x14d,0x205)],_0x4dc95a);const _0x1af853={};return _0x1af853[_0x51cd8a(0x1a0,_0x34c4bb._0x386041,_0x34c4bb._0x950ec5,_0x34c4bb._0x49ef3a)]=_0x38ad3e[_0x373856(-0xaf,-0x30,-0xa0,-_0x34c4bb._0x5361e4)],_0x4fe323['status'](-0xa7b*-0x2+0x14b6*0x1+0x2*-0x13dc)[_0x51cd8a(0x157,_0x34c4bb._0x5b3636,_0x34c4bb._0x47cf2e,0x161)](_0x1af853);}else{const _0x1d207b={};return _0x1d207b['error']=_0x38ad3e['fdBEx'],_0x3f5294[_0x373856(-_0x34c4bb._0x2d3191,-_0x34c4bb._0x48964e,-_0x34c4bb._0x18d870,-_0x34c4bb._0x2d128c)](0x1*-0x48c+-0xeb2+0x14d2)['json'](_0x1d207b);}}const _0xa9a036=_0x36b03d[_0x51cd8a(0x1fe,_0x34c4bb._0x627e2f,_0x34c4bb._0x10d710,0x217)]['isServerAd'+'min'],_0xebd055=await _0x38ad3e['kfNqz'](isTeamManager,_0x36b03d[_0x51cd8a(0x196,0x1ba,0x21c,_0x34c4bb._0x126561)]['id'],_0x3f4c78['id']);if(_0x38ad3e[_0x51cd8a(0x159,0x1d6,_0x34c4bb._0x27db19,_0x34c4bb._0x5952d3)](!_0xa9a036,!_0xebd055)){if(_0x373856(0x7b,0x6e,0x9a,0x75)===_0x38ad3e['mJvRk']){const _0x53ca85={};return _0x53ca85['error']=_0x51cd8a(_0x34c4bb._0x428ed2,0x1a0,0x142,_0x34c4bb._0x3f7f59)+'t',_0x53ca85[_0x373856(_0x34c4bb._0x1410a7,0x5,-0x76,-_0x34c4bb._0x3f92b3)]='User\x20not\x20f'+'ound',_0x787051['status'](0x1380+0xd*0x253+-0x3027)['json'](_0x53ca85);}else{const _0x10c77e={};return _0x10c77e[_0x51cd8a(_0x34c4bb._0x58f8fb,_0x34c4bb._0x386041,_0x34c4bb._0x2ea557,0xf2)]=_0x38ad3e[_0x51cd8a(_0x34c4bb._0x48acee,0x181,0x10a,0x1dd)],_0x10c77e['message']=_0x38ad3e['xapOY'],_0x3f5294[_0x51cd8a(0x13a,_0x34c4bb._0x156107,_0x34c4bb._0x371a15,0xae)](-0x18fc+0x600+-0x1*-0x148f)['json'](_0x10c77e);}}if(!_0xa9a036&&_0x38ad3e['dMdcJ'](_0x36b03d['body'][_0x51cd8a(_0x34c4bb._0x30b19f,0x1f3,_0x34c4bb._0x592c75,0x266)],undefined)){if(_0x38ad3e['XZHJj'](_0x38ad3e[_0x373856(0x69,_0x34c4bb._0x101e01,_0x34c4bb._0x128e12,_0x34c4bb._0x2c3662)],_0x373856(-0x58,-0x24,0xa,-_0x34c4bb._0x3247e5))){const _0xe7ac13={};return _0xe7ac13[_0x373856(0x16,-_0x34c4bb._0x479b37,_0x34c4bb._0x2db032,0x51)]=_0x38ad3e[_0x373856(_0x34c4bb._0x20e95a,0xa,-0x40,_0x34c4bb._0x11c392)],_0xe7ac13[_0x51cd8a(0x184,0x17c,0x1ef,0x1a8)]=_0x38ad3e[_0x373856(0xa8,_0x34c4bb._0x557e15,0x21,0x95)],_0x3f5294[_0x373856(0x24,-_0x34c4bb._0x48964e,0x1a,0x15)](-0x702*0x2+0x1efb+-0x2*0x7b2)['json'](_0xe7ac13);}else{const _0x562ce3={};_0x562ce3[_0x51cd8a(0x112,0x166,0x1c7,_0x34c4bb._0x562944)]=_0x4ec39f[_0x51cd8a(0x1c6,_0x34c4bb._0x4d7e0b,0x15f,0x176)],_0x446a09[_0x373856(0x14,-0x11,-0x64,-_0x34c4bb._0x1fdaae)](_0x38ad3e[_0x51cd8a(0x1dd,_0x34c4bb._0x950ec5,0x1f6,0x1eb)],_0x562ce3);const _0x34a1f8={};return _0x34a1f8[_0x373856(-_0x34c4bb._0x1fe799,-0x11,-0x8f,0xb)]=_0x38ad3e[_0x373856(-_0x34c4bb._0x2a2284,-_0x34c4bb._0x27ecca,-_0x34c4bb._0x27f644,-_0x34c4bb._0x49c7a3)],_0xf93067[_0x373856(-0x47,-_0x34c4bb._0x48964e,-_0x34c4bb._0x53749d,-0x86)](-0x249f+-0xe7b*-0x2+-0x99d*-0x1)[_0x51cd8a(_0x34c4bb._0x39edf9,_0x34c4bb._0x5b3636,_0x34c4bb._0x437fea,0x226)](_0x34a1f8);}}const _0x4f7089={};if(_0x38ad3e[_0x51cd8a(_0x34c4bb._0x4b20ad,_0x34c4bb._0x5971de,0x135,_0x34c4bb._0x3e2f1a)](_0x36b03d[_0x373856(-0x33,-_0x34c4bb._0x619aa7,-_0x34c4bb._0x3381a5,0x1d)][_0x51cd8a(0x1b9,0x1fe,_0x34c4bb._0x251ab5,_0x34c4bb._0x18e612)],undefined))_0x4f7089[_0x373856(_0x34c4bb._0x13a5f4,_0x34c4bb._0x5ab30f,0x70,_0x34c4bb._0xbd8b8f)]=_0x36b03d[_0x373856(-0x18,-0x23,0x3b,-_0x34c4bb._0x3ce710)][_0x51cd8a(_0x34c4bb._0x437fea,_0x34c4bb._0x53c45f,0x1db,_0x34c4bb._0x139f48)];if(_0x38ad3e[_0x51cd8a(0x213,0x1c6,_0x34c4bb._0x5a7255,_0x34c4bb._0x5787f4)](_0x36b03d[_0x373856(-_0x34c4bb._0x58ced0,-0x23,_0x34c4bb._0x3fba6c,-0x3c)][_0x373856(_0x34c4bb._0x48836a,0x80,_0x34c4bb._0x4b1c3e,_0x34c4bb._0x418de9)+'n'],undefined))_0x4f7089[_0x51cd8a(_0x34c4bb._0x39e960,_0x34c4bb._0x22a00e,_0x34c4bb._0x56ee00,0x228)+'n']=_0x36b03d['body'][_0x373856(_0x34c4bb._0x589547,_0x34c4bb._0x4ca82b,_0x34c4bb._0x162969,0x14)+'n'];if(_0x38ad3e[_0x51cd8a(0x23b,_0x34c4bb._0x4c83cd,_0x34c4bb._0x1c38d5,_0x34c4bb._0x2e26f3)](_0x36b03d['body']['members'],undefined))_0x4f7089[_0x373856(_0x34c4bb._0x4a9a7c,_0x34c4bb._0xb07c0d,0x53,_0x34c4bb._0x26e05b)]=_0x36b03d['body']['members'];if(_0x36b03d[_0x51cd8a(_0x34c4bb._0x23a4b6,_0x34c4bb._0x1354c3,_0x34c4bb._0x4e4b24,_0x34c4bb._0xbb32bd)][_0x373856(_0x34c4bb._0x43ae93,_0x34c4bb._0x5b1f6a,0x28,0xd2)]!==undefined)_0x4f7089[_0x373856(_0x34c4bb._0x487b33,0x7c,_0x34c4bb._0x13b8de,0x27)]=_0x36b03d[_0x51cd8a(0x11b,0x154,0x12c,0x1d2)][_0x51cd8a(_0x34c4bb._0x3bad3b,_0x34c4bb._0x4e7df6,0x1c7,0x257)];const _0x374da2=[...new Set([..._0x4f7089['members']||[],..._0x4f7089[_0x51cd8a(0x19e,0x1f3,0x25a,0x1fe)]||[]])];if(_0x374da2[_0x373856(-0x2e,-_0x34c4bb._0x170c45,-0x7a,-_0x34c4bb._0x31d63f)]>0x199e*0x1+-0x1*-0x24be+-0x4*0xf97){if(_0x38ad3e[_0x373856(_0x34c4bb._0x2f3184,-0x1c,-0x16,-_0x34c4bb._0x430d25)](_0x38ad3e[_0x51cd8a(0x1a7,_0x34c4bb._0x2f2cb5,_0x34c4bb._0x145892,_0x34c4bb._0x16fac3)],_0x38ad3e['QBDLz'])){const _0x57533b={};return _0x57533b[_0x373856(_0x34c4bb._0xae12ae,-0x11,0x2f,-_0x34c4bb._0x5b1f6a)]=_0x38ad3e[_0x51cd8a(_0x34c4bb._0x260f08,_0x34c4bb._0xcd4701,_0x34c4bb._0x1cca09,_0x34c4bb._0x59bbee)],_0x57533b[_0x51cd8a(_0x34c4bb._0x55531f,0x17c,0x11f,_0x34c4bb._0x433b1f)]=_0x2d9e09[_0x51cd8a(_0x34c4bb._0x429170,_0x34c4bb._0x11b244,_0x34c4bb._0x1d6575,_0x34c4bb._0x148b07)],_0x5a94b9[_0x373856(-0x70,-_0x34c4bb._0x48964e,-0xa3,-_0x34c4bb._0x41a864)](0x1311*0x2+-0x2494+0x1*0xb)[_0x373856(0xb,0x3a,0x9a,0x95)](_0x57533b);}else{const _0x34b831=await _0x38ad3e['ILukY'](validateUserIds,_0x374da2);if(_0x38ad3e['MjZib'](_0x34b831['length'],-0xc5*-0x25+0x53*0x5a+-0x39a7)){if(_0x38ad3e[_0x373856(_0x34c4bb._0x1aa779,0x49,-_0x34c4bb._0x30a15f,0x3f)](_0x38ad3e[_0x373856(-_0x34c4bb._0x5891d6,-_0x34c4bb._0x3d59af,-0x29,-0x17)],_0x38ad3e['MHpSr']))return _0x3f5294[_0x373856(-_0x34c4bb._0x24aaee,-_0x34c4bb._0x2c9207,-0xd0,-_0x34c4bb._0xf6d722)](0xcb2+0x1442+-0x29*0xc4)[_0x373856(0xa,0x3a,-0x22,_0x34c4bb._0x4dc33f)]({'error':_0x38ad3e[_0x51cd8a(0x1d0,_0x34c4bb._0x43db36,0x293,_0x34c4bb._0x21547e)],'message':_0x373856(_0x34c4bb._0x17e060,0x30,0x2e,-_0x34c4bb._0x19d5a3)+'ot\x20found:\x20'+_0x34b831[_0x51cd8a(_0x34c4bb._0x34a00f,0x12e,0xc9,0x102)](',\x20')});else{const _0x9c4927={};return _0x9c4927[_0x51cd8a(_0x34c4bb._0x30f090,_0x34c4bb._0x3f3eff,_0x34c4bb._0x31a798,_0x34c4bb._0x4cdf57)]=_0x51cd8a(_0x34c4bb._0xd89eda,0x132,_0x34c4bb._0x589547,0x11b)+_0x373856(_0x34c4bb._0x408970,_0x34c4bb._0x20fa5d,_0x34c4bb._0x30a15f,_0x34c4bb._0x312796),_0xcc497c['status'](-0x19e2+-0x2203+0x3d79)[_0x51cd8a(_0x34c4bb._0x283df0,_0x34c4bb._0x517424,_0x34c4bb._0x663740,0x16e)](_0x9c4927);}}}}const _0x1ca0fd=await _0x38ad3e[_0x51cd8a(_0x34c4bb._0x1cb498,_0x34c4bb._0x3729c8,0x202,0x1bf)](updateTeam,_0x3f4c78['id'],_0x4f7089);return _0x3f5294['json']({'message':_0x38ad3e[_0x51cd8a(0x19f,_0x34c4bb._0x1303ad,0x20b,_0x34c4bb._0x9be4cc)],'team':await _0x38ad3e[_0x51cd8a(_0x34c4bb._0x16ad3f,0x1b0,_0x34c4bb._0x5e0a08,0x173)](enrichTeamWithManagerNames,_0x1ca0fd)});}catch(_0x3c3f70){if(_0x38ad3e[_0x51cd8a(0x19c,_0x34c4bb._0x39a4e7,_0x34c4bb._0x47692a,0x1a8)]===_0x373856(_0x34c4bb._0x4c30de,-0x47,-0x3e,-_0x34c4bb._0xca09ef)){if(_0x3c3f70['message'][_0x373856(-_0x34c4bb._0x1f322e,-0x15,_0x34c4bb._0x5d8cd9,-0x51)](_0x38ad3e[_0x373856(_0x34c4bb._0x2f319c,-0x7,_0x34c4bb._0x18c327,_0x34c4bb._0x3ffd4e)])){if(_0x38ad3e['TIFce']!==_0x51cd8a(_0x34c4bb._0x4a203a,0x141,_0x34c4bb._0x19d490,0x163)){const _0x574819={};return _0x574819['error']=_0x373856(_0x34c4bb._0x3ffd4e,_0x34c4bb._0x12d802,-0xe,0xb3),_0x574819[_0x373856(_0x34c4bb._0x51734f,_0x34c4bb._0x954921,-0x3c,-_0x34c4bb._0x31481d)]=_0x38ad3e[_0x51cd8a(_0x34c4bb._0x43db36,_0x34c4bb._0x2164b6,_0x34c4bb._0x529896,_0x34c4bb._0x6e73c3)],_0x147989[_0x51cd8a(_0x34c4bb._0x253284,0x11e,0x18f,0x17b)](0x1dbe+-0x32+-0x1bf9)[_0x51cd8a(_0x34c4bb._0x7abbab,_0x34c4bb._0x22af65,_0x34c4bb._0x31c779,_0x34c4bb._0x15b41c)](_0x574819);}else{const _0x1e672d={};return _0x1e672d[_0x51cd8a(0x102,0x166,0x16d,0xf5)]=_0x38ad3e[_0x51cd8a(_0x34c4bb._0x44c821,_0x34c4bb._0x5a7ff9,0x13c,0x1ec)],_0x1e672d[_0x373856(0x81,0x5,-_0x34c4bb._0x1589c5,0xd)]=_0x3c3f70[_0x373856(-0xa,_0x34c4bb._0x954921,-_0x34c4bb._0x462f21,_0x34c4bb._0x256ce6)],_0x3f5294['status'](0x1*-0x77c+0x1*0x1509+-0x5a*0x22)[_0x373856(_0x34c4bb._0xe9090a,_0x34c4bb._0x179aa4,0x8b,_0x34c4bb._0x408302)](_0x1e672d);}}const _0x553fda={};_0x553fda['error']=_0x3c3f70[_0x373856(-0x2b,_0x34c4bb._0x954921,-0x33,-_0x34c4bb._0x3acb07)],logger[_0x373856(0x37,-_0x34c4bb._0x4e2a10,-_0x34c4bb._0x2db3d0,-_0x34c4bb._0x2a6bc0)](_0x38ad3e[_0x373856(-_0x34c4bb._0x186162,-_0x34c4bb._0x2eb66b,-0x69,0x10)],_0x553fda);const _0x44dc63={};return _0x44dc63[_0x51cd8a(0x1aa,_0x34c4bb._0x120431,_0x34c4bb._0x4e328d,0x16b)]=_0x373856(-_0x34c4bb._0x379cb7,-_0x34c4bb._0x3fbcd4,_0x34c4bb._0xba8f18,0xe)+_0x51cd8a(_0x34c4bb._0x2b63e0,_0x34c4bb._0xf05528,0x119,_0x34c4bb._0x1b621f)+'r',_0x3f5294[_0x373856(0x25,-0x59,-_0x34c4bb._0x3eb441,-0x62)](0x1819*0x1+0x925*0x1+-0x1f4a)['json'](_0x44dc63);}else{const _0x28605a={};return _0x28605a[_0x373856(0x91,_0x34c4bb._0x4bc7c7,-0x17,_0x34c4bb._0x41a864)]=_0x2d20ad,_0x4413fb[_0x373856(_0x34c4bb._0x58e4f8,0x3a,_0x34c4bb._0x31ab29,_0x34c4bb._0x557e15)](_0x28605a);}}}),router[_0xe5528b(0x282,0x2de,0x2d4,0x2ec)](_0xe5528b(0x3a4,0x439,0x41d,0x3d8),async(_0x467f8e,_0x4ba9e0)=>{const _0x6bb0ce={_0xa123e9:0x515,_0x2d417e:0x4c0,_0x310110:0x4ac,_0x39b061:0x490,_0x2919f9:0x4b2,_0x383bd4:0x482,_0x378099:0x46e,_0x2f2fb2:0x434,_0x47014b:0x53c,_0x2c2ea0:0x544,_0x460679:0x553,_0x2a2087:0x4be,_0x252853:0x4bb,_0x2d278b:0x48b,_0x131ff6:0x4d9,_0xfebe79:0x48c,_0x221187:0x52e,_0xd004e9:0x441,_0x15a6c1:0x49a,_0x376338:0x503,_0xd24ede:0x4f8,_0x251393:0x4fc,_0x4233de:0x4f9,_0x542f80:0x589,_0x56e52d:0x555,_0x4ff731:0x512,_0x346a3e:0x537,_0x54b52a:0x40e,_0x54fe56:0x47e,_0x1c0282:0x3a3,_0x2a434c:0x446,_0x21abe1:0x45c,_0x86a7ae:0x484,_0x2d370a:0x488,_0x3d565c:0x450,_0x42acf3:0x401,_0x394332:0x464,_0x13428e:0x432,_0x3d4c60:0x44a,_0x35b196:0x4c7,_0x43baac:0x5a8,_0x5a8d32:0x45e,_0x242343:0x3df,_0x283d9b:0x469,_0x5af329:0x49a,_0x3f3c4d:0x58f,_0x255b19:0x5f9,_0x37d999:0x599,_0xbb7e1:0x402,_0x2d693e:0x392,_0x1c4697:0x456,_0x1fa52a:0x44a,_0x4f9074:0x593,_0x263d17:0x4c9,_0x27a06:0x4e1,_0x3456fa:0x49b,_0x2a77e9:0x47e,_0x3cd085:0x465,_0x2bbd45:0x416,_0x10e565:0x548,_0xa9f2de:0x505,_0x75b349:0x509,_0x3eff37:0x4e0,_0x4e4504:0x4d0,_0x3b1f16:0x42e,_0x26b133:0x46d,_0x4e0b1c:0x42f,_0x246803:0x46d,_0x4cbe1c:0x4c8,_0xec8efa:0x3f5,_0x5283c6:0x460,_0x14e512:0x411,_0x24fc45:0x5ad,_0x99bae2:0x588,_0x313986:0x588,_0x437492:0x5b7,_0xd2de6b:0x5cd,_0x5d4a33:0x604,_0x243088:0x4d5,_0x548b17:0x4b4,_0x34138b:0x40c,_0x3165b6:0x513,_0x4823cd:0x39a,_0x559906:0x3ee,_0x5125eb:0x53f,_0x2c966c:0x54f,_0x487952:0x58e,_0x37cae4:0x568,_0x18736e:0x59c,_0x94aff3:0x527,_0xcf9f7:0x5fc,_0x2c3006:0x458,_0x51b9c5:0x451,_0x5eb9f6:0x481,_0x41a386:0x46a,_0x383943:0x4cd,_0x4fc2cc:0x460,_0x42ee2e:0x4ad,_0x547958:0x4c3,_0x30f538:0x566,_0x370beb:0x504,_0x303ee1:0x49d,_0x2b882a:0x508,_0x4418b9:0x472,_0x365424:0x3f6,_0x2e8db5:0x504,_0x1760cd:0x563,_0x1d052d:0x47e,_0x14b5de:0x522,_0xa0873c:0x51f,_0x58e5c9:0x516},_0x3435e8={_0x34d093:0xdd,_0x57c235:0x1d1},_0x23033f={'rZdHv':_0x1978dc(_0x6bb0ce._0xa123e9,_0x6bb0ce._0x2d417e,_0x6bb0ce._0x310110,_0x6bb0ce._0x39b061),'YErsE':_0x1978dc(0x448,_0x6bb0ce._0x2919f9,0x4ff,_0x6bb0ce._0x383bd4)+_0x1978dc(0x40f,_0x6bb0ce._0x378099,0x462,_0x6bb0ce._0x2f2fb2),'LPnfF':function(_0x5c4fa6,_0x483a93){return _0x5c4fa6!==_0x483a93;},'bkVpG':_0x51c7fd(_0x6bb0ce._0x47014b,0x5a3,_0x6bb0ce._0x2c2ea0,_0x6bb0ce._0x460679),'XDNJF':_0x51c7fd(0x518,0x4ef,0x56c,0x53f),'Rxsbq':_0x51c7fd(_0x6bb0ce._0x2a2087,0x518,0x521,0x512)+'r\x20Admins\x20c'+_0x1978dc(_0x6bb0ce._0x252853,0x4b7,0x50f,_0x6bb0ce._0x2d278b)+_0x1978dc(0x53e,_0x6bb0ce._0x131ff6,_0x6bb0ce._0xfebe79,_0x6bb0ce._0x221187),'FlOox':function(_0x179513,_0x4c7e71){return _0x179513(_0x4c7e71);},'XZMmW':function(_0x311016,_0x5c0500,_0x152f9b){return _0x311016(_0x5c0500,_0x152f9b);},'lhEEP':function(_0x350b81,_0x24d805){return _0x350b81===_0x24d805;},'IucqZ':_0x1978dc(0x465,0x4a8,_0x6bb0ce._0xd004e9,0x479),'wJWIb':'Error\x20dele'+_0x1978dc(0x4c1,0x489,_0x6bb0ce._0x15a6c1,0x4ae),'KRLtV':_0x51c7fd(_0x6bb0ce._0x376338,_0x6bb0ce._0xd24ede,_0x6bb0ce._0x251393,_0x6bb0ce._0x4233de)+_0x51c7fd(_0x6bb0ce._0x542f80,0x513,_0x6bb0ce._0x56e52d,0x4f7)+'r'};function _0x1978dc(_0x564ba1,_0x4f9816,_0x5ae1f8,_0xc0749c){return _0xe5528b(_0x564ba1-0x166,_0x4f9816-0x170,_0x5ae1f8,_0x4f9816-0x117);}function _0x51c7fd(_0x29ed0f,_0x502ac7,_0x329e43,_0x57e378){return _0xe5528b(_0x29ed0f-0xa9,_0x502ac7-_0x3435e8._0x34d093,_0x329e43,_0x502ac7-_0x3435e8._0x57c235);}try{if(_0x23033f[_0x1978dc(0x44d,0x4ca,_0x6bb0ce._0x4ff731,_0x6bb0ce._0x346a3e)](_0x1978dc(0x402,_0x6bb0ce._0x54b52a,_0x6bb0ce._0x54fe56,_0x6bb0ce._0x1c0282),_0x23033f[_0x1978dc(0x486,0x4c6,_0x6bb0ce._0x2a434c,_0x6bb0ce._0x21abe1)])){if(!_0x467f8e[_0x1978dc(_0x6bb0ce._0x86a7ae,0x49e,0x51e,0x4a4)]['isServerAd'+_0x1978dc(_0x6bb0ce._0x2d370a,0x4ae,0x4a1,0x450)]){if(_0x1978dc(0x483,0x435,0x49f,_0x6bb0ce._0x3d565c)!==_0x23033f[_0x1978dc(0x39b,_0x6bb0ce._0x42acf3,_0x6bb0ce._0x394332,_0x6bb0ce._0x13428e)]){const _0x3e60db={};return _0x3e60db[_0x1978dc(0x3cb,_0x6bb0ce._0x3d4c60,0x47b,_0x6bb0ce._0x35b196)]=_0x23033f[_0x51c7fd(0x58d,_0x6bb0ce._0x43baac,0x59a,0x577)],_0x3e60db['message']=_0x1978dc(0x462,_0x6bb0ce._0x5a8d32,_0x6bb0ce._0x242343,_0x6bb0ce._0x283d9b)+'r\x20Admins\x20c'+_0x1978dc(_0x6bb0ce._0x5af329,0x4dc,0x4c3,0x4e1)+'team\x20manag'+_0x51c7fd(0x5ec,_0x6bb0ce._0x3f3c4d,_0x6bb0ce._0x255b19,_0x6bb0ce._0x37d999),_0x463c83[_0x1978dc(0x3db,_0x6bb0ce._0xbb7e1,0x43c,_0x6bb0ce._0x2d693e)](-0xab6*-0x1+0x25bc+-0x2edf)['json'](_0x3e60db);}else{const _0x168715={};return _0x168715[_0x1978dc(_0x6bb0ce._0x1c4697,_0x6bb0ce._0x1fa52a,0x414,0x3f4)]=_0x23033f[_0x51c7fd(0x61e,_0x6bb0ce._0x43baac,0x603,0x57b)],_0x168715[_0x51c7fd(_0x6bb0ce._0x4f9074,0x51a,0x591,_0x6bb0ce._0x263d17)]=_0x23033f[_0x51c7fd(_0x6bb0ce._0x27a06,0x4db,0x4ea,_0x6bb0ce._0x3456fa)],_0x4ba9e0[_0x51c7fd(0x4bc,0x4bc,_0x6bb0ce._0x2a77e9,0x4d0)](0x1b8c+-0x14*-0xc9+-0x29ad)[_0x1978dc(_0x6bb0ce._0x3cd085,0x495,_0x6bb0ce._0x2bbd45,0x47a)](_0x168715);}}const _0x5b5977=await _0x23033f[_0x51c7fd(0x498,0x502,_0x6bb0ce._0x10e565,0x519)](getTeamById,_0x467f8e['params']['id']);if(!_0x5b5977){const _0x32e62a={};return _0x32e62a[_0x51c7fd(0x4c2,0x504,_0x6bb0ce._0xa9f2de,_0x6bb0ce._0x75b349)]=_0x51c7fd(_0x6bb0ce._0x3eff37,_0x6bb0ce._0x4e4504,_0x6bb0ce._0x283d9b,0x4bb)+'ound',_0x4ba9e0[_0x1978dc(_0x6bb0ce._0x3b1f16,0x402,_0x6bb0ce._0x26b133,_0x6bb0ce._0x4e0b1c)](0x23cf*0x1+-0xcbf+-0x157c)[_0x1978dc(0x495,0x495,0x48f,_0x6bb0ce._0x246803)](_0x32e62a);}const _0x4fdf5a=await _0x23033f[_0x51c7fd(0x538,0x4dd,_0x6bb0ce._0x4cbe1c,0x529)](deleteTeam,_0x5b5977['id'],deleteBindingsBySubject),_0x44e829={};return _0x44e829[_0x1978dc(_0x6bb0ce._0xec8efa,_0x6bb0ce._0x5283c6,_0x6bb0ce._0x14e512,0x436)]='Team\x20delet'+_0x1978dc(_0x6bb0ce._0x1c4697,0x48f,0x418,0x4fb)+'fully',_0x44e829[_0x51c7fd(0x58b,_0x6bb0ce._0x24fc45,_0x6bb0ce._0x99bae2,0x59f)+_0x51c7fd(_0x6bb0ce._0x313986,0x59a,_0x6bb0ce._0x437492,0x54f)]=_0x4fdf5a[_0x51c7fd(_0x6bb0ce._0xd2de6b,0x5ad,_0x6bb0ce._0x5d4a33,0x5c5)+'dings'],_0x4ba9e0['json'](_0x44e829);}else{const _0x185531={};_0x185531['error']=_0x4cfb5a[_0x1978dc(_0x6bb0ce._0x243088,0x460,_0x6bb0ce._0x548b17,0x3f6)],_0x737593['error'](_0x23033f['YErsE'],_0x185531);const _0x484ac1={};return _0x484ac1[_0x1978dc(_0x6bb0ce._0x34138b,_0x6bb0ce._0x3d4c60,0x49d,_0x6bb0ce._0x3cd085)]='Internal\x20s'+_0x51c7fd(0x526,_0x6bb0ce._0x3165b6,_0x6bb0ce._0xd24ede,0x4f1)+'r',_0x4d7e14[_0x1978dc(_0x6bb0ce._0x4823cd,0x402,0x432,_0x6bb0ce._0x559906)](0x202f+-0x1612+-0x829)[_0x51c7fd(_0x6bb0ce._0x5125eb,_0x6bb0ce._0x2c966c,_0x6bb0ce._0x487952,0x59c)](_0x484ac1);}}catch(_0x398a1b){if(_0x23033f[_0x51c7fd(0x621,0x5b9,_0x6bb0ce._0x37cae4,0x60a)](_0x23033f[_0x51c7fd(_0x6bb0ce._0x18736e,0x582,_0x6bb0ce._0x94aff3,_0x6bb0ce._0xcf9f7)],_0x1978dc(_0x6bb0ce._0x2c3006,0x4a8,_0x6bb0ce._0x51b9c5,0x46c))){const _0x14680e={};_0x14680e[_0x1978dc(_0x6bb0ce._0x5eb9f6,0x44a,_0x6bb0ce._0x41a386,0x41c)]=_0x398a1b[_0x1978dc(_0x6bb0ce._0x383943,_0x6bb0ce._0x4fc2cc,_0x6bb0ce._0x394332,_0x6bb0ce._0x42ee2e)],logger['error'](_0x23033f[_0x51c7fd(0x523,_0x6bb0ce._0x547958,0x4df,0x508)],_0x14680e);const _0x43bc96={};return _0x43bc96[_0x51c7fd(_0x6bb0ce._0x30f538,_0x6bb0ce._0x370beb,_0x6bb0ce._0x303ee1,_0x6bb0ce._0x2b882a)]=_0x23033f[_0x1978dc(0x420,_0x6bb0ce._0x4418b9,_0x6bb0ce._0x365424,0x460)],_0x4ba9e0['status'](0x4*0x15a+-0x1adb+0x1767)['json'](_0x43bc96);}else{const _0x4c251d={};return _0x4c251d[_0x51c7fd(0x505,_0x6bb0ce._0x2e8db5,0x4e5,_0x6bb0ce._0x1760cd)]='Conflict',_0x4c251d[_0x1978dc(_0x6bb0ce._0x1d052d,_0x6bb0ce._0x4fc2cc,_0x6bb0ce._0x41a386,0x4ce)]=_0x798a0c[_0x51c7fd(0x4d3,0x51a,0x568,0x4c1)],_0x28c682[_0x51c7fd(_0x6bb0ce._0x14b5de,0x4bc,0x530,0x538)](-0xc9d*0x2+0x19*0x174+0x32b*-0x3)[_0x51c7fd(_0x6bb0ce._0xa0873c,0x54f,0x594,_0x6bb0ce._0x58e5c9)](_0x4c251d);}}}),router[_0xe5528b(0x3fd,0x3f2,0x3b7,0x3a1)]('/:id/membe'+'rs',async(_0x32ac8a,_0x1d2358)=>{const _0x47bc48={_0x5d4518:0x4a4,_0x44fe76:0x50c,_0x5f0348:0x516,_0x3817b7:0x29b,_0x5af9d5:0x304,_0x2dac4e:0x2dd,_0x3c4a07:0x48c,_0x54b090:0x498,_0x1bb17d:0x2e3,_0x1d417a:0x468,_0x44c42b:0x3f6,_0x32f2df:0x421,_0x253527:0x3b0,_0x112f68:0x444,_0x543429:0x4f1,_0x3ec89f:0x358,_0x2e6bc4:0x3c4,_0x4c3d21:0x2ea,_0x4de9d0:0x2df,_0x27e090:0x319,_0x58f87c:0x495,_0x23ec6d:0x452,_0xd2fc4d:0x498,_0xa8f4b1:0x276,_0x3fed54:0x2a2,_0x44f840:0x265,_0x5ca9be:0x491,_0x51f108:0x47e,_0x2644a0:0x2a3,_0x6799b0:0x222,_0x30fbff:0x24c,_0xcc8ebb:0x479,_0x59268f:0x42a,_0x2a4fcc:0x27b,_0x1f09a4:0x264,_0x392791:0x2f4,_0x16342e:0x225,_0x55f479:0x23e,_0x592a05:0x247,_0x57c95e:0x1fa,_0x4a4c3a:0x1cf,_0x1c484f:0x482,_0x456e41:0x412,_0xba49b5:0x48a,_0x5be173:0x211,_0x1fde31:0x213,_0x10b395:0x214,_0x55a364:0x46b,_0x21473b:0x47a,_0x5896ef:0x254,_0xb8f27a:0x251,_0x51e436:0x2b7,_0x5400aa:0x258,_0x1accba:0x2ab,_0x3f3d20:0x48b,_0x443f27:0x441,_0x574cd2:0x44e,_0x21cf75:0x2e0,_0x548bed:0x32b,_0x31669c:0x2f7,_0x5713ba:0x47d,_0xbf0c59:0x45c,_0x5c0bd0:0x451,_0x35c149:0x2b4,_0x1a0a9b:0x2f3,_0x36303c:0x42e,_0x2ab895:0x4ae,_0x38fca5:0x40a,_0x23a1c7:0x2b8,_0x32e308:0x2a1,_0x3db92f:0x3fe,_0x3bd45b:0x38c,_0x1735b6:0x221,_0x77944d:0x224,_0x3cbeb4:0x42f,_0xa5160:0x44f,_0x3457e6:0x2d2,_0x1501a4:0x282,_0x2977a5:0x2de,_0x39a85e:0x307,_0x588cdf:0x2eb,_0x5ec4f1:0x2bd,_0x589468:0x289,_0x4c672e:0x297,_0x4dbbe0:0x2aa,_0x1be28f:0x1e2,_0x1e8170:0x230,_0x40a957:0x4bd,_0x3b8e7c:0x4bb,_0x3445e1:0x3b4,_0x1b6dcf:0x3c9,_0x4d6e4e:0x3e4,_0x39859a:0x49d,_0xdd23cf:0x291,_0x38ef0b:0x2b2,_0x51d0e7:0x254,_0x115ea6:0x23a,_0x451e1d:0x288,_0x5289bd:0x2a1,_0x4112ba:0x203,_0x41352e:0x218,_0x4662aa:0x2c5,_0x1fe0c0:0x279,_0x34569e:0x444,_0x47d9eb:0x4a2,_0x48a00d:0x1f6,_0xbadb0f:0x1d6,_0x554d4b:0x23e,_0x5aa0b5:0x2b3,_0xad070c:0x21c,_0x2107ec:0x454,_0x52784f:0x23e,_0x1ccb35:0x27f,_0x20e4d2:0x229,_0x4ad069:0x277,_0x2ade5e:0x466,_0x41cf12:0x426,_0x47035c:0x3e0,_0x240301:0x4b9,_0x3b7f91:0x4f6,_0x41c5f8:0x272,_0x318de4:0x4e3,_0x1749f3:0x3f9,_0x456c2b:0x438,_0x563f87:0x479,_0x36c4ea:0x4e1,_0x4d7cd0:0x496};function _0x574dce(_0x488843,_0x4c7383,_0x389805,_0x137ed2){return _0xe5528b(_0x488843-0x146,_0x4c7383-0x106,_0x389805,_0x488843-0xfb);}function _0x1ccdd7(_0x10b78d,_0x212053,_0x332b04,_0x54e4c6){return _0xe5528b(_0x10b78d-0xf3,_0x212053-0x6,_0x332b04,_0x10b78d- -0xf5);}const _0x2b1733={'MSZQu':_0x574dce(_0x47bc48._0x5d4518,0x4e0,_0x47bc48._0x44fe76,_0x47bc48._0x5f0348),'lctzz':_0x574dce(0x4a7,0x4e2,0x460,0x443)+'\x20have\x20perm'+_0x1ccdd7(_0x47bc48._0x3817b7,0x255,_0x47bc48._0x5af9d5,_0x47bc48._0x2dac4e)+_0x574dce(0x4d0,_0x47bc48._0x3c4a07,0x50b,_0x47bc48._0x54b090)+_0x1ccdd7(0x28d,0x23b,_0x47bc48._0x1bb17d,0x231),'YuCLH':function(_0xd8c523,_0x55a5fe){return _0xd8c523(_0x55a5fe);},'NxJvN':'Team\x20not\x20f'+'ound','QACBD':function(_0x588810,_0x101c5b,_0x35a7ba){return _0x588810(_0x101c5b,_0x35a7ba);},'NUPDQ':function(_0xe93c76,_0x2e4943){return _0xe93c76&&_0x2e4943;},'hZaUi':_0x574dce(_0x47bc48._0x1d417a,0x406,_0x47bc48._0x44c42b,0x429)+'t','FiWJy':'iprQl','vcnWv':_0x574dce(_0x47bc48._0x32f2df,_0x47bc48._0x253527,_0x47bc48._0x112f68,0x432)+_0x574dce(0x4c8,0x506,_0x47bc48._0x543429,0x4db),'VAWQe':_0x1ccdd7(0x2dc,_0x47bc48._0x3ec89f,0x2d7,0x2e9)+_0x574dce(0x3fd,0x3a0,_0x47bc48._0x2e6bc4,0x451),'xzXeq':_0x1ccdd7(_0x47bc48._0x4c3d21,_0x47bc48._0x4de9d0,_0x47bc48._0x27e090,0x366),'VIBJg':'Conflict','vuDwE':_0x574dce(_0x47bc48._0x58f87c,0x4b5,_0x47bc48._0x23ec6d,_0x47bc48._0xd2fc4d)+_0x1ccdd7(_0x47bc48._0xa8f4b1,_0x47bc48._0x3fed54,_0x47bc48._0x44f840,0x247)};try{const _0x57ca76=await _0x2b1733[_0x574dce(_0x47bc48._0x5ca9be,0x486,_0x47bc48._0x51f108,0x460)](getTeamById,_0x32ac8a['params']['id']);if(!_0x57ca76){const _0x58dee7={};return _0x58dee7[_0x1ccdd7(0x23e,0x249,_0x47bc48._0x2644a0,_0x47bc48._0x6799b0)]=_0x2b1733['NxJvN'],_0x1d2358[_0x1ccdd7(0x1f6,0x241,_0x47bc48._0x30fbff,0x271)](-0x15c7+-0x1ba5+-0x440*-0xc)[_0x574dce(_0x47bc48._0xcc8ebb,0x43c,_0x47bc48._0x59268f,0x4ae)](_0x58dee7);}const _0x396fa4=_0x32ac8a[_0x1ccdd7(0x292,_0x47bc48._0x2a4fcc,_0x47bc48._0x1f09a4,_0x47bc48._0x392791)][_0x1ccdd7(0x239,0x259,0x252,0x1ba)+_0x1ccdd7(0x2a2,_0x47bc48._0x16342e,_0x47bc48._0x55f479,0x24d)],_0x3be68e=await _0x2b1733[_0x1ccdd7(_0x47bc48._0x592a05,0x24f,_0x47bc48._0x57c95e,_0x47bc48._0x4a4c3a)](isTeamManager,_0x32ac8a[_0x574dce(_0x47bc48._0x1c484f,0x4b4,_0x47bc48._0x456e41,_0x47bc48._0xba49b5)]['id'],_0x57ca76['id']);if(_0x2b1733[_0x1ccdd7(_0x47bc48._0x5be173,_0x47bc48._0x1fde31,_0x47bc48._0x10b395,0x267)](!_0x396fa4,!_0x3be68e)){const _0x5b0b62={};return _0x5b0b62['error']=_0x2b1733[_0x574dce(_0x47bc48._0x55a364,0x41b,_0x47bc48._0x21473b,0x407)],_0x5b0b62[_0x1ccdd7(_0x47bc48._0x5896ef,0x2c0,_0x47bc48._0xb8f27a,0x1eb)]=_0x1ccdd7(_0x47bc48._0x51e436,_0x47bc48._0x5400aa,0x281,_0x47bc48._0x1accba)+'\x20have\x20perm'+_0x574dce(_0x47bc48._0x3f3d20,_0x47bc48._0x443f27,_0x47bc48._0x574cd2,0x45d)+_0x1ccdd7(_0x47bc48._0x21cf75,_0x47bc48._0x548bed,_0x47bc48._0x31669c,0x303)+_0x574dce(_0x47bc48._0x5713ba,_0x47bc48._0xbf0c59,0x41e,_0x47bc48._0x5c0bd0),_0x1d2358['status'](0x2*-0xca7+0x13ff+0x6e2)[_0x1ccdd7(0x289,_0x47bc48._0x35c149,0x225,_0x47bc48._0x1a0a9b)](_0x5b0b62);}const {userId:_0x336826}=_0x32ac8a['body'];if(!_0x336826){const _0xe53cf7={};return _0xe53cf7[_0x574dce(_0x47bc48._0x36303c,_0x47bc48._0x2ab895,_0x47bc48._0x38fca5,0x42c)]=_0x2b1733[_0x1ccdd7(_0x47bc48._0x23a1c7,_0x47bc48._0x32e308,0x2c7,0x254)],_0xe53cf7['message']=_0x574dce(_0x47bc48._0x3db92f,0x392,_0x47bc48._0x3bd45b,0x3cf)+'required',_0x1d2358['status'](0xacd*-0x1+0x7*-0x13c+0x1501)['json'](_0xe53cf7);}const _0x1ae3cf=await findUserById(_0x336826);if(!_0x1ae3cf){if(_0x2b1733[_0x1ccdd7(_0x47bc48._0x1735b6,0x29d,_0x47bc48._0x77944d,0x255)]!==_0x574dce(0x445,_0x47bc48._0x3cbeb4,0x44c,_0x47bc48._0xa5160)){const _0x5d7ec0={};return _0x5d7ec0['error']=_0x2b1733[_0x574dce(_0x47bc48._0x55a364,0x3f4,0x3ef,0x484)],_0x5d7ec0['message']=_0x1ccdd7(0x252,_0x47bc48._0x3457e6,_0x47bc48._0x1501a4,0x23e)+_0x1ccdd7(_0x47bc48._0x2977a5,0x35b,_0x47bc48._0x39a85e,0x280)+'an\x20manage\x20'+'team\x20manag'+_0x1ccdd7(0x2c9,_0x47bc48._0x588cdf,_0x47bc48._0x5ec4f1,0x288),_0x12f4ae['status'](-0xf1*-0x12+-0x1a05+0xaa6)[_0x1ccdd7(_0x47bc48._0x589468,_0x47bc48._0x4c672e,0x2cd,_0x47bc48._0x4dbbe0)](_0x5d7ec0);}else{const _0x3997ec={};return _0x3997ec[_0x1ccdd7(_0x47bc48._0x55f479,_0x47bc48._0x1be28f,0x259,_0x47bc48._0x1e8170)]=_0x2b1733[_0x1ccdd7(0x2b8,0x238,0x268,0x273)],_0x3997ec[_0x574dce(0x444,_0x47bc48._0x40a957,0x4ad,_0x47bc48._0x3b8e7c)]=_0x2b1733[_0x574dce(0x41d,0x443,0x49a,0x44a)],_0x1d2358[_0x574dce(0x3e6,_0x47bc48._0x3445e1,_0x47bc48._0x1b6dcf,_0x47bc48._0x3445e1)](0xa*0x26d+0x226*0x7+-0x25bc)['json'](_0x3997ec);}}const _0x49f6d5=await _0x2b1733[_0x574dce(0x437,_0x47bc48._0x4d6e4e,0x3f9,_0x47bc48._0x39859a)](addMember,_0x57ca76['id'],_0x336826);return _0x1d2358['json']({'message':_0x2b1733[_0x1ccdd7(0x21c,_0x47bc48._0xdd23cf,0x261,0x229)],'team':await _0x2b1733[_0x1ccdd7(0x2a1,0x309,_0x47bc48._0x38ef0b,_0x47bc48._0x51d0e7)](enrichTeamWithManagerNames,_0x49f6d5)});}catch(_0x561b69){if(_0x2b1733['xzXeq']===_0x2b1733['xzXeq']){if(_0x561b69[_0x574dce(_0x47bc48._0x112f68,0x472,0x3db,0x46b)][_0x1ccdd7(_0x47bc48._0x115ea6,_0x47bc48._0x451e1d,0x27b,_0x47bc48._0x5289bd)](_0x1ccdd7(0x1ff,_0x47bc48._0x4112ba,_0x47bc48._0x57c95e,0x1c9)+'member')){const _0x3e7632={};return _0x3e7632[_0x574dce(0x42e,0x464,0x3d8,0x3d3)]=_0x2b1733[_0x1ccdd7(0x286,_0x47bc48._0x41352e,_0x47bc48._0x4662aa,_0x47bc48._0x1fe0c0)],_0x3e7632[_0x574dce(_0x47bc48._0x34569e,0x42a,_0x47bc48._0x23ec6d,_0x47bc48._0x47d9eb)]=_0x561b69[_0x1ccdd7(_0x47bc48._0x51d0e7,0x2cb,0x212,0x2cd)],_0x1d2358[_0x1ccdd7(_0x47bc48._0x48a00d,0x19f,_0x47bc48._0xbadb0f,0x23c)](-0x14a1+0x1352+-0xf8*-0x3)['json'](_0x3e7632);}const _0x36cac2={};_0x36cac2['error']=_0x561b69[_0x574dce(_0x47bc48._0x34569e,0x3d9,0x462,0x3dd)],logger[_0x1ccdd7(_0x47bc48._0x554d4b,_0x47bc48._0x5aa0b5,_0x47bc48._0xad070c,0x1ed)](_0x2b1733[_0x574dce(_0x47bc48._0x2107ec,_0x47bc48._0x51f108,0x4ae,0x4c3)],_0x36cac2);const _0x2a0cfe={};return _0x2a0cfe[_0x1ccdd7(_0x47bc48._0x52784f,_0x47bc48._0x1ccb35,_0x47bc48._0x4c672e,_0x47bc48._0x20e4d2)]='Internal\x20s'+_0x1ccdd7(0x24d,0x252,0x22d,_0x47bc48._0x4ad069)+'r',_0x1d2358[_0x574dce(0x3e6,_0x47bc48._0x2ade5e,_0x47bc48._0x41cf12,_0x47bc48._0x47035c)](-0x1f3*-0x2+0x3b*-0x35+0xef*0xb)[_0x574dce(0x479,0x490,_0x47bc48._0x240301,_0x47bc48._0x3b7f91)](_0x2a0cfe);}else{const _0x1a4fbd={};return _0x1a4fbd[_0x1ccdd7(0x23e,_0x47bc48._0x41c5f8,0x1ce,0x20d)]=_0x2b1733[_0x574dce(_0x47bc48._0x55a364,_0x47bc48._0x318de4,_0x47bc48._0x1749f3,_0x47bc48._0x456c2b)],_0x1a4fbd[_0x1ccdd7(0x254,0x1fd,0x248,0x2a1)]=_0x2b1733['lctzz'],_0xf177b9[_0x1ccdd7(_0x47bc48._0x48a00d,0x26a,0x249,0x1c1)](0x18fb+0x13*0x128+-0x2d60)[_0x574dce(_0x47bc48._0x563f87,_0x47bc48._0x36c4ea,_0x47bc48._0x3cbeb4,_0x47bc48._0x4d7cd0)](_0x1a4fbd);}}}),router[_0xe5528b(0x314,0x26d,0x35b,0x2ec)](_0xe5528b(0x35f,0x3a6,0x3aa,0x35d)+_0xe5528b(0x307,0x319,0x33f,0x365),async(_0x272807,_0x4832df)=>{const _0x40d1ba={_0x3c2d3c:0x181,_0x2e5d99:0x188,_0x1d95d7:0x1c4,_0x1f78fc:0x315,_0x38c1ac:0x2bb,_0x1bfbab:0x2b6,_0x55ae1e:0x20e,_0x34d40f:0x377,_0x385f4e:0x3c2,_0x532a73:0x3c3,_0x576b5c:0x1ca,_0x56c2d4:0x192,_0x54b26c:0x158,_0x833bb7:0x1de,_0x13ad2e:0x391,_0x3fe4fb:0x2e3,_0x1483c1:0x319,_0x2d8040:0x2ec,_0x5c904d:0x346,_0x427d8e:0x18a,_0x54b212:0x1b7,_0x20020a:0x3a0,_0x5fb933:0x237,_0x34b7fa:0x13b,_0x1e51a7:0x156,_0x5a9c92:0x16d,_0x15e3b3:0x35b,_0x26b900:0x33f,_0x455e7d:0x380,_0x5a876c:0x3bd,_0x3b4a47:0x401,_0x2d168f:0x3cd,_0x346134:0x3a6,_0x142abf:0x390,_0x3e3c43:0x349,_0x4dd5e9:0x32b,_0x522bb0:0x37e,_0x422024:0x393,_0x1b64b6:0x3fe,_0x45fc2e:0x358,_0x208002:0x305,_0x40a6b4:0x30b,_0x136942:0x375,_0x2a338d:0x32d,_0x4b4646:0x345,_0x54974b:0x24c,_0x126607:0x184,_0x3723ab:0x40a,_0x47a98f:0x3c6,_0x5f9006:0x3b8,_0x6cb49:0x237,_0x8fc32b:0x196,_0x4b8d32:0x1b9,_0x13c0af:0x364,_0x5bedd8:0x33e,_0x2ddede:0x1e4,_0x41df9f:0x17e,_0x35ce31:0x194,_0x2e75e6:0x12a,_0x373f54:0x15f,_0x197b0b:0x173,_0x154aef:0x139,_0x4a6d3f:0x121,_0x1903f6:0x330,_0x29d9d4:0x365,_0x8aad25:0x17a,_0x147e62:0x11a,_0x3afd01:0x195,_0x1047cd:0x1bc,_0x3d03ad:0x37b,_0x2766b7:0x362,_0x4515da:0x3c2,_0xa7499b:0x1e0,_0x1c3053:0x153,_0x5526fa:0x16c,_0x33a1cc:0xff,_0x1a0e8d:0xd9,_0x19fb74:0xb4,_0x424aea:0x175,_0x5b5b37:0x147,_0x442432:0x177,_0x385e37:0x11b,_0x2228ca:0x47b,_0x5aa88f:0x476,_0x34ed28:0x3be,_0x2e9e1f:0x303,_0x5457ef:0x1c1,_0x1b745a:0x36d,_0x1c053f:0x2cc,_0x14c533:0x179,_0x4d594c:0x3b9,_0x34e7eb:0x345,_0x5c17fb:0x36a,_0x16acf1:0xfb,_0x31d3dd:0x3f4,_0x37e48b:0x35e,_0x58a90c:0x35a,_0x7471e1:0x90,_0xcbb253:0x17e,_0x3ecea9:0x18a,_0x36d2d7:0x34e,_0x5b551c:0x2c9,_0xcde7f5:0x302,_0x2a4ab7:0x10f,_0x5d57b4:0x1cc,_0x57fc2a:0xa0},_0x507cd7={_0x4930c8:0x74,_0x42f60f:0x502},_0x1a005b={_0x1f70c6:0xdc,_0x405f0c:0x304},_0x267653={'heuox':_0x1376b3(_0x40d1ba._0x3c2d3c,_0x40d1ba._0x2e5d99,_0x40d1ba._0x1d95d7,_0x40d1ba._0x2e5d99)+'t','WMOWw':_0x150df8(0x2eb,0x2c7,_0x40d1ba._0x1f78fc,_0x40d1ba._0x38c1ac)+_0x150df8(0x3e8,0x3c3,0x3f8,0x3ed),'Rjcvz':function(_0x44d9d0,_0x3d61b4){return _0x44d9d0(_0x3d61b4);},'LqSvF':_0x150df8(_0x40d1ba._0x1bfbab,0x342,0x311,0x381)+_0x1376b3(0x1e1,0x1c3,0x188,0x1dd),'eppQm':function(_0x1fb6a0,_0x5d4f01,_0x4624c8){return _0x1fb6a0(_0x5d4f01,_0x4624c8);},'FAWOD':function(_0xb4d2df,_0x50d58d){return _0xb4d2df&&_0x50d58d;},'ZFZvR':_0x1376b3(0x1bd,0x1e6,0x1de,_0x40d1ba._0x55ae1e),'LRvPh':function(_0x18f0f3,_0x11fb7b,_0x2fc243){return _0x18f0f3(_0x11fb7b,_0x2fc243);},'IeBwC':_0x150df8(_0x40d1ba._0x34d40f,0x3e0,_0x40d1ba._0x385f4e,_0x40d1ba._0x532a73)+_0x1376b3(_0x40d1ba._0x576b5c,_0x40d1ba._0x56c2d4,_0x40d1ba._0x54b26c,_0x40d1ba._0x833bb7)+'team','VpFtY':function(_0x1700f0,_0x31159d){return _0x1700f0===_0x31159d;},'KUJct':_0x150df8(_0x40d1ba._0x13ad2e,_0x40d1ba._0x3fe4fb,_0x40d1ba._0x1483c1,0x305),'oxgli':_0x150df8(_0x40d1ba._0x2d8040,0x35c,_0x40d1ba._0x5c904d,0x2e4)+'er','ecZzc':function(_0x42ed63,_0x3e48ed){return _0x42ed63!==_0x3e48ed;},'HjSNV':'EEQcl','ufPYO':_0x1376b3(_0x40d1ba._0x427d8e,0x203,0x174,_0x40d1ba._0x54b212),'EqzyH':_0x150df8(0x3de,0x37f,_0x40d1ba._0x20020a,0x3b6)+_0x1376b3(0x1d0,0x1bc,_0x40d1ba._0x5fb933,0x1ea)+'r','cuJaP':_0x1376b3(_0x40d1ba._0x34b7fa,0x162,0xfb,0x1a8)+_0x1376b3(_0x40d1ba._0x1e51a7,_0x40d1ba._0x5a9c92,0x13f,0x127)+'r'};function _0x1376b3(_0x1b8108,_0x5abd2b,_0x13f7a4,_0x510fae){return _0x381af2(_0x13f7a4,_0x5abd2b-_0x1a005b._0x1f70c6,_0x13f7a4-0x11,_0x1b8108-_0x1a005b._0x405f0c);}function _0x150df8(_0x287f1b,_0xc6e20,_0x34e283,_0x54c0da){return _0x381af2(_0x287f1b,_0xc6e20-_0x507cd7._0x4930c8,_0x34e283-0x85,_0x34e283-_0x507cd7._0x42f60f);}try{const _0x5735c0=await _0x267653[_0x150df8(0x33e,_0x40d1ba._0x15e3b3,_0x40d1ba._0x26b900,0x2f0)](getTeamById,_0x272807['params']['id']);if(!_0x5735c0){const _0x1bb7c7={};return _0x1bb7c7['error']=_0x267653[_0x150df8(_0x40d1ba._0x455e7d,_0x40d1ba._0x34d40f,_0x40d1ba._0x5a876c,_0x40d1ba._0x3b4a47)],_0x4832df[_0x150df8(0x36b,0x2c7,0x2fd,0x27d)](-0x3e*0x6c+0xa81*-0x3+-0x3b3f*-0x1)[_0x150df8(_0x40d1ba._0x2d168f,_0x40d1ba._0x346134,_0x40d1ba._0x142abf,_0x40d1ba._0x3e3c43)](_0x1bb7c7);}const _0x3ba1ad=_0x272807[_0x150df8(0x3ac,_0x40d1ba._0x4dd5e9,0x399,_0x40d1ba._0x522bb0)]['isServerAd'+_0x150df8(_0x40d1ba._0x422024,_0x40d1ba._0x1b64b6,0x3a9,_0x40d1ba._0x45fc2e)],_0x41cd8b=await _0x267653[_0x1376b3(0x1ce,0x22d,0x17d,0x174)](isTeamManager,_0x272807['user']['id'],_0x5735c0['id']);if(_0x267653[_0x150df8(_0x40d1ba._0x208002,0x2b1,0x302,_0x40d1ba._0x40a6b4)](!_0x3ba1ad,!_0x41cd8b)){const _0x4715bb={};return _0x4715bb[_0x150df8(_0x40d1ba._0x136942,_0x40d1ba._0x2a338d,_0x40d1ba._0x4b4646,0x3af)]=_0x267653[_0x1376b3(0x1e3,_0x40d1ba._0x54974b,_0x40d1ba._0x126607,0x1f7)],_0x4715bb['message']=_0x150df8(_0x40d1ba._0x3723ab,_0x40d1ba._0x47a98f,0x3be,0x346)+'\x20have\x20perm'+_0x150df8(0x41d,_0x40d1ba._0x5f9006,0x3a2,0x3e5)+_0x1376b3(0x1e9,_0x40d1ba._0x6cb49,0x24b,0x22f)+_0x1376b3(_0x40d1ba._0x8fc32b,0x15b,_0x40d1ba._0x427d8e,_0x40d1ba._0x4b8d32),_0x4832df[_0x150df8(_0x40d1ba._0x13c0af,0x280,0x2fd,_0x40d1ba._0x5bedd8)](-0x3a9*-0x8+-0xa81+0xc*-0x16f)[_0x1376b3(0x192,0x1d4,_0x40d1ba._0x2ddede,0x144)](_0x4715bb);}const _0x275c38=await _0x267653[_0x1376b3(_0x40d1ba._0x41df9f,0x1be,0x120,0x14d)](removeMember,_0x5735c0['id'],_0x272807[_0x1376b3(0x19f,_0x40d1ba._0x35ce31,0x18b,_0x40d1ba._0x2e75e6)]['userId']);return _0x4832df[_0x1376b3(0x192,0x193,_0x40d1ba._0x373f54,_0x40d1ba._0x197b0b)]({'message':_0x267653[_0x1376b3(0x178,_0x40d1ba._0x2e75e6,0x151,0x14b)],'team':await enrichTeamWithManagerNames(_0x275c38)});}catch(_0xc96be2){if(_0x267653[_0x1376b3(_0x40d1ba._0x154aef,0xc5,_0x40d1ba._0x4a6d3f,0x1b4)](_0x267653[_0x150df8(_0x40d1ba._0x1903f6,0x397,_0x40d1ba._0x29d9d4,0x3d4)],_0x267653['KUJct'])){if(_0xc96be2[_0x1376b3(0x15d,0xdf,_0x40d1ba._0x8aad25,0x168)]['includes'](_0x267653[_0x1376b3(0x175,0x12b,_0x40d1ba._0x147e62,_0x40d1ba._0x3afd01)])){if(_0x267653[_0x1376b3(0x165,0x150,0x174,_0x40d1ba._0x1047cd)](_0x267653[_0x150df8(0x38f,_0x40d1ba._0x3d03ad,_0x40d1ba._0x2766b7,_0x40d1ba._0x4515da)],_0x267653[_0x1376b3(0x164,_0x40d1ba._0xa7499b,_0x40d1ba._0x1c3053,0x1a3)])){const _0x1853c5={};return _0x1853c5['error']=_0x267653[_0x1376b3(0x130,0x12f,0xf5,_0x40d1ba._0x5526fa)],_0x1853c5[_0x150df8(0x343,0x2ff,0x35b,0x344)]=_0x267653['WMOWw'],_0x4e13fa[_0x1376b3(_0x40d1ba._0x33a1cc,_0x40d1ba._0x1a0e8d,0xb2,_0x40d1ba._0x19fb74)](-0x1e90*-0x1+0x4f*0x6b+-0x3e05*0x1)[_0x1376b3(_0x40d1ba._0x56c2d4,0x1e2,0x1bc,_0x40d1ba._0x424aea)](_0x1853c5);}else{const _0x5b7524={};return _0x5b7524[_0x1376b3(_0x40d1ba._0x5b5b37,_0x40d1ba._0x442432,_0x40d1ba._0x385e37,0x13e)]=_0x267653[_0x150df8(_0x40d1ba._0x2228ca,_0x40d1ba._0x5aa88f,0x3fb,0x39a)],_0x5b7524[_0x150df8(_0x40d1ba._0x34ed28,_0x40d1ba._0x2e9e1f,0x35b,0x303)]=_0xc96be2[_0x1376b3(0x15d,_0x40d1ba._0x5457ef,0x16b,0x10b)],_0x4832df[_0x150df8(0x2a2,_0x40d1ba._0x1b745a,0x2fd,_0x40d1ba._0x1c053f)](-0x6fe*0x4+-0x15bf+0x5b3*0x9)[_0x1376b3(0x192,_0x40d1ba._0x14c533,_0x40d1ba._0x427d8e,0x1a8)](_0x5b7524);}}const _0x17010a={};_0x17010a[_0x150df8(0x35c,_0x40d1ba._0x4d594c,_0x40d1ba._0x34e7eb,_0x40d1ba._0x5c17fb)]=_0xc96be2['message'],logger[_0x1376b3(0x147,0x19d,_0x40d1ba._0x16acf1,0x113)](_0x267653[_0x150df8(0x3cc,0x3a5,_0x40d1ba._0x31d3dd,0x3ac)],_0x17010a);const _0x196109={};return _0x196109[_0x1376b3(0x147,0x12e,0x17b,0x195)]=_0x267653[_0x150df8(0x3d3,_0x40d1ba._0x37e48b,_0x40d1ba._0x58a90c,0x30d)],_0x4832df[_0x1376b3(0xff,_0x40d1ba._0x7471e1,0xe2,_0x40d1ba._0xcbb253)](-0x1*0x228+-0x34e+-0x2*-0x3b5)[_0x1376b3(_0x40d1ba._0x56c2d4,0x114,_0x40d1ba._0x3ecea9,0x1e1)](_0x196109);}else return _0x25ef7['status'](-0x2dd+-0x11e+-0x81*-0xb)[_0x150df8(_0x40d1ba._0x346134,_0x40d1ba._0x36d2d7,_0x40d1ba._0x142abf,0x399)]({'error':_0x267653[_0x150df8(_0x40d1ba._0x5b551c,_0x40d1ba._0x26b900,0x32e,_0x40d1ba._0xcde7f5)],'message':_0x1376b3(0x188,0x14b,_0x40d1ba._0x2a4ab7,_0x40d1ba._0x5d57b4)+_0x1376b3(0x193,0x125,0x11e,0x1cc)+_0x13f37c[_0x1376b3(0x10f,_0x40d1ba._0x57fc2a,0xb8,0xbd)](',\x20')});}}),router[_0x381af2(-0x175,-0x1bc,-0x168,-0x14f)]('/:id/manag'+_0x381af2(-0x10a,-0xb8,-0xba,-0x132),async(_0x1c8c1a,_0xc23acd)=>{const _0x83ee73={_0x18b0b9:0x61b,_0x9bb530:0x568,_0x41b414:0x61b,_0x4441bd:0x595,_0x35e07a:0x5eb,_0x11c0ce:0x505,_0xbbc3a2:0x533,_0x35bd84:0x497,_0x4f3398:0x61d,_0x536e71:0x614,_0x12326a:0x402,_0x3b2697:0x409,_0x399fca:0x390,_0x52f537:0x639,_0x1c6901:0x52c,_0xd4265b:0x4c5,_0x3387da:0x4b4,_0x949128:0x606,_0x427ef8:0x5e8,_0x2547e5:0x5c3,_0x4015f3:0x35b,_0x192340:0x570,_0x5cde01:0x5eb,_0x1333ec:0x562,_0x3feb38:0x4b8,_0x192956:0x321,_0x4f8694:0x334,_0x22974b:0x3a8,_0x3c5a94:0x355,_0x99595:0x33c,_0x5a4629:0x3a6,_0x405ab4:0x425,_0x4badb2:0x53d,_0x398024:0x4fa,_0x27a758:0x4fd,_0xce0f60:0x595,_0x410187:0x586,_0x156438:0x558,_0x4feba7:0x52d,_0x4e6f3e:0x533,_0x1c012c:0x537,_0x449d22:0x5be,_0x4cdaa8:0x5aa,_0x4bb4aa:0x58d,_0x4b764e:0x513,_0x2bcaa6:0x515,_0x4e6465:0x51d,_0x45b9e3:0x434,_0x3309c4:0x3b0,_0x57cc41:0x3d7,_0x3c422f:0x3c7,_0x4aa443:0x528,_0x45c876:0x54f,_0x13e30b:0x57f,_0x324ece:0x56a,_0x287cc8:0x3bf,_0x2f8ea2:0x476,_0xffbd67:0x2f9,_0x4f3a61:0x30e,_0x2ce1e1:0x584,_0x42ae4c:0x578,_0x3e65ef:0x2fc,_0x315120:0x2fb,_0x100a11:0x332,_0xeb9137:0x391,_0x2b1a20:0x37a,_0x40028a:0x3ce,_0x3b422f:0x453,_0x4a3dba:0x3b7,_0x205f4d:0x2a3,_0x59ba82:0x53f,_0x4256cd:0x559,_0x20d211:0x32e,_0x1b2fd8:0x304,_0x2bebf0:0x367,_0x4d3c47:0x591,_0x37eac3:0x32f,_0x4ba8cb:0x35d,_0x322ce9:0x33a,_0x412ce3:0x404,_0x3a3365:0x3a1,_0x21d43a:0x32e,_0x3593bc:0x395,_0x95f5dc:0x543,_0x2f892b:0x539,_0x420e01:0x4ca,_0x5d6a86:0x368,_0x3811c6:0x2fa,_0x11a4ac:0x356,_0x5ebbc4:0x37d,_0x2d8add:0x5d5,_0x387c01:0x34d,_0x50b45b:0x337,_0xfa67f5:0x356,_0x433169:0x545,_0xdd29a1:0x36f,_0x649a66:0x315,_0x4f2a62:0x34e,_0x2d033f:0x3b2,_0x2a7f83:0x33c,_0x6e83a9:0x551,_0x2c02a8:0x584,_0x1f9396:0x386,_0x3eb590:0x36a,_0xb110e2:0x3c1,_0xa0c724:0x638,_0x8fd566:0x51f,_0x31517b:0x539,_0x4c7b30:0x50f,_0x5b9a7e:0x31c,_0x414512:0x5d9,_0xa642f5:0x55e,_0x482112:0x541,_0x50bf2b:0x36c,_0x173a0a:0x3d4,_0x23e785:0x333,_0x515be7:0x317,_0x59ded9:0x32f,_0x5143a2:0x3c9,_0x44b4f1:0x3a3,_0x4eda80:0x539,_0x379158:0x5ae,_0x3deca2:0x580,_0x3fe028:0x395,_0x251cdf:0x3df,_0x3b9978:0x361,_0x4f1c74:0x4e3,_0x3fd558:0x3a4,_0x237b21:0x36c,_0x1c8872:0x39e,_0x33c7e3:0x4f9,_0x7be562:0x539,_0x3f9cfe:0x559,_0x4bc6a3:0x5bd,_0x1ab3cf:0x54d,_0x100612:0x396,_0x4f8ec1:0x514,_0x2dec17:0x339,_0x352d36:0x40e,_0x1afda0:0x39a,_0x404762:0x401,_0x23d814:0x308,_0x16a04c:0x334,_0x35251d:0x338,_0x50438b:0x3dc,_0x429986:0x54f,_0x467a65:0x35c,_0x4ba1eb:0x359,_0x5e7159:0x5e9,_0x16bbf4:0x5ce,_0x3daf58:0x5d0,_0x2306ea:0x583,_0x4acb0b:0x539,_0x5a11ef:0x51c,_0x524eb4:0x3b4,_0x1893cf:0x33b,_0x1ad8ee:0x3b0,_0x1c96c7:0x4b0,_0x58325e:0x4f1,_0x38211e:0x4b1,_0x4e7a5b:0x500},_0x417716={_0x5d01f9:0x67,_0x165dca:0xbc,_0x5c884e:0x513},_0x58e0a9={_0x4fb9c4:0x1af,_0xf5b7ec:0x172,_0x4b7361:0x6f6};function _0x583dc6(_0x2ef540,_0x182295,_0x191600,_0x5e31e5){return _0x381af2(_0x5e31e5,_0x182295-_0x58e0a9._0x4fb9c4,_0x191600-_0x58e0a9._0xf5b7ec,_0x182295-_0x58e0a9._0x4b7361);}function _0x1595cf(_0x4616b8,_0x3a3cae,_0x3276b2,_0x53c7ad){return _0x381af2(_0x53c7ad,_0x3a3cae-_0x417716._0x5d01f9,_0x3276b2-_0x417716._0x165dca,_0x3276b2-_0x417716._0x5c884e);}const _0x4ccc64={'szxBr':'Forbidden','pRVjK':'Conflict','roqGw':_0x583dc6(0x5bf,0x5a0,_0x83ee73._0x18b0b9,_0x83ee73._0x9bb530)+_0x583dc6(_0x83ee73._0x41b414,0x5d0,_0x83ee73._0x4441bd,_0x83ee73._0x35e07a),'ryvHV':_0x1595cf(0x480,0x42b,0x406,0x3b6),'aOACf':function(_0x4bf732,_0x3edf2c){return _0x4bf732(_0x3edf2c);},'EUyNZ':_0x583dc6(0x538,_0x83ee73._0x11c0ce,_0x83ee73._0xbbc3a2,_0x83ee73._0x35bd84)+_0x583dc6(_0x83ee73._0x4f3398,0x5d3,_0x83ee73._0x536e71,0x586),'UazsF':_0x1595cf(_0x83ee73._0x12326a,_0x83ee73._0x3b2697,_0x83ee73._0x399fca,0x393)+'t','kvHnR':'userId\x20is\x20'+_0x583dc6(0x665,0x5ec,0x604,_0x83ee73._0x52f537),'fEXjb':_0x583dc6(0x58a,_0x83ee73._0x1c6901,_0x83ee73._0xd4265b,_0x83ee73._0x3387da)+'ound','CQltU':function(_0x49cd31,_0xa57b9){return _0x49cd31===_0xa57b9;},'SUAFh':_0x583dc6(_0x83ee73._0x949128,0x5be,_0x83ee73._0x427ef8,_0x83ee73._0x2547e5),'oemZb':'User\x20must\x20'+_0x1595cf(_0x83ee73._0x4015f3,0x342,0x34c,0x3ca)+_0x583dc6(_0x83ee73._0x192340,0x5c5,_0x83ee73._0x5cde01,0x5b5)+_0x583dc6(_0x83ee73._0x1333ec,0x511,_0x83ee73._0x3feb38,0x4bb)+_0x1595cf(0x2f4,0x303,_0x83ee73._0x192956,0x2a7)+_0x1595cf(_0x83ee73._0x4f8694,_0x83ee73._0x22974b,_0x83ee73._0x3c5a94,0x33a),'lmjNP':_0x1595cf(0x3d3,_0x83ee73._0x99595,_0x83ee73._0x5a4629,_0x83ee73._0x405ab4)+_0x583dc6(0x509,0x549,_0x83ee73._0x4badb2,0x5b4)+'m','iiBJJ':_0x583dc6(0x4af,_0x83ee73._0x398024,_0x83ee73._0x27a758,0x49b)+_0x583dc6(_0x83ee73._0xce0f60,_0x83ee73._0x410187,_0x83ee73._0x156438,0x5c0),'jneXu':_0x583dc6(0x52b,_0x83ee73._0x4feba7,_0x83ee73._0x4e6f3e,0x52b)+_0x583dc6(0x543,0x548,_0x83ee73._0x1c012c,_0x83ee73._0x449d22)+'r'};try{if(!_0x1c8c1a[_0x583dc6(_0x83ee73._0x4cdaa8,_0x83ee73._0x4bb4aa,0x58c,_0x83ee73._0x4b764e)][_0x583dc6(0x4fe,0x534,_0x83ee73._0x2bcaa6,_0x83ee73._0x4e6465)+_0x1595cf(0x3be,_0x83ee73._0x45b9e3,0x3ba,_0x83ee73._0x3309c4)]){if(_0x4ccc64[_0x1595cf(_0x83ee73._0x57cc41,0x3ac,_0x83ee73._0x3c422f,0x398)]!==_0x4ccc64['ryvHV']){const _0x2c0e21={};return _0x2c0e21['error']=_0x4ccc64['szxBr'],_0x2c0e21[_0x583dc6(_0x83ee73._0x4aa443,_0x83ee73._0x45c876,_0x83ee73._0x13e30b,0x530)]='You\x20do\x20not'+_0x583dc6(0x5bf,0x55b,0x546,_0x83ee73._0x324ece)+'ission\x20to\x20'+_0x1595cf(_0x83ee73._0x287cc8,_0x83ee73._0x2f8ea2,0x3f8,0x3fc)+'m\x20members',_0x140c38[_0x1595cf(_0x83ee73._0xffbd67,0x300,_0x83ee73._0x4f3a61,0x35b)](-0x29f*0x3+-0x15*-0xf1+-0xa55)[_0x583dc6(_0x83ee73._0x192340,_0x83ee73._0x2ce1e1,0x5e3,_0x83ee73._0x42ae4c)](_0x2c0e21);}else{const _0x59a405={};return _0x59a405['error']=_0x4ccc64[_0x1595cf(_0x83ee73._0x3e65ef,_0x83ee73._0x315120,_0x83ee73._0x100a11,_0x83ee73._0xeb9137)],_0x59a405[_0x1595cf(_0x83ee73._0x2b1a20,_0x83ee73._0x40028a,0x36c,0x309)]='Only\x20Serve'+'r\x20Admins\x20c'+_0x1595cf(_0x83ee73._0x3b422f,_0x83ee73._0x4a3dba,0x3e8,0x428)+'team\x20manag'+'ers',_0xc23acd[_0x1595cf(_0x83ee73._0xffbd67,_0x83ee73._0x205f4d,_0x83ee73._0x4f3a61,0x355)](-0x5*0x58d+-0x256e+-0x5*-0xd5a)[_0x583dc6(_0x83ee73._0x59ba82,0x584,0x57f,_0x83ee73._0x4256cd)](_0x59a405);}}const _0x33f298=await _0x4ccc64[_0x1595cf(_0x83ee73._0x20d211,_0x83ee73._0x1b2fd8,_0x83ee73._0x2bebf0,0x2e7)](getTeamById,_0x1c8c1a[_0x583dc6(0x609,_0x83ee73._0x4d3c47,0x600,0x5df)]['id']);if(!_0x33f298){const _0x518855={};return _0x518855['error']=_0x4ccc64['EUyNZ'],_0xc23acd[_0x1595cf(0x320,_0x83ee73._0x37eac3,0x30e,_0x83ee73._0x4ba8cb)](-0x1*0x1a57+-0x8*0xa7+0x2123)[_0x1595cf(_0x83ee73._0x322ce9,_0x83ee73._0x412ce3,_0x83ee73._0x3a3365,_0x83ee73._0x21d43a)](_0x518855);}const {userId:_0x4f1666}=_0x1c8c1a[_0x1595cf(_0x83ee73._0x3593bc,0x30b,0x344,0x372)];if(!_0x4f1666){const _0x264114={};return _0x264114[_0x583dc6(_0x83ee73._0x95f5dc,_0x83ee73._0x2f892b,_0x83ee73._0x420e01,0x5a3)]=_0x4ccc64[_0x1595cf(_0x83ee73._0x5d6a86,0x35e,0x362,_0x83ee73._0x3811c6)],_0x264114['message']=_0x4ccc64[_0x1595cf(_0x83ee73._0x5d6a86,_0x83ee73._0x11a4ac,_0x83ee73._0x5ebbc4,0x3cc)],_0xc23acd[_0x1595cf(0x315,0x2bb,_0x83ee73._0x4f3a61,0x2d3)](-0x1*-0x6ee+0x1d12+-0x2270)[_0x583dc6(_0x83ee73._0x2d8add,0x584,0x56c,0x5fe)](_0x264114);}const _0x40eee9=await _0x4ccc64[_0x1595cf(0x333,0x311,0x367,_0x83ee73._0x387c01)](findUserById,_0x4f1666);if(!_0x40eee9){const _0x7dd809={};return _0x7dd809[_0x1595cf(0x30d,_0x83ee73._0x50b45b,_0x83ee73._0xfa67f5,0x3ce)]=_0x4ccc64[_0x583dc6(0x5a9,_0x83ee73._0x433169,0x5c2,0x54a)],_0x7dd809[_0x1595cf(0x2f5,0x3cc,0x36c,0x3c3)]=_0x4ccc64[_0x1595cf(_0x83ee73._0xdd29a1,_0x83ee73._0x649a66,_0x83ee73._0x4f2a62,_0x83ee73._0x2d033f)],_0xc23acd[_0x1595cf(0x362,_0x83ee73._0x2a7f83,_0x83ee73._0x4f3a61,0x2c5)](-0x23a7+-0x6bb*0x2+0x32ad)[_0x583dc6(_0x83ee73._0x6e83a9,_0x83ee73._0x2c02a8,0x602,0x547)](_0x7dd809);}if(!_0x33f298[_0x1595cf(_0x83ee73._0x1f9396,_0x83ee73._0x3eb590,_0x83ee73._0xb110e2,0x3ca)]['includes'](_0x4f1666)){if(_0x4ccc64['CQltU'](_0x583dc6(0x618,0x5be,0x5f7,_0x83ee73._0xa0c724),_0x4ccc64[_0x583dc6(0x59b,_0x83ee73._0x8fd566,0x52f,0x4fa)])){const _0x158a2b={};return _0x158a2b[_0x583dc6(0x508,_0x83ee73._0x31517b,0x514,_0x83ee73._0x4c7b30)]=_0x4ccc64['UazsF'],_0x158a2b[_0x1595cf(0x348,0x356,0x36c,_0x83ee73._0x5b9a7e)]=_0x4ccc64[_0x583dc6(_0x83ee73._0x414512,_0x83ee73._0xa642f5,_0x83ee73._0x482112,0x5c1)],_0xc23acd['status'](0x670*-0x2+-0x25*0x96+-0x2e*-0xc9)['json'](_0x158a2b);}else{if(_0x1b9379[_0x1595cf(0x2ef,0x3c8,_0x83ee73._0x50bf2b,_0x83ee73._0x173a0a)]['includes'](_0x1595cf(0x352,_0x83ee73._0x23e785,_0x83ee73._0x515be7,0x2d7)+_0x1595cf(_0x83ee73._0x59ded9,_0x83ee73._0x5143a2,_0x83ee73._0x44b4f1,0x41c))){const _0x5aa434={};return _0x5aa434[_0x583dc6(0x599,_0x83ee73._0x4eda80,_0x83ee73._0x379158,_0x83ee73._0x3deca2)]=_0x4ccc64[_0x1595cf(_0x83ee73._0x3fe028,0x3d7,0x398,0x3ba)],_0x5aa434[_0x1595cf(_0x83ee73._0x251cdf,0x2f2,0x36c,0x36c)]=_0x10703f[_0x1595cf(0x37f,_0x83ee73._0x3b9978,0x36c,0x367)],_0x2c79f7[_0x583dc6(_0x83ee73._0x4f1c74,0x4f1,0x547,0x4fe)](-0x3*-0x6dd+-0x1*0x1835+-0x5*-0x10b)['json'](_0x5aa434);}const _0x194f9a={};_0x194f9a['error']=_0xa1a79d[_0x1595cf(0x327,_0x83ee73._0x3fd558,_0x83ee73._0x237b21,_0x83ee73._0x1c8872)],_0x4c9928[_0x583dc6(_0x83ee73._0x33c7e3,_0x83ee73._0x7be562,0x4e8,0x558)](_0x4ccc64[_0x583dc6(_0x83ee73._0x3f9cfe,0x579,0x516,_0x83ee73._0x4bc6a3)],_0x194f9a);const _0x1e6ca3={};return _0x1e6ca3['error']=_0x583dc6(0x4da,_0x83ee73._0x4feba7,0x4b8,_0x83ee73._0x1ab3cf)+'erver\x20erro'+'r',_0x399b09['status'](0x1*0x141+0x13ee*0x1+-0x9*0x223)[_0x1595cf(0x371,_0x83ee73._0x251cdf,_0x83ee73._0x3a3365,_0x83ee73._0x100612)](_0x1e6ca3);}}const _0x14d889=await addManager(_0x33f298['id'],_0x4f1666);return _0xc23acd['json']({'message':_0x4ccc64[_0x583dc6(0x4dd,0x4ff,0x4aa,_0x83ee73._0x4f8ec1)],'team':await _0x4ccc64['aOACf'](enrichTeamWithManagerNames,_0x14d889)});}catch(_0x1a412e){if(_0x1a412e['message'][_0x1595cf(_0x83ee73._0x2dec17,0x39d,0x352,_0x83ee73._0x50b45b)](_0x4ccc64[_0x1595cf(_0x83ee73._0x352d36,0x32e,_0x83ee73._0x1afda0,_0x83ee73._0x404762)])){const _0x4d2b67={};return _0x4d2b67[_0x1595cf(_0x83ee73._0x23d814,_0x83ee73._0x16a04c,_0x83ee73._0xfa67f5,_0x83ee73._0x35251d)]=_0x4ccc64[_0x583dc6(0x515,0x57b,0x4fc,0x5d1)],_0x4d2b67[_0x1595cf(0x36b,_0x83ee73._0x50438b,0x36c,0x2fc)]=_0x1a412e[_0x583dc6(0x4e7,_0x83ee73._0x429986,0x5b9,0x5b1)],_0xc23acd['status'](-0x2371+-0xc92+-0x19*-0x1fc)[_0x583dc6(0x517,0x584,0x532,0x53e)](_0x4d2b67);}const _0x477521={};_0x477521[_0x1595cf(_0x83ee73._0x467a65,0x30c,0x356,_0x83ee73._0x4ba1eb)]=_0x1a412e['message'],logger[_0x583dc6(0x532,_0x83ee73._0x31517b,0x59f,0x54c)](_0x583dc6(0x5c8,0x5a0,_0x83ee73._0x5e7159,0x59e)+_0x583dc6(_0x83ee73._0x16bbf4,_0x83ee73._0x3daf58,0x550,_0x83ee73._0x2306ea),_0x477521);const _0xb01342={};return _0xb01342[_0x583dc6(0x576,_0x83ee73._0x4acb0b,_0x83ee73._0x5a11ef,0x4ff)]=_0x4ccc64[_0x1595cf(_0x83ee73._0x524eb4,_0x83ee73._0x467a65,_0x83ee73._0x1893cf,_0x83ee73._0x1ad8ee)],_0xc23acd[_0x583dc6(_0x83ee73._0x1c96c7,_0x83ee73._0x58325e,_0x83ee73._0x38211e,_0x83ee73._0x4e7a5b)](-0xbb4+-0x2638+-0x33e*-0x10)['json'](_0xb01342);}});function _0x381af2(_0x4847d9,_0x1ed330,_0x12f7bb,_0x3c6729){return _0x15bd(_0x3c6729- -0x32b,_0x4847d9);}router['delete'](_0xe5528b(0x285,0x278,0x298,0x2f6)+_0x381af2(-0xf5,-0x188,-0xaa,-0x116)+'d',async(_0x285baa,_0x24b55e)=>{const _0x30cd54={_0x5e382a:0x6e,_0x57ba8e:0x376,_0x4ff2c6:0x38f,_0x11ed66:0x33c,_0x21860a:0x5b,_0xd89b8a:0x12,_0xef93c8:0x7e,_0x4c3cfa:0x42b,_0x5ad381:0x93,_0x2c556c:0x69,_0x1c0370:0x456,_0x3542c5:0x44,_0x3d59d5:0x78,_0x9a98a9:0x423,_0x402a46:0x4c9,_0xee2573:0x45a,_0x3e6ca0:0x3b8,_0x2495a4:0x3ef,_0x258a3b:0x37c,_0x25d01e:0x3de,_0x569e96:0xe,_0x557275:0x46,_0x522689:0x20,_0x1fb717:0x25,_0x5e1fe4:0x32,_0x5e5cab:0xc,_0x2471aa:0xa6,_0x1dc05b:0x35,_0x27f4ba:0x3d,_0x33ba4b:0x3ba,_0x2f84c3:0x4c,_0x53a746:0x1c,_0x120a5f:0x51,_0x59adae:0x47,_0x491f1b:0x3,_0xfc39e7:0x7c,_0x5100e0:0x19,_0x5c167e:0x5d,_0x4e3412:0x22,_0x18f67a:0x2c,_0x2ac45e:0x39,_0x36eab4:0x35b,_0x35b43f:0x3b0,_0x5f2e31:0xa,_0x33659c:0x461,_0x2897a1:0x85,_0x348977:0xd5,_0x55c7c0:0x64,_0x1ea26d:0x83,_0x570f8f:0x3d9,_0x83c90f:0x3dd,_0x418481:0x3ef,_0x46084c:0x408,_0x3ec40b:0x3c0,_0x47eb68:0x67,_0x2373b:0x42,_0x33db9a:0x381,_0x5701c9:0x344,_0x582f31:0x368,_0x5f1857:0x45,_0x2e003e:0x1,_0x58c65e:0x44f,_0x5d5543:0x44,_0x4384bb:0x59,_0x5f338d:0x423,_0x46e465:0x3d7,_0x4683b0:0x49f,_0x12c33a:0x426,_0x49ebd6:0x432,_0x713545:0x3c6,_0xb8aadf:0x367,_0x3c3a9a:0x3cc,_0x49f8d5:0x397,_0x3fea6f:0x3e,_0x26b5f6:0x4b,_0x3d4f5b:0x18,_0x4f656e:0x76,_0x237508:0x468,_0x20c894:0x449,_0x416cb2:0x63,_0xaa806f:0x1c,_0x9fff16:0x2b,_0x1424a3:0x359,_0x511728:0x3e4,_0x3cfff9:0x368,_0x1eeca5:0x3a0,_0x3b4a25:0x411,_0x235335:0x42e,_0x103f44:0x82,_0x3f0a2f:0xb5,_0x566301:0x63,_0x4abd02:0x38d,_0x1d4ac1:0x3a0,_0x5ab2b3:0x364,_0x2d93d4:0x26,_0x4688ba:0x19,_0x4b5a30:0x401,_0x2d29a5:0x34f,_0x47ad3b:0x401,_0x1ea4c3:0x3be,_0x5c189f:0x0,_0x20fde3:0x8d,_0x21be8e:0x359,_0xd85819:0x30,_0x3f5140:0x4e,_0x2cc5c6:0x5f,_0x7ab799:0x3df,_0x29f034:0x374,_0x3d2de7:0x394,_0xda689d:0x329},_0x45c9c0={_0x223429:0x365},_0x16d499={'jhZcp':_0x2f7955(0x4a,0x2c,0x11,_0x30cd54._0x5e382a),'XYQDs':_0xf9ddad(0x399,0x341,_0x30cd54._0x57ba8e,_0x30cd54._0x4ff2c6)+_0xf9ddad(_0x30cd54._0x11ed66,0x3db,0x2f8,0x377),'wlhpl':_0xf9ddad(0x3f4,0x43e,0x3d0,0x416),'DRmmr':_0x2f7955(_0x30cd54._0x21860a,-_0x30cd54._0xd89b8a,-0xf,-_0x30cd54._0xef93c8)+'ting\x20team','IEeQy':'Internal\x20s'+_0xf9ddad(_0x30cd54._0x4c3cfa,0x3cf,0x41b,0x3bf)+'r','Wrysq':_0x2f7955(-_0x30cd54._0x5ad381,-0x26,-_0x30cd54._0x2c556c,-0xc3),'xteaH':_0xf9ddad(0x3ea,0x3a7,_0x30cd54._0x1c0370,0x40c),'iJXZw':_0x2f7955(0x40,0x2e,_0x30cd54._0x3542c5,_0x30cd54._0x3d59d5),'HthGv':'Only\x20Serve'+_0xf9ddad(0x426,0x4ce,_0x30cd54._0x9a98a9,0x450)+'an\x20manage\x20'+_0xf9ddad(0x450,_0x30cd54._0x402a46,0x46a,_0x30cd54._0xee2573)+'ers','gqZZS':_0xf9ddad(_0x30cd54._0x3e6ca0,_0x30cd54._0x2495a4,0x38c,_0x30cd54._0x258a3b)+'ound','ljutP':function(_0x437d3a,_0x46fcb2,_0x8d56f9){return _0x437d3a(_0x46fcb2,_0x8d56f9);},'tCIuM':'Manager\x20re'+'moved\x20from'+'\x20team','ZxzPa':function(_0x4cdfa6,_0x39c16a){return _0x4cdfa6(_0x39c16a);},'NTjSg':_0xf9ddad(_0x30cd54._0x25d01e,0x364,0x3f6,0x386)+_0x2f7955(-0xad,_0x30cd54._0x569e96,-_0x30cd54._0x557275,0x0),'nQweW':function(_0x1e3f98,_0x2b52dd){return _0x1e3f98===_0x2b52dd;},'QIhfE':_0x2f7955(-_0x30cd54._0x522689,0x6,_0x30cd54._0x1fb717,-_0x30cd54._0x5e1fe4)};function _0xf9ddad(_0x3a83db,_0x20f2e0,_0x4fd6cb,_0x1479d0){return _0xe5528b(_0x3a83db-0xa3,_0x20f2e0-0x1f,_0x20f2e0,_0x1479d0-0x7d);}function _0x2f7955(_0x168467,_0x3fe56f,_0x21f094,_0x1655b9){return _0xe5528b(_0x168467-0x12,_0x3fe56f-0x1af,_0x1655b9,_0x21f094- -_0x45c9c0._0x223429);}try{if(_0x16d499[_0x2f7955(_0x30cd54._0x5e5cab,_0x30cd54._0x2471aa,0x54,0xa2)]===_0x16d499[_0x2f7955(_0x30cd54._0x1dc05b,-0x1a,_0x30cd54._0x27f4ba,0x5c)]){const _0x38cffb={};return _0x38cffb[_0xf9ddad(0x3f7,_0x30cd54._0x33ba4b,0x345,0x3b0)]=_0x16d499[_0x2f7955(0x47,0xad,0x67,0x77)],_0x38cffb[_0x2f7955(0xd,-_0x30cd54._0x2f84c3,-_0x30cd54._0x53a746,-_0x30cd54._0x120a5f)]=_0x5ba3e3['message'],_0x59b483[_0x2f7955(-_0x30cd54._0x59adae,_0x30cd54._0x491f1b,-0x7a,-0x10)](0x3bc+-0x1c44+0x687*0x4)[_0x2f7955(_0x30cd54._0xfc39e7,0x4c,_0x30cd54._0x5100e0,_0x30cd54._0x5c167e)](_0x38cffb);}else{if(!_0x285baa[_0x2f7955(-0x21,0x58,_0x30cd54._0x4e3412,0x29)]['isServerAd'+_0x2f7955(_0x30cd54._0x18f67a,0x75,_0x30cd54._0x5e1fe4,_0x30cd54._0x2ac45e)]){const _0x2bf830={};return _0x2bf830[_0xf9ddad(_0x30cd54._0x36eab4,0x375,0x351,_0x30cd54._0x35b43f)]=_0x16d499[_0x2f7955(-_0x30cd54._0x5f2e31,-0x83,-0x39,-0x97)],_0x2bf830['message']=_0x16d499[_0xf9ddad(0x3fd,0x3e3,0x459,_0x30cd54._0x33659c)],_0x24b55e[_0x2f7955(-_0x30cd54._0x2897a1,-_0x30cd54._0x348977,-0x7a,-0xb3)](-0x92f*0x4+0xe33+0x181c)[_0x2f7955(0x8e,_0x30cd54._0x55c7c0,0x19,_0x30cd54._0x1ea26d)](_0x2bf830);}const _0x3b5da9=await getTeamById(_0x285baa[_0xf9ddad(_0x30cd54._0x570f8f,_0x30cd54._0x83c90f,_0x30cd54._0x418481,_0x30cd54._0x46084c)]['id']);if(!_0x3b5da9){const _0x548061={};return _0x548061[_0xf9ddad(0x332,_0x30cd54._0x3ec40b,0x40e,_0x30cd54._0x35b43f)]=_0x16d499[_0x2f7955(0x94,_0x30cd54._0x47eb68,0x58,_0x30cd54._0x2373b)],_0x24b55e[_0xf9ddad(_0x30cd54._0x33db9a,_0x30cd54._0x5701c9,0x3d2,_0x30cd54._0x582f31)](0xc9f+0x1a31+-0x2*0x129e)[_0x2f7955(0x89,_0x30cd54._0x5f1857,0x19,_0x30cd54._0x2e003e)](_0x548061);}const _0x22861f=await _0x16d499[_0xf9ddad(0x41d,_0x30cd54._0x58c65e,0x457,0x419)](removeManager,_0x3b5da9['id'],_0x285baa[_0x2f7955(0x1f,-_0x30cd54._0x5d5543,0x26,_0x30cd54._0x4384bb)]['userId']);return _0x24b55e['json']({'message':_0x16d499[_0xf9ddad(0x458,0x3ee,0x3e6,_0x30cd54._0x5f338d)],'team':await _0x16d499[_0xf9ddad(_0x30cd54._0x46e465,_0x30cd54._0x4683b0,_0x30cd54._0x12c33a,_0x30cd54._0x49ebd6)](enrichTeamWithManagerNames,_0x22861f)});}}catch(_0x4d44b5){if(_0x4d44b5[_0xf9ddad(0x351,0x34e,0x38b,_0x30cd54._0x713545)]['includes'](_0x16d499['NTjSg'])){if(_0x16d499['nQweW'](_0x16d499[_0xf9ddad(0x3d2,_0x30cd54._0xb8aadf,_0x30cd54._0x3c3a9a,_0x30cd54._0x49f8d5)],_0x16d499[_0x2f7955(-0x65,-_0x30cd54._0x3fea6f,-_0x30cd54._0x26b5f6,-0x11)])){const _0x227a7b={};return _0x227a7b[_0x2f7955(-_0x30cd54._0x3d4f5b,0x2d,-0x32,-_0x30cd54._0x4f656e)]=_0x16d499[_0xf9ddad(0x42e,_0x30cd54._0x237508,0x40c,_0x30cd54._0x20c894)],_0x227a7b[_0x2f7955(-0x97,-_0x30cd54._0x416cb2,-_0x30cd54._0xaa806f,_0x30cd54._0x9fff16)]=_0x4d44b5['message'],_0x24b55e[_0xf9ddad(_0x30cd54._0x1424a3,0x34b,_0x30cd54._0x511728,_0x30cd54._0x3cfff9)](-0xfc+-0xa*-0x336+0x3e*-0x7a)['json'](_0x227a7b);}else{if(_0x2d6daf[_0xf9ddad(0x3f5,0x420,0x392,0x3c6)]['includes'](_0x16d499[_0xf9ddad(_0x30cd54._0x1eeca5,0x40a,_0x30cd54._0x3b4a25,0x3c9)])){const _0x4e59a6={};return _0x4e59a6[_0xf9ddad(0x376,0x342,_0x30cd54._0x235335,_0x30cd54._0x35b43f)]=_0x16d499[_0x2f7955(_0x30cd54._0x103f44,_0x30cd54._0x3f0a2f,_0x30cd54._0x566301,0xdf)],_0x4e59a6[_0xf9ddad(0x34b,_0x30cd54._0x4abd02,0x3c4,_0x30cd54._0x713545)]=_0x4b5f86[_0xf9ddad(_0x30cd54._0x1d4ac1,0x446,_0x30cd54._0x5ab2b3,0x3c6)],_0x3231d2['status'](-0x78d+0xb5*-0x1+0x9db)[_0x2f7955(_0x30cd54._0x2d93d4,_0x30cd54._0x4688ba,0x19,-0x9)](_0x4e59a6);}const _0x2f28d3={};_0x2f28d3[_0xf9ddad(0x33e,_0x30cd54._0x4b5a30,0x3ad,_0x30cd54._0x35b43f)]=_0x1a8e7e['message'],_0x1f948a['error'](_0x16d499['DRmmr'],_0x2f28d3);const _0x48cc6e={};return _0x48cc6e[_0xf9ddad(_0x30cd54._0x2d29a5,_0x30cd54._0x47ad3b,0x394,_0x30cd54._0x35b43f)]=_0x16d499[_0x2f7955(0x89,0x52,0x49,0xa9)],_0x39ceb8[_0xf9ddad(0x31d,0x3b9,_0x30cd54._0x1ea4c3,0x368)](0x1c4c+0x7f*0x1f+-0x29b9)[_0x2f7955(0x62,_0x30cd54._0x5c189f,_0x30cd54._0x5100e0,_0x30cd54._0x20fde3)](_0x48cc6e);}}const _0x430856={};_0x430856[_0xf9ddad(_0x30cd54._0x21be8e,0x404,0x3c3,0x3b0)]=_0x4d44b5[_0x2f7955(-_0x30cd54._0xd85819,_0x30cd54._0x3f5140,-_0x30cd54._0xaa806f,-_0x30cd54._0x2cc5c6)],logger['error']('Error\x20remo'+_0xf9ddad(0x3c5,_0x30cd54._0x7ab799,_0x30cd54._0x29f034,_0x30cd54._0x3d2de7)+'er',_0x430856);const _0x2089fd={};return _0x2089fd[_0xf9ddad(0x3af,0x33f,0x34c,_0x30cd54._0x35b43f)]=_0x16d499['IEeQy'],_0x24b55e[_0xf9ddad(_0x30cd54._0x5701c9,0x39c,_0x30cd54._0xda689d,_0x30cd54._0x582f31)](0x1*-0x175b+0xc70+0xcdf)[_0xf9ddad(0x3e7,0x427,0x383,0x3fb)](_0x2089fd);}});export default router;
|