@profoundlogic/coderflow-server 0.6.3 → 0.6.5

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 (169) 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/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  62. package/dist/lib/model-fetcher.js +1 -1
  63. package/dist/lib/notifications.js +1 -1
  64. package/dist/lib/objective-context.js +1 -1
  65. package/dist/lib/oidc-auth.js +1 -1
  66. package/dist/lib/oidc-device-flow.js +1 -1
  67. package/dist/lib/passwordTokens.js +1 -1
  68. package/dist/lib/permission-resolver.js +1 -1
  69. package/dist/lib/pin-cascade.js +1 -1
  70. package/dist/lib/provider-accounts.js +1 -1
  71. package/dist/lib/provider-oauth.js +1 -1
  72. package/dist/lib/provider-profile.js +1 -1
  73. package/dist/lib/provider-token-refresh.js +1 -1
  74. package/dist/lib/rbac-user-state.js +1 -1
  75. package/dist/lib/request-url.js +1 -1
  76. package/dist/lib/rewind.js +1 -1
  77. package/dist/lib/role-definitions.js +1 -1
  78. package/dist/lib/roles.js +1 -1
  79. package/dist/lib/secrets.js +1 -1
  80. package/dist/lib/setup-repo-git-auth.js +1 -1
  81. package/dist/lib/state-capture.js +1 -1
  82. package/dist/lib/static-files.js +1 -1
  83. package/dist/lib/task-name-format.js +1 -1
  84. package/dist/lib/task-name-generator.js +1 -1
  85. package/dist/lib/task-source-metadata.js +1 -1
  86. package/dist/lib/teams.js +1 -1
  87. package/dist/lib/user-git-oauth.js +1 -1
  88. package/dist/lib/user-git-tokens.js +1 -1
  89. package/dist/lib/users.js +1 -1
  90. package/dist/middleware/requireAuth.js +1 -1
  91. package/dist/middleware/requireInit.js +1 -1
  92. package/dist/middleware/requirePermission.js +1 -1
  93. package/dist/package.json +1 -1
  94. package/dist/playwright.config.js +1 -1
  95. package/dist/playwright.task-terminal.config.js +1 -1
  96. package/dist/routes/apiKeys.js +1 -1
  97. package/dist/routes/auth-oidc.js +1 -1
  98. package/dist/routes/auth.js +1 -1
  99. package/dist/routes/automations.js +1 -1
  100. package/dist/routes/bindings.js +1 -1
  101. package/dist/routes/build.js +1 -1
  102. package/dist/routes/containers.js +1 -1
  103. package/dist/routes/deploy-task.js +1 -1
  104. package/dist/routes/environment-management.js +1 -1
  105. package/dist/routes/environments.js +1 -1
  106. package/dist/routes/external-skills.js +1 -1
  107. package/dist/routes/git-credentials.js +1 -1
  108. package/dist/routes/git-oauth.js +1 -1
  109. package/dist/routes/git-provider-setup.js +1 -1
  110. package/dist/routes/health.js +1 -1
  111. package/dist/routes/jira.js +1 -1
  112. package/dist/routes/objective-management.js +1 -1
  113. package/dist/routes/password.js +1 -1
  114. package/dist/routes/prompt.js +1 -1
  115. package/dist/routes/provider-auth.js +1 -1
  116. package/dist/routes/qa.js +1 -1
  117. package/dist/routes/roles.js +1 -1
  118. package/dist/routes/settings.js +1 -1
  119. package/dist/routes/skill-management.js +1 -1
  120. package/dist/routes/skills.js +1 -1
  121. package/dist/routes/tasks.js +1 -1
  122. package/dist/routes/teams.js +1 -1
  123. package/dist/routes/templates.js +1 -1
  124. package/dist/routes/test-task.js +1 -1
  125. package/dist/routes/test.js +1 -1
  126. package/dist/routes/users.js +1 -1
  127. package/dist/routes/visualizations.js +1 -1
  128. package/dist/scripts/create-user.js +1 -1
  129. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  130. package/dist/start.js +1 -1
  131. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  132. package/dist/web-ui/public/activity-feed.js +1 -1
  133. package/dist/web-ui/public/activity-formatters.js +1 -1
  134. package/dist/web-ui/public/agent-event-parser.js +1 -1
  135. package/dist/web-ui/public/app.js +1 -1
  136. package/dist/web-ui/public/approve-dialog.js +1 -1
  137. package/dist/web-ui/public/automation-links.js +1 -1
  138. package/dist/web-ui/public/automation-schedule.js +1 -1
  139. package/dist/web-ui/public/comments-widget.js +1 -1
  140. package/dist/web-ui/public/diff-utils.js +1 -1
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.js +1 -1
  143. package/dist/web-ui/public/file-selection-tree.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.js +1 -1
  146. package/dist/web-ui/public/git-status.js +1 -1
  147. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  148. package/dist/web-ui/public/index.js +1 -1
  149. package/dist/web-ui/public/login.js +1 -1
  150. package/dist/web-ui/public/markdown-editor.js +1 -1
  151. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  152. package/dist/web-ui/public/modal-maximize.js +1 -1
  153. package/dist/web-ui/public/notifications.js +1 -1
  154. package/dist/web-ui/public/permissions.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.js +1 -1
  157. package/dist/web-ui/public/server-health.js +1 -1
  158. package/dist/web-ui/public/settings.js +1 -1
  159. package/dist/web-ui/public/setup-password.js +1 -1
  160. package/dist/web-ui/public/skills.js +1 -1
  161. package/dist/web-ui/public/sse-client.js +1 -1
  162. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  163. package/dist/web-ui/public/task.js +1 -1
  164. package/dist/web-ui/public/teams.js +1 -1
  165. package/dist/web-ui/public/terminal.js +1 -1
  166. package/dist/web-ui/public/theme.js +1 -1
  167. package/dist/web-ui/public/users.js +1 -1
  168. package/dist/web-ui/public/variant-grouping.js +1 -1
  169. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x2a070b,_0x30d037){const _0x16a531={_0x1f15d3:0x22d,_0x4b9ec1:0x22e,_0x5eb207:0x1cb,_0x1bcc2b:0x369,_0x9306de:0x377,_0x5a330c:0x2b9,_0x2de0e4:0x25c,_0x51cc3f:0x260,_0x557dcf:0x378,_0x5932ec:0x310,_0x171f64:0x210,_0x580645:0x2bb,_0x2d0dfa:0x319,_0x2d02f7:0x26b,_0x5b3252:0x333,_0x3829c4:0x36f,_0x15df2a:0x3b7},_0x426769={_0x434a96:0x17c},_0x3b44dd=_0x2a070b();function _0x5d3785(_0x2919d6,_0x46478a,_0x4f274a,_0x50da50){return _0x5072(_0x46478a-_0x426769._0x434a96,_0x4f274a);}function _0x25f1ac(_0x2f0676,_0x5c7802,_0x289515,_0xc661d5){return _0x5072(_0x5c7802- -0x3a3,_0x289515);}while(!![]){try{const _0x1bda03=parseInt(_0x25f1ac(-_0x16a531._0x1f15d3,-_0x16a531._0x4b9ec1,-_0x16a531._0x5eb207,-0x28f))/(0x346*-0x5+0x1a8c*-0x1+0x2aeb)+-parseInt(_0x5d3785(0x334,_0x16a531._0x1bcc2b,_0x16a531._0x9306de,0x327))/(0x1*0xe2+-0x26e3+0x107*0x25)*(-parseInt(_0x5d3785(0x254,_0x16a531._0x5a330c,_0x16a531._0x2de0e4,_0x16a531._0x51cc3f))/(-0x749+0x1003*-0x1+0x174f))+-parseInt(_0x25f1ac(-0x236,-0x20c,-0x23e,-0x286))/(-0x1a15+-0x2012+0x1*0x3a2b)+-parseInt(_0x5d3785(_0x16a531._0x557dcf,0x30d,_0x16a531._0x5932ec,0x325))/(0xa*-0x38+0x2372+-0x1*0x213d)+-parseInt(_0x25f1ac(-0x268,-0x26b,-0x2b2,-0x2a3))/(0x22f0+0x1bc4+0x47*-0xe2)+-parseInt(_0x25f1ac(-0x21b,-_0x16a531._0x171f64,-0x1ad,-0x196))/(-0x1d50+-0x95*-0x11+0x1372)*(-parseInt(_0x5d3785(0x2b1,_0x16a531._0x580645,_0x16a531._0x2d0dfa,_0x16a531._0x2d02f7))/(-0x2253+0x10f1*0x1+-0x2e7*-0x6))+parseInt(_0x5d3785(_0x16a531._0x5b3252,_0x16a531._0x3829c4,0x389,_0x16a531._0x15df2a))/(-0x804*-0x3+0x302+0x1*-0x1b05);if(_0x1bda03===_0x30d037)break;else _0x3b44dd['push'](_0x3b44dd['shift']());}catch(_0x59a5b9){_0x3b44dd['push'](_0x3b44dd['shift']());}}}(_0x8c21,0x1a83*-0x1+-0x1*-0x81f5+0x207d0));import _0x7ddc26 from'express';import{logger}from'../lib/logger.js';import{getTeams,getTeamById,getTeamsByUserId,createTeam,updateTeam,deleteTeam,addMember,removeMember}from'../lib/teams.js';import{deleteBindingsBySubject,deleteBindingsByResource}from'../lib/bindings.js';import{findUserById}from'../lib/users.js';import{hasPermission,hasAllPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';import{requirePermission}from'../middleware/requirePermission.js';const router=_0x7ddc26[_0x2644ce(0x541,0x49d,0x4ee,0x4ec)]();async function validateUserIds(_0x311aaf){const _0xfc108c={'EPRKq':function(_0x36bd9,_0x24df53){return _0x36bd9(_0x24df53);}},_0x4ae0e8=[];for(const _0x4e416a of _0x311aaf){const _0xaec92=await _0xfc108c['EPRKq'](findUserById,_0x4e416a);if(!_0xaec92)_0x4ae0e8['push'](_0x4e416a);}return _0x4ae0e8;}router[_0xce7891(-0x9c,-0x107,-0x180,-0x11b)]('/',requirePermission(_0xce7891(-0x92,-0x99,-0xba,-0xa1)),async(_0x285d58,_0x8b56e0)=>{const _0x28044e={_0x548944:0x236,_0xecf50a:0x1f9,_0xd39821:0x22f,_0x10938a:0x279,_0x329c00:0x1af,_0x300dad:0x1a4,_0x235cf8:0x233,_0x2f9bd4:0x265,_0x451361:0x1ce,_0xb513f9:0x1e9,_0x4ec45f:0x19c,_0x3faf21:0x20c,_0x2bfec2:0x168,_0x3f7c6b:0x179,_0x584438:0x145,_0x8f372b:0x1de,_0x474682:0xd2,_0x69cb54:0x126,_0x155231:0x84,_0x4b1a99:0xf3,_0x585614:0xc5,_0x489e4c:0x190,_0x5ef5b3:0x11a,_0x4140bf:0xbf,_0x2730c1:0x137,_0x4b7449:0x1a0,_0x475f03:0x11c,_0x24d861:0x129,_0x47e48d:0xe7,_0x298804:0x1b6,_0x11095b:0x246,_0x3c8f91:0x20d,_0x1f54a7:0x176,_0x26f669:0x178,_0x91c45a:0x181,_0x2f1ac5:0x1c9,_0x110360:0x223,_0x317466:0x26b,_0x4854d9:0x225,_0x33f07b:0xd3,_0x3ec58f:0x144,_0x159d15:0x132,_0x4348f9:0xe5,_0x11450:0x1bd,_0x3829e3:0x159,_0x59d369:0x10d,_0x557d0b:0x1e8,_0x547a37:0x16f,_0x533b81:0x215,_0x1d4121:0x8d,_0x4d1d19:0x15f,_0x2d8d8e:0x124,_0x4819fc:0x1ff,_0x36b548:0x1eb,_0x39bc23:0x232,_0x3a5730:0x108,_0x2ac08b:0xfa,_0x1a5dda:0x14b,_0x55c9f0:0x100,_0x4e7d48:0x1e8,_0x39a942:0x20c,_0x3b9a52:0x1dc,_0x1083b0:0x1db,_0x5ac6b9:0x19e},_0x45792c={_0x5f0c61:0x509,_0x292969:0x4d4,_0x55cc19:0x4ff,_0x48fb47:0x4db,_0x2bb4c4:0x4c5,_0x45fdf0:0x460,_0x2424a3:0x525,_0x490daf:0x12d,_0x3d9f33:0x20b,_0x5de0f6:0x19d,_0x34cc1e:0x153,_0x11dc2e:0x174,_0x2044b9:0x175,_0x5ac344:0xe2,_0x55e0d2:0x145},_0x2bca62={_0x32ad60:0x324,_0x5ad4ca:0xb},_0x9ec9b3={_0x444672:0x74,_0x945b35:0x133,_0x521bd4:0x66c},_0x58a963={_0x1d9e4b:0x1a8},_0x2bccbf={'gDQHC':_0x108fe9(-_0x28044e._0x548944,-_0x28044e._0xecf50a,-_0x28044e._0xd39821,-_0x28044e._0x10938a)+_0x4a445e(-_0x28044e._0x329c00,-0x1e4,-0x1a8,-0x19c)+_0x108fe9(-0x21a,-_0x28044e._0x300dad,-_0x28044e._0x235cf8,-_0x28044e._0x2f9bd4),'BbHrP':function(_0x44de7a,_0xeb661,_0x42511d,_0x29a466){return _0x44de7a(_0xeb661,_0x42511d,_0x29a466);},'zGIJb':'This\x20chang'+_0x108fe9(-_0x28044e._0x451361,-_0x28044e._0xb513f9,-0x152,-0x244)+_0x108fe9(-0x1a5,-_0x28044e._0x4ec45f,-_0x28044e._0x3faf21,-_0x28044e._0x2bfec2)+_0x4a445e(-0x16b,-0x10b,-0x11a,-_0x28044e._0x3f7c6b)+'.\x20At\x20least'+_0x108fe9(-0x241,-0x29c,-0x1dd,-0x26a)+_0x108fe9(-0x191,-0x1ca,-_0x28044e._0x584438,-_0x28044e._0x8f372b)+'st\x20remain.','eiFfw':function(_0x2e5a17,_0x5cb565){return _0x2e5a17===_0x5cb565;},'XmHFH':_0x4a445e(-0x1a4,-0x124,-_0x28044e._0x474682,-_0x28044e._0x69cb54),'LcxhV':function(_0x37235e,_0x3514f5){return _0x37235e(_0x3514f5);},'qTYeJ':function(_0x58fb28,_0x697a8b){return _0x58fb28!==_0x697a8b;},'edsJz':_0x4a445e(-0xf1,-0x8e,-_0x28044e._0x155231,-_0x28044e._0x4b1a99),'CWbNX':_0x4a445e(-_0x28044e._0x585614,-0x176,-0x110,-0xfd),'lHXvj':function(_0x1b17f6){return _0x1b17f6();},'lofuj':function(_0x441dfb,_0x96087e){return _0x441dfb(_0x96087e);},'ULZQB':'Internal\x20s'+_0x4a445e(-_0x28044e._0x489e4c,-_0x28044e._0x585614,-0x119,-_0x28044e._0x5ef5b3)+'r'};function _0x4a445e(_0x4c103b,_0xf84e13,_0xa4d567,_0x407cf9){return _0xce7891(_0x4c103b-0x181,_0xf84e13,_0xa4d567-0x1a4,_0x407cf9- -0x60);}function _0x108fe9(_0x3d9fca,_0x38fb28,_0x4dcd8b,_0x151a1e){return _0xce7891(_0x3d9fca-0x87,_0x38fb28,_0x4dcd8b-_0x58a963._0x1d9e4b,_0x3d9fca- -0xef);}try{if(_0x2bccbf[_0x4a445e(-_0x28044e._0x4140bf,-0xbe,-0x188,-_0x28044e._0x2730c1)](_0x2bccbf[_0x4a445e(-_0x28044e._0x4b7449,-0x15f,-_0x28044e._0x475f03,-_0x28044e._0x24d861)],_0x2bccbf['XmHFH'])){const _0x53ab8d=_0x285d58[_0x4a445e(-_0x28044e._0x47e48d,-0x1cf,-0x1c7,-0x160)]['id'],_0x4e33dd=await _0x2bccbf[_0x108fe9(-_0x28044e._0x298804,-0x13c,-0x139,-0x1cb)](hasAllPermissions,_0x53ab8d);let _0x19ca06;if(_0x4e33dd){if(_0x2bccbf['qTYeJ'](_0x2bccbf[_0x108fe9(-_0x28044e._0x11095b,-0x1e2,-0x261,-_0x28044e._0x3c8f91)],_0x2bccbf[_0x4a445e(-_0x28044e._0x1f54a7,-0x1cc,-0x1fa,-0x1ba)]))_0x19ca06=await _0x2bccbf['lHXvj'](getTeams);else{const _0x58d0b6={};return _0x58d0b6[_0x108fe9(-_0x28044e._0x26f669,-_0x28044e._0x91c45a,-_0x28044e._0x2f1ac5,-0x1b1)]=_0x108fe9(-0x220,-_0x28044e._0x110360,-_0x28044e._0x317466,-_0x28044e._0x4854d9)+_0x108fe9(-0x224,-0x248,-0x268,-0x220),_0x59c84e[_0x4a445e(-0x185,-_0x28044e._0x33f07b,-_0x28044e._0x3ec58f,-_0x28044e._0x159d15)](0x21b3+0x7*-0x593+-0x1*-0x6e6)[_0x4a445e(-0x16e,-_0x28044e._0x4348f9,-_0x28044e._0x11450,-_0x28044e._0x3829e3)](_0x58d0b6);}}else _0x19ca06=await _0x2bccbf['lofuj'](getTeamsByUserId,_0x53ab8d);const _0x27a341=await Promise[_0x4a445e(-0xff,-_0x28044e._0x155231,-0x127,-0xf9)](_0x19ca06[_0x4a445e(-0x122,-0x14c,-0x15b,-_0x28044e._0x59d369)](async _0x5a530c=>{function _0x1bb79c(_0x4733ae,_0x53dc3d,_0x1b8f3f,_0x5ec6ac){return _0x4a445e(_0x4733ae-_0x9ec9b3._0x444672,_0x1b8f3f,_0x1b8f3f-_0x9ec9b3._0x945b35,_0x53dc3d-_0x9ec9b3._0x521bd4);}const _0x2e6e75=_0x4e33dd||await hasPermission(_0x53ab8d,_0x2bccbf[_0x1bb79c(0x4f6,_0x45792c._0x5f0c61,0x542,0x567)],_0x5a530c['id']);function _0x48336a(_0x497e06,_0x47705c,_0x367dc1,_0x3200c3){return _0x108fe9(_0x3200c3-_0x2bca62._0x32ad60,_0x367dc1,_0x367dc1-_0x2bca62._0x5ad4ca,_0x3200c3-0xbb);}const _0x3b91fc=_0x4e33dd||await _0x2bccbf[_0x1bb79c(_0x45792c._0x292969,_0x45792c._0x55cc19,0x512,0x508)](hasPermission,_0x53ab8d,_0x1bb79c(_0x45792c._0x48fb47,_0x45792c._0x2bb4c4,_0x45792c._0x45fdf0,_0x45792c._0x2424a3)+'ge',_0x5a530c['id']),_0x5318a4={..._0x5a530c};return _0x5318a4[_0x48336a(_0x45792c._0x490daf,_0x45792c._0x3d9f33,0x19d,_0x45792c._0x5de0f6)+_0x48336a(_0x45792c._0x34cc1e,_0x45792c._0x11dc2e,0x13a,0xf8)]=_0x2e6e75,_0x5318a4[_0x48336a(0xae,_0x45792c._0x2044b9,_0x45792c._0x5ac344,0x11d)+_0x48336a(0x126,0xaa,_0x45792c._0x55e0d2,0x10e)]=_0x3b91fc,_0x5318a4;})),_0x35e308={};return _0x35e308['teams']=_0x27a341,_0x8b56e0[_0x108fe9(-_0x28044e._0x557d0b,-0x249,-_0x28044e._0x547a37,-_0x28044e._0x533b81)](_0x35e308);}else{const _0x50d0ac={};return _0x50d0ac[_0x4a445e(-_0x28044e._0x1d4121,-_0x28044e._0x4d1d19,-_0x28044e._0x2d8d8e,-0xe9)]=_0x4a445e(-_0x28044e._0x4819fc,-_0x28044e._0x36b548,-_0x28044e._0x39bc23,-0x1cf)+'ate\x20member'+'s',_0x50d0ac[_0x108fe9(-_0x28044e._0x547a37,-_0x28044e._0x3a5730,-_0x28044e._0x2ac08b,-_0x28044e._0x1a5dda)]=_0x2bccbf['zGIJb'],_0x3bddc8[_0x4a445e(-_0x28044e._0x55c9f0,-_0x28044e._0x2730c1,-0x170,-0x132)](-0x1f*-0xb7+-0xe7d*-0x1+-0x2316)[_0x108fe9(-_0x28044e._0x4e7d48,-_0x28044e._0x39a942,-_0x28044e._0x3b9a52,-0x22c)](_0x50d0ac);}}catch(_0x52d947){const _0x2638f1={};_0x2638f1[_0x108fe9(-_0x28044e._0x26f669,-_0x28044e._0x1083b0,-0x138,-0x107)]=_0x52d947['message'],logger['error']('Error\x20list'+'ing\x20teams',_0x2638f1);const _0x23b437={};return _0x23b437['error']=_0x2bccbf['ULZQB'],_0x8b56e0[_0x4a445e(-_0x28044e._0x5ac6b9,-0xfa,-0x1aa,-0x132)](0x215f+0x2c*0x93+-0x1*0x38af)['json'](_0x23b437);}}),router[_0x2644ce(0x51c,0x506,0x524,0x4ca)](_0xce7891(-0x16d,-0x181,-0x19d,-0x12d),requirePermission(_0x2644ce(0x613,0x60c,0x59e,0x5fe)),async(_0x33646d,_0x5f4ca7)=>{const _0x311eef={_0xbf07aa:0x29f,_0x2bb111:0x2c0,_0x4df8f6:0x28c,_0x273441:0x541,_0x561280:0x23d,_0x29188f:0x230,_0x186718:0x539,_0x8d2290:0x55b,_0x310f6f:0x27a,_0x209098:0x21d,_0x21b8c3:0x19c,_0x46f4e7:0x208,_0x8389e3:0x4f8,_0x54a1ec:0x4e1,_0x56adc2:0x4ee,_0x265970:0x4ff,_0x5883e1:0x534,_0x547172:0x497,_0xf013b8:0x4f2,_0x3fcded:0x4b7,_0x93b51b:0x4a1,_0x490498:0x4e8,_0x7008aa:0x500,_0x22e976:0x521,_0xda87d8:0x4fb,_0x208ed3:0x563,_0x374e60:0x50b,_0x11d054:0x557,_0x8f52e2:0x5c3,_0xc83043:0x1cc,_0xdf63ce:0x1f3,_0x36ccc5:0x267,_0x3a54ce:0x5c9,_0x27b468:0x5a4,_0x385208:0x26d,_0x43bd15:0x1d7,_0x28b245:0x1ce,_0x350e00:0x220,_0x1e2408:0x2a1,_0x4bef79:0x2bd,_0x333149:0x5a5,_0x281ce0:0x5e1,_0x23a947:0x297,_0x12992e:0x2b3,_0x4d3037:0x2a0,_0x54e63f:0x28a,_0x3d9026:0x2ec,_0x275345:0x292,_0x5cb818:0x2d5,_0x2cfc8e:0x5d3,_0x2810e9:0x59e,_0x23b7a3:0x558,_0x26d1f4:0x4dc,_0x38b45f:0x57e,_0x2ec823:0x213,_0x5179dd:0x1b0,_0x725db1:0x528,_0x4da336:0x5b3,_0x18579e:0x568,_0x159f7e:0x561,_0x5bc230:0x4e5,_0x42fc4e:0x4d3,_0x51c18a:0x4ea,_0x59a7ff:0x222,_0x5b5f91:0x4dd,_0x46617f:0x1a1,_0x387a31:0x1bd,_0x1c22d0:0x2d7,_0x4400f9:0x569,_0x553169:0x2cc,_0x511b39:0x28a,_0x14b0ac:0x25c,_0x28ec3f:0x29d,_0xa59fa2:0x573,_0x19c473:0x5a1,_0x2b28fa:0x2e3,_0x45b4b7:0x247,_0x42fd68:0x1e3,_0x76d71a:0x235,_0x1bc304:0x558,_0xe1e4c5:0x53b,_0x3792a4:0x246,_0x812cb2:0x19e,_0x1739fd:0x16d,_0x1ed613:0x573,_0x12fa2a:0x517,_0x40a27:0x543,_0x4da5dc:0x4d6,_0x309527:0x459,_0x27bea5:0x4c7,_0x1633b1:0x4c2,_0x26a8cc:0x4e6,_0x5ac280:0x4d8,_0x1a0088:0x5ca,_0x45b289:0x580,_0x267fe8:0x620,_0x1c2b40:0x5aa,_0x124d09:0x5d0,_0x1bd021:0x5b5,_0x1016e:0x587,_0x32b6fb:0x1e0,_0x45a13d:0x1ec,_0x3b2981:0x27d,_0x264075:0x538,_0x4066e3:0x25c,_0x2899c5:0x5f7,_0x116fa2:0x5a9,_0x1ad366:0x5a1,_0x28844b:0x5c6,_0x136c72:0x56f,_0x133f73:0x5a1,_0x4abbc1:0x202,_0x34f5dc:0x566,_0xcbbae8:0x571,_0x3b428c:0x505,_0x2f51b6:0x592,_0x54617e:0x51f},_0x24e9ef={_0x5c25e5:0xa1,_0x546329:0x163},_0x183b68={_0x40a0bf:0x15,_0xf94eff:0x17};function _0x12422b(_0x16f349,_0x121ad1,_0x1cab40,_0x5b2def){return _0x2644ce(_0x16f349-0xa7,_0x121ad1,_0x1cab40- -_0x183b68._0x40a0bf,_0x5b2def-_0x183b68._0xf94eff);}const _0xb31ad9={'cLBQe':_0x238f28(-_0x311eef._0xbf07aa,-_0x311eef._0x2bb111,-0x294,-_0x311eef._0x4df8f6)+_0x12422b(0x560,0x543,0x4f5,_0x311eef._0x273441),'uCFNf':'Error\x20list'+_0x238f28(-_0x311eef._0x561280,-_0x311eef._0x29188f,-0x299,-0x2cc),'wBVAh':_0x12422b(0x47f,_0x311eef._0x186718,0x4e2,_0x311eef._0x8d2290)+_0x238f28(-_0x311eef._0x310f6f,-0x1d3,-_0x311eef._0x209098,-0x25d)+'r','CBNDr':'hdfvp','cWRoa':function(_0x3ce8b9,_0x2be81f){return _0x3ce8b9(_0x2be81f);},'VMpJz':function(_0x1a2064,_0x2ff6f9){return _0x1a2064===_0x2ff6f9;},'IlogN':_0x238f28(-_0x311eef._0x21b8c3,-0x287,-_0x311eef._0x46f4e7,-0x1b7),'ooKsa':function(_0x1ea1ea,_0xdf9bff){return _0x1ea1ea(_0xdf9bff);},'MDJuO':function(_0x1d6bc2,_0x365ab5,_0x19de92,_0x16f7cf){return _0x1d6bc2(_0x365ab5,_0x19de92,_0x16f7cf);},'MgIFm':_0x12422b(_0x311eef._0x8389e3,0x534,0x4e3,0x4ef)+_0x12422b(_0x311eef._0x54a1ec,0x501,_0x311eef._0x56adc2,0x49b)+_0x12422b(0x4e1,0x52d,_0x311eef._0x265970,_0x311eef._0x5883e1),'sdmhP':_0x12422b(0x52c,0x4af,0x4f3,0x4eb),'BFMoA':_0x12422b(_0x311eef._0x547172,_0x311eef._0xf013b8,_0x311eef._0x3fcded,_0x311eef._0x93b51b)+_0x12422b(0x512,0x4d3,_0x311eef._0x490498,_0x311eef._0x7008aa)+_0x12422b(0x52b,0x55f,_0x311eef._0x22e976,0x590)+_0x12422b(_0x311eef._0xda87d8,_0x311eef._0x208ed3,0x503,0x50c),'wUQeL':_0x12422b(0x53b,_0x311eef._0x374e60,_0x311eef._0x11d054,_0x311eef._0x8f52e2),'djoYb':_0x238f28(-_0x311eef._0xc83043,-0x286,-0x22b,-_0x311eef._0xdf63ce)+_0x238f28(-0x1fb,-0x2e2,-_0x311eef._0x36ccc5,-0x2b9)};function _0x238f28(_0x2e7d5c,_0x3a2e6b,_0x1d5ae7,_0x58a471){return _0xce7891(_0x2e7d5c-_0x24e9ef._0x5c25e5,_0x58a471,_0x1d5ae7-0x1d1,_0x1d5ae7- -_0x24e9ef._0x546329);}try{if(_0x12422b(0x5ac,_0x311eef._0x3a54ce,0x5b4,0x56f)===_0xb31ad9[_0x12422b(0x4f0,0x596,0x555,_0x311eef._0x27b468)]){const _0x527d48=await _0xb31ad9[_0x238f28(-0x195,-_0x311eef._0x385208,-0x1f1,-0x1d5)](getTeamById,_0x33646d[_0x238f28(-_0x311eef._0x43bd15,-_0x311eef._0x28b245,-_0x311eef._0x350e00,-0x266)]['id']);if(!_0x527d48){if(_0xb31ad9[_0x238f28(-0x292,-0x2a7,-0x2b7,-0x278)](_0x238f28(-0x2b9,-0x265,-0x25b,-0x2b8),_0xb31ad9[_0x238f28(-_0x311eef._0x1e2408,-0x2c9,-0x2cb,-_0x311eef._0x4bef79)])){const _0x513cb5={..._0x4caaf3};_0x513cb5[_0x12422b(_0x311eef._0x333149,0x548,0x592,_0x311eef._0x281ce0)+_0x238f28(-_0x311eef._0x23a947,-_0x311eef._0x12992e,-_0x311eef._0x4d3037,-0x2ab)]=_0x2c5b9d,_0x513cb5['canManageT'+_0x238f28(-0x256,-0x29f,-_0x311eef._0x54e63f,-0x25d)]=_0x46029d;const _0x1968d8={};return _0x1968d8[_0x238f28(-0x22d,-_0x311eef._0x3d9026,-_0x311eef._0x275345,-_0x311eef._0x5cb818)]=_0x513cb5,_0x56320c['json'](_0x1968d8);}else{const _0x15f9b6={};return _0x15f9b6[_0x12422b(_0x311eef._0x2cfc8e,0x5ea,0x5a1,0x547)]=_0xb31ad9[_0x12422b(_0x311eef._0x2810e9,0x53a,0x530,0x537)],_0x5f4ca7[_0x12422b(0x4f6,0x5b0,_0x311eef._0x23b7a3,0x538)](-0x6d0+0xbe9+-0x385)[_0x12422b(_0x311eef._0x26d1f4,0x59e,0x531,_0x311eef._0x38b45f)](_0x15f9b6);}}const _0x5e2bb2=_0x33646d['user']['id'],_0xcb9fa1=await _0xb31ad9[_0x238f28(-_0x311eef._0x2ec823,-0x18c,-0x1ee,-_0x311eef._0x5179dd)](hasAllPermissions,_0x5e2bb2),_0x3c3b94=_0xcb9fa1||await _0xb31ad9[_0x12422b(_0x311eef._0x725db1,_0x311eef._0x4da336,_0x311eef._0x18579e,_0x311eef._0x159f7e)](hasPermission,_0x5e2bb2,_0xb31ad9['MgIFm'],_0x527d48['id']),_0x497fb8=_0xcb9fa1||await hasPermission(_0x5e2bb2,_0x12422b(_0x311eef._0x5bc230,_0x311eef._0x42fc4e,0x4e3,_0x311eef._0x51c18a)+'ge',_0x527d48['id']);if(_0xcb9fa1||_0x527d48[_0x238f28(-0x24c,-_0x311eef._0x59a7ff,-0x24c,-0x2bf)][_0x12422b(_0x311eef._0x186718,0x5b4,0x54a,_0x311eef._0x5b5f91)](_0x5e2bb2)||_0x3c3b94||_0x497fb8){const _0x3e060f={..._0x527d48};_0x3e060f[_0x238f28(-_0x311eef._0x46617f,-0x18c,-0x1fb,-_0x311eef._0x387a31)+_0x238f28(-0x29f,-_0x311eef._0x1c22d0,-_0x311eef._0x4d3037,-0x2ff)]=_0x3c3b94,_0x3e060f[_0x12422b(0x4d8,_0x311eef._0x4400f9,0x512,0x571)+_0x238f28(-_0x311eef._0x553169,-_0x311eef._0x5cb818,-_0x311eef._0x511b39,-0x2e3)]=_0x497fb8;const _0xb8604={};return _0xb8604['team']=_0x3e060f,_0x5f4ca7[_0x238f28(-0x2c3,-0x1eb,-_0x311eef._0x14b0ac,-_0x311eef._0x28ec3f)](_0xb8604);}const _0x55cb29={};return _0x55cb29[_0x12422b(0x609,_0x311eef._0xa59fa2,_0x311eef._0x19c473,0x5c9)]=_0xb31ad9[_0x238f28(-_0x311eef._0x2b28fa,-0x249,-0x28c,-_0x311eef._0x45b4b7)],_0x55cb29[_0x238f28(-0x25c,-0x181,-_0x311eef._0x42fd68,-_0x311eef._0x76d71a)]=_0xb31ad9['BFMoA'],_0x5f4ca7[_0x12422b(0x581,0x579,_0x311eef._0x1bc304,_0x311eef._0xe1e4c5)](-0x20eb+0x149c+0xde2)['json'](_0x55cb29);}else{const _0x352c32={};return _0x352c32[_0x238f28(-_0x311eef._0x3792a4,-_0x311eef._0x812cb2,-0x1ec,-_0x311eef._0x1739fd)]=_0xb31ad9[_0x238f28(-0x22d,-0x270,-0x25d,-0x2ae)],_0x398b1e[_0x12422b(_0x311eef._0x1ed613,_0x311eef._0x12fa2a,0x558,0x5d2)](-0x1776+0x9cd*0x1+0xf3d)[_0x12422b(0x560,0x563,0x531,0x4c1)](_0x352c32);}}catch(_0x4193de){if(_0xb31ad9[_0x12422b(_0x311eef._0x40a27,0x53d,_0x311eef._0x4da5dc,_0x311eef._0x309527)](_0xb31ad9[_0x12422b(_0x311eef._0x27bea5,_0x311eef._0x1633b1,0x4b8,0x513)],_0x12422b(_0x311eef._0x26a8cc,_0x311eef._0x8d2290,0x557,_0x311eef._0x5ac280))){const _0x504cc4={};_0x504cc4[_0x12422b(0x542,_0x311eef._0x1a0088,0x5a1,_0x311eef._0x45b289)]=_0x4193de[_0x12422b(_0x311eef._0x267fe8,0x555,_0x311eef._0x1c2b40,0x539)],logger[_0x12422b(_0x311eef._0x124d09,_0x311eef._0x1bd021,0x5a1,_0x311eef._0x1016e)](_0xb31ad9['djoYb'],_0x504cc4);const _0x2d4080={};return _0x2d4080[_0x238f28(-_0x311eef._0x32b6fb,-0x176,-_0x311eef._0x45a13d,-0x26a)]=_0x12422b(0x4c6,0x51d,0x4e2,0x4db)+_0x238f28(-0x205,-0x250,-0x21d,-_0x311eef._0x3b2981)+'r',_0x5f4ca7[_0x12422b(_0x311eef._0x264075,0x587,0x558,0x5a6)](-0x1*-0x1215+-0x18de+-0x1*-0x8bd)[_0x238f28(-0x2a7,-0x2c5,-_0x311eef._0x4066e3,-0x2c9)](_0x2d4080);}else{const _0x382efb={};_0x382efb[_0x12422b(_0x311eef._0x2899c5,_0x311eef._0x116fa2,_0x311eef._0x1ad366,_0x311eef._0x28844b)]=_0x402f54['message'],_0x1cba38[_0x12422b(_0x311eef._0x136c72,0x561,_0x311eef._0x133f73,0x5ff)](_0xb31ad9[_0x238f28(-0x295,-0x2f5,-0x2d3,-0x30e)],_0x382efb);const _0x243b60={};return _0x243b60[_0x238f28(-0x228,-_0x311eef._0x4abbc1,-0x1ec,-0x172)]=_0xb31ad9[_0x12422b(0x521,_0x311eef._0x34f5dc,0x4fe,_0x311eef._0xcbbae8)],_0x3b4b50[_0x12422b(_0x311eef._0x3b428c,0x599,0x558,_0x311eef._0x2f51b6)](-0x2179+0x19a4+0x9c9)[_0x12422b(0x4e5,_0x311eef._0x54617e,0x531,0x578)](_0x243b60);}}});function _0xce7891(_0x4f3c39,_0x581b33,_0x53c6f8,_0x175f03){const _0x21a16d={_0x52b1a3:0x283};return _0x5072(_0x175f03- -_0x21a16d._0x52b1a3,_0x581b33);}const _0x21f9f8={};_0x21f9f8[_0xce7891(-0x72,-0x58,-0x48,-0xa3)]=!![],router[_0xce7891(-0x73,-0x7e,-0x108,-0xcb)]('/',requirePermission('teams:mana'+'ge',_0x21f9f8),async(_0x5cc38e,_0x3057c0)=>{const _0x13e55a={_0x3ee39a:0x1f1,_0x15a8ca:0x1ec,_0x1b5442:0x20e,_0x24fd6f:0x9c,_0x1313bc:0x14e,_0x257498:0x1a5,_0x22161c:0x1c5,_0x50340b:0x137,_0x1b360e:0x203,_0x2888ab:0x20a,_0x3a565d:0x111,_0x5d58f3:0x12d,_0x422a40:0x176,_0x576d97:0x157,_0x2f3a33:0x155,_0x332ed9:0xca,_0x7a580e:0xe8,_0x23e7e7:0x185,_0x4643b5:0x1ce,_0x162bc0:0x1ee,_0x502bdf:0x1d8,_0x4f8c95:0x1a7,_0x471158:0x2a0,_0x287055:0x26b,_0x14a7fd:0x25a,_0x1b4a03:0x271,_0x24cad7:0x1f5,_0x54f19d:0x1c0,_0x5da138:0x17a,_0x5eec10:0x1be,_0x544f3c:0xf8,_0x2e06c4:0x1eb,_0x28ad31:0x24b,_0x344f2f:0x1d2,_0x4ff31f:0x18d,_0x2cf5fb:0x159,_0x39f40c:0x275,_0x575dc1:0x202,_0x12be25:0x1ed,_0x585038:0x1d7,_0x138da4:0x15f,_0x544027:0x105,_0x5760a8:0x1d6,_0x20f7a6:0x167,_0x380896:0x1d0,_0x2a5046:0xfd,_0xf0d75:0x17f,_0x939924:0xe6,_0x2e2050:0x1c8,_0x27608b:0x162,_0x272412:0x242,_0x33efe8:0x260,_0x16d523:0x18b,_0x5dbc67:0x186,_0x100b70:0x1d1,_0x5e4d7a:0x193,_0x56dcdc:0x13b,_0x59ace8:0x19c,_0x59df0a:0xf8,_0x2cc22e:0xb0,_0x244700:0xf2,_0x29a6d1:0xc6,_0x1bd356:0x12a,_0x399583:0x6c,_0x343e2e:0x1ce,_0x3e6ed2:0x1c2,_0x554d4c:0x156,_0x4c5540:0x2b1,_0x26e9fa:0x26c,_0x10e383:0x224,_0x17abdb:0x216,_0x14d5d5:0x25b,_0x4b085c:0x239,_0x3cf934:0x183,_0x42b758:0x1cd,_0x4335b5:0x12b,_0x2012ae:0x139,_0x3b7fef:0x22b,_0x30aad9:0x2a5,_0x3cead2:0x20f,_0x463201:0x292,_0x1f2097:0x1f4,_0x106857:0x14d,_0x5ced14:0x134,_0x4d99a1:0x13e,_0x29fe15:0x98,_0x41f14a:0x13b,_0x3613e0:0x1e9,_0x48c036:0x24d,_0xf38f4f:0x187,_0x6c10a2:0x254,_0x30ec8b:0x1a6,_0x29c070:0x13a,_0x7f5cb3:0xed,_0x52772f:0x123,_0x134b45:0x1dd,_0x27619f:0x1f6,_0x27be09:0x222,_0x284563:0x282,_0x1fc5c0:0x1cb,_0xa0fc53:0x188,_0x389f7d:0x1d4,_0x2d05a5:0x12c,_0x42edcb:0x1c1,_0xc59a15:0x1bd,_0x30fe25:0x107,_0x545a5c:0x12a,_0x1e8dd8:0x158,_0x2f57bc:0xa7,_0x462d5d:0xe9,_0x1fae0e:0x7d,_0x4f534f:0x246,_0x3f00f9:0x26c,_0x547187:0x23d,_0x43b5ca:0x194,_0x2aac48:0x210,_0x13e471:0x124,_0x4020c0:0x18f,_0xa578eb:0x216,_0x438e9e:0x1b0,_0x45d3e8:0x1e5,_0x4adcae:0x232,_0x1b9a2c:0x24b,_0x1df508:0x177,_0x256b27:0xd7,_0x27ea7e:0xeb,_0x426fa4:0x23e,_0x22a0bd:0x2b2,_0x157829:0x10d,_0x2081a8:0xe1,_0x35975f:0x7c,_0x1a0d6e:0xe9,_0x33a923:0xfe,_0xd28f02:0x1a0,_0x27a17f:0x23b,_0x584b1c:0x172,_0x3c03d9:0x28c,_0xf826f3:0x259,_0x504734:0x26f,_0x5d5147:0x161,_0x4d04fc:0x2c5,_0x2de241:0x15e,_0x2729a5:0x1d0,_0x17ac5a:0x23a,_0x515d67:0xfc,_0x4198d2:0x25f,_0x5a0c54:0x1b1,_0x2a912d:0x1a1,_0x325f07:0x186,_0x6bb671:0x11b},_0x57d5af={_0x4fcbd1:0x7f},_0x38f3a9={_0x2fed78:0x15a,_0x3580d9:0x69};function _0x237e52(_0xaa2e0b,_0x5f5537,_0xbb72a0,_0x2912c0){return _0xce7891(_0xaa2e0b-_0x38f3a9._0x2fed78,_0xbb72a0,_0xbb72a0-0x3,_0x5f5537- -_0x38f3a9._0x3580d9);}function _0x44b57f(_0x21de32,_0x30a7b6,_0x22ba81,_0x1227c0){return _0x2644ce(_0x21de32-_0x57d5af._0x4fcbd1,_0x22ba81,_0x30a7b6- -0x35d,_0x1227c0-0x1b4);}const _0x1a021d={'zmuZB':_0x44b57f(0x1a7,_0x13e55a._0x3ee39a,_0x13e55a._0x15a8ca,0x1d6)+_0x237e52(-0x15e,-0x1d3,-0x1c6,-_0x13e55a._0x1b5442),'JjHmw':'Error\x20crea'+_0x237e52(-_0x13e55a._0x24fd6f,-0x115,-0x121,-0xf0),'svMzZ':'Internal\x20s'+_0x237e52(-0xc0,-0x123,-0xb9,-0x155)+'r','SOuHO':_0x237e52(-_0x13e55a._0x1313bc,-0x147,-_0x13e55a._0x257498,-_0x13e55a._0x22161c)+_0x237e52(-0xe7,-0x122,-_0x13e55a._0x50340b,-0xb8),'SrsSG':_0x44b57f(_0x13e55a._0x1b360e,0x18f,0x17c,0x186)+_0x44b57f(0x206,0x1d3,0x237,_0x13e55a._0x2888ab)+'he\x20last\x20Se'+_0x237e52(-_0x13e55a._0x3a565d,-_0x13e55a._0x5d58f3,-0x10e,-0x108)+_0x237e52(-_0x13e55a._0x422a40,-_0x13e55a._0x576d97,-0x1ad,-_0x13e55a._0x2f3a33)+'ast\x20one\x20Se'+'rver\x20Admin'+_0x237e52(-_0x13e55a._0x332ed9,-_0x13e55a._0x7a580e,-0x151,-0x11b)+_0x44b57f(_0x13e55a._0x23e7e7,_0x13e55a._0x4643b5,_0x13e55a._0x1b360e,0x151),'sTOOF':_0x44b57f(0x2a8,0x239,_0x13e55a._0x162bc0,_0x13e55a._0x502bdf)+'t','JEqvB':function(_0x3f5e6f,_0x472641){return _0x3f5e6f!==_0x472641;},'MnoER':_0x237e52(-0x219,-0x19d,-_0x13e55a._0x4f8c95,-0x1a2),'VcKFY':function(_0x238ec2,_0x195f51){return _0x238ec2===_0x195f51;},'sKgaR':'buJAL','xOMzn':'Team\x20name\x20'+_0x44b57f(_0x13e55a._0x471158,_0x13e55a._0x287055,_0x13e55a._0x14a7fd,_0x13e55a._0x1b4a03)+'d','uXDyD':function(_0x4c1286,_0x4f7413){return _0x4c1286>_0x4f7413;},'xuMzQ':_0x237e52(-_0x13e55a._0x24cad7,-0x1b9,-_0x13e55a._0x54f19d,-0x189),'tjToO':_0x237e52(-0xfb,-0x13a,-0x18e,-_0x13e55a._0x5da138),'ZyTqd':function(_0x2b7a49,_0x2b6af5){return _0x2b7a49(_0x2b6af5);},'BDwuQ':_0x237e52(-_0x13e55a._0x5eec10,-0x15c,-0x155,-_0x13e55a._0x544f3c)+'ed\x20success'+_0x44b57f(_0x13e55a._0x2e06c4,0x181,0x15a,0x12e),'gUPOg':_0x237e52(-_0x13e55a._0x28ad31,-_0x13e55a._0x344f2f,-0x17b,-_0x13e55a._0x4ff31f),'uryNo':'Conflict'};try{const {name:_0x364d1a,description:_0x15f985,members:members=[]}=_0x5cc38e['body'];if(!_0x364d1a||_0x1a021d['JEqvB'](typeof _0x364d1a,_0x1a021d[_0x237e52(-_0x13e55a._0x2cf5fb,-0x191,-0x204,-0x12a)])||_0x1a021d[_0x44b57f(_0x13e55a._0x39f40c,0x23a,0x294,0x219)](_0x364d1a[_0x44b57f(_0x13e55a._0x575dc1,_0x13e55a._0x12be25,0x1eb,_0x13e55a._0x585038)]()['length'],0x1ba8+-0xc5+-0x1ae3)){if(_0x237e52(-0x11a,-0x121,-_0x13e55a._0x138da4,-_0x13e55a._0x544027)===_0x1a021d[_0x237e52(-_0x13e55a._0x5760a8,-_0x13e55a._0x20f7a6,-_0x13e55a._0x380896,-0x12a)]){const _0x3c01f1={};return _0x3c01f1['error']=_0x237e52(-_0x13e55a._0x2a5046,-0x112,-_0x13e55a._0xf0d75,-0x103)+'t',_0x3c01f1['message']=_0x1a021d['xOMzn'],_0x3057c0[_0x237e52(-0xdc,-0x13b,-_0x13e55a._0x939924,-0x174)](-0x4*-0x1f5+-0x6*0x623+-0x2*-0xf47)[_0x237e52(-_0x13e55a._0x2e2050,-_0x13e55a._0x27608b,-0x171,-0x17c)](_0x3c01f1);}else{if(_0x46c368[_0x44b57f(0x22b,0x262,0x278,0x232)]['includes'](_0x1a021d[_0x44b57f(_0x13e55a._0x272412,0x200,0x248,_0x13e55a._0x33efe8)])){const _0x1fa110={};return _0x1fa110['error']=_0x237e52(-_0x13e55a._0x16d523,-_0x13e55a._0x5dbc67,-_0x13e55a._0x100b70,-0x18e),_0x1fa110['message']=_0x46c370['message'],_0x104a5a[_0x237e52(-_0x13e55a._0x5e4d7a,-_0x13e55a._0x56dcdc,-_0x13e55a._0x59ace8,-_0x13e55a._0x59df0a)](-0x97*0xe+-0xd3*0x4+0xd27)['json'](_0x1fa110);}const _0x33133a={};_0x33133a[_0x237e52(-_0x13e55a._0x2cc22e,-_0x13e55a._0x244700,-0x8c,-_0x13e55a._0x29a6d1)]=_0xe5f182[_0x237e52(-_0x13e55a._0x1bd356,-0xe9,-0x8a,-_0x13e55a._0x399583)],_0x4d9644['error'](_0x1a021d[_0x237e52(-_0x13e55a._0x343e2e,-0x1cf,-_0x13e55a._0x3e6ed2,-_0x13e55a._0x554d4c)],_0x33133a);const _0x35cdfa={};return _0x35cdfa['error']=_0x1a021d[_0x44b57f(_0x13e55a._0x471158,0x260,_0x13e55a._0x4c5540,_0x13e55a._0x26e9fa)],_0x37bedb['status'](-0x1*-0x1d8f+-0x1f3c+0x3a1)['json'](_0x35cdfa);}}if(_0x1a021d[_0x44b57f(_0x13e55a._0x10e383,_0x13e55a._0x17abdb,_0x13e55a._0x14d5d5,_0x13e55a._0x4b085c)](members[_0x44b57f(0x1f1,_0x13e55a._0x3cf934,0x1fd,_0x13e55a._0x42b758)],0x1*-0xb93+0x137+0xa5c)){if(_0x1a021d[_0x237e52(-_0x13e55a._0x4335b5,-0x111,-0x10f,-_0x13e55a._0x2012ae)](_0x1a021d[_0x44b57f(0x274,_0x13e55a._0x3b7fef,_0x13e55a._0x30aad9,0x28f)],_0x1a021d['tjToO'])){const _0x346893={};return _0x346893[_0x44b57f(_0x13e55a._0x3cead2,0x259,_0x13e55a._0x463201,_0x13e55a._0x1f2097)]=_0x1a021d[_0x237e52(-0x1be,-_0x13e55a._0x106857,-0xf8,-_0x13e55a._0x5ced14)],_0x346893[_0x237e52(-0xff,-0xe9,-_0x13e55a._0x4d99a1,-_0x13e55a._0x29fe15)]=_0x1a021d['SrsSG'],_0x5ac444[_0x237e52(-0x127,-_0x13e55a._0x41f14a,-0x16e,-0x144)](-0x2532+0x223+0x249f)[_0x44b57f(0x19c,_0x13e55a._0x3613e0,_0x13e55a._0x48c036,_0x13e55a._0xf38f4f)](_0x346893);}else{const _0x484852=await _0x1a021d[_0x44b57f(0x2a4,0x238,0x1d3,_0x13e55a._0x6c10a2)](validateUserIds,members);if(_0x1a021d[_0x44b57f(0x294,0x216,0x1b8,_0x13e55a._0x30ec8b)](_0x484852['length'],0x59a+0x1afa+-0x2094))return _0x3057c0[_0x237e52(-_0x13e55a._0x29c070,-0x13b,-_0x13e55a._0x7f5cb3,-_0x13e55a._0x52772f)](0x226f*0x1+0x98c*0x1+-0x2a6b*0x1)[_0x44b57f(_0x13e55a._0x134b45,0x1e9,_0x13e55a._0x27619f,0x21d)]({'error':_0x1a021d[_0x44b57f(0x258,_0x13e55a._0x27be09,0x1a7,_0x13e55a._0x284563)],'message':_0x237e52(-0x1ec,-0x1c7,-_0x13e55a._0x1fc5c0,-_0x13e55a._0xa0fc53)+_0x237e52(-0x16e,-0x197,-_0x13e55a._0x389f7d,-_0x13e55a._0x2d05a5)+_0x484852[_0x237e52(-_0x13e55a._0x42edcb,-0x1cb,-0x163,-_0x13e55a._0xc59a15)](',\x20')});}}const _0x304faa=await _0x1a021d[_0x237e52(-_0x13e55a._0x554d4c,-0x113,-0x109,-_0x13e55a._0x30fe25)](createTeam,{'name':_0x364d1a['trim'](),'description':_0x15f985,'members':members}),_0x1ea942={..._0x304faa};_0x1ea942['canManageM'+_0x237e52(-_0x13e55a._0x545a5c,-0x1a6,-0x210,-_0x13e55a._0x1e8dd8)]=!![];const _0x4307b6={};return _0x4307b6[_0x237e52(-_0x13e55a._0x2f57bc,-_0x13e55a._0x462d5d,-_0x13e55a._0x1fae0e,-0xcc)]=_0x1a021d[_0x44b57f(0x2b6,_0x13e55a._0x4f534f,_0x13e55a._0x3f00f9,_0x13e55a._0x547187)],_0x4307b6[_0x44b57f(_0x13e55a._0x43b5ca,0x1b3,0x1f9,0x230)]=_0x1ea942,_0x3057c0[_0x44b57f(0x202,_0x13e55a._0x2aac48,_0x13e55a._0x284563,0x20a)](-0x9da+0x1598+-0x231*0x5)[_0x237e52(-0x16c,-0x162,-_0x13e55a._0x13e471,-0x14a)](_0x4307b6);}catch(_0x33ccc2){if(_0x1a021d['VcKFY'](_0x1a021d[_0x44b57f(_0x13e55a._0x4020c0,0x1b0,0x174,_0x13e55a._0xa578eb)],_0x1a021d[_0x44b57f(0x13f,_0x13e55a._0x438e9e,_0x13e55a._0x45d3e8,0x147)])){if(_0x33ccc2[_0x44b57f(_0x13e55a._0x4adcae,0x262,_0x13e55a._0x1b9a2c,0x28a)][_0x237e52(-_0x13e55a._0x1df508,-0x149,-0x127,-0x187)](_0x1a021d[_0x237e52(-0x151,-0x14b,-_0x13e55a._0x256b27,-_0x13e55a._0x27ea7e)])){const _0x2528af={};return _0x2528af[_0x44b57f(_0x13e55a._0x426fa4,0x259,0x2c0,_0x13e55a._0x22a0bd)]=_0x1a021d[_0x237e52(-0x135,-_0x13e55a._0x157829,-0x161,-0x138)],_0x2528af[_0x237e52(-_0x13e55a._0x2081a8,-0xe9,-0x7d,-_0x13e55a._0x35975f)]=_0x33ccc2[_0x237e52(-0xa6,-_0x13e55a._0x1a0d6e,-_0x13e55a._0x33a923,-0xd5)],_0x3057c0[_0x237e52(-0x157,-_0x13e55a._0x41f14a,-0x143,-_0x13e55a._0xd28f02)](0x2078+-0x32*0x5+-0x1de5)[_0x44b57f(_0x13e55a._0x27a17f,_0x13e55a._0x3613e0,0x18e,_0x13e55a._0x584b1c)](_0x2528af);}const _0x28c831={};_0x28c831['error']=_0x33ccc2['message'],logger[_0x44b57f(_0x13e55a._0x3c03d9,_0x13e55a._0xf826f3,_0x13e55a._0x504734,0x201)](_0x1a021d[_0x44b57f(0x152,0x17c,_0x13e55a._0x5d5147,0x1f8)],_0x28c831);const _0x4bcb3d={};return _0x4bcb3d['error']=_0x1a021d[_0x44b57f(_0x13e55a._0x33efe8,0x260,_0x13e55a._0x4d04fc,0x283)],_0x3057c0[_0x237e52(-0x1b1,-0x13b,-_0x13e55a._0x2de241,-0x12e)](-0x1cb1+-0x943*0x3+0x3a6e)[_0x237e52(-0x176,-0x162,-0xf3,-_0x13e55a._0x2729a5)](_0x4bcb3d);}else return _0x21285f[_0x44b57f(0x1b8,0x210,0x1d8,_0x13e55a._0x17ac5a)](0x4*0x347+0x1892+-0x2e*0xc9)[_0x237e52(-0x140,-0x162,-0xef,-_0x13e55a._0x515d67)]({'error':_0x1a021d[_0x44b57f(0x22f,0x222,_0x13e55a._0x4198d2,_0x13e55a._0x5a0c54)],'message':_0x44b57f(0x1b2,0x184,0x122,_0x13e55a._0x45d3e8)+_0x237e52(-_0x13e55a._0x2a912d,-0x197,-_0x13e55a._0x325f07,-_0x13e55a._0x6bb671)+_0x5e051a[_0x237e52(-0x1da,-0x1cb,-_0x13e55a._0x2e2050,-0x16d)](',\x20')});}});function _0x2644ce(_0x5a29bf,_0x3a457e,_0x3b20e0,_0x3000e8){return _0x5072(_0x3b20e0-0x3bc,_0x3a457e);}router[_0x2644ce(0x5a7,0x59e,0x5a0,0x599)](_0x2644ce(0x587,0x4a7,0x512,0x543),async(_0x33cadc,_0x58b640)=>{const _0x2866da={_0x1d01a9:0x376,_0xed0a97:0x498,_0x5f4383:0x4d4,_0x5d0c5c:0x318,_0x5de457:0x333,_0x24385a:0x3c7,_0x919d3:0x461,_0x4203e4:0x3bb,_0x1d5142:0x3d8,_0x1dc45e:0x3fa,_0x2a053f:0x3ca,_0x301080:0x3f6,_0x58e5dd:0x410,_0x35dc4d:0x4a1,_0x593379:0x4a2,_0x5cc8b2:0x43a,_0x38bdc8:0x365,_0x22a34a:0x3c1,_0x5d41b0:0x458,_0x5bc0df:0x417,_0x39f31b:0x40a,_0x3f6d29:0x45b,_0x59d140:0x47d,_0x58f1a0:0x4ab,_0x1cd28a:0x394,_0x23424a:0x411,_0x2b894a:0x37a,_0x5569a7:0x342,_0x2e9612:0x31b,_0x15e87b:0x410,_0x5c55e1:0x449,_0xe0bbfd:0x3f4,_0x2785d4:0x44e,_0x4c1018:0x369,_0x46e3a9:0x30b,_0xb4f26c:0x30f,_0x23e644:0x2eb,_0x4a5d9d:0x3f3,_0x1118ba:0x374,_0x909b0e:0x370,_0x52a3d4:0x367,_0x4e0eb9:0x33d,_0x59c375:0x359,_0x1bb782:0x303,_0x59c753:0x321,_0x57bc87:0x2d9,_0x46b880:0x422,_0x400482:0x3de,_0x3d4e41:0x483,_0x3e30c7:0x459,_0x3b4297:0x491,_0x36b245:0x28d,_0x481990:0x311,_0x493de3:0x2d0,_0x30f032:0x465,_0xcc4488:0x405,_0x588693:0x4c4,_0x5cbb93:0x478,_0x48a596:0x3bc,_0x4f7e46:0x385,_0x34b014:0x357,_0x11213f:0x3a7,_0x546972:0x3ae,_0x46c0fa:0x3ac,_0xd6f9f5:0x372,_0x3b56cb:0x3c2,_0x10177f:0x3ec,_0x4ed7b8:0x423,_0x3dbf3c:0x40f,_0x228443:0x360,_0x47ce8b:0x3ca,_0xc7b830:0x3ab,_0x2bcfba:0x408,_0x26b127:0x46a,_0x2a56c7:0x389,_0x43f724:0x2ed,_0x11f81f:0x2ef,_0x3afe44:0x512,_0x1dff6e:0x4ab,_0x24f5a1:0x50f,_0x4d0865:0x3d7,_0x10c3c8:0x39e,_0xc0faac:0x48d,_0x2798f2:0x499,_0x1c51b3:0x4a2,_0x3ae60c:0x40e,_0x4dfa2e:0x46e,_0x337498:0x46d,_0xf6eed4:0x44f,_0xd046d:0x427,_0x2eb388:0x438,_0x32c2f0:0x35e,_0x3fc1c9:0x3e2,_0x7887ee:0x3cf,_0x33e42b:0x396,_0x14a930:0x3f3,_0x4d67a9:0x3af,_0x54b4b7:0x3d2,_0x17ac26:0x41b,_0x144952:0x46e,_0x235cc0:0x4d6,_0x4cf1f3:0x3bd,_0x31e7c4:0x3bc,_0x106b9c:0x36b,_0x43dbf8:0x3e4,_0x3db628:0x384,_0x33db14:0x38d,_0x3759be:0x4f5,_0x3ba90d:0x4eb,_0x2ebcb8:0x4b3,_0x451c59:0x51b,_0x18c813:0x51a,_0x2b91dc:0x518,_0x20c6ab:0x37d,_0x298593:0x3be,_0x9f527e:0x48c,_0x438efa:0x4ab,_0x79d1aa:0x44f,_0x4a926f:0x392,_0xdad78a:0x336,_0x2b9a85:0x3f9,_0x4dfb3d:0x458,_0x994bf1:0x466,_0x23154c:0x3e4,_0x1b05a7:0x39e,_0x328916:0x3f4,_0x5e1152:0x4a2,_0x1e3de5:0x41e,_0x3b411a:0x448,_0x2b6f47:0x3db,_0x2bdce6:0x3e7,_0x1deb89:0x383,_0xd77c1d:0x29d,_0x1b1dc5:0x3e9,_0x3dfec2:0x364,_0x34befb:0x32a,_0x3bf617:0x3d3,_0x287cb5:0x38a,_0x15ede0:0x44d,_0x31edff:0x36e,_0x1c0dee:0x34b,_0x56d6ab:0x3cc,_0x56a6ac:0x3b9,_0x14f985:0x39d,_0x2b1f18:0x406,_0x346ec0:0x38c,_0x301eeb:0x34c,_0x4aed7e:0x41f,_0x4ab7c9:0x407,_0x4ff2d2:0x452,_0x28ad32:0x3c6,_0x566191:0x3f1,_0x56413c:0x422,_0x3437a1:0x514,_0x394a8e:0x526,_0x6facfb:0x380,_0x22e63c:0x2f1,_0x523be8:0x3f2,_0x2b91b6:0x430,_0x5db86a:0x3d7,_0xca8398:0x448,_0x1990f5:0x39a,_0x422fff:0x339,_0x35536f:0x39a,_0x23c509:0x40b,_0x4a8907:0x3ed,_0x27121d:0x34a,_0x2c7ada:0x403,_0x516166:0x418,_0x414f2a:0x3ab,_0x1b2aa1:0x405,_0x313dac:0x34e,_0x30aac2:0x397,_0x590412:0x32d,_0x14c4bf:0x3aa,_0x590b02:0x351,_0x4d315c:0x43f,_0xb0ab1b:0x4c2,_0x1488a0:0x43a,_0x15eab4:0x38e,_0x43bcad:0x435,_0x4cd397:0x3ec,_0x160ba4:0x444,_0x19eb43:0x3d7,_0x31f009:0x3b9,_0x457fca:0x363,_0xe028a8:0x315,_0x27638c:0x49e,_0x1925e4:0x432,_0x53eae6:0x3ef,_0x1b4a9b:0x44d,_0x4a59bc:0x3e4,_0xb13021:0x36a,_0xddba9e:0x3b6,_0x1f720a:0x396,_0x12dd04:0x3cb,_0xbe89b:0x3db,_0x377c5e:0x3e4,_0x3b88bd:0x400,_0x38b225:0x49a,_0x3d9d57:0x4aa,_0x15c260:0x373,_0x40e6e3:0x3a4,_0x199198:0x494,_0x31c09c:0x519,_0x171ba9:0x477,_0x11166a:0x450,_0x3adee0:0x420,_0xc4ba80:0x45d,_0x378bc9:0x42a,_0x4bb938:0x420,_0x5f0663:0x44b,_0x1aac53:0x457,_0x3e1a78:0x460,_0x1776b3:0x41d,_0xcb5e95:0x420,_0x405ace:0x37b,_0x7fa6f9:0x3c8,_0x4c3c26:0x3d0,_0x206253:0x345,_0x40ce0c:0x43b,_0x1eeb18:0x4bb,_0x11d642:0x442,_0x2fb0cf:0x444,_0x4ed25e:0x442,_0x57abf3:0x442,_0x4ce6dd:0x305,_0x39189b:0x33f,_0x357064:0x28b,_0x3e29ef:0x28d,_0x479006:0x3e8,_0x54a444:0x41c,_0x5ba074:0x38e,_0x2bd4c4:0x301,_0x148a92:0x3d6,_0x427667:0x3e0,_0x2d8643:0x347,_0x63d66a:0x39c,_0x4fe669:0x30a,_0x4e59cd:0x4ad,_0xcfa999:0x3a3,_0x6ee8d7:0x382,_0x28a7de:0x40c,_0x42eff1:0x3a6,_0x99215f:0x3d5,_0x5d78aa:0x3c3,_0x291215:0x39d,_0x6f5ef0:0x43c,_0x18dca9:0x3e1,_0x5b70d5:0x3ac,_0x634d31:0x390,_0x24c8eb:0x2f8,_0x10590a:0x3c1,_0x3aea7d:0x432,_0x59ff86:0x3b9,_0x404114:0x3c5,_0x4b78a7:0x48a,_0x4a502c:0x479,_0x21e2f2:0x50d,_0x2f6c00:0x4a5,_0x37a6ed:0x35a,_0x4a4525:0x474,_0x14515a:0x4ab,_0x4eb13f:0x42a,_0x8c4eba:0x430,_0x3d0c72:0x40b,_0x36658d:0x392,_0x423e7f:0x340,_0x5ecde3:0x33a,_0x49544c:0x308,_0x13ac60:0x3c8,_0x237e90:0x4ca,_0x4da140:0x493,_0x35ef0b:0x44f,_0x207570:0x504,_0x49829c:0x4cf,_0xa38a23:0x4b8,_0x3453cf:0x47d,_0x42f2da:0x4ac,_0x809dfa:0x497,_0x367a03:0x335,_0x18c531:0x354,_0x10c6f7:0x2ef,_0x3efbfc:0x364,_0x23d15a:0x305,_0x5f50fb:0x47a,_0x5a00a2:0x4ab,_0x18131c:0x41a,_0x5cb553:0x425,_0x109850:0x2d6,_0xfe0837:0x4ab,_0x4fe485:0x392,_0x13bb40:0x3ed,_0xde1274:0x4df,_0xc2aae:0x4a7,_0x5b02c0:0x362,_0x5c9b12:0x3b4,_0x4ce147:0x42b,_0x38072c:0x356,_0x16016c:0x42f,_0x588535:0x439,_0x4a7117:0x435,_0x50c954:0x3db,_0x4bacd9:0x37e,_0x5b0b17:0x361,_0x55b6e7:0x396,_0x2f9857:0x3c0,_0x5a1ad1:0x37e,_0x2c469f:0x496,_0x1e8836:0x432,_0x4c2042:0x42e,_0xdbcc06:0x3e4,_0x309e8e:0x461,_0x1fe6af:0x416,_0x108d3c:0x401,_0x174bc7:0x44e,_0x22c9ac:0x4a2,_0x6dca2b:0x440,_0x207a4e:0x439,_0x33b44f:0x40c},_0x52dc15={_0x4dfaa6:0x39},_0x208251={_0x232fe3:0xea,_0x163d8a:0x7b},_0x47263e={'JERdz':_0x4fc8a7(0x31c,0x32f,0x395,_0x2866da._0x1d01a9)+_0x1a1ed6(_0x2866da._0xed0a97,0x429,_0x2866da._0x5f4383,0x471)+'r','PAFSF':_0x4fc8a7(_0x2866da._0x5d0c5c,0x305,_0x2866da._0x5de457,0x345)+'er','SdcuA':_0x1a1ed6(0x3cf,0x430,0x3b8,_0x2866da._0x24385a),'SuONH':_0x1a1ed6(0x4b6,0x478,0x472,_0x2866da._0x919d3)+'ving\x20membe'+'r','EtMwU':_0x1a1ed6(_0x2866da._0x4203e4,0x3d8,_0x2866da._0x1d5142,_0x2866da._0x1dc45e)+_0x1a1ed6(0x394,0x3ac,_0x2866da._0x2a053f,_0x2866da._0x301080),'ucVqR':'Bad\x20Reques'+'t','VLPtN':_0x1a1ed6(0x470,0x411,0x3c3,0x415)+'required','mnCMC':_0x1a1ed6(_0x2866da._0x58e5dd,_0x2866da._0x35dc4d,_0x2866da._0x593379,_0x2866da._0x5cc8b2)+_0x1a1ed6(0x3a0,0x3e9,_0x2866da._0x38bdc8,_0x2866da._0x22a34a),'lvdxS':'Conflict','fJJIA':_0x1a1ed6(_0x2866da._0x5d41b0,_0x2866da._0x5bc0df,0x481,_0x2866da._0x39f31b)+_0x1a1ed6(0x45c,_0x2866da._0x3f6d29,_0x2866da._0x59d140,0x47f),'eETPM':function(_0x28229f,_0x84da47){return _0x28229f===_0x84da47;},'soMro':_0x1a1ed6(0x48c,_0x2866da._0x58f1a0,0x4be,0x476),'vnrHe':_0x4fc8a7(_0x2866da._0x1cd28a,_0x2866da._0x23424a,0x375,0x330),'DCZQv':function(_0x13dd7f,_0xa1a766){return _0x13dd7f(_0xa1a766);},'lZGDa':function(_0x4fd2a2,_0x4adc36){return _0x4fd2a2!==_0x4adc36;},'KyKwM':function(_0x5be7f1,_0x470fc3){return _0x5be7f1(_0x470fc3);},'UHFOs':function(_0x3ac5b0,_0x3b8d62){return _0x3ac5b0!==_0x3b8d62;},'OPsJH':function(_0x3972b6,_0x77e6dc){return _0x3972b6!==_0x77e6dc;},'WdXvk':function(_0x52bb8c,_0x67e268,_0xab77ae,_0x1d53d3){return _0x52bb8c(_0x67e268,_0xab77ae,_0x1d53d3);},'xHyyn':_0x1a1ed6(_0x2866da._0x2b894a,_0x2866da._0x24385a,0x426,0x3e4)+'ge','WAGDQ':'Forbidden','BEgTz':function(_0x22d6ee,_0x38d124,_0x140595,_0x2bd963){return _0x22d6ee(_0x38d124,_0x140595,_0x2bd963);},'QbhEH':_0x4fc8a7(0x31d,0x33d,0x31b,0x38f)+_0x4fc8a7(0x328,0x35d,_0x2866da._0x5569a7,0x356)+_0x4fc8a7(0x339,0x3b1,_0x2866da._0x2e9612,0x349),'fYOwP':_0x1a1ed6(0x47d,0x428,_0x2866da._0x15e87b,0x45e),'IQhaB':_0x1a1ed6(_0x2866da._0x5c55e1,_0x2866da._0xe0bbfd,_0x2866da._0x2785d4,0x434)+_0x4fc8a7(_0x2866da._0x4c1018,_0x2866da._0x46e3a9,_0x2866da._0xb4f26c,_0x2866da._0x23e644)+_0x1a1ed6(0x3b9,0x3cc,_0x2866da._0x4a5d9d,0x3eb)+_0x1a1ed6(0x3a4,0x40c,_0x2866da._0x1118ba,0x3e6)+'permission'+_0x4fc8a7(0x3da,_0x2866da._0x909b0e,0x401,_0x2866da._0x52a3d4)+_0x4fc8a7(_0x2866da._0x4e0eb9,0x3b2,_0x2866da._0x59c375,_0x2866da._0x1bb782),'hITol':'bZrZA','XxNxr':_0x4fc8a7(_0x2866da._0x59c753,_0x2866da._0x57bc87,0x343,0x375)+_0x1a1ed6(0x43c,0x3d6,_0x2866da._0x46b880,_0x2866da._0x400482),'sExYT':function(_0x1cc71c,_0xb3d8fd){return _0x1cc71c!==_0xb3d8fd;},'UGVmR':function(_0x52a1c8,_0x5eb333){return _0x52a1c8>_0x5eb333;},'OCICE':_0x1a1ed6(_0x2866da._0x3d4e41,0x4a9,_0x2866da._0x3e30c7,_0x2866da._0x3b4297),'GQncM':function(_0x37a91a,_0x5b7b96){return _0x37a91a!==_0x5b7b96;},'pnDZm':'JzNUj','gRxIH':function(_0x4cb984,_0x4e01a3){return _0x4cb984(_0x4e01a3);},'MHKfl':_0x4fc8a7(0x2f5,_0x2866da._0x36b245,_0x2866da._0x481990,_0x2866da._0x493de3)+_0x1a1ed6(_0x2866da._0x30f032,_0x2866da._0xcc4488,_0x2866da._0x588693,_0x2866da._0x5cbb93)+'s','GumgA':_0x1a1ed6(0x45c,0x3af,_0x2866da._0x48a596,0x3f2)+_0x4fc8a7(_0x2866da._0x4f7e46,_0x2866da._0x34b014,_0x2866da._0x11213f,0x3c8)+_0x4fc8a7(_0x2866da._0x546972,0x3f9,0x366,_0x2866da._0x46c0fa)+_0x4fc8a7(0x34b,0x32d,0x33c,0x392)+_0x1a1ed6(0x41a,_0x2866da._0xd6f9f5,0x44b,0x3ed)+'\x20one\x20Serve'+_0x4fc8a7(_0x2866da._0x3b56cb,0x3a7,0x39f,_0x2866da._0x10177f)+_0x1a1ed6(_0x2866da._0x4c1018,0x416,0x3df,0x3d6),'stOJS':'Team\x20updat'+_0x1a1ed6(0x40e,0x40b,0x3c6,_0x2866da._0x4ed7b8)+_0x1a1ed6(0x3d9,_0x2866da._0x3dbf3c,_0x2866da._0x228443,_0x2866da._0x47ce8b),'KadOQ':_0x4fc8a7(0x3e3,_0x2866da._0xc7b830,0x409,0x451),'bALnJ':_0x4fc8a7(0x390,0x373,_0x2866da._0x2bcfba,0x378)};function _0x4fc8a7(_0xd559ac,_0xee0d96,_0x1fa88f,_0x134703){return _0x2644ce(_0xd559ac-_0x208251._0x232fe3,_0x134703,_0xd559ac- -0x1db,_0x134703-_0x208251._0x163d8a);}function _0x1a1ed6(_0x2c0f49,_0x5448f1,_0x5a6d63,_0x4bdc22){return _0x2644ce(_0x2c0f49-0xef,_0x5a6d63,_0x4bdc22- -0x114,_0x4bdc22-_0x52dc15._0x4dfaa6);}try{if(_0x47263e[_0x1a1ed6(0x3c2,_0x2866da._0x26b127,0x449,_0x2866da._0xcc4488)](_0x47263e[_0x4fc8a7(0x34a,0x3ac,_0x2866da._0x2a56c7,0x37d)],_0x47263e[_0x4fc8a7(0x2ff,_0x2866da._0x43f724,_0x2866da._0x11f81f,0x330)])){const _0x57fb94={};_0x57fb94[_0x1a1ed6(_0x2866da._0x3afe44,_0x2866da._0x1dff6e,_0x2866da._0x24f5a1,0x4a2)]=_0x3524c5[_0x4fc8a7(0x3e4,0x3ca,_0x2866da._0x4d0865,_0x2866da._0x10c3c8)],_0x22eb95[_0x1a1ed6(_0x2866da._0xc0faac,0x4cb,_0x2866da._0x2798f2,_0x2866da._0x1c51b3)](_0x1a1ed6(0x3f7,0x4ae,_0x2866da._0x3ae60c,0x463)+_0x1a1ed6(_0x2866da._0x4dfa2e,_0x2866da._0x337498,_0x2866da._0xf6eed4,_0x2866da._0xd046d),_0x57fb94);const _0x1e1715={};return _0x1e1715[_0x4fc8a7(0x3db,_0x2866da._0x2eb388,_0x2866da._0x32c2f0,_0x2866da._0x3fc1c9)]=_0x47263e[_0x1a1ed6(0x415,0x38a,0x420,_0x2866da._0x7887ee)],_0x544aa[_0x4fc8a7(0x392,_0x2866da._0x33e42b,0x3d3,_0x2866da._0x14a930)](-0x4b1*0x5+0x2176+-0x80d)[_0x1a1ed6(0x4a6,0x488,0x3ff,0x432)](_0x1e1715);}else{const _0x23ea86=await _0x47263e[_0x1a1ed6(0x35f,_0x2866da._0x39f31b,_0x2866da._0x4d67a9,_0x2866da._0x54b4b7)](getTeamById,_0x33cadc[_0x1a1ed6(_0x2866da._0x30f032,0x483,_0x2866da._0x17ac26,_0x2866da._0x144952)]['id']);if(!_0x23ea86){if(_0x47263e['lZGDa']('Zgybd',_0x4fc8a7(0x3dc,0x3aa,0x361,0x3ee))){const _0x3ce30a={};return _0x3ce30a[_0x1a1ed6(_0x2866da._0x235cc0,0x435,0x4c2,0x4a2)]=_0x47263e[_0x4fc8a7(0x3d2,0x3c5,_0x2866da._0x4cf1f3,_0x2866da._0x31e7c4)],_0x58b640[_0x1a1ed6(0x41b,0x3fd,0x4c4,0x459)](0x146e+-0x808+-0xad2)[_0x4fc8a7(_0x2866da._0x106b9c,0x30c,0x389,0x2ef)](_0x3ce30a);}else{if(_0x390d26[_0x4fc8a7(_0x2866da._0x43dbf8,0x398,0x3f6,0x438)][_0x4fc8a7(_0x2866da._0x3db628,0x334,0x3d8,_0x2866da._0x33db14)](_0x47263e[_0x1a1ed6(_0x2866da._0x3759be,0x452,_0x2866da._0x3ba90d,_0x2866da._0x2ebcb8)])){const _0x31f667={};return _0x31f667[_0x1a1ed6(_0x2866da._0x451c59,_0x2866da._0x18c813,_0x2866da._0x2b91dc,_0x2866da._0x593379)]=_0x47263e[_0x1a1ed6(_0x2866da._0x20c6ab,0x368,0x367,_0x2866da._0x298593)],_0x31f667[_0x1a1ed6(_0x2866da._0x9f527e,_0x2866da._0x144952,0x490,_0x2866da._0x438efa)]=_0x3dbbd3[_0x4fc8a7(0x3e4,0x398,_0x2866da._0x79d1aa,0x38c)],_0x4483c9[_0x4fc8a7(_0x2866da._0x4a926f,_0x2866da._0xdad78a,0x3fa,_0x2866da._0x2b9a85)](0xbb2+-0x145e*0x1+0xa40)['json'](_0x31f667);}const _0x45260a={};_0x45260a[_0x1a1ed6(_0x2866da._0x4dfb3d,0x4ba,_0x2866da._0x994bf1,0x4a2)]=_0x327d69[_0x4fc8a7(_0x2866da._0x23154c,0x38a,_0x2866da._0x1b05a7,_0x2866da._0x328916)],_0x36fc7d[_0x1a1ed6(0x44e,0x46f,0x465,_0x2866da._0x5e1152)](_0x47263e[_0x1a1ed6(0x46e,0x47e,_0x2866da._0x1e3de5,_0x2866da._0x3b411a)],_0x45260a);const _0x1ea72d={};return _0x1ea72d[_0x4fc8a7(_0x2866da._0x2b6f47,0x36c,0x424,_0x2866da._0x2bdce6)]=_0x47263e[_0x4fc8a7(0x308,0x328,_0x2866da._0x1deb89,_0x2866da._0xd77c1d)],_0x133f93[_0x1a1ed6(0x434,_0x2866da._0x1b1dc5,0x4d7,_0x2866da._0x3e30c7)](-0x115+0x3*0x31a+0x217*-0x3)['json'](_0x1ea72d);}}const _0x423ee3=_0x33cadc[_0x4fc8a7(_0x2866da._0x3dfec2,_0x2866da._0x34befb,0x36a,_0x2866da._0x3bf617)]['id'],_0x1bebc5=await _0x47263e[_0x4fc8a7(0x3e8,_0x2866da._0x287cb5,_0x2866da._0x15ede0,_0x2866da._0x31edff)](hasAllPermissions,_0x423ee3),_0x1ee3af=_0x33cadc[_0x4fc8a7(0x359,0x2e2,_0x2866da._0x1c0dee,_0x2866da._0x56d6ab)]['name']!==undefined||_0x47263e[_0x1a1ed6(_0x2866da._0x56a6ac,_0x2866da._0x14f985,0x418,_0x2866da._0x2b1f18)](_0x33cadc[_0x4fc8a7(_0x2866da._0x59c375,0x357,_0x2866da._0x346ec0,_0x2866da._0x301eeb)][_0x1a1ed6(_0x2866da._0x4aed7e,_0x2866da._0x4ab7c9,0x4c8,_0x2866da._0x4ff2d2)+'n'],undefined),_0x420bdb=_0x47263e['OPsJH'](_0x33cadc[_0x1a1ed6(0x498,0x439,0x497,0x420)]['members'],undefined);if(_0x1ee3af){const _0xab0667=_0x1bebc5||await _0x47263e[_0x1a1ed6(_0x2866da._0x28ad32,0x37e,0x3ef,_0x2866da._0x566191)](hasPermission,_0x423ee3,_0x47263e[_0x1a1ed6(0x3f4,0x3c7,0x43b,0x3ea)],_0x23ea86['id']);if(!_0xab0667){const _0x11b2f7={};return _0x11b2f7[_0x4fc8a7(0x3db,0x36e,0x3ba,_0x2866da._0x56413c)]=_0x47263e['WAGDQ'],_0x11b2f7[_0x1a1ed6(_0x2866da._0x588693,_0x2866da._0x3437a1,_0x2866da._0x394a8e,0x4ab)]=_0x4fc8a7(0x36d,_0x2866da._0x6facfb,0x36a,_0x2866da._0x22e63c)+_0x1a1ed6(0x3c7,_0x2866da._0x523be8,0x3e6,_0x2866da._0x2b91b6)+_0x4fc8a7(_0x2866da._0x5db86a,_0x2866da._0x2b9a85,_0x2866da._0xca8398,_0x2866da._0x1990f5)+'ermission\x20'+_0x4fc8a7(0x375,_0x2866da._0x422fff,_0x2866da._0x35536f,0x2fb)+'am',_0x58b640[_0x1a1ed6(_0x2866da._0x23c509,0x488,_0x2866da._0x4a8907,_0x2866da._0x3e30c7)](-0x751+-0x66*-0x57+-0x19c6*0x1)[_0x4fc8a7(0x36b,_0x2866da._0x2b6f47,0x337,_0x2866da._0x27121d)](_0x11b2f7);}}if(_0x420bdb){const _0x8afa98=_0x1bebc5||await _0x47263e[_0x1a1ed6(_0x2866da._0x2c7ada,0x438,0x3cb,_0x2866da._0x516166)](hasPermission,_0x423ee3,_0x47263e['QbhEH'],_0x23ea86['id']);if(!_0x8afa98){if(_0x47263e[_0x1a1ed6(0x388,0x389,_0x2866da._0x414f2a,_0x2866da._0x1b2aa1)](_0x47263e[_0x4fc8a7(0x35d,0x3c4,0x382,_0x2866da._0x313dac)],_0x4fc8a7(_0x2866da._0x30aac2,_0x2866da._0x590412,_0x2866da._0x14c4bf,_0x2866da._0x590b02))){const _0x3999b8={};return _0x3999b8['error']=_0x47263e[_0x1a1ed6(_0x2866da._0x4d315c,_0x2866da._0xb0ab1b,_0x2866da._0x1488a0,0x46a)],_0x3999b8[_0x4fc8a7(0x3e4,_0x2866da._0x15eab4,0x3a4,0x455)]=_0x47263e[_0x1a1ed6(0x469,0x418,_0x2866da._0x43bcad,0x46c)],_0x58b640[_0x4fc8a7(0x392,0x3b9,0x322,0x3f4)](0xd0d+0x57b*-0x1+-0x5ff)[_0x1a1ed6(_0x2866da._0x4cd397,_0x2866da._0x160ba4,_0x2866da._0x19eb43,0x432)](_0x3999b8);}else{const _0x56cff6={};return _0x56cff6['error']=_0x4fc8a7(0x347,_0x2866da._0x31f009,_0x2866da._0x457fca,_0x2866da._0xe028a8),_0x56cff6[_0x4fc8a7(_0x2866da._0x23154c,0x412,0x402,0x37b)]=_0x479588['message'],_0x508b47['status'](0xa7*-0xd+0x3e9*-0x1+0xdfd)[_0x1a1ed6(_0x2866da._0x27638c,0x404,0x449,_0x2866da._0x1925e4)](_0x56cff6);}}}if(!_0x1ee3af&&!_0x420bdb){if(_0x47263e['lZGDa']('SkeeI',_0x47263e[_0x4fc8a7(0x307,0x36c,0x361,0x371)])){const _0x38d1c9={};return _0x38d1c9[_0x4fc8a7(_0x2866da._0x2b6f47,0x454,_0x2866da._0x53eae6,0x37f)]=_0x47263e[_0x1a1ed6(0x3be,0x432,_0x2866da._0x1b4a9b,0x3d5)],_0x38d1c9[_0x4fc8a7(_0x2866da._0x4a59bc,_0x2866da._0xb13021,0x448,_0x2866da._0xddba9e)]=_0x47263e[_0x1a1ed6(_0x2866da._0x1f720a,_0x2866da._0x28ad32,_0x2866da._0x12dd04,0x408)],_0x58b640['status'](0xcca*-0x3+-0x2*-0x103f+-0x4*-0x1dc)['json'](_0x38d1c9);}else{const _0x5b11e2={};return _0x5b11e2[_0x4fc8a7(_0x2866da._0xbe89b,_0x2866da._0x39f31b,0x443,0x406)]='Not\x20Found',_0x5b11e2[_0x4fc8a7(0x3e4,0x445,0x452,0x38e)]=_0x52b230[_0x4fc8a7(_0x2866da._0x377c5e,_0x2866da._0x3b88bd,_0x2866da._0xddba9e,0x3eb)],_0x27959b[_0x1a1ed6(0x49e,_0x2866da._0x38b225,_0x2866da._0x3d9d57,0x459)](-0x25ce+0x2*-0x3ee+-0x2f3e*-0x1)[_0x4fc8a7(0x36b,_0x2866da._0x15c260,0x33b,_0x2866da._0x40e6e3)](_0x5b11e2);}}const _0x508818={};if(_0x47263e['lZGDa'](_0x33cadc[_0x1a1ed6(_0x2866da._0x199198,_0x2866da._0x11213f,0x41d,0x420)][_0x1a1ed6(_0x2866da._0x31c09c,_0x2866da._0x171ba9,_0x2866da._0x11166a,0x4ad)],undefined))_0x508818['name']=_0x33cadc[_0x1a1ed6(_0x2866da._0x28ad32,0x3de,0x426,_0x2866da._0x3adee0)]['name'];if(_0x47263e[_0x1a1ed6(_0x2866da._0xc4ba80,0x469,0x3ea,_0x2866da._0x378bc9)](_0x33cadc[_0x1a1ed6(0x3a3,_0x2866da._0x566191,0x3ef,_0x2866da._0x4bb938)][_0x1a1ed6(_0x2866da._0x5f0663,0x456,_0x2866da._0x10177f,_0x2866da._0x4ff2d2)+'n'],undefined))_0x508818[_0x1a1ed6(_0x2866da._0x1aac53,_0x2866da._0x3e1a78,0x462,0x452)+'n']=_0x33cadc[_0x1a1ed6(0x3e0,_0x2866da._0x1776b3,0x47f,_0x2866da._0xcb5e95)]['descriptio'+'n'];if(_0x33cadc['body'][_0x4fc8a7(_0x2866da._0x405ace,0x3ba,_0x2866da._0x7fa6f9,0x34e)]!==undefined)_0x508818[_0x4fc8a7(_0x2866da._0x405ace,_0x2866da._0x4c3c26,_0x2866da._0x4d67a9,_0x2866da._0x54b4b7)]=_0x33cadc[_0x4fc8a7(0x359,0x361,_0x2866da._0x206253,0x31c)][_0x1a1ed6(_0x2866da._0x40ce0c,_0x2866da._0x1eeb18,0x3e5,_0x2866da._0x11d642)];if(_0x508818[_0x1a1ed6(_0x2866da._0x2fb0cf,0x3f0,_0x2866da._0x47ce8b,_0x2866da._0x4ed25e)]&&_0x508818[_0x1a1ed6(0x474,0x43b,0x43a,_0x2866da._0x57abf3)][_0x4fc8a7(_0x2866da._0x4ce6dd,_0x2866da._0x39189b,_0x2866da._0x357064,_0x2866da._0x3e29ef)]>0x104f*0x1+-0x1bee+-0x23*-0x55){const _0x180355=await _0x47263e[_0x4fc8a7(_0x2866da._0x479006,0x3a5,0x448,0x3eb)](validateUserIds,_0x508818['members']);if(_0x47263e[_0x1a1ed6(_0x2866da._0x54a444,0x43c,_0x2866da._0x5ba074,0x3bd)](_0x180355['length'],0x1*0x1021+0x3*-0x6c6+0x431)){if(_0x4fc8a7(_0x2866da._0x2bd4c4,0x355,0x284,0x317)===_0x47263e[_0x4fc8a7(0x3a8,0x39d,0x36f,_0x2866da._0x148a92)]){const _0x4ac660={};return _0x4ac660['error']=_0x47263e[_0x4fc8a7(0x3d2,0x38d,_0x2866da._0x427667,0x446)],_0x472f9c['status'](0x3*-0x891+0x21a6+-0xe9*0x7)[_0x4fc8a7(0x36b,_0x2866da._0x2d8643,_0x2866da._0x63d66a,_0x2866da._0x4fe669)](_0x4ac660);}else return _0x58b640[_0x1a1ed6(0x4c2,0x42f,_0x2866da._0x4e59cd,0x459)](0x1*0xf24+0x1c08+-0x299c*0x1)[_0x4fc8a7(0x36b,0x32c,_0x2866da._0xcfa999,_0x2866da._0x6ee8d7)]({'error':_0x47263e[_0x1a1ed6(_0x2866da._0x28a7de,_0x2866da._0x42eff1,_0x2866da._0x2785d4,_0x2866da._0x99215f)],'message':_0x1a1ed6(_0x2866da._0x23424a,0x441,_0x2866da._0x5d78aa,0x3cd)+_0x4fc8a7(_0x2866da._0xdad78a,0x326,0x2e9,0x3a9)+_0x180355[_0x1a1ed6(0x37e,_0x2866da._0x291215,0x43e,0x3c9)](',\x20')});}}if(_0x47263e[_0x4fc8a7(0x3d3,0x3fe,_0x2866da._0x6f5ef0,_0x2866da._0x18dca9)](_0x508818['members'],undefined)){if(_0x47263e[_0x1a1ed6(0x37f,_0x2866da._0x5b70d5,_0x2866da._0x634d31,0x3f3)](_0x47263e['pnDZm'],_0x47263e[_0x4fc8a7(_0x2866da._0x24c8eb,0x2d7,0x2a5,0x28b)])){const _0xe9aad5={};return _0xe9aad5[_0x4fc8a7(0x3db,0x434,0x3a3,0x411)]=_0x47263e['ucVqR'],_0xe9aad5[_0x1a1ed6(_0x2866da._0x394a8e,0x4f4,0x49d,_0x2866da._0x58f1a0)]=_0x47263e['VLPtN'],_0xe09a71['status'](0x584+0x3c4+-0x7b8)[_0x1a1ed6(0x446,_0x2866da._0x23c509,_0x2866da._0x10590a,_0x2866da._0x3aea7d)](_0xe9aad5);}else{const _0x4a0cbf={};_0x4a0cbf[_0x4fc8a7(_0x2866da._0x59ff86,_0x2866da._0x404114,0x35f,0x40c)]=_0x23ea86['id'],_0x4a0cbf[_0x1a1ed6(0x469,0x41a,_0x2866da._0x4b78a7,_0x2866da._0x11d642)]=_0x508818['members'];const _0x58b484={};_0x58b484[_0x1a1ed6(_0x2866da._0x4a502c,_0x2866da._0x21e2f2,0x508,_0x2866da._0x2f6c00)+_0x1a1ed6(0x43f,_0x2866da._0x1deb89,0x3ea,0x3e1)]=_0x4a0cbf;const _0x3e547c=await _0x47263e[_0x4fc8a7(_0x2866da._0x37a6ed,0x3d0,_0x2866da._0x63d66a,0x2e1)](wouldRetainServerAdmin,_0x58b484);if(!_0x3e547c){const _0x1a13a7={};return _0x1a13a7['error']=_0x47263e['MHKfl'],_0x1a13a7[_0x1a1ed6(_0x2866da._0x4a4525,0x525,0x518,_0x2866da._0x14515a)]=_0x47263e[_0x1a1ed6(_0x2866da._0x4eb13f,0x3ee,_0x2866da._0x8c4eba,_0x2866da._0x3d0c72)],_0x58b640[_0x4fc8a7(_0x2866da._0x36658d,_0x2866da._0x423e7f,_0x2866da._0x5ecde3,0x3df)](-0xa8a+0x16d4+-0xaba)[_0x4fc8a7(0x36b,_0x2866da._0x49544c,_0x2866da._0x13ac60,0x361)](_0x1a13a7);}}}const _0x565e4a=await updateTeam(_0x23ea86['id'],_0x508818),_0x4aa3f3={..._0x565e4a};_0x4aa3f3[_0x1a1ed6(0x50b,0x42c,_0x2866da._0x237e90,_0x2866da._0x4da140)+'embers']=!![];const _0x2db100={};return _0x2db100[_0x1a1ed6(_0x2866da._0x35ef0b,_0x2866da._0x207570,_0x2866da._0x49829c,_0x2866da._0x14515a)]=_0x47263e[_0x1a1ed6(_0x2866da._0xa38a23,_0x2866da._0x3453cf,_0x2866da._0x42f2da,_0x2866da._0x809dfa)],_0x2db100[_0x4fc8a7(_0x2866da._0x367a03,0x2e9,_0x2866da._0x18c531,0x37d)]=_0x4aa3f3,_0x58b640[_0x4fc8a7(0x36b,_0x2866da._0x10c6f7,_0x2866da._0x3efbfc,_0x2866da._0x23d15a)](_0x2db100);}}catch(_0xcf19e4){if(_0x47263e['sExYT'](_0x47263e['KadOQ'],_0x47263e['bALnJ'])){if(_0xcf19e4[_0x1a1ed6(0x4aa,_0x2866da._0x994bf1,_0x2866da._0x5f50fb,_0x2866da._0x5a00a2)]['includes'](_0x47263e[_0x1a1ed6(_0x2866da._0x18131c,0x3db,_0x2866da._0xd046d,_0x2866da._0x5cb553)])){const _0xb8b547={};return _0xb8b547['error']=_0x4fc8a7(0x347,0x30a,0x39d,_0x2866da._0x109850),_0xb8b547['message']=_0xcf19e4[_0x1a1ed6(_0x2866da._0x31c09c,0x4e3,0x520,_0x2866da._0xfe0837)],_0x58b640[_0x4fc8a7(_0x2866da._0x4fe485,0x3b0,_0x2866da._0x13bb40,0x3aa)](-0x8ef+-0x12*-0x1f+0x85a)['json'](_0xb8b547);}const _0xa58279={};_0xa58279['error']=_0xcf19e4['message'],logger[_0x1a1ed6(_0x2866da._0xde1274,_0x2866da._0xc2aae,0x460,0x4a2)](_0x47263e['fJJIA'],_0xa58279);const _0x339ca2={};return _0x339ca2[_0x4fc8a7(0x3db,0x445,0x36d,_0x2866da._0x5b02c0)]=_0x47263e[_0x1a1ed6(0x419,0x361,_0x2866da._0x5c9b12,0x3cf)],_0x58b640[_0x1a1ed6(0x459,0x422,_0x2866da._0x4ce147,0x459)](0x228d+0x778+-0x2811)[_0x4fc8a7(_0x2866da._0x106b9c,0x346,0x3d9,_0x2866da._0x38072c)](_0x339ca2);}else{if(_0x47d6a2[_0x1a1ed6(0x4d4,_0x2866da._0x16016c,_0x2866da._0x588535,_0x2866da._0x438efa)]['includes'](_0x47263e[_0x1a1ed6(0x44c,_0x2866da._0x4a7117,0x3bd,0x425)])){const _0x296b71={};return _0x296b71[_0x4fc8a7(_0x2866da._0x50c954,_0x2866da._0x5bc0df,_0x2866da._0x4bacd9,_0x2866da._0x5b0b17)]=_0x47263e[_0x1a1ed6(_0x2866da._0x346ec0,_0x2866da._0x1d5142,_0x2866da._0x55b6e7,_0x2866da._0x2f9857)],_0x296b71[_0x4fc8a7(0x3e4,_0x2866da._0x5a1ad1,_0x2866da._0x301080,_0x2866da._0x56d6ab)]=_0x131d1b[_0x4fc8a7(0x3e4,0x3fa,0x367,0x412)],_0x568550['status'](-0x228f+-0x419*-0x9+-0x25*0x5)[_0x1a1ed6(_0x2866da._0xddba9e,0x407,_0x2866da._0x2c469f,_0x2866da._0x1e8836)](_0x296b71);}const _0x38818c={};_0x38818c[_0x4fc8a7(0x3db,_0x2866da._0x4c2042,0x395,0x43d)]=_0x1e3dca[_0x4fc8a7(_0x2866da._0xdbcc06,_0x2866da._0x309e8e,_0x2866da._0x40ce0c,0x37e)],_0x4a881f['error'](_0x47263e[_0x1a1ed6(0x39a,_0x2866da._0x1fe6af,_0x2866da._0x1cd28a,_0x2866da._0x108d3c)],_0x38818c);const _0xbb9093={};return _0xbb9093[_0x1a1ed6(0x4c4,0x4d1,_0x2866da._0x174bc7,_0x2866da._0x22c9ac)]=_0x47263e[_0x1a1ed6(_0x2866da._0x6dca2b,0x406,_0x2866da._0x207a4e,_0x2866da._0x7887ee)],_0x2f6480[_0x4fc8a7(0x392,0x332,0x31a,_0x2866da._0x33b44f)](0x7c6*0x4+-0xa63*0x1+0x12c1*-0x1)[_0x1a1ed6(_0x2866da._0x58e5dd,0x3d6,0x420,_0x2866da._0x1925e4)](_0xbb9093);}}});const _0x460e4b={};_0x460e4b[_0x2644ce(0x57b,0x51f,0x555,0x599)]='id',router[_0xce7891(-0x76,-0xbc,-0xc4,-0xed)](_0x2644ce(0x4c3,0x528,0x512,0x571),requirePermission('teams:mana'+'ge',_0x460e4b),async(_0x41217f,_0x40d532)=>{const _0x437e42={_0x4bc5ec:0x10c,_0x31e5a6:0xf0,_0x45daa7:0x204,_0x160ead:0x1ad,_0x12de76:0x203,_0x58b9c9:0x247,_0x2730c9:0x1f1,_0x18ac39:0x205,_0x4043e8:0x235,_0x44d5f3:0x280,_0x2842f5:0x11c,_0x523c06:0xcd,_0x3e37cb:0xc7,_0x53088a:0x69,_0x1b82a5:0x37,_0x5ccdf6:0x21,_0x1c1a22:0x239,_0x30a3c9:0x280,_0x89a2da:0x2d5,_0x25d733:0x2aa,_0x50b7c5:0x269,_0x342563:0x2dc,_0x275745:0x298,_0x3e50b7:0x42,_0x4e7b58:0x55,_0x5b8680:0x2a,_0x5dae2d:0xc0,_0x39e39e:0x142,_0x5bda07:0x24d,_0x120b8b:0x215,_0x4e43fb:0x24b,_0x54110f:0xb8,_0x5a2597:0x67,_0x22ebd6:0x77,_0x586257:0x291,_0x24f38c:0x293,_0x5b8498:0x2d3,_0xb70edb:0x2c1,_0x3d05bb:0x31d,_0x50e979:0x2f2,_0x41c209:0x2cb,_0x500fbd:0x242,_0x1b4cd5:0x29a,_0x3cd48c:0x1f7,_0x20b93c:0x23f,_0x4ee5c2:0xf9,_0x58d2d0:0xd4,_0xa45d6:0x300,_0x157ed5:0x2bb,_0x46bfc6:0x24e,_0x58f953:0x28c,_0x9899d5:0x20d,_0xc91eeb:0x135,_0x33f5b1:0x113,_0x4ae14f:0x26c,_0x4aac64:0x254,_0x5c1589:0x235,_0x432c61:0x266,_0x3088e1:0x278,_0x2c847d:0x299,_0x758669:0x4b,_0x21b812:0x94,_0x5121e9:0xc6,_0x29e910:0x108,_0x65ae21:0xe3,_0x43d573:0x114,_0x3600d9:0xf3,_0x2dff49:0x12c,_0xfd0d53:0x302,_0x57764f:0x127,_0x4744e5:0x2e4,_0x6bf0e0:0x2c0,_0x5e4242:0x2c9,_0x1f034a:0x296,_0x6f511:0x107,_0x3344d7:0x6f,_0x3e88ad:0x1ec,_0x2fc22f:0x247,_0x113b35:0x190,_0x15fa84:0x2df,_0x51a4f7:0x2c4,_0x2cf308:0x67,_0x7b9a3e:0x115,_0x2c8fa8:0xa4,_0x465d77:0x23c,_0x38e1dd:0xa9,_0x47dca4:0xbb,_0x53c19d:0x213,_0x3bc526:0x1c8,_0x2f1b99:0x238,_0xa8f707:0x106,_0x3b3e14:0xdc,_0x1ffb24:0x23b,_0x10e2c4:0x294,_0x4e4f4d:0x2ac,_0x3fe09a:0x286,_0x433cd3:0xbc,_0x5a00d6:0x8b,_0xe2da59:0x1d0,_0x45886c:0x20e,_0x514ded:0x1dd,_0x27b8db:0x222,_0x349119:0x1a5,_0x5426d7:0x274,_0x351f53:0x25e,_0x1ae05c:0xf1,_0x13f4aa:0x288,_0x14c311:0x31c,_0x48755e:0x303,_0xddfe61:0x2bb,_0x1e1f5a:0x82,_0x116172:0xe6,_0x217829:0x6d,_0x50068b:0xec,_0x2ffe9c:0x2a4,_0x460cd7:0x253,_0x5ebc85:0x210,_0x5efb52:0x2ee,_0x49efa9:0x272,_0x4cf4ce:0x20d},_0x16ccdc={_0x211f4b:0xd6,_0x160927:0x1f,_0x369f74:0x344},_0x2c818b={_0x3e04da:0x4e,_0xab9476:0x9b,_0x4d3aeb:0x1b5};function _0x1d6fe8(_0x37bcf7,_0x40d233,_0x5adfcd,_0x437713){return _0xce7891(_0x37bcf7-_0x2c818b._0x3e04da,_0x437713,_0x5adfcd-_0x2c818b._0xab9476,_0x5adfcd-_0x2c818b._0x4d3aeb);}function _0x278184(_0x51294b,_0x44dd0f,_0x1dafb1,_0x3fddc9){return _0xce7891(_0x51294b-_0x16ccdc._0x211f4b,_0x1dafb1,_0x1dafb1-_0x16ccdc._0x160927,_0x3fddc9-_0x16ccdc._0x369f74);}const _0x52bb9d={'VHqtY':_0x1d6fe8(0xdc,0x131,_0x437e42._0x4bc5ec,_0x437e42._0x31e5a6)+'t','lgVzF':function(_0x2863de,_0x533a01){return _0x2863de(_0x533a01);},'xYkKe':_0x278184(0x195,_0x437e42._0x45daa7,_0x437e42._0x160ead,0x213)+_0x278184(0x24e,_0x437e42._0x12de76,0x231,0x20f),'Ifoeg':function(_0x2c4510,_0x206294){return _0x2c4510(_0x206294);},'cifQA':function(_0x56f391,_0x719002){return _0x56f391!==_0x719002;},'oQHZn':'TVqKD','QzhgE':'Cannot\x20del'+'ete\x20team','ZQpkp':_0x278184(_0x437e42._0x58b9c9,0x20f,0x1d3,_0x437e42._0x2730c9)+_0x278184(0x257,0x212,_0x437e42._0x18ac39,_0x437e42._0x4043e8)+'he\x20last\x20Se'+_0x278184(0x2a8,0x292,0x2a7,_0x437e42._0x44d5f3)+_0x1d6fe8(_0x437e42._0x2842f5,_0x437e42._0x523c06,_0x437e42._0x3e37cb,_0x437e42._0x53088a)+_0x1d6fe8(_0x437e42._0x1b82a5,0x64,0xa0,_0x437e42._0x5ccdf6)+_0x278184(0x204,0x228,_0x437e42._0x1c1a22,_0x437e42._0x30a3c9)+'\x20must\x20rema'+'in.','AYvTT':function(_0x50e546,_0xd8798e,_0x4cb2dd,_0x526556){return _0x50e546(_0xd8798e,_0x4cb2dd,_0x526556);},'DcHdn':function(_0x20ae14,_0x5e5879){return _0x20ae14===_0x5e5879;},'YDaXF':_0x278184(_0x437e42._0x89a2da,0x22e,_0x437e42._0x25d733,_0x437e42._0x50b7c5),'CRPWl':'Error\x20dele'+_0x278184(0x2bc,_0x437e42._0x342563,0x310,_0x437e42._0x275745)};try{const _0x24daa4=await _0x52bb9d[_0x1d6fe8(_0x437e42._0x3e50b7,0xc4,_0x437e42._0x4e7b58,-_0x437e42._0x5b8680)](getTeamById,_0x41217f['params']['id']);if(!_0x24daa4){const _0x4ae3a4={};return _0x4ae3a4[_0x1d6fe8(_0x437e42._0x5dae2d,0xd7,0x12c,_0x437e42._0x39e39e)]=_0x52bb9d['xYkKe'],_0x40d532[_0x278184(0x213,0x2bf,_0x437e42._0x5bda07,0x272)](-0x12f+0x13e4+-0x1121)[_0x278184(0x2c3,0x2b5,_0x437e42._0x120b8b,_0x437e42._0x4e43fb)](_0x4ae3a4);}const _0x295eb6={};_0x295eb6[_0x1d6fe8(0xc1,_0x437e42._0x54110f,_0x437e42._0x5a2597,_0x437e42._0x22ebd6)+_0x278184(_0x437e42._0x586257,_0x437e42._0x24f38c,_0x437e42._0x5b8498,_0x437e42._0xb70edb)]=_0x24daa4['id'];const _0x423d9e=await _0x52bb9d[_0x278184(0x294,_0x437e42._0x3d05bb,_0x437e42._0x50e979,_0x437e42._0x41c209)](wouldRetainServerAdmin,_0x295eb6);if(!_0x423d9e){if(_0x52bb9d[_0x278184(_0x437e42._0x500fbd,_0x437e42._0x1b4cd5,_0x437e42._0x3cd48c,_0x437e42._0x20b93c)](_0x278184(0x231,0x2f2,0x309,0x2af),_0x52bb9d[_0x1d6fe8(0x13e,_0x437e42._0x4ee5c2,_0x437e42._0x58d2d0,0x68)])){const _0x5074e0={};return _0x5074e0[_0x278184(0x26b,0x2aa,_0x437e42._0xa45d6,_0x437e42._0x157ed5)]=_0x278184(_0x437e42._0x46bfc6,0x1c8,_0x437e42._0x58f953,_0x437e42._0x9899d5),_0x5074e0[_0x1d6fe8(0x147,0x14f,_0x437e42._0xc91eeb,_0x437e42._0x33f5b1)]=_0x278184(_0x437e42._0x4ae14f,_0x437e42._0x4aac64,_0x437e42._0x5c1589,_0x437e42._0x5bda07)+_0x278184(_0x437e42._0x432c61,_0x437e42._0x3088e1,_0x437e42._0x2c847d,0x249)+'s:manage\x20p'+_0x1d6fe8(0xd5,0x12e,_0x437e42._0x523c06,0x139)+_0x1d6fe8(_0x437e42._0x758669,_0x437e42._0x21b812,_0x437e42._0x5121e9,_0x437e42._0x54110f)+'am',_0x100bf0[_0x1d6fe8(_0x437e42._0x29e910,0xf3,_0x437e42._0x65ae21,0x9f)](-0xf*0x8d+0xcea+-0x314)[_0x1d6fe8(_0x437e42._0x43d573,_0x437e42._0x3600d9,0xbc,_0x437e42._0x2dff49)](_0x5074e0);}else{const _0x1c3974={};return _0x1c3974[_0x278184(0x2ea,0x2f2,_0x437e42._0xfd0d53,_0x437e42._0x157ed5)]=_0x52bb9d[_0x1d6fe8(0xe6,_0x437e42._0x57764f,0x130,0xd6)],_0x1c3974[_0x278184(_0x437e42._0x4744e5,0x33d,_0x437e42._0x342563,0x2c4)]=_0x52bb9d[_0x278184(0x22d,_0x437e42._0x6bf0e0,_0x437e42._0x5e4242,_0x437e42._0x1f034a)],_0x40d532[_0x1d6fe8(_0x437e42._0x6f511,_0x437e42._0x3344d7,0xe3,0x122)](0x9eb+0x100+0x1*-0x95b)[_0x278184(0x2c5,0x22e,0x220,0x24b)](_0x1c3974);}}const _0x388923=await _0x52bb9d[_0x278184(_0x437e42._0x3e88ad,_0x437e42._0x2fc22f,_0x437e42._0x113b35,0x205)](deleteTeam,_0x24daa4['id'],deleteBindingsBySubject,deleteBindingsByResource),_0x37e315={};return _0x37e315[_0x278184(_0x437e42._0x15fa84,0x253,0x2f9,_0x437e42._0x51a4f7)]=_0x1d6fe8(_0x437e42._0x2cf308,_0x437e42._0x7b9a3e,0xca,_0x437e42._0x2c8fa8)+_0x278184(0x262,0x206,0x293,_0x437e42._0x465d77)+'fully',_0x37e315['deletedBin'+_0x1d6fe8(0x57,0xa1,_0x437e42._0x38e1dd,0x116)]=_0x388923[_0x1d6fe8(0x5b,0x5e,0x44,_0x437e42._0x47dca4)+_0x278184(_0x437e42._0x53c19d,_0x437e42._0x3bc526,0x263,_0x437e42._0x2f1b99)],_0x40d532['json'](_0x37e315);}catch(_0x1ef78c){if(_0x52bb9d[_0x1d6fe8(0xcb,_0x437e42._0xa8f707,0x103,_0x437e42._0x3b3e14)](_0x52bb9d[_0x278184(0x2af,0x289,_0x437e42._0x1ffb24,_0x437e42._0x10e2c4)],_0x278184(_0x437e42._0x4e4f4d,0x29c,0x2eb,_0x437e42._0x3fe09a)))return _0x40f110['status'](-0x1deb+-0x1*-0x2689+-0x15*0x56)[_0x1d6fe8(0x6e,0x3f,_0x437e42._0x433cd3,_0x437e42._0x5a00d6)]({'error':_0x52bb9d[_0x278184(0x166,_0x437e42._0xe2da59,_0x437e42._0x45886c,_0x437e42._0x514ded)],'message':_0x278184(0x1ad,_0x437e42._0x27b8db,0x1ac,0x1e6)+'ot\x20found:\x20'+_0x11e6a1['join'](',\x20')});else{const _0x2b1712={};_0x2b1712[_0x1d6fe8(_0x437e42._0x349119,0x138,0x12c,0x185)]=_0x1ef78c[_0x278184(0x29d,_0x437e42._0x5426d7,_0x437e42._0x351f53,0x2c4)],logger[_0x1d6fe8(_0x437e42._0x1ae05c,_0x437e42._0x5dae2d,0x12c,0x119)](_0x52bb9d[_0x278184(_0x437e42._0x13f4aa,0x32e,0x2a3,0x2b8)],_0x2b1712);const _0x2c844b={};return _0x2c844b[_0x278184(_0x437e42._0x14c311,_0x437e42._0x48755e,_0x437e42._0xa45d6,_0x437e42._0xddfe61)]=_0x1d6fe8(_0x437e42._0x1e1f5a,_0x437e42._0x116172,_0x437e42._0x217829,_0x437e42._0x50068b)+_0x278184(0x2be,_0x437e42._0x2ffe9c,_0x437e42._0x460cd7,0x28a)+'r',_0x40d532[_0x278184(_0x437e42._0x5ebc85,0x1fb,_0x437e42._0x5efb52,0x272)](-0x18ab+-0x16d5+0xa*0x4f2)[_0x278184(_0x437e42._0x49efa9,0x1d4,_0x437e42._0x4cf4ce,_0x437e42._0x4e43fb)](_0x2c844b);}}});const _0x3cd320={};function _0x8c21(){const _0x23917b=['ExriB3K','wLfWA3a','BwfW','DgLUzYb0zwfT','DgvHBuLK','wNLuCwq','qMfKifjLCxvLCW','vMnlrLK','zg1PBIbTDxn0ia','u09iDhu','vMH3Dgm','Dxj5tM8','yw55vgvHBq','CIbbzg1PBIbTDq','DgvHBxm6DMLLDW','ig5VifnLCNzLCG','Chv0','rgPJDuu','CLDwCMu','qKr3Dve','vMnxyKW','Bvv1EK0','ywXS','y2fUtwfUywDLtq','EKXAANa','otK0DuHQz3Ds','vfzXs0q','C3rpsLm','wgHlBvu','rxrnD1u','r1fUy00','odG4nta3q1v3Denm','CNmVoNvZzxjjza','y1DsB2e','CZPTyw5Hz2uGCa','q1jqv2W','B29lC2e','ig9UihrOAxmGDa','zxjYB3i','ChPIr2m','uNjrwuW','CMvWBgfJzvrLyq','uxPOz0u','zsbtzxj2zxiGqq','BuLK','C3znELO','s0XAB1q','BwvZC2fNzq','ig11C3qGCMvTyq','BMfTzq','uhPZD0m','s3LlD00','vvrItgW','CvbZEuK','swzVzwC','uefgu0y','AxmGCMvXDwLYzq','AgrMDNa','ww91igfYzsbUBW','D1vrzuW','zgvSzxrLzejPBG','DungtMy','q2fUBM90ihvWza','vuDwBvi','u2rJDue','Cg5ewM0','BhzKEfm','Axn0CW','qMr3Ee8','swXVz04','vKHXDfK','sMPiBxC','DM5Ysgu','tM90iezVDw5K','ChDPvLa','AM9PBG','zNvSBhK','BgDwEKy','BgvUz3rO','vxnLCIbjrhmGBG','AeLuB2W','sKvszhO','ALn1yMi','q1DItLG','renAuxy','CMTly0K','zwrZsNO','DwnwCvi','C3qGCMvTywLUlG','vK1WsNO','vgHPCYb0zwfTia','ig9Uzsbtzxj2zq','uM91DgvY','D1DSCgO','wNbYs2O','zxHJBhvKzvrLyq','ihbYB3zPzgvK','BM90igeGBwvTyG','otyZmZqYEwXJrg90','Bu1LBwjLCNm','r1PPyuy','sw50zxjUywWGCW','DgvHBxm6BwfUyq','mtqXow5ruvLHwa','zw1IzxjZAgLWia','mJaWog1kAw1Kwq','tM8GDxbKyxrLCW','DcbHig1LBwjLCG','EeH5Ew4','CZPTyw5Hz2vFBq','qvL2vfq','lIbbDcbSzwfZDa','zw1IzxjZ','z2vFBwvTyMvYCW','BwvTyMvY','v2ryDMS','vgHPCYbJAgfUzW','BfPhrge','rM9YyMLKzgvU','Aw5NihrLyw1Z','B3vUza','C3rYAw5N','BMCGBwvTyMvY','z1vqt2C','vgvHBsbUB3qGzG','AKLhrhC','DgvHBq','B3qGzM91BMq6ia','lZPPza','D0jwqwG','AgLW','zKPksue','C2rTAfa','tw5Vrvi','zwfT','zuvuue0','vuHgt3m','ywXYzwfKEsbHia','whHoEhi','twvTyMvYihjLBq','rxjYB3iGDxbKyq','r3vTz0e','tgr0DeC','uMvTB3zPBMCGDa','q29UzMXPy3q','DxnLCKLK','z2v0','C29nCM8','DMvYiefKBwLUCW','y2fUtwfUywDLva','vxnLCIbUB3qGzG','DxnLCKLKigLZia','yxn0ig9Uzsbtzq','Aw4U','qKvNvhO','B3zLig1LBwjLCG','CNn2rNm','lZPPzc9Tzw1Izq','y29UDgfPBNmGDa','mtu0mM50wwHTBq','qMjiCLa','zgLUz3m','yM9KEq','z1j4suG','ig9MihrOAxmGDa','zwqGC3vJy2vZCW','zLLpD1a','Bw5dtum','y2LMuue','Aw5NihrLyw0','z0rrsem','q2fUBM90ihjLBq','C0v4wvq','DxnLCG','CMvTywLUlG','C0TNyvi','Bu1LBwjLCG','uhHWENa','igHHDMuGDgvHBq','y0Xcuwu','ANnVBG','ChjbrLu','ww91igrVig5VDa','yLfhuva','DhjPBq','B3zLzcbMCM9Tia','vgvHBsbJCMvHDa','ndeXmtaWsxb1rwPf','ywXYzwfKEsbLEa','ode1nxnJwxnTza','B24GDgHPCYb0zq','khmPlIbbDcbSzq','zgvSzxrL','otaXnZiWsej4AMH5','vgvHBsbKzwXLDa','DgvHBvbHCMfT','BwvTyMvYCW','zxjTAxnZAw9Uia','BNnZzfy','rxjYB3iGywrKAq','Ew12yNe','u091se8','u3vptKG','EM11wKi','B1fiwM4','Aw5JBhvKzxm','zsb3B3vSzcbSzq','q2fUBM90igrLBa','v0Lszwe','rxjYB3iGzgvSzq','vvrhy3G','ELb2uvu','zgvZy3jPChrPBW','vvDeu2u','zwLgzNC','zgn4v2G','q0jorhi','AKTIuMG','B1HRt2e','C3rHDhvZ','ELDhBeK','Bfbzu1y','DcbSzwfZDcbVBG','zwqGDg8GDgvHBq','CMvVquW','DvHeEuq','Cg9ZDa','rxjYB3iGCMvTBW','wg1irKG','rxjYB3iGz2v0Da','tgn4Afy','qMzOwfy','thL2C3K','CNzLCIbbzg1PBG','iefKBwLUCY4Gqq','turkDu8','v0fhrfe','C1rpt0y','svfOyui','sgT0AMu','CgfYyw1Z','t0njq0u','svzRq00','zxj2zxiGzxjYBW','zxrLihrLyw0','yNvkquW','EhvnELe','yxzLig5VifnLCG','q1rxuha','DMLUzYbTzw1Izq','yxrLig1LBwjLCG','rgnizg4','wLf4A2W','wurHwey'];_0x8c21=function(){return _0x23917b;};return _0x8c21();}_0x3cd320[_0x2644ce(0x4e4,0x59f,0x555,0x5b2)]='id',router[_0x2644ce(0x56d,0x539,0x574,0x55c)](_0xce7891(-0x139,-0x172,-0x105,-0x110)+'rs',requirePermission(_0x2644ce(0x4c0,0x4bb,0x4f8,0x56b)+_0xce7891(-0xd9,-0x14e,-0x178,-0x13c)+_0x2644ce(0x535,0x4b0,0x514,0x4f9),_0x3cd320),async(_0x2a10dd,_0x409261)=>{const _0x32c9d1={_0x2f5e6c:0xf6,_0x3865f2:0x106,_0x2f3b4c:0xb8,_0xda573b:0x1bd,_0x221868:0x202,_0x227669:0x273,_0x30d18e:0x20d,_0x18f5c9:0x18b,_0x289b07:0x1fa,_0x93515a:0x1cb,_0xf1f91c:0x1df,_0x43ceb4:0xd8,_0x1d66b2:0x12,_0x5cbd42:0x24,_0x4f82fc:0x19,_0x10949f:0x74,_0x26e6a6:0xa0,_0xb7a17f:0x192,_0x36380e:0x1f3,_0x35ecb3:0x89,_0x365658:0x1c,_0x334f69:0x98,_0x39a08f:0x31,_0x5cd251:0xd9,_0x4a6b0c:0x178,_0x2020eb:0x11f,_0x3ea871:0x1ad,_0x18a7b5:0xc3,_0xde32aa:0xeb,_0xa1b3d3:0x109,_0x3e5508:0x142,_0x2c6c52:0x1d1,_0x4fe556:0x151,_0x107c71:0x1b4,_0x249194:0x184,_0x2e7ebd:0x1d6,_0x387a56:0x119,_0x21d2a3:0xd2,_0x22a291:0xa7,_0x5f1172:0xf2,_0x39ac8c:0x10b,_0x19ef3f:0x143,_0xb6153c:0x18e,_0x550250:0x1de,_0x3f2718:0x1ab,_0x186eb5:0x10b,_0x3eb8d1:0x161,_0x4c8e2f:0xb7,_0x7f5fa:0x175,_0x4e887b:0xc9,_0x2ce827:0x75,_0x37ce03:0x60,_0x346e7b:0x200,_0x12c8da:0x1c0,_0x9c7ae7:0x157,_0x4ad138:0x174,_0xff17cf:0x1cd,_0x3f3f6f:0x1af,_0x3a5ced:0x85,_0xc536fa:0x4b,_0x43f257:0x36,_0x41f680:0xb7,_0x29c352:0x1e7,_0x44016c:0x1ca,_0x438a0b:0x16e,_0x45a70a:0x147,_0x55e765:0x13b,_0x1207f5:0xf4,_0x2181c9:0xa4,_0x4853a1:0xb4,_0x33c969:0xa,_0x272376:0x83,_0x2345b7:0x99,_0x5168bf:0x10b,_0x365397:0x121,_0x7a9049:0x191,_0x3facba:0xd3,_0xc8bdfa:0xfc,_0x3327fe:0x146,_0x1d46fe:0x1d2,_0x182510:0x1c0,_0x48ab43:0x1b7,_0x5940d8:0x145,_0x2ea092:0xcc,_0x32e40d:0xab,_0x344743:0x10b,_0xf9a82d:0x1b8,_0x3b01f2:0xf5,_0x4bc7ca:0x115,_0x57ca68:0x13a,_0x549dbf:0x102,_0x113e1b:0x1e6,_0x2ec89e:0x217,_0x26a5b5:0xa8,_0x1b0c73:0x9a,_0x4e4408:0xbc,_0x2a78a3:0x187,_0xaf0850:0x1dd,_0x5b7ebe:0x188,_0x5d53ca:0x131,_0x7a1458:0xc2,_0x53d57f:0x182,_0x448a70:0xfd,_0x119cf1:0xbc,_0x4ff2b4:0x115,_0x25c28e:0x114,_0x211aa9:0x1ad,_0x130df2:0x272,_0x1c34b3:0x97,_0x4fc352:0x28,_0xf93632:0xd4,_0x227a75:0x1f,_0x30b8b1:0x15e,_0x897b4:0x1b2,_0x5eefb0:0x1a1,_0x41c283:0x137,_0x3822f2:0x199,_0x1ad794:0x215,_0x2f484c:0x150,_0xaa37fe:0x1ca,_0x1d340a:0xd7,_0x4e1813:0x125,_0x4cb33f:0x1e9,_0x4b42db:0x263,_0x1e1955:0xc6,_0x461bd5:0xef,_0xf47c79:0x70,_0xf3d32c:0x4c,_0x3d1738:0x7f,_0x1fe8cf:0x59,_0x59942b:0x5f,_0x2db80d:0x16c,_0x2a9d59:0x14f,_0x1e7aea:0x162,_0x1afe9e:0x144,_0x51ab56:0x119,_0x43e6a7:0xed,_0x330c82:0xff,_0x4483d4:0x14e,_0x498f37:0xc2,_0x99f7:0x107,_0x327294:0x1c0,_0x5a232:0x1f3,_0x59af58:0x1a6,_0x1f1304:0xa3,_0x2143d8:0x8e,_0x12316c:0x1b9,_0x22319d:0x19e,_0x3b80c9:0xc2,_0x5606e0:0x134,_0x3c6392:0x7c,_0x17b882:0x9b,_0x5576bb:0x129,_0x80b18f:0x122,_0x2e0c0e:0x116,_0x5d2433:0x1fa,_0x24033c:0x1a3,_0x71af73:0x1c8,_0x141783:0x150,_0x41da7d:0xee,_0x283b0c:0x117,_0x57b9e0:0xe4},_0xe0b135={_0x2e8a9c:0x1c6},_0x59c62b={_0x544e4b:0x38,_0x310c5f:0x146,_0x46d64f:0x194};function _0x47672c(_0x46dfe4,_0x2d7956,_0x4e9c14,_0x190c30){return _0xce7891(_0x46dfe4-_0x59c62b._0x544e4b,_0x190c30,_0x4e9c14-_0x59c62b._0x310c5f,_0x4e9c14-_0x59c62b._0x46d64f);}const _0x2b4ebb={'zIirI':_0x47672c(_0x32c9d1._0x2f5e6c,_0x32c9d1._0x3865f2,_0x32c9d1._0x2f3b4c,0x92)+'ting\x20team','LdttG':_0x41072f(-0x20f,-0x1d2,-0x266,-_0x32c9d1._0xda573b)+'erver\x20erro'+'r','rsvFs':'already\x20a\x20'+_0x41072f(-_0x32c9d1._0x221868,-_0x32c9d1._0x227669,-_0x32c9d1._0x30d18e,-_0x32c9d1._0x18f5c9),'UTbLl':'Conflict','ytHoy':_0x41072f(-0x1ad,-0x180,-0x1fb,-0x1c9)+_0x41072f(-_0x32c9d1._0x289b07,-_0x32c9d1._0x93515a,-0x200,-_0x32c9d1._0xf1f91c),'jIGDw':_0x47672c(_0x32c9d1._0x43ceb4,0xcc,0x7d,_0x32c9d1._0x1d66b2)+_0x47672c(_0x32c9d1._0x5cbd42,_0x32c9d1._0x4f82fc,0x5f,_0x32c9d1._0x10949f),'bQGQP':_0x47672c(0x27,0x25,0x63,_0x32c9d1._0x26e6a6)+_0x41072f(-0x1fc,-_0x32c9d1._0xb7a17f,-0x1bc,-_0x32c9d1._0x36380e),'ENPsi':function(_0x516866,_0x471e27){return _0x516866!==_0x471e27;},'dcxWh':_0x47672c(_0x32c9d1._0x35ecb3,_0x32c9d1._0x365658,_0x32c9d1._0x334f69,_0x32c9d1._0x39a08f),'ZCEKh':_0x47672c(0x80,0x143,_0x32c9d1._0x5cd251,0xf4),'GZiaF':function(_0x37dcec,_0xbabe1e){return _0x37dcec!==_0xbabe1e;},'WIRea':_0x41072f(-_0x32c9d1._0x4a6b0c,-_0x32c9d1._0x2020eb,-_0x32c9d1._0x3ea871,-0x192),'UWDSe':_0x47672c(0xb2,_0x32c9d1._0x18a7b5,_0x32c9d1._0xde32aa,_0x32c9d1._0xa1b3d3)+'t','mZixU':function(_0x4fe835,_0x2879f5){return _0x4fe835(_0x2879f5);},'RrQYL':'Member\x20add'+_0x41072f(-0x195,-0x185,-_0x32c9d1._0x3e5508,-_0x32c9d1._0x2c6c52),'ZYcqF':function(_0x40d938,_0x153ba1){return _0x40d938!==_0x153ba1;},'mktLG':_0x41072f(-0x144,-_0x32c9d1._0x4fe556,-0x153,-0x1c0),'VcWbL':_0x41072f(-0x21f,-0x252,-_0x32c9d1._0x107c71,-0x246)};function _0x41072f(_0x1d083b,_0x2b3acf,_0x1cff4e,_0x5ae7e1){return _0xce7891(_0x1d083b-_0xe0b135._0x2e8a9c,_0x5ae7e1,_0x1cff4e-0x120,_0x1d083b- -0xc7);}try{const _0x2409e5=await getTeamById(_0x2a10dd[_0x41072f(-_0x32c9d1._0x249194,-_0x32c9d1._0x2e7ebd,-0x1cc,-_0x32c9d1._0x387a56)]['id']);if(!_0x2409e5){if(_0x2b4ebb['ENPsi'](_0x2b4ebb[_0x47672c(_0x32c9d1._0x21d2a3,_0x32c9d1._0x22a291,0xbe,0x66)],_0x2b4ebb['ZCEKh'])){const _0x59558a={};return _0x59558a[_0x47672c(0xa4,_0x32c9d1._0x5f1172,_0x32c9d1._0x39ac8c,_0x32c9d1._0x19ef3f)]=_0x2b4ebb[_0x41072f(-_0x32c9d1._0xda573b,-_0x32c9d1._0xb6153c,-_0x32c9d1._0x550250,-0x1de)],_0x409261['status'](-0x247a+0x2b*-0x32+0x1*0x2e74)[_0x41072f(-0x1c0,-0x166,-0x207,-_0x32c9d1._0x3f2718)](_0x59558a);}else{const _0x14dc76={};_0x14dc76[_0x47672c(_0x32c9d1._0xa1b3d3,0xeb,_0x32c9d1._0x186eb5,_0x32c9d1._0x3eb8d1)]=_0x5cc864[_0x47672c(0x120,_0x32c9d1._0x2f5e6c,0x114,0xbd)],_0x2806dc[_0x47672c(_0x32c9d1._0x4c8e2f,0x182,_0x32c9d1._0x186eb5,_0x32c9d1._0x7f5fa)](_0x2b4ebb['zIirI'],_0x14dc76);const _0x563e56={};return _0x563e56[_0x41072f(-0x150,-0x129,-0x130,-0x18e)]=_0x2b4ebb[_0x47672c(_0x32c9d1._0x4e887b,0x5,_0x32c9d1._0x2ce827,_0x32c9d1._0x37ce03)],_0x1f1da1[_0x41072f(-0x199,-0x1ce,-_0x32c9d1._0x346e7b,-0x19c)](-0x1ba0+-0x153e+0x32d2)[_0x41072f(-_0x32c9d1._0x12c8da,-_0x32c9d1._0x9c7ae7,-_0x32c9d1._0x4ad138,-0x20b)](_0x563e56);}}const {userId:_0x5d47a0}=_0x2a10dd[_0x41072f(-0x1d2,-_0x32c9d1._0xff17cf,-_0x32c9d1._0x3f3f6f,-0x1d1)];if(!_0x5d47a0){if(_0x2b4ebb[_0x47672c(_0x32c9d1._0x3a5ced,0x36,_0x32c9d1._0xc536fa,_0x32c9d1._0x43f257)](_0x2b4ebb[_0x47672c(0x11c,0xfb,_0x32c9d1._0x41f680,0xe8)],_0x2b4ebb[_0x41072f(-0x1a4,-_0x32c9d1._0x29c352,-_0x32c9d1._0x44016c,-_0x32c9d1._0x438a0b)])){if(_0x3fa8dd[_0x41072f(-_0x32c9d1._0x45a70a,-0x12e,-_0x32c9d1._0x55e765,-_0x32c9d1._0x1207f5)][_0x47672c(_0x32c9d1._0x2181c9,0xc5,_0x32c9d1._0x4853a1,0xd1)](_0x2b4ebb[_0x47672c(0xc9,_0x32c9d1._0x33c969,_0x32c9d1._0x272376,0x48)])){const _0x469e8d={};return _0x469e8d[_0x47672c(_0x32c9d1._0x2345b7,0x172,_0x32c9d1._0x5168bf,0x122)]=_0x2b4ebb[_0x41072f(-_0x32c9d1._0x3e5508,-_0x32c9d1._0x365397,-_0x32c9d1._0x7a9049,-0x198)],_0x469e8d[_0x41072f(-0x147,-_0x32c9d1._0x3facba,-_0x32c9d1._0xc8bdfa,-0x1af)]=_0x11e78e[_0x41072f(-0x147,-_0x32c9d1._0x3327fe,-0x19c,-_0x32c9d1._0x12c8da)],_0x31c487[_0x41072f(-0x199,-0x1ea,-0x1df,-_0x32c9d1._0x1d46fe)](-0x581*0x5+0x1ea8+-0x18a)[_0x41072f(-_0x32c9d1._0x182510,-_0x32c9d1._0x48ab43,-_0x32c9d1._0x5940d8,-0x1ff)](_0x469e8d);}const _0x326fb0={};_0x326fb0[_0x47672c(_0x32c9d1._0x2ea092,_0x32c9d1._0x32e40d,_0x32c9d1._0x344743,0x14b)]=_0x1b1081[_0x41072f(-0x147,-_0x32c9d1._0xf9a82d,-_0x32c9d1._0x3b01f2,-_0x32c9d1._0x4bc7ca)],_0x117c82[_0x47672c(0x139,0x145,0x10b,_0x32c9d1._0x57ca68)](_0x2b4ebb[_0x41072f(-0x176,-_0x32c9d1._0x549dbf,-0x144,-0x122)],_0x326fb0);const _0x1c47fd={};return _0x1c47fd[_0x47672c(0x12f,0xd8,0x10b,0xa4)]=_0x2b4ebb[_0x41072f(-_0x32c9d1._0x113e1b,-0x1cf,-_0x32c9d1._0x2ec89e,-0x18f)],_0xd021dc['status'](0x621+-0x10ea+-0x3*-0x43f)[_0x47672c(0x79,_0x32c9d1._0x26a5b5,0x9b,0xc3)](_0x1c47fd);}else{const _0x74e8d7={};return _0x74e8d7['error']=_0x2b4ebb[_0x47672c(0x55,_0x32c9d1._0x1b0c73,_0x32c9d1._0x4e4408,_0x32c9d1._0x3b01f2)],_0x74e8d7[_0x47672c(0xc5,0x144,0x114,_0x32c9d1._0x2a78a3)]=_0x41072f(-_0x32c9d1._0xaf0850,-0x237,-0x17b,-_0x32c9d1._0x5b7ebe)+'required',_0x409261[_0x47672c(_0x32c9d1._0x5d53ca,0x53,_0x32c9d1._0x7a1458,0xc0)](-0xfa1+-0x1bc1+0x2cf2)['json'](_0x74e8d7);}}const _0xef072f=await _0x2b4ebb['mZixU'](findUserById,_0x5d47a0);if(!_0xef072f){const _0x56ab59={};return _0x56ab59[_0x47672c(_0x32c9d1._0x2181c9,_0x32c9d1._0x53d57f,_0x32c9d1._0x5168bf,0xa5)]=_0x2b4ebb[_0x47672c(_0x32c9d1._0x448a70,0x45,_0x32c9d1._0x119cf1,0x93)],_0x56ab59[_0x47672c(_0x32c9d1._0x4ff2b4,0x168,_0x32c9d1._0x25c28e,0x17a)]='User\x20not\x20f'+_0x41072f(-0x1fc,-_0x32c9d1._0x211aa9,-0x205,-_0x32c9d1._0x130df2),_0x409261[_0x47672c(0xe8,_0x32c9d1._0x1c34b3,0xc2,0x90)](0x1bd*0x16+0x1*-0xf1d+-0x1591*0x1)[_0x47672c(_0x32c9d1._0x4fc352,_0x32c9d1._0xf93632,0x9b,_0x32c9d1._0x227a75)](_0x56ab59);}const _0x298fce=await addMember(_0x2409e5['id'],_0x5d47a0),_0x393d4a={};return _0x393d4a[_0x41072f(-_0x32c9d1._0x45a70a,-_0x32c9d1._0x30b8b1,-_0x32c9d1._0x897b4,-_0x32c9d1._0x5eefb0)]=_0x2b4ebb[_0x47672c(_0x32c9d1._0x41c283,0xbf,0x10d,_0x32c9d1._0x2ea092)],_0x393d4a['team']=_0x298fce,_0x409261[_0x41072f(-0x1c0,-_0x32c9d1._0x3822f2,-_0x32c9d1._0x1ad794,-0x16e)](_0x393d4a);}catch(_0x191261){if(_0x2b4ebb['ZYcqF'](_0x2b4ebb['mktLG'],_0x2b4ebb['mktLG'])){const _0x3d841c={};return _0x3d841c[_0x41072f(-_0x32c9d1._0x2f484c,-0x166,-_0x32c9d1._0xaa37fe,-_0x32c9d1._0x1d340a)]=_0x47672c(0x79,0x141,0xeb,0xda)+'t',_0x3d841c[_0x41072f(-0x147,-_0x32c9d1._0x4e1813,-0x197,-0x1a6)]=_0x2b4ebb[_0x41072f(-0x1f7,-0x26f,-_0x32c9d1._0x4cb33f,-_0x32c9d1._0x4b42db)],_0x2c0cee[_0x47672c(0x70,_0x32c9d1._0x1e1955,0xc2,0xd4)](-0xc*0x335+0x2138+-0x4*-0x1b5)['json'](_0x3d841c);}else{if(_0x191261['message'][_0x47672c(0x9e,0x107,0xb4,0x127)](_0x47672c(_0x32c9d1._0x461bd5,0xb1,_0x32c9d1._0xf47c79,_0x32c9d1._0xf3d32c)+_0x47672c(0x44,_0x32c9d1._0x3d1738,_0x32c9d1._0x1fe8cf,_0x32c9d1._0x59942b))){if(_0x2b4ebb[_0x47672c(_0x32c9d1._0x2db80d,_0x32c9d1._0x2a9d59,0xf9,0x11b)]===_0x2b4ebb[_0x41072f(-_0x32c9d1._0x1e7aea,-0x138,-_0x32c9d1._0x3865f2,-_0x32c9d1._0x1afe9e)]){const _0x24a53a={};return _0x24a53a['error']=_0x2b4ebb[_0x47672c(0x104,0xb0,_0x32c9d1._0x51ab56,0xed)],_0x24a53a[_0x41072f(-_0x32c9d1._0x45a70a,-0xfb,-_0x32c9d1._0x43e6a7,-0xe7)]=_0x191261[_0x47672c(_0x32c9d1._0x2ea092,_0x32c9d1._0x330c82,_0x32c9d1._0x25c28e,_0x32c9d1._0x4483d4)],_0x409261[_0x47672c(0x9b,0x81,_0x32c9d1._0x498f37,_0x32c9d1._0x99f7)](-0x2e5+0x151*-0x2+0x72*0x10)[_0x41072f(-_0x32c9d1._0x327294,-_0x32c9d1._0x5a232,-0x22c,-_0x32c9d1._0x59af58)](_0x24a53a);}else{const _0x429ae9={};return _0x429ae9[_0x47672c(_0x32c9d1._0x1f1304,_0x32c9d1._0x1e1955,_0x32c9d1._0x5168bf,_0x32c9d1._0x2143d8)]=_0x2b4ebb[_0x41072f(-0x1bd,-0x1a4,-_0x32c9d1._0x12316c,-_0x32c9d1._0x22319d)],_0x47a31c[_0x47672c(0xf0,0x128,_0x32c9d1._0x3b80c9,_0x32c9d1._0x5606e0)](0x1*0x829+-0x3*0x623+0xbd4)[_0x47672c(_0x32c9d1._0x3c6392,0x8e,_0x32c9d1._0x17b882,0xf1)](_0x429ae9);}}const _0x401077={};_0x401077[_0x47672c(0xf9,0x15b,_0x32c9d1._0x39ac8c,_0x32c9d1._0x41f680)]=_0x191261['message'],logger[_0x47672c(_0x32c9d1._0x5576bb,_0x32c9d1._0x80b18f,0x10b,_0x32c9d1._0x2e0c0e)]('Error\x20addi'+_0x41072f(-_0x32c9d1._0x5d2433,-_0x32c9d1._0x24033c,-_0x32c9d1._0x29c352,-_0x32c9d1._0x71af73),_0x401077);const _0xb6db40={};return _0xb6db40[_0x41072f(-_0x32c9d1._0x141783,-0x18a,-0x147,-0x10a)]=_0x2b4ebb['LdttG'],_0x409261[_0x47672c(_0x32c9d1._0x41da7d,_0x32c9d1._0x283b0c,_0x32c9d1._0x7a1458,_0x32c9d1._0x57b9e0)](-0x2663*0x1+-0x1*0x43a+0x3*0xedb)['json'](_0xb6db40);}}});function _0x5072(_0x5ac444,_0x45f038){_0x5ac444=_0x5ac444-(0x1577+-0xea*0x1a+0x35d);const _0x3a686c=_0x8c21();let _0x293dcd=_0x3a686c[_0x5ac444];if(_0x5072['yEPmGY']===undefined){var _0x2806dc=function(_0x472f9c){const _0x3aec15='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xe09a71='',_0xd045c3='';for(let _0x2c0cee=-0xdfa+0x16c6*0x1+-0x8cc,_0x5b2ae8,_0x3576c8,_0x3e722e=0x2*0x33+-0xf89+0x19*0x9b;_0x3576c8=_0x472f9c['charAt'](_0x3e722e++);~_0x3576c8&&(_0x5b2ae8=_0x2c0cee%(0x1685*-0x1+-0x1*0x2426+0xb5*0x53)?_0x5b2ae8*(0x10b6+-0x268d*-0x1+0x1*-0x3703)+_0x3576c8:_0x3576c8,_0x2c0cee++%(-0x14b*0x9+0x1426+-0x87f))?_0xe09a71+=String['fromCharCode'](-0x244c+0x631+0x3*0xa5e&_0x5b2ae8>>(-(-0x3fb+-0x187f*-0x1+0x36b*-0x6)*_0x2c0cee&-0x29*-0x2+-0x32*0x98+0x1d64)):-0x1a7c+0x8*0x3fb+-0x55c){_0x3576c8=_0x3aec15['indexOf'](_0x3576c8);}for(let _0x1f5c27=-0xbe8+0x1*0x25f6+-0x1a0e,_0x2fd631=_0xe09a71['length'];_0x1f5c27<_0x2fd631;_0x1f5c27++){_0xd045c3+='%'+('00'+_0xe09a71['charCodeAt'](_0x1f5c27)['toString'](-0x20ca+0x60+-0x1*-0x207a))['slice'](-(-0x1c83+0x15fe+-0x22d*-0x3));}return decodeURIComponent(_0xd045c3);};_0x5072['YUniMz']=_0x2806dc,_0x5072['ECLXZR']={},_0x5072['yEPmGY']=!![];}const _0x5cc864=_0x3a686c[-0x2b8*0x2+0x560+0x2*0x8],_0x1f1da1=_0x5ac444+_0x5cc864,_0x15153c=_0x5072['ECLXZR'][_0x1f1da1];return!_0x15153c?(_0x293dcd=_0x5072['YUniMz'](_0x293dcd),_0x5072['ECLXZR'][_0x1f1da1]=_0x293dcd):_0x293dcd=_0x15153c,_0x293dcd;}const _0x929d56={};_0x929d56[_0x2644ce(0x583,0x552,0x555,0x590)]='id',router[_0xce7891(-0x151,-0x163,-0x139,-0xed)]('/:id/membe'+_0x2644ce(0x5fc,0x61f,0x5b0,0x598),requirePermission(_0x2644ce(0x4e9,0x538,0x4f8,0x502)+'ge_members'+_0x2644ce(0x4fa,0x56d,0x514,0x56f),_0x929d56),async(_0x24e6fc,_0x2e1e93)=>{const _0x472d08={_0x22b4a8:0x123,_0x3efa6a:0x12c,_0x3a0cd8:0xb4,_0x3a209b:0xdf,_0xcee790:0x77,_0x3d600a:0x53,_0x40d870:0x1b,_0x7ca93a:0x32a,_0x1d026f:0x369,_0x453886:0x3cb,_0x4588a6:0x3fb,_0x2eb9ae:0x3a8,_0x8abda8:0x3c2,_0x23f6ca:0x3b6,_0x48458d:0x6,_0x58a984:0x97,_0x8a88ec:0x7d,_0x40266d:0x3ad,_0x27f161:0x323,_0x3f94b3:0x36c,_0x26541a:0xe4,_0x49a79e:0x51,_0x30f681:0x7e,_0x25e693:0x22,_0x260288:0x77,_0x9f93ed:0xb2,_0x389ebe:0x54,_0x275083:0xff,_0x37d72e:0xcf,_0x3ba464:0x3ac,_0x5a337c:0x408,_0x3980c7:0x3a1,_0x3931c8:0x364,_0x79d31e:0x3b7,_0x55ddf6:0x402,_0xff5cd9:0x372,_0x5c7b6a:0x3ae,_0x5804c6:0x367,_0x2f442c:0x21,_0x5493ed:0xb,_0xb93b8b:0x55,_0x5e3604:0x358,_0x32d984:0x369,_0x10df45:0x3c0,_0x135aa9:0x117,_0x417677:0xcd,_0x465ad7:0x9f,_0x222a82:0x80,_0x3f0b33:0x60,_0x50196b:0x40,_0x4bdc5f:0x34f,_0x546428:0x134,_0x3d8aa8:0x377,_0x42b1e9:0x12,_0x344aa9:0xa1,_0x271aae:0x68,_0x695d4c:0x40,_0x2ade00:0x9d,_0x46a7a2:0xfc,_0x3cb307:0xb2,_0x5b2822:0xd5,_0x3b8320:0x9,_0x32eefa:0x35,_0x251c8d:0x67,_0x5bd838:0x3e8,_0x11ce4c:0x453,_0x32b9a7:0x3f,_0x59b007:0x5a,_0x3bab69:0x28,_0x263c93:0x7c,_0x409d13:0x40e,_0x3b435c:0x38b,_0x26b905:0x3a0,_0x3f8a11:0x336,_0x50c554:0x6d,_0x3df3a6:0x14,_0x428e01:0xdf,_0x15a658:0x6a,_0x209b37:0xcb,_0x389306:0xe2,_0x43bf0b:0x19,_0x15a6af:0x53,_0x41dfbb:0xc,_0x2c44b8:0x18,_0x1e3f0c:0x3e,_0x4509e7:0x25,_0x334cb8:0xd,_0x40863f:0x34e,_0x297da6:0x391,_0x2001fd:0x451,_0x338207:0x414,_0x4cedb2:0x3e2,_0x4d18ee:0x3e3,_0x48e5b1:0x3fe,_0x1f3187:0x2a,_0x4ec9c0:0xc3},_0x36303a={_0x4318fc:0x36};function _0x596ee(_0x55a846,_0x1f8972,_0x4e493f,_0x365db7){return _0x2644ce(_0x55a846-0x1df,_0x55a846,_0x365db7- -0x5c2,_0x365db7-0x18c);}function _0x122f46(_0x214c6c,_0x4def24,_0x52f18a,_0x327601){return _0x2644ce(_0x214c6c-0xff,_0x4def24,_0x52f18a- -0x1d4,_0x327601-_0x36303a._0x4318fc);}const _0x18c35e={'SOHtu':_0x596ee(-_0x472d08._0x22b4a8,-_0x472d08._0x3efa6a,-0xd2,-_0x472d08._0x3a0cd8)+'ound','jSubb':_0x596ee(-0x32,-_0x472d08._0x3a209b,-_0x472d08._0xcee790,-0x85)+_0x596ee(-_0x472d08._0x3d600a,-0xad,-_0x472d08._0x40d870,-0x95),'ymvbq':_0x122f46(0x356,_0x472d08._0x7ca93a,0x34d,0x2e2)+'his\x20user\x20w'+'ould\x20leave'+_0x122f46(_0x472d08._0x1d026f,0x374,_0x472d08._0x453886,_0x472d08._0x4588a6)+_0x122f46(0x41b,0x3a5,_0x472d08._0x2eb9ae,0x364)+_0x122f46(0x406,_0x472d08._0x8abda8,0x39c,_0x472d08._0x23f6ca)+_0x596ee(-0x7f,-0x57,-_0x472d08._0x48458d,-0x7)+_0x596ee(-0xa5,-_0x472d08._0x58a984,-_0x472d08._0x8a88ec,-0x2a)+_0x122f46(_0x472d08._0x40266d,_0x472d08._0x27f161,_0x472d08._0x3f94b3,0x3dd),'pVCit':function(_0x10a416,_0x12e9c2,_0x4a1521){return _0x10a416(_0x12e9c2,_0x4a1521);},'DjcuE':_0x596ee(-_0x472d08._0x26541a,-0x11d,-0x8a,-0xa5)+_0x596ee(-_0x472d08._0x49a79e,-_0x472d08._0x30f681,-_0x472d08._0x25e693,-_0x472d08._0x260288)+'team','qPsyI':_0x596ee(-_0x472d08._0x9f93ed,-_0x472d08._0x389ebe,-0x7e,-0xd2),'Lyvsy':_0x596ee(-0x76,-_0x472d08._0x275083,-0xaf,-_0x472d08._0x37d72e)+'er','nssdV':'Not\x20Found','zPvQU':_0x122f46(_0x472d08._0x3ba464,_0x472d08._0x5a337c,_0x472d08._0x3980c7,0x3d9)+_0x122f46(_0x472d08._0x3931c8,0x3bf,_0x472d08._0x79d31e,0x3b9)+'r','zLZjp':'Internal\x20s'+_0x122f46(_0x472d08._0x55ddf6,_0x472d08._0xff5cd9,0x3b1,0x366)+'r'};try{const _0xc177c8=await getTeamById(_0x24e6fc[_0x122f46(0x37e,0x377,_0x472d08._0x5c7b6a,0x3de)]['id']);if(!_0xc177c8){const _0x1ad8cc={};return _0x1ad8cc[_0x122f46(0x373,_0x472d08._0x5804c6,0x3e2,0x43f)]=_0x18c35e['SOHtu'],_0x2e1e93[_0x596ee(-0x2e,-_0x472d08._0x2f442c,_0x472d08._0x5493ed,-_0x472d08._0xb93b8b)](-0x1188+-0x2d+0x1349)['json'](_0x1ad8cc);}const _0x17caf2={};_0x17caf2[_0x122f46(_0x472d08._0x5e3604,_0x472d08._0x32d984,_0x472d08._0x10df45,0x38b)]=_0xc177c8['id'],_0x17caf2[_0x596ee(-_0x472d08._0x135aa9,-_0x472d08._0x417677,-0xba,-_0x472d08._0x465ad7)]=_0x24e6fc[_0x596ee(-_0x472d08._0x222a82,-_0x472d08._0x3f0b33,-0x51,-_0x472d08._0x50196b)][_0x122f46(0x324,0x335,_0x472d08._0x4bdc5f,0x2d4)];const _0x2f62bd={};_0x2f62bd[_0x596ee(-_0x472d08._0x546428,-0x138,-0x103,-0xd1)+_0x122f46(0x38b,0x34d,0x36e,_0x472d08._0x3d8aa8)]=_0x17caf2;const _0x4bae5c=await wouldRetainServerAdmin(_0x2f62bd);if(!_0x4bae5c){const _0x4f07a9={};return _0x4f07a9[_0x596ee(-0x6b,-0x40,-0x5d,-0xc)]=_0x18c35e[_0x596ee(-0x13e,-0x149,-0x130,-0xde)],_0x4f07a9['message']=_0x18c35e[_0x596ee(-0x61,_0x472d08._0x42b1e9,-_0x472d08._0x344aa9,-_0x472d08._0x271aae)],_0x2e1e93['status'](0x7*-0x247+0x1*0xe33+-0x6*-0x8d)['json'](_0x4f07a9);}const _0x46733c=await _0x18c35e['pVCit'](removeMember,_0xc177c8['id'],_0x24e6fc[_0x596ee(0x30,-0x12,-0x28,-_0x472d08._0x695d4c)]['userId']),_0x22d402={};return _0x22d402['message']=_0x18c35e[_0x596ee(-0x27,-0x82,-0x1c,-0x21)],_0x22d402[_0x596ee(-0xc0,-_0x472d08._0x2ade00,-_0x472d08._0x46a7a2,-_0x472d08._0x3cb307)]=_0x46733c,_0x2e1e93[_0x596ee(-0x2a,-0x18,-0x9f,-0x7c)](_0x22d402);}catch(_0x1b2b47){if(_0x596ee(-0xe9,-_0x472d08._0x5b2822,-0x100,-0xd2)!==_0x18c35e[_0x596ee(_0x472d08._0x3b8320,_0x472d08._0x32eefa,-_0x472d08._0x251c8d,0x3)]){const _0x35d626={};return _0x35d626[_0x122f46(_0x472d08._0x5bd838,_0x472d08._0x11ce4c,0x3e2,0x43a)]=_0x18c35e[_0x596ee(-_0x472d08._0x32b9a7,-0x4f,0x37,-0x29)],_0x154b6e[_0x596ee(-_0x472d08._0x59b007,-_0x472d08._0x3bab69,-0xb9,-0x55)](0x1*0x1dc2+0x1*-0x24b9+-0x1b*-0x51)[_0x596ee(-0x44,-0x96,-0xf5,-_0x472d08._0x263c93)](_0x35d626);}else{if(_0x1b2b47[_0x122f46(0x3d6,0x441,0x3eb,_0x472d08._0x409d13)][_0x122f46(0x3b9,0x409,_0x472d08._0x3b435c,0x3f0)](_0x18c35e[_0x122f46(_0x472d08._0x26b905,0x41e,0x3a6,_0x472d08._0x3f8a11)])){const _0x178fc8={};return _0x178fc8[_0x596ee(_0x472d08._0x389ebe,-0x39,_0x472d08._0x50c554,-0xc)]=_0x18c35e[_0x596ee(_0x472d08._0x3df3a6,-0x44,-_0x472d08._0x428e01,-_0x472d08._0x15a658)],_0x178fc8[_0x122f46(_0x472d08._0x55ddf6,0x464,0x3eb,0x37c)]=_0x1b2b47['message'],_0x2e1e93['status'](-0x23ae+-0x627+0x1*0x2b69)[_0x596ee(-_0x472d08._0x209b37,-_0x472d08._0x389306,-0x8f,-_0x472d08._0x263c93)](_0x178fc8);}const _0x2aafb7={};_0x2aafb7[_0x596ee(-_0x472d08._0x43bf0b,_0x472d08._0x15a6af,0x39,-_0x472d08._0x41dfbb)]=_0x1b2b47[_0x596ee(_0x472d08._0x2c44b8,0x2b,_0x472d08._0x1e3f0c,-0x3)],logger[_0x596ee(-0x22,-_0x472d08._0x4509e7,_0x472d08._0x334cb8,-0xc)](_0x18c35e[_0x122f46(0x3b9,_0x472d08._0x40863f,_0x472d08._0x297da6,0x325)],_0x2aafb7);const _0x2e9368={};return _0x2e9368[_0x122f46(_0x472d08._0x2001fd,_0x472d08._0x338207,_0x472d08._0x4cedb2,_0x472d08._0x4d18ee)]=_0x18c35e[_0x122f46(0x3aa,0x378,0x3d4,_0x472d08._0x48e5b1)],_0x2e1e93['status'](-0xc2*-0x1+0x1*0x1073+-0xf41)[_0x596ee(-0x37,-_0x472d08._0x1f3187,-_0x472d08._0x4ec9c0,-_0x472d08._0x263c93)](_0x2e9368);}}});export default router;
