@profoundlogic/coderflow-server 0.7.7 → 0.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -0
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/state-capture.js +1 -1
  84. package/dist/lib/static-files.js +1 -1
  85. package/dist/lib/task-aliases.js +1 -1
  86. package/dist/lib/task-name-format.js +1 -1
  87. package/dist/lib/task-name-generator.js +1 -1
  88. package/dist/lib/task-source-metadata.js +1 -1
  89. package/dist/lib/teams.js +1 -1
  90. package/dist/lib/user-git-oauth.js +1 -1
  91. package/dist/lib/user-git-tokens.js +1 -1
  92. package/dist/lib/users.js +1 -1
  93. package/dist/middleware/requireAuth.js +1 -1
  94. package/dist/middleware/requireInit.js +1 -1
  95. package/dist/middleware/requirePermission.js +1 -1
  96. package/dist/package.json +1 -1
  97. package/dist/playwright.config.js +1 -1
  98. package/dist/playwright.task-terminal.config.js +1 -1
  99. package/dist/routes/apiKeys.js +1 -1
  100. package/dist/routes/auth-oidc.js +1 -1
  101. package/dist/routes/auth.js +1 -1
  102. package/dist/routes/automations.js +1 -1
  103. package/dist/routes/bindings.js +1 -1
  104. package/dist/routes/build.js +1 -1
  105. package/dist/routes/containers.js +1 -1
  106. package/dist/routes/deploy-task.js +1 -1
  107. package/dist/routes/environment-management.js +1 -1
  108. package/dist/routes/environments.js +1 -1
  109. package/dist/routes/external-skills.js +1 -1
  110. package/dist/routes/git-credentials.js +1 -1
  111. package/dist/routes/git-oauth.js +1 -1
  112. package/dist/routes/git-provider-setup.js +1 -1
  113. package/dist/routes/health.js +1 -1
  114. package/dist/routes/jira.js +1 -1
  115. package/dist/routes/logs.js +1 -0
  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/stats.js +1 -0
  126. package/dist/routes/tasks.js +1 -1
  127. package/dist/routes/teams.js +1 -1
  128. package/dist/routes/templates.js +1 -1
  129. package/dist/routes/test-task.js +1 -1
  130. package/dist/routes/test.js +1 -1
  131. package/dist/routes/users.js +1 -1
  132. package/dist/routes/visualizations.js +1 -1
  133. package/dist/scripts/create-user.js +1 -1
  134. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  135. package/dist/start.js +1 -1
  136. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  137. package/dist/web-ui/public/activity-feed.js +1 -1
  138. package/dist/web-ui/public/activity-formatters.js +1 -1
  139. package/dist/web-ui/public/admin.css +682 -0
  140. package/dist/web-ui/public/admin.html +648 -0
  141. package/dist/web-ui/public/admin.js +1 -0
  142. package/dist/web-ui/public/agent-event-parser.js +1 -1
  143. package/dist/web-ui/public/app.js +1 -1
  144. package/dist/web-ui/public/approve-dialog.js +1 -1
  145. package/dist/web-ui/public/automation-links.js +1 -1
  146. package/dist/web-ui/public/automation-schedule.js +1 -1
  147. package/dist/web-ui/public/comments-widget.js +1 -1
  148. package/dist/web-ui/public/diff-utils.js +1 -1
  149. package/dist/web-ui/public/environments.html +3 -3
  150. package/dist/web-ui/public/environments.js +1 -1
  151. package/dist/web-ui/public/feedback-widget.js +1 -1
  152. package/dist/web-ui/public/file-selection-tree.js +1 -1
  153. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  154. package/dist/web-ui/public/git-history.html +2 -2
  155. package/dist/web-ui/public/git-history.js +1 -1
  156. package/dist/web-ui/public/git-status.js +1 -1
  157. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  158. package/dist/web-ui/public/index.html +2 -170
  159. package/dist/web-ui/public/index.js +1 -1
  160. package/dist/web-ui/public/login.js +1 -1
  161. package/dist/web-ui/public/markdown-editor.js +1 -1
  162. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  163. package/dist/web-ui/public/modal-maximize.js +1 -1
  164. package/dist/web-ui/public/notifications.js +1 -1
  165. package/dist/web-ui/public/permissions.js +1 -1
  166. package/dist/web-ui/public/pr-dialog.js +1 -1
  167. package/dist/web-ui/public/roles.html +2 -2
  168. package/dist/web-ui/public/roles.js +1 -1
  169. package/dist/web-ui/public/settings.html +66 -4
  170. package/dist/web-ui/public/settings.js +1 -1
  171. package/dist/web-ui/public/setup-password.js +1 -1
  172. package/dist/web-ui/public/skills.html +2 -2
  173. package/dist/web-ui/public/skills.js +1 -1
  174. package/dist/web-ui/public/sse-client.js +1 -1
  175. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  176. package/dist/web-ui/public/styles.css +10 -2
  177. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  178. package/dist/web-ui/public/task.js +1 -1
  179. package/dist/web-ui/public/teams.html +2 -2
  180. package/dist/web-ui/public/teams.js +1 -1
  181. package/dist/web-ui/public/terminal.js +1 -1
  182. package/dist/web-ui/public/theme.js +1 -1
  183. package/dist/web-ui/public/users.html +2 -2
  184. package/dist/web-ui/public/users.js +1 -1
  185. package/dist/web-ui/public/variant-grouping.js +1 -1
  186. package/package.json +1 -1
  187. package/dist/web-ui/public/server-health.js +0 -1
