@profoundlogic/coderflow-server 0.5.0 → 0.5.1

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 (185) hide show
  1. package/README.md +15 -163
  2. package/dist/README.md +15 -163
  3. package/dist/base-image/agent-wrapper.sh +1 -1
  4. package/dist/capture-screenshot.mjs +34 -0
  5. package/dist/coder-server.js +1 -1
  6. package/dist/config/cli-models.json +4 -3
  7. package/dist/config.js +1 -1
  8. package/dist/lib/agent-keepalive.js +1 -1
  9. package/dist/lib/agent-models.js +1 -1
  10. package/dist/lib/api-keys.js +1 -1
  11. package/dist/lib/apiKeys.js +1 -1
  12. package/dist/lib/app-server-ports.js +1 -1
  13. package/dist/lib/auto-judge.js +1 -1
  14. package/dist/lib/automation-service.js +1 -1
  15. package/dist/lib/basic-auth.js +1 -1
  16. package/dist/lib/bindings.js +1 -1
  17. package/dist/lib/build-history.js +1 -1
  18. package/dist/lib/build-output-service.js +1 -1
  19. package/dist/lib/build-scheduler.js +1 -1
  20. package/dist/lib/build-service.js +1 -1
  21. package/dist/lib/ca-certificates.js +1 -1
  22. package/dist/lib/claude-oauth-refresh.js +1 -1
  23. package/dist/lib/cli/build.js +1 -1
  24. package/dist/lib/cli/cleanup-users.js +1 -0
  25. package/dist/lib/cli/config-command.js +1 -1
  26. package/dist/lib/cli/config.js +1 -1
  27. package/dist/lib/cli/create-user.js +1 -1
  28. package/dist/lib/cli/grant-admin.js +1 -0
  29. package/dist/lib/cli/init.js +1 -1
  30. package/dist/lib/cli/jira.js +1 -1
  31. package/dist/lib/cli/license.js +1 -1
  32. package/dist/lib/cli/list-roles.js +1 -0
  33. package/dist/lib/cli/list-users.js +1 -0
  34. package/dist/lib/cli/server-manager.js +1 -1
  35. package/dist/lib/cli/set-password.js +1 -0
  36. package/dist/lib/config-migration.js +1 -1
  37. package/dist/lib/container-credential-sync.js +1 -1
  38. package/dist/lib/container-tokens.js +1 -1
  39. package/dist/lib/data-dir.js +1 -1
  40. package/dist/lib/deployment-history.js +1 -1
  41. package/dist/lib/deployment-service.js +1 -1
  42. package/dist/lib/docker-utils.js +1 -1
  43. package/dist/lib/email.js +1 -1
  44. package/dist/lib/emailTemplates.js +1 -1
  45. package/dist/lib/entitlement.js +1 -1
  46. package/dist/lib/external-connections.js +1 -1
  47. package/dist/lib/fetch-utils.js +1 -1
  48. package/dist/lib/git-commit-details-route.js +1 -1
  49. package/dist/lib/git-history-diff-guardrails.js +1 -1
  50. package/dist/lib/git-provider-service.js +1 -1
  51. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  52. package/dist/lib/git-provider-setup/index.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  54. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  55. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  56. package/dist/lib/git-providers/github-app-provider.js +1 -1
  57. package/dist/lib/git-providers/index.js +1 -1
  58. package/dist/lib/git-providers/provider-factory.js +1 -1
  59. package/dist/lib/git-providers/provider-interface.js +1 -1
  60. package/dist/lib/github-urls.js +1 -1
  61. package/dist/lib/group-objective-linking.js +1 -1
  62. package/dist/lib/ibmi-sync.js +1 -0
  63. package/dist/lib/jira-client.js +1 -1
  64. package/dist/lib/judge-blinding.js +1 -1
  65. package/dist/lib/logger.js +1 -1
  66. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  67. package/dist/lib/model-fetcher.js +1 -1
  68. package/dist/lib/notifications.js +1 -1
  69. package/dist/lib/objective-context.js +1 -1
  70. package/dist/lib/oidc-auth.js +1 -1
  71. package/dist/lib/oidc-device-flow.js +1 -1
  72. package/dist/lib/passwordTokens.js +1 -1
  73. package/dist/lib/permission-resolver.js +1 -1
  74. package/dist/lib/pin-cascade.js +1 -1
  75. package/dist/lib/provider-accounts.js +1 -1
  76. package/dist/lib/provider-oauth.js +1 -1
  77. package/dist/lib/provider-profile.js +1 -1
  78. package/dist/lib/provider-token-refresh.js +1 -1
  79. package/dist/lib/rbac-user-state.js +1 -1
  80. package/dist/lib/request-url.js +1 -1
  81. package/dist/lib/rewind.js +1 -1
  82. package/dist/lib/role-definitions.js +1 -1
  83. package/dist/lib/roles.js +1 -1
  84. package/dist/lib/secrets.js +1 -1
  85. package/dist/lib/setup-repo-git-auth.js +1 -1
  86. package/dist/lib/state-capture.js +1 -1
  87. package/dist/lib/static-files.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/scripts/sync_to_ibmi.sh +204 -0
  135. package/dist/start.js +1 -1
  136. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  137. package/dist/web-ui/public/activity-feed.js +1 -1
  138. package/dist/web-ui/public/activity-formatters.js +1 -1
  139. package/dist/web-ui/public/agent-event-parser.js +1 -1
  140. package/dist/web-ui/public/app.js +1 -1
  141. package/dist/web-ui/public/approve-dialog.js +1 -1
  142. package/dist/web-ui/public/automation-links.js +1 -1
  143. package/dist/web-ui/public/automation-schedule.js +1 -1
  144. package/dist/web-ui/public/comments-widget.js +1 -1
  145. package/dist/web-ui/public/diff-utils.js +1 -1
  146. package/dist/web-ui/public/docs/admin/environments.md +1 -0
  147. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
  148. package/dist/web-ui/public/environments.html +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  152. package/dist/web-ui/public/git-history.js +1 -1
  153. package/dist/web-ui/public/git-status.js +1 -1
  154. package/dist/web-ui/public/index.html +2 -2
  155. package/dist/web-ui/public/index.js +1 -1
  156. package/dist/web-ui/public/login.js +1 -1
  157. package/dist/web-ui/public/markdown-editor.js +1 -1
  158. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  159. package/dist/web-ui/public/modal-maximize.js +1 -1
  160. package/dist/web-ui/public/notifications.js +1 -1
  161. package/dist/web-ui/public/pr-dialog.js +1 -1
  162. package/dist/web-ui/public/roles.html +3 -2
  163. package/dist/web-ui/public/roles.js +1 -1
  164. package/dist/web-ui/public/server-health.js +1 -1
  165. package/dist/web-ui/public/settings.css +3 -2
  166. package/dist/web-ui/public/settings.html +0 -1
  167. package/dist/web-ui/public/settings.js +1 -1
  168. package/dist/web-ui/public/setup-password.js +1 -1
  169. package/dist/web-ui/public/skills.js +1 -1
  170. package/dist/web-ui/public/sse-client.js +1 -1
  171. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  172. package/dist/web-ui/public/styles.css +39 -12
  173. package/dist/web-ui/public/task.html +56 -1
  174. package/dist/web-ui/public/task.js +1 -1
  175. package/dist/web-ui/public/teams.html +76 -81
  176. package/dist/web-ui/public/teams.js +1 -1
  177. package/dist/web-ui/public/terminal.js +1 -1
  178. package/dist/web-ui/public/theme.js +1 -1
  179. package/dist/web-ui/public/users.html +12 -11
  180. package/dist/web-ui/public/users.js +1 -1
  181. package/dist/web-ui/public/variant-grouping.js +1 -1
  182. package/package.json +1 -1
  183. package/dist/lib/cli/migrate-rbac.js +0 -1
  184. package/dist/lib/scoped-rbac-migration-runner.js +0 -1
  185. package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
