@profoundlogic/coderflow-server 0.4.6 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/config-migration.js +1 -1
  27. package/dist/lib/container-credential-sync.js +1 -1
  28. package/dist/lib/container-tokens.js +1 -1
  29. package/dist/lib/data-dir.js +1 -1
  30. package/dist/lib/deployment-history.js +1 -1
  31. package/dist/lib/deployment-service.js +1 -1
  32. package/dist/lib/docker-utils.js +1 -1
  33. package/dist/lib/email.js +1 -1
  34. package/dist/lib/emailTemplates.js +1 -1
  35. package/dist/lib/entitlement.js +1 -1
  36. package/dist/lib/fetch-utils.js +1 -1
  37. package/dist/lib/git-commit-details-route.js +1 -1
  38. package/dist/lib/git-history-diff-guardrails.js +1 -1
  39. package/dist/lib/git-provider-service.js +1 -1
  40. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  41. package/dist/lib/git-provider-setup/index.js +1 -1
  42. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  44. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  45. package/dist/lib/git-providers/github-app-provider.js +1 -1
  46. package/dist/lib/git-providers/index.js +1 -1
  47. package/dist/lib/git-providers/provider-factory.js +1 -1
  48. package/dist/lib/git-providers/provider-interface.js +1 -1
  49. package/dist/lib/github-urls.js +1 -1
  50. package/dist/lib/group-objective-linking.js +1 -1
  51. package/dist/lib/jira-client.js +1 -1
  52. package/dist/lib/judge-blinding.js +1 -1
  53. package/dist/lib/logger.js +1 -1
  54. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/objective-context.js +1 -1
  58. package/dist/lib/oidc-auth.js +1 -1
  59. package/dist/lib/oidc-device-flow.js +1 -1
  60. package/dist/lib/passwordTokens.js +1 -1
  61. package/dist/lib/permission-resolver.js +1 -1
  62. package/dist/lib/pin-cascade.js +1 -1
  63. package/dist/lib/provider-accounts.js +1 -1
  64. package/dist/lib/provider-oauth.js +1 -1
  65. package/dist/lib/provider-profile.js +1 -1
  66. package/dist/lib/provider-token-refresh.js +1 -1
  67. package/dist/lib/request-url.js +1 -1
  68. package/dist/lib/rewind.js +1 -1
  69. package/dist/lib/role-definitions.js +1 -1
  70. package/dist/lib/roles.js +1 -1
  71. package/dist/lib/secrets.js +1 -1
  72. package/dist/lib/setup-repo-git-auth.js +1 -1
  73. package/dist/lib/state-capture.js +1 -1
  74. package/dist/lib/static-files.js +1 -1
  75. package/dist/lib/task-name-format.js +1 -1
  76. package/dist/lib/task-name-generator.js +1 -1
  77. package/dist/lib/task-source-metadata.js +1 -1
  78. package/dist/lib/teams.js +1 -1
  79. package/dist/lib/user-git-oauth.js +1 -1
  80. package/dist/lib/user-git-tokens.js +1 -1
  81. package/dist/lib/users.js +1 -1
  82. package/dist/middleware/requireAuth.js +1 -1
  83. package/dist/middleware/requireInit.js +1 -1
  84. package/dist/middleware/requirePermission.js +1 -1
  85. package/dist/package.json +1 -1
  86. package/dist/playwright.config.js +1 -1
  87. package/dist/routes/apiKeys.js +1 -1
  88. package/dist/routes/auth-oidc.js +1 -1
  89. package/dist/routes/auth.js +1 -1
  90. package/dist/routes/automations.js +1 -1
  91. package/dist/routes/bindings.js +1 -1
  92. package/dist/routes/build.js +1 -1
  93. package/dist/routes/containers.js +1 -1
  94. package/dist/routes/deploy-task.js +1 -1
  95. package/dist/routes/environment-management.js +1 -1
  96. package/dist/routes/environments.js +1 -1
  97. package/dist/routes/external-skills.js +1 -1
  98. package/dist/routes/git-credentials.js +1 -1
  99. package/dist/routes/git-oauth.js +1 -1
  100. package/dist/routes/git-provider-setup.js +1 -1
  101. package/dist/routes/health.js +1 -1
  102. package/dist/routes/jira.js +1 -1
  103. package/dist/routes/objective-management.js +1 -1
  104. package/dist/routes/password.js +1 -1
  105. package/dist/routes/prompt.js +1 -1
  106. package/dist/routes/provider-auth.js +1 -1
  107. package/dist/routes/qa.js +1 -1
  108. package/dist/routes/roles.js +1 -1
  109. package/dist/routes/settings.js +1 -1
  110. package/dist/routes/skill-management.js +1 -1
  111. package/dist/routes/skills.js +1 -1
  112. package/dist/routes/tasks.js +1 -1
  113. package/dist/routes/teams.js +1 -1
  114. package/dist/routes/templates.js +1 -1
  115. package/dist/routes/test-task.js +1 -1
  116. package/dist/routes/test.js +1 -1
  117. package/dist/routes/users.js +1 -1
  118. package/dist/routes/visualizations.js +1 -1
  119. package/dist/scripts/create-user.js +1 -1
  120. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  121. package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
  122. package/dist/start.js +1 -1
  123. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  124. package/dist/web-ui/public/activity-feed.js +1 -1
  125. package/dist/web-ui/public/activity-formatters.js +1 -1
  126. package/dist/web-ui/public/agent-event-parser.js +1 -1
  127. package/dist/web-ui/public/app.js +1 -1
  128. package/dist/web-ui/public/approve-dialog.js +1 -1
  129. package/dist/web-ui/public/automation-links.js +1 -1
  130. package/dist/web-ui/public/automation-schedule.js +1 -1
  131. package/dist/web-ui/public/comments-widget.js +1 -1
  132. package/dist/web-ui/public/diff-utils.js +1 -1
  133. package/dist/web-ui/public/environments.js +1 -1
  134. package/dist/web-ui/public/feedback-widget.js +1 -1
  135. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  136. package/dist/web-ui/public/git-history.js +1 -1
  137. package/dist/web-ui/public/git-status.js +1 -1
  138. package/dist/web-ui/public/index.js +1 -1
  139. package/dist/web-ui/public/login.js +1 -1
  140. package/dist/web-ui/public/markdown-editor.js +1 -1
  141. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  142. package/dist/web-ui/public/modal-maximize.js +1 -1
  143. package/dist/web-ui/public/notifications.js +1 -1
  144. package/dist/web-ui/public/pr-dialog.js +1 -1
  145. package/dist/web-ui/public/roles.js +1 -1
  146. package/dist/web-ui/public/server-health.js +1 -1
  147. package/dist/web-ui/public/settings.js +1 -1
  148. package/dist/web-ui/public/setup-password.js +1 -1
  149. package/dist/web-ui/public/skills.js +1 -1
  150. package/dist/web-ui/public/sse-client.js +1 -1
  151. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  152. package/dist/web-ui/public/task.js +1 -1
  153. package/dist/web-ui/public/teams.js +1 -1
  154. package/dist/web-ui/public/terminal.js +1 -1
  155. package/dist/web-ui/public/theme.js +1 -1
  156. package/dist/web-ui/public/users.js +1 -1
  157. package/dist/web-ui/public/variant-grouping.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x510592,_0x580606){const _0x1c55d={_0x36c9ab:0x3f9,_0x3c91e8:0x444,_0x1c0b1f:0x4ad,_0xbe67f4:0x1a4,_0x3baba0:0x181,_0x4b9552:0x1ed,_0x2cba52:0x1ff,_0x52eda1:0x272,_0x1c7224:0x274,_0x31a0b5:0x4f2,_0x423c0e:0x495,_0x1ce013:0x52b,_0x44e993:0x43b,_0x20925a:0x49c,_0x5b1e06:0x2c8},_0x3ade33={_0x1f5d97:0x346};function _0x2fde3f(_0x48c2f9,_0xab092b,_0x5e9311,_0xdeca05){return _0x51ba(_0xdeca05-_0x3ade33._0x1f5d97,_0x48c2f9);}const _0x86c3de=_0x510592();function _0x55a326(_0x111157,_0x2e39d3,_0x4d3650,_0xb87279){return _0x51ba(_0x4d3650- -0x36c,_0xb87279);}while(!![]){try{const _0x3c5261=-parseInt(_0x2fde3f(_0x1c55d._0x36c9ab,0x44d,0x472,0x401))/(0x147b+0x1d55+-0x31cf)+-parseInt(_0x2fde3f(_0x1c55d._0x3c91e8,_0x1c55d._0x1c0b1f,0x51c,0x4b5))/(-0x18f0+-0x148*-0x16+0x5*-0xa6)+-parseInt(_0x55a326(-_0x1c55d._0xbe67f4,-_0x1c55d._0x3baba0,-_0x1c55d._0x4b9552,-_0x1c55d._0x2cba52))/(-0x22f+0x256+-0x24)+parseInt(_0x55a326(-_0x1c55d._0x52eda1,-0x26a,-_0x1c55d._0x1c7224,-0x2c4))/(0xb*0x4f+-0xcc8+-0x967*-0x1)+parseInt(_0x55a326(-0x1f8,-0x1ce,-0x24a,-0x2a6))/(-0x5*-0x119+0xe54+0x16a*-0xe)+-parseInt(_0x2fde3f(_0x1c55d._0x31a0b5,_0x1c55d._0x423c0e,_0x1c55d._0x1ce013,0x4b0))/(0xb8e+-0xbe0+-0x2*-0x2c)+parseInt(_0x2fde3f(0x4c0,0x51d,_0x1c55d._0x44e993,_0x1c55d._0x20925a))/(0x8a9*0x3+-0xecc+-0xb28)*(parseInt(_0x55a326(-0x2a6,-0x244,-_0x1c55d._0x5b1e06,-0x2b1))/(-0x24c3+0x21d1+0x2fa));if(_0x3c5261===_0x580606)break;else _0x86c3de['push'](_0x86c3de['shift']());}catch(_0x1023d8){_0x86c3de['push'](_0x86c3de['shift']());}}}(_0x7d45,0xa6879*-0x1+-0x79*-0x962+0xd5457));import _0x4b3ebd from'express';function _0x7d45(){const _0x116313=['z1rIy0u','twzowNy','BwvTyMvYCW','DxbKyxrLihrOAq','mti0otK5oe9iCKfNva','CYb0zwfT','Axnpre0','sMHMuu4','qK9KEKW','zxj2zxiGzxjYBW','B29UtK0','Chzcs1m','BhfVB0u','sKznCLi','EKfHAgS','uuj1r1G','v0jxCfm','zgvZy3jPChrPBW','B3vUza','zwfTigjLzM9Yzq','CMLJuKm','wePXANq','ruLwr0G','v0LdwNK','rM9YyMLKzgvU','EfjAthG','DMLUzYbTyw5HzW','DgLUzYb0zwfT','AKnfBvO','z3zgyK0','zxjMzK0','sgrdtuS','B1LkvNm','A0vwtfG','tgXpCKq','zxjZ','DfbKtgi','D0rgC1q','EMnMAKu','weP2zeW','wKTJtxm','qwXSig1HBMfNzq','zevhwg4','shz4BNu','yKPVDu8','vuj5sfm','DxnLCKLKigLZia','rgXUq2u','ywDyuKS','CIbVzIb0AguGDa','yNDvAKW','r2HUsNi','mZe4odq1nMTxDevgzW','lZPPzc9Tyw5HzW','ywXS','vgvHBsbUB3qGzG','Bg94s2O','BMCGBwfUywDLCG','tM90iezVDw5K','ywXYzwfKEsbLEa','EeXqDe4','ruPgweC','D21brNy','tfDkAg8','Evz6A3G','AM9PBG','CgzHweC','DMLUzYbTzw1Izq','CMvXDwLYzwq','wK1muvy','C3rHDhvZ','rKXdwuy','lZPPza','yuLbAfK','vxnLCIbTDxn0ia','mtiXmte0suD4zhP2','thD6vfK','BwfUywDLCL9Uyq','tMDeCwC','ChvZAa','vwzZDMC','Aw5JBhvKzxm','r1r6C0K','z01PqvC','De5QB1y','EgPhqM8','u01UDK8','tKvPz20','zwTYr28','qxDsAee','vxnLCIbjrhmGBG','qw5iCwK','D3zKuhu','BuHhwg4','vMPnBhG','zxjYB3i','wM1sBuu','zwfT','s1zLuuS','BM90igeGBwvTyG','EuzTv2i','AujRsNO','ysbTyw5Hz2vY','zwPuzuS','BMCGBwvTyMvY','BwfW','rxjYB3iGzgvSzq','q0zHvg0','Cg9ZDa','sxfqA2K','qKzzqLO','AxmGCMvXDwLYzq','D0Dlz2u','wLnWvwe','qMfKifjLCxvLCW','BwfUywDLCG','v2fJsNC','tgH5qNu','vxnLCIbUB3qGzG','wM9Lr1a','CgfYyw1Z','t25SEsbtzxj2zq','zhviqKG','ALDqze8','qvbdEe0','Axn0CW','t3bhteu','u3jVtwC','z3jiExa','BuH6vfq','wuXxtuG','CNj5v1a','Bfv6r1a','uM91DgvY','rxjYB3iGywrKAq','ihrLyw0','mZa4otiYohnvugD3CG','uvvNBhO','Axntzxj2zxjbza','DxnLCKLK','Eg14ufu','C3rYAw5N','DhjPBq','B25IAge','wKXSuM4','rgLvChu','BwvTyMvY','tNrvqxa','z2vY','rxjYB3iGz2v0Da','BhzurNC','z2v0','DgvHBsbTyw5HzW','t1HWsuu','uujgrw4','DxnLCM5HBwu','vgvHBsbKzwXLDa','BKfOy1a','A1bwDLK','BwfUywDLihrLyq','BwfUywDLCNm','BfHnCee','Bw92zwqGzNjVBq','yLrRCfq','EKnnBfe','rhrcq1C','igjLy29TAw5Nia','Aw5NihrLyw1Z','sw50zxjUywWGCW','zgvSzxrL','B3qGzM91BMq6ia','uuDjBM8','zMrZr3q','EM9Iqxy','tfjZs1O','ww91igrVig5VDa','Aw5NihrLyw0','rxjYB3iGCMvTBW','mJyWmtG1mfrzAMrJuW','uwHxC0G','lZPPzc9Tzw1Izq','wNPQDwu','Chv0','t2LKtxe','u1bVA00','DuPRqKS','BwLU','ChPtqMW','ywXYzwfKEsbHia','u296z3a','rgzUvgu','zNvSBhK','zKP3s0q','yw4Gy3jLyxrLia','wMXmC2G','rxjYB3iGy3jLyq','qMTRvNy','DgvHBq','CNmGBxvZDcbHBa','qKPsANy','BNbNCe4','AMn1rhG','rvb4q3G','BMfTzq','rxjYB3iGDxbKyq','D0TLvKG','s25esKG','zxjZig9MihrOzq','z1DhCKe','DcbHig1LBwjLCG','DxnLCG','C0jpA2C','BsbTzw1IzxjZ','wwzqr24','BwvZC2fNzq','B3zLzcbMCM9Tia','rw5qB3e','yMuGysbTzw1Izq','BwjXrhG','y3bMBw8','Dgv2uvy','DgvHBxm','qLjHBuK','vgvHBsbUyw1Lia','ANnVBG','verOBwG','Agj1t1i','CKL1ALC','zwqGC3vJy2vZCW','sfjlwwe','n3LOrgrpEa','A252uve','y2zfv3C','yM9KEq','zvPcBKi','thjJvwy','AxnZAw9UihrVia','DLvMAhG','yw4GBwfUywDLia','igHHDMuGCgvYBq','sfDpy0S','tuPeqMy','CKDqEgm','vuP6v1O','CNj4Cge','uKr4zwq','t0TOBNK','DvnHtuW','Bu9hAei','zMLSDgvY','mte1otyYz3vyzvr4','BgfSr3K','CIbbzg1PBNmGyW','zKHKAfu','zgLUz3m','mtmWnda2mK52sMPxta','q29UzMXPy3q','BgvUz3rO','Dw1JC1G','wKzfs0y','rwrgB0u','BM90igeGBwfUyq','yw4GzgvSzxrLia','te9NswK','txDeAgO','sNLkD3K','uwrby3a'];_0x7d45=function(){return _0x116313;};return _0x7d45();}import{logger}from'../lib/logger.js';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=_0x4b3ebd[_0x47add5(0x234,0x25b,0x24f,0x225)]();async function validateUserIds(_0x37ccd7){const _0x5de392={_0x452a45:0x1f6,_0x3acf48:0x17d,_0x66b03e:0x165,_0x1c327:0x249,_0x441f95:0x25e,_0x5d84d4:0x23b,_0x3d9e45:0x1e6,_0x256c3f:0x180,_0x4973dd:0x1af,_0x2816ce:0x169,_0x3cb1f3:0x1ee,_0x48df36:0x125,_0x41c8cf:0x16b,_0x30cbcf:0x2d0,_0x1c24d3:0x338,_0x2ef0a6:0x219,_0x542d3c:0x28b,_0xd8e641:0x255,_0x4f62aa:0x1d3,_0x5a7d9c:0x1a7,_0x1d2c8d:0x1ba,_0x174b0f:0x2be,_0x18e26f:0x2d1,_0x466990:0x2c2,_0x4ff21a:0x274,_0x45d173:0x236,_0x5c04ba:0x1b2,_0x3c1ae2:0x198,_0x1496ec:0x2c6,_0x14d76d:0x257,_0x3c887e:0x258,_0x1a0101:0x1ce,_0x3b6725:0x22c,_0x93bf1f:0x20f,_0x37251d:0x21d,_0x53175c:0x25c,_0x238026:0x1c9,_0x1fe558:0x29c,_0x1f7803:0x224,_0x343f65:0x299,_0x5bee0d:0x2bb,_0x405cde:0x216,_0x1341ed:0x22c,_0x29bd4b:0x22e,_0x6047f3:0x1df},_0xb08997={_0x209c2b:0x14f,_0x3e7573:0x4ac},_0x1d8967={_0x481ddb:0xeb,_0x460291:0x1d6},_0x98925c={'gJnCO':_0x7aac96(-0x114,-_0x5de392._0x452a45,-_0x5de392._0x3acf48,-_0x5de392._0x66b03e),'fJwKD':_0xd072f9(-0x29c,-0x220,-_0x5de392._0x1c327,-0x2b3)+_0xd072f9(-_0x5de392._0x441f95,-_0x5de392._0x5d84d4,-_0x5de392._0x3d9e45,-_0x5de392._0x256c3f),'rdClN':_0x7aac96(-0x1f8,-_0x5de392._0x4973dd,-0x1d5,-0x181)+_0x7aac96(-0x1b3,-0x10c,-_0x5de392._0x2816ce,-_0x5de392._0x3cb1f3)+'r','JhfQN':function(_0x1ea1fd,_0x3d8b2d){return _0x1ea1fd===_0x3d8b2d;},'xLPtN':_0x7aac96(-0x27c,-0x1f4,-0x250,-0x291),'mHzTT':'wtTQM','BsNhB':function(_0x1faf50,_0x3319ea){return _0x1faf50(_0x3319ea);}};function _0x7aac96(_0x133de0,_0x5263cf,_0x16338c,_0x5e0e51){return _0x47add5(_0x133de0,_0x5263cf-_0x1d8967._0x481ddb,_0x16338c-_0x1d8967._0x460291,_0x16338c- -0x41d);}function _0xd072f9(_0x2cd60c,_0x2c6f4c,_0x4bfd66,_0x1ab024){return _0x47add5(_0x2c6f4c,_0x2c6f4c-_0xb08997._0x209c2b,_0x4bfd66-0x123,_0x4bfd66- -_0xb08997._0x3e7573);}const _0x1d86b1=[];for(const _0x29dce0 of _0x37ccd7){if(_0x98925c[_0x7aac96(-0x1f0,-_0x5de392._0x48df36,-_0x5de392._0x41c8cf,-0x165)](_0x98925c[_0xd072f9(-0x2b6,-0x284,-_0x5de392._0x30cbcf,-_0x5de392._0x1c24d3)],_0x98925c[_0xd072f9(-0x267,-_0x5de392._0x2ef0a6,-_0x5de392._0x542d3c,-_0x5de392._0xd8e641)])){if(_0x7edabd[_0x7aac96(-0x1ef,-_0x5de392._0x4f62aa,-_0x5de392._0x5a7d9c,-_0x5de392._0x1d2c8d)]['includes'](_0xd072f9(-_0x5de392._0x174b0f,-0x2b6,-_0x5de392._0x18e26f,-0x2b3)+'ists')){const _0x3a92e9={};return _0x3a92e9[_0xd072f9(-_0x5de392._0x466990,-0x24e,-0x2ad,-_0x5de392._0x4ff21a)]=_0x98925c['gJnCO'],_0x3a92e9[_0xd072f9(-0x274,-0x25d,-_0x5de392._0x45d173,-0x277)]=_0x10c4f0[_0x7aac96(-0x20a,-_0x5de392._0x5c04ba,-0x1a7,-_0x5de392._0x3c1ae2)],_0x4730b6[_0xd072f9(-0x306,-0x26a,-_0x5de392._0x1496ec,-_0x5de392._0x14d76d)](-0x7cd*0x5+-0x2587+0x4e21)[_0xd072f9(-_0x5de392._0x3c887e,-_0x5de392._0x1a0101,-_0x5de392._0x3b6725,-_0x5de392._0x93bf1f)](_0x3a92e9);}const _0x74c506={};_0x74c506[_0x7aac96(-_0x5de392._0x37251d,-0x1ee,-0x21e,-_0x5de392._0x53175c)]=_0x223217['message'],_0x3c558f[_0x7aac96(-_0x5de392._0x238026,-_0x5de392._0x1fe558,-0x21e,-0x1ba)](_0x98925c[_0x7aac96(-_0x5de392._0x3acf48,-_0x5de392._0x1f7803,-0x1bd,-0x1b2)],_0x74c506);const _0x1d483f={};return _0x1d483f['error']=_0x98925c['rdClN'],_0x456dee[_0xd072f9(-_0x5de392._0x343f65,-0x2e6,-0x2c6,-_0x5de392._0x5bee0d)](-0x455*0x7+-0x6*-0x6b+-0x1dc5*-0x1)[_0xd072f9(-0x2a2,-_0x5de392._0x405cde,-_0x5de392._0x1341ed,-0x2a1)](_0x1d483f);}else{const _0x377843=await _0x98925c['BsNhB'](findUserById,_0x29dce0);if(!_0x377843)_0x1d86b1[_0x7aac96(-0x2a6,-0x226,-_0x5de392._0x29bd4b,-_0x5de392._0x6047f3)](_0x29dce0);}}return _0x1d86b1;}async function enrichTeamWithManagerNames(_0x3c8d35){const _0x579079={_0x148987:0x35c,_0x3d6c7c:0x38d,_0x184238:0x1cf,_0x57d7cc:0x29f,_0x4a2109:0x2cc,_0x69ca36:0x266,_0x5534ed:0x413,_0x3a4637:0x3ee,_0x4dbf04:0x302,_0x517000:0x2f4,_0x188abf:0x323,_0x1175a7:0x2c1,_0x28d7b7:0x25f,_0x3dc54f:0x3bc,_0x931d73:0x2fe},_0x43dd35={_0x1b414e:0x177,_0x3cefa3:0x1f4,_0x480b2b:0x14d},_0x14c054={_0x276322:0x12f,_0x1c01c9:0xe8,_0x11305e:0xc8,_0x38cf3e:0x142,_0x46ebc8:0x194,_0x46ec74:0x27d,_0x11e6ed:0x25d,_0x231d81:0x26b},_0x5166fe={_0x525ac7:0x61},_0x393a4d={'BRamI':function(_0x2534f1,_0x37ce27){return _0x2534f1(_0x37ce27);},'ZFEKF':function(_0x376c71,_0xfb10cb){return _0x376c71===_0xfb10cb;}};if(!_0x3c8d35[_0x314869(0x3ff,0x3d8,_0x579079._0x148987,_0x579079._0x3d6c7c)]||_0x393a4d[_0xb29c53(-0x1fd,-0x193,-_0x579079._0x184238,-0x203)](_0x3c8d35[_0xb29c53(-_0x579079._0x57d7cc,-0x289,-_0x579079._0x4a2109,-_0x579079._0x69ca36)][_0x314869(0x3e5,_0x579079._0x5534ed,0x3e7,_0x579079._0x3a4637)],-0x341*0xb+0x5d7+0x36*0x8e))return _0x3c8d35;const _0x310d9b={};await Promise[_0x314869(0x35e,_0x579079._0x4dbf04,_0x579079._0x517000,_0x579079._0x188abf)](_0x3c8d35[_0x314869(0x3fe,0x3ca,0x356,0x38d)][_0xb29c53(-_0x579079._0x1175a7,-0x287,-_0x579079._0x28d7b7,-0x29d)](async _0x3910b1=>{const _0x1e3b8a={_0x3c1d1c:0xc8},_0x11654f=await _0x393a4d[_0x25950a(-0xd8,-0x1aa,-_0x14c054._0x276322,-_0x14c054._0x1c01c9)](findUserById,_0x3910b1);function _0x4dcd59(_0x20d7c2,_0xf0c960,_0x184520,_0x256bb8){return _0x314869(_0x20d7c2-_0x5166fe._0x525ac7,_0xf0c960-0x1d5,_0x20d7c2,_0xf0c960- -0x605);}function _0x25950a(_0x1dd57a,_0x3763cf,_0x53abc0,_0x1b91bb){return _0xb29c53(_0x1b91bb,_0x3763cf-_0x1e3b8a._0x3c1d1c,_0x53abc0-0xe4,_0x53abc0-0xf9);}_0x310d9b[_0x3910b1]=_0x11654f?_0x11654f[_0x25950a(-_0x14c054._0x11305e,-0xcf,-_0x14c054._0x38cf3e,-_0x14c054._0x46ebc8)]||_0x11654f[_0x4dcd59(-0x211,-_0x14c054._0x46ec74,-_0x14c054._0x11e6ed,-_0x14c054._0x231d81)]:_0x3910b1;}));function _0x314869(_0x4ad0a9,_0x576989,_0xec864e,_0x53aa4b){return _0x47add5(_0xec864e,_0x576989-_0x43dd35._0x1b414e,_0xec864e-_0x43dd35._0x3cefa3,_0x53aa4b-_0x43dd35._0x480b2b);}const _0x4487bf={..._0x3c8d35};_0x4487bf[_0x314869(0x397,_0x579079._0x3dc54f,_0x579079._0x931d73,0x33a)+'mes']=_0x310d9b;function _0xb29c53(_0x3cbfb3,_0x17d87e,_0x1dc8c6,_0x205ef4){return _0x47add5(_0x3cbfb3,_0x17d87e-0x1e5,_0x1dc8c6-0x187,_0x205ef4- -0x4a6);}return _0x4487bf;}router['get']('/',async(_0x18e8be,_0x2d9cd2)=>{const _0x401bb6={_0x542401:0x223,_0x3fd869:0x182,_0x1d44d6:0x20f,_0xc8596b:0x171,_0x2e91d2:0x1a6,_0x577cf9:0x1b3,_0x4a8671:0x226,_0x3952ae:0x1b0,_0x2ba873:0x1d8,_0x2ccdfc:0x1ca,_0xeee79e:0x20a,_0x21e47b:0x270,_0x4d52e3:0xf7,_0xacdfc5:0x19b,_0x445d61:0x1ac,_0x287811:0x11f,_0x5df81b:0x19f,_0x2cbf1c:0x1e5,_0x15164c:0x222,_0x57d69a:0x1c2,_0x24353a:0x1d7,_0x16d079:0x1bc,_0x59dc4d:0x1be,_0x52e5be:0xc1,_0xcb1dcb:0x17f,_0x204a09:0x250,_0x200f2a:0x249,_0x2fe80b:0x14f,_0x1df62a:0x212,_0x2ce370:0x1ae,_0x3f52d1:0x264,_0x49301f:0x1f7,_0x31756a:0x1d4,_0x218aa7:0x1db,_0x52761c:0x16b,_0x42ce4d:0x15d,_0x4c3963:0x146,_0x5bd7fb:0x181,_0x3a0468:0x293,_0x198f1a:0x29b,_0x20e018:0x271,_0x2bd50c:0x15d,_0x11fcbb:0x10c,_0x256572:0x1ec,_0x22f09f:0x27e,_0xd0c747:0x192,_0x4ed643:0x22f},_0x5100e2={_0x589cb5:0x12a,_0x42c7e8:0x464},_0x1b6e7b={_0x53899d:0xa2},_0x58f4f5={'xRZLx':_0x1a9439(-0x1c4,-_0x401bb6._0x542401,-_0x401bb6._0x3fd869,-0x209),'xjGBo':function(_0x3394ce,_0x5cd766){return _0x3394ce!==_0x5cd766;},'nAhcP':_0x550e15(0x1ad,_0x401bb6._0x1d44d6,0x250,0x243),'lXMpA':'KqsEW','dEGXn':function(_0xcd95c9,_0x56e4c5){return _0xcd95c9(_0x56e4c5);},'EnPoq':_0x550e15(_0x401bb6._0xc8596b,_0x401bb6._0x2e91d2,_0x401bb6._0x577cf9,_0x401bb6._0x4a8671)+_0x1a9439(-_0x401bb6._0x3952ae,-_0x401bb6._0x542401,-_0x401bb6._0x2ba873,-_0x401bb6._0x2ccdfc)+'r'};function _0x550e15(_0x13cd46,_0x4fc0ca,_0x1fb51e,_0x313a10){return _0x47add5(_0x313a10,_0x4fc0ca-0x1e6,_0x1fb51e-0x20,_0x4fc0ca- -_0x1b6e7b._0x53899d);}function _0x1a9439(_0x304e67,_0x2f5ec7,_0x55fab4,_0x373f37){return _0x47add5(_0x55fab4,_0x2f5ec7-0x1d4,_0x55fab4-_0x5100e2._0x589cb5,_0x304e67- -_0x5100e2._0x42c7e8);}try{const _0x306136=_0x18e8be['user']['id'];let _0x300204;if(_0x18e8be[_0x1a9439(-0x1f2,-_0x401bb6._0xeee79e,-0x1dc,-0x26b)][_0x1a9439(-0x23a,-0x29a,-0x239,-_0x401bb6._0x21e47b)+_0x1a9439(-_0x401bb6._0xeee79e,-0x1ee,-0x215,-0x263)]){if(_0x58f4f5[_0x550e15(0x1c4,0x153,0x13c,_0x401bb6._0x4d52e3)](_0x58f4f5[_0x550e15(0x21c,_0x401bb6._0xacdfc5,_0x401bb6._0x445d61,0x146)],_0x58f4f5[_0x550e15(_0x401bb6._0x287811,_0x401bb6._0x5df81b,_0x401bb6._0x2cbf1c,0x11b)]))_0x300204=await getTeams();else{const _0x280b00={};return _0x280b00[_0x550e15(0x1ba,0x15d,0xfc,0x143)]=_0x58f4f5[_0x550e15(0x202,_0x401bb6._0x15164c,_0x401bb6._0x57d69a,_0x401bb6._0x24353a)],_0x280b00[_0x550e15(_0x401bb6._0x16d079,0x1d4,_0x401bb6._0x59dc4d,_0x401bb6._0x3fd869)]=_0x29d437['message'],_0x363407[_0x550e15(_0x401bb6._0x52e5be,0x144,0xee,_0x401bb6._0xcb1dcb)](-0xe0+-0x9f3*-0x1+-0x77a)[_0x550e15(_0x401bb6._0x204a09,0x1de,_0x401bb6._0x200f2a,0x1d9)](_0x280b00);}}else _0x300204=await _0x58f4f5[_0x550e15(_0x401bb6._0x2fe80b,0x128,0xa4,0xc2)](getTeamsByUserId,_0x306136);const _0x136970=await Promise['all'](_0x300204['map'](enrichTeamWithManagerNames)),_0x21bc63={};return _0x21bc63['teams']=_0x136970,_0x2d9cd2[_0x550e15(_0x401bb6._0x1df62a,0x1de,_0x401bb6._0x2ce370,0x17a)](_0x21bc63);}catch(_0x261401){const _0x1725f7={};_0x1725f7[_0x1a9439(-0x265,-_0x401bb6._0x2cbf1c,-0x2d9,-_0x401bb6._0x3f52d1)]=_0x261401[_0x550e15(_0x401bb6._0x49301f,_0x401bb6._0x31756a,0x1e6,_0x401bb6._0x218aa7)],logger[_0x550e15(_0x401bb6._0x52761c,_0x401bb6._0x42ce4d,_0x401bb6._0x4c3963,_0x401bb6._0x5bd7fb)]('Error\x20list'+_0x1a9439(-0x21d,-_0x401bb6._0x3a0468,-_0x401bb6._0x198f1a,-_0x401bb6._0x20e018),_0x1725f7);const _0x2481c7={};return _0x2481c7[_0x550e15(0x1b5,_0x401bb6._0x2bd50c,_0x401bb6._0x11fcbb,0x18a)]=_0x58f4f5[_0x1a9439(-_0x401bb6._0x256572,-0x201,-0x16e,-0x17c)],_0x2d9cd2[_0x1a9439(-_0x401bb6._0x22f09f,-0x274,-0x2ad,-0x26b)](0x652*-0x3+-0x79*-0x1+0x1*0x1471)[_0x1a9439(-0x1e4,-_0x401bb6._0xd0c747,-0x1c3,-_0x401bb6._0x4ed643)](_0x2481c7);}}),router[_0xf55060(-0x22d,-0x1cc,-0x20e,-0x28c)](_0xf55060(-0x208,-0x2b6,-0x25d,-0x2a9),async(_0x199ec6,_0x52e251)=>{const _0x3b03c2={_0x480463:0x2c,_0x11c75a:0xc9,_0x17221a:0x36f,_0xaa8bc0:0x327,_0x29ff8a:0x6b,_0xd0d7eb:0x22,_0x3bea79:0x40,_0x36ef5c:0x33d,_0x3c1dd3:0xc,_0x33a165:0x350,_0x4cd5e7:0x35a,_0x2cf681:0x35a,_0x506476:0x21,_0x4da42a:0x40,_0x38f3b5:0x42,_0x68d6d1:0x7a,_0x37a640:0x20,_0x52bb6a:0x345,_0x588be1:0x302,_0xb0515c:0x280,_0x343304:0x3f,_0x35595e:0x8b,_0x5b769b:0xc2,_0x57febe:0x1c,_0x10e4e9:0x31,_0x54ef07:0x38,_0x4d3680:0x21,_0x2cab13:0x83,_0x2af3b8:0x3,_0xb4a3c9:0x33,_0x132c2b:0x4b,_0x23663c:0x31,_0x4c6750:0x22,_0x361389:0x1f,_0x236ee1:0x2cd,_0x230cd0:0x2ff,_0x3c0a34:0x320,_0x444258:0x23,_0x513ef5:0x6c,_0x1af3bd:0x9,_0x5cfc48:0x1f,_0x1b042b:0x32,_0x2660fa:0x4,_0x3cbdd3:0x55,_0x562639:0x2e,_0x302061:0x2,_0x906d6e:0x2f,_0x348175:0x2a5,_0x5c11d4:0x34f,_0x3d7551:0x31a,_0x3b0987:0x8e,_0x2f786e:0x56,_0x298357:0x1a,_0x4b91c5:0x26,_0x23411c:0x10,_0x4c53cb:0x42,_0x10d663:0x11,_0x25de15:0x27,_0x31f53a:0x2a,_0xd002bd:0x35,_0x1c727a:0x1b,_0x3ed7e8:0x9d,_0x2a7f5f:0x251,_0x38300e:0x25c,_0x5478a9:0x2b8,_0x379c2b:0x249,_0x1fdebc:0x93,_0xe9baad:0xb,_0x44466b:0x26,_0x1bd034:0x5b,_0x7fec59:0x70,_0x3874d0:0x29c,_0x15e00b:0x2ca,_0x4bb00a:0x66,_0x4fe3b5:0x5d,_0x20f3ba:0xe3,_0x1da7e7:0x3d},_0x3b92cd={_0x331e73:0x1ce},_0xd4ca41={_0x3fa276:0x97,_0x1b3bbb:0x187};function _0xca23de(_0x5860f5,_0x1329e0,_0xaa8a0c,_0x5dcf98){return _0xf55060(_0x5860f5,_0x1329e0-_0xd4ca41._0x3fa276,_0x1329e0-0x204,_0x5dcf98-_0xd4ca41._0x1b3bbb);}function _0x51dd46(_0x498387,_0x1b934c,_0x2d97c4,_0x16c064){return _0xf55060(_0x1b934c,_0x1b934c-0xcd,_0x2d97c4-0x4df,_0x16c064-_0x3b92cd._0x331e73);}const _0x83205f={'YBIvF':_0xca23de(-0x9f,-0x2f,-0xa8,_0x3b03c2._0x480463)+'t','kPVvY':function(_0x1b5049,_0x22e318){return _0x1b5049(_0x22e318);},'gTbcE':'Team\x20not\x20f'+_0xca23de(_0x3b03c2._0x11c75a,0x7c,0x14,0x101),'OpGLE':_0x51dd46(_0x3b03c2._0x17221a,0x2ff,0x35d,_0x3b03c2._0xaa8bc0),'grHyp':'You\x20are\x20no'+_0xca23de(_0x3b03c2._0x29ff8a,0x30,-_0x3b03c2._0xd0d7eb,0xaf)+'\x20of\x20this\x20t'+_0xca23de(0x38,-_0x3b03c2._0x3bea79,0x2b,0x35),'MDoaw':function(_0x3ceed3,_0x440971){return _0x3ceed3!==_0x440971;},'HWOcK':'XhaHq','jWPdO':_0x51dd46(0x36a,_0x3b03c2._0x36ef5c,0x32e,0x325),'BFYBZ':_0xca23de(-0x7b,-_0x3b03c2._0x3c1dd3,-_0x3b03c2._0x29ff8a,0x55)+'ing\x20team','JnPwZ':_0x51dd46(0x273,0x2d2,0x2e2,0x313)+_0x51dd46(_0x3b03c2._0x33a165,_0x3b03c2._0x4cd5e7,0x34e,_0x3b03c2._0x2cf681)+'r'};try{const _0x5a7cee=await _0x83205f['kPVvY'](getTeamById,_0x199ec6[_0xca23de(-0x2e,-0x29,0x42,-_0x3b03c2._0x506476)]['id']);if(!_0x5a7cee){const _0x451441={};return _0x451441[_0xca23de(_0x3b03c2._0x4da42a,-_0x3b03c2._0x38f3b5,-_0x3b03c2._0x68d6d1,_0x3b03c2._0x37a640)]=_0x83205f[_0x51dd46(0x3a1,0x361,_0x3b03c2._0x52bb6a,0x31d)],_0x52e251[_0x51dd46(_0x3b03c2._0x588be1,0x2d6,_0x3b03c2._0xb0515c,0x288)](0x1d2*0x2+-0x16b1+0x1*0x14a1)[_0xca23de(0x27,_0x3b03c2._0x343304,_0x3b03c2._0x35595e,_0x3b03c2._0x5b769b)](_0x451441);}const _0xcc87b6=_0x199ec6[_0xca23de(_0x3b03c2._0x57febe,_0x3b03c2._0x10e4e9,-_0x3b03c2._0x54ef07,-_0x3b03c2._0x4d3680)]['id'],_0x85c5c7=await _0x83205f[_0xca23de(_0x3b03c2._0x2cab13,-_0x3b03c2._0x2af3b8,_0x3b03c2._0xb4a3c9,-_0x3b03c2._0x132c2b)](enrichTeamWithManagerNames,_0x5a7cee);if(_0x199ec6[_0xca23de(0x67,_0x3b03c2._0x23663c,_0x3b03c2._0x4c6750,_0x3b03c2._0x361389)][_0x51dd46(0x345,0x268,0x2c4,0x2bf)+'min']){const _0x43565a={};return _0x43565a[_0x51dd46(_0x3b03c2._0x236ee1,0x29b,_0x3b03c2._0x230cd0,_0x3b03c2._0x3c0a34)]=_0x85c5c7,_0x52e251['json'](_0x43565a);}if(_0x5a7cee[_0xca23de(_0x3b03c2._0x444258,_0x3b03c2._0x513ef5,-_0x3b03c2._0x1af3bd,_0x3b03c2._0x5cfc48)][_0xca23de(0x35,-0x50,_0x3b03c2._0x1b042b,_0x3b03c2._0x2660fa)](_0xcc87b6)){const _0xdab9bd={};return _0xdab9bd[_0xca23de(0x71,0x24,-_0x3b03c2._0x3cbdd3,-0x5)]=_0x85c5c7,_0x52e251['json'](_0xdab9bd);}const _0x51c231={};return _0x51c231['error']=_0x83205f[_0xca23de(-_0x3b03c2._0x562639,-0x23,0x2d,-_0x3b03c2._0x302061)],_0x51c231[_0xca23de(-_0x3b03c2._0x906d6e,0x35,0x82,-0x51)]=_0x83205f[_0x51dd46(0x242,_0x3b03c2._0x348175,0x2ba,0x259)],_0x52e251['status'](-0x595+-0xa95+0x11bd)[_0x51dd46(0x350,_0x3b03c2._0x5c11d4,_0x3b03c2._0x3d7551,0x2c7)](_0x51c231);}catch(_0x4a8d27){if(_0x83205f['MDoaw'](_0x83205f[_0xca23de(_0x3b03c2._0x3b0987,0x4f,0xa1,_0x3b03c2._0x2f786e)],_0x83205f[_0xca23de(_0x3b03c2._0x298357,-_0x3b03c2._0x4b91c5,-_0x3b03c2._0x23411c,0x4d)])){const _0x225d17={};_0x225d17[_0xca23de(-0x3,-_0x3b03c2._0x4c53cb,_0x3b03c2._0x10d663,_0x3b03c2._0x25de15)]=_0x4a8d27[_0xca23de(_0x3b03c2._0x31f53a,_0x3b03c2._0xd002bd,_0x3b03c2._0x1c727a,_0x3b03c2._0x3ed7e8)],logger[_0x51dd46(_0x3b03c2._0x2a7f5f,0x262,0x299,0x2bd)](_0x83205f[_0x51dd46(_0x3b03c2._0x38300e,_0x3b03c2._0x5478a9,0x2a8,_0x3b03c2._0x379c2b)],_0x225d17);const _0x58e2e3={};return _0x58e2e3[_0xca23de(-0x5,-0x42,-_0x3b03c2._0x1fdebc,-_0x3b03c2._0xe9baad)]=_0x83205f['JnPwZ'],_0x52e251[_0xca23de(-_0x3b03c2._0x44466b,-_0x3b03c2._0x1bd034,-0x1c,-_0x3b03c2._0x7fec59)](0xb*0x361+0x37a*0x3+0xf37*-0x3)[_0xca23de(0xb,_0x3b03c2._0x343304,_0x3b03c2._0x2af3b8,0x7f)](_0x58e2e3);}else{const _0x43ffbe={};return _0x43ffbe[_0x51dd46(0x2cc,_0x3b03c2._0x3874d0,0x299,_0x3b03c2._0x15e00b)]=_0x83205f['YBIvF'],_0x43ffbe[_0xca23de(_0x3b03c2._0x4bb00a,0x35,0x79,-0x33)]='userId\x20is\x20'+_0xca23de(-0xd1,-_0x3b03c2._0x4fe3b5,-_0x3b03c2._0x20f3ba,-0x72),_0x595013['status'](0x15*0x97+-0x612+0x1*-0x4c1)[_0xca23de(0x8d,_0x3b03c2._0x343304,_0x3b03c2._0x1da7e7,-_0x3b03c2._0x2af3b8)](_0x43ffbe);}}}),router[_0xf55060(-0x29a,-0x280,-0x239,-0x270)]('/',async(_0x16caaf,_0x5f15ff)=>{const _0x217628={_0x2663af:0x276,_0x46885c:0x1f5,_0x32b4a6:0xe2,_0xd8142:0x99,_0x10bed6:0x157,_0x423914:0x2a8,_0x56dfba:0x31d,_0x40b9f8:0x27b,_0x312dd7:0x250,_0x5927de:0x258,_0x547ab0:0x28d,_0x1e474b:0x260,_0x267745:0x2d9,_0x4e0d68:0xcc,_0x39697b:0x203,_0x4fd16c:0x1db,_0x2e259c:0x28e,_0xa5cb3b:0x27b,_0x2f936a:0x258,_0x1b9f25:0xb0,_0x217710:0xd3,_0x590c03:0x106,_0x4ae0ce:0x7e,_0x428f16:0xa5,_0x6a2832:0x246,_0x5f4e24:0x234,_0x2af742:0x2a9,_0x156030:0x242,_0x4ab32d:0x22e,_0x133803:0x228,_0x2c3623:0x2a0,_0x2ec59b:0x241,_0x59f659:0x22d,_0x123c8c:0x232,_0x45ee36:0x2a7,_0x3b64e4:0x266,_0x197b97:0x264,_0xc5571f:0x19e,_0xb6abc1:0x16b,_0x115c92:0x20c,_0x50f247:0x86,_0xebe1a4:0x10e,_0x6a40f4:0xf6,_0x38c88b:0x16b,_0x1e35ce:0xfe,_0xe5a474:0xf,_0xad27d4:0x14d,_0x5427b8:0x159,_0x5728c9:0xd3,_0x4e350c:0x2a6,_0x38334e:0x2ee,_0x5eb496:0x255,_0x403663:0x2a0,_0x45fb70:0x2dc,_0x5205e8:0x285,_0x3cacaa:0x27c,_0x311e31:0x264,_0x100196:0x2cc,_0x1f25cf:0x99,_0x255d51:0xec,_0x11a2bb:0x9a,_0x143971:0xd1,_0x399e1b:0x217,_0xf14941:0x284,_0x478fa4:0x61,_0x5cebfe:0x190,_0x3e4f1f:0x12f,_0x27ae01:0x19c,_0x59683d:0x1ff,_0x68cf3e:0x270,_0x21420d:0x299,_0x599406:0x283,_0x167856:0x286,_0x1c477a:0x10a,_0x4fc322:0x273,_0x3be461:0x2f6,_0x167635:0x2bd,_0x32b7e7:0x71,_0x6440b3:0x2e,_0x355669:0x28f,_0x50741f:0x210,_0x5d4f70:0x304,_0x9a5d88:0x7d,_0x5b2791:0xfb,_0x2c1c4f:0x7f,_0x42df19:0x11f,_0x4a063c:0x14e,_0x54021f:0x15d,_0x1785dd:0xb4,_0x2b215f:0x221,_0x439142:0x1d3,_0x24697a:0x235,_0x914dc7:0x310,_0x1c41cd:0x203,_0x35d6d0:0x24a,_0x1dd31f:0x28f,_0x5b5a3c:0x146,_0x2a0f68:0xd2,_0x5d3bff:0x1c2,_0x2ec485:0x14e,_0x23b52a:0x166,_0x12ed9e:0x7b,_0x1f3ec7:0x287,_0x5a03e5:0x2fe,_0x106149:0xea,_0x471f12:0x10b,_0x3ccef1:0xa4,_0x200486:0x139,_0x5cff7a:0xfb,_0x1ef714:0x224,_0x4d7cfe:0x17d,_0x30ff4a:0x169,_0x2e30eb:0x30,_0x45204b:0x76,_0x1b072d:0x258,_0x22f73e:0x148,_0x395f37:0x2a5,_0x1e953d:0x2c9,_0x1a71c7:0x1fa,_0x517d8a:0x1ab,_0x69ad85:0x1cf,_0x5e6f6c:0x144,_0x4a2e85:0xb3,_0x1714d8:0x6f,_0x57950d:0xb4,_0x2f4042:0x263,_0x15c63e:0x2cc,_0x22f0de:0x1ee,_0x58b932:0x84,_0x3c6747:0xca,_0x16d614:0xc5,_0x505979:0x8a,_0x4a04c9:0x8b,_0x2f5e9a:0x93,_0x36814f:0xf5,_0x4dc79c:0xa0,_0x4db3e2:0x7a,_0x5a9f32:0x2db,_0x249218:0x2fd,_0x32a947:0x276,_0x13c2d5:0x2fe,_0x28be82:0x140,_0x7539d9:0x151,_0x59312c:0x135,_0x2fc4e3:0x115,_0x45f062:0x109,_0x4413f6:0x103,_0x2fa553:0x1ff,_0x4e268e:0x25c,_0x4e59b1:0x13c,_0x150b13:0xc9,_0x3d7d2e:0xcf,_0x1d5665:0x142,_0x58e23b:0x130,_0x1ff2ff:0x160,_0x4a4459:0x6c,_0x3557ff:0xb4,_0x1eecd9:0x2d6,_0xe30b28:0x279,_0x38d4f5:0x229,_0x281396:0x1ad,_0x4a950e:0x269,_0x373d65:0x1cb,_0x23d287:0x238,_0x555e2d:0x27e,_0x3c3bc8:0x2d0,_0x563757:0x24d,_0x53983e:0x2ea,_0xa44e06:0x59,_0xfdc654:0x92,_0x3e04b0:0x162,_0x2f6fca:0x119,_0x4d90ac:0x86,_0x250a1c:0x215,_0x260a48:0x29f,_0x12e6a9:0x2ad,_0xca80:0x219,_0x1478b:0x260,_0x555617:0x1b9,_0x5f434d:0xb6,_0x23c550:0x135,_0x40f88c:0x2d1,_0xe8483b:0x2f4,_0x2514e4:0x26d,_0x22fd9d:0x24b,_0x84e2a0:0x2ef,_0x2a27a2:0xaf,_0x50ac58:0x235,_0xa03cc4:0x218,_0x51abb8:0x289,_0x32c1a4:0x1a2,_0x5852c2:0x2f1,_0x47ea26:0x15f,_0x18d9c9:0xae,_0x563e18:0x58,_0x5c2a74:0x149,_0x3ca934:0x28f,_0x581b48:0x227,_0x5bb3f0:0x28e,_0x53ff67:0x281,_0x5129e3:0xfd,_0x1ad833:0xa2,_0x3a4aa8:0x1b0,_0x2db1ab:0x27f,_0x52fa53:0x315,_0x2e64f9:0x247},_0x41c560={_0x12bb7f:0x166,_0x2f7b7b:0x8e},_0x200052={_0x17685d:0xa8,_0x5ebd7e:0x111,_0x3da289:0x12d},_0x3c1ba3={'VjMlx':_0x1962df(0x22b,0x1de,_0x217628._0x2663af,_0x217628._0x46885c)+'t','iBkJz':'User\x20not\x20f'+'ound','umcsX':_0x44e77a(-0x92,-_0x217628._0x32b4a6,-0x71,-_0x217628._0xd8142),'bwUjL':_0x44e77a(-0xc8,-0xb9,-0xe5,-_0x217628._0x10bed6)+_0x1962df(_0x217628._0x423914,0x28b,_0x217628._0x56dfba,_0x217628._0x40b9f8)+_0x1962df(0x2a5,0x2e8,_0x217628._0x312dd7,0x306)+_0x1962df(_0x217628._0x5927de,0x20d,0x258,0x26a)+_0x1962df(_0x217628._0x547ab0,_0x217628._0x1e474b,0x214,_0x217628._0x267745),'WICZy':'Team\x20not\x20f'+'ound','MJDBf':function(_0x3be419,_0x3a1338){return _0x3be419!==_0x3a1338;},'NtUAp':_0x44e77a(-0x7e,-0xb0,-_0x217628._0x4e0d68,-0xf2),'oonNM':_0x1962df(0x232,_0x217628._0x39697b,_0x217628._0x4fd16c,_0x217628._0x2e259c)+_0x1962df(0x2b5,_0x217628._0xa5cb3b,_0x217628._0x2f936a,0x31e)+_0x44e77a(-0xef,-_0x217628._0x1b9f25,-_0x217628._0x217710,-_0x217628._0x590c03)+_0x44e77a(-_0x217628._0x4ae0ce,-_0x217628._0x428f16,-0xb7,-0x79),'EPxCx':_0x1962df(_0x217628._0x6a2832,_0x217628._0x5f4e24,_0x217628._0x2af742,_0x217628._0x156030),'wGKge':function(_0x1bef03,_0x3c10a1){return _0x1bef03===_0x3c10a1;},'NgDqg':_0x1962df(0x298,_0x217628._0x4ab32d,0x2e4,0x230)+_0x1962df(_0x217628._0x133803,_0x217628._0x2c3623,0x260,0x22e)+'d','JyJwy':function(_0x555824,_0x15a364){return _0x555824!==_0x15a364;},'MBXcH':_0x1962df(0x1f7,0x1cd,0x18f,_0x217628._0x2ec59b),'QUglz':_0x1962df(_0x217628._0x59f659,_0x217628._0x123c8c,_0x217628._0x45ee36,0x26c),'OXpIE':function(_0x132a0d,_0x219735){return _0x132a0d(_0x219735);},'CFaTm':function(_0x372086,_0x2e51e4){return _0x372086>_0x2e51e4;},'ricRC':function(_0x457bda,_0x345225){return _0x457bda!==_0x345225;},'eZBnB':_0x1962df(_0x217628._0x3b64e4,0x2ea,_0x217628._0x197b97,0x2b3),'cfEWw':'GDBrZ','Sozgp':_0x44e77a(-0x1ec,-_0x217628._0xc5571f,-_0x217628._0xb6abc1,-0x151)+'rs\x20must\x20al'+'so\x20be\x20memb'+'ers\x20of\x20the'+_0x1962df(0x240,_0x217628._0x115c92,0x1bc,0x1e2),'XuyDs':'Team\x20creat'+_0x44e77a(-_0x217628._0x50f247,-_0x217628._0xebe1a4,-0xb0,-0xdf)+'fully','pzSBl':function(_0x5126ee,_0x399a7d){return _0x5126ee(_0x399a7d);},'SroMg':_0x44e77a(-_0x217628._0x6a40f4,-_0x217628._0x38c88b,-0x148,-0x144),'lqooE':_0x44e77a(-0xb1,-_0x217628._0x1e35ce,-_0x217628._0x4ae0ce,-_0x217628._0xe5a474),'KVeQK':_0x44e77a(-0x125,-_0x217628._0xad27d4,-_0x217628._0x5427b8,-0x137)+_0x44e77a(-_0x217628._0x5728c9,-0xc3,-0x117,-_0x217628._0x1b9f25),'jcuDx':_0x1962df(_0x217628._0x4e350c,0x2c3,_0x217628._0x38334e,_0x217628._0x5eb496),'ZmRmE':_0x1962df(_0x217628._0x403663,_0x217628._0x45fb70,0x2b2,_0x217628._0x5205e8),'OidMq':'Conflict','RtNiN':_0x1962df(_0x217628._0x3cacaa,_0x217628._0x311e31,0x21c,_0x217628._0x100196)+'ting\x20team','rGPxc':_0x44e77a(-0xf8,-_0x217628._0x1f25cf,-_0x217628._0x255d51,-0x93)+_0x44e77a(-_0x217628._0x11a2bb,-0x4a,-0x80,-0x6b)+'r'};function _0x44e77a(_0x57f353,_0x4e9366,_0x56ccf1,_0x85d8c3){return _0xf55060(_0x85d8c3,_0x4e9366-_0x200052._0x17685d,_0x56ccf1-_0x200052._0x5ebd7e,_0x85d8c3-_0x200052._0x3da289);}function _0x1962df(_0x75d870,_0x18443e,_0x5a7d8a,_0x402df0){return _0xf55060(_0x402df0,_0x18443e-_0x41c560._0x12bb7f,_0x75d870-0x45e,_0x402df0-_0x41c560._0x2f7b7b);}try{if(_0x3c1ba3[_0x1962df(0x2aa,0x2fe,0x2a5,0x29e)](_0x3c1ba3['NtUAp'],_0x3c1ba3[_0x44e77a(-0x183,-0xe2,-0x101,-_0x217628._0x143971)])){const _0x36813f={};return _0x36813f['error']=_0x3c1ba3[_0x1962df(_0x217628._0x399e1b,_0x217628._0xf14941,0x1f5,0x1cd)],_0x36813f[_0x44e77a(-_0x217628._0x478fa4,-0x7a,-0xbe,-0x40)]=_0x3c1ba3[_0x44e77a(-_0x217628._0x5cebfe,-0xd0,-_0x217628._0x3e4f1f,-_0x217628._0x27ae01)],_0x66db08[_0x1962df(_0x217628._0x59683d,0x1df,_0x217628._0x68cf3e,0x1ee)](-0x162c+-0x261a*0x1+0x3dd6*0x1)[_0x1962df(_0x217628._0x21420d,_0x217628._0x599406,_0x217628._0x167856,0x221)](_0x36813f);}else{if(!_0x16caaf['user'][_0x44e77a(-0xa7,-0xb6,-_0x217628._0x1c477a,-0xfa)+_0x1962df(_0x217628._0x4fc322,0x1f0,_0x217628._0x3be461,_0x217628._0x167635)]){const _0x456af9={};return _0x456af9['error']=_0x44e77a(-0x37,-0x6d,-_0x217628._0x32b7e7,-_0x217628._0x6440b3),_0x456af9[_0x1962df(_0x217628._0x355669,_0x217628._0x50741f,0x217,_0x217628._0x5d4f70)]=_0x3c1ba3[_0x44e77a(-_0x217628._0x9a5d88,-_0x217628._0x5b2791,-_0x217628._0x2c1c4f,-0xb8)],_0x5f15ff[_0x44e77a(-_0x217628._0x42df19,-0x154,-_0x217628._0x4a063c,-_0x217628._0x54021f)](0x2375+0x1f16+-0x40f8)[_0x44e77a(-0xd1,-0xb4,-_0x217628._0x1785dd,-0xae)](_0x456af9);}const {name:_0x15ef81,description:_0x5daa58,members:members=[],managers:managers=[]}=_0x16caaf['body'];if(!_0x15ef81||typeof _0x15ef81!==_0x3c1ba3[_0x1962df(0x283,_0x217628._0x2b215f,0x2f4,0x2f2)]||_0x3c1ba3[_0x1962df(0x229,0x1fe,0x1bb,0x1df)](_0x15ef81[_0x1962df(0x247,_0x217628._0x439142,0x20c,_0x217628._0x24697a)]()[_0x1962df(0x2ba,_0x217628._0x914dc7,0x337,0x2f5)],0x134f+0x18*0x163+-0x3497)){const _0xfa59d0={};return _0xfa59d0['error']=_0x3c1ba3[_0x1962df(0x217,_0x217628._0x1c41cd,_0x217628._0x35d6d0,0x284)],_0xfa59d0[_0x1962df(_0x217628._0x1dd31f,0x263,0x27a,0x2b2)]=_0x3c1ba3[_0x44e77a(-0xcf,-0x1b5,-_0x217628._0x5b5a3c,-_0x217628._0x2a0f68)],_0x5f15ff[_0x44e77a(-0x17f,-_0x217628._0x5d3bff,-_0x217628._0x2ec485,-_0x217628._0x23b52a)](0x7fa+-0x49*0xd+-0x4d*0x9)[_0x44e77a(-0x10f,-0x6b,-_0x217628._0x1785dd,-_0x217628._0x12ed9e)](_0xfa59d0);}const _0x217c4b=[...new Set([...members,...managers])];if(_0x217c4b[_0x44e77a(-0xa6,-0xfe,-0x93,-0xbf)]>0x48f*0x8+-0xc3a*0x1+-0x183e){if(_0x3c1ba3[_0x1962df(0x2c2,_0x217628._0x1f3ec7,_0x217628._0x5a03e5,0x31c)](_0x3c1ba3['MBXcH'],_0x3c1ba3[_0x44e77a(-0x97,-_0x217628._0x106149,-_0x217628._0x471f12,-_0x217628._0x3ccef1)])){const _0x5ca90a=await _0x3c1ba3[_0x44e77a(-_0x217628._0x200486,-0x11f,-_0x217628._0x5cff7a,-0xe3)](validateUserIds,_0x217c4b);if(_0x3c1ba3[_0x1962df(_0x217628._0x1ef714,0x272,0x253,0x299)](_0x5ca90a['length'],-0xd*0x136+-0x9*-0x38f+0x1049*-0x1))return _0x5f15ff[_0x44e77a(-_0x217628._0x4d7cfe,-0xf9,-0x14e,-_0x217628._0x30ff4a)](-0x211f+0x23f7+-0x148)[_0x44e77a(-0x123,-_0x217628._0x2e30eb,-0xb4,-_0x217628._0x45204b)]({'error':_0x3c1ba3[_0x1962df(0x217,0x228,_0x217628._0x1b072d,0x19d)],'message':_0x44e77a(-0x14b,-0x11a,-0x13a,-_0x217628._0x22f73e)+_0x1962df(0x263,_0x217628._0x395f37,_0x217628._0x1e953d,0x1e1)+_0x5ca90a[_0x1962df(_0x217628._0x1a71c7,_0x217628._0x517d8a,0x223,_0x217628._0x69ad85)](',\x20')});}else return _0x59481f[_0x44e77a(-0x13e,-0xe5,-0x14e,-_0x217628._0x5e6f6c)](-0xf26+-0x1ae3+0x2b99)[_0x44e77a(-_0x217628._0x4a2e85,-_0x217628._0x1714d8,-_0x217628._0x57950d,-_0x217628._0x50f247)]({'error':_0x1962df(0x22b,0x263,0x1b8,0x289)+'t','message':'User\x20IDs\x20n'+_0x1962df(_0x217628._0x2f4042,_0x217628._0x15c63e,0x236,0x232)+_0x50cea0[_0x1962df(_0x217628._0x1a71c7,0x231,0x19e,_0x217628._0x22f0de)](',\x20')});}const _0x5164c4=new Set(members),_0x2bd1d9=managers[_0x44e77a(-_0x217628._0x58b932,-_0x217628._0x3c6747,-0x9b,-_0x217628._0x16d614)](_0x4edd8d=>!_0x5164c4['has'](_0x4edd8d));if(_0x3c1ba3['CFaTm'](_0x2bd1d9[_0x44e77a(-_0x217628._0x505979,-_0x217628._0x4a04c9,-_0x217628._0x2f5e9a,-_0x217628._0x36814f)],0x267a+-0x127e+-0x13fc)){if(_0x3c1ba3[_0x44e77a(-_0x217628._0x4dc79c,-0xf2,-0x75,-_0x217628._0x4db3e2)](_0x3c1ba3[_0x1962df(0x2a3,0x2e9,_0x217628._0x5a9f32,0x293)],_0x3c1ba3[_0x1962df(0x2a1,_0x217628._0x249218,_0x217628._0x32a947,_0x217628._0x13c2d5)])){const _0x21a518={};return _0x21a518[_0x44e77a(-_0x217628._0x28be82,-_0x217628._0x7539d9,-_0x217628._0x59312c,-_0x217628._0x2fc4e3)]=_0x3c1ba3['VjMlx'],_0x21a518['message']=_0x3c1ba3[_0x44e77a(-0x153,-_0x217628._0x45f062,-0xd7,-_0x217628._0x4413f6)],_0x5f15ff[_0x1962df(_0x217628._0x2fa553,0x1b6,0x1db,_0x217628._0x4e268e)](-0x6*0x202+0x22f7+-0x155b*0x1)['json'](_0x21a518);}else{const _0x2eb81f={};return _0x2eb81f[_0x44e77a(-_0x217628._0x4e59b1,-_0x217628._0x150b13,-_0x217628._0x3d7d2e,-_0x217628._0x1d5665)]=_0x480789,_0x22f2c7['json'](_0x2eb81f);}}const _0x8dfbfa=await _0x3c1ba3['OXpIE'](createTeam,{'name':_0x15ef81[_0x44e77a(-_0x217628._0x58e23b,-_0x217628._0x1ff2ff,-0x106,-0xae)](),'description':_0x5daa58,'members':members,'managers':managers});return _0x5f15ff['status'](-0x1c7c+0x3*0x289+0xad5*0x2)[_0x44e77a(-0x9b,-_0x217628._0x4a4459,-_0x217628._0x3557ff,-0x31)]({'message':_0x3c1ba3['XuyDs'],'team':await _0x3c1ba3[_0x1962df(0x274,_0x217628._0x167856,_0x217628._0x1eecd9,_0x217628._0xe30b28)](enrichTeamWithManagerNames,_0x8dfbfa)});}}catch(_0x18886f){if(_0x3c1ba3[_0x1962df(_0x217628._0x38d4f5,_0x217628._0x281396,_0x217628._0x4a950e,_0x217628._0x373d65)](_0x3c1ba3[_0x1962df(_0x217628._0x23d287,0x279,0x250,_0x217628._0x555e2d)],_0x3c1ba3[_0x1962df(_0x217628._0x3c3bc8,_0x217628._0x68cf3e,_0x217628._0x563757,_0x217628._0x53983e)])){const _0x584d49={};return _0x584d49['error']=_0x3c1ba3[_0x44e77a(-0x7f,-_0x217628._0xa44e06,-_0x217628._0xfdc654,-0xb7)],_0x584d49['message']=_0x3c1ba3[_0x44e77a(-0x187,-0x19f,-_0x217628._0x3e04b0,-0x1d2)],_0x3dfa4a[_0x44e77a(-0x1a2,-0x195,-0x14e,-0x115)](0x107*0x2+0x1c68+-0x1*0x1ce3)[_0x44e77a(-_0x217628._0x32b7e7,-_0x217628._0x2f6fca,-0xb4,-_0x217628._0x4d90ac)](_0x584d49);}else{if(_0x18886f['message'][_0x1962df(0x20a,0x1d8,_0x217628._0x250a1c,_0x217628._0x50741f)](_0x3c1ba3[_0x1962df(0x21b,_0x217628._0x24697a,0x1ea,_0x217628._0x260a48)])){if(_0x3c1ba3[_0x1962df(0x282,_0x217628._0x12e6a9,0x274,0x282)]!==_0x3c1ba3[_0x1962df(_0x217628._0xca80,_0x217628._0x1478b,0x1c5,0x1ce)]){const _0x4c3710={};return _0x4c3710[_0x44e77a(-_0x217628._0x555617,-_0x217628._0x5f434d,-_0x217628._0x23c550,-0x13d)]=_0x3c1ba3[_0x1962df(0x270,_0x217628._0x40f88c,_0x217628._0xe8483b,_0x217628._0x2514e4)],_0x4c3710[_0x1962df(0x28f,_0x217628._0x22fd9d,_0x217628._0x84e2a0,0x2dc)]=_0x18886f[_0x44e77a(-_0x217628._0x2a27a2,-0x72,-0xbe,-0xc7)],_0x5f15ff[_0x1962df(0x1ff,0x18c,_0x217628._0x50ac58,0x1e0)](-0x3f5+-0x1901+0x1*0x1e8f)['json'](_0x4c3710);}else{const _0x818893={};return _0x818893[_0x1962df(_0x217628._0xa03cc4,_0x217628._0x51abb8,_0x217628._0x32c1a4,0x295)]=_0x3c1ba3[_0x1962df(_0x217628._0x5a9f32,_0x217628._0x5852c2,0x309,0x25a)],_0x54e182[_0x44e77a(-_0x217628._0x47ea26,-0x1c3,-0x14e,-0x1bf)](-0x10fa+-0x1*-0x23b2+-0x1124)[_0x44e77a(-_0x217628._0x18d9c9,-_0x217628._0x471f12,-_0x217628._0x3557ff,-_0x217628._0x563e18)](_0x818893);}}const _0x4a3d69={};_0x4a3d69[_0x44e77a(-0xb1,-0x12c,-0x135,-_0x217628._0x5c2a74)]=_0x18886f[_0x1962df(_0x217628._0x3ca934,_0x217628._0x581b48,_0x217628._0x3be461,0x29c)],logger[_0x1962df(0x218,0x21f,0x1c0,_0x217628._0x4fd16c)](_0x3c1ba3['RtNiN'],_0x4a3d69);const _0x21d89f={};return _0x21d89f[_0x1962df(0x218,_0x217628._0x5bb3f0,0x1d0,_0x217628._0x53ff67)]=_0x3c1ba3[_0x44e77a(-_0x217628._0x57950d,-_0x217628._0x5129e3,-_0x217628._0x1ad833,-_0x217628._0xfdc654)],_0x5f15ff[_0x1962df(_0x217628._0x2fa553,_0x217628._0x3a4aa8,0x1f3,_0x217628._0x2db1ab)](0x7ad+-0x39c+0x1*-0x21d)[_0x1962df(0x299,0x2ad,_0x217628._0x52fa53,_0x217628._0x2e64f9)](_0x21d89f);}}}),router[_0x47add5(0x2ca,0x1f9,0x2a8,0x256)](_0xf55060(-0x219,-0x218,-0x25d,-0x267),async(_0x5778fb,_0x34732c)=>{const _0x4901e8={_0x242740:0x373,_0x415238:0x318,_0x4f8e77:0x2ec,_0x1f037a:0x3b0,_0x354315:0x3fe,_0x2d7246:0x438,_0x4d967e:0x3ed,_0x2b95a4:0x3a4,_0x78306d:0x404,_0x58ff87:0x3b9,_0x341bbf:0x30b,_0x5c0d8e:0x390,_0x4df24d:0x3b6,_0x2b7e90:0x410,_0x537885:0x359,_0x4acf4d:0x3dd,_0x21ce06:0x2d0,_0x2e2b56:0x2ed,_0x319bf8:0x2df,_0x1aa609:0x393,_0x4898f2:0x406,_0x5f1687:0x3ca,_0xdd477e:0x2c7,_0x193c84:0x34e,_0x3662d9:0x374,_0x357ff1:0x307,_0x1e40b8:0x3e2,_0x2ab5be:0x428,_0x4ef17e:0x36a,_0x538d8b:0x389,_0x3ec3c1:0x3be,_0x152612:0x3b1,_0x4d5b10:0x3f5,_0x218953:0x30c,_0x12f220:0x339,_0x5c5584:0x30c,_0x195dfc:0x2e4,_0x48d1ba:0x31e,_0x179671:0x388,_0x426fcc:0x317,_0x5c4105:0x332,_0x1262ee:0x322,_0x39c152:0x3a8,_0x33b0a8:0x2dd,_0x21dc8b:0x429,_0x54805f:0x372,_0x27b702:0x37a,_0x180562:0x39f,_0x499dc2:0x37a,_0xb4fef3:0x38d,_0x1aa12f:0x3c6,_0x4540c4:0x27c,_0x776fe0:0x3bb,_0x9db1c8:0x337,_0x335065:0x3b4,_0x49425f:0x3d9,_0x437f9f:0x3b2,_0x4e1f3a:0x27f,_0x132d44:0x373,_0x2e457d:0x355,_0x579c3b:0x398,_0x4ae4a4:0x344,_0x3d371a:0x3ee,_0x2b5b0f:0x3b7,_0x2e26a6:0x36e,_0x49d451:0x321,_0x49e3e4:0x340,_0x575cd9:0x2ea,_0x350f43:0x39d,_0x451c8e:0x327,_0x548fcc:0x36d,_0x14e966:0x388,_0xcd7d28:0x3f2,_0x32c013:0x354,_0x186ce1:0x376,_0x40673f:0x2fc,_0x52532d:0x3e8,_0x27e8f9:0x3ef,_0x54a1f9:0x3e1,_0x46eea5:0x397,_0xd4a204:0x367,_0xdecabe:0x3a5,_0x1936d5:0x3a3,_0x30d6c0:0x408,_0x44de52:0x328,_0x489660:0x3c4,_0x1c1905:0x3c6,_0x27f114:0x3d8,_0x2c4bbb:0x44c,_0x2d8322:0x3fd,_0x194a0f:0x3fa,_0x4e2629:0x3b5,_0x10926c:0x3ae,_0x1944fe:0x3a3,_0x5bc736:0x33d,_0xabce5d:0x41c,_0x288e52:0x468,_0x4f2040:0x3ee,_0x880d5f:0x434,_0x58fc13:0x38d,_0x340e6d:0x38d,_0x5d2f87:0x345,_0x185750:0x348,_0x5ef6cd:0x39b,_0x33593a:0x469,_0x36b702:0x328,_0xb3d14a:0x381,_0x5ecf58:0x401,_0x13e70e:0x41f,_0x39d97e:0x3bd,_0x3218be:0x3e2,_0x279b49:0x400,_0x4d6bb2:0x395,_0x134795:0x44f,_0x331f07:0x44b,_0x1cc143:0x464,_0x5299c1:0x3c3,_0x42827d:0x3e7,_0x4cf80c:0x2da,_0x4b3059:0x3c7,_0x4199b6:0x3af,_0x38273a:0x38b,_0x57a096:0x32e,_0x4645f6:0x34e,_0x1687cf:0x340,_0x3406b9:0x2db,_0x64b522:0x350,_0x5c5569:0x3b7,_0x13aca6:0x301,_0x25501d:0x2d1,_0x7d11a6:0x3d2,_0xccdd21:0x2fd,_0x220e1e:0x33a,_0x3621a2:0x2f1,_0x5b5a5e:0x3f8,_0x584089:0x3c0,_0x1d4859:0x346,_0x12ed30:0x35a,_0x4bbdf7:0x419,_0x439260:0x3b7,_0x508fa1:0x2c8,_0x58000b:0x2cf,_0x39bd61:0x3d1,_0x52457b:0x309,_0x3d666b:0x377,_0x103b59:0x32b,_0x4a07aa:0x345,_0x497b43:0x31d,_0x2ba185:0x28e,_0x4e949c:0x334,_0x38e0a2:0x34c,_0x15be78:0x34b,_0x11e5e1:0x295,_0xc97e05:0x2ec,_0x1a8587:0x35b,_0x30258a:0x314,_0x50c1ac:0x3d1,_0x24d8b7:0x388,_0x1ac171:0x305,_0x44fdfa:0x314,_0x301472:0x358,_0x2d8483:0x33b,_0x2cc4ac:0x352,_0x4cd55e:0x306,_0xffcbe0:0x36e,_0x2dcc6a:0x30a,_0x5d3dbe:0x304},_0x312ae3={_0x1cb57f:0x15f,_0x570e12:0x108},_0x317167={_0x2a0436:0x9};function _0x55033c(_0x5bec68,_0x34f784,_0x3c0c40,_0x4f6a0b){return _0x47add5(_0x4f6a0b,_0x34f784-0x176,_0x3c0c40-_0x317167._0x2a0436,_0x3c0c40-0x141);}const _0x467fc4={'yFmWb':function(_0x3aef91,_0x80c501){return _0x3aef91(_0x80c501);},'EJFXG':_0x55033c(_0x4901e8._0x242740,0x392,_0x4901e8._0x415238,_0x4901e8._0x4f8e77)+_0x55033c(_0x4901e8._0x1f037a,0x450,_0x4901e8._0x354315,_0x4901e8._0x2d7246),'zcfjE':function(_0x10f711,_0x335494,_0x326384){return _0x10f711(_0x335494,_0x326384);},'DfnTe':function(_0x235ab6,_0x20ae3c){return _0x235ab6&&_0x20ae3c;},'agXRK':_0x55033c(_0x4901e8._0x4d967e,_0x4901e8._0x2b95a4,_0x4901e8._0x78306d,_0x4901e8._0x58ff87),'mOGhB':_0x55033c(_0x4901e8._0x341bbf,0x409,_0x4901e8._0x5c0d8e,0x312)+_0x116b94(0x397,0x3b0,0x330,0x3fd)+'ission\x20to\x20'+_0x116b94(_0x4901e8._0x4df24d,_0x4901e8._0x2b7e90,_0x4901e8._0x537885,_0x4901e8._0x4acf4d)+'s\x20team','UNLYL':function(_0x97124c,_0x1ea4fc){return _0x97124c!==_0x1ea4fc;},'rryWP':function(_0x4587ba,_0x1a0655){return _0x4587ba!==_0x1a0655;},'lalGy':function(_0x19146d,_0x212ec0){return _0x19146d!==_0x212ec0;},'zAahk':function(_0xfa1771,_0x1c9fb6){return _0xfa1771!==_0x1c9fb6;},'tevQV':function(_0x4516a4,_0x10abdc){return _0x4516a4>_0x10abdc;},'jCEmZ':function(_0x4a26c2,_0x2605fe){return _0x4a26c2>_0x2605fe;},'oYJVs':_0x116b94(_0x4901e8._0x21ce06,_0x4901e8._0x2e2b56,_0x4901e8._0x319bf8,0x25c),'WBWpS':'wcCEI','YLWMH':'Bad\x20Reques'+'t','AwRhA':function(_0x45eec3,_0x36ed71,_0x89e612){return _0x45eec3(_0x36ed71,_0x89e612);},'cnogx':'Team\x20updat'+'ed\x20success'+'fully','DCUhy':function(_0x139de1,_0x5b9fa8){return _0x139de1(_0x5b9fa8);},'ekrGo':function(_0x187937,_0x4c1545){return _0x187937===_0x4c1545;},'hgHKD':_0x116b94(_0x4901e8._0x1aa609,_0x4901e8._0x4898f2,0x3e3,_0x4901e8._0x5f1687),'tOWsz':_0x116b94(0x2e3,0x2b7,0x357,_0x4901e8._0xdd477e)+_0x116b94(0x325,0x38f,0x32c,_0x4901e8._0x193c84),'sdNsy':_0x116b94(_0x4901e8._0x3662d9,0x318,_0x4901e8._0x357ff1,_0x4901e8._0x1e40b8)+_0x116b94(0x3ce,_0x4901e8._0x2ab5be,_0x4901e8._0x4ef17e,0x40a),'wKeVH':_0x55033c(0x30b,0x392,_0x4901e8._0x538d8b,0x363)+_0x55033c(_0x4901e8._0x3ec3c1,_0x4901e8._0x152612,_0x4901e8._0x4d5b10,0x442)+'r'};function _0x116b94(_0x3af8bc,_0xf578a6,_0xa9d0f,_0x53c355){return _0x47add5(_0xa9d0f,_0xf578a6-_0x312ae3._0x1cb57f,_0xa9d0f-0x127,_0x3af8bc-_0x312ae3._0x570e12);}try{const _0x68031b=await _0x467fc4[_0x116b94(_0x4901e8._0x218953,0x382,0x302,0x333)](getTeamById,_0x5778fb[_0x55033c(0x32d,0x2f5,0x359,_0x4901e8._0x12f220)]['id']);if(!_0x68031b){const _0x1b2393={};return _0x1b2393[_0x116b94(0x307,_0x4901e8._0x5c5584,0x2db,_0x4901e8._0x195dfc)]=_0x467fc4[_0x55033c(0x34b,0x313,_0x4901e8._0x48d1ba,0x304)],_0x34732c['status'](-0x23fb+-0x296*-0xd+0x3f1)[_0x116b94(_0x4901e8._0x179671,_0x4901e8._0x426fcc,0x3fe,0x335)](_0x1b2393);}const _0x3cc023=_0x5778fb['user'][_0x116b94(_0x4901e8._0x5c4105,_0x4901e8._0x1262ee,0x372,_0x4901e8._0x39c152)+_0x116b94(0x362,0x3a6,0x348,_0x4901e8._0x33b0a8)],_0x18c747=await _0x467fc4[_0x116b94(0x3d9,_0x4901e8._0x21dc8b,_0x4901e8._0x54805f,0x3af)](isTeamManager,_0x5778fb[_0x116b94(_0x4901e8._0x27b702,_0x4901e8._0x3ec3c1,0x3f5,_0x4901e8._0x180562)]['id'],_0x68031b['id']);if(_0x467fc4[_0x116b94(0x366,_0x4901e8._0x499dc2,0x2fe,0x330)](!_0x3cc023,!_0x18c747)){const _0x42cf2d={};return _0x42cf2d[_0x55033c(_0x4901e8._0xb4fef3,_0x4901e8._0x1aa12f,0x340,0x2d4)]=_0x467fc4[_0x116b94(0x2d8,0x31c,0x2f9,_0x4901e8._0x4540c4)],_0x42cf2d[_0x55033c(_0x4901e8._0x776fe0,_0x4901e8._0x9db1c8,0x3b7,0x390)]=_0x467fc4[_0x55033c(0x408,_0x4901e8._0x335065,_0x4901e8._0x49425f,_0x4901e8._0x437f9f)],_0x34732c[_0x116b94(0x2ee,_0x4901e8._0x4e1f3a,_0x4901e8._0x132d44,_0x4901e8._0x2e457d)](0x1cf*-0x7+0xbf5*0x1+0x247)['json'](_0x42cf2d);}if(!_0x3cc023&&_0x467fc4['UNLYL'](_0x5778fb[_0x116b94(0x391,0x324,_0x4901e8._0x579c3b,0x32e)]['managers'],undefined)){const _0x5a1c04={};return _0x5a1c04[_0x116b94(_0x4901e8._0x357ff1,_0x4901e8._0x4ae4a4,0x363,0x355)]=_0x467fc4['agXRK'],_0x5a1c04[_0x55033c(_0x4901e8._0x3d371a,_0x4901e8._0x193c84,_0x4901e8._0x2b5b0f,_0x4901e8._0x2e26a6)]=_0x116b94(_0x4901e8._0x49d451,0x31d,0x314,0x2aa)+'r\x20Admins\x20c'+'an\x20modify\x20'+_0x116b94(_0x4901e8._0x49e3e4,0x3bd,_0x4901e8._0x2b95a4,_0x4901e8._0x575cd9)+'ers',_0x34732c[_0x55033c(_0x4901e8._0x350f43,0x394,_0x4901e8._0x451c8e,_0x4901e8._0x548fcc)](0x1*0xb03+0x799+-0x1109)[_0x116b94(_0x4901e8._0x14e966,_0x4901e8._0xcd7d28,_0x4901e8._0x32c013,0x3d2)](_0x5a1c04);}const _0x3e94f2={};if(_0x467fc4[_0x116b94(0x32b,_0x4901e8._0x186ce1,_0x4901e8._0x40673f,0x387)](_0x5778fb[_0x55033c(_0x4901e8._0x52532d,0x430,_0x4901e8._0x5f1687,0x426)]['name'],undefined))_0x3e94f2[_0x116b94(0x373,0x2f1,_0x4901e8._0x27e8f9,0x3d9)]=_0x5778fb[_0x55033c(_0x4901e8._0x54a1f9,_0x4901e8._0x46eea5,0x3ca,_0x4901e8._0xd4a204)][_0x116b94(_0x4901e8._0x132d44,_0x4901e8._0xdecabe,0x324,0x35c)];if(_0x467fc4[_0x116b94(_0x4901e8._0x1936d5,_0x4901e8._0x30d6c0,_0x4901e8._0x44de52,_0x4901e8._0x4ef17e)](_0x5778fb['body'][_0x116b94(_0x4901e8._0x489660,0x42f,_0x4901e8._0x1c1905,_0x4901e8._0x27f114)+'n'],undefined))_0x3e94f2[_0x55033c(0x465,0x482,0x3fd,0x467)+'n']=_0x5778fb[_0x116b94(0x391,0x339,0x403,0x40e)][_0x55033c(0x43b,_0x4901e8._0x2c4bbb,_0x4901e8._0x2d8322,0x3eb)+'n'];if(_0x467fc4[_0x55033c(0x3cd,_0x4901e8._0x350f43,_0x4901e8._0x194a0f,0x43f)](_0x5778fb[_0x55033c(0x435,0x34f,0x3ca,0x372)][_0x116b94(_0x4901e8._0x4e2629,_0x4901e8._0x10926c,0x3b1,_0x4901e8._0x1944fe)],undefined))_0x3e94f2[_0x116b94(0x3b5,0x333,_0x4901e8._0x5bc736,0x438)]=_0x5778fb['body'][_0x55033c(_0x4901e8._0xabce5d,_0x4901e8._0x288e52,_0x4901e8._0x4f2040,0x3d9)];if(_0x467fc4[_0x55033c(_0x4901e8._0x880d5f,0x41a,0x3dc,0x442)](_0x5778fb[_0x55033c(_0x4901e8._0x58fc13,_0x4901e8._0x340e6d,_0x4901e8._0x5f1687,0x3f5)][_0x116b94(0x348,_0x4901e8._0x5d2f87,0x353,0x326)],undefined))_0x3e94f2[_0x116b94(_0x4901e8._0x185750,0x3b7,0x3ce,0x37b)]=_0x5778fb['body']['managers'];const _0x5cea49=[...new Set([..._0x3e94f2[_0x55033c(_0x4901e8._0x2e26a6,_0x4901e8._0x5ef6cd,0x3ee,_0x4901e8._0x33593a)]||[],..._0x3e94f2[_0x55033c(0x396,_0x4901e8._0x36b702,_0x4901e8._0xb3d14a,0x349)]||[]])];if(_0x467fc4[_0x55033c(_0x4901e8._0x5ecf58,_0x4901e8._0x13e70e,_0x4901e8._0x39d97e,0x429)](_0x5cea49[_0x55033c(0x3fb,0x40f,_0x4901e8._0x3218be,_0x4901e8._0x279b49)],-0x204a*0x1+-0x5f+0x20a9)){const _0x318539=await validateUserIds(_0x5cea49);if(_0x467fc4[_0x55033c(0x47e,_0x4901e8._0x4d6bb2,0x408,0x3ef)](_0x318539[_0x55033c(_0x4901e8._0x134795,0x3cf,_0x4901e8._0x3218be,0x43c)],-0x245a+0x1*0x1e0b+0x5f*0x11)){if(_0x467fc4[_0x55033c(_0x4901e8._0x331f07,_0x4901e8._0x1cc143,0x40c,_0x4901e8._0x1c1905)]!==_0x467fc4[_0x116b94(_0x4901e8._0x5299c1,0x3e1,0x408,_0x4901e8._0x42827d)])return _0x34732c[_0x116b94(0x2ee,0x2c9,0x311,_0x4901e8._0x4cf80c)](-0x6c6*-0x1+0x23ab*-0x1+0x1e75)['json']({'error':_0x467fc4[_0x55033c(_0x4901e8._0x4b3059,0x343,0x363,0x328)],'message':_0x55033c(0x361,0x2ee,0x33b,0x342)+_0x55033c(0x372,_0x4901e8._0x4199b6,_0x4901e8._0x38273a,0x330)+_0x318539[_0x55033c(_0x4901e8._0x57a096,0x30c,_0x4901e8._0x1262ee,0x2d8)](',\x20')});else{const _0x815d1f={};return _0x815d1f[_0x55033c(0x2f0,_0x4901e8._0x4645f6,_0x4901e8._0x1687cf,_0x4901e8._0x3406b9)]='Not\x20Found',_0x815d1f[_0x55033c(_0x4901e8._0x64b522,0x392,_0x4901e8._0x5c5569,0x420)]=_0x4612d6['message'],_0x2cac44[_0x55033c(_0x4901e8._0x13aca6,_0x4901e8._0x25501d,0x327,0x2e1)](-0x10ca+-0xbc*-0x10+0x69e)[_0x116b94(0x388,0x304,0x3e6,_0x4901e8._0x7d11a6)](_0x815d1f);}}}const _0x5c1854=await _0x467fc4[_0x55033c(_0x4901e8._0xccdd21,0x34b,_0x4901e8._0x220e1e,_0x4901e8._0x3621a2)](updateTeam,_0x68031b['id'],_0x3e94f2);return _0x34732c[_0x55033c(_0x4901e8._0x880d5f,_0x4901e8._0x5b5a5e,0x3c1,_0x4901e8._0x584089)]({'message':_0x467fc4['cnogx'],'team':await _0x467fc4['DCUhy'](enrichTeamWithManagerNames,_0x5c1854)});}catch(_0x4c1bce){if(_0x467fc4[_0x116b94(0x300,_0x4901e8._0x1d4859,0x284,_0x4901e8._0x12ed30)]('LrcUf',_0x467fc4['hgHKD'])){if(_0x4c1bce[_0x55033c(_0x4901e8._0x4bbdf7,0x38b,_0x4901e8._0x439260,_0x4901e8._0x27e8f9)]['includes'](_0x467fc4['tOWsz'])){const _0x33fe71={};return _0x33fe71[_0x55033c(0x353,_0x4901e8._0x508fa1,0x340,_0x4901e8._0x58000b)]=_0x55033c(_0x4901e8._0x39bd61,0x3ef,0x3e1,0x39e),_0x33fe71[_0x116b94(0x37e,_0x4901e8._0x52457b,_0x4901e8._0x3d666b,_0x4901e8._0x103b59)]=_0x4c1bce[_0x116b94(0x37e,0x37e,_0x4901e8._0x39d97e,_0x4901e8._0x4a07aa)],_0x34732c[_0x55033c(0x2c9,_0x4901e8._0x497b43,0x327,0x374)](0x51a*0x5+-0x429*-0x2+-0x1*0x203b)['json'](_0x33fe71);}const _0x23dda2={};_0x23dda2[_0x116b94(0x307,0x372,_0x4901e8._0x2ba185,0x331)]=_0x4c1bce[_0x55033c(0x341,_0x4901e8._0x4e949c,_0x4901e8._0x5c5569,0x335)],logger[_0x116b94(0x307,_0x4901e8._0x38e0a2,_0x4901e8._0x15be78,_0x4901e8._0x11e5e1)](_0x467fc4['sdNsy'],_0x23dda2);const _0x44f5c3={};return _0x44f5c3[_0x55033c(_0x4901e8._0xc97e05,_0x4901e8._0x46eea5,0x340,_0x4901e8._0x1a8587)]=_0x467fc4[_0x116b94(0x375,0x3ef,_0x4901e8._0x27e8f9,_0x4901e8._0x30258a)],_0x34732c['status'](0x1fe9+-0xbda+-0x121b)[_0x55033c(_0x4901e8._0x50c1ac,0x43e,0x3c1,0x3e0)](_0x44f5c3);}else return _0x58d810[_0x116b94(0x2ee,0x2f5,0x288,0x344)](-0xb69*-0x2+-0xb11*0x3+0xbf1)[_0x116b94(_0x4901e8._0x24d8b7,_0x4901e8._0x1ac171,0x3e7,_0x4901e8._0x44fdfa)]({'error':'Bad\x20Reques'+'t','message':_0x55033c(_0x4901e8._0x301472,0x2bd,_0x4901e8._0x2d8483,0x2d8)+_0x116b94(_0x4901e8._0x2cc4ac,_0x4901e8._0x4cd55e,_0x4901e8._0xffcbe0,_0x4901e8._0x2dcc6a)+_0xb32109[_0x55033c(_0x4901e8._0x5d3dbe,_0x4901e8._0x4f8e77,0x322,0x2d8)](',\x20')});}}),router[_0x47add5(0x249,0x22c,0x1fe,0x249)]('/:id',async(_0x1f78d9,_0x596064)=>{const _0xab55d7={_0x1f7547:0x42d,_0x350e04:0x3b4,_0x3afece:0x484,_0x17dceb:0x456,_0x242707:0x49e,_0x352bfb:0x3cb,_0x1b8307:0x3e2,_0xedd42e:0x4c6,_0x182ba3:0x4a1,_0x1378ea:0x46f,_0x3ce391:0x48f,_0x337b1b:0x4b0,_0x4d2f3d:0x48e,_0x128dd9:0x46d,_0x4add9e:0x4a2,_0x4d4640:0x404,_0x29112f:0x41c,_0x419773:0x461,_0x461e81:0x460,_0x359e29:0x475,_0x342af8:0x43c,_0x4a183d:0x3db,_0x38854d:0x4aa,_0x195bf4:0x424,_0x4a5f70:0x42b,_0x404357:0x422,_0x42e4ab:0x4d5,_0x21efde:0x480,_0x2d095f:0x48a,_0x31c7ea:0x4f6,_0x1c8d24:0x433,_0x478318:0x461,_0x56f6bd:0x4e0,_0x53e486:0x43d,_0x159d2f:0x3ef,_0x3d3062:0x3e3,_0x1766f4:0x421,_0x20852d:0x4a1,_0x57e73c:0x3ee,_0x43b91c:0x4e3,_0x3f7b02:0x466,_0x1b4bce:0x4c2,_0x1e19bf:0x380,_0xbf16c7:0x386,_0x21a171:0x3a3,_0x42bf85:0x349,_0x5c5bc5:0x3ca,_0xe8a619:0x3f9,_0x2e8f71:0x4db,_0x51cdfc:0x423,_0x15612a:0x3e3,_0x5e401d:0x44d,_0x27b389:0x448,_0x7bfb12:0x45f,_0x5cb14f:0x517,_0x2c8819:0x45a,_0x1a3231:0x410,_0x1bb6eb:0x43f,_0x48b31b:0x3b8,_0x34cb76:0x464,_0xbcf15e:0x3b6,_0x24b8cb:0x458,_0x4f5380:0x4f2,_0x44ebc6:0x48d,_0x2dc4ff:0x468,_0x5cdcd6:0x46b,_0x1a96b2:0x4a7,_0x1fa76e:0x3e3,_0x3b420a:0x450,_0x4af6ec:0x438,_0x584d45:0x409,_0x2e2030:0x3aa,_0x2d5640:0x408,_0x19b029:0x3b0,_0x43cd07:0x4cf,_0x18fb2b:0x39a,_0xef7724:0x43f},_0x159bb1={_0x338e38:0x1f},_0x42da52={_0x47baef:0x629},_0x1faace={};_0x1faace['vmVya']=_0xa2ba68(0x41b,0x433,_0xab55d7._0x1f7547,_0xab55d7._0x350e04)+_0x37e94d(0x509,_0xab55d7._0x3afece,0x4f9,0x498)+'ission\x20to\x20'+'update\x20thi'+_0x37e94d(_0xab55d7._0x17dceb,0x4e7,0x437,0x4b9),_0x1faace['mbqDx']=function(_0x3ad6e0,_0x537f19){return _0x3ad6e0===_0x537f19;},_0x1faace[_0xa2ba68(0x436,_0xab55d7._0x242707,0x461,0x437)]=_0xa2ba68(0x38c,_0xab55d7._0x352bfb,_0xab55d7._0x1b8307,0x387),_0x1faace['DlnCe']='Team\x20not\x20f'+_0xa2ba68(_0xab55d7._0xedd42e,_0xab55d7._0x182ba3,0x41e,_0xab55d7._0x1378ea);function _0xa2ba68(_0xf2f27f,_0x69d3ec,_0x24f326,_0x1757d4){return _0xf55060(_0xf2f27f,_0x69d3ec-0x4d,_0x69d3ec-_0x42da52._0x47baef,_0x1757d4-0x183);}function _0x37e94d(_0x827a75,_0x596667,_0x511574,_0x5aadb9){return _0x47add5(_0x827a75,_0x596667-0x168,_0x511574-_0x159bb1._0x338e38,_0x5aadb9-0x209);}_0x1faace[_0xa2ba68(_0xab55d7._0x3ce391,_0xab55d7._0x337b1b,_0xab55d7._0x4d2f3d,0x51d)]=_0x37e94d(_0xab55d7._0x128dd9,0x3ce,_0xab55d7._0x4add9e,0x451)+'erver\x20erro'+'r';const _0x56c013=_0x1faace;try{if(!_0x1f78d9[_0xa2ba68(_0xab55d7._0x4d4640,0x456,0x3d4,_0xab55d7._0x29112f)]['isServerAd'+'min']){const _0x56c8d0={};return _0x56c8d0[_0x37e94d(0x3d9,_0xab55d7._0x419773,_0xab55d7._0x461e81,0x408)]=_0xa2ba68(_0xab55d7._0x359e29,0x4a7,0x45c,_0xab55d7._0x342af8),_0x56c8d0[_0xa2ba68(_0xab55d7._0x4a183d,0x45a,0x3e3,_0xab55d7._0x38854d)]=_0x37e94d(_0xab55d7._0x195bf4,_0xab55d7._0x4a5f70,0x3ba,_0xab55d7._0x404357)+_0xa2ba68(_0xab55d7._0x42e4ab,_0xab55d7._0x21efde,0x402,0x45e)+_0xa2ba68(0x472,_0xab55d7._0x2d095f,_0xab55d7._0x31c7ea,0x4d5)+_0xa2ba68(_0xab55d7._0x1c8d24,_0xab55d7._0x478318,_0xab55d7._0x56f6bd,0x3f1),_0x596064[_0x37e94d(0x39f,0x3f4,_0xab55d7._0x53e486,_0xab55d7._0x159d2f)](0x4e5+-0x3bb+-0xf*-0x7)['json'](_0x56c8d0);}const _0x199326=await getTeamById(_0x1f78d9[_0x37e94d(0x48e,_0xab55d7._0x3d3062,0x444,_0xab55d7._0x1766f4)]['id']);if(!_0x199326){if(_0x56c013[_0xa2ba68(0x41f,0x45e,_0xab55d7._0x20852d,_0xab55d7._0x57e73c)](_0x56c013['QBuGX'],_0x56c013[_0xa2ba68(_0xab55d7._0x43b91c,_0xab55d7._0x242707,_0xab55d7._0x3f7b02,_0xab55d7._0x1b4bce)])){const _0x350855={};return _0x350855[_0xa2ba68(0x3e7,0x3e3,0x3b8,_0xab55d7._0x1e19bf)]=_0x56c013[_0x37e94d(_0xab55d7._0xbf16c7,0x40c,_0xab55d7._0x21a171,0x3d8)],_0x596064[_0xa2ba68(_0xab55d7._0x42bf85,_0xab55d7._0x5c5bc5,0x404,_0xab55d7._0xe8a619)](-0x25*0xd5+-0x1*0xd6b+0x2dc8)[_0xa2ba68(_0xab55d7._0x2e8f71,0x464,0x4b1,0x3f3)](_0x350855);}else{const _0x4ee504={};return _0x4ee504[_0xa2ba68(_0xab55d7._0x51cdfc,_0xab55d7._0x15612a,0x467,_0xab55d7._0x5e401d)]=_0x37e94d(_0xab55d7._0x27b389,_0xab55d7._0x7bfb12,_0xab55d7._0x5cb14f,0x4cc),_0x4ee504[_0xa2ba68(0x3e4,_0xab55d7._0x2c8819,0x444,_0xab55d7._0x1a3231)]=_0x56c013['vmVya'],_0x12fad8[_0xa2ba68(_0xab55d7._0x1bb6eb,_0xab55d7._0x5c5bc5,0x3b0,_0xab55d7._0x48b31b)](0x1dfe+-0x1981*0x1+-0x2ea)[_0xa2ba68(0x435,_0xab55d7._0x34cb76,0x4c9,_0xab55d7._0x4add9e)](_0x4ee504);}}const _0x2cf3d3=await deleteTeam(_0x199326['id'],deleteBindingsBySubject),_0x3a6800={};return _0x3a6800['message']=_0xa2ba68(_0xab55d7._0xbcf15e,0x420,_0xab55d7._0x24b8cb,0x49e)+_0x37e94d(0x504,_0xab55d7._0x4f5380,0x500,_0xab55d7._0x44ebc6)+_0x37e94d(0x4ae,0x479,0x453,_0xab55d7._0x2dc4ff),_0x3a6800['deletedBin'+'dings']=_0x2cf3d3['deletedBin'+_0x37e94d(0x465,_0xab55d7._0x5cdcd6,0x427,_0xab55d7._0x1a96b2)],_0x596064['json'](_0x3a6800);}catch(_0x84e02b){const _0x454f35={};_0x454f35[_0xa2ba68(0x3f3,_0xab55d7._0x1fa76e,_0xab55d7._0x3b420a,0x3c7)]=_0x84e02b[_0xa2ba68(0x48d,_0xab55d7._0x2c8819,_0xab55d7._0x4af6ec,_0xab55d7._0x584d45)],logger[_0x37e94d(0x433,_0xab55d7._0x2e2030,0x3ab,_0xab55d7._0x2d5640)](_0xa2ba68(_0xab55d7._0x19b029,_0xab55d7._0x57e73c,0x45e,0x458)+_0x37e94d(0x458,0x4c3,0x44a,_0xab55d7._0x43cd07),_0x454f35);const _0x582663={};return _0x582663['error']=_0x56c013[_0x37e94d(_0xab55d7._0x43b91c,0x502,0x4a9,0x4d5)],_0x596064[_0xa2ba68(_0xab55d7._0x18fb2b,_0xab55d7._0x5c5bc5,0x43e,0x448)](-0x2*-0x679+0x2227+-0x7f*0x5b)[_0x37e94d(0x4be,0x454,_0xab55d7._0xef7724,0x489)](_0x582663);}});function _0xf55060(_0x2e811c,_0x732455,_0x37403d,_0x1a0747){const _0x57ca73={_0x401f17:0x315};return _0x51ba(_0x37403d- -_0x57ca73._0x401f17,_0x2e811c);}router[_0x47add5(0x262,0x25c,0x201,0x20c)](_0xf55060(-0x177,-0x18a,-0x1f1,-0x197)+'rs',async(_0x482825,_0x120e7)=>{const _0x495812={_0x49b199:0x367,_0xf58bb4:0x35c,_0x36a432:0x1fe,_0x43ad8e:0x23c,_0x5c1cda:0x17f,_0x1ea596:0x219,_0x23b3d3:0x29f,_0x5d93f7:0x2c4,_0x12ffa7:0x304,_0x3a1c29:0x230,_0x90c82b:0x2ef,_0x2dafee:0x2de,_0x3446c8:0x300,_0x46bd58:0x334,_0x1dbcff:0x2f2,_0x33f492:0x29f,_0x500e80:0x142,_0x43d5f7:0xfe,_0x20b812:0x11e,_0x28f7b3:0x16e,_0x3cdf02:0x1d6,_0x4a4fc9:0x247,_0x23c897:0x1e5,_0xc00f81:0x2d1,_0x78c6e9:0x365,_0x286514:0x321,_0x2d5fd:0x314,_0x14adb4:0x2b8,_0x479dfb:0x1c1,_0x3665f7:0x1ad,_0x48d7fc:0x181,_0x8c1037:0x1ad,_0x4292aa:0x1d1,_0x36011e:0x1df,_0x7507bd:0x2fc,_0x51bc5b:0x2d8,_0x44bd83:0x309,_0x34d433:0x293,_0x38e554:0x242,_0x2c0bf9:0x27a,_0x3c60a8:0x227,_0x42cb9e:0x22c,_0x54f3dd:0x23e,_0x1bccff:0x17c,_0x526a88:0xee,_0x28f0d1:0x1b5,_0x3fab27:0x1b4,_0x28842f:0x1eb,_0x16ee29:0x1de,_0x3ad16b:0x1bd,_0x560523:0x1ce,_0x33989a:0x2af,_0xe9a42:0x28a,_0x2c9c11:0x22b,_0xebc7f1:0x1ef,_0x47bfdc:0x278,_0x4df008:0x1f8,_0x24587e:0x269,_0x4bc434:0x2e6,_0x4c2be:0x211,_0x2ce1e9:0x270,_0x578486:0x25f,_0x5cc5ec:0x327,_0x1f633c:0x326,_0x2be988:0x2a3,_0x202c77:0x1f1,_0x44b784:0x24a,_0x169b43:0x2b0,_0x565bfd:0x263,_0x79530c:0x1e2,_0x462a68:0x147,_0x142354:0x184,_0x35aa4d:0x159,_0x873c43:0x1e6,_0x3be537:0x1d0,_0x33306a:0x2e4,_0x823026:0x350,_0xfac774:0x27f,_0x3f7d1d:0x358,_0x5caa8b:0x2aa,_0x508ff7:0x2c2,_0x3fe043:0x21c,_0x4a1499:0x27e,_0xd6dd65:0x207,_0x5597ad:0x1be,_0xb2c5d4:0x27e,_0x3a1ee4:0x24d,_0x51a317:0x19a,_0x7e00aa:0x12f,_0x321a19:0x127,_0x2e3e03:0x1fa,_0x34e367:0x1e1,_0x27278f:0x1a9,_0x2a277d:0x14d,_0x1160e0:0x19d,_0x121979:0x22a,_0x1fbfe3:0x1b8,_0x272f6b:0x22f,_0xbb988c:0x336,_0x45969b:0x280,_0x5b2df9:0x31a,_0x3d511c:0x2ed,_0xaa06b7:0x216,_0x2c0db1:0x265,_0x4cceb3:0x24a,_0x1b701d:0x212,_0x578ab1:0x2c7,_0x334800:0x246,_0x273833:0x19a,_0x1e348d:0x157,_0x26e2ea:0x224,_0x4b11a0:0x312,_0x287269:0x30a,_0x20ad61:0x2d9,_0x586335:0x2e4,_0x22d531:0x317,_0x201b2d:0x261,_0x48d7b7:0x249,_0x49381f:0x2cb,_0x2eafb2:0x1c7,_0x3bd72f:0x26f,_0x391394:0x211,_0x5358f9:0x28f,_0xce4ada:0x21b,_0x177ea4:0x25a,_0x21ef75:0x2cf,_0x433f1a:0x26b,_0x5ea174:0x34c,_0x35519e:0x153,_0x196181:0x17d,_0x1e1e51:0xe5,_0x51bc06:0x22a,_0x300d4b:0x287,_0x5f2084:0x1cf,_0x5e1bdb:0x28a,_0x3d3185:0x2fa,_0x19b919:0x283,_0x3c2905:0x2e4,_0x4c847d:0x22b,_0x98bcbb:0x1ac,_0x46ae00:0x1df,_0x39ef9d:0x1d9,_0x95a4a4:0x1f0,_0x51cd26:0x190,_0x19029d:0x12e,_0x333875:0x1bd,_0x39a136:0x21f,_0x595989:0x25d,_0x17015e:0x201,_0x2c17ad:0x182,_0x367676:0x289,_0x430e54:0x22d,_0x2cd4bf:0x1db,_0x4b1a0a:0x19a,_0x2ff2af:0x1c5,_0x4d312d:0x1ff,_0x3ce1d2:0x22a,_0x1e94f2:0x1eb,_0x5c52f8:0x1ed,_0x56af03:0x190,_0x3caec6:0x13d,_0x531169:0x138,_0x5e4b21:0x1ee,_0x194937:0x1b3,_0x106d36:0x195,_0x321d7b:0x2c6,_0x10eef3:0x28e,_0x2071c3:0x336,_0x1f8d08:0x1e7,_0x3ac209:0x273,_0x4527fa:0x143,_0x4bb499:0x20b,_0x167e73:0x2a4,_0x16ed59:0x2ce},_0x576661={_0x19ff03:0x146},_0x358d20={_0x3836e3:0x1e8,_0x11a3c5:0x163},_0x1f877a={'HRKYa':_0x427e0e(_0x495812._0x49b199,_0x495812._0xf58bb4,0x37c,0x327),'SMnvO':_0x41ad4c(-_0x495812._0x36a432,-_0x495812._0x43ad8e,-_0x495812._0x5c1cda,-0x270)+'t','NUKje':'Team\x20name\x20'+_0x427e0e(_0x495812._0x1ea596,_0x495812._0x23b3d3,0x2a5,0x273)+'d','pfaXG':_0x427e0e(0x2e4,0x28f,_0x495812._0x5d93f7,_0x495812._0x12ffa7),'IVotj':_0x41ad4c(-0x1f7,-0x187,-0x24a,-_0x495812._0x3a1c29)+_0x427e0e(0x2f4,_0x495812._0x90c82b,_0x495812._0x2dafee,_0x495812._0x3446c8)+_0x427e0e(0x2e3,_0x495812._0x46bd58,0x2eb,_0x495812._0x1dbcff)+_0x427e0e(0x2a8,0x26d,_0x495812._0x33f492,0x29c)+_0x41ad4c(-_0x495812._0x500e80,-_0x495812._0x43d5f7,-0xec,-0x147),'fdsGt':function(_0x47a63b,_0x137797){return _0x47a63b(_0x137797);},'hbuOR':_0x41ad4c(-0x179,-0x150,-_0x495812._0x20b812,-_0x495812._0x28f7b3),'KnDJH':_0x41ad4c(-0x239,-_0x495812._0x3cdf02,-_0x495812._0x4a4fc9,-_0x495812._0x23c897)+_0x427e0e(0x38d,_0x495812._0xc00f81,_0x495812._0x78c6e9,_0x495812._0x286514),'DtBCW':function(_0x382a9c,_0x323dea){return _0x382a9c&&_0x323dea;},'LzqPx':function(_0x5b4037,_0x5e48db){return _0x5b4037!==_0x5e48db;},'tNjoV':_0x427e0e(_0x495812._0x2d5fd,0x257,_0x495812._0x14adb4,0x2bd),'qfiop':_0x41ad4c(-_0x495812._0x479dfb,-_0x495812._0x3665f7,-0x1b0,-0x1dc)+_0x41ad4c(-_0x495812._0x48d7fc,-0x1fa,-0x154,-0x12d)+_0x41ad4c(-0x184,-0x19e,-0x160,-_0x495812._0x8c1037)+_0x41ad4c(-_0x495812._0x4292aa,-0x202,-_0x495812._0x36011e,-0x1bb)+_0x427e0e(_0x495812._0x7507bd,0x266,0x27f,_0x495812._0x51bc5b),'QhWsH':function(_0x3b4671,_0x5c5937){return _0x3b4671!==_0x5c5937;},'XJvdL':_0x427e0e(_0x495812._0x44bd83,_0x495812._0x34d433,0x30a,0x2c6),'LnssL':'ncMGq','DiUpu':_0x41ad4c(-_0x495812._0x38e554,-_0x495812._0x2c0bf9,-0x292,-_0x495812._0x3c60a8)+_0x41ad4c(-_0x495812._0x42cb9e,-_0x495812._0x54f3dd,-0x245,-0x298),'BOdzL':function(_0x597425,_0xedb758){return _0x597425(_0xedb758);},'BJRjv':function(_0x2883cd,_0x544281){return _0x2883cd!==_0x544281;},'bJouO':_0x41ad4c(-0x169,-_0x495812._0x1bccff,-_0x495812._0x526a88,-_0x495812._0x28f0d1),'aIAhY':function(_0x53806b,_0x461b97,_0x55eb36){return _0x53806b(_0x461b97,_0x55eb36);},'YfPGn':'Member\x20add'+'ed\x20to\x20team','rKOfo':function(_0x27116a,_0x5e878c){return _0x27116a(_0x5e878c);},'onbha':_0x41ad4c(-_0x495812._0x3fab27,-0x1c8,-_0x495812._0x28842f,-0x1d7)+_0x41ad4c(-_0x495812._0x16ee29,-_0x495812._0x3ad16b,-_0x495812._0x560523,-0x257),'CFOjI':_0x427e0e(_0x495812._0x33989a,0x28e,0x2f4,_0x495812._0xe9a42)+_0x41ad4c(-0x208,-_0x495812._0x2c9c11,-0x240,-_0x495812._0xebc7f1)};function _0x427e0e(_0x327a99,_0xed6309,_0x509840,_0x1287d5){return _0xf55060(_0x509840,_0xed6309-_0x358d20._0x3836e3,_0x1287d5-0x4a9,_0x1287d5-_0x358d20._0x11a3c5);}function _0x41ad4c(_0x48b51b,_0x3e5701,_0x13f600,_0x934ec7){return _0x47add5(_0x13f600,_0x3e5701-0x1f1,_0x13f600-_0x576661._0x19ff03,_0x48b51b- -0x410);}try{const _0x50f11d=await _0x1f877a[_0x427e0e(0x242,_0x495812._0x47bfdc,0x28a,0x2b0)](getTeamById,_0x482825[_0x41ad4c(-_0x495812._0x4df008,-0x1ab,-_0x495812._0x24587e,-0x1a4)]['id']);if(!_0x50f11d){if(_0x1f877a[_0x427e0e(0x355,0x34d,0x2ec,_0x495812._0x4bc434)]!=='JIyhX'){const _0x465204={};return _0x465204[_0x41ad4c(-_0x495812._0x4c2be,-_0x495812._0x2ce1e9,-_0x495812._0x578486,-0x1ba)]=_0x1f877a[_0x427e0e(_0x495812._0x5cc5ec,0x306,_0x495812._0x1f633c,0x2d2)],_0x120e7[_0x427e0e(_0x495812._0x2be988,_0x495812._0x202c77,0x1c8,_0x495812._0x44b784)](0x384+0x20cf+-0x22bf)['json'](_0x465204);}else{const _0x3e09e8={};return _0x3e09e8[_0x427e0e(0x2bf,_0x495812._0x169b43,0x1f4,_0x495812._0x565bfd)]=_0x1f877a[_0x41ad4c(-0x18b,-0x1e4,-_0x495812._0x79530c,-0x117)],_0x3e09e8['message']=_0x41ad4c(-0x1c1,-0x16d,-_0x495812._0x462a68,-0x1f2)+'\x20have\x20perm'+_0x41ad4c(-_0x495812._0x142354,-_0x495812._0x35aa4d,-0x185,-0x125)+'manage\x20tea'+'m\x20members',_0xd17ff0[_0x427e0e(_0x495812._0x873c43,_0x495812._0x38e554,_0x495812._0x3be537,0x24a)](-0x16b3+0x4e8+0x135e)[_0x427e0e(0x2fb,0x2c7,0x2b7,_0x495812._0x33306a)](_0x3e09e8);}}const _0x6f4506=_0x482825[_0x427e0e(_0x495812._0x823026,_0x495812._0xfac774,_0x495812._0x3f7d1d,0x2d6)]['isServerAd'+'min'],_0x44f33c=await isTeamManager(_0x482825[_0x427e0e(0x350,_0x495812._0x5caa8b,_0x495812._0x508ff7,0x2d6)]['id'],_0x50f11d['id']);if(_0x1f877a[_0x427e0e(0x2ab,0x2b5,0x2be,0x2a9)](!_0x6f4506,!_0x44f33c)){if(_0x1f877a['LzqPx'](_0x1f877a[_0x41ad4c(-_0x495812._0x3fe043,-0x235,-0x244,-_0x495812._0x4a1499)],_0x1f877a[_0x427e0e(0x1e5,_0x495812._0xd6dd65,0x2bc,0x258)])){const _0x4acb6c={};return _0x4acb6c[_0x41ad4c(-0x211,-_0x495812._0x5597ad,-_0x495812._0xb2c5d4,-_0x495812._0x3a1ee4)]=_0x1f877a['SMnvO'],_0x4acb6c[_0x41ad4c(-_0x495812._0x51a317,-0x1ce,-_0x495812._0x7e00aa,-_0x495812._0x321a19)]=_0x1f877a['NUKje'],_0x5c8a5f[_0x427e0e(_0x495812._0x2e3e03,_0x495812._0x34e367,0x1fb,0x24a)](-0x11f+-0x3*-0x421+-0x9b4)[_0x427e0e(0x25f,0x34d,0x282,0x2e4)](_0x4acb6c);}else{const _0x260d96={};return _0x260d96[_0x41ad4c(-0x211,-_0x495812._0x27278f,-_0x495812._0x3cdf02,-0x1f1)]=_0x41ad4c(-_0x495812._0x2a277d,-0x186,-_0x495812._0x1160e0,-0xd4),_0x260d96['message']=_0x1f877a['qfiop'],_0x120e7[_0x41ad4c(-_0x495812._0x121979,-_0x495812._0x1fbfe3,-0x253,-_0x495812._0x272f6b)](-0xd16+0xef*0x24+-0x1*0x12f3)[_0x427e0e(0x35c,_0x495812._0xbb988c,_0x495812._0x45969b,0x2e4)](_0x260d96);}}const {userId:_0x47d951}=_0x482825[_0x427e0e(_0x495812._0x5b2df9,0x2c8,0x331,_0x495812._0x3d511c)];if(!_0x47d951){if(_0x1f877a[_0x427e0e(_0x495812._0x7507bd,0x331,0x2d2,0x2b7)](_0x1f877a[_0x41ad4c(-0x249,-0x276,-0x2b4,-0x20d)],_0x1f877a['LnssL'])){const _0x123503={};return _0x123503[_0x41ad4c(-_0x495812._0x4c2be,-_0x495812._0xaa06b7,-0x25c,-0x23b)]='Bad\x20Reques'+'t',_0x123503[_0x41ad4c(-0x19a,-_0x495812._0x321a19,-0x171,-0x1e1)]=_0x1f877a[_0x41ad4c(-_0x495812._0x36011e,-0x22c,-0x23a,-0x1d9)],_0x120e7[_0x427e0e(0x233,_0x495812._0x2c0db1,0x26d,_0x495812._0x4cceb3)](0x1307*0x2+0x326+-0xec*0x2b)['json'](_0x123503);}else{const _0x253978={};return _0x253978[_0x427e0e(0x2dd,_0x495812._0x1b701d,0x24b,0x263)]=_0x1f877a[_0x427e0e(_0x495812._0x578ab1,0x21f,0x2a9,_0x495812._0x334800)],_0x253978[_0x427e0e(0x2a0,0x26c,0x2c1,0x2da)]=_0x52670f[_0x41ad4c(-_0x495812._0x273833,-_0x495812._0x1e348d,-_0x495812._0x34e367,-0x11b)],_0x36513a[_0x41ad4c(-_0x495812._0x121979,-0x207,-_0x495812._0x26e2ea,-0x2af)](0x1*0x1fc+0x35*-0x35+0xa96)[_0x427e0e(_0x495812._0x4b11a0,_0x495812._0x287269,_0x495812._0x20ad61,_0x495812._0x586335)](_0x253978);}}const _0x32cd29=await _0x1f877a[_0x427e0e(0x2ab,0x358,_0x495812._0x3d511c,_0x495812._0x22d531)](findUserById,_0x47d951);if(!_0x32cd29){if(_0x1f877a[_0x427e0e(0x287,_0x495812._0x201b2d,_0x495812._0x48d7b7,_0x495812._0x49381f)](_0x1f877a[_0x427e0e(_0x495812._0x2eafb2,_0x495812._0x3bd72f,0x1df,_0x495812._0x3a1c29)],'kGiVS')){const _0x563054={};return _0x563054[_0x41ad4c(-_0x495812._0x391394,-0x244,-_0x495812._0x5358f9,-0x292)]=_0x1f877a[_0x427e0e(0x28d,_0x495812._0xce4ada,0x215,_0x495812._0x177ea4)],_0x563054[_0x427e0e(_0x495812._0x21ef75,_0x495812._0x433f1a,_0x495812._0x5ea174,0x2da)]='User\x20not\x20f'+_0x41ad4c(-_0x495812._0x35519e,-0x179,-_0x495812._0x196181,-_0x495812._0x1e1e51),_0x120e7[_0x41ad4c(-_0x495812._0x51bc06,-_0x495812._0x300d4b,-_0x495812._0x5f2084,-_0x495812._0x5e1bdb)](0x19f7+0x2*-0x8b5+-0x6fd)[_0x427e0e(_0x495812._0x3d3185,_0x495812._0x19b919,0x347,_0x495812._0x3c2905)](_0x563054);}else{const _0x97f37={};return _0x97f37[_0x41ad4c(-0x211,-_0x495812._0x4c847d,-_0x495812._0x98bcbb,-_0x495812._0x46ae00)]=_0x427e0e(0x3aa,0x30a,_0x495812._0x2d5fd,_0x495812._0x5cc5ec),_0x97f37[_0x41ad4c(-_0x495812._0x51a317,-_0x495812._0x39ef9d,-0x1b9,-0x162)]=_0x1f877a['IVotj'],_0x122166['status'](-0xf42*-0x2+0x733+-0x2424)[_0x427e0e(0x355,0x26c,0x2e2,0x2e4)](_0x97f37);}}const _0x25bd5d=await _0x1f877a[_0x427e0e(_0x495812._0x95a4a4,_0x495812._0x391394,_0x495812._0x201b2d,0x24d)](addMember,_0x50f11d['id'],_0x47d951);return _0x120e7[_0x41ad4c(-_0x495812._0x51cd26,-_0x495812._0x19029d,-_0x495812._0x333875,-0x199)]({'message':_0x1f877a[_0x427e0e(_0x495812._0x287269,0x34b,0x302,0x2d9)],'team':await _0x1f877a['rKOfo'](enrichTeamWithManagerNames,_0x25bd5d)});}catch(_0x2e4bc6){if(_0x2e4bc6['message'][_0x41ad4c(-_0x495812._0x39a136,-_0x495812._0x595989,-0x231,-0x28c)](_0x1f877a[_0x41ad4c(-_0x495812._0x34e367,-_0x495812._0x17015e,-0x179,-_0x495812._0x2c17ad)])){const _0x43e9ed={};return _0x43e9ed[_0x427e0e(0x1ec,_0x495812._0x367676,_0x495812._0x430e54,_0x495812._0x565bfd)]=_0x1f877a[_0x41ad4c(-0x22e,-0x2b0,-_0x495812._0x2cd4bf,-0x215)],_0x43e9ed['message']=_0x2e4bc6[_0x41ad4c(-_0x495812._0x4b1a0a,-_0x495812._0x2ff2af,-_0x495812._0x4d312d,-_0x495812._0x17015e)],_0x120e7[_0x41ad4c(-_0x495812._0x3ce1d2,-_0x495812._0x1e94f2,-0x26a,-_0x495812._0x5c52f8)](-0x17*-0x14b+0x17ae*0x1+-0x33d2)[_0x41ad4c(-_0x495812._0x56af03,-_0x495812._0x3caec6,-_0x495812._0x531169,-_0x495812._0x5e4b21)](_0x43e9ed);}const _0x5274db={};_0x5274db[_0x41ad4c(-_0x495812._0x391394,-0x220,-_0x495812._0x194937,-_0x495812._0x106d36)]=_0x2e4bc6[_0x427e0e(_0x495812._0x321d7b,_0x495812._0x10eef3,_0x495812._0x2071c3,0x2da)],logger[_0x427e0e(0x20d,0x2cd,0x1fc,0x263)](_0x1f877a['CFOjI'],_0x5274db);const _0x433675={};return _0x433675[_0x41ad4c(-_0x495812._0x391394,-0x264,-_0x495812._0x1f8d08,-_0x495812._0x3ac209)]=_0x41ad4c(-0x1c8,-_0x495812._0x4527fa,-0x1e0,-_0x495812._0x4bb499)+'erver\x20erro'+'r',_0x120e7[_0x427e0e(_0x495812._0x167e73,0x28b,_0x495812._0x508ff7,0x24a)](-0x37e+-0x1*0x254+0x3e3*0x2)[_0x427e0e(0x338,_0x495812._0x16ed59,0x2f9,_0x495812._0x33306a)](_0x433675);}}),router[_0x47add5(0x217,0x201,0x281,0x249)](_0xf55060(-0x1e0,-0x1b0,-0x1f1,-0x1d1)+'rs/:userId',async(_0x11e981,_0x45f0f8)=>{const _0x2e928c={_0x4d7bc3:0x121,_0x54ac0d:0x12d,_0x529995:0x177,_0x5c2657:0x184,_0x47c431:0x1f1,_0x557e5a:0x1c5,_0x367638:0x284,_0x4eb82e:0x9f,_0x1e7b99:0x5b,_0x4c4357:0x10,_0x120646:0x1be,_0x36ea6a:0x24,_0x3130aa:0x1eb,_0x366477:0x213,_0x417f6d:0x22a,_0x16776f:0x54,_0xcc362:0x18,_0x1b0509:0xae,_0x1b9a86:0x69,_0x120d91:0x4c,_0x4dee08:0x1af,_0x354bc8:0x1e7,_0xfb42d7:0x4,_0x3aa9f0:0x36,_0x77da3a:0x37,_0xac40a2:0x29,_0x491b11:0x2,_0x5ec20e:0x249,_0x12de0a:0x21d,_0x29fe8a:0x22,_0x5cde91:0x4f,_0x54aa05:0x1d,_0x343b49:0x5d,_0x38b5ff:0x170,_0x43b8f1:0x1ac,_0x18e1f4:0x1aa,_0x3015ff:0x261,_0x1ecf0b:0x62,_0x5bc1ac:0xc,_0x19b60f:0x14f,_0xd6d684:0x16c,_0x5368a8:0x155,_0x541057:0x20d,_0x4fb413:0x193,_0x2ec0d8:0x50,_0x3829ab:0xe,_0xa4cab3:0x291,_0x4efe03:0x230,_0x17a21b:0x209,_0x3b3f60:0x18,_0x3795d6:0x137,_0x4ce8ea:0x54,_0x20821a:0x26,_0x1635a5:0x2d,_0x2c3b42:0x3c,_0xf32267:0xb9,_0x3818b2:0x7b,_0x134db6:0x61,_0x2a71cf:0xd0,_0x81dabc:0x73,_0x5c9fae:0x48,_0x1d642e:0x9,_0x57e0e3:0x4f,_0x747068:0x291,_0x3dff06:0x1b8,_0x5db065:0x22d,_0x5c64b5:0x197,_0x2f4dde:0x199,_0x316c76:0x20,_0x9070dc:0x32,_0x1f429a:0x7d,_0x35e581:0x2c4,_0x1c09c9:0x275,_0x583df3:0xa,_0x41a063:0x3c,_0x4d9ab8:0x3,_0x3bec35:0x53,_0x30d985:0x1f,_0x2ef127:0x44,_0x212f89:0x2c,_0x407cce:0xb7,_0x473625:0xa7,_0x421bba:0xb,_0x4f673d:0x1a6,_0x5a2f21:0x223,_0x14a5ff:0x86,_0x49a3b7:0x146,_0xa84671:0x211,_0x245152:0x1a0,_0x39eba4:0x23,_0x112ace:0x70,_0x849665:0x60,_0x5429b6:0x54,_0x256932:0xb5,_0x281325:0x42,_0xe22f5c:0x4f,_0x329095:0x3f,_0x53e23c:0xbb,_0x209279:0x226,_0x808fed:0x1af,_0x2491db:0x1ac,_0x3482ba:0x295,_0x19a733:0x154,_0x3a3530:0x168,_0x21e681:0x169,_0x34e891:0x5e,_0xe7842a:0x14e,_0x3879b4:0x1a9,_0x57371c:0x5,_0x1ae2f5:0xad,_0x13d954:0x192,_0x1cb383:0x16a},_0x4108d0={_0x19644e:0x222},_0x5e4e5c={_0x5bcfcf:0x87},_0x17f9fe={'GTzsI':_0x8f997e(_0x2e928c._0x4d7bc3,_0x2e928c._0x54ac0d,_0x2e928c._0x529995,_0x2e928c._0x5c2657)+'ound','gMiAW':_0x8f997e(0x24b,_0x2e928c._0x47c431,0x22d,0x270),'KPkLZ':'Only\x20Serve'+_0x8f997e(0x246,0x20f,_0x2e928c._0x557e5a,0x249)+_0x8f997e(0x293,_0x2e928c._0x367638,0x23f,0x253)+_0x3028d8(_0x2e928c._0x4eb82e,_0x2e928c._0x1e7b99,_0x2e928c._0x4c4357,0xc4),'mHGXn':_0x8f997e(_0x2e928c._0x120646,0x1d1,0x14c,0x1c6)+'r\x20Admins\x20c'+_0x3028d8(0x7c,0x3f,_0x2e928c._0x36ea6a,0x64)+_0x8f997e(0x1aa,_0x2e928c._0x3130aa,_0x2e928c._0x366477,_0x2e928c._0x417f6d),'ZSpUa':function(_0x2f450b,_0x5c2de8){return _0x2f450b(_0x5c2de8);},'gWGrA':function(_0xfd46eb,_0x394499){return _0xfd46eb!==_0x394499;},'zCMlQ':_0x3028d8(-0x65,-0x3d,-0x31,-_0x2e928c._0x16776f),'GhnJr':_0x3028d8(-_0x2e928c._0xcc362,-0xd,-0x71,0x20),'rIujW':function(_0x3f2cba,_0x5c01df,_0x492417){return _0x3f2cba(_0x5c01df,_0x492417);},'bTkpT':function(_0x452dba,_0x44cf34){return _0x452dba&&_0x44cf34;},'IqPki':'Member\x20rem'+_0x3028d8(_0x2e928c._0x1b0509,0x55,0xc7,0xb0)+_0x3028d8(-0x4,0x43,0x3f,_0x2e928c._0x1b9a86),'Ufsvg':function(_0x5a86e6,_0x356f1a){return _0x5a86e6(_0x356f1a);},'HdCMK':function(_0x51ac95,_0x54fd23){return _0x51ac95!==_0x54fd23;},'SPokM':_0x3028d8(0x57,-0x6,_0x2e928c._0x120d91,-0x48),'xmxPU':'cwApJ','LRsKZ':function(_0x45498a,_0x1c1f19){return _0x45498a!==_0x1c1f19;},'BkkVv':_0x8f997e(_0x2e928c._0x4dee08,0x265,0x193,_0x2e928c._0x354bc8),'QGIno':_0x3028d8(-0x42,-0x48,-0xc6,_0x2e928c._0xfb42d7)};function _0x8f997e(_0x4c7f16,_0x400e63,_0x242e9d,_0x1cd54d){return _0x47add5(_0x242e9d,_0x400e63-0x1e8,_0x242e9d-_0x5e4e5c._0x5bcfcf,_0x1cd54d- -0x53);}function _0x3028d8(_0x397396,_0x3628cb,_0x2a41d9,_0x503785){return _0x47add5(_0x503785,_0x3628cb-0x102,_0x2a41d9-0x162,_0x3628cb- -_0x4108d0._0x19644e);}try{const _0xf5035c=await _0x17f9fe[_0x3028d8(_0x2e928c._0x3aa9f0,-0x11,_0x2e928c._0x77da3a,-0x22)](getTeamById,_0x11e981[_0x3028d8(0x4,-0xa,_0x2e928c._0xac40a2,_0x2e928c._0x491b11)]['id']);if(!_0xf5035c){if(_0x17f9fe[_0x8f997e(_0x2e928c._0x5ec20e,0x232,0x1ab,_0x2e928c._0x12de0a)](_0x17f9fe[_0x3028d8(0x49,_0x2e928c._0x29fe8a,0x4b,0x2a)],_0x17f9fe[_0x3028d8(0x1d,-_0x2e928c._0x5cde91,_0x2e928c._0x54aa05,-_0x2e928c._0x343b49)])){const _0x15b591={};return _0x15b591[_0x8f997e(_0x2e928c._0x38b5ff,0x154,0x231,_0x2e928c._0x43b8f1)]=_0x17f9fe['GTzsI'],_0x45f0f8[_0x8f997e(0x1f8,_0x2e928c._0x18e1f4,0x1e7,0x193)](0x1737+0x256+-0x17f9)[_0x8f997e(0x242,0x1db,_0x2e928c._0x3015ff,0x22d)](_0x15b591);}else{const _0x41c2d4={};return _0x41c2d4[_0x3028d8(_0x2e928c._0x1ecf0b,-0x23,_0x2e928c._0x5bc1ac,0x4e)]=_0x17f9fe[_0x8f997e(_0x2e928c._0x19b60f,0x18a,_0x2e928c._0xd6d684,0x19f)],_0x555494[_0x8f997e(_0x2e928c._0x5368a8,_0x2e928c._0x541057,0x1a6,_0x2e928c._0x4fb413)](-0x9c2*0x4+0x5*-0x349+-0x1*-0x3909)['json'](_0x41c2d4);}}const _0x8e5c3=_0x11e981[_0x3028d8(0x20,_0x2e928c._0x2ec0d8,-_0x2e928c._0x3829ab,0x2e)]['isServerAd'+'min'],_0x5491f2=await _0x17f9fe[_0x8f997e(0x280,0x1f0,_0x2e928c._0xa4cab3,_0x2e928c._0x4efe03)](isTeamManager,_0x11e981['user']['id'],_0xf5035c['id']);if(_0x17f9fe[_0x8f997e(_0x2e928c._0x17a21b,0x1ba,0x24a,0x1f0)](!_0x8e5c3,!_0x5491f2)){const _0x4c8cc1={};return _0x4c8cc1[_0x3028d8(0x0,-0x23,0x5a,_0x2e928c._0x3b3f60)]=_0x17f9fe[_0x8f997e(0x132,0x174,_0x2e928c._0x3795d6,0x1a0)],_0x4c8cc1[_0x3028d8(0xa3,_0x2e928c._0x4ce8ea,0x3f,0xcc)]=_0x3028d8(-_0x2e928c._0x20821a,_0x2e928c._0x1635a5,-0x4b,0x21)+'\x20have\x20perm'+'ission\x20to\x20'+'manage\x20tea'+'m\x20members',_0x45f0f8[_0x3028d8(-0x43,-_0x2e928c._0x2c3b42,-0x58,-_0x2e928c._0xf32267)](-0x89*-0x17+0x6df+-0x119b)['json'](_0x4c8cc1);}const _0x2125c4=await _0x17f9fe[_0x3028d8(_0x2e928c._0x3818b2,_0x2e928c._0x134db6,_0x2e928c._0x4ce8ea,_0x2e928c._0x2a71cf)](removeMember,_0xf5035c['id'],_0x11e981[_0x3028d8(-0x5d,-0xa,_0x2e928c._0x81dabc,0x4)][_0x3028d8(-_0x2e928c._0x5c9fae,_0x2e928c._0x1d642e,-0x19,-_0x2e928c._0x57e0e3)]);return _0x45f0f8[_0x8f997e(_0x2e928c._0x747068,0x21e,_0x2e928c._0x3dff06,_0x2e928c._0x5db065)]({'message':_0x17f9fe[_0x8f997e(0x22e,_0x2e928c._0x5c64b5,_0x2e928c._0x2f4dde,0x1ba)],'team':await _0x17f9fe[_0x3028d8(_0x2e928c._0x316c76,-_0x2e928c._0x9070dc,-_0x2e928c._0x1f429a,-0x17)](enrichTeamWithManagerNames,_0x2125c4)});}catch(_0x4f46d6){if(_0x17f9fe[_0x8f997e(0x247,_0x2e928c._0x35e581,_0x2e928c._0x1c09c9,0x277)](_0x17f9fe[_0x3028d8(-_0x2e928c._0x3aa9f0,0x36,_0x2e928c._0x583df3,0x3f)],_0x17f9fe[_0x3028d8(-0x4e,0xa,_0x2e928c._0x41a063,_0x2e928c._0x4d9ab8)])){if(_0x4f46d6[_0x3028d8(0x2b,_0x2e928c._0x16776f,_0x2e928c._0x3829ab,_0x2e928c._0x3bec35)]['includes'](_0x3028d8(0x2b,-_0x2e928c._0x30d985,-_0x2e928c._0xac40a2,0x2a)+'er')){if(_0x17f9fe[_0x3028d8(_0x2e928c._0x2ef127,_0x2e928c._0x212f89,0x9e,-0x51)](_0x3028d8(-_0x2e928c._0x407cce,-0x43,-_0x2e928c._0x473625,_0x2e928c._0x421bba),_0x17f9fe[_0x3028d8(-0x1a,0x42,0x97,0x39)])){const _0x46cddb={};return _0x46cddb[_0x8f997e(_0x2e928c._0x4f673d,0x151,0x1f2,0x1ac)]=_0x17f9fe[_0x3028d8(0x21,0x29,0x5d,0x7)],_0x46cddb[_0x8f997e(0x1ce,0x247,0x200,_0x2e928c._0x5a2f21)]=_0x4f46d6[_0x3028d8(-0x18,0x54,_0x2e928c._0x14a5ff,-0x29)],_0x45f0f8[_0x8f997e(0x19c,0x194,0x1d9,0x193)](0x1321*-0x1+-0x1*0x659+0x1b0e)['json'](_0x46cddb);}else{const _0x53bcf8={};return _0x53bcf8['error']=_0x17f9fe[_0x8f997e(_0x2e928c._0x49a3b7,_0x2e928c._0xa84671,0x20d,_0x2e928c._0x245152)],_0x53bcf8['message']=_0x17f9fe['KPkLZ'],_0x4b15fd['status'](-0x4*0x9a4+-0x8e0+-0x3103*-0x1)['json'](_0x53bcf8);}}const _0x357c43={};_0x357c43[_0x3028d8(-0x59,-_0x2e928c._0x39eba4,-_0x2e928c._0x112ace,-_0x2e928c._0x849665)]=_0x4f46d6[_0x3028d8(0xab,_0x2e928c._0x5429b6,_0x2e928c._0x3b3f60,_0x2e928c._0x256932)],logger[_0x3028d8(_0x2e928c._0x281325,-0x23,-0x46,-0x5)]('Error\x20remo'+_0x3028d8(-_0x2e928c._0xe22f5c,-_0x2e928c._0x329095,-0x1d,-_0x2e928c._0x53e23c)+'r',_0x357c43);const _0x3f6042={};return _0x3f6042[_0x8f997e(_0x2e928c._0x209279,_0x2e928c._0x808fed,0x1b7,_0x2e928c._0x2491db)]=_0x8f997e(0x25c,0x249,0x1c1,0x1f5)+_0x8f997e(_0x2e928c._0x3482ba,0x20e,0x2dd,0x261)+'r',_0x45f0f8[_0x8f997e(_0x2e928c._0x19a733,_0x2e928c._0x3a3530,_0x2e928c._0x21e681,0x193)](-0x2549+0x1*0xc7d+0x1ac0)[_0x3028d8(0x7c,_0x2e928c._0x34e891,0xbc,0xa1)](_0x3f6042);}else{const _0x389b7b={};return _0x389b7b['error']=_0x17f9fe[_0x8f997e(_0x2e928c._0xe7842a,0x1e2,_0x2e928c._0x3879b4,0x1a0)],_0x389b7b[_0x3028d8(-_0x2e928c._0x57371c,_0x2e928c._0x5429b6,0xa1,_0x2e928c._0x1ae2f5)]=_0x17f9fe[_0x8f997e(_0x2e928c._0x13d954,0x1fd,_0x2e928c._0x1cb383,0x1aa)],_0x35eca6['status'](-0x9c1+0x107*-0x14+0x1fe0)[_0x3028d8(-0xd,0x5e,0x58,0xcd)](_0x389b7b);}}}),router[_0xf55060(-0x200,-0x201,-0x239,-0x252)](_0xf55060(-0x1ff,-0x281,-0x270,-0x220)+_0x47add5(0x311,0x2c0,0x334,0x2ce),async(_0x75716a,_0x1daf07)=>{const _0x2a63fc={_0x5f25a7:0xf1,_0x58edc3:0x39,_0x14c015:0x83,_0x288b1e:0x167,_0x2954d3:0x16b,_0x5acd2b:0x99,_0x37d011:0xc4,_0x9d2a68:0xf0,_0x5ebc96:0x79,_0xa6cd2:0xea,_0x17b682:0x6f,_0x520209:0x1b,_0x23508b:0x1a,_0x5a7a72:0x87,_0x24bb1c:0x39,_0xf96a06:0x26,_0x40f759:0x1db,_0x497717:0x1fd,_0x684642:0x20b,_0x58693c:0x17d,_0x3ae337:0x126,_0xcf8d04:0x44,_0x135d63:0xc3,_0x207bcf:0x11,_0xe0c8a4:0x87,_0x32b8c8:0xd,_0x348b76:0x5f,_0x28ccbe:0x75,_0x185317:0xf5,_0x436dbc:0x10e,_0x5f203f:0x266,_0x4d267c:0x260,_0x38a634:0x20e,_0x504f5c:0x1a5,_0x32501d:0x1a9,_0x1c7e15:0xc7,_0x125cf5:0xe4,_0x559733:0x1cb,_0x3032e1:0x1c5,_0x8328d:0x1bb,_0x2b25e3:0x289,_0x223e3e:0x9d,_0x3690c5:0x6b,_0xcd0ea:0x11,_0x1e8f8a:0x146,_0x40450e:0x1a8,_0x2846b8:0x15a,_0x1aac42:0x104,_0x39d410:0xe5,_0x3e5ce7:0x1f,_0x3a79c0:0x10,_0x103b1b:0x92,_0x4520e8:0x2d,_0x1754c3:0x1cd,_0x52e716:0x1e0,_0x344212:0x81,_0x5b442a:0x4f,_0x219b5c:0x41,_0x29b08a:0x7e,_0x276cc3:0x52,_0x468866:0x187,_0x57b50e:0x1cf,_0x2bf761:0xa2,_0x4944a4:0x1ef,_0x157c44:0x1bc,_0x2d7520:0x2e,_0x14d46c:0x228,_0x2e9554:0x290,_0x5db847:0x166,_0x54f623:0x164,_0x263223:0x2e,_0x5a7476:0x54,_0x13f2b2:0x6d,_0x47429f:0x76,_0x1cd697:0x11b,_0x454350:0x96,_0x11d3f7:0xa7,_0x25a8c4:0x2,_0x78c74:0x26,_0x2bb014:0x174,_0x3a0045:0x1ce,_0x2a3929:0x1dd,_0x4e4d86:0x19c,_0x2f7e58:0x4a,_0x1cb365:0x8f,_0x253c9f:0x26,_0x2287e3:0x171,_0x436eeb:0x15b,_0x40c660:0x134,_0x562581:0x256,_0x36fa5d:0x132,_0x2d4cb4:0x199,_0x27ac0d:0x25d,_0x46cb69:0x128,_0x9ba024:0xac,_0x4c8935:0x15,_0x5974fc:0xab,_0x321bbb:0xb2,_0x4dfef0:0x66,_0x2c671c:0xe7,_0x155df3:0x215,_0x569427:0x9,_0x5f5c79:0x1f5,_0x478e52:0x223,_0x5a02b9:0x1af,_0xa33497:0x101,_0x43481a:0x137,_0x2bc74e:0x1c,_0x3135a3:0xa8,_0x47f8e7:0x1b1,_0x2d5cde:0x1eb,_0x21dc6a:0x172,_0x171102:0x25,_0xc0264a:0x5e,_0x4fae57:0x97,_0x1434c0:0x1,_0x536a07:0x38,_0x2135b4:0x36,_0xff7563:0xf7,_0x5d5a54:0x129,_0x423f0d:0xe0,_0x2c60c7:0xcb,_0x2e50c5:0x7d,_0x1910bf:0x35,_0x587d08:0x7a,_0x43b7a9:0x1ab,_0x125e54:0x18e,_0x520a2b:0x15f,_0x1ba57d:0x1b0,_0x2047c6:0x184,_0x103d33:0xd6,_0x179af0:0x100,_0x5e23d3:0xa7,_0x55ae80:0xcf,_0x3c9546:0xad,_0x228edf:0x271,_0x4aba9b:0x1c9,_0x2ac2bc:0x3a,_0x805e18:0x17,_0x188d8d:0x83,_0x576e8e:0x93,_0x56cc0f:0xc6,_0xc07fd8:0xe8,_0x3026d4:0xe5,_0x17a741:0x208,_0x2e950b:0x1b2,_0x5afcb7:0x1d4,_0x126dcd:0x1bd,_0x31dc45:0x179,_0x3a2749:0x21f,_0x2541a9:0x1e4,_0x34c8ea:0x1c4,_0x40f71b:0x257,_0x473145:0x103,_0x21ef98:0x14c,_0x5cdb9b:0xa,_0x3b4be8:0x14,_0x1b73a9:0x1,_0x482d8d:0x15b},_0x20ed7d={_0x3b2b60:0x63,_0x4ebef7:0x26c,_0x45e316:0xba};function _0x35e16f(_0x4a5eab,_0x57c007,_0x2f8204,_0x2c613e){return _0xf55060(_0x57c007,_0x57c007-_0x20ed7d._0x3b2b60,_0x2c613e-_0x20ed7d._0x4ebef7,_0x2c613e-_0x20ed7d._0x45e316);}function _0x2dcd84(_0x4fd585,_0xd37f10,_0x437827,_0x551a06){return _0xf55060(_0x437827,_0xd37f10-0x1b1,_0x4fd585-0x3ba,_0x551a06-0x1e);}const _0x248046={'NEigm':_0x35e16f(0x107,_0x2a63fc._0x5f25a7,_0x2a63fc._0x58edc3,_0x2a63fc._0x14c015)+_0x2dcd84(0x188,0x134,_0x2a63fc._0x288b1e,_0x2a63fc._0x2954d3),'QdAcp':_0x35e16f(_0x2a63fc._0x5acd2b,_0x2a63fc._0x37d011,0xb4,0xc7),'wvdPu':_0x35e16f(_0x2a63fc._0x9d2a68,_0x2a63fc._0x5ebc96,_0x2a63fc._0xa6cd2,_0x2a63fc._0x17b682)+'erver\x20erro'+'r','XJqjt':_0x35e16f(_0x2a63fc._0x520209,_0x2a63fc._0x23508b,_0x2a63fc._0x5a7a72,_0x2a63fc._0x24bb1c)+'t','EdFoE':_0x35e16f(0x4b,_0x2a63fc._0xf96a06,-0x26,-0x10)+_0x2dcd84(_0x2a63fc._0x40f759,0x15e,0x1f7,0x23b)+'so\x20be\x20memb'+_0x2dcd84(0x1e4,0x17b,_0x2a63fc._0x497717,0x217)+_0x2dcd84(0x19c,0x165,_0x2a63fc._0x684642,_0x2a63fc._0x58693c),'UlmZV':_0x2dcd84(0x18e,_0x2a63fc._0x3ae337,0x211,0x1fd)+_0x35e16f(0xc8,0x119,_0x2a63fc._0xcf8d04,_0x2a63fc._0x135d63)+'an\x20modify\x20'+_0x35e16f(_0x2a63fc._0x207bcf,_0x2a63fc._0xe0c8a4,-_0x2a63fc._0x32b8c8,_0x2a63fc._0x348b76)+_0x35e16f(_0x2a63fc._0x28ccbe,0x114,0x11c,_0x2a63fc._0x185317),'MwDhj':_0x35e16f(0x118,0x16d,_0x2a63fc._0x436dbc,_0x2a63fc._0xa6cd2),'OcQrD':_0x35e16f(-0x9,0x47,-0x1b,0x40)+'r\x20Admins\x20c'+_0x2dcd84(0x203,0x1d0,0x285,0x1f9)+'team\x20manag'+_0x2dcd84(0x243,_0x2a63fc._0x5f203f,_0x2a63fc._0x4d267c,0x1f6),'EIVGH':function(_0x5d07cf,_0x470032){return _0x5d07cf!==_0x470032;},'cPaMl':_0x2dcd84(0x1e8,_0x2a63fc._0x38a634,_0x2a63fc._0x504f5c,_0x2a63fc._0x32501d),'maipO':'Team\x20not\x20f'+_0x35e16f(0xe2,0x129,_0x2a63fc._0x1c7e15,_0x2a63fc._0x125cf5),'Zzjue':'userId\x20is\x20'+_0x2dcd84(0x159,0x192,0x1c7,0x114),'AnHqi':function(_0x533669,_0x3b5bf3){return _0x533669(_0x3b5bf3);},'zPJQv':_0x2dcd84(0x18b,_0x2a63fc._0x559733,0x169,_0x2a63fc._0x3032e1)+_0x2dcd84(0x232,0x28c,_0x2a63fc._0x8328d,_0x2a63fc._0x2b25e3),'LlOrD':_0x35e16f(0x90,_0x2a63fc._0x223e3e,-0x13,0x4b),'AOTpZ':'hUidr','lvTFw':_0x35e16f(-_0x2a63fc._0x3690c5,0x12,0x3,_0x2a63fc._0xcd0ea)+'be\x20a\x20membe'+_0x2dcd84(_0x2a63fc._0x1e8f8a,0x1b8,0x137,_0x2a63fc._0x40450e)+_0x35e16f(_0x2a63fc._0x2846b8,0x104,_0x2a63fc._0x1aac42,_0x2a63fc._0x39d410)+_0x35e16f(-0x11,_0x2a63fc._0x3e5ce7,0x42,0x6d)+_0x35e16f(-_0x2a63fc._0x3a79c0,_0x2a63fc._0x103b1b,0x37,_0x2a63fc._0x4520e8),'Hqfhc':function(_0xf42120,_0x30908f,_0x10fa99){return _0xf42120(_0x30908f,_0x10fa99);},'UJzWZ':_0x2dcd84(0x20a,_0x2a63fc._0x1754c3,0x1d6,_0x2a63fc._0x52e716),'loxKj':_0x35e16f(_0x2a63fc._0x344212,_0x2a63fc._0x5b442a,_0x2a63fc._0x219b5c,0x4d)+_0x35e16f(_0x2a63fc._0x29b08a,-0x5d,-_0x2a63fc._0x276cc3,0x0)};try{if(!_0x75716a[_0x2dcd84(0x1e7,_0x2a63fc._0x468866,0x21b,0x1ec)]['isServerAd'+_0x2dcd84(_0x2a63fc._0x57b50e,0x17f,0x1e6,0x24a)]){const _0x21e23a={};return _0x21e23a['error']=_0x248046[_0x35e16f(0x74,0x114,_0x2a63fc._0x2bf761,0xcf)],_0x21e23a[_0x2dcd84(0x1eb,_0x2a63fc._0x4944a4,_0x2a63fc._0x157c44,0x1fc)]=_0x248046['OcQrD'],_0x1daf07[_0x35e16f(_0x2a63fc._0x2d7520,0xf,-0x45,0xd)](0x8ef+-0x2695+0x1f39)['json'](_0x21e23a);}const _0x36a54e=await getTeamById(_0x75716a['params']['id']);if(!_0x36a54e){if(_0x248046[_0x2dcd84(0x236,_0x2a63fc._0x14d46c,_0x2a63fc._0x2e9554,0x2b8)](_0x248046['cPaMl'],_0x248046['cPaMl'])){if(_0x4f236b[_0x35e16f(0x1d,0xb9,0x8c,0x9d)][_0x2dcd84(_0x2a63fc._0x5db847,0x1c4,0x155,_0x2a63fc._0x54f623)](_0x248046[_0x35e16f(_0x2a63fc._0x263223,-_0x2a63fc._0x5a7476,_0x2a63fc._0x13f2b2,0x1e)])){const _0x1e1ae2={};return _0x1e1ae2['error']=_0x248046['QdAcp'],_0x1e1ae2[_0x35e16f(0x11f,0x8d,0x24,0x9d)]=_0x15b059[_0x35e16f(0xbe,_0x2a63fc._0x47429f,_0x2a63fc._0x1cd697,_0x2a63fc._0x223e3e)],_0x157472['status'](0x309+0xe27*-0x1+0xcb7)[_0x35e16f(_0x2a63fc._0x454350,_0x2a63fc._0x47429f,0x4c,_0x2a63fc._0x11d3f7)](_0x1e1ae2);}const _0x231517={};_0x231517[_0x35e16f(-0x8,-_0x2a63fc._0x25a8c4,0x83,_0x2a63fc._0x78c74)]=_0x38b35b['message'],_0x1fc7f0[_0x2dcd84(_0x2a63fc._0x2bb014,_0x2a63fc._0x3a0045,_0x2a63fc._0x2a3929,_0x2a63fc._0x4e4d86)]('Error\x20addi'+_0x35e16f(-_0x2a63fc._0x2f7e58,-0x6c,-0x8,0x0),_0x231517);const _0x12a534={};return _0x12a534[_0x35e16f(0x68,0x3a,_0x2a63fc._0x1cb365,_0x2a63fc._0x253c9f)]=_0x248046[_0x2dcd84(_0x2a63fc._0x2287e3,0x1a6,0x1d8,0x134)],_0xa60c18[_0x2dcd84(_0x2a63fc._0x436eeb,0x16d,0x127,_0x2a63fc._0x40c660)](0x4*0x565+-0x26a*0x1+-0x1136)[_0x2dcd84(0x1f5,_0x2a63fc._0x562581,0x199,0x211)](_0x12a534);}else{const _0x3c3282={};return _0x3c3282['error']=_0x248046['maipO'],_0x1daf07[_0x2dcd84(0x15b,_0x2a63fc._0x36fa5d,0x173,0x10b)](-0x1661*0x1+-0xa*0xcd+0x1ff7)[_0x2dcd84(0x1f5,0x21c,_0x2a63fc._0x2d4cb4,_0x2a63fc._0x27ac0d)](_0x3c3282);}}const {userId:_0x5c0b40}=_0x75716a[_0x35e16f(_0x2a63fc._0x46cb69,_0x2a63fc._0x9ba024,_0x2a63fc._0xa6cd2,0xb0)];if(!_0x5c0b40){const _0x5cb517={};return _0x5cb517[_0x35e16f(0x2f,_0x2a63fc._0x103b1b,_0x2a63fc._0x4c8935,_0x2a63fc._0x253c9f)]=_0x248046[_0x35e16f(_0x2a63fc._0x5974fc,_0x2a63fc._0x321bbb,_0x2a63fc._0x4dfef0,_0x2a63fc._0x2c671c)],_0x5cb517[_0x2dcd84(0x1eb,0x239,_0x2a63fc._0x155df3,0x24c)]=_0x248046[_0x35e16f(0x92,_0x2a63fc._0x569427,0xf9,0x7c)],_0x1daf07[_0x2dcd84(0x15b,0x130,0x1b5,_0x2a63fc._0x40450e)](-0x2205+0x267e+-0x95*0x5)[_0x2dcd84(_0x2a63fc._0x5f5c79,0x184,_0x2a63fc._0x478e52,_0x2a63fc._0x497717)](_0x5cb517);}const _0x5bb999=await _0x248046[_0x2dcd84(0x170,_0x2a63fc._0x5a02b9,_0x2a63fc._0xa33497,_0x2a63fc._0x43481a)](findUserById,_0x5c0b40);if(!_0x5bb999){const _0x4c25e0={};return _0x4c25e0[_0x35e16f(_0x2a63fc._0x2bc74e,_0x2a63fc._0x3135a3,-0x12,_0x2a63fc._0x253c9f)]=_0x248046[_0x2dcd84(0x235,_0x2a63fc._0x47f8e7,0x29a,0x271)],_0x4c25e0[_0x2dcd84(_0x2a63fc._0x2d5cde,_0x2a63fc._0x21dc6a,0x239,0x227)]=_0x248046['zPJQv'],_0x1daf07[_0x35e16f(-_0x2a63fc._0x17b682,-_0x2a63fc._0x171102,-0x69,_0x2a63fc._0x32b8c8)](-0x594*-0x1+-0xe26+-0x2*-0x511)[_0x35e16f(0x94,_0x2a63fc._0xc0264a,0x69,0xa7)](_0x4c25e0);}if(!_0x36a54e[_0x35e16f(0xf9,0x116,_0x2a63fc._0x4fae57,0xd4)][_0x35e16f(_0x2a63fc._0x1434c0,_0x2a63fc._0x536a07,_0x2a63fc._0x2135b4,0x18)](_0x5c0b40)){if(_0x248046[_0x35e16f(0x98,0xea,_0x2a63fc._0xff7563,0xf4)]===_0x248046['AOTpZ']){const _0x1a1d6b={};return _0x1a1d6b['error']=_0x248046[_0x35e16f(_0x2a63fc._0xff7563,_0x2a63fc._0x344212,0x132,0xe7)],_0x1a1d6b['message']=_0x248046[_0x35e16f(0x12e,_0x2a63fc._0x5d5a54,_0x2a63fc._0x423f0d,_0x2a63fc._0x2c60c7)],_0x260416['status'](0x2*0x65b+0x16e9+0x1*-0x220f)[_0x35e16f(_0x2a63fc._0x2e50c5,_0x2a63fc._0x1910bf,0x24,0xa7)](_0x1a1d6b);}else{const _0x5a272d={};return _0x5a272d[_0x35e16f(0x2d,0x74,_0x2a63fc._0x587d08,_0x2a63fc._0xf96a06)]=_0x248046[_0x2dcd84(0x235,0x1f4,0x233,0x1b2)],_0x5a272d['message']=_0x248046[_0x2dcd84(_0x2a63fc._0x43b7a9,_0x2a63fc._0x125e54,_0x2a63fc._0x520a2b,0x170)],_0x1daf07[_0x2dcd84(0x15b,_0x2a63fc._0x1ba57d,0x111,_0x2a63fc._0x2047c6)](0x2264+0xe35*-0x1+0x2a9*-0x7)[_0x35e16f(0x9c,_0x2a63fc._0x103d33,_0x2a63fc._0x179af0,_0x2a63fc._0x5e23d3)](_0x5a272d);}}const _0x1b4a26=await _0x248046['Hqfhc'](addManager,_0x36a54e['id'],_0x5c0b40);return _0x1daf07[_0x35e16f(_0x2a63fc._0x55ae80,_0x2a63fc._0x3c9546,0x38,0xa7)]({'message':'Manager\x20ad'+'ded\x20to\x20tea'+'m','team':await _0x248046['AnHqi'](enrichTeamWithManagerNames,_0x1b4a26)});}catch(_0x3f2ff9){if(_0x3f2ff9[_0x2dcd84(_0x2a63fc._0x2d5cde,_0x2a63fc._0x228edf,_0x2a63fc._0x1754c3,0x23d)][_0x2dcd84(_0x2a63fc._0x5db847,0x152,_0x2a63fc._0x4aba9b,_0x2a63fc._0x288b1e)](_0x35e16f(0x65,_0x2a63fc._0x2ac2bc,_0x2a63fc._0x805e18,_0x2a63fc._0x188d8d)+_0x35e16f(-_0x2a63fc._0x520209,_0x2a63fc._0x576e8e,-0x11,0x3a))){if(_0x248046[_0x35e16f(0xee,0x103,_0x2a63fc._0x56cc0f,_0x2a63fc._0xc07fd8)](_0x35e16f(0x12c,_0x2a63fc._0x3ae337,_0x2a63fc._0x3026d4,0xbc),_0x248046[_0x2dcd84(_0x2a63fc._0x17a741,_0x2a63fc._0x2e950b,0x1f2,0x288)])){const _0x143909={};return _0x143909['error']=_0x2dcd84(0x238,_0x2a63fc._0x5afcb7,0x1f7,0x1fc),_0x143909['message']=_0x248046['UlmZV'],_0x35b511['status'](-0x2*0x5db+0x1799*-0x1+0x1271*0x2)['json'](_0x143909);}else{const _0x4091af={};return _0x4091af[_0x2dcd84(0x174,_0x2a63fc._0x126dcd,_0x2a63fc._0x31dc45,0x189)]=_0x248046[_0x2dcd84(_0x2a63fc._0x3a2749,_0x2a63fc._0x2541a9,_0x2a63fc._0x34c8ea,_0x2a63fc._0x40f71b)],_0x4091af[_0x35e16f(_0x2a63fc._0x473145,0x22,0xa3,_0x2a63fc._0x223e3e)]=_0x3f2ff9['message'],_0x1daf07[_0x35e16f(-0x13,0x4a,0x5c,0xd)](0x11be+0x1ed8+0x20b*-0x17)[_0x35e16f(0x62,0x6f,0x71,0xa7)](_0x4091af);}}const _0xb8d547={};_0xb8d547['error']=_0x3f2ff9['message'],logger[_0x2dcd84(0x174,0x103,0x105,_0x2a63fc._0x21ef98)](_0x248046[_0x35e16f(-_0x2a63fc._0x5cdb9b,-_0x2a63fc._0x3b4be8,-0x81,-_0x2a63fc._0x1b73a9)],_0xb8d547);const _0x18ed1f={};return _0x18ed1f['error']=_0x248046['wvdPu'],_0x1daf07[_0x2dcd84(_0x2a63fc._0x482d8d,0x190,0x19f,0x198)](-0x1d*0x10f+-0x12fe+0x1137*0x3)['json'](_0x18ed1f);}});function _0x47add5(_0x38862f,_0x459e6a,_0x1d8bb8,_0x5678e1){return _0x51ba(_0x5678e1-0x130,_0x38862f);}router[_0x47add5(0x293,0x1fc,0x1d7,0x249)](_0x47add5(0x1de,0x255,0x1fa,0x1d5)+'ers/:userI'+'d',async(_0x43b88d,_0x48a18b)=>{const _0x15da4c={_0x2fc3c5:0x154,_0x4540bb:0x1be,_0x554b69:0x272,_0x309907:0x210,_0x51e10c:0x1c0,_0x27e6cc:0x125,_0x27e67f:0x161,_0x254856:0x19b,_0x215e30:0x1e1,_0x307cbb:0x131,_0x278f64:0x1ca,_0x5cfeb3:0x27a,_0x22939f:0x1b9,_0x2c5ab2:0x1fc,_0x40e1f0:0x1f4,_0x9af7b7:0x249,_0x101caa:0x23f,_0x541898:0x1e4,_0x489a16:0x242,_0x1058c2:0x24b,_0x3eab10:0x282,_0x5ab64f:0x27b,_0x10a86d:0x12a,_0xd0a099:0x13e,_0x8e2ab7:0x1a5,_0x408f8d:0x237,_0x544bc9:0x232,_0x2b9b86:0x26f,_0x281389:0x159,_0xbeea2f:0x23d,_0x38b857:0x231,_0x112a2f:0x25f,_0x42c460:0x29d,_0x5b2262:0x22f,_0x4f9257:0x263,_0x293d03:0x296,_0x33743d:0x1c3,_0xee962:0x229,_0x1487af:0x1bc,_0x1903cc:0x1aa,_0x5dbde9:0x216,_0xeba5ad:0x1f9,_0x2ad491:0x24f,_0x2c460e:0x1ec,_0x15d267:0x211,_0x29c870:0x2c5,_0x41d0e0:0x1c9,_0x1e6c7e:0x20b,_0x347d50:0x223,_0x14789e:0x28a,_0x3d53f2:0x2a6,_0x2ecdac:0x271,_0x1b7a6b:0x2a3,_0x419794:0x228,_0x379fac:0x1ef,_0x3888c3:0x213,_0x21a679:0x21b,_0x1dbf6d:0x1dc,_0x18880b:0x1c7,_0xf16c44:0x200,_0x5e070b:0x1ab,_0x431b8a:0x29a,_0x4f2e3d:0x266,_0x1f0d9c:0x252,_0x10ee94:0x222,_0x55567:0x1ff,_0x88c128:0x200,_0x19c7b6:0x138,_0x4da360:0x273,_0x4943fa:0x199,_0x451184:0x19d,_0x35f6b9:0x19e,_0x12bc68:0x177,_0x1fea23:0x1aa,_0x519ce4:0x218,_0xdd53a:0x1e8,_0x385ca6:0x2b9,_0x29c1e4:0x2ef,_0x153b02:0x275,_0x52cf59:0x1f9,_0x38dd54:0x2ba,_0x569d8f:0x27d,_0x2b6710:0xfa,_0xe1b02a:0x1d4,_0x4fedc5:0x26e,_0x2e8822:0x1d1,_0xaa35a9:0x175,_0x2a6aaa:0x165,_0x3b4a23:0x1a1,_0x19a146:0x1ab,_0x3aca78:0x210,_0x25d06e:0x1e9,_0x48cbf2:0x215,_0x1b7ac5:0x273,_0x303676:0x1e7,_0x18d731:0x1c4,_0x5011dc:0x21f,_0x499169:0x241,_0x3000ea:0x217,_0xf1b60d:0x1e9,_0x1bfa5d:0x22e,_0x4d3fa5:0x265,_0x329fff:0x241,_0x103bab:0x2e1,_0x11e93c:0x2b9,_0x5b2f0d:0x2ac,_0x3839a4:0x1fc,_0x2be971:0x1e2,_0x45bb2d:0x141,_0x1143b9:0x194,_0x1155cc:0x1fd,_0x1c1711:0x1f8,_0x4c07a5:0x232,_0x7fc414:0x236,_0x418fbc:0x25a,_0x1c58b1:0x222,_0x4e39aa:0x20b,_0xff67e3:0x191,_0x47b2eb:0x1ef,_0x417af5:0x1da,_0x9210dd:0x21e,_0x51c71b:0x22c,_0x32ccf9:0x264,_0x55b65a:0x1d1,_0x18f3e3:0x20f,_0x5e87c9:0x194,_0x36aa6e:0x1e0,_0x2933d9:0x1dd,_0x3a5a9d:0x1df,_0x3ac1e1:0x290,_0x34a30d:0x20e,_0x5a0223:0x260,_0x1a0435:0x1cd,_0x258a9a:0x1bf,_0x108c48:0x26b},_0x4e9eb9={_0x438724:0x3f1},_0x33a56d={_0x3c42c1:0x132},_0x2e9a3c={'gvFbM':_0x5e513b(0x150,0x1e4,_0x15da4c._0x2fc3c5,_0x15da4c._0x4540bb)+'t','QhtPe':'User\x20must\x20'+_0x5e513b(_0x15da4c._0x554b69,0x208,_0x15da4c._0x309907,0x225)+_0x5e513b(_0x15da4c._0x51e10c,0x169,_0x15da4c._0x27e6cc,0x17d)+_0x4643f8(0x253,0x295,0x2c0,0x26c)+_0x4643f8(0x1db,0x1a7,0x168,_0x15da4c._0x27e67f)+_0x4643f8(_0x15da4c._0x254856,0x133,_0x15da4c._0x215e30,_0x15da4c._0x307cbb),'yVzkx':_0x4643f8(_0x15da4c._0x278f64,0x1ab,0x226,0x150)+_0x5e513b(0x23b,_0x15da4c._0x5cfeb3,_0x15da4c._0x22939f,_0x15da4c._0x2c5ab2),'fikqt':_0x5e513b(0x179,0x1c6,0x1b7,_0x15da4c._0x40e1f0)+_0x4643f8(_0x15da4c._0x9af7b7,_0x15da4c._0x101caa,0x25a,_0x15da4c._0x541898)+'r','JFMrR':function(_0x42aa30,_0x5b4ccf){return _0x42aa30===_0x5b4ccf;},'ZLlRn':_0x5e513b(_0x15da4c._0x489a16,_0x15da4c._0x1058c2,_0x15da4c._0x3eab10,_0x15da4c._0x5ab64f),'EInTQ':_0x4643f8(0x1af,_0x15da4c._0x10a86d,_0x15da4c._0xd0a099,_0x15da4c._0x8e2ab7),'ejTeK':_0x5e513b(_0x15da4c._0x408f8d,_0x15da4c._0x544bc9,0x221,_0x15da4c._0x2b9b86),'Hvxnu':_0x5e513b(_0x15da4c._0x541898,_0x15da4c._0x281389,_0x15da4c._0xbeea2f,0x1c5)+_0x4643f8(_0x15da4c._0x38b857,_0x15da4c._0x112a2f,0x1d4,_0x15da4c._0x42c460)+'an\x20manage\x20'+_0x5e513b(0x1cf,_0x15da4c._0x5b2262,0x184,0x1e4)+_0x4643f8(_0x15da4c._0x4f9257,0x235,_0x15da4c._0x293d03,0x2a8),'erffM':_0x5e513b(0x196,0x1e0,0x19c,_0x15da4c._0x33743d),'AnhVN':'Manager\x20re'+_0x4643f8(0x1d7,0x255,_0x15da4c._0xee962,0x195)+_0x4643f8(_0x15da4c._0x1487af,0x22c,0x1d0,_0x15da4c._0x1903cc),'MfNZv':function(_0x524498,_0x210908){return _0x524498(_0x210908);},'wDFsT':_0x4643f8(_0x15da4c._0x5dbde9,0x216,_0x15da4c._0xeba5ad,_0x15da4c._0x2ad491),'cpfmo':_0x5e513b(_0x15da4c._0x2c460e,_0x15da4c._0x15d267,_0x15da4c._0x29c870,0x251)+_0x4643f8(_0x15da4c._0x41d0e0,0x1a4,0x18d,0x1e7),'fHdhU':'Not\x20Found','OKhny':_0x4643f8(0x1e6,0x1b7,_0x15da4c._0x1e6c7e,_0x15da4c._0x347d50)+_0x5e513b(0x27c,_0x15da4c._0x14789e,_0x15da4c._0x3d53f2,_0x15da4c._0x2ecdac)+'er'};function _0x4643f8(_0xc3c02c,_0x31547e,_0x134b91,_0x11e520){return _0x47add5(_0x31547e,_0x31547e-0x1ae,_0x134b91-_0x33a56d._0x3c42c1,_0xc3c02c- -0x6b);}function _0x5e513b(_0x4ddbd3,_0x1f5133,_0x1970ae,_0x289428){return _0xf55060(_0x1970ae,_0x1f5133-0xfb,_0x289428-_0x4e9eb9._0x438724,_0x289428-0xac);}try{if(!_0x43b88d[_0x5e513b(_0x15da4c._0x1b7a6b,_0x15da4c._0x419794,0x1d6,0x21e)]['isServerAd'+_0x4643f8(_0x15da4c._0x379fac,0x1fe,0x1c1,0x1af)]){if(_0x2e9a3c['JFMrR'](_0x2e9a3c[_0x5e513b(0x1f7,_0x15da4c._0x3888c3,_0x15da4c._0x21a679,_0x15da4c._0x1dbf6d)],_0x2e9a3c['EInTQ'])){const _0x50240f={};return _0x50240f[_0x5e513b(0x17e,_0x15da4c._0x18880b,_0x15da4c._0xf16c44,_0x15da4c._0x5e070b)]=_0x2e9a3c[_0x4643f8(0x25d,_0x15da4c._0x431b8a,_0x15da4c._0x4f2e3d,0x247)],_0x50240f[_0x5e513b(0x1e6,0x258,_0x15da4c._0x1f0d9c,_0x15da4c._0x10ee94)]=_0x2e9a3c['QhtPe'],_0x1005fe[_0x5e513b(0x1c2,0x209,_0x15da4c._0x55567,0x192)](-0xe4b+0x1aac+-0xad1)[_0x4643f8(0x215,0x1d1,_0x15da4c._0x88c128,0x1ed)](_0x50240f);}else{const _0x58d950={};return _0x58d950[_0x4643f8(0x194,0x1eb,0x1e5,0x117)]=_0x2e9a3c[_0x4643f8(0x19c,0x208,0x129,_0x15da4c._0x19c7b6)],_0x58d950[_0x5e513b(0x1de,0x292,_0x15da4c._0x4da360,0x222)]=_0x2e9a3c[_0x5e513b(_0x15da4c._0x4943fa,_0x15da4c._0x451184,_0x15da4c._0x35f6b9,_0x15da4c._0x12bc68)],_0x48a18b['status'](-0x11*-0x1a9+-0x2597+0x1*0xaf1)[_0x4643f8(0x215,0x195,0x248,_0x15da4c._0x1fea23)](_0x58d950);}}const _0x50ee1e=await getTeamById(_0x43b88d[_0x4643f8(0x1ad,0x130,0x1fd,_0x15da4c._0x519ce4)]['id']);if(!_0x50ee1e){if(_0x2e9a3c[_0x4643f8(0x24d,0x217,_0x15da4c._0xdd53a,_0x15da4c._0x385ca6)](_0x2e9a3c[_0x5e513b(0x2d3,_0x15da4c._0x29c1e4,0x27e,_0x15da4c._0x153b02)],_0x2e9a3c[_0x5e513b(_0x15da4c._0x52cf59,_0x15da4c._0x38dd54,_0x15da4c._0x569d8f,0x275)])){const _0x4c2014={};return _0x4c2014['error']='Team\x20not\x20f'+'ound',_0x48a18b[_0x4643f8(0x17b,_0x15da4c._0x2b6710,0x196,0x14f)](0x5*0x5+0x2326+-0x297*0xd)[_0x4643f8(0x215,_0x15da4c._0xe1b02a,_0x15da4c._0x4fedc5,_0x15da4c._0x2b9b86)](_0x4c2014);}else{const _0x48130d={};_0x48130d['error']=_0x35f957['message'],_0x5968ed[_0x4643f8(0x194,0x1c6,0x132,_0x15da4c._0x2e8822)](_0x2e9a3c[_0x4643f8(_0x15da4c._0xaa35a9,0x114,0x1af,_0x15da4c._0x2a6aaa)],_0x48130d);const _0xdaea7c={};return _0xdaea7c[_0x5e513b(_0x15da4c._0x3b4a23,_0x15da4c._0x5b2262,0x196,_0x15da4c._0x19a146)]=_0x2e9a3c['fikqt'],_0x4d9684[_0x5e513b(_0x15da4c._0x3aca78,_0x15da4c._0x25d06e,0x1f4,0x192)](-0x1190+-0x1*-0x3cb+0x23f*0x7)[_0x4643f8(_0x15da4c._0x48cbf2,0x276,0x255,_0x15da4c._0x1b7ac5)](_0xdaea7c);}}const _0xc31bbd=await removeManager(_0x50ee1e['id'],_0x43b88d[_0x5e513b(0x167,_0x15da4c._0x303676,0x182,_0x15da4c._0x18d731)][_0x5e513b(0x1e7,0x1be,0x1e6,0x1d7)]);return _0x48a18b[_0x4643f8(0x215,0x26b,_0x15da4c._0x5011dc,0x217)]({'message':_0x2e9a3c['AnhVN'],'team':await _0x2e9a3c[_0x4643f8(_0x15da4c._0x499169,_0x15da4c._0x3000ea,_0x15da4c._0xf1b60d,_0x15da4c._0x1bfa5d)](enrichTeamWithManagerNames,_0xc31bbd)});}catch(_0x46f213){if(_0x2e9a3c[_0x4643f8(_0x15da4c._0x4d3fa5,_0x15da4c._0x329fff,0x281,_0x15da4c._0x103bab)]===_0x2e9a3c[_0x4643f8(0x265,_0x15da4c._0x11e93c,0x2c1,_0x15da4c._0x5b2f0d)]){if(_0x46f213[_0x4643f8(0x20b,_0x15da4c._0x15d267,0x18b,_0x15da4c._0x3839a4)][_0x5e513b(0x1d1,_0x15da4c._0x2be971,_0x15da4c._0x45bb2d,0x19d)](_0x2e9a3c[_0x5e513b(0x257,_0x15da4c._0x1f0d9c,0x1eb,0x227)])){const _0x2a16e2={};return _0x2a16e2[_0x4643f8(_0x15da4c._0x1143b9,_0x15da4c._0x519ce4,_0x15da4c._0x1155cc,_0x15da4c._0x1c1711)]=_0x2e9a3c[_0x4643f8(_0x15da4c._0x4c07a5,_0x15da4c._0x7fc414,0x1d7,0x22e)],_0x2a16e2[_0x5e513b(_0x15da4c._0x418fbc,0x203,0x2a0,_0x15da4c._0x1c58b1)]=_0x46f213[_0x4643f8(_0x15da4c._0x4e39aa,0x26a,_0x15da4c._0xff67e3,0x28c)],_0x48a18b[_0x5e513b(_0x15da4c._0x47b2eb,_0x15da4c._0x417af5,0x1b9,0x192)](0xc1*0x21+-0x1a0b+0x2be)[_0x5e513b(0x239,0x299,_0x15da4c._0x9210dd,_0x15da4c._0x51c71b)](_0x2a16e2);}const _0x398cc4={};_0x398cc4['error']=_0x46f213[_0x4643f8(0x20b,0x1f2,_0x15da4c._0x32ccf9,0x1f2)],logger[_0x5e513b(_0x15da4c._0x55b65a,0x16e,0x224,0x1ab)](_0x2e9a3c[_0x4643f8(0x22b,0x1d2,_0x15da4c._0x18f3e3,0x20b)],_0x398cc4);const _0xdbf1bd={};return _0xdbf1bd[_0x4643f8(_0x15da4c._0x5e87c9,0x1b9,_0x15da4c._0x36aa6e,0x209)]=_0x4643f8(_0x15da4c._0x2933d9,_0x15da4c._0x3a5a9d,0x1e2,0x241)+_0x5e513b(_0x15da4c._0x55567,_0x15da4c._0x3ac1e1,_0x15da4c._0x34a30d,_0x15da4c._0x5a0223)+'r',_0x48a18b['status'](-0x170d+-0xfc1+0x28c2)[_0x4643f8(_0x15da4c._0x48cbf2,_0x15da4c._0x1a0435,_0x15da4c._0x258a9a,_0x15da4c._0x108c48)](_0xdbf1bd);}else{const _0x137df4={};return _0x137df4[_0x4643f8(0x1fa,0x26e,0x21d,0x211)]=_0x1b0d8a,_0x1777ee['json'](_0x137df4);}}});function _0x51ba(_0x5b8b3b,_0x13184d){_0x5b8b3b=_0x5b8b3b-(-0x22d+0x6*0x16f+-0x5d6);const _0xe5fa62=_0x7d45();let _0x3dff6f=_0xe5fa62[_0x5b8b3b];if(_0x51ba['eyZkkv']===undefined){var _0x125373=function(_0x28d30c){const _0x27e769='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xd17ff0='',_0x122a98='';for(let _0x43c6fe=0x173c+-0x190+0x15ac*-0x1,_0x3c300a,_0x66db08,_0x11b691=-0x2*0x4a3+0xc*-0x18b+0x1bca;_0x66db08=_0x28d30c['charAt'](_0x11b691++);~_0x66db08&&(_0x3c300a=_0x43c6fe%(-0xc9*-0x2b+-0xa70+-0x174f)?_0x3c300a*(-0x10e8*0x1+0x1*-0x97+-0x7*-0x289)+_0x66db08:_0x66db08,_0x43c6fe++%(0x3*0x1b4+0x1e2c*0x1+-0x2344))?_0xd17ff0+=String['fromCharCode'](0x23f1+0x7ed*-0x1+-0x1b05&_0x3c300a>>(-(0x6e+-0x2006*-0x1+-0x2*0x1039)*_0x43c6fe&0x11d0+0x1341+-0x250b)):0x2148+0x7c5+-0x290d){_0x66db08=_0x27e769['indexOf'](_0x66db08);}for(let _0x2d1539=-0x1*0x1786+0x1267+0x45*0x13,_0x3c1836=_0xd17ff0['length'];_0x2d1539<_0x3c1836;_0x2d1539++){_0x122a98+='%'+('00'+_0xd17ff0['charCodeAt'](_0x2d1539)['toString'](-0x1*0x395+0x118a+-0x1*0xde5))['slice'](-(0x1*0x1cfe+0x1f91+-0x3c8d));}return decodeURIComponent(_0x122a98);};_0x51ba['tvCBXb']=_0x125373,_0x51ba['tWeRpG']={},_0x51ba['eyZkkv']=!![];}const _0x47ef6c=_0xe5fa62[0x73b*-0x3+0xcc5*0x1+-0x2*-0x476],_0x249ed5=_0x5b8b3b+_0x47ef6c,_0x361b3a=_0x51ba['tWeRpG'][_0x249ed5];return!_0x361b3a?(_0x3dff6f=_0x51ba['tvCBXb'](_0x3dff6f),_0x51ba['tWeRpG'][_0x249ed5]=_0x3dff6f):_0x3dff6f=_0x361b3a,_0x3dff6f;}export default router;
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;