@@ -1 +1 @@
1
- (function(_0x10afeb,_0x2ee8d0){const _0x534805={_0x4f7c3f:0x32d,_0x50f824:0x1bd,_0x59371d:0x164,_0x2d8b30:0xf4,_0x5bbd73:0x17c,_0x56f99c:0x156,_0x39f135:0x2af,_0x3325a9:0x248,_0x55d549:0x276,_0x8d0abd:0x2ab,_0x252b91:0x2b3,_0x3c0be1:0x331,_0x4c6b94:0x152,_0x2d5ff7:0x194},_0x3738dc={_0x58b6b9:0xdd};function _0x351b41(_0x4d4d61,_0x2f53df,_0x2a5b3c,_0x16240b){return _0x3280(_0x16240b- -0x316,_0x4d4d61);}function _0x7734cf(_0x29ae05,_0x59edd5,_0x32a8d4,_0x4ea0f9){return _0x3280(_0x59edd5-_0x3738dc._0x58b6b9,_0x4ea0f9);}const _0x16143f=_0x10afeb();while(!![]){try{const _0x1b9c28=-parseInt(_0x7734cf(0x275,0x2ca,_0x534805._0x4f7c3f,0x288))/(-0x7e7+-0x1*0x19bd+0x21a5)*(parseInt(_0x351b41(-0x1d3,-_0x534805._0x50f824,-0x151,-0x1a2))/(-0x1c36+-0x2600+0x4238))+-parseInt(_0x351b41(-0x1a4,-0x181,-0x16e,-0x16c))/(0x1*0x19fd+0x269a+-0x4094)*(-parseInt(_0x351b41(-_0x534805._0x59371d,-_0x534805._0x2d8b30,-0xe3,-0x149))/(-0x173b+-0x1f*0x8d+-0xd*-0x31a))+parseInt(_0x351b41(-0x182,-0x1d4,-_0x534805._0x5bbd73,-0x19f))/(0x1aa*-0xd+0x47a+-0x1*-0x112d)+-parseInt(_0x351b41(-0x153,-0x17c,-0x134,-_0x534805._0x56f99c))/(0x22b8+-0xe30+-0x1482)+parseInt(_0x7734cf(0x2a0,_0x534805._0x39f135,_0x534805._0x3325a9,0x247))/(-0x4*0x75e+-0x114f+-0x1*-0x2ece)+-parseInt(_0x7734cf(_0x534805._0x55d549,_0x534805._0x8d0abd,0x2b8,0x26a))/(-0x1*0xc79+0x2*0xedb+-0x1135)+parseInt(_0x7734cf(_0x534805._0x252b91,0x2fd,0x2cc,_0x534805._0x3c0be1))/(0x12e5*0x1+0x923+-0x3*0x955)*(parseInt(_0x351b41(-0x1dd,-0x152,-_0x534805._0x4c6b94,-_0x534805._0x2d5ff7))/(0x1d0+0xd3a+0x50*-0x30));if(_0x1b9c28===_0x2ee8d0)break;else _0x16143f['push'](_0x16143f['shift']());}catch(_0x550686){_0x16143f['push'](_0x16143f['shift']());}}}(_0x1074,0xc0cf9+-0xdc4e2+-0x3e*-0x3b43));import _0x4b6468 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';function _0x298625(_0x3a10ff,_0x461bea,_0x5aee30,_0x2cadac){return _0x3280(_0x461bea- -0x334,_0x3a10ff);}import{findUserById}from'../lib/users.js';import{hasPermission,hasAllPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';import{requirePermission}from'../middleware/requirePermission.js';const router=_0x4b6468[_0x298625(-0x1ba,-0x1b4,-0x191,-0x145)]();function _0x3280(_0x2dec26,_0x212053){_0x2dec26=_0x2dec26-(-0xa79+0x1a1b*-0x1+-0x18*-0x194);const _0xfdd315=_0x1074();let _0x360118=_0xfdd315[_0x2dec26];if(_0x3280['ErXWiB']===undefined){var _0x5c1c25=function(_0x5d308b){const _0x261a28='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1d5c7d='',_0x4c4653='';for(let _0x5240ac=0x25a5+0x10e6+0x368b*-0x1,_0x4842d0,_0x129cb9,_0x15f11d=0x19cb+0x1f73+0x2*-0x1c9f;_0x129cb9=_0x5d308b['charAt'](_0x15f11d++);~_0x129cb9&&(_0x4842d0=_0x5240ac%(0x1*-0x26ce+0x1a6a+0xc68)?_0x4842d0*(-0x3*0x55+0x1670+-0x1531)+_0x129cb9:_0x129cb9,_0x5240ac++%(0x26f7+0x15c1+-0x3cb4))?_0x1d5c7d+=String['fromCharCode'](0x1e93+0xc24+0x5*-0x858&_0x4842d0>>(-(-0x1080+-0x955*0x2+0x232c)*_0x5240ac&-0x2a*0xe3+-0x25f*0x4+0x2ec0)):-0x221f+-0x89*0x3a+-0x4129*-0x1){_0x129cb9=_0x261a28['indexOf'](_0x129cb9);}for(let _0x21dbf5=-0x173c+-0x1363+-0x2a9f*-0x1,_0x194b3d=_0x1d5c7d['length'];_0x21dbf5<_0x194b3d;_0x21dbf5++){_0x4c4653+='%'+('00'+_0x1d5c7d['charCodeAt'](_0x21dbf5)['toString'](-0x21f3+0xf56+0x12ad))['slice'](-(0x1d*0x11+-0x17d9+0x15ee));}return decodeURIComponent(_0x4c4653);};_0x3280['RBuQBn']=_0x5c1c25,_0x3280['BNMWeE']={},_0x3280['ErXWiB']=!![];}const _0x3fcdff=_0xfdd315[-0xc6b+0x990+0x2db],_0x44c247=_0x2dec26+_0x3fcdff,_0x1962d4=_0x3280['BNMWeE'][_0x44c247];return!_0x1962d4?(_0x360118=_0x3280['RBuQBn'](_0x360118),_0x3280['BNMWeE'][_0x44c247]=_0x360118):_0x360118=_0x1962d4,_0x360118;}async function validateUserIds(_0x41cf84){const _0x320676={_0x2f12d6:0x33d,_0x483c93:0x41b};function _0x4e78a3(_0x347954,_0x1f2022,_0x340c06,_0x297384){return _0x298625(_0x1f2022,_0x340c06-0x4a6,_0x340c06-0x1d2,_0x297384-0x145);}const _0x572937={'PwrSN':function(_0x67271d,_0x5f0a04){return _0x67271d(_0x5f0a04);}},_0x1df6c5=[];for(const _0x209730 of _0x41cf84){const _0x5ef74f=await _0x572937['PwrSN'](findUserById,_0x209730);if(!_0x5ef74f)_0x1df6c5[_0x4e78a3(_0x320676._0x2f12d6,0x3d3,0x3ac,_0x320676._0x483c93)](_0x209730);}return _0x1df6c5;}router[_0xbd093f(-0x8,0x57,-0x15,-0x4d)]('/',requirePermission(_0x298625(-0x175,-0x141,-0x195,-0x136)),async(_0x3f103b,_0x595c6e)=>{const _0x1b1353={_0x4f0a29:0xfd,_0x316401:0x117,_0x355dda:0xac,_0xee13c5:0x1b,_0x412ed9:0x6b,_0x330f9d:0x1,_0x28aef4:0x6a,_0x3d77df:0x26,_0x21151f:0x2,_0x57c5b4:0x75,_0x294012:0x1f,_0x2a6da2:0x5e,_0x154a5a:0x8,_0x23159c:0x1e,_0x1ebf01:0x41,_0x181eb7:0x5e,_0x41f3a6:0x49,_0xfb1c02:0x9c,_0x2d00ee:0x78,_0x4c2b7e:0x18,_0x208557:0x14,_0x2964fc:0x73,_0x454b23:0x12,_0x44d62c:0x3c,_0x44df4f:0x5f,_0x4ed124:0xc1,_0xb4f477:0x17f,_0x11d821:0x126,_0x1ba51c:0x15d,_0x56bf3c:0x13f,_0x4132e2:0x10b,_0x274207:0x3f,_0x3c17d2:0x8e,_0x1a4143:0xb6,_0x11dfa2:0x138,_0x47cecc:0xd0,_0x2c066d:0xda,_0x692d:0xd1,_0x1faa61:0x7a,_0x492a7a:0x95,_0x1fd3b8:0x38,_0x170b28:0xe,_0x147ee1:0x75,_0x330bc0:0x62,_0xe13c62:0xb4,_0x1d9492:0x8d,_0x3958e4:0xd6,_0x12994e:0x4b,_0xae0d19:0x7f,_0x4e5e67:0x97,_0x55d1e0:0x3a,_0x3d4639:0xcc,_0x2de230:0x4,_0x1c7484:0xc7,_0x185468:0x89},_0xebff10={_0x573b97:0x207,_0x24ca22:0x21c,_0x59d21e:0x25c,_0x2052de:0x20c,_0x353e8c:0x21f,_0x364e08:0x20d,_0x3a83dd:0x32f,_0x279d1a:0x2fc,_0x2a3edc:0x2d8,_0x1c149d:0x2d6,_0x1b7150:0x2a4,_0x19b9bc:0x309,_0x7a6aa2:0x31e,_0x2e0c43:0x35f,_0x57b82d:0x2ca,_0x116266:0x2c2,_0x433a3b:0x2ea,_0x555d1d:0x2e7,_0x4cdbc0:0x2cb,_0x31b071:0x1ac,_0x2443d7:0x199,_0x146475:0x1fe,_0x41f68e:0x36b,_0x3c03c7:0x378,_0x32fe1c:0x1cd,_0x50165f:0x173,_0x540a67:0x257,_0x113716:0x223,_0x591ea0:0x2a8,_0x1d2034:0x2e2,_0x43d5ed:0x32a,_0x5a88c1:0x311},_0x55e3d8={_0x4d94a8:0x51,_0x409e19:0x116},_0x5dabe6={_0x35e340:0xfc};function _0x5c7b87(_0x13d16c,_0x4c114,_0x460c2a,_0x41de92){return _0x298625(_0x13d16c,_0x4c114-0x11b,_0x460c2a-_0x5dabe6._0x35e340,_0x41de92-0x90);}function _0xdffe05(_0x11e792,_0x6949e,_0x18317f,_0x5176e9){return _0xbd093f(_0x11e792-_0x55e3d8._0x4d94a8,_0x11e792,_0x5176e9-_0x55e3d8._0x409e19,_0x5176e9-0xad);}const _0x2963c5={'agZES':_0xdffe05(_0x1b1353._0x4f0a29,_0x1b1353._0x316401,0x100,_0x1b1353._0x355dda)+_0xdffe05(0x13,_0x1b1353._0xee13c5,0x85,_0x1b1353._0x412ed9),'TxPTM':_0x5c7b87(0x61,-_0x1b1353._0x330f9d,-_0x1b1353._0x28aef4,-_0x1b1353._0x3d77df)+_0x5c7b87(_0x1b1353._0x21151f,-0x17,-_0x1b1353._0x57c5b4,-_0x1b1353._0x294012)+_0x5c7b87(-_0x1b1353._0x294012,-_0x1b1353._0x2a6da2,_0x1b1353._0x154a5a,-0x4b)+_0x5c7b87(-_0x1b1353._0x23159c,-_0x1b1353._0x1ebf01,-_0x1b1353._0x181eb7,-0x2b)+_0x5c7b87(-0x16,-_0x1b1353._0x41f3a6,-0x20,-0x78)+'ast\x20one\x20Se'+_0x5c7b87(-0x71,-0x41,-_0x1b1353._0xfb1c02,-_0x1b1353._0x2d00ee)+_0x5c7b87(_0x1b1353._0x4c2b7e,-_0x1b1353._0x208557,-_0x1b1353._0x2964fc,0x5a)+_0x5c7b87(0x67,_0x1b1353._0x454b23,_0x1b1353._0x44d62c,0x74),'louyG':function(_0x4c1ef5,_0x1e32c0){return _0x4c1ef5!==_0x1e32c0;},'FsUXp':_0x5c7b87(-0x61,-0xa6,-_0x1b1353._0x44df4f,-0x90),'XTpgH':function(_0x468290,_0x3c6f53,_0x1a7e53,_0x45d8d5){return _0x468290(_0x3c6f53,_0x1a7e53,_0x45d8d5);},'qFmmp':_0xdffe05(0xd0,_0x1b1353._0x4ed124,_0x1b1353._0xb4f477,_0x1b1353._0x11d821)+'ge_members'+_0x5c7b87(-0x83,-0xbf,-0x76,-0xb0),'AHWkC':_0xdffe05(0x155,0x18a,0xd8,_0x1b1353._0x11d821)+'ge','FuPzV':function(_0x2ce260,_0x569a59){return _0x2ce260(_0x569a59);},'jyfKp':function(_0x64b94b){return _0x64b94b();},'IQsJj':_0xdffe05(0x100,_0x1b1353._0x1ba51c,_0x1b1353._0x56bf3c,_0x1b1353._0x4132e2)+'ing\x20teams','RkyHn':_0x5c7b87(0xf,-_0x1b1353._0x274207,0x2b,-0x98)+_0x5c7b87(-_0x1b1353._0x3c17d2,-_0x1b1353._0x1a4143,-0x5a,-0x10b)+'r'};try{const _0x2f1a43=_0x3f103b[_0x5c7b87(-0x56,-0xc3,-0x89,-0x51)]['id'],_0x2d3706=await _0x2963c5['FuPzV'](hasAllPermissions,_0x2f1a43);let _0x37e5ac;if(_0x2d3706)_0x37e5ac=await _0x2963c5['jyfKp'](getTeams);else{if(_0x2963c5['louyG'](_0xdffe05(0x127,_0x1b1353._0x11dfa2,0xba,_0x1b1353._0x47cecc),_0xdffe05(_0x1b1353._0x2c066d,_0x1b1353._0x692d,0x41,_0x1b1353._0x1faa61)))_0x37e5ac=await getTeamsByUserId(_0x2f1a43);else{const _0x486c72={};return _0x486c72[_0x5c7b87(-0xed,-_0x1b1353._0x492a7a,-0xc6,-_0x1b1353._0x1fd3b8)]=_0x5c7b87(0x49,-_0x1b1353._0x170b28,-_0x1b1353._0x147ee1,_0x1b1353._0x330bc0)+'ound',_0x3eebfd[_0x5c7b87(-0xc1,-0x75,-0xa1,-_0x1b1353._0xe13c62)](-0x106*-0x4+-0x416*0x8+-0x4*-0x78b)[_0x5c7b87(-0x2b,-_0x1b1353._0x1d9492,-0x70,-0x1a)](_0x486c72);}}const _0x1e0d22=await Promise['all'](_0x37e5ac['map'](async _0x3fc4a0=>{function _0x1c5865(_0x3eb840,_0x15d38d,_0x1c2b25,_0x54577d){return _0x5c7b87(_0x3eb840,_0x15d38d-0x376,_0x1c2b25-0x17a,_0x54577d-0xc2);}function _0x4d1ec2(_0x33b369,_0x5751bd,_0x38cb18,_0x569c8d){return _0xdffe05(_0x33b369,_0x5751bd-0x13,_0x38cb18-0x52,_0x569c8d- -0x2b8);}if(_0x2963c5[_0x4d1ec2(-_0xebff10._0x573b97,-_0xebff10._0x24ca22,-0x208,-0x233)](_0x2963c5[_0x4d1ec2(-0x272,-0x209,-_0xebff10._0x59d21e,-0x20d)],_0x2963c5[_0x4d1ec2(-0x1b4,-_0xebff10._0x2052de,-_0xebff10._0x353e8c,-_0xebff10._0x364e08)])){const _0x4e2b83={};return _0x4e2b83['error']=_0x2963c5['agZES'],_0x4e2b83[_0x1c5865(_0xebff10._0x3a83dd,_0xebff10._0x279d1a,_0xebff10._0x2a3edc,_0xebff10._0x1c149d)]=_0x2963c5[_0x1c5865(_0xebff10._0x1b7150,_0xebff10._0x19b9bc,0x2e9,_0xebff10._0x7a6aa2)],_0x1962d4[_0x1c5865(_0xebff10._0x2e0c43,0x301,_0xebff10._0x57b82d,_0xebff10._0x116266)](-0x5*0x2a7+0x7a3+0x730)[_0x1c5865(_0xebff10._0x433a3b,0x2e9,0x311,_0xebff10._0x555d1d)](_0x4e2b83);}else{const _0x3afb4a=_0x2d3706||await _0x2963c5[_0x1c5865(_0xebff10._0x4cdbc0,0x304,0x31a,0x2d9)](hasPermission,_0x2f1a43,_0x2963c5['qFmmp'],_0x3fc4a0['id']),_0x27952a=_0x2d3706||await _0x2963c5[_0x4d1ec2(-0x1d9,-_0xebff10._0x31b071,-_0xebff10._0x2443d7,-_0xebff10._0x146475)](hasPermission,_0x2f1a43,_0x2963c5[_0x1c5865(0x3af,_0xebff10._0x41f68e,_0xebff10._0x3c03c7,0x308)],_0x3fc4a0['id']),_0x101ddf={..._0x3fc4a0};return _0x101ddf[_0x4d1ec2(-0x1bf,-_0xebff10._0x32fe1c,-0x1bd,-_0xebff10._0x50165f)+_0x4d1ec2(-0x208,-_0xebff10._0x540a67,-_0xebff10._0x113716,-0x218)]=_0x3afb4a,_0x101ddf[_0x4d1ec2(-0x1c3,-0x200,-0x136,-0x18e)+_0x1c5865(_0xebff10._0x591ea0,_0xebff10._0x1d2034,_0xebff10._0x43d5ed,_0xebff10._0x5a88c1)]=_0x27952a,_0x101ddf;}})),_0x6d61d={};return _0x6d61d['teams']=_0x1e0d22,_0x595c6e[_0x5c7b87(-_0x1b1353._0x3958e4,-0x8d,-0xaf,-0x3d)](_0x6d61d);}catch(_0x460e40){const _0x90ceb1={};_0x90ceb1[_0xdffe05(_0x1b1353._0x12994e,0x2f,_0x1b1353._0xae0d19,_0x1b1353._0x4e5e67)]=_0x460e40['message'],logger[_0xdffe05(_0x1b1353._0x55d1e0,0x49,_0x1b1353._0x3d4639,0x97)](_0x2963c5[_0x5c7b87(-0xe,-_0x1b1353._0x2de230,-0x54,0xe)],_0x90ceb1);const _0x58436a={};return _0x58436a[_0xdffe05(_0x1b1353._0x1faa61,_0x1b1353._0x1c7484,_0x1b1353._0x185468,0x97)]=_0x2963c5['RkyHn'],_0x595c6e['status'](0xbb*-0x11+-0x806+0x1665)['json'](_0x58436a);}}),router[_0x298625(-0xfc,-0x146,-0xe3,-0x102)](_0x298625(-0x159,-0x124,-0xaf,-0x154),requirePermission(_0x298625(-0x1a2,-0x141,-0x109,-0xf3)),async(_0x582fca,_0x2e42a2)=>{const _0x32a3de={_0x4140ea:0x3b0,_0x570b9b:0x1f0,_0x1409a8:0x205,_0x3076e5:0x3d7,_0x4ee094:0x461,_0x1c6e37:0x417,_0x2ac186:0x2fc,_0x14344a:0x37e,_0x115bb2:0x35e,_0x279dd5:0x3df,_0x232c5b:0x3b2,_0x4338e9:0x418,_0x354a49:0x36e,_0x35f418:0x461,_0x1c1d99:0x41c,_0x3cf11c:0x3ff,_0xdf1ab5:0x346,_0x4b6e3b:0x36d,_0x45cc1e:0x1e5,_0x9dda8f:0x388,_0x24fa47:0x205,_0x4f6531:0x15f,_0x5a0de3:0x372,_0x38b433:0x3a8,_0x399ad4:0x453,_0x14c479:0x475,_0x2265da:0x2cf,_0x4a77b5:0x23f,_0x470330:0x437,_0x3f69c7:0x3d8,_0x5611a0:0x367,_0x28b7ad:0x394,_0x2c37bc:0x24b,_0x54a678:0x25c,_0x3e4630:0x271,_0x121e6d:0x341,_0x3fd5f9:0x364,_0x43492e:0x391,_0x31b31d:0x1c4,_0x4b3a45:0x277,_0x4c0770:0x250,_0x79768c:0x1d8,_0x23751e:0x1d3,_0x23e15c:0x1c3,_0x166207:0x29d,_0x31e145:0x223,_0x4d5817:0x1ba,_0x26aeb3:0x182,_0x2c8261:0x1e3,_0x26d50d:0x174,_0x561c56:0x221,_0x25f7ff:0x1d7,_0x1c7a95:0x17d,_0x53a981:0x1c1,_0x3b5717:0x37c,_0x41b113:0x360,_0x1d46be:0x1e6,_0x500685:0x1e1,_0x45c9d2:0x217,_0x3f0c41:0x1b5,_0x37f1d6:0x3b4},_0x17cdde={_0x509326:0x7c},_0x5364c9={_0x124810:0x29,_0x55d9f8:0xb4};function _0x1de278(_0x541a58,_0x243d4f,_0x41df13,_0x1fcb73){return _0xbd093f(_0x541a58-_0x5364c9._0x124810,_0x41df13,_0x1fcb73-0x242,_0x1fcb73-_0x5364c9._0x55d9f8);}const _0x516a82={'RoVmp':function(_0x36bdeb,_0x3b3c46){return _0x36bdeb(_0x3b3c46);},'wypll':_0xa40cf8(0x3ea,0x474,_0x32a3de._0x4140ea,0x40f)+_0x1de278(0x1a7,0x269,_0x32a3de._0x570b9b,_0x32a3de._0x1409a8),'nAWMO':function(_0xdc06d4,_0x5d1465,_0x229c2e,_0x640351){return _0xdc06d4(_0x5d1465,_0x229c2e,_0x640351);},'Oqrrh':_0xa40cf8(_0x32a3de._0x3076e5,_0x32a3de._0x4ee094,0x40e,_0x32a3de._0x1c6e37)+_0x1de278(0x206,0x229,0x1fc,0x1df)+_0xa40cf8(_0x32a3de._0x2ac186,0x360,_0x32a3de._0x14344a,_0x32a3de._0x115bb2),'KprDB':_0xa40cf8(_0x32a3de._0x279dd5,_0x32a3de._0x232c5b,_0x32a3de._0x4338e9,0x417)+'ge','SHvsm':_0xa40cf8(_0x32a3de._0x354a49,0x386,0x399,0x3e2)+_0xa40cf8(_0x32a3de._0x35f418,0x398,_0x32a3de._0x1c1d99,0x40e)+_0x1de278(0x1b2,0x1f7,0x233,0x1f1)+_0xa40cf8(0x316,0x3c3,_0x32a3de._0x3cf11c,0x389),'VvUUU':_0xa40cf8(0x40b,0x36e,0x36c,0x3c7)+_0xa40cf8(_0x32a3de._0xdf1ab5,0x34d,0x343,_0x32a3de._0x4b6e3b),'QiByn':_0xa40cf8(0x43a,0x3c4,0x371,0x3de)+_0x1de278(0x160,0x1ac,_0x32a3de._0x45cc1e,0x1a2)+'r'};function _0xa40cf8(_0x15101f,_0x5a5d84,_0x299163,_0x3fff8b){return _0xbd093f(_0x15101f-_0x17cdde._0x509326,_0x15101f,_0x3fff8b-0x407,_0x3fff8b-0x4);}try{const _0x3316a7=await _0x516a82[_0xa40cf8(0x3b5,_0x32a3de._0x9dda8f,0x32f,0x38e)](getTeamById,_0x582fca['params']['id']);if(!_0x3316a7){const _0x582097={};return _0x582097[_0x1de278(_0x32a3de._0x24fa47,_0x32a3de._0x4f6531,0x1af,0x1c3)]=_0x516a82['wypll'],_0x2e42a2[_0xa40cf8(0x350,0x3a9,_0x32a3de._0x5a0de3,_0x32a3de._0x38b433)](-0x2*-0xb65+0x172d*0x1+0x2c63*-0x1)['json'](_0x582097);}const _0x5afbbc=_0x582fca['user']['id'],_0x50a865=await hasAllPermissions(_0x5afbbc),_0x99e66c=_0x50a865||await _0x516a82[_0xa40cf8(_0x32a3de._0x399ad4,0x49a,_0x32a3de._0x14c479,0x426)](hasPermission,_0x5afbbc,_0x516a82[_0x1de278(_0x32a3de._0x2265da,_0x32a3de._0x4a77b5,0x2bd,0x266)],_0x3316a7['id']),_0x1f4f47=_0x50a865||await hasPermission(_0x5afbbc,_0x516a82[_0xa40cf8(0x462,0x429,0x3ce,_0x32a3de._0x470330)],_0x3316a7['id']);if(_0x50a865||_0x3316a7['members'][_0xa40cf8(0x387,_0x32a3de._0x3f69c7,_0x32a3de._0x5611a0,_0x32a3de._0x28b7ad)](_0x5afbbc)||_0x99e66c||_0x1f4f47){const _0x2d3ee9={..._0x3316a7};_0x2d3ee9[_0x1de278(0x209,_0x32a3de._0x2c37bc,_0x32a3de._0x54a678,_0x32a3de._0x3e4630)+_0xa40cf8(_0x32a3de._0x121e6d,0x35a,_0x32a3de._0x3fd5f9,_0x32a3de._0x43492e)]=_0x99e66c,_0x2d3ee9['canManageT'+_0x1de278(0x165,0x1ca,0x179,_0x32a3de._0x31b31d)]=_0x1f4f47;const _0x24fc70={};return _0x24fc70[_0x1de278(_0x32a3de._0x4b3a45,_0x32a3de._0x4c0770,_0x32a3de._0x79768c,0x233)]=_0x2d3ee9,_0x2e42a2['json'](_0x24fc70);}const _0x5d5c4b={};return _0x5d5c4b[_0x1de278(0x1ef,_0x32a3de._0x23751e,0x1f0,_0x32a3de._0x23e15c)]=_0x1de278(0x228,0x2ba,_0x32a3de._0x166207,0x251),_0x5d5c4b[_0x1de278(_0x32a3de._0x31e145,0x205,_0x32a3de._0x4d5817,0x1de)]=_0x516a82['SHvsm'],_0x2e42a2[_0x1de278(0x1e5,0x183,_0x32a3de._0x26aeb3,_0x32a3de._0x2c8261)](0x17*0x17+-0x393*-0x7+0x3a5*-0x7)[_0x1de278(0x239,_0x32a3de._0x26d50d,_0x32a3de._0x561c56,0x1cb)](_0x5d5c4b);}catch(_0x599968){const _0x424b96={};_0x424b96[_0x1de278(_0x32a3de._0x25f7ff,_0x32a3de._0x1c7a95,_0x32a3de._0x53a981,0x1c3)]=_0x599968['message'],logger[_0xa40cf8(_0x32a3de._0x3b5717,_0x32a3de._0x41b113,0x31a,_0x32a3de._0x9dda8f)](_0x516a82[_0x1de278(_0x32a3de._0x1d46be,_0x32a3de._0x500685,0x194,0x1a4)],_0x424b96);const _0x3c5bf8={};return _0x3c5bf8['error']=_0x516a82[_0x1de278(_0x32a3de._0x45c9d2,0x1e7,0x18a,_0x32a3de._0x3f0c41)],_0x2e42a2[_0xa40cf8(_0x32a3de._0x37f1d6,_0x32a3de._0x14344a,0x3a6,0x3a8)](0x8ef*-0x4+0xde4+0x17cc)['json'](_0x3c5bf8);}});const _0xfd0be4={};_0xfd0be4['anyTeam']=!![],router[_0xbd093f(-0x31,-0x79,-0xc,-0x62)]('/',requirePermission(_0xbd093f(0x4e,-0x52,0x10,0x70)+'ge',_0xfd0be4),async(_0x1bc5f5,_0x4a19c5)=>{const _0x255012={_0x5d48b4:0x6d,_0xe3fa0c:0x3e,_0x59ab66:0x6e,_0x3fc742:0x12e,_0x33f27e:0x11b,_0x4de4dc:0xb9,_0x2c1406:0x4c9,_0x394420:0x4c5,_0x36e3ac:0x479,_0x54ed1c:0xa2,_0x3eb06e:0x154,_0x5a1f37:0x11e,_0xd4b6dd:0x55a,_0x4df2c3:0x4d4,_0x15e739:0x542,_0x466a4e:0x5f0,_0x312e6b:0x544,_0x160dd8:0x4de,_0x34d41a:0x528,_0x47745e:0x4df,_0x5a87b8:0x4e3,_0x4fbeb4:0x4f7,_0x533d:0x7f,_0xcd9123:0xb8,_0x59383d:0x138,_0x2104bb:0x136,_0x39170d:0x8d,_0x4346d3:0xcd,_0x47a304:0x594,_0x4899df:0x527,_0x56405d:0x4d7,_0x88be50:0x507,_0x1a36a3:0x4ac,_0x1604e7:0x57f,_0x378865:0x599,_0x2ba74d:0x59e,_0x4eb86f:0xd4,_0x10def4:0x20,_0x33d8ce:0x7e,_0x16dfcf:0xa7,_0x1d3ca4:0xaf,_0x2b6bce:0xca,_0x4b43ce:0x184,_0x537874:0x188,_0x389676:0x552,_0x2484be:0x554,_0xb7f261:0x54d,_0x5d1194:0x4bf,_0x4280be:0x516,_0x4c126e:0x4ee,_0x265e54:0x4e6,_0x13417b:0x508,_0x516407:0x547,_0x113f20:0x53e,_0x515813:0xab,_0x4c1fb1:0x16b,_0x4273c0:0x12b,_0x37a3b1:0xba,_0x4e68e9:0x12a,_0x1ce904:0xea,_0x2f7666:0x538,_0x36ab6b:0x131,_0x402e90:0x13e,_0x8cedf0:0x58e,_0x206171:0x572,_0x47740a:0x18b,_0x185a81:0xce,_0x52dd85:0x8f,_0x5b4958:0x595,_0x15377b:0x5d7,_0x1742ab:0xd,_0x225bbe:0x79,_0x13d0c3:0x15a,_0x209a8a:0xa4,_0x1102b5:0x10f,_0x140d0d:0x48b,_0x34640b:0x530,_0x563b3e:0x4a7,_0x1f3fd5:0x470,_0x137887:0x525,_0xc44b18:0x523,_0x2711cb:0x51e,_0x26b332:0x528,_0x307ebe:0x4e6,_0x18ea36:0x4e1,_0x120777:0x543,_0x1886f1:0x5a4,_0xaceb6b:0x587,_0x22f242:0x139,_0x56919a:0xef,_0x58d0ef:0x53f,_0x34fd75:0x4c6,_0x18c179:0x480,_0x3f04ab:0x7,_0x429121:0xb0,_0x5304b7:0xd5,_0x10853a:0x4db,_0x41ca49:0x511,_0x299f93:0x4de,_0x5b77b7:0x51c,_0x114fb7:0x52,_0x42728a:0x5b,_0x5491dd:0xc8,_0xeafe07:0x54b,_0x1524c6:0x501,_0xf36557:0x54b,_0x52c336:0x541,_0x466516:0x58d,_0x1e398c:0x4bb,_0x14de6f:0x4b1,_0x40e37e:0x4bf,_0x42f811:0xae,_0x418748:0x528,_0x3741e1:0x5c0,_0x3ca693:0x518,_0x5b53ad:0x11c,_0x180847:0x14c,_0xc0ac82:0x26,_0xd25072:0x28,_0xbbfe17:0x79,_0x3de3e5:0x4b3,_0x1f4bc2:0x506,_0x38272b:0x53d,_0x3e81f8:0x161,_0x1dddca:0x73,_0x42f0d5:0xd9,_0x589a87:0x13c,_0x306064:0xcf,_0x3c3f6d:0x9a,_0x551efc:0xbb,_0x1c4436:0xf2,_0x43177c:0xc5,_0x3b3dfa:0x52c,_0x17e297:0x4ca,_0x183034:0x4e0,_0xd41ded:0x595,_0x2fd16c:0x598,_0x1246c2:0x546,_0x2da916:0x473,_0x56d7fd:0x120,_0x54d9dd:0x138,_0x169110:0x15c,_0x3f04a1:0x107,_0x28f54a:0x4cc,_0x5a7203:0x521,_0x22b640:0x5c,_0x32d2f8:0x493,_0x4618cd:0x570,_0x3c2d45:0xec,_0x3a6434:0x101,_0x44799b:0x556,_0x4c8831:0x517,_0x2d633f:0x506,_0x592f07:0x516,_0xf8db75:0x96,_0x264b98:0xca,_0x54fb40:0xcb,_0x2505b7:0x104,_0x53ef71:0x97,_0x10f8ff:0xe3,_0x435620:0xee,_0x302ea9:0xc0,_0x4fd7fd:0x71,_0x59b350:0xb1,_0x4b905c:0xe9,_0x4126a1:0x124,_0x1c1c88:0xf4,_0x34ab26:0xc4,_0x192d3e:0x490,_0x1e6d9d:0x52a,_0x5697bf:0x54e,_0x29ea62:0x501,_0x2e0815:0x4d7,_0x161d64:0x11e,_0x45143e:0x15c,_0x27e327:0xc2,_0x37e0c7:0x14c,_0x5f5c3b:0x49a,_0x267588:0xed,_0x1a1e2b:0x15f,_0x3f88df:0xbe,_0x4c14fc:0x587,_0x1a3236:0x4d0,_0x916548:0x555,_0x28aaad:0x56d},_0x5cb0f6={_0x370c77:0x1a5},_0x4b2efa={};_0x4b2efa['JCaqB']=_0x220c6e(-0xb1,-0xb2,-0xc3,-0xe6)+'ting\x20team',_0x4b2efa[_0x220c6e(-_0x255012._0x5d48b4,-0x58,-_0x255012._0xe3fa0c,-_0x255012._0x59ab66)]=_0x220c6e(-0xc8,-_0x255012._0x3fc742,-_0x255012._0x33f27e,-_0x255012._0x4de4dc)+_0x1b1eb5(0x4ff,_0x255012._0x2c1406,_0x255012._0x394420,_0x255012._0x36e3ac)+'r',_0x4b2efa[_0x220c6e(-_0x255012._0x54ed1c,-_0x255012._0x3eb06e,-_0x255012._0x5a1f37,-0xdc)]=_0x1b1eb5(_0x255012._0xd4b6dd,_0x255012._0x4df2c3,_0x255012._0x15e739,0x567)+_0x1b1eb5(_0x255012._0x466a4e,0x5d3,0x57f,_0x255012._0x312e6b)+'ave\x20no\x20Ser'+_0x1b1eb5(0x492,0x470,_0x255012._0x160dd8,_0x255012._0x34d41a)+_0x1b1eb5(_0x255012._0x47745e,0x4e1,_0x255012._0x5a87b8,_0x255012._0x4fbeb4)+_0x220c6e(-0x10d,-0xee,-_0x255012._0x533d,-_0x255012._0xcd9123)+_0x1b1eb5(0x4c3,0x4aa,0x4f7,0x4e5)+'st\x20remain.',_0x4b2efa[_0x220c6e(-0xd0,-_0x255012._0x59383d,-0x105,-0x123)]='Team\x20not\x20f'+_0x220c6e(-_0x255012._0x2104bb,-0x108,-_0x255012._0x39170d,-_0x255012._0x4346d3),_0x4b2efa[_0x1b1eb5(0x4b7,_0x255012._0x47a304,_0x255012._0x4899df,_0x255012._0x56405d)]=_0x1b1eb5(0x4bc,0x57e,_0x255012._0x88be50,_0x255012._0x1a36a3)+'t',_0x4b2efa[_0x1b1eb5(0x5ee,_0x255012._0x1604e7,_0x255012._0x378865,_0x255012._0x2ba74d)]=function(_0x2f88cb,_0x348648){return _0x2f88cb!==_0x348648;},_0x4b2efa[_0x220c6e(-_0x255012._0x4eb86f,-_0x255012._0x10def4,-0x18,-_0x255012._0x533d)]=_0x220c6e(-_0x255012._0x33d8ce,-0x91,-_0x255012._0x16dfcf,-_0x255012._0x1d3ca4),_0x4b2efa[_0x1b1eb5(0x572,0x4ff,0x520,0x4cb)]=_0x220c6e(-_0x255012._0x2b6bce,-_0x255012._0x4b43ce,-_0x255012._0x537874,-0x128),_0x4b2efa['dxatK']=function(_0x4b346a,_0x11a9a1){return _0x4b346a===_0x11a9a1;},_0x4b2efa[_0x1b1eb5(_0x255012._0x389676,_0x255012._0x2484be,0x512,0x532)]=function(_0xc5f52d,_0xc02fee){return _0xc5f52d>_0xc02fee;};function _0x1b1eb5(_0x3b1fb6,_0x15ce5c,_0x5777c4,_0x5bdf67){return _0xbd093f(_0x3b1fb6-_0x5cb0f6._0x370c77,_0x3b1fb6,_0x5777c4-0x565,_0x5bdf67-0x9c);}_0x4b2efa['PWaWq']=_0x1b1eb5(_0x255012._0xb7f261,_0x255012._0x5d1194,_0x255012._0x4280be,_0x255012._0x4c126e),_0x4b2efa[_0x1b1eb5(_0x255012._0x265e54,_0x255012._0x13417b,0x55b,0x512)]='AjHKj',_0x4b2efa[_0x1b1eb5(0x59a,_0x255012._0x516407,_0x255012._0x113f20,0x547)]=_0x220c6e(-0x4d,-0x82,-0xb3,-_0x255012._0x515813)+_0x220c6e(-0x166,-_0x255012._0x4c1fb1,-0xf2,-_0x255012._0x4273c0)+_0x220c6e(-_0x255012._0x37a3b1,-0x13b,-_0x255012._0x4e68e9,-_0x255012._0x1ce904),_0x4b2efa['VnzET']=_0x1b1eb5(0x55d,_0x255012._0x56405d,_0x255012._0x2f7666,0x528)+_0x220c6e(-_0x255012._0x36ab6b,-0x13b,-0x127,-_0x255012._0x402e90),_0x4b2efa[_0x1b1eb5(0x4cc,_0x255012._0x8cedf0,0x52b,_0x255012._0x206171)]=function(_0xb5b755,_0x1c7bf9){return _0xb5b755===_0x1c7bf9;};function _0x220c6e(_0x279640,_0x60f574,_0x459572,_0x42c4b4){return _0x298625(_0x60f574,_0x42c4b4-0xa1,_0x459572-0x96,_0x42c4b4-0x5e);}_0x4b2efa[_0x220c6e(-0x31,-0xa8,-0x68,-0x97)]='SJBYu',_0x4b2efa['KLKug']=_0x220c6e(-_0x255012._0x47740a,-_0x255012._0x185a81,-0x186,-0x119),_0x4b2efa['rztAi']='Error\x20crea'+'ting\x20team';const _0x11fb42=_0x4b2efa;try{if(_0x11fb42[_0x220c6e(-_0x255012._0xcd9123,-0xc7,-_0x255012._0x52dd85,-0x5c)](_0x11fb42[_0x1b1eb5(_0x255012._0x5b4958,_0x255012._0x15377b,0x576,0x5cd)],_0x11fb42[_0x220c6e(-0xe5,-_0x255012._0x1742ab,-_0x255012._0x225bbe,-0x7f)])){const _0xf025db={};_0xf025db[_0x220c6e(-0x98,-_0x255012._0x13d0c3,-_0x255012._0x209a8a,-_0x255012._0x1102b5)]=_0x5240ac[_0x1b1eb5(_0x255012._0x140d0d,_0x255012._0x34640b,0x501,_0x255012._0x563b3e)],_0x4c4653[_0x1b1eb5(_0x255012._0x1f3fd5,0x501,0x4e6,_0x255012._0x137887)](_0x11fb42[_0x1b1eb5(_0x255012._0xc44b18,_0x255012._0x2711cb,0x55f,0x523)],_0xf025db);const _0x3c2345={};return _0x3c2345[_0x1b1eb5(_0x255012._0x26b332,0x504,_0x255012._0x307ebe,_0x255012._0x18ea36)]=_0x11fb42[_0x1b1eb5(_0x255012._0x120777,_0x255012._0x1886f1,_0x255012._0xaceb6b,0x5c9)],_0x4842d0[_0x220c6e(-0x11d,-0xfa,-_0x255012._0x22f242,-_0x255012._0x56919a)](0x57d*0x5+0x1*0x281+-0x2*0xdff)[_0x1b1eb5(_0x255012._0x58d0ef,0x530,0x4ee,0x4b8)](_0x3c2345);}else{const {name:_0x5bd3ce,description:_0x5a1676,members:members=[]}=_0x1bc5f5[_0x1b1eb5(0x4cd,0x4b3,_0x255012._0x34fd75,_0x255012._0x18c179)];if(!_0x5bd3ce||_0x11fb42[_0x220c6e(-_0x255012._0xcd9123,-0x63,-_0x255012._0x3f04ab,-0x5c)](typeof _0x5bd3ce,_0x11fb42[_0x220c6e(-0x65,-_0x255012._0x429121,-0x140,-_0x255012._0x5304b7)])||_0x11fb42[_0x1b1eb5(_0x255012._0x10853a,_0x255012._0x41ca49,0x504,0x503)](_0x5bd3ce[_0x1b1eb5(_0x255012._0x299f93,0x45a,0x4cc,_0x255012._0x5b77b7)]()[_0x220c6e(-0xff,-_0x255012._0x114fb7,-_0x255012._0x42728a,-_0x255012._0x5491dd)],0x11*-0x7b+-0x1db3*0x1+0x83*0x4a)){const _0x29c8bb={};return _0x29c8bb[_0x1b1eb5(_0x255012._0xeafe07,0x4b8,_0x255012._0x265e54,0x4bd)]=_0x11fb42['xjjyO'],_0x29c8bb[_0x1b1eb5(0x530,0x4c6,_0x255012._0x1524c6,_0x255012._0x18ea36)]='Team\x20name\x20'+_0x1b1eb5(0x56f,_0x255012._0xf36557,_0x255012._0x52c336,_0x255012._0x466516)+'d',_0x4a19c5[_0x1b1eb5(0x4f7,_0x255012._0x1e398c,0x506,_0x255012._0x14de6f)](0x1fe8+-0x15*-0xc7+0xd*-0x397)['json'](_0x29c8bb);}if(_0x11fb42['nHRjs'](members[_0x1b1eb5(0x533,0x4be,0x52d,_0x255012._0x40e37e)],0x1*0x1b92+0x2*-0xe05+0x1e*0x4)){if(_0x11fb42[_0x220c6e(0x1c,-_0x255012._0x1d3ca4,-_0x255012._0x42f811,-0x5c)](_0x11fb42[_0x1b1eb5(_0x255012._0x418748,_0x255012._0x3741e1,0x57b,_0x255012._0x3ca693)],_0x220c6e(-0x11f,-_0x255012._0x5b53ad,-0x13c,-0xdf))){const _0x2bcea9={};return _0x2bcea9[_0x220c6e(-0x14f,-0xd8,-_0x255012._0x180847,-_0x255012._0x1102b5)]='Cannot\x20upd'+_0x220c6e(-_0x255012._0xc0ac82,-0x91,-_0x255012._0xd25072,-_0x255012._0xbbfe17)+'s',_0x2bcea9[_0x1b1eb5(0x519,0x552,0x501,_0x255012._0x3de3e5)]=_0x11fb42['pNNQF'],_0x4267bc[_0x1b1eb5(0x505,0x4fd,_0x255012._0x1f4bc2,_0x255012._0x38272b)](-0x2437+-0x309+-0x51a*-0x8)[_0x220c6e(-0xfd,-_0x255012._0x3e81f8,-0x112,-0x107)](_0x2bcea9);}else{const _0x30257a=await validateUserIds(members);if(_0x30257a[_0x220c6e(-0x13f,-_0x255012._0x1dddca,-_0x255012._0x42f0d5,-0xc8)]>-0x2306+0x5*0x1a5+0x1acd){if(_0x11fb42[_0x1b1eb5(0x527,_0x255012._0x418748,_0x255012._0x378865,0x59f)](_0x220c6e(-0xc8,-0x13c,-_0x255012._0x589a87,-_0x255012._0x306064),_0x11fb42[_0x220c6e(-0xab,-0x104,-0xc6,-_0x255012._0x3c3f6d)]))return _0x4a19c5['status'](0x6*0x4f2+0x6*-0x95+-0x189e)[_0x220c6e(-_0x255012._0x551efc,-_0x255012._0x1c4436,-_0x255012._0x43177c,-0x107)]({'error':_0x1b1eb5(_0x255012._0x3b3dfa,_0x255012._0x17e297,0x507,_0x255012._0x183034)+'t','message':'User\x20IDs\x20n'+_0x1b1eb5(_0x255012._0xd41ded,0x588,_0x255012._0x2fd16c,0x526)+_0x30257a['join'](',\x20')});else{const _0x36662e={};return _0x36662e[_0x1b1eb5(_0x255012._0x1246c2,_0x255012._0x2da916,0x4e6,0x489)]=_0x11fb42['YsVfk'],_0x58e44c[_0x220c6e(-_0x255012._0x56d7fd,-0x139,-0x136,-0xef)](0x2e*0x15+-0x84f+0x61d)[_0x220c6e(-_0x255012._0x54d9dd,-_0x255012._0x169110,-0x14b,-_0x255012._0x3f04a1)](_0x36662e);}}}}const _0x212766=await createTeam({'name':_0x5bd3ce[_0x1b1eb5(0x511,0x4b5,_0x255012._0x28f54a,_0x255012._0x5a7203)](),'description':_0x5a1676,'members':members}),_0x38491b={..._0x212766};_0x38491b[_0x220c6e(-0x6e,-_0x255012._0x22b640,0x9,-0x61)+'embers']=!![];const _0x51c224={};return _0x51c224[_0x1b1eb5(0x4a9,_0x255012._0x32d2f8,0x501,_0x255012._0x4618cd)]=_0x11fb42[_0x220c6e(-_0x255012._0x3c2d45,-0xec,-_0x255012._0x3a6434,-0xb7)],_0x51c224[_0x1b1eb5(0x4e7,_0x255012._0x44799b,0x556,_0x255012._0x4c8831)]=_0x38491b,_0x4a19c5[_0x1b1eb5(_0x255012._0x56405d,0x54a,_0x255012._0x2d633f,0x560)](0x72f+0x49*-0xa+-0x1*0x38c)['json'](_0x51c224);}}catch(_0x2b7606){if(_0x2b7606['message']['includes'](_0x11fb42[_0x1b1eb5(0x555,_0x255012._0x592f07,0x536,_0x255012._0x3b3dfa)])){if(_0x11fb42[_0x220c6e(-_0x255012._0xf8db75,-0x126,-_0x255012._0x3c2d45,-_0x255012._0x264b98)](_0x220c6e(-_0x255012._0x54fb40,-0xd9,-0xbf,-0xa2),_0x11fb42[_0x220c6e(-_0x255012._0x42f0d5,-0x75,-_0x255012._0x2505b7,-_0x255012._0x53ef71)])){const _0x494218={};return _0x494218[_0x220c6e(-0x16d,-_0x255012._0x10f8ff,-_0x255012._0x435620,-_0x255012._0x1102b5)]=_0x11fb42[_0x220c6e(-_0x255012._0x302ea9,-_0x255012._0x4fd7fd,-0x66,-_0x255012._0x185a81)],_0x494218[_0x220c6e(-_0x255012._0x59b350,-_0x255012._0x4b905c,-_0x255012._0x4126a1,-_0x255012._0x1c1c88)]='userId\x20is\x20'+'required',_0x194b3d[_0x220c6e(-0x132,-0x120,-_0x255012._0x34ab26,-0xef)](-0x2351+-0x3*-0x71e+-0x1*-0xf87)['json'](_0x494218);}else{const _0x4ed950={};return _0x4ed950[_0x1b1eb5(0x518,_0x255012._0x192d3e,0x4e6,_0x255012._0x1e6d9d)]=_0x11fb42['KLKug'],_0x4ed950[_0x1b1eb5(0x520,0x4b2,0x501,_0x255012._0x5697bf)]=_0x2b7606[_0x1b1eb5(0x51a,0x4b4,_0x255012._0x29ea62,_0x255012._0x2e0815)],_0x4a19c5['status'](0x397*0x2+-0x3cb*0xa+0x2059)[_0x220c6e(-0xf7,-0x10e,-_0x255012._0x161d64,-_0x255012._0x3f04a1)](_0x4ed950);}}const _0x1e2a55={};_0x1e2a55[_0x220c6e(-_0x255012._0x45143e,-_0x255012._0x27e327,-_0x255012._0x37e0c7,-0x10f)]=_0x2b7606['message'],logger[_0x1b1eb5(0x480,_0x255012._0x5f5c3b,_0x255012._0x265e54,0x4dd)](_0x11fb42['rztAi'],_0x1e2a55);const _0x4fa7e8={};return _0x4fa7e8[_0x220c6e(-_0x255012._0x267588,-_0x255012._0x1a1e2b,-_0x255012._0x3f88df,-0x10f)]=_0x11fb42[_0x1b1eb5(0x5d8,0x511,_0x255012._0x4c14fc,0x5df)],_0x4a19c5[_0x1b1eb5(_0x255012._0x1a3236,_0x255012._0x916548,_0x255012._0x2d633f,_0x255012._0x28aaad)](0x3*0xbda+-0x7ef+0x19ab*-0x1)['json'](_0x4fa7e8);}}),router[_0x298625(-0x1da,-0x1bc,-0x1e8,-0x16b)](_0xbd093f(0x34,-0x56,0xd,0x1b),async(_0x4946be,_0xb60422)=>{const _0x1509fa={_0x19a99f:0xc5,_0x12b4f3:0x4b6,_0x1c13f9:0x14c,_0x5c99f8:0xe8,_0x1de7ed:0xeb,_0x182e8a:0x3dd,_0xb86a0e:0x43e,_0x2b1d58:0x4b7,_0x4dceba:0x440,_0x8f6bc5:0x428,_0x217086:0xd5,_0x157b8c:0x8d,_0x4ce382:0x121,_0x4dffb4:0x83,_0x382d5c:0x1ac,_0x33972a:0x15d,_0x225611:0x97,_0x280f1f:0x187,_0x2c3945:0x530,_0x4d0e29:0x554,_0x407e81:0x472,_0x40ac81:0x174,_0x17dc50:0x154,_0x17a5eb:0x4c4,_0x4c9083:0x507,_0x1c930a:0x45d,_0x3fe937:0x42a,_0x2ae219:0x48a,_0x54d610:0x540,_0xc284ee:0x4a4,_0x5df013:0x52f,_0x3980b5:0x50e,_0x4dcb82:0x50a,_0x35988b:0x93,_0x4b3b00:0x19c,_0x1f89be:0x1c6,_0x56e4e6:0x20f,_0x511668:0x129,_0x93af45:0x199,_0x4063d8:0xc1,_0x125720:0x4fc,_0x4e8276:0x45b,_0x3377f4:0x4c4,_0x133cea:0x4d8,_0x9930bd:0x44f,_0x4274cd:0x163,_0x164ced:0x146,_0x52d258:0x482,_0x3a34ed:0x548,_0x10e3f0:0x519,_0x4995f0:0x538,_0x222d38:0x4f2,_0x7030fa:0x51c,_0x387c01:0x53e,_0x9b906e:0x4e1,_0x2a30b3:0x478,_0x31e81e:0x4df,_0xd13f0c:0x1b8,_0xce4936:0x1ca,_0x3ff1a0:0x16a,_0x453469:0x4b0,_0x2df70c:0x4bd,_0x4d1b25:0x1a6,_0x45d955:0x192,_0x414986:0x133,_0x84549d:0x105,_0x411684:0xfa,_0x33091f:0xdb,_0x2a31f2:0x4cc,_0x3da574:0x45b,_0x4ab765:0x408,_0x337d32:0x133,_0x305984:0x14a,_0x42d0c2:0xf1,_0x1ffbd0:0xf7,_0x573045:0x13e,_0x580a6c:0x78,_0x52f2a3:0xc0,_0x3d09c3:0x495,_0x5598e9:0x428,_0x2c2292:0x1b6,_0xc0545a:0x1a9,_0x228bcb:0x4bc,_0x1608a9:0x172,_0x372189:0x193,_0x1a6a13:0x41b,_0xed7dd9:0xe6,_0x44decf:0xc9,_0x502b3d:0x3f4,_0x4ca6ab:0x405,_0x4e8450:0xed,_0x361a2e:0xa6,_0x57f923:0xa6,_0x1dd9c1:0x46c,_0x63bb59:0x42e,_0x17e87c:0x493,_0x107a74:0x441,_0x3c8459:0x487,_0x341df3:0x173,_0x108dcc:0x1b9,_0xbca0b0:0x160,_0x75f69:0x4a7,_0x114c69:0x49f,_0x3cc196:0x45e,_0x3b946c:0x49a,_0x2c7b81:0x14b,_0x35f502:0x17f,_0x26aa82:0x509,_0x1ffd21:0x568,_0x1a89c6:0x19b,_0x47dd15:0x169,_0x19f173:0x1c4,_0x246d1f:0x47c,_0x250f42:0x446,_0xca9a89:0x4f4,_0x170546:0x41e,_0x32e05a:0x433,_0x496a30:0x4c5,_0x2ffcaa:0x469,_0x23e1af:0x10d,_0x558f9e:0x114,_0x77f447:0x13a,_0x214763:0x4b2,_0x3408f4:0x481,_0x1fe3f1:0x115,_0x22ef89:0x17a,_0x26c900:0x181,_0x213717:0x13c,_0x49b391:0x1bb,_0x130ca3:0xf9,_0x5d1edc:0x514,_0xec93ab:0x49e,_0x3cd5d4:0x1cb,_0xda64e3:0x1fe,_0x4b53ba:0x120,_0x28fec3:0x128,_0xad6488:0x108,_0x49238b:0xc7,_0x182ff3:0x153,_0x4c12fc:0x133,_0x47046c:0x17c,_0x1d4eb1:0x100,_0x3c4535:0x481,_0x249a58:0x47f,_0x32df6b:0x432,_0x168d3e:0x46f,_0x3bca64:0x12d,_0x144827:0xa6,_0x3e4534:0x151,_0x21746b:0x448,_0x439a42:0x42e,_0x3a74f6:0x41b,_0x4fb7c2:0x438,_0x131322:0x455,_0x2d6555:0x11f,_0x38a01f:0xf4,_0x52f55e:0x16b,_0x8dbd4d:0x13d,_0x4370cd:0x1cf,_0x34abdd:0x4e4,_0x3c13df:0x4cd,_0x324727:0x402,_0x439ac2:0x469,_0x20da1b:0x43a,_0x530072:0x3eb,_0x30af3f:0x46b,_0x5ea9b1:0x47c,_0x4ec404:0x4d2,_0xd78ca9:0x161,_0x29aab3:0x16d,_0x1edb48:0x130,_0x44ba1e:0xed,_0x213d8f:0x4f8,_0xd53ce4:0x493,_0x57c0f3:0xa4,_0x972013:0x12e,_0x210376:0x12d,_0x40db41:0x18f,_0x2b44c1:0x464,_0x405e03:0x8c,_0x4f66f7:0x3d5,_0x22b0f4:0x524,_0x1acbe9:0x4aa,_0x39c472:0x48e,_0x31489c:0x4c9,_0x399125:0x53f,_0x534727:0x539,_0x19acff:0x118,_0x58b126:0x173,_0x5528b3:0x1c1,_0x271a8b:0x125,_0x22ec8e:0x4c7,_0x53fe36:0x52c,_0x40544c:0x4dd,_0x5927af:0x103,_0x3d4b21:0x178,_0x10cbc5:0x1be,_0x43b2af:0x1c0,_0x397089:0x230,_0x5cc0d6:0xfd,_0x2818ad:0x11a,_0xed97c6:0x165,_0x4fbfd6:0x4e3,_0x7d50a:0x420,_0x225969:0x3f3,_0x4eccb2:0x424,_0x33da0b:0x521,_0x2639fe:0x4b2,_0x5ca99c:0x459,_0x4fdebf:0x4e3,_0x358855:0x198,_0x3c4eea:0x108,_0x202bf2:0x1d5,_0x41cc2e:0x234,_0xfe61c4:0x127,_0x3561ea:0x125,_0x4738c2:0x123,_0xf7566f:0x173,_0x9b7f53:0x106,_0x670192:0x191,_0x483642:0x1c2,_0x825e83:0x4c7,_0x17bb1e:0x4b3,_0x282c75:0x3f5,_0x108df2:0x3d3,_0x3ccf79:0x3d0,_0x1904c9:0x148,_0x5a21af:0x11a,_0x4a6f76:0x160,_0x5744de:0xfc,_0xb9350a:0x1e3,_0x121196:0x1bd,_0x4da0bb:0x9e,_0x5d7488:0x202,_0x14c0a6:0x4be,_0x3fec13:0x4c5,_0x315960:0x435,_0x158488:0x461,_0x53cd62:0x4c0,_0x3d3fdb:0x439,_0x172045:0x54b,_0x532ba9:0x4d5,_0x48f42f:0x162,_0x5c3c30:0x481,_0x95af20:0x42b,_0x3062e7:0x455,_0x4e7cef:0x4db,_0x2921e9:0x12b,_0x6e8b27:0xe7,_0x1cdb64:0x3e1,_0x5dc182:0x42c,_0x54bdba:0x41c,_0x14fc82:0x471,_0x54c4a7:0x10d,_0x1c04ac:0x15d,_0x1426ad:0x166,_0xefde66:0x14f,_0x2f698d:0x101,_0x15efc5:0x128,_0x411d08:0xbe,_0x10b9e5:0x135,_0x4a5ab8:0x172,_0x4e3729:0xd4,_0x1d1e84:0x178,_0x188bae:0xe3,_0x53e655:0x12d,_0x24cc00:0xe5,_0x22ded3:0x458,_0x58aa04:0x43a,_0x3f213b:0x43c,_0x58f79e:0x499,_0x39c6dc:0x4a4,_0x2c2895:0x4c9,_0xb55738:0x4b3,_0x4176f0:0x469,_0x460af9:0x416,_0x5acbe3:0x469,_0x238858:0x43a,_0x268378:0xce,_0x2bac3e:0x10c,_0xcc41e7:0x43d,_0x495e4b:0x473,_0x1c941f:0x3fa,_0x34e623:0x494,_0x305909:0x10d,_0x3891e0:0xf2,_0x130759:0xd0,_0x1db922:0x4b7,_0x405002:0x15e,_0x5e18a3:0x182,_0xd7743b:0x13a},_0x55b921={_0x2d926d:0x611,_0x16a0ac:0x1e3,_0x143953:0x44},_0x1403dd={_0x1f0cef:0x2bd},_0x24e28e={'QmNGb':'Bad\x20Reques'+'t','zcBVN':_0x90629d(0x103,0x16a,_0x1509fa._0x19a99f,0x13b),'jjiCJ':_0x1ebdd4(0x543,0x4e8,_0x1509fa._0x12b4f3,0x50f)+_0x90629d(0x14f,0x113,0x15c,0x155),'EhwAm':_0x90629d(_0x1509fa._0x1c13f9,0x128,_0x1509fa._0x5c99f8,_0x1509fa._0x1de7ed)+_0x1ebdd4(_0x1509fa._0x182e8a,0x446,0x404,_0x1509fa._0xb86a0e),'OpJzm':_0x1ebdd4(0x4f2,_0x1509fa._0x2b1d58,0x452,0x502)+_0x1ebdd4(0x4a8,_0x1509fa._0x4dceba,_0x1509fa._0x8f6bc5,0x4a9)+'r','HlkYP':_0x90629d(_0x1509fa._0x217086,_0x1509fa._0x157b8c,_0x1509fa._0x4ce382,_0x1509fa._0x4dffb4)+_0x90629d(0x1c2,0x1a8,_0x1509fa._0x382d5c,_0x1509fa._0x33972a),'adtcH':'Error\x20addi'+_0x90629d(0x10f,_0x1509fa._0x225611,_0x1509fa._0x280f1f,0xf9),'wfdAx':_0x1ebdd4(_0x1509fa._0x2c3945,0x4fb,0x49b,_0x1509fa._0x4d0e29),'cDzhc':function(_0x4179eb,_0x19ec38){return _0x4179eb(_0x19ec38);},'ccCQW':function(_0x974fb7,_0x5eacfd){return _0x974fb7!==_0x5eacfd;},'GGmHg':function(_0x4387c8,_0x52fe75){return _0x4387c8!==_0x52fe75;},'JpcTX':_0x1ebdd4(_0x1509fa._0x407e81,0x4a9,0x4f0,0x495),'GkpAz':'teams:mana'+'ge','LzBfk':_0x90629d(_0x1509fa._0x40ac81,0x1ba,_0x1509fa._0x17dc50,0x1ec),'hanWs':'You\x20do\x20not'+_0x1ebdd4(0x4b3,_0x1509fa._0x17a5eb,0x4db,_0x1509fa._0x4c9083)+_0x1ebdd4(_0x1509fa._0x1c930a,_0x1509fa._0x3fe937,0x45e,_0x1509fa._0x2ae219)+_0x1ebdd4(_0x1509fa._0x54d610,0x500,0x576,_0x1509fa._0xc284ee)+_0x1ebdd4(_0x1509fa._0x5df013,_0x1509fa._0x3980b5,_0x1509fa._0x4dcb82,0x52d)+'am','oqorA':function(_0x180dea,_0x3893f5){return _0x180dea===_0x3893f5;},'DvNMz':_0x90629d(0xd7,0xf7,_0x1509fa._0x35988b,0xd2),'NPMJj':function(_0x4917e8,_0x5c92eb,_0x437f94,_0x36853a){return _0x4917e8(_0x5c92eb,_0x437f94,_0x36853a);},'IiwyO':_0x90629d(_0x1509fa._0x4b3b00,_0x1509fa._0x1f89be,_0x1509fa._0x56e4e6,0x1dd)+_0x90629d(_0x1509fa._0x511668,_0x1509fa._0x93af45,_0x1509fa._0x4063d8,0x18b)+'hip','FlZoa':_0x1ebdd4(0x4c3,0x4ef,0x52e,_0x1509fa._0x125720),'VJlvn':'You\x20do\x20not'+_0x1ebdd4(_0x1509fa._0x4e8276,_0x1509fa._0x3377f4,_0x1509fa._0x133cea,_0x1509fa._0x9930bd)+'s:manage_m'+'embership\x20'+_0x90629d(0x1b3,_0x1509fa._0x4274cd,0x190,0x20a)+_0x90629d(0x134,_0x1509fa._0x164ced,0xc8,0x120)+'eam','CLevO':function(_0x14472d,_0x3d522d){return _0x14472d&&_0x3d522d;},'iVgrm':function(_0x486ed3,_0x295529){return _0x486ed3!==_0x295529;},'cjrmI':_0x1ebdd4(_0x1509fa._0x52d258,_0x1509fa._0x133cea,_0x1509fa._0x3a34ed,_0x1509fa._0x10e3f0)+'\x20provided','aNdtJ':function(_0x3bcf15,_0xd58220){return _0x3bcf15!==_0xd58220;},'mpJIv':function(_0x126f5d,_0x4b24de){return _0x126f5d!==_0x4b24de;},'gHcJU':function(_0x593d58,_0x85ca78){return _0x593d58>_0x85ca78;},'sPAjP':function(_0x32a7ab,_0x433ca4){return _0x32a7ab===_0x433ca4;},'hqMju':_0x1ebdd4(0x4c4,0x4db,0x4f6,0x488),'BkLpo':_0x1ebdd4(_0x1509fa._0x4995f0,0x4c6,_0x1509fa._0x222d38,_0x1509fa._0x7030fa),'yiGbL':function(_0x6ca9f0,_0x549f56){return _0x6ca9f0(_0x549f56);},'rBzcZ':function(_0x1cc10d,_0x20bbbb){return _0x1cc10d!==_0x20bbbb;},'KIdqW':_0x1ebdd4(_0x1509fa._0x387c01,_0x1509fa._0x9b906e,_0x1509fa._0x2a30b3,_0x1509fa._0x31e81e)+_0x90629d(0x1a3,_0x1509fa._0xd13f0c,_0x1509fa._0xce4936,_0x1509fa._0x3ff1a0)+'s','qKJCb':_0x1ebdd4(_0x1509fa._0x453469,_0x1509fa._0x2df70c,0x501,0x4fa)+_0x90629d(_0x1509fa._0x4d1b25,0x1d4,_0x1509fa._0x45d955,_0x1509fa._0x414986)+'ave\x20no\x20Ser'+_0x90629d(_0x1509fa._0x84549d,0xf5,0xad,_0x1509fa._0x411684)+_0x90629d(0x10a,_0x1509fa._0x33091f,0x109,0x112)+'\x20one\x20Serve'+'r\x20Admin\x20mu'+_0x1ebdd4(_0x1509fa._0x2a31f2,0x470,_0x1509fa._0x3da574,_0x1509fa._0x4ab765),'pZjtt':function(_0x1a9760,_0x39c30e,_0x55a698){return _0x1a9760(_0x39c30e,_0x55a698);},'kDFtj':_0x90629d(0x1a8,_0x1509fa._0x337d32,0x1d2,_0x1509fa._0x305984)+_0x90629d(_0x1509fa._0x42d0c2,_0x1509fa._0x1ffbd0,_0x1509fa._0x573045,_0x1509fa._0x33091f)+'fully','MSaux':function(_0x47fb44,_0xfc115f){return _0x47fb44===_0xfc115f;},'zJrYa':_0x1ebdd4(0x4d8,0x4b3,0x4bf,0x44a)+_0x90629d(0xde,_0x1509fa._0x580a6c,_0x1509fa._0x52f2a3,0xae),'EgxXZ':_0x1ebdd4(_0x1509fa._0x3d09c3,0x45a,_0x1509fa._0x5598e9,0x44a)+_0x90629d(_0x1509fa._0x2c2292,0x140,_0x1509fa._0xc0545a,0x1d5)};function _0x90629d(_0x1b50fa,_0x51ea17,_0x47804f,_0x3c6ed2){return _0x298625(_0x3c6ed2,_0x1b50fa-_0x1403dd._0x1f0cef,_0x47804f-0x39,_0x3c6ed2-0x1ca);}function _0x1ebdd4(_0xddd84d,_0x5d5910,_0x3f6218,_0x1739d2){return _0x298625(_0x1739d2,_0x5d5910-_0x55b921._0x2d926d,_0x3f6218-_0x55b921._0x16a0ac,_0x1739d2-_0x55b921._0x143953);}try{if(_0x1ebdd4(_0x1509fa._0x5598e9,0x48b,_0x1509fa._0x228bcb,0x4f8)!==_0x24e28e[_0x1ebdd4(0x4c3,0x456,0x3fe,0x44d)]){const _0x31af69=await getTeamById(_0x4946be['params']['id']);if(!_0x31af69){const _0x52ea77={};return _0x52ea77[_0x1ebdd4(0x412,0x461,0x4a7,0x47e)]=_0x24e28e['jjiCJ'],_0xb60422[_0x90629d(0x12d,_0x1509fa._0x1608a9,0xf8,_0x1509fa._0x372189)](0x6f8+0x1*0x10db+-0x163f)[_0x1ebdd4(_0x1509fa._0x1a6a13,0x469,0x4cc,0x4a3)](_0x52ea77);}const _0x320630=_0x4946be['user']['id'],_0x3b465d=await _0x24e28e['cDzhc'](hasAllPermissions,_0x320630),_0x29f9e2=_0x24e28e[_0x90629d(_0x1509fa._0xed7dd9,_0x1509fa._0x44decf,0x85,0x128)](_0x4946be['body'][_0x1ebdd4(0x47b,0x42f,_0x1509fa._0x502b3d,_0x1509fa._0x4ca6ab)],undefined)||_0x4946be[_0x90629d(_0x1509fa._0x4e8450,_0x1509fa._0x361a2e,0xad,_0x1509fa._0x57f923)]['descriptio'+'n']!==undefined,_0x50ac77=_0x24e28e[_0x1ebdd4(_0x1509fa._0x1dd9c1,0x466,_0x1509fa._0x63bb59,0x40b)](_0x4946be[_0x1ebdd4(_0x1509fa._0x17e87c,_0x1509fa._0x107a74,0x3f1,_0x1509fa._0x3c8459)][_0x90629d(_0x1509fa._0x341df3,_0x1509fa._0x108dcc,_0x1509fa._0xbca0b0,0x1e3)],undefined);if(_0x29f9e2){if(_0x24e28e[_0x1ebdd4(_0x1509fa._0x75f69,_0x1509fa._0x114c69,_0x1509fa._0x3cc196,_0x1509fa._0x3b946c)]===_0x24e28e[_0x90629d(_0x1509fa._0x2c7b81,_0x1509fa._0x35f502,0x149,0x146)]){const _0x537d80=_0x3b465d||await hasPermission(_0x320630,_0x24e28e['GkpAz'],_0x31af69['id']);if(!_0x537d80){if(_0x24e28e[_0x1ebdd4(0x3f0,0x439,0x48d,0x432)]==='wWIMD')return _0x46a48c['status'](-0x1247+-0x1982+0x2d59)[_0x90629d(0x115,0xcd,0xa8,0x176)]({'error':_0x24e28e[_0x1ebdd4(_0x1509fa._0x26aa82,0x4cf,0x525,0x52e)],'message':'User\x20IDs\x20n'+_0x1ebdd4(_0x1509fa._0x1ffd21,0x513,_0x1509fa._0x4c9083,0x56b)+_0x99079b['join'](',\x20')});else{const _0x383a66={};return _0x383a66[_0x90629d(0x10d,0x11a,_0x1509fa._0x33091f,0xed)]=_0x90629d(_0x1509fa._0x1a89c6,0x1c9,_0x1509fa._0x47dd15,_0x1509fa._0x19f173),_0x383a66[_0x1ebdd4(0x4ac,_0x1509fa._0x246d1f,_0x1509fa._0x250f42,_0x1509fa._0xca9a89)]=_0x24e28e['hanWs'],_0xb60422[_0x1ebdd4(_0x1509fa._0x170546,0x481,0x4ee,_0x1509fa._0x32e05a)](0x5fc*0x1+0xea2+-0x130b)[_0x1ebdd4(_0x1509fa._0x496a30,_0x1509fa._0x2ffcaa,0x4e0,0x407)](_0x383a66);}}}else{const _0x19a49a={};return _0x19a49a[_0x90629d(_0x1509fa._0x23e1af,0xe8,0x17e,0x13d)]=_0x24e28e['zcBVN'],_0x19a49a['message']=_0x360118[_0x90629d(0x128,_0x1509fa._0x558f9e,0xd7,_0x1509fa._0x77f447)],_0xfdd315[_0x1ebdd4(_0x1509fa._0x214763,_0x1509fa._0x3408f4,0x441,0x460)](0x515+-0x3be+0x42*0x1)[_0x90629d(_0x1509fa._0x1fe3f1,0x107,_0x1509fa._0x22ef89,_0x1509fa._0x26c900)](_0x19a49a);}}if(_0x50ac77){if(_0x24e28e[_0x90629d(0x150,_0x1509fa._0x213717,_0x1509fa._0x49b391,_0x1509fa._0x130ca3)]('XRHsL',_0x24e28e[_0x1ebdd4(_0x1509fa._0x5d1edc,0x4e5,0x4af,_0x1509fa._0xec93ab)])){const _0x3805a8=_0x3b465d||await _0x24e28e[_0x90629d(0x190,_0x1509fa._0x3cd5d4,0x1f3,_0x1509fa._0xda64e3)](hasPermission,_0x320630,_0x24e28e[_0x90629d(_0x1509fa._0x4b53ba,0x143,0xb7,0x171)],_0x31af69['id']);if(!_0x3805a8){const _0x5adbed={};return _0x5adbed[_0x1ebdd4(0x470,0x461,0x4b2,0x46a)]=_0x24e28e[_0x1ebdd4(0x4a0,_0x1509fa._0x2a30b3,_0x1509fa._0x453469,0x4b7)],_0x5adbed[_0x90629d(_0x1509fa._0x28fec3,_0x1509fa._0xad6488,_0x1509fa._0x49238b,_0x1509fa._0x182ff3)]=_0x24e28e[_0x90629d(0x12f,_0x1509fa._0x4c12fc,_0x1509fa._0x47046c,_0x1509fa._0x1d4eb1)],_0xb60422[_0x1ebdd4(0x4ae,_0x1509fa._0x3c4535,0x4ad,0x4a6)](0x1c06+0xd5d*0x1+0x62*-0x68)[_0x1ebdd4(_0x1509fa._0x249a58,0x469,0x45f,_0x1509fa._0x32df6b)](_0x5adbed);}}else{const _0x5ab559={};return _0x5ab559[_0x1ebdd4(0x415,0x461,0x4d6,_0x1509fa._0x168d3e)]=_0x24e28e['jjiCJ'],_0x15f11d[_0x90629d(_0x1509fa._0x3bca64,0x133,0xf8,_0x1509fa._0x411684)](0xc73+-0x1*-0x471+-0xf50)[_0x90629d(0x115,_0x1509fa._0x144827,_0x1509fa._0x3e4534,_0x1509fa._0x511668)](_0x5ab559);}}if(_0x24e28e['CLevO'](!_0x29f9e2,!_0x50ac77)){if(_0x24e28e[_0x1ebdd4(_0x1509fa._0x21746b,_0x1509fa._0x439a42,0x410,_0x1509fa._0x3a74f6)](_0x1ebdd4(0x461,_0x1509fa._0x4fb7c2,0x3e6,_0x1509fa._0x131322),_0x90629d(0x15a,0x12f,0x188,_0x1509fa._0x2d6555))){const _0x1825da={};return _0x1825da['error']=_0x24e28e['QmNGb'],_0x1825da[_0x90629d(0x128,_0x1509fa._0x38a01f,0xdc,0x181)]=_0x24e28e[_0x90629d(_0x1509fa._0x52f55e,0x18f,_0x1509fa._0x8dbd4d,_0x1509fa._0x4370cd)],_0xb60422[_0x1ebdd4(_0x1509fa._0x34abdd,0x481,_0x1509fa._0x3c13df,0x483)](-0x8*0x15d+-0x1c75+0x28ed)[_0x1ebdd4(_0x1509fa._0x324727,_0x1509fa._0x439ac2,_0x1509fa._0x20da1b,0x425)](_0x1825da);}else{const _0x59978d={};_0x59978d[_0x1ebdd4(0x4a7,0x461,0x451,_0x1509fa._0x530072)]=_0x1c79d7[_0x1ebdd4(_0x1509fa._0x30af3f,_0x1509fa._0x5ea9b1,_0x1509fa._0x4ec404,0x40e)],_0x2da896[_0x90629d(0x10d,_0x1509fa._0xd78ca9,_0x1509fa._0x29aab3,0xc4)](_0x24e28e['EhwAm'],_0x59978d);const _0x5718e5={};return _0x5718e5[_0x90629d(0x10d,_0x1509fa._0x1edb48,0x12f,_0x1509fa._0x44ba1e)]=_0x1ebdd4(_0x1509fa._0x213d8f,0x4b7,_0x1509fa._0xd53ce4,0x46f)+_0x90629d(0xec,_0x1509fa._0x57c0f3,_0x1509fa._0x972013,0xf7)+'r',_0x5f3f15[_0x90629d(_0x1509fa._0x210376,0xe1,_0x1509fa._0x4b3b00,_0x1509fa._0x40db41)](0x1994+0x9*-0x324+0x4a4)['json'](_0x5718e5);}}const _0x2efa4f={};if(_0x24e28e[_0x1ebdd4(0x422,0x42e,_0x1509fa._0x2b44c1,0x44c)](_0x4946be[_0x90629d(_0x1509fa._0x44ba1e,0x114,0x13d,_0x1509fa._0x405e03)]['name'],undefined))_0x2efa4f['name']=_0x4946be[_0x1ebdd4(0x4a3,_0x1509fa._0x107a74,0x40c,0x447)][_0x1ebdd4(0x470,0x42f,_0x1509fa._0x4f66f7,_0x1509fa._0xb86a0e)];if(_0x24e28e[_0x1ebdd4(0x4ad,0x4ba,_0x1509fa._0x22b0f4,_0x1509fa._0x1acbe9)](_0x4946be[_0x1ebdd4(_0x1509fa._0x39c472,_0x1509fa._0x107a74,0x462,0x3ff)][_0x1ebdd4(_0x1509fa._0x10e3f0,_0x1509fa._0x31489c,_0x1509fa._0x399125,_0x1509fa._0x534727)+'n'],undefined))_0x2efa4f[_0x1ebdd4(0x50f,0x4c9,0x479,0x482)+'n']=_0x4946be['body']['descriptio'+'n'];if(_0x24e28e['mpJIv'](_0x4946be[_0x90629d(0xed,_0x1509fa._0x19acff,0x79,0x143)][_0x90629d(_0x1509fa._0x58b126,_0x1509fa._0xad6488,_0x1509fa._0x5528b3,_0x1509fa._0x271a8b)],undefined))_0x2efa4f['members']=_0x4946be['body'][_0x1ebdd4(0x4a9,_0x1509fa._0x22ec8e,_0x1509fa._0x53fe36,_0x1509fa._0x40544c)];if(_0x2efa4f[_0x90629d(0x173,0x145,_0x1509fa._0x5927af,_0x1509fa._0x3d4b21)]&&_0x24e28e[_0x90629d(_0x1509fa._0x10cbc5,_0x1509fa._0x43b2af,_0x1509fa._0x397089,0x216)](_0x2efa4f['members'][_0x90629d(0x154,0x166,_0x1509fa._0x5cc0d6,0xe4)],0xc7a*-0x3+0x9*0x1b+-0xb*-0x351)){if(_0x24e28e[_0x90629d(_0x1509fa._0x2818ad,0xf7,_0x1509fa._0x35f502,_0x1509fa._0xed97c6)](_0x24e28e['hqMju'],_0x24e28e[_0x1ebdd4(0x520,_0x1509fa._0x4fbfd6,0x541,0x4c8)])){const _0xd20ec={};return _0xd20ec[_0x1ebdd4(_0x1509fa._0x7d50a,0x461,_0x1509fa._0x225969,_0x1509fa._0x4eccb2)]=_0x24e28e[_0x1ebdd4(_0x1509fa._0x33da0b,_0x1509fa._0x2639fe,_0x1509fa._0x5ca99c,_0x1509fa._0x4fdebf)],_0x1b313c['status'](0x4*0x80f+0x1fcd*0x1+-0x3e75)['json'](_0xd20ec);}else{const _0x5e0e08=await _0x24e28e[_0x90629d(_0x1509fa._0x358855,0x1d9,0x12b,_0x1509fa._0x4d1b25)](validateUserIds,_0x2efa4f['members']);if(_0x24e28e['gHcJU'](_0x5e0e08[_0x90629d(0x154,0x113,_0x1509fa._0x3c4eea,_0x1509fa._0x77f447)],-0x9ef+-0x1*-0x1e70+-0x1*0x1481))return _0xb60422['status'](-0x89*-0x38+0x2*0xf0d+-0x2*0x1d41)['json']({'error':_0x24e28e[_0x90629d(0x17b,0x17c,_0x1509fa._0x22ef89,0x182)],'message':'User\x20IDs\x20n'+_0x90629d(0x1bf,_0x1509fa._0x202bf2,0x1ad,_0x1509fa._0x41cc2e)+_0x5e0e08[_0x90629d(0x151,_0x1509fa._0xfe61c4,_0x1509fa._0x3561ea,_0x1509fa._0x4738c2)](',\x20')});}}if(_0x24e28e['rBzcZ'](_0x2efa4f[_0x90629d(_0x1509fa._0xf7566f,_0x1509fa._0x29aab3,_0x1509fa._0x372189,_0x1509fa._0x9b7f53)],undefined)){const _0x557483={};_0x557483[_0x90629d(0x158,_0x1509fa._0x670192,0xeb,_0x1509fa._0x483642)]=_0x31af69['id'],_0x557483[_0x1ebdd4(0x463,0x4c7,0x50c,0x471)]=_0x2efa4f[_0x1ebdd4(0x48b,_0x1509fa._0x825e83,0x4d5,0x516)];const _0x4a2282={};_0x4a2282[_0x90629d(0x111,0x108,0x144,0xf6)+_0x1ebdd4(_0x1509fa._0x5d1edc,0x50c,0x535,_0x1509fa._0x17bb1e)]=_0x557483;const _0x3fd81b=await wouldRetainServerAdmin(_0x4a2282);if(!_0x3fd81b){const _0x69da6d={};return _0x69da6d[_0x1ebdd4(0x4ce,0x461,0x43f,_0x1509fa._0x282c75)]=_0x24e28e[_0x1ebdd4(_0x1509fa._0x108df2,0x43e,_0x1509fa._0x3ccf79,0x482)],_0x69da6d['message']=_0x24e28e['qKJCb'],_0xb60422[_0x90629d(0x12d,0x15d,_0x1509fa._0x1904c9,_0x1509fa._0x5a21af)](0x173*0x1a+0xf*0x241+-0x75*0x99)[_0x90629d(0x115,_0x1509fa._0x4a6f76,_0x1509fa._0x5744de,0x12f)](_0x69da6d);}}const _0x3caf84=await _0x24e28e[_0x90629d(_0x1509fa._0x3d4b21,_0x1509fa._0xb9350a,_0x1509fa._0x121196,0x126)](updateTeam,_0x31af69['id'],_0x2efa4f),_0x4384f0={..._0x3caf84};_0x4384f0[_0x90629d(0x1bb,0x166,0x180,0x1ad)+_0x90629d(0x116,_0x1509fa._0x4da0bb,0x185,0xa8)]=!![];const _0x2b7888={};return _0x2b7888['message']=_0x24e28e[_0x90629d(0x195,_0x1509fa._0x5d7488,0x186,0x1cf)],_0x2b7888[_0x1ebdd4(_0x1509fa._0x3c8459,0x4d1,_0x1509fa._0x14c0a6,0x506)]=_0x4384f0,_0xb60422[_0x1ebdd4(_0x1509fa._0x3fec13,_0x1509fa._0x2ffcaa,_0x1509fa._0x315960,0x44c)](_0x2b7888);}else{const _0x14fb41={};_0x14fb41[_0x1ebdd4(0x42a,_0x1509fa._0x158488,0x4af,_0x1509fa._0x53cd62)]=_0x561291[_0x1ebdd4(0x4f1,0x47c,_0x1509fa._0x3d3fdb,0x41e)],_0x4f2abd['error'](_0x1ebdd4(_0x1509fa._0x172045,_0x1509fa._0x532ba9,0x52f,0x47e)+'ing\x20teams',_0x14fb41);const _0x1730cd={};return _0x1730cd['error']=_0x24e28e[_0x90629d(_0x1509fa._0x48f42f,0x1b8,_0x1509fa._0x8dbd4d,0x1d1)],_0x1cee46[_0x1ebdd4(0x41f,_0x1509fa._0x5c3c30,_0x1509fa._0x95af20,0x448)](0x5*0x55d+-0x389*-0x2+0x5*-0x663)[_0x1ebdd4(0x4c1,0x469,_0x1509fa._0x3062e7,0x49b)](_0x1730cd);}}catch(_0x4d5089){if(_0x24e28e[_0x1ebdd4(0x4a8,0x4c3,_0x1509fa._0x4e7cef,0x4dd)](_0x90629d(0xd8,0x86,_0x1509fa._0x2921e9,_0x1509fa._0x6e8b27),_0x1ebdd4(_0x1509fa._0x1cdb64,_0x1509fa._0x5dc182,0x3cf,_0x1509fa._0x54bdba))){if(_0x4d5089[_0x1ebdd4(_0x1509fa._0x453469,_0x1509fa._0x246d1f,_0x1509fa._0x14fc82,_0x1509fa._0x4fdebf)]['includes'](_0x24e28e[_0x90629d(0x14a,0xea,0xed,0x184)])){const _0x2a82c1={};return _0x2a82c1[_0x90629d(_0x1509fa._0x54c4a7,_0x1509fa._0x1c04ac,_0x1509fa._0x1426ad,_0x1509fa._0xed97c6)]=_0x24e28e[_0x90629d(0x179,_0x1509fa._0xefde66,_0x1509fa._0x2f698d,0x184)],_0x2a82c1['message']=_0x4d5089[_0x90629d(_0x1509fa._0x15efc5,_0x1509fa._0x411d08,0x182,_0x1509fa._0x10b9e5)],_0xb60422[_0x90629d(_0x1509fa._0x210376,_0x1509fa._0x4a5ab8,0x10f,0x16b)](-0x594+-0x18f+0x8bc)[_0x90629d(0x115,0xe3,_0x1509fa._0x4e3729,_0x1509fa._0x144827)](_0x2a82c1);}const _0x568e29={};_0x568e29[_0x90629d(0x10d,0xd1,_0x1509fa._0x1d1e84,_0x1509fa._0x188bae)]=_0x4d5089['message'],logger['error'](_0x24e28e['EgxXZ'],_0x568e29);const _0xc8a6a={};return _0xc8a6a['error']=_0x24e28e['OpJzm'],_0xb60422[_0x90629d(_0x1509fa._0x53e655,_0x1509fa._0x24cc00,0x15f,0x14d)](-0x240d+-0x1d37*-0x1+0x8ca)[_0x1ebdd4(_0x1509fa._0x22ded3,0x469,_0x1509fa._0x58aa04,0x494)](_0xc8a6a);}else{if(_0x1e936f[_0x90629d(0x128,0xea,0x11f,0x199)]['includes'](_0x24e28e[_0x1ebdd4(0x42b,0x45b,_0x1509fa._0x3f213b,_0x1509fa._0x58f79e)])){const _0x1605f2={};return _0x1605f2[_0x1ebdd4(0x441,0x461,0x4cc,_0x1509fa._0x39c6dc)]=_0x1ebdd4(_0x1509fa._0x17e87c,0x457,0x44e,_0x1509fa._0x2c2895),_0x1605f2[_0x1ebdd4(_0x1509fa._0xb55738,_0x1509fa._0x5ea9b1,0x49c,0x465)]=_0x4a3607['message'],_0x5e014d[_0x1ebdd4(0x4f0,0x481,_0x1509fa._0x4176f0,_0x1509fa._0x460af9)](0x17bf*-0x1+-0x17a+-0x2*-0xd69)[_0x1ebdd4(0x474,_0x1509fa._0x5acbe3,_0x1509fa._0x238858,0x4cd)](_0x1605f2);}const _0x22848f={};_0x22848f[_0x90629d(0x10d,_0x1509fa._0x268378,_0x1509fa._0x29aab3,_0x1509fa._0x2bac3e)]=_0x30b528[_0x1ebdd4(0x40c,0x47c,_0x1509fa._0xcc41e7,_0x1509fa._0x495e4b)],_0x3e5d7f['error'](_0x24e28e[_0x1ebdd4(0x489,0x46c,_0x1509fa._0x1c941f,_0x1509fa._0x34e623)],_0x22848f);const _0x2a368b={};return _0x2a368b[_0x90629d(_0x1509fa._0x305909,0x100,_0x1509fa._0x3891e0,_0x1509fa._0x130759)]=_0x1ebdd4(0x476,_0x1509fa._0x1db922,0x515,0x443)+'erver\x20erro'+'r',_0x4d674a[_0x90629d(0x12d,_0x1509fa._0x405002,_0x1509fa._0x4274cd,_0x1509fa._0x5e18a3)](-0x54f+0x1996+0x1*-0x1253)[_0x90629d(0x115,0x119,_0x1509fa._0xd7743b,0xfd)](_0x2a368b);}}});const _0x460edf={};_0x460edf[_0xbd093f(-0x89,-0x58,-0xac,-0xb2)]='id',router[_0xbd093f(-0x1b,-0x2a,-0x49,0x1a)]('/:id',requirePermission(_0xbd093f(-0x58,0x2a,0x10,0x80)+'ge',_0x460edf),async(_0x2aa0ed,_0x2fe779)=>{const _0x10dcbe={_0x6b22e2:0xc,_0x3ac66a:0x4,_0x3b0273:0x53,_0x569aad:0x2b,_0x384c45:0x70,_0x24bd7b:0x4b,_0x4b83e0:0xc,_0x2aa8a1:0x3ca,_0xfaa02f:0x347,_0x17c713:0x3b0,_0x41a296:0x386,_0x174e7d:0x2df,_0x1b7788:0xf9,_0x52e7c4:0x35e,_0x5b4159:0x3bd,_0x4a6f12:0x36e,_0x2b391f:0x385,_0x5098e2:0x2f7,_0x4bcebe:0x342,_0x24b6bc:0x3a1,_0x351de4:0x349,_0x4ef4eb:0x37a,_0x1c79bc:0x35f,_0x869e79:0x3be,_0x2912ca:0x36f,_0x38186f:0x49,_0x2cf842:0x25,_0xb3a0d8:0x12,_0x5361f2:0x44,_0x1349d8:0x6b,_0x7525b1:0x5b,_0x5a8306:0xa4,_0x27b7e3:0x30f,_0x1e9315:0x376,_0x4b9240:0x34e,_0x3ffef3:0x2f,_0x3005f6:0x50,_0x302e17:0x7,_0x1722c9:0x8f,_0xa07a69:0x81,_0x1ecefb:0x2e,_0x1822bd:0xd3,_0x3fb4c9:0x7,_0x7ad7b1:0x2d,_0x4497a9:0x3,_0x389fb7:0x56,_0x96726f:0x31,_0x312a9c:0x2e9,_0xd25c2d:0x32a,_0x56afda:0x2f7,_0x4d5966:0x327,_0x3c9a8f:0x391,_0x125232:0x2d9,_0x59de80:0x2d9,_0x500757:0x344,_0x5acc1a:0x5f,_0x5c65d3:0x56,_0x5949a7:0xbc,_0x24cb08:0x89,_0x1f0779:0x321,_0x58fb36:0x19,_0x51e0a6:0x15,_0x21cb1d:0x329,_0x479047:0x30c,_0x248d5c:0x21,_0xf639ca:0x396,_0x567293:0x2f2,_0xd825af:0x2d5,_0x1f7de4:0x395,_0x1c99ba:0x331,_0x3322df:0x2d7,_0x40fca7:0x364,_0x5a62a8:0x344,_0x3c4ae7:0x375,_0x3530c5:0x356,_0x3d4e4d:0x3e3,_0x449e71:0x3c6,_0x2565fa:0x3d,_0x1eb463:0x32c,_0xf0bd74:0x2bd,_0x1168a0:0x30b,_0x2d3ee8:0x395,_0x4cfa96:0x375,_0x507c67:0x392,_0x4f972f:0x41a,_0x328c29:0x3cb,_0x5deb82:0x3b2,_0xeee0f9:0x38f,_0x3b81cf:0x374,_0x3c7351:0x39a,_0x7ac462:0x54,_0x5e2b63:0x22,_0xed7eee:0x307,_0x194c0d:0x3a8,_0x39d235:0x4,_0x13f3d7:0x2b,_0x451457:0x5b,_0xf7dad2:0x85,_0x5e27ec:0x26,_0x30ab02:0xb,_0x4b63f4:0x34,_0x47a97:0x1f,_0x537678:0x2f7,_0x4d5b5d:0x369,_0x251f74:0xc7,_0x3360fb:0x412,_0x53a493:0x3e9,_0x2244ee:0x3b6,_0x5df5c6:0x5e,_0x249a0d:0xa9,_0x984cfc:0xac,_0x4da6fc:0x29,_0x2c5cc3:0x12,_0x4b31c1:0x2fa},_0x364e94={_0x535f91:0x97},_0x2da1de={_0x42b5e1:0x1d1,_0x10f5c4:0x150};function _0x88d72d(_0x48c7d7,_0x40e17c,_0x2a0440,_0x5a6598){return _0x298625(_0x40e17c,_0x48c7d7-0x152,_0x2a0440-_0x2da1de._0x42b5e1,_0x5a6598-_0x2da1de._0x10f5c4);}const _0x23a039={'VUTIi':_0x88d72d(-0x68,-0x63,0xc,-0xd0),'TVakQ':_0x88d72d(-_0x10dcbe._0x6b22e2,-_0x10dcbe._0x3ac66a,_0x10dcbe._0x3b0273,_0x10dcbe._0x569aad)+'ists','HmOdq':_0x88d72d(-0x65,-0x66,-0x78,-_0x10dcbe._0x384c45)+_0x88d72d(_0x10dcbe._0x24bd7b,_0x10dcbe._0x4b83e0,0x98,0x46),'fZYRY':'Internal\x20s'+'erver\x20erro'+'r','sbdwG':function(_0x3f7dbb,_0x3240a3){return _0x3f7dbb(_0x3240a3);},'hbuLI':function(_0x596513,_0x452551){return _0x596513!==_0x452551;},'TecDk':'gGBGB','MJlvh':_0x1c558f(_0x10dcbe._0x2aa8a1,_0x10dcbe._0xfaa02f,0x3de,_0x10dcbe._0x17c713)+_0x88d72d(-0x1c,-0x75,-0x6e,0xe),'komYX':function(_0x26b64e,_0x44ffb4){return _0x26b64e(_0x44ffb4);},'vmoZI':_0x1c558f(0x2de,_0x10dcbe._0x41a296,_0x10dcbe._0x174e7d,0x33e)+_0x88d72d(-0x8a,-0x6a,-0x8a,-_0x10dcbe._0x1b7788),'WWMLF':_0x1c558f(0x384,_0x10dcbe._0x52e7c4,0x419,_0x10dcbe._0x5b4159)+_0x1c558f(0x3d7,_0x10dcbe._0x4a6f12,_0x10dcbe._0x2b391f,0x3a7)+_0x1c558f(_0x10dcbe._0x5098e2,_0x10dcbe._0x4bcebe,_0x10dcbe._0x24b6bc,0x360)+_0x1c558f(_0x10dcbe._0x351de4,_0x10dcbe._0x4ef4eb,_0x10dcbe._0x1c79bc,0x37d)+'(s).\x20At\x20le'+_0x1c558f(0x325,0x2f8,_0x10dcbe._0x869e79,_0x10dcbe._0x2912ca)+'rver\x20Admin'+'\x20must\x20rema'+_0x88d72d(_0x10dcbe._0x38186f,-0x17,-_0x10dcbe._0x2cf842,-_0x10dcbe._0xb3a0d8),'zuZqt':function(_0xcb5c58,_0x19097f,_0x23f568,_0x1a0d5b){return _0xcb5c58(_0x19097f,_0x23f568,_0x1a0d5b);},'FaOCi':_0x88d72d(-0x5b,-_0x10dcbe._0x5361f2,-0x57,-_0x10dcbe._0x1349d8)+_0x88d72d(-0x7a,-_0x10dcbe._0x7525b1,-0x16,-_0x10dcbe._0x5a8306)+_0x1c558f(_0x10dcbe._0x27b7e3,0x2ed,_0x10dcbe._0x1e9315,_0x10dcbe._0x4b9240),'XfNWp':function(_0xa94dde,_0x42c38c){return _0xa94dde===_0x42c38c;},'iDqYT':_0x88d72d(-_0x10dcbe._0x3ffef3,0x3e,-0x4c,0x14),'XJHwA':_0x88d72d(-0x35,-0x1a,-0x23,-_0x10dcbe._0x3005f6)+'ting\x20team'};function _0x1c558f(_0x4ad4b7,_0x25e4f2,_0xe697d6,_0x3908ea){return _0x298625(_0x25e4f2,_0x3908ea-0x4d9,_0xe697d6-_0x364e94._0x535f91,_0x3908ea-0x145);}try{const _0x1fc1db=await _0x23a039['sbdwG'](getTeamById,_0x2aa0ed[_0x88d72d(-0x4e,_0x10dcbe._0x302e17,-0x72,-0x6a)]['id']);if(!_0x1fc1db){if(_0x23a039[_0x1c558f(0x3b5,0x3f8,0x383,0x386)](_0x88d72d(-_0x10dcbe._0x1722c9,-0x2a,-0x99,-_0x10dcbe._0xa07a69),_0x23a039[_0x88d72d(0x1,0x2e,_0x10dcbe._0x1ecefb,0x40)])){const _0x57feb1={};return _0x57feb1[_0x88d72d(-0x5e,-0x17,-_0x10dcbe._0x1822bd,_0x10dcbe._0x3fb4c9)]=_0x23a039['MJlvh'],_0x2fe779[_0x88d72d(-0x3e,-_0x10dcbe._0x7ad7b1,-_0x10dcbe._0x4497a9,-0x38)](0x8ce+-0x39*-0x41+-0x65*0x37)[_0x88d72d(-_0x10dcbe._0x389fb7,-0xc0,-_0x10dcbe._0x96726f,-0x79)](_0x57feb1);}else{const _0x263371={};return _0x263371[_0x1c558f(0x303,0x2b2,_0x10dcbe._0x312a9c,0x329)]=_0x23a039[_0x1c558f(0x2f8,0x2c1,_0x10dcbe._0xd25c2d,0x305)],_0x263371[_0x1c558f(_0x10dcbe._0x56afda,_0x10dcbe._0x4d5966,_0x10dcbe._0x3c9a8f,0x344)]=_0x84ce59[_0x1c558f(_0x10dcbe._0x125232,_0x10dcbe._0x59de80,0x329,_0x10dcbe._0x500757)],_0x416bdd[_0x88d72d(-0x3e,-0xa9,-0x7c,-_0x10dcbe._0x5acc1a)](0x2362+-0x883*0x1+0x50e*-0x5)[_0x88d72d(-_0x10dcbe._0x5c65d3,-_0x10dcbe._0x5949a7,-_0x10dcbe._0x24cb08,-0x24)](_0x263371);}}const _0x2fab74={};_0x2fab74[_0x1c558f(0x327,0x327,_0x10dcbe._0x1f0779,0x364)+_0x1c558f(0x327,0x358,0x3e2,0x38a)]=_0x1fc1db['id'];const _0x1ce229=await _0x23a039[_0x88d72d(-0x26,_0x10dcbe._0x58fb36,_0x10dcbe._0x51e0a6,-0x51)](wouldRetainServerAdmin,_0x2fab74);if(!_0x1ce229){const _0x2daab1={};return _0x2daab1[_0x1c558f(_0x10dcbe._0x21cb1d,_0x10dcbe._0x479047,0x2c1,_0x10dcbe._0x21cb1d)]=_0x23a039[_0x88d72d(_0x10dcbe._0x248d5c,-0x19,-0x28,0x76)],_0x2daab1[_0x1c558f(_0x10dcbe._0xf639ca,0x2ed,0x398,0x344)]=_0x23a039['WWMLF'],_0x2fe779[_0x1c558f(0x344,0x30d,_0x10dcbe._0x567293,0x349)](-0x1721+-0x1a*-0x5c+-0xf59*-0x1)[_0x1c558f(_0x10dcbe._0xd825af,0x359,_0x10dcbe._0x1f7de4,_0x10dcbe._0x1c99ba)](_0x2daab1);}const _0x1f42bc=await _0x23a039['zuZqt'](deleteTeam,_0x1fc1db['id'],deleteBindingsBySubject,deleteBindingsByResource),_0x24ee58={};return _0x24ee58[_0x1c558f(_0x10dcbe._0x3322df,0x330,_0x10dcbe._0x40fca7,_0x10dcbe._0x5a62a8)]=_0x23a039[_0x1c558f(_0x10dcbe._0x3c4ae7,_0x10dcbe._0x3530c5,0x371,0x3c1)],_0x24ee58[_0x1c558f(0x38c,0x3b0,_0x10dcbe._0x3d4e4d,_0x10dcbe._0x449e71)+_0x88d72d(-0x7c,-0x68,-0xda,-_0x10dcbe._0x2565fa)]=_0x1f42bc['deletedBin'+_0x1c558f(_0x10dcbe._0x1eb463,_0x10dcbe._0xf0bd74,0x2a5,_0x10dcbe._0x1168a0)],_0x2fe779[_0x1c558f(_0x10dcbe._0x2d3ee8,_0x10dcbe._0x4cfa96,0x38d,0x331)](_0x24ee58);}catch(_0x4422b5){if(_0x23a039[_0x1c558f(0x3f5,_0x10dcbe._0x507c67,_0x10dcbe._0x4f972f,_0x10dcbe._0x328c29)]('qoaWc',_0x23a039['iDqYT'])){if(_0x4ff5cc[_0x1c558f(_0x10dcbe._0x5deb82,_0x10dcbe._0xf639ca,_0x10dcbe._0xeee0f9,_0x10dcbe._0x5a62a8)][_0x1c558f(_0x10dcbe._0x3b81cf,_0x10dcbe._0x3c7351,0x391,0x335)](_0x23a039[_0x88d72d(-_0x10dcbe._0x7ac462,_0x10dcbe._0x5e2b63,0x1b,-0x6c)])){const _0x889a2f={};return _0x889a2f[_0x1c558f(0x2f5,_0x10dcbe._0xed7eee,0x321,_0x10dcbe._0x21cb1d)]=_0x23a039[_0x88d72d(-0x82,-0x79,-0x8e,-0x57)],_0x889a2f['message']=_0xf28c18['message'],_0xb2ecb2[_0x1c558f(0x2fc,0x2ea,_0x10dcbe._0x194c0d,_0x10dcbe._0x351de4)](0x1a0+-0x25d5+0x2*0x12e7)[_0x88d72d(-_0x10dcbe._0x5c65d3,-0x80,_0x10dcbe._0x39d235,-_0x10dcbe._0x13f3d7)](_0x889a2f);}const _0x5796f4={};_0x5796f4[_0x88d72d(-0x5e,-_0x10dcbe._0x451457,-_0x10dcbe._0x2cf842,-0xcb)]=_0x3b5bdd[_0x88d72d(-0x43,-_0x10dcbe._0xf7dad2,_0x10dcbe._0x5e27ec,-0x43)],_0x2087ba[_0x1c558f(0x32b,0x318,0x2c1,0x329)](_0x23a039[_0x88d72d(-_0x10dcbe._0x30ab02,0x58,-0x8,-_0x10dcbe._0x4b63f4)],_0x5796f4);const _0x3aef46={};return _0x3aef46[_0x1c558f(0x3a0,0x339,0x356,_0x10dcbe._0x21cb1d)]=_0x23a039[_0x88d72d(-0x29,-0x10,-0x92,_0x10dcbe._0x47a97)],_0x200769['status'](0xbb5+0xf9*0x2+-0xbb3)[_0x1c558f(0x328,_0x10dcbe._0x537678,_0x10dcbe._0x4d5b5d,0x331)](_0x3aef46);}else{const _0x1a9967={};_0x1a9967[_0x88d72d(-0x5e,-0xa,-_0x10dcbe._0x251f74,-0x99)]=_0x4422b5['message'],logger['error'](_0x23a039[_0x1c558f(_0x10dcbe._0x3360fb,_0x10dcbe._0x53a493,0x3a0,_0x10dcbe._0x2244ee)],_0x1a9967);const _0x1665d5={};return _0x1665d5[_0x88d72d(-_0x10dcbe._0x5df5c6,-_0x10dcbe._0x249a0d,-_0x10dcbe._0xa07a69,-_0x10dcbe._0x984cfc)]=_0x23a039[_0x88d72d(-_0x10dcbe._0x4da6fc,-_0x10dcbe._0x30ab02,0x46,-_0x10dcbe._0x2c5cc3)],_0x2fe779[_0x88d72d(-0x3e,-0x32,-0x2e,-0x6a)](-0x1*-0x5ea+0x22a6+0x584*-0x7)[_0x1c558f(_0x10dcbe._0x1c79bc,_0x10dcbe._0x4b31c1,0x3a8,0x331)](_0x1665d5);}}});const _0x5a8759={};_0x5a8759[_0xbd093f(-0xb9,-0x75,-0xac,-0x58)]='id',router[_0xbd093f(-0x62,-0x78,-0xc,-0x75)](_0xbd093f(0x56,0x4f,0x21,0x69)+'rs',requirePermission(_0x298625(-0xdc,-0x121,-0x187,-0xad)+_0xbd093f(-0xca,-0x97,-0x63,-0x6e)+_0x298625(-0x232,-0x1da,-0x1f4,-0x226),_0x5a8759),async(_0x4b90b0,_0x116384)=>{const _0x486e6f={_0x4d1c1f:0x501,_0x3fe982:0x4f1,_0x4e9186:0x48c,_0x574999:0x1c2,_0x333601:0x20a,_0x43a997:0x215,_0x2f269b:0x205,_0x3fe425:0x248,_0x4e14bf:0x291,_0x41ac20:0x288,_0x16a40f:0x235,_0x595045:0x4b8,_0x4e9a98:0x252,_0x385577:0x201,_0x120b9f:0x220,_0x34c9cc:0x18d,_0x50f478:0x49a,_0x433308:0x42c,_0x19cdd6:0x1fe,_0x2f6672:0x1dc,_0x5ecc5a:0x1e5,_0x1eb138:0x16d,_0x59f320:0x1b7,_0x49cb20:0x3fb,_0xa5892a:0x435,_0x18079f:0x47f,_0x43e442:0x549,_0x5d2f49:0x586,_0x273ac4:0x522,_0x32ae98:0x214,_0x130733:0x22c,_0x23f923:0x212,_0x29272b:0x1bb,_0x20a416:0x223,_0x5ec6a2:0x183,_0x237485:0x4bd,_0x29c2e5:0x48c,_0x469da0:0x4ff,_0x7f0108:0x493,_0x46e049:0x457,_0x2244c3:0x487,_0x36afc4:0x424,_0x241da2:0x445,_0x556026:0x452,_0x3272cc:0x402,_0x888847:0x44e,_0x1f9884:0x4d9,_0x361533:0x1b1,_0x1ddceb:0x202,_0x4a56e4:0x2b0,_0xadf07a:0x242,_0x2be247:0x4d2,_0x430db4:0x46d,_0x57f1fc:0x172,_0x90a744:0x1b4,_0x45d855:0x196,_0x43508b:0x48a,_0x1e56b5:0x51c,_0x339fe3:0x4de,_0x97f788:0x53f,_0x5c3f55:0x4cf,_0x290795:0x450,_0x4075c8:0x21a,_0x4f80e8:0x1a5,_0xe0eaf7:0x227,_0x11c005:0x234,_0x3d0ee2:0x207,_0x1b58d7:0x255,_0x26f72c:0x202,_0x342141:0x3e8,_0x49a1be:0x442,_0x6a6c68:0x247,_0x1b5602:0x24c,_0x3f5725:0x46c,_0x308888:0x429,_0x5a6303:0x542,_0x370f10:0x4dd,_0x401530:0x40c,_0x4e8d3c:0x44e,_0x43ea37:0x475,_0x41024e:0x1f4,_0x4d18e7:0x19c,_0x238b01:0x49d,_0x51637e:0x488,_0x3b8733:0x4e9,_0x4a7da9:0x4a8,_0xa4a98f:0x26f,_0x7a880:0x20d,_0x13d3bd:0x26e,_0x36fc79:0x463,_0x344f5d:0x440,_0x529817:0x4da,_0x573eb1:0x42d,_0x5bc916:0x43d,_0x48a06c:0x46d,_0x4c3c42:0x412,_0x57f56a:0x217,_0x31ad32:0x4b2,_0x2a92d5:0x488,_0x1bd5cd:0x485,_0x458642:0x4d7,_0x2e8039:0x1c4,_0xae768f:0x21f,_0x5d6d1e:0x4e3,_0x38f94d:0x47b,_0x1b599a:0x480,_0xb124a1:0x48d,_0x3e9f1b:0x42f,_0x3bf795:0x468,_0x37032c:0x46d,_0x4eea9c:0x457,_0xccb065:0x517,_0x5a225e:0x4b6,_0x1446b3:0x56d,_0x408992:0x48d,_0x3d3994:0x28a,_0x1ab15c:0x21a,_0x59a510:0x26b,_0x1b2a2f:0x285},_0x297445={_0x48ac07:0x172,_0x463a81:0x75},_0xdab692={_0x180df4:0x72,_0xcd2777:0x108,_0x48c8a8:0x17a};function _0x3509c1(_0x2c2afc,_0x1e70de,_0x5a4bb3,_0x2cda1e){return _0x298625(_0x2c2afc,_0x1e70de- -_0xdab692._0x180df4,_0x5a4bb3-_0xdab692._0xcd2777,_0x2cda1e-_0xdab692._0x48c8a8);}const _0x453bd5={'Uiokw':_0xd933d2(_0x486e6f._0x4d1c1f,_0x486e6f._0x3fe982,_0x486e6f._0x4e9186,0x4d1)+_0x3509c1(-_0x486e6f._0x574999,-_0x486e6f._0x333601,-0x202,-0x1f6)+_0x3509c1(-_0x486e6f._0x43a997,-_0x486e6f._0x2f269b,-0x255,-_0x486e6f._0x3fe425)+'\x20no\x20Server'+_0x3509c1(-_0x486e6f._0x4e14bf,-0x238,-0x1f0,-0x2ad)+_0x3509c1(-_0x486e6f._0x41ac20,-_0x486e6f._0x16a40f,-_0x486e6f._0x41ac20,-0x1f7)+'e\x20Server\x20A'+_0xd933d2(0x44a,0x4be,0x458,0x460)+_0xd933d2(0x474,0x4d9,0x49a,_0x486e6f._0x595045),'YeQCx':function(_0x37573c,_0x48a730){return _0x37573c===_0x48a730;},'tieJR':_0x3509c1(-0x28c,-0x231,-0x284,-_0x486e6f._0x4e9a98),'NKghb':function(_0x4fd688,_0x3ffbff){return _0x4fd688(_0x3ffbff);},'mcVjo':_0x3509c1(-0x22b,-_0x486e6f._0x385577,-_0x486e6f._0x120b9f,-_0x486e6f._0x34c9cc)+'t','cFVsh':_0xd933d2(0x547,_0x486e6f._0x50f478,0x4e8,0x500)+_0xd933d2(_0x486e6f._0x433308,0x4a1,0x474,0x43d),'QPwsy':_0x3509c1(-0x1f8,-_0x486e6f._0x19cdd6,-_0x486e6f._0x2f6672,-0x1a4)+_0x3509c1(-_0x486e6f._0x5ecc5a,-0x1e0,-_0x486e6f._0x1eb138,-_0x486e6f._0x59f320),'fhZEn':function(_0x130b73,_0x593a05,_0x3a09a8){return _0x130b73(_0x593a05,_0x3a09a8);},'iwrDN':_0xd933d2(0x500,0x4df,0x4bc,0x49d)+'ed\x20to\x20team','wJAUY':_0xd933d2(_0x486e6f._0x49cb20,0x3c3,_0x486e6f._0xa5892a,_0x486e6f._0x18079f)+_0xd933d2(_0x486e6f._0x43e442,_0x486e6f._0x5d2f49,_0x486e6f._0x273ac4,0x4ef),'LNsgu':_0x3509c1(-_0x486e6f._0x32ae98,-_0x486e6f._0x130733,-_0x486e6f._0x23f923,-_0x486e6f._0x29272b),'CLjSM':_0x3509c1(-_0x486e6f._0x20a416,-0x1cc,-0x179,-_0x486e6f._0x5ec6a2)+_0x3509c1(-_0x486e6f._0x19cdd6,-0x243,-0x272,-0x23b)+'r'};function _0xd933d2(_0x1e69ec,_0x52a6bc,_0x127187,_0x209503){return _0x298625(_0x52a6bc,_0x127187-0x61d,_0x127187-_0x297445._0x48ac07,_0x209503-_0x297445._0x463a81);}try{if(_0x453bd5['YeQCx'](_0x453bd5[_0xd933d2(0x4a2,0x513,0x4ff,0x530)],_0x453bd5[_0xd933d2(_0x486e6f._0x237485,_0x486e6f._0x29c2e5,_0x486e6f._0x469da0,_0x486e6f._0x7f0108)])){const _0x1eee0d=await _0x453bd5[_0xd933d2(0x479,_0x486e6f._0x46e049,_0x486e6f._0x2244c3,_0x486e6f._0x36afc4)](getTeamById,_0x4b90b0[_0xd933d2(_0x486e6f._0x241da2,0x44e,0x47d,_0x486e6f._0x556026)]['id']);if(!_0x1eee0d){const _0x4b4dd1={};return _0x4b4dd1[_0xd933d2(_0x486e6f._0x3272cc,_0x486e6f._0x888847,0x46d,_0x486e6f._0x1f9884)]='Team\x20not\x20f'+'ound',_0x116384[_0x3509c1(-_0x486e6f._0x361533,-_0x486e6f._0x1ddceb,-0x1e5,-0x194)](-0x1623+0x40d*-0x1+0x1bc4)[_0xd933d2(0x47a,0x4a2,0x475,0x476)](_0x4b4dd1);}const {userId:_0x3d5eff}=_0x4b90b0[_0x3509c1(-_0x486e6f._0x4a56e4,-_0x486e6f._0xadf07a,-0x26b,-0x204)];if(!_0x3d5eff){const _0x373637={};return _0x373637[_0xd933d2(0x466,_0x486e6f._0x2be247,_0x486e6f._0x430db4,0x4b8)]=_0x453bd5[_0x3509c1(-0x126,-_0x486e6f._0x57f1fc,-_0x486e6f._0x90a744,-_0x486e6f._0x45d855)],_0x373637['message']=_0x453bd5[_0xd933d2(_0x486e6f._0x43508b,_0x486e6f._0x1e56b5,_0x486e6f._0x339fe3,_0x486e6f._0x97f788)],_0x116384[_0xd933d2(0x440,_0x486e6f._0x5c3f55,0x48d,_0x486e6f._0x290795)](0x2412+0x6c4+-0x12*0x24b)[_0x3509c1(-0x1e6,-_0x486e6f._0x4075c8,-_0x486e6f._0x4f80e8,-_0x486e6f._0xe0eaf7)](_0x373637);}const _0x3d2eff=await findUserById(_0x3d5eff);if(!_0x3d2eff){const _0x3e22d5={};return _0x3e22d5[_0x3509c1(-0x1e8,-0x222,-_0x486e6f._0x11c005,-0x27b)]=_0x453bd5['mcVjo'],_0x3e22d5[_0x3509c1(-0x251,-_0x486e6f._0x3d0ee2,-0x276,-0x27b)]=_0x453bd5[_0x3509c1(-_0x486e6f._0x20a416,-0x239,-0x282,-0x273)],_0x116384[_0x3509c1(-_0x486e6f._0x1b58d7,-_0x486e6f._0x26f72c,-0x264,-0x228)](-0x3*0x511+-0x1*-0x17d2+-0x70f*0x1)['json'](_0x3e22d5);}const _0x696b29=await _0x453bd5[_0xd933d2(0x4b9,_0x486e6f._0x342141,_0x486e6f._0x49a1be,0x47a)](addMember,_0x1eee0d['id'],_0x3d5eff),_0x118f41={};return _0x118f41[_0x3509c1(-_0x486e6f._0x6a6c68,-0x207,-0x27f,-_0x486e6f._0x1b5602)]=_0x453bd5[_0xd933d2(0x474,0x4b4,_0x486e6f._0x3f5725,_0x486e6f._0x308888)],_0x118f41[_0xd933d2(0x541,_0x486e6f._0x5a6303,_0x486e6f._0x370f10,0x4c4)]=_0x696b29,_0x116384[_0xd933d2(_0x486e6f._0x401530,_0x486e6f._0x4e8d3c,_0x486e6f._0x43ea37,0x49a)](_0x118f41);}else{const _0x3c4e11={};return _0x3c4e11[_0x3509c1(-_0x486e6f._0x6a6c68,-0x222,-_0x486e6f._0x41024e,-0x266)]=_0x3509c1(-_0x486e6f._0x1ddceb,-0x199,-_0x486e6f._0x4d18e7,-0x20a)+'ove\x20member',_0x3c4e11[_0xd933d2(_0x486e6f._0x238b01,_0x486e6f._0x46e049,_0x486e6f._0x51637e,_0x486e6f._0x433308)]=_0x453bd5[_0xd933d2(_0x486e6f._0x3b8733,0x572,0x517,_0x486e6f._0x4a7da9)],_0xc45ef4['status'](0x1221+-0xcd3+0x2*-0x1df)[_0x3509c1(-_0x486e6f._0xa4a98f,-0x21a,-0x1c1,-_0x486e6f._0x7a880)](_0x3c4e11);}}catch(_0x2317e4){if(_0x2317e4[_0x3509c1(-0x248,-0x207,-_0x486e6f._0x13d3bd,-_0x486e6f._0x4075c8)][_0xd933d2(_0x486e6f._0x36fc79,_0x486e6f._0x344f5d,0x479,_0x486e6f._0x529817)](_0x453bd5[_0xd933d2(_0x486e6f._0x573eb1,0x459,_0x486e6f._0x5bc916,0x3d3)])){const _0x2d3d1c={};return _0x2d3d1c[_0xd933d2(0x49d,_0x486e6f._0x556026,_0x486e6f._0x48a06c,_0x486e6f._0x4c3c42)]=_0x453bd5['LNsgu'],_0x2d3d1c[_0x3509c1(-0x219,-0x207,-_0x486e6f._0x57f56a,-0x237)]=_0x2317e4[_0xd933d2(0x47d,_0x486e6f._0x31ad32,_0x486e6f._0x2a92d5,0x4eb)],_0x116384[_0xd933d2(0x420,_0x486e6f._0x1bd5cd,0x48d,_0x486e6f._0x458642)](0x23ef*-0x1+0x2336+0x252)['json'](_0x2d3d1c);}const _0x282e74={};_0x282e74['error']=_0x2317e4[_0x3509c1(-0x199,-_0x486e6f._0x3d0ee2,-_0x486e6f._0x2e8039,-_0x486e6f._0xae768f)],logger[_0xd933d2(_0x486e6f._0x5d6d1e,0x47f,0x46d,_0x486e6f._0x38f94d)](_0xd933d2(0x4dc,_0x486e6f._0x1b599a,0x4e9,_0x486e6f._0xb124a1)+'ng\x20member',_0x282e74);const _0x2058b6={};return _0x2058b6[_0xd933d2(_0x486e6f._0x3e9f1b,_0x486e6f._0x3bf795,_0x486e6f._0x37032c,_0x486e6f._0x4eea9c)]=_0x453bd5[_0xd933d2(_0x486e6f._0xccb065,_0x486e6f._0x5a225e,0x515,_0x486e6f._0x1446b3)],_0x116384[_0xd933d2(0x4b5,0x4fc,_0x486e6f._0x408992,0x4fa)](-0xdfe+0x957+0x69b)[_0x3509c1(-_0x486e6f._0x3d3994,-_0x486e6f._0x1ab15c,-_0x486e6f._0x59a510,-_0x486e6f._0x1b2a2f)](_0x2058b6);}});const _0x3b968a={};_0x3b968a['teamParam']='id';function _0xbd093f(_0x22756b,_0x51b02d,_0x22ef7b,_0x2e1fe4){return _0x3280(_0x22ef7b- -0x203,_0x51b02d);}function _0x1074(){const _0x5b148a=['ig9MihrOAxmGDa','tKfyEfy','sfPOyKu','sfzKy0i','revVz28','Ce5ouuy','s1j3CuC','zLPzuLK','zgvSzxrL','AguGBgfZDcbtzq','A29TwvG','D01Qsee','vufADvq','zxHJBhvKzvrLyq','nJu3mde1mhbOswvTqG','EKPYwwe','sNbJvfG','rxjYB3iGz2v0Da','AMDZEfG','EgPQEu8','B3vUza','B3fVCKe','AM9PBG','ENHQELq','yxn0ig9Uzsbtzq','BgvUz3rO','C3Lzr2y','nJm1mJHnt2rsswu','mJi0otK4nhHXsuLICW','DgvHBuLK','khmPlIbbDcbSzq','D3Luz3O','ndm1mtK3DKXIy1Di','twvTyMvYigfKza','vM56rvq','AMPPq0O','ywXYzwfKEsbLEa','sg1pzhe','CNzLCIbbzg1PBG','t3bkEM0','sw50zxjUywWGCW','ig9Uzsbtzxj2zq','uhvXz1e','yu5KDeO','ww91igfYzsbUBW','AxmGCMvXDwLYzq','vgHPCYbJAgfUzW','Agj1teK','y2PYBuK','vgvJrgS','qK1IB2y','BuLK','tvnHDxG','igHHDMuGDgvHBq','vgvHBsbJCMvHDa','twnSEu4','BwvTyMvYCW','z3ztsfe','zgvZy3jPChrPBW','mtm0nJyYB3fhAgDg','z2v0','CfPQDhq','EMncvK4','zKHlAwK','uw1or2i','DgvHBxm6DMLLDW','DgvHBq','y0zwC2G','ig5VifnLCNzLCG','Cg9ZDa','rxjYB3iGBgLZDa','sgjXt1C','rxjYB3iGCMvTBW','tM8GDxbKyxrLCW','se1IB2W','sKnHCui','rgrireW','DxnLCKLKigLZia','rxjYB3iGywrKAq','Bu1LBwjLCG','y29UDgfPBNmGDa','DM1VwKK','q2fUBM90ihvWza','ig11C3qGCMvTyq','qMTmCg8','tLbnsMO','rhzotxO','tM90iezVDw5K','DcbHig1LBwjLCG','vgvHBsbUB3qGzG','A0rgDgO','q2fUBM90ihjLBq','quHxA0m','EwLhyKW','lZPPza','wePiD0e','rM9YyMLKzgvU','DgvHBxm6BwfUyq','wfbJAuC','svfZsMO','DgLLsLi','y2fUtwfUywDLva','vgHPCYb0zwfTia','ufDHv3e','yxrLig1LBwjLCG','DMLUzYbTzw1Izq','rMfpq2K','zsb3B3vSzcbSzq','DLPrqwC','vgvHBsb1CgrHDa','nJa0ntnyt29fDfG','zgvSzxrLzejPBG','BKfxtu8','zxjTAxnZAw9Uia','lZPPzc9Tzw1Izq','rgHKrhm','wgzov3a','t3fYCMG','zsbtzxj2zxiGqq','ENfUvhO','CgvYBwLZC2LVBG','Aw4U','q0XQu00','DgLUzYb0zwfT','vwLVA3C','Bu1LBwjLCNm','u1DtC08','B24GDgHPCYb0zq','y2fUtwfUywDLtq','s3bYrei','BwnwAM8','z0HJsLu','B3qGzM91BMq6ia','wMHZs2e','DNDAEeO','BwvTyMvY','ChvZAa','ywXYzwfKEsbHia','CZPTyw5Hz2uGCa','wfjiC0W','zfLAu0K','DxnLCKLK','AvzNCM0','BMfTzq','rNrZywq','D0PbvvK','Axn0CW','DxnLCG','DgvHBvbHCMfT','zxrLihrLyw0','zMHArw4','AgLW','wujkqLG','thPczMS','y2nduvC','q05gzhK','zgz1EKm','vLvuswK','s0LKCvC','vgvHBsbUyw1Lia','zxj2zxiGzxjYBW','yM9KEq','vNzvvvu','zgLUz3m','vLLZAwm','zwqGC3vJy2vZCW','Aw5NihrLyw0','DhjPBq','C3rYAw5N','BM90igeGBwvTyG','uvb3C3K','iefKBwLUCY4Gqq','zg1PBIbTDxn0ia','wxnwzMS','DcbSzwfZDcbVBG','Bg91EuC','DK1qwfO','nNreBe9ZyG','z2nVzey','uwLcEw4','mJGWndCXnvnzsu1NCW','Chv0','D2zKqxG','q29UzMXPy3q','CNmVoNvZzxjjza','DMvYiefKBwLUCW','rxjYB3iGDxbKyq','sgXRwva','B3zLig1LBwjLCG','uM91DgvY','lIbbDcbSzwfZDa','ntiWweXpEujm','AxDYre4','zxjYB3i','zwfT','BMCGBwvTyMvY','vgvHBsbKzwXLDa','CMvWBgfJzvrLyq','r0DTsgC','uM9wBxa','CMvXDwLYzwq','ANnVBG','zw1IzxjZ','vfzHA1e','ywr0y0G','Aw5JBhvKzxm','C1bbALa','thrcweS','C3qGCMvTywLUlG','CgfYyw1Z','CIbbzg1PBIbTDq','rfnUwxq','swL3Eu8','rNnvwha','q2fUBM90igrLBa','B3zLzcbMCM9Tia','rMXAB2e','AgLZihvZzxiGDW','DeTMtva','tKTNAgi','BwvZC2fNzq','z2vFBwvTyMvYCW','B3vSzcbSzwf2zq','zhHHDeS','uMvTB3zPBMCGDa','C3rHDhvZ','qMfKifjLCxvLCW','vKPSDM4','wfrWz0G','vxnLCIbUB3qGzG','zNvSBhK','mZa5y1vUvvnc','ig9UihrOAxmGDa','vhHqve0','rxjYB3iGzgvSzq','wenMDuy','swzNEuC','BKHsANm','CMvTywLUlG'];_0x1074=function(){return _0x5b148a;};return _0x1074();}router[_0xbd093f(-0x28,0xe,-0x49,-0x1a)](_0xbd093f(0x34,0x94,0x21,-0x2e)+_0xbd093f(-0x66,-0x7f,-0x88,-0xcc),requirePermission(_0xbd093f(-0x20,-0x52,0x10,0x66)+_0x298625(-0x200,-0x194,-0x136,-0x193)+_0xbd093f(-0xf0,-0x109,-0xa9,-0x4a),_0x3b968a),async(_0x2086f1,_0x489d2c)=>{const _0xf5531b={_0x5d8475:0x3cc,_0x190735:0x2e,_0x560537:0x3c,_0x12ccef:0x9a,_0x1c72f7:0x432,_0x2b1668:0x43a,_0x2cc675:0x3ff,_0x2eb9ad:0x2,_0x428ec3:0x404,_0x3b486a:0x420,_0x3eaea9:0x3fe,_0x4d11a2:0x412,_0x1a0039:0x428,_0x1dd2cd:0x451,_0x33ccf3:0x47b,_0x42f1e6:0x44e,_0x3a09bf:0x28,_0x301df7:0x62,_0x4aa5f1:0x6f,_0x53d8ff:0x441,_0xa93c85:0x489,_0x51ddac:0x44f,_0x1b97ea:0x443,_0x29b863:0x3dd,_0x1b559c:0x4ad,_0x515ec0:0x43d,_0x54a28a:0x418,_0x494542:0x1d,_0x40d067:0x19,_0x4db6cf:0xc,_0x423b51:0xa3,_0x3ea0aa:0x30,_0x3167a6:0x39,_0x574c33:0x17,_0x1bd8b0:0x472,_0x25fd06:0x40d,_0x2acdcc:0x4c4,_0x39abc0:0x2c,_0x2455f3:0x2f,_0x41ff7f:0x35,_0x4bcb57:0x95,_0x3273c7:0x3fa,_0x1ff9fe:0x436,_0x36544c:0x3de,_0x574191:0x475,_0x119185:0x3e6,_0x40717a:0x39f,_0x5cdd05:0x392,_0x5389f2:0x42,_0x348dc6:0x480,_0x38c4e3:0x1a,_0x4b940:0x43,_0x4e8fa0:0x3d1,_0x4affb9:0x439,_0x2ef1c7:0x440,_0x1132e0:0x448,_0x5c299b:0x4ca,_0x517f38:0x46b,_0x1d5bcc:0x419,_0xe8e297:0x42b,_0x1ae381:0x44d,_0x39ec6a:0x3ec,_0x228779:0x21,_0xfb99b2:0x6,_0x19707d:0x63,_0xabecd6:0x26,_0x1aedc9:0x3d7,_0x17cf20:0x42c,_0x455ca5:0x42d,_0x305e1c:0x48d,_0x43061d:0x539,_0x526d4f:0x48e,_0x39c434:0x18,_0x3e9b84:0x422,_0x1bbf9a:0x3b4,_0x34fe92:0x3d6,_0x4264c4:0x3ed,_0x135018:0xb,_0x2e1bf8:0x1c,_0x585dab:0x4,_0x5af0de:0x2e,_0x2b6870:0x496,_0x56a85f:0x420,_0xd91812:0x494,_0x507ef6:0x45a,_0x11ea67:0x3cb,_0x30f64c:0x402,_0x517dd8:0x443,_0xe4f4ee:0x48e,_0x1d33ee:0x2b,_0x2d5a4f:0x1,_0x2b04c9:0x36,_0x5333fa:0x27,_0x4b4570:0x489,_0x579a32:0x41f,_0x185970:0x36,_0x41e455:0x49d,_0x368ce7:0x4db,_0x28c262:0x4c9,_0x24f39d:0x3f,_0x1beaac:0x6,_0x5a3145:0x1b,_0x4297a5:0x5a,_0x1af40f:0x46d,_0x3d534a:0xb,_0x33cfe0:0x457,_0x527251:0x48b,_0x4a9ac7:0x4f5,_0x46524a:0x4d4,_0x5e7a5d:0x439,_0xc500db:0x3d3,_0x41cc8b:0x5,_0xd5ffe5:0x43d,_0x4a6746:0x450,_0xa7b2b1:0x491,_0x5f0b1c:0x1f,_0xef2648:0x41d,_0x1b9ba7:0x49c,_0x2e75a6:0x3d9,_0x13ec9b:0x1b,_0x534f45:0x3,_0x16f546:0x3b,_0x312695:0x11,_0x3ed595:0x7,_0xd51ece:0x5c,_0xc230a3:0x1,_0x48710b:0x23,_0x5618c1:0x40,_0x393a45:0x73,_0x1f9429:0x22,_0x3caa88:0x431,_0x19680e:0x3e1,_0x1e15ed:0x438,_0x476246:0x45a,_0x4e7f6a:0x479,_0x4963d8:0x3e4,_0x5d507d:0x495,_0x9956d4:0x442,_0x5bf01f:0x428,_0x34cd60:0x3f4},_0x868896={_0x59cd47:0xa4},_0x85330e={'dfuzC':_0x5d4235(_0xf5531b._0x5d8475,0x3c3,0x416,0x3d6),'DEogo':_0x454ee7(_0xf5531b._0x190735,_0xf5531b._0x560537,_0xf5531b._0x12ccef,0x48)+_0x5d4235(_0xf5531b._0x1c72f7,_0xf5531b._0x2b1668,_0xf5531b._0x2cc675,0x442)+'r','IfgyG':_0x454ee7(-_0xf5531b._0x2eb9ad,0x7,0x78,-0x4f)+'t','CNFdy':_0x5d4235(_0xf5531b._0x428ec3,_0xf5531b._0x3b486a,_0xf5531b._0x3eaea9,_0xf5531b._0x4d11a2)+_0x5d4235(_0xf5531b._0x1a0039,_0xf5531b._0x1dd2cd,_0xf5531b._0x33ccf3,_0xf5531b._0x42f1e6)+'d','AuvSL':_0x5d4235(0x4af,0x437,0x4a7,0x459)+_0x454ee7(-0x7,_0xf5531b._0x3a09bf,0x83,-0x11),'zqnTz':_0x454ee7(_0xf5531b._0x301df7,_0xf5531b._0x4aa5f1,0x3c,0x94)+_0x5d4235(_0xf5531b._0x53d8ff,0x478,0x41b,_0xf5531b._0xa93c85),'DSnYt':'Removing\x20t'+_0x5d4235(_0xf5531b._0x51ddac,_0xf5531b._0x1b97ea,0x438,0x416)+_0x5d4235(_0xf5531b._0x29b863,_0xf5531b._0x1b559c,_0xf5531b._0x515ec0,_0xf5531b._0x54a28a)+_0x454ee7(_0xf5531b._0x494542,0x58,_0xf5531b._0x40d067,_0xf5531b._0x4db6cf)+_0x454ee7(-_0xf5531b._0x423b51,-_0xf5531b._0x3ea0aa,-_0xf5531b._0x3167a6,-_0xf5531b._0x574c33)+_0x5d4235(_0xf5531b._0x1bd8b0,0x429,_0xf5531b._0x25fd06,0x46f)+_0x5d4235(0x4c2,0x517,_0xf5531b._0x2acdcc,0x4df)+_0x454ee7(_0xf5531b._0x39abc0,-_0xf5531b._0x2455f3,-_0xf5531b._0x41ff7f,-_0xf5531b._0x4bcb57)+'remain.','SWSsO':function(_0x27d506,_0x27638a,_0x57f5cc){return _0x27d506(_0x27638a,_0x57f5cc);},'HVdcB':'Member\x20rem'+_0x5d4235(0x47a,_0xf5531b._0x3273c7,_0xf5531b._0x1ff9fe,_0xf5531b._0x36544c)+_0x5d4235(0x4f3,_0xf5531b._0x574191,0x490,_0xf5531b._0x1dd2cd),'vwZxJ':_0x5d4235(_0xf5531b._0x119185,_0xf5531b._0x40717a,0x408,_0xf5531b._0x5cdd05)+'er','PTzlV':_0x454ee7(_0xf5531b._0x5389f2,0x6b,0x78,0x52),'KRwqG':_0x5d4235(0x44d,0x4c2,0x496,0x434)+_0x5d4235(0x4a4,0x51e,0x4b7,_0xf5531b._0x348dc6)+'r'};function _0x454ee7(_0xd8b139,_0x495469,_0x20d467,_0xd3605e){return _0x298625(_0x20d467,_0x495469-0x196,_0x20d467-0x17d,_0xd3605e-0xbd);}function _0x5d4235(_0x24d096,_0x41e90f,_0x15200b,_0x28843f){return _0x298625(_0x41e90f,_0x15200b-0x5d0,_0x15200b-0x2b,_0x28843f-_0x868896._0x59cd47);}try{const _0x1a31df=await getTeamById(_0x2086f1['params']['id']);if(!_0x1a31df){const _0x3d62ba={};return _0x3d62ba[_0x454ee7(0xe,-_0xf5531b._0x38c4e3,-0x69,-_0xf5531b._0x4b940)]=_0x85330e['AuvSL'],_0x489d2c[_0x5d4235(_0xf5531b._0x4e8fa0,_0xf5531b._0x4affb9,_0xf5531b._0x2ef1c7,0x3ea)](0x2282+-0x187a+-0x4*0x21d)[_0x5d4235(0x3c1,_0xf5531b._0x1132e0,_0xf5531b._0x1a0039,0x48b)](_0x3d62ba);}const _0x2eb848={};_0x2eb848[_0x5d4235(_0xf5531b._0x5c299b,0x435,_0xf5531b._0x517f38,0x427)]=_0x1a31df['id'],_0x2eb848[_0x5d4235(0x448,0x38d,0x3ec,_0xf5531b._0x1d5bcc)]=_0x2086f1[_0x5d4235(_0xf5531b._0xe8e297,_0xf5531b._0x1ae381,0x430,0x48b)][_0x5d4235(_0xf5531b._0x39ec6a,0x453,0x3ec,0x439)];const _0x3d1264={};_0x3d1264[_0x454ee7(-0x22,_0xf5531b._0x228779,-0x55,0x2f)+_0x454ee7(-_0xf5531b._0xfb99b2,_0xf5531b._0x19707d,0x85,_0xf5531b._0xabecd6)]=_0x2eb848;const _0x3c5fbc=await wouldRetainServerAdmin(_0x3d1264);if(!_0x3c5fbc){if(_0x5d4235(_0xf5531b._0x3273c7,_0xf5531b._0x1aedc9,0x439,_0xf5531b._0x17cf20)===_0x5d4235(_0xf5531b._0x455ca5,_0xf5531b._0x305e1c,0x439,0x3d5)){const _0x5c6250={};return _0x5c6250['error']=_0x85330e[_0x5d4235(_0xf5531b._0x43061d,_0xf5531b._0x526d4f,0x4c5,_0xf5531b._0x51ddac)],_0x5c6250['message']=_0x85330e[_0x454ee7(-_0xf5531b._0x39c434,-0x8,-0x2b,0x1)],_0x489d2c[_0x5d4235(0x4a9,0x42d,0x440,0x3e0)](-0x37b+-0x2*-0xde2+0x793*-0x3)[_0x5d4235(0x414,_0xf5531b._0x3e9b84,0x428,_0xf5531b._0x1bbf9a)](_0x5c6250);}else{if(_0x210f60[_0x5d4235(0x404,_0xf5531b._0x34fe92,0x43b,_0xf5531b._0x4264c4)][_0x454ee7(_0xf5531b._0x135018,-0xe,-_0xf5531b._0x2e1bf8,_0xf5531b._0x585dab)](_0x454ee7(0xa,0x38,-_0xf5531b._0x5af0de,-0x26)+_0x454ee7(0x2a,-0x49,-0x8e,-0x16))){const _0xfd6fa1={};return _0xfd6fa1[_0x5d4235(0x3eb,_0xf5531b._0x2b6870,_0xf5531b._0x56a85f,_0xf5531b._0xd91812)]=_0x85330e[_0x5d4235(_0xf5531b._0x507ef6,_0xf5531b._0x11ea67,0x3fb,_0xf5531b._0x30f64c)],_0xfd6fa1[_0x5d4235(_0xf5531b._0x517dd8,_0xf5531b._0xe4f4ee,0x43b,0x442)]=_0x1940f6[_0x454ee7(-_0xf5531b._0x1d33ee,_0xf5531b._0x2d5a4f,-_0xf5531b._0x2b04c9,-0x56)],_0x56a46c['status'](-0x1d35+0x1*-0x2072+-0x2c*-0x170)[_0x454ee7(-_0xf5531b._0x5333fa,-0x12,_0xf5531b._0x39c434,-0x80)](_0xfd6fa1);}const _0x3e6a85={};_0x3e6a85[_0x5d4235(_0xf5531b._0x4b4570,_0xf5531b._0x579a32,_0xf5531b._0x3b486a,0x438)]=_0x23b843['message'],_0xffdef2[_0x454ee7(_0xf5531b._0x185970,-0x1a,-0x54,-0x7e)]('Error\x20crea'+_0x5d4235(_0xf5531b._0x41e455,_0xf5531b._0x368ce7,_0xf5531b._0x28c262,0x490),_0x3e6a85);const _0xe3f492={};return _0xe3f492[_0x5d4235(0x3dd,0x47e,_0xf5531b._0x3b486a,_0xf5531b._0x455ca5)]=_0x85330e[_0x454ee7(-0x29,0x18,_0xf5531b._0x24f39d,-0x23)],_0x241d1e[_0x454ee7(_0xf5531b._0x585dab,_0xf5531b._0x1beaac,0x6d,0x74)](0x86b+-0x11a2+-0x3*-0x3b9)[_0x454ee7(-_0xf5531b._0x5a3145,-0x12,_0xf5531b._0x4297a5,-0x29)](_0xe3f492);}}const _0x115be0=await _0x85330e[_0x5d4235(0x543,_0xf5531b._0x1af40f,0x4cc,0x4db)](removeMember,_0x1a31df['id'],_0x2086f1[_0x454ee7(-0x39,-0xa,-0x55,0x3)]['userId']),_0xd43250={};return _0xd43250['message']=_0x85330e[_0x454ee7(-0x54,_0xf5531b._0x574c33,-_0xf5531b._0x3d534a,-0x15)],_0xd43250['team']=_0x115be0,_0x489d2c[_0x454ee7(0xf,-0x12,-0x3e,_0xf5531b._0x4b940)](_0xd43250);}catch(_0x3119aa){if(_0x3119aa[_0x5d4235(0x3fc,_0xf5531b._0x34fe92,0x43b,_0xf5531b._0x517dd8)][_0x5d4235(_0xf5531b._0x39ec6a,0x45d,0x42c,_0xf5531b._0x33cfe0)](_0x85330e[_0x5d4235(_0xf5531b._0x527251,_0xf5531b._0x4a9ac7,_0xf5531b._0x46524a,0x51b)])){if(_0x5d4235(_0xf5531b._0x5e7a5d,_0xf5531b._0xc500db,0x42e,0x489)===_0x454ee7(-0x37,-0xc,_0xf5531b._0x41cc8b,0x3)){const _0x206772={};return _0x206772[_0x5d4235(_0xf5531b._0xd5ffe5,_0xf5531b._0x4a6746,0x420,_0xf5531b._0xa7b2b1)]=_0x85330e['PTzlV'],_0x206772['message']=_0x3119aa[_0x454ee7(-_0xf5531b._0x5f0b1c,_0xf5531b._0x2d5a4f,-0x5e,-0x20)],_0x489d2c['status'](0x6b*-0x1f+-0x1d48+0x2bd1)[_0x5d4235(_0xf5531b._0xef2648,_0xf5531b._0x1b9ba7,_0xf5531b._0x1a0039,_0xf5531b._0x2e75a6)](_0x206772);}else{const _0x1a08b7={};return _0x1a08b7[_0x454ee7(_0xf5531b._0x13ec9b,-_0xf5531b._0x38c4e3,-_0xf5531b._0x534f45,-_0xf5531b._0x16f546)]=_0x85330e[_0x454ee7(-0x12,_0xf5531b._0x312695,0x2d,-_0xf5531b._0x3ed595)],_0x1a08b7[_0x454ee7(_0xf5531b._0xd51ece,_0xf5531b._0xc230a3,_0xf5531b._0x48710b,-0x13)]=_0x85330e[_0x454ee7(-0x8e,-_0xf5531b._0x5618c1,-_0xf5531b._0x393a45,-0xb3)],_0x24f6e1['status'](0x13bd+0x1738*0x1+-0x1*0x2965)[_0x454ee7(-_0xf5531b._0x4aa5f1,-0x12,_0xf5531b._0x1f9429,-0x2f)](_0x1a08b7);}}const _0x10771d={};_0x10771d['error']=_0x3119aa['message'],logger[_0x5d4235(0x484,_0xf5531b._0x3caa88,_0xf5531b._0x56a85f,0x488)](_0x85330e[_0x5d4235(0x42c,_0xf5531b._0x19680e,0x454,0x3f3)],_0x10771d);const _0x2a2554={};return _0x2a2554[_0x5d4235(_0xf5531b._0x1e15ed,_0xf5531b._0x476246,0x420,_0xf5531b._0x4e7f6a)]=_0x85330e[_0x5d4235(_0xf5531b._0x4963d8,_0xf5531b._0x1b97ea,0x452,_0xf5531b._0xa7b2b1)],_0x489d2c[_0x5d4235(_0xf5531b._0x5d507d,0x455,0x440,0x3d7)](-0xa37*-0x1+-0x1eee*-0x1+-0x1*0x2731)[_0x5d4235(_0xf5531b._0x9956d4,_0xf5531b._0x1c72f7,_0xf5531b._0x5bf01f,_0xf5531b._0x34cd60)](_0x2a2554);}});export default router;
1
+ (function(_0x1838f4,_0x4fb28d){const _0x74243={_0x2de2a6:0x171,_0x281909:0x158,_0x3711ca:0x190,_0x117e90:0x3d9,_0x58bf60:0x3dc,_0x43efa6:0x19c,_0x58782c:0x196,_0x1c49d3:0x196,_0x5ef846:0x13c,_0x29b34d:0x187,_0xb94bdf:0x1fc,_0x3d0d48:0x207,_0x1780d1:0x1be};function _0x146d73(_0x1ce8ea,_0x27a86e,_0x20cc1e,_0x3284f2){return _0x4333(_0x20cc1e- -0x339,_0x27a86e);}const _0x54c087=_0x1838f4();function _0x17a2b1(_0x3334e6,_0x2f5a7f,_0x2a8fb0,_0x20abac){return _0x4333(_0x2f5a7f-0x235,_0x2a8fb0);}while(!![]){try{const _0x21e6f4=parseInt(_0x146d73(-_0x74243._0x2de2a6,-_0x74243._0x281909,-_0x74243._0x3711ca,-0x168))/(0x1cbf*0x1+-0x6bd+-0x1601)+-parseInt(_0x17a2b1(_0x74243._0x117e90,_0x74243._0x58bf60,0x3ef,0x3e1))/(-0x1*0x266+-0x1*0x22d+0x17*0x33)*(-parseInt(_0x146d73(-0x1cc,-0x155,-_0x74243._0x43efa6,-0x151))/(0x1e06+-0x1*0x1454+-0x9af))+-parseInt(_0x146d73(-_0x74243._0x58782c,-0xe7,-0x149,-0x197))/(0x101c+-0x19*-0x47+-0x1707)+parseInt(_0x146d73(-_0x74243._0x1c49d3,-_0x74243._0x5ef846,-_0x74243._0x29b34d,-0x179))/(0x1ac*0xd+-0xf*0x14d+-0x234)+-parseInt(_0x146d73(-_0x74243._0xb94bdf,-0x1a8,-0x1ba,-0x189))/(0x69d*0x1+0x32a+0xe3*-0xb)+-parseInt(_0x146d73(-0x1db,-0x191,-0x194,-0x11f))/(-0x18f3+-0x151f*0x1+-0x1*-0x2e19)*(-parseInt(_0x146d73(-0x272,-_0x74243._0x3d0d48,-0x225,-0x23c))/(-0x83*0x17+0x1b31+0x4*-0x3d9))+parseInt(_0x146d73(-_0x74243._0x1780d1,-0x10b,-0x14e,-0xee))/(-0x1283+0x24e2*0x1+0x92b*-0x2);if(_0x21e6f4===_0x4fb28d)break;else _0x54c087['push'](_0x54c087['shift']());}catch(_0x46c173){_0x54c087['push'](_0x54c087['shift']());}}}(_0x5e2b,0x52be8+-0x7e641+0x85cc8));function _0x592a0e(_0x4006c6,_0x196dd8,_0x5e0ed2,_0x1bc7b1){const _0x1a3a1d={_0x26cbad:0xd4};return _0x4333(_0x4006c6-_0x1a3a1d._0x26cbad,_0x5e0ed2);}function _0x5e2b(){const _0x1bb250=['BwfW','yMHNt2m','ndaWmZa1nKT6v2LjvG','twvTyMvYigfKza','swL6B1C','zgLUz3m','BM90igeGBwvTyG','vgvHBsbJCMvHDa','y29UDgfPBNmGDa','vKn1uNO','DxnLCKLK','Ce9HBei','q2fUBM90ihjLBq','Bu1LBwjLCG','DgvHBxm6DMLLDW','qu1uDgC','twDQBuS','DgLUzYb0zwfT','zxrLihrLyw0','qvD4u1C','A1PsqKq','q3PID2S','yK1Avue','qxLuzw0','AM9PBG','ywXS','zxjTAxnZAw9Uia','CNzLCIbbzg1PBG','CgvYBwLZC2LVBG','CLDOv2S','BunyzwC','Awf2uwW','ntK2mvv0ExH2Ea','uM9ADKm','t29yt1m','zxHJBhvKzvrLyq','DNfIzxa','vfrTtLe','iefKBwLUCY4Gqq','DgvHBvbHCMfT','otf4BuXTA20','rLfPEfy','nZHZs015Auq','DxnLCG','ndiWmtuZq0ThBxjH','CZPTyw5Hz2uGCa','BwvZC2fNzq','ig11C3qGCMvTyq','z2vFBwvTyMvYCW','DNzqzMu','B0TAAuG','s2j6qK0','B3zLzcbMCM9Tia','mteZmZCYme9UyNbiuq','DM51ruO','tKHbBva','wevVseq','svbmu3q','wevPCwC','zgvSzxrL','qMfKifjLCxvLCW','AhjdCxm','q29UzMXPy3q','sw50zxjUywWGCW','r1nSAvK','Evf0q3K','ww91igrVig5VDa','DMvYiefKBwLUCW','tfjZrxe','re5PAuy','q2fUBM90ihvWza','ww91igfYzsbUBW','u1jksue','DKrmzLG','zg1PBIbTDxn0ia','rxjYB3iGCMvTBW','yxrLig1LBwjLCG','qMLXq3G','ANnVBG','rxjYB3iGz2v0Da','C0nbDuC','z0nXzLa','rxjYB3iGBgLZDa','DgvHBq','rhHiAMW','yxn0ig9Uzsbtzq','suLkze8','Chv0','uMzcA1O','ChvZAa','zw1IzxjZAgLWia','z01erwq','uwPKrK0','Aw4U','zvz4Bum','rxjYB3iGywrKAq','uM91DgvY','vgvHBsbUyw1Lia','igHHDMuGDgvHBq','qu9rsxi','v2L2rgq','rM9YyMLKzgvU','CZPTyw5Hz2vFBq','B3qGzM91BMq6ia','y2fUtwfUywDLtq','C0vkEgO','ig9UihrOAxmGDa','BwvTyMvY','rhjkAKy','AguGBgfZDcbtzq','nJuXodm0ow9VyLr2Ea','y2Pozxe','Axn0CW','Aw5JBhvKzxm','DxnLCKLKigLZia','mty5mteYneLNvMPwqW','r0z3Ewm','zw1IzxjZ','tM90iezVDw5K','DcbSzwfZDcbVBG','zLfVALO','zNvSBhK','wu1kt0m','rxjYB3iGDxbKyq','uuvjAw4','CuT4reC','zsb3B3vSzcbSzq','Cg9ZDa','BMfTzq','ig9Uzsbtzxj2zq','CMvXDwLYzwq','Bvz0C2y','DLbhC0m','A3PlEhO','BunTz2u','lZPPzc9Tzw1Izq','zunhwhK','D0HtrgC','AgLW','BwvTyMvYCW','nJuWnhL1vKnrDa','DwXur28','s01SyKu','Aw5NihrLyw1Z','tg5csNa','DcbHig1LBwjLCG','CwverhG','y2fUtwfUywDLva','ywXYzwfKEsbHia','zxjYB3i','ENL6vKO','vgvHBsbUB3qGzG','tvH4weK','zgHxwhK','s3nrCMi','Eg1fzuO','B24GDgHPCYb0zq','q2fUBM90igrLBa','zgvZy3jPChrPBW','yw55vgvHBq','vfLsvgy','uLPND2i','vgvHBsb1CgrHDa','BwzPALG','EMPeDMm','EuLmELu','BLbuqMG','yu5mBu0','AvzSEeu','B3vUza','zvfssMC','wvLXueS','CIbbzg1PBIbTDq','A2XWv00','tNfOB2m','Cuj2C20','C3qGCMvTywLUlG','zwfT','z29Rt3O','B3vSzcbSzwf2zq','B1jsEw0','zuXkA3i','tKvlExe','ig9MihrOAxmGDa','CgfYyw1Z','yM9KEq','ig5VifnLCNzLCG','ExbsA3q','qLDmuhi','vxPOruu','AgLZihvZzxiGDW','DejTALm','uxnZBMy','yLLcsxC','vgHPCYb0zwfTia','qMPqDKW','vxnLCIbUB3qGzG','rMT2EeS','C3rHDhvZ','B3zLig1LBwjLCG','rxjYB3iGy3jLyq','rxjYB3iGzgvSzq','B2vrrgq','vxnKs0W','zwqGC3vJy2vZCW','rNrOywy','khmPlIbbDcbSzq','rxfrEeK','uMvTB3zPBMCGDa','Evzhv3a','BMCGBwvTyMvY','rfvhD1e','wwfJtLi','ugfXAu0','t2vpzuu','lIbbDcbSzwfZDa','t1fKAwe','DuLmuvO','vxnLCIbjrhmGBG','lZPPza','ANfJwhC','qK1xqKS','EhbLBgi','zsbtzxj2zxiGqq','DgvHBxm6BwfUyq','sK5vvM8','tM8GDxbKyxrLCW','EhHSzhu','Aw5NihrLyw0','BK9KqNG','zxj2zxiGzxjYBW','C3rYAw5N','z2v0','DMLUzYbTzw1Izq','t2LiAgO','DgvHBuLK','C1f2B3G','qKfIvKO','C1bUrwq','vgvHBsbKzwXLDa','ywXYzwfKEsbLEa','DhjPBq','z0rftgC','BgvUz3rO','Cu1WCu8'];_0x5e2b=function(){return _0x1bb250;};return _0x5e2b();}import _0x35532b from'express';function _0x4333(_0x330119,_0x225355){_0x330119=_0x330119-(0x3d*0x57+0x70*-0x4+-0x4*0x47e);const _0x19c352=_0x5e2b();let _0x1c41d4=_0x19c352[_0x330119];if(_0x4333['QLpqwu']===undefined){var _0x4008d0=function(_0x2ffe0f){const _0x406495='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x556782='',_0x24c210='';for(let _0x319547=0x21ce*0x1+-0x1*-0x1b47+-0x3d15,_0x45c372,_0x4b2621,_0x25102c=0x10c3*0x2+0x957*-0x3+0x1*-0x581;_0x4b2621=_0x2ffe0f['charAt'](_0x25102c++);~_0x4b2621&&(_0x45c372=_0x319547%(-0x12e6*-0x1+0x17d0+-0x2ab2)?_0x45c372*(-0x1b6a+0x2*-0xb0f+-0xc72*-0x4)+_0x4b2621:_0x4b2621,_0x319547++%(-0x1bb2*0x1+0x134b*0x2+0x60*-0x1d))?_0x556782+=String['fromCharCode'](0x7*0x8f+0x26fc+-0x29e6&_0x45c372>>(-(-0xdd*0x12+0x36d*0x1+0x6b*0x1d)*_0x319547&0x1791+0x59b+0xe93*-0x2)):-0x85*-0x3+0xc95+-0x16a*0xa){_0x4b2621=_0x406495['indexOf'](_0x4b2621);}for(let _0x2e4dcf=0xa1*0xa+-0x76e*-0x3+-0x1c94,_0x1f1364=_0x556782['length'];_0x2e4dcf<_0x1f1364;_0x2e4dcf++){_0x24c210+='%'+('00'+_0x556782['charCodeAt'](_0x2e4dcf)['toString'](-0xd74+-0x1f55+0x2b*0x10b))['slice'](-(0xd86+-0x1460+-0x6dc*-0x1));}return decodeURIComponent(_0x24c210);};_0x4333['BEeyBF']=_0x4008d0,_0x4333['GdJNgd']={},_0x4333['QLpqwu']=!![];}const _0x1822a5=_0x19c352[0x1*-0x566+0x45*0x4f+-0xfe5*0x1],_0x5746cd=_0x330119+_0x1822a5,_0x9a98cf=_0x4333['GdJNgd'][_0x5746cd];return!_0x9a98cf?(_0x1c41d4=_0x4333['BEeyBF'](_0x1c41d4),_0x4333['GdJNgd'][_0x5746cd]=_0x1c41d4):_0x1c41d4=_0x9a98cf,_0x1c41d4;}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=_0x35532b[_0x3998a6(0x4a9,0x448,0x503,0x4b8)]();async function validateUserIds(_0x3f1a94){const _0x49d02f={_0x460bf5:0x8c};function _0x47a1fb(_0x3d3da3,_0x4273e5,_0x352452,_0x3cdc8b){return _0x3998a6(_0x3d3da3-0x8,_0x4273e5,_0x352452-0x1ed,_0x352452- -0x589);}const _0xd2bcf={'VYRun':function(_0x52f18f,_0x39b454){return _0x52f18f(_0x39b454);}},_0x11b225=[];for(const _0x4857c4 of _0x3f1a94){const _0x4f524f=await _0xd2bcf['VYRun'](findUserById,_0x4857c4);if(!_0x4f524f)_0x11b225[_0x47a1fb(-_0x49d02f._0x460bf5,-0x134,-0xd8,-0xce)](_0x4857c4);}return _0x11b225;}router[_0x3998a6(0x43c,0x3f7,0x4b8,0x44b)]('/',requirePermission(_0x3998a6(0x482,0x482,0x484,0x466)),async(_0x1963a4,_0x5973a3)=>{const _0x2b58bf={_0x13cc65:0x244,_0x59e6ee:0x1ce,_0x54ef29:0x4f6,_0x36a703:0x1ea,_0x54a94d:0x1e8,_0x532895:0x3c3,_0x130da9:0x3d5,_0x3619ee:0x1be,_0xcd31e4:0x1c0,_0x58e734:0x426,_0x3222e2:0x3e6,_0x5019c7:0x464,_0x19c99e:0x41f,_0x4010d0:0x47f,_0x5d8f54:0x3f8,_0x4877e0:0x1e6,_0x11dbc8:0x254,_0xe21f06:0x247,_0x273adf:0x22e,_0x1a69fb:0x22d,_0x177335:0x29f,_0x1b917b:0x272,_0x2d46e3:0x22b,_0x29e8d8:0x240,_0x5a2e64:0x25d,_0x1a38aa:0x237,_0x432d2e:0x1e0,_0x21efa5:0x2a0,_0x32ae24:0x203,_0x21c28a:0x418,_0x5371c1:0x4b3,_0x335397:0x524,_0x8535c7:0x259,_0x467fc6:0x22c,_0x4bfd46:0x27f,_0x459d8b:0x2ed,_0x450d2d:0x1b6,_0x1d304c:0x2a5,_0x2ccd54:0x46b,_0x2fe77c:0x470,_0x17f92e:0x2c9,_0x5f169b:0x45a,_0x4e86dc:0x4cb,_0x13b195:0x47a,_0x9de193:0x1db,_0x38bc0e:0x1ca,_0x48ca9c:0x4ed,_0xae3c14:0x4c7,_0x2663c1:0x440,_0x503e3e:0x3ad,_0x2b7261:0x450,_0x4dc56a:0x3e0,_0x5a544e:0x258,_0x281878:0x21e,_0x18391c:0x449,_0x1e255c:0x4ae,_0x442e82:0x4ea,_0x792905:0x4a0,_0x717579:0x4f1,_0x14cd2f:0x202,_0x2ec155:0x211,_0x1061e6:0x236,_0x5ac55e:0x222,_0x30f818:0x1c9,_0x4a9799:0x1c0,_0x3037fb:0x452,_0x470874:0x4f9,_0xb4b78d:0x462,_0x3b65c6:0x30c,_0x629f2c:0x29f,_0x23b689:0x309,_0x5b60d3:0x2bd,_0x2994d6:0x29b,_0x5d1c9b:0x22e,_0x171773:0x30d,_0xa17e18:0x1ef,_0x35f3f1:0x201,_0x280a65:0x26e,_0x2308ec:0x210,_0x5c266d:0x415,_0x53cb71:0x3ef,_0x39822f:0x19e,_0x2c055d:0x1cc,_0x46836e:0x285,_0x14017e:0x21e,_0x2145fa:0x1f1,_0x475d4c:0x49e,_0x4b964d:0x4c5,_0x331cb3:0x24e,_0x39eed5:0x23f,_0x3e476c:0x1fa,_0x1eff1a:0x3a6,_0x5021e3:0x45d,_0x24ef8f:0x3ef,_0x3d6d3f:0x2d4,_0x2608ae:0x25f,_0x1bb491:0x28e,_0x586b77:0x437,_0x3f98e2:0x444,_0x5ea322:0x4df,_0x2eedfe:0x265,_0x401e98:0x266,_0x39911b:0x21b,_0x2863e0:0x2ba,_0xc3a98b:0x26e,_0x19b2ce:0x422,_0x31cea9:0x423,_0x356d61:0x44d,_0x295c22:0x47d,_0x5533af:0x271,_0x4387a4:0x49a,_0x2db08b:0x4b8,_0x41173e:0x3cb,_0x2b8383:0x178,_0x2ebc79:0x1f1,_0x5aec21:0x1f3},_0x3de250={_0x4d91d4:0x1a,_0x4b6395:0x2e,_0x5be319:0x30,_0x192aaa:0x1,_0x260a6b:0x27,_0x475d76:0x4b,_0x4eacce:0xfd,_0x3bdc5a:0xdc,_0x1f8142:0x31,_0x23920c:0x3e,_0x5b43a9:0x1d,_0x428ba3:0x152,_0x88943a:0x12f,_0x35f298:0x1a5,_0x3b0f97:0x77,_0x1af27c:0x58,_0x23daa3:0x8c,_0x35e5b8:0xc9,_0x496f0f:0x40,_0xeccc52:0xa0},_0x3a771c={_0x4b82af:0x2a,_0x8f1057:0x445},_0x193acb={_0x24cf85:0x18c,_0x1db274:0x16a},_0x45c991={_0x3c5dda:0xa9},_0x8af32f={_0xb203f0:0x34},_0x156c35={'oKZiH':_0x499519(-0x240,-_0x2b58bf._0x13cc65,-_0x2b58bf._0x59e6ee,-0x1db)+_0x48a47c(0x470,_0x2b58bf._0x54ef29,0x4c4,0x4bf),'dhWXy':_0x499519(-_0x2b58bf._0x36a703,-0x201,-_0x2b58bf._0x54a94d,-0x1b5),'gplnI':_0x48a47c(0x433,0x381,_0x2b58bf._0x532895,_0x2b58bf._0x130da9)+'ting\x20team','sEJxj':_0x499519(-_0x2b58bf._0x3619ee,-0x200,-0x232,-_0x2b58bf._0xcd31e4)+'erver\x20erro'+'r','Czbwk':function(_0x4fbac8,_0x1f42fb,_0x28de43,_0x462e5b){return _0x4fbac8(_0x1f42fb,_0x28de43,_0x462e5b);},'OiHhj':_0x48a47c(_0x2b58bf._0x58e734,_0x2b58bf._0x3222e2,_0x2b58bf._0x5019c7,0x43a)+_0x48a47c(_0x2b58bf._0x19c99e,0x4b1,0x44f,_0x2b58bf._0x4010d0)+_0x48a47c(_0x2b58bf._0x5d8f54,0x431,0x38f,0x3e4),'klpWM':_0x499519(-_0x2b58bf._0x4877e0,-_0x2b58bf._0x11dbc8,-_0x2b58bf._0xe21f06,-_0x2b58bf._0x273adf)+'ge','PaqiM':'Cannot\x20del'+_0x499519(-0x1bd,-_0x2b58bf._0x1a69fb,-_0x2b58bf._0x177335,-0x22e),'EqQxI':_0x499519(-0x242,-_0x2b58bf._0x1b917b,-_0x2b58bf._0x2d46e3,-_0x2b58bf._0x29e8d8)+_0x499519(-_0x2b58bf._0x5a2e64,-_0x2b58bf._0x1a38aa,-_0x2b58bf._0x432d2e,-0x269)+_0x499519(-0x1f8,-0x1d2,-0x1c4,-0x201)+'rver\x20Admin'+_0x499519(-_0x2b58bf._0x21efa5,-0x266,-0x228,-_0x2b58bf._0x32ae24)+'ast\x20one\x20Se'+_0x48a47c(_0x2b58bf._0x21c28a,_0x2b58bf._0x5371c1,0x42f,0x46a)+'\x20must\x20rema'+_0x48a47c(_0x2b58bf._0x335397,0x4dd,0x519,0x4ac),'RoZvC':function(_0x2d23a9,_0x2db48c){return _0x2d23a9!==_0x2db48c;},'Qssnf':'SBvyx','OgeeR':_0x499519(-_0x2b58bf._0x8535c7,-0x251,-_0x2b58bf._0x467fc6,-0x2a6),'WivDd':function(_0x32f41b,_0x1dfc04){return _0x32f41b(_0x1dfc04);},'fQojZ':function(_0xbe2fea){return _0xbe2fea();},'mCmge':function(_0x333cdd,_0x2d67ab){return _0x333cdd===_0x2d67ab;},'jqcXw':_0x499519(-0x2af,-_0x2b58bf._0x4bfd46,-0x2cc,-_0x2b58bf._0x459d8b),'gjitU':_0x499519(-0x20b,-0x1ed,-0x17a,-_0x2b58bf._0x450d2d)+_0x499519(-0x303,-_0x2b58bf._0x1d304c,-0x2f0,-0x28c)};function _0x48a47c(_0x1ce1bd,_0x59e66a,_0xea54a9,_0x2c73dc){return _0x592a0e(_0x2c73dc-0x1fe,_0x59e66a-_0x8af32f._0xb203f0,_0x1ce1bd,_0x2c73dc-0x187);}function _0x499519(_0x44b270,_0x45aa5e,_0x31ec2f,_0x227454){return _0x592a0e(_0x45aa5e- -0x490,_0x45aa5e-0x9f,_0x31ec2f,_0x227454-_0x45c991._0x3c5dda);}try{if(_0x156c35[_0x48a47c(_0x2b58bf._0x2ccd54,0x45f,0x3f7,_0x2b58bf._0x2fe77c)](_0x156c35[_0x499519(-0x2ca,-0x274,-_0x2b58bf._0x17f92e,-0x2eb)],_0x156c35['OgeeR'])){const _0x9be742=_0x1963a4[_0x48a47c(_0x2b58bf._0x5f169b,_0x2b58bf._0x4e86dc,0x441,_0x2b58bf._0x13b195)]['id'],_0x8ea6ed=await _0x156c35[_0x499519(-0x1c0,-_0x2b58bf._0x9de193,-0x1c9,-_0x2b58bf._0x38bc0e)](hasAllPermissions,_0x9be742);let _0x1dca3b;if(_0x8ea6ed)_0x1dca3b=await _0x156c35[_0x48a47c(0x4bd,0x4a4,_0x2b58bf._0x48ca9c,_0x2b58bf._0xae3c14)](getTeams);else{if(_0x156c35[_0x48a47c(_0x2b58bf._0x2663c1,_0x2b58bf._0x503e3e,_0x2b58bf._0x2b7261,_0x2b58bf._0x4dc56a)](_0x156c35[_0x499519(-0x253,-_0x2b58bf._0x5a544e,-0x2aa,-_0x2b58bf._0x281878)],_0x156c35[_0x48a47c(_0x2b58bf._0x18391c,_0x2b58bf._0x1e255c,0x416,0x436)]))_0x1dca3b=await _0x156c35[_0x48a47c(_0x2b58bf._0x442e82,_0x2b58bf._0x792905,_0x2b58bf._0x717579,0x4b3)](getTeamsByUserId,_0x9be742);else{if(_0x877e19[_0x499519(-_0x2b58bf._0x14cd2f,-_0x2b58bf._0x2ec155,-_0x2b58bf._0x1061e6,-0x198)][_0x499519(-_0x2b58bf._0x5ac55e,-_0x2b58bf._0x59e6ee,-_0x2b58bf._0x30f818,-_0x2b58bf._0x4a9799)](_0x156c35[_0x48a47c(_0x2b58bf._0x3037fb,_0x2b58bf._0x470874,_0x2b58bf._0xb4b78d,0x481)])){const _0x5cc4e8={};return _0x5cc4e8[_0x499519(-_0x2b58bf._0x3b65c6,-_0x2b58bf._0x629f2c,-_0x2b58bf._0x23b689,-_0x2b58bf._0x5b60d3)]=_0x156c35[_0x499519(-0x270,-_0x2b58bf._0x2994d6,-_0x2b58bf._0x5d1c9b,-_0x2b58bf._0x171773)],_0x5cc4e8[_0x499519(-0x23b,-0x211,-0x1ff,-0x24a)]=_0x412d98[_0x499519(-0x1b1,-_0x2b58bf._0x2ec155,-0x23c,-_0x2b58bf._0xa17e18)],_0x3439d8[_0x499519(-_0x2b58bf._0x35f3f1,-_0x2b58bf._0x280a65,-_0x2b58bf._0x2308ec,-_0x2b58bf._0x1d304c)](0x17*0x7f+-0xfc9+0x5f9)['json'](_0x5cc4e8);}const _0x1bad2c={};_0x1bad2c[_0x48a47c(0x3e2,0x376,_0x2b58bf._0x5c266d,_0x2b58bf._0x53cb71)]=_0x1c4655['message'],_0x972e47['error'](_0x156c35['gplnI'],_0x1bad2c);const _0x3d3149={};return _0x3d3149['error']=_0x156c35[_0x499519(-_0x2b58bf._0x39822f,-0x1d6,-0x17b,-_0x2b58bf._0x2c055d)],_0x18019e[_0x499519(-_0x2b58bf._0x46836e,-0x26e,-_0x2b58bf._0x14017e,-0x1f8)](0x1075*0x1+-0x19*-0x17e+-0x33cf)[_0x499519(-0x266,-_0x2b58bf._0x2145fa,-0x244,-0x19e)](_0x3d3149);}}const _0x535636=await Promise[_0x48a47c(_0x2b58bf._0x475d4c,_0x2b58bf._0x4b964d,0x4c2,0x468)](_0x1dca3b[_0x499519(-_0x2b58bf._0x331cb3,-_0x2b58bf._0x39eed5,-0x256,-0x25f)](async _0x4fda41=>{const _0x37f159=_0x8ea6ed||await _0x156c35[_0x40de1e(_0x3de250._0x4d91d4,0x1f,-_0x3de250._0x4b6395,0x78)](hasPermission,_0x9be742,_0x156c35[_0x40de1e(_0x3de250._0x5be319,-_0x3de250._0x192aaa,-_0x3de250._0x260a6b,_0x3de250._0x475d76)],_0x4fda41['id']),_0x396be9=_0x8ea6ed||await _0x156c35[_0x331eff(_0x3de250._0x4eacce,0xbd,_0x3de250._0x3bdc5a,0x75)](hasPermission,_0x9be742,_0x156c35[_0x40de1e(_0x3de250._0x1f8142,-_0x3de250._0x23920c,-_0x3de250._0x5b43a9,-0xb)],_0x4fda41['id']);function _0x331eff(_0x33cba3,_0x2de7e5,_0x1b46d9,_0x4b42e3){return _0x48a47c(_0x33cba3,_0x2de7e5-_0x193acb._0x24cf85,_0x1b46d9-_0x193acb._0x1db274,_0x1b46d9- -0x388);}const _0xdfd1ab={..._0x4fda41};function _0x40de1e(_0x5a5178,_0x20c265,_0x565e27,_0x142198){return _0x48a47c(_0x565e27,_0x20c265-0x1b0,_0x565e27-_0x3a771c._0x4b82af,_0x20c265- -_0x3a771c._0x8f1057);}return _0xdfd1ab[_0x331eff(0x18b,_0x3de250._0x428ba3,_0x3de250._0x88943a,_0x3de250._0x35f298)+'embers']=_0x37f159,_0xdfd1ab[_0x40de1e(-_0x3de250._0x3b0f97,-_0x3de250._0x1af27c,-_0x3de250._0x23daa3,-_0x3de250._0x35e5b8)+_0x40de1e(-0x4e,-0x3a,_0x3de250._0x496f0f,-_0x3de250._0xeccc52)]=_0x396be9,_0xdfd1ab;})),_0x1e143c={};return _0x1e143c['teams']=_0x535636,_0x5973a3[_0x499519(-_0x2b58bf._0x3e476c,-0x1f1,-0x237,-0x25a)](_0x1e143c);}else{const _0x3ecd54={};return _0x3ecd54[_0x48a47c(_0x2b58bf._0x1eff1a,0x37f,_0x2b58bf._0x5021e3,_0x2b58bf._0x24ef8f)]=_0x156c35[_0x499519(-_0x2b58bf._0x3d6d3f,-_0x2b58bf._0x2608ae,-0x264,-_0x2b58bf._0x1bb491)],_0x3ecd54[_0x48a47c(_0x2b58bf._0x586b77,_0x2b58bf._0x3f98e2,_0x2b58bf._0x5ea322,0x47d)]=_0x156c35[_0x499519(-0x23b,-_0x2b58bf._0x2eedfe,-_0x2b58bf._0x401e98,-_0x2b58bf._0x39911b)],_0x49ad7b[_0x499519(-_0x2b58bf._0x2863e0,-_0x2b58bf._0xc3a98b,-0x2d7,-0x2e1)](-0x3*0x5a5+-0x1e23+0x30a2)[_0x499519(-0x20f,-0x1f1,-0x206,-0x1e9)](_0x3ecd54);}}catch(_0x24d86b){const _0x203035={};_0x203035[_0x48a47c(0x456,_0x2b58bf._0x19b2ce,0x379,0x3ef)]=_0x24d86b[_0x48a47c(_0x2b58bf._0x31cea9,_0x2b58bf._0x356d61,0x409,_0x2b58bf._0x295c22)],logger[_0x499519(-0x2bf,-0x29f,-0x30e,-_0x2b58bf._0x5533af)](_0x156c35['gjitU'],_0x203035);const _0x18647c={};return _0x18647c['error']=_0x156c35[_0x48a47c(_0x2b58bf._0x4387a4,_0x2b58bf._0x18391c,0x459,_0x2b58bf._0x2db08b)],_0x5973a3[_0x48a47c(0x474,0x479,_0x2b58bf._0x41173e,0x420)](-0xc*-0x2a1+-0xc4e+-0x2*0x8a5)[_0x499519(-_0x2b58bf._0x2b8383,-_0x2b58bf._0x2ebc79,-_0x2b58bf._0x2608ae,-_0x2b58bf._0x5aec21)](_0x18647c);}}),router[_0x3998a6(0x470,0x3df,0x419,0x44b)](_0x3998a6(0x486,0x41c,0x3cb,0x43e),requirePermission(_0x592a0e(0x25f,0x20d,0x229,0x28d)),async(_0x40d342,_0x52ca9e)=>{const _0x1f8490={_0x59c858:0xd6,_0x1596dd:0xb8,_0x3b04f9:0x2fe,_0x16e587:0x326,_0x20452f:0x2e9,_0xe764f1:0x30b,_0xeb8590:0x2fd,_0x32c289:0x98,_0x382f04:0xc9,_0x41848a:0xc5,_0x5c9cc8:0x85,_0x5b92b7:0x12,_0xcbb428:0x8,_0x134018:0x5b,_0x39f6ad:0x8d,_0x32747b:0x382,_0x3689e0:0x2ea,_0x55013a:0x330,_0xb1eb21:0x2c6,_0x2aa620:0x278,_0x99e049:0x217,_0x2430e6:0x261,_0x332313:0x29f,_0x3226a3:0x2ca,_0x76804f:0x276,_0x29cf6a:0x2a8,_0xa0c4f6:0x46,_0x28902c:0x51,_0x259c01:0x56,_0x1e931c:0x44,_0x2b4338:0x2f3,_0x109067:0x2bf,_0x2a9b98:0x3d,_0x3d488a:0x5c,_0x59317d:0x7f,_0x2ae8f3:0x2c8,_0x572a30:0x32b,_0x2c39fc:0x7,_0x38e92d:0x86,_0x51b636:0xe,_0x4735fb:0x65,_0x2e9629:0x4c,_0x302c7d:0x5f,_0x4aa695:0x3c,_0x422e26:0x36d,_0x422f67:0x333,_0x4c3d0e:0x36e,_0x44fb7c:0x5a,_0x1dafc0:0x11,_0x405619:0x8c,_0x42d990:0x78,_0x1843a7:0x29d,_0x1602de:0x284,_0x45e3c1:0x34e,_0x395494:0x38c,_0x3abfd1:0x2bd,_0x15d712:0x320,_0x8384b3:0x8f,_0x47ee7c:0x18,_0x572f06:0x6a,_0x5e749b:0x245,_0x557d08:0x31d,_0x14eb33:0x33b,_0x4013a2:0x35f,_0x268f68:0x82,_0x392529:0x5e,_0x430b:0x21d,_0x11b551:0x25a,_0x57f6c8:0xf5,_0x403dba:0x38d,_0x20e612:0x38b,_0x2caf8b:0x33b,_0x87802a:0x2d8,_0x1cd32b:0x26f,_0x4681e7:0x328,_0xc2bd87:0x332,_0x1507a7:0x2c7,_0x14d5ba:0x239,_0x7a39f:0x26c,_0x4d9e39:0x37f,_0x4a3844:0x312,_0x4fb598:0x358,_0x5b6aa0:0x34b,_0x4983d2:0x306,_0x5843f4:0x2d8,_0x2e300c:0xe5,_0x4a0f0e:0x302,_0x31d526:0x299,_0x42b51e:0x2,_0x27c221:0x34,_0x1372c7:0xf8,_0x32d5d0:0xed,_0x53e22c:0x343,_0x46e4cd:0x359,_0x488f8e:0x9,_0x37ad28:0x17,_0x4d145a:0x34a,_0x42c391:0x31e,_0x519987:0x332,_0x31bc78:0x2ea,_0x1e429b:0x32c,_0x4ded97:0x2e7,_0x2b88fc:0xb9,_0x44d7f8:0xdb,_0x2ca342:0x4a,_0x1c1d92:0x31b,_0x4646fd:0x2c8,_0x1a15d4:0x341,_0x53b1f4:0x2d0,_0x525c99:0x337,_0x329aad:0x313,_0x5560bb:0x2e8,_0x4c65f0:0x318,_0xc5decb:0x54,_0x4189b0:0x63,_0x4273e1:0xc3,_0x4c4223:0x378,_0x9e752a:0x16,_0x4fedb2:0x324,_0x573c25:0x312,_0x5e7363:0x2ca,_0x5e22dc:0x28b,_0xa46bec:0xd9,_0x5ed405:0x2b0,_0x18c8b3:0x3aa},_0xfd9ead={_0x18ee4a:0x34},_0x4835a1={_0x209cb6:0x18f,_0x4aa3c9:0xa6};function _0x27866f(_0x4ce66e,_0x1a2ca6,_0x53ea17,_0x1a45fc){return _0x3998a6(_0x4ce66e-_0x4835a1._0x209cb6,_0x1a2ca6,_0x53ea17-_0x4835a1._0x4aa3c9,_0x4ce66e- -0x3ed);}const _0x2381f2={'kqhcU':_0x27866f(0xd0,_0x1f8490._0x59c858,_0x1f8490._0x1596dd,0x7f),'bMZUA':_0x22b194(0x35a,_0x1f8490._0x3b04f9,_0x1f8490._0x16e587,0x2d9)+_0x22b194(_0x1f8490._0x20452f,_0x1f8490._0xe764f1,0x346,_0x1f8490._0xeb8590)+_0x27866f(_0x1f8490._0x32c289,_0x1f8490._0x382f04,_0x1f8490._0x41848a,0x74)+_0x27866f(_0x1f8490._0x5c9cc8,0xfc,0xa7,0xcc)+_0x27866f(_0x1f8490._0x5b92b7,0x43,_0x1f8490._0xcbb428,-_0x1f8490._0x134018)+'am','LRsEq':_0x27866f(0x71,0xb,0xe7,0x43)+'er','NImHC':'Not\x20Found','IizoW':_0x27866f(0xb1,0xb6,0x54,0xfb)+_0x27866f(0xb7,0xa3,0x40,_0x1f8490._0x39f6ad)+'s','xpelb':'This\x20chang'+'e\x20would\x20le'+'ave\x20no\x20Ser'+_0x22b194(0x32f,0x314,0x327,_0x1f8490._0x32747b)+_0x22b194(_0x1f8490._0x3689e0,_0x1f8490._0x55013a,_0x1f8490._0xb1eb21,0x33d)+_0x22b194(0x2cc,_0x1f8490._0x2aa620,0x270,_0x1f8490._0x99e049)+'r\x20Admin\x20mu'+_0x22b194(0x313,_0x1f8490._0x2430e6,_0x1f8490._0x332313,_0x1f8490._0x3226a3),'iavQl':function(_0xd78eab,_0x22913d){return _0xd78eab!==_0x22913d;},'sCAuG':_0x27866f(0xe5,0xf3,0xf5,0x126),'vqbep':function(_0x35fd89,_0x467827){return _0x35fd89(_0x467827);},'XEoHD':function(_0x3062f1,_0x58536f){return _0x3062f1===_0x58536f;},'AyTem':_0x22b194(0x30c,0x2f9,0x295,_0x1f8490._0x76804f),'sYDkU':_0x22b194(_0x1f8490._0x29cf6a,0x2a9,0x286,0x279)+_0x27866f(0x1f,_0x1f8490._0xa0c4f6,0x22,_0x1f8490._0x28902c),'EtVoG':function(_0x409181,_0x3cc0df,_0xf64719,_0x5e74bc){return _0x409181(_0x3cc0df,_0xf64719,_0x5e74bc);},'WczgA':_0x27866f(_0x1f8490._0x259c01,0x45,0xb,_0x1f8490._0x1e931c)+_0x22b194(0x307,_0x1f8490._0x2b4338,0x314,_0x1f8490._0x109067)+_0x27866f(0x0,-_0x1f8490._0x2a9b98,0x41,_0x1f8490._0x3d488a),'eQRJg':_0x27866f(_0x1f8490._0x259c01,-0x1e,0xba,_0x1f8490._0x59317d)+'ge','SRJIA':_0x22b194(_0x1f8490._0x2ae8f3,0x342,_0x1f8490._0x572a30,0x309)+_0x27866f(_0x1f8490._0x2c39fc,0x59,0x79,-0x3)+_0x27866f(0x2d,-0x27,_0x1f8490._0x38e92d,_0x1f8490._0x39f6ad)+_0x27866f(0x27,_0x1f8490._0x51b636,_0x1f8490._0x4735fb,-0x2c),'uILQZ':function(_0x11d803,_0x34b873){return _0x11d803!==_0x34b873;},'JNUVo':_0x27866f(_0x1f8490._0x2e9629,-0x4,_0x1f8490._0x302c7d,_0x1f8490._0x4aa695),'GFwyc':_0x22b194(0x316,_0x1f8490._0x422e26,_0x1f8490._0x422f67,_0x1f8490._0x4c3d0e)+_0x27866f(_0x1f8490._0x44fb7c,0x4a,-_0x1f8490._0x1dafc0,0x8a),'CfjgG':'Internal\x20s'+'erver\x20erro'+'r'};function _0x22b194(_0x4d0c45,_0x348c3b,_0x53f8a7,_0x458348){return _0x592a0e(_0x53f8a7-0x93,_0x348c3b-0x12c,_0x458348,_0x458348-_0xfd9ead._0x18ee4a);}try{if(_0x2381f2[_0x22b194(0x302,0x289,0x303,0x346)](_0x27866f(0xe5,0xa5,0x13d,_0x1f8490._0x405619),_0x2381f2[_0x27866f(0xbb,0xc7,0xa9,_0x1f8490._0x42d990)])){const _0x3ce583={};return _0x3ce583[_0x22b194(_0x1f8490._0x1843a7,0x270,_0x1f8490._0x1602de,0x262)]=_0x2381f2['kqhcU'],_0x3ce583[_0x22b194(0x381,_0x1f8490._0x45e3c1,0x312,_0x1f8490._0x395494)]=_0x2381f2[_0x22b194(0x30c,_0x1f8490._0x3abfd1,0x2fa,_0x1f8490._0x15d712)],_0x3687bc['status'](-0x13f*0xb+0x235f+0x1417*-0x1)[_0x27866f(0xb9,0x120,0xe8,0x69)](_0x3ce583);}else{const _0x5666a4=await _0x2381f2[_0x27866f(_0x1f8490._0x8384b3,0x74,_0x1f8490._0x47ee7c,_0x1f8490._0x572f06)](getTeamById,_0x40d342[_0x22b194(_0x1f8490._0x5e749b,_0x1f8490._0x557d08,0x2a7,0x2c2)]['id']);if(!_0x5666a4){if(_0x2381f2[_0x22b194(_0x1f8490._0x14eb33,_0x1f8490._0x4013a2,0x31c,0x354)](_0x2381f2[_0x27866f(_0x1f8490._0x268f68,_0x1f8490._0x392529,0x22,0xbe)],_0x2381f2['AyTem'])){const _0x51e53e={};return _0x51e53e[_0x22b194(_0x1f8490._0x430b,0x22e,_0x1f8490._0x1602de,_0x1f8490._0x11b551)]=_0x2381f2['sYDkU'],_0x52ca9e[_0x22b194(0x274,0x256,0x2b5,0x273)](-0x1*-0x1bf+-0x16c*0xc+0x10e5)['json'](_0x51e53e);}else{if(_0x3c77a0[_0x27866f(0x99,0x70,_0x1f8490._0x57f6c8,0xd7)]['includes'](_0x2381f2[_0x22b194(_0x1f8490._0x403dba,_0x1f8490._0x20e612,0x328,_0x1f8490._0x2caf8b)])){const _0x28709e={};return _0x28709e[_0x22b194(_0x1f8490._0x87802a,0x2e3,_0x1f8490._0x1602de,_0x1f8490._0x1cd32b)]=_0x2381f2['NImHC'],_0x28709e['message']=_0x49a29f[_0x22b194(0x2bc,0x38a,0x312,0x329)],_0x4e1984[_0x27866f(0x3c,-0x19,_0x1f8490._0x134018,0x6e)](-0x11*-0x55+0x2575*0x1+0x14c3*-0x2)[_0x22b194(_0x1f8490._0x4681e7,0x344,_0x1f8490._0xc2bd87,_0x1f8490._0x1507a7)](_0x28709e);}const _0x122b81={};_0x122b81[_0x22b194(_0x1f8490._0x14d5ba,_0x1f8490._0x7a39f,0x284,0x2c2)]=_0x310128[_0x22b194(0x319,_0x1f8490._0x4d9e39,_0x1f8490._0x4a3844,0x36a)],_0x55692c['error'](_0x22b194(0x341,_0x1f8490._0x4fb598,0x32f,0x357)+_0x22b194(_0x1f8490._0x5b6aa0,_0x1f8490._0x4983d2,_0x1f8490._0x5843f4,0x2b0)+'r',_0x122b81);const _0x28365f={};return _0x28365f['error']='Internal\x20s'+'erver\x20erro'+'r',_0x2e7c61['status'](0x3a*0x47+0x63c+-0x145e)[_0x27866f(0xb9,0x7b,_0x1f8490._0x2e300c,0xa9)](_0x28365f);}}const _0xc25aa6=_0x40d342['user']['id'],_0x2dea26=await _0x2381f2['vqbep'](hasAllPermissions,_0xc25aa6),_0x5912a8=_0x2dea26||await _0x2381f2['EtVoG'](hasPermission,_0xc25aa6,_0x2381f2['WczgA'],_0x5666a4['id']),_0x583bb8=_0x2dea26||await hasPermission(_0xc25aa6,_0x2381f2[_0x22b194(_0x1f8490._0x4a0f0e,0x248,_0x1f8490._0x31d526,0x2e7)],_0x5666a4['id']);if(_0x2dea26||_0x5666a4[_0x27866f(0x1,-_0x1f8490._0x42b51e,-0x54,_0x1f8490._0x27c221)]['includes'](_0xc25aa6)||_0x5912a8||_0x583bb8){const _0x3e0f84={..._0x5666a4};_0x3e0f84[_0x27866f(0xd3,_0x1f8490._0x1372c7,_0x1f8490._0x32d5d0,0x81)+_0x22b194(0x311,_0x1f8490._0x53e22c,_0x1f8490._0x46e4cd,_0x1f8490._0x2caf8b)]=_0x5912a8,_0x3e0f84[_0x27866f(_0x1f8490._0x488f8e,_0x1f8490._0xcbb428,-0x4d,_0x1f8490._0x37ad28)+'eam']=_0x583bb8;const _0x3843c8={};return _0x3843c8[_0x22b194(0x369,0x316,0x337,_0x1f8490._0x4d145a)]=_0x3e0f84,_0x52ca9e[_0x22b194(0x30e,_0x1f8490._0x42c391,_0x1f8490._0x519987,0x340)](_0x3843c8);}const _0x1bd0ed={};return _0x1bd0ed['error']=_0x2381f2['kqhcU'],_0x1bd0ed['message']=_0x2381f2[_0x22b194(0x2d3,_0x1f8490._0x31bc78,_0x1f8490._0x1e429b,_0x1f8490._0x4ded97)],_0x52ca9e['status'](-0x26b5+0x10b4+0x1794)[_0x27866f(_0x1f8490._0x2b88fc,_0x1f8490._0x44d7f8,0x106,_0x1f8490._0x2ca342)](_0x1bd0ed);}}catch(_0x11c510){if(_0x2381f2[_0x22b194(_0x1f8490._0x1c1d92,0x308,_0x1f8490._0x4646fd,_0x1f8490._0x1a15d4)](_0x2381f2['JNUVo'],_0x2381f2[_0x22b194(0x2a6,0x2d3,_0x1f8490._0x53b1f4,_0x1f8490._0x525c99)])){const _0xe8c14b={};return _0xe8c14b[_0x27866f(0xb,0x39,0x1f,-0x24)]=_0x2381f2[_0x22b194(_0x1f8490._0xe764f1,_0x1f8490._0x329aad,_0x1f8490._0x5560bb,0x2e0)],_0xe8c14b[_0x22b194(_0x1f8490._0x4c65f0,0x2b2,_0x1f8490._0x4a3844,0x2fc)]=_0x2381f2[_0x27866f(_0x1f8490._0xc5decb,_0x1f8490._0x4189b0,_0x1f8490._0x4273e1,_0x1f8490._0x2e9629)],_0x4c6f9d['status'](0x19a1+0xb*0xcb+0x1*-0x20ca)[_0x22b194(0x2ee,_0x1f8490._0x4c4223,0x332,_0x1f8490._0x2b4338)](_0xe8c14b);}else{const _0x5e5ca7={};_0x5e5ca7[_0x27866f(0xb,-0x48,-_0x1f8490._0x9e752a,0x6b)]=_0x11c510[_0x22b194(0x2e4,_0x1f8490._0x4fedb2,_0x1f8490._0x573c25,_0x1f8490._0x572a30)],logger[_0x22b194(0x299,_0x1f8490._0x5e7363,0x284,_0x1f8490._0x5e22dc)](_0x2381f2[_0x27866f(0xdf,0x67,0x154,_0x1f8490._0xa46bec)],_0x5e5ca7);const _0xdc0fbd={};return _0xdc0fbd[_0x22b194(0x2e5,0x245,_0x1f8490._0x1602de,0x287)]=_0x2381f2['CfjgG'],_0x52ca9e[_0x22b194(_0x1f8490._0x4983d2,_0x1f8490._0x5ed405,0x2b5,0x2d9)](-0x13d8+-0xbf8+0x21c4)[_0x22b194(0x36d,0x384,_0x1f8490._0x519987,_0x1f8490._0x18c8b3)](_0xdc0fbd);}}});const _0x4a789d={};function _0x3998a6(_0x319cc0,_0x26a417,_0x1c8b13,_0x31c84c){return _0x4333(_0x31c84c-0x2db,_0x26a417);}_0x4a789d[_0x592a0e(0x1fb,0x186,0x197,0x1ff)]=!![],router['post']('/',requirePermission(_0x3998a6(0x3e8,0x495,0x404,0x443)+'ge',_0x4a789d),async(_0x20bc69,_0x344dbf)=>{const _0x432245={_0xc747c1:0x53b,_0x55e8fd:0x50b,_0xba45f:0x236,_0x56b76b:0x1e0,_0x639a5d:0x191,_0x23b69e:0x1c0,_0x3bfc24:0x532,_0x3b747d:0x4e4,_0x3b871c:0x53a,_0x26cd22:0x306,_0x6e80c9:0x267,_0x161828:0x50e,_0x2fa663:0x550,_0xd0a822:0x4f7,_0x20512c:0x1b5,_0x4f12fd:0x22a,_0x4a8827:0x283,_0x129fa8:0x24c,_0x17419b:0x21f,_0x22283f:0x24e,_0x3be7e0:0x296,_0x2063b3:0x339,_0x1e8b5f:0x22b,_0x2365c3:0x2bc,_0x1aecff:0x243,_0x2b231c:0x4ac,_0x39a7b4:0x245,_0x233923:0x467,_0x799dd6:0x1c7,_0x24711c:0x29c,_0x158437:0x24a,_0x1c20dd:0x25e,_0x197f8e:0x290,_0x27b725:0x4c3,_0x3136df:0x4d9,_0x4b25f4:0x23e,_0xa9b547:0x1b4,_0x11c8f1:0x219,_0x3d318f:0x1fe,_0x2802f7:0x47b,_0x46558e:0x4a0,_0x4008e1:0x2a1,_0x275399:0x2ec,_0xe6235:0x203,_0x56ee93:0x46a,_0x3b8933:0x40d,_0x365bc4:0x46f,_0x4a9aa2:0x25f,_0x15977b:0x28e,_0x3c4f7c:0x56b,_0x13e0ab:0x4e6,_0x26d0c0:0x512,_0x47130d:0x4fd,_0x5733a5:0x4ba,_0x2dc3ff:0x4a5,_0x2186d8:0x2a5,_0x4f2fb1:0x22c,_0x50156a:0x50c,_0x5c1f5d:0x263,_0x4e9db3:0x217,_0x20d225:0x251,_0x4d9157:0x25a,_0x349bf9:0x47f,_0x5cd1ee:0x4a0,_0x42fae8:0x4ce,_0x366650:0x51d,_0x155031:0x26d,_0x20da31:0x213,_0x42c950:0x238,_0x28ec0a:0x485,_0x9a2249:0x4a6,_0x4f678a:0x4e7,_0x361797:0x24f,_0x482db8:0x21a,_0x50ea24:0x5ad,_0x137b1d:0x4c7,_0x8b5c2d:0x537,_0x19d7f7:0x47a,_0x42c1fd:0x4ce,_0x222727:0x4bd,_0xc692e2:0x4f2,_0x2fcc62:0x4d8,_0x59f371:0x51c,_0x4572e6:0x4eb,_0x3dcecb:0x50d,_0x1e3891:0x544,_0x593c7d:0x547,_0x1d29cb:0x4f1,_0x1ab860:0x2a0,_0x362794:0x26a,_0x2aec47:0x5a8,_0x10f876:0x56a,_0x333687:0x49d,_0x24d40b:0x42a,_0x31a391:0x42c,_0x136d50:0x4a2,_0xbd829a:0x53c,_0x4bbd98:0x501,_0x32bfc5:0x4d3,_0x466b8f:0x44e,_0x2e023c:0x4c6,_0x5d9af7:0x462,_0x17bff5:0x281,_0x103d76:0x44f,_0xa812cb:0x1e4,_0x1cb27c:0x1da,_0x13ba43:0x1af,_0x560c3e:0x473,_0x16bfd8:0x430,_0x3b1010:0x299,_0x38bb5d:0x264,_0x29a3b7:0x293,_0x133bb2:0x2cf,_0x2eaf4d:0x281,_0x2a1518:0x26e,_0x9fcc79:0x555,_0x4be74e:0x49f,_0x36d1dc:0x202,_0x22b7fb:0x224,_0x1c38ff:0x4e7,_0x496fa8:0x510,_0x30d87c:0x589,_0xbb5601:0x235,_0x2b01fe:0x1f3,_0x3731ba:0x1ac,_0x2418e6:0x4e3,_0x5cc082:0x4f5,_0x4c0216:0x455,_0x1f1c2e:0x482,_0x289f57:0x465,_0x10f5cc:0x42b,_0x306c8f:0x4f6,_0x3eb4c4:0x4ca,_0x139cef:0x23a,_0x58fbea:0x49a,_0x143d31:0x46f,_0x5d831a:0x3ff,_0x48aa76:0x456,_0x930325:0x562,_0x347b80:0x51a,_0x278c42:0x51d},_0x264ca1={_0x2dae11:0x196},_0x368db5={_0x26a723:0x64,_0x255c63:0xe};function _0xd9c8d5(_0x51df3c,_0x5cae6e,_0x588ac7,_0x3fa1e4){return _0x592a0e(_0x3fa1e4-0x27e,_0x5cae6e-_0x368db5._0x26a723,_0x51df3c,_0x3fa1e4-_0x368db5._0x255c63);}const _0x53f368={'pOalB':_0xd9c8d5(0x57e,0x56d,_0x432245._0xc747c1,_0x432245._0x55e8fd)+'t','vPGsC':'userId\x20is\x20'+_0x5bdf77(0x1be,_0x432245._0xba45f,_0x432245._0x56b76b,_0x432245._0x639a5d),'BjPvL':_0x5bdf77(0x239,_0x432245._0x23b69e,0x1f2,0x21c)+_0xd9c8d5(0x53f,_0x432245._0x3bfc24,_0x432245._0x3b747d,_0x432245._0x3b871c),'hVlfN':_0x5bdf77(_0x432245._0x26cd22,0x2c1,0x2b2,_0x432245._0x6e80c9)+'ng\x20member','QEIin':_0xd9c8d5(0x54d,0x577,0x4c9,_0x432245._0x161828)+'erver\x20erro'+'r','TYRTf':function(_0x181f82,_0x5630a9){return _0x181f82!==_0x5630a9;},'kmVIu':function(_0x13f88f,_0x304088){return _0x13f88f===_0x304088;},'ypRkt':_0x5bdf77(0x309,0x26d,0x2b4,0x267)+'is\x20require'+'d','RZgwb':function(_0x4eba1f,_0x578985){return _0x4eba1f>_0x578985;},'kZRBD':function(_0x4a46a8,_0x2957a6){return _0x4a46a8===_0x2957a6;},'qKxDG':_0xd9c8d5(0x525,0x4ba,_0x432245._0x2fa663,0x518),'hrCqs':function(_0x263a71,_0x4ff7da){return _0x263a71(_0x4ff7da);},'yVGWp':function(_0x25975b,_0x298e5d){return _0x25975b>_0x298e5d;},'qMpqO':_0xd9c8d5(0x4e0,_0x432245._0xd0a822,0x45d,0x4d6)+_0x5bdf77(0x220,_0x432245._0x20512c,_0x432245._0x4f12fd,_0x432245._0x4a8827)+'fully','sNlqr':_0x5bdf77(_0x432245._0x129fa8,_0x432245._0x17419b,_0x432245._0x22283f,0x211)+_0x5bdf77(0x2d4,_0x432245._0x3be7e0,0x2c3,_0x432245._0x2063b3),'AWxSW':function(_0x3998a4,_0x39171b){return _0x3998a4!==_0x39171b;},'BiqCx':_0x5bdf77(_0x432245._0x1e8b5f,_0x432245._0x2365c3,0x28c,_0x432245._0x1aecff),'GSliY':'Conflict'};function _0x5bdf77(_0x5dc664,_0x242e90,_0x4238b1,_0x39d4f9){return _0x592a0e(_0x4238b1-0x2,_0x242e90-_0x264ca1._0x2dae11,_0x39d4f9,_0x39d4f9-0x3b);}try{const {name:_0x3ab130,description:_0x14629d,members:members=[]}=_0x20bc69['body'];if(!_0x3ab130||_0x53f368[_0xd9c8d5(0x476,_0x432245._0x2b231c,0x4b2,0x47a)](typeof _0x3ab130,_0x5bdf77(0x2b7,0x2bc,_0x432245._0x39a7b4,0x217))||_0x53f368['kmVIu'](_0x3ab130['trim']()[_0xd9c8d5(0x50a,0x53c,_0x432245._0x233923,0x4cd)],0x1242+0x996+-0x1bd8)){const _0x303aeb={};return _0x303aeb[_0x5bdf77(0x24f,_0x432245._0x799dd6,0x1f3,0x1da)]=_0x53f368[_0x5bdf77(_0x432245._0x24711c,_0x432245._0x158437,_0x432245._0x1c20dd,_0x432245._0x197f8e)],_0x303aeb[_0xd9c8d5(_0x432245._0x27b725,0x56c,_0x432245._0x3136df,0x4fd)]=_0x53f368[_0x5bdf77(_0x432245._0x4b25f4,_0x432245._0xa9b547,_0x432245._0x11c8f1,_0x432245._0x3d318f)],_0x344dbf[_0xd9c8d5(_0x432245._0x2802f7,0x4ff,0x453,_0x432245._0x46558e)](-0x11*0x241+-0x4*0x317+0x343d)[_0x5bdf77(0x253,0x237,_0x432245._0x4008e1,_0x432245._0x275399)](_0x303aeb);}if(_0x53f368[_0x5bdf77(_0x432245._0xe6235,0x1c8,0x1ff,0x217)](members['length'],0xb*-0x2ff+-0x14c*-0x2+0x1e5d)){if(_0x53f368[_0x5bdf77(0x23d,0x2bc,_0x432245._0x6e80c9,0x27a)]('NlduL',_0x53f368[_0xd9c8d5(0x499,0x4be,0x418,0x457)])){const _0x3b95cd={};return _0x3b95cd[_0xd9c8d5(0x461,_0x432245._0x56ee93,_0x432245._0x3b8933,_0x432245._0x365bc4)]=_0x53f368[_0x5bdf77(_0x432245._0x4a9aa2,_0x432245._0x15977b,0x25e,0x2c2)],_0x3b95cd[_0xd9c8d5(_0x432245._0x3c4f7c,_0x432245._0x13e0ab,_0x432245._0x26d0c0,_0x432245._0x47130d)]=_0x53f368[_0xd9c8d5(0x482,_0x432245._0x5733a5,_0x432245._0x2dc3ff,0x45e)],_0x1c41d4['status'](-0x9*-0x194+0x13*0x191+-0x2a67)[_0x5bdf77(0x2e2,_0x432245._0x2186d8,_0x432245._0x4008e1,_0x432245._0x4f2fb1)](_0x3b95cd);}else{const _0x51f0bf=await _0x53f368[_0xd9c8d5(0x50f,0x50d,0x535,_0x432245._0x50156a)](validateUserIds,members);if(_0x53f368[_0x5bdf77(0x266,_0x432245._0x5c1f5d,0x22f,_0x432245._0x4e9db3)](_0x51f0bf[_0x5bdf77(_0x432245._0x197f8e,0x272,_0x432245._0x20d225,_0x432245._0x4d9157)],-0x7c0+0x1d40+-0x10*0x158))return _0x344dbf[_0xd9c8d5(_0x432245._0x349bf9,0x479,0x4ad,_0x432245._0x5cd1ee)](-0x6c8*0x2+0x8*-0xc0+0x1520)[_0xd9c8d5(_0x432245._0x42fae8,0x526,0x538,_0x432245._0x366650)]({'error':_0x53f368['pOalB'],'message':_0x5bdf77(_0x432245._0x155031,_0x432245._0x20da31,_0x432245._0x42c950,0x23b)+'ot\x20found:\x20'+_0x51f0bf[_0xd9c8d5(_0x432245._0x28ec0a,_0x432245._0x50156a,_0x432245._0x9a2249,_0x432245._0x4f678a)](',\x20')});}}const _0x3b8257=await createTeam({'name':_0x3ab130[_0x5bdf77(0x29a,0x1e2,_0x432245._0x361797,_0x432245._0x482db8)](),'description':_0x14629d,'members':members}),_0x4d96dd={..._0x3b8257};_0x4d96dd[_0xd9c8d5(_0x432245._0x50ea24,_0x432245._0x137b1d,0x4e7,_0x432245._0x8b5c2d)+'embers']=!![];const _0x405bb2={};return _0x405bb2['message']=_0x53f368[_0xd9c8d5(0x548,_0x432245._0x19d7f7,0x48d,_0x432245._0x42c1fd)],_0x405bb2['team']=_0x4d96dd,_0x344dbf['status'](-0x1769+0x590*-0x5+0x1*0x3402)[_0xd9c8d5(0x507,_0x432245._0x222727,0x55b,0x51d)](_0x405bb2);}catch(_0x55052f){if(_0x55052f[_0xd9c8d5(_0x432245._0xc692e2,_0x432245._0x2fcc62,_0x432245._0x59f371,_0x432245._0x47130d)]['includes'](_0x53f368['sNlqr'])){if(_0x53f368[_0xd9c8d5(_0x432245._0x4572e6,_0x432245._0x3dcecb,_0x432245._0x1e3891,0x4e2)](_0x53f368[_0xd9c8d5(_0x432245._0x593c7d,0x4a2,_0x432245._0x1d29cb,0x51c)],_0x53f368[_0x5bdf77(0x237,0x2f0,_0x432245._0x1ab860,_0x432245._0x362794)])){if(_0x319547['message'][_0xd9c8d5(_0x432245._0x2aec47,0x594,_0x432245._0x10f876,0x540)](_0x53f368[_0xd9c8d5(0x4f3,0x424,0x4d4,_0x432245._0x333687)])){const _0x2e29de={};return _0x2e29de[_0xd9c8d5(_0x432245._0x24d40b,_0x432245._0x31a391,0x44c,_0x432245._0x365bc4)]=_0xd9c8d5(0x4ac,_0x432245._0x136d50,0x499,0x50d),_0x2e29de[_0xd9c8d5(0x508,0x533,_0x432245._0xbd829a,_0x432245._0x47130d)]=_0x5ed8d0[_0xd9c8d5(_0x432245._0x4bbd98,_0x432245._0x32bfc5,0x559,0x4fd)],_0x2b193b['status'](-0x17*0x1af+0x13f*0x11+0x1*0x1323)['json'](_0x2e29de);}const _0x1e1583={};_0x1e1583[_0xd9c8d5(_0x432245._0x466b8f,_0x432245._0x2e023c,_0x432245._0x5d9af7,_0x432245._0x365bc4)]=_0x2e4dcf[_0x5bdf77(0x2af,0x2fa,_0x432245._0x17bff5,0x270)],_0x25102c[_0xd9c8d5(_0x432245._0x103d76,0x410,0x448,0x46f)](_0x53f368['hVlfN'],_0x1e1583);const _0x1fdc26={};return _0x1fdc26['error']=_0x53f368[_0x5bdf77(0x1db,_0x432245._0xa812cb,_0x432245._0x1cb27c,_0x432245._0x13ba43)],_0x1f1364[_0xd9c8d5(_0x432245._0x560c3e,0x4f6,_0x432245._0x16bfd8,0x4a0)](-0x3fa+0xf*-0x1af+0x1f2f)[_0x5bdf77(0x31a,_0x432245._0x3b1010,0x2a1,0x262)](_0x1fdc26);}else{const _0x348c87={};return _0x348c87['error']=_0x53f368[_0x5bdf77(_0x432245._0x38bb5d,0x2dd,_0x432245._0x29a3b7,0x2b1)],_0x348c87[_0x5bdf77(0x20e,_0x432245._0x133bb2,_0x432245._0x2eaf4d,_0x432245._0x2a1518)]=_0x55052f[_0xd9c8d5(_0x432245._0x47130d,_0x432245._0x9fcc79,_0x432245._0x4be74e,_0x432245._0x47130d)],_0x344dbf[_0x5bdf77(0x27a,_0x432245._0x36d1dc,_0x432245._0x22b7fb,0x1e5)](-0x2b*-0xd5+-0x1*-0x225d+-0x448b)[_0xd9c8d5(_0x432245._0x1c38ff,_0x432245._0x496fa8,_0x432245._0x30d87c,0x51d)](_0x348c87);}}const _0x122134={};_0x122134[_0x5bdf77(_0x432245._0xbb5601,0x1e3,_0x432245._0x2b01fe,_0x432245._0x3731ba)]=_0x55052f[_0xd9c8d5(_0x432245._0x2418e6,0x486,_0x432245._0x5cc082,_0x432245._0x47130d)],logger[_0xd9c8d5(_0x432245._0x4c0216,_0x432245._0x1f1c2e,_0x432245._0x289f57,0x46f)](_0xd9c8d5(_0x432245._0x10f5cc,_0x432245._0x306c8f,_0x432245._0x3eb4c4,0x4a2)+_0x5bdf77(0x245,0x272,0x264,_0x432245._0x139cef),_0x122134);const _0x500991={};return _0x500991[_0xd9c8d5(0x4e4,0x446,_0x432245._0x58fbea,_0x432245._0x143d31)]=_0x53f368[_0xd9c8d5(0x4ba,0x49b,_0x432245._0x5d831a,_0x432245._0x48aa76)],_0x344dbf[_0xd9c8d5(0x43a,_0x432245._0x47130d,0x494,0x4a0)](-0x859+0x9b3+0x9a)[_0xd9c8d5(_0x432245._0x930325,0x4a6,_0x432245._0x347b80,_0x432245._0x278c42)](_0x500991);}}),router[_0x592a0e(0x2a8,0x2a8,0x291,0x304)](_0x592a0e(0x237,0x1f0,0x248,0x1ff),async(_0x183256,_0x2732ce)=>{const _0x23447f={_0x30f238:0x3a5,_0x34c568:0x3eb,_0x1835ac:0x404,_0x5bfdc9:0x53e,_0x52fbb2:0x584,_0x689f27:0x5ab,_0xc885ba:0x4b4,_0x1813be:0x34b,_0x3d1d07:0x36b,_0x58a929:0x36e,_0x285b85:0x338,_0x40fbde:0x3a6,_0x28433c:0x3a8,_0x43555a:0x510,_0x514003:0x362,_0x205cea:0x38a,_0x1df7ba:0x369,_0x520a8d:0x3b9,_0x4b82ca:0x511,_0x3ca207:0x3ab,_0x318828:0x391,_0x57b05d:0x4ad,_0x3323bc:0x4c5,_0x424629:0x362,_0x33fcba:0x385,_0x286a23:0x329,_0x273f61:0x551,_0x446c94:0x4f6,_0x4ce2ad:0x560,_0x1b98de:0x514,_0x2c00bd:0x40a,_0x40cc31:0x3b6,_0x3b2587:0x42a,_0xea1f19:0x3d1,_0x4ca312:0x36d,_0x5113ce:0x393,_0x4af89b:0x3cc,_0x193905:0x4a5,_0x2ea67c:0x4cf,_0x41e511:0x588,_0x45df4e:0x48b,_0x3e394f:0x48c,_0x566403:0x3d4,_0x2f1a02:0x3f2,_0x2633c5:0x3ba,_0xce48e:0x48e,_0x54c8e3:0x442,_0x2f956b:0x32e,_0x457e19:0x472,_0x498709:0x4d9,_0xc2a2ef:0x4d5,_0x95b868:0x450,_0x48bcc3:0x4b3,_0x5bebeb:0x49d,_0x152080:0x57b,_0x1d5695:0x57f,_0x1b9902:0x4fd,_0x23cb69:0x50d,_0x1949b3:0x310,_0x4a98c4:0x2d1,_0x46e7a6:0x321,_0x120fc3:0x2fd,_0x52bc28:0x376,_0x4f6264:0x513,_0x3e0fe2:0x537,_0x5d1690:0x37e,_0xc79382:0x3b6,_0x284e38:0x498,_0x448a69:0x55d,_0x4ae1c2:0x3e9,_0x4b5817:0x395,_0x159235:0x3af,_0x8a004a:0x53c,_0x9a71fc:0x50e,_0x1ed1dd:0x54b,_0x517e34:0x52c,_0x575e71:0x2fc,_0xb05392:0x370,_0x2d4076:0x365,_0x3f159a:0x395,_0x510bed:0x313,_0x4abf02:0x2f2,_0x144eec:0x52d,_0x21d008:0x4d3,_0x432076:0x549,_0x5c059e:0x4fb,_0x28b9ed:0x4bd,_0x5e5d94:0x51b,_0x5380d9:0x51f,_0x3e616a:0x379,_0xb1d5d9:0x302,_0x365e5e:0x2de,_0x5ca3c3:0x4c6,_0x2311db:0x469,_0x197f60:0x3a3,_0x3036d6:0x39d,_0x5a1395:0x2d2,_0x375b39:0x30d,_0x44a946:0x49a,_0x3a1d0c:0x474,_0x5e3dce:0x4a2,_0x23ee29:0x4d1,_0x4d075f:0x504,_0x3aab3c:0x2f3,_0x5e8c82:0x323,_0x2c1f27:0x4d3,_0x4b3151:0x501,_0x1f49e7:0x3b3,_0x410cbc:0x3ff,_0xecee61:0x3c5,_0x14e9db:0x401,_0xc538e2:0x30b,_0x18c986:0x33c,_0x2f095e:0x50b,_0x23f384:0x51c,_0x28d90d:0x538,_0x58b18b:0x55c,_0x18e6ed:0x522,_0x44cb03:0x3a1,_0x41c8ac:0x2b8,_0x5b2ef2:0x317,_0x1aff70:0x2fe,_0x16b375:0x393,_0x5f7998:0x3dc,_0x17f947:0x454,_0x4a634a:0x4a3,_0x3be786:0x46b,_0x532ea3:0x348,_0x5b1731:0x452,_0x2ace5a:0x47c,_0x32ddba:0x39b,_0x39916c:0x387,_0x16e571:0x2b7,_0x4c1e2f:0x36f,_0x30e159:0x421,_0x1df46e:0x3e1,_0x1260dd:0x36d,_0x20b737:0x2ff,_0x41e605:0x364,_0x2f5745:0x3df,_0x4226dd:0x4bc,_0x18b97e:0x4eb,_0x96e64c:0x2eb,_0x143569:0x2fb,_0xfc82ba:0x2c2,_0x5a462d:0x302,_0x3cf512:0x2ab,_0x578fee:0x48d,_0x3a6750:0x4ee,_0xc0e46e:0x520,_0x67aaf8:0x52a,_0xfb9621:0x4bb,_0x4bec79:0x383,_0x5db231:0x482,_0x18f5f7:0x4c9,_0x31a988:0x4ab,_0x15d10d:0x471,_0x360d20:0x490,_0x331e31:0x46a,_0xf746f2:0x30a,_0x3b72ed:0x339,_0x4ff166:0x336,_0x4c4a5a:0x33b,_0x4f2e3c:0x319,_0xecd420:0x32c,_0x109fdb:0x37f,_0x1241f5:0x31e,_0xcc73d9:0x3b0,_0x3fd9cb:0x2ee,_0x44e3de:0x475,_0x588109:0x30e,_0x3d4e74:0x361,_0x5bfb95:0x30d,_0x28a215:0x48b,_0x53f00e:0x379,_0x55920d:0x3e4,_0x481708:0x3cf,_0x143956:0x35e,_0x5c0100:0x2fa,_0x9edbc:0x34f,_0x426768:0x35c,_0x5a77d9:0x35c,_0x32348e:0x4d3,_0x16f94f:0x533,_0x4eb0c1:0x4f3,_0x2e4e5d:0x324,_0x2970e6:0x2e7,_0x3ef682:0x347,_0x553db2:0x4e7,_0x34185e:0x543,_0x3fbd71:0x38f,_0xdd4f6a:0x3c4,_0x45ab77:0x36d,_0x10ef8d:0x4cd,_0x3c4bca:0x433,_0xf90073:0x4bc,_0x4c97b0:0x497,_0x1158ab:0x50c,_0x174863:0x44f,_0x49130e:0x2a6,_0x4c954f:0x4ce,_0x1fe620:0x536,_0x39b517:0x4d3,_0x25ff47:0x54b,_0x514072:0x386,_0x39077f:0x410,_0x216834:0x533,_0xf6c17c:0x54e,_0x12adb9:0x4ee,_0x453e1b:0x4f1,_0x118a93:0x555,_0x4ad8f4:0x51e,_0x506feb:0x5bc,_0x43b0c2:0x5b4,_0x1a7f5f:0x4f8,_0x2ac8ad:0x4d9,_0x13d71c:0x4d2,_0xfb477e:0x4cc,_0x1e391d:0x490,_0x2a9ab0:0x4b9,_0x339a91:0x530,_0x2a521f:0x509,_0x4f4dfb:0x52e,_0x4f3a25:0x424,_0xd76c0a:0x2e1,_0x131132:0x4bb,_0x1f0d62:0x456,_0x45a83c:0x4a2,_0x514649:0x45d,_0x243ad0:0x3e0,_0x4210c3:0x3d3,_0x1cde1f:0x438,_0x4bf20d:0x4dd,_0x487926:0x31f,_0x3645f2:0x340,_0x316727:0x335,_0x2729ed:0x3ae,_0x747ba8:0x3be,_0x1fdf4d:0x372,_0x3e47f1:0x3ed,_0x375b83:0x3ee,_0x212224:0x3f7,_0x474189:0x3b5,_0x4ea244:0x3c1,_0x71de1a:0x3b1,_0x3e7d42:0x4cb,_0x173afc:0x41f,_0x16896d:0x42f,_0x4cc68f:0x33a,_0x480da1:0x3a5,_0x20c233:0x3ce,_0x33173d:0x428,_0xfda7d1:0x3e6,_0x3e508f:0x42d,_0x585d77:0x2e7,_0x2d05a8:0x33e,_0x482064:0x4d0,_0x15790d:0x515,_0x4a04ae:0x4fe,_0x1f5d02:0x519,_0x324bc0:0x553,_0x6f3eb8:0x5a4,_0x205faf:0x552,_0x93c1c4:0x51a,_0x520b2e:0x541,_0x237588:0x4f3,_0x2f89cd:0x348,_0xa30d1b:0x2cd,_0x335fcb:0x2c9,_0x47192d:0x4f2,_0x2a0d4c:0x47d,_0xcc470b:0x568,_0x343626:0x32f,_0x9d69c9:0x355,_0x135f8f:0x404,_0x44d017:0x39f,_0x5c578d:0x348,_0x51c6b6:0x586,_0x735f9c:0x50d,_0x580ae6:0x579,_0x49ffa4:0x453,_0x592e95:0x450,_0x4b7b48:0x33c,_0x39c8dd:0x335,_0x304dd3:0x4a2,_0x5ae743:0x2e5},_0x2d3f67={_0x171240:0x2a},_0x5ef0f8={_0x592927:0x2b1},_0x7d2c8e={'MgjmK':'Team\x20not\x20f'+_0x4ad176(0x2d3,0x306,0x32b,0x365),'nOdBx':_0x4ad176(_0x23447f._0x30f238,_0x23447f._0x34c568,0x3b5,_0x23447f._0x1835ac),'FkvxK':_0x3b7dcc(_0x23447f._0x5bfdc9,_0x23447f._0x52fbb2,0x52e,_0x23447f._0x689f27)+'t','NfzHK':'Team\x20name\x20'+'is\x20require'+'d','QjdFM':_0x4ad176(0x3ba,0x39c,0x383,0x3f9)+_0x3b7dcc(0x4d4,0x483,_0x23447f._0xc885ba,0x4b0),'gCqfP':_0x4ad176(0x353,0x337,_0x23447f._0x1813be,_0x23447f._0x3d1d07)+_0x4ad176(_0x23447f._0x58a929,_0x23447f._0x285b85,0x388,0x310),'mCXeg':function(_0x208295,_0x43fd4c){return _0x208295!==_0x43fd4c;},'FQixV':_0x4ad176(_0x23447f._0x40fbde,0x3b1,0x35a,_0x23447f._0x28433c),'XEiqg':_0x3b7dcc(0x4a8,_0x23447f._0x43555a,0x488,0x506),'sPnEd':function(_0x447605,_0x17f3ff){return _0x447605(_0x17f3ff);},'Fthaf':function(_0x12a060,_0x3e6fbd){return _0x12a060!==_0x3e6fbd;},'eCGXy':function(_0x406c89,_0x4fefec){return _0x406c89!==_0x4fefec;},'YacNR':function(_0x57788a,_0x5d2df0){return _0x57788a!==_0x5d2df0;},'ulTGo':function(_0x39a4af,_0x56ab11,_0x5a6d35,_0xe1f070){return _0x39a4af(_0x56ab11,_0x5a6d35,_0xe1f070);},'CBJgT':_0x4ad176(0x350,0x3c1,_0x23447f._0x514003,0x2fb)+'ge','LIDeF':'Forbidden','bYBIw':_0x4ad176(_0x23447f._0x205cea,_0x23447f._0x1df7ba,_0x23447f._0x520a8d,0x42c)+'\x20have\x20team'+_0x3b7dcc(0x52f,_0x23447f._0x4b82ca,0x533,0x55d)+_0x4ad176(_0x23447f._0x3ca207,0x3bf,_0x23447f._0x318828,0x37d)+'on\x20this\x20te'+'am','wHSDg':function(_0xbb556,_0x5c9c91){return _0xbb556===_0x5c9c91;},'rWhWk':_0x3b7dcc(0x50b,_0x23447f._0x57b05d,_0x23447f._0x3323bc,0x504),'zjDvc':_0x4ad176(0x367,0x354,_0x23447f._0x424629,0x3a6)+'ge_members'+_0x4ad176(_0x23447f._0x33fcba,_0x23447f._0x286a23,0x30c,0x37c),'zyzVJ':_0x3b7dcc(0x544,_0x23447f._0x52fbb2,_0x23447f._0x273f61,_0x23447f._0x446c94)+_0x3b7dcc(0x564,_0x23447f._0x4ce2ad,0x51c,_0x23447f._0x1b98de)+_0x4ad176(0x380,0x449,0x3dd,_0x23447f._0x2c00bd)+_0x4ad176(_0x23447f._0x40cc31,_0x23447f._0x3b2587,_0x23447f._0xea1f19,0x374)+_0x4ad176(0x3e8,_0x23447f._0x4ca312,_0x23447f._0x5113ce,_0x23447f._0x4af89b)+'\x20on\x20this\x20t'+'eam','JxlEM':function(_0x27d787,_0x4f589f){return _0x27d787&&_0x4f589f;},'UsdKL':function(_0x4b3a76,_0x11ab94){return _0x4b3a76>_0x11ab94;},'RfBkZ':_0x3b7dcc(_0x23447f._0x193905,0x497,0x462,0x444),'qBvsm':function(_0x418b3e,_0x34b9b0){return _0x418b3e(_0x34b9b0);},'gokOz':_0x3b7dcc(0x548,0x51d,_0x23447f._0x2ea67c,_0x23447f._0x41e511)+'ate\x20member'+'s','uWpqw':'This\x20chang'+_0x3b7dcc(_0x23447f._0x45df4e,_0x23447f._0x3e394f,0x431,0x4aa)+'ave\x20no\x20Ser'+_0x4ad176(_0x23447f._0x566403,_0x23447f._0x2f1a02,_0x23447f._0x2633c5,0x386)+_0x4ad176(0x38d,0x344,0x359,0x396)+_0x3b7dcc(_0x23447f._0xce48e,0x46c,_0x23447f._0x54c8e3,0x4c4)+_0x4ad176(0x31e,0x2fd,_0x23447f._0x2f956b,0x2f3)+_0x3b7dcc(0x4bd,_0x23447f._0x457e19,_0x23447f._0x498709,0x443),'eVxmC':function(_0x5d10a6,_0x468a4a,_0x5c9b2f){return _0x5d10a6(_0x468a4a,_0x5c9b2f);},'vvPfe':_0x3b7dcc(0x4af,_0x23447f._0xc2a2ef,_0x23447f._0x95b868,_0x23447f._0x48bcc3)+_0x3b7dcc(0x4d9,0x4b3,0x4bd,_0x23447f._0x5bebeb)+_0x3b7dcc(_0x23447f._0x152080,_0x23447f._0x1d5695,0x5d2,0x530),'KsQrb':'Nqhoc','cjNeq':_0x3b7dcc(_0x23447f._0x1b9902,_0x23447f._0x23cb69,0x4e3,0x4ca)+'ists','bPYgv':function(_0x45c0bd,_0x20a61b){return _0x45c0bd!==_0x20a61b;},'BWLPr':_0x4ad176(0x354,0x301,_0x23447f._0x1949b3,0x2f9),'KbzBM':_0x4ad176(_0x23447f._0x4a98c4,_0x23447f._0x46e7a6,_0x23447f._0x120fc3,_0x23447f._0x52bc28)+_0x3b7dcc(_0x23447f._0x4f6264,_0x23447f._0x3e0fe2,0x588,0x4ae),'iVlxE':_0x4ad176(0x41f,_0x23447f._0x5d1690,_0x23447f._0xc79382,_0x23447f._0xea1f19)+_0x3b7dcc(0x4f3,_0x23447f._0x284e38,0x525,_0x23447f._0x448a69)+'r'};function _0x3b7dcc(_0x25f908,_0x48ad21,_0x4d1f5d,_0x1fcfc2){return _0x592a0e(_0x25f908-_0x5ef0f8._0x592927,_0x48ad21-0x183,_0x4d1f5d,_0x1fcfc2-0x1e5);}function _0x4ad176(_0x4d9b58,_0x23411d,_0x49b43e,_0xbfd098){return _0x3998a6(_0x4d9b58-0x1c7,_0xbfd098,_0x49b43e-_0x2d3f67._0x171240,_0x49b43e- -0xe1);}try{if(_0x7d2c8e[_0x4ad176(_0x23447f._0x4ae1c2,0x3e7,_0x23447f._0x4b5817,_0x23447f._0x159235)](_0x7d2c8e[_0x3b7dcc(0x52b,0x58b,0x580,0x4bb)],_0x7d2c8e[_0x3b7dcc(_0x23447f._0x8a004a,_0x23447f._0x9a71fc,_0x23447f._0x1ed1dd,_0x23447f._0x517e34)])){const _0x34ba32=await _0x7d2c8e[_0x4ad176(_0x23447f._0x575e71,0x2f9,_0x23447f._0xb05392,0x3b8)](getTeamById,_0x183256['params']['id']);if(!_0x34ba32){const _0x294e6f={};return _0x294e6f['error']=_0x7d2c8e[_0x4ad176(0x385,_0x23447f._0x2d4076,0x387,_0x23447f._0x3f159a)],_0x2732ce[_0x4ad176(_0x23447f._0x510bed,0x3ab,0x348,_0x23447f._0x4abf02)](0x249+0x267c+-0x2731)[_0x4ad176(0x357,0x360,0x3c5,0x43c)](_0x294e6f);}const _0x533adb=_0x183256[_0x3b7dcc(_0x23447f._0x144eec,_0x23447f._0x21d008,_0x23447f._0x432076,0x4e1)]['id'],_0x27fe60=await _0x7d2c8e[_0x3b7dcc(_0x23447f._0x5c059e,_0x23447f._0x28b9ed,_0x23447f._0x5e5d94,0x508)](hasAllPermissions,_0x533adb),_0x3dfbd1=_0x7d2c8e[_0x3b7dcc(0x4da,_0x23447f._0x5380d9,0x48c,0x550)](_0x183256['body'][_0x4ad176(_0x23447f._0x3e616a,0x35a,_0x23447f._0xb1d5d9,_0x23447f._0x365e5e)],undefined)||_0x7d2c8e['eCGXy'](_0x183256[_0x3b7dcc(_0x23447f._0x5ca3c3,0x511,0x4b0,0x49b)][_0x3b7dcc(0x4ab,0x51d,0x4b1,0x4c7)+'n'],undefined),_0x231fa1=_0x7d2c8e[_0x3b7dcc(0x4e1,0x485,0x4f6,_0x23447f._0x2311db)](_0x183256[_0x4ad176(_0x23447f._0x197f60,0x309,0x33b,_0x23447f._0x3036d6)][_0x4ad176(_0x23447f._0x5a1395,0x2ed,_0x23447f._0x375b39,0x2d7)],undefined);if(_0x3dfbd1){const _0x38b333=_0x27fe60||await _0x7d2c8e[_0x3b7dcc(_0x23447f._0x44a946,0x465,_0x23447f._0x3a1d0c,0x4ec)](hasPermission,_0x533adb,_0x7d2c8e['CBJgT'],_0x34ba32['id']);if(!_0x38b333){const _0xb8368e={};return _0xb8368e[_0x3b7dcc(_0x23447f._0x5e3dce,0x4fd,0x42a,_0x23447f._0x23ee29)]=_0x7d2c8e['LIDeF'],_0xb8368e[_0x3b7dcc(0x530,0x58e,0x577,_0x23447f._0x4d075f)]=_0x7d2c8e[_0x4ad176(0x313,_0x23447f._0x3aab3c,0x343,_0x23447f._0x5e8c82)],_0x2732ce[_0x3b7dcc(_0x23447f._0x2c1f27,_0x23447f._0x4b3151,0x511,0x494)](0x7*-0x4a2+-0x13*0xab+0x2eb2)[_0x4ad176(_0x23447f._0x1f49e7,_0x23447f._0x410cbc,_0x23447f._0xecee61,_0x23447f._0x14e9db)](_0xb8368e);}}if(_0x231fa1){if(_0x7d2c8e[_0x4ad176(0x299,0x30f,_0x23447f._0xc538e2,_0x23447f._0x18c986)](_0x3b7dcc(_0x23447f._0x2f095e,_0x23447f._0x23f384,_0x23447f._0x28d90d,_0x23447f._0x58b18b),_0x7d2c8e[_0x3b7dcc(0x51f,0x589,_0x23447f._0x18e6ed,0x4a5)])){const _0x1aaf80=_0x27fe60||await _0x7d2c8e['ulTGo'](hasPermission,_0x533adb,_0x7d2c8e[_0x4ad176(_0x23447f._0x44cb03,0x2da,0x326,0x2b5)],_0x34ba32['id']);if(!_0x1aaf80){const _0x2b22f6={};return _0x2b22f6[_0x4ad176(0x344,_0x23447f._0x41c8ac,_0x23447f._0x5b2ef2,_0x23447f._0x1aff70)]=_0x4ad176(0x363,_0x23447f._0x16b375,_0x23447f._0x5f7998,_0x23447f._0x17f947),_0x2b22f6['message']=_0x7d2c8e[_0x3b7dcc(_0x23447f._0x4a634a,0x47d,0x4e4,_0x23447f._0x3be786)],_0x2732ce[_0x4ad176(0x345,0x2df,_0x23447f._0x532ea3,0x3ab)](-0x3d*0xa2+0xd4*-0x27+0x1*0x4879)['json'](_0x2b22f6);}}else{const _0x8851b={};return _0x8851b[_0x3b7dcc(0x4a2,0x4f6,_0x23447f._0x5b1731,_0x23447f._0x2ace5a)]=_0x7d2c8e[_0x4ad176(_0x23447f._0x32ddba,0x393,_0x23447f._0x39916c,0x3ef)],_0x4b681f['status'](-0xfe4+0x1*0x204b+0x73*-0x21)['json'](_0x8851b);}}if(_0x7d2c8e['JxlEM'](!_0x3dfbd1,!_0x231fa1)){const _0x17eb46={};return _0x17eb46[_0x4ad176(_0x23447f._0x16e571,_0x23447f._0x16e571,_0x23447f._0x5b2ef2,_0x23447f._0x4c1e2f)]=_0x4ad176(_0x23447f._0x30e159,_0x23447f._0x1df46e,0x3b3,_0x23447f._0x1260dd)+'t',_0x17eb46['message']=_0x4ad176(0x30e,_0x23447f._0x20b737,_0x23447f._0x41e605,_0x23447f._0x2f5745)+'\x20provided',_0x2732ce[_0x3b7dcc(_0x23447f._0x2c1f27,0x4f1,_0x23447f._0x4226dd,0x53c)](0xc94+0x5*-0x33b+0x107*0x5)[_0x3b7dcc(0x550,0x4d7,0x597,_0x23447f._0x18b97e)](_0x17eb46);}const _0x792d73={};if(_0x183256[_0x4ad176(_0x23447f._0x96e64c,0x3b0,0x33b,0x391)][_0x4ad176(_0x23447f._0x143569,_0x23447f._0xfc82ba,_0x23447f._0x5a462d,0x2b6)]!==undefined)_0x792d73[_0x4ad176(_0x23447f._0x3cf512,0x324,0x302,0x364)]=_0x183256[_0x3b7dcc(_0x23447f._0x5ca3c3,0x4f4,0x51b,_0x23447f._0x28b9ed)][_0x3b7dcc(_0x23447f._0x578fee,0x464,0x4c7,_0x23447f._0x3a6750)];if(_0x7d2c8e[_0x3b7dcc(_0x23447f._0xc0e46e,0x4c0,_0x23447f._0x67aaf8,_0x23447f._0xfb9621)](_0x183256[_0x4ad176(0x39c,0x331,0x33b,_0x23447f._0x4bec79)][_0x3b7dcc(0x4ab,_0x23447f._0x5db231,_0x23447f._0x18f5f7,0x506)+'n'],undefined))_0x792d73[_0x3b7dcc(_0x23447f._0x31a988,_0x23447f._0x15d10d,0x4cc,0x51d)+'n']=_0x183256[_0x3b7dcc(0x4c6,_0x23447f._0x360d20,0x46c,_0x23447f._0x331e31)][_0x4ad176(_0x23447f._0xf746f2,_0x23447f._0x286a23,0x320,_0x23447f._0x3b72ed)+'n'];if(_0x7d2c8e['eCGXy'](_0x183256[_0x4ad176(_0x23447f._0x4ff166,0x382,_0x23447f._0x4c4a5a,_0x23447f._0x4f2e3c)][_0x4ad176(_0x23447f._0xecd420,_0x23447f._0x109fdb,_0x23447f._0x375b39,0x2ec)],undefined))_0x792d73['members']=_0x183256[_0x4ad176(_0x23447f._0x1241f5,_0x23447f._0xcc73d9,0x33b,0x2e2)][_0x4ad176(0x374,0x33d,0x30d,_0x23447f._0x3fd9cb)];if(_0x792d73['members']&&_0x7d2c8e[_0x3b7dcc(0x4d8,_0x23447f._0x44e3de,0x4b2,0x497)](_0x792d73[_0x4ad176(_0x23447f._0x588109,_0x23447f._0x3d4e74,_0x23447f._0x5bfb95,0x30a)]['length'],-0x2*-0xc51+0x6ee*-0x1+-0x11b4)){if(_0x7d2c8e[_0x3b7dcc(0x495,0x4cf,_0x23447f._0x4b3151,_0x23447f._0x28a215)](_0x7d2c8e[_0x4ad176(_0x23447f._0x53f00e,_0x23447f._0x55920d,_0x23447f._0x481708,0x388)],'MXxXI')){const _0x17aa6d={};return _0x17aa6d['error']=_0x7d2c8e[_0x4ad176(0x327,_0x23447f._0x143956,0x367,_0x23447f._0x5c0100)],_0x17aa6d['message']=_0x18f409[_0x4ad176(_0x23447f._0x9edbc,_0x23447f._0x426768,_0x23447f._0x30f238,_0x23447f._0x5a77d9)],_0x175ef9['status'](-0x5f4+0x1671+-0x1*0xee4)['json'](_0x17aa6d);}else{const _0x26dca4=await _0x7d2c8e[_0x4ad176(0x332,0x2f8,_0x23447f._0xb05392,0x373)](validateUserIds,_0x792d73['members']);if(_0x26dca4['length']>-0x1278+-0x7f*-0x3a+-0xa4e)return _0x2732ce[_0x3b7dcc(_0x23447f._0x32348e,_0x23447f._0x16f94f,0x52e,_0x23447f._0x4eb0c1)](-0x55+-0x2b1+-0x496*-0x1)['json']({'error':_0x7d2c8e[_0x4ad176(_0x23447f._0x2e4e5d,_0x23447f._0x2970e6,_0x23447f._0x3ef682,0x321)],'message':_0x3b7dcc(_0x23447f._0x553db2,0x4c5,_0x23447f._0x34185e,0x561)+_0x4ad176(0x3aa,0x411,0x3de,_0x23447f._0x3fbd71)+_0x26dca4[_0x4ad176(_0x23447f._0xdd4f6a,0x3a4,0x38f,_0x23447f._0x45ab77)](',\x20')});}}if(_0x792d73['members']!==undefined){const _0x4c2683={};_0x4c2683[_0x3b7dcc(0x4f8,0x47e,0x53c,0x532)]=_0x34ba32['id'],_0x4c2683[_0x3b7dcc(0x498,_0x23447f._0x10ef8d,_0x23447f._0x3c4bca,0x44f)]=_0x792d73['members'];const _0x307cfe={};_0x307cfe['replaceTea'+'mMembers']=_0x4c2683;const _0x57aec6=await _0x7d2c8e[_0x3b7dcc(_0x23447f._0xf90073,_0x23447f._0x4c97b0,_0x23447f._0x1158ab,_0x23447f._0x174863)](wouldRetainServerAdmin,_0x307cfe);if(!_0x57aec6){const _0x3723f6={};return _0x3723f6[_0x4ad176(0x388,_0x23447f._0x49130e,0x317,0x2c4)]=_0x7d2c8e[_0x3b7dcc(0x4bf,_0x23447f._0x4c954f,0x4cd,_0x23447f._0x1fe620)],_0x3723f6[_0x3b7dcc(0x530,0x544,0x519,0x565)]=_0x7d2c8e['uWpqw'],_0x2732ce[_0x3b7dcc(_0x23447f._0x39b517,_0x23447f._0x25ff47,0x523,0x487)](-0xf*0x11c+-0x7*0x64+0x218*0xa)['json'](_0x3723f6);}}const _0x10a998=await _0x7d2c8e[_0x4ad176(0x373,0x41a,0x3d5,0x3aa)](updateTeam,_0x34ba32['id'],_0x792d73),_0x106947={..._0x10a998};_0x106947[_0x4ad176(_0x23447f._0x514072,0x431,_0x23447f._0x2f5745,_0x23447f._0x39077f)+'embers']=!![];const _0x468f61={};return _0x468f61['message']=_0x7d2c8e[_0x3b7dcc(_0x23447f._0x216834,_0x23447f._0xf6c17c,_0x23447f._0x12adb9,_0x23447f._0x453e1b)],_0x468f61[_0x3b7dcc(_0x23447f._0x118a93,_0x23447f._0x4ad8f4,_0x23447f._0x506feb,_0x23447f._0x43b0c2)]=_0x106947,_0x2732ce['json'](_0x468f61);}else{const _0x46ccf9={};return _0x46ccf9[_0x3b7dcc(_0x23447f._0x5e3dce,_0x23447f._0x1a7f5f,0x48b,_0x23447f._0x2ac8ad)]=_0x7d2c8e[_0x3b7dcc(_0x23447f._0x13d71c,_0x23447f._0xfb477e,_0x23447f._0x1e391d,_0x23447f._0x2a9ab0)],_0x46ccf9[_0x3b7dcc(_0x23447f._0x339a91,0x511,_0x23447f._0x2a521f,_0x23447f._0x4f4dfb)]=_0x7d2c8e['NfzHK'],_0x3964a0['status'](-0x195e+-0x1126+-0x160a*-0x2)[_0x4ad176(_0x23447f._0x4f3a25,0x384,0x3c5,0x3bd)](_0x46ccf9);}}catch(_0xf9938){if(_0x7d2c8e[_0x3b7dcc(0x4da,_0x23447f._0x34185e,0x4a2,0x50c)](_0x7d2c8e[_0x4ad176(0x347,_0x23447f._0xd76c0a,0x31c,0x366)],_0x3b7dcc(_0x23447f._0x131132,_0x23447f._0x1f0d62,0x4b4,_0x23447f._0x45a83c))){const _0x2ca9e7={};return _0x2ca9e7[_0x3b7dcc(0x4a2,0x439,0x435,_0x23447f._0x514649)]=_0x7d2c8e[_0x4ad176(_0x23447f._0x243ad0,0x3ba,_0x23447f._0x4210c3,_0x23447f._0x1cde1f)],_0x2ca9e7['message']=_0x3b7dcc(_0x23447f._0x4bf20d,0x4e7,0x48f,0x550)+_0x4ad176(0x364,_0x23447f._0x487926,_0x23447f._0x3645f2,0x30c)+_0x4ad176(0x333,0x364,_0x23447f._0x316727,0x317)+_0x4ad176(0x30f,0x38b,_0x23447f._0x18c986,_0x23447f._0x2729ed)+_0x4ad176(_0x23447f._0x747ba8,_0x23447f._0x1fdf4d,_0x23447f._0x3036d6,0x3e6)+_0x4ad176(_0x23447f._0x3e47f1,0x384,_0x23447f._0x375b83,_0x23447f._0x212224)+'e\x20Server\x20A'+_0x4ad176(_0x23447f._0x474189,_0x23447f._0xcc73d9,_0x23447f._0x4ea244,_0x23447f._0x71de1a)+'remain.',_0x1be1e9[_0x3b7dcc(0x4d3,0x4a0,_0x23447f._0x3e7d42,_0x23447f._0x5ca3c3)](-0x3*0xba2+-0x15e0+0x3a56)[_0x4ad176(_0x23447f._0x3036d6,_0x23447f._0x173afc,0x3c5,_0x23447f._0x16896d)](_0x2ca9e7);}else{if(_0xf9938[_0x4ad176(_0x23447f._0x4cc68f,0x36e,_0x23447f._0x480da1,_0x23447f._0x20c233)]['includes'](_0x7d2c8e[_0x4ad176(_0x23447f._0x33173d,0x37d,_0x23447f._0xfda7d1,_0x23447f._0x3e508f)])){if(_0x7d2c8e['bPYgv'](_0x7d2c8e[_0x4ad176(_0x23447f._0x5d1690,_0x23447f._0x585d77,_0x23447f._0x2d05a8,_0x23447f._0x5b2ef2)],_0x7d2c8e['BWLPr'])){const _0x5c70a5={};_0x5c70a5[_0x3b7dcc(_0x23447f._0x45a83c,_0x23447f._0x482064,_0x23447f._0x15790d,0x431)]=_0x351416[_0x4ad176(0x3a8,0x3f8,0x3a5,0x399)],_0x45196d[_0x3b7dcc(_0x23447f._0x5e3dce,0x476,_0x23447f._0x4a04ae,_0x23447f._0x1f5d02)](_0x7d2c8e[_0x3b7dcc(_0x23447f._0x324bc0,_0x23447f._0x6f3eb8,0x59b,_0x23447f._0x205faf)],_0x5c70a5);const _0x16878a={};return _0x16878a[_0x3b7dcc(_0x23447f._0x5e3dce,_0x23447f._0x93c1c4,0x458,_0x23447f._0x4a634a)]=_0x3b7dcc(_0x23447f._0x520b2e,0x4eb,0x53e,0x510)+_0x3b7dcc(_0x23447f._0x237588,_0x23447f._0x5bfdc9,0x54e,0x556)+'r',_0x90f981[_0x4ad176(0x2cd,0x347,_0x23447f._0x2f89cd,_0x23447f._0x3b72ed)](-0x32e*0x1+-0xdd6+-0x12f8*-0x1)['json'](_0x16878a);}else{const _0x57f8b2={};return _0x57f8b2[_0x4ad176(_0x23447f._0xa30d1b,0x2a6,0x317,_0x23447f._0x335fcb)]=_0x7d2c8e[_0x3b7dcc(_0x23447f._0x47192d,_0x23447f._0x2a0d4c,0x53a,_0x23447f._0xcc470b)],_0x57f8b2[_0x4ad176(_0x23447f._0x481708,_0x23447f._0x343626,_0x23447f._0x30f238,0x3dc)]=_0xf9938[_0x3b7dcc(0x530,0x58c,0x58c,0x54c)],_0x2732ce[_0x4ad176(_0x23447f._0x9d69c9,0x334,0x348,0x36d)](0x2360+-0x224e+0x87)[_0x4ad176(_0x23447f._0x135f8f,_0x23447f._0x44d017,0x3c5,0x36b)](_0x57f8b2);}}const _0x30442c={};_0x30442c[_0x4ad176(0x2b9,0x31a,0x317,_0x23447f._0x5c578d)]=_0xf9938[_0x3b7dcc(_0x23447f._0x339a91,_0x23447f._0x51c6b6,_0x23447f._0x735f9c,_0x23447f._0x580ae6)],logger[_0x3b7dcc(0x4a2,0x4ea,_0x23447f._0x49ffa4,_0x23447f._0x592e95)](_0x7d2c8e[_0x4ad176(_0x23447f._0x4b7b48,0x33d,0x3aa,_0x23447f._0x39c8dd)],_0x30442c);const _0x3242ad={};return _0x3242ad[_0x3b7dcc(_0x23447f._0x304dd3,_0x23447f._0x482064,0x4a9,0x469)]=_0x7d2c8e[_0x4ad176(_0x23447f._0x285b85,_0x23447f._0x5ae743,0x32a,0x2ff)],_0x2732ce['status'](0xc64+0x518+0x7*-0x238)[_0x4ad176(0x3a3,0x38e,_0x23447f._0xecee61,0x38a)](_0x3242ad);}}});const _0x507b09={};_0x507b09[_0x3998a6(0x47f,0x4bb,0x4bd,0x47f)]='id',router['delete']('/:id',requirePermission(_0x3998a6(0x40b,0x4b8,0x420,0x443)+'ge',_0x507b09),async(_0x5d8e5b,_0x1c28e0)=>{const _0xfefcd4={_0x34da82:0x558,_0x459024:0x58b,_0x49fece:0x59c,_0x1372f3:0x5b5,_0x1efd32:0x4a0,_0x3f2d84:0x4fa,_0xf95892:0x570,_0x386026:0x54a,_0x45630d:0x1e,_0x395a14:0x22,_0x1003fe:0x19,_0x257747:0x31,_0x241ced:0xe,_0x2f072e:0x46,_0x390471:0x2b,_0xce63e4:0x14,_0x42530d:0x508,_0xce0402:0x4fe,_0x26787d:0x4fb,_0x2b00ad:0x523,_0x2cbc59:0x4ae,_0x4a305b:0x4d9,_0x3f786f:0x4b8,_0x43e1f5:0x457,_0xa505fa:0x4f9,_0x4cdc57:0x5,_0x124ec6:0x10,_0x1beea5:0x6a,_0x2b7cb3:0x528,_0x15e9ee:0x71,_0x24b5b4:0x59,_0x3207d1:0x7b,_0x50dabc:0x32,_0xaee08f:0x94,_0x3097fe:0x50,_0xe9460c:0x82,_0x54f217:0x4f,_0x2388c3:0x33,_0x445d38:0x4ab,_0x13f8f2:0x573,_0xc99237:0x538,_0x415d97:0x55b,_0x32d5ed:0x548,_0x465287:0x48,_0x44b652:0x4dd,_0x1c584e:0x4c2,_0x2910fc:0xbb,_0x22b701:0x16,_0xb92b27:0x72,_0x8d2833:0x58,_0x56a829:0x595,_0x291eff:0x4d4,_0x427b88:0x57,_0x2c1185:0x4,_0x4de3c9:0xa6,_0x3f29d2:0x517,_0x48be3e:0x500,_0x395262:0x496,_0x4f7f72:0x4bc,_0x3f5f3c:0x4d4,_0x27487c:0x49c,_0x36134f:0x4ce,_0x5f01ee:0x47d,_0x52153a:0x4a6,_0x249f2f:0x4ff,_0x2220ed:0x4f3,_0x54d44e:0x46c,_0x235545:0x4f5,_0x6d954e:0x3e,_0x123e64:0x29,_0x1f7190:0x514,_0x2bce85:0x502,_0x2ccc0d:0xd8,_0x1fd40c:0x7b,_0x28a07c:0xc8,_0x498c55:0x9c,_0x17d990:0x33,_0xb70dca:0xae,_0xf42666:0x5b,_0x61ebe1:0x62,_0x515e2e:0x9f,_0x3a7f6f:0x17,_0x5d00ca:0x40,_0x568198:0x12,_0x5eed02:0x28,_0x80e0f6:0x9,_0x117938:0x2,_0x3aeb94:0x594},_0x3f822f={_0x3c986a:0x42b},_0x131415={_0x1d889f:0x18f};function _0xec0f4(_0x5ecf3e,_0x43b98a,_0x326f11,_0xad2e8d){return _0x3998a6(_0x5ecf3e-_0x131415._0x1d889f,_0x326f11,_0x326f11-0x178,_0x5ecf3e-0xae);}const _0x3bee0d={'FAGce':_0xec0f4(_0xfefcd4._0x34da82,_0xfefcd4._0x459024,_0xfefcd4._0x49fece,_0xfefcd4._0x1372f3)+_0xec0f4(_0xfefcd4._0x1efd32,_0xfefcd4._0x1efd32,0x474,0x44b),'NEKyq':_0xec0f4(0x545,_0xfefcd4._0x3f2d84,_0xfefcd4._0xf95892,_0xfefcd4._0x386026)+_0x24ed13(0x13,-0x19,_0xfefcd4._0x45630d,_0xfefcd4._0x395a14)+'r','aNLmM':function(_0x46fdaf,_0x375d36){return _0x46fdaf(_0x375d36);},'OoXOS':_0x24ed13(-0x82,-_0xfefcd4._0x1003fe,-_0xfefcd4._0x257747,-_0xfefcd4._0x241ced)+'ound','njFXp':_0x24ed13(-0x2e,-_0xfefcd4._0x2f072e,-_0xfefcd4._0x390471,_0xfefcd4._0xce63e4)+_0xec0f4(0x518,_0xfefcd4._0x42530d,0x563,0x4cb),'DNiiF':function(_0x31ad83,_0x38a320,_0x56e882,_0x39d2fd){return _0x31ad83(_0x38a320,_0x56e882,_0x39d2fd);},'kzKxz':function(_0x486038,_0x3f75c4){return _0x486038!==_0x3f75c4;},'YYqPK':_0xec0f4(_0xfefcd4._0xce0402,_0xfefcd4._0x26787d,0x539,_0xfefcd4._0x2b00ad),'oeQDd':_0xec0f4(0x55c,0x4fb,0x543,0x4e2),'GgyEy':_0xec0f4(0x4da,_0xfefcd4._0x2cbc59,_0xfefcd4._0x4a305b,0x4b6)+'ting\x20team'};function _0x24ed13(_0x1f1d36,_0x122bba,_0x39c041,_0x4e7e63){return _0x3998a6(_0x1f1d36-0x123,_0x4e7e63,_0x39c041-0x14b,_0x39c041- -_0x3f822f._0x3c986a);}try{const _0x173416=await _0x3bee0d[_0xec0f4(_0xfefcd4._0x3f786f,0x440,_0xfefcd4._0x43e1f5,_0xfefcd4._0xa505fa)](getTeamById,_0x5d8e5b[_0x24ed13(_0xfefcd4._0x4cdc57,0x49,-_0xfefcd4._0x124ec6,_0xfefcd4._0x1beea5)]['id']);if(!_0x173416){const _0x35fc35={};return _0x35fc35[_0x24ed13(0x46,0x2d,-0x33,-0x4e)]=_0x3bee0d[_0xec0f4(_0xfefcd4._0x2b7cb3,0x56c,0x55e,0x507)],_0x1c28e0[_0x24ed13(-0x58,0x6e,-0x2,-0x37)](0x1*0x101+-0x1863+0x429*0x6)[_0x24ed13(_0xfefcd4._0x15e9ee,_0xfefcd4._0x24b5b4,_0xfefcd4._0x3207d1,_0xfefcd4._0x50dabc)](_0x35fc35);}const _0x41a76e={};_0x41a76e[_0x24ed13(-0x2a,_0xfefcd4._0xaee08f,_0xfefcd4._0x3097fe,0x5d)+'mId']=_0x173416['id'];const _0x2b9d2e=await wouldRetainServerAdmin(_0x41a76e);if(!_0x2b9d2e){const _0x5dc63e={};return _0x5dc63e[_0x24ed13(-_0xfefcd4._0xe9460c,-_0xfefcd4._0x54f217,-_0xfefcd4._0x2388c3,-0x6b)]=_0x3bee0d['njFXp'],_0x5dc63e['message']=_0xec0f4(0x4d3,0x459,0x475,_0xfefcd4._0x445d38)+_0xec0f4(0x50e,_0xfefcd4._0x13f8f2,0x4b8,0x4af)+_0xec0f4(0x573,0x5dd,_0xfefcd4._0xc99237,0x5a3)+'rver\x20Admin'+'(s).\x20At\x20le'+_0xec0f4(_0xfefcd4._0x415d97,_0xfefcd4._0x32d5ed,0x520,_0xfefcd4._0x49fece)+_0x24ed13(0x5c,0x50,_0xfefcd4._0x465287,0x8)+_0xec0f4(0x535,0x59b,_0xfefcd4._0x44b652,_0xfefcd4._0x1c584e)+'in.',_0x1c28e0[_0xec0f4(0x4d7,0x497,0x50d,0x540)](0x2ff+-0x365*-0x1+0x3*-0x19c)[_0x24ed13(0x0,0xb1,0x7b,_0xfefcd4._0x2910fc)](_0x5dc63e);}const _0x15fc5b=await _0x3bee0d[_0x24ed13(-0x9,_0xfefcd4._0x22b701,_0xfefcd4._0xb92b27,_0xfefcd4._0x8d2833)](deleteTeam,_0x173416['id'],deleteBindingsBySubject,deleteBindingsByResource),_0x231894={};return _0x231894[_0xec0f4(0x534,_0xfefcd4._0x56a829,_0xfefcd4._0x291eff,0x593)]=_0x24ed13(0x26,0x80,0x27,0x6f)+_0x24ed13(-_0xfefcd4._0x427b88,-0x1a,_0xfefcd4._0x2c1185,-0x11)+_0x24ed13(_0xfefcd4._0xb92b27,0x74,_0xfefcd4._0x4de3c9,0x72),_0x231894['deletedBin'+_0xec0f4(0x50b,_0xfefcd4._0x3f29d2,0x51d,_0xfefcd4._0x48be3e)]=_0x15fc5b['deletedBin'+_0x24ed13(0x1d,_0xfefcd4._0x427b88,0x32,-0x17)],_0x1c28e0['json'](_0x231894);}catch(_0x3d5acb){if(_0x3bee0d[_0xec0f4(_0xfefcd4._0x395262,0x508,0x4f3,0x4a9)](_0x3bee0d[_0xec0f4(_0xfefcd4._0x4f7f72,_0xfefcd4._0x3f5f3c,_0xfefcd4._0x27487c,_0xfefcd4._0x36134f)],_0x3bee0d[_0xec0f4(0x4db,_0xfefcd4._0x5f01ee,_0xfefcd4._0x3f786f,0x464)])){const _0xbbf9cd={};_0xbbf9cd[_0xec0f4(_0xfefcd4._0x52153a,0x44f,0x4e7,0x4c0)]=_0x3d5acb[_0xec0f4(0x534,0x562,0x57d,_0xfefcd4._0x249f2f)],logger[_0xec0f4(_0xfefcd4._0x52153a,_0xfefcd4._0x2220ed,0x432,_0xfefcd4._0x54d44e)](_0x3bee0d['GgyEy'],_0xbbf9cd);const _0x23114b={};return _0x23114b[_0xec0f4(0x4a6,0x501,_0xfefcd4._0x235545,0x4be)]=_0x3bee0d[_0x24ed13(-0x80,-_0xfefcd4._0x6d954e,-0x12,-_0xfefcd4._0x123e64)],_0x1c28e0[_0xec0f4(0x4d7,_0xfefcd4._0x1f7190,0x50d,_0xfefcd4._0x2bce85)](-0x3*-0x4a3+0x393*-0x1+-0x862)[_0x24ed13(0x4f,_0xfefcd4._0x2ccc0d,_0xfefcd4._0x1fd40c,_0xfefcd4._0x28a07c)](_0x23114b);}else{const _0x280e24={};_0x280e24[_0x24ed13(-_0xfefcd4._0x498c55,-0x3f,-_0xfefcd4._0x17d990,-_0xfefcd4._0xb70dca)]=_0x23c54c[_0x24ed13(0xb2,0x63,_0xfefcd4._0xf42666,_0xfefcd4._0x61ebe1)],_0x240f3e['error'](_0x3bee0d['FAGce'],_0x280e24);const _0x450d4f={};return _0x450d4f[_0x24ed13(0x18,-0x64,-0x33,-_0xfefcd4._0x515e2e)]=_0x3bee0d[_0x24ed13(_0xfefcd4._0x3a7f6f,-_0xfefcd4._0x5d00ca,-_0xfefcd4._0x568198,-0x8d)],_0x589b34[_0x24ed13(_0xfefcd4._0x5eed02,-_0xfefcd4._0x80e0f6,-_0xfefcd4._0x117938,_0xfefcd4._0x8d2833)](-0x15b*-0x11+-0x14b2+-0x65)[_0xec0f4(0x554,0x59d,0x544,_0xfefcd4._0x3aeb94)](_0x450d4f);}}});const _0x1edd9d={};_0x1edd9d[_0x592a0e(0x278,0x2c4,0x20f,0x29d)]='id',router[_0x3998a6(0x3b5,0x399,0x3b0,0x3e2)](_0x3998a6(0x37d,0x43e,0x441,0x3ea)+'rs',requirePermission('teams:mana'+_0x592a0e(0x281,0x25d,0x2a0,0x2ea)+_0x592a0e(0x1e6,0x187,0x189,0x20d),_0x1edd9d),async(_0x18a703,_0x1ce206)=>{const _0x3ca507={_0x1fcdb4:0x26f,_0xd667f3:0x2d4,_0x3e799e:0x225,_0x2dc3fe:0x247,_0x509709:0x204,_0x271acd:0x1ec,_0x2534fa:0x1ff,_0x419ee5:0x22a,_0x4efbb5:0x25c,_0xb77486:0x29c,_0x2b42df:0x2a6,_0xac59c:0x26a,_0xef9737:0x243,_0x52adb5:0x32f,_0x3a4ee6:0x2d0,_0x3fa6bf:0x250,_0x2733de:0x2d6,_0x5cac89:0x268,_0x882df0:0x329,_0x33620c:0x2e1,_0x30ee81:0x393,_0x1a9850:0x1eb,_0x11d75c:0x179,_0x426a41:0x2eb,_0x36c8fb:0x2b2,_0x3ec5f4:0x2ff,_0x595186:0x388,_0x2be9e7:0x39a,_0x34a12b:0x22c,_0x2520a1:0x281,_0x37710b:0x290,_0x2cd7ac:0x24a,_0x2f972c:0x21c,_0x2ec9e1:0x25c,_0x392bbf:0x27c,_0x42662e:0x2b6,_0x139960:0x1d8,_0x2f5847:0x1ca,_0x573303:0x205,_0x1c0203:0x25e,_0x5d8c6f:0x2e4,_0x55fa67:0x284,_0x507b49:0x254,_0x2eb2c7:0x317,_0x40b9a2:0x1af,_0x566319:0x19e,_0x56e7fd:0x19a,_0x37044f:0x27b,_0x2d0b51:0x2a8,_0x39a27a:0x327,_0x5d6903:0x34e,_0x305141:0x2ab,_0x19db08:0x2e1,_0x2f6161:0x1eb,_0x1b09d8:0x217,_0x106f48:0x266,_0x596bc5:0x1e3,_0x45d114:0x225,_0x4d7cdc:0x1b8,_0x491a92:0x2d1,_0x5f09d6:0x35c,_0x2c4662:0x398,_0x382668:0x3c5,_0x3f50f6:0x284,_0x3642d6:0x331,_0x118b0b:0x2c3,_0x1d89bb:0x2ae,_0x1b23a3:0x2b8,_0x2e01ec:0x31a,_0x5a59ed:0x34a,_0x8d01e:0x306,_0x14da6c:0x2db,_0x45bb8b:0x241,_0x31933a:0x21f,_0x2832fa:0x26d,_0x436df6:0x2c2,_0x16dbe3:0x2e3,_0x357d0b:0x325,_0x4ee650:0x35c,_0x20c35c:0x3a2,_0x16a7e4:0x3cf,_0x14dd83:0x271,_0x446222:0x26f,_0x2bcd9a:0x225,_0xa617d6:0x2ca,_0x24665d:0x2de,_0x2c20a6:0x2b3,_0x2e45e0:0x265,_0x263bf0:0x2d3,_0x1970d8:0x2cd,_0x496e2f:0x1cb,_0x31ac5a:0x1c0,_0x16b3a9:0x21c,_0x373315:0x282,_0x4cadc7:0x225,_0x451997:0x323,_0x5defef:0x37b,_0x302573:0x219,_0x37d375:0x200,_0x48c32a:0x353,_0x31290a:0x32c,_0x1d0303:0x27c,_0x211495:0x28c,_0x3b41cf:0x29f,_0x51f2bc:0x29e,_0x3e669e:0x23b,_0x71cf9c:0x2aa,_0x1ad028:0x37e,_0x4bdbb6:0x346,_0x37d5a7:0x3cb,_0x37c4f3:0x37f,_0x343061:0x34c,_0x3fd6d3:0x323,_0x2e53dc:0x25e,_0x1fdd41:0x22e,_0x52f630:0x2b3,_0x5d913d:0x321,_0x5f4139:0x2d2,_0x15aa39:0x32e,_0x5dc491:0x33c,_0x54c409:0x30a,_0x427931:0x369,_0x1e2dee:0x282,_0x44a54a:0x3bb,_0x11c5fd:0x314,_0x19bace:0x2e5,_0x3d02ec:0x238,_0x16ddd6:0x2b3,_0x530a93:0x309},_0x2a63bc={_0x2a40c4:0x4a4,_0x143d6c:0x144},_0xe4dd77={'mfijX':'Bad\x20Reques'+'t','AOQIr':_0x40f7a3(0x2dd,_0x3ca507._0x1fcdb4,0x343,_0x3ca507._0xd667f3)+'ound','GTmwB':_0x376683(-_0x3ca507._0x3e799e,-0x1f2,-_0x3ca507._0x2dc3fe,-_0x3ca507._0x509709)+_0x376683(-_0x3ca507._0x271acd,-_0x3ca507._0x2534fa,-0x274,-0x264),'NHAmP':function(_0x42d265,_0x4c420d){return _0x42d265!==_0x4c420d;},'DuLoh':_0x376683(-0x277,-_0x3ca507._0x419ee5,-0x24d,-_0x3ca507._0x4efbb5),'AMTtg':_0x40f7a3(_0x3ca507._0xb77486,_0x3ca507._0x2b42df,_0x3ca507._0xac59c,0x2d7),'qeDDx':'Team\x20not\x20f'+_0x40f7a3(0x2c2,0x334,0x32a,0x310),'DrJjF':_0x376683(-_0x3ca507._0xef9737,-0x210,-0x1b3,-0x1e1)+_0x376683(-0x272,-0x2b0,-0x333,-0x2c6),'ixqsU':function(_0x58348d,_0x3c5911){return _0x58348d(_0x3c5911);},'DrGuC':_0x40f7a3(0x344,0x2e0,_0x3ca507._0x52adb5,_0x3ca507._0x3a4ee6),'FCzIk':function(_0x377507,_0x16cc80,_0x5421ac){return _0x377507(_0x16cc80,_0x5421ac);},'NgjlO':_0x376683(-0x2b2,-0x2ae,-0x265,-_0x3ca507._0x3fa6bf)+'ed\x20to\x20team','TTmNQ':_0x376683(-0x2a6,-_0x3ca507._0x2733de,-_0x3ca507._0x5cac89,-0x2b4)+'member','yILzU':_0x40f7a3(0x34c,_0x3ca507._0x882df0,_0x3ca507._0x33620c,_0x3ca507._0x30ee81),'erQMl':_0x376683(-_0x3ca507._0x1a9850,-_0x3ca507._0x11d75c,-0x1a3,-0x1f4)+_0x40f7a3(_0x3ca507._0x426a41,0x2f3,_0x3ca507._0x36c8fb,_0x3ca507._0x3ec5f4),'AnfHN':_0x40f7a3(0x34d,0x333,_0x3ca507._0x595186,_0x3ca507._0x2be9e7)+'erver\x20erro'+'r'};function _0x376683(_0xab4fdb,_0x33d557,_0x39a69f,_0xd609d4){return _0x592a0e(_0xd609d4- -_0x2a63bc._0x2a40c4,_0x33d557-0xb9,_0x33d557,_0xd609d4-_0x2a63bc._0x143d6c);}function _0x40f7a3(_0x308b82,_0x1d7dc2,_0x4dee3c,_0x23b9bb){return _0x3998a6(_0x308b82-0x51,_0x4dee3c,_0x4dee3c-0x91,_0x308b82- -0x14a);}try{const _0x16cb54=await getTeamById(_0x18a703[_0x376683(-_0x3ca507._0x34a12b,-0x2f9,-_0x3ca507._0x2520a1,-_0x3ca507._0x37710b)]['id']);if(!_0x16cb54){if(_0xe4dd77[_0x376683(-_0x3ca507._0x2cd7ac,-_0x3ca507._0x1fcdb4,-0x1cc,-_0x3ca507._0x2f972c)](_0xe4dd77['DuLoh'],_0xe4dd77[_0x40f7a3(0x31d,0x374,0x2d6,0x397)])){const _0x319a35={};return _0x319a35[_0x376683(-0x2ce,-_0x3ca507._0x2ec9e1,-_0x3ca507._0x392bbf,-0x2b3)]=_0xe4dd77[_0x376683(-_0x3ca507._0x2520a1,-0x2b1,-0x24b,-_0x3ca507._0x42662e)],_0x1ce206['status'](-0x2663+-0x141+0x2938)[_0x376683(-0x1e7,-_0x3ca507._0x139960,-_0x3ca507._0x2f5847,-_0x3ca507._0x573303)](_0x319a35);}else{const _0x57d4f9={};return _0x57d4f9[_0x376683(-_0x3ca507._0x1c0203,-_0x3ca507._0x5d8c6f,-_0x3ca507._0x55fa67,-0x2b3)]=_0xe4dd77[_0x40f7a3(0x2bc,_0x3ca507._0x507b49,0x30e,_0x3ca507._0x2eb2c7)],_0x57d4f9[_0x376683(-0x1eb,-0x225,-_0x3ca507._0x40b9a2,-_0x3ca507._0x3e799e)]=_0xe4dd77[_0x376683(-0x17d,-_0x3ca507._0x566319,-_0x3ca507._0x56e7fd,-0x1f0)],_0x1822a5[_0x40f7a3(0x2df,_0x3ca507._0x37044f,_0x3ca507._0x2d0b51,0x284)](-0x1f71+0x1c09+0x4f8)[_0x40f7a3(0x35c,0x357,_0x3ca507._0x39a27a,_0x3ca507._0x5d6903)](_0x57d4f9);}}const {userId:_0x4ad345}=_0x18a703['body'];if(!_0x4ad345){const _0x3ac191={};return _0x3ac191[_0x376683(-_0x3ca507._0x305141,-_0x3ca507._0x19db08,-0x241,-0x2b3)]=_0x376683(-_0x3ca507._0x2f6161,-0x291,-0x20f,-_0x3ca507._0x1b09d8)+'t',_0x3ac191[_0x376683(-_0x3ca507._0x106f48,-0x279,-_0x3ca507._0x596bc5,-_0x3ca507._0x3e799e)]=_0xe4dd77[_0x376683(-_0x3ca507._0x45d114,-_0x3ca507._0x4d7cdc,-0x1f7,-0x1e7)],_0x1ce206[_0x40f7a3(0x2df,0x2e4,0x325,_0x3ca507._0x491a92)](-0x2095+-0x196f+0x1ec*0x1f)[_0x40f7a3(_0x3ca507._0x5f09d6,0x393,_0x3ca507._0x2c4662,_0x3ca507._0x382668)](_0x3ac191);}const _0x4cfbdc=await _0xe4dd77['ixqsU'](findUserById,_0x4ad345);if(!_0x4cfbdc){if(_0xe4dd77[_0x376683(-_0x3ca507._0x3f50f6,-0x1ee,-0x276,-_0x3ca507._0x2f972c)](_0x40f7a3(0x30b,_0x3ca507._0x3642d6,_0x3ca507._0x118b0b,0x32e),_0xe4dd77['DrGuC'])){const _0x56f3e4={};return _0x56f3e4[_0x40f7a3(_0x3ca507._0x1d89bb,_0x3ca507._0x1b23a3,0x24c,_0x3ca507._0x2e01ec)]=_0x40f7a3(_0x3ca507._0x5a59ed,_0x3ca507._0x8d01e,_0x3ca507._0x14da6c,0x2eb)+'t',_0x56f3e4[_0x376683(-0x1f1,-_0x3ca507._0x45bb8b,-_0x3ca507._0x31933a,-_0x3ca507._0x45d114)]=_0x376683(-0x295,-_0x3ca507._0x2832fa,-_0x3ca507._0x34a12b,-0x284)+_0x40f7a3(_0x3ca507._0x436df6,_0x3ca507._0x16dbe3,_0x3ca507._0x357d0b,0x30d),_0x1ce206['status'](-0x1cea+-0x4*-0x552+0x932)[_0x40f7a3(_0x3ca507._0x4ee650,0x350,_0x3ca507._0x20c35c,_0x3ca507._0x16a7e4)](_0x56f3e4);}else{const _0x120292={};_0x120292[_0x40f7a3(0x2ae,0x2ac,0x2e9,_0x3ca507._0x14dd83)]=_0x14b227[_0x376683(-0x22a,-_0x3ca507._0x446222,-0x218,-_0x3ca507._0x2bcd9a)],_0xe3a9e6[_0x376683(-0x2d4,-_0x3ca507._0xa617d6,-_0x3ca507._0x24665d,-_0x3ca507._0x2c20a6)](_0xe4dd77['GTmwB'],_0x120292);const _0x4eb054={};return _0x4eb054[_0x376683(-_0x3ca507._0x2e45e0,-_0x3ca507._0x263bf0,-_0x3ca507._0x1970d8,-0x2b3)]=_0x376683(-_0x3ca507._0x496e2f,-_0x3ca507._0x31ac5a,-0x27f,-0x214)+_0x40f7a3(0x2ff,_0x3ca507._0x39a27a,0x2f6,0x296)+'r',_0x10b757[_0x376683(-0x25f,-_0x3ca507._0x16b3a9,-0x24d,-_0x3ca507._0x373315)](0x1c7a+-0xb57*-0x3+-0x3c8b)['json'](_0x4eb054);}}const _0x510616=await _0xe4dd77['FCzIk'](addMember,_0x16cb54['id'],_0x4ad345),_0x786dfb={};return _0x786dfb[_0x376683(-0x27d,-0x1fe,-0x270,-_0x3ca507._0x4cadc7)]=_0xe4dd77['NgjlO'],_0x786dfb[_0x40f7a3(0x361,_0x3ca507._0x451997,0x3ab,_0x3ca507._0x5defef)]=_0x510616,_0x1ce206[_0x376683(-_0x3ca507._0x302573,-0x22f,-_0x3ca507._0x37d375,-0x205)](_0x786dfb);}catch(_0x36f926){if(_0x40f7a3(0x369,0x312,0x3b1,_0x3ca507._0x48c32a)!=='gMDEd'){const _0x4537c6={};return _0x4537c6['error']=_0x376683(-_0x3ca507._0x31290a,-_0x3ca507._0x1d0303,-0x313,-0x2b1)+_0x376683(-_0x3ca507._0x211495,-0x305,-0x272,-_0x3ca507._0x3b41cf),_0x225355[_0x376683(-_0x3ca507._0x51f2bc,-_0x3ca507._0x3e669e,-_0x3ca507._0x71cf9c,-0x282)](0x1*0x1f43+0x209*-0x3+-0x1794)[_0x40f7a3(_0x3ca507._0x5f09d6,_0x3ca507._0x1ad028,_0x3ca507._0x4bdbb6,_0x3ca507._0x37d5a7)](_0x4537c6);}else{if(_0x36f926['message'][_0x40f7a3(_0x3ca507._0x37c4f3,0x316,_0x3ca507._0x343061,_0x3ca507._0x3fd6d3)](_0xe4dd77[_0x376683(-_0x3ca507._0x3e669e,-_0x3ca507._0x2e53dc,-0x20b,-_0x3ca507._0x1fdd41)])){const _0x3b9b2a={};return _0x3b9b2a[_0x376683(-0x2ed,-0x2c1,-0x326,-_0x3ca507._0x52f630)]=_0xe4dd77[_0x40f7a3(0x2be,_0x3ca507._0x5d913d,_0x3ca507._0x5f4139,_0x3ca507._0x15aa39)],_0x3b9b2a['message']=_0x36f926[_0x40f7a3(_0x3ca507._0x5dc491,_0x3ca507._0x54c409,_0x3ca507._0x427931,0x2d0)],_0x1ce206[_0x376683(-0x20a,-0x2a8,-0x21e,-_0x3ca507._0x1e2dee)](-0x3*-0x183+-0xe20+-0x8*-0x166)[_0x40f7a3(0x35c,_0x3ca507._0x44a54a,0x338,_0x3ca507._0x11c5fd)](_0x3b9b2a);}const _0x171699={};_0x171699[_0x40f7a3(_0x3ca507._0x1d89bb,_0x3ca507._0xd667f3,0x2c8,_0x3ca507._0x19bace)]=_0x36f926['message'],logger[_0x40f7a3(0x2ae,0x268,_0x3ca507._0x3d02ec,_0x3ca507._0x16ddd6)](_0xe4dd77['erQMl'],_0x171699);const _0x163cd1={};return _0x163cd1[_0x376683(-_0x3ca507._0x530a93,-0x243,-0x23f,-0x2b3)]=_0xe4dd77['AnfHN'],_0x1ce206['status'](0x29*-0x6b+-0x160a+0x2921)['json'](_0x163cd1);}}});const _0x5bf88a={};_0x5bf88a['teamParam']='id',router[_0x592a0e(0x28c,0x212,0x2ab,0x217)](_0x3998a6(0x45d,0x3c8,0x387,0x3ea)+'rs/:userId',requirePermission(_0x592a0e(0x23c,0x240,0x204,0x233)+_0x592a0e(0x281,0x2d7,0x2d3,0x257)+_0x3998a6(0x3ba,0x3cf,0x456,0x3ed),_0x5bf88a),async(_0x53dce2,_0x1b133)=>{const _0x2d1353={_0x2b9e65:0x3d2,_0x59d704:0x39a,_0x475eb6:0x28a,_0x19cc0b:0x308,_0x15e586:0x1df,_0x1fc150:0x148,_0x279aa9:0x172,_0x19cc2d:0x162,_0x3ea261:0x11f,_0x1e723f:0x100,_0x36b4a0:0x159,_0x46d7f1:0x10c,_0x95ab3e:0x2b1,_0x309cd0:0x310,_0x4aad12:0x158,_0x3d96fe:0x1c7,_0x2e0e06:0x31e,_0x433d11:0x369,_0x1a698e:0x2a7,_0x3f740f:0x2d7,_0x722511:0x35f,_0x8e85c7:0x337,_0x8e6936:0x377,_0x53686c:0x35b,_0x395d63:0xb5,_0x4ecd82:0xb4,_0x235c02:0xf5,_0x5246a6:0xda,_0x5b12a9:0xfe,_0x42f30e:0x83,_0x5d192e:0xe0,_0x3bb868:0x2cf,_0x4455d1:0x382,_0x25206f:0x31c,_0x86d457:0x33b,_0xfb1d4c:0x3eb,_0xe1f32a:0x37a,_0x1f2f95:0x144,_0x3920c8:0x168,_0xc6145b:0x1cd,_0x2f02b7:0x128,_0x526a7c:0x375,_0x353742:0x2a9,_0x13d53a:0x2fd,_0x502f44:0xf0,_0x6b11b2:0x37b,_0x4f756c:0x39b,_0x598421:0x383,_0x2d5a1a:0x356,_0x38c787:0x362,_0x4bebbb:0x354,_0x4d24e8:0x327,_0x39b600:0x311,_0x3819df:0x33f,_0x1ccd1d:0x2ce,_0x1e1f0d:0x2ec,_0x3d1475:0x18b,_0x528fc5:0x1ef,_0x370e13:0x328,_0x3e409e:0x397,_0x5c913a:0x31d,_0x4d8627:0x2f0,_0x273db2:0x2fb,_0x465dcb:0x35d,_0x5364f9:0xdd,_0x1e3124:0xeb,_0x4a0aba:0x9d,_0x5ea997:0xd7,_0x4d3aa7:0x1d0,_0x405967:0xf7,_0x1722e4:0x104,_0x4de635:0x121,_0x4be215:0x144,_0x4566c3:0x11d,_0x4e6068:0xdd,_0x2cdaae:0x11f,_0x2d5dbb:0xee,_0x1f8ed2:0x344,_0x52a9bb:0x3cb,_0x96b3ab:0x75,_0x5ee32f:0xdd,_0x3c2d21:0xca,_0x5aeb90:0x137,_0x1b0ac4:0x14d,_0x43fb40:0x48,_0x2569d7:0x51,_0x36abff:0xed,_0x16a96a:0x12a,_0x304985:0xde,_0x4b72d3:0x64,_0x3efe87:0xa0,_0x353db7:0x3b4,_0x39d2b0:0x363,_0x3cc3d0:0x1bd,_0x744504:0x1b4,_0x55b228:0x15a,_0x17fdb9:0x86,_0x172683:0x131,_0x5aa193:0x1d2,_0x1fcd3a:0x18b,_0x2529dc:0x17e,_0x34a0a5:0x3b3,_0x23faf2:0x363,_0x3796f7:0x168,_0x628fb1:0x18b,_0x946926:0xe8,_0x1cfadd:0x1a2,_0x1c4afc:0x11f,_0x199e38:0x13e,_0x3a5e8b:0x13d,_0x47114c:0x2d8,_0x13468d:0x73,_0x1bd1ee:0xdd,_0x396e97:0x191,_0x39bb98:0x147,_0x3d8025:0x2f9,_0x1b0f64:0x2e8,_0x4db032:0x3b2,_0x5bd501:0x363,_0x1cf761:0x6c,_0x265814:0xd4,_0xc99047:0x10d,_0x12c69b:0xc1,_0x3d6c1a:0x10f,_0x23ba85:0x390,_0x191e22:0x34f,_0x5d0c38:0x39f},_0x5a845b={_0x4f616a:0xd7},_0x504559={_0xc72131:0xa5,_0x5c2ae9:0x123};function _0x195c53(_0x1d8ce1,_0x3114a8,_0x1c90a4,_0x1d4151){return _0x3998a6(_0x1d8ce1-0x14,_0x1c90a4,_0x1c90a4-_0x504559._0xc72131,_0x1d4151- -_0x504559._0x5c2ae9);}function _0x5630f8(_0x5cfae8,_0x57d8c2,_0x72bb8c,_0x273047){return _0x592a0e(_0x72bb8c- -0x37c,_0x57d8c2-_0x5a845b._0x4f616a,_0x5cfae8,_0x273047-0x133);}const _0x30b4bc={'LnBJp':_0x195c53(_0x2d1353._0x2b9e65,0x35f,0x34a,_0x2d1353._0x59d704),'yQtCy':function(_0x24ec39,_0x62b485){return _0x24ec39(_0x62b485);},'UzhEE':_0x195c53(_0x2d1353._0x475eb6,_0x2d1353._0x19cc0b,0x2fa,0x2d7)+_0x5630f8(-0x1d1,-_0x2d1353._0x15e586,-0x177,-_0x2d1353._0x1fc150),'BMWBK':_0x5630f8(-_0x2d1353._0x279aa9,-_0x2d1353._0x19cc2d,-_0x2d1353._0x3ea261,-0x17a)+_0x5630f8(-_0x2d1353._0x1e723f,-0x134,-_0x2d1353._0x36b4a0,-_0x2d1353._0x46d7f1),'oRRym':_0x195c53(0x2ae,_0x2d1353._0x95ab3e,0x342,_0x2d1353._0x309cd0)+_0x5630f8(-0x127,-_0x2d1353._0x4aad12,-_0x2d1353._0x19cc2d,-_0x2d1353._0x3d96fe)+_0x195c53(_0x2d1353._0x2e0e06,_0x2d1353._0x433d11,_0x2d1353._0x1a698e,0x2f3)+_0x195c53(_0x2d1353._0x3f740f,_0x2d1353._0x722511,0x2b5,0x2fa)+_0x195c53(_0x2d1353._0x8e85c7,_0x2d1353._0x8e6936,0x3b2,_0x2d1353._0x53686c)+_0x5630f8(-0x70,-_0x2d1353._0x395d63,-_0x2d1353._0x4ecd82,-_0x2d1353._0x235c02)+_0x5630f8(-_0x2d1353._0x5246a6,-0x154,-0x141,-0x110)+_0x5630f8(-_0x2d1353._0x5b12a9,-_0x2d1353._0x42f30e,-0xe1,-_0x2d1353._0x5d192e)+'remain.','DxHjl':function(_0x1583f7,_0x5c082e,_0x4dcf67){return _0x1583f7(_0x5c082e,_0x4dcf67);},'DUGwQ':'LmVQH','bhgOc':_0x195c53(_0x2d1353._0x3bb868,_0x2d1353._0x4455d1,_0x2d1353._0x25206f,_0x2d1353._0x86d457)+'er','tBmjS':'Internal\x20s'+'erver\x20erro'+'r'};try{const _0x4b55a6=await _0x30b4bc[_0x195c53(_0x2d1353._0xfb1d4c,0x32e,_0x2d1353._0xe1f32a,0x376)](getTeamById,_0x53dce2[_0x5630f8(-0x108,-_0x2d1353._0x1f2f95,-_0x2d1353._0x3920c8,-_0x2d1353._0xc6145b)]['id']);if(!_0x4b55a6){const _0x20a2bd={};return _0x20a2bd[_0x5630f8(-_0x2d1353._0x2f02b7,-0x1e0,-0x18b,-0x134)]=_0x30b4bc[_0x195c53(_0x2d1353._0x526a7c,_0x2d1353._0x353742,0x356,_0x2d1353._0x13d53a)],_0x1b133[_0x5630f8(-0x136,-_0x2d1353._0x502f44,-0x15a,-0x1b6)](0x82*-0x6+-0x1550+0x19f0)[_0x195c53(_0x2d1353._0x6b11b2,0x396,_0x2d1353._0x4f756c,_0x2d1353._0x598421)](_0x20a2bd);}const _0x5704ae={};_0x5704ae[_0x195c53(_0x2d1353._0x2d5a1a,_0x2d1353._0x38c787,_0x2d1353._0x4bebbb,0x32b)]=_0x4b55a6['id'],_0x5704ae[_0x195c53(0x309,_0x2d1353._0x4d24e8,_0x2d1353._0x39b600,_0x2d1353._0x3819df)]=_0x53dce2['params']['userId'];const _0x5eace9={};_0x5eace9['excludeTea'+_0x195c53(0x2ce,_0x2d1353._0x1ccd1d,_0x2d1353._0x1e1f0d,0x342)]=_0x5704ae;const _0x2c41d1=await wouldRetainServerAdmin(_0x5eace9);if(!_0x2c41d1){const _0x3d6d31={};return _0x3d6d31[_0x5630f8(-0x1fa,-0x1ba,-_0x2d1353._0x3d1475,-_0x2d1353._0x528fc5)]=_0x30b4bc[_0x195c53(_0x2d1353._0x370e13,0x2c0,_0x2d1353._0x3e409e,_0x2d1353._0x5c913a)],_0x3d6d31[_0x195c53(0x361,_0x2d1353._0x4d8627,0x2ee,0x363)]=_0x30b4bc[_0x195c53(0x344,_0x2d1353._0x273db2,_0x2d1353._0x465dcb,0x2f4)],_0x1b133['status'](0x11d2*-0x2+-0x35*-0xbc+0x1b8*-0x1)[_0x5630f8(-0x114,-0x96,-_0x2d1353._0x5364f9,-_0x2d1353._0x1e3124)](_0x3d6d31);}const _0x244e31=await _0x30b4bc[_0x5630f8(-_0x2d1353._0x4a0aba,-0x110,-_0x2d1353._0x5ea997,-0x6f)](removeMember,_0x4b55a6['id'],_0x53dce2[_0x5630f8(-0x1a5,-_0x2d1353._0x4d3aa7,-_0x2d1353._0x3920c8,-_0x2d1353._0x405967)][_0x5630f8(-_0x2d1353._0x1722e4,-0x186,-_0x2d1353._0x4de635,-_0x2d1353._0x4be215)]),_0x4b0891={};return _0x4b0891[_0x5630f8(-0xda,-_0x2d1353._0x4566c3,-0xfd,-_0x2d1353._0x4e6068)]='Member\x20rem'+_0x5630f8(-_0x2d1353._0x2cdaae,-0x91,-0xf7,-_0x2d1353._0x2d5dbb)+_0x195c53(0x3f2,_0x2d1353._0x1f8ed2,_0x2d1353._0x52a9bb,0x388),_0x4b0891['team']=_0x244e31,_0x1b133[_0x5630f8(-_0x2d1353._0x96b3ab,-0x101,-_0x2d1353._0x5ee32f,-_0x2d1353._0x3c2d21)](_0x4b0891);}catch(_0x9ee32e){if(_0x30b4bc[_0x5630f8(-_0x2d1353._0x5aeb90,-0x146,-_0x2d1353._0x1b0ac4,-_0x2d1353._0x5ea997)]===_0x30b4bc[_0x5630f8(-0x171,-0x194,-0x14d,-0x14f)]){if(_0x9ee32e['message'][_0x5630f8(-_0x2d1353._0x43fb40,-_0x2d1353._0x2569d7,-0xba,-0xc2)](_0x30b4bc[_0x5630f8(-0x12f,-_0x2d1353._0x36abff,-_0x2d1353._0x16a96a,-_0x2d1353._0x304985)])){const _0x29ae5c={};return _0x29ae5c['error']=_0x5630f8(-_0x2d1353._0x4b72d3,-0x79,-0xb5,-_0x2d1353._0x3efe87),_0x29ae5c['message']=_0x9ee32e[_0x195c53(_0x2d1353._0x353db7,0x329,0x394,_0x2d1353._0x39d2b0)],_0x1b133[_0x5630f8(-_0x2d1353._0x3cc3d0,-_0x2d1353._0x744504,-_0x2d1353._0x55b228,-0x15a)](-0x1a1e+0x1*-0x17b6+0x3368)[_0x5630f8(-_0x2d1353._0x17fdb9,-_0x2d1353._0x2f02b7,-_0x2d1353._0x5ee32f,-_0x2d1353._0x172683)](_0x29ae5c);}const _0x3ebf42={};_0x3ebf42[_0x5630f8(-0x1f3,-_0x2d1353._0x5aa193,-_0x2d1353._0x1fcd3a,-_0x2d1353._0x2529dc)]=_0x9ee32e[_0x195c53(_0x2d1353._0x34a0a5,0x341,0x32e,_0x2d1353._0x23faf2)],logger[_0x5630f8(-0x18a,-_0x2d1353._0x3796f7,-_0x2d1353._0x628fb1,-0x1d7)]('Error\x20remo'+_0x5630f8(-_0x2d1353._0x946926,-_0x2d1353._0x1cfadd,-_0x2d1353._0x5aeb90,-0x16f)+'r',_0x3ebf42);const _0x11e316={};return _0x11e316[_0x5630f8(-_0x2d1353._0x1c4afc,-_0x2d1353._0x199e38,-0x18b,-_0x2d1353._0x3a5e8b)]=_0x30b4bc[_0x195c53(_0x2d1353._0x47114c,0x2c8,0x367,0x2ff)],_0x1b133['status'](-0x1*-0x667+0x196c+0x9f5*-0x3)[_0x5630f8(-_0x2d1353._0x13468d,-_0x2d1353._0x1fc150,-_0x2d1353._0x1bd1ee,-0x104)](_0x11e316);}else{const _0x32f706={};return _0x32f706[_0x5630f8(-0x173,-_0x2d1353._0x396e97,-_0x2d1353._0x1fcd3a,-_0x2d1353._0x39bb98)]=_0x30b4bc[_0x195c53(_0x2d1353._0x3d8025,0x2e3,_0x2d1353._0x1b0f64,0x2d0)],_0x32f706[_0x195c53(0x3cb,_0x2d1353._0x4db032,0x34a,_0x2d1353._0x5bd501)]='You\x20do\x20not'+_0x195c53(0x3e0,0x324,0x3a0,0x397)+_0x5630f8(-_0x2d1353._0x1cf761,-0xda,-0xc5,-0xe8)+_0x5630f8(-0xe4,-_0x2d1353._0x265814,-0xd1,-_0x2d1353._0x16a96a)+_0x5630f8(-_0x2d1353._0xc99047,-_0x2d1353._0x12c69b,-_0x2d1353._0x3d6c1a,-0xc4)+_0x195c53(_0x2d1353._0x23ba85,0x34c,_0x2d1353._0x191e22,_0x2d1353._0x5d0c38)+'eam',_0xf4f44c['status'](0x1d7f+0x1a30+-0x361c*0x1)[_0x195c53(0x371,0x3bd,0x364,_0x2d1353._0x598421)](_0x32f706);}}});export default router;