@@ -1 +1 @@
1
- (function(_0x534b0d,_0x5931a3){const _0x6509b5={_0x48893f:0x1a6,_0x1af290:0x184,_0x54f544:0x176,_0x5c9545:0x18f,_0xd8b856:0xd0,_0x26088d:0xca,_0x16be91:0xe3,_0x3ee7e1:0xba,_0x4b8aed:0x178,_0x185212:0x1a6,_0x35e20d:0x1a8,_0x25dfe7:0x1b5,_0x28c373:0xc1,_0x415f51:0xa1,_0x33db29:0xbd,_0x1de5bf:0x10d,_0x2dfea0:0xdd,_0x2acab4:0xbe,_0x1c6ba0:0xa0,_0x1f4ffd:0xcc,_0x8c7ce2:0xb7,_0x5149c0:0xbc},_0x207c26={_0x1415df:0x3ae};function _0x46ec0d(_0x3618d2,_0x2d4c6e,_0x177918,_0xe26f60){return _0x3524(_0x177918- -0x152,_0xe26f60);}const _0x5efb44=_0x534b0d();function _0x16ff55(_0x3b264a,_0x1e1e81,_0x3fa748,_0x38b9a4){return _0x3524(_0x38b9a4- -_0x207c26._0x1415df,_0x3fa748);}while(!![]){try{const _0x400517=-parseInt(_0x16ff55(-_0x6509b5._0x48893f,-_0x6509b5._0x1af290,-_0x6509b5._0x54f544,-_0x6509b5._0x5c9545))/(0x1a5*0x14+-0x1*-0x2386+-0x1*0x4469)*(parseInt(_0x46ec0d(_0x6509b5._0xd8b856,_0x6509b5._0x26088d,0xe3,0xc8))/(-0x1*-0x9ee+0x1e70+-0x5c4*0x7))+parseInt(_0x46ec0d(0xe2,_0x6509b5._0x16be91,0xbb,_0x6509b5._0x3ee7e1))/(-0x36f*-0x5+-0x25*0x6d+0x167*-0x1)*(parseInt(_0x46ec0d(0x9c,0x84,0x97,0xab))/(0x3b*0x8b+-0x8ad+-0x1758))+parseInt(_0x16ff55(-0x16b,-_0x6509b5._0x4b8aed,-_0x6509b5._0x185212,-0x180))/(-0x117d+-0x95*-0x8+0xeb*0xe)+-parseInt(_0x16ff55(-0x1ca,-_0x6509b5._0x35e20d,-_0x6509b5._0x25dfe7,-0x1bf))/(0x1*-0x1d55+-0x55*-0x61+-0x2da*0x1)+-parseInt(_0x46ec0d(_0x6509b5._0x28c373,_0x6509b5._0x415f51,_0x6509b5._0x33db29,0xba))/(0x5*0x332+-0x8a+-0x315*0x5)*(-parseInt(_0x46ec0d(0xe7,_0x6509b5._0x1de5bf,0xe2,_0x6509b5._0x2dfea0))/(0x1*0x15d0+-0x2552+0xdd*0x12))+-parseInt(_0x46ec0d(_0x6509b5._0x2acab4,0xb7,_0x6509b5._0x1c6ba0,_0x6509b5._0x1f4ffd))/(-0x769+0x2677*-0x1+0x2de9)+parseInt(_0x46ec0d(_0x6509b5._0x8c7ce2,_0x6509b5._0x5149c0,0xad,0xc2))/(0x1128+-0x12a*-0x20+0x2*-0x1b2f);if(_0x400517===_0x5931a3)break;else _0x5efb44['push'](_0x5efb44['shift']());}catch(_0x301de7){_0x5efb44['push'](_0x5efb44['shift']());}}}(_0x354b,-0x17f*0x3cf+0x103c1b+-0x1c4e9));import{hasPermissionInSet}from'./roles.js';let deps=null;export function _setDeps(_0x183feb){deps=_0x183feb;}function _0x354b(){const _0x337e65=['s1HTExa','EuD2t3e','CM9Szv9Pza','vxnLCKLK','otK1mtyZmfP2DgvZBG','yxbPA2v5CZPTyq','BwfW','zMLSDgvY','z2HuCeC','z0XOt04','wKDLq2e','DeXvC0O','C0j5u3vIAMvJDa','rfr4Cvy','C3vIAMvJDf90Eq','B3DTy2m','BMfNzv9VD24','BwL4wKq','mtG4mdG1Ehjur2Tb','yK1otui','nJG3nhLAAwTMsG','s1vHCgW','D1Pbzgu','z2v0qMLUzgLUzW','BwLU','C2v0DgLUz3m','ywrK','DxnLCNm','x2fSBa','DxnLCG','wxj4txO','uwvUz1q','C2TPBgXZ','rMHPu3y','CKLHCNa','z2L0lw9HDxrOoG','nZy4ntjIvgn6CuS','u2Dqt2m','C2vYDMvY','zK1xrwy','z2v0uM9Szuj5sq','Aw5PDgLVBNmUAG','C0j5rw52AxjVBG','B2Txr0C','s0j2Ag4','zMTxCfG','zw52AxjVBM1LBG','rhrwCfa','wKjgBK4','lI9IAw5KAw5NCW','BwvUDa','mty3ntK3mfHszKDxDa','Aw5JBhvKzxm','z0fzAM0','B2zPDLC','Axntzxj2zxjbza','ELfVB1i','mtaZmM5Rv3DqAq','mtbOs2vNzMq','z2v0vgvHBxncEq','AgfZ','EgLwtuq','C3bSAxq','C0zzAue','C3vIAMvJDf9Pza','BMfNzwrcEq','zfreufi','lMPZ','BwfSC2O','tM1tDhi','ndbxr0TSCMO','DvvnDuC','AfDHzeO','DgfZA3m6yxnZAq','DgvHBq','lI90zwfTCY5QCW','mtm0ndi4oejVDfbvyW','rfndrwS','BwfUywDLx293BG','odeWotC1nMDpDLjsBW','BLfnDLK','BfDOC1u','D0Dcyxa','qMXUz2W','DxnLCNm6y3jLyq','BMPeEKy','BgvUz3rO','teXhCu0'];_0x354b=function(){return _0x337e65;};return _0x354b();}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x52761d={_0x412113:0x474,_0x51c65c:0x475,_0x54e905:0x46c,_0x4b85e5:0x470,_0xd9a845:0x464,_0x191b8e:0x441,_0x1c6b4d:0x46e,_0x5a0cc6:0x44d,_0x12ff16:0x45f,_0x2ee870:0x43e,_0x1c4bcc:0x44e,_0x4511e2:0x332,_0x367a16:0x329,_0x4372ed:0x2fd,_0x4e9946:0x32a,_0x19c62f:0x345,_0x893b8:0x30e,_0x4bc10a:0x2ba,_0xc19668:0x48f,_0x4e27a9:0x322,_0x354401:0x453,_0x188e1c:0x30e,_0x218daa:0x330,_0x17afe8:0x309,_0x2d0606:0x334,_0x2b8f6a:0x346,_0x3286c1:0x46d,_0x4d4621:0x47a,_0x12104e:0x47d,_0x56dff1:0x481,_0x295f9d:0x4a7,_0x31acb5:0x48d,_0x480cf2:0x47c,_0x30b1e5:0x494,_0x150bb6:0x468,_0x34b026:0x4b6,_0x1e66cb:0x49c,_0x3d4879:0x305,_0x59d28a:0x300,_0x4dc458:0x304,_0x127b22:0x321,_0x287c26:0x33b,_0x958ec0:0x2e2,_0x1ca6af:0x2b8,_0x3da5aa:0x2f7},_0x39f75d={_0x1d7819:0x5a5,_0x1f4c9b:0x5db,_0xcb36a9:0x56c,_0x3331e8:0x55f,_0x5ebfb8:0x578,_0x111a20:0x5b8,_0x4942af:0x5b2,_0x53980c:0x5be,_0x187814:0x567,_0x59e506:0x593,_0x1631d6:0x570,_0x398a67:0x571};function _0x25f644(_0x14d3b1,_0x56431e,_0x5a01d4,_0x444f53){return _0x3524(_0x14d3b1-0xfe,_0x56431e);}const _0x14fa6f={};_0x14fa6f['sFYiA']=function(_0x4d2a46,_0x3fcdcb){return _0x4d2a46===_0x3fcdcb;},_0x14fa6f[_0x315b49(_0x52761d._0x412113,0x467,_0x52761d._0x51c65c,0x481)]=_0x315b49(_0x52761d._0x54e905,_0x52761d._0x4b85e5,0x467,_0x52761d._0xd9a845),_0x14fa6f[_0x25f644(0x318,0x33e,0x304,0x2f5)]='DXGkT',_0x14fa6f[_0x315b49(_0x52761d._0xd9a845,_0x52761d._0x191b8e,0x459,_0x52761d._0x1c6b4d)]='./users.js';function _0x315b49(_0x4591e8,_0x56a384,_0x1f6596,_0xb62a6f){return _0x3524(_0x1f6596-0x26f,_0xb62a6f);}_0x14fa6f[_0x315b49(0x465,_0x52761d._0x5a0cc6,_0x52761d._0x12ff16,_0x52761d._0x2ee870)]=_0x315b49(0x488,_0x52761d._0x1c4bcc,0x45d,_0x52761d._0xd9a845),_0x14fa6f[_0x25f644(0x30e,_0x52761d._0x4511e2,_0x52761d._0x367a16,_0x52761d._0x4372ed)]=_0x25f644(_0x52761d._0x4e9946,_0x52761d._0x19c62f,0x34e,_0x52761d._0x893b8)+_0x25f644(0x2e4,0x2e7,0x2dd,_0x52761d._0x4bc10a),_0x14fa6f[_0x315b49(_0x52761d._0xc19668,0x473,0x46a,0x48a)]='./role-def'+_0x25f644(_0x52761d._0x4e27a9,0x304,0x30d,0x344)+'s';const _0x6ebe58=_0x14fa6f;if(deps)return deps;const _0x5cfea8=await import(_0x6ebe58['uUMuG']),_0x4937e8=await import(_0x6ebe58[_0x315b49(0x45a,0x445,0x45f,_0x52761d._0x354401)]),_0x5a8a53=await import(_0x6ebe58[_0x25f644(_0x52761d._0x188e1c,0x316,0x304,_0x52761d._0x218daa)]),_0x5c1f91=await import(_0x6ebe58[_0x25f644(0x2f9,_0x52761d._0x17afe8,0x301,0x2d3)]);return deps={'findUserById':_0x5cfea8['findUserBy'+'Id'],'getTeamsByUserId':_0x4937e8[_0x25f644(_0x52761d._0x2d0606,0x338,0x35d,_0x52761d._0x2b8f6a)+_0x315b49(0x445,0x499,_0x52761d._0x3286c1,0x461)],'getBindingsByEnvironment':_0x5a8a53[_0x315b49(_0x52761d._0x4d4621,_0x52761d._0x12104e,_0x52761d._0x56dff1,_0x52761d._0x295f9d)+_0x315b49(_0x52761d._0x31acb5,_0x52761d._0x480cf2,_0x52761d._0x30b1e5,_0x52761d._0x150bb6)+_0x315b49(0x47f,_0x52761d._0x34b026,_0x52761d._0x1e66cb,0x49f)],'getBindingsBySubject':_0x5a8a53['getBinding'+_0x25f644(_0x52761d._0x3d4879,_0x52761d._0x188e1c,_0x52761d._0x59d28a,_0x52761d._0x4dc458)],'getRoleById':_0x5c1f91[_0x25f644(_0x52761d._0x127b22,_0x52761d._0x287c26,0x312,0x31a)+'d'],'getTeamsManagedBy':_0x4937e8['getTeamsMa'+_0x25f644(_0x52761d._0x958ec0,0x2c9,_0x52761d._0x1ca6af,_0x52761d._0x3da5aa)],'getAllEnvironments':async()=>{const _0x5d3664={_0x1a0efd:0x7e,_0x1414e5:0x101},_0x39b0e9={_0x1bbe5b:0x281,_0x3ea268:0x54,_0x382a6c:0xa7};function _0x2cec8f(_0x1d39c0,_0x5c1e36,_0x5712bb,_0x5d2db8){return _0x25f644(_0x5c1e36-_0x39b0e9._0x1bbe5b,_0x1d39c0,_0x5712bb-_0x39b0e9._0x3ea268,_0x5d2db8-_0x39b0e9._0x382a6c);}function _0xebe4eb(_0x38a7a0,_0x9c06f9,_0x413576,_0xc4f316){return _0x315b49(_0x38a7a0-_0x5d3664._0x1a0efd,_0x9c06f9-0x124,_0xc4f316-_0x5d3664._0x1414e5,_0x413576);}if(_0x6ebe58[_0x2cec8f(_0x39f75d._0x1d7819,0x5b9,0x5e3,_0x39f75d._0x1f4c9b)](_0x6ebe58[_0xebe4eb(0x58f,_0x39f75d._0xcb36a9,0x55d,0x576)],_0x6ebe58[_0xebe4eb(0x582,_0x39f75d._0x3331e8,_0x39f75d._0x5ebfb8,0x58a)])){const [_0x39b7df]=_0x54410a[_0x2cec8f(0x5b7,_0x39f75d._0x111a20,_0x39f75d._0x4942af,_0x39f75d._0x53980c)](':');if(_0x23308d[_0xebe4eb(0x590,0x5a7,0x5be,0x59f)](_0x39b7df))return![];return![];}else{const _0x481376=await _0x5a8a53[_0xebe4eb(0x589,_0x39f75d._0x187814,0x558,0x582)+'s']();return[...new Set(_0x481376[_0xebe4eb(0x590,_0x39f75d._0x59e506,_0x39f75d._0x1631d6,_0x39f75d._0x398a67)](_0x21d145=>_0x21d145[_0x2cec8f(0x5b6,0x5a8,0x593,0x57e)+'t']))];}}},deps;}async function d(){const _0x496a56={'AgyFX':function(_0x5ebc78){return _0x5ebc78();}};return deps||await _0x496a56['AgyFX'](loadProductionDeps);}const TEAM_MANAGER_ENV_PERMISSIONS=['tasks:view'+_0x597697(0x1db,0x21c,0x20e,0x1f6),'tasks:judg'+'e',_0x2ac9fe(0x466,0x487,0x45b,0x48c)+'gn'],TEAM_MANAGER_SERVER_PERMISSIONS=[_0x597697(0x1d0,0x1e0,0x1d0,0x1d6)+'te'],USER_SCOPED_PERMISSIONS=[_0x597697(0x1f9,0x203,0x1f5,0x1df)+_0x597697(0x1e8,0x1e7,0x1ce,0x1ea),_0x597697(0x1e2,0x209,0x1d9,0x1fd)+_0x2ac9fe(0x46b,0x464,0x494,0x440)],SERVER_SCOPED_CATEGORIES=[_0x597697(0x1df,0x1d3,0x201,0x1f5),_0x597697(0x1ff,0x208,0x1ee,0x1f3),_0x597697(0x1f4,0x1d8,0x1d7,0x200),_0x2ac9fe(0x495,0x492,0x4ba,0x4ad)];export async function resolveUserPermissions(_0x346a91,_0x4cc023){const _0x5dac0d={_0x12b558:0x5e1,_0x315e89:0x5fd,_0x1e38e8:0x5db,_0x138f19:0x5ed,_0x199d49:0x5e7,_0x2494b1:0x5e0,_0x37ab7c:0x5d0,_0x4d26ec:0x612,_0x52114d:0x61a,_0xb30c38:0x606,_0x19249e:0x5fd,_0x18645c:0x5e8,_0x8af032:0x61c,_0x5190fd:0x602,_0x4de09e:0x608,_0x46a5fe:0x186,_0xdb5c63:0x176,_0x137d21:0x17e,_0x17c834:0x623,_0x57b203:0x5d8,_0x267a47:0x61f,_0x23e173:0x5e9,_0x3fca14:0x5ff,_0x3111c9:0x61d,_0x4a1946:0x152,_0x24a49b:0x18a,_0xacf9e0:0x17a,_0x529daf:0x5da,_0xcc8a2e:0x136,_0x1c6574:0x5ed,_0x791a01:0x5d2,_0x306dba:0x605,_0x1ce9da:0x197,_0x2eb26f:0x163,_0x5e6155:0x182,_0x5e79f1:0x164,_0x4ef186:0x162,_0x9fdd2b:0x17b,_0x5a1a9e:0x5cf,_0x5858ad:0x165,_0x9280e8:0x190,_0x4b3688:0x174,_0xaa6a91:0x189,_0x1f37a1:0x177,_0x11d8bf:0x5a5,_0x241340:0x5b8,_0x10e346:0x60f},_0x46e6b9={_0x22f9ff:0x5f1,_0x1729de:0x159},_0x17e086={_0x4ee515:0x167},_0x32dc7e={'gAYjm':function(_0x2172cb){return _0x2172cb();},'fkWpX':function(_0x4f3300,_0x47f73e){return _0x4f3300(_0x47f73e);},'zQooR':function(_0x1f3491,_0x54ff04){return _0x1f3491(_0x54ff04);},'KBvhn':function(_0x59257b,_0x51616a){return _0x59257b===_0x51616a;},'ghTpG':'aDRIg','fMWEf':function(_0x16223d,_0x1b6e49){return _0x16223d(_0x1b6e49);},'gLhON':_0x8a07be(0x5c1,_0x5dac0d._0x12b558,0x5fb,0x5e2),'wZAde':function(_0x583a01,_0x53a7e2){return _0x583a01!==_0x53a7e2;},'wGBap':_0x8a07be(_0x5dac0d._0x315e89,0x5cf,_0x5dac0d._0x1e38e8,0x5e4),'hXLqE':function(_0x56cc0f,_0x209d24){return _0x56cc0f(_0x209d24);},'vxWPG':function(_0x478c83,_0x1b1c11){return _0x478c83>_0x1b1c11;},'malsj':_0x8a07be(0x5b9,0x5a9,0x5bb,0x5d2),'okWGG':_0x8a07be(_0x5dac0d._0x138f19,_0x5dac0d._0x199d49,_0x5dac0d._0x2494b1,_0x5dac0d._0x37ab7c)},{findUserById:_0xb26d94,getTeamsByUserId:_0x1024e7,getBindingsByEnvironment:_0x404e32,getRoleById:_0x2684a2,getTeamsManagedBy:_0x98b605}=await _0x32dc7e[_0x8a07be(0x625,_0x5dac0d._0x4d26ec,_0x5dac0d._0x52114d,_0x5dac0d._0xb30c38)](d),_0x45db00=await _0x32dc7e[_0x8a07be(0x61e,_0x5dac0d._0x19249e,_0x5dac0d._0x18645c,0x5fe)](_0xb26d94,_0x346a91);if(!_0x45db00)return[];if(_0x45db00[_0x8a07be(_0x5dac0d._0x8af032,0x5f8,_0x5dac0d._0x5190fd,_0x5dac0d._0x4de09e)+'min'])return['*'];const _0x4ef88f=await _0x32dc7e['zQooR'](_0x1024e7,_0x346a91),_0x48817b=new Set(_0x4ef88f[_0x4ac057(-0x18e,-_0x5dac0d._0x46a5fe,-_0x5dac0d._0xdb5c63,-_0x5dac0d._0x137d21)](_0x42ac0b=>_0x42ac0b['id']));function _0x8a07be(_0x3ea48e,_0x10f663,_0x48053e,_0x12d778){return _0x597697(_0x48053e,_0x10f663-0x5e,_0x48053e-_0x17e086._0x4ee515,_0x12d778-0x3f7);}const _0x28d67d=await _0x32dc7e[_0x8a07be(_0x5dac0d._0x8af032,_0x5dac0d._0x17c834,0x5de,0x609)](_0x404e32,_0x4cc023),_0x29a4c0=_0x28d67d[_0x8a07be(0x5ac,0x601,0x5e6,_0x5dac0d._0x57b203)](_0x31a342=>_0x31a342['subject_ty'+'pe']===_0x8a07be(0x5c8,0x5b5,0x5cc,0x5c3)&&_0x48817b[_0x4ac057(-0x15f,-0x136,-0x140,-0x127)](_0x31a342[_0x8a07be(0x5bb,0x5c7,0x5af,0x5b9)])||_0x31a342[_0x8a07be(0x5e7,0x5d8,0x5e3,0x5df)+'pe']===_0x4ac057(-0x13b,-0x151,-0x15f,-0x17c)&&_0x31a342['subject_id']===_0x346a91);function _0x4ac057(_0x91fe4c,_0x32427f,_0x315ee9,_0x2da7ff){return _0x2ac9fe(_0x315ee9- -_0x46e6b9._0x22f9ff,_0x32427f-_0x46e6b9._0x1729de,_0x315ee9-0x11d,_0x2da7ff);}const _0x41db42=new Set();for(const _0x22d168 of _0x29a4c0){if(_0x32dc7e[_0x8a07be(_0x5dac0d._0x267a47,0x5f6,0x601,_0x5dac0d._0x19249e)](_0x32dc7e[_0x8a07be(_0x5dac0d._0x23e173,0x602,_0x5dac0d._0x3fca14,0x5d9)],'aDRIg')){const _0x65278a=await _0x32dc7e[_0x8a07be(_0x5dac0d._0x3111c9,_0x5dac0d._0x4d26ec,0x61f,0x5f8)](_0x2684a2,_0x22d168[_0x4ac057(-_0x5dac0d._0x4a1946,-_0x5dac0d._0x24a49b,-_0x5dac0d._0xacf9e0,-0x17d)]);if(_0x65278a){if(_0x32dc7e[_0x8a07be(0x600,0x5f6,0x5db,_0x5dac0d._0x529daf)]!==_0x32dc7e['gLhON'])_0x3574b8[_0x4ac057(-_0x5dac0d._0xcc8a2e,-0x167,-0x162,-0x188)](_0x52a9a2[_0x8a07be(0x5f0,0x5de,0x5e2,_0x5dac0d._0x3fca14)+'t']);else for(const _0x48249c of _0x65278a['permission'+'s']){if(_0x32dc7e[_0x8a07be(_0x5dac0d._0x1c6574,_0x5dac0d._0x791a01,_0x5dac0d._0x306dba,0x5e7)]('bMNMB',_0x32dc7e[_0x4ac057(-_0x5dac0d._0x1ce9da,-_0x5dac0d._0x2eb26f,-_0x5dac0d._0x5e6155,-_0x5dac0d._0x5e79f1)]))return['*'];else _0x41db42['add'](_0x48249c);}}}else for(const _0x55f5df of _0x11f7e8){_0x3a93b1[_0x4ac057(-0x152,-0x158,-_0x5dac0d._0x4ef186,-_0x5dac0d._0x9fdd2b)](_0x55f5df);}}const _0x2c92fa=await _0x32dc7e['hXLqE'](_0x98b605,_0x346a91);if(_0x32dc7e['vxWPG'](_0x2c92fa[_0x8a07be(0x5f2,0x5e6,0x5be,_0x5dac0d._0x5a1a9e)],-0x10a2*-0x2+-0x17d6+0x2*-0x4b7)){if(_0x32dc7e[_0x4ac057(-_0x5dac0d._0x5858ad,-0x19b,-_0x5dac0d._0x9280e8,-_0x5dac0d._0x4b3688)]===_0x4ac057(-_0x5dac0d._0xaa6a91,-_0x5dac0d._0x1f37a1,-0x17b,-0x18e)){const _0x342b63=new Set(_0x2c92fa[_0x4ac057(-0x1a2,-0x192,-0x176,-0x156)](_0x2a923d=>_0x2a923d['id'])),_0xdd6804=_0x28d67d['some'](_0x435b67=>_0x435b67[_0x8a07be(0x604,0x5f9,0x5f2,0x5df)+'pe']==='team'&&_0x342b63['has'](_0x435b67[_0x4ac057(-0x19f,-0x180,-0x194,-0x189)]));if(_0xdd6804){if(_0x8a07be(_0x5dac0d._0x11d8bf,_0x5dac0d._0x241340,0x5b4,0x5d0)===_0x32dc7e[_0x8a07be(0x620,_0x5dac0d._0x10e346,0x61f,0x5fc)])for(const _0x51463c of TEAM_MANAGER_ENV_PERMISSIONS){_0x41db42['add'](_0x51463c);}else return![];}}else return!![];}return[..._0x41db42];}export async function hasPermission(_0x21d38b,_0x5ad0a5,_0x5c24e1){const _0x183380={_0x2b7f6b:0x4b,_0x4b3aba:0x7b,_0x2aa61b:0x7a,_0x4eb610:0x18d,_0xdc62b8:0x19e,_0xc6e1dd:0x172,_0x5ef282:0x16f,_0x405d0f:0x37,_0xe89018:0x7e,_0x4ab113:0x6e,_0x7567a1:0x66,_0x56656e:0x41,_0xce5ba2:0x25,_0x28b82a:0x13c,_0x4f73e8:0x197,_0x1cad21:0x17c,_0x4d6efb:0x6,_0x1ed91a:0x21},_0x2604ca={_0x35bdf8:0x1b2},_0xbe67d={_0x5d3b1d:0x31,_0x55c34e:0x1a3},_0x4fca7c={'SgPOc':function(_0x50bac6){return _0x50bac6();},'nQMvY':function(_0x5b81b8,_0x3716ec){return _0x5b81b8(_0x3716ec);},'hWadJ':function(_0x50e349,_0x537847){return _0x50e349>_0x537847;},'dTDPR':function(_0x2dc172,_0x58d07a,_0x448104){return _0x2dc172(_0x58d07a,_0x448104);}},{findUserById:_0x447724,getTeamsManagedBy:_0x3303dd}=await _0x4fca7c[_0x2a4e2e(_0x183380._0x2b7f6b,_0x183380._0x4b3aba,_0x183380._0x2aa61b,0x5c)](d);if(USER_SCOPED_PERMISSIONS[_0x51778f(_0x183380._0x4eb610,_0x183380._0xdc62b8,_0x183380._0xc6e1dd,_0x183380._0x5ef282)](_0x5ad0a5))return!![];const _0xfe4e77=await _0x4fca7c[_0x2a4e2e(0x4a,0x2f,_0x183380._0x405d0f,0x2f)](_0x447724,_0x21d38b);function _0x2a4e2e(_0x3210cf,_0x44c7e0,_0x160dc5,_0x58b6df){return _0x597697(_0x3210cf,_0x44c7e0-_0xbe67d._0x5d3b1d,_0x160dc5-0xd9,_0x58b6df- -_0xbe67d._0x55c34e);}if(!_0xfe4e77)return![];if(_0xfe4e77[_0x2a4e2e(0x42,0x5a,_0x183380._0xe89018,_0x183380._0x4ab113)+_0x2a4e2e(_0x183380._0x7567a1,0x7b,0x31,0x4f)])return!![];function _0x51778f(_0xdb6c9c,_0x5e9328,_0x33a785,_0x299198){return _0x2ac9fe(_0x33a785- -0x337,_0x5e9328-_0x2604ca._0x35bdf8,_0x33a785-0xb9,_0x299198);}if(TEAM_MANAGER_SERVER_PERMISSIONS[_0x2a4e2e(0x8b,_0x183380._0x56656e,0x5c,0x6b)](_0x5ad0a5)){const _0x569d8c=await _0x4fca7c['nQMvY'](_0x3303dd,_0x21d38b);return _0x4fca7c[_0x2a4e2e(0x6,0x1f,_0x183380._0xce5ba2,0x27)](_0x569d8c[_0x51778f(0x165,0x129,_0x183380._0x28b82a,0x148)],-0x1da1+-0x1fef+-0x5*-0xc50);}if(!_0x5c24e1){const [_0x154f0d]=_0x5ad0a5[_0x51778f(_0x183380._0x4f73e8,0x1a0,_0x183380._0x1cad21,0x1a2)](':');if(SERVER_SCOPED_CATEGORIES['includes'](_0x154f0d))return![];return![];}const _0x4d513c=await resolveUserPermissions(_0x21d38b,_0x5c24e1);return _0x4fca7c[_0x2a4e2e(-_0x183380._0x4d6efb,-_0x183380._0x4d6efb,0xd,_0x183380._0x1ed91a)](hasPermissionInSet,_0x4d513c,_0x5ad0a5);}function _0x2ac9fe(_0x4072bb,_0x1f6452,_0x504fdb,_0x21b57d){return _0x3524(_0x4072bb-0x27a,_0x21b57d);}export async function getVisibleEnvironments(_0x241aeb){const _0x1fc71e={_0x2eecaa:0x561,_0x1c0087:0x576,_0x591819:0x578,_0x40dbb9:0x568,_0x14e63c:0x1d3,_0x67769d:0x1f5,_0x46808b:0x185,_0x2237e8:0x195,_0x4b1eb6:0x184,_0x371ed4:0x58d,_0x3c06e5:0x573,_0x20b2ae:0x589,_0x385be3:0x565,_0x1b35e7:0x56e,_0x1fd50:0x1d2,_0x23bd5e:0x53e,_0x3dab0f:0x542,_0x2b2ccd:0x56a,_0x3141d6:0x1a5,_0x1c6363:0x190,_0x131cf6:0x194,_0x586087:0x1b3,_0x149f6c:0x1bd,_0x1fe926:0x1c1,_0x51745d:0x5a6,_0x3201a2:0x1d1,_0x12186e:0x1c8,_0x307478:0x1b4},_0x366fa4={_0x8e49d1:0x98},_0x2c213d={'ZGeCa':function(_0x2f4d1d){return _0x2f4d1d();},'rIarp':_0x4700c0(_0x1fc71e._0x2eecaa,_0x1fc71e._0x1c0087,_0x1fc71e._0x591819,_0x1fc71e._0x40dbb9),'DtVpP':function(_0x332e29,_0x5aff5a){return _0x332e29===_0x5aff5a;},'NmStr':_0x477eeb(0x1ce,_0x1fc71e._0x14e63c,_0x1fc71e._0x67769d,0x1df),'FhiSv':function(_0x692129,_0x5941d3,_0x559c7c){return _0x692129(_0x5941d3,_0x559c7c);}},{findUserById:_0x1aca17,getTeamsByUserId:_0x1ff8e0,getBindingsBySubject:_0x56e26d,getAllEnvironments:_0x4c74a5}=await _0x2c213d[_0x477eeb(_0x1fc71e._0x46808b,0x1ad,_0x1fc71e._0x2237e8,_0x1fc71e._0x4b1eb6)](d),_0x269308=await _0x1aca17(_0x241aeb);if(!_0x269308)return[];if(_0x269308[_0x477eeb(0x1c9,0x1da,0x1c1,0x1fc)+_0x4700c0(_0x1fc71e._0x371ed4,0x564,_0x1fc71e._0x3c06e5,_0x1fc71e._0x20b2ae)])return await _0x2c213d[_0x4700c0(0x564,0x574,_0x1fc71e._0x385be3,_0x1fc71e._0x1b35e7)](_0x4c74a5);function _0x4700c0(_0x2918fa,_0x2030a0,_0x48651c,_0x4cc841){return _0x2ac9fe(_0x48651c-0xe6,_0x2030a0-0x7d,_0x48651c-0x1ee,_0x2030a0);}const _0x290aa1=new Set(),_0xdaa636=await _0x56e26d(_0x2c213d[_0x477eeb(0x1d6,0x1c5,0x1ba,0x1e9)],_0x241aeb);for(const _0x395297 of _0xdaa636){_0x2c213d[_0x477eeb(0x1cc,_0x1fc71e._0x1fd50,0x1af,0x1c4)](_0x4700c0(_0x1fc71e._0x23bd5e,_0x1fc71e._0x3dab0f,_0x1fc71e._0x2b2ccd,0x581),_0x2c213d[_0x477eeb(_0x1fc71e._0x3141d6,_0x1fc71e._0x1c6363,_0x1fc71e._0x131cf6,_0x1fc71e._0x586087)])?_0x4967de=_0x2d242a:_0x290aa1[_0x477eeb(0x1dd,_0x1fc71e._0x149f6c,0x1d6,_0x1fc71e._0x1fe926)](_0x395297[_0x4700c0(_0x1fc71e._0x51745d,0x570,0x589,0x568)+'t']);}function _0x477eeb(_0x4120ee,_0x10259f,_0x38dcda,_0x39f656){return _0x2ac9fe(_0x10259f- -0x2d2,_0x10259f-0x18d,_0x38dcda-_0x366fa4._0x8e49d1,_0x4120ee);}const _0x18ffeb=await _0x1ff8e0(_0x241aeb);for(const _0x1263d9 of _0x18ffeb){const _0x553b52=await _0x2c213d[_0x477eeb(0x1e6,0x1c4,0x1d4,0x1d7)](_0x56e26d,'team',_0x1263d9['id']);for(const _0x36d5e0 of _0x553b52){_0x290aa1['add'](_0x36d5e0[_0x477eeb(0x1af,_0x1fc71e._0x3201a2,_0x1fc71e._0x12186e,_0x1fc71e._0x307478)+'t']);}}return[..._0x290aa1];}export async function resolveUserPermissionsAllEnvironments(_0x386d8e){const _0x146a49={_0x388416:0x1aa,_0x15df82:0x1a2,_0x44cb95:0x1b9,_0x14ac7d:0x1ac,_0x4bdae0:0x184},_0x3ab109={_0x165019:0x14},_0xacf25f={_0x4c8990:0x2f9,_0x41d3b6:0x78};function _0x4afc38(_0xdd9951,_0x4a0b65,_0x33845e,_0x3b66b6){return _0x2ac9fe(_0x33845e- -_0xacf25f._0x4c8990,_0x4a0b65-0xc2,_0x33845e-_0xacf25f._0x41d3b6,_0x3b66b6);}const _0x3f2320={'xiVMD':function(_0x2e936d,_0x3fbb0b){return _0x2e936d(_0x3fbb0b);},'SSlBM':function(_0x2a0083,_0x94d51d){return _0x2a0083!==_0x94d51d;},'YrxMz':_0x4d2ca4(0x154,0x16a,0x173,0x142),'ZrtFp':function(_0x219830,_0xe7984c,_0x215205){return _0x219830(_0xe7984c,_0x215205);}},_0x477f0e=await _0x3f2320[_0x4afc38(_0x146a49._0x388416,_0x146a49._0x15df82,_0x146a49._0x44cb95,_0x146a49._0x14ac7d)](getVisibleEnvironments,_0x386d8e);function _0x4d2ca4(_0x1db77d,_0xd16c91,_0x1cf203,_0x1df0ea){return _0x597697(_0x1df0ea,_0xd16c91-_0x3ab109._0x165019,_0x1cf203-0x147,_0xd16c91- -0xa6);}const _0x56c20b={};for(const _0x4d1144 of _0x477f0e){if(_0x3f2320['SSlBM']('ofivW',_0x3f2320[_0x4afc38(0x19d,0x1c6,0x19a,_0x146a49._0x4bdae0)]))return!![];else _0x56c20b[_0x4d1144]=await _0x3f2320['ZrtFp'](resolveUserPermissions,_0x386d8e,_0x4d1144);}return _0x56c20b;}function _0x3524(_0x139705,_0x1ab313){_0x139705=_0x139705-(-0x7b7*-0x1+-0x803+-0x22f*-0x1);const _0x553031=_0x354b();let _0x298d51=_0x553031[_0x139705];if(_0x3524['TwBFIC']===undefined){var _0x468080=function(_0x12c9b1){const _0x5df902='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x20b7cf='',_0x3cd268='';for(let _0x166f7b=-0x7f7*-0x4+0x19ed*-0x1+-0x5ef,_0xebe6db,_0x2bf4d9,_0x5ddb5c=0x4*-0x1f+0x65*-0x23+0xe4b;_0x2bf4d9=_0x12c9b1['charAt'](_0x5ddb5c++);~_0x2bf4d9&&(_0xebe6db=_0x166f7b%(0x15*-0x13+-0x176f+-0x123*-0x16)?_0xebe6db*(-0x2*-0x373+-0xb67+-0x4c1*-0x1)+_0x2bf4d9:_0x2bf4d9,_0x166f7b++%(0x2c*0x1f+-0x1a1d+0x14cd))?_0x20b7cf+=String['fromCharCode'](-0x12*-0x9d+0x1fc6+0x29d1*-0x1&_0xebe6db>>(-(-0x6d*0x49+-0x21ff+0x2*0x208b)*_0x166f7b&-0x8d8*-0x2+-0xbcb+-0x5df*0x1)):-0x24e*-0xd+0x1b5*-0x6+-0x13b8){_0x2bf4d9=_0x5df902['indexOf'](_0x2bf4d9);}for(let _0x3651d6=0x223*-0x7+0x2231*0x1+-0x133c,_0x1b1249=_0x20b7cf['length'];_0x3651d6<_0x1b1249;_0x3651d6++){_0x3cd268+='%'+('00'+_0x20b7cf['charCodeAt'](_0x3651d6)['toString'](0x1495+0xab6+-0x1f3b))['slice'](-(0x7*0xd1+0x1*-0x10d+-0x4a8));}return decodeURIComponent(_0x3cd268);};_0x3524['tSYwkj']=_0x468080,_0x3524['GJsSOu']={},_0x3524['TwBFIC']=!![];}const _0x47989a=_0x553031[0x1d12+-0x1dd0+0xbe],_0x45da14=_0x139705+_0x47989a,_0x3195c0=_0x3524['GJsSOu'][_0x45da14];return!_0x3195c0?(_0x298d51=_0x3524['tSYwkj'](_0x298d51),_0x3524['GJsSOu'][_0x45da14]=_0x298d51):_0x298d51=_0x3195c0,_0x298d51;}function _0x597697(_0x178208,_0x3825aa,_0x2aeec8,_0x368748){return _0x3524(_0x368748- -0x21,_0x178208);}export async function hasPermissionOnAnyEnvironment(_0x525e94,_0x21d419){const _0x3ba48e={_0x4d8a55:0x1d6,_0x261fdf:0x1bb,_0x4c5934:0x17f,_0x5c1a90:0x181,_0x5a32ef:0x1aa,_0x569a3a:0x1bf,_0x57f8d9:0x18a,_0x3c93d9:0x1a8},_0x47480f={_0x25e95d:0x2c6,_0x87861c:0x1dd},_0x3aa5f2={_0x462a82:0x120};function _0x5c1ac9(_0x1e8ffd,_0xd65369,_0x40682e,_0x573524){return _0x2ac9fe(_0x40682e- -0x65e,_0xd65369-_0x3aa5f2._0x462a82,_0x40682e-0x81,_0x1e8ffd);}const _0x5f488f={'DTxqV':function(_0x2e7909){return _0x2e7909();},'Blngl':function(_0xb1487b,_0x6e0856){return _0xb1487b(_0x6e0856);},'lWhsU':function(_0x9d77a,_0x4a1f47,_0x54b819){return _0x9d77a(_0x4a1f47,_0x54b819);}},{findUserById:_0x2a3a61}=await _0x5f488f[_0x37bbb1(_0x3ba48e._0x4d8a55,0x1c3,0x1bc,_0x3ba48e._0x261fdf)](d),_0x6766fe=await _0x5f488f[_0x37bbb1(_0x3ba48e._0x4c5934,_0x3ba48e._0x5c1a90,_0x3ba48e._0x5a32ef,_0x3ba48e._0x569a3a)](_0x2a3a61,_0x525e94);if(!_0x6766fe)return![];function _0x37bbb1(_0x222cf5,_0x59376e,_0x14f65d,_0x396802){return _0x2ac9fe(_0x14f65d- -_0x47480f._0x25e95d,_0x59376e-_0x47480f._0x87861c,_0x14f65d-0x11e,_0x222cf5);}if(_0x6766fe['isServerAd'+'min'])return!![];const _0x3ed91f=await getVisibleEnvironments(_0x525e94);for(const _0x3f472f of _0x3ed91f){const _0xd48966=await _0x5f488f[_0x5c1ac9(-0x1d0,-0x1f8,-0x1f0,-0x1fc)](resolveUserPermissions,_0x525e94,_0x3f472f);if(_0x5f488f[_0x37bbb1(0x1bc,_0x3ba48e._0x57f8d9,_0x3ba48e._0x3c93d9,0x190)](hasPermissionInSet,_0xd48966,_0x21d419))return!![];}return![];}
1
+ function _0x572e(){const _0x2b081e=['A2v5CW','zw52AxjVBM1LBG','u2fjwMe','C3vIAMvJDf9Pza','y1jmDwm','z3zWAhC','Dxbnq0m','y1f2reS','y0XXrwW','AeDZvLy','DhryrhG','C2vYDMvY','C2vOthm','mJiXnJm5nMfOv1fzDq','shH0CKq','sgvPtey','zwDYrfG','DLPZB1y','EffwzwO','C3zNv0K','wg5uDwu','qvDbq1G','C29Tzq','veHxzwy','ExbL','vLzRCeu','CK5Ws00','lMPZ','AgfZ','z2v0uM9Szuj5sq','lI9IAw5KAw5NCW','yu1jvhC','DNrRBe0','DxnLCKLK','mty3oda4ofHUEg9XDG','vNDOBKS','mJzlAM9AB3K','vxnLCKLK','z2v0qMLUzgLUzW','z2v0vgvHBxncEq','rKrSsei','uKPowNK','EuPYEMu','vfPcCw0','mtqYmJy4nuj5uxvJuG','rfLVr3i','Dg9zugK','B0rrCMS','yKDpuhO','tNPus2S','reXZu0i','ChvZAa','lI90zwfTCY5QCW','BwvTyMvYCW','Aw5PDgLVBNmUAG','yvfwwxa','Ew5Nyxq','yxrfDhu','DxnLCG','C1vWvxe','yuHlz2C','mZzOsffMwNy','A2XlB3i','CgvYBwLZC2LVBG','qwfszuu','wgLLB3G','rfjZvLO','mtmYnZG5rxrtDgLL','t3bLDhe','BgzqvK4','r2PLyNy','AMzUDfK','EwPmqw4','AgXhCfe','BvbVALe','zMHfv3e','D0ndtuK','Aw5JBhvKzxm','BwfW','zvbrtee','DwXnEgq','mte4mJCWmtDpquH5CuW','q1jJzvC','BgvUz3rO','y0fJAuC','q0fdBxK','uxjNANi','ExvpzvO','CMvZB3vYy2vFAq','C3vIAMvJDf90Eq','B09MCva','uvP3D3a','r3Dnz3C','AxDPBvK','CMvZB3vYy2vFDa','lI91C2vYCY5QCW','Ahj3su4','zMLSDgvY','seXOAwO','zvv5t1K','qurYCem','C2LPBKK','A3nKCgK','nNPZzvbRBG','A3nWvxK','ywrK','ufvTAxC','ug9hzeK','vwPYDNC','tfvUExq','yxLpDwi','C0j5uMvZB3vYyW','mtK3ndCZmZbxDvfUyM0','Dw5cEe0','rhjtwgG','ENLlDK4','q2nADNO','sfvcC2O','CM9Szv9Pza','ndaZmtq1y1vtAujb','DgvHBq','zxvVzfG','B29nrwi','DxzJvu4'];_0x572e=function(){return _0x2b081e;};return _0x572e();}(function(_0x1003d5,_0x13a4c7){const _0x47fd16={_0x98af13:0x24a,_0x3c4f1b:0x225,_0x14302e:0x205,_0x5421dc:0x225,_0x2be5a8:0x23c,_0x4a8feb:0x44f,_0x1d1dfb:0x44c,_0x41fe91:0x448,_0x2d72d1:0x40d,_0x8974f4:0x42c,_0x4639b4:0x3f2,_0x14f691:0x3e6,_0x38b054:0x431,_0x5de32f:0x434,_0x2941f0:0x44a,_0x43ba41:0x1c8,_0x311fff:0x1b9,_0x4de165:0x1ce,_0x42ee3b:0x1e2,_0xfa8c35:0x1ed},_0x34fac4={_0x3f075f:0x2d},_0x346774=_0x1003d5();function _0x2400d8(_0xf2dc3b,_0x389458,_0x5e20f0,_0x2f5896){return _0xac5e(_0x2f5896- -_0x34fac4._0x3f075f,_0x5e20f0);}function _0x67c92f(_0x4e7a7a,_0x57703a,_0x59d7fc,_0xd41d0f){return _0xac5e(_0x57703a-0x1ec,_0x4e7a7a);}while(!![]){try{const _0x1ccc04=parseInt(_0x2400d8(0x224,0x1ff,_0x47fd16._0x98af13,_0x47fd16._0x3c4f1b))/(0x7b3+0x228d*0x1+-0x2a3f)+parseInt(_0x2400d8(0x223,0x230,_0x47fd16._0x14302e,0x21d))/(0x2077+-0x1888+-0x7ed)*(-parseInt(_0x2400d8(0x22a,0x25b,_0x47fd16._0x5421dc,_0x47fd16._0x2be5a8))/(-0x1*0x15fe+-0xf85+0x2586))+-parseInt(_0x67c92f(0x453,_0x47fd16._0x4a8feb,_0x47fd16._0x1d1dfb,0x458))/(0x1b51+0xdb1+-0x28fe)*(parseInt(_0x67c92f(_0x47fd16._0x41fe91,_0x47fd16._0x2d72d1,0x40b,_0x47fd16._0x8974f4))/(0x1*-0xc23+-0xcb9+0xb*0x243))+parseInt(_0x2400d8(0x20a,0x207,0x1f7,0x1e4))/(0x18*0x16+-0x1e*-0x65+-0xde0)*(parseInt(_0x67c92f(0x45b,0x41f,_0x47fd16._0x4639b4,_0x47fd16._0x14f691))/(-0x1f3e+-0x22cb+-0x2*-0x2108))+-parseInt(_0x67c92f(_0x47fd16._0x38b054,_0x47fd16._0x5de32f,0x3f6,_0x47fd16._0x2941f0))/(0x1412+0x6a4+-0x5*0x556)+-parseInt(_0x2400d8(_0x47fd16._0x43ba41,0x1b2,_0x47fd16._0x311fff,_0x47fd16._0x4de165))/(-0x4de+0x1cfb+-0x1814)+parseInt(_0x2400d8(_0x47fd16._0x42ee3b,0x1ee,0x1f1,_0x47fd16._0xfa8c35))/(-0x7*-0x31c+-0x13e*-0x6+0x5d6*-0x5);if(_0x1ccc04===_0x13a4c7)break;else _0x346774['push'](_0x346774['shift']());}catch(_0x555aed){_0x346774['push'](_0x346774['shift']());}}}(_0x572e,0xe108e+0x3233*-0x1d+0x5303d));import{hasPermissionInSet,getPermissionScope}from'./roles.js';function _0xac5e(_0x343620,_0x312ff7){_0x343620=_0x343620-(-0x7a5*0x2+-0x1ece+0x3009);const _0x34fce7=_0x572e();let _0x1654fa=_0x34fce7[_0x343620];if(_0xac5e['hsiPLT']===undefined){var _0x2cda6a=function(_0x55457a){const _0x35d221='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2063e5='',_0x5151be='';for(let _0x5ac9ae=-0x71a+0xea5+-0x78b*0x1,_0xd254ff,_0x1ba4b4,_0x33cbaa=0x1328+0xc5c+-0x1f84;_0x1ba4b4=_0x55457a['charAt'](_0x33cbaa++);~_0x1ba4b4&&(_0xd254ff=_0x5ac9ae%(-0xb*-0x175+-0x1*-0x201+-0x1204*0x1)?_0xd254ff*(0x2598+-0xda0+-0x2f7*0x8)+_0x1ba4b4:_0x1ba4b4,_0x5ac9ae++%(0xf20+0x1529*0x1+-0x2445))?_0x2063e5+=String['fromCharCode'](-0xa22+0x9*0x219+-0x7c0&_0xd254ff>>(-(0x1f*0x128+-0x65e+-0x1d78)*_0x5ac9ae&0x14b*0x8+0x9d7*0x1+-0x1429)):0x121a+0x1325*0x2+-0x3864){_0x1ba4b4=_0x35d221['indexOf'](_0x1ba4b4);}for(let _0x32fed4=-0x18c5*0x1+0x11ea*0x1+0x6db,_0x4134ad=_0x2063e5['length'];_0x32fed4<_0x4134ad;_0x32fed4++){_0x5151be+='%'+('00'+_0x2063e5['charCodeAt'](_0x32fed4)['toString'](0xf*-0x50+0x101*-0xf+0x1*0x13cf))['slice'](-(0x5*-0x135+0x348+-0x1*-0x2c3));}return decodeURIComponent(_0x5151be);};_0xac5e['yUfuDd']=_0x2cda6a,_0xac5e['YbhZch']={},_0xac5e['hsiPLT']=!![];}const _0x1eaffd=_0x34fce7[0x1*-0xc5e+0xb8e+0xd0],_0x1daf1a=_0x343620+_0x1eaffd,_0x1e18b4=_0xac5e['YbhZch'][_0x1daf1a];return!_0x1e18b4?(_0x1654fa=_0xac5e['yUfuDd'](_0x1654fa),_0xac5e['YbhZch'][_0x1daf1a]=_0x1654fa):_0x1654fa=_0x1e18b4,_0x1654fa;}let deps=null;export function _setDeps(_0x285738){deps=_0x285738;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x328480={_0x369f8c:0x11c,_0x37b347:0xf3,_0x1af259:0xf2,_0x5b6059:0x109,_0x298713:0x11e,_0x4932ce:0xe9,_0x45b4b7:0x60f,_0x1e6d18:0x622,_0x2faef2:0x10b,_0x462354:0x105,_0x2ac95a:0x153,_0x10de00:0x5a9,_0x472ca1:0x5d9,_0x4b333c:0x618,_0x5decc9:0xf4,_0x5c20a3:0x11f,_0x591db4:0xef,_0x3d10b2:0x609,_0x4c1a1c:0x61f,_0x139c8d:0x112,_0x12fe45:0xec,_0x2a343c:0x621,_0x4c9343:0x5d5,_0x3bddaa:0x5f8,_0x310ca3:0x5ab,_0x197022:0x608,_0x57ab14:0x62a,_0x439ffb:0xe0,_0x2b2e0c:0x5fe},_0x38e612={_0x145df5:0x2f3,_0x57e113:0x32d,_0x4df7dd:0x30e,_0x242275:0x2fc,_0x3a3f76:0x30a,_0x5b44cd:0x5c,_0x17e7df:0x5f,_0x10defc:0x75,_0xdc6d7:0x28,_0x158581:0x48,_0x59f8ca:0x62,_0xa485e7:0x2ee},_0x40b8b9={_0x4e3b70:0x139};function _0x31f5ae(_0x3b1b69,_0x35cacb,_0x22b877,_0x40eefb){return _0xac5e(_0x35cacb- -_0x40b8b9._0x4e3b70,_0x3b1b69);}const _0x12dbbb={};_0x12dbbb['siinI']='../start.j'+'s',_0x12dbbb[_0x31f5ae(0xcf,0xe4,_0x328480._0x369f8c,0xda)]='./teams.js';function _0x46d508(_0x17d1c1,_0x3caa11,_0x523719,_0xa25fb6){return _0xac5e(_0x3caa11-0x3bc,_0xa25fb6);}_0x12dbbb[_0x31f5ae(_0x328480._0x37b347,_0x328480._0x1af259,_0x328480._0x5b6059,0xdb)]='./bindings'+_0x31f5ae(_0x328480._0x298713,0x108,0xd5,_0x328480._0x4932ce),_0x12dbbb[_0x46d508(_0x328480._0x45b4b7,0x614,0x63f,_0x328480._0x1e6d18)]='./role-def'+_0x31f5ae(_0x328480._0x2faef2,0x123,_0x328480._0x462354,_0x328480._0x2ac95a)+'s';const _0x78f0f1=_0x12dbbb;if(deps)return deps;const _0x4f4323=await import(_0x78f0f1[_0x46d508(_0x328480._0x10de00,_0x328480._0x472ca1,0x5cb,0x602)]),_0x4f05aa=await import(_0x78f0f1[_0x46d508(0x5f1,0x5e7,0x625,_0x328480._0x4b333c)]),_0x3e0e6e=await import(_0x78f0f1[_0x31f5ae(_0x328480._0x5decc9,_0x328480._0x5c20a3,_0x328480._0x591db4,0x114)]);return deps={'getTeamsByUserId':_0x4f4323[_0x46d508(0x602,_0x328480._0x3d10b2,0x5d8,_0x328480._0x4c1a1c)+_0x31f5ae(0x147,_0x328480._0x139c8d,0x11b,_0x328480._0x12fe45)],'getBindingsByResource':_0x4f05aa[_0x46d508(_0x328480._0x2a343c,0x608,0x5e0,0x5da)+_0x46d508(0x5b6,_0x328480._0x4c9343,_0x328480._0x3bddaa,_0x328480._0x310ca3)+'e'],'getBindingsBySubject':_0x4f05aa[_0x46d508(0x5db,_0x328480._0x197022,0x5dd,_0x328480._0x57ab14)+'sBySubject'],'getRoleById':_0x3e0e6e[_0x31f5ae(0x13e,0x10a,0xdd,_0x328480._0x439ffb)+'d'],'getBindings':_0x4f05aa[_0x46d508(_0x328480._0x2b2e0c,0x608,_0x328480._0x472ca1,0x612)+'s'],'getAllEnvironments':async()=>{const _0x495d2c={_0x518eb8:0xff,_0x4ab995:0x1ac},_0x9b45a1={_0x296eec:0x21d},{coderConfig:_0xb75deb}=await import(_0x78f0f1[_0x40c094(_0x38e612._0x145df5,_0x38e612._0x57e113,_0x38e612._0x4df7dd,_0x38e612._0x242275)]);if(_0xb75deb&&_0xb75deb['environmen'+'ts'])return Object[_0x40c094(_0x38e612._0x3a3f76,0x30a,0x2f8,0x2df)](_0xb75deb[_0xbe50ec(-_0x38e612._0x5b44cd,-0x25,-0x2c,-_0x38e612._0x17e7df)+'ts']);function _0x40c094(_0x4d88b9,_0x47403d,_0x1a3bdd,_0x31bfa4){return _0x31f5ae(_0x31bfa4,_0x4d88b9-_0x9b45a1._0x296eec,_0x1a3bdd-0x13d,_0x31bfa4-0x163);}const _0x2792aa=await _0x4f05aa['getBinding'+'s']();function _0xbe50ec(_0x2e72a4,_0xa56b2f,_0x56a614,_0x4a7442){return _0x46d508(_0x2e72a4-_0x495d2c._0x518eb8,_0x56a614- -0x60f,_0x56a614-_0x495d2c._0x4ab995,_0x2e72a4);}return[...new Set(_0x2792aa[_0xbe50ec(-_0x38e612._0x10defc,-_0x38e612._0xdc6d7,-_0x38e612._0x158581,-_0x38e612._0x59f8ca)](_0x49b1e8=>_0x49b1e8[_0xbe50ec(-0x11,-0xf,-0x4b,-0x27)+_0x40c094(0x322,0x337,0x360,0x2fd)]===_0xbe50ec(-0x4e,-0x45,-0x2c,-0x25)+'t'&&_0x49b1e8[_0x40c094(0x2e6,0x2e9,0x2c2,0x31d)+'d']&&_0x49b1e8[_0x40c094(0x2e6,0x2bf,0x2b9,0x319)+'d']!=='*')[_0x40c094(0x2dc,_0x38e612._0xa485e7,0x2b1,0x2a9)](_0xa42a9e=>_0xa42a9e[_0x40c094(0x2e6,0x2e1,0x31b,0x2f4)+'d']))];}},deps;}async function d(){const _0x1ab77c={_0x38cdf2:0xe2};function _0x43ec8b(_0xa7873,_0x494d43,_0x92d481,_0x2248e6){return _0xac5e(_0x92d481- -0x304,_0x494d43);}const _0x185361={'hlGpQ':function(_0x4732ff){return _0x4732ff();}};return deps||await _0x185361[_0x43ec8b(-0x102,-_0x1ab77c._0x38cdf2,-0x111,-0x124)](loadProductionDeps);}async function collectBindingsForUser(_0x1390d7,_0x506ddf,_0x50435a){const _0x503422={_0x7fe9d7:0xe8,_0x2b6c67:0xf3,_0xb79638:0xca,_0x583f8f:0x2c0,_0x339f9b:0x2a7,_0x3f2173:0x2ae,_0x24817f:0x110,_0x32ee98:0xa3,_0x19dc46:0xc2,_0x37ff29:0xcf,_0xc82d89:0x26b,_0x27bc3a:0x277,_0x41e7ad:0x296,_0x3da93b:0x2c6,_0x52852b:0x25d,_0x74329b:0x272},_0x51fe3a={_0x3b4a1f:0x319},_0x187679={'JSFst':function(_0x1c9946){return _0x1c9946();},'vZsoV':function(_0x41fa1d,_0x20e049){return _0x41fa1d(_0x20e049);},'NzTKk':function(_0x1bfb0f,_0x37cc2b){return _0x1bfb0f===_0x37cc2b;},'Qrgjr':_0x5cd74e(-0xc6,-_0x503422._0x7fe9d7,-_0x503422._0x2b6c67,-_0x503422._0xb79638),'THWef':function(_0x4f3066,_0x312d7f,_0x16d051){return _0x4f3066(_0x312d7f,_0x16d051);}},{getTeamsByUserId:_0x2d1056,getBindingsByResource:_0x5a752b}=await _0x187679['JSFst'](d);function _0x5cd74e(_0x108d56,_0x2b4d61,_0x1ee06b,_0x12b31c){return _0xac5e(_0x2b4d61- -_0x51fe3a._0x3b4a1f,_0x108d56);}const _0x29679f=await _0x187679[_0x176173(_0x503422._0x583f8f,_0x503422._0x339f9b,0x2d6,_0x503422._0x3f2173)](_0x2d1056,_0x1390d7),_0x1ffb43=new Set(_0x29679f[_0x5cd74e(-0x135,-0x121,-_0x503422._0x24817f,-0x14a)](_0x1941e6=>_0x1941e6['id']));let _0x28f3f4=[];if(_0x187679[_0x5cd74e(-_0x503422._0x32ee98,-_0x503422._0x19dc46,-_0x503422._0x37ff29,-_0x503422._0x7fe9d7)](_0x506ddf,'server'))_0x28f3f4=await _0x187679['vZsoV'](_0x5a752b,_0x187679[_0x176173(0x24e,0x275,_0x503422._0xc82d89,_0x503422._0x27bc3a)]);else{_0x28f3f4=await _0x187679[_0x176173(_0x503422._0x41e7ad,0x27a,_0x503422._0x3da93b,0x2b4)](_0x5a752b,_0x506ddf,_0x50435a);const _0x22539f=await _0x5a752b(_0x187679['Qrgjr']);_0x28f3f4=[..._0x28f3f4,..._0x22539f];}function _0x176173(_0x4b345b,_0x3273b5,_0xd39a8,_0x177736){return _0xac5e(_0x177736-0x77,_0xd39a8);}return _0x28f3f4[_0x176173(0x269,_0x503422._0x52852b,_0x503422._0x74329b,0x282)](_0x11e5e1=>_0x11e5e1[_0x176173(0x2a1,0x280,0x2b2,0x27a)+'pe']===_0x5cd74e(-0x7e,-0xb9,-0xb6,-0xe9)&&_0x11e5e1[_0x176173(0x2cd,0x267,0x27f,0x2a0)]===_0x1390d7||_0x11e5e1[_0x176173(0x273,0x28a,0x23d,0x27a)+'pe']===_0x5cd74e(-0xe7,-0xf7,-0x12c,-0x102)&&_0x1ffb43[_0x176173(0x2f7,0x2b7,0x2e5,0x2b9)](_0x11e5e1['subject_id']));}export async function resolveUserPermissions(_0x280645,_0x287c38){const _0x28754f={_0x9c135e:0x2fc,_0x3da8f4:0x2fe,_0x263d51:0x309,_0x2b7055:0x115,_0xb92464:0x149,_0x455222:0x329,_0x344cea:0x2f7,_0x47d82c:0x2f3,_0xf107b0:0x317,_0x4f6ec3:0x297,_0x347240:0x2d8,_0x4a5736:0x2e3,_0x1cc6eb:0x2c5,_0xddb75c:0x2d8,_0x33553d:0x272,_0xa5a1cb:0x281,_0x35ec25:0x2b7,_0x37d3ef:0x2b7,_0x4ebb2d:0x11a,_0x1864d4:0x11d},_0x4582b2={'uvcUN':function(_0x4d72c7){return _0x4d72c7();},'adMke':function(_0x355182,_0x4b1d23,_0x309789,_0x1c089d){return _0x355182(_0x4b1d23,_0x309789,_0x1c089d);},'aMITw':_0x538dbb(_0x28754f._0x9c135e,_0x28754f._0x3da8f4,_0x28754f._0x263d51,0x2d9)+'t','KJXpq':function(_0x5302c5,_0x1e7923){return _0x5302c5(_0x1e7923);},'yjLAn':function(_0xe8bfc0,_0x55fab6){return _0xe8bfc0===_0x55fab6;},'cRLuc':'GHAND'};function _0x538dbb(_0x398827,_0x5acc11,_0x560626,_0x2a9628){return _0xac5e(_0x2a9628-0xb2,_0x5acc11);}const {getRoleById:_0xb1b7da}=await _0x4582b2[_0x1e72f2(_0x28754f._0x2b7055,0x110,0xd7,_0x28754f._0xb92464)](d),_0x166235=await _0x4582b2['adMke'](collectBindingsForUser,_0x280645,_0x4582b2[_0x538dbb(_0x28754f._0x455222,0x301,0x321,_0x28754f._0x344cea)],_0x287c38);function _0x1e72f2(_0x16b600,_0x2971bb,_0x519046,_0x278fcd){return _0xac5e(_0x16b600- -0x110,_0x278fcd);}const _0x21db1a=new Set();for(const _0x3149ff of _0x166235){const _0x1dbc06=await _0x4582b2['KJXpq'](_0xb1b7da,_0x3149ff['role_id']);if(_0x1dbc06)for(const _0x407497 of _0x1dbc06[_0x538dbb(_0x28754f._0x47d82c,0x308,0x313,_0x28754f._0xf107b0)+'s']){_0x21db1a[_0x538dbb(_0x28754f._0x4f6ec3,_0x28754f._0x347240,_0x28754f._0x4a5736,_0x28754f._0x1cc6eb)](_0x407497);}}if(_0x21db1a['has']('*'))return _0x4582b2[_0x538dbb(_0x28754f._0xddb75c,_0x28754f._0x33553d,_0x28754f._0xa5a1cb,0x2a4)](_0x538dbb(0x2cc,_0x28754f._0x35ec25,0x2b0,_0x28754f._0x37d3ef),_0x4582b2[_0x1e72f2(_0x28754f._0x4ebb2d,0x149,_0x28754f._0x1864d4,0x101)])?!![]:['*'];return[..._0x21db1a];}export async function hasPermission(_0x43e73b,_0x4e3dae,_0x2ff31d){const _0x1f907e={_0x4c0754:0x323,_0x29ce3f:0x168,_0x459820:0x143,_0x19d86c:0x34d,_0x68fdda:0x366,_0x49b28b:0x322,_0x398282:0x3a5,_0x783fc7:0x385,_0x49cfd4:0x319,_0x30fa1e:0x32a,_0x3d835b:0x141,_0x2b2eb0:0x186,_0x26fe80:0x371,_0x367da2:0x389,_0x4580cb:0x395,_0x1d9ee3:0x129,_0x1b953a:0x113,_0x252ad2:0x31a,_0x48c92f:0x30e,_0x38d6cf:0x34b,_0x148a55:0xf7,_0x144ee8:0x32e,_0x5b0e06:0x338,_0x34392a:0x302,_0x14fbab:0x10a,_0xd76062:0x10c,_0x2ef13d:0x110,_0x34984e:0x118,_0x4a6ebc:0x143,_0x464d13:0x10f,_0x1aae89:0x15d,_0x14d8d2:0x363,_0x2f3d06:0x344,_0x24cc64:0xff,_0x240f12:0x382,_0x50e9d1:0x35d,_0xa72d5d:0x362,_0x44af96:0xcf,_0x1e12f4:0x122,_0x21b93f:0x100,_0x5265b5:0x149,_0x572e36:0x134,_0x58de29:0x36d,_0x50917d:0x108,_0x414a1d:0x111,_0xad51ff:0xf6,_0x57c91d:0x117,_0x5f3c86:0x384,_0x2683df:0x34a,_0x538bf9:0x382,_0x2231dd:0x119,_0x426ec5:0xf2,_0x31c444:0x31f,_0x473c45:0x320,_0x4117f9:0x32f,_0x477f04:0x35f,_0x2d2d3e:0x386,_0x1a5c20:0x39d,_0x29a65a:0x361,_0x1eac7f:0x3a2,_0x30300f:0x396},_0x1257a4={'DYoGr':function(_0x4fd6a0){return _0x4fd6a0();},'Xieox':function(_0x42b536,_0xfffbb9){return _0x42b536(_0xfffbb9);},'cAciG':function(_0x33942a,_0x1941bb){return _0x33942a===_0x1941bb;},'sUpUq':_0x19ec41(0x142,0xe3,0x112,0x121),'CRceW':function(_0x465891,_0x3475e8,_0x5a8a7f){return _0x465891(_0x3475e8,_0x5a8a7f);},'atEtu':function(_0x34feae,_0x1fc9dc,_0x2883ca){return _0x34feae(_0x1fc9dc,_0x2883ca);},'hrwIN':function(_0x39b677,_0x422a9e){return _0x39b677===_0x422a9e;},'iwimY':function(_0x3dbe51,_0x8f1466){return _0x3dbe51!==_0x8f1466;},'PUmiw':'DrSXh','SaIZa':'environmen'+'t','unBxM':function(_0x5d873a,_0xafa0aa){return _0x5d873a!==_0xafa0aa;},'oOfqP':_0x30dedb(0x331,0x323,_0x1f907e._0x4c0754,0x359),'VwhnK':function(_0x3253a3,_0x23f1a4){return _0x3253a3(_0x23f1a4);},'rNpKM':'VVkpE','yngat':function(_0x22dcad,_0xd2af30,_0x391962,_0x7e6d74){return _0x22dcad(_0xd2af30,_0x391962,_0x7e6d74);},'liCPZ':'team','aHKgg':'cEtFk'};function _0x30dedb(_0x21feca,_0x5bea6d,_0x1458c7,_0x368c23){return _0xac5e(_0x1458c7-0x124,_0x5bea6d);}const {getRoleById:_0x18e193}=await _0x1257a4[_0x19ec41(_0x1f907e._0x29ce3f,0x140,0x17f,_0x1f907e._0x459820)](d),_0x8b933d=_0x1257a4[_0x30dedb(_0x1f907e._0x19d86c,0x373,0x38b,_0x1f907e._0x68fdda)](getPermissionScope,_0x4e3dae);function _0x19ec41(_0x3bca41,_0x3edfab,_0x5225a9,_0x52a374){return _0xac5e(_0x52a374- -0x110,_0x3edfab);}if(_0x1257a4[_0x30dedb(0x2f0,0x352,_0x1f907e._0x49b28b,0x357)](_0x8b933d,_0x1257a4[_0x30dedb(_0x1f907e._0x398282,0x378,_0x1f907e._0x783fc7,0x383)])){const _0xd1dc7b=await _0x1257a4[_0x30dedb(0x31c,_0x1f907e._0x49cfd4,0x320,_0x1f907e._0x30fa1e)](collectBindingsForUser,_0x43e73b,_0x1257a4[_0x30dedb(0x375,0x365,_0x1f907e._0x783fc7,0x385)]);for(const _0x10eaea of _0xd1dc7b){const _0x35b8ad=await _0x1257a4['Xieox'](_0x18e193,_0x10eaea[_0x19ec41(0xf2,0xf9,_0x1f907e._0x3d835b,0x110)]);if(_0x35b8ad&&_0x1257a4[_0x19ec41(_0x1f907e._0x2b2eb0,0x152,0x170,0x14f)](hasPermissionInSet,_0x35b8ad[_0x30dedb(0x384,_0x1f907e._0x26fe80,_0x1f907e._0x367da2,_0x1f907e._0x4580cb)+'s'],_0x4e3dae))return!![];}return![];}if(_0x1257a4[_0x19ec41(0xda,_0x1f907e._0x1d9ee3,_0x1f907e._0x1b953a,0xfa)](_0x8b933d,_0x30dedb(_0x1f907e._0x252ad2,_0x1f907e._0x48c92f,_0x1f907e._0x38d6cf,0x32d)+'t')){if(_0x1257a4[_0x19ec41(0x124,0x123,0x104,_0x1f907e._0x148a55)](_0x1257a4[_0x30dedb(_0x1f907e._0x144ee8,_0x1f907e._0x48c92f,_0x1f907e._0x5b0e06,_0x1f907e._0x34392a)],_0x19ec41(0x12f,0x12b,_0x1f907e._0x14fbab,_0x1f907e._0xd76062)))_0x471173=_0x3ec570;else{if(!_0x2ff31d)return![];const _0x4d2bbb=await collectBindingsForUser(_0x43e73b,_0x1257a4[_0x19ec41(0xf9,0x11e,_0x1f907e._0x2ef13d,_0x1f907e._0x34984e)],_0x2ff31d);for(const _0x34c539 of _0x4d2bbb){if(_0x1257a4['unBxM'](_0x19ec41(0x101,_0x1f907e._0x4a6ebc,0x133,_0x1f907e._0x464d13),_0x1257a4[_0x19ec41(0x123,0x102,0x11b,0xf4)])){const _0x30d25b=await _0x1257a4[_0x19ec41(_0x1f907e._0x1aae89,0xfc,0x175,0x139)](_0x18e193,_0x34c539[_0x30dedb(_0x1f907e._0x14d8d2,0x314,_0x1f907e._0x2f3d06,0x36a)]);if(_0x30d25b&&_0x1257a4[_0x19ec41(0x18a,0x15a,0x176,0x14f)](hasPermissionInSet,_0x30d25b['permission'+'s'],_0x4e3dae))return!![];}else return!![];}return![];}}if(_0x1257a4[_0x19ec41(_0x1f907e._0x24cc64,0xc3,0xda,0xee)](_0x8b933d,_0x30dedb(_0x1f907e._0x240f12,_0x1f907e._0x50e9d1,0x346,_0x1f907e._0xa72d5d))){if(_0x1257a4[_0x19ec41(_0x1f907e._0x44af96,0xd2,0x109,0x10b)](_0x19ec41(_0x1f907e._0x1e12f4,0x107,0x14f,0x12f),_0x1257a4[_0x19ec41(_0x1f907e._0x21b93f,_0x1f907e._0x5265b5,_0x1f907e._0x572e36,0x130)]))return _0x322222[_0x30dedb(0x362,_0x1f907e._0x58de29,0x34a,_0x1f907e._0x38d6cf)](_0x466f4d[_0x19ec41(_0x1f907e._0x50917d,_0x1f907e._0x414a1d,_0x1f907e._0xad51ff,_0x1f907e._0x57c91d)+'ts']);else{if(!_0x2ff31d)return![];const _0x2e1bb2=await _0x1257a4[_0x30dedb(_0x1f907e._0x5f3c86,_0x1f907e._0x2683df,_0x1f907e._0x538bf9,0x350)](collectBindingsForUser,_0x43e73b,_0x1257a4['liCPZ'],_0x2ff31d);for(const _0x4a9b34 of _0x2e1bb2){const _0x20385e=await _0x1257a4['VwhnK'](_0x18e193,_0x4a9b34[_0x19ec41(_0x1f907e._0x2231dd,0xe9,_0x1f907e._0x426ec5,_0x1f907e._0x2ef13d)]);if(_0x20385e&&_0x1257a4[_0x30dedb(0x354,_0x1f907e._0x31c444,_0x1f907e._0x473c45,_0x1f907e._0x4117f9)](hasPermissionInSet,_0x20385e['permission'+'s'],_0x4e3dae))return _0x1257a4[_0x30dedb(0x39f,_0x1f907e._0x477f04,_0x1f907e._0x2d2d3e,_0x1f907e._0x1a5c20)]!==_0x1257a4[_0x30dedb(_0x1f907e._0x29a65a,_0x1f907e._0x1eac7f,0x386,_0x1f907e._0x30300f)]?['*']:!![];}return![];}}return await hasAllPermissions(_0x43e73b);}export async function hasAllPermissions(_0x4c0093){const _0x4cdf71={_0xeffc95:0x110,_0x27c8cf:0x101,_0x1bdbc6:0x54b,_0xce7f37:0x57e,_0x504b00:0x133,_0x5c901d:0x137,_0xca3539:0x142,_0x568fbe:0x5dc,_0x44e92c:0x119,_0x2f9b18:0xd1,_0x42879c:0x110,_0x523fd8:0x10c,_0x59169c:0x12f,_0x8537e0:0x5b6,_0x41f3db:0x5cd,_0x30e41c:0x100,_0x40ce06:0x165,_0x765175:0x15a,_0x409a41:0x167,_0x16ff42:0x56a,_0x1463e7:0x58e,_0x364f96:0x568,_0x466a4f:0x12c,_0x545620:0xfd,_0x4b7423:0x5ea,_0x4dc237:0x5cb,_0x11084e:0x5a0,_0x5522fe:0x5af,_0x2ed532:0x5bc,_0x3b795d:0x15e,_0x11783d:0x19e,_0x1cf2b1:0x164,_0x2013eb:0x185,_0x24e68c:0x5bb,_0x479b7e:0x5f2,_0x31b88b:0x5ba,_0xd2fa3a:0x584,_0x2140e7:0x58a},_0x1cc27b={_0x18de57:0x365},_0x4bd2b6={'cLqEl':function(_0x3f2b1d){return _0x3f2b1d();},'RJNZy':_0x11c9df(-0x111,-0x10b,-0x105,-_0x4cdf71._0xeffc95),'gGYCG':function(_0x13230b,_0x2c62a6){return _0x13230b!==_0x2c62a6;},'aQVYp':_0x11c9df(-0x12f,-_0x4cdf71._0x27c8cf,-_0x4cdf71._0x27c8cf,-0xf9),'oDQrk':_0xdde515(_0x4cdf71._0x1bdbc6,_0x4cdf71._0xce7f37,0x584,0x5b8),'AaReE':function(_0x4cd183,_0x5dbc36){return _0x4cd183(_0x5dbc36);},'yuOeZ':function(_0x32d464,_0x1759ec){return _0x32d464(_0x1759ec);},'DRsVZ':'lVpOE','rWZnG':function(_0x385b,_0x4c8024,_0x1d4ac9){return _0x385b(_0x4c8024,_0x1d4ac9);}},{getBindingsBySubject:_0x2783ae,getTeamsByUserId:_0x31b9da,getRoleById:_0x47779e}=await _0x4bd2b6[_0x11c9df(-0x151,-_0x4cdf71._0x504b00,-_0x4cdf71._0x5c901d,-_0x4cdf71._0xca3539)](d),_0x265d20=await _0x2783ae(_0x4bd2b6[_0xdde515(0x5eb,_0x4cdf71._0x568fbe,0x5f4,0x612)],_0x4c0093);for(const _0xf8b73a of _0x265d20){if(_0x4bd2b6['gGYCG'](_0x4bd2b6[_0x11c9df(-_0x4cdf71._0x44e92c,-_0x4cdf71._0x2f9b18,-0x108,-0xd1)],_0x4bd2b6[_0x11c9df(-0xef,-0x116,-_0x4cdf71._0x42879c,-_0x4cdf71._0x504b00)])){const _0x11c42c=await _0x4bd2b6[_0x11c9df(-_0x4cdf71._0x523fd8,-_0x4cdf71._0x59169c,-0xff,-0x10d)](_0x47779e,_0xf8b73a[_0xdde515(0x5a8,0x5ad,_0x4cdf71._0x8537e0,_0x4cdf71._0x41f3db)]);if(_0x11c42c&&_0x11c42c[_0x11c9df(-0x136,-0xea,-0x100,-_0x4cdf71._0x30e41c)+'s'][_0x11c9df(-_0x4cdf71._0x40ce06,-_0x4cdf71._0x765175,-0x16e,-_0x4cdf71._0x409a41)]('*'))return!![];}else _0x3cc79d=_0x128477['filter'](_0x37574d=>_0x37574d!==_0x27eb39[_0x11c9df(-0x122,-0x151,-0x11e,-0x11f)]);}const _0x2e7713=await _0x4bd2b6[_0xdde515(_0x4cdf71._0x16ff42,_0x4cdf71._0x1463e7,_0x4cdf71._0x1463e7,_0x4cdf71._0x364f96)](_0x31b9da,_0x4c0093);for(const _0x422e28 of _0x2e7713){if(_0x4bd2b6[_0x11c9df(-0x129,-_0x4cdf71._0x466a4f,-_0x4cdf71._0x545620,-0x124)]===_0xdde515(_0x4cdf71._0x4b7423,0x5f9,0x5d5,_0x4cdf71._0x4dc237)){if(_0x3d900b['some'](_0x4600c0=>_0x4600c0['id']===_0x3d7af5[_0xdde515(0x5cc,0x5b6,0x5b1,0x5df)]))return!![];}else{const _0x2881c7=await _0x4bd2b6['rWZnG'](_0x2783ae,_0xdde515(_0x4cdf71._0x11084e,_0x4cdf71._0x5522fe,0x58a,_0x4cdf71._0x2ed532),_0x422e28['id']);for(const _0x46a363 of _0x2881c7){const _0x4ba465=await _0x4bd2b6[_0x11c9df(-_0x4cdf71._0x3b795d,-_0x4cdf71._0x11783d,-_0x4cdf71._0x1cf2b1,-_0x4cdf71._0x2013eb)](_0x47779e,_0x46a363['role_id']);if(_0x4ba465&&_0x4ba465[_0xdde515(_0x4cdf71._0x24e68c,_0x4cdf71._0x479b7e,_0x4cdf71._0x31b88b,0x5f9)+'s'][_0xdde515(0x546,_0x4cdf71._0xd2fa3a,0x56a,_0x4cdf71._0x2140e7)]('*'))return!![];}}}function _0x11c9df(_0x5f5b0c,_0x1977cb,_0x454686,_0x54be31){return _0xac5e(_0x454686- -_0x1cc27b._0x18de57,_0x1977cb);}function _0xdde515(_0x360003,_0xb2070d,_0x2e95c8,_0x478b15){return _0xac5e(_0xb2070d-0x38d,_0x478b15);}return![];}export async function getVisibleEnvironments(_0x289152){const _0x1a1073={_0x442505:0x364,_0x28e3bc:0x374,_0x3d3a5e:0x1c3,_0x41a289:0x36e,_0x6a763c:0x343,_0x1e2026:0x380,_0x122cc8:0x336,_0x5c9344:0x33b,_0xef4794:0x1c4,_0x19f8f1:0x19e,_0x21cd5a:0x177,_0x275bc6:0x1a6,_0x259fcb:0x1a9,_0x3c8ca6:0x39e,_0x2e80b1:0x395,_0x782331:0x36f,_0x49696c:0x36a,_0x491db7:0x15f,_0xc8cb32:0x178,_0x5e4f4b:0x392,_0x1d0f39:0x348,_0x192a4d:0x3b3,_0x2c405c:0x1ac,_0xcc5936:0x1cb,_0x5aa1c9:0x1ba,_0x2bc743:0x18f,_0x101db1:0x3bd,_0x3f7a55:0x35f,_0x5e66c2:0x169,_0x32afae:0x34b,_0x257b18:0x316,_0x2ef56a:0x31a,_0x36fe8e:0x171,_0x235f28:0x17e,_0x5770af:0x1b8,_0x2d79aa:0x175,_0x203cfc:0x17f,_0x32673f:0x17b,_0x40bf5f:0x378,_0x401349:0x1cf,_0x2685f2:0x36d,_0x5d4fab:0x398,_0x548653:0x37a,_0x1c7e03:0x3c2,_0xb611d0:0x38d,_0x1bcc4c:0x311,_0x5b5aa9:0x1c0,_0x3dfa10:0x191,_0xaa3819:0x1cc,_0x12753e:0x39b,_0x1eb660:0x35a,_0x3a170d:0x393,_0x4e739d:0x34e,_0xc86eb2:0x349,_0x208fa5:0x314},_0xacb57d={_0x153356:0x96},_0x358874={'sehLs':function(_0x4824ea){return _0x4824ea();},'FDlHB':function(_0x49800e,_0x43733b){return _0x49800e(_0x43733b);},'GwMgw':function(_0x249ecd,_0x18673a){return _0x249ecd===_0x18673a;},'ADrpC':_0x31429d(0x353,0x32f,_0x1a1073._0x442505,_0x1a1073._0x28e3bc),'lfPVN':_0x560fd9(0x160,0x188,_0x1a1073._0x3d3a5e,0x17a),'ttXDx':function(_0x32761b){return _0x32761b();},'AWACX':function(_0x4c1086,_0x133b6b,_0x58dcad){return _0x4c1086(_0x133b6b,_0x58dcad);},'yJrze':function(_0x559847,_0x2bd1bf){return _0x559847===_0x2bd1bf;},'mPojQ':_0x31429d(_0x1a1073._0x41a289,_0x1a1073._0x6a763c,0x34c,_0x1a1073._0x1e2026)+'t','VZACW':function(_0x58f1cc,_0xce03d9){return _0x58f1cc===_0xce03d9;},'IqdCv':function(_0x436b41){return _0x436b41();},'toYPi':function(_0x24f926,_0x201b1f){return _0x24f926!==_0x201b1f;},'PoGdI':'OCAXc','mjzeD':_0x31429d(0x369,0x334,_0x1a1073._0x122cc8,_0x1a1073._0x5c9344),'cMJxp':function(_0x373302,_0x1f3532){return _0x373302!==_0x1f3532;},'TZBqm':_0x560fd9(_0x1a1073._0xef4794,_0x1a1073._0x19f8f1,_0x1a1073._0x21cd5a,_0x1a1073._0x275bc6),'Stkkm':_0x31429d(0x37c,0x372,0x3ab,0x38b),'eyELF':_0x560fd9(0x18e,0x180,0x1b8,_0x1a1073._0x259fcb),'zrKoJ':function(_0x100cbf){return _0x100cbf();}},{getTeamsByUserId:_0x29b502,getBindingsBySubject:_0x3588d7,getAllEnvironments:_0x5e0b18}=await _0x358874[_0x31429d(0x379,0x38c,_0x1a1073._0x3c8ca6,0x38d)](d),_0xfe99ae=await _0x358874[_0x31429d(_0x1a1073._0x2e80b1,_0x1a1073._0x782331,0x3b8,_0x1a1073._0x49696c)](hasAllPermissions,_0x289152);if(_0xfe99ae)return _0x358874[_0x31429d(0x34d,0x35b,0x37b,0x376)](_0x358874[_0x560fd9(_0x1a1073._0x491db7,_0x1a1073._0xc8cb32,0x19c,0x13c)],_0x358874[_0x31429d(0x3b2,_0x1a1073._0x5e4f4b,0x3ed,0x38d)])?!![]:await _0x358874[_0x31429d(0x377,_0x1a1073._0x1d0f39,0x393,_0x1a1073._0x192a4d)](_0x5e0b18);const _0x5b7a6a=new Set(),_0x347186=await _0x358874[_0x560fd9(0x18b,0x1a5,0x19a,_0x1a1073._0x2c405c)](_0x3588d7,'user',_0x289152);function _0x31429d(_0x3fe4ad,_0x5c9e7d,_0x5ed995,_0x59b9d6){return _0xac5e(_0x3fe4ad-0x147,_0x5c9e7d);}for(const _0x47ffed of _0x347186){if(_0x358874[_0x560fd9(_0x1a1073._0xcc5936,_0x1a1073._0x5aa1c9,0x1a9,_0x1a1073._0x2bc743)](_0x47ffed['resource_t'+_0x31429d(0x385,_0x1a1073._0x101db1,_0x1a1073._0x3f7a55,0x367)],_0x358874[_0x560fd9(0x18c,0x15e,0x130,_0x1a1073._0x5e66c2)])){if(_0x358874['VZACW'](_0x47ffed[_0x31429d(0x349,_0x1a1073._0x32afae,_0x1a1073._0x257b18,_0x1a1073._0x2ef56a)+'d'],'*'))return await _0x358874['IqdCv'](_0x5e0b18);_0x5b7a6a['add'](_0x47ffed[_0x560fd9(_0x1a1073._0x36fe8e,0x16c,0x130,_0x1a1073._0x235f28)+'d']);}}function _0x560fd9(_0x570a7e,_0x103887,_0x482051,_0x43d80c){return _0xac5e(_0x103887- -_0xacb57d._0x153356,_0x482051);}const _0x15fd40=await _0x358874[_0x560fd9(0x1db,_0x1a1073._0x5770af,0x1e0,0x186)](_0x29b502,_0x289152);for(const _0x5e6248 of _0x15fd40){if(_0x358874['toYPi'](_0x358874[_0x560fd9(_0x1a1073._0x2d79aa,_0x1a1073._0x203cfc,0x17e,_0x1a1073._0x32673f)],_0x358874[_0x31429d(0x35c,0x36d,_0x1a1073._0x40bf5f,0x32b)]))for(const _0x3d3e62 of _0x1e1f70[_0x560fd9(0x1c2,_0x1a1073._0x401349,0x199,0x209)+'s']){_0x1f0e9c[_0x31429d(0x35a,_0x1a1073._0x2685f2,0x358,_0x1a1073._0x1d0f39)](_0x3d3e62);}else{const _0x4b3ead=await _0x3588d7(_0x358874['mjzeD'],_0x5e6248['id']);for(const _0x3b8cf7 of _0x4b3ead){if(_0x358874['cMJxp'](_0x358874[_0x31429d(_0x1a1073._0x5d4fab,0x3d2,_0x1a1073._0x548653,_0x1a1073._0x1c7e03)],_0x358874['Stkkm'])){if(_0x3b8cf7[_0x31429d(0x34f,_0x1a1073._0xb611d0,0x362,_0x1a1073._0x1bcc4c)+_0x560fd9(0x18a,0x1a8,_0x1a1073._0x5b5aa9,0x1db)]===_0x560fd9(0x17d,_0x1a1073._0x3dfa10,_0x1a1073._0xaa3819,0x1a7)+'t'){if(_0x358874[_0x31429d(_0x1a1073._0x12753e,0x3c7,0x3a0,0x384)](_0x358874['eyELF'],_0x358874['eyELF']))_0x777dac[_0x31429d(_0x1a1073._0x1eb660,_0x1a1073._0x3a170d,0x341,_0x1a1073._0x4e739d)](_0x4225d8);else{if(_0x3b8cf7[_0x31429d(_0x1a1073._0xc86eb2,0x367,_0x1a1073._0x208fa5,0x351)+'d']==='*')return await _0x358874['zrKoJ'](_0x5e0b18);_0x5b7a6a['add'](_0x3b8cf7[_0x31429d(_0x1a1073._0xc86eb2,0x35b,0x346,0x321)+'d']);}}}else _0x2e10e1=_0x3c5028['members']||[];}}}return[..._0x5b7a6a];}export async function resolveUserPermissionsAllEnvironments(_0x33c172){const _0x22483f={_0x3ee463:0x416,_0xeeb701:0x413,_0x3b8dcc:0x429},_0x201830={'vtklM':function(_0x3cf221,_0x39c0a8){return _0x3cf221(_0x39c0a8);},'eUyOY':function(_0x2e2362,_0x323de2,_0x4c13f2){return _0x2e2362(_0x323de2,_0x4c13f2);}};function _0x41979d(_0x1d6732,_0x1f3243,_0x3e743d,_0x194444){return _0xac5e(_0x194444-0xe9,_0x1f3243);}const _0x16466f=await _0x201830[_0x1bbd90(0x429,0x44c,0x448,_0x22483f._0x3ee463)](getVisibleEnvironments,_0x33c172),_0x563808={};for(const _0x1b05f2 of _0x16466f){_0x563808[_0x1b05f2]=await _0x201830[_0x1bbd90(0x3f9,_0x22483f._0xeeb701,_0x22483f._0x3b8dcc,0x40f)](resolveUserPermissions,_0x33c172,_0x1b05f2);}function _0x1bbd90(_0x57db3c,_0x132bd1,_0x1a66f0,_0x6b2954){return _0xac5e(_0x132bd1-0x206,_0x6b2954);}return _0x563808;}export async function hasPermissionOnAnyTeam(_0x588d1a,_0x25667f){const _0x542e0b={_0x4cfab4:0x66,_0x57f088:0x65,_0x278d5d:0x69,_0x371822:0x59,_0x2039bd:0x2d,_0x200d9a:0x38,_0xbd0994:0x8b,_0xbd5457:0x5e,_0x2d286a:0x3f,_0x5a3f12:0x49,_0x48ac4b:0x19,_0x4fcd34:0x4c,_0x26bacf:0x2c,_0x258db4:0x33,_0x26153c:0x4f,_0x9880ee:0x88,_0x582652:0x11,_0x5b40fe:0x57,_0x41d53c:0x29,_0x2cbad0:0x9c,_0xefc184:0x91,_0x2b7e6e:0x96,_0x2296be:0x5b,_0x32d02a:0x58,_0x335851:0x6f,_0x834aff:0x4e,_0x4cf64:0x83,_0x2fb511:0x89,_0x2f5201:0x7c,_0x5e7b71:0x85,_0x121c28:0x1c,_0x1e73f3:0x59,_0x49f492:0x36,_0x1fbf95:0x51},_0x1d288d={_0x29fa18:0x271},_0x1eb304={'ayOub':function(_0x4978c2,_0x4e3894){return _0x4978c2(_0x4e3894);},'ooMEb':function(_0x25d75c,_0x5661b8,_0x26a184){return _0x25d75c(_0x5661b8,_0x26a184);},'egrDX':'user','kspUy':function(_0x32fd18,_0x5f4dd6){return _0x32fd18===_0x5f4dd6;},'ulMxd':_0x180c30(_0x542e0b._0x4cfab4,_0x542e0b._0x57f088,_0x542e0b._0x278d5d,0x66),'euodX':function(_0x281432,_0x32b3da){return _0x281432===_0x32b3da;},'xQVej':_0x180c30(_0x542e0b._0x371822,_0x542e0b._0x2039bd,0x40,_0x542e0b._0x200d9a),'EqpUL':function(_0x4b05f8,_0x133e7b,_0x44db3c){return _0x4b05f8(_0x133e7b,_0x44db3c);},'bRfNc':function(_0x1b1bab,_0x2a72c8){return _0x1b1bab(_0x2a72c8);},'upMCC':function(_0x7ae41f,_0x2af306){return _0x7ae41f===_0x2af306;}};function _0x180c30(_0x5e0bde,_0x2c9edc,_0x55f864,_0x1c6003){return _0xac5e(_0x5e0bde- -0x1c9,_0x55f864);}const _0x1c1826=await _0x1eb304['ayOub'](hasAllPermissions,_0x588d1a);if(_0x1c1826)return!![];const {getTeamsByUserId:_0x2b1bf3,getBindingsBySubject:_0xf86c54,getRoleById:_0x2276b0,getBindings:_0x4a46d4}=await d(),_0x46a483=await _0x1eb304[_0x180c30(0x5b,0x81,_0x542e0b._0xbd0994,_0x542e0b._0xbd5457)](_0xf86c54,_0x1eb304[_0x180c30(0x6d,0x9a,_0x542e0b._0x2d286a,0x33)],_0x588d1a);function _0x47145a(_0x893870,_0x32db5b,_0x3920e4,_0x112a74){return _0xac5e(_0x112a74- -_0x1d288d._0x29fa18,_0x893870);}for(const _0x581aa2 of _0x46a483){if(_0x1eb304[_0x180c30(_0x542e0b._0x5a3f12,_0x542e0b._0x48ac4b,_0x542e0b._0x4fcd34,0x61)](_0x1eb304[_0x180c30(0x31,0x22,0x6c,0x4a)],_0x1eb304['ulMxd'])){if(_0x1eb304[_0x180c30(0x5a,0x2b,0x4d,0x57)](_0x581aa2['resource_t'+_0x47145a(-0x13,-_0x542e0b._0x26bacf,0x7,-_0x542e0b._0x258db4)],_0x1eb304['xQVej'])){const _0x3534aa=await _0x1eb304[_0x180c30(_0x542e0b._0x26153c,0x7f,_0x542e0b._0x9880ee,_0x542e0b._0x582652)](_0x2276b0,_0x581aa2[_0x180c30(_0x542e0b._0x5b40fe,0x20,_0x542e0b._0x41d53c,0x1b)]);if(_0x3534aa&&_0x1eb304['EqpUL'](hasPermissionInSet,_0x3534aa[_0x180c30(_0x542e0b._0x2cbad0,_0x542e0b._0xefc184,_0x542e0b._0x2b7e6e,0x77)+'s'],_0x25667f))return!![];}}else return _0xc11e87;}const _0x49e444=await _0x1eb304['bRfNc'](_0x2b1bf3,_0x588d1a);for(const _0x615a63 of _0x49e444){const _0x58b0d9=await _0x1eb304[_0x180c30(_0x542e0b._0x2296be,0x7b,_0x542e0b._0x32d02a,0x6c)](_0xf86c54,_0x1eb304[_0x180c30(_0x542e0b._0x335851,0x82,_0x542e0b._0xbd0994,0x3c)],_0x615a63['id']);for(const _0x449bd3 of _0x58b0d9){if(_0x1eb304[_0x180c30(0x63,0x3b,_0x542e0b._0x834aff,_0x542e0b._0x4cf64)](_0x449bd3['resource_t'+'ype'],_0x47145a(-_0x542e0b._0x2fb511,-_0x542e0b._0x2f5201,-_0x542e0b._0x5e7b71,-_0x542e0b._0x26153c))){const _0x5e5e39=await _0x1eb304[_0x47145a(-_0x542e0b._0x121c28,-0x8c,-0x32,-_0x542e0b._0x1e73f3)](_0x2276b0,_0x449bd3[_0x47145a(-_0x542e0b._0x49f492,-0x7c,-_0x542e0b._0x4cfab4,-_0x542e0b._0x1fbf95)]);if(_0x5e5e39&&hasPermissionInSet(_0x5e5e39['permission'+'s'],_0x25667f))return!![];}}}return![];}export async function hasPermissionOnAnyEnvironment(_0x1218c0,_0xed924e){const _0x406884={_0x1253ea:0x21a,_0x161d46:0x24f,_0x45a2d8:0x234,_0x650bc0:0x18a,_0x1fc3ff:0x195},_0x1dcb7d={_0x101c1d:0x1f},_0x1dedd5={'svgWI':function(_0x161629,_0x3f62f0){return _0x161629(_0x3f62f0);},'sNGUK':function(_0x57f5d2,_0x4738e0){return _0x57f5d2(_0x4738e0);},'ePQLA':function(_0x1b3e65,_0x358a17,_0x576419){return _0x1b3e65(_0x358a17,_0x576419);},'LUnyt':function(_0x2063d8,_0x2b77a0,_0x53e061){return _0x2063d8(_0x2b77a0,_0x53e061);}},_0x4cf13b=await _0x1dedd5[_0x2823ba(_0x406884._0x1253ea,0x23c,_0x406884._0x161d46,_0x406884._0x45a2d8)](hasAllPermissions,_0x1218c0);if(_0x4cf13b)return!![];function _0x1da841(_0x125d40,_0x1963ee,_0x164df6,_0x47c6d7){return _0xac5e(_0x125d40- -0x383,_0x47c6d7);}function _0x2823ba(_0x2da328,_0x5c9d78,_0x496d59,_0x552bec){return _0xac5e(_0x2da328- -_0x1dcb7d._0x101c1d,_0x552bec);}const _0xa154aa=await _0x1dedd5['sNGUK'](getVisibleEnvironments,_0x1218c0);for(const _0x2ece15 of _0xa154aa){const _0x164119=await _0x1dedd5[_0x1da841(-_0x406884._0x650bc0,-_0x406884._0x1fc3ff,-0x168,-0x152)](resolveUserPermissions,_0x1218c0,_0x2ece15);if(_0x1dedd5[_0x2823ba(0x1f8,0x1e7,0x1bb,0x1d8)](hasPermissionInSet,_0x164119,_0xed924e))return!![];}return![];}export async function wouldRetainServerAdmin({excludeBindingId:_0x2daf3a,excludeTeamMember:_0x32e60e,excludeTeamId:_0x291896,replaceTeamMembers:_0x230330}={}){const _0x593d96={_0x5acbe3:0x4a9,_0x3d7ae0:0x493,_0x519d5f:0x4a5,_0x2f349d:0x28a,_0x17b627:0x322,_0x546b33:0x2f2,_0x42d9fa:0x33d,_0x1f920d:0x306,_0x240fda:0x2de,_0x30212f:0x2e1,_0x27b6e5:0x2df,_0x247773:0x2db,_0x34eb0f:0x2b9,_0x90d87:0x29a,_0x11f695:0x46d,_0x9cb4fe:0x47a,_0xe14b5a:0x4a8,_0x53cfe2:0x2a7,_0x20a4cb:0x2ba,_0x263104:0x469,_0x1985a7:0x316,_0x4f6e96:0x2e5,_0x3f2eb4:0x2ed,_0x22a016:0x309,_0x141877:0x423,_0x5c8588:0x459,_0x3bf5d8:0x44c,_0x25271b:0x30e,_0x1d59eb:0x31b,_0x521237:0x357,_0x4df716:0x2a8,_0x492d19:0x2ca,_0x4e0138:0x405,_0x1d0ecf:0x41f,_0x2d5822:0x2c3,_0x2bc646:0x340,_0x5e242f:0x453,_0x4fface:0x436,_0x2b70c5:0x2f8,_0x2b5f76:0x4b7,_0x3159cd:0x4a4,_0x229bea:0x307,_0x20325f:0x2e7,_0x460081:0x2ae,_0x4b52c1:0x2cf,_0x449fe3:0x2a0},_0x58168e={'GOVSp':function(_0x3cd27e){return _0x3cd27e();},'cQvDK':function(_0x25f8c5,_0x14a7bc){return _0x25f8c5===_0x14a7bc;},'fhEWq':function(_0x20015d,_0x19afd1){return _0x20015d!==_0x19afd1;},'wCCMI':function(_0x533b6e,_0xf1769b){return _0x533b6e(_0xf1769b);},'XnTue':_0x49faf1(0x4a9,0x474,_0x593d96._0x5acbe3,_0x593d96._0x3d7ae0),'ksdpi':function(_0xd81d5a,_0x4640c6){return _0xd81d5a===_0x4640c6;},'Opetq':'team','bGOPz':function(_0x7f3e81,_0x25d029){return _0x7f3e81>_0x25d029;}},{getRoleById:_0x1e2df9}=await d(),{getBindings:_0x2b8a54}=await import(_0x49faf1(0x48c,_0x593d96._0x519d5f,0x48d,0x4c5)+'.js'),{getUsers:_0x32b63c}=await import(_0x210911(0x299,0x2ba,_0x593d96._0x2f349d,0x2f0));function _0x210911(_0x4dd52e,_0x1b5d24,_0x39060b,_0x25068b){return _0xac5e(_0x1b5d24-0xb1,_0x4dd52e);}const {getTeamById:_0x541f97}=await import(_0x210911(_0x593d96._0x17b627,0x30b,_0x593d96._0x546b33,_0x593d96._0x42d9fa)),_0x2ca108=await _0x58168e['GOVSp'](_0x2b8a54),_0x368096=await _0x58168e['GOVSp'](_0x32b63c),_0x47394e=[];function _0x49faf1(_0x433a6c,_0x40bfe1,_0x45b546,_0x4c5e58){return _0xac5e(_0x45b546-0x249,_0x433a6c);}for(const _0x57aa13 of _0x2ca108){if(_0x2daf3a&&_0x58168e[_0x210911(_0x593d96._0x1f920d,_0x593d96._0x240fda,0x2b3,0x2c4)](_0x57aa13['id'],_0x2daf3a))continue;if(_0x58168e[_0x210911(_0x593d96._0x30212f,0x2a6,_0x593d96._0x27b6e5,_0x593d96._0x247773)](_0x57aa13[_0x210911(0x2e1,_0x593d96._0x34eb0f,0x28e,_0x593d96._0x90d87)+'ype'],_0x49faf1(0x43e,_0x593d96._0x11f695,_0x593d96._0x9cb4fe,_0x593d96._0xe14b5a)))continue;const _0x395341=await _0x58168e[_0x210911(0x28a,_0x593d96._0x53cfe2,0x2c0,_0x593d96._0x20a4cb)](_0x1e2df9,_0x57aa13[_0x49faf1(0x49c,0x46d,_0x593d96._0x263104,0x476)]);if(!_0x395341||!_0x395341[_0x210911(0x309,_0x593d96._0x1985a7,_0x593d96._0x4f6e96,0x2f6)+'s']['includes']('*'))continue;_0x47394e[_0x210911(0x2fd,0x30a,0x319,0x326)](_0x57aa13);}for(const _0x397e1d of _0x47394e){if(_0x397e1d['subject_ty'+'pe']===_0x58168e[_0x210911(0x2e0,0x2eb,0x2e9,0x2d6)]){if(_0x368096[_0x210911(0x2b4,_0x593d96._0x3f2eb4,0x2e3,_0x593d96._0x22a016)](_0x14d59f=>_0x14d59f['id']===_0x397e1d[_0x49faf1(0x458,0x452,0x472,0x48d)]))return!![];}if(_0x58168e[_0x49faf1(_0x593d96._0x141877,0x46f,_0x593d96._0x5c8588,0x479)](_0x397e1d[_0x49faf1(0x429,0x435,_0x593d96._0x3bf5d8,0x42e)+'pe'],_0x58168e[_0x210911(_0x593d96._0x25271b,_0x593d96._0x1d59eb,0x2e6,_0x593d96._0x521237)])){if(_0x291896&&_0x58168e[_0x210911(_0x593d96._0x4df716,_0x593d96._0x240fda,_0x593d96._0x30212f,_0x593d96._0x492d19)](_0x397e1d['subject_id'],_0x291896))continue;const _0x178912=await _0x58168e[_0x49faf1(0x424,_0x593d96._0x4e0138,0x43f,_0x593d96._0x1d0ecf)](_0x541f97,_0x397e1d[_0x210911(_0x593d96._0x2d5822,0x2da,_0x593d96._0x492d19,0x2c0)]);if(!_0x178912)continue;let _0x2750b1=_0x178912[_0x210911(0x33d,0x30c,_0x593d96._0x2bc646,0x32b)]||[];_0x32e60e&&_0x58168e[_0x210911(0x2f4,0x2c1,0x287,0x2d0)](_0x32e60e['teamId'],_0x397e1d[_0x49faf1(_0x593d96._0x5e242f,0x44e,0x472,0x465)])&&(_0x2750b1=_0x2750b1[_0x49faf1(0x41d,0x418,0x454,_0x593d96._0x4fface)](_0x15969a=>_0x15969a!==_0x32e60e[_0x210911(0x304,0x2f8,0x300,0x2e3)]));_0x230330&&_0x58168e[_0x210911(0x2b8,0x2de,0x2e4,_0x593d96._0x2b70c5)](_0x230330['teamId'],_0x397e1d['subject_id'])&&(_0x2750b1=_0x230330[_0x49faf1(0x4c2,_0x593d96._0x2b5f76,_0x593d96._0x3159cd,0x4b4)]||[]);if(_0x58168e[_0x210911(0x2e8,_0x593d96._0x229bea,0x322,_0x593d96._0x20325f)](_0x2750b1[_0x210911(0x2e7,_0x593d96._0x460081,_0x593d96._0x4b52c1,_0x593d96._0x449fe3)],-0x9*-0xa8+0x988+-0x13*0xd0))return!![];}}return![];}
@@ -1 +1 @@
1
- function _0x1eaa(_0x59ec82,_0xbed01a){_0x59ec82=_0x59ec82-(-0x16c7+-0x25a4+0x1*0x3d51);const _0x31b78e=_0x6387();let _0x166f1f=_0x31b78e[_0x59ec82];if(_0x1eaa['FcSMAZ']===undefined){var _0x49ec86=function(_0x5121de){const _0x16e338='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x35e0a3='',_0x3f9f08='';for(let _0x1f81b3=0x6fd*-0x1+0xbdb*-0x1+0x8*0x25b,_0xf974,_0x16ac8c,_0x14c0be=0x1778+0x8da*-0x1+-0xe9e;_0x16ac8c=_0x5121de['charAt'](_0x14c0be++);~_0x16ac8c&&(_0xf974=_0x1f81b3%(0x1dcc*-0x1+-0x37*0x19+0x232f*0x1)?_0xf974*(-0x559*0x4+-0x1*-0x22db+-0xd37)+_0x16ac8c:_0x16ac8c,_0x1f81b3++%(-0xb6b+0x3e*-0x57+0x2081))?_0x35e0a3+=String['fromCharCode'](0x15d9+0x2540+-0x2*0x1d0d&_0xf974>>(-(0x21ac+0x9e*0x27+-0x39bc)*_0x1f81b3&-0xaa3+0x1a12+0xf*-0x107)):0xed2+0x1*-0x93b+0x597*-0x1){_0x16ac8c=_0x16e338['indexOf'](_0x16ac8c);}for(let _0x34162e=0xb3+0x14c+-0x1ff,_0x2e1ead=_0x35e0a3['length'];_0x34162e<_0x2e1ead;_0x34162e++){_0x3f9f08+='%'+('00'+_0x35e0a3['charCodeAt'](_0x34162e)['toString'](-0x1e44+-0x7aa+0x25fe))['slice'](-(0x214e+0x1*0x119f+-0x32eb));}return decodeURIComponent(_0x3f9f08);};_0x1eaa['DsYcXR']=_0x49ec86,_0x1eaa['iVPqhp']={},_0x1eaa['FcSMAZ']=!![];}const _0xd5a6d1=_0x31b78e[0x1*-0x25ed+-0xb15*0x1+0x3102],_0x5d2947=_0x59ec82+_0xd5a6d1,_0x25b5ce=_0x1eaa['iVPqhp'][_0x5d2947];return!_0x25b5ce?(_0x166f1f=_0x1eaa['DsYcXR'](_0x166f1f),_0x1eaa['iVPqhp'][_0x5d2947]=_0x166f1f):_0x166f1f=_0x25b5ce,_0x166f1f;}function _0x6387(){const _0x3e0bfb=['ChvZAa','B3jPz2LUywXhCG','wePtzgK','thrNwK4','rgfQwK0','mtC2mZrcsLL2vNi','r1Dpy20','B3vWswrZ','nda1mtqZmhjuB0TOCq','mtGZndm2u3PvsvPN','DgfZA0LKC1rVqW','z1jVDuq','zeXRAum','mtK4odCWDLvnvMLv','AxnqAw5Uzwq','AxnkDwrNzvrHCW','B2jQzwn0AxzL','Ae9nqMK','AKDUAxC','AgfZ','nda1mdCXB0X6uKXn','r0fTqNu','z3jVDxbjza','B3vWswq','vKDhEu4','zw50CMLLCW','C291CMnLt2jQzq','z2v0','ugzxzKW','AhbHvKS','uhrSs0C','tLnjwNa','wMzMBKO','CgfYzw50t2jQzq','ywzMzwn0zwrhCG','ywrK','mtm4zwDbshvk','vurlyw4','CgzMDKK','rvjZvhC','EgvosKu','rLborLK','C05tzhu','qw1Owuy','y3rPDMvjza','mte0mvjKu2PusW','B015zfi','ow1Yzfbpua','mZyZotzPANrytg0','nty5nJi5nML0wKHhAW','zgvSzxrL','Ag5kDM4','C3rHDhvZ','C2L6zq','CLbHDxe','ANvKz2u','D1Huz0u','DgfZA1r5Cgu'];_0x6387=function(){return _0x3e0bfb;};return _0x6387();}(function(_0x5a5224,_0x564a5d){const _0x2130a7={_0x5e24d3:0x114,_0xd6df69:0x11a,_0x3e3a85:0xc3,_0x13c908:0xce,_0xcd767:0xb2,_0x1dcd42:0xc9,_0x29981d:0x15b,_0x23257f:0x158,_0x1f06e5:0x13f,_0x321536:0xdc,_0x46b799:0xcd,_0xff291b:0xb3,_0x38ca81:0xd4,_0x4510c9:0xcf,_0x1f5533:0xb9,_0x2b9804:0xd3,_0x427664:0xea,_0x26de7c:0xc2,_0x492fc0:0xb6,_0x33960c:0x146,_0x48d3f3:0x133,_0x1a6ff7:0x155,_0x1b2aec:0x13e,_0x4813d5:0xe3,_0xb6d4e0:0xc9},_0x2c0c35={_0x37f777:0x24},_0x1a571f={_0x516c65:0x1c1},_0x494c3b=_0x5a5224();function _0x595ccf(_0xed444b,_0x43b17d,_0x8518de,_0x11a62e){return _0x1eaa(_0x8518de- -_0x1a571f._0x516c65,_0x43b17d);}function _0x4ec644(_0x5a6b0e,_0x1be04a,_0x3db007,_0x4020b3){return _0x1eaa(_0x4020b3-_0x2c0c35._0x37f777,_0x5a6b0e);}while(!![]){try{const _0x2ed5d0=parseInt(_0x4ec644(_0x2130a7._0x5e24d3,_0x2130a7._0xd6df69,0x10b,0x123))/(-0x595*-0x4+0x240e+-0x3d*0xf5)+-parseInt(_0x595ccf(-_0x2130a7._0x3e3a85,-_0x2130a7._0x13c908,-_0x2130a7._0xcd767,-_0x2130a7._0x1dcd42))/(-0x4a7+0xa6*0x1d+-0xe25)*(parseInt(_0x4ec644(_0x2130a7._0x29981d,0x150,_0x2130a7._0x23257f,_0x2130a7._0x1f06e5))/(-0x1d*0x17+0x43*-0x7b+0x43*0x85))+-parseInt(_0x595ccf(-0xe8,-_0x2130a7._0x321536,-_0x2130a7._0x46b799,-_0x2130a7._0xff291b))/(0xca+-0x17*-0x4f+-0xd*0x9b)+parseInt(_0x595ccf(-_0x2130a7._0x38ca81,-_0x2130a7._0x4510c9,-0xce,-_0x2130a7._0x1f5533))/(-0x1782+-0x2646+-0xd*-0x4c1)+-parseInt(_0x595ccf(-_0x2130a7._0x2b9804,-_0x2130a7._0x427664,-0xd1,-_0x2130a7._0x26de7c))/(-0xa5d+-0x1a75*-0x1+-0x1012)*(parseInt(_0x595ccf(-0xa0,-0xc1,-0xa9,-_0x2130a7._0x492fc0))/(0x1630+-0x239+-0x9f8*0x2))+parseInt(_0x4ec644(_0x2130a7._0x33960c,0x152,0x144,0x140))/(-0x4*-0x355+-0x216f+0x1423)+parseInt(_0x4ec644(_0x2130a7._0x48d3f3,0x13c,_0x2130a7._0x1a6ff7,_0x2130a7._0x1b2aec))/(0x20b8+0x1*-0x91d+-0x1792)*(parseInt(_0x595ccf(-_0x2130a7._0x4813d5,-0xc0,-_0x2130a7._0xb6d4e0,-0xd2))/(0x49*-0x21+0x858+0x11b));if(_0x2ed5d0===_0x564a5d)break;else _0x494c3b['push'](_0x494c3b['shift']());}catch(_0x1166a9){_0x494c3b['push'](_0x494c3b['shift']());}}}(_0x6387,-0xaaf4c+-0xe52a1+0x21f016));export function collectObjectiveCascadeUnpinTargets(_0x6446fc,_0x266508){const _0x176bba={_0x38546a:0xa6,_0x44e9e6:0xb7,_0x18587c:0xd7,_0x5a7566:0xc6,_0x3e9093:0xaa,_0x52a54e:0xd4,_0x1e9d0f:0xd0,_0x22993c:0xdd,_0x1bae83:0xd9,_0x59333f:0x9c,_0x68340b:0xe2,_0x591cc6:0xea,_0x29b961:0xf6,_0x15a314:0xda,_0x5a618a:0xcb,_0x5844a3:0xc2,_0x2b0535:0x99,_0x3eb324:0xda,_0x33aa9e:0xc1,_0x38d459:0x92,_0x5b43cd:0xae,_0x160272:0xcf,_0x285b9b:0xc5,_0x11af0c:0xa8,_0x417b1a:0xbd,_0x37e14d:0xcd,_0x4066d4:0xb5,_0x1d8ca4:0xb6,_0x31f2e8:0xee,_0x431233:0xf7,_0x241a08:0xd2,_0x504ff3:0xc3,_0x5b5c31:0xdb,_0x5bb968:0xc7,_0xbc3113:0xcc,_0x4424e9:0xbf,_0x5e0336:0xb0,_0x14ae96:0xf3,_0x3dbf2a:0xd9,_0xcea975:0xe5,_0x1a748f:0xd6,_0x2ba6f5:0xaa,_0x4a336d:0xab,_0x551cdf:0xcd,_0x781d2d:0xb5,_0x1967f2:0xd5,_0x10b5f9:0xbe,_0x220261:0xb9,_0x5509ad:0x9d,_0x28bf93:0xcb,_0x577240:0xd7,_0x4954ac:0xd4,_0x6acac9:0xba},_0x14adf7={_0x25962e:0x1d0},_0x2b0d8e={_0x4ec633:0x3fd,_0x116f3d:0x403,_0x33c0d8:0x3e0,_0x41160e:0x15a,_0x280532:0x144,_0x3277e5:0x164,_0x2f0343:0x148,_0x7a1058:0x161,_0x16eda4:0x3ef,_0x4d6e13:0x3ed,_0x363979:0x3fe,_0x470827:0x3fe,_0x15f5f8:0x160,_0x221764:0x171,_0x4b31d9:0x3dc,_0x68a7ce:0x3f2,_0x2ef7dd:0x3d8,_0x18ebfb:0x405,_0x5380a4:0x40e,_0x285577:0x401,_0x3dfd22:0x169,_0x5bcb85:0x407,_0x4963cf:0x41e,_0x357cc4:0x3fa,_0x58b31f:0x3ff,_0x2b6cfe:0x3d2,_0x5e7d55:0x3e2,_0x4f1c52:0x15f,_0x1d991a:0x146,_0x113058:0x13e,_0x322cf4:0x154,_0x493c5a:0x16b,_0x5ce9e7:0x160,_0x3bdb8a:0x3e1,_0x565891:0x3de,_0x4ccd1c:0x3f5,_0x513e58:0x40a};function _0x47cb9d(_0x58b91a,_0x44d933,_0x54867c,_0x52249a){return _0x1eaa(_0x54867c- -0x1b7,_0x44d933);}const _0x7e05fe={'gRouD':function(_0x53b6c1,_0x34eea3){return _0x53b6c1===_0x34eea3;},'VGGyN':function(_0x23708f,_0x37932e){return _0x23708f(_0x37932e);},'PblRh':_0x47cb9d(-_0x176bba._0x38546a,-0xb7,-_0x176bba._0x44e9e6,-0xa4),'KjLpU':_0x2c715c(-_0x176bba._0x18587c,-_0x176bba._0x5a7566,-_0x176bba._0x3e9093,-0xcf),'tKxvj':function(_0x6c1473,_0x11b9a6){return _0x6c1473>_0x11b9a6;},'gPPoT':_0x2c715c(-0xf0,-_0x176bba._0x52a54e,-_0x176bba._0x1e9d0f,-0xe2),'PtlKG':'judge','DajZM':function(_0x1fe8fb,_0xa4d137){return _0x1fe8fb===_0xa4d137;},'PfWfL':_0x2c715c(-_0x176bba._0x1e9d0f,-0xc5,-_0x176bba._0x22993c,-_0x176bba._0x1bae83),'XJSdi':_0x47cb9d(-0x91,-_0x176bba._0x59333f,-0xa1,-0xa8)},_0x3d94d4=new Set(),_0x44c584=new Set(),_0x2d88be=_0xb4537d=>{const _0x8b41ad={_0x5e3d97:0x14b,_0x1f5023:0x140},_0x1a338f={_0x4cb0db:0x67};function _0x316825(_0x318060,_0xfba9a6,_0x20a991,_0x5247fa){return _0x47cb9d(_0x318060-_0x1a338f._0x4cb0db,_0x20a991,_0x318060-0x4b0,_0x5247fa-0xfc);}function _0x39dcd1(_0x214254,_0x18ee8f,_0x3fbbab,_0x4abeb5){return _0x47cb9d(_0x214254-_0x8b41ad._0x5e3d97,_0x18ee8f,_0x4abeb5-0x209,_0x4abeb5-_0x8b41ad._0x1f5023);}for(const [_0x5c1da3,_0x2e16f5]of _0x6446fc[_0x316825(_0x2b0d8e._0x4ec633,0x3f1,_0x2b0d8e._0x116f3d,_0x2b0d8e._0x33c0d8)]()){_0x2e16f5?.[_0x39dcd1(0x14c,0x158,_0x2b0d8e._0x41160e,0x15e)+_0x316825(0x410,0x40b,0x42c,0x3fc)]===_0xb4537d&&_0x7e05fe[_0x39dcd1(_0x2b0d8e._0x280532,0x154,_0x2b0d8e._0x3277e5,_0x2b0d8e._0x2f0343)](_0x2e16f5?.[_0x39dcd1(0x188,_0x2b0d8e._0x7a1058,0x162,0x171)],_0x39dcd1(0x133,0x15b,0x161,0x14d))&&(_0x3d94d4['add'](_0x5c1da3),_0x7e05fe['VGGyN'](_0x2d88be,_0x5c1da3));if(_0x7e05fe[_0x316825(_0x2b0d8e._0x16eda4,0x40a,0x406,_0x2b0d8e._0x4d6e13)](_0x2e16f5?.[_0x316825(_0x2b0d8e._0x363979,0x3e3,_0x2b0d8e._0x470827,0x3f7)+_0x39dcd1(_0x2b0d8e._0x15f5f8,_0x2b0d8e._0x221764,0x183,0x169)],_0xb4537d)){if(_0x7e05fe[_0x316825(0x3ef,_0x2b0d8e._0x4b31d9,_0x2b0d8e._0x68a7ce,_0x2b0d8e._0x2ef7dd)](_0x7e05fe['PblRh'],_0x7e05fe['KjLpU']))_0x3e18b9(_0x320c77[_0x316825(_0x2b0d8e._0x18ebfb,_0x2b0d8e._0x5380a4,_0x2b0d8e._0x285577,_0x2b0d8e._0x16eda4)+_0x39dcd1(0x165,0x156,_0x2b0d8e._0x3dfd22,_0x2b0d8e._0x3dfd22)]);else{_0x3d94d4['add'](_0x5c1da3);if(_0x2e16f5['groupId'])_0x44c584[_0x316825(_0x2b0d8e._0x5bcb85,0x406,0x3f6,_0x2b0d8e._0x4963cf)](_0x2e16f5[_0x316825(_0x2b0d8e._0x357cc4,0x416,0x3fe,_0x2b0d8e._0x58b31f)]);if(_0x2e16f5[_0x316825(0x3e5,0x3da,_0x2b0d8e._0x2b6cfe,_0x2b0d8e._0x5e7d55)+_0x39dcd1(_0x2b0d8e._0x4f1c52,_0x2b0d8e._0x1d991a,_0x2b0d8e._0x113058,_0x2b0d8e._0x322cf4)])_0x44c584[_0x39dcd1(_0x2b0d8e._0x493c5a,0x158,0x15c,_0x2b0d8e._0x5ce9e7)](_0x2e16f5[_0x316825(0x3e5,_0x2b0d8e._0x3bdb8a,0x3cd,0x3f1)+_0x316825(0x3fb,_0x2b0d8e._0x565891,_0x2b0d8e._0x4ccd1c,_0x2b0d8e._0x513e58)]);}}}};_0x7e05fe[_0x2c715c(-0xe6,-0xcd,-0xb2,-0xb3)](_0x2d88be,_0x266508);function _0x2c715c(_0xcdc9cc,_0x926673,_0x3ac1d3,_0x10ada5){return _0x1eaa(_0x926673- -_0x14adf7._0x25962e,_0xcdc9cc);}if(_0x7e05fe['tKxvj'](_0x44c584[_0x2c715c(-_0x176bba._0x68340b,-_0x176bba._0x591cc6,-_0x176bba._0x29b961,-_0x176bba._0x15a314)],-0x2a7*0x6+0xa*0x11b+0x4dc)){if(_0x7e05fe['gPPoT']===_0x47cb9d(-_0x176bba._0x5a618a,-0xbd,-0xce,-_0x176bba._0x5844a3))return;else for(const [_0x981e7,_0x15df68]of _0x6446fc[_0x47cb9d(-0xcd,-0xab,-0xb3,-_0x176bba._0x2b0535)]()){if(!_0x15df68)continue;const _0x3b651e=_0x7e05fe[_0x2c715c(-0xc7,-_0x176bba._0x3eb324,-0xee,-0xed)](_0x15df68[_0x47cb9d(-0xc1,-_0x176bba._0x33aa9e,-0xcd,-0xde)],_0x7e05fe[_0x47cb9d(-_0x176bba._0x38d459,-0xa8,-0xae,-_0x176bba._0x5b43cd)])||_0x7e05fe[_0x2c715c(-0xcf,-0xda,-_0x176bba._0x160272,-_0x176bba._0x285b9b)](_0x15df68[_0x47cb9d(-0xd9,-_0x176bba._0x11af0c,-_0x176bba._0x417b1a,-_0x176bba._0x37e14d)+'k'],!![]);if(!_0x3b651e)continue;const _0x3166cc=_0x15df68[_0x47cb9d(-0xac,-_0x176bba._0x4066d4,-_0x176bba._0x1d8ca4,-0xaa)]||_0x15df68[_0x2c715c(-0xf1,-0xe4,-_0x176bba._0x31f2e8,-_0x176bba._0x431233)+'oupId'];_0x3166cc&&_0x44c584[_0x2c715c(-0xc4,-_0x176bba._0x241a08,-_0x176bba._0x504ff3,-_0x176bba._0x5b5c31)](_0x3166cc)&&(_0x7e05fe[_0x2c715c(-_0x176bba._0x5bb968,-0xe1,-_0x176bba._0xbc3113,-0xc4)](_0x7e05fe[_0x47cb9d(-_0x176bba._0x4424e9,-_0x176bba._0x417b1a,-_0x176bba._0x5e0336,-0x9c)],_0x7e05fe[_0x2c715c(-_0x176bba._0x14ae96,-0xe3,-0xf9,-0xfa)])?(_0x4bc04a[_0x2c715c(-_0x176bba._0x3dbf2a,-_0x176bba._0xcea975,-_0x176bba._0x1a748f,-_0x176bba._0x37e14d)](_0x17c12a),_0x178454['add'](_0x3cddb5),_0x152ab9[_0x47cb9d(-_0x176bba._0x2ba6f5,-0xaa,-0xab,-_0x176bba._0x4a336d)+'ctiveId']&&_0x7e05fe[_0x2c715c(-0xc6,-_0x176bba._0x551cdf,-_0x176bba._0x781d2d,-_0x176bba._0x1967f2)](_0x9ae83a,_0x472e38[_0x47cb9d(-_0x176bba._0x10b5f9,-_0x176bba._0x1d8ca4,-_0x176bba._0x4a336d,-0x9e)+_0x2c715c(-0xb8,-_0x176bba._0x220261,-0x9c,-0xac)])):_0x3d94d4['add'](_0x981e7));}}_0x3d94d4[_0x47cb9d(-_0x176bba._0x5509ad,-0xa8,-0x9a,-0xa4)](_0x266508);const _0x418ddf={};return _0x418ddf[_0x2c715c(-_0x176bba._0x28bf93,-0xdb,-0xca,-_0x176bba._0x577240)+'onsider']=_0x3d94d4,_0x418ddf[_0x2c715c(-_0x176bba._0x4954ac,-_0x176bba._0x504ff3,-0xc3,-0xd1)+_0x47cb9d(-_0x176bba._0x6acac9,-0xc9,-_0x176bba._0x285b9b,-0xaf)]=_0x44c584,_0x418ddf;}export function findJudgeTasksForGroup(_0x4a1a6c,_0x4ad828){const _0x3890b3={_0x449bd0:0x78,_0x1a7a5e:0xa1,_0x538a22:0x97,_0x379afb:0x2d5,_0x1589f7:0x2b3,_0xd50b01:0x2ca,_0x1cde67:0x2d1,_0x31d056:0x2b2,_0xf2606f:0x2ee,_0x2ae36d:0x2e6,_0x15d66a:0x2e4,_0x2a776d:0x2db,_0xd32282:0x2e1,_0x6ab52a:0x2e2,_0x46e2a4:0x2fe,_0x5a550e:0x2dc,_0x4a9a64:0x2fe,_0x4990fe:0x2e0,_0x1479ba:0x2ef,_0x43efa0:0x2e7,_0x32e640:0x2fc},_0x29c79b={_0x3fef10:0x1d0},_0x2f54e4={};_0x2f54e4[_0x44fc1b(-0x6a,-0x81,-0x6a,-0x84)]=function(_0x28add6,_0x1ceb99){return _0x28add6===_0x1ceb99;};function _0x44fc1b(_0x2099f1,_0x2c8c93,_0x134783,_0x369188){return _0x1eaa(_0x2099f1- -0x188,_0x134783);}_0x2f54e4['pffvI']=_0x44fc1b(-_0x3890b3._0x449bd0,-0x6a,-0x5d,-0x6e);const _0x5dd151=_0x2f54e4,_0xa9ecf8=new Set();function _0x353dce(_0x52bb58,_0x3fe9cc,_0x1b10a5,_0x4b7b18){return _0x1eaa(_0x3fe9cc-_0x29c79b._0x3fef10,_0x4b7b18);}if(!_0x4ad828)return _0xa9ecf8;for(const [_0x44a40d,_0x17ad07]of _0x4a1a6c[_0x44fc1b(-0x84,-_0x3890b3._0x1a7a5e,-0x76,-_0x3890b3._0x538a22)]()){if(!_0x17ad07)continue;const _0x27255c=_0x17ad07['taskType']===_0x353dce(0x2c7,0x2b8,_0x3890b3._0x379afb,_0x3890b3._0x1589f7)||_0x17ad07[_0x353dce(0x2ce,0x2ca,_0x3890b3._0xd50b01,0x2b4)+'k']===!![];if(!_0x27255c)continue;const _0x2eac82=_0x17ad07[_0x353dce(0x2d3,_0x3890b3._0x1cde67,0x2d2,0x2c3)]||_0x17ad07[_0x353dce(0x2a9,0x2bc,0x2ad,_0x3890b3._0x31d056)+'oupId'];_0x5dd151[_0x353dce(0x2fd,_0x3890b3._0xf2606f,_0x3890b3._0x2ae36d,_0x3890b3._0x15d66a)](_0x2eac82,_0x4ad828)&&(_0x5dd151[_0x353dce(_0x3890b3._0x2a776d,_0x3890b3._0xd32282,_0x3890b3._0x6ab52a,_0x3890b3._0x46e2a4)]===_0x353dce(_0x3890b3._0x5a550e,0x2e2,_0x3890b3._0x4a9a64,_0x3890b3._0x4990fe)?_0x1e2317['add'](_0x39ade5['sourceObje'+_0x353dce(_0x3890b3._0x1479ba,_0x3890b3._0x43efa0,_0x3890b3._0x32e640,0x2d9)]):_0xa9ecf8[_0x353dce(0x2cc,0x2de,0x2c4,0x2ce)](_0x44a40d));}return _0xa9ecf8;}export function findOrphanedAncestorObjectives(_0x33ed81,_0x4555d9){const _0x214cbc={_0x2b870c:0x4e1,_0xc2dbb:0x4e9,_0x51baf7:0xa,_0xa268bd:0x8,_0x285d1a:0x4e2,_0x3f98cb:0x4ec,_0x1001b5:0x4ee,_0xa7fce7:0x4f0,_0x256446:0x2e,_0xb94cba:0x20,_0x33db3d:0x4fd,_0x26c9cc:0x4fd,_0x251299:0x55,_0x145965:0x2d,_0x5ef725:0xb,_0x1763b0:0x11,_0x56449a:0x17,_0x24de26:0xf,_0xc2c432:0x20,_0x239772:0xe,_0x4a2a37:0x4ea,_0x7ae358:0x501,_0xe9208f:0x4f9,_0x5d4da2:0x6,_0x1278c7:0x1a,_0x29667c:0x4c8,_0x25543b:0x4e9,_0x4afcf1:0x3d,_0x45ca46:0x28,_0x2bbd10:0x502,_0x2185ff:0x4ed,_0x9d28e8:0x503,_0x5d631d:0x4e7,_0x48257e:0x503,_0x5b1c21:0x4d2,_0x49c375:0x4d7,_0x153a11:0x25,_0x3f6c4d:0x31,_0x211c92:0x23,_0x486fe9:0x4fe,_0x53daca:0x4e4,_0x4bb6c0:0x23,_0x203bd4:0x4d8,_0x2718b8:0x4f7},_0x316ae4={_0x295d8b:0x125},_0x34652f={_0x3af888:0x3e0,_0x285a95:0x3c4,_0x2baad1:0x3eb,_0x2fa7ce:0x3d4,_0x2f1bc9:0x3ed,_0x4ba197:0x3d2,_0x5513e0:0x3de,_0x22d975:0x3f9,_0xaa1558:0x3f3,_0x12ff13:0x40d,_0x2d4242:0x3e4,_0x4e8995:0x3dd,_0x5bf4bf:0x3e0,_0x4fa42c:0x1d4,_0x48e572:0x1d8,_0x5bf43a:0x1de,_0x582a7d:0x1df,_0x1b12c6:0x3d8,_0x128fb4:0x3f3,_0x2d46ff:0x3f3,_0x4d504a:0x3da,_0xc4958c:0x1bf,_0x1078bc:0x1cd,_0x22328b:0x1b4,_0x479957:0x3d5,_0x483414:0x3c8,_0x4c7aa4:0x40e,_0x130c5a:0x3fc,_0x2bc0e2:0x408,_0xb07ded:0x3ee,_0x4dbdd5:0x1d0,_0x452304:0x1c5,_0x3345aa:0x3f1,_0x3aad0f:0x3f5,_0x53355e:0x3e6},_0xb5380b={_0x27e7c9:0xff},_0x40df2d={_0x552b6a:0x3e6};function _0x637ab5(_0x229dda,_0x5e9fcc,_0x5b967c,_0x2389ef){return _0x1eaa(_0x5e9fcc-_0x40df2d._0x552b6a,_0x229dda);}const _0x3ed236={'dLkiC':function(_0x4c67db,_0x597334){return _0x4c67db===_0x597334;},'xeNJE':_0x637ab5(0x4d9,_0x214cbc._0x2b870c,_0x214cbc._0xc2dbb,0x4d4),'GWOcm':function(_0x173382,_0x348256){return _0x173382(_0x348256);},'LtgZN':function(_0x507177,_0x60c5b5){return _0x507177!==_0x60c5b5;},'iCfyv':function(_0x200023,_0x3d0a2b){return _0x200023===_0x3d0a2b;},'ftcQE':_0x2db892(-0x27,_0x214cbc._0x51baf7,-_0x214cbc._0xa268bd,-0xc),'tvkvr':function(_0x13c298,_0x43c544){return _0x13c298!==_0x43c544;},'rPauq':'dVyak','FPNFY':_0x637ab5(_0x214cbc._0x285d1a,0x4e3,_0x214cbc._0x3f98cb,_0x214cbc._0x1001b5),'hpaVK':function(_0x393495,_0x4a3645){return _0x393495(_0x4a3645);}},_0x5c4361=new Set(_0x4555d9),_0x2c439f=[],_0x38440f=new Set(),_0x5d6ffd=new Set();for(const _0x4552c6 of _0x4555d9){const _0x2d2f73=_0x33ed81[_0x637ab5(0x505,_0x214cbc._0x3f98cb,_0x214cbc._0xa7fce7,0x4f8)](_0x4552c6);if(_0x2d2f73?.[_0x2db892(-0x3b,-_0x214cbc._0x256446,-0x28,-_0x214cbc._0xb94cba)+_0x637ab5(_0x214cbc._0x33db3d,_0x214cbc._0x26c9cc,0x4f3,0x504)]){if(_0x3ed236['tvkvr'](_0x3ed236[_0x2db892(-0x48,-_0x214cbc._0x251299,-_0x214cbc._0x145965,-0x3e)],_0x3ed236[_0x2db892(-0x2,0x4,_0x214cbc._0x5ef725,-_0x214cbc._0x1763b0)]))_0x5d6ffd[_0x2db892(-0x33,-0x15,-0x33,-0x17)](_0x2d2f73[_0x2db892(-_0x214cbc._0x56449a,-0xd,-_0x214cbc._0x24de26,-_0x214cbc._0xc2c432)+_0x2db892(-0x22,0x6,-_0x214cbc._0x56449a,-_0x214cbc._0x239772)]);else for(const [_0x900a6a,_0xfb6253]of _0x46f57a[_0x637ab5(0x4f1,_0x214cbc._0x4a2a37,0x4cf,_0x214cbc._0x7ae358)]()){_0x3ed236['dLkiC'](_0xfb6253?.['parentObje'+_0x637ab5(_0x214cbc._0xe9208f,0x4fd,0x506,0x4ff)],_0x2bf888)&&_0xfb6253?.[_0x2db892(-0x17,-0x23,_0x214cbc._0x5d4da2,-_0x214cbc._0x5d4da2)]===_0x3ed236[_0x2db892(-0x2a,0x9,-0x2f,-0x12)]&&(_0x4a5b05[_0x2db892(0x6,-_0x214cbc._0x239772,-_0x214cbc._0x1278c7,-0x17)](_0x900a6a),_0x5d279c(_0x900a6a));if(_0x3ed236[_0x637ab5(_0x214cbc._0x29667c,0x4dd,0x4c6,_0x214cbc._0x25543b)](_0xfb6253?.[_0x2db892(-_0x214cbc._0x4afcf1,-0x18,-0x33,-0x20)+_0x637ab5(0x511,0x4fd,0x4e3,0x500)],_0xdd1523)){_0x2b0ddf[_0x2db892(0x4,-0x22,-_0x214cbc._0x45ca46,-_0x214cbc._0x56449a)](_0x900a6a);if(_0xfb6253[_0x637ab5(0x4e1,0x4e7,0x4db,_0x214cbc._0x2bbd10)])_0x18d161[_0x637ab5(0x4f1,0x4f4,_0x214cbc._0x2185ff,0x4ea)](_0xfb6253[_0x637ab5(_0x214cbc._0x9d28e8,_0x214cbc._0x5d631d,0x4ef,_0x214cbc._0x48257e)]);if(_0xfb6253[_0x637ab5(0x4ca,_0x214cbc._0x5b1c21,0x4c5,_0x214cbc._0x49c375)+_0x2db892(-_0x214cbc._0x153a11,-0x26,-_0x214cbc._0x3f6c4d,-_0x214cbc._0x211c92)])_0x39b5b2[_0x637ab5(_0x214cbc._0x1001b5,0x4f4,_0x214cbc._0x486fe9,_0x214cbc._0x53daca)](_0xfb6253['originalGr'+_0x2db892(-0x2a,-0x40,-_0x214cbc._0x5d4da2,-_0x214cbc._0x4bb6c0)]);}}}}const _0x5e7242=_0x1f00a1=>{function _0x1a6bd0(_0xaa2642,_0x497a2b,_0x290e1e,_0x2efbe5){return _0x637ab5(_0x290e1e,_0x497a2b- -_0xb5380b._0x27e7c9,_0x290e1e-0x4c,_0x2efbe5-0x3e);}function _0x3cc097(_0x219b52,_0xde9066,_0x146c49,_0xe11d59){return _0x2db892(_0x219b52-0x18d,_0xde9066-0x30,_0x219b52,_0xde9066- -0x1b1);}if(_0x38440f['has'](_0x1f00a1))return;_0x38440f['add'](_0x1f00a1);const _0x40e416=_0x33ed81['get'](_0x1f00a1);if(!_0x40e416||_0x3ed236['LtgZN'](_0x40e416['status'],_0x3ed236['xeNJE'])||!_0x40e416[_0x1a6bd0(0x3d8,_0x34652f._0x3af888,_0x34652f._0x285a95,0x3fb)])return;let _0x409a03=![];for(const [_0x4e27c1,_0x27e276]of _0x33ed81[_0x1a6bd0(0x3fe,_0x34652f._0x2baad1,_0x34652f._0x2fa7ce,_0x34652f._0x2f1bc9)]()){if(_0x27e276?.['sourceObje'+'ctiveId']===_0x1f00a1&&_0x27e276[_0x3cc097(-0x1d4,-0x1dd,-0x1de,-0x1c1)]&&!_0x5c4361['has'](_0x4e27c1)){_0x409a03=!![];break;}}let _0x34d592=![];for(const [_0x459927,_0x363923]of _0x33ed81['entries']()){if(_0x3ed236[_0x1a6bd0(_0x34652f._0x4ba197,_0x34652f._0x5513e0,0x3c9,0x3f6)](_0x363923?.[_0x1a6bd0(_0x34652f._0x22d975,_0x34652f._0xaa1558,0x3dc,_0x34652f._0x2baad1)+_0x1a6bd0(_0x34652f._0x12ff13,0x3fe,0x3e3,0x40e)],_0x1f00a1)&&_0x3ed236['iCfyv'](_0x363923['status'],_0x3ed236[_0x1a6bd0(0x3e3,0x3fa,_0x34652f._0x2d4242,_0x34652f._0x4e8995)])&&_0x363923[_0x1a6bd0(0x3ce,_0x34652f._0x5bf4bf,0x3c3,0x3ee)]&&!_0x5c4361[_0x3cc097(-_0x34652f._0x4fa42c,-_0x34652f._0x48e572,-_0x34652f._0x5bf43a,-_0x34652f._0x582a7d)](_0x459927)){_0x34d592=!![];break;}}!_0x409a03&&!_0x34d592&&(_0x2c439f['push'](_0x1f00a1),_0x5c4361[_0x1a6bd0(_0x34652f._0x1b12c6,0x3f5,0x3e6,_0x34652f._0x128fb4)](_0x1f00a1),_0x40e416[_0x1a6bd0(0x3e0,_0x34652f._0x2d46ff,_0x34652f._0x4d504a,_0x34652f._0x2d4242)+_0x3cc097(-0x1b1,-_0x34652f._0xc4958c,-_0x34652f._0x1078bc,-_0x34652f._0x22328b)]&&(_0x3ed236[_0x1a6bd0(0x3e7,_0x34652f._0x479957,_0x34652f._0x483414,0x3e9)](_0x1a6bd0(_0x34652f._0x4c7aa4,_0x34652f._0x130c5a,_0x34652f._0x2bc0e2,0x401),_0x3ed236['ftcQE'])?_0x5e7242(_0x40e416[_0x1a6bd0(_0x34652f._0x5bf4bf,0x3f3,_0x34652f._0xb07ded,0x3dc)+_0x3cc097(-_0x34652f._0x4dbdd5,-0x1bf,-0x1a7,-_0x34652f._0x452304)]):(_0x16e338[_0x1a6bd0(_0x34652f._0x3345aa,_0x34652f._0x3aad0f,0x3eb,_0x34652f._0x53355e)](_0x35e0a3),_0x3ed236[_0x1a6bd0(0x3d3,0x3d8,0x3c4,_0x34652f._0x2f1bc9)](_0x3f9f08,_0x1f81b3))));};function _0x2db892(_0x5f4bc3,_0x2d1a3b,_0x208455,_0x21ed32){return _0x1eaa(_0x21ed32- -_0x316ae4._0x295d8b,_0x208455);}for(const _0x3f6e7f of _0x5d6ffd){_0x3ed236[_0x637ab5(0x4e8,_0x214cbc._0x1001b5,_0x214cbc._0x203bd4,_0x214cbc._0x2718b8)](_0x5e7242,_0x3f6e7f);}return _0x2c439f;}
1
+ (function(_0x4ee8f1,_0x3f5881){const _0x556595={_0x173a09:0x160,_0x26c7c3:0x197,_0xf4f175:0x1a0,_0x107627:0x180,_0x39df43:0x165,_0x257742:0xee,_0x30b517:0xce,_0x1190f7:0xc0,_0x2b8e82:0xe0,_0x456608:0x1bf,_0x4a44fb:0xd0,_0xe22d77:0x199,_0x479a8e:0x1a8,_0x302369:0x1ac,_0x464182:0x116,_0x24a681:0xfb,_0xbf5f72:0x108},_0x43064f={_0xaed2a1:0x1a5},_0x3671c9=_0x4ee8f1();function _0x2ebdd6(_0x18a0ac,_0x5c2f29,_0x5c35e7,_0x24ee78){return _0x57c5(_0x5c2f29- -_0x43064f._0xaed2a1,_0x5c35e7);}function _0x57dec3(_0x494eb7,_0x273a31,_0x31c3ff,_0x1be1e4){return _0x57c5(_0x31c3ff-0xdd,_0x1be1e4);}while(!![]){try{const _0x360d28=parseInt(_0x2ebdd6(-0xf4,-0xd7,-0xcd,-0xd8))/(-0x335+-0x1*-0x25cd+0xfd*-0x23)*(-parseInt(_0x57dec3(_0x556595._0x173a09,0x17a,0x177,_0x556595._0x26c7c3))/(-0x2ae+0x25c6+0x6*-0x5d9))+-parseInt(_0x57dec3(_0x556595._0xf4f175,0x19c,_0x556595._0x107627,_0x556595._0x39df43))/(0x206f+0x13*-0x4f+-0x1a8f)*(-parseInt(_0x2ebdd6(-_0x556595._0x257742,-_0x556595._0x30b517,-0xca,-0xd9))/(-0xc4*0x2a+0x1943+0x6e9))+parseInt(_0x2ebdd6(-_0x556595._0x1190f7,-_0x556595._0x2b8e82,-0xe2,-0xd7))/(0x1*-0xad9+-0x83d+0x131b)+parseInt(_0x57dec3(0x199,0x1ad,0x1a1,_0x556595._0x456608))/(-0x1a5d*-0x1+-0x20f9+0x6a2)+-parseInt(_0x2ebdd6(-0x105,-0xf0,-0xda,-_0x556595._0x4a44fb))/(-0x1b08+0x23f9+-0x8ea)+-parseInt(_0x57dec3(_0x556595._0xe22d77,_0x556595._0x479a8e,_0x556595._0x302369,0x1cb))/(-0xfa3*0x1+0x977*-0x1+0x1922)+-parseInt(_0x2ebdd6(-_0x556595._0x464182,-0xfc,-_0x556595._0x24a681,-_0x556595._0xbf5f72))/(-0x20fa+-0x159d*-0x1+-0xb66*-0x1);if(_0x360d28===_0x3f5881)break;else _0x3671c9['push'](_0x3671c9['shift']());}catch(_0x41dcc2){_0x3671c9['push'](_0x3671c9['shift']());}}}(_0x1c83,-0xc8707+-0xbbdf0+0x2048c2));function _0x57c5(_0x406495,_0x4f13c6){_0x406495=_0x406495-(-0x61a+0x1*-0x37d+0xa2f);const _0x8ce3c6=_0x1c83();let _0x5e4c0d=_0x8ce3c6[_0x406495];if(_0x57c5['MbgdVz']===undefined){var _0x2799c3=function(_0x460ba2){const _0x21eaf5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x392e03='',_0xe08f96='';for(let _0x5d14cf=0xae3*-0x2+-0xf5e*0x1+0x2524,_0xeb19de,_0x49b971,_0x5564d9=-0x24d8+-0x26a9+0x4b81;_0x49b971=_0x460ba2['charAt'](_0x5564d9++);~_0x49b971&&(_0xeb19de=_0x5d14cf%(0x1ad5+0xcea+0x5ad*-0x7)?_0xeb19de*(0x1*-0x20ab+-0x1cc1+0x3dac)+_0x49b971:_0x49b971,_0x5d14cf++%(-0xd7+-0xc4a+0xd25))?_0x392e03+=String['fromCharCode'](-0x1e8f*0x1+0x923*-0x3+-0xbcb*-0x5&_0xeb19de>>(-(0xf04+0x832+-0x1734)*_0x5d14cf&0x185f+-0x1e6b+0x612)):-0xa5*0x39+-0x1d59+0x4216){_0x49b971=_0x21eaf5['indexOf'](_0x49b971);}for(let _0x583981=0xb58+0x331*0x6+-0x1e7e,_0xeb7d83=_0x392e03['length'];_0x583981<_0xeb7d83;_0x583981++){_0xe08f96+='%'+('00'+_0x392e03['charCodeAt'](_0x583981)['toString'](-0xa*-0x1a2+-0x2549+0x1505))['slice'](-(-0x265f*-0x1+0x3*-0x233+-0x1fc4));}return decodeURIComponent(_0xe08f96);};_0x57c5['kgNEdx']=_0x2799c3,_0x57c5['TAWybB']={},_0x57c5['MbgdVz']=!![];}const _0x46bedc=_0x8ce3c6[-0x19c2+-0x2a5*0x1+0x1c67],_0xbff730=_0x406495+_0x46bedc,_0x7f349e=_0x57c5['TAWybB'][_0xbff730];return!_0x7f349e?(_0x5e4c0d=_0x57c5['kgNEdx'](_0x5e4c0d),_0x57c5['TAWybB'][_0xbff730]=_0x5e4c0d):_0x5e4c0d=_0x7f349e,_0x5e4c0d;}export function collectObjectiveCascadeUnpinTargets(_0x43f80e,_0xe287b2){const _0x6ee254={_0x395414:0x13d,_0x2fe648:0x157,_0x4f84c1:0x15c,_0xc8366c:0x168,_0x194a50:0x173,_0x100e78:0x156,_0x15874a:0x165,_0x186025:0x177,_0x3b6ea9:0x177,_0x14c48e:0x14f,_0x2c3a89:0x147,_0xb5cefb:0x143,_0x1a6191:0x170,_0x327e76:0x189,_0x188ff8:0x146,_0x54b39f:0x15d,_0x1b780c:0x170,_0x37d748:0x17a,_0x52ca32:0x17a,_0x26665a:0x143,_0x10fca8:0x125,_0x9da785:0x16b,_0x48c555:0x18b,_0x27b43c:0x158,_0xd1f4c1:0x144,_0x4134cb:0x15e,_0x5e479b:0x13c,_0x208b04:0x16f,_0x144fe9:0x167,_0x3df276:0x148,_0x873e7b:0x155,_0x19b611:0x163,_0x3727bb:0x14d,_0x383e7b:0x195,_0x1f00b1:0x183,_0x2e5023:0x17f,_0x46ec30:0x17e,_0x3c12e7:0x13f,_0x5540e5:0x166,_0x21bf9e:0x180,_0x46ec68:0x161,_0x5aec0b:0x17e,_0x4d1c0e:0x16d,_0x451f5d:0x159,_0x5d5446:0x187,_0x3d34bd:0x167,_0x54d786:0x13a,_0x34a661:0x15d,_0x50ba18:0x168,_0x1a2f3c:0x15b,_0x529e61:0x16e,_0x4ca406:0x169},_0x57414b={_0x1a3092:0x217},_0x5f60c7={_0x229783:0xf2,_0x13733b:0x25f,_0x3fe0ac:0x247,_0x1c0138:0x11a,_0x2654d5:0x101,_0x2f18c6:0xe2,_0x116601:0x22b,_0x449055:0x10f,_0x2f96b9:0x22e,_0x58d7da:0x21b,_0x5bfea3:0x232,_0x1ba1ae:0x119,_0x1d1cc7:0x21e,_0x18285f:0x230,_0x219c36:0x245,_0x208c06:0xf8,_0x54db9f:0xf4,_0x35933b:0x231,_0x3e50bd:0x112,_0x4a5081:0x101,_0x14e6fb:0x23d,_0x16b8a1:0x22a,_0x39c303:0x122,_0x5d243c:0x106,_0x541592:0x122,_0x4174d9:0x22b,_0x35da57:0x232,_0x5ecd9d:0x20b,_0x3f0ac8:0x227,_0x8b4b:0x23d,_0x2caf4b:0x234,_0x39f4ae:0x246,_0x2fc3a3:0x255,_0x3713d8:0x23a,_0x3913f0:0x221,_0x4e1992:0x24e,_0x7fca9:0x130,_0x4bde1e:0x11e,_0x396a08:0x107},_0x64dddb={_0x349dde:0x430,_0x24205e:0x43f,_0x319b27:0x433},_0x3c097f={_0x51d838:0xbc};function _0x4b3657(_0x5aa572,_0x187a49,_0x1155f3,_0x3eab4a){return _0x57c5(_0x1155f3-0xb3,_0x187a49);}const _0x2402e5={'Uhofx':function(_0x8462ab,_0x2fa68f){return _0x8462ab(_0x2fa68f);},'Huikn':function(_0x241a93,_0xa5a578){return _0x241a93===_0xa5a578;},'pCnwc':_0x4b3657(0x155,_0x6ee254._0x395414,_0x6ee254._0x2fe648,_0x6ee254._0x4f84c1),'LAOns':_0x4b3657(_0x6ee254._0xc8366c,_0x6ee254._0x194a50,0x160,_0x6ee254._0x100e78),'wwvAG':function(_0x2fcc88,_0x43e095){return _0x2fcc88!==_0x43e095;},'BtwCA':_0x4b3657(_0x6ee254._0x15874a,0x15e,0x174,_0x6ee254._0x186025),'OiZsY':function(_0x5bfb49,_0x5bc28e){return _0x5bfb49(_0x5bc28e);},'fhxIR':function(_0x1f8b58,_0x1c5b2c){return _0x1f8b58(_0x1c5b2c);},'YUHtq':function(_0x2685e0,_0x302641){return _0x2685e0>_0x302641;},'eAIsb':function(_0x1f7f4a,_0x323f8e){return _0x1f7f4a!==_0x323f8e;},'MRnJO':_0x51954a(-0x176,-0x18d,-_0x6ee254._0x3b6ea9,-0x165),'CRCXg':_0x4b3657(_0x6ee254._0x100e78,0x15d,_0x6ee254._0x14c48e,0x134),'DuQAa':_0x4b3657(_0x6ee254._0x4f84c1,_0x6ee254._0x2c3a89,0x162,_0x6ee254._0xb5cefb)},_0x5154c3=new Set(),_0x565274=new Set(),_0x12120b=_0x2680f8=>{const _0x4f64cf={_0x5914be:0x17b,_0x569a96:0x60};function _0x3abc7d(_0x499763,_0x27caa6,_0x311bb7,_0x29449d){return _0x51954a(_0x29449d-0x38b,_0x27caa6-_0x3c097f._0x51d838,_0x311bb7-0x13,_0x27caa6);}const _0x14e702={'TlKSc':function(_0x157550,_0x12cb88){const _0x5ea409={_0x362a13:0x373};function _0x5bded9(_0x40d4e1,_0x567c9b,_0x54d79f,_0x1ea1c5){return _0x57c5(_0x40d4e1-_0x5ea409._0x362a13,_0x54d79f);}return _0x2402e5[_0x5bded9(_0x64dddb._0x349dde,_0x64dddb._0x24205e,_0x64dddb._0x319b27,0x435)](_0x157550,_0x12cb88);}};function _0x3065bb(_0xecbbf2,_0x3062dc,_0x5537c5,_0x442e1a){return _0x4b3657(_0xecbbf2-_0x4f64cf._0x5914be,_0x442e1a,_0x3062dc- -_0x4f64cf._0x569a96,_0x442e1a-0x126);}if(_0x2402e5['Huikn'](_0x2402e5[_0x3065bb(0xf9,0xf5,_0x5f60c7._0x229783,0x104)],_0x2402e5['pCnwc']))for(const [_0x4395b2,_0x2ad667]of _0x43f80e[_0x3abc7d(0x236,0x254,0x21f,0x236)]()){_0x2ad667?.[_0x3abc7d(_0x5f60c7._0x13733b,0x25a,0x264,_0x5f60c7._0x3fe0ac)+_0x3abc7d(0x234,0x20f,0x213,0x228)]===_0x2680f8&&_0x2ad667?.[_0x3065bb(_0x5f60c7._0x1c0138,_0x5f60c7._0x2654d5,0xe7,_0x5f60c7._0x2f18c6)]===_0x2402e5[_0x3abc7d(_0x5f60c7._0x116601,0x269,0x23d,0x249)]&&(_0x5154c3[_0x3065bb(_0x5f60c7._0x2654d5,0x112,0x12a,_0x5f60c7._0x449055)](_0x4395b2),_0x2402e5[_0x3abc7d(_0x5f60c7._0x2f96b9,_0x5f60c7._0x58d7da,_0x5f60c7._0x5bfea3,0x231)](_0x12120b,_0x4395b2));if(_0x2ad667?.[_0x3065bb(0x112,_0x5f60c7._0x1ba1ae,0x121,_0x5f60c7._0x1c0138)+'ctiveId']===_0x2680f8){if(_0x2402e5[_0x3abc7d(0x213,0x201,0x206,_0x5f60c7._0x1d1cc7)](_0x2402e5[_0x3abc7d(0x25a,_0x5f60c7._0x18285f,0x23d,_0x5f60c7._0x219c36)],_0x2402e5['BtwCA']))_0x14e702['TlKSc'](_0xd3af75,_0x16e22c[_0x3065bb(0x125,0x126,0x136,0x113)+'ctiveId']);else{_0x5154c3[_0x3065bb(0xfd,0x112,_0x5f60c7._0x208c06,_0x5f60c7._0x54db9f)](_0x4395b2);if(_0x2ad667[_0x3abc7d(0x223,0x214,_0x5f60c7._0x35933b,0x22a)])_0x565274[_0x3065bb(_0x5f60c7._0x3e50bd,_0x5f60c7._0x3e50bd,_0x5f60c7._0x4a5081,0x125)](_0x2ad667[_0x3abc7d(_0x5f60c7._0x14e6fb,0x212,0x222,_0x5f60c7._0x16b8a1)]);if(_0x2ad667[_0x3065bb(_0x5f60c7._0x39c303,_0x5f60c7._0x5d243c,_0x5f60c7._0x541592,0x110)+_0x3abc7d(0x247,_0x5f60c7._0x4174d9,0x239,0x237)])_0x565274['add'](_0x2ad667[_0x3abc7d(0x213,_0x5f60c7._0x35da57,_0x5f60c7._0x5ecd9d,_0x5f60c7._0x3f0ac8)+_0x3abc7d(0x242,_0x5f60c7._0x58d7da,_0x5f60c7._0x8b4b,0x237)]);}}}else{const _0x1a91b5=_0x16b5e7[_0x3abc7d(_0x5f60c7._0x2caf4b,0x240,0x25b,_0x5f60c7._0x39f4ae)](_0x369d47);_0x1a91b5?.[_0x3abc7d(0x25a,_0x5f60c7._0x2fc3a3,_0x5f60c7._0x5bfea3,_0x5f60c7._0x3713d8)+_0x3065bb(0x112,0x107,0x126,0x10d)]&&_0x2ec277[_0x3abc7d(_0x5f60c7._0x3913f0,0x224,_0x5f60c7._0x4e1992,0x233)](_0x1a91b5[_0x3065bb(0x116,_0x5f60c7._0x1ba1ae,_0x5f60c7._0x7fca9,0x10c)+_0x3065bb(_0x5f60c7._0x4bde1e,_0x5f60c7._0x396a08,_0x5f60c7._0x229783,0x105)]);}};_0x2402e5[_0x51954a(-_0x6ee254._0x1a6191,-0x151,-_0x6ee254._0x327e76,-0x188)](_0x12120b,_0xe287b2);if(_0x2402e5[_0x51954a(-0x150,-_0x6ee254._0x188ff8,-0x165,-_0x6ee254._0x54b39f)](_0x565274[_0x4b3657(_0x6ee254._0x1b780c,_0x6ee254._0x37d748,0x173,_0x6ee254._0x54b39f)],-0x1*-0xac1+0xbf3+-0x16b4)){if(_0x2402e5['eAIsb'](_0x2402e5[_0x4b3657(0x183,0x17d,0x187,_0x6ee254._0x52ca32)],_0x2402e5[_0x51954a(-_0x6ee254._0x26665a,-0x150,-0x147,-_0x6ee254._0x10fca8)]))_0x5a277d[_0x51954a(-_0x6ee254._0x9da785,-0x14d,-0x17b,-_0x6ee254._0x48c555)](_0x8781e4),_0x2a6ce2[_0x51954a(-_0x6ee254._0x27b43c,-0x14f,-0x16e,-0x158)](_0x5568c9),_0x37d3a8[_0x51954a(-_0x6ee254._0xd1f4c1,-_0x6ee254._0x4134cb,-0x135,-_0x6ee254._0x5e479b)+_0x4b3657(0x149,_0x6ee254._0x208b04,_0x6ee254._0x144fe9,_0x6ee254._0x3df276)]&&_0x2402e5[_0x4b3657(0x15d,_0x6ee254._0x873e7b,_0x6ee254._0x19b611,_0x6ee254._0x3727bb)](_0x5a955a,_0xe61918[_0x4b3657(_0x6ee254._0x383e7b,0x16e,0x186,0x188)+_0x51954a(-_0x6ee254._0x19b611,-_0x6ee254._0x1f00b1,-0x180,-_0x6ee254._0x186025)]);else for(const [_0x1541da,_0x4892a1]of _0x43f80e[_0x4b3657(0x16e,_0x6ee254._0x873e7b,0x175,0x159)]()){if(_0x2402e5[_0x51954a(-_0x6ee254._0x2e5023,-0x171,-0x18c,-_0x6ee254._0x46ec30)](_0x2402e5[_0x51954a(-0x15f,-0x157,-_0x6ee254._0x3c12e7,-0x17b)],_0x2402e5[_0x51954a(-0x178,-0x17e,-_0x6ee254._0x5540e5,-0x15f)])){if(!_0x4892a1)continue;const _0x126a80=_0x2402e5[_0x4b3657(0x16e,0x164,0x150,0x14d)](_0x4892a1['taskType'],_0x4b3657(0x18b,0x16a,_0x6ee254._0x21bf9e,0x164))||_0x4892a1['isJudgeTas'+'k']===!![];if(!_0x126a80)continue;const _0x36a90f=_0x4892a1[_0x51954a(-_0x6ee254._0x46ec68,-0x14a,-_0x6ee254._0x5aec0b,-_0x6ee254._0x4d1c0e)]||_0x4892a1['originalGr'+'oupId'];_0x36a90f&&_0x565274[_0x51954a(-0x179,-_0x6ee254._0x451f5d,-_0x6ee254._0x5d5446,-_0x6ee254._0x3d34bd)](_0x36a90f)&&_0x5154c3[_0x51954a(-_0x6ee254._0x27b43c,-_0x6ee254._0x54d786,-0x162,-_0x6ee254._0x3df276)](_0x1541da);}else _0x4c02ba['add'](_0x1f894e);}}_0x5154c3[_0x51954a(-_0x6ee254._0x34a661,-_0x6ee254._0x26665a,-_0x6ee254._0x50ba18,-0x17a)](_0xe287b2);const _0x2ec0b9={};_0x2ec0b9['taskIdsToC'+_0x51954a(-0x141,-0x160,-0x123,-_0x6ee254._0x1a2f3c)]=_0x5154c3,_0x2ec0b9['affectedGr'+_0x4b3657(_0x6ee254._0x529e61,_0x6ee254._0x4ca406,0x15b,0x161)]=_0x565274;function _0x51954a(_0x54db6f,_0x7c7c5a,_0x1e0c6d,_0xc148e5){return _0x57c5(_0x54db6f- -_0x57414b._0x1a3092,_0xc148e5);}return _0x2ec0b9;}export function findJudgeTasksForGroup(_0xd7b5e3,_0x149ed0){const _0x312587={_0xefbdee:0x1d4,_0x3acda9:0x1e6,_0x3ce66c:0x435,_0x46ec4f:0x1c3,_0x7c0cd7:0x40c,_0x49356d:0x419,_0x2537c5:0x409,_0x272479:0x43f,_0x1a66fe:0x42b,_0x402d58:0x445,_0x3dbf51:0x414,_0x49be33:0x1ea,_0x2b54c5:0x1f4,_0x322cbf:0x45b,_0x293c3c:0x446,_0x465f40:0x42a,_0x3c87b4:0x1d2,_0x212829:0x1e7,_0x2c4d54:0x1d6,_0x222390:0x1c2,_0x5df02a:0x1c8,_0x1c51b6:0x1ad,_0x27c332:0x1e0,_0x573b7a:0x1d2,_0x2c105c:0x1e3,_0x1deb87:0x1c4,_0x2d0585:0x1d8},_0x2fe42d={_0x598773:0x374},_0x18962b={};_0x18962b[_0x371119(-0x1e0,-_0x312587._0xefbdee,-_0x312587._0x3acda9,-0x1c2)]=function(_0x521041,_0x34a8ab){return _0x521041===_0x34a8ab;},_0x18962b['RRliN']=_0x2b6b32(0x450,0x441,0x436,_0x312587._0x3ce66c);const _0xcb4e58=_0x18962b;function _0x2b6b32(_0x1425ff,_0x1960d2,_0x10b5e0,_0x11db80){return _0x57c5(_0x1960d2-_0x2fe42d._0x598773,_0x11db80);}const _0x34b558=new Set();if(!_0x149ed0)return _0x34b558;for(const [_0x5df7dd,_0x43f222]of _0xd7b5e3[_0x371119(-_0x312587._0x46ec4f,-0x1c1,-0x1cf,-0x1c3)]()){if(!_0x43f222)continue;const _0x4cae17=_0xcb4e58[_0x2b6b32(_0x312587._0x7c0cd7,_0x312587._0x49356d,0x411,_0x312587._0x2537c5)](_0x43f222[_0x2b6b32(_0x312587._0x272479,_0x312587._0x1a66fe,_0x312587._0x402d58,_0x312587._0x3dbf51)],_0xcb4e58[_0x371119(-_0x312587._0x49be33,-_0x312587._0x2b54c5,-0x1dd,-0x1df)])||_0xcb4e58['wOovd'](_0x43f222[_0x2b6b32(0x45c,0x43c,0x449,_0x312587._0x322cbf)+'k'],!![]);if(!_0x4cae17)continue;const _0x1e0996=_0x43f222[_0x2b6b32(_0x312587._0x293c3c,_0x312587._0x465f40,0x428,0x442)]||_0x43f222[_0x371119(-_0x312587._0x3c87b4,-0x1da,-_0x312587._0x212829,-_0x312587._0x2c4d54)+_0x371119(-_0x312587._0x222390,-_0x312587._0x5df02a,-0x1a5,-_0x312587._0x1c51b6)];_0xcb4e58[_0x371119(-_0x312587._0x27c332,-_0x312587._0x573b7a,-_0x312587._0x2c105c,-_0x312587._0x1deb87)](_0x1e0996,_0x149ed0)&&_0x34b558[_0x371119(-0x1c6,-0x1e2,-0x1ca,-_0x312587._0x2d0585)](_0x5df7dd);}function _0x371119(_0x540943,_0x866c13,_0x5b0823,_0x4b09e3){return _0x57c5(_0x540943- -0x285,_0x5b0823);}return _0x34b558;}export function findOrphanedAncestorObjectives(_0x3ae94c,_0x1566db){const _0x1ab0db={_0x2fbfda:0x164,_0x34c120:0x145,_0x10bc38:0x16c,_0x16ac4e:0x154,_0x3d28b1:0x170,_0x4e5de4:0x137,_0x5f5068:0x143,_0x524426:0x31e,_0x513386:0x178,_0x41b823:0x14e,_0x10b08d:0x185,_0x13c285:0x155,_0xadcfe6:0x134,_0x3f7182:0x140,_0x2a76cb:0x158,_0x203c20:0x163,_0xfdaadb:0x179,_0x5f32f1:0x14f,_0x50dc32:0x16b,_0x216e79:0x132,_0x19beae:0x14c},_0x38ac2b={_0x7d20d1:0x153,_0x15a07e:0x7,_0x505480:0x2,_0x5ba0b8:0x12a,_0x35860c:0x13f,_0x5ba45a:0x1a,_0x1351c5:0x1,_0x2039e4:0x14,_0x397b99:0x7,_0x1c82e6:0x3,_0x4cb7ea:0x17b,_0x4168be:0x16d,_0x53fa81:0x15,_0x2457a5:0x14,_0x327a07:0x183,_0x4d63b0:0x16f,_0x36cef1:0x16,_0x6d36bb:0x21,_0x5b0c8b:0xa,_0x2e3ab7:0x164,_0x2fed76:0x154,_0x16db9a:0x151,_0x441416:0x24,_0x8b85a9:0x6,_0x5e9af6:0x19,_0x16be39:0x18,_0x34c62a:0x158,_0x5dc6a4:0x157,_0x143b42:0x14b,_0x11eaa0:0x147,_0x35066a:0x132,_0x2f26a5:0x135,_0x32696a:0x1a,_0x594800:0x13,_0xe80162:0x15a,_0x58ebe5:0x167,_0x5c88cd:0xe,_0x298b56:0x16c,_0x4bb9b1:0x16b,_0x5e3023:0x1d,_0x3819f9:0x3,_0x8d7f26:0x1d,_0x41acb5:0x2a,_0x5953f3:0x10,_0x2f6ac5:0x181,_0xdf201e:0x16a,_0x5f36ab:0x137,_0x551d5e:0x14d,_0x103d5b:0x128,_0x281fee:0x12b,_0x3d68e5:0x131,_0x4a6052:0x0,_0x5e4d46:0x8,_0x470657:0x14c,_0x41bf06:0x13c,_0x2d9848:0x15b,_0x2c9f9b:0xb,_0xf63f7f:0x0,_0x2d542f:0x12,_0x20b04c:0xf,_0x452974:0x18,_0x226015:0x138,_0x2c3422:0x149,_0x5ccaac:0x12e,_0x1657bc:0x1d,_0x472e2a:0x153,_0x367c28:0x155,_0x48489f:0x2,_0x3790d0:0x7,_0x23daac:0x3,_0x1f3386:0xc,_0x27a31a:0xc,_0x5f4bc3:0x9,_0xfe9680:0x15b,_0x59dbaa:0x0,_0x1f3a6d:0x10,_0x2bbeb3:0x36,_0x364c60:0x6,_0x47a3f4:0x17,_0x3a75a4:0x18,_0xf5bcf8:0x5,_0x2125a6:0x133,_0x3b8576:0x16d},_0x162868={_0x498359:0x1e4},_0x468246={_0x153e20:0x249},_0x4aa13b={'tiVVj':function(_0x2713b9,_0x2e50d1){return _0x2713b9(_0x2e50d1);},'UEvmQ':function(_0x1911ec,_0x45717c){return _0x1911ec(_0x45717c);},'jecTv':function(_0x1faa7f,_0x40cc08){return _0x1faa7f===_0x40cc08;},'eeJef':function(_0x936b9b,_0x70f5c9){return _0x936b9b!==_0x70f5c9;},'CDawK':'CitQv','WtykE':function(_0x5e7b02,_0x1ff08f){return _0x5e7b02===_0x1ff08f;},'BQMOs':_0x4f7810(0x16c,_0x1ab0db._0x2fbfda,0x161,0x14d),'mczOH':function(_0x26a976,_0x4b99ba){return _0x26a976===_0x4b99ba;},'rdacJ':_0x4f7810(0x158,0x15e,_0x1ab0db._0x34c120,0x131),'bRxmC':'ZDnyD','EViCI':_0x4f7810(0x15d,_0x1ab0db._0x10bc38,_0x1ab0db._0x16ac4e,_0x1ab0db._0x3d28b1),'kHHJE':_0x4f7810(_0x1ab0db._0x4e5de4,0x14f,_0x1ab0db._0x5f5068,0x136)},_0x55b7f0=new Set(_0x1566db),_0x4e4e4d=[],_0x1400a8=new Set(),_0x2a2ac6=new Set();for(const _0x15fa38 of _0x1566db){const _0x4bac16=_0x3ae94c[_0xf7f9af(0x32c,0x31b,0x312,_0x1ab0db._0x524426)](_0x15fa38);_0x4bac16?.[_0x4f7810(_0x1ab0db._0x513386,0x14d,0x15e,0x154)+_0x4f7810(_0x1ab0db._0x41b823,0x14c,0x14c,0x13d)]&&(_0x4aa13b[_0x4f7810(_0x1ab0db._0x10b08d,0x14f,0x168,_0x1ab0db._0x13c285)]!==_0x4f7810(_0x1ab0db._0xadcfe6,_0x1ab0db._0x3f7182,0x143,_0x1ab0db._0x4e5de4)?_0x4aa13b[_0x4f7810(_0x1ab0db._0x2a76cb,0x17c,_0x1ab0db._0x203c20,_0x1ab0db._0xfdaadb)](_0x50a695,_0x1e975e):_0x2a2ac6['add'](_0x4bac16[_0x4f7810(0x173,_0x1ab0db._0x5f32f1,0x15e,_0x1ab0db._0x50dc32)+_0x4f7810(0x133,_0x1ab0db._0x216e79,_0x1ab0db._0x19beae,0x16b)]));}function _0xf7f9af(_0xf38634,_0x256099,_0x75f960,_0x4c843c){return _0x57c5(_0x256099-_0x468246._0x153e20,_0x4c843c);}const _0x31bb92=_0x91e3a8=>{const _0x542b4e={_0xc75d6b:0xbd};if(_0x1400a8[_0x139473(-_0x38ac2b._0x7d20d1,-0x17a,-0x16a,-0x18a)](_0x91e3a8))return;_0x1400a8[_0x3d2558(-_0x38ac2b._0x15a07e,_0x38ac2b._0x505480,0x7,0x3)](_0x91e3a8);const _0x47dc9e=_0x3ae94c[_0x139473(-_0x38ac2b._0x5ba0b8,-0x132,-0x136,-_0x38ac2b._0x35860c)](_0x91e3a8);if(!_0x47dc9e||_0x4aa13b[_0x3d2558(_0x38ac2b._0x5ba45a,-_0x38ac2b._0x1351c5,_0x38ac2b._0x2039e4,-0x1)](_0x47dc9e[_0x3d2558(_0x38ac2b._0x397b99,_0x38ac2b._0x1c82e6,0x1,-0xe)],_0x139473(-0x145,-_0x38ac2b._0x4cb7ea,-0x15b,-_0x38ac2b._0x4168be))||!_0x47dc9e[_0x139473(-0x164,-0x14b,-0x168,-0x178)])return;let _0x241472=![];for(const [_0x463275,_0x181864]of _0x3ae94c['entries']()){if(_0x4aa13b['eeJef'](_0x4aa13b[_0x3d2558(-_0x38ac2b._0x53fa81,-0x2,-0x25,-0xa)],_0x4aa13b[_0x3d2558(_0x38ac2b._0x2457a5,0x15,-_0x38ac2b._0x53fa81,-0xa)]))_0x49b971[_0x139473(-0x12d,-0x135,-0x149,-0x13b)](_0x5564d9),_0x4aa13b['UEvmQ'](_0x583981,_0xeb7d83);else{if(_0x4aa13b[_0x139473(-_0x38ac2b._0x327a07,-0x174,-_0x38ac2b._0x4d63b0,-_0x38ac2b._0x4168be)](_0x181864?.[_0x3d2558(0x1d,-_0x38ac2b._0x36cef1,_0x38ac2b._0x6d36bb,_0x38ac2b._0x5b0c8b)+_0x139473(-0x14a,-_0x38ac2b._0x2e3ab7,-_0x38ac2b._0x2fed76,-_0x38ac2b._0x16db9a)],_0x91e3a8)&&_0x181864['isPinned']&&!_0x55b7f0['has'](_0x463275)){_0x241472=!![];break;}}}function _0x3d2558(_0x4ef96a,_0x501464,_0x5c52fd,_0x5a072a){return _0x4f7810(_0x5c52fd,_0x501464-0x13,_0x5a072a- -0x154,_0x5a072a-_0x162868._0x498359);}function _0x139473(_0x278804,_0x2536ca,_0x468e1e,_0x363657){return _0xf7f9af(_0x278804-0x16a,_0x468e1e- -0x451,_0x468e1e-_0x542b4e._0xc75d6b,_0x363657);}let _0x5d30c6=![];for(const [_0x25d56d,_0x317b81]of _0x3ae94c[_0x3d2558(_0x38ac2b._0x441416,-0x18,_0x38ac2b._0x6d36bb,_0x38ac2b._0x8b85a9)]()){if(_0x4aa13b[_0x3d2558(_0x38ac2b._0x5e9af6,-_0x38ac2b._0x16be39,0x12,-0x1)](_0x139473(-_0x38ac2b._0x35860c,-_0x38ac2b._0x34c62a,-_0x38ac2b._0x5dc6a4,-_0x38ac2b._0x143b42),_0x4aa13b[_0x139473(-0x136,-_0x38ac2b._0x11eaa0,-0x14f,-0x131)])){if(_0x4aa13b['mczOH'](_0x317b81?.[_0x139473(-_0x38ac2b._0x35066a,-0x151,-_0x38ac2b._0x2f26a5,-0x145)+_0x3d2558(-_0x38ac2b._0x32696a,-0xf,-0x21,-0x8)],_0x91e3a8)&&_0x4aa13b[_0x3d2558(-_0x38ac2b._0x594800,-0x19,-0x5,0x2)](_0x317b81[_0x139473(-0x142,-0x162,-_0x38ac2b._0xe80162,-_0x38ac2b._0x58ebe5)],_0x4aa13b[_0x3d2558(0x8,0x15,0xb,_0x38ac2b._0x5c88cd)])&&_0x317b81['isPinned']&&!_0x55b7f0[_0x139473(-0x153,-_0x38ac2b._0x298b56,-0x16a,-_0x38ac2b._0x4bb9b1)](_0x25d56d)){_0x5d30c6=!![];break;}}else _0x106b59[_0x3d2558(-_0x38ac2b._0x5e3023,0x16,0x6,_0x38ac2b._0x3819f9)](_0x13f234);}if(!_0x241472&&!_0x5d30c6){if(_0x4aa13b[_0x3d2558(0x2d,_0x38ac2b._0x8d7f26,_0x38ac2b._0x41acb5,_0x38ac2b._0x5953f3)](_0x4aa13b['bRxmC'],_0x4aa13b[_0x139473(-0x182,-_0x38ac2b._0x2f6ac5,-0x162,-_0x38ac2b._0xdf201e)]))for(const [_0x11b49a,_0x4bd52e]of _0x3cbc33['entries']()){_0x4aa13b[_0x139473(-_0x38ac2b._0x5f36ab,-_0x38ac2b._0x551d5e,-0x13c,-_0x38ac2b._0x103d5b)](_0x4bd52e?.[_0x139473(-_0x38ac2b._0x281fee,-0x143,-0x135,-_0x38ac2b._0x3d68e5)+_0x3d2558(-0x19,_0x38ac2b._0x4a6052,_0x38ac2b._0x594800,-_0x38ac2b._0x5e4d46)],_0x209010)&&_0x4aa13b[_0x139473(-_0x38ac2b._0x470657,-0x128,-_0x38ac2b._0x41bf06,-_0x38ac2b._0x2d9848)](_0x4bd52e?.[_0x3d2558(_0x38ac2b._0x2c9f9b,-0xc,_0x38ac2b._0xf63f7f,-0xe)],'objective')&&(_0x5d30ac[_0x139473(-0x14a,-0x15f,-0x149,-0x143)](_0x11b49a),_0x4aa13b[_0x3d2558(0x13,-0x5,_0x38ac2b._0x2d542f,_0x38ac2b._0x20b04c)](_0xf80db2,_0x11b49a));if(_0x4bd52e?.[_0x3d2558(0x22,-0x12,0xa,0xa)+'ctiveId']===_0x4324d4){_0x42041d['add'](_0x11b49a);if(_0x4bd52e[_0x3d2558(-_0x38ac2b._0x452974,0x9,-_0x38ac2b._0x5c88cd,-0x6)])_0x39b061[_0x139473(-0x13e,-_0x38ac2b._0x226015,-_0x38ac2b._0x2c3422,-_0x38ac2b._0x5ccaac)](_0x4bd52e[_0x3d2558(_0x38ac2b._0x2c9f9b,-_0x38ac2b._0x1657bc,-0x26,-0x6)]);if(_0x4bd52e[_0x139473(-0x13f,-_0x38ac2b._0x472e2a,-_0x38ac2b._0x367c28,-0x163)+_0x3d2558(0x17,0x8,_0x38ac2b._0x48489f,_0x38ac2b._0x3790d0)])_0x2759cf[_0x3d2558(_0x38ac2b._0x452974,0x21,-0xf,_0x38ac2b._0x23daac)](_0x4bd52e[_0x3d2558(_0x38ac2b._0x1f3386,-0xc,-_0x38ac2b._0x27a31a,-_0x38ac2b._0x5f4bc3)+_0x139473(-_0x38ac2b._0xfe9680,-0x14c,-0x145,-0x14a)]);}}else _0x4e4e4d[_0x3d2558(0x5,0xc,_0x38ac2b._0x59dbaa,-_0x38ac2b._0x1f3a6d)](_0x91e3a8),_0x55b7f0[_0x139473(-_0x38ac2b._0x58ebe5,-0x13e,-0x149,-0x15c)](_0x91e3a8),_0x47dc9e[_0x3d2558(_0x38ac2b._0x2bbeb3,-_0x38ac2b._0x364c60,_0x38ac2b._0x5e3023,_0x38ac2b._0x47a3f4)+_0x3d2558(-0x1e,_0x38ac2b._0x3a75a4,-_0x38ac2b._0xf5bcf8,-0x8)]&&_0x4aa13b['tiVVj'](_0x31bb92,_0x47dc9e[_0x139473(-0x12a,-_0x38ac2b._0x2125a6,-0x135,-0x13c)+_0x139473(-_0x38ac2b._0x298b56,-_0x38ac2b._0x3b8576,-0x154,-0x172)]);}};function _0x4f7810(_0x10390a,_0x33701b,_0xb83a00,_0x1c9a1e){return _0x57c5(_0xb83a00-0x98,_0x10390a);}for(const _0x11b7d6 of _0x2a2ac6){_0x4aa13b['UEvmQ'](_0x31bb92,_0x11b7d6);}return _0x4e4e4d;}function _0x1c83(){const _0x901a7=['z2v0','CgfYzw50t2jQzq','tvjUsK8','tefpBNm','B25ZAwrLCG','mtu5mLrzzNfNsq','zufjC2i','v3r5A0u','ote0rgXswgvl','uLjSAu4','D1LZDwi','shvPA24','AgfZ','rhvrqwe','AxnqAw5Uzwq','y0LtA0i','CenUD2m','nJa4n0LKwwnVwa','AuvWtwK','D09VDMq','rvzPq0K','zMH4svi','B3vWswrZ','ndeXmtu2owHJCeTJEG','D3D2quC','s3P1uKi','ChvZAa','B2jQzwn0AxzL','C3rHDhvZ','sLbZrhu','t2LAC1K','sw5OqwK','q0rHD0S','B3jPz2LUywXhCG','y3rPDMvjza','mty4ntC0n3zVrff4EG','z3jVDxbjza','DgfZA1r5Cgu','q1jdwgC','qLfnt3m','zgvSzxrL','zwvkzwy','AhvIzuu','vwHVzNG','Bwn6t0G','ywrK','C2L6zq','vffvz0K','zw50CMLLCW','B3vWswq','mJqZmdm5nMjOAM94DW','mte1ntC1me9yvKHzza','C291CMnLt2jQzq','wvviDhe','AxnkDwrNzvrHCW','wNLuzK0','CMrHy0O','DgLwvMO','AMvJvhy','ANvKz2u','nde3zvjRyNPd','mJqYmtq0v1HOC0r2','A0HisKu','qNr3q0e'];_0x1c83=function(){return _0x901a7;};return _0x1c83();}