@profoundlogic/coderflow-server 0.6.8 → 0.7.0
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.
- package/dist/base-image/Dockerfile +3 -0
- package/dist/base-image/entrypoint.sh +13 -0
- package/dist/base-image/standard-instructions/ibmi-database-sql.md +11 -0
- package/dist/base-image/standard-instructions/ibmi-exploratory-verification.md +38 -0
- package/dist/base-image/standard-instructions/ibmi-output-requirements.md +6 -0
- package/dist/base-image/standard-instructions/output-requirements.md +18 -0
- package/dist/base-image/standard-instructions/screenshot-guidelines.md +17 -0
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.css +21 -0
- package/dist/web-ui/public/environments.html +79 -9
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +52 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +43 -5
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x4606(){const _0x4af339=['zgLYBMfTzq','ndqWmdKXme5AAhHuuq','mJGYmJy4AfPUAevK','y3jLyxrLzf9HDa','zxHWAxjLC19HDa','rMLXu08','C3rYAw5NAwz5','wgjNDwq','zMLUza','mJfry0XKtee','zNvnBKq','DfPODNK','z2v0vgLTzq','D3jPDgvgAwXL','qxjoD3C','qK5mBw0','C2jhvMK','DxnLCKLK','swX4EeC','C0D6A0e','CgfYC2u','DLfmrxy','B2TLBNmUANnVBG','BM93','C0zOt3i','suzXD2q','mtG1tKrpwK5Q','tML6v0q','sM9eDxu','CMfUzg9TqNL0zq','zKHvDMe','Dg9Rzw5Z','zu5sv1y','s0nHCfi','DxnLza','D3rUuwi','BgvUz3rO','BwTKAxi','ChvZAa','zLjJA0e','t0zdvfG','sMD3sgm','mte3ndj1uKrQB2u','Agv4','C3bSAwnL','BujvC0K','DNfnBLe','uKjRsui','CMfUzg9T','B0HuC1C','zMvby2S','ru5qEe4','ChrF','DhLWzq','BwfW','y0j6vem','v1zSC24','DxnLzf9HDa','mZiZmtmWueHAqMDi','uufdENy','Cg9Lsgu','Dg9Rzw5F','qujOEvO','ENfwy2m','C2v0Dxa','veTkwum','whzRqxy','CgfZC3DVCMqTDa','tM9zru8','ndG0mtKWBKXKqxjd','zxfNu0m','z0DJCMy','Dg9tDhjPBMC','ve5ls0W','uKPjuMC','CuDZrwi','zMLSDgvY','Dg9Rzw4','mZiWnJiWofffsxPQqG','DxrMoa','DuHLC28','wKPXrg8','mtq0mJGXmLrMrgf3Aq'];_0x4606=function(){return _0x4af339;};return _0x4606();}(function(_0x4aa5d3,_0x1f5a1f){const _0x5ba932={_0x273a44:0xbf,_0x380bcd:0xa8,_0x18c4d6:0x1f4,_0x5e006b:0x21a,_0x534ae6:0x237,_0x4a914c:0xab,_0x228cb8:0xe0,_0x56217f:0xc9,_0x456a9d:0x1f2,_0x5cb5d0:0x20f,_0x13f955:0xc2,_0x1593cb:0x200,_0x3d0a4e:0xb0,_0x1285da:0xc6,_0x140175:0xe7};function _0x123486(_0x1f6b52,_0x1c9b7c,_0x295291,_0x41872f){return _0x41a3(_0x41872f- -0x64,_0x1c9b7c);}const _0x4f45de=_0x4aa5d3();function _0x5cc816(_0x14120c,_0x58b55f,_0xb8140d,_0x2d5141){return _0x41a3(_0x58b55f- -0x331,_0xb8140d);}while(!![]){try{const _0x39248b=-parseInt(_0x123486(_0x5ba932._0x273a44,0x9a,0x98,_0x5ba932._0x380bcd))/(-0xcef+-0x25e1*0x1+-0x1*-0x32d1)+parseInt(_0x5cc816(-_0x5ba932._0x18c4d6,-_0x5ba932._0x5e006b,-0x20e,-_0x5ba932._0x534ae6))/(0x1e20+0x146e+-0x328c)+-parseInt(_0x123486(_0x5ba932._0x4a914c,0xe7,0xb7,0xca))/(-0x5*0x129+-0x61*0x37+0x1aa7)*(-parseInt(_0x123486(0xb2,_0x5ba932._0x228cb8,_0x5ba932._0x56217f,0xc3))/(-0x1ec6+0x241*-0xd+0x3c17))+-parseInt(_0x5cc816(-0x1ff,-_0x5ba932._0x456a9d,-0x1d6,-_0x5ba932._0x5cb5d0))/(0xa49*0x1+-0xc30+0xa4*0x3)*(-parseInt(_0x123486(0xfe,_0x5ba932._0x13f955,0xdd,0xeb))/(-0x4*0x2df+0x1055+-0x4d3))+-parseInt(_0x5cc816(-_0x5ba932._0x1593cb,-0x20d,-0x217,-0x20c))/(-0x15ab+-0x1*-0x1d91+0x7df*-0x1)+-parseInt(_0x123486(0xa8,_0x5ba932._0x273a44,_0x5ba932._0x3d0a4e,0xbc))/(0x3*0xa25+-0x37*0x8+0x7*-0x419)+parseInt(_0x123486(_0x5ba932._0x1285da,_0x5ba932._0x140175,0xdd,0xc2))/(-0x246+0x208+0x47);if(_0x39248b===_0x1f5a1f)break;else _0x4f45de['push'](_0x4f45de['shift']());}catch(_0x1ddd0b){_0x4f45de['push'](_0x4f45de['shift']());}}}(_0x4606,-0x4ed10+0x4*0x26fca+0xc939));import{promises as _0x5aaaa1}from'fs';import _0xc533b9 from'path';import _0x2b22e3 from'crypto';import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url);function _0x56ab4d(_0x3da631,_0x4e45a4,_0x484120,_0x4c39b0){return _0x41a3(_0x484120- -0x27b,_0x3da631);}const __dirname=_0xc533b9[_0x56ab4d(-0x176,-0x172,-0x156,-0x14c)](__filename),TOKENS_FILE=_0xc533b9['join'](DATA_DIR,_0x56ab4d(-0x152,-0x171,-0x166,-0x16c)+_0x56ab4d(-0x163,-0x146,-0x140,-0x12d)),TOKEN_EXPIRY_MS=(0xd*0x2b1+0xd07+-0x2ffd)*(0x2b*-0xb1+0x25c3+-0x7f0)*(-0x2446+-0xf49+-0x1*-0x33cb)*(-0x1b2a+0x15dd+0x589)*(0x34e+-0x1441*0x1+-0x14db*-0x1);let tokensCache=null,lastLoadTime=-0x13*-0x1a5+-0x26c*-0x3+-0x2683;const CACHE_TTL=-0x1655+-0x1b*-0x8f+0xb28;async function loadTokens(){const _0xf438d8={_0x1bc7b9:0x7b,_0x2d98d6:0x63,_0x233029:0x6d,_0x2171a2:0x59,_0x126703:0x7a,_0x1ba7bb:0x35,_0x3193c4:0x4d,_0x3a16d1:0xe6,_0x83a8d:0xf3,_0x3b126c:0xfd,_0x168514:0x1c,_0xc0e315:0x40,_0x2ad382:0x61,_0x5bf3a1:0x5b,_0x506192:0x37,_0x30767e:0x56,_0x319053:0x53,_0x5bfbac:0x12e,_0x430564:0x132,_0x4dcf2c:0x54,_0x437660:0xd8,_0x507113:0xfd,_0x2303b3:0xd5,_0x4e1b91:0x115,_0x37290e:0x12f,_0x32d293:0x65,_0x354b5a:0x36,_0x405194:0x5b,_0x5dafd6:0x84,_0x22c506:0x53,_0x4a838d:0x53,_0x5e11e6:0x91,_0x5d295b:0x50,_0x37b131:0x75},_0x5ad8ff={_0x220da9:0x146},_0x5ec044={_0x5f4900:0x1a7,_0x4560ab:0xe0},_0x4ef62c={};_0x4ef62c[_0x4500ae(0x60,0x64,_0xf438d8._0x1bc7b9,_0xf438d8._0x2d98d6)]=function(_0xb2e1f7,_0x5b10fe){return _0xb2e1f7<_0x5b10fe;},_0x4ef62c[_0x4500ae(0x29,_0xf438d8._0x233029,0x50,0x45)]=function(_0x92c952,_0xbb2d41){return _0x92c952!==_0xbb2d41;},_0x4ef62c['ENPxN']=_0x4500ae(0x9c,_0xf438d8._0x2171a2,0x6d,_0xf438d8._0x126703),_0x4ef62c['VHxuo']=_0x4500ae(0x5a,0x2b,_0xf438d8._0x1ba7bb,_0xf438d8._0x3193c4),_0x4ef62c[_0x25b5b6(-_0xf438d8._0x3a16d1,-_0xf438d8._0x83a8d,-_0xf438d8._0x3b126c,-0xe0)]=function(_0xfb9ddf,_0x35f6f1){return _0xfb9ddf===_0x35f6f1;};function _0x4500ae(_0x585fa2,_0x4a5fee,_0x39570d,_0x21f962){return _0x56ab4d(_0x585fa2,_0x4a5fee-0xa4,_0x21f962-_0x5ec044._0x5f4900,_0x21f962-_0x5ec044._0x4560ab);}_0x4ef62c[_0x4500ae(0x21,0x3f,_0xf438d8._0x168514,_0xf438d8._0xc0e315)]='ENOENT',_0x4ef62c[_0x4500ae(0x77,_0xf438d8._0x2ad382,0x79,_0xf438d8._0x5bf3a1)]=function(_0x1fea53,_0x4d1bee){return _0x1fea53!==_0x4d1bee;},_0x4ef62c['vQLEv']=_0x4500ae(_0xf438d8._0x506192,0x7b,0x37,_0xf438d8._0x30767e);const _0x924769=_0x4ef62c;function _0x25b5b6(_0x2a0191,_0x159e3a,_0x324962,_0x114a33){return _0x3eff8f(_0x324962- -0x10d,_0x159e3a-_0x5ad8ff._0x220da9,_0x159e3a,_0x114a33-0x2e);}const _0x13ee66=Date[_0x4500ae(0x6b,_0xf438d8._0x319053,0x8f,0x68)]();if(tokensCache&&_0x924769[_0x25b5b6(-_0xf438d8._0x5bfbac,-_0xf438d8._0x430564,-0x10c,-0x119)](_0x13ee66-lastLoadTime,CACHE_TTL))return tokensCache;try{if(_0x924769['gGcrf'](_0x4500ae(0x79,0x68,0x5f,_0xf438d8._0x126703),_0x924769[_0x25b5b6(-0xd6,-0x10a,-0xeb,-0xf1)]))return![];else{const _0x4d2ba4=await _0x5aaaa1['readFile'](TOKENS_FILE,_0x924769['VHxuo']);return tokensCache=JSON[_0x4500ae(_0xf438d8._0x4dcf2c,0x78,0x3b,0x65)](_0x4d2ba4),lastLoadTime=_0x13ee66,tokensCache;}}catch(_0x9e4fe6){if(_0x924769[_0x25b5b6(-0xe9,-_0xf438d8._0x437660,-_0xf438d8._0x507113,-_0xf438d8._0x2303b3)](_0x9e4fe6['code'],_0x924769[_0x25b5b6(-0x140,-_0xf438d8._0x4e1b91,-_0xf438d8._0x37290e,-0x14e)])){if(_0x924769[_0x4500ae(_0xf438d8._0x32d293,_0xf438d8._0x354b5a,0x5a,_0xf438d8._0x405194)](_0x924769[_0x4500ae(_0xf438d8._0x5dafd6,_0xf438d8._0x22c506,0x42,0x66)],_0x924769[_0x4500ae(0x5b,0x84,_0xf438d8._0x4a838d,0x66)]))return!![];else{const _0xada88d={};_0xada88d[_0x4500ae(_0xf438d8._0x5e11e6,_0xf438d8._0x5d295b,_0xf438d8._0x37b131,0x70)]=[];const _0x157a6c=_0xada88d;return await saveTokens(_0x157a6c),tokensCache=_0x157a6c,lastLoadTime=_0x13ee66,_0x157a6c;}}throw _0x9e4fe6;}}async function saveTokens(_0x4bdc4f){const _0x143f25={_0x29bde4:0x298,_0x5b52c9:0x25f,_0x20f469:0x7f,_0x461d6c:0x69,_0x42fef2:0x297,_0xa2c89e:0x284,_0x1e6ea4:0x87,_0x406cdb:0x8b},_0x237984={_0x3b3a90:0x21,_0x5799bf:0x16c},_0x1599ef={_0x45517d:0x1cd,_0x42766e:0x147},_0x18cb88={};_0x18cb88['recursive']=!![],await _0x5aaaa1[_0x143576(-0x253,-_0x143f25._0x29bde4,-0x278,-_0x143f25._0x5b52c9)](DATA_DIR,_0x18cb88);function _0x143576(_0x3163da,_0xae3a6d,_0x295ede,_0x2cb2cd){return _0x56ab4d(_0x3163da,_0xae3a6d-_0x1599ef._0x45517d,_0x295ede- -_0x1599ef._0x42766e,_0x2cb2cd-0x20);}await _0x5aaaa1[_0x5c8176(-0x90,-_0x143f25._0x20f469,-0x91,-_0x143f25._0x461d6c)](TOKENS_FILE,JSON[_0x143576(-0x2a9,-0x2b0,-_0x143f25._0x42fef2,-_0x143f25._0xa2c89e)](_0x4bdc4f,null,0x1ca0+0x2220+0x14ea*-0x3));function _0x5c8176(_0xe05c0e,_0x47276c,_0x4c67fd,_0x31530a){return _0x3eff8f(_0x4c67fd- -0x8d,_0x47276c-_0x237984._0x3b3a90,_0xe05c0e,_0x31530a-_0x237984._0x5799bf);}tokensCache=_0x4bdc4f,lastLoadTime=Date[_0x5c8176(-0xa4,-0x79,-_0x143f25._0x1e6ea4,-_0x143f25._0x406cdb)]();}function _0x3eff8f(_0x1f2e20,_0xa327f4,_0x24b4ba,_0x5780b3){const _0x5a8f89={_0x55c144:0x136};return _0x41a3(_0x1f2e20- -_0x5a8f89._0x55c144,_0x24b4ba);}function generateToken(){const _0x3de50b={_0x402943:0x3db,_0x2bded2:0x3b2,_0x364b52:0x3fb,_0x1984c1:0x419,_0x2b0b63:0x3fa,_0x59ab4b:0x1bc,_0x225e81:0x20c,_0x599bb2:0x20b,_0x280a87:0x1f6,_0x5cbd82:0x1dc,_0x4baaf0:0x1c5,_0x2eb62d:0x416,_0x59137c:0x42d,_0x3b21a8:0x409,_0x82e2fc:0x3e5,_0x390c85:0x400,_0x414360:0x3e8,_0x1a8dd6:0x1a7,_0x4a3493:0x1e3,_0x1300ce:0x3e1,_0x521325:0x1bc,_0x38429b:0x1c1,_0x809257:0x1eb},_0x13c53b={_0x9fd368:0xba},_0x54a3e8={_0x1e6a2f:0x169,_0x3b55a2:0x307},_0x423153={};_0x423153[_0x192ee7(_0x3de50b._0x402943,_0x3de50b._0x2bded2,0x3d8,_0x3de50b._0x364b52)]=function(_0x1d90a6,_0x4a8818){return _0x1d90a6+_0x4a8818;},_0x423153[_0x192ee7(_0x3de50b._0x1984c1,0x3de,_0x3de50b._0x2b0b63,0x3d2)]=_0x117787(_0x3de50b._0x59ab4b,0x1e5,_0x3de50b._0x225e81,_0x3de50b._0x599bb2);function _0x117787(_0x561caa,_0x3454b3,_0x10fe78,_0x319f0e){return _0x56ab4d(_0x319f0e,_0x3454b3-_0x54a3e8._0x1e6a2f,_0x3454b3-_0x54a3e8._0x3b55a2,_0x319f0e-0x1dd);}function _0x192ee7(_0x170fc5,_0x351449,_0x44079f,_0x1fc16e){return _0x3eff8f(_0x44079f-0x3fd,_0x351449-0x8f,_0x170fc5,_0x1fc16e-_0x13c53b._0x9fd368);}_0x423153['sbGVi']=_0x117787(_0x3de50b._0x280a87,_0x3de50b._0x5cbd82,0x1b6,_0x3de50b._0x4baaf0);const _0x4c3be4=_0x423153,_0x5dae2e=_0x2b22e3[_0x192ee7(_0x3de50b._0x2eb62d,_0x3de50b._0x59137c,_0x3de50b._0x3b21a8,0x3ff)+'s'](-0x1*0x2483+0x10c3+0x13e0);return _0x4c3be4[_0x192ee7(_0x3de50b._0x82e2fc,_0x3de50b._0x390c85,0x3d8,_0x3de50b._0x414360)](_0x4c3be4[_0x117787(_0x3de50b._0x1a8dd6,0x1bf,_0x3de50b._0x4a3493,0x1b8)],_0x5dae2e[_0x192ee7(_0x3de50b._0x414360,0x3dc,_0x3de50b._0x1300ce,0x3ef)](_0x4c3be4[_0x117787(_0x3de50b._0x521325,_0x3de50b._0x38429b,_0x3de50b._0x809257,0x1dc)]));}function generateTokenId(){const _0x35b398={_0x162143:0x19,_0x1602c5:0x4c,_0x1d2506:0x2b,_0x1e358c:0x192,_0xd251e0:0x14b,_0x1d1dc1:0x1f,_0x696cff:0x2b},_0x3d20b2={_0x548b5f:0x1e4,_0x22b9e6:0x14d},_0x3a83ee={_0x1d0fcc:0x12c,_0x1626a6:0x87},_0x1a08c2=Date[_0x480e23(0xe,_0x35b398._0x162143,0x1c,0x25)](),_0x1e90c2=Math[_0x480e23(0x27,0x17,_0x35b398._0x1602c5,_0x35b398._0x1d2506)]()[_0xfa8bfd(_0x35b398._0x1e358c,0x145,0x16b,_0x35b398._0xd251e0)](-0x31b+-0x132+0x17b*0x3)['substring'](-0x4*0x2c5+-0x258+-0xd6e*-0x1,0xe*-0x35+-0xc6d*0x3+0x4*0xa0f);function _0xfa8bfd(_0x349b68,_0x4a99a4,_0x2d270b,_0x125a86){return _0x56ab4d(_0x4a99a4,_0x4a99a4-_0x3a83ee._0x1d0fcc,_0x2d270b-0x2cc,_0x125a86-_0x3a83ee._0x1626a6);}function _0x480e23(_0x7202b,_0x3ac5ab,_0x540688,_0x523ad4){return _0x56ab4d(_0x523ad4,_0x3ac5ab-_0x3d20b2._0x548b5f,_0x7202b-_0x3d20b2._0x22b9e6,_0x523ad4-0x10f);}return _0x480e23(-_0x35b398._0x1d1dc1,-0x1e,-0x2a,-_0x35b398._0x696cff)+_0x1a08c2+'_'+_0x1e90c2;}async function createPasswordToken(_0x563a00,_0x16d0de=_0x56ab4d(-0x164,-0x18f,-0x169,-0x159)){const _0x152c0d={_0x50b035:0x340,_0x369d4f:0x345,_0x17840a:0x33d,_0x354324:0x31a,_0x50e2d5:0x33a},_0xe7bf17={_0x1e6e4:0x1b1},_0x5eb426={_0x453985:0x197},_0x2e8249={'RBkIB':function(_0x106319){return _0x106319();},'NsgrB':function(_0xa5c361,_0x292aa6){return _0xa5c361(_0x292aa6);}};function _0x36472f(_0x4f0eba,_0x3a5b0e,_0x579464,_0x5ed66e){return _0x3eff8f(_0x579464-0x325,_0x3a5b0e-_0x5eb426._0x453985,_0x4f0eba,_0x5ed66e-0x82);}const _0x226f92=await loadTokens(),_0x3ee2c3=new Date(),_0x54b257=new Date(_0x3ee2c3[_0x36472f(_0x152c0d._0x50b035,0x2fa,0x320,_0x152c0d._0x369d4f)]()+TOKEN_EXPIRY_MS),_0x42f0f4={'id':generateTokenId(),'token':_0x2e8249[_0x36472f(0x319,0x33a,0x343,0x34a)](generateToken),'userId':_0x563a00,'type':_0x16d0de,'created_at':_0x3ee2c3['toISOStrin'+'g'](),'expires_at':_0x54b257['toISOStrin'+'g'](),'used':![],'used_at':null};_0x226f92[_0x36472f(_0x152c0d._0x17840a,0x35a,0x333,_0x152c0d._0x354324)][_0x36472f(0x343,0x314,_0x152c0d._0x50e2d5,0x31b)](_0x42f0f4);function _0x5f11b1(_0x4774bf,_0x498084,_0x53f6b7,_0x1113b1){return _0x3eff8f(_0x1113b1-0x4af,_0x498084-_0xe7bf17._0x1e6e4,_0x498084,_0x1113b1-0x2b);}return await _0x2e8249['NsgrB'](saveTokens,_0x226f92),_0x42f0f4;}async function validateToken(_0x34d307){const _0x2452f8={_0x15fc69:0xea,_0x3b2389:0xa7,_0x22c59c:0xb6,_0x555650:0xce,_0x46d05c:0x3e2,_0x25ceb9:0xc3,_0x1f14da:0xba,_0x3ea618:0xd4,_0x5be15d:0xaf,_0x5ba4a4:0x3c7,_0x3a4dae:0xd8,_0x457b0c:0x100,_0x511f0f:0xb6,_0x287d2a:0x3d5,_0x14c78b:0x40b,_0x402ea7:0x3c1,_0x25ec1a:0x404,_0x39405b:0x3e6,_0xcf994e:0x3f3,_0x33e27e:0xcd,_0x5eb2ea:0x91,_0x125ef9:0x3e0,_0x2194e7:0x3fe},_0x429631={_0x5818ad:0x538},_0x1a3d95={_0x4d8ce0:0xb8,_0x5cbd83:0xb},_0x342382={'QACzv':function(_0x9b00b8,_0x5e2293){return _0x9b00b8<=_0x5e2293;},'WVlsn':function(_0x299195,_0x14b128){return _0x299195>_0x14b128;},'sGzkA':function(_0x9b0a8){return _0x9b0a8();},'BNLmm':function(_0x39b02d,_0x18ef4f){return _0x39b02d!==_0x18ef4f;},'cBzTC':_0x26afd5(-0xd8,-0xee,-_0x2452f8._0x15fc69,-0xb0),'NizWD':function(_0x388fa3,_0x38ddde){return _0x388fa3>_0x38ddde;},'JoDuu':_0x26afd5(-0xcc,-_0x2452f8._0x3b2389,-0xf4,-0xe2)},_0xbc85ad=await _0x342382[_0x26afd5(-0xb6,-0x9c,-0xda,-0xca)](loadTokens);function _0x26afd5(_0x3fd33e,_0x17c15a,_0x5c5468,_0x5ebe1f){return _0x3eff8f(_0x3fd33e- -_0x1a3d95._0x4d8ce0,_0x17c15a-_0x1a3d95._0x5cbd83,_0x17c15a,_0x5ebe1f-0x1cd);}const _0x44127f=_0xbc85ad[_0x26afd5(-0xaa,-0x9f,-_0x2452f8._0x22c59c,-_0x2452f8._0x555650)][_0x47e4f0(0x3c7,0x412,0x3ea,_0x2452f8._0x46d05c)](_0x1d9607=>_0x1d9607[_0x26afd5(-0xcf,-0xf8,-0xb4,-0xaa)]===_0x34d307);if(!_0x44127f)return null;function _0x47e4f0(_0x619bfd,_0xf3d69f,_0x241a7e,_0x1e8a8d){return _0x56ab4d(_0x619bfd,_0xf3d69f-0xc5,_0x241a7e-_0x429631._0x5818ad,_0x1e8a8d-0xe9);}if(_0x44127f[_0x26afd5(-_0x2452f8._0x3b2389,-_0x2452f8._0x25ceb9,-0xa3,-0x87)]){if(_0x342382[_0x26afd5(-_0x2452f8._0x1f14da,-_0x2452f8._0x3ea618,-_0x2452f8._0x5be15d,-0x90)](_0x342382[_0x47e4f0(0x3d0,_0x2452f8._0x5ba4a4,0x3c6,0x3b9)],_0x26afd5(-_0x2452f8._0x3a4dae,-_0x2452f8._0x457b0c,-_0x2452f8._0x511f0f,-0xee))){const _0x5a6627=new _0x2925ef(_0xedd3e5[_0x47e4f0(_0x2452f8._0x287d2a,_0x2452f8._0x14c78b,0x3e5,_0x2452f8._0x402ea7)]),_0x5f3cc1=new _0x3ee4d1(_0x27317f[_0x47e4f0(0x3d9,_0x2452f8._0x25ec1a,_0x2452f8._0x39405b,0x40b)]);if(!_0x36f3bc[_0x47e4f0(_0x2452f8._0xcf994e,0x42c,_0x2452f8._0x25ec1a,0x41f)]&&_0x342382[_0x26afd5(-0xe1,-0xe1,-0xe7,-0xdc)](_0x23d34e,_0x5f3cc1))return!![];if(_0x342382[_0x26afd5(-0xe4,-0xd4,-0x100,-0x10a)](_0x5a6627,_0x302601))return!![];return![];}else return null;}const _0x181d28=new Date(),_0x2141dd=new Date(_0x44127f['expires_at']);if(_0x342382[_0x26afd5(-0xae,-_0x2452f8._0x33e27e,-_0x2452f8._0x5eb2ea,-0xc2)](_0x181d28,_0x2141dd))return _0x342382[_0x47e4f0(0x401,_0x2452f8._0x125ef9,_0x2452f8._0x2194e7,0x420)]!==_0x342382['JoDuu']?![]:null;return _0x44127f;}async function markTokenAsUsed(_0x45d6b6){const _0x181c8c={_0x565a35:0x278,_0x15fbd2:0x27d,_0x3b68bd:0x26d,_0x18ae40:0x382,_0x4a0636:0x36d,_0x52584b:0x364,_0x4f0a4d:0x352,_0x250909:0x346,_0x24e5c8:0x29d,_0x4e59cc:0x279,_0x585135:0x293,_0x579e8d:0x3a3,_0x1fb9fd:0x37f,_0x50fd03:0x396,_0x32a33b:0x37b,_0x29b20f:0x352,_0x248268:0x34d,_0x2b0f6c:0x370,_0x1b8b55:0x362,_0x349cf8:0x367},_0x42fc66={_0x33e756:0x68,_0x162775:0x16e},_0x32fbea={_0x33fc87:0x35f,_0x4bf65c:0x26},_0x2859f9={'feAck':function(_0x34e4dd){return _0x34e4dd();},'oHTsW':function(_0x3b012a,_0x1d2f5c){return _0x3b012a!==_0x1d2f5c;},'aVdRS':_0x4a6d59(-_0x181c8c._0x565a35,-_0x181c8c._0x15fbd2,-0x2a1,-_0x181c8c._0x3b68bd),'IFqwd':function(_0x5047b0,_0x2fb862){return _0x5047b0(_0x2fb862);}},_0xb1d8ed=await _0x2859f9[_0x1f73cb(_0x181c8c._0x18ae40,0x380,_0x181c8c._0x4a0636,_0x181c8c._0x52584b)](loadTokens),_0x52ce3d=_0xb1d8ed[_0x1f73cb(0x369,_0x181c8c._0x4a0636,_0x181c8c._0x4f0a4d,_0x181c8c._0x250909)][_0x4a6d59(-_0x181c8c._0x24e5c8,-_0x181c8c._0x4e59cc,-_0x181c8c._0x585135,-0x291)](_0x4464a9=>_0x4464a9['token']===_0x45d6b6);function _0x1f73cb(_0x4c4b61,_0x322343,_0x16d760,_0x25e2d4){return _0x3eff8f(_0x322343-_0x32fbea._0x33fc87,_0x322343-0x1cb,_0x25e2d4,_0x25e2d4-_0x32fbea._0x4bf65c);}if(!_0x52ce3d)return _0x2859f9[_0x1f73cb(_0x181c8c._0x579e8d,_0x181c8c._0x1fb9fd,_0x181c8c._0x50fd03,0x39f)](_0x2859f9['aVdRS'],_0x1f73cb(0x364,_0x181c8c._0x32a33b,_0x181c8c._0x1fb9fd,_0x181c8c._0x29b20f))?null:![];_0x52ce3d[_0x1f73cb(_0x181c8c._0x248268,_0x181c8c._0x2b0f6c,0x398,_0x181c8c._0x1b8b55)]=!![],_0x52ce3d['used_at']=new Date()['toISOStrin'+'g'](),await _0x2859f9[_0x1f73cb(0x367,_0x181c8c._0x349cf8,0x38f,0x387)](saveTokens,_0xb1d8ed);function _0x4a6d59(_0x12a347,_0x1a3477,_0x36e865,_0x417af1){return _0x3eff8f(_0x12a347- -0x294,_0x1a3477-_0x42fc66._0x33e756,_0x36e865,_0x417af1-_0x42fc66._0x162775);}return!![];}async function getUserTokens(_0x482a55){const _0x51a68b={_0x12353f:0x1ae,_0x36709d:0x1b7,_0x3d366a:0x1ba,_0x3a5d9e:0x1a7,_0x234fb2:0x1c1,_0x8cdf7:0x3e,_0xdb0cd0:0x63,_0x54d44b:0x84},_0x33256a={_0x1ff17c:0x1d2},_0x26a675={_0x3cb8ac:0x59,_0x2c4883:0x183};function _0x31cabe(_0x44d3f8,_0x5d6275,_0x2cc170,_0x372ecb){return _0x56ab4d(_0x372ecb,_0x5d6275-_0x26a675._0x3cb8ac,_0x2cc170-_0x26a675._0x2c4883,_0x372ecb-0xca);}function _0x3fc345(_0x387b7f,_0x46c628,_0x13f829,_0xea5de5){return _0x3eff8f(_0x46c628- -0x1b5,_0x46c628-_0x33256a._0x1ff17c,_0xea5de5,_0xea5de5-0x137);}const _0x5bcba8={'sFhOr':function(_0x53a5b7){return _0x53a5b7();}},_0x42ecbd=await _0x5bcba8[_0x3fc345(-0x1d4,-_0x51a68b._0x12353f,-_0x51a68b._0x36709d,-_0x51a68b._0x3d366a)](loadTokens);return _0x42ecbd[_0x3fc345(-0x1af,-_0x51a68b._0x3a5d9e,-0x19f,-_0x51a68b._0x234fb2)]['filter'](_0x5ff1f2=>_0x5ff1f2[_0x3fc345(-0x1d3,-0x1b5,-0x1b5,-0x18f)]===_0x482a55)[_0x31cabe(0x52,_0x51a68b._0x8cdf7,_0x51a68b._0xdb0cd0,_0x51a68b._0x54d44b)](_0x109680=>({'id':_0x109680['id'],'type':_0x109680[_0x3fc345(-0x176,-0x191,-0x17d,-0x17f)],'created_at':_0x109680[_0x3fc345(-0x1e3,-0x1c3,-0x1b1,-0x1c6)],'expires_at':_0x109680['expires_at'],'used':_0x109680[_0x31cabe(0x5f,0x57,0x4f,0x4e)],'used_at':_0x109680[_0x31cabe(0x3b,0xd,0x13,0x3a)]}));}async function revokeToken(_0x2253d5){const _0x71fb18={_0x5c407a:0x52b,_0x9bf243:0x52a,_0x45e4c5:0x508,_0x53491c:0x503,_0x1ced73:0x4f0,_0x842a45:0xa9,_0x35bd96:0x85,_0x36a8ba:0x5c,_0x249977:0x4c,_0x54a4dc:0x532,_0x1ecd54:0x501,_0x39cd2b:0x44,_0x36567e:0x53e,_0x16c864:0x51a,_0x2d4aab:0x88,_0x45bff3:0xa6,_0x27cbf3:0xc6},_0xa86d5a={_0x26337c:0x148,_0x38f19a:0x64e,_0x58da1c:0x159},_0x401ef6={_0x9e4d33:0x8b},_0x25d2ea={'tZhvy':function(_0x25dc67){return _0x25dc67();},'eqgSC':function(_0x4793c5,_0x72a792){return _0x4793c5===_0x72a792;},'fRckA':_0x3a5eca(_0x71fb18._0x5c407a,0x526,_0x71fb18._0x9bf243,0x517),'TNKKL':function(_0xf04893,_0xc8944){return _0xf04893(_0xc8944);}};function _0x9e5eb9(_0x318a06,_0x409405,_0x1d4acf,_0x83e763){return _0x3eff8f(_0x409405- -_0x401ef6._0x9e4d33,_0x409405-0x6a,_0x83e763,_0x83e763-0x1b1);}const _0x3a71fe=await _0x25d2ea[_0x3a5eca(_0x71fb18._0x45e4c5,_0x71fb18._0x53491c,_0x71fb18._0x1ced73,0x51a)](loadTokens),_0x49f893=_0x3a71fe['tokens']['findIndex'](_0x28fb06=>_0x28fb06['id']===_0x2253d5);if(_0x25d2ea[_0x9e5eb9(-0xb2,-_0x71fb18._0x842a45,-0x8a,-_0x71fb18._0x35bd96)](_0x49f893,-(-0xd15*-0x1+0x1c4f+0xd*-0x32f))){if(_0x25d2ea[_0x9e5eb9(-_0x71fb18._0x36a8ba,-0x75,-0x87,-_0x71fb18._0x249977)]===_0x25d2ea[_0x3a5eca(_0x71fb18._0x54a4dc,0x51f,0x51f,_0x71fb18._0x1ecd54)])return![];else{const _0x287a38=_0x1a8f96['now'](),_0x1e332f=_0x5d6669[_0x9e5eb9(-_0x71fb18._0x39cd2b,-0x6c,-0x86,-0x46)]()['toString'](0x26b0+-0x1b57+0x97*-0x13)['substring'](0x1db8+0x497+0x1*-0x224d,-0x1f5b*-0x1+-0x1f23+-0x29*0x1);return'token_'+_0x287a38+'_'+_0x1e332f;}}_0x3a71fe[_0x3a5eca(0x505,0x517,_0x71fb18._0x36567e,0x4f3)][_0x3a5eca(0x51b,0x524,0x538,_0x71fb18._0x16c864)](_0x49f893,-0x114e+0x2a2+0x1*0xead);function _0x3a5eca(_0x2b05d9,_0x1df61a,_0x1c07f2,_0x3c9f25){return _0x56ab4d(_0x1c07f2,_0x1df61a-_0xa86d5a._0x26337c,_0x1df61a-_0xa86d5a._0x38f19a,_0x3c9f25-_0xa86d5a._0x58da1c);}return await _0x25d2ea[_0x9e5eb9(-_0x71fb18._0x2d4aab,-_0x71fb18._0x45bff3,-0xc8,-_0x71fb18._0x27cbf3)](saveTokens,_0x3a71fe),!![];}async function cleanupOldTokens(){const _0x4dddff={_0x144520:0x25e,_0x462edb:0x23c,_0x2ffd37:0x249,_0x420e03:0x1b8,_0x3672cf:0x1d7,_0x3b224a:0x270,_0x28ade5:0x1c0,_0x28a6cd:0x1dd,_0x3ce631:0x1da,_0x438d38:0x1d3,_0x2c135e:0x292,_0x434270:0x26c,_0x5506bb:0x257,_0x4fbe1c:0x256,_0x3595d9:0x271,_0x18deb4:0x282,_0x259318:0x297,_0x1a57e2:0x2a7,_0x13bbbd:0x278,_0x20a6e9:0x192,_0x43c761:0x1b6},_0x16f112={_0x4a8953:0x9,_0x42e836:0x472,_0x5ef639:0x37,_0x29692d:0x39,_0x4cf005:0x5,_0x4c0793:0x0},_0x552aab={_0x21894d:0x25c,_0x205157:0x172},_0x4177a8={_0x5437b7:0x76},_0x53d95d={_0x1d0b25:0x1c6,_0x376a4f:0x4c},_0x1673bf={'poeHe':function(_0x2f6a79,_0x3c8315){return _0x2f6a79<=_0x3c8315;},'SHBnK':function(_0x3903d6,_0xfbcda1){return _0x3903d6>_0xfbcda1;},'ZJqDo':function(_0x1594c4,_0xd44f56){return _0x1594c4-_0xd44f56;},'OFCTX':function(_0x3dadd3,_0x434854){return _0x3dadd3*_0x434854;},'fHUva':function(_0x5d4d88,_0x3bdaa0){return _0x5d4d88*_0x3bdaa0;},'gJbxF':function(_0x47e478,_0x15a31e){return _0x47e478>_0x15a31e;},'eNRWV':function(_0x5a1050,_0x487fa1){return _0x5a1050===_0x487fa1;},'RJIRg':_0x309e14(_0x4dddff._0x144520,_0x4dddff._0x462edb,0x235,_0x4dddff._0x2ffd37),'RRTCO':function(_0x52ac27,_0x45ebbb){return _0x52ac27(_0x45ebbb);}};function _0x10ea4d(_0x94a11a,_0x42750e,_0x5f32f6,_0x8c2386){return _0x3eff8f(_0x5f32f6-_0x53d95d._0x1d0b25,_0x42750e-_0x53d95d._0x376a4f,_0x42750e,_0x8c2386-0x112);}const _0x129477=await loadTokens(),_0x1ffccb=new Date(),_0x4565e0=new Date(_0x1673bf[_0x10ea4d(0x1c3,_0x4dddff._0x420e03,0x1b3,_0x4dddff._0x3672cf)](_0x1ffccb[_0x309e14(0x27f,_0x4dddff._0x3b224a,0x28f,0x269)](),_0x1673bf[_0x10ea4d(_0x4dddff._0x3672cf,0x201,0x1dd,_0x4dddff._0x28ade5)](_0x1673bf[_0x10ea4d(0x1df,0x1c1,_0x4dddff._0x28a6cd,_0x4dddff._0x3ce631)](_0x1673bf[_0x10ea4d(0x1e3,0x1dc,_0x4dddff._0x438d38,_0x4dddff._0x28ade5)](-0x55*0x1e+0x1*-0x1bd2+0x25e6,0x759*-0x3+-0x11ec+-0x5b9*-0x7),-0xb35*-0x1+-0x1493+-0x99a*-0x1)*(-0xa07+-0x6*0x36e+0x1ed7),0xd88*0x1+0x592+-0xf32))),_0x2208aa=_0x129477[_0x309e14(_0x4dddff._0x2c135e,0x27d,0x288,0x285)]['length'];function _0x309e14(_0x54d5b4,_0x550efb,_0x47c1f1,_0x49e07f){return _0x56ab4d(_0x47c1f1,_0x550efb-0xaa,_0x54d5b4-0x3c9,_0x49e07f-_0x4177a8._0x5437b7);}_0x129477['tokens']=_0x129477['tokens'][_0x309e14(_0x4dddff._0x434270,_0x4dddff._0x5506bb,_0x4dddff._0x4fbe1c,0x278)](_0x4ee707=>{const _0x460abc={_0x2c7638:0x1e5},_0xfd05f5=new Date(_0x4ee707[_0x60b59f(_0x16f112._0x4a8953,0x27,0x2f,0x1a)]);function _0x60b59f(_0x1f5d0c,_0x409fc5,_0x16e94b,_0x501786){return _0x309e14(_0x501786- -_0x552aab._0x21894d,_0x409fc5-_0x552aab._0x205157,_0x409fc5,_0x501786-0xa4);}const _0x45b4ab=new Date(_0x4ee707[_0x64c54d(0x496,_0x16f112._0x42e836,_0x16f112._0x42e836,0x49b)]);function _0x64c54d(_0xce8e34,_0x460e2f,_0x515fef,_0x21f12d){return _0x10ea4d(_0xce8e34-0xe,_0xce8e34,_0x21f12d-0x2e2,_0x21f12d-_0x460abc._0x2c7638);}if(!_0x4ee707[_0x60b59f(0x54,0x54,_0x16f112._0x5ef639,_0x16f112._0x29692d)]&&_0x1673bf[_0x60b59f(_0x16f112._0x4cf005,0x6,_0x16f112._0x4c0793,0x0)](_0x1ffccb,_0x45b4ab))return!![];if(_0x1673bf['SHBnK'](_0xfd05f5,_0x4565e0))return!![];return![];});const _0x3232fe=_0x1673bf[_0x309e14(_0x4dddff._0x3595d9,0x253,_0x4dddff._0x18deb4,0x251)](_0x2208aa,_0x129477[_0x309e14(_0x4dddff._0x2c135e,0x283,0x26d,0x271)][_0x309e14(_0x4dddff._0x259318,_0x4dddff._0x1a57e2,0x2c1,0x2a1)]);if(_0x1673bf['gJbxF'](_0x3232fe,-0x1*-0xc23+-0x16bf+-0x2*-0x54e)){if(_0x1673bf[_0x309e14(0x293,0x2aa,0x2ba,_0x4dddff._0x13bbbd)](_0x1673bf[_0x10ea4d(0x19b,_0x4dddff._0x20a6e9,0x1ac,0x19d)],_0x1673bf[_0x10ea4d(0x1d4,_0x4dddff._0x43c761,0x1ac,0x1d1)]))await _0x1673bf['RRTCO'](saveTokens,_0x129477);else return!![];}return _0x3232fe;}async function revokeTokensByUser(_0x437859){const _0x6a8cb5={_0x52eb3c:0x2d1,_0x155de7:0x30e,_0x313c2e:0x30e,_0x189e9e:0x316,_0x2175db:0x10d,_0x11d71d:0x136,_0x1f7d2e:0xfd,_0x450cec:0x165,_0x3e980e:0x14d,_0x4a7445:0x14f,_0x1f678c:0x118,_0x1c3fd4:0xf3},_0x475cf7={_0x2fd2c6:0x300,_0x5a9224:0x184,_0x1eebe1:0x1a9},_0x401aae={_0xe09414:0x52};function _0x18d5f4(_0x1df125,_0x1d26fb,_0x1813ca,_0x330658){return _0x3eff8f(_0x1d26fb-0x13b,_0x1d26fb-0x8e,_0x1df125,_0x330658-_0x401aae._0xe09414);}const _0xbca9b5={'qGsEb':function(_0x56eded){return _0x56eded();},'kafZS':function(_0x5579ca,_0x511bae){return _0x5579ca>_0x511bae;},'Xbgud':function(_0xecd2c4,_0x3bbe51){return _0xecd2c4===_0x3bbe51;},'wtnQb':'OdVrj'};function _0x2badab(_0x4af720,_0x7d56f,_0x551b03,_0xce0df7){return _0x3eff8f(_0x551b03-_0x475cf7._0x2fd2c6,_0x7d56f-_0x475cf7._0x5a9224,_0xce0df7,_0xce0df7-_0x475cf7._0x1eebe1);}const _0x903025=await _0xbca9b5[_0x2badab(_0x6a8cb5._0x52eb3c,0x30a,0x2e7,0x2fb)](loadTokens),_0x1cbd42=_0x903025['tokens']['length'];_0x903025[_0x2badab(0x300,_0x6a8cb5._0x155de7,_0x6a8cb5._0x313c2e,0x2f8)]=_0x903025[_0x2badab(0x2ea,_0x6a8cb5._0x189e9e,0x30e,0x2e6)][_0x18d5f4(_0x6a8cb5._0x2175db,0x123,_0x6a8cb5._0x11d71d,_0x6a8cb5._0x1f7d2e)](_0xb227cf=>_0xb227cf[_0x18d5f4(0x165,0x13b,0x121,0x15c)]!==_0x437859);const _0xd014fd=_0x1cbd42-_0x903025['tokens']['length'];if(_0xbca9b5['kafZS'](_0xd014fd,0x20c+0xbe1*0x1+-0xded)){if(_0xbca9b5[_0x18d5f4(0x128,0x131,0x12d,0x11d)](_0xbca9b5[_0x18d5f4(_0x6a8cb5._0x450cec,_0x6a8cb5._0x3e980e,0x14e,_0x6a8cb5._0x4a7445)],_0x18d5f4(0x108,_0x6a8cb5._0x1f678c,0xee,_0x6a8cb5._0x1c3fd4)))return null;else await saveTokens(_0x903025);}return _0xd014fd;}function _0x41a3(_0x187dbe,_0x223485){_0x187dbe=_0x187dbe-(0x2b*0x4f+-0x1351+0x715);const _0x34fac5=_0x4606();let _0x336d84=_0x34fac5[_0x187dbe];if(_0x41a3['dgeeeK']===undefined){var _0x26f725=function(_0x4ea388){const _0x4be46f='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x56da66='',_0x408328='';for(let _0x3444d8=-0x674+-0x1121+0x1795*0x1,_0x19c110,_0x51baac,_0x5d1eac=-0x1711*-0x1+-0xcf7+-0xa1a;_0x51baac=_0x4ea388['charAt'](_0x5d1eac++);~_0x51baac&&(_0x19c110=_0x3444d8%(0x2574+0x2*0x54+0x17*-0x1a8)?_0x19c110*(-0x1*0x11ea+-0x21ae+-0x7*-0x768)+_0x51baac:_0x51baac,_0x3444d8++%(0x1fc*0x3+0x9b8*-0x1+0x3c8))?_0x56da66+=String['fromCharCode'](0x1f*0x40+-0x1772+0x10b1&_0x19c110>>(-(0xadb+-0x123*0x1f+0x4*0x619)*_0x3444d8&0x71*-0x3d+-0x71d*0x2+0x292d)):-0xe63+-0x1295*0x2+-0xf9*-0x35){_0x51baac=_0x4be46f['indexOf'](_0x51baac);}for(let _0x51c840=0x780+0x4*0x536+-0xe2c*0x2,_0x305dd3=_0x56da66['length'];_0x51c840<_0x305dd3;_0x51c840++){_0x408328+='%'+('00'+_0x56da66['charCodeAt'](_0x51c840)['toString'](-0x4*-0x4f7+-0x7c7*0x3+0x389))['slice'](-(-0x11ae+-0xd3d*0x1+-0x5b*-0x57));}return decodeURIComponent(_0x408328);};_0x41a3['DESvxP']=_0x26f725,_0x41a3['wUKNNy']={},_0x41a3['dgeeeK']=!![];}const _0x1e683e=_0x34fac5[0x270+0x7f*0x3f+-0x21b1],_0x45be1a=_0x187dbe+_0x1e683e,_0x190dbd=_0x41a3['wUKNNy'][_0x45be1a];return!_0x190dbd?(_0x336d84=_0x41a3['DESvxP'](_0x336d84),_0x41a3['wUKNNy'][_0x45be1a]=_0x336d84):_0x336d84=_0x190dbd,_0x336d84;}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,revokeTokensByUser,cleanupOldTokens};
|
|
1
|
+
(function(_0x1f7f0b,_0x36b8c1){const _0x30e0c3={_0x3ca52f:0x130,_0x1a8344:0x10e,_0x56f052:0xf2,_0x1270ce:0x100,_0x4911c6:0x14e,_0x134701:0x12c,_0x10b300:0x30,_0x55308c:0xb,_0xa12a79:0xa,_0x14a15f:0x39,_0x1841eb:0x2a,_0x2af9c2:0x28,_0x120a0c:0xe6,_0x1fe000:0x127,_0x14e615:0x103,_0x14db6d:0x18,_0x15ca39:0x5,_0x41da87:0xde,_0x515123:0x12b,_0x5ac370:0x105,_0x157ec1:0x54,_0x1ec7c4:0x4e,_0x35ffdf:0x2a,_0x372a10:0x3a,_0x2db090:0x106,_0x330bd3:0x10a,_0x5f5df1:0x102},_0x52e554={_0x1e1152:0x1c9},_0x47b626=_0x1f7f0b();function _0x46544a(_0x4152a9,_0x5d3ba3,_0x19f9c8,_0x37b971){return _0x1510(_0x37b971- -_0x52e554._0x1e1152,_0x19f9c8);}function _0x4a9a03(_0x30ad44,_0x283810,_0x521ffa,_0x324396){return _0x1510(_0x324396- -0x99,_0x283810);}while(!![]){try{const _0x274f2b=parseInt(_0x46544a(-0x137,-_0x30e0c3._0x3ca52f,-_0x30e0c3._0x1a8344,-0x12e))/(-0x1d3*-0x9+-0x1c1f*-0x1+-0x2c89)+parseInt(_0x46544a(-0x10f,-_0x30e0c3._0x56f052,-0xe0,-_0x30e0c3._0x1270ce))/(0x2*-0x78a+-0x258d+0x34a3*0x1)*(parseInt(_0x46544a(-0x141,-0x11b,-_0x30e0c3._0x4911c6,-0x133))/(0x16d0+0x99e+-0x1*0x206b))+-parseInt(_0x46544a(-_0x30e0c3._0x134701,-0x128,-0x12c,-0x108))/(-0x57*0x22+0x16d*0x1+0x173*0x7)*(-parseInt(_0x4a9a03(_0x30e0c3._0x10b300,-_0x30e0c3._0x55308c,_0x30e0c3._0xa12a79,0x14))/(0x1*-0x781+-0xcdf+0x1465))+parseInt(_0x4a9a03(_0x30e0c3._0x14a15f,_0x30e0c3._0x1841eb,_0x30e0c3._0x2af9c2,0x15))/(-0x7d8+-0x1373+0x3e7*0x7)+-parseInt(_0x46544a(-0x125,-_0x30e0c3._0x120a0c,-_0x30e0c3._0x1fe000,-_0x30e0c3._0x14e615))/(0x5c7+-0x2*0xb9e+0x3*0x5d4)+-parseInt(_0x4a9a03(-_0x30e0c3._0x14db6d,_0x30e0c3._0x15ca39,0x1,-0xc))/(0x914+0x103+0x1*-0xa0f)*(-parseInt(_0x46544a(-0x10f,-_0x30e0c3._0x41da87,-_0x30e0c3._0x515123,-_0x30e0c3._0x5ac370))/(0x1*0x240c+0x10e0+-0x34e3*0x1))+-parseInt(_0x4a9a03(_0x30e0c3._0x157ec1,_0x30e0c3._0x1ec7c4,_0x30e0c3._0x35ffdf,_0x30e0c3._0x372a10))/(-0x1e95+-0x1672+-0xf7*-0x37)*(parseInt(_0x46544a(-_0x30e0c3._0x2db090,-_0x30e0c3._0x330bd3,-0x11e,-_0x30e0c3._0x5f5df1))/(-0x3b*0x3+-0xa3c+-0xc*-0xea));if(_0x274f2b===_0x36b8c1)break;else _0x47b626['push'](_0x47b626['shift']());}catch(_0x561dcd){_0x47b626['push'](_0x47b626['shift']());}}}(_0x349f,0x5*0x404bd+-0x14868c+0xce444));import{promises as _0x4e9f1a}from'fs';import _0x3124f from'path';import _0x15daac from'crypto';function _0x1510(_0x5b9539,_0x54d709){_0x5b9539=_0x5b9539-(-0x184d*0x1+0x2*-0x12ed+0x3eb0);const _0x2434b3=_0x349f();let _0x63e376=_0x2434b3[_0x5b9539];if(_0x1510['OFnkaX']===undefined){var _0x3c8f93=function(_0x28cf39){const _0x22df0b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2b9c88='',_0x489076='';for(let _0x18d5ca=-0x7*0x38b+0x1*0x1813+-0x1*-0xba,_0x327fac,_0x338111,_0x429980=-0x61a+-0xf5a+-0xaba*-0x2;_0x338111=_0x28cf39['charAt'](_0x429980++);~_0x338111&&(_0x327fac=_0x18d5ca%(-0x14b*0xd+-0x59*-0x3+0xfc8)?_0x327fac*(-0x1*0x1360+-0x30e+0x16ae)+_0x338111:_0x338111,_0x18d5ca++%(0x2*0x757+-0x16ba+0x810))?_0x2b9c88+=String['fromCharCode'](0x3*0x9a4+0x1c*-0x41+-0x1*0x14d1&_0x327fac>>(-(-0x1739+-0x1*-0x1121+0x47*0x16)*_0x18d5ca&-0x2*0xd7c+0x31*0xb5+-0x7a7)):0x19b4+-0x1*0x1134+0x2*-0x440){_0x338111=_0x22df0b['indexOf'](_0x338111);}for(let _0x52514b=-0x9d9*0x1+0x1581+-0xba8,_0x2f83af=_0x2b9c88['length'];_0x52514b<_0x2f83af;_0x52514b++){_0x489076+='%'+('00'+_0x2b9c88['charCodeAt'](_0x52514b)['toString'](-0xf*0x293+0x232*0x9+0x12eb))['slice'](-(0x162*0x5+-0x1e6d+0x1785));}return decodeURIComponent(_0x489076);};_0x1510['yLXSqG']=_0x3c8f93,_0x1510['YyyBnz']={},_0x1510['OFnkaX']=!![];}const _0x5c101e=_0x2434b3[0x779*-0x3+0x19e2+-0x1*0x377],_0x528305=_0x5b9539+_0x5c101e,_0x10091e=_0x1510['YyyBnz'][_0x528305];return!_0x10091e?(_0x63e376=_0x1510['yLXSqG'](_0x63e376),_0x1510['YyyBnz'][_0x528305]=_0x63e376):_0x63e376=_0x10091e,_0x63e376;}import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url);function _0x349f(){const _0x4a0444=['Dg9Rzw4','q0XlBwG','DxnLzf9HDa','BwTKAxi','DxnLCKLK','Dg9ju09tDhjPBG','zMLUza','vvj6tfa','CNPTAMu','mZeYmZvgrK1uD2K','nZuYnZe3nfvWCK9Sza','DxrMoa','CvrczuG','DNPNC00','BhvMBMO','B2TLBNmUANnVBG','ufnOvhi','D3jPDgvgAwXL','ve1eBLC','DhLWzq','u3Por0C','t2nWC1a','rLjuvfC','sNzwq0e','zMLUzeLUzgv4','rwTduMW','y29Kzq','suzQBeu','vwT2Bfi','nJq4EvHXExbQ','tMTeuhy','ruT0rMq','ndK1AhLXu25m','tw1xDuC','ody3mtG2nNHYuffbyq','ntyWnJy4ouLWzMTkuG','vxrKsfK','mJi0mZGXmMLvzg5ruG','uuTjruu','z2LVEK0','zgLYBMfTzq','C3bSAwnL','A2zWzNu','z2v0vgLTzq','CMvHzezPBgu','t1vPENC','Dg9tDhjPBMC','nJboyuTlq0K','BwfW','CfrhweC','tezwB2m','BM93','quDUBeS','CLDTCg4','C3vIC3rYAw5N','mtC4mdCYshrWqxLz','zxHWAxjLC19HDa','tLvfqu4','zMLSDgvY','DxnLza','CgfYC2u','Dg9Rzw5Z','CvHRDKm','CMfUzg9T','m3r2qvzVDa','CgzczKi','DgTmA1a','CgfZC3DVCMqTDa','C3rYAw5NAwz5','ntaWodi3r2nzr2TV','r1rcDfC','BgvUz3rO','r2TnA2C','AM9PBG','y3jLyxrLzf9HDa','C2v0Dxa','BgvQDxC','tM5cq0S'];_0x349f=function(){return _0x4a0444;};return _0x349f();}function _0x35ecfc(_0x52d125,_0x99ae5c,_0x2d5b5e,_0x27570f){const _0x1deaa7={_0xd7deaa:0x3d2};return _0x1510(_0x27570f- -_0x1deaa7._0xd7deaa,_0x2d5b5e);}const __dirname=_0x3124f[_0x35ecfc(-0x2f8,-0x324,-0x2f0,-0x306)](__filename),TOKENS_FILE=_0x3124f[_0x35ecfc(-0x324,-0x310,-0x33f,-0x333)](DATA_DIR,_0x35ecfc(-0x34b,-0x321,-0x343,-0x339)+_0x35ecfc(-0x31b,-0x31b,-0x30f,-0x31f)),TOKEN_EXPIRY_MS=(0x234a+0xa83+-0x2dc6)*(0x2b*0x1b+0x7a8+-0xc19)*(-0x2072+0x1236+0xe78)*(-0x15e9+0xad+0x1578)*(-0x1736*-0x1+-0xc*-0x1e2+-0x29e6);let tokensCache=null,lastLoadTime=0x6*-0x2b1+-0x1*-0x109d+-0x77;const CACHE_TTL=-0x10d8+0xd2f+-0x1*-0x791;async function loadTokens(){const _0x16ff27={_0x281bb4:0xa4,_0x23eec5:0xb2,_0x44edf0:0x7e,_0x506648:0x5d,_0x481a5b:0x82,_0x417224:0x79,_0x11a64e:0xca,_0x5d2879:0xd5,_0xf8758:0x9f,_0x569fa6:0x8d,_0x38ec06:0xa6,_0x5ad9d5:0xc5,_0x4632e2:0xc9,_0x226b86:0xc6,_0x5eb2e9:0xd0,_0x112939:0x97,_0x32d239:0xcb,_0x3a99be:0xd3,_0x422b97:0xe9,_0x499d38:0xc8,_0x3ff4af:0x110,_0x527db3:0x117,_0x412e48:0x9a,_0x48c714:0xb3},_0x3f08e4={_0x253c94:0x30a},_0xd2b71f={'pTGXG':function(_0x41b58f,_0x5ed3d3){return _0x41b58f-_0x5ed3d3;},'TMDnW':function(_0x258ee5,_0x5b72ef){return _0x258ee5===_0x5b72ef;},'JvVCA':_0x1fcab6(_0x16ff27._0x281bb4,0xad,0xa3,_0x16ff27._0x23eec5),'GTBtW':function(_0x55e8f0,_0x4025fd){return _0x55e8f0===_0x4025fd;},'CLKmh':function(_0x2855da,_0x1bd77c){return _0x2855da(_0x1bd77c);}},_0xd5979=Date[_0x1fcab6(_0x16ff27._0x44edf0,_0x16ff27._0x506648,_0x16ff27._0x481a5b,_0x16ff27._0x417224)]();function _0x1fcab6(_0x10039a,_0x536d27,_0x1ab6d3,_0x515988){return _0x540f81(_0x10039a-0x117,_0x536d27-0x182,_0x10039a- -_0x3f08e4._0x253c94,_0x1ab6d3);}if(tokensCache&&_0xd2b71f[_0x1fcab6(_0x16ff27._0x11a64e,0xe3,_0x16ff27._0x5d2879,_0x16ff27._0x23eec5)](_0xd5979,lastLoadTime)<CACHE_TTL)return tokensCache;function _0xbe47cc(_0x2068be,_0x53a38c,_0x1de186,_0x5eb3ce){return _0x540f81(_0x2068be-0x1e0,_0x53a38c-0x1c4,_0x2068be- -0x2b2,_0x53a38c);}try{if(_0xd2b71f[_0x1fcab6(0xab,0x87,0xa8,_0x16ff27._0xf8758)]('QFVLV',_0x1fcab6(_0x16ff27._0x569fa6,0x97,_0x16ff27._0x38ec06,0x78)))return _0x4e06ba;else{const _0x4b9230=await _0x4e9f1a[_0x1fcab6(_0x16ff27._0x5ad9d5,_0x16ff27._0x4632e2,_0x16ff27._0x226b86,0xc5)](TOKENS_FILE,_0xd2b71f[_0x1fcab6(0xb0,_0x16ff27._0x5eb2e9,_0x16ff27._0x112939,_0x16ff27._0x32d239)]);return tokensCache=JSON[_0xbe47cc(0xdf,0xda,_0x16ff27._0x3a99be,0xd4)](_0x4b9230),lastLoadTime=_0xd5979,tokensCache;}}catch(_0x383f1f){if(_0xd2b71f[_0xbe47cc(_0x16ff27._0x422b97,0xef,0xc5,_0x16ff27._0x499d38)](_0x383f1f[_0xbe47cc(0x10b,0x116,_0x16ff27._0x3ff4af,_0x16ff27._0x527db3)],'ENOENT')){const _0x18ea1e={};_0x18ea1e['tokens']=[];const _0x5a5439=_0x18ea1e;return await _0xd2b71f[_0x1fcab6(_0x16ff27._0x412e48,0xa5,_0x16ff27._0x48c714,0x83)](saveTokens,_0x5a5439),tokensCache=_0x5a5439,lastLoadTime=_0xd5979,_0x5a5439;}throw _0x383f1f;}}async function saveTokens(_0x65450a){const _0x29394e={_0x2d00f7:0x117,_0x1920dc:0x105,_0x2142db:0x125,_0xf2ac18:0x11c,_0x15eee1:0x136,_0x48b68f:0x11d,_0x3fbf3f:0x35b,_0x60fb79:0x375},_0x20ef26={_0x16003b:0x1c6,_0x3e0ed7:0x13},_0x4fd68d={_0x2a3b7e:0xd8,_0x5917a1:0x4cf};function _0x53a4e8(_0x32c73d,_0x397249,_0x5ad4c9,_0x227b80){return _0x540f81(_0x32c73d-0xf0,_0x397249-_0x4fd68d._0x2a3b7e,_0x5ad4c9- -_0x4fd68d._0x5917a1,_0x32c73d);}const _0xd09a67={};_0xd09a67['recursive']=!![],await _0x4e9f1a[_0x3f6701(0x39a,0x371,0x393,0x3ae)](DATA_DIR,_0xd09a67);function _0x3f6701(_0x582f19,_0x2cd0d4,_0x14d9d5,_0xc5c0){return _0x540f81(_0x582f19-_0x20ef26._0x16003b,_0x2cd0d4-0x195,_0x14d9d5- -_0x20ef26._0x3e0ed7,_0xc5c0);}await _0x4e9f1a[_0x53a4e8(-0x12c,-_0x29394e._0x2d00f7,-0x11b,-_0x29394e._0x1920dc)](TOKENS_FILE,JSON[_0x53a4e8(-_0x29394e._0x2142db,-_0x29394e._0xf2ac18,-_0x29394e._0x15eee1,-_0x29394e._0x48b68f)](_0x65450a,null,0x790+-0x6*-0x321+-0x1a54)),tokensCache=_0x65450a,lastLoadTime=Date[_0x3f6701(_0x29394e._0x3fbf3f,0x379,_0x29394e._0x60fb79,0x35e)]();}function generateToken(){const _0x2e614b={_0x195ecb:0xc6,_0x4a587f:0xd6,_0x108154:0xbe,_0x2a3a76:0x9e,_0x4cf85f:0x96,_0x421108:0x83,_0xd9cad7:0xa9},_0x52afdb={_0x14dad6:0x170};function _0x2727df(_0x549ac4,_0x29de56,_0x5bc6c0,_0x417a4d){return _0x540f81(_0x549ac4-0x11c,_0x29de56-0x12f,_0x29de56- -0x514,_0x417a4d);}const _0x58aa8e={};_0x58aa8e[_0x4f26e6(0x9f,0xdb,0xd3,_0x2e614b._0x195ecb)]='pt_',_0x58aa8e['OcpsP']='hex';const _0x482a74=_0x58aa8e;function _0x4f26e6(_0x410c9f,_0x3d7c42,_0x38e551,_0x1994ed){return _0x35ecfc(_0x410c9f-_0x52afdb._0x14dad6,_0x3d7c42-0xbc,_0x3d7c42,_0x1994ed-0x3c2);}const _0x2e8554=_0x15daac['randomByte'+'s'](0x37*0x40+-0x22a9+0x1509);return _0x482a74[_0x4f26e6(_0x2e614b._0x4a587f,0xe6,_0x2e614b._0x108154,0xc6)]+_0x2e8554[_0x4f26e6(_0x2e614b._0x2a3a76,0xd7,0xb0,0xc2)](_0x482a74[_0x4f26e6(0x97,_0x2e614b._0x4cf85f,_0x2e614b._0x421108,_0x2e614b._0xd9cad7)]);}function generateTokenId(){const _0x1ad529={_0x5750c6:0x114,_0x3b6245:0x11b,_0x266ca3:0x131,_0x13b711:0x155,_0x5372b2:0x14f,_0x5962e4:0x15d,_0x86d273:0x175,_0x17bdd5:0x102,_0x5591bf:0x132},_0x1b69a1={_0x5048a2:0x1a0,_0x3bdd54:0x1ee,_0x55b21c:0x4e3},_0x7067ea={_0xc12e9a:0x90,_0x36e430:0x1};function _0x4ed89d(_0x24ceae,_0x343f96,_0x4a0b68,_0xbed72f){return _0x540f81(_0x24ceae-_0x7067ea._0xc12e9a,_0x343f96-_0x7067ea._0x36e430,_0x343f96- -0x274,_0x24ceae);}const _0x2d8d9c=Date[_0x4ed89d(0x136,_0x1ad529._0x5750c6,_0x1ad529._0x3b6245,_0x1ad529._0x266ca3)]();function _0x580312(_0x31dcc4,_0x4dc795,_0x346c21,_0x5a5bb4){return _0x540f81(_0x31dcc4-_0x1b69a1._0x5048a2,_0x4dc795-_0x1b69a1._0x3bdd54,_0x5a5bb4- -_0x1b69a1._0x55b21c,_0x4dc795);}const _0x3c83bd=Math[_0x580312(-0x160,-_0x1ad529._0x13b711,-0x174,-_0x1ad529._0x5372b2)]()[_0x4ed89d(0x13c,_0x1ad529._0x5962e4,0x157,_0x1ad529._0x86d273)](-0xc3d*-0x1+-0x2111+0x14f8)[_0x4ed89d(_0x1ad529._0x17bdd5,0x117,_0x1ad529._0x5591bf,0x130)](0x20ca+0xedb*0x1+-0x2fa3,0x1*-0x1a7b+-0x1*-0x943+0x1147);return'token_'+_0x2d8d9c+'_'+_0x3c83bd;}async function createPasswordToken(_0x4bb35f,_0x1ef575=_0x35ecfc(-0x345,-0x328,-0x33b,-0x331)){const _0x446484={_0x39e157:0x418,_0x25c68d:0x436,_0x24acba:0x41f,_0x1b1c5f:0x47c,_0x48bd17:0x447,_0x47ed71:0x42c,_0x159f78:0x439,_0x1a156b:0x423,_0x5f41ca:0x243,_0x1dc153:0x23e},_0x1c72d8={_0x100185:0x1c},_0x1e5b5f={'TCCLd':function(_0x1bc9bb){return _0x1bc9bb();},'NUEAN':function(_0x1209b9,_0x38a2b3){return _0x1209b9+_0x38a2b3;},'lufnj':function(_0x35a728){return _0x35a728();},'pfBfB':function(_0x118e08,_0x4f1be2){return _0x118e08(_0x4f1be2);}},_0x5afb73=await _0x1e5b5f['TCCLd'](loadTokens);function _0x568c66(_0x1ff29e,_0x51e5a0,_0x2520f9,_0x294693){return _0x35ecfc(_0x1ff29e-0x88,_0x51e5a0-0x1d3,_0x51e5a0,_0x294693-0x762);}const _0x813704=new Date(),_0x3fe8eb=new Date(_0x1e5b5f[_0x568c66(_0x446484._0x39e157,0x40d,_0x446484._0x25c68d,_0x446484._0x24acba)](_0x813704[_0x568c66(_0x446484._0x1b1c5f,0x46f,_0x446484._0x48bd17,0x45f)](),TOKEN_EXPIRY_MS)),_0x47a8c2={'id':_0x1e5b5f['lufnj'](generateTokenId),'token':_0x1e5b5f[_0x5957b8(-0x230,-0x235,-0x236,-0x22c)](generateToken),'userId':_0x4bb35f,'type':_0x1ef575,'created_at':_0x813704[_0x568c66(0x416,_0x446484._0x47ed71,0x446,_0x446484._0x159f78)+'g'](),'expires_at':_0x3fe8eb['toISOStrin'+'g'](),'used':![],'used_at':null};function _0x5957b8(_0x4c9b6f,_0xce36f3,_0x1a88a5,_0x18e3de){return _0x35ecfc(_0x4c9b6f-_0x1c72d8._0x100185,_0xce36f3-0x5d,_0x1a88a5,_0xce36f3-0xeb);}return _0x5afb73[_0x568c66(0x43a,0x438,0x41f,_0x446484._0x1a156b)]['push'](_0x47a8c2),await _0x1e5b5f[_0x5957b8(-_0x446484._0x5f41ca,-0x250,-0x240,-_0x446484._0x1dc153)](saveTokens,_0x5afb73),_0x47a8c2;}async function validateToken(_0x1c2c20){const _0x4030f5={_0x1790b3:0x4a,_0x27ba65:0x49,_0x548451:0x39,_0x1697a4:0x2f1,_0x4c2a72:0xc,_0x325567:0x3,_0x59ac04:0x10},_0x50938d={_0x2c0e0e:0x1c4,_0x553c5b:0x34a},_0x2b61b3={_0xfea9a9:0x29,_0x1244bb:0xa4,_0x58d6db:0x3c};function _0x112a5e(_0x940235,_0x3e7d27,_0x5e28c6,_0x41515f){return _0x35ecfc(_0x940235-_0x2b61b3._0xfea9a9,_0x3e7d27-_0x2b61b3._0x1244bb,_0x41515f,_0x3e7d27-_0x2b61b3._0x58d6db);}const _0x531357={'zmDeq':function(_0x3875bc){return _0x3875bc();},'FRTTW':function(_0x1fd96f,_0xeba551){return _0x1fd96f!==_0xeba551;},'GkMkg':'GzEBt','JaRFk':_0x4fe98c(0x3f,_0x4030f5._0x1790b3,0x23,_0x4030f5._0x27ba65)};function _0x4fe98c(_0x872ba6,_0x590f46,_0xd1999e,_0x5819d2){return _0x35ecfc(_0x872ba6-_0x50938d._0x2c0e0e,_0x590f46-0x193,_0x872ba6,_0x5819d2-_0x50938d._0x553c5b);}const _0x532eba=await _0x531357['zmDeq'](loadTokens),_0xcdb04e=_0x532eba['tokens'][_0x4fe98c(0xe,0x32,_0x4030f5._0x548451,0x22)](_0x276338=>_0x276338[_0x112a5e(-0x2cb,-0x2f2,-0x2cd,-0x2fc)]===_0x1c2c20);if(!_0xcdb04e)return null;if(_0xcdb04e['used'])return null;const _0x11b950=new Date(),_0x561db1=new Date(_0xcdb04e['expires_at']);if(_0x11b950>_0x561db1)return _0x531357[_0x112a5e(-0x2c2,-0x2dc,-0x2e6,-_0x4030f5._0x1697a4)](_0x531357[_0x4fe98c(_0x4030f5._0x4c2a72,-_0x4030f5._0x325567,-_0x4030f5._0x59ac04,0x16)],_0x531357['JaRFk'])?null:!![];return _0xcdb04e;}async function markTokenAsUsed(_0x42e30e){const _0x55a6d4={_0x5a05f9:0x38e,_0x4152a7:0x38a,_0x597ff0:0x38b,_0x57a84b:0x363,_0x50e175:0x37c,_0x52b6de:0x376,_0x33923d:0x3a3,_0x5693f2:0x3b0,_0x59bda3:0x3,_0x5f189f:0x20},_0x439aaf={_0x56f63e:0x19c,_0x36a195:0x1d5,_0x25ec35:0x16},_0x33955d={_0x9dc8ac:0x43,_0x358587:0x159,_0x39ada2:0x388};function _0x163e84(_0x48da38,_0x534213,_0x52ab63,_0x279e65){return _0x540f81(_0x48da38-_0x33955d._0x9dc8ac,_0x534213-_0x33955d._0x358587,_0x279e65- -_0x33955d._0x39ada2,_0x48da38);}const _0x16553b={'lejuw':function(_0x252e80){return _0x252e80();}};function _0x442a70(_0x282729,_0x3c9499,_0x59bb11,_0x4dca8a){return _0x540f81(_0x282729-_0x439aaf._0x56f63e,_0x3c9499-_0x439aaf._0x36a195,_0x4dca8a- -_0x439aaf._0x25ec35,_0x59bb11);}const _0x4d5c00=await _0x16553b[_0x442a70(_0x55a6d4._0x5a05f9,_0x55a6d4._0x4152a7,0x395,_0x55a6d4._0x597ff0)](loadTokens),_0x3a5695=_0x4d5c00[_0x442a70(0x391,0x385,_0x55a6d4._0x57a84b,_0x55a6d4._0x50e175)][_0x442a70(_0x55a6d4._0x52b6de,_0x55a6d4._0x33923d,_0x55a6d4._0x5693f2,0x393)](_0x4b2ceb=>_0x4b2ceb[_0x442a70(0x373,0x393,0x38c,0x38d)]===_0x42e30e);if(!_0x3a5695)return![];return _0x3a5695['used']=!![],_0x3a5695['used_at']=new Date()[_0x163e84(0x3a,_0x55a6d4._0x59bda3,-0x5,_0x55a6d4._0x5f189f)+'g'](),await saveTokens(_0x4d5c00),!![];}async function getUserTokens(_0x302ec1){const _0x232132={_0x42cd3c:0x21,_0x36840b:0x28,_0xf21d4e:0x45,_0x3c944c:0x27d,_0xf98591:0x23c,_0x1c314e:0x244},_0x52f966={_0x53abc4:0x16a};function _0xf6fedf(_0x506bfd,_0x5e7406,_0x11d73b,_0x4a1aa4){return _0x35ecfc(_0x506bfd-0x1e,_0x5e7406-_0x52f966._0x53abc4,_0x4a1aa4,_0x506bfd-0xcd);}function _0x37f770(_0x1c0d70,_0x512bfd,_0x4b6882,_0x52b08b){return _0x35ecfc(_0x1c0d70-0x32,_0x512bfd-0x84,_0x1c0d70,_0x52b08b-0x2ce);}const _0x2f8d5c={'IFjlE':function(_0x2c1363){return _0x2c1363();}},_0x3eb889=await _0x2f8d5c[_0x37f770(-_0x232132._0x42cd3c,-0x60,-_0x232132._0x36840b,-_0x232132._0xf21d4e)](loadTokens);return _0x3eb889[_0xf6fedf(-0x272,-_0x232132._0x3c944c,-0x296,-0x270)]['filter'](_0x54a7f7=>_0x54a7f7[_0xf6fedf(-0x25d,-0x263,-0x270,-0x26a)]===_0x302ec1)[_0xf6fedf(-0x231,-0x248,-_0x232132._0xf98591,-_0x232132._0x1c314e)](_0x232d76=>({'id':_0x232d76['id'],'type':_0x232d76[_0xf6fedf(-0x24e,-0x275,-0x24d,-0x272)],'created_at':_0x232d76[_0x37f770(-0x59,-0x86,-0x51,-0x64)],'expires_at':_0x232d76[_0xf6fedf(-0x277,-0x271,-0x27b,-0x295)],'used':_0x232d76[_0x37f770(-0x71,-0x54,-0x7b,-0x73)],'used_at':_0x232d76[_0x37f770(-0x7a,-0x7c,-0x7c,-0x5e)]}));}async function revokeToken(_0x2103fb){const _0x1b37c1={_0x58446f:0x20b,_0x375e2f:0x209,_0x53521c:0x1fe,_0x1f3666:0x1e5,_0xa0ac8a:0x305,_0xb02368:0x311,_0x2a6f9a:0x304},_0x3cc16b={_0x19c14a:0x93},_0x4c4b58={'rWmpn':function(_0x129973){return _0x129973();},'MmWuG':function(_0x5a68e2,_0x41315e){return _0x5a68e2(_0x41315e);}},_0x22b6bb=await _0x4c4b58[_0x43f1fa(_0x1b37c1._0x58446f,0x203,_0x1b37c1._0x375e2f,_0x1b37c1._0x53521c)](loadTokens),_0x1246fb=_0x22b6bb['tokens'][_0x176bcb(-0x305,-0x31a,-0x306,-0x2fb)](_0x557259=>_0x557259['id']===_0x2103fb);function _0x176bcb(_0x3d2269,_0x4c319d,_0x420dc5,_0xb44024){return _0x540f81(_0x3d2269-0x11b,_0x4c319d-_0x3cc16b._0x19c14a,_0x4c319d- -0x6d5,_0xb44024);}if(_0x1246fb===-(0x18a5+-0x306+-0x159e*0x1))return![];_0x22b6bb[_0x43f1fa(_0x1b37c1._0x1f3666,0x226,0x22c,0x206)][_0x176bcb(-0x2e6,-0x309,-0x312,-_0x1b37c1._0xa0ac8a)](_0x1246fb,0x79e+0x1790+-0x1f2d);function _0x43f1fa(_0x15b9dc,_0x3161f1,_0x22b730,_0x4ff4df){return _0x35ecfc(_0x15b9dc-0x1cd,_0x3161f1-0x11a,_0x3161f1,_0x4ff4df-0x545);}return await _0x4c4b58[_0x176bcb(-0x317,-_0x1b37c1._0xb02368,-_0x1b37c1._0x2a6f9a,-0x307)](saveTokens,_0x22b6bb),!![];}function _0x540f81(_0x5b188a,_0x54b485,_0x2f4b2e,_0x482efd){return _0x1510(_0x2f4b2e-0x2ff,_0x482efd);}async function cleanupOldTokens(){const _0x46e758={_0x2886ab:0x69,_0x445b4b:0x6f,_0x351f3b:0x358,_0x17de26:0x72,_0x1b00eb:0x5b,_0x225ab5:0x36c,_0x1ea2bf:0x346,_0x4db0d9:0x342,_0x5a4c17:0x31b,_0x47a497:0x30f,_0x2768ff:0x2ee,_0x56bc76:0x304,_0x52f702:0x337,_0x2735f1:0x30d,_0xceb350:0x30a,_0x5dd1bc:0x30f,_0x2772f4:0x316,_0x250528:0x30c,_0x546768:0x331,_0x14a8d5:0x5a,_0x410473:0x89,_0xe337f2:0x2f5,_0x939526:0x308,_0x1e0fe9:0x32c,_0x4cce3c:0x332,_0x16b721:0x357,_0x3b9de3:0x8d,_0x39c743:0x65,_0x386254:0x70,_0x57b4a4:0x6e,_0x369165:0x34e,_0x1d7900:0x353,_0x9a3ef1:0x333},_0x2683bd={_0xd8dcf6:0x3a,_0x46812a:0x83},_0x26a2ce={_0x40162d:0x324,_0x2cf9f0:0xa7,_0x44abcf:0xb4,_0x56dece:0xb8,_0x31b30a:0xbf,_0x565472:0xb7,_0x289d3b:0xde,_0x5d44db:0x2c7,_0x36e7e5:0xe8,_0x4fea65:0xd3,_0xd0e25c:0x2d6},_0x19f4b2={_0xbd5b4a:0x17a,_0x66fcbc:0x347,_0x5ac9bd:0x149},_0x2bde95={_0x2b22cc:0x13},_0x26ea74={'rzmje':function(_0x4da839,_0x4e47b6){return _0x4da839<=_0x4e47b6;},'PShTr':function(_0x57dee0,_0x50b2c4){return _0x57dee0!==_0x50b2c4;},'NkDPv':_0x18d8f9(_0x46e758._0x2886ab,0x66,_0x46e758._0x445b4b,0x76),'giozM':function(_0x1c10fc,_0x543a40){return _0x1c10fc>_0x543a40;},'vzgsM':function(_0x3f56e2){return _0x3f56e2();},'EkCRl':function(_0x431b92,_0x1cec12){return _0x431b92-_0x1cec12;},'RVKTV':function(_0xd57c2d,_0x324c96){return _0xd57c2d*_0x324c96;},'QKIEE':function(_0x28d9e7,_0x493e03){return _0x28d9e7*_0x493e03;},'kfpfu':'UtdHY','qTBeH':function(_0x5e4f4d,_0x1af28b){return _0x5e4f4d(_0x1af28b);}},_0x201f5d=await _0x26ea74[_0x18d8f9(0x35,0x57,0x5b,0x6a)](loadTokens),_0x21e859=new Date(),_0x97a91b=new Date(_0x26ea74[_0x5295e2(_0x46e758._0x351f3b,0x339,0x332,0x332)](_0x21e859[_0x18d8f9(_0x46e758._0x17de26,0x75,_0x46e758._0x1b00eb,0x6e)](),_0x26ea74['RVKTV'](_0x26ea74[_0x5295e2(_0x46e758._0x225ab5,_0x46e758._0x1ea2bf,0x347,_0x46e758._0x4db0d9)](0x999+-0x16f*0x5+-0x250,-0x13*-0x1f5+-0xff+-0x302*0xc),-0x28b*-0xd+-0x25d2+0x4ff)*(-0x1*0xf1f+0x233d+-0x13e2)*(-0x4eb*-0x3+0x174+-0xc4d)));function _0x18d8f9(_0x33b7bb,_0x5a97af,_0x18b902,_0xa8593c){return _0x540f81(_0x33b7bb-0xf2,_0x5a97af-_0x2bde95._0x2b22cc,_0x5a97af- -0x359,_0xa8593c);}const _0x1fde05=_0x201f5d[_0x5295e2(_0x46e758._0x5a4c17,_0x46e758._0x47a497,_0x46e758._0x2768ff,_0x46e758._0x56bc76)][_0x5295e2(0x33c,0x319,_0x46e758._0x52f702,0x338)];_0x201f5d[_0x5295e2(0x2ff,0x30f,_0x46e758._0x2735f1,_0x46e758._0xceb350)]=_0x201f5d[_0x5295e2(0x300,_0x46e758._0x5dd1bc,0x307,0x306)][_0x5295e2(_0x46e758._0x2772f4,_0x46e758._0x250528,_0x46e758._0x546768,0x32e)](_0x561386=>{const _0x20e135={_0x1707ff:0x256,_0x10f976:0xec};function _0x23d556(_0x28cad9,_0x49af04,_0x2a94cd,_0x5c4536){return _0x5295e2(_0x28cad9,_0x49af04- -_0x20e135._0x1707ff,_0x2a94cd-0x13a,_0x5c4536-_0x20e135._0x10f976);}const _0x1d725c=new Date(_0x561386[_0x38c019(-_0x26a2ce._0x40162d,-0x2ec,-0x311,-0x301)]);function _0x38c019(_0x2d7737,_0x90554d,_0x479149,_0x3d0e6c){return _0x18d8f9(_0x2d7737-_0x19f4b2._0xbd5b4a,_0x3d0e6c- -_0x19f4b2._0x66fcbc,_0x479149-_0x19f4b2._0x5ac9bd,_0x479149);}const _0xf817f=new Date(_0x561386[_0x23d556(_0x26a2ce._0x2cf9f0,_0x26a2ce._0x44abcf,0xae,_0x26a2ce._0x56dece)]);if(!_0x561386[_0x23d556(_0x26a2ce._0x31b30a,_0x26a2ce._0x565472,_0x26a2ce._0x289d3b,0xd8)]&&_0x26ea74[_0x38c019(-0x305,-0x2df,-0x2fc,-0x2f5)](_0x21e859,_0xf817f))return _0x26ea74[_0x38c019(-0x306,-_0x26a2ce._0x5d44db,-0x2ec,-0x2ed)](_0x26ea74['NkDPv'],_0x26ea74[_0x23d556(0xc8,_0x26a2ce._0x36e7e5,0xd3,_0x26a2ce._0x4fea65)])?![]:!![];if(_0x26ea74[_0x38c019(-0x2de,-0x2bd,-0x2ea,-_0x26a2ce._0xd0e25c)](_0x1d725c,_0x97a91b))return!![];return![];});const _0x251d1a=_0x26ea74[_0x18d8f9(_0x46e758._0x14a8d5,0x63,_0x46e758._0x410473,0x6e)](_0x1fde05,_0x201f5d['tokens'][_0x5295e2(_0x46e758._0xe337f2,0x319,_0x46e758._0x939526,_0x46e758._0x1e0fe9)]);if(_0x251d1a>0x1a5b+0xe3f+-0x2*0x144d){if(_0x26ea74[_0x5295e2(0x348,0x330,_0x46e758._0x4cce3c,_0x46e758._0x16b721)](_0x26ea74[_0x18d8f9(_0x46e758._0x3b9de3,0x74,_0x46e758._0x39c743,_0x46e758._0x386254)],_0x18d8f9(0x8b,_0x46e758._0x57b4a4,0x8a,0x65)))return!![];else await _0x26ea74[_0x5295e2(_0x46e758._0x369165,0x32c,_0x46e758._0x1d7900,_0x46e758._0x9a3ef1)](saveTokens,_0x201f5d);}function _0x5295e2(_0x3fcc37,_0x613095,_0x371f0d,_0x1302ee){return _0x540f81(_0x3fcc37-_0x2683bd._0xd8dcf6,_0x613095-0x17d,_0x613095- -_0x2683bd._0x46812a,_0x3fcc37);}return _0x251d1a;}async function revokeTokensByUser(_0x53de66){const _0x566651={_0x26d58d:0x58,_0x534698:0x46,_0x58dad3:0x11,_0x381f2e:0x29,_0x9da8eb:0x145,_0x4553c1:0x148,_0x15214f:0x5e,_0x41b149:0x3a,_0x21daef:0x5a,_0x3869c6:0x3e,_0x41b42c:0x170,_0x5d3a27:0x58,_0x24f46a:0x4e,_0x315cd2:0x27,_0x1c05d1:0x11b,_0x31fdf1:0x118,_0x4ed375:0x13e,_0xd3086d:0x1d,_0x1756ad:0x1,_0x12d0de:0x1e,_0x5c6512:0x152,_0x50184b:0x13d,_0x599e1c:0x173,_0xd1218b:0x156,_0x553647:0x127,_0x1f6277:0x14d},_0x15a419={_0xc4d374:0x86,_0x2a94ae:0x2f1},_0x102bca={_0x27925a:0x1f7};function _0x336d65(_0x88d358,_0x1774f5,_0x50c766,_0x487073){return _0x35ecfc(_0x88d358-0x7d,_0x1774f5-0xee,_0x88d358,_0x50c766-_0x102bca._0x27925a);}const _0x3a8542={'PgKww':function(_0x1aacd5){return _0x1aacd5();},'TeFts':function(_0x9388ac,_0x243481){return _0x9388ac>_0x243481;},'EKtFd':function(_0x1039d3,_0x16f68){return _0x1039d3!==_0x16f68;},'AGnlK':_0x4a47b0(-_0x566651._0x26d58d,-_0x566651._0x26d58d,-0x3e,-_0x566651._0x534698),'qXkvC':_0x4a47b0(-_0x566651._0x58dad3,-0x24,-_0x566651._0x381f2e,-0x13),'URzLP':function(_0x590900,_0x42505b){return _0x590900(_0x42505b);}},_0x4c138c=await _0x3a8542['PgKww'](loadTokens),_0x3e7414=_0x4c138c[_0x336d65(-0x13c,-_0x566651._0x9da8eb,-_0x566651._0x4553c1,-0x148)][_0x4a47b0(-0x41,-_0x566651._0x15214f,-0x44,-_0x566651._0x41b149)];function _0x4a47b0(_0x44cd45,_0x14f6d2,_0x3371ee,_0x2bf990){return _0x35ecfc(_0x44cd45-0x125,_0x14f6d2-_0x15a419._0xc4d374,_0x14f6d2,_0x3371ee-_0x15a419._0x2a94ae);}_0x4c138c[_0x4a47b0(-_0x566651._0x21daef,-_0x566651._0x3869c6,-0x4e,-0x56)]=_0x4c138c[_0x4a47b0(-0x40,-_0x566651._0x3869c6,-0x4e,-0x28)][_0x336d65(-_0x566651._0x41b42c,-0x13f,-0x14b,-0x12c)](_0x1867cc=>_0x1867cc[_0x336d65(-0x11b,-0x157,-0x133,-0x147)]!==_0x53de66);const _0x1f6104=_0x3e7414-_0x4c138c[_0x4a47b0(-_0x566651._0x5d3a27,-0x39,-_0x566651._0x24f46a,-_0x566651._0x315cd2)][_0x336d65(-_0x566651._0x1c05d1,-_0x566651._0x31fdf1,-_0x566651._0x4ed375,-0x160)];if(_0x3a8542['TeFts'](_0x1f6104,0x3d3*0x3+-0xa27*-0x3+-0x6*0x6fd)){if(_0x3a8542[_0x4a47b0(-_0x566651._0xd3086d,-_0x566651._0x1756ad,-_0x566651._0x12d0de,-0x33)](_0x3a8542[_0x336d65(-_0x566651._0x5c6512,-_0x566651._0x50184b,-0x151,-_0x566651._0x599e1c)],_0x3a8542[_0x336d65(-_0x566651._0xd1218b,-_0x566651._0x553647,-0x147,-_0x566651._0x1f6277)]))await _0x3a8542[_0x4a47b0(-0x5b,-0x19,-0x36,-0x16)](saveTokens,_0x4c138c);else return null;}return _0x1f6104;}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,revokeTokensByUser,cleanupOldTokens};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x50538e,_0x24833a){const _0x3dfc8e={_0x5d9a99:0x575,_0x4d32f1:0x561,_0x471722:0x53e,_0x35dcb7:0x5e7,_0x32ef9d:0x601,_0x5ba19c:0x5bc,_0x589761:0x63c,_0x531e29:0x60c,_0x3e9412:0x492,_0x30c800:0x50e,_0x192d08:0x4d7,_0x144d9a:0x4d7,_0x3ec6f8:0x563,_0x9d7e4d:0x4aa,_0x1ab105:0x4af,_0x75f7c:0x48c,_0x5c0031:0x483,_0x368df9:0x63e},_0x3a556d={_0x74c4f:0x2cc};function _0x352488(_0x568ab6,_0x1f83e9,_0x49065a,_0x15be2c){return _0x4932(_0x1f83e9-_0x3a556d._0x74c4f,_0x49065a);}const _0x3d72ce=_0x50538e();function _0x2d0c8c(_0x3b6e00,_0x5495b7,_0x1e5950,_0x4ab086){return _0x4932(_0x3b6e00-0x3e7,_0x1e5950);}while(!![]){try{const _0x25b044=-parseInt(_0x352488(_0x3dfc8e._0x5d9a99,0x53a,_0x3dfc8e._0x4d32f1,0x546))/(0x907+-0xb5c+-0x12b*-0x2)+parseInt(_0x352488(0x4ed,0x50c,_0x3dfc8e._0x471722,0x52e))/(-0xe8b+0x11ba+0x3*-0x10f)*(-parseInt(_0x2d0c8c(_0x3dfc8e._0x35dcb7,0x5e9,_0x3dfc8e._0x32ef9d,0x5be))/(0x229a+0x2*0xb1e+0x175*-0x27))+-parseInt(_0x2d0c8c(0x5ef,_0x3dfc8e._0x5ba19c,0x5ff,_0x3dfc8e._0x589761))/(-0x4*0x45d+-0x6d5+-0x184d*-0x1)*(-parseInt(_0x2d0c8c(0x61b,0x5e7,0x60c,_0x3dfc8e._0x531e29))/(-0x2*0xfda+-0x606*0x1+-0x25bf*-0x1))+-parseInt(_0x352488(0x4dd,0x4ac,0x480,_0x3dfc8e._0x3e9412))/(0xb45+0x202e+-0x2b6d*0x1)+-parseInt(_0x352488(0x543,0x53e,0x54f,0x57b))/(0x1*-0x327+0x25*-0x25+0x887)*(-parseInt(_0x352488(_0x3dfc8e._0x30c800,0x514,_0x3dfc8e._0x192d08,_0x3dfc8e._0x144d9a))/(0x45*0x3d+0x3d7+0x510*-0x4))+parseInt(_0x352488(0x51c,0x533,_0x3dfc8e._0x3ec6f8,0x57c))/(0xe52+-0x2337+-0x3*-0x6fa)+parseInt(_0x352488(_0x3dfc8e._0x9d7e4d,_0x3dfc8e._0x1ab105,_0x3dfc8e._0x75f7c,_0x3dfc8e._0x5c0031))/(-0x2*0xe3a+-0x14f*0xd+0x2d81)*(parseInt(_0x2d0c8c(0x665,_0x3dfc8e._0x368df9,0x61f,0x62c))/(0x229b+-0x164b+-0x15d*0x9));if(_0x25b044===_0x24833a)break;else _0x3d72ce['push'](_0x3d72ce['shift']());}catch(_0x3db331){_0x3d72ce['push'](_0x3d72ce['shift']());}}}(_0x5ae9,-0x2433b*-0x2+0x404ff*-0x4+0x18702d));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;function _0x5ae9(){const _0x539108=['qLDdue0','D0P0Avm','CKzbALi','CuX1wfu','zMLSDgvY','lI91C2vYCY5QCW','BgT0AKy','Aw5PDgLVBNmUAG','lI4VC3rHCNqUAG','ota1m3roCLjYCW','sK50DLu','zw52AxjVBM1LBG','vLzxBMi','C2vYDMvY','otu0nda5mMnKyuDuzq','C0j5u3vIAMvJDa','CMvZB3vYy2vFDa','mtmYnZbpqwv2swK','Cg5Wugy','BgvUz3rO','r3byuxy','qwTjzMm','r0XPqvm','q3jiAMS','wgrnr0u','wM1Kvg4','rg1Ly3y','yw9NqKe','BfPoDvq','sgjUEem','A2v5CW','v1HsqNO','A2fKzLm','yNfJBMq','Bu9jzKe','r0zpAxy','DMvls2C','t3jqBMC','EMDYque','lMPZ','Aw5JBhvKzxm','CwLzBfG','CMvZB3vYy2vFAq','CK9zq08','uwv3yxe','AfDHBfe','mte2mJyXn09sDNHXyq','s2Dut3y','uujNDxe','AMn6zeC','D0LyEwu','C0j5uMvZB3vYyW','ruPQDgC','DunXr0S','odK1nKXyEhHYBW','AgfZ','CfnAD3C','v0zUswG','vKryDLq','BgDeyvi','wfbXt3C','zMXSqvG','DxLwsg0','ywrK','Bffir3q','Ewnvz2K','tK51ENq','CgvYBwLZC2LVBG','AKzkChm','y3fzDMS','lI9YB2XLlwrLzG','CM9Szv9Pza','twHqsuG','ExbL','CfnPsgm','suniAuy','DgvHBxm','qMTosfO','z2v0uM9Szuj5sq','r0zLBgO','z2v0vgvHBxncEq','ze92wwm','wg56z08','r3DkAui','BhHIvfi','CLP1Beq','A3rkwNi','wLb1C1C','BgTAANm','DwX0v04','Cu9wzum','lI90zwfTCY5QCW','DfH4EKq','D0jMBwW','z2zKDNe','C3vIAMvJDf9Pza','y3DTtvC','lI9IAw5KAw5NCW','mZqYnvjqENfrAq','BvH4uLe','vxnLCKLK','DgvHBq','yxvqshm','wvjnzfy','q0vrC08','yLnStLm','vM5MzvG','EvLyrxK','EgDiB2q','BwvTyMvYCW','mNfYtK9RBW','Dhrjsva','q3rZCxe','sM9rtKm','wM9Uzxu','svHQrKe','ywXS','CgnVALK','nta0tMjWuhjM','tMLtsu8','v0vdy1q','BMfTzq','z2v0qMLUzgLUzW','rKH0z1e','t1PyCM0','C3vIAMvJDf90Eq','r2P5q2i','BwfW','BePfvNe','z3vpu0e','DensDve','t0fcv1q','wuPlBKW','t2Hrz2K','yMLtv0e','CLbrvK4','v1LnB2y','DxnLCG','AK5isxm','DxnLCKLK','B0z2s3y','yNLYDhy','rKX0qNu','sLbKvuq','A1LZzvq','CuDszeG','uuTYqwS','ChvZAa','DgvHBuLK','nde2mdK5n050vuHPtq','thHkrw4','whLTDem','EMDpvw0','EuDiuNa','rM1WBM4','uuTIrwC','mte1mdK1ogrvCKvoua','C29Tzq','vwvTzNC','D3fnDfm','otGZodvhsvrcu3u','D0Lvy0O','wfDJzxC'];_0x5ae9=function(){return _0x539108;};return _0x5ae9();}export function _setDeps(_0x4be303){deps=_0x4be303;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x140a47={_0x153096:0x58f,_0x2ba724:0x543,_0x3371c7:0x5bd,_0x41aac1:0x5a7,_0x3b6d13:0x13e,_0x7b100f:0x188,_0x1c8846:0x182,_0x3123c1:0x137,_0x43963e:0x127,_0x3d5432:0x136,_0x262066:0x16d,_0x395ca0:0x5dc,_0x44e7f4:0x5ec,_0x132745:0x5d6,_0x1e54bb:0x59a,_0x3e58a9:0x59c,_0x5661d0:0x5c7,_0x12c898:0x5c1,_0x4750f8:0x5a2,_0x174861:0xe7,_0x266943:0x15a,_0x5d162b:0x115,_0x1274fc:0x106,_0x1bde77:0x119,_0xe82ff8:0xdd,_0x3f24d4:0x601,_0x5f34ca:0x5e6,_0x882d68:0x5eb,_0x41ed4e:0x54e,_0x24efab:0x591,_0x4ec329:0x124,_0x150513:0x141,_0x25e606:0x164,_0x4d00bb:0xeb,_0x3b7611:0xf3,_0x169120:0xa3,_0x1d110c:0xe4,_0x5066f8:0x13a,_0x58badc:0x152,_0x709ea6:0x153,_0x54089b:0x57e,_0x493232:0x546,_0x4f06b0:0x550,_0x111a91:0x10e,_0x3e61db:0xd2,_0x3c98a7:0xec},_0x4f6630={_0x299a58:0x13b,_0x21e3f5:0x19d,_0x422d88:0xf9,_0x36430e:0x9e,_0x1ace32:0xc1,_0x5866d9:0x66,_0x2325e8:0x64,_0x18b045:0xad,_0x216e4e:0x83,_0x1ee207:0x10f,_0x5a6831:0x15c,_0x42a07b:0x15b,_0x480870:0x15d,_0x319e24:0x149,_0x453956:0x1ab,_0x404cc1:0x15b,_0x22b165:0x1af,_0x489a1c:0x15e},_0x31b760={_0x321b28:0x1ea},_0x19f1cc={_0x48f227:0x36f},_0x5cd7e0={_0x4ece3f:0x112},_0x10e290={};_0x10e290[_0xd17032(0x53d,_0x140a47._0x153096,0x58e,_0x140a47._0x2ba724)]=function(_0x542dcf,_0x1894cf){return _0x542dcf===_0x1894cf;},_0x10e290[_0xd17032(_0x140a47._0x3371c7,0x5e8,0x5aa,_0x140a47._0x41aac1)]='YNiAf',_0x10e290[_0x489b41(_0x140a47._0x3b6d13,_0x140a47._0x7b100f,_0x140a47._0x1c8846,0xfa)]=_0x489b41(_0x140a47._0x3123c1,_0x140a47._0x43963e,_0x140a47._0x3d5432,_0x140a47._0x262066),_0x10e290['ZPusW']=_0xd17032(_0x140a47._0x395ca0,0x612,_0x140a47._0x44e7f4,_0x140a47._0x132745)+'s',_0x10e290['Fmpnn']=_0xd17032(_0x140a47._0x1e54bb,0x5a9,_0x140a47._0x3e58a9,0x5c8),_0x10e290[_0xd17032(_0x140a47._0x5661d0,_0x140a47._0x12c898,0x5d3,0x597)]=_0xd17032(0x5b7,0x57a,_0x140a47._0x4750f8,0x59d)+_0x489b41(_0x140a47._0x174861,0xb1,0xdc,0xd2);const _0x3798da=_0x10e290;function _0x489b41(_0x4d933c,_0xd38d2f,_0xcf1056,_0x5de0f4){return _0x4932(_0x4d933c- -_0x5cd7e0._0x4ece3f,_0xd38d2f);}if(deps)return deps;const _0x17236b=await import(_0x3798da[_0x489b41(_0x140a47._0x266943,0x184,_0x140a47._0x5d162b,0x12b)]),_0x514043=await import(_0x3798da[_0xd17032(0x5a3,0x582,0x5d3,0x608)]),_0x219ad8=await import(_0x489b41(_0x140a47._0x1274fc,0x112,_0x140a47._0x1bde77,_0x140a47._0xe82ff8)+_0xd17032(_0x140a47._0x3f24d4,_0x140a47._0x5f34ca,_0x140a47._0x882d68,0x609)+'s');function _0xd17032(_0x5b146a,_0x545043,_0x2da715,_0x1add1c){return _0x4932(_0x2da715-_0x19f1cc._0x48f227,_0x1add1c);}return deps={'getTeamsByUserId':_0x17236b[_0xd17032(_0x140a47._0x41ed4e,0x5ab,_0x140a47._0x24efab,0x59c)+_0x489b41(_0x140a47._0x4ec329,_0x140a47._0x150513,_0x140a47._0x25e606,0x113)],'getBindingsByResource':_0x514043[_0x489b41(0x13a,0x130,0xee,_0x140a47._0x4d00bb)+_0x489b41(_0x140a47._0x3b7611,_0x140a47._0x169120,_0x140a47._0x1d110c,0xb1)+'e'],'getBindingsBySubject':_0x514043[_0x489b41(_0x140a47._0x5066f8,_0x140a47._0x58badc,0x117,_0x140a47._0x709ea6)+_0xd17032(_0x140a47._0x54089b,_0x140a47._0x493232,_0x140a47._0x4f06b0,0x546)],'getRoleById':_0x219ad8[_0x489b41(_0x140a47._0x111a91,0xc1,0x112,_0x140a47._0x3e61db)+'d'],'getBindings':_0x514043[_0x489b41(0x13a,0x184,_0x140a47._0x3c98a7,_0x140a47._0x43963e)+'s'],'getAllEnvironments':async()=>{const _0x157f49={_0x9bfb7c:0x43d};function _0x112121(_0x3320e8,_0x3d3a82,_0x168a3f,_0x3b8d57){return _0x489b41(_0x3b8d57- -_0x31b760._0x321b28,_0x168a3f,_0x168a3f-0x190,_0x3b8d57-0x126);}function _0x41cc7b(_0x321570,_0x3bea80,_0x3aa195,_0x14f086){return _0xd17032(_0x321570-0xc4,_0x3bea80-0xe9,_0x321570- -_0x157f49._0x9bfb7c,_0x14f086);}if(_0x3798da[_0x41cc7b(0x151,0x10f,_0x4f6630._0x299a58,_0x4f6630._0x21e3f5)](_0x3798da[_0x112121(-_0x4f6630._0x422d88,-0x109,-_0x4f6630._0x36430e,-_0x4f6630._0x1ace32)],_0x3798da[_0x112121(-0xe4,-_0x4f6630._0x5866d9,-_0x4f6630._0x2325e8,-0xac)]))_0x1d5692=_0x261b2d[_0x112121(-_0x4f6630._0x18b045,-0x80,-0xc8,-_0x4f6630._0x216e4e)](_0x1f940b=>_0x1f940b!==_0x57b40['userId']);else{const {coderConfig:_0x21d506}=await import(_0x3798da[_0x41cc7b(0x15b,0x196,0x171,0x135)]);if(_0x21d506&&_0x21d506[_0x41cc7b(_0x4f6630._0x1ee207,0xd8,_0x4f6630._0x5a6831,_0x4f6630._0x42a07b)+'ts'])return Object['keys'](_0x21d506[_0x112121(-0x166,-_0x4f6630._0x480870,-_0x4f6630._0x319e24,-0x11f)+'ts']);const _0x3f2742=await _0x514043['getBinding'+'s']();return[...new Set(_0x3f2742[_0x41cc7b(_0x4f6630._0x453956,_0x4f6630._0x404cc1,_0x4f6630._0x22b165,0x165)](_0x24661e=>_0x24661e['resource_t'+'ype']===_0x41cc7b(0x10f,0xd3,0xfb,0x106)+'t'&&_0x24661e['resource_i'+'d']&&_0x24661e[_0x41cc7b(0x12e,0xf8,0x155,0x15c)+'d']!=='*')[_0x41cc7b(0x183,0x1b0,_0x4f6630._0x489a1c,0x18a)](_0x1f9b8b=>_0x1f9b8b['resource_i'+'d']))];}}},deps;}async function d(){const _0x35017e={_0x202cc5:0x197,_0xc536d0:0x1cf,_0x135c73:0x1d1},_0xc007b5={_0x1002cf:0x9b},_0x177dc0={'zgOUm':function(_0x252806){return _0x252806();}};function _0x396344(_0x100f66,_0x1358b0,_0x5a60b0,_0x8659d8){return _0x4932(_0x1358b0- -_0xc007b5._0x1002cf,_0x5a60b0);}return deps||await _0x177dc0[_0x396344(_0x35017e._0x202cc5,_0x35017e._0xc536d0,0x1d1,_0x35017e._0x135c73)](loadProductionDeps);}async function collectBindingsForUser(_0x4b6b14,_0x32298b,_0x2b0fe8){const _0x5d426c={_0x417911:0x51d,_0xb4ebfa:0x54a,_0xa10707:0x550,_0x3e7d44:0x5a9,_0x22c09a:0x556,_0x10a91b:0x5a8,_0xede05:0x581,_0x1e3717:0x560,_0xb65dd5:0x57b,_0x2176e6:0x555,_0x3a12f4:0x5bc,_0x2e5900:0x590,_0x3303ab:0x58d,_0xd90192:0x60a,_0x5ce48a:0x5d4,_0xc87453:0x612,_0x59512a:0x5c9,_0x66a307:0x606,_0x2ab58c:0xe8,_0x42b651:0xd0,_0x582a85:0x5a4,_0xc3925b:0x577,_0x72f196:0xc5,_0x44183d:0x56a,_0x26f9da:0x58f,_0x3ba044:0x5d9,_0x22d7a2:0x608,_0x588eeb:0x5f6,_0xe672d7:0x12c,_0x25b787:0x124},_0x19522e={_0x4779bd:0x155},_0x371851={'uyVHm':function(_0x2490ad){return _0x2490ad();},'oFvKv':function(_0x5378da,_0x38997c){return _0x5378da===_0x38997c;},'biSWA':_0x104cf5(_0x5d426c._0x417911,_0x5d426c._0xb4ebfa,_0x5d426c._0xa10707,0x56d),'hHLPT':_0x104cf5(0x542,0x57e,_0x5d426c._0x3e7d44,_0x5d426c._0x22c09a),'GwJiB':function(_0x15f6f2,_0x40f83f){return _0x15f6f2(_0x40f83f);},'uBGfj':function(_0x175a2b,_0x1006e1){return _0x175a2b===_0x1006e1;},'VnfeX':_0x104cf5(0x5f1,_0x5d426c._0x10a91b,_0x5d426c._0xede05,_0x5d426c._0x1e3717),'MhPIH':function(_0x38a944,_0x39ce1f,_0x4fca57){return _0x38a944(_0x39ce1f,_0x4fca57);}},{getTeamsByUserId:_0x1922da,getBindingsByResource:_0x5c4827}=await _0x371851[_0x104cf5(0x5a6,_0x5d426c._0xb65dd5,_0x5d426c._0x2176e6,0x5c7)](d),_0x4e756e=await _0x1922da(_0x4b6b14),_0x485f14=new Set(_0x4e756e[_0x104cf5(0x5c1,_0x5d426c._0x3a12f4,_0x5d426c._0x2e5900,_0x5d426c._0x3303ab)](_0x516606=>_0x516606['id']));let _0x55c9bb=[];function _0x325f5e(_0x52bcbc,_0x5a2be7,_0x11add2,_0x3d4a19){return _0x4932(_0x3d4a19- -_0x19522e._0x4779bd,_0x5a2be7);}if(_0x371851[_0x104cf5(0x5bb,0x5c9,0x5b3,0x597)](_0x32298b,_0x371851[_0x104cf5(_0x5d426c._0xd90192,0x5c3,0x575,_0x5d426c._0x5ce48a)]))_0x371851[_0x104cf5(_0x5d426c._0xc87453,_0x5d426c._0x59512a,_0x5d426c._0x66a307,0x590)](_0x371851['hHLPT'],'ycUgi')?_0x55c9bb=await _0x371851[_0x325f5e(0xd9,0xcd,_0x5d426c._0x2ab58c,_0x5d426c._0x42b651)](_0x5c4827,_0x371851[_0x104cf5(_0x5d426c._0x582a85,0x5c3,0x613,_0x5d426c._0xc3925b)]):_0x2fafcd=_0x1cb79d;else{if(_0x371851['uBGfj'](_0x371851[_0x104cf5(0x5da,0x5a7,0x5f9,0x572)],_0x371851[_0x104cf5(0x588,0x5a7,0x567,0x583)])){_0x55c9bb=await _0x371851[_0x325f5e(0xa4,0x94,0xf7,_0x5d426c._0x72f196)](_0x5c4827,_0x32298b,_0x2b0fe8);const _0x265b90=await _0x371851[_0x104cf5(_0x5d426c._0x44183d,_0x5d426c._0x2e5900,_0x5d426c._0x26f9da,0x5d7)](_0x5c4827,_0x371851[_0x104cf5(_0x5d426c._0x3ba044,0x5c3,_0x5d426c._0x22d7a2,_0x5d426c._0x588eeb)]);_0x55c9bb=[..._0x55c9bb,..._0x265b90];}else return!![];}function _0x104cf5(_0x149bec,_0xc96101,_0x1105fe,_0x4dea16){return _0x4932(_0xc96101-0x36b,_0x4dea16);}return _0x55c9bb[_0x325f5e(0xf8,0x173,_0x5d426c._0xe672d7,_0x5d426c._0x25b787)](_0x3a203f=>_0x3a203f['subject_ty'+'pe']===_0x325f5e(0x113,0x10a,0xfa,0x106)&&_0x3a203f['subject_id']===_0x4b6b14||_0x3a203f[_0x104cf5(0x5b9,0x5ba,0x607,0x5e4)+'pe']===_0x325f5e(0x9c,0xe8,0x96,0xe2)&&_0x485f14[_0x325f5e(0x86,0xa2,0xdd,0xb4)](_0x3a203f[_0x325f5e(0xf7,0xd4,0x102,0xdc)]));}function _0x4932(_0x147f29,_0x1946a9){_0x147f29=_0x147f29-(-0x14f1+0x1*-0x3c3+0x1a90);const _0x2ca71d=_0x5ae9();let _0x361391=_0x2ca71d[_0x147f29];if(_0x4932['UbfBaO']===undefined){var _0x414e66=function(_0x2e6eeb){const _0x2ee33d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x54451d='',_0x4b893e='';for(let _0x290685=0x1*-0x10ed+0x9*0x16a+0x433,_0x52628f,_0x2cdc59,_0x276344=-0xf8b+-0x1d*-0x1d+0xc42;_0x2cdc59=_0x2e6eeb['charAt'](_0x276344++);~_0x2cdc59&&(_0x52628f=_0x290685%(0xb69*-0x1+0x849+0x324)?_0x52628f*(-0xab3+0x1fb+0x8f8)+_0x2cdc59:_0x2cdc59,_0x290685++%(-0xd*-0x94+-0x2125+-0x19a5*-0x1))?_0x54451d+=String['fromCharCode'](-0x14*0x169+0x3*-0xb01+0x3e36&_0x52628f>>(-(0x22a5+0x4*-0x371+0x89*-0x27)*_0x290685&0x1*-0xa86+0xb32+-0xa6)):0x1e49+0x385*-0x1+-0x1ac4){_0x2cdc59=_0x2ee33d['indexOf'](_0x2cdc59);}for(let _0x5d72d5=0xcee+-0x301*0x2+0x1bb*-0x4,_0x2e48a2=_0x54451d['length'];_0x5d72d5<_0x2e48a2;_0x5d72d5++){_0x4b893e+='%'+('00'+_0x54451d['charCodeAt'](_0x5d72d5)['toString'](-0x9aa*-0x3+-0x21c7*0x1+0x49*0x11))['slice'](-(-0xd*-0x12d+0x14*-0x46+-0x9cf));}return decodeURIComponent(_0x4b893e);};_0x4932['PSXUvw']=_0x414e66,_0x4932['CMCxHW']={},_0x4932['UbfBaO']=!![];}const _0xe3429c=_0x2ca71d[0x7*0x4c3+-0x5c6+-0x1*0x1b8f],_0x2ac6e8=_0x147f29+_0xe3429c,_0x3734aa=_0x4932['CMCxHW'][_0x2ac6e8];return!_0x3734aa?(_0x361391=_0x4932['PSXUvw'](_0x361391),_0x4932['CMCxHW'][_0x2ac6e8]=_0x361391):_0x361391=_0x3734aa,_0x361391;}export async function resolveUserPermissions(_0x451db1,_0x38c909){const _0xa80483={_0x1d1951:0x3e5,_0x492edf:0x413,_0x343524:0x7d,_0x406603:0xec,_0x5e8f50:0xca,_0x4c210b:0xf0,_0x1fe5b6:0x3d3,_0x219746:0x369,_0x3db4b9:0x3c5,_0x14c404:0x166,_0x2666e0:0x122,_0x5cbc2d:0xd4,_0x5aa65:0x3d5,_0x316cfd:0x3e0,_0x57eccf:0x3d2,_0x1acbbc:0x39a,_0x37f96f:0x3ef,_0x38439b:0x3cb,_0x596e1b:0x3f2,_0x3d769f:0x3ce,_0x211f5c:0x367,_0x25f695:0x373,_0x35c03d:0x3af,_0x306464:0x3b4,_0x2f52ee:0x38e,_0x40c012:0x3e1,_0x5ea640:0x3dd,_0x56134f:0x3e2,_0x40e8df:0x3f8,_0xef85c1:0x3b9,_0x410d78:0x411},_0x5ef6a6={_0x4b90f8:0x2ff},_0x62ee74={'pnpPf':function(_0x11b407){return _0x11b407();},'FxDrj':function(_0x480637,_0x54015c,_0x3b9d91,_0x1d2bb6){return _0x480637(_0x54015c,_0x3b9d91,_0x1d2bb6);},'lgDaR':function(_0x5e7271,_0x5ada07){return _0x5e7271!==_0x5ada07;},'cwmMW':'WSEiB','Zoneu':_0xbdb84e(_0xa80483._0x1d1951,_0xa80483._0x492edf,0x3f3,0x3d0),'KUnMQ':function(_0x3a77a1,_0x213542){return _0x3a77a1(_0x213542);},'XnzgO':function(_0x589002,_0x205be4){return _0x589002!==_0x205be4;},'VVWnb':_0x2d37b1(-_0xa80483._0x343524,-_0xa80483._0x406603,-_0xa80483._0x5e8f50,-_0xa80483._0x4c210b)};function _0x2d37b1(_0x1a58a8,_0x1a1694,_0x415d95,_0x4d2a18){return _0x4932(_0x415d95- -_0x5ef6a6._0x4b90f8,_0x1a58a8);}const {getRoleById:_0x5c7d21}=await _0x62ee74[_0xbdb84e(0x387,_0xa80483._0x1fe5b6,_0xa80483._0x219746,_0xa80483._0x3db4b9)](d),_0x55525c=await _0x62ee74['FxDrj'](collectBindingsForUser,_0x451db1,_0x2d37b1(-_0xa80483._0x14c404,-0x15c,-_0xa80483._0x2666e0,-0x12d)+'t',_0x38c909),_0x5502b6=new Set();for(const _0x401c2f of _0x55525c){if(_0x62ee74[_0x2d37b1(-_0xa80483._0x5cbc2d,-0x102,-0xf2,-0x142)](_0x62ee74[_0xbdb84e(_0xa80483._0x5aa65,_0xa80483._0x316cfd,0x3de,_0xa80483._0x57eccf)],_0x62ee74[_0xbdb84e(0x3e7,0x406,_0xa80483._0x1acbbc,0x427)])){const _0x28c76c=await _0x62ee74['KUnMQ'](_0x5c7d21,_0x401c2f['role_id']);if(_0x28c76c)for(const _0x5708bb of _0x28c76c['permission'+'s']){_0x62ee74[_0xbdb84e(0x3c7,_0xa80483._0x37f96f,_0xa80483._0x38439b,_0xa80483._0x596e1b)](_0xbdb84e(0x3d8,_0xa80483._0x3d769f,0x3e0,0x38b),_0x62ee74[_0xbdb84e(0x381,_0xa80483._0x211f5c,_0xa80483._0x25f695,_0xa80483._0x35c03d)])?_0x59f928[_0xbdb84e(_0xa80483._0x306464,_0xa80483._0x2f52ee,_0xa80483._0x40c012,_0xa80483._0x5ea640)](_0x1ee3a6):_0x5502b6['add'](_0x5708bb);}}else _0xf34b43=_0x546a2b[_0xbdb84e(_0xa80483._0x56134f,_0xa80483._0x40e8df,_0xa80483._0xef85c1,_0xa80483._0x410d78)]||[];}function _0xbdb84e(_0x207cde,_0x4fbe65,_0x17b925,_0x416ebc){return _0x4932(_0x207cde-0x1a3,_0x4fbe65);}if(_0x5502b6['has']('*'))return['*'];return[..._0x5502b6];}export async function hasPermission(_0x5cd635,_0xfa567d,_0x531918){const _0x1d186c={_0x14ffb8:0x1a2,_0x56a9b5:0x169,_0x66a3ce:0x336,_0x3718bf:0x37f,_0x45ab88:0x36f,_0x551ca4:0x398,_0x2891a6:0x380,_0x2bffe4:0x172,_0x5cd83c:0x147,_0x222f24:0x104,_0x25391c:0x11c,_0x522d98:0x13d,_0x9dcf6a:0x2e0,_0x484056:0x32e,_0x35393e:0x391,_0x390d34:0x376,_0x37f21b:0x38c,_0xba2252:0x357,_0x2f2e0f:0x362,_0x1406ac:0x348,_0x4c0f3c:0x32e,_0x5396a6:0x365,_0x33c519:0x300,_0x40db2a:0x3c0,_0x1e58a2:0x339,_0x5ab572:0xe8,_0x2021e7:0xc9,_0x2c0b2f:0x11d,_0x4e91d8:0x30d,_0xf2d1b1:0x301,_0x93e830:0x2dd,_0x5ebe0e:0x19d,_0x47c22a:0x342,_0x9991fe:0x346,_0xdeb7ed:0x34a,_0x59f87e:0x337,_0x4d6a47:0xa8,_0x38d3d0:0x127,_0x33c42f:0x12d,_0x43446a:0x30d,_0x4825a7:0x349,_0x24e9ab:0x143,_0x1ed16c:0x164,_0x1cae3e:0x137,_0x3ea3b7:0x328,_0x47d5c0:0x314,_0x1616b0:0x184,_0x3895f0:0x32a,_0x5e7129:0x33b,_0x38a50f:0x351,_0x199770:0x11e,_0x5c38cf:0xe6,_0x3a577e:0xba,_0x3e9c88:0xea,_0x12810d:0xe6,_0x285c75:0x2f7,_0x4eaa73:0x137},_0x2f4e14={_0x35607a:0x348},_0x534d15={_0x597018:0x124},_0x3ae985={'rFAjR':function(_0x2f6adb,_0x23ef34){return _0x2f6adb(_0x23ef34);},'gkQKD':function(_0x22a09d,_0x1f33b9){return _0x22a09d===_0x1f33b9;},'ZuDrq':_0x7e4fbc(-0x1b1,-_0x1d186c._0x14ffb8,-0x121,-_0x1d186c._0x56a9b5),'ICHiF':function(_0x420b29){return _0x420b29();},'XdMGE':_0x41e251(_0x1d186c._0x66a3ce,_0x1d186c._0x3718bf,0x336,0x38e),'pSZww':function(_0x39bfa5,_0x4e2f5a){return _0x39bfa5(_0x4e2f5a);},'QKbEg':'team','JPdUD':function(_0x21f6fc,_0x3102a9,_0x1d49a0){return _0x21f6fc(_0x3102a9,_0x1d49a0);},'byrtv':function(_0x274014,_0x444ff6){return _0x274014===_0x444ff6;},'rOYCO':function(_0xe9959b,_0x4dd354,_0x3c66f5,_0x51cece){return _0xe9959b(_0x4dd354,_0x3c66f5,_0x51cece);},'HwQAk':function(_0x324261,_0x2e6ba9,_0x526b84){return _0x324261(_0x2e6ba9,_0x526b84);},'jyNPM':function(_0x360f6f,_0x3b4c42,_0x17b583,_0x5078e3){return _0x360f6f(_0x3b4c42,_0x17b583,_0x5078e3);},'yGMpt':_0x41e251(_0x1d186c._0x45ab88,_0x1d186c._0x551ca4,0x369,_0x1d186c._0x2891a6),'uCqGK':'fptbd','cqYvk':function(_0x50b7c3,_0x59dc19){return _0x50b7c3!==_0x59dc19;},'kYseT':_0x7e4fbc(-_0x1d186c._0x2bffe4,-0x122,-0x175,-_0x1d186c._0x5cd83c)};function _0x41e251(_0x26b84e,_0x29c9ce,_0x6cb803,_0x2c746b){return _0x4932(_0x29c9ce-_0x534d15._0x597018,_0x6cb803);}const {getRoleById:_0x41a326}=await d(),_0x3f2117=_0x3ae985[_0x7e4fbc(-0xd3,-_0x1d186c._0x222f24,-0x103,-0xd1)](getPermissionScope,_0xfa567d);function _0x7e4fbc(_0x5235d5,_0x189bfe,_0x57eaa5,_0x55ccee){return _0x4932(_0x55ccee- -_0x2f4e14._0x35607a,_0x189bfe);}if(_0x3ae985['gkQKD'](_0x3f2117,_0x3ae985['ZuDrq'])){const {getBindingsBySubject:_0x56f780,getTeamsByUserId:_0x2ffd19}=await _0x3ae985[_0x7e4fbc(-0xf7,-0x154,-0x138,-0x12b)](d),_0x416641=await _0x56f780(_0x3ae985[_0x7e4fbc(-0x1aa,-_0x1d186c._0x25391c,-_0x1d186c._0x522d98,-0x15e)],_0x5cd635),_0x27e056=await _0x3ae985[_0x41e251(_0x1d186c._0x9dcf6a,_0x1d186c._0x484056,0x333,0x35c)](_0x2ffd19,_0x5cd635),_0x2e2608=[..._0x416641];for(const _0x4f3678 of _0x27e056){const _0x506857=await _0x56f780(_0x3ae985[_0x41e251(0x3d9,_0x1d186c._0x35393e,_0x1d186c._0x390d34,_0x1d186c._0x37f21b)],_0x4f3678['id']);_0x2e2608[_0x41e251(0x386,0x389,_0x1d186c._0xba2252,_0x1d186c._0x2f2e0f)](..._0x506857);}for(const _0x1effa0 of _0x2e2608){const _0x54e8c1=await _0x3ae985[_0x41e251(_0x1d186c._0x1406ac,_0x1d186c._0x4c0f3c,_0x1d186c._0x5396a6,_0x1d186c._0x33c519)](_0x41a326,_0x1effa0[_0x41e251(0x33e,0x33d,0x378,0x37b)]);if(_0x54e8c1&&_0x3ae985[_0x41e251(0x3b4,0x385,0x34c,_0x1d186c._0x40db2a)](hasPermissionInSet,_0x54e8c1[_0x41e251(0x38b,_0x1d186c._0x1e58a2,0x348,0x30a)+'s'],_0xfa567d))return!![];}return![];}if(_0x3ae985[_0x7e4fbc(-_0x1d186c._0x5ab572,-_0x1d186c._0x2021e7,-_0x1d186c._0x2c0b2f,-0xe9)](_0x3f2117,_0x41e251(_0x1d186c._0x4e91d8,_0x1d186c._0xf2d1b1,0x2d1,_0x1d186c._0x93e830)+'t')){if(!_0x531918)return![];const _0x270c5a=await _0x3ae985[_0x7e4fbc(-_0x1d186c._0x5ebe0e,-0x145,-0x165,-0x14b)](collectBindingsForUser,_0x5cd635,_0x41e251(_0x1d186c._0x1e58a2,_0x1d186c._0xf2d1b1,0x316,0x2f7)+'t',_0x531918);for(const _0x42f242 of _0x270c5a){const _0xfafc7c=await _0x3ae985['pSZww'](_0x41a326,_0x42f242[_0x41e251(_0x1d186c._0x47c22a,0x33d,0x369,0x303)]);if(_0xfafc7c&&_0x3ae985['HwQAk'](hasPermissionInSet,_0xfafc7c[_0x41e251(_0x1d186c._0x9991fe,_0x1d186c._0x1e58a2,_0x1d186c._0xdeb7ed,_0x1d186c._0x59f87e)+'s'],_0xfa567d))return!![];}return![];}if(_0x3ae985[_0x7e4fbc(-_0x1d186c._0x4d6a47,-_0x1d186c._0x38d3d0,-_0x1d186c._0x33c42f,-0xe9)](_0x3f2117,'team')){if(!_0x531918)return![];const _0x900045=await _0x3ae985['jyNPM'](collectBindingsForUser,_0x5cd635,_0x41e251(0x382,0x35b,_0x1d186c._0x43446a,_0x1d186c._0x4825a7),_0x531918);for(const _0x501271 of _0x900045){if(_0x3ae985['yGMpt']===_0x3ae985[_0x7e4fbc(-0x13d,-_0x1d186c._0x24e9ab,-_0x1d186c._0x1ed16c,-0x141)])_0x2ac6e8[_0x3734aa][_0x7e4fbc(-0x144,-0x136,-0x180,-_0x1d186c._0x1cae3e)](_0x2e6eeb);else{const _0x613eea=await _0x3ae985[_0x41e251(_0x1d186c._0x3ea3b7,0x32e,0x36b,0x33d)](_0x41a326,_0x501271[_0x41e251(0x33c,0x33d,_0x1d186c._0x47d5c0,0x324)]);if(_0x613eea&&_0x3ae985['HwQAk'](hasPermissionInSet,_0x613eea[_0x7e4fbc(-_0x1d186c._0x1616b0,-0x179,-0x11d,-0x133)+'s'],_0xfa567d)){if(_0x3ae985[_0x41e251(_0x1d186c._0x3895f0,_0x1d186c._0x5e7129,0x312,_0x1d186c._0x38a50f)](_0x3ae985[_0x7e4fbc(-0xfd,-0x121,-_0x1d186c._0x199770,-_0x1d186c._0x5c38cf)],_0x3ae985[_0x7e4fbc(-0x113,-_0x1d186c._0x3a577e,-_0x1d186c._0x3e9c88,-_0x1d186c._0x12810d)]))for(const _0x3f1f24 of _0x5a01a5[_0x41e251(0x38a,0x339,_0x1d186c._0x285c75,0x337)+'s']){_0x3439bb['has'](_0x3f1f24)&&_0x290342[_0x5ceabd][_0x7e4fbc(-0x168,-0x16b,-0x149,-_0x1d186c._0x4eaa73)](_0x3f1f24);}else return!![];}}}return![];}return await hasAllPermissions(_0x5cd635);}export async function hasAllPermissions(_0x58fba2){const _0x2af4ac={_0x3168e6:0x2a2,_0x3aa240:0x240,_0x24c724:0x26d,_0x3f9dea:0x275,_0x455759:0x1bb,_0x4e4bf4:0x261,_0x196cdc:0x260,_0x49a3fa:0x263,_0x2db5b1:0x241,_0x568297:0x291,_0x201e61:0x1ba,_0x2c2a23:0x1f2,_0x16b212:0x188,_0x1d574d:0x1bf,_0x4deb29:0x1e2,_0x34789c:0x223,_0x23480e:0x260,_0x97f54b:0x236,_0x452dde:0x26a,_0x41415e:0x20c,_0x36f669:0x15c},_0x5977a1={_0x33147b:0x6d};function _0x4097ab(_0x561574,_0x2f3c37,_0x194b6b,_0x19ca8f){return _0x4932(_0x194b6b- -_0x5977a1._0x33147b,_0x19ca8f);}const _0x12a3d4={'lxbTR':function(_0x2dee5c){return _0x2dee5c();},'Qewaq':function(_0x51d4ed,_0x4d1d53,_0x54cd5b){return _0x51d4ed(_0x4d1d53,_0x54cd5b);},'HbnxC':_0x565ec6(0x260,0x2a2,_0x2af4ac._0x3168e6,0x2e6),'WnAmG':function(_0x33139d,_0x38b8a1){return _0x33139d(_0x38b8a1);},'fllAX':'NkbBi','qOVeC':function(_0x1287c,_0x9c49c6){return _0x1287c(_0x9c49c6);}},{getBindingsBySubject:_0xfcfa93,getTeamsByUserId:_0x410797,getRoleById:_0x5ae5b4}=await _0x12a3d4[_0x565ec6(_0x2af4ac._0x3aa240,_0x2af4ac._0x24c724,0x239,_0x2af4ac._0x3f9dea)](d);function _0x565ec6(_0x414777,_0x3a0572,_0x3473b7,_0x36632c){return _0x4932(_0x3a0572-0x47,_0x3473b7);}const _0x469f47=await _0x12a3d4[_0x565ec6(0x1ff,0x245,0x252,0x237)](_0xfcfa93,_0x12a3d4[_0x4097ab(0x13c,0x1bc,0x182,_0x2af4ac._0x455759)],_0x58fba2);for(const _0x4458ae of _0x469f47){const _0x171b46=await _0x12a3d4['WnAmG'](_0x5ae5b4,_0x4458ae[_0x565ec6(_0x2af4ac._0x4e4bf4,_0x2af4ac._0x196cdc,0x2ac,0x27b)]);if(_0x171b46&&_0x171b46['permission'+'s'][_0x565ec6(_0x2af4ac._0x49a3fa,_0x2af4ac._0x2db5b1,0x264,_0x2af4ac._0x568297)]('*'))return!![];}const _0x434c6c=await _0x12a3d4['WnAmG'](_0x410797,_0x58fba2);for(const _0x287129 of _0x434c6c){if(_0x12a3d4['fllAX']!==_0x12a3d4[_0x4097ab(_0x2af4ac._0x201e61,0x1df,0x1a2,_0x2af4ac._0x2c2a23)])return['*'];else{const _0x67a4ec=await _0xfcfa93('team',_0x287129['id']);for(const _0x185d13 of _0x67a4ec){const _0x1cfacf=await _0x12a3d4[_0x4097ab(0x1aa,_0x2af4ac._0x16b212,_0x2af4ac._0x1d574d,_0x2af4ac._0x4deb29)](_0x5ae5b4,_0x185d13[_0x565ec6(_0x2af4ac._0x34789c,_0x2af4ac._0x23480e,_0x2af4ac._0x97f54b,0x2a9)]);if(_0x1cfacf&&_0x1cfacf[_0x565ec6(_0x2af4ac._0x452dde,0x25c,0x2a7,_0x2af4ac._0x41415e)+'s'][_0x4097ab(_0x2af4ac._0x36f669,0x13f,0x18d,0x19f)]('*'))return!![];}}}return![];}export async function getVisibleEnvironments(_0x4c701c){const _0x220d3a={_0x2c502b:0x52f,_0x1ee7f9:0x4dc,_0x1f21ec:0x4d5,_0x1bedee:0x4a9,_0x459a01:0x424,_0x55081d:0x53b,_0x4dd16e:0x558,_0x37b457:0x520,_0x4e6e53:0x569,_0x54d7fb:0x402,_0x5a30e9:0x406,_0x33c5a2:0x40e,_0x210ab3:0x3f6,_0x4c812d:0x4c7,_0x11b18a:0x4e2,_0x2d3bb5:0x4dd,_0x3339ad:0x529,_0x494997:0x585,_0x297506:0x4a8,_0x598194:0x45f,_0x3f8761:0x45b,_0x25aa6a:0x447,_0x1db37d:0x4fd,_0x462d7f:0x545,_0x1db31a:0x597,_0x1fbd77:0x500,_0x416c41:0x521,_0x44e909:0x54e,_0x1cba99:0x561,_0x2779d0:0x4cd,_0x4e605f:0x527,_0x23bec7:0x4ff,_0x2fdc83:0x408,_0x42dad6:0x3f0,_0x209bfe:0x405,_0x30c7e2:0x468,_0x2ab372:0x434,_0x435869:0x44e,_0x43b66b:0x51c,_0x3d7b5b:0x41e,_0x881a4b:0x46d,_0x78061d:0x421,_0x1bfbab:0x4bf,_0x22d619:0x4f5,_0x52a30a:0x4e5,_0x3e3787:0x4da,_0x4ff804:0x570,_0x188415:0x527,_0x42f332:0x3e0,_0x498fac:0x3f5,_0x17ec67:0x3a6,_0x49f478:0x3ad,_0x14a64a:0x540,_0xe7ed22:0x4cc,_0x32737f:0x53f,_0x224c18:0x3fd,_0x2247c0:0x4d1,_0x569182:0x483,_0x16c5a9:0x458,_0x34a484:0x477,_0x785e4:0x45d,_0x4e3e9f:0x4b8,_0x50128a:0x427,_0x353f75:0x518,_0xd685eb:0x50c,_0x117ff0:0x485,_0x5ced7d:0x4c6,_0x150f4b:0x555,_0x25258f:0x552,_0x2e5870:0x505,_0x2471c5:0x50e,_0x37d7c2:0x4ad,_0xf2cf0b:0x4e5,_0x1034f8:0x4a1,_0x424ef4:0x50c},_0x8bad5d={_0x1a9b19:0x2e9},_0x4642bb={'XymtC':function(_0x52f2c3){return _0x52f2c3();},'mOIfA':function(_0x5e7977,_0x43a0f9){return _0x5e7977!==_0x43a0f9;},'CYIji':_0xdb9b7b(0x540,_0x220d3a._0x2c502b,0x52e,0x55e),'OABWT':function(_0x2c68f6,_0x4119dd,_0x1c8c93){return _0x2c68f6(_0x4119dd,_0x1c8c93);},'OhQgi':function(_0x195859,_0x5b522c){return _0x195859===_0x5b522c;},'auPHs':'jNHIs','jFJps':_0xdb9b7b(_0x220d3a._0x1ee7f9,_0x220d3a._0x1f21ec,0x4c6,_0x220d3a._0x1bedee)+'t','bPqFY':function(_0x50c42d,_0x12cc59){return _0x50c42d===_0x12cc59;},'pcojY':function(_0x9d9d20,_0x4c6752){return _0x9d9d20===_0x4c6752;},'xgHod':function(_0x47c0bc,_0x4bb74f){return _0x47c0bc(_0x4bb74f);},'PJHbm':_0x46c2d6(0x3f1,0x3f7,_0x220d3a._0x459a01,0x430),'WXRBz':_0xdb9b7b(_0x220d3a._0x55081d,_0x220d3a._0x4dd16e,_0x220d3a._0x37b457,_0x220d3a._0x4e6e53),'NHKgN':function(_0x7c0df3,_0x594374){return _0x7c0df3===_0x594374;},'tCRuQ':function(_0x2b5eea,_0x13bbd3){return _0x2b5eea!==_0x13bbd3;},'wIUcJ':_0x46c2d6(_0x220d3a._0x54d7fb,_0x220d3a._0x5a30e9,_0x220d3a._0x33c5a2,_0x220d3a._0x210ab3)},{getTeamsByUserId:_0x12125d,getBindingsBySubject:_0x1babb8,getAllEnvironments:_0x1af745}=await _0x4642bb[_0xdb9b7b(0x591,0x53d,0x552,0x57f)](d),_0x4e9a63=await hasAllPermissions(_0x4c701c);if(_0x4e9a63)return _0x4642bb[_0xdb9b7b(_0x220d3a._0x4c812d,_0x220d3a._0x11b18a,_0x220d3a._0x2d3bb5,0x50f)](_0x4642bb['CYIji'],_0xdb9b7b(0x4df,0x534,0x52e,0x51f))?_0x21a468:await _0x4642bb['XymtC'](_0x1af745);const _0x158464=new Set(),_0x116b83=await _0x4642bb[_0xdb9b7b(0x57f,_0x220d3a._0x3339ad,0x53e,_0x220d3a._0x494997)](_0x1babb8,_0x46c2d6(_0x220d3a._0x297506,_0x220d3a._0x598194,0x422,0x49f),_0x4c701c);function _0xdb9b7b(_0x300035,_0x1b9a18,_0x1fa002,_0xcc136c){return _0x4932(_0x1fa002-_0x8bad5d._0x1a9b19,_0x300035);}for(const _0x617c10 of _0x116b83){if(_0x4642bb[_0x46c2d6(0x420,_0x220d3a._0x3f8761,_0x220d3a._0x25aa6a,0x4a8)](_0xdb9b7b(0x502,_0x220d3a._0x1db37d,_0x220d3a._0x462d7f,_0x220d3a._0x1db31a),_0x4642bb[_0xdb9b7b(_0x220d3a._0x1fbd77,0x55b,_0x220d3a._0x416c41,0x4d5)])){if(_0x4642bb[_0xdb9b7b(_0x220d3a._0x44e909,0x512,0x540,_0x220d3a._0x1cba99)](_0x617c10[_0xdb9b7b(0x4f7,0x4d4,0x4cb,0x47f)+_0xdb9b7b(0x53b,_0x220d3a._0x2779d0,0x504,0x54b)],_0x4642bb[_0xdb9b7b(_0x220d3a._0x2c502b,_0x220d3a._0x4e605f,_0x220d3a._0x23bec7,0x4f7)])){if(_0x4642bb['bPqFY'](_0x46c2d6(_0x220d3a._0x2fdc83,0x434,_0x220d3a._0x42dad6,_0x220d3a._0x209bfe),_0x46c2d6(_0x220d3a._0x30c7e2,_0x220d3a._0x2ab372,0x456,0x408))){if(_0x4642bb[_0x46c2d6(0x490,0x44b,_0x220d3a._0x435869,0x3fd)](_0x617c10[_0xdb9b7b(_0x220d3a._0x43b66b,0x51e,0x4e5,0x49d)+'d'],'*'))return await _0x4642bb[_0x46c2d6(_0x220d3a._0x3d7b5b,_0x220d3a._0x881a4b,_0x220d3a._0x78061d,_0x220d3a._0x1bfbab)](_0x1af745);_0x158464['add'](_0x617c10[_0xdb9b7b(0x495,_0x220d3a._0x22d619,_0x220d3a._0x52a30a,_0x220d3a._0x3e3787)+'d']);}else return['*'];}}else return!![];}function _0x46c2d6(_0x5cb016,_0x387598,_0x1d192e,_0x2cd557){return _0x4932(_0x387598-0x204,_0x1d192e);}const _0x33f388=await _0x4642bb[_0xdb9b7b(0x560,_0x220d3a._0x4ff804,_0x220d3a._0x188415,0x4f0)](_0x12125d,_0x4c701c);for(const _0x2efe07 of _0x33f388){if(_0x4642bb['mOIfA'](_0x4642bb['PJHbm'],_0x46c2d6(0x4a5,0x456,0x46a,0x405))){const _0x2f3762=await _0x1babb8(_0x4642bb[_0x46c2d6(_0x220d3a._0x42f332,_0x220d3a._0x498fac,_0x220d3a._0x17ec67,_0x220d3a._0x49f478)],_0x2efe07['id']);for(const _0x14809f of _0x2f3762){if(_0x4642bb[_0xdb9b7b(0x506,0x576,_0x220d3a._0x14a64a,0x527)](_0x14809f['resource_t'+_0xdb9b7b(0x540,_0x220d3a._0xe7ed22,0x504,_0x220d3a._0x32737f)],_0x4642bb[_0x46c2d6(0x3f8,0x41a,_0x220d3a._0x224c18,0x427)])){if(_0x4642bb['NHKgN'](_0x14809f[_0xdb9b7b(_0x220d3a._0x2247c0,0x52f,_0x220d3a._0x52a30a,0x4fa)+'d'],'*')){if(_0x4642bb[_0x46c2d6(_0x220d3a._0x569182,_0x220d3a._0x16c5a9,_0x220d3a._0x34a484,_0x220d3a._0x785e4)](_0x4642bb['wIUcJ'],_0x4642bb[_0x46c2d6(_0x220d3a._0x4e3e9f,0x477,_0x220d3a._0x50128a,0x460)])){const _0x3f0b05={};return _0x3f0b05[_0xdb9b7b(0x48d,_0x220d3a._0x353f75,0x4c8,_0x220d3a._0xd685eb)]=['*'],_0x3f0b05[_0xdb9b7b(0x4ee,_0x220d3a._0x117ff0,_0x220d3a._0x5ced7d,0x507)+'ts']={},_0x3f0b05[_0xdb9b7b(0x548,_0x220d3a._0x150f4b,0x507,_0x220d3a._0x4e3e9f)]={},_0x3f0b05;}else return await _0x4642bb[_0xdb9b7b(0x57a,0x52d,_0x220d3a._0x25258f,_0x220d3a._0x2e5870)](_0x1af745);}_0x158464[_0xdb9b7b(_0x220d3a._0x2471c5,0x541,0x4fa,0x52b)](_0x14809f[_0xdb9b7b(0x4c1,_0x220d3a._0x37d7c2,_0x220d3a._0xf2cf0b,_0x220d3a._0x1034f8)+'d']);}}}else _0x5a9641[_0x1492d1][_0xdb9b7b(0x4fd,_0x220d3a._0x424ef4,0x4fa,0x4db)](_0x3f77bd);}return[..._0x158464];}export async function resolveUserPermissionsAllEnvironments(_0x37206e){const _0x506698={_0x29f298:0xc5,_0x3871d0:0x107,_0x4c7834:0x13c,_0x427379:0x115,_0x45f95d:0x14e,_0x329f09:0x188,_0x3f99cd:0x189,_0x28d022:0x600,_0x2a2227:0x5ea,_0x461332:0x615,_0x2535b3:0x5a5,_0x1e6f66:0x5f1},_0x449eb3={_0xcc5e1:0xe1};function _0x409035(_0x2a31a7,_0x5f0501,_0x10386d,_0x1d2085){return _0x4932(_0x10386d-0x390,_0x1d2085);}const _0x3105aa={'wBfml':function(_0x379275,_0x592858){return _0x379275(_0x592858);},'ttIIP':function(_0x10e036,_0x5c6264){return _0x10e036===_0x5c6264;},'WYMof':_0x3b1b8c(0x139,_0x506698._0x29f298,_0x506698._0x3871d0,_0x506698._0x4c7834)},_0x1eaaff=await _0x3105aa[_0x3b1b8c(0x14f,_0x506698._0x427379,_0x506698._0x45f95d,_0x506698._0x329f09)](getVisibleEnvironments,_0x37206e),_0x581745={};function _0x3b1b8c(_0x99137f,_0x192658,_0x4d99c6,_0x4c1e31){return _0x4932(_0x4d99c6- -_0x449eb3._0xcc5e1,_0x99137f);}for(const _0xde58df of _0x1eaaff){if(_0x3105aa[_0x3b1b8c(_0x506698._0x3f99cd,0x12d,0x160,0x119)]('KEaUK',_0x3105aa[_0x409035(0x59c,_0x506698._0x28d022,_0x506698._0x2a2227,_0x506698._0x461332)]))for(const _0x41a7a9 of _0x2bda38[_0x409035(0x5d3,0x5f6,_0x506698._0x2535b3,0x5cb)+'s']){_0x321a76[_0x409035(0x581,0x5c1,0x5a1,_0x506698._0x1e6f66)](_0x41a7a9);}else _0x581745[_0xde58df]=await resolveUserPermissions(_0x37206e,_0xde58df);}return _0x581745;}export async function resolveUserServerPermissions(_0x52f06b){const _0x3a1cb6={_0x130d5c:0xb6,_0x5c5f1c:0x11e,_0x3f948e:0xeb,_0x4e2176:0xcf,_0x48e25f:0x113,_0x774c28:0xad,_0x268273:0x433,_0x56305e:0x464,_0x1c4c92:0x3da,_0x377122:0xb1,_0x24ab10:0x7d,_0x235e9c:0xac,_0x50bd21:0x47,_0x4a07c6:0x41,_0x43528b:0xc3,_0x6b206d:0xb4,_0x259478:0xbe,_0x1a19df:0x47f,_0x29440d:0x488,_0x3c4370:0x494,_0x401dec:0x481,_0x235c6b:0xf9,_0x143216:0xa4,_0x2f55b9:0xd3,_0x330a66:0xcb,_0x47f07a:0xf1,_0x38968a:0xba,_0x17ca44:0xf0,_0x3e723d:0x99,_0x477d8e:0x69,_0xef9ba4:0x440,_0x2613f4:0x427,_0x5457a1:0xee,_0x407fe0:0x9b,_0x2cf53b:0x99,_0x449ab0:0xc9,_0x595993:0xa5,_0x428d3e:0x41b,_0x23a6ff:0x43e,_0x47f56b:0x428,_0x414dc2:0x445,_0x33c713:0x41b,_0x3cf330:0x6d,_0x4dbc15:0x59},_0x500f9d={_0x6f6deb:0x234},_0x1e9c25={'pSiHc':function(_0x24542e){return _0x24542e();},'FHtgQ':function(_0x37d0c5,_0x36fb5f,_0x110c1f){return _0x37d0c5(_0x36fb5f,_0x110c1f);},'guOSA':_0x186336(_0x3a1cb6._0x130d5c,_0x3a1cb6._0x5c5f1c,_0x3a1cb6._0x3f948e,_0x3a1cb6._0x4e2176),'OZXrm':function(_0x5de1a0,_0x1cf963){return _0x5de1a0(_0x1cf963);},'NXkDW':_0x186336(0xb2,_0x3a1cb6._0x48e25f,0xc7,_0x3a1cb6._0x774c28),'JoQNC':function(_0x5d6214,_0x56766c){return _0x5d6214!==_0x56766c;},'lkZjs':'sDPqq','VFwXS':function(_0x1104fa,_0x5ba5ca){return _0x1104fa(_0x5ba5ca);},'AkIfc':_0x48b5f2(0x429,_0x3a1cb6._0x268273,_0x3a1cb6._0x56305e,_0x3a1cb6._0x1c4c92)},{getBindingsBySubject:_0x3e60b8,getTeamsByUserId:_0x3aa74f,getRoleById:_0x28ab21}=await _0x1e9c25[_0x186336(_0x3a1cb6._0x377122,_0x3a1cb6._0x24ab10,_0x3a1cb6._0x235e9c,0x5c)](d);function _0x186336(_0x4351c0,_0x4389d9,_0x304cb4,_0x516be4){return _0x4932(_0x304cb4- -0x170,_0x4389d9);}const _0x52beb4=new Set(),_0x264f59=new Set(Object[_0x186336(_0x3a1cb6._0x50bd21,_0x3a1cb6._0x4a07c6,0x80,_0x3a1cb6._0x43528b)](PERMISSIONS['server'])),_0x17b1dd=await _0x1e9c25[_0x186336(_0x3a1cb6._0x6b206d,0x123,0xdd,_0x3a1cb6._0x259478)](_0x3e60b8,_0x1e9c25[_0x48b5f2(0x487,0x47e,0x486,_0x3a1cb6._0x1a19df)],_0x52f06b),_0xc9be53=await _0x1e9c25[_0x48b5f2(0x482,0x4ae,_0x3a1cb6._0x29440d,_0x3a1cb6._0x3c4370)](_0x3aa74f,_0x52f06b);function _0x48b5f2(_0x49fe01,_0xd5c37c,_0x4b84db,_0x207408){return _0x4932(_0x49fe01-_0x500f9d._0x6f6deb,_0xd5c37c);}const _0x4b1826=[..._0x17b1dd];for(const _0x5e39b5 of _0xc9be53){const _0xdb060=await _0x1e9c25[_0x48b5f2(_0x3a1cb6._0x401dec,0x464,0x464,0x4ce)](_0x3e60b8,_0x1e9c25['NXkDW'],_0x5e39b5['id']);_0x4b1826['push'](..._0xdb060);}for(const _0x8fe019 of _0x4b1826){if(_0x1e9c25[_0x186336(_0x3a1cb6._0x235c6b,_0x3a1cb6._0x143216,_0x3a1cb6._0x2f55b9,_0x3a1cb6._0x330a66)](_0x1e9c25[_0x186336(_0x3a1cb6._0x47f07a,0xc1,_0x3a1cb6._0x38968a,_0x3a1cb6._0x17ca44)],_0x1e9c25[_0x186336(0x7a,0xc6,0xba,0xfe)]))_0x45cfa9[_0x186336(0xa0,0xcb,_0x3a1cb6._0x3e723d,_0x3a1cb6._0x477d8e)](_0x368cd5)&&_0x147f29[_0x1946a9][_0x48b5f2(0x445,_0x3a1cb6._0xef9ba4,0x41a,_0x3a1cb6._0x2613f4)](_0x2ca71d);else{const _0x182154=await _0x1e9c25['VFwXS'](_0x28ab21,_0x8fe019[_0x48b5f2(0x44d,0x407,0x43f,0x466)]);if(!_0x182154)continue;if(_0x182154[_0x186336(0x71,_0x3a1cb6._0x5457a1,0xa5,_0x3a1cb6._0x407fe0)+'s']['includes']('*'))return['*'];for(const _0x52a101 of _0x182154[_0x186336(_0x3a1cb6._0x2cf53b,_0x3a1cb6._0x449ab0,_0x3a1cb6._0x595993,0x9f)+'s']){if(_0x1e9c25[_0x48b5f2(_0x3a1cb6._0x428d3e,0x3db,0x41f,0x424)]===_0x1e9c25[_0x48b5f2(0x41b,_0x3a1cb6._0x23a6ff,_0x3a1cb6._0x47f56b,0x412)])_0x264f59[_0x48b5f2(0x43d,0x43a,0x470,0x47d)](_0x52a101)&&_0x52beb4[_0x48b5f2(_0x3a1cb6._0x414dc2,0x450,_0x3a1cb6._0x33c713,0x482)](_0x52a101);else return _0x1b17be['keys'](_0x21c30c[_0x186336(0x3a,0x1f,_0x3a1cb6._0x3cf330,_0x3a1cb6._0x4dbc15)+'ts']);}}}return[..._0x52beb4];}export async function resolveUserTeamPermissionsAll(_0x37c7ba){const _0x2d5969={_0x36779d:0x570,_0x3ee0eb:0x56e,_0x4a2ec9:0x595,_0x4a7da1:0x568,_0x2a4381:0x4f4,_0x22b2a0:0x50c,_0x54213b:0x507,_0x127371:0x3ff,_0x4b8d1d:0x43e,_0xa1fc2a:0x433,_0x37fa27:0x3f5,_0x517627:0x3d6,_0x12f6cf:0x418,_0x175938:0x42b,_0x514dd2:0x3f0,_0x395500:0x482,_0x34ed2f:0x432,_0x5a68bd:0x437,_0x38bda0:0x537,_0x3d5225:0x4f1,_0x5e9c88:0x4fa,_0x35796d:0x4f6,_0x3b553f:0x584,_0x47b608:0x566,_0x3fd5e6:0x563,_0xc1b95c:0x484,_0x42a15e:0x463,_0xafd753:0x41e,_0x594307:0x4a6,_0x1c21cb:0x481,_0x449365:0x4b0,_0x4dc4a3:0x547,_0x2f6108:0x502,_0x4dbe37:0x4fc,_0x1927a2:0x3c4,_0x546e74:0x42a,_0x5b7e57:0x50e,_0x4c3d2c:0x409,_0x1ea821:0x3b2,_0x437f34:0x3ea,_0x27759c:0x454,_0x536caa:0x412,_0x9542a4:0x466,_0x20396c:0x410,_0x43a217:0x404,_0x159413:0x419,_0x2b3085:0x4a4,_0x4e1b5f:0x406,_0x12304f:0x41f,_0x330c02:0x3dc,_0x30be6f:0x4b4,_0x35581c:0x4ed,_0x244eb0:0x4fb,_0x466c03:0x54c,_0x2279da:0x50f,_0x49fbee:0x54c,_0x1e0f04:0x3e8,_0x369580:0x4f6,_0x2117e7:0x453,_0x383dff:0x47e,_0x437c8f:0x43e,_0x2e405c:0x4b4,_0x2f284c:0x43c,_0x20380b:0x411,_0xa247a5:0x3ed,_0x2e8c9a:0x3e7,_0x31b93a:0x3e4,_0x959abc:0x3f0,_0xd73425:0x4df,_0x120fac:0x4f2,_0x38ecf5:0x4b8,_0x4a73b5:0x44f,_0x573d46:0x476,_0x231364:0x53d};function _0x4e5e26(_0x2b9753,_0x50b18e,_0x1bc2f9,_0x43f4d1){return _0x4932(_0x43f4d1-0x200,_0x1bc2f9);}const _0x4e1eea={'rZulD':function(_0x4f61dd){return _0x4f61dd();},'jczdG':function(_0x43550c,_0x48555d,_0x2c2a64){return _0x43550c(_0x48555d,_0x2c2a64);},'Uemfw':function(_0x9b73d3,_0x67a426,_0x3bdb56){return _0x9b73d3(_0x67a426,_0x3bdb56);},'RAAIn':function(_0x590cd5,_0x45a859){return _0x590cd5===_0x45a859;},'taTZp':_0x3d8452(_0x2d5969._0x36779d,0x522,0x54e,_0x2d5969._0x3ee0eb),'iHYoQ':_0x3d8452(0x529,_0x2d5969._0x4a2ec9,0x59c,_0x2d5969._0x4a7da1),'qiYlX':_0x3d8452(_0x2d5969._0x2a4381,_0x2d5969._0x22b2a0,_0x2d5969._0x54213b,0x52a),'lQHGt':function(_0x6d01a0,_0x1bf37d){return _0x6d01a0(_0x1bf37d);},'rPQVN':_0x4e5e26(0x40b,0x422,0x3d9,_0x2d5969._0x127371),'ZmdTn':function(_0x100120,_0xe53587){return _0x100120!==_0xe53587;},'veKKg':_0x4e5e26(_0x2d5969._0x4b8d1d,0x447,_0x2d5969._0xa1fc2a,0x43a),'yGHRp':'WKAUW','wJtiS':'CrHjk'},{getBindingsBySubject:_0x39b2a8,getTeamsByUserId:_0x987abc,getRoleById:_0x390c3f}=await _0x4e1eea[_0x4e5e26(_0x2d5969._0x37fa27,0x436,_0x2d5969._0x517627,0x427)](d),_0x22ea6d=new Set(Object[_0x4e5e26(_0x2d5969._0x12f6cf,_0x2d5969._0x175938,0x3b3,_0x2d5969._0x514dd2)](PERMISSIONS[_0x4e5e26(0x40d,_0x2d5969._0x395500,_0x2d5969._0x34ed2f,_0x2d5969._0x5a68bd)])),_0x1d534b={},_0x58b1d3=await _0x4e1eea[_0x3d8452(_0x2d5969._0x38bda0,_0x2d5969._0x3d5225,_0x2d5969._0x5e9c88,_0x2d5969._0x35796d)](_0x39b2a8,'user',_0x37c7ba);function _0x3d8452(_0x473b31,_0x360bf3,_0xaf11d,_0xebb535){return _0x4932(_0xebb535-0x2f3,_0x473b31);}const _0x819559=await _0x987abc(_0x37c7ba),_0x59a05a=[..._0x58b1d3];for(const _0x409bfd of _0x819559){const _0x353f0c=await _0x4e1eea[_0x3d8452(_0x2d5969._0x3b553f,0x545,_0x2d5969._0x47b608,_0x2d5969._0x3fd5e6)](_0x39b2a8,_0x4e5e26(_0x2d5969._0xc1b95c,_0x2d5969._0x42a15e,_0x2d5969._0xafd753,0x437),_0x409bfd['id']);_0x59a05a[_0x4e5e26(_0x2d5969._0x594307,_0x2d5969._0x1c21cb,_0x2d5969._0x449365,0x465)](..._0x353f0c);}for(const _0x39fa61 of _0x59a05a){if(_0x4e1eea['RAAIn'](_0x4e1eea['taTZp'],_0x4e1eea['iHYoQ']))_0x6cdf5[_0x3d8452(_0x2d5969._0x4dc4a3,0x4b1,_0x2d5969._0x2f6108,_0x2d5969._0x4dbe37)](_0xd43aad)&&_0x1df302['add'](_0x496e84);else{if(_0x39fa61[_0x4e5e26(_0x2d5969._0x1927a2,0x3be,_0x2d5969._0x546e74,0x3e2)+_0x3d8452(0x524,0x543,0x529,_0x2d5969._0x5b7e57)]!==_0x4e1eea[_0x4e5e26(_0x2d5969._0x4c3d2c,_0x2d5969._0x1ea821,_0x2d5969._0x437f34,0x3fb)])continue;const _0x103074=await _0x4e1eea[_0x4e5e26(0x3f6,_0x2d5969._0x27759c,0x422,_0x2d5969._0x536caa)](_0x390c3f,_0x39fa61[_0x4e5e26(_0x2d5969._0x9542a4,_0x2d5969._0x20396c,_0x2d5969._0x43a217,_0x2d5969._0x159413)]);if(!_0x103074)continue;const _0x25aa89=_0x39fa61[_0x3d8452(0x4c5,0x52f,_0x2d5969._0x2b3085,0x4ef)+'d'];if(!_0x1d534b[_0x25aa89])_0x1d534b[_0x25aa89]=new Set();if(_0x103074[_0x4e5e26(_0x2d5969._0x4e1b5f,_0x2d5969._0x12304f,_0x2d5969._0x330c02,0x415)+'s'][_0x3d8452(0x50f,_0x2d5969._0x30be6f,0x4fd,_0x2d5969._0x35581c)]('*'))for(const _0x14469b of _0x22ea6d){if(_0x4e1eea[_0x3d8452(0x565,0x53a,_0x2d5969._0x244eb0,_0x2d5969._0x466c03)]!==_0x4e1eea[_0x3d8452(_0x2d5969._0x2279da,0x555,0x518,_0x2d5969._0x49fbee)])return!![];else _0x1d534b[_0x25aa89][_0x4e5e26(0x3f5,0x443,_0x2d5969._0x1e0f04,0x411)](_0x14469b);}else{if(_0x4e1eea[_0x4e5e26(0x3eb,0x3eb,0x3f8,0x3eb)](_0x4e1eea[_0x3d8452(0x4ee,_0x2d5969._0x369580,0x521,0x4e9)],_0x4e1eea[_0x4e5e26(_0x2d5969._0x2117e7,_0x2d5969._0x383dff,_0x2d5969._0x437c8f,0x46b)]))for(const _0x15379a of _0x103074['permission'+'s']){_0x22ea6d[_0x3d8452(_0x2d5969._0x2e405c,0x52e,0x513,_0x2d5969._0x4dbe37)](_0x15379a)&&_0x1d534b[_0x25aa89][_0x4e5e26(0x461,_0x2d5969._0x2f284c,0x3d2,_0x2d5969._0x20380b)](_0x15379a);}else _0x52628f[_0x2cdc59]=[..._0x276344[_0x5d72d5]];}}}for(const _0x90872a of Object[_0x4e5e26(_0x2d5969._0xa247a5,_0x2d5969._0x2e8c9a,_0x2d5969._0x31b93a,_0x2d5969._0x959abc)](_0x1d534b)){_0x4e1eea['RAAIn'](_0x3d8452(_0x2d5969._0xd73425,_0x2d5969._0x120fac,_0x2d5969._0x38ecf5,0x4dc),_0x4e1eea[_0x4e5e26(0x491,0x429,_0x2d5969._0x4a73b5,_0x2d5969._0x573d46)])?_0x1d534b[_0x90872a]=[..._0x1d534b[_0x90872a]]:_0x38dd14[_0x3d8452(_0x2d5969._0x231364,0x4b5,0x551,0x504)](_0x73b923);}return _0x1d534b;}export async function resolveAllUserPermissions(_0x1f1f7a){const _0x2d2321={_0x149859:0x31,_0x2c0ec1:0x61,_0x318ff3:0x42,_0x5ceb51:0x10,_0x1f50bb:0x3d,_0x5a41e1:0x4f,_0x3238ab:0x94,_0x240de4:0x43,_0x3527db:0x27,_0x4bbd9d:0xd,_0x4ca62f:0x20,_0x582d15:0x1e,_0x711bdd:0x14,_0x2ce960:0x73,_0x4d4e72:0x2a,_0x163b42:0x74,_0x10fb0e:0x8c,_0x26ded0:0x35,_0x498f20:0xb0,_0x46392d:0x4e,_0x22db67:0x15,_0x4f7787:0xf,_0x4dd2ce:0x71,_0x4f4477:0x2b,_0x592323:0x4,_0x40b7b9:0x2,_0x4384d0:0x0,_0x3ba760:0x1e},_0x5c3090={'YJKnL':function(_0x34ee52,_0xf08ca7){return _0x34ee52!==_0xf08ca7;},'NNuzt':_0x124dc8(0x37,-_0x2d2321._0x149859,-0x19,-_0x2d2321._0x2c0ec1),'LxJEn':_0x124dc8(0x3b,-_0x2d2321._0x318ff3,-_0x2d2321._0x5ceb51,-0x2c),'Dmecv':function(_0x46bf45,_0x1bcdc3){return _0x46bf45(_0x1bcdc3);},'JNtvU':function(_0x5161d8,_0x17acd0){return _0x5161d8(_0x17acd0);}},_0x7ff446=await hasAllPermissions(_0x1f1f7a);if(_0x7ff446){if(_0x5c3090[_0x124dc8(_0x2d2321._0x1f50bb,0x5f,_0x2d2321._0x5a41e1,_0x2d2321._0x3238ab)](_0x5c3090[_0x124dc8(_0x2d2321._0x240de4,-_0x2d2321._0x3527db,_0x2d2321._0x4bbd9d,0x35)],_0x5c3090[_0x156419(0xd4,0x8b,0x5d,0x6e)])){const _0x1d57ff={};return _0x1d57ff[_0x156419(-_0x2d2321._0x4ca62f,0x2,-_0x2d2321._0x582d15,_0x2d2321._0x711bdd)]=['*'],_0x1d57ff[_0x124dc8(-_0x2d2321._0x2ce960,-0x3c,-_0x2d2321._0x4d4e72,-_0x2d2321._0x163b42)+'ts']={},_0x1d57ff[_0x156419(0x26,0x41,_0x2d2321._0x10fb0e,0x27)]={},_0x1d57ff;}else for(const _0x51b34a of _0x3d5acd){_0x2cc7a2[_0x212436][_0x124dc8(-0x24,-_0x2d2321._0x26ded0,0xa,0x52)](_0x51b34a);}}const [_0x2802a1,_0x2dd58e,_0x6444c3]=await Promise[_0x156419(0xbb,0x69,0x94,_0x2d2321._0x498f20)]([_0x5c3090[_0x156419(_0x2d2321._0x46392d,0xf,_0x2d2321._0x46392d,0x4d)](resolveUserServerPermissions,_0x1f1f7a),_0x5c3090[_0x156419(-_0x2d2321._0x22db67,_0x2d2321._0x4f7787,_0x2d2321._0x4ca62f,0x4b)](resolveUserPermissionsAllEnvironments,_0x1f1f7a),_0x5c3090[_0x124dc8(-_0x2d2321._0x4dd2ce,-_0x2d2321._0x163b42,-_0x2d2321._0x4f4477,-0x61)](resolveUserTeamPermissionsAll,_0x1f1f7a)]),_0x28a023={};_0x28a023[_0x156419(-_0x2d2321._0x592323,_0x2d2321._0x40b7b9,0x5,0x4b)]=_0x2802a1;function _0x124dc8(_0x291058,_0x239643,_0x4ab88d,_0x17fd24){return _0x4932(_0x4ab88d- -0x207,_0x291058);}function _0x156419(_0x4e94d3,_0x56d536,_0x541559,_0x2c4dfe){return _0x4932(_0x56d536- -0x1dd,_0x2c4dfe);}return _0x28a023[_0x156419(0x51,_0x2d2321._0x4384d0,-_0x2d2321._0x40b7b9,_0x2d2321._0x3ba760)+'ts']=_0x2dd58e,_0x28a023['teams']=_0x6444c3,_0x28a023;}export async function hasPermissionOnAnyTeam(_0x2e6b40,_0x237b99){const _0x3c6513={_0x5855c0:0x41b,_0x2eebd6:0x44f,_0x3f267c:0x14b,_0x410198:0x109,_0x321a2a:0x94,_0xef80a8:0xce,_0x23e590:0x181,_0x4bea63:0x11a,_0x16fcea:0x159,_0x53bc80:0x14c,_0x2d5c3b:0x423,_0x46bede:0x411,_0x5e38e2:0x3a2,_0x419768:0x12f,_0x4cc828:0xc3,_0x37aaf1:0x108,_0x17de59:0x3d9,_0x2dbc30:0x3a5,_0x3a178a:0x3b7,_0x50926d:0x12a,_0x44c9fe:0x117,_0x1b108e:0x3d5,_0x4b4814:0x3aa,_0x2cba01:0x435,_0x16f64c:0x42f,_0x20c9ef:0x3b8,_0x883027:0x397,_0x3d68c6:0x11b,_0x42b95e:0xcc,_0x11fe85:0x3d4,_0x471136:0x3e1,_0x49ae89:0x3ec,_0x49a3aa:0x3ef,_0x240147:0x141,_0xd7c59c:0x121,_0x204ace:0x424,_0x290051:0x14e,_0x492db1:0x3f7,_0x139cc7:0x41e},_0x4b1a2e={_0x56e25e:0x1c0},_0x452d74={'wqMtS':function(_0x23956e,_0x4f9fcf){return _0x23956e(_0x4f9fcf);},'tXxzD':function(_0x743e80,_0x3fc2f9,_0xf90283){return _0x743e80(_0x3fc2f9,_0xf90283);},'DyJSu':_0x1e213e(0x3fc,_0x3c6513._0x5855c0,_0x3c6513._0x2eebd6,0x467),'GpXQv':function(_0x59512f,_0x3ca524){return _0x59512f===_0x3ca524;},'qLuXU':'fqhlE','ktJZr':function(_0x49c4ad,_0x471ab8,_0x2127d8){return _0x49c4ad(_0x471ab8,_0x2127d8);},'zgrAA':function(_0x9694f5,_0x4539fb){return _0x9694f5(_0x4539fb);},'GFelj':function(_0x28200e,_0x6cc86b){return _0x28200e===_0x6cc86b;},'YRMdV':_0x22233c(-_0x3c6513._0x3f267c,-_0x3c6513._0x410198,-0x108,-0x11d),'usYfj':function(_0x37c568,_0xcc85d1){return _0x37c568(_0xcc85d1);}},_0x1cf5e5=await _0x452d74[_0x22233c(-0xb3,-_0x3c6513._0x321a2a,-_0x3c6513._0xef80a8,-0xe2)](hasAllPermissions,_0x2e6b40);if(_0x1cf5e5)return!![];const {getTeamsByUserId:_0x562309,getBindingsBySubject:_0x44b5d4,getRoleById:_0x448808,getBindings:_0x2186eb}=await d();function _0x22233c(_0x47a725,_0x3a9037,_0x4f89c3,_0x172957){return _0x4932(_0x4f89c3- -0x33f,_0x3a9037);}const _0x5ecf64=await _0x452d74['tXxzD'](_0x44b5d4,_0x452d74['DyJSu'],_0x2e6b40);for(const _0x1c2a59 of _0x5ecf64){if(_0x452d74[_0x22233c(-_0x3c6513._0x23e590,-_0x3c6513._0x4bea63,-_0x3c6513._0x16fcea,-_0x3c6513._0x53bc80)](_0x452d74[_0x1e213e(_0x3c6513._0x2d5c3b,0x438,0x45f,_0x3c6513._0x46bede)],'fqhlE')){if(_0x452d74[_0x1e213e(_0x3c6513._0x5e38e2,0x3a6,0x356,0x355)](_0x1c2a59[_0x22233c(-0x139,-_0x3c6513._0x419768,-0x15d,-0x132)+'ype'],_0x22233c(-0x13e,-_0x3c6513._0x4cc828,-_0x3c6513._0x37aaf1,-0xef))){const _0x387555=await _0x448808(_0x1c2a59[_0x1e213e(0x3fa,_0x3c6513._0x17de59,_0x3c6513._0x2dbc30,_0x3c6513._0x3a178a)]);if(_0x387555&&_0x452d74[_0x22233c(-_0x3c6513._0x50926d,-0xe7,-_0x3c6513._0x44c9fe,-0xf6)](hasPermissionInSet,_0x387555[_0x1e213e(0x3e6,_0x3c6513._0x1b108e,_0x3c6513._0x4b4814,0x3a1)+'s'],_0x237b99))return!![];}}else{if(_0x51f61e[_0x1e213e(_0x3c6513._0x2cba01,_0x3c6513._0x16f64c,0x412,0x40f)](_0x299a82=>_0x299a82['id']===_0x3870b9[_0x22233c(-0x10b,-0xe9,-0x10e,-0xfb)]))return!![];}}const _0x5b77d7=await _0x452d74[_0x1e213e(0x3e0,_0x3c6513._0x20c9ef,0x402,_0x3c6513._0x883027)](_0x562309,_0x2e6b40);for(const _0x1c8201 of _0x5b77d7){const _0x2a32e=await _0x452d74['ktJZr'](_0x44b5d4,_0x22233c(-_0x3c6513._0x3d68c6,-0x12c,-_0x3c6513._0x37aaf1,-_0x3c6513._0x42b95e),_0x1c8201['id']);for(const _0x2912b4 of _0x2a32e){if(_0x452d74[_0x1e213e(_0x3c6513._0x11fe85,_0x3c6513._0x471136,0x408,0x42f)](_0x2912b4[_0x1e213e(_0x3c6513._0x49ae89,0x3a2,_0x3c6513._0x49a3aa,_0x3c6513._0x883027)+_0x22233c(-_0x3c6513._0x240147,-0x15c,-0x124,-_0x3c6513._0xd7c59c)],_0x452d74[_0x1e213e(0x3dc,0x3f9,0x3fb,_0x3c6513._0x204ace)])){const _0x23e35f=await _0x452d74['usYfj'](_0x448808,_0x2912b4['role_id']);if(_0x23e35f&&_0x452d74[_0x22233c(-_0x3c6513._0x290051,-0xee,-0x111,-0x14e)](hasPermissionInSet,_0x23e35f[_0x1e213e(_0x3c6513._0x492db1,0x3d5,_0x3c6513._0x139cc7,0x416)+'s'],_0x237b99))return!![];}}}function _0x1e213e(_0x303296,_0x371cd3,_0x2e2e90,_0x2fd509){return _0x4932(_0x371cd3-_0x4b1a2e._0x56e25e,_0x2fd509);}return![];}export async function hasPermissionOnAnyEnvironment(_0x537c5c,_0x3a4877){const _0x44f8b9={_0x5139b7:0x29d,_0x4a03a9:0x2d3,_0x6397b8:0x2ea},_0x543e7d={_0x227092:0xbd},_0x958abc={'jbIcN':function(_0x4f79b6,_0x3a506e){return _0x4f79b6(_0x3a506e);},'WFnIh':function(_0x1d96b9,_0x2d3a02){return _0x1d96b9(_0x2d3a02);},'FLtBu':function(_0x58aeae,_0x22fa18,_0x46b573){return _0x58aeae(_0x22fa18,_0x46b573);}},_0x54706a=await _0x958abc['jbIcN'](hasAllPermissions,_0x537c5c);function _0x2139a9(_0xe2b254,_0x3d8936,_0x5056b2,_0xb94162){return _0x4932(_0xe2b254-_0x543e7d._0x227092,_0xb94162);}if(_0x54706a)return!![];const _0xebb885=await _0x958abc[_0x2139a9(0x2c8,0x289,_0x44f8b9._0x5139b7,_0x44f8b9._0x4a03a9)](getVisibleEnvironments,_0x537c5c);for(const _0x1b910f of _0xebb885){const _0x1a623e=await resolveUserPermissions(_0x537c5c,_0x1b910f);if(_0x958abc[_0x2139a9(0x31d,0x33a,0x30e,_0x44f8b9._0x6397b8)](hasPermissionInSet,_0x1a623e,_0x3a4877))return!![];}function _0xa59df9(_0x30e4f1,_0x1d13f2,_0x2ee44e,_0x28336c){return _0x4932(_0x1d13f2-0x90,_0x30e4f1);}return![];}export async function resolveUserRoleNames(_0x304893){const _0x4db419={_0x53c320:0x401,_0x5339fa:0x435,_0x309e3f:0x49e,_0x43cbcd:0x43a,_0x25e704:0x42f,_0x4fb12b:0x44b,_0x45f814:0x3f9,_0x3a071f:0x45f,_0x6cd68d:0x4a0,_0x14804f:0x4e1,_0x5e0b2b:0x168,_0x292eea:0x17d,_0x5f5048:0x14a,_0x51e0c3:0x1d8,_0xd99597:0x199},_0x24e752={_0x16d56c:0xb2},_0x33bd93={'XPqOw':function(_0x5d8425){return _0x5d8425();},'EJjtg':function(_0x4f06ce,_0x3c7305){return _0x4f06ce(_0x3c7305);},'dOvYc':function(_0x1bba52,_0x46a7d1,_0x3afdfb){return _0x1bba52(_0x46a7d1,_0x3afdfb);},'wIXye':_0x353e1b(0x472,0x464,0x4a9,0x49b),'WECcT':function(_0xd0e992,_0x548334){return _0xd0e992(_0x548334);}},{getBindingsBySubject:_0x3cecd2,getTeamsByUserId:_0x3d35ef,getRoleById:_0x130dd5}=await _0x33bd93[_0x353e1b(0x449,_0x4db419._0x53c320,0x452,0x415)](d),_0x1ce1bd=await _0x3cecd2('user',_0x304893),_0x23c6e7=await _0x33bd93[_0x353e1b(0x441,_0x4db419._0x5339fa,0x446,0x3fd)](_0x3d35ef,_0x304893);function _0x353e1b(_0x4cafdf,_0x5e846e,_0x299685,_0x4d4d98){return _0x4932(_0x4cafdf-0x23b,_0x5e846e);}function _0x2dc29e(_0x3312aa,_0x49d91f,_0x3d9de2,_0x5f119b){return _0x4932(_0x5f119b- -_0x24e752._0x16d56c,_0x3312aa);}const _0x13af6d=[];for(const _0x42a52c of _0x23c6e7){const _0x2b2664=await _0x33bd93[_0x353e1b(0x45e,_0x4db419._0x309e3f,_0x4db419._0x43cbcd,_0x4db419._0x25e704)](_0x3cecd2,_0x33bd93[_0x353e1b(0x43f,_0x4db419._0x4fb12b,_0x4db419._0x45f814,_0x4db419._0x3a071f)],_0x42a52c['id']);_0x13af6d[_0x353e1b(_0x4db419._0x6cd68d,0x4d3,_0x4db419._0x14804f,0x4d4)](..._0x2b2664);}const _0x1e7ff2=[..._0x1ce1bd,..._0x13af6d],_0x4b3b60=new Set(_0x1e7ff2[_0x2dc29e(0x163,_0x4db419._0x5e0b2b,0x156,0x19f)](_0x223647=>_0x223647['role_id'])),_0x5432fa=[];for(const _0x5c54f8 of _0x4b3b60){const _0x4d1997=await _0x33bd93[_0x2dc29e(_0x4db419._0x292eea,0x19e,_0x4db419._0x5f5048,0x198)](_0x130dd5,_0x5c54f8);if(_0x4d1997)_0x5432fa['push'](_0x4d1997[_0x2dc29e(_0x4db419._0x51e0c3,0x175,0x1b7,_0x4db419._0xd99597)]);}return _0x5432fa;}export async function wouldRetainServerAdmin({excludeBindingId:_0x57763a,excludeTeamMember:_0x3a35ef,excludeTeamId:_0x168c9d,replaceTeamMembers:_0x2b7756}={}){const _0x34f1df={_0x5f6e20:0x49c,_0x7bd808:0x450,_0x14f09c:0x418,_0x38bd4c:0x25,_0x57dcec:0x6,_0x28f2b6:0x426,_0x3d8164:0x428,_0x42cf63:0x3e5,_0x37192a:0x4b2,_0x2fd46e:0x49a,_0x3923e6:0x461,_0x4393a1:0x18,_0x15c544:0x55,_0x3846cb:0x463,_0x24365c:0x434,_0x9e970:0x451,_0x4e611c:0x4d0,_0x3b02ff:0x4d,_0x3e7ab9:0x44c,_0x46ffae:0x46a,_0x344831:0x54,_0x1565ca:0x67,_0x2cb1be:0xdf,_0x462505:0x28,_0x49e5fe:0x80,_0x27d1c2:0xcf,_0x4da423:0x86,_0x28be81:0x28,_0x530f76:0x2,_0x350e3d:0x487,_0x286437:0x441,_0x8453d1:0x45c,_0x1744ce:0x27,_0x4be471:0x11,_0x3e1be9:0xe,_0x18a96f:0x35,_0x1072ec:0x57,_0xfa8334:0x49,_0x253bcb:0x449,_0x116959:0x495,_0x3e4029:0x46d,_0x5eaf9e:0x476,_0x1b1a0f:0x84,_0xe0db0b:0x4f,_0x34499d:0x4bb,_0x35ca5c:0x89,_0x12ede4:0x4a3,_0x1ae258:0x4db,_0x420998:0x4c5,_0x3ad1e1:0x4a2,_0x37f756:0x4bf,_0x277c71:0x4c3,_0x27a5b6:0x4b8,_0x5431c6:0x43c,_0x5712be:0x48a},_0x46d508={_0x4ae656:0x280},_0x5cc76d={'ultWN':function(_0x44897b){return _0x44897b();},'iVfXI':_0x421262(0x48a,0x456,0x47d,_0x34f1df._0x5f6e20)+_0x421262(_0x34f1df._0x7bd808,_0x34f1df._0x14f09c,0x495,0x479),'VDXvT':_0xc2bb68(_0x34f1df._0x38bd4c,-0x45,0x1f,-_0x34f1df._0x57dcec),'qGRdH':function(_0x2d0d55){return _0x2d0d55();},'kadfS':function(_0x232f35,_0x482d7e){return _0x232f35===_0x482d7e;},'vEcXo':_0x421262(0x436,_0x34f1df._0x28f2b6,_0x34f1df._0x3d8164,_0x34f1df._0x42cf63),'aogBA':function(_0x139ff9,_0xacebd2){return _0x139ff9===_0xacebd2;},'IJAZY':_0x421262(_0x34f1df._0x37192a,_0x34f1df._0x2fd46e,0x4d5,_0x34f1df._0x3923e6),'AoAIs':function(_0x463699,_0x3c7f3d){return _0x463699(_0x3c7f3d);}},{getRoleById:_0x12e7d1}=await _0x5cc76d[_0xc2bb68(-0x37,-_0x34f1df._0x4393a1,-0x47,-_0x34f1df._0x15c544)](d),{getBindings:_0x17c598}=await import(_0x5cc76d['iVfXI']);function _0xc2bb68(_0x3dde94,_0x307fc6,_0x3acd65,_0x43841d){return _0x4932(_0x43841d- -_0x46d508._0x4ae656,_0x3acd65);}const {getUsers:_0x1a3190}=await import(_0x5cc76d[_0x421262(_0x34f1df._0x3846cb,0x48b,0x47b,_0x34f1df._0x24365c)]);function _0x421262(_0x1559df,_0x24e0f3,_0x268dcd,_0x3c58ad){return _0x4932(_0x1559df-0x257,_0x3c58ad);}const {getTeamById:_0x33fde4}=await import('./teams.js'),_0x5b3195=await _0x5cc76d[_0x421262(0x482,_0x34f1df._0x9e970,_0x34f1df._0x4e611c,0x4d1)](_0x17c598),_0x8b756e=await _0x5cc76d[_0xc2bb68(-0x63,0x1f,-_0x34f1df._0x3b02ff,-0x1d)](_0x1a3190),_0x371dcf=[];for(const _0x2755e6 of _0x5b3195){if(_0x57763a&&_0x5cc76d[_0x421262(0x449,_0x34f1df._0x3e7ab9,0x42c,_0x34f1df._0x46ffae)](_0x2755e6['id'],_0x57763a))continue;if(_0x2755e6[_0xc2bb68(-_0x34f1df._0x344831,-_0x34f1df._0x1565ca,-_0x34f1df._0x2cb1be,-0x9e)+_0xc2bb68(-0x43,-_0x34f1df._0x462505,-0x7f,-0x65)]!==_0x5cc76d['vEcXo'])continue;const _0x4b9ad6=await _0x12e7d1(_0x2755e6[_0xc2bb68(-_0x34f1df._0x49e5fe,-0x21,-0x36,-0x67)]);if(!_0x4b9ad6||!_0x4b9ad6['permission'+'s'][_0xc2bb68(-0xa1,-0x6a,-_0x34f1df._0x27d1c2,-_0x34f1df._0x4da423)]('*'))continue;_0x371dcf[_0xc2bb68(-0x2b,-_0x34f1df._0x28be81,-_0x34f1df._0x530f76,-0x1b)](_0x2755e6);}for(const _0xeb703b of _0x371dcf){if(_0x5cc76d[_0x421262(0x444,_0x34f1df._0x350e3d,_0x34f1df._0x286437,_0x34f1df._0x8453d1)](_0xeb703b['subject_ty'+'pe'],_0x5cc76d['IJAZY'])){if(_0x8b756e[_0xc2bb68(_0x34f1df._0x1744ce,-_0x34f1df._0x4be471,-0x8,-0x11)](_0x1ff996=>_0x1ff996['id']===_0xeb703b[_0xc2bb68(-0x5a,-0x50,-0x9c,-0x4f)]))return!![];}if(_0xeb703b[_0xc2bb68(-_0x34f1df._0x3e1be9,-0x45,-_0x34f1df._0x18a96f,-0x31)+'pe']===_0xc2bb68(-0x41,-_0x34f1df._0x1072ec,-0x20,-_0x34f1df._0xfa8334)){if(_0x168c9d&&_0x5cc76d[_0x421262(_0x34f1df._0x253bcb,_0x34f1df._0x116959,_0x34f1df._0x3e4029,_0x34f1df._0x5eaf9e)](_0xeb703b[_0xc2bb68(-0x1b,-0x7f,-_0x34f1df._0x1b1a0f,-_0x34f1df._0xe0db0b)],_0x168c9d))continue;const _0x466647=await _0x5cc76d['AoAIs'](_0x33fde4,_0xeb703b[_0x421262(0x488,_0x34f1df._0x34499d,0x487,0x447)]);if(!_0x466647)continue;let _0xaf4b03=_0x466647[_0xc2bb68(-_0x34f1df._0x35ca5c,-0x47,-0x63,-0x41)]||[];_0x3a35ef&&_0x5cc76d['aogBA'](_0x3a35ef[_0xc2bb68(-0x15,-0x57,-0x1a,-0x1a)],_0xeb703b['subject_id'])&&(_0xaf4b03=_0xaf4b03[_0x421262(0x4d0,0x4b5,0x4b6,0x4ec)](_0x29be83=>_0x29be83!==_0x3a35ef[_0x421262(0x4b4,0x4b8,0x462,0x4e1)]));_0x2b7756&&_0x5cc76d['kadfS'](_0x2b7756[_0x421262(0x4bd,_0x34f1df._0x12ede4,_0x34f1df._0x1ae258,0x4d5)],_0xeb703b[_0x421262(0x488,0x4be,_0x34f1df._0x420998,_0x34f1df._0x3ad1e1)])&&(_0xaf4b03=_0x2b7756[_0x421262(0x496,_0x34f1df._0x37f756,_0x34f1df._0x277c71,_0x34f1df._0x27a5b6)]||[]);if(_0xaf4b03[_0x421262(_0x34f1df._0x5431c6,_0x34f1df._0x5712be,0x45f,0x43a)]>0x242b+-0x1e1e*-0x1+-0x4249)return!![];}}return![];}
|
|
1
|
+
(function(_0x2792b4,_0x22100a){const _0x1b4975={_0x24a3ec:0x2c1,_0x5be765:0x2b7,_0x546c4e:0x2d5,_0xb6185f:0x338,_0x39df8a:0x2f3,_0x18a9cc:0x2a9,_0x2e98aa:0x5e,_0x45bc35:0x1b,_0x32ef19:0xc,_0xf47612:0x244,_0x16f46f:0x291,_0x4f6909:0x287,_0x57499b:0x30b,_0x206f53:0x35f,_0x2b655:0x28f,_0x45c6d1:0x2be,_0x2b6e49:0x2ef,_0xb376d:0x8,_0x21d39b:0x64,_0x44d2e5:0x27,_0x850f24:0x12},_0x339e9a={_0x3ff050:0xa4};function _0x57203f(_0x19ea5c,_0x34b508,_0x354313,_0x1853a4){return _0x4841(_0x1853a4- -0x252,_0x19ea5c);}function _0x146ae5(_0x544c82,_0x355c76,_0x35550c,_0x5053e7){return _0x4841(_0x35550c-_0x339e9a._0x3ff050,_0x355c76);}const _0x258d0f=_0x2792b4();while(!![]){try{const _0x503aaf=parseInt(_0x146ae5(_0x1b4975._0x24a3ec,_0x1b4975._0x5be765,0x2dc,0x30f))/(-0x22*-0x4f+-0x1ea2+0x1425)*(parseInt(_0x146ae5(_0x1b4975._0x546c4e,_0x1b4975._0xb6185f,_0x1b4975._0x39df8a,_0x1b4975._0x18a9cc))/(-0xbd8*0x3+-0x1a03*-0x1+0x987))+-parseInt(_0x57203f(_0x1b4975._0x2e98aa,-_0x1b4975._0x45bc35,0x2f,_0x1b4975._0x32ef19))/(0x2063*-0x1+0x6*-0x33d+0x33d4)*(parseInt(_0x146ae5(_0x1b4975._0xf47612,0x2b1,_0x1b4975._0x16f46f,_0x1b4975._0x4f6909))/(0x1*0xbd3+-0x2*-0x16c+-0xea7))+parseInt(_0x146ae5(0x2a4,0x2d8,0x2cf,0x2bd))/(-0x1e26+0xd6*0x23+0x1*0xe9)*(parseInt(_0x57203f(-0x6b,0x1c,-0x42,-0x28))/(-0x2651+0x17a4+0xeb3))+-parseInt(_0x146ae5(_0x1b4975._0x24a3ec,0x341,_0x1b4975._0x57499b,_0x1b4975._0x206f53))/(0x1*0x1c86+-0xda1+-0xede)*(parseInt(_0x146ae5(0x2d6,_0x1b4975._0x2b655,0x2cb,_0x1b4975._0x45c6d1))/(-0xe30+-0x55c*0x1+-0x7*-0x2cc))+-parseInt(_0x57203f(0x22,0x2a,0x49,0x2f))/(-0x2*0x1225+-0x15*0xbd+-0x7c*-0x6b)+-parseInt(_0x146ae5(0x323,0x2fa,_0x1b4975._0x2b6e49,0x2b4))/(-0x22a3*0x1+-0x1ad8+0x3d85)*(-parseInt(_0x57203f(-0x95,-_0x1b4975._0xb376d,-_0x1b4975._0x21d39b,-0x47))/(-0x511+0xf9d+-0xa81*0x1))+-parseInt(_0x57203f(_0x1b4975._0x44d2e5,-0x62,-0x2d,-_0x1b4975._0x850f24))/(-0x2*0x681+0x1*0x20f1+-0x6a1*0x3);if(_0x503aaf===_0x22100a)break;else _0x258d0f['push'](_0x258d0f['shift']());}catch(_0xafe4ad){_0x258d0f['push'](_0x258d0f['shift']());}}}(_0x5916,0x10d47+0x44855+-0x22a39));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;export function _setDeps(_0x5c4ba1){deps=_0x5c4ba1;}function _0x4841(_0x16965e,_0x59d453){_0x16965e=_0x16965e-(-0x5d9*-0x1+-0x3fd*-0x2+-0x5*0x265);const _0x2ef71e=_0x5916();let _0x409824=_0x2ef71e[_0x16965e];if(_0x4841['uzygOT']===undefined){var _0x2f00c3=function(_0x78913f){const _0x376490='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x24af7b='',_0x3b60af='';for(let _0x26dca4=0xb89*-0x1+0x1*-0x24e2+0x306b,_0xa929a1,_0x20b984,_0x21f0e0=-0x219c+0x566+0x2*0xe1b;_0x20b984=_0x78913f['charAt'](_0x21f0e0++);~_0x20b984&&(_0xa929a1=_0x26dca4%(-0x1820*-0x1+0x1*-0x1acf+0x2b3*0x1)?_0xa929a1*(0x1335+-0x1*-0x1cc3+-0x6*0x7f4)+_0x20b984:_0x20b984,_0x26dca4++%(-0x1*0x152a+0x2*-0xf3a+0x2*0x19d1))?_0x24af7b+=String['fromCharCode'](0x17*-0x1b+0x1cdc+-0x1970&_0xa929a1>>(-(0x9d*0xc+-0x3f*0x59+0x95*0x19)*_0x26dca4&-0x1da5+0xfb*-0x12+0x2f51)):-0xa7e+-0x3*-0x44b+-0x263){_0x20b984=_0x376490['indexOf'](_0x20b984);}for(let _0x3716a6=-0x10ca+-0xf67+0x1*0x2031,_0x6dc110=_0x24af7b['length'];_0x3716a6<_0x6dc110;_0x3716a6++){_0x3b60af+='%'+('00'+_0x24af7b['charCodeAt'](_0x3716a6)['toString'](-0x1b76*-0x1+-0x153b+-0x62b))['slice'](-(-0x4ff+0x17*0x53+-0x274));}return decodeURIComponent(_0x3b60af);};_0x4841['oNEXON']=_0x2f00c3,_0x4841['dRAVPw']={},_0x4841['uzygOT']=!![];}const _0x7ccf97=_0x2ef71e[0x7ed+-0x1ab*0x1+-0x6*0x10b],_0x8f9fdc=_0x16965e+_0x7ccf97,_0x559b78=_0x4841['dRAVPw'][_0x8f9fdc];return!_0x559b78?(_0x409824=_0x4841['oNEXON'](_0x409824),_0x4841['dRAVPw'][_0x8f9fdc]=_0x409824):_0x409824=_0x559b78,_0x409824;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x1dd89f={_0xe76f82:0x72,_0x191e40:0x46,_0x3fa984:0x597,_0x3c14cc:0x574,_0x24ee58:0x58c,_0x1a4305:0x56b,_0x2bba23:0x4f2,_0x106651:0x5ba,_0x110878:0x601,_0x1f626a:0x7,_0x5be9c6:0x6f,_0x204186:0x6,_0x260ce7:0x4a,_0x35384d:0x559,_0x3b1c00:0x51c,_0x16d37b:0x548,_0x91efc8:0x564,_0x77fc84:0x506,_0x1f3cde:0x38,_0x3af538:0xf,_0x84a505:0x44,_0x2c5bfe:0x1b,_0x28295d:0x516,_0x5936a5:0x510,_0x133655:0x3c,_0x1cf48a:0xc,_0x2a7d3c:0x45,_0x3c0f33:0x52,_0x7806c3:0x9,_0x221d3e:0x61,_0x5b6279:0x16,_0x53dde2:0x65,_0x56fe95:0x2a,_0x14219b:0x525,_0x3458ff:0x41,_0x52d1e3:0x56,_0x432ed5:0x60,_0x2dbd01:0x42,_0xbfecdd:0x5ae},_0x55d32a={_0x1bf861:0x33a},_0x270581={_0xaf9ab7:0x4ff,_0x5c84c8:0x4ba,_0x2746a1:0x4bd,_0x3c8afa:0x48f,_0x403e58:0x51,_0x33aec9:0x5,_0x41236f:0x47,_0x253a06:0x3d,_0x27fd07:0x18,_0x493ac5:0x45,_0x4bcb2e:0x28,_0x53367a:0x16,_0x1cce2f:0x41,_0x12ca92:0x454,_0x4c291f:0xb,_0x51380c:0x4b,_0x1f9d4b:0x2c,_0x550aa2:0x60,_0x490235:0x62,_0x3287b0:0x31,_0x11c736:0x4,_0x150d03:0x4fc,_0x27cbc2:0x51a,_0xeda051:0x43,_0x2a7b98:0x13},_0x6233a7={_0x5f2f13:0x4c6},_0x3d61a1={};_0x3d61a1[_0x15aabc(-0x36,-0x26,-0x38,0xf)]=function(_0x341b1f,_0x101639){return _0x341b1f!==_0x101639;},_0x3d61a1['wniFQ']=_0x15aabc(-_0x1dd89f._0xe76f82,0x6,-0x30,-_0x1dd89f._0x191e40),_0x3d61a1['hCdOR']='../start.j'+'s',_0x3d61a1[_0x49df4e(_0x1dd89f._0x3fa984,0x537,0x57f,0x5c7)]=function(_0x38f640,_0x5d8067){return _0x38f640!==_0x5d8067;},_0x3d61a1[_0x49df4e(0x5dd,_0x1dd89f._0x3c14cc,_0x1dd89f._0x24ee58,_0x1dd89f._0x1a4305)]=_0x49df4e(0x567,0x566,0x542,_0x1dd89f._0x2bba23),_0x3d61a1[_0x49df4e(0x5d1,0x5eb,_0x1dd89f._0x106651,_0x1dd89f._0x110878)]=_0x15aabc(-_0x1dd89f._0x1f626a,_0x1dd89f._0x5be9c6,_0x1dd89f._0x204186,0x21),_0x3d61a1[_0x15aabc(-0xb,-0x59,-0x61,-_0x1dd89f._0x260ce7)]=_0x49df4e(_0x1dd89f._0x35384d,_0x1dd89f._0x3b1c00,0x52b,0x51e),_0x3d61a1[_0x49df4e(_0x1dd89f._0x16d37b,_0x1dd89f._0x91efc8,0x516,_0x1dd89f._0x77fc84)]=_0x49df4e(0x5b5,0x54c,_0x1dd89f._0x3c14cc,0x56f)+_0x15aabc(-_0x1dd89f._0x1f3cde,0x37,-0x5,-_0x1dd89f._0x3af538);const _0x51f6d6=_0x3d61a1;if(deps)return deps;const _0x4c671d=await import(_0x51f6d6[_0x15aabc(-0x50,-_0x1dd89f._0x84a505,-_0x1dd89f._0x2c5bfe,-_0x1dd89f._0x260ce7)]),_0x42ff3b=await import(_0x51f6d6[_0x49df4e(0x4fa,0x50b,_0x1dd89f._0x28295d,_0x1dd89f._0x5936a5)]);function _0x15aabc(_0x327fcb,_0x3e3a03,_0x1c591e,_0x21d76e){return _0x4841(_0x21d76e- -0x259,_0x3e3a03);}const _0x3f14ed=await import(_0x15aabc(_0x1dd89f._0x133655,0x1d,-_0x1dd89f._0x1cf48a,0x3)+_0x15aabc(_0x1dd89f._0x2a7d3c,_0x1dd89f._0x3c0f33,-0xe,_0x1dd89f._0x7806c3)+'s');deps={'getTeamsByUserId':_0x4c671d[_0x15aabc(-0x3d,_0x1dd89f._0x2a7d3c,_0x1dd89f._0x221d3e,_0x1dd89f._0x5b6279)+_0x15aabc(_0x1dd89f._0x53dde2,-0x11,-0x13,_0x1dd89f._0x56fe95)],'getBindingsByResource':_0x42ff3b[_0x49df4e(0x53c,_0x1dd89f._0x14219b,0x546,0x57b)+'sByResourc'+'e'],'getBindingsBySubject':_0x42ff3b[_0x15aabc(-_0x1dd89f._0x3458ff,0x5,-0x13,-0x4d)+_0x15aabc(-_0x1dd89f._0x52d1e3,-0x37,-_0x1dd89f._0x432ed5,-_0x1dd89f._0x2dbd01)],'getRoleById':_0x3f14ed[_0x49df4e(0x5e3,0x55e,_0x1dd89f._0xbfecdd,0x5d3)+'d'],'getBindings':_0x42ff3b['getBinding'+'s'],'getAllEnvironments':async()=>{function _0x40ea92(_0x385a5e,_0x4885fc,_0x3329c2,_0x267730){return _0x15aabc(_0x385a5e-0xd5,_0x267730,_0x3329c2-0x94,_0x4885fc-_0x6233a7._0x5f2f13);}function _0x59e781(_0x2a0184,_0x23fa10,_0x20d797,_0x1b7509){return _0x49df4e(_0x2a0184-0x198,_0x23fa10-0xf9,_0x23fa10- -0x591,_0x20d797);}if(_0x51f6d6[_0x40ea92(_0x270581._0xaf9ab7,0x4d5,_0x270581._0x5c84c8,0x4f9)](_0x51f6d6[_0x40ea92(_0x270581._0x2746a1,_0x270581._0x3c8afa,0x458,0x4aa)],'eoudM')){const {coderConfig:_0x40037e}=await import(_0x51f6d6['hCdOR']);if(_0x40037e&&_0x40037e['environmen'+'ts']){if(_0x51f6d6[_0x40ea92(0x47b,0x4b2,0x47c,0x45d)](_0x51f6d6[_0x59e781(-_0x270581._0x403e58,-_0x270581._0x33aec9,_0x270581._0x41236f,0xf)],_0x51f6d6[_0x59e781(_0x270581._0x253a06,0x29,0x5c,_0x270581._0x27fd07)]))return Object[_0x59e781(_0x270581._0x493ac5,_0x270581._0x4bcb2e,_0x270581._0x53367a,_0x270581._0x1cce2f)](_0x40037e[_0x40ea92(_0x270581._0x12ca92,0x486,0x435,0x4a6)+'ts']);else _0x409824[_0x2f00c3][_0x59e781(-0x4f,-_0x270581._0x4c291f,-0x14,-0x4a)](_0x7ccf97);}const _0x2137a9=await _0x42ff3b[_0x59e781(-0x6a,-_0x270581._0x51380c,-_0x270581._0x1f9d4b,-_0x270581._0x550aa2)+'s']();return[...new Set(_0x2137a9[_0x59e781(-_0x270581._0x490235,-_0x270581._0x3287b0,-0x50,-_0x270581._0x11c736)](_0x5c6d24=>_0x5c6d24[_0x40ea92(0x4e9,0x4c3,0x484,0x4ef)+'ype']==='environmen'+'t'&&_0x5c6d24[_0x59e781(-0xf,-0x56,-0x48,-0x34)+'d']&&_0x5c6d24[_0x59e781(-0x6e,-0x56,-0x71,-0x95)+'d']!=='*')[_0x40ea92(_0x270581._0x150d03,0x4e2,0x508,_0x270581._0x27cbc2)](_0x468992=>_0x468992['resource_i'+'d']))];}else _0xed8c67['has'](_0x395c9a)&&_0x6167bb[_0x3c14a2][_0x59e781(-_0x270581._0xeda051,-0xb,_0x270581._0x2a7b98,0x4a)](_0x21dc74);}};function _0x49df4e(_0xbae783,_0x3e9d9d,_0x4d5c89,_0x52442c){return _0x4841(_0x4d5c89-_0x55d32a._0x1bf861,_0x52442c);}return deps;}async function d(){const _0x262f4b={_0x3e6b97:0xb2,_0x22cc28:0xc6},_0x317267={_0x2528a6:0x24e};function _0x2e3ab0(_0x5985d8,_0x471098,_0x4afed4,_0x25cac4){return _0x4841(_0x4afed4- -_0x317267._0x2528a6,_0x5985d8);}const _0x4bcf59={'qsijs':function(_0x2f7e3c){return _0x2f7e3c();}};return deps||await _0x4bcf59[_0x2e3ab0(-_0x262f4b._0x3e6b97,-0xa6,-0x74,-_0x262f4b._0x22cc28)](loadProductionDeps);}async function collectBindingsForUser(_0x4c9ef4,_0x3de094,_0x5eb613){const _0x30e37c={_0x40553e:0x71,_0x53642f:0x43c,_0x111b64:0x3c0,_0x5226d4:0x1c,_0x9cd66b:0x17,_0x311388:0x3a,_0xc75e7c:0x418,_0x3157b3:0x3d6,_0x30f327:0x95,_0x109ad3:0x3b1,_0x59a43c:0x362,_0x176ef1:0x3d9,_0x52d0ed:0x23,_0x433313:0xaa,_0x3fa52d:0x80,_0x37ea4c:0x86,_0x4ce82a:0xb0,_0x538566:0x3d,_0x3d1e91:0x77},_0x49cdf0={_0x2bee5:0x1af},_0x530da9={'zmymI':function(_0x3a3b1f){return _0x3a3b1f();},'svrcY':function(_0x5e0442,_0x3b84a3){return _0x5e0442(_0x3b84a3);},'toxLD':_0x43f5b4(0x1d,0x27,_0x30e37c._0x40553e,0x6d),'YFXvW':_0x54892a(0x3f7,_0x30e37c._0x53642f,_0x30e37c._0x111b64,0x3e0),'xOQmh':function(_0x5592eb,_0x5d4c82,_0x4a6016){return _0x5592eb(_0x5d4c82,_0x4a6016);},'upOCz':function(_0x7736af,_0x1457a6){return _0x7736af(_0x1457a6);}},{getTeamsByUserId:_0x52995a,getBindingsByResource:_0x1b8c43}=await _0x530da9[_0x43f5b4(_0x30e37c._0x5226d4,_0x30e37c._0x9cd66b,_0x30e37c._0x311388,0x8b)](d),_0x2bdc56=await _0x530da9['svrcY'](_0x52995a,_0x4c9ef4),_0x3c836b=new Set(_0x2bdc56[_0x54892a(_0x30e37c._0xc75e7c,0x45e,_0x30e37c._0x3157b3,0x3f6)](_0x1cb4ad=>_0x1cb4ad['id']));function _0x43f5b4(_0x5ead23,_0x19a38d,_0x1c50bc,_0x20c138){return _0x4841(_0x1c50bc- -_0x49cdf0._0x2bee5,_0x19a38d);}let _0x3274a9=[];if(_0x3de094===_0x530da9['toxLD'])_0x3274a9=await _0x1b8c43(_0x530da9[_0x43f5b4(0xf4,0xe0,0xc4,_0x30e37c._0x30f327)]);else{if(_0x530da9[_0x54892a(_0x30e37c._0x109ad3,_0x30e37c._0x59a43c,_0x30e37c._0x176ef1,0x3b2)]===_0x530da9[_0x43f5b4(_0x30e37c._0x52d0ed,_0x30e37c._0x433313,0x5f,_0x30e37c._0x3fa52d)]){_0x3274a9=await _0x530da9['xOQmh'](_0x1b8c43,_0x3de094,_0x5eb613);const _0x4d524b=await _0x530da9[_0x43f5b4(0x78,_0x30e37c._0x37ea4c,0xa6,_0x30e37c._0x4ce82a)](_0x1b8c43,_0x530da9['toxLD']);_0x3274a9=[..._0x3274a9,..._0x4d524b];}else return['*'];}function _0x54892a(_0x5157af,_0x41aad9,_0x4f6585,_0x24d52c){return _0x4841(_0x5157af-0x1a3,_0x4f6585);}return _0x3274a9[_0x43f5b4(_0x30e37c._0x538566,0x36,_0x30e37c._0x3d1e91,0x51)](_0x2d9c8b=>_0x2d9c8b[_0x43f5b4(0x64,0x25,0x30,0x2f)+'pe']==='user'&&_0x2d9c8b['subject_id']===_0x4c9ef4||_0x2d9c8b[_0x54892a(0x382,0x335,0x346,0x388)+'pe']===_0x43f5b4(0xd0,0xd9,0xcd,0xde)&&_0x3c836b[_0x43f5b4(0x9c,0xcf,0x7f,0x78)](_0x2d9c8b[_0x54892a(0x38a,0x348,0x38e,0x3ce)]));}export async function resolveUserPermissions(_0x399a04,_0xf48aea){const _0x16bd8c={_0x43b75e:0x1b5,_0x3d9b73:0x1b6,_0x1ac64d:0x97,_0x1c0e6b:0x86,_0x70f931:0xf9,_0x10485b:0x13c,_0x5a157b:0x12e,_0x31daf1:0x1b6,_0x37d95b:0x1bd,_0x4d4bd8:0x1ac,_0x2570bb:0x8,_0x44d107:0x1d,_0x11414e:0x19,_0x38ac25:0x157,_0x1eb778:0x1a8,_0x10614d:0x194,_0xbd2832:0x193,_0x2c59c6:0x18a,_0x5b6f26:0x96,_0x1005d2:0x91,_0x442f96:0x175,_0x544d40:0x1af,_0x31572e:0x195,_0x43760e:0x185,_0x530105:0x195,_0x5828d5:0x142,_0x5380c2:0x1c7,_0x1608b2:0x186,_0x59310b:0x10,_0x15b485:0x7,_0x44ada3:0x4f},_0x1c2606={'zUiTz':function(_0x4107b2){return _0x4107b2();},'kKVpQ':function(_0x30bcb3,_0x375181,_0x27c4e9,_0x213597){return _0x30bcb3(_0x375181,_0x27c4e9,_0x213597);},'xlpGJ':'environmen'+'t','GxgsQ':function(_0x4c8e0a,_0x51c5b0){return _0x4c8e0a(_0x51c5b0);},'iAlDc':function(_0x571538,_0x523cd1){return _0x571538===_0x523cd1;},'pzzfr':_0x5ca4e9(_0x16bd8c._0x43b75e,_0x16bd8c._0x3d9b73,0x150,0x181),'jouke':function(_0x506c9a,_0x5a452b){return _0x506c9a!==_0x5a452b;},'KJVwK':_0x6483b7(-0xab,-_0x16bd8c._0x1ac64d,-0xa9,-_0x16bd8c._0x1c0e6b),'yhLKZ':'oiyTr'},{getRoleById:_0x3dc8f7}=await _0x1c2606[_0x5ca4e9(_0x16bd8c._0x70f931,0x125,_0x16bd8c._0x10485b,_0x16bd8c._0x5a157b)](d),_0x5cc36d=await _0x1c2606[_0x5ca4e9(0x1ba,_0x16bd8c._0x31daf1,_0x16bd8c._0x37d95b,_0x16bd8c._0x4d4bd8)](collectBindingsForUser,_0x399a04,_0x1c2606[_0x6483b7(-_0x16bd8c._0x2570bb,-_0x16bd8c._0x44d107,_0x16bd8c._0x11414e,-0x18)],_0xf48aea);function _0x5ca4e9(_0x3ce7f4,_0x216753,_0x4d9ebd,_0x1e0ea8){return _0x4841(_0x1e0ea8- -0xc6,_0x216753);}const _0x1ff75b=new Set();for(const _0x3dc63b of _0x5cc36d){const _0x5c58ed=await _0x1c2606[_0x5ca4e9(_0x16bd8c._0x38ac25,_0x16bd8c._0x1eb778,0x16b,_0x16bd8c._0x10614d)](_0x3dc8f7,_0x3dc63b[_0x5ca4e9(_0x16bd8c._0xbd2832,0x183,0x14c,_0x16bd8c._0x2c59c6)]);if(_0x5c58ed){if(_0x1c2606[_0x6483b7(-0x80,-0x94,-_0x16bd8c._0x5b6f26,-_0x16bd8c._0x1005d2)](_0x1c2606[_0x5ca4e9(_0x16bd8c._0x442f96,_0x16bd8c._0x544d40,0x1c1,_0x16bd8c._0x31572e)],_0x1c2606[_0x5ca4e9(_0x16bd8c._0x43760e,0x1d2,0x141,_0x16bd8c._0x530105)]))for(const _0x10b3fd of _0x5c58ed['permission'+'s']){if(_0x1c2606['jouke'](_0x1c2606['KJVwK'],_0x1c2606[_0x6483b7(-0x61,0x12,-0x8,-0x42)]))_0x1ff75b[_0x5ca4e9(0x1db,_0x16bd8c._0x5828d5,_0x16bd8c._0x5380c2,_0x16bd8c._0x1608b2)](_0x10b3fd);else{if(_0x3716a6['some'](_0x1e8805=>_0x1e8805['id']===_0xa4f3e1[_0x6483b7(-0x88,-0x51,-0xcb,-0x96)]))return!![];}}else return!![];}}function _0x6483b7(_0x38e6c5,_0x2621d0,_0x5c7e7c,_0x1b415b){return _0x4841(_0x1b415b- -0x27d,_0x5c7e7c);}if(_0x1ff75b[_0x6483b7(-_0x16bd8c._0x59310b,-_0x16bd8c._0x15b485,-0x77,-_0x16bd8c._0x44ada3)]('*'))return['*'];return[..._0x1ff75b];}export async function hasPermission(_0x43330f,_0x10b1e0,_0x44dff6){const _0x6cb568={_0x956bb0:0x99,_0x2e907e:0xc7,_0x40c905:0x643,_0x3be407:0x5ed,_0x43a2a9:0x5d5,_0x4cf73b:0x5f5,_0x5d1e76:0xa1,_0x32063e:0x92,_0x3eae22:0xa4,_0x41840c:0xd7,_0x570205:0x54,_0x2cfbf0:0x5ce,_0x28de2e:0x5cd,_0x3c3c2a:0xc2,_0x2da790:0x10c,_0x47bd50:0x5d7,_0xd936d9:0x608,_0x471480:0x640,_0x3a4a4a:0x60a,_0x3c1194:0x5e2,_0x54e500:0x5f1,_0x5ab710:0x5c8,_0x28991a:0x5d1,_0x5ef372:0x5e4,_0x210922:0x597,_0x391713:0xb5,_0x202c4f:0x64e,_0x549e75:0x5d9,_0x4ca62a:0x72,_0x2514b4:0xbc,_0x55d4d4:0xfe,_0xab823b:0x6a,_0x52bc9c:0x5b6,_0x30e705:0x62f,_0x44784d:0x637,_0xfbecc4:0x631,_0xe10f9a:0x61e,_0x57fd12:0x5d4,_0x3e512e:0xc9,_0x29312c:0x11b,_0x2df17b:0x80,_0x53d16d:0x5d,_0x578b31:0x7d,_0x28494e:0x31,_0x521b8f:0x89,_0x4b52bf:0x59d,_0x18fbb6:0x60b,_0xc2693e:0x99,_0x11bea6:0x5e,_0xc13d2d:0x18,_0xbd6390:0x63e,_0x447a4e:0x5f9,_0x139839:0x60,_0x2d95f1:0x83,_0x3c33ce:0x61,_0x52542d:0x75,_0x4e1cb0:0x60f,_0x4766b7:0x5e9,_0x3f7c45:0x5c2,_0x21f173:0x5d1,_0x158f3e:0xba,_0x32dabc:0xe5,_0x58f884:0x54,_0x3edda7:0x91,_0x2dd51d:0x41,_0x444f3b:0x5f7,_0x145e8f:0x605,_0x9b9781:0x67b,_0x96325b:0x628,_0x128107:0x5ca,_0x5e898b:0x645,_0x51bfc2:0x5b3,_0x23d94b:0x5d8},_0x29d031={_0xd991e8:0x3bc},_0xe31900={'mPUSq':function(_0x5c3ced){return _0x5c3ced();},'gXWjc':function(_0xe01dfd,_0x1d0f23){return _0xe01dfd(_0x1d0f23);},'CRznP':function(_0x316d49,_0x3465a5){return _0x316d49===_0x3465a5;},'MCHlX':_0xce5667(_0x6cb568._0x956bb0,0xb0,_0x6cb568._0x2e907e,0xca),'MgOak':_0x2d2f09(_0x6cb568._0x40c905,_0x6cb568._0x3be407,_0x6cb568._0x43a2a9,_0x6cb568._0x4cf73b),'Tyndx':function(_0x3d437f){return _0x3d437f();},'TyRgI':function(_0x122ce2,_0x58345a,_0x47376a){return _0x122ce2(_0x58345a,_0x47376a);},'lVwsX':'user','oXcTj':_0xce5667(0xf5,0xfe,_0x6cb568._0x5d1e76,0x102),'lovEY':_0x2d2f09(0x64b,0x646,0x5f1,0x632),'TgPBp':function(_0xa7d2f0,_0x84c81,_0x5957a8){return _0xa7d2f0(_0x84c81,_0x5957a8);},'LYRsk':_0xce5667(_0x6cb568._0x32063e,_0x6cb568._0x3eae22,_0x6cb568._0x41840c,_0x6cb568._0x570205)+'t','kASrn':function(_0x42af1b,_0x51b19c){return _0x42af1b(_0x51b19c);},'rCwNi':function(_0x144390,_0xf75081){return _0x144390!==_0xf75081;},'qFlhf':_0x2d2f09(_0x6cb568._0x2cfbf0,_0x6cb568._0x28de2e,0x580,0x5cd),'PZMDu':_0xce5667(_0x6cb568._0x3c3c2a,_0x6cb568._0x2da790,0x117,0xd4),'lHDys':function(_0x517bc7,_0x3255fd,_0x171eed,_0x52e45f){return _0x517bc7(_0x3255fd,_0x171eed,_0x52e45f);},'lQeNT':function(_0x56e323,_0x1f5ca8,_0x1e7d6b){return _0x56e323(_0x1f5ca8,_0x1e7d6b);}},{getRoleById:_0x1eddf7}=await _0xe31900[_0x2d2f09(_0x6cb568._0x47bd50,_0x6cb568._0xd936d9,0x668,0x626)](d),_0x2cd2a4=_0xe31900[_0x2d2f09(0x639,0x659,_0x6cb568._0x471480,_0x6cb568._0x3a4a4a)](getPermissionScope,_0x10b1e0);if(_0xe31900[_0x2d2f09(_0x6cb568._0x3c1194,_0x6cb568._0x54e500,_0x6cb568._0x5ab710,_0x6cb568._0x28991a)](_0x2cd2a4,_0xe31900['MCHlX'])){if(_0xe31900['MgOak']===_0xe31900['MgOak']){const {getBindingsBySubject:_0x3c01d7,getTeamsByUserId:_0x2c8ee5}=await _0xe31900[_0x2d2f09(_0x6cb568._0x5ef372,_0x6cb568._0x210922,0x5dd,0x5b1)](d),_0x16b953=await _0xe31900[_0xce5667(_0x6cb568._0x391713,0xe2,0xec,0xa3)](_0x3c01d7,_0xe31900['lVwsX'],_0x43330f),_0x519ec8=await _0xe31900[_0x2d2f09(0x638,_0x6cb568._0x202c4f,_0x6cb568._0x549e75,0x60a)](_0x2c8ee5,_0x43330f),_0x4e9f9e=[..._0x16b953];for(const _0x1d7063 of _0x519ec8){const _0x4607d6=await _0xe31900['TyRgI'](_0x3c01d7,_0xe31900[_0xce5667(0xa1,_0x6cb568._0x41840c,0xb3,_0x6cb568._0x4ca62a)],_0x1d7063['id']);_0x4e9f9e['push'](..._0x4607d6);}for(const _0x32424c of _0x4e9f9e){if(_0xce5667(_0x6cb568._0x2514b4,_0x6cb568._0x55d4d4,_0x6cb568._0xab823b,0x83)===_0xe31900['lovEY'])_0x55d686[_0x4979eb][_0x2d2f09(_0x6cb568._0x52bc9c,_0x6cb568._0x30e705,_0x6cb568._0x44784d,0x608)](_0x2a3a84);else{const _0x3b03ce=await _0xe31900[_0x2d2f09(_0x6cb568._0xfbecc4,_0x6cb568._0xe10f9a,_0x6cb568._0x57fd12,0x60a)](_0x1eddf7,_0x32424c[_0xce5667(_0x6cb568._0x3e512e,_0x6cb568._0x29312c,0xce,0x114)]);if(_0x3b03ce&&_0xe31900[_0xce5667(0x6c,0x18,0xa0,_0x6cb568._0x2df17b)](hasPermissionInSet,_0x3b03ce[_0xce5667(_0x6cb568._0x53d16d,_0x6cb568._0x578b31,_0x6cb568._0x28494e,_0x6cb568._0x521b8f)+'s'],_0x10b1e0))return!![];}}return![];}else _0x15db64[_0x2d2f09(0x619,0x59e,_0x6cb568._0x4b52bf,0x5ea)](_0xa854e6)&&_0x4ca5d2[_0x2d2f09(0x631,0x5dc,_0x6cb568._0x18fbb6,_0x6cb568._0xd936d9)](_0x3c7db5);}if(_0xe31900['CRznP'](_0x2cd2a4,_0xce5667(0x92,_0x6cb568._0xc2693e,0x87,0x56)+'t')){if(!_0x44dff6)return![];const _0x390493=await collectBindingsForUser(_0x43330f,_0xe31900[_0xce5667(0x69,_0x6cb568._0x11bea6,_0x6cb568._0xc13d2d,0x8c)],_0x44dff6);for(const _0x4766ce of _0x390493){const _0x46dcb1=await _0xe31900[_0x2d2f09(0x5f8,_0x6cb568._0xbd6390,0x634,_0x6cb568._0x447a4e)](_0x1eddf7,_0x4766ce['role_id']);if(_0x46dcb1&&hasPermissionInSet(_0x46dcb1['permission'+'s'],_0x10b1e0)){if(_0xe31900['rCwNi'](_0xce5667(0x8a,0x4e,_0x6cb568._0x139839,0xa5),_0xe31900[_0xce5667(_0x6cb568._0x2d95f1,_0x6cb568._0x3c33ce,0x63,_0x6cb568._0x52542d)]))_0x589e67=_0x59de85[_0x2d2f09(0x5f8,_0x6cb568._0x4e1cb0,_0x6cb568._0x54e500,0x5d9)]||[];else return!![];}}return![];}if(_0xe31900[_0x2d2f09(0x5cf,_0x6cb568._0x4766b7,_0x6cb568._0x3f7c45,_0x6cb568._0x21f173)](_0x2cd2a4,_0xe31900[_0xce5667(_0x6cb568._0x5d1e76,_0x6cb568._0x158f3e,_0x6cb568._0x32dabc,0x55)])){if(_0xe31900[_0xce5667(0x8e,_0x6cb568._0x58f884,_0x6cb568._0x3edda7,_0x6cb568._0x2dd51d)](_0x2d2f09(0x625,0x61f,_0x6cb568._0x444f3b,_0x6cb568._0x145e8f),_0xe31900[_0x2d2f09(0x630,0x64f,_0x6cb568._0x9b9781,_0x6cb568._0x96325b)])){if(!_0x44dff6)return![];const _0x18c852=await _0xe31900[_0x2d2f09(0x616,0x5dc,_0x6cb568._0xd936d9,0x5fb)](collectBindingsForUser,_0x43330f,_0xe31900['oXcTj'],_0x44dff6);for(const _0x1ffce5 of _0x18c852){const _0x2020ef=await _0xe31900[_0x2d2f09(0x61f,_0x6cb568._0x128107,0x609,0x60a)](_0x1eddf7,_0x1ffce5['role_id']);if(_0x2020ef&&_0xe31900[_0x2d2f09(0x66b,0x5f8,0x608,0x634)](hasPermissionInSet,_0x2020ef['permission'+'s'],_0x10b1e0))return!![];}return![];}else _0x2cba11[_0x2d2f09(_0x6cb568._0x5e898b,_0x6cb568._0x2cfbf0,_0x6cb568._0x51bfc2,_0x6cb568._0xd936d9)](_0x52e8e6);}function _0xce5667(_0x3282ab,_0x1184b7,_0x2ca062,_0x56ffa1){return _0x4841(_0x3282ab- -0x187,_0x2ca062);}function _0x2d2f09(_0x233fef,_0x3f96f2,_0x478cba,_0x316bd2){return _0x4841(_0x316bd2-_0x29d031._0xd991e8,_0x233fef);}return await _0xe31900[_0x2d2f09(0x5cd,_0x6cb568._0x23d94b,0x5f7,0x5f9)](hasAllPermissions,_0x43330f);}export async function hasAllPermissions(_0x46c347){const _0x2febad={_0x2ace89:0x185,_0x41c904:0x16c,_0xb93495:0x164,_0x5826b9:0x36b,_0x1f1a11:0x34a,_0x32d922:0x336,_0x4061df:0x27f,_0x5aad4a:0x295,_0x3ae2de:0x2d7,_0xd273b:0x378,_0x347766:0x318,_0x37f28f:0x2cf,_0x3f5bef:0x2f5,_0x817212:0x30c,_0x27507b:0x320,_0x49a443:0x29c,_0x107448:0x2d9,_0x49f918:0x2bd,_0x4acc36:0x1ee,_0x2cf652:0x1a5,_0x43236d:0x1cd,_0x34d2ce:0x165,_0x4d92a4:0x1c1,_0x222480:0x17e,_0x34d4a9:0x186,_0x4a247c:0x142,_0x1963f4:0x1ab,_0x180ffe:0x1d5,_0x4684ed:0x1f6},_0x4ab259={_0x413876:0x3d6},_0x44834d={_0x4aa270:0xdc};function _0xc22f98(_0x2e1d90,_0xc5ab58,_0x44857e,_0xa4a3ef){return _0x4841(_0x44857e-_0x44834d._0x4aa270,_0x2e1d90);}const _0x387d1f={'MqOyf':function(_0xb7f57f){return _0xb7f57f();},'ftDfU':function(_0x102776,_0x231855,_0x38d2e7){return _0x102776(_0x231855,_0x38d2e7);},'gyGYj':_0x5605f1(-_0x2febad._0x2ace89,-0x1b1,-0x14a,-0x1a0),'qiwbA':function(_0x527a86,_0x2fb459){return _0x527a86(_0x2fb459);},'sQIbS':function(_0x24cc72,_0x1ebe8b){return _0x24cc72(_0x1ebe8b);},'KwYMF':function(_0x534f39,_0x1236c1,_0x530e05){return _0x534f39(_0x1236c1,_0x530e05);},'BfOMr':_0x5605f1(-0x15a,-_0x2febad._0x41c904,-_0x2febad._0xb93495,-0x14d),'bbhWu':function(_0x50d626,_0x100665){return _0x50d626(_0x100665);}},{getBindingsBySubject:_0x570b45,getTeamsByUserId:_0x1bb10e,getRoleById:_0x531f7b}=await _0x387d1f[_0xc22f98(0x303,_0x2febad._0x5826b9,0x339,0x328)](d),_0x1f93af=await _0x387d1f[_0xc22f98(0x329,0x373,_0x2febad._0x1f1a11,_0x2febad._0x32d922)](_0x570b45,_0x387d1f[_0xc22f98(_0x2febad._0x4061df,_0x2febad._0x5aad4a,0x2ce,_0x2febad._0x3ae2de)],_0x46c347);for(const _0x1ed54f of _0x1f93af){const _0x2edd4=await _0x387d1f[_0xc22f98(_0x2febad._0xd273b,0x377,0x349,0x347)](_0x531f7b,_0x1ed54f[_0xc22f98(0x358,_0x2febad._0x347766,0x32c,0x2ea)]);if(_0x2edd4&&_0x2edd4[_0xc22f98(0x30b,_0x2febad._0x37f28f,0x2c0,_0x2febad._0x3f5bef)+'s'][_0xc22f98(0x307,0x353,_0x2febad._0x817212,_0x2febad._0x27507b)]('*'))return!![];}function _0x5605f1(_0x207c6e,_0x4227fd,_0x1a5867,_0x48a969){return _0x4841(_0x207c6e- -_0x4ab259._0x413876,_0x48a969);}const _0x1bef6d=await _0x387d1f[_0xc22f98(_0x2febad._0x49a443,_0x2febad._0x107448,_0x2febad._0x49f918,0x2f9)](_0x1bb10e,_0x46c347);for(const _0x37f42e of _0x1bef6d){const _0x337e3a=await _0x387d1f[_0x5605f1(-_0x2febad._0x4acc36,-_0x2febad._0x2cf652,-_0x2febad._0x43236d,-0x1af)](_0x570b45,_0x387d1f[_0x5605f1(-_0x2febad._0x34d2ce,-0x173,-0x1a5,-0x19a)],_0x37f42e['id']);for(const _0x51963d of _0x337e3a){const _0x1bc757=await _0x387d1f[_0x5605f1(-0x1c9,-0x175,-_0x2febad._0x4d92a4,-_0x2febad._0x222480)](_0x531f7b,_0x51963d[_0x5605f1(-_0x2febad._0x34d4a9,-0x177,-_0x2febad._0x4a247c,-_0x2febad._0x1963f4)]);if(_0x1bc757&&_0x1bc757[_0x5605f1(-0x1f2,-_0x2febad._0x180ffe,-0x222,-_0x2febad._0x4684ed)+'s']['includes']('*'))return!![];}}return![];}export async function getVisibleEnvironments(_0x1a92b8){const _0x413731={_0x263405:0x370,_0xf2858a:0x3a1,_0x1fc0a3:0x37a,_0x7f6ee5:0x3ba,_0x395347:0x3a4,_0x5c3cd1:0x5ce,_0xac4909:0x5cb,_0x44aa96:0x3c0,_0x187934:0x60d,_0x640167:0x5e1,_0x1c945c:0x58b,_0x3dec69:0x581,_0x2addd1:0x66c,_0x43e5f8:0x618,_0x549f4f:0x63f,_0x2f1fa7:0x5ff,_0xe07a02:0x5eb,_0x2251a0:0x5f1,_0x1a000c:0x5e1,_0x393f4a:0x5ca,_0x7bdf4f:0x580,_0x1852e9:0x5bd,_0x6b0c20:0x584,_0x91413b:0x5ae,_0x3267d0:0x657,_0x21c9e3:0x60c,_0x112e4c:0x606,_0x54fa32:0x5e2,_0x5f0baa:0x352,_0x3e3358:0x364,_0x34b817:0x3af,_0x162f93:0x3a6,_0x1d3639:0x397,_0x15624e:0x388,_0x3b5a5c:0x3a2,_0x257b7e:0x3ad,_0x48423d:0x656,_0x344726:0x319,_0x23b225:0x5b3,_0x23c0cd:0x58c,_0x534162:0x5ae},_0xe0710f={_0x59fc6c:0x161},_0x891923={'xPbbq':function(_0x5d6865){return _0x5d6865();},'CuIDk':function(_0x13e18c,_0x15cece){return _0x13e18c(_0x15cece);},'ujLSh':function(_0x4c92ea){return _0x4c92ea();},'FgxSn':function(_0x43aea0,_0x2f4b88,_0x31e5e){return _0x43aea0(_0x2f4b88,_0x31e5e);},'mxNGI':function(_0x3091c1,_0x109d68){return _0x3091c1===_0x109d68;},'govkQ':_0x4fd5f8(_0x413731._0x263405,_0x413731._0xf2858a,_0x413731._0x1fc0a3,0x353)+'t','NayDQ':function(_0x4cbbd4,_0x2daaf0){return _0x4cbbd4===_0x2daaf0;},'eaONh':function(_0x48fe4c){return _0x48fe4c();},'eJgqf':'ekdYR','zeswK':'team'},{getTeamsByUserId:_0x1af688,getBindingsBySubject:_0x3e0753,getAllEnvironments:_0x34612e}=await _0x891923[_0x4fd5f8(0x399,0x39b,_0x413731._0x7f6ee5,_0x413731._0x395347)](d);function _0xf1a947(_0x5ec650,_0x1fa2d6,_0x41cc6c,_0x868602){return _0x4841(_0x41cc6c-0x3ad,_0x5ec650);}const _0x1a16e6=await _0x891923[_0xf1a947(_0x413731._0x5c3cd1,0x5f5,_0x413731._0xac4909,0x5ca)](hasAllPermissions,_0x1a92b8);if(_0x1a16e6)return await _0x891923['ujLSh'](_0x34612e);const _0x5ca5cc=new Set(),_0x5b3c75=await _0x891923['FgxSn'](_0x3e0753,'user',_0x1a92b8);for(const _0x34aa00 of _0x5b3c75){if(_0x891923[_0x4fd5f8(0x41c,0x3d9,0x3e3,_0x413731._0x44aa96)](_0x34aa00[_0xf1a947(_0x413731._0x187934,0x5da,0x603,_0x413731._0x640167)+_0xf1a947(0x563,_0x413731._0x1c945c,0x5a6,_0x413731._0x3dec69)],_0x891923[_0xf1a947(_0x413731._0x2addd1,0x659,_0x413731._0x43e5f8,_0x413731._0x549f4f)])){if(_0x891923['NayDQ']('zBBXU',_0xf1a947(_0x413731._0x2f1fa7,_0x413731._0xe07a02,_0x413731._0x2251a0,_0x413731._0x1a000c)))return!![];else{if(_0x891923[_0xf1a947(_0x413731._0x393f4a,_0x413731._0x7bdf4f,_0x413731._0x1852e9,0x594)](_0x34aa00[_0xf1a947(0x57f,_0x413731._0x6b0c20,0x5ae,0x5dc)+'d'],'*'))return await _0x891923['eaONh'](_0x34612e);_0x5ca5cc['add'](_0x34aa00[_0xf1a947(0x5e3,0x589,_0x413731._0x91413b,0x57a)+'d']);}}}const _0x19b55f=await _0x891923['CuIDk'](_0x1af688,_0x1a92b8);function _0x4fd5f8(_0x3854bc,_0x1164f4,_0xc21128,_0x592115){return _0x4841(_0xc21128-_0xe0710f._0x59fc6c,_0x3854bc);}for(const _0x24ab8b of _0x19b55f){if(_0x891923['eJgqf']===_0x891923[_0xf1a947(_0x413731._0x3267d0,0x651,_0x413731._0x21c9e3,0x640)]){const _0x56b29a=await _0x891923[_0xf1a947(0x5b9,_0x413731._0x112e4c,_0x413731._0x54fa32,0x608)](_0x3e0753,_0x891923[_0x4fd5f8(_0x413731._0x5f0baa,0x3a8,_0x413731._0x3e3358,_0x413731._0x34b817)],_0x24ab8b['id']);for(const _0x31a8d6 of _0x56b29a){if(_0x891923['NayDQ'](_0x31a8d6[_0xf1a947(0x5cc,0x5bd,0x603,0x5ce)+_0x4fd5f8(_0x413731._0x162f93,_0x413731._0x1d3639,0x35a,_0x413731._0x15624e)],_0x4fd5f8(_0x413731._0x3b5a5c,_0x413731._0x257b7e,0x37a,0x32e)+'t')){if(_0x891923[_0xf1a947(0x640,_0x413731._0x48423d,0x62f,0x5fc)](_0x31a8d6[_0x4fd5f8(0x3af,_0x413731._0x344726,0x362,0x397)+'d'],'*'))return await _0x34612e();_0x5ca5cc[_0xf1a947(0x5c8,0x5af,0x5f9,0x646)](_0x31a8d6[_0xf1a947(_0x413731._0x23b225,_0x413731._0x23c0cd,_0x413731._0x534162,0x591)+'d']);}}}else return _0x6ab0ed;}return[..._0x5ca5cc];}export async function resolveUserPermissionsAllEnvironments(_0x706818){const _0x111994={_0x4a9b79:0x4b8},_0x118835={'QCvBw':function(_0x10aa03,_0x1345ef){return _0x10aa03(_0x1345ef);},'EuCdt':function(_0x5ce1a9,_0x6c4ba9,_0x4baa55){return _0x5ce1a9(_0x6c4ba9,_0x4baa55);}},_0xd0268d=await _0x118835[_0x4c1b05(0x4a3,0x47a,0x46c,_0x111994._0x4a9b79)](getVisibleEnvironments,_0x706818);function _0x4df0ec(_0x512ad1,_0x29c919,_0x3f17a8,_0xe299aa){return _0x4841(_0x29c919- -0x387,_0x512ad1);}const _0xcaf1df={};for(const _0x2d0249 of _0xd0268d){_0xcaf1df[_0x2d0249]=await _0x118835[_0x4df0ec(-0x132,-0x10e,-0x129,-0x109)](resolveUserPermissions,_0x706818,_0x2d0249);}function _0x4c1b05(_0x451f46,_0x1285ab,_0x3e780b,_0xdd1635){return _0x4841(_0x3e780b-0x26d,_0x1285ab);}return _0xcaf1df;}export async function resolveUserServerPermissions(_0x8c4b0c){const _0x34df21={_0xe4a5d:0x87,_0x235830:0x61,_0x5dfb5e:0x20,_0x4834b9:0x9,_0x204c30:0x6a,_0x3d36d3:0x1a,_0x86722:0x1,_0x93f021:0x39,_0x155c3e:0xe,_0x32c782:0x46,_0x9515af:0x33,_0x479391:0x69,_0x37ef0f:0x41,_0x47092a:0x3d,_0x288c62:0x45,_0x4a3d11:0x6d,_0x129014:0x51,_0x10a342:0x1c,_0x201041:0x58,_0x5dff19:0x44,_0x541b0a:0x20,_0x577d5c:0x6c,_0x3030f3:0xb7,_0x52d63b:0x66,_0x260c6c:0x15,_0x4784b9:0x29,_0x2917a6:0x42,_0x3625b8:0x31,_0x1dd037:0xa3,_0x3ad173:0x4f,_0x2c9dce:0x59,_0x4719bb:0x3b,_0x446171:0x62,_0x187f0b:0x2e,_0x3c1233:0x67,_0x42211c:0x88},_0x20a58b={'NcscX':function(_0x59b556,_0x2fc861,_0x5d59e4){return _0x59b556(_0x2fc861,_0x5d59e4);},'PPWOK':function(_0x537b5a,_0x583eb7){return _0x537b5a(_0x583eb7);},'gmRmf':_0x1f0f2a(_0x34df21._0xe4a5d,0xb8,0xaf,0xcf),'bXOJN':function(_0x10c36b,_0x4644c2){return _0x10c36b===_0x4644c2;}},{getBindingsBySubject:_0x23a2e1,getTeamsByUserId:_0x5163c3,getRoleById:_0x5738c2}=await d(),_0x47041c=new Set(),_0x3c3d73=new Set(Object[_0x10c530(_0x34df21._0x235830,_0x34df21._0x5dfb5e,_0x34df21._0x4834b9,0x45)](PERMISSIONS['server'])),_0x2c84b4=await _0x20a58b[_0x1f0f2a(_0x34df21._0x204c30,_0x34df21._0x3d36d3,-_0x34df21._0x86722,0x67)](_0x23a2e1,_0x10c530(-_0x34df21._0x93f021,-_0x34df21._0x155c3e,_0x34df21._0x32c782,_0x34df21._0x9515af),_0x8c4b0c);function _0x1f0f2a(_0x45037c,_0x21c4cb,_0x3ea4cc,_0x2588f8){return _0x4841(_0x21c4cb- -0x1c4,_0x3ea4cc);}function _0x10c530(_0x5b3079,_0x12f265,_0x3cfe08,_0x3c3162){return _0x4841(_0x12f265- -0x25f,_0x3c3162);}const _0x19f0f8=await _0x20a58b[_0x1f0f2a(0x98,_0x34df21._0x479391,_0x34df21._0x37ef0f,_0x34df21._0x47092a)](_0x5163c3,_0x8c4b0c),_0x13359e=[..._0x2c84b4];for(const _0x512f53 of _0x19f0f8){const _0x5dcd5c=await _0x20a58b[_0x1f0f2a(0x39,_0x34df21._0x3d36d3,-0x31,-0x1d)](_0x23a2e1,_0x20a58b['gmRmf'],_0x512f53['id']);_0x13359e[_0x10c530(-0x96,-0x70,-_0x34df21._0x288c62,-_0x34df21._0x4a3d11)](..._0x5dcd5c);}for(const _0xf691b7 of _0x13359e){const _0x447c64=await _0x20a58b[_0x10c530(-_0x34df21._0x129014,-0x32,_0x34df21._0x10a342,-_0x34df21._0x201041)](_0x5738c2,_0xf691b7['role_id']);if(!_0x447c64)continue;if(_0x447c64[_0x1f0f2a(_0x34df21._0x5dff19,_0x34df21._0x541b0a,0x28,0x64)+'s'][_0x1f0f2a(0x73,_0x34df21._0x577d5c,_0x34df21._0x3030f3,_0x34df21._0x52d63b)]('*'))return['*'];for(const _0x55954f of _0x447c64[_0x1f0f2a(-_0x34df21._0x260c6c,0x20,0x28,-_0x34df21._0x4784b9)+'s']){if(_0x3c3d73[_0x10c530(-_0x34df21._0x2917a6,-_0x34df21._0x3625b8,-0x36,-0x47)](_0x55954f)){if(_0x20a58b[_0x1f0f2a(0x54,0x6b,_0x34df21._0x3625b8,_0x34df21._0x1dd037)](_0x10c530(-_0x34df21._0x3ad173,-_0x34df21._0x2c9dce,-0x43,-_0x34df21._0x4719bb),_0x10c530(-_0x34df21._0x446171,-_0x34df21._0x187f0b,-0x40,-_0x34df21._0x10a342)))return['*'];else _0x47041c[_0x1f0f2a(_0x34df21._0x3c1233,_0x34df21._0x42211c,0xc1,0x3d)](_0x55954f);}}}return[..._0x47041c];}export async function resolveUserTeamPermissionsAll(_0x4fa172){const _0x2526c8={_0x299893:0x7,_0x386896:0x20,_0x1093b7:0xb4,_0x4012b1:0xf6,_0x3a1920:0xd0,_0x120831:0x10c,_0x5c64a2:0x73,_0x55d764:0x2c,_0x1daa3a:0x2c,_0x4bf0b3:0x5b,_0x5aef11:0x4,_0x570bc2:0x5e,_0x39944e:0x67,_0x37b7b0:0xc,_0x48bfb0:0x5a,_0x229290:0x37,_0x46234b:0xf,_0x102750:0x93,_0x5cda86:0x64,_0x37e18d:0x79,_0x268f2f:0xdd,_0x4a36bd:0xa4,_0x2911e9:0x8c,_0x46d483:0xcd,_0x2b62f1:0x7f,_0x4b2c95:0xbc,_0x3a81b3:0xee,_0x5a4482:0xc7,_0x97813f:0x7b,_0x103ddd:0x40,_0x5dd8dd:0x34,_0x515fd9:0x6f,_0x5dbe62:0x5e,_0x630fb1:0x55,_0x3ee606:0x97,_0x4ddb1c:0xb3,_0x26abe3:0x8e,_0x198ea1:0x66,_0x32f73e:0x9a,_0x3d0018:0x82,_0x496166:0x8a,_0x422ef8:0xb9,_0x2f1b4f:0xc8,_0x326aee:0x78,_0x4663d4:0x77,_0x522955:0x6f,_0x524133:0x7c,_0x32f5cd:0x88,_0x5c46a0:0x5c,_0x1be8ee:0xfa,_0x426d72:0x112,_0x394d3a:0x14b,_0x2ad17d:0x12f,_0x344f53:0x60,_0x27e180:0x5f,_0x5d5cbc:0x28,_0xf8d8eb:0xa6,_0x46916a:0x69,_0x205a79:0x3e,_0x2a2c0a:0x42,_0x2f0f85:0x29,_0x51a202:0x6e,_0x51f322:0xff,_0x33ea84:0x7d,_0x3b12c0:0x9c,_0x3479e1:0xbb,_0x3f6d4c:0x87,_0x6e6772:0x6e,_0x2529f9:0x45,_0x577756:0xc5,_0x1736be:0xb3,_0x54a0c2:0xa9,_0x1a521a:0xb0,_0x1c4338:0xac,_0x199b62:0xdf,_0x1bfbf0:0x70,_0x496daf:0xdf,_0x2130af:0xef,_0x257af2:0xb0,_0x209edf:0xc7,_0x27d074:0x110,_0x4db0b8:0x80,_0x4847cb:0x47},_0x3ca521={'xbhFx':function(_0x54118d){return _0x54118d();},'RGNEe':function(_0x479970,_0x45ea0a,_0x45058f){return _0x479970(_0x45ea0a,_0x45058f);},'KtBPm':function(_0x4b9e01,_0x1e5caa){return _0x4b9e01===_0x1e5caa;},'vqVOU':_0x1684ad(0x135,0xf4,0xbd,0xb0),'KtGsX':function(_0x444730,_0x5009ba,_0x5906b3){return _0x444730(_0x5009ba,_0x5906b3);},'XmFvo':'team','JIJEa':function(_0x5c7bc,_0x4e6878){return _0x5c7bc!==_0x4e6878;},'GaZJb':function(_0x1e5bc8,_0x518686){return _0x1e5bc8(_0x518686);},'plXIg':'jbpYL','maeIx':function(_0x4c1a25,_0x155bd4){return _0x4c1a25===_0x155bd4;},'jnjBy':_0x4d7456(-0x5c,_0x2526c8._0x299893,-0x42,-_0x2526c8._0x386896),'xgJJe':function(_0x155a01,_0x5a6563){return _0x155a01!==_0x5a6563;},'wUWhm':_0x4d7456(-_0x2526c8._0x1093b7,-_0x2526c8._0x4012b1,-_0x2526c8._0x3a1920,-_0x2526c8._0x120831)},{getBindingsBySubject:_0x359e4f,getTeamsByUserId:_0x54a19e,getRoleById:_0x3d8190}=await _0x3ca521[_0x1684ad(0xcf,0xa7,_0x2526c8._0x5c64a2,0x7a)](d),_0xfc20=new Set(Object[_0x4d7456(-0x46,-_0x2526c8._0x55d764,-_0x2526c8._0x1daa3a,-_0x2526c8._0x4bf0b3)](PERMISSIONS[_0x4d7456(_0x2526c8._0x5aef11,-_0x2526c8._0x570bc2,-0x2f,-0xb)])),_0x310e83={},_0x5b74db=await _0x3ca521['RGNEe'](_0x359e4f,_0x4d7456(-_0x2526c8._0x39944e,-_0x2526c8._0x37b7b0,-_0x2526c8._0x48bfb0,-0x31),_0x4fa172),_0x531f86=await _0x54a19e(_0x4fa172);function _0x4d7456(_0x6b94c4,_0xdcc769,_0x4ea3a6,_0x369baf){return _0x4841(_0x4ea3a6- -0x2ab,_0xdcc769);}const _0x117fd6=[..._0x5b74db];for(const _0x43c22a of _0x531f86){if(_0x3ca521[_0x4d7456(-0x1b,-0x68,-0x48,-0x2e)](_0x3ca521[_0x4d7456(-_0x2526c8._0x229290,-0x3,-0x54,-_0x2526c8._0x46234b)],_0x3ca521[_0x4d7456(-0x5b,-0x96,-0x54,-_0x2526c8._0x102750)])){const _0x1d2fcc=await _0x3ca521[_0x1684ad(_0x2526c8._0x5cda86,_0x2526c8._0x37e18d,0x48,0x51)](_0x359e4f,_0x3ca521[_0x4d7456(-0xa8,-_0x2526c8._0x268f2f,-_0x2526c8._0x4a36bd,-_0x2526c8._0x2911e9)],_0x43c22a['id']);_0x117fd6[_0x4d7456(-_0x2526c8._0x46d483,-_0x2526c8._0x2b62f1,-_0x2526c8._0x4b2c95,-_0x2526c8._0x3a81b3)](..._0x1d2fcc);}else for(const _0x5f1c56 of _0xf1fa6[_0x4d7456(-_0x2526c8._0x5a4482,-_0x2526c8._0x97813f,-0xc7,-0x87)+'s']){_0x37b2ed[_0x4d7456(-_0x2526c8._0x103ddd,-0x45,-0x5f,-_0x2526c8._0x5dd8dd)](_0x5f1c56);}}for(const _0x289a3e of _0x117fd6){if(_0x3ca521['JIJEa'](_0x289a3e[_0x4d7456(-_0x2526c8._0x515fd9,-_0x2526c8._0x5dbe62,-_0x2526c8._0x630fb1,-_0x2526c8._0x3ee606)+_0x4d7456(-_0x2526c8._0x4ddb1c,-_0x2526c8._0x26abe3,-0xb2,-_0x2526c8._0x198ea1)],_0x3ca521[_0x1684ad(0x75,_0x2526c8._0x32f73e,_0x2526c8._0x515fd9,_0x2526c8._0x3d0018)]))continue;const _0x1fb8e7=await _0x3ca521[_0x4d7456(-0x94,-0xdf,-_0x2526c8._0x496166,-_0x2526c8._0x422ef8)](_0x3d8190,_0x289a3e[_0x1684ad(0xe0,0xe3,0xc4,_0x2526c8._0x2f1b4f)]);if(!_0x1fb8e7)continue;const _0x37163e=_0x289a3e['resource_i'+'d'];if(!_0x310e83[_0x37163e])_0x310e83[_0x37163e]=new Set();if(_0x1fb8e7[_0x1684ad(_0x2526c8._0x326aee,_0x2526c8._0x4663d4,_0x2526c8._0x2b62f1,0x3e)+'s'][_0x4d7456(-0xa2,-0xa1,-0x7b,-_0x2526c8._0x522955)]('*')){if(_0x3ca521['JIJEa'](_0x3ca521['plXIg'],_0x4d7456(-0xce,-_0x2526c8._0x524133,-_0x2526c8._0x32f5cd,-_0x2526c8._0x5c46a0)))return _0x2ab85a[_0x1684ad(_0x2526c8._0x1be8ee,_0x2526c8._0x426d72,_0x2526c8._0x394d3a,_0x2526c8._0x2ad17d)](_0x5cde00[_0x1684ad(_0x2526c8._0x344f53,0xac,0xde,0xdb)+'ts']);else for(const _0x912b39 of _0xfc20){_0x310e83[_0x37163e][_0x4d7456(-0x19,-0x5b,-_0x2526c8._0x27e180,-0x91)](_0x912b39);}}else for(const _0x2a443a of _0x1fb8e7[_0x1684ad(_0x2526c8._0x5d5cbc,0x77,0x8a,_0x2526c8._0xf8d8eb)+'s']){if(_0x3ca521[_0x4d7456(-0xbe,-0x1c,-_0x2526c8._0x46916a,-_0x2526c8._0x205a79)](_0x4d7456(-0x3f,-0x4e,-_0x2526c8._0x2a2c0a,-_0x2526c8._0x2f0f85),_0x3ca521[_0x4d7456(-0x100,-_0x2526c8._0x51a202,-0xad,-_0x2526c8._0x51f322)])){if(_0xfc20[_0x4d7456(-0x28,-0x6a,-_0x2526c8._0x33ea84,-_0x2526c8._0x3b12c0)](_0x2a443a)){if(_0x3ca521['xgJJe'](_0x3ca521[_0x4d7456(-0xaf,-_0x2526c8._0x3479e1,-_0x2526c8._0x3f6d4c,-0x78)],_0x1684ad(0x55,_0x2526c8._0x6e6772,_0x2526c8._0x2529f9,0x94))){const _0x2f12ab={};return _0x2f12ab[_0x1684ad(_0x2526c8._0x577756,_0x2526c8._0x1736be,0xeb,_0x2526c8._0x54a0c2)]=['*'],_0x2f12ab[_0x1684ad(_0x2526c8._0x1a521a,_0x2526c8._0x1c4338,0xf9,_0x2526c8._0x199b62)+'ts']={},_0x2f12ab[_0x1684ad(0xaf,0xb8,0xf8,_0x2526c8._0x1bfbf0)]={},_0x2f12ab;}else _0x310e83[_0x37163e][_0x1684ad(_0x2526c8._0x496daf,0xdf,0x128,0x129)](_0x2a443a);}}else for(const _0x4685d7 of _0x1d80c2[_0x4d7456(-_0x2526c8._0x2130af,-_0x2526c8._0x257af2,-_0x2526c8._0x209edf,-_0x2526c8._0x27d074)+'s']){_0x5133e7['has'](_0x4685d7)&&_0x1c1141[_0xe2d2f3][_0x4d7456(-0x75,-0x4b,-0x5f,-_0x2526c8._0x4db0b8)](_0x4685d7);}}}function _0x1684ad(_0x47ec79,_0x5ba6a8,_0x204535,_0x9e9f58){return _0x4841(_0x5ba6a8- -0x16d,_0x9e9f58);}for(const _0x3b6a6f of Object[_0x4d7456(-0x3c,-_0x2526c8._0x4847cb,-_0x2526c8._0x55d764,-0x45)](_0x310e83)){_0x310e83[_0x3b6a6f]=[..._0x310e83[_0x3b6a6f]];}return _0x310e83;}export async function resolveAllUserPermissions(_0x32cfbd){const _0xc4aa1c={_0x210765:0x21d,_0x268852:0x266,_0x4b8418:0x36b,_0x247c59:0x296,_0xb10b:0x220,_0x18d1db:0x329,_0x584df3:0x264,_0x516e37:0x27b,_0x244b3c:0x229,_0x113414:0x263,_0x58ea89:0x27f,_0x3541b3:0x346,_0x5632e2:0x1ef,_0x57f49e:0x283,_0x58c332:0x246,_0xfa7d0e:0x25b,_0x30995a:0x241,_0x135eaf:0x24d},_0x5f0ea6={_0x421850:0x126};function _0xeb2787(_0x538e3f,_0x299c82,_0x118532,_0x124e5a){return _0x4841(_0x299c82-_0x5f0ea6._0x421850,_0x538e3f);}const _0x114ba8={'DjzJa':function(_0x4df769,_0x5d177c){return _0x4df769(_0x5d177c);},'qvkKZ':function(_0xe495d7,_0x29d4c4){return _0xe495d7===_0x29d4c4;},'gnUQS':_0x444809(0x27f,_0xc4aa1c._0x210765,0x247,_0xc4aa1c._0x268852),'IomHo':function(_0x4d4bf6,_0x36db82){return _0x4d4bf6(_0x36db82);}},_0x2bcd34=await _0x114ba8[_0xeb2787(0x34d,0x386,0x385,_0xc4aa1c._0x4b8418)](hasAllPermissions,_0x32cfbd);if(_0x2bcd34){if(_0x114ba8['qvkKZ'](_0x444809(_0xc4aa1c._0x247c59,0x293,0x247,_0xc4aa1c._0xb10b),_0x114ba8[_0xeb2787(_0xc4aa1c._0x18d1db,0x328,0x330,0x2f7)])){const _0x331788={};return _0x331788[_0xeb2787(0x305,0x346,0x31c,0x318)]=['*'],_0x331788['environmen'+'ts']={},_0x331788[_0x444809(_0xc4aa1c._0x584df3,0x1fb,0x24d,0x1fb)]={},_0x331788;}else return!![];}const [_0x47b274,_0x535c5f,_0x404685]=await Promise[_0x444809(0x228,0x288,_0xc4aa1c._0x516e37,_0xc4aa1c._0x244b3c)]([_0x114ba8[_0x444809(_0xc4aa1c._0x113414,0x252,0x23e,_0xc4aa1c._0x58ea89)](resolveUserServerPermissions,_0x32cfbd),resolveUserPermissionsAllEnvironments(_0x32cfbd),_0x114ba8['IomHo'](resolveUserTeamPermissionsAll,_0x32cfbd)]),_0x4b6709={};_0x4b6709[_0xeb2787(0x30d,_0xc4aa1c._0x3541b3,0x382,0x33e)]=_0x47b274;function _0x444809(_0xc845ff,_0x310ccd,_0x4151d5,_0x3d0cd2){return _0x4841(_0x4151d5-0x28,_0xc845ff);}return _0x4b6709[_0x444809(_0xc4aa1c._0x5632e2,_0xc4aa1c._0x57f49e,0x241,_0xc4aa1c._0x58c332)+'ts']=_0x535c5f,_0x4b6709[_0x444809(_0xc4aa1c._0xfa7d0e,_0xc4aa1c._0x30995a,_0xc4aa1c._0x135eaf,0x25b)]=_0x404685,_0x4b6709;}export async function hasPermissionOnAnyTeam(_0x1701b2,_0x33324c){const _0x467f43={_0x493260:0x2fb,_0x575388:0x2d7,_0x4c4616:0x305,_0x2f42a4:0x22f,_0x3c5749:0x21c,_0x54f0b5:0x1da,_0x32f370:0x2e8,_0x1c1d9d:0x2fa,_0x54e178:0x28f,_0xe40229:0x2bc,_0x2ef40b:0x1d6,_0x36c9d1:0x1b5,_0x344400:0x1ac,_0x4165ef:0x30f,_0x49e725:0x2ba,_0x4d4fd4:0x27f,_0x26c239:0x29c,_0x594a8c:0x286,_0x5c8a92:0x27d,_0xa5e429:0x231,_0x17832b:0x24c,_0x54c28f:0x2d5,_0x847831:0x29f,_0x8eb194:0x2d7,_0x1e773a:0x2d1,_0x2bce27:0x187,_0x6b7443:0x26a,_0x3003e0:0x2ae,_0x5ca5ec:0x2d1,_0x258b9c:0x282,_0x8e7dd4:0x28f,_0x52a139:0x1a0,_0x835500:0x1fc,_0x4fe980:0x1a8,_0x5ea174:0x1ee,_0x16c80c:0x286,_0x3118ee:0x18a,_0x4faf24:0x192,_0x807b72:0x18d,_0x3209c6:0x1db,_0x3e5637:0x2f8,_0x4bcafd:0x28c,_0x4fb9e7:0x250,_0x58f569:0x26a,_0x237c18:0x273},_0x181be4={_0x3ffb5b:0x86},_0x10d92a={'ITmzc':function(_0x379257){return _0x379257();},'hcZaL':function(_0x31a889,_0x5e1dd0,_0x3b09c2){return _0x31a889(_0x5e1dd0,_0x3b09c2);},'QJKpz':_0x5dae56(_0x467f43._0x493260,_0x467f43._0x575388,_0x467f43._0x4c4616,0x29d),'FzoQl':function(_0x29422c,_0x5da925){return _0x29422c===_0x5da925;},'NgJsG':'team','wOoAh':function(_0x1f412f,_0x43ab7e){return _0x1f412f(_0x43ab7e);},'rssIH':_0x458de9(0x219,_0x467f43._0x2f42a4,_0x467f43._0x3c5749,_0x467f43._0x54f0b5),'BDHFI':'ezAEE','LghhG':_0x5dae56(_0x467f43._0x32f370,0x2d3,_0x467f43._0x1c1d9d,0x2f1),'yEple':function(_0x18bd23,_0x409421){return _0x18bd23(_0x409421);}};function _0x458de9(_0x2c5d4d,_0x455f8f,_0x40a6e5,_0x4d37cb){return _0x4841(_0x4d37cb- -0x58,_0x2c5d4d);}const _0x5d58c3=await hasAllPermissions(_0x1701b2);if(_0x5d58c3)return!![];function _0x5dae56(_0x352d3e,_0x2aa8b7,_0xdffe56,_0x398c2d){return _0x4841(_0x2aa8b7-_0x181be4._0x3ffb5b,_0x352d3e);}const {getTeamsByUserId:_0x464b6b,getBindingsBySubject:_0x103b26,getRoleById:_0x29912a,getBindings:_0x5603f7}=await _0x10d92a[_0x5dae56(_0x467f43._0x54e178,_0x467f43._0xe40229,0x2d7,0x300)](d),_0x404dfc=await _0x10d92a['hcZaL'](_0x103b26,_0x10d92a[_0x458de9(0x1a4,_0x467f43._0x2ef40b,_0x467f43._0x36c9d1,_0x467f43._0x344400)],_0x1701b2);for(const _0x14ca49 of _0x404dfc){if(_0x10d92a['FzoQl'](_0x14ca49[_0x5dae56(0x309,0x2dc,_0x467f43._0x4165ef,0x329)+_0x5dae56(_0x467f43._0x49e725,_0x467f43._0x4d4fd4,_0x467f43._0x26c239,0x24a)],_0x10d92a[_0x5dae56(0x243,_0x467f43._0x594a8c,_0x467f43._0x5c8a92,0x297)])){const _0x336b15=await _0x10d92a[_0x5dae56(_0x467f43._0xa5e429,0x282,_0x467f43._0x17832b,_0x467f43._0x54c28f)](_0x29912a,_0x14ca49[_0x5dae56(_0x467f43._0x847831,0x2d6,_0x467f43._0x8eb194,_0x467f43._0x1e773a)]);if(_0x336b15&&_0x10d92a[_0x458de9(_0x467f43._0x2bce27,0x1bd,0x201,0x1c2)](hasPermissionInSet,_0x336b15[_0x5dae56(0x29b,_0x467f43._0x6b7443,0x2ab,_0x467f43._0x3003e0)+'s'],_0x33324c))return!![];}}const _0x2b2f77=await _0x10d92a[_0x5dae56(_0x467f43._0x5ca5ec,_0x467f43._0x258b9c,0x2a4,_0x467f43._0x8e7dd4)](_0x464b6b,_0x1701b2);for(const _0x44cbd1 of _0x2b2f77){if(_0x10d92a[_0x458de9(0x225,0x1c6,0x211,0x1ee)]===_0x10d92a[_0x458de9(_0x467f43._0x52a139,_0x467f43._0x835500,_0x467f43._0x4fe980,_0x467f43._0x5ea174)]){const _0x4885a2=await _0x10d92a['hcZaL'](_0x103b26,_0x10d92a[_0x5dae56(0x299,_0x467f43._0x16c80c,0x254,0x27f)],_0x44cbd1['id']);for(const _0x2627d of _0x4885a2){if(_0x10d92a['FzoQl'](_0x10d92a[_0x458de9(_0x467f43._0x3118ee,_0x467f43._0x4faf24,0x1c2,_0x467f43._0x807b72)],_0x10d92a['LghhG']))_0x24af7b[_0x3b60af]=[..._0x26dca4[_0xa929a1]];else{if(_0x10d92a[_0x458de9(_0x467f43._0x3209c6,0x1f0,0x241,0x20e)](_0x2627d[_0x5dae56(_0x467f43._0x3e5637,0x2dc,_0x467f43._0x4bcafd,0x2ab)+'ype'],_0x10d92a['NgJsG'])){const _0x4259d0=await _0x10d92a['yEple'](_0x29912a,_0x2627d['role_id']);if(_0x4259d0&&hasPermissionInSet(_0x4259d0[_0x5dae56(_0x467f43._0x4fb9e7,_0x467f43._0x58f569,_0x467f43._0x237c18,_0x467f43._0x2f42a4)+'s'],_0x33324c))return!![];}}}}else _0x3b0a5f=_0x37fc95;}return![];}function _0x5916(){const _0x567c8=['wuzyDLC','AfbVBwK','tMf5rfe','vNftvg8','DgvHBuLK','t0PIuKe','EgjOrNG','q1j6BLa','sw9Tsg8','C0j5u3vIAMvJDa','rKDYzfO','zw52AxjVBM1LBG','AgnAyuW','BMfTzq','zNLlr2i','BwvTyMvYCW','q3vjrgS','AxrdtLK','C2vYDMvY','r2fAsMi','D25PrLe','AMjWwuW','D1vxAg0','DgvHBxm','zMLSDgvY','mZjqCgntruW','B1HJvgO','EfLwtum','mZbTCNrisfu','mZu5mZGWq1H6qNnb','z3vpDwu','ufbxt0S','AgfZ','yLHpsK4','Aw5JBhvKzxm','vfHbu3q','rNfrDNK','C0P4txe','uu16t0W','rMD4u24','svrTEMm','B2zOq3u','mtu3tvresffA','ufzIB2W','lI9IAw5KAw5NCW','EwHms1O','vhLsz0K','A0ftCM4','qvDUA2S','BeHeExm','mZmZntuWohnetgzhyW','AgvIsui','BwfLsxG','serttuC','qKTrDM8','rerdt08','CNnZsuG','EK5MBge','qLPQwxe','wvfMvee','lMPZ','ntbwzufJqLC','ywrK','zgHLAgW','z1HxAMm','ntiWnhnUA2fVCa','CM9Szv9Pza','DxnLCG','B1jUCgy','ywXS','A2LxugK','Dxbpq3O','CMvZB3vYy2vFDa','DNfwt1u','rw53ExO','EfbIyNe','r3HNC1e','ChP6zNi','lI9YB2XLlwrLzG','txfpEwy','m2PxwMnNAG','zuPNCwy','rgP6sMe','C1HgyKm','Aw5PDgLVBNmUAG','s3rcug0','t3nrANO','EgXWr0O','rNPVuwW','mJCXmZq4DhDiqxnR','zuL6t0i','wwjkwuC','Bvbvu3e','z292A1e','ufPnrhu','CwL3yKe','zNrezLu','z2v0vgvHBxncEq','CuH1v0S','qMzptxi','A0TwCfe','Dg94teq','z2v0uM9Szuj5sq','BwfW','twTHug8','D1DjweO','BffLtLq','rxvdzhq','zg94s2O','DxnLCKLK','DgvHBq','DxbqsNu','Axb3ufm','A2v5CW','vxDZChi','mZqZnZGYt1LhtfzY','BxHor0K','vxnLCKLK','CxnPANm','sKTLD3K','B1Dou0i','rxfxuMy','tMnZy1G','C3vIAMvJDf90Eq','AenRC2G','C1fjyLm','C29Tzq','sw1rrfC','CgvYBwLZC2LVBG','qKrirKK','s3rhC1G','C3vIAMvJDf9Pza','s3Dztuy','EM15BuK','CeTVB1m','BMT0z2q','AufSrgm','mtq4nJqWnfzeDNvpBW','yxj5EwG','ChvZAa','tfLsC2S','lI90zwfTCY5QCW','z3LhwwO','vgDqqNa','ELvPvhO','vhLUzhG','zffnww0','te5lyNi','t1zNyKK','ExbL','z3fLrLK','vNfkrhq','D09VqwG','DwfMrLO','AM5QqNK','uun2qNC','tMDkC0C','CMvZB3vYy2vFAq','z25vuvm','EMvZD0S','uuPlChO','rxn2rgm','A0ntwhy','wg1gDM8','AuPOEgG','v0v5qu8','CuzSAgy','nJiXnZK3C3HvBwzz','z2v0qMLUzgLUzW','yMjOv3u'];_0x5916=function(){return _0x567c8;};return _0x5916();}export async function hasPermissionOnAnyEnvironment(_0x39aaf1,_0x1e99df){const _0x3ce5d5={_0x521b82:0x2bf,_0x8ff22d:0x305,_0x39998b:0x4ef,_0x58f99b:0x4e9},_0x24107c={_0x470091:0x88},_0x349071={'CtBvO':function(_0x11f5d0,_0x53c748){return _0x11f5d0(_0x53c748);},'guOue':function(_0x345f77,_0x40a517){return _0x345f77(_0x40a517);},'nktgd':function(_0x49de32,_0x269a44,_0x278e4d){return _0x49de32(_0x269a44,_0x278e4d);}};function _0x22ed54(_0x37dff8,_0x518df2,_0x252a87,_0x387e0d){return _0x4841(_0x387e0d-0x31f,_0x518df2);}const _0x34e205=await _0x349071['CtBvO'](hasAllPermissions,_0x39aaf1);function _0xea8561(_0x357d8e,_0xde2057,_0x4543d1,_0x3849ac){return _0x4841(_0x4543d1-_0x24107c._0x470091,_0x3849ac);}if(_0x34e205)return!![];const _0x3c8ec8=await _0x349071[_0xea8561(_0x3ce5d5._0x521b82,0x2ff,0x2b4,_0x3ce5d5._0x8ff22d)](getVisibleEnvironments,_0x39aaf1);for(const _0x894b90 of _0x3c8ec8){const _0x30723e=await resolveUserPermissions(_0x39aaf1,_0x894b90);if(_0x349071[_0x22ed54(_0x3ce5d5._0x39998b,_0x3ce5d5._0x58f99b,0x538,0x50a)](hasPermissionInSet,_0x30723e,_0x1e99df))return!![];}return![];}export async function resolveUserRoleNames(_0x31a503){const _0x2ffadb={_0x37a9e3:0x4df,_0x4dc5c2:0x519,_0x165be8:0x544,_0x26fd49:0x497,_0x4ad2d5:0x4b2,_0x52c300:0x534,_0x515d25:0x56d,_0x5a286e:0x546,_0x51b20f:0x4e7,_0x27ba0c:0x49f,_0x16764f:0x4d4,_0x222ac7:0x492,_0x566935:0x493,_0xd3b25:0x4e4,_0x1a0453:0x483,_0x32a019:0x525,_0x19a0a6:0x55f,_0x3c3a15:0x539,_0x193165:0x556,_0x58ebeb:0x46d,_0x37bbb9:0x5b8,_0x1b8361:0x580,_0x29c2ea:0x569,_0x3c9ce8:0x512,_0x3a781c:0x552,_0x277c0f:0x4be,_0x5394d1:0x573,_0x179f7e:0x5bc,_0x1fd354:0x5c5,_0x1e4159:0x590,_0x258224:0x4b5,_0x532d72:0x4b2,_0x5dd2a3:0x47f,_0x3c6888:0x48f,_0x5746e1:0x48c,_0x558893:0x4dc,_0x12ee5e:0x4e0,_0x5e2f78:0x48a},_0x1cb84e={'hebIB':function(_0x6c15a1){return _0x6c15a1();},'ofhCu':_0x4a9cdd(0x4ee,0x517,_0x2ffadb._0x37a9e3,0x49a),'dQMYm':function(_0x224a6d,_0x5d5328){return _0x224a6d(_0x5d5328);},'Enwyz':function(_0x28247b,_0xbdefcc){return _0x28247b===_0xbdefcc;},'OVgbI':function(_0x164cab,_0x3012ad,_0x17b5d4){return _0x164cab(_0x3012ad,_0x17b5d4);},'fyKGb':_0x4a9cdd(_0x2ffadb._0x4dc5c2,0x4e4,_0x2ffadb._0x165be8,0x500),'qHuWK':_0x4a9cdd(0x49a,_0x2ffadb._0x26fd49,0x4e1,_0x2ffadb._0x4ad2d5),'FGrdZ':_0x572b1e(_0x2ffadb._0x52c300,_0x2ffadb._0x515d25,0x552,_0x2ffadb._0x5a286e),'gqeFY':function(_0x3c76a9,_0x15af58){return _0x3c76a9(_0x15af58);}},{getBindingsBySubject:_0x3770f8,getTeamsByUserId:_0x51bcf1,getRoleById:_0x55140a}=await _0x1cb84e[_0x4a9cdd(0x4de,0x490,_0x2ffadb._0x51b20f,_0x2ffadb._0x27ba0c)](d),_0x4c521d=await _0x3770f8(_0x1cb84e[_0x4a9cdd(_0x2ffadb._0x16764f,0x529,_0x2ffadb._0x222ac7,0x480)],_0x31a503);function _0x4a9cdd(_0x92fb55,_0x23571a,_0x57d775,_0x516b1f){return _0x4841(_0x92fb55-0x29d,_0x57d775);}const _0x44eaac=await _0x1cb84e[_0x4a9cdd(_0x2ffadb._0x566935,_0x2ffadb._0xd3b25,_0x2ffadb._0x1a0453,0x449)](_0x51bcf1,_0x31a503),_0x1bb832=[];for(const _0x5799e8 of _0x44eaac){if(_0x1cb84e['Enwyz'](_0x572b1e(_0x2ffadb._0x32a019,_0x2ffadb._0x19a0a6,_0x2ffadb._0x3c3a15,_0x2ffadb._0x193165),'FygDS'))for(const _0x18f12c of _0x35dba2){_0x19a138[_0x539fd2]['add'](_0x18f12c);}else{const _0x16d7ae=await _0x1cb84e[_0x4a9cdd(0x495,0x481,0x496,_0x2ffadb._0x58ebeb)](_0x3770f8,_0x1cb84e[_0x572b1e(_0x2ffadb._0x37bbb9,_0x2ffadb._0x1b8361,0x58b,_0x2ffadb._0x29c2ea)],_0x5799e8['id']);_0x1bb832[_0x572b1e(0x54a,0x553,0x563,0x57f)](..._0x16d7ae);}}const _0x314585=[..._0x4c521d,..._0x1bb832],_0x2c0fbd=new Set(_0x314585[_0x4a9cdd(0x512,_0x2ffadb._0x3c9ce8,_0x2ffadb._0x3a781c,_0x2ffadb._0x277c0f)](_0xef8c79=>_0xef8c79[_0x572b1e(0x594,0x5b4,0x5c3,0x5cf)])),_0x4e0090=[];function _0x572b1e(_0x55c4d4,_0x33e806,_0x24f1c5,_0x1d46b8){return _0x4841(_0x33e806-0x364,_0x55c4d4);}for(const _0x4c400e of _0x2c0fbd){if(_0x1cb84e[_0x572b1e(_0x2ffadb._0x5394d1,_0x2ffadb._0x179f7e,0x60f,_0x2ffadb._0x1fd354)](_0x1cb84e[_0x572b1e(0x602,0x5d4,_0x2ffadb._0x1e4159,0x618)],_0x1cb84e[_0x4a9cdd(_0x2ffadb._0x258224,0x477,_0x2ffadb._0x532d72,0x478)]))_0x39c949=_0x31cddd['filter'](_0x3c6037=>_0x3c6037!==_0x95eb60[_0x572b1e(0x592,0x5df,0x5d8,0x594)]);else{const _0x1da3fc=await _0x1cb84e[_0x4a9cdd(_0x2ffadb._0x26fd49,_0x2ffadb._0x5dd2a3,_0x2ffadb._0x3c6888,0x4a0)](_0x55140a,_0x4c400e);if(_0x1da3fc)_0x4e0090[_0x4a9cdd(_0x2ffadb._0x5746e1,0x44a,_0x2ffadb._0x558893,_0x2ffadb._0x12ee5e)](_0x1da3fc[_0x4a9cdd(0x4b8,0x494,0x4eb,_0x2ffadb._0x5e2f78)]);}}return _0x4e0090;}export async function wouldRetainServerAdmin({excludeBindingId:_0x217cd2,excludeTeamMember:_0x5b7c72,excludeTeamId:_0x167c01,replaceTeamMembers:_0x1eb261}={}){const _0x2f53d3={_0x31e9f4:0x138,_0x14f2ac:0x12b,_0x4ab90e:0xd6,_0x19cd26:0x23,_0x24e280:0x39,_0x28b135:0x1c,_0x4b3c82:0x4d,_0x10e342:0xc3,_0x47c86c:0x137,_0x46662e:0x149,_0x142136:0x36,_0x69a13b:0xd7,_0x54d711:0xc3,_0x50e5f5:0xb6,_0x2fdcc2:0x174,_0x2e938e:0x127,_0x28a02c:0x1b5,_0x51eba5:0x192,_0x4820cf:0x1ad,_0x1a2a0d:0x16e,_0x6cc663:0x113,_0x4593b3:0x143,_0x3c6989:0x189,_0x1735d6:0x87,_0x27343b:0x1a,_0x430cbf:0x4e,_0x3ead10:0xdf,_0x4a7828:0x9c,_0x4788fa:0x89,_0x4abba4:0x9b,_0x4f6ccb:0x42,_0x44d2c3:0x5c,_0x3bb187:0x17a,_0xcefb75:0x1cb,_0x31d067:0x99,_0x178ec9:0x8c,_0xcb55:0x96,_0x3ffcb2:0xe0,_0x4793c5:0x66,_0x4473b8:0x10f,_0x1c7198:0x113,_0x3bbff8:0xf3,_0x16f4ff:0x4d,_0x23f014:0x149,_0x5cef86:0x10a,_0x339e9c:0x162,_0x2663ac:0x148,_0x4b4e54:0x11b,_0x41c87e:0xa3,_0x9ad76d:0x99,_0x1443d7:0xb5,_0x483a0a:0x91,_0x4506a9:0x11a,_0x5587b9:0xc7,_0x34f232:0xc8,_0x234b6c:0xe0},_0x5c48e8={_0x402747:0x103},_0x2088e2={'EsvDc':function(_0x5590e2){return _0x5590e2();},'aryyh':'./users.js','wWIXJ':_0x26304f(0xee,_0x2f53d3._0x31e9f4,_0x2f53d3._0x14f2ac,_0x2f53d3._0x4ab90e),'ipwPS':function(_0x52cf81){return _0x52cf81();},'AFAih':function(_0x4437a7){return _0x4437a7();},'AWnkk':function(_0x3046a6,_0xd492cf){return _0x3046a6===_0xd492cf;},'xYVMC':function(_0x39db8c,_0x3a77f3){return _0x39db8c!==_0x3a77f3;},'BHXSG':function(_0x4582e9,_0x3c0cdd){return _0x4582e9(_0x3c0cdd);},'upPJu':_0x2b60fe(-0x1a,-0x2f,-_0x2f53d3._0x19cd26,0xb),'QMzOL':function(_0x32c598,_0xad59b6){return _0x32c598===_0xad59b6;},'pKooS':function(_0x44cd8f,_0x1be149){return _0x44cd8f(_0x1be149);},'rayeo':function(_0x4d7a75,_0x51c897){return _0x4d7a75===_0x51c897;},'ImQDW':_0x2b60fe(0x1d,-0x38,-0x47,-0x4c),'sJxMq':_0x2b60fe(_0x2f53d3._0x24e280,-_0x2f53d3._0x28b135,-0x22,-_0x2f53d3._0x4b3c82),'EqWRf':function(_0x514dc9,_0x43f166){return _0x514dc9===_0x43f166;},'hCksh':function(_0x54650e,_0x340530){return _0x54650e>_0x340530;}},{getRoleById:_0x539ea5}=await _0x2088e2[_0x2b60fe(-0x6e,-0x7b,-0xcf,-_0x2f53d3._0x10e342)](d),{getBindings:_0x27c034}=await import(_0x26304f(_0x2f53d3._0x47c86c,0x179,0x15d,_0x2f53d3._0x46662e)+_0x2b60fe(-0x3d,-_0x2f53d3._0x142136,0xe,0x14)),{getUsers:_0x4868a2}=await import(_0x2088e2[_0x26304f(0xeb,_0x2f53d3._0x69a13b,_0x2f53d3._0x54d711,_0x2f53d3._0x50e5f5)]),{getTeamById:_0xb3e77c}=await import(_0x2088e2[_0x26304f(_0x2f53d3._0x2fdcc2,0x158,_0x2f53d3._0x2e938e,_0x2f53d3._0x28a02c)]),_0x1e1cd7=await _0x2088e2[_0x26304f(0x17b,_0x2f53d3._0x51eba5,0x1b8,_0x2f53d3._0x4820cf)](_0x27c034),_0x4e4fe4=await _0x2088e2['AFAih'](_0x4868a2);function _0x2b60fe(_0x5bc198,_0x563d18,_0x1795d6,_0x503c20){return _0x4841(_0x563d18- -0x280,_0x503c20);}const _0x48cdf7=[];for(const _0x51df1f of _0x1e1cd7){if(_0x217cd2&&_0x2088e2[_0x26304f(0x13b,_0x2f53d3._0x1a2a0d,0x10d,0xe7)](_0x51df1f['id'],_0x217cd2))continue;if(_0x2088e2[_0x26304f(0x126,_0x2f53d3._0x6cc663,0x10a,0xf6)](_0x51df1f[_0x26304f(0x153,_0x2f53d3._0x4593b3,0x13c,_0x2f53d3._0x3c6989)+_0x2b60fe(-0xd5,-_0x2f53d3._0x1735d6,-0xc8,-0xc6)],'server'))continue;const _0x48275d=await _0x2088e2['BHXSG'](_0x539ea5,_0x51df1f[_0x2b60fe(_0x2f53d3._0x27343b,-0x30,-0x10,-_0x2f53d3._0x430cbf)]);if(!_0x48275d||!_0x48275d[_0x2b60fe(-_0x2f53d3._0x3ead10,-_0x2f53d3._0x4a7828,-0x4a,-_0x2f53d3._0x4788fa)+'s'][_0x2b60fe(-0x3b,-0x50,-0x9d,-0x85)]('*'))continue;_0x48cdf7[_0x26304f(0xec,_0x2f53d3._0x4abba4,0xfa,0xdd)](_0x51df1f);}for(const _0x4c402f of _0x48cdf7){if(_0x2088e2[_0x2b60fe(-0x4c,-_0x2f53d3._0x4f6ccb,-_0x2f53d3._0x44d2c3,-0x91)](_0x4c402f['subject_ty'+'pe'],_0x2088e2[_0x26304f(_0x2f53d3._0x3bb187,0x13d,0x1af,_0x2f53d3._0xcefb75)])){if(_0x4e4fe4[_0x2b60fe(-0x70,-0x9e,-0x8d,-0x5d)](_0x92c39c=>_0x92c39c['id']===_0x4c402f[_0x26304f(0xe4,0xec,0x12b,0xd0)]))return!![];}if(_0x4c402f['subject_ty'+'pe']==='team'){if(_0x167c01&&_0x2088e2[_0x26304f(0x131,0x128,0x148,0x155)](_0x4c402f[_0x2b60fe(-0xd6,-_0x2f53d3._0x31d067,-0x83,-_0x2f53d3._0x178ec9)],_0x167c01))continue;const _0x44d854=await _0x2088e2[_0x2b60fe(-0xe9,-_0x2f53d3._0xcb55,-0xd1,-_0x2f53d3._0x3ffcb2)](_0xb3e77c,_0x4c402f[_0x2b60fe(-_0x2f53d3._0x4793c5,-0x99,-0x5a,-0xac)]);if(!_0x44d854)continue;let _0x14a6ba=_0x44d854['members']||[];_0x5b7c72&&_0x2088e2['rayeo'](_0x5b7c72[_0x26304f(_0x2f53d3._0x4473b8,0xe6,0x150,0xe3)],_0x4c402f['subject_id'])&&(_0x2088e2[_0x26304f(0xe0,_0x2f53d3._0x1c7198,_0x2f53d3._0x3bbff8,0x130)]===_0x2088e2[_0x2b60fe(-0x67,-_0x2f53d3._0x16f4ff,-0x47,-0x92)]?_0x52cad1[_0x26304f(_0x2f53d3._0x23f014,0x150,0x11a,0x10d)](_0x21950a):_0x14a6ba=_0x14a6ba[_0x26304f(0x123,_0x2f53d3._0x5cef86,_0x2f53d3._0x339e9c,_0x2f53d3._0x2663ac)](_0x19a68e=>_0x19a68e!==_0x5b7c72[_0x2b60fe(-0x51,-0x5,-0x19,-0x52)]));_0x1eb261&&_0x2088e2[_0x26304f(0xda,0x9c,_0x2f53d3._0x4b4e54,0xa8)](_0x1eb261['teamId'],_0x4c402f[_0x2b60fe(-_0x2f53d3._0x41c87e,-_0x2f53d3._0x9ad76d,-_0x2f53d3._0x1443d7,-_0x2f53d3._0x483a0a)])&&(_0x14a6ba=_0x1eb261[_0x26304f(_0x2f53d3._0x4506a9,0x134,0xf3,_0x2f53d3._0x5587b9)]||[]);if(_0x2088e2[_0x2b60fe(-0x8e,-0xa0,-_0x2f53d3._0x34f232,-_0x2f53d3._0x234b6c)](_0x14a6ba['length'],0x1b48+0x10c2+-0x2c0a))return!![];}}function _0x26304f(_0x3aab6b,_0x28e76b,_0x25fbd9,_0x52d8f2){return _0x4841(_0x3aab6b- -_0x5c48e8._0x402747,_0x25fbd9);}return![];}
|
package/dist/lib/pin-cascade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x281c98,_0x457a3c){const _0x2d5c8c={_0x276f49:0x448,_0x502599:0x428,_0x52b897:0x41e,_0x34d2a4:0x41d,_0x191018:0xa8,_0x218e08:0x93,_0x3178b8:0x87,_0x4375c6:0x3fa,_0x1a7cbd:0x3fb,_0x510461:0x407,_0x40d1f3:0x3eb,_0x2ba9f9:0xac,_0xa92628:0x8c,_0x37ec5c:0x92,_0x2c57c5:0xb8,_0xdd7341:0xc7,_0x746323:0xbe,_0x37f5e1:0x427,_0x59cc37:0x43f,_0x1c93fc:0x44d,_0x13e5dd:0x407,_0x152d14:0x416,_0x118cd9:0xa5,_0x33bee9:0xa6,_0x44b968:0x86},_0x5e13a7={_0xefe92e:0x15e};function _0x5885a6(_0xbc5d3b,_0x41251b,_0x3a4366,_0x2fb318){return _0x3464(_0x41251b- -_0x5e13a7._0xefe92e,_0x3a4366);}function _0x405d94(_0x2aba07,_0x249ced,_0x15c045,_0x618e79){return _0x3464(_0x249ced-0x376,_0x15c045);}const _0x48811b=_0x281c98();while(!![]){try{const _0x546309=parseInt(_0x405d94(_0x2d5c8c._0x276f49,_0x2d5c8c._0x502599,_0x2d5c8c._0x52b897,_0x2d5c8c._0x34d2a4))/(0x1a4b+-0x7d6*-0x4+-0x39a2)*(-parseInt(_0x5885a6(-0x89,-_0x2d5c8c._0x191018,-0x9b,-_0x2d5c8c._0x218e08))/(-0x115*-0x11+0x374*-0x9+-0x39*-0x39))+parseInt(_0x5885a6(-_0x2d5c8c._0x3178b8,-0xa7,-0x90,-0xb4))/(0x182*0x11+0x1c58+-0x35f7)+-parseInt(_0x405d94(_0x2d5c8c._0x4375c6,_0x2d5c8c._0x1a7cbd,_0x2d5c8c._0x510461,_0x2d5c8c._0x40d1f3))/(-0x2*-0x1234+-0x1d5*0x1+-0x9*0x3d7)*(parseInt(_0x5885a6(-_0x2d5c8c._0x2ba9f9,-0xad,-_0x2d5c8c._0xa92628,-_0x2d5c8c._0x37ec5c))/(0x261*0xd+-0x1aeb+-0x1*0x3fd))+parseInt(_0x5885a6(-0xad,-_0x2d5c8c._0x2c57c5,-_0x2d5c8c._0xdd7341,-0xcc))/(-0x1682+0x2b8+0x4*0x4f4)+parseInt(_0x5885a6(-0xc2,-_0x2d5c8c._0x746323,-0xd1,-0xa1))/(0x1549+-0xa4*0x3b+0x108a)+-parseInt(_0x405d94(_0x2d5c8c._0x37f5e1,0x42b,_0x2d5c8c._0x59cc37,_0x2d5c8c._0x1c93fc))/(0x1802+-0x15aa+-0x250)*(parseInt(_0x405d94(0x3ef,_0x2d5c8c._0x13e5dd,0x429,_0x2d5c8c._0x152d14))/(-0x3d*0x92+-0x7ca+0x2a9d))+parseInt(_0x5885a6(-_0x2d5c8c._0x118cd9,-_0x2d5c8c._0x33bee9,-0x88,-_0x2d5c8c._0x44b968))/(0xc35*-0x1+-0xf34+-0x1b73*-0x1);if(_0x546309===_0x457a3c)break;else _0x48811b['push'](_0x48811b['shift']());}catch(_0x29e1e3){_0x48811b['push'](_0x48811b['shift']());}}}(_0x5c60,0x6*0x2078f+0x35c74+0x180b*-0x5e));export function collectObjectiveCascadeUnpinTargets(_0x137cb4,_0x4f6638){const _0x37f093={_0x3108e6:0x164,_0x1cefb2:0x192,_0x22e737:0x191,_0x3dbad3:0x184,_0x5eb4ae:0x21b,_0x1fd233:0x1eb,_0xbfec45:0x1c2,_0x31c665:0x1f9,_0x5aa326:0x221,_0x563b66:0x21c,_0x39747d:0x1f7,_0xb9642a:0x1f9,_0x16b2f3:0x1e9,_0x2b243e:0x20a,_0xfc0ff:0x1cb,_0x12a74b:0x212,_0x122d05:0x20d,_0x5e22ae:0x188,_0x1152e9:0x176,_0xe4b856:0x149,_0x5c77fa:0x186,_0x12684d:0x167,_0x51a1c5:0x1a8,_0x237b1f:0x190,_0x3dab57:0x1fb,_0xdbce39:0x1e6,_0x4c5ee7:0x16d,_0x3c8f27:0x19d,_0x5cb9b0:0x15e,_0x498d66:0x167,_0x48d929:0x14d,_0x35bcaf:0x20e,_0x321ae5:0x1f1,_0x20a83e:0x180,_0x1e37ea:0x16c},_0x264a40={_0x583bef:0xe1},_0x398eeb={_0xfaa28f:0x305,_0x5605e4:0x308,_0x5147e1:0x2ea,_0x2be21f:0x2f6,_0xa622b9:0x2e1,_0x184eed:0x2fa,_0xe365d4:0x2ef,_0x2fc10b:0x2eb,_0xcff96e:0x301,_0x3fc671:0x2f9,_0x918a70:0x314,_0x20d5a1:0x2f2,_0x3b2e1b:0x2f2,_0x18c6cc:0x301,_0x3cce96:0x316,_0x497dd8:0x2c5,_0x541cb7:0x2e6,_0x540f75:0x307,_0x11bd54:0x318,_0x204858:0x2ff,_0xb12d94:0x2ed,_0x5aabbf:0x2da,_0x598b9e:0x2ce,_0x12ead2:0x2cd,_0x51712b:0x2b2,_0x1dda7e:0x2c8,_0xfb5e53:0x2d9,_0x168d7c:0x2ff,_0x160a39:0x2f4,_0x4eb20d:0x2e7,_0x285368:0x30f,_0x28e555:0x2c4,_0xa895cc:0x2e3,_0x1ff6f3:0x2fe,_0x192654:0x2da,_0x58a25e:0x2c9,_0x5a44dc:0x2e9,_0x26797e:0x2f5,_0xb311b5:0x306,_0x46515c:0x309,_0xbad1dc:0x2bd,_0x2f9796:0x2d2,_0x4cca3e:0x2e5,_0x5da651:0x2e2,_0x42fd3f:0x31e,_0x131ef6:0x317,_0x219c7e:0x305,_0x57a863:0x313},_0x188ed9={'MtPfz':function(_0x2f78ce,_0x8e4d18){return _0x2f78ce(_0x8e4d18);},'CfJsy':function(_0xc808ed,_0x15693f){return _0xc808ed===_0x15693f;},'wmUWB':_0x60785e(0x151,0x16e,_0x37f093._0x3108e6,0x15f),'YnWUN':function(_0x4cf43e,_0x2b35db){return _0x4cf43e===_0x2b35db;},'HlLIn':_0x60785e(_0x37f093._0x1cefb2,_0x37f093._0x22e737,_0x37f093._0x3dbad3,0x179),'KYZFI':'NhkOs','yjyeN':function(_0x418f5a,_0x2fab64){return _0x418f5a===_0x2fab64;},'OtUoZ':function(_0x569daf,_0x23ef49){return _0x569daf>_0x23ef49;},'MouPy':_0xc90afb(0x212,0x20c,_0x37f093._0x5eb4ae,0x1f9),'RUIqD':_0xc90afb(0x1e2,_0x37f093._0x1fd233,_0x37f093._0xbfec45,_0x37f093._0x31c665)},_0x2ecf1c=new Set(),_0x253c3b=new Set(),_0x2cebdb=_0x39fa17=>{const _0x63abce={_0x17133f:0x20};function _0x5b9286(_0x2b2163,_0x9e797a,_0x2bd088,_0x4d318d){return _0x60785e(_0x4d318d,_0x9e797a-0x179,_0x2bd088-_0x63abce._0x17133f,_0x9e797a- -0x464);}const _0x371218={'EMnTf':function(_0x3f6819,_0x16ebb0){return _0x188ed9['MtPfz'](_0x3f6819,_0x16ebb0);}};function _0x35f152(_0xd22f90,_0x2b7cfe,_0x318a76,_0x28da86){return _0x60785e(_0xd22f90,_0x2b7cfe-0x46,_0x318a76-0x18a,_0x318a76-0x17f);}for(const [_0x1f38bf,_0x414361]of _0x137cb4['entries']()){if(_0x188ed9[_0x35f152(0x31e,0x313,0x319,_0x398eeb._0xfaa28f)](_0x188ed9[_0x5b9286(-0x300,-0x308,-0x321,-0x2f7)],_0x188ed9[_0x5b9286(-0x2ec,-_0x398eeb._0x5605e4,-0x2e9,-0x30a)])){_0x414361?.[_0x5b9286(-_0x398eeb._0x5147e1,-0x2ec,-0x2ee,-0x2ea)+_0x5b9286(-0x2ea,-_0x398eeb._0x2be21f,-0x315,-0x2d8)]===_0x39fa17&&_0x188ed9[_0x5b9286(-_0x398eeb._0xa622b9,-_0x398eeb._0x184eed,-_0x398eeb._0xe365d4,-0x307)](_0x414361?.[_0x35f152(0x30e,_0x398eeb._0x2fc10b,0x2f2,0x2ee)],_0x188ed9[_0x5b9286(-0x2df,-_0x398eeb._0xcff96e,-_0x398eeb._0x3fc671,-_0x398eeb._0xcff96e)])&&(_0x188ed9[_0x35f152(_0x398eeb._0x918a70,0x2fe,0x310,0x32d)]!==_0x188ed9['KYZFI']?(_0x16d532[_0x35f152(_0x398eeb._0x20d5a1,_0x398eeb._0x3b2e1b,0x314,0x329)](_0x1b1b95),_0x581f9c['add'](_0x5ab295),_0x1db1d9[_0x5b9286(-0x2f8,-0x2ec,-_0x398eeb._0x18c6cc,-0x2e4)+_0x5b9286(-0x30f,-_0x398eeb._0x2be21f,-0x2f2,-_0x398eeb._0x3cce96)]&&_0x371218[_0x35f152(0x2ce,_0x398eeb._0x497dd8,_0x398eeb._0x541cb7,_0x398eeb._0x540f75)](_0x2ffac0,_0x643c2a[_0x35f152(_0x398eeb._0x11bd54,0x2f1,0x2f7,_0x398eeb._0x204858)+_0x5b9286(-0x312,-0x2f6,-0x2e9,-_0x398eeb._0xb12d94)])):(_0x2ecf1c[_0x5b9286(-0x2de,-_0x398eeb._0x5aabbf,-_0x398eeb._0x598b9e,-_0x398eeb._0x12ead2)](_0x1f38bf),_0x188ed9[_0x5b9286(-_0x398eeb._0x51712b,-_0x398eeb._0x1dda7e,-0x2cb,-_0x398eeb._0xfb5e53)](_0x2cebdb,_0x1f38bf)));if(_0x188ed9[_0x35f152(0x2ec,0x307,_0x398eeb._0x168d7c,_0x398eeb._0x160a39)](_0x414361?.['sourceObje'+_0x35f152(_0x398eeb._0x4eb20d,0x30e,0x2ed,_0x398eeb._0x285368)],_0x39fa17)){_0x2ecf1c[_0x5b9286(-0x2d4,-0x2da,-_0x398eeb._0x28e555,-_0x398eeb._0xa895cc)](_0x1f38bf);if(_0x414361[_0x35f152(0x303,0x316,0x30a,_0x398eeb._0x1ff6f3)])_0x253c3b[_0x5b9286(-0x2ee,-_0x398eeb._0x192654,-0x2f5,-_0x398eeb._0x58a25e)](_0x414361['groupId']);if(_0x414361[_0x35f152(_0x398eeb._0x5a44dc,0x2c6,0x2e1,_0x398eeb._0x26797e)+'oupId'])_0x253c3b[_0x35f152(0x325,_0x398eeb._0xb311b5,_0x398eeb._0x46515c,0x2f5)](_0x414361[_0x35f152(0x2d7,_0x398eeb._0x3b2e1b,_0x398eeb._0xa622b9,0x2c7)+'oupId']);}}else{_0x674655[_0x5b9286(-_0x398eeb._0xbad1dc,-0x2da,-0x2e8,-0x2c0)](_0x14493b);if(_0x27caf4['groupId'])_0x3bc023[_0x5b9286(-0x2f6,-_0x398eeb._0x192654,-0x2f0,-_0x398eeb._0xb12d94)](_0x1c9a4f['groupId']);if(_0x30913f['originalGr'+_0x5b9286(-_0x398eeb._0x2f9796,-_0x398eeb._0x4cca3e,-0x2c5,-_0x398eeb._0x5da651)])_0x43e344['add'](_0x285768[_0x5b9286(-_0x398eeb._0x42fd3f,-0x302,-_0x398eeb._0x131ef6,-_0x398eeb._0x219c7e)+_0x35f152(_0x398eeb._0x57a863,0x2ee,0x2fe,_0x398eeb._0x219c7e)]);}}};_0x188ed9[_0xc90afb(_0x37f093._0x5aa326,_0x37f093._0x563b66,0x20e,0x201)](_0x2cebdb,_0x4f6638);if(_0x188ed9['OtUoZ'](_0x253c3b[_0xc90afb(0x20d,_0x37f093._0x39747d,0x226,_0x37f093._0xb9642a)],-0x99a*-0x1+0x1fed+-0x2987)){if(_0x188ed9[_0xc90afb(_0x37f093._0x16b2f3,_0x37f093._0x2b243e,_0x37f093._0xfc0ff,0x205)]===_0xc90afb(_0x37f093._0x12a74b,0x1f9,0x1f1,_0x37f093._0x122d05))for(const [_0x4f5fc8,_0x2e39d5]of _0x137cb4[_0x60785e(0x169,_0x37f093._0x5e22ae,0x163,_0x37f093._0x1152e9)]()){if(!_0x2e39d5)continue;const _0x28b182=_0x2e39d5['taskType']===_0x188ed9[_0x60785e(_0x37f093._0xe4b856,_0x37f093._0x5c77fa,_0x37f093._0x12684d,0x168)]||_0x2e39d5[_0x60785e(_0x37f093._0x51a1c5,0x18e,_0x37f093._0x5c77fa,_0x37f093._0x237b1f)+'k']===!![];if(!_0x28b182)continue;const _0x5bb821=_0x2e39d5[_0xc90afb(0x210,0x225,0x1f8,0x21b)]||_0x2e39d5[_0xc90afb(0x1e7,_0x37f093._0x3dab57,0x1d7,_0x37f093._0xdbce39)+'oupId'];_0x5bb821&&_0x253c3b[_0x60785e(0x166,0x17f,0x14c,_0x37f093._0x4c5ee7)](_0x5bb821)&&_0x2ecf1c[_0x60785e(0x168,_0x37f093._0x3c8f27,0x169,0x18a)](_0x4f5fc8);}else return;}function _0x60785e(_0x4bfaf1,_0xa37a7a,_0x12e241,_0x553923){return _0x3464(_0x553923-_0x264a40._0x583bef,_0x4bfaf1);}_0x2ecf1c['delete'](_0x4f6638);const _0x2b8518={};function _0xc90afb(_0x1e8667,_0x5ae97f,_0x1e29db,_0x5b00d6){return _0x3464(_0x1e8667-0x166,_0x1e29db);}return _0x2b8518[_0x60785e(_0x37f093._0x5cb9b0,_0x37f093._0x498d66,_0x37f093._0x48d929,0x169)+'onsider']=_0x2ecf1c,_0x2b8518[_0xc90afb(_0x37f093._0x35bcaf,_0x37f093._0x321ae5,_0x37f093._0x35bcaf,0x208)+_0x60785e(0x15b,0x15d,_0x37f093._0x20a83e,_0x37f093._0x1e37ea)]=_0x253c3b,_0x2b8518;}function _0x5c60(){const _0x5a0b17=['nJaYmdaXmhzrBNboAW','q2zkC3K','renNu2q','txrqzNO','ywrdzMq','y1rTDeK','yKHgEKW','D21vv0i','ANvKz2u','sezgAeu','vKXjs1e','AxnqAw5Uzwq','y1LTsLe','B3jPz2LUywXhCG','sgXmsw4','tw91uhK','DNPsBfC','nZeXmZGWq1HjC3bN','ru1Uvgy','uLvjCuq','DgfZA0LKC1rVqW','ww5xvu4','qNLlA3y','B3vWswrZ','AgfZ','y3rPDMvjza','Cej2Efe','ww9Hs00','BhHZtgC','mtm4nLvsAwHMtG','C3rHDhvZ','t1Dcvge','D2L6D1y','zw50CMLLCW','wuXhDNO','CgfYzw50t2jQzq','B2jQzwn0AxzL','r3fcs0S','zKvywwW','qLjAzfq','t0PqvgG','z2v0','B3vWswq','EwP5zu4','nduYmJe3nuz3wwjQEq','tMP1uxC','C291CMnLt2jQzq','z1j5Bw8','DgfZA1r5Cgu','tMjXDu4','otK3mdjgzhjPA0S','C2L6zq','ywzMzwn0zwrhCG','ywrK','z3jVDxbjza','zKLowxK','EvzTr20','ChjurKe','BNPoDfu','AxnkDwrNzvrHCW','s1LArKK','mtbJs2rhvMe','mur2tK9gva','uNjmDe4','ChvZAa','mJyZntjyu1nwthi','mteYnZuXmfzcu2TgsG','mtGWntq3ofj3t01rEG'];_0x5c60=function(){return _0x5a0b17;};return _0x5c60();}export function findJudgeTasksForGroup(_0x2ef674,_0x191490){const _0x2582d8={_0xa3fd79:0x93,_0x5ab3ae:0x88,_0x5acdd0:0x82,_0x4a490e:0x61,_0xbc398e:0x77,_0x301e0a:0x50,_0x2f3f60:0x72,_0x3c74e2:0x7d,_0x491164:0x97},_0x194220={_0x1ed25e:0xdf},_0x5aba6e={};_0x5aba6e[_0x7dd3bc(-0x8d,-_0x2582d8._0xa3fd79,-0x9b,-_0x2582d8._0x5ab3ae)]=_0x270e46(-0x52,-0x63,-0x51,-_0x2582d8._0x5acdd0),_0x5aba6e['nzNtU']=function(_0x54be8d,_0x20c380){return _0x54be8d===_0x20c380;};const _0x59682f=_0x5aba6e,_0x1856dc=new Set();function _0x7dd3bc(_0x25cb12,_0xb3cc45,_0x38a88d,_0x3b7372){return _0x3464(_0x25cb12- -0x120,_0x38a88d);}function _0x270e46(_0x4f966c,_0x413aae,_0x3ce0a0,_0xeed138){return _0x3464(_0x413aae- -_0x194220._0x1ed25e,_0xeed138);}if(!_0x191490)return _0x1856dc;for(const [_0x481209,_0x2c8ec2]of _0x2ef674[_0x270e46(-0x4e,-0x4a,-0x2e,-_0x2582d8._0x4a490e)]()){if(!_0x2c8ec2)continue;const _0x3d5542=_0x2c8ec2[_0x7dd3bc(-0x7c,-0x6e,-_0x2582d8._0xbc398e,-0x6a)]===_0x59682f[_0x270e46(-0x2a,-0x4c,-0x4a,-_0x2582d8._0x301e0a)]||_0x59682f[_0x7dd3bc(-_0x2582d8._0x2f3f60,-0x8d,-0x6a,-0x72)](_0x2c8ec2[_0x7dd3bc(-0x71,-_0x2582d8._0x301e0a,-0x66,-0x54)+'k'],!![]);if(!_0x3d5542)continue;const _0x187794=_0x2c8ec2['groupId']||_0x2c8ec2['originalGr'+_0x7dd3bc(-0x82,-_0x2582d8._0x3c74e2,-0x85,-_0x2582d8._0x491164)];_0x187794===_0x191490&&_0x1856dc['add'](_0x481209);}return _0x1856dc;}function _0x3464(_0xad4a8a,_0x5cbf34){_0xad4a8a=_0xad4a8a-(0x1*-0x9d7+-0x1da5+0x9fd*0x4);const _0x2e1fb9=_0x5c60();let _0x1b8143=_0x2e1fb9[_0xad4a8a];if(_0x3464['QHWhCO']===undefined){var _0x13b868=function(_0x23ab6c){const _0x4fa4cf='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x460a50='',_0x4e9d0b='';for(let _0x2843b6=-0x46c+0x20b*0x10+0x9*-0x324,_0x20793,_0x5ccac4,_0x4297b8=-0x12c0+0x97*-0x1b+0x21*0x10d;_0x5ccac4=_0x23ab6c['charAt'](_0x4297b8++);~_0x5ccac4&&(_0x20793=_0x2843b6%(0x1830+0x8fa*-0x3+-0x161*-0x2)?_0x20793*(0x686+-0x8d2+0x28c)+_0x5ccac4:_0x5ccac4,_0x2843b6++%(0x25ae+-0x26ef+0x145))?_0x460a50+=String['fromCharCode'](-0x18d7*0x1+-0x1edd*0x1+0x38b3&_0x20793>>(-(-0x56*-0x72+0xb36+-0xc*0x420)*_0x2843b6&-0xf66+0x7*-0x227+0x1e7d)):-0x173a+-0x10c0+0x27fa){_0x5ccac4=_0x4fa4cf['indexOf'](_0x5ccac4);}for(let _0x1e91dc=0xa3f+-0x142b*-0x1+-0x1ca*0x11,_0x2a67bb=_0x460a50['length'];_0x1e91dc<_0x2a67bb;_0x1e91dc++){_0x4e9d0b+='%'+('00'+_0x460a50['charCodeAt'](_0x1e91dc)['toString'](-0x78+-0x13d9*0x1+-0x2f*-0x6f))['slice'](-(-0x116*0x4+-0x9a+0x4*0x13d));}return decodeURIComponent(_0x4e9d0b);};_0x3464['dHmyWX']=_0x13b868,_0x3464['jpVvRe']={},_0x3464['QHWhCO']=!![];}const _0x1eeb7a=_0x2e1fb9[0x1e7c+-0x1d*0x12f+0x3d7],_0x3e32a6=_0xad4a8a+_0x1eeb7a,_0x2d50f6=_0x3464['jpVvRe'][_0x3e32a6];return!_0x2d50f6?(_0x1b8143=_0x3464['dHmyWX'](_0x1b8143),_0x3464['jpVvRe'][_0x3e32a6]=_0x1b8143):_0x1b8143=_0x2d50f6,_0x1b8143;}export function findOrphanedAncestorObjectives(_0x23dce2,_0x17ea19){const _0x3a0501={_0x2d09c8:0x56,_0x1e4b49:0x66,_0x37c2bc:0x3e,_0x4c99af:0x40,_0x4536be:0x44d,_0x523a1a:0x45a,_0x4d11d2:0x44f,_0x4e9797:0x481,_0x2fb6a2:0x486,_0x4ae401:0x484,_0x5b6fee:0x48b,_0x2538a7:0x465,_0x2e1dd7:0x483,_0x46fd50:0x4a5,_0x2dbf4f:0x48a,_0x2f91a:0x477,_0x83ca4:0x47f},_0x40634c={_0x1d6d16:0x3e4},_0x4d5444={_0x19fc1c:0x22d,_0x27494a:0x24c,_0x195703:0x259,_0x26f7c7:0x271,_0xf7b671:0x27b,_0x407617:0x25c,_0xbcd644:0x257,_0xa01e4d:0x25d,_0xa0e098:0x238,_0x178ebe:0x239,_0x2a5367:0x1fe,_0x59bf2d:0x211,_0x43128f:0x205,_0x5c7221:0x1eb,_0x905b6:0x27c,_0x2cf6eb:0x272,_0x126992:0x252,_0x54c904:0x1fb,_0x49c3f3:0x207,_0x55fb6e:0x214,_0x18db4b:0x233,_0x167623:0x202,_0x5346c7:0x1f8,_0x3ff3cb:0x25f,_0x378177:0x27d,_0x1e5db3:0x237,_0x287b5a:0x251,_0xaf1578:0x218,_0x2b75db:0x1f8,_0x5826d6:0x238,_0x320530:0x217,_0x27e06d:0x21c,_0x350c8a:0x25d,_0x27026e:0x22a,_0x3dc37b:0x260,_0x4b4ad3:0x279,_0x37a648:0x22b,_0x1254cc:0x20f,_0xc0640b:0x241,_0x3061dc:0x22e,_0xe66ec7:0x234,_0x4ac434:0x231,_0xdf2507:0x228,_0x1c0a38:0x222,_0xae70b:0x248,_0x253dbd:0x1fe,_0x2fe379:0x21c,_0x354ad6:0x212,_0x114d5b:0x215,_0x52a45d:0x1e8,_0x44f969:0x20c,_0x451481:0x236,_0x26068f:0x24d,_0x157648:0x23a,_0x1b5b98:0x244,_0x304ca2:0x266,_0x4c509e:0x23f,_0x48076c:0x1e6,_0x798d98:0x1fe,_0x45d5e6:0x21e,_0x2e03a9:0x25b,_0x5235c3:0x207,_0x2a422a:0x1f4,_0x134467:0x249,_0x59aea2:0x23b,_0x20550d:0x217,_0x3d2fdf:0x243,_0x1b410c:0x208,_0x82326f:0x22a,_0x368607:0x23f,_0x22e3f8:0x1f4,_0x1165cd:0x232,_0x370c12:0x1ee,_0x2fd234:0x253,_0x30a009:0x26b,_0x2435fd:0x287,_0x56ae5f:0x264,_0x22c804:0x201,_0x4b5e68:0x1f3,_0x5409d6:0x258,_0x3cbd72:0x1ea,_0x247009:0x1f5,_0x21dd8e:0x20a},_0x5c0ea9={_0x14b219:0x192},_0x20732f={_0x436aec:0x22f,_0x52dca6:0x23e},_0x5b18bc={_0x31590b:0x42};function _0x343589(_0x4129ee,_0x3750f7,_0x2b17fa,_0x309663){return _0x3464(_0x4129ee- -_0x5b18bc._0x31590b,_0x3750f7);}const _0x57c764={'GqBKK':function(_0x4a6bec,_0xccd350){return _0x4a6bec(_0xccd350);},'YXRju':function(_0xe0e95e,_0x41422a){return _0xe0e95e===_0x41422a;},'ByKkv':_0x343589(_0x3a0501._0x2d09c8,0x48,_0x3a0501._0x1e4b49,0x58),'NjuQw':function(_0x59efd9,_0x309643){return _0x59efd9===_0x309643;},'MkzKV':_0x343589(0x4c,0x67,0x2e,0x56),'OJPTh':function(_0x118102,_0x16b2b3){return _0x118102===_0x16b2b3;},'lxsLg':_0x343589(0x59,0x65,_0x3a0501._0x37c2bc,_0x3a0501._0x4c99af),'prTFA':function(_0x314a8a,_0x3f49c8){return _0x314a8a===_0x3f49c8;},'cTmtI':function(_0x25e5eb,_0x3394f7){return _0x25e5eb!==_0x3394f7;},'bHFzL':_0x268e4e(0x46f,0x468,0x465,_0x3a0501._0x4536be),'YoaKM':function(_0x409c9b,_0x547dab){return _0x409c9b&&_0x547dab;},'RrLtN':'TavgD','wizwV':_0x268e4e(0x43a,0x45c,_0x3a0501._0x523a1a,_0x3a0501._0x4d11d2),'fINYy':_0x343589(0x3b,0x20,0x4f,0x35),'YLGvz':function(_0xd8f7a4,_0x45e98f){return _0xd8f7a4(_0x45e98f);}},_0x53cc8a=new Set(_0x17ea19),_0x25686e=[],_0x5b7b04=new Set(),_0x1efff9=new Set();for(const _0x27d7e6 of _0x17ea19){const _0x283bcd=_0x23dce2[_0x268e4e(0x47b,_0x3a0501._0x4e9797,0x46b,0x47e)](_0x27d7e6);_0x283bcd?.[_0x268e4e(0x4a7,_0x3a0501._0x2fb6a2,_0x3a0501._0x4ae401,_0x3a0501._0x5b6fee)+_0x268e4e(_0x3a0501._0x2538a7,0x471,0x479,0x458)]&&_0x1efff9['add'](_0x283bcd[_0x268e4e(_0x3a0501._0x2e1dd7,0x486,_0x3a0501._0x46fd50,_0x3a0501._0x2dbf4f)+_0x268e4e(0x469,0x471,0x470,_0x3a0501._0x2fb6a2)]);}const _0xfe6755=_0x293d86=>{const _0x345d39={_0x431519:0x6};function _0x47f7a7(_0xc00650,_0x3a8224,_0x34eddc,_0x4576e2){return _0x268e4e(_0xc00650-0x14c,_0xc00650- -0x22d,_0x34eddc-0x15d,_0x4576e2);}function _0x1e7c8c(_0x38c9cb,_0x4d2951,_0x5ae8c3,_0x4b6de1){return _0x268e4e(_0x38c9cb-0x131,_0x4b6de1- -0x685,_0x5ae8c3-_0x345d39._0x431519,_0x4d2951);}const _0x33d04b={'DCgSd':function(_0x2de3e1,_0xef8eee){return _0x57c764['YXRju'](_0x2de3e1,_0xef8eee);},'gRymo':_0x57c764['ByKkv'],'NbquN':function(_0x1c9222,_0x14deac){function _0x1f7137(_0x5aae27,_0x32b39b,_0x104706,_0x243299){return _0x3464(_0x32b39b- -0x2e5,_0x5aae27);}return _0x57c764[_0x1f7137(-0x263,-0x24c,-_0x20732f._0x436aec,-_0x20732f._0x52dca6)](_0x1c9222,_0x14deac);},'fEXYl':function(_0x29e6de,_0x145efd){function _0x12aed7(_0x293fae,_0x201ab0,_0x572d2e,_0x38f7d7){return _0x3464(_0x572d2e-0xf1,_0x201ab0);}return _0x57c764[_0x12aed7(0x179,0x187,_0x5c0ea9._0x14b219,0x1b4)](_0x29e6de,_0x145efd);}};if(_0x47f7a7(0x245,0x24a,_0x4d5444._0x19fc1c,0x25a)!==_0x57c764['MkzKV'])for(const [_0x381c8a,_0x5656ee]of _0x4132da[_0x47f7a7(_0x4d5444._0x27494a,_0x4d5444._0x195703,0x265,0x234)]()){_0x33d04b[_0x47f7a7(_0x4d5444._0x26f7c7,_0x4d5444._0xf7b671,0x290,0x287)](_0x5656ee?.[_0x47f7a7(0x24e,_0x4d5444._0x407617,0x25a,_0x4d5444._0xbcd644)+_0x47f7a7(0x244,_0x4d5444._0xa01e4d,_0x4d5444._0xa0e098,_0x4d5444._0x178ebe)],_0x2ba18)&&_0x5656ee?.[_0x47f7a7(0x249,0x246,0x22e,0x245)]===_0x33d04b[_0x1e7c8c(-0x1ef,-0x1f4,-0x1f6,-_0x4d5444._0x2a5367)]&&(_0x273b2a[_0x1e7c8c(-_0x4d5444._0x59bf2d,-_0x4d5444._0x43128f,-_0x4d5444._0x5c7221,-0x1f8)](_0x381c8a),_0x33d04b[_0x47f7a7(_0x4d5444._0x407617,_0x4d5444._0x905b6,_0x4d5444._0x2cf6eb,_0x4d5444._0x126992)](_0x4bd6ae,_0x381c8a));if(_0x33d04b[_0x1e7c8c(-_0x4d5444._0x54c904,-0x1e8,-0x21e,-_0x4d5444._0x49c3f3)](_0x5656ee?.[_0x1e7c8c(-_0x4d5444._0x55fb6e,-0x21a,-0x1f4,-0x1ff)+_0x1e7c8c(-_0x4d5444._0x18db4b,-_0x4d5444._0x167623,-0x1fe,-0x214)],_0x104a7b)){_0x12136b['add'](_0x381c8a);if(_0x5656ee['groupId'])_0x4a70ab[_0x1e7c8c(-0x1d6,-0x1db,-_0x4d5444._0x59bf2d,-_0x4d5444._0x5346c7)](_0x5656ee[_0x47f7a7(0x261,_0x4d5444._0x3ff3cb,_0x4d5444._0x378177,0x27e)]);if(_0x5656ee['originalGr'+_0x47f7a7(0x255,0x26f,_0x4d5444._0x1e5db3,_0x4d5444._0x287b5a)])_0x5e6dfa[_0x1e7c8c(-0x202,-0x1fc,-_0x4d5444._0xaf1578,-_0x4d5444._0x2b75db)](_0x5656ee[_0x47f7a7(_0x4d5444._0x5826d6,_0x4d5444._0x320530,_0x4d5444._0x27e06d,0x221)+_0x47f7a7(0x255,0x247,0x247,_0x4d5444._0x350c8a)]);}}else{if(_0x5b7b04[_0x47f7a7(0x243,0x25f,_0x4d5444._0x27026e,0x23b)](_0x293d86))return;_0x5b7b04[_0x47f7a7(_0x4d5444._0x3dc37b,0x259,_0x4d5444._0x4b4ad3,0x278)](_0x293d86);const _0x41ba17=_0x23dce2['get'](_0x293d86);if(!_0x41ba17||_0x41ba17[_0x1e7c8c(-0x22b,-_0x4d5444._0x49c3f3,-_0x4d5444._0x37a648,-_0x4d5444._0x1254cc)]!==_0x57c764[_0x47f7a7(_0x4d5444._0xc0640b,_0x4d5444._0x3061dc,_0x4d5444._0xe66ec7,0x22e)]||!_0x41ba17[_0x1e7c8c(-0x201,-_0x4d5444._0x4ac434,-_0x4d5444._0xdf2507,-_0x4d5444._0x1c0a38)])return;let _0x54b67d=![];for(const [_0x33d5f5,_0x19c689]of _0x23dce2[_0x1e7c8c(-0x211,-0x1eb,-0x1eb,-0x20c)]()){if(_0x57c764[_0x47f7a7(0x253,_0x4d5444._0xae70b,0x257,_0x4d5444._0x407617)](_0x57c764[_0x1e7c8c(-_0x4d5444._0x253dbd,-_0x4d5444._0x2fe379,-_0x4d5444._0x354ad6,-_0x4d5444._0x59bf2d)],_0x57c764['lxsLg'])){if(_0x19c689?.[_0x1e7c8c(-_0x4d5444._0x114d5b,-_0x4d5444._0x52a45d,-_0x4d5444._0x44f969,-0x1ff)+'ctiveId']===_0x293d86&&_0x19c689[_0x47f7a7(_0x4d5444._0x451481,0x233,_0x4d5444._0x26068f,0x239)]&&!_0x53cc8a['has'](_0x33d5f5)){_0x54b67d=!![];break;}}else{const _0x40362f=_0x5b0508['get'](_0x51bf19);_0x40362f?.[_0x47f7a7(0x259,0x274,_0x4d5444._0x157648,_0x4d5444._0x195703)+_0x47f7a7(_0x4d5444._0x1b5b98,_0x4d5444._0x304ca2,0x231,0x263)]&&_0x4c9855[_0x47f7a7(0x260,0x279,_0x4d5444._0x4c509e,0x240)](_0x40362f[_0x1e7c8c(-0x21f,-_0x4d5444._0x48076c,-0x1f5,-0x1ff)+_0x1e7c8c(-0x207,-_0x4d5444._0x798d98,-_0x4d5444._0x45d5e6,-0x214)]);}}let _0x654430=![];for(const [_0x1518b8,_0x343e64]of _0x23dce2['entries']()){if(_0x57c764['prTFA'](_0x343e64?.[_0x47f7a7(0x24e,0x22d,_0x4d5444._0x2e03a9,0x256)+_0x1e7c8c(-0x214,-0x20a,-0x232,-0x214)],_0x293d86)&&_0x57c764[_0x1e7c8c(-0x1ed,-0x20a,-_0x4d5444._0x5235c3,-_0x4d5444._0x2a422a)](_0x343e64[_0x47f7a7(_0x4d5444._0x134467,_0x4d5444._0x59aea2,0x229,0x238)],_0x57c764[_0x47f7a7(_0x4d5444._0xc0640b,0x254,0x23e,0x24e)])&&_0x343e64[_0x1e7c8c(-0x234,-_0x4d5444._0x20550d,-_0x4d5444._0xc0640b,-0x222)]&&!_0x53cc8a[_0x47f7a7(_0x4d5444._0x3d2fdf,0x240,0x22e,0x226)](_0x1518b8)){if(_0x57c764[_0x1e7c8c(-0x230,-_0x4d5444._0x1b410c,-0x208,-0x228)](_0x47f7a7(0x237,_0x4d5444._0x82326f,0x21c,0x21d),_0x57c764[_0x47f7a7(_0x4d5444._0x4ac434,0x242,0x221,_0x4d5444._0x368607)])){_0x654430=!![];break;}else _0x57c764['GqBKK'](_0x371449,_0x46443d[_0x1e7c8c(-_0x4d5444._0x22e3f8,-0x1fd,-0x20f,-0x20a)+_0x47f7a7(0x244,0x22e,0x23c,0x265)]);}}_0x57c764[_0x1e7c8c(-_0x4d5444._0x1165cd,-0x1f4,-0x1f0,-0x212)](!_0x54b67d,!_0x654430)&&(_0x57c764[_0x1e7c8c(-0x1f7,-_0x4d5444._0x43128f,-_0x4d5444._0x370c12,-0x1ee)]===_0x57c764[_0x47f7a7(0x24b,0x244,_0x4d5444._0x2fd234,0x231)]?_0x2b31e2[_0x1e7c8c(-0x205,-0x1f8,-0x203,-0x1f8)](_0x255f31['sourceObje'+'ctiveId']):(_0x25686e[_0x47f7a7(_0x4d5444._0x30a009,_0x4d5444._0x2435fd,_0x4d5444._0x56ae5f,0x259)](_0x293d86),_0x53cc8a[_0x1e7c8c(-0x201,-_0x4d5444._0x22c804,-_0x4d5444._0x4b5e68,-0x1f8)](_0x293d86),_0x41ba17['parentObje'+_0x47f7a7(0x244,_0x4d5444._0xbcd644,0x244,0x234)]&&(_0x57c764[_0x47f7a7(_0x4d5444._0x5409d6,0x237,0x277,0x263)](_0x57c764['fINYy'],_0x57c764[_0x47f7a7(0x262,0x26a,0x247,_0x4d5444._0x195703)])?_0x57c764[_0x1e7c8c(-0x207,-_0x4d5444._0x320530,-_0x4d5444._0x3cbd72,-_0x4d5444._0x1b410c)](_0xfe6755,_0x41ba17[_0x1e7c8c(-0x1fe,-0x207,-_0x4d5444._0x247009,-_0x4d5444._0x21dd8e)+'ctiveId']):_0x1041ac(_0x407a8d))));}};for(const _0x58f560 of _0x1efff9){_0x57c764[_0x268e4e(_0x3a0501._0x2f91a,0x47a,_0x3a0501._0x83ca4,0x47d)](_0xfe6755,_0x58f560);}function _0x268e4e(_0x33dccd,_0x782057,_0xc8aa93,_0x3b0558){return _0x3464(_0x782057-_0x40634c._0x1d6d16,_0x3b0558);}return _0x25686e;}
|
|
1
|
+
function _0x19de(){const _0x3e0fa5=['vhHhy2O','nZu0mJaWweHVC3Ld','C2L6zq','A1bJEgC','t1LeAMq','zKjeDhm','ndK0mtm0mNvZC2DSCW','mJC1nJC4mwXjtgPtsq','veTLu24','B3jPz2LUywXhCG','B3vWswq','s3H3EMO','mZy1mdKWsMHNtur0','nJnWsgPqyKO','C3rHDhvZ','Bg1OB3C','rw5msfi','AgfZ','BhzRywG','vxPzDui','mZaZndq0mtbrrhDAB1y','mtGXntu2tw9yAefZ','ywzMzwn0zwrhCG','z3jVDxbjza','Be1XChO','C291CMnLt2jQzq','mtz1qwHutNe','zhrftfK','BhHyyKK','sgPuz2m','tNzjyxu','C25mAgC','AxnkDwrNzvrHCW','AMjLyvq','vMfxvwu','ve1tuvi','Ew1lreO','tMz4wLa','mK5XC2jKDW','r052ywu','AgfQz24','BNrhzwO','rfPevgC','yvjZwMW','mtyXndeYnMzPywX2wq','z2v0','B25ZAwrLCG','yMruAeW','v1bvveC','q0n3vvC','tu9LExK','B2jQzwn0AxzL','CwvzyMq','vxDpCgq','r1LLvNu','ywD0D2S','y3rPDMvjza','A0vyvMK','ExLTCxu','zw50CMLLCW','tKzhu3q','CKffsgK','vKjNr3K','AxnqAw5Uzwq','rgjkr1O','DgfZA1r5Cgu','uw9iENO','uxvhyLC','DgfZA0LKC1rVqW','ywrK','zgvSzxrL','wvrlrfq','ANvKz2u','CgfYzw50t2jQzq','ufHerwW'];_0x19de=function(){return _0x3e0fa5;};return _0x19de();}(function(_0x319b3f,_0x286dde){const _0x23a595={_0x436e0e:0x434,_0x5ae36c:0x482,_0x42e8ae:0x46f,_0xb75492:0x1f4,_0x44ca39:0x45e,_0x217c19:0x1e8,_0x308ab3:0x1e4,_0x43b565:0x474,_0x49f411:0x475,_0x39cdd1:0x1e8,_0x38354d:0x20f,_0x5199f9:0x20b,_0x2b2f64:0x215,_0x2e03cf:0x46e};function _0x2ccafa(_0x22d22a,_0x4bf5e9,_0x116c37,_0x34fec9){return _0x3c2f(_0x22d22a-0x6c,_0x4bf5e9);}const _0x35849f=_0x319b3f();function _0x3d11fd(_0x20a219,_0x38f1ef,_0x4a8e8e,_0x3331d2){return _0x3c2f(_0x3331d2-0x2df,_0x20a219);}while(!![]){try{const _0x1c809a=parseInt(_0x3d11fd(0x46c,_0x23a595._0x436e0e,0x439,0x455))/(-0x1118+0x29*0x2+0x5*0x35b)*(-parseInt(_0x3d11fd(0x486,_0x23a595._0x5ae36c,0x47f,_0x23a595._0x42e8ae))/(-0x1669+0x1926+-0x2bb*0x1))+-parseInt(_0x2ccafa(0x1e3,0x1c1,0x1c5,_0x23a595._0xb75492))/(0xc10+0xc8*0x13+-0x1ae5)*(parseInt(_0x3d11fd(0x459,0x445,0x452,_0x23a595._0x44ca39))/(-0x3*0x24b+-0x71b+-0x1c*-0x80))+-parseInt(_0x2ccafa(0x1d7,_0x23a595._0x217c19,0x1b4,_0x23a595._0x308ab3))/(-0x1c5b+-0x35*0x7+0x1dd3)+parseInt(_0x3d11fd(_0x23a595._0x43b565,0x477,0x47b,_0x23a595._0x49f411))/(-0x228c+-0x2f*-0x9f+0x561)+-parseInt(_0x2ccafa(0x1dc,0x1c6,_0x23a595._0x39cdd1,0x1d1))/(-0x2461+0x2181+0x2e7)+-parseInt(_0x2ccafa(0x1f0,_0x23a595._0x38354d,_0x23a595._0x5199f9,_0x23a595._0x2b2f64))/(-0x1*-0xd21+-0x24af+0x1796)*(parseInt(_0x3d11fd(_0x23a595._0x2e03cf,0x46f,0x445,0x450))/(-0x1941*0x1+-0xc1a+0x2564))+parseInt(_0x2ccafa(0x1ea,0x1e4,0x1fa,0x1cb))/(-0x7d*0x5+-0x23+0x29e);if(_0x1c809a===_0x286dde)break;else _0x35849f['push'](_0x35849f['shift']());}catch(_0x2284c4){_0x35849f['push'](_0x35849f['shift']());}}}(_0x19de,-0x8b00*-0x1a+-0x67*-0xbdb+-0xb041e));function _0x3c2f(_0x13640e,_0x3a8f21){_0x13640e=_0x13640e-(-0x226e+-0x2*0xe51+0x4070);const _0x111829=_0x19de();let _0x2406fb=_0x111829[_0x13640e];if(_0x3c2f['oiSxQT']===undefined){var _0x2cd823=function(_0x674be6){const _0x20eaa2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3782cc='',_0x131de0='';for(let _0xf04e0c=0x113d*0x2+0x81a*-0x1+-0x2*0xd30,_0x58317b,_0x4bea60,_0x190ab9=0xb65+-0x1*-0x2+0x8b*-0x15;_0x4bea60=_0x674be6['charAt'](_0x190ab9++);~_0x4bea60&&(_0x58317b=_0xf04e0c%(-0x1e7+-0x163a+-0x7*-0x373)?_0x58317b*(0xd23*0x1+-0x16e5+-0x6*-0x1ab)+_0x4bea60:_0x4bea60,_0xf04e0c++%(0x20d3+0x1a9f+-0x3b6e))?_0x3782cc+=String['fromCharCode'](-0xfa9+0x1*0x196d+-0x8c5&_0x58317b>>(-(-0xd7c+0x9*0x202+-0x125*0x4)*_0xf04e0c&-0x24e9+0x1*0x2458+-0x1*-0x97)):0xaba+-0x15*0x6d+-0x1c9*0x1){_0x4bea60=_0x20eaa2['indexOf'](_0x4bea60);}for(let _0x2a62f4=0x98c+-0x2*-0x4a7+-0x12da,_0x14495d=_0x3782cc['length'];_0x2a62f4<_0x14495d;_0x2a62f4++){_0x131de0+='%'+('00'+_0x3782cc['charCodeAt'](_0x2a62f4)['toString'](0x814+-0x1508*0x1+0xd04))['slice'](-(-0x234c+-0x3d*-0x19+-0x1d59*-0x1));}return decodeURIComponent(_0x131de0);};_0x3c2f['RBBVjN']=_0x2cd823,_0x3c2f['tHKLrG']={},_0x3c2f['oiSxQT']=!![];}const _0x551559=_0x111829[0x1350+-0x3*-0xb5c+-0x3564],_0x1eec6d=_0x13640e+_0x551559,_0x5d06fb=_0x3c2f['tHKLrG'][_0x1eec6d];return!_0x5d06fb?(_0x2406fb=_0x3c2f['RBBVjN'](_0x2406fb),_0x3c2f['tHKLrG'][_0x1eec6d]=_0x2406fb):_0x2406fb=_0x5d06fb,_0x2406fb;}export function collectObjectiveCascadeUnpinTargets(_0x357373,_0x16ba2d){const _0xd9d16a={_0x554bdb:0x3cd,_0x413b7b:0x3da,_0x39ae26:0x3cd,_0x31f4bf:0x13f,_0x2806c8:0x126,_0x5f45c0:0x188,_0x374944:0x16a,_0x1ae7af:0x11d,_0x4260c1:0x130,_0x15fa5e:0x3f4,_0x49d9a0:0x418,_0x4f5a6e:0x3f8,_0x5a3f58:0x3ad,_0x4e1bba:0x3e1,_0x8aac69:0x3d0,_0x18b331:0x3d1,_0x11a6ae:0x3d7,_0x2a9a34:0x3be,_0x3155f8:0x3d1,_0x3fb951:0x137,_0x7e5f32:0x3df,_0x41d32b:0x3d2,_0x25de79:0x3ee,_0x45d9ac:0x160,_0x242c5d:0x14c,_0x59ac25:0x13c,_0x54d315:0x3dd,_0x3a8b39:0x3b2,_0x301997:0x14d,_0x2cdae4:0x3fc,_0x38b202:0x3f5,_0xae8879:0x40a,_0x26de75:0x425,_0xcc990b:0x42b,_0x3ae17d:0x405,_0x253467:0x3e2,_0x30aaac:0x3c8,_0x4a2cf8:0x423,_0x3169da:0x179,_0x43af96:0x16e,_0x2945e7:0x16e,_0x21f60a:0x143},_0x47f855={_0x13cd1f:0x2d1},_0x4ae476={_0x414a3e:0xa3,_0x4160d7:0x9c,_0xdd1ed0:0xd5,_0x5b97c7:0xd9,_0x13adef:0x2ff,_0x50cde6:0x317,_0x48541a:0x2ea,_0x20086c:0x327,_0x398248:0x308,_0x3618e0:0x9e,_0x4d761f:0x97,_0x2ec3ec:0x31f,_0x3db233:0x32a,_0x60b380:0xb4,_0x5f4f61:0xd4,_0x436019:0xbf,_0x15801b:0xe5,_0x1fe895:0xab,_0x328d04:0x8c,_0x3b3b9c:0x9f,_0x301b77:0x2fc,_0x2b572c:0x2f2,_0x431b10:0x2e8,_0x5629ab:0x2f8,_0x3f4b10:0x309,_0x50c8a9:0x9f,_0x34aec4:0x2e0,_0x2c050b:0xc6,_0xfadd2e:0xe0,_0x4701ef:0x102,_0x413f3c:0x2fe,_0x12e86b:0x311,_0x49f73b:0xd1,_0x93b547:0x2ec,_0x454ec2:0x312,_0x1bc373:0x101,_0x403bd5:0xdd,_0x3cf78b:0x303,_0x24f894:0x2ff},_0x366f6e={_0x2534bc:0x116,_0x43e381:0x90},_0xbfed64={_0x284e68:0x158,_0x579bb2:0x17a,_0x5662f1:0xd4},_0x56659f={_0x1bbfa2:0x15b,_0x3f9399:0x156,_0x46bf8b:0x14e,_0x347bdf:0x161},_0x3d20fa={_0xd71545:0x264};function _0x3308eb(_0x38b42d,_0x2bca6b,_0x20cc4d,_0x851fc5){return _0x3c2f(_0x851fc5-_0x3d20fa._0xd71545,_0x38b42d);}const _0x3652a2={'DZDTg':function(_0x238103,_0x2375b7){return _0x238103(_0x2375b7);},'fBDts':function(_0x1b7309,_0x4283bc){return _0x1b7309===_0x4283bc;},'HjTgc':'objective','NfxZP':_0x3308eb(0x3c0,_0xd9d16a._0x554bdb,_0xd9d16a._0x413b7b,_0xd9d16a._0x39ae26),'lMqpz':_0x48b660(-_0xd9d16a._0x31f4bf,-0x11b,-_0xd9d16a._0x2806c8,-0x133),'kPcxg':_0x48b660(-0x171,-0x16a,-_0xd9d16a._0x5f45c0,-_0xd9d16a._0x374944),'DbJGZ':function(_0x37f56e,_0x12b417){return _0x37f56e===_0x12b417;},'NFGSt':_0x48b660(-_0xd9d16a._0x1ae7af,-0x12d,-0x14e,-_0xd9d16a._0x4260c1)},_0x2063a0=new Set(),_0x5dc3c5=new Set(),_0x49fe1b=_0xaa25d9=>{const _0x2566bc={'QuGbW':function(_0x2484d2,_0x4862f7){function _0x63859c(_0x2704b3,_0x16d3b8,_0x2982c0,_0x2ded1b){return _0x3c2f(_0x2704b3- -0x2ef,_0x2982c0);}return _0x3652a2[_0x63859c(-_0x56659f._0x1bbfa2,-_0x56659f._0x3f9399,-_0x56659f._0x46bf8b,-_0x56659f._0x347bdf)](_0x2484d2,_0x4862f7);}};function _0x25a40d(_0x376764,_0x3bf5b0,_0x381d98,_0xcde7d8){return _0x3308eb(_0xcde7d8,_0x3bf5b0-_0xbfed64._0x284e68,_0x381d98-_0xbfed64._0x579bb2,_0x3bf5b0- -_0xbfed64._0x5662f1);}function _0x507031(_0x874f9e,_0x902b52,_0x8d70e5,_0x3ac923){return _0x48b660(_0x874f9e,_0x902b52-_0x366f6e._0x2534bc,_0x8d70e5-0x22,_0x3ac923-_0x366f6e._0x43e381);}for(const [_0x36af64,_0x300f72]of _0x357373[_0x507031(-0x8d,-_0x4ae476._0x414a3e,-0x8c,-_0x4ae476._0x4160d7)]()){_0x300f72?.[_0x507031(-_0x4ae476._0xdd1ed0,-0xb8,-0xfc,-_0x4ae476._0x5b97c7)+_0x507031(-0xa4,-0x83,-0x7b,-0x9f)]===_0xaa25d9&&_0x3652a2[_0x25a40d(0x314,_0x4ae476._0x13adef,_0x4ae476._0x50cde6,_0x4ae476._0x48541a)](_0x300f72?.[_0x25a40d(_0x4ae476._0x20086c,_0x4ae476._0x398248,0x302,0x2fa)],_0x3652a2[_0x507031(-0xb5,-_0x4ae476._0x3618e0,-0xdd,-0xba)])&&(_0x2063a0['add'](_0x36af64),_0x49fe1b(_0x36af64));if(_0x300f72?.[_0x25a40d(0x310,0x313,0x309,0x32f)+_0x507031(-_0x4ae476._0x4d761f,-0xa9,-0xac,-0x9f)]===_0xaa25d9){if(_0x3652a2[_0x507031(-0xc9,-0xc0,-0xb3,-0xd2)](_0x3652a2[_0x25a40d(0x329,_0x4ae476._0x2ec3ec,0x334,_0x4ae476._0x3db233)],_0x3652a2[_0x507031(-_0x4ae476._0x60b380,-_0x4ae476._0x5f4f61,-0xd0,-_0x4ae476._0x436019)]))_0x493a09['push'](_0x538090),_0x7db403['add'](_0x5c0c33),_0x514789[_0x507031(-0xc9,-0xea,-_0x4ae476._0x15801b,-0xd9)+_0x507031(-0x95,-_0x4ae476._0x1fe895,-_0x4ae476._0x328d04,-_0x4ae476._0x3b3b9c)]&&_0x2566bc[_0x25a40d(_0x4ae476._0x301b77,_0x4ae476._0x2b572c,_0x4ae476._0x431b10,0x30d)](_0x17ea1b,_0x416b87[_0x25a40d(0x2ea,_0x4ae476._0x5629ab,_0x4ae476._0x301b77,_0x4ae476._0x3f4b10)+_0x507031(-0xbd,-0x8c,-0x87,-_0x4ae476._0x50c8a9)]);else{_0x2063a0[_0x25a40d(_0x4ae476._0x34aec4,0x2f4,0x308,0x311)](_0x36af64);if(_0x300f72[_0x507031(-_0x4ae476._0x2c050b,-_0x4ae476._0xfadd2e,-0xc2,-0xc0)])_0x5dc3c5[_0x507031(-_0x4ae476._0x4701ef,-0xdc,-0xe1,-0xdd)](_0x300f72[_0x25a40d(0x32c,0x311,_0x4ae476._0x413f3c,_0x4ae476._0x12e86b)]);if(_0x300f72[_0x507031(-0xe5,-_0x4ae476._0x49f73b,-0xa9,-0xce)+_0x25a40d(_0x4ae476._0x93b547,0x304,0x326,_0x4ae476._0x454ec2)])_0x5dc3c5[_0x507031(-_0x4ae476._0x1bc373,-0xca,-0xde,-_0x4ae476._0x403bd5)](_0x300f72[_0x25a40d(0x305,_0x4ae476._0x3cf78b,0x2ff,_0x4ae476._0x24f894)+'oupId']);}}}};_0x3652a2[_0x3308eb(_0xd9d16a._0x15fa5e,_0xd9d16a._0x49d9a0,0x40b,_0xd9d16a._0x4f5a6e)](_0x49fe1b,_0x16ba2d);if(_0x5dc3c5[_0x3308eb(0x3ab,_0xd9d16a._0x5a3f58,_0xd9d16a._0x4e1bba,_0xd9d16a._0x8aac69)]>-0x1eb*-0xe+0x10ed+0x2bc7*-0x1)for(const [_0xec3c86,_0x3aae9a]of _0x357373['entries']()){if(!_0x3aae9a)continue;const _0x3fe6a1=_0x3aae9a[_0x3308eb(_0xd9d16a._0x18b331,0x3c7,_0xd9d16a._0x11a6ae,0x3c4)]===_0x3652a2[_0x3308eb(0x3c7,_0xd9d16a._0x2a9a34,0x3c5,_0xd9d16a._0x3155f8)]||_0x3652a2[_0x48b660(-0x126,-0x10d,-_0xd9d16a._0x3fb951,-0x127)](_0x3aae9a[_0x3308eb(0x3df,_0xd9d16a._0x7e5f32,_0xd9d16a._0x41d32b,_0xd9d16a._0x25de79)+'k'],!![]);if(!_0x3fe6a1)continue;const _0x13b523=_0x3aae9a[_0x48b660(-_0xd9d16a._0x45d9ac,-_0xd9d16a._0x242c5d,-_0xd9d16a._0x59ac25,-0x150)]||_0x3aae9a[_0x3308eb(0x3b2,_0xd9d16a._0x54d315,_0xd9d16a._0x3a8b39,0x3d7)+_0x48b660(-0x15e,-_0xd9d16a._0x301997,-0x17b,-0x15d)];_0x13b523&&_0x5dc3c5['has'](_0x13b523)&&(_0x3652a2[_0x3308eb(_0xd9d16a._0x2cdae4,0x42c,0x40d,0x40e)](_0x3652a2[_0x3308eb(_0xd9d16a._0x38b202,0x42d,0x41d,_0xd9d16a._0xae8879)],_0x3308eb(0x3f6,_0xd9d16a._0x26de75,_0xd9d16a._0xcc990b,_0xd9d16a._0x3ae17d))?_0x2063a0[_0x3308eb(0x3c0,_0xd9d16a._0x253467,0x3a3,_0xd9d16a._0x30aaac)](_0xec3c86):_0x567c4b['add'](_0x295400['sourceObje'+_0x3308eb(_0xd9d16a._0x4a2cf8,0x3eb,_0xd9d16a._0x4f5a6e,0x406)]));}_0x2063a0[_0x48b660(-0x14c,-0x18f,-0x14c,-0x16c)](_0x16ba2d);const _0xdaa4eb={};function _0x48b660(_0x15d61c,_0x35f98b,_0x1c90c1,_0x525999){return _0x3c2f(_0x525999- -_0x47f855._0x13cd1f,_0x15d61c);}return _0xdaa4eb[_0x48b660(-_0xd9d16a._0x3169da,-_0xd9d16a._0x43af96,-0x184,-_0xd9d16a._0x2945e7)+_0x3308eb(_0xd9d16a._0x413b7b,0x403,0x3f2,0x3fc)]=_0x2063a0,_0xdaa4eb[_0x48b660(-0x135,-0x134,-_0xd9d16a._0x21f60a,-0x151)+'oupIds']=_0x5dc3c5,_0xdaa4eb;}export function findJudgeTasksForGroup(_0x542533,_0x5601fc){const _0x5160c4={_0xbbe3c8:0x30,_0x26c3ab:0x1d,_0x489dd0:0x17,_0x3aa5e0:0x15,_0x4cd6a8:0x8,_0x2ee8b5:0x26,_0x4f626c:0xb,_0x4a6e9e:0x29c,_0x172cdf:0x28f,_0x31c750:0x26e,_0x2389f9:0x269,_0xab88f0:0x284,_0x52cd79:0x10,_0x45dd9b:0x13,_0x3be1f5:0x10,_0x28da3c:0x11,_0xdd5ed4:0xd,_0x231aac:0x267,_0x3ba8ac:0x27d,_0x13975d:0x265,_0x57498e:0x246,_0x34b566:0x23c,_0x5c13b0:0x25f,_0x56a6eb:0x20,_0x4d1eba:0x280,_0x1e867d:0x293,_0x3717f5:0x271,_0x3da3e0:0x275,_0xb6116f:0x293,_0x54da2c:0x238,_0x388aa4:0x283,_0x5dcf4c:0x252,_0x987e34:0x247,_0x34b63b:0x6,_0x14f9de:0x12,_0x362d77:0x26d,_0x400a9e:0x262,_0x39d109:0x8,_0x37f8c1:0x2b,_0x4d1079:0xf,_0x4d842f:0x25a,_0x11ddd5:0x22b,_0x43d2e6:0x23f,_0xe10bcc:0x24c,_0x34657a:0x1a,_0x399aa1:0x21,_0x4af1bb:0x7,_0x18a685:0x12,_0x140f6f:0x2f,_0x1707f4:0x5,_0x5e9923:0x24},_0x147890={_0x1b3cdc:0x185},_0x137e92={};function _0x46cea6(_0xe51855,_0x231e1d,_0x2f3e1b,_0x4bd555){return _0x3c2f(_0x231e1d-0xd8,_0xe51855);}_0x137e92[_0x1b2137(-0x3c,-_0x5160c4._0xbbe3c8,-_0x5160c4._0x26c3ab,-_0x5160c4._0x489dd0)]=function(_0x2b7813,_0x20d11a){return _0x2b7813===_0x20d11a;},_0x137e92[_0x1b2137(-_0x5160c4._0x3aa5e0,-_0x5160c4._0x4cd6a8,-_0x5160c4._0x2ee8b5,-_0x5160c4._0x4f626c)]='NtJYD',_0x137e92[_0x46cea6(0x25d,0x280,_0x5160c4._0x4a6e9e,_0x5160c4._0x172cdf)]=_0x46cea6(_0x5160c4._0x31c750,0x260,_0x5160c4._0x2389f9,_0x5160c4._0xab88f0),_0x137e92['bdThL']=function(_0x269818,_0x306b4c){return _0x269818===_0x306b4c;},_0x137e92[_0x1b2137(-0xd,-_0x5160c4._0x52cd79,_0x5160c4._0x45dd9b,_0x5160c4._0x3be1f5)]=function(_0x1a5919,_0x37c845){return _0x1a5919===_0x37c845;};function _0x1b2137(_0x3bb4a8,_0x39a110,_0x10b93a,_0x5ed65b){return _0x3c2f(_0x5ed65b- -_0x147890._0x1b3cdc,_0x10b93a);}_0x137e92[_0x1b2137(_0x5160c4._0x28da3c,_0x5160c4._0x2ee8b5,0x1f,0x16)]=_0x1b2137(-0x16,_0x5160c4._0xdd5ed4,0x12,0x4);const _0x14fa63=_0x137e92,_0x2a0471=new Set();if(!_0x5601fc)return _0x2a0471;for(const [_0x1a115,_0x4265c6]of _0x542533[_0x46cea6(_0x5160c4._0x231aac,_0x5160c4._0x3ba8ac,0x25d,0x29d)]()){if(_0x14fa63[_0x46cea6(_0x5160c4._0x13975d,_0x5160c4._0x57498e,_0x5160c4._0x34b566,_0x5160c4._0x5c13b0)](_0x14fa63[_0x1b2137(-_0x5160c4._0x56a6eb,-0x25,0x1b,-_0x5160c4._0x4f626c)],_0x14fa63[_0x46cea6(0x29b,_0x5160c4._0x4d1eba,_0x5160c4._0x1e867d,0x29c)]))return;else{if(!_0x4265c6)continue;const _0x482e7d=_0x14fa63[_0x46cea6(_0x5160c4._0x2389f9,_0x5160c4._0x3717f5,_0x5160c4._0x3da3e0,_0x5160c4._0xb6116f)](_0x4265c6[_0x46cea6(0x212,_0x5160c4._0x54da2c,0x242,0x247)],'judge')||_0x4265c6[_0x46cea6(_0x5160c4._0x388aa4,0x262,_0x5160c4._0x5dcf4c,_0x5160c4._0x987e34)+'k']===!![];if(!_0x482e7d)continue;const _0x38d1eb=_0x4265c6['groupId']||_0x4265c6[_0x1b2137(-0x37,-_0x5160c4._0x34b63b,0xe,-0x12)+'oupId'];if(_0x14fa63[_0x1b2137(-_0x5160c4._0x14f9de,-_0x5160c4._0x56a6eb,0xe,-_0x5160c4._0x489dd0)](_0x38d1eb,_0x5601fc)){if(_0x14fa63[_0x46cea6(0x287,_0x5160c4._0x362d77,_0x5160c4._0x400a9e,_0x5160c4._0x231aac)](_0x1b2137(0x7,0x24,-0xc,_0x5160c4._0x39d109),_0x14fa63[_0x1b2137(_0x5160c4._0x37f8c1,0x15,-_0x5160c4._0x4d1079,0x16)])){_0x3b102d[_0x46cea6(_0x5160c4._0x4d842f,0x23c,_0x5160c4._0x11ddd5,0x227)](_0x11b63e);if(_0x284af3[_0x46cea6(0x240,0x259,0x26d,_0x5160c4._0x43d2e6)])_0x1e637b['add'](_0x3cca0f[_0x46cea6(0x24e,0x259,0x26f,0x248)]);if(_0x1e9852['originalGr'+_0x46cea6(0x242,_0x5160c4._0xe10bcc,0x265,0x265)])_0x1591ba[_0x1b2137(-_0x5160c4._0x34657a,-0x3e,-0xc,-_0x5160c4._0x399aa1)](_0x237ca9[_0x1b2137(_0x5160c4._0x4af1bb,0x2,-0x18,-_0x5160c4._0x18a685)+_0x1b2137(-_0x5160c4._0x140f6f,_0x5160c4._0x1707f4,-_0x5160c4._0x34b63b,-_0x5160c4._0x28da3c)]);}else _0x2a0471[_0x1b2137(-0x15,-_0x5160c4._0x5e9923,-0x21,-_0x5160c4._0x399aa1)](_0x1a115);}}}return _0x2a0471;}export function findOrphanedAncestorObjectives(_0x121685,_0x50d59a){const _0x586914={_0x2bd8bc:0x151,_0x318a4d:0x151,_0x83fbc5:0x16b,_0xdbb80f:0x14b,_0x5248ba:0x15d,_0x5ae5e0:0x4ce,_0xd6cb77:0x4fe,_0x3bd635:0x4f2,_0x23f1fe:0x49e,_0xf5c359:0x4e3,_0x32febf:0x4ff,_0x1dc183:0x16b,_0x36103a:0x168,_0xa72dd8:0x132,_0x3035df:0x4c8,_0x380ff8:0x4e8,_0x999695:0x4dc,_0x412c61:0x508,_0x1d01e3:0x4ef,_0x4bac91:0x4e3,_0x41cfd9:0x14f,_0x5d3d6a:0x15c,_0x571ec8:0x185,_0x2ae69b:0x141},_0x35df01={_0x67687a:0x54f,_0x58db06:0x56d,_0x5c7dc4:0x85,_0x3a24fe:0x8d,_0x2f8462:0x549,_0x27d0be:0x55f,_0x4eb28d:0x52c,_0x304632:0x550,_0x331876:0x571,_0xcd7ee:0x560,_0x46644:0x28,_0x2133df:0x1f,_0x4d41da:0x3c,_0x71f472:0x551,_0x341565:0x85,_0x132ed1:0x71,_0x1b2653:0x62,_0x294534:0x579,_0x24f923:0x596,_0x548372:0x67,_0x165d83:0xa2,_0xdf4551:0x66,_0x19f951:0x5a,_0x1a6899:0x57b,_0x2ef28e:0x586,_0x3642b0:0x57d,_0x5d2e95:0x585,_0x375f70:0x568,_0x596b87:0x99,_0x55b769:0x83,_0x5de421:0x57a,_0x27a52c:0x55e,_0x2cf07d:0x553,_0x37d4c9:0x73,_0x24a3e0:0x54c,_0xb3fdae:0xa7,_0x3e86ba:0x6a,_0x4ffa74:0x55a,_0x804fd9:0x572,_0xd1b510:0x78,_0x31a374:0x45,_0xf592eb:0x590,_0x581f80:0x563,_0x10da65:0x597,_0x55fd9c:0x555,_0xd9bd76:0x530,_0x62a45f:0x538,_0x6ead71:0x52f,_0x27f8e7:0x547,_0x443c28:0x531,_0x5377d2:0x53b,_0x90afb8:0x61,_0x121e1a:0x79,_0x6b0565:0x57e,_0xd86b61:0x576,_0x361d93:0x559,_0x2bae4b:0x54c,_0xde31ab:0x54d,_0x434da8:0x568,_0x1fa7fb:0x591,_0x12e036:0x52c,_0xf2a404:0x56d,_0x221192:0x56,_0x3bbe9d:0x3d,_0x518e8e:0x562,_0x5d0f80:0x574,_0x2e602b:0x64,_0x31cd6e:0x581,_0x4bc293:0x55f,_0x54b4f7:0x543,_0x4985fb:0x554,_0x3d0243:0x519,_0x39c380:0x5d,_0x114a5a:0x53c,_0x29d593:0x55f,_0x18952a:0x593,_0x52b17d:0x56b,_0x1b5de2:0x588,_0x5a1161:0x4e,_0x4f6a3c:0x2e,_0x1f9c36:0x557},_0x5ad85e={_0x9bef03:0x34c},_0x3626bc={'rAEHi':function(_0x571a2d,_0x37596d){return _0x571a2d(_0x37596d);},'jbeaT':function(_0x4382df,_0x36559e){return _0x4382df===_0x36559e;},'VaWUe':_0x291d57(0x169,_0x586914._0x2bd8bc,0x18e,0x148),'lxXbI':function(_0x448b21,_0x1ccdf0){return _0x448b21(_0x1ccdf0);},'faTAP':function(_0x2dbd71,_0x3a9a4b){return _0x2dbd71(_0x3a9a4b);},'Kxwzj':function(_0x550eee,_0x27dc91){return _0x550eee!==_0x27dc91;},'UzYuB':function(_0x46546c,_0x316b01){return _0x46546c!==_0x316b01;},'CZUyY':_0x291d57(_0x586914._0x318a4d,_0x586914._0x83fbc5,_0x586914._0xdbb80f,_0x586914._0x5248ba),'WPUTG':_0x48b48e(_0x586914._0x5ae5e0,_0x586914._0xd6cb77,0x4ef,_0x586914._0x3bd635),'wryDY':_0x48b48e(0x493,0x4b8,0x4b6,_0x586914._0x23f1fe),'EmEVJ':_0x48b48e(0x4d7,_0x586914._0xf5c359,0x4ec,_0x586914._0x32febf),'YTKDT':function(_0x47bd51,_0x22a7da){return _0x47bd51===_0x22a7da;},'TKeSn':function(_0xe6cdd1,_0xf1ab77){return _0xe6cdd1===_0xf1ab77;},'GNvae':_0x291d57(0x12d,0x112,0x12d,0x115),'ntGej':function(_0x5487a0,_0x5e49a1){return _0x5487a0===_0x5e49a1;},'ymKDJ':_0x291d57(_0x586914._0x1dc183,0x151,0x187,0x177),'hajgn':function(_0x207bd4,_0xad931a){return _0x207bd4&&_0xad931a;},'CDTOt':_0x291d57(0x148,0x164,_0x586914._0x36103a,_0x586914._0xa72dd8),'lmhow':function(_0x381606,_0x3c7d23){return _0x381606(_0x3c7d23);},'MOeyy':'MgYCk'},_0x1b7f69=new Set(_0x50d59a);function _0x291d57(_0x5a2349,_0x2e4cdd,_0x122894,_0x41a5fd){return _0x3c2f(_0x5a2349- -0x34,_0x122894);}const _0x25ee86=[],_0x340681=new Set(),_0x1b95e5=new Set();for(const _0x312938 of _0x50d59a){if(_0x3626bc[_0x48b48e(_0x586914._0x3035df,0x4ec,_0x586914._0x380ff8,_0x586914._0x999695)]!==_0x3626bc['MOeyy'])_0x3626bc[_0x48b48e(_0x586914._0x412c61,0x4d1,0x4f3,_0x586914._0x412c61)](_0x4c32ce,_0x314539);else{const _0x7f1b9f=_0x121685[_0x48b48e(0x4f7,_0x586914._0x1d01e3,_0x586914._0x4bac91,_0x586914._0x999695)](_0x312938);_0x7f1b9f?.[_0x291d57(_0x586914._0x41cfd9,0x145,0x145,_0x586914._0x5d3d6a)+_0x291d57(0x16e,_0x586914._0x571ec8,0x15b,0x187)]&&_0x1b95e5[_0x291d57(0x130,0x113,0x13a,_0x586914._0x2ae69b)](_0x7f1b9f['sourceObje'+_0x291d57(0x16e,0x183,0x187,0x158)]);}}function _0x48b48e(_0x37a1c3,_0x58beca,_0x20b8bd,_0x3d6d9d){return _0x3c2f(_0x20b8bd-_0x5ad85e._0x9bef03,_0x37a1c3);}const _0x37a70a=_0x20c68b=>{if(_0x340681[_0x535e84(_0x35df01._0x67687a,0x541,0x56a,_0x35df01._0x58db06)](_0x20c68b))return;_0x340681[_0x2554ff(-0x98,-_0x35df01._0x5c7dc4,-_0x35df01._0x3a24fe,-0x97)](_0x20c68b);function _0x2554ff(_0x5bc421,_0x4d7934,_0x23f769,_0x3f9fd5){return _0x291d57(_0x4d7934- -0x1b5,_0x4d7934-0xf9,_0x3f9fd5,_0x3f9fd5-0x1a6);}const _0x2ed28f=_0x121685[_0x2554ff(-0x62,-0x52,-0x60,-0x65)](_0x20c68b);if(!_0x2ed28f||_0x3626bc[_0x535e84(_0x35df01._0x2f8462,_0x35df01._0x27d0be,_0x35df01._0x4eb28d,_0x35df01._0x304632)](_0x2ed28f[_0x2554ff(-0x7e,-0x71,-0x58,-0x4e)],_0x535e84(_0x35df01._0x331876,_0x35df01._0x58db06,_0x35df01._0xcd7ee,0x569))||!_0x2ed28f[_0x2554ff(-_0x35df01._0x46644,-0x40,-_0x35df01._0x2133df,-_0x35df01._0x4d41da)]){if(_0x3626bc[_0x535e84(_0x35df01._0x71f472,0x552,0x546,0x55d)](_0x3626bc['CZUyY'],_0x3626bc[_0x2554ff(-0x5c,-0x4f,-0x2d,-0x57)]))return;else _0x64eec6[_0x2554ff(-0x9a,-_0x35df01._0x341565,-_0x35df01._0x132ed1,-_0x35df01._0x1b2653)](_0xc8a5df);}let _0x193d24=![];for(const [_0xc432ab,_0x439773]of _0x121685[_0x535e84(_0x35df01._0x294534,_0x35df01._0x24f923,0x589,0x59e)]()){if(_0x3626bc['jbeaT'](_0x3626bc['wryDY'],_0x3626bc['EmEVJ']))_0x19d144[_0x2554ff(-_0x35df01._0x548372,-_0x35df01._0x5c7dc4,-0x7d,-_0x35df01._0x165d83)](_0x2c18f7);else{if(_0x3626bc[_0x535e84(0x53a,0x545,0x517,0x537)](_0x439773?.[_0x2554ff(-_0x35df01._0xdf4551,-0x66,-0x5f,-_0x35df01._0x19f951)+_0x535e84(0x576,0x585,_0x35df01._0x1a6899,_0x35df01._0x2ef28e)],_0x20c68b)&&_0x439773[_0x535e84(_0x35df01._0x3642b0,_0x35df01._0x5d2e95,0x582,0x59c)]&&!_0x1b7f69[_0x535e84(_0x35df01._0x67687a,0x53d,0x56b,_0x35df01._0x375f70)](_0xc432ab)){if(_0x3626bc[_0x2554ff(-_0x35df01._0x596b87,-0x77,-0x66,-_0x35df01._0x55b769)](_0x2554ff(-0x5e,-0x45,-0x56,-0x28),_0x3626bc[_0x535e84(0x565,0x57e,_0x35df01._0x5de421,0x560)])){_0x3626bc[_0x535e84(_0x35df01._0x27d0be,_0x35df01._0x27a52c,0x574,_0x35df01._0x2cf07d)](_0xe35b13?.[_0x2554ff(-0x6a,-0x81,-0x69,-_0x35df01._0x37d4c9)+'ctiveId'],_0x3b576b)&&_0x3626bc['jbeaT'](_0x3b0b98?.['status'],_0x3626bc[_0x535e84(0x560,0x56c,0x57a,_0x35df01._0x24a3e0)])&&(_0x115ee3[_0x2554ff(-_0x35df01._0xb3fdae,-0x85,-_0x35df01._0x1b2653,-_0x35df01._0x3e86ba)](_0x575fc0),_0x3626bc[_0x535e84(_0x35df01._0x4ffa74,0x53b,0x570,_0x35df01._0x804fd9)](_0x389513,_0x4742df));if(_0x398c41?.[_0x2554ff(-_0x35df01._0xd1b510,-0x66,-0x80,-_0x35df01._0x31a374)+_0x535e84(0x576,_0x35df01._0xf592eb,_0x35df01._0x581f80,_0x35df01._0x10da65)]===_0x160522){_0x594899['add'](_0x289873);if(_0x330808[_0x535e84(_0x35df01._0x55fd9c,0x54e,_0x35df01._0xd9bd76,_0x35df01._0x294534)])_0x251c1e[_0x535e84(_0x35df01._0x62a45f,0x51f,_0x35df01._0x6ead71,0x533)](_0x1f52ef[_0x2554ff(-0x55,-0x68,-0x8a,-0x67)]);if(_0x13640e[_0x535e84(_0x35df01._0x27f8e7,_0x35df01._0x443c28,0x534,0x533)+_0x535e84(0x548,0x564,0x53c,_0x35df01._0x5377d2)])_0x3a8f21['add'](_0x111829[_0x2554ff(-0x53,-0x76,-0x8b,-_0x35df01._0x90afb8)+_0x2554ff(-_0x35df01._0x121e1a,-0x75,-0x76,-0x6c)]);}}else{_0x193d24=!![];break;}}}}let _0x231e77=![];function _0x535e84(_0x5ade92,_0x178670,_0x2f3588,_0x104b60){return _0x291d57(_0x5ade92-0x408,_0x178670-0x12,_0x178670,_0x104b60-0x188);}for(const [_0x412e32,_0x4f497f]of _0x121685[_0x535e84(0x579,0x561,_0x35df01._0x6b0565,0x57e)]()){if(_0x4f497f?.['parentObje'+_0x535e84(_0x35df01._0xd86b61,_0x35df01._0x361d93,0x558,0x552)]===_0x20c68b&&_0x4f497f[_0x535e84(_0x35df01._0x2bae4b,_0x35df01._0xde31ab,_0x35df01._0x434da8,0x54c)]===_0x3626bc['VaWUe']&&_0x4f497f[_0x535e84(_0x35df01._0x3642b0,_0x35df01._0x1fa7fb,_0x35df01._0x5de421,0x5a2)]&&!_0x1b7f69[_0x535e84(0x54f,_0x35df01._0x12e036,0x554,_0x35df01._0xf2a404)](_0x412e32)){if(_0x3626bc[_0x2554ff(-0x6a,-_0x35df01._0x221192,-0x32,-_0x35df01._0x3bbe9d)](_0x3626bc['ymKDJ'],_0x3626bc[_0x535e84(_0x35df01._0x518e8e,_0x35df01._0x27a52c,_0x35df01._0x5d0f80,0x578)])){_0x231e77=!![];break;}else _0x5d06fb[_0x2554ff(-0x79,-0x85,-_0x35df01._0x2e602b,-_0x35df01._0x548372)](_0x674be6),_0x3626bc['faTAP'](_0x20eaa2,_0x3782cc);}}if(_0x3626bc[_0x535e84(0x566,0x568,0x576,_0x35df01._0x31cd6e)](!_0x193d24,!_0x231e77)){if(_0x3626bc[_0x535e84(_0x35df01._0x4bc293,_0x35df01._0x54b4f7,0x562,_0x35df01._0x4985fb)](_0x3626bc['CDTOt'],_0x535e84(_0x35df01._0x304632,0x538,0x55e,0x531)))_0x25ee86['push'](_0x20c68b),_0x1b7f69['add'](_0x20c68b),_0x2ed28f[_0x535e84(0x53c,_0x35df01._0x3d0243,0x559,0x51a)+_0x2554ff(-_0x35df01._0x39c380,-0x47,-0x39,-0x54)]&&_0x3626bc[_0x535e84(0x54d,0x550,0x528,0x531)](_0x37a70a,_0x2ed28f[_0x535e84(_0x35df01._0x114a5a,0x520,0x523,0x51e)+_0x535e84(0x576,_0x35df01._0x29d593,_0x35df01._0x18952a,0x58f)]);else{const _0x196bf2=_0x290d45[_0x535e84(_0x35df01._0x52b17d,0x549,_0x35df01._0x1b5de2,0x587)](_0xce9e17);_0x196bf2?.[_0x2554ff(-0x5c,-0x66,-_0x35df01._0x5a1161,-_0x35df01._0xd1b510)+_0x2554ff(-0x52,-0x47,-0x23,-_0x35df01._0x4f6a3c)]&&_0x2c9180['add'](_0x196bf2[_0x535e84(_0x35df01._0x1f9c36,0x54b,_0x35df01._0x27f8e7,_0x35df01._0x71f472)+'ctiveId']);}}};for(const _0x182559 of _0x1b95e5){_0x37a70a(_0x182559);}return _0x25ee86;}
|