@profoundlogic/coderflow-server 0.6.2 → 0.6.3

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 (179) hide show
  1. package/dist/base-image/Dockerfile +4 -2
  2. package/dist/base-image/agent-wrapper.sh +32 -4
  3. package/dist/base-image/entrypoint.sh +3 -0
  4. package/dist/coder-server.js +1 -1
  5. package/dist/config/cli-models.json +12 -0
  6. package/dist/config.js +1 -1
  7. package/dist/lib/agent-keepalive.js +1 -1
  8. package/dist/lib/agent-models.js +1 -1
  9. package/dist/lib/api-keys.js +1 -1
  10. package/dist/lib/apiKeys.js +1 -1
  11. package/dist/lib/app-server-ports.js +1 -1
  12. package/dist/lib/auto-judge.js +1 -1
  13. package/dist/lib/automation-service.js +1 -1
  14. package/dist/lib/basic-auth.js +1 -1
  15. package/dist/lib/bindings.js +1 -1
  16. package/dist/lib/build-history.js +1 -1
  17. package/dist/lib/build-output-service.js +1 -1
  18. package/dist/lib/build-scheduler.js +1 -1
  19. package/dist/lib/build-service.js +1 -1
  20. package/dist/lib/ca-certificates.js +1 -1
  21. package/dist/lib/claude-oauth-refresh.js +1 -1
  22. package/dist/lib/cli/build.js +1 -1
  23. package/dist/lib/cli/cleanup-users.js +1 -1
  24. package/dist/lib/cli/config-command.js +1 -1
  25. package/dist/lib/cli/config.js +1 -1
  26. package/dist/lib/cli/create-user.js +1 -1
  27. package/dist/lib/cli/grant-admin.js +1 -1
  28. package/dist/lib/cli/init.js +1 -1
  29. package/dist/lib/cli/jira.js +1 -1
  30. package/dist/lib/cli/license.js +1 -1
  31. package/dist/lib/cli/list-roles.js +1 -1
  32. package/dist/lib/cli/list-users.js +1 -1
  33. package/dist/lib/cli/server-manager.js +1 -1
  34. package/dist/lib/cli/set-password.js +1 -1
  35. package/dist/lib/config-migration.js +1 -1
  36. package/dist/lib/container-credential-sync.js +1 -1
  37. package/dist/lib/container-tokens.js +1 -1
  38. package/dist/lib/data-dir.js +1 -1
  39. package/dist/lib/deployment-history.js +1 -1
  40. package/dist/lib/deployment-service.js +1 -1
  41. package/dist/lib/docker-utils.js +1 -1
  42. package/dist/lib/email.js +1 -1
  43. package/dist/lib/emailTemplates.js +1 -1
  44. package/dist/lib/entitlement.js +1 -1
  45. package/dist/lib/external-connections.js +1 -1
  46. package/dist/lib/fetch-utils.js +1 -1
  47. package/dist/lib/git-commit-details-route.js +1 -1
  48. package/dist/lib/git-history-diff-guardrails.js +1 -1
  49. package/dist/lib/git-provider-service.js +1 -1
  50. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  51. package/dist/lib/git-provider-setup/index.js +1 -1
  52. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  54. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  55. package/dist/lib/git-providers/github-app-provider.js +1 -1
  56. package/dist/lib/git-providers/index.js +1 -1
  57. package/dist/lib/git-providers/provider-factory.js +1 -1
  58. package/dist/lib/git-providers/provider-interface.js +1 -1
  59. package/dist/lib/github-urls.js +1 -1
  60. package/dist/lib/group-objective-linking.js +1 -1
  61. package/dist/lib/ibmi-sync.js +1 -1
  62. package/dist/lib/jira-client.js +1 -1
  63. package/dist/lib/judge-blinding.js +1 -1
  64. package/dist/lib/logger.js +1 -1
  65. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  66. package/dist/lib/model-fetcher.js +1 -1
  67. package/dist/lib/notifications.js +1 -1
  68. package/dist/lib/objective-context.js +1 -1
  69. package/dist/lib/oidc-auth.js +1 -1
  70. package/dist/lib/oidc-device-flow.js +1 -1
  71. package/dist/lib/passwordTokens.js +1 -1
  72. package/dist/lib/permission-resolver.js +1 -1
  73. package/dist/lib/pin-cascade.js +1 -1
  74. package/dist/lib/provider-accounts.js +1 -1
  75. package/dist/lib/provider-oauth.js +1 -1
  76. package/dist/lib/provider-profile.js +1 -1
  77. package/dist/lib/provider-token-refresh.js +1 -1
  78. package/dist/lib/rbac-user-state.js +1 -1
  79. package/dist/lib/request-url.js +1 -1
  80. package/dist/lib/rewind.js +1 -1
  81. package/dist/lib/role-definitions.js +1 -1
  82. package/dist/lib/roles.js +1 -1
  83. package/dist/lib/secrets.js +1 -1
  84. package/dist/lib/setup-repo-git-auth.js +1 -1
  85. package/dist/lib/state-capture.js +1 -1
  86. package/dist/lib/static-files.js +1 -1
  87. package/dist/lib/task-name-format.js +1 -1
  88. package/dist/lib/task-name-generator.js +1 -1
  89. package/dist/lib/task-source-metadata.js +1 -1
  90. package/dist/lib/teams.js +1 -1
  91. package/dist/lib/user-git-oauth.js +1 -1
  92. package/dist/lib/user-git-tokens.js +1 -1
  93. package/dist/lib/users.js +1 -1
  94. package/dist/middleware/requireAuth.js +1 -1
  95. package/dist/middleware/requireInit.js +1 -1
  96. package/dist/middleware/requirePermission.js +1 -1
  97. package/dist/package.json +1 -1
  98. package/dist/playwright.config.js +1 -1
  99. package/dist/playwright.task-terminal.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/start.js +1 -1
  135. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  136. package/dist/web-ui/public/activity-feed.js +1 -1
  137. package/dist/web-ui/public/activity-formatters.js +1 -1
  138. package/dist/web-ui/public/agent-event-parser.js +1 -1
  139. package/dist/web-ui/public/app.js +1 -1
  140. package/dist/web-ui/public/approve-dialog.js +1 -1
  141. package/dist/web-ui/public/automation-links.js +1 -1
  142. package/dist/web-ui/public/automation-schedule.js +1 -1
  143. package/dist/web-ui/public/comments-widget.js +1 -1
  144. package/dist/web-ui/public/diff-utils.js +1 -1
  145. package/dist/web-ui/public/environments.js +1 -1
  146. package/dist/web-ui/public/feedback-widget.js +1 -1
  147. package/dist/web-ui/public/file-selection-tree.js +1 -1
  148. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  149. package/dist/web-ui/public/git-history.js +1 -1
  150. package/dist/web-ui/public/git-status.js +1 -1
  151. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  152. package/dist/web-ui/public/index.html +39 -0
  153. package/dist/web-ui/public/index.js +1 -1
  154. package/dist/web-ui/public/login.js +1 -1
  155. package/dist/web-ui/public/markdown-editor.js +1 -1
  156. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  157. package/dist/web-ui/public/modal-maximize.js +1 -1
  158. package/dist/web-ui/public/notifications.js +1 -1
  159. package/dist/web-ui/public/permissions.js +1 -1
  160. package/dist/web-ui/public/pr-dialog.js +1 -1
  161. package/dist/web-ui/public/roles.js +1 -1
  162. package/dist/web-ui/public/server-health.js +1 -1
  163. package/dist/web-ui/public/settings.html +23 -0
  164. package/dist/web-ui/public/settings.js +1 -1
  165. package/dist/web-ui/public/setup-password.js +1 -1
  166. package/dist/web-ui/public/skills.js +1 -1
  167. package/dist/web-ui/public/sse-client.js +1 -1
  168. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  169. package/dist/web-ui/public/styles.css +101 -1
  170. package/dist/web-ui/public/task.html +46 -1
  171. package/dist/web-ui/public/task.js +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.js +1 -1
  174. package/dist/web-ui/public/theme.js +1 -1
  175. package/dist/web-ui/public/users.js +1 -1
  176. package/dist/web-ui/public/variant-grouping.js +1 -1
  177. package/package.json +1 -1
  178. package/dist/.claude/settings.local.json +0 -20
  179. package/dist/playwright-test-results/.last-run.json +0 -54
