@profoundlogic/coderflow-server 0.6.7 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) 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-aliases.js +1 -1
  84. package/dist/lib/task-name-format.js +1 -1
  85. package/dist/lib/task-name-generator.js +1 -1
  86. package/dist/lib/task-source-metadata.js +1 -1
  87. package/dist/lib/teams.js +1 -1
  88. package/dist/lib/user-git-oauth.js +1 -1
  89. package/dist/lib/user-git-tokens.js +1 -1
  90. package/dist/lib/users.js +1 -1
  91. package/dist/middleware/requireAuth.js +1 -1
  92. package/dist/middleware/requireInit.js +1 -1
  93. package/dist/middleware/requirePermission.js +1 -1
  94. package/dist/package.json +1 -1
  95. package/dist/playwright.config.js +1 -1
  96. package/dist/playwright.task-terminal.config.js +1 -1
  97. package/dist/routes/apiKeys.js +1 -1
  98. package/dist/routes/auth-oidc.js +1 -1
  99. package/dist/routes/auth.js +1 -1
  100. package/dist/routes/automations.js +1 -1
  101. package/dist/routes/bindings.js +1 -1
  102. package/dist/routes/build.js +1 -1
  103. package/dist/routes/containers.js +1 -1
  104. package/dist/routes/deploy-task.js +1 -1
  105. package/dist/routes/environment-management.js +1 -1
  106. package/dist/routes/environments.js +1 -1
  107. package/dist/routes/external-skills.js +1 -1
  108. package/dist/routes/git-credentials.js +1 -1
  109. package/dist/routes/git-oauth.js +1 -1
  110. package/dist/routes/git-provider-setup.js +1 -1
  111. package/dist/routes/health.js +1 -1
  112. package/dist/routes/jira.js +1 -1
  113. package/dist/routes/objective-management.js +1 -1
  114. package/dist/routes/password.js +1 -1
  115. package/dist/routes/prompt.js +1 -1
  116. package/dist/routes/provider-auth.js +1 -1
  117. package/dist/routes/qa.js +1 -1
  118. package/dist/routes/roles.js +1 -1
  119. package/dist/routes/settings.js +1 -1
  120. package/dist/routes/skill-management.js +1 -1
  121. package/dist/routes/skills.js +1 -1
  122. package/dist/routes/tasks.js +1 -1
  123. package/dist/routes/teams.js +1 -1
  124. package/dist/routes/templates.js +1 -1
  125. package/dist/routes/test-task.js +1 -1
  126. package/dist/routes/test.js +1 -1
  127. package/dist/routes/users.js +1 -1
  128. package/dist/routes/visualizations.js +1 -1
  129. package/dist/scripts/create-user.js +1 -1
  130. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  131. package/dist/start.js +1 -1
  132. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  133. package/dist/web-ui/public/activity-feed.js +1 -1
  134. package/dist/web-ui/public/activity-formatters.js +1 -1
  135. package/dist/web-ui/public/agent-event-parser.js +1 -1
  136. package/dist/web-ui/public/app.js +1 -1
  137. package/dist/web-ui/public/approve-dialog.js +1 -1
  138. package/dist/web-ui/public/automation-links.js +1 -1
  139. package/dist/web-ui/public/automation-schedule.js +1 -1
  140. package/dist/web-ui/public/comments-widget.js +1 -1
  141. package/dist/web-ui/public/diff-utils.js +1 -1
  142. package/dist/web-ui/public/environments.html +11 -8
  143. package/dist/web-ui/public/environments.js +1 -1
  144. package/dist/web-ui/public/feedback-widget.js +1 -1
  145. package/dist/web-ui/public/file-selection-tree.js +1 -1
  146. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  147. package/dist/web-ui/public/git-history.js +1 -1
  148. package/dist/web-ui/public/git-status.js +1 -1
  149. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  150. package/dist/web-ui/public/index.js +1 -1
  151. package/dist/web-ui/public/login.js +1 -1
  152. package/dist/web-ui/public/markdown-editor.js +1 -1
  153. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  154. package/dist/web-ui/public/modal-maximize.js +1 -1
  155. package/dist/web-ui/public/notifications.js +1 -1
  156. package/dist/web-ui/public/permissions.js +1 -1
  157. package/dist/web-ui/public/pr-dialog.js +1 -1
  158. package/dist/web-ui/public/roles.js +1 -1
  159. package/dist/web-ui/public/server-health.js +1 -1
  160. package/dist/web-ui/public/settings.js +1 -1
  161. package/dist/web-ui/public/setup-password.js +1 -1
  162. package/dist/web-ui/public/skills.js +1 -1
  163. package/dist/web-ui/public/sse-client.js +1 -1
  164. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  165. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  166. package/dist/web-ui/public/task.js +1 -1
  167. package/dist/web-ui/public/teams.js +1 -1
  168. package/dist/web-ui/public/terminal.js +1 -1
  169. package/dist/web-ui/public/theme.js +1 -1
  170. package/dist/web-ui/public/users.js +1 -1
  171. package/dist/web-ui/public/variant-grouping.js +1 -1
  172. package/package.json +1 -1
  173. package/dist/start.js.bak +0 -1381
