@profoundlogic/coderflow-server 0.7.8 → 0.7.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/state-capture.js +1 -1
  84. package/dist/lib/static-files.js +1 -1
  85. package/dist/lib/task-aliases.js +1 -1
  86. package/dist/lib/task-name-format.js +1 -1
  87. package/dist/lib/task-name-generator.js +1 -1
  88. package/dist/lib/task-source-metadata.js +1 -1
  89. package/dist/lib/teams.js +1 -1
  90. package/dist/lib/user-git-oauth.js +1 -1
  91. package/dist/lib/user-git-tokens.js +1 -1
  92. package/dist/lib/users.js +1 -1
  93. package/dist/middleware/requireAuth.js +1 -1
  94. package/dist/middleware/requireInit.js +1 -1
  95. package/dist/middleware/requirePermission.js +1 -1
  96. package/dist/package.json +1 -1
  97. package/dist/playwright.config.js +1 -1
  98. package/dist/playwright.task-terminal.config.js +1 -1
  99. package/dist/routes/apiKeys.js +1 -1
  100. package/dist/routes/auth-oidc.js +1 -1
  101. package/dist/routes/auth.js +1 -1
  102. package/dist/routes/automations.js +1 -1
  103. package/dist/routes/bindings.js +1 -1
  104. package/dist/routes/build.js +1 -1
  105. package/dist/routes/containers.js +1 -1
  106. package/dist/routes/deploy-task.js +1 -1
  107. package/dist/routes/environment-management.js +1 -1
  108. package/dist/routes/environments.js +1 -1
  109. package/dist/routes/external-skills.js +1 -1
  110. package/dist/routes/git-credentials.js +1 -1
  111. package/dist/routes/git-oauth.js +1 -1
  112. package/dist/routes/git-provider-setup.js +1 -1
  113. package/dist/routes/health.js +1 -1
  114. package/dist/routes/jira.js +1 -1
  115. package/dist/routes/logs.js +1 -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/stats.js +1 -1
  126. package/dist/routes/tasks.js +1 -1
  127. package/dist/routes/teams.js +1 -1
  128. package/dist/routes/templates.js +1 -1
  129. package/dist/routes/test-task.js +1 -1
  130. package/dist/routes/test.js +1 -1
  131. package/dist/routes/users.js +1 -1
  132. package/dist/routes/visualizations.js +1 -1
  133. package/dist/scripts/create-user.js +1 -1
  134. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  135. package/dist/start.js +1 -1
  136. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  137. package/dist/web-ui/public/activity-feed.js +1 -1
  138. package/dist/web-ui/public/activity-formatters.js +1 -1
  139. package/dist/web-ui/public/admin.css +108 -1
  140. package/dist/web-ui/public/admin.html +35 -23
  141. package/dist/web-ui/public/admin.js +1 -1
  142. package/dist/web-ui/public/agent-event-parser.js +1 -1
  143. package/dist/web-ui/public/app.js +1 -1
  144. package/dist/web-ui/public/approve-dialog.js +1 -1
  145. package/dist/web-ui/public/automation-links.js +1 -1
  146. package/dist/web-ui/public/automation-schedule.js +1 -1
  147. package/dist/web-ui/public/comments-widget.js +1 -1
  148. package/dist/web-ui/public/diff-utils.js +1 -1
  149. package/dist/web-ui/public/environments.html +1 -1
  150. package/dist/web-ui/public/environments.js +1 -1
  151. package/dist/web-ui/public/feedback-widget.js +1 -1
  152. package/dist/web-ui/public/file-selection-tree.js +1 -1
  153. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  154. package/dist/web-ui/public/git-history.js +1 -1
  155. package/dist/web-ui/public/git-status.js +1 -1
  156. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  157. package/dist/web-ui/public/index.js +1 -1
  158. package/dist/web-ui/public/login.js +1 -1
  159. package/dist/web-ui/public/markdown-editor.js +1 -1
  160. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  161. package/dist/web-ui/public/modal-maximize.js +1 -1
  162. package/dist/web-ui/public/notifications.js +1 -1
  163. package/dist/web-ui/public/permissions.js +1 -1
  164. package/dist/web-ui/public/pr-dialog.js +1 -1
  165. package/dist/web-ui/public/roles.js +1 -1
  166. package/dist/web-ui/public/settings.js +1 -1
  167. package/dist/web-ui/public/setup-password.js +1 -1
  168. package/dist/web-ui/public/skills.js +1 -1
  169. package/dist/web-ui/public/sse-client.js +1 -1
  170. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  171. package/dist/web-ui/public/styles.css +9 -1
  172. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  173. package/dist/web-ui/public/task.js +1 -1
  174. package/dist/web-ui/public/teams.js +1 -1
  175. package/dist/web-ui/public/terminal.js +1 -1
  176. package/dist/web-ui/public/theme.js +1 -1
  177. package/dist/web-ui/public/users.js +1 -1
  178. package/dist/web-ui/public/variant-grouping.js +1 -1
  179. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x50789c(_0x4f6306,_0x1fe132,_0x4c8ffd,_0x18ea18){const _0x37d2dd={_0x253142:0x218};return _0x30f4(_0x1fe132- -_0x37d2dd._0x253142,_0x4c8ffd);}function _0x2fcf98(_0x5bf696,_0x3c066e,_0x4094e7,_0x186317){const _0x265dc4={_0x5389e6:0x2fa};return _0x30f4(_0x4094e7-_0x265dc4._0x5389e6,_0x186317);}(function(_0x2f7ead,_0x2c0dbd){const _0x3c2f63={_0x5c01f4:0x1aa,_0x48450e:0x1e1,_0x55bc73:0x1ab,_0x33b820:0x1f7,_0x1bf3cd:0x20e,_0x5c03ce:0x233,_0x4a889a:0x1b3,_0x300dc0:0x1b2,_0xb285a0:0xf5,_0x414c63:0xe9,_0x5bed3c:0xee,_0x332e67:0xdc,_0x2fa52e:0xd4,_0x3cc883:0xf0,_0x22e9d3:0x229,_0x2078e8:0x202,_0x1f5f92:0xeb,_0x55f870:0xe5,_0x1ff0ae:0x1c9,_0x5b5116:0x1ec,_0x2d9751:0x1f3},_0x5c0af2={_0x1001bb:0x96},_0x184482=_0x2f7ead();function _0x2fcdab(_0x45d7e6,_0x493d8b,_0x103be1,_0xe1237b){return _0x30f4(_0x103be1- -_0x5c0af2._0x1001bb,_0xe1237b);}function _0x24c4ad(_0x2194f2,_0x382794,_0x4a7beb,_0x4cfcc7){return _0x30f4(_0x4a7beb- -0x388,_0x4cfcc7);}while(!![]){try{const _0x49b1bd=-parseInt(_0x24c4ad(-_0x3c2f63._0x5c01f4,-_0x3c2f63._0x48450e,-0x1cb,-_0x3c2f63._0x55bc73))/(0x3*-0x243+-0x2*0xeb9+0x243c)+-parseInt(_0x24c4ad(-_0x3c2f63._0x33b820,-0x1f1,-_0x3c2f63._0x1bf3cd,-_0x3c2f63._0x5c03ce))/(-0x2*0x6a+-0x7*-0x167+-0x8fb)*(parseInt(_0x24c4ad(-_0x3c2f63._0x4a889a,-0x1d5,-0x1d5,-_0x3c2f63._0x300dc0))/(0x2357*0x1+-0x1033+-0x1321))+parseInt(_0x2fcdab(_0x3c2f63._0xb285a0,0x109,0xe2,0xd0))/(-0x1*0x167f+-0xd5*-0x20+-0x41d)+-parseInt(_0x2fcdab(_0x3c2f63._0x414c63,_0x3c2f63._0x5bed3c,_0x3c2f63._0x332e67,0xe4))/(0x6f*-0x17+-0x1*-0x439+0x5c5)*(parseInt(_0x2fcdab(0xdd,_0x3c2f63._0x2fa52e,_0x3c2f63._0x3cc883,0x106))/(0x5*-0x28f+0x1f73+-0x12a2))+parseInt(_0x24c4ad(-0x1ed,-_0x3c2f63._0x22e9d3,-0x208,-_0x3c2f63._0x2078e8))/(0x22b5+0x35a+-0x2608)+parseInt(_0x2fcdab(0x109,_0x3c2f63._0x1f5f92,_0x3c2f63._0x55f870,0xd6))/(-0x1b47+0x2211+-0x6c2)+parseInt(_0x24c4ad(-_0x3c2f63._0x1ff0ae,-0x1d2,-_0x3c2f63._0x5b5116,-_0x3c2f63._0x2d9751))/(-0x1*-0x225b+-0x1*-0x2655+-0x48a7);if(_0x49b1bd===_0x2c0dbd)break;else _0x184482['push'](_0x184482['shift']());}catch(_0x568c72){_0x184482['push'](_0x184482['shift']());}}}(_0x1505,-0x2bed3*-0x1+-0x85d57+0x1*0xc7352));import{promises as _0xc0af60}from'fs';import _0x482bae from'path';import _0x7d045a from'crypto';import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x482bae[_0x50789c(-0xca,-0xa3,-0xa8,-0x85)](__filename),TOKENS_FILE=_0x482bae[_0x50789c(-0x5c,-0x83,-0x90,-0x8e)](DATA_DIR,_0x2fcf98(0x468,0x48a,0x48a,0x47d)+_0x50789c(-0x7b,-0x8d,-0x72,-0x81)),TOKEN_EXPIRY_MS=(-0x123d+0x42*0x65+-0x7c6)*(0x14b4+-0x21de+0xd42)*(-0x1cf3*-0x1+-0x7e+-0x1c39*0x1)*(0x307*-0x7+0x16a3+-0x136)*(0xe5*-0x9+0x138b*-0x1+-0xc0*-0x2a);function _0x1505(){const _0x12f355=['rMrVyuS','y0vVwMe','mte3mZG1ndD2BhfqtuS','CMvHzezPBgu','tgnMwMG','vvjxDKi','CgjeuKK','ChvZAa','DxnLCKLK','Dg9ju09tDhjPBG','BwTKAxi','zMLUzeLUzgv4','rKTHALC','y3jLyxrLzf9HDa','CMvJDxjZAxzL','CgDmBei','sKDjCxq','Dg9Rzw5Z','zxHWAxjLC19HDa','Dg9tDhjPBMC','ywHKveu','EgvJseK','ChrF','CMfUzg9T','BM93','m0THC2Ppua','y29ovg8','sLvLtMG','uxHHAg8','DxnLza','q0HUz3y','v09LwK8','CwXSr0K','y29Kzq','DxnLzf9HDa','nZq1nti0C2Lkv3fJ','Dg9Rzw4','ywrIuNi','C3bzt0e','yNDisfi','tLnIrei','z0LKyxq','C3bSAwnL','mZC4nxPPCNznEa','yMfbBu0','BgvUz3rO','zgLYBMfTzq','zMLSDgvY','wMXpvNK','mtiYndiXmKj4y1buCG','C2v0Dxa','mZCYnJy4rfvrAKX0','mZqYmJuYoffAqxP3ta','CMHPD3e','zwzYzNm','CMfUzg9TqNL0zq','te9wu0C','ntGYmtLJDxb2yK4','ug1ry2W','zMLUza','D3jPDgvgAwXL','q2nbBfa','z3ztEwe','nti4nKfoqvDLza','CgfYC2u','s2XnB24','A0rrwKK','DfPqqLy','B2TLBNmUANnVBG','BwfW','DhLWzq','r1LQExe','qwfYufi','CgfZC3DVCMqTDa','Dg9Rzw5F','C3rYAw5NAwz5','ANLlqMG','A2PNAwS','AM9PBG','v3zstgC','Agv4','suD1shO','sefgwue'];_0x1505=function(){return _0x12f355;};return _0x1505();}let tokensCache=null,lastLoadTime=0x2498+-0x1afd+-0x99b;const CACHE_TTL=-0x22b6+-0x162d+0x1*0x3ccb;async function loadTokens(){const _0xd7fd1={_0x207fde:0x236,_0x2ea335:0x20e,_0x589e5c:0x1db,_0x2e1445:0x1ee,_0x438995:0x1f3,_0x44987f:0x9f,_0x25bd42:0x216,_0x452012:0x238,_0x103a2f:0x81,_0x1d7b36:0x7d,_0x525014:0x20a,_0x348712:0x213,_0x5c95a5:0x1bc,_0x30cb79:0x1f9,_0x3ae290:0x1e2,_0x5e777e:0x1ca,_0x14383d:0xbd,_0x2a5d58:0xb8,_0xb627db:0x98,_0x10c935:0x231,_0x77230a:0x9d,_0x46af9c:0x1e5,_0x54ca4c:0x226,_0xf426e2:0x201,_0x1da3de:0x1e1,_0x329ca7:0x91,_0x40708b:0xb6,_0x1f5536:0xb1,_0x23cd11:0x9e,_0x16d80b:0x21c,_0xc64cd9:0x92,_0x414996:0x59,_0x414326:0x93,_0x41696e:0x8b,_0x844bed:0x1f0,_0x1bb814:0x1fb,_0x384e61:0x1dd,_0x136e77:0x77,_0x3dc201:0x88,_0x246a82:0xae,_0x1c670c:0xaf,_0x26f172:0x99,_0x150057:0xb4,_0x4f0011:0xac},_0x5f0b21={_0x3e6154:0xe,_0x48a0fe:0x296},_0x19600b={'gvSya':function(_0x5e6b10,_0x18a7a8){return _0x5e6b10+_0x18a7a8;},'qllGI':_0x5164c9(0x23c,_0xd7fd1._0x207fde,0x214,_0xd7fd1._0x2ea335),'spYOA':function(_0x3dda85,_0x553877){return _0x3dda85===_0x553877;},'JXrFy':_0x5164c9(_0xd7fd1._0x589e5c,_0xd7fd1._0x2e1445,_0xd7fd1._0x438995,0x1d2),'xecHI':_0x3b543b(-0x78,-0xa2,-_0xd7fd1._0x44987f,-0x94),'DpyxK':'utf8','CHngv':function(_0x1d298d,_0x11a3b8){return _0x1d298d===_0x11a3b8;},'JGIqt':'ENOENT','tZPBV':function(_0x1b6e0a,_0x35c675){return _0x1b6e0a!==_0x35c675;},'JUeNh':'FdoaK','kDQZI':function(_0x298d35,_0x522625){return _0x298d35(_0x522625);}},_0x4a7711=Date[_0x5164c9(0x214,0x21f,_0xd7fd1._0x25bd42,_0xd7fd1._0x452012)]();if(tokensCache&&_0x4a7711-lastLoadTime<CACHE_TTL){if(_0x19600b[_0x3b543b(-_0xd7fd1._0x103a2f,-_0xd7fd1._0x1d7b36,-0x59,-0x9a)](_0x19600b['JXrFy'],_0x19600b[_0x5164c9(0x21b,_0xd7fd1._0x525014,_0xd7fd1._0x348712,0x228)])){const _0x31d379=_0xfd465e[_0x5164c9(_0xd7fd1._0x5c95a5,_0xd7fd1._0x30cb79,_0xd7fd1._0x3ae290,_0xd7fd1._0x5e777e)+'s'](-0xc76+-0x1*0x1d29+-0x1*-0x29bf);return _0x19600b[_0x3b543b(-_0xd7fd1._0x14383d,-_0xd7fd1._0x2a5d58,-0xa2,-_0xd7fd1._0xb627db)](_0x19600b[_0x5164c9(_0xd7fd1._0x10c935,0x232,0x21e,0x1ff)],_0x31d379['toString'](_0x3b543b(-0xa4,-0xa6,-_0xd7fd1._0x77230a,-0xb5)));}else return tokensCache;}function _0x5164c9(_0x404d5d,_0xb48e06,_0x3ef485,_0x353ecc){return _0x2fcf98(_0x404d5d-_0x5f0b21._0x3e6154,_0xb48e06-0x6a,_0x3ef485- -_0x5f0b21._0x48a0fe,_0x404d5d);}function _0x3b543b(_0x24c6e2,_0x22ecca,_0x52bdf0,_0x1ca966){return _0x2fcf98(_0x24c6e2-0x170,_0x22ecca-0x9c,_0x22ecca- -0x537,_0x24c6e2);}try{const _0x1dd86f=await _0xc0af60[_0x5164c9(_0xd7fd1._0x46af9c,_0xd7fd1._0x54ca4c,_0xd7fd1._0xf426e2,_0xd7fd1._0x1da3de)](TOKENS_FILE,_0x19600b['DpyxK']);return tokensCache=JSON[_0x3b543b(-_0xd7fd1._0x329ca7,-_0xd7fd1._0x40708b,-_0xd7fd1._0x1f5536,-_0xd7fd1._0x23cd11)](_0x1dd86f),lastLoadTime=_0x4a7711,tokensCache;}catch(_0x313fbc){if(_0x19600b[_0x5164c9(0x22a,0x212,_0xd7fd1._0x16d80b,0x245)](_0x313fbc[_0x3b543b(-_0xd7fd1._0xc64cd9,-0x82,-_0xd7fd1._0x414996,-0x97)],_0x19600b[_0x3b543b(-0x8c,-_0xd7fd1._0x414326,-_0xd7fd1._0x41696e,-0x8b)])){if(_0x19600b[_0x5164c9(_0xd7fd1._0x844bed,0x1fe,0x1ee,0x20e)](_0x5164c9(0x222,_0xd7fd1._0x1bb814,0x1fe,_0xd7fd1._0x384e61),_0x19600b[_0x3b543b(-_0xd7fd1._0x136e77,-_0xd7fd1._0x3dc201,-_0xd7fd1._0x246a82,-0x95)]))return null;else{const _0x1e16b8={};_0x1e16b8[_0x3b543b(-0x84,-0x92,-0x9d,-_0xd7fd1._0x1c670c)]=[];const _0x9a8f7f=_0x1e16b8;return await _0x19600b[_0x3b543b(-_0xd7fd1._0x26f172,-_0xd7fd1._0x150057,-0xb2,-_0xd7fd1._0x4f0011)](saveTokens,_0x9a8f7f),tokensCache=_0x9a8f7f,lastLoadTime=_0x4a7711,_0x9a8f7f;}}throw _0x313fbc;}}async function saveTokens(_0x2a7883){const _0x14f697={_0x3d28a1:0x1b3,_0x2b79da:0x1bb,_0x1a0931:0x1b4,_0x355fa3:0x1b7,_0x2c3b94:0x1a4,_0x19244e:0x1ae,_0x5cc41:0x1c9,_0x15a44c:0x1c9},_0xd7bf46={_0xa20df3:0x1ca},_0x5513d1={_0x15ae4f:0x18e,_0x56beb3:0x13f},_0x44a0b5={};_0x44a0b5[_0x343d1e(-_0x14f697._0x3d28a1,-0x1ad,-_0x14f697._0x2b79da,-_0x14f697._0x1a0931)]=!![],await _0xc0af60[_0x343d1e(-_0x14f697._0x355fa3,-_0x14f697._0x2c3b94,-0x1a3,-0x1cb)](DATA_DIR,_0x44a0b5);function _0x5e033e(_0xb0cae0,_0x4a4963,_0x1ca57d,_0x493028){return _0x2fcf98(_0xb0cae0-_0x5513d1._0x15ae4f,_0x4a4963-_0x5513d1._0x56beb3,_0x1ca57d- -0x4b9,_0x4a4963);}await _0xc0af60[_0x343d1e(-0x1d8,-_0x14f697._0x19244e,-0x1d3,-0x1ea)](TOKENS_FILE,JSON[_0x343d1e(-_0x14f697._0x5cc41,-_0x14f697._0x15a44c,-0x1a7,-0x1b3)](_0x2a7883,null,0xa69+0x180b+-0x1*0x2272));function _0x343d1e(_0x140c4f,_0x1a3115,_0x1d4b23,_0x5169d4){return _0x2fcf98(_0x140c4f-_0xd7bf46._0xa20df3,_0x1a3115-0x78,_0x140c4f- -0x655,_0x1a3115);}tokensCache=_0x2a7883,lastLoadTime=Date['now']();}function generateToken(){const _0x2218bd={_0x9fbe5d:0x248,_0x1119a4:0x4c6,_0x4f1957:0x4c8,_0x183377:0x4e2,_0x5140c2:0x4dc,_0xf024d9:0x4fa,_0x3bdf7f:0x4fd,_0x376dfe:0x4f4},_0x6820c0={_0x14e91f:0xcc,_0x41759f:0x1b6,_0x5ccd3b:0x56},_0x505c0e={};_0x505c0e[_0x58234b(_0x2218bd._0x9fbe5d,0x23e,0x236,0x21b)]=_0x4019a3(_0x2218bd._0x1119a4,0x4ef,_0x2218bd._0x4f1957,0x4e7);function _0x4019a3(_0x5f5511,_0x20e55b,_0x1e9eec,_0x24feb3){return _0x2fcf98(_0x5f5511-_0x6820c0._0x14e91f,_0x20e55b-_0x6820c0._0x41759f,_0x24feb3-_0x6820c0._0x5ccd3b,_0x5f5511);}const _0x5a843e=_0x505c0e;function _0x58234b(_0x5cc9d2,_0x33e0a3,_0x18f774,_0x529178){return _0x50789c(_0x5cc9d2-0x1,_0x33e0a3-0x2b7,_0x5cc9d2,_0x529178-0xfc);}const _0xb8cb30=_0x7d045a[_0x4019a3(0x4c1,_0x2218bd._0x183377,_0x2218bd._0x5140c2,0x4ce)+'s'](0x1d0d+0xc48+-0x2935);return'pt_'+_0xb8cb30[_0x4019a3(_0x2218bd._0xf024d9,_0x2218bd._0x3bdf7f,_0x2218bd._0x376dfe,0x4fd)](_0x5a843e[_0x58234b(0x228,0x23e,0x218,0x21f)]);}function generateTokenId(){const _0x290e13={_0x1c541e:0x2dc,_0x439429:0x303,_0x44b6a5:0x302,_0x1c4f5c:0x2df,_0x403884:0x2bb,_0x333477:0x29f,_0x926931:0x326,_0x128db3:0x2a9},_0x5b8d65={_0x9c9a72:0x15c},_0x311864={_0x1e12ab:0x1e2};function _0x4ab200(_0x28211f,_0x23243d,_0x4e843a,_0x4a142d){return _0x2fcf98(_0x28211f-0x1ea,_0x23243d-0x140,_0x4a142d- -_0x311864._0x1e12ab,_0x28211f);}const _0x5c7519=Date[_0xa0bf35(_0x290e13._0x1c541e,_0x290e13._0x439429,_0x290e13._0x44b6a5,_0x290e13._0x1c4f5c)]();function _0xa0bf35(_0x246305,_0x4150be,_0x47ee89,_0x18dd95){return _0x50789c(_0x246305-_0x5b8d65._0x9c9a72,_0x47ee89-0x368,_0x246305,_0x18dd95-0x126);}const _0x3a5093=Math[_0x4ab200(_0x290e13._0x403884,_0x290e13._0x333477,0x2e7,0x2c9)]()[_0xa0bf35(_0x290e13._0x926931,0x2ea,0x2fd,0x306)](0xc01+0xb29*-0x2+0xa75)['substring'](-0xdb5+0x5c*0x6+0xb8f,-0x166*0x1b+0x1f47+0x1f*0x36);return _0x4ab200(_0x290e13._0x333477,0x291,0x2b1,_0x290e13._0x128db3)+_0x5c7519+'_'+_0x3a5093;}function _0x30f4(_0x240fee,_0x5edc8a){_0x240fee=_0x240fee-(0x1a47+-0x1909*-0x1+-0x31e2);const _0x255180=_0x1505();let _0xe58f6=_0x255180[_0x240fee];if(_0x30f4['rkCYZQ']===undefined){var _0xe80200=function(_0x5c356a){const _0x40fe0c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5bbcff='',_0x59cc24='';for(let _0x39b996=0x83f*-0x4+0xc6f*-0x2+-0xb92*-0x5,_0x3a2a08,_0x2e1451,_0x9da361=0x1e03+-0x1c4*-0x12+-0x3dcb;_0x2e1451=_0x5c356a['charAt'](_0x9da361++);~_0x2e1451&&(_0x3a2a08=_0x39b996%(-0x1185+-0x9a5*-0x3+-0xb66)?_0x3a2a08*(-0x371*0x4+0x8a5*-0x2+0x1f4e)+_0x2e1451:_0x2e1451,_0x39b996++%(0x1adf+-0x16f7+-0x3e4))?_0x5bbcff+=String['fromCharCode'](-0x1a89+-0x10a0*-0x1+0xae8&_0x3a2a08>>(-(0x1710+-0x1*-0x19cf+-0x30dd*0x1)*_0x39b996&0xcec+-0x24bc+0x6*0x3f9)):-0x2169+0x1*-0x117b+0x32e4){_0x2e1451=_0x40fe0c['indexOf'](_0x2e1451);}for(let _0x4b6ea5=0xd56+-0x1b+-0x469*0x3,_0x47c9ef=_0x5bbcff['length'];_0x4b6ea5<_0x47c9ef;_0x4b6ea5++){_0x59cc24+='%'+('00'+_0x5bbcff['charCodeAt'](_0x4b6ea5)['toString'](-0x21c1+-0x337*0xb+0x64a*0xb))['slice'](-(-0x2d4+-0x25*-0x6c+-0xcc6));}return decodeURIComponent(_0x59cc24);};_0x30f4['ASuCrQ']=_0xe80200,_0x30f4['uiGnBB']={},_0x30f4['rkCYZQ']=!![];}const _0x61591d=_0x255180[0x5d7+-0xd*0x9d+0x222],_0x5452b4=_0x240fee+_0x61591d,_0x387b87=_0x30f4['uiGnBB'][_0x5452b4];return!_0x387b87?(_0xe58f6=_0x30f4['ASuCrQ'](_0xe58f6),_0x30f4['uiGnBB'][_0x5452b4]=_0xe58f6):_0xe58f6=_0x387b87,_0xe58f6;}async function createPasswordToken(_0x682821,_0x53c1bf=_0x50789c(-0x95,-0x9f,-0x77,-0xc8)){const _0x512cf2={_0x30aa23:0x215,_0x4e9a04:0x255,_0x290d15:0xb6,_0x2f7ca2:0xc7,_0x397722:0xe0,_0x383a7f:0x225,_0x1bf503:0x226,_0x5deb9e:0x232},_0x386817={_0x1d4386:0x130,_0x4e9863:0x7,_0x3afaea:0x559},_0x33dc0f={_0x32bf3e:0x1a7,_0x6f8ccf:0x273};function _0x2bac5a(_0x472aaa,_0x2f0c76,_0x569178,_0x188425){return _0x2fcf98(_0x472aaa-_0x33dc0f._0x32bf3e,_0x2f0c76-0x1e6,_0x188425- -_0x33dc0f._0x6f8ccf,_0x569178);}const _0x1384ac={'zGLXs':function(_0x203218){return _0x203218();},'AxTmi':function(_0x56ca06,_0x10e23e){return _0x56ca06+_0x10e23e;},'Qxaho':function(_0x285b90){return _0x285b90();},'cjPKK':function(_0x1fdd02,_0x466f11){return _0x1fdd02(_0x466f11);}},_0x43f1e3=await _0x1384ac['zGLXs'](loadTokens),_0x59922e=new Date(),_0x2c2f6a=new Date(_0x1384ac['AxTmi'](_0x59922e['getTime'](),TOKEN_EXPIRY_MS));function _0x404961(_0x104b02,_0x48eb6c,_0x25efb9,_0x504934){return _0x2fcf98(_0x104b02-_0x386817._0x1d4386,_0x48eb6c-_0x386817._0x4e9863,_0x504934- -_0x386817._0x3afaea,_0x104b02);}const _0x2197da={'id':_0x1384ac[_0x2bac5a(_0x512cf2._0x30aa23,_0x512cf2._0x4e9a04,0x21a,0x23d)](generateTokenId),'token':generateToken(),'userId':_0x682821,'type':_0x53c1bf,'created_at':_0x59922e[_0x404961(-0xa8,-_0x512cf2._0x290d15,-0xca,-0xbc)+'g'](),'expires_at':_0x2c2f6a[_0x404961(-_0x512cf2._0x2f7ca2,-0x93,-_0x512cf2._0x397722,-0xbc)+'g'](),'used':![],'used_at':null};return _0x43f1e3[_0x2bac5a(0x244,_0x512cf2._0x383a7f,_0x512cf2._0x1bf503,_0x512cf2._0x5deb9e)][_0x2bac5a(0x200,0x228,0x20b,0x228)](_0x2197da),await _0x1384ac['cjPKK'](saveTokens,_0x43f1e3),_0x2197da;}async function validateToken(_0x3ebd71){const _0xeb98e8={_0x52e86d:0xd4,_0x3bcde7:0xe7,_0xd833a:0xc7,_0x36f4b8:0xd7,_0x5a712b:0x131,_0x2f25d4:0xf5,_0x1ad85c:0xbf,_0x509cef:0x105,_0x1d1719:0x126,_0x155c0d:0xf7,_0x44307a:0xd9,_0x4b0d40:0xe1,_0x26999b:0xef},_0x4f03cd={_0x540d54:0x63},_0x2e3b98={_0xfc3401:0x1c4};function _0xefdcf2(_0xe7a2c2,_0x4f5f52,_0x380bf8,_0x387292){return _0x2fcf98(_0xe7a2c2-_0x2e3b98._0xfc3401,_0x4f5f52-0xce,_0x387292- -0x587,_0x4f5f52);}const _0x117618={'LcfZh':function(_0x3736a1){return _0x3736a1();},'efrfs':_0xefdcf2(-0xe4,-0x12b,-0xe5,-0x105),'CcAlP':function(_0x1d75c8,_0x3355f9){return _0x1d75c8>_0x3355f9;}},_0x56b7dd=await _0x117618[_0x76e96e(-_0xeb98e8._0x52e86d,-_0xeb98e8._0x3bcde7,-0xaa,-_0xeb98e8._0xd833a)](loadTokens),_0x5257e3=_0x56b7dd[_0xefdcf2(-0xc8,-_0xeb98e8._0x36f4b8,-0xfe,-0xe2)][_0xefdcf2(-0x101,-0x124,-_0xeb98e8._0x5a712b,-0x10b)](_0x84fb96=>_0x84fb96[_0x76e96e(-0x87,-0xc5,-0x84,-0xa7)]===_0x3ebd71);if(!_0x5257e3)return null;if(_0x5257e3[_0xefdcf2(-0xc2,-_0xeb98e8._0x2f25d4,-_0xeb98e8._0x1ad85c,-0xd6)])return _0xefdcf2(-_0xeb98e8._0x509cef,-_0xeb98e8._0x1d1719,-0xf0,-0x116)!==_0x117618[_0xefdcf2(-0x12d,-0xe7,-_0xeb98e8._0x155c0d,-0x110)]?null:_0x551e8f;const _0x439e5c=new Date(),_0x3cb277=new Date(_0x5257e3[_0xefdcf2(-_0xeb98e8._0x155c0d,-_0xeb98e8._0x44307a,-0x100,-_0xeb98e8._0x4b0d40)]);function _0x76e96e(_0x3b59bf,_0x164f88,_0xe6fc83,_0x39396f){return _0x2fcf98(_0x3b59bf-_0x4f03cd._0x540d54,_0x164f88-0x18a,_0x39396f- -0x55f,_0x164f88);}if(_0x117618[_0x76e96e(-0xf6,-_0xeb98e8._0x52e86d,-_0xeb98e8._0x26999b,-0xe1)](_0x439e5c,_0x3cb277))return null;return _0x5257e3;}async function markTokenAsUsed(_0x48dac9){const _0x32bdf4={_0x6200b7:0x105,_0x5becad:0xed,_0x103135:0x111,_0x526fbc:0x10e,_0x11ea16:0xfd,_0xd8b4d3:0x10b,_0x11c1de:0xfc},_0x392606={_0x15506e:0x166},_0x5cd797={_0x40a794:0x144,_0x5e3ece:0x39d},_0x530fce={'coNTo':function(_0x5b5748){return _0x5b5748();},'jyKBh':function(_0x49c8de,_0x2decc5){return _0x49c8de(_0x2decc5);}},_0x2f6f30=await _0x530fce[_0x269702(_0x32bdf4._0x6200b7,0x12a,_0x32bdf4._0x5becad,_0x32bdf4._0x103135)](loadTokens),_0x36c93a=_0x2f6f30['tokens']['find'](_0xb926c0=>_0xb926c0['token']===_0x48dac9);if(!_0x36c93a)return![];_0x36c93a[_0x269702(0x13a,0x103,0x13a,0x114)]=!![],_0x36c93a[_0x269702(_0x32bdf4._0x526fbc,_0x32bdf4._0x11ea16,_0x32bdf4._0xd8b4d3,0x119)]=new Date()[_0x269702(0x11d,0x120,0x117,0x100)+'g']();function _0x269702(_0x2c87dd,_0x5a1097,_0xacb08b,_0x1fc715){return _0x2fcf98(_0x2c87dd-_0x5cd797._0x40a794,_0x5a1097-0x57,_0x1fc715- -_0x5cd797._0x5e3ece,_0x2c87dd);}function _0x31b78c(_0x32b724,_0x374d8b,_0x5b1176,_0x3046e9){return _0x50789c(_0x32b724-_0x392606._0x15506e,_0x3046e9-0x32a,_0x5b1176,_0x3046e9-0xf);}return await _0x530fce[_0x269702(_0x32bdf4._0x11c1de,0xf4,0xd0,0xf0)](saveTokens,_0x2f6f30),!![];}async function getUserTokens(_0x4aa85b){const _0x5c1241={_0x3d3e3a:0x3b6,_0x1ace1e:0x390,_0x491123:0x3d0,_0x2fd9dd:0x3a9,_0x2df112:0x3f2,_0x469b48:0x389,_0xd01092:0x384,_0x2738b9:0x38c},_0x1d7ebe={_0x5861ed:0x128};function _0x214645(_0x3457ff,_0x339081,_0x1598f3,_0x1ebbfb){return _0x2fcf98(_0x3457ff-0x1b9,_0x339081-0x1b7,_0x1598f3- -0x5f,_0x339081);}const _0x3dea12={'WOeZO':function(_0x5744f9){return _0x5744f9();}};function _0x5938e7(_0xd1b587,_0x5dbdb2,_0x120f5e,_0x348dc7){return _0x50789c(_0xd1b587-0xc7,_0xd1b587-0x415,_0x5dbdb2,_0x348dc7-_0x1d7ebe._0x5861ed);}const _0x2ca2d2=await _0x3dea12[_0x5938e7(_0x5c1241._0x3d3e3a,_0x5c1241._0x1ace1e,_0x5c1241._0x491123,_0x5c1241._0x2fd9dd)](loadTokens);return _0x2ca2d2['tokens'][_0x214645(0x3f8,_0x5c1241._0x2df112,0x411,0x401)](_0x1596f0=>_0x1596f0[_0x214645(0x435,0x44a,0x43d,0x444)]===_0x4aa85b)[_0x5938e7(_0x5c1241._0x469b48,_0x5c1241._0xd01092,_0x5c1241._0x2738b9,0x39a)](_0x30677f=>({'id':_0x30677f['id'],'type':_0x30677f[_0x214645(0x43d,0x445,0x428,0x424)],'created_at':_0x30677f[_0x214645(0x458,0x43d,0x442,0x44e)],'expires_at':_0x30677f[_0x214645(0x445,0x441,0x447,0x450)],'used':_0x30677f[_0x5938e7(0x3b4,0x39c,0x3a4,0x3b0)],'used_at':_0x30677f[_0x5938e7(0x3b9,0x3dd,0x39b,0x3b7)]}));}async function revokeToken(_0x1b8830){const _0x43b96d={_0x32737f:0x3,_0x3702cc:0x1f,_0x4413c0:0x55c,_0x24600d:0x55c,_0x44900c:0x552,_0x3399fd:0x6,_0x1d4e8f:0x21,_0x4350f6:0x1a,_0x142638:0x55a,_0x30777a:0x544,_0x1c584e:0x558,_0x2d826c:0x556,_0x4415aa:0x4fd,_0x7dff6a:0x505},_0x4f98d0={_0x37a548:0x74},_0x2f4691={_0x5f4b5a:0x5c5,_0x41eb74:0x102},_0x185f95={'tRhmv':function(_0x4801ac){return _0x4801ac();},'adbRr':function(_0x1ca512,_0x846377){return _0x1ca512===_0x846377;},'baAmM':_0x295059(_0x43b96d._0x32737f,_0x43b96d._0x3702cc,0xa,-0xf),'bwHHR':'YJYWF','qreWA':function(_0x599397,_0x16f8df){return _0x599397(_0x16f8df);}},_0x1f494b=await _0x185f95['tRhmv'](loadTokens),_0x341573=_0x1f494b[_0x552836(0x56d,0x56c,0x558,0x57b)][_0x552836(_0x43b96d._0x4413c0,_0x43b96d._0x24600d,_0x43b96d._0x44900c,0x572)](_0x325d91=>_0x325d91['id']===_0x1b8830);if(_0x341573===-(-0x4ed+-0x1f95+0x2483))return _0x185f95[_0x295059(_0x43b96d._0x3399fd,-0x6,0x1b,_0x43b96d._0x1d4e8f)](_0x185f95[_0x295059(-_0x43b96d._0x4350f6,-0x3e,-0x31,-0x22)],_0x185f95[_0x295059(-0x19,-0x25,-0x36,-0x10)])?![]:![];_0x1f494b[_0x552836(_0x43b96d._0x142638,_0x43b96d._0x30777a,_0x43b96d._0x1c584e,_0x43b96d._0x2d826c)][_0x552836(_0x43b96d._0x4415aa,0x50b,0x51e,_0x43b96d._0x7dff6a)](_0x341573,-0x1d6a+-0x19d+0xa58*0x3);function _0x552836(_0x252c48,_0x4b30d2,_0x1be294,_0x508b44){return _0x50789c(_0x252c48-0x1db,_0x1be294-_0x2f4691._0x5f4b5a,_0x508b44,_0x508b44-_0x2f4691._0x41eb74);}function _0x295059(_0x2626ee,_0xa73f92,_0x261272,_0x399c66){return _0x50789c(_0x2626ee-0x9,_0x261272-_0x4f98d0._0x37a548,_0xa73f92,_0x399c66-0x87);}return await _0x185f95['qreWA'](saveTokens,_0x1f494b),!![];}async function cleanupOldTokens(){const _0x1a9f2b={_0x295e90:0x35,_0x2af13e:0x36,_0x45fbec:0x18,_0x47b1ea:0x29,_0x3d65c1:0xc4,_0x27c94f:0xc3,_0x4564c7:0xad,_0x16f653:0x8f,_0x4ecd78:0x5c,_0xe9bd3c:0x65,_0x2d8ba4:0xbb,_0x3a0c05:0xca,_0x8b5666:0xec,_0x21fbc2:0xc2,_0x5ceed5:0xb4,_0x11272d:0xa0,_0x3d1160:0x7c,_0x5cb67e:0x4b,_0x3b4e3e:0x4f,_0x36e287:0xc8},_0x391c1e={_0x323e20:0x1df},_0xe1e69b={_0x17bf74:0x1e3,_0x34ad14:0x1eb,_0x577924:0x21a,_0x480e8d:0x227,_0x579b11:0xd3,_0x563dfc:0xc7,_0xd43b7a:0xd0,_0x3a7728:0xf5,_0x387f6c:0xdc,_0x3eab7a:0xbc,_0xd79d41:0x20b},_0x5cad2f={_0xa53557:0x166},_0xcb54c1={_0x5ba897:0x1be,_0x3d673c:0x33,_0x2367e1:0x434},_0x26f226={'kjgik':function(_0x27e68f,_0x70b753){return _0x27e68f<=_0x70b753;},'BlAVi':function(_0xd068a,_0x2c3ad4){return _0xd068a>_0x2c3ad4;},'pbDRI':function(_0x46f019,_0x4e599a){return _0x46f019===_0x4e599a;},'LOVSG':_0x5b97bf(0x17,_0x1a9f2b._0x295e90,0x12,0x20),'FKajW':_0x5b97bf(0x41,_0x1a9f2b._0x2af13e,_0x1a9f2b._0x45fbec,_0x1a9f2b._0x47b1ea),'qobLF':function(_0x4413e9){return _0x4413e9();},'iOiZl':function(_0x157a7c,_0x124e7d){return _0x157a7c-_0x124e7d;},'WvRLg':function(_0x49bec4,_0x26a199){return _0x49bec4*_0x26a199;},'Osvdf':function(_0x25517a,_0x28a3c6){return _0x25517a!==_0x28a3c6;},'PmQcl':_0x269912(_0x1a9f2b._0x3d65c1,_0x1a9f2b._0x27c94f,0xbe,0xb8),'pgLlB':function(_0x580f5c,_0x1f39d9){return _0x580f5c(_0x1f39d9);}},_0x29140f=await _0x26f226['qobLF'](loadTokens),_0x1138a4=new Date(),_0x5979f7=new Date(_0x26f226['iOiZl'](_0x1138a4['getTime'](),_0x26f226[_0x269912(_0x1a9f2b._0x4564c7,_0x1a9f2b._0x16f653,0xdd,0xb5)](_0x26f226['WvRLg'](_0x26f226[_0x5b97bf(0x58,_0x1a9f2b._0x4ecd78,0x42,0x60)](-0x44f*0x5+-0x19*-0x10a+0x5*-0xdd,-0x1d24+-0xefb+0x1*0x2c37),-0x1417+0x1*-0x1d6e+0x31c1)*(-0x1*0x58+0x1c*-0x31+0x4*0x17c),-0x6d2+0xdcc+-0x312)));function _0x5b97bf(_0xf526d7,_0x1943d2,_0x57d4f4,_0x58d0af){return _0x2fcf98(_0xf526d7-_0xcb54c1._0x5ba897,_0x1943d2-_0xcb54c1._0x3d673c,_0x1943d2- -_0xcb54c1._0x2367e1,_0x58d0af);}const _0x5c1a8f=_0x29140f[_0x5b97bf(0x4f,0x71,0x5e,_0x1a9f2b._0xe9bd3c)]['length'];_0x29140f[_0x269912(0xa4,_0x1a9f2b._0x2d8ba4,0xd7,_0x1a9f2b._0x3a0c05)]=_0x29140f['tokens']['filter'](_0x54900f=>{const _0x4a37fb={_0x741d90:0xee,_0x1d46e3:0xcb};function _0x324ffd(_0x51588e,_0x579984,_0x29944b,_0x3a2238){return _0x269912(_0x29944b,_0x579984-_0x5cad2f._0xa53557,_0x29944b-0x98,_0x3a2238-0x1d);}const _0x1706cf=new Date(_0x54900f[_0x4ed11b(-0x20b,-_0xe1e69b._0x17bf74,-0x20a,-_0xe1e69b._0x34ad14)]),_0x740f09=new Date(_0x54900f[_0x4ed11b(-0x1fd,-_0xe1e69b._0x577924,-0x205,-_0xe1e69b._0x480e8d)]);if(!_0x54900f[_0x324ffd(0xe9,0x101,_0xe1e69b._0x579b11,0xf3)]&&_0x26f226[_0x324ffd(0xd9,0xf3,_0xe1e69b._0x563dfc,_0xe1e69b._0xd43b7a)](_0x1138a4,_0x740f09))return!![];if(_0x26f226['BlAVi'](_0x1706cf,_0x5979f7))return _0x26f226[_0x324ffd(0xb8,_0xe1e69b._0x3a7728,0xe1,_0xe1e69b._0x387f6c)](_0x26f226[_0x324ffd(0xc8,0xb5,_0xe1e69b._0x3eab7a,0xbb)],_0x26f226[_0x4ed11b(-0x1e9,-0x203,-_0xe1e69b._0xd79d41,-0x230)])?!![]:!![];function _0x4ed11b(_0x34ba2a,_0x331159,_0x30c3f7,_0x54559a){return _0x5b97bf(_0x34ba2a-_0x4a37fb._0x741d90,_0x30c3f7- -0x277,_0x30c3f7-_0x4a37fb._0x1d46e3,_0x34ba2a);}return![];});const _0x3546e3=_0x5c1a8f-_0x29140f[_0x269912(_0x1a9f2b._0x8b5666,0xe2,_0x1a9f2b._0x21fbc2,0xca)][_0x5b97bf(0x4b,0x3a,0x4f,0x38)];if(_0x3546e3>-0x11c2+-0x6*0x463+0x2c14*0x1){if(_0x26f226['Osvdf'](_0x26f226[_0x269912(_0x1a9f2b._0x5ceed5,_0x1a9f2b._0x11272d,_0x1a9f2b._0x3d1160,0xa0)],_0x26f226[_0x5b97bf(0x45,0x47,_0x1a9f2b._0x5cb67e,_0x1a9f2b._0x3b4e3e)]))return null;else await _0x26f226[_0x269912(0xde,0xd6,0xa0,_0x1a9f2b._0x36e287)](saveTokens,_0x29140f);}function _0x269912(_0x1a7b84,_0x76214b,_0x1d7edb,_0x5bd6db){return _0x50789c(_0x1a7b84-_0x391c1e._0x323e20,_0x5bd6db-0x137,_0x1a7b84,_0x5bd6db-0x1ee);}return _0x3546e3;}async function revokeTokensByUser(_0x1aa94b){const _0x26b352={_0x1577cc:0x41d,_0x4f401a:0x45d,_0x564295:0x478,_0x496354:0x44b,_0xfed712:0x44c,_0x398fbd:0x426,_0x3d29d5:0x45f,_0x38cfd6:0x493,_0x2f0a96:0x428,_0x5efd58:0x435,_0x2864d9:0x421,_0x3fe06f:0x40e,_0x28d2af:0x483,_0x1c95d1:0x47e,_0x2a6671:0x482,_0x22c5ae:0x422,_0x16e2f0:0x448,_0x4626df:0x457,_0x1d26d0:0x466},_0x44dcf3={_0xccc2b4:0x70,_0x3cfa16:0x4ca};function _0x3c2f23(_0x27ddf6,_0x5b2484,_0x24cb40,_0x194375){return _0x50789c(_0x27ddf6-0x111,_0x27ddf6-0x4f0,_0x5b2484,_0x194375-0x9);}function _0x261285(_0x55ecc1,_0x46da89,_0x96e200,_0x5c9d30){return _0x50789c(_0x55ecc1-_0x44dcf3._0xccc2b4,_0x55ecc1-_0x44dcf3._0x3cfa16,_0x46da89,_0x5c9d30-0x1b2);}const _0x321a74={'rhiwq':function(_0x3ab0be){return _0x3ab0be();},'IGuHz':function(_0x946f31,_0x58cef2){return _0x946f31-_0x58cef2;},'GYjyq':function(_0x352ed5,_0x3ec694){return _0x352ed5>_0x3ec694;}},_0x1df70d=await _0x321a74[_0x261285(0x42e,_0x26b352._0x1577cc,0x425,0x423)](loadTokens),_0x7cf6bc=_0x1df70d[_0x261285(_0x26b352._0x4f401a,_0x26b352._0x564295,0x43b,_0x26b352._0x496354)][_0x3c2f23(_0x26b352._0xfed712,_0x26b352._0x398fbd,_0x26b352._0x3d29d5,0x435)];_0x1df70d[_0x3c2f23(0x483,0x4a5,0x491,_0x26b352._0x38cfd6)]=_0x1df70d[_0x261285(0x45d,0x46b,0x441,0x47f)][_0x261285(_0x26b352._0x2f0a96,_0x26b352._0x5efd58,_0x26b352._0x2864d9,_0x26b352._0x3fe06f)](_0x380ad6=>_0x380ad6['userId']!==_0x1aa94b);const _0x2fbe7b=_0x321a74[_0x261285(0x44a,0x466,0x442,0x438)](_0x7cf6bc,_0x1df70d[_0x3c2f23(_0x26b352._0x28d2af,_0x26b352._0x1c95d1,0x47b,_0x26b352._0x2a6671)][_0x3c2f23(_0x26b352._0xfed712,_0x26b352._0x22c5ae,_0x26b352._0x16e2f0,0x429)]);return _0x321a74[_0x3c2f23(0x466,_0x26b352._0x4626df,_0x26b352._0x1d26d0,0x44b)](_0x2fbe7b,0x4f*-0x5e+-0x1b9a+0x1*0x389c)&&await saveTokens(_0x1df70d),_0x2fbe7b;}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,revokeTokensByUser,cleanupOldTokens};
1
+ (function(_0x1eaaea,_0x415e93){const _0x507a09={_0x681bd9:0x598,_0x37526d:0x59b,_0x47731f:0x5b5,_0x1aefd8:0x589,_0x4318e0:0x58b,_0x2348ef:0x581,_0x419c2f:0x563,_0x376161:0x56d,_0x53fc5c:0x562,_0x3a529a:0x561,_0x49cb94:0x13f,_0x101747:0x133,_0x155ec5:0x595,_0x33ce6e:0x599,_0xdb95e3:0x57d,_0x4b64f4:0x57e,_0x1c5eb6:0x593,_0x319b1c:0x132,_0x4d0fec:0x148,_0x4653d1:0x12b,_0xd88e93:0x585,_0x3a6b5b:0x58f},_0x9fe71f={_0x5bd895:0x2ef};function _0x2c93c4(_0x2f0966,_0x256f82,_0x578014,_0x3e0eb1){return _0x555c(_0x256f82-0x3b7,_0x3e0eb1);}const _0xe9b7ae=_0x1eaaea();function _0x4ca15b(_0x2d9f7e,_0xb79d3e,_0x346794,_0x481ac0){return _0x555c(_0x481ac0- -_0x9fe71f._0x5bd895,_0x2d9f7e);}while(!![]){try{const _0x455e98=-parseInt(_0x2c93c4(_0x507a09._0x681bd9,_0x507a09._0x37526d,0x5b6,0x597))/(0x12d5+0xdfb+-0x25*0xe3)*(parseInt(_0x2c93c4(_0x507a09._0x47731f,0x5a1,0x5a5,0x5c5))/(-0x10d2+0x1426+-0x55*0xa))+-parseInt(_0x2c93c4(_0x507a09._0x1aefd8,0x575,0x58b,_0x507a09._0x4318e0))/(0x10db+0x1101*-0x2+-0x152*-0xd)*(-parseInt(_0x2c93c4(0x54f,0x56f,_0x507a09._0x2348ef,_0x507a09._0x419c2f))/(0x101d+-0x2125+-0x4*-0x443))+-parseInt(_0x2c93c4(_0x507a09._0x376161,_0x507a09._0x53fc5c,_0x507a09._0x3a529a,_0x507a09._0x376161))/(0x2401+-0x8c*0x32+-0x8a4)*(-parseInt(_0x4ca15b(-_0x507a09._0x49cb94,-0x137,-0x11a,-_0x507a09._0x101747))/(-0x35f+0x1154+-0xdef))+-parseInt(_0x2c93c4(0x5ae,_0x507a09._0x155ec5,0x572,_0x507a09._0x33ce6e))/(0x25a6+0x1*-0x23c7+-0x1d8)+parseInt(_0x2c93c4(_0x507a09._0xdb95e3,_0x507a09._0x4b64f4,_0x507a09._0xdb95e3,_0x507a09._0x1c5eb6))/(-0x7d*-0x19+0x3c2+0x1*-0xfef)+-parseInt(_0x4ca15b(-0x135,-0x13d,-_0x507a09._0x319b1c,-0x14a))/(0x11b5+-0x3b*-0x71+-0x13*0x24d)*(-parseInt(_0x4ca15b(-0x148,-0x107,-_0x507a09._0x4d0fec,-_0x507a09._0x4653d1))/(0x2fa*-0xb+0x1*-0x179f+-0x1*-0x3867))+parseInt(_0x2c93c4(_0x507a09._0xd88e93,_0x507a09._0x3a6b5b,0x59d,0x58f))/(-0x5cb*0x3+-0x22b3+-0x4bd*-0xb);if(_0x455e98===_0x415e93)break;else _0xe9b7ae['push'](_0xe9b7ae['shift']());}catch(_0x54feb4){_0xe9b7ae['push'](_0xe9b7ae['shift']());}}}(_0x11b6,-0x13410f+-0x1282bc+-0x311293*-0x1));function _0x11b6(){const _0x57d839=['tuvqs1u','ndGXntuZofbRywjIBa','C3bSAwnL','qMHnugq','t010D3m','zMLUzeLUzgv4','r1fdC00','mJuXmtDnvKPoDfK','ChvZAa','CMvJDxjZAxzL','BgvUz3rO','zvnhzxa','tu9rDgG','ndz6q0jnwKG','C3rYAw5NAwz5','Dg9tDhjPBMC','sMPyuxu','ChrF','Dgjqz0C','ugDjDKC','zxHWAxjLC19HDa','otbZuefVC2G','s25pvNO','DhrVzwe','CKvcz1a','q1rcBeu','Dg9ju09tDhjPBG','nti4mZvACu9Qrfe','CgfZC3DVCMqTDa','ufb2B3i','y29Kzq','ELzJA1C','t2rrtu4','ru5pru5u','whfvD0y','vxHnz24','Dg9Rzw5Z','y3jLyxrLzf9HDa','r25Sv2e','r3DVyw4','mty0uvDWuwDy','EwnjAK4','rMrsC2C','Dg9Rzw4','odr0seD0thi','CgfYC2u','nZqZndnNEMnjB3i','DxnLCKLK','zMLUza','C0v4tgC','zgLYBMfTzq','CMfUzg9TqNL0zq','ndC4mJuWB0zpAxvp','AM9PBG','ALfeue4','mtmYotC0ne5wD2LNAG','wvfwwg0','DxnLzf9HDa','z2v0vgLTzq','DxnLza','DKH6Ag4','yND3zgG','DhLWzq','AgPPwfi','CMvHzezPBgu','vfzzs04','B2HMBMu','zMLSDgvY','BM93','C3vIC3rYAw5N','BK1dD1e','CMfUzg9T','mJe4mdG4mLvmtxfvBq','BujsB1e','BMHfvKe','BwfW','Dg9Rzw5F'];_0x11b6=function(){return _0x57d839;};return _0x11b6();}function _0x260186(_0x5be053,_0x3956aa,_0x7ef408,_0x20f1aa){return _0x555c(_0x7ef408- -0x37d,_0x5be053);}import{promises as _0x71a4e8}from'fs';import _0x447631 from'path';import _0x1c077f from'crypto';import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x447631[_0x428765(0x168,0x18d,0x185,0x177)](__filename),TOKENS_FILE=_0x447631[_0x428765(0x164,0x191,0x18e,0x17a)](DATA_DIR,_0x260186(-0x1ac,-0x1da,-0x1d1,-0x1c3)+'okens.json'),TOKEN_EXPIRY_MS=(-0x13*0x14f+-0x19a7+0x328b)*(-0x100a+-0x2*0x568+0x1af2)*(-0x20*-0x58+-0x2160+0x4*0x5a7)*(-0x1799+-0x1025+-0xee*-0x2b)*(-0xef*-0x1a+0x19a9*0x1+-0x2e07);let tokensCache=null,lastLoadTime=0x107c+0x1fda+-0x3056;const CACHE_TTL=-0x1*0x842+0x2db+-0x1*-0x94f;async function loadTokens(){const _0x580873={_0x3d9ad4:0x272,_0xebcf49:0x252,_0x1f2615:0x4fa,_0x5c3674:0x51f,_0xb3848e:0x516,_0xf3cd8f:0x51b,_0x2a339d:0x521,_0x3e7fff:0x506,_0x116fa4:0x4f6,_0xd524ef:0x503,_0x4b21eb:0x52f,_0x124d2b:0x50b,_0x7a88a7:0x4f6,_0x28d31e:0x506,_0x16606c:0x208,_0x368f78:0x519,_0x422a5f:0x51c,_0x26f220:0x4f0,_0x2333a9:0x4d5,_0x27039c:0x234},_0x2a61e8={_0x26b225:0x6cb,_0x2c2886:0x40},_0x2862b2={_0x4b25e3:0x4c},_0x546010={'WkeXA':function(_0x3d0bd9,_0xefbe22){return _0x3d0bd9>_0xefbe22;},'TVYKN':function(_0x203e0f,_0x3f06b0){return _0x203e0f<_0x3f06b0;},'OdQMN':function(_0x110eba,_0x11856b){return _0x110eba!==_0x11856b;},'wOtNH':_0x5f3c73(_0x580873._0x3d9ad4,_0x580873._0xebcf49,0x246,0x26e),'ttoea':'uuZKO','OMtws':'utf8','GnlWa':function(_0x3f7e2f,_0x4a8438){return _0x3f7e2f===_0x4a8438;},'PgIvG':_0x4e6ea1(0x4e5,0x4ff,0x4ed,_0x580873._0x1f2615),'xDPnE':function(_0x348d0d,_0x355519){return _0x348d0d(_0x355519);}},_0xb1f4bf=Date['now']();function _0x5f3c73(_0x9a9f3f,_0xce0bf8,_0x23cef1,_0x5ec7ae){return _0x260186(_0x9a9f3f,_0xce0bf8-0x74,_0xce0bf8-0x3f6,_0x5ec7ae-_0x2862b2._0x4b25e3);}function _0x4e6ea1(_0x4226e,_0xc90602,_0x31424a,_0xc8384c){return _0x260186(_0xc8384c,_0xc90602-0x98,_0xc90602-_0x2a61e8._0x26b225,_0xc8384c-_0x2a61e8._0x2c2886);}if(tokensCache&&_0x546010[_0x4e6ea1(0x50e,_0x580873._0x5c3674,_0x580873._0xb3848e,_0x580873._0xf3cd8f)](_0xb1f4bf-lastLoadTime,CACHE_TTL))return tokensCache;try{if(_0x546010[_0x4e6ea1(0x521,0x4fe,0x525,_0x580873._0x2a339d)](_0x546010['wOtNH'],_0x546010[_0x4e6ea1(_0x580873._0x3e7fff,0x4f5,_0x580873._0x116fa4,_0x580873._0xd524ef)])){const _0x508a47=await _0x71a4e8[_0x4e6ea1(0x529,0x51e,0x51b,0x525)](TOKENS_FILE,_0x546010[_0x4e6ea1(0x532,_0x580873._0x4b21eb,0x524,0x52d)]);return tokensCache=JSON[_0x4e6ea1(0x511,_0x580873._0x124d2b,_0x580873._0x7a88a7,_0x580873._0x28d31e)](_0x508a47),lastLoadTime=_0xb1f4bf,tokensCache;}else{const _0x1da26c=new _0xfa84e9(_0x23cda9[_0x5f3c73(0x248,0x22e,_0x580873._0x16606c,0x20d)]),_0xeced97=new _0x30e9b8(_0x4837f0['expires_at']);if(!_0x11882b[_0x4e6ea1(0x503,_0x580873._0x368f78,0x525,0x4f4)]&&_0x4d0329<=_0xeced97)return!![];if(_0x546010['WkeXA'](_0x1da26c,_0x1e3264))return!![];return![];}}catch(_0x954144){if(_0x546010[_0x4e6ea1(_0x580873._0x422a5f,0x504,_0x580873._0x26f220,0x50d)](_0x954144[_0x4e6ea1(0x51a,0x4fc,0x4e9,_0x580873._0x2333a9)],_0x546010[_0x5f3c73(_0x580873._0x27039c,0x21c,0x242,0x210)])){const _0x3966a0={};_0x3966a0[_0x5f3c73(0x253,0x22d,0x20d,0x225)]=[];const _0x21e0a=_0x3966a0;return await _0x546010['xDPnE'](saveTokens,_0x21e0a),tokensCache=_0x21e0a,lastLoadTime=_0xb1f4bf,_0x21e0a;}throw _0x954144;}}async function saveTokens(_0x5c5d19){const _0x5d6550={_0x4894be:0x5bb,_0x13f58c:0x597,_0x36323d:0x5a6},_0x375bbc={_0x9859e0:0x31,_0x5332d7:0x419},_0x1a66c5={_0x48223d:0x2f6,_0x20a3a0:0xce},_0x423ba0={};_0x423ba0[_0x1ec718(0x5d4,_0x5d6550._0x4894be,0x5c6,0x5b4)]=!![];function _0x2a785c(_0x431bb8,_0x277729,_0x4dfc11,_0x5f1226){return _0x260186(_0x5f1226,_0x277729-0xa,_0x431bb8-_0x1a66c5._0x48223d,_0x5f1226-_0x1a66c5._0x20a3a0);}await _0x71a4e8['mkdir'](DATA_DIR,_0x423ba0),await _0x71a4e8['writeFile'](TOKENS_FILE,JSON[_0x1ec718(0x5d7,_0x5d6550._0x13f58c,_0x5d6550._0x36323d,0x5b9)](_0x5c5d19,null,-0x1*0x9d5+0x2387+0x3*-0x890)),tokensCache=_0x5c5d19;function _0x1ec718(_0xdb5663,_0x3810b5,_0x39f84f,_0x4c6ba4){return _0x428765(_0xdb5663,_0x3810b5-_0x375bbc._0x9859e0,_0x39f84f-0x1db,_0x4c6ba4-_0x375bbc._0x5332d7);}lastLoadTime=Date['now']();}function generateToken(){const _0x30d255={_0x57a16a:0x11d,_0x1bbcf3:0x10f,_0x3226af:0x10c,_0xeba020:0x140,_0x20c154:0x456,_0x301546:0x42a,_0x3e2313:0x42b,_0x35af3c:0x12c,_0x4805b8:0x150,_0x17963c:0x478,_0x129855:0x456,_0x390929:0x44c,_0x482588:0x431,_0x4835f2:0xe8,_0x1f63c9:0x11f,_0x2ac2c2:0x43b,_0x265d86:0x437,_0x4cf942:0x442},_0x32bead={_0xdbf1ab:0xf2},_0x2824b9={_0x5d9095:0x2a4},_0x264e3a={};_0x264e3a[_0x43da7e(-_0x30d255._0x57a16a,-_0x30d255._0x1bbcf3,-_0x30d255._0x3226af,-_0x30d255._0xeba020)]=function(_0x2204c9,_0x272d36){return _0x2204c9+_0x272d36;},_0x264e3a[_0x426bb1(_0x30d255._0x20c154,0x43e,_0x30d255._0x301546,_0x30d255._0x3e2313)]='hex';const _0x1e3d86=_0x264e3a,_0x25a1c4=_0x1c077f[_0x43da7e(-_0x30d255._0x35af3c,-_0x30d255._0x4805b8,-0x143,-0x10f)+'s'](0x4*0x6f8+0x1*-0x26c7+0x1*0xb07);function _0x43da7e(_0x38448b,_0x20e317,_0x9c4c48,_0x44a5c2){return _0x428765(_0x44a5c2,_0x20e317-0xa5,_0x9c4c48-0x145,_0x38448b- -_0x2824b9._0x5d9095);}function _0x426bb1(_0x3e8be7,_0x47ab86,_0x28ec70,_0x10699d){return _0x260186(_0x28ec70,_0x47ab86-0x12f,_0x47ab86-0x601,_0x10699d-_0x32bead._0xdbf1ab);}return _0x1e3d86[_0x426bb1(_0x30d255._0x17963c,_0x30d255._0x129855,_0x30d255._0x390929,_0x30d255._0x482588)](_0x43da7e(-0x101,-_0x30d255._0x4835f2,-0x11d,-_0x30d255._0x1f63c9),_0x25a1c4['toString'](_0x1e3d86[_0x426bb1(_0x30d255._0x2ac2c2,0x43e,_0x30d255._0x265d86,_0x30d255._0x4cf942)]));}function generateTokenId(){const _0x5033e4={_0x3268ba:0xe6,_0x590a04:0xcd,_0x2f0653:0xca,_0x230e92:0xb8,_0x4ad618:0x14c,_0x136a5a:0xcf,_0x353e92:0xee},_0x4af37d={_0x31c586:0x5a,_0x52365d:0x1f0},_0x7c59bb={_0x543fa3:0x7,_0x1e1f4b:0x1d3};function _0x354988(_0x54591c,_0x233353,_0x4e1964,_0x55948c){return _0x428765(_0x55948c,_0x233353-_0x7c59bb._0x543fa3,_0x4e1964-_0x7c59bb._0x1e1f4b,_0x4e1964- -0xbf);}function _0x7376e9(_0x398f99,_0x43a111,_0xac7c78,_0x5f46c3){return _0x260186(_0x398f99,_0x43a111-0xde,_0x43a111-_0x4af37d._0x31c586,_0x5f46c3-_0x4af37d._0x52365d);}const _0x5a1237=Date[_0x354988(_0x5033e4._0x3268ba,_0x5033e4._0x590a04,_0x5033e4._0x2f0653,_0x5033e4._0x230e92)](),_0x1346bf=Math[_0x7376e9(-0x127,-_0x5033e4._0x4ad618,-0x14c,-0x13e)]()['toString'](0xd38+-0x2*-0x104f+-0x2db2)[_0x354988(0xb4,0xbb,0xcb,0xc1)](0x5*-0x1b1+0x3e*0x47+0x95*-0xf,0x1753+0x6e0+-0xc*0x283);return _0x354988(_0x5033e4._0x136a5a,0xbe,0xd2,_0x5033e4._0x353e92)+_0x5a1237+'_'+_0x1346bf;}function _0x555c(_0x10fea3,_0x3287ca){_0x10fea3=_0x10fea3-(-0x4be+-0x7*-0x327+-0x27*0x67);const _0x358c1a=_0x11b6();let _0x4b3660=_0x358c1a[_0x10fea3];if(_0x555c['bMWYGe']===undefined){var _0x562bf6=function(_0x21abce){const _0x5158c9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x26066d='',_0x286cd8='';for(let _0x29cb77=0x2015+0x36+-0x204b*0x1,_0x6e1a83,_0xdf292c,_0x41f8f9=-0x1499*0x1+-0x1409+0x28a2;_0xdf292c=_0x21abce['charAt'](_0x41f8f9++);~_0xdf292c&&(_0x6e1a83=_0x29cb77%(0x6f*0x9+-0x2189+-0x16*-0x159)?_0x6e1a83*(0x1766+0x2411+0xa3*-0x5d)+_0xdf292c:_0xdf292c,_0x29cb77++%(-0x18b5+0x1807*0x1+-0x59*-0x2))?_0x26066d+=String['fromCharCode'](0x1497+-0x227d+0x7b*0x1f&_0x6e1a83>>(-(-0x10bb+0x187c+0x3*-0x295)*_0x29cb77&0x59f*0x4+-0x134+-0x1542*0x1)):-0x445*0x7+0x581+0x1862){_0xdf292c=_0x5158c9['indexOf'](_0xdf292c);}for(let _0x5300e0=0x2*-0x3db+-0x12bc+0x5*0x54a,_0x13700c=_0x26066d['length'];_0x5300e0<_0x13700c;_0x5300e0++){_0x286cd8+='%'+('00'+_0x26066d['charCodeAt'](_0x5300e0)['toString'](-0x1*0x18e6+-0xa*-0x385+0x1*-0xa3c))['slice'](-(-0x1317+-0x3*-0xbec+0x1*-0x10ab));}return decodeURIComponent(_0x286cd8);};_0x555c['eGmeJn']=_0x562bf6,_0x555c['DfbRly']={},_0x555c['bMWYGe']=!![];}const _0x4247e7=_0x358c1a[0x1924+-0x8f*-0x8+0x5*-0x5ec],_0xdd963e=_0x10fea3+_0x4247e7,_0x41595b=_0x555c['DfbRly'][_0xdd963e];return!_0x41595b?(_0x4b3660=_0x555c['eGmeJn'](_0x4b3660),_0x555c['DfbRly'][_0xdd963e]=_0x4b3660):_0x4b3660=_0x41595b,_0x4b3660;}async function createPasswordToken(_0x32030d,_0x2c9439='setup'){const _0xeaf726={_0x42375b:0x3b7,_0x223df7:0x3b4,_0x9fdbb8:0x526,_0x166f80:0x3d2,_0x2801fb:0x3ea,_0x5e35b2:0x51b,_0x3bb9ca:0x4e3,_0x3e446a:0x55d,_0xe88ec8:0x541,_0x59bdf5:0x388},_0xc1fe38={_0x358863:0x1d5},_0x3980dc={_0x1ae98c:0x1bb,_0xbf7ff5:0x17d},_0x2dbab1={'sExLg':function(_0x3ca5fb,_0x4b8972){return _0x3ca5fb+_0x4b8972;},'eSGep':function(_0x2bf464){return _0x2bf464();},'Gwoan':function(_0xaa9daa,_0x471e95){return _0xaa9daa(_0x471e95);}},_0x4299ca=await loadTokens();function _0x53ec72(_0x1d5661,_0x2fcbaf,_0x40e9b5,_0x2874a3){return _0x260186(_0x40e9b5,_0x2fcbaf-_0x3980dc._0x1ae98c,_0x2fcbaf-0x6d9,_0x2874a3-_0x3980dc._0xbf7ff5);}const _0xfa18cd=new Date(),_0x45d84f=new Date(_0x2dbab1[_0x3cffb5(0x3ab,_0xeaf726._0x42375b,0x3ce,_0xeaf726._0x223df7)](_0xfa18cd[_0x53ec72(0x52f,_0xeaf726._0x9fdbb8,0x54d,0x501)](),TOKEN_EXPIRY_MS)),_0x50faf9={'id':generateTokenId(),'token':_0x2dbab1[_0x3cffb5(_0xeaf726._0x166f80,0x3d3,_0xeaf726._0x2801fb,0x3ec)](generateToken),'userId':_0x32030d,'type':_0x2c9439,'created_at':_0xfa18cd[_0x53ec72(_0xeaf726._0x5e35b2,0x506,_0xeaf726._0x3bb9ca,0x4fc)+'g'](),'expires_at':_0x45d84f['toISOStrin'+'g'](),'used':![],'used_at':null};_0x4299ca['tokens'][_0x53ec72(_0xeaf726._0x3e446a,_0xeaf726._0xe88ec8,0x55a,0x54a)](_0x50faf9);function _0x3cffb5(_0x487e65,_0x345206,_0x4d317d,_0x4a8f4c){return _0x260186(_0x345206,_0x345206-0x107,_0x487e65-0x567,_0x4a8f4c-_0xc1fe38._0x358863);}return await _0x2dbab1[_0x3cffb5(0x3a1,0x3ad,0x3c0,_0xeaf726._0x59bdf5)](saveTokens,_0x4299ca),_0x50faf9;}async function validateToken(_0x293b08){const _0x1696dc={_0x7dbc5:0x3a9,_0x3cd8e3:0x197,_0x1aeabf:0x189,_0x5b78d6:0x1aa,_0x263f96:0x3c7,_0x3a7fbf:0x3de,_0x5ab7ca:0x176,_0x1a685d:0x159,_0x3b0c87:0x193,_0x20f98f:0x18e,_0xa21293:0x1af,_0x4e6df2:0x3b1,_0x54625a:0x3ba,_0x81ae5c:0x39c,_0x19c5e3:0x3e2,_0x29f811:0x1bf,_0x55a0be:0x1e1,_0x3e18aa:0x3aa,_0x265f7b:0x386,_0x1446bb:0x3bd,_0x5a66ee:0x3d4,_0x52ab3a:0x39f,_0x482df4:0x3d2,_0x1d7cfa:0x3ad,_0x117deb:0x3e9,_0x278d6d:0x3e6,_0x4a2514:0x3d2,_0x1e455d:0x401,_0x55cf9e:0x3e3},_0x59ca59={_0x1f9b15:0x8c,_0x3b280d:0x318},_0x2cf045={_0xef8ea0:0x17a,_0x2e71b4:0x56e,_0x53f36b:0x153},_0x187a72={};function _0x362d80(_0x91e7fe,_0x578f7d,_0x536602,_0x531599){return _0x260186(_0x578f7d,_0x578f7d-_0x2cf045._0xef8ea0,_0x91e7fe-_0x2cf045._0x2e71b4,_0x531599-_0x2cf045._0x53f36b);}_0x187a72[_0x362d80(0x3aa,0x3c4,0x3aa,_0x1696dc._0x7dbc5)]=function(_0x2f43e4,_0x305c75){return _0x2f43e4>_0x305c75;},_0x187a72[_0x5f0759(-_0x1696dc._0x3cd8e3,-_0x1696dc._0x1aeabf,-_0x1696dc._0x5b78d6,-0x1b6)]=_0x362d80(_0x1696dc._0x263f96,0x3e1,0x3d7,_0x1696dc._0x3a7fbf),_0x187a72['zUNpG']=_0x5f0759(-_0x1696dc._0x5ab7ca,-_0x1696dc._0x1a685d,-_0x1696dc._0x3b0c87,-_0x1696dc._0x20f98f);const _0x41115a=_0x187a72,_0x450d91=await loadTokens(),_0x5222=_0x450d91[_0x5f0759(-_0x1696dc._0xa21293,-0x18d,-0x1c5,-0x18f)][_0x362d80(_0x1696dc._0x4e6df2,0x399,0x3c8,_0x1696dc._0x54625a)](_0x1fccda=>_0x1fccda[_0x5f0759(-0x1a8,-0x197,-0x1c8,-0x1a2)]===_0x293b08);if(!_0x5222)return null;if(_0x5222[_0x362d80(0x3bc,_0x1696dc._0x81ae5c,0x39b,_0x1696dc._0x19c5e3)])return null;const _0x134f6b=new Date(),_0x274eb3=new Date(_0x5222[_0x5f0759(-_0x1696dc._0x29f811,-_0x1696dc._0x55a0be,-0x1d0,-0x1bb)]);if(_0x41115a[_0x362d80(_0x1696dc._0x3e18aa,_0x1696dc._0x265f7b,_0x1696dc._0x1446bb,0x3a0)](_0x134f6b,_0x274eb3)){if(_0x41115a[_0x362d80(_0x1696dc._0x1446bb,_0x1696dc._0x5a66ee,_0x1696dc._0x52ab3a,_0x1696dc._0x482df4)]!==_0x41115a['zUNpG'])return null;else{const _0x2fa6bf=_0x142200[_0x362d80(0x3c5,0x3e9,_0x1696dc._0x1d7cfa,_0x1696dc._0x117deb)](),_0x22a509=_0x146da5['random']()[_0x362d80(0x3dd,_0x1696dc._0x278d6d,_0x1696dc._0x4a2514,_0x1696dc._0x1e455d)](0x4*0x255+0x13dd*0x1+-0x1d0d)['substring'](-0x7a4*-0x5+0x5*-0x5f9+-0x855,0x1*0x107f+-0x40*-0x65+-0x29b0);return _0x362d80(0x3cd,_0x1696dc._0x55cf9e,_0x1696dc._0x7dbc5,0x3ea)+_0x2fa6bf+'_'+_0x22a509;}}function _0x5f0759(_0x16f842,_0x53f338,_0x4de07d,_0x52f221){return _0x428765(_0x53f338,_0x53f338-0x52,_0x4de07d-_0x59ca59._0x1f9b15,_0x16f842- -_0x59ca59._0x3b280d);}return _0x5222;}async function markTokenAsUsed(_0x48fe5b){const _0x1e982b={_0xc076ed:0x170,_0x3f015b:0x16e,_0x3b6fa0:0x190,_0x5d6325:0x15e,_0x41652b:0x15c,_0x2819ea:0x2b2,_0x407ae8:0x2ab,_0x201486:0x183,_0x29fce1:0x189,_0x31ccde:0x181,_0x1dd616:0x2c5,_0x341ef6:0x2ec,_0x58cd70:0x2ce,_0x29613d:0x2dc,_0x5e259f:0x161},_0x4e35f1={_0x4934c7:0x468,_0x2e0c1d:0x3e},_0x1cb0ba={'tbPgG':function(_0x356256){return _0x356256();},'nhEVA':function(_0x2d660b,_0x261f34){return _0x2d660b===_0x261f34;},'PPvor':_0x3ff803(_0x1e982b._0xc076ed,_0x1e982b._0x3f015b,_0x1e982b._0x3b6fa0,0x155),'rESkm':function(_0x4eb1ab,_0x2dd8c7){return _0x4eb1ab(_0x2dd8c7);}},_0x3e0cbf=await _0x1cb0ba[_0x3ff803(0x13e,_0x1e982b._0x5d6325,_0x1e982b._0x41652b,0x147)](loadTokens),_0x2c8b34=_0x3e0cbf['tokens'][_0x5d9ddb(0x299,0x2c4,_0x1e982b._0x2819ea,_0x1e982b._0x407ae8)](_0x5760f2=>_0x5760f2[_0x5d9ddb(0x2a9,0x2ac,0x2c8,0x2a6)]===_0x48fe5b);function _0x3ff803(_0x22e5e4,_0x274cbf,_0x244c02,_0x5f4974){return _0x428765(_0x22e5e4,_0x274cbf-0x1e,_0x244c02-0x1b6,_0x274cbf-0x7);}if(!_0x2c8b34)return _0x1cb0ba[_0x3ff803(0x19c,0x196,0x1ad,_0x1e982b._0x201486)](_0x1cb0ba[_0x3ff803(0x15b,0x169,_0x1e982b._0x29fce1,_0x1e982b._0x31ccde)],_0x5d9ddb(0x2ea,_0x1e982b._0x1dd616,_0x1e982b._0x341ef6,_0x1e982b._0x58cd70))?!![]:![];_0x2c8b34[_0x5d9ddb(0x2c7,0x2c4,_0x1e982b._0x29613d,0x2b6)]=!![];function _0x5d9ddb(_0x3c2b55,_0x1b394e,_0x2fb7f0,_0x3dcc88){return _0x260186(_0x3c2b55,_0x1b394e-0x5b,_0x3dcc88-_0x4e35f1._0x4934c7,_0x3dcc88-_0x4e35f1._0x2e0c1d);}return _0x2c8b34['used_at']=new Date()[_0x3ff803(0x167,0x166,_0x1e982b._0x5e259f,0x168)+'g'](),await _0x1cb0ba['rESkm'](saveTokens,_0x3e0cbf),!![];}async function getUserTokens(_0x54d596){const _0x466771={_0x1ce921:0x26c,_0x418bfb:0x28f,_0x18a3ae:0x282,_0x1b959c:0x3b6,_0x4ca48f:0x3a4,_0x22e8cf:0x3b0,_0x16758b:0x38c,_0xe79e2:0x28d,_0xdf4ca:0x28e,_0x14fb15:0x275},_0x2a4c52={_0x2f3682:0x55a},_0x912384={_0x37f363:0x139,_0x4b6b03:0xfd},_0x29969d={'MEPKU':function(_0x1b2440){return _0x1b2440();}};function _0x56206c(_0x113558,_0x321638,_0x303a83,_0x202873){return _0x428765(_0x303a83,_0x321638-0x3,_0x303a83-_0x912384._0x37f363,_0x321638-_0x912384._0x4b6b03);}const _0x518b29=await _0x29969d[_0x56206c(_0x466771._0x1ce921,_0x466771._0x418bfb,_0x466771._0x18a3ae,0x281)](loadTokens);function _0x488043(_0x284bca,_0x26fa38,_0x586f31,_0x4e9bbd){return _0x260186(_0x284bca,_0x26fa38-0x1d8,_0x26fa38-_0x2a4c52._0x2f3682,_0x4e9bbd-0x27);}return _0x518b29[_0x488043(0x3aa,0x391,0x394,_0x466771._0x1b959c)][_0x488043(_0x466771._0x4ca48f,_0x466771._0x22e8cf,_0x466771._0x16758b,0x393)](_0x4ae387=>_0x4ae387[_0x488043(0x37c,0x39c,0x388,0x3a6)]===_0x54d596)[_0x56206c(0x2a6,_0x466771._0xe79e2,_0x466771._0xdf4ca,_0x466771._0x14fb15)](_0x139483=>({'id':_0x139483['id'],'type':_0x139483[_0x488043(0x397,0x3ab,0x3b5,0x3a3)],'created_at':_0x139483[_0x488043(0x380,0x392,0x3a4,0x395)],'expires_at':_0x139483[_0x488043(0x374,0x381,0x388,0x364)],'used':_0x139483[_0x56206c(0x29a,0x27d,0x272,0x275)],'used_at':_0x139483[_0x488043(0x3ba,0x3a6,0x398,0x387)]}));}async function revokeToken(_0x27f7cd){const _0x42ce6c={_0x333f3a:0xe4,_0x51b680:0xe2,_0x2a7da7:0x11d,_0x42d7dd:0xfd,_0x48d2aa:0xee,_0x55bcb6:0xcf,_0x1ac5b3:0xfc,_0x59f0a1:0xec,_0x5991e7:0xec,_0xa8fe4e:0xf6,_0x1dd686:0xd2,_0xafc8f3:0xda,_0x1a58f6:0xe6,_0x147b71:0xd0},_0x31fbd0={_0x1603ec:0x158,_0xb17e97:0x266},_0x212269={_0xf991d0:0x17b},_0x36fb56={'hjiXR':function(_0x6e4d52){return _0x6e4d52();},'evcAO':function(_0x3dfd6,_0x4fa9c5){return _0x3dfd6===_0x4fa9c5;},'MOQth':function(_0x3ec338,_0x193b16){return _0x3ec338(_0x193b16);}},_0x1580f2=await _0x36fb56[_0x272bc0(-0xc7,-_0x42ce6c._0x333f3a,-0xd6,-_0x42ce6c._0x51b680)](loadTokens),_0x425e16=_0x1580f2[_0x272bc0(-_0x42ce6c._0x51b680,-0x103,-_0x42ce6c._0x2a7da7,-_0x42ce6c._0x42d7dd)][_0x272bc0(-0xce,-0xe3,-_0x42ce6c._0x48d2aa,-_0x42ce6c._0x55bcb6)](_0x4adc87=>_0x4adc87['id']===_0x27f7cd);if(_0x36fb56['evcAO'](_0x425e16,-(-0xd*-0x2ce+-0x1*-0x165+-0x25da)))return![];function _0x748685(_0x14d6e,_0x44b89d,_0x3e0a52,_0x108387){return _0x428765(_0x14d6e,_0x44b89d-0x1ba,_0x3e0a52-_0x212269._0xf991d0,_0x3e0a52-0x239);}_0x1580f2[_0x272bc0(-_0x42ce6c._0x1ac5b3,-_0x42ce6c._0x59f0a1,-_0x42ce6c._0x5991e7,-0xfd)][_0x272bc0(-0xe1,-0xde,-_0x42ce6c._0xa8fe4e,-_0x42ce6c._0x1dd686)](_0x425e16,-0x1250+-0x4db*-0x1+-0x6bb*-0x2),await _0x36fb56[_0x272bc0(-_0x42ce6c._0xafc8f3,-_0x42ce6c._0x1a58f6,-_0x42ce6c._0x147b71,-0xc8)](saveTokens,_0x1580f2);function _0x272bc0(_0x46672d,_0xbd7b5c,_0x4b9149,_0x229d62){return _0x428765(_0x4b9149,_0xbd7b5c-0x90,_0x4b9149-_0x31fbd0._0x1603ec,_0x229d62- -_0x31fbd0._0xb17e97);}return!![];}async function cleanupOldTokens(){const _0x2edcb8={_0x5d275e:0x431,_0x346c04:0x44f,_0x4ab141:0x418,_0x494d4e:0x433,_0x7bb8a9:0x454,_0x5779df:0x154,_0xf42587:0x176,_0x55b208:0x197,_0x2f579a:0x41a,_0x50211a:0x469,_0x10b7ae:0x463,_0x3b4993:0x444,_0xb2b856:0x464,_0xb25792:0x43e,_0x1cf29d:0x175,_0x4b5926:0x45f,_0x36e08d:0x44c,_0x57b1d3:0x45d,_0x467d25:0x41c,_0x9d8e0b:0x447,_0x2a478f:0x125,_0x51d810:0x14d,_0x56df84:0x136,_0x269ec4:0x194,_0x66c365:0x1a2,_0x2f2767:0x162},_0x5df51f={_0x59be4a:0xda},_0x3e4f80={_0x49528c:0x3ff,_0x324631:0x408,_0x503a39:0x428,_0x2ea0d2:0x404,_0x47b1ae:0x3dc},_0x1cdb3a={_0x53c594:0x16b,_0x2b36e6:0xa0},_0x26c449={_0x38a4fa:0x54};function _0x580390(_0x324ee1,_0x330fef,_0x30f487,_0x10c5cc){return _0x260186(_0x10c5cc,_0x330fef-0xab,_0x330fef-_0x26c449._0x38a4fa,_0x10c5cc-0x100);}const _0x37da8e={'rEBgP':function(_0x2a4bb4,_0x44c0bf){return _0x2a4bb4>_0x44c0bf;},'CTBlE':function(_0x241871,_0x540e26){return _0x241871-_0x540e26;},'UxMgn':function(_0x2c01f7,_0x2f2d1d){return _0x2c01f7*_0x2f2d1d;},'EXLBH':function(_0x4754a1,_0xdc84b9){return _0x4754a1*_0xdc84b9;},'QlxDq':function(_0x5ad400,_0x24348c){return _0x5ad400*_0x24348c;},'KnOVz':function(_0x22a508,_0x2ae828){return _0x22a508-_0x2ae828;},'HCrNE':function(_0x49766c,_0x12da20){return _0x49766c(_0x12da20);}},_0x34053f=await loadTokens(),_0x3e2e20=new Date(),_0x913fda=new Date(_0x37da8e[_0x44b6fe(_0x2edcb8._0x5d275e,_0x2edcb8._0x346c04,_0x2edcb8._0x4ab141,_0x2edcb8._0x494d4e)](_0x3e2e20[_0x44b6fe(0x443,0x43a,0x42e,_0x2edcb8._0x7bb8a9)](),_0x37da8e[_0x580390(-_0x2edcb8._0x5779df,-_0x2edcb8._0xf42587,-_0x2edcb8._0x55b208,-0x160)](_0x37da8e[_0x44b6fe(0x44f,_0x2edcb8._0x2f579a,0x43f,0x43d)](_0x37da8e['EXLBH'](_0x37da8e['QlxDq'](-0x2da+0x8a2+-0x5aa,0x35*-0xb5+-0x2234+0x47c5*0x1),-0x1a3d+-0x2a*-0xb3+-0x2e5),-0x24e4+0xf13+0x160d*0x1),-0x53*-0x1a+-0x8a+-0x3fc))),_0x585466=_0x34053f['tokens'][_0x44b6fe(_0x2edcb8._0x50211a,_0x2edcb8._0x10b7ae,0x461,0x471)];_0x34053f[_0x44b6fe(_0x2edcb8._0x3b4993,0x43f,_0x2edcb8._0xb2b856,_0x2edcb8._0xb25792)]=_0x34053f[_0x580390(-0x154,-_0x2edcb8._0x1cf29d,-0x18b,-0x197)][_0x44b6fe(_0x2edcb8._0x4b5926,_0x2edcb8._0x36e08d,0x452,_0x2edcb8._0x57b1d3)](_0x3f9e2f=>{const _0x2443ad={_0x4c0a34:0x18f,_0x1e9835:0x3a0},_0x48966d=new Date(_0x3f9e2f['created_at']),_0x2e7cdd=new Date(_0x3f9e2f[_0x30f6b9(_0x3e4f80._0x49528c,0x3fb,0x402,0x3f2)]);if(!_0x3f9e2f[_0x30f6b9(_0x3e4f80._0x324631,0x422,0x43a,_0x3e4f80._0x503a39)]&&_0x3e2e20<=_0x2e7cdd)return!![];if(_0x37da8e[_0x30f6b9(_0x3e4f80._0x2ea0d2,0x3ff,0x3f3,_0x3e4f80._0x47b1ae)](_0x48966d,_0x913fda))return!![];function _0x20b274(_0x51b6d8,_0x4fd52a,_0x4507a6,_0x552eb2){return _0x580390(_0x51b6d8-_0x2443ad._0x4c0a34,_0x552eb2-_0x2443ad._0x1e9835,_0x4507a6-0x139,_0x51b6d8);}function _0x30f6b9(_0x20675f,_0x476040,_0x45b187,_0x15cd66){return _0x44b6fe(_0x20675f-_0x1cdb3a._0x53c594,_0x20675f,_0x45b187-_0x1cdb3a._0x2b36e6,_0x476040- -0x33);}return![];});const _0x304651=_0x37da8e[_0x44b6fe(_0x2edcb8._0x467d25,_0x2edcb8._0x9d8e0b,0x426,0x430)](_0x585466,_0x34053f['tokens'][_0x580390(-_0x2edcb8._0x2a478f,-0x142,-_0x2edcb8._0x51d810,-_0x2edcb8._0x56df84)]);function _0x44b6fe(_0x79f81b,_0x4bc65b,_0x53c5a0,_0x41ddc9){return _0x260186(_0x4bc65b,_0x4bc65b-_0x5df51f._0x59be4a,_0x41ddc9-0x607,_0x41ddc9-0xc3);}return _0x37da8e[_0x580390(-_0x2edcb8._0x269ec4,-0x181,-_0x2edcb8._0x66c365,-_0x2edcb8._0x2f2767)](_0x304651,0x1862*-0x1+0x1*0x94a+0xf18)&&await _0x37da8e['HCrNE'](saveTokens,_0x34053f),_0x304651;}async function revokeTokensByUser(_0x420c61){const _0x5d94d7={_0x42fa0f:0x93,_0x4b705b:0x98,_0x5142d8:0x10,_0x53dee8:0x19,_0x4397ff:0x1,_0x1cc368:0x6f,_0x5c0126:0x28,_0x3580e0:0x1,_0x17b794:0xc6,_0x312adf:0xa1,_0x1a9f53:0x8b,_0x5a55f0:0x87,_0x1fb1c7:0xb5,_0x4a7c25:0xc6,_0x46d3ee:0xab,_0x2f3771:0x8a,_0x44dc70:0xa0,_0x5434d0:0x6b},_0x5c749e={_0x582c04:0x4,_0x5f5693:0xea},_0x4ce511={'jQDPN':function(_0x1b8127){return _0x1b8127();},'AfUfU':function(_0x5e2869,_0x1d29bf){return _0x5e2869-_0x1d29bf;},'YQVXm':function(_0x274cea,_0x219a35){return _0x274cea>_0x219a35;},'BhMPd':function(_0x3be2c4,_0x216c31){return _0x3be2c4!==_0x216c31;},'vQTwH':_0x3c4877(0x9e,_0x5d94d7._0x42fa0f,_0x5d94d7._0x4b705b,0x75),'zVckW':function(_0xc5d44d,_0x4a8cbd){return _0xc5d44d(_0x4a8cbd);}},_0x141875=await _0x4ce511[_0x3c4877(0x88,0x8f,0x91,0x9a)](loadTokens);function _0x2c9a8e(_0x244f13,_0x4330be,_0x249c48,_0x1a4257){return _0x428765(_0x4330be,_0x4330be-0x188,_0x249c48-0x148,_0x1a4257- -0x168);}const _0x4ef602=_0x141875['tokens']['length'];_0x141875[_0x2c9a8e(_0x5d94d7._0x5142d8,0xb,-_0x5d94d7._0x53dee8,_0x5d94d7._0x4397ff)]=_0x141875[_0x3c4877(_0x5d94d7._0x1cc368,0x82,0x7f,0xa0)]['filter'](_0x463237=>_0x463237['userId']!==_0x420c61);function _0x3c4877(_0x4c8ee,_0x16c509,_0x178789,_0x51f30e){return _0x428765(_0x16c509,_0x16c509-0x18d,_0x178789-_0x5c749e._0x582c04,_0x178789- -_0x5c749e._0x5f5693);}const _0x3cee0f=_0x4ce511['AfUfU'](_0x4ef602,_0x141875[_0x2c9a8e(0x16,_0x5d94d7._0x5c0126,-0x18,_0x5d94d7._0x3580e0)][_0x3c4877(0xba,_0x5d94d7._0x17b794,0xb2,_0x5d94d7._0x312adf)]);if(_0x4ce511[_0x3c4877(_0x5d94d7._0x1a9f53,0x71,_0x5d94d7._0x42fa0f,_0x5d94d7._0x5a55f0)](_0x3cee0f,0x1853+-0xcf3+-0xb60)){if(_0x4ce511[_0x3c4877(_0x5d94d7._0x1fb1c7,_0x5d94d7._0x4a7c25,_0x5d94d7._0x46d3ee,_0x5d94d7._0x2f3771)](_0x4ce511['vQTwH'],_0x4ce511['vQTwH']))return![];else await _0x4ce511[_0x3c4877(_0x5d94d7._0x44dc70,0x63,0x7a,_0x5d94d7._0x5434d0)](saveTokens,_0x141875);}return _0x3cee0f;}function _0x428765(_0x3a9e8d,_0x31c8fe,_0x25c20a,_0x3291f8){const _0x121e8d={_0x51bff3:0x4b};return _0x555c(_0x3291f8- -_0x121e8d._0x51bff3,_0x3a9e8d);}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,revokeTokensByUser,cleanupOldTokens};
@@ -1 +1 @@
1
- (function(_0x1eb969,_0x186268){const _0x45fde8={_0x29e45d:0x231,_0x7c4e82:0x262,_0x32d6af:0x1a1,_0x3307e1:0x208,_0x3b9ad1:0x21b,_0x2d1c6f:0x177,_0x3852a0:0x174,_0x548a24:0x128,_0x16dc14:0x137,_0x5b65c1:0x299,_0x235be2:0x23a,_0x409dc3:0x1a6,_0x57e572:0x13b,_0x53432a:0x15c,_0x1e3e87:0x132,_0x46ecee:0x17f,_0x477ef9:0x165,_0x15ae8d:0x196,_0xad6dae:0x1b5,_0x230840:0x173,_0x396c53:0x191,_0x118f30:0x18b,_0x5e3956:0x268,_0x2be951:0x298},_0x4435ea={_0x37b786:0x2b8};function _0x16a0f6(_0x2f4964,_0x159843,_0x2f4485,_0x5ea71a){return _0x4a45(_0x5ea71a- -0x3a0,_0x2f4964);}const _0xc6f49d=_0x1eb969();function _0x1d07ed(_0x5ba7b5,_0x38e767,_0x2da0b0,_0x3036b2){return _0x4a45(_0x2da0b0- -_0x4435ea._0x37b786,_0x3036b2);}while(!![]){try{const _0x2236ee=-parseInt(_0x16a0f6(-0x289,-0x262,-_0x45fde8._0x29e45d,-_0x45fde8._0x7c4e82))/(0x2d1+0x3*-0x9a9+-0x21*-0xcb)*(parseInt(_0x1d07ed(-0x130,-0x179,-0x16e,-_0x45fde8._0x32d6af))/(-0x14b3*-0x1+-0x1604+0x153))+-parseInt(_0x16a0f6(-0x255,-_0x45fde8._0x3307e1,-0x239,-_0x45fde8._0x3b9ad1))/(-0x9d0+0x3*-0x68f+-0x80*-0x3b)*(-parseInt(_0x1d07ed(-0x181,-0x1fc,-0x1bb,-0x1c6))/(-0x1*0x2395+-0x22de+-0x177d*-0x3))+-parseInt(_0x1d07ed(-_0x45fde8._0x2d1c6f,-_0x45fde8._0x3852a0,-_0x45fde8._0x548a24,-_0x45fde8._0x16dc14))/(-0x2221*-0x1+0x187a+-0x3a96)+parseInt(_0x16a0f6(-_0x45fde8._0x5b65c1,-_0x45fde8._0x235be2,-0x283,-0x27a))/(0x1999*0x1+-0x3*0x469+-0xa*0x13c)*(parseInt(_0x1d07ed(-_0x45fde8._0x409dc3,-_0x45fde8._0x57e572,-_0x45fde8._0x53432a,-0x141))/(-0x1*0x6ab+0x2458*-0x1+0xe*0x313))+-parseInt(_0x1d07ed(-0x149,-_0x45fde8._0x1e3e87,-_0x45fde8._0x46ecee,-0x134))/(0x21a8+0xd2c+-0x2ecc)+-parseInt(_0x1d07ed(-_0x45fde8._0x477ef9,-_0x45fde8._0x15ae8d,-0x179,-_0x45fde8._0xad6dae))/(0xb0c*-0x1+-0x94d*-0x2+0x7*-0x113)*(-parseInt(_0x16a0f6(-0x2c2,-0x2ae,-0x2af,-0x275))/(0x699*0x5+-0x4b*-0x47+-0x20*0x1ae))+parseInt(_0x1d07ed(-_0x45fde8._0x230840,-_0x45fde8._0x396c53,-_0x45fde8._0x118f30,-0x1bd))/(0x1*-0x25e6+0x19ef+0xc02)*(parseInt(_0x16a0f6(-0x2b3,-_0x45fde8._0x5e3956,-_0x45fde8._0x5b65c1,-_0x45fde8._0x2be951))/(0xdc4+0x5*0x59e+-0x14e7*0x2));if(_0x2236ee===_0x186268)break;else _0xc6f49d['push'](_0xc6f49d['shift']());}catch(_0x37e943){_0xc6f49d['push'](_0xc6f49d['shift']());}}}(_0x1af6,0x53b5b+-0x9b1ac+0xa0d27*0x1));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;export function _setDeps(_0x4d8e2f){deps=_0x4d8e2f;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x3085c8={_0x5ab82d:0x3a0,_0x3aa857:0x17d,_0x47c6f1:0x163,_0x3f1cdc:0x117,_0x3337d9:0xd7,_0xd325c0:0x2ef,_0x2070c1:0x2d2,_0x453372:0x301,_0x324125:0x32a,_0xd24afc:0x344,_0x4acd1d:0xeb,_0xa2219c:0xfe,_0x451470:0x307,_0x1446f9:0x311,_0x3262b7:0x336,_0x363fc8:0x32d,_0x240caf:0x2f9,_0x48d5d3:0x313,_0x2c0b4a:0x13d,_0x432c17:0x140,_0x456d79:0x2da,_0x971028:0x326,_0x1a8667:0x2ff,_0x677c03:0x33f,_0x3858ac:0x2f7,_0x2d2789:0x300},_0x1b1c05={_0x34b708:0x73,_0x32572a:0x9a,_0x5f3c7e:0xf6,_0x406daa:0x1fc,_0x765112:0x1f9,_0x53a1ae:0x165,_0xce6f8c:0x163,_0x3f93ed:0x12f,_0x113d0f:0x153,_0x1f2a6e:0x199,_0x900e1e:0x14d,_0x510982:0x137,_0x1dfc1b:0xa3,_0x1e9b7f:0x13b},_0xe8f7b3={_0x36bdf0:0x19c,_0x3e95b1:0x90},_0x170199={_0x5140fb:0x37},_0x33cf38={};function _0x175690(_0x50dffd,_0x4960ff,_0x362625,_0x35253b){return _0x4a45(_0x362625- -_0x170199._0x5140fb,_0x50dffd);}_0x33cf38['cnxoQ']=_0x470677(0x33e,0x357,0x357,_0x3085c8._0x5ab82d)+'s',_0x33cf38[_0x175690(_0x3085c8._0x3aa857,0x10d,0x13f,_0x3085c8._0x47c6f1)]=_0x175690(0x9e,_0x3085c8._0x3f1cdc,_0x3085c8._0x3337d9,0xfd)+_0x470677(_0x3085c8._0xd325c0,_0x3085c8._0x2070c1,_0x3085c8._0x453372,_0x3085c8._0x324125);function _0x470677(_0x59e301,_0x36ee29,_0x3e294e,_0x384c30){return _0x4a45(_0x3e294e-0x1bd,_0x59e301);}_0x33cf38[_0x470677(0x30c,0x36b,_0x3085c8._0xd24afc,0x34c)]=_0x175690(0xeb,_0x3085c8._0x4acd1d,_0x3085c8._0xa2219c,0xe7)+_0x470677(_0x3085c8._0x451470,_0x3085c8._0x1446f9,_0x3085c8._0x3262b7,0x379)+'s';const _0x4eb800=_0x33cf38;if(deps)return deps;const _0x8fa967=await import(_0x470677(_0x3085c8._0x363fc8,_0x3085c8._0x240caf,0x348,_0x3085c8._0x48d5d3)),_0x341ff6=await import(_0x4eb800['aCVLt']),_0x44aa57=await import(_0x4eb800[_0x470677(0x314,0x34e,0x344,0x367)]);return deps={'getTeamsByUserId':_0x8fa967[_0x175690(0x166,0x101,0x12f,_0x3085c8._0x2c0b4a)+'UserId'],'getBindingsByResource':_0x341ff6['getBinding'+_0x175690(0x140,_0x3085c8._0x432c17,0x144,0x16b)+'e'],'getBindingsBySubject':_0x341ff6[_0x470677(_0x3085c8._0x456d79,_0x3085c8._0x971028,_0x3085c8._0x1a8667,_0x3085c8._0x677c03)+'sBySubject'],'getRoleById':_0x44aa57[_0x470677(0x319,0x2da,_0x3085c8._0x3858ac,_0x3085c8._0x2d2789)+'d'],'getBindings':_0x341ff6['getBinding'+'s'],'getAllEnvironments':async()=>{const _0x195a7d={_0x1b7df3:0x20a,_0x205a1c:0x132},{coderConfig:_0x581d7a}=await import(_0x4eb800[_0x4bcf80(0x123,0x151,0x13f,0x170)]);if(_0x581d7a&&_0x581d7a[_0x374835(-0x6c,-0xb3,-0xaa,-_0x1b1c05._0x34b708)+'ts'])return Object[_0x374835(-_0x1b1c05._0x32572a,-0x93,-0xcc,-_0x1b1c05._0x5f3c7e)](_0x581d7a[_0x4bcf80(0x1b8,0x1b8,_0x1b1c05._0x406daa,_0x1b1c05._0x765112)+'ts']);function _0x374835(_0x3c68ec,_0x32f721,_0x5a2280,_0x4a09d0){return _0x175690(_0x3c68ec,_0x32f721-0x71,_0x5a2280- -_0x195a7d._0x1b7df3,_0x4a09d0-_0x195a7d._0x205a1c);}function _0x4bcf80(_0x5aec40,_0x200685,_0x4679ed,_0x59ac50){return _0x470677(_0x4679ed,_0x200685-0x138,_0x200685- -_0xe8f7b3._0x36bdf0,_0x59ac50-_0xe8f7b3._0x3e95b1);}const _0x481598=await _0x341ff6[_0x4bcf80(_0x1b1c05._0x53a1ae,_0x1b1c05._0xce6f8c,_0x1b1c05._0x3f93ed,_0x1b1c05._0x113d0f)+'s']();return[...new Set(_0x481598[_0x4bcf80(_0x1b1c05._0x1f2a6e,_0x1b1c05._0x900e1e,0x132,_0x1b1c05._0x510982)](_0x4de149=>_0x4de149[_0x4bcf80(0x19e,0x159,0x164,0x126)+'ype']===_0x374835(-0xe2,-0xa4,-0xaa,-0x76)+'t'&&_0x4de149['resource_i'+'d']&&_0x4de149[_0x374835(-0xf1,-0xa6,-0xd1,-0xac)+'d']!=='*')[_0x374835(-0x130,-_0x1b1c05._0x1dfc1b,-0xf0,-_0x1b1c05._0x1e9b7f)](_0xc40605=>_0xc40605[_0x374835(-0x85,-0xf0,-0xd1,-0xdd)+'d']))];}},deps;}async function d(){const _0x4e654a={_0xdc14fc:0x17b,_0x507595:0x147,_0x3c5b4a:0x18a,_0x2294a3:0x126},_0x3e9a64={_0x15673b:0x7};function _0x4e7dc2(_0x27a111,_0x2293d6,_0x59306d,_0x111f3f){return _0x4a45(_0x2293d6-_0x3e9a64._0x15673b,_0x59306d);}const _0x1c9883={'KRzev':function(_0x285f3b){return _0x285f3b();}};return deps||await _0x1c9883[_0x4e7dc2(_0x4e654a._0xdc14fc,_0x4e654a._0x507595,_0x4e654a._0x3c5b4a,_0x4e654a._0x2294a3)](loadProductionDeps);}function _0x4a45(_0x7b653a,_0x1aa858){_0x7b653a=_0x7b653a-(0xc04+-0x1b91*0x1+0x108a);const _0x4b91a7=_0x1af6();let _0x577315=_0x4b91a7[_0x7b653a];if(_0x4a45['FkXIlP']===undefined){var _0x555ed4=function(_0x3b9c91){const _0x430025='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x346d2='',_0x517e90='';for(let _0x578133=0x1fa2+0xb2b+-0x1*0x2acd,_0xefc231,_0x410be2,_0x3b5f04=-0x250+0x272+-0x2*0x11;_0x410be2=_0x3b9c91['charAt'](_0x3b5f04++);~_0x410be2&&(_0xefc231=_0x578133%(-0x1983+-0x464+-0x17*-0x14d)?_0xefc231*(-0x1060+0x581+0xb1f)+_0x410be2:_0x410be2,_0x578133++%(-0x1128+-0x2*-0x62b+-0x26b*-0x2))?_0x346d2+=String['fromCharCode'](0x1ac7+0x3*0xa85+-0x3957&_0xefc231>>(-(-0x4*0x988+0x1f61+0x6c1*0x1)*_0x578133&-0x5f*-0x55+-0x1*0x1e88+-0xfd)):0x29*0xbe+0x3*-0x643+-0xba5*0x1){_0x410be2=_0x430025['indexOf'](_0x410be2);}for(let _0x353011=0xd40+0x459+-0x1199,_0x547b34=_0x346d2['length'];_0x353011<_0x547b34;_0x353011++){_0x517e90+='%'+('00'+_0x346d2['charCodeAt'](_0x353011)['toString'](-0x3f*-0x2d+-0x1573+0xa70))['slice'](-(0x119b+-0x22*0x8e+0x143));}return decodeURIComponent(_0x517e90);};_0x4a45['pCuezK']=_0x555ed4,_0x4a45['JNRnrx']={},_0x4a45['FkXIlP']=!![];}const _0x9e971c=_0x4b91a7[-0x234f+0x19a*-0x2+0x2683],_0x580de7=_0x7b653a+_0x9e971c,_0x55425c=_0x4a45['JNRnrx'][_0x580de7];return!_0x55425c?(_0x577315=_0x4a45['pCuezK'](_0x577315),_0x4a45['JNRnrx'][_0x580de7]=_0x577315):_0x577315=_0x55425c,_0x577315;}async function collectBindingsForUser(_0x384736,_0x44e3cd,_0x571e25){const _0xc798ca={_0x34c7c7:0x189,_0x3932f0:0xa,_0x34f0b0:0x9,_0x5cea79:0x3f,_0x53a6c2:0x149,_0x5f2e74:0x18a,_0x16dc57:0x14e,_0x34daf7:0xb6,_0x4670e4:0x81,_0x5ec63f:0xb,_0x54d5c7:0x154,_0x3361b7:0x133,_0xf81e11:0x160,_0x3587d2:0x47,_0x34cad8:0x5f,_0x20c34f:0x32,_0x55e591:0x42},_0x3a7222={_0x1e8706:0x29a},_0x103387={_0x308bbf:0x18d},_0x27c34a={'cuAix':function(_0x5b9533,_0x492449){return _0x5b9533(_0x492449);},'QwZOB':function(_0x1499ab,_0x1512c5){return _0x1499ab===_0x1512c5;},'vJWcV':_0x3e1dd0(-_0xc798ca._0x34c7c7,-0x1a5,-0x1ac,-0x148),'Zcocc':function(_0x134ab4,_0x433de2){return _0x134ab4(_0x433de2);}},{getTeamsByUserId:_0x157daf,getBindingsByResource:_0x364270}=await d(),_0x23bf85=await _0x27c34a[_0x467057(-_0xc798ca._0x3932f0,_0xc798ca._0x34f0b0,-0x34,_0xc798ca._0x5cea79)](_0x157daf,_0x384736);function _0x467057(_0x3bc1b3,_0xd4028c,_0x402b43,_0x3c4048){return _0x4a45(_0x3bc1b3- -_0x103387._0x308bbf,_0x3c4048);}const _0x16b9b8=new Set(_0x23bf85[_0x3e1dd0(-_0xc798ca._0x53a6c2,-_0xc798ca._0x5f2e74,-_0xc798ca._0x16dc57,-0x178)](_0x10d5d9=>_0x10d5d9['id']));let _0x58a8ed=[];function _0x3e1dd0(_0x2d1576,_0x35550e,_0x5643ab,_0x582c59){return _0x4a45(_0x2d1576- -_0x3a7222._0x1e8706,_0x582c59);}if(_0x27c34a[_0x467057(-0x7b,-0xb2,-_0xc798ca._0x34daf7,-_0xc798ca._0x4670e4)](_0x44e3cd,_0x27c34a[_0x3e1dd0(-0x154,-0x172,-0x190,-0x165)]))_0x58a8ed=await _0x27c34a[_0x467057(_0xc798ca._0x34f0b0,0xc,_0xc798ca._0x5ec63f,0xa)](_0x364270,_0x27c34a[_0x3e1dd0(-_0xc798ca._0x54d5c7,-0x199,-_0xc798ca._0x3361b7,-_0xc798ca._0xf81e11)]);else{_0x58a8ed=await _0x364270(_0x44e3cd,_0x571e25);const _0x1dbc52=await _0x364270(_0x27c34a[_0x467057(-_0xc798ca._0x3587d2,-_0xc798ca._0x34cad8,-_0xc798ca._0x20c34f,-_0xc798ca._0x55e591)]);_0x58a8ed=[..._0x58a8ed,..._0x1dbc52];}return _0x58a8ed['filter'](_0x400e42=>_0x400e42['subject_ty'+'pe']===_0x3e1dd0(-0x185,-0x17e,-0x170,-0x1a4)&&_0x400e42[_0x467057(-0x70,-0x93,-0x20,-0x30)]===_0x384736||_0x400e42['subject_ty'+'pe']===_0x467057(-0x20,-0x13,-0x47,-0x5b)&&_0x16b9b8['has'](_0x400e42[_0x3e1dd0(-0x17d,-0x1b1,-0x166,-0x190)]));}export async function resolveUserPermissions(_0x3e0f4,_0x38eab5){const _0x35dd8a={_0x149c21:0x193,_0x53574c:0x1bc,_0x268379:0x8c,_0x3f0492:0xc9,_0x3fbf25:0x7f,_0x3362b8:0x177,_0x5d7e13:0x176,_0x59ba07:0x1b1,_0x1edbc0:0xa0,_0x4aab0c:0xbd,_0x1b836a:0x12f,_0x112ff9:0xf4,_0x1f94a5:0xb4,_0x1b9436:0x1ca,_0x44f80b:0x1df,_0x8e126b:0x1ad,_0xb665ac:0x197,_0x1198fe:0x163,_0x57e57d:0x141,_0x1e5e4f:0x17b,_0xb71826:0x138,_0x2a9514:0x146,_0x2f7167:0x168,_0x9046e:0x13e,_0x3495ab:0x13e,_0x1ac621:0x115,_0x4b9eac:0x13a},_0x1de469={'XKIRO':function(_0xf2d9a7){return _0xf2d9a7();},'ugORl':function(_0x309012,_0x59566b,_0xac3bf1,_0xdd7dfc){return _0x309012(_0x59566b,_0xac3bf1,_0xdd7dfc);},'FqDPB':'environmen'+'t','wxKxo':function(_0x3decf5,_0x49895d){return _0x3decf5(_0x49895d);},'EqthL':function(_0x1655cf,_0x426bb2){return _0x1655cf!==_0x426bb2;},'bxMYI':_0x352382(-_0x35dd8a._0x149c21,-_0x35dd8a._0x53574c,-0x1a5,-0x178)};function _0x282d3d(_0x588f73,_0x5732da,_0x832e35,_0x508ce0){return _0x4a45(_0x5732da- -0xa7,_0x588f73);}const {getRoleById:_0x1dab7a}=await _0x1de469[_0x282d3d(0x6c,_0x35dd8a._0x268379,_0x35dd8a._0x3f0492,_0x35dd8a._0x3fbf25)](d),_0x2e6521=await _0x1de469[_0x352382(-_0x35dd8a._0x3362b8,-_0x35dd8a._0x5d7e13,-_0x35dd8a._0x59ba07,-0x17d)](collectBindingsForUser,_0x3e0f4,_0x1de469[_0x282d3d(0xae,_0x35dd8a._0x1edbc0,0x59,_0x35dd8a._0x4aab0c)],_0x38eab5),_0x1a925e=new Set();for(const _0x330273 of _0x2e6521){const _0x224b17=await _0x1de469[_0x282d3d(_0x35dd8a._0x1b836a,_0x35dd8a._0x112ff9,0xcd,_0x35dd8a._0x1f94a5)](_0x1dab7a,_0x330273[_0x352382(-_0x35dd8a._0x1b9436,-0x1b2,-_0x35dd8a._0x44f80b,-0x1df)]);if(_0x224b17){if(_0x1de469[_0x352382(-_0x35dd8a._0x8e126b,-_0x35dd8a._0xb665ac,-0x1b6,-0x190)](_0x1de469[_0x352382(-_0x35dd8a._0x5d7e13,-_0x35dd8a._0x1198fe,-_0x35dd8a._0x57e57d,-0x1a8)],_0x1de469[_0x352382(-_0x35dd8a._0x1e5e4f,-0x163,-_0x35dd8a._0xb71826,-_0x35dd8a._0x2a9514)]))for(const _0xadff8e of _0x1790eb){_0x5d22[_0x54d461][_0x352382(-0x17c,-0x15d,-_0x35dd8a._0x2f7167,-_0x35dd8a._0x9046e)](_0xadff8e);}else for(const _0x5c6bf3 of _0x224b17['permission'+'s']){_0x1a925e[_0x352382(-_0x35dd8a._0x3495ab,-0x15d,-_0x35dd8a._0x1ac621,-_0x35dd8a._0x4b9eac)](_0x5c6bf3);}}}function _0x352382(_0x36ba7e,_0x2cfabb,_0x17a402,_0x14c4d0){return _0x4a45(_0x2cfabb- -0x2c6,_0x17a402);}if(_0x1a925e['has']('*'))return['*'];return[..._0x1a925e];}export async function hasPermission(_0x5de0f9,_0x5adfb4,_0x4c7795){const _0x1c3f85={_0x31848f:0x457,_0x5328b5:0x4d0,_0x235f26:0x48c,_0x10d54c:0x46f,_0x2407dd:0x48f,_0x3dbe8e:0x487,_0x94fe6b:0x501,_0x41316b:0x4dc,_0xec9b04:0x4e8,_0x21ab4f:0xa9,_0x5b0048:0xea,_0x1fd1b6:0x12d,_0x4bde87:0x89,_0x51df44:0x46,_0x34084e:0x90,_0x2adf60:0x9e,_0x16f10b:0xc4,_0x1c08f7:0xd5,_0x256a79:0x7c,_0x400e9d:0xd6,_0x288b4d:0x73,_0x5055cc:0x122,_0x47fbcd:0x14c,_0x166bc0:0x11f,_0x31aa8b:0x111,_0x114d1c:0xd6,_0x18ff6f:0xe9,_0x1a0025:0x6f,_0x250bc8:0x47b,_0x141c58:0x4af,_0x5916fb:0x10d,_0x7f2427:0xb5,_0x4abc75:0xbf,_0x5531ad:0x544,_0x2097d9:0x8c,_0x222f35:0x50e,_0x57666a:0x9c,_0x49ff26:0xb7,_0x17807a:0x452,_0x4f252a:0x4b1,_0x3d2137:0x502,_0x2f06a9:0x517,_0x3665bd:0x79,_0x401853:0xd0,_0x2142c1:0x4be,_0xb81b6d:0x4ae,_0x2d1f3b:0x443,_0xeda889:0x52f,_0x227a54:0xfd,_0x5835c6:0x108,_0x48c533:0xe4,_0x11f554:0x134,_0xf9dc7d:0x507,_0x14a68a:0x4e8,_0x69fb79:0x47a,_0x210988:0x4a3,_0x234e6c:0x4cc,_0x43085d:0x4e9,_0x191736:0x503,_0x12399a:0x60,_0x8324b9:0xc6,_0x5c3ec5:0xc6,_0x12cc36:0x482,_0x3d7480:0x4b8},_0x3d388d={_0xafe280:0x37b},_0x515d18={_0x1e1793:0x77},_0x5cacc7={'qMsfv':function(_0x32345e,_0x20be76){return _0x32345e(_0x20be76);},'Pftvr':function(_0x408d20,_0x1eea57){return _0x408d20===_0x1eea57;},'aCfyn':_0x1f12ff(_0x1c3f85._0x31848f,0x4a3,_0x1c3f85._0x5328b5,_0x1c3f85._0x235f26),'yRBfr':function(_0x51cbc8,_0x24aa52){return _0x51cbc8===_0x24aa52;},'sEBOO':_0x1f12ff(_0x1c3f85._0x10d54c,_0x1c3f85._0x2407dd,0x470,_0x1c3f85._0x3dbe8e),'wyCEM':function(_0x44baf7,_0x467ba8,_0x29626d){return _0x44baf7(_0x467ba8,_0x29626d);},'AZjvS':_0x44e7c4(0xcd,0x9e,0xa7,0xdb),'QbyMV':_0x1f12ff(_0x1c3f85._0x94fe6b,_0x1c3f85._0x41316b,0x531,_0x1c3f85._0xec9b04),'IjyQq':function(_0x450507,_0x3e76cc,_0x5a7fd1){return _0x450507(_0x3e76cc,_0x5a7fd1);},'dbOuh':function(_0x12caf5,_0x101c31){return _0x12caf5===_0x101c31;},'NxoiL':'environmen'+'t','mceel':function(_0x1280a1,_0x5d9737){return _0x1280a1!==_0x5d9737;},'UfteG':_0x44e7c4(_0x1c3f85._0x21ab4f,0xb7,0xaf,0xd1),'rEMkC':'JiBTl','ixZMh':function(_0x40dd6a,_0x17f206,_0x19c532,_0x5a9fbf){return _0x40dd6a(_0x17f206,_0x19c532,_0x5a9fbf);},'mcxvn':function(_0x4d68e2,_0x3126e7){return _0x4d68e2===_0x3126e7;},'tiDTo':'WabTh','ESHKV':function(_0x138c6c,_0xeed9ab,_0x373a61){return _0x138c6c(_0xeed9ab,_0x373a61);},'ODvLa':function(_0x26c5bb,_0x2b3213){return _0x26c5bb===_0x2b3213;},'mWMnu':function(_0x5e7416,_0x1a67ec){return _0x5e7416(_0x1a67ec);}};function _0x44e7c4(_0x37a7ec,_0x531a06,_0x364227,_0x2f028b){return _0x4a45(_0x531a06- -_0x515d18._0x1e1793,_0x364227);}const {getRoleById:_0x17b4dc}=await d(),_0x279a17=_0x5cacc7[_0x44e7c4(0x138,_0x1c3f85._0x5b0048,0x126,_0x1c3f85._0x1fd1b6)](getPermissionScope,_0x5adfb4);function _0x1f12ff(_0x49022d,_0x40f29b,_0x4ec527,_0x17e491){return _0x4a45(_0x17e491-_0x3d388d._0xafe280,_0x49022d);}if(_0x5cacc7['Pftvr'](_0x279a17,_0x5cacc7['aCfyn'])){if(_0x5cacc7[_0x44e7c4(0x91,_0x1c3f85._0x4bde87,_0x1c3f85._0x51df44,_0x1c3f85._0x34084e)](_0x5cacc7[_0x44e7c4(0xac,0xc4,0xca,0x106)],_0x5cacc7[_0x44e7c4(_0x1c3f85._0x2adf60,_0x1c3f85._0x16f10b,_0x1c3f85._0x1c08f7,_0x1c3f85._0x256a79)])){const {getBindingsBySubject:_0x3a0fd0,getTeamsByUserId:_0x4436f9}=await d(),_0x1bfde8=await _0x5cacc7[_0x44e7c4(_0x1c3f85._0x400e9d,0x90,0x6f,_0x1c3f85._0x288b4d)](_0x3a0fd0,_0x5cacc7[_0x44e7c4(_0x1c3f85._0x5055cc,0x113,_0x1c3f85._0x47fbcd,0x123)],_0x5de0f9),_0xef24d1=await _0x4436f9(_0x5de0f9),_0x35eeed=[..._0x1bfde8];for(const _0x4adae3 of _0xef24d1){const _0x583653=await _0x5cacc7['wyCEM'](_0x3a0fd0,_0x5cacc7['QbyMV'],_0x4adae3['id']);_0x35eeed[_0x44e7c4(_0x1c3f85._0x166bc0,0x11b,0xf1,_0x1c3f85._0x31aa8b)](..._0x583653);}for(const _0x4024ce of _0x35eeed){const _0x1b8b5b=await _0x17b4dc(_0x4024ce[_0x44e7c4(_0x1c3f85._0x114d1c,0x9d,_0x1c3f85._0x18ff6f,_0x1c3f85._0x1a0025)]);if(_0x1b8b5b&&_0x5cacc7[_0x1f12ff(_0x1c3f85._0x250bc8,0x4f2,_0x1c3f85._0x141c58,0x4bc)](hasPermissionInSet,_0x1b8b5b[_0x44e7c4(0xd2,0xd1,0xc9,_0x1c3f85._0x5916fb)+'s'],_0x5adfb4))return!![];}return![];}else _0x577280=_0x1e001d[_0x44e7c4(0x89,_0x1c3f85._0x7f2427,0x88,_0x1c3f85._0x4abc75)](_0x3d8c25=>_0x3d8c25!==_0x5e7877[_0x1f12ff(0x494,0x4bd,0x4de,0x493)]);}if(_0x5cacc7[_0x1f12ff(0x52a,_0x1c3f85._0x5531ad,0x4de,0x514)](_0x279a17,_0x5cacc7[_0x44e7c4(_0x1c3f85._0x2097d9,0xc5,0x9e,0xa2)])){if(_0x5cacc7['mceel'](_0x5cacc7[_0x1f12ff(0x550,0x511,0x50e,_0x1c3f85._0x222f35)],_0x5cacc7[_0x44e7c4(0x70,_0x1c3f85._0x57666a,0x6c,_0x1c3f85._0x49ff26)])){if(!_0x4c7795)return![];const _0x2aa695=await _0x5cacc7[_0x1f12ff(_0x1c3f85._0x17807a,0x495,_0x1c3f85._0x4f252a,0x495)](collectBindingsForUser,_0x5de0f9,_0x1f12ff(_0x1c3f85._0x3d2137,0x55f,_0x1c3f85._0x2f06a9,0x512)+'t',_0x4c7795);for(const _0x51fafe of _0x2aa695){if(_0x5cacc7[_0x44e7c4(_0x1c3f85._0x3665bd,0x98,0xce,0x8b)](_0x5cacc7[_0x44e7c4(0xd7,0xf1,0xe0,0x11b)],_0x44e7c4(0x62,0x99,_0x1c3f85._0x401853,0xab))){const _0x10d3a3=await _0x5cacc7['qMsfv'](_0x17b4dc,_0x51fafe[_0x1f12ff(_0x1c3f85._0x2142c1,_0x1c3f85._0xb81b6d,_0x1c3f85._0x2d1f3b,_0x1c3f85._0x2407dd)]);if(_0x10d3a3&&_0x5cacc7[_0x1f12ff(0x507,_0x1c3f85._0xeda889,0x4eb,0x4fb)](hasPermissionInSet,_0x10d3a3['permission'+'s'],_0x5adfb4))return!![];}else _0x517e90[_0x578133][_0x44e7c4(_0x1c3f85._0x227a54,0xf2,_0x1c3f85._0x5835c6,0xe0)](_0xefc231);}return![];}else return _0x104484;}if(_0x5cacc7[_0x44e7c4(0x8c,0xa2,0x64,0x8b)](_0x279a17,_0x5cacc7[_0x44e7c4(0x107,_0x1c3f85._0x48c533,_0x1c3f85._0x11f554,0xc3)])){if(!_0x4c7795)return![];const _0x8581da=await collectBindingsForUser(_0x5de0f9,_0x1f12ff(0x4fb,0x4e2,_0x1c3f85._0xf9dc7d,_0x1c3f85._0x14a68a),_0x4c7795);for(const _0x1898cb of _0x8581da){if(_0x5cacc7[_0x1f12ff(0x4d7,_0x1c3f85._0x69fb79,_0x1c3f85._0x210988,0x4b2)](_0x1f12ff(_0x1c3f85._0x234e6c,_0x1c3f85._0x43085d,0x4b5,_0x1c3f85._0x191736),_0x44e7c4(0x4a,0x94,_0x1c3f85._0x12399a,0x7f))){const _0x4fa2f5=await _0x17b4dc(_0x1898cb['role_id']);if(_0x4fa2f5&&_0x5cacc7[_0x44e7c4(0x108,0xca,_0x1c3f85._0x8324b9,_0x1c3f85._0x5c3ec5)](hasPermissionInSet,_0x4fa2f5['permission'+'s'],_0x5adfb4))return!![];}else _0x2ebfbd[_0x3d5ec7]=[..._0x3ec778[_0x1e40c4]];}return![];}return await _0x5cacc7[_0x1f12ff(0x47a,_0x1c3f85._0x12cc36,0x49e,_0x1c3f85._0x3d7480)](hasAllPermissions,_0x5de0f9);}export async function hasAllPermissions(_0x698ead){const _0x57e622={_0xcc79e8:0x190,_0x307d6c:0x19e,_0x92b059:0x210,_0x42e261:0x12d,_0x4cd203:0x158,_0x3e2043:0x146,_0xfa5e29:0x16b,_0x8664e5:0x12c,_0x5bc14d:0x1bb,_0x32dc8e:0x13a,_0x58a0ff:0x18d,_0x237757:0x1d2,_0x5893a6:0x190,_0x148999:0x179,_0x373017:0x1a1,_0x4aa806:0x17e,_0x22a44c:0x1d7,_0x5dc04d:0x19f,_0x1b1673:0x1a4,_0x18f6c8:0x126,_0x49d667:0x123,_0x27460a:0x185,_0x18a380:0x15c,_0x11b6e5:0x148,_0x11f7b6:0x1fa,_0x14109e:0x1f9,_0x53a2a4:0x18b,_0xf8c532:0x1a8,_0x4f9ca3:0x1ad,_0x33245a:0x192,_0xd3f959:0x15f,_0x4ad619:0x18d},_0x8cc307={_0x250037:0x2b3},_0xeada4b={'lQfvt':function(_0x17c4eb){return _0x17c4eb();},'UOUcI':function(_0x35dbde,_0x4d8dee,_0x1821e2){return _0x35dbde(_0x4d8dee,_0x1821e2);},'ySXHY':_0x3b15f6(-_0x57e622._0xcc79e8,-0x15c,-0x1c9,-_0x57e622._0x307d6c),'PhLHp':function(_0x127fba,_0x59d67a){return _0x127fba===_0x59d67a;},'bKieB':_0x2480c8(0x1c9,_0x57e622._0x92b059,0x19e,0x18f),'wjdlv':function(_0x1556b8,_0x21668d){return _0x1556b8(_0x21668d);},'LxkPL':_0x3b15f6(-0x10b,-_0x57e622._0x42e261,-_0x57e622._0x4cd203,-_0x57e622._0x3e2043),'LuUXR':function(_0x45397c,_0x1c3cc9){return _0x45397c!==_0x1c3cc9;}},{getBindingsBySubject:_0x534168,getTeamsByUserId:_0x1ab699,getRoleById:_0x40c5c9}=await _0xeada4b['lQfvt'](d),_0x3b65d6=await _0xeada4b['UOUcI'](_0x534168,_0xeada4b[_0x2480c8(_0x57e622._0xfa5e29,_0x57e622._0x8664e5,_0x57e622._0x5bc14d,_0x57e622._0x32dc8e)],_0x698ead);function _0x2480c8(_0x233f65,_0x1d6b87,_0x22a567,_0x42a1f6){return _0x4a45(_0x233f65-0x65,_0x22a567);}for(const _0x157a05 of _0x3b65d6){if(_0xeada4b[_0x2480c8(_0x57e622._0x58a0ff,_0x57e622._0x237757,_0x57e622._0x5893a6,0x168)]('qbwXl',_0xeada4b['bKieB']))return['*'];else{const _0x1b0039=await _0xeada4b['wjdlv'](_0x40c5c9,_0x157a05[_0x2480c8(_0x57e622._0x148999,_0x57e622._0x373017,_0x57e622._0x4aa806,0x1ba)]);if(_0x1b0039&&_0x1b0039[_0x2480c8(0x1ad,0x1bb,0x18a,0x181)+'s'][_0x2480c8(0x189,_0x57e622._0x22a44c,_0x57e622._0x5dc04d,_0x57e622._0x1b1673)]('*'))return!![];}}const _0x8611ef=await _0x1ab699(_0x698ead);for(const _0x168390 of _0x8611ef){const _0x19444e=await _0x534168(_0xeada4b[_0x3b15f6(-0x140,-_0x57e622._0x18f6c8,-_0x57e622._0x49d667,-0x125)],_0x168390['id']);for(const _0x50ff6c of _0x19444e){if(_0xeada4b['LuUXR'](_0x2480c8(_0x57e622._0x27460a,_0x57e622._0x18a380,0x1a3,_0x57e622._0x11b6e5),_0x3b15f6(-0x1d1,-0x14b,-0x164,-0x193))){if(_0x1ccbe0[_0x2480c8(0x1d4,_0x57e622._0x11f7b6,_0x57e622._0x14109e,0x1aa)](_0x4bd616=>_0x4bd616['id']===_0x4c8d3c[_0x3b15f6(-0x1d3,-0x18c,-0x1a0,-0x196)]))return!![];}else{const _0x14a795=await _0xeada4b['wjdlv'](_0x40c5c9,_0x50ff6c[_0x3b15f6(-_0x57e622._0x53a2a4,-_0x57e622._0xf8c532,-_0x57e622._0x237757,-0x19f)]);if(_0x14a795&&_0x14a795[_0x2480c8(_0x57e622._0x4f9ca3,_0x57e622._0x33245a,_0x57e622._0xd3f959,_0x57e622._0x4ad619)+'s'][_0x3b15f6(-0x1bd,-0x15b,-0x194,-0x18f)]('*'))return!![];}}}function _0x3b15f6(_0x4169a6,_0x5a89fc,_0x3a6bd9,_0x443860){return _0x4a45(_0x443860- -_0x8cc307._0x250037,_0x3a6bd9);}return![];}export async function getVisibleEnvironments(_0x2189b7){const _0xe6bd05={_0x5d785c:0x26f,_0x15e064:0x506,_0x19abc1:0x535,_0x2b8f69:0x50f,_0x2a9f23:0x271,_0x1172f6:0x2a5,_0x2092a3:0x216,_0x11d9c7:0x1df,_0x30bc8d:0x1fc,_0x431302:0x50e,_0x2eefc1:0x589,_0x4a5aad:0x551,_0x348c2c:0x4f8,_0x3660df:0x23d,_0x2182cf:0x1fd,_0x289f70:0x252,_0x1b5227:0x25e,_0x2c8836:0x566,_0x5f1201:0x548,_0x329ba6:0x26c,_0x3de299:0x284,_0x578e1b:0x2a2,_0x634b06:0x1f8,_0x2a73b4:0x567,_0x37a2b9:0x545,_0x9edb4f:0x235,_0x43d574:0x264,_0x1dbb9b:0x258,_0x393de5:0x28b,_0xf713b9:0x23c,_0x4e3b8a:0x282,_0xa94d52:0x265,_0x5cedca:0x21c,_0x16c2e6:0x25e,_0x41ce01:0x227,_0x3f0d95:0x4dc,_0x41dbd7:0x500,_0x1b946b:0x51b,_0x1fe798:0x522,_0x581a00:0x26d,_0x972ccd:0x240,_0xd3099a:0x266,_0x242a90:0x4ed,_0x45075c:0x4f5,_0x510cae:0x495,_0x5e9731:0x4e0,_0x5cc2bd:0x23e,_0x5af3dd:0x535,_0x336f07:0x557,_0x413f24:0x516,_0x1f316e:0x255,_0x56627f:0x241,_0x442204:0x286,_0x46eba3:0x256,_0x36dc96:0x276,_0x4d1560:0x52e,_0x397076:0x4f1,_0x45c619:0x559,_0x5ea83e:0x595,_0x28152a:0x27e,_0xbeab7:0x2b4,_0x351d06:0x555,_0x1622e7:0x558},_0x461fde={'eRgxH':function(_0x589baa){return _0x589baa();},'ulHUW':_0xb84ba4(_0xe6bd05._0x5d785c,0x22e,0x24d,0x24f),'SxAMa':function(_0x8026f2,_0x3a55d9){return _0x8026f2!==_0x3a55d9;},'uylha':function(_0x512919,_0xe81a85){return _0x512919===_0xe81a85;},'kQeJS':'AtuZO','iehxK':_0x54ed9b(0x4bf,_0xe6bd05._0x15e064,_0xe6bd05._0x19abc1,_0xe6bd05._0x2b8f69),'ABWpJ':function(_0xc41b57,_0x281467){return _0xc41b57(_0x281467);},'Vwbpy':'wGJSx','JyDJN':function(_0x1429f,_0x1cefcd,_0x1fbd27){return _0x1429f(_0x1cefcd,_0x1fbd27);},'dYate':_0xb84ba4(0x262,_0xe6bd05._0x2a9f23,_0xe6bd05._0x1172f6,0x215),'risHI':function(_0x5cc537,_0x19650f){return _0x5cc537===_0x19650f;},'ymNdu':function(_0x5f0f27,_0x643ae2){return _0x5f0f27===_0x643ae2;},'XEhPo':_0xb84ba4(_0xe6bd05._0x2092a3,0x238,_0xe6bd05._0x11d9c7,_0xe6bd05._0x30bc8d),'qBdNy':_0x54ed9b(0x567,_0xe6bd05._0x431302,_0xe6bd05._0x2eefc1,_0xe6bd05._0x4a5aad)},{getTeamsByUserId:_0x36e424,getBindingsBySubject:_0x5c6eab,getAllEnvironments:_0x3c30ce}=await _0x461fde['eRgxH'](d),_0x1e20e0=await hasAllPermissions(_0x2189b7);if(_0x1e20e0){if('LJdHn'!==_0x461fde[_0x54ed9b(0x519,0x50c,_0xe6bd05._0x348c2c,0x4de)])for(const _0x31ba7c of _0x1bb36e[_0xb84ba4(_0xe6bd05._0x3660df,_0xe6bd05._0x2182cf,_0xe6bd05._0x289f70,0x259)+'s']){_0x22e7ae[_0xb84ba4(_0xe6bd05._0x1b5227,0x291,0x26c,0x20e)](_0x31ba7c);}else return await _0x461fde['eRgxH'](_0x3c30ce);}const _0x1ea863=new Set();function _0x54ed9b(_0xe5d977,_0x1a9fd6,_0x5d94fc,_0x2ea52e){return _0x4a45(_0x2ea52e-0x3b9,_0xe5d977);}const _0x2ce623=await _0x5c6eab('user',_0x2189b7);function _0xb84ba4(_0x1424e2,_0x5e7ab1,_0x3af40f,_0x496230){return _0x4a45(_0x1424e2-0xf5,_0x3af40f);}for(const _0x46d4cd of _0x2ce623){if(_0x461fde[_0x54ed9b(_0xe6bd05._0x2c8836,0x4fe,_0xe6bd05._0x5f1201,0x517)](_0xb84ba4(_0xe6bd05._0x329ba6,_0xe6bd05._0x3de299,_0xe6bd05._0x578e1b,0x269),_0xb84ba4(_0xe6bd05._0x634b06,0x1b0,0x23a,0x245))){if(_0x461fde[_0x54ed9b(0x579,0x53c,_0xe6bd05._0x2a73b4,_0xe6bd05._0x37a2b9)](_0x46d4cd[_0xb84ba4(0x22d,0x279,_0xe6bd05._0x9edb4f,0x1e2)+_0xb84ba4(0x282,0x2a7,_0xe6bd05._0x43d574,0x2a8)],'environmen'+'t')){if(_0x461fde[_0xb84ba4(0x26d,_0xe6bd05._0x1dbb9b,_0xe6bd05._0x393de5,_0xe6bd05._0xf713b9)]!==_0x461fde[_0xb84ba4(0x267,0x266,_0xe6bd05._0x4e3b8a,0x267)]){if(_0x46d4cd[_0xb84ba4(_0xe6bd05._0xa94d52,_0xe6bd05._0x3660df,_0xe6bd05._0x1b5227,_0xe6bd05._0x5cedca)+'d']==='*')return await _0x3c30ce();_0x1ea863[_0xb84ba4(_0xe6bd05._0x16c2e6,_0xe6bd05._0x41ce01,0x292,0x258)](_0x46d4cd['resource_i'+'d']);}else _0x3b8e94[_0x44bcaf][_0x54ed9b(_0xe6bd05._0x3f0d95,_0xe6bd05._0x41dbd7,_0xe6bd05._0x1b946b,_0xe6bd05._0x1fe798)](_0xa9bf6a);}}else return!![];}const _0x3d6f3e=await _0x461fde[_0xb84ba4(0x21f,_0xe6bd05._0x581a00,_0xe6bd05._0x972ccd,_0xe6bd05._0xd3099a)](_0x36e424,_0x2189b7);for(const _0x2b6c9f of _0x3d6f3e){if(_0x461fde['uylha'](_0x54ed9b(_0xe6bd05._0x242a90,_0xe6bd05._0x45075c,_0xe6bd05._0x510cae,_0xe6bd05._0x5e9731),_0x461fde['Vwbpy'])){const _0x34d755={};return _0x34d755[_0xb84ba4(0x206,_0xe6bd05._0x5cc2bd,_0xe6bd05._0x3660df,0x24b)]=['*'],_0x34d755['environmen'+'ts']={},_0x34d755[_0x54ed9b(_0xe6bd05._0x5af3dd,0x500,0x566,0x52d)]={},_0x34d755;}else{const _0x52b16f=await _0x461fde[_0x54ed9b(0x4ea,0x514,_0xe6bd05._0x336f07,_0xe6bd05._0x413f24)](_0x5c6eab,_0x461fde[_0xb84ba4(_0xe6bd05._0x1f316e,_0xe6bd05._0x4e3b8a,0x230,_0xe6bd05._0x56627f)],_0x2b6c9f['id']);for(const _0x44b9fd of _0x52b16f){if(_0x461fde[_0xb84ba4(_0xe6bd05._0x442204,0x28d,_0xe6bd05._0x46eba3,_0xe6bd05._0x36dc96)](_0x44b9fd[_0x54ed9b(0x52b,_0xe6bd05._0x4d1560,0x520,_0xe6bd05._0x397076)+_0xb84ba4(_0xe6bd05._0x4e3b8a,0x23b,0x291,0x256)],_0x54ed9b(_0xe6bd05._0x45c619,_0xe6bd05._0x5ea83e,_0xe6bd05._0x431302,0x550)+'t')){if(_0x461fde[_0xb84ba4(_0xe6bd05._0x28152a,0x296,0x24c,_0xe6bd05._0xbeab7)](_0x44b9fd['resource_i'+'d'],'*'))return _0x461fde[_0x54ed9b(_0xe6bd05._0x351d06,0x560,0x4ff,0x527)]!==_0x461fde['qBdNy']?await _0x461fde[_0x54ed9b(0x565,_0xe6bd05._0x1622e7,0x568,0x52a)](_0x3c30ce):!![];_0x1ea863['add'](_0x44b9fd['resource_i'+'d']);}}}}return[..._0x1ea863];}export async function resolveUserPermissionsAllEnvironments(_0xd579c6){const _0x4f3a9d={'XRfsq':function(_0x1e88ff,_0x5bb6fa){return _0x1e88ff(_0x5bb6fa);}},_0x2302df=await _0x4f3a9d['XRfsq'](getVisibleEnvironments,_0xd579c6),_0xdfbe0d={};for(const _0x21ccd2 of _0x2302df){_0xdfbe0d[_0x21ccd2]=await resolveUserPermissions(_0xd579c6,_0x21ccd2);}return _0xdfbe0d;}export async function resolveUserServerPermissions(_0x34cf3d){const _0x42b740={_0x5cdbd5:0x67,_0x99fd22:0xaa,_0x5a0215:0x11,_0x37715e:0x2e,_0x37b5cb:0x25,_0x5a8a24:0xbe,_0x40fc01:0x5a,_0x5b0ee5:0x15,_0x226ad:0xf,_0x254614:0x5e,_0x299733:0x85,_0x240659:0xd3,_0x178206:0x1c,_0x3f4048:0xa,_0x261e03:0x1a,_0x5dfac2:0x5c,_0x168397:0x78,_0x2f9ae9:0xcd,_0x411887:0x84,_0x342d50:0x3f,_0x120833:0x1f,_0x617aa9:0x36,_0x2dfbfa:0xc2,_0x528f39:0xbf,_0x2d1f1e:0x10d,_0x1ccf16:0xb6,_0x290337:0x95,_0x55c837:0x2b,_0x17f231:0x28,_0x46c991:0x32,_0x4b5509:0x4f,_0x40e8bd:0x56,_0x11d0bd:0xaa,_0x313eac:0xa7,_0x381a2a:0xe7,_0x1fee26:0x4c,_0x445137:0x2d,_0x39dc9d:0x2b,_0x595833:0x31,_0x624f1d:0x8,_0x4e0634:0x3e,_0x92025f:0x25,_0x19b89d:0x80},_0x315162={_0x6e3360:0x170},_0xd05ca1={'JfmbQ':function(_0x549427){return _0x549427();},'UKHCO':'user','TrYLm':function(_0x32c67a,_0x3660a2,_0xc4d1fc){return _0x32c67a(_0x3660a2,_0xc4d1fc);},'xNJak':_0x3cdd9c(-_0x42b740._0x5cdbd5,-_0x42b740._0x99fd22,-0xb5,-0xaa),'BaPSV':function(_0x51a7d4,_0x1ce92d){return _0x51a7d4(_0x1ce92d);},'HSiYg':function(_0xc3a924,_0x371594){return _0xc3a924!==_0x371594;},'EZyec':_0x4fb19a(_0x42b740._0x5a0215,-_0x42b740._0x37715e,0x43,_0x42b740._0x37b5cb),'EWGVv':function(_0x347dc5,_0xf90044){return _0x347dc5===_0xf90044;},'sFPNy':_0x3cdd9c(-0x9c,-_0x42b740._0x5a8a24,-0x75,-0xdb)},{getBindingsBySubject:_0x25ec0f,getTeamsByUserId:_0xbcd6a6,getRoleById:_0x5efedc}=await _0xd05ca1[_0x4fb19a(-_0x42b740._0x40fc01,-_0x42b740._0x5b0ee5,-_0x42b740._0x226ad,-_0x42b740._0x254614)](d),_0x2b470a=new Set();function _0x3cdd9c(_0x5b3352,_0x45e151,_0x22bee0,_0x16f4d1){return _0x4a45(_0x45e151- -0x217,_0x5b3352);}const _0x108b7d=new Set(Object['keys'](PERMISSIONS[_0x4fb19a(-0x5f,-0x62,-0xa6,-0x39)])),_0x4d3890=await _0x25ec0f(_0xd05ca1['UKHCO'],_0x34cf3d),_0x152fcd=await _0xbcd6a6(_0x34cf3d),_0x362932=[..._0x4d3890];for(const _0x52595c of _0x152fcd){const _0x26a949=await _0xd05ca1['TrYLm'](_0x25ec0f,_0xd05ca1['xNJak'],_0x52595c['id']);_0x362932[_0x3cdd9c(-0xb2,-_0x42b740._0x299733,-0xb4,-_0x42b740._0x240659)](..._0x26a949);}function _0x4fb19a(_0x515dee,_0x40c379,_0xce2548,_0x59507d){return _0x4a45(_0x515dee- -_0x315162._0x6e3360,_0x40c379);}for(const _0x409c01 of _0x362932){const _0xb63ff3=await _0xd05ca1[_0x4fb19a(-_0x42b740._0x178206,_0x42b740._0x3f4048,_0x42b740._0x261e03,-0x49)](_0x5efedc,_0x409c01[_0x4fb19a(-_0x42b740._0x5dfac2,-0x4e,-_0x42b740._0x168397,-0x2f)]);if(!_0xb63ff3)continue;if(_0xb63ff3[_0x3cdd9c(-0x94,-0xcf,-_0x42b740._0x2f9ae9,-_0x42b740._0x411887)+'s']['includes']('*'))return['*'];for(const _0x1697e5 of _0xb63ff3[_0x4fb19a(-0x28,-0x55,-_0x42b740._0x5a0215,-_0x42b740._0x342d50)+'s']){if(_0xd05ca1[_0x4fb19a(-0x23,_0x42b740._0x120833,-_0x42b740._0x617aa9,-0x12)](_0xd05ca1[_0x3cdd9c(-_0x42b740._0x2dfbfa,-_0x42b740._0x528f39,-_0x42b740._0x2d1f1e,-_0x42b740._0x1ccf16)],_0xd05ca1[_0x3cdd9c(-0x76,-0xbf,-_0x42b740._0x290337,-0x99)]))_0x505e86[_0x4fb19a(-_0x42b740._0x55c837,-_0x42b740._0x17f231,-0x5e,-0x6b)](_0x56344c)&&_0x3e1dc4[_0x4fb19a(-0x7,-_0x42b740._0x46c991,-_0x42b740._0x4b5509,-_0x42b740._0x40e8bd)](_0x17526b);else{if(_0x108b7d['has'](_0x1697e5)){if(_0xd05ca1[_0x4fb19a(-0x71,-_0x42b740._0x11d0bd,-0x9e,-_0x42b740._0x313eac)](_0x3cdd9c(-_0x42b740._0x381a2a,-0xbe,-0xa1,-0xfe),_0xd05ca1[_0x4fb19a(-0xb,-_0x42b740._0x1fee26,-0x13,_0x42b740._0x445137)]))_0x2b470a[_0x4fb19a(-0x7,_0x42b740._0x39dc9d,-_0x42b740._0x595833,_0x42b740._0x624f1d)](_0x1697e5);else return _0x108cbb[_0x4fb19a(0x5,_0x42b740._0x4e0634,-_0x42b740._0x92025f,-0xa)](_0x2a54bd[_0x3cdd9c(-0x3b,-_0x42b740._0x19b89d,-0xc5,-0xb2)+'ts']);}}}}return[..._0x2b470a];}export async function resolveUserTeamPermissionsAll(_0x410ccf){const _0x9a75d7={_0x5b5180:0x177,_0x1d7e43:0x1a7,_0x1dd7f8:0x1f6,_0x528afb:0x1de,_0x3570d3:0x1a6,_0x365f8c:0x20f,_0xd7599c:0x25d,_0x420bcf:0x294,_0x1def2b:0x268,_0x4e1985:0x1c9,_0x1591fd:0x1fb,_0x15744d:0x1ce,_0x3edab4:0x236,_0x10cdc7:0x1f5,_0x42201f:0x1ff,_0xda2eca:0x1ed,_0x21ac54:0x206,_0x26d0ba:0x17c,_0x54bd21:0x1a0,_0x42a576:0x194,_0x5dc244:0x172,_0x1af231:0x1a1,_0x40b601:0x1d9,_0x2686c5:0x229,_0x22cfe2:0x1e4,_0x45cf23:0x200,_0x3ae11b:0x1bc,_0x3a7811:0x16b,_0x4f53d6:0x190,_0x3f0fbc:0x155,_0x5640b2:0x248,_0x1182e5:0x231,_0x3f90f8:0x1ef,_0x3dbe7c:0x1b9,_0x5b46ac:0x1e9,_0x33fb27:0x1d2,_0x243a0e:0x1c7,_0xe8f6f7:0x1b7,_0x467994:0x23a,_0x95f800:0x1b7,_0x5afc28:0x1ca,_0xec7db5:0x1b5,_0x378aed:0x227,_0x52d6a7:0x191,_0xe297dd:0x243,_0x4030dd:0x1f9,_0xa3a0ef:0x23d,_0x5d4ac3:0x224},_0xa56f94={_0x1cf31b:0x74},_0x4d96ff={_0x352048:0x362},_0x2c67b0={'hxSbe':function(_0x4a4156){return _0x4a4156();},'DrMrb':function(_0x3752e3,_0x11a5c7,_0x3fd0ca){return _0x3752e3(_0x11a5c7,_0x3fd0ca);},'ecAvg':function(_0x1661ac,_0x20fc29){return _0x1661ac(_0x20fc29);},'AKglR':function(_0x2780f1,_0x2f61e3,_0x578418){return _0x2780f1(_0x2f61e3,_0x578418);},'JaRMK':function(_0xb6c1d,_0x5d9f51){return _0xb6c1d!==_0x5d9f51;},'KghJo':function(_0x2f5468,_0x5d9e6f){return _0x2f5468!==_0x5d9e6f;},'seTwI':_0x51b659(0x1cf,_0x9a75d7._0x5b5180,_0x9a75d7._0x1d7e43,0x1aa),'HmXEk':function(_0x55ddf6,_0x116cf0){return _0x55ddf6===_0x116cf0;},'zKgSz':_0x51b659(_0x9a75d7._0x1dd7f8,_0x9a75d7._0x528afb,_0x9a75d7._0x3570d3,0x1f2),'DlVBL':'rYZsb','WenqL':_0x3229fb(-_0x9a75d7._0x365f8c,-_0x9a75d7._0xd7599c,-_0x9a75d7._0x420bcf,-_0x9a75d7._0x1def2b),'YOnDH':_0x51b659(0x1de,0x1bd,0x1d6,_0x9a75d7._0x4e1985)},{getBindingsBySubject:_0x2b49c9,getTeamsByUserId:_0x1c6b9d,getRoleById:_0x20d655}=await _0x2c67b0[_0x3229fb(-_0x9a75d7._0x1591fd,-_0x9a75d7._0x15744d,-0x1f3,-0x1ce)](d),_0x39c449=new Set(Object['keys'](PERMISSIONS[_0x3229fb(-_0x9a75d7._0x3edab4,-_0x9a75d7._0x10cdc7,-0x212,-_0x9a75d7._0x42201f)])),_0x2097fe={},_0x4e0313=await _0x2c67b0['DrMrb'](_0x2b49c9,'user',_0x410ccf),_0x3a54d8=await _0x2c67b0['ecAvg'](_0x1c6b9d,_0x410ccf);function _0x3229fb(_0xb0d1d9,_0x1f1bd9,_0x36406f,_0x1585df){return _0x4a45(_0x1f1bd9- -_0x4d96ff._0x352048,_0xb0d1d9);}const _0x157173=[..._0x4e0313];for(const _0x3546e8 of _0x3a54d8){const _0x32ce5b=await _0x2c67b0['AKglR'](_0x2b49c9,_0x51b659(0x1d3,0x1f4,_0x9a75d7._0xda2eca,0x1e1),_0x3546e8['id']);_0x157173[_0x51b659(0x1e4,0x242,0x1e6,_0x9a75d7._0x21ac54)](..._0x32ce5b);}for(const _0x284a91 of _0x157173){if(_0x2c67b0[_0x51b659(0x1c9,_0x9a75d7._0x26d0ba,0x178,0x1c3)](_0x284a91[_0x51b659(_0x9a75d7._0x54bd21,_0x9a75d7._0x42a576,_0x9a75d7._0x5dc244,0x1ac)+_0x3229fb(-0x1d0,-0x1d5,-0x1ee,-_0x9a75d7._0x1af231)],'team'))continue;const _0x527284=await _0x2c67b0['ecAvg'](_0x20d655,_0x284a91['role_id']);if(!_0x527284)continue;const _0x2dd6f8=_0x284a91[_0x51b659(_0x9a75d7._0x40b601,_0x9a75d7._0x2686c5,0x233,_0x9a75d7._0x22cfe2)+'d'];if(!_0x2097fe[_0x2dd6f8])_0x2097fe[_0x2dd6f8]=new Set();if(_0x527284[_0x51b659(0x1cf,_0x9a75d7._0x45cf23,_0x9a75d7._0x3ae11b,0x1bc)+'s'][_0x51b659(_0x9a75d7._0x3a7811,_0x9a75d7._0x4f53d6,_0x9a75d7._0x3f0fbc,0x198)]('*')){if(_0x2c67b0[_0x3229fb(-_0x9a75d7._0x5640b2,-_0x9a75d7._0x1182e5,-0x205,-0x277)](_0x2c67b0[_0x3229fb(-0x20d,-_0x9a75d7._0x3f90f8,-_0x9a75d7._0x3dbe7c,-_0x9a75d7._0x5b46ac)],_0x2c67b0[_0x51b659(0x1df,0x1b0,0x1f6,0x1e7)]))return['*'];else for(const _0x51c0c0 of _0x39c449){_0x2097fe[_0x2dd6f8]['add'](_0x51c0c0);}}else for(const _0x5145b6 of _0x527284['permission'+'s']){_0x2c67b0[_0x51b659(0x21d,_0x9a75d7._0x33fb27,0x207,0x1de)](_0x2c67b0[_0x3229fb(-_0x9a75d7._0x243a0e,-0x1f6,-_0x9a75d7._0xe8f6f7,-_0x9a75d7._0x467994)],_0x2c67b0[_0x51b659(0x168,0x1d9,0x19a,_0x9a75d7._0x95f800)])?_0x2cddb5=_0x32ac0f:_0x39c449[_0x51b659(0x1f0,0x1d1,0x1ac,_0x9a75d7._0x3dbe7c)](_0x5145b6)&&_0x2097fe[_0x2dd6f8][_0x3229fb(-_0x9a75d7._0x5afc28,-0x1f9,-0x226,-_0x9a75d7._0xec7db5)](_0x5145b6);}}function _0x51b659(_0x49292a,_0x2b6dfc,_0x19d2cc,_0x3ac9d1){return _0x4a45(_0x3ac9d1-_0xa56f94._0x1cf31b,_0x19d2cc);}for(const _0x5b3266 of Object['keys'](_0x2097fe)){_0x2c67b0[_0x51b659(0x1e7,_0x9a75d7._0x378aed,0x19f,0x1de)](_0x2c67b0[_0x51b659(_0x9a75d7._0x52d6a7,0x21f,0x1e9,0x1df)],_0x2c67b0[_0x51b659(0x1d8,_0x9a75d7._0xe297dd,0x245,0x209)])?_0x570e48[_0x3229fb(-0x1f5,-_0x9a75d7._0x4030dd,-_0x9a75d7._0xa3a0ef,-_0x9a75d7._0x5d4ac3)](_0x2b3032):_0x2097fe[_0x5b3266]=[..._0x2097fe[_0x5b3266]];}return _0x2097fe;}export async function resolveAllUserPermissions(_0x590a99){const _0x3e9f2f={_0x54241e:0x38e,_0xb02244:0x3aa,_0x59721e:0x3c1,_0x2f2511:0x36c,_0x767a15:0x36d,_0xaf4b53:0x3f2,_0x55c8ed:0x42a,_0x2294fa:0x3f3,_0x594f38:0x41c,_0x1ed360:0x3d0,_0xd61d6d:0x8e,_0x44b680:0x37b,_0x2e3225:0x3ae,_0x96c873:0x18,_0x3c65b8:0x34,_0x57c6c7:0x42b},_0x49db0f={_0x3c897a:0xf6},_0x1d00a5={'eMNob':function(_0x1bc835,_0x26681b){return _0x1bc835(_0x26681b);},'hhSvk':function(_0x30efd0,_0x343358){return _0x30efd0(_0x343358);}},_0x4b9b52=await _0x1d00a5[_0x5e1dee(0x36d,_0x3e9f2f._0x54241e,_0x3e9f2f._0xb02244,_0x3e9f2f._0x59721e)](hasAllPermissions,_0x590a99);if(_0x4b9b52){const _0x220673={};return _0x220673[_0x5e1dee(0x36a,_0x3e9f2f._0x2f2511,_0x3e9f2f._0x767a15,0x33d)]=['*'],_0x220673[_0x5e1dee(_0x3e9f2f._0xaf4b53,_0x3e9f2f._0x55c8ed,_0x3e9f2f._0x2294fa,_0x3e9f2f._0x594f38)+'ts']={},_0x220673[_0x5e1dee(0x3c5,0x3b9,_0x3e9f2f._0x1ed360,0x405)]={},_0x220673;}const [_0x488826,_0x26961c,_0x2d6630]=await Promise[_0x5db374(0x43,0x4f,0x73,_0x3e9f2f._0xd61d6d)]([_0x1d00a5['hhSvk'](resolveUserServerPermissions,_0x590a99),resolveUserPermissionsAllEnvironments(_0x590a99),_0x1d00a5[_0x5e1dee(0x364,_0x3e9f2f._0x44b680,_0x3e9f2f._0x2e3225,0x3f0)](resolveUserTeamPermissionsAll,_0x590a99)]),_0x5b13aa={};_0x5b13aa[_0x5db374(-0xb,-_0x3e9f2f._0x96c873,_0x3e9f2f._0x3c65b8,0x1b)]=_0x488826;function _0x5db374(_0x1085a0,_0x56b94a,_0x24c964,_0x435155){return _0x4a45(_0x435155- -_0x49db0f._0x3c897a,_0x56b94a);}function _0x5e1dee(_0x52bb96,_0x4c47b5,_0x1407f2,_0x24df06){return _0x4a45(_0x1407f2-0x25c,_0x24df06);}return _0x5b13aa[_0x5e1dee(_0x3e9f2f._0x57c6c7,0x437,_0x3e9f2f._0x2294fa,0x442)+'ts']=_0x26961c,_0x5b13aa['teams']=_0x2d6630,_0x5b13aa;}export async function hasPermissionOnAnyTeam(_0x41ff32,_0x31766d){const _0x587556={_0x16011a:0x167,_0x6ba14f:0x1a2,_0x7f86ae:0x1,_0x55fbbf:0x14,_0x5e5962:0x5a,_0x49516a:0x31,_0x28722a:0x4c,_0x1aca6f:0x118,_0x3dc049:0x181,_0x308dc8:0x15c,_0x5d87ea:0x10f,_0x513f1b:0xfa,_0xc39942:0x12f,_0x30341f:0x17f,_0x4b5dda:0x1f,_0x4aa1de:0x29,_0x4ce4cf:0x64,_0x4ecff0:0x5a,_0x430cfd:0x7e,_0x1af863:0x1bd,_0xee4494:0x169,_0x4856c8:0x1b5,_0x543076:0x193,_0x544910:0x5,_0x3df3dc:0x5c,_0xa40eef:0x1c3,_0x31afd6:0x17e,_0xfc7559:0x7,_0x50b783:0x1,_0x3b51f9:0x1a3,_0x49098b:0x2b,_0x5cc715:0x28},_0x564e87={_0x223737:0x2b7};function _0x1b21bc(_0x58fdc4,_0x294524,_0x4b794e,_0x441407){return _0x4a45(_0x441407- -_0x564e87._0x223737,_0x58fdc4);}const _0x3d9943={'Qevyw':function(_0xc83bca,_0x381498){return _0xc83bca(_0x381498);},'hbMFX':function(_0x413306,_0x2e6bee,_0x413fb7){return _0x413306(_0x2e6bee,_0x413fb7);},'QmrLR':_0x1b21bc(-0x1dc,-0x1bf,-_0x587556._0x16011a,-_0x587556._0x6ba14f),'SviYK':function(_0x1fa19a,_0x33bdfe){return _0x1fa19a===_0x33bdfe;},'kNolw':function(_0x13b135,_0x6b6c1c){return _0x13b135(_0x6b6c1c);},'hiKVQ':function(_0x5b6fbf,_0x1cf769,_0x353c6f){return _0x5b6fbf(_0x1cf769,_0x353c6f);},'dXERm':_0x5052c4(-_0x587556._0x7f86ae,-0x29,-0x2a,0xa),'Pcfta':_0x5052c4(_0x587556._0x55fbbf,_0x587556._0x5e5962,-_0x587556._0x49516a,0x1a),'mqJGT':function(_0x4da9dd,_0x3398ae){return _0x4da9dd(_0x3398ae);},'LeolP':function(_0x5297b1,_0x4e8281,_0x5d40f4){return _0x5297b1(_0x4e8281,_0x5d40f4);}};function _0x5052c4(_0x1b1f49,_0x3fb10d,_0xd004b1,_0x1bb881){return _0x4a45(_0x1b1f49- -0x16e,_0xd004b1);}const _0x592e6c=await _0x3d9943[_0x1b21bc(-0x174,-0x168,-0x1ce,-0x1a0)](hasAllPermissions,_0x41ff32);if(_0x592e6c)return!![];const {getTeamsByUserId:_0x3f5d15,getBindingsBySubject:_0x41e24c,getRoleById:_0x3cc0c3,getBindings:_0x58b695}=await d(),_0x4fe8ac=await _0x3d9943[_0x5052c4(-0x23,-0x5d,-_0x587556._0x28722a,-0x14)](_0x41e24c,_0x3d9943[_0x1b21bc(-_0x587556._0x1aca6f,-_0x587556._0x3dc049,-_0x587556._0x308dc8,-0x13b)],_0x41ff32);for(const _0x1c6ef5 of _0x4fe8ac){if(_0x3d9943[_0x1b21bc(-_0x587556._0x5d87ea,-_0x587556._0x513f1b,-_0x587556._0xc39942,-0x13a)](_0x1c6ef5[_0x1b21bc(-0x1a6,-0x1b4,-0x160,-_0x587556._0x30341f)+_0x5052c4(_0x587556._0x4b5dda,_0x587556._0x4aa1de,0x1e,_0x587556._0x4ce4cf)],'team')){const _0x5451f4=await _0x3d9943['kNolw'](_0x3cc0c3,_0x1c6ef5[_0x5052c4(-_0x587556._0x4ecff0,-0x22,-_0x587556._0x430cfd,-0x94)]);if(_0x5451f4&&_0x3d9943[_0x1b21bc(-_0x587556._0x6ba14f,-_0x587556._0x1af863,-0x1c7,-0x19b)](hasPermissionInSet,_0x5451f4['permission'+'s'],_0x31766d))return!![];}}const _0x436173=await _0x3d9943[_0x1b21bc(-_0x587556._0xee4494,-_0x587556._0x4856c8,-0x14e,-0x16e)](_0x3f5d15,_0x41ff32);for(const _0x4dc3ad of _0x436173){const _0x12ee40=await _0x3d9943[_0x1b21bc(-0x14c,-_0x587556._0x543076,-0x18f,-0x19b)](_0x41e24c,_0x3d9943[_0x5052c4(-0x50,-0x57,-0x30,-0x35)],_0x4dc3ad['id']);for(const _0x986682 of _0x12ee40){if(_0x3d9943['Pcfta']===_0x1b21bc(-0x130,-0x10c,-0x147,-0x158))_0x3ebf0c[_0x5052c4(-_0x587556._0x544910,0x22,-0x1c,0xb)](_0x2e9387);else{if(_0x3d9943['SviYK'](_0x986682[_0x5052c4(-0x36,-_0x587556._0x3df3dc,0xc,-0x55)+'ype'],_0x3d9943[_0x1b21bc(-_0x587556._0xa40eef,-_0x587556._0x31afd6,-_0x587556._0x4856c8,-0x199)])){const _0x248850=await _0x3d9943[_0x5052c4(-_0x587556._0xfc7559,-_0x587556._0x50b783,0x38,-0x4e)](_0x3cc0c3,_0x986682[_0x1b21bc(-0x1b9,-0x194,-0x19d,-_0x587556._0x3b51f9)]);if(_0x248850&&_0x3d9943['LeolP'](hasPermissionInSet,_0x248850[_0x5052c4(-0x26,-_0x587556._0x49098b,-0x50,-_0x587556._0x5cc715)+'s'],_0x31766d))return!![];}}}}return![];}export async function hasPermissionOnAnyEnvironment(_0x23428f,_0x488179){const _0x36932d={_0x5a22bf:0x3c4,_0x4c64ec:0x38a,_0x4eb4c3:0x34e,_0x2e8929:0x140,_0x51bfb9:0x15a,_0x33b9d4:0x37b,_0x3ccc6d:0x3c6,_0x14b682:0x108,_0x2fc8ed:0x120,_0x1b7265:0xfa},_0x409c24={_0x1b14f2:0x13},_0x5c08a6={_0x161af1:0x20b},_0x450cbe={'QApGt':function(_0x5792b0,_0x4221cd){return _0x5792b0(_0x4221cd);},'hpEpB':function(_0x59c590,_0x26f9b6){return _0x59c590!==_0x26f9b6;},'cmwrB':_0xd94d47(_0x36932d._0x5a22bf,_0x36932d._0x4c64ec,0x33d,_0x36932d._0x4eb4c3),'XLNKa':function(_0x27b895,_0x46288d,_0x4ea7c0){return _0x27b895(_0x46288d,_0x4ea7c0);}},_0x42294c=await hasAllPermissions(_0x23428f);function _0xd94d47(_0x2428e3,_0xbeda27,_0x37a164,_0x54dbdb){return _0x4a45(_0xbeda27-_0x5c08a6._0x161af1,_0x37a164);}if(_0x42294c)return!![];const _0x5e4b2d=await _0x450cbe[_0x56e130(_0x36932d._0x2e8929,0x17a,0x185,_0x36932d._0x51bfb9)](getVisibleEnvironments,_0x23428f);for(const _0x3457be of _0x5e4b2d){if(_0x450cbe['hpEpB'](_0xd94d47(_0x36932d._0x33b9d4,0x38a,0x367,_0x36932d._0x3ccc6d),_0x450cbe['cmwrB']))return!![];else{const _0x1c7899=await resolveUserPermissions(_0x23428f,_0x3457be);if(_0x450cbe[_0x56e130(_0x36932d._0x14b682,_0x36932d._0x2fc8ed,_0x36932d._0x1b7265,0xf9)](hasPermissionInSet,_0x1c7899,_0x488179))return!![];}}function _0x56e130(_0x4a283c,_0x442c6e,_0x3e8b06,_0x3d0195){return _0x4a45(_0x4a283c- -_0x409c24._0x1b14f2,_0x3d0195);}return![];}export async function resolveUserRoleNames(_0xa5505f){const _0xc10f6b={_0x4def3a:0x3f5,_0x3fd468:0x3b7,_0x2f6295:0x3b6,_0x1d0a25:0x38d,_0x531dc0:0x1ce,_0x506333:0x17e,_0x2acc3f:0x1d8,_0x1f43c7:0x1fa,_0x213afa:0x1cf,_0x5010bc:0x1fd,_0x45e666:0x3fd,_0x3ba7e0:0x1d7,_0x4b90af:0x40d,_0x51c3a0:0x235};function _0x9a1902(_0x4bb703,_0x4a22bd,_0x5924b2,_0x242e70){return _0x4a45(_0x4bb703-0x2aa,_0x4a22bd);}const _0x1bcafe={'MRbLY':function(_0x141347,_0x3d95fb,_0x32230a){return _0x141347(_0x3d95fb,_0x32230a);},'nhklz':_0x9a1902(0x3bf,0x3fe,_0xc10f6b._0x4def3a,0x3eb),'mOBaJ':function(_0x16164b,_0x32d9dc){return _0x16164b(_0x32d9dc);},'XPZSz':'team','hafJz':function(_0x483190,_0x12e4b4){return _0x483190(_0x12e4b4);}},{getBindingsBySubject:_0xc31939,getTeamsByUserId:_0x3f1b94,getRoleById:_0x293966}=await d(),_0x2a6606=await _0x1bcafe[_0x9a1902(_0xc10f6b._0x3fd468,0x3d9,_0xc10f6b._0x2f6295,_0xc10f6b._0x1d0a25)](_0xc31939,_0x1bcafe[_0x56888e(_0xc10f6b._0x531dc0,0x1a4,0x1e8,_0xc10f6b._0x506333)],_0xa5505f),_0x43fb28=await _0x1bcafe[_0x56888e(0x1a5,_0xc10f6b._0x2acc3f,_0xc10f6b._0x1f43c7,_0xc10f6b._0x213afa)](_0x3f1b94,_0xa5505f),_0x3e3d64=[];for(const _0x370fad of _0x43fb28){const _0x4ca588=await _0x1bcafe['MRbLY'](_0xc31939,_0x1bcafe[_0x56888e(0x1c3,_0xc10f6b._0x5010bc,0x1f0,0x219)],_0x370fad['id']);_0x3e3d64[_0x9a1902(0x43c,_0xc10f6b._0x45e666,0x408,0x3fe)](..._0x4ca588);}const _0x14f797=[..._0x2a6606,..._0x3e3d64],_0x2bf396=new Set(_0x14f797['map'](_0x153532=>_0x153532[_0x56888e(0x193,0x1ba,0x19b,0x1c3)])),_0x24bb31=[];function _0x56888e(_0x23f8f5,_0x586fc8,_0x5ef785,_0x408c99){return _0x4a45(_0x586fc8-0xa6,_0x408c99);}for(const _0x1aa940 of _0x2bf396){const _0x1e44eb=await _0x1bcafe[_0x56888e(0x1c7,0x1cf,0x188,_0xc10f6b._0x3ba7e0)](_0x293966,_0x1aa940);if(_0x1e44eb)_0x24bb31[_0x9a1902(0x43c,_0xc10f6b._0x4b90af,0x414,0x457)](_0x1e44eb[_0x56888e(0x220,_0xc10f6b._0x51c3a0,0x283,0x267)]);}return _0x24bb31;}function _0x1af6(){const _0x3aae51=['v2fIvgG','C2vYDMvY','uxDAt0i','CKvnA0m','CM9Szv9Pza','DxnLCG','sMzTyLe','uwv2ExC','DxnLCKLK','t0r2tge','AxHAtwG','weXos2e','AgLlvLe','C3vIAMvJDf9Pza','zfHfuM0','BefXBNq','v0LjrLq','rvPtt2W','qLzgBMW','DgvHBuLK','Aw5JBhvKzxm','DwXivvC','mZCXmJjbuwXYsuu','D213Ehu','ugHmsha','AgfMsNO','qujxCeO','mZiYmdyWCeXrC0vW','zMLSDgvY','ntvyBxDYu1C','s3vrtxK','rxf0AeW','y254B1e','s2DOsM8','Bu9cyuO','weTjuK8','lI91C2vYCY5QCW','lI9YB2XLlwrLzG','v25ptfO','BwnLzwW','CMvZB3vYy2vFDa','mJiYndC1mMjAuvnUEa','z2v0uM9Szuj5sq','C0vct08','tNHVAuW','BvDnBNu','munAq1zcAW','ounMAvzjrq','s1j6zxy','swP5uxe','z2v0qMLUzgLUzW','rgXwqKW','lMPZ','AgfZ','DKPxy1y','rNfeuei','CgvYBwLZC2LVBG','A05VBhC','mZq0otKYExHvDvfj','AgjnrLG','BgvUz3rO','sfnPwwC','zu1oB2i','sMfstuS','DwDpuMW','BwfW','AgHtDMS','uufWr3q','qMfqu1y','ENnWBxy','tMTTs0i','wfbAu3O','rvP5zwm','zhvIuee','CxDltwi','uwj5tvy','nZqYAKDLvKTK','sNLesK4','u3Hbtwe','u051z20','zfLHDgu','Cu1ZzNy','C3vIAMvJDf90Eq','yNHnwuK','uwDSEvG','C0zqtNK','z2v0vgvHBxncEq','Bxfkr1q','DgLevg8','ywrK','sg1yrwS','v2vUCuW','EKTNu3O','DgvHBq','wevOug8','C29Tzq','CMvZB3vYy2vFAq','zvjNEeG','AwvOEeS','C2vuD0K','DgvHBxm','A2v5CW','yunwthq','DMz6vLq','A1fLsLm','Aw5PDgLVBNmUAG','tePKsg4','C0j5uMvZB3vYyW','uw1Ytfi','u3zPwuS','vfHpzwK','u1HMEK4','rvnis1y','vuvKEfe','vfLMyve','y3vbAxG','ywXS','mJaYmNfpsKjAtW','se5sDgK','r212ufO','tKf2vuC','Ew1ozhu','qvPQDLm','lI90zwfTCY5QCW','DxLSAge','ExbL','thHRueW','BMfTzq','mJyWmdG0mfzNyNHdCW','CMLZseK','ChvZAa','vwz0zuC','AhHtyMu','wu9UreG','wMnVy2m','zw52AxjVBM1LBG','ELvZuxK','zgjpDwG','lI4VC3rHCNqUAG','D3HlEg8','mJC2ne92Be14EG','BMHRBhO','rvDhvNy','EvjczNi','t0jewK0','DLDswuO','t21JAwe','BwvTyMvYCW','zNrLvMO','EvnysfK','D3Ldru0','ndm5odK2zK5qwuLM','vunbyLG','tgXZt0C','B1HNBNu','q250zNy','tvjItfK','lI9IAw5KAw5NCW','Bwn4DM4'];_0x1af6=function(){return _0x3aae51;};return _0x1af6();}export async function wouldRetainServerAdmin({excludeBindingId:_0x5ed9d2,excludeTeamMember:_0x53e175,excludeTeamId:_0x9a1709,replaceTeamMembers:_0x297cd3}={}){const _0x5f595c={_0x1d0af2:0x31,_0x40dd0c:0x42,_0x3e36f:0x25f,_0x45cb35:0x256,_0x3dd3d4:0x88,_0x2f6930:0x45,_0x1432b8:0x44,_0x4d79fa:0x4,_0x1f8a43:0x48,_0x11a433:0x18,_0x336352:0x2e,_0x1c91d2:0x22,_0x289b8b:0x5,_0x178f28:0x3,_0x5402dc:0x10,_0x1a3165:0x34,_0x2b3189:0x2ef,_0x5429eb:0x284,_0x39cf46:0x2bb,_0x570f73:0x257,_0x4276b2:0x30,_0x277173:0x1c,_0x3d9365:0x1e,_0x43538f:0x59,_0x4a1acc:0x69,_0x3bbf8b:0x37,_0x48fdc9:0xb,_0x26894f:0x29a,_0x2e7827:0x2e8,_0x3d48c9:0x2c3,_0x15290c:0x256,_0x59db6e:0x2bd,_0x222513:0x278,_0x1a59da:0x219,_0x4870db:0x270,_0x4a56b6:0x252,_0x44e75a:0x2bf,_0x47234b:0x2af,_0x394c3b:0x241,_0x51bc87:0x2cd,_0x5636dd:0x27e,_0x2844f:0xd,_0x40c9cd:0x19,_0x1c5ebc:0x2c1,_0x1a1292:0x277,_0x15dad5:0x2ae,_0x2058df:0xc,_0x4108d9:0xe,_0x12afc9:0x21d,_0x3a9fb6:0x26e,_0x256bd3:0x47,_0x109669:0x7e,_0x23410d:0x2a2,_0x1e5a11:0x2d8,_0x227f35:0x28e,_0x1eaac9:0x23e,_0x3be283:0x29b,_0x84f345:0x2cb,_0x53ff81:0x2c3,_0x292019:0x292,_0x36e6d7:0x2b,_0x574b60:0x75,_0x22208f:0x38,_0x30ae49:0x23d,_0x46d887:0x24f,_0x4c58ea:0x44,_0x4f7a78:0x2},_0x40d11b={_0x5060c1:0x3a3},_0x2632ae={'FFRRS':function(_0x2925f7){return _0x2925f7();},'qwKMb':_0x44d633(-_0x5f595c._0x1d0af2,-0x48,-_0x5f595c._0x40dd0c,-0x49)+_0x1017fa(-_0x5f595c._0x3e36f,-_0x5f595c._0x45cb35,-0x212,-0x289),'eJJev':'./teams.js','PoQvA':function(_0x1ca0fc){return _0x1ca0fc();},'HNRti':function(_0x12d4be,_0x3b27ff){return _0x12d4be!==_0x3b27ff;},'lAqnt':function(_0x5b8f33,_0x403d78){return _0x5b8f33===_0x403d78;},'UCAbX':_0x44d633(-_0x5f595c._0x3dd3d4,-_0x5f595c._0x2f6930,-0x28,-_0x5f595c._0x1432b8),'OBDZM':function(_0x4fee9c,_0x2d1511){return _0x4fee9c(_0x2d1511);},'oxjbO':function(_0x1dbaa4,_0x53ed6f){return _0x1dbaa4===_0x53ed6f;},'vWRYJ':function(_0x57b1c3,_0x29eaeb){return _0x57b1c3===_0x29eaeb;},'rDXLF':function(_0x3eec3a,_0x491672){return _0x3eec3a>_0x491672;}},{getRoleById:_0x1c38f3}=await _0x2632ae['FFRRS'](d),{getBindings:_0x4d49ff}=await import(_0x2632ae[_0x44d633(-_0x5f595c._0x4d79fa,_0x5f595c._0x4d79fa,_0x5f595c._0x1f8a43,_0x5f595c._0x11a433)]),{getUsers:_0x3ec6e4}=await import(_0x44d633(-_0x5f595c._0x336352,-_0x5f595c._0x1c91d2,-_0x5f595c._0x289b8b,_0x5f595c._0x178f28)),{getTeamById:_0x5233b4}=await import(_0x2632ae['eJJev']);function _0x1017fa(_0x226c6a,_0x34354e,_0x217592,_0x5b0076){return _0x4a45(_0x226c6a- -_0x40d11b._0x5060c1,_0x5b0076);}const _0x273ddc=await _0x2632ae['PoQvA'](_0x4d49ff),_0x247ea0=await _0x2632ae['FFRRS'](_0x3ec6e4),_0x41a1c9=[];for(const _0xb1eba0 of _0x273ddc){if(_0x2632ae[_0x44d633(0x78,0x30,-_0x5f595c._0x5402dc,0x1d)](_0x1017fa(-0x281,-0x2bb,-0x28f,-0x264),_0x44d633(-0x3b,-_0x5f595c._0x1a3165,-0x72,0x1a)))_0x3cdf26=_0x1729be[_0x1017fa(-0x29f,-0x277,-0x2a7,-_0x5f595c._0x2b3189)]||[];else{if(_0x5ed9d2&&_0x2632ae[_0x1017fa(-_0x5f595c._0x5429eb,-_0x5f595c._0x39cf46,-0x26b,-_0x5f595c._0x570f73)](_0xb1eba0['id'],_0x5ed9d2))continue;if(_0x2632ae[_0x44d633(0x12,_0x5f595c._0x4276b2,0x69,_0x5f595c._0x277173)](_0xb1eba0[_0x44d633(0x24,-_0x5f595c._0x3d9365,-_0x5f595c._0x43538f,-_0x5f595c._0x4a1acc)+_0x44d633(0x69,_0x5f595c._0x3bbf8b,-_0x5f595c._0x48fdc9,0x84)],_0x2632ae[_0x1017fa(-_0x5f595c._0x26894f,-_0x5f595c._0x2e7827,-0x25b,-_0x5f595c._0x3d48c9)]))continue;const _0x36e6d0=await _0x2632ae['OBDZM'](_0x1c38f3,_0xb1eba0[_0x1017fa(-0x28f,-_0x5f595c._0x15290c,-_0x5f595c._0x59db6e,-0x28a)]);if(!_0x36e6d0||!_0x36e6d0[_0x1017fa(-0x25b,-_0x5f595c._0x222513,-_0x5f595c._0x1a59da,-0x26c)+'s'][_0x1017fa(-0x27f,-_0x5f595c._0x4870db,-0x2aa,-_0x5f595c._0x4a56b6)]('*'))continue;_0x41a1c9['push'](_0xb1eba0);}}function _0x44d633(_0x49e989,_0xd0e9e,_0x3f9b2a,_0x16e5ae){return _0x4a45(_0xd0e9e- -0x156,_0x16e5ae);}for(const _0x3c1fbf of _0x41a1c9){if(_0x2632ae[_0x1017fa(-_0x5f595c._0x5429eb,-_0x5f595c._0x44e75a,-_0x5f595c._0x47234b,-0x29d)](_0x3c1fbf[_0x1017fa(-_0x5f595c._0x394c3b,-0x260,-0x216,-0x28a)+'pe'],_0x1017fa(-0x28e,-_0x5f595c._0x51bc87,-_0x5f595c._0x5636dd,-0x2b7))){if(_0x247ea0[_0x44d633(-_0x5f595c._0x2844f,_0x5f595c._0x40c9cd,-0x36,-0x35)](_0x36c44b=>_0x36c44b['id']===_0x3c1fbf[_0x1017fa(-0x286,-0x2bc,-0x27d,-0x2b3)]))return!![];}if(_0x2632ae[_0x1017fa(-0x284,-_0x5f595c._0x1c5ebc,-_0x5f595c._0x1a1292,-_0x5f595c._0x15dad5)](_0x3c1fbf[_0x44d633(-0x1a,_0x5f595c._0x2058df,-_0x5f595c._0x4108d9,0x4b)+'pe'],_0x1017fa(-0x236,-0x248,-_0x5f595c._0x12afc9,-_0x5f595c._0x3a9fb6))){if(_0x9a1709&&_0x2632ae['oxjbO'](_0x3c1fbf[_0x44d633(-0x2a,-0x39,-_0x5f595c._0x256bd3,-_0x5f595c._0x109669)],_0x9a1709))continue;const _0x345188=await _0x2632ae[_0x1017fa(-_0x5f595c._0x23410d,-0x294,-0x29e,-_0x5f595c._0x1e5a11)](_0x5233b4,_0x3c1fbf[_0x1017fa(-0x286,-_0x5f595c._0x227f35,-_0x5f595c._0x1eaac9,-0x29a)]);if(!_0x345188)continue;let _0x5b0901=_0x345188[_0x1017fa(-0x29f,-0x295,-_0x5f595c._0x3be283,-0x2ed)]||[];_0x53e175&&_0x53e175[_0x44d633(-0x35,-0x33,-0x6a,0x4)]===_0x3c1fbf[_0x1017fa(-0x286,-_0x5f595c._0x84f345,-_0x5f595c._0x53ff81,-_0x5f595c._0x292019)]&&(_0x5b0901=_0x5b0901[_0x44d633(-_0x5f595c._0x36e6d7,-0x2a,-0x72,-_0x5f595c._0x4108d9)](_0x2a595f=>_0x2a595f!==_0x53e175[_0x1017fa(-0x28b,-0x2ad,-0x28a,-0x273)]));_0x297cd3&&_0x2632ae[_0x44d633(-_0x5f595c._0x574b60,-0x54,-0x55,-_0x5f595c._0x22208f)](_0x297cd3[_0x1017fa(-0x280,-_0x5f595c._0x30ae49,-_0x5f595c._0x46d887,-0x259)],_0x3c1fbf[_0x44d633(0x2,-0x39,-_0x5f595c._0x4c58ea,-0x26)])&&(_0x5b0901=_0x297cd3['members']||[]);if(_0x2632ae['rDXLF'](_0x5b0901[_0x44d633(_0x5f595c._0x4f7a78,-0xa,-0x4d,0x16)],-0x1a57+0x11*0x1fa+-0xb*0xa9))return!![];}}return![];}
1
+ function _0x5520(){const _0x15de2d=['CMPzz04','odiWmdeWrxfVAfz3','mJi3nezsCLr2sa','lI91C2vYCY5QCW','mZK3mKvNy2Xpqq','y2PftKe','tfjNzKK','veHHu0C','mtm4odi5zuDttvPw','sLHRsMi','BwfW','C0fcyKK','BwvTyMvYCW','BuzAEKq','C29Tzq','rwHwtLK','tfLqtuS','CwLVD3G','A0jtvfy','BhrXvLa','B0TfzfK','uw1gB3O','uvPdsfm','Aw5JBhvKzxm','twvNwK8','EKzNzLC','wKznuhG','zM5UyvO','CvvyBMi','C1nwu2y','vfLOqwq','C2vYDMvY','sfzTB28','v2XgzeO','twXLwxK','Ae1Hwwm','Aufrq2W','wfjKCvK','CMvZB3vYy2vFDa','tu9hA0O','BLvqCxe','CM9Szv9Pza','vwz0zLm','ywrK','C3LiqMy','Bxjqt0e','quDQvM8','veXpBNe','uwz2uKK','Ag5LBKS','sMfAt0m','C0j5uMvZB3vYyW','Aw5PDgLVBNmUAG','DgvHBq','v1fZzM8','yMHnA2m','Chr5BK4','DgvHBxm','DxnLCG','s2PQrg0','lI9YB2XLlwrLzG','ChvZAa','nJm2m1fNExHOBa','BMfLsvO','yMPkCK4','lI90zwfTCY5QCW','z3zAtxC','t0DPtgS','u1L3B2y','sMzZz3q','tevVEKW','BhHVBw0','rxfzr3m','ExbL','mtC0oda4tg1sENLL','u2HLuw0','rgzQBwm','ndG4EvzPywTi','seHJtfG','C3vIAMvJDf9Pza','C3vIAMvJDf90Eq','AvvuqMm','sKrJquq','thDOA0W','Cev3Bgy','lMPZ','uNbKqxG','EvbIBhe','zw52AxjVBM1LBG','vxnLCKLK','lI9IAw5KAw5NCW','z2v0qMLUzgLUzW','BKXwAxa','EwjpDg0','qvj6quu','DxnLCKLK','vgfnvue','DgPzzM4','tw9mD2C','ANbrAvm','r2jOqM8','CNDgqu8','BLr5wwy','qKjnzgG','B0rIthK','DfDYzfi','C0Plvfa','zMLSDgvY','ChLpA2O','tu1JCeC','v0T6vLK','vvrvy1a','BgP6s0e','u29Sru0','sM92vKi','tMrvyKG','AgfZ','otCXmJq1mfD3zNLyvG','CgvYBwLZC2LVBG','tvb1t0C','zNDZA2O','C0j5u3vIAMvJDa','uK9Nyve','BKfAz28','v0HYrwe','vwfNwNq','zgvgzvy','y0D4Afy','qK9cB3O','ywXS','wKj4Dei','tNbivvG','rvPVEwy','lI4VC3rHCNqUAG','s3LMrw8','t29bDeO','CvDQBKC','DuTLwfG','zvb1s1O','yxLWDKu','CMvZB3vYy2vFAq','EKr4C2y','zeD2EwO','z2v0uM9Szuj5sq','vM1Yshq','DgvHBuLK','DNbUAei','A2v5CW','mti2CfjsuxnV','yLLrrhm','AfLeCfC','EgzJDvC','tNjvqMW','rLPTtgK','DMXov3K','ndqZmZy4me1rsxv6Cq','B2zwD3O','nMfZqMHIEa','v0HlEfy','q2XuveC','zef3u24','CLnoCMi','A2PZtfq','EvH5B2i','rLbWvw8','B2TTB0q','ANPqr08'];_0x5520=function(){return _0x15de2d;};return _0x5520();}(function(_0x321b9d,_0xc2ef38){const _0x45b0cd={_0x2d6664:0x178,_0x4f710d:0x199,_0x5a474e:0xd9,_0x508a8b:0xe1,_0x5e353e:0x4e1,_0x338576:0x4ee,_0x288706:0x539,_0x361e44:0x547,_0x3f796b:0x4f0,_0x1eff32:0x4cf,_0x7d9d15:0x4b5,_0x189a74:0x51c,_0x117f0e:0x4ba,_0x2798ed:0xee,_0x582d5e:0x10f,_0x1b8c6a:0x100,_0x572cb9:0x5ce,_0x487ed4:0x587,_0x37dacf:0x55a,_0x5b4b20:0x58d},_0x13fea0={_0x2237f5:0x2fb};function _0x15ffe(_0x522ee5,_0x5a108b,_0x2d8609,_0x5d1cc1){return _0x4323(_0x5d1cc1- -_0x13fea0._0x2237f5,_0x5a108b);}const _0xd2e401=_0x321b9d();function _0x3391cf(_0x242f58,_0x2261c2,_0x10f137,_0x592050){return _0x4323(_0x10f137-0x344,_0x242f58);}while(!![]){try{const _0x3f9bdf=-parseInt(_0x15ffe(-_0x45b0cd._0x2d6664,-0x13a,-_0x45b0cd._0x4f710d,-0x14b))/(0x3c7+-0x10a5+0xcdf)*(parseInt(_0x15ffe(-_0x45b0cd._0x5a474e,-0xfc,-_0x45b0cd._0x508a8b,-0xb6))/(0xcff*0x3+0x1347*-0x1+-0x13b4))+parseInt(_0x3391cf(0x4c5,_0x45b0cd._0x5e353e,_0x45b0cd._0x338576,0x4ba))/(-0x19*0xd1+0x11f9+0x273)*(parseInt(_0x3391cf(0x569,0x532,_0x45b0cd._0x288706,_0x45b0cd._0x361e44))/(-0x1*0x1f1c+-0x1a25+-0x3945*-0x1))+parseInt(_0x3391cf(_0x45b0cd._0x3f796b,_0x45b0cd._0x1eff32,0x4ed,_0x45b0cd._0x7d9d15))/(0xb9d*-0x1+-0x14f9+-0x1*-0x209b)+parseInt(_0x3391cf(_0x45b0cd._0x189a74,_0x45b0cd._0x117f0e,0x4f0,0x4ee))/(-0x25fd+-0x13b1+0x39b4)*(parseInt(_0x3391cf(0x55a,0x572,0x52a,0x57a))/(0xc87*0x1+0x21d*0x2+-0x1*0x10ba))+-parseInt(_0x15ffe(-0x144,-_0x45b0cd._0x2798ed,-_0x45b0cd._0x582d5e,-0x109))/(-0x2561*0x1+0x9bb*-0x1+0x2f24)*(-parseInt(_0x15ffe(-0xa7,-_0x45b0cd._0x1b8c6a,-0x102,-0xbf))/(-0x43*-0x65+-0x309*0x7+-0x527))+parseInt(_0x3391cf(_0x45b0cd._0x572cb9,0x568,_0x45b0cd._0x487ed4,_0x45b0cd._0x37dacf))/(0x1*0x12e6+0x17*0x19b+-0x37c9*0x1)+-parseInt(_0x3391cf(0x593,0x5a0,0x561,_0x45b0cd._0x5b4b20))/(-0x1*-0x1db7+0x1eac+-0x3c58);if(_0x3f9bdf===_0xc2ef38)break;else _0xd2e401['push'](_0xd2e401['shift']());}catch(_0x4e872f){_0xd2e401['push'](_0xd2e401['shift']());}}}(_0x5520,-0xbe21*-0x8+0x4037*-0x1+0x1fac*-0x8));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;export function _setDeps(_0x5c8efc){deps=_0x5c8efc;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x2063da={_0x363b9d:0x3fa,_0x30ef1c:0x3a8,_0x2d2fb4:0x43a,_0x277f7a:0x1e7,_0x120dba:0x3d9,_0x244890:0x3d4,_0x156e9b:0x385,_0x1f096a:0x3e2,_0x49b429:0x38e,_0x10b73f:0x40c,_0x37a82a:0x3a6,_0x1e02ab:0x38a,_0x22a158:0x25c,_0x3b91e3:0x296,_0x5b532b:0x3bb,_0x55dfc0:0x237,_0x5f3307:0x25d,_0x2f5fc7:0x3d3,_0x54f58d:0x3b9,_0xa0fcb7:0x3ce,_0x505de9:0x27a,_0x1d9687:0x2d6,_0x3f6371:0x25f,_0x395246:0x288,_0x547078:0x2af,_0x5742c3:0x3c5,_0x59becd:0x2c3},_0x249a72={_0x434d57:0x135,_0x39e4c4:0x19b,_0x7c01f5:0x125,_0x792e21:0x4d2,_0x29963e:0x443,_0x3f850e:0x4c6,_0x40be42:0x4bb,_0x59a26d:0x475,_0x361070:0x449,_0x321441:0xf0},_0x2dde04={_0x21c20a:0x1e3},_0x5516c2={_0xc67bf3:0x8e},_0x471eb3={};_0x471eb3['SolEM']=_0x46eaae(0x421,_0x2063da._0x363b9d,_0x2063da._0x30ef1c,_0x2063da._0x2d2fb4),_0x471eb3[_0x490783(_0x2063da._0x277f7a,0x1ee,0x261,0x232)]=_0x46eaae(_0x2063da._0x120dba,_0x2063da._0x244890,_0x2063da._0x156e9b,_0x2063da._0x1f096a)+_0x46eaae(_0x2063da._0x49b429,0x3cf,_0x2063da._0x10b73f,0x41d),_0x471eb3['hMaYc']=_0x46eaae(_0x2063da._0x37a82a,0x3b6,_0x2063da._0x1e02ab,0x379)+_0x490783(_0x2063da._0x22a158,0x244,_0x2063da._0x3b91e3,0x26a)+'s';function _0x490783(_0x59be8c,_0x4448e8,_0x4abdb1,_0x1ba8f2){return _0x4323(_0x1ba8f2-_0x5516c2._0xc67bf3,_0x59be8c);}const _0x145eed=_0x471eb3;if(deps)return deps;const _0x2671a0=await import(_0x46eaae(0x40d,_0x2063da._0x5b532b,0x394,0x3e1));function _0x46eaae(_0xcce845,_0x48b483,_0x16b0cc,_0x145c1c){return _0x4323(_0x48b483-0x1d2,_0xcce845);}const _0x36caae=await import(_0x145eed[_0x490783(0x1ed,_0x2063da._0x55dfc0,0x245,0x232)]),_0xed8aa5=await import(_0x145eed[_0x490783(0x206,_0x2063da._0x5f3307,0x27c,0x259)]);return deps={'getTeamsByUserId':_0x2671a0['getTeamsBy'+_0x46eaae(0x3be,_0x2063da._0x2f5fc7,0x40f,_0x2063da._0x54f58d)],'getBindingsByResource':_0x36caae['getBinding'+_0x46eaae(_0x2063da._0xa0fcb7,0x3ad,0x3f3,0x3a4)+'e'],'getBindingsBySubject':_0x36caae[_0x490783(_0x2063da._0x505de9,_0x2063da._0x1d9687,_0x2063da._0x3f6371,0x291)+_0x490783(_0x2063da._0x395246,0x289,0x2a9,_0x2063da._0x547078)],'getRoleById':_0xed8aa5[_0x46eaae(_0x2063da._0x5742c3,0x409,0x3cd,0x405)+'d'],'getBindings':_0x36caae[_0x490783(0x2d8,_0x2063da._0x59becd,0x2e3,0x291)+'s'],'getAllEnvironments':async()=>{const _0x9da8={_0x59c8d4:0x1e6};function _0x4ac959(_0x35f7f5,_0x26b1d0,_0x35fdca,_0x1c6274){return _0x490783(_0x26b1d0,_0x26b1d0-_0x2dde04._0x21c20a,_0x35fdca-0x3b,_0x1c6274-0x209);}function _0x3cb57d(_0x325811,_0x1bd3f3,_0x368f73,_0x21a19f){return _0x46eaae(_0x325811,_0x1bd3f3- -0x2b3,_0x368f73-0x12e,_0x21a19f-_0x9da8._0x59c8d4);}if(_0x145eed['SolEM']===_0x145eed[_0x4ac959(0x4bc,0x486,0x4ff,0x4b0)]){const {coderConfig:_0x2a0a01}=await import(_0x3cb57d(_0x249a72._0x434d57,0x14c,_0x249a72._0x39e4c4,_0x249a72._0x7c01f5)+'s');if(_0x2a0a01&&_0x2a0a01['environmen'+'ts'])return Object[_0x4ac959(0x4e0,0x4cb,0x4e6,_0x249a72._0x792e21)](_0x2a0a01[_0x4ac959(0x46a,_0x249a72._0x29963e,_0x249a72._0x3f850e,0x497)+'ts']);const _0xe54cdd=await _0x36caae[_0x4ac959(0x484,_0x249a72._0x40be42,0x475,0x49a)+'s']();return[...new Set(_0xe54cdd[_0x4ac959(0x4a4,0x47f,0x494,0x4aa)](_0x4dce3f=>_0x4dce3f['resource_t'+_0x4ac959(0x461,0x4a6,0x4be,0x488)]===_0x3cb57d(0x10c,0x11f,0xef,0xf0)+'t'&&_0x4dce3f[_0x3cb57d(0x185,0x153,0xff,0x18e)+'d']&&_0x4dce3f['resource_i'+'d']!=='*')[_0x4ac959(_0x249a72._0x59a26d,0x48d,0x3fa,_0x249a72._0x361070)](_0x4f7773=>_0x4f7773[_0x4ac959(0x4dd,0x487,0x4f0,0x4cb)+'d']))];}else _0x1793fc=_0x1da2ce[_0x3cb57d(_0x249a72._0x321441,0xd3,0xc5,0x11e)]||[];}},deps;}async function d(){const _0x1f2418={_0x55a84e:0x123},_0xff357f={_0x54f05f:0x14a};function _0x1b4082(_0x34c96e,_0x1ca072,_0x5a24ac,_0x21fef5){return _0x4323(_0x21fef5- -_0xff357f._0x54f05f,_0x5a24ac);}const _0x5e4544={'fwskj':function(_0x43bcf3){return _0x43bcf3();}};return deps||await _0x5e4544[_0x1b4082(_0x1f2418._0x55a84e,0xef,0x11c,0xd6)](loadProductionDeps);}async function collectBindingsForUser(_0x3ee9ef,_0x2861e7,_0x4edf76){const _0x4ba8d3={_0x11267f:0x1cd,_0x2c01f5:0x17f,_0x1b7a2d:0x1af,_0x66b0c5:0x156,_0x5cacfc:0x1ad,_0x31dc41:0x14b,_0x5dd783:0x19a,_0x41e0d4:0x1d3,_0x5bb6b4:0x251,_0x30f00b:0x1ec,_0x4c0150:0x20d,_0x533317:0x1c3,_0x4463d5:0x190,_0xb1bb43:0x1e2,_0x1b7d38:0x20e,_0x4c01ab:0x1ff,_0x28e989:0x1f8,_0x5a9cd4:0x1c7,_0x2c787c:0x1c6},_0x37ed90={_0x34090b:0x36};function _0x3e7569(_0x570c47,_0x171be3,_0x175915,_0x4f4520){return _0x4323(_0x4f4520- -0x4d,_0x171be3);}const _0x2bb308={'cnaFe':function(_0x376a4a){return _0x376a4a();},'TYhAd':function(_0x4b5657,_0x3a37da){return _0x4b5657(_0x3a37da);},'naeIZ':function(_0x3cf9d8,_0x4a9682){return _0x3cf9d8===_0x4a9682;},'ofVwz':_0x4817cc(_0x4ba8d3._0x11267f,0x191,0x187,0x144),'oDbLy':function(_0x446aec,_0x3c6b83,_0x1891f8){return _0x446aec(_0x3c6b83,_0x1891f8);}},{getTeamsByUserId:_0x36c0d3,getBindingsByResource:_0x25ed8e}=await _0x2bb308['cnaFe'](d),_0xe635fd=await _0x2bb308[_0x3e7569(_0x4ba8d3._0x2c01f5,0x1bc,0x181,0x179)](_0x36c0d3,_0x3ee9ef),_0x5126c3=new Set(_0xe635fd[_0x3e7569(_0x4ba8d3._0x1b7a2d,0x161,_0x4ba8d3._0x66b0c5,0x165)](_0x181719=>_0x181719['id']));function _0x4817cc(_0x24eee4,_0x594a2b,_0x64db12,_0x44c912){return _0x4323(_0x594a2b- -_0x37ed90._0x34090b,_0x64db12);}let _0x2c52d3=[];if(_0x2bb308[_0x3e7569(0x15d,_0x4ba8d3._0x5cacfc,_0x4ba8d3._0x31dc41,_0x4ba8d3._0x5dd783)](_0x2861e7,_0x2bb308[_0x4817cc(0x232,0x20e,_0x4ba8d3._0x41e0d4,0x24a)]))_0x2c52d3=await _0x25ed8e(_0x2bb308[_0x4817cc(_0x4ba8d3._0x5bb6b4,0x20e,0x25e,0x201)]);else{_0x2c52d3=await _0x2bb308[_0x3e7569(0x1ec,_0x4ba8d3._0x30f00b,_0x4ba8d3._0x4c0150,_0x4ba8d3._0x533317)](_0x25ed8e,_0x2861e7,_0x4edf76);const _0x3fa44e=await _0x2bb308[_0x4817cc(0x16a,_0x4ba8d3._0x4463d5,0x1a4,_0x4ba8d3._0xb1bb43)](_0x25ed8e,_0x2bb308[_0x4817cc(0x234,_0x4ba8d3._0x1b7d38,_0x4ba8d3._0x4c01ab,_0x4ba8d3._0x28e989)]);_0x2c52d3=[..._0x2c52d3,..._0x3fa44e];}return _0x2c52d3[_0x3e7569(_0x4ba8d3._0x5a9cd4,0x207,0x19f,_0x4ba8d3._0x2c787c)](_0x3cdb74=>_0x3cdb74[_0x3e7569(0x196,0x1fd,0x1cd,0x1ab)+'pe']==='user'&&_0x3cdb74[_0x4817cc(0x17f,0x1c1,0x1e2,0x199)]===_0x3ee9ef||_0x3cdb74[_0x4817cc(0x1e5,0x1c2,0x205,0x1a9)+'pe']===_0x4817cc(0x1af,0x1a7,0x180,0x1ab)&&_0x5126c3['has'](_0x3cdb74[_0x3e7569(0x185,0x187,0x19a,0x1aa)]));}export async function resolveUserPermissions(_0x2949f5,_0x2e9d21){const _0x129893={_0x4973d2:0x5ab,_0x55089e:0x5b4,_0x4679a4:0x42a,_0x39fb3b:0x479,_0x405db1:0x4bd,_0xdac514:0x4cb,_0x43062b:0x5ca,_0xcb216:0x5a3,_0x468ff0:0x467,_0x5017c8:0x5b5,_0x4a28af:0x591,_0x37dfd2:0x582,_0x88abe8:0x432,_0x5ab26e:0x448,_0x439547:0x497,_0xbac6d8:0x44a,_0x409b23:0x403,_0x1c9164:0x5f5,_0x4278c4:0x635,_0x16b01c:0x5bf,_0x355a2b:0x5ed,_0x189562:0x490,_0x459e34:0x46a,_0x138814:0x425,_0x10c0dd:0x4c4,_0x346105:0x48c,_0x3496b7:0x500,_0x408ee4:0x58f},_0x239850={_0x476209:0x279},_0x4b84da={'QfvRI':function(_0xbf40f6,_0x162e2b,_0x5738f0,_0x29072d){return _0xbf40f6(_0x162e2b,_0x5738f0,_0x29072d);},'kBSTV':function(_0x5cb8f2,_0xd97c1d){return _0x5cb8f2(_0xd97c1d);},'MegZO':function(_0x4efc41,_0x431759){return _0x4efc41!==_0x431759;},'JXkJb':_0x376415(_0x129893._0x4973d2,0x5d4,0x5d5,_0x129893._0x55089e),'qUXnb':_0x376415(0x5d2,0x57e,0x597,0x5bd),'UTUcP':function(_0xaa92e7,_0xa16cd2){return _0xaa92e7!==_0xa16cd2;},'iUTBc':_0x2dd767(0x4c8,0x49c,0x4d6,0x4bf)},{getRoleById:_0xcfb991}=await d(),_0x210854=await _0x4b84da[_0x2dd767(0x494,0x451,0x486,0x45d)](collectBindingsForUser,_0x2949f5,_0x2dd767(_0x129893._0x4679a4,_0x129893._0x39fb3b,_0x129893._0x405db1,_0x129893._0xdac514)+'t',_0x2e9d21);function _0x2dd767(_0x37a9d3,_0x6bf9d6,_0x2dc757,_0x536378){return _0x4323(_0x6bf9d6-_0x239850._0x476209,_0x37a9d3);}const _0x4b8e0c=new Set();function _0x376415(_0x35a4a6,_0x4e062b,_0x16a69c,_0x159e38){return _0x4323(_0x159e38-0x3d1,_0x4e062b);}for(const _0xf0e8dd of _0x210854){const _0x726ed4=await _0x4b84da[_0x376415(0x58f,_0x129893._0x43062b,_0x129893._0xcb216,0x58b)](_0xcfb991,_0xf0e8dd[_0x2dd767(0x433,0x44a,0x443,_0x129893._0x468ff0)]);if(_0x726ed4){if(_0x4b84da[_0x376415(0x57c,0x581,_0x129893._0x5017c8,_0x129893._0x4a28af)](_0x4b84da[_0x376415(0x5ba,_0x129893._0xcb216,0x59f,_0x129893._0x37dfd2)],_0x4b84da[_0x2dd767(0x482,0x43d,_0x129893._0x88abe8,0x40a)]))for(const _0xb3d4a0 of _0x726ed4[_0x2dd767(_0x129893._0x5ab26e,_0x129893._0x439547,0x47e,0x47e)+'s']){_0x4b8e0c[_0x2dd767(_0x129893._0xbac6d8,0x44c,_0x129893._0x409b23,0x47a)](_0xb3d4a0);}else return!![];}}if(_0x4b8e0c[_0x376415(_0x129893._0x1c9164,_0x129893._0x4278c4,_0x129893._0x16b01c,_0x129893._0x355a2b)]('*')){if(_0x4b84da[_0x2dd767(0x44a,_0x129893._0x189562,_0x129893._0x459e34,0x49a)](_0x4b84da[_0x2dd767(0x4c2,0x472,_0x129893._0x138814,_0x129893._0x10c0dd)],_0x2dd767(_0x129893._0x346105,0x4bb,0x50e,_0x129893._0x3496b7)))return['*'];else{if(_0x28978d[_0x376415(0x546,0x5d3,_0x129893._0x408ee4,0x587)](_0x1a60fc=>_0x1a60fc['id']===_0x5d05ba[_0x376415(0x59f,0x594,0x5dd,0x5c8)]))return!![];}}return[..._0x4b8e0c];}export async function hasPermission(_0x1fafde,_0x4ba413,_0x3e36a5){const _0x4ca6cb={_0x25c16a:0x125,_0x37f1a6:0xee,_0x537842:0xeb,_0x1b933e:0x133,_0x1a9b57:0xb3,_0x458ff8:0xe2,_0x36e595:0xc8,_0x46ec60:0x309,_0x59f69d:0x2e9,_0xd30b4c:0xd1,_0x2c5b4d:0x7d,_0x4f0183:0x2ee,_0x159eed:0x33e,_0x5b62e6:0x2ff,_0x311a14:0x324,_0x25a12d:0x2a5,_0xdc5fec:0x62,_0x29c953:0x85,_0xb6890:0xc6,_0x175995:0x100,_0x5eb48b:0xc3,_0x411434:0x2a6,_0x7493fa:0x2a6,_0x5d5a2d:0xc3,_0x50cad6:0x26e,_0x1ed824:0x278,_0x1a9614:0x311,_0x107cd5:0x129,_0x5b4a09:0xec,_0x20d5dc:0xc9,_0x128aef:0x2b5,_0x3d520d:0x2ef,_0x3a5975:0x2bb,_0x3f9659:0xf8,_0x578379:0xa9,_0x5404fd:0x14b,_0x585adc:0xd9,_0x23c5d5:0xd0,_0x1bd317:0xa7,_0x226b8f:0x82,_0x3318e7:0x2ae,_0x3af16d:0x292,_0x37ee06:0x25b,_0x5d2ef9:0x140,_0x4091ae:0xfc,_0x161c1c:0x103,_0x21d507:0x2fb,_0x41200e:0x2ca,_0x4fcb53:0x289,_0x362d43:0x303,_0x2aede1:0x108,_0x4569e2:0x11f,_0x2895f6:0xa4,_0x523a87:0xbc,_0x19acb3:0x118,_0x1863f0:0xf9,_0x3a808f:0x9d,_0x226dcf:0xdd,_0xe9e0df:0x96,_0x3398b3:0x25b,_0x142876:0x30d,_0x2c28d9:0x294,_0x5c2141:0x2d1,_0x428383:0x2e6,_0xb1198:0x9b},_0x362aee={'deFeV':function(_0x25efbf){return _0x25efbf();},'ROgaQ':function(_0x4c49b5,_0x42d78a){return _0x4c49b5(_0x42d78a);},'RpdAx':function(_0x14b86c,_0x2dc1dd){return _0x14b86c===_0x2dc1dd;},'KyfEo':'server','aypvE':function(_0x133669,_0x2a42e7,_0x53b977){return _0x133669(_0x2a42e7,_0x53b977);},'ClTTG':_0x212316(0x26a,0x2a3,0x26f,0x296),'bhMkc':function(_0x364d73,_0x23b561){return _0x364d73(_0x23b561);},'lOyLz':function(_0x501c4d,_0x39240a,_0x243820){return _0x501c4d(_0x39240a,_0x243820);},'BBMdh':_0x160cd6(-_0x4ca6cb._0x25c16a,-_0x4ca6cb._0x37f1a6,-0x12f,-_0x4ca6cb._0x537842),'TaMUA':function(_0x5260d9,_0x145f4b){return _0x5260d9(_0x145f4b);},'uWAtq':function(_0x1e9410,_0x90bfec){return _0x1e9410!==_0x90bfec;},'Dfjmc':_0x160cd6(-_0x4ca6cb._0x1b933e,-0xfb,-0xc6,-0x101),'LwhkL':'environmen'+'t','kTqWg':function(_0xc142f8,_0x64789,_0x10c227,_0xce240){return _0xc142f8(_0x64789,_0x10c227,_0xce240);},'MOGkJ':function(_0x1dffba,_0x3c17e0,_0x133262){return _0x1dffba(_0x3c17e0,_0x133262);},'tjYfn':'HfxFq','JGLAt':_0x160cd6(-0xa1,-_0x4ca6cb._0x1a9b57,-_0x4ca6cb._0x458ff8,-_0x4ca6cb._0x36e595),'sABbI':function(_0x829366,_0x470149,_0x17938d,_0x212bbe){return _0x829366(_0x470149,_0x17938d,_0x212bbe);},'LEozL':'XWxzV','lcflD':function(_0x504830,_0x28ef59,_0x40daa4){return _0x504830(_0x28ef59,_0x40daa4);},'hYDpW':function(_0x3d8e1e,_0x4e0ef7){return _0x3d8e1e(_0x4e0ef7);}};function _0x212316(_0x25125e,_0x46b4db,_0x3a7e32,_0x412b5a){return _0x4323(_0x46b4db-0xc1,_0x412b5a);}const {getRoleById:_0x3d4df1}=await _0x362aee[_0x212316(0x2ea,0x2e7,_0x4ca6cb._0x46ec60,_0x4ca6cb._0x59f69d)](d),_0x1862af=_0x362aee['ROgaQ'](getPermissionScope,_0x4ba413);if(_0x362aee[_0x160cd6(-_0x4ca6cb._0xd30b4c,-0xcd,-_0x4ca6cb._0x2c5b4d,-0xde)](_0x1862af,_0x362aee[_0x212316(0x2f9,0x2ef,_0x4ca6cb._0x4f0183,_0x4ca6cb._0x159eed)])){const {getBindingsBySubject:_0xdd4168,getTeamsByUserId:_0x6e987b}=await _0x362aee['deFeV'](d),_0x48fb91=await _0x362aee[_0x212316(_0x4ca6cb._0x5b62e6,0x2f4,_0x4ca6cb._0x311a14,_0x4ca6cb._0x25a12d)](_0xdd4168,_0x362aee[_0x160cd6(-_0x4ca6cb._0xdc5fec,-0x84,-_0x4ca6cb._0x29c953,-_0x4ca6cb._0xb6890)],_0x1fafde),_0x36e358=await _0x362aee[_0x160cd6(-_0x4ca6cb._0x175995,-0xec,-_0x4ca6cb._0x5eb48b,-0xd4)](_0x6e987b,_0x1fafde),_0x16fbf3=[..._0x48fb91];for(const _0x142968 of _0x36e358){const _0x429fa7=await _0x362aee['lOyLz'](_0xdd4168,_0x362aee['BBMdh'],_0x142968['id']);_0x16fbf3[_0x212316(_0x4ca6cb._0x411434,_0x4ca6cb._0x7493fa,0x2e0,0x27e)](..._0x429fa7);}for(const _0x59461e of _0x16fbf3){const _0x3156a4=await _0x362aee[_0x160cd6(-0x72,-_0x4ca6cb._0x5d5a2d,-_0x4ca6cb._0xb6890,-0xbb)](_0x3d4df1,_0x59461e[_0x212316(_0x4ca6cb._0x50cad6,0x292,0x2be,_0x4ca6cb._0x1ed824)]);if(_0x3156a4&&_0x362aee[_0x212316(0x337,0x2f4,0x333,_0x4ca6cb._0x1a9614)](hasPermissionInSet,_0x3156a4['permission'+'s'],_0x4ba413)){if(_0x362aee['uWAtq'](_0x362aee[_0x160cd6(-_0x4ca6cb._0x107cd5,-0xd7,-_0x4ca6cb._0x5b4a09,-_0x4ca6cb._0x20d5dc)],_0x362aee[_0x212316(0x2ad,_0x4ca6cb._0x128aef,_0x4ca6cb._0x3d520d,_0x4ca6cb._0x3a5975)]))for(const _0x2d0dee of _0x574c05){_0x4ce8d1[_0xe8dbc5][_0x160cd6(-0x13a,-_0x4ca6cb._0x3f9659,-_0x4ca6cb._0x578379,-_0x4ca6cb._0x5404fd)](_0x2d0dee);}else return!![];}}return![];}function _0x160cd6(_0x3f42e1,_0x128df9,_0x4b9d57,_0x2b1480){return _0x4323(_0x128df9- -0x2cb,_0x2b1480);}if(_0x362aee[_0x160cd6(-0xfd,-0xcd,-0xd7,-_0x4ca6cb._0x585adc)](_0x1862af,_0x362aee['LwhkL'])){if(!_0x3e36a5)return![];const _0x7d2252=await _0x362aee['kTqWg'](collectBindingsForUser,_0x1fafde,_0x362aee[_0x160cd6(-0xb8,-_0x4ca6cb._0x23c5d5,-_0x4ca6cb._0x1bd317,-_0x4ca6cb._0x226b8f)],_0x3e36a5);for(const _0xf53510 of _0x7d2252){const _0x3071de=await _0x3d4df1(_0xf53510[_0x212316(_0x4ca6cb._0x3318e7,_0x4ca6cb._0x3af16d,0x2af,_0x4ca6cb._0x37ee06)]);if(_0x3071de&&_0x362aee[_0x160cd6(-_0x4ca6cb._0x5d2ef9,-_0x4ca6cb._0x4091ae,-_0x4ca6cb._0x161c1c,-0xb1)](hasPermissionInSet,_0x3071de['permission'+'s'],_0x4ba413))return _0x362aee[_0x212316(_0x4ca6cb._0x21d507,_0x4ca6cb._0x41200e,_0x4ca6cb._0x4fcb53,_0x4ca6cb._0x362d43)]!==_0x362aee['JGLAt']?!![]:['*'];}return![];}if(_0x362aee[_0x160cd6(-_0x4ca6cb._0x2aede1,-0xcd,-_0x4ca6cb._0x4569e2,-_0x4ca6cb._0x2895f6)](_0x1862af,_0x362aee[_0x160cd6(-0xe3,-0xbc,-0xf0,-_0x4ca6cb._0x523a87)])){if(!_0x3e36a5)return![];const _0x1bb503=await _0x362aee[_0x160cd6(-0x103,-_0x4ca6cb._0x19acb3,-0x134,-_0x4ca6cb._0x1863f0)](collectBindingsForUser,_0x1fafde,_0x362aee['BBMdh'],_0x3e36a5);for(const _0x5c2e11 of _0x1bb503){if(_0x362aee[_0x160cd6(-0xd3,-0xdd,-0xba,-0xd2)]===_0x362aee[_0x160cd6(-_0x4ca6cb._0x3a808f,-_0x4ca6cb._0x226dcf,-0xce,-0xed)]){const _0x13050c=await _0x362aee[_0x160cd6(-_0x4ca6cb._0x20d5dc,-_0x4ca6cb._0x578379,-0xe2,-_0x4ca6cb._0xe9e0df)](_0x3d4df1,_0x5c2e11[_0x212316(_0x4ca6cb._0x3398b3,0x292,0x2b4,0x252)]);if(_0x13050c&&_0x362aee['lcflD'](hasPermissionInSet,_0x13050c[_0x212316(0x301,0x2df,_0x4ca6cb._0x142876,0x29e)+'s'],_0x4ba413))return!![];}else _0x4cc9d8['has'](_0x317fc2)&&_0x2edf9f[_0x212316(0x27d,_0x4ca6cb._0x2c28d9,_0x4ca6cb._0x5c2141,_0x4ca6cb._0x428383)](_0x410fef);}return![];}return await _0x362aee[_0x160cd6(-_0x4ca6cb._0xb1198,-0x8d,-0x63,-0xb0)](hasAllPermissions,_0x1fafde);}export async function hasAllPermissions(_0x4a0213){const _0x3f851f={_0x5b6325:0x469,_0x54dfbf:0x431,_0x74cc17:0x391,_0x356112:0x416,_0x4064f7:0x3e6,_0x3dbc9d:0x45f,_0x4b8117:0x3e5,_0x56afe7:0x375,_0x2ba544:0x35a,_0x22ecfb:0x308,_0xeab2c:0x3d9,_0x596055:0x3d0,_0x51f150:0x40f,_0xefd8b7:0x39d,_0x5c1894:0x3fc,_0x4b827b:0x3b9,_0x2399a1:0x418,_0x30d0dc:0x37e,_0x2dd19f:0x35f,_0x580b44:0x46c,_0x4b23d3:0x427,_0xd5a647:0x43c,_0x4a961e:0x3da,_0x25cbeb:0x31d,_0x20e40d:0x31e,_0x216768:0x387,_0x424569:0x347,_0x1efccf:0x3b7,_0x323e9b:0x42e,_0x4bb5b9:0x490,_0x55346f:0x37e,_0x3ed787:0x356,_0x301cf3:0x49a,_0x253706:0x3ec,_0x37644d:0x412},_0x51d775={_0x305308:0x239},_0x5a2750={_0x27b0ba:0x1ad},_0x574468={'HVmoo':function(_0x3d0e7e){return _0x3d0e7e();},'rjYgN':function(_0x2371aa,_0xc69465,_0x201110){return _0x2371aa(_0xc69465,_0x201110);},'EZoyf':_0x27ce14(0x41b,0x46c,_0x3f851f._0x5b6325,_0x3f851f._0x54dfbf),'cjENA':function(_0x4aa474,_0x5394a0){return _0x4aa474(_0x5394a0);},'JaZOC':function(_0x4330c9,_0x1c0eb8){return _0x4330c9===_0x1c0eb8;},'JrOQB':_0x57221e(0x36e,0x34f,0x362,_0x3f851f._0x74cc17),'MMcpG':_0x27ce14(_0x3f851f._0x356112,_0x3f851f._0x4064f7,_0x3f851f._0x3dbc9d,_0x3f851f._0x4b8117),'UCQuQ':function(_0x4b3018,_0x2b359c){return _0x4b3018(_0x2b359c);}};function _0x57221e(_0x4b7bd5,_0x117eb8,_0x11914a,_0x1e44fd){return _0x4323(_0x4b7bd5-_0x5a2750._0x27b0ba,_0x1e44fd);}const {getBindingsBySubject:_0x562d4f,getTeamsByUserId:_0x2a341a,getRoleById:_0xab956e}=await _0x574468[_0x57221e(_0x3f851f._0x56afe7,_0x3f851f._0x2ba544,0x332,0x34b)](d),_0x77ad82=await _0x574468[_0x57221e(0x355,0x39d,0x3a8,_0x3f851f._0x22ecfb)](_0x562d4f,_0x574468[_0x57221e(_0x3f851f._0xeab2c,_0x3f851f._0x596055,_0x3f851f._0x51f150,_0x3f851f._0xefd8b7)],_0x4a0213);for(const _0xc7172f of _0x77ad82){const _0x4cd69c=await _0x574468[_0x27ce14(0x3e6,_0x3f851f._0x5c1894,_0x3f851f._0x4b827b,_0x3f851f._0x2399a1)](_0xab956e,_0xc7172f[_0x57221e(_0x3f851f._0x30d0dc,0x374,_0x3f851f._0x2dd19f,0x3b7)]);if(_0x4cd69c&&_0x4cd69c[_0x27ce14(0x457,_0x3f851f._0x580b44,_0x3f851f._0x4b23d3,0x45e)+'s'][_0x27ce14(0x3f8,_0x3f851f._0xd5a647,_0x3f851f._0x356112,_0x3f851f._0x4a961e)]('*'))return!![];}function _0x27ce14(_0xceb460,_0x5b3e68,_0x26eaaf,_0x5bf1ea){return _0x4323(_0xceb460-_0x51d775._0x305308,_0x26eaaf);}const _0x518555=await _0x574468[_0x57221e(_0x3f851f._0x2ba544,0x351,_0x3f851f._0x25cbeb,_0x3f851f._0x20e40d)](_0x2a341a,_0x4a0213);for(const _0x3c2f90 of _0x518555){if(_0x574468[_0x57221e(_0x3f851f._0x216768,0x3b9,_0x3f851f._0x424569,_0x3f851f._0x1efccf)](_0x574468['JrOQB'],_0x574468['JrOQB'])){const _0x47d93b=await _0x562d4f(_0x574468[_0x27ce14(0x44e,_0x3f851f._0x323e9b,_0x3f851f._0x4bb5b9,_0x3f851f._0x4bb5b9)],_0x3c2f90['id']);for(const _0x19fd49 of _0x47d93b){const _0xbe8a40=await _0x574468['UCQuQ'](_0xab956e,_0x19fd49[_0x57221e(_0x3f851f._0x55346f,0x3c3,0x368,_0x3f851f._0x3ed787)]);if(_0xbe8a40&&_0xbe8a40[_0x27ce14(0x457,0x422,0x465,_0x3f851f._0x301cf3)+'s'][_0x27ce14(0x3f8,_0x3f851f._0x253706,0x426,_0x3f851f._0x37644d)]('*'))return!![];}}else return!![];}return![];}export async function getVisibleEnvironments(_0x2d1890){const _0x24a7e0={_0x4c85a5:0x91,_0x529048:0xc2,_0x557353:0x97,_0x28ea4a:0x539,_0x240f45:0x69,_0x18d9b8:0x88,_0x2e4d6e:0x46d,_0x2f96df:0x41f,_0x5c603c:0x96,_0x3b14c6:0xce,_0x2ec948:0x8c,_0x51a1d0:0x99,_0x47172d:0x73,_0x4eb3dc:0x8b,_0x41924d:0x24,_0x40bcfd:0x4aa,_0x1cfa2a:0x4d4,_0x145371:0x4c4,_0x47c66a:0x482,_0x46bb3d:0x499,_0x36e6cd:0x4a8,_0x2436df:0x4de,_0x2d5c2f:0x467,_0x33a768:0x4d6,_0x1d6baa:0x441,_0x3a2165:0xbf,_0x2bc401:0xd4,_0x5a0640:0x4b3,_0x335404:0x4e2,_0x57ee81:0x4b2,_0x2e3282:0x4d2,_0x2c1d7c:0x65,_0x1c60af:0xb5,_0x22ff63:0x49,_0x59160f:0x59,_0x1f24c1:0x42b,_0x2305c6:0x457,_0x3cd5ff:0x2,_0x31a415:0xd,_0x7b12be:0x47a,_0x31baa7:0x469,_0x31199b:0x41e,_0x7a2c8b:0xa0,_0x49b629:0xad,_0x2ddce1:0x3f,_0x38bd53:0x8,_0x584bda:0x6f,_0x5ea743:0x38,_0x1f0c04:0x6,_0x21f095:0x5d,_0x362d89:0x4c3,_0x192561:0x4da,_0x232772:0x9d,_0x396362:0x62,_0x57a1b7:0xe6,_0x4a7b4b:0x4ea,_0x5ceb2a:0x51a,_0xba455c:0x500,_0x2b0c3c:0x67,_0x4ab81d:0x59,_0x38d4ae:0x17,_0x4cb148:0xd9,_0x9d10e9:0x82,_0x50292b:0x45,_0x47ec3d:0x5c,_0x46380d:0x4a3,_0x509f0d:0x47f,_0x376b64:0x6c,_0x2378a2:0x81,_0x2396ff:0xaa,_0x1b7b76:0x87,_0x2b1b90:0x4be,_0x5370b4:0x479,_0x3354a:0x439,_0x29d7ab:0x49a,_0xa1c239:0x4e5,_0xfdd07a:0x496,_0x2f4446:0x3f,_0x418e6e:0x20},_0x468f4a={_0x4a53c1:0x2b2},_0x1ef56b={'sJKTP':function(_0x241bb8){return _0x241bb8();},'HHcLX':function(_0x372d74,_0xedccf8){return _0x372d74(_0xedccf8);},'mFZzD':_0x3bccb5(-_0x24a7e0._0x4c85a5,-_0x24a7e0._0x529048,-0x98,-_0x24a7e0._0x557353),'jpQiS':function(_0x490e2a,_0x4b488e){return _0x490e2a===_0x4b488e;},'nTyYf':_0x1ebf74(0x52b,_0x24a7e0._0x28ea4a,0x4f3,0x4ac),'sSVSf':_0x3bccb5(-0x43,-0x7,-0x16,-_0x24a7e0._0x240f45),'ShJey':function(_0x2f884e,_0xa9c2f1){return _0x2f884e===_0xa9c2f1;},'EhVNY':function(_0x3003da,_0x3e7955){return _0x3003da===_0x3e7955;},'mryIQ':_0x3bccb5(-0x6f,-0xb2,-_0x24a7e0._0x18d9b8,-0x1c),'tdJdt':_0x1ebf74(_0x24a7e0._0x2e4d6e,_0x24a7e0._0x2f96df,0x46a,0x465),'AGjVo':function(_0x23b1c0,_0x3f5bad){return _0x23b1c0(_0x3f5bad);},'yWfPE':function(_0xa6e594,_0x27b27a){return _0xa6e594!==_0x27b27a;},'vMSOW':function(_0x96805d,_0x317518,_0x45cddf){return _0x96805d(_0x317518,_0x45cddf);},'GbhBo':_0x3bccb5(-_0x24a7e0._0x5c603c,-_0x24a7e0._0x3b14c6,-_0x24a7e0._0x2ec948,-0x84),'vpnhB':function(_0x40343d,_0x559a4b){return _0x40343d===_0x559a4b;},'YbVKt':_0x3bccb5(-0x9a,-_0x24a7e0._0x51a1d0,-0xee,-0x4c),'JovVB':_0x3bccb5(-_0x24a7e0._0x47172d,-_0x24a7e0._0x4eb3dc,-0x64,-_0x24a7e0._0x41924d)+'t','rJkHJ':function(_0x4b75a2){return _0x4b75a2();}},{getTeamsByUserId:_0x49bcb1,getBindingsBySubject:_0x3f6881,getAllEnvironments:_0x2db0d6}=await _0x1ef56b[_0x1ebf74(_0x24a7e0._0x40bcfd,_0x24a7e0._0x1cfa2a,_0x24a7e0._0x145371,0x4e9)](d);function _0x1ebf74(_0x274029,_0x5da532,_0x334ff9,_0x5dae8b){return _0x4323(_0x334ff9-_0x468f4a._0x4a53c1,_0x5da532);}const _0x5b27f8=await _0x1ef56b[_0x1ebf74(_0x24a7e0._0x47c66a,_0x24a7e0._0x46bb3d,_0x24a7e0._0x36e6cd,_0x24a7e0._0x2436df)](hasAllPermissions,_0x2d1890);if(_0x5b27f8)return await _0x1ef56b['sJKTP'](_0x2db0d6);const _0xb8bbe5=new Set(),_0x26d572=await _0x3f6881(_0x1ef56b[_0x1ebf74(0x451,0x46d,_0x24a7e0._0x2d5c2f,0x4b9)],_0x2d1890);for(const _0x4e77fc of _0x26d572){if(_0x1ef56b[_0x1ebf74(0x46f,0x49a,0x4bd,_0x24a7e0._0x33a768)](_0x4e77fc[_0x1ebf74(0x4b3,0x4b3,0x480,_0x24a7e0._0x1d6baa)+_0x3bccb5(-0x82,-_0x24a7e0._0x3a2165,-0x78,-_0x24a7e0._0x2bc401)],_0x1ebf74(_0x24a7e0._0x5a0640,_0x24a7e0._0x335404,_0x24a7e0._0x57ee81,_0x24a7e0._0x2e3282)+'t')){if(_0x1ef56b[_0x3bccb5(-_0x24a7e0._0x2c1d7c,-_0x24a7e0._0x1c60af,-_0x24a7e0._0x22ff63,-_0x24a7e0._0x59160f)]!==_0x1ef56b[_0x1ebf74(_0x24a7e0._0x1f24c1,_0x24a7e0._0x2305c6,0x477,0x4a7)]){if(_0x1ef56b['ShJey'](_0x4e77fc[_0x3bccb5(-0x3f,_0x24a7e0._0x3cd5ff,-0x7b,-_0x24a7e0._0x31a415)+'d'],'*')){if(_0x1ef56b[_0x1ebf74(_0x24a7e0._0x7b12be,0x460,_0x24a7e0._0x31baa7,_0x24a7e0._0x31199b)](_0x1ef56b['mryIQ'],_0x1ef56b['tdJdt']))_0x5b7381=_0x4c5391;else return await _0x2db0d6();}_0xb8bbe5[_0x3bccb5(-_0x24a7e0._0x7a2c8b,-0x95,-0xcd,-_0x24a7e0._0x49b629)](_0x4e77fc[_0x3bccb5(-_0x24a7e0._0x2ddce1,_0x24a7e0._0x38bd53,-_0x24a7e0._0x584bda,-0x4b)+'d']);}else return _0x39ba0c[_0x3bccb5(-_0x24a7e0._0x5ea743,_0x24a7e0._0x1f0c04,0x9,-_0x24a7e0._0x21f095)](_0x3778bf[_0x1ebf74(_0x24a7e0._0x362d89,_0x24a7e0._0x192561,0x4b2,0x4a2)+'ts']);}}function _0x3bccb5(_0x46cbbb,_0x26a5bb,_0x2be785,_0x3983ea){return _0x4323(_0x46cbbb- -0x273,_0x26a5bb);}const _0x35c579=await _0x1ef56b[_0x3bccb5(-_0x24a7e0._0x232772,-_0x24a7e0._0x396362,-0xe4,-_0x24a7e0._0x57a1b7)](_0x49bcb1,_0x2d1890);for(const _0x408586 of _0x35c579){if(_0x1ef56b['yWfPE'](_0x1ebf74(_0x24a7e0._0x4a7b4b,_0x24a7e0._0x5ceb2a,_0x24a7e0._0x33a768,_0x24a7e0._0xba455c),'WHrEa'))_0x38618b['add'](_0x1f6c6e);else{const _0x487131=await _0x1ef56b['vMSOW'](_0x3f6881,_0x1ef56b[_0x3bccb5(-_0x24a7e0._0x2b0c3c,-0x30,-_0x24a7e0._0x4ab81d,-_0x24a7e0._0x38d4ae)],_0x408586['id']);for(const _0x2ef4e2 of _0x487131){if(_0x1ef56b[_0x3bccb5(-0x39,-0x9,-0x56,-0x35)](_0x1ef56b['YbVKt'],_0x3bccb5(-0x9a,-_0x24a7e0._0x4cb148,-0x61,-0xb0))){if(_0x1ef56b['ShJey'](_0x2ef4e2['resource_t'+_0x3bccb5(-_0x24a7e0._0x9d10e9,-0x4e,-_0x24a7e0._0x50292b,-0x79)],_0x1ef56b[_0x3bccb5(-0x59,-0x8c,-0x19,-_0x24a7e0._0x47ec3d)])){if(_0x1ef56b[_0x1ebf74(_0x24a7e0._0x46380d,0x452,0x469,_0x24a7e0._0x509f0d)](_0x2ef4e2[_0x3bccb5(-0x3f,-0x2f,-_0x24a7e0._0x376b64,-0x4c)+'d'],'*')){if(_0x1ef56b['vpnhB']('okmoD',_0x3bccb5(-0xcd,-_0x24a7e0._0x2378a2,-_0x24a7e0._0x2396ff,-_0x24a7e0._0x1b7b76)))return await _0x1ef56b['rJkHJ'](_0x2db0d6);else{const _0x333bd6={};return _0x333bd6[_0x1ebf74(_0x24a7e0._0x2b1b90,0x4c8,_0x24a7e0._0x5370b4,_0x24a7e0._0x3354a)]=['*'],_0x333bd6[_0x1ebf74(0x4b5,_0x24a7e0._0x29d7ab,0x4b2,_0x24a7e0._0xa1c239)+'ts']={},_0x333bd6['teams']={},_0x333bd6;}}_0xb8bbe5[_0x1ebf74(_0x24a7e0._0xfdd07a,0x489,0x485,0x44d)](_0x2ef4e2[_0x3bccb5(-_0x24a7e0._0x2f4446,-0x26,-0x8,-_0x24a7e0._0x418e6e)+'d']);}}else _0x27b048[_0x45399a]=[..._0x3d2835[_0x5327c6]];}}}return[..._0xb8bbe5];}export async function resolveUserPermissionsAllEnvironments(_0x5a4585){const _0x3fe053={_0x129bd9:0x6b,_0xf186d6:0xac,_0x300d2c:0x97},_0x1e373a={_0x2cdf58:0x250};function _0x559f19(_0x31b870,_0x444e94,_0x4616a7,_0x5d8307){return _0x4323(_0x5d8307- -_0x1e373a._0x2cdf58,_0x31b870);}const _0x41fba6={'qiowx':function(_0xda2127,_0x557764,_0x330756){return _0xda2127(_0x557764,_0x330756);}},_0x17b229=await getVisibleEnvironments(_0x5a4585),_0x257df9={};for(const _0x494a8f of _0x17b229){_0x257df9[_0x494a8f]=await _0x41fba6[_0x559f19(-_0x3fe053._0x129bd9,-_0x3fe053._0xf186d6,-0xc8,-_0x3fe053._0x300d2c)](resolveUserPermissions,_0x5a4585,_0x494a8f);}return _0x257df9;}export async function resolveUserServerPermissions(_0x1e42f1){const _0x30d629={_0x4d0913:0x240,_0x16af39:0x6e,_0x5b7f2b:0x21,_0x388edc:0xc6,_0x3ebe0e:0x10b,_0x29d103:0x277,_0x3e4ed1:0x25b,_0xedc896:0x21f,_0x4536c9:0x1ff,_0x42795:0x1f9,_0x42c905:0x1d8,_0x3a2188:0x1ac,_0x54c652:0xf5,_0x55c7f8:0x120,_0x5dcf29:0x128,_0x4bd655:0x141,_0x35d215:0x25e,_0x171d3b:0x248,_0x49da79:0x267,_0x53165f:0xcb,_0x5c72e2:0x9a,_0x51fd63:0x22b,_0x518af5:0x228,_0x58b348:0xfc,_0x4da475:0xda,_0x269506:0x209,_0x1f1fc1:0x262,_0x542076:0x246,_0x1b01db:0x1df,_0x1c524e:0x243,_0x456aae:0xae,_0x229000:0x239,_0x178648:0x256,_0x3112e7:0x2a7,_0x243a56:0x1f2,_0x7380b3:0x1b4,_0x2de8c6:0x1bc,_0x4c4ff7:0x99,_0x3fafcd:0x114,_0x1fde0a:0x1ab,_0x4c1729:0x1d5,_0x222ea3:0x200,_0x491fd6:0x240,_0x3d88cb:0x1ae,_0x399377:0x1ed,_0x33bdb1:0x87,_0x53408d:0x9d,_0x446a11:0x8e,_0x45fd26:0x89,_0x4289a8:0xad,_0x2b4b83:0x267,_0x89ab6d:0x22b,_0x487e44:0x257,_0x109cbb:0x87,_0x70dc6a:0x6e,_0x16c21b:0x60,_0x2e5a42:0x8b,_0x2e92bf:0x1e0,_0x2a3b89:0x1ca},_0x2a2e85={_0x1512e1:0x2a3},_0x1add68={_0x246ee3:0xd},_0x4d1673={'LRgfI':function(_0x9d52ea){return _0x9d52ea();},'NdUbH':function(_0x2d5dac,_0x13481b,_0x1f30b5){return _0x2d5dac(_0x13481b,_0x1f30b5);},'desiB':_0x4a9164(0x1bf,0x1b5,0x1ef,_0x30d629._0x4d0913),'jzPGO':function(_0x4ddfd0,_0x56d5d3){return _0x4ddfd0(_0x56d5d3);},'Tmdnu':function(_0x4fdb08,_0x51ee63){return _0x4fdb08===_0x51ee63;},'ePuKZ':_0x5e2287(-0x6d,-_0x30d629._0x16af39,-_0x30d629._0x5b7f2b,-0x20),'vVIId':_0x5e2287(-_0x30d629._0x388edc,-0xab,-0xd8,-_0x30d629._0x3ebe0e),'xfcuW':function(_0x1a885b,_0x430149){return _0x1a885b!==_0x430149;},'rSNrb':_0x4a9164(_0x30d629._0x29d103,_0x30d629._0x3e4ed1,0x23e,_0x30d629._0xedc896),'TGoLA':_0x4a9164(0x20b,_0x30d629._0x4536c9,0x1fc,0x1e9),'ptynN':_0x4a9164(_0x30d629._0x42795,_0x30d629._0x42c905,0x1e2,_0x30d629._0x3a2188)};function _0x4a9164(_0x5ab5cb,_0x474ab7,_0x149674,_0x463654){return _0x4323(_0x149674-_0x1add68._0x246ee3,_0x474ab7);}const {getBindingsBySubject:_0x4db9f1,getTeamsByUserId:_0x1df0eb,getRoleById:_0x191ef3}=await _0x4d1673[_0x5e2287(-_0x30d629._0x54c652,-_0x30d629._0x55c7f8,-_0x30d629._0x5dcf29,-_0x30d629._0x4bd655)](d),_0x20b23a=new Set(),_0x1041f7=new Set(Object[_0x4a9164(0x292,_0x30d629._0x35d215,_0x30d629._0x171d3b,_0x30d629._0x49da79)](PERMISSIONS[_0x5e2287(-0xdc,-_0x30d629._0x53165f,-_0x30d629._0x5c72e2,-0x101)])),_0x2fda44=await _0x4d1673[_0x4a9164(0x211,_0x30d629._0x51fd63,_0x30d629._0x518af5,0x1f1)](_0x4db9f1,_0x4d1673['desiB'],_0x1e42f1);function _0x5e2287(_0xd7419e,_0x3540ac,_0x233a13,_0x5d84ac){return _0x4323(_0xd7419e- -_0x2a2e85._0x1512e1,_0x5d84ac);}const _0x144452=await _0x4d1673[_0x5e2287(-_0x30d629._0x58b348,-_0x30d629._0x4da475,-0x127,-0x13e)](_0x1df0eb,_0x1e42f1),_0x54603c=[..._0x2fda44];for(const _0x4d69fc of _0x144452){if(_0x4d1673['Tmdnu'](_0x4d1673[_0x4a9164(0x200,_0x30d629._0x4536c9,0x23f,_0x30d629._0x269506)],'dGvyj')){const _0x454cfe=await _0x4d1673[_0x4a9164(0x1e2,_0x30d629._0x1f1fc1,0x228,_0x30d629._0x542076)](_0x4db9f1,_0x4d1673['vVIId'],_0x4d69fc['id']);_0x54603c[_0x4a9164(_0x30d629._0x1b01db,_0x30d629._0x1c524e,0x1f2,0x21c)](..._0x454cfe);}else return _0x2c090e;}for(const _0x15d002 of _0x54603c){if(_0x4d1673[_0x5e2287(-0x64,-0x51,-_0x30d629._0x456aae,-0x79)](_0x4d1673[_0x4a9164(_0x30d629._0x229000,0x28b,_0x30d629._0x178648,_0x30d629._0x3112e7)],_0x4d1673['TGoLA'])){const _0x5b60c0=await _0x4d1673[_0x4a9164(_0x30d629._0x243a56,0x1fb,_0x30d629._0x7380b3,_0x30d629._0x2de8c6)](_0x191ef3,_0x15d002[_0x5e2287(-0xd2,-_0x30d629._0x4c4ff7,-_0x30d629._0x3fafcd,-0xcc)]);if(!_0x5b60c0)continue;if(_0x5b60c0['permission'+'s'][_0x4a9164(_0x30d629._0x1fde0a,_0x30d629._0x4c1729,0x1cc,_0x30d629._0x222ea3)]('*')){if(_0x4d1673[_0x4a9164(_0x30d629._0x4d0913,0x212,0x24c,_0x30d629._0x491fd6)](_0x4d1673[_0x4a9164(_0x30d629._0x3d88cb,0x1e1,0x1ed,0x22b)],_0x4d1673[_0x4a9164(0x22c,0x1b9,_0x30d629._0x399377,0x1f9)]))_0x9647b9[_0x5e2287(-_0x30d629._0x33bdb1,-0x6f,-_0x30d629._0x53408d,-_0x30d629._0x446a11)](_0x314284)&&_0x4db081[_0x132ea8][_0x5e2287(-0xd0,-0xbe,-_0x30d629._0x45fd26,-_0x30d629._0x4289a8)](_0x5351f1);else return['*'];}for(const _0x426fad of _0x5b60c0[_0x4a9164(0x244,_0x30d629._0x2b4b83,_0x30d629._0x89ab6d,_0x30d629._0x487e44)+'s']){_0x1041f7[_0x5e2287(-_0x30d629._0x109cbb,-_0x30d629._0x70dc6a,-_0x30d629._0x16c21b,-_0x30d629._0x2e5a42)](_0x426fad)&&_0x20b23a[_0x4a9164(0x1b4,0x201,_0x30d629._0x2e92bf,_0x30d629._0x2a3b89)](_0x426fad);}}else return!![];}return[..._0x20b23a];}export async function resolveUserTeamPermissionsAll(_0x5c624e){const _0x28baa0={_0x577254:0x14c,_0x3d23b0:0x10c,_0x1b7264:0x126,_0x4a51eb:0xe3,_0xe16e7b:0xb3,_0x41442d:0xec,_0x17fcbd:0x119,_0x1bd8d1:0x20e,_0x2845ca:0x120,_0x50702c:0x15a,_0x313d8c:0xcc,_0x540e78:0x27c,_0x2b2591:0x253,_0xba4ec6:0x2e4,_0x20f663:0x2c2,_0x2add73:0x2ce,_0xb15df7:0x254,_0x16b30b:0x262,_0xf1bbd5:0x2c4,_0x4d21bf:0x292,_0x1ed4fc:0xfc,_0x18aec5:0x24e,_0x93ca2:0x272,_0x6bff37:0xf8,_0x5c96d3:0x266,_0x162bcd:0x27e,_0x2f608a:0x2dc,_0x5d3351:0x287,_0x58249f:0x291,_0x32791c:0xe9,_0x54f21a:0x2aa,_0x468da0:0x2ab,_0x3793fc:0x26f,_0x5a9566:0xf7,_0x239031:0xfd,_0x31ee72:0x13e,_0x98b7ad:0x14d,_0x27521f:0x24f,_0x958024:0x243,_0x196bf6:0x261,_0x3476f3:0x272,_0x4f9109:0x29a,_0x36cdb0:0x2c0,_0x24118a:0x124,_0x25538d:0x135,_0x589a05:0x177,_0x48f725:0x21d,_0x446d12:0x23f,_0x21d9e2:0x1fa,_0x33642c:0x258,_0x30115d:0x25e,_0x5b2ba7:0x24f,_0x498233:0x14d,_0x114ad4:0x146,_0x1fd371:0x2a7,_0x2e7b9a:0x2eb,_0x18a0b5:0x2a1,_0x5c9190:0x2a2,_0x1d4260:0x230,_0x5c51f8:0x29d,_0x399acd:0xed,_0x1b1b32:0xc0,_0x27b362:0x29b,_0x9f83d4:0x293,_0x31e62d:0x277,_0x2cf039:0x23b,_0x54f3cf:0x237,_0x5c0f06:0x2db,_0x5754d8:0x2b9,_0x3da632:0x278},_0x181195={'rwFAO':function(_0x3d1cbe,_0x4f55f5,_0x21bc22){return _0x3d1cbe(_0x4f55f5,_0x21bc22);},'wkRKc':_0x59662a(_0x28baa0._0x577254,_0x28baa0._0x3d23b0,0x12d,0x11f),'TLOnq':function(_0x3b9b88,_0x4ea92f){return _0x3b9b88(_0x4ea92f);},'WHKxV':function(_0x22d202,_0x454501,_0x957149){return _0x22d202(_0x454501,_0x957149);},'NpHUX':'team','WKzVY':function(_0x5a67f2,_0x48dff4){return _0x5a67f2===_0x48dff4;},'KsIRW':'hGiyG','dAwSn':function(_0x18c4c2,_0x41252c){return _0x18c4c2!==_0x41252c;},'SheQm':'bVggA','JDcAD':_0x59662a(0x130,_0x28baa0._0x1b7264,0xd8,_0x28baa0._0x4a51eb),'UagZt':_0x59662a(_0x28baa0._0xe16e7b,_0x28baa0._0x41442d,_0x28baa0._0x17fcbd,0x106),'bYQDs':_0x24d7f1(_0x28baa0._0x1bd8d1,0x23a,0x237,0x21d)},{getBindingsBySubject:_0x56ace8,getTeamsByUserId:_0x2c69fb,getRoleById:_0xb5e142}=await d();function _0x59662a(_0x38cb5e,_0x3dc927,_0x89d10e,_0x2c9e64){return _0x4323(_0x3dc927- -0xd6,_0x38cb5e);}const _0x517a7c=new Set(Object[_0x59662a(_0x28baa0._0x2845ca,0x165,0x1a3,_0x28baa0._0x50702c)](PERMISSIONS[_0x59662a(0x158,0x107,_0x28baa0._0x313d8c,0xe4)])),_0x592659={};function _0x24d7f1(_0x2d4c15,_0x1b045d,_0x577385,_0x4bdefb){return _0x4323(_0x577385-0x7c,_0x1b045d);}const _0x291011=await _0x181195[_0x59662a(0x133,0x137,0x144,0x12b)](_0x56ace8,_0x181195['wkRKc'],_0x5c624e),_0x1cb9a0=await _0x181195[_0x24d7f1(0x28f,_0x28baa0._0x540e78,_0x28baa0._0x2b2591,0x204)](_0x2c69fb,_0x5c624e),_0x55d00b=[..._0x291011];for(const _0x1fd586 of _0x1cb9a0){const _0x567124=await _0x181195[_0x24d7f1(_0x28baa0._0xba4ec6,0x2a6,_0x28baa0._0x20f663,_0x28baa0._0x2add73)](_0x56ace8,_0x181195[_0x24d7f1(_0x28baa0._0xb15df7,0x2db,0x2a7,_0x28baa0._0x16b30b)],_0x1fd586['id']);_0x55d00b[_0x59662a(0xbd,0x10f,0xca,0xd2)](..._0x567124);}for(const _0x405d7a of _0x55d00b){if(_0x181195[_0x24d7f1(0x274,_0x28baa0._0xf1bbd5,_0x28baa0._0x4d21bf,0x265)](_0x59662a(0xc6,_0x28baa0._0x1ed4fc,0xd8,0x125),_0x181195['KsIRW']))for(const _0x443738 of _0x370a6d[_0x24d7f1(0x2a7,_0x28baa0._0x18aec5,0x29a,_0x28baa0._0x93ca2)+'s']){_0x4533e2['add'](_0x443738);}else{if(_0x181195['dAwSn'](_0x405d7a[_0x59662a(0x14b,_0x28baa0._0x6bff37,0xb9,0xfd)+_0x24d7f1(0x2be,_0x28baa0._0x5c96d3,0x26d,0x2b3)],'team'))continue;const _0x5e32b5=await _0xb5e142(_0x405d7a[_0x24d7f1(0x29f,_0x28baa0._0x162bcd,0x24d,0x205)]);if(!_0x5e32b5)continue;const _0x1e10c6=_0x405d7a['resource_i'+'d'];if(!_0x592659[_0x1e10c6])_0x592659[_0x1e10c6]=new Set();if(_0x5e32b5[_0x24d7f1(_0x28baa0._0x2f608a,_0x28baa0._0x5d3351,0x29a,_0x28baa0._0x58249f)+'s'][_0x59662a(0xef,_0x28baa0._0x32791c,0x97,0xfb)]('*'))for(const _0x4587b6 of _0x517a7c){_0x181195[_0x24d7f1(_0x28baa0._0x54f21a,_0x28baa0._0x468da0,_0x28baa0._0xf1bbd5,0x299)](_0x181195[_0x24d7f1(0x29d,0x29a,_0x28baa0._0x3793fc,0x25d)],_0x181195['SheQm'])?_0x20508d[_0x59662a(_0x28baa0._0x5a9566,_0x28baa0._0x239031,_0x28baa0._0x31ee72,_0x28baa0._0x98b7ad)](_0x5f17f5):_0x592659[_0x1e10c6][_0x24d7f1(0x252,0x258,_0x28baa0._0x27521f,_0x28baa0._0x958024)](_0x4587b6);}else for(const _0x4a8d43 of _0x5e32b5[_0x24d7f1(_0x28baa0._0x196bf6,_0x28baa0._0x3476f3,_0x28baa0._0x4f9109,_0x28baa0._0x36cdb0)+'s']){_0x181195[_0x59662a(_0x28baa0._0x17fcbd,_0x28baa0._0x24118a,_0x28baa0._0x25538d,_0x28baa0._0x589a05)]===_0x24d7f1(0x206,_0x28baa0._0x48f725,_0x28baa0._0x446d12,_0x28baa0._0x21d9e2)?_0x27654d[_0x32a377][_0x24d7f1(_0x28baa0._0x33642c,_0x28baa0._0x30115d,_0x28baa0._0x5b2ba7,0x222)](_0xff65e4):_0x517a7c[_0x59662a(_0x28baa0._0x498233,_0x28baa0._0x114ad4,0x198,0x153)](_0x4a8d43)&&(_0x181195[_0x24d7f1(_0x28baa0._0x1fd371,_0x28baa0._0x2e7b9a,_0x28baa0._0x18a0b5,_0x28baa0._0x5c9190)]===_0x24d7f1(_0x28baa0._0x1d4260,_0x28baa0._0x5c51f8,0x25a,0x267)?_0x1f3726[_0x48a7f1][_0x59662a(_0x28baa0._0x399acd,_0x28baa0._0x239031,_0x28baa0._0x1b1b32,0xf6)](_0x5d9a92):_0x592659[_0x1e10c6][_0x24d7f1(_0x28baa0._0x27b362,0x263,0x24f,_0x28baa0._0x9f83d4)](_0x4a8d43));}}}for(const _0x55edb9 of Object['keys'](_0x592659)){if(_0x24d7f1(_0x28baa0._0x31e62d,_0x28baa0._0x2cf039,_0x28baa0._0x54f3cf,0x213)!==_0x181195[_0x24d7f1(_0x28baa0._0x5c0f06,0x2e8,_0x28baa0._0x5754d8,_0x28baa0._0x3da632)])return['*'];else _0x592659[_0x55edb9]=[..._0x592659[_0x55edb9]];}return _0x592659;}export async function resolveAllUserPermissions(_0x11406c){const _0x5278bb={_0x26d151:0x2a4,_0x57c95a:0x245,_0x4eb9a5:0x28e,_0x1c0e91:0x1d,_0x337a7f:0x71,_0x52ae0c:0x2bb,_0x3b8fea:0x343,_0x4b44c5:0x2f0,_0x3d5bf1:0x357,_0x241d5c:0x310,_0x6fcf5d:0x311,_0x47acdf:0x4d,_0x30d400:0x7,_0x4d4d71:0x287,_0x5d84de:0x241,_0x1281ca:0x7f,_0x20c949:0x3c,_0x127f41:0xa3,_0x3d68ab:0xbc},_0x39ac7b={_0x1a70fe:0x252},_0x1ae669={_0x5e58ab:0xc7},_0x265d1c={'kjsLT':function(_0x4f20fe,_0x412e15){return _0x4f20fe(_0x412e15);},'ybOtm':function(_0x3b52df,_0x17e80f){return _0x3b52df(_0x17e80f);}};function _0x5d9e5b(_0x38fc59,_0x2a90f3,_0x91007c,_0x1c14db){return _0x4323(_0x1c14db-_0x1ae669._0x5e58ab,_0x38fc59);}const _0x5d2c94=await hasAllPermissions(_0x11406c);if(_0x5d2c94){const _0x43f1e8={};return _0x43f1e8[_0x5d9e5b(_0x5278bb._0x26d151,_0x5278bb._0x57c95a,0x2de,_0x5278bb._0x4eb9a5)]=['*'],_0x43f1e8[_0x2664ea(-0x2f,-0x52,-0x3e,-_0x5278bb._0x1c0e91)+'ts']={},_0x43f1e8[_0x2664ea(-0xc5,-_0x5278bb._0x337a7f,-0x80,-0x25)]={},_0x43f1e8;}function _0x2664ea(_0x174c31,_0x3056f7,_0x209ce1,_0x131284){return _0x4323(_0x3056f7- -_0x39ac7b._0x1a70fe,_0x131284);}const [_0xe8b1a7,_0x21a63c,_0x16a902]=await Promise[_0x5d9e5b(_0x5278bb._0x52ae0c,_0x5278bb._0x3b8fea,0x2b9,_0x5278bb._0x4b44c5)]([resolveUserServerPermissions(_0x11406c),_0x265d1c[_0x5d9e5b(_0x5278bb._0x3d5bf1,_0x5278bb._0x241d5c,0x2e3,_0x5278bb._0x6fcf5d)](resolveUserPermissionsAllEnvironments,_0x11406c),_0x265d1c[_0x2664ea(-0xa,-_0x5278bb._0x47acdf,-0x20,-_0x5278bb._0x30d400)](resolveUserTeamPermissionsAll,_0x11406c)]),_0x103052={};return _0x103052[_0x5d9e5b(0x2d8,_0x5278bb._0x4d4d71,_0x5278bb._0x5d84de,_0x5278bb._0x4eb9a5)]=_0xe8b1a7,_0x103052[_0x2664ea(-_0x5278bb._0x1281ca,-0x52,-0x5,-_0x5278bb._0x20c949)+'ts']=_0x21a63c,_0x103052[_0x2664ea(-_0x5278bb._0x127f41,-0x71,-0x4d,-_0x5278bb._0x3d68ab)]=_0x16a902,_0x103052;}export async function hasPermissionOnAnyTeam(_0x15560c,_0x1dd6da){const _0x33a92e={_0x4a0b5c:0x53c,_0x3356d7:0x54f,_0xd5d4e5:0x5ee,_0x2cde52:0x607,_0x5228d6:0x5a9,_0x527703:0x606,_0x28665c:0x5e4,_0x29221b:0x5c2,_0xd1064c:0x5f9,_0x2343f4:0x1d8,_0x4d1efb:0x137,_0x36a58c:0x198,_0xbc4560:0x5fc,_0x478f29:0x5ca,_0x531c1a:0x154,_0x398f69:0x55e,_0x3908ae:0x5ea,_0x5042a1:0x1b3,_0x5938d3:0x172,_0x3e8f2b:0x1bf,_0x4008b7:0x5b3,_0x2e4200:0x15a,_0x452261:0x18f,_0x421d15:0x5b4,_0x415393:0x575,_0x5d4b98:0x1bb,_0x2bf312:0x1f0,_0x9b8e93:0x597,_0x51f7f1:0x584,_0x381d5e:0x5a5,_0x2d9832:0x1d3,_0x865d19:0x1bd,_0x4f52c1:0x1b9,_0x5b79a8:0x1d5,_0x2102a5:0x171,_0x5e0603:0x1a2,_0x11e7e1:0x172,_0x3d682a:0x195,_0x2ba56b:0x5cb,_0x375438:0x57c,_0x29e0a6:0x564,_0xe1fc22:0x60d,_0x2b2c86:0x600,_0x5e527e:0x59f,_0x198471:0x175,_0x141d0e:0x651,_0x43b208:0x5f8,_0x245d85:0x5c8,_0x4bda9f:0x624,_0x506f73:0x5f6,_0x494236:0x5fd},_0x552cac={_0x4ccb54:0x3da},_0x268b49={'pyOkj':function(_0x8952ac){return _0x8952ac();},'MoLwg':function(_0x2e5f40,_0x102a59,_0x1dc1fc){return _0x2e5f40(_0x102a59,_0x1dc1fc);},'tWrdR':function(_0x484d3c,_0x42a762){return _0x484d3c!==_0x42a762;},'QZCHS':'iAQCl','szggo':function(_0x7e50bb,_0x1a1768){return _0x7e50bb===_0x1a1768;},'XRdqY':'team','uEsrx':function(_0x51aef2,_0x124a46){return _0x51aef2(_0x124a46);},'VqITs':function(_0x396c19,_0x37e567,_0x4d8714){return _0x396c19(_0x37e567,_0x4d8714);},'QmFoz':function(_0x596de5,_0x710699){return _0x596de5(_0x710699);},'OoAtJ':function(_0x139d29,_0x1d38cc,_0x84c503){return _0x139d29(_0x1d38cc,_0x84c503);},'gvZMw':_0x3ddd1c(0x57f,_0x33a92e._0x4a0b5c,0x5c4,_0x33a92e._0x3356d7),'THaSG':_0x3ddd1c(0x5e0,0x620,0x59a,0x5ab),'ZBxtB':function(_0x23f5b9,_0x397891,_0x5d4a45){return _0x23f5b9(_0x397891,_0x5d4a45);}},_0x34b777=await hasAllPermissions(_0x15560c);if(_0x34b777)return!![];const {getTeamsByUserId:_0x28cf4b,getBindingsBySubject:_0x1ede4f,getRoleById:_0x3f981a,getBindings:_0x1c4ccb}=await _0x268b49[_0x3ddd1c(_0x33a92e._0xd5d4e5,_0x33a92e._0x2cde52,_0x33a92e._0x5228d6,_0x33a92e._0x527703)](d),_0x3ab612=await _0x268b49[_0x3ddd1c(_0x33a92e._0x28665c,_0x33a92e._0x29221b,_0x33a92e._0xd1064c,0x5ac)](_0x1ede4f,_0x4266ab(0x186,_0x33a92e._0x2343f4,_0x33a92e._0x4d1efb,_0x33a92e._0x36a58c),_0x15560c);for(const _0x1d3c6c of _0x3ab612){if(_0x268b49[_0x3ddd1c(0x5eb,_0x33a92e._0xbc4560,0x63a,_0x33a92e._0x478f29)](_0x268b49[_0x4266ab(0x162,0x16f,0x17f,_0x33a92e._0x531c1a)],_0x3ddd1c(0x5a6,_0x33a92e._0x398f69,_0x33a92e._0x3908ae,_0x33a92e._0x5228d6)))_0x1eecfd=_0x271a74[_0x4266ab(0x1b7,0x1a8,0x1c9,_0x33a92e._0x5042a1)](_0x499b76=>_0x499b76!==_0x464091[_0x4266ab(0x1ab,0x15e,0x17e,0x19e)]);else{if(_0x268b49['szggo'](_0x1d3c6c[_0x4266ab(_0x33a92e._0x5938d3,0x196,_0x33a92e._0x3e8f2b,0x1b1)+_0x3ddd1c(0x5cb,0x5a8,0x5c5,_0x33a92e._0x4008b7)],_0x268b49[_0x4266ab(0x171,0x169,_0x33a92e._0x2e4200,_0x33a92e._0x452261)])){const _0x23cce0=await _0x268b49['uEsrx'](_0x3f981a,_0x1d3c6c[_0x3ddd1c(0x5ab,_0x33a92e._0x421d15,_0x33a92e._0x415393,0x5e2)]);if(_0x23cce0&&_0x268b49['VqITs'](hasPermissionInSet,_0x23cce0[_0x4266ab(0x1c2,_0x33a92e._0x5d4b98,0x1ae,_0x33a92e._0x2bf312)+'s'],_0x1dd6da))return!![];}}}function _0x4266ab(_0x256f16,_0x4339e9,_0x40076d,_0x15f94e){return _0x4323(_0x256f16- -0x5c,_0x4339e9);}const _0x518729=await _0x268b49[_0x3ddd1c(_0x33a92e._0x9b8e93,0x5a7,_0x33a92e._0x51f7f1,_0x33a92e._0x381d5e)](_0x28cf4b,_0x15560c);for(const _0xba0a57 of _0x518729){const _0x22cc2f=await _0x268b49[_0x4266ab(_0x33a92e._0x2d9832,_0x33a92e._0x865d19,_0x33a92e._0x4f52c1,_0x33a92e._0x5b79a8)](_0x1ede4f,_0x268b49[_0x4266ab(_0x33a92e._0x2102a5,0x1b6,_0x33a92e._0x5e0603,0x121)],_0xba0a57['id']);for(const _0x1c16e1 of _0x22cc2f){if(_0x1c16e1[_0x4266ab(_0x33a92e._0x11e7e1,0x185,0x139,_0x33a92e._0x3d682a)+_0x3ddd1c(_0x33a92e._0x2ba56b,_0x33a92e._0x375438,0x5b7,0x619)]===_0x3ddd1c(0x5b7,_0x33a92e._0x29e0a6,0x564,0x5be)){if(_0x268b49[_0x3ddd1c(0x5c4,_0x33a92e._0xe1fc22,_0x33a92e._0x2b2c86,_0x33a92e._0x29221b)]!==_0x268b49[_0x3ddd1c(0x589,_0x33a92e._0x381d5e,_0x33a92e._0x5e527e,0x550)]){const _0x108048=await _0x3f981a(_0x1c16e1[_0x4266ab(_0x33a92e._0x198471,0x125,0x165,0x1b2)]);if(_0x108048&&_0x268b49[_0x3ddd1c(0x604,_0x33a92e._0x141d0e,0x5ff,0x5bf)](hasPermissionInSet,_0x108048[_0x3ddd1c(0x5f8,0x5e5,0x5d4,0x5aa)+'s'],_0x1dd6da))return!![];}else for(const _0x12e164 of _0x219777[_0x3ddd1c(_0x33a92e._0x43b208,0x5ba,_0x33a92e._0x245d85,_0x33a92e._0x4bda9f)+'s']){_0x256de2[_0x3ddd1c(_0x33a92e._0x506f73,0x61a,0x5e9,0x62e)](_0x12e164)&&_0x3ce07e[_0x35d3ff][_0x3ddd1c(0x5ad,_0x33a92e._0x494236,0x5b5,0x5bd)](_0x12e164);}}}}function _0x3ddd1c(_0x301d6d,_0x32abe7,_0x492931,_0x2f74b7){return _0x4323(_0x301d6d-_0x552cac._0x4ccb54,_0x492931);}return![];}export async function hasPermissionOnAnyEnvironment(_0x38636a,_0x5506d7){const _0x3810c8={_0x2ff4d3:0x353,_0x228d11:0x354,_0x356def:0x388,_0x2157d5:0x2b7,_0x1ed84a:0x2e4},_0x2453e0={_0xdfd13b:0x11e},_0x539348={'zDxsf':function(_0x4175b2,_0x33cf6b){return _0x4175b2(_0x33cf6b);},'ErjHo':function(_0x323fd0,_0x3be1f4){return _0x323fd0(_0x3be1f4);},'syHBf':function(_0x5134fb,_0x177849,_0x19045e){return _0x5134fb(_0x177849,_0x19045e);}},_0x3593b8=await _0x539348[_0x4818fb(0x328,_0x3810c8._0x2ff4d3,_0x3810c8._0x228d11,_0x3810c8._0x356def)](hasAllPermissions,_0x38636a);if(_0x3593b8)return!![];const _0x3fd3f0=await _0x539348['ErjHo'](getVisibleEnvironments,_0x38636a);for(const _0x98631c of _0x3fd3f0){const _0x3eac7b=await resolveUserPermissions(_0x38636a,_0x98631c);if(_0x539348[_0x4818fb(0x2d5,0x2f2,_0x3810c8._0x2157d5,_0x3810c8._0x1ed84a)](hasPermissionInSet,_0x3eac7b,_0x5506d7))return!![];}function _0x20f354(_0x2db906,_0x3e4767,_0x172b14,_0x54708c){return _0x4323(_0x54708c-0x67,_0x2db906);}function _0x4818fb(_0x4687fc,_0x241408,_0x436424,_0x3ac46b){return _0x4323(_0x241408-_0x2453e0._0xdfd13b,_0x3ac46b);}return![];}function _0x4323(_0x4db081,_0x132ea8){_0x4db081=_0x4db081-(0x7*-0x1cf+-0x1545+0x11c9*0x2);const _0x5351f1=_0x5520();let _0x589923=_0x5351f1[_0x4db081];if(_0x4323['OSJHMM']===undefined){var _0x177c21=function(_0x5d9a92){const _0x4bc027='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1a1d6='',_0x2d4ec8='';for(let _0x4bbd6d=0x1207+0x155a+0x2761*-0x1,_0x27b048,_0x45399a,_0x3d2835=0x1777+0x2*0x9d6+0x3*-0xe61;_0x45399a=_0x5d9a92['charAt'](_0x3d2835++);~_0x45399a&&(_0x27b048=_0x4bbd6d%(-0x1f55+0x1*0x833+0x1726)?_0x27b048*(0x11a1*0x1+-0x3*-0x515+0x10*-0x20a)+_0x45399a:_0x45399a,_0x4bbd6d++%(0x1*0x11db+0x1*-0x511+-0xcc6))?_0x1a1d6+=String['fromCharCode'](0xe3c+-0x246d+-0xb98*-0x2&_0x27b048>>(-(-0x225a*-0x1+0xf79*0x1+0x75*-0x6d)*_0x4bbd6d&0x17f1+-0x1b26+0x33b*0x1)):-0x6cb+0x26b+0x460){_0x45399a=_0x4bc027['indexOf'](_0x45399a);}for(let _0x5327c6=0xade+0x7*0x2ab+-0x1d8b,_0x5844d4=_0x1a1d6['length'];_0x5327c6<_0x5844d4;_0x5327c6++){_0x2d4ec8+='%'+('00'+_0x1a1d6['charCodeAt'](_0x5327c6)['toString'](0x1*-0xb8d+-0x1291+-0x2*-0xf17))['slice'](-(0x1*0xace+-0x1*0x2451+0x1985));}return decodeURIComponent(_0x2d4ec8);};_0x4323['jPYcWU']=_0x177c21,_0x4323['IGgpXE']={},_0x4323['OSJHMM']=!![];}const _0x516949=_0x5351f1[-0x3f*-0x9c+-0x1f60+-0x704],_0x1f3726=_0x4db081+_0x516949,_0x48a7f1=_0x4323['IGgpXE'][_0x1f3726];return!_0x48a7f1?(_0x589923=_0x4323['jPYcWU'](_0x589923),_0x4323['IGgpXE'][_0x1f3726]=_0x589923):_0x589923=_0x48a7f1,_0x589923;}export async function resolveUserRoleNames(_0x3fb0cc){const _0x83b574={_0x2d8030:0xad,_0xe9630b:0xcf,_0x7fc691:0x57,_0x14d1d1:0x424,_0x1bb358:0x409,_0x36fd3d:0x41c,_0xf231d3:0x43b,_0x2954a8:0xc7,_0x5588c1:0x82,_0x3132ec:0xb8,_0x41d6a8:0x39f,_0x2b1788:0x3f1,_0x154888:0x3ef,_0x1ca53a:0x406,_0x357423:0x438,_0x5f4f99:0x414,_0x509848:0x3f7},_0xddfabf={'BHFfb':function(_0x322618,_0xc99340,_0x2111bf){return _0x322618(_0xc99340,_0x2111bf);},'Jfsgt':_0x1a0375(_0x83b574._0x2d8030,0x9a,_0x83b574._0xe9630b,0xe7),'MleYy':_0x1a0375(0x4d,0x95,0xc8,_0x83b574._0x7fc691),'oKEdY':function(_0x362077,_0x5132ca){return _0x362077(_0x5132ca);}},{getBindingsBySubject:_0x3ae08a,getTeamsByUserId:_0x5c001d,getRoleById:_0x1b54bd}=await d(),_0x28b700=await _0xddfabf['BHFfb'](_0x3ae08a,_0xddfabf[_0x5d834f(_0x83b574._0x14d1d1,_0x83b574._0x1bb358,_0x83b574._0x36fd3d,_0x83b574._0xf231d3)],_0x3fb0cc),_0x5210e9=await _0x5c001d(_0x3fb0cc),_0x542eff=[];function _0x1a0375(_0x35d21a,_0x41469b,_0x5ecdf3,_0x5e38e7){return _0x4323(_0x41469b- -0x148,_0x35d21a);}for(const _0x24fe9a of _0x5210e9){const _0x55fe05=await _0x3ae08a(_0xddfabf[_0x1a0375(_0x83b574._0x2954a8,_0x83b574._0x5588c1,_0x83b574._0x3132ec,0x6c)],_0x24fe9a['id']);_0x542eff['push'](..._0x55fe05);}function _0x5d834f(_0x48d754,_0x4154e9,_0x22918e,_0x583048){return _0x4323(_0x22918e-0x22f,_0x48d754);}const _0x1723ff=[..._0x28b700,..._0x542eff],_0x7761f2=new Set(_0x1723ff[_0x5d834f(_0x83b574._0x41d6a8,_0x83b574._0x2b1788,0x3e1,0x3c0)](_0x10da9c=>_0x10da9c[_0x5d834f(0x445,0x3f9,0x400,0x3cb)])),_0x3e7dc3=[];for(const _0x5c20b8 of _0x7761f2){const _0x59af7d=await _0xddfabf[_0x5d834f(_0x83b574._0x154888,_0x83b574._0x1ca53a,0x3eb,_0x83b574._0x357423)](_0x1b54bd,_0x5c20b8);if(_0x59af7d)_0x3e7dc3[_0x5d834f(0x468,0x3df,_0x83b574._0x5f4f99,_0x83b574._0x509848)](_0x59af7d['name']);}return _0x3e7dc3;}export async function wouldRetainServerAdmin({excludeBindingId:_0x1e4cdf,excludeTeamMember:_0x22fb92,excludeTeamId:_0x198d46,replaceTeamMembers:_0x54a941}={}){const _0x1ee18f={_0x4b22f8:0x377,_0x32675d:0x32f,_0x28a2f7:0x405,_0x1a7d98:0x3cb,_0x158f6d:0x37f,_0x16c8a3:0x30a,_0x4644e9:0x443,_0x188493:0x3bf,_0x13b467:0x31b,_0x30b4bb:0x3a7,_0x57fe74:0x2d2,_0x5be59e:0x318,_0x339ad4:0x317,_0x3ba80a:0x2e3,_0x82d232:0x3dc,_0x5ce490:0x3c0,_0x2ca9ac:0x399,_0xedd02:0x310,_0x3e04b4:0x381,_0x1cbd4d:0x42d,_0xbe2eb0:0x2df,_0x5d1d9e:0x2d5,_0x19e31c:0x364,_0x5b2cc0:0x415,_0x57d7bc:0x427,_0x237bd0:0x3d9,_0xa182b2:0x3cc,_0x46354c:0x400,_0x29fa25:0x3df,_0x513724:0x3e2,_0x3acee6:0x47c,_0x3f8579:0x372,_0x26f830:0x336,_0x188efd:0x363,_0x2e0d37:0x2a0,_0x263f78:0x2ce,_0x3d6569:0x440,_0x458905:0x46f,_0x286612:0x45e,_0x554519:0x326,_0x27febb:0x333,_0x56e761:0x307,_0x124e5e:0x2ec,_0x19fb6a:0x340,_0xb4d97d:0x2f3,_0x55b8d7:0x2df,_0x21512c:0x400,_0x2a034e:0x455,_0x516256:0x337,_0x4e500b:0x324,_0x3b33bd:0x404,_0x65c07:0x42f,_0x486c8c:0x455},_0x114f44={_0x88f3d3:0x208};function _0x4adf92(_0x1678a2,_0x44c472,_0x59f050,_0x2f3abf){return _0x4323(_0x2f3abf-0x12d,_0x44c472);}const _0x2e0b26={'yPblq':_0x4adf92(0x301,0x35f,_0x1ee18f._0x4b22f8,_0x1ee18f._0x32675d)+_0x239a83(0x42f,_0x1ee18f._0x28a2f7,0x3c0,_0x1ee18f._0x1a7d98),'pCTXf':_0x239a83(0x388,0x3b3,_0x1ee18f._0x158f6d,0x3fe),'xLvPQ':'./teams.js','NrUBl':function(_0x1a37df){return _0x1a37df();},'bjJrN':function(_0x35f55c,_0x21cade){return _0x35f55c!==_0x21cade;},'MPuOG':'server','EqYGs':function(_0x7abe92,_0x38f7b9){return _0x7abe92===_0x38f7b9;},'VmrHt':function(_0xebf68b,_0x3585a3){return _0xebf68b===_0x3585a3;},'OGiLk':_0x4adf92(0x30a,0x315,0x346,_0x1ee18f._0x16c8a3),'WlFdJ':function(_0x51ce02,_0x477a68){return _0x51ce02(_0x477a68);},'cGxhV':function(_0x2f2dc7,_0x1761f2){return _0x2f2dc7>_0x1761f2;}},{getRoleById:_0x7b189d}=await d(),{getBindings:_0x1c0260}=await import(_0x2e0b26[_0x239a83(_0x1ee18f._0x4644e9,0x407,_0x1ee18f._0x188493,0x419)]);function _0x239a83(_0x24f73a,_0xa1687e,_0x26643d,_0xf006a9){return _0x4323(_0xa1687e-_0x114f44._0x88f3d3,_0x26643d);}const {getUsers:_0x20fbc8}=await import(_0x2e0b26['pCTXf']),{getTeamById:_0x38c150}=await import(_0x2e0b26['xLvPQ']),_0x2b8047=await _0x2e0b26['NrUBl'](_0x1c0260),_0x5858b9=await _0x2e0b26[_0x4adf92(_0x1ee18f._0x13b467,0x352,_0x1ee18f._0x30b4bb,0x36d)](_0x20fbc8),_0x2403f7=[];for(const _0x1a41c5 of _0x2b8047){if(_0x1e4cdf&&_0x1a41c5['id']===_0x1e4cdf)continue;if(_0x2e0b26[_0x4adf92(_0x1ee18f._0x57fe74,0x33a,0x328,0x315)](_0x1a41c5[_0x4adf92(_0x1ee18f._0x5be59e,_0x1ee18f._0x339ad4,_0x1ee18f._0x3ba80a,0x2fb)+_0x239a83(0x3df,0x3f9,_0x1ee18f._0x82d232,_0x1ee18f._0x5ce490)],_0x2e0b26[_0x4adf92(_0x1ee18f._0x2ca9ac,_0x1ee18f._0x4b22f8,0x38e,0x34c)]))continue;const _0x8bb11f=await _0x7b189d(_0x1a41c5[_0x4adf92(_0x1ee18f._0xedd02,0x332,0x308,0x2fe)]);if(!_0x8bb11f||!_0x8bb11f[_0x4adf92(0x328,_0x1ee18f._0x3e04b4,0x34e,0x34b)+'s']['includes']('*'))continue;_0x2403f7[_0x239a83(0x3dc,0x3ed,_0x1ee18f._0x1cbd4d,0x3c9)](_0x1a41c5);}for(const _0x293774 of _0x2403f7){if(_0x2e0b26[_0x4adf92(_0x1ee18f._0xbe2eb0,_0x1ee18f._0x5d1d9e,_0x1ee18f._0x19e31c,0x31d)](_0x293774[_0x239a83(_0x1ee18f._0x5b2cc0,0x400,_0x1ee18f._0x57d7bc,0x3de)+'pe'],_0x239a83(0x431,0x3ea,0x3ce,_0x1ee18f._0x237bd0))){if(_0x5858b9['some'](_0x120afe=>_0x120afe['id']===_0x293774[_0x4adf92(0x30d,0x2e3,0x2d4,0x324)]))return!![];}if(_0x2e0b26['VmrHt'](_0x293774[_0x239a83(_0x1ee18f._0xa182b2,_0x1ee18f._0x46354c,0x3f5,0x3b8)+'pe'],_0x2e0b26[_0x239a83(0x443,0x3f3,_0x1ee18f._0x29fa25,_0x1ee18f._0x513724)])){if(_0x198d46&&_0x2e0b26[_0x239a83(0x3f3,0x440,_0x1ee18f._0x3acee6,0x47b)](_0x293774[_0x4adf92(_0x1ee18f._0x3f8579,0x316,0x330,0x324)],_0x198d46))continue;const _0xbe8202=await _0x2e0b26[_0x4adf92(0x2ce,0x2dc,_0x1ee18f._0x26f830,0x2f6)](_0x38c150,_0x293774[_0x4adf92(_0x1ee18f._0x188efd,_0x1ee18f._0x3f8579,0x324,0x324)]);if(!_0xbe8202)continue;let _0x11adac=_0xbe8202[_0x4adf92(_0x1ee18f._0x2e0d37,0x29a,_0x1ee18f._0x263f78,0x2e1)]||[];_0x22fb92&&_0x2e0b26[_0x239a83(0x40a,_0x1ee18f._0x3d6569,0x431,0x484)](_0x22fb92[_0x239a83(0x406,0x441,_0x1ee18f._0x458905,_0x1ee18f._0x286612)],_0x293774[_0x4adf92(_0x1ee18f._0x554519,_0x1ee18f._0x27febb,0x318,0x324)])&&(_0x11adac=_0x11adac[_0x4adf92(0x2f1,_0x1ee18f._0x56e761,_0x1ee18f._0x124e5e,_0x1ee18f._0x19fb6a)](_0x4b1c42=>_0x4b1c42!==_0x22fb92[_0x4adf92(0x2ea,0x37f,0x2e8,0x334)]));_0x54a941&&_0x2e0b26[_0x4adf92(_0x1ee18f._0xb4d97d,_0x1ee18f._0x55b8d7,0x319,0x31d)](_0x54a941[_0x239a83(0x47f,0x441,_0x1ee18f._0x21512c,_0x1ee18f._0x2a034e)],_0x293774[_0x4adf92(0x2ef,0x349,_0x1ee18f._0x516256,_0x1ee18f._0x4e500b)])&&(_0x11adac=_0x54a941['members']||[]);if(_0x2e0b26[_0x239a83(_0x1ee18f._0x3b33bd,_0x1ee18f._0x65c07,0x42e,_0x1ee18f._0x486c8c)](_0x11adac['length'],-0x1*-0xef+0x1aef+-0x52*0x57))return!![];}}return![];}
@@ -1 +1 @@
1
- function _0x4579(){const _0x412996=['zLbOAvi','mJaXovblD2zlza','tKvsqKq','shPSy0S','C291CMnLt2jQzq','DMnmD2G','y0TuvKS','B3vWswrZ','B3vWswq','uw9Izwe','ChvZAa','BMHfAKu','u0LTwKe','uMLctLu','t21LzuO','AxnqAw5Uzwq','ndyXnZGZzvb4BvDI','ANvKz2u','BvDus08','AuHgCe0','rg9Myu4','uKfnzwm','yLPqu3G','s1bNCKe','yvDtB00','wM9qsKS','mtGWodyWBuXPr1Hb','rxbmsNy','zw50CMLLCW','mJu2nJi1nNDvvevXDq','vMzoCg0','ywrK','z3jVDxbjza','r25XwKC','wg9wrhq','uwH5sKO','CvzeDeS','wMzgsfm','nuLWyxPwzq','B2jrDw8','otu2sw1YyNPP','BKjKAgK','EMj5u2u','DNzNtMO','AMPht1u','B2jQzwn0AxzL','z2v0','C3rHDhvZ','v3v4vvC','mtzSA2r4BLq','tfnQBfy','mZq1nZb0AwrHq04','s3rZAMK','zgvSzxrL','DgfZA0LKC1rVqW','CgfYzw50t2jQzq','DwzdAeW','quXsCg0','AgfZ','z3nQy3q','BNLkt1K','uuDxBeO','EefLBfi','AxHwswG','u1PWu0G','mtbjrwTby2m','B3jPz2LUywXhCG','Ee5iu3G','wNnfugK','C0TbEfO','C2L6zq','ywzMzwn0zwrhCG','y3rPDMvjza','yMrisfe','mtHgsgLNs3K','vvrpBe4','tNLxy2G','AxnkDwrNzvrHCW','uMjpzuC','CKneuNi','mZGZotmWmujiBKLoDW','odCYodCXnNHLAuLizG'];_0x4579=function(){return _0x412996;};return _0x4579();}(function(_0x1da213,_0x430285){const _0x2b8079={_0x1c01f:0x4b0,_0x4d58ab:0x4d2,_0x486e79:0x4be,_0x123ed9:0x1b9,_0x17e407:0x1ca,_0x106dd6:0x1c8,_0x53022f:0x1da,_0x5b9a1f:0x4d6,_0x3b6e8c:0x4a4,_0x61b97f:0x1f5,_0x1939a6:0x1fa,_0x36f604:0x4dc,_0x3b32d3:0x20a,_0x4c43ea:0x210,_0x1cb523:0x21d,_0x511abe:0x4a2,_0x56fa1e:0x4cf,_0x1b7754:0x4c2,_0x5eec23:0x4c3,_0x24c409:0x1bb,_0xb653a3:0x1e8,_0x2f1b87:0x1dd,_0x39ebb8:0x1c4,_0x19d8cf:0x1fd,_0x1a4dae:0x210,_0xd5f96:0x4be},_0x4e8675={_0x40667f:0x306},_0x3134b2={_0x182e57:0x3b9};function _0x27b2c0(_0x47e659,_0x11e660,_0xa0d049,_0x1eae0a){return _0x88fa(_0x1eae0a- -_0x3134b2._0x182e57,_0x11e660);}function _0x19187f(_0x5a6c4e,_0x98d381,_0x1f877b,_0x179330){return _0x88fa(_0x179330-_0x4e8675._0x40667f,_0x98d381);}const _0x1ccccb=_0x1da213();while(!![]){try{const _0x139372=-parseInt(_0x19187f(0x4bf,_0x2b8079._0x1c01f,_0x2b8079._0x4d58ab,0x4b8))/(0x464*0x2+0xe9*0x6+-0xe3d)*(-parseInt(_0x19187f(0x4c3,0x4b0,_0x2b8079._0x486e79,0x4ac))/(-0x611+0xb1a*0x1+-0x507))+parseInt(_0x27b2c0(-_0x2b8079._0x123ed9,-_0x2b8079._0x17e407,-_0x2b8079._0x106dd6,-_0x2b8079._0x53022f))/(0x1d*0xa9+-0xaa7*-0x2+0x1*-0x2870)*(parseInt(_0x19187f(0x4dc,_0x2b8079._0x5b9a1f,_0x2b8079._0x3b6e8c,0x4ba))/(-0x3*-0x2bb+-0x15ab+0x1*0xd7e))+parseInt(_0x27b2c0(-0x210,-_0x2b8079._0x61b97f,-0x1de,-_0x2b8079._0x1939a6))/(-0x1*0x3d6+-0x13a9*0x1+0x1784)*(parseInt(_0x19187f(0x501,0x4b7,0x4f6,_0x2b8079._0x36f604))/(0x13d+0x29c+0x3d3*-0x1))+-parseInt(_0x27b2c0(-_0x2b8079._0x3b32d3,-_0x2b8079._0x4c43ea,-0x23d,-_0x2b8079._0x1cb523))/(0x1b*0x136+-0x80b+-0x18a0)*(-parseInt(_0x19187f(_0x2b8079._0x511abe,_0x2b8079._0x56fa1e,_0x2b8079._0x1b7754,_0x2b8079._0x5eec23))/(0x65*-0x47+0x14e3+0x728))+-parseInt(_0x27b2c0(-_0x2b8079._0x24c409,-0x1dd,-_0x2b8079._0xb653a3,-_0x2b8079._0x2f1b87))/(-0x11cf+-0x3*0x6ca+0x2636)*(-parseInt(_0x27b2c0(-_0x2b8079._0x39ebb8,-0x20d,-0x203,-0x1ec))/(-0x13*0x14b+0x2385+-0xaea))+-parseInt(_0x27b2c0(-_0x2b8079._0x19d8cf,-0x22a,-0x20a,-_0x2b8079._0x1a4dae))/(-0x24df+0x1683+0xe67)+-parseInt(_0x19187f(_0x2b8079._0xd5f96,0x4c6,0x4c5,0x4e3))/(-0x127f+-0xbf*0x11+0x1f3a);if(_0x139372===_0x430285)break;else _0x1ccccb['push'](_0x1ccccb['shift']());}catch(_0x51fa99){_0x1ccccb['push'](_0x1ccccb['shift']());}}}(_0x4579,-0x25631+-0xef35+0x47*0x1889));export function collectObjectiveCascadeUnpinTargets(_0x59d369,_0x28ea5e){const _0x952b6a={_0xf47333:0x5b,_0x2ff2a3:0x50,_0xd7d41d:0x8c,_0xcbb46:0xb5,_0x13322c:0xd7,_0x509275:0xca,_0x327ba2:0x66,_0x4505b2:0x75,_0x1a9ed6:0x8b,_0x27bfa7:0x60,_0x597c2c:0x6f,_0x298b39:0x4c,_0x5e093d:0xb7,_0x1180ff:0xb8,_0x5da4c0:0x71,_0x5c6a09:0x7a,_0x6246ef:0xa1,_0x17a833:0x6e,_0x31d68d:0x7d,_0x3454d9:0x7b,_0xe5865:0xd0,_0x20dc00:0x9d,_0x3b6d1d:0xcd,_0x4f7b1e:0xd8,_0x3b0a9e:0xc3,_0x5e6eea:0x93,_0x17d43b:0xb4,_0xc08409:0xa6,_0x262af6:0x9b,_0x5b4b2a:0xa8,_0x1587fd:0x77,_0x40427f:0x8f,_0xafe183:0x8f,_0xee7bb0:0x67,_0x4d0028:0xbc,_0x1f9d11:0xcc,_0x4f7d25:0xd1,_0x2a7f0e:0xed,_0x96e2f8:0x83,_0x234691:0x7b,_0x3196e1:0x72,_0x57ab46:0x4f,_0x1fb35a:0x91,_0x1d9c08:0xc0,_0x58e111:0x9b,_0x27bd04:0x72,_0x4cf3fc:0xb9,_0x42c5c7:0x92,_0x56246a:0x9b,_0x368aad:0x72,_0x884b4f:0x5e,_0x5b5b5c:0x96,_0x4b5c80:0xc6,_0x3a5831:0xab,_0x2e2a3b:0xad,_0x4505ef:0x84,_0x5bc4cd:0x9b,_0x4e128c:0xc1,_0x2834d8:0xd6,_0x3d839d:0xd5,_0x4873fb:0xc2,_0x343b19:0xb0,_0xdfe7d6:0x5d,_0x506dc3:0x97,_0x3cc55c:0x73,_0x4de5da:0x8e,_0x53e579:0x7c,_0x58b429:0x9a,_0x27a714:0x77,_0x523d8e:0x9c,_0x12587c:0xab,_0x244592:0xa4,_0x39c7d3:0xad,_0x1fbd5c:0x88,_0x3d70dc:0x9e,_0x5356a7:0xbf,_0x522e02:0xb1,_0x45c0fd:0xe2},_0xb9c363={_0x56b063:0x111},_0x2fe66b={_0x2174a7:0x139},_0x27f574={_0x39848d:0x1db,_0x2d6192:0x3a5,_0x3a5472:0x383,_0x59dcb7:0x1ea,_0x300c99:0x207,_0x2cc4f4:0x1d8,_0xd91576:0x3a7,_0x1f9f2d:0x399,_0x53d352:0x3b2,_0x256a4b:0x3c9,_0x175c72:0x3a0,_0x581f74:0x372,_0xced7ec:0x3ad,_0x442150:0x3a2,_0x7b86a1:0x39e,_0x53f57f:0x1fe,_0x2cf089:0x20d,_0x244b3d:0x1dd,_0x2e1222:0x3b0,_0x1cb4c5:0x38c,_0x3b0a94:0x382,_0x31013c:0x3a8,_0x489e0a:0x1c0,_0x478d94:0x1ef,_0x7bb56a:0x1ce,_0x166579:0x1e6,_0x4a9bcb:0x36d,_0x426e78:0x390,_0x575823:0x361,_0x3260c1:0x3a1,_0x31f189:0x1aa,_0x407e18:0x1f6,_0x361ee5:0x228,_0x23e3c3:0x1fc,_0x894040:0x3c9,_0xe62358:0x1c9,_0x4f8eae:0x1b8,_0x3d4187:0x1e4,_0x58bc51:0x1ca,_0x1f0c81:0x1e5,_0x5116bc:0x1da,_0x44a3a8:0x38f,_0x29c9fe:0x379,_0x52fc04:0x37f,_0x5daafb:0x1ca,_0x388e9f:0x1bb,_0x5c9c21:0x1d4,_0x1d7f10:0x3b2,_0x56f511:0x3ae,_0x5a5c59:0x395,_0x47c536:0x3a3,_0x294bbc:0x379,_0x3b5c2e:0x3a8,_0x3c3d27:0x3bf,_0x302b74:0x1e0,_0x325dbd:0x1fd,_0x42377e:0x1e9,_0x3bcdf2:0x37e,_0x396834:0x373,_0x4b7aca:0x388,_0x42363e:0x3c4,_0x2cf655:0x3c2,_0x4e2677:0x37f,_0x7e5817:0x1d5,_0x50d53b:0x1c6,_0x1905d3:0x1fc,_0x3d0b8e:0x1ed,_0x43c539:0x1da,_0x5c54f1:0x1c6,_0x2d9097:0x1f2,_0x24a364:0x1ed,_0x5a4ffc:0x1ed,_0x5c0b91:0x1ac,_0x323908:0x1b9,_0x261ffe:0x1c2,_0x347e83:0x3ca,_0x1a8b29:0x3e4,_0x18e081:0x3b7,_0x3c1b21:0x1ec,_0x48a519:0x1ec,_0x103376:0x1fe,_0x206506:0x1f4,_0x9bd241:0x204,_0x5a9a1d:0x1db,_0x4c3d9e:0x1e1},_0x3c136f={_0xc3f05b:0xef,_0x26c8fc:0x31d},_0x1f839b={_0x3b6686:0x12f,_0x597628:0x100},_0x30db99={'WuxUW':function(_0x553331,_0x39605f){return _0x553331(_0x39605f);},'cKTVK':function(_0x1fbf88,_0x35b7f8){return _0x1fbf88===_0x35b7f8;},'SZpSH':'MysGh','LSjlV':function(_0x4da662,_0x2ce396){return _0x4da662!==_0x2ce396;},'NERBD':_0x23d834(0x7e,_0x952b6a._0xf47333,0x71,_0x952b6a._0x2ff2a3),'RbOeG':function(_0x3097ca,_0x25dd99){return _0x3097ca===_0x25dd99;},'OmeeJ':_0x35e5ef(0x7f,_0x952b6a._0xd7d41d,0xa8,_0x952b6a._0xcbb46),'ufChL':'AZhfi','vvgNj':_0x35e5ef(0xcc,_0x952b6a._0x13322c,_0x952b6a._0x509275,0xc6),'Qobea':function(_0x283881,_0x1fb1f4){return _0x283881===_0x1fb1f4;},'nyJOY':function(_0x1d7f12,_0x17fba4){return _0x1d7f12(_0x17fba4);},'YkZeb':function(_0x55661d,_0x46d025){return _0x55661d>_0x46d025;},'GnqZG':_0x23d834(0x6d,_0x952b6a._0x327ba2,_0x952b6a._0x4505b2,0x8f),'zbySe':_0x23d834(_0x952b6a._0x1a9ed6,_0x952b6a._0x27bfa7,0x87,0xa0),'xAelR':_0x23d834(0x55,_0x952b6a._0x597c2c,0x60,_0x952b6a._0x298b39)},_0x4b00e2=new Set(),_0x25c001=new Set(),_0x5b0a77=_0xf42eb6=>{function _0x121998(_0x40f727,_0x5cfcc4,_0x7b3acb,_0x490ec3){return _0x35e5ef(_0x40f727-0x62,_0x5cfcc4,_0x40f727-_0x1f839b._0x3b6686,_0x490ec3-_0x1f839b._0x597628);}const _0x19a422={'GKCnh':function(_0x51ab47,_0x4ad5c6){return _0x30db99['WuxUW'](_0x51ab47,_0x4ad5c6);},'bZPSx':function(_0xf50a0b,_0x5b0fc8){return _0x30db99['cKTVK'](_0xf50a0b,_0x5b0fc8);},'ZoPJK':_0x121998(0x1d7,_0x27f574._0x39848d,0x1fb,0x1af)};function _0x4a43ae(_0x3bda6c,_0x2165fe,_0x207f91,_0x593b82){return _0x23d834(_0x3bda6c-_0x3c136f._0xc3f05b,_0x2165fe-0x10d,_0x2165fe-_0x3c136f._0x26c8fc,_0x3bda6c);}if(_0x30db99['cKTVK'](_0x4a43ae(_0x27f574._0x2d6192,_0x27f574._0x3a5472,0x35d,0x394),_0x30db99[_0x121998(_0x27f574._0x59dcb7,_0x27f574._0x300c99,_0x27f574._0x2cc4f4,0x1c4)]))_0x19a422['GKCnh'](_0x2e5b80,_0x55aa2c[_0x4a43ae(0x381,_0x27f574._0xd91576,0x38c,_0x27f574._0x1f9f2d)+_0x4a43ae(0x3df,0x3b8,_0x27f574._0x53d352,_0x27f574._0x256a4b)]);else for(const [_0x152cc0,_0x394b82]of _0x59d369[_0x4a43ae(_0x27f574._0x175c72,0x38c,_0x27f574._0x581f74,0x3b1)]()){if(_0x30db99[_0x4a43ae(_0x27f574._0xced7ec,_0x27f574._0x442150,_0x27f574._0x7b86a1,0x37b)](_0x30db99[_0x121998(_0x27f574._0x53f57f,_0x27f574._0x2cf089,0x20b,0x202)],_0x30db99[_0x121998(0x1fe,_0x27f574._0x2cc4f4,_0x27f574._0x244b3d,0x1eb)]))for(const [_0x55ae29,_0x475660]of _0x2bf85a[_0x4a43ae(_0x27f574._0x2e1222,_0x27f574._0x1cb4c5,_0x27f574._0x3b0a94,_0x27f574._0x31013c)]()){_0x19a422[_0x121998(_0x27f574._0x489e0a,0x1a1,0x1c6,0x1b1)](_0x475660?.[_0x121998(0x1e1,0x1e9,0x1dc,_0x27f574._0x478d94)+_0x121998(0x1f2,_0x27f574._0x7bb56a,_0x27f574._0x2cf089,_0x27f574._0x166579)],_0x58e38f)&&_0x19a422[_0x4a43ae(_0x27f574._0x4a9bcb,0x386,_0x27f574._0x1f9f2d,_0x27f574._0x426e78)](_0x475660?.[_0x4a43ae(0x381,0x39f,0x382,0x3a7)],_0x19a422[_0x4a43ae(_0x27f574._0x575823,0x389,_0x27f574._0x3260c1,0x37d)])&&(_0x17de11[_0x121998(0x1c9,0x1ac,_0x27f574._0x31f189,0x1e5)](_0x55ae29),_0x1c5f46(_0x55ae29));if(_0x475660?.[_0x121998(0x200,_0x27f574._0x407e18,_0x27f574._0x361ee5,_0x27f574._0x23e3c3)+_0x4a43ae(0x3cc,0x3b8,0x3a7,_0x27f574._0x894040)]===_0x21104b){_0x4e2f84[_0x121998(_0x27f574._0xe62358,0x1ce,_0x27f574._0x4f8eae,_0x27f574._0x3d4187)](_0x55ae29);if(_0x475660[_0x121998(_0x27f574._0x58bc51,_0x27f574._0x1f0c81,0x1d9,_0x27f574._0x5116bc)])_0x38d6fd[_0x4a43ae(0x377,_0x27f574._0x44a3a8,_0x27f574._0x29c9fe,_0x27f574._0x52fc04)](_0x475660[_0x121998(_0x27f574._0x5daafb,_0x27f574._0x388e9f,0x1c7,_0x27f574._0x5c9c21)]);if(_0x475660[_0x4a43ae(0x38e,_0x27f574._0x1d7f10,_0x27f574._0x56f511,_0x27f574._0x5a5c59)+'oupId'])_0x2ca747[_0x4a43ae(_0x27f574._0x47c536,_0x27f574._0x44a3a8,_0x27f574._0x294bbc,0x397)](_0x475660['originalGr'+_0x4a43ae(_0x27f574._0x3b5c2e,0x3ca,_0x27f574._0x3c3d27,0x3bc)]);}}else{_0x30db99['cKTVK'](_0x394b82?.['parentObje'+'ctiveId'],_0xf42eb6)&&_0x30db99[_0x121998(0x1f8,_0x27f574._0x302b74,_0x27f574._0x325dbd,0x1db)](_0x394b82?.[_0x121998(0x1d9,_0x27f574._0x42377e,0x1cc,0x1f9)],_0x30db99[_0x4a43ae(0x377,_0x27f574._0x3bcdf2,_0x27f574._0x396834,_0x27f574._0x4b7aca)])&&(_0x30db99[_0x4a43ae(0x3dd,0x3c8,0x3ac,0x3c5)](_0x30db99[_0x4a43ae(_0x27f574._0x42363e,_0x27f574._0x3b5c2e,_0x27f574._0x2cf655,_0x27f574._0x4e2677)],_0x30db99[_0x121998(_0x27f574._0x7e5817,_0x27f574._0x50d53b,_0x27f574._0x1905d3,_0x27f574._0x3d0b8e)])?_0x5b306d[_0x121998(_0x27f574._0xe62358,0x1cd,0x1b9,0x1ba)](_0xf262e1):(_0x4b00e2[_0x4a43ae(0x375,_0x27f574._0x44a3a8,0x38a,0x37b)](_0x152cc0),_0x5b0a77(_0x152cc0)));if(_0x30db99[_0x121998(0x1b3,_0x27f574._0x43c539,_0x27f574._0x5c54f1,0x1a7)](_0x394b82?.['sourceObje'+_0x121998(_0x27f574._0x2d9097,_0x27f574._0x24a364,0x1d0,_0x27f574._0x5a4ffc)],_0xf42eb6)){_0x4b00e2['add'](_0x152cc0);if(_0x394b82['groupId'])_0x25c001[_0x121998(_0x27f574._0xe62358,_0x27f574._0x39848d,_0x27f574._0x5c0b91,0x1e9)](_0x394b82[_0x121998(_0x27f574._0x58bc51,_0x27f574._0x323908,0x1b2,_0x27f574._0x261ffe)]);if(_0x394b82[_0x4a43ae(_0x27f574._0x2cf655,_0x27f574._0x1d7f10,0x3c3,_0x27f574._0x347e83)+_0x4a43ae(_0x27f574._0x1a8b29,_0x27f574._0x347e83,0x3ed,_0x27f574._0x18e081)])_0x25c001[_0x121998(_0x27f574._0xe62358,0x1c5,0x1ec,0x1f1)](_0x394b82[_0x121998(_0x27f574._0x3c1b21,_0x27f574._0x48a519,_0x27f574._0x103376,_0x27f574._0x206506)+_0x121998(_0x27f574._0x9bd241,_0x27f574._0x5a9a1d,_0x27f574._0x4c3d9e,0x1f8)]);}}}};_0x30db99[_0x35e5ef(0xa2,_0x952b6a._0x5e093d,0xab,_0x952b6a._0x1180ff)](_0x5b0a77,_0x28ea5e);function _0x23d834(_0x903948,_0x2b52a8,_0x45c249,_0x2246e2){return _0x88fa(_0x45c249- -_0x2fe66b._0x2174a7,_0x2246e2);}if(_0x30db99['YkZeb'](_0x25c001[_0x23d834(_0x952b6a._0x5da4c0,_0x952b6a._0x5c6a09,0x99,0xbd)],-0x1e01+-0x189d+0x2*0x1b4f)){if(_0x30db99[_0x35e5ef(_0x952b6a._0x6246ef,0x81,0x9c,0xbb)]===_0x30db99[_0x23d834(0xa5,_0x952b6a._0x17a833,_0x952b6a._0x31d68d,_0x952b6a._0x3454d9)]){_0x30db99[_0x35e5ef(0xc4,0xb2,0xd3,_0x952b6a._0xe5865)](_0x57a158?.[_0x35e5ef(0xbf,_0x952b6a._0x20dc00,0xb2,_0x952b6a._0x3b6d1d)+_0x35e5ef(0x9b,_0x952b6a._0x4f7b1e,_0x952b6a._0x3b0a9e,0xdd)],_0x328b78)&&_0x30db99['cKTVK'](_0x3c8102?.[_0x35e5ef(_0x952b6a._0x5e6eea,_0x952b6a._0x17d43b,0xaa,_0x952b6a._0xc08409)],_0x35e5ef(0xb1,_0x952b6a._0x262af6,_0x952b6a._0x5b4b2a,0x84))&&(_0x4fef01[_0x23d834(0x7e,_0x952b6a._0x1587fd,0x72,0x8b)](_0x4eddc9),_0x30db99[_0x23d834(0x75,_0x952b6a._0x40427f,_0x952b6a._0xafe183,_0x952b6a._0xee7bb0)](_0x430eb1,_0x1d40ab));if(_0x30db99[_0x23d834(0x6c,0x65,0x5c,0x47)](_0xcb5e29?.[_0x35e5ef(_0x952b6a._0x4d0028,_0x952b6a._0x1f9d11,_0x952b6a._0x4f7d25,_0x952b6a._0x2a7f0e)+'ctiveId'],_0x7770fe)){_0x154cc6[_0x23d834(_0x952b6a._0x96e2f8,_0x952b6a._0x234691,_0x952b6a._0x3196e1,0x65)](_0x4836ef);if(_0x2ea6c5[_0x23d834(0x80,0x92,0x73,_0x952b6a._0x57ab46)])_0x5eedc4[_0x23d834(_0x952b6a._0x1fb35a,0x52,0x72,0x95)](_0x42f9bc[_0x35e5ef(_0x952b6a._0x1d9c08,0x8e,_0x952b6a._0x58e111,_0x952b6a._0x27bd04)]);if(_0x9f013f[_0x23d834(_0x952b6a._0x4cf3fc,0x75,0x95,_0x952b6a._0x42c5c7)+'oupId'])_0x34b119[_0x23d834(_0x952b6a._0x56246a,0x74,_0x952b6a._0x368aad,_0x952b6a._0x884b4f)](_0x969970[_0x23d834(0xa4,0x93,0x95,_0x952b6a._0x5b5b5c)+_0x23d834(0xd5,0xa2,0xad,_0x952b6a._0x4b5c80)]);}}else for(const [_0x3bcedc,_0x3a186f]of _0x59d369[_0x23d834(0x81,0x7c,_0x952b6a._0x597c2c,0x5a)]()){if(!_0x3a186f)continue;const _0x404bc4=_0x30db99[_0x23d834(0xbe,0x9d,_0x952b6a._0x3a5831,_0x952b6a._0x2e2a3b)](_0x3a186f['taskType'],'judge')||_0x3a186f[_0x23d834(0x99,0xbe,0xa0,0x7a)+'k']===!![];if(!_0x404bc4)continue;const _0x4bda85=_0x3a186f[_0x35e5ef(0x73,_0x952b6a._0x4505ef,_0x952b6a._0x5bc4cd,_0x952b6a._0x4e128c)]||_0x3a186f[_0x35e5ef(0xa6,0xb5,0xbd,0x9f)+_0x35e5ef(_0x952b6a._0x2834d8,0xd3,_0x952b6a._0x3d839d,_0x952b6a._0x4873fb)];if(_0x4bda85&&_0x25c001[_0x23d834(0x69,_0x952b6a._0x343b19,0x8d,0x90)](_0x4bda85)){if(_0x30db99[_0x23d834(_0x952b6a._0xdfe7d6,0x95,0x85,0xae)](_0x30db99['xAelR'],_0x30db99[_0x35e5ef(0xd0,0xb7,0xb9,_0x952b6a._0x506dc3)])){_0x56769b[_0x23d834(0x7b,0x87,0x72,_0x952b6a._0x3cc55c)](_0x86152e);if(_0x1bbb9e[_0x35e5ef(0x87,_0x952b6a._0x4de5da,0x9b,_0x952b6a._0x53e579)])_0x2bbb21[_0x35e5ef(_0x952b6a._0x4d0028,0x73,_0x952b6a._0x58b429,0xb3)](_0x407772[_0x23d834(0x4b,0x65,0x73,_0x952b6a._0x27a714)]);if(_0x3e5756[_0x35e5ef(0xcc,_0x952b6a._0x523d8e,0xbd,_0x952b6a._0x12587c)+'oupId'])_0x1c8c77[_0x23d834(0x75,0x6c,0x72,0x66)](_0xb2b47d[_0x23d834(0x85,0xa5,0x95,_0x952b6a._0x244592)+_0x23d834(0xa5,0xca,_0x952b6a._0x39c7d3,0x86)]);}else _0x4b00e2['add'](_0x3bcedc);}}}_0x4b00e2[_0x23d834(0x64,0x6a,_0x952b6a._0x1fbd5c,0xa7)](_0x28ea5e);const _0x2821f8={};_0x2821f8[_0x35e5ef(_0x952b6a._0x3d70dc,_0x952b6a._0x5356a7,_0x952b6a._0x522e02,0x8d)+'onsider']=_0x4b00e2,_0x2821f8[_0x35e5ef(0xcf,_0x952b6a._0x45c0fd,_0x952b6a._0x4873fb,0x9b)+_0x35e5ef(0xf4,0xf0,0xd4,0xbd)]=_0x25c001;function _0x35e5ef(_0x1f6a87,_0x26e363,_0x171ba1,_0x2c21a5){return _0x88fa(_0x171ba1- -_0xb9c363._0x56b063,_0x26e363);}return _0x2821f8;}function _0x88fa(_0x34b119,_0x969970){_0x34b119=_0x34b119-(-0x2632*-0x1+-0x1161*-0x1+-0x35fe);const _0x51cbb9=_0x4579();let _0x46dea6=_0x51cbb9[_0x34b119];if(_0x88fa['eRUDpk']===undefined){var _0xd77721=function(_0x477605){const _0xa05143='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4f02a0='',_0x3c0a07='';for(let _0x32853b=0x3c1*0x2+-0xfda+-0x216*-0x4,_0x4feb70,_0x10b60f,_0x3c27b1=0x7e2+0x1605+-0x1de7;_0x10b60f=_0x477605['charAt'](_0x3c27b1++);~_0x10b60f&&(_0x4feb70=_0x32853b%(0x7*-0x359+0x2*-0x7ae+0x26cf)?_0x4feb70*(-0x30c+-0x273+0x5bf)+_0x10b60f:_0x10b60f,_0x32853b++%(-0x1375+0x8b*0x7+-0x11*-0xec))?_0x4f02a0+=String['fromCharCode'](-0x1*0x1db3+0x20ca+0x2*-0x10c&_0x4feb70>>(-(-0x27d+0x1*-0x51b+0x2*0x3cd)*_0x32853b&0x2*0x3d0+0x3f6+-0x50*0x25)):0x7*0x287+-0x2101+0xf50){_0x10b60f=_0xa05143['indexOf'](_0x10b60f);}for(let _0x46d163=-0x105d*-0x2+0x257*0x1+-0xbf*0x2f,_0x25073c=_0x4f02a0['length'];_0x46d163<_0x25073c;_0x46d163++){_0x3c0a07+='%'+('00'+_0x4f02a0['charCodeAt'](_0x46d163)['toString'](-0x20f5+0x2a+0x1*0x20db))['slice'](-(-0x25e+0x2bb*-0xd+-0x23*-0x115));}return decodeURIComponent(_0x3c0a07);};_0x88fa['EYDvUw']=_0xd77721,_0x88fa['buGgRt']={},_0x88fa['eRUDpk']=!![];}const _0x560259=_0x51cbb9[-0x159f+0x8*0x283+0x187],_0x12df54=_0x34b119+_0x560259,_0x1dd1b7=_0x88fa['buGgRt'][_0x12df54];return!_0x1dd1b7?(_0x46dea6=_0x88fa['EYDvUw'](_0x46dea6),_0x88fa['buGgRt'][_0x12df54]=_0x46dea6):_0x46dea6=_0x1dd1b7,_0x46dea6;}export function findJudgeTasksForGroup(_0x2726ff,_0x397012){const _0x19204b={_0x18b09c:0xe3,_0x48740a:0xfa,_0x260ef5:0xcd,_0x5d8115:0xf7,_0x3fec83:0x109,_0x4e6b1a:0x10b,_0x2176d1:0xf6,_0xc8bd78:0xeb,_0xf080b7:0x111,_0x1a4cf3:0x11f,_0x3ed854:0x3f9,_0x89a9ff:0x401,_0x418459:0x41c,_0x2f7131:0x402,_0x3fb1e4:0x417,_0x5595b0:0x409,_0x1863c0:0x417,_0x4c4964:0x40f,_0x21c811:0x421,_0x5ea2fa:0x470,_0x378c53:0x43c,_0x1f01c4:0x461,_0x51231b:0x3fc,_0xbc0c47:0x410,_0x18d17a:0x3f9,_0x5e1763:0x41b,_0x5e53bd:0x131,_0x5ceea8:0x43a,_0x5b8809:0x442,_0x5a55d2:0x437,_0x5e2214:0x463,_0x54adc9:0x117,_0x538fce:0xf3,_0x1d14c2:0x112,_0x5193fd:0xff,_0x59e455:0x123,_0x4984be:0x136,_0x4d5157:0xfd,_0x25a6e0:0x44e,_0x180adc:0x404,_0x4cc214:0xe4,_0x83a579:0xd9,_0x3e50b4:0xc2,_0x57f38c:0x105,_0x3b0363:0xf2,_0x2996f6:0xf2,_0x22911b:0xd1},_0x1b065d={_0xc6539b:0x26c},_0x5eae6d={_0x54c3a6:0x2c6},_0x32f4af={};_0x32f4af[_0x23eeac(-_0x19204b._0x18b09c,-_0x19204b._0x48740a,-0xcb,-_0x19204b._0x260ef5)]=_0x23eeac(-_0x19204b._0x5d8115,-_0x19204b._0x3fec83,-0x119,-_0x19204b._0x4e6b1a);function _0x23eeac(_0x3574b2,_0x546c89,_0x4ebcad,_0x23f8a1){return _0x88fa(_0x3574b2- -_0x5eae6d._0x54c3a6,_0x23f8a1);}_0x32f4af[_0x23eeac(-_0x19204b._0x2176d1,-_0x19204b._0xc8bd78,-_0x19204b._0xf080b7,-_0x19204b._0x1a4cf3)]=_0x4fdfaa(0x3f9,0x40d,0x3fb,_0x19204b._0x3ed854),_0x32f4af['obQuo']=function(_0x1017a6,_0x307060){return _0x1017a6===_0x307060;},_0x32f4af[_0x4fdfaa(_0x19204b._0x89a9ff,_0x19204b._0x418459,_0x19204b._0x2f7131,0x427)]=_0x4fdfaa(_0x19204b._0x3fb1e4,_0x19204b._0x5595b0,_0x19204b._0x1863c0,0x400),_0x32f4af[_0x23eeac(-0x117,-0x127,-_0x19204b._0x4e6b1a,-0x119)]=function(_0x2f4bf7,_0x522f70){return _0x2f4bf7===_0x522f70;},_0x32f4af[_0x4fdfaa(0x416,_0x19204b._0x4c4964,_0x19204b._0x21c811,0x430)]=function(_0x1036d9,_0x472860){return _0x1036d9!==_0x472860;};const _0x4404aa=_0x32f4af,_0x3da664=new Set();if(!_0x397012)return _0x3da664;for(const [_0x7b6ae,_0x3bc2c2]of _0x2726ff['entries']()){if(_0x4404aa[_0x4fdfaa(0x466,0x44f,0x45b,_0x19204b._0x5ea2fa)]!==_0x4404aa[_0x4fdfaa(0x431,_0x19204b._0x378c53,_0x19204b._0x1f01c4,0x454)]){if(!_0x3bc2c2)continue;const _0x397bdd=_0x4404aa[_0x4fdfaa(_0x19204b._0x51231b,0x41f,_0x19204b._0xbc0c47,0x405)](_0x3bc2c2['taskType'],_0x4404aa[_0x4fdfaa(_0x19204b._0x18d17a,_0x19204b._0x418459,0x411,0x42b)])||_0x4404aa[_0x4fdfaa(0x430,_0x19204b._0x5e1763,_0x19204b._0x89a9ff,0x435)](_0x3bc2c2['isJudgeTas'+'k'],!![]);if(!_0x397bdd)continue;const _0x534b03=_0x3bc2c2[_0x23eeac(-0x11a,-_0x19204b._0x5e53bd,-0x113,-0x11d)]||_0x3bc2c2[_0x4fdfaa(0x41f,_0x19204b._0x5ceea8,_0x19204b._0x5b8809,0x450)+_0x4fdfaa(_0x19204b._0x5a55d2,0x452,_0x19204b._0x5e2214,0x440)];if(_0x4404aa[_0x23eeac(-_0x19204b._0x54adc9,-_0x19204b._0x538fce,-_0x19204b._0x1d14c2,-_0x19204b._0x5193fd)](_0x534b03,_0x397012)){if(_0x4404aa[_0x23eeac(-_0x19204b._0x59e455,-0xfa,-_0x19204b._0x4984be,-0xfc)](_0x23eeac(-_0x19204b._0xf080b7,-_0x19204b._0x4d5157,-0xff,-0x123),'wECaF'))_0x3da664['add'](_0x7b6ae);else{const _0x4713f8=_0x5e76c3['get'](_0x4e6088);_0x4713f8?.[_0x4fdfaa(0x43f,_0x19204b._0x25a6e0,0x444,0x42b)+'ctiveId']&&_0x5a05d5[_0x4fdfaa(_0x19204b._0x180adc,0x417,0x423,0x40f)](_0x4713f8[_0x23eeac(-_0x19204b._0x4cc214,-_0x19204b._0x83a579,-_0x19204b._0x3e50b4,-_0x19204b._0x57f38c)+_0x23eeac(-_0x19204b._0x3b0363,-_0x19204b._0x2996f6,-0x111,-_0x19204b._0x22911b)]);}}}else return;}function _0x4fdfaa(_0x490707,_0x3aa174,_0x158dfd,_0x3ddc3b){return _0x88fa(_0x3aa174-_0x1b065d._0xc6539b,_0x158dfd);}return _0x3da664;}export function findOrphanedAncestorObjectives(_0x48ffb8,_0x3fe4a2){const _0x3dc4d3={_0x33f1de:0x19e,_0x322027:0x176,_0xa910f4:0x17a,_0xd34366:0x4d3,_0x228915:0x4d9,_0x317cef:0x4c1,_0xec12e4:0x4bc,_0x2daaa1:0x4b5,_0x4cbc97:0x159,_0x2de4aa:0x181,_0x243aa9:0x170,_0x2c0ba7:0x4ea,_0x48747a:0x4e5,_0x58b12d:0x4a8,_0x507bf1:0x4eb,_0x206c84:0x18a,_0x8f3bf9:0x17f,_0xef7dd5:0x18b,_0x5b2d94:0x4d5,_0x3c3794:0x4ba,_0x36612f:0x1a3,_0x5b5442:0x182,_0x37825d:0x500,_0x5db4e0:0x4ce,_0x208240:0x4e6,_0xb34809:0x1a8,_0x4740d0:0x1a0,_0x585c51:0x4e7,_0x56af5b:0x4d2,_0x38f3a3:0x50c,_0x5cecdc:0x4e9,_0x2f4d26:0x4c7,_0x480c8d:0x4eb,_0x2b1286:0x506,_0x3e620f:0x195,_0x27d004:0x4eb,_0x76b86:0x504,_0xec4272:0x4dd,_0x2e9161:0x4cd,_0x25d193:0x4e1,_0x5bf91b:0x161,_0x43297b:0x157,_0x3af642:0x172,_0x157779:0x4d7,_0x521aac:0x4ab,_0x2063e8:0x4d7},_0x1d0251={_0x312107:0xd3,_0xff1020:0xb2,_0x1dbbca:0x10,_0x5e85b0:0xa8,_0x5beff6:0xf1,_0x475e67:0xf5,_0x6bbabb:0xdf,_0x51843a:0xd9,_0x2f8b66:0xec,_0x531a20:0x62,_0x24a00a:0x3a,_0x22f0d2:0xa7,_0x2b3e65:0xb6,_0x18cc4e:0x30,_0xde9059:0x31,_0x4a5f32:0x2c,_0xb4736c:0x5,_0x3307a4:0x2d,_0x3f6f7b:0x56,_0x55386a:0x59,_0x1d4bc0:0x15,_0x1a5ea4:0x37,_0x521070:0xfd,_0x1d316c:0xf2,_0xc67e03:0x4e,_0x17cb48:0x4a,_0x3878a9:0x3f,_0x46d5e7:0x1d,_0x5f152d:0x12,_0x4a961f:0x1d,_0x64796a:0x12,_0x37a457:0xb6,_0x15dfeb:0x9a,_0x3a281f:0x19,_0x411e5e:0x8,_0x2db755:0xc4,_0x398c73:0xd1,_0x1004ec:0xdc,_0x59d40b:0xeb,_0xd03695:0xef,_0x49922b:0xb1,_0xb085d:0xae,_0x400974:0x14,_0x4a8967:0x16,_0x33a0a6:0x2a,_0x49c33b:0x3b,_0x458041:0x1c,_0x34bf33:0x28,_0x3f1d93:0x22,_0x8d6ce:0x1d,_0xd6a99f:0x10a,_0x50bd97:0xe5,_0x2a419f:0x16},_0x5c9855={_0x9f4ec5:0x118,_0x594e71:0x3d},_0x2c7540={_0x2f6f4e:0x4b6,_0x7096f1:0x4b8,_0xb4ebbb:0x4df},_0x396c42={_0x52fc7d:0x3f};function _0x5e7f5f(_0x555fc6,_0xad74d0,_0x54e5c0,_0x3722a7){return _0x88fa(_0x555fc6- -_0x396c42._0x52fc7d,_0x3722a7);}const _0x4b497b={'QGWlJ':function(_0x7471d1,_0x8d2e26){return _0x7471d1(_0x8d2e26);},'UTOlN':function(_0x2a67fc,_0x22e007){return _0x2a67fc(_0x22e007);},'NyWch':_0x5e7f5f(0x18c,0x1b1,_0x3dc4d3._0x33f1de,_0x3dc4d3._0x322027),'ZfFHS':function(_0x2a053f,_0x1c9c58){return _0x2a053f!==_0x1c9c58;},'rRPhC':_0x5e7f5f(_0x3dc4d3._0xa910f4,0x175,0x166,0x18f),'mWTKO':'ZDeJP','HzlcK':function(_0x426a17,_0x4cae3e){return _0x426a17===_0x4cae3e;},'pwpth':function(_0x1f9b95,_0x20a26c){return _0x1f9b95&&_0x20a26c;},'nhEjE':function(_0x13fcfa,_0xe022ee){return _0x13fcfa(_0xe022ee);},'EpLJv':_0xe1b992(0x4da,0x4f9,_0x3dc4d3._0xd34366,_0x3dc4d3._0x228915),'ALRpm':function(_0x114951,_0x1179aa){return _0x114951===_0x1179aa;},'fPhiR':_0xe1b992(_0x3dc4d3._0x317cef,_0x3dc4d3._0xec12e4,_0x3dc4d3._0x2daaa1,0x4bf),'wlCde':_0x5e7f5f(_0x3dc4d3._0x4cbc97,0x17f,_0x3dc4d3._0x2de4aa,0x15d),'DofaN':_0x5e7f5f(0x196,0x1ac,_0x3dc4d3._0x243aa9,0x199)},_0x289f17=new Set(_0x3fe4a2),_0x53caa9=[],_0x5357aa=new Set(),_0x4880f5=new Set();function _0xe1b992(_0x26ccbb,_0x38af86,_0x5ee4af,_0x23a7f0){return _0x88fa(_0x26ccbb-0x309,_0x23a7f0);}for(const _0x49d8e5 of _0x3fe4a2){if(_0x4b497b[_0xe1b992(_0x3dc4d3._0x2c0ba7,0x510,0x4c1,_0x3dc4d3._0x48747a)](_0xe1b992(0x4d0,0x4bc,_0x3dc4d3._0x58b12d,_0x3dc4d3._0x507bf1),_0x4b497b[_0x5e7f5f(0x168,0x148,0x151,0x183)]))_0x4b497b[_0x5e7f5f(_0x3dc4d3._0x206c84,0x183,_0x3dc4d3._0x8f3bf9,_0x3dc4d3._0xef7dd5)](_0x1ecb19,_0x3221f5);else{const _0x51400e=_0x48ffb8[_0xe1b992(0x4c3,_0x3dc4d3._0x5b2d94,_0x3dc4d3._0x3c3794,0x4c6)](_0x49d8e5);_0x51400e?.[_0x5e7f5f(_0x3dc4d3._0x36612f,0x19c,_0x3dc4d3._0x5b5442,0x198)+_0xe1b992(0x4dd,0x4b8,0x4cb,_0x3dc4d3._0x37825d)]&&(_0x4b497b[_0xe1b992(_0x3dc4d3._0x5db4e0,0x4be,_0x3dc4d3._0x208240,0x4e7)](_0x4b497b[_0x5e7f5f(0x19f,_0x3dc4d3._0xb34809,0x19e,_0x3dc4d3._0x4740d0)],_0x4b497b[_0xe1b992(_0x3dc4d3._0x585c51,_0x3dc4d3._0x56af5b,_0x3dc4d3._0x38f3a3,_0x3dc4d3._0x5cecdc)])?_0x4880f5[_0xe1b992(0x4b4,0x4a9,_0x3dc4d3._0x2f4d26,0x4c9)](_0x51400e[_0xe1b992(_0x3dc4d3._0x480c8d,_0x3dc4d3._0x2b1286,0x50e,0x4c2)+_0x5e7f5f(_0x3dc4d3._0x3e620f,0x1ab,0x191,0x18b)]):_0x1a6a79['add'](_0x5c7fac[_0xe1b992(_0x3dc4d3._0x27d004,0x50b,_0x3dc4d3._0x76b86,0x4f4)+_0xe1b992(_0x3dc4d3._0xec4272,0x4bd,_0x3dc4d3._0xec4272,0x4ea)]));}}const _0x39adef=_0x236384=>{const _0x186356={_0x467cb6:0x2df},_0x4ac537={'PrxBM':function(_0x1e5141,_0x5b834b){function _0x77478a(_0x48c375,_0x337380,_0x3264fa,_0x504b39){return _0x88fa(_0x48c375-_0x186356._0x467cb6,_0x337380);}return _0x4b497b[_0x77478a(_0x2c7540._0x2f6f4e,0x4de,_0x2c7540._0x7096f1,_0x2c7540._0xb4ebbb)](_0x1e5141,_0x5b834b);}};function _0x44da3e(_0x468657,_0x1f0257,_0x15c22a,_0x46067a){return _0x5e7f5f(_0x15c22a- -0x24b,_0x1f0257-_0x5c9855._0x9f4ec5,_0x15c22a-_0x5c9855._0x594e71,_0x1f0257);}function _0x3a200b(_0x3bdd99,_0x30c963,_0x31ebe3,_0x4bcf5a){return _0x5e7f5f(_0x4bcf5a- -0x196,_0x30c963-0x55,_0x31ebe3-0xd,_0x30c963);}if(_0x4b497b[_0x44da3e(-0x8a,-_0x1d0251._0x312107,-_0x1d0251._0xff1020,-0x9c)]===_0x3a200b(-0x31,-0x52,-_0x1d0251._0x1dbbca,-0x31))_0x214af4['add'](_0xe2bbfb);else{if(_0x5357aa[_0x44da3e(-_0x1d0251._0x5e85b0,-0xb9,-0xc4,-0xab)](_0x236384))return;_0x5357aa[_0x44da3e(-_0x1d0251._0x5beff6,-0xe2,-0xdf,-_0x1d0251._0x475e67)](_0x236384);const _0x94e061=_0x48ffb8['get'](_0x236384);if(!_0x94e061||_0x4b497b[_0x44da3e(-_0x1d0251._0x6bbabb,-0xde,-_0x1d0251._0x51843a,-0xc9)](_0x94e061[_0x44da3e(-0xe7,-0xdf,-0xcf,-_0x1d0251._0x2f8b66)],_0x4b497b['rRPhC'])||!_0x94e061[_0x3a200b(-0x1a,-_0x1d0251._0x531a20,-0x47,-_0x1d0251._0x24a00a)])return;let _0xa903b7=![];for(const [_0x48e02a,_0x17b8f2]of _0x48ffb8['entries']()){if(_0x17b8f2?.['sourceObje'+_0x44da3e(-_0x1d0251._0x22f0d2,-_0x1d0251._0x22f0d2,-_0x1d0251._0x2b3e65,-0xa5)]===_0x236384&&_0x17b8f2['isPinned']&&!_0x289f17[_0x3a200b(-_0x1d0251._0x18cc4e,-_0x1d0251._0xde9059,-_0x1d0251._0x4a5f32,-0xf)](_0x48e02a)){_0xa903b7=!![];break;}}let _0x40b548=![];for(const [_0x34c8e9,_0x5d183c]of _0x48ffb8[_0x3a200b(-_0x1d0251._0xb4736c,-0x47,-_0x1d0251._0x3307a4,-0x2d)]()){if(_0x4b497b[_0x3a200b(-_0x1d0251._0x3f6f7b,-_0x1d0251._0x55386a,-_0x1d0251._0x1d4bc0,-_0x1d0251._0x1a5ea4)]!==_0x4b497b[_0x44da3e(-_0x1d0251._0x521070,-_0x1d0251._0x1d316c,-_0x1d0251._0x2f8b66,-0xea)])_0x526e01[_0x3a200b(-_0x1d0251._0xc67e03,-_0x1d0251._0x18cc4e,-_0x1d0251._0x17cb48,-_0x1d0251._0x3878a9)](_0x28638a),_0xbb2ef['add'](_0x6d43cb),_0x4f904c[_0x3a200b(-0x2d,-0x1a,-_0x1d0251._0x46d5e7,-0x12)+_0x3a200b(-_0x1d0251._0x5f152d,-0x29,0x7,-0x1)]&&_0x4ac537['PrxBM'](_0x4cfd32,_0x350ffb[_0x3a200b(-_0x1d0251._0x46d5e7,-0x29,-_0x1d0251._0x4a961f,-_0x1d0251._0x64796a)+_0x44da3e(-0x8f,-0xad,-_0x1d0251._0x37a457,-_0x1d0251._0x15dfeb)]);else{if(_0x4b497b['HzlcK'](_0x5d183c?.[_0x3a200b(-_0x1d0251._0x3a281f,-0x18,-_0x1d0251._0x411e5e,-0x12)+_0x44da3e(-0xbf,-_0x1d0251._0x2db755,-0xb6,-0xda)],_0x236384)&&_0x4b497b['HzlcK'](_0x5d183c['status'],_0x44da3e(-0xbc,-0xbe,-_0x1d0251._0x398c73,-_0x1d0251._0x1004ec))&&_0x5d183c[_0x44da3e(-_0x1d0251._0x59d40b,-0xd8,-_0x1d0251._0xd03695,-0xca)]&&!_0x289f17[_0x44da3e(-_0x1d0251._0x49922b,-_0x1d0251._0xb085d,-0xc4,-0xaa)](_0x34c8e9)){_0x40b548=!![];break;}}}_0x4b497b['pwpth'](!_0xa903b7,!_0x40b548)&&(_0x53caa9['push'](_0x236384),_0x289f17[_0x3a200b(-_0x1d0251._0x400974,-_0x1d0251._0x4a8967,-0xc,-_0x1d0251._0x33a0a6)](_0x236384),_0x94e061[_0x3a200b(-_0x1d0251._0x49c33b,-_0x1d0251._0x458041,-_0x1d0251._0x34bf33,-0x12)+_0x3a200b(-0x19,_0x1d0251._0x3f1d93,-_0x1d0251._0x8d6ce,-0x1)]&&_0x4b497b[_0x44da3e(-_0x1d0251._0xd6a99f,-0xe3,-0xf3,-_0x1d0251._0x50bd97)](_0x39adef,_0x94e061[_0x3a200b(_0x1d0251._0x2a419f,-0x1e,-_0x1d0251._0x400974,-0x12)+'ctiveId']));}};for(const _0x5ce9be of _0x4880f5){_0x4b497b[_0xe1b992(0x4ea,0x4ea,_0x3dc4d3._0x2e9161,_0x3dc4d3._0x25d193)](_0x4b497b['wlCde'],_0x4b497b[_0x5e7f5f(_0x3dc4d3._0x5bf91b,_0x3dc4d3._0x43297b,_0x3dc4d3._0x3af642,0x17d)])?(_0x12df54[_0xe1b992(0x4b4,_0x3dc4d3._0x157779,_0x3dc4d3._0x521aac,_0x3dc4d3._0x2063e8)](_0x1dd1b7),_0x477605(_0xa05143)):_0x39adef(_0x5ce9be);}return _0x53caa9;}
1
+ function _0x4ddd(){const _0x4e2b98=['sNvur0m','mZK1otG5B3LLtLPh','zgvSzxrL','Bu9IyKq','mZe0ntG2Au5vAxrw','z2v0','t3bmBLe','yLj6zKy','twfeC3y','ChvZAa','mtuWtKPSEhDX','AxnqAw5Uzwq','zw50CMLLCW','AgfZ','DKH1A2i','wKPqB0O','DgfZA1r5Cgu','DgfZA0LKC1rVqW','B3vWswrZ','wwDpwxG','qxneCxy','ywzMzwn0zwrhCG','ntqZodC3zNHHD0Dw','B3jPz2LUywXhCG','B2jQzwn0AxzL','mZa4mJq0ChnXuxzo','s0f6D1a','r0rmBKK','thvTAwW','sMj0qKG','ote0oduXC1HUt3j4','EfjptKK','suHQDeG','mZi2mZq2vuT4wwvA','uLHOteu','mZCXnta1nMLqwerfCW','s2Lnv3C','A0HZwfG','CgfYzw50t2jQzq','z3jVDxbjza','t3LAA0C','C2L6zq','DKfgBM4','y3rPDMvjza','B25ZAwrLCG','Bef4Beu','tejjt0i','C291CMnLt2jQzq','mZbyCwfmrgS','mZjSrw56r2C','mNHdBKjnwq','ANvKz2u','wMzIuuW','qxjMD0m','ywrK','C3rHDhvZ','B3vWswq'];_0x4ddd=function(){return _0x4e2b98;};return _0x4ddd();}function _0xa829(_0x5d61eb,_0x329c2e){_0x5d61eb=_0x5d61eb-(-0x309*0x7+0x1009+0x60f);const _0x5be2e4=_0x4ddd();let _0x1011bf=_0x5be2e4[_0x5d61eb];if(_0xa829['EWhfDR']===undefined){var _0x3888e0=function(_0x56ec9c){const _0x5e411c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xe5caac='',_0xe81a46='';for(let _0x3e75d9=0x1*0x243a+0xf1*-0xd+-0x7ff*0x3,_0x23af2f,_0x32daf7,_0x5e8492=-0x204d*-0x1+0xb*-0xe3+-0x34*0x6f;_0x32daf7=_0x56ec9c['charAt'](_0x5e8492++);~_0x32daf7&&(_0x23af2f=_0x3e75d9%(-0x153e+0xf76+0x1c*0x35)?_0x23af2f*(0x2*0x52c+-0x1*-0x243d+0x1d*-0x199)+_0x32daf7:_0x32daf7,_0x3e75d9++%(-0x1*-0x182+-0x1*-0xaad+-0x59*0x23))?_0xe5caac+=String['fromCharCode'](0x26f1*0x1+-0x25d8+-0x1a&_0x23af2f>>(-(-0x994*0x1+-0x1a4c+-0x6*-0x5fb)*_0x3e75d9&-0x5*0x2f5+0x3*-0x246+0x15a1)):0x1379+0xa*0x39f+-0x37af){_0x32daf7=_0x5e411c['indexOf'](_0x32daf7);}for(let _0x44b084=-0xcd+0x254a+-0x247d,_0x3646f2=_0xe5caac['length'];_0x44b084<_0x3646f2;_0x44b084++){_0xe81a46+='%'+('00'+_0xe5caac['charCodeAt'](_0x44b084)['toString'](-0x25f*-0xb+0x34a*0x3+-0x23e3))['slice'](-(-0x61*0x40+-0x53*-0x3+-0x1*-0x1749));}return decodeURIComponent(_0xe81a46);};_0xa829['rEsSrY']=_0x3888e0,_0xa829['UcWZWR']={},_0xa829['EWhfDR']=!![];}const _0x2c35a8=_0x5be2e4[-0x403*0x2+0x89*0x22+0x3*-0x364],_0x17b029=_0x5d61eb+_0x2c35a8,_0x22662d=_0xa829['UcWZWR'][_0x17b029];return!_0x22662d?(_0x1011bf=_0xa829['rEsSrY'](_0x1011bf),_0xa829['UcWZWR'][_0x17b029]=_0x1011bf):_0x1011bf=_0x22662d,_0x1011bf;}(function(_0x4acfeb,_0x3aefe3){const _0x140dd7={_0x1290b0:0x44c,_0x37ded6:0x431,_0x538c4b:0x6d,_0x3e2b6b:0x53,_0x3b2e09:0x75,_0x5b6c2a:0x7d,_0x170f6b:0x87,_0x4624fb:0x7d,_0x12f6a0:0x66,_0xd05c02:0x6f,_0x3bba57:0x7e,_0x339db3:0x80,_0x5ec381:0x88,_0x173157:0x75,_0x5531df:0x456,_0x41109f:0x79,_0x80b751:0x7b,_0x55b5b5:0x8c,_0x223c81:0x457,_0x343b5b:0x463},_0x23e6f1={_0x32cbae:0x16d},_0x17c544=_0x4acfeb();function _0x4f1d77(_0x4db448,_0x33eba8,_0x2da91b,_0x20da65){return _0xa829(_0x33eba8- -_0x23e6f1._0x32cbae,_0x4db448);}function _0x3e48b4(_0x26118b,_0x283b25,_0x22822a,_0x39f2d7){return _0xa829(_0x283b25-0x345,_0x22822a);}while(!![]){try{const _0x5eae92=-parseInt(_0x3e48b4(0x44c,0x432,_0x140dd7._0x1290b0,_0x140dd7._0x37ded6))/(0x1*-0xc6+-0x131b*0x1+0x13e2)*(-parseInt(_0x4f1d77(-_0x140dd7._0x538c4b,-0x64,-0x6a,-_0x140dd7._0x3e2b6b))/(-0x7f*0x3b+0x2443*0x1+-0x6fc))+-parseInt(_0x4f1d77(-0x84,-_0x140dd7._0x3b2e09,-_0x140dd7._0x5b6c2a,-0x6e))/(-0x24ac+0x1ec3+0x5ec)+-parseInt(_0x4f1d77(-_0x140dd7._0x170f6b,-_0x140dd7._0x4624fb,-0x69,-0x70))/(-0x1*-0x1a02+-0x875*0x4+0x2*0x3eb)+-parseInt(_0x4f1d77(-0x4a,-_0x140dd7._0x12f6a0,-0x56,-_0x140dd7._0xd05c02))/(-0x1*-0xbbf+-0xafd+-0xbd*0x1)*(-parseInt(_0x4f1d77(-_0x140dd7._0x3bba57,-0x92,-_0x140dd7._0x339db3,-_0x140dd7._0x5ec381))/(-0x2*0x4e1+0x1d53*-0x1+0xd09*0x3))+parseInt(_0x4f1d77(-_0x140dd7._0x3bba57,-0x78,-0x69,-_0x140dd7._0x173157))/(0x2154*0x1+0xce7+-0x2*0x171a)*(-parseInt(_0x3e48b4(0x436,0x44d,_0x140dd7._0x5531df,0x432))/(0x1d20+0x1*-0x13c+0x6f7*-0x4))+-parseInt(_0x4f1d77(-0x5b,-0x73,-0x5e,-_0x140dd7._0x41109f))/(-0x672+0xd3*-0x25+0x2*0x127d)+parseInt(_0x4f1d77(-_0x140dd7._0x80b751,-_0x140dd7._0x55b5b5,-0xa5,-0x95))/(-0x25fe+0x5e3*-0x4+-0xf65*-0x4)*(parseInt(_0x3e48b4(_0x140dd7._0x223c81,_0x140dd7._0x5531df,_0x140dd7._0x343b5b,0x464))/(0x1*0x772+0x109f*-0x2+0x19d7));if(_0x5eae92===_0x3aefe3)break;else _0x17c544['push'](_0x17c544['shift']());}catch(_0x5f1dc4){_0x17c544['push'](_0x17c544['shift']());}}}(_0x4ddd,-0xc7b9*-0x4+-0xa399+0x1*0x1beee));export function collectObjectiveCascadeUnpinTargets(_0x5687b5,_0x5bb13f){const _0x5400af={_0x203295:0x3d,_0xa1a89f:0x41,_0x154ccb:0x2a,_0x38603d:0x16,_0x3d3fe5:0x1f,_0x5bc056:0x3e,_0x401436:0x2e,_0x528f0c:0xb,_0x12171a:0x23,_0x1540e4:0x4,_0x4c63e3:0x1b,_0x1a555c:0x1a,_0x4cb923:0x17,_0x487d0c:0x2f,_0x48101e:0x1e,_0x321f60:0x2,_0x48d974:0x4f,_0x3ea7d1:0x35,_0x3b883f:0x14,_0x1ea3fc:0x14,_0x156cd8:0x2d,_0x4e463b:0x9,_0x278aa2:0x14,_0x9df241:0x21,_0x4e75b6:0x13,_0x9ce2fd:0x10,_0x4dd43e:0x18,_0x4f893e:0xf,_0x309fea:0x44,_0x54614a:0x6,_0x2c647c:0x1b,_0x585f9b:0x3,_0x15f636:0x0,_0x431573:0x14,_0x32aab0:0x3e,_0x5bacb4:0x20,_0x250f67:0x21,_0x1a6d27:0x11,_0x1040b8:0x12,_0x438bd0:0x33,_0xcb0e48:0x1c,_0x54e946:0x20,_0x3bda31:0x2c,_0x105932:0xd,_0x200e28:0x34,_0xae8f59:0xd,_0x2226a4:0x30,_0x300740:0x15,_0xc58e9d:0x48,_0x4aa806:0x25,_0x4b35e3:0x39,_0x3efcc9:0x2f,_0xdc5a8b:0x42,_0x1d9201:0x38},_0x4babd1={_0x55ee66:0xee},_0x15b294={_0x1d10a9:0x121},_0xfde167={_0x387158:0x47e,_0x58b9ab:0x472,_0x449370:0x1e2,_0x2aa53c:0x1b9,_0x5533b7:0x1c8,_0x1e79d1:0x1bb,_0x19a2f4:0x1c7,_0x4de5be:0x46a,_0x16c4f7:0x474,_0x49dc03:0x492,_0x17489e:0x195,_0x25f5a4:0x1ae,_0x303444:0x1a6,_0x1a9cb3:0x1b6,_0x37d389:0x199,_0x44a828:0x1c9,_0x3bd4a7:0x1ec,_0x3a13ed:0x489,_0x2b1b83:0x1a3,_0x42413b:0x4a8,_0x3ac804:0x1bd,_0x2e4052:0x1b4,_0xcefd8b:0x1a7,_0x11e560:0x1a2,_0x2df7a8:0x196,_0x170a89:0x1cd,_0x539d4e:0x1ba,_0x3bb34e:0x1d0,_0x3af287:0x1ae,_0x17832b:0x1d7,_0x1e5644:0x1e7,_0x140308:0x1c4,_0x16524c:0x1ae},_0x108c24={'vHukb':function(_0x272bf6,_0x4e492c){return _0x272bf6===_0x4e492c;},'ZcAMA':_0x31035a(-0x27,-_0x5400af._0x203295,-_0x5400af._0xa1a89f,-_0x5400af._0x154ccb),'YgOYx':function(_0x1b792c,_0x2f1fd1){return _0x1b792c===_0x2f1fd1;},'OyZkG':_0x31035a(-0x45,-_0x5400af._0x38603d,-_0x5400af._0x3d3fe5,-0x32),'LBIOB':function(_0x22d08e,_0x1a3e3d){return _0x22d08e(_0x1a3e3d);},'GDLnI':_0x31035a(-0x40,-_0x5400af._0x5bc056,-_0x5400af._0x401436,-0x36),'fijsl':function(_0x474b4f,_0x4eb530){return _0x474b4f===_0x4eb530;}},_0x59aaac=new Set(),_0x489fd0=new Set(),_0xa3ebda=_0xdfcf9e=>{const _0x16b829={_0xf23ab4:0x173};function _0x12ef42(_0x3fda53,_0x38d9a5,_0x1d19ab,_0x2b6e81){return _0xb0206e(_0x3fda53-0x475,_0x1d19ab,_0x1d19ab-0x187,_0x2b6e81-_0x16b829._0xf23ab4);}function _0x40fe58(_0x1aa055,_0x262eb2,_0x57aa33,_0x48a6ec){return _0xb0206e(_0x262eb2- -0x1cd,_0x48a6ec,_0x57aa33-0x99,_0x48a6ec-0x1d8);}for(const [_0x5c5c38,_0x225417]of _0x5687b5['entries']()){if(_0x108c24['vHukb'](_0x108c24['ZcAMA'],_0x12ef42(_0xfde167._0x387158,_0xfde167._0x58b9ab,0x496,0x488))){_0x108c24[_0x40fe58(-_0xfde167._0x449370,-0x1d6,-_0xfde167._0x2aa53c,-_0xfde167._0x5533b7)](_0x225417?.[_0x40fe58(-0x1cc,-0x1be,-0x1da,-0x1ca)+_0x40fe58(-0x1b7,-0x1b9,-_0xfde167._0x1e79d1,-_0xfde167._0x19a2f4)],_0xdfcf9e)&&_0x108c24['YgOYx'](_0x225417?.['status'],_0x108c24[_0x12ef42(0x486,_0xfde167._0x4de5be,_0xfde167._0x16c4f7,_0xfde167._0x49dc03)])&&(_0x59aaac[_0x40fe58(-_0xfde167._0x17489e,-_0xfde167._0x25f5a4,-0x1c5,-_0xfde167._0x303444)](_0x5c5c38),_0x108c24[_0x40fe58(-0x1c8,-_0xfde167._0x1a9cb3,-_0xfde167._0x37d389,-_0xfde167._0x44a828)](_0xa3ebda,_0x5c5c38));if(_0x108c24[_0x40fe58(-_0xfde167._0x3bd4a7,-0x1d1,-0x1d5,-0x1c5)](_0x225417?.[_0x12ef42(0x48d,0x48f,_0xfde167._0x387158,_0xfde167._0x3a13ed)+_0x40fe58(-0x1b4,-0x1b9,-0x1cd,-_0xfde167._0x2b1b83)],_0xdfcf9e)){_0x59aaac[_0x12ef42(0x494,_0xfde167._0x42413b,0x484,0x4b0)](_0x5c5c38);if(_0x225417[_0x40fe58(-0x1cd,-_0xfde167._0x3ac804,-_0xfde167._0x2e4052,-_0xfde167._0xcefd8b)])_0x489fd0[_0x40fe58(-0x1b2,-_0xfde167._0x25f5a4,-_0xfde167._0x11e560,-_0xfde167._0x2df7a8)](_0x225417['groupId']);if(_0x225417[_0x40fe58(-0x1b1,-_0xfde167._0x170a89,-_0xfde167._0x539d4e,-_0xfde167._0x3bb34e)+'oupId'])_0x489fd0[_0x40fe58(-_0xfde167._0x37d389,-_0xfde167._0x3af287,-0x196,-0x1bd)](_0x225417[_0x40fe58(-_0xfde167._0x17832b,-_0xfde167._0x170a89,-_0xfde167._0x1e5644,-_0xfde167._0x140308)+'oupId']);}}else _0x390e94[_0x40fe58(-0x1b2,-_0xfde167._0x16524c,-0x1c8,-0x19f)](_0x5f5548);}};_0x108c24['LBIOB'](_0xa3ebda,_0x5bb13f);function _0x31035a(_0x45f66c,_0x1ec112,_0x4bc589,_0x2941d3){return _0xa829(_0x2941d3- -_0x15b294._0x1d10a9,_0x45f66c);}if(_0x489fd0[_0xb0206e(0x12,0x2c,0x2a,-0x8)]>-0x1*0x14ff+0x202*-0x8+0x250f)for(const [_0x403103,_0x383f84]of _0x5687b5[_0xb0206e(-_0x5400af._0x528f0c,-0x26,-_0x5400af._0x12171a,-0x4)]()){if(_0x108c24[_0xb0206e(-_0x5400af._0x1540e4,-_0x5400af._0x4c63e3,-0x1,0x18)](_0x108c24[_0x31035a(-0x49,-_0x5400af._0x1a555c,-_0x5400af._0x4cb923,-_0x5400af._0x487d0c)],_0xb0206e(_0x5400af._0x48101e,0x1d,0x12,_0x5400af._0x321f60))){_0x108c24[_0x31035a(-_0x5400af._0x48d974,-0x26,-_0x5400af._0x3ea7d1,-0x3c)](_0x5be2f5?.[_0xb0206e(0xf,0xd,_0x5400af._0x3b883f,-0xb)+_0xb0206e(_0x5400af._0x1ea3fc,_0x5400af._0x156cd8,0x1f,-0x3)],_0x295c01)&&_0x108c24[_0xb0206e(-_0x5400af._0x4e463b,-_0x5400af._0x278aa2,0x1,-_0x5400af._0x9df241)](_0x3c4ee5?.[_0x31035a(-0x1b,0x2,0x6,-_0x5400af._0x4e75b6)],_0x108c24[_0xb0206e(0x11,_0x5400af._0x3d3fe5,_0x5400af._0x9ce2fd,_0x5400af._0x4dd43e)])&&(_0x12171e[_0xb0206e(_0x5400af._0x3d3fe5,0x3a,_0x5400af._0x401436,_0x5400af._0x4f893e)](_0x30e0a2),_0x351212(_0x16b93a));if(_0x108c24[_0x31035a(-0x1c,-0x25,-_0x5400af._0x309fea,-0x37)](_0x20c7b6?.[_0x31035a(-_0x5400af._0x54614a,-0x2d,-0x38,-_0x5400af._0x2c647c)+_0x31035a(-0x28,-0x4,-0x17,-_0x5400af._0x3d3fe5)],_0x2accb3)){_0x484b16[_0x31035a(-0x2,-0x24,-_0x5400af._0x585f9b,-0x14)](_0xe33c65);if(_0x36cf05['groupId'])_0x27ae77[_0x31035a(_0x5400af._0x15f636,-0x23,-0x2d,-_0x5400af._0x431573)](_0x25e575[_0x31035a(-0x17,-_0x5400af._0x32aab0,-0x13,-0x23)]);if(_0x45e524[_0x31035a(-0x3e,-0x46,-_0x5400af._0x5bacb4,-0x33)+_0xb0206e(_0x5400af._0x250f67,_0x5400af._0x1a6d27,0x4,_0x5400af._0x4f893e)])_0x3fe016[_0xb0206e(0x1f,_0x5400af._0x1040b8,_0x5400af._0x48101e,0x29)](_0x90f149[_0x31035a(-0x4a,-0x42,-_0x5400af._0x438bd0,-0x33)+'oupId']);}}else{if(!_0x383f84)continue;const _0x33d432=_0x383f84[_0xb0206e(-0x7,-0x1d,_0x5400af._0x3b883f,-0x11)]===_0xb0206e(_0x5400af._0xcb0e48,_0x5400af._0x54e946,_0x5400af._0x3bda31,0x37)||_0x108c24['fijsl'](_0x383f84['isJudgeTas'+'k'],!![]);if(!_0x33d432)continue;const _0x4083ab=_0x383f84[_0x31035a(-0x28,-_0x5400af._0x105932,-0x3f,-0x23)]||_0x383f84[_0x31035a(-0x31,-0x31,-_0x5400af._0x200e28,-0x33)+'oupId'];_0x4083ab&&_0x489fd0[_0xb0206e(-0xa,-_0x5400af._0xae8f59,-0x22,-0x15)](_0x4083ab)&&_0x59aaac[_0xb0206e(_0x5400af._0x3d3fe5,_0x5400af._0x2226a4,_0x5400af._0x300740,_0x5400af._0x4f893e)](_0x403103);}}_0x59aaac[_0x31035a(-0x38,-0x61,-0x50,-_0x5400af._0xc58e9d)](_0x5bb13f);const _0x39f074={};_0x39f074[_0x31035a(-_0x5400af._0x154ccb,-_0x5400af._0x4aa806,-0x50,-_0x5400af._0x4b35e3)+_0xb0206e(0x15,0x29,0x2f,_0x5400af._0x5bacb4)]=_0x59aaac;function _0xb0206e(_0x56e6ee,_0x2b8018,_0x5763d6,_0x392063){return _0xa829(_0x56e6ee- -_0x4babd1._0x55ee66,_0x2b8018);}return _0x39f074[_0x31035a(-0x18,-0x1e,-0x41,-0x35)+_0x31035a(-_0x5400af._0x48d974,-_0x5400af._0x3efcc9,-_0x5400af._0xdc5a8b,-_0x5400af._0x1d9201)]=_0x489fd0,_0x39f074;}export function findJudgeTasksForGroup(_0x4e05ec,_0x5111f3){const _0x538d06={_0x2e0e91:0x234,_0x30348e:0x22d,_0x4230d0:0x21d,_0x3ebebd:0x225,_0x3cb42f:0x265,_0x184615:0x259,_0x573122:0x264,_0x24630c:0x129,_0x19dec6:0x139,_0x25f276:0x153,_0x560ec0:0x146,_0x45bbfc:0x122,_0x4ba0af:0x11a,_0x34e9d0:0x23d,_0x2dd72d:0x254,_0x3f4923:0x24a,_0x4952a6:0x24f,_0x419b17:0x24c,_0x15ec62:0x224,_0x2591cc:0x21b,_0x34a0fc:0x236,_0x25e2e7:0x23b,_0x254005:0x23a,_0x12cce6:0x253,_0x18f66f:0x259,_0xf3e6:0x106,_0x578d2d:0x102},_0x290117={_0x9ed11b:0x220},_0x4b4eb1={_0x276c1f:0x338},_0x40f760={};_0x40f760['MaDsv']=function(_0x5573a6,_0xcb80a5){return _0x5573a6===_0xcb80a5;},_0x40f760['KiMWw']=function(_0x4c5ac2,_0x5ee105){return _0x4c5ac2===_0x5ee105;},_0x40f760['OpLnQ']=function(_0x3e33f7,_0x3db264){return _0x3e33f7===_0x3db264;},_0x40f760['vAFnn']=_0xdab183(-_0x538d06._0x2e0e91,-_0x538d06._0x30348e,-0x21f,-0x24d);function _0xdab183(_0x27bbcb,_0x30822e,_0x1a9bbf,_0x47efba){return _0xa829(_0x27bbcb- -_0x4b4eb1._0x276c1f,_0x1a9bbf);}_0x40f760[_0xdab183(-0x228,-_0x538d06._0x4230d0,-_0x538d06._0x3ebebd,-0x220)]='TPaih';const _0x558968=_0x40f760,_0x5afcb6=new Set();if(!_0x5111f3)return _0x5afcb6;function _0x3b52d8(_0x2fbde3,_0xfec662,_0x1f0e12,_0x2480f6){return _0xa829(_0xfec662- -_0x290117._0x9ed11b,_0x2fbde3);}for(const [_0x458e57,_0x14b556]of _0x4e05ec['entries']()){if(!_0x14b556)continue;const _0x5486b1=_0x558968[_0xdab183(-0x259,-_0x538d06._0x3cb42f,-_0x538d06._0x184615,-_0x538d06._0x573122)](_0x14b556[_0x3b52d8(-_0x538d06._0x24630c,-_0x538d06._0x19dec6,-_0x538d06._0x25f276,-_0x538d06._0x560ec0)],_0x3b52d8(-_0x538d06._0x45bbfc,-0x116,-_0x538d06._0x4ba0af,-0x12b))||_0x558968[_0xdab183(-_0x538d06._0x34e9d0,-0x249,-0x255,-_0x538d06._0x2dd72d)](_0x14b556['isJudgeTas'+'k'],!![]);if(!_0x5486b1)continue;const _0x24a535=_0x14b556['groupId']||_0x14b556[_0xdab183(-_0x538d06._0x3f4923,-0x23c,-_0x538d06._0x4952a6,-_0x538d06._0x419b17)+_0xdab183(-0x229,-_0x538d06._0x15ec62,-_0x538d06._0x2591cc,-0x22c)];if(_0x558968[_0x3b52d8(-0x152,-0x143,-0x13d,-0x12d)](_0x24a535,_0x5111f3)){if(_0x558968['MaDsv'](_0x558968[_0xdab183(-0x237,-0x24a,-_0x538d06._0x34a0fc,-0x241)],_0x558968[_0xdab183(-0x228,-0x20f,-_0x538d06._0x25e2e7,-_0x538d06._0x254005)])){const _0x5b4556=_0x27cb69[_0xdab183(-0x25c,-_0x538d06._0x12cce6,-_0x538d06._0x18f66f,-0x272)](_0x271ca8);_0x5b4556?.[_0x3b52d8(-0x11b,-0x11a,-_0x538d06._0xf3e6,-_0x538d06._0x578d2d)+'ctiveId']&&_0x5c4b06['add'](_0x5b4556['sourceObje'+'ctiveId']);}else _0x5afcb6[_0xdab183(-0x22b,-0x244,-0x21f,-_0x538d06._0x30348e)](_0x458e57);}}return _0x5afcb6;}export function findOrphanedAncestorObjectives(_0x37040f,_0x113093){const _0x258e18={_0x438e2f:0x13e,_0x447827:0x13d,_0xc4aa45:0x151,_0x758b7b:0xb0,_0x3f2344:0xcb,_0x53c57d:0xe5,_0xcf1882:0xdf,_0x2c94b8:0xc0,_0x557a24:0x13b,_0x161612:0x120,_0x52de7b:0x14d,_0x412565:0x144,_0x451ade:0xb9,_0x5db09f:0xc8,_0x5c7704:0xb2,_0x56695c:0xc9,_0x5b0284:0x15f,_0x387954:0x163,_0x452420:0x13f,_0x38b67e:0xda,_0x554a8f:0xfb,_0x3a557f:0xf9},_0x96f968={_0x16a227:0x462,_0x30ee06:0x496,_0x22b898:0x47a,_0x52ab64:0x470,_0x356593:0x76,_0x5545fc:0x83,_0x5bbc64:0x8f,_0x5eed49:0x6c,_0x1d281d:0x54,_0x27ea92:0x5e,_0x21f452:0x44,_0x34209a:0x6a,_0x1639a0:0x79,_0x324dfd:0x60,_0x4b0ad2:0x485,_0x1f4a52:0x46d,_0x3a66b9:0x47d,_0xcf22af:0x45f,_0x514ad6:0x479,_0x327068:0x471,_0x58d175:0x489,_0x1a7c31:0x68,_0x57a7bb:0x46b,_0x5a04c8:0x493,_0x34deca:0x49c,_0x599307:0x4c,_0x480e9b:0x64,_0x4552c0:0x47a,_0x514607:0x81,_0x4d482a:0xa1,_0x1cb8ae:0x8f,_0x1b90ed:0x48a,_0x32c971:0x89,_0x33346f:0x90,_0x55be29:0x494,_0xe74abc:0x47a,_0xed307c:0x494,_0x1d1945:0x59,_0x222121:0x5f,_0xf2a7bc:0x49d,_0x35fe37:0x4a1,_0x137a1b:0x48c,_0x458440:0x492,_0xae524b:0x88,_0x1b6ebc:0x89,_0x66b722:0x7b,_0x1d1bad:0x484,_0x28d8cd:0x46c,_0x2fea16:0x476,_0x1db1ac:0x45b,_0x43ada4:0x8d,_0x219a19:0x8f,_0xc16b24:0x4ad,_0x873785:0x494},_0x292a19={_0x3af1f3:0x1d,_0x52308b:0x1e5},_0x5732a6={'bRzfF':function(_0x287a55,_0x14bf13){return _0x287a55!==_0x14bf13;},'uFWbw':function(_0xb80056,_0x2ba61b){return _0xb80056===_0x2ba61b;},'KAzwP':function(_0x14b8ae,_0xffe06e){return _0x14b8ae===_0xffe06e;},'lVueV':'objective','mObbD':function(_0x5d4659,_0x1f3ee6){return _0x5d4659&&_0x1f3ee6;},'JbtBH':function(_0x2462a4,_0x48296a){return _0x2462a4===_0x48296a;},'kHsXX':_0x355102(_0x258e18._0x438e2f,_0x258e18._0x447827,_0x258e18._0xc4aa45,0x149),'xRONI':'QrlrZ','ZfbQL':'uvbWF','ZJPoJ':function(_0x4e1824,_0x11eda4){return _0x4e1824(_0x11eda4);}},_0x42c7c3=new Set(_0x113093),_0x3fe246=[],_0x5d3041=new Set(),_0x4e678d=new Set();for(const _0x21471f of _0x113093){const _0x36a695=_0x37040f['get'](_0x21471f);_0x36a695?.[_0x355102(0x14b,0x15e,0x158,0x15e)+_0x2be066(-0xdc,-_0x258e18._0x758b7b,-_0x258e18._0x3f2344,-_0x258e18._0x53c57d)]&&(_0x5732a6[_0x2be066(-0xc2,-_0x258e18._0xcf1882,-0xdc,-_0x258e18._0x2c94b8)](_0x5732a6[_0x355102(_0x258e18._0x557a24,_0x258e18._0x161612,_0x258e18._0x52de7b,0x139)],_0x5732a6[_0x355102(0x150,_0x258e18._0x412565,0x15a,0x14a)])?_0x58b692[_0x2be066(-_0x258e18._0x451ade,-0xbf,-_0x258e18._0x2c94b8,-0xd4)](_0x48b6cd[_0x2be066(-_0x258e18._0x5db09f,-_0x258e18._0x5c7704,-0xc7,-_0x258e18._0x56695c)+'ctiveId']):_0x4e678d[_0x355102(0x152,0x169,_0x258e18._0x5b0284,0x14d)](_0x36a695['sourceObje'+_0x355102(0x147,0x142,_0x258e18._0x387954,_0x258e18._0x452420)]));}function _0x2be066(_0x523def,_0x5decce,_0xa56602,_0x3cc148){return _0xa829(_0xa56602- -0x1cd,_0x3cc148);}const _0xab789a=_0x121aec=>{const _0x24fccc={_0x475aa9:0xc3};if(_0x5d3041[_0x9d603c(_0x96f968._0x16a227,_0x96f968._0x30ee06,_0x96f968._0x22b898,_0x96f968._0x52ab64)](_0x121aec))return;_0x5d3041[_0x3c3fda(0x73,_0x96f968._0x356593,_0x96f968._0x5545fc,_0x96f968._0x5bbc64)](_0x121aec);const _0x3bc2a5=_0x37040f[_0x3c3fda(_0x96f968._0x5eed49,_0x96f968._0x1d281d,0x67,_0x96f968._0x27ea92)](_0x121aec);if(!_0x3bc2a5||_0x5732a6[_0x3c3fda(_0x96f968._0x21f452,_0x96f968._0x34209a,_0x96f968._0x1639a0,_0x96f968._0x324dfd)](_0x3bc2a5['status'],_0x9d603c(0x478,0x4a0,_0x96f968._0x4b0ad2,_0x96f968._0x1f4a52))||!_0x3bc2a5[_0x9d603c(_0x96f968._0x3a66b9,0x45d,0x478,_0x96f968._0xcf22af)])return;let _0xf6b94=![];for(const [_0x445562,_0x548fb6]of _0x37040f[_0x9d603c(_0x96f968._0x514ad6,_0x96f968._0x327068,_0x96f968._0x514ad6,0x471)]()){if(_0x5732a6['uFWbw'](_0x9d603c(0x491,0x497,_0x96f968._0x58d175,0x478),_0x3c3fda(0x85,_0x96f968._0x1a7c31,0x66,0x75))){if(_0x5732a6[_0x9d603c(0x46a,0x49c,0x487,_0x96f968._0x57a7bb)](_0x548fb6?.[_0x9d603c(0x4b4,_0x96f968._0x5a04c8,_0x96f968._0x34deca,0x48b)+'ctiveId'],_0x121aec)&&_0x548fb6[_0x3c3fda(_0x96f968._0x599307,0x48,0x6b,_0x96f968._0x480e9b)]&&!_0x42c7c3[_0x9d603c(0x47d,0x47b,_0x96f968._0x4552c0,0x47b)](_0x445562)){_0xf6b94=!![];break;}}else _0x5d61eb[_0x3c3fda(0xa9,_0x96f968._0x514607,_0x96f968._0x4d482a,_0x96f968._0x1cb8ae)](_0x329c2e),_0x5be2e4(_0x1011bf);}function _0x3c3fda(_0x1c55ac,_0x2af341,_0x13bcd4,_0x16e9dd){return _0x355102(_0x16e9dd- -_0x24fccc._0x475aa9,_0x2af341-0x88,_0x2af341,_0x16e9dd-0xa4);}let _0xba46f6=![];for(const [_0x4d0d83,_0x23f890]of _0x37040f['entries']()){if(_0x23f890?.[_0x9d603c(0x480,_0x96f968._0x1b90ed,0x493,0x495)+'ctiveId']===_0x121aec&&_0x23f890[_0x3c3fda(0x7f,_0x96f968._0x32c971,0x93,_0x96f968._0x33346f)]===_0x5732a6['lVueV']&&_0x23f890['isPinned']&&!_0x42c7c3[_0x9d603c(0x488,_0x96f968._0x55be29,_0x96f968._0xe74abc,_0x96f968._0xed307c)](_0x4d0d83)){_0xba46f6=!![];break;}}function _0x9d603c(_0x59ac25,_0x21f757,_0x456057,_0xcc4e63){return _0x2be066(_0x59ac25-_0x292a19._0x3af1f3,_0x21f757-_0x292a19._0x52308b,_0x456057-0x563,_0xcc4e63);}_0x5732a6[_0x3c3fda(_0x96f968._0x1d1945,_0x96f968._0x222121,0x4b,0x5c)](!_0xf6b94,!_0xba46f6)&&(_0x5732a6[_0x9d603c(0x474,_0x96f968._0xf2a7bc,0x48a,0x474)](_0x5732a6[_0x9d603c(_0x96f968._0x35fe37,_0x96f968._0x137a1b,_0x96f968._0x458440,_0x96f968._0x3a66b9)],_0x3c3fda(_0x96f968._0xae524b,_0x96f968._0x1b6ebc,0x82,_0x96f968._0x66b722))?(_0x3fe246[_0x9d603c(_0x96f968._0x1d1bad,_0x96f968._0x28d8cd,_0x96f968._0x2fea16,_0x96f968._0x1db1ac)](_0x121aec),_0x42c7c3[_0x3c3fda(0x9b,0x9c,_0x96f968._0x43ada4,_0x96f968._0x219a19)](_0x121aec),_0x3bc2a5[_0x9d603c(_0x96f968._0x2fea16,0x47c,0x493,0x4a4)+_0x3c3fda(0x9c,_0x96f968._0x33346f,0x80,0x84)]&&_0xab789a(_0x3bc2a5[_0x9d603c(_0x96f968._0xc16b24,0x4ab,_0x96f968._0x5a04c8,_0x96f968._0x873785)+_0x3c3fda(0x6b,0x6a,0x8a,0x84)])):_0x167bb6['add'](_0x41b447));};function _0x355102(_0x1bc009,_0x49bcad,_0x4019d5,_0x479f3a){return _0xa829(_0x1bc009-0x45,_0x4019d5);}for(const _0x500b84 of _0x4e678d){_0x5732a6[_0x2be066(-_0x258e18._0x38b67e,-_0x258e18._0x554a8f,-0xe7,-_0x258e18._0x3a557f)](_0xab789a,_0x500b84);}return _0x3fe246;}