@@ -1 +1 @@
1
- (function(_0xb2c759,_0x4d073c){const _0x58304e={_0x3d5b82:0x19d,_0x31b12c:0x186,_0x2cb8d6:0x9f,_0x3ff1f9:0x4b,_0x40da35:0x100,_0x5b7559:0x73,_0x150bfd:0xca,_0x3def17:0xf,_0x450955:0xba,_0x2acce8:0x105,_0x2e4d39:0x160,_0x295209:0x114},_0x2d5319={_0x5b28fa:0x2c4},_0x4b3055={_0x242245:0xce};function _0x1c12fd(_0x5ac6cd,_0x5dfe74,_0x3210a2,_0x31fce7){return _0x3f99(_0x5ac6cd- -_0x4b3055._0x242245,_0x5dfe74);}const _0x27b3be=_0xb2c759();function _0x127f0c(_0xea2fc0,_0x6456e8,_0xf8d182,_0x4790dd){return _0x3f99(_0xea2fc0- -_0x2d5319._0x5b28fa,_0x6456e8);}while(!![]){try{const _0x5e3d3c=-parseInt(_0x1c12fd(_0x58304e._0x3d5b82,0x160,_0x58304e._0x31b12c,0x160))/(-0x25ee+0x17*0x8f+0x26*0xa9)+parseInt(_0x127f0c(-_0x58304e._0x2cb8d6,-0x8a,-0xef,-_0x58304e._0x3ff1f9))/(-0x25d4+0x1*0x1759+0xe7d)+parseInt(_0x127f0c(-_0x58304e._0x40da35,-0x150,-0x154,-0x104))/(0x1c69+0xf45+-0x7*0x63d)+-parseInt(_0x127f0c(-0x49,-_0x58304e._0x5b7559,0x1c,-0x73))/(-0x1f30+-0x1987*0x1+0x1*0x38bb)*(parseInt(_0x127f0c(-0x6e,-0x21,-_0x58304e._0x150bfd,-_0x58304e._0x3def17))/(-0x300+-0x1852+0x91d*0x3))+parseInt(_0x127f0c(-_0x58304e._0x450955,-0xf1,-_0x58304e._0x2acce8,-0x52))/(-0x5*0x634+-0x1*0x137d+0x3287)+-parseInt(_0x1c12fd(0xe3,0x159,0x73,_0x58304e._0x2e4d39))/(-0x397+0x562+-0x1*0x1c4)+-parseInt(_0x1c12fd(0x126,_0x58304e._0x295209,0x15b,0x191))/(0x1f*0xc1+-0x1*-0xd00+0x531*-0x7);if(_0x5e3d3c===_0x4d073c)break;else _0x27b3be['push'](_0x27b3be['shift']());}catch(_0x3fe50a){_0x27b3be['push'](_0x27b3be['shift']());}}}(_0xdbaf,-0x96a*-0x63+0x961d4+-0x7195a));import _0x364347 from'express';import{logger}from'../lib/logger.js';import{getTeams,getTeamById,getTeamsByUserId,createTeam,updateTeam,deleteTeam,addMember,removeMember}from'../lib/teams.js';function _0x3f99(_0x5cb86b,_0x4ff1d3){_0x5cb86b=_0x5cb86b-(-0x2399+0x1*0x244c+0xe0*0x1);const _0x37bb06=_0xdbaf();let _0x1faaf1=_0x37bb06[_0x5cb86b];if(_0x3f99['yYRbNK']===undefined){var _0x508d1b=function(_0x36a05b){const _0x589d4c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5c4ea3='',_0x1a50be='';for(let _0x40cf1c=0x3e*-0x6+-0x332*0x7+0x17d2,_0x3b6391,_0x25b60f,_0x412586=-0x1b4f+-0xfd5+0x1592*0x2;_0x25b60f=_0x36a05b['charAt'](_0x412586++);~_0x25b60f&&(_0x3b6391=_0x40cf1c%(-0x1021+0x21ac+-0x281*0x7)?_0x3b6391*(-0xdb7*0x2+-0x2394+0x3f42)+_0x25b60f:_0x25b60f,_0x40cf1c++%(0x19d9+0x1eb0+-0x3885))?_0x5c4ea3+=String['fromCharCode'](0x15*-0x31+0xb*-0x283+0x20a5&_0x3b6391>>(-(-0x2652+0x305+0x234f)*_0x40cf1c&0x625+0x1089+-0x16a8)):-0x1499*-0x1+0x1f80+-0x3419){_0x25b60f=_0x589d4c['indexOf'](_0x25b60f);}for(let _0x264e57=0xdbd+0x1e85+0x67*-0x6e,_0x2471a5=_0x5c4ea3['length'];_0x264e57<_0x2471a5;_0x264e57++){_0x1a50be+='%'+('00'+_0x5c4ea3['charCodeAt'](_0x264e57)['toString'](0x2b7+-0x3*0x73c+0x1*0x130d))['slice'](-(0x1d80+0x187e+-0x4*0xd7f));}return decodeURIComponent(_0x1a50be);};_0x3f99['zIYDrL']=_0x508d1b,_0x3f99['iOhCuL']={},_0x3f99['yYRbNK']=!![];}const _0x2a5238=_0x37bb06[0x1a8d+-0x2443*-0x1+-0x3ed0],_0x1774b1=_0x5cb86b+_0x2a5238,_0x6ebfdb=_0x3f99['iOhCuL'][_0x1774b1];return!_0x6ebfdb?(_0x1faaf1=_0x3f99['zIYDrL'](_0x1faaf1),_0x3f99['iOhCuL'][_0x1774b1]=_0x1faaf1):_0x1faaf1=_0x6ebfdb,_0x1faaf1;}import{deleteBindingsBySubject,deleteBindingsByResource}from'../lib/bindings.js';import{findUserById}from'../lib/users.js';import{hasPermission,hasAllPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';import{requirePermission}from'../middleware/requirePermission.js';function _0xdbaf(){const _0x426c25=['u2r6Exa','zxjYB3i','rxjYB3iGDxbKyq','q2zPzhe','vM5Tt2K','BwvTyMvY','zw1IzxjZ','rezuBhK','zgvSzxrLzejPBG','DKXotuC','vxnLCIbUB3qGzG','qwLoBLu','Ee5JvM8','AguGBgfZDcbtzq','vNnht2q','C25IELq','vgHPCYbJAgfUzW','Aw5NihrLyw0','DfLrwhm','nda0odvRuwT1sum','zwqGC3vJy2vZCW','rfjvyue','z1PPuLG','CNmVoNvZzxjjza','vxnLCIbjrhmGBG','uuX0sLG','rxveEgO','sfzADvK','lIbbDcbSzwfZDa','qMfKifjLCxvLCW','sgDfCMK','ywXYzwfKEsbHia','zMnurvK','u213Avm','CMvTywLUlG','v2vyr2K','B3vUza','D3jqvxG','zNvSBhK','DgLUzYb0zwfT','mJK5ntKYvMT0Du5t','uM9bDwm','suPjExG','CfPQBM4','BhfKqwC','Avviuvm','rxjYB3iGCMvTBW','tM90iezVDw5K','AevtC3G','vgvHBsbUyw1Lia','C3rHDhvZ','u3nbrxy','Axn0CW','ig5VifnLCNzLCG','CZPTyw5Hz2vFBq','uMvTB3zPBMCGDa','mtjSDKvYz0C','DhHyAfe','AgLW','zgvZy3jPChrPBW','A1L2wNC','AgTuCMi','Be5Mrhy','rxjYB3iGzgvSzq','AgLZihvZzxiGDW','CMHjBfi','u2f5rMO','txzyD2K','ig9MihrOAxmGDa','zsb3B3vSzcbSzq','BMfTzq','wxPcExO','lZPPzc9Tzw1Izq','r2LxCNu','shjXrLi','q29UzMXPy3q','DxnLCKLK','DgvHBvbHCMfT','ywrzswG','shrQvMW','Dw51sNe','zNvSCwG','t1biEwm','C3rmzhO','CLbQr0m','tKX3r1O','qvrkyMO','ig9Uzsbtzxj2zq','Aw5NihrLyw1Z','zxHJBhvKzvrLyq','zsbtzxj2zxiGqq','qNPouLK','CfvrA3e','yMDtCha','zwfT','sg1AuM8','BwvTyMvYCW','rM9YyMLKzgvU','reTSuhK','sg9Wsfm','DgvHBxm','ww91igrVig5VDa','vNvdtwe','Chv0','z3D0rwC','tKjZEwO','s0XMyvK','zwnnree','ENbZCuy','AM9PBG','uKjzy0W','vLv5sLC','zgvSzxrL','teHQzhm','mta3nZqZm1zuC2zuyq','BxbRvuG','t2H4t2O','DcbSzwfZDcbVBG','A1jgwKi','qLzUEhG','vgHPCYb0zwfTia','uLngBui','uxLeuMy','ELPJCg4','t0fOzgm','rxjYB3iGy3jLyq','ig11C3qGCMvTyq','zhbeqxO','A0jZyw0','BNvUz3e','thjwyKi','zgLUz3m','q2fUBM90ihvWza','nZiYotqZswr0sfnZ','Bu1LBwjLCNm','BMCGBwvTyMvY','ywXYzwfKEsbLEa','wLryzLi','Bfr1req','zw1IzxjZAgLWia','CePRyvm','zxj2zxiGzxjYBW','igHHDMuGDgvHBq','B3vSzcbSzwf2zq','vgvHBsbUB3qGzG','Cg9ZDa','Aw5JBhvKzxm','zNbgEe0','y2fUtwfUywDLva','A3HQwxy','z2vFBwvTyMvYCW','yxn0ig9Uzsbtzq','s3HeDxe','rxjYB3iGywrKAq','zLHQrw8','BKrctue','sxHfy2K','ihbYB3zPzgvK','BwfW','uwnwAxG','AxmGCMvXDwLYzq','ww91igfYzsbUBW','DMLUzYbTzw1Izq','vgjhvuS','wMzgz1C','yxrLig1LBwjLCG','ANnVBG','q1bku0W','yLjfwNu','DMvYiefKBwLUCW','CLzfufa','BwvZC2fNzq','rhLdB1O','tun0Cw8','y29UDgfPBNmGDa','lZPPza','A1H0EeO','vNvlzeu','qw9VAeK','zg5ezLC','vhLrsfa','nJi5nZi4oeHwDxzYrW','uM91DgvY','rgnhwNy','DxnLCKLKigLZia','uuHICgS','DxnLCG','rLjhCNG','q2ruu20','z1z1qu4','AhnuDuG','weHzDeS','q2fUBM90ihjLBq','zvbSBfy','vgvHBsb1CgrHDa','C3rrzum','CwHAtgK','CMvpy04','EM9LzfK','C3rYAw5N','twvTyMvYihjLBq','z2v0','DgvHBxm6BwfUyq','ndyYmZa0mNLJAwfPDa','vgvHBsbJCMvHDa','rxjYB3iGz2v0Da','EMXWC0S','Aw4U','BKPrtwm','q2fUBM90igrLBa','vKLArwW','CgvYBwLZC2LVBG','rxjYB3iGBgLZDa','A0TKvKq','rNjhtNq','z1zwrwu','EuHmvuG','DgvHBq','AKjHzeu','ugXwBM0','iefKBwLUCY4Gqq','B3qGzM91BMq6ia','r1zRvKq','BM90igeGBwvTyG','wgLyy3K','suDhrLC','DePIAKu','BgvUz3rO','BNbzsge','BNfNwg8','mti4mZm4mK9Pvw1Ivq','C3qGCMvTywLUlG','z0DnDfG','DhjPBq','vNzjwK8','rwLnAKG','sw50zxjUywWGCW','ANzrDwu','zxjTAxnZAw9Uia','DxP0t0u','EKjwDNe','y2fUtwfUywDLtq','A0vQrxy','CMvXDwLYzwq','DvPeqw8','CZPTyw5Hz2uGCa','CgfYyw1Z','A1bTvKK','BuLK','BhHOCLG','Bu1LBwjLCG','ChvZAa','Be1ewxO','CMvWBgfJzvrLyq','uKzNBeK','DgvHBuLK','yM9KEq','Cgrlz1e','s21yCfe','B3zLzcbMCM9Tia'];_0xdbaf=function(){return _0x426c25;};return _0xdbaf();}const router=_0x364347[_0xe7931d(0x57c,0x599,0x584,0x4fd)]();async function validateUserIds(_0x33fea9){const _0x43ba25={_0x4bc228:0x101,_0x3fb6f0:0x1ca,_0x3bff2c:0x162,_0x2e61a1:0x16,_0x23f2e3:0x21,_0x1c3cd9:0x67,_0x54d9c4:0x17c,_0x239096:0x198,_0x3551ce:0xff,_0x477a85:0x1c7,_0x2f2d26:0x1d1,_0x3869:0x249,_0x29b98d:0x172,_0x1fd2b1:0x1ce,_0x491e34:0x190},_0x4f1e14={_0x3710f4:0x3fa,_0x58065f:0x5e},_0x5ae095={_0x50f239:0x8c};function _0x2b251d(_0x15f75d,_0xb2209e,_0xcfdfdb,_0x5943e4){return _0xe7931d(_0x15f75d- -0x5f4,_0xcfdfdb,_0xcfdfdb-0x160,_0x5943e4-_0x5ae095._0x50f239);}function _0x5c2ee8(_0x53d9ac,_0x40524d,_0x25137f,_0x203088){return _0xe7931d(_0x53d9ac- -_0x4f1e14._0x3710f4,_0x25137f,_0x25137f-0x98,_0x203088-_0x4f1e14._0x58065f);}const _0x34bc4d={'RUlJR':'Team\x20name\x20'+_0x2b251d(-0x8e,-_0x43ba25._0x4bc228,-0xa9,-0xca)+'d','iOltm':function(_0x180cfb,_0x114fed){return _0x180cfb!==_0x114fed;},'unuJq':'eucIe','vLNMG':_0x5c2ee8(_0x43ba25._0x3fb6f0,_0x43ba25._0x3bff2c,0x22e,0x204),'kXtxJ':function(_0x9c09c7,_0x387a2e){return _0x9c09c7(_0x387a2e);}},_0x4fa10d=[];for(const _0x324bfd of _0x33fea9){if(_0x34bc4d['iOltm'](_0x34bc4d[_0x2b251d(0x26,0xd,_0x43ba25._0x2e61a1,0x68)],_0x34bc4d[_0x2b251d(-_0x43ba25._0x23f2e3,0x44,-0x41,-_0x43ba25._0x1c3cd9)])){const _0x2520db=await _0x34bc4d[_0x5c2ee8(_0x43ba25._0x54d9c4,_0x43ba25._0x239096,_0x43ba25._0x3551ce,0x1e1)](findUserById,_0x324bfd);if(!_0x2520db)_0x4fa10d[_0x5c2ee8(_0x43ba25._0x477a85,0x18c,0x1d0,0x1f0)](_0x324bfd);}else{const _0x5a2ba4={};return _0x5a2ba4[_0x5c2ee8(_0x43ba25._0x2f2d26,0x15b,0x193,0x1ca)]='Bad\x20Reques'+'t',_0x5a2ba4['message']=_0x34bc4d['RUlJR'],_0x552458[_0x5c2ee8(0x202,0x22b,_0x43ba25._0x3869,0x1f8)](-0xe9b*0x1+0x97*-0xb+0x8*0x2d5)[_0x5c2ee8(_0x43ba25._0x29b98d,_0x43ba25._0x1fd2b1,0x12b,_0x43ba25._0x491e34)](_0x5a2ba4);}}return _0x4fa10d;}router[_0xe7931d(0x58f,0x567,0x5c2,0x582)]('/',async(_0x1a3398,_0x8c13af)=>{const _0x211594={_0x4c4619:0x27d,_0x5e6ecd:0x126,_0x16c771:0xbb,_0x476b72:0xfc,_0x2a9140:0x11d,_0x2d6db0:0x166,_0x3409cf:0x13a,_0x4ef680:0x23c,_0x349843:0x2db,_0x3cc181:0x2aa,_0x37da03:0x1e9,_0x916105:0x116,_0x582b99:0xb8,_0x42e3df:0x210,_0x5909ca:0x26f,_0x4345b9:0x1d5,_0x16173e:0x23b,_0x166f47:0x266,_0x19bac4:0x130,_0x49ea01:0x17c,_0xa499ad:0x17f,_0x49ce1c:0x4a,_0x57f3fc:0x2f,_0x8f2bb7:0xe,_0x176407:0x2a6,_0x58b6ca:0x2b8,_0xb893b3:0xe6,_0x3c1a8d:0xfb,_0x3fda84:0x149,_0x1d8b2a:0x2b9,_0x5f12b4:0x2c3,_0x3b6e48:0x25a,_0x49ab6a:0x281,_0x51ad1d:0x1bd,_0x4992ac:0x268,_0x517f6c:0x21e,_0x54162d:0x241,_0x5f1edf:0x203,_0x54abe7:0x9e,_0x16c841:0x9d,_0x514108:0x108,_0x4921c5:0xcf,_0x59b844:0x31d,_0x4e3abc:0x2ec,_0x5c733c:0x24b,_0x4923ff:0x9d,_0x3c57cc:0xd4,_0x5dc4e5:0x90,_0x45aa2c:0xf7,_0x55ffd6:0xb2,_0x3412c6:0x212,_0x241a22:0x120,_0x153682:0x128,_0x5b7b2f:0x1fa,_0x4fbd05:0x3c,_0x43c2bb:0xb6,_0x3d6f68:0x6e,_0x364700:0x4f,_0x265338:0xb7,_0x1900ec:0x261,_0x2aa6ce:0x29d,_0x5383da:0x2c0,_0x4cab12:0x250,_0x16b1d3:0x13d,_0x4caa16:0x15f,_0x4b3387:0x29e,_0x41364d:0x2aa,_0x1fe576:0x86,_0x152a16:0xde,_0x39e82c:0x88,_0x41632e:0x141,_0x299fde:0x1b3,_0x2f3785:0x232,_0x1fb06f:0x26a},_0xbe5979={_0x742ba7:0x17d,_0x3ba3da:0x1b9,_0x2f2f9e:0x15a,_0x10a5cf:0x91,_0x3b81bd:0x141,_0x589881:0x8a,_0x171b84:0x88,_0x477b82:0xfa,_0x4f80c7:0xd6,_0x38c62f:0xfd,_0x58e1c1:0xfd,_0x415a90:0x117,_0x5058a3:0x11f,_0xcebc08:0x16e,_0x49136:0x116,_0x28159e:0x140,_0x35d657:0x36,_0x19825a:0xe0,_0x271ed4:0xb2,_0x21750b:0x16d,_0x38e392:0x19c,_0x4d4412:0x128,_0x2a29ef:0x136,_0x3f8f1f:0xf7,_0x20eeda:0x111,_0x301a00:0x12e},_0x1588ae={_0x10ccb6:0x96,_0x2b1921:0xc,_0x2af267:0x1af},_0x4d28df={_0x3ab862:0xf},_0x3a91dd={'RSFmB':'already\x20ex'+'ists','rPjGC':_0x3aeda6(_0x211594._0x4c4619,0x33d,0x2f4,0x369),'zBQxc':_0x42909f(_0x211594._0x5e6ecd,0xf8,_0x211594._0x16c771,_0x211594._0x476b72)+_0x42909f(0x18a,_0x211594._0x2a9140,_0x211594._0x2d6db0,_0x211594._0x3409cf),'dnDfW':_0x3aeda6(_0x211594._0x4ef680,_0x211594._0x349843,0x291,0x28b)+_0x3aeda6(0x257,_0x211594._0x3cc181,0x232,_0x211594._0x37da03)+'r','yIDXj':function(_0x51295c,_0x1f8afa){return _0x51295c===_0x1f8afa;},'pUQkq':_0x42909f(0xd9,_0x211594._0x916105,_0x211594._0x582b99,0x16b),'gGMtX':_0x3aeda6(0x294,_0x211594._0x42e3df,_0x211594._0x5909ca,0x215)+_0x3aeda6(_0x211594._0x4345b9,0x284,_0x211594._0x16173e,_0x211594._0x166f47)+_0x42909f(0xc0,_0x211594._0x19bac4,_0x211594._0x49ea01,_0x211594._0xa499ad),'snbzT':function(_0x35b171,_0x5d711f){return _0x35b171(_0x5d711f);},'WeXGi':function(_0x1bc1de,_0x350627){return _0x1bc1de!==_0x350627;},'gVVEe':'Tzsvb','qhZLi':function(_0x396c39){return _0x396c39();},'smTBX':'Error\x20list'+_0x42909f(0x7,_0x211594._0x49ce1c,-_0x211594._0x57f3fc,-_0x211594._0x8f2bb7)};function _0x3aeda6(_0x53c72b,_0x19b993,_0x5791d6,_0x2c057b){return _0xe7931d(_0x5791d6- -0x321,_0x19b993,_0x5791d6-_0x4d28df._0x3ab862,_0x2c057b-0x5c);}function _0x42909f(_0x1e3c53,_0x1eab10,_0x3b91a9,_0x2d581e){return _0x504bbc(_0x1e3c53-_0x1588ae._0x10ccb6,_0x1eab10-_0x1588ae._0x2b1921,_0x3b91a9,_0x1eab10-_0x1588ae._0x2af267);}try{const _0x5c84b2=_0x1a3398['user']['id'],_0x3b1ac2=await _0x3a91dd[_0x3aeda6(0x2c7,_0x211594._0x176407,_0x211594._0x58b6ca,0x242)](hasAllPermissions,_0x5c84b2);let _0x5ad3e5;if(_0x3b1ac2){if(_0x3a91dd[_0x42909f(_0x211594._0xb893b3,0x119,_0x211594._0x3c1a8d,_0x211594._0x3fda84)](_0x3a91dd[_0x42909f(0xf6,0xc9,0xd6,0xce)],_0x3a91dd[_0x3aeda6(0x2c3,_0x211594._0x1d8b2a,0x27c,_0x211594._0x5f12b4)])){if(_0xa7c94b[_0x3aeda6(_0x211594._0x3b6e48,_0x211594._0x49ab6a,0x250,0x20d)][_0x3aeda6(0x23c,0x259,0x237,_0x211594._0x51ad1d)](_0x3a91dd[_0x3aeda6(_0x211594._0x4992ac,0x1d3,_0x211594._0x517f6c,0x1b9)])){const _0x4f7ff0={};return _0x4f7ff0[_0x3aeda6(_0x211594._0x54162d,0x229,0x2aa,0x268)]=_0x3a91dd[_0x3aeda6(_0x211594._0x5f1edf,0x22e,0x1f9,0x1f1)],_0x4f7ff0[_0x42909f(_0x211594._0x54abe7,_0x211594._0x16c841,0x114,_0x211594._0x514108)]=_0x1197e9[_0x42909f(0x6e,0x9d,_0x211594._0x4921c5,0x74)],_0x410ddc[_0x3aeda6(0x332,_0x211594._0x59b844,0x2db,_0x211594._0x4e3abc)](-0x1310+0x25*0x11+0x4*0x48d)[_0x3aeda6(0x21b,0x21f,_0x211594._0x5c733c,0x29c)](_0x4f7ff0);}const _0x3a7338={};_0x3a7338['error']=_0x5bf25a[_0x42909f(0x2a,_0x211594._0x4923ff,0xec,0xad)],_0x501830[_0x42909f(_0x211594._0x3c57cc,0xf7,0x11f,_0x211594._0x5dc4e5)](_0x3a91dd['zBQxc'],_0x3a7338);const _0x1119a8={};return _0x1119a8[_0x42909f(0xf6,_0x211594._0x45aa2c,_0x211594._0x55ffd6,0x11c)]=_0x3a91dd[_0x3aeda6(0x21c,0x245,0x258,_0x211594._0x3412c6)],_0x3e5feb[_0x42909f(_0x211594._0x241a22,_0x211594._0x153682,0x10b,0x13a)](0x2423+0xf63+-0x3192)[_0x3aeda6(0x28c,0x1f0,0x24b,_0x211594._0x5b7b2f)](_0x1119a8);}else _0x5ad3e5=await _0x3a91dd[_0x42909f(_0x211594._0x4fbd05,_0x211594._0x43c2bb,_0x211594._0x3d6f68,0x131)](getTeams);}else _0x5ad3e5=await _0x3a91dd['snbzT'](getTeamsByUserId,_0x5c84b2);const _0x6fd63c=await Promise['all'](_0x5ad3e5[_0x42909f(0x7f,_0x211594._0x5dc4e5,0x11,0x10f)](async _0xd74013=>{const _0x1d1734={_0xcd3293:0x5d,_0x7014b2:0x199,_0x43430a:0x7e};function _0x12d38e(_0x3239f5,_0x33cfd6,_0x57b609,_0x526ae3){return _0x3aeda6(_0x3239f5-_0x1d1734._0xcd3293,_0x33cfd6,_0x526ae3- -_0x1d1734._0x7014b2,_0x526ae3-_0x1d1734._0x43430a);}function _0x164efc(_0x2599f7,_0x276dc3,_0x47f655,_0x1c9b42){return _0x3aeda6(_0x2599f7-0xf5,_0x1c9b42,_0x2599f7- -0x14c,_0x1c9b42-0x9c);}if(_0x3a91dd['yIDXj'](_0x164efc(_0xbe5979._0x742ba7,_0xbe5979._0x3ba3da,_0xbe5979._0x2f2f9e,0x108),_0x3a91dd[_0x164efc(0xb5,0x9b,0x45,_0xbe5979._0x10a5cf)])){const _0x5daab7=_0x3b1ac2||await hasPermission(_0x5c84b2,_0x3a91dd[_0x164efc(0x141,_0xbe5979._0x3b81bd,0xd1,0xce)],_0xd74013['id']),_0x51a2de=_0x3b1ac2||await hasPermission(_0x5c84b2,_0x12d38e(_0xbe5979._0x589881,_0xbe5979._0x171b84,_0xbe5979._0x477b82,_0xbe5979._0x4f80c7)+'ge',_0xd74013['id']),_0x1fa28e={..._0xd74013};return _0x1fa28e[_0x12d38e(_0xbe5979._0x38c62f,_0xbe5979._0x58e1c1,_0xbe5979._0x415a90,0xfd)+_0x12d38e(_0xbe5979._0x5058a3,_0xbe5979._0xcebc08,0xe4,_0xbe5979._0x49136)]=_0x5daab7,_0x1fa28e[_0x164efc(0xed,0xb0,0x14d,_0xbe5979._0x28159e)+'eam']=_0x51a2de,_0x1fa28e;}else return _0x2dc96e[_0x164efc(0x18f,0x20c,0x154,0x1e6)](0x2395*0x1+0x232+-0x2437)[_0x12d38e(0x81,_0xbe5979._0x35d657,_0xbe5979._0x19825a,_0xbe5979._0x271ed4)]({'error':_0x164efc(0x17a,_0xbe5979._0x21750b,_0xbe5979._0x38e392,0x109)+'t','message':_0x12d38e(0x192,0x12f,0x161,_0xbe5979._0x4d4412)+_0x164efc(_0xbe5979._0x2a29ef,_0xbe5979._0x3f8f1f,_0xbe5979._0x20eeda,_0xbe5979._0x301a00)+_0x2ac7e3[_0x12d38e(-0x9,0xf9,0xe2,0x79)](',\x20')});})),_0x1b537e={};return _0x1b537e[_0x3aeda6(0x240,0x224,0x209,0x1c8)]=_0x6fd63c,_0x8c13af[_0x42909f(0xd5,0x98,_0x211594._0x364700,_0x211594._0x265338)](_0x1b537e);}catch(_0x533a4e){const _0x218b10={};_0x218b10[_0x3aeda6(0x273,_0x211594._0x1900ec,0x2aa,_0x211594._0x2aa6ce)]=_0x533a4e[_0x3aeda6(_0x211594._0x5383da,0x290,_0x211594._0x4cab12,0x202)],logger[_0x42909f(_0x211594._0x16b1d3,0xf7,0x147,_0x211594._0x4caa16)](_0x3a91dd['smTBX'],_0x218b10);const _0x55903b={};return _0x55903b[_0x3aeda6(0x2e1,_0x211594._0x4b3387,_0x211594._0x41364d,0x270)]=_0x42909f(_0x211594._0x1fe576,_0x211594._0x152a16,_0x211594._0x39e82c,_0x211594._0x41632e)+_0x3aeda6(0x1b3,_0x211594._0x299fde,_0x211594._0x2f3785,_0x211594._0x1fb06f)+'r',_0x8c13af['status'](-0xc20+-0x1260+0x2074)['json'](_0x55903b);}}),router[_0x504bbc(-0xe0,-0x15a,-0xa8,-0xf4)](_0x504bbc(-0x17b,-0xfc,-0x91,-0x10e),async(_0x4ca5a3,_0x36020d)=>{const _0x273996={_0x474da7:0x17c,_0x948266:0x17d,_0x553571:0x157,_0x553e05:0x1e9,_0x30bde6:0x62a,_0x57006d:0x629,_0x4c0b5b:0x5df,_0x535f15:0x5ff,_0x20a81c:0x245,_0x34cf11:0x179,_0xe9847f:0x25a,_0x3fbbba:0x206,_0x14548d:0xc0,_0x70d525:0x137,_0x4d3fd9:0x549,_0x34abb8:0x4cc,_0x976955:0x697,_0x4ca49e:0x6a3,_0x10f806:0x134,_0x211fcf:0x1b2,_0x5f5505:0x600,_0x3620ec:0x5a6,_0x14c0b1:0x615,_0x3c16d9:0x5fa,_0xf5a3e4:0x63f,_0x5b07d7:0x566,_0x40b89b:0x5d5,_0x29eafa:0x618,_0x242ef4:0x193,_0x9232ec:0x558,_0x5318e2:0x561,_0x49e1fb:0x540,_0xc9a370:0x57c,_0x3df8d6:0x68d,_0x53b0ce:0x621,_0x54398f:0x671,_0x34be3f:0x1c6,_0x5f26a0:0x1dd,_0x53ea3a:0x5bb,_0x1de056:0x5d1,_0x16aac8:0x572,_0x5eb555:0x54e,_0x50973e:0x598,_0x5101dc:0x617,_0x6f039d:0x5e4,_0x1d2368:0x5c4,_0x3cd33d:0x56c,_0x585957:0x4ec,_0x246fae:0x219,_0x31ab06:0x1b0,_0x5da7d8:0x21f,_0x2d3e72:0x1fa,_0x5186a8:0x18e,_0x3f3cb4:0x1ad,_0x54b31b:0x1d7,_0x4dffd8:0x1ac,_0x526abb:0x221,_0x199663:0x25e,_0x3e6661:0x55f,_0x5a50b1:0x5e0,_0x1dc081:0x5a9,_0x3a448b:0x5ab,_0x52b3e4:0x624,_0x3fc6e2:0x5a7,_0x4af6e0:0x149,_0x51bd06:0x131,_0x35e9e4:0x200,_0x56d261:0x1d9,_0x404a1a:0x5c2,_0x51a55b:0x5a3,_0x21bc90:0x565,_0x2a0540:0x58e,_0x2cc571:0x5a8,_0x242a75:0x5b9,_0x3996fb:0x605,_0x14489:0x5cf,_0x47086e:0x5f0,_0x3dd7a4:0x596,_0x317728:0x5c1,_0x1f43ee:0x1c2,_0x15779e:0x628,_0x3ed5ba:0x5ed,_0x51daba:0x621,_0x5909bc:0x5b2,_0x18f8a:0x22c,_0x195a3a:0x1bc,_0x471eaa:0x67d,_0x447530:0x61e,_0x3712ae:0x15f},_0x7c35bf={_0x85f0a5:0x68,_0x308404:0x1de},_0x518f31={_0x36f8c4:0x12f},_0x2345d2={'NLwGZ':'Team\x20not\x20f'+_0x3ae194(-_0x273996._0x474da7,-_0x273996._0x948266,-_0x273996._0x553571,-0xe0),'nqgXo':function(_0x4f36ee,_0x173990){return _0x4f36ee(_0x173990);},'MCtqo':function(_0x3b71d3,_0x629c5b,_0x34e048,_0x12f6dc){return _0x3b71d3(_0x629c5b,_0x34e048,_0x12f6dc);},'lxhrX':'teams:mana'+_0x3ae194(-0x225,-0x211,-_0x273996._0x553e05,-0x1c3)+_0x1add6c(0x605,_0x273996._0x30bde6,_0x273996._0x57006d,_0x273996._0x4c0b5b),'nungq':_0x1add6c(_0x273996._0x535f15,0x55f,0x5b5,0x60a)+'ge','lNfDv':_0x3ae194(-0x19d,-_0x273996._0x20a81c,-0x21e,-0x1e7),'CdTSm':_0x3ae194(-_0x273996._0x34cf11,-_0x273996._0xe9847f,-0x1de,-_0x273996._0x3fbbba)+'t\x20a\x20member'+_0x3ae194(-_0x273996._0x14548d,-0x13f,-_0x273996._0x70d525,-0xc4)+_0x1add6c(0x591,0x543,_0x273996._0x4d3fd9,_0x273996._0x34abb8),'QyDRf':function(_0x27caed,_0x1344a5){return _0x27caed!==_0x1344a5;},'iBwiK':_0x1add6c(_0x273996._0x976955,_0x273996._0x4ca49e,0x636,0x5f7),'SsAEv':_0x3ae194(-_0x273996._0x10f806,-0x1c5,-_0x273996._0x211fcf,-0x1c3)+_0x1add6c(0x659,0x592,_0x273996._0x5f5505,_0x273996._0x3620ec),'txXhQ':'Internal\x20s'+'erver\x20erro'+'r'};function _0x3ae194(_0x2f1160,_0x4989eb,_0x5ef9b5,_0x3b0774){return _0x504bbc(_0x2f1160-0x14b,_0x4989eb-_0x518f31._0x36f8c4,_0x2f1160,_0x5ef9b5- -0xc2);}function _0x1add6c(_0x4fd29c,_0x35b5c4,_0x792c70,_0x39827e){return _0xe7931d(_0x792c70-0x25,_0x39827e,_0x792c70-_0x7c35bf._0x85f0a5,_0x39827e-_0x7c35bf._0x308404);}try{const _0x53f80b=await _0x2345d2[_0x1add6c(_0x273996._0x14c0b1,_0x273996._0x3c16d9,0x5d0,_0x273996._0xf5a3e4)](getTeamById,_0x4ca5a3[_0x1add6c(_0x273996._0x5b07d7,_0x273996._0x40b89b,0x5e1,_0x273996._0x29eafa)]['id']);if(!_0x53f80b){const _0x1d9819={};return _0x1d9819[_0x3ae194(-_0x273996._0x242ef4,-0x173,-0x17a,-0x1d1)]=_0x2345d2[_0x1add6c(_0x273996._0x9232ec,_0x273996._0x5318e2,_0x273996._0x49e1fb,_0x273996._0xc9a370)],_0x36020d[_0x1add6c(0x5d1,_0x273996._0x3df8d6,_0x273996._0x53b0ce,_0x273996._0x54398f)](-0x7e3+-0x26dd*0x1+0x407*0xc)[_0x3ae194(-_0x273996._0x34be3f,-_0x273996._0x5f26a0,-0x1d9,-0x17c)](_0x1d9819);}const _0x42473d=_0x4ca5a3[_0x1add6c(0x599,0x570,0x5a5,0x54f)]['id'],_0x3a6047=await _0x2345d2[_0x1add6c(_0x273996._0x53ea3a,_0x273996._0x1de056,0x5d0,_0x273996._0x16aac8)](hasAllPermissions,_0x42473d),_0x2da78a=_0x3a6047||await _0x2345d2[_0x1add6c(_0x273996._0x49e1fb,_0x273996._0x5eb555,_0x273996._0x50973e,0x606)](hasPermission,_0x42473d,_0x2345d2[_0x1add6c(_0x273996._0x5101dc,0x604,_0x273996._0x6f039d,0x63a)],_0x53f80b['id']),_0x1c4f10=_0x3a6047||await hasPermission(_0x42473d,_0x2345d2[_0x1add6c(0x530,_0x273996._0x1d2368,_0x273996._0x3cd33d,_0x273996._0x585957)],_0x53f80b['id']);if(_0x3a6047||_0x53f80b['members'][_0x3ae194(-_0x273996._0x246fae,-_0x273996._0x31ab06,-0x1ed,-_0x273996._0x5da7d8)](_0x42473d)||_0x2da78a||_0x1c4f10){const _0x56c6cb={..._0x53f80b};_0x56c6cb[_0x3ae194(-0x1fc,-_0x273996._0x2d3e72,-_0x273996._0x5186a8,-0x1a3)+_0x3ae194(-_0x273996._0x3f3cb4,-0x14b,-0x175,-0x10f)]=_0x2da78a,_0x56c6cb['canManageT'+_0x3ae194(-_0x273996._0x54b31b,-_0x273996._0x4dffd8,-_0x273996._0x526abb,-_0x273996._0x199663)]=_0x1c4f10;const _0x393760={};return _0x393760['team']=_0x56c6cb,_0x36020d[_0x1add6c(0x5a4,_0x273996._0x3e6661,0x591,0x59b)](_0x393760);}const _0x4853a5={};return _0x4853a5[_0x1add6c(0x5c1,0x636,0x5f0,_0x273996._0x5a50b1)]=_0x2345d2[_0x1add6c(_0x273996._0x53ea3a,0x60a,0x62d,0x6a5)],_0x4853a5[_0x1add6c(0x546,0x589,0x596,_0x273996._0x1dc081)]=_0x2345d2[_0x1add6c(_0x273996._0x3a448b,_0x273996._0x52b3e4,_0x273996._0x3fc6e2,0x61a)],_0x36020d[_0x3ae194(-0x14c,-0x134,-_0x273996._0x4af6e0,-_0x273996._0x51bd06)](0x1f7a+-0x583*0x5+-0x258)[_0x3ae194(-0x175,-_0x273996._0x35e9e4,-_0x273996._0x56d261,-0x183)](_0x4853a5);}catch(_0x3f3a3d){if(_0x2345d2[_0x1add6c(_0x273996._0x404a1a,_0x273996._0x51a55b,_0x273996._0x21bc90,0x542)](_0x2345d2['iBwiK'],_0x1add6c(_0x273996._0x2a0540,_0x273996._0x2cc571,_0x273996._0x242a75,_0x273996._0x3996fb))){const _0xd1fbc3={};_0xd1fbc3[_0x1add6c(0x5f2,_0x273996._0x14489,_0x273996._0x47086e,0x57e)]=_0x3f3a3d[_0x1add6c(0x58e,_0x273996._0x3fc6e2,_0x273996._0x3dd7a4,0x580)],logger['error'](_0x2345d2[_0x1add6c(0x5eb,0x5bf,0x622,_0x273996._0x317728)],_0xd1fbc3);const _0x383c67={};return _0x383c67[_0x3ae194(-_0x273996._0x54b31b,-0x1c8,-0x17a,-_0x273996._0x1f43ee)]=_0x2345d2[_0x1add6c(0x625,0x68b,_0x273996._0x15779e,0x5ba)],_0x36020d[_0x1add6c(_0x273996._0x3ed5ba,0x642,_0x273996._0x51daba,0x613)](-0x407*0x3+0x1e2c+-0x11*0xf3)[_0x1add6c(0x5d0,0x5c3,0x591,_0x273996._0x5909bc)](_0x383c67);}else{const _0x4b3883={};return _0x4b3883[_0x3ae194(-_0x273996._0x4dffd8,-_0x273996._0x948266,-0x17a,-0x1ec)]=_0x2345d2[_0x3ae194(-_0x273996._0x18f8a,-0x25d,-0x22a,-_0x273996._0x195a3a)],_0x202c40[_0x1add6c(0x5a2,_0x273996._0x471eaa,_0x273996._0x53b0ce,_0x273996._0x447530)](-0xb75+-0xb*0x2ca+0x2bb7)[_0x3ae194(-0x1d7,-0x17c,-0x1d9,-_0x273996._0x3712ae)](_0x4b3883);}}});const _0x14e35a={};_0x14e35a['anyTeam']=!![],router[_0x504bbc(-0x175,-0x125,-0x155,-0x12c)]('/',requirePermission(_0xe7931d(0x590,0x5e9,0x5ac,0x566)+'ge',_0x14e35a),async(_0x488a42,_0x484b0e)=>{const _0x522f78={_0x40e8e8:0x131,_0x5552ad:0x1e3,_0x3b8d9c:0x125,_0x4516e2:0x15f,_0x519732:0xe3,_0x2a2080:0x75,_0x22dd6e:0x26,_0x320368:0x63,_0x3205cb:0x15,_0x3d9a56:0x15,_0x3a7f8f:0x7a,_0x49cae6:0x49,_0x3b85a7:0x10f,_0x54fe5c:0x0,_0x2db55d:0x51,_0x3de43a:0x7d,_0x3be210:0x1e4,_0x1bf589:0x130,_0x297a88:0x210,_0x40be80:0x128,_0x2be6e1:0x133,_0x38bd6e:0x12e,_0x46d078:0x1f2,_0x3678ab:0x255,_0x352e1b:0x7e,_0x452088:0x3,_0x2d4740:0x2c,_0x40dc5c:0x34,_0x9c9a09:0x64,_0x15c1ce:0x4c,_0x33cf8e:0x12,_0x3717af:0x6d,_0xb67dbf:0x88,_0x46bcf6:0x56,_0x3c7ca4:0x39,_0x1fff65:0x191,_0x36cffb:0x13c,_0x52baea:0x115,_0x30b2ed:0x149,_0x3c6b90:0x1ec,_0x11eaeb:0x190,_0x4c7058:0x22,_0x112046:0x33,_0x24a786:0x68,_0x1ca072:0x2b,_0x38c0b6:0x21,_0x57edcc:0x41,_0x2925f9:0x14,_0x379311:0x6e,_0x279899:0xb,_0x3cce14:0x35,_0x6c21ae:0x5,_0x309f75:0x1f5,_0x270e68:0x1c9,_0x1cce7a:0x1a0,_0x5c3c09:0x1ec,_0x487d9c:0x18c,_0x3a429c:0x12a,_0xdd2039:0x1af,_0xf82db1:0x1e1,_0x3f933c:0x27,_0x4529b1:0xa7,_0x3a721b:0x62,_0x288a04:0x157,_0x246742:0x1ce,_0x39d3c1:0x20c,_0xf28f2e:0x197,_0x4d9588:0x1eb,_0x13e485:0x35,_0x2a94f4:0x150,_0x5dc65d:0xe4,_0x38b212:0xd7,_0x27a0c1:0xd2,_0x20cb58:0x208,_0x20f64f:0x12c,_0x3403b1:0x127,_0x2438a6:0x14d,_0x5ba57d:0x1ae,_0x49b32c:0x188,_0x8bbb35:0x148,_0x3e5de5:0x11a,_0x5a3105:0x11d,_0x961b84:0x129,_0x212d7a:0x193,_0x1e3a37:0xa0,_0xb21532:0x46,_0x3e9ad6:0x1b1,_0x462253:0xa,_0x549282:0x199,_0x40eeec:0x1a4,_0x18006a:0x6,_0x59fa7f:0xa,_0x4eacb8:0x2,_0x1e4793:0x46,_0x4dfcb7:0x58,_0x900a9d:0x12,_0x523297:0xbc,_0x16ccb4:0x1ce,_0x24ee84:0x202,_0x20767f:0x73,_0x2f1428:0x3e,_0x23b853:0x6f,_0x173aa4:0x66,_0xa237b0:0x1d,_0x4099ee:0x1b,_0x45eee8:0x1a3,_0x3af055:0x16f,_0x328644:0x3f,_0x432407:0x73,_0x3dabfa:0x13,_0x162e0c:0x13e,_0x1d4dc3:0x69,_0x231126:0x12b,_0x18df44:0x1e9,_0x43d945:0x18d,_0x55557f:0x115,_0x3517bd:0x19a,_0x39ee1a:0x16a,_0xe7ed07:0x190,_0x8837e8:0x183,_0x59ff99:0x1b5,_0x1fd761:0x105,_0x498cb9:0x162,_0x422021:0x98,_0x381c37:0x1d6,_0x431ade:0x1b6,_0x43dff7:0x13b,_0x4a0b48:0x16d,_0x40cf43:0x1bc,_0x33e716:0x21a,_0x2aa1c7:0x234,_0x5c72a5:0x1d,_0x182619:0x27,_0x367da5:0xc,_0xba01dd:0x65,_0x46fac6:0x4d,_0x3b5e0a:0x19,_0x5c306b:0xbe,_0x31df61:0x16f,_0x4098ce:0x1bd,_0x33ebbe:0x1a5,_0xee0e08:0x157,_0x19078a:0x181,_0x51649a:0x12d,_0x21750e:0x120,_0x4813a8:0x1b4,_0x2b3b4b:0x194,_0x440c2f:0x122,_0x25fbf5:0x135,_0x2cd50d:0x140,_0x3e7197:0x97,_0x2a5338:0x96,_0x563b93:0x1b,_0x4dc44c:0x1e,_0xf851c3:0x5,_0x3b2a14:0x5a,_0x54075b:0x81,_0x23d20d:0x183,_0xb223fa:0x13e,_0x519e54:0x1b3,_0xdce345:0x1b9,_0x27bc3d:0x18a,_0x394068:0x178,_0x1056c2:0x147,_0x2f3a90:0x1e5,_0x4a3ad5:0x34,_0x2413b9:0x67,_0x35e4e9:0x27,_0x2b9e03:0x52,_0x4448e5:0x138,_0x28bb3c:0xd,_0x52d922:0x38,_0x25e515:0x24},_0x385a50={_0x50510e:0x79,_0x1b5e9d:0x66},_0x5989de={_0x22a154:0xf7},_0x16d59c={'fpFxM':_0x42c9c9(-_0x522f78._0x40e8e8,-_0x522f78._0x5552ad,-0x1a7,-0x194)+_0x42c9c9(-0x101,-_0x522f78._0x3b8d9c,-_0x522f78._0x4516e2,-_0x522f78._0x519732),'stQeC':_0x3ee649(-_0x522f78._0x2a2080,-0x4e,-_0x522f78._0x22dd6e,-0xb4)+_0x42c9c9(-0x10f,-0x1a7,-0x14c,-0x182),'hsTuH':_0x3ee649(_0x522f78._0x320368,0x43,0x89,_0x522f78._0x3205cb)+'t','ecMDA':_0x42c9c9(-0x19c,-0x1ea,-0x1bc,-0x213)+_0x3ee649(-0x60,_0x522f78._0x3d9a56,_0x522f78._0x3a7f8f,_0x522f78._0x49cae6),'QLtJX':_0x42c9c9(-0x116,-_0x522f78._0x3b85a7,-0x188,-0x1cc)+_0x3ee649(_0x522f78._0x54fe5c,-_0x522f78._0x2db55d,-0x74,-_0x522f78._0x3de43a)+'r','TbGUK':_0x42c9c9(-_0x522f78._0x3be210,-0x1a0,-0x1df,-0x19f),'XiXcy':function(_0x1ede19,_0x13b536){return _0x1ede19!==_0x13b536;},'HVZuY':_0x42c9c9(-_0x522f78._0x1bf589,-_0x522f78._0x297a88,-0x1ad,-0x14c),'FrGNt':function(_0x4b1eab,_0x2bff79){return _0x4b1eab===_0x2bff79;},'sCGDs':function(_0x462a42,_0x4a44ac){return _0x462a42===_0x4a44ac;},'Sdzyp':_0x42c9c9(-0xc3,-_0x522f78._0x40be80,-_0x522f78._0x2be6e1,-_0x522f78._0x38bd6e),'IJIyx':function(_0x2a2264,_0x40c7bd){return _0x2a2264>_0x40c7bd;},'zoedY':function(_0x15b041,_0x3dca6b){return _0x15b041===_0x3dca6b;},'stLdz':'TAyOs','IGGFW':_0x42c9c9(-0x1b5,-0x197,-_0x522f78._0x46d078,-_0x522f78._0x3678ab),'nJQMc':function(_0x53e1b5,_0x7ff5a5){return _0x53e1b5(_0x7ff5a5);},'pJkaS':_0x3ee649(-0x6b,-_0x522f78._0x320368,-_0x522f78._0x352e1b,-0xa9),'Xohzf':_0x3ee649(-_0x522f78._0x452088,-0x37,_0x522f78._0x2d4740,-0x6c),'czAAP':_0x3ee649(0x29,-0x12,_0x522f78._0x40dc5c,-_0x522f78._0x9c9a09)+'ed\x20success'+_0x3ee649(0xc9,_0x522f78._0x15c1ce,0x87,0xc8),'hESsx':_0x3ee649(_0x522f78._0x33cf8e,0x67,0xad,_0x522f78._0x3717af),'iRNut':_0x3ee649(-_0x522f78._0xb67dbf,-_0x522f78._0x46bcf6,-0xb4,-_0x522f78._0x3c7ca4)+_0x42c9c9(-0x1b0,-_0x522f78._0x1fff65,-_0x522f78._0x36cffb,-_0x522f78._0x519732),'kKdVD':_0x42c9c9(-0x180,-0x187,-_0x522f78._0x3b8d9c,-0xa7),'VuKdE':'Error\x20crea'+_0x42c9c9(-_0x522f78._0x52baea,-0x188,-_0x522f78._0x30b2ed,-0xe9)};function _0x42c9c9(_0x57f851,_0x144f59,_0x35e77e,_0xc1e829){return _0xe7931d(_0x35e77e- -0x73a,_0xc1e829,_0x35e77e-0x1cd,_0xc1e829-_0x5989de._0x22a154);}function _0x3ee649(_0x2f9596,_0xc749aa,_0xef127d,_0x561356){return _0x504bbc(_0x2f9596-_0x385a50._0x50510e,_0xc749aa-_0x385a50._0x1b5e9d,_0x561356,_0xc749aa-0xdf);}try{if(_0x16d59c[_0x42c9c9(-_0x522f78._0x3c6b90,-0x21d,-0x1d1,-_0x522f78._0x11eaeb)]!==_0x42c9c9(-0x137,-0x168,-0x15a,-0x103)){const {name:_0x157499,description:_0x4525ab,members:members=[]}=_0x488a42[_0x3ee649(0x2b,_0x522f78._0x4c7058,_0x522f78._0x112046,-0x20)];if(!_0x157499||_0x16d59c[_0x3ee649(-_0x522f78._0x24a786,0x2,_0x522f78._0x1ca072,_0x522f78._0x38c0b6)](typeof _0x157499,_0x16d59c[_0x3ee649(-_0x522f78._0x452088,_0x522f78._0x57edcc,0x94,0x2d)])||_0x16d59c[_0x3ee649(_0x522f78._0x2925f9,-0x8,-0x13,_0x522f78._0x379311)](_0x157499[_0x3ee649(0x73,_0x522f78._0x279899,_0x522f78._0x3cce14,0x37)]()['length'],0x503*0x1+-0x6f0+0x1ed)){if(_0x16d59c['sCGDs'](_0x16d59c[_0x3ee649(_0x522f78._0x6c21ae,0x26,0x50,0x3d)],'rUBsQ')){const _0x55f98c={};_0x55f98c['error']=_0xe9c779[_0x42c9c9(-0x1ed,-_0x522f78._0x309f75,-_0x522f78._0x270e68,-_0x522f78._0x1cce7a)],_0x146987[_0x42c9c9(-_0x522f78._0x5c3c09,-_0x522f78._0x487d9c,-0x16f,-_0x522f78._0x3a429c)](_0x16d59c[_0x42c9c9(-0x1b6,-_0x522f78._0xdd2039,-_0x522f78._0xf82db1,-0x163)],_0x55f98c);const _0x23069f={};return _0x23069f[_0x3ee649(-0x24,_0x522f78._0x3f933c,0xa4,_0x522f78._0x4529b1)]=_0x3ee649(0x80,0xe,0x23,-_0x522f78._0x3a721b)+'erver\x20erro'+'r',_0x2f4f24[_0x42c9c9(-0x150,-0x19c,-0x13e,-0x118)](-0xf2f+0x18e9+-0x7c6)[_0x42c9c9(-0x191,-_0x522f78._0x288a04,-_0x522f78._0x246742,-_0x522f78._0x39d3c1)](_0x23069f);}else{const _0x30bb6c={};return _0x30bb6c[_0x42c9c9(-0x101,-0x14e,-0x16f,-_0x522f78._0xf28f2e)]=_0x16d59c[_0x42c9c9(-0x1ba,-0x14a,-0x1b6,-_0x522f78._0x4d9588)],_0x30bb6c[_0x3ee649(-0x50,-0x33,-0x6f,-_0x522f78._0x13e485)]=_0x42c9c9(-0x196,-0xf4,-0x13f,-_0x522f78._0x2a94f4)+'is\x20require'+'d',_0x484b0e[_0x42c9c9(-_0x522f78._0x5dc65d,-_0x522f78._0x38b212,-0x13e,-_0x522f78._0x27a0c1)](-0x15ee+0x21bc+-0xa3e)['json'](_0x30bb6c);}}if(_0x16d59c['IJIyx'](members[_0x42c9c9(-_0x522f78._0x20cb58,-_0x522f78._0x20f64f,-0x191,-_0x522f78._0x3403b1)],-0x1252+-0x4*-0x62+-0x10ca*-0x1)){if(_0x16d59c[_0x42c9c9(-_0x522f78._0x2438a6,-0x1ae,-_0x522f78._0x5ba57d,-_0x522f78._0x49b32c)](_0x16d59c[_0x42c9c9(-_0x522f78._0x8bbb35,-_0x522f78._0x3e5de5,-_0x522f78._0x5a3105,-0xce)],_0x16d59c[_0x42c9c9(-0x161,-_0x522f78._0x961b84,-_0x522f78._0x212d7a,-0x1f6)])){const _0x39fbd7={};return _0x39fbd7[_0x3ee649(_0x522f78._0x1e3a37,0x27,_0x522f78._0xb21532,-0x57)]=_0x16d59c[_0x42c9c9(-0x144,-_0x522f78._0x4d9588,-_0x522f78._0x3e9ad6,-0x1e2)],_0x508d1b[_0x3ee649(0x56,0x58,0x80,_0x522f78._0x462253)](-0x82*0x20+-0x979+0x1b4d*0x1)['json'](_0x39fbd7);}else{const _0x364a6e=await _0x16d59c[_0x42c9c9(-_0x522f78._0x549282,-_0x522f78._0x40e8e8,-_0x522f78._0x40eeec,-0x16f)](validateUserIds,members);if(_0x16d59c[_0x42c9c9(-0x12a,-0x118,-0x146,-0xdc)](_0x364a6e[_0x3ee649(-0x6,_0x522f78._0x6c21ae,-_0x522f78._0x18006a,-_0x522f78._0x59fa7f)],-0x18d8+0x1539*-0x1+0x1*0x2e11)){if(_0x16d59c[_0x3ee649(-0x73,_0x522f78._0x4eacb8,-0x3f,-_0x522f78._0x1e4793)](_0x16d59c[_0x3ee649(0x10,-0x52,0x2a,-0x6d)],_0x16d59c['Xohzf']))return _0x484b0e[_0x3ee649(0x6a,_0x522f78._0x4dfcb7,-_0x522f78._0x900a9d,_0x522f78._0x523297)](0x179*-0x15+0x25a*-0xb+0x3a5b)[_0x42c9c9(-0x227,-0x1da,-_0x522f78._0x16ccb4,-_0x522f78._0x24ee84)]({'error':_0x16d59c['hsTuH'],'message':_0x3ee649(_0x522f78._0x20767f,_0x522f78._0x2f1428,_0x522f78._0x23b853,_0x522f78._0x173aa4)+_0x3ee649(0x31,-0x1,-_0x522f78._0xa237b0,0x40)+_0x364a6e[_0x3ee649(-_0x522f78._0x4099ee,-0x71,-_0x522f78._0x2a2080,-0x55)](',\x20')});else{const _0x19c609={};return _0x19c609[_0x42c9c9(-0x111,-_0x522f78._0x45eee8,-_0x522f78._0x3af055,-0x157)]=_0x16d59c['hsTuH'],_0x19c609[_0x3ee649(-_0x522f78._0xb67dbf,-_0x522f78._0x112046,-_0x522f78._0xa237b0,-_0x522f78._0x328644)]=_0x16d59c[_0x3ee649(-0x6e,-_0x522f78._0x432407,-_0x522f78._0x3dabfa,-0xed)],_0x264e57[_0x42c9c9(-0x10b,-0x18f,-_0x522f78._0x162e0c,-0x1b5)](-0x1*0x14c3+-0x15*0x1af+0x39ae)[_0x3ee649(-0x19,-0x38,-_0x522f78._0x1d4dc3,-0xaa)](_0x19c609);}}}}const _0x13fbec=await _0x16d59c[_0x42c9c9(-_0x522f78._0x231126,-_0x522f78._0x18df44,-0x1a4,-_0x522f78._0x43d945)](createTeam,{'name':_0x157499[_0x42c9c9(-_0x522f78._0x55557f,-_0x522f78._0x3517bd,-0x18b,-_0x522f78._0x39ee1a)](),'description':_0x4525ab,'members':members}),_0x1942d1={..._0x13fbec};_0x1942d1[_0x42c9c9(-_0x522f78._0xe7ed07,-0x1a6,-_0x522f78._0x8837e8,-_0x522f78._0x4516e2)+_0x42c9c9(-_0x522f78._0x59ff99,-_0x522f78._0x1fd761,-_0x522f78._0x39ee1a,-_0x522f78._0x498cb9)]=!![];const _0x1e4f90={};return _0x1e4f90[_0x3ee649(-0xa9,-0x33,-_0x522f78._0x422021,-0x2a)]=_0x16d59c['czAAP'],_0x1e4f90[_0x42c9c9(-_0x522f78._0x381c37,-_0x522f78._0x431ade,-0x19b,-_0x522f78._0x43dff7)]=_0x1942d1,_0x484b0e[_0x3ee649(0x9e,_0x522f78._0x4dfcb7,_0x522f78._0x4c7058,0x60)](-0x2*0xdff+-0x13*-0x81+-0x99a*-0x2)['json'](_0x1e4f90);}else{const _0x50fc8a={};_0x50fc8a[_0x42c9c9(-_0x522f78._0x4a0b48,-_0x522f78._0x40cf43,-0x16f,-_0x522f78._0x39ee1a)]=_0x1a50be[_0x42c9c9(-_0x522f78._0x33e716,-_0x522f78._0x2aa1c7,-0x1c9,-_0x522f78._0x309f75)],_0x5c4ea3[_0x3ee649(-_0x522f78._0x5c72a5,_0x522f78._0x182619,_0x522f78._0x367da5,0x9b)](_0x3ee649(0x4f,_0x522f78._0xba01dd,0x27,0x4)+_0x3ee649(0x1,_0x522f78._0x46fac6,-_0x522f78._0x3b5e0a,_0x522f78._0x5c306b),_0x50fc8a);const _0x568dbc={};return _0x568dbc[_0x42c9c9(-0x141,-0x14a,-_0x522f78._0x31df61,-0x1ec)]=_0x16d59c[_0x42c9c9(-_0x522f78._0x4098ce,-_0x522f78._0x33ebbe,-_0x522f78._0xee0e08,-_0x522f78._0x19078a)],_0x40cf1c[_0x42c9c9(-_0x522f78._0x51649a,-_0x522f78._0x21750e,-0x13e,-0x17b)](-0x4*0x65+-0x1d6b*0x1+0xf1*0x23)['json'](_0x568dbc);}}catch(_0x2c5b34){if(_0x16d59c[_0x42c9c9(-_0x522f78._0x4813a8,-0x1a0,-_0x522f78._0x2b3b4b,-0x15e)](_0x16d59c[_0x42c9c9(-_0x522f78._0x440c2f,-0x123,-0x140,-0x168)],_0x16d59c[_0x42c9c9(-0x11a,-_0x522f78._0x25fbf5,-_0x522f78._0x2cd50d,-0x149)])){const _0x4e4697={};return _0x4e4697[_0x3ee649(0x73,_0x522f78._0x3f933c,_0x522f78._0x3e7197,_0x522f78._0x2a5338)]=_0x16d59c[_0x3ee649(0xd,-_0x522f78._0x563b93,0x5b,-_0x522f78._0x4dc44c)],_0x88699[_0x42c9c9(-_0x522f78._0x2a94f4,-0x15d,-_0x522f78._0x162e0c,-0x125)](-0x1a4c+-0xc89*-0x2+0x2ce)['json'](_0x4e4697);}else{if(_0x2c5b34['message'][_0x3ee649(-0xad,-0x4c,-0x8c,-0x20)](_0x16d59c['iRNut'])){const _0x58df29={};return _0x58df29[_0x3ee649(-_0x522f78._0x3b5e0a,0x27,-_0x522f78._0xf851c3,_0x522f78._0x3b2a14)]=_0x16d59c[_0x3ee649(0x6a,-0x9,-_0x522f78._0x54075b,-0x5b)],_0x58df29['message']=_0x2c5b34[_0x42c9c9(-0x216,-_0x522f78._0x23d20d,-0x1c9,-0x156)],_0x484b0e[_0x42c9c9(-0xdf,-0x164,-_0x522f78._0xb223fa,-_0x522f78._0x519e54)](0x34*-0x41+0xd69*-0x1+0x1c36)[_0x42c9c9(-_0x522f78._0xdce345,-_0x522f78._0x27bc3d,-_0x522f78._0x246742,-0x17f)](_0x58df29);}const _0x4ff55e={};_0x4ff55e[_0x42c9c9(-_0x522f78._0x394068,-_0x522f78._0x1056c2,-_0x522f78._0x31df61,-_0x522f78._0x2f3a90)]=_0x2c5b34[_0x3ee649(-_0x522f78._0x4a3ad5,-0x33,0x22,-_0x522f78._0x2413b9)],logger[_0x3ee649(0x9c,_0x522f78._0x35e4e9,0x84,-_0x522f78._0x2b9e03)](_0x16d59c[_0x3ee649(-_0x522f78._0x1ca072,-0x2d,-0x5f,-0xa)],_0x4ff55e);const _0x5524c2={};return _0x5524c2['error']=_0x16d59c['QLtJX'],_0x484b0e[_0x42c9c9(-0x11d,-0xcd,-_0x522f78._0xb223fa,-_0x522f78._0x4448e5)](-0x8b0+0x5c4+0x9c*0x8)[_0x3ee649(-_0x522f78._0x28bb3c,-_0x522f78._0x52d922,-0x55,_0x522f78._0x25e515)](_0x5524c2);}}}),router[_0x504bbc(-0xd8,-0x16e,-0x110,-0x156)](_0x504bbc(-0xf6,-0xdd,-0xfd,-0x10e),async(_0x3c0108,_0x1a5013)=>{const _0xe3f6c5={_0x43bd11:0x1f,_0x40f4f5:0x74,_0x5cb99d:0x73,_0x3a1eb7:0x407,_0x1632e9:0x459,_0x3a5da1:0x4d8,_0x482642:0xdc,_0x581951:0xfb,_0x4540ca:0xb3,_0x4486b9:0x492,_0x3e0c3f:0x476,_0x6ade9:0x443,_0x101768:0x401,_0x41a0ec:0x20,_0x4450af:0x1e,_0x589b90:0xa1,_0x566363:0x42,_0x2d5912:0x367,_0x18d08a:0x74,_0x4accbf:0x12,_0x34146a:0x13,_0x200abf:0x435,_0xe588eb:0x461,_0x649337:0x480,_0x279d58:0x42c,_0x2c28ae:0x340,_0x1f116a:0x3b2,_0x4e6ccd:0x42f,_0x1e283c:0x2f,_0x10f0ae:0xbf,_0xb4b748:0x62,_0x1d4cf5:0x99,_0x35697e:0x462,_0x9b0967:0x3e6,_0x2bb9e7:0x38,_0x213296:0x71,_0x3001fe:0x98,_0x16b84d:0x34,_0x34fa05:0x7c,_0x8e29e:0x95,_0x5394a5:0x74,_0x509c99:0x437,_0x24c172:0x92,_0x1b7b03:0x83,_0x515226:0x41b,_0x2750c2:0x496,_0x4e0926:0x479,_0x401a5c:0x6a,_0x2f50f3:0x89,_0x171933:0x18,_0x30daf5:0x8a,_0x4fb1ab:0x42a,_0x4ef4a3:0x3be,_0x4d5e81:0x3cc,_0x469884:0x481,_0x5ee9ea:0x43b,_0x2170f2:0x40d,_0x24271e:0x478,_0xb92fb5:0x3ec,_0x1819a7:0x36d,_0x2025f9:0x1b,_0x9dc535:0x87,_0x5bfce4:0x2,_0x1e9a91:0x5c,_0x471009:0x28,_0x4d6d84:0x4a,_0x4c2dba:0x2e,_0x27f0db:0xb0,_0x432743:0x43a,_0x88befe:0x466,_0x88116:0x46c,_0x85f07d:0x6d,_0x51290b:0x32,_0x3df30b:0x389,_0xcd7126:0x392,_0x421476:0x3f6,_0x3ed597:0x3b8,_0x6bef38:0x3e1,_0x474113:0x67,_0x337f6b:0x46e,_0x3d6266:0x3bd,_0x4bb0a5:0x469,_0x5e4100:0x486,_0x1b8f04:0x47d,_0xa4e63f:0x413,_0x9d6a4a:0x393,_0x207fe2:0x39a,_0x39a41b:0x339,_0x268e24:0x3ab,_0x5aa018:0x3a1,_0x19685d:0x401,_0x145e5b:0x427,_0x3522d1:0x71,_0x51501c:0x73,_0x2fa785:0x3,_0x1689f5:0x8,_0xdcfbbc:0x27,_0x4c1f8f:0xfc,_0x3fa940:0x58,_0x2dca6c:0x3d2,_0x2fa9ab:0x3b4,_0x451e32:0x6,_0x1a5676:0x37,_0x7ce410:0x3d6,_0x4b924a:0x3,_0x3b0fe1:0x23,_0x33af60:0x3d1,_0x1cbe1e:0x450,_0x9e771e:0x3ba,_0x1ada90:0x43c,_0x3c54e7:0x57,_0x58deac:0x458,_0x57a3cf:0x494,_0x45ba14:0xc8,_0x2cbcb1:0xf7,_0x138298:0x344,_0x1c92ca:0x45d,_0x3d71e0:0x40,_0x1b8adb:0x3db,_0x512ded:0x404,_0x568fb9:0x45b,_0x12f04f:0xcd,_0x312287:0x405,_0x17939e:0x3cb,_0x19feb9:0x2a,_0x4aeeaf:0x25,_0x214226:0x6f,_0x17ad39:0x401,_0x577d6a:0x439,_0x12daa3:0x4b7,_0xa302b3:0x7e,_0x6bbca4:0x99,_0x7e4baf:0xc1,_0x484135:0x3c7,_0x4531dc:0x3cc,_0x573614:0x3fd,_0x54b571:0x40c,_0x6f100c:0x45f,_0x383573:0x3d0,_0x4b45db:0x3c1,_0x3a6be4:0x447,_0x56e20a:0x455,_0x1a662e:0x3d0,_0x4b14a2:0x40,_0x50f471:0x4aa,_0x3feeb2:0x45d,_0xd51fae:0x496,_0x26df60:0xa7,_0x379865:0x76,_0x132d37:0x33a,_0x45df52:0x2a,_0x517a78:0xb9,_0x35ebf9:0x44d,_0x1d49ef:0x3cd,_0x14d20d:0x421,_0xb27f40:0x7d,_0x14e9ce:0x3,_0x51015c:0x5f,_0x3be279:0x68,_0x134db4:0x3fc,_0x1c74e4:0x1b,_0x3a2cd6:0x39e,_0x403c95:0x412,_0x3732c8:0x427,_0x29139e:0x43a,_0x55d41a:0xf,_0x38578e:0x48,_0x132742:0x93,_0x24a70a:0x408,_0x27196a:0x427,_0x2e115c:0x3d,_0x2e6fa7:0x56,_0x2001f3:0x39,_0x2afa64:0x15,_0x223d00:0xbb,_0x44a861:0x3d,_0x12c531:0x45,_0x38e672:0x4,_0x1d3c95:0x3ca,_0x27fdea:0x37a,_0x58dd64:0x387,_0x376ba1:0x37b,_0x14e6b8:0x37d,_0x2165ed:0x387,_0x5c8d2d:0x34a,_0x56d244:0x38c,_0x3bc50a:0x123,_0x476394:0x33f,_0xfd9db8:0x357,_0x3ab072:0x8e,_0x233ee8:0xd4,_0x1719ea:0xa0,_0x3d06f1:0x9c,_0x168295:0x4bc,_0x3a9600:0x499,_0x1d13df:0x41b,_0x4c9c0f:0x37,_0x5f107e:0x17,_0x5b5a91:0x2f,_0x4e02e1:0x7b,_0x759c2:0x41d,_0x17a45d:0x449,_0x2761f3:0xff,_0xa55c9c:0x8b,_0xf3e365:0xb7,_0x4f5d76:0xb6,_0x17c128:0x448,_0x445984:0x83,_0x35010c:0x22,_0x25b397:0x3cb,_0x1c3f5f:0x44c,_0x42ebf1:0x3f1,_0x357808:0x3d4,_0x725b6e:0x3d2,_0x409b4c:0x9d,_0x234d8e:0x4c7,_0xd3f657:0x3e9,_0x289ca0:0xaf,_0x28a9b9:0x25,_0x347fb8:0x6d,_0x3b411d:0xac,_0x3b4cb3:0x6,_0xb4b93a:0x60,_0x1dbf32:0x84,_0x4e1d52:0x48b,_0x1eaaa9:0x3ed,_0x480520:0x374,_0x21f1df:0x36f,_0x1cac57:0x39d,_0x2802d7:0x57,_0x29bc05:0xbf,_0x157509:0x48,_0x379715:0x21,_0x358f8c:0x85,_0x40747d:0x57,_0x18fd1b:0x3e,_0x4a99c1:0x5a,_0x423246:0x4ae,_0x489c4c:0x426,_0x5d91f9:0x1d,_0x516f1a:0x52,_0x569389:0x16,_0x4cb1c5:0x66,_0x38660a:0x5c,_0x13b812:0x92,_0x3b0bfc:0x42,_0x3c42d4:0x14,_0x46f9cc:0x15,_0x1969b9:0x25,_0x539064:0x431,_0x2cb5af:0x3c2,_0x24874d:0x47,_0xd3bc5c:0x3e9,_0x166947:0x386,_0x5037ba:0x29,_0x1e8e85:0x35,_0x4bba41:0x44,_0x1f274b:0x3d6,_0x386081:0x70,_0x3f069d:0x56,_0x51e2fa:0x9,_0x989c6b:0x425,_0x4d5d15:0x6f,_0x5bce47:0x93,_0xd7074e:0x3c9,_0xe80a58:0x54,_0x5e1a07:0x3d6,_0x1555b6:0x453,_0x5a729e:0x3ae,_0xec4cba:0x3d3,_0x24d3c8:0x3c8,_0x2c9802:0x3bf,_0x4c7a55:0x0,_0x5185cd:0x3e3,_0x21029c:0x413,_0x348a28:0x8a,_0x163c49:0x69,_0x3d66b7:0xbe,_0x23f004:0x43a,_0x45c092:0x3df,_0x2f385e:0x36f,_0x3f0b5d:0x34b,_0x38b5ea:0x3cd,_0x3e946c:0x3dc,_0x43e9d7:0x361,_0x2aa17d:0x38a,_0x2b4b91:0x3b6,_0x733f5d:0x39a,_0x1aae8d:0x3bd,_0x18dfea:0x3de,_0x2f0a22:0x42f,_0x2988e5:0x47b,_0x5f2c8b:0x495,_0xbf0965:0x48a,_0x27fb15:0x398,_0x1d463e:0x3dd,_0x15cf24:0x3b2,_0x4129fd:0x47a,_0x23d4e7:0x428,_0x566191:0x467,_0x5ade8d:0x5c},_0x4bce={_0x5b8cc9:0x14d,_0xac9586:0x1cd},_0x22c379={_0x418db9:0x5c8,_0x50953e:0x17c};function _0x2a53b8(_0x11c92d,_0x12c946,_0x2df5dc,_0x4f7e29){return _0xe7931d(_0x11c92d- -_0x22c379._0x418db9,_0x4f7e29,_0x2df5dc-_0x22c379._0x50953e,_0x4f7e29-0x87);}const _0x38a959={'wrPUx':'Not\x20Found','fXjEo':_0x2a53b8(_0xe3f6c5._0x43bd11,_0xe3f6c5._0x40f4f5,0x6b,-0x22)+'t','HgEri':'No\x20updates'+_0x2a53b8(-0x65,-_0xe3f6c5._0x5cb99d,-0x5e,-0xab),'RrYAW':_0x1edb8a(_0xe3f6c5._0x3a1eb7,0x4d0,_0xe3f6c5._0x1632e9,_0xe3f6c5._0x3a5da1)+_0x2a53b8(-0x60,-0x86,-_0xe3f6c5._0x482642,-0x3)+'r','VnmOi':'Internal\x20s'+'erver\x20erro'+'r','kEjEv':_0x2a53b8(-0x7a,-_0xe3f6c5._0x581951,-0x6d,-_0xe3f6c5._0x4540ca)+'ists','VUyJW':_0x1edb8a(0x4a7,_0xe3f6c5._0x4486b9,_0xe3f6c5._0x3e0c3f,_0xe3f6c5._0x6ade9),'oiQat':_0x1edb8a(0x3c2,0x37e,0x3a4,_0xe3f6c5._0x101768)+_0x2a53b8(0x29,0x21,-_0xe3f6c5._0x41a0ec,_0xe3f6c5._0x4450af),'HopHS':_0x2a53b8(-_0xe3f6c5._0x589b90,-0x29,-_0xe3f6c5._0x566363,-0x115),'DcGZv':_0x1edb8a(0x351,_0xe3f6c5._0x2d5912,0x38c,0x38a)+_0x2a53b8(-_0xe3f6c5._0x18d08a,-0x55,-_0xe3f6c5._0x4accbf,-_0xe3f6c5._0x34146a)+_0x1edb8a(0x400,_0xe3f6c5._0x200abf,_0xe3f6c5._0xe588eb,_0xe3f6c5._0x649337)+_0x1edb8a(_0xe3f6c5._0x279d58,_0xe3f6c5._0x2c28ae,_0xe3f6c5._0x1f116a,_0xe3f6c5._0x4e6ccd)+_0x2a53b8(-_0xe3f6c5._0x1e283c,_0xe3f6c5._0x34146a,0x38,-0x52)+'\x20on\x20this\x20t'+_0x2a53b8(-0xa4,-0x125,-_0xe3f6c5._0x10f0ae,-_0xe3f6c5._0xb4b748),'TyQHP':function(_0x40b0f8,_0x148343){return _0x40b0f8===_0x148343;},'lqdAg':_0x2a53b8(-0x49,0x33,-0xb,-_0xe3f6c5._0x1d4cf5),'KmXpQ':function(_0x33df41,_0x511028){return _0x33df41(_0x511028);},'AoohI':'Team\x20not\x20f'+_0x1edb8a(_0xe3f6c5._0x35697e,_0xe3f6c5._0x9b0967,0x44f,0x4ad),'PlVnm':function(_0x512300,_0x57f8aa){return _0x512300!==_0x57f8aa;},'OPHyc':function(_0x137191,_0x32d445){return _0x137191!==_0x32d445;},'zpsqF':function(_0x1ae505,_0x727427,_0x1c59ff,_0x3efb0c){return _0x1ae505(_0x727427,_0x1c59ff,_0x3efb0c);},'xqEjy':_0x2a53b8(-_0xe3f6c5._0x2bb9e7,-0x30,-_0xe3f6c5._0x213296,0x26)+'ge','OAhdc':function(_0x2fd0a3,_0x503e1f){return _0x2fd0a3!==_0x503e1f;},'jBadE':_0x2a53b8(-_0xe3f6c5._0x3001fe,-0x113,-_0xe3f6c5._0x16b84d,-0x37),'EuDxj':'LvcEW','JpRzZ':_0x2a53b8(-0x9d,-_0xe3f6c5._0x34fa05,-_0xe3f6c5._0x8e29e,-_0xe3f6c5._0x1e283c)+_0x2a53b8(-_0xe3f6c5._0x5394a5,-0x7d,-0x96,-0x61)+'s:manage\x20p'+_0x1edb8a(0x431,_0xe3f6c5._0x509c99,0x415,0x45a)+'on\x20this\x20te'+'am','DKlPy':_0x2a53b8(0x14,_0xe3f6c5._0x24c172,0x6f,-0x21),'BzNRY':'DvIOY','ZfFgW':'teams:mana'+'ge_members'+'hip','yHLUH':_0x2a53b8(-_0xe3f6c5._0x1b7b03,-0xd5,-0x2f,-0x74),'VsGOd':_0x1edb8a(_0xe3f6c5._0x515226,_0xe3f6c5._0x2750c2,_0xe3f6c5._0x4e0926,0x458),'gVNlK':function(_0x1e2b02,_0x27c330){return _0x1e2b02&&_0x27c330;},'jnxyF':function(_0x18943f,_0xb1f73c){return _0x18943f===_0xb1f73c;},'bREZu':_0x2a53b8(-_0xe3f6c5._0x401a5c,-0x9d,-_0xe3f6c5._0x2f50f3,-0xe1),'HtjVl':function(_0x485ec6,_0x1ffa9a){return _0x485ec6!==_0x1ffa9a;},'tJbjE':function(_0x4bd775,_0x1f1d49){return _0x4bd775>_0x1f1d49;},'NBsyj':function(_0x1c8d2d,_0x5b5887){return _0x1c8d2d(_0x5b5887);},'OhxOj':function(_0x445ad8,_0x4c6418){return _0x445ad8>_0x4c6418;},'reOcN':function(_0x2e662c,_0x482ef9){return _0x2e662c!==_0x482ef9;},'BVnxx':_0x2a53b8(-_0xe3f6c5._0x171933,-_0xe3f6c5._0x30daf5,-0xb,-0x89),'uztOE':function(_0x572b3e,_0x5f18bf){return _0x572b3e(_0x5f18bf);},'kRFZB':'Cannot\x20upd'+_0x1edb8a(_0xe3f6c5._0x4fb1ab,_0xe3f6c5._0x4ef4a3,_0xe3f6c5._0x4d5e81,0x441)+'s','HrqFR':_0x1edb8a(0x430,_0xe3f6c5._0x469884,_0xe3f6c5._0x5ee9ea,0x445)+_0x1edb8a(_0xe3f6c5._0x2170f2,_0xe3f6c5._0x24271e,0x470,0x3f1)+'ave\x20no\x20Ser'+'ver\x20Admins'+_0x2a53b8(0x1e,0x9c,0x85,0x1b)+_0x1edb8a(_0xe3f6c5._0xb92fb5,0x330,0x37e,_0xe3f6c5._0x1819a7)+'r\x20Admin\x20mu'+_0x2a53b8(-_0xe3f6c5._0x2025f9,-_0xe3f6c5._0x9dc535,-0x3f,_0xe3f6c5._0x5bfce4),'jvQue':function(_0x4a07dd,_0x567075,_0x316ca8){return _0x4a07dd(_0x567075,_0x316ca8);},'HmZRo':_0x2a53b8(-0x40,-0xc0,-_0xe3f6c5._0x1e9a91,0x26)+'ed\x20success'+_0x2a53b8(_0xe3f6c5._0x471009,0x40,-_0xe3f6c5._0x4d6d84,0x24),'xNcVo':'nDBMA'};function _0x1edb8a(_0xb5111f,_0x39e499,_0x4c7482,_0x3c9bed){return _0x504bbc(_0xb5111f-_0x4bce._0x5b8cc9,_0x39e499-_0x4bce._0xac9586,_0xb5111f,_0x4c7482-0x4e4);}try{if(_0x38a959[_0x2a53b8(-0x4e,-0xb1,-0x39,-0xa0)](_0x38a959['lqdAg'],_0x38a959[_0x2a53b8(_0xe3f6c5._0x4c2dba,0x53,_0xe3f6c5._0x27f0db,-0x1c)])){const _0x421d8c=await _0x38a959[_0x1edb8a(_0xe3f6c5._0x432743,_0xe3f6c5._0x88befe,0x429,0x403)](getTeamById,_0x3c0108[_0x1edb8a(_0xe3f6c5._0x88116,0x3cb,0x41d,0x43a)]['id']);if(!_0x421d8c){const _0x4249ed={};return _0x4249ed[_0x2a53b8(0x3,-0x2f,_0xe3f6c5._0x85f07d,-_0xe3f6c5._0x51290b)]=_0x38a959[_0x1edb8a(_0xe3f6c5._0x3df30b,_0xe3f6c5._0xcd7126,0x3d9,_0xe3f6c5._0x421476)],_0x1a5013['status'](0x22ea+0x1*0x20b9+-0x3*0x1605)[_0x1edb8a(_0xe3f6c5._0x421476,_0xe3f6c5._0x3ed597,0x3cd,0x3cf)](_0x4249ed);}const _0x367ce3=_0x3c0108[_0x1edb8a(0x3d3,0x3bd,_0xe3f6c5._0x6bef38,0x44c)]['id'],_0x2cc61e=await hasAllPermissions(_0x367ce3),_0x3ecd5f=_0x3c0108['body'][_0x2a53b8(0x48,0x6e,_0xe3f6c5._0x474113,0x8a)]!==undefined||_0x38a959[_0x1edb8a(0x41d,0x41c,0x402,_0xe3f6c5._0x337f6b)](_0x3c0108[_0x1edb8a(_0xe3f6c5._0x3d6266,_0xe3f6c5._0x509c99,0x427,_0xe3f6c5._0xb92fb5)][_0x1edb8a(_0xe3f6c5._0x4bb0a5,0x466,0x466,_0xe3f6c5._0x5e4100)+'n'],undefined),_0x5a3f1a=_0x38a959[_0x1edb8a(0x40a,0x4d2,_0xe3f6c5._0x1b8f04,0x48e)](_0x3c0108[_0x1edb8a(0x3bf,_0xe3f6c5._0xa4e63f,0x427,0x3f0)]['members'],undefined);if(_0x3ecd5f){const _0x4f6532=_0x2cc61e||await _0x38a959[_0x1edb8a(0x3eb,0x40d,_0xe3f6c5._0x9d6a4a,_0xe3f6c5._0x207fe2)](hasPermission,_0x367ce3,_0x38a959['xqEjy'],_0x421d8c['id']);if(!_0x4f6532){if(_0x38a959[_0x1edb8a(0x37b,_0xe3f6c5._0x39a41b,0x3a3,0x3e6)](_0x38a959[_0x1edb8a(_0xe3f6c5._0x268e24,_0xe3f6c5._0x5aa018,_0xe3f6c5._0x19685d,_0xe3f6c5._0x145e5b)],_0x38a959[_0x2a53b8(0x1c,_0xe3f6c5._0x3522d1,-0x1d,_0xe3f6c5._0x51501c)])){const _0xcfaac4={};return _0xcfaac4[_0x2a53b8(_0xe3f6c5._0x2fa785,_0xe3f6c5._0x1689f5,0x1d,-_0xe3f6c5._0xdcfbbc)]=_0x2a53b8(-_0xe3f6c5._0x589b90,-0x40,-_0xe3f6c5._0x4c1f8f,-_0xe3f6c5._0x3fa940),_0xcfaac4[_0x1edb8a(0x436,0x404,_0xe3f6c5._0x2dca6c,_0xe3f6c5._0x2fa9ab)]=_0x38a959['JpRzZ'],_0x1a5013[_0x2a53b8(0x34,-_0xe3f6c5._0x451e32,-_0xe3f6c5._0x1a5676,-0x11)](-0x2308+0x246b*0x1+0x30)[_0x1edb8a(_0xe3f6c5._0x7ce410,0x35a,0x3cd,0x375)](_0xcfaac4);}else{const _0x33a6b0={};return _0x33a6b0[_0x2a53b8(_0xe3f6c5._0x4b924a,-_0xe3f6c5._0x3b0fe1,0x3d,0x10)]=_0x38a959[_0x1edb8a(0x3fc,_0xe3f6c5._0x33af60,_0xe3f6c5._0x1cbe1e,0x4a9)],_0x33a6b0[_0x1edb8a(_0xe3f6c5._0x9e771e,_0xe3f6c5._0x1ada90,_0xe3f6c5._0x2dca6c,0x432)]=_0x31fd49[_0x2a53b8(-_0xe3f6c5._0x3c54e7,-0xb,-0x46,-0x8b)],_0x1dbdf3[_0x1edb8a(_0xe3f6c5._0x58deac,0x45b,0x45d,_0xe3f6c5._0x57a3cf)](-0xd20+-0x1bfa+0x2aae)['json'](_0x33a6b0);}}}if(_0x5a3f1a){if(_0x38a959[_0x2a53b8(-0x4e,-0x7e,-_0xe3f6c5._0x45ba14,_0xe3f6c5._0x41a0ec)](_0x38a959[_0x2a53b8(-0xa0,-_0xe3f6c5._0x2cbcb1,-0xce,-0x115)],_0x38a959[_0x1edb8a(0x303,0x300,0x382,_0xe3f6c5._0x138298)]))return _0x330050[_0x1edb8a(0x3de,0x441,_0xe3f6c5._0x1c92ca,0x496)](0x4ed*0x2+-0xf7a+-0x8*-0xe6)['json']({'error':_0x38a959['fXjEo'],'message':_0x2a53b8(0x1a,0x1f,_0xe3f6c5._0x5bfce4,_0xe3f6c5._0x3d71e0)+_0x1edb8a(_0xe3f6c5._0x1b8adb,0x39b,_0xe3f6c5._0x512ded,_0xe3f6c5._0x568fb9)+_0x153325['join'](',\x20')});else{const _0x5f59cd=_0x2cc61e||await _0x38a959[_0x2a53b8(-0x96,-_0xe3f6c5._0x12f04f,-0xd4,-0xd4)](hasPermission,_0x367ce3,_0x38a959[_0x1edb8a(0x39c,_0xe3f6c5._0x312287,_0xe3f6c5._0x17939e,0x41a)],_0x421d8c['id']);if(!_0x5f59cd){if(_0x38a959[_0x2a53b8(-_0xe3f6c5._0x19feb9,-_0xe3f6c5._0x4aeeaf,-_0xe3f6c5._0x214226,-0xac)]===_0x38a959[_0x1edb8a(_0xe3f6c5._0x17ad39,0x3ea,_0xe3f6c5._0x577d6a,_0xe3f6c5._0x12daa3)]){const _0x10d66e={};return _0x10d66e['error']=_0x2a53b8(-_0xe3f6c5._0xa302b3,-_0xe3f6c5._0x6bbca4,-_0xe3f6c5._0x7e4baf,-0x3d)+_0x1edb8a(0x3b0,_0xe3f6c5._0x484135,_0xe3f6c5._0x4531dc,0x355)+'s',_0x10d66e['message']=_0x2a53b8(_0xe3f6c5._0x4accbf,0x29,0x5d,-0x4a)+_0x1edb8a(_0xe3f6c5._0x573614,_0xe3f6c5._0x54b571,0x470,_0xe3f6c5._0x6f100c)+'ave\x20no\x20Ser'+_0x1edb8a(0x3ab,_0xe3f6c5._0x9d6a4a,_0xe3f6c5._0x383573,_0xe3f6c5._0x4b45db)+_0x1edb8a(0x3e2,0x489,_0xe3f6c5._0x3a6be4,_0xe3f6c5._0x56e20a)+_0x1edb8a(0x37a,_0xe3f6c5._0x1a662e,0x37e,0x384)+'r\x20Admin\x20mu'+_0x2a53b8(-0x1b,-0x89,-_0xe3f6c5._0x4b14a2,-0x71),_0x5978fa[_0x1edb8a(_0xe3f6c5._0x50f471,0x43f,_0xe3f6c5._0x3feeb2,_0xe3f6c5._0xd51fae)](0x526*-0x5+0x68*0x3e+0x21e)[_0x2a53b8(-0x5c,-0x24,-0x98,-_0xe3f6c5._0x26df60)](_0x10d66e);}else{const _0x258050={};return _0x258050[_0x2a53b8(_0xe3f6c5._0x4b924a,0x31,0x4a,-_0xe3f6c5._0x379865)]=_0x38a959[_0x1edb8a(0x406,_0xe3f6c5._0x132d37,0x38a,0x340)],_0x258050[_0x2a53b8(-_0xe3f6c5._0x3c54e7,-0xb0,_0xe3f6c5._0x45df52,-_0xe3f6c5._0x517a78)]=_0x38a959[_0x1edb8a(0x452,0x3c2,0x3de,0x376)],_0x1a5013[_0x2a53b8(_0xe3f6c5._0x16b84d,-0x38,0x90,0x32)](0xabf*0x1+-0x25fc+-0x2*-0xe68)[_0x1edb8a(0x38b,_0xe3f6c5._0x35ebf9,_0xe3f6c5._0x1d49ef,_0xe3f6c5._0x14d20d)](_0x258050);}}}}if(_0x38a959['gVNlK'](!_0x3ecd5f,!_0x5a3f1a)){if(_0x38a959['jnxyF'](_0x38a959[_0x2a53b8(-0x5a,-_0xe3f6c5._0xb27f40,-0x18,-0xab)],_0x38a959['bREZu'])){const _0x291f22={};return _0x291f22[_0x2a53b8(_0xe3f6c5._0x14e9ce,-_0xe3f6c5._0x51015c,0x72,-0x4e)]=_0x38a959[_0x2a53b8(-_0xe3f6c5._0x3be279,-0xb7,-0x13,-0x59)],_0x291f22['message']=_0x38a959['HgEri'],_0x1a5013[_0x1edb8a(_0xe3f6c5._0x2170f2,0x429,0x45d,_0xe3f6c5._0x134db4)](0x4*-0x56+0x305*0x2+0x322*-0x1)[_0x2a53b8(-0x5c,-0xa7,-0x25,-_0xe3f6c5._0x1c74e4)](_0x291f22);}else{const _0x4acd73={};return _0x4acd73[_0x1edb8a(0x4aa,0x3ee,_0xe3f6c5._0x279d58,0x494)]='Bad\x20Reques'+'t',_0x4acd73[_0x1edb8a(_0xe3f6c5._0x3a2cd6,0x410,_0xe3f6c5._0x2dca6c,0x364)]=_0x38a959[_0x1edb8a(0x3ed,_0xe3f6c5._0x403c95,0x449,0x4a1)],_0xf7b336[_0x1edb8a(0x424,0x412,0x45d,_0xe3f6c5._0x24271e)](0x18bc+-0x19f1+-0x1*-0x2c5)['json'](_0x4acd73);}}const _0xc099df={};if(_0x3c0108[_0x1edb8a(0x3f1,0x418,_0xe3f6c5._0x3732c8,_0xe3f6c5._0x29139e)]['name']!==undefined)_0xc099df[_0x1edb8a(_0xe3f6c5._0x337f6b,_0xe3f6c5._0x4bb0a5,0x471,0x407)]=_0x3c0108[_0x2a53b8(-0x2,-0x71,-0x77,_0xe3f6c5._0x55d41a)][_0x2a53b8(_0xe3f6c5._0x38578e,-0xa,_0xe3f6c5._0x132742,_0xe3f6c5._0x19feb9)];if(_0x3c0108[_0x1edb8a(_0xe3f6c5._0x24a70a,0x49a,_0xe3f6c5._0x27196a,0x46c)][_0x2a53b8(_0xe3f6c5._0x2e115c,_0xe3f6c5._0x2e6fa7,_0xe3f6c5._0x2001f3,-_0xe3f6c5._0x1e283c)+'n']!==undefined)_0xc099df[_0x2a53b8(_0xe3f6c5._0x2e115c,_0xe3f6c5._0x2afa64,_0xe3f6c5._0x223d00,-_0xe3f6c5._0x1689f5)+'n']=_0x3c0108['body'][_0x2a53b8(_0xe3f6c5._0x44a861,-_0xe3f6c5._0x12c531,_0xe3f6c5._0x6bbca4,-_0xe3f6c5._0x38e672)+'n'];if(_0x38a959[_0x1edb8a(0x4bb,0x4a5,0x47a,0x48f)](_0x3c0108[_0x1edb8a(_0xe3f6c5._0x649337,0x411,_0xe3f6c5._0x27196a,0x424)][_0x1edb8a(0x3d1,0x360,0x387,0x39e)],undefined))_0xc099df[_0x1edb8a(_0xe3f6c5._0x1d3c95,0x32b,0x387,_0xe3f6c5._0x27fdea)]=_0x3c0108['body'][_0x1edb8a(0x409,0x32f,_0xe3f6c5._0x58dd64,_0xe3f6c5._0x376ba1)];if(_0xc099df[_0x1edb8a(_0xe3f6c5._0x14e6b8,_0xe3f6c5._0x17939e,_0xe3f6c5._0x2165ed,_0xe3f6c5._0x5c8d2d)]&&_0x38a959[_0x1edb8a(0x3d5,_0xe3f6c5._0x56d244,0x409,0x42a)](_0xc099df[_0x2a53b8(-0xa2,-0x7f,-_0xe3f6c5._0x3bc50a,-0x101)]['length'],-0x2009+0x40a+-0x955*-0x3)){const _0x204500=await _0x38a959[_0x1edb8a(_0xe3f6c5._0x476394,0x3f3,0x390,0x395)](validateUserIds,_0xc099df[_0x1edb8a(0x317,_0xe3f6c5._0xfd9db8,0x387,0x3b5)]);if(_0x38a959[_0x2a53b8(-_0xe3f6c5._0x3ab072,-_0xe3f6c5._0x233ee8,-0x44,-0x101)](_0x204500[_0x2a53b8(-_0xe3f6c5._0x43bd11,0x48,-_0xe3f6c5._0x1719ea,-_0xe3f6c5._0x3d06f1)],0x2*0x679+0x137*-0x1d+0x1649))return _0x1a5013[_0x1edb8a(_0xe3f6c5._0x168295,_0xe3f6c5._0x3a9600,0x45d,_0xe3f6c5._0x1d13df)](-0x9bd*0x1+-0x161*0xf+-0xb2*-0x2e)[_0x2a53b8(-0x5c,-0x49,-_0xe3f6c5._0x4c9c0f,-_0xe3f6c5._0x3b0fe1)]({'error':_0x38a959[_0x2a53b8(-0x68,0x17,0x8,-_0xe3f6c5._0x5f107e)],'message':_0x2a53b8(0x1a,_0xe3f6c5._0x5b5a91,0x2e,_0xe3f6c5._0x4e02e1)+_0x1edb8a(0x3a7,_0xe3f6c5._0x759c2,0x404,_0xe3f6c5._0x17a45d)+_0x204500[_0x2a53b8(-_0xe3f6c5._0x8e29e,-0xc5,-0x26,-_0xe3f6c5._0x2761f3)](',\x20')});}if(_0x38a959[_0x2a53b8(-0x3d,-0x53,-0x64,-0x8c)](_0xc099df['members'],undefined)){if(_0x38a959['jnxyF'](_0x38a959[_0x2a53b8(-_0xe3f6c5._0xa55c9c,-0xa4,-_0xe3f6c5._0xf3e365,-_0xe3f6c5._0x4f5d76)],_0x38a959['BVnxx'])){const _0x5a39f9={};_0x5a39f9[_0x1edb8a(0x3de,_0xe3f6c5._0x17c128,0x426,0x447)]=_0x421d8c['id'],_0x5a39f9[_0x1edb8a(0x357,0x3ea,0x387,0x36d)]=_0xc099df[_0x2a53b8(-0xa2,-_0xe3f6c5._0x445984,-_0xe3f6c5._0x7e4baf,-0xb6)];const _0x442fd5={};_0x442fd5[_0x2a53b8(-0x5,0x4,_0xe3f6c5._0x35010c,0x7c)+_0x2a53b8(-_0xe3f6c5._0x34fa05,-0xb2,-0x6,-0xfe)]=_0x5a39f9;const _0x5a0dd3=await _0x38a959[_0x1edb8a(0x3b3,_0xe3f6c5._0x25b397,0x416,_0xe3f6c5._0x1c3f5f)](wouldRetainServerAdmin,_0x442fd5);if(!_0x5a0dd3){const _0xf69791={};return _0xf69791['error']=_0x38a959[_0x1edb8a(_0xe3f6c5._0x42ebf1,0x335,0x39d,0x40a)],_0xf69791[_0x1edb8a(_0xe3f6c5._0x4531dc,_0xe3f6c5._0x357808,_0xe3f6c5._0x725b6e,0x391)]=_0x38a959[_0x2a53b8(0x4c,0x61,_0xe3f6c5._0x409b4c,-0xc)],_0x1a5013[_0x1edb8a(_0xe3f6c5._0x234d8e,_0xe3f6c5._0xd3f657,_0xe3f6c5._0x3feeb2,_0xe3f6c5._0x649337)](-0x26b5+0x2626+0x21f)[_0x2a53b8(-_0xe3f6c5._0x1e9a91,-0x8b,-_0xe3f6c5._0x289ca0,-0x80)](_0xf69791);}}else{if(_0x3738cd[_0x2a53b8(-0x57,-_0xe3f6c5._0x28a9b9,-_0xe3f6c5._0x347fb8,0x8)][_0x2a53b8(-0x70,-_0xe3f6c5._0x3b411d,-_0xe3f6c5._0x401a5c,-_0xe3f6c5._0x3b4cb3)](_0x2a53b8(-_0xe3f6c5._0x3b0fe1,-0x77,-_0xe3f6c5._0xb4b93a,-_0xe3f6c5._0x1dbf32)+'er')){const _0xbf8326={};return _0xbf8326['error']=_0x38a959[_0x1edb8a(_0xe3f6c5._0x4e1d52,_0xe3f6c5._0x1eaaa9,_0xe3f6c5._0x1cbe1e,0x3ea)],_0xbf8326[_0x1edb8a(_0xe3f6c5._0x480520,_0xe3f6c5._0x21f1df,0x3d2,_0xe3f6c5._0x1cac57)]=_0x58d4d5[_0x2a53b8(-_0xe3f6c5._0x2802d7,-_0xe3f6c5._0x29bc05,-_0xe3f6c5._0x157509,-0x27)],_0x15206d['status'](-0x87*-0x7+0x3b*0x5+-0x344)[_0x1edb8a(_0xe3f6c5._0x4b45db,_0xe3f6c5._0x33af60,_0xe3f6c5._0x1d49ef,0x433)](_0xbf8326);}const _0x9ee51={};_0x9ee51[_0x2a53b8(0x3,-_0xe3f6c5._0x379715,_0xe3f6c5._0x358f8c,-_0xe3f6c5._0x2fa785)]=_0x4fd31c[_0x2a53b8(-_0xe3f6c5._0x40747d,-_0xe3f6c5._0x18fd1b,0x1,-_0xe3f6c5._0x4a99c1)],_0x365a2f[_0x1edb8a(_0xe3f6c5._0x423246,_0xe3f6c5._0x403c95,0x42c,_0xe3f6c5._0x489c4c)](_0x38a959['RrYAW'],_0x9ee51);const _0x117699={};return _0x117699[_0x2a53b8(0x3,_0xe3f6c5._0x5d91f9,-0x66,_0xe3f6c5._0x516f1a)]=_0x38a959[_0x2a53b8(0x6,-_0xe3f6c5._0x4a99c1,-0x32,0x71)],_0xee6c1[_0x2a53b8(0x34,-_0xe3f6c5._0x35010c,_0xe3f6c5._0x569389,_0xe3f6c5._0x4cb1c5)](-0x1*0x1129+0x2523+-0x3*0x602)[_0x2a53b8(-_0xe3f6c5._0x38660a,-_0xe3f6c5._0x13b812,-_0xe3f6c5._0x3b0bfc,-_0xe3f6c5._0x3c42d4)](_0x117699);}}const _0x5bf1e9=await _0x38a959[_0x2a53b8(-_0xe3f6c5._0x46f9cc,-_0xe3f6c5._0x1969b9,-0x51,-0x7f)](updateTeam,_0x421d8c['id'],_0xc099df),_0x4b65eb={..._0x5bf1e9};_0x4b65eb['canManageM'+_0x1edb8a(0x41f,_0xe3f6c5._0x58deac,_0xe3f6c5._0x539064,_0xe3f6c5._0x2cb5af)]=!![];const _0xe6639b={};return _0xe6639b[_0x2a53b8(-0x57,-0x6f,-0xd4,-_0xe3f6c5._0x24874d)]=_0x38a959[_0x1edb8a(0x305,_0xe3f6c5._0xd3bc5c,_0xe3f6c5._0x166947,_0xe3f6c5._0x480520)],_0xe6639b[_0x2a53b8(-_0xe3f6c5._0x5037ba,_0xe3f6c5._0x1e8e85,-0x4b,_0xe3f6c5._0x4bba41)]=_0x4b65eb,_0x1a5013[_0x1edb8a(_0xe3f6c5._0x1f274b,0x3ae,_0xe3f6c5._0x1d49ef,0x3d5)](_0xe6639b);}else{if(_0xeb3d3[_0x2a53b8(-0x57,0x28,-0xb1,-0xd4)][_0x2a53b8(-_0xe3f6c5._0x386081,0x1,-_0xe3f6c5._0x3f069d,_0xe3f6c5._0x51e2fa)](_0x38a959[_0x1edb8a(_0xe3f6c5._0x989c6b,_0xe3f6c5._0x207fe2,0x419,_0xe3f6c5._0x58deac)])){const _0x338a4b={};return _0x338a4b[_0x2a53b8(_0xe3f6c5._0x2fa785,_0xe3f6c5._0x4d5d15,-0x76,-0x41)]=_0x38a959[_0x2a53b8(-_0xe3f6c5._0x5bce47,-0x35,-0x90,-0x72)],_0x338a4b[_0x1edb8a(0x400,_0xe3f6c5._0xd7074e,0x3d2,0x442)]=_0x120142[_0x2a53b8(-0x57,-0x76,0x13,-_0xe3f6c5._0xe80a58)],_0x43de6d[_0x2a53b8(0x34,_0xe3f6c5._0x3f069d,-0x49,0x5c)](-0x14ee+0x1a*0x4c+0xecf)['json'](_0x338a4b);}const _0x35ece3={};_0x35ece3[_0x1edb8a(0x49d,_0xe3f6c5._0x5e1a07,0x42c,0x403)]=_0x289ad1['message'],_0x12bee3[_0x1edb8a(_0xe3f6c5._0x1555b6,0x4ac,0x42c,_0xe3f6c5._0x4ef4a3)](_0x38a959['oiQat'],_0x35ece3);const _0x23e1b0={};return _0x23e1b0[_0x1edb8a(_0xe3f6c5._0x5a729e,_0xe3f6c5._0xec4cba,0x42c,_0xe3f6c5._0x24d3c8)]=_0x38a959['VnmOi'],_0x373072[_0x2a53b8(0x34,-_0xe3f6c5._0x5bfce4,0x22,0x1e)](-0xb01+-0x10f2+0x1de7)['json'](_0x23e1b0);}}catch(_0x170574){if(_0x170574[_0x1edb8a(_0xe3f6c5._0x2c9802,0x3c4,0x3d2,0x442)][_0x2a53b8(-0x70,-0xf,-0xe5,_0xe3f6c5._0x4c7a55)](_0x38a959['kEjEv'])){if(_0x38a959[_0x1edb8a(_0xe3f6c5._0x5185cd,_0xe3f6c5._0x21029c,0x437,0x4a8)]===_0x2a53b8(-0x67,-_0xe3f6c5._0x348a28,-_0xe3f6c5._0x163c49,-_0xe3f6c5._0x3d66b7)){const _0x128408={};return _0x128408[_0x2a53b8(0x3,0x39,-0x66,-_0xe3f6c5._0x5bfce4)]=_0x38a959['VUyJW'],_0x128408[_0x1edb8a(_0xe3f6c5._0x23f004,0x43b,0x3d2,_0xe3f6c5._0x45c092)]=_0x170574['message'],_0x1a5013[_0x2a53b8(0x34,0x2b,0x56,0x47)](-0x986+0xf89*0x2+-0x13f3)[_0x1edb8a(_0xe3f6c5._0x2f385e,_0xe3f6c5._0x3f0b5d,_0xe3f6c5._0x38b5ea,_0xe3f6c5._0x56d244)](_0x128408);}else{const _0x39eb36={};return _0x39eb36['error']=_0x38a959[_0x1edb8a(_0xe3f6c5._0x3e946c,_0xe3f6c5._0x43e9d7,_0xe3f6c5._0x2aa17d,0x3bd)],_0x39eb36[_0x1edb8a(_0xe3f6c5._0x2b4b91,0x3eb,0x3d2,_0xe3f6c5._0x733f5d)]=_0x38a959[_0x1edb8a(0x3ca,_0xe3f6c5._0x1aae8d,_0xe3f6c5._0x18dfea,0x369)],_0x54f095[_0x1edb8a(0x3de,_0xe3f6c5._0x2f0a22,_0xe3f6c5._0x3feeb2,_0xe3f6c5._0x2988e5)](-0x7ca*-0x3+0x309+-0x18d4)['json'](_0x39eb36);}}const _0x552121={};_0x552121[_0x1edb8a(0x3dd,_0xe3f6c5._0x5f2c8b,0x42c,_0xe3f6c5._0xbf0965)]=_0x170574[_0x1edb8a(0x41b,_0xe3f6c5._0x27fb15,_0xe3f6c5._0x2dca6c,0x379)],logger[_0x1edb8a(_0xe3f6c5._0x45c092,_0xe3f6c5._0x1d463e,0x42c,_0xe3f6c5._0x15cf24)]('Error\x20upda'+_0x1edb8a(0x3ea,0x49b,0x452,0x4a7),_0x552121);const _0x4ff786={};return _0x4ff786['error']=_0x38a959['VnmOi'],_0x1a5013[_0x1edb8a(_0xe3f6c5._0x4129fd,_0xe3f6c5._0x23d4e7,_0xe3f6c5._0x3feeb2,_0xe3f6c5._0x566191)](-0x1ab0+-0x1db9+-0xdf*-0x43)[_0x2a53b8(-_0xe3f6c5._0x5ade8d,-0x8c,-0x4,-_0xe3f6c5._0x9dc535)](_0x4ff786);}});function _0x504bbc(_0x490b86,_0x174259,_0x2206b1,_0x127178){return _0x3f99(_0x127178- -0x2fc,_0x2206b1);}const _0xfc84b={};_0xfc84b[_0x504bbc(-0xd4,-0xa5,-0x54,-0x6c)]='id',router[_0xe7931d(0x536,0x58f,0x532,0x58a)]('/:id',requirePermission(_0xe7931d(0x590,0x551,0x57e,0x597)+'ge',_0xfc84b),async(_0x48ef5c,_0x101470)=>{const _0x4c5980={_0x3826e2:0xed,_0x5a1904:0x481,_0x3629d3:0x4ab,_0x2d0365:0x132,_0x4a9813:0xed,_0x64e048:0xd0,_0x205a87:0x99,_0x2edd7c:0x434,_0x169d07:0x3b7,_0x5d38dc:0x39b,_0x31bfe8:0x359,_0x110e7e:0xa8,_0x5185b6:0xee,_0x2bccb5:0x4a9,_0x4ffd7a:0x3fc,_0x4d7932:0x43b,_0x44823b:0x3e1,_0x5e2678:0x423,_0xda2909:0xbe,_0x2c9f40:0x3f2,_0x3c8a75:0x1a2,_0x5dc0dd:0x131,_0x2111e9:0x114,_0x2e9b0f:0x4c0,_0x569df0:0x456,_0x4c9aea:0x1be,_0x397ea0:0xce,_0x572668:0x147,_0x23c904:0xed,_0x3ee86e:0xa5,_0x233d07:0x14f,_0x26ffd6:0x401,_0x390762:0x3d5,_0x32f6bb:0x136,_0x4092e0:0x153,_0x3422f9:0x111,_0x5000d5:0x120,_0x5287c3:0x145,_0x306eb5:0x150,_0x2c6af3:0xe7,_0x532985:0x107,_0xff7231:0xe6,_0x4a9877:0x11c,_0x1e51e8:0x13f,_0x50d90b:0x3f,_0x464f4c:0x99,_0x2755f0:0x86,_0x5947ce:0x65,_0x11fa86:0x41b,_0x948ac1:0x467,_0x45b670:0x472,_0x10bf65:0x43d,_0x1c6d12:0x49b,_0x10be29:0x433,_0x1c3c3b:0x3ac,_0x49401b:0x3be,_0x5e6160:0x3e6,_0x212d2b:0x197,_0x22bf57:0x185,_0x20ea83:0x44b,_0x538faa:0x46c,_0x4f493f:0x499,_0x1fc7a3:0x155,_0x1cf8fa:0xe6,_0x4e2a29:0x163,_0x29937e:0x180,_0x4aa814:0x189,_0x4321e0:0xeb,_0x2d6fe1:0xa1,_0x876963:0x12c,_0x21e8a4:0x379,_0x670380:0x32f,_0x54474f:0x1a0,_0x59ace0:0x14c,_0xe24424:0xc3,_0x12f701:0x102,_0x3b228d:0x198,_0x2650e0:0x14c,_0x2225db:0x11b,_0x370a93:0xda,_0x4b3888:0x11d,_0x4d7631:0x46,_0x80cec5:0x3e4,_0x4f1555:0x3db,_0x1223f0:0x45d,_0x27d56f:0x38b,_0x29e6d0:0x351,_0x728f1:0x35a,_0x1ab4f3:0x41e,_0x2859b8:0x3e3,_0x1621ec:0x3ce,_0x2492e6:0x3d6,_0x42f15a:0x1bb,_0x11e288:0x140,_0x354058:0x428,_0x424c26:0x45b,_0x53a0d4:0x3c9,_0x4ee4a8:0x17f,_0x272896:0x459,_0x318174:0x46b,_0x559a33:0x3eb,_0x151851:0x3e2,_0xd4043f:0x3bd,_0x524aba:0x44d,_0xfa5895:0x156,_0x519514:0x120,_0x41267d:0x12f,_0x513b96:0x459,_0xf37181:0x48e,_0x111741:0x496},_0x27a016={_0x354774:0x486,_0x26a45b:0x1d1},_0x549349={_0x59a3e5:0x1a3,_0xd45c2d:0x88,_0x3af588:0x130},_0x55265f={'FRGrx':_0x4beb53(_0x4c5980._0x3826e2,0x161,0x1de,0x15c)+'t','uZDAo':_0x4a34e4(0x431,_0x4c5980._0x5a1904,_0x4c5980._0x3629d3,0x464)+_0x4beb53(_0x4c5980._0x2d0365,0x168,_0x4c5980._0x4a9813,0x13a),'GVkVD':function(_0xae2258,_0x216e34){return _0xae2258(_0x216e34);},'EfgxF':_0x4beb53(0xcb,_0x4c5980._0x64e048,0xb2,_0x4c5980._0x205a87)+'ound','NwUBU':_0x4a34e4(0x3f4,_0x4c5980._0x2edd7c,0x3f9,_0x4c5980._0x169d07)+'ete\x20team','EiMjH':_0x4a34e4(_0x4c5980._0x5d38dc,_0x4c5980._0x31bfe8,0x36d,0x3f0)+_0x4beb53(_0x4c5980._0x110e7e,_0x4c5980._0x5185b6,_0x4c5980._0x2d0365,0xdf)+_0x4a34e4(0x434,0x417,_0x4c5980._0x2bccb5,_0x4c5980._0x4ffd7a)+'rver\x20Admin'+'(s).\x20At\x20le'+_0x4a34e4(0x3ba,_0x4c5980._0x4d7932,_0x4c5980._0x44823b,_0x4c5980._0x5e2678)+'rver\x20Admin'+_0x4beb53(0xa1,_0x4c5980._0xda2909,0x5c,0xa5)+_0x4a34e4(_0x4c5980._0x2c9f40,0x3ce,0x397,0x3b7),'kYvZw':function(_0xc9ba18,_0xcc9b5b,_0x3d3c04,_0x5e8bbf){return _0xc9ba18(_0xcc9b5b,_0x3d3c04,_0x5e8bbf);},'RBYcL':'Team\x20delet'+_0x4beb53(_0x4c5980._0x3c8a75,0x158,_0x4c5980._0x5dc0dd,_0x4c5980._0x2111e9)+'fully','ePllV':function(_0x30e249,_0x12abd8){return _0x30e249!==_0x12abd8;},'OnNbM':_0x4beb53(0x188,0x16d,0xed,0x1e9),'zBVvq':_0x4a34e4(0x466,_0x4c5980._0x2e9b0f,_0x4c5980._0x569df0,0x44a)+_0x4beb53(_0x4c5980._0x4c9aea,0x16b,0x1d8,0x157),'SmwiS':_0x4beb53(0x19b,0x12c,_0x4c5980._0x397ea0,_0x4c5980._0x572668)+_0x4beb53(_0x4c5980._0x23c904,0xcd,_0x4c5980._0x3ee86e,_0x4c5980._0x233d07)+'r'};function _0x4a34e4(_0x5f5738,_0x3f743b,_0x3e96f5,_0x3f4ead){return _0xe7931d(_0x5f5738- -_0x549349._0x59a3e5,_0x3f4ead,_0x3e96f5-_0x549349._0xd45c2d,_0x3f4ead-_0x549349._0x3af588);}function _0x4beb53(_0x57558e,_0x3ec975,_0x39199a,_0x1c29d9){return _0xe7931d(_0x3ec975- -_0x27a016._0x354774,_0x39199a,_0x39199a-0x1f0,_0x1c29d9-_0x27a016._0x26a45b);}try{const _0x36bb58=await _0x55265f[_0x4a34e4(_0x4c5980._0x26ffd6,0x403,_0x4c5980._0x390762,0x433)](getTeamById,_0x48ef5c[_0x4beb53(0xfc,_0x4c5980._0x32f6bb,_0x4c5980._0x4092e0,_0x4c5980._0x3422f9)]['id']);if(!_0x36bb58){const _0x60e132={};return _0x60e132[_0x4beb53(_0x4c5980._0x5000d5,_0x4c5980._0x5287c3,_0x4c5980._0x306eb5,_0x4c5980._0x2c6af3)]=_0x55265f['EfgxF'],_0x101470['status'](0x134a+0x2502+0x67*-0x88)[_0x4beb53(_0x4c5980._0x532985,_0x4c5980._0xff7231,_0x4c5980._0x4a9877,_0x4c5980._0x1e51e8)](_0x60e132);}const _0x138234={};_0x138234[_0x4beb53(_0x4c5980._0x50d90b,_0x4c5980._0x464f4c,_0x4c5980._0x2755f0,_0x4c5980._0x5947ce)+_0x4a34e4(_0x4c5980._0x11fa86,_0x4c5980._0x948ac1,_0x4c5980._0x45b670,_0x4c5980._0x10bf65)]=_0x36bb58['id'];const _0xf634e=await wouldRetainServerAdmin(_0x138234);if(!_0xf634e){const _0x34f859={};return _0x34f859[_0x4a34e4(0x428,_0x4c5980._0x1c6d12,0x46d,_0x4c5980._0x10be29)]=_0x55265f['NwUBU'],_0x34f859[_0x4a34e4(0x3ce,_0x4c5980._0x1c3c3b,_0x4c5980._0x49401b,_0x4c5980._0x5e6160)]=_0x55265f[_0x4beb53(_0x4c5980._0x212d2b,0x12b,_0x4c5980._0x306eb5,_0x4c5980._0x22bf57)],_0x101470[_0x4a34e4(0x459,_0x4c5980._0x20ea83,_0x4c5980._0x538faa,_0x4c5980._0x4f493f)](-0xd5b+0x921*0x3+-0x1c8*0x7)[_0x4beb53(_0x4c5980._0x1fc7a3,_0x4c5980._0x1cf8fa,0xda,_0x4c5980._0x4e2a29)](_0x34f859);}const _0x89e2f7=await _0x55265f[_0x4beb53(0x17a,_0x4c5980._0x29937e,0x1b7,_0x4c5980._0x4aa814)](deleteTeam,_0x36bb58['id'],deleteBindingsBySubject,deleteBindingsByResource),_0x1e792e={};return _0x1e792e[_0x4beb53(0x13a,_0x4c5980._0x4321e0,_0x4c5980._0x2d6fe1,_0x4c5980._0x876963)]=_0x55265f[_0x4a34e4(0x391,0x3e3,_0x4c5980._0x21e8a4,_0x4c5980._0x670380)],_0x1e792e[_0x4beb53(_0x4c5980._0x54474f,_0x4c5980._0x59ace0,0x11d,0xfb)+_0x4beb53(0xc5,_0x4c5980._0xe24424,0x121,_0x4c5980._0x12f701)]=_0x89e2f7[_0x4beb53(_0x4c5980._0x3b228d,_0x4c5980._0x2650e0,_0x4c5980._0x2225db,0x14a)+_0x4beb53(_0x4c5980._0x370a93,0xc3,_0x4c5980._0x4b3888,_0x4c5980._0x4d7631)],_0x101470['json'](_0x1e792e);}catch(_0x4ac325){if(_0x55265f[_0x4a34e4(_0x4c5980._0x80cec5,0x3df,_0x4c5980._0x4f1555,_0x4c5980._0x1223f0)](_0x55265f['OnNbM'],_0x4a34e4(_0x4c5980._0x27d56f,0x3f8,_0x4c5980._0x29e6d0,_0x4c5980._0x728f1))){const _0x488c5a={};_0x488c5a[_0x4a34e4(0x428,_0x4c5980._0x1ab4f3,0x45a,_0x4c5980._0x2859b8)]=_0x4ac325[_0x4a34e4(_0x4c5980._0x1621ec,_0x4c5980._0x2492e6,0x423,0x37d)],logger[_0x4beb53(_0x4c5980._0x42f15a,0x145,0x1a8,_0x4c5980._0x11e288)](_0x55265f[_0x4beb53(0x157,0x130,0xf9,0x1ad)],_0x488c5a);const _0x4c77e2={};return _0x4c77e2[_0x4a34e4(_0x4c5980._0x354058,_0x4c5980._0x424c26,0x449,_0x4c5980._0x53a0d4)]=_0x55265f[_0x4beb53(0xf2,0x165,_0x4c5980._0x4ee4a8,0x1e2)],_0x101470[_0x4a34e4(_0x4c5980._0x272896,0x4d5,_0x4c5980._0x318174,_0x4c5980._0x559a33)](0x2*-0x309+-0x95f*-0x3+-0x1417)['json'](_0x4c77e2);}else{const _0x2d25c5={};return _0x2d25c5[_0x4a34e4(0x428,_0x4c5980._0x151851,0x417,0x423)]=_0x55265f[_0x4a34e4(0x3de,0x3dc,0x400,_0x4c5980._0xd4043f)],_0x2d25c5[_0x4a34e4(0x3ce,_0x4c5980._0x524aba,0x426,0x3aa)]=_0x55265f[_0x4beb53(_0x4c5980._0xfa5895,0x134,_0x4c5980._0x519514,_0x4c5980._0x41267d)],_0x25101d[_0x4a34e4(_0x4c5980._0x513b96,_0x4c5980._0xf37181,0x3d7,_0x4c5980._0x111741)](-0x56f+-0x89*0x2+0x811)['json'](_0x2d25c5);}}});const _0x3861bc={};_0x3861bc[_0xe7931d(0x617,0x5ef,0x5db,0x65e)]='id',router[_0x504bbc(-0xd1,-0x182,-0xed,-0x12c)](_0xe7931d(0x612,0x66b,0x610,0x5cc)+'rs',requirePermission('teams:mana'+'ge_members'+_0x504bbc(-0xa,-0x54,-0x9a,-0x7f),_0x3861bc),async(_0x11cd95,_0x4c6f88)=>{const _0x44a2a2={_0x507bb6:0x1c9,_0x159423:0x169,_0x481c9d:0xa5,_0x2bbf36:0xa5,_0x3c5bc2:0x262,_0x154c16:0x2d8,_0x3c6781:0x33d,_0x5e3439:0x348,_0x458dde:0x33f,_0x1d699e:0x2b5,_0x33dd26:0x23b,_0x2e7193:0x2b2,_0x2ae35c:0x65,_0x2f087d:0x83,_0x53a1d7:0xf4,_0x98a5f3:0x27f,_0x5b5e11:0x344,_0x55b131:0x2df,_0x2bf1e5:0x2cc,_0x76514c:0x3b8,_0xfb866c:0x397,_0x537afb:0x35f,_0x95dd98:0x355,_0x186070:0x112,_0x2f1ad8:0x1c8,_0xff6957:0x91,_0x358ab6:0x74,_0x3b6ae3:0xdf,_0x4583a4:0x28e,_0x3c3e93:0x30c,_0x103eb0:0x30a,_0x192136:0xe4,_0x2b2c0d:0x1ad,_0x462947:0x2ff,_0x2ef554:0x374,_0x12a7d2:0x360,_0x332070:0x172,_0x196513:0x146,_0x37a028:0x3b5,_0x2d6c57:0x335,_0x1c128f:0x2dc,_0x879ec8:0x52,_0xaed600:0x5c,_0x21e424:0x375,_0x29feeb:0x2eb,_0x5a65d4:0x2fc,_0x1b538c:0x2f0,_0x799f56:0x353,_0x1a34fe:0x104,_0x127434:0xa2,_0x2d4bcb:0x123,_0x35ee20:0x2b9,_0x250462:0x34b,_0x453bf6:0x2fc,_0x4ca560:0x27e,_0x2f93e5:0x3e5,_0x4b56cf:0x387,_0x2789a5:0x27b,_0x3c4090:0x2b3,_0x11e5b5:0x16e,_0x314e48:0x198,_0x48ff33:0xd2,_0x49687d:0x34c,_0x50dbfc:0x31c,_0x5969cc:0x190,_0x118ab0:0x3d2,_0x279e0d:0x351,_0x2ef008:0x149,_0xa3b0bf:0x175,_0x26735b:0x161,_0xb1a532:0x3e1,_0x42f5a1:0x372,_0x28f985:0x3da,_0x3b899b:0x13a,_0x2033dd:0xca,_0x2c994e:0xc9,_0x3e187b:0x140,_0x480253:0x1b9,_0x383663:0xad,_0x1400f8:0x17b,_0x51a75f:0x31f,_0x2ceaf5:0x2ae,_0x724514:0x2b7,_0x43d539:0x289,_0x7b1ce5:0x2d2,_0x22f9f7:0x288,_0x19a48e:0x125,_0x5d5e56:0x144,_0x5cee49:0x121,_0x5c3bef:0xc5,_0x418b16:0x11f,_0x5d4db2:0x134,_0x8868eb:0x35b,_0x5627fb:0x2f7,_0x4bc203:0x146,_0x402e79:0x12c,_0x2d9cc4:0x151,_0x32cca8:0x1ab,_0x52d647:0x146,_0x2ed101:0x1be,_0x35c096:0x1c6,_0x4514ac:0x154,_0x1cb84e:0x27d,_0x3990a0:0x12b,_0x53804d:0xbd,_0x2999aa:0x378,_0x19c922:0x302,_0x1982be:0xc0,_0x507f7d:0x81,_0x52e6d2:0xc4,_0x899160:0x131,_0x4ca7fe:0x8e,_0x3a3a4a:0x2af,_0x55a4a9:0x3b3,_0x5cb389:0x2e3,_0x11861b:0x170,_0x63702d:0x2d7,_0x44d006:0x29a,_0x3873b5:0x2b4,_0x50d040:0xef,_0x4b3130:0x304,_0x14a142:0x2f7,_0x1665f7:0x2f6,_0x51864c:0x3ad,_0x482426:0x376,_0x324b7e:0x390,_0x5be9ef:0x5c,_0xdd673c:0x39,_0x31718b:0x2de,_0x5c22eb:0x341},_0x329750={_0x2b61b2:0x96},_0x519f4e={_0x278681:0x275};function _0x95cb4b(_0x3bf981,_0x4e32b0,_0x4b8f90,_0x5bf6b4){return _0xe7931d(_0x4b8f90- -_0x519f4e._0x278681,_0x4e32b0,_0x4b8f90-0x3e,_0x5bf6b4-0x175);}function _0xddcea(_0x153ffa,_0x47b1fe,_0x53d7d9,_0x40d757){return _0xe7931d(_0x53d7d9- -0x4a8,_0x47b1fe,_0x53d7d9-0xc,_0x40d757-_0x329750._0x2b61b2);}const _0x150e33={'npYHa':_0xddcea(0x17e,_0x44a2a2._0x507bb6,0x16d,_0x44a2a2._0x159423),'ZTXfR':_0xddcea(_0x44a2a2._0x481c9d,0x59,0xb7,_0x44a2a2._0x2bbf36)+_0x95cb4b(_0x44a2a2._0x3c5bc2,0x2c4,_0x44a2a2._0x154c16,0x2bc),'lMDYz':_0x95cb4b(0x367,0x372,_0x44a2a2._0x3c6781,_0x44a2a2._0x5e3439)+_0x95cb4b(0x312,_0x44a2a2._0x458dde,0x2de,_0x44a2a2._0x1d699e)+'r','bgSpp':_0x95cb4b(_0x44a2a2._0x33dd26,0x294,_0x44a2a2._0x2e7193,0x253),'VuCMa':_0xddcea(0xc5,_0x44a2a2._0x2ae35c,_0x44a2a2._0x2f087d,_0x44a2a2._0x53a1d7)+_0x95cb4b(_0x44a2a2._0x98a5f3,_0x44a2a2._0x5b5e11,_0x44a2a2._0x55b131,_0x44a2a2._0x2bf1e5)+_0xddcea(0x113,0x120,0x113,0x131)+_0x95cb4b(0x2ed,0x37b,0x33f,0x3b9)+'on\x20this\x20te'+'am','HZyFy':_0x95cb4b(0x378,_0x44a2a2._0x76514c,_0x44a2a2._0xfb866c,0x316),'IxEci':_0x95cb4b(_0x44a2a2._0x537afb,_0x44a2a2._0x95dd98,0x2e1,0x358)+_0xddcea(_0x44a2a2._0x186070,0x14a,0x146,_0x44a2a2._0x2f1ad8),'QvZzQ':function(_0x36f59a,_0x2918ee){return _0x36f59a!==_0x2918ee;},'kPmVI':'rxSck','GiWru':_0xddcea(0x97,_0x44a2a2._0xff6957,_0x44a2a2._0x358ab6,_0x44a2a2._0x3b6ae3),'QsAwU':_0x95cb4b(_0x44a2a2._0x4583a4,_0x44a2a2._0x3c3e93,0x309,_0x44a2a2._0x103eb0)+_0xddcea(0xfa,0x11e,0x111,_0x44a2a2._0x192136),'XHYtK':function(_0x585339,_0x1aa9f2){return _0x585339(_0x1aa9f2);},'pdKgQ':_0xddcea(0x172,_0x44a2a2._0x2b2c0d,0x13f,0xce)+'t','QcVix':'Member\x20add'+'ed\x20to\x20team','AiNnU':_0x95cb4b(0x396,_0x44a2a2._0x462947,_0x44a2a2._0x2ef554,_0x44a2a2._0x12a7d2)+_0xddcea(_0x44a2a2._0x332070,0xf3,0x127,_0x44a2a2._0x196513)};try{const _0x37983e=await getTeamById(_0x11cd95[_0x95cb4b(_0x44a2a2._0x37a028,_0x44a2a2._0x2d6c57,0x347,0x3a0)]['id']);if(!_0x37983e){if(_0x150e33['HZyFy']!=='KEyyw'){const _0x43e2cc={};return _0x43e2cc[_0x95cb4b(0x36a,_0x44a2a2._0x1c128f,0x356,0x3d5)]=_0x150e33[_0xddcea(_0x44a2a2._0x879ec8,_0x44a2a2._0xaed600,0xba,0x4b)],_0x4c6f88['status'](-0xe02+-0x1950+0xda2*0x3)['json'](_0x43e2cc);}else{if(_0x13f47e[_0x95cb4b(_0x44a2a2._0x21e424,_0x44a2a2._0x29feeb,_0x44a2a2._0x5a65d4,_0x44a2a2._0x1b538c)][_0x95cb4b(0x270,0x268,0x2e3,_0x44a2a2._0x799f56)]('already\x20a\x20'+'member')){const _0x153591={};return _0x153591[_0xddcea(_0x44a2a2._0x1a34fe,_0x44a2a2._0x127434,_0x44a2a2._0x2d4bcb,0xea)]=_0x150e33['npYHa'],_0x153591[_0x95cb4b(_0x44a2a2._0x35ee20,0x37c,0x2fc,_0x44a2a2._0x250462)]=_0x3877b2[_0x95cb4b(0x330,0x282,_0x44a2a2._0x453bf6,_0x44a2a2._0x4ca560)],_0x1c04f0[_0x95cb4b(0x33e,_0x44a2a2._0x2f93e5,_0x44a2a2._0x4b56cf,0x37a)](-0xf*0x21f+0x289+0x5d*0x55)[_0x95cb4b(_0x44a2a2._0x2789a5,_0x44a2a2._0x3c4090,0x2f7,0x2fd)](_0x153591);}const _0x3c1432={};_0x3c1432[_0xddcea(_0x44a2a2._0x11e5b5,_0x44a2a2._0x314e48,0x123,_0x44a2a2._0x48ff33)]=_0x119825['message'],_0x104182['error'](_0x150e33[_0xddcea(0x121,0x7b,0xa7,0x111)],_0x3c1432);const _0x139ad6={};return _0x139ad6[_0x95cb4b(_0x44a2a2._0x29feeb,_0x44a2a2._0x49687d,0x356,_0x44a2a2._0x50dbfc)]=_0x150e33[_0xddcea(0x103,0xae,0x11a,_0x44a2a2._0x5969cc)],_0x16391d['status'](0x1*-0x366+0x1*0xe03+-0x8a9*0x1)['json'](_0x139ad6);}}const {userId:_0x2daf32}=_0x11cd95[_0x95cb4b(0x30c,_0x44a2a2._0x118ab0,_0x44a2a2._0x279e0d,0x2d4)];if(!_0x2daf32){if(_0x150e33['QvZzQ'](_0x150e33[_0xddcea(0x15e,0xaa,0x115,_0x44a2a2._0x2ef008)],_0x150e33[_0xddcea(0x11a,_0x44a2a2._0xa3b0bf,0x16b,_0x44a2a2._0x26735b)])){const _0x5791cd={};return _0x5791cd[_0xddcea(0x19b,0x149,0x123,0x13b)]=_0x95cb4b(0x378,_0x44a2a2._0xb1a532,_0x44a2a2._0x42f5a1,_0x44a2a2._0x28f985)+'t',_0x5791cd[_0xddcea(_0x44a2a2._0x3b899b,_0x44a2a2._0x2033dd,_0x44a2a2._0x2c994e,0xaf)]=_0x150e33['QsAwU'],_0x4c6f88[_0xddcea(0x1d1,_0x44a2a2._0x3e187b,0x154,_0x44a2a2._0x480253)](-0x336+-0xca8+0x116e)['json'](_0x5791cd);}else{const _0x18f565={};return _0x18f565[_0xddcea(_0x44a2a2._0x383663,_0x44a2a2._0x1400f8,0x123,0xd4)]=_0x150e33[_0x95cb4b(_0x44a2a2._0x51a75f,0x2fd,_0x44a2a2._0x2ceaf5,0x30d)],_0x18f565[_0xddcea(0x8b,0xee,0xc9,0xa1)]=_0x150e33[_0x95cb4b(0x291,0x30f,_0x44a2a2._0x724514,_0x44a2a2._0x43d539)],_0x249368['status'](-0xac3+0x14*0x2b+0x8fa)[_0x95cb4b(_0x44a2a2._0x7b1ce5,0x287,0x2f7,_0x44a2a2._0x22f9f7)](_0x18f565);}}const _0x4fa9a2=await _0x150e33[_0xddcea(_0x44a2a2._0x19a48e,_0x44a2a2._0x5d5e56,0xdd,0xd3)](findUserById,_0x2daf32);if(!_0x4fa9a2){const _0x4a863a={};return _0x4a863a[_0xddcea(_0x44a2a2._0x5cee49,0xcb,_0x44a2a2._0x2d4bcb,_0x44a2a2._0x5c3bef)]=_0x150e33[_0xddcea(0x170,0xf7,_0x44a2a2._0x418b16,_0x44a2a2._0x5d4db2)],_0x4a863a[_0x95cb4b(_0x44a2a2._0x8868eb,_0x44a2a2._0x5627fb,_0x44a2a2._0x5a65d4,0x303)]=_0xddcea(_0x44a2a2._0x4bc203,0x105,_0x44a2a2._0x402e79,_0x44a2a2._0x2d9cc4)+_0xddcea(_0x44a2a2._0x32cca8,0x1c7,_0x44a2a2._0x52d647,_0x44a2a2._0x2ed101),_0x4c6f88[_0xddcea(_0x44a2a2._0x35c096,0xde,_0x44a2a2._0x4514ac,0x162)](0x4*-0x725+0x1*-0x1c0b+0x3a2f)['json'](_0x4a863a);}const _0x20f594=await addMember(_0x37983e['id'],_0x2daf32),_0x2520af={};return _0x2520af[_0x95cb4b(0x327,0x2c5,0x2fc,_0x44a2a2._0x1cb84e)]=_0x150e33[_0xddcea(_0x44a2a2._0x3990a0,0x8f,_0x44a2a2._0x53804d,0x99)],_0x2520af[_0x95cb4b(0x2c6,_0x44a2a2._0x2999aa,0x32a,_0x44a2a2._0x19c922)]=_0x20f594,_0x4c6f88[_0xddcea(_0x44a2a2._0x1982be,_0x44a2a2._0x507f7d,_0x44a2a2._0x52e6d2,_0x44a2a2._0x899160)](_0x2520af);}catch(_0x3cda7a){if(_0x3cda7a[_0xddcea(_0x44a2a2._0x4ca7fe,_0x44a2a2._0x19a48e,0xc9,0x6e)][_0x95cb4b(0x35b,0x296,0x2e3,_0x44a2a2._0x3a3a4a)](_0x150e33[_0x95cb4b(_0x44a2a2._0x55a4a9,_0x44a2a2._0x5cb389,0x360,0x39a)])){const _0x145d67={};return _0x145d67[_0xddcea(0xc9,0xac,0x123,_0x44a2a2._0x11861b)]=_0x150e33[_0x95cb4b(0x3a7,_0x44a2a2._0x63702d,0x335,0x2b3)],_0x145d67[_0x95cb4b(0x2e2,0x350,0x2fc,0x313)]=_0x3cda7a[_0x95cb4b(_0x44a2a2._0x44d006,_0x44a2a2._0x3873b5,0x2fc,0x2b4)],_0x4c6f88[_0xddcea(_0x44a2a2._0x50d040,0x11c,_0x44a2a2._0x4514ac,0x110)](0x1feb*0x1+-0x41e*-0x8+0x1516*-0x3)[_0x95cb4b(_0x44a2a2._0x4b3130,0x2aa,_0x44a2a2._0x14a142,_0x44a2a2._0x1665f7)](_0x145d67);}const _0x28adbe={};_0x28adbe[_0x95cb4b(_0x44a2a2._0x51864c,_0x44a2a2._0x482426,0x356,_0x44a2a2._0x324b7e)]=_0x3cda7a['message'],logger[_0xddcea(0x14a,_0x44a2a2._0x11861b,0x123,0x101)](_0x150e33[_0xddcea(_0x44a2a2._0x5be9ef,_0x44a2a2._0xdd673c,0xa7,0x45)],_0x28adbe);const _0x155092={};return _0x155092['error']='Internal\x20s'+_0x95cb4b(0x32f,0x29f,_0x44a2a2._0x31718b,_0x44a2a2._0x5c22eb)+'r',_0x4c6f88['status'](-0x1*-0x19ab+0x1*0x190c+-0x30c3)[_0x95cb4b(0x2e4,0x336,_0x44a2a2._0x14a142,0x301)](_0x155092);}});const _0x5606ec={};_0x5606ec[_0xe7931d(0x617,0x5ad,0x5aa,0x5de)]='id';function _0xe7931d(_0x8ac9ba,_0x2caf73,_0xd2273a,_0x4955ba){const _0x473673={_0x5ecb80:0x387};return _0x3f99(_0x8ac9ba-_0x473673._0x5ecb80,_0x2caf73);}router['delete']('/:id/membe'+_0x504bbc(-0x69,-0x81,-0x11d,-0xa2),requirePermission(_0xe7931d(0x590,0x592,0x607,0x5bf)+_0x504bbc(-0x11e,-0x153,-0x158,-0x127)+'hip',_0x5606ec),async(_0xc21dbb,_0x23b58a)=>{const _0x31f15e={_0x10dd87:0x48,_0x212b10:0x47,_0x59ca9e:0x4,_0x229aa6:0x264,_0x969f9c:0x59,_0x30dbb1:0x61,_0x27a34d:0xc7,_0x57fadd:0xb9,_0x4259a9:0x7e,_0x1bee39:0x37,_0x3a6553:0x44,_0x4019a9:0x3,_0xbbfa4b:0x5f,_0x2b5559:0x5d,_0x345683:0x9b,_0x45a0a1:0x122,_0x2ae8da:0xaf,_0x1bd4c4:0x118,_0x1e8768:0x167,_0x3f51f0:0x62,_0xc3cfee:0x1d7,_0x207416:0x1fc,_0xe0e8c8:0x12c,_0x5ed8f9:0x155,_0x322e18:0x76,_0x2c3d62:0x65,_0x477da1:0x1d8,_0x28aee3:0x17d,_0x292457:0x18,_0x1c114f:0x13f,_0x43c1c8:0x226,_0xbb976:0x186,_0x333972:0x16d,_0x27e319:0x61,_0x11f026:0x9c,_0x50d3da:0x160,_0x49c653:0x15c,_0x3a77e2:0x1f9,_0x12c6b5:0x16b,_0x3828a4:0x12d,_0x1bffb5:0x1aa,_0x440a0f:0x13d,_0x27ce2c:0xbe,_0x1e60a3:0x192,_0x412d2e:0xb1,_0x2f8380:0x2f,_0x2f2745:0x98,_0x20e2c8:0x36,_0x4ceec8:0x32,_0xdfae52:0x48,_0x51c0a5:0x80,_0x215e76:0x12,_0x257032:0x233,_0x43eba6:0x28b,_0x59b4f5:0x247,_0x5b1504:0x129,_0x33977f:0x19a,_0x51ab73:0x6e,_0x2ba5ee:0x39,_0x29fe9d:0xe8,_0x78719:0xe0,_0x32f5ae:0xdd,_0x1101d7:0x2,_0x41945b:0x57,_0x28ce25:0x43,_0x1aa919:0x1c0,_0x4e2e83:0x1c7,_0xca7f58:0xa3,_0xb6713c:0x93,_0x12465a:0xb,_0x4e8c59:0x88,_0x1143ba:0x1f4,_0x5ef8dc:0x260,_0x21f39f:0x213,_0x33f83a:0x24a,_0x37c312:0x1ab,_0x6c2ef4:0x1f5,_0x300d0a:0x65,_0x293af6:0x39,_0x35dc4e:0x13,_0xf13fb3:0xa9,_0x4c274a:0x126,_0x2b5e2a:0xe6,_0x566862:0x9d,_0x499337:0x39,_0x37eb59:0x14b,_0x25d6dc:0x211,_0x3990c2:0x6a,_0x5037f2:0xcf,_0x397b0e:0x1f9,_0x4db8a1:0x210,_0xc83813:0x1bb,_0x5f1e97:0x1e3,_0x26ffc7:0x154,_0x260eed:0x1a8,_0x209eea:0x109,_0x49b513:0x1bd,_0x98864c:0x96,_0x5b78ba:0x33,_0x1e795b:0x2e,_0x42d4a0:0x28,_0xb407a9:0x8,_0x4d82e2:0x19,_0x19a5f5:0x2b,_0x5a5126:0x51,_0x59c205:0x74,_0x6edc35:0x7c,_0x425649:0xc2,_0x289ac7:0x98,_0x57c550:0x136,_0x47540d:0x1f8,_0x5c3e8c:0x22f,_0x3b012d:0x169,_0x22f5da:0x213,_0x295e9b:0x19b,_0x4352d0:0x185,_0x5243c3:0x1fe,_0x59492f:0x1a1,_0x4abd90:0xdc,_0x39ec3c:0x189,_0x48e147:0x16a,_0x3e8cbe:0x98},_0x304701={_0x1e27db:0x604,_0x4f2e52:0x171},_0xcdb88f={_0x2d3aaa:0x197};function _0x19dd25(_0x14835d,_0x2d299d,_0x748f29,_0x2a516c){return _0x504bbc(_0x14835d-0x15e,_0x2d299d-_0xcdb88f._0x2d3aaa,_0x2d299d,_0x2a516c- -0xe3);}const _0x3eca79={'fulqh':_0x4dbad7(-0x42,-0x6e,-_0x31f15e._0x10dd87,-0x52)+'erver\x20erro'+'r','VIZEl':_0x4dbad7(0x35,_0x31f15e._0x212b10,_0x31f15e._0x59ca9e,0x11),'pZjnn':function(_0x596c58,_0x51f41f){return _0x596c58(_0x51f41f);},'kBsam':_0x19dd25(-_0x31f15e._0x229aa6,-0x1e8,-0x218,-0x210)+_0x4dbad7(_0x31f15e._0x969f9c,-_0x31f15e._0x30dbb1,0x5b,-0x16),'rVEPP':_0x4dbad7(-_0x31f15e._0x27a34d,-0x69,-_0x31f15e._0x57fadd,-_0x31f15e._0x4259a9)+'ove\x20member','DRUaA':_0x4dbad7(0x42,-_0x31f15e._0x1bee39,_0x31f15e._0x3a6553,-_0x31f15e._0x4019a9)+_0x4dbad7(-_0x31f15e._0xbbfa4b,-_0x31f15e._0x2b5559,0x4e,0x6)+_0x4dbad7(-_0x31f15e._0x345683,-0xf7,-_0x31f15e._0x45a0a1,-_0x31f15e._0x2ae8da)+_0x19dd25(-_0x31f15e._0x1bd4c4,-0x18f,-0x11b,-_0x31f15e._0x1e8768)+_0x4dbad7(-0x37,-0x49,-0x1b,-_0x31f15e._0x3f51f0)+_0x19dd25(-_0x31f15e._0xc3cfee,-0x28f,-_0x31f15e._0x207416,-0x22b)+_0x4dbad7(-_0x31f15e._0xe0e8c8,-_0x31f15e._0x5ed8f9,-_0x31f15e._0x322e18,-0xe4)+'dmin\x20must\x20'+_0x4dbad7(-_0x31f15e._0x2c3d62,-0x43,-0x60,-0x18),'ozgAT':function(_0x42a294,_0x50168f,_0x340c91){return _0x42a294(_0x50168f,_0x340c91);},'GFkdU':_0x19dd25(-0x22e,-0x207,-0x16a,-_0x31f15e._0x477da1)+_0x19dd25(-0x16a,-_0x31f15e._0x28aee3,-0x1af,-0x19d)+_0x4dbad7(-0x55,-0xb3,-0x74,-0x65),'DyCoZ':function(_0x406b34,_0x5416bf){return _0x406b34!==_0x5416bf;},'lTuDD':_0x4dbad7(_0x31f15e._0x292457,0x1,-0x1c,-0x33),'mpkUH':_0x19dd25(-_0x31f15e._0x1c114f,-0x176,-_0x31f15e._0x43c1c8,-0x1c1)+'er','gVuAN':function(_0x3bc657,_0x3fced8){return _0x3bc657!==_0x3fced8;},'MvXwi':_0x4dbad7(-0x106,-0x52,-0x109,-0xcd),'pMJPm':_0x19dd25(-_0x31f15e._0xbb976,-0x15c,-0x1a7,-_0x31f15e._0x333972),'Cfidq':_0x19dd25(-0x15e,-0x168,-0x1ca,-0x16e)+_0x4dbad7(-0xec,-0x79,-_0x31f15e._0x27e319,-_0x31f15e._0x11f026)+'r'};function _0x4dbad7(_0x5e0085,_0x42ff9b,_0x56475e,_0x33ccc6){return _0xe7931d(_0x33ccc6- -_0x304701._0x1e27db,_0x56475e,_0x56475e-_0x304701._0x4f2e52,_0x33ccc6-0x59);}try{const _0x43517b=await _0x3eca79[_0x19dd25(-_0x31f15e._0x50d3da,-_0x31f15e._0x49c653,-0x106,-0x171)](getTeamById,_0xc21dbb[_0x19dd25(-_0x31f15e._0x3a77e2,-_0x31f15e._0x12c6b5,-_0x31f15e._0x3828a4,-_0x31f15e._0x1bffb5)]['id']);if(!_0x43517b){const _0x5c1e1d={};return _0x5c1e1d['error']=_0x3eca79[_0x4dbad7(-0x120,-_0x31f15e._0x440a0f,-0xdc,-_0x31f15e._0x27ce2c)],_0x23b58a[_0x19dd25(-0x1bc,-0x1aa,-_0x31f15e._0x1e60a3,-0x16a)](-0x17f7+-0x1de*-0xe+-0x11*0x9)[_0x4dbad7(-_0x31f15e._0x412d2e,-_0x31f15e._0x2f8380,-0xfe,-_0x31f15e._0x2f2745)](_0x5c1e1d);}const _0x27cfc7={};_0x27cfc7[_0x4dbad7(-_0x31f15e._0x20e2c8,-0x6e,0x2f,-0x3f)]=_0x43517b['id'],_0x27cfc7['userId']=_0xc21dbb[_0x4dbad7(_0x31f15e._0x4ceec8,-0x62,-0x34,-_0x31f15e._0xdfae52)][_0x4dbad7(-0x6d,_0x31f15e._0x30dbb1,_0x31f15e._0x51c0a5,_0x31f15e._0x215e76)];const _0x2e16bc={};_0x2e16bc[_0x19dd25(-_0x31f15e._0x257032,-_0x31f15e._0x43eba6,-0x1ca,-_0x31f15e._0x59b4f5)+_0x19dd25(-0x146,-_0x31f15e._0x5b1504,-_0x31f15e._0x33977f,-0x1a6)]=_0x27cfc7;const _0x3ae8e6=await wouldRetainServerAdmin(_0x2e16bc);if(!_0x3ae8e6){const _0x331a0e={};return _0x331a0e[_0x4dbad7(-0xa9,-0x21,-_0x31f15e._0x51ab73,-_0x31f15e._0x2ba5ee)]=_0x3eca79[_0x4dbad7(-_0x31f15e._0x29fe9d,-_0x31f15e._0x78719,-_0x31f15e._0x32f5ae,-0x94)],_0x331a0e['message']=_0x3eca79[_0x4dbad7(_0x31f15e._0x1101d7,-_0x31f15e._0x41945b,-0x94,-0x25)],_0x23b58a['status'](0x34f+0x8d7+-0x54b*0x2)[_0x4dbad7(-_0x31f15e._0x28ce25,-0xd0,-0x1c,-0x98)](_0x331a0e);}const _0x5999c8=await _0x3eca79['ozgAT'](removeMember,_0x43517b['id'],_0xc21dbb[_0x19dd25(-_0x31f15e._0x1aa919,-0x185,-0x215,-0x1aa)][_0x19dd25(-_0x31f15e._0x4e2e83,-0xf7,-0x189,-0x150)]),_0x58a134={};return _0x58a134[_0x4dbad7(-0x45,-0xc0,-_0x31f15e._0xca7f58,-_0x31f15e._0xb6713c)]=_0x3eca79['GFkdU'],_0x58a134[_0x4dbad7(-0x89,_0x31f15e._0x12465a,-_0x31f15e._0x4e8c59,-_0x31f15e._0x2c3d62)]=_0x5999c8,_0x23b58a['json'](_0x58a134);}catch(_0x6a65d0){if(_0x3eca79[_0x19dd25(-0x245,-0x1ca,-0x225,-_0x31f15e._0x1143ba)](_0x3eca79['lTuDD'],_0x3eca79[_0x19dd25(-0x1d6,-_0x31f15e._0x5ef8dc,-0x223,-0x216)])){const _0x2ef1c9={};_0x2ef1c9['error']=_0xe5c0b8[_0x19dd25(-_0x31f15e._0x21f39f,-_0x31f15e._0x33f83a,-_0x31f15e._0x37c312,-_0x31f15e._0x6c2ef4)],_0x12ed59[_0x4dbad7(0xb,-_0x31f15e._0x300d0a,-0x1c,-_0x31f15e._0x293af6)](_0x4dbad7(-0x9e,-0x24,_0x31f15e._0x35dc4e,-0x6a)+_0x4dbad7(-0x151,-_0x31f15e._0xf13fb3,-_0x31f15e._0x4c274a,-_0x31f15e._0x2b5e2a),_0x2ef1c9);const _0x5589e3={};return _0x5589e3[_0x4dbad7(0x3c,-_0x31f15e._0x566862,0x0,-_0x31f15e._0x499337)]=_0x3eca79[_0x19dd25(-0xe3,-0x1b5,-0x172,-_0x31f15e._0x37eb59)],_0x1c5d6d['status'](-0x77+0x31*-0x1f+-0x1*-0x85a)[_0x19dd25(-_0x31f15e._0x25d6dc,-0x226,-0x237,-0x1fa)](_0x5589e3);}else{if(_0x6a65d0[_0x4dbad7(-_0x31f15e._0x3990c2,-_0x31f15e._0x5037f2,-0x13,-0x93)]['includes'](_0x3eca79[_0x19dd25(-_0x31f15e._0x397b0e,-_0x31f15e._0x4db8a1,-_0x31f15e._0xc83813,-0x22d)])){if(_0x3eca79[_0x19dd25(-0x262,-0x208,-0x24c,-_0x31f15e._0x5f1e97)](_0x19dd25(-_0x31f15e._0x26ffc7,-0x13e,-_0x31f15e._0x260eed,-0x16f),_0x3eca79[_0x19dd25(-_0x31f15e._0x209eea,-0x1d4,-0x1bb,-0x159)])){const _0x466634={};return _0x466634[_0x19dd25(-0x14a,-_0x31f15e._0x49b513,-0x17d,-0x19b)]=_0x3eca79['pMJPm'],_0x466634[_0x4dbad7(-_0x31f15e._0x98864c,-0xed,-_0x31f15e._0x5b78ba,-0x93)]=_0x6a65d0['message'],_0x23b58a[_0x4dbad7(-_0x31f15e._0x1e795b,-_0x31f15e._0x42d4a0,-0x68,-_0x31f15e._0xb407a9)](0x18bd+-0x73f+-0xfea)['json'](_0x466634);}else{const _0x54db50={};return _0x54db50['error']=_0x3eca79[_0x4dbad7(-0x98,-0x5d,-_0x31f15e._0x4d82e2,-0x6c)],_0x54db50['message']=_0x37bb06[_0x4dbad7(-_0x31f15e._0x19a5f5,-0x75,-0x4e,-0x93)],_0x4ff1d3[_0x4dbad7(_0x31f15e._0x5a5126,-0x84,-_0x31f15e._0x59c205,-_0x31f15e._0xb407a9)](-0x1*-0x241d+0x106b*-0x1+-0x71*0x29)[_0x4dbad7(-0xcb,-_0x31f15e._0x6edc35,-_0x31f15e._0x425649,-_0x31f15e._0x289ac7)](_0x54db50);}}const _0x4572db={};_0x4572db[_0x19dd25(-_0x31f15e._0x57c550,-0x151,-_0x31f15e._0x47540d,-0x19b)]=_0x6a65d0[_0x19dd25(-_0x31f15e._0x5c3e8c,-0x1f1,-0x255,-_0x31f15e._0x6c2ef4)],logger[_0x19dd25(-_0x31f15e._0x3b012d,-_0x31f15e._0x22f5da,-0x127,-_0x31f15e._0x295e9b)](_0x3eca79[_0x19dd25(-_0x31f15e._0x4352d0,-_0x31f15e._0x5243c3,-0x20c,-0x199)],_0x4572db);const _0xb9c046={};return _0xb9c046[_0x19dd25(-_0x31f15e._0x59492f,-0x1b7,-0x1e1,-0x19b)]=_0x3eca79[_0x19dd25(-_0x31f15e._0x4abd90,-0xe8,-_0x31f15e._0x39ec3c,-_0x31f15e._0x37eb59)],_0x23b58a[_0x19dd25(-_0x31f15e._0x295e9b,-0x1bf,-0x161,-_0x31f15e._0x48e147)](0x259+-0x149*-0x7+-0x964)[_0x4dbad7(-0x52,-_0x31f15e._0x969f9c,-0x102,-_0x31f15e._0x3e8cbe)](_0xb9c046);}}});export default router;
1
+ (function(_0x2a070b,_0x30d037){const _0x16a531={_0x1f15d3:0x22d,_0x4b9ec1:0x22e,_0x5eb207:0x1cb,_0x1bcc2b:0x369,_0x9306de:0x377,_0x5a330c:0x2b9,_0x2de0e4:0x25c,_0x51cc3f:0x260,_0x557dcf:0x378,_0x5932ec:0x310,_0x171f64:0x210,_0x580645:0x2bb,_0x2d0dfa:0x319,_0x2d02f7:0x26b,_0x5b3252:0x333,_0x3829c4:0x36f,_0x15df2a:0x3b7},_0x426769={_0x434a96:0x17c},_0x3b44dd=_0x2a070b();function _0x5d3785(_0x2919d6,_0x46478a,_0x4f274a,_0x50da50){return _0x5072(_0x46478a-_0x426769._0x434a96,_0x4f274a);}function _0x25f1ac(_0x2f0676,_0x5c7802,_0x289515,_0xc661d5){return _0x5072(_0x5c7802- -0x3a3,_0x289515);}while(!![]){try{const _0x1bda03=parseInt(_0x25f1ac(-_0x16a531._0x1f15d3,-_0x16a531._0x4b9ec1,-_0x16a531._0x5eb207,-0x28f))/(0x346*-0x5+0x1a8c*-0x1+0x2aeb)+-parseInt(_0x5d3785(0x334,_0x16a531._0x1bcc2b,_0x16a531._0x9306de,0x327))/(0x1*0xe2+-0x26e3+0x107*0x25)*(-parseInt(_0x5d3785(0x254,_0x16a531._0x5a330c,_0x16a531._0x2de0e4,_0x16a531._0x51cc3f))/(-0x749+0x1003*-0x1+0x174f))+-parseInt(_0x25f1ac(-0x236,-0x20c,-0x23e,-0x286))/(-0x1a15+-0x2012+0x1*0x3a2b)+-parseInt(_0x5d3785(_0x16a531._0x557dcf,0x30d,_0x16a531._0x5932ec,0x325))/(0xa*-0x38+0x2372+-0x1*0x213d)+-parseInt(_0x25f1ac(-0x268,-0x26b,-0x2b2,-0x2a3))/(0x22f0+0x1bc4+0x47*-0xe2)+-parseInt(_0x25f1ac(-0x21b,-_0x16a531._0x171f64,-0x1ad,-0x196))/(-0x1d50+-0x95*-0x11+0x1372)*(-parseInt(_0x5d3785(0x2b1,_0x16a531._0x580645,_0x16a531._0x2d0dfa,_0x16a531._0x2d02f7))/(-0x2253+0x10f1*0x1+-0x2e7*-0x6))+parseInt(_0x5d3785(_0x16a531._0x5b3252,_0x16a531._0x3829c4,0x389,_0x16a531._0x15df2a))/(-0x804*-0x3+0x302+0x1*-0x1b05);if(_0x1bda03===_0x30d037)break;else _0x3b44dd['push'](_0x3b44dd['shift']());}catch(_0x59a5b9){_0x3b44dd['push'](_0x3b44dd['shift']());}}}(_0x8c21,0x1a83*-0x1+-0x1*-0x81f5+0x207d0));import _0x7ddc26 from'express';import{logger}from'../lib/logger.js';import{getTeams,getTeamById,getTeamsByUserId,createTeam,updateTeam,deleteTeam,addMember,removeMember}from'../lib/teams.js';import{deleteBindingsBySubject,deleteBindingsByResource}from'../lib/bindings.js';import{findUserById}from'../lib/users.js';import{hasPermission,hasAllPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';import{requirePermission}from'../middleware/requirePermission.js';const router=_0x7ddc26[_0x2644ce(0x541,0x49d,0x4ee,0x4ec)]();async function validateUserIds(_0x311aaf){const _0xfc108c={'EPRKq':function(_0x36bd9,_0x24df53){return _0x36bd9(_0x24df53);}},_0x4ae0e8=[];for(const _0x4e416a of _0x311aaf){const _0xaec92=await _0xfc108c['EPRKq'](findUserById,_0x4e416a);if(!_0xaec92)_0x4ae0e8['push'](_0x4e416a);}return _0x4ae0e8;}router[_0xce7891(-0x9c,-0x107,-0x180,-0x11b)]('/',requirePermission(_0xce7891(-0x92,-0x99,-0xba,-0xa1)),async(_0x285d58,_0x8b56e0)=>{const _0x28044e={_0x548944:0x236,_0xecf50a:0x1f9,_0xd39821:0x22f,_0x10938a:0x279,_0x329c00:0x1af,_0x300dad:0x1a4,_0x235cf8:0x233,_0x2f9bd4:0x265,_0x451361:0x1ce,_0xb513f9:0x1e9,_0x4ec45f:0x19c,_0x3faf21:0x20c,_0x2bfec2:0x168,_0x3f7c6b:0x179,_0x584438:0x145,_0x8f372b:0x1de,_0x474682:0xd2,_0x69cb54:0x126,_0x155231:0x84,_0x4b1a99:0xf3,_0x585614:0xc5,_0x489e4c:0x190,_0x5ef5b3:0x11a,_0x4140bf:0xbf,_0x2730c1:0x137,_0x4b7449:0x1a0,_0x475f03:0x11c,_0x24d861:0x129,_0x47e48d:0xe7,_0x298804:0x1b6,_0x11095b:0x246,_0x3c8f91:0x20d,_0x1f54a7:0x176,_0x26f669:0x178,_0x91c45a:0x181,_0x2f1ac5:0x1c9,_0x110360:0x223,_0x317466:0x26b,_0x4854d9:0x225,_0x33f07b:0xd3,_0x3ec58f:0x144,_0x159d15:0x132,_0x4348f9:0xe5,_0x11450:0x1bd,_0x3829e3:0x159,_0x59d369:0x10d,_0x557d0b:0x1e8,_0x547a37:0x16f,_0x533b81:0x215,_0x1d4121:0x8d,_0x4d1d19:0x15f,_0x2d8d8e:0x124,_0x4819fc:0x1ff,_0x36b548:0x1eb,_0x39bc23:0x232,_0x3a5730:0x108,_0x2ac08b:0xfa,_0x1a5dda:0x14b,_0x55c9f0:0x100,_0x4e7d48:0x1e8,_0x39a942:0x20c,_0x3b9a52:0x1dc,_0x1083b0:0x1db,_0x5ac6b9:0x19e},_0x45792c={_0x5f0c61:0x509,_0x292969:0x4d4,_0x55cc19:0x4ff,_0x48fb47:0x4db,_0x2bb4c4:0x4c5,_0x45fdf0:0x460,_0x2424a3:0x525,_0x490daf:0x12d,_0x3d9f33:0x20b,_0x5de0f6:0x19d,_0x34cc1e:0x153,_0x11dc2e:0x174,_0x2044b9:0x175,_0x5ac344:0xe2,_0x55e0d2:0x145},_0x2bca62={_0x32ad60:0x324,_0x5ad4ca:0xb},_0x9ec9b3={_0x444672:0x74,_0x945b35:0x133,_0x521bd4:0x66c},_0x58a963={_0x1d9e4b:0x1a8},_0x2bccbf={'gDQHC':_0x108fe9(-_0x28044e._0x548944,-_0x28044e._0xecf50a,-_0x28044e._0xd39821,-_0x28044e._0x10938a)+_0x4a445e(-_0x28044e._0x329c00,-0x1e4,-0x1a8,-0x19c)+_0x108fe9(-0x21a,-_0x28044e._0x300dad,-_0x28044e._0x235cf8,-_0x28044e._0x2f9bd4),'BbHrP':function(_0x44de7a,_0xeb661,_0x42511d,_0x29a466){return _0x44de7a(_0xeb661,_0x42511d,_0x29a466);},'zGIJb':'This\x20chang'+_0x108fe9(-_0x28044e._0x451361,-_0x28044e._0xb513f9,-0x152,-0x244)+_0x108fe9(-0x1a5,-_0x28044e._0x4ec45f,-_0x28044e._0x3faf21,-_0x28044e._0x2bfec2)+_0x4a445e(-0x16b,-0x10b,-0x11a,-_0x28044e._0x3f7c6b)+'.\x20At\x20least'+_0x108fe9(-0x241,-0x29c,-0x1dd,-0x26a)+_0x108fe9(-0x191,-0x1ca,-_0x28044e._0x584438,-_0x28044e._0x8f372b)+'st\x20remain.','eiFfw':function(_0x2e5a17,_0x5cb565){return _0x2e5a17===_0x5cb565;},'XmHFH':_0x4a445e(-0x1a4,-0x124,-_0x28044e._0x474682,-_0x28044e._0x69cb54),'LcxhV':function(_0x37235e,_0x3514f5){return _0x37235e(_0x3514f5);},'qTYeJ':function(_0x58fb28,_0x697a8b){return _0x58fb28!==_0x697a8b;},'edsJz':_0x4a445e(-0xf1,-0x8e,-_0x28044e._0x155231,-_0x28044e._0x4b1a99),'CWbNX':_0x4a445e(-_0x28044e._0x585614,-0x176,-0x110,-0xfd),'lHXvj':function(_0x1b17f6){return _0x1b17f6();},'lofuj':function(_0x441dfb,_0x96087e){return _0x441dfb(_0x96087e);},'ULZQB':'Internal\x20s'+_0x4a445e(-_0x28044e._0x489e4c,-_0x28044e._0x585614,-0x119,-_0x28044e._0x5ef5b3)+'r'};function _0x4a445e(_0x4c103b,_0xf84e13,_0xa4d567,_0x407cf9){return _0xce7891(_0x4c103b-0x181,_0xf84e13,_0xa4d567-0x1a4,_0x407cf9- -0x60);}function _0x108fe9(_0x3d9fca,_0x38fb28,_0x4dcd8b,_0x151a1e){return _0xce7891(_0x3d9fca-0x87,_0x38fb28,_0x4dcd8b-_0x58a963._0x1d9e4b,_0x3d9fca- -0xef);}try{if(_0x2bccbf[_0x4a445e(-_0x28044e._0x4140bf,-0xbe,-0x188,-_0x28044e._0x2730c1)](_0x2bccbf[_0x4a445e(-_0x28044e._0x4b7449,-0x15f,-_0x28044e._0x475f03,-_0x28044e._0x24d861)],_0x2bccbf['XmHFH'])){const _0x53ab8d=_0x285d58[_0x4a445e(-_0x28044e._0x47e48d,-0x1cf,-0x1c7,-0x160)]['id'],_0x4e33dd=await _0x2bccbf[_0x108fe9(-_0x28044e._0x298804,-0x13c,-0x139,-0x1cb)](hasAllPermissions,_0x53ab8d);let _0x19ca06;if(_0x4e33dd){if(_0x2bccbf['qTYeJ'](_0x2bccbf[_0x108fe9(-_0x28044e._0x11095b,-0x1e2,-0x261,-_0x28044e._0x3c8f91)],_0x2bccbf[_0x4a445e(-_0x28044e._0x1f54a7,-0x1cc,-0x1fa,-0x1ba)]))_0x19ca06=await _0x2bccbf['lHXvj'](getTeams);else{const _0x58d0b6={};return _0x58d0b6[_0x108fe9(-_0x28044e._0x26f669,-_0x28044e._0x91c45a,-_0x28044e._0x2f1ac5,-0x1b1)]=_0x108fe9(-0x220,-_0x28044e._0x110360,-_0x28044e._0x317466,-_0x28044e._0x4854d9)+_0x108fe9(-0x224,-0x248,-0x268,-0x220),_0x59c84e[_0x4a445e(-0x185,-_0x28044e._0x33f07b,-_0x28044e._0x3ec58f,-_0x28044e._0x159d15)](0x21b3+0x7*-0x593+-0x1*-0x6e6)[_0x4a445e(-0x16e,-_0x28044e._0x4348f9,-_0x28044e._0x11450,-_0x28044e._0x3829e3)](_0x58d0b6);}}else _0x19ca06=await _0x2bccbf['lofuj'](getTeamsByUserId,_0x53ab8d);const _0x27a341=await Promise[_0x4a445e(-0xff,-_0x28044e._0x155231,-0x127,-0xf9)](_0x19ca06[_0x4a445e(-0x122,-0x14c,-0x15b,-_0x28044e._0x59d369)](async _0x5a530c=>{function _0x1bb79c(_0x4733ae,_0x53dc3d,_0x1b8f3f,_0x5ec6ac){return _0x4a445e(_0x4733ae-_0x9ec9b3._0x444672,_0x1b8f3f,_0x1b8f3f-_0x9ec9b3._0x945b35,_0x53dc3d-_0x9ec9b3._0x521bd4);}const _0x2e6e75=_0x4e33dd||await hasPermission(_0x53ab8d,_0x2bccbf[_0x1bb79c(0x4f6,_0x45792c._0x5f0c61,0x542,0x567)],_0x5a530c['id']);function _0x48336a(_0x497e06,_0x47705c,_0x367dc1,_0x3200c3){return _0x108fe9(_0x3200c3-_0x2bca62._0x32ad60,_0x367dc1,_0x367dc1-_0x2bca62._0x5ad4ca,_0x3200c3-0xbb);}const _0x3b91fc=_0x4e33dd||await _0x2bccbf[_0x1bb79c(_0x45792c._0x292969,_0x45792c._0x55cc19,0x512,0x508)](hasPermission,_0x53ab8d,_0x1bb79c(_0x45792c._0x48fb47,_0x45792c._0x2bb4c4,_0x45792c._0x45fdf0,_0x45792c._0x2424a3)+'ge',_0x5a530c['id']),_0x5318a4={..._0x5a530c};return _0x5318a4[_0x48336a(_0x45792c._0x490daf,_0x45792c._0x3d9f33,0x19d,_0x45792c._0x5de0f6)+_0x48336a(_0x45792c._0x34cc1e,_0x45792c._0x11dc2e,0x13a,0xf8)]=_0x2e6e75,_0x5318a4[_0x48336a(0xae,_0x45792c._0x2044b9,_0x45792c._0x5ac344,0x11d)+_0x48336a(0x126,0xaa,_0x45792c._0x55e0d2,0x10e)]=_0x3b91fc,_0x5318a4;})),_0x35e308={};return _0x35e308['teams']=_0x27a341,_0x8b56e0[_0x108fe9(-_0x28044e._0x557d0b,-0x249,-_0x28044e._0x547a37,-_0x28044e._0x533b81)](_0x35e308);}else{const _0x50d0ac={};return _0x50d0ac[_0x4a445e(-_0x28044e._0x1d4121,-_0x28044e._0x4d1d19,-_0x28044e._0x2d8d8e,-0xe9)]=_0x4a445e(-_0x28044e._0x4819fc,-_0x28044e._0x36b548,-_0x28044e._0x39bc23,-0x1cf)+'ate\x20member'+'s',_0x50d0ac[_0x108fe9(-_0x28044e._0x547a37,-_0x28044e._0x3a5730,-_0x28044e._0x2ac08b,-_0x28044e._0x1a5dda)]=_0x2bccbf['zGIJb'],_0x3bddc8[_0x4a445e(-_0x28044e._0x55c9f0,-_0x28044e._0x2730c1,-0x170,-0x132)](-0x1f*-0xb7+-0xe7d*-0x1+-0x2316)[_0x108fe9(-_0x28044e._0x4e7d48,-_0x28044e._0x39a942,-_0x28044e._0x3b9a52,-0x22c)](_0x50d0ac);}}catch(_0x52d947){const _0x2638f1={};_0x2638f1[_0x108fe9(-_0x28044e._0x26f669,-_0x28044e._0x1083b0,-0x138,-0x107)]=_0x52d947['message'],logger['error']('Error\x20list'+'ing\x20teams',_0x2638f1);const _0x23b437={};return _0x23b437['error']=_0x2bccbf['ULZQB'],_0x8b56e0[_0x4a445e(-_0x28044e._0x5ac6b9,-0xfa,-0x1aa,-0x132)](0x215f+0x2c*0x93+-0x1*0x38af)['json'](_0x23b437);}}),router[_0x2644ce(0x51c,0x506,0x524,0x4ca)](_0xce7891(-0x16d,-0x181,-0x19d,-0x12d),requirePermission(_0x2644ce(0x613,0x60c,0x59e,0x5fe)),async(_0x33646d,_0x5f4ca7)=>{const _0x311eef={_0xbf07aa:0x29f,_0x2bb111:0x2c0,_0x4df8f6:0x28c,_0x273441:0x541,_0x561280:0x23d,_0x29188f:0x230,_0x186718:0x539,_0x8d2290:0x55b,_0x310f6f:0x27a,_0x209098:0x21d,_0x21b8c3:0x19c,_0x46f4e7:0x208,_0x8389e3:0x4f8,_0x54a1ec:0x4e1,_0x56adc2:0x4ee,_0x265970:0x4ff,_0x5883e1:0x534,_0x547172:0x497,_0xf013b8:0x4f2,_0x3fcded:0x4b7,_0x93b51b:0x4a1,_0x490498:0x4e8,_0x7008aa:0x500,_0x22e976:0x521,_0xda87d8:0x4fb,_0x208ed3:0x563,_0x374e60:0x50b,_0x11d054:0x557,_0x8f52e2:0x5c3,_0xc83043:0x1cc,_0xdf63ce:0x1f3,_0x36ccc5:0x267,_0x3a54ce:0x5c9,_0x27b468:0x5a4,_0x385208:0x26d,_0x43bd15:0x1d7,_0x28b245:0x1ce,_0x350e00:0x220,_0x1e2408:0x2a1,_0x4bef79:0x2bd,_0x333149:0x5a5,_0x281ce0:0x5e1,_0x23a947:0x297,_0x12992e:0x2b3,_0x4d3037:0x2a0,_0x54e63f:0x28a,_0x3d9026:0x2ec,_0x275345:0x292,_0x5cb818:0x2d5,_0x2cfc8e:0x5d3,_0x2810e9:0x59e,_0x23b7a3:0x558,_0x26d1f4:0x4dc,_0x38b45f:0x57e,_0x2ec823:0x213,_0x5179dd:0x1b0,_0x725db1:0x528,_0x4da336:0x5b3,_0x18579e:0x568,_0x159f7e:0x561,_0x5bc230:0x4e5,_0x42fc4e:0x4d3,_0x51c18a:0x4ea,_0x59a7ff:0x222,_0x5b5f91:0x4dd,_0x46617f:0x1a1,_0x387a31:0x1bd,_0x1c22d0:0x2d7,_0x4400f9:0x569,_0x553169:0x2cc,_0x511b39:0x28a,_0x14b0ac:0x25c,_0x28ec3f:0x29d,_0xa59fa2:0x573,_0x19c473:0x5a1,_0x2b28fa:0x2e3,_0x45b4b7:0x247,_0x42fd68:0x1e3,_0x76d71a:0x235,_0x1bc304:0x558,_0xe1e4c5:0x53b,_0x3792a4:0x246,_0x812cb2:0x19e,_0x1739fd:0x16d,_0x1ed613:0x573,_0x12fa2a:0x517,_0x40a27:0x543,_0x4da5dc:0x4d6,_0x309527:0x459,_0x27bea5:0x4c7,_0x1633b1:0x4c2,_0x26a8cc:0x4e6,_0x5ac280:0x4d8,_0x1a0088:0x5ca,_0x45b289:0x580,_0x267fe8:0x620,_0x1c2b40:0x5aa,_0x124d09:0x5d0,_0x1bd021:0x5b5,_0x1016e:0x587,_0x32b6fb:0x1e0,_0x45a13d:0x1ec,_0x3b2981:0x27d,_0x264075:0x538,_0x4066e3:0x25c,_0x2899c5:0x5f7,_0x116fa2:0x5a9,_0x1ad366:0x5a1,_0x28844b:0x5c6,_0x136c72:0x56f,_0x133f73:0x5a1,_0x4abbc1:0x202,_0x34f5dc:0x566,_0xcbbae8:0x571,_0x3b428c:0x505,_0x2f51b6:0x592,_0x54617e:0x51f},_0x24e9ef={_0x5c25e5:0xa1,_0x546329:0x163},_0x183b68={_0x40a0bf:0x15,_0xf94eff:0x17};function _0x12422b(_0x16f349,_0x121ad1,_0x1cab40,_0x5b2def){return _0x2644ce(_0x16f349-0xa7,_0x121ad1,_0x1cab40- -_0x183b68._0x40a0bf,_0x5b2def-_0x183b68._0xf94eff);}const _0xb31ad9={'cLBQe':_0x238f28(-_0x311eef._0xbf07aa,-_0x311eef._0x2bb111,-0x294,-_0x311eef._0x4df8f6)+_0x12422b(0x560,0x543,0x4f5,_0x311eef._0x273441),'uCFNf':'Error\x20list'+_0x238f28(-_0x311eef._0x561280,-_0x311eef._0x29188f,-0x299,-0x2cc),'wBVAh':_0x12422b(0x47f,_0x311eef._0x186718,0x4e2,_0x311eef._0x8d2290)+_0x238f28(-_0x311eef._0x310f6f,-0x1d3,-_0x311eef._0x209098,-0x25d)+'r','CBNDr':'hdfvp','cWRoa':function(_0x3ce8b9,_0x2be81f){return _0x3ce8b9(_0x2be81f);},'VMpJz':function(_0x1a2064,_0x2ff6f9){return _0x1a2064===_0x2ff6f9;},'IlogN':_0x238f28(-_0x311eef._0x21b8c3,-0x287,-_0x311eef._0x46f4e7,-0x1b7),'ooKsa':function(_0x1ea1ea,_0xdf9bff){return _0x1ea1ea(_0xdf9bff);},'MDJuO':function(_0x1d6bc2,_0x365ab5,_0x19de92,_0x16f7cf){return _0x1d6bc2(_0x365ab5,_0x19de92,_0x16f7cf);},'MgIFm':_0x12422b(_0x311eef._0x8389e3,0x534,0x4e3,0x4ef)+_0x12422b(_0x311eef._0x54a1ec,0x501,_0x311eef._0x56adc2,0x49b)+_0x12422b(0x4e1,0x52d,_0x311eef._0x265970,_0x311eef._0x5883e1),'sdmhP':_0x12422b(0x52c,0x4af,0x4f3,0x4eb),'BFMoA':_0x12422b(_0x311eef._0x547172,_0x311eef._0xf013b8,_0x311eef._0x3fcded,_0x311eef._0x93b51b)+_0x12422b(0x512,0x4d3,_0x311eef._0x490498,_0x311eef._0x7008aa)+_0x12422b(0x52b,0x55f,_0x311eef._0x22e976,0x590)+_0x12422b(_0x311eef._0xda87d8,_0x311eef._0x208ed3,0x503,0x50c),'wUQeL':_0x12422b(0x53b,_0x311eef._0x374e60,_0x311eef._0x11d054,_0x311eef._0x8f52e2),'djoYb':_0x238f28(-_0x311eef._0xc83043,-0x286,-0x22b,-_0x311eef._0xdf63ce)+_0x238f28(-0x1fb,-0x2e2,-_0x311eef._0x36ccc5,-0x2b9)};function _0x238f28(_0x2e7d5c,_0x3a2e6b,_0x1d5ae7,_0x58a471){return _0xce7891(_0x2e7d5c-_0x24e9ef._0x5c25e5,_0x58a471,_0x1d5ae7-0x1d1,_0x1d5ae7- -_0x24e9ef._0x546329);}try{if(_0x12422b(0x5ac,_0x311eef._0x3a54ce,0x5b4,0x56f)===_0xb31ad9[_0x12422b(0x4f0,0x596,0x555,_0x311eef._0x27b468)]){const _0x527d48=await _0xb31ad9[_0x238f28(-0x195,-_0x311eef._0x385208,-0x1f1,-0x1d5)](getTeamById,_0x33646d[_0x238f28(-_0x311eef._0x43bd15,-_0x311eef._0x28b245,-_0x311eef._0x350e00,-0x266)]['id']);if(!_0x527d48){if(_0xb31ad9[_0x238f28(-0x292,-0x2a7,-0x2b7,-0x278)](_0x238f28(-0x2b9,-0x265,-0x25b,-0x2b8),_0xb31ad9[_0x238f28(-_0x311eef._0x1e2408,-0x2c9,-0x2cb,-_0x311eef._0x4bef79)])){const _0x513cb5={..._0x4caaf3};_0x513cb5[_0x12422b(_0x311eef._0x333149,0x548,0x592,_0x311eef._0x281ce0)+_0x238f28(-_0x311eef._0x23a947,-_0x311eef._0x12992e,-_0x311eef._0x4d3037,-0x2ab)]=_0x2c5b9d,_0x513cb5['canManageT'+_0x238f28(-0x256,-0x29f,-_0x311eef._0x54e63f,-0x25d)]=_0x46029d;const _0x1968d8={};return _0x1968d8[_0x238f28(-0x22d,-_0x311eef._0x3d9026,-_0x311eef._0x275345,-_0x311eef._0x5cb818)]=_0x513cb5,_0x56320c['json'](_0x1968d8);}else{const _0x15f9b6={};return _0x15f9b6[_0x12422b(_0x311eef._0x2cfc8e,0x5ea,0x5a1,0x547)]=_0xb31ad9[_0x12422b(_0x311eef._0x2810e9,0x53a,0x530,0x537)],_0x5f4ca7[_0x12422b(0x4f6,0x5b0,_0x311eef._0x23b7a3,0x538)](-0x6d0+0xbe9+-0x385)[_0x12422b(_0x311eef._0x26d1f4,0x59e,0x531,_0x311eef._0x38b45f)](_0x15f9b6);}}const _0x5e2bb2=_0x33646d['user']['id'],_0xcb9fa1=await _0xb31ad9[_0x238f28(-_0x311eef._0x2ec823,-0x18c,-0x1ee,-_0x311eef._0x5179dd)](hasAllPermissions,_0x5e2bb2),_0x3c3b94=_0xcb9fa1||await _0xb31ad9[_0x12422b(_0x311eef._0x725db1,_0x311eef._0x4da336,_0x311eef._0x18579e,_0x311eef._0x159f7e)](hasPermission,_0x5e2bb2,_0xb31ad9['MgIFm'],_0x527d48['id']),_0x497fb8=_0xcb9fa1||await hasPermission(_0x5e2bb2,_0x12422b(_0x311eef._0x5bc230,_0x311eef._0x42fc4e,0x4e3,_0x311eef._0x51c18a)+'ge',_0x527d48['id']);if(_0xcb9fa1||_0x527d48[_0x238f28(-0x24c,-_0x311eef._0x59a7ff,-0x24c,-0x2bf)][_0x12422b(_0x311eef._0x186718,0x5b4,0x54a,_0x311eef._0x5b5f91)](_0x5e2bb2)||_0x3c3b94||_0x497fb8){const _0x3e060f={..._0x527d48};_0x3e060f[_0x238f28(-_0x311eef._0x46617f,-0x18c,-0x1fb,-_0x311eef._0x387a31)+_0x238f28(-0x29f,-_0x311eef._0x1c22d0,-_0x311eef._0x4d3037,-0x2ff)]=_0x3c3b94,_0x3e060f[_0x12422b(0x4d8,_0x311eef._0x4400f9,0x512,0x571)+_0x238f28(-_0x311eef._0x553169,-_0x311eef._0x5cb818,-_0x311eef._0x511b39,-0x2e3)]=_0x497fb8;const _0xb8604={};return _0xb8604['team']=_0x3e060f,_0x5f4ca7[_0x238f28(-0x2c3,-0x1eb,-_0x311eef._0x14b0ac,-_0x311eef._0x28ec3f)](_0xb8604);}const _0x55cb29={};return _0x55cb29[_0x12422b(0x609,_0x311eef._0xa59fa2,_0x311eef._0x19c473,0x5c9)]=_0xb31ad9[_0x238f28(-_0x311eef._0x2b28fa,-0x249,-0x28c,-_0x311eef._0x45b4b7)],_0x55cb29[_0x238f28(-0x25c,-0x181,-_0x311eef._0x42fd68,-_0x311eef._0x76d71a)]=_0xb31ad9['BFMoA'],_0x5f4ca7[_0x12422b(0x581,0x579,_0x311eef._0x1bc304,_0x311eef._0xe1e4c5)](-0x20eb+0x149c+0xde2)['json'](_0x55cb29);}else{const _0x352c32={};return _0x352c32[_0x238f28(-_0x311eef._0x3792a4,-_0x311eef._0x812cb2,-0x1ec,-_0x311eef._0x1739fd)]=_0xb31ad9[_0x238f28(-0x22d,-0x270,-0x25d,-0x2ae)],_0x398b1e[_0x12422b(_0x311eef._0x1ed613,_0x311eef._0x12fa2a,0x558,0x5d2)](-0x1776+0x9cd*0x1+0xf3d)[_0x12422b(0x560,0x563,0x531,0x4c1)](_0x352c32);}}catch(_0x4193de){if(_0xb31ad9[_0x12422b(_0x311eef._0x40a27,0x53d,_0x311eef._0x4da5dc,_0x311eef._0x309527)](_0xb31ad9[_0x12422b(_0x311eef._0x27bea5,_0x311eef._0x1633b1,0x4b8,0x513)],_0x12422b(_0x311eef._0x26a8cc,_0x311eef._0x8d2290,0x557,_0x311eef._0x5ac280))){const _0x504cc4={};_0x504cc4[_0x12422b(0x542,_0x311eef._0x1a0088,0x5a1,_0x311eef._0x45b289)]=_0x4193de[_0x12422b(_0x311eef._0x267fe8,0x555,_0x311eef._0x1c2b40,0x539)],logger[_0x12422b(_0x311eef._0x124d09,_0x311eef._0x1bd021,0x5a1,_0x311eef._0x1016e)](_0xb31ad9['djoYb'],_0x504cc4);const _0x2d4080={};return _0x2d4080[_0x238f28(-_0x311eef._0x32b6fb,-0x176,-_0x311eef._0x45a13d,-0x26a)]=_0x12422b(0x4c6,0x51d,0x4e2,0x4db)+_0x238f28(-0x205,-0x250,-0x21d,-_0x311eef._0x3b2981)+'r',_0x5f4ca7[_0x12422b(_0x311eef._0x264075,0x587,0x558,0x5a6)](-0x1*-0x1215+-0x18de+-0x1*-0x8bd)[_0x238f28(-0x2a7,-0x2c5,-_0x311eef._0x4066e3,-0x2c9)](_0x2d4080);}else{const _0x382efb={};_0x382efb[_0x12422b(_0x311eef._0x2899c5,_0x311eef._0x116fa2,_0x311eef._0x1ad366,_0x311eef._0x28844b)]=_0x402f54['message'],_0x1cba38[_0x12422b(_0x311eef._0x136c72,0x561,_0x311eef._0x133f73,0x5ff)](_0xb31ad9[_0x238f28(-0x295,-0x2f5,-0x2d3,-0x30e)],_0x382efb);const _0x243b60={};return _0x243b60[_0x238f28(-0x228,-_0x311eef._0x4abbc1,-0x1ec,-0x172)]=_0xb31ad9[_0x12422b(0x521,_0x311eef._0x34f5dc,0x4fe,_0x311eef._0xcbbae8)],_0x3b4b50[_0x12422b(_0x311eef._0x3b428c,0x599,0x558,_0x311eef._0x2f51b6)](-0x2179+0x19a4+0x9c9)[_0x12422b(0x4e5,_0x311eef._0x54617e,0x531,0x578)](_0x243b60);}}});function _0xce7891(_0x4f3c39,_0x581b33,_0x53c6f8,_0x175f03){const _0x21a16d={_0x52b1a3:0x283};return _0x5072(_0x175f03- -_0x21a16d._0x52b1a3,_0x581b33);}const _0x21f9f8={};_0x21f9f8[_0xce7891(-0x72,-0x58,-0x48,-0xa3)]=!![],router[_0xce7891(-0x73,-0x7e,-0x108,-0xcb)]('/',requirePermission('teams:mana'+'ge',_0x21f9f8),async(_0x5cc38e,_0x3057c0)=>{const _0x13e55a={_0x3ee39a:0x1f1,_0x15a8ca:0x1ec,_0x1b5442:0x20e,_0x24fd6f:0x9c,_0x1313bc:0x14e,_0x257498:0x1a5,_0x22161c:0x1c5,_0x50340b:0x137,_0x1b360e:0x203,_0x2888ab:0x20a,_0x3a565d:0x111,_0x5d58f3:0x12d,_0x422a40:0x176,_0x576d97:0x157,_0x2f3a33:0x155,_0x332ed9:0xca,_0x7a580e:0xe8,_0x23e7e7:0x185,_0x4643b5:0x1ce,_0x162bc0:0x1ee,_0x502bdf:0x1d8,_0x4f8c95:0x1a7,_0x471158:0x2a0,_0x287055:0x26b,_0x14a7fd:0x25a,_0x1b4a03:0x271,_0x24cad7:0x1f5,_0x54f19d:0x1c0,_0x5da138:0x17a,_0x5eec10:0x1be,_0x544f3c:0xf8,_0x2e06c4:0x1eb,_0x28ad31:0x24b,_0x344f2f:0x1d2,_0x4ff31f:0x18d,_0x2cf5fb:0x159,_0x39f40c:0x275,_0x575dc1:0x202,_0x12be25:0x1ed,_0x585038:0x1d7,_0x138da4:0x15f,_0x544027:0x105,_0x5760a8:0x1d6,_0x20f7a6:0x167,_0x380896:0x1d0,_0x2a5046:0xfd,_0xf0d75:0x17f,_0x939924:0xe6,_0x2e2050:0x1c8,_0x27608b:0x162,_0x272412:0x242,_0x33efe8:0x260,_0x16d523:0x18b,_0x5dbc67:0x186,_0x100b70:0x1d1,_0x5e4d7a:0x193,_0x56dcdc:0x13b,_0x59ace8:0x19c,_0x59df0a:0xf8,_0x2cc22e:0xb0,_0x244700:0xf2,_0x29a6d1:0xc6,_0x1bd356:0x12a,_0x399583:0x6c,_0x343e2e:0x1ce,_0x3e6ed2:0x1c2,_0x554d4c:0x156,_0x4c5540:0x2b1,_0x26e9fa:0x26c,_0x10e383:0x224,_0x17abdb:0x216,_0x14d5d5:0x25b,_0x4b085c:0x239,_0x3cf934:0x183,_0x42b758:0x1cd,_0x4335b5:0x12b,_0x2012ae:0x139,_0x3b7fef:0x22b,_0x30aad9:0x2a5,_0x3cead2:0x20f,_0x463201:0x292,_0x1f2097:0x1f4,_0x106857:0x14d,_0x5ced14:0x134,_0x4d99a1:0x13e,_0x29fe15:0x98,_0x41f14a:0x13b,_0x3613e0:0x1e9,_0x48c036:0x24d,_0xf38f4f:0x187,_0x6c10a2:0x254,_0x30ec8b:0x1a6,_0x29c070:0x13a,_0x7f5cb3:0xed,_0x52772f:0x123,_0x134b45:0x1dd,_0x27619f:0x1f6,_0x27be09:0x222,_0x284563:0x282,_0x1fc5c0:0x1cb,_0xa0fc53:0x188,_0x389f7d:0x1d4,_0x2d05a5:0x12c,_0x42edcb:0x1c1,_0xc59a15:0x1bd,_0x30fe25:0x107,_0x545a5c:0x12a,_0x1e8dd8:0x158,_0x2f57bc:0xa7,_0x462d5d:0xe9,_0x1fae0e:0x7d,_0x4f534f:0x246,_0x3f00f9:0x26c,_0x547187:0x23d,_0x43b5ca:0x194,_0x2aac48:0x210,_0x13e471:0x124,_0x4020c0:0x18f,_0xa578eb:0x216,_0x438e9e:0x1b0,_0x45d3e8:0x1e5,_0x4adcae:0x232,_0x1b9a2c:0x24b,_0x1df508:0x177,_0x256b27:0xd7,_0x27ea7e:0xeb,_0x426fa4:0x23e,_0x22a0bd:0x2b2,_0x157829:0x10d,_0x2081a8:0xe1,_0x35975f:0x7c,_0x1a0d6e:0xe9,_0x33a923:0xfe,_0xd28f02:0x1a0,_0x27a17f:0x23b,_0x584b1c:0x172,_0x3c03d9:0x28c,_0xf826f3:0x259,_0x504734:0x26f,_0x5d5147:0x161,_0x4d04fc:0x2c5,_0x2de241:0x15e,_0x2729a5:0x1d0,_0x17ac5a:0x23a,_0x515d67:0xfc,_0x4198d2:0x25f,_0x5a0c54:0x1b1,_0x2a912d:0x1a1,_0x325f07:0x186,_0x6bb671:0x11b},_0x57d5af={_0x4fcbd1:0x7f},_0x38f3a9={_0x2fed78:0x15a,_0x3580d9:0x69};function _0x237e52(_0xaa2e0b,_0x5f5537,_0xbb72a0,_0x2912c0){return _0xce7891(_0xaa2e0b-_0x38f3a9._0x2fed78,_0xbb72a0,_0xbb72a0-0x3,_0x5f5537- -_0x38f3a9._0x3580d9);}function _0x44b57f(_0x21de32,_0x30a7b6,_0x22ba81,_0x1227c0){return _0x2644ce(_0x21de32-_0x57d5af._0x4fcbd1,_0x22ba81,_0x30a7b6- -0x35d,_0x1227c0-0x1b4);}const _0x1a021d={'zmuZB':_0x44b57f(0x1a7,_0x13e55a._0x3ee39a,_0x13e55a._0x15a8ca,0x1d6)+_0x237e52(-0x15e,-0x1d3,-0x1c6,-_0x13e55a._0x1b5442),'JjHmw':'Error\x20crea'+_0x237e52(-_0x13e55a._0x24fd6f,-0x115,-0x121,-0xf0),'svMzZ':'Internal\x20s'+_0x237e52(-0xc0,-0x123,-0xb9,-0x155)+'r','SOuHO':_0x237e52(-_0x13e55a._0x1313bc,-0x147,-_0x13e55a._0x257498,-_0x13e55a._0x22161c)+_0x237e52(-0xe7,-0x122,-_0x13e55a._0x50340b,-0xb8),'SrsSG':_0x44b57f(_0x13e55a._0x1b360e,0x18f,0x17c,0x186)+_0x44b57f(0x206,0x1d3,0x237,_0x13e55a._0x2888ab)+'he\x20last\x20Se'+_0x237e52(-_0x13e55a._0x3a565d,-_0x13e55a._0x5d58f3,-0x10e,-0x108)+_0x237e52(-_0x13e55a._0x422a40,-_0x13e55a._0x576d97,-0x1ad,-_0x13e55a._0x2f3a33)+'ast\x20one\x20Se'+'rver\x20Admin'+_0x237e52(-_0x13e55a._0x332ed9,-_0x13e55a._0x7a580e,-0x151,-0x11b)+_0x44b57f(_0x13e55a._0x23e7e7,_0x13e55a._0x4643b5,_0x13e55a._0x1b360e,0x151),'sTOOF':_0x44b57f(0x2a8,0x239,_0x13e55a._0x162bc0,_0x13e55a._0x502bdf)+'t','JEqvB':function(_0x3f5e6f,_0x472641){return _0x3f5e6f!==_0x472641;},'MnoER':_0x237e52(-0x219,-0x19d,-_0x13e55a._0x4f8c95,-0x1a2),'VcKFY':function(_0x238ec2,_0x195f51){return _0x238ec2===_0x195f51;},'sKgaR':'buJAL','xOMzn':'Team\x20name\x20'+_0x44b57f(_0x13e55a._0x471158,_0x13e55a._0x287055,_0x13e55a._0x14a7fd,_0x13e55a._0x1b4a03)+'d','uXDyD':function(_0x4c1286,_0x4f7413){return _0x4c1286>_0x4f7413;},'xuMzQ':_0x237e52(-_0x13e55a._0x24cad7,-0x1b9,-_0x13e55a._0x54f19d,-0x189),'tjToO':_0x237e52(-0xfb,-0x13a,-0x18e,-_0x13e55a._0x5da138),'ZyTqd':function(_0x2b7a49,_0x2b6af5){return _0x2b7a49(_0x2b6af5);},'BDwuQ':_0x237e52(-_0x13e55a._0x5eec10,-0x15c,-0x155,-_0x13e55a._0x544f3c)+'ed\x20success'+_0x44b57f(_0x13e55a._0x2e06c4,0x181,0x15a,0x12e),'gUPOg':_0x237e52(-_0x13e55a._0x28ad31,-_0x13e55a._0x344f2f,-0x17b,-_0x13e55a._0x4ff31f),'uryNo':'Conflict'};try{const {name:_0x364d1a,description:_0x15f985,members:members=[]}=_0x5cc38e['body'];if(!_0x364d1a||_0x1a021d['JEqvB'](typeof _0x364d1a,_0x1a021d[_0x237e52(-_0x13e55a._0x2cf5fb,-0x191,-0x204,-0x12a)])||_0x1a021d[_0x44b57f(_0x13e55a._0x39f40c,0x23a,0x294,0x219)](_0x364d1a[_0x44b57f(_0x13e55a._0x575dc1,_0x13e55a._0x12be25,0x1eb,_0x13e55a._0x585038)]()['length'],0x1ba8+-0xc5+-0x1ae3)){if(_0x237e52(-0x11a,-0x121,-_0x13e55a._0x138da4,-_0x13e55a._0x544027)===_0x1a021d[_0x237e52(-_0x13e55a._0x5760a8,-_0x13e55a._0x20f7a6,-_0x13e55a._0x380896,-0x12a)]){const _0x3c01f1={};return _0x3c01f1['error']=_0x237e52(-_0x13e55a._0x2a5046,-0x112,-_0x13e55a._0xf0d75,-0x103)+'t',_0x3c01f1['message']=_0x1a021d['xOMzn'],_0x3057c0[_0x237e52(-0xdc,-0x13b,-_0x13e55a._0x939924,-0x174)](-0x4*-0x1f5+-0x6*0x623+-0x2*-0xf47)[_0x237e52(-_0x13e55a._0x2e2050,-_0x13e55a._0x27608b,-0x171,-0x17c)](_0x3c01f1);}else{if(_0x46c368[_0x44b57f(0x22b,0x262,0x278,0x232)]['includes'](_0x1a021d[_0x44b57f(_0x13e55a._0x272412,0x200,0x248,_0x13e55a._0x33efe8)])){const _0x1fa110={};return _0x1fa110['error']=_0x237e52(-_0x13e55a._0x16d523,-_0x13e55a._0x5dbc67,-_0x13e55a._0x100b70,-0x18e),_0x1fa110['message']=_0x46c370['message'],_0x104a5a[_0x237e52(-_0x13e55a._0x5e4d7a,-_0x13e55a._0x56dcdc,-_0x13e55a._0x59ace8,-_0x13e55a._0x59df0a)](-0x97*0xe+-0xd3*0x4+0xd27)['json'](_0x1fa110);}const _0x33133a={};_0x33133a[_0x237e52(-_0x13e55a._0x2cc22e,-_0x13e55a._0x244700,-0x8c,-_0x13e55a._0x29a6d1)]=_0xe5f182[_0x237e52(-_0x13e55a._0x1bd356,-0xe9,-0x8a,-_0x13e55a._0x399583)],_0x4d9644['error'](_0x1a021d[_0x237e52(-_0x13e55a._0x343e2e,-0x1cf,-_0x13e55a._0x3e6ed2,-_0x13e55a._0x554d4c)],_0x33133a);const _0x35cdfa={};return _0x35cdfa['error']=_0x1a021d[_0x44b57f(_0x13e55a._0x471158,0x260,_0x13e55a._0x4c5540,_0x13e55a._0x26e9fa)],_0x37bedb['status'](-0x1*-0x1d8f+-0x1f3c+0x3a1)['json'](_0x35cdfa);}}if(_0x1a021d[_0x44b57f(_0x13e55a._0x10e383,_0x13e55a._0x17abdb,_0x13e55a._0x14d5d5,_0x13e55a._0x4b085c)](members[_0x44b57f(0x1f1,_0x13e55a._0x3cf934,0x1fd,_0x13e55a._0x42b758)],0x1*-0xb93+0x137+0xa5c)){if(_0x1a021d[_0x237e52(-_0x13e55a._0x4335b5,-0x111,-0x10f,-_0x13e55a._0x2012ae)](_0x1a021d[_0x44b57f(0x274,_0x13e55a._0x3b7fef,_0x13e55a._0x30aad9,0x28f)],_0x1a021d['tjToO'])){const _0x346893={};return _0x346893[_0x44b57f(_0x13e55a._0x3cead2,0x259,_0x13e55a._0x463201,_0x13e55a._0x1f2097)]=_0x1a021d[_0x237e52(-0x1be,-_0x13e55a._0x106857,-0xf8,-_0x13e55a._0x5ced14)],_0x346893[_0x237e52(-0xff,-0xe9,-_0x13e55a._0x4d99a1,-_0x13e55a._0x29fe15)]=_0x1a021d['SrsSG'],_0x5ac444[_0x237e52(-0x127,-_0x13e55a._0x41f14a,-0x16e,-0x144)](-0x2532+0x223+0x249f)[_0x44b57f(0x19c,_0x13e55a._0x3613e0,_0x13e55a._0x48c036,_0x13e55a._0xf38f4f)](_0x346893);}else{const _0x484852=await _0x1a021d[_0x44b57f(0x2a4,0x238,0x1d3,_0x13e55a._0x6c10a2)](validateUserIds,members);if(_0x1a021d[_0x44b57f(0x294,0x216,0x1b8,_0x13e55a._0x30ec8b)](_0x484852['length'],0x59a+0x1afa+-0x2094))return _0x3057c0[_0x237e52(-_0x13e55a._0x29c070,-0x13b,-_0x13e55a._0x7f5cb3,-_0x13e55a._0x52772f)](0x226f*0x1+0x98c*0x1+-0x2a6b*0x1)[_0x44b57f(_0x13e55a._0x134b45,0x1e9,_0x13e55a._0x27619f,0x21d)]({'error':_0x1a021d[_0x44b57f(0x258,_0x13e55a._0x27be09,0x1a7,_0x13e55a._0x284563)],'message':_0x237e52(-0x1ec,-0x1c7,-_0x13e55a._0x1fc5c0,-_0x13e55a._0xa0fc53)+_0x237e52(-0x16e,-0x197,-_0x13e55a._0x389f7d,-_0x13e55a._0x2d05a5)+_0x484852[_0x237e52(-_0x13e55a._0x42edcb,-0x1cb,-0x163,-_0x13e55a._0xc59a15)](',\x20')});}}const _0x304faa=await _0x1a021d[_0x237e52(-_0x13e55a._0x554d4c,-0x113,-0x109,-_0x13e55a._0x30fe25)](createTeam,{'name':_0x364d1a['trim'](),'description':_0x15f985,'members':members}),_0x1ea942={..._0x304faa};_0x1ea942['canManageM'+_0x237e52(-_0x13e55a._0x545a5c,-0x1a6,-0x210,-_0x13e55a._0x1e8dd8)]=!![];const _0x4307b6={};return _0x4307b6[_0x237e52(-_0x13e55a._0x2f57bc,-_0x13e55a._0x462d5d,-_0x13e55a._0x1fae0e,-0xcc)]=_0x1a021d[_0x44b57f(0x2b6,_0x13e55a._0x4f534f,_0x13e55a._0x3f00f9,_0x13e55a._0x547187)],_0x4307b6[_0x44b57f(_0x13e55a._0x43b5ca,0x1b3,0x1f9,0x230)]=_0x1ea942,_0x3057c0[_0x44b57f(0x202,_0x13e55a._0x2aac48,_0x13e55a._0x284563,0x20a)](-0x9da+0x1598+-0x231*0x5)[_0x237e52(-0x16c,-0x162,-_0x13e55a._0x13e471,-0x14a)](_0x4307b6);}catch(_0x33ccc2){if(_0x1a021d['VcKFY'](_0x1a021d[_0x44b57f(_0x13e55a._0x4020c0,0x1b0,0x174,_0x13e55a._0xa578eb)],_0x1a021d[_0x44b57f(0x13f,_0x13e55a._0x438e9e,_0x13e55a._0x45d3e8,0x147)])){if(_0x33ccc2[_0x44b57f(_0x13e55a._0x4adcae,0x262,_0x13e55a._0x1b9a2c,0x28a)][_0x237e52(-_0x13e55a._0x1df508,-0x149,-0x127,-0x187)](_0x1a021d[_0x237e52(-0x151,-0x14b,-_0x13e55a._0x256b27,-_0x13e55a._0x27ea7e)])){const _0x2528af={};return _0x2528af[_0x44b57f(_0x13e55a._0x426fa4,0x259,0x2c0,_0x13e55a._0x22a0bd)]=_0x1a021d[_0x237e52(-0x135,-_0x13e55a._0x157829,-0x161,-0x138)],_0x2528af[_0x237e52(-_0x13e55a._0x2081a8,-0xe9,-0x7d,-_0x13e55a._0x35975f)]=_0x33ccc2[_0x237e52(-0xa6,-_0x13e55a._0x1a0d6e,-_0x13e55a._0x33a923,-0xd5)],_0x3057c0[_0x237e52(-0x157,-_0x13e55a._0x41f14a,-0x143,-_0x13e55a._0xd28f02)](0x2078+-0x32*0x5+-0x1de5)[_0x44b57f(_0x13e55a._0x27a17f,_0x13e55a._0x3613e0,0x18e,_0x13e55a._0x584b1c)](_0x2528af);}const _0x28c831={};_0x28c831['error']=_0x33ccc2['message'],logger[_0x44b57f(_0x13e55a._0x3c03d9,_0x13e55a._0xf826f3,_0x13e55a._0x504734,0x201)](_0x1a021d[_0x44b57f(0x152,0x17c,_0x13e55a._0x5d5147,0x1f8)],_0x28c831);const _0x4bcb3d={};return _0x4bcb3d['error']=_0x1a021d[_0x44b57f(_0x13e55a._0x33efe8,0x260,_0x13e55a._0x4d04fc,0x283)],_0x3057c0[_0x237e52(-0x1b1,-0x13b,-_0x13e55a._0x2de241,-0x12e)](-0x1cb1+-0x943*0x3+0x3a6e)[_0x237e52(-0x176,-0x162,-0xf3,-_0x13e55a._0x2729a5)](_0x4bcb3d);}else return _0x21285f[_0x44b57f(0x1b8,0x210,0x1d8,_0x13e55a._0x17ac5a)](0x4*0x347+0x1892+-0x2e*0xc9)[_0x237e52(-0x140,-0x162,-0xef,-_0x13e55a._0x515d67)]({'error':_0x1a021d[_0x44b57f(0x22f,0x222,_0x13e55a._0x4198d2,_0x13e55a._0x5a0c54)],'message':_0x44b57f(0x1b2,0x184,0x122,_0x13e55a._0x45d3e8)+_0x237e52(-_0x13e55a._0x2a912d,-0x197,-_0x13e55a._0x325f07,-_0x13e55a._0x6bb671)+_0x5e051a[_0x237e52(-0x1da,-0x1cb,-_0x13e55a._0x2e2050,-0x16d)](',\x20')});}});function _0x2644ce(_0x5a29bf,_0x3a457e,_0x3b20e0,_0x3000e8){return _0x5072(_0x3b20e0-0x3bc,_0x3a457e);}router[_0x2644ce(0x5a7,0x59e,0x5a0,0x599)](_0x2644ce(0x587,0x4a7,0x512,0x543),async(_0x33cadc,_0x58b640)=>{const _0x2866da={_0x1d01a9:0x376,_0xed0a97:0x498,_0x5f4383:0x4d4,_0x5d0c5c:0x318,_0x5de457:0x333,_0x24385a:0x3c7,_0x919d3:0x461,_0x4203e4:0x3bb,_0x1d5142:0x3d8,_0x1dc45e:0x3fa,_0x2a053f:0x3ca,_0x301080:0x3f6,_0x58e5dd:0x410,_0x35dc4d:0x4a1,_0x593379:0x4a2,_0x5cc8b2:0x43a,_0x38bdc8:0x365,_0x22a34a:0x3c1,_0x5d41b0:0x458,_0x5bc0df:0x417,_0x39f31b:0x40a,_0x3f6d29:0x45b,_0x59d140:0x47d,_0x58f1a0:0x4ab,_0x1cd28a:0x394,_0x23424a:0x411,_0x2b894a:0x37a,_0x5569a7:0x342,_0x2e9612:0x31b,_0x15e87b:0x410,_0x5c55e1:0x449,_0xe0bbfd:0x3f4,_0x2785d4:0x44e,_0x4c1018:0x369,_0x46e3a9:0x30b,_0xb4f26c:0x30f,_0x23e644:0x2eb,_0x4a5d9d:0x3f3,_0x1118ba:0x374,_0x909b0e:0x370,_0x52a3d4:0x367,_0x4e0eb9:0x33d,_0x59c375:0x359,_0x1bb782:0x303,_0x59c753:0x321,_0x57bc87:0x2d9,_0x46b880:0x422,_0x400482:0x3de,_0x3d4e41:0x483,_0x3e30c7:0x459,_0x3b4297:0x491,_0x36b245:0x28d,_0x481990:0x311,_0x493de3:0x2d0,_0x30f032:0x465,_0xcc4488:0x405,_0x588693:0x4c4,_0x5cbb93:0x478,_0x48a596:0x3bc,_0x4f7e46:0x385,_0x34b014:0x357,_0x11213f:0x3a7,_0x546972:0x3ae,_0x46c0fa:0x3ac,_0xd6f9f5:0x372,_0x3b56cb:0x3c2,_0x10177f:0x3ec,_0x4ed7b8:0x423,_0x3dbf3c:0x40f,_0x228443:0x360,_0x47ce8b:0x3ca,_0xc7b830:0x3ab,_0x2bcfba:0x408,_0x26b127:0x46a,_0x2a56c7:0x389,_0x43f724:0x2ed,_0x11f81f:0x2ef,_0x3afe44:0x512,_0x1dff6e:0x4ab,_0x24f5a1:0x50f,_0x4d0865:0x3d7,_0x10c3c8:0x39e,_0xc0faac:0x48d,_0x2798f2:0x499,_0x1c51b3:0x4a2,_0x3ae60c:0x40e,_0x4dfa2e:0x46e,_0x337498:0x46d,_0xf6eed4:0x44f,_0xd046d:0x427,_0x2eb388:0x438,_0x32c2f0:0x35e,_0x3fc1c9:0x3e2,_0x7887ee:0x3cf,_0x33e42b:0x396,_0x14a930:0x3f3,_0x4d67a9:0x3af,_0x54b4b7:0x3d2,_0x17ac26:0x41b,_0x144952:0x46e,_0x235cc0:0x4d6,_0x4cf1f3:0x3bd,_0x31e7c4:0x3bc,_0x106b9c:0x36b,_0x43dbf8:0x3e4,_0x3db628:0x384,_0x33db14:0x38d,_0x3759be:0x4f5,_0x3ba90d:0x4eb,_0x2ebcb8:0x4b3,_0x451c59:0x51b,_0x18c813:0x51a,_0x2b91dc:0x518,_0x20c6ab:0x37d,_0x298593:0x3be,_0x9f527e:0x48c,_0x438efa:0x4ab,_0x79d1aa:0x44f,_0x4a926f:0x392,_0xdad78a:0x336,_0x2b9a85:0x3f9,_0x4dfb3d:0x458,_0x994bf1:0x466,_0x23154c:0x3e4,_0x1b05a7:0x39e,_0x328916:0x3f4,_0x5e1152:0x4a2,_0x1e3de5:0x41e,_0x3b411a:0x448,_0x2b6f47:0x3db,_0x2bdce6:0x3e7,_0x1deb89:0x383,_0xd77c1d:0x29d,_0x1b1dc5:0x3e9,_0x3dfec2:0x364,_0x34befb:0x32a,_0x3bf617:0x3d3,_0x287cb5:0x38a,_0x15ede0:0x44d,_0x31edff:0x36e,_0x1c0dee:0x34b,_0x56d6ab:0x3cc,_0x56a6ac:0x3b9,_0x14f985:0x39d,_0x2b1f18:0x406,_0x346ec0:0x38c,_0x301eeb:0x34c,_0x4aed7e:0x41f,_0x4ab7c9:0x407,_0x4ff2d2:0x452,_0x28ad32:0x3c6,_0x566191:0x3f1,_0x56413c:0x422,_0x3437a1:0x514,_0x394a8e:0x526,_0x6facfb:0x380,_0x22e63c:0x2f1,_0x523be8:0x3f2,_0x2b91b6:0x430,_0x5db86a:0x3d7,_0xca8398:0x448,_0x1990f5:0x39a,_0x422fff:0x339,_0x35536f:0x39a,_0x23c509:0x40b,_0x4a8907:0x3ed,_0x27121d:0x34a,_0x2c7ada:0x403,_0x516166:0x418,_0x414f2a:0x3ab,_0x1b2aa1:0x405,_0x313dac:0x34e,_0x30aac2:0x397,_0x590412:0x32d,_0x14c4bf:0x3aa,_0x590b02:0x351,_0x4d315c:0x43f,_0xb0ab1b:0x4c2,_0x1488a0:0x43a,_0x15eab4:0x38e,_0x43bcad:0x435,_0x4cd397:0x3ec,_0x160ba4:0x444,_0x19eb43:0x3d7,_0x31f009:0x3b9,_0x457fca:0x363,_0xe028a8:0x315,_0x27638c:0x49e,_0x1925e4:0x432,_0x53eae6:0x3ef,_0x1b4a9b:0x44d,_0x4a59bc:0x3e4,_0xb13021:0x36a,_0xddba9e:0x3b6,_0x1f720a:0x396,_0x12dd04:0x3cb,_0xbe89b:0x3db,_0x377c5e:0x3e4,_0x3b88bd:0x400,_0x38b225:0x49a,_0x3d9d57:0x4aa,_0x15c260:0x373,_0x40e6e3:0x3a4,_0x199198:0x494,_0x31c09c:0x519,_0x171ba9:0x477,_0x11166a:0x450,_0x3adee0:0x420,_0xc4ba80:0x45d,_0x378bc9:0x42a,_0x4bb938:0x420,_0x5f0663:0x44b,_0x1aac53:0x457,_0x3e1a78:0x460,_0x1776b3:0x41d,_0xcb5e95:0x420,_0x405ace:0x37b,_0x7fa6f9:0x3c8,_0x4c3c26:0x3d0,_0x206253:0x345,_0x40ce0c:0x43b,_0x1eeb18:0x4bb,_0x11d642:0x442,_0x2fb0cf:0x444,_0x4ed25e:0x442,_0x57abf3:0x442,_0x4ce6dd:0x305,_0x39189b:0x33f,_0x357064:0x28b,_0x3e29ef:0x28d,_0x479006:0x3e8,_0x54a444:0x41c,_0x5ba074:0x38e,_0x2bd4c4:0x301,_0x148a92:0x3d6,_0x427667:0x3e0,_0x2d8643:0x347,_0x63d66a:0x39c,_0x4fe669:0x30a,_0x4e59cd:0x4ad,_0xcfa999:0x3a3,_0x6ee8d7:0x382,_0x28a7de:0x40c,_0x42eff1:0x3a6,_0x99215f:0x3d5,_0x5d78aa:0x3c3,_0x291215:0x39d,_0x6f5ef0:0x43c,_0x18dca9:0x3e1,_0x5b70d5:0x3ac,_0x634d31:0x390,_0x24c8eb:0x2f8,_0x10590a:0x3c1,_0x3aea7d:0x432,_0x59ff86:0x3b9,_0x404114:0x3c5,_0x4b78a7:0x48a,_0x4a502c:0x479,_0x21e2f2:0x50d,_0x2f6c00:0x4a5,_0x37a6ed:0x35a,_0x4a4525:0x474,_0x14515a:0x4ab,_0x4eb13f:0x42a,_0x8c4eba:0x430,_0x3d0c72:0x40b,_0x36658d:0x392,_0x423e7f:0x340,_0x5ecde3:0x33a,_0x49544c:0x308,_0x13ac60:0x3c8,_0x237e90:0x4ca,_0x4da140:0x493,_0x35ef0b:0x44f,_0x207570:0x504,_0x49829c:0x4cf,_0xa38a23:0x4b8,_0x3453cf:0x47d,_0x42f2da:0x4ac,_0x809dfa:0x497,_0x367a03:0x335,_0x18c531:0x354,_0x10c6f7:0x2ef,_0x3efbfc:0x364,_0x23d15a:0x305,_0x5f50fb:0x47a,_0x5a00a2:0x4ab,_0x18131c:0x41a,_0x5cb553:0x425,_0x109850:0x2d6,_0xfe0837:0x4ab,_0x4fe485:0x392,_0x13bb40:0x3ed,_0xde1274:0x4df,_0xc2aae:0x4a7,_0x5b02c0:0x362,_0x5c9b12:0x3b4,_0x4ce147:0x42b,_0x38072c:0x356,_0x16016c:0x42f,_0x588535:0x439,_0x4a7117:0x435,_0x50c954:0x3db,_0x4bacd9:0x37e,_0x5b0b17:0x361,_0x55b6e7:0x396,_0x2f9857:0x3c0,_0x5a1ad1:0x37e,_0x2c469f:0x496,_0x1e8836:0x432,_0x4c2042:0x42e,_0xdbcc06:0x3e4,_0x309e8e:0x461,_0x1fe6af:0x416,_0x108d3c:0x401,_0x174bc7:0x44e,_0x22c9ac:0x4a2,_0x6dca2b:0x440,_0x207a4e:0x439,_0x33b44f:0x40c},_0x52dc15={_0x4dfaa6:0x39},_0x208251={_0x232fe3:0xea,_0x163d8a:0x7b},_0x47263e={'JERdz':_0x4fc8a7(0x31c,0x32f,0x395,_0x2866da._0x1d01a9)+_0x1a1ed6(_0x2866da._0xed0a97,0x429,_0x2866da._0x5f4383,0x471)+'r','PAFSF':_0x4fc8a7(_0x2866da._0x5d0c5c,0x305,_0x2866da._0x5de457,0x345)+'er','SdcuA':_0x1a1ed6(0x3cf,0x430,0x3b8,_0x2866da._0x24385a),'SuONH':_0x1a1ed6(0x4b6,0x478,0x472,_0x2866da._0x919d3)+'ving\x20membe'+'r','EtMwU':_0x1a1ed6(_0x2866da._0x4203e4,0x3d8,_0x2866da._0x1d5142,_0x2866da._0x1dc45e)+_0x1a1ed6(0x394,0x3ac,_0x2866da._0x2a053f,_0x2866da._0x301080),'ucVqR':'Bad\x20Reques'+'t','VLPtN':_0x1a1ed6(0x470,0x411,0x3c3,0x415)+'required','mnCMC':_0x1a1ed6(_0x2866da._0x58e5dd,_0x2866da._0x35dc4d,_0x2866da._0x593379,_0x2866da._0x5cc8b2)+_0x1a1ed6(0x3a0,0x3e9,_0x2866da._0x38bdc8,_0x2866da._0x22a34a),'lvdxS':'Conflict','fJJIA':_0x1a1ed6(_0x2866da._0x5d41b0,_0x2866da._0x5bc0df,0x481,_0x2866da._0x39f31b)+_0x1a1ed6(0x45c,_0x2866da._0x3f6d29,_0x2866da._0x59d140,0x47f),'eETPM':function(_0x28229f,_0x84da47){return _0x28229f===_0x84da47;},'soMro':_0x1a1ed6(0x48c,_0x2866da._0x58f1a0,0x4be,0x476),'vnrHe':_0x4fc8a7(_0x2866da._0x1cd28a,_0x2866da._0x23424a,0x375,0x330),'DCZQv':function(_0x13dd7f,_0xa1a766){return _0x13dd7f(_0xa1a766);},'lZGDa':function(_0x4fd2a2,_0x4adc36){return _0x4fd2a2!==_0x4adc36;},'KyKwM':function(_0x5be7f1,_0x470fc3){return _0x5be7f1(_0x470fc3);},'UHFOs':function(_0x3ac5b0,_0x3b8d62){return _0x3ac5b0!==_0x3b8d62;},'OPsJH':function(_0x3972b6,_0x77e6dc){return _0x3972b6!==_0x77e6dc;},'WdXvk':function(_0x52bb8c,_0x67e268,_0xab77ae,_0x1d53d3){return _0x52bb8c(_0x67e268,_0xab77ae,_0x1d53d3);},'xHyyn':_0x1a1ed6(_0x2866da._0x2b894a,_0x2866da._0x24385a,0x426,0x3e4)+'ge','WAGDQ':'Forbidden','BEgTz':function(_0x22d6ee,_0x38d124,_0x140595,_0x2bd963){return _0x22d6ee(_0x38d124,_0x140595,_0x2bd963);},'QbhEH':_0x4fc8a7(0x31d,0x33d,0x31b,0x38f)+_0x4fc8a7(0x328,0x35d,_0x2866da._0x5569a7,0x356)+_0x4fc8a7(0x339,0x3b1,_0x2866da._0x2e9612,0x349),'fYOwP':_0x1a1ed6(0x47d,0x428,_0x2866da._0x15e87b,0x45e),'IQhaB':_0x1a1ed6(_0x2866da._0x5c55e1,_0x2866da._0xe0bbfd,_0x2866da._0x2785d4,0x434)+_0x4fc8a7(_0x2866da._0x4c1018,_0x2866da._0x46e3a9,_0x2866da._0xb4f26c,_0x2866da._0x23e644)+_0x1a1ed6(0x3b9,0x3cc,_0x2866da._0x4a5d9d,0x3eb)+_0x1a1ed6(0x3a4,0x40c,_0x2866da._0x1118ba,0x3e6)+'permission'+_0x4fc8a7(0x3da,_0x2866da._0x909b0e,0x401,_0x2866da._0x52a3d4)+_0x4fc8a7(_0x2866da._0x4e0eb9,0x3b2,_0x2866da._0x59c375,_0x2866da._0x1bb782),'hITol':'bZrZA','XxNxr':_0x4fc8a7(_0x2866da._0x59c753,_0x2866da._0x57bc87,0x343,0x375)+_0x1a1ed6(0x43c,0x3d6,_0x2866da._0x46b880,_0x2866da._0x400482),'sExYT':function(_0x1cc71c,_0xb3d8fd){return _0x1cc71c!==_0xb3d8fd;},'UGVmR':function(_0x52a1c8,_0x5eb333){return _0x52a1c8>_0x5eb333;},'OCICE':_0x1a1ed6(_0x2866da._0x3d4e41,0x4a9,_0x2866da._0x3e30c7,_0x2866da._0x3b4297),'GQncM':function(_0x37a91a,_0x5b7b96){return _0x37a91a!==_0x5b7b96;},'pnDZm':'JzNUj','gRxIH':function(_0x4cb984,_0x4e01a3){return _0x4cb984(_0x4e01a3);},'MHKfl':_0x4fc8a7(0x2f5,_0x2866da._0x36b245,_0x2866da._0x481990,_0x2866da._0x493de3)+_0x1a1ed6(_0x2866da._0x30f032,_0x2866da._0xcc4488,_0x2866da._0x588693,_0x2866da._0x5cbb93)+'s','GumgA':_0x1a1ed6(0x45c,0x3af,_0x2866da._0x48a596,0x3f2)+_0x4fc8a7(_0x2866da._0x4f7e46,_0x2866da._0x34b014,_0x2866da._0x11213f,0x3c8)+_0x4fc8a7(_0x2866da._0x546972,0x3f9,0x366,_0x2866da._0x46c0fa)+_0x4fc8a7(0x34b,0x32d,0x33c,0x392)+_0x1a1ed6(0x41a,_0x2866da._0xd6f9f5,0x44b,0x3ed)+'\x20one\x20Serve'+_0x4fc8a7(_0x2866da._0x3b56cb,0x3a7,0x39f,_0x2866da._0x10177f)+_0x1a1ed6(_0x2866da._0x4c1018,0x416,0x3df,0x3d6),'stOJS':'Team\x20updat'+_0x1a1ed6(0x40e,0x40b,0x3c6,_0x2866da._0x4ed7b8)+_0x1a1ed6(0x3d9,_0x2866da._0x3dbf3c,_0x2866da._0x228443,_0x2866da._0x47ce8b),'KadOQ':_0x4fc8a7(0x3e3,_0x2866da._0xc7b830,0x409,0x451),'bALnJ':_0x4fc8a7(0x390,0x373,_0x2866da._0x2bcfba,0x378)};function _0x4fc8a7(_0xd559ac,_0xee0d96,_0x1fa88f,_0x134703){return _0x2644ce(_0xd559ac-_0x208251._0x232fe3,_0x134703,_0xd559ac- -0x1db,_0x134703-_0x208251._0x163d8a);}function _0x1a1ed6(_0x2c0f49,_0x5448f1,_0x5a6d63,_0x4bdc22){return _0x2644ce(_0x2c0f49-0xef,_0x5a6d63,_0x4bdc22- -0x114,_0x4bdc22-_0x52dc15._0x4dfaa6);}try{if(_0x47263e[_0x1a1ed6(0x3c2,_0x2866da._0x26b127,0x449,_0x2866da._0xcc4488)](_0x47263e[_0x4fc8a7(0x34a,0x3ac,_0x2866da._0x2a56c7,0x37d)],_0x47263e[_0x4fc8a7(0x2ff,_0x2866da._0x43f724,_0x2866da._0x11f81f,0x330)])){const _0x57fb94={};_0x57fb94[_0x1a1ed6(_0x2866da._0x3afe44,_0x2866da._0x1dff6e,_0x2866da._0x24f5a1,0x4a2)]=_0x3524c5[_0x4fc8a7(0x3e4,0x3ca,_0x2866da._0x4d0865,_0x2866da._0x10c3c8)],_0x22eb95[_0x1a1ed6(_0x2866da._0xc0faac,0x4cb,_0x2866da._0x2798f2,_0x2866da._0x1c51b3)](_0x1a1ed6(0x3f7,0x4ae,_0x2866da._0x3ae60c,0x463)+_0x1a1ed6(_0x2866da._0x4dfa2e,_0x2866da._0x337498,_0x2866da._0xf6eed4,_0x2866da._0xd046d),_0x57fb94);const _0x1e1715={};return _0x1e1715[_0x4fc8a7(0x3db,_0x2866da._0x2eb388,_0x2866da._0x32c2f0,_0x2866da._0x3fc1c9)]=_0x47263e[_0x1a1ed6(0x415,0x38a,0x420,_0x2866da._0x7887ee)],_0x544aa[_0x4fc8a7(0x392,_0x2866da._0x33e42b,0x3d3,_0x2866da._0x14a930)](-0x4b1*0x5+0x2176+-0x80d)[_0x1a1ed6(0x4a6,0x488,0x3ff,0x432)](_0x1e1715);}else{const _0x23ea86=await _0x47263e[_0x1a1ed6(0x35f,_0x2866da._0x39f31b,_0x2866da._0x4d67a9,_0x2866da._0x54b4b7)](getTeamById,_0x33cadc[_0x1a1ed6(_0x2866da._0x30f032,0x483,_0x2866da._0x17ac26,_0x2866da._0x144952)]['id']);if(!_0x23ea86){if(_0x47263e['lZGDa']('Zgybd',_0x4fc8a7(0x3dc,0x3aa,0x361,0x3ee))){const _0x3ce30a={};return _0x3ce30a[_0x1a1ed6(_0x2866da._0x235cc0,0x435,0x4c2,0x4a2)]=_0x47263e[_0x4fc8a7(0x3d2,0x3c5,_0x2866da._0x4cf1f3,_0x2866da._0x31e7c4)],_0x58b640[_0x1a1ed6(0x41b,0x3fd,0x4c4,0x459)](0x146e+-0x808+-0xad2)[_0x4fc8a7(_0x2866da._0x106b9c,0x30c,0x389,0x2ef)](_0x3ce30a);}else{if(_0x390d26[_0x4fc8a7(_0x2866da._0x43dbf8,0x398,0x3f6,0x438)][_0x4fc8a7(_0x2866da._0x3db628,0x334,0x3d8,_0x2866da._0x33db14)](_0x47263e[_0x1a1ed6(_0x2866da._0x3759be,0x452,_0x2866da._0x3ba90d,_0x2866da._0x2ebcb8)])){const _0x31f667={};return _0x31f667[_0x1a1ed6(_0x2866da._0x451c59,_0x2866da._0x18c813,_0x2866da._0x2b91dc,_0x2866da._0x593379)]=_0x47263e[_0x1a1ed6(_0x2866da._0x20c6ab,0x368,0x367,_0x2866da._0x298593)],_0x31f667[_0x1a1ed6(_0x2866da._0x9f527e,_0x2866da._0x144952,0x490,_0x2866da._0x438efa)]=_0x3dbbd3[_0x4fc8a7(0x3e4,0x398,_0x2866da._0x79d1aa,0x38c)],_0x4483c9[_0x4fc8a7(_0x2866da._0x4a926f,_0x2866da._0xdad78a,0x3fa,_0x2866da._0x2b9a85)](0xbb2+-0x145e*0x1+0xa40)['json'](_0x31f667);}const _0x45260a={};_0x45260a[_0x1a1ed6(_0x2866da._0x4dfb3d,0x4ba,_0x2866da._0x994bf1,0x4a2)]=_0x327d69[_0x4fc8a7(_0x2866da._0x23154c,0x38a,_0x2866da._0x1b05a7,_0x2866da._0x328916)],_0x36fc7d[_0x1a1ed6(0x44e,0x46f,0x465,_0x2866da._0x5e1152)](_0x47263e[_0x1a1ed6(0x46e,0x47e,_0x2866da._0x1e3de5,_0x2866da._0x3b411a)],_0x45260a);const _0x1ea72d={};return _0x1ea72d[_0x4fc8a7(_0x2866da._0x2b6f47,0x36c,0x424,_0x2866da._0x2bdce6)]=_0x47263e[_0x4fc8a7(0x308,0x328,_0x2866da._0x1deb89,_0x2866da._0xd77c1d)],_0x133f93[_0x1a1ed6(0x434,_0x2866da._0x1b1dc5,0x4d7,_0x2866da._0x3e30c7)](-0x115+0x3*0x31a+0x217*-0x3)['json'](_0x1ea72d);}}const _0x423ee3=_0x33cadc[_0x4fc8a7(_0x2866da._0x3dfec2,_0x2866da._0x34befb,0x36a,_0x2866da._0x3bf617)]['id'],_0x1bebc5=await _0x47263e[_0x4fc8a7(0x3e8,_0x2866da._0x287cb5,_0x2866da._0x15ede0,_0x2866da._0x31edff)](hasAllPermissions,_0x423ee3),_0x1ee3af=_0x33cadc[_0x4fc8a7(0x359,0x2e2,_0x2866da._0x1c0dee,_0x2866da._0x56d6ab)]['name']!==undefined||_0x47263e[_0x1a1ed6(_0x2866da._0x56a6ac,_0x2866da._0x14f985,0x418,_0x2866da._0x2b1f18)](_0x33cadc[_0x4fc8a7(_0x2866da._0x59c375,0x357,_0x2866da._0x346ec0,_0x2866da._0x301eeb)][_0x1a1ed6(_0x2866da._0x4aed7e,_0x2866da._0x4ab7c9,0x4c8,_0x2866da._0x4ff2d2)+'n'],undefined),_0x420bdb=_0x47263e['OPsJH'](_0x33cadc[_0x1a1ed6(0x498,0x439,0x497,0x420)]['members'],undefined);if(_0x1ee3af){const _0xab0667=_0x1bebc5||await _0x47263e[_0x1a1ed6(_0x2866da._0x28ad32,0x37e,0x3ef,_0x2866da._0x566191)](hasPermission,_0x423ee3,_0x47263e[_0x1a1ed6(0x3f4,0x3c7,0x43b,0x3ea)],_0x23ea86['id']);if(!_0xab0667){const _0x11b2f7={};return _0x11b2f7[_0x4fc8a7(0x3db,0x36e,0x3ba,_0x2866da._0x56413c)]=_0x47263e['WAGDQ'],_0x11b2f7[_0x1a1ed6(_0x2866da._0x588693,_0x2866da._0x3437a1,_0x2866da._0x394a8e,0x4ab)]=_0x4fc8a7(0x36d,_0x2866da._0x6facfb,0x36a,_0x2866da._0x22e63c)+_0x1a1ed6(0x3c7,_0x2866da._0x523be8,0x3e6,_0x2866da._0x2b91b6)+_0x4fc8a7(_0x2866da._0x5db86a,_0x2866da._0x2b9a85,_0x2866da._0xca8398,_0x2866da._0x1990f5)+'ermission\x20'+_0x4fc8a7(0x375,_0x2866da._0x422fff,_0x2866da._0x35536f,0x2fb)+'am',_0x58b640[_0x1a1ed6(_0x2866da._0x23c509,0x488,_0x2866da._0x4a8907,_0x2866da._0x3e30c7)](-0x751+-0x66*-0x57+-0x19c6*0x1)[_0x4fc8a7(0x36b,_0x2866da._0x2b6f47,0x337,_0x2866da._0x27121d)](_0x11b2f7);}}if(_0x420bdb){const _0x8afa98=_0x1bebc5||await _0x47263e[_0x1a1ed6(_0x2866da._0x2c7ada,0x438,0x3cb,_0x2866da._0x516166)](hasPermission,_0x423ee3,_0x47263e['QbhEH'],_0x23ea86['id']);if(!_0x8afa98){if(_0x47263e[_0x1a1ed6(0x388,0x389,_0x2866da._0x414f2a,_0x2866da._0x1b2aa1)](_0x47263e[_0x4fc8a7(0x35d,0x3c4,0x382,_0x2866da._0x313dac)],_0x4fc8a7(_0x2866da._0x30aac2,_0x2866da._0x590412,_0x2866da._0x14c4bf,_0x2866da._0x590b02))){const _0x3999b8={};return _0x3999b8['error']=_0x47263e[_0x1a1ed6(_0x2866da._0x4d315c,_0x2866da._0xb0ab1b,_0x2866da._0x1488a0,0x46a)],_0x3999b8[_0x4fc8a7(0x3e4,_0x2866da._0x15eab4,0x3a4,0x455)]=_0x47263e[_0x1a1ed6(0x469,0x418,_0x2866da._0x43bcad,0x46c)],_0x58b640[_0x4fc8a7(0x392,0x3b9,0x322,0x3f4)](0xd0d+0x57b*-0x1+-0x5ff)[_0x1a1ed6(_0x2866da._0x4cd397,_0x2866da._0x160ba4,_0x2866da._0x19eb43,0x432)](_0x3999b8);}else{const _0x56cff6={};return _0x56cff6['error']=_0x4fc8a7(0x347,_0x2866da._0x31f009,_0x2866da._0x457fca,_0x2866da._0xe028a8),_0x56cff6[_0x4fc8a7(_0x2866da._0x23154c,0x412,0x402,0x37b)]=_0x479588['message'],_0x508b47['status'](0xa7*-0xd+0x3e9*-0x1+0xdfd)[_0x1a1ed6(_0x2866da._0x27638c,0x404,0x449,_0x2866da._0x1925e4)](_0x56cff6);}}}if(!_0x1ee3af&&!_0x420bdb){if(_0x47263e['lZGDa']('SkeeI',_0x47263e[_0x4fc8a7(0x307,0x36c,0x361,0x371)])){const _0x38d1c9={};return _0x38d1c9[_0x4fc8a7(_0x2866da._0x2b6f47,0x454,_0x2866da._0x53eae6,0x37f)]=_0x47263e[_0x1a1ed6(0x3be,0x432,_0x2866da._0x1b4a9b,0x3d5)],_0x38d1c9[_0x4fc8a7(_0x2866da._0x4a59bc,_0x2866da._0xb13021,0x448,_0x2866da._0xddba9e)]=_0x47263e[_0x1a1ed6(_0x2866da._0x1f720a,_0x2866da._0x28ad32,_0x2866da._0x12dd04,0x408)],_0x58b640['status'](0xcca*-0x3+-0x2*-0x103f+-0x4*-0x1dc)['json'](_0x38d1c9);}else{const _0x5b11e2={};return _0x5b11e2[_0x4fc8a7(_0x2866da._0xbe89b,_0x2866da._0x39f31b,0x443,0x406)]='Not\x20Found',_0x5b11e2[_0x4fc8a7(0x3e4,0x445,0x452,0x38e)]=_0x52b230[_0x4fc8a7(_0x2866da._0x377c5e,_0x2866da._0x3b88bd,_0x2866da._0xddba9e,0x3eb)],_0x27959b[_0x1a1ed6(0x49e,_0x2866da._0x38b225,_0x2866da._0x3d9d57,0x459)](-0x25ce+0x2*-0x3ee+-0x2f3e*-0x1)[_0x4fc8a7(0x36b,_0x2866da._0x15c260,0x33b,_0x2866da._0x40e6e3)](_0x5b11e2);}}const _0x508818={};if(_0x47263e['lZGDa'](_0x33cadc[_0x1a1ed6(_0x2866da._0x199198,_0x2866da._0x11213f,0x41d,0x420)][_0x1a1ed6(_0x2866da._0x31c09c,_0x2866da._0x171ba9,_0x2866da._0x11166a,0x4ad)],undefined))_0x508818['name']=_0x33cadc[_0x1a1ed6(_0x2866da._0x28ad32,0x3de,0x426,_0x2866da._0x3adee0)]['name'];if(_0x47263e[_0x1a1ed6(_0x2866da._0xc4ba80,0x469,0x3ea,_0x2866da._0x378bc9)](_0x33cadc[_0x1a1ed6(0x3a3,_0x2866da._0x566191,0x3ef,_0x2866da._0x4bb938)][_0x1a1ed6(_0x2866da._0x5f0663,0x456,_0x2866da._0x10177f,_0x2866da._0x4ff2d2)+'n'],undefined))_0x508818[_0x1a1ed6(_0x2866da._0x1aac53,_0x2866da._0x3e1a78,0x462,0x452)+'n']=_0x33cadc[_0x1a1ed6(0x3e0,_0x2866da._0x1776b3,0x47f,_0x2866da._0xcb5e95)]['descriptio'+'n'];if(_0x33cadc['body'][_0x4fc8a7(_0x2866da._0x405ace,0x3ba,_0x2866da._0x7fa6f9,0x34e)]!==undefined)_0x508818[_0x4fc8a7(_0x2866da._0x405ace,_0x2866da._0x4c3c26,_0x2866da._0x4d67a9,_0x2866da._0x54b4b7)]=_0x33cadc[_0x4fc8a7(0x359,0x361,_0x2866da._0x206253,0x31c)][_0x1a1ed6(_0x2866da._0x40ce0c,_0x2866da._0x1eeb18,0x3e5,_0x2866da._0x11d642)];if(_0x508818[_0x1a1ed6(_0x2866da._0x2fb0cf,0x3f0,_0x2866da._0x47ce8b,_0x2866da._0x4ed25e)]&&_0x508818[_0x1a1ed6(0x474,0x43b,0x43a,_0x2866da._0x57abf3)][_0x4fc8a7(_0x2866da._0x4ce6dd,_0x2866da._0x39189b,_0x2866da._0x357064,_0x2866da._0x3e29ef)]>0x104f*0x1+-0x1bee+-0x23*-0x55){const _0x180355=await _0x47263e[_0x4fc8a7(_0x2866da._0x479006,0x3a5,0x448,0x3eb)](validateUserIds,_0x508818['members']);if(_0x47263e[_0x1a1ed6(_0x2866da._0x54a444,0x43c,_0x2866da._0x5ba074,0x3bd)](_0x180355['length'],0x1*0x1021+0x3*-0x6c6+0x431)){if(_0x4fc8a7(_0x2866da._0x2bd4c4,0x355,0x284,0x317)===_0x47263e[_0x4fc8a7(0x3a8,0x39d,0x36f,_0x2866da._0x148a92)]){const _0x4ac660={};return _0x4ac660['error']=_0x47263e[_0x4fc8a7(0x3d2,0x38d,_0x2866da._0x427667,0x446)],_0x472f9c['status'](0x3*-0x891+0x21a6+-0xe9*0x7)[_0x4fc8a7(0x36b,_0x2866da._0x2d8643,_0x2866da._0x63d66a,_0x2866da._0x4fe669)](_0x4ac660);}else return _0x58b640[_0x1a1ed6(0x4c2,0x42f,_0x2866da._0x4e59cd,0x459)](0x1*0xf24+0x1c08+-0x299c*0x1)[_0x4fc8a7(0x36b,0x32c,_0x2866da._0xcfa999,_0x2866da._0x6ee8d7)]({'error':_0x47263e[_0x1a1ed6(_0x2866da._0x28a7de,_0x2866da._0x42eff1,_0x2866da._0x2785d4,_0x2866da._0x99215f)],'message':_0x1a1ed6(_0x2866da._0x23424a,0x441,_0x2866da._0x5d78aa,0x3cd)+_0x4fc8a7(_0x2866da._0xdad78a,0x326,0x2e9,0x3a9)+_0x180355[_0x1a1ed6(0x37e,_0x2866da._0x291215,0x43e,0x3c9)](',\x20')});}}if(_0x47263e[_0x4fc8a7(0x3d3,0x3fe,_0x2866da._0x6f5ef0,_0x2866da._0x18dca9)](_0x508818['members'],undefined)){if(_0x47263e[_0x1a1ed6(0x37f,_0x2866da._0x5b70d5,_0x2866da._0x634d31,0x3f3)](_0x47263e['pnDZm'],_0x47263e[_0x4fc8a7(_0x2866da._0x24c8eb,0x2d7,0x2a5,0x28b)])){const _0xe9aad5={};return _0xe9aad5[_0x4fc8a7(0x3db,0x434,0x3a3,0x411)]=_0x47263e['ucVqR'],_0xe9aad5[_0x1a1ed6(_0x2866da._0x394a8e,0x4f4,0x49d,_0x2866da._0x58f1a0)]=_0x47263e['VLPtN'],_0xe09a71['status'](0x584+0x3c4+-0x7b8)[_0x1a1ed6(0x446,_0x2866da._0x23c509,_0x2866da._0x10590a,_0x2866da._0x3aea7d)](_0xe9aad5);}else{const _0x4a0cbf={};_0x4a0cbf[_0x4fc8a7(_0x2866da._0x59ff86,_0x2866da._0x404114,0x35f,0x40c)]=_0x23ea86['id'],_0x4a0cbf[_0x1a1ed6(0x469,0x41a,_0x2866da._0x4b78a7,_0x2866da._0x11d642)]=_0x508818['members'];const _0x58b484={};_0x58b484[_0x1a1ed6(_0x2866da._0x4a502c,_0x2866da._0x21e2f2,0x508,_0x2866da._0x2f6c00)+_0x1a1ed6(0x43f,_0x2866da._0x1deb89,0x3ea,0x3e1)]=_0x4a0cbf;const _0x3e547c=await _0x47263e[_0x4fc8a7(_0x2866da._0x37a6ed,0x3d0,_0x2866da._0x63d66a,0x2e1)](wouldRetainServerAdmin,_0x58b484);if(!_0x3e547c){const _0x1a13a7={};return _0x1a13a7['error']=_0x47263e['MHKfl'],_0x1a13a7[_0x1a1ed6(_0x2866da._0x4a4525,0x525,0x518,_0x2866da._0x14515a)]=_0x47263e[_0x1a1ed6(_0x2866da._0x4eb13f,0x3ee,_0x2866da._0x8c4eba,_0x2866da._0x3d0c72)],_0x58b640[_0x4fc8a7(_0x2866da._0x36658d,_0x2866da._0x423e7f,_0x2866da._0x5ecde3,0x3df)](-0xa8a+0x16d4+-0xaba)[_0x4fc8a7(0x36b,_0x2866da._0x49544c,_0x2866da._0x13ac60,0x361)](_0x1a13a7);}}}const _0x565e4a=await updateTeam(_0x23ea86['id'],_0x508818),_0x4aa3f3={..._0x565e4a};_0x4aa3f3[_0x1a1ed6(0x50b,0x42c,_0x2866da._0x237e90,_0x2866da._0x4da140)+'embers']=!![];const _0x2db100={};return _0x2db100[_0x1a1ed6(_0x2866da._0x35ef0b,_0x2866da._0x207570,_0x2866da._0x49829c,_0x2866da._0x14515a)]=_0x47263e[_0x1a1ed6(_0x2866da._0xa38a23,_0x2866da._0x3453cf,_0x2866da._0x42f2da,_0x2866da._0x809dfa)],_0x2db100[_0x4fc8a7(_0x2866da._0x367a03,0x2e9,_0x2866da._0x18c531,0x37d)]=_0x4aa3f3,_0x58b640[_0x4fc8a7(0x36b,_0x2866da._0x10c6f7,_0x2866da._0x3efbfc,_0x2866da._0x23d15a)](_0x2db100);}}catch(_0xcf19e4){if(_0x47263e['sExYT'](_0x47263e['KadOQ'],_0x47263e['bALnJ'])){if(_0xcf19e4[_0x1a1ed6(0x4aa,_0x2866da._0x994bf1,_0x2866da._0x5f50fb,_0x2866da._0x5a00a2)]['includes'](_0x47263e[_0x1a1ed6(_0x2866da._0x18131c,0x3db,_0x2866da._0xd046d,_0x2866da._0x5cb553)])){const _0xb8b547={};return _0xb8b547['error']=_0x4fc8a7(0x347,0x30a,0x39d,_0x2866da._0x109850),_0xb8b547['message']=_0xcf19e4[_0x1a1ed6(_0x2866da._0x31c09c,0x4e3,0x520,_0x2866da._0xfe0837)],_0x58b640[_0x4fc8a7(_0x2866da._0x4fe485,0x3b0,_0x2866da._0x13bb40,0x3aa)](-0x8ef+-0x12*-0x1f+0x85a)['json'](_0xb8b547);}const _0xa58279={};_0xa58279['error']=_0xcf19e4['message'],logger[_0x1a1ed6(_0x2866da._0xde1274,_0x2866da._0xc2aae,0x460,0x4a2)](_0x47263e['fJJIA'],_0xa58279);const _0x339ca2={};return _0x339ca2[_0x4fc8a7(0x3db,0x445,0x36d,_0x2866da._0x5b02c0)]=_0x47263e[_0x1a1ed6(0x419,0x361,_0x2866da._0x5c9b12,0x3cf)],_0x58b640[_0x1a1ed6(0x459,0x422,_0x2866da._0x4ce147,0x459)](0x228d+0x778+-0x2811)[_0x4fc8a7(_0x2866da._0x106b9c,0x346,0x3d9,_0x2866da._0x38072c)](_0x339ca2);}else{if(_0x47d6a2[_0x1a1ed6(0x4d4,_0x2866da._0x16016c,_0x2866da._0x588535,_0x2866da._0x438efa)]['includes'](_0x47263e[_0x1a1ed6(0x44c,_0x2866da._0x4a7117,0x3bd,0x425)])){const _0x296b71={};return _0x296b71[_0x4fc8a7(_0x2866da._0x50c954,_0x2866da._0x5bc0df,_0x2866da._0x4bacd9,_0x2866da._0x5b0b17)]=_0x47263e[_0x1a1ed6(_0x2866da._0x346ec0,_0x2866da._0x1d5142,_0x2866da._0x55b6e7,_0x2866da._0x2f9857)],_0x296b71[_0x4fc8a7(0x3e4,_0x2866da._0x5a1ad1,_0x2866da._0x301080,_0x2866da._0x56d6ab)]=_0x131d1b[_0x4fc8a7(0x3e4,0x3fa,0x367,0x412)],_0x568550['status'](-0x228f+-0x419*-0x9+-0x25*0x5)[_0x1a1ed6(_0x2866da._0xddba9e,0x407,_0x2866da._0x2c469f,_0x2866da._0x1e8836)](_0x296b71);}const _0x38818c={};_0x38818c[_0x4fc8a7(0x3db,_0x2866da._0x4c2042,0x395,0x43d)]=_0x1e3dca[_0x4fc8a7(_0x2866da._0xdbcc06,_0x2866da._0x309e8e,_0x2866da._0x40ce0c,0x37e)],_0x4a881f['error'](_0x47263e[_0x1a1ed6(0x39a,_0x2866da._0x1fe6af,_0x2866da._0x1cd28a,_0x2866da._0x108d3c)],_0x38818c);const _0xbb9093={};return _0xbb9093[_0x1a1ed6(0x4c4,0x4d1,_0x2866da._0x174bc7,_0x2866da._0x22c9ac)]=_0x47263e[_0x1a1ed6(_0x2866da._0x6dca2b,0x406,_0x2866da._0x207a4e,_0x2866da._0x7887ee)],_0x2f6480[_0x4fc8a7(0x392,0x332,0x31a,_0x2866da._0x33b44f)](0x7c6*0x4+-0xa63*0x1+0x12c1*-0x1)[_0x1a1ed6(_0x2866da._0x58e5dd,0x3d6,0x420,_0x2866da._0x1925e4)](_0xbb9093);}}});const _0x460e4b={};_0x460e4b[_0x2644ce(0x57b,0x51f,0x555,0x599)]='id',router[_0xce7891(-0x76,-0xbc,-0xc4,-0xed)](_0x2644ce(0x4c3,0x528,0x512,0x571),requirePermission('teams:mana'+'ge',_0x460e4b),async(_0x41217f,_0x40d532)=>{const _0x437e42={_0x4bc5ec:0x10c,_0x31e5a6:0xf0,_0x45daa7:0x204,_0x160ead:0x1ad,_0x12de76:0x203,_0x58b9c9:0x247,_0x2730c9:0x1f1,_0x18ac39:0x205,_0x4043e8:0x235,_0x44d5f3:0x280,_0x2842f5:0x11c,_0x523c06:0xcd,_0x3e37cb:0xc7,_0x53088a:0x69,_0x1b82a5:0x37,_0x5ccdf6:0x21,_0x1c1a22:0x239,_0x30a3c9:0x280,_0x89a2da:0x2d5,_0x25d733:0x2aa,_0x50b7c5:0x269,_0x342563:0x2dc,_0x275745:0x298,_0x3e50b7:0x42,_0x4e7b58:0x55,_0x5b8680:0x2a,_0x5dae2d:0xc0,_0x39e39e:0x142,_0x5bda07:0x24d,_0x120b8b:0x215,_0x4e43fb:0x24b,_0x54110f:0xb8,_0x5a2597:0x67,_0x22ebd6:0x77,_0x586257:0x291,_0x24f38c:0x293,_0x5b8498:0x2d3,_0xb70edb:0x2c1,_0x3d05bb:0x31d,_0x50e979:0x2f2,_0x41c209:0x2cb,_0x500fbd:0x242,_0x1b4cd5:0x29a,_0x3cd48c:0x1f7,_0x20b93c:0x23f,_0x4ee5c2:0xf9,_0x58d2d0:0xd4,_0xa45d6:0x300,_0x157ed5:0x2bb,_0x46bfc6:0x24e,_0x58f953:0x28c,_0x9899d5:0x20d,_0xc91eeb:0x135,_0x33f5b1:0x113,_0x4ae14f:0x26c,_0x4aac64:0x254,_0x5c1589:0x235,_0x432c61:0x266,_0x3088e1:0x278,_0x2c847d:0x299,_0x758669:0x4b,_0x21b812:0x94,_0x5121e9:0xc6,_0x29e910:0x108,_0x65ae21:0xe3,_0x43d573:0x114,_0x3600d9:0xf3,_0x2dff49:0x12c,_0xfd0d53:0x302,_0x57764f:0x127,_0x4744e5:0x2e4,_0x6bf0e0:0x2c0,_0x5e4242:0x2c9,_0x1f034a:0x296,_0x6f511:0x107,_0x3344d7:0x6f,_0x3e88ad:0x1ec,_0x2fc22f:0x247,_0x113b35:0x190,_0x15fa84:0x2df,_0x51a4f7:0x2c4,_0x2cf308:0x67,_0x7b9a3e:0x115,_0x2c8fa8:0xa4,_0x465d77:0x23c,_0x38e1dd:0xa9,_0x47dca4:0xbb,_0x53c19d:0x213,_0x3bc526:0x1c8,_0x2f1b99:0x238,_0xa8f707:0x106,_0x3b3e14:0xdc,_0x1ffb24:0x23b,_0x10e2c4:0x294,_0x4e4f4d:0x2ac,_0x3fe09a:0x286,_0x433cd3:0xbc,_0x5a00d6:0x8b,_0xe2da59:0x1d0,_0x45886c:0x20e,_0x514ded:0x1dd,_0x27b8db:0x222,_0x349119:0x1a5,_0x5426d7:0x274,_0x351f53:0x25e,_0x1ae05c:0xf1,_0x13f4aa:0x288,_0x14c311:0x31c,_0x48755e:0x303,_0xddfe61:0x2bb,_0x1e1f5a:0x82,_0x116172:0xe6,_0x217829:0x6d,_0x50068b:0xec,_0x2ffe9c:0x2a4,_0x460cd7:0x253,_0x5ebc85:0x210,_0x5efb52:0x2ee,_0x49efa9:0x272,_0x4cf4ce:0x20d},_0x16ccdc={_0x211f4b:0xd6,_0x160927:0x1f,_0x369f74:0x344},_0x2c818b={_0x3e04da:0x4e,_0xab9476:0x9b,_0x4d3aeb:0x1b5};function _0x1d6fe8(_0x37bcf7,_0x40d233,_0x5adfcd,_0x437713){return _0xce7891(_0x37bcf7-_0x2c818b._0x3e04da,_0x437713,_0x5adfcd-_0x2c818b._0xab9476,_0x5adfcd-_0x2c818b._0x4d3aeb);}function _0x278184(_0x51294b,_0x44dd0f,_0x1dafb1,_0x3fddc9){return _0xce7891(_0x51294b-_0x16ccdc._0x211f4b,_0x1dafb1,_0x1dafb1-_0x16ccdc._0x160927,_0x3fddc9-_0x16ccdc._0x369f74);}const _0x52bb9d={'VHqtY':_0x1d6fe8(0xdc,0x131,_0x437e42._0x4bc5ec,_0x437e42._0x31e5a6)+'t','lgVzF':function(_0x2863de,_0x533a01){return _0x2863de(_0x533a01);},'xYkKe':_0x278184(0x195,_0x437e42._0x45daa7,_0x437e42._0x160ead,0x213)+_0x278184(0x24e,_0x437e42._0x12de76,0x231,0x20f),'Ifoeg':function(_0x2c4510,_0x206294){return _0x2c4510(_0x206294);},'cifQA':function(_0x56f391,_0x719002){return _0x56f391!==_0x719002;},'oQHZn':'TVqKD','QzhgE':'Cannot\x20del'+'ete\x20team','ZQpkp':_0x278184(_0x437e42._0x58b9c9,0x20f,0x1d3,_0x437e42._0x2730c9)+_0x278184(0x257,0x212,_0x437e42._0x18ac39,_0x437e42._0x4043e8)+'he\x20last\x20Se'+_0x278184(0x2a8,0x292,0x2a7,_0x437e42._0x44d5f3)+_0x1d6fe8(_0x437e42._0x2842f5,_0x437e42._0x523c06,_0x437e42._0x3e37cb,_0x437e42._0x53088a)+_0x1d6fe8(_0x437e42._0x1b82a5,0x64,0xa0,_0x437e42._0x5ccdf6)+_0x278184(0x204,0x228,_0x437e42._0x1c1a22,_0x437e42._0x30a3c9)+'\x20must\x20rema'+'in.','AYvTT':function(_0x50e546,_0xd8798e,_0x4cb2dd,_0x526556){return _0x50e546(_0xd8798e,_0x4cb2dd,_0x526556);},'DcHdn':function(_0x20ae14,_0x5e5879){return _0x20ae14===_0x5e5879;},'YDaXF':_0x278184(_0x437e42._0x89a2da,0x22e,_0x437e42._0x25d733,_0x437e42._0x50b7c5),'CRPWl':'Error\x20dele'+_0x278184(0x2bc,_0x437e42._0x342563,0x310,_0x437e42._0x275745)};try{const _0x24daa4=await _0x52bb9d[_0x1d6fe8(_0x437e42._0x3e50b7,0xc4,_0x437e42._0x4e7b58,-_0x437e42._0x5b8680)](getTeamById,_0x41217f['params']['id']);if(!_0x24daa4){const _0x4ae3a4={};return _0x4ae3a4[_0x1d6fe8(_0x437e42._0x5dae2d,0xd7,0x12c,_0x437e42._0x39e39e)]=_0x52bb9d['xYkKe'],_0x40d532[_0x278184(0x213,0x2bf,_0x437e42._0x5bda07,0x272)](-0x12f+0x13e4+-0x1121)[_0x278184(0x2c3,0x2b5,_0x437e42._0x120b8b,_0x437e42._0x4e43fb)](_0x4ae3a4);}const _0x295eb6={};_0x295eb6[_0x1d6fe8(0xc1,_0x437e42._0x54110f,_0x437e42._0x5a2597,_0x437e42._0x22ebd6)+_0x278184(_0x437e42._0x586257,_0x437e42._0x24f38c,_0x437e42._0x5b8498,_0x437e42._0xb70edb)]=_0x24daa4['id'];const _0x423d9e=await _0x52bb9d[_0x278184(0x294,_0x437e42._0x3d05bb,_0x437e42._0x50e979,_0x437e42._0x41c209)](wouldRetainServerAdmin,_0x295eb6);if(!_0x423d9e){if(_0x52bb9d[_0x278184(_0x437e42._0x500fbd,_0x437e42._0x1b4cd5,_0x437e42._0x3cd48c,_0x437e42._0x20b93c)](_0x278184(0x231,0x2f2,0x309,0x2af),_0x52bb9d[_0x1d6fe8(0x13e,_0x437e42._0x4ee5c2,_0x437e42._0x58d2d0,0x68)])){const _0x5074e0={};return _0x5074e0[_0x278184(0x26b,0x2aa,_0x437e42._0xa45d6,_0x437e42._0x157ed5)]=_0x278184(_0x437e42._0x46bfc6,0x1c8,_0x437e42._0x58f953,_0x437e42._0x9899d5),_0x5074e0[_0x1d6fe8(0x147,0x14f,_0x437e42._0xc91eeb,_0x437e42._0x33f5b1)]=_0x278184(_0x437e42._0x4ae14f,_0x437e42._0x4aac64,_0x437e42._0x5c1589,_0x437e42._0x5bda07)+_0x278184(_0x437e42._0x432c61,_0x437e42._0x3088e1,_0x437e42._0x2c847d,0x249)+'s:manage\x20p'+_0x1d6fe8(0xd5,0x12e,_0x437e42._0x523c06,0x139)+_0x1d6fe8(_0x437e42._0x758669,_0x437e42._0x21b812,_0x437e42._0x5121e9,_0x437e42._0x54110f)+'am',_0x100bf0[_0x1d6fe8(_0x437e42._0x29e910,0xf3,_0x437e42._0x65ae21,0x9f)](-0xf*0x8d+0xcea+-0x314)[_0x1d6fe8(_0x437e42._0x43d573,_0x437e42._0x3600d9,0xbc,_0x437e42._0x2dff49)](_0x5074e0);}else{const _0x1c3974={};return _0x1c3974[_0x278184(0x2ea,0x2f2,_0x437e42._0xfd0d53,_0x437e42._0x157ed5)]=_0x52bb9d[_0x1d6fe8(0xe6,_0x437e42._0x57764f,0x130,0xd6)],_0x1c3974[_0x278184(_0x437e42._0x4744e5,0x33d,_0x437e42._0x342563,0x2c4)]=_0x52bb9d[_0x278184(0x22d,_0x437e42._0x6bf0e0,_0x437e42._0x5e4242,_0x437e42._0x1f034a)],_0x40d532[_0x1d6fe8(_0x437e42._0x6f511,_0x437e42._0x3344d7,0xe3,0x122)](0x9eb+0x100+0x1*-0x95b)[_0x278184(0x2c5,0x22e,0x220,0x24b)](_0x1c3974);}}const _0x388923=await _0x52bb9d[_0x278184(_0x437e42._0x3e88ad,_0x437e42._0x2fc22f,_0x437e42._0x113b35,0x205)](deleteTeam,_0x24daa4['id'],deleteBindingsBySubject,deleteBindingsByResource),_0x37e315={};return _0x37e315[_0x278184(_0x437e42._0x15fa84,0x253,0x2f9,_0x437e42._0x51a4f7)]=_0x1d6fe8(_0x437e42._0x2cf308,_0x437e42._0x7b9a3e,0xca,_0x437e42._0x2c8fa8)+_0x278184(0x262,0x206,0x293,_0x437e42._0x465d77)+'fully',_0x37e315['deletedBin'+_0x1d6fe8(0x57,0xa1,_0x437e42._0x38e1dd,0x116)]=_0x388923[_0x1d6fe8(0x5b,0x5e,0x44,_0x437e42._0x47dca4)+_0x278184(_0x437e42._0x53c19d,_0x437e42._0x3bc526,0x263,_0x437e42._0x2f1b99)],_0x40d532['json'](_0x37e315);}catch(_0x1ef78c){if(_0x52bb9d[_0x1d6fe8(0xcb,_0x437e42._0xa8f707,0x103,_0x437e42._0x3b3e14)](_0x52bb9d[_0x278184(0x2af,0x289,_0x437e42._0x1ffb24,_0x437e42._0x10e2c4)],_0x278184(_0x437e42._0x4e4f4d,0x29c,0x2eb,_0x437e42._0x3fe09a)))return _0x40f110['status'](-0x1deb+-0x1*-0x2689+-0x15*0x56)[_0x1d6fe8(0x6e,0x3f,_0x437e42._0x433cd3,_0x437e42._0x5a00d6)]({'error':_0x52bb9d[_0x278184(0x166,_0x437e42._0xe2da59,_0x437e42._0x45886c,_0x437e42._0x514ded)],'message':_0x278184(0x1ad,_0x437e42._0x27b8db,0x1ac,0x1e6)+'ot\x20found:\x20'+_0x11e6a1['join'](',\x20')});else{const _0x2b1712={};_0x2b1712[_0x1d6fe8(_0x437e42._0x349119,0x138,0x12c,0x185)]=_0x1ef78c[_0x278184(0x29d,_0x437e42._0x5426d7,_0x437e42._0x351f53,0x2c4)],logger[_0x1d6fe8(_0x437e42._0x1ae05c,_0x437e42._0x5dae2d,0x12c,0x119)](_0x52bb9d[_0x278184(_0x437e42._0x13f4aa,0x32e,0x2a3,0x2b8)],_0x2b1712);const _0x2c844b={};return _0x2c844b[_0x278184(_0x437e42._0x14c311,_0x437e42._0x48755e,_0x437e42._0xa45d6,_0x437e42._0xddfe61)]=_0x1d6fe8(_0x437e42._0x1e1f5a,_0x437e42._0x116172,_0x437e42._0x217829,_0x437e42._0x50068b)+_0x278184(0x2be,_0x437e42._0x2ffe9c,_0x437e42._0x460cd7,0x28a)+'r',_0x40d532[_0x278184(_0x437e42._0x5ebc85,0x1fb,_0x437e42._0x5efb52,0x272)](-0x18ab+-0x16d5+0xa*0x4f2)[_0x278184(_0x437e42._0x49efa9,0x1d4,_0x437e42._0x4cf4ce,_0x437e42._0x4e43fb)](_0x2c844b);}}});const _0x3cd320={};function _0x8c21(){const _0x23917b=['ExriB3K','wLfWA3a','BwfW','DgLUzYb0zwfT','DgvHBuLK','wNLuCwq','qMfKifjLCxvLCW','vMnlrLK','zg1PBIbTDxn0ia','u09iDhu','vMH3Dgm','Dxj5tM8','yw55vgvHBq','CIbbzg1PBIbTDq','DgvHBxm6DMLLDW','ig5VifnLCNzLCG','Chv0','rgPJDuu','CLDwCMu','qKr3Dve','vMnxyKW','Bvv1EK0','ywXS','y2fUtwfUywDLtq','EKXAANa','otK0DuHQz3Ds','vfzXs0q','C3rpsLm','wgHlBvu','rxrnD1u','r1fUy00','odG4nta3q1v3Denm','CNmVoNvZzxjjza','y1DsB2e','CZPTyw5Hz2uGCa','q1jqv2W','B29lC2e','ig9UihrOAxmGDa','zxjYB3i','ChPIr2m','uNjrwuW','CMvWBgfJzvrLyq','uxPOz0u','zsbtzxj2zxiGqq','BuLK','C3znELO','s0XAB1q','BwvZC2fNzq','ig11C3qGCMvTyq','BMfTzq','uhPZD0m','s3LlD00','vvrItgW','CvbZEuK','swzVzwC','uefgu0y','AxmGCMvXDwLYzq','AgrMDNa','ww91igfYzsbUBW','D1vrzuW','zgvSzxrLzejPBG','DungtMy','q2fUBM90ihvWza','vuDwBvi','u2rJDue','Cg5ewM0','BhzKEfm','Axn0CW','qMr3Ee8','swXVz04','vKHXDfK','sMPiBxC','DM5Ysgu','tM90iezVDw5K','ChDPvLa','AM9PBG','zNvSBhK','BgDwEKy','BgvUz3rO','vxnLCIbjrhmGBG','AeLuB2W','sKvszhO','ALn1yMi','q1DItLG','renAuxy','CMTly0K','zwrZsNO','DwnwCvi','C3qGCMvTywLUlG','vK1WsNO','vgHPCYb0zwfTia','ig9Uzsbtzxj2zq','uM91DgvY','D1DSCgO','wNbYs2O','zxHJBhvKzvrLyq','ihbYB3zPzgvK','BM90igeGBwvTyG','otyZmZqYEwXJrg90','Bu1LBwjLCNm','r1PPyuy','sw50zxjUywWGCW','DgvHBxm6BwfUyq','mtqXow5ruvLHwa','zw1IzxjZAgLWia','mJaWog1kAw1Kwq','tM8GDxbKyxrLCW','DcbHig1LBwjLCG','EeH5Ew4','CZPTyw5Hz2vFBq','qvL2vfq','lIbbDcbSzwfZDa','zw1IzxjZ','z2vFBwvTyMvYCW','BwvTyMvY','v2ryDMS','vgHPCYbJAgfUzW','BfPhrge','rM9YyMLKzgvU','Aw5NihrLyw1Z','B3vUza','C3rYAw5N','BMCGBwvTyMvY','z1vqt2C','vgvHBsbUB3qGzG','AKLhrhC','DgvHBq','B3qGzM91BMq6ia','lZPPza','D0jwqwG','AgLW','zKPksue','C2rTAfa','tw5Vrvi','zwfT','zuvuue0','vuHgt3m','ywXYzwfKEsbHia','whHoEhi','twvTyMvYihjLBq','rxjYB3iGDxbKyq','r3vTz0e','tgr0DeC','uMvTB3zPBMCGDa','q29UzMXPy3q','DxnLCKLK','z2v0','C29nCM8','DMvYiefKBwLUCW','y2fUtwfUywDLva','vxnLCIbUB3qGzG','DxnLCKLKigLZia','yxn0ig9Uzsbtzq','Aw4U','qKvNvhO','B3zLig1LBwjLCG','CNn2rNm','lZPPzc9Tzw1Izq','y29UDgfPBNmGDa','mtu0mM50wwHTBq','qMjiCLa','zgLUz3m','yM9KEq','z1j4suG','ig9MihrOAxmGDa','zwqGC3vJy2vZCW','zLLpD1a','Bw5dtum','y2LMuue','Aw5NihrLyw0','z0rrsem','q2fUBM90ihjLBq','C0v4wvq','DxnLCG','CMvTywLUlG','C0TNyvi','Bu1LBwjLCG','uhHWENa','igHHDMuGDgvHBq','y0Xcuwu','ANnVBG','ChjbrLu','ww91igrVig5VDa','yLfhuva','DhjPBq','B3zLzcbMCM9Tia','vgvHBsbJCMvHDa','ndeXmtaWsxb1rwPf','ywXYzwfKEsbLEa','ode1nxnJwxnTza','B24GDgHPCYb0zq','khmPlIbbDcbSzq','zgvSzxrL','otaXnZiWsej4AMH5','vgvHBsbKzwXLDa','DgvHBvbHCMfT','BwvTyMvYCW','zxjTAxnZAw9Uia','BNnZzfy','rxjYB3iGywrKAq','Ew12yNe','u091se8','u3vptKG','EM11wKi','B1fiwM4','Aw5JBhvKzxm','zsb3B3vSzcbSzq','q2fUBM90igrLBa','v0Lszwe','rxjYB3iGzgvSzq','vvrhy3G','ELb2uvu','zgvZy3jPChrPBW','vvDeu2u','zwLgzNC','zgn4v2G','q0jorhi','AKTIuMG','B1HRt2e','C3rHDhvZ','ELDhBeK','Bfbzu1y','DcbSzwfZDcbVBG','zwqGDg8GDgvHBq','CMvVquW','DvHeEuq','Cg9ZDa','rxjYB3iGCMvTBW','wg1irKG','rxjYB3iGz2v0Da','tgn4Afy','qMzOwfy','thL2C3K','CNzLCIbbzg1PBG','iefKBwLUCY4Gqq','turkDu8','v0fhrfe','C1rpt0y','svfOyui','sgT0AMu','CgfYyw1Z','t0njq0u','svzRq00','zxj2zxiGzxjYBW','zxrLihrLyw0','yNvkquW','EhvnELe','yxzLig5VifnLCG','q1rxuha','DMLUzYbTzw1Izq','yxrLig1LBwjLCG','rgnizg4','wLf4A2W','wurHwey'];_0x8c21=function(){return _0x23917b;};return _0x8c21();}_0x3cd320[_0x2644ce(0x4e4,0x59f,0x555,0x5b2)]='id',router[_0x2644ce(0x56d,0x539,0x574,0x55c)](_0xce7891(-0x139,-0x172,-0x105,-0x110)+'rs',requirePermission(_0x2644ce(0x4c0,0x4bb,0x4f8,0x56b)+_0xce7891(-0xd9,-0x14e,-0x178,-0x13c)+_0x2644ce(0x535,0x4b0,0x514,0x4f9),_0x3cd320),async(_0x2a10dd,_0x409261)=>{const _0x32c9d1={_0x2f5e6c:0xf6,_0x3865f2:0x106,_0x2f3b4c:0xb8,_0xda573b:0x1bd,_0x221868:0x202,_0x227669:0x273,_0x30d18e:0x20d,_0x18f5c9:0x18b,_0x289b07:0x1fa,_0x93515a:0x1cb,_0xf1f91c:0x1df,_0x43ceb4:0xd8,_0x1d66b2:0x12,_0x5cbd42:0x24,_0x4f82fc:0x19,_0x10949f:0x74,_0x26e6a6:0xa0,_0xb7a17f:0x192,_0x36380e:0x1f3,_0x35ecb3:0x89,_0x365658:0x1c,_0x334f69:0x98,_0x39a08f:0x31,_0x5cd251:0xd9,_0x4a6b0c:0x178,_0x2020eb:0x11f,_0x3ea871:0x1ad,_0x18a7b5:0xc3,_0xde32aa:0xeb,_0xa1b3d3:0x109,_0x3e5508:0x142,_0x2c6c52:0x1d1,_0x4fe556:0x151,_0x107c71:0x1b4,_0x249194:0x184,_0x2e7ebd:0x1d6,_0x387a56:0x119,_0x21d2a3:0xd2,_0x22a291:0xa7,_0x5f1172:0xf2,_0x39ac8c:0x10b,_0x19ef3f:0x143,_0xb6153c:0x18e,_0x550250:0x1de,_0x3f2718:0x1ab,_0x186eb5:0x10b,_0x3eb8d1:0x161,_0x4c8e2f:0xb7,_0x7f5fa:0x175,_0x4e887b:0xc9,_0x2ce827:0x75,_0x37ce03:0x60,_0x346e7b:0x200,_0x12c8da:0x1c0,_0x9c7ae7:0x157,_0x4ad138:0x174,_0xff17cf:0x1cd,_0x3f3f6f:0x1af,_0x3a5ced:0x85,_0xc536fa:0x4b,_0x43f257:0x36,_0x41f680:0xb7,_0x29c352:0x1e7,_0x44016c:0x1ca,_0x438a0b:0x16e,_0x45a70a:0x147,_0x55e765:0x13b,_0x1207f5:0xf4,_0x2181c9:0xa4,_0x4853a1:0xb4,_0x33c969:0xa,_0x272376:0x83,_0x2345b7:0x99,_0x5168bf:0x10b,_0x365397:0x121,_0x7a9049:0x191,_0x3facba:0xd3,_0xc8bdfa:0xfc,_0x3327fe:0x146,_0x1d46fe:0x1d2,_0x182510:0x1c0,_0x48ab43:0x1b7,_0x5940d8:0x145,_0x2ea092:0xcc,_0x32e40d:0xab,_0x344743:0x10b,_0xf9a82d:0x1b8,_0x3b01f2:0xf5,_0x4bc7ca:0x115,_0x57ca68:0x13a,_0x549dbf:0x102,_0x113e1b:0x1e6,_0x2ec89e:0x217,_0x26a5b5:0xa8,_0x1b0c73:0x9a,_0x4e4408:0xbc,_0x2a78a3:0x187,_0xaf0850:0x1dd,_0x5b7ebe:0x188,_0x5d53ca:0x131,_0x7a1458:0xc2,_0x53d57f:0x182,_0x448a70:0xfd,_0x119cf1:0xbc,_0x4ff2b4:0x115,_0x25c28e:0x114,_0x211aa9:0x1ad,_0x130df2:0x272,_0x1c34b3:0x97,_0x4fc352:0x28,_0xf93632:0xd4,_0x227a75:0x1f,_0x30b8b1:0x15e,_0x897b4:0x1b2,_0x5eefb0:0x1a1,_0x41c283:0x137,_0x3822f2:0x199,_0x1ad794:0x215,_0x2f484c:0x150,_0xaa37fe:0x1ca,_0x1d340a:0xd7,_0x4e1813:0x125,_0x4cb33f:0x1e9,_0x4b42db:0x263,_0x1e1955:0xc6,_0x461bd5:0xef,_0xf47c79:0x70,_0xf3d32c:0x4c,_0x3d1738:0x7f,_0x1fe8cf:0x59,_0x59942b:0x5f,_0x2db80d:0x16c,_0x2a9d59:0x14f,_0x1e7aea:0x162,_0x1afe9e:0x144,_0x51ab56:0x119,_0x43e6a7:0xed,_0x330c82:0xff,_0x4483d4:0x14e,_0x498f37:0xc2,_0x99f7:0x107,_0x327294:0x1c0,_0x5a232:0x1f3,_0x59af58:0x1a6,_0x1f1304:0xa3,_0x2143d8:0x8e,_0x12316c:0x1b9,_0x22319d:0x19e,_0x3b80c9:0xc2,_0x5606e0:0x134,_0x3c6392:0x7c,_0x17b882:0x9b,_0x5576bb:0x129,_0x80b18f:0x122,_0x2e0c0e:0x116,_0x5d2433:0x1fa,_0x24033c:0x1a3,_0x71af73:0x1c8,_0x141783:0x150,_0x41da7d:0xee,_0x283b0c:0x117,_0x57b9e0:0xe4},_0xe0b135={_0x2e8a9c:0x1c6},_0x59c62b={_0x544e4b:0x38,_0x310c5f:0x146,_0x46d64f:0x194};function _0x47672c(_0x46dfe4,_0x2d7956,_0x4e9c14,_0x190c30){return _0xce7891(_0x46dfe4-_0x59c62b._0x544e4b,_0x190c30,_0x4e9c14-_0x59c62b._0x310c5f,_0x4e9c14-_0x59c62b._0x46d64f);}const _0x2b4ebb={'zIirI':_0x47672c(_0x32c9d1._0x2f5e6c,_0x32c9d1._0x3865f2,_0x32c9d1._0x2f3b4c,0x92)+'ting\x20team','LdttG':_0x41072f(-0x20f,-0x1d2,-0x266,-_0x32c9d1._0xda573b)+'erver\x20erro'+'r','rsvFs':'already\x20a\x20'+_0x41072f(-_0x32c9d1._0x221868,-_0x32c9d1._0x227669,-_0x32c9d1._0x30d18e,-_0x32c9d1._0x18f5c9),'UTbLl':'Conflict','ytHoy':_0x41072f(-0x1ad,-0x180,-0x1fb,-0x1c9)+_0x41072f(-_0x32c9d1._0x289b07,-_0x32c9d1._0x93515a,-0x200,-_0x32c9d1._0xf1f91c),'jIGDw':_0x47672c(_0x32c9d1._0x43ceb4,0xcc,0x7d,_0x32c9d1._0x1d66b2)+_0x47672c(_0x32c9d1._0x5cbd42,_0x32c9d1._0x4f82fc,0x5f,_0x32c9d1._0x10949f),'bQGQP':_0x47672c(0x27,0x25,0x63,_0x32c9d1._0x26e6a6)+_0x41072f(-0x1fc,-_0x32c9d1._0xb7a17f,-0x1bc,-_0x32c9d1._0x36380e),'ENPsi':function(_0x516866,_0x471e27){return _0x516866!==_0x471e27;},'dcxWh':_0x47672c(_0x32c9d1._0x35ecb3,_0x32c9d1._0x365658,_0x32c9d1._0x334f69,_0x32c9d1._0x39a08f),'ZCEKh':_0x47672c(0x80,0x143,_0x32c9d1._0x5cd251,0xf4),'GZiaF':function(_0x37dcec,_0xbabe1e){return _0x37dcec!==_0xbabe1e;},'WIRea':_0x41072f(-_0x32c9d1._0x4a6b0c,-_0x32c9d1._0x2020eb,-_0x32c9d1._0x3ea871,-0x192),'UWDSe':_0x47672c(0xb2,_0x32c9d1._0x18a7b5,_0x32c9d1._0xde32aa,_0x32c9d1._0xa1b3d3)+'t','mZixU':function(_0x4fe835,_0x2879f5){return _0x4fe835(_0x2879f5);},'RrQYL':'Member\x20add'+_0x41072f(-0x195,-0x185,-_0x32c9d1._0x3e5508,-_0x32c9d1._0x2c6c52),'ZYcqF':function(_0x40d938,_0x153ba1){return _0x40d938!==_0x153ba1;},'mktLG':_0x41072f(-0x144,-_0x32c9d1._0x4fe556,-0x153,-0x1c0),'VcWbL':_0x41072f(-0x21f,-0x252,-_0x32c9d1._0x107c71,-0x246)};function _0x41072f(_0x1d083b,_0x2b3acf,_0x1cff4e,_0x5ae7e1){return _0xce7891(_0x1d083b-_0xe0b135._0x2e8a9c,_0x5ae7e1,_0x1cff4e-0x120,_0x1d083b- -0xc7);}try{const _0x2409e5=await getTeamById(_0x2a10dd[_0x41072f(-_0x32c9d1._0x249194,-_0x32c9d1._0x2e7ebd,-0x1cc,-_0x32c9d1._0x387a56)]['id']);if(!_0x2409e5){if(_0x2b4ebb['ENPsi'](_0x2b4ebb[_0x47672c(_0x32c9d1._0x21d2a3,_0x32c9d1._0x22a291,0xbe,0x66)],_0x2b4ebb['ZCEKh'])){const _0x59558a={};return _0x59558a[_0x47672c(0xa4,_0x32c9d1._0x5f1172,_0x32c9d1._0x39ac8c,_0x32c9d1._0x19ef3f)]=_0x2b4ebb[_0x41072f(-_0x32c9d1._0xda573b,-_0x32c9d1._0xb6153c,-_0x32c9d1._0x550250,-0x1de)],_0x409261['status'](-0x247a+0x2b*-0x32+0x1*0x2e74)[_0x41072f(-0x1c0,-0x166,-0x207,-_0x32c9d1._0x3f2718)](_0x59558a);}else{const _0x14dc76={};_0x14dc76[_0x47672c(_0x32c9d1._0xa1b3d3,0xeb,_0x32c9d1._0x186eb5,_0x32c9d1._0x3eb8d1)]=_0x5cc864[_0x47672c(0x120,_0x32c9d1._0x2f5e6c,0x114,0xbd)],_0x2806dc[_0x47672c(_0x32c9d1._0x4c8e2f,0x182,_0x32c9d1._0x186eb5,_0x32c9d1._0x7f5fa)](_0x2b4ebb['zIirI'],_0x14dc76);const _0x563e56={};return _0x563e56[_0x41072f(-0x150,-0x129,-0x130,-0x18e)]=_0x2b4ebb[_0x47672c(_0x32c9d1._0x4e887b,0x5,_0x32c9d1._0x2ce827,_0x32c9d1._0x37ce03)],_0x1f1da1[_0x41072f(-0x199,-0x1ce,-_0x32c9d1._0x346e7b,-0x19c)](-0x1ba0+-0x153e+0x32d2)[_0x41072f(-_0x32c9d1._0x12c8da,-_0x32c9d1._0x9c7ae7,-_0x32c9d1._0x4ad138,-0x20b)](_0x563e56);}}const {userId:_0x5d47a0}=_0x2a10dd[_0x41072f(-0x1d2,-_0x32c9d1._0xff17cf,-_0x32c9d1._0x3f3f6f,-0x1d1)];if(!_0x5d47a0){if(_0x2b4ebb[_0x47672c(_0x32c9d1._0x3a5ced,0x36,_0x32c9d1._0xc536fa,_0x32c9d1._0x43f257)](_0x2b4ebb[_0x47672c(0x11c,0xfb,_0x32c9d1._0x41f680,0xe8)],_0x2b4ebb[_0x41072f(-0x1a4,-_0x32c9d1._0x29c352,-_0x32c9d1._0x44016c,-_0x32c9d1._0x438a0b)])){if(_0x3fa8dd[_0x41072f(-_0x32c9d1._0x45a70a,-0x12e,-_0x32c9d1._0x55e765,-_0x32c9d1._0x1207f5)][_0x47672c(_0x32c9d1._0x2181c9,0xc5,_0x32c9d1._0x4853a1,0xd1)](_0x2b4ebb[_0x47672c(0xc9,_0x32c9d1._0x33c969,_0x32c9d1._0x272376,0x48)])){const _0x469e8d={};return _0x469e8d[_0x47672c(_0x32c9d1._0x2345b7,0x172,_0x32c9d1._0x5168bf,0x122)]=_0x2b4ebb[_0x41072f(-_0x32c9d1._0x3e5508,-_0x32c9d1._0x365397,-_0x32c9d1._0x7a9049,-0x198)],_0x469e8d[_0x41072f(-0x147,-_0x32c9d1._0x3facba,-_0x32c9d1._0xc8bdfa,-0x1af)]=_0x11e78e[_0x41072f(-0x147,-_0x32c9d1._0x3327fe,-0x19c,-_0x32c9d1._0x12c8da)],_0x31c487[_0x41072f(-0x199,-0x1ea,-0x1df,-_0x32c9d1._0x1d46fe)](-0x581*0x5+0x1ea8+-0x18a)[_0x41072f(-_0x32c9d1._0x182510,-_0x32c9d1._0x48ab43,-_0x32c9d1._0x5940d8,-0x1ff)](_0x469e8d);}const _0x326fb0={};_0x326fb0[_0x47672c(_0x32c9d1._0x2ea092,_0x32c9d1._0x32e40d,_0x32c9d1._0x344743,0x14b)]=_0x1b1081[_0x41072f(-0x147,-_0x32c9d1._0xf9a82d,-_0x32c9d1._0x3b01f2,-_0x32c9d1._0x4bc7ca)],_0x117c82[_0x47672c(0x139,0x145,0x10b,_0x32c9d1._0x57ca68)](_0x2b4ebb[_0x41072f(-0x176,-_0x32c9d1._0x549dbf,-0x144,-0x122)],_0x326fb0);const _0x1c47fd={};return _0x1c47fd[_0x47672c(0x12f,0xd8,0x10b,0xa4)]=_0x2b4ebb[_0x41072f(-_0x32c9d1._0x113e1b,-0x1cf,-_0x32c9d1._0x2ec89e,-0x18f)],_0xd021dc['status'](0x621+-0x10ea+-0x3*-0x43f)[_0x47672c(0x79,_0x32c9d1._0x26a5b5,0x9b,0xc3)](_0x1c47fd);}else{const _0x74e8d7={};return _0x74e8d7['error']=_0x2b4ebb[_0x47672c(0x55,_0x32c9d1._0x1b0c73,_0x32c9d1._0x4e4408,_0x32c9d1._0x3b01f2)],_0x74e8d7[_0x47672c(0xc5,0x144,0x114,_0x32c9d1._0x2a78a3)]=_0x41072f(-_0x32c9d1._0xaf0850,-0x237,-0x17b,-_0x32c9d1._0x5b7ebe)+'required',_0x409261[_0x47672c(_0x32c9d1._0x5d53ca,0x53,_0x32c9d1._0x7a1458,0xc0)](-0xfa1+-0x1bc1+0x2cf2)['json'](_0x74e8d7);}}const _0xef072f=await _0x2b4ebb['mZixU'](findUserById,_0x5d47a0);if(!_0xef072f){const _0x56ab59={};return _0x56ab59[_0x47672c(_0x32c9d1._0x2181c9,_0x32c9d1._0x53d57f,_0x32c9d1._0x5168bf,0xa5)]=_0x2b4ebb[_0x47672c(_0x32c9d1._0x448a70,0x45,_0x32c9d1._0x119cf1,0x93)],_0x56ab59[_0x47672c(_0x32c9d1._0x4ff2b4,0x168,_0x32c9d1._0x25c28e,0x17a)]='User\x20not\x20f'+_0x41072f(-0x1fc,-_0x32c9d1._0x211aa9,-0x205,-_0x32c9d1._0x130df2),_0x409261[_0x47672c(0xe8,_0x32c9d1._0x1c34b3,0xc2,0x90)](0x1bd*0x16+0x1*-0xf1d+-0x1591*0x1)[_0x47672c(_0x32c9d1._0x4fc352,_0x32c9d1._0xf93632,0x9b,_0x32c9d1._0x227a75)](_0x56ab59);}const _0x298fce=await addMember(_0x2409e5['id'],_0x5d47a0),_0x393d4a={};return _0x393d4a[_0x41072f(-_0x32c9d1._0x45a70a,-_0x32c9d1._0x30b8b1,-_0x32c9d1._0x897b4,-_0x32c9d1._0x5eefb0)]=_0x2b4ebb[_0x47672c(_0x32c9d1._0x41c283,0xbf,0x10d,_0x32c9d1._0x2ea092)],_0x393d4a['team']=_0x298fce,_0x409261[_0x41072f(-0x1c0,-_0x32c9d1._0x3822f2,-_0x32c9d1._0x1ad794,-0x16e)](_0x393d4a);}catch(_0x191261){if(_0x2b4ebb['ZYcqF'](_0x2b4ebb['mktLG'],_0x2b4ebb['mktLG'])){const _0x3d841c={};return _0x3d841c[_0x41072f(-_0x32c9d1._0x2f484c,-0x166,-_0x32c9d1._0xaa37fe,-_0x32c9d1._0x1d340a)]=_0x47672c(0x79,0x141,0xeb,0xda)+'t',_0x3d841c[_0x41072f(-0x147,-_0x32c9d1._0x4e1813,-0x197,-0x1a6)]=_0x2b4ebb[_0x41072f(-0x1f7,-0x26f,-_0x32c9d1._0x4cb33f,-_0x32c9d1._0x4b42db)],_0x2c0cee[_0x47672c(0x70,_0x32c9d1._0x1e1955,0xc2,0xd4)](-0xc*0x335+0x2138+-0x4*-0x1b5)['json'](_0x3d841c);}else{if(_0x191261['message'][_0x47672c(0x9e,0x107,0xb4,0x127)](_0x47672c(_0x32c9d1._0x461bd5,0xb1,_0x32c9d1._0xf47c79,_0x32c9d1._0xf3d32c)+_0x47672c(0x44,_0x32c9d1._0x3d1738,_0x32c9d1._0x1fe8cf,_0x32c9d1._0x59942b))){if(_0x2b4ebb[_0x47672c(_0x32c9d1._0x2db80d,_0x32c9d1._0x2a9d59,0xf9,0x11b)]===_0x2b4ebb[_0x41072f(-_0x32c9d1._0x1e7aea,-0x138,-_0x32c9d1._0x3865f2,-_0x32c9d1._0x1afe9e)]){const _0x24a53a={};return _0x24a53a['error']=_0x2b4ebb[_0x47672c(0x104,0xb0,_0x32c9d1._0x51ab56,0xed)],_0x24a53a[_0x41072f(-_0x32c9d1._0x45a70a,-0xfb,-_0x32c9d1._0x43e6a7,-0xe7)]=_0x191261[_0x47672c(_0x32c9d1._0x2ea092,_0x32c9d1._0x330c82,_0x32c9d1._0x25c28e,_0x32c9d1._0x4483d4)],_0x409261[_0x47672c(0x9b,0x81,_0x32c9d1._0x498f37,_0x32c9d1._0x99f7)](-0x2e5+0x151*-0x2+0x72*0x10)[_0x41072f(-_0x32c9d1._0x327294,-_0x32c9d1._0x5a232,-0x22c,-_0x32c9d1._0x59af58)](_0x24a53a);}else{const _0x429ae9={};return _0x429ae9[_0x47672c(_0x32c9d1._0x1f1304,_0x32c9d1._0x1e1955,_0x32c9d1._0x5168bf,_0x32c9d1._0x2143d8)]=_0x2b4ebb[_0x41072f(-0x1bd,-0x1a4,-_0x32c9d1._0x12316c,-_0x32c9d1._0x22319d)],_0x47a31c[_0x47672c(0xf0,0x128,_0x32c9d1._0x3b80c9,_0x32c9d1._0x5606e0)](0x1*0x829+-0x3*0x623+0xbd4)[_0x47672c(_0x32c9d1._0x3c6392,0x8e,_0x32c9d1._0x17b882,0xf1)](_0x429ae9);}}const _0x401077={};_0x401077[_0x47672c(0xf9,0x15b,_0x32c9d1._0x39ac8c,_0x32c9d1._0x41f680)]=_0x191261['message'],logger[_0x47672c(_0x32c9d1._0x5576bb,_0x32c9d1._0x80b18f,0x10b,_0x32c9d1._0x2e0c0e)]('Error\x20addi'+_0x41072f(-_0x32c9d1._0x5d2433,-_0x32c9d1._0x24033c,-_0x32c9d1._0x29c352,-_0x32c9d1._0x71af73),_0x401077);const _0xb6db40={};return _0xb6db40[_0x41072f(-_0x32c9d1._0x141783,-0x18a,-0x147,-0x10a)]=_0x2b4ebb['LdttG'],_0x409261[_0x47672c(_0x32c9d1._0x41da7d,_0x32c9d1._0x283b0c,_0x32c9d1._0x7a1458,_0x32c9d1._0x57b9e0)](-0x2663*0x1+-0x1*0x43a+0x3*0xedb)['json'](_0xb6db40);}}});function _0x5072(_0x5ac444,_0x45f038){_0x5ac444=_0x5ac444-(0x1577+-0xea*0x1a+0x35d);const _0x3a686c=_0x8c21();let _0x293dcd=_0x3a686c[_0x5ac444];if(_0x5072['yEPmGY']===undefined){var _0x2806dc=function(_0x472f9c){const _0x3aec15='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xe09a71='',_0xd045c3='';for(let _0x2c0cee=-0xdfa+0x16c6*0x1+-0x8cc,_0x5b2ae8,_0x3576c8,_0x3e722e=0x2*0x33+-0xf89+0x19*0x9b;_0x3576c8=_0x472f9c['charAt'](_0x3e722e++);~_0x3576c8&&(_0x5b2ae8=_0x2c0cee%(0x1685*-0x1+-0x1*0x2426+0xb5*0x53)?_0x5b2ae8*(0x10b6+-0x268d*-0x1+0x1*-0x3703)+_0x3576c8:_0x3576c8,_0x2c0cee++%(-0x14b*0x9+0x1426+-0x87f))?_0xe09a71+=String['fromCharCode'](-0x244c+0x631+0x3*0xa5e&_0x5b2ae8>>(-(-0x3fb+-0x187f*-0x1+0x36b*-0x6)*_0x2c0cee&-0x29*-0x2+-0x32*0x98+0x1d64)):-0x1a7c+0x8*0x3fb+-0x55c){_0x3576c8=_0x3aec15['indexOf'](_0x3576c8);}for(let _0x1f5c27=-0xbe8+0x1*0x25f6+-0x1a0e,_0x2fd631=_0xe09a71['length'];_0x1f5c27<_0x2fd631;_0x1f5c27++){_0xd045c3+='%'+('00'+_0xe09a71['charCodeAt'](_0x1f5c27)['toString'](-0x20ca+0x60+-0x1*-0x207a))['slice'](-(-0x1c83+0x15fe+-0x22d*-0x3));}return decodeURIComponent(_0xd045c3);};_0x5072['YUniMz']=_0x2806dc,_0x5072['ECLXZR']={},_0x5072['yEPmGY']=!![];}const _0x5cc864=_0x3a686c[-0x2b8*0x2+0x560+0x2*0x8],_0x1f1da1=_0x5ac444+_0x5cc864,_0x15153c=_0x5072['ECLXZR'][_0x1f1da1];return!_0x15153c?(_0x293dcd=_0x5072['YUniMz'](_0x293dcd),_0x5072['ECLXZR'][_0x1f1da1]=_0x293dcd):_0x293dcd=_0x15153c,_0x293dcd;}const _0x929d56={};_0x929d56[_0x2644ce(0x583,0x552,0x555,0x590)]='id',router[_0xce7891(-0x151,-0x163,-0x139,-0xed)]('/:id/membe'+_0x2644ce(0x5fc,0x61f,0x5b0,0x598),requirePermission(_0x2644ce(0x4e9,0x538,0x4f8,0x502)+'ge_members'+_0x2644ce(0x4fa,0x56d,0x514,0x56f),_0x929d56),async(_0x24e6fc,_0x2e1e93)=>{const _0x472d08={_0x22b4a8:0x123,_0x3efa6a:0x12c,_0x3a0cd8:0xb4,_0x3a209b:0xdf,_0xcee790:0x77,_0x3d600a:0x53,_0x40d870:0x1b,_0x7ca93a:0x32a,_0x1d026f:0x369,_0x453886:0x3cb,_0x4588a6:0x3fb,_0x2eb9ae:0x3a8,_0x8abda8:0x3c2,_0x23f6ca:0x3b6,_0x48458d:0x6,_0x58a984:0x97,_0x8a88ec:0x7d,_0x40266d:0x3ad,_0x27f161:0x323,_0x3f94b3:0x36c,_0x26541a:0xe4,_0x49a79e:0x51,_0x30f681:0x7e,_0x25e693:0x22,_0x260288:0x77,_0x9f93ed:0xb2,_0x389ebe:0x54,_0x275083:0xff,_0x37d72e:0xcf,_0x3ba464:0x3ac,_0x5a337c:0x408,_0x3980c7:0x3a1,_0x3931c8:0x364,_0x79d31e:0x3b7,_0x55ddf6:0x402,_0xff5cd9:0x372,_0x5c7b6a:0x3ae,_0x5804c6:0x367,_0x2f442c:0x21,_0x5493ed:0xb,_0xb93b8b:0x55,_0x5e3604:0x358,_0x32d984:0x369,_0x10df45:0x3c0,_0x135aa9:0x117,_0x417677:0xcd,_0x465ad7:0x9f,_0x222a82:0x80,_0x3f0b33:0x60,_0x50196b:0x40,_0x4bdc5f:0x34f,_0x546428:0x134,_0x3d8aa8:0x377,_0x42b1e9:0x12,_0x344aa9:0xa1,_0x271aae:0x68,_0x695d4c:0x40,_0x2ade00:0x9d,_0x46a7a2:0xfc,_0x3cb307:0xb2,_0x5b2822:0xd5,_0x3b8320:0x9,_0x32eefa:0x35,_0x251c8d:0x67,_0x5bd838:0x3e8,_0x11ce4c:0x453,_0x32b9a7:0x3f,_0x59b007:0x5a,_0x3bab69:0x28,_0x263c93:0x7c,_0x409d13:0x40e,_0x3b435c:0x38b,_0x26b905:0x3a0,_0x3f8a11:0x336,_0x50c554:0x6d,_0x3df3a6:0x14,_0x428e01:0xdf,_0x15a658:0x6a,_0x209b37:0xcb,_0x389306:0xe2,_0x43bf0b:0x19,_0x15a6af:0x53,_0x41dfbb:0xc,_0x2c44b8:0x18,_0x1e3f0c:0x3e,_0x4509e7:0x25,_0x334cb8:0xd,_0x40863f:0x34e,_0x297da6:0x391,_0x2001fd:0x451,_0x338207:0x414,_0x4cedb2:0x3e2,_0x4d18ee:0x3e3,_0x48e5b1:0x3fe,_0x1f3187:0x2a,_0x4ec9c0:0xc3},_0x36303a={_0x4318fc:0x36};function _0x596ee(_0x55a846,_0x1f8972,_0x4e493f,_0x365db7){return _0x2644ce(_0x55a846-0x1df,_0x55a846,_0x365db7- -0x5c2,_0x365db7-0x18c);}function _0x122f46(_0x214c6c,_0x4def24,_0x52f18a,_0x327601){return _0x2644ce(_0x214c6c-0xff,_0x4def24,_0x52f18a- -0x1d4,_0x327601-_0x36303a._0x4318fc);}const _0x18c35e={'SOHtu':_0x596ee(-_0x472d08._0x22b4a8,-_0x472d08._0x3efa6a,-0xd2,-_0x472d08._0x3a0cd8)+'ound','jSubb':_0x596ee(-0x32,-_0x472d08._0x3a209b,-_0x472d08._0xcee790,-0x85)+_0x596ee(-_0x472d08._0x3d600a,-0xad,-_0x472d08._0x40d870,-0x95),'ymvbq':_0x122f46(0x356,_0x472d08._0x7ca93a,0x34d,0x2e2)+'his\x20user\x20w'+'ould\x20leave'+_0x122f46(_0x472d08._0x1d026f,0x374,_0x472d08._0x453886,_0x472d08._0x4588a6)+_0x122f46(0x41b,0x3a5,_0x472d08._0x2eb9ae,0x364)+_0x122f46(0x406,_0x472d08._0x8abda8,0x39c,_0x472d08._0x23f6ca)+_0x596ee(-0x7f,-0x57,-_0x472d08._0x48458d,-0x7)+_0x596ee(-0xa5,-_0x472d08._0x58a984,-_0x472d08._0x8a88ec,-0x2a)+_0x122f46(_0x472d08._0x40266d,_0x472d08._0x27f161,_0x472d08._0x3f94b3,0x3dd),'pVCit':function(_0x10a416,_0x12e9c2,_0x4a1521){return _0x10a416(_0x12e9c2,_0x4a1521);},'DjcuE':_0x596ee(-_0x472d08._0x26541a,-0x11d,-0x8a,-0xa5)+_0x596ee(-_0x472d08._0x49a79e,-_0x472d08._0x30f681,-_0x472d08._0x25e693,-_0x472d08._0x260288)+'team','qPsyI':_0x596ee(-_0x472d08._0x9f93ed,-_0x472d08._0x389ebe,-0x7e,-0xd2),'Lyvsy':_0x596ee(-0x76,-_0x472d08._0x275083,-0xaf,-_0x472d08._0x37d72e)+'er','nssdV':'Not\x20Found','zPvQU':_0x122f46(_0x472d08._0x3ba464,_0x472d08._0x5a337c,_0x472d08._0x3980c7,0x3d9)+_0x122f46(_0x472d08._0x3931c8,0x3bf,_0x472d08._0x79d31e,0x3b9)+'r','zLZjp':'Internal\x20s'+_0x122f46(_0x472d08._0x55ddf6,_0x472d08._0xff5cd9,0x3b1,0x366)+'r'};try{const _0xc177c8=await getTeamById(_0x24e6fc[_0x122f46(0x37e,0x377,_0x472d08._0x5c7b6a,0x3de)]['id']);if(!_0xc177c8){const _0x1ad8cc={};return _0x1ad8cc[_0x122f46(0x373,_0x472d08._0x5804c6,0x3e2,0x43f)]=_0x18c35e['SOHtu'],_0x2e1e93[_0x596ee(-0x2e,-_0x472d08._0x2f442c,_0x472d08._0x5493ed,-_0x472d08._0xb93b8b)](-0x1188+-0x2d+0x1349)['json'](_0x1ad8cc);}const _0x17caf2={};_0x17caf2[_0x122f46(_0x472d08._0x5e3604,_0x472d08._0x32d984,_0x472d08._0x10df45,0x38b)]=_0xc177c8['id'],_0x17caf2[_0x596ee(-_0x472d08._0x135aa9,-_0x472d08._0x417677,-0xba,-_0x472d08._0x465ad7)]=_0x24e6fc[_0x596ee(-_0x472d08._0x222a82,-_0x472d08._0x3f0b33,-0x51,-_0x472d08._0x50196b)][_0x122f46(0x324,0x335,_0x472d08._0x4bdc5f,0x2d4)];const _0x2f62bd={};_0x2f62bd[_0x596ee(-_0x472d08._0x546428,-0x138,-0x103,-0xd1)+_0x122f46(0x38b,0x34d,0x36e,_0x472d08._0x3d8aa8)]=_0x17caf2;const _0x4bae5c=await wouldRetainServerAdmin(_0x2f62bd);if(!_0x4bae5c){const _0x4f07a9={};return _0x4f07a9[_0x596ee(-0x6b,-0x40,-0x5d,-0xc)]=_0x18c35e[_0x596ee(-0x13e,-0x149,-0x130,-0xde)],_0x4f07a9['message']=_0x18c35e[_0x596ee(-0x61,_0x472d08._0x42b1e9,-_0x472d08._0x344aa9,-_0x472d08._0x271aae)],_0x2e1e93['status'](0x7*-0x247+0x1*0xe33+-0x6*-0x8d)['json'](_0x4f07a9);}const _0x46733c=await _0x18c35e['pVCit'](removeMember,_0xc177c8['id'],_0x24e6fc[_0x596ee(0x30,-0x12,-0x28,-_0x472d08._0x695d4c)]['userId']),_0x22d402={};return _0x22d402['message']=_0x18c35e[_0x596ee(-0x27,-0x82,-0x1c,-0x21)],_0x22d402[_0x596ee(-0xc0,-_0x472d08._0x2ade00,-_0x472d08._0x46a7a2,-_0x472d08._0x3cb307)]=_0x46733c,_0x2e1e93[_0x596ee(-0x2a,-0x18,-0x9f,-0x7c)](_0x22d402);}catch(_0x1b2b47){if(_0x596ee(-0xe9,-_0x472d08._0x5b2822,-0x100,-0xd2)!==_0x18c35e[_0x596ee(_0x472d08._0x3b8320,_0x472d08._0x32eefa,-_0x472d08._0x251c8d,0x3)]){const _0x35d626={};return _0x35d626[_0x122f46(_0x472d08._0x5bd838,_0x472d08._0x11ce4c,0x3e2,0x43a)]=_0x18c35e[_0x596ee(-_0x472d08._0x32b9a7,-0x4f,0x37,-0x29)],_0x154b6e[_0x596ee(-_0x472d08._0x59b007,-_0x472d08._0x3bab69,-0xb9,-0x55)](0x1*0x1dc2+0x1*-0x24b9+-0x1b*-0x51)[_0x596ee(-0x44,-0x96,-0xf5,-_0x472d08._0x263c93)](_0x35d626);}else{if(_0x1b2b47[_0x122f46(0x3d6,0x441,0x3eb,_0x472d08._0x409d13)][_0x122f46(0x3b9,0x409,_0x472d08._0x3b435c,0x3f0)](_0x18c35e[_0x122f46(_0x472d08._0x26b905,0x41e,0x3a6,_0x472d08._0x3f8a11)])){const _0x178fc8={};return _0x178fc8[_0x596ee(_0x472d08._0x389ebe,-0x39,_0x472d08._0x50c554,-0xc)]=_0x18c35e[_0x596ee(_0x472d08._0x3df3a6,-0x44,-_0x472d08._0x428e01,-_0x472d08._0x15a658)],_0x178fc8[_0x122f46(_0x472d08._0x55ddf6,0x464,0x3eb,0x37c)]=_0x1b2b47['message'],_0x2e1e93['status'](-0x23ae+-0x627+0x1*0x2b69)[_0x596ee(-_0x472d08._0x209b37,-_0x472d08._0x389306,-0x8f,-_0x472d08._0x263c93)](_0x178fc8);}const _0x2aafb7={};_0x2aafb7[_0x596ee(-_0x472d08._0x43bf0b,_0x472d08._0x15a6af,0x39,-_0x472d08._0x41dfbb)]=_0x1b2b47[_0x596ee(_0x472d08._0x2c44b8,0x2b,_0x472d08._0x1e3f0c,-0x3)],logger[_0x596ee(-0x22,-_0x472d08._0x4509e7,_0x472d08._0x334cb8,-0xc)](_0x18c35e[_0x122f46(0x3b9,_0x472d08._0x40863f,_0x472d08._0x297da6,0x325)],_0x2aafb7);const _0x2e9368={};return _0x2e9368[_0x122f46(_0x472d08._0x2001fd,_0x472d08._0x338207,_0x472d08._0x4cedb2,_0x472d08._0x4d18ee)]=_0x18c35e[_0x122f46(0x3aa,0x378,0x3d4,_0x472d08._0x48e5b1)],_0x2e1e93['status'](-0xc2*-0x1+0x1*0x1073+-0xf41)[_0x596ee(-0x37,-_0x472d08._0x1f3187,-_0x472d08._0x4ec9c0,-_0x472d08._0x263c93)](_0x2e9368);}}});export default router;