1
+ (function(_0x22ea5b,_0x3575b7){const _0x50102c={_0x1d5fb1:0x196,_0xa35651:0x1b3,_0x479b93:0x16f,_0x4ad65c:0x173,_0x3cec3e:0xa9,_0xc191a1:0x121,_0x19c650:0x1dc,_0x5f43bc:0x1d3,_0x358b9c:0x1c8,_0x159f52:0x190,_0x46956d:0x167,_0x37616d:0x15a,_0x46c952:0x2d6,_0x38c0c8:0x272,_0xa4f3d1:0x10e,_0x36f40d:0x2fc,_0x50e890:0x2c4,_0x53efee:0x302,_0x26c233:0x32f},_0x5c9040={_0xa0231a:0x76};function _0x3af707(_0x2cbb24,_0x120448,_0x426f0c,_0x44bb40){return _0x1da2(_0x44bb40-_0x5c9040._0xa0231a,_0x426f0c);}function _0x11d7be(_0x2000ab,_0x198345,_0x5572a5,_0x44ffba){return _0x1da2(_0x5572a5- -0x3b9,_0x2000ab);}const _0x4e569f=_0x22ea5b();while(!![]){try{const _0x4038a1=parseInt(_0x3af707(_0x50102c._0x1d5fb1,_0x50102c._0xa35651,_0x50102c._0x479b93,0x1db))/(0xbd4+0x1428+-0x1ffb*0x1)+-parseInt(_0x3af707(_0x50102c._0x4ad65c,_0x50102c._0x3cec3e,0xf9,_0x50102c._0xc191a1))/(0x12cb*-0x1+0x1294+0x1*0x39)*(-parseInt(_0x3af707(0x1f8,_0x50102c._0x19c650,_0x50102c._0x5f43bc,_0x50102c._0x358b9c))/(-0x16*0xae+-0x20ab+0x367*0xe))+-parseInt(_0x3af707(_0x50102c._0x159f52,0x23f,0x1eb,0x1e7))/(-0x74*-0x1e+-0xb1a*-0x1+-0x18ae)+-parseInt(_0x3af707(0x1ab,0x102,_0x50102c._0x46956d,_0x50102c._0x37616d))/(-0x1ff*0x6+-0x2f*-0x59+-0x458)*(parseInt(_0x11d7be(-_0x50102c._0x46c952,-_0x50102c._0x38c0c8,-0x2d7,-0x283))/(-0x23a*0xb+-0x1be1+0x11*0x315))+-parseInt(_0x3af707(0x182,0x177,0xc4,_0x50102c._0xa4f3d1))/(0x12f8*0x1+-0x490+-0xe61)+parseInt(_0x11d7be(-0x2dc,-0x2c9,-_0x50102c._0x36f40d,-0x31f))/(0xbc3+-0x20bf+-0x5*-0x434)+parseInt(_0x11d7be(-_0x50102c._0x50e890,-_0x50102c._0x53efee,-_0x50102c._0x26c233,-0x2fa))/(-0x1ca+0x26f5+-0x31*0xc2);if(_0x4038a1===_0x3575b7)break;else _0x4e569f['push'](_0x4e569f['shift']());}catch(_0x440fa7){_0x4e569f['push'](_0x4e569f['shift']());}}}(_0x2c57,0x71*0x1675+-0x2c0d2+0x274bd));import _0x18b3b4 from'express';function _0x363425(_0x316eb9,_0x1977fa,_0x120cca,_0xa25bf9){return _0x1da2(_0x120cca- -0x3bd,_0x1977fa);}function _0x2c57(){const _0x58db85=['DujIr1K','q1vItKG','uM91DgvY','ywXYzwfKEsbLEa','vgvHBsbUB3qGzG','AuXrwgW','C3rYAw5N','zLvUsu8','r1vhq2e','Bu1LBwjLCG','C3qGCMvTywLUlG','Evj3q3O','vxnLCIbUB3qGzG','D1nvq1i','vuDWBgi','CZPTyw5Hz2vFBq','zxjYB3i','uenbqNq','uhLhqu4','B24GDgHPCYb0zq','DNvmuuy','tM8GDxbKyxrLCW','sLjNyKG','y2HVC1u','uKHcEuu','CgvYBwLZC2LVBG','vg9cCgW','zxHJBhvKzvrLyq','wwPcz1i','uLzmwwO','yKTVve8','A1zorwu','C2f4Bxu','DMvYiefKBwLUCW','Bu1LBwjLCNm','vgvHBsbJCMvHDa','Chn4CLy','whLuque','zsb3B3vSzcbSzq','yu9Ttxy','CNmVoNvZzxjjza','zxjTAxnZAw9Uia','CgfYyw1Z','vgvHBsbUyw1Lia','ig9UihrOAxmGDa','sNnvqMS','BwvZC2fNzq','rxjYB3iGzgvSzq','wKnkDum','yu90vLi','rxjYB3iGz2v0Da','Bvrps2K','BwvTyMvYCW','BwjPtwO','A0rfy0K','DxnLCG','CMvXDwLYzwq','q2fUBM90igrLBa','yxn0ig9Uzsbtzq','CNzLCIbbzg1PBG','B2fbEMy','q2fUBM90ihvWza','ywXYzwfKEsbHia','rxjYB3iGywrKAq','zwqGC3vJy2vZCW','zvzIzeu','r0HHCK4','EMPAsuC','C3PPr1e','mZaXmta3rLrvEgju','DgvHBq','B3zLig1LBwjLCG','ww91igrVig5VDa','rxzfvhq','ig5VifnLCNzLCG','zgvSzxrLzejPBG','DgLUzYb0zwfT','BMfTzq','CMvTywLUlG','ufrvBLy','DgvHBuLK','sxLHq08','DgvHBxm6DMLLDW','lIbbDcbSzwfZDa','teDkBxG','uujIwei','rKXMvxK','twvTyMvYigfKza','mtmXmdG1zeLVyKrX','AgLW','ywXS','q1Dosfe','y2fUtwfUywDLva','z2vFBwvTyMvYCW','q2fUBM90ihjLBq','DcbSzwfZDcbVBG','rxjYB3iGDxbKyq','B3vSzcbSzwf2zq','BwvTyMvY','r01ssxm','mJe5nZq0svnXvvPk','zhHPuwu','CvHfsxq','khmPlIbbDcbSzq','EuvvDMO','twvTyMvYihjLBq','y2fUtwfUywDLtq','Cg5gqLu','AM9PBG','y0zZsNG','Exfeywm','mtaWmZK4mZnMs0zTALq','B3qGzM91BMq6ia','yMjXrvC','EfzIwui','ig11C3qGCMvTyq','q2Xsuwu','ExDfBhK','AffPtfa','C2DSy2q','zgLUz3m','r2D3A1G','AgX3sNm','AxHYwue','ELvLqui','mZK2mZiZmLfkywnpuq','zNvSBhK','Cg9ZDa','ruLjEeK','zgvZy3jPChrPBW','DhjPBq','CMvWBgfJzvrLyq','DxnLCKLK','BeTyEgq','y29UDgfPBNmGDa','B3vUza','BM90igeGBwvTyG','uvPJCMW','ALHotKu','Aw5NihrLyw1Z','z3L1rvK','y3Pbz0W','yxzLig5VifnLCG','CZPTyw5Hz2uGCa','ne5luLrpDq','qLvrC1a','C2PvqwC','BMCGBwvTyMvY','AhbQBgW','CwHjAue','AgLZihvZzxiGDW','ihbYB3zPzgvK','Aw4U','zg1PBIbTDxn0ia','wNrvAhu','B0zLvuC','Aw5JBhvKzxm','C3vSCwO','zxj2zxiGzxjYBW','sw50zxjUywWGCW','Chv0','EKLwv2O','nJK4otG4ohv3yw9Wua','EKzWDLi','rMrYBMG','Curvyu8','Bvf3Bfu','vgHPCYbJAgfUzW','rfrcweW','zw1IzxjZ','tM90iezVDw5K','rNf1yLe','DcbHig1LBwjLCG','CIbbzg1PBIbTDq','DNDUyM8','ANnVBG','wLfkyLG','CenetgO','AgH5vKK','vxnLCIbjrhmGBG','vgvHBsbKzwXLDa','q1LZu28','s2nbtvq','A0zrALm','yw55vgvHBq','DuzitwK','rxjYB3iGCMvTBW','z2v0','zw1IzxjZAgLWia','BNPsAhC','qNvtBKC','rxjYB3iGBgLZDa','DgvHBvbHCMfT','y0PKvgW','ig9MihrOAxmGDa','uvjhsLq','rM9YyMLKzgvU','qMfKifjLCxvLCW','sfbIC1i','mJG4AwflCwrX','DxnLCKLKigLZia','mteXndqWz0Xdwxjy','vgvHBsb1CgrHDa','suviAei','DgvHBxm6BwfUyq','uvvtANG','yM9KEq','ww91igfYzsbUBW','yxrLig1LBwjLCG','BgvUz3rO','zwfT','ruH3sxO','CfroC0O','yuv1vLK','lZPPzc9Tzw1Izq','qMXmCuS','zMrwCM8','DuXIDu4','vgHPCYb0zwfTia','t09Rsva','AguGBgfZDcbtzq','zwrSruu','C3rHDhvZ','igHHDMuGDgvHBq','vM5Itxy','zffuswi','Dvn6q2q','yunArxy','Aw5NihrLyw0','lZPPza','qxrqEeC','txvlzfe','yu9ns0e','BvLYBLC','Axn0CW','sezgvMC','AxmGCMvXDwLYzq','AgvUCe8','q29UzMXPy3q','EgnIsuG','AKHQrwK','CurjEwy'];_0x2c57=function(){return _0x58db85;};return _0x2c57();}function _0x1da2(_0x20ac4a,_0x47a8fb){_0x20ac4a=_0x20ac4a-(0x247d+-0x1a0d+-0x9e8);const _0x17ecce=_0x2c57();let _0x20b9a6=_0x17ecce[_0x20ac4a];if(_0x1da2['rUckgJ']===undefined){var _0x3a998e=function(_0x3129c1){const _0x22b70a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xeb97cf='',_0x5f0a2a='';for(let _0x40eeb0=-0x23f+-0x192a+0x1*0x1b69,_0x421d30,_0x5462f1,_0x4a514c=-0x1e9e+0x1083*0x1+0xe1b*0x1;_0x5462f1=_0x3129c1['charAt'](_0x4a514c++);~_0x5462f1&&(_0x421d30=_0x40eeb0%(-0x19d1+-0x29c*-0x1+-0xcd*-0x1d)?_0x421d30*(0x11*0xb8+-0x1*0xcd6+-0x3*-0x4a)+_0x5462f1:_0x5462f1,_0x40eeb0++%(-0x208b+0x19*-0x2+0x20c1))?_0xeb97cf+=String['fromCharCode'](0x2*-0xb74+-0x1588+0x2d6f&_0x421d30>>(-(-0x1*0x2005+0x59d*0x1+0x31*0x8a)*_0x40eeb0&0x228a+-0x100b*0x1+-0x1279*0x1)):0x148*-0x1d+-0x718+-0x760*-0x6){_0x5462f1=_0x22b70a['indexOf'](_0x5462f1);}for(let _0x1c6ec8=0x4a3+-0x3*0x64d+0xe44,_0x2c72f6=_0xeb97cf['length'];_0x1c6ec8<_0x2c72f6;_0x1c6ec8++){_0x5f0a2a+='%'+('00'+_0xeb97cf['charCodeAt'](_0x1c6ec8)['toString'](0x1*0x1677+-0x1037*0x2+0xa07))['slice'](-(-0x2554+0x51c+0x203a));}return decodeURIComponent(_0x5f0a2a);};_0x1da2['EXycdU']=_0x3a998e,_0x1da2['vqELYP']={},_0x1da2['rUckgJ']=!![];}const _0x4e2725=_0x17ecce[0x5b*-0x3+0x1*-0x1ece+0x1fdf],_0x47fee2=_0x20ac4a+_0x4e2725,_0x2cb468=_0x1da2['vqELYP'][_0x47fee2];return!_0x2cb468?(_0x20b9a6=_0x1da2['EXycdU'](_0x20b9a6),_0x1da2['vqELYP'][_0x47fee2]=_0x20b9a6):_0x20b9a6=_0x2cb468,_0x20b9a6;}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';function _0x16c534(_0xc00de2,_0x23075a,_0x5a5ed8,_0x2bb726){const _0x5481c1={_0x3b6a6b:0x2c4};return _0x1da2(_0x23075a- -_0x5481c1._0x3b6a6b,_0x5a5ed8);}import{hasPermission,hasAllPermissions,wouldRetainServerAdmin}from'../lib/permission-resolver.js';import{requirePermission}from'../middleware/requirePermission.js';const router=_0x18b3b4[_0x16c534(-0x21a,-0x1b5,-0x143,-0x153)]();async function validateUserIds(_0x14f3cd){const _0x59f1b3={_0x14dfe4:0x278,_0x9f4833:0x2ae,_0x4d1fed:0x257,_0x440424:0x23b,_0x38ed98:0x1d4,_0x319df1:0x251,_0x142cd0:0x271,_0x3a2528:0x2ac,_0x50a367:0x293,_0x4e6edd:0x25f,_0x3ed514:0x269,_0x4fb4c1:0x2dc,_0x20d14a:0x2a7,_0x231c33:0x1ca,_0x1dd52e:0x226,_0x3e291f:0x28e,_0x3c19d8:0x23e,_0x11d2a2:0x21c,_0x391412:0x208,_0x460359:0x229,_0x54b04d:0x2b4,_0x513173:0x2b5,_0x4cd970:0x283,_0x22c58f:0x262,_0x8efc53:0x344,_0x1b0df1:0x2df,_0x495502:0x2a3,_0x12855c:0x2d7,_0x446e60:0x2d3,_0x49e582:0x278,_0x290232:0x242,_0x26388d:0x248,_0x388b18:0x2f7,_0x1d81e6:0x247,_0x1e450d:0x215,_0x210478:0x1b4,_0x4f1b76:0x22b,_0x1d0b84:0x252,_0x5b17bd:0x1e0,_0x4fe32d:0x250,_0x434cb2:0x264},_0x2a7490={_0x9dbc5e:0x184},_0x785f26={_0x4b6294:0xb1,_0x24e582:0x24};function _0x5d8199(_0xaba8fb,_0x13d132,_0x3c5957,_0x1d2c88){return _0x16c534(_0xaba8fb-0x126,_0x13d132- -_0x785f26._0x4b6294,_0x1d2c88,_0x1d2c88-_0x785f26._0x24e582);}const _0x145e01={};_0x145e01[_0x5d8199(-0x2ec,-_0x59f1b3._0x14dfe4,-_0x59f1b3._0x9f4833,-0x217)]=_0x5d8199(-_0x59f1b3._0x4d1fed,-0x22b,-_0x59f1b3._0x440424,-_0x59f1b3._0x38ed98)+_0x43d3c4(_0x59f1b3._0x319df1,_0x59f1b3._0x142cd0,_0x59f1b3._0x3a2528,_0x59f1b3._0x50a367)+'s',_0x145e01[_0x5d8199(-_0x59f1b3._0x4e6edd,-_0x59f1b3._0x3ed514,-_0x59f1b3._0x4fb4c1,-_0x59f1b3._0x20d14a)]=_0x5d8199(-_0x59f1b3._0x231c33,-_0x59f1b3._0x1dd52e,-0x1cd,-_0x59f1b3._0x3e291f),_0x145e01[_0x43d3c4(_0x59f1b3._0x3c19d8,_0x59f1b3._0x11d2a2,_0x59f1b3._0x391412,_0x59f1b3._0x460359)]=_0x5d8199(-_0x59f1b3._0x54b04d,-_0x59f1b3._0x513173,-0x242,-_0x59f1b3._0x4cd970);const _0xf2b135=_0x145e01,_0x59fb11=[];for(const _0x36222b of _0x14f3cd){if(_0xf2b135[_0x43d3c4(0x27e,0x292,_0x59f1b3._0x22c58f,0x24c)]!==_0xf2b135[_0x5d8199(-_0x59f1b3._0x8efc53,-_0x59f1b3._0x1b0df1,-0x2a7,-0x2a2)]){const _0x254380=await findUserById(_0x36222b);if(!_0x254380)_0x59fb11['push'](_0x36222b);}else{const _0xaa005d={};return _0xaa005d[_0x43d3c4(0x253,_0x59f1b3._0x495502,_0x59f1b3._0x12855c,_0x59f1b3._0x446e60)]=_0xf2b135[_0x5d8199(-0x247,-_0x59f1b3._0x49e582,-0x28b,-_0x59f1b3._0x290232)],_0xaa005d['message']=_0x43d3c4(_0x59f1b3._0x391412,_0x59f1b3._0x26388d,0x223,0x21e)+_0x43d3c4(_0x59f1b3._0x388b18,0x2b9,0x320,_0x59f1b3._0x54b04d)+'ave\x20no\x20Ser'+_0x5d8199(-0x291,-_0x59f1b3._0x1d81e6,-0x21f,-0x1ea)+_0x5d8199(-0x1bc,-_0x59f1b3._0x1e450d,-_0x59f1b3._0x210478,-_0x59f1b3._0x11d2a2)+'\x20one\x20Serve'+'r\x20Admin\x20mu'+'st\x20remain.',_0x13949b[_0x43d3c4(_0x59f1b3._0x4f1b76,0x27f,_0x59f1b3._0x1d0b84,_0x59f1b3._0x460359)](-0x1f68+-0x1*-0x2a5+0x1e53)[_0x43d3c4(_0x59f1b3._0x5b17bd,_0x59f1b3._0x4fe32d,0x221,_0x59f1b3._0x434cb2)](_0xaa005d);}}function _0x43d3c4(_0x56c433,_0x36fe7b,_0x4c14d9,_0x2a6d6d){return _0x16c534(_0x56c433-0x57,_0x36fe7b-0x44a,_0x4c14d9,_0x2a6d6d-_0x2a7490._0x9dbc5e);}return _0x59fb11;}router[_0x363425(-0x295,-0x2c2,-0x2e7,-0x359)]('/',requirePermission(_0x16c534(-0x150,-0x165,-0x192,-0x1b3)),async(_0x41e033,_0x17e6ca)=>{const _0x20f906={_0x37e38d:0x2dd,_0x3ff8cd:0x289,_0x5edeb2:0x3fd,_0xa4e99:0x3de,_0x2394d9:0x2e0,_0x3af737:0x239,_0x1acb3d:0x27c,_0xf978c:0x2d3,_0x4e57c2:0x333,_0x319644:0x3a0,_0x2aceca:0x3b8,_0x31280f:0x2cb,_0x5f4bcf:0x328,_0x25ea37:0x2bd,_0x2a6a26:0x2d0,_0x2c8d3f:0x3a6,_0x3d533c:0x391,_0x215d67:0x39a,_0x1e2a5b:0x350,_0x410582:0x37d,_0x59ec97:0x34c,_0x395fa7:0x31c,_0x2d59e1:0x2af,_0x4ee595:0x342,_0x218699:0x36d},_0x4583ca={_0x5ec9c9:0x2a5,_0x4d2f09:0x2bb,_0x116634:0x2c7,_0x287387:0x1fc,_0x26c3a3:0x1f4,_0x4ed1db:0x29a,_0xb5a6ec:0x26a,_0x3239a6:0x18e,_0x3cf6c4:0x1e2,_0x3af80e:0x189,_0x3926ea:0x18a,_0xba255:0x265,_0x1442a4:0x234},_0x14d438={_0x1e089e:0x183,_0x91b922:0x50e},_0x22d197={_0x4b77b5:0x13a};function _0x549553(_0x5eca5c,_0x5975a5,_0xbecc63,_0x5eba92){return _0x363425(_0x5eca5c-0x1e8,_0xbecc63,_0x5eba92-0x55f,_0x5eba92-_0x22d197._0x4b77b5);}function _0x5acf31(_0x5e2597,_0x31b9a9,_0x40459b,_0x38545e){return _0x16c534(_0x5e2597-0x84,_0x38545e-0x538,_0x5e2597,_0x38545e-0x10a);}const _0x1b5c3={'MuKdQ':function(_0x309945,_0x4a6072,_0x3d16bd,_0x4b6891){return _0x309945(_0x4a6072,_0x3d16bd,_0x4b6891);},'aCZEv':_0x549553(0x302,_0x20f906._0x37e38d,0x26f,_0x20f906._0x3ff8cd)+_0x5acf31(0x425,_0x20f906._0x5edeb2,0x393,_0x20f906._0xa4e99)+'hip','hhyVI':'teams:mana'+'ge','kkCrw':function(_0x6fe9a2,_0x48b672){return _0x6fe9a2(_0x48b672);},'UGplb':function(_0x5786dc,_0x3773c5){return _0x5786dc(_0x3773c5);},'nzRhw':_0x549553(_0x20f906._0x2394d9,_0x20f906._0x3af737,0x2ea,_0x20f906._0x1acb3d)+_0x5acf31(0x382,0x30c,0x37e,0x31a),'dxiQe':_0x5acf31(0x312,0x2c9,_0x20f906._0xf978c,0x32e)+_0x5acf31(_0x20f906._0x4e57c2,0x2c6,0x2d9,0x32d)+'r'};try{const _0x2528de=_0x41e033[_0x5acf31(0x37b,_0x20f906._0x319644,0x431,_0x20f906._0x2aceca)]['id'],_0x4d5a8f=await _0x1b5c3['kkCrw'](hasAllPermissions,_0x2528de);let _0x4c5350;_0x4d5a8f?_0x4c5350=await getTeams():_0x4c5350=await _0x1b5c3[_0x549553(_0x20f906._0x31280f,0x26d,_0x20f906._0x5f4bcf,_0x20f906._0x25ea37)](getTeamsByUserId,_0x2528de);const _0x146c7f=await Promise[_0x5acf31(0x427,0x362,0x409,0x3db)](_0x4c5350['map'](async _0x1c0b86=>{const _0x59a92d={_0x3b10dc:0xa5},_0x4a3e0b=_0x4d5a8f||await _0x1b5c3[_0x47ad0a(-0x25d,-0x230,-_0x4583ca._0x5ec9c9,-0x26a)](hasPermission,_0x2528de,_0x1b5c3[_0x47ad0a(-0x234,-_0x4583ca._0x4d2f09,-_0x4583ca._0x116634,-0x26e)],_0x1c0b86['id']),_0x38194f=_0x4d5a8f||await _0x1b5c3[_0x47ad0a(-_0x4583ca._0x287387,-_0x4583ca._0x26c3a3,-_0x4583ca._0x4ed1db,-_0x4583ca._0xb5a6ec)](hasPermission,_0x2528de,_0x1b5c3[_0x3e1706(_0x4583ca._0x3239a6,0x18a,0x1be,0x18c)],_0x1c0b86['id']),_0x48f7fb={..._0x1c0b86};_0x48f7fb[_0x47ad0a(-_0x4583ca._0x3cf6c4,-_0x4583ca._0x3af80e,-_0x4583ca._0x3926ea,-0x1f5)+_0x47ad0a(-_0x4583ca._0xba255,-_0x4583ca._0x1442a4,-0x293,-0x2a8)]=_0x4a3e0b;function _0x3e1706(_0x5a0b73,_0x3a5dfd,_0x1e22ce,_0xf6f58a){return _0x5acf31(_0xf6f58a,_0x3a5dfd-_0x59a92d._0x3b10dc,_0x1e22ce-0x1d0,_0x3a5dfd- -0x1b7);}function _0x47ad0a(_0x276b04,_0x3957fb,_0x179a52,_0x1c97a3){return _0x549553(_0x276b04-0x149,_0x3957fb-_0x14d438._0x1e089e,_0x3957fb,_0x1c97a3- -_0x14d438._0x91b922);}return _0x48f7fb['canManageT'+'eam']=_0x38194f,_0x48f7fb;})),_0x50cf13={};return _0x50cf13['teams']=_0x146c7f,_0x17e6ca[_0x5acf31(0x2fe,0x3a5,_0x20f906._0x2a6a26,0x33e)](_0x50cf13);}catch(_0x5775b7){const _0x1a7c26={};_0x1a7c26[_0x5acf31(0x373,0x35f,_0x20f906._0x2c8d3f,_0x20f906._0x3d533c)]=_0x5775b7['message'],logger[_0x5acf31(0x36e,_0x20f906._0x215d67,0x397,0x391)](_0x1b5c3[_0x5acf31(0x340,_0x20f906._0x1e2a5b,_0x20f906._0x410582,_0x20f906._0x59ec97)],_0x1a7c26);const _0x39867b={};return _0x39867b[_0x549553(_0x20f906._0x395fa7,_0x20f906._0x2d59e1,0x253,0x2bf)]=_0x1b5c3[_0x549553(0x2ed,0x2cf,_0x20f906._0x4ee595,0x314)],_0x17e6ca[_0x5acf31(_0x20f906._0x218699,_0x20f906._0x410582,0x381,_0x20f906._0x218699)](-0x2*0x964+-0x1da3+0x325f)['json'](_0x39867b);}}),router[_0x16c534(-0x249,-0x1ee,-0x252,-0x238)]('/:id',requirePermission(_0x16c534(-0x19d,-0x165,-0x186,-0xec)),async(_0x586f0f,_0x157f81)=>{const _0x2544d2={_0x4f0a02:0x1da,_0x4948be:0x16f,_0x5a91e3:0x1f6,_0x5f43fd:0x18c,_0x6c400a:0x28d,_0xa8c1c:0x2a5,_0x15fcb1:0x235,_0x3d62b4:0x2a4,_0xac34ed:0x28c,_0xab0dfd:0x26e,_0x24377f:0x2b9,_0x47d5c7:0x2a6,_0x1e3595:0x1a5,_0xb5c40e:0x140,_0x1618e5:0x208,_0x177c35:0x206,_0x1e6d70:0x249,_0xe0a4d4:0x29c,_0x4da386:0x262,_0xa57a63:0x16e,_0x378505:0x167,_0x14b696:0x24a,_0x1bdd3e:0x1d3,_0x45cfd1:0x111,_0x20c033:0x1ae,_0x4fab70:0x16c,_0x67b0d7:0x13c,_0x3653a3:0x164,_0x434d05:0xf1,_0x1ab91a:0x168,_0x367050:0x190,_0x2c1dc1:0x152,_0x2850f4:0x2c4,_0x55f5a6:0x307,_0x416ce9:0x2af,_0xe0a36f:0x305,_0x215602:0x22b,_0x42968b:0x25e,_0x2bf298:0x210,_0x2d5b69:0x198,_0x53f189:0x28b,_0x24ae9d:0x2a0,_0x3b208f:0x2c1,_0x353301:0x2b3,_0xee159f:0x28a,_0xd89854:0x2e6,_0x52f4a6:0x2ed,_0x11d4ad:0xc0,_0x5d645d:0x27b,_0x20a93e:0x26a,_0xc75ad0:0x27c,_0x24ebc5:0x244,_0x149eea:0x30f,_0x446a10:0x2d1,_0x111329:0x27d,_0x275637:0x2ce,_0x232061:0x18d,_0x630ad1:0x136,_0x15c705:0xf4,_0x56a9fa:0x1fb,_0x53a0a9:0x29a,_0x174942:0xc0,_0x246b45:0xf3,_0x484b24:0x2d6,_0x6f58df:0x247,_0x245c80:0x2b5,_0x1a0937:0x2be,_0x4aa2f5:0x2a6,_0x14dadf:0x158,_0x25bb34:0x158,_0x2f5e0b:0x176,_0x45a17c:0xe7,_0x2cb5f3:0x16b,_0x19917c:0x186,_0x422c5f:0x19f,_0x3e62ed:0x146,_0x29825a:0x14e,_0x3d661a:0x101,_0x555da3:0x126,_0x28604d:0x147,_0x4d1871:0x2d2,_0x536ec2:0x2cb,_0x1e5bcd:0x16d,_0x178cf3:0x119,_0x19da6d:0x12f,_0x5c8997:0x168,_0xd75e4c:0x150,_0x324099:0x24c,_0x174167:0x2c4,_0x4a8016:0x25c,_0x384ba9:0x1ff,_0x5ce1e6:0x20b,_0x5768f9:0x1a1,_0x404cc9:0x2b6,_0x5ed15a:0x253,_0x2b3bae:0x26f,_0xabe3c7:0x294,_0x10459e:0x2ae,_0x544128:0x29a,_0x24b978:0x23e,_0x41f85f:0x311,_0x247a83:0x15c,_0x39ad6c:0x145,_0x3675f7:0xab,_0x47a67e:0x116,_0x35e615:0x32c,_0x1e548d:0x265,_0x1e10bf:0x27c,_0x61d888:0x292,_0x408076:0x12a,_0x496b3d:0x187,_0x39059d:0x2e3,_0x5caaf7:0x293,_0x5ba085:0x143,_0x424de9:0x127,_0x5e2ea5:0xbc,_0x1e9720:0x132,_0x4d1d89:0x26a,_0x5414b2:0x2bd,_0x3556de:0x24d,_0x45b971:0xe0,_0x450be1:0xc7,_0x399650:0x116,_0x49aaac:0x2e6,_0x1fa151:0x179,_0xf73a6e:0xd0,_0x5eb17b:0xd2,_0x5236f9:0x108,_0x508d48:0x180,_0x10e585:0x1ac,_0xa198a4:0x1d1,_0x3f0088:0x158},_0x40bee8={_0x1e4bc5:0x8b,_0x45075b:0xf5},_0x4ef45c={_0x3f88a4:0x135},_0x3c5ed7={'FLfUy':_0x450954(-_0x2544d2._0x4f0a02,-_0x2544d2._0x4948be,-_0x2544d2._0x5a91e3,-_0x2544d2._0x5f43fd),'CUbNH':'Bad\x20Reques'+'t','Hrqca':_0x31f8d6(0x2c8,_0x2544d2._0x6c400a,_0x2544d2._0xa8c1c,0x260)+'\x20provided','zjZIG':_0x31f8d6(_0x2544d2._0x15fcb1,_0x2544d2._0x3d62b4,_0x2544d2._0xac34ed,0x262),'kVNEe':function(_0x413d7f,_0x2ccab7){return _0x413d7f!==_0x2ccab7;},'xVbYB':_0x31f8d6(0x222,0x299,0x261,0x270),'eVbdE':_0x31f8d6(_0x2544d2._0xab0dfd,0x2a1,0x2d4,0x2ee),'chosU':_0x31f8d6(_0x2544d2._0x24377f,0x2c8,0x276,_0x2544d2._0x47d5c7),'psxrV':_0x450954(-0x139,-_0x2544d2._0x1e3595,-0x177,-_0x2544d2._0xb5c40e)+_0x450954(-0x1b4,-_0x2544d2._0x1618e5,-_0x2544d2._0x177c35,-0x1af),'ZQJbX':function(_0x11fd8a,_0x5da99d){return _0x11fd8a(_0x5da99d);},'aOMKA':function(_0x49ad29,_0x57c1f9,_0x3c9fb6,_0x4e0be2){return _0x49ad29(_0x57c1f9,_0x3c9fb6,_0x4e0be2);},'AtPxG':'teams:mana'+'ge','qhIiA':function(_0x3d4c4d,_0x224ae7){return _0x3d4c4d!==_0x224ae7;},'CYsSo':_0x31f8d6(0x2b5,0x324,0x2ae,0x2f7),'ywEly':_0x31f8d6(_0x2544d2._0x1e6d70,_0x2544d2._0xe0a4d4,_0x2544d2._0x4da386,0x1fb),'JsUBk':_0x450954(-0x1d8,-0x171,-_0x2544d2._0xa57a63,-_0x2544d2._0x378505)+_0x31f8d6(0x22c,0x288,_0x2544d2._0x14b696,0x259)+_0x450954(-_0x2544d2._0x1bdd3e,-0x1c9,-_0x2544d2._0x45cfd1,-0x174)+_0x450954(-_0x2544d2._0x20c033,-_0x2544d2._0x4fab70,-_0x2544d2._0x67b0d7,-_0x2544d2._0x3653a3),'oaAzf':'Error\x20gett'+_0x450954(-_0x2544d2._0x434d05,-_0x2544d2._0x1ab91a,-_0x2544d2._0x367050,-_0x2544d2._0x2c1dc1)};function _0x450954(_0x1442e7,_0x4eb318,_0x4ccdd7,_0x2f57fb){return _0x363425(_0x1442e7-0x142,_0x1442e7,_0x2f57fb-0x16c,_0x2f57fb-_0x4ef45c._0x3f88a4);}function _0x31f8d6(_0x54ad8f,_0x2a7570,_0x140330,_0x55df3b){return _0x16c534(_0x54ad8f-_0x40bee8._0x1e4bc5,_0x140330-0x447,_0x55df3b,_0x55df3b-_0x40bee8._0x45075b);}try{if(_0x3c5ed7[_0x31f8d6(_0x2544d2._0x2850f4,_0x2544d2._0x55f5a6,_0x2544d2._0x416ce9,_0x2544d2._0xe0a36f)](_0x3c5ed7[_0x31f8d6(0x24f,_0x2544d2._0x215602,0x210,0x1dd)],_0x3c5ed7[_0x31f8d6(_0x2544d2._0x42968b,0x283,_0x2544d2._0x2bf298,_0x2544d2._0x2d5b69)])){const _0x256e6e={};return _0x256e6e[_0x31f8d6(_0x2544d2._0x53f189,0x251,_0x2544d2._0x24ae9d,_0x2544d2._0x3b208f)]=_0x3c5ed7[_0x31f8d6(_0x2544d2._0x353301,_0x2544d2._0xee159f,_0x2544d2._0xd89854,_0x2544d2._0x52f4a6)],_0x256e6e[_0x450954(-0x152,-0xd7,-0x17b,-0x116)]=_0x379a0f[_0x450954(-_0x2544d2._0x11d4ad,-0xd4,-0x17c,-0x116)],_0x3b75bc[_0x31f8d6(_0x2544d2._0x5d645d,_0x2544d2._0x20a93e,_0x2544d2._0xc75ad0,_0x2544d2._0x24ebc5)](0x12c3+0x4df+-0x2*0xb07)['json'](_0x256e6e);}else{const _0xa734f0=await getTeamById(_0x586f0f[_0x31f8d6(0x295,0x2f8,0x2ba,_0x2544d2._0x149eea)]['id']);if(!_0xa734f0){if(_0x3c5ed7[_0x31f8d6(0x296,_0x2544d2._0x2850f4,_0x2544d2._0x446a10,_0x2544d2._0x111329)]!==_0x3c5ed7[_0x31f8d6(0x2b5,_0x2544d2._0x275637,0x2a7,0x22f)]){const _0x37c72b={};return _0x37c72b['error']=_0x3c5ed7[_0x450954(-0x195,-_0x2544d2._0x232061,-0x16d,-0x120)],_0x157f81[_0x450954(-_0x2544d2._0x630ad1,-_0x2544d2._0x15c705,-0xee,-0x158)](-0x101d+0x32d+0xe84*0x1)[_0x31f8d6(_0x2544d2._0xc75ad0,_0x2544d2._0x56a9fa,0x24d,_0x2544d2._0x53a0a9)](_0x37c72b);}else{const _0xc091d9={};return _0xc091d9[_0x450954(-_0x2544d2._0x174942,-_0x2544d2._0x246b45,-0x11d,-0x134)]=_0x3c5ed7[_0x31f8d6(_0x2544d2._0x484b24,0x2dc,0x291,0x21e)],_0xc091d9[_0x31f8d6(_0x2544d2._0x6f58df,_0x2544d2._0x245c80,_0x2544d2._0x1a0937,_0x2544d2._0x4aa2f5)]=_0x3c5ed7['Hrqca'],_0x52f075[_0x450954(-0x194,-0x13d,-0xf1,-_0x2544d2._0x14dadf)](-0xd*0x227+0x821+0x156a*0x1)['json'](_0xc091d9);}}const _0x4f53f1=_0x586f0f[_0x450954(-_0x2544d2._0x25bb34,-_0x2544d2._0x2f5e0b,-_0x2544d2._0x45a17c,-0x10d)]['id'],_0x2a363a=await _0x3c5ed7[_0x450954(-0x1ee,-0x1d0,-_0x2544d2._0x2cb5f3,-_0x2544d2._0x19917c)](hasAllPermissions,_0x4f53f1),_0x1fd7e9=_0x2a363a||await _0x3c5ed7[_0x450954(-_0x2544d2._0x422c5f,-_0x2544d2._0x3e62ed,-0x1b5,-_0x2544d2._0x29825a)](hasPermission,_0x4f53f1,_0x450954(-0x14e,-_0x2544d2._0x14dadf,-_0x2544d2._0x3d661a,-0x16a)+_0x450954(-_0x2544d2._0x555da3,-0x9f,-_0x2544d2._0x28604d,-_0x2544d2._0x45a17c)+_0x31f8d6(0x2f1,_0x2544d2._0x4d1871,0x2e9,_0x2544d2._0x536ec2),_0xa734f0['id']),_0x439aec=_0x2a363a||await _0x3c5ed7[_0x450954(-_0x2544d2._0x1e5bcd,-_0x2544d2._0x178cf3,-_0x2544d2._0x19da6d,-0x14e)](hasPermission,_0x4f53f1,_0x3c5ed7[_0x450954(-_0x2544d2._0x5c8997,-0x155,-0x1ac,-_0x2544d2._0xd75e4c)],_0xa734f0['id']);if(_0x2a363a||_0xa734f0[_0x31f8d6(0x26b,_0x2544d2._0x324099,_0x2544d2._0x174167,_0x2544d2._0x4a8016)][_0x31f8d6(_0x2544d2._0x2bf298,0x279,0x23a,_0x2544d2._0x384ba9)](_0x4f53f1)||_0x1fd7e9||_0x439aec){if(_0x3c5ed7[_0x450954(-_0x2544d2._0x5ce1e6,-0x1b4,-0x192,-_0x2544d2._0x5768f9)](_0x3c5ed7[_0x31f8d6(0x299,_0x2544d2._0x404cc9,_0x2544d2._0x5ed15a,_0x2544d2._0x2b3bae)],_0x31f8d6(0x27b,_0x2544d2._0xabe3c7,_0x2544d2._0x10459e,_0x2544d2._0x544128))){const _0x285648={};return _0x285648[_0x31f8d6(_0x2544d2._0x24b978,_0x2544d2._0x41f85f,0x2a0,0x2ca)]=_0x3c5ed7[_0x450954(-0x105,-_0x2544d2._0x247a83,-_0x2544d2._0x39ad6c,-_0x2544d2._0x3d661a)],_0x285648[_0x450954(-0x9d,-_0x2544d2._0x3675f7,-0xbd,-_0x2544d2._0x47a67e)]=_0x20390e[_0x31f8d6(_0x2544d2._0x35e615,_0x2544d2._0x1e548d,0x2be,0x29e)],_0x1c1bdf[_0x31f8d6(0x28e,0x2de,_0x2544d2._0x1e10bf,_0x2544d2._0x61d888)](-0x20d9+0x22*-0x1+-0x1*-0x2294)[_0x450954(-0x151,-0x157,-_0x2544d2._0x408076,-_0x2544d2._0x496b3d)](_0x285648);}else{const _0x875382={..._0xa734f0};_0x875382[_0x31f8d6(_0x2544d2._0x39059d,0x299,0x2fa,0x354)+_0x31f8d6(_0x2544d2._0x5caaf7,0x26f,_0x2544d2._0x6f58df,0x293)]=_0x1fd7e9,_0x875382[_0x450954(-_0x2544d2._0x5ba085,-_0x2544d2._0x424de9,-_0x2544d2._0x5e2ea5,-0xe8)+_0x450954(-0xf4,-_0x2544d2._0x1e9720,-0x136,-0x164)]=_0x439aec;const _0x50beae={};return _0x50beae['team']=_0x875382,_0x157f81['json'](_0x50beae);}}const _0x1004cf={};return _0x1004cf['error']=_0x3c5ed7[_0x31f8d6(_0x2544d2._0x4da386,_0x2544d2._0x4d1d89,0x213,_0x2544d2._0x5d645d)],_0x1004cf['message']=_0x3c5ed7[_0x31f8d6(0x292,0x25f,_0x2544d2._0x5414b2,0x2ec)],_0x157f81['status'](0xe7c+-0x1*0x80f+-0x4da)[_0x31f8d6(0x201,0x1d9,_0x2544d2._0x3556de,0x283)](_0x1004cf);}}catch(_0x5f592e){const _0x31c8e7={};_0x31c8e7['error']=_0x5f592e[_0x450954(-_0x2544d2._0x45b971,-0x181,-_0x2544d2._0x450be1,-_0x2544d2._0x399650)],logger[_0x31f8d6(_0x2544d2._0x49aaac,_0x2544d2._0x4a8016,_0x2544d2._0x24ae9d,0x250)](_0x3c5ed7[_0x450954(-_0x2544d2._0x1fa151,-_0x2544d2._0xf73a6e,-_0x2544d2._0x5eb17b,-_0x2544d2._0x5236f9)],_0x31c8e7);const _0x16071a={};return _0x16071a['error']='Internal\x20s'+_0x450954(-0x186,-_0x2544d2._0x508d48,-0x14c,-0x198)+'r',_0x157f81[_0x450954(-_0x2544d2._0x10e585,-0x163,-_0x2544d2._0xa198a4,-_0x2544d2._0x3f0088)](-0x2*-0x245+0x22f*-0x9+-0x1*-0x1111)[_0x31f8d6(0x2b4,0x1db,0x24d,0x26a)](_0x16071a);}});const _0x5e9598={};_0x5e9598[_0x363425(-0x29d,-0x277,-0x2ea,-0x2b9)]=!![],router[_0x363425(-0x2bd,-0x366,-0x323,-0x320)]('/',requirePermission(_0x16c534(-0x1e9,-0x1dd,-0x1ee,-0x24e)+'ge',_0x5e9598),async(_0x3907f5,_0x201853)=>{const _0x22f207={_0x2b0615:0x398,_0x2feb32:0x34d,_0x43c1b2:0x36f,_0x15c0d8:0x395,_0x2009f0:0x35b,_0x55dd46:0x3a0,_0xcc058b:0x3be,_0x1f946f:0x6d,_0x31c2e5:0x8e,_0x33b9d5:0x29,_0x20ffc5:0x369,_0x1b3672:0x33c,_0xc72fc4:0x328,_0x10ec5d:0xae,_0x1f29c0:0x35,_0x49e6b4:0xa6,_0x221e0f:0x8a,_0x435494:0x2ea,_0x4592db:0x5a,_0x4c7647:0xc8,_0x271c46:0xca,_0x1551fd:0x77,_0xc0dd2:0x425,_0x378e52:0x473,_0x5cd4f4:0x3f9,_0x43cd1a:0x387,_0x37a3a4:0x3ca,_0x40d030:0x3bf,_0x261037:0x400,_0x4cae6b:0x6e,_0x844d66:0x1d,_0x1c7ee4:0x76,_0x2dea7c:0x20,_0x2151b1:0x41,_0x1204ba:0x6,_0x356ece:0xc,_0x3e4c5b:0x7,_0x42533d:0x29,_0x1609d0:0x2ff,_0x5c22cd:0x72,_0x11f33a:0x8f,_0x2d6051:0x4d,_0xa2cd39:0x22,_0x30d60c:0x347,_0x17ec32:0x381,_0x2311af:0xbc,_0x3be6cc:0x93,_0x330650:0x46,_0x2a93b0:0x44,_0x3bbd80:0x3ae,_0x531ff0:0x3f1,_0x1bc6d5:0x392,_0x104eb1:0x2e3,_0x939b26:0x34b,_0x5f2588:0x52,_0x12f81d:0x13,_0x3f226e:0x380,_0x5379af:0x3aa,_0x522883:0x361,_0x113710:0x50,_0xe60bc6:0x84,_0xce23fc:0xb,_0x3b86e6:0x33,_0x2a9994:0x86,_0x2f219b:0x37,_0x5d57f8:0x19,_0x5c84df:0x4a,_0x4dd6ac:0xbe,_0x2c9e86:0x3d1,_0x467c4a:0x371,_0x360f0d:0x16,_0x457223:0x42,_0xb0e5b9:0xe,_0xa43654:0x7a,_0x541c16:0xb,_0xdd639:0x3c7,_0x322a60:0x40a,_0x1e302e:0x396,_0x53b29c:0x364,_0x5ee9e3:0x3e5,_0x1508d2:0x8b,_0x87fd3a:0xa,_0x21fd4b:0x15,_0x40d034:0x66,_0xe8da64:0x52,_0xb25c24:0x338,_0x412560:0x388,_0xa23a2b:0xb7,_0x437a04:0x66,_0x5b3bec:0xf,_0x3206d5:0x2b,_0x36059b:0x62,_0x2c2dcc:0xb,_0x33b674:0x32,_0x34194e:0x76,_0x5ada9c:0x39a,_0x34463c:0x2e0,_0x3e2cd0:0xad,_0x25998d:0xa1,_0x27ec30:0x6c,_0x2b1fbe:0x3e2,_0x4e5ae9:0x3e0,_0x4d7543:0x359,_0x52eb49:0x347,_0x6d11c2:0x3cb,_0x487afb:0x3ac,_0x565a3c:0x406,_0x3a62a1:0x341,_0x56446b:0x3d1,_0x3cd872:0x80,_0x3e4846:0xb5,_0x25e6ab:0xd,_0x4fc0b2:0x83,_0x38ff95:0x3,_0x384347:0x346,_0x10b014:0x2f3,_0x468be3:0x3b2,_0x24868e:0x401,_0xc3f15c:0xb9,_0x592f94:0x6d,_0x31743e:0x39c,_0xd9bf33:0x439,_0x335662:0x32b,_0xb77278:0x3b0,_0x3f07d7:0x37e,_0x1b3a73:0x38a,_0x4d7f97:0x398,_0x2f1267:0x3eb,_0x14c9eb:0x37c,_0x166a2c:0x5e,_0x19e251:0x3ca,_0x171d91:0x3c4,_0x57e8fb:0x3ae,_0x27ab47:0x321,_0x5a3508:0x412,_0x176a57:0x3ff,_0x533afb:0x61,_0x2eb022:0x50,_0x181346:0x388,_0x16103e:0x312,_0x211f20:0x3ac,_0x25cdcf:0x3e6,_0x2d8633:0x3e8,_0x319f95:0x46,_0x4fe1a8:0x6a,_0x5ea3a9:0xf,_0x313a45:0x426,_0x3d6de7:0x3b3,_0xfe7793:0x394,_0x1a124a:0x388,_0x1103bd:0x310,_0x453eb4:0x331,_0x5338d7:0x3ac,_0xc6e654:0x36a,_0xe53223:0x3f4,_0x156bac:0x69,_0xc728fb:0x333,_0x1c5fe8:0x360,_0x138482:0x34e,_0x2e7a26:0x3b5,_0x1c92f2:0x393,_0x53b170:0x36f,_0x364d5f:0x3ce,_0x4bef6f:0x348,_0x1e2e3b:0x359,_0x439516:0x317,_0x1c78b8:0x3c1,_0x2e49de:0x367},_0x5e2000={_0x41c957:0xc,_0x4763b0:0x553,_0x373873:0x37},_0x139f08={_0x44e4c1:0xb7};function _0x352a55(_0x32ed97,_0x3af129,_0x40a271,_0x482c93){return _0x16c534(_0x32ed97-0x1b4,_0x482c93-0x194,_0x3af129,_0x482c93-_0x139f08._0x44e4c1);}const _0x32978d={'vuLQF':_0x269251(_0x22f207._0x2b0615,0x377,_0x22f207._0x2feb32,0x394),'aOtVR':_0x269251(_0x22f207._0x43c1b2,_0x22f207._0x15c0d8,_0x22f207._0x2009f0,0x3d4)+'t','FqubQ':_0x269251(0x3c7,0x3d2,_0x22f207._0x55dd46,_0x22f207._0xcc058b)+_0x352a55(-0x70,-_0x22f207._0x1f946f,-_0x22f207._0x31c2e5,-_0x22f207._0x33b9d5)+'d','mbiMj':_0x269251(_0x22f207._0x20ffc5,_0x22f207._0x1b3672,0x39c,_0x22f207._0xc72fc4)+_0x352a55(-_0x22f207._0x10ec5d,-_0x22f207._0x1f29c0,-_0x22f207._0x49e6b4,-_0x22f207._0x221e0f),'sjUAg':_0x269251(0x349,0x3b8,0x390,_0x22f207._0x435494)+_0x352a55(-_0x22f207._0x4592db,-_0x22f207._0x4c7647,-_0x22f207._0x271c46,-_0x22f207._0x1551fd)+'r','yEUvj':'already\x20a\x20'+_0x269251(0x3fe,_0x22f207._0xc0dd2,0x43d,_0x22f207._0x378e52),'GMRIs':_0x269251(0x3db,_0x22f207._0x5cd4f4,_0x22f207._0x43cd1a,_0x22f207._0x37a3a4)+'ng\x20member','IEHhB':function(_0x2cf08d,_0x323988){return _0x2cf08d!==_0x323988;},'styAA':'shSjC','XSfiE':'oiMKz','sulqj':function(_0x5bb64b,_0x1075eb){return _0x5bb64b===_0x1075eb;},'PyGAN':'czAgL','lkRNV':_0x352a55(-0x62,-0x4,0x11,0x10),'OOkIP':function(_0x21fd1f,_0x4abc86){return _0x21fd1f>_0x4abc86;},'RTscy':function(_0x4057d6,_0x3ecb37){return _0x4057d6(_0x3ecb37);},'wpajk':_0x269251(_0x22f207._0x40d030,0x411,_0x22f207._0x261037,0x410)+_0x352a55(0x5b,-0x2,_0x22f207._0x4cae6b,_0x22f207._0x844d66)+'fully','hwHLT':_0x352a55(0x50,0x51,-_0x22f207._0x1c7ee4,-_0x22f207._0x2dea7c)+'ists','henpO':_0x352a55(-_0x22f207._0x2151b1,-0x40,0x8,-_0x22f207._0x1204ba),'KcAMT':'Error\x20crea'+_0x352a55(_0x22f207._0x356ece,-0x2,_0x22f207._0x3e4c5b,_0x22f207._0x42533d)};function _0x269251(_0x1fd613,_0x29cbd5,_0x2ef213,_0x18af5e){return _0x16c534(_0x1fd613-_0x5e2000._0x41c957,_0x1fd613-_0x5e2000._0x4763b0,_0x29cbd5,_0x18af5e-_0x5e2000._0x373873);}try{if(_0x32978d[_0x269251(0x375,0x3c7,_0x22f207._0x1609d0,0x31d)](_0x32978d['styAA'],_0x32978d['XSfiE'])){const {name:_0x569b37,description:_0x3a440a,members:members=[]}=_0x3907f5[_0x352a55(-0x85,0x1,-_0x22f207._0x5c22cd,-0x47)];if(!_0x569b37||typeof _0x569b37!==_0x352a55(-_0x22f207._0x11f33a,_0x22f207._0x2d6051,-_0x22f207._0xa2cd39,-_0x22f207._0x844d66)||_0x32978d[_0x269251(_0x22f207._0x30d60c,_0x22f207._0x17ec32,0x342,0x369)](_0x569b37[_0x352a55(-0xa0,-0x3e,-_0x22f207._0x2311af,-_0x22f207._0x3be6cc)]()[_0x352a55(-_0x22f207._0x330650,-0x7f,-0x1d,-_0x22f207._0x2a93b0)],-0x9*0x248+-0x1d40+-0x426*-0xc)){if(_0x32978d[_0x269251(_0x22f207._0x3bbd80,0x3dd,0x423,_0x22f207._0x531ff0)]!==_0x269251(0x337,_0x22f207._0x1bc6d5,_0x22f207._0x104eb1,_0x22f207._0x939b26)){const _0x1f0d02={};return _0x1f0d02[_0x352a55(-0xc,-0x70,-_0x22f207._0x5f2588,-_0x22f207._0x12f81d)]=_0x32978d[_0x269251(0x3b0,_0x22f207._0x3f226e,_0x22f207._0x5379af,_0x22f207._0x522883)],_0x1f0d02['message']=_0x5baf62[_0x352a55(-_0x22f207._0x113710,-0x69,_0x22f207._0xe60bc6,_0x22f207._0xce23fc)],_0x1abacf[_0x352a55(-_0x22f207._0x3b86e6,-_0x22f207._0x2a9994,-0x2d,-_0x22f207._0x2f219b)](0x448*0x4+-0x1d21+0xd9a)[_0x352a55(-_0x22f207._0x5d57f8,-_0x22f207._0x5c84df,-_0x22f207._0x4dd6ac,-0x66)](_0x1f0d02);}else{const _0x2e9575={};return _0x2e9575[_0x269251(0x3ac,0x34d,_0x22f207._0x2c9e86,_0x22f207._0x467c4a)]=_0x32978d[_0x352a55(-_0x22f207._0x360f0d,_0x22f207._0x457223,0x1a,_0x22f207._0xb0e5b9)],_0x2e9575[_0x352a55(0x54,0x3f,_0x22f207._0xa43654,_0x22f207._0x541c16)]=_0x269251(_0x22f207._0xdd639,0x3a2,0x3c1,_0x22f207._0x322a60)+_0x269251(_0x22f207._0x1e302e,_0x22f207._0x53b29c,0x398,_0x22f207._0x5ee9e3)+'d',_0x201853['status'](-0x17e*0x17+-0x1*0x2205+0x45e7)[_0x352a55(-_0x22f207._0x1508d2,-_0x22f207._0x87fd3a,-_0x22f207._0x21fd4b,-_0x22f207._0x40d034)](_0x2e9575);}}if(members[_0x269251(0x37b,0x33b,0x38c,0x30c)]>-0x2187*-0x1+0x5b*0x15+-0x28fe){if(_0x32978d['lkRNV']!==_0x352a55(-0xdf,-0x72,-_0x22f207._0xe8da64,-0x74)){const _0x17dd10=await validateUserIds(members);if(_0x32978d[_0x269251(0x385,0x393,_0x22f207._0xb25c24,0x32c)](_0x17dd10['length'],-0x80d*-0x4+0xc07+-0x2c3b))return _0x201853[_0x269251(_0x22f207._0x412560,0x3ee,0x343,0x334)](-0x1d07+0x5*-0x493+0x3576)[_0x352a55(-_0x22f207._0x49e6b4,-_0x22f207._0xa23a2b,-0x6,-_0x22f207._0x437a04)]({'error':_0x32978d[_0x352a55(_0x22f207._0x5b3bec,0x7d,-0x2,0xe)],'message':_0x352a55(-_0x22f207._0x3206d5,-0x81,-0x5,-_0x22f207._0x36059b)+'ot\x20found:\x20'+_0x17dd10['join'](',\x20')});}else{const _0x42a1c9={};return _0x42a1c9['error']=_0x32978d[_0x352a55(-_0x22f207._0x2c2dcc,-_0x22f207._0x33b674,-_0x22f207._0x457223,0xe)],_0x42a1c9[_0x352a55(-0x43,-0x59,_0x22f207._0x34194e,0xb)]=_0x32978d[_0x269251(0x355,0x2e5,0x3b7,_0x22f207._0x5ada9c)],_0x7f830f[_0x269251(0x388,0x314,0x3e9,0x39d)](-0x37*-0xb+0x18ad*-0x1+-0x8*-0x2fc)[_0x269251(0x359,0x3a2,_0x22f207._0x34463c,0x3ac)](_0x42a1c9);}}const _0x15f7fd=await _0x32978d['RTscy'](createTeam,{'name':_0x569b37['trim'](),'description':_0x3a440a,'members':members}),_0x4ed079={..._0x15f7fd};_0x4ed079[_0x352a55(0x63,-0x29,_0x22f207._0x3e2cd0,0x47)+_0x352a55(-0x5a,-0x52,-_0x22f207._0x25998d,-_0x22f207._0x27ec30)]=!![];const _0x1f9b71={};return _0x1f9b71[_0x352a55(-0x1b,-0x4e,-0x61,0xb)]=_0x32978d['wpajk'],_0x1f9b71[_0x269251(_0x22f207._0x2b1fbe,_0x22f207._0x4e5ae9,0x3d7,0x37f)]=_0x4ed079,_0x201853['status'](0x165e+0xfaa*0x1+-0x253f)[_0x269251(_0x22f207._0x4d7543,_0x22f207._0x52eb49,_0x22f207._0x30d60c,_0x22f207._0x6d11c2)](_0x1f9b71);}else{const _0x36bf3e={};_0x36bf3e['error']=_0x4a09f1['message'],_0x133e00[_0x269251(_0x22f207._0x487afb,0x3f2,_0x22f207._0x565a3c,_0x22f207._0x3a62a1)](_0x32978d[_0x269251(_0x22f207._0x56446b,0x3da,_0x22f207._0x5ada9c,0x3a6)],_0x36bf3e);const _0x2415e5={};return _0x2415e5['error']=_0x32978d[_0x352a55(-_0x22f207._0x3cd872,-_0x22f207._0x3e4846,-_0x22f207._0x25e6ab,-_0x22f207._0x4fc0b2)],_0x5b9f70[_0x352a55(_0x22f207._0x38ff95,-0x2f,0x9,-0x37)](0x1eae+0x1941+0x35fb*-0x1)['json'](_0x2415e5);}}catch(_0x3d27d6){if(_0x3d27d6['message'][_0x269251(_0x22f207._0x384347,0x310,0x2df,_0x22f207._0x10b014)](_0x32978d['hwHLT'])){if(_0x32978d['sulqj'](_0x32978d[_0x269251(0x397,_0x22f207._0x468be3,_0x22f207._0x24868e,0x32a)],_0x352a55(-_0x22f207._0xc3f15c,-0xbd,-_0x22f207._0x3cd872,-_0x22f207._0x592f94))){if(_0x28278b[_0x269251(0x3ca,0x3a7,_0x22f207._0x31743e,_0x22f207._0xd9bf33)][_0x269251(_0x22f207._0x384347,_0x22f207._0x335662,0x2f5,0x2d1)](_0x32978d[_0x269251(0x404,0x3bb,0x3d7,_0x22f207._0xb77278)])){const _0x290a66={};return _0x290a66[_0x269251(0x3ac,_0x22f207._0x3f07d7,_0x22f207._0x1b3a73,_0x22f207._0xcc058b)]=_0x269251(_0x22f207._0x4d7f97,_0x22f207._0x2f1267,0x3f1,_0x22f207._0x14c9eb),_0x290a66[_0x352a55(0x48,_0x22f207._0x166a2c,0x22,0xb)]=_0x5828cd[_0x269251(_0x22f207._0x19e251,0x383,0x3d9,_0x22f207._0x171d91)],_0x460b57[_0x269251(0x388,0x380,_0x22f207._0x57e8fb,0x32c)](-0x223a+0xf3e+-0x1df*-0xb)[_0x269251(_0x22f207._0x4d7543,0x2f9,0x381,_0x22f207._0x27ab47)](_0x290a66);}const _0x46fa21={};_0x46fa21[_0x269251(0x3ac,0x3d6,0x334,_0x22f207._0x5a3508)]=_0x435f64['message'],_0x188e09[_0x352a55(-0x82,-0x5f,0x4a,-0x13)](_0x32978d[_0x269251(_0x22f207._0x176a57,0x3ff,0x417,0x3ad)],_0x46fa21);const _0x1c7268={};return _0x1c7268[_0x352a55(-0x54,-_0x22f207._0x533afb,_0x22f207._0x2eb022,-_0x22f207._0x12f81d)]=_0x32978d[_0x269251(0x33c,0x34f,0x2cd,0x2e1)],_0x35f146[_0x269251(_0x22f207._0x181346,0x332,0x310,_0x22f207._0x16103e)](-0x14b4+0xa85*-0x1+0x212d)['json'](_0x1c7268);}else{const _0x1f0f75={};return _0x1f0f75[_0x269251(_0x22f207._0x211f20,0x350,_0x22f207._0x25cdcf,_0x22f207._0x2d8633)]=_0x32978d[_0x352a55(-0x5f,-_0x22f207._0x319f95,_0x22f207._0x4fe1a8,-_0x22f207._0x5ea3a9)],_0x1f0f75[_0x269251(0x3ca,_0x22f207._0x313a45,0x40e,_0x22f207._0x3d6de7)]=_0x3d27d6[_0x269251(0x3ca,0x362,_0x22f207._0xfe7793,0x3c7)],_0x201853[_0x269251(_0x22f207._0x1a124a,0x32c,_0x22f207._0x1103bd,0x3fe)](0x23b2+-0x10cb*0x1+0x1bb*-0xa)[_0x269251(0x359,0x344,_0x22f207._0x453eb4,0x312)](_0x1f0f75);}}const _0xe0e515={};_0xe0e515[_0x269251(_0x22f207._0x5338d7,_0x22f207._0xc6e654,0x3b6,_0x22f207._0xe53223)]=_0x3d27d6[_0x352a55(0x28,-_0x22f207._0x156bac,-0x5c,_0x22f207._0x541c16)],logger[_0x269251(0x3ac,0x3dc,0x3a4,_0x22f207._0xc728fb)](_0x32978d[_0x269251(_0x22f207._0x1c5fe8,_0x22f207._0x138482,_0x22f207._0x335662,_0x22f207._0x2e7a26)],_0xe0e515);const _0x21c637={};return _0x21c637[_0x269251(0x3ac,_0x22f207._0x1c92f2,_0x22f207._0x53b170,0x393)]=_0x32978d['sjUAg'],_0x201853[_0x269251(0x388,_0x22f207._0x364d5f,0x3b2,_0x22f207._0x4bef6f)](-0xe*-0x5d+-0x4d*-0x4f+-0x1ae5)[_0x269251(_0x22f207._0x1e2e3b,_0x22f207._0x439516,_0x22f207._0x1c78b8,_0x22f207._0x2e49de)](_0x21c637);}}),router[_0x16c534(-0x1b8,-0x209,-0x1ce,-0x276)](_0x16c534(-0x1d4,-0x1c4,-0x1af,-0x169),async(_0xcdf54b,_0x4a42a9)=>{const _0x4a430a={_0x47049e:0xc9,_0x2d1879:0x2bb,_0x1d84be:0x250,_0x4629b3:0x265,_0x121398:0x13,_0x33595e:0x16,_0x18e5a2:0x280,_0x87512c:0x262,_0x3e1f1e:0x23f,_0xb9f620:0x1bd,_0x67e3ec:0x89,_0x311320:0x76,_0x2337ac:0x6d,_0x2f9cf7:0x7c,_0x217c94:0x240,_0x10598b:0x1c4,_0x2d82bf:0x26,_0x5ddf29:0xd0,_0x42763b:0x6b,_0x12ef96:0x86,_0xce958f:0x213,_0x5208b7:0x273,_0x3ec61b:0x2a,_0x4b3f34:0x6a,_0x17387c:0x54,_0x161c12:0x69,_0x56976a:0x5e,_0x26ea5b:0x98,_0x3e1835:0x90,_0x4fe2d8:0x4c,_0x1c72e5:0xa9,_0x55051a:0x43,_0x390400:0x7a,_0x3487b3:0x28a,_0x5aa2ca:0x224,_0x5772f4:0x4e,_0x494da7:0xc,_0x392466:0x85,_0x626e15:0xa7,_0x4f2445:0x4a,_0x53caa5:0x27,_0x36b307:0x3,_0x590925:0x236,_0x270b4d:0x1f1,_0x54e410:0x17c,_0x19b78c:0x1bf,_0x1b0bbc:0x9,_0x31b978:0x5f,_0x25c9e8:0x280,_0x2c5c1b:0x1a,_0x86699a:0x77,_0xfa7b77:0x59,_0x1ef658:0x25,_0x4e7221:0x5f,_0x3dccb3:0x1d,_0x4401db:0x20f,_0x2aa816:0x230,_0x5be890:0x292,_0x328500:0x22e,_0x17f6a4:0x284,_0x100b3e:0x22f,_0x166068:0x173,_0x2be0c1:0x1e4,_0xbc3116:0x268,_0x4f70eb:0x36,_0x55c641:0x8b,_0x144501:0xb4,_0x1127d4:0x26d,_0x15f0f6:0x51,_0x2418e8:0xa9,_0x1aaef8:0x266,_0x8729e6:0x1e6,_0x372b2e:0x202,_0x43b711:0x98,_0xa0a321:0x1af,_0xcf29f9:0x26e,_0x45b306:0xba,_0xb413a7:0x53,_0x250003:0x6c,_0x3079b6:0x10,_0x14d502:0x24,_0x45f717:0x43,_0x351adc:0x10,_0x1275b0:0x1d6,_0x187abc:0x8a,_0x6922e5:0x33,_0x122a76:0x17,_0x525c7a:0x32,_0x303798:0x20c,_0x16fbe1:0x27b,_0x10681f:0x236,_0xcd92ce:0x21f,_0x12d0bb:0x1a3,_0xc2c64e:0x204,_0x47de42:0x258,_0x179c77:0x1e5,_0x5c1730:0x1fa,_0x3d181a:0x1c1,_0x467c28:0x282,_0x43e276:0x238,_0x401a06:0x2d1,_0x5117e0:0x2f9,_0x213f31:0x28b,_0x234612:0x23,_0x4296d8:0x9a,_0x39737c:0x4a,_0x136741:0x253,_0x12b134:0x261,_0x5bdfed:0x29e,_0x41cb9d:0x2dd,_0x3bec12:0x224,_0x7fb7f8:0x294,_0x558f66:0x12d,_0x28474e:0xd3,_0x39b19d:0x72,_0x2bcd13:0x24c,_0x29eea9:0x3b,_0x4e54d0:0x29a,_0xb50808:0x22b,_0x10fe43:0x21d,_0x5ac74d:0x255,_0x5ead5f:0x67,_0x11f0b9:0x18a,_0x593b5d:0x208,_0x4a1445:0x194,_0x5c804e:0x1c9,_0x14786b:0xe9,_0x23564f:0x7b,_0x14db67:0x6c,_0x5d412d:0x4f,_0x2730fe:0x25e,_0x2360db:0x24e,_0xaab2f8:0x24b,_0x29223c:0xaf,_0x496ca9:0x8f,_0x38b298:0x54,_0x27b724:0x83,_0x1fb922:0xd7,_0x4bd84c:0xbe,_0x547636:0x76,_0x57b21a:0x16,_0x4897a5:0x1d6,_0x3f20d9:0x237,_0x3be549:0x16d,_0x397f1e:0x19c,_0x426867:0xd,_0x42b8fe:0x31,_0x5e4e7d:0x32,_0x52ac51:0x29d,_0xd1c19:0x1dc,_0x4b5737:0x21b,_0x485274:0x1cc,_0x42bdfc:0x61,_0x5b120a:0x18,_0x232ca8:0xc5,_0x1c6744:0x95,_0x18d12c:0x27c,_0xc234eb:0x268,_0xc29687:0x227,_0x253353:0x28b,_0x548104:0x9e,_0x54a697:0x12c,_0x494b91:0x112,_0x4e1881:0x6d,_0x503098:0x2f3,_0x34f500:0x22f,_0x420227:0x50,_0x97a29:0x4,_0x2b2bf5:0x9,_0x485a95:0x283,_0x552881:0x278,_0x20c6cc:0x24a,_0x11c461:0x29c,_0x2387f9:0x178,_0x34fa1b:0x244,_0x13b1ea:0x2f6,_0x320761:0x293,_0x3dc8da:0xab,_0x8ac874:0x9b,_0x5ce050:0xe3,_0x3bd07c:0x9b,_0x515a44:0x1b5,_0x1f1961:0x1fc,_0xa44cf1:0x19,_0x3895f4:0xb0,_0x11dab5:0xbf,_0xba4679:0x2b6,_0x1bb7fa:0x2ac,_0x65ecd9:0x1e,_0x470207:0x97,_0x39141e:0x28,_0xa0f3b7:0x4c,_0x4e53a5:0x1b,_0x5bb740:0x78,_0x2f0021:0x1f,_0x2602b9:0x254,_0x3e7da8:0x1c2,_0x320f08:0x207,_0x13ce96:0x1e9,_0x579fc0:0x249,_0x547e82:0x1de,_0x4f4b28:0x71,_0xe2c18:0x20d,_0x2e6311:0x1f0,_0x45a7e1:0x1a9,_0x229fc7:0x1f3,_0x29e807:0x202,_0x5974a1:0x113,_0x1b52b9:0x10d,_0x19a2a4:0x3d,_0x62b4bc:0x200,_0x49ab1c:0x226,_0x91cb15:0x24,_0x156e94:0x117,_0x889cf9:0xd1,_0x47a885:0x82,_0xf5b7be:0x52,_0x461658:0x39,_0x3188a8:0x71,_0x19f21c:0x247,_0x2d3954:0x223,_0x2efaa7:0x11,_0x11b2f5:0x5c,_0x1e76a4:0x284,_0x54a3cd:0x20a,_0x3be150:0x20b,_0x3929dd:0x24b,_0x86b243:0x214,_0x106172:0xdc,_0xabea:0x87,_0x1ed377:0xae,_0x674c8c:0x1db,_0xdbfc5e:0x87,_0x2a6ef9:0x25,_0x1dabf0:0x1bc,_0x382313:0x1b7,_0x427459:0x95,_0x1d5763:0xa8,_0x5055a7:0x7b,_0x40bb6d:0x12c,_0x543dde:0x213,_0x47aec9:0x1d7,_0x1fd1f9:0x215,_0x3409ff:0x42,_0x59b04c:0x1bb,_0x14608b:0x202,_0x1d085e:0x275,_0xf2e087:0x24f},_0x77688e={_0x266c3b:0x36,_0x82ee66:0x5b,_0x5e76c1:0x191},_0x1902fe={_0x281512:0x145};function _0x68ff01(_0x304776,_0x47567c,_0x3c146a,_0x455df1){return _0x363425(_0x304776-_0x1902fe._0x281512,_0x47567c,_0x3c146a-0x317,_0x455df1-0x5d);}const _0x17f59e={'jHjEi':_0x68ff01(_0x4a430a._0x47049e,0x59,0x63,-0x1),'IyaCO':'Error\x20crea'+'ting\x20team','QUSjx':_0x52cdd3(-_0x4a430a._0x2d1879,-_0x4a430a._0x1d84be,-0x257,-_0x4a430a._0x4629b3)+_0x68ff01(0x4f,0x1e,_0x4a430a._0x121398,_0x4a430a._0x33595e)+'r','zFpvR':_0x52cdd3(-0x256,-_0x4a430a._0x18e5a2,-_0x4a430a._0x87512c,-_0x4a430a._0x3e1f1e)+'t','uFHMi':'Forbidden','bPUTU':_0x52cdd3(-_0x4a430a._0xb9f620,-0x199,-0x211,-0x1ca)+'\x20have\x20team'+_0x68ff01(_0x4a430a._0x67e3ec,0xbe,_0x4a430a._0x311320,0x8e)+_0x68ff01(0x4d,0x7e,0x31,0x95)+_0x68ff01(_0x4a430a._0x2337ac,0x4c,0x80,_0x4a430a._0x2f9cf7)+_0x52cdd3(-_0x4a430a._0x217c94,-0x228,-_0x4a430a._0x10598b,-0x1e6)+_0x68ff01(0x9a,-_0x4a430a._0x2d82bf,0x47,0x2),'Fdrnh':function(_0x533dc1,_0x2c7e97){return _0x533dc1(_0x2c7e97);},'fPfmn':function(_0x3e0a26,_0xb9d43c){return _0x3e0a26===_0xb9d43c;},'EIIxI':'RJSZA','aEuVY':_0x68ff01(0x7c,_0x4a430a._0x5ddf29,_0x4a430a._0x42763b,_0x4a430a._0x12ef96)+'ound','gpHUQ':function(_0x2cda8e,_0x4ab8b3){return _0x2cda8e(_0x4ab8b3);},'hlwJs':function(_0x4fea99,_0xd0df2b){return _0x4fea99!==_0xd0df2b;},'BuSnG':function(_0x1e776c,_0x30e3a5){return _0x1e776c!==_0x30e3a5;},'RHByE':function(_0x3c397e,_0x34d8c7,_0x2951fd,_0x12e3fb){return _0x3c397e(_0x34d8c7,_0x2951fd,_0x12e3fb);},'GgwkX':function(_0x2a999b,_0xb63a26){return _0x2a999b===_0xb63a26;},'VSkLH':_0x52cdd3(-0x2cd,-_0x4a430a._0xce958f,-0x2d7,-_0x4a430a._0x5208b7),'pTNsJ':'GkbZL','uLbuN':'You\x20do\x20not'+_0x68ff01(_0x4a430a._0x3ec61b,_0x4a430a._0x4b3f34,_0x4a430a._0x17387c,_0x4a430a._0x161c12)+_0x52cdd3(-0x2a7,-0x230,-0x2a6,-0x275)+_0x68ff01(_0x4a430a._0x56976a,_0x4a430a._0x26ea5b,_0x4a430a._0x3e1835,_0x4a430a._0x4fe2d8)+_0x68ff01(_0x4a430a._0x1c72e5,_0x4a430a._0x55051a,_0x4a430a._0x390400,0xae)+'am','hMcOu':function(_0x5002fd,_0x56242a,_0x11ee02,_0x33c831){return _0x5002fd(_0x56242a,_0x11ee02,_0x33c831);},'uBbGY':'teams:mana'+'ge_members'+'hip','EvETt':_0x52cdd3(-0x215,-0x1b9,-_0x4a430a._0x3487b3,-_0x4a430a._0x5aa2ca),'mYrnW':function(_0x91afd5,_0x593472){return _0x91afd5&&_0x593472;},'ClRQe':'No\x20updates'+_0x68ff01(0x66,-_0x4a430a._0x5772f4,_0x4a430a._0x494da7,-0x3b),'EHwIz':function(_0x182934,_0x2c45ed){return _0x182934!==_0x2c45ed;},'gyuEY':function(_0x54f9e6,_0x16cdd3){return _0x54f9e6!==_0x16cdd3;},'bbqEW':function(_0x3394ea,_0x4c8a7f){return _0x3394ea>_0x4c8a7f;},'JRgbH':function(_0x2ec4ae,_0x10177f){return _0x2ec4ae>_0x10177f;},'MYklW':function(_0x6a4393,_0x22de4f){return _0x6a4393!==_0x22de4f;},'USjGz':'This\x20chang'+_0x68ff01(0x31,_0x4a430a._0x392466,0x8d,_0x4a430a._0x626e15)+_0x68ff01(_0x4a430a._0x4f2445,_0x4a430a._0x53caa5,_0x4a430a._0x36b307,0x39)+_0x52cdd3(-0x1b4,-0x262,-_0x4a430a._0x590925,-_0x4a430a._0x270b4d)+_0x52cdd3(-0x1e1,-_0x4a430a._0x54e410,-0x193,-_0x4a430a._0x19b78c)+'\x20one\x20Serve'+_0x68ff01(_0x4a430a._0x1b0bbc,-0xc,0x22,0x2f)+_0x68ff01(0x82,0xe3,0x71,_0x4a430a._0x31b978),'cJdTl':function(_0x4e1fb7,_0xb3446,_0x2dd4e4){return _0x4e1fb7(_0xb3446,_0x2dd4e4);},'EEfzK':_0x52cdd3(-0x1da,-0x254,-_0x4a430a._0x25c9e8,-0x23a)+'ed\x20success'+_0x68ff01(_0x4a430a._0x2c5c1b,-_0x4a430a._0x86699a,-0xd,-_0x4a430a._0xfa7b77),'fUnIO':_0x68ff01(0x15,0x55,0x6a,0xa4)+_0x68ff01(_0x4a430a._0x1ef658,0x89,_0x4a430a._0x4e7221,_0x4a430a._0x3dccb3)};function _0x52cdd3(_0x4c0641,_0xa327fb,_0x57c369,_0xc3debf){return _0x16c534(_0x4c0641-_0x77688e._0x266c3b,_0xc3debf- -_0x77688e._0x82ee66,_0x4c0641,_0xc3debf-_0x77688e._0x5e76c1);}try{const _0x537281=await _0x17f59e[_0x52cdd3(-0x2ba,-_0x4a430a._0x4401db,-_0x4a430a._0x2aa816,-0x260)](getTeamById,_0xcdf54b['params']['id']);if(!_0x537281){if(_0x17f59e['fPfmn'](_0x17f59e[_0x52cdd3(-_0x4a430a._0x5be890,-0x257,-_0x4a430a._0x328500,-_0x4a430a._0x17f6a4)],_0x17f59e['EIIxI'])){const _0x571b2f={};return _0x571b2f['error']=_0x17f59e[_0x52cdd3(-0x1c1,-0x297,-0x286,-_0x4a430a._0x100b3e)],_0x4a42a9['status'](0x3a8+-0x783*-0x1+-0x997)['json'](_0x571b2f);}else{if(_0x9fea5c[_0x52cdd3(-0x210,-_0x4a430a._0x166068,-0x1e2,-_0x4a430a._0x2be0c1)][_0x52cdd3(-0x256,-0x2af,-0x283,-_0x4a430a._0xbc3116)](_0x68ff01(_0x4a430a._0x4f70eb,_0x4a430a._0x55c641,0x6a,_0x4a430a._0x144501)+_0x52cdd3(-0x25a,-0x1fe,-_0x4a430a._0x1127d4,-0x21a))){const _0x24bccd={};return _0x24bccd[_0x68ff01(0xd7,_0x4a430a._0x15f0f6,0x77,_0x4a430a._0x2418e8)]=_0x17f59e['jHjEi'],_0x24bccd['message']=_0x3b0979['message'],_0x592d32[_0x52cdd3(-_0x4a430a._0x1aaef8,-0x225,-0x25c,-0x226)](0xfef+0xa*0x2c2+-0x29ea)['json'](_0x24bccd);}const _0x202cca={};_0x202cca[_0x52cdd3(-0x22a,-_0x4a430a._0x8729e6,-0x263,-_0x4a430a._0x372b2e)]=_0x2971b8['message'],_0x440453['error'](_0x17f59e[_0x68ff01(_0x4a430a._0x43b711,0x5b,0xb8,0x65)],_0x202cca);const _0x20c1ce={};return _0x20c1ce[_0x52cdd3(-_0x4a430a._0xa0a321,-0x206,-0x191,-0x202)]=_0x17f59e[_0x52cdd3(-0x21c,-_0x4a430a._0xcf29f9,-0x24b,-0x237)],_0x301b77[_0x68ff01(_0x4a430a._0x45b306,0x8d,_0x4a430a._0xb413a7,_0x4a430a._0x250003)](-0x1*-0x59f+0x1770+-0x1b1b)[_0x68ff01(-_0x4a430a._0x3079b6,-0xd,_0x4a430a._0x14d502,0x5e)](_0x20c1ce);}}const _0x369703=_0xcdf54b['user']['id'],_0x31e065=await _0x17f59e['gpHUQ'](hasAllPermissions,_0x369703),_0x27fe32=_0x17f59e['hlwJs'](_0xcdf54b[_0x68ff01(0x0,-0x19,_0x4a430a._0x45f717,_0x4a430a._0x351adc)][_0x52cdd3(-0x21e,-0x229,-_0x4a430a._0x1275b0,-0x1c5)],undefined)||_0x17f59e[_0x68ff01(_0x4a430a._0x187abc,-0x14,_0x4a430a._0x6922e5,_0x4a430a._0x122a76)](_0xcdf54b[_0x68ff01(-0x10,0x10,0x43,-_0x4a430a._0x525c7a)][_0x68ff01(-0x1e,-0x73,-0xa,0x26)+'n'],undefined),_0x54c6a6=_0xcdf54b[_0x52cdd3(-_0x4a430a._0x303798,-0x20c,-_0x4a430a._0x16fbe1,-_0x4a430a._0x10681f)][_0x52cdd3(-_0x4a430a._0xcd92ce,-_0x4a430a._0x12d0bb,-0x220,-0x1de)]!==undefined;if(_0x27fe32){const _0x33536e=_0x31e065||await _0x17f59e[_0x52cdd3(-_0x4a430a._0xc2c64e,-_0x4a430a._0x47de42,-_0x4a430a._0x179c77,-_0x4a430a._0x5c1730)](hasPermission,_0x369703,_0x52cdd3(-_0x4a430a._0x3d181a,-_0x4a430a._0x467c28,-0x248,-_0x4a430a._0x43e276)+'ge',_0x537281['id']);if(!_0x33536e){if(_0x17f59e[_0x52cdd3(-_0x4a430a._0x401a06,-_0x4a430a._0x5117e0,-_0x4a430a._0xcd92ce,-_0x4a430a._0x213f31)](_0x17f59e['VSkLH'],_0x17f59e[_0x68ff01(-_0x4a430a._0x234612,0x53,0x49,_0x4a430a._0x4296d8)]))return _0x7643d4['status'](0x125*-0x6+0x1df5+0x1*-0x1587)[_0x68ff01(-0xa,-_0x4a430a._0x39737c,0x24,0x41)]({'error':_0x17f59e[_0x52cdd3(-0x2c8,-0x28c,-_0x4a430a._0x136741,-_0x4a430a._0x12b134)],'message':'User\x20IDs\x20n'+_0x52cdd3(-_0x4a430a._0x5bdfed,-_0x4a430a._0x41cb9d,-_0x4a430a._0x3bec12,-_0x4a430a._0x7fb7f8)+_0x355983[_0x68ff01(0x9d,_0x4a430a._0x558f66,_0x4a430a._0x28474e,_0x4a430a._0x39b19d)](',\x20')});else{const _0x638772={};return _0x638772[_0x52cdd3(-0x254,-_0x4a430a._0x2bcd13,-0x203,-0x202)]=_0x17f59e[_0x68ff01(0x73,0x5b,0x2e,-_0x4a430a._0x29eea9)],_0x638772['message']=_0x17f59e[_0x52cdd3(-_0x4a430a._0x4e54d0,-0x29d,-0x277,-_0x4a430a._0xb50808)],_0x4a42a9['status'](0x1*0xcdd+0x1*0x424+-0xf6e)[_0x52cdd3(-0x227,-0x1f6,-_0x4a430a._0x10fe43,-_0x4a430a._0x5ac74d)](_0x638772);}}}if(_0x54c6a6){const _0x1d4e71=_0x31e065||await _0x17f59e['hMcOu'](hasPermission,_0x369703,_0x17f59e[_0x68ff01(0x4a,0x5c,_0x4a430a._0x5ead5f,0xbd)],_0x537281['id']);if(!_0x1d4e71){if(_0x17f59e[_0x52cdd3(-0x289,-0x2db,-0x259,-0x28a)](_0x17f59e[_0x52cdd3(-_0x4a430a._0x217c94,-0x1be,-_0x4a430a._0x11f0b9,-0x1c9)],_0x17f59e[_0x52cdd3(-_0x4a430a._0x593b5d,-0x204,-_0x4a430a._0x4a1445,-_0x4a430a._0x5c804e)])){const _0x448d98={};return _0x448d98['error']=_0x17f59e['uFHMi'],_0x448d98[_0x68ff01(0xc9,_0x4a430a._0x14786b,0x95,_0x4a430a._0x23564f)]=_0x17f59e['bPUTU'],_0x2707ef['status'](0x9d+0x10f+-0x19*0x1)[_0x68ff01(-0x45,_0x4a430a._0x14db67,0x24,-_0x4a430a._0x5d412d)](_0x448d98);}else{const _0x2db0de={};return _0x2db0de['error']=_0x17f59e[_0x52cdd3(-_0x4a430a._0x2730fe,-_0x4a430a._0x2360db,-0x287,-_0x4a430a._0xaab2f8)],_0x2db0de['message']=_0x68ff01(0xe4,_0x4a430a._0x144501,_0x4a430a._0x29223c,0xbf)+_0x68ff01(0x15,_0x4a430a._0x496ca9,_0x4a430a._0x38b298,_0x4a430a._0x27b724)+_0x68ff01(_0x4a430a._0x1fb922,_0x4a430a._0x4bd84c,_0x4a430a._0x547636,0x40)+_0x68ff01(0x73,0x78,0x31,_0x4a430a._0x57b21a)+_0x52cdd3(-0x21e,-_0x4a430a._0x4897a5,-0x185,-0x1f9)+_0x52cdd3(-_0x4a430a._0x3f20d9,-_0x4a430a._0x3be549,-_0x4a430a._0x397f1e,-0x1e6)+_0x68ff01(_0x4a430a._0x426867,-_0x4a430a._0x42b8fe,0x47,-_0x4a430a._0x5e4e7d),_0x4a42a9[_0x68ff01(-0x22,0xc,0x53,0xb0)](-0x38d+0x74f*0x1+0x2b*-0xd)[_0x52cdd3(-_0x4a430a._0x52ac51,-_0x4a430a._0xd1c19,-0x271,-0x255)](_0x2db0de);}}}if(_0x17f59e[_0x52cdd3(-0x235,-0x1c6,-0x226,-_0x4a430a._0x4b5737)](!_0x27fe32,!_0x54c6a6)){const _0x4aa88d={};return _0x4aa88d[_0x52cdd3(-0x198,-0x20a,-_0x4a430a._0x485274,-_0x4a430a._0x372b2e)]=_0x17f59e[_0x68ff01(-_0x4a430a._0x42bdfc,_0x4a430a._0x2337ac,_0x4a430a._0x5b120a,0x2b)],_0x4aa88d[_0x68ff01(_0x4a430a._0x232ca8,0x86,_0x4a430a._0x1c6744,0xe9)]=_0x17f59e[_0x52cdd3(-0x24f,-_0x4a430a._0x18d12c,-_0x4a430a._0xc234eb,-0x290)],_0x4a42a9[_0x52cdd3(-0x1c5,-_0x4a430a._0xc29687,-_0x4a430a._0x253353,-0x226)](0x11cd+0xa7+-0x439*0x4)[_0x52cdd3(-_0x4a430a._0xaab2f8,-0x260,-_0x4a430a._0x100b3e,-_0x4a430a._0x5ac74d)](_0x4aa88d);}const _0x2943b7={};if(_0xcdf54b['body']['name']!==undefined)_0x2943b7[_0x68ff01(_0x4a430a._0x548104,0xed,0xb4,_0x4a430a._0x54a697)]=_0xcdf54b['body'][_0x68ff01(0x6e,0x64,_0x4a430a._0x144501,_0x4a430a._0x494b91)];if(_0x17f59e[_0x68ff01(_0x4a430a._0x55c641,-0x4,0x48,0x71)](_0xcdf54b[_0x68ff01(0x52,_0x4a430a._0x548104,0x43,_0x4a430a._0x4e1881)][_0x52cdd3(-_0x4a430a._0x503098,-0x2e2,-_0x4a430a._0x34f500,-0x283)+'n'],undefined))_0x2943b7[_0x68ff01(-_0x4a430a._0x420227,-_0x4a430a._0x97a29,-0xa,-0x27)+'n']=_0xcdf54b[_0x68ff01(-_0x4a430a._0x2b2bf5,_0x4a430a._0x494da7,0x43,0x48)][_0x52cdd3(-_0x4a430a._0x503098,-0x2a7,-0x28a,-_0x4a430a._0x485a95)+'n'];if(_0x17f59e[_0x52cdd3(-0x298,-0x2c3,-0x2ab,-_0x4a430a._0x552881)](_0xcdf54b['body']['members'],undefined))_0x2943b7[_0x52cdd3(-0x257,-_0x4a430a._0x20c6cc,-0x196,-0x1de)]=_0xcdf54b[_0x52cdd3(-_0x4a430a._0x11c461,-0x23b,-0x1df,-0x236)][_0x68ff01(0x4a,0x36,0x9b,0x101)];if(_0x2943b7[_0x52cdd3(-_0x4a430a._0x2387f9,-_0x4a430a._0x34fa1b,-0x22f,-0x1de)]&&_0x17f59e[_0x52cdd3(-0x22e,-_0x4a430a._0x18d12c,-_0x4a430a._0x13b1ea,-_0x4a430a._0x320761)](_0x2943b7[_0x68ff01(0xc0,_0x4a430a._0x232ca8,0x9b,_0x4a430a._0x3dc8da)][_0x68ff01(0x42,_0x4a430a._0x8ac874,0x46,0x36)],0x10b7+0x220c+0x71*-0x73)){const _0xc27e18=await validateUserIds(_0x2943b7[_0x68ff01(_0x4a430a._0x5ce050,0xb0,_0x4a430a._0x3bd07c,0xa2)]);if(_0x17f59e[_0x52cdd3(-_0x4a430a._0x515a44,-0x1f9,-0x1d6,-_0x4a430a._0x1f1961)](_0xc27e18[_0x68ff01(_0x4a430a._0xa44cf1,_0x4a430a._0x3895f4,0x46,_0x4a430a._0x11dab5)],-0x20dd*0x1+-0x1*-0x1517+-0x112*-0xb))return _0x4a42a9[_0x68ff01(0xbe,0x23,0x53,0x2e)](-0x1*-0x553+-0x7c*0x49+0x1f99*0x1)[_0x52cdd3(-0x1dc,-0x265,-_0x4a430a._0xba4679,-0x255)]({'error':_0x17f59e[_0x52cdd3(-0x28c,-_0x4a430a._0x1bb7fa,-0x2cd,-_0x4a430a._0x12b134)],'message':_0x68ff01(-_0x4a430a._0x65ecd9,_0x4a430a._0x470207,_0x4a430a._0x39141e,-_0x4a430a._0xa0f3b7)+_0x68ff01(-_0x4a430a._0x4e53a5,-_0x4a430a._0x5bb740,-0x1b,_0x4a430a._0x2f0021)+_0xc27e18['join'](',\x20')});}if(_0x17f59e['MYklW'](_0x2943b7[_0x52cdd3(-_0x4a430a._0x2602b9,-_0x4a430a._0x3e7da8,-0x185,-0x1de)],undefined)){const _0x5979c0={};_0x5979c0[_0x52cdd3(-_0x4a430a._0x320f08,-0x1bc,-0x1b4,-_0x4a430a._0x3e7da8)]=_0x537281['id'],_0x5979c0['members']=_0x2943b7[_0x52cdd3(-_0x4a430a._0x13ce96,-_0x4a430a._0x579fc0,-0x1e4,-_0x4a430a._0x547e82)];const _0x480902={};_0x480902[_0x68ff01(0x20,-_0x4a430a._0x1b0bbc,-0x8,_0x4a430a._0x4f4b28)+_0x52cdd3(-_0x4a430a._0xe2c18,-0x1cd,-0x22d,-_0x4a430a._0x2e6311)]=_0x5979c0;const _0x144ab5=await wouldRetainServerAdmin(_0x480902);if(!_0x144ab5){const _0xe93f3d={};return _0xe93f3d[_0x52cdd3(-_0x4a430a._0x45a7e1,-0x1a8,-_0x4a430a._0x229fc7,-_0x4a430a._0x29e807)]=_0x68ff01(_0x4a430a._0x5974a1,0xd2,0xa4,_0x4a430a._0x1b52b9)+_0x68ff01(0x3,0x8f,0x45,-0x9)+'s',_0xe93f3d[_0x68ff01(0x43,_0x4a430a._0x19a2a4,0x95,0x31)]=_0x17f59e['USjGz'],_0x4a42a9[_0x52cdd3(-_0x4a430a._0x62b4bc,-0x244,-0x218,-_0x4a430a._0x49ab1c)](-0x276+0xe01+-0x9fb*0x1)[_0x68ff01(0x88,0xa,_0x4a430a._0x91cb15,-0x21)](_0xe93f3d);}}const _0x348dc8=await _0x17f59e[_0x68ff01(0x73,0x41,_0x4a430a._0x4f70eb,_0x4a430a._0x5bb740)](updateTeam,_0x537281['id'],_0x2943b7),_0x76ecea={..._0x348dc8};_0x76ecea[_0x68ff01(0x9a,_0x4a430a._0x156e94,_0x4a430a._0x889cf9,_0x4a430a._0x47a885)+_0x68ff01(-_0x4a430a._0xf5b7be,_0x4a430a._0x496ca9,_0x4a430a._0x65ecd9,0x8f)]=!![];const _0x25ff0b={};return _0x25ff0b[_0x68ff01(0xb2,0x6b,_0x4a430a._0x1c6744,_0x4a430a._0x5ead5f)]=_0x17f59e['EEfzK'],_0x25ff0b[_0x68ff01(0xaf,_0x4a430a._0x461658,0xad,_0x4a430a._0x3188a8)]=_0x76ecea,_0x4a42a9[_0x68ff01(0xf,-0x31,0x24,0xd)](_0x25ff0b);}catch(_0xffca78){if(_0xffca78[_0x52cdd3(-0x1d3,-_0x4a430a._0x19f21c,-_0x4a430a._0x2d3954,-0x1e4)][_0x68ff01(-0x5e,0x56,_0x4a430a._0x2efaa7,-_0x4a430a._0x11b2f5)](_0x17f59e[_0x52cdd3(-0x216,-_0x4a430a._0x1e76a4,-_0x4a430a._0x54a3cd,-_0x4a430a._0x3be150)])){const _0x2cb923={};return _0x2cb923['error']=_0x17f59e[_0x52cdd3(-_0x4a430a._0x3929dd,-0x23a,-_0x4a430a._0x1275b0,-_0x4a430a._0x86b243)],_0x2cb923[_0x68ff01(_0x4a430a._0x106172,_0x4a430a._0xabea,_0x4a430a._0x1c6744,0x63)]=_0xffca78[_0x68ff01(0x34,0x8c,0x95,_0x4a430a._0x1ed377)],_0x4a42a9[_0x52cdd3(-_0x4a430a._0x674c8c,-0x1e2,-0x1f6,-0x226)](-0x10e+0x11c1+-0xf1a*0x1)[_0x68ff01(_0x4a430a._0xdbfc5e,0x30,_0x4a430a._0x91cb15,_0x4a430a._0x2a6ef9)](_0x2cb923);}const _0x54c859={};_0x54c859[_0x52cdd3(-_0x4a430a._0x1dabf0,-_0x4a430a._0x382313,-_0x4a430a._0x2730fe,-0x202)]=_0xffca78[_0x68ff01(0x23,0x7e,_0x4a430a._0x427459,_0x4a430a._0x1d5763)],logger[_0x68ff01(0xc9,_0x4a430a._0x5055a7,_0x4a430a._0x86699a,0xd8)](_0x68ff01(0x72,_0x4a430a._0x40bb6d,0xc7,0xcf)+_0x52cdd3(-_0x4a430a._0x543dde,-_0x4a430a._0x47aec9,-_0x4a430a._0x1fd1f9,-0x1c6),_0x54c859);const _0x2b367a={};return _0x2b367a['error']=_0x17f59e[_0x68ff01(0xaf,_0x4a430a._0x420227,_0x4a430a._0x3409ff,_0x4a430a._0x2337ac)],_0x4a42a9[_0x52cdd3(-_0x4a430a._0x59b04c,-_0x4a430a._0x3bec12,-_0x4a430a._0x14608b,-0x226)](-0xfd2+-0x1*0x22d3+-0x1*-0x3499)[_0x52cdd3(-_0x4a430a._0x1d085e,-_0x4a430a._0xf2e087,-_0x4a430a._0x12b134,-_0x4a430a._0x5ac74d)](_0x2b367a);}});const _0x3eaee1={};_0x3eaee1['teamParam']='id',router['delete']('/:id',requirePermission(_0x363425(-0x271,-0x310,-0x2d6,-0x325)+'ge',_0x3eaee1),async(_0x27b786,_0x131a20)=>{const _0x50f98f={_0x27a5f6:0x236,_0x2b0e4b:0x65,_0x622a68:0xd0,_0x2fffec:0x84,_0xb602c3:0x224,_0x17b1c4:0x1b4,_0x5d9e00:0xb5,_0x480f71:0x15c,_0x4a0fc5:0xba,_0x2977f6:0xf9,_0xc6a10c:0xf0,_0x9caa6c:0x1a8,_0x5ef29a:0x281,_0x525fff:0x20b,_0x185bc5:0x110,_0xe1cfba:0x12d,_0x496798:0x180,_0x507518:0x1a,_0x5cfa7a:0x67,_0xd3bfe:0x70,_0x184735:0xcd,_0x2d4f2f:0x21b,_0x4dca80:0x1e7,_0x509713:0x1bb,_0x187fc8:0x1ef,_0x478b83:0x148,_0xd61d67:0xec,_0xa6482f:0x19d,_0x2f439b:0xb8,_0x19840b:0x125,_0x1728f4:0x27b,_0x4ada8d:0x24d,_0x369c2d:0x257,_0xf33b98:0x87,_0x1a556d:0xa6,_0x4b8480:0xd6,_0x4ace9e:0x176,_0x2c633b:0x1e6,_0x4cd040:0x1ad,_0x28d63e:0x1e0,_0x31aec6:0x1c9,_0x12fec0:0x33,_0x4ee818:0x16,_0x823f62:0x1c7,_0xf3594f:0x193,_0xe3a39b:0x97,_0x1560f5:0x41,_0x1f6f46:0xb1,_0x133d2a:0x98,_0x2c5b29:0x102,_0x586569:0x22c,_0x10777f:0x272,_0x5ad879:0x22c,_0x259445:0xf1,_0x15ddb0:0xfd,_0x34792b:0xb2,_0x5a39e3:0x112,_0x3b129c:0x209,_0x5e2a46:0x1b0,_0x2c7c4d:0xe8,_0x35045f:0x1d3,_0x5a6065:0x1ab,_0x2ef45c:0xb2,_0x565fa3:0x124,_0x5c097a:0x118,_0x24a4fc:0x1cd,_0x31a58e:0x1fa,_0x336a0d:0xdb,_0x5b342c:0xb2,_0x36784c:0x9d,_0x5eb037:0x28a,_0x2b612a:0x275,_0x4aec1e:0x2cd,_0xf4a095:0x25c,_0x426bb6:0xb2,_0x24a9e0:0x5c,_0x86cca0:0xa2,_0x56016f:0x105,_0x36f0c7:0x99,_0x450497:0x12c,_0x56cb40:0xa7,_0xc3deb4:0xf7,_0x3e2b53:0x12f,_0x537d86:0x155,_0x5c57bd:0x204,_0xb6201:0x202,_0x69e151:0x18d,_0x3d464c:0x13f,_0xaf7afa:0x17b,_0x30e0b7:0x265,_0x5acb09:0x1d9,_0x4e4287:0x217,_0x1bae4a:0x254,_0x20817f:0x1ec,_0x5c3f30:0x235,_0x27dbd7:0x13c,_0x21fd06:0x231,_0x1ef8ce:0x1db,_0xb440a7:0x249,_0x2fb6c7:0x1f3,_0x47c1b3:0x1c4,_0x13fb30:0xdd,_0x41210d:0x10e,_0x3c7a5e:0xe5,_0x379b36:0x28f,_0x3d1c6d:0x105,_0x52e196:0x163,_0x514602:0x1e8,_0x116b4f:0xa5,_0x347da2:0xa1,_0x7de7b5:0x23,_0x2c5080:0x14,_0x2a1ea4:0x28a,_0x5b2ba1:0x21f,_0x2e6fd8:0x24f,_0x42a9ad:0x252,_0x359362:0x130,_0x33cef4:0x15e,_0x4b247f:0x9d,_0x46b969:0x7b,_0x534e25:0x2a0,_0x19ccf4:0x235,_0x8cfe2a:0xb2,_0x42034f:0x1c9,_0x58f01d:0x111,_0x130920:0x114,_0x5aca20:0xc9},_0x1eee0e={_0x3150f8:0xf5,_0x42a970:0xae};function _0xafcbdc(_0x4846d3,_0xcf34c6,_0x4ecfc7,_0x2ee61b){return _0x363425(_0x4846d3-0x1ee,_0x4846d3,_0x2ee61b-0x4b7,_0x2ee61b-0x7f);}function _0x44242e(_0x529525,_0x329d4c,_0x4aa616,_0x21f94b){return _0x16c534(_0x529525-0x17a,_0x329d4c-_0x1eee0e._0x3150f8,_0x4aa616,_0x21f94b-_0x1eee0e._0x42a970);}const _0x3db283={'QBbXB':_0xafcbdc(0x21a,_0x50f98f._0x27a5f6,0x239,0x239)+_0x44242e(-_0x50f98f._0x2b0e4b,-_0x50f98f._0x622a68,-_0x50f98f._0x2fffec,-0x145),'YjBgR':_0xafcbdc(0x1ee,0x211,_0x50f98f._0xb602c3,_0x50f98f._0x17b1c4)+_0x44242e(-_0x50f98f._0x5d9e00,-0x116,-_0x50f98f._0x480f71,-_0x50f98f._0x4a0fc5)+'r','mQwlU':_0x44242e(-0xf6,-0xc6,-_0x50f98f._0x2977f6,-_0x50f98f._0xc6a10c),'PCABt':function(_0x157263,_0x4dded5){return _0x157263(_0x4dded5);},'XyTAA':'ARXFB','oFeUG':_0xafcbdc(_0x50f98f._0x9caa6c,0x1da,_0x50f98f._0x5ef29a,_0x50f98f._0x525fff)+_0x44242e(-_0x50f98f._0x185bc5,-_0x50f98f._0xe1cfba,-_0x50f98f._0x496798,-0xdb),'xnmLs':function(_0x32f9d8,_0x1710c0){return _0x32f9d8(_0x1710c0);},'lKXxd':function(_0x2c9dac,_0x25eeae){return _0x2c9dac!==_0x25eeae;},'HFFVg':'hbxDS','QZcrl':_0x44242e(-_0x50f98f._0x507518,-_0x50f98f._0x5cfa7a,-0x1b,-0x93),'aOmMv':_0x44242e(-_0x50f98f._0xd3bfe,-0x89,-0x5e,-_0x50f98f._0x184735)+'ete\x20team','vwnbo':_0xafcbdc(_0x50f98f._0x2d4f2f,_0x50f98f._0x4dca80,_0x50f98f._0x509713,_0x50f98f._0x187fc8)+_0x44242e(-_0x50f98f._0x478b83,-0x12e,-_0x50f98f._0xd61d67,-_0x50f98f._0xa6482f)+_0x44242e(-_0x50f98f._0x2f439b,-0xd8,-_0x50f98f._0x19840b,-0xdb)+'rver\x20Admin'+_0xafcbdc(0x294,0x2c6,_0x50f98f._0x1728f4,0x26e)+_0xafcbdc(0x237,_0x50f98f._0x4ada8d,_0x50f98f._0x369c2d,0x241)+_0x44242e(-0x67,-_0x50f98f._0xf33b98,-_0x50f98f._0x1a556d,-_0x50f98f._0x4b8480)+_0xafcbdc(0x19e,_0x50f98f._0x4ace9e,_0x50f98f._0x2c633b,0x188)+_0xafcbdc(0x15d,0x178,0x21f,_0x50f98f._0x4cd040),'phWEA':function(_0x258cac,_0x5c5c5b,_0x59a221,_0x29a83a){return _0x258cac(_0x5c5c5b,_0x59a221,_0x29a83a);},'HPbsR':_0xafcbdc(_0x50f98f._0x28d63e,0x1d5,0x22a,_0x50f98f._0x31aec6)+_0x44242e(-0x1f,-0x82,-_0x50f98f._0x12fec0,-_0x50f98f._0x4ee818)+_0xafcbdc(_0x50f98f._0x823f62,0x1bd,0x18e,_0x50f98f._0xf3594f),'GUGCa':_0x44242e(-_0x50f98f._0xe3a39b,-0x93,-_0x50f98f._0x1560f5,-0x27)+'ting\x20team'};try{const _0x712b52=await _0x3db283[_0x44242e(-0x65,-_0x50f98f._0x1f6f46,-0x69,-0x67)](getTeamById,_0x27b786[_0x44242e(-0xf8,-_0x50f98f._0x133d2a,-0x9e,-_0x50f98f._0x2c5b29)]['id']);if(!_0x712b52){if(_0x3db283[_0xafcbdc(0x227,_0x50f98f._0x586569,_0x50f98f._0x10777f,_0x50f98f._0x5ad879)]===_0x3db283[_0x44242e(-0x4f,-0x9d,-_0x50f98f._0x259445,-_0x50f98f._0x15ddb0)]){const _0x175353={};return _0x175353[_0x44242e(-0x43,-_0x50f98f._0x34792b,-_0x50f98f._0x5a39e3,-0x109)]=_0x3db283[_0xafcbdc(0x1fe,0x1a8,_0x50f98f._0x3b129c,_0x50f98f._0x5e2a46)],_0x131a20[_0x44242e(-0xc4,-0xd6,-0x128,-_0x50f98f._0x2c7c4d)](0x1*0x1899+0x1d20+-0x3425)[_0xafcbdc(_0x50f98f._0x35045f,_0x50f98f._0x5a6065,0x16a,0x1c4)](_0x175353);}else{const _0x167539={};_0x167539[_0x44242e(-0x107,-_0x50f98f._0x2ef45c,-_0x50f98f._0x565fa3,-_0x50f98f._0x5c097a)]=_0x2eb492[_0xafcbdc(_0x50f98f._0x24a4fc,_0x50f98f._0x31a58e,0x1f5,0x235)],_0x56e3d4[_0x44242e(-_0x50f98f._0x336a0d,-_0x50f98f._0x5b342c,-0x8c,-_0x50f98f._0x36784c)](_0x3db283[_0xafcbdc(_0x50f98f._0x5eb037,_0x50f98f._0x2b612a,_0x50f98f._0x4aec1e,_0x50f98f._0xf4a095)],_0x167539);const _0x5b2a1e={};return _0x5b2a1e[_0x44242e(-0x3c,-_0x50f98f._0x426bb6,-_0x50f98f._0x24a9e0,-0xc8)]=_0x3db283[_0x44242e(-0x97,-_0x50f98f._0x1a556d,-_0x50f98f._0x86cca0,-0x73)],_0x36cbb5['status'](-0x12bf*0x1+0x7a9*-0x3+0x2bae)[_0x44242e(-0xff,-_0x50f98f._0x56016f,-_0x50f98f._0x36f0c7,-_0x50f98f._0x450497)](_0x5b2a1e);}}const _0x338655={};_0x338655[_0x44242e(-0xb2,-_0x50f98f._0x56cb40,-0xc8,-_0x50f98f._0xc3deb4)+'mId']=_0x712b52['id'];const _0x206e2a=await _0x3db283['xnmLs'](wouldRetainServerAdmin,_0x338655);if(!_0x206e2a){if(_0x3db283[_0x44242e(-0xcb,-_0x50f98f._0x3e2b53,-0xde,-_0x50f98f._0x537d86)](_0x3db283[_0xafcbdc(_0x50f98f._0x5c57bd,_0x50f98f._0xb6201,_0x50f98f._0x69e151,0x200)],_0x3db283[_0x44242e(-0x155,-0x12b,-_0x50f98f._0x3d464c,-_0x50f98f._0xaf7afa)])){const _0xb9fc1d={};return _0xb9fc1d[_0xafcbdc(_0x50f98f._0x30e0b7,0x267,_0x50f98f._0x5acb09,_0x50f98f._0x4e4287)]=_0x3db283[_0xafcbdc(_0x50f98f._0x1bae4a,_0x50f98f._0x525fff,0x1e7,0x22e)],_0xb9fc1d[_0xafcbdc(0x281,_0x50f98f._0x20817f,_0x50f98f._0x5c3f30,0x235)]=_0x3db283[_0x44242e(-_0x50f98f._0x27dbd7,-0x106,-0x117,-0x15e)],_0x131a20[_0xafcbdc(_0x50f98f._0x21fd06,_0x50f98f._0x1ef8ce,_0x50f98f._0xb440a7,_0x50f98f._0x2fb6c7)](0x143*0x5+-0x1d73+-0xba*-0x22)[_0xafcbdc(0x1ed,0x21f,0x19c,_0x50f98f._0x47c1b3)](_0xb9fc1d);}else{const _0x4c2175={};return _0x4c2175[_0x44242e(-0x10f,-0xb2,-0x110,-0x70)]=_0x3db283[_0x44242e(-_0x50f98f._0x13fb30,-_0x50f98f._0x41210d,-0x96,-_0x50f98f._0x3c7a5e)],_0x4c2175['message']=_0x531844[_0xafcbdc(_0x50f98f._0x379b36,0x204,0x266,0x235)],_0xa16afe['status'](-0x128c+0x1485+-0x30*0x2)[_0x44242e(-0xc5,-_0x50f98f._0x3d1c6d,-0x10a,-_0x50f98f._0x52e196)](_0x4c2175);}}const _0x502c9b=await _0x3db283['phWEA'](deleteTeam,_0x712b52['id'],deleteBindingsBySubject,deleteBindingsByResource),_0x382cf3={};return _0x382cf3[_0xafcbdc(_0x50f98f._0x514602,0x21c,0x225,0x235)]=_0x3db283[_0x44242e(-0x162,-0xee,-_0x50f98f._0x116b4f,-_0x50f98f._0x347da2)],_0x382cf3[_0x44242e(-_0x50f98f._0x7de7b5,-0x77,-_0x50f98f._0x2c5080,0x2)+'dings']=_0x502c9b[_0xafcbdc(_0x50f98f._0x2a1ea4,_0x50f98f._0x5b2ba1,_0x50f98f._0x2e6fd8,_0x50f98f._0x42a9ad)+_0x44242e(-0x147,-0x13c,-0x154,-0x1a2)],_0x131a20[_0x44242e(-0xcc,-0x105,-_0x50f98f._0x359362,-_0x50f98f._0x33cef4)](_0x382cf3);}catch(_0x33f978){const _0x982e89={};_0x982e89[_0x44242e(-0x9a,-_0x50f98f._0x426bb6,-_0x50f98f._0x4b247f,-_0x50f98f._0x46b969)]=_0x33f978[_0xafcbdc(0x288,0x21b,_0x50f98f._0x534e25,_0x50f98f._0x19ccf4)],logger[_0x44242e(-0x60,-_0x50f98f._0x8cfe2a,-0xbb,-0xf3)](_0x3db283[_0xafcbdc(_0x50f98f._0x187fc8,_0x50f98f._0x42034f,0x26c,0x20f)],_0x982e89);const _0x3e80c9={};return _0x3e80c9['error']=_0x3db283['YjBgR'],_0x131a20['status'](-0x1*0xeed+0x86*-0x49+0x3717)[_0x44242e(-_0x50f98f._0x58f01d,-0x105,-_0x50f98f._0x130920,-_0x50f98f._0x5aca20)](_0x3e80c9);}});const _0x430219={};_0x430219['teamParam']='id',router[_0x16c534(-0x24c,-0x22a,-0x25c,-0x273)](_0x363425(-0x28c,-0x30a,-0x2cc,-0x28b)+'rs',requirePermission(_0x16c534(-0x208,-0x1dd,-0x16c,-0x23f)+_0x16c534(-0xe8,-0x15a,-0xf4,-0x113)+_0x363425(-0x283,-0x208,-0x257,-0x23f),_0x430219),async(_0x105164,_0x393b09)=>{const _0xa50251={_0x160b07:0x30,_0x3c9489:0x8,_0x20c2d1:0xbc,_0x5454e0:0x80,_0x117778:0x67,_0x3626a0:0x39,_0x3382dd:0x59,_0x123a64:0x2d,_0x1ca00f:0x2f,_0x1d0ed3:0x85,_0x18e3a9:0x34,_0x2ff2ff:0x36,_0x41b2c6:0xc,_0x44d528:0x6,_0x502782:0x4f,_0xcb792f:0x4d,_0x43853a:0x30a,_0x1faf46:0x25d,_0x2f7700:0x14,_0x19ad05:0x2b,_0x494096:0x43,_0x6747d4:0x95,_0x5ce7db:0x3a,_0x243b55:0x11,_0x2b337c:0x44,_0x2111d4:0x299,_0x28c2cf:0x20b,_0x2efe6f:0x262,_0xffe54e:0x1fa,_0x25c61a:0x13,_0x304192:0x6b,_0x588527:0x59,_0x3e6fb6:0x2c6,_0x102088:0x29f,_0x5b490e:0x2a6,_0x280cef:0x27f,_0x54cbaa:0xb0,_0x174fb5:0x226,_0x41eb59:0x224,_0x26dac4:0x1e8,_0x18fe47:0x23a,_0xaaf6ca:0x25f,_0x478d03:0x25e,_0x3ce675:0x25c,_0x520fcc:0x28,_0x356417:0x79,_0x336f91:0x88,_0x3345fd:0x20,_0x38ca8f:0x8c,_0x10dbb7:0x314,_0xe90fd3:0x311,_0xf5e9ee:0x2f6,_0x307d19:0x2a9,_0x59f8f8:0x2a5,_0x47f17b:0x266,_0x9829d5:0x28d,_0xc9822a:0x259,_0xe47dde:0x2b5,_0x4c9481:0x2,_0x46df9c:0x232,_0x377149:0x24d,_0x34c064:0x205,_0x448c2f:0x203,_0x112035:0x240,_0x9d15d1:0x3a,_0x3e4dda:0x6c,_0x2052a4:0xa6,_0x3ba586:0xd1,_0xc3e561:0x24,_0x441bdb:0x1ba,_0x2e8c5f:0x251,_0x24d23a:0x216,_0x22a769:0x276,_0xa0da6e:0x221,_0x170a36:0x28e,_0x3dc9de:0x21f,_0x31f5d9:0x20c,_0xbf296e:0x22c,_0x36e02b:0x28e,_0x4dc22a:0x2b4,_0x122f1d:0x241,_0x2ca1a9:0x49,_0x32b4f1:0x40,_0x59d36c:0x324,_0x59ab76:0x2c8,_0x1f1eba:0x302,_0x16244f:0x2ee,_0x5043fe:0x279,_0x193001:0x2da,_0x3d14ca:0x28e,_0x21cde9:0x1b,_0x11b850:0x3e,_0x54fe33:0x2ab,_0x223250:0x283,_0x2fc294:0x244,_0x25fa74:0x204,_0x6c8c01:0x4b,_0x59270a:0x69,_0xcf4ca0:0x9,_0x22eef2:0x26,_0x12d3b3:0x33,_0x57e154:0x4c,_0x310c0a:0x81,_0x30d741:0x1e1,_0x4ee5a3:0x244,_0x33abff:0x1fe,_0x1bed1c:0x255,_0x46aab5:0x239,_0x464d15:0x2de,_0x14cd08:0x28b,_0x1c757c:0x263},_0x18c4ef={_0x29d8f4:0x3e,_0x2188b2:0x103},_0x157a97={_0x3232bd:0xd3};function _0x5e2b65(_0x1f71f7,_0x17bb06,_0x208eaf,_0x118cea){return _0x363425(_0x1f71f7-_0x157a97._0x3232bd,_0x17bb06,_0x208eaf-0x2c0,_0x118cea-0x1cc);}function _0x157a3b(_0x41d4a4,_0x186020,_0x20b846,_0x49502c){return _0x363425(_0x41d4a4-0x161,_0x49502c,_0x20b846-_0x18c4ef._0x29d8f4,_0x49502c-_0x18c4ef._0x2188b2);}const _0x2905b0={'kjAxB':_0x157a3b(-0x26e,-0x283,-0x26e,-0x1fe)+_0x5e2b65(-_0xa50251._0x160b07,_0xa50251._0x3c9489,-0x5b,-_0xa50251._0x20c2d1),'yqDac':'Bad\x20Reques'+'t','kDEcI':function(_0x433b46,_0x170806){return _0x433b46(_0x170806);},'edlEE':function(_0x15ea4b,_0x5aff7e,_0x12fa3e){return _0x15ea4b(_0x5aff7e,_0x12fa3e);},'wSUCR':_0x5e2b65(_0xa50251._0x5454e0,0xe,_0xa50251._0x117778,_0xa50251._0x3626a0)+'ed\x20to\x20team','jXNNE':_0x5e2b65(_0xa50251._0x3382dd,_0xa50251._0x123a64,0x4e,_0xa50251._0x1ca00f)+_0x5e2b65(0x27,_0xa50251._0x1d0ed3,0x72,0xe4),'saxmu':_0x5e2b65(-_0xa50251._0x18e3a9,_0xa50251._0x2ff2ff,_0xa50251._0x41b2c6,-0x3),'dQTIb':_0x5e2b65(-_0xa50251._0x44d528,0xa0,_0xa50251._0x502782,_0xa50251._0xcb792f)+_0x157a3b(-0x263,-_0xa50251._0x43853a,-0x2d1,-_0xa50251._0x1faf46),'PTUnV':_0x5e2b65(_0xa50251._0x2f7700,_0xa50251._0x19ad05,-_0xa50251._0x494096,-_0xa50251._0x6747d4)+_0x5e2b65(-_0xa50251._0x5ce7db,_0xa50251._0x243b55,-_0xa50251._0x2b337c,-0xb3)+'r'};try{const _0x31d783=await getTeamById(_0x105164[_0x157a3b(-0x264,-_0xa50251._0x2111d4,-0x248,-0x2b5)]['id']);if(!_0x31d783){const _0xf62d4a={};return _0xf62d4a[_0x157a3b(-_0xa50251._0x28c2cf,-0x25f,-_0xa50251._0x2efe6f,-_0xa50251._0xffe54e)]=_0x2905b0['kjAxB'],_0x393b09[_0x5e2b65(-_0xa50251._0x25c61a,0x5a,-0x4,_0xa50251._0x304192)](0x1*0x12fd+-0x1*-0x1637+-0x27a0)[_0x5e2b65(-0x3,-_0xa50251._0x588527,-0x33,-0x83)](_0xf62d4a);}const {userId:_0x403ce0}=_0x105164[_0x157a3b(-_0xa50251._0x3e6fb6,-0x28a,-0x296,-_0xa50251._0x102088)];if(!_0x403ce0){const _0x4fb3d7={};return _0x4fb3d7[_0x157a3b(-_0xa50251._0x5b490e,-_0xa50251._0x280cef,-_0xa50251._0x2efe6f,-0x28c)]=_0x2905b0[_0x5e2b65(-0x35,-_0xa50251._0x54cbaa,-0x74,-0xb6)],_0x4fb3d7['message']=_0x157a3b(-_0xa50251._0x174fb5,-0x2db,-0x29c,-_0xa50251._0x43853a)+_0x157a3b(-_0xa50251._0x41eb59,-_0xa50251._0x26dac4,-_0xa50251._0x18fe47,-0x1e5),_0x393b09[_0x157a3b(-_0xa50251._0xaaf6ca,-0x248,-0x286,-0x239)](-0x198e*-0x1+-0x89a+-0xf64)[_0x157a3b(-_0xa50251._0x478d03,-0x2af,-0x2b5,-_0xa50251._0x3ce675)](_0x4fb3d7);}const _0x4edfb4=await _0x2905b0[_0x5e2b65(-_0xa50251._0x520fcc,_0xa50251._0x356417,0x46,_0xa50251._0x336f91)](findUserById,_0x403ce0);if(!_0x4edfb4){const _0x41b496={};return _0x41b496[_0x5e2b65(0x8b,-0xd,_0xa50251._0x3345fd,_0xa50251._0x38ca8f)]=_0x2905b0[_0x157a3b(-_0xa50251._0x10dbb7,-_0xa50251._0xe90fd3,-_0xa50251._0xf5e9ee,-0x2e1)],_0x41b496[_0x157a3b(-0x1d0,-0x26d,-0x244,-0x2b7)]=_0x157a3b(-_0xa50251._0x307d19,-_0xa50251._0x59f8f8,-_0xa50251._0x47f17b,-_0xa50251._0x9829d5)+'ound',_0x393b09['status'](0x1049+-0x68a+0x1*-0x82f)[_0x157a3b(-_0xa50251._0xc9822a,-0x2dd,-_0xa50251._0xe47dde,-0x275)](_0x41b496);}const _0x65d47c=await _0x2905b0[_0x5e2b65(_0xa50251._0x4c9481,-0x38,-0x5,-0x6e)](addMember,_0x31d783['id'],_0x403ce0),_0x331175={};return _0x331175[_0x157a3b(-_0xa50251._0x46df9c,-_0xa50251._0x377149,-0x244,-_0xa50251._0x34c064)]=_0x2905b0[_0x157a3b(-0x258,-_0xa50251._0x448c2f,-0x265,-0x2d6)],_0x331175['team']=_0x65d47c,_0x393b09[_0x157a3b(-0x2cf,-_0xa50251._0x112035,-_0xa50251._0xe47dde,-0x307)](_0x331175);}catch(_0x42aecd){if(_0x5e2b65(_0xa50251._0x5454e0,-_0xa50251._0x9d15d1,0x15,_0xa50251._0x3e4dda)===_0x5e2b65(0xaf,_0xa50251._0x2052a4,0x40,0x5d)){const _0x3d3a09={..._0x50effb};_0x3d3a09[_0x5e2b65(_0xa50251._0x3ba586,0xdc,0x7a,0x89)+_0x5e2b65(0x33,_0xa50251._0xc3e561,-0x39,0x30)]=_0xf43d16,_0x3d3a09[_0x157a3b(-_0xa50251._0x441bdb,-_0xa50251._0x2e8c5f,-_0xa50251._0x24d23a,-_0xa50251._0x22a769)+_0x157a3b(-_0xa50251._0xa0da6e,-0x274,-0x292,-_0xa50251._0x170a36)]=_0x3e9a3c;const _0x298a2b={};return _0x298a2b[_0x157a3b(-_0xa50251._0x3dc9de,-_0xa50251._0x31f5d9,-_0xa50251._0xbf296e,-_0xa50251._0x36e02b)]=_0x3d3a09,_0x36cec2[_0x157a3b(-_0xa50251._0x4dc22a,-_0xa50251._0x122f1d,-0x2b5,-0x241)](_0x298a2b);}else{if(_0x42aecd[_0x5e2b65(_0xa50251._0x2ca1a9,_0xa50251._0x32b4f1,0x3e,0x61)][_0x157a3b(-0x26b,-_0xa50251._0x59d36c,-_0xa50251._0x59ab76,-_0xa50251._0x1f1eba)](_0x2905b0[_0x157a3b(-_0xa50251._0x16244f,-_0xa50251._0x5043fe,-_0xa50251._0x193001,-_0xa50251._0x3d14ca)])){const _0x157187={};return _0x157187['error']=_0x2905b0[_0x5e2b65(0x46,-_0xa50251._0x21cde9,_0xa50251._0x160b07,0xa1)],_0x157187[_0x5e2b65(-0x1e,-0x16,_0xa50251._0x11b850,0x98)]=_0x42aecd[_0x157a3b(-_0xa50251._0x54fe33,-_0xa50251._0x223250,-_0xa50251._0x2fc294,-_0xa50251._0x25fa74)],_0x393b09[_0x5e2b65(-0x26,_0xa50251._0x6c8c01,-0x4,-_0xa50251._0x59270a)](-0xb*-0x1f+-0xece+0xf12)[_0x5e2b65(-_0xa50251._0xcf4ca0,_0xa50251._0x22eef2,-_0xa50251._0x12d3b3,-_0xa50251._0x57e154)](_0x157187);}const _0x24f681={};_0x24f681[_0x5e2b65(_0xa50251._0x310c0a,0x2d,0x20,_0xa50251._0xcb792f)]=_0x42aecd[_0x157a3b(-_0xa50251._0x30d741,-0x282,-_0xa50251._0x4ee5a3,-0x1d4)],logger[_0x157a3b(-_0xa50251._0x33abff,-_0xa50251._0x1bed1c,-0x262,-_0xa50251._0x46aab5)](_0x2905b0[_0x157a3b(-_0xa50251._0x464d15,-0x276,-0x283,-0x25b)],_0x24f681);const _0x1cfde1={};return _0x1cfde1['error']=_0x2905b0[_0x157a3b(-0x217,-0x1dd,-0x223,-_0xa50251._0x14cd08)],_0x393b09['status'](0x1*0x1d62+0xb91+-0x26ff)[_0x157a3b(-0x2e5,-0x2ff,-_0xa50251._0xe47dde,-_0xa50251._0x1c757c)](_0x1cfde1);}}});const _0x5d4d58={};_0x5d4d58[_0x363425(-0x2fa,-0x2b8,-0x2e2,-0x27c)]='id',router['delete'](_0x16c534(-0x1d2,-0x1d3,-0x1d6,-0x237)+_0x16c534(-0x174,-0x18f,-0x1e7,-0x172),requirePermission(_0x16c534(-0x1d2,-0x1dd,-0x1f5,-0x207)+'ge_members'+'hip',_0x5d4d58),async(_0x57e324,_0x184b4e)=>{const _0x534861={_0x1f7191:0x19,_0x374adb:0x24,_0xfed469:0x53,_0xcd3b27:0x3a,_0x78b9dd:0x36,_0x13ff4f:0x145,_0x340084:0x89,_0x5578ea:0x8a,_0x2aa7bc:0x14,_0x417d9f:0x99,_0x3755f0:0x10a,_0xed91e7:0x110,_0x1c84ac:0x51,_0x5a5cd0:0xde,_0x4d3086:0x89,_0x507245:0x8b,_0x54a1ed:0xf4,_0x4c0d17:0x13c,_0x5b564c:0xed,_0x379894:0xd6,_0x21916d:0xf8,_0x522b25:0x13f,_0x4a96a4:0x56,_0x5e08f2:0x4,_0x2b2da2:0x97,_0x403ca2:0x82,_0x4419f0:0x1d,_0x305470:0xf1,_0x1f7a27:0xd7,_0x580d6d:0xa2,_0x1e3158:0x68,_0x306fc5:0x57,_0x53eeb9:0x8a,_0x364807:0x23,_0xc74e1d:0x64,_0x440767:0x104,_0x19b0bf:0xdb,_0x25499a:0xa0,_0x351878:0xff,_0x547f89:0x169,_0x290ece:0x95,_0x3e2652:0xf1,_0x7dc4:0xca,_0x21966f:0x86,_0x45a835:0xcd,_0x3617f1:0xa6,_0x63bd0b:0xe7,_0x526226:0x91,_0x8c5984:0x45,_0x385b6b:0x6e,_0x65d824:0x114,_0x3dd6f4:0x12a,_0x5062b3:0x72,_0x3ecd18:0xe1,_0x1dee73:0xad,_0x2e2f3c:0x1b,_0x29d6b4:0xdc,_0x36dbf0:0x72,_0x3e0966:0x63,_0x12c9a5:0x3,_0x130546:0x184,_0x37c0b4:0x6c,_0x1c63bd:0x119,_0x396d71:0x75,_0x502ab2:0x97,_0x4be219:0x91,_0x4e4c01:0x19,_0x270c33:0xae,_0x10b427:0x100,_0x4cf34b:0xc3,_0xded648:0x90,_0x444241:0x114,_0x1bf5e6:0xa8,_0x108a5e:0x3b,_0x288ce7:0xc1,_0x3dee59:0x102,_0x284766:0xcf,_0x594b83:0x53,_0xb08eab:0xc,_0x23e098:0x7c,_0x451342:0xa0,_0x111b17:0xbd,_0x463994:0xb0,_0x426c17:0xfb,_0x5de025:0x35,_0x5b8b87:0x13e,_0x26be10:0x47,_0xb70d69:0x54,_0x548012:0xd1,_0x28af99:0x10c,_0x3e4a6a:0xc5,_0x533cfd:0x60,_0x936c98:0x20,_0x25021e:0xb0,_0xdb1b75:0x67,_0x2c00c0:0xb5,_0x4b4bd0:0x55,_0x3b7452:0x13,_0x4aff7a:0x6d,_0x4a048a:0x1a,_0x7375c2:0x21,_0x18a152:0x1f,_0x29485c:0x6a,_0x10d95c:0x85,_0x3020fc:0x6a,_0x4de5f9:0x51,_0x2b9cd9:0x85,_0x359928:0x90,_0x93a295:0x9c,_0x27d64e:0x5c,_0x16c861:0x96,_0x5296ec:0x32,_0x26ebcf:0x101,_0x5a4666:0x55,_0x311305:0xd8,_0x8a5b36:0x122,_0x378899:0x95,_0x5b73f7:0x68,_0x7d680f:0x8f,_0x3da6b3:0x32,_0x11c7de:0x88,_0x3f9945:0xe0,_0x6ec80a:0x149,_0x2b9acf:0x25,_0x23ec8e:0xcc,_0x321630:0xcb,_0x287e8e:0x112,_0xa5b472:0x72,_0x4ddcac:0x77,_0x11e12c:0x38,_0x2664e9:0x54,_0x4f8372:0x67,_0x242bab:0xd8,_0x321e67:0x95,_0x3ed0ad:0x17,_0x3b4b4a:0x29,_0x4e54b2:0xeb,_0xd830b6:0x8e,_0x80c071:0x7c,_0x41ed90:0xd1,_0x35ff49:0xe6},_0x228235={_0x4014da:0x142};function _0x1a94a9(_0x7965c6,_0x55c55d,_0x3bdc39,_0x50550a){return _0x363425(_0x7965c6-0xe5,_0x55c55d,_0x3bdc39-0x22e,_0x50550a-0x154);}const _0x595c27={'sglcd':_0x1a94a9(_0x534861._0x1f7191,-_0x534861._0x374adb,-_0x534861._0xfed469,-0x4e)+_0x1a94a9(-_0x534861._0xcd3b27,-0x8a,-_0x534861._0x78b9dd,-0x5a),'hQiLP':'Internal\x20s'+_0x1a94a9(-_0x534861._0x13ff4f,-0x71,-0xd6,-0x124)+'r','ZYaTQ':'already\x20ex'+_0x1a94a9(-0x13,-_0x534861._0x340084,-_0x534861._0x5578ea,-_0x534861._0x2aa7bc),'pCDLj':_0x3b1e71(-_0x534861._0x417d9f,-0x8b,-_0x534861._0x3755f0,-_0x534861._0xed91e7),'qXEIt':_0x3b1e71(-0xc2,-0x4c,-_0x534861._0x1c84ac,-_0x534861._0x5a5cd0)+'t','hpjll':_0x3b1e71(-_0x534861._0x4d3086,-0x71,-0xad,-_0x534861._0x507245)+_0x1a94a9(-_0x534861._0x54a1ed,-_0x534861._0x4c0d17,-_0x534861._0x5b564c,-0xc9),'kFQjS':function(_0xfad836,_0x1ce3b5){return _0xfad836!==_0x1ce3b5;},'pnFBU':'VDiQo','LGJmx':function(_0x3de3b5,_0x20a6c7){return _0x3de3b5(_0x20a6c7);},'ZtUhu':_0x1a94a9(-0x11c,-_0x534861._0x379894,-_0x534861._0x21916d,-_0x534861._0x522b25),'XuAcY':_0x1a94a9(-_0x534861._0x4a96a4,-_0x534861._0x5e08f2,-0x24,-_0x534861._0x2b2da2)+_0x3b1e71(-0x4e,-0x2e,-_0x534861._0x403ca2,-_0x534861._0x4419f0),'xcbIH':'Removing\x20t'+_0x3b1e71(-_0x534861._0x305470,-_0x534861._0x1f7a27,-0xfe,-_0x534861._0x580d6d)+_0x3b1e71(-0x34,-_0x534861._0x1e3158,0xa,0xc)+_0x3b1e71(-0x4b,-0x1,-0x88,-_0x534861._0x306fc5)+'\x20Admins.\x20A'+_0x1a94a9(-_0x534861._0x53eeb9,0x51,-_0x534861._0x364807,-0x37)+'e\x20Server\x20A'+_0x1a94a9(-_0x534861._0xc74e1d,-_0x534861._0x440767,-_0x534861._0x19b0bf,-0xd1)+_0x3b1e71(-0x47,-0x5c,-0x5e,-_0x534861._0x25499a),'Qtcpy':function(_0x319e5b,_0x2154aa,_0x29265c){return _0x319e5b(_0x2154aa,_0x29265c);},'ToBpl':_0x1a94a9(-0x8,0x1c,-_0x534861._0x1f7191,-0x1f)+'oved\x20from\x20'+'team','rJtck':_0x3b1e71(-_0x534861._0x351878,-_0x534861._0x547f89,-_0x534861._0x290ece,-0x157)+'er','yRwCz':_0x1a94a9(-0xf4,-_0x534861._0x3e2652,-_0x534861._0x7dc4,-_0x534861._0x21966f),'eSFwf':_0x3b1e71(-_0x534861._0x45a835,-0xdd,-0x6d,-_0x534861._0x3617f1)+'ving\x20membe'+'r'};function _0x3b1e71(_0x30a1d4,_0x1e78c6,_0x253089,_0x1bc083){return _0x16c534(_0x30a1d4-_0x228235._0x4014da,_0x30a1d4-0x122,_0x1bc083,_0x1bc083-0x8c);}try{if(_0x595c27['kFQjS'](_0x1a94a9(-_0x534861._0x63bd0b,-0x134,-0x107,-_0x534861._0x526226),_0x595c27[_0x1a94a9(_0x534861._0x8c5984,-0x21,-0x17,-_0x534861._0x385b6b)])){const _0x244544=await _0x595c27['LGJmx'](getTeamById,_0x57e324['params']['id']);if(!_0x244544){if(_0x595c27['kFQjS'](_0x595c27[_0x3b1e71(-_0x534861._0x5b564c,-_0x534861._0x65d824,-_0x534861._0x3dd6f4,-0xab)],_0x595c27['ZtUhu'])){const _0x1a96bd={};_0x1a96bd[_0x1a94a9(-0x94,-_0x534861._0x5062b3,-_0x534861._0x5062b3,-_0x534861._0x3ecd18)]=_0x3a998e[_0x1a94a9(-_0x534861._0x1dee73,-_0x534861._0x2e2f3c,-0x54,-0x2)],_0x20b9a6[_0x1a94a9(-_0x534861._0x29d6b4,-0x55,-_0x534861._0x36dbf0,-_0x534861._0x3e0966)](_0x595c27[_0x3b1e71(-0x110,-0x146,-0x17a,-_0x534861._0x3ecd18)],_0x1a96bd);const _0x10f138={};return _0x10f138[_0x1a94a9(-0x18,-0x43,-_0x534861._0x5062b3,_0x534861._0x12c9a5)]=_0x595c27[_0x3b1e71(-0x111,-0xb3,-_0x534861._0x130546,-0x119)],_0x4e2725[_0x3b1e71(-0xa9,-_0x534861._0x37c0b4,-0xe1,-_0x534861._0x1c63bd)](0x6d3*0x3+-0xfca+-0x2bb)[_0x3b1e71(-0xd8,-0x106,-_0x534861._0x396d71,-0x63)](_0x10f138);}else{const _0x5065a5={};return _0x5065a5[_0x1a94a9(-0xa2,-_0x534861._0x502ab2,-_0x534861._0x36dbf0,-0x32)]=_0x3b1e71(-_0x534861._0x4be219,-_0x534861._0x4e4c01,-_0x534861._0x270c33,-0x32)+_0x3b1e71(-_0x534861._0x10b427,-0xd0,-_0x534861._0x4cf34b,-_0x534861._0xded648),_0x184b4e['status'](0x1bfd*-0x1+0x72e*0x1+0x1*0x1663)[_0x1a94a9(-0x8c,-0xc0,-0xc5,-_0x534861._0x444241)](_0x5065a5);}}const _0x3327b0={};_0x3327b0[_0x3b1e71(-_0x534861._0x8c5984,0x16,-0x6d,0x19)]=_0x244544['id'],_0x3327b0[_0x3b1e71(-0x103,-0xa1,-_0x534861._0x1bf5e6,-0x119)]=_0x57e324[_0x1a94a9(-_0x534861._0x108a5e,-_0x534861._0x288ce7,-0x58,-0x7e)][_0x1a94a9(-_0x534861._0x3dee59,-0x116,-0xf0,-0xdc)];const _0x13f6f0={};_0x13f6f0['excludeTea'+_0x1a94a9(-_0x534861._0x502ab2,-_0x534861._0x284766,-0x79,-_0x534861._0x594b83)]=_0x3327b0;const _0x3f620b=await _0x595c27[_0x1a94a9(-0x80,_0x534861._0xb08eab,-0x2e,-_0x534861._0x23e098)](wouldRetainServerAdmin,_0x13f6f0);if(!_0x3f620b){if(_0x595c27[_0x1a94a9(-_0x534861._0x451342,-0xa3,-_0x534861._0x111b17,-0xe0)](_0x3b1e71(-_0x534861._0x463994,-0x76,-0xbf,-_0x534861._0x426c17),_0x1a94a9(-0xd6,-_0x534861._0x5de025,-0x9d,-0xf4))){if(_0x34590e['message'][_0x3b1e71(-0xeb,-_0x534861._0x5b8b87,-0x138,-0x102)](_0x595c27['ZYaTQ'])){const _0x26df34={};return _0x26df34[_0x3b1e71(-0x85,-0x2c,-_0x534861._0x26be10,-0xe4)]=_0x595c27[_0x3b1e71(-_0x534861._0x379894,-0xfa,-0x14b,-0xf0)],_0x26df34[_0x1a94a9(-0x54,-0x63,-_0x534861._0xb70d69,-0x79)]=_0x12377d[_0x1a94a9(-0xa9,-0x35,-0x54,0x20)],_0xcf4634[_0x1a94a9(-0x8e,-_0x534861._0x548012,-0x96,-0x95)](-0x3*-0x521+-0x2361+-0x1597*-0x1)[_0x1a94a9(-_0x534861._0x28af99,-0xd2,-_0x534861._0x3e4a6a,-_0x534861._0x533cfd)](_0x26df34);}const _0x12ee75={};_0x12ee75[_0x3b1e71(-0x85,-_0x534861._0x1f7a27,-_0x534861._0x936c98,-_0x534861._0x25021e)]=_0x221247[_0x3b1e71(-_0x534861._0xdb1b75,-0xc1,-_0x534861._0x2c00c0,-_0x534861._0x4b4bd0)],_0x130a8a[_0x3b1e71(-0x85,-_0x534861._0x3b7452,-0xdb,-_0x534861._0x4aff7a)](_0x1a94a9(_0x534861._0x4a048a,_0x534861._0x7375c2,-0x22,_0x534861._0x18a152)+_0x1a94a9(-_0x534861._0x29485c,-0x55,-0x36,_0x534861._0x5e08f2),_0x12ee75);const _0x159c83={};return _0x159c83[_0x3b1e71(-_0x534861._0x10d95c,-0xc0,-_0x534861._0x3020fc,-_0x534861._0x4de5f9)]=_0x595c27['hQiLP'],_0x35eca5['status'](0x8a*0x2d+0x12d2*-0x2+0xf56)['json'](_0x159c83);}else{const _0xafdebd={};return _0xafdebd[_0x3b1e71(-_0x534861._0x2b9cd9,-0xe2,-_0x534861._0x359928,-_0x534861._0x93a295)]=_0x595c27['XuAcY'],_0xafdebd[_0x3b1e71(-_0x534861._0xdb1b75,-0x30,-_0x534861._0x27d64e,-0x44)]=_0x595c27[_0x3b1e71(-0x98,-_0x534861._0x16c861,-_0x534861._0x5296ec,-_0x534861._0x26ebcf)],_0x184b4e[_0x1a94a9(-_0x534861._0x5b564c,-0xff,-_0x534861._0x16c861,-_0x534861._0x5a4666)](0x1393+0x6ac*-0x1+-0xb57)[_0x3b1e71(-_0x534861._0x311305,-0x117,-_0x534861._0x8a5b36,-0x91)](_0xafdebd);}}const _0x4a5200=await _0x595c27['Qtcpy'](removeMember,_0x244544['id'],_0x57e324[_0x1a94a9(-_0x534861._0x1e3158,-0x80,-0x58,-0x17)][_0x1a94a9(-_0x534861._0x378899,-0x12a,-0xf0,-0xe8)]),_0x377491={};return _0x377491['message']=_0x595c27[_0x1a94a9(-0x8b,-0x3c,-_0x534861._0x5b73f7,-0x58)],_0x377491['team']=_0x4a5200,_0x184b4e['json'](_0x377491);}else{const _0x22030e={};return _0x22030e[_0x1a94a9(-0x75,-_0x534861._0x288ce7,-0x72,-_0x534861._0x7d680f)]=_0x595c27[_0x3b1e71(-0x2f,_0x534861._0x3da6b3,-0x11,-0x29)],_0x22030e[_0x1a94a9(-0xb4,-0x9,-_0x534861._0xb70d69,-0x19)]=_0x595c27[_0x1a94a9(-0x7f,-_0x534861._0x11c7de,-_0x534861._0x3f9945,-_0x534861._0x6ec80a)],_0x5f0a2a[_0x1a94a9(-0xee,-_0x534861._0x533cfd,-0x96,-_0x534861._0x2b9acf)](0x1*0x646+0xb0b+-0x6d*0x25)[_0x1a94a9(-_0x534861._0x23ec8e,-_0x534861._0x321630,-_0x534861._0x3e4a6a,-_0x534861._0x287e8e)](_0x22030e);}}catch(_0x1530ba){if(_0x1530ba['message']['includes'](_0x595c27['rJtck'])){const _0x5515d4={};return _0x5515d4[_0x1a94a9(-0x55,-0x6a,-_0x534861._0xa5b472,-0x4d)]=_0x595c27[_0x1a94a9(-0x7,-0x79,-_0x534861._0x4ddcac,-0xcb)],_0x5515d4[_0x1a94a9(-_0x534861._0x11e12c,-0x79,-_0x534861._0x2664e9,-_0x534861._0x4f8372)]=_0x1530ba['message'],_0x184b4e['status'](-0x336*-0xa+-0x9bb+-0x14cd)[_0x3b1e71(-_0x534861._0x242bab,-_0x534861._0x321e67,-0xf5,-0xa9)](_0x5515d4);}const _0xb335c0={};_0xb335c0[_0x3b1e71(-0x85,-0xda,-_0x534861._0x3ed0ad,-0xf9)]=_0x1530ba[_0x1a94a9(0x25,-0x88,-0x54,-_0x534861._0x3b4b4a)],logger[_0x3b1e71(-0x85,-_0x534861._0x4e54b2,-0x4f,-_0x534861._0xd830b6)](_0x595c27['eSFwf'],_0xb335c0);const _0x9c471d={};return _0x9c471d[_0x1a94a9(-_0x534861._0x80c071,-_0x534861._0x41ed90,-_0x534861._0xa5b472,-0xe0)]=_0x595c27[_0x1a94a9(-0xec,-0x149,-0xfe,-0xc5)],_0x184b4e[_0x1a94a9(-0xd5,-0x33,-0x96,-_0x534861._0x35ff49)](0x3ef+0x1ac7+-0x3*0x996)[_0x1a94a9(-0xd9,-0xf9,-0xc5,-0x5c)](_0x9c471d);}});export default router;