@@ -1 +1 @@
1
- (function(_0x42fcc6,_0x982699){const _0x2a6497={_0x3f7247:0x18c,_0x25f00e:0x15e,_0x2cd85c:0x18a,_0x14356e:0x1a8,_0x5718fd:0x185,_0x1387dd:0x1c8,_0x17f85f:0x15f,_0x39f00e:0x1b0,_0x328814:0x1a0,_0x375b05:0x1c9,_0x422ef3:0x1b0,_0xaafe52:0x1a6,_0x35722f:0x1ba,_0x5342e6:0x17a,_0x1bf54c:0x159,_0x441387:0x154,_0x4c085d:0x1db,_0xcae149:0x1f7,_0x2abf53:0x1dc,_0x4d2175:0x1f2,_0x3e9bcb:0x196,_0x12b97b:0x20f,_0xe94e50:0x1d3,_0x17f46a:0x201,_0xa724f5:0x35a,_0x1e26ee:0x36e,_0x59ea2e:0x34b,_0x216326:0x35b,_0x13f0a4:0x377},_0x28f6e1=_0x42fcc6();function _0x3a7abb(_0x30967b,_0x7519d4,_0x1e9f8c,_0x21df7e){return _0x2b8f(_0x21df7e-0x266,_0x1e9f8c);}function _0x2f3e88(_0x5cc0d8,_0x3133e8,_0x1a60dd,_0x8674b4){return _0x2b8f(_0x3133e8-0xb8,_0x1a60dd);}while(!![]){try{const _0x5ecadf=-parseInt(_0x2f3e88(0x143,0x18f,_0x2a6497._0x3f7247,_0x2a6497._0x25f00e))/(-0x1c43+0xcdd+0x1*0xf67)*(parseInt(_0x2f3e88(_0x2a6497._0x2cd85c,0x19e,0x15a,0x1cb))/(0x2*-0x8+-0x9eb+0x1*0x9fd))+-parseInt(_0x2f3e88(_0x2a6497._0x14356e,_0x2a6497._0x5718fd,_0x2a6497._0x1387dd,_0x2a6497._0x17f85f))/(-0x234e+0xaa7+0x18aa)+parseInt(_0x2f3e88(_0x2a6497._0x39f00e,0x1e5,_0x2a6497._0x328814,_0x2a6497._0x375b05))/(-0x1311+-0x1629+-0x293e*-0x1)*(-parseInt(_0x2f3e88(0x181,0x18e,_0x2a6497._0x422ef3,_0x2a6497._0xaafe52))/(0x29*0xed+0xea8*-0x1+-0x1748*0x1))+-parseInt(_0x2f3e88(0x1c4,_0x2a6497._0x35722f,0x1e3,0x1d1))/(0x11d2+0x18a7*-0x1+0x6db*0x1)*(-parseInt(_0x2f3e88(0x176,_0x2a6497._0x5342e6,_0x2a6497._0x1bf54c,_0x2a6497._0x441387))/(0x10f+-0x8dd+0x191*0x5))+parseInt(_0x2f3e88(_0x2a6497._0x4c085d,0x1b8,_0x2a6497._0xcae149,0x1d3))/(-0x2*-0x513+-0x1e5a+0x143c)*(parseInt(_0x2f3e88(0x1f7,_0x2a6497._0x2abf53,_0x2a6497._0x4d2175,_0x2a6497._0x3e9bcb))/(-0xb52+-0x13d8+0x1*0x1f33))+parseInt(_0x2f3e88(_0x2a6497._0x12b97b,0x1e0,_0x2a6497._0xe94e50,_0x2a6497._0x17f46a))/(0x1edb+0x5*0x481+0x1*-0x3556)*(-parseInt(_0x2f3e88(0x15c,0x15a,0x14e,0x172))/(-0x2*-0x62f+0x14*0x25+-0xf37))+parseInt(_0x3a7abb(_0x2a6497._0xa724f5,_0x2a6497._0x1e26ee,_0x2a6497._0x59ea2e,0x397))/(0xcd7+-0xc73+0xb*-0x8)*(parseInt(_0x3a7abb(0x37a,0x339,_0x2a6497._0x216326,_0x2a6497._0x13f0a4))/(0x3c4*0x1+-0x8*0x293+0x10e1));if(_0x5ecadf===_0x982699)break;else _0x28f6e1['push'](_0x28f6e1['shift']());}catch(_0x55ef3c){_0x28f6e1['push'](_0x28f6e1['shift']());}}}(_0xfeae,0x1*-0x19bcf+0x38fac*-0x1+0x9c9c2));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;export function _setDeps(_0x4c2dc2){deps=_0x4c2dc2;}export function _getDeps(){return deps;}function _0xfeae(){const _0x199824=['A2v5CW','DNvtqwO','C3vIAMvJDf9Pza','EwDhEMm','zwndyxy','C2vYDMvY','CujTBey','AMjZA1e','nZeWmdGZAuPmtg1J','zMLSDgvY','vK5ey1y','CMPTuxe','v2rsrgq','zxHIEgW','Eg5kvha','vuHJExG','qKfZsMy','DgvHBxm','zefVqMu','qKnjv20','v01VvNK','rvjIDNi','lI4VC3rHCNqUAG','CNj6zuu','rLzrz1G','ELrhwKW','B2jhwgu','CMvZB3vYy2vFDa','yKPhDeu','ExbL','ChvZAa','suvLtMO','z2v0uM9Szuj5sq','Ae1IsvO','u2v0zMu','AgfZ','sM9ksNC','CNfzsKW','CNjfDhy','DxnLCG','mJf2EKPeEMW','ywrK','BLDoAMW','B0Tes2S','y1Hcq3G','BeTMugG','D21Mru0','uLzbEfm','we5YyK4','EMXqwMe','EMfvBxu','otyWmZeYtufbtfLg','t0jWvg4','vfzwtMG','BgvZr1K','AwDZA1K','z2v0qMLUzgLUzW','z0rNyKi','wevfEwO','rfnqt2K','mZbZBfvhz3a','mJrxDKv0rNq','t0n3vKS','tNvHEMe','zw52AxjVBM1LBG','rNr3twi','C29Tzq','sxzntMu','D0fyuu0','DeD1q1a','CgvYBwLZC2LVBG','sM5pyLm','re1Ts2q','uuHMDhO','rLndEMG','lI91C2vYCY5QCW','nti2z09bvNbW','yNHXq2K','Be1XEMm','AuvVB0i','BgX1BK8','EhLQELy','Aw5PDgLVBNmUAG','whP5D0y','tgrJCuW','ywrtzNy','D2TiCfe','tgrXuLa','qNjtq0u','EerbCNG','tuXIvwi','zM93u1C','DMjOAvq','vg5nzxa','DxnLCKLK','u2zVqKW','Avrdt3a','ANrwzKC','we1Vv1G','CMvZB3vYy2vFAq','DNLUDMW','vuX4veu','ohLKv0Leza','wg9dEKu','nJiZmdu4wvbQqLDh','Cxjbr24','y0LWrhO','y2rmvKW','uuLkEMG','zg1buhy','BwfW','zwrezNa','uePjCvu','tenVEey','AxDmrum','z2v0vgvHBxncEq','DMnMt0O','BgvUz3rO','sfvbBw8','mtK0mJCYzhHstwff','AvDgsxu','lI9IAw5KAw5NCW','quvVEue','BwvTyMvYCW','A0jjEum','ELPMuuy','rhrxrvi','DvvJC3K','uK1bree','tuv3zK4','DgvHBq','q3rNC3O','DgvHBuLK','vxnlCNi','vfDgvMG','D0jiBKu','ANDVsgy','rhf6yMy','mtK2odmXoffey0zUrW','zNrbz0G','y1Dyv0K','q0r0qNm','mJb2zvzWtKG','ELLewhy','CM9Szv9Pza','Agfbv0m','uwPTCvy','mtm2otq4DwL1t2rL','Aw5JBhvKzxm','C3vIAMvJDf90Eq','zvrjEwu','mZq4CxHAugLY','z2Tmwgu','uM1NChG','lMPZ','ufvNs28','zhjbug4','yw5OuNq','z09HCvm','q1rvv2e','qxnWAgq'];_0xfeae=function(){return _0x199824;};return _0xfeae();}async function loadProductionDeps(){const _0x1f996a={_0x1a5331:0xdc,_0x4f082d:0xd9,_0xe9d247:0xe6,_0x47b2ba:0xad,_0x681104:0x9d,_0x3590fc:0xc8,_0x560b9e:0x105,_0x17973f:0xd6,_0x101c5f:0xf7,_0x22f835:0x16,_0x316643:0x68,_0x1dcf00:0xaf,_0x4b2758:0x99,_0x402d36:0x87,_0x3c0bcc:0x82,_0x1c57d8:0x43,_0x2f0c3a:0x45,_0x4c410f:0x54,_0xe35aee:0x24,_0x28d5b5:0x3d,_0x2d5f9c:0x34},_0x4644c1={_0x98b605:0x4e8,_0x3a94da:0x47a,_0xc10cbc:0x48a,_0x277e19:0x443,_0x5aa927:0x1cc,_0x2c85ef:0x1bd,_0x1a9b68:0x1bb,_0x16ec4d:0x1ce,_0xf13b42:0x113,_0x44b10d:0x164,_0x15d1a8:0x11b,_0x51cf0c:0x13d,_0x2e2187:0x42e,_0x2c9b2f:0x17e,_0xce996e:0x1c2,_0x4389a8:0x173,_0x2bb8d5:0x199,_0x2e379c:0x176,_0x635431:0x1b4},_0xdd9edd={_0x27edc9:0x86},_0x261caa={_0x4ae511:0x3d},_0x9c5e22={};_0x9c5e22[_0x144656(0x10c,_0x1f996a._0x1a5331,_0x1f996a._0x4f082d,_0x1f996a._0xe9d247)]=function(_0x258358,_0x337160){return _0x258358!==_0x337160;},_0x9c5e22[_0x144656(0x10a,_0x1f996a._0x47b2ba,_0x1f996a._0x681104,_0x1f996a._0x3590fc)]=_0x1b3599(0x1c,0x92,0x39,0x45),_0x9c5e22['rqYJL']='fVtrv';function _0x144656(_0x506442,_0x4bee29,_0x1fd97b,_0x18eab6){return _0x2b8f(_0x18eab6- -_0x261caa._0x4ae511,_0x506442);}const _0x15e9c5=_0x9c5e22;if(deps)return deps;function _0x1b3599(_0x1f1b08,_0x34d3db,_0x173729,_0x282dea){return _0x2b8f(_0x282dea- -_0xdd9edd._0x27edc9,_0x1f1b08);}const _0x40ccd8=await import('./teams.js'),_0x13e77b=await import(_0x144656(_0x1f996a._0x560b9e,0x10f,0xd6,_0x1f996a._0x17973f)+_0x144656(0x145,0x12f,0xac,_0x1f996a._0x101c5f)),_0x516882=await import('./role-def'+_0x1b3599(_0x1f996a._0x22f835,_0x1f996a._0x316643,_0x1f996a._0x1dcf00,0x66)+'s');return deps={'getTeamsByUserId':_0x40ccd8[_0x1b3599(0xb2,0x81,_0x1f996a._0x4b2758,_0x1f996a._0x402d36)+'UserId'],'getBindingsByResource':_0x13e77b[_0x1b3599(_0x1f996a._0x3c0bcc,_0x1f996a._0x1c57d8,0x78,0x4c)+'sByResourc'+'e'],'getBindingsBySubject':_0x13e77b[_0x1b3599(_0x1f996a._0x2f0c3a,_0x1f996a._0x4c410f,_0x1f996a._0xe35aee,0x4c)+'sBySubject'],'getRoleById':_0x516882[_0x1b3599(0x6a,0x55,_0x1f996a._0x28d5b5,_0x1f996a._0x2d5f9c)+'d'],'getBindings':_0x13e77b['getBinding'+'s'],'getAllEnvironments':async()=>{const _0x579d6b={_0x15a417:0x11a,_0x1d6e67:0x12a},_0x8fe2a5={_0xe5e473:0x102,_0x308b5c:0x129,_0x469784:0x419};function _0x388895(_0x3259e6,_0x1208a1,_0x50b444,_0x10653f){return _0x1b3599(_0x50b444,_0x1208a1-_0x8fe2a5._0xe5e473,_0x50b444-_0x8fe2a5._0x308b5c,_0x1208a1-_0x8fe2a5._0x469784);}function _0x2a2ac5(_0x485dfe,_0x39a360,_0x3fbbb0,_0x43c212){return _0x1b3599(_0x39a360,_0x39a360-0xf8,_0x3fbbb0-_0x579d6b._0x15a417,_0x485dfe-_0x579d6b._0x1d6e67);}if(_0x15e9c5['Dqzbf'](_0x15e9c5['cdLVL'],_0x15e9c5[_0x388895(_0x4644c1._0x98b605,0x498,0x4a8,_0x4644c1._0x3a94da)]))return _0x423202;else{const {coderConfig:_0xd4ba14}=await import(_0x388895(_0x4644c1._0xc10cbc,_0x4644c1._0x277e19,0x431,0x409)+'s');if(_0xd4ba14&&_0xd4ba14[_0x2a2ac5(0x17e,0x136,_0x4644c1._0x5aa927,_0x4644c1._0x2c85ef)+'ts'])return _0x15e9c5[_0x2a2ac5(0x1c7,_0x4644c1._0x1a9b68,0x1bf,_0x4644c1._0x16ec4d)](_0x15e9c5['rqYJL'],_0x15e9c5[_0x2a2ac5(0x163,0x1ad,_0x4644c1._0xf13b42,_0x4644c1._0x44b10d)])?_0x1ae354[_0x2a2ac5(0x13e,_0x4644c1._0x15d1a8,_0x4644c1._0x51cf0c,0xf0)](_0x13f7e4['environmen'+'ts']):Object[_0x388895(0x3fa,0x42d,0x431,_0x4644c1._0x2e2187)](_0xd4ba14[_0x2a2ac5(_0x4644c1._0x2c9b2f,_0x4644c1._0xce996e,_0x4644c1._0x4389a8,_0x4644c1._0x2bb8d5)+'ts']);const _0x3b5d36=await _0x13e77b[_0x2a2ac5(_0x4644c1._0x2e379c,0x138,_0x4644c1._0x635431,0x17e)+'s']();return[...new Set(_0x3b5d36[_0x2a2ac5(0x147,0x101,0x114,0x104)](_0xb620c9=>_0xb620c9['resource_t'+_0x2a2ac5(0x15b,0x16e,0x19f,0x19d)]==='environmen'+'t'&&_0xb620c9['resource_i'+'d']&&_0xb620c9[_0x2a2ac5(0x1a1,0x177,0x1bf,0x1c5)+'d']!=='*')['map'](_0x4c9c3d=>_0x4c9c3d[_0x2a2ac5(0x1a1,0x1b9,0x1cd,0x1bd)+'d']))];}}},deps;}function _0x2b8f(_0x355885,_0x357cf2){_0x355885=_0x355885-(0x752+-0x1505+0xe48*0x1);const _0x5172ae=_0xfeae();let _0x38b53c=_0x5172ae[_0x355885];if(_0x2b8f['QwsQFY']===undefined){var _0x2483c2=function(_0x4a216a){const _0x4c0457='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1c31ab='',_0x4b8658='';for(let _0x36db25=0x6*-0x3a9+-0x1da7*-0x1+-0x7b1,_0x4b24a5,_0x2b3849,_0x3f1574=-0x4df*0x2+0x1919+-0xf5b;_0x2b3849=_0x4a216a['charAt'](_0x3f1574++);~_0x2b3849&&(_0x4b24a5=_0x36db25%(-0x39*0x66+0x1*0x7c3+0xef7)?_0x4b24a5*(0x95*0x20+0x74b+-0x19ab)+_0x2b3849:_0x2b3849,_0x36db25++%(-0x22e8+-0x1f3*-0xa+0x5*0x316))?_0x1c31ab+=String['fromCharCode'](-0x12d0+0xd18+0x6b7&_0x4b24a5>>(-(-0x15eb+0x5cc+-0x1*-0x1021)*_0x36db25&0x1931*0x1+0x9eb*-0x2+-0x555)):0x14cf*0x1+0x10d2*0x2+-0x3673){_0x2b3849=_0x4c0457['indexOf'](_0x2b3849);}for(let _0x56ba4d=0xaae*-0x3+0x85+-0x1f85*-0x1,_0x23f418=_0x1c31ab['length'];_0x56ba4d<_0x23f418;_0x56ba4d++){_0x4b8658+='%'+('00'+_0x1c31ab['charCodeAt'](_0x56ba4d)['toString'](-0x18*-0x6d+0x1463+-0x1e8b))['slice'](-(-0x1d25+-0x2*0x26e+-0x1*-0x2203));}return decodeURIComponent(_0x4b8658);};_0x2b8f['HKIupj']=_0x2483c2,_0x2b8f['oSghCz']={},_0x2b8f['QwsQFY']=!![];}const _0x143f71=_0x5172ae[-0x560+0x211+0x1*0x34f],_0x1dab36=_0x355885+_0x143f71,_0x1e5239=_0x2b8f['oSghCz'][_0x1dab36];return!_0x1e5239?(_0x38b53c=_0x2b8f['HKIupj'](_0x38b53c),_0x2b8f['oSghCz'][_0x1dab36]=_0x38b53c):_0x38b53c=_0x1e5239,_0x38b53c;}async function d(){return deps||await loadProductionDeps();}async function collectBindingsForUser(_0xde4ce6,_0x38268a,_0x3e6944){const _0x24e984={_0x3f3ccb:0xd8,_0x60874e:0x29,_0x546e8d:0xe,_0x1e059f:0x53,_0x8cc9ed:0x50,_0x42c5be:0x5e,_0x301741:0x27,_0x8027e8:0x65,_0xa9ef64:0x67,_0x223a41:0x49,_0x5c2217:0x30,_0x591a63:0x79,_0x29bb30:0x2c,_0x3c8863:0x5d,_0x3903af:0x9e,_0x190c52:0xb,_0x471ae3:0x6,_0x509297:0x39,_0x52982e:0x3e,_0xb3c078:0xf,_0xa943b7:0xc0,_0x2a9f7b:0xbb,_0x19cf22:0x1c,_0x783e27:0x7f,_0x293f5f:0x84,_0x4267de:0x14e,_0x359b5e:0xad,_0x5dea86:0x7b,_0x6c7f2a:0x10a,_0x212206:0x13c},_0x123cbe={_0x12267f:0x67},_0x369ce8={_0x29583c:0x138};function _0x5668f0(_0x4701a9,_0x47776e,_0x362728,_0x1f17a4){return _0x2b8f(_0x362728- -_0x369ce8._0x29583c,_0x47776e);}const _0x2b0d7a={'FVQgX':function(_0x14e7a3){return _0x14e7a3();},'gDgbB':function(_0x2c702c,_0x548154){return _0x2c702c(_0x548154);},'FtwMb':_0x3b0e6a(_0x24e984._0x3f3ccb,0x106,0x157,0x10c),'opUpZ':function(_0x3f71a7,_0x42959a){return _0x3f71a7(_0x42959a);},'kBIyC':function(_0x117997,_0xfa651c){return _0x117997===_0xfa651c;},'MLbUb':_0x5668f0(_0x24e984._0x60874e,-_0x24e984._0x546e8d,-0xf,-0x5f),'drAPn':function(_0x5f0f59,_0x6ac97,_0x4ca8cc){return _0x5f0f59(_0x6ac97,_0x4ca8cc);}},{getTeamsByUserId:_0x52db94,getBindingsByResource:_0x319c8d}=await _0x2b0d7a[_0x5668f0(-0xb1,-_0x24e984._0x1e059f,-0x86,-_0x24e984._0x8cc9ed)](d),_0x536fc1=await _0x2b0d7a[_0x5668f0(-_0x24e984._0x42c5be,-_0x24e984._0x301741,-_0x24e984._0x8027e8,-0x6a)](_0x52db94,_0xde4ce6),_0x17a591=new Set(_0x536fc1[_0x5668f0(-_0x24e984._0xa9ef64,-_0x24e984._0x223a41,-_0x24e984._0x5c2217,-_0x24e984._0x591a63)](_0x2ac85c=>_0x2ac85c['id']));let _0x50a1d8=[];if(_0x38268a===_0x2b0d7a[_0x3b0e6a(0x154,0x142,0x18c,0x15c)])_0x50a1d8=await _0x2b0d7a['opUpZ'](_0x319c8d,_0x2b0d7a[_0x5668f0(-_0x24e984._0x29bb30,-0x5b,-_0x24e984._0x3c8863,-_0x24e984._0x3903af)]);else{if(_0x2b0d7a[_0x5668f0(_0x24e984._0x190c52,_0x24e984._0x29bb30,-0x22,_0x24e984._0x471ae3)](_0x2b0d7a[_0x5668f0(-0x7c,0x0,-0x44,-_0x24e984._0x509297)],_0x5668f0(-_0x24e984._0x3c8863,-_0x24e984._0x52982e,-_0x24e984._0xb3c078,-0x25))){_0x50a1d8=await _0x2b0d7a[_0x5668f0(-0xf0,-_0x24e984._0xa943b7,-0xa3,-_0x24e984._0x2a9f7b)](_0x319c8d,_0x38268a,_0x3e6944);const _0x2ecc61=await _0x2b0d7a[_0x5668f0(-_0x24e984._0x19cf22,-_0x24e984._0x783e27,-_0x24e984._0x8027e8,-_0x24e984._0x293f5f)](_0x319c8d,_0x2b0d7a[_0x3b0e6a(0x178,0x142,0x137,_0x24e984._0x4267de)]);_0x50a1d8=[..._0x50a1d8,..._0x2ecc61];}else _0x15f80a[_0x5668f0(-0xb5,-_0x24e984._0x359b5e,-_0x24e984._0x5dea86,-0x37)](_0x5ea723)&&_0x3fabcb['add'](_0x1092c5);}function _0x3b0e6a(_0x3e2bd3,_0xc00eb7,_0x81b2bd,_0x5de9c9){return _0x2b8f(_0xc00eb7-_0x123cbe._0x12267f,_0x5de9c9);}return _0x50a1d8[_0x3b0e6a(0x12a,_0x24e984._0x6c7f2a,_0x24e984._0x212206,0x11b)](_0x109667=>_0x109667[_0x3b0e6a(0x183,0x196,0x19e,0x173)+'pe']===_0x5668f0(-0x78,-0x27,-0x77,-0x8c)&&_0x109667[_0x3b0e6a(0x133,0x103,0x143,0x14c)]===_0xde4ce6||_0x109667[_0x3b0e6a(0x16d,0x196,0x159,0x1d1)+'pe']==='team'&&_0x17a591['has'](_0x109667[_0x3b0e6a(0xdd,0x103,0x122,0x12f)]));}export async function resolveUserPermissions(_0x2b73d9,_0x4327bc){const _0x42a2c3={_0x22268c:0x2a9,_0x16fceb:0x36,_0x20ec86:0x1c,_0x4e32bd:0x27,_0x481ee2:0xe,_0x59ce0e:0x38,_0xae8aa1:0x1b,_0x3d2502:0x15,_0xd356c8:0x2c1,_0x41f046:0x2c4,_0x3c3bc6:0x295,_0x1a9310:0x2bc,_0x38bc60:0x2c7},_0x1f2103={_0x28ab73:0x1f9},_0x3acdc7={_0x18b93f:0xf5},_0x912394={'cIpDz':function(_0x25c3f2){return _0x25c3f2();},'PJIqU':function(_0x28bb3e,_0x2c7bb3,_0x2e61e1,_0x881762){return _0x28bb3e(_0x2c7bb3,_0x2e61e1,_0x881762);},'qVqHH':_0x510068(_0x42a2c3._0x22268c,0x299,0x2d3,0x2c6)+'t','hDuLW':function(_0x57be9b,_0x428a5c){return _0x57be9b!==_0x428a5c;},'bJGtE':_0x5c037d(-0x64,-_0x42a2c3._0x16fceb,-_0x42a2c3._0x20ec86,-0x48)},{getRoleById:_0x2448f3}=await _0x912394[_0x5c037d(0x53,_0x42a2c3._0x4e32bd,_0x42a2c3._0x481ee2,0xf)](d);function _0x5c037d(_0x2c1196,_0x145a1d,_0x10853f,_0xaa16c1){return _0x2b8f(_0xaa16c1- -_0x3acdc7._0x18b93f,_0x10853f);}const _0x5445fe=await _0x912394[_0x5c037d(-_0x42a2c3._0x59ce0e,_0x42a2c3._0xae8aa1,-0x24,_0x42a2c3._0x3d2502)](collectBindingsForUser,_0x2b73d9,_0x912394['qVqHH'],_0x4327bc);function _0x510068(_0x2b79c7,_0x43f7a3,_0x5bb899,_0x4c3e79){return _0x2b8f(_0x5bb899-_0x1f2103._0x28ab73,_0x4c3e79);}const _0xe9c19a=new Set();for(const _0x2714a5 of _0x5445fe){const _0x2c81ab=await _0x2448f3(_0x2714a5['role_id']);if(_0x2c81ab)for(const _0x15fac2 of _0x2c81ab['permission'+'s']){if(_0x912394['hDuLW']('BCIWm',_0x912394[_0x510068(_0x42a2c3._0xd356c8,_0x42a2c3._0x41f046,0x2af,0x2c3)]))return['*'];else _0xe9c19a[_0x510068(_0x42a2c3._0x3c3bc6,_0x42a2c3._0x1a9310,0x2bc,_0x42a2c3._0x38bc60)](_0x15fac2);}}if(_0xe9c19a['has']('*'))return['*'];return[..._0xe9c19a];}export async function hasPermission(_0x9b15ba,_0x42ab26,_0xdd81c3){const _0x2aebaa={_0x1ec955:0x1ba,_0x4124ab:0x209,_0x411bf0:0x38c,_0x438e85:0x27e,_0x5258a9:0x25f,_0x446a47:0x36c,_0x3ce9a4:0x280,_0x5589ff:0x235,_0x1abe90:0x3e3,_0x574046:0x2d3,_0x38b86c:0x2c8,_0x1cc7ea:0x201,_0x32f3e0:0x209,_0x19dd51:0x3ab,_0x2f841d:0x35a,_0x49de87:0x322,_0x3e44e0:0x39e,_0x218e3b:0x37d,_0x319a68:0x3a0,_0x4e279d:0x3c8,_0x3da459:0x267,_0x324570:0x223,_0x79e434:0x1ec,_0x5c7e41:0x210,_0x5c1ebe:0x281,_0x389c4e:0x28f,_0x2ee30a:0x28b,_0x4c2f37:0x3e9,_0x4c4104:0x3b1,_0x393f1b:0x347,_0x3d45df:0x39f,_0x5521a8:0x3ba,_0x3d4cd4:0x3d7,_0x540a9e:0x259,_0xd20419:0x24f,_0x48189e:0x368,_0x3b6c28:0x318,_0x52a045:0x38a,_0x1d2e96:0x289,_0x372252:0x2a1,_0x3c4ddc:0x37c,_0x5af9da:0x38c,_0x1dbec3:0x346,_0x15bfe7:0x35e,_0x2e3e8e:0x24e,_0x5cf174:0x276,_0x14830:0x3b0,_0x240a57:0x39b,_0x1dd3f2:0x232,_0x584161:0x22a,_0x5da3ad:0x3b5,_0x31019e:0x42f,_0xb00dd3:0x3b7,_0x44e5e8:0x35d,_0x491326:0x34a,_0x35950e:0x318,_0x2f639b:0x38b,_0x1c81a7:0x229,_0x4d9c75:0x251,_0x1f7271:0x206,_0x3f912e:0x1de,_0x124efd:0x214,_0x2e1ccf:0x3f2,_0x409efc:0x426,_0x5795de:0x3d6,_0x4ea727:0x399,_0x36a749:0x2c1,_0x25e6d2:0x23d,_0x40f95f:0x296,_0x9d31f5:0x34d,_0x9dd445:0x3a5,_0x3647cf:0x319,_0x3f28a2:0x3bf,_0x15a260:0x41f,_0x15defd:0x348,_0x5c95aa:0x35d,_0x52b37f:0x411,_0x8ac768:0x3b2,_0x3838af:0x430,_0x17860c:0x358,_0x3faf6c:0x35c,_0x4876f2:0x37f,_0x19f72c:0x238,_0x79dc29:0x286},_0x3a413d={_0x55e593:0x2bf},_0x43045e={_0x38ba69:0x339},_0x51e4ad={'adSfv':function(_0x2dda16){return _0x2dda16();},'llunO':function(_0x7c8054,_0x210eaf){return _0x7c8054===_0x210eaf;},'NLaPL':function(_0x4336f2,_0x105f65){return _0x4336f2!==_0x105f65;},'vuSAj':_0x592daa(-_0x2aebaa._0x1ec955,-_0x2aebaa._0x4124ab,-0x245,-0x217),'XMoWX':function(_0x38bdf8,_0x53827b,_0x37035f){return _0x38bdf8(_0x53827b,_0x37035f);},'JehPf':'user','WPfTQ':function(_0xa5c84e,_0x19304e){return _0xa5c84e(_0x19304e);},'DSPOi':function(_0x388968,_0x3a7afd,_0x3e2eb8){return _0x388968(_0x3a7afd,_0x3e2eb8);},'UHcyx':_0x2fbb28(0x36d,0x3a9,_0x2aebaa._0x411bf0,0x37c),'wAXQM':_0x592daa(-_0x2aebaa._0x438e85,-_0x2aebaa._0x5258a9,-0x245,-0x25e)+'t','jbskQ':function(_0x3c1336,_0x24318f,_0x3a00db,_0x379941){return _0x3c1336(_0x24318f,_0x3a00db,_0x379941);},'Rmgpx':function(_0x332e16,_0x4e1f41){return _0x332e16===_0x4e1f41;},'HUAmo':function(_0x3fac40,_0x4601e3){return _0x3fac40(_0x4601e3);},'JubCJ':function(_0x48b11a,_0x2f79a3,_0x487e5f){return _0x48b11a(_0x2f79a3,_0x487e5f);},'zaUmu':_0x2fbb28(0x356,_0x2aebaa._0x446a47,0x305,0x30b),'rrEtv':_0x592daa(-0x292,-_0x2aebaa._0x3ce9a4,-_0x2aebaa._0x5589ff,-0x27b),'TWFVh':_0x2fbb28(0x3db,0x393,0x3e2,_0x2aebaa._0x1abe90),'cXBCx':_0x592daa(-_0x2aebaa._0x574046,-0x293,-_0x2aebaa._0x38b86c,-0x2a2),'Asphd':function(_0x2260a7,_0x5110dd,_0x4f1f64){return _0x2260a7(_0x5110dd,_0x4f1f64);},'XoCzE':function(_0x5ae59b,_0x37f7ce){return _0x5ae59b(_0x37f7ce);}},{getRoleById:_0x2b523a}=await _0x51e4ad[_0x592daa(-0x29b,-0x24a,-0x24f,-_0x2aebaa._0x1cc7ea)](d),_0x38bf02=getPermissionScope(_0x42ab26);function _0x592daa(_0x4c5f0f,_0x3c5f17,_0x224f5d,_0x192420){return _0x2b8f(_0x3c5f17- -_0x43045e._0x38ba69,_0x192420);}if(_0x51e4ad[_0x592daa(-0x24d,-0x24f,-0x209,-_0x2aebaa._0x32f3e0)](_0x38bf02,_0x2fbb28(0x35e,0x3a9,0x33b,_0x2aebaa._0x19dd51))){if(_0x51e4ad['NLaPL'](_0x51e4ad[_0x2fbb28(_0x2aebaa._0x2f841d,0x35d,_0x2aebaa._0x49de87,0x391)],_0x2fbb28(_0x2aebaa._0x3e44e0,_0x2aebaa._0x218e3b,_0x2aebaa._0x319a68,0x3a9))){const {getBindingsBySubject:_0x2d197e,getTeamsByUserId:_0x359cef}=await d(),_0x3540f4=await _0x51e4ad[_0x2fbb28(0x3bb,0x3ef,_0x2aebaa._0x218e3b,_0x2aebaa._0x4e279d)](_0x2d197e,_0x51e4ad['JehPf'],_0x9b15ba),_0x2f5478=await _0x51e4ad['WPfTQ'](_0x359cef,_0x9b15ba),_0x4e9c25=[..._0x3540f4];for(const _0xbda477 of _0x2f5478){const _0x99d117=await _0x51e4ad[_0x592daa(-0x216,-0x264,-_0x2aebaa._0x3da459,-_0x2aebaa._0x324570)](_0x2d197e,_0x592daa(-_0x2aebaa._0x79e434,-0x21d,-0x21d,-_0x2aebaa._0x5c7e41),_0xbda477['id']);_0x4e9c25[_0x592daa(-0x24b,-_0x2aebaa._0x5c1ebe,-_0x2aebaa._0x389c4e,-_0x2aebaa._0x2ee30a)](..._0x99d117);}for(const _0x582fdd of _0x4e9c25){const _0x3ce0ac=await _0x51e4ad['WPfTQ'](_0x2b523a,_0x582fdd[_0x2fbb28(_0x2aebaa._0x4c2f37,0x421,0x3d0,0x3b6)]);if(_0x3ce0ac&&_0x51e4ad[_0x2fbb28(0x394,_0x2aebaa._0x4c4104,0x3b1,_0x2aebaa._0x393f1b)](hasPermissionInSet,_0x3ce0ac[_0x2fbb28(_0x2aebaa._0x3d45df,_0x2aebaa._0x5521a8,_0x2aebaa._0x3d4cd4,0x393)+'s'],_0x42ab26)){if(_0x51e4ad[_0x592daa(-_0x2aebaa._0x540a9e,-_0x2aebaa._0xd20419,-0x221,-0x24a)]('Eiiau',_0x51e4ad[_0x2fbb28(_0x2aebaa._0x48189e,0x344,_0x2aebaa._0x3b6c28,_0x2aebaa._0x52a045)]))for(const _0x2bf4ae of _0x3f30e5){_0x4d0ed4[_0x12bcb5][_0x592daa(-0x29c,-0x276,-_0x2aebaa._0x1d2e96,-_0x2aebaa._0x372252)](_0x2bf4ae);}else return!![];}}return![];}else _0x13e7dc[_0x2fbb28(_0x2aebaa._0x3c4ddc,_0x2aebaa._0x5af9da,_0x2aebaa._0x1dbec3,_0x2aebaa._0x15bfe7)](_0x36b29f)&&_0x5172ae[_0x38b53c][_0x592daa(-_0x2aebaa._0x2e3e8e,-_0x2aebaa._0x5cf174,-0x243,-0x285)](_0x2483c2);}if(_0x38bf02===_0x51e4ad[_0x2fbb28(0x39d,_0x2aebaa._0x14830,0x378,_0x2aebaa._0x240a57)]){if(!_0xdd81c3)return![];const _0x4a4da1=await _0x51e4ad['jbskQ'](collectBindingsForUser,_0x9b15ba,_0x51e4ad[_0x592daa(-_0x2aebaa._0x1dd3f2,-0x25b,-0x283,-_0x2aebaa._0x584161)],_0xdd81c3);for(const _0x1930d9 of _0x4a4da1){if(_0x51e4ad[_0x2fbb28(0x3f2,_0x2aebaa._0x5da3ad,_0x2aebaa._0x31019e,_0x2aebaa._0xb00dd3)]('ecCav',_0x2fbb28(_0x2aebaa._0x44e5e8,_0x2aebaa._0x491326,_0x2aebaa._0x35950e,_0x2aebaa._0x2f639b))){const _0x202e76=await _0x51e4ad[_0x592daa(-0x20c,-_0x2aebaa._0x1c81a7,-_0x2aebaa._0x4d9c75,-_0x2aebaa._0x1f7271)](_0x2b523a,_0x1930d9[_0x592daa(-_0x2aebaa._0x3f912e,-0x20f,-0x1cd,-_0x2aebaa._0x124efd)]);if(_0x202e76&&_0x51e4ad['JubCJ'](hasPermissionInSet,_0x202e76[_0x2fbb28(0x39f,0x35b,0x39c,0x37c)+'s'],_0x42ab26)){if(_0x51e4ad[_0x2fbb28(_0x2aebaa._0x2e1ccf,0x439,_0x2aebaa._0x409efc,_0x2aebaa._0x5795de)](_0x51e4ad[_0x2fbb28(_0x2aebaa._0x2f639b,_0x2aebaa._0x4ea727,0x37d,0x366)],_0x51e4ad[_0x592daa(-_0x2aebaa._0x36a749,-0x279,-_0x2aebaa._0x25e6d2,-0x2c8)]))_0x19f6d0=_0x23c394[_0x592daa(-0x2be,-_0x2aebaa._0x40f95f,-0x2c7,-0x2be)](_0x3c7cdd=>_0x3c7cdd!==_0x20d7c4[_0x2fbb28(0x3b7,0x37c,0x3f8,0x3d7)]);else return!![];}}else return!![];}return![];}function _0x2fbb28(_0xd1ad71,_0xb15227,_0x4b1f17,_0x6e4bd5){return _0x2b8f(_0xd1ad71-_0x3a413d._0x55e593,_0x6e4bd5);}if(_0x38bf02===_0x51e4ad['TWFVh']){if(!_0xdd81c3)return![];const _0x4fbaf3=await _0x51e4ad[_0x2fbb28(0x360,_0x2aebaa._0x9d31f5,_0x2aebaa._0x9dd445,_0x2aebaa._0x3647cf)](collectBindingsForUser,_0x9b15ba,_0x51e4ad[_0x2fbb28(0x3df,_0x2aebaa._0x3f28a2,0x3c5,_0x2aebaa._0x15a260)],_0xdd81c3);for(const _0x3c0ceb of _0x4fbaf3){if(_0x51e4ad[_0x2fbb28(0x385,_0x2aebaa._0x15defd,_0x2aebaa._0x5c95aa,0x341)]!=='FUWfF'){const _0x3dc2e0=await _0x2b523a(_0x3c0ceb[_0x2fbb28(0x3e9,_0x2aebaa._0x52b37f,_0x2aebaa._0x8ac768,_0x2aebaa._0x3838af)]);if(_0x3dc2e0&&_0x51e4ad[_0x2fbb28(_0x2aebaa._0x17860c,0x397,_0x2aebaa._0x3faf6c,0x30c)](hasPermissionInSet,_0x3dc2e0[_0x2fbb28(0x39f,0x37f,_0x2aebaa._0x4876f2,0x3e3)+'s'],_0x42ab26))return!![];}else return['*'];}return![];}return await _0x51e4ad[_0x592daa(-_0x2aebaa._0x79e434,-_0x2aebaa._0x19f72c,-0x1f4,-_0x2aebaa._0x79dc29)](hasAllPermissions,_0x9b15ba);}export async function hasAllPermissions(_0xd37d8b){const _0x5cfc87={_0x5a9212:0x38,_0x3c88db:0x37,_0x3749cc:0x10,_0x19cd97:0x2f3,_0x2574fa:0x332,_0x449511:0x32f,_0x104b94:0x97,_0x4c1ad1:0x89,_0x543b26:0x6b,_0xc6a171:0x6a,_0x51a975:0x74,_0x533b56:0x36d,_0x458997:0x6e,_0x37735c:0x2a,_0x36e66d:0x79,_0x1d0b40:0xba,_0x3afebf:0x54,_0x54cfbd:0x6,_0x55644b:0x328,_0x4bc4bf:0x33f,_0x4f38f3:0x69,_0x32575f:0x1f,_0x469fc9:0x3a7,_0x5ba546:0x36b,_0x50172a:0x385,_0x44dd64:0x3e9,_0x1924a8:0x3b9,_0x56d5f7:0x12,_0x453634:0x14},_0x2ebb3a={_0x3b0e04:0xb1},_0x138f94={'uUcsy':function(_0x3c6a83){return _0x3c6a83();},'xyjzV':function(_0x1a1d34,_0x902a96,_0x5cac1c){return _0x1a1d34(_0x902a96,_0x5cac1c);},'oNjwC':_0xc36c45(-_0x5cfc87._0x5a9212,-_0x5cfc87._0x3c88db,_0x5cfc87._0x3749cc,0x52),'anhRt':function(_0x247239,_0x312793){return _0x247239(_0x312793);},'gskBz':function(_0x4f9539,_0x1dd394){return _0x4f9539===_0x1dd394;},'qrAGn':_0x3f3092(_0x5cfc87._0x19cd97,_0x5cfc87._0x2574fa,0x30c,_0x5cfc87._0x449511),'obGXe':function(_0x34a149,_0xc7a29b,_0x5b420d){return _0x34a149(_0xc7a29b,_0x5b420d);},'GowYv':_0xc36c45(_0x5cfc87._0x104b94,_0x5cfc87._0x4c1ad1,_0x5cfc87._0x543b26,_0x5cfc87._0xc6a171)};function _0x3f3092(_0xe420cb,_0x5ff79d,_0x6e3720,_0x238377){return _0x2b8f(_0x238377-0x28b,_0xe420cb);}const {getBindingsBySubject:_0x3e4ac7,getTeamsByUserId:_0x332b1d,getRoleById:_0x3b27e3}=await _0x138f94[_0xc36c45(_0x5cfc87._0x51a975,0x74,0x68,0x44)](d);function _0xc36c45(_0xdd1d38,_0x317cfb,_0x1090b0,_0x501466){return _0x2b8f(_0x1090b0- -_0x2ebb3a._0x3b0e04,_0xdd1d38);}const _0x1c7528=await _0x138f94[_0x3f3092(0x334,0x3a9,_0x5cfc87._0x533b56,0x376)](_0x3e4ac7,_0x138f94['oNjwC'],_0xd37d8b);for(const _0x1801d7 of _0x1c7528){const _0x1874af=await _0x138f94['anhRt'](_0x3b27e3,_0x1801d7[_0xc36c45(_0x5cfc87._0x458997,_0x5cfc87._0x37735c,_0x5cfc87._0x36e66d,0x7a)]);if(_0x1874af&&_0x1874af['permission'+'s'][_0xc36c45(0xa9,0x83,0x7d,_0x5cfc87._0x1d0b40)]('*'))return!![];}const _0x2b25d7=await _0x138f94['anhRt'](_0x332b1d,_0xd37d8b);for(const _0x20bab9 of _0x2b25d7){if(_0x138f94['gskBz'](_0x138f94[_0xc36c45(_0x5cfc87._0x3afebf,_0x5cfc87._0x54cfbd,0x52,0x23)],'VNDcV')){const _0x34c961=await _0x138f94[_0x3f3092(0x37e,0x378,_0x5cfc87._0x55644b,_0x5cfc87._0x4bc4bf)](_0x3e4ac7,_0x138f94['GowYv'],_0x20bab9['id']);for(const _0xe5833f of _0x34c961){const _0x564f12=await _0x138f94[_0xc36c45(-0x52,-_0x5cfc87._0x4f38f3,-0x1b,_0x5cfc87._0x32575f)](_0x3b27e3,_0xe5833f['role_id']);if(_0x564f12&&_0x564f12[_0x3f3092(0x386,_0x5cfc87._0x469fc9,0x3a4,_0x5cfc87._0x5ba546)+'s'][_0x3f3092(_0x5cfc87._0x50172a,0x3d2,_0x5cfc87._0x44dd64,_0x5cfc87._0x1924a8)]('*'))return!![];}}else _0x14f01c[_0xc36c45(0xb,0x56,_0x5cfc87._0x56d5f7,-_0x5cfc87._0x453634)](_0x36c36a);}return![];}export async function getVisibleEnvironments(_0x1c9175){const _0x30a92e={_0x3b0d9c:0x30e,_0x34ee04:0x2a9,_0x314a72:0x308,_0x534c65:0x2b,_0x577cdf:0xcf,_0x41010c:0x327,_0x15b29f:0x341,_0x5811f5:0x2f7,_0x427ddc:0xfe,_0x5326f3:0xb3,_0x10507d:0xb6,_0x44be76:0x320,_0x1c1c85:0x2de,_0x266945:0x2e6,_0x57065e:0xaf,_0x307636:0xde,_0x51455f:0x84,_0x45f94a:0xab,_0x4ad04b:0x305,_0xc43082:0x326,_0x5d2e9e:0x30c,_0x51d85f:0x31a,_0x40c79c:0x354,_0x3ab5e3:0x344,_0x3ab998:0x2f1,_0x2e3bcc:0x2dd,_0x104e85:0x2dd,_0x91f294:0x2fa,_0x547c63:0x33d,_0x26bc1c:0x35a,_0xdbd8a1:0x5c,_0x56301:0x8b,_0x1cdbc0:0x7b,_0x4f6e01:0xf0,_0x2d6e2f:0x328,_0x31ae56:0x31a,_0x26a2bf:0xa4,_0x35bfc9:0xe8,_0x17d31c:0x2ea,_0x2839d2:0x2e1,_0x358881:0x292,_0x836db2:0x2f5,_0x15e7ab:0x309,_0x2941f7:0x2a5,_0x2eca00:0x2d2,_0x2174d4:0x2dc,_0x3c5dab:0x2ad,_0x11269a:0x2bb,_0x5e70fd:0x32f,_0x53bf07:0x343,_0x2662cb:0x29a,_0x3d97b2:0x2d9,_0x24f201:0x96,_0x1e11bd:0x7c,_0x19d040:0x30b,_0x5cedc5:0x2ed,_0x550c97:0x2ac,_0x1e44b2:0x2d0,_0x1fd872:0x271,_0x43a8f3:0x2ba,_0x584746:0x72,_0x5639ff:0x2ce,_0x37c9aa:0xba,_0x35ef96:0x92,_0x3af1da:0x2d6,_0x175dfb:0x54,_0x23ac78:0x9c,_0x46241c:0x67,_0x4192f7:0x1d,_0x837010:0x8b,_0x5b020d:0x90,_0x3c91e8:0x9b,_0x418c69:0x2d2,_0x597342:0x311,_0x5e9e09:0x68,_0x1d32f8:0x8e,_0x5e2645:0x46,_0x95c0e6:0x5c,_0x227ae5:0x31,_0x67948e:0x5c,_0x587f37:0x2a7,_0x45e366:0x337,_0x54e12e:0x43,_0x8a9fdd:0x24,_0x166b4d:0x4b},_0x5afbec={_0x2b317f:0x3cf},_0x6900d9={_0x26bc00:0x67},_0x79d300={'LdcqL':function(_0x5ab936){return _0x5ab936();},'YRtBu':_0x18cd20(-0x32b,-0x323,-_0x30a92e._0x3b0d9c,-0x2c6),'xDArx':function(_0x207182,_0x33cbe4){return _0x207182!==_0x33cbe4;},'iWFIu':_0x18cd20(-0x2e8,-0x329,-0x2eb,-_0x30a92e._0x34ee04),'LdqRP':_0x18cd20(-0x315,-0x335,-0x2f5,-_0x30a92e._0x314a72)+'t','BrSCE':'mFRXZ','cWXWI':function(_0x697054,_0x551839){return _0x697054===_0x551839;},'oKDKk':_0xe8e6(0x63,0x33,0x54,_0x30a92e._0x534c65),'LCoxF':_0xe8e6(0x92,_0x30a92e._0x577cdf,0x80,0x88),'jwoHf':function(_0x7e2a12,_0x188306){return _0x7e2a12(_0x188306);},'xnJTp':function(_0x2ddeab,_0x61756b){return _0x2ddeab!==_0x61756b;},'qBmlF':_0x18cd20(-0x330,-0x2f2,-0x305,-0x318),'vbhiT':function(_0x5ea650,_0x7133e2,_0x287c6b){return _0x5ea650(_0x7133e2,_0x287c6b);},'QHftz':_0x18cd20(-0x2f4,-0x2c0,-0x2b3,-0x2e8),'DMmKd':_0x18cd20(-_0x30a92e._0x41010c,-_0x30a92e._0x15b29f,-_0x30a92e._0x5811f5,-0x331),'JoJJw':'oTJyN','wBHnE':function(_0x8f9013,_0xa81807){return _0x8f9013!==_0xa81807;},'OBpTn':_0xe8e6(_0x30a92e._0x427ddc,_0x30a92e._0x5326f3,_0x30a92e._0x10507d,0xc1),'TnMep':function(_0x14b3c3,_0x136d1e){return _0x14b3c3===_0x136d1e;},'fowSW':_0x18cd20(-0x2e0,-0x305,-_0x30a92e._0x44be76,-0x2ee)},{getTeamsByUserId:_0x146593,getBindingsBySubject:_0x1f72eb,getAllEnvironments:_0x487139}=await d(),_0x3c4655=await hasAllPermissions(_0x1c9175);if(_0x3c4655)return await _0x79d300['LdcqL'](_0x487139);const _0x7658b2=new Set();function _0xe8e6(_0x3fc0a5,_0x4373f3,_0x2d4108,_0x54dee0){return _0x2b8f(_0x2d4108- -_0x6900d9._0x26bc00,_0x54dee0);}const _0x34fa81=await _0x1f72eb(_0x79d300['YRtBu'],_0x1c9175);function _0x18cd20(_0x1b39e5,_0x3f9ad6,_0x186cc5,_0x43f26c){return _0x2b8f(_0x186cc5- -_0x5afbec._0x2b317f,_0x43f26c);}for(const _0x34552e of _0x34fa81){if(_0x79d300[_0x18cd20(-_0x30a92e._0x1c1c85,-0x2dc,-0x2dc,-_0x30a92e._0x266945)](_0x79d300[_0xe8e6(_0x30a92e._0x57065e,_0x30a92e._0x307636,0xab,0x9d)],_0x79d300[_0xe8e6(_0x30a92e._0x51455f,0x78,_0x30a92e._0x45f94a,0xd5)]))_0x6ba6e0[_0x18cd20(-_0x30a92e._0x4ad04b,-_0x30a92e._0xc43082,-_0x30a92e._0x5d2e9e,-0x35a)](_0x8b9ca0);else{if(_0x34552e[_0x18cd20(-0x335,-0x2f1,-_0x30a92e._0x51d85f,-_0x30a92e._0x40c79c)+_0x18cd20(-0x2f3,-_0x30a92e._0x3ab5e3,-0x318,-0x2cc)]===_0x79d300[_0x18cd20(-_0x30a92e._0x3ab998,-0x30c,-0x2de,-0x2ea)]){if(_0x79d300['xDArx'](_0x79d300['BrSCE'],_0x79d300[_0x18cd20(-0x2bc,-_0x30a92e._0x2e3bcc,-_0x30a92e._0x104e85,-_0x30a92e._0x91f294)])){const _0x158c86={};return _0x158c86[_0x18cd20(-_0x30a92e._0x547c63,-_0x30a92e._0x26bc1c,-0x330,-_0x30a92e._0xc43082)]=['*'],_0x158c86[_0xe8e6(_0x30a92e._0xdbd8a1,_0x30a92e._0x56301,0x73,_0x30a92e._0x1cdbc0)+'ts']={},_0x158c86['teams']={},_0x158c86;}else{if(_0x79d300[_0xe8e6(0xe0,0xcb,0xbf,_0x30a92e._0x4f6e01)](_0x34552e[_0xe8e6(0x85,0x6a,0x96,0x92)+'d'],'*')){if(_0x79d300[_0x18cd20(-_0x30a92e._0x2d6e2f,-0x303,-0x30a,-_0x30a92e._0x31ae56)]===_0x79d300[_0xe8e6(0x74,0xd0,_0x30a92e._0x26a2bf,_0x30a92e._0x35bfc9)])_0x3f1574[_0x56ba4d]=[..._0x23f418[_0x35e8af]];else return await _0x79d300[_0x18cd20(-_0x30a92e._0x17d31c,-0x2eb,-_0x30a92e._0x2839d2,-_0x30a92e._0x358881)](_0x487139);}_0x7658b2[_0x18cd20(-_0x30a92e._0x836db2,-0x2f6,-0x30c,-_0x30a92e._0x15e7ab)](_0x34552e[_0x18cd20(-0x2d8,-_0x30a92e._0x2941f7,-_0x30a92e._0x2eca00,-_0x30a92e._0x2174d4)+'d']);}}}}const _0x57589b=await _0x79d300[_0x18cd20(-_0x30a92e._0x2941f7,-0x25d,-_0x30a92e._0x3c5dab,-_0x30a92e._0x11269a)](_0x146593,_0x1c9175);for(const _0x3ddd81 of _0x57589b){if(_0x79d300[_0x18cd20(-0x319,-0x2fa,-0x327,-0x2ea)](_0x79d300[_0x18cd20(-_0x30a92e._0x5e70fd,-0x300,-_0x30a92e._0x5e70fd,-0x321)],_0x79d300[_0x18cd20(-_0x30a92e._0x53bf07,-0x359,-0x32f,-_0x30a92e._0x2839d2)]))return!![];else{const _0x3d3bb4=await _0x79d300[_0x18cd20(-_0x30a92e._0x2662cb,-0x2da,-_0x30a92e._0x3d97b2,-0x306)](_0x1f72eb,_0x79d300[_0xe8e6(0x81,_0x30a92e._0x24f201,_0x30a92e._0x1e11bd,0xbb)],_0x3ddd81['id']);for(const _0x3a580b of _0x3d3bb4){if(_0x79d300[_0x18cd20(-0x2b0,-_0x30a92e._0x19d040,-_0x30a92e._0x5cedc5,-_0x30a92e._0x550c97)]===_0x79d300[_0x18cd20(-0x302,-0x305,-0x311,-_0x30a92e._0x1e44b2)])_0x49285f=_0x4f0622[_0x18cd20(-_0x30a92e._0x1fd872,-0x2e0,-_0x30a92e._0x43a8f3,-0x2c3)]||[];else{if(_0x79d300['cWXWI'](_0x3a580b[_0xe8e6(0x50,0x6f,0x4e,_0x30a92e._0x584746)+_0x18cd20(-0x319,-_0x30a92e._0x5639ff,-0x318,-0x367)],_0x79d300['LdqRP'])){if(_0x79d300[_0xe8e6(0x77,0xa2,_0x30a92e._0x37c9aa,_0x30a92e._0x35ef96)](_0x18cd20(-0x2f7,-0x316,-_0x30a92e._0x3af1da,-0x2af),_0x79d300[_0xe8e6(_0x30a92e._0x175dfb,_0x30a92e._0x23ac78,_0x30a92e._0x46241c,_0x30a92e._0x4192f7)])){if(_0x79d300[_0xe8e6(_0x30a92e._0x837010,0x9a,_0x30a92e._0x5b020d,_0x30a92e._0x3c91e8)](_0x3a580b[_0x18cd20(-0x2a5,-0x30b,-_0x30a92e._0x418c69,-_0x30a92e._0x597342)+'d'],'*')){if(_0x79d300['fowSW']===_0x79d300[_0xe8e6(0x62,_0x30a92e._0x5e9e09,_0x30a92e._0x1d32f8,0x5e)])return await _0x79d300['LdcqL'](_0x487139);else _0x5e9298[_0x517ef9][_0xe8e6(_0x30a92e._0x5e2645,0x9b,_0x30a92e._0x95c0e6,0x89)](_0x6be9c3);}_0x7658b2[_0xe8e6(0xa6,_0x30a92e._0x227ae5,_0x30a92e._0x67948e,0x30)](_0x3a580b['resource_i'+'d']);}else for(const _0x100dee of _0x4891ee[_0x18cd20(-_0x30a92e._0x587f37,-_0x30a92e._0x45e366,-0x2ef,-0x2f9)+'s']){_0x3bbf82['has'](_0x100dee)&&_0x11475a[_0x3176b1][_0xe8e6(_0x30a92e._0x54e12e,_0x30a92e._0x8a9fdd,0x5c,_0x30a92e._0x166b4d)](_0x100dee);}}}}}}return[..._0x7658b2];}export async function resolveUserPermissionsAllEnvironments(_0x25c10b){const _0x326212={_0x7dc9d3:0x35e,_0x122e46:0x316,_0x45f27e:0x348,_0x5e8387:0x31d,_0x8638cf:0x33a,_0x3c37f6:0x2e7,_0x4cee55:0x34e,_0x19954b:0x45c,_0x4eae6a:0x419,_0x148cb6:0x481,_0x49bedc:0x2f3},_0x27f808={_0x44d24b:0x21f};function _0x4a925a(_0xcd2320,_0x1feb31,_0x3c9427,_0x5ee29c){return _0x2b8f(_0x5ee29c-_0x27f808._0x44d24b,_0xcd2320);}const _0x43ee17={'MEwfN':function(_0x20c147,_0x5ccfb7){return _0x20c147(_0x5ccfb7);},'wmfEM':function(_0x40f541,_0x40568f){return _0x40f541===_0x40568f;},'TVVNh':_0x4a925a(_0x326212._0x7dc9d3,0x2fd,_0x326212._0x122e46,0x34b),'XEEyj':function(_0x6415be,_0x4792c9,_0x418054){return _0x6415be(_0x4792c9,_0x418054);}},_0x2d7df8=await _0x43ee17[_0x4a925a(_0x326212._0x45f27e,_0x326212._0x5e8387,0x339,_0x326212._0x8638cf)](getVisibleEnvironments,_0x25c10b);function _0x23c697(_0x34422a,_0x6d8b5a,_0x55bf09,_0x2809a8){return _0x2b8f(_0x34422a-0x38d,_0x55bf09);}const _0x1ca674={};for(const _0x1f87c2 of _0x2d7df8){if(_0x43ee17[_0x4a925a(0x2f2,0x2cc,0x316,_0x326212._0x3c37f6)](_0x4a925a(0x39c,0x389,_0x326212._0x4cee55,0x34b),_0x43ee17[_0x23c697(_0x326212._0x19954b,0x49f,_0x326212._0x4eae6a,_0x326212._0x148cb6)]))_0x1ca674[_0x1f87c2]=await _0x43ee17[_0x4a925a(0x2fb,0x2ec,0x303,_0x326212._0x49bedc)](resolveUserPermissions,_0x25c10b,_0x1f87c2);else for(const _0x15619a of _0x455a89['permission'+'s']){_0x466c19['add'](_0x15619a);}}return _0x1ca674;}export async function resolveUserServerPermissions(_0xebf70c){const _0x4c9ff2={_0xd86b5d:0x103,_0xb12d3f:0xc6,_0x9e18fc:0x15d,_0x25516d:0x111,_0x19aef8:0x9a,_0x1cefac:0x53,_0xc2b0eb:0x72,_0x14b987:0xe5,_0x1c3e96:0x170,_0x15b491:0x168,_0x24630d:0x8a,_0x1c2ccb:0x3c,_0x208956:0xa2,_0x43c122:0xa4,_0x68aa97:0xdc,_0x4b9de5:0x129,_0x1a1cfb:0x175,_0x2ccfe2:0x101,_0x584de4:0xfa,_0x306db4:0x14a,_0x5cab66:0x18e,_0xb18736:0x187,_0x5d9706:0x70,_0x38a7fe:0xd8,_0x457fb3:0xb4,_0x4ebbf6:0x14b,_0x569df3:0x137,_0x3faa67:0x15b,_0x3deb4e:0x119,_0xb4112c:0x114,_0x3b3c70:0x157,_0x7f39f7:0xb0,_0x1b731c:0xc5,_0x4ade3b:0x9b,_0x2f6296:0x131,_0x7c4cd1:0x15c,_0x145230:0x15b},_0x176a6e={_0x30eb25:0x21f},_0x5c95b5={_0x3e2b13:0x182},_0x72600d={'ygGzc':function(_0x34051a){return _0x34051a();},'RMADA':function(_0x20941b,_0x4ac46c,_0x5cf3c1){return _0x20941b(_0x4ac46c,_0x5cf3c1);},'CpdSS':_0x56d1ac(-0x106,-0xc1,-_0x4c9ff2._0xd86b5d,-_0x4c9ff2._0xb12d3f),'CTUWa':function(_0x114737,_0x39e025){return _0x114737(_0x39e025);},'pYwzZ':'team','BAsJf':function(_0x4653b2,_0xeabb4){return _0x4653b2!==_0xeabb4;},'ftAgH':_0x1901a6(-0x107,-_0x4c9ff2._0x9e18fc,-_0x4c9ff2._0x25516d,-0x142),'nWNjl':'zmebL','iwLEC':_0x56d1ac(-_0x4c9ff2._0x19aef8,-0x99,-_0x4c9ff2._0x1cefac,-_0x4c9ff2._0xc2b0eb)},{getBindingsBySubject:_0x3979cc,getTeamsByUserId:_0x3b889f,getRoleById:_0x666cbd}=await _0x72600d[_0x56d1ac(-0x12e,-_0x4c9ff2._0x14b987,-0xea,-0xd5)](d),_0x2f6eab=new Set(),_0x5dca4c=new Set(Object[_0x1901a6(-0x1b6,-0x19c,-0x185,-0x169)](PERMISSIONS[_0x1901a6(-_0x4c9ff2._0x1c3e96,-0x1b7,-0x180,-_0x4c9ff2._0x15b491)])),_0x201d4e=await _0x72600d[_0x56d1ac(-_0x4c9ff2._0x24630d,-0x68,-_0x4c9ff2._0x1c2ccb,-_0x4c9ff2._0x208956)](_0x3979cc,_0x72600d['CpdSS'],_0xebf70c);function _0x56d1ac(_0x16fc36,_0x5dfd8a,_0x5ca277,_0x1d3b7d){return _0x2b8f(_0x5dfd8a- -_0x5c95b5._0x3e2b13,_0x5ca277);}function _0x1901a6(_0x5e13a9,_0x30a9c7,_0x33a343,_0x59cf67){return _0x2b8f(_0x33a343- -_0x176a6e._0x30eb25,_0x5e13a9);}const _0x2866d2=await _0x72600d['CTUWa'](_0x3b889f,_0xebf70c),_0x1225f3=[..._0x201d4e];for(const _0x460764 of _0x2866d2){const _0x163fae=await _0x3979cc(_0x72600d['pYwzZ'],_0x460764['id']);_0x1225f3[_0x56d1ac(-_0x4c9ff2._0x43c122,-0xca,-_0x4c9ff2._0x68aa97,-0xe5)](..._0x163fae);}for(const _0x407a29 of _0x1225f3){if(_0x72600d[_0x1901a6(-0x187,-_0x4c9ff2._0x4b9de5,-_0x4c9ff2._0x1a1cfb,-0x1a1)]('ezqTT',_0x72600d[_0x1901a6(-0xf0,-_0x4c9ff2._0x2ccfe2,-_0x4c9ff2._0x584de4,-_0x4c9ff2._0x306db4)])){const _0x1f8938=await _0x72600d[_0x1901a6(-_0x4c9ff2._0x5cab66,-0x14a,-_0x4c9ff2._0xb18736,-0x19f)](_0x666cbd,_0x407a29['role_id']);if(!_0x1f8938)continue;if(_0x1f8938[_0x56d1ac(-_0x4c9ff2._0x5d9706,-_0x4c9ff2._0x208956,-0xe0,-0xa0)+'s']['includes']('*')){if(_0x72600d[_0x56d1ac(-0xf7,-_0x4c9ff2._0x38a7fe,-0x94,-_0x4c9ff2._0x457fb3)](_0x72600d[_0x1901a6(-_0x4c9ff2._0x4ebbf6,-_0x4c9ff2._0x569df3,-_0x4c9ff2._0x3faa67,-0x175)],_0x72600d[_0x1901a6(-_0x4c9ff2._0x3deb4e,-0xd9,-0x113,-0x138)]))return['*'];else _0x19dcf7=_0x23cc5a;}for(const _0x347818 of _0x1f8938[_0x1901a6(-0x18e,-_0x4c9ff2._0xb4112c,-0x13f,-_0x4c9ff2._0x3b3c70)+'s']){_0x5dca4c[_0x56d1ac(-_0x4c9ff2._0x7f39f7,-_0x4c9ff2._0x1b731c,-0x81,-_0x4c9ff2._0x4ade3b)](_0x347818)&&_0x2f6eab[_0x1901a6(-_0x4c9ff2._0x2f6296,-0x19c,-_0x4c9ff2._0x7c4cd1,-_0x4c9ff2._0x145230)](_0x347818);}}else return!![];}return[..._0x2f6eab];}export async function resolveUserTeamPermissionsAll(_0x511cd4){const _0x52c5f6={_0x3013b5:0x46d,_0x1f81ce:0x480,_0x1946dd:0x4b5,_0x343dd0:0x3b9,_0xf284d2:0x422,_0x11e7cb:0x425,_0x36da9b:0x452,_0xb5e20f:0x417,_0x7a588c:0x429,_0xa5d056:0x1bd,_0x4722c0:0x1c9,_0x491fb8:0x19a,_0x239397:0x149,_0x47f11f:0x438,_0x170ca2:0x447,_0x32ba24:0x483,_0x2e5460:0x4a2,_0x446331:0x159,_0x49eed3:0x18f,_0x17e38a:0x161,_0x1256f7:0x119,_0x4922cf:0x1a9,_0x48b77b:0x170,_0x4d2fce:0x1aa,_0x1f375b:0x20d,_0x27514b:0x1d6,_0x2c1927:0x1d4,_0x58bccb:0x1a4,_0x24635c:0x1a8,_0x191f36:0x19d,_0x22908f:0x18a,_0x2b0bcf:0x40b,_0x1b8b75:0x3df,_0x545f51:0x409,_0x1a2eed:0x441,_0x26c647:0x453,_0x49574a:0x3ff,_0x46e0bb:0x144,_0x3255f4:0x1cd,_0x372963:0x18f,_0x2c7774:0x3fe,_0x1d9836:0x3b3},_0x54a688={_0x145e5b:0x364},_0x51bb24={_0x721139:0xaa};function _0x5deb05(_0x104a78,_0x358f42,_0x3f7c3d,_0x5f2a11){return _0x2b8f(_0x104a78-_0x51bb24._0x721139,_0x3f7c3d);}const _0x12aa8d={'ZYFeP':function(_0x3500a1,_0x19498c,_0x582cea){return _0x3500a1(_0x19498c,_0x582cea);},'oKDGo':function(_0x170039,_0x24bf86){return _0x170039(_0x24bf86);},'zTGZL':function(_0x32f7f8,_0x150537){return _0x32f7f8===_0x150537;},'Nuaza':_0x5a52e8(_0x52c5f6._0x3013b5,0x48e,0x459,0x49f),'lesGY':function(_0x74bb58,_0x298901,_0x182fea){return _0x74bb58(_0x298901,_0x182fea);},'igskY':_0x5a52e8(_0x52c5f6._0x1f81ce,0x4a6,_0x52c5f6._0x1946dd,0x4c4),'UsKrr':function(_0x2c848c,_0x416d90){return _0x2c848c!==_0x416d90;},'CDtBs':function(_0x2333b4,_0x12ef07){return _0x2333b4(_0x12ef07);},'exbxl':_0x5a52e8(0x409,_0x52c5f6._0x343dd0,_0x52c5f6._0xf284d2,0x3c2)},{getBindingsBySubject:_0x2760b4,getTeamsByUserId:_0x5c28c3,getRoleById:_0x1ccad1}=await d(),_0x225054=new Set(Object['keys'](PERMISSIONS['team'])),_0x1950ee={},_0x1befaf=await _0x12aa8d['ZYFeP'](_0x2760b4,_0x5a52e8(_0x52c5f6._0x11e7cb,_0x52c5f6._0x36da9b,0x431,0x423),_0x511cd4);function _0x5a52e8(_0x2eaf47,_0x531f7b,_0x398af2,_0x5e1171){return _0x2b8f(_0x2eaf47-_0x54a688._0x145e5b,_0x531f7b);}const _0x3388f8=await _0x12aa8d['oKDGo'](_0x5c28c3,_0x511cd4),_0x3406a4=[..._0x1befaf];for(const _0xcef19f of _0x3388f8){if(_0x12aa8d[_0x5a52e8(_0x52c5f6._0xb5e20f,0x43f,0x430,_0x52c5f6._0x7a588c)](_0x12aa8d[_0x5deb05(0x183,_0x52c5f6._0xa5d056,_0x52c5f6._0x4722c0,_0x52c5f6._0x491fb8)],_0x12aa8d['Nuaza'])){const _0x55aaef=await _0x12aa8d[_0x5deb05(0x17a,0x188,_0x52c5f6._0x239397,0x14a)](_0x2760b4,_0x12aa8d['igskY'],_0xcef19f['id']);_0x3406a4[_0x5a52e8(0x41c,0x46c,_0x52c5f6._0x47f11f,_0x52c5f6._0x170ca2)](..._0x55aaef);}else{if(_0x3a4358['some'](_0x14db6e=>_0x14db6e['id']===_0x304c27[_0x5a52e8(0x400,0x416,0x418,0x3ed)]))return!![];}}for(const _0x1f2cb8 of _0x3406a4){if(_0x12aa8d[_0x5a52e8(_0x52c5f6._0x32ba24,_0x52c5f6._0x2e5460,0x4b1,0x447)](_0x1f2cb8[_0x5deb05(0x15f,_0x52c5f6._0x446331,_0x52c5f6._0x49eed3,0x131)+_0x5deb05(_0x52c5f6._0x17e38a,0x144,_0x52c5f6._0x1256f7,0x17c)],_0x12aa8d[_0x5deb05(0x17b,_0x52c5f6._0x4922cf,_0x52c5f6._0x48b77b,0x198)]))continue;const _0x36f051=await _0x12aa8d[_0x5deb05(0x1d1,_0x52c5f6._0x4d2fce,_0x52c5f6._0x1f375b,_0x52c5f6._0x27514b)](_0x1ccad1,_0x1f2cb8[_0x5deb05(_0x52c5f6._0x2c1927,_0x52c5f6._0x58bccb,_0x52c5f6._0x24635c,_0x52c5f6._0x191f36)]);if(!_0x36f051)continue;const _0x4031b4=_0x1f2cb8['resource_i'+'d'];if(!_0x1950ee[_0x4031b4])_0x1950ee[_0x4031b4]=new Set();if(_0x36f051[_0x5deb05(_0x52c5f6._0x22908f,0x19f,0x169,0x144)+'s'][_0x5deb05(0x1d8,0x201,0x215,0x18e)]('*')){if(_0x12aa8d[_0x5a52e8(_0x52c5f6._0x2b0bcf,0x441,_0x52c5f6._0x1b8b75,_0x52c5f6._0x545f51)]!==_0x5a52e8(_0x52c5f6._0x1a2eed,_0x52c5f6._0x26c647,0x473,_0x52c5f6._0x49574a))for(const _0x278758 of _0x225054){_0x1950ee[_0x4031b4]['add'](_0x278758);}else _0x4a216a[_0x4c0457][_0x5deb05(0x16d,_0x52c5f6._0x46e0bb,0x18e,0x1ab)](_0x1c31ab);}else for(const _0x1f310f of _0x36f051[_0x5deb05(0x18a,_0x52c5f6._0x3255f4,0x176,_0x52c5f6._0x372963)+'s']){_0x225054['has'](_0x1f310f)&&_0x1950ee[_0x4031b4]['add'](_0x1f310f);}}for(const _0x36a4ee of Object[_0x5a52e8(_0x52c5f6._0x2c7774,0x434,_0x52c5f6._0x1d9836,0x43d)](_0x1950ee)){_0x1950ee[_0x36a4ee]=[..._0x1950ee[_0x36a4ee]];}return _0x1950ee;}export async function resolveAllUserPermissions(_0x73ac31){const _0xee72f3={_0x1aee9c:0x96,_0x1ec993:0xd7,_0x186dbb:0x9f,_0x9d5bc0:0x66,_0x3fe000:0x9,_0x3951a8:0x54,_0x45df93:0x4b,_0x120c83:0x23,_0x419403:0x53,_0x49a575:0x7,_0x3836cc:0x69,_0x33b653:0x53,_0x1c08e7:0x2d,_0x5924b0:0x22,_0x467db5:0x40,_0xa6c4c:0x48,_0x31090d:0x95,_0x24d8a7:0x67},_0xd50bb5={_0x501713:0x140},_0x25b443={'XzywF':function(_0x275a68,_0x44b40f){return _0x275a68(_0x44b40f);},'RVAxS':function(_0x384cd3,_0x45baf7){return _0x384cd3(_0x45baf7);}};function _0x411c31(_0x243f44,_0x286352,_0x30bcd2,_0x228e73){return _0x2b8f(_0x30bcd2- -_0xd50bb5._0x501713,_0x243f44);}const _0x186230=await _0x25b443[_0x27c7a9(_0xee72f3._0x1aee9c,_0xee72f3._0x1ec993,_0xee72f3._0x186dbb,_0xee72f3._0x9d5bc0)](hasAllPermissions,_0x73ac31);function _0x27c7a9(_0x1a3cfb,_0x5628f0,_0xd9db7,_0x146ae2){return _0x2b8f(_0x1a3cfb- -0x57,_0xd9db7);}if(_0x186230){const _0x15d5c3={};return _0x15d5c3[_0x27c7a9(0x48,0x7c,-_0xee72f3._0x3fe000,0x2a)]=['*'],_0x15d5c3['environmen'+'ts']={},_0x15d5c3[_0x27c7a9(_0xee72f3._0x3951a8,0x23,0x60,_0xee72f3._0x45df93)]={},_0x15d5c3;}const [_0x42acb6,_0x561a88,_0x491392]=await Promise['all']([_0x25b443[_0x411c31(-_0xee72f3._0x120c83,-0x60,-_0xee72f3._0x419403,-0x48)](resolveUserServerPermissions,_0x73ac31),_0x25b443[_0x411c31(-_0xee72f3._0x49a575,-_0xee72f3._0x3836cc,-_0xee72f3._0x33b653,-_0xee72f3._0x1c08e7)](resolveUserPermissionsAllEnvironments,_0x73ac31),_0x25b443[_0x27c7a9(0x72,_0xee72f3._0x5924b0,_0xee72f3._0x467db5,0x28)](resolveUserTeamPermissionsAll,_0x73ac31)]),_0x1cd3b2={};return _0x1cd3b2[_0x27c7a9(_0xee72f3._0xa6c4c,_0xee72f3._0x31090d,_0xee72f3._0x24d8a7,0x89)]=_0x42acb6,_0x1cd3b2['environmen'+'ts']=_0x561a88,_0x1cd3b2['teams']=_0x491392,_0x1cd3b2;}export async function hasPermissionOnAnyTeam(_0x2b37b3,_0x5620bb){const _0x4bb79e={_0x26b59e:0x18f,_0x3aab48:0x1fd,_0xafb071:0x3ba,_0x2ee785:0x3c4,_0x15f056:0x3d1,_0xf83599:0x3a4,_0x4a1c12:0x21c,_0x4ed324:0x40b,_0x1305b3:0x3e1,_0x5a573c:0x3d0,_0x314ee3:0x39c,_0x12537e:0x353,_0x563aff:0x1c8,_0x16b812:0x1a0,_0x3310a2:0x217,_0x473d2d:0x1fc,_0x3b4700:0x205,_0x3634b3:0x23b,_0x1d3e76:0x287,_0x4d8dc2:0x1f3,_0x1a2fc2:0x386,_0x179124:0x367,_0x5ea164:0x1cc,_0xeac392:0x329,_0x294b92:0x365,_0x3fc0c4:0x38e,_0x71d00b:0x3c0,_0x3ff8e4:0x325,_0x1632c6:0x353,_0x127892:0x33c,_0x1799b1:0x344,_0x28f4bd:0x383,_0xe6ce2f:0x205,_0x1d1b4c:0x1ef,_0x4ac528:0x23b,_0x3ac328:0x25d,_0x18ba2c:0x36b,_0x38ff88:0x365},_0x11b836={_0x36edf6:0x29e};function _0xd101ee(_0x54918c,_0x235793,_0x1ec961,_0x65a85d){return _0x2b8f(_0x54918c-0x111,_0x65a85d);}const _0x2e03f4={'QIJzh':function(_0x1ae3cd,_0x5af930){return _0x1ae3cd(_0x5af930);},'haAWC':function(_0x2bf0ec,_0x2642a2,_0x5608ed){return _0x2bf0ec(_0x2642a2,_0x5608ed);},'gkLXe':_0xd101ee(0x1d2,_0x4bb79e._0x26b59e,_0x4bb79e._0x3aab48,0x20c),'OdZZv':function(_0x47701c,_0x56ade7){return _0x47701c===_0x56ade7;},'wkHpQ':_0x4d30e0(0x3fd,0x37a,_0x4bb79e._0xafb071,_0x4bb79e._0x2ee785),'lKfPh':function(_0x4de265,_0x4e12f8,_0x24a950){return _0x4de265(_0x4e12f8,_0x24a950);},'WMiAS':function(_0xfa8f9f,_0x1ed002){return _0xfa8f9f===_0x1ed002;}};function _0x4d30e0(_0xa62e8,_0x168540,_0x1c2c80,_0x1e3f27){return _0x2b8f(_0x1c2c80-_0x11b836._0x36edf6,_0x168540);}const _0x224a36=await _0x2e03f4[_0x4d30e0(_0x4bb79e._0x15f056,0x37f,_0x4bb79e._0xf83599,_0x4bb79e._0x2ee785)](hasAllPermissions,_0x2b37b3);if(_0x224a36)return!![];const {getTeamsByUserId:_0xa69846,getBindingsBySubject:_0x25e0de,getRoleById:_0x461f69,getBindings:_0x49e96d}=await d(),_0x452f6a=await _0x2e03f4[_0xd101ee(0x23c,0x257,0x251,_0x4bb79e._0x4a1c12)](_0x25e0de,_0x2e03f4[_0x4d30e0(_0x4bb79e._0x4ed324,_0x4bb79e._0x1305b3,_0x4bb79e._0x5a573c,0x388)],_0x2b37b3);for(const _0x1ff36f of _0x452f6a){if(_0x2e03f4['OdZZv'](_0x1ff36f[_0x4d30e0(0x35f,_0x4bb79e._0x314ee3,_0x4bb79e._0x12537e,0x38a)+_0xd101ee(_0x4bb79e._0x563aff,0x1f5,0x1e8,_0x4bb79e._0x16b812)],_0x2e03f4['wkHpQ'])){const _0x7b0cb9=await _0x2e03f4[_0xd101ee(_0x4bb79e._0x3310a2,_0x4bb79e._0x473d2d,_0x4bb79e._0x3b4700,0x206)](_0x461f69,_0x1ff36f[_0xd101ee(_0x4bb79e._0x3634b3,_0x4bb79e._0x1d3e76,_0x4bb79e._0x4d8dc2,0x207)]);if(_0x7b0cb9&&hasPermissionInSet(_0x7b0cb9[_0x4d30e0(_0x4bb79e._0x1a2fc2,_0x4bb79e._0x179124,0x37e,0x3b2)+'s'],_0x5620bb))return!![];}}const _0x1b024d=await _0x2e03f4[_0xd101ee(0x217,_0x4bb79e._0x5ea164,0x233,0x20d)](_0xa69846,_0x2b37b3);for(const _0x4d022f of _0x1b024d){const _0x23947e=await _0x2e03f4[_0x4d30e0(0x31c,_0x4bb79e._0xeac392,_0x4bb79e._0x294b92,0x33a)](_0x25e0de,_0x2e03f4[_0x4d30e0(0x353,0x36a,_0x4bb79e._0x3fc0c4,_0x4bb79e._0x71d00b)],_0x4d022f['id']);for(const _0xd9410d of _0x23947e){if(_0x2e03f4['WMiAS'](_0xd9410d[_0x4d30e0(0x303,_0x4bb79e._0x3ff8e4,_0x4bb79e._0x1632c6,_0x4bb79e._0x127892)+_0x4d30e0(_0x4bb79e._0x1799b1,0x315,0x355,_0x4bb79e._0x28f4bd)],_0x2e03f4[_0x4d30e0(0x33f,0x374,_0x4bb79e._0x3fc0c4,0x3c1)])){const _0x4656c8=await _0x2e03f4[_0xd101ee(_0x4bb79e._0x3310a2,_0x4bb79e._0xe6ce2f,0x262,_0x4bb79e._0x1d1b4c)](_0x461f69,_0xd9410d[_0xd101ee(_0x4bb79e._0x4ac528,0x25b,0x256,_0x4bb79e._0x3ac328)]);if(_0x4656c8&&_0x2e03f4[_0x4d30e0(_0x4bb79e._0x18ba2c,0x363,_0x4bb79e._0x38ff88,0x349)](hasPermissionInSet,_0x4656c8['permission'+'s'],_0x5620bb))return!![];}}}return![];}export async function hasPermissionOnAnyEnvironment(_0x403d39,_0x178540){const _0x459417={_0x488167:0x3ca,_0x33fd29:0x1d1,_0x1c8412:0x1a9},_0xf580d9={_0x1ce8f3:0x291},_0xda0c58={'dmAPv':function(_0x247710,_0x3681db){return _0x247710(_0x3681db);},'lMqzc':function(_0x105ef6,_0x91f9b4,_0x4eff03){return _0x105ef6(_0x91f9b4,_0x4eff03);}},_0x4b03df=await _0xda0c58[_0x165d7c(0x3cf,_0x459417._0x488167,0x407,0x3c7)](hasAllPermissions,_0x403d39);if(_0x4b03df)return!![];function _0x165d7c(_0x4761fa,_0x29c316,_0x2c670f,_0x430eed){return _0x2b8f(_0x2c670f-0x300,_0x4761fa);}const _0x395403=await getVisibleEnvironments(_0x403d39);for(const _0x3e54bd of _0x395403){const _0x2f5da5=await resolveUserPermissions(_0x403d39,_0x3e54bd);if(_0xda0c58[_0x259706(-0x1a3,-_0x459417._0x33fd29,-0x17b,-_0x459417._0x1c8412)](hasPermissionInSet,_0x2f5da5,_0x178540))return!![];}function _0x259706(_0x59e0de,_0xe7dd5a,_0xaadec3,_0x2a20ca){return _0x2b8f(_0x2a20ca- -_0xf580d9._0x1ce8f3,_0xaadec3);}return![];}export async function resolveUserRoleNames(_0x3602d7){const _0x56d4cb={_0xf5d183:0x18f,_0x2b587d:0x175,_0x90d471:0xde,_0x4006e8:0x1aa,_0x5a2aad:0x1bb,_0x26716e:0x168,_0x6332a5:0xe7,_0x3cc83d:0x127,_0x7eed63:0x147,_0x2a11fe:0x1ac,_0xa23594:0x18a,_0x1e2863:0x18e,_0x37967d:0x1dd,_0x5e9f27:0x1f1,_0x33f5c0:0x183,_0x27b5d6:0x15b,_0x14c0c1:0x17e},_0x28646b={_0x1d7d0a:0x236},_0x2854d0={_0x4bc5d0:0x292},_0x992640={'DtWER':function(_0xbae9e7){return _0xbae9e7();},'nFInw':function(_0x375165,_0x2427ba,_0x1c145b){return _0x375165(_0x2427ba,_0x1c145b);},'zZfQF':_0x1cacd4(-0x1a4,-_0x56d4cb._0xf5d183,-0x17b,-_0x56d4cb._0x2b587d),'JnObS':function(_0x19ce01,_0x49adf9){return _0x19ce01(_0x49adf9);},'JPgWy':_0x1cacd4(-0xd2,-0x13b,-_0x56d4cb._0x90d471,-0x11a)},{getBindingsBySubject:_0x2951ec,getTeamsByUserId:_0x222162,getRoleById:_0x5509b1}=await _0x992640[_0xe85d8b(-_0x56d4cb._0x4006e8,-0x17a,-0x151,-_0x56d4cb._0x5a2aad)](d),_0x541a15=await _0x992640['nFInw'](_0x2951ec,_0x992640[_0x1cacd4(-0x148,-_0x56d4cb._0x26716e,-_0x56d4cb._0x6332a5,-0x11f)],_0x3602d7),_0x543800=await _0x992640[_0x1cacd4(-_0x56d4cb._0x3cc83d,-_0x56d4cb._0x7eed63,-0x11d,-0x155)](_0x222162,_0x3602d7),_0x59bc71=[];function _0xe85d8b(_0x57c72b,_0x300dd1,_0x34e7ca,_0x864e97){return _0x2b8f(_0x300dd1- -_0x2854d0._0x4bc5d0,_0x864e97);}for(const _0x26c555 of _0x543800){const _0x1b33ea=await _0x992640['nFInw'](_0x2951ec,_0x992640['JPgWy'],_0x26c555['id']);_0x59bc71[_0xe85d8b(-0x1ca,-0x1da,-0x205,-0x21c)](..._0x1b33ea);}const _0x159d41=[..._0x541a15,..._0x59bc71];function _0x1cacd4(_0x38bbfe,_0x46b027,_0x9037e9,_0x11a1f4){return _0x2b8f(_0x11a1f4- -_0x28646b._0x1d7d0a,_0x38bbfe);}const _0x2e19c8=new Set(_0x159d41[_0xe85d8b(-_0x56d4cb._0x2a11fe,-_0x56d4cb._0xa23594,-_0x56d4cb._0x1e2863,-0x1b2)](_0x45a06a=>_0x45a06a[_0x1cacd4(-0x100,-0x13d,-0x14f,-0x10c)])),_0x580d2c=[];for(const _0xa8d9af of _0x2e19c8){const _0x14fb31=await _0x992640[_0xe85d8b(-_0x56d4cb._0x37967d,-0x1b1,-_0x56d4cb._0x5e9f27,-0x1b9)](_0x5509b1,_0xa8d9af);if(_0x14fb31)_0x580d2c[_0x1cacd4(-_0x56d4cb._0x33f5c0,-_0x56d4cb._0x27b5d6,-_0x56d4cb._0xa23594,-_0x56d4cb._0x14c0c1)](_0x14fb31['name']);}return _0x580d2c;}export async function wouldRetainServerAdmin({excludeBindingId:_0x28ff10,excludeTeamMember:_0x18b124,excludeTeamId:_0x42967b,replaceTeamMembers:_0x1b480a}={}){const _0x54c7c3={_0x36d430:0x31e,_0x22e58d:0x31d,_0x4ec2ab:0x2ce,_0x1c7c97:0x266,_0x49d540:0x215,_0x507ed5:0x2a2,_0xe484bb:0x2f2,_0x1213f8:0x342,_0x5e8dda:0x24c,_0xd98eac:0x2f9,_0x1edaab:0x2ac,_0x9e6755:0x227,_0x8105de:0x258,_0x223d7a:0x277,_0x1c6d32:0x289,_0x162211:0x243,_0x4a7c2e:0x2a7,_0x2e1d79:0x2ee,_0xbac005:0x333,_0x49e952:0x2dd,_0x53cd98:0x229,_0x49097a:0x2e2,_0x28a052:0x346,_0x336745:0x32a,_0x11dc36:0x331,_0x55b1f1:0x313,_0xb2b2f2:0x29e,_0x512749:0x31f,_0x404542:0x2ed,_0xa86b98:0x2de,_0xeb8bbe:0x2a3,_0x330100:0x23b,_0x2b685a:0x26b,_0xc3c04:0x253,_0x2801c0:0x1e1,_0x132783:0x1fb,_0x114c49:0x293,_0x3b5d64:0x2cf,_0x270970:0x260,_0x5b7d4d:0x22e,_0x2ad63e:0x223,_0x1ae82e:0x256,_0xc35aa2:0x210,_0x4f60a1:0x330,_0x31ee0b:0x1fe,_0x856c3c:0x247,_0x57697b:0x222,_0x3007e5:0x210,_0x541de3:0x250,_0x4bcb69:0x253,_0x4dc8cb:0x310,_0x3563ab:0x357,_0x21fcc3:0x25a,_0x3d6759:0x282,_0xd50c05:0x234,_0x5b9cdd:0x283},_0x4792e1={_0x216e9d:0x3e1},_0x3b0317={'PUgKo':function(_0x11ef87){return _0x11ef87();},'hjajK':_0x11973c(-_0x54c7c3._0x36d430,-0x28d,-_0x54c7c3._0x22e58d,-_0x54c7c3._0x4ec2ab)+_0x39ccd5(0x2e0,_0x54c7c3._0x1c7c97,0x29e,0x2a8),'iTCOp':_0x39ccd5(_0x54c7c3._0x49d540,_0x54c7c3._0x507ed5,0x226,0x259),'AEoyA':'./teams.js','vynvl':function(_0x61ee69,_0x15d891){return _0x61ee69===_0x15d891;},'dAoBe':_0x11973c(-_0x54c7c3._0xe484bb,-0x355,-0x322,-_0x54c7c3._0x1213f8),'fqWwk':_0x39ccd5(_0x54c7c3._0x5e8dda,0x215,0x282,0x235),'Setfe':function(_0x234906,_0x2dea99){return _0x234906===_0x2dea99;},'OAipg':'team','jtVfG':function(_0x5de71f,_0x2f7205){return _0x5de71f===_0x2f7205;},'rrzeE':function(_0x514460,_0x512cfc){return _0x514460(_0x512cfc);},'ULxTE':function(_0x3b6607,_0x7cc907){return _0x3b6607===_0x7cc907;},'SHrzG':function(_0x334c4c,_0x121495){return _0x334c4c>_0x121495;}};function _0x11973c(_0x1a080d,_0x3699cf,_0xcc10c,_0xf38557){return _0x2b8f(_0xf38557- -_0x4792e1._0x216e9d,_0x3699cf);}const {getRoleById:_0x1b6308}=await _0x3b0317[_0x11973c(-0x2e7,-_0x54c7c3._0xd98eac,-_0x54c7c3._0xe484bb,-_0x54c7c3._0x1edaab)](d),{getBindings:_0x12fbba}=await import(_0x3b0317['hjajK']),{getUsers:_0x2399f0}=await import(_0x3b0317[_0x39ccd5(_0x54c7c3._0x9e6755,_0x54c7c3._0x8105de,_0x54c7c3._0x223d7a,0x26e)]),{getTeamById:_0x1ec602}=await import(_0x3b0317[_0x39ccd5(_0x54c7c3._0x1c6d32,_0x54c7c3._0x162211,0x2a6,0x288)]);function _0x39ccd5(_0x418fca,_0x11530d,_0x208f58,_0x1c9529){return _0x2b8f(_0x1c9529-0x174,_0x208f58);}const _0x8551e9=await _0x3b0317[_0x11973c(-_0x54c7c3._0x4a7c2e,-0x266,-_0x54c7c3._0x2e1d79,-0x2ac)](_0x12fbba),_0x2df00a=await _0x2399f0(),_0x17b7c7=[];for(const _0x5a0cfe of _0x8551e9){if(_0x28ff10&&_0x3b0317[_0x11973c(-_0x54c7c3._0xbac005,-_0x54c7c3._0x49e952,-0x2b6,-0x2e3)](_0x5a0cfe['id'],_0x28ff10))continue;if(_0x5a0cfe[_0x39ccd5(0x23f,0x20b,0x20f,_0x54c7c3._0x53cd98)+_0x11973c(-_0x54c7c3._0x49097a,-_0x54c7c3._0x28a052,-0x346,-_0x54c7c3._0x336745)]!==_0x3b0317[_0x11973c(-0x314,-_0x54c7c3._0x11dc36,-_0x54c7c3._0x55b1f1,-0x335)])continue;const _0x20093f=await _0x1b6308(_0x5a0cfe[_0x39ccd5(0x2ae,0x2bb,0x277,_0x54c7c3._0xb2b2f2)]);if(!_0x20093f||!_0x20093f[_0x11973c(-_0x54c7c3._0x1213f8,-0x30f,-_0x54c7c3._0x512749,-0x301)+'s'][_0x39ccd5(_0x54c7c3._0x404542,0x294,0x2e7,0x2a2)]('*'))continue;_0x17b7c7['push'](_0x5a0cfe);}for(const _0x4b1889 of _0x17b7c7){if(_0x4b1889[_0x39ccd5(_0x54c7c3._0xa86b98,0x262,0x285,_0x54c7c3._0xeb8bbe)+'pe']===_0x3b0317['fqWwk']){if(_0x2df00a[_0x39ccd5(0x240,_0x54c7c3._0x330100,_0x54c7c3._0x2b685a,0x250)](_0x3df1a6=>_0x3df1a6['id']===_0x4b1889['subject_id']))return!![];}if(_0x3b0317[_0x39ccd5(_0x54c7c3._0xc3c04,_0x54c7c3._0x2801c0,_0x54c7c3._0x132783,0x230)](_0x4b1889[_0x11973c(-_0x54c7c3._0x114c49,-0x2fe,-_0x54c7c3._0x3b5d64,-0x2b2)+'pe'],_0x3b0317['OAipg'])){if(_0x42967b&&_0x3b0317[_0x39ccd5(_0x54c7c3._0x270970,0x222,_0x54c7c3._0x5b7d4d,0x26f)](_0x4b1889[_0x39ccd5(_0x54c7c3._0x2ad63e,0x23a,_0x54c7c3._0x1ae82e,_0x54c7c3._0xc35aa2)],_0x42967b))continue;const _0x5d0c1=await _0x3b0317[_0x11973c(-0x30d,-0x331,-0x320,-_0x54c7c3._0x4f60a1)](_0x1ec602,_0x4b1889[_0x39ccd5(0x227,0x25e,_0x54c7c3._0x31ee0b,0x210)]);if(!_0x5d0c1)continue;let _0x1fdc25=_0x5d0c1['members']||[];_0x18b124&&_0x18b124[_0x39ccd5(0x2e2,_0x54c7c3._0x856c3c,0x2a3,0x292)]===_0x4b1889[_0x39ccd5(_0x54c7c3._0x57697b,0x1c2,0x21b,_0x54c7c3._0x3007e5)]&&(_0x1fdc25=_0x1fdc25['filter'](_0x14621c=>_0x14621c!==_0x18b124[_0x11973c(-0x334,-0x2d9,-0x2f7,-0x2e9)]));_0x1b480a&&_0x3b0317[_0x39ccd5(0x268,0x25e,0x2bf,0x273)](_0x1b480a[_0x39ccd5(_0x54c7c3._0x541de3,_0x54c7c3._0x4bcb69,_0x54c7c3._0x507ed5,0x292)],_0x4b1889[_0x11973c(-_0x54c7c3._0x4dc8cb,-0x333,-_0x54c7c3._0x3563ab,-0x345)])&&(_0x1fdc25=_0x1b480a[_0x39ccd5(0x254,_0x54c7c3._0x21fcc3,_0x54c7c3._0x3d6759,_0x54c7c3._0x1c6d32)]||[]);if(_0x3b0317['SHrzG'](_0x1fdc25[_0x39ccd5(_0x54c7c3._0xd50c05,0x233,0x294,_0x54c7c3._0x5b9cdd)],0x3*-0x1b5+0xe3c*0x1+-0x91d*0x1))return!![];}}return![];}
1
+ (function(_0x5aa495,_0x2e1455){const _0x2da36d={_0x5dedc0:0x314,_0x5cdce6:0x2cb,_0x448065:0x290,_0x2af6d7:0x36f,_0x281e41:0x2e9,_0x2db4d8:0x318,_0x526f8d:0x343,_0x553ce5:0x337,_0x28abfb:0x4a1,_0xf8d710:0x49a,_0x2a9ac7:0x43f,_0x4e7367:0x456,_0x249fe2:0x473,_0x10d4e4:0x489,_0x3b7c84:0x487,_0x5db5e9:0x47e,_0x9c51dc:0x2c0,_0x521631:0x2ff,_0x5ea978:0x2cf,_0x5e4ac5:0x439,_0x12bd0d:0x47f,_0x19aaef:0x470,_0x5c2056:0x318,_0x89d8ca:0x2e8,_0x21851e:0x2f7},_0x4957ce={_0x7759c9:0x293},_0x41c3e0=_0x5aa495();function _0xb19f0a(_0x3f5166,_0xb9a00b,_0x25c741,_0x5eda75){return _0xa8c9(_0x3f5166-_0x4957ce._0x7759c9,_0xb9a00b);}function _0x3daabe(_0x547751,_0x572529,_0x50fb64,_0x18d60f){return _0xa8c9(_0x50fb64-0x105,_0x18d60f);}while(!![]){try{const _0xd0ebf4=parseInt(_0x3daabe(_0x2da36d._0x5dedc0,0x304,_0x2da36d._0x5cdce6,_0x2da36d._0x448065))/(0x616+-0x24e0+0x1ecb*0x1)*(-parseInt(_0x3daabe(_0x2da36d._0x2af6d7,0x338,0x325,_0x2da36d._0x281e41))/(-0x245*0x2+-0x3a1+0x82d))+parseInt(_0x3daabe(0x2bb,0x31a,0x2f0,_0x2da36d._0x2db4d8))/(0x18e5+-0x1e28+0x6*0xe1)+-parseInt(_0x3daabe(_0x2da36d._0x526f8d,0x2ee,_0x2da36d._0x553ce5,0x2fa))/(0x1870+-0x1*-0x1375+-0x2be1)*(parseInt(_0xb19f0a(0x4aa,_0x2da36d._0x28abfb,_0x2da36d._0xf8d710,0x486))/(-0x27c+0x1ce7+-0x1f*0xda))+parseInt(_0xb19f0a(_0x2da36d._0x2a9ac7,0x431,_0x2da36d._0x4e7367,_0x2da36d._0x249fe2))/(0x1*-0x1061+0x1*-0x19ef+0x2a56)*(parseInt(_0xb19f0a(_0x2da36d._0x10d4e4,_0x2da36d._0x3b7c84,0x4b8,_0x2da36d._0x5db5e9))/(-0x111a+-0x1534+0x3*0xcc7))+parseInt(_0x3daabe(_0x2da36d._0x9c51dc,_0x2da36d._0x521631,0x2d4,_0x2da36d._0x281e41))/(0x481*-0x1+0x1ed+-0x1*-0x29c)*(parseInt(_0x3daabe(0x2c3,0x2cb,_0x2da36d._0x5ea978,0x2b5))/(0x2202+0x2624+-0x481d))+-parseInt(_0xb19f0a(_0x2da36d._0x5e4ac5,_0x2da36d._0x12bd0d,_0x2da36d._0x19aaef,0x42d))/(-0x16f2+0x736+0x2*0x7e3)+parseInt(_0x3daabe(_0x2da36d._0x5c2056,_0x2da36d._0x89d8ca,0x2da,_0x2da36d._0x21851e))/(0x1fcb*-0x1+-0x2134+0x410a);if(_0xd0ebf4===_0x2e1455)break;else _0x41c3e0['push'](_0x41c3e0['shift']());}catch(_0x2fd1e5){_0x41c3e0['push'](_0x41c3e0['shift']());}}}(_0x37b4,0x58077*-0x1+-0x2235a+-0xb5e83*-0x1));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;function _0x37b4(){const _0x3e852e=['s01rq2C','mtq4ote3meX5qwnTrq','uwvJAuu','Bun4ve0','v0voqKe','ywXS','vxnLCKLK','mtyWmJzrD0r1ug8','C2zeq0q','rwLqtgi','DenHrfe','Bg9tuuu','vvD2ChG','z2v0qMLUzgLUzW','se5nvgO','sKr5rfm','EuTzuMO','lI4VC3rHCNqUAG','BLjxwfu','uu11BfC','uKHLs3e','AgnNwxO','u2LcDfi','C3LuAg8','DNLizKm','u0DkEwu','whDOu1y','y0Hzvg4','EvLnENK','wMXsDKu','ChbPD0e','yLLNqKq','Chvuzee','mtm4nJjTz3LMA3i','tMP1ANO','BvPVtLK','CeDhDum','mtu1otDczeLdqMy','Eefmuum','DgvHBxm','DxnLCG','vwrsBK4','nZC2vLPIy2rY','A3vPwwC','sMfAz3y','DLvIweO','v05stwG','ywrK','ote1mtq4m2jMBvHgAG','tgLKDgG','D2vMALC','EKzpvei','wLzmy0C','sMDht3O','C0j5uMvZB3vYyW','DMDOzLq','r3LlvwC','C3vIAMvJDf90Eq','A2v5CW','lI91C2vYCY5QCW','DgvHBq','zhfOBKS','tLjuu2W','A2Her0m','CgvYBwLZC2LVBG','BwfW','DM9Qq0C','BhHmzLu','C29Tzq','sg5Zyu0','ndmYmJe5C2LsBMzw','tKLYA3K','ufrRAfC','AuDNt3G','z2v0uM9Szuj5sq','DeD4uMq','lI9YB2XLlwrLzG','t0P5A2i','CujirwC','uLvTv2C','vMHdA1a','mtGYyxDmvgfv','D1fju00','zw52AxjVBM1LBG','AxnzvgC','ExbL','sfD4tgS','yNPNr1i','ChvZAa','s0v5ug8','AgfZ','wezItMe','EhDHzeG','rffsCxu','veXHyKq','te1tAxG','AhneAeW','wwrwEvi','ugvRvuO','vwfJr3K','Aw5JBhvKzxm','rvPKtMi','rMr4DhG','zM9quMC','wK15CMi','DxnLCKLK','BMfTzq','sMHvt20','CM9Szv9Pza','yLvWtgO','EwTVC2S','C2D0r1y','wvP2vw8','svz0z1K','mJyXndeWtwDQDhji','D1LUs0C','qLfPwM4','zwfkzhi','CfLotM0','zMLSDgvY','CMvZB3vYy2vFDa','zNHeqLO','lMPZ','ntHhzNrwyxe','DwHgwNy','BhLwBwu','rw1HvMC','DgfpqNq','yLf6CKq','wKjhs1G','EMTtreu','whfRy2q','s0X3sfq','wuXKqu8','BwvTyMvYCW','tNPhyMe','C3vIAMvJDf9Pza','C3bOwfu','qufIwLq','DgvHBuLK','CMvZB3vYy2vFAq','mZj5yxbrq0S','reLdz2C','lI9IAw5KAw5NCW','lI90zwfTCY5QCW','C2vYDMvY','rgH6u3e','tufqtK0','wgTAuMC'];_0x37b4=function(){return _0x3e852e;};return _0x37b4();}export function _setDeps(_0x3e827d){deps=_0x3e827d;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x4d6364={_0x105c1d:0xd9,_0x5cc18d:0x9e,_0x1aa8dc:0x83,_0x14c0fc:0x5c9,_0x221171:0x5b2,_0x415594:0x59e,_0xb83240:0x59d,_0xa59b:0x585,_0x1cb43c:0xe3,_0x106b2e:0x549,_0x2da69a:0x5a4,_0x4f0e33:0x55a,_0x2e37fe:0x57f,_0x22da5a:0x5b9,_0x373557:0x44,_0x32c92b:0x46,_0x238b83:0x78,_0x5257ae:0x55e,_0x2a6ccb:0x547,_0x1591ca:0x56c,_0x17303d:0xa5,_0x4420f9:0xae,_0x579659:0x7f,_0x5724f1:0xa0,_0xa6fcc4:0x8a,_0x513cd2:0x7a,_0x4232eb:0x57},_0x58b1fb={_0x486c2b:0x48d,_0x394d3e:0x467,_0x5cfeca:0x474,_0x5cdc32:0x496,_0x224e66:0x4da,_0x45cb52:0x4ac,_0x400d63:0x3f8,_0x380d07:0x3b4,_0x520374:0x462,_0x5c7f32:0x43b,_0x1fdca1:0x449},_0x303334={};_0x303334['puTdA']=_0x23c321(0x145,_0x4d6364._0x105c1d,0xd2,0x102),_0x303334[_0x23c321(_0x4d6364._0x5cc18d,0x7a,_0x4d6364._0x1aa8dc,0xb7)]=_0x56ac92(0x5a0,0x5da,_0x4d6364._0x14c0fc,0x5ca)+_0x56ac92(_0x4d6364._0x221171,0x5ca,0x5b4,_0x4d6364._0x415594),_0x303334[_0x56ac92(0x58a,_0x4d6364._0xb83240,0x5b9,_0x4d6364._0xa59b)]=_0x23c321(_0x4d6364._0x1cb43c,0xe9,0xca,0xbe)+'initions.j'+'s';const _0x483169=_0x303334;function _0x56ac92(_0xe6096,_0xcf587f,_0x3e4f24,_0x4059e8){return _0xa8c9(_0x3e4f24-0x395,_0x4059e8);}if(deps)return deps;function _0x23c321(_0x32ac43,_0x1c0361,_0x4913c3,_0x12bc5c){return _0xa8c9(_0x12bc5c- -0x133,_0x1c0361);}const _0x39f298=await import(_0x483169[_0x56ac92(_0x4d6364._0x106b2e,_0x4d6364._0x2da69a,_0x4d6364._0x4f0e33,0x561)]),_0x20fbe3=await import(_0x483169[_0x56ac92(0x573,0x56d,_0x4d6364._0x2e37fe,0x55c)]),_0xeb9863=await import(_0x483169[_0x56ac92(0x56e,0x5f9,_0x4d6364._0x22da5a,0x5fd)]);return deps={'getTeamsByUserId':_0x39f298['getTeamsBy'+_0x23c321(_0x4d6364._0x373557,0x90,_0x4d6364._0x32c92b,_0x4d6364._0x238b83)],'getBindingsByResource':_0x20fbe3[_0x56ac92(_0x4d6364._0x5257ae,0x582,_0x4d6364._0x2a6ccb,_0x4d6364._0x1591ca)+_0x56ac92(0x545,0x56a,0x570,0x543)+'e'],'getBindingsBySubject':_0x20fbe3[_0x23c321(_0x4d6364._0x17303d,0x77,_0x4d6364._0x4420f9,_0x4d6364._0x579659)+'sBySubject'],'getRoleById':_0xeb9863[_0x23c321(_0x4d6364._0x5724f1,_0x4d6364._0xa6fcc4,0x9c,0xbc)+'d'],'getBindings':_0x20fbe3[_0x23c321(0x5f,_0x4d6364._0x513cd2,_0x4d6364._0x4232eb,0x7f)+'s'],'getAllEnvironments':async()=>{const _0x28aa15={_0x14d9d8:0x108,_0x33c7ad:0xf9,_0x22564e:0xd7},_0x29b316={_0x3d3442:0xb0},{coderConfig:_0x54d658}=await import(_0x4dcb56(0x474,0x485,_0x58b1fb._0x486c2b,_0x58b1fb._0x394d3e)+'s');if(_0x54d658&&_0x54d658[_0x572855(0x43e,0x47e,_0x58b1fb._0x394d3e,_0x58b1fb._0x5cfeca)+'ts'])return Object[_0x572855(0x425,0x417,0x467,0x426)](_0x54d658[_0x4dcb56(0x4b6,_0x58b1fb._0x5cdc32,_0x58b1fb._0x224e66,_0x58b1fb._0x45cb52)+'ts']);const _0x3d2a07=await _0x20fbe3[_0x572855(_0x58b1fb._0x400d63,0x443,0x3e9,_0x58b1fb._0x380d07)+'s']();function _0x572855(_0x3a75c2,_0x4c2f43,_0x4dd747,_0x20c12d){return _0x23c321(_0x3a75c2-_0x29b316._0x3d3442,_0x20c12d,_0x4dd747-0x63,_0x3a75c2-0x379);}function _0x4dcb56(_0x5805a6,_0xdabd65,_0x293d92,_0x3edbac){return _0x56ac92(_0x5805a6-_0x28aa15._0x14d9d8,_0xdabd65-_0x28aa15._0x33c7ad,_0x5805a6- -_0x28aa15._0x22564e,_0x293d92);}return[...new Set(_0x3d2a07[_0x572855(_0x58b1fb._0x520374,0x47b,_0x58b1fb._0x5c7f32,_0x58b1fb._0x1fdca1)](_0x56d802=>_0x56d802['resource_t'+'ype']===_0x4dcb56(0x4b6,0x4bb,0x4a9,0x49b)+'t'&&_0x56d802[_0x572855(0x477,0x4b2,0x487,0x464)+'d']&&_0x56d802[_0x572855(0x477,0x434,0x49a,0x48b)+'d']!=='*')['map'](_0x2a2bbc=>_0x2a2bbc[_0x4dcb56(0x4ef,0x500,0x526,0x50e)+'d']))];}},deps;}async function d(){const _0x469ff0={_0x5e5ad7:0x5a0,_0x57dfa5:0x56c},_0xd29796={_0x1841ab:0x35d},_0x39ef62={'Fdxtx':function(_0xfe9df2){return _0xfe9df2();}};function _0x478f57(_0x23f9d2,_0xd03be9,_0x5ed02e,_0x32a5e6){return _0xa8c9(_0x32a5e6-_0xd29796._0x1841ab,_0x5ed02e);}return deps||await _0x39ef62[_0x478f57(_0x469ff0._0x5e5ad7,0x52a,_0x469ff0._0x57dfa5,0x568)](loadProductionDeps);}async function collectBindingsForUser(_0x56b1e8,_0x50edf3,_0x39e50a){const _0x436d2b={_0x51d05c:0xe1,_0x566edc:0x8a,_0x5a8783:0x1a1,_0x2ada86:0x166,_0x1e1c65:0x16e,_0x12a544:0x110,_0x1edc90:0x92,_0x4783c4:0x117,_0x53706e:0xd7,_0x56bb4d:0xf5,_0x25f97e:0xd8,_0x3494de:0x256,_0x5b8adf:0x211,_0x4c8825:0x1ca,_0x115d24:0x219,_0x138f9c:0x20c,_0x1c9f2c:0x22b},_0x438e64={_0x541020:0x11f},_0x13c2a7={'JaZgv':function(_0x53cce3){return _0x53cce3();},'UWvpx':function(_0x382664,_0x3a1563){return _0x382664(_0x3a1563);},'vnZde':function(_0x3c3cc6,_0x46a466){return _0x3c3cc6===_0x46a466;},'uhFZv':function(_0x30b992,_0x4caa27){return _0x30b992(_0x4caa27);},'Njujz':'server'};function _0x439f37(_0x3b517b,_0x5e2e78,_0x53eaf2,_0x500e6e){return _0xa8c9(_0x5e2e78- -0x10,_0x500e6e);}const {getTeamsByUserId:_0x248a52,getBindingsByResource:_0x4b4f14}=await _0x13c2a7[_0x1e90d7(0xb2,_0x436d2b._0x51d05c,0xd0,_0x436d2b._0x566edc)](d),_0x27c362=await _0x13c2a7[_0x439f37(0x175,_0x436d2b._0x5a8783,_0x436d2b._0x2ada86,_0x436d2b._0x1e1c65)](_0x248a52,_0x56b1e8),_0x1c32e2=new Set(_0x27c362[_0x1e90d7(0xc7,0xcf,_0x436d2b._0x12a544,_0x436d2b._0x1edc90)](_0x46d8f0=>_0x46d8f0['id']));function _0x1e90d7(_0x3bc1e5,_0x4a78d1,_0x317b57,_0x24df07){return _0xa8c9(_0x3bc1e5- -_0x438e64._0x541020,_0x317b57);}let _0x323761=[];if(_0x13c2a7['vnZde'](_0x50edf3,_0x1e90d7(_0x436d2b._0x4783c4,_0x436d2b._0x53706e,0x107,_0x436d2b._0x56bb4d)))_0x323761=await _0x13c2a7['uhFZv'](_0x4b4f14,_0x13c2a7[_0x1e90d7(0xa8,0x97,_0x436d2b._0x25f97e,0xbd)]);else{_0x323761=await _0x4b4f14(_0x50edf3,_0x39e50a);const _0x108174=await _0x13c2a7[_0x439f37(_0x436d2b._0x3494de,_0x436d2b._0x5b8adf,0x1df,_0x436d2b._0x4c8825)](_0x4b4f14,_0x13c2a7['Njujz']);_0x323761=[..._0x323761,..._0x108174];}return _0x323761[_0x439f37(_0x436d2b._0x115d24,_0x436d2b._0x138f9c,_0x436d2b._0x1c9f2c,0x20f)](_0x137a7d=>_0x137a7d[_0x439f37(0x209,0x1ce,0x1aa,0x1cb)+'pe']===_0x439f37(0x1ae,0x1bd,0x1a3,0x19d)&&_0x137a7d[_0x1e90d7(0x10e,0xce,0xed,0x157)]===_0x56b1e8||_0x137a7d[_0x1e90d7(0xbf,0xe0,0xba,0x89)+'pe']===_0x1e90d7(0xc2,0xa7,0xdc,0xe3)&&_0x1c32e2['has'](_0x137a7d['subject_id']));}export async function resolveUserPermissions(_0x6b4a24,_0x7aa34e){const _0x24c493={_0x175914:0x5ce,_0x4ac1e4:0x5b7,_0x2fc6fc:0x590,_0x47171e:0x5e2,_0x22af18:0x59c,_0x308382:0x5f1,_0x1433ce:0x5a9,_0x11cef5:0x5ad,_0x924f:0x58b,_0x4907e2:0x5d4};function _0x4f2e50(_0x1a8ef7,_0x2593ad,_0x537e5d,_0x329a69){return _0xa8c9(_0x537e5d-0x3b9,_0x1a8ef7);}const _0x1a6f08={'vGkUh':function(_0x276b3e){return _0x276b3e();},'VhCkP':function(_0x52b376,_0x27c835,_0x1eb6a4,_0x2e8740){return _0x52b376(_0x27c835,_0x1eb6a4,_0x2e8740);},'tGxRd':_0x4f2e50(0x5a1,_0x24c493._0x175914,0x5b1,_0x24c493._0x4ac1e4)+'t','RUmWg':function(_0x5f2de8,_0x2a349e){return _0x5f2de8(_0x2a349e);}};function _0x2387e3(_0x3ead72,_0x46ca72,_0x13991d,_0x5a15c0){return _0xa8c9(_0x5a15c0-0x3d5,_0x3ead72);}const {getRoleById:_0x507dc4}=await _0x1a6f08['vGkUh'](d),_0x40c565=await _0x1a6f08[_0x4f2e50(_0x24c493._0x2fc6fc,_0x24c493._0x47171e,0x5ae,0x5c0)](collectBindingsForUser,_0x6b4a24,_0x1a6f08[_0x4f2e50(_0x24c493._0x22af18,_0x24c493._0x308382,_0x24c493._0x1433ce,0x5d2)],_0x7aa34e),_0x4d5ff7=new Set();for(const _0x58e03f of _0x40c565){const _0x3b6c66=await _0x1a6f08[_0x4f2e50(0x5de,0x575,_0x24c493._0x11cef5,0x5c5)](_0x507dc4,_0x58e03f[_0x2387e3(0x5a8,0x5ca,0x5fb,0x5e6)]);if(_0x3b6c66)for(const _0x4208c5 of _0x3b6c66['permission'+'s']){_0x4d5ff7[_0x4f2e50(0x56e,0x56b,0x58d,0x598)](_0x4208c5);}}if(_0x4d5ff7[_0x2387e3(0x5ef,0x604,_0x24c493._0x924f,_0x24c493._0x4907e2)]('*'))return['*'];return[..._0x4d5ff7];}export async function hasPermission(_0x1bc315,_0x41e253,_0x33b388){const _0x453ba={_0x146c00:0x98,_0x34f96e:0xb6,_0x2fcdbf:0xf1,_0x36585a:0x104,_0xcd20fd:0xd9,_0x236800:0xcd,_0x34af61:0xf3,_0x22adc4:0x26,_0x18aa9e:0x10b,_0x3214f8:0x13a,_0x316bc9:0x100,_0x5897cd:0x9d,_0x39c731:0x35,_0x363bb1:0x49,_0x410e39:0xc7,_0xd2e027:0x109,_0xd6c03d:0xba,_0x5f2266:0x1f,_0x3e3447:0x5,_0x1e77a7:0x6,_0x3b950b:0x19,_0x301f7a:0x24,_0x5c88a0:0x27,_0xb9691:0xe6,_0x4d6f4e:0xa9,_0x3fd036:0xcb,_0xa94f9a:0xfa,_0xc6451a:0x33,_0x5b16b3:0x7a,_0x565b41:0xd0,_0x285598:0x1b,_0xe9e12:0xb,_0x53dd66:0x21,_0x569df1:0x40,_0x18801e:0x10,_0xab2cae:0xe0,_0x2b74b5:0x6e,_0x1e3699:0xa7,_0x32b21e:0x13,_0xa69091:0x46,_0x2fdb0d:0x34,_0x44c45f:0xf4,_0xb513e6:0xb8,_0x7b8645:0x54,_0x5e0903:0x7d,_0x5e51ac:0x9,_0x5cc38c:0x1c,_0x149bae:0x25,_0x332910:0xfb,_0x330bfd:0xf0,_0x13c0eb:0x12d,_0x11e305:0x6a,_0x3f16a1:0xf,_0x2249e4:0xf2,_0x2828b5:0x84},_0x67bd21={_0x5630d6:0x224},_0x395f6c={'NzGba':function(_0x2794e1,_0xba82){return _0x2794e1(_0xba82);},'HWxLk':function(_0x568345,_0xd9dc14){return _0x568345===_0xd9dc14;},'mZoNY':'ZMyrb','LQPHV':function(_0x49de01){return _0x49de01();},'PTkhW':_0x8959dd(0xa2,0x5d,0xec,_0x453ba._0x146c00),'Lidth':function(_0x2301a9,_0x46762d,_0x5a96b9){return _0x2301a9(_0x46762d,_0x5a96b9);},'DICgg':_0x8959dd(_0x453ba._0x34f96e,0xc0,0xae,_0x453ba._0x2fcdbf),'lyVme':_0x8959dd(_0x453ba._0x36585a,0x10b,_0x453ba._0xcd20fd,0xd8),'wQISM':_0x8959dd(_0x453ba._0x236800,_0x453ba._0x34af61,0xab,0x10e)+'t','yYMzy':function(_0x606309,_0x7c8180){return _0x606309!==_0x7c8180;},'KEyPo':function(_0x42a572,_0x194c2c){return _0x42a572(_0x194c2c);},'mCxTM':function(_0x58315a,_0x25509d){return _0x58315a===_0x25509d;},'QeciE':function(_0x42689a,_0xebfcc1){return _0x42689a===_0xebfcc1;},'pYNNm':'BQiZn','ZBGKX':function(_0x249aaa,_0x590d77,_0x323ba7,_0x102939){return _0x249aaa(_0x590d77,_0x323ba7,_0x102939);},'TzcAR':function(_0xcb88a7,_0x44f16e){return _0xcb88a7(_0x44f16e);}},{getRoleById:_0x5ce331}=await d(),_0x4f4da1=_0x395f6c[_0x1a187e(_0x453ba._0x22adc4,-0x1c,0x8,0x2a)](getPermissionScope,_0x41e253);if(_0x395f6c[_0x8959dd(0xd0,0x106,0xc7,0x9e)](_0x4f4da1,_0x8959dd(_0x453ba._0x18aa9e,_0x453ba._0x3214f8,0xea,_0x453ba._0x316bc9))){if(_0x395f6c[_0x8959dd(_0x453ba._0x5897cd,0x76,0xe2,0x99)]!==_0x1a187e(-_0x453ba._0x39c731,-_0x453ba._0x363bb1,-0x17,0x6))for(const _0x17f2bf of _0x257c50[_0x8959dd(0xba,0xf1,0xeb,_0x453ba._0x410e39)+'s']){_0x185ba7['has'](_0x17f2bf)&&_0x2fdc47[_0x2d0362]['add'](_0x17f2bf);}else{const {getBindingsBySubject:_0xc0d88e,getTeamsByUserId:_0x3eb494}=await _0x395f6c['LQPHV'](d),_0x70fe34=await _0xc0d88e(_0x395f6c[_0x8959dd(0xc2,_0x453ba._0xd2e027,0xa0,_0x453ba._0xd6c03d)],_0x1bc315),_0x4b60a7=await _0x395f6c[_0x1a187e(-0x3a,_0x453ba._0x5f2266,0x8,-_0x453ba._0x3e3447)](_0x3eb494,_0x1bc315),_0xf522bd=[..._0x70fe34];for(const _0x3bdb4 of _0x4b60a7){const _0x5c2184=await _0x395f6c[_0x1a187e(-0x13,-0x46,-0x4e,-0x1e)](_0xc0d88e,_0x395f6c[_0x1a187e(_0x453ba._0x1e77a7,-_0x453ba._0x3b950b,0xf,-0xf)],_0x3bdb4['id']);_0xf522bd[_0x1a187e(-0x5a,-_0x453ba._0x301f7a,-_0x453ba._0x5c88a0,_0x453ba._0x3e3447)](..._0x5c2184);}for(const _0x340c8d of _0xf522bd){const _0x4e9d38=await _0x5ce331(_0x340c8d[_0x8959dd(_0x453ba._0xb9691,_0x453ba._0x4d6f4e,_0x453ba._0x3fd036,_0x453ba._0xa94f9a)]);if(_0x4e9d38&&_0x395f6c[_0x1a187e(-_0x453ba._0xc6451a,-_0x453ba._0x5b16b3,-0x4e,-0x30)](hasPermissionInSet,_0x4e9d38['permission'+'s'],_0x41e253)){if(_0x395f6c[_0x8959dd(_0x453ba._0x565b41,0xca,0xe6,0xcd)](_0x1a187e(-_0x453ba._0x285598,-0x2a,_0x453ba._0xe9e12,_0x453ba._0x53dd66),_0x395f6c[_0x1a187e(0x3,_0x453ba._0x569df1,-0x2,0x35)]))return!![];else{if(_0x48707a[_0x1a187e(-0x1b,-0x43,-0x3b,-_0x453ba._0x18801e)](_0x7a1bc6=>_0x7a1bc6['id']===_0x390ac0[_0x1a187e(0x16,-0x3c,0x9,0x9)]))return!![];}}}return![];}}function _0x1a187e(_0x208d85,_0x4d612f,_0x1cbda8,_0x5c9869){return _0xa8c9(_0x1cbda8- -_0x67bd21._0x5630d6,_0x4d612f);}function _0x8959dd(_0x298cd7,_0x3c671a,_0x5711a1,_0x43054a){return _0xa8c9(_0x298cd7- -0x12b,_0x5711a1);}if(_0x4f4da1===_0x395f6c[_0x8959dd(0xcc,0x94,_0x453ba._0xab2cae,0x9a)]){if(!_0x33b388)return![];const _0x5582e0=await collectBindingsForUser(_0x1bc315,_0x1a187e(-_0x453ba._0x2b74b5,0x10,-0x2c,-0x46)+'t',_0x33b388);for(const _0x5d3513 of _0x5582e0){if(_0x395f6c[_0x8959dd(0x96,0x9d,0xcd,_0x453ba._0x1e3699)]('lCcVJ','uPrUI')){const _0x5b5c1c=await _0x395f6c[_0x1a187e(-0x60,-0x2c,-0x26,-0x21)](_0x5ce331,_0x5d3513[_0x1a187e(0x26,-0x3e,-_0x453ba._0x32b21e,-_0x453ba._0xa69091)]);if(_0x5b5c1c&&hasPermissionInSet(_0x5b5c1c['permission'+'s'],_0x41e253))return!![];}else _0xdf7341[_0x212d21]['add'](_0x4a81d8);}return![];}if(_0x395f6c[_0x1a187e(-0x85,-_0x453ba._0x2fdb0d,-0x7c,-0xad)](_0x4f4da1,_0x395f6c[_0x8959dd(0x108,0x120,0xe9,_0x453ba._0x44c45f)])){if(_0x395f6c[_0x1a187e(-_0x453ba._0xb513e6,-_0x453ba._0x7b8645,-_0x453ba._0x5e0903,-0x8e)](_0x395f6c[_0x1a187e(0x42,0x3a,-_0x453ba._0x5e51ac,_0x453ba._0x5cc38c)],_0x1a187e(_0x453ba._0x149bae,0xd,-0xb,0x2d))){if(!_0x33b388)return![];const _0x332fbf=await _0x395f6c[_0x8959dd(_0x453ba._0x332910,0xbf,_0x453ba._0x330bfd,_0x453ba._0x13c0eb)](collectBindingsForUser,_0x1bc315,_0x395f6c['DICgg'],_0x33b388);for(const _0x1a4f78 of _0x332fbf){const _0x310f0b=await _0x395f6c[_0x1a187e(-0x5a,0x23,-_0x453ba._0x22adc4,-_0x453ba._0x11e305)](_0x5ce331,_0x1a4f78[_0x1a187e(-_0x453ba._0x3f16a1,-0x28,-0x13,-0x11)]);if(_0x310f0b&&hasPermissionInSet(_0x310f0b[_0x8959dd(0xba,_0x453ba._0x2249e4,0x90,_0x453ba._0x2828b5)+'s'],_0x41e253))return!![];}return![];}else return!![];}return await _0x395f6c['TzcAR'](hasAllPermissions,_0x1bc315);}export async function hasAllPermissions(_0x534b93){const _0x1438f5={_0x50e0c3:0x19,_0x2f971a:0x42,_0xd4a9ad:0x1a,_0x4e3641:0x6e,_0x35a07d:0x2e,_0x155b15:0x510,_0x247489:0x555,_0x13810c:0x51a,_0x595319:0x35,_0x1711ae:0x1e,_0xb328c4:0x1a,_0x4b25df:0x3c,_0xf7b156:0x579,_0x1149ac:0x55a,_0x5e2786:0x51e,_0x11d422:0x549,_0x1804d9:0x4d9,_0x8d33cc:0x4dc,_0x4dc62f:0x29,_0x4c8f82:0x53,_0x652d79:0x40,_0x43786b:0x4aa,_0x422bca:0x4b2,_0x28cdb7:0x551,_0xe4e229:0x57f,_0x10ca63:0x547,_0x1b8979:0x56c,_0x36ecc6:0x558},_0x3cb374={_0x31b697:0x340},_0x3e9f5e={'tCihj':function(_0x49d303){return _0x49d303();},'YZvUo':function(_0x1bd3a1,_0x27f27c,_0x9ce0b0){return _0x1bd3a1(_0x27f27c,_0x9ce0b0);},'kuiYg':'user','xwadH':function(_0x271f01,_0x9fddef){return _0x271f01(_0x9fddef);},'zkSDE':function(_0x3d40df,_0x3d08d9){return _0x3d40df!==_0x3d08d9;},'WENBA':_0x1e9fb0(-_0x1438f5._0x50e0c3,-0x6c,-0x2b,-_0x1438f5._0x2f971a),'EiPLb':_0x1e9fb0(0x7d,_0x1438f5._0xd4a9ad,_0x1438f5._0x4e3641,0x3c)};function _0x4a3ea5(_0x164e2c,_0x1674c7,_0x406451,_0xbc508b){return _0xa8c9(_0x164e2c-_0x3cb374._0x31b697,_0x406451);}const {getBindingsBySubject:_0x485d93,getTeamsByUserId:_0x31739c,getRoleById:_0x3393dc}=await _0x3e9f5e['tCihj'](d),_0xccbf88=await _0x3e9f5e[_0x1e9fb0(0x35,-0x13,0x21,_0x1438f5._0x35a07d)](_0x485d93,_0x3e9f5e[_0x4a3ea5(_0x1438f5._0x155b15,_0x1438f5._0x247489,_0x1438f5._0x13810c,0x53d)],_0x534b93);for(const _0xf08266 of _0xccbf88){const _0x349d16=await _0x3e9f5e[_0x1e9fb0(_0x1438f5._0x595319,-_0x1438f5._0x1711ae,_0x1438f5._0xb328c4,0x1a)](_0x3393dc,_0xf08266[_0x1e9fb0(0x41,0x26,_0x1438f5._0x4b25df,0x2a)]);if(_0x349d16&&_0x349d16[_0x1e9fb0(0x3,-0xe,-0x2,-0x2)+'s']['includes']('*'))return!![];}const _0x3aa4dd=await _0x3e9f5e[_0x4a3ea5(0x541,_0x1438f5._0xf7b156,_0x1438f5._0x1149ac,0x502)](_0x31739c,_0x534b93);for(const _0x51b37c of _0x3aa4dd){const _0x363ab6=await _0x3e9f5e[_0x4a3ea5(0x555,0x559,0x51a,_0x1438f5._0x5e2786)](_0x485d93,_0x4a3ea5(0x521,_0x1438f5._0x11d422,_0x1438f5._0x1804d9,_0x1438f5._0x8d33cc),_0x51b37c['id']);for(const _0x5682cf of _0x363ab6){if(_0x3e9f5e[_0x1e9fb0(_0x1438f5._0x4dc62f,_0x1438f5._0x4c8f82,0x5a,_0x1438f5._0x652d79)](_0x3e9f5e[_0x1e9fb0(-0x83,-0x53,-0x73,-0x3e)],_0x3e9f5e[_0x4a3ea5(0x4ee,_0x1438f5._0x43786b,0x525,_0x1438f5._0x422bca)])){const _0x6a03b7=await _0x3393dc(_0x5682cf[_0x4a3ea5(_0x1438f5._0x28cdb7,0x557,0x527,_0x1438f5._0x247489)]);if(_0x6a03b7&&_0x6a03b7['permission'+'s'][_0x4a3ea5(0x549,_0x1438f5._0xe4e229,_0x1438f5._0x10ca63,_0x1438f5._0x1b8979)]('*'))return!![];}else return _0x19be62['keys'](_0x207858[_0x4a3ea5(0x538,_0x1438f5._0x36ecc6,0x52f,0x538)+'ts']);}}function _0x1e9fb0(_0x49f1f0,_0x1dbca2,_0x27c4a9,_0x240e92){return _0xa8c9(_0x240e92- -0x1e7,_0x49f1f0);}return![];}export async function getVisibleEnvironments(_0x30faef){const _0x57fd83={_0x7f7c7f:0x300,_0x3ab66d:0x2ae,_0x13c5b4:0x3aa,_0x43f749:0x3b9,_0x2b8333:0x3a1,_0x73d670:0x3b5,_0x5ce6cd:0x383,_0x325416:0x3b3,_0x54addd:0x394,_0x1a3cc6:0x379,_0x114529:0x311,_0x249353:0x344,_0x28495a:0x32c,_0x30912a:0x2e4,_0x528554:0x2c7,_0x47ab3c:0x2fb,_0x407206:0x3ac,_0x49580a:0x3f4,_0x3e5639:0x381,_0x3ef2c0:0x342,_0x4bd43:0x3a0,_0x96c952:0x36d,_0x4b745c:0x33e,_0x1b5df6:0x3c1,_0x14d2ba:0x325,_0xe745fa:0x2d3,_0x5608fa:0x302,_0x151b33:0x346,_0x1ffa80:0x367,_0x77dd8a:0x3dc,_0x24bc02:0x34f,_0x137569:0x310,_0x3563f2:0x2f8,_0x160bdb:0x2e6,_0x30b8c2:0x34b,_0xec7d8b:0x34a,_0x2072b2:0x328,_0x515955:0x306,_0x2fa3e9:0x348,_0x2e6724:0x2bb,_0x167ac6:0x30f,_0x28b213:0x2c9,_0x3bc2d9:0x334,_0x172368:0x340,_0x5e5c9a:0x390,_0x331c2f:0x3a2,_0x2343d3:0x3ab,_0x41d24a:0x395,_0x20e772:0x3a6,_0x2df9c5:0x3cf,_0x2d4b0f:0x3fa,_0x298414:0x3f8,_0x26b59c:0x33f,_0x43954c:0x304,_0x258eab:0x2ff},_0x2643c3={_0x50526c:0x1c9},_0x408e0c={_0x59ac3b:0x12e},_0x2d1eac={'MLKDt':function(_0x14ad23){return _0x14ad23();},'IVtgY':function(_0x3d6b4c,_0x4a3996,_0x227c7d){return _0x3d6b4c(_0x4a3996,_0x227c7d);},'sgtGV':'ooqfC','wefjW':function(_0x12771e,_0x4d6b72){return _0x12771e===_0x4d6b72;},'yixPl':function(_0x120779){return _0x120779();},'GTuwx':function(_0x6e8288,_0x4d3783){return _0x6e8288(_0x4d3783);},'wYnKG':function(_0x384b69,_0x3cbc9d){return _0x384b69===_0x3cbc9d;},'ILfyk':'Rebww','NRTSl':_0x57c447(_0x57fd83._0x7f7c7f,0x30c,_0x57fd83._0x3ab66d,0x2f0),'YdVyR':function(_0x1818e0,_0x8110f0,_0x3d1208){return _0x1818e0(_0x8110f0,_0x3d1208);},'syTho':_0x196675(0x3df,_0x57fd83._0x13c5b4,_0x57fd83._0x43f749,_0x57fd83._0x2b8333),'bgiIE':_0x196675(_0x57fd83._0x73d670,0x3a6,_0x57fd83._0x5ce6cd,_0x57fd83._0x325416),'PekUJ':'environmen'+'t','thgJE':'OBefg','SiBtR':function(_0x3cd0a9,_0x1a73ed){return _0x3cd0a9===_0x1a73ed;},'bUpLj':_0x196675(_0x57fd83._0x43f749,_0x57fd83._0x54addd,_0x57fd83._0x5ce6cd,0x382)},{getTeamsByUserId:_0x29631a,getBindingsBySubject:_0x23001d,getAllEnvironments:_0x4bf67a}=await _0x2d1eac['MLKDt'](d);function _0x57c447(_0x5808ab,_0x88657,_0x558796,_0x25f906){return _0xa8c9(_0x25f906-_0x408e0c._0x59ac3b,_0x5808ab);}const _0x2f56a6=await hasAllPermissions(_0x30faef);if(_0x2f56a6)return await _0x4bf67a();const _0xb410f5=new Set();function _0x196675(_0x7d7325,_0x3d7317,_0x2abf3e,_0x50de73){return _0xa8c9(_0x3d7317-_0x2643c3._0x50526c,_0x7d7325);}const _0x404f74=await _0x2d1eac[_0x57c447(0x30f,_0x57fd83._0x1a3cc6,_0x57fd83._0x114529,_0x57fd83._0x249353)](_0x23001d,_0x57c447(_0x57fd83._0x28495a,_0x57fd83._0x30912a,_0x57fd83._0x528554,_0x57fd83._0x47ab3c),_0x30faef);for(const _0x19ee99 of _0x404f74){if(_0x2d1eac[_0x196675(_0x57fd83._0x407206,0x3dd,0x39a,_0x57fd83._0x49580a)]!==_0x2d1eac[_0x57c447(_0x57fd83._0x3e5639,0x30d,0x37e,_0x57fd83._0x3ef2c0)])return['*'];else{if(_0x2d1eac[_0x196675(0x37d,_0x57fd83._0x4bd43,0x377,0x3ae)](_0x19ee99[_0x57c447(0x36a,_0x57fd83._0x96c952,_0x57fd83._0x4b745c,0x34b)+'ype'],_0x196675(0x3d6,_0x57fd83._0x1b5df6,0x3f2,0x38f)+'t')){if(_0x19ee99['resource_i'+'d']==='*')return await _0x2d1eac['yixPl'](_0x4bf67a);_0xb410f5[_0x57c447(_0x57fd83._0x14d2ba,0x33b,_0x57fd83._0xe745fa,_0x57fd83._0x5608fa)](_0x19ee99['resource_i'+'d']);}}}const _0xdfaae3=await _0x2d1eac['GTuwx'](_0x29631a,_0x30faef);for(const _0x3ac47e of _0xdfaae3){if(_0x2d1eac[_0x57c447(0x339,0x377,0x36e,_0x57fd83._0x151b33)](_0x2d1eac['ILfyk'],_0x2d1eac[_0x196675(0x398,0x3ac,_0x57fd83._0x1ffa80,_0x57fd83._0x77dd8a)]))_0x33488d=_0x18efa9['members']||[];else{const _0x5c8675=await _0x2d1eac[_0x57c447(_0x57fd83._0x24bc02,0x32a,_0x57fd83._0x137569,0x334)](_0x23001d,_0x2d1eac[_0x57c447(0x2e2,_0x57fd83._0x3563f2,_0x57fd83._0x160bdb,0x2ea)],_0x3ac47e['id']);for(const _0x3c62d1 of _0x5c8675){if('CBbaz'!==_0x2d1eac['bgiIE']){if(_0x3c62d1[_0x57c447(0x386,0x37f,0x356,_0x57fd83._0x30b8c2)+_0x57c447(0x345,0x2ff,_0x57fd83._0xec7d8b,_0x57fd83._0x2072b2)]===_0x2d1eac[_0x57c447(0x330,0x35d,0x2f2,0x335)]){if(_0x57c447(_0x57fd83._0x515955,0x314,_0x57fd83._0x2fa3e9,0x312)!==_0x2d1eac['thgJE']){if(_0x2d1eac[_0x57c447(_0x57fd83._0x2e6724,0x2fb,0x30f,0x2e9)](_0x3c62d1['resource_i'+'d'],'*')){if(_0x2d1eac[_0x57c447(0x2dc,_0x57fd83._0x167ac6,_0x57fd83._0x28b213,0x305)](_0x2d1eac[_0x57c447(_0x57fd83._0x3bc2d9,0x383,0x319,_0x57fd83._0x172368)],_0x2d1eac[_0x57c447(0x358,0x2f6,0x32f,0x340)]))return await _0x4bf67a();else{const _0x3f0b32={};return _0x3f0b32[_0x57c447(_0x57fd83._0x5e5c9a,_0x57fd83._0x331c2f,_0x57fd83._0x2343d3,0x364)]=['*'],_0x3f0b32[_0x196675(0x3c8,0x3c1,0x37e,0x3b3)+'ts']={},_0x3f0b32[_0x196675(0x3aa,_0x57fd83._0x41d24a,0x356,_0x57fd83._0x20e772)]={},_0x3f0b32;}}_0xb410f5[_0x196675(0x3ae,0x39d,_0x57fd83._0x2df9c5,0x3bf)](_0x3c62d1[_0x196675(0x43c,_0x57fd83._0x2d4b0f,_0x57fd83._0x298414,0x3f7)+'d']);}else _0x2d7b0f[_0x57c447(0x2cb,0x2cc,_0x57fd83._0x26b59c,0x302)](_0x435349);}}else for(const _0x35e9db of _0xc9ba49){_0x84565e[_0x44fdea][_0x57c447(0x2c9,_0x57fd83._0x43954c,_0x57fd83._0x258eab,_0x57fd83._0x5608fa)](_0x35e9db);}}}}return[..._0xb410f5];}function _0xa8c9(_0x5ba2ac,_0x14bb5b){_0x5ba2ac=_0x5ba2ac-(-0x226*-0xd+-0x535*-0x7+-0x1*0x3ebe);const _0xf97b01=_0x37b4();let _0x17cefe=_0xf97b01[_0x5ba2ac];if(_0xa8c9['gSTpsL']===undefined){var _0x5c1415=function(_0x31c26d){const _0x4de912='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5d4ce0='',_0x35c594='';for(let _0x278a37=0x1d40*-0x1+-0x1915+0x7*0x7c3,_0x3403b9,_0x2c3a91,_0x551e25=0xaf0+-0x44c+-0x6a4;_0x2c3a91=_0x31c26d['charAt'](_0x551e25++);~_0x2c3a91&&(_0x3403b9=_0x278a37%(0x1*0x224f+-0xaa+-0x1*0x21a1)?_0x3403b9*(0x691+-0x151f+0xece)+_0x2c3a91:_0x2c3a91,_0x278a37++%(0x41*0x5b+-0x2558+0xe41))?_0x5d4ce0+=String['fromCharCode'](-0x1829+0x11b2+0x776&_0x3403b9>>(-(0x12a3*0x2+-0x1cf*0x1+-0x2375*0x1)*_0x278a37&0x26d2*-0x1+-0x1cbe+-0x52*-0xd3)):0x5c3+-0x18e5+0x1322){_0x2c3a91=_0x4de912['indexOf'](_0x2c3a91);}for(let _0x5f2ef8=-0x1*-0x15f9+0xd*-0x2a1+-0xc34*-0x1,_0x470f0e=_0x5d4ce0['length'];_0x5f2ef8<_0x470f0e;_0x5f2ef8++){_0x35c594+='%'+('00'+_0x5d4ce0['charCodeAt'](_0x5f2ef8)['toString'](-0x183c+-0x85c+0x20a8))['slice'](-(0x1*-0x131d+0x1093+0x28c));}return decodeURIComponent(_0x35c594);};_0xa8c9['QKBBNq']=_0x5c1415,_0xa8c9['NQcsfn']={},_0xa8c9['gSTpsL']=!![];}const _0x19ea08=_0xf97b01[0xd35+-0x137*-0x5+-0x9a4*0x2],_0x34bffd=_0x5ba2ac+_0x19ea08,_0x3bcda1=_0xa8c9['NQcsfn'][_0x34bffd];return!_0x3bcda1?(_0x17cefe=_0xa8c9['QKBBNq'](_0x17cefe),_0xa8c9['NQcsfn'][_0x34bffd]=_0x17cefe):_0x17cefe=_0x3bcda1,_0x17cefe;}export async function resolveUserPermissionsAllEnvironments(_0x15bd72){const _0x3002b0={_0x8c7b9f:0xa9},_0x22614f={_0x42dcd9:0x240},_0x115553={'HNMTj':function(_0x3e9e81,_0x19425d){return _0x3e9e81(_0x19425d);},'aslfS':function(_0x3b0457,_0x14379c,_0x20c379){return _0x3b0457(_0x14379c,_0x20c379);}};function _0x5cd727(_0x10f326,_0x5a5f01,_0x43a535,_0x363015){return _0xa8c9(_0x363015- -_0x22614f._0x42dcd9,_0x5a5f01);}const _0x5341c5=await _0x115553[_0x5cd727(-0x6f,-_0x3002b0._0x8c7b9f,-_0x3002b0._0x8c7b9f,-0x8d)](getVisibleEnvironments,_0x15bd72),_0x114cf0={};for(const _0x3c9a4f of _0x5341c5){_0x114cf0[_0x3c9a4f]=await _0x115553['aslfS'](resolveUserPermissions,_0x15bd72,_0x3c9a4f);}return _0x114cf0;}export async function resolveUserServerPermissions(_0x4a92be){const _0x28d8aa={_0x175cae:0x1e7,_0x4713e8:0x1eb,_0xcd6054:0x1b3,_0x2125b4:0xc4,_0x306384:0xcf,_0x5759a5:0xf5,_0x3910f7:0x108,_0x3c5edb:0xe1,_0x57c34a:0x12d,_0x499054:0xfe,_0x175680:0xb9,_0x324eca:0xe0,_0x1a062e:0x18f,_0x3cd547:0x193,_0x477971:0x17b,_0x45b1cb:0x112,_0x2b4603:0xd5,_0x37a574:0x9f,_0x20b051:0xf5,_0x359c8b:0xfb,_0x15e054:0xd6,_0x2a7978:0xeb,_0x1888cf:0xc1,_0x2c2974:0x82,_0x3df065:0xde,_0x76c792:0xc6,_0x6f16ab:0x1c1,_0x398344:0x1e2,_0x42eafb:0x164,_0x332f2f:0x16e,_0x172b05:0x16f,_0x440891:0x1ae,_0x20002a:0x186,_0x80668c:0xa7,_0x5e3f8a:0xac,_0x3bd152:0xf0,_0x1d5915:0x144,_0x1f859d:0x1a1,_0x245533:0x9b,_0x3fc483:0xc2,_0xfabdc6:0x9f,_0xb2f108:0x1aa,_0x52ae91:0x181,_0x5784f3:0xc2};function _0x32c627(_0x131a6d,_0x438ed9,_0x44682d,_0x396c25){return _0xa8c9(_0x396c25- -0x380,_0x438ed9);}const _0x42408e={'nligv':function(_0x8fae08){return _0x8fae08();},'UdRnN':_0x32c627(-0x1d2,-_0x28d8aa._0x175cae,-_0x28d8aa._0x4713e8,-_0x28d8aa._0xcd6054),'hsDhL':function(_0x15bf23,_0x3ef741){return _0x15bf23(_0x3ef741);},'vojCG':function(_0xce175e,_0x32bff7,_0x2e0c72){return _0xce175e(_0x32bff7,_0x2e0c72);},'vUbXJ':_0x3adc02(0xd2,_0x28d8aa._0x2125b4,_0x28d8aa._0x306384,0xb0),'cHYTn':_0x3adc02(_0x28d8aa._0x5759a5,0xf1,0x125,0xde),'vghfT':_0x3adc02(_0x28d8aa._0x3910f7,_0x28d8aa._0x3c5edb,0xf6,0xe9),'RHeKq':function(_0x435c5d,_0x2d3cfe){return _0x435c5d===_0x2d3cfe;},'DQRqu':_0x3adc02(_0x28d8aa._0x57c34a,0xd9,_0x28d8aa._0x499054,_0x28d8aa._0x175680)},{getBindingsBySubject:_0xd7708f,getTeamsByUserId:_0x5517bf,getRoleById:_0x70373c}=await _0x42408e['nligv'](d),_0x599650=new Set(),_0x4ef7c4=new Set(Object['keys'](PERMISSIONS['server'])),_0x375ee7=await _0xd7708f(_0x42408e[_0x3adc02(0xfd,_0x28d8aa._0x324eca,0xbc,0x79)],_0x4a92be),_0x574165=await _0x42408e[_0x32c627(-_0x28d8aa._0x1a062e,-_0x28d8aa._0x3cd547,-0x157,-_0x28d8aa._0x477971)](_0x5517bf,_0x4a92be);function _0x3adc02(_0x395e06,_0x357cda,_0xe61a31,_0x5c204d){return _0xa8c9(_0xe61a31- -0x112,_0x5c204d);}const _0x1412b8=[..._0x375ee7];for(const _0x557f81 of _0x574165){const _0x552fdd=await _0x42408e[_0x3adc02(_0x28d8aa._0x45b1cb,0xc2,_0x28d8aa._0x2b4603,0x95)](_0xd7708f,_0x42408e[_0x3adc02(_0x28d8aa._0x37a574,_0x28d8aa._0x20b051,0xc0,0x76)],_0x557f81['id']);_0x1412b8[_0x3adc02(_0x28d8aa._0x359c8b,_0x28d8aa._0x15e054,_0x28d8aa._0x2a7978,_0x28d8aa._0x1888cf)](..._0x552fdd);}for(const _0x56df94 of _0x1412b8){if(_0x42408e[_0x3adc02(_0x28d8aa._0x2c2974,_0x28d8aa._0x3df065,0xae,_0x28d8aa._0x76c792)]===_0x42408e[_0x32c627(-_0x28d8aa._0x6f16ab,-0x17e,-_0x28d8aa._0x398344,-0x1a4)])return['*'];else{const _0x181f53=await _0x42408e['hsDhL'](_0x70373c,_0x56df94[_0x32c627(-0x178,-_0x28d8aa._0x42eafb,-_0x28d8aa._0x332f2f,-_0x28d8aa._0x172b05)]);if(!_0x181f53)continue;if(_0x181f53[_0x32c627(-_0x28d8aa._0x440891,-0x172,-_0x28d8aa._0x20002a,-0x19b)+'s']['includes']('*')){if(_0x42408e[_0x3adc02(0xb0,0x6e,_0x28d8aa._0x80668c,_0x28d8aa._0x5e3f8a)](_0x42408e[_0x3adc02(0xe4,0xe4,_0x28d8aa._0x3bd152,0x13a)],_0x42408e[_0x32c627(-_0x28d8aa._0x1d5915,-_0x28d8aa._0x1f859d,-0x18c,-0x17e)]))return['*'];else _0x2823dc[_0x3adc02(_0x28d8aa._0x245533,0x7b,_0x28d8aa._0x3fc483,_0x28d8aa._0xfabdc6)](_0x15f4e5);}for(const _0x1dbc37 of _0x181f53['permission'+'s']){_0x4ef7c4[_0x32c627(-0x155,-_0x28d8aa._0xb2f108,-0x19d,-_0x28d8aa._0x52ae91)](_0x1dbc37)&&_0x599650[_0x3adc02(0x105,0xb4,_0x28d8aa._0x5784f3,0xa3)](_0x1dbc37);}}}return[..._0x599650];}export async function resolveUserTeamPermissionsAll(_0x58a3b5){const _0x4e2be7={_0x52b733:0x137,_0x21ecb9:0x19d,_0x5d6885:0x15d,_0x4a3f2a:0x111,_0x14ddfa:0x157,_0x3df3bd:0xf9,_0x31b59a:0x148,_0xe894a3:0x16a,_0x2db212:0x1a6,_0x4ae21c:0x163,_0x1fbd45:0x170,_0x41092b:0x17d,_0x51f31f:0x155,_0xb6f5e2:0x183,_0x1144e2:0x14e,_0x5d22c9:0x190,_0x7aedb2:0x194,_0x5e80c1:0x11a,_0x40c7a7:0x139,_0x40d3bd:0x161,_0x5762e1:0x128,_0x537fba:0x182,_0x2279cc:0x14b,_0x506f1a:0x16d,_0x50ebcd:0x125,_0xf8bcc0:0x144,_0x452354:0x149,_0x87f503:0x12d,_0x1002ce:0xe3,_0x38ec4a:0x20c,_0x17f77b:0x1c6,_0x5c0c73:0x1e8,_0x10916d:0x151,_0x30415d:0x148,_0x5c2262:0x1b9,_0x45ae12:0x149,_0x4092ec:0x178,_0x2a1d24:0x12a,_0x471e34:0xf5,_0x13f76e:0x123,_0x52661d:0x162,_0x5d7239:0x147,_0x28a514:0x1ce,_0x1a1f86:0x19f},_0x3697e1={_0xa60a43:0x336},_0x43e250={'ppvDD':function(_0x334be1,_0x2451d6,_0x4c4672){return _0x334be1(_0x2451d6,_0x4c4672);},'lxLfU':_0x43329a(-0x169,-0x134,-_0x4e2be7._0x52b733,-_0x4e2be7._0x21ecb9),'zpPBD':function(_0x359295,_0x43e0e2){return _0x359295(_0x43e0e2);},'pkRdK':_0x43329a(-0x177,-0x149,-0x13e,-_0x4e2be7._0x5d6885),'SGJye':'team','tCaDQ':function(_0x268bf3,_0x5567fa){return _0x268bf3!==_0x5567fa;},'NIrky':function(_0x815e65,_0x6108d9){return _0x815e65(_0x6108d9);},'bzgGR':function(_0xec9946,_0x12827c){return _0xec9946!==_0x12827c;},'QMulW':_0x43329a(-_0x4e2be7._0x4a3f2a,-_0x4e2be7._0x14ddfa,-_0x4e2be7._0x3df3bd,-_0x4e2be7._0x31b59a),'SDUsx':'TCmTT','ODABl':function(_0x311bbd,_0x58f7f7){return _0x311bbd===_0x58f7f7;},'foPRg':_0x2cd53e(-0x16b,-_0x4e2be7._0xe894a3,-0x1ab,-_0x4e2be7._0x2db212)};function _0x2cd53e(_0x41e5a3,_0x4f7728,_0x3b1052,_0x1958e7){return _0xa8c9(_0x3b1052- -0x37e,_0x4f7728);}const {getBindingsBySubject:_0x5b60da,getTeamsByUserId:_0x4950d7,getRoleById:_0x50bd41}=await d(),_0x22aeb0=new Set(Object[_0x43329a(-0x157,-_0x4e2be7._0x4ae21c,-_0x4e2be7._0x1fbd45,-_0x4e2be7._0x41092b)](PERMISSIONS[_0x43329a(-_0x4e2be7._0x51f31f,-0x12c,-0x163,-_0x4e2be7._0xb6f5e2)])),_0xc72bdd={},_0x7939a7=await _0x43e250['ppvDD'](_0x5b60da,_0x43e250[_0x43329a(-_0x4e2be7._0x1144e2,-_0x4e2be7._0x5d22c9,-_0x4e2be7._0x7aedb2,-_0x4e2be7._0x5e80c1)],_0x58a3b5),_0x55dc9e=await _0x43e250['zpPBD'](_0x4950d7,_0x58a3b5),_0x5226d2=[..._0x7939a7];for(const _0x5d5256 of _0x55dc9e){if(_0x43329a(-0x133,-_0x4e2be7._0x4a3f2a,-0x117,-0x10f)===_0x43e250['pkRdK'])_0x5f2ef8[_0x470f0e]=[..._0x5db651[_0x35dd58]];else{const _0x15d6c7=await _0x5b60da(_0x43e250[_0x2cd53e(-0x1a1,-0x1b0,-0x1c0,-0x1c8)],_0x5d5256['id']);_0x5226d2[_0x43329a(-_0x4e2be7._0x40c7a7,-0x140,-_0x4e2be7._0x3df3bd,-0x132)](..._0x15d6c7);}}for(const _0x53c816 of _0x5226d2){if(_0x43e250[_0x43329a(-0x187,-0x183,-0x1a1,-0x1cb)](_0x53c816[_0x2cd53e(-0x1a5,-0x11c,-_0x4e2be7._0x40d3bd,-_0x4e2be7._0x5762e1)+'ype'],_0x43e250['SGJye']))continue;const _0x192852=await _0x43e250[_0x2cd53e(-_0x4e2be7._0x537fba,-0x16b,-0x192,-_0x4e2be7._0x2279cc)](_0x50bd41,_0x53c816[_0x2cd53e(-0x17c,-0x176,-_0x4e2be7._0x506f1a,-0x1a7)]);if(!_0x192852)continue;const _0x1b7581=_0x53c816['resource_i'+'d'];if(!_0xc72bdd[_0x1b7581])_0xc72bdd[_0x1b7581]=new Set();if(_0x192852[_0x43329a(-0x151,-_0x4e2be7._0x50ebcd,-_0x4e2be7._0xf8bcc0,-_0x4e2be7._0x452354)+'s'][_0x43329a(-_0x4e2be7._0x87f503,-_0x4e2be7._0x1002ce,-0x16e,-0x171)]('*'))for(const _0x7c4124 of _0x22aeb0){_0xc72bdd[_0x1b7581]['add'](_0x7c4124);}else{if(_0x43e250[_0x2cd53e(-_0x4e2be7._0x1144e2,-0x14f,-0x182,-0x17b)](_0x43e250[_0x2cd53e(-_0x4e2be7._0x38ec4a,-0x18f,-_0x4e2be7._0x17f77b,-_0x4e2be7._0x5c0c73)],_0x43e250['SDUsx']))for(const _0x401eb3 of _0x192852[_0x43329a(-_0x4e2be7._0x10916d,-_0x4e2be7._0x30415d,-_0x4e2be7._0x5762e1,-0x168)+'s']){if(_0x22aeb0[_0x2cd53e(-_0x4e2be7._0x5c2262,-_0x4e2be7._0x45ae12,-0x17f,-_0x4e2be7._0x4092ec)](_0x401eb3)){if(_0x43e250['ODABl'](_0x43e250[_0x43329a(-_0x4e2be7._0x2a1d24,-_0x4e2be7._0x471e34,-0x171,-0x103)],_0x2cd53e(-0x14a,-0x178,-0x160,-_0x4e2be7._0x13f76e)))return _0x3d0a1e;else _0xc72bdd[_0x1b7581][_0x43329a(-_0x4e2be7._0x52661d,-0x15f,-0x11d,-_0x4e2be7._0x5d7239)](_0x401eb3);}}else return!![];}}for(const _0x3d484e of Object[_0x2cd53e(-0x1e2,-_0x4e2be7._0x28a514,-_0x4e2be7._0x1a1f86,-0x1c1)](_0xc72bdd)){_0xc72bdd[_0x3d484e]=[..._0xc72bdd[_0x3d484e]];}function _0x43329a(_0xe604fa,_0x4e41ac,_0x3ff444,_0x377f1c){return _0xa8c9(_0xe604fa- -_0x3697e1._0xa60a43,_0x377f1c);}return _0xc72bdd;}export async function resolveAllUserPermissions(_0x4663c2){const _0x5a8606={_0x273863:0x11c,_0x843091:0x16c,_0x4ac26a:0x14f,_0x11680d:0x153,_0x35770c:0x19f,_0x5e506f:0x51d,_0x487c68:0x51a,_0xd898ef:0x105,_0x1e24eb:0x50d,_0x4bcb8c:0x549,_0x4fa23d:0x50a,_0x7ecacc:0x4c2,_0x58ecdd:0x4fb,_0x41e560:0x534,_0x36163a:0x14f,_0x448a1c:0x13c,_0x414ab1:0x14a,_0x407547:0x149};function _0x1c2472(_0x1efef6,_0x27844d,_0x5d50ac,_0x599e53){return _0xa8c9(_0x5d50ac- -0x342,_0x27844d);}const _0x1073fd={'qBHEg':function(_0xf3b8be,_0xe0d02f){return _0xf3b8be(_0xe0d02f);},'pGGuC':_0x38300b(0x50f,0x543,0x554,0x528),'hcgYz':function(_0x2ee7ab,_0x195062){return _0x2ee7ab(_0x195062);}},_0x51eb70=await _0x1073fd[_0x1c2472(-_0x5a8606._0x273863,-_0x5a8606._0x843091,-_0x5a8606._0x4ac26a,-_0x5a8606._0x11680d)](hasAllPermissions,_0x4663c2);if(_0x51eb70){if(_0x1073fd[_0x1c2472(-0x12e,-_0x5a8606._0x35770c,-0x179,-0x1a7)]!==_0x1073fd[_0x38300b(_0x5a8606._0x5e506f,_0x5a8606._0x487c68,0x564,0x533)])_0x20b962=_0x30cb54;else{const _0x29e9ba={};return _0x29e9ba[_0x1c2472(-0xc8,-0x143,-0x10c,-_0x5a8606._0xd898ef)]=['*'],_0x29e9ba[_0x38300b(_0x5a8606._0x1e24eb,_0x5a8606._0x4bcb8c,_0x5a8606._0x4fa23d,0x553)+'ts']={},_0x29e9ba['teams']={},_0x29e9ba;}}function _0x38300b(_0x234e38,_0x3f1b93,_0x5c89d6,_0x31bd98){return _0xa8c9(_0x3f1b93-0x351,_0x234e38);}const [_0x4bdab8,_0x329f54,_0x303d51]=await Promise[_0x38300b(_0x5a8606._0x7ecacc,_0x5a8606._0x58ecdd,0x4d0,0x4ec)]([resolveUserServerPermissions(_0x4663c2),_0x1073fd[_0x38300b(0x4c3,0x50b,_0x5a8606._0x41e560,0x4c5)](resolveUserPermissionsAllEnvironments,_0x4663c2),resolveUserTeamPermissionsAll(_0x4663c2)]),_0x2f86d5={};return _0x2f86d5[_0x38300b(0x5d2,0x587,0x5c8,0x549)]=_0x4bdab8,_0x2f86d5[_0x1c2472(-_0x5a8606._0x36163a,-_0x5a8606._0x448a1c,-_0x5a8606._0x414ab1,-_0x5a8606._0x407547)+'ts']=_0x329f54,_0x2f86d5['teams']=_0x303d51,_0x2f86d5;}export async function hasPermissionOnAnyTeam(_0x2d348a,_0x4a0da5){const _0x49ad3d={_0x49311f:0x4,_0x505229:0x2b,_0x3a77a4:0x7b,_0x2c2c4a:0x5c,_0x215cc:0xd2,_0xfa86d6:0xe4,_0x572494:0x5,_0x76b167:0xe,_0x5f03f1:0x7,_0x328b25:0x18f,_0x2929f1:0x19f,_0x2b5692:0x129,_0x121b9e:0x51,_0x1a3a06:0x41,_0x4109ff:0x6d,_0x3f8afe:0x5d,_0xa83580:0x26,_0x3c9f73:0x31,_0x3e533c:0x3,_0x1af504:0xa,_0x32bd38:0x36,_0x59d909:0x57,_0x24351a:0xef,_0x114372:0xdd,_0x12c831:0xab,_0x404926:0xa2,_0x539e31:0x2f,_0x406eda:0x1,_0x51d980:0x1,_0x254a68:0x1a,_0x1ae4f8:0xae,_0x4a4d5c:0x6e,_0x4e00e7:0xb0,_0x37af86:0x89,_0x4f76bb:0x42,_0x39d4e1:0x6b,_0x5bd427:0x2a,_0x3256b1:0x12f,_0x5f2401:0x11f,_0x27cd08:0x13e,_0x2981d2:0x167},_0x182aa4={_0x5d5a80:0x1af},_0x3c7ff6={_0x18b087:0xd3};function _0x4043b2(_0x45421e,_0x320acd,_0x578baa,_0x4d4ce2){return _0xa8c9(_0x4d4ce2- -_0x3c7ff6._0x18b087,_0x320acd);}const _0x10fa0e={'nRWXU':function(_0x1d4c2f,_0x15bcc7){return _0x1d4c2f(_0x15bcc7);},'mZoqE':function(_0x5995da){return _0x5995da();},'vyHfC':function(_0x2d8275,_0x2a1ca3,_0x1c1069){return _0x2d8275(_0x2a1ca3,_0x1c1069);},'KLwHT':_0x1f8314(-0x10,-_0x49ad3d._0x49311f,0x1e,_0x49ad3d._0x505229),'XFbNa':_0x1f8314(0x80,0xae,_0x49ad3d._0x3a77a4,_0x49ad3d._0x2c2c4a),'eaJdr':_0x1f8314(-0x8,0x59,0x32,0x49),'ZVLcG':function(_0x22e439,_0x5633c0){return _0x22e439(_0x5633c0);},'JDyDS':function(_0x376972,_0x203871,_0x3936fe){return _0x376972(_0x203871,_0x3936fe);},'loSQE':function(_0x728bac,_0x167106){return _0x728bac===_0x167106;},'UYymK':function(_0x117dd6,_0x368fcb,_0x2acce5){return _0x117dd6(_0x368fcb,_0x2acce5);}},_0x55cdce=await _0x10fa0e[_0x4043b2(0xc9,0xaa,_0x49ad3d._0x215cc,_0x49ad3d._0xfa86d6)](hasAllPermissions,_0x2d348a);if(_0x55cdce)return!![];const {getTeamsByUserId:_0x47d023,getBindingsBySubject:_0x135475,getRoleById:_0x2e71e2,getBindings:_0x491db5}=await _0x10fa0e['mZoqE'](d);function _0x1f8314(_0x2f0053,_0x4a08dd,_0x5d8c1e,_0x1a2949){return _0xa8c9(_0x5d8c1e- -_0x182aa4._0x5d5a80,_0x2f0053);}const _0x5c9fef=await _0x10fa0e[_0x1f8314(-_0x49ad3d._0x572494,-0xf,_0x49ad3d._0x76b167,-_0x49ad3d._0x5f03f1)](_0x135475,_0x10fa0e[_0x4043b2(_0x49ad3d._0x328b25,_0x49ad3d._0x2929f1,_0x49ad3d._0x2b5692,0x156)],_0x2d348a);for(const _0x26a58b of _0x5c9fef){if(_0x10fa0e[_0x1f8314(0x74,0x49,_0x49ad3d._0x121b9e,0x12)]==='uZGqb')_0xcf1588=_0x2eef4c[_0x1f8314(0x33,_0x49ad3d._0x1a3a06,_0x49ad3d._0x4109ff,0x4a)](_0x3015d4=>_0x3015d4!==_0x391eb7[_0x4043b2(0x17f,0x158,0x15a,0x13b)]);else{if(_0x26a58b['resource_t'+_0x1f8314(_0x49ad3d._0x3f8afe,0x73,0x4b,0xe)]===_0x10fa0e['eaJdr']){const _0x325d5e=await _0x10fa0e['ZVLcG'](_0x2e71e2,_0x26a58b['role_id']);if(_0x325d5e&&_0x10fa0e[_0x1f8314(0x44,-_0x49ad3d._0xa83580,_0x49ad3d._0x572494,-_0x49ad3d._0x3c9f73)](hasPermissionInSet,_0x325d5e[_0x1f8314(_0x49ad3d._0x3e533c,-_0x49ad3d._0x1af504,_0x49ad3d._0x32bd38,_0x49ad3d._0x59d909)+'s'],_0x4a0da5))return!![];}}}const _0x383c90=await _0x10fa0e[_0x4043b2(_0x49ad3d._0x24351a,_0x49ad3d._0x114372,_0x49ad3d._0x12c831,0xe4)](_0x47d023,_0x2d348a);for(const _0x4e166a of _0x383c90){const _0x230dc5=await _0x10fa0e[_0x4043b2(0x112,0x106,_0x49ad3d._0x404926,0xea)](_0x135475,_0x1f8314(_0x49ad3d._0x539e31,0x59,0x32,_0x49ad3d._0x406eda),_0x4e166a['id']);for(const _0x2356d7 of _0x230dc5){if(_0x10fa0e[_0x1f8314(0x18,-0x46,_0x49ad3d._0x51d980,_0x49ad3d._0x254a68)](_0x2356d7[_0x1f8314(0x3c,_0x49ad3d._0x1ae4f8,_0x49ad3d._0x4a4d5c,_0x49ad3d._0x4e00e7)+'ype'],_0x10fa0e[_0x1f8314(_0x49ad3d._0x37af86,_0x49ad3d._0x4f76bb,_0x49ad3d._0x39d4e1,_0x49ad3d._0x5bd427)])){const _0x2d8de4=await _0x10fa0e[_0x4043b2(_0x49ad3d._0x3256b1,_0x49ad3d._0x5f2401,0xe2,0x106)](_0x2e71e2,_0x2356d7[_0x4043b2(_0x49ad3d._0x27cd08,_0x49ad3d._0x2981d2,0x10f,_0x49ad3d._0x27cd08)]);if(_0x2d8de4&&_0x10fa0e['UYymK'](hasPermissionInSet,_0x2d8de4['permission'+'s'],_0x4a0da5))return!![];}}}return![];}export async function hasPermissionOnAnyEnvironment(_0x55c765,_0x3bd562){const _0x2c1a57={_0x22a256:0x277,_0x377ad6:0x9c,_0x2fc4eb:0x7,_0x36f324:0x1e},_0x36fa0d={_0x59ee89:0x1b};function _0x20e5c7(_0xfe7ecb,_0x160a1b,_0x390713,_0x2a5fb1){return _0xa8c9(_0x390713-_0x36fa0d._0x59ee89,_0x160a1b);}const _0x2f6240={'Xqkcd':function(_0x187afd,_0x3c2687){return _0x187afd(_0x3c2687);},'ppiwA':function(_0x270011,_0xa40251,_0x17df09){return _0x270011(_0xa40251,_0x17df09);},'yKYRj':function(_0xd858bd,_0x46406f,_0x11003d){return _0xd858bd(_0x46406f,_0x11003d);}},_0x54614f=await _0x2f6240[_0x20e5c7(0x275,_0x2c1a57._0x22a256,0x243,0x22b)](hasAllPermissions,_0x55c765);if(_0x54614f)return!![];const _0x7a8c52=await _0x2f6240[_0x315dd0(0xd5,_0x2c1a57._0x377ad6,0x91,0x8c)](getVisibleEnvironments,_0x55c765);function _0x315dd0(_0x3e629,_0x556783,_0x36e701,_0x397a77){return _0xa8c9(_0x36e701- -0x197,_0x397a77);}for(const _0x11cd8b of _0x7a8c52){const _0xc043cb=await _0x2f6240[_0x20e5c7(0x20a,0x21b,0x1de,0x19f)](resolveUserPermissions,_0x55c765,_0x11cd8b);if(_0x2f6240[_0x315dd0(0x6,_0x2c1a57._0x2fc4eb,_0x2c1a57._0x36f324,0x3f)](hasPermissionInSet,_0xc043cb,_0x3bd562))return!![];}return![];}export async function resolveUserRoleNames(_0x5d74d5){const _0x18e1be={_0x42a232:0x10d,_0x2d7945:0xf9,_0x5e444b:0x40f,_0x5a80b9:0x3e6,_0x3f2afa:0x3b8,_0x193112:0x396,_0x15ba37:0x3d2,_0x3a85d6:0x3b4,_0x2b00c1:0xd3,_0x3c4756:0xbf,_0xef269:0xc5,_0x2db222:0x386,_0x414112:0x11e,_0x37ba7e:0x120,_0x5954c4:0xec,_0x4f6758:0x40c,_0x4291c3:0x3b5,_0x3f3551:0x3e1,_0x2af9f9:0xab,_0x40fede:0xcb},_0x97af92={'VsgSR':function(_0xd13777){return _0xd13777();},'XkZRg':function(_0x24956d,_0x23568d,_0x59a5a2){return _0x24956d(_0x23568d,_0x59a5a2);},'ykosk':_0xfd82b8(-0x12e,-0x13a,-0xd2,-_0x18e1be._0x42a232),'iGgOx':function(_0x4bb3a9,_0x4dd0d6){return _0x4bb3a9(_0x4dd0d6);},'LMSix':function(_0x197d7b,_0x36a8dc,_0x4717a3){return _0x197d7b(_0x36a8dc,_0x4717a3);}},{getBindingsBySubject:_0x2c501c,getTeamsByUserId:_0x7db406,getRoleById:_0x538162}=await _0x97af92['VsgSR'](d),_0x307539=await _0x97af92[_0xfd82b8(-0x130,-_0x18e1be._0x2d7945,-0xf9,-0x136)](_0x2c501c,_0x97af92[_0x4197e7(_0x18e1be._0x5e444b,_0x18e1be._0x5a80b9,_0x18e1be._0x3f2afa,0x3f7)],_0x5d74d5),_0x5d6c52=await _0x97af92[_0x4197e7(_0x18e1be._0x193112,0x3c2,0x3de,_0x18e1be._0x15ba37)](_0x7db406,_0x5d74d5),_0x56ed55=[];for(const _0x109e77 of _0x5d6c52){const _0x4658fc=await _0x97af92[_0x4197e7(0x3bb,0x3e7,_0x18e1be._0x3a85d6,0x3e8)](_0x2c501c,'team',_0x109e77['id']);_0x56ed55[_0xfd82b8(-_0x18e1be._0x2b00c1,-_0x18e1be._0x3c4756,-_0x18e1be._0xef269,-0xdd)](..._0x4658fc);}function _0xfd82b8(_0x227da2,_0x2ccfa2,_0x4928b9,_0x56d85b){return _0xa8c9(_0x56d85b- -0x2da,_0x2ccfa2);}const _0x4fb0e1=[..._0x307539,..._0x56ed55];function _0x4197e7(_0x12b302,_0x3ce8c4,_0xa9734f,_0x58d66f){return _0xa8c9(_0x58d66f-0x1e4,_0x3ce8c4);}const _0x32fbd1=new Set(_0x4fb0e1[_0x4197e7(0x3de,_0x18e1be._0x2db222,0x3f6,0x3ca)](_0x56c7f2=>_0x56c7f2['role_id'])),_0x4ae629=[];for(const _0x270c1f of _0x32fbd1){const _0x5e4c70=await _0x97af92[_0xfd82b8(-0xed,-_0x18e1be._0x414112,-_0x18e1be._0x37ba7e,-_0x18e1be._0x5954c4)](_0x538162,_0x270c1f);if(_0x5e4c70)_0x4ae629[_0x4197e7(_0x18e1be._0x4f6758,0x3cb,_0x18e1be._0x4291c3,_0x18e1be._0x3f3551)](_0x5e4c70[_0xfd82b8(-_0x18e1be._0x2af9f9,-0xc2,-0xc8,-_0x18e1be._0x40fede)]);}return _0x4ae629;}export async function wouldRetainServerAdmin({excludeBindingId:_0x24ad50,excludeTeamMember:_0x1a14f8,excludeTeamId:_0x3572ad,replaceTeamMembers:_0x5e17a6}={}){const _0xf900d6={_0x4c4176:0xc6,_0x207b5f:0x113,_0x306790:0x402,_0x3fa781:0x3e1,_0x3f08f9:0x3e7,_0x1a5e05:0x7f,_0x17177f:0x68,_0x52cd2d:0x47,_0x39efbc:0x3b0,_0x18648f:0xf8,_0x1627a4:0x6f,_0x9dced5:0x4c,_0x26806e:0x92,_0x228cbb:0x114,_0x447e43:0x3b5,_0x257252:0x35d,_0x5c50aa:0x41e,_0x40bda8:0x3a5,_0x38948d:0x400,_0x1a3793:0x3ec,_0x503d4b:0x3b7,_0x4754f4:0x375,_0xdf8460:0x3dd,_0x1c6a28:0x3f4,_0x4623b9:0x3c6,_0x28ec24:0x420,_0x1bfdc5:0x3bd,_0x329547:0x3e6,_0x2d45ac:0x385,_0x4b630d:0x73,_0x4dd45d:0x3e0,_0x3e626e:0x3c8,_0x559fae:0x75,_0x22f2f1:0xb9,_0x34b18e:0xa0,_0x3b1db7:0x390,_0x3e799b:0x373,_0x193933:0x80,_0x4856b1:0x8b,_0x2bb95d:0x91,_0x5073a1:0x3f5,_0x4789e9:0x3a5,_0x358948:0x40f,_0x9948a5:0x67,_0xb4ff83:0x79,_0x337afe:0xa1,_0x5e0af7:0xe3,_0x2fb803:0xa8,_0x24e583:0xc2,_0x27c3f3:0x7d,_0x81c723:0x386,_0x33b9f6:0x3ff,_0x9b23f:0x3cb,_0x3f3fb2:0x3a,_0x19860c:0x2,_0x5e2e73:0x413,_0x345b02:0x421,_0x4aa229:0x437,_0x470fc1:0x106,_0x31cd2d:0x9b,_0xaa3bdb:0x3ed,_0x241b14:0x42a,_0x294d6d:0x3bf},_0x417408={_0x4e2c3b:0x1e3},_0x577f4d={'sphXU':function(_0x61c177){return _0x61c177();},'zFOTB':_0xcb4a25(0xcb,_0xf900d6._0x4c4176,_0xf900d6._0x207b5f,0x89)+_0x2eca92(_0xf900d6._0x306790,_0xf900d6._0x3fa781,_0xf900d6._0x3f08f9,0x428),'dqhnK':_0xcb4a25(0x77,_0xf900d6._0x1a5e05,_0xf900d6._0x17177f,_0xf900d6._0x52cd2d),'jzjBf':function(_0x192dfa){return _0x192dfa();},'jhTrn':function(_0x4030a0){return _0x4030a0();},'MAPNM':function(_0x56d485,_0x28fb45){return _0x56d485===_0x28fb45;},'bYgBD':'server','JgGOz':function(_0x2c290b,_0x233735){return _0x2c290b(_0x233735);},'sfDCD':_0x2eca92(_0xf900d6._0x39efbc,0x3d4,_0xf900d6._0x39efbc,0x3c5),'isYTg':'team','EZdNb':function(_0xf4de79,_0x2021a9){return _0xf4de79>_0x2021a9;}},{getRoleById:_0x1a0168}=await _0x577f4d[_0xcb4a25(0xc5,_0xf900d6._0x18648f,0xe5,0xa8)](d),{getBindings:_0x36c90a}=await import(_0x577f4d[_0xcb4a25(_0xf900d6._0x1627a4,0x89,_0xf900d6._0x9dced5,_0xf900d6._0x26806e)]),{getUsers:_0x3d929e}=await import(_0x577f4d[_0x2eca92(0x3c5,0x389,0x406,0x40b)]),{getTeamById:_0x532aaf}=await import(_0xcb4a25(0xcc,0x8b,_0xf900d6._0x228cbb,0xd1)),_0x3a5c0e=await _0x577f4d['jzjBf'](_0x36c90a),_0x3e6a58=await _0x577f4d['jhTrn'](_0x3d929e);function _0xcb4a25(_0x2499f9,_0xc4b243,_0x8bebe5,_0x289145){return _0xa8c9(_0x2499f9- -0x169,_0x8bebe5);}const _0x38fa29=[];for(const _0x40a7f7 of _0x3a5c0e){if(_0x24ad50&&_0x577f4d[_0x2eca92(0x386,0x3c5,_0xf900d6._0x447e43,_0xf900d6._0x257252)](_0x40a7f7['id'],_0x24ad50))continue;if(_0x40a7f7[_0x2eca92(0x400,_0xf900d6._0x5c50aa,0x44b,0x3d6)+_0x2eca92(0x3dd,_0xf900d6._0x40bda8,_0xf900d6._0x38948d,0x3b0)]!==_0x577f4d[_0x2eca92(0x3a7,0x3e8,_0xf900d6._0x1a3793,_0xf900d6._0x503d4b)])continue;const _0x3ea192=await _0x577f4d[_0x2eca92(0x3bd,0x3d3,_0xf900d6._0x4754f4,_0xf900d6._0xdf8460)](_0x1a0168,_0x40a7f7[_0x2eca92(_0xf900d6._0x1c6a28,0x3e9,_0xf900d6._0x4623b9,_0xf900d6._0x28ec24)]);if(!_0x3ea192||!_0x3ea192[_0x2eca92(0x3c8,_0xf900d6._0x1bfdc5,_0xf900d6._0x329547,_0xf900d6._0x2d45ac)+'s'][_0xcb4a25(0xa0,0x90,_0xf900d6._0x4b630d,0x6d)]('*'))continue;_0x38fa29[_0x2eca92(_0xf900d6._0x4dd45d,0x39c,0x3d2,_0xf900d6._0x3e626e)](_0x40a7f7);}for(const _0x19046c of _0x38fa29){if(_0x19046c[_0xcb4a25(_0xf900d6._0x559fae,_0xf900d6._0x22f2f1,0x4d,_0xf900d6._0x34b18e)+'pe']===_0x577f4d[_0x2eca92(_0xf900d6._0x3b1db7,0x39a,0x376,_0xf900d6._0x3e799b)]){if(_0x3e6a58[_0xcb4a25(_0xf900d6._0x193933,_0xf900d6._0x4856b1,0x40,_0xf900d6._0x2bb95d)](_0x27251a=>_0x27251a['id']===_0x19046c[_0xcb4a25(0xc4,0x101,0xe6,0x82)]))return!![];}if(_0x19046c[_0x2eca92(0x3c1,_0xf900d6._0x5073a1,0x3aa,0x37b)+'pe']===_0x577f4d[_0x2eca92(0x3dc,_0xf900d6._0x4789e9,_0xf900d6._0x358948,0x3e9)]){if(_0x3572ad&&_0x577f4d[_0xcb4a25(0x3a,0x3e,_0xf900d6._0x9948a5,_0xf900d6._0xb4ff83)](_0x19046c['subject_id'],_0x3572ad))continue;const _0x3d7d2d=await _0x532aaf(_0x19046c[_0xcb4a25(0xc4,_0xf900d6._0x337afe,_0xf900d6._0x5e0af7,_0xf900d6._0x2fb803)]);if(!_0x3d7d2d)continue;let _0x14aad8=_0x3d7d2d[_0xcb4a25(_0xf900d6._0x24e583,0xe9,0xc4,_0xf900d6._0x27c3f3)]||[];_0x1a14f8&&_0x577f4d[_0x2eca92(_0xf900d6._0x81c723,0x3c1,0x3c8,0x383)](_0x1a14f8['teamId'],_0x19046c['subject_id'])&&(_0x14aad8=_0x14aad8[_0x2eca92(_0xf900d6._0x33b9f6,0x3e1,_0xf900d6._0x9b23f,0x416)](_0x1fe404=>_0x1fe404!==_0x1a14f8['userId']));_0x5e17a6&&_0x577f4d[_0xcb4a25(_0xf900d6._0x3f3fb2,_0xf900d6._0x19860c,0x5b,-0x2)](_0x5e17a6[_0x2eca92(_0xf900d6._0x5e2e73,0x3d4,_0xf900d6._0x345b02,_0xf900d6._0x4aa229)],_0x19046c['subject_id'])&&(_0x14aad8=_0x5e17a6[_0xcb4a25(0xc2,_0xf900d6._0x470fc1,_0xf900d6._0x31cd2d,0xe5)]||[]);if(_0x577f4d[_0x2eca92(_0xf900d6._0xaa3bdb,_0xf900d6._0x241b14,_0xf900d6._0x294d6d,0x41e)](_0x14aad8['length'],-0x1bc+0x76b+-0xf*0x61))return!![];}}function _0x2eca92(_0x2656df,_0x4b301c,_0x5e9ad8,_0x1108a0){return _0xa8c9(_0x2656df-_0x417408._0x4e2c3b,_0x4b301c);}return![];}
@@ -1 +1 @@
1
- (function(_0x832da7,_0x169aaa){const _0x189426={_0x337273:0x14,_0x3958ad:0x28,_0x5eadd6:0x1f,_0x42ee62:0x25,_0x26cd62:0x4,_0x135dcf:0x13,_0x298c65:0x17,_0x283b1f:0x16,_0x8e1fd1:0x60,_0x12559c:0x56,_0x55b931:0x6c,_0x4096e9:0x89,_0x505c92:0x6e,_0x21ab33:0x1c,_0x10a34b:0x2c,_0xa3af36:0x46},_0x23ca1a={_0xf8d472:0x14a},_0x40c62a={_0x1d8172:0x1f9};function _0x12d7b3(_0x58b7a6,_0x4ba987,_0x1d2442,_0x2c73ec){return _0x34fb(_0x2c73ec- -_0x40c62a._0x1d8172,_0x58b7a6);}const _0x116098=_0x832da7();function _0x258dce(_0x12ab11,_0xef63d6,_0x3cb10f,_0x12ff0a){return _0x34fb(_0xef63d6- -_0x23ca1a._0xf8d472,_0x12ff0a);}while(!![]){try{const _0x488fd5=-parseInt(_0x12d7b3(-_0x189426._0x337273,-_0x189426._0x3958ad,-_0x189426._0x5eadd6,-_0x189426._0x42ee62))/(-0x1*0x2575+0x10*0x105+0x2*0xa93)*(parseInt(_0x12d7b3(-_0x189426._0x26cd62,-_0x189426._0x135dcf,0x1,-0xa))/(-0x74b*-0x2+-0xe7a+-0x1a))+parseInt(_0x12d7b3(-_0x189426._0x298c65,-0x30,-_0x189426._0x283b1f,-0x32))/(-0xb5*0x2+0x3*0x539+-0xe3e)+-parseInt(_0x258dce(0x4e,0x6b,_0x189426._0x8e1fd1,_0x189426._0x12559c))/(-0x7b0+0x1387+-0xbd3)+-parseInt(_0x258dce(_0x189426._0x55b931,_0x189426._0x4096e9,0x9d,_0x189426._0x505c92))/(0x1*-0x2635+-0x3*0x751+0x3c2d)+parseInt(_0x12d7b3(-0x41,-_0x189426._0x21ab33,-0x2e,-0x2f))/(-0x845+-0x3*0x724+0x1db7)+parseInt(_0x12d7b3(-_0x189426._0x8e1fd1,-0x3b,-0x4b,-0x45))/(-0x3*-0x626+-0x605*-0x1+-0x1870)+parseInt(_0x12d7b3(-0x20,-_0x189426._0x10a34b,-_0x189426._0xa3af36,-0x39))/(0x2*-0x914+-0xf6d*-0x1+0x65*0x7);if(_0x488fd5===_0x169aaa)break;else _0x116098['push'](_0x116098['shift']());}catch(_0x5d3009){_0x116098['push'](_0x116098['shift']());}}}(_0x4ac4,-0x286b1+-0x376*-0x5b+0x42ca9*0x1));export function collectObjectiveCascadeUnpinTargets(_0xcad9f2,_0x2ae99e){const _0x1e2c46={_0x318b10:0x2c6,_0x2233b4:0x2c5,_0x3c3063:0x2db,_0x3941b2:0x2d9,_0x466869:0x2e5,_0x573a1d:0x1c4,_0x1f8ba8:0x1c3,_0x943831:0x1c8,_0x32ccc8:0x2db,_0x3d6b13:0x2d1,_0x69a42c:0x1ac,_0x4a9133:0x2ed,_0xad90d5:0x2d8,_0x56e071:0x2d2,_0x4b5922:0x2f5,_0x2159bf:0x1d5,_0x2b9970:0x1ab,_0x40b76d:0x2f1,_0x2c8c9f:0x309,_0x2b9337:0x2b8,_0x4c81bc:0x2ca,_0x21ec44:0x1bb,_0xbcc74a:0x1a2,_0x4eeebd:0x2d6,_0x46904d:0x2e6,_0x1349e9:0x190,_0x2bbf43:0x1c0,_0x48b7f9:0x18e,_0x461b3f:0x190,_0x425649:0x18d},_0x20f29c={_0x1305af:0x10b},_0x348599={_0x232f76:0x1c4,_0x9fae0c:0x1ca,_0x1ca722:0x1d5,_0x361b6b:0xe1,_0x289b8d:0xdf,_0x4e5f4f:0x1df,_0x446e1e:0x1eb,_0x1017f0:0x1db,_0x20f731:0x1f2,_0x511249:0x1c9,_0x221875:0xb3,_0x2c189a:0xc9,_0x5bbbf3:0xc3,_0x1e42eb:0xd1,_0x4c46f7:0x1eb,_0xed4f45:0x1f9,_0x54f823:0x1e9,_0x5e7518:0x1f4,_0x37a8f8:0x9c,_0x4e17be:0xaa,_0x3726dd:0x1d1,_0x2346cf:0x1c5,_0x256d78:0xdd,_0x338a77:0xbe,_0x2493db:0xcd,_0x391d39:0xd2,_0x1c4ce5:0xa6,_0x5088bf:0xc1,_0x4cee1e:0xb4},_0x2579fb={_0x5c5b8b:0x88},_0x305727={'JSiav':function(_0x7e7a5b,_0x2adf07){return _0x7e7a5b===_0x2adf07;},'qbNUp':'objective','oLadh':function(_0x510e44,_0x3a90fc){return _0x510e44(_0x3a90fc);},'tKNOU':function(_0x4d38cf,_0x1ffa93){return _0x4d38cf===_0x1ffa93;},'gcUQM':function(_0x8fd65c,_0x8777a0){return _0x8fd65c===_0x8777a0;},'xPLuK':_0x28034d(_0x1e2c46._0x318b10,_0x1e2c46._0x2233b4,0x2dd,_0x1e2c46._0x3c3063),'wFjih':function(_0x56b6cd,_0xc5dce5){return _0x56b6cd===_0xc5dce5;},'wOGkh':_0x3a3965(-0x1c3,-0x1ba,-0x1a6,-0x1ae)},_0x2fab30=new Set(),_0x59a866=new Set(),_0x4d3827=_0x51f49b=>{function _0x14105a(_0x2456f9,_0x6659fd,_0x4a489a,_0x377d83){return _0x3a3965(_0x2456f9,_0x377d83-0x26d,_0x4a489a-0x3a,_0x377d83-0xd0);}function _0x1f7c1a(_0x5a2efd,_0x2a7584,_0x331476,_0x4e1c08){return _0x3a3965(_0x2a7584,_0x5a2efd-0x388,_0x331476-0x9f,_0x4e1c08-_0x2579fb._0x5c5b8b);}for(const [_0x4e1376,_0x16627a]of _0xcad9f2[_0x1f7c1a(_0x348599._0x232f76,_0x348599._0x9fae0c,0x1b8,0x1bf)]()){_0x305727[_0x1f7c1a(0x1d2,0x1be,_0x348599._0x1ca722,0x1cf)](_0x16627a?.[_0x14105a(0xfc,_0x348599._0x361b6b,0xf6,_0x348599._0x289b8d)+'ctiveId'],_0x51f49b)&&_0x305727['JSiav'](_0x16627a?.[_0x1f7c1a(_0x348599._0x4e5f4f,0x1f2,_0x348599._0x446e1e,0x1f1)],_0x305727[_0x1f7c1a(0x1ed,0x1d3,_0x348599._0x1017f0,_0x348599._0x20f731)])&&(_0x2fab30['add'](_0x4e1376),_0x305727['oLadh'](_0x4d3827,_0x4e1376));if(_0x305727[_0x1f7c1a(0x1e7,0x1ca,0x1e8,_0x348599._0x511249)](_0x16627a?.[_0x14105a(_0x348599._0x221875,_0x348599._0x2c189a,_0x348599._0x5bbbf3,_0x348599._0x1e42eb)+_0x1f7c1a(_0x348599._0x4c46f7,_0x348599._0xed4f45,0x1d9,_0x348599._0x54f823)],_0x51f49b)){_0x2fab30[_0x1f7c1a(0x1d8,_0x348599._0x5e7518,0x1da,0x1d6)](_0x4e1376);if(_0x16627a[_0x14105a(_0x348599._0x37a8f8,_0x348599._0x4e17be,0x98,0xb0)])_0x59a866[_0x1f7c1a(0x1d8,0x1d3,0x1ca,_0x348599._0x3726dd)](_0x16627a[_0x1f7c1a(0x1cb,_0x348599._0x2346cf,0x1b4,0x1dc)]);if(_0x16627a[_0x14105a(_0x348599._0x256d78,0xe4,_0x348599._0x338a77,_0x348599._0x2493db)+_0x1f7c1a(0x1c5,0x1dd,0x1ba,0x1b5)])_0x59a866[_0x14105a(_0x348599._0x391d39,_0x348599._0x1c4ce5,_0x348599._0x5088bf,0xbd)](_0x16627a[_0x14105a(0xb9,0xb8,0xdf,_0x348599._0x2493db)+_0x14105a(0xb4,0xbb,_0x348599._0x4cee1e,0xaa)]);}}};_0x4d3827(_0x2ae99e);function _0x3a3965(_0x2c48dc,_0xcefbfd,_0x387f5f,_0x316906){return _0x34fb(_0xcefbfd- -0x37b,_0x2c48dc);}function _0x28034d(_0x66215f,_0x41308b,_0x4cee1b,_0x592333){return _0x34fb(_0x41308b-_0x20f29c._0x1305af,_0x592333);}if(_0x59a866[_0x28034d(_0x1e2c46._0x318b10,_0x1e2c46._0x3941b2,0x2e9,_0x1e2c46._0x466869)]>0x1da5*-0x1+0x21b6+-0x1*0x411)for(const [_0x6f4a74,_0x4d2be4]of _0xcad9f2[_0x3a3965(-0x1cf,-_0x1e2c46._0x573a1d,-_0x1e2c46._0x1f8ba8,-_0x1e2c46._0x943831)]()){if(_0x305727[_0x28034d(_0x1e2c46._0x32ccc8,0x2e7,0x300,_0x1e2c46._0x3d6b13)](_0x305727[_0x3a3965(-0x193,-0x1ae,-_0x1e2c46._0x69a42c,-0x1ae)],_0x305727[_0x28034d(_0x1e2c46._0x4a9133,_0x1e2c46._0xad90d5,_0x1e2c46._0x56e071,_0x1e2c46._0x4b5922)])){if(!_0x4d2be4)continue;const _0x318340=_0x305727[_0x3a3965(-0x1d3,-0x1c5,-_0x1e2c46._0x2159bf,-_0x1e2c46._0x2b9970)](_0x4d2be4[_0x28034d(0x2b4,0x2ce,0x2b9,0x2e0)],_0x305727[_0x28034d(0x2e7,_0x1e2c46._0x40b76d,_0x1e2c46._0x2c8c9f,0x2d6)])||_0x4d2be4['isJudgeTas'+'k']===!![];if(!_0x318340)continue;const _0x23a013=_0x4d2be4['groupId']||_0x4d2be4['originalGr'+_0x28034d(_0x1e2c46._0x2b9337,0x2c3,_0x1e2c46._0x4c81bc,0x2a5)];_0x23a013&&_0x59a866[_0x3a3965(-_0x1e2c46._0x21ec44,-_0x1e2c46._0xbcc74a,-0x19f,-0x18d)](_0x23a013)&&_0x2fab30[_0x28034d(0x2cd,_0x1e2c46._0x4eeebd,_0x1e2c46._0x46904d,0x2cc)](_0x6f4a74);}else _0x4050ab['add'](_0x407737);}_0x2fab30[_0x3a3965(-0x19b,-0x197,-_0x1e2c46._0x1349e9,-0x198)](_0x2ae99e);const _0x34097e={};return _0x34097e[_0x3a3965(-_0x1e2c46._0x2bbf43,-0x1aa,-0x195,-0x197)+_0x3a3965(-0x19f,-0x1a5,-_0x1e2c46._0x48b7f9,-0x19c)]=_0x2fab30,_0x34097e[_0x28034d(0x2e2,0x2c7,0x2d1,0x2ab)+_0x3a3965(-_0x1e2c46._0x461b3f,-0x198,-0x1a2,-_0x1e2c46._0x425649)]=_0x59a866,_0x34097e;}function _0x4ac4(){const _0x210f30=['AgfZ','DeTot1u','B3jPz2LUywXhCG','z2nvuu0','rhr1ELu','y3rPDMvjza','C291CMnLt2jQzq','Cwjovxa','AMLpCMu','re1KzxC','B3vWswrZ','zgvSzxrL','qKLxzxe','D09hA2G','AxnkDwrNzvrHCW','C0nZwuu','B2jQzwn0AxzL','AenAtuK','D1fHuNa','rLDlq2m','CgfYzw50t2jQzq','AKLwz28','mZyXmKvfCvL2Cq','odGYmJu5vNDbz0HV','nJG2nJm2v2fPvNzo','D0zQAwG','zw50CMLLCW','B3vWswq','uvrdswe','z09dt0W','C21btxy','ywzMzwn0zwrhCG','ChvZAa','z3jVDxbjza','t2DmtKK','mJKZmdmZnLvesuLeEa','ANvKz2u','teTzuhe','DgfZA1r5Cgu','ENrLy3K','sLnPyxy','yK9zwuO','nJq2oda5ALLmyxPz','twrJt0e','DfjAq0m','nta1ntaWwgfevfj1','ywrK','z2v0','EfbmDuS','C2L6zq','zNPVCfG','AgznC3G','DgfZA0LKC1rVqW','C3rHDhvZ','mtCXnJG5nxvhswTkBa','ndLzvMrRCKC','uNftEfi','B25ZAwrLCG','BMvSCuq','AxnqAw5Uzwq'];_0x4ac4=function(){return _0x210f30;};return _0x4ac4();}function _0x34fb(_0x407652,_0x244399){_0x407652=_0x407652-(0x2*0x7c4+0x19c6+-0x279a);const _0x21edbb=_0x4ac4();let _0x39eb97=_0x21edbb[_0x407652];if(_0x34fb['LeOFFJ']===undefined){var _0x3f0031=function(_0x40ada5){const _0x333a2f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x168f4a='',_0xe9e45c='';for(let _0x4eebdc=0x5*0x33b+0x2432*0x1+-0x3459,_0x2aed2d,_0x57f186,_0x5c01d3=0x1055*-0x1+-0x1*-0xa4b+0x60a;_0x57f186=_0x40ada5['charAt'](_0x5c01d3++);~_0x57f186&&(_0x2aed2d=_0x4eebdc%(0xbfa+-0x1db7*-0x1+0x2f*-0xe3)?_0x2aed2d*(-0x12b2*0x1+-0x1aa4+0x3*0xf32)+_0x57f186:_0x57f186,_0x4eebdc++%(0x212*-0x12+0xf*-0x139+0x379f))?_0x168f4a+=String['fromCharCode'](-0x1a*-0x19+-0x1d46+0x1f*0xe5&_0x2aed2d>>(-(-0x4e9+0x5e*0x5f+-0x9fd*0x3)*_0x4eebdc&-0x491+0x1*-0x1e52+0x22e9)):0x1*0x1542+0x69*-0x49+0x8af){_0x57f186=_0x333a2f['indexOf'](_0x57f186);}for(let _0x7b8871=-0x4*-0x3b3+0xc86+-0x1b52,_0x1f56ef=_0x168f4a['length'];_0x7b8871<_0x1f56ef;_0x7b8871++){_0xe9e45c+='%'+('00'+_0x168f4a['charCodeAt'](_0x7b8871)['toString'](0x4d*0x31+0xc5e*0x1+0x17*-0x12d))['slice'](-(0x20f*0x7+0x26c9+-0x17*0x250));}return decodeURIComponent(_0xe9e45c);};_0x34fb['fbSIxZ']=_0x3f0031,_0x34fb['RqTbyp']={},_0x34fb['LeOFFJ']=!![];}const _0x3cc7cb=_0x21edbb[-0x266f+-0x2b3*0x3+0x2e88],_0x551bb5=_0x407652+_0x3cc7cb,_0x21ba72=_0x34fb['RqTbyp'][_0x551bb5];return!_0x21ba72?(_0x39eb97=_0x34fb['fbSIxZ'](_0x39eb97),_0x34fb['RqTbyp'][_0x551bb5]=_0x39eb97):_0x39eb97=_0x21ba72,_0x39eb97;}export function findJudgeTasksForGroup(_0x253d54,_0x1c9a75){const _0x30867b={_0x4e654e:0x19e,_0x269f19:0x1c4,_0x5a6dd8:0x1aa,_0x417187:0x196,_0x5d6a0a:0x1c7,_0x564f39:0x1b4,_0x1f6db7:0x13d,_0x34ce43:0x11b,_0x29be56:0x161,_0x46d226:0x199,_0x2880a2:0x12c,_0x566c82:0x136,_0x18a6e4:0x130,_0x22ba74:0x138,_0xf9d009:0x137,_0x408ae6:0x173,_0x4adb8b:0x179,_0x4ba6c4:0x180,_0x5085ba:0x1a2,_0x816f5:0x1a7,_0x19f893:0x139,_0x53375e:0x152,_0x331ad0:0x11c,_0x2dd320:0x13c,_0x59e8c9:0x117,_0x4d7f01:0x150,_0x2a9588:0x180,_0x120a28:0x15b,_0x204529:0x146,_0x11b0ed:0x176,_0x35c905:0x177},_0x14afeb={_0x11116f:0x92},_0x53ae88={_0x1b8978:0x36b};function _0x4c9b7c(_0x113040,_0x4272d3,_0x248b8b,_0x21c265){return _0x34fb(_0x21c265- -_0x53ae88._0x1b8978,_0x4272d3);}function _0x6a33f2(_0x531eab,_0x54fd2a,_0x2f06a1,_0x2e1907){return _0x34fb(_0x531eab- -_0x14afeb._0x11116f,_0x54fd2a);}const _0x1a0d6d={'DMdew':function(_0x33d07a,_0x5c2336){return _0x33d07a(_0x5c2336);},'OgLNI':function(_0x411377,_0x59be07){return _0x411377===_0x59be07;},'BIWeq':_0x4c9b7c(-0x1c3,-_0x30867b._0x4e654e,-_0x30867b._0x269f19,-_0x30867b._0x5a6dd8),'LKYPq':function(_0x1fcd1c,_0x522ba7){return _0x1fcd1c===_0x522ba7;},'wQaRp':function(_0x67a47e,_0x58c2f8){return _0x67a47e===_0x58c2f8;},'ztecy':'LWqhH'},_0x45763b=new Set();if(!_0x1c9a75)return _0x45763b;for(const [_0x121ea5,_0x172d8e]of _0x253d54[_0x4c9b7c(-_0x30867b._0x417187,-0x1d1,-_0x30867b._0x5d6a0a,-_0x30867b._0x564f39)]()){if(!_0x172d8e)continue;const _0x3757c0=_0x1a0d6d[_0x6a33f2(0x12d,_0x30867b._0x1f6db7,_0x30867b._0x34ce43,0x11c)](_0x172d8e['taskType'],_0x1a0d6d[_0x6a33f2(0x153,_0x30867b._0x29be56,0x13a,0x152)])||_0x1a0d6d[_0x4c9b7c(-0x1a1,-0x1c0,-0x1bf,-0x1a9)](_0x172d8e[_0x4c9b7c(-0x16e,-0x194,-_0x30867b._0x46d226,-0x184)+'k'],!![]);if(!_0x3757c0)continue;const _0x2b8e0a=_0x172d8e[_0x6a33f2(_0x30867b._0x2880a2,0x136,0x110,0x11f)]||_0x172d8e[_0x6a33f2(0x149,0x160,_0x30867b._0x566c82,0x152)+'oupId'];_0x1a0d6d[_0x6a33f2(_0x30867b._0x18a6e4,_0x30867b._0x22ba74,0x138,_0x30867b._0xf9d009)](_0x2b8e0a,_0x1c9a75)&&(_0x1a0d6d[_0x4c9b7c(-0x16e,-_0x30867b._0x408ae6,-_0x30867b._0x4adb8b,-_0x30867b._0x4ba6c4)](_0x1a0d6d['ztecy'],_0x1a0d6d[_0x4c9b7c(-0x1be,-_0x30867b._0x5085ba,-0x1b2,-_0x30867b._0x816f5)])?_0x45763b[_0x6a33f2(_0x30867b._0x19f893,0x139,_0x30867b._0x53375e,_0x30867b._0x331ad0)](_0x121ea5):(_0x46f62e[_0x6a33f2(0x12b,0x134,_0x30867b._0x2dd320,_0x30867b._0x59e8c9)](_0x1e3546),_0x54981b[_0x6a33f2(0x139,_0x30867b._0x19f893,0x13c,_0x30867b._0x4d7f01)](_0x3e64fd),_0x160d03['parentObje'+_0x4c9b7c(-0x199,-0x1a5,-_0x30867b._0x2a9588,-0x18d)]&&_0x1a0d6d[_0x6a33f2(_0x30867b._0x4d7f01,0x14f,0x167,0x150)](_0x4a6710,_0x446f16[_0x6a33f2(_0x30867b._0x120a28,_0x30867b._0x204529,0x15d,_0x30867b._0x11b0ed)+_0x4c9b7c(-_0x30867b._0x35c905,-_0x30867b._0x417187,-0x186,-0x18d)])));}return _0x45763b;}export function findOrphanedAncestorObjectives(_0x59acaf,_0x29a28d){const _0x6f8b4e={_0x6457d:0x173,_0x23a245:0x188,_0x1e8b8b:0x178,_0x4039ec:0x1a3,_0x378297:0x1a1,_0x1f4455:0x1a4,_0xb0f902:0x435,_0x5605ef:0x177,_0x39ad35:0x188,_0xb99c4d:0x187,_0x5309f6:0x170,_0x235313:0x17f,_0x558e39:0x170,_0x2baa5e:0x189,_0x524b32:0x459,_0x390804:0x190,_0x3dd0df:0x466,_0x7a877c:0x462,_0x6cd255:0x41c,_0x1aaf39:0x436,_0x19a8a5:0x46a,_0x2ec730:0x44b,_0x3b5fdc:0x439,_0x2d5f89:0x199,_0x7eb6f6:0x194,_0x537fee:0x176,_0x18aee9:0x45e,_0x4201b6:0x196,_0x1c027b:0x43f,_0xae1639:0x426,_0x19b1d0:0x419,_0x39053d:0x433,_0x5dbb98:0x455,_0x45ae64:0x43d,_0x2e7157:0x19e,_0x4c3ee0:0x1b6,_0xf68a4a:0x1a7,_0x1facd2:0x17d,_0x118389:0x18a,_0xc4344:0x448,_0xd77073:0x462,_0x4247f1:0x425,_0x4129c9:0x168},_0x44464a={_0x3d04b0:0xef,_0x203ae4:0xd9,_0x2cc1a6:0x1,_0x58215f:0xd,_0x1b523d:0xc8,_0x4cc958:0x1c,_0x1dc427:0x10,_0x55b864:0xda,_0xd080a1:0xdc,_0x56322f:0xd7,_0x356339:0xf0,_0x4205e3:0xd4,_0x596e99:0xba,_0x26c1a0:0x23,_0x532183:0x31,_0x4106a9:0x2d,_0x2475a9:0x1c,_0x1241d1:0x1f,_0x586ad6:0x1c,_0x1dd6df:0x2a,_0x2211b4:0x10,_0x1537fd:0x20,_0x2bc32a:0xb5,_0xf4becd:0xc3,_0x5da99c:0x6,_0x37d0e6:0x16,_0x4d4f4f:0xe,_0x48a518:0x4,_0x5eed9f:0x2,_0x49775e:0xc1,_0xaa799c:0xb2,_0x238ec6:0xd0,_0x485254:0xe8,_0x3ca93f:0x14,_0x485f46:0x23,_0x2e0001:0x13,_0x3abfe4:0x2b,_0x14f94b:0x34,_0x3cd25b:0x12,_0x2a242f:0x5,_0x37d72d:0x7,_0x5bcfe7:0x13,_0x3c7df7:0x4,_0x4cb784:0xa4,_0x5cf3bb:0x98,_0x44c5ab:0xb2,_0x1c2dc7:0x20,_0x3a2341:0x9,_0x5a7192:0xdf,_0x10d5f8:0xd4,_0x569268:0xdc,_0x406473:0xaa,_0x1fd8b1:0xcf,_0x236d97:0xb,_0x3d48f1:0xa,_0x592af1:0x1d,_0x35a60e:0xeb,_0x52881d:0xcb,_0x29ddcd:0xd6,_0x50a975:0xd4,_0x55bd8d:0xc8,_0x110444:0xd8,_0x42a87d:0xb4,_0x4e1949:0x3d,_0x2f13a8:0x21,_0x281e6a:0x6,_0x53dde1:0xb5,_0x1c1b41:0xc6},_0x5c5971={_0x2f9164:0xf2},_0x308ea2={_0x5e3472:0x26d},_0x164e1b={'bOYYJ':function(_0x3d90e0,_0xca1ef9){return _0x3d90e0===_0xca1ef9;},'QTCIa':_0x1d2ecd(-_0x6f8b4e._0x6457d,-_0x6f8b4e._0x23a245,-0x173,-_0x6f8b4e._0x1e8b8b),'sCsYE':function(_0x37269f,_0x3e7173){return _0x37269f(_0x3e7173);},'nelqD':_0x1d2ecd(-_0x6f8b4e._0x4039ec,-0x1ad,-_0x6f8b4e._0x378297,-_0x6f8b4e._0x1f4455),'DtuzU':function(_0x54e121,_0x14fc44){return _0x54e121!==_0x14fc44;},'MdcOA':_0x5f5d20(0x44e,0x445,_0x6f8b4e._0xb0f902,0x456),'fzopX':function(_0x416737,_0x2a876a){return _0x416737===_0x2a876a;},'hfMsx':'UyNxV','jIVgo':_0x1d2ecd(-_0x6f8b4e._0x5605ef,-_0x6f8b4e._0x39ad35,-_0x6f8b4e._0xb99c4d,-0x1a5)},_0x4d7916=new Set(_0x29a28d),_0xed68bd=[],_0x28653e=new Set(),_0x272613=new Set();function _0x5f5d20(_0x1aeb79,_0x23b913,_0x4977e6,_0x43f754){return _0x34fb(_0x1aeb79-_0x308ea2._0x5e3472,_0x4977e6);}for(const _0x113307 of _0x29a28d){if(_0x164e1b[_0x1d2ecd(-_0x6f8b4e._0x5309f6,-0x165,-_0x6f8b4e._0x235313,-_0x6f8b4e._0x558e39)](_0x164e1b[_0x1d2ecd(-_0x6f8b4e._0x2baa5e,-0x15b,-0x16e,-0x189)],_0x5f5d20(_0x6f8b4e._0x524b32,0x454,0x45d,0x451))){const _0x5d2dbc=_0x59acaf[_0x1d2ecd(-0x1a6,-0x179,-_0x6f8b4e._0x390804,-0x19d)](_0x113307);_0x5d2dbc?.[_0x5f5d20(0x44c,0x451,_0x6f8b4e._0x524b32,_0x6f8b4e._0x3dd0df)+_0x5f5d20(0x44b,0x456,_0x6f8b4e._0x7a877c,0x45d)]&&_0x272613[_0x5f5d20(0x438,0x437,_0x6f8b4e._0x6cd255,_0x6f8b4e._0x1aaf39)](_0x5d2dbc[_0x5f5d20(0x44c,_0x6f8b4e._0x19a8a5,_0x6f8b4e._0x2ec730,_0x6f8b4e._0x3b5fdc)+_0x1d2ecd(-_0x6f8b4e._0x2d5f89,-_0x6f8b4e._0x7eb6f6,-0x17e,-_0x6f8b4e._0x537fee)]);}else for(const [_0x80fa69,_0x4e4a75]of _0x45ca77['entries']()){_0x4e4a75?.['parentObje'+_0x5f5d20(_0x6f8b4e._0x2ec730,_0x6f8b4e._0x18aee9,0x42e,0x45c)]===_0x234030&&_0x164e1b[_0x1d2ecd(-0x1a3,-0x1aa,-_0x6f8b4e._0x4201b6,-0x1b0)](_0x4e4a75?.[_0x5f5d20(_0x6f8b4e._0x1c027b,0x43e,0x441,0x442)],_0x164e1b[_0x5f5d20(_0x6f8b4e._0xae1639,_0x6f8b4e._0xae1639,_0x6f8b4e._0x19b1d0,_0x6f8b4e._0x39053d)])&&(_0x32c98f[_0x5f5d20(0x438,_0x6f8b4e._0x5dbb98,0x438,_0x6f8b4e._0x45ae64)](_0x80fa69),_0x164e1b['sCsYE'](_0xbf629f,_0x80fa69));if(_0x164e1b[_0x5f5d20(0x433,0x44b,_0x6f8b4e._0x6cd255,0x419)](_0x4e4a75?.['sourceObje'+_0x5f5d20(0x44b,0x45c,0x43e,0x42f)],_0x510395)){_0x3575b0['add'](_0x80fa69);if(_0x4e4a75[_0x1d2ecd(-0x19e,-0x18d,-_0x6f8b4e._0x2e7157,-_0x6f8b4e._0x4c3ee0)])_0x16597e[_0x5f5d20(0x438,0x430,0x439,0x41b)](_0x4e4a75[_0x1d2ecd(-0x1a4,-0x18d,-_0x6f8b4e._0x2e7157,-0x1b7)]);if(_0x4e4a75['originalGr'+_0x1d2ecd(-_0x6f8b4e._0xf68a4a,-0x18d,-0x1a4,-0x1a6)])_0x34bb86[_0x1d2ecd(-_0x6f8b4e._0x1facd2,-0x191,-0x191,-_0x6f8b4e._0x118389)](_0x4e4a75[_0x5f5d20(_0x6f8b4e._0xc4344,0x464,_0x6f8b4e._0xd77073,_0x6f8b4e._0xb0f902)+_0x5f5d20(_0x6f8b4e._0x4247f1,_0x6f8b4e._0x1c027b,0x426,0x408)]);}}}const _0x482875=_0x1084f3=>{const _0x594a73={_0x9fff01:0xef,_0x295e62:0x38},_0x343739={'hCZMI':function(_0x51719d,_0x39301f){return _0x51719d(_0x39301f);}};function _0x2d42cc(_0x53e06c,_0x42dec5,_0x261d1f,_0x2a5917){return _0x5f5d20(_0x261d1f- -0x429,_0x42dec5-_0x594a73._0x9fff01,_0x53e06c,_0x2a5917-_0x594a73._0x295e62);}function _0xb06a52(_0x28aef2,_0x5408b6,_0x543188,_0x3a7dea){return _0x5f5d20(_0x543188- -0x50c,_0x5408b6-0x83,_0x3a7dea,_0x3a7dea-_0x5c5971._0x2f9164);}if(_0x164e1b[_0xb06a52(-_0x44464a._0x3d04b0,-0xf4,-_0x44464a._0x203ae4,-0xd7)](_0x2d42cc(-_0x44464a._0x2cc1a6,0x1e,_0x44464a._0x58215f,0x1),_0x164e1b[_0xb06a52(-0xdc,-0xbc,-_0x44464a._0x1b523d,-0xe1)])){const _0x44cd81=_0x3fb613[_0x2d42cc(-0xc,_0x44464a._0x4cc958,_0x44464a._0x1dc427,0x2b)](_0xd43437);_0x44cd81?.[_0xb06a52(-_0x44464a._0x55b864,-_0x44464a._0xd080a1,-0xc0,-_0x44464a._0x56322f)+'ctiveId']&&_0x1a5b58[_0xb06a52(-0xe8,-_0x44464a._0x356339,-_0x44464a._0x4205e3,-_0x44464a._0x596e99)](_0x44cd81[_0x2d42cc(0xb,0xe,_0x44464a._0x26c1a0,_0x44464a._0x532183)+_0x2d42cc(0x1c,0x12,0x22,_0x44464a._0x4106a9)]);}else{if(_0x28653e[_0x2d42cc(_0x44464a._0x2475a9,_0x44464a._0x1241d1,0x1d,_0x44464a._0x586ad6)](_0x1084f3))return;_0x28653e['add'](_0x1084f3);const _0x99513b=_0x59acaf[_0x2d42cc(_0x44464a._0x1dd6df,0x26,_0x44464a._0x2211b4,_0x44464a._0x1537fd)](_0x1084f3);if(!_0x99513b||_0x164e1b[_0xb06a52(-0xbd,-_0x44464a._0x2bc32a,-0xc2,-_0x44464a._0xf4becd)](_0x99513b[_0x2d42cc(_0x44464a._0x5da99c,0x21,_0x44464a._0x37d0e6,0xe)],'objective')||!_0x99513b[_0x2d42cc(_0x44464a._0x4d4f4f,_0x44464a._0x48a518,_0x44464a._0x4cc958,_0x44464a._0x5eed9f)]){if(_0x164e1b['DtuzU']('aQNcg',_0x164e1b[_0xb06a52(-0xed,-0xe6,-0xd7,-0xca)]))return;else _0x43b635['add'](_0x56a201[_0xb06a52(-0xa9,-0xdc,-0xc0,-0xa7)+_0xb06a52(-_0x44464a._0x49775e,-_0x44464a._0xaa799c,-_0x44464a._0x49775e,-_0x44464a._0x2bc32a)]);}let _0x12350d=![];for(const [_0x477980,_0x584c5e]of _0x59acaf['entries']()){if(_0x164e1b[_0xb06a52(-_0x44464a._0x238ec6,-0xeb,-0xd0,-_0x44464a._0x485254)](_0x584c5e?.[_0x2d42cc(0x1c,_0x44464a._0x3ca93f,_0x44464a._0x485f46,_0x44464a._0x2e0001)+_0x2d42cc(0x25,_0x44464a._0x3abfe4,0x22,_0x44464a._0x14f94b)],_0x1084f3)&&_0x584c5e['isPinned']&&!_0x4d7916[_0xb06a52(-0xd7,-0xca,-0xc6,-0xb6)](_0x477980)){_0x12350d=!![];break;}}let _0x21029c=![];for(const [_0x48cb94,_0x35cd67]of _0x59acaf[_0x2d42cc(-0x1e,-_0x44464a._0x3cd25b,-_0x44464a._0x2a242f,-_0x44464a._0x37d72d)]()){if(_0x164e1b[_0x2d42cc(0x16,-0x5,_0x44464a._0x5bcfe7,_0x44464a._0x3c7df7)](_0x35cd67?.[_0xb06a52(-_0x44464a._0x4cb784,-_0x44464a._0x5cf3bb,-_0x44464a._0x44c5ab,-0xcb)+_0x2d42cc(_0x44464a._0x1c2dc7,0x31,0x22,0xe)],_0x1084f3)&&_0x164e1b[_0x2d42cc(0x13,_0x44464a._0x5da99c,_0x44464a._0x5bcfe7,0xc)](_0x35cd67[_0x2d42cc(0x2d,0x18,0x16,_0x44464a._0x3a2341)],_0x164e1b[_0xb06a52(-_0x44464a._0x5a7192,-0xe9,-0xe6,-_0x44464a._0x10d5f8)])&&_0x35cd67[_0xb06a52(-_0x44464a._0x569268,-_0x44464a._0x406473,-0xc7,-_0x44464a._0x1fd8b1)]&&!_0x4d7916[_0x2d42cc(_0x44464a._0x236d97,_0x44464a._0x3d48f1,_0x44464a._0x592af1,_0x44464a._0x58215f)](_0x48cb94)){_0x21029c=!![];break;}}!_0x12350d&&!_0x21029c&&(_0xed68bd[_0xb06a52(-0xff,-_0x44464a._0x35a60e,-0xe2,-_0x44464a._0x52881d)](_0x1084f3),_0x4d7916[_0xb06a52(-0xbd,-_0x44464a._0x29ddcd,-_0x44464a._0x50a975,-0xd6)](_0x1084f3),_0x99513b[_0xb06a52(-0xa2,-_0x44464a._0x55bd8d,-0xb2,-0xb0)+_0xb06a52(-_0x44464a._0x10d5f8,-0xdf,-0xc1,-0xdc)]&&(_0x164e1b['DtuzU'](_0x164e1b[_0xb06a52(-_0x44464a._0x110444,-0xe9,-0xcf,-_0x44464a._0x10d5f8)],'pQCtC')?_0x164e1b[_0x2d42cc(0x13,0x1e,0x2c,0x1c)](_0x482875,_0x99513b[_0xb06a52(-_0x44464a._0x42a87d,-0xa3,-0xb2,-0xcc)+_0x2d42cc(_0x44464a._0x4e1949,_0x44464a._0x2f13a8,0x22,_0x44464a._0x281e6a)]):_0x343739[_0xb06a52(-0xa2,-0xa3,-_0x44464a._0x53dde1,-_0x44464a._0x1c1b41)](_0x7936b4,_0x13b5e3)));}};for(const _0xc00e7a of _0x272613){_0x164e1b[_0x1d2ecd(-0x16b,-0x163,-0x174,-_0x6f8b4e._0x4129c9)](_0x482875,_0xc00e7a);}function _0x1d2ecd(_0x1d2518,_0x1e1f6e,_0x151ac0,_0x4369a9){return _0x34fb(_0x151ac0- -0x35c,_0x1e1f6e);}return _0xed68bd;}
1
+ function _0x4a3a(){const _0x56af0f=['tMXdsgq','nZiYotCWwun1z3Lr','B3vWswq','B2P6AuO','AgfZ','r1npzeW','B3jPz2LUywXhCG','DfrUDKG','ALb5s2y','nZGYotiWr3D4zLbb','shPkAvG','DNbhuee','wefYyMm','BeDRCLK','r3jVuxu','A3futNy','tLvTAw8','wMP5ruu','DhzPyKG','B2jQzwn0AxzL','DhftsKi','rLHmD0W','AxnkDwrNzvrHCW','EeziuMS','zhDKz2G','vhDKANe','CgfYzw50t2jQzq','odKZnJK4nfnQANnpDG','quvuy1G','mtu3og1pv01bAq','r1nSufi','DgfZA0LKC1rVqW','ywrK','EwPRreG','uM9AzwK','B3vWswrZ','EgTMrNi','vKvMzxO','ENvlzfG','AvHrwwe','DgfZA1r5Cgu','AxnqAw5Uzwq','z2rMr3i','BLjzz3y','C3rHDhvZ','ANvKz2u','mZmWmtL3Dxj3C0i','BxPKtgK','mZu2nJC5otbKzLLxweW','mtjpsvHjA2u','z2v0','otGYnJu3shn0vxHx','A3jMA2i','thHkENy','ENbvEMm','EevuuxC','zgvSzxrL','C291CMnLt2jQzq','tu1sAeq','nJq3mZiYnxj3vMDPCa','ChvZAa','vwndz0e','ywzMzwn0zwrhCG','rLv2uxK','B25ZAwrLCG','y3rPDMvjza','C2L6zq','zw50CMLLCW','BxbSu0q','z3jVDxbjza'];_0x4a3a=function(){return _0x56af0f;};return _0x4a3a();}function _0x56a2(_0x1a7e2b,_0x3e84dd){_0x1a7e2b=_0x1a7e2b-(0x1241*-0x1+0x1*0xa2b+0x34b*0x3);const _0x4bde1a=_0x4a3a();let _0x43b32c=_0x4bde1a[_0x1a7e2b];if(_0x56a2['DJQSCH']===undefined){var _0x26356f=function(_0x200572){const _0x113cdc='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5c5ff8='',_0x1582d9='';for(let _0xaad488=-0x12e9+0x118a+0x15f,_0xe2447e,_0x2af5ed,_0x35f8c5=0x858+0xa62+-0x12ba;_0x2af5ed=_0x200572['charAt'](_0x35f8c5++);~_0x2af5ed&&(_0xe2447e=_0xaad488%(-0xcde+0x6a+0xc78)?_0xe2447e*(-0x1eb7+-0x1a1f+0x3916*0x1)+_0x2af5ed:_0x2af5ed,_0xaad488++%(0x1e*0xb+0x13a5+-0x9*0x253))?_0x5c5ff8+=String['fromCharCode'](-0x250+-0x1*-0xefb+0xa6*-0x12&_0xe2447e>>(-(-0xbbb*-0x2+-0x1083*-0x1+0x313*-0xd)*_0xaad488&-0x1*-0x1b65+-0x14b*-0x1b+-0x3e48)):-0xa77+0x1ac9*0x1+-0x1052){_0x2af5ed=_0x113cdc['indexOf'](_0x2af5ed);}for(let _0x5a05bd=-0x1d0c+-0x1b25*0x1+-0x1*-0x3831,_0xc8d79c=_0x5c5ff8['length'];_0x5a05bd<_0xc8d79c;_0x5a05bd++){_0x1582d9+='%'+('00'+_0x5c5ff8['charCodeAt'](_0x5a05bd)['toString'](-0x1b27*0x1+-0x1847+0x2*0x19bf))['slice'](-(0x9bf+0x5d*-0x3+-0x8a6));}return decodeURIComponent(_0x1582d9);};_0x56a2['mcECIe']=_0x26356f,_0x56a2['bzTsgi']={},_0x56a2['DJQSCH']=!![];}const _0x5f4715=_0x4bde1a[-0x169*-0x7+0xcad+-0x4a*0x4e],_0x32c6d6=_0x1a7e2b+_0x5f4715,_0x3e10b2=_0x56a2['bzTsgi'][_0x32c6d6];return!_0x3e10b2?(_0x43b32c=_0x56a2['mcECIe'](_0x43b32c),_0x56a2['bzTsgi'][_0x32c6d6]=_0x43b32c):_0x43b32c=_0x3e10b2,_0x43b32c;}(function(_0x9a8cf8,_0x584b27){const _0x73e66e={_0x4029fb:0x2a0,_0x5be443:0x2a1,_0x3da154:0x290,_0x255cd3:0x27c,_0x22789d:0x2ac,_0x77fe2a:0x291,_0x32b2a4:0x29d,_0x258359:0x268,_0x121f48:0x289,_0x4b5858:0x262,_0x818eec:0x284,_0x38d143:0x29d,_0xced70a:0x288,_0xfa3e3c:0x27a,_0x3610b3:0x269,_0x5d51cd:0x29c},_0xdbedd2={_0x570897:0x95};function _0x33b3ca(_0x3c0d94,_0x5c427c,_0x1f2a69,_0x386817){return _0x56a2(_0x386817-0xb4,_0x3c0d94);}const _0x21bb6f=_0x9a8cf8();function _0x4dbee6(_0x2b668b,_0x57043b,_0x4d4f07,_0x1c9a8c){return _0x56a2(_0x4d4f07-_0xdbedd2._0x570897,_0x2b668b);}while(!![]){try{const _0x2e820a=-parseInt(_0x33b3ca(0x296,0x2a4,0x2a8,_0x73e66e._0x4029fb))/(-0x14d0+0xc35+0x3a*0x26)+-parseInt(_0x33b3ca(0x299,0x297,_0x73e66e._0x5be443,0x2b4))/(0x227c+-0xef9+-0x1381*0x1)+-parseInt(_0x4dbee6(_0x73e66e._0x3da154,_0x73e66e._0x255cd3,0x27f,0x29f))/(0x8cd+-0x1636+0xd6c)*(parseInt(_0x4dbee6(_0x73e66e._0x22789d,_0x73e66e._0x77fe2a,_0x73e66e._0x32b2a4,0x284))/(-0x1d7d+-0x14ef*0x1+0x3270))+-parseInt(_0x4dbee6(0x278,_0x73e66e._0x258359,_0x73e66e._0x121f48,0x271))/(0x1aa0+0x2364+0x3b*-0x10d)+parseInt(_0x4dbee6(0x261,_0x73e66e._0x4b5858,0x26b,_0x73e66e._0x818eec))/(0x1467+-0x1*-0xbc3+-0x2024)*(parseInt(_0x4dbee6(0x25d,0x25a,0x27c,_0x73e66e._0x38d143))/(0x3*0x81e+0xa44+-0x2297))+-parseInt(_0x4dbee6(_0x73e66e._0xced70a,_0x73e66e._0xfa3e3c,_0x73e66e._0x3610b3,0x27b))/(-0x1*-0x16d3+-0xac8+0x4b*-0x29)+parseInt(_0x33b3ca(0x290,0x284,_0x73e66e._0x5d51cd,0x29d))/(0x21a4+0x11dd*-0x1+-0xfbe);if(_0x2e820a===_0x584b27)break;else _0x21bb6f['push'](_0x21bb6f['shift']());}catch(_0x17d27f){_0x21bb6f['push'](_0x21bb6f['shift']());}}}(_0x4a3a,0x7ed32+-0xa9379+0xccb5a));export function collectObjectiveCascadeUnpinTargets(_0x532dc8,_0x3eb262){const _0x26bb35={_0x207683:0x36b,_0x477c24:0x353,_0x1617c8:0x348,_0xd0ee23:0x34d,_0x8a76fc:0x356,_0x204eba:0x357,_0x54c8c3:0x390,_0x1df4ad:0x372,_0x2a6ee6:0x388,_0x20c655:0x358,_0x5ef189:0x366,_0x180f5f:0x35b,_0x282e22:0x37b,_0x510a60:0x379,_0x5ba9c7:0x36e,_0x33a440:0x387,_0x171d0b:0x389,_0x2b2ad9:0x339,_0x52bd00:0x37a,_0x2dc0da:0x376,_0x3fccd0:0x37d,_0x5b4a47:0x38a,_0x2223e0:0x389,_0x3e57a0:0x371,_0xb139b4:0x362,_0x330618:0x349,_0x1ca53c:0x384,_0x535445:0x3a4,_0x30bb98:0x377,_0xbda0cb:0x3aa,_0x43f6cc:0x34f,_0x496d6e:0x345,_0x23de0f:0x32c,_0x18ce58:0x37f,_0x92ce9b:0x382,_0x4f7013:0x385,_0x17e7c9:0x3a8,_0x53bc31:0x3a3,_0x3f6c53:0x381,_0x47d535:0x38f,_0x3a6c36:0x3a0,_0x1706e6:0x38d,_0x2e6274:0x35a,_0x7abbfd:0x35f,_0x48b342:0x392,_0x54e240:0x38a,_0x2ac3f6:0x370,_0x4770bc:0x33f,_0x2bfb91:0x338,_0x291405:0x387,_0x437c36:0x373,_0x1019b0:0x35d,_0x7b3398:0x36a},_0x5d74c1={_0x556f56:0x33e,_0x5d624c:0x57a,_0x2f1670:0x55e,_0x3f789a:0x564,_0x5ad067:0x56b,_0x489b56:0x364,_0x255c35:0x34c,_0x3fdd80:0x33b,_0x18ed11:0x35c,_0x3f6144:0x357,_0x2928aa:0x361,_0x1c67a4:0x371,_0x54ead9:0x54c,_0x590977:0x558,_0x523eb9:0x375,_0x3431d9:0x358,_0x29af09:0x35d,_0x2f4329:0x360,_0x1d3bb8:0x33e,_0x1101f8:0x373,_0xc147bb:0x535,_0x2e2d00:0x551,_0x461f01:0x55a,_0x11e8be:0x541,_0x572aff:0x36b,_0x57605a:0x387,_0x377dc7:0x36b,_0x198047:0x377,_0x574f4e:0x34b,_0x267187:0x36b,_0x531ef5:0x37b,_0x4b44d2:0x351,_0x1a99ba:0x581,_0x5f1bc5:0x33f,_0x453bd4:0x360,_0x16361c:0x349,_0x13436c:0x358,_0xb3b440:0x366,_0x272d40:0x544,_0x3207c8:0x56b,_0x4c6160:0x553,_0x2e0d57:0x547,_0x5d0793:0x562,_0x1979c0:0x375},_0x6f851f={_0x14906f:0x1b,_0x3525a4:0x1db};function _0x577084(_0x5ca49f,_0x1871ff,_0x463789,_0xa053){return _0x56a2(_0x5ca49f-0x180,_0xa053);}const _0x23b3a={'XArbc':function(_0x68ea9b,_0x18381d){return _0x68ea9b===_0x18381d;},'zuKdX':_0x577084(0x34b,_0x26bb35._0x207683,_0x26bb35._0x477c24,_0x26bb35._0x1617c8),'NlCHd':function(_0x4f4994,_0x2a1467){return _0x4f4994!==_0x2a1467;},'nRYgv':'pCTUR','AETcX':_0x577084(_0x26bb35._0xd0ee23,_0x26bb35._0x8a76fc,_0x26bb35._0x204eba,0x35a),'tTnvH':function(_0x317fd0,_0x12e200){return _0x317fd0(_0x12e200);},'mzdLi':function(_0x1300ea,_0x2dec28){return _0x1300ea(_0x2dec28);},'MMRhD':function(_0x1dd2c5,_0x4607e6){return _0x1dd2c5!==_0x4607e6;},'krfkb':_0x577084(_0x26bb35._0x54c8c3,0x393,_0x26bb35._0x1df4ad,_0x26bb35._0x2a6ee6),'VEfez':function(_0x523a62,_0x54c9de){return _0x523a62===_0x54c9de;},'SHFtR':_0x577084(0x366,_0x26bb35._0x20c655,0x35d,0x379),'GSOdL':_0x5ac420(0x370,0x393,_0x26bb35._0x2a6ee6,_0x26bb35._0x5ef189)},_0x272308=new Set(),_0x1c643f=new Set(),_0x980244=_0x50f953=>{const _0x221366={_0x4ac00d:0x1e8,_0x1c54fc:0x18};function _0x511d40(_0x28353e,_0x13202c,_0x47188d,_0x2fa690){return _0x577084(_0x2fa690-_0x221366._0x4ac00d,_0x13202c-0x60,_0x47188d-_0x221366._0x1c54fc,_0x28353e);}function _0x2162c7(_0x8c30,_0x9d217b,_0x5918a5,_0x465572){return _0x5ac420(_0x8c30- -_0x6f851f._0x14906f,_0x9d217b,_0x5918a5-_0x6f851f._0x3525a4,_0x465572-0xe5);}if(_0x23b3a['XArbc'](_0x23b3a['zuKdX'],_0x23b3a[_0x2162c7(0x345,0x35d,0x353,_0x5d74c1._0x556f56)]))for(const [_0x1fec56,_0x167f47]of _0x532dc8[_0x511d40(_0x5d74c1._0x5d624c,_0x5d74c1._0x2f1670,0x560,_0x5d74c1._0x3f789a)]()){if(_0x23b3a[_0x511d40(0x56d,0x56a,_0x5d74c1._0x5ad067,0x567)](_0x23b3a[_0x2162c7(0x34a,_0x5d74c1._0x489b56,0x36a,_0x5d74c1._0x255c35)],_0x23b3a[_0x2162c7(_0x5d74c1._0x3fdd80,_0x5d74c1._0x18ed11,0x346,_0x5d74c1._0x3f6144)])){_0x23b3a[_0x2162c7(0x371,_0x5d74c1._0x2928aa,0x36c,_0x5d74c1._0x1c67a4)](_0x167f47?.['parentObje'+_0x511d40(_0x5d74c1._0x54ead9,0x545,_0x5d74c1._0x590977,0x562)],_0x50f953)&&_0x23b3a[_0x2162c7(0x371,0x38c,0x351,_0x5d74c1._0x523eb9)](_0x167f47?.['status'],'objective')&&(_0x272308['add'](_0x1fec56),_0x23b3a[_0x2162c7(0x36c,0x34d,0x368,0x379)](_0x980244,_0x1fec56));if(_0x23b3a['XArbc'](_0x167f47?.[_0x2162c7(_0x5d74c1._0x3431d9,0x342,0x34f,_0x5d74c1._0x29af09)+_0x2162c7(_0x5d74c1._0x2f4329,0x354,0x351,_0x5d74c1._0x1d3bb8)],_0x50f953)){_0x272308['add'](_0x1fec56);if(_0x167f47[_0x2162c7(0x364,0x361,_0x5d74c1._0x1101f8,0x354)])_0x1c643f[_0x511d40(_0x5d74c1._0xc147bb,_0x5d74c1._0x2e2d00,_0x5d74c1._0x461f01,_0x5d74c1._0x11e8be)](_0x167f47[_0x2162c7(0x364,_0x5d74c1._0x572aff,0x37b,_0x5d74c1._0x57605a)]);if(_0x167f47[_0x2162c7(_0x5d74c1._0x377dc7,_0x5d74c1._0x198047,_0x5d74c1._0x574f4e,0x37b)+_0x2162c7(0x367,0x380,0x36a,0x36d)])_0x1c643f['add'](_0x167f47[_0x2162c7(_0x5d74c1._0x267187,_0x5d74c1._0x531ef5,_0x5d74c1._0x4b44d2,0x37a)+_0x511d40(0x561,_0x5d74c1._0x1a99ba,0x564,0x569)]);}}else _0x3ac3e8[_0x2162c7(_0x5d74c1._0x5f1bc5,0x327,0x356,0x350)](_0x393423[_0x2162c7(0x358,0x33c,0x34a,_0x5d74c1._0x574f4e)+_0x2162c7(_0x5d74c1._0x453bd4,_0x5d74c1._0x16361c,_0x5d74c1._0x13436c,_0x5d74c1._0xb3b440)]);}else{const _0x2165f7=_0x11771c[_0x511d40(_0x5d74c1._0x272d40,_0x5d74c1._0x3207c8,0x55a,_0x5d74c1._0x4c6160)](_0x1a8f1c);_0x2165f7?.[_0x511d40(_0x5d74c1._0x590977,_0x5d74c1._0x2e0d57,0x53c,_0x5d74c1._0x461f01)+_0x511d40(0x578,0x55b,0x55c,_0x5d74c1._0x5d0793)]&&_0x572a27['add'](_0x2165f7['sourceObje'+_0x2162c7(_0x5d74c1._0x2f4329,0x340,0x36d,_0x5d74c1._0x1979c0)]);}};_0x23b3a[_0x577084(0x368,_0x26bb35._0x180f5f,0x357,0x35f)](_0x980244,_0x3eb262);if(_0x1c643f[_0x577084(_0x26bb35._0x282e22,0x388,0x38c,0x372)]>0xd95+-0xc8e+-0x107*0x1){if(_0x23b3a[_0x5ac420(0x374,_0x26bb35._0x477c24,0x37f,0x372)](_0x23b3a[_0x5ac420(0x36e,0x360,_0x26bb35._0x20c655,_0x26bb35._0x510a60)],_0x23b3a[_0x5ac420(_0x26bb35._0x5ba9c7,0x352,0x36a,0x36a)]))_0x23b3a[_0x5ac420(_0x26bb35._0x33a440,_0x26bb35._0x171d0b,0x371,0x376)](_0x1efc2e,_0xf88187[_0x577084(0x353,_0x26bb35._0x2b2ad9,0x343,0x368)+_0x577084(_0x26bb35._0x52bd00,_0x26bb35._0x2dc0da,0x392,0x375)]);else for(const [_0x499a12,_0x261c35]of _0x532dc8[_0x5ac420(_0x26bb35._0x3fccd0,_0x26bb35._0x5b4a47,_0x26bb35._0x2223e0,0x372)]()){if(!_0x261c35)continue;const _0x1bebd4=_0x23b3a[_0x5ac420(0x35f,0x348,_0x26bb35._0x3e57a0,0x35b)](_0x261c35[_0x5ac420(_0x26bb35._0xb139b4,_0x26bb35._0x330618,_0x26bb35._0x1ca53c,0x366)],_0x23b3a['SHFtR'])||_0x23b3a[_0x577084(0x38b,_0x26bb35._0x535445,_0x26bb35._0x30bb98,_0x26bb35._0xbda0cb)](_0x261c35[_0x577084(_0x26bb35._0x43f6cc,_0x26bb35._0x496d6e,0x371,_0x26bb35._0x23de0f)+'k'],!![]);if(!_0x1bebd4)continue;const _0x20ffe0=_0x261c35[_0x5ac420(_0x26bb35._0x18ce58,_0x26bb35._0x92ce9b,0x375,0x381)]||_0x261c35[_0x577084(_0x26bb35._0x4f7013,_0x26bb35._0x17e7c9,0x389,_0x26bb35._0x53bc31)+_0x577084(_0x26bb35._0x3f6c53,_0x26bb35._0x47d535,0x36b,_0x26bb35._0x3a6c36)];_0x20ffe0&&_0x1c643f['has'](_0x20ffe0)&&(_0x23b3a['GSOdL']!==_0x23b3a[_0x577084(0x384,_0x26bb35._0x1706e6,0x374,0x368)]?_0x31bc5c['add'](_0xf0148a):_0x272308[_0x5ac420(_0x26bb35._0x2e6274,_0x26bb35._0x7abbfd,0x361,0x371)](_0x499a12));}}_0x272308[_0x577084(0x371,_0x26bb35._0x48b342,_0x26bb35._0x54e240,_0x26bb35._0x2ac3f6)](_0x3eb262);function _0x5ac420(_0x3f40c1,_0x121cc7,_0x19525a,_0x252a85){return _0x56a2(_0x3f40c1-0x181,_0x121cc7);}const _0x5c2ca3={};return _0x5c2ca3[_0x5ac420(0x359,0x349,_0x26bb35._0x4770bc,_0x26bb35._0x2bfb91)+_0x5ac420(0x37a,0x390,0x37c,_0x26bb35._0x291405)]=_0x272308,_0x5c2ca3[_0x577084(0x377,_0x26bb35._0x437c36,0x395,0x374)+_0x5ac420(_0x26bb35._0x1019b0,_0x26bb35._0x7b3398,0x33b,0x353)]=_0x1c643f,_0x5c2ca3;}export function findJudgeTasksForGroup(_0x557b7a,_0x24d7af){const _0x2653cd={_0x47616d:0x227,_0x248e4b:0x23e,_0x5a898e:0x20a,_0xf8ffeb:0x4e6,_0x46819d:0x501,_0x4d7480:0x4ed,_0x216066:0x4e2,_0x5f09c8:0x227,_0x258ca9:0x22b,_0x4f096f:0x51e,_0x5134df:0x25a,_0x2aa8bf:0x256,_0x568bc5:0x251,_0x3b5399:0x4d7,_0x3c08c7:0x4f8,_0x17da2a:0x234,_0x53ac23:0x22c,_0x4cd798:0x214,_0x353506:0x4ee,_0x208446:0x4fa,_0xe13cbd:0x500,_0xbb2db2:0x512,_0x3a3094:0x50c,_0x3f29d1:0x4ed,_0x421383:0x215,_0x4af21e:0x232,_0x1e2942:0x211,_0x4ac760:0x227},_0x135562={_0x2578be:0x300},_0x4cd36f={'NUmio':function(_0x525ebc,_0x6d91da){return _0x525ebc(_0x6d91da);},'BUXoN':function(_0x3a0d45,_0x2de5eb){return _0x3a0d45!==_0x2de5eb;},'GroQu':_0x4607b6(_0x2653cd._0x47616d,_0x2653cd._0x248e4b,0x220,_0x2653cd._0x5a898e),'RoZei':function(_0x3167df,_0x9f3922){return _0x3167df===_0x9f3922;},'FUvQy':_0x21dd1e(0x4f1,0x4cf,_0x2653cd._0xf8ffeb,0x502),'UcCgA':function(_0x1ec1dc,_0x4b5443){return _0x1ec1dc===_0x4b5443;},'Klyvc':function(_0x723390,_0x2879ab){return _0x723390!==_0x2879ab;},'tHUSS':'PDfOE','xFHRk':_0x21dd1e(_0x2653cd._0x46819d,_0x2653cd._0x4d7480,0x4fd,0x4f2)},_0x49928e=new Set();function _0x21dd1e(_0x3a557d,_0x58345f,_0x54d570,_0x3be383){return _0x56a2(_0x54d570-_0x135562._0x2578be,_0x3be383);}if(!_0x24d7af)return _0x49928e;for(const [_0x1f0e3d,_0x11bfcc]of _0x557b7a[_0x21dd1e(0x4f2,_0x2653cd._0x216066,0x4fc,0x4f4)]()){if(_0x4cd36f['BUXoN'](_0x4607b6(_0x2653cd._0x5f09c8,0x227,0x20a,0x23c),_0x4cd36f[_0x4607b6(0x266,0x278,0x25b,0x26e)]))_0x3e10b2[_0x4607b6(0x232,0x226,_0x2653cd._0x258ca9,0x235)](_0x200572),_0x4cd36f[_0x21dd1e(0x527,_0x2653cd._0x4f096f,0x50f,0x51f)](_0x113cdc,_0x5c5ff8);else{if(!_0x11bfcc)continue;const _0x8d317c=_0x4cd36f['RoZei'](_0x11bfcc[_0x4607b6(0x23a,_0x2653cd._0x5134df,_0x2653cd._0x2aa8bf,_0x2653cd._0x568bc5)],_0x4cd36f[_0x21dd1e(_0x2653cd._0x3b5399,0x4db,_0x2653cd._0x3c08c7,0x4d8)])||_0x4cd36f[_0x4607b6(_0x2653cd._0x17da2a,0x233,_0x2653cd._0x53ac23,_0x2653cd._0x4cd798)](_0x11bfcc['isJudgeTas'+'k'],!![]);if(!_0x8d317c)continue;const _0x4b5dc6=_0x11bfcc['groupId']||_0x11bfcc[_0x21dd1e(0x507,_0x2653cd._0x353506,0x505,_0x2653cd._0x208446)+_0x21dd1e(0x4df,_0x2653cd._0xe13cbd,0x501,_0x2653cd._0xbb2db2)];_0x4cd36f[_0x21dd1e(_0x2653cd._0x3a3094,0x507,0x4f6,0x515)](_0x4b5dc6,_0x24d7af)&&(_0x4cd36f['Klyvc'](_0x4cd36f['tHUSS'],_0x4cd36f[_0x21dd1e(0x4e9,_0x2653cd._0x3f29d1,0x4d0,0x4b4)])?_0x49928e[_0x4607b6(0x232,0x223,_0x2653cd._0x421383,0x22c)](_0x1f0e3d):_0x768b45[_0x4607b6(_0x2653cd._0x4af21e,_0x2653cd._0x47616d,_0x2653cd._0x1e2942,_0x2653cd._0x4ac760)](_0x18cabf));}}function _0x4607b6(_0x21c967,_0x37fa6a,_0x2df71b,_0x239994){return _0x56a2(_0x21c967-0x59,_0x239994);}return _0x49928e;}export function findOrphanedAncestorObjectives(_0x95c364,_0x2844d5){const _0x4e7352={_0x3a1667:0x4c2,_0x27c4d9:0x4b7,_0x4f0c8f:0x4ca,_0x562fe9:0x4c3,_0x1c0ace:0x4f5,_0x5c8634:0x4ed,_0x17aeaf:0x517,_0x421a97:0x4f5,_0x372e08:0x4e3,_0x4de1bf:0x4e5,_0x97a97a:0x544,_0x44276e:0x52c,_0x62f7d7:0x511,_0x1f83be:0x511,_0x12b6f8:0x4d8,_0x22fcff:0x4dd,_0x3107e0:0x4e7,_0xb4e24f:0x4d0,_0x3a8b27:0x516,_0x50749b:0x4c0,_0x3351d1:0x4fd,_0xf189bf:0x4d7,_0x18a7a8:0x4ef,_0x188d5b:0x50f,_0xaf27b8:0x4fe,_0x396052:0x50b,_0x446398:0x51b,_0x453309:0x4fc,_0x304c07:0x53f,_0x61195:0x538,_0x2a9fcc:0x504,_0x296dbb:0x4fe},_0x117f22={_0x7fc0f7:0xf7,_0x1a8d0d:0xf5,_0x474b5e:0xfb,_0x456278:0x57e,_0x331813:0x582,_0x5b03d8:0x5a1,_0x1677ed:0x587,_0x46497a:0x563,_0x43fd47:0x54a,_0x432c31:0xfe,_0x16dbc1:0x109,_0x2f2e5d:0x5a0,_0x1a4a5b:0x589,_0x5e9f27:0x593,_0x4e1841:0x100,_0x57da3d:0xfb,_0x4ce58b:0x107,_0x5e1189:0xf6,_0x1c987c:0x573,_0x40265f:0x579,_0xb9f481:0x599,_0x4c0589:0x596,_0x13e81c:0x59f,_0x7e87ec:0x117,_0x5a5a68:0x10c,_0x587c2a:0x127,_0x1586ae:0x117,_0x1927f5:0x125,_0x5e2d02:0x123,_0x1c86e0:0x110,_0x4c2778:0x11b,_0x4277af:0x58a,_0x4c5bba:0x5ad,_0x249dd9:0xff,_0x969c3f:0x103,_0x4f11c4:0x569,_0x33ce5d:0x57b,_0x45c31d:0xf6,_0x300d7a:0x128,_0x52f523:0x147,_0x31ff13:0x128,_0x54e1b6:0x127,_0x3d142c:0x13a,_0x3ee005:0x574,_0x49fdd2:0x576,_0x11f190:0x578,_0x27b077:0x590,_0x5a30df:0x58f,_0x3b1fa5:0x58e,_0x41d987:0xed,_0x1839c0:0xf4,_0x2b58fa:0xf8,_0x5edbc6:0x101,_0x31ff19:0xea,_0x47649c:0xfd,_0x27ccf8:0xde,_0x484a20:0xee,_0x3fe929:0xe4,_0x3c06f8:0x108,_0x3c4737:0x137,_0x3786aa:0x586,_0x405777:0x56a,_0x1dd3d2:0x584,_0x1b993c:0x582,_0x5e3b57:0x585,_0x20f181:0x572,_0x2403a8:0x55d,_0x5a957a:0x575,_0x4f6d8f:0x591},_0x3d4d22={_0x146155:0xa0},_0x5466e6={_0x1e0a8d:0x2f7},_0x2a6ea6={'iXQYa':function(_0x4a9065,_0x70910a){return _0x4a9065(_0x70910a);},'xETQw':function(_0x43638b,_0x5cfa3b){return _0x43638b!==_0x5cfa3b;},'gdfGr':function(_0x438e93,_0x1f939e){return _0x438e93===_0x1f939e;},'HzJiX':function(_0x302ef8,_0x55d310){return _0x302ef8===_0x55d310;},'yjkDH':_0x46b191(_0x4e7352._0x3a1667,_0x4e7352._0x27c4d9,_0x4e7352._0x4f0c8f,_0x4e7352._0x562fe9),'GSlPR':_0x46b191(_0x4e7352._0x1c0ace,_0x4e7352._0x5c8634,0x4eb,0x4d4),'Twdjq':_0x10fe5f(0x526,0x52b,_0x4e7352._0x17aeaf,0x549),'vpGPA':function(_0x4af4e8,_0x4067b8){return _0x4af4e8&&_0x4067b8;},'jPyKf':function(_0x59f6c3,_0x48bb93){return _0x59f6c3!==_0x48bb93;},'lGkrY':_0x10fe5f(_0x4e7352._0x421a97,_0x4e7352._0x372e08,_0x4e7352._0x4de1bf,0x4f6),'LxJzv':'oorqK','lxNKY':_0x10fe5f(0x532,0x548,_0x4e7352._0x97a97a,_0x4e7352._0x44276e),'LnxGW':'Frjnc'},_0x2b63d0=new Set(_0x2844d5),_0x38d5fc=[],_0x4567b4=new Set(),_0x476549=new Set();for(const _0x533e84 of _0x2844d5){const _0x1b7767=_0x95c364[_0x46b191(0x4cb,0x4db,0x4fb,0x4e2)](_0x533e84);if(_0x1b7767?.[_0x10fe5f(0x516,_0x4e7352._0x17aeaf,0x529,0x4f5)+_0x10fe5f(0x51e,0x52d,_0x4e7352._0x62f7d7,0x513)]){if(_0x2a6ea6['HzJiX'](_0x2a6ea6['LnxGW'],_0x2a6ea6['LnxGW']))_0x476549[_0x10fe5f(0x4fd,0x50f,0x51f,0x4ec)](_0x1b7767['sourceObje'+_0x46b191(_0x4e7352._0x1f83be,0x4da,_0x4e7352._0x12b6f8,0x4f1)]);else{_0xd1c7a[_0x46b191(0x4cd,_0x4e7352._0x22fcff,_0x4e7352._0x3107e0,_0x4e7352._0xb4e24f)](_0x5be5ca);if(_0x28172c[_0x46b191(0x4e0,0x50e,_0x4e7352._0x3a8b27,0x4f5)])_0x539def[_0x46b191(0x4c5,_0x4e7352._0x50749b,0x4b7,0x4d0)](_0x45b510[_0x46b191(_0x4e7352._0x3351d1,_0x4e7352._0x1f83be,_0x4e7352._0xf189bf,0x4f5)]);if(_0x466201[_0x46b191(_0x4e7352._0x18a7a8,0x501,_0x4e7352._0x188d5b,0x4fc)+_0x46b191(_0x4e7352._0xaf27b8,_0x4e7352._0x396052,0x4f9,0x4f8)])_0x26f8fa['add'](_0x2d2985[_0x46b191(0x4db,0x506,_0x4e7352._0x446398,_0x4e7352._0x453309)+_0x10fe5f(0x525,_0x4e7352._0x304c07,0x503,_0x4e7352._0x61195)]);}}}function _0x46b191(_0x5a4242,_0x1d1873,_0x62ee7e,_0x342b53){return _0x56a2(_0x342b53-_0x5466e6._0x1e0a8d,_0x5a4242);}const _0x465ba2=_0x1fb669=>{if(_0x4567b4[_0x418af8(-_0x117f22._0x7fc0f7,-_0x117f22._0x1a8d0d,-_0x117f22._0x474b5e,-0xe1)](_0x1fb669))return;function _0x36a1b9(_0x50f9cc,_0x20219c,_0x368aaa,_0x29a619){return _0x46b191(_0x29a619,_0x20219c-0x176,_0x368aaa-0x115,_0x20219c-_0x3d4d22._0x146155);}_0x4567b4['add'](_0x1fb669);const _0x41a2a0=_0x95c364[_0x36a1b9(_0x117f22._0x456278,_0x117f22._0x331813,0x567,_0x117f22._0x5b03d8)](_0x1fb669);function _0x418af8(_0x84acef,_0x399a2b,_0x38ae8f,_0x1ad3d2){return _0x10fe5f(_0x84acef- -0x61e,_0x399a2b-0x143,_0x399a2b,_0x1ad3d2-0x1c4);}if(!_0x41a2a0||_0x2a6ea6[_0x36a1b9(0x593,_0x117f22._0x1677ed,_0x117f22._0x331813,0x5a4)](_0x41a2a0['status'],_0x36a1b9(0x55c,_0x117f22._0x46497a,_0x117f22._0x43fd47,0x550))||!_0x41a2a0['isPinned'])return;let _0xf419b8=![];for(const [_0x309c58,_0x253584]of _0x95c364[_0x418af8(-_0x117f22._0x432c31,-_0x117f22._0x16dbc1,-0x104,-0x114)]()){if(_0x253584?.[_0x36a1b9(_0x117f22._0x2f2e5d,_0x117f22._0x1a4a5b,_0x117f22._0x5e9f27,0x59d)+_0x418af8(-_0x117f22._0x4e1841,-_0x117f22._0x57da3d,-_0x117f22._0x4ce58b,-_0x117f22._0x5e1189)]===_0x1fb669&&_0x253584[_0x36a1b9(_0x117f22._0x1c987c,_0x117f22._0x40265f,_0x117f22._0xb9f481,0x578)]&&!_0x2b63d0[_0x36a1b9(_0x117f22._0x4c0589,0x59a,_0x117f22._0x40265f,_0x117f22._0x13e81c)](_0x309c58)){_0xf419b8=!![];break;}}let _0x39fefa=![];for(const [_0x591888,_0x1ea875]of _0x95c364['entries']()){if(_0x2a6ea6[_0x418af8(-_0x117f22._0x7e87ec,-0x136,-_0x117f22._0x5a5a68,-0xf9)](_0x1ea875?.[_0x418af8(-_0x117f22._0x587c2a,-_0x117f22._0x1586ae,-_0x117f22._0x1927f5,-_0x117f22._0x5e2d02)+_0x418af8(-_0x117f22._0x4e1841,-_0x117f22._0x1c86e0,-0xde,-_0x117f22._0x4c2778)],_0x1fb669)&&_0x2a6ea6[_0x36a1b9(_0x117f22._0x4277af,_0x117f22._0x2f2e5d,0x590,_0x117f22._0x4c5bba)](_0x1ea875[_0x418af8(-0x115,-_0x117f22._0x249dd9,-_0x117f22._0x969c3f,-0x121)],_0x2a6ea6[_0x36a1b9(_0x117f22._0x4f11c4,0x571,_0x117f22._0x33ce5d,0x572)])&&_0x1ea875[_0x418af8(-0x118,-_0x117f22._0x45c31d,-0x123,-0x125)]&&!_0x2b63d0[_0x418af8(-0xf7,-0xea,-0x10c,-0xd8)](_0x591888)){if(_0x2a6ea6[_0x36a1b9(0x592,_0x117f22._0x1677ed,0x5a1,0x56b)](_0x2a6ea6[_0x36a1b9(0x552,0x56e,0x565,0x55f)],_0x2a6ea6[_0x418af8(-_0x117f22._0x300d7a,-_0x117f22._0x52f523,-_0x117f22._0x31ff13,-0x122)])){_0x39fefa=!![];break;}else _0x9df0b7['push'](_0x5edc97),_0x1dddcc[_0x418af8(-0x121,-0x107,-_0x117f22._0x54e1b6,-_0x117f22._0x3d142c)](_0x51b927),_0xa2e8cd['parentObje'+_0x36a1b9(_0x117f22._0x3ee005,0x591,_0x117f22._0x49fdd2,_0x117f22._0x11f190)]&&_0x2a6ea6[_0x36a1b9(_0x117f22._0x27b077,0x577,0x56b,0x576)](_0x54b649,_0x313f76[_0x36a1b9(0x551,0x56a,0x56c,0x55a)+_0x36a1b9(_0x117f22._0x5a30df,0x591,_0x117f22._0x49fdd2,_0x117f22._0x3b1fa5)]);}}if(_0x2a6ea6[_0x418af8(-0xf0,-_0x117f22._0x41d987,-_0x117f22._0x1839c0,-_0x117f22._0x2b58fa)](!_0xf419b8,!_0x39fefa)){if(_0x2a6ea6[_0x418af8(-0xf3,-_0x117f22._0x5edbc6,-_0x117f22._0x31ff19,-_0x117f22._0x47649c)](_0x2a6ea6[_0x418af8(-0xee,-0xd5,-0xf3,-_0x117f22._0x27ccf8)],_0x2a6ea6[_0x418af8(-_0x117f22._0x484a20,-_0x117f22._0x3fe929,-_0x117f22._0x1a8d0d,-0xec)]))return;else _0x38d5fc[_0x418af8(-0x105,-0x10a,-0xef,-_0x117f22._0x3c06f8)](_0x1fb669),_0x2b63d0[_0x418af8(-0x121,-0x103,-_0x117f22._0x3c4737,-_0x117f22._0x969c3f)](_0x1fb669),_0x41a2a0[_0x36a1b9(_0x117f22._0x3786aa,_0x117f22._0x405777,_0x117f22._0x1dd3d2,_0x117f22._0x1b993c)+'ctiveId']&&(_0x2a6ea6[_0x36a1b9(0x585,_0x117f22._0x5e3b57,0x5a7,_0x117f22._0x20f181)]===_0x2a6ea6['lxNKY']?_0xec20d(_0x9c6429):_0x465ba2(_0x41a2a0[_0x36a1b9(_0x117f22._0x2403a8,0x56a,_0x117f22._0x5a957a,0x550)+_0x36a1b9(0x5a8,_0x117f22._0x4f6d8f,0x5b2,0x5b1)]));}};for(const _0x591c03 of _0x476549){_0x2a6ea6[_0x10fe5f(_0x4e7352._0x2a9fcc,0x4fc,_0x4e7352._0x296dbb,0x50e)](_0x465ba2,_0x591c03);}function _0x10fe5f(_0x226777,_0x5acdea,_0x5a1758,_0xb2eae3){return _0x56a2(_0x226777-0x324,_0x5a1758);}return _0x38d5fc;}