@profoundlogic/coderflow-server 0.6.4 → 0.6.6
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/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-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.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/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(_0x53a7ee,_0x55d418){const _0x33d7ef={_0x1c78cf:0xd,_0x227043:0x19,_0x2697e2:0xe,_0x4c3def:0x6,_0x4afdb6:0x20,_0x34bcae:0x2b,_0x2bfa01:0x459,_0x59ffae:0xf,_0x19d041:0x1c,_0x9b9e8c:0x35,_0x46179a:0xb,_0x7228fe:0x450,_0x5801ba:0x458,_0x16c5bd:0x466,_0x332ca6:0x456,_0x5eea42:0x1d},_0x11a9b0={_0x3c1e5d:0xee};function _0xd664e1(_0xacc7bf,_0x167b61,_0x40eacf,_0x380818){return _0x5abd(_0x167b61-0x380,_0xacc7bf);}const _0x3caf69=_0x53a7ee();function _0x36c59(_0x417499,_0x3bc090,_0x59bf0c,_0x42f7dd){return _0x5abd(_0x59bf0c- -_0x11a9b0._0x3c1e5d,_0x3bc090);}while(!![]){try{const _0x5dce2f=-parseInt(_0x36c59(0x15,_0x33d7ef._0x1c78cf,_0x33d7ef._0x227043,0x2a))/(0x2644+-0x1*0x1421+0x1a6*-0xb)+-parseInt(_0x36c59(-0x11,-_0x33d7ef._0x2697e2,_0x33d7ef._0x4c3def,_0x33d7ef._0x4afdb6))/(0x2451+-0x217c*0x1+-0x1*0x2d3)+-parseInt(_0x36c59(-_0x33d7ef._0x34bcae,-0x11,-0xd,-0x28))/(0x1*-0x1475+-0x196a*-0x1+-0x1*0x4f2)+-parseInt(_0xd664e1(0x446,_0x33d7ef._0x2bfa01,0x43d,0x436))/(-0x11*-0x117+-0xceb*-0x3+-0xa*0x5ba)+-parseInt(_0x36c59(-_0x33d7ef._0x59ffae,-0x11,-_0x33d7ef._0x19d041,-_0x33d7ef._0x9b9e8c))/(-0x1*0x10a7+-0x68*-0x1f+0x414)+parseInt(_0x36c59(0x14,0x1c,_0x33d7ef._0x46179a,_0x33d7ef._0x1c78cf))/(-0x185a+-0x1424+-0x2*-0x1642)*(parseInt(_0xd664e1(_0x33d7ef._0x7228fe,_0x33d7ef._0x5801ba,0x451,0x484))/(0x1363+0x1*-0x20ce+0x1*0xd72))+parseInt(_0xd664e1(_0x33d7ef._0x16c5bd,_0x33d7ef._0x332ca6,0x46f,0x43e))/(-0x2546+-0x22b4+0x4802*0x1)*(parseInt(_0x36c59(-_0x33d7ef._0x59ffae,-0x2f,-_0x33d7ef._0x5eea42,0xe))/(-0x1b45+0x7fc+-0x1352*-0x1));if(_0x5dce2f===_0x55d418)break;else _0x3caf69['push'](_0x3caf69['shift']());}catch(_0xb7f5ee){_0x3caf69['push'](_0x3caf69['shift']());}}}(_0x3cdd,0xb*-0x148d+0x2*0x6403+0x9fc5d));import{promises as _0x194971}from'fs';import _0x3e438e from'path';import _0x490479 from'crypto';function _0x562617(_0x2608b1,_0x160cd1,_0x298691,_0x597959){return _0x5abd(_0x2608b1- -0x2f3,_0x160cd1);}import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x3e438e['dirname'](__filename),TOKENS_FILE=_0x3e438e[_0x147e90(-0x180,-0x15a,-0x16e,-0x174)](DATA_DIR,_0x562617(-0x217,-0x225,-0x239,-0x23c)+_0x562617(-0x1f5,-0x1de,-0x207,-0x1f7)),TOKEN_EXPIRY_MS=(0x1ae4+-0x205e+0x1*0x581)*(-0x1e08+0x2149+-0x1*0x329)*(-0xd*-0x1a2+-0xa10+0x577*-0x2)*(0xe9c+0x1435+-0x2295)*(-0x266a+0x3d7*-0x3+0x35d7);function _0x5abd(_0x3b128a,_0x565f42){_0x3b128a=_0x3b128a-(0x7d8*-0x1+0x1*-0x2207+0x2aa7);const _0x2c52e9=_0x3cdd();let _0x24f6c8=_0x2c52e9[_0x3b128a];if(_0x5abd['AJJXXW']===undefined){var _0xca6386=function(_0x16f94f){const _0x266671='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5da21f='',_0x380fb2='';for(let _0x253d30=-0x2f*-0x8f+0x22b2+-0x3cf3,_0x4043c3,_0x2711fe,_0x5adfab=0x1da5*-0x1+-0x1079*-0x2+-0x34d;_0x2711fe=_0x16f94f['charAt'](_0x5adfab++);~_0x2711fe&&(_0x4043c3=_0x253d30%(0xe3*-0x1+0x12a3+-0x11bc)?_0x4043c3*(-0x15d2*-0x1+0x2430+-0x1*0x39c2)+_0x2711fe:_0x2711fe,_0x253d30++%(-0xd*0xc7+0x221f+-0x600*0x4))?_0x5da21f+=String['fromCharCode'](-0x602*0x1+0xd94+0x33*-0x21&_0x4043c3>>(-(0x7*0xd+0x1*0x446+-0x49f)*_0x253d30&-0xcae*0x2+0x1*-0x4b2+-0x2c*-0xaf)):-0x65*0x58+0x17bf+0xaf9){_0x2711fe=_0x266671['indexOf'](_0x2711fe);}for(let _0x2350e6=-0xb7*-0x25+0x2269+-0x30b*0x14,_0xb3278=_0x5da21f['length'];_0x2350e6<_0xb3278;_0x2350e6++){_0x380fb2+='%'+('00'+_0x5da21f['charCodeAt'](_0x2350e6)['toString'](-0x14f7+0x3*0x3df+-0x1e2*-0x5))['slice'](-(0xa39*-0x2+-0xb*0x133+0x21a5));}return decodeURIComponent(_0x380fb2);};_0x5abd['campNu']=_0xca6386,_0x5abd['YsXLBA']={},_0x5abd['AJJXXW']=!![];}const _0x166f4a=_0x2c52e9[0x24b1+-0x164d+-0xe64],_0x46d6c6=_0x3b128a+_0x166f4a,_0x1fca55=_0x5abd['YsXLBA'][_0x46d6c6];return!_0x1fca55?(_0x24f6c8=_0x5abd['campNu'](_0x24f6c8),_0x5abd['YsXLBA'][_0x46d6c6]=_0x24f6c8):_0x24f6c8=_0x1fca55,_0x24f6c8;}let tokensCache=null,lastLoadTime=0xbfe+-0x2c4*-0x2+-0x1186;const CACHE_TTL=-0x26ac+-0x1*0x193f+-0x61*-0xb3;async function loadTokens(){const _0x47012d={_0x2764b4:0x33c,_0x454d95:0x32f,_0x1ca5e4:0x35a,_0x499ef7:0x61,_0xef34ca:0x63,_0x1f5407:0x92,_0x5aebeb:0x82,_0x30e0e8:0x4d,_0x359e6f:0x2f,_0x1cfe60:0x35,_0x2952e2:0x47,_0x3f27f4:0x20,_0x2f9a1a:0x2f6,_0x5607fc:0x307,_0x4ac935:0x328,_0x46745c:0x2e6,_0x5c2258:0x2cd,_0xe4a077:0x316,_0x316b12:0x30a,_0x361931:0x342,_0x1b410d:0x30f,_0x415140:0x48,_0x54fa84:0x9c,_0x3b92f3:0x77,_0x432ad0:0x74,_0x58c243:0x99,_0x5c21b3:0xa1,_0x429883:0x96,_0xfab2dd:0x98,_0x57081a:0x2f9,_0x380eea:0x32d,_0x23d928:0x308,_0x198df6:0x31b,_0x303717:0x32c,_0x440c46:0x7e,_0x17313c:0x78,_0x16acd4:0x2ee,_0x4618a1:0x32d,_0x28b65e:0x318},_0x5ab05c={_0x47b29c:0x271,_0x285d98:0x191},_0x2e52c6={_0xf5324:0xf6,_0xbc4c3c:0xe},_0x4a8f16={'PvDHX':function(_0x113278,_0x5e5e1e){return _0x113278<_0x5e5e1e;},'dkKCi':function(_0x1a56b1,_0x19b050){return _0x1a56b1-_0x19b050;},'yFudn':function(_0x4a54cb,_0x26bf7a){return _0x4a54cb!==_0x26bf7a;},'bvMNc':_0x1cc4bc(_0x47012d._0x2764b4,_0x47012d._0x454d95,_0x47012d._0x1ca5e4,0x333),'MyAft':_0x5cc4f7(_0x47012d._0x499ef7,0x51,_0x47012d._0xef34ca,_0x47012d._0x1f5407),'yIxTv':_0x5cc4f7(_0x47012d._0x5aebeb,0x6f,0x7a,_0x47012d._0x30e0e8),'iLZtT':function(_0x5382bf,_0x2cc3b4){return _0x5382bf===_0x2cc3b4;},'HYqUJ':_0x5cc4f7(_0x47012d._0x359e6f,_0x47012d._0x1cfe60,_0x47012d._0x2952e2,_0x47012d._0x3f27f4),'ltOaX':function(_0x53334a,_0x514b24){return _0x53334a(_0x514b24);}};function _0x1cc4bc(_0xef099c,_0x4b65ef,_0x938096,_0x4ea5a9){return _0x147e90(_0x4b65ef-0x4a5,_0x938096,_0x938096-_0x2e52c6._0xf5324,_0x4ea5a9-_0x2e52c6._0xbc4c3c);}const _0x4fc5a2=Date['now']();function _0x5cc4f7(_0x88ff65,_0x9b46b0,_0x35917e,_0x15a5da){return _0x562617(_0x35917e-_0x5ab05c._0x47b29c,_0x15a5da,_0x35917e-0x3c,_0x15a5da-_0x5ab05c._0x285d98);}if(tokensCache&&_0x4a8f16[_0x1cc4bc(0x30e,_0x47012d._0x2f9a1a,0x2dc,_0x47012d._0x5607fc)](_0x4a8f16[_0x1cc4bc(0x2d5,0x2f9,_0x47012d._0x4ac935,0x31a)](_0x4fc5a2,lastLoadTime),CACHE_TTL))return _0x4a8f16[_0x1cc4bc(0x316,_0x47012d._0x46745c,_0x47012d._0x5c2258,_0x47012d._0xe4a077)](_0x4a8f16['bvMNc'],_0x4a8f16[_0x1cc4bc(_0x47012d._0x316b12,0x32c,_0x47012d._0x361931,_0x47012d._0x1b410d)])?tokensCache:!![];try{const _0x12df09=await _0x194971[_0x5cc4f7(_0x47012d._0x415140,_0x47012d._0x54fa84,0x76,_0x47012d._0x3b92f3)](TOKENS_FILE,_0x4a8f16[_0x5cc4f7(_0x47012d._0x432ad0,0xa1,0x93,0xad)]);return tokensCache=JSON[_0x5cc4f7(_0x47012d._0x58c243,_0x47012d._0x5c21b3,_0x47012d._0x429883,_0x47012d._0xfab2dd)](_0x12df09),lastLoadTime=_0x4fc5a2,tokensCache;}catch(_0x5f34c2){if(_0x4a8f16[_0x1cc4bc(_0x47012d._0x57081a,0x316,_0x47012d._0x380eea,_0x47012d._0x23d928)](_0x5f34c2[_0x1cc4bc(0x340,_0x47012d._0x198df6,0x2ff,_0x47012d._0x303717)],_0x4a8f16[_0x5cc4f7(_0x47012d._0x440c46,_0x47012d._0x17313c,0x86,0x73)])){const _0x1d5ba7={};_0x1d5ba7[_0x1cc4bc(0x2d4,_0x47012d._0x16acd4,0x2eb,0x310)]=[];const _0x476623=_0x1d5ba7;return await _0x4a8f16[_0x1cc4bc(0x319,_0x47012d._0x4618a1,0x358,_0x47012d._0x28b65e)](saveTokens,_0x476623),tokensCache=_0x476623,lastLoadTime=_0x4fc5a2,_0x476623;}throw _0x5f34c2;}}async function saveTokens(_0x490fcf){const _0x495710={_0x5385da:0x273,_0x51e0d2:0x251,_0x18e2f2:0x2a7,_0x145375:0x2a1,_0x700c80:0x2a0,_0x4706ac:0x2c3,_0x2129c8:0x312,_0x4a835a:0x2e5},_0x57aedc={_0x13d419:0x1b1,_0x2450e2:0xae},_0x37addf={_0x1e1b52:0x184,_0x3f6bb7:0x7e},_0x27e225={};_0x27e225[_0xb003d(-0x236,-0x26e,-_0x495710._0x5385da,-_0x495710._0x51e0d2)]=!![];function _0xb003d(_0x459042,_0x26725e,_0x2cb0ae,_0x3de9b2){return _0x147e90(_0x3de9b2- -0x7c,_0x26725e,_0x2cb0ae-_0x37addf._0x1e1b52,_0x3de9b2-_0x37addf._0x3f6bb7);}await _0x194971[_0xb003d(-0x229,-0x1f7,-0x244,-0x223)](DATA_DIR,_0x27e225),await _0x194971[_0x32c92d(-_0x495710._0x18e2f2,-_0x495710._0x145375,-0x285,-_0x495710._0x700c80)](TOKENS_FILE,JSON['stringify'](_0x490fcf,null,-0x2*0x3a+0x1d0*-0xf+0x2*0xdd3));function _0x32c92d(_0x14164a,_0x120fe4,_0x447045,_0x2d5509){return _0x147e90(_0x2d5509- -0x11f,_0x120fe4,_0x447045-_0x57aedc._0x13d419,_0x2d5509-_0x57aedc._0x2450e2);}tokensCache=_0x490fcf,lastLoadTime=Date[_0x32c92d(-_0x495710._0x4706ac,-_0x495710._0x2129c8,-_0x495710._0x4a835a,-0x2f0)]();}function generateToken(){const _0x55b64e={_0x42ffb2:0x264,_0x5d8111:0x22a,_0x1c2648:0x23a,_0x1ba483:0x240,_0x1a3690:0x17f,_0x421904:0x187,_0x144f6b:0x268,_0x3bdd9c:0x244,_0x59a088:0x268,_0x14eb64:0x19c,_0x245bb7:0x245,_0x4d2b9e:0x25c},_0x5d0cfe={_0x187b73:0x78},_0x1fb2ac={_0x6194ed:0x130};function _0x305f9c(_0x4bf737,_0x36264c,_0x3efe7e,_0x5186fc){return _0x147e90(_0x5186fc-0x40a,_0x4bf737,_0x3efe7e-0x188,_0x5186fc-_0x1fb2ac._0x6194ed);}const _0x5c3970={};_0x5c3970[_0x305f9c(0x25f,_0x55b64e._0x42ffb2,_0x55b64e._0x5d8111,_0x55b64e._0x1c2648)]=function(_0x36a41e,_0x174fe3){return _0x36a41e+_0x174fe3;},_0x5c3970[_0x305f9c(0x20e,_0x55b64e._0x1ba483,0x257,0x237)]=_0x5304c7(-_0x55b64e._0x1a3690,-0x191,-_0x55b64e._0x421904,-0x1a9);function _0x5304c7(_0x5a1225,_0x239246,_0x2db1e3,_0x3dde01){return _0x147e90(_0x239246- -0xe,_0x5a1225,_0x2db1e3-0xf5,_0x3dde01-_0x5d0cfe._0x187b73);}_0x5c3970[_0x305f9c(_0x55b64e._0x144f6b,0x259,_0x55b64e._0x3bdd9c,_0x55b64e._0x59a088)]=_0x5304c7(-0x1bf,-0x1d1,-0x1d4,-0x1a1);const _0x58ee1f=_0x5c3970,_0x454833=_0x490479[_0x5304c7(-0x191,-0x1aa,-0x1ae,-_0x55b64e._0x14eb64)+'s'](0x4*0x3ac+-0x1297*-0x1+-0x2127);return _0x58ee1f[_0x305f9c(0x25f,0x234,0x20f,0x23a)](_0x58ee1f['HAcXE'],_0x454833[_0x305f9c(0x232,_0x55b64e._0x245bb7,0x288,_0x55b64e._0x4d2b9e)](_0x58ee1f[_0x305f9c(0x23d,0x23e,0x291,0x268)]));}function generateTokenId(){const _0x6aa31f={_0x1deaed:0x1a8,_0x4f07d0:0x169,_0x2747ec:0x1f7,_0x3901fc:0x228,_0x32b091:0x205,_0x441c15:0x1d4,_0x5415f5:0x19e,_0x3b78bb:0x16e},_0x2e6731={_0x5c3869:0x9f},_0x5bceb4={_0x400a90:0xa,_0x5b491b:0x7e},_0x52c7b7=Date[_0x2d7ce1(0x1b0,0x184,_0x6aa31f._0x1deaed,_0x6aa31f._0x4f07d0)]();function _0x7c883a(_0x54c6b2,_0x5d4ccd,_0x5b2912,_0xdf6b9a){return _0x562617(_0xdf6b9a-_0x5bceb4._0x400a90,_0x5d4ccd,_0x5b2912-_0x5bceb4._0x5b491b,_0xdf6b9a-0x15);}const _0x4e9f54=Math[_0x7c883a(-_0x6aa31f._0x2747ec,-_0x6aa31f._0x3901fc,-0x1e8,-_0x6aa31f._0x32b091)]()[_0x2d7ce1(0x17a,0x1a7,_0x6aa31f._0x441c15,_0x6aa31f._0x5415f5)](0x1243+-0xbf1*0x1+-0x62e)['substring'](-0x26c7+-0x147*-0x1+0x2*0x12c1,-0xc71+0x1*-0x1b3d+0x27bd);function _0x2d7ce1(_0x316963,_0x2550d3,_0x4f1bec,_0x624868){return _0x147e90(_0x2550d3-0x355,_0x316963,_0x4f1bec-_0x2e6731._0x5c3869,_0x624868-0xb0);}return _0x2d7ce1(0x173,0x183,_0x6aa31f._0x3b78bb,0x1aa)+_0x52c7b7+'_'+_0x4e9f54;}async function createPasswordToken(_0x15ec8f,_0x1e01b6='setup'){const _0x5adb3c={_0x55bca4:0x1ec,_0x3d9219:0x1f0,_0x565f56:0x225,_0x352cc4:0x224,_0x405da5:0x68,_0xee6019:0xb0,_0x324cdb:0x20a,_0x21209c:0x1f7,_0x1cf170:0x1e9,_0x3c8a44:0x1ea},_0x1df610={_0x48961a:0x3f5},_0x19a6bc={_0x2723a4:0x58},_0x417bf2={'SivvK':function(_0x4813ea){return _0x4813ea();},'whSyO':function(_0x3a580b,_0x3a184e){return _0x3a580b+_0x3a184e;},'itJVu':function(_0x1f8d1f,_0x3ade57){return _0x1f8d1f(_0x3ade57);}},_0x5e8979=await _0x417bf2[_0x9baa50(0x220,0x21a,_0x5adb3c._0x55bca4,0x216)](loadTokens),_0x18938f=new Date();function _0x542f13(_0x1c4669,_0xb7fde4,_0x1b6cf6,_0x30f2d1){return _0x147e90(_0x1c4669-0x127,_0x1b6cf6,_0x1b6cf6-_0x19a6bc._0x2723a4,_0x30f2d1-0x161);}const _0x46080d=new Date(_0x417bf2[_0x9baa50(0x23b,_0x5adb3c._0x3d9219,_0x5adb3c._0x565f56,0x212)](_0x18938f[_0x9baa50(0x21e,0x248,0x240,_0x5adb3c._0x352cc4)](),TOKEN_EXPIRY_MS)),_0x2db624={'id':_0x417bf2['SivvK'](generateTokenId),'token':_0x417bf2['SivvK'](generateToken),'userId':_0x15ec8f,'type':_0x1e01b6,'created_at':_0x18938f['toISOStrin'+'g'](),'expires_at':_0x46080d['toISOStrin'+'g'](),'used':![],'used_at':null};_0x5e8979[_0x542f13(-0x90,-_0x5adb3c._0x405da5,-0x79,-_0x5adb3c._0xee6019)][_0x9baa50(_0x5adb3c._0x324cdb,_0x5adb3c._0x21209c,_0x5adb3c._0x1cf170,_0x5adb3c._0x3c8a44)](_0x2db624),await _0x417bf2['itJVu'](saveTokens,_0x5e8979);function _0x9baa50(_0x5b6ddf,_0x1c0bac,_0x2924fa,_0x329998){return _0x562617(_0x329998-_0x1df610._0x48961a,_0x5b6ddf,_0x2924fa-0x61,_0x329998-0x192);}return _0x2db624;}async function validateToken(_0x53b88a){const _0xd0929a={_0x1459f3:0x37d,_0x2ba5db:0x38a,_0x43931c:0x3bc,_0x252034:0x3c5,_0x266b27:0x3a7,_0x16ac4a:0x1c0,_0x1d3e12:0x18f,_0x66f6e1:0x1bc,_0x28f88f:0x3eb,_0x5eb6a3:0x3c7,_0x4ee984:0x3ae,_0x4404c7:0x3e7},_0x1e6eab={_0x33f1f1:0x5b4,_0x1483a6:0x15},_0x37dbda={_0x1b4805:0x36e,_0x262c4a:0x163},_0x502f14={'uEvCj':function(_0x5eaf55){return _0x5eaf55();},'hBHex':function(_0x2127bc,_0x19e7fc){return _0x2127bc>_0x19e7fc;},'iFzjU':function(_0x130430,_0x1404e8){return _0x130430===_0x1404e8;},'QzgBk':_0x4e4f90(0x395,_0xd0929a._0x1459f3,_0xd0929a._0x2ba5db,_0xd0929a._0x43931c)},_0x156f68=await _0x502f14[_0x4e4f90(0x3b8,0x39d,0x39e,_0xd0929a._0x252034)](loadTokens),_0x11cc80=_0x156f68[_0x4e4f90(_0xd0929a._0x266b27,0x3d1,0x3d1,0x3d6)][_0x5ccfb3(_0xd0929a._0x16ac4a,_0xd0929a._0x1d3e12,0x1a5,_0xd0929a._0x66f6e1)](_0xf790c9=>_0xf790c9[_0x4e4f90(0x396,0x382,0x369,0x372)]===_0x53b88a);if(!_0x11cc80)return null;function _0x5ccfb3(_0xad768d,_0x2c64f5,_0x19960a,_0x625f6d){return _0x147e90(_0x625f6d-_0x37dbda._0x1b4805,_0x2c64f5,_0x19960a-_0x37dbda._0x262c4a,_0x625f6d-0xa1);}if(_0x11cc80[_0x4e4f90(0x3d0,_0xd0929a._0x28f88f,0x3ce,0x3b6)])return null;const _0x48e609=new Date(),_0x1c6e45=new Date(_0x11cc80[_0x4e4f90(_0xd0929a._0x5eb6a3,0x399,0x3f2,_0xd0929a._0x4ee984)]);function _0x4e4f90(_0x181053,_0x3e4471,_0x1ce2d,_0x2478d2){return _0x562617(_0x181053-_0x1e6eab._0x33f1f1,_0x1ce2d,_0x1ce2d-0x181,_0x2478d2-_0x1e6eab._0x1483a6);}if(_0x502f14['hBHex'](_0x48e609,_0x1c6e45))return _0x502f14['iFzjU'](_0x502f14['QzgBk'],_0x502f14[_0x4e4f90(0x3c5,0x3f2,_0xd0929a._0x4404c7,0x3f4)])?null:_0x10e6bb;return _0x11cc80;}async function markTokenAsUsed(_0x73db72){const _0x4f298d={_0x158a76:0x274,_0x1d549f:0x257,_0x2dfca2:0xc4,_0x2bc066:0x239,_0x5ba81c:0x248,_0x3ed4b7:0x253,_0x258678:0x226,_0x583135:0x243,_0x3d4588:0x261,_0x288ce0:0x28c},_0x23d23f={_0x3ff022:0x176},_0x429168={_0x425ef2:0x126},_0x2fb800={'RjsWb':function(_0x341330){return _0x341330();},'RZKRI':function(_0x4a2b42,_0x55d94c){return _0x4a2b42===_0x55d94c;},'WYYbB':_0x5c5745(-_0x4f298d._0x158a76,-0x29f,-0x262,-_0x4f298d._0x1d549f),'mgAqB':_0x42871f(-0x83,-_0x4f298d._0x2dfca2,-0x7a,-0x95),'bspkV':function(_0x50b6c6,_0x47b69f){return _0x50b6c6(_0x47b69f);}},_0x15f4bd=await _0x2fb800[_0x5c5745(-_0x4f298d._0x2bc066,-0x263,-0x235,-0x250)](loadTokens);function _0x5c5745(_0x287b05,_0x54b62d,_0x2d801f,_0x500086){return _0x147e90(_0x287b05- -0xa6,_0x2d801f,_0x2d801f-_0x429168._0x425ef2,_0x500086-0xfd);}function _0x42871f(_0x598a80,_0xd9099d,_0x2f9467,_0x40b46e){return _0x147e90(_0x40b46e-0xff,_0xd9099d,_0x2f9467-0x13d,_0x40b46e-_0x23d23f._0x3ff022);}const _0x2f2ab5=_0x15f4bd[_0x5c5745(-0x25d,-_0x4f298d._0x5ba81c,-0x28a,-0x243)]['find'](_0x3e76d5=>_0x3e76d5[_0x5c5745(-0x26e,-0x26b,-0x285,-0x263)]===_0x73db72);if(!_0x2f2ab5)return _0x2fb800['RZKRI'](_0x2fb800[_0x5c5745(-_0x4f298d._0x3ed4b7,-0x27c,-0x22e,-_0x4f298d._0x5ba81c)],_0x2fb800['mgAqB'])?null:![];return _0x2f2ab5['used']=!![],_0x2f2ab5['used_at']=new Date()[_0x5c5745(-0x244,-0x237,-_0x4f298d._0x258678,-_0x4f298d._0x583135)+'g'](),await _0x2fb800[_0x5c5745(-_0x4f298d._0x3d4588,-0x235,-0x23d,-_0x4f298d._0x288ce0)](saveTokens,_0x15f4bd),!![];}async function getUserTokens(_0x440bc4){const _0x351701={_0x3c7301:0x4e,_0x35bb4c:0x35,_0x341a74:0xc,_0xc8f365:0x35,_0x570523:0x202,_0x305494:0x22c,_0xb8d704:0x22d,_0x56951b:0x257},_0x151005={_0x13f8fe:0xb5},_0x3fe953={_0x3c2c3a:0x1bc};function _0x20a468(_0x3b14e1,_0x43231d,_0x483f54,_0x4cf3b9){return _0x562617(_0x43231d-0x1d8,_0x4cf3b9,_0x483f54-_0x3fe953._0x3c2c3a,_0x4cf3b9-0x15d);}const _0x510840=await loadTokens();function _0x5229c6(_0x4b0210,_0x1401a9,_0xd8c8b6,_0x5b7140){return _0x147e90(_0x1401a9- -0x94,_0x5b7140,_0xd8c8b6-_0x151005._0x13f8fe,_0x5b7140-0x93);}return _0x510840[_0x20a468(-_0x351701._0x3c7301,-_0x351701._0x35bb4c,-_0x351701._0x341a74,-_0x351701._0xc8f365)][_0x5229c6(-_0x351701._0x570523,-_0x351701._0x305494,-0x22d,-_0x351701._0xb8d704)](_0x1cd778=>_0x1cd778['userId']===_0x440bc4)[_0x5229c6(-0x23c,-0x25e,-0x22f,-_0x351701._0x56951b)](_0x5f09f5=>({'id':_0x5f09f5['id'],'type':_0x5f09f5[_0x5229c6(-0x274,-0x254,-0x276,-0x263)],'created_at':_0x5f09f5[_0x5229c6(-0x280,-0x25a,-0x273,-0x284)],'expires_at':_0x5f09f5['expires_at'],'used':_0x5f09f5[_0x5229c6(-0x218,-0x222,-0x22b,-0x231)],'used_at':_0x5f09f5[_0x5229c6(-0x243,-0x256,-0x23f,-0x284)]}));}async function revokeToken(_0x4f229b){const _0x507952={_0x2db5c7:0x295,_0x3392e2:0x4c9,_0xf8e16e:0x27e,_0x5e13e6:0x277,_0x1602eb:0x29c,_0x2edfc0:0x2ca,_0x19065d:0x2dc,_0x1e2b30:0x25c,_0x5d50b0:0x282,_0x11df32:0x4e8,_0x18479f:0x4e3,_0x3e8c10:0x4aa,_0x5db362:0x290,_0x2ff1a2:0x26c,_0x4daf0c:0x28e},_0x397a89={_0x1534bb:0x15f,_0x5ca11e:0x1b4},_0x1961c1={_0x130ead:0x135},_0x1c13c4={'htWdF':function(_0x500f1c){return _0x500f1c();},'CAJDF':function(_0x4086d7,_0x120f8c){return _0x4086d7===_0x120f8c;},'xmHvs':_0x1b043a(-0x2af,-0x2b5,-0x2b9,-_0x507952._0x2db5c7),'XlrlI':function(_0x2c1ddc,_0x1123ed){return _0x2c1ddc(_0x1123ed);}},_0x27c7bc=await _0x1c13c4['htWdF'](loadTokens),_0x17ac22=_0x27c7bc[_0x56fd6a(_0x507952._0x3392e2,0x48e,0x489,0x4aa)][_0x1b043a(-_0x507952._0xf8e16e,-_0x507952._0x5e13e6,-0x294,-0x280)](_0x2a4ac6=>_0x2a4ac6['id']===_0x4f229b);function _0x1b043a(_0x471616,_0x3b0798,_0x1ea27f,_0x581aa1){return _0x562617(_0x3b0798- -0xa5,_0x471616,_0x1ea27f-0x19a,_0x581aa1-_0x1961c1._0x130ead);}if(_0x1c13c4[_0x1b043a(-_0x507952._0x1602eb,-_0x507952._0x2edfc0,-_0x507952._0x19065d,-0x2bd)](_0x17ac22,-(0x39f+0xce5+0x3*-0x581)))return _0x1c13c4['CAJDF'](_0x1c13c4[_0x1b043a(-_0x507952._0x1e2b30,-0x28b,-_0x507952._0x5d50b0,-0x29c)],_0x56fd6a(_0x507952._0x11df32,0x4c2,0x4e3,_0x507952._0x18479f))?null:![];function _0x56fd6a(_0x50a5c5,_0x258dbe,_0x3dff16,_0x282865){return _0x147e90(_0x282865-0x661,_0x258dbe,_0x3dff16-_0x397a89._0x1534bb,_0x282865-_0x397a89._0x5ca11e);}return _0x27c7bc[_0x56fd6a(0x482,0x48b,0x4d4,_0x507952._0x3e8c10)][_0x1b043a(-0x2be,-0x2b9,-0x2bf,-_0x507952._0x5db362)](_0x17ac22,0x523+-0x2260+0x1d3e),await _0x1c13c4[_0x1b043a(-_0x507952._0x2ff1a2,-0x286,-_0x507952._0x4daf0c,-0x284)](saveTokens,_0x27c7bc),!![];}function _0x3cdd(){const _0x501a00=['ExvNBu0','tuTjtxO','zMLUzeLUzgv4','z2v0vgLTzq','C1fQAM4','txLbzNq','BhrpyvG','quXsshC','sKrHB0e','CMvJDxjZAxzL','ru5pru5u','sefJweu','Dg9Rzw5F','BM93','t09bDgq','q0fkrey','BuHTrKO','EMTOExu','oxrmr21mEG','mtiZmJKWnuvfB0Hfra','BwfW','BhrTuLC','Dg9Rzw4','mtK2ndG1nJbRrwrUy2u','y3jLyxrLzf9HDa','mZy2nZy3oeLMtKHyAW','mtu1nJKYDg1ABuzH','Agv4','DxnLzf9HDa','CgfZC3DVCMqTDa','DhLWzq','Euz1zg4','C3bSAwnL','u2rbCu0','mJa5mtKXnvjIuLnyzq','yNnWA1y','Dw9Ur1y','CMfUzg9T','uefdr0C','Dg9Rzw5Z','wLbrvKS','ChvZAa','wezIBuK','qM1SDKm','zMLUza','vuz5whG','rhnoyNO','uhzesfG','Dg9tDhjPBMC','v1LzyKi','zgTlq2K','C1zXwKK','r3LOuw8','mtq3mJm3ofjzrMzOva','BgvUz3rO','BwTKAxi','Duv2q2O','CMvHzezPBgu','nM1hyNbdqW','yuzsrLK','D3bPt1i','DxrMoa','A2jiBKC','B2TLBNmUANnVBG','Dg9ju09tDhjPBG','q0jnsKO','CMfUzg9TqNL0zq','DuP2whq','BgTqC0W','uxPNqMS','zMLSDgvY','zxHWAxjLC19HDa','nJeZmJyYC0DkDKfr','sfLXvuO','twPTCKO','uMPZv2i','wgzwAwS','uezptKC','Eg1iDNm','AuXADfq','DxnLza','D2HtEu8','rgHWwhK','wgXYBeK','y29Kzq','u2L2DKS','EuL4vhy','DxnLCKLK','AfnhzhC','CgfYC2u','wu9bs20','ChrF','DhPgzMW','D3jPDgvgAwXL','AM9PBG','uLjsy2i'];_0x3cdd=function(){return _0x501a00;};return _0x3cdd();}async function cleanupOldTokens(){const _0x236b1d={_0x49cef9:0x233,_0x3f98f3:0x252,_0x3725c2:0x20d,_0x15f230:0x259,_0x567655:0x127,_0x1d2501:0x113,_0x15167a:0x10e,_0xa52eb9:0x109,_0xa05afc:0xdf,_0x953a:0xc9,_0x2d46b2:0x293,_0x2249a1:0x10c,_0xe3d3de:0x108,_0x4199d3:0x111,_0x1a2e15:0xf2,_0x3c4c1f:0xdc,_0x22ecbf:0xec,_0x3e1b1b:0x269,_0xe167cf:0xc2,_0x4985f6:0xd2,_0x2bbde2:0xf3,_0x587c8f:0xc4,_0xed2ffc:0x238,_0x32f504:0x24f,_0x332682:0xed,_0xfba390:0xd6,_0x286ce4:0xd5,_0x27069d:0x232,_0x1613f8:0xd1,_0x4827b7:0xf4,_0x3967f7:0xb7,_0x3fcdbd:0xd9,_0x23d962:0xda,_0x565771:0xc3,_0x3ee9b6:0x234,_0x28ca0b:0x22e,_0x2a8618:0x25d,_0x1ed8a6:0x273,_0x5a6794:0xf2,_0x224f77:0xcb,_0x31d6ae:0xff},_0x14f2a1={_0x23228c:0x197},_0xe20cb={_0x40397f:0x323,_0x2de771:0x7e,_0x2a5332:0x98,_0x51852:0x95,_0x235198:0x36e,_0x8a8121:0x36a,_0x6b34ac:0x375,_0x390c8c:0x356,_0xb8b620:0x369,_0x2cd8d5:0x9c,_0x341a55:0xa2,_0x2795b6:0xb5,_0x46436a:0x91,_0x685436:0x32f,_0x1a13b4:0x33c,_0x31cb56:0x8d,_0x32e2da:0x84,_0x4e0eb5:0x86,_0xb67e0f:0x95,_0x1c227a:0x69,_0x353c91:0xbe,_0x14cc43:0xbc},_0x20097f={_0x96cdfd:0x42,_0x5ae926:0x5c,_0x3e5b9b:0xe1},_0x20f800={'tzFfl':function(_0xf06880,_0x456967){return _0xf06880<=_0x456967;},'lkPsL':function(_0x3c1fcf,_0x3c7f3e){return _0x3c1fcf===_0x3c7f3e;},'sQjjn':_0x3efe6d(-0x248,-0x22d,-_0x236b1d._0x49cef9,-_0x236b1d._0x3f98f3),'XFbmI':_0x3efe6d(-_0x236b1d._0x49cef9,-_0x236b1d._0x3725c2,-0x23b,-_0x236b1d._0x15f230),'sVqZI':function(_0x35b709,_0x59a400){return _0x35b709>_0x59a400;},'XfVik':'ngbea','sIdrH':function(_0x431a4f,_0x24c789){return _0x431a4f+_0x24c789;},'SdAqM':_0x54b081(_0x236b1d._0x567655,_0x236b1d._0x1d2501,_0x236b1d._0x15167a,_0x236b1d._0xa52eb9),'DsNbz':_0x54b081(0xd4,0xf4,_0x236b1d._0xa05afc,_0x236b1d._0x953a),'YOAKm':function(_0x485f65,_0x10b978){return _0x485f65-_0x10b978;},'PFONG':function(_0x165eb8,_0x4cbdf3){return _0x165eb8*_0x4cbdf3;},'VnGHQ':function(_0x3fc3b5,_0x3fc4f3){return _0x3fc3b5*_0x3fc4f3;},'kbHnG':function(_0x2abdd5,_0x59dd37){return _0x2abdd5*_0x59dd37;},'ZPQVK':function(_0x428f95,_0x36d2){return _0x428f95!==_0x36d2;},'BmlvC':'MCRYt','UFyXx':_0x3efe6d(-0x261,-_0x236b1d._0x2d46b2,-0x265,-0x266),'IdHRu':function(_0x200fc4,_0xc10e53){return _0x200fc4(_0xc10e53);}},_0x46f991=await loadTokens(),_0x92242=new Date();function _0x3efe6d(_0x2faed1,_0x19b4f1,_0x2a122c,_0xbcca96){return _0x562617(_0x2a122c- -_0x20097f._0x96cdfd,_0x2faed1,_0x2a122c-_0x20097f._0x5ae926,_0xbcca96-_0x20097f._0x3e5b9b);}const _0x17d08e=new Date(_0x20f800[_0x54b081(0x10f,0xfe,_0x236b1d._0x2249a1,_0x236b1d._0xe3d3de)](_0x92242[_0x54b081(0x119,0x133,0x138,_0x236b1d._0x4199d3)](),_0x20f800[_0x54b081(_0x236b1d._0xa05afc,0x105,_0x236b1d._0x1a2e15,0xfb)](_0x20f800['VnGHQ'](_0x20f800['VnGHQ'](_0x20f800[_0x54b081(0xcb,_0x236b1d._0x3c4c1f,0xe3,_0x236b1d._0x22ecbf)](-0x3*-0x48c+-0x1e7c*0x1+0x1a*0xa7,-0x1378+-0xedd+0x226d),-0x18c+0x1f*-0x13a+0x27ce),0x9f3+0xc91*0x1+-0x1648),0x121a+0x296+-0x18*0xb3))),_0x4fc050=_0x46f991[_0x3efe6d(-0x255,-_0x236b1d._0x3e1b1b,-0x24f,-0x256)][_0x54b081(_0x236b1d._0xe167cf,_0x236b1d._0x4985f6,_0x236b1d._0x2bbde2,0xe4)];_0x46f991[_0x54b081(_0x236b1d._0x587c8f,_0x236b1d._0x953a,0xaa,0xd5)]=_0x46f991[_0x3efe6d(-0x25e,-_0x236b1d._0xed2ffc,-_0x236b1d._0x32f504,-0x258)]['filter'](_0x4e8439=>{const _0x325cfb={_0x51a064:0x1cd},_0x3506a0={_0x4bff90:0x98,_0x51703c:0x588,_0xf4e273:0xcc},_0x2d3f9f=new Date(_0x4e8439[_0x506eca(_0xe20cb._0x40397f,0x32a,0x30e,0x32d)]),_0x4eecd4=new Date(_0x4e8439[_0x729ec(0x74,_0xe20cb._0x2de771,_0xe20cb._0x2a5332,_0xe20cb._0x51852)]);function _0x506eca(_0x5d41e1,_0x59b8cc,_0x7bb6c0,_0x28989a){return _0x3efe6d(_0x7bb6c0,_0x59b8cc-_0x3506a0._0x4bff90,_0x59b8cc-_0x3506a0._0x51703c,_0x28989a-_0x3506a0._0xf4e273);}if(!_0x4e8439['used']&&_0x20f800[_0x506eca(0x349,_0xe20cb._0x235198,_0xe20cb._0x8a8121,_0xe20cb._0x6b34ac)](_0x92242,_0x4eecd4))return _0x20f800[_0x506eca(0x358,_0xe20cb._0x390c8c,_0xe20cb._0xb8b620,0x34b)](_0x20f800[_0x729ec(_0xe20cb._0x2cd8d5,_0xe20cb._0x341a55,_0xe20cb._0x2795b6,_0xe20cb._0x46436a)],_0x20f800[_0x506eca(_0xe20cb._0x685436,_0xe20cb._0x1a13b4,0x360,0x36a)])?null:!![];if(_0x20f800[_0x729ec(_0xe20cb._0x31cb56,0x71,_0xe20cb._0x32e2da,_0xe20cb._0x4e0eb5)](_0x2d3f9f,_0x17d08e))return _0x20f800[_0x729ec(0xa0,0x9d,_0xe20cb._0xb67e0f,_0xe20cb._0x1c227a)](_0x729ec(_0xe20cb._0x353c91,0x6a,0x92,0xb9),_0x20f800[_0x729ec(0x96,0x8c,0x9d,_0xe20cb._0x14cc43)])?![]:!![];function _0x729ec(_0x33420f,_0xf446fa,_0x202ca7,_0x27f4eb){return _0x3efe6d(_0x33420f,_0xf446fa-_0x325cfb._0x51a064,_0x202ca7-0x2c7,_0x27f4eb-0x1b8);}return![];});const _0xd94b30=_0x4fc050-_0x46f991[_0x54b081(_0x236b1d._0x332682,_0x236b1d._0xfba390,0xfe,_0x236b1d._0x286ce4)][_0x3efe6d(-0x249,-0x269,-0x240,-_0x236b1d._0x27069d)];function _0x54b081(_0x4ef8db,_0x1240d6,_0xb30c26,_0x5580bf){return _0x147e90(_0x5580bf-0x28c,_0x4ef8db,_0xb30c26-_0x14f2a1._0x23228c,_0x5580bf-0x9);}if(_0x20f800['sVqZI'](_0xd94b30,-0x202f+-0x1*-0x850+-0x61*-0x3f)){if(_0x20f800[_0x54b081(_0x236b1d._0x1613f8,_0x236b1d._0x4827b7,0xb4,0xd6)](_0x20f800[_0x54b081(_0x236b1d._0x3967f7,0xec,0x101,_0x236b1d._0x3fcdbd)],_0x20f800[_0x54b081(_0x236b1d._0x23d962,_0x236b1d._0x565771,0xf6,0xdb)]))await _0x20f800['IdHRu'](saveTokens,_0x46f991);else{const _0x37e869=_0xb8159f[_0x3efe6d(-0x235,-0x220,-_0x236b1d._0x3ee9b6,-0x234)+'s'](0x20c1+0x1e58+-0x3ef9);return _0x20f800['sIdrH'](_0x20f800[_0x3efe6d(-_0x236b1d._0x28ca0b,-_0x236b1d._0x2a8618,-0x255,-_0x236b1d._0x1ed8a6)],_0x37e869['toString'](_0x20f800[_0x54b081(_0x236b1d._0x5a6794,_0x236b1d._0x224f77,_0x236b1d._0x31d6ae,_0x236b1d._0x3c4c1f)]));}}return _0xd94b30;}async function revokeTokensByUser(_0xb0ea6b){const _0x2dbe6e={_0x5def8f:0x47e,_0x15e65f:0x4a1,_0x1f041e:0x49c,_0x40e048:0x46b,_0x499d9c:0x46d,_0x4c9a61:0x462,_0x44e2ba:0x4ba,_0x177445:0x48a,_0x49e70a:0x482,_0x11a562:0x174,_0x44419f:0x14c,_0x899f3a:0x162,_0x33807a:0x135,_0x2227fe:0x116,_0x1869e5:0x4bd,_0x3610ae:0x481,_0xd08de0:0x471,_0x26198f:0x486,_0x54206a:0x4c3,_0x498187:0x4b5,_0x1b926a:0x4bb,_0x5336c0:0x4e0,_0x4d36b6:0x4be,_0x1ed97e:0x4d8},_0x2cbcb4={_0x4e22ce:0x68,_0x233cb7:0xe7},_0x1bec3a={_0xba72c4:0x688,_0x1bc344:0xd2,_0x347386:0x12c},_0x3d0d17={'GyhQo':function(_0x3a826a){return _0x3a826a();},'DhpXy':function(_0x3b91fa,_0x4215fb){return _0x3b91fa-_0x4215fb;},'RRRcb':function(_0x4caf64,_0x1925a5){return _0x4caf64>_0x1925a5;},'ALRHw':function(_0x5ca830,_0x1e6c18){return _0x5ca830!==_0x1e6c18;},'MKIMz':_0x1c0eff(0x495,0x4ac,_0x2dbe6e._0x5def8f,0x4d0),'gvPBo':function(_0x258352,_0x5a6db0){return _0x258352(_0x5a6db0);}},_0x38d50f=await _0x3d0d17[_0x1c0eff(_0x2dbe6e._0x15e65f,0x488,_0x2dbe6e._0x1f041e,_0x2dbe6e._0x40e048)](loadTokens);function _0x1c0eff(_0x3f3c61,_0x547054,_0x22b6c2,_0x571ed8){return _0x562617(_0x547054-_0x1bec3a._0xba72c4,_0x3f3c61,_0x22b6c2-_0x1bec3a._0x1bc344,_0x571ed8-_0x1bec3a._0x347386);}const _0x1a29d6=_0x38d50f[_0x1c0eff(_0x2dbe6e._0x499d9c,0x47b,0x44b,_0x2dbe6e._0x4c9a61)][_0x1c0eff(_0x2dbe6e._0x44e2ba,_0x2dbe6e._0x177445,_0x2dbe6e._0x49e70a,0x4b7)];_0x38d50f[_0x503785(-0x14f,-_0x2dbe6e._0x11a562,-0x176,-0x16c)]=_0x38d50f[_0x503785(-0x14f,-_0x2dbe6e._0x44419f,-_0x2dbe6e._0x899f3a,-_0x2dbe6e._0x33807a)][_0x503785(-0x130,-0x122,-0x145,-_0x2dbe6e._0x2227fe)](_0x39ba1a=>_0x39ba1a[_0x503785(-0x11f,-0x111,-0x129,-0x10b)]!==_0xb0ea6b);function _0x503785(_0x520a36,_0x4b5fc4,_0x1e9159,_0x2bb8c9){return _0x147e90(_0x520a36-_0x2cbcb4._0x4e22ce,_0x4b5fc4,_0x1e9159-0x11d,_0x2bb8c9-_0x2cbcb4._0x233cb7);}const _0x26b0a7=_0x3d0d17[_0x1c0eff(_0x2dbe6e._0x1869e5,0x4a6,0x49b,0x4be)](_0x1a29d6,_0x38d50f[_0x1c0eff(_0x2dbe6e._0x3610ae,0x47b,0x4a5,_0x2dbe6e._0xd08de0)]['length']);if(_0x3d0d17[_0x1c0eff(_0x2dbe6e._0x26198f,0x4b3,_0x2dbe6e._0x44e2ba,_0x2dbe6e._0x54206a)](_0x26b0a7,-0x7be+0x215d+-0x199f)){if(_0x3d0d17[_0x1c0eff(_0x2dbe6e._0x498187,_0x2dbe6e._0x1b926a,_0x2dbe6e._0x5336c0,_0x2dbe6e._0x4d36b6)](_0x3d0d17[_0x1c0eff(0x4c2,0x4b5,0x4aa,0x49e)],_0x3d0d17[_0x1c0eff(_0x2dbe6e._0x1ed97e,0x4b5,0x491,0x4b5)]))return!![];else await _0x3d0d17['gvPBo'](saveTokens,_0x38d50f);}return _0x26b0a7;}function _0x147e90(_0x54678b,_0x23d3b0,_0x388c9a,_0x1ddf24){return _0x5abd(_0x54678b- -0x29d,_0x23d3b0);}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,revokeTokensByUser,cleanupOldTokens};
|
|
1
|
+
(function(_0xe071f2,_0x403a50){const _0x514b97={_0x13e139:0x9c,_0x4acfcf:0x150,_0x3ce445:0x131,_0x52d602:0x121,_0x54d36f:0x109,_0x8b807:0x10f,_0x2b1f59:0x159,_0x42b63f:0x74,_0x445689:0x69,_0x2aa18a:0x88,_0x146762:0x87,_0x3e8969:0x70,_0x5843d4:0x57,_0x12ff82:0xe6,_0x476a46:0x110,_0x3ff7dc:0xf3,_0x549079:0xed},_0x4f1211={_0x5cee81:0x28};function _0x3daedc(_0x59bfb5,_0x5130cd,_0x3ca763,_0x5d5e42){return _0x251b(_0x5130cd- -_0x4f1211._0x5cee81,_0x5d5e42);}function _0x19941e(_0x1231fc,_0x5019f5,_0x2e4a1f,_0x18b075){return _0x251b(_0x18b075- -0x1be,_0x5019f5);}const _0x4265e7=_0xe071f2();while(!![]){try{const _0x1f6e51=parseInt(_0x19941e(-0x9e,-0x8d,-0xaa,-_0x514b97._0x13e139))/(0x2564+-0x1a9+-0x11*0x21a)*(parseInt(_0x3daedc(_0x514b97._0x4acfcf,0x125,0x119,_0x514b97._0x3ce445))/(-0xb*0xac+-0x6*-0x2f5+-0x14b*0x8))+-parseInt(_0x3daedc(_0x514b97._0x52d602,0x106,0x11c,_0x514b97._0x54d36f))/(-0x556+0x5*0x5fb+-0x188e)*(parseInt(_0x3daedc(_0x514b97._0x8b807,_0x514b97._0x3ce445,0x13d,_0x514b97._0x2b1f59))/(-0x5*-0x59c+0x1be*-0x8+-0xe18))+parseInt(_0x19941e(-0x54,-0x48,-_0x514b97._0x42b63f,-_0x514b97._0x445689))/(-0xcc8+0x209*0x9+-0x584)+parseInt(_0x19941e(-_0x514b97._0x2aa18a,-_0x514b97._0x146762,-_0x514b97._0x3e8969,-0x9b))/(0x347*0x1+-0x3d1*0x5+-0x1*-0xfd4)+-parseInt(_0x19941e(-_0x514b97._0x5843d4,-0x8d,-0x6c,-0x64))/(-0xede*-0x1+0xd7+0x29d*-0x6)+parseInt(_0x3daedc(_0x514b97._0x12ff82,_0x514b97._0x476a46,_0x514b97._0x3ff7dc,0xfb))/(0x59+0x102+-0x153)+-parseInt(_0x3daedc(0xf4,_0x514b97._0x549079,0xd4,0xdd))/(-0x2*0x1300+0x7c*0x4b+0x1b5)*(parseInt(_0x3daedc(0xf3,0x119,0x142,0x114))/(0x2*0x12a3+0xd4*-0x10+-0x17fc));if(_0x1f6e51===_0x403a50)break;else _0x4265e7['push'](_0x4265e7['shift']());}catch(_0x5bb037){_0x4265e7['push'](_0x4265e7['shift']());}}}(_0x4731,-0xaae1f*0x1+-0x26d55*0x5+-0x1c*-0x14eb9));function _0x4d14b3(_0xe82c78,_0x2769e1,_0x257535,_0x11d366){return _0x251b(_0xe82c78-0x18b,_0x2769e1);}import{promises as _0x4eeefb}from'fs';function _0x251b(_0x53bb94,_0x214af3){_0x53bb94=_0x53bb94-(-0xa*0xd0+0xf95*0x1+-0x660);const _0x1b2436=_0x4731();let _0x3e085b=_0x1b2436[_0x53bb94];if(_0x251b['pMdzKU']===undefined){var _0x20e51d=function(_0x346ca9){const _0x380e36='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x324d74='',_0x10fe77='';for(let _0x1d5b41=0x423+-0x2318+-0x1*-0x1ef5,_0x78963e,_0xcdbbdc,_0xbd31ff=0x154+0x9ec+-0x240*0x5;_0xcdbbdc=_0x346ca9['charAt'](_0xbd31ff++);~_0xcdbbdc&&(_0x78963e=_0x1d5b41%(0xd4d+-0x457+-0x8f2)?_0x78963e*(0x2074+0x14ed+-0x3521)+_0xcdbbdc:_0xcdbbdc,_0x1d5b41++%(-0x16ae+0x2*0x12df+-0x504*0x3))?_0x324d74+=String['fromCharCode'](-0x22c9+-0x1*-0x15c5+-0x1*-0xe03&_0x78963e>>(-(-0x10ea+-0x7*0x531+-0x2d*-0x12f)*_0x1d5b41&0x59*0x7+0x14e1+-0x174a)):-0x1*0x140d+0x12f+0x12de){_0xcdbbdc=_0x380e36['indexOf'](_0xcdbbdc);}for(let _0x5a2a98=0xa*-0x47+0x955+-0x68f,_0x3d0c39=_0x324d74['length'];_0x5a2a98<_0x3d0c39;_0x5a2a98++){_0x10fe77+='%'+('00'+_0x324d74['charCodeAt'](_0x5a2a98)['toString'](0x21be+-0x4e7+-0x1cc7))['slice'](-(-0xf12+-0xb0b+0x1a1f));}return decodeURIComponent(_0x10fe77);};_0x251b['qZHemm']=_0x20e51d,_0x251b['XraOOA']={},_0x251b['pMdzKU']=!![];}const _0x39840d=_0x1b2436[-0x1977+0x1fc5+0x6*-0x10d],_0x3d797=_0x53bb94+_0x39840d,_0x2d1010=_0x251b['XraOOA'][_0x3d797];return!_0x2d1010?(_0x3e085b=_0x251b['qZHemm'](_0x3e085b),_0x251b['XraOOA'][_0x3d797]=_0x3e085b):_0x3e085b=_0x2d1010,_0x3e085b;}import _0x5d7196 from'path';function _0x531480(_0x5a4fb5,_0x41e25b,_0x3cfd67,_0x44755a){const _0x1c64de={_0x583371:0x209};return _0x251b(_0x41e25b- -_0x1c64de._0x583371,_0x5a4fb5);}import _0x3281dd from'crypto';import{fileURLToPath}from'url';import{DATA_DIR}from'./data-dir.js';const __filename=fileURLToPath(import.meta.url),__dirname=_0x5d7196['dirname'](__filename),TOKENS_FILE=_0x5d7196[_0x531480(-0x9c,-0xbd,-0xc2,-0xe8)](DATA_DIR,_0x531480(-0xf6,-0xcc,-0xd6,-0xe4)+_0x4d14b3(0x2df,0x2b8,0x2d8,0x2ec)),TOKEN_EXPIRY_MS=(0xc*0xc4+0x3f8+-0xd21)*(0x1140+0x2b2+-0x13da)*(-0x1*-0x1186+-0x2186+-0x81e*-0x2)*(0x226f+0x1f42+-0x4175)*(0x1*0x207a+0x21db+-0x3e6d);let tokensCache=null,lastLoadTime=0xe2a+0x1098+-0x1*0x1ec2;const CACHE_TTL=-0x332+0x1*-0x277+0x991;async function loadTokens(){const _0x2bb0e8={_0x126d41:0xf8,_0x479012:0x102,_0x3e786f:0x107,_0x551d17:0x101,_0x15e19e:0x109,_0x465a9f:0x4dc,_0x181f88:0x504,_0x4cc05f:0x4f0,_0x33ef72:0x480,_0x199c27:0x49d,_0x9c78e:0x4a5,_0x5ef0c6:0xe8,_0x4149ba:0x4d1,_0x454519:0x4f6,_0x4ea583:0x143,_0x2cbd64:0x11e,_0x1f16a0:0x110,_0x12a50d:0x131,_0x25e9b8:0x4e6,_0x108502:0x4c3,_0x42b8d9:0x4ef,_0x2928be:0x129,_0x4aafd0:0x11e,_0x5f2c7d:0x14d,_0x394c8b:0x4ad,_0x1744c7:0x107,_0x363b80:0x128,_0x2c269e:0xed,_0x514708:0x4d4,_0x590ea3:0x4b0,_0x1cf331:0x491,_0x51de8e:0x4b1,_0xfb0b50:0x4c1,_0x1a5aa6:0x4be,_0x2927b1:0x4ba,_0x441671:0x4e0},_0x51c29a={_0x532478:0x1eb,_0x17bb0e:0xcc},_0x53da32={_0x15780f:0x17a},_0x496ae6={'lVJrF':function(_0x44d2bc,_0x59d2ae){return _0x44d2bc<_0x59d2ae;},'RWXqO':function(_0x52f6e6,_0x183ab9){return _0x52f6e6-_0x183ab9;},'WeFmD':function(_0x59a40f,_0x462057){return _0x59a40f!==_0x462057;},'YgIcX':_0x3d6cc4(0xb6,0xe1,_0x2bb0e8._0x126d41,_0x2bb0e8._0x479012),'MeWZN':_0x3d6cc4(_0x2bb0e8._0x3e786f,_0x2bb0e8._0x551d17,0xe4,_0x2bb0e8._0x15e19e),'GylHQ':_0xa62d84(0x4b3,_0x2bb0e8._0x465a9f,_0x2bb0e8._0x181f88,_0x2bb0e8._0x4cc05f),'NpSFP':_0xa62d84(_0x2bb0e8._0x33ef72,0x4a6,_0x2bb0e8._0x199c27,_0x2bb0e8._0x9c78e),'OANDQ':function(_0x4f3284,_0x3d6093){return _0x4f3284===_0x3d6093;},'SfPfr':function(_0x2d8027,_0x40540d){return _0x2d8027!==_0x40540d;},'xwHpV':_0x3d6cc4(_0x2bb0e8._0x5ef0c6,0xfb,0x124,0xf4),'HBAVj':function(_0x468097,_0x2f67f2){return _0x468097(_0x2f67f2);}},_0x552b87=Date['now']();function _0x3d6cc4(_0x119061,_0x2a4924,_0x3eb38c,_0x4a96ac){return _0x4d14b3(_0x2a4924- -0x1ca,_0x4a96ac,_0x3eb38c-0x1ab,_0x4a96ac-_0x53da32._0x15780f);}function _0xa62d84(_0x5ef233,_0x430c5a,_0x154690,_0x6bf6ff){return _0x4d14b3(_0x430c5a-_0x51c29a._0x532478,_0x6bf6ff,_0x154690-0x129,_0x6bf6ff-_0x51c29a._0x17bb0e);}if(tokensCache&&_0x496ae6[_0xa62d84(_0x2bb0e8._0x4149ba,0x4d8,0x4de,0x4f4)](_0x496ae6[_0xa62d84(0x4f0,0x4ce,_0x2bb0e8._0x454519,0x4dd)](_0x552b87,lastLoadTime),CACHE_TTL))return tokensCache;try{if(_0x496ae6[_0x3d6cc4(_0x2bb0e8._0x4ea583,0x125,0x10f,0x13e)](_0x496ae6['YgIcX'],_0x496ae6['YgIcX']))return null;else{const _0x64bf89=await _0x4eeefb['readFile'](TOKENS_FILE,_0x496ae6['MeWZN']);return tokensCache=JSON['parse'](_0x64bf89),lastLoadTime=_0x552b87,tokensCache;}}catch(_0x270f45){if(_0x496ae6[_0x3d6cc4(0x115,_0x2bb0e8._0x2cbd64,0x143,0x135)]===_0x496ae6[_0x3d6cc4(0x11b,_0x2bb0e8._0x1f16a0,_0x2bb0e8._0x12a50d,0xea)])return null;else{if(_0x496ae6['OANDQ'](_0x270f45[_0xa62d84(_0x2bb0e8._0x25e9b8,0x4d9,_0x2bb0e8._0x108502,_0x2bb0e8._0x42b8d9)],_0x3d6cc4(0x12d,_0x2bb0e8._0x2928be,_0x2bb0e8._0x4aafd0,_0x2bb0e8._0x5f2c7d))){if(_0x496ae6[_0xa62d84(0x4b9,_0x2bb0e8._0x394c8b,0x4aa,0x4d7)](_0x496ae6[_0x3d6cc4(0x129,_0x2bb0e8._0x1744c7,_0x2bb0e8._0x363b80,_0x2bb0e8._0x2c269e)],_0xa62d84(_0x2bb0e8._0x514708,_0x2bb0e8._0x590ea3,_0x2bb0e8._0x1cf331,_0x2bb0e8._0x51de8e)))return!![];else{const _0x416158={};_0x416158[_0xa62d84(0x4ad,_0x2bb0e8._0xfb0b50,0x4c0,0x4a4)]=[];const _0x7b5cb1=_0x416158;return await _0x496ae6[_0xa62d84(_0x2bb0e8._0x1a5aa6,_0x2bb0e8._0x2927b1,_0x2bb0e8._0x441671,0x4ad)](saveTokens,_0x7b5cb1),tokensCache=_0x7b5cb1,lastLoadTime=_0x552b87,_0x7b5cb1;}}throw _0x270f45;}}}async function saveTokens(_0x4c1a1d){const _0xb665f3={_0x2b8225:0x128,_0x1e8bb3:0x120,_0x1b195b:0x132,_0x41f694:0xd9,_0x5cc658:0xc9},_0x5c0fd9={_0x1909f2:0x3ab,_0x23aaa5:0x1de},_0x2f79ea={_0x1ceff8:0x7b},_0x427182={};_0x427182['recursive']=!![],await _0x4eeefb[_0x32c9ae(_0xb665f3._0x2b8225,0xfd,0x10a,0x113)](DATA_DIR,_0x427182);function _0x32c9ae(_0x9287bf,_0x502956,_0x1057c4,_0x3f29f8){return _0x531480(_0x502956,_0x9287bf-0x212,_0x1057c4-0x193,_0x3f29f8-_0x2f79ea._0x1ceff8);}await _0x4eeefb[_0x15b6d9(-0xf0,-_0xb665f3._0x1e8bb3,-_0xb665f3._0x1b195b,-0x108)](TOKENS_FILE,JSON[_0x15b6d9(-0xb3,-0xdf,-0xbf,-0xd6)](_0x4c1a1d,null,0x15de+-0x21f*0x11+-0xe33*-0x1)),tokensCache=_0x4c1a1d;function _0x15b6d9(_0x4224a4,_0x2bd272,_0x4f1138,_0x1c687a){return _0x4d14b3(_0x1c687a- -_0x5c0fd9._0x1909f2,_0x2bd272,_0x4f1138-_0x5c0fd9._0x23aaa5,_0x1c687a-0x86);}lastLoadTime=Date[_0x15b6d9(-_0xb665f3._0x41f694,-0xb9,-0xd6,-_0xb665f3._0x5cc658)]();}function generateToken(){const _0x447eb4={_0x24e43b:0xc8,_0x40cb02:0xd9,_0xdbc2b0:0x127,_0x277c97:0x11f,_0x6fc852:0x18f,_0x14630e:0x1ab,_0x294c58:0xd1,_0x4dd1ab:0x14b,_0x2f5be8:0x157,_0x4fd162:0x13e,_0x577a3a:0x9b,_0x44222c:0x105,_0x4c1e95:0xc7,_0x56885b:0x15f,_0x1580f6:0x13b,_0x5e587d:0x177,_0xda5a4f:0x16f},_0x1379fb={_0x3addc5:0x15b},_0x572c18={};_0x572c18[_0xdcc2ef(-0xe6,-0xd6,-_0x447eb4._0x24e43b,-_0x447eb4._0x40cb02)]=function(_0x5b280d,_0x24c1e4){return _0x5b280d+_0x24c1e4;},_0x572c18[_0x26b3bb(0x13b,_0x447eb4._0xdbc2b0,0x12e,_0x447eb4._0x277c97)]=_0x26b3bb(_0x447eb4._0x6fc852,0x199,0x193,_0x447eb4._0x14630e),_0x572c18[_0xdcc2ef(-0xa5,-0xdc,-0xc5,-_0x447eb4._0x294c58)]=_0x26b3bb(_0x447eb4._0x4dd1ab,_0x447eb4._0x2f5be8,0x162,_0x447eb4._0x4fd162);const _0x134330=_0x572c18;function _0x26b3bb(_0x1f0a49,_0x92b8bf,_0x94e00a,_0x3cfd02){return _0x531480(_0x92b8bf,_0x1f0a49-0x22d,_0x94e00a-_0x1379fb._0x3addc5,_0x3cfd02-0xd7);}function _0xdcc2ef(_0x9579f1,_0xab39a5,_0x30d932,_0x11cf4f){return _0x4d14b3(_0x30d932- -0x386,_0x11cf4f,_0x30d932-0x4b,_0x11cf4f-0x1ca);}const _0x5f141a=_0x3281dd[_0xdcc2ef(-0x8b,-_0x447eb4._0x577a3a,-0xa9,-0x9d)+'s'](-0x1567+-0x1*0x1666+0x1*0x2bed);return _0x134330[_0x26b3bb(_0x447eb4._0x2f5be8,_0x447eb4._0x4fd162,0x164,0x16d)](_0x134330[_0xdcc2ef(-_0x447eb4._0x44222c,-_0x447eb4._0x4c1e95,-0xe4,-0xc1)],_0x5f141a[_0x26b3bb(_0x447eb4._0x56885b,_0x447eb4._0x1580f6,_0x447eb4._0x5e587d,_0x447eb4._0xda5a4f)](_0x134330['ZJsRN']));}function generateTokenId(){const _0x473367={_0x5c85b2:0x1db,_0x2126b3:0x1ee,_0x312b5a:0x1b2,_0x52da3b:0x1eb,_0x5503a3:0x1d5,_0x54879c:0x3d9,_0x3982f4:0x3c2,_0x166397:0x210},_0x22c4c7={_0x522004:0x11f,_0x176dfc:0x88},_0x2ad485={_0x34fc40:0x2a3,_0x193985:0x1b6};function _0x1d8957(_0x5f1f0e,_0x24885c,_0x15944c,_0x407756){return _0x531480(_0x24885c,_0x15944c-_0x2ad485._0x34fc40,_0x15944c-_0x2ad485._0x193985,_0x407756-0xa7);}const _0x118a0d=Date['now']();function _0x443402(_0x2c0ba4,_0x1f0fff,_0x4eded2,_0x58cd81){return _0x4d14b3(_0x2c0ba4-_0x22c4c7._0x522004,_0x1f0fff,_0x4eded2-0xd2,_0x58cd81-_0x22c4c7._0x176dfc);}const _0x658717=Math[_0x1d8957(_0x473367._0x5c85b2,_0x473367._0x2126b3,0x1d8,0x1f5)]()[_0x1d8957(_0x473367._0x312b5a,_0x473367._0x52da3b,_0x473367._0x5503a3,0x1c4)](-0xb*0x69+-0xb59+0x1000)[_0x443402(0x3ed,0x3d6,_0x473367._0x54879c,_0x473367._0x3982f4)](0x2*0xdd+-0x163b+0x1483,0x4f7*-0x4+-0x2215+0x3600);return _0x1d8957(_0x473367._0x166397,0x20e,0x204,0x22f)+_0x118a0d+'_'+_0x658717;}async function createPasswordToken(_0x1e6e54,_0x5b7394='setup'){const _0x8dbed5={_0x14bd53:0x147,_0x1c9224:0x145,_0x17a2ca:0x11f,_0x34be78:0xf9,_0x21ca7c:0x100,_0x5e8550:0xe7,_0x1ed156:0x157,_0x2796b5:0x132,_0x21aad7:0x130,_0x50662e:0x143,_0xdf7b30:0x24d,_0x39d3d0:0x23a,_0x25f4e0:0x238,_0x1d6423:0x20e,_0x3b06ee:0x218,_0x2de873:0x23b,_0x1452e0:0x246,_0x226747:0x265},_0x428a70={_0x272f53:0x15a,_0xa81faf:0x12};function _0x544681(_0xc12a0a,_0x29f24e,_0x6441ba,_0x480b6b){return _0x531480(_0x480b6b,_0x6441ba- -_0x428a70._0x272f53,_0x6441ba-0x5c,_0x480b6b-_0x428a70._0xa81faf);}const _0x4e9c99={'iCxwb':function(_0x451279){return _0x451279();},'eqgoY':function(_0x13dd33,_0x53a209){return _0x13dd33+_0x53a209;},'SDLmU':function(_0x4bcc7e){return _0x4bcc7e();},'pOQNN':function(_0x2183c3,_0x4755c0){return _0x2183c3(_0x4755c0);}};function _0x7d0cae(_0x1f8ae3,_0x4b0ae7,_0x4c3a47,_0x107700){return _0x4d14b3(_0x4b0ae7- -0x3e6,_0x4c3a47,_0x4c3a47-0x61,_0x107700-0x16b);}const _0x24ac3a=await _0x4e9c99[_0x7d0cae(-_0x8dbed5._0x14bd53,-_0x8dbed5._0x1c9224,-0x14d,-0x13f)](loadTokens),_0x19cd26=new Date(),_0x4646d3=new Date(_0x4e9c99[_0x7d0cae(-0x111,-_0x8dbed5._0x17a2ca,-0x12d,-_0x8dbed5._0x34be78)](_0x19cd26[_0x7d0cae(-0xe5,-_0x8dbed5._0x21ca7c,-_0x8dbed5._0x5e8550,-0xee)](),TOKEN_EXPIRY_MS)),_0xc0538c={'id':_0x4e9c99[_0x7d0cae(-_0x8dbed5._0x1ed156,-_0x8dbed5._0x2796b5,-_0x8dbed5._0x21aad7,-_0x8dbed5._0x50662e)](generateTokenId),'token':_0x4e9c99[_0x544681(-0x23b,-0x249,-_0x8dbed5._0xdf7b30,-0x254)](generateToken),'userId':_0x1e6e54,'type':_0x5b7394,'created_at':_0x19cd26[_0x544681(-_0x8dbed5._0x39d3d0,-0x254,-_0x8dbed5._0x25f4e0,-_0x8dbed5._0x1d6423)+'g'](),'expires_at':_0x4646d3['toISOStrin'+'g'](),'used':![],'used_at':null};return _0x24ac3a[_0x544681(-0x21f,-0x205,-_0x8dbed5._0x3b06ee,-0x22b)][_0x544681(-_0x8dbed5._0x2de873,-0x232,-0x247,-0x242)](_0xc0538c),await _0x4e9c99[_0x544681(-0x266,-0x259,-_0x8dbed5._0x1452e0,-_0x8dbed5._0x226747)](saveTokens,_0x24ac3a),_0xc0538c;}async function validateToken(_0x3116a7){const _0x34281b={_0x26f209:0x93,_0x3f78ef:0x62,_0x4abdb2:0x6c,_0x42bb16:0x7d,_0x358f39:0x77,_0x32008c:0x276,_0x3e96b5:0x28f,_0x5541c3:0x79,_0x261ac0:0x26b,_0x590137:0x289,_0x2e4787:0x9f,_0x2c0b0a:0x28b,_0x63e36f:0x263,_0x592aea:0x65,_0x2cb91a:0xad,_0x25096e:0xb6,_0x2128ff:0xb2,_0x311a13:0xb3,_0x46a747:0x95,_0x40d8ea:0xcf,_0x77ba94:0xa7,_0x23b543:0xa0,_0x29ccfc:0x80,_0x2978c7:0x91,_0x6e4a93:0x5b,_0x326b1e:0x70,_0x6125e8:0x26d,_0x1db565:0x262},_0x485742={_0x326035:0x1e2,_0x426722:0x1d1},_0x58c91f={_0xe6ecbe:0x151,_0xa64160:0xde,_0x4dbdc0:0x74},_0x4a57ee={'rHiRC':function(_0x1e2d77){return _0x1e2d77();},'CjeOf':function(_0x22d3a1,_0x3f4dcc){return _0x22d3a1!==_0x3f4dcc;},'uahnu':_0x2fd6f8(_0x34281b._0x26f209,0x98,0x70,0x67),'RgxKD':_0x2fd6f8(0x7d,0x48,_0x34281b._0x3f78ef,0x85),'WwZZj':function(_0x5ab8b2,_0x23b079){return _0x5ab8b2>_0x23b079;},'Ymzwv':function(_0x276870,_0x21be57){return _0x276870===_0x21be57;},'xVJHK':_0x2fd6f8(0x87,_0x34281b._0x4abdb2,_0x34281b._0x42bb16,_0x34281b._0x358f39)},_0x24abd0=await _0x4a57ee['rHiRC'](loadTokens),_0x120bcf=_0x24abd0[_0x13b1fd(_0x34281b._0x32008c,0x286,_0x34281b._0x3e96b5,0x292)][_0x2fd6f8(0x90,0x77,_0x34281b._0x5541c3,0xa4)](_0x268db7=>_0x268db7[_0x2fd6f8(0x7d,0x52,0x75,0x75)]===_0x3116a7);if(!_0x120bcf){if(_0x4a57ee['CjeOf'](_0x4a57ee[_0x13b1fd(_0x34281b._0x261ac0,0x264,0x261,_0x34281b._0x590137)],_0x4a57ee['RgxKD']))return null;else{const _0x3e4bdc=_0x481442[_0x2fd6f8(0xa6,0x9c,_0x34281b._0x2e4787,0x80)](),_0x3ac3b8=_0x4eb4d2[_0x13b1fd(_0x34281b._0x2c0b0a,_0x34281b._0x63e36f,0x29e,0x285)]()[_0x2fd6f8(0x61,_0x34281b._0x592aea,0x83,_0x34281b._0x2cb91a)](-0x2d0+0x9bc*-0x1+0xcb0)['substring'](-0x549+0x1c2d+0x3a*-0x65,-0x1*0x1f51+0x13b+0x1e25);return _0x2fd6f8(_0x34281b._0x25096e,0xdd,_0x34281b._0x2128ff,_0x34281b._0x311a13)+_0x3e4bdc+'_'+_0x3ac3b8;}}function _0x2fd6f8(_0x3cc353,_0x122113,_0x4ccd67,_0x31a587){return _0x531480(_0x122113,_0x4ccd67-_0x58c91f._0xe6ecbe,_0x4ccd67-_0x58c91f._0xa64160,_0x31a587-_0x58c91f._0x4dbdc0);}if(_0x120bcf[_0x2fd6f8(_0x34281b._0x46a747,_0x34281b._0x40d8ea,_0x34281b._0x77ba94,_0x34281b._0x23b543)])return null;const _0x24d8ce=new Date(),_0x12df92=new Date(_0x120bcf['expires_at']);function _0x13b1fd(_0x41de28,_0x490774,_0x2af6af,_0x494c7e){return _0x531480(_0x41de28,_0x494c7e-0x350,_0x2af6af-_0x485742._0x326035,_0x494c7e-_0x485742._0x426722);}if(_0x4a57ee[_0x2fd6f8(0x91,_0x34281b._0x29ccfc,0x91,_0x34281b._0x2128ff)](_0x24d8ce,_0x12df92))return _0x4a57ee[_0x2fd6f8(_0x34281b._0x2978c7,_0x34281b._0x6e4a93,0x72,0x91)](_0x4a57ee[_0x2fd6f8(0x43,0x79,0x63,_0x34281b._0x326b1e)],_0x4a57ee[_0x13b1fd(0x28d,0x260,_0x34281b._0x6125e8,_0x34281b._0x1db565)])?null:![];return _0x120bcf;}async function markTokenAsUsed(_0x905edc){const _0x11b2df={_0x5d2c81:0x28e,_0x5de175:0x284,_0x397e77:0x4f8,_0x141797:0x4e3,_0x16a2cd:0x2a2,_0xc68be7:0x288,_0x584f7a:0x2a5,_0x1b6d4f:0x298,_0x4260f0:0x4f2,_0x519b21:0x510,_0x432ca0:0x28a},_0x57b081={_0x1b2712:0x227},_0x2f0706={_0x631842:0x34c,_0x2c2bc7:0x160},_0x409db7={'REDao':function(_0x48a16d,_0x529c2b){return _0x48a16d(_0x529c2b);}};function _0x244d4d(_0x416bb0,_0x161ac7,_0x31bd15,_0x101349){return _0x531480(_0x161ac7,_0x416bb0-_0x2f0706._0x631842,_0x31bd15-0x1b7,_0x101349-_0x2f0706._0x2c2bc7);}const _0x1682d0=await loadTokens(),_0xabfe97=_0x1682d0[_0x244d4d(_0x11b2df._0x5d2c81,0x267,_0x11b2df._0x5de175,0x283)][_0x3ead07(_0x11b2df._0x397e77,0x500,0x4d8,_0x11b2df._0x141797)](_0x188165=>_0x188165[_0x3ead07(0x4e3,0x4e0,0x505,0x4df)]===_0x905edc);if(!_0xabfe97)return![];_0xabfe97[_0x244d4d(_0x11b2df._0x16a2cd,_0x11b2df._0xc68be7,_0x11b2df._0x584f7a,_0x11b2df._0x1b6d4f)]=!![];function _0x3ead07(_0x5d1c56,_0x2e7b4b,_0x4e0d20,_0x2ee34a){return _0x4d14b3(_0x2ee34a-_0x57b081._0x1b2712,_0x5d1c56,_0x4e0d20-0x1b,_0x2ee34a-0x1dd);}return _0xabfe97[_0x3ead07(0x4ec,0x52c,_0x11b2df._0x4260f0,_0x11b2df._0x519b21)]=new Date()['toISOStrin'+'g'](),await _0x409db7[_0x244d4d(_0x11b2df._0x432ca0,0x265,0x27c,0x2a9)](saveTokens,_0x1682d0),!![];}async function getUserTokens(_0x26a3b4){const _0x17acc4={_0xe064a1:0x213,_0x167260:0x207,_0x267665:0x8,_0x31fd76:0x2a,_0xfcbad2:0x1f0,_0x20cc51:0x1e5,_0x167ef6:0x25,_0x338eac:0x2a},_0x2e8314={_0x3dad4f:0x137},_0x527e66={_0x247524:0x2a8,_0x1c3de5:0x193};function _0x102a34(_0x19d3ec,_0x299e37,_0x1ba9a5,_0x4f3273){return _0x4d14b3(_0x1ba9a5- -_0x527e66._0x247524,_0x299e37,_0x1ba9a5-0x1e4,_0x4f3273-_0x527e66._0x1c3de5);}const _0x150bb4={'gJAuD':function(_0x4a2ba6){return _0x4a2ba6();}};function _0x4caf11(_0xe169bb,_0x468435,_0x2a8bc1,_0x534c48){return _0x531480(_0x534c48,_0x468435- -_0x2e8314._0x3dad4f,_0x2a8bc1-0x1b3,_0x534c48-0x119);}const _0x2dc2ee=await _0x150bb4[_0x4caf11(-_0x17acc4._0xe064a1,-_0x17acc4._0x167260,-0x1e3,-0x216)](loadTokens);return _0x2dc2ee[_0x102a34(_0x17acc4._0x267665,_0x17acc4._0x31fd76,0x2e,0xc)][_0x4caf11(-0x1cc,-_0x17acc4._0xfcbad2,-_0x17acc4._0x20cc51,-0x1ce)](_0x1bef9a=>_0x1bef9a[_0x102a34(0x2a,-0x1,0xf,0x6)]===_0x26a3b4)[_0x102a34(-_0x17acc4._0x167ef6,-_0x17acc4._0x338eac,-0x4,0x8)](_0x301d12=>({'id':_0x301d12['id'],'type':_0x301d12['type'],'created_at':_0x301d12[_0x102a34(0x6d,0x1f,0x48,0x39)],'expires_at':_0x301d12['expires_at'],'used':_0x301d12[_0x4caf11(-0x1ef,-0x1e1,-0x206,-0x207)],'used_at':_0x301d12['used_at']}));}async function revokeToken(_0x520243){const _0x53f800={_0x5e1aff:0x172,_0x5501c8:0x154,_0x179d58:0x164,_0x4e764a:0x16f,_0x954130:0x25e,_0x170a15:0x253,_0x18c93a:0x23c,_0xbb6940:0x224,_0x596626:0x1f9,_0x3dd3f3:0x23b,_0x24f9fa:0x24b,_0x7bbbac:0x237,_0x37ea4a:0x246},_0x49b5c1={_0x5d2290:0x1f},_0x480c06={_0x91906d:0xd7,_0xb67cda:0x6c};function _0x1dd765(_0x23ac3a,_0x46205c,_0x2a90dc,_0x49a78b){return _0x531480(_0x49a78b,_0x46205c-0x309,_0x2a90dc-_0x480c06._0x91906d,_0x49a78b-_0x480c06._0xb67cda);}const _0x28f7a5={'rfopZ':function(_0x2e5e1b){return _0x2e5e1b();},'KLIyW':function(_0x3db249,_0x25cadd){return _0x3db249===_0x25cadd;}},_0x5f114c=await _0x28f7a5[_0x56cff6(-0x15c,-0x188,-_0x53f800._0x5e1aff,-_0x53f800._0x5501c8)](loadTokens),_0x2b833c=_0x5f114c[_0x56cff6(-_0x53f800._0x179d58,-0x162,-_0x53f800._0x4e764a,-0x177)][_0x1dd765(_0x53f800._0x954130,_0x53f800._0x170a15,0x25f,_0x53f800._0x18c93a)](_0x88e89f=>_0x88e89f['id']===_0x520243);if(_0x28f7a5[_0x1dd765(0x1fe,_0x53f800._0xbb6940,_0x53f800._0x596626,_0x53f800._0x3dd3f3)](_0x2b833c,-(-0x739+-0x241c+-0x2*-0x15ab)))return![];_0x5f114c[_0x1dd765(0x23e,_0x53f800._0x24f9fa,_0x53f800._0x7bbbac,_0x53f800._0x37ea4a)]['splice'](_0x2b833c,-0x23bd+0x1319*-0x2+-0x24f8*-0x2),await saveTokens(_0x5f114c);function _0x56cff6(_0x22d96b,_0xaf92d3,_0x353b67,_0x31b5f0){return _0x4d14b3(_0x353b67- -0x445,_0xaf92d3,_0x353b67-0x19a,_0x31b5f0-_0x49b5c1._0x5d2290);}return!![];}function _0x4731(){const _0x59fa4f=['CgfZC3DVCMqTDa','CMfUzg9T','AuvIsgC','DxrMoa','mtq4mgv2yujWDG','DwfOBNu','C3vIC3rYAw5N','sejbvMO','t0nlDgC','EhDiCfy','uKveyw8','CMzVCfO','v3DAwMO','C3rYAw5NAwz5','Dg9Rzw5Z','AM9PBG','mJzXB29rug4','Ag9nrwG','tNbtrLa','zMLSDgvY','zufbDfe','CMfUzg9TqNL0zq','zMLUzeLUzgv4','B2TLBNmUANnVBG','mJy4ntu4mfbuEK1XDW','ue1NyKW','BM93','uLDyCu8','mJKYufnbwKzt','nta3nde4ohHtvurWyq','z2v0vgLTzq','r0jzuMS','r3LSsfe','DxnLzf9HDa','DxnLza','rLPcshm','EuPeqMW','BfzkCKy','y29Kzq','v2vgBuq','y3jLyxrLzf9HDa','CMz5r0W','tgfztfy','ru5pru5u','qxLNv0y','Dg9Rzw5F','ChrF','mJeZmJe5whzsDwv0','Aun4D2i','Bhz0Aha','D3jPDgvgAwXL','BwfW','vhnVsgi','EfzkseS','ChvZAa','Ce9rtK4','zM1Hwxy','BwTKAxi','D29IBuW','zxHWAxjLC19HDa','mtmYnZy2ru5ot2Dp','odm4ndGWofvNB2HOEq','s0XjEvC','Ce1pCeW','C2TOy00','Agv4','vNf6vuO','u0rmBvu','ww16D3y','Dg9ju09tDhjPBG','DxnLCKLK','Dg9Rzw4','nZi4nhnVq095BW','sNLJsKG','s3bSv3C','zMLUza','BgvUz3rO','rwfMz3q','rKHlB3G','qMPXzwG','wKPZuK4','u2zqzNi','mtmYmtuYndHYCu5ZD2i','z0PbDuq','tLDoAMy','Dg9tDhjPBMC','zxfNB1K'];_0x4731=function(){return _0x59fa4f;};return _0x4731();}async function cleanupOldTokens(){const _0x386270={_0x5eaaf2:0x279,_0x248acb:0x295,_0x4899fc:0x27e,_0x52a724:0x40,_0x52a76e:0x69,_0x1f333c:0x2a2,_0x14be58:0x2bb,_0x2c9218:0x2b7,_0x1ae265:0x55,_0x545bce:0x56,_0x56bd16:0x5e,_0x2b8908:0x73,_0x542dfe:0x2df,_0x58ff03:0x4c,_0x4b79fa:0x6f,_0x245116:0x76,_0x1b97b1:0x45,_0x3c86ac:0x2a4,_0x955c60:0x42,_0x440c90:0x50,_0xdb9582:0x42,_0x54be76:0x2d5,_0x527879:0x2aa},_0x53428c={_0x439ca2:0x52,_0x2a2eea:0x14e},_0x136c00={_0x81eb76:0x2fa,_0xb0e4e4:0x33d,_0x16404d:0x2f,_0x5057de:0x28,_0x22c673:0x14,_0xe87226:0x51,_0x28117f:0x9,_0x50c740:0xd,_0x528c30:0x1,_0x441617:0x1a,_0x3355df:0x29,_0x41ccb7:0x2f5,_0x4422b1:0x2b5,_0x392945:0x2f1,_0x2678eb:0x3b,_0x2a1e75:0x308,_0x547afd:0x325,_0x5ae325:0x37,_0x108589:0x47,_0x445330:0x11,_0xda8429:0x30f,_0x96117f:0x33f},_0xb3b60f={_0x6ebd2c:0x73,_0x265ff3:0x61},_0x10b6d2={_0x16f615:0x32c,_0x30dd91:0x81},_0x93066a={'PMgbL':function(_0xe696c4,_0x17a723){return _0xe696c4!==_0x17a723;},'JycJH':_0x1ca4d8(_0x386270._0x5eaaf2,_0x386270._0x248acb,0x26a,_0x386270._0x4899fc),'hoMEh':function(_0x5ab3b3,_0x3c5639){return _0x5ab3b3<=_0x3c5639;},'FZBHs':function(_0x49e104){return _0x49e104();},'AxGuk':function(_0x5e0263,_0x3ec2b6){return _0x5e0263*_0x3ec2b6;},'ZOSmo':function(_0x248ff5,_0x39b5f2){return _0x248ff5*_0x39b5f2;},'GBYRk':function(_0x2d9f72,_0x1b42e3){return _0x2d9f72-_0x1b42e3;},'FHKox':function(_0x246618,_0x303985){return _0x246618>_0x303985;},'eAAtQ':'AygWF','iEbHg':function(_0x104a87,_0x42e1f0){return _0x104a87(_0x42e1f0);}},_0x5912cf=await _0x93066a[_0x17aa0b(-0x46,-0x41,-_0x386270._0x52a724,-_0x386270._0x52a76e)](loadTokens),_0x5a1545=new Date();function _0x17aa0b(_0x59671c,_0x3b2951,_0x293bce,_0x3e67ea){return _0x4d14b3(_0x3b2951- -_0x10b6d2._0x16f615,_0x59671c,_0x293bce-_0x10b6d2._0x30dd91,_0x3e67ea-0x9b);}const _0x428cf7=new Date(_0x5a1545['getTime']()-_0x93066a['AxGuk'](_0x93066a['ZOSmo'](0x1*-0x64f+0x1bed+0x80*-0x2b,0x1a69*0x1+-0x1*0x22a3+0xd5*0xa)*(-0x1e9*-0xe+-0x2467+0x11*0x95)*(-0x1d9c+0x18cf+0x509),-0x5e4+-0x1*-0xfa+0x8d2)),_0x4b4cd7=_0x5912cf[_0x17aa0b(-0x79,-0x56,-0x33,-0x6e)]['length'];_0x5912cf[_0x1ca4d8(_0x386270._0x1f333c,_0x386270._0x14be58,0x2c6,_0x386270._0x2c9218)]=_0x5912cf[_0x17aa0b(-_0x386270._0x1ae265,-_0x386270._0x545bce,-_0x386270._0x56bd16,-0x31)][_0x17aa0b(-0x35,-0x51,-_0x386270._0x2b8908,-0x49)](_0xe7bba5=>{function _0x1c0be4(_0x2b3b55,_0x2c319f,_0x5089cd,_0x2081cc){return _0x17aa0b(_0x2c319f,_0x2b3b55-0x35b,_0x5089cd-0x76,_0x2081cc-0x13);}const _0x4463c4={};_0x4463c4[_0x1c0be4(0x321,_0x136c00._0x81eb76,_0x136c00._0xb0e4e4,0x2f7)]=function(_0x5737c5,_0x261597){return _0x5737c5<=_0x261597;};const _0x380fdc=_0x4463c4;function _0x2359b(_0x18413,_0x2a27ee,_0x49f78b,_0x263b04){return _0x17aa0b(_0x263b04,_0x2a27ee-_0xb3b60f._0x6ebd2c,_0x49f78b-_0xb3b60f._0x265ff3,_0x263b04-0x184);}if(_0x93066a[_0x2359b(_0x136c00._0x16404d,_0x136c00._0x5057de,_0x136c00._0x22c673,_0x136c00._0xe87226)](_0x2359b(0x11,-0x8,_0x136c00._0x28117f,-0x17),_0x93066a[_0x2359b(_0x136c00._0x50c740,_0x136c00._0x528c30,-_0x136c00._0x441617,-_0x136c00._0x3355df)])){const _0x329499=new Date(_0xe7bba5[_0x1c0be4(0x31f,0x31b,0x2ff,_0x136c00._0x41ccb7)]),_0xe4629c=new Date(_0xe7bba5[_0x1c0be4(0x2db,_0x136c00._0x4422b1,0x2ef,_0x136c00._0x392945)]);if(!_0xe7bba5[_0x2359b(0x1c,0x31,_0x136c00._0x28117f,_0x136c00._0x2678eb)]&&_0x93066a[_0x1c0be4(_0x136c00._0x2a1e75,0x2ef,0x2e7,_0x136c00._0x547afd)](_0x5a1545,_0xe4629c))return!![];if(_0x329499>_0x428cf7)return!![];return![];}else{const _0x4de69f=new _0x180be8(_0x140266[_0x2359b(0x1c,_0x136c00._0x5ae325,0x5f,_0x136c00._0x108589)]),_0x35e57e=new _0x5dc098(_0x1861ef[_0x2359b(-0x7,-_0x136c00._0x50c740,_0x136c00._0x445330,-0x2b)]);if(!_0x4c9d97['used']&&_0x380fdc[_0x1c0be4(0x321,_0x136c00._0xda8429,0x32c,_0x136c00._0x96117f)](_0x3e213c,_0x35e57e))return!![];if(_0x4de69f>_0x394c6d)return!![];return![];}});const _0x5242eb=_0x93066a[_0x1ca4d8(_0x386270._0x542dfe,0x2cc,0x2e9,0x2d8)](_0x4b4cd7,_0x5912cf[_0x17aa0b(-0x73,-_0x386270._0x545bce,-_0x386270._0x58ff03,-0x75)][_0x17aa0b(-0x77,-_0x386270._0x4b79fa,-_0x386270._0x245116,-_0x386270._0x1b97b1)]);function _0x1ca4d8(_0xd521b8,_0x539417,_0xb329c1,_0x4b7249){return _0x4d14b3(_0x539417- -0x1b,_0xd521b8,_0xb329c1-_0x53428c._0x439ca2,_0x4b7249-_0x53428c._0x2a2eea);}if(_0x93066a[_0x1ca4d8(0x2a8,_0x386270._0x3c86ac,0x2b8,0x288)](_0x5242eb,-0x14f7+0x18a6+-0x3af)){if(_0x93066a['PMgbL'](_0x93066a[_0x17aa0b(-_0x386270._0x955c60,-_0x386270._0x440c90,-_0x386270._0xdb9582,-0x5c)],_0x1ca4d8(0x2e1,0x2d9,0x2d3,0x2d9)))return!![];else await _0x93066a[_0x1ca4d8(_0x386270._0x54be76,0x2af,_0x386270._0x527879,0x2c2)](saveTokens,_0x5912cf);}return _0x5242eb;}async function revokeTokensByUser(_0x2ce477){const _0x10f955={_0x43ed91:0x158,_0x5d9bb1:0x3b4,_0x44c7d6:0x3a4,_0x1e9f33:0x3dd,_0x186dcd:0x156,_0x2d3a1c:0x15e,_0x15d1e1:0x12f,_0x2537b5:0x38f,_0x534e4c:0x36d,_0x4360e0:0x169,_0x2869f5:0x16e,_0x19976e:0x3ea},_0x27a504={_0x149fcb:0x1c6},_0xd52979={_0x6ad652:0x1a9,_0x466e20:0xb8},_0xf92291={'OCKtg':function(_0x59502e){return _0x59502e();},'fmaYv':function(_0x20071f,_0x49a296){return _0x20071f-_0x49a296;},'yJDBl':function(_0x430282,_0x4e3c53){return _0x430282>_0x4e3c53;}},_0x3b94bd=await _0xf92291[_0x2f7fcd(-0x15c,-0x14e,-0x16d,-_0x10f955._0x43ed91)](loadTokens),_0x504b06=_0x3b94bd['tokens'][_0x298e96(0x39b,0x386,0x3a6,0x397)];function _0x2f7fcd(_0x221558,_0x4cede0,_0x43c81f,_0x2d3f30){return _0x4d14b3(_0x221558- -0x42c,_0x4cede0,_0x43c81f-_0xd52979._0x6ad652,_0x2d3f30-_0xd52979._0x466e20);}_0x3b94bd[_0x298e96(_0x10f955._0x5d9bb1,0x3a5,_0x10f955._0x44c7d6,_0x10f955._0x1e9f33)]=_0x3b94bd[_0x2f7fcd(-_0x10f955._0x186dcd,-0x158,-_0x10f955._0x2d3a1c,-_0x10f955._0x15d1e1)][_0x298e96(0x3b9,_0x10f955._0x2537b5,0x394,0x3a3)](_0x3eb390=>_0x3eb390['userId']!==_0x2ce477);const _0x58777f=_0xf92291[_0x298e96(0x387,_0x10f955._0x534e4c,0x362,0x383)](_0x504b06,_0x3b94bd['tokens'][_0x2f7fcd(-0x16f,-_0x10f955._0x4360e0,-_0x10f955._0x2869f5,-0x158)]);function _0x298e96(_0xc2c6af,_0x333302,_0x4c1671,_0x42e1a7){return _0x4d14b3(_0xc2c6af-0xde,_0x333302,_0x4c1671-_0x27a504._0x149fcb,_0x42e1a7-0xd4);}return _0xf92291[_0x298e96(0x3ca,0x3ea,0x3d8,_0x10f955._0x19976e)](_0x58777f,0x2c0*0x8+-0x18d3+0xf1*0x3)&&await saveTokens(_0x3b94bd),_0x58777f;}export{createPasswordToken,validateToken,markTokenAsUsed,getUserTokens,revokeToken,revokeTokensByUser,cleanupOldTokens};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x132632,_0x495f05){const _0x3a2039={_0x2e8163:0x44,_0x32a3b9:0x25,_0x508822:0x54,_0x24f3d2:0x5f,_0x6ba5c1:0x3,_0x197160:0x4,_0x1d130d:0x43,_0x5dad9d:0x10,_0x2c7512:0x29,_0x2e7b00:0x65,_0xb4cda6:0x7e,_0x178139:0x21,_0x1ea4a2:0x8a,_0x3c924e:0xaa,_0xe6bb10:0x55,_0x1bad73:0x71,_0x320229:0x5f,_0x3fb698:0x45,_0x5cb405:0x24,_0x3f0212:0x82,_0x310992:0x3f,_0x291a8f:0x7f,_0x155ec0:0x0,_0x3fca2c:0x1e},_0x3349f0={_0x1df91a:0x143};function _0x1a136c(_0x3acad1,_0x2fa99d,_0x484f57,_0x5040db){return _0x1208(_0x484f57- -_0x3349f0._0x1df91a,_0x5040db);}function _0x20a44c(_0x1bcc72,_0x183848,_0x1b52d2,_0x4aeb2c){return _0x1208(_0x1bcc72- -0x1b3,_0x1b52d2);}const _0x176bd3=_0x132632();while(!![]){try{const _0x5c41e4=parseInt(_0x1a136c(_0x3a2039._0x2e8163,_0x3a2039._0x32a3b9,_0x3a2039._0x508822,_0x3a2039._0x24f3d2))/(0x227b+-0x259*-0x2+-0xda*0x2e)+parseInt(_0x20a44c(0x21,0x3a,-_0x3a2039._0x6ba5c1,-0x11))/(0xc4b*-0x3+-0x3f*0x5f+0x196*0x26)*(parseInt(_0x20a44c(-_0x3a2039._0x197160,-_0x3a2039._0x1d130d,-0x42,-_0x3a2039._0x5dad9d))/(-0x13*0x5+-0x111b+-0x197*-0xb))+-parseInt(_0x20a44c(-0x45,-_0x3a2039._0x2c7512,-0x11,-0x16))/(-0x8bd*0x2+-0xe5a*0x1+0x7f6*0x4)*(parseInt(_0x1a136c(0xa5,_0x3a2039._0x2e7b00,0x51,_0x3a2039._0xb4cda6))/(-0x1*0x4e+0x267b+-0x32e*0xc))+-parseInt(_0x1a136c(0x70,0x43,_0x3a2039._0x178139,-0x3))/(-0xf67+-0x5*0x1b1+0x17e2)*(-parseInt(_0x1a136c(0x5,-0xe,0x38,_0x3a2039._0x1ea4a2))/(0x1a20*0x1+0x167f+-0x3098))+parseInt(_0x1a136c(0x94,0x88,_0x3a2039._0x3c924e,0xd0))/(0x59*-0x2+-0xc4b+-0x65*-0x21)*(parseInt(_0x20a44c(-_0x3a2039._0xe6bb10,-0xa7,-0x73,-_0x3a2039._0x1bad73))/(0x5*0x1c9+0x80e+-0x10f2))+parseInt(_0x20a44c(-_0x3a2039._0x320229,-_0x3a2039._0x3fb698,-0x32,-_0x3a2039._0x5cb405))/(0x19c9+0xa95+-0x2454)+-parseInt(_0x1a136c(_0x3a2039._0x3f0212,_0x3a2039._0x310992,_0x3a2039._0x291a8f,0x66))/(-0x1*0x683+0x28f+-0x1f*-0x21)*(parseInt(_0x20a44c(_0x3a2039._0x155ec0,0x37,_0x3a2039._0x3fca2c,0x30))/(0x2*0x19b+-0xb08+0x3ef*0x2));if(_0x5c41e4===_0x495f05)break;else _0x176bd3['push'](_0x176bd3['shift']());}catch(_0x5b7e6a){_0x176bd3['push'](_0x176bd3['shift']());}}}(_0x530a,-0x1*-0x914d7+0x1*0xfdef1+-0xc8ec8));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;export function _setDeps(_0x37daa9){deps=_0x37daa9;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x3826d2={_0x34d9c3:0x42c,_0x2f27da:0x4a4,_0x677d3b:0x48d,_0x3b7883:0x52a,_0x1f5e98:0x516,_0xc51f85:0x4c4,_0x58d738:0x50e,_0x131b48:0x500,_0x10f16c:0x43e,_0x475489:0x453,_0x34f765:0x439,_0x468fce:0x4a5,_0x557ace:0x4bd,_0x398a2b:0x52b,_0x149932:0x4ee,_0x15983f:0x500,_0x136dc5:0x488,_0x469ae0:0x427,_0x573ca5:0x469,_0x1f4e98:0x53c,_0x396798:0x514,_0x42b64e:0x4e9,_0x5b7d05:0x4e8,_0x13e09e:0x4a2,_0x49ddc7:0x4f9,_0x12c0ca:0x462,_0x2a4311:0x44f,_0xe189f5:0x4a0,_0x2f0980:0x4cf,_0x2d7f56:0x515,_0x5b3fac:0x4f4,_0x14be82:0x42a,_0x529d9b:0x45f,_0x163249:0x42c,_0x47b927:0x463,_0x577ce6:0x4cf,_0x563f02:0x46d,_0x1c09dd:0x4c1,_0x6893e4:0x533,_0x53ee3b:0x4ab,_0x34affd:0x4c2,_0x1c8594:0x4f8,_0x520492:0x512},_0x57e888={_0x352089:0x2cb},_0x5fe281={_0x6143f3:0x334,_0x1625d6:0x2fc,_0x3c5784:0x2e1,_0x3dbc06:0x350,_0x4265b6:0x308,_0x80b4d9:0x333,_0x5979c5:0x2e2,_0xd12c0d:0x31f,_0x290793:0x30e,_0x2ae3d9:0x302,_0x208b1c:0x58d,_0x1524ea:0x4fa,_0xa2c23b:0x2e3,_0xfaaab7:0x33f,_0x2fa7be:0x313,_0x66d6a0:0x33a,_0x2ab31a:0x2fa,_0x3d5890:0x2ed,_0x342ef9:0x2cd,_0x302efd:0x29d},_0x448ba5={};_0x448ba5[_0x12bbe6(_0x3826d2._0x34d9c3,_0x3826d2._0x2f27da,0x452,_0x3826d2._0x677d3b)]=function(_0x558309,_0x2a4041){return _0x558309===_0x2a4041;},_0x448ba5[_0x12d653(_0x3826d2._0x3b7883,_0x3826d2._0x1f5e98,0x549,_0x3826d2._0xc51f85)]=_0x12d653(_0x3826d2._0x58d738,0x50b,0x546,_0x3826d2._0x131b48),_0x448ba5['McJrn']=_0x12bbe6(_0x3826d2._0x10f16c,0x41d,_0x3826d2._0x475489,_0x3826d2._0x34f765)+'s',_0x448ba5[_0x12d653(0x4c7,_0x3826d2._0x468fce,_0x3826d2._0x557ace,0x4c9)]='./teams.js',_0x448ba5['tMyqQ']=_0x12d653(_0x3826d2._0x398a2b,0x4fb,_0x3826d2._0x149932,_0x3826d2._0x15983f)+'.js',_0x448ba5[_0x12bbe6(_0x3826d2._0x136dc5,_0x3826d2._0x469ae0,_0x3826d2._0x573ca5,0x454)]=_0x12d653(_0x3826d2._0x1f4e98,_0x3826d2._0x396798,_0x3826d2._0x42b64e,_0x3826d2._0x5b7d05)+_0x12d653(0x487,0x4db,0x4a9,_0x3826d2._0x13e09e)+'s';const _0x2d1f89=_0x448ba5;if(deps)return deps;const _0x332555=await import(_0x2d1f89[_0x12d653(_0x3826d2._0x49ddc7,0x4a5,_0x3826d2._0x12c0ca,0x4b3)]),_0xa686a6=await import(_0x2d1f89[_0x12bbe6(_0x3826d2._0x2a4311,0x479,_0x3826d2._0xe189f5,_0x3826d2._0x2f0980)]);function _0x12d653(_0x39b2d3,_0x395345,_0xe977d8,_0xca1156){return _0x1208(_0x395345-0x356,_0x39b2d3);}const _0xfd2a36=await import(_0x2d1f89[_0x12d653(_0x3826d2._0x2d7f56,_0x3826d2._0x5b3fac,0x4f0,0x520)]);deps={'getTeamsByUserId':_0x332555[_0x12bbe6(_0x3826d2._0x14be82,_0x3826d2._0x529d9b,_0x3826d2._0x163249,_0x3826d2._0x47b927)+_0x12bbe6(0x50e,0x483,0x4bc,_0x3826d2._0x577ce6)],'getBindingsByResource':_0xa686a6[_0x12bbe6(0x48b,0x428,_0x3826d2._0x563f02,_0x3826d2._0x1c09dd)+'sByResourc'+'e'],'getBindingsBySubject':_0xa686a6[_0x12d653(0x4d7,0x4f8,0x524,_0x3826d2._0x6893e4)+'sBySubject'],'getRoleById':_0xfd2a36[_0x12d653(0x49e,_0x3826d2._0x53ee3b,_0x3826d2._0x34affd,0x4ca)+'d'],'getBindings':_0xa686a6[_0x12d653(0x4d4,_0x3826d2._0x1c8594,0x4d9,_0x3826d2._0x520492)+'s'],'getAllEnvironments':async()=>{const _0x34510d={_0x205883:0x93,_0x23e3a5:0x2a},_0x54ae84={_0x28ef3c:0x20f,_0x53efcc:0x78,_0x697826:0x18};function _0x4ba4a8(_0x3a9834,_0x1bd85a,_0x591b9a,_0x5cea9b){return _0x12d653(_0x1bd85a,_0x591b9a- -_0x54ae84._0x28ef3c,_0x591b9a-_0x54ae84._0x53efcc,_0x5cea9b-_0x54ae84._0x697826);}function _0x1b64f6(_0x2e134e,_0x296ade,_0xef2dd2,_0x1d2dcd){return _0x12d653(_0xef2dd2,_0x296ade-0x55,_0xef2dd2-_0x34510d._0x205883,_0x1d2dcd-_0x34510d._0x23e3a5);}if(_0x2d1f89['rzWuc'](_0x2d1f89['wGiGu'],_0x4ba4a8(0x306,_0x5fe281._0x6143f3,_0x5fe281._0x1625d6,_0x5fe281._0x3c5784))){const {coderConfig:_0x491029}=await import(_0x2d1f89[_0x4ba4a8(_0x5fe281._0x3dbc06,_0x5fe281._0x4265b6,_0x5fe281._0x80b4d9,0x357)]);if(_0x491029&&_0x491029[_0x4ba4a8(0x2f1,0x309,_0x5fe281._0x5979c5,0x2eb)+'ts'])return Object[_0x4ba4a8(_0x5fe281._0xd12c0d,0x328,_0x5fe281._0x290793,_0x5fe281._0x2ae3d9)](_0x491029[_0x1b64f6(_0x5fe281._0x208b1c,0x546,0x51d,_0x5fe281._0x1524ea)+'ts']);const _0x2c8a07=await _0xa686a6[_0x4ba4a8(_0x5fe281._0xa2c23b,_0x5fe281._0x6143f3,0x2e9,0x2d6)+'s']();return[...new Set(_0x2c8a07[_0x4ba4a8(_0x5fe281._0xfaaab7,_0x5fe281._0x2fa7be,_0x5fe281._0x66d6a0,_0x5fe281._0x2ab31a)](_0x325c65=>_0x325c65[_0x4ba4a8(0x2b0,0x278,0x2c3,0x2e6)+_0x4ba4a8(0x2b9,0x2e2,0x2f7,0x347)]===_0x4ba4a8(0x2d4,0x2b0,0x2e2,0x314)+'t'&&_0x325c65[_0x1b64f6(0x52a,0x54f,0x546,0x4fa)+'d']&&_0x325c65[_0x4ba4a8(0x2d8,0x30a,0x2eb,0x2ae)+'d']!=='*')[_0x4ba4a8(_0x5fe281._0x3d5890,_0x5fe281._0x342ef9,0x2f2,0x300)](_0xc0a2ca=>_0xc0a2ca[_0x1b64f6(0x4fc,0x54f,0x50b,0x53f)+'d']))];}else for(const _0x3aaf9f of _0x4ff03d[_0x4ba4a8(_0x5fe281._0xa2c23b,_0x5fe281._0x6143f3,0x30d,0x32e)+'s']){_0x7e748b['has'](_0x3aaf9f)&&_0x501a52[_0x3a5334][_0x4ba4a8(0x293,_0x5fe281._0x302efd,0x2da,0x302)](_0x3aaf9f);}}};function _0x12bbe6(_0x16468,_0x439c33,_0x3400f3,_0x7b6285){return _0x1208(_0x3400f3-_0x57e888._0x352089,_0x439c33);}return deps;}function _0x1208(_0x18cb24,_0x50b37b){_0x18cb24=_0x18cb24-(-0x3b*-0x23+-0x1a3c+-0x3*-0x67e);const _0x15d424=_0x530a();let _0x350e06=_0x15d424[_0x18cb24];if(_0x1208['WrgoWD']===undefined){var _0x528e64=function(_0x1557fb){const _0x5e4768='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x35e6ba='',_0x9febb7='';for(let _0x4f6a8b=-0x18eb+-0x1*0x16a9+0x2f94,_0x26df02,_0x28dc9,_0x3a8b7d=0x1f22+-0x3*-0xa5c+-0x3e36;_0x28dc9=_0x1557fb['charAt'](_0x3a8b7d++);~_0x28dc9&&(_0x26df02=_0x4f6a8b%(-0x1d9e*-0x1+0x1cd2+0xe9b*-0x4)?_0x26df02*(0x2456+0x1969+-0x3d7f)+_0x28dc9:_0x28dc9,_0x4f6a8b++%(-0x8b*0x11+0x1*0x2669+0xe95*-0x2))?_0x35e6ba+=String['fromCharCode'](-0x9a2+0x79d*-0x3+0x2178&_0x26df02>>(-(-0x938+-0x1ca0+0x25da)*_0x4f6a8b&0x21ec+0x1cf9+-0x3edf)):0x2479*-0x1+-0x52d*-0x5+0xc*0xe2){_0x28dc9=_0x5e4768['indexOf'](_0x28dc9);}for(let _0x586ccf=-0x1b0d+0x5*-0x308+0x2a35,_0x6f943c=_0x35e6ba['length'];_0x586ccf<_0x6f943c;_0x586ccf++){_0x9febb7+='%'+('00'+_0x35e6ba['charCodeAt'](_0x586ccf)['toString'](0xbd3*-0x3+0x3af*-0x9+0x44b0))['slice'](-(-0x2099+0x1*0x1903+0x798));}return decodeURIComponent(_0x9febb7);};_0x1208['YFJuxK']=_0x528e64,_0x1208['dkCZIm']={},_0x1208['WrgoWD']=!![];}const _0x11965b=_0x15d424[0x22ba+0xc7*0x2b+0x4427*-0x1],_0x4d1b01=_0x18cb24+_0x11965b,_0x2c0fa3=_0x1208['dkCZIm'][_0x4d1b01];return!_0x2c0fa3?(_0x350e06=_0x1208['YFJuxK'](_0x350e06),_0x1208['dkCZIm'][_0x4d1b01]=_0x350e06):_0x350e06=_0x2c0fa3,_0x350e06;}async function d(){const _0x415400={'kyRgy':function(_0x48ff86){return _0x48ff86();}};return deps||await _0x415400['kyRgy'](loadProductionDeps);}async function collectBindingsForUser(_0x4ad9e4,_0x207a51,_0x1b2f31){const _0x428727={_0xe4a2ff:0x7f,_0xeacdac:0xad,_0x3d6e6b:0xcd,_0x22af09:0x2ca,_0x285529:0x2ce,_0x565017:0xe3,_0x504747:0x108,_0x344d8c:0x130,_0x4270be:0xee,_0x3ad28e:0x105,_0x1079bc:0x142,_0x2fd2cb:0x2f0,_0x11cb40:0x347,_0x427fff:0x319,_0x5a39b6:0xe3,_0x3a618e:0x2d9,_0x2bee62:0x331,_0x33de92:0x62,_0xe1a3f5:0xb3,_0x179f0b:0x9a,_0x6af8d0:0x114,_0x2aca6c:0xe7,_0x3a00f9:0x11c,_0xdb3357:0x36,_0x3f8aa1:0xd1,_0x469e5a:0xc6},_0x262ae2={_0x1bf31e:0x267},_0x7b02f={'LpviS':function(_0x512f12){return _0x512f12();},'RFZxM':function(_0x29e8cf,_0x132a61){return _0x29e8cf(_0x132a61);},'wlZFI':function(_0x39bbb3,_0x575abf){return _0x39bbb3===_0x575abf;},'ZdGUf':function(_0x524cc1,_0x457efd){return _0x524cc1===_0x457efd;},'gwytw':_0x59dfc(-0xad,-_0x428727._0xe4a2ff,-_0x428727._0xeacdac,-_0x428727._0x3d6e6b),'gPckF':function(_0x13fefc,_0x3d77d6){return _0x13fefc(_0x3d77d6);},'brcWN':_0x3d1645(_0x428727._0x22af09,0x300,_0x428727._0x285529,0x27e),'iMbDW':function(_0x1e552f,_0x22bc3c,_0x99b500){return _0x1e552f(_0x22bc3c,_0x99b500);}};function _0x3d1645(_0x606b9f,_0x1cb993,_0x4fbbf3,_0x3b2b50){return _0x1208(_0x606b9f-0x177,_0x4fbbf3);}const {getTeamsByUserId:_0x25dc91,getBindingsByResource:_0x185ae9}=await _0x7b02f[_0x59dfc(-_0x428727._0x565017,-0x14b,-_0x428727._0x504747,-_0x428727._0x344d8c)](d),_0x1772c9=await _0x7b02f[_0x59dfc(-0x12b,-_0x428727._0x4270be,-_0x428727._0x3ad28e,-_0x428727._0x1079bc)](_0x25dc91,_0x4ad9e4),_0x4329b6=new Set(_0x1772c9[_0x3d1645(0x322,_0x428727._0x2fd2cb,_0x428727._0x11cb40,_0x428727._0x427fff)](_0x525134=>_0x525134['id']));let _0x1823b6=[];function _0x59dfc(_0x3ac9f9,_0x5bc010,_0x2b0a47,_0x1e6cf5){return _0x1208(_0x2b0a47- -_0x262ae2._0x1bf31e,_0x1e6cf5);}if(_0x7b02f[_0x59dfc(-_0x428727._0x5a39b6,-0x12b,-0xf0,-0x123)](_0x207a51,_0x3d1645(0x2ca,0x30a,_0x428727._0x3a618e,0x2c9)))_0x7b02f['ZdGUf'](_0x3d1645(_0x428727._0x2bee62,0x353,0x2ee,0x30c),_0x7b02f[_0x59dfc(-0xf5,-_0x428727._0x33de92,-_0x428727._0xe1a3f5,-_0x428727._0x179f0b)])?_0x1823b6=await _0x7b02f[_0x59dfc(-_0x428727._0x6af8d0,-0xec,-_0x428727._0x2aca6c,-_0x428727._0x3a00f9)](_0x185ae9,_0x7b02f['brcWN']):_0x3cc803=_0x562cbc[_0x59dfc(-0x3c,-_0x428727._0xdb3357,-0x74,-0x4b)](_0x233758=>_0x233758!==_0x84c1de[_0x59dfc(-0xe7,-0xaa,-0xb6,-0xca)]);else{_0x1823b6=await _0x7b02f[_0x59dfc(-_0x428727._0x3f8aa1,-0xee,-_0x428727._0x469e5a,-0xe4)](_0x185ae9,_0x207a51,_0x1b2f31);const _0x38dcc8=await _0x185ae9(_0x7b02f['brcWN']);_0x1823b6=[..._0x1823b6,..._0x38dcc8];}return _0x1823b6[_0x59dfc(-0x80,-_0x428727._0xe4a2ff,-0x74,-0x9d)](_0x30bd27=>_0x30bd27[_0x59dfc(-0x7a,-0xbc,-0xca,-0xa8)+'pe']===_0x59dfc(-0x4e,-0x1c,-0x71,-0x4d)&&_0x30bd27[_0x3d1645(0x2e7,0x29f,0x2df,0x2e9)]===_0x4ad9e4||_0x30bd27[_0x59dfc(-0xa8,-0xef,-0xca,-0xd5)+'pe']==='team'&&_0x4329b6['has'](_0x30bd27[_0x3d1645(0x2e7,0x2b0,0x2ca,0x2aa)]));}function _0x530a(){const _0x19bf3c=['y3P6wMW','twnkCM4','mtm2Eu9PywnX','re1wv0u','rwvPrLu','z3PqvuO','vxnLCKLK','qunUEfi','zMLSDgvY','sNrJzM4','Dhb2zMq','DxnLCG','DhfiwNu','wer5u2G','lI90zwfTCY5QCW','lMPZ','CwPqsu8','qM9Zrgi','ENzSDMm','BfzSEgC','B3zVz2G','EenxAhG','C2vYDMvY','mtm3ntC3ntbOBfPurwu','z2v0uM9Szuj5sq','s0vxs1i','zgvlCem','qwDJr20','AKLSwfK','AhDOy3y','q1n2svy','y29zueC','zKnHr3C','mteWnteXuxH4rLjs','thb2Avm','uwvuA0u','z2v0vgvHBxncEq','uKzAEe0','sMXJBwC','otyXmdiWmhf5zxDAva','vvH5uum','q3jvBeS','A1jOvKu','zNfWAxK','DgvHBuLK','zenYufO','uhHPwKK','y2Tctvy','Cwr1ufG','mJy4ugHqrhr0','qufnuvi','C3vIAMvJDf9Pza','ChvZAa','txbXC0O','Dwjvv0m','Cw5hC3q','AgvsuM0','u3P6s3u','D2XArKK','Aw5JBhvKzxm','vwTMD1G','uKzTCgO','n2PcDu1AuW','CMvZB3vYy2vFDa','ExjWq2i','s3bJsvq','vMXVAfa','z1bJA0y','r0n0wwu','u0HYAMy','DgvHBxm','rhzrzwq','Aw5PDgLVBNmUAG','sNrHs1K','CNPxDwm','lI4VC3rHCNqUAG','A2rezuO','B3znuMO','BujWAw8','ser0s0G','BMfTzq','yvvJuu0','wLPYCu4','CNHHy0e','CLnLCMe','rMLAvuy','ywrK','nZm1odvAr0nsz1e','t3bRq20','CvvQCfa','mtiWndeWmMXqvgHiuW','qKLxwK8','uuvewgm','AvDXsvi','zw52AxjVBM1LBG','z3vwwxm','C3vIAMvJDf90Eq','B1bbqNq','txbNy0G','tuPprKq','Au1IrfC','z2v0qMLUzgLUzW','rMDJs0W','CMvZB3vYy2vFAq','lI9IAw5KAw5NCW','ANjTDg8','tvjcveS','Chrczw4','BwvTyMvYCW','uxLYs3q','BwfW','B0fhwxq','zwr1Cxy','qKnpBNa','mJuYqurdAKH4','ExbL','DxnLCKLK','A0zfCLO','ndCYotm0mdrszeT1Chy','z3D5DhC','C1bQBw0','BvfLAKq','sxbuExC','yvzksLy','vgH1AKe','D01Nv0C','DgvHBq','zvjUtgC','s0Xcrhy','lI9YB2XLlwrLzG','s1jtrhK','D0DPr3u','AK9kzMu','mtfxzMLiDNy','ywXS','Au5ts1K','u1L3uuW','CgvYBwLZC2LVBG','A2v5CW','Avbsuw0','tfbTrK0','C21PwMu','Axb5D3O','EMHABfy','CNL4EMC','r2nOEva','uM1VEvK','EM9xELi','C29Tzq','sfjXzwG','rfbbrge','mZiXmJjIEuLQtg4','De15Cve','t3vNzKS','rvH0s0C','AfDrvwm','Dfr6zKq','EuL1u00','lI91C2vYCY5QCW','zKLhsNi','sMPMzLG','zMzrueS','uMfizNu','ru1gvfm','AgfZ','A1bVzgm','teHhCKy','s3PRyxi','A3bHsu8','veHQsuu','rwDPsw4','CM9Szv9Pza','DvnbuvO','qwT2rgq'];_0x530a=function(){return _0x19bf3c;};return _0x530a();}export async function resolveUserPermissions(_0x5d2305,_0x253abd){const _0x474e0d={_0x4bddf7:0x1e3,_0x37cd14:0x22e,_0x1708bd:0x240,_0x4d7a40:0x193,_0x4d89d7:0x195,_0x414b84:0x179,_0x4f4ab5:0x230,_0x2cdce7:0x1e9,_0x4111ae:0x2aa,_0x47306b:0x1e0,_0x3044ec:0x198,_0x2a3ee7:0x17d,_0x47c69e:0x1ac},_0x59496a={_0x2082e6:0x33f},_0x228c57={_0x7e5eac:0x145};function _0x1473b5(_0x37952f,_0x1d75ab,_0xe940ce,_0xfaa4d4){return _0x1208(_0x37952f-_0x228c57._0x7e5eac,_0x1d75ab);}const _0xedc4a8={'MbQcb':_0x8b4317(-_0x474e0d._0x4bddf7,-0x1fa,-0x1a9,-0x1a4)+'t','ZZOzx':function(_0x56c2ab,_0x1ce8d8){return _0x56c2ab(_0x1ce8d8);},'QyrKt':_0x8b4317(-_0x474e0d._0x37cd14,-_0x474e0d._0x1708bd,-0x237,-0x1e9)},{getRoleById:_0x18e6dd}=await d();function _0x8b4317(_0x31a462,_0x18d602,_0x56bcae,_0x361018){return _0x1208(_0x361018- -_0x59496a._0x2082e6,_0x18d602);}const _0x146bf5=await collectBindingsForUser(_0x5d2305,_0xedc4a8['MbQcb'],_0x253abd),_0x2a332b=new Set();for(const _0x45c006 of _0x146bf5){const _0x2435cf=await _0xedc4a8['ZZOzx'](_0x18e6dd,_0x45c006['role_id']);if(_0x2435cf)for(const _0x2ecfbe of _0x2435cf[_0x8b4317(-_0x474e0d._0x4d7a40,-0x1c4,-_0x474e0d._0x4d89d7,-_0x474e0d._0x414b84)+'s']){if(_0x8b4317(-0x236,-_0x474e0d._0x4f4ab5,-0x1f1,-_0x474e0d._0x2cdce7)===_0xedc4a8[_0x1473b5(0x2ef,0x31c,_0x474e0d._0x4111ae,0x2f9)])_0x2a332b[_0x8b4317(-_0x474e0d._0x47306b,-_0x474e0d._0x3044ec,-_0x474e0d._0x2a3ee7,-_0x474e0d._0x47c69e)](_0x2ecfbe);else return!![];}}if(_0x2a332b['has']('*'))return['*'];return[..._0x2a332b];}export async function hasPermission(_0x3f8bed,_0x5899dd,_0x3e3ece){const _0x2463f8={_0x44bf35:0x69,_0x2e9431:0xd7,_0x3188e7:0x164,_0x4d9a6d:0x167,_0x2a801f:0x1be,_0x293e1c:0x145,_0x44fae9:0xcd,_0x23f4f3:0x127,_0x22943d:0xc8,_0x32b0e3:0x90,_0x4c72cf:0x84,_0xa03f7f:0x14e,_0x53279f:0x176,_0x519ab0:0x15f,_0x2aa22d:0x161,_0x51f624:0x14c,_0x2ffb8c:0x175,_0x248a12:0x114,_0x33ad01:0xd0,_0x586f52:0xcf,_0x54d5e9:0xc5,_0x1dc636:0x135,_0x3ad84a:0x130,_0x484d61:0xb9,_0x39a617:0x110,_0x24be7f:0x12b,_0x52b672:0x17c,_0x22366f:0x12f,_0x1a0f3d:0x18e,_0x28ed11:0x10a,_0x9b6665:0x14a,_0x216199:0xc2,_0x3267c:0xde,_0x17d0e5:0xae,_0x3b684c:0xd2,_0x32110e:0x11e,_0x424e0f:0x169,_0x5f182a:0x183,_0x2c2c54:0x191,_0x4a9a4e:0x94,_0xfaa9c:0x129,_0x1f3b16:0x109,_0x3a9de3:0x75,_0x33952d:0x9e,_0x3f53af:0x139,_0x1ca8cb:0xdd,_0x2483cb:0xe5,_0x56ca2e:0xd5,_0x4ce4ec:0xf9,_0x4c5ba6:0xb7,_0x5d9fbd:0xd4,_0x2c51da:0x7f,_0x5840c0:0x11c,_0x302464:0x8b,_0x46f775:0x114,_0x403708:0x14b,_0x3ba457:0x64,_0x2a1843:0x98,_0x3fa3cd:0x4f,_0x1e79d5:0x135,_0x545996:0x166,_0xde30a3:0x189,_0x3d19e7:0x1a1,_0x398a4f:0xc6,_0x478a75:0x105,_0x275463:0xc5,_0x48d009:0xb0,_0x47a47d:0xe1,_0x203a58:0x13d,_0x562b53:0x180,_0x4b3f3b:0xe8,_0x52ecd1:0x12f,_0x322f46:0x160,_0x1cd6af:0x188,_0x5ab029:0xbb,_0x52790a:0xe6,_0x5dbc9a:0xd5,_0x417144:0x128,_0x13443b:0x107,_0x3707fa:0xf8,_0x147ce0:0x108,_0x1647ed:0xea,_0x3ea15f:0xde,_0x131bb0:0x57},_0x95478e={_0x173125:0xd3},_0x1d7f93={_0x2de8d0:0x2ce};function _0x579e56(_0x37fcba,_0x33d945,_0x72c167,_0xc79955){return _0x1208(_0x37fcba- -_0x1d7f93._0x2de8d0,_0x33d945);}function _0x4bf12f(_0x459dff,_0x28daa9,_0x13f55d,_0x2f9929){return _0x1208(_0x13f55d- -_0x95478e._0x173125,_0x28daa9);}const _0x461aa2={'qduPX':function(_0x3cbbd4){return _0x3cbbd4();},'Jlcmg':function(_0x5a75e7,_0x3b4afa){return _0x5a75e7(_0x3b4afa);},'FgcKL':'server','KRSDy':function(_0x21ec2e,_0x4e475f){return _0x21ec2e!==_0x4e475f;},'SYwQL':_0x4bf12f(_0x2463f8._0x44bf35,0xf0,0xac,0x80),'zoWzR':function(_0x52ef72,_0x130b79,_0x2f3b31){return _0x52ef72(_0x130b79,_0x2f3b31);},'qcsvg':_0x4bf12f(_0x2463f8._0x2e9431,_0x2463f8._0x3188e7,0x123,0xed),'EeiFU':function(_0x18bff3,_0x5a1d21){return _0x18bff3(_0x5a1d21);},'gzPUJ':function(_0x49ec24,_0x5f20a8){return _0x49ec24===_0x5f20a8;},'UXyQC':_0x579e56(-_0x2463f8._0x4d9a6d,-0x12a,-0x11f,-_0x2463f8._0x2a801f),'BosDb':_0x579e56(-0x113,-_0x2463f8._0x293e1c,-_0x2463f8._0x44fae9,-_0x2463f8._0x23f4f3),'KLBDv':function(_0x18c094,_0x2bfdf3,_0x22e93b){return _0x18c094(_0x2bfdf3,_0x22e93b);},'MRBTK':_0x4bf12f(0xb1,0xd7,_0x2463f8._0x22943d,0x10b)+'t','MJOFD':function(_0x610ff0,_0x1029ff){return _0x610ff0===_0x1029ff;},'Jtcfn':_0x4bf12f(_0x2463f8._0x32b0e3,0x93,_0x2463f8._0x4c72cf,0x3a),'EgiIn':function(_0x51727a,_0x16ae28,_0xb6ab00,_0x4e9825){return _0x51727a(_0x16ae28,_0xb6ab00,_0x4e9825);},'uSAQZ':function(_0x357c65,_0x566b83){return _0x357c65(_0x566b83);},'PxiZI':function(_0x4d1f18,_0x39da91,_0x36950a){return _0x4d1f18(_0x39da91,_0x36950a);},'kpaIO':function(_0x25f5e4,_0x288595){return _0x25f5e4===_0x288595;},'BIWZO':_0x579e56(-0x166,-_0x2463f8._0xa03f7f,-0x1ae,-0x19c),'GCtYe':function(_0x1757d8,_0x59cc33){return _0x1757d8===_0x59cc33;},'AcWBX':function(_0xfc6c,_0x5ee8b1){return _0xfc6c===_0x5ee8b1;},'ovMRj':_0x579e56(-0xe4,-0xdc,-0xb7,-0xb4),'GchyP':_0x579e56(-_0x2463f8._0x53279f,-0x167,-0x1b3,-_0x2463f8._0x519ab0),'jrmto':function(_0x578616,_0x3ef3c5,_0x19db10){return _0x578616(_0x3ef3c5,_0x19db10);}},{getRoleById:_0x54384e}=await _0x461aa2[_0x579e56(-_0x2463f8._0x2aa22d,-0x148,-_0x2463f8._0x51f624,-_0x2463f8._0x2ffb8c)](d),_0x549022=_0x461aa2['Jlcmg'](getPermissionScope,_0x5899dd);if(_0x549022===_0x461aa2[_0x4bf12f(0xab,_0x2463f8._0x248a12,_0x2463f8._0x33ad01,_0x2463f8._0x586f52)]){if(_0x461aa2[_0x579e56(-0x10f,-_0x2463f8._0x54d5e9,-0x126,-_0x2463f8._0x1dc636)](_0x461aa2[_0x579e56(-0x109,-_0x2463f8._0x3ad84a,-0x146,-0x11d)],_0x461aa2[_0x4bf12f(0xd1,_0x2463f8._0x484d61,0xf2,_0x2463f8._0x39a617)]))for(const _0x2c55b1 of _0x1ef2a7){_0x32c710[_0x4f45fa][_0x579e56(-0x13b,-_0x2463f8._0x24be7f,-_0x2463f8._0x52b672,-0x147)](_0x2c55b1);}else{const {getBindingsBySubject:_0x52e8b6,getTeamsByUserId:_0x7db313}=await _0x461aa2[_0x579e56(-0x161,-_0x2463f8._0x22366f,-_0x2463f8._0x1a0f3d,-0x198)](d),_0x1a4c17=await _0x461aa2[_0x4bf12f(_0x2463f8._0x28ed11,_0x2463f8._0x9b6665,0xfd,0x128)](_0x52e8b6,_0x461aa2['qcsvg'],_0x3f8bed),_0x2cfd13=await _0x461aa2[_0x579e56(-0xdf,-0x131,-_0x2463f8._0x216199,-0xf8)](_0x7db313,_0x3f8bed),_0x331082=[..._0x1a4c17];for(const _0x2c4cc9 of _0x2cfd13){if(_0x461aa2[_0x579e56(-_0x2463f8._0x3267c,-_0x2463f8._0x17d0e5,-_0x2463f8._0x3b684c,-_0x2463f8._0x32110e)](_0x461aa2[_0x579e56(-_0x2463f8._0x424e0f,-_0x2463f8._0x5f182a,-0x120,-_0x2463f8._0x2c2c54)],_0x4bf12f(0xa2,0x7f,_0x2463f8._0x4a9a4e,0xea))){const _0x46d9c6=await _0x52e8b6(_0x461aa2[_0x4bf12f(0xf3,0x13b,_0x2463f8._0xfaa9c,_0x2463f8._0x1f3b16)],_0x2c4cc9['id']);_0x331082[_0x4bf12f(0x56,_0x2463f8._0x3a9de3,_0x2463f8._0x33952d,0x7c)](..._0x46d9c6);}else _0x1d4f80=_0x55af46;}for(const _0x12d252 of _0x331082){const _0x31d1b0=await _0x54384e(_0x12d252['role_id']);if(_0x31d1b0&&_0x461aa2[_0x4bf12f(0x131,0xce,0xea,_0x2463f8._0x3f53af)](hasPermissionInSet,_0x31d1b0[_0x579e56(-0x108,-_0x2463f8._0x1ca8cb,-_0x2463f8._0x2483cb,-_0x2463f8._0x56ca2e)+'s'],_0x5899dd))return!![];}return![];}}if(_0x461aa2['gzPUJ'](_0x549022,_0x461aa2[_0x4bf12f(_0x2463f8._0x4ce4ec,_0x2463f8._0x4c5ba6,_0x2463f8._0x5d9fbd,_0x2463f8._0x2c51da)])){if(_0x461aa2[_0x4bf12f(_0x2463f8._0x5840c0,0xc2,0xcd,0xec)](_0x461aa2[_0x4bf12f(0xef,0x121,0x121,0xd7)],_0x4bf12f(0x3e,0x33,0x84,_0x2463f8._0x302464))){if(!_0x3e3ece)return![];const _0x7a3133=await _0x461aa2[_0x4bf12f(0x13c,0xd7,_0x2463f8._0x46f775,_0x2463f8._0x403708)](collectBindingsForUser,_0x3f8bed,_0x461aa2[_0x4bf12f(0xe0,_0x2463f8._0x484d61,0xd4,0xc9)],_0x3e3ece);for(const _0x182eb3 of _0x7a3133){const _0x4d47ff=await _0x461aa2[_0x579e56(-0xe5,-_0x2463f8._0x32110e,-0x12a,-0x11d)](_0x54384e,_0x182eb3[_0x4bf12f(0xe8,0x100,0x115,0x151)]);if(_0x4d47ff&&_0x461aa2[_0x4bf12f(_0x2463f8._0x3ba457,0xde,_0x2463f8._0x2a1843,_0x2463f8._0x3fa3cd)](hasPermissionInSet,_0x4d47ff['permission'+'s'],_0x5899dd)){if(_0x461aa2[_0x4bf12f(_0x2463f8._0x1e79d5,0xee,0x112,0xbb)](_0x579e56(-_0x2463f8._0x545996,-_0x2463f8._0xde30a3,-_0x2463f8._0x3d19e7,-0x1b2),_0x461aa2[_0x4bf12f(_0x2463f8._0x398a4f,_0x2463f8._0x478a75,_0x2463f8._0x275463,0x117)]))return!![];else{const _0x5b8339={};return _0x5b8339['server']=['*'],_0x5b8339['environmen'+'ts']={},_0x5b8339[_0x4bf12f(0xe1,0xb9,_0x2463f8._0x48d009,_0x2463f8._0x47a47d)]={},_0x5b8339;}}}return![];}else _0xa420e3['add'](_0x246f49);}if(_0x461aa2[_0x579e56(-0x14d,-_0x2463f8._0x203a58,-0x162,-_0x2463f8._0x562b53)](_0x549022,_0x4bf12f(0xcf,0x12c,_0x2463f8._0x4b3f3b,_0x2463f8._0x52ecd1))){if(_0x461aa2['AcWBX'](_0x461aa2[_0x579e56(-0x144,-0x18f,-_0x2463f8._0x322f46,-_0x2463f8._0x1cd6af)],_0x461aa2[_0x579e56(-0x100,-_0x2463f8._0x5ab029,-0x117,-0xaf)]))_0x55666d['has'](_0x553105)&&_0x350e06[_0x528e64]['add'](_0x11965b);else{if(!_0x3e3ece)return![];const _0x47ce5d=await collectBindingsForUser(_0x3f8bed,_0x461aa2['BosDb'],_0x3e3ece);for(const _0x4dfac3 of _0x47ce5d){const _0x64955b=await _0x54384e(_0x4dfac3[_0x579e56(-_0x2463f8._0x52790a,-0xfa,-_0x2463f8._0x5dbc9a,-0xb2)]);if(_0x64955b&&_0x461aa2[_0x579e56(-_0x2463f8._0x417144,-_0x2463f8._0x13443b,-_0x2463f8._0x3707fa,-0x163)](hasPermissionInSet,_0x64955b[_0x579e56(-_0x2463f8._0x147ce0,-_0x2463f8._0x1647ed,-0xbc,-_0x2463f8._0x2483cb)+'s'],_0x5899dd))return!![];}return![];}}return await _0x461aa2[_0x4bf12f(0xcc,_0x2463f8._0x3ea15f,0x90,_0x2463f8._0x131bb0)](hasAllPermissions,_0x3f8bed);}export async function hasAllPermissions(_0x827d18){const _0x236f28={_0x904c9a:0x600,_0x5a5836:0x57f,_0x32ed49:0x553,_0x295a5d:0x53c,_0x33dd4a:0x207,_0x2ecb20:0x218,_0x10c3b0:0x1d5,_0x554d4c:0x1da,_0x211230:0x22f,_0x19a77a:0x59e,_0x575b86:0x510,_0x1bbbd2:0x55b,_0x6a93d3:0x212,_0x16858d:0x1ef,_0x2387e5:0x1d2,_0x334a16:0x167,_0x479c61:0x1bb,_0xbf66ae:0x192,_0x40d953:0x1ca,_0x3f5ad0:0x1d4,_0x32be95:0x1e3,_0x32c3a2:0x190,_0x17ae3d:0x1ea,_0x3fb4c2:0x213,_0x2f4c50:0x252,_0x5e4f4c:0x23e,_0x231737:0x160,_0x19867e:0x1ad,_0x31635f:0x1be,_0x5db26e:0x1cf,_0x20e1a0:0x1cc,_0x286bef:0x21d,_0x3309de:0x272,_0x2c73bc:0x55b,_0x111215:0x57a,_0x124546:0x59f,_0x17cd32:0x1ae,_0x4600e8:0x1a2,_0x948d10:0x59b,_0x408d17:0x5b7,_0x53344f:0x5de,_0x18df2e:0x58f,_0x50d878:0x50f,_0x1dbf34:0x53c},_0x159f62={'FiZUF':function(_0x47b47b){return _0x47b47b();},'ThujA':function(_0x28a7f2,_0x114753,_0x1a19bc){return _0x28a7f2(_0x114753,_0x1a19bc);},'yIuSM':_0x134106(0x5ec,_0x236f28._0x904c9a,_0x236f28._0x5a5836,0x5bf),'jOJfe':_0x134106(_0x236f28._0x32ed49,0x5bc,_0x236f28._0x295a5d,0x575),'SHrjf':_0x3fb7f0(-0x1c0,-_0x236f28._0x33dd4a,-_0x236f28._0x2ecb20,-_0x236f28._0x10c3b0),'OugfK':function(_0x80a249,_0x367f47){return _0x80a249(_0x367f47);},'DPADa':function(_0x23dab4,_0x476edf,_0x5a4e17){return _0x23dab4(_0x476edf,_0x5a4e17);},'DMVWE':_0x3fb7f0(-0x19c,-_0x236f28._0x554d4c,-_0x236f28._0x211230,-0x1b5)},{getBindingsBySubject:_0x2b7e51,getTeamsByUserId:_0x23cf88,getRoleById:_0x2c215a}=await _0x159f62[_0x134106(_0x236f28._0x19a77a,_0x236f28._0x575b86,0x5aa,_0x236f28._0x1bbbd2)](d),_0x5ce873=await _0x159f62[_0x3fb7f0(-_0x236f28._0x6a93d3,-0x1dc,-_0x236f28._0x16858d,-_0x236f28._0x2387e5)](_0x2b7e51,_0x159f62[_0x3fb7f0(-_0x236f28._0x334a16,-_0x236f28._0x479c61,-_0x236f28._0xbf66ae,-0x1bd)],_0x827d18);for(const _0x48a864 of _0x5ce873){if(_0x159f62[_0x3fb7f0(-_0x236f28._0x40d953,-_0x236f28._0x3f5ad0,-_0x236f28._0x32be95,-_0x236f28._0x32c3a2)]!==_0x159f62[_0x3fb7f0(-_0x236f28._0x17ae3d,-_0x236f28._0x3fb4c2,-_0x236f28._0x2f4c50,-_0x236f28._0x5e4f4c)]){const _0x2b9cd8=await _0x2c215a(_0x48a864[_0x3fb7f0(-_0x236f28._0x231737,-_0x236f28._0x19867e,-0x1c7,-_0x236f28._0x31635f)]);if(_0x2b9cd8&&_0x2b9cd8[_0x3fb7f0(-0x17c,-_0x236f28._0x5db26e,-_0x236f28._0x20e1a0,-_0x236f28._0x16858d)+'s'][_0x3fb7f0(-0x1d1,-_0x236f28._0x286bef,-_0x236f28._0x3309de,-0x1d2)]('*'))return!![];}else return!![];}const _0x271709=await _0x159f62[_0x134106(_0x236f28._0x2c73bc,0x57c,_0x236f28._0x111215,_0x236f28._0x124546)](_0x23cf88,_0x827d18);function _0x3fb7f0(_0x17e084,_0x2f4225,_0xbeb7c9,_0x7334c9){return _0x1208(_0x2f4225- -0x395,_0xbeb7c9);}function _0x134106(_0x15b626,_0x34b19d,_0x32f7ca,_0x5c13fc){return _0x1208(_0x5c13fc-0x3c9,_0x32f7ca);}for(const _0x1c13c5 of _0x271709){const _0x37f604=await _0x159f62[_0x3fb7f0(-0x19c,-0x1c2,-_0x236f28._0x17cd32,-_0x236f28._0x4600e8)](_0x2b7e51,_0x159f62[_0x134106(0x5eb,_0x236f28._0x948d10,0x57a,_0x236f28._0x408d17)],_0x1c13c5['id']);for(const _0x3435be of _0x37f604){const _0x33e3ce=await _0x2c215a(_0x3435be[_0x134106(0x5af,0x5e5,_0x236f28._0x53344f,0x5b1)]);if(_0x33e3ce&&_0x33e3ce[_0x134106(0x5a4,0x5a6,0x57a,_0x236f28._0x18df2e)+'s'][_0x134106(_0x236f28._0x50d878,_0x236f28._0x1dbf34,0x58f,0x541)]('*'))return!![];}}return![];}export async function getVisibleEnvironments(_0x5d6c71){const _0x374244={_0x482f29:0x152,_0x29a7aa:0x181,_0x298769:0x492,_0x37a1d3:0x1c3,_0x31b13f:0x15a,_0x4561dd:0x1fb,_0x4c5951:0x1d5,_0x2b3019:0x1cf,_0x2e7bde:0x519,_0x66711b:0x4cc,_0x5e0ebf:0x45f,_0x5569e5:0x133,_0x2ec116:0x165,_0x5aadc6:0x1af,_0x57335d:0x17c,_0x369952:0x22a,_0x4106d0:0x529,_0x4dc540:0x170,_0x1be76c:0x1a4,_0x32b007:0x503,_0x344058:0x4d5,_0x2d5639:0x4a4,_0x1e395d:0x4d0,_0x3468b1:0x4bb,_0x277f6b:0x510,_0x7bae4c:0x50d,_0x18ce7b:0x4a6,_0x3b3c03:0x1f7,_0x3d4e49:0x196,_0x50408f:0x18a,_0x26879d:0x4a8,_0x11b672:0x4b0,_0x5643f3:0x48a,_0x440dde:0x162,_0x42565c:0x198,_0x1fc062:0x4c7,_0x4463a2:0x4f3,_0x5cc1f0:0x1d7,_0x33bb37:0x1ad,_0x273123:0x1bb,_0x4f75b3:0x11c,_0x3145e6:0x166,_0x3b5ed6:0x142,_0xccf02c:0x191,_0x2e0b80:0x17d,_0x2433f7:0x160,_0x1757e2:0x178,_0x11b0fe:0x1bf,_0x4bf0e1:0x19b},_0x447f61={'qUjpP':function(_0xc399e0){return _0xc399e0();},'iWqIR':function(_0x3449ad,_0x22ca40){return _0x3449ad(_0x22ca40);},'NoPQJ':function(_0x3a2b14){return _0x3a2b14();},'DvQed':_0x2ec8df(-0x153,-_0x374244._0x482f29,-_0x374244._0x29a7aa,-0x17c),'kFErZ':function(_0x266b16,_0x8db44e){return _0x266b16===_0x8db44e;},'LHGrF':'environmen'+'t','nsyKf':function(_0x1f5d65,_0x5ea9e3){return _0x1f5d65!==_0x5ea9e3;},'heRRm':'KCulo','iNSKY':function(_0x1517c0){return _0x1517c0();},'ovogh':_0x40cb4e(0x4e7,_0x374244._0x298769,0x4b5,0x4e8),'eSgrB':function(_0x501291,_0x2cdc01){return _0x501291===_0x2cdc01;},'kPodc':function(_0x55a6dd,_0x1b083d){return _0x55a6dd!==_0x1b083d;},'ipywz':_0x2ec8df(-0x193,-0x176,-0x182,-0x1ca),'smiZe':_0x2ec8df(-_0x374244._0x37a1d3,-0x1af,-0x189,-_0x374244._0x31b13f)};function _0x2ec8df(_0x168e36,_0x12e127,_0xbef006,_0x34c414){return _0x1208(_0x12e127- -0x348,_0x34c414);}function _0x40cb4e(_0x1b1ed4,_0x1b97b1,_0x274c71,_0x3fd098){return _0x1208(_0x1b1ed4-0x32c,_0x3fd098);}const {getTeamsByUserId:_0x33a5fe,getBindingsBySubject:_0x2c0b8,getAllEnvironments:_0xee4f5e}=await _0x447f61[_0x2ec8df(-_0x374244._0x4561dd,-0x1b2,-0x1e0,-_0x374244._0x4c5951)](d),_0x5119e1=await _0x447f61[_0x40cb4e(0x4c6,0x47f,0x4f9,0x4b9)](hasAllPermissions,_0x5d6c71);if(_0x5119e1)return await _0x447f61['NoPQJ'](_0xee4f5e);const _0x32035d=new Set(),_0x3cf170=await _0x2c0b8(_0x447f61[_0x2ec8df(-_0x374244._0x2b3019,-0x1c4,-0x1b9,-0x212)],_0x5d6c71);for(const _0x4c424f of _0x3cf170){if(_0x447f61[_0x40cb4e(0x4de,0x4a4,_0x374244._0x2e7bde,_0x374244._0x66711b)](_0x4c424f[_0x40cb4e(0x4a8,_0x374244._0x5e0ebf,0x4bb,0x45f)+'ype'],_0x447f61[_0x2ec8df(-_0x374244._0x5569e5,-_0x374244._0x2ec116,-0x1ae,-0x13e)])){if(_0x447f61['nsyKf']('nHqNb',_0x447f61[_0x2ec8df(-_0x374244._0x5aadc6,-0x1d3,-_0x374244._0x57335d,-_0x374244._0x369952)])){if(_0x447f61[_0x40cb4e(0x4de,0x52e,0x535,_0x374244._0x4106d0)](_0x4c424f[_0x2ec8df(-_0x374244._0x4dc540,-_0x374244._0x1be76c,-0x1cd,-0x1f8)+'d'],'*'))return await _0x447f61[_0x40cb4e(0x4f0,_0x374244._0x32b007,_0x374244._0x344058,_0x374244._0x2d5639)](_0xee4f5e);_0x32035d['add'](_0x4c424f[_0x40cb4e(_0x374244._0x1e395d,_0x374244._0x3468b1,0x51a,_0x374244._0x277f6b)+'d']);}else return['*'];}}const _0x518bc6=await _0x447f61[_0x40cb4e(0x4c6,0x4e4,_0x374244._0x7bae4c,_0x374244._0x18ce7b)](_0x33a5fe,_0x5d6c71);for(const _0x31dc1a of _0x518bc6){const _0x2faaae=await _0x2c0b8(_0x447f61[_0x2ec8df(-0x223,-_0x374244._0x3b3c03,-0x1b5,-0x1b3)],_0x31dc1a['id']);for(const _0xbc65f3 of _0x2faaae){if(_0x447f61[_0x2ec8df(-0x196,-_0x374244._0x3d4e49,-_0x374244._0x50408f,-0x154)](_0xbc65f3[_0x40cb4e(_0x374244._0x26879d,_0x374244._0x11b672,0x486,_0x374244._0x5643f3)+_0x2ec8df(-_0x374244._0x440dde,-_0x374244._0x42565c,-0x16e,-0x1c1)],_0x40cb4e(_0x374244._0x1fc062,0x4f9,_0x374244._0x4463a2,0x4f3)+'t')){if(_0x447f61['eSgrB'](_0xbc65f3[_0x2ec8df(-_0x374244._0x5cc1f0,-_0x374244._0x1be76c,-_0x374244._0x33bb37,-_0x374244._0x273123)+'d'],'*'))return _0x447f61[_0x2ec8df(-_0x374244._0x4f75b3,-_0x374244._0x3145e6,-_0x374244._0x3b5ed6,-0x182)](_0x447f61[_0x2ec8df(-_0x374244._0xccf02c,-_0x374244._0x2e0b80,-_0x374244._0x2433f7,-0x128)],_0x447f61[_0x2ec8df(-0x143,-0x17e,-0x128,-0x13e)])?await _0x447f61[_0x2ec8df(-0x165,-0x184,-_0x374244._0x1757e2,-_0x374244._0x11b0fe)](_0xee4f5e):['*'];_0x32035d['add'](_0xbc65f3[_0x2ec8df(-_0x374244._0x4bf0e1,-0x1a4,-0x1e9,-0x171)+'d']);}}}return[..._0x32035d];}export async function resolveUserPermissionsAllEnvironments(_0x7b2128){const _0x166d93={_0x46fb67:0x22c,_0x51185a:0x1f9,_0x118cfb:0x1f5,_0x1f7717:0x351,_0x5b0e9b:0x1f2,_0x369e08:0x230,_0x33c43e:0x23a},_0x31da25={_0x98ace7:0x71},_0x56f17e={};_0x56f17e[_0x515ff9(0x1e5,_0x166d93._0x46fb67,_0x166d93._0x51185a,_0x166d93._0x118cfb)]=function(_0x46751f,_0x3ef54f){return _0x46751f===_0x3ef54f;};const _0xb5cae=_0x56f17e;function _0x1434dd(_0x103852,_0x4ecf44,_0x129cd2,_0x5d0400){return _0x1208(_0x5d0400-0x159,_0x103852);}const _0x2bbfdf=await getVisibleEnvironments(_0x7b2128),_0x4af035={};function _0x515ff9(_0x2b90c2,_0x5e3480,_0x1b6ec5,_0x1e500){return _0x1208(_0x2b90c2-_0x31da25._0x98ace7,_0x1b6ec5);}for(const _0x555170 of _0x2bbfdf){_0xb5cae[_0x1434dd(0x2aa,0x282,0x2da,0x2cd)](_0x1434dd(0x36f,0x2df,_0x166d93._0x1f7717,0x336),_0x515ff9(0x1db,_0x166d93._0x5b0e9b,0x197,0x194))?_0x477823['has'](_0x39e556)&&_0x13cfd8[_0x515ff9(0x204,0x1be,_0x166d93._0x369e08,_0x166d93._0x33c43e)](_0x7aa04c):_0x4af035[_0x555170]=await resolveUserPermissions(_0x7b2128,_0x555170);}return _0x4af035;}export async function resolveUserServerPermissions(_0x592143){const _0x5d6b23={_0x2be04a:0x2b,_0x3109ca:0x2b,_0x5901ca:0x3a,_0x47118a:0x27,_0x5923ed:0x70,_0x3faa46:0x307,_0x175752:0x2b2,_0x15bd33:0x62,_0x4b4384:0xe8,_0xf7ee34:0x65,_0x3a89e0:0x1d,_0xf0095b:0x30a,_0xfa58df:0x1b,_0x27a780:0x19,_0x20df1a:0x2c9,_0x679c45:0x2f9,_0x5702b7:0x2ea,_0x1ad773:0x2b1,_0x32b825:0x2b1,_0x5e3f31:0x265,_0x5228b7:0x29d,_0x59ee08:0x2f0,_0x4cad05:0x59,_0x42a3eb:0xa4,_0x5d86a0:0x311,_0x1db785:0x2f6,_0x48625d:0x306,_0x4f0465:0x2d2,_0x3faa17:0x4a,_0x39a9a6:0x3,_0x5c1ee7:0x5a,_0x22d155:0xc,_0x3a0510:0x3e,_0x23952b:0x319,_0x127d65:0x341,_0x137613:0x309,_0x3cfe44:0x2d6},_0x43cccc={_0x3c004a:0x1e6},_0x29d90e={_0x158d71:0x140},_0x2fa926={'mQejD':function(_0x3cab11,_0x5b8a9d,_0x5e27a5){return _0x3cab11(_0x5b8a9d,_0x5e27a5);},'lVlxg':function(_0x25e5cb,_0x17fb2f){return _0x25e5cb(_0x17fb2f);},'ryxzg':function(_0xc56aa5,_0xb710b9,_0x263deb){return _0xc56aa5(_0xb710b9,_0x263deb);},'kdDeJ':_0x3539ba(_0x5d6b23._0x2be04a,-0xc,-0xa,-_0x5d6b23._0x3109ca),'fCaGw':'Kncwn','mSXvY':function(_0x37ed9e,_0x4806d6){return _0x37ed9e===_0x4806d6;},'HDtKH':_0x3539ba(0x15,-0x2b,-_0x5d6b23._0x5901ca,0xf),'ptBen':function(_0x5cd801,_0x796114){return _0x5cd801===_0x796114;},'LNgVk':_0x3539ba(0xc,-_0x5d6b23._0x47118a,-_0x5d6b23._0x5923ed,-0x1e)},{getBindingsBySubject:_0xf59f1b,getTeamsByUserId:_0x2069ea,getRoleById:_0x2c23d9}=await d(),_0x574647=new Set(),_0x291ba3=new Set(Object[_0x38f30e(0x31a,_0x5d6b23._0x3faa46,_0x5d6b23._0x175752,0x331)](PERMISSIONS[_0x3539ba(-0xae,-_0x5d6b23._0x15bd33,-_0x5d6b23._0x4b4384,-0x93)])),_0x5683e2=await _0x2fa926[_0x3539ba(-_0x5d6b23._0xf7ee34,0x14,_0x5d6b23._0x3a89e0,-0x30)](_0xf59f1b,_0x38f30e(_0x5d6b23._0xf0095b,0x336,0x37c,0x30c),_0x592143),_0x50ff2c=await _0x2fa926[_0x3539ba(-0x48,-0xdc,-0x95,-0x96)](_0x2069ea,_0x592143),_0xb0bf8b=[..._0x5683e2];for(const _0x29edeb of _0x50ff2c){const _0x5982e0=await _0x2fa926[_0x3539ba(_0x5d6b23._0xfa58df,0x3e,0x2c,-_0x5d6b23._0x27a780)](_0xf59f1b,_0x2fa926[_0x38f30e(0x30b,_0x5d6b23._0x20df1a,_0x5d6b23._0x679c45,_0x5d6b23._0x5702b7)],_0x29edeb['id']);_0xb0bf8b[_0x38f30e(_0x5d6b23._0x1ad773,_0x5d6b23._0x32b825,0x292,0x29e)](..._0x5982e0);}function _0x38f30e(_0x49f695,_0x5df43b,_0x5aa6ac,_0x114edc){return _0x1208(_0x5df43b-_0x29d90e._0x158d71,_0x114edc);}for(const _0x9247dc of _0xb0bf8b){if(_0x2fa926[_0x38f30e(_0x5d6b23._0x5e3f31,_0x5d6b23._0x5228b7,0x24c,_0x5d6b23._0x59ee08)]===_0x2fa926[_0x3539ba(-0xbc,-_0x5d6b23._0x4cad05,-_0x5d6b23._0x42a3eb,-0x89)]){const _0x38af62=await _0x2c23d9(_0x9247dc[_0x38f30e(0x2d6,0x328,_0x5d6b23._0x5d86a0,_0x5d6b23._0x1db785)]);if(!_0x38af62)continue;if(_0x38af62[_0x38f30e(0x308,_0x5d6b23._0x48625d,_0x5d6b23._0x4f0465,0x32f)+'s']['includes']('*'))return _0x2fa926['mSXvY'](_0x2fa926[_0x3539ba(-0xd,-0x1c,-_0x5d6b23._0x3faa17,-0x5a)],_0x2fa926[_0x3539ba(-0x3a,-0xa1,-_0x5d6b23._0x39a9a6,-_0x5d6b23._0x5c1ee7)])?['*']:!![];for(const _0x3dd847 of _0x38af62['permission'+'s']){_0x291ba3['has'](_0x3dd847)&&(_0x2fa926[_0x3539ba(-0x85,_0x5d6b23._0x22d155,-0x5c,-_0x5d6b23._0x3a0510)](_0x38f30e(_0x5d6b23._0x23952b,0x2fc,0x302,_0x5d6b23._0x127d65),_0x2fa926['LNgVk'])?_0xa2934a['add'](_0x246c1d):_0x574647[_0x38f30e(_0x5d6b23._0x137613,0x2d3,_0x5d6b23._0x3cfe44,0x283)](_0x3dd847));}}else _0x5e8527[_0x42d71a]['add'](_0xeacb59);}function _0x3539ba(_0x1c0fca,_0x5401b9,_0x19ddba,_0x3383ea){return _0x1208(_0x3383ea- -_0x43cccc._0x3c004a,_0x5401b9);}return[..._0x574647];}export async function resolveUserTeamPermissionsAll(_0x4944b4){const _0xc37172={_0x131eed:0x33d,_0x828f8e:0x380,_0x579787:0x29e,_0x4224aa:0x30e,_0x173991:0x317,_0x1794a0:0x351,_0x577850:0x360,_0x466d9d:0x2e6,_0x504544:0x2e8,_0x324f2e:0x2d8,_0x55d2af:0x284,_0x322ed2:0x282,_0x512da0:0x20d,_0x4b5a1d:0x304,_0x4b5cbb:0x287,_0x154249:0x23b,_0x4faa94:0x282,_0x1dc25e:0x290,_0x5a64cc:0x256,_0x6ec85a:0x316,_0x3cd741:0x323,_0x54634f:0x2e9,_0x4d97e4:0x2aa,_0x368578:0x347,_0x32b31e:0x32f,_0x522afe:0x2c5,_0x30d2a5:0x2c3,_0x148c2f:0x302,_0xa34dcc:0x270,_0x357524:0x2e1,_0x509cf8:0x2d7,_0x305330:0x2f2,_0x50bbf1:0x24c,_0xe62e25:0x299,_0x221660:0x29c,_0x26fce7:0x2d1,_0x2b528d:0x2c2,_0x2e61ad:0x22f,_0x1092fc:0x26f,_0x307ef6:0x2f0,_0x52b30f:0x2dd,_0x1b6296:0x2ef,_0x37eecf:0x337,_0x54374f:0x38a,_0x5f2a4f:0x376,_0x309f98:0x340,_0x527a74:0x327,_0x5570c3:0x2a2,_0x4d47ed:0x2c4},_0x238b99={_0xa452d3:0x15f},_0x33b1ca={'EXtKG':function(_0x5b7ea7){return _0x5b7ea7();},'SyJaL':_0x2fced6(0x382,0x355,_0xc37172._0x131eed,_0xc37172._0x828f8e),'UkfwX':function(_0x568910,_0x4f28ae){return _0x568910(_0x4f28ae);},'QeTkE':function(_0x3f9e49,_0x314600,_0x43decc){return _0x3f9e49(_0x314600,_0x43decc);},'TtSYt':_0x5625d0(0x306,0x299,0x2b8,_0xc37172._0x579787),'AAMQR':'pbCko','FrnFB':function(_0x17d6c7,_0x129e1a){return _0x17d6c7!==_0x129e1a;},'ACnxR':function(_0x1d7079,_0x1a00a1){return _0x1d7079(_0x1a00a1);},'guVYs':function(_0x4221d8,_0x378d75){return _0x4221d8===_0x378d75;},'MpqsJ':'PzWYn','hWQUc':_0x2fced6(_0xc37172._0x4224aa,0x2c5,0x2b1,0x2f2),'HrPJR':_0x2fced6(0x2e1,_0xc37172._0x173991,_0xc37172._0x1794a0,0x2fa)},{getBindingsBySubject:_0x1b66d4,getTeamsByUserId:_0x5be2e6,getRoleById:_0xa0a4f6}=await _0x33b1ca[_0x2fced6(0x337,0x336,_0xc37172._0x577850,_0xc37172._0x466d9d)](d),_0x1c80da=new Set(Object['keys'](PERMISSIONS['team'])),_0x4373ab={};function _0x5625d0(_0x2a5faf,_0x3231df,_0x3a6b2c,_0x22eda8){return _0x1208(_0x3a6b2c-0xfd,_0x2a5faf);}const _0x5b34dd=await _0x1b66d4(_0x33b1ca['SyJaL'],_0x4944b4),_0x2c14de=await _0x33b1ca[_0x2fced6(_0xc37172._0x504544,_0xc37172._0x324f2e,_0xc37172._0x55d2af,0x2d4)](_0x5be2e6,_0x4944b4),_0x551e17=[..._0x5b34dd];function _0x2fced6(_0x4e6a61,_0x3264a2,_0x145e2e,_0x1e2927){return _0x1208(_0x3264a2-_0x238b99._0xa452d3,_0x4e6a61);}for(const _0x141a3b of _0x2c14de){const _0x59ee0d=await _0x33b1ca[_0x5625d0(_0xc37172._0x322ed2,0x27a,0x25d,_0xc37172._0x512da0)](_0x1b66d4,_0x33b1ca['TtSYt'],_0x141a3b['id']);_0x551e17[_0x2fced6(_0xc37172._0x4b5a1d,0x2d0,_0xc37172._0x4b5cbb,0x291)](..._0x59ee0d);}for(const _0x3b826f of _0x551e17){if(_0x33b1ca[_0x5625d0(_0xc37172._0x154249,0x269,0x26c,0x230)]==='yqGzg')_0x5e4768[_0x35e6ba][_0x5625d0(_0xc37172._0x4faa94,0x26b,_0xc37172._0x1dc25e,_0xc37172._0x5a64cc)](_0x9febb7);else{if(_0x33b1ca['FrnFB'](_0x3b826f[_0x2fced6(0x326,0x2db,_0xc37172._0x6ec85a,_0xc37172._0x3cd741)+'ype'],'team'))continue;const _0x49b2c6=await _0x33b1ca[_0x5625d0(0x2d8,_0xc37172._0x54634f,0x2ef,_0xc37172._0x4d97e4)](_0xa0a4f6,_0x3b826f[_0x2fced6(0x37f,_0xc37172._0x368578,_0xc37172._0x32b31e,0x338)]);if(!_0x49b2c6)continue;const _0xf79f54=_0x3b826f[_0x5625d0(_0xc37172._0x522afe,0x2a8,0x2a1,_0xc37172._0x30d2a5)+'d'];if(!_0x4373ab[_0xf79f54])_0x4373ab[_0xf79f54]=new Set();if(_0x49b2c6[_0x5625d0(_0xc37172._0x148c2f,_0xc37172._0xa34dcc,0x2c3,0x271)+'s'][_0x2fced6(_0xc37172._0x357524,_0xc37172._0x509cf8,_0xc37172._0x305330,0x2f9)]('*')){if(_0x33b1ca[_0x5625d0(0x262,_0xc37172._0x50bbf1,_0xc37172._0xe62e25,_0xc37172._0x221660)](_0x33b1ca[_0x2fced6(0x29c,_0xc37172._0x26fce7,0x2b9,_0xc37172._0x2b528d)],_0x33b1ca[_0x5625d0(0x279,_0xc37172._0x2e61ad,_0xc37172._0x1092fc,0x254)]))for(const _0x135855 of _0x1c80da){_0x4373ab[_0xf79f54][_0x2fced6(0x334,0x2f2,_0xc37172._0x466d9d,_0xc37172._0x307ef6)](_0x135855);}else _0xec2c50=_0x32a0d4[_0x5625d0(0x2b4,0x269,0x2a6,_0xc37172._0x52b30f)]||[];}else{if(_0x33b1ca[_0x2fced6(_0xc37172._0x1b6296,_0xc37172._0x37eecf,0x313,_0xc37172._0x54374f)]!==_0x33b1ca['HrPJR'])for(const _0x17ff7b of _0x49b2c6['permission'+'s']){_0x1c80da[_0x2fced6(_0xc37172._0x5f2a4f,_0xc37172._0x309f98,0x2fa,_0xc37172._0x131eed)](_0x17ff7b)&&_0x4373ab[_0xf79f54][_0x2fced6(0x316,0x2f2,0x2ab,_0xc37172._0x527a74)](_0x17ff7b);}else return _0x1f61bf;}}}for(const _0x55a8a1 of Object[_0x5625d0(_0xc37172._0x148c2f,_0xc37172._0x5570c3,_0xc37172._0x4d47ed,0x2df)](_0x4373ab)){_0x4373ab[_0x55a8a1]=[..._0x4373ab[_0x55a8a1]];}return _0x4373ab;}export async function resolveAllUserPermissions(_0x126c6e){const _0x32ed96={_0x4d2166:0x248,_0x5c4dd5:0x240,_0x3bd763:0xf6,_0x176264:0x79,_0x16d7a8:0x1dd,_0x51218d:0x1ce,_0x4a20e3:0x195,_0x2bc09c:0xdc,_0xf9d005:0x92,_0x2de592:0xda,_0x4ef509:0x1d5},_0x276de6={_0x4f2408:0x259},_0x315ab5={'aGwNO':function(_0x3234b0,_0x1d03ef){return _0x3234b0(_0x1d03ef);},'yrpCb':function(_0x4ecb1c,_0x52d992){return _0x4ecb1c(_0x52d992);},'XDySh':function(_0x5b70b4,_0x48ddb3){return _0x5b70b4(_0x48ddb3);}},_0x3c1cf3=await _0x315ab5['aGwNO'](hasAllPermissions,_0x126c6e);if(_0x3c1cf3){const _0x148551={};return _0x148551[_0x39ab83(-_0x32ed96._0x4d2166,-0x23e,-0x239,-_0x32ed96._0x5c4dd5)]=['*'],_0x148551[_0xbc57b2(-0xbe,-_0x32ed96._0x3bd763,-_0x32ed96._0x176264,-0x7e)+'ts']={},_0x148551['teams']={},_0x148551;}const [_0x327631,_0x308cb2,_0x5efa74]=await Promise[_0x39ab83(-_0x32ed96._0x16d7a8,-_0x32ed96._0x51218d,-_0x32ed96._0x4a20e3,-0x1e9)]([_0x315ab5['aGwNO'](resolveUserServerPermissions,_0x126c6e),_0x315ab5[_0xbc57b2(-_0x32ed96._0x2bc09c,-_0x32ed96._0xf9d005,-0x9a,-_0x32ed96._0x2de592)](resolveUserPermissionsAllEnvironments,_0x126c6e),_0x315ab5[_0xbc57b2(-0x61,-0x94,-0x90,-0xa1)](resolveUserTeamPermissionsAll,_0x126c6e)]);function _0xbc57b2(_0x234c88,_0x42cffe,_0x4f747e,_0xcd8ef4){return _0x1208(_0x234c88- -_0x276de6._0x4f2408,_0x4f747e);}const _0xcbb20e={};_0xcbb20e['server']=_0x327631,_0xcbb20e[_0x39ab83(-0x24a,-0x1f6,-0x1a2,-_0x32ed96._0x4ef509)+'ts']=_0x308cb2;function _0x39ab83(_0x2e9374,_0x51591b,_0x206873,_0x22aa78){return _0x1208(_0x51591b- -0x391,_0x22aa78);}return _0xcbb20e[_0xbc57b2(-0xd6,-0xc1,-0x98,-0xfd)]=_0x5efa74,_0xcbb20e;}export async function hasPermissionOnAnyTeam(_0x3336d8,_0x35aad0){const _0x299853={_0x59c322:0x496,_0x8a048b:0x459,_0x528e6a:0x42a,_0x459b2f:0x22b,_0x4a6038:0x25a,_0x56f27b:0x453,_0x6dfb55:0x4c6,_0x389a70:0x26e,_0x2af1b7:0x498,_0x45b3dd:0x481,_0x414ba4:0x4c0,_0x55702a:0x2a4,_0x3940b3:0x2f5,_0x2f2de3:0x2af,_0x209b6c:0x26a,_0x18bd62:0x29b,_0x114152:0x217,_0x37e03d:0x209,_0x4f5bc8:0x2c0,_0x1c75b2:0x2a6,_0x4619b4:0x299,_0x13c688:0x258,_0x5c7a1e:0x2b8},_0x37877c={_0x21e30f:0xde},_0x2c327d={_0x56a3bb:0x2db},_0x515146={'bOqzx':function(_0x10ffc5){return _0x10ffc5();},'IpTyw':function(_0x457b5c,_0x4aab04,_0x5579ee){return _0x457b5c(_0x4aab04,_0x5579ee);},'KpcIT':_0x3b5caf(0x2d8,0x2d4,0x2bf,0x329),'ckBMV':function(_0x5325ec,_0x5b4dd5){return _0x5325ec===_0x5b4dd5;},'SzzKu':_0x182b50(0x4a6,0x4c4,0x455,_0x299853._0x59c322),'LPmFM':function(_0x1091a3,_0xe1b1c8){return _0x1091a3(_0xe1b1c8);},'tqHZu':function(_0x5837b6,_0x107fcf,_0x4ab0b1){return _0x5837b6(_0x107fcf,_0x4ab0b1);},'xyBNy':function(_0x57e948,_0x27a0cf){return _0x57e948===_0x27a0cf;}},_0xfce23c=await hasAllPermissions(_0x3336d8);if(_0xfce23c)return!![];const {getTeamsByUserId:_0x240911,getBindingsBySubject:_0x8a957f,getRoleById:_0x18ba17,getBindings:_0x424ead}=await _0x515146['bOqzx'](d);function _0x182b50(_0xa87b8f,_0x1053f3,_0x2c7906,_0x395bca){return _0x1208(_0x395bca-_0x2c327d._0x56a3bb,_0xa87b8f);}const _0x31915b=await _0x515146[_0x182b50(0x492,0x45c,0x462,0x492)](_0x8a957f,_0x515146[_0x182b50(0x406,0x44f,0x4a2,_0x299853._0x8a048b)],_0x3336d8);for(const _0x142416 of _0x31915b){if(_0x515146[_0x182b50(0x46f,_0x299853._0x528e6a,0x413,0x447)](_0x142416[_0x3b5caf(_0x299853._0x459b2f,_0x299853._0x4a6038,0x23c,0x2aa)+_0x182b50(0x440,_0x299853._0x56f27b,_0x299853._0x6dfb55,0x48b)],_0x515146[_0x3b5caf(_0x299853._0x389a70,0x254,0x21e,0x243)])){const _0x35faed=await _0x515146[_0x182b50(_0x299853._0x2af1b7,_0x299853._0x45b3dd,_0x299853._0x414ba4,0x4a4)](_0x18ba17,_0x142416['role_id']);if(_0x35faed&&_0x515146['tqHZu'](hasPermissionInSet,_0x35faed[_0x3b5caf(0x262,_0x299853._0x55702a,0x272,_0x299853._0x3940b3)+'s'],_0x35aad0))return!![];}}const _0x729848=await _0x240911(_0x3336d8);function _0x3b5caf(_0x5a0462,_0x4c3e88,_0x269e8c,_0x590636){return _0x1208(_0x4c3e88-_0x37877c._0x21e30f,_0x590636);}for(const _0x3c02f1 of _0x729848){const _0x259e4a=await _0x515146[_0x182b50(0x4fe,0x483,0x4d4,0x4d2)](_0x8a957f,_0x3b5caf(_0x299853._0x2f2de3,0x299,_0x299853._0x209b6c,_0x299853._0x18bd62),_0x3c02f1['id']);for(const _0x4f701a of _0x259e4a){if(_0x515146['xyBNy'](_0x4f701a[_0x3b5caf(_0x299853._0x114152,0x25a,_0x299853._0x37e03d,0x268)+_0x3b5caf(0x286,0x28e,_0x299853._0x4f5bc8,_0x299853._0x1c75b2)],_0x3b5caf(0x25d,_0x299853._0x4619b4,_0x299853._0x13c688,_0x299853._0x5c7a1e))){const _0x189fb5=await _0x18ba17(_0x4f701a['role_id']);if(_0x189fb5&&_0x515146['tqHZu'](hasPermissionInSet,_0x189fb5['permission'+'s'],_0x35aad0))return!![];}}}return![];}export async function hasPermissionOnAnyEnvironment(_0x26b21f,_0x58b0f1){const _0x19ef6c={_0x44a431:0x1c7,_0x3ff364:0x479,_0x59b55b:0x446,_0x4dc572:0x11d,_0x5630b4:0x149},_0x566496={_0x5a4274:0x278},_0x3ef907={_0x536265:0x7},_0xb05333={'RaHfu':function(_0x4614fd,_0x4c8bd3){return _0x4614fd(_0x4c8bd3);},'xCWhx':function(_0x5947ab,_0x53828a,_0x1d96bb){return _0x5947ab(_0x53828a,_0x1d96bb);}};function _0x496f78(_0x40e582,_0x3da2a5,_0x187ad0,_0x307eb3){return _0x1208(_0x40e582-_0x3ef907._0x536265,_0x187ad0);}const _0x1159e1=await _0xb05333[_0x496f78(0x1e6,0x211,_0x19ef6c._0x44a431,0x206)](hasAllPermissions,_0x26b21f);if(_0x1159e1)return!![];const _0x292379=await _0xb05333[_0x3252ca(0x457,_0x19ef6c._0x3ff364,0x461,_0x19ef6c._0x59b55b)](getVisibleEnvironments,_0x26b21f);for(const _0x38b78a of _0x292379){const _0x12389a=await resolveUserPermissions(_0x26b21f,_0x38b78a);if(_0xb05333[_0x496f78(0x159,0x1a4,_0x19ef6c._0x4dc572,_0x19ef6c._0x5630b4)](hasPermissionInSet,_0x12389a,_0x58b0f1))return!![];}function _0x3252ca(_0xaff5cb,_0x14a753,_0x33c028,_0xbddb16){return _0x1208(_0xaff5cb-_0x566496._0x5a4274,_0x33c028);}return![];}export async function resolveUserRoleNames(_0x5d7713){const _0x33d0a7={_0x586875:0x31c,_0x531369:0x30a,_0x4cff40:0x2e4,_0x5e4e25:0x2f3,_0x1bf626:0x2fd,_0x4ba406:0x23c,_0x49c161:0x27b,_0xa2385f:0x35c,_0x45c7d7:0x34b,_0x4ca821:0x253,_0x15d60f:0x2ca,_0x320a1d:0x28f,_0x2275b7:0x2c4,_0x1e8aa8:0x277,_0x34896c:0x244,_0x419e36:0x236,_0x37700a:0x2f2,_0x1dcab2:0x30d,_0x39c23b:0x2d2,_0x45a848:0x25e,_0x4611ee:0x303,_0x57399d:0x2de,_0x49c43b:0x315,_0x439118:0x25b,_0x2383fb:0x2c2,_0x5b7b60:0x2a2,_0x12ed11:0x270,_0xca9f26:0x275,_0x5d87f1:0x2e6,_0x244593:0x2be},_0x3cefb0={_0x250275:0xce},_0x4615a4={'tTzfD':function(_0x52c754){return _0x52c754();},'rSera':_0x103f75(0x317,0x2cc,0x314,0x2c4),'zhZlV':function(_0x1bfa1a,_0x501f78){return _0x1bfa1a(_0x501f78);},'eduqv':function(_0x861f58,_0x3cc088){return _0x861f58!==_0x3cc088;},'JtaKY':_0x4aac21(0x2ec,0x370,0x30c,_0x33d0a7._0x586875),'ZZrqN':'team','fIGJr':function(_0x507c46,_0x37a60b){return _0x507c46!==_0x37a60b;},'hEzuu':'FVHOG','gmHCf':function(_0x3f3333,_0xed0701){return _0x3f3333(_0xed0701);}},{getBindingsBySubject:_0xef572a,getTeamsByUserId:_0x28090e,getRoleById:_0x2bacbe}=await _0x4615a4[_0x4aac21(0x2c5,0x2f3,0x356,_0x33d0a7._0x531369)](d),_0x42725a=await _0xef572a(_0x4615a4[_0x103f75(0x236,0x2a2,0x2a5,0x25f)],_0x5d7713),_0x12fcda=await _0x4615a4[_0x4aac21(_0x33d0a7._0x4cff40,0x2b6,_0x33d0a7._0x5e4e25,_0x33d0a7._0x1bf626)](_0x28090e,_0x5d7713),_0x4f83ba=[];for(const _0x4ead56 of _0x12fcda){if(_0x4615a4[_0x103f75(0x2cc,_0x33d0a7._0x4ba406,0x28e,_0x33d0a7._0x49c161)](_0x4aac21(_0x33d0a7._0xa2385f,0x327,_0x33d0a7._0x45c7d7,_0x33d0a7._0x586875),_0x4615a4[_0x103f75(0x20b,0x2a8,0x212,0x254)]))for(const _0x54ad6d of _0x46e206[_0x103f75(0x2ac,_0x33d0a7._0x4ca821,_0x33d0a7._0x15d60f,0x294)+'s']){_0x5c093c[_0x4aac21(_0x33d0a7._0x320a1d,0x316,0x2bb,_0x33d0a7._0x2275b7)](_0x54ad6d);}else{const _0x13f940=await _0xef572a(_0x4615a4[_0x4aac21(0x310,0x298,_0x33d0a7._0x1e8aa8,0x2c0)],_0x4ead56['id']);_0x4f83ba[_0x103f75(0x210,_0x33d0a7._0x34896c,_0x33d0a7._0x419e36,0x23f)](..._0x13f940);}}function _0x103f75(_0x2f006a,_0x34a2de,_0x58180e,_0x1875ba){return _0x1208(_0x1875ba-_0x3cefb0._0x250275,_0x34a2de);}function _0x4aac21(_0x5e7009,_0x1f94d1,_0x4f0c40,_0x39c313){return _0x1208(_0x39c313-0x131,_0x5e7009);}const _0x298f27=[..._0x42725a,..._0x4f83ba],_0x483477=new Set(_0x298f27[_0x4aac21(0x2a4,_0x33d0a7._0x37700a,_0x33d0a7._0x1dcab2,0x2dc)](_0x6c98f7=>_0x6c98f7[_0x4aac21(0x2f1,0x33b,0x2f2,0x319)])),_0x2c6c59=[];for(const _0x7c95d8 of _0x483477){if(_0x4615a4[_0x103f75(0x2c3,_0x33d0a7._0x39c23b,_0x33d0a7._0x45a848,0x2aa)](_0x4615a4['hEzuu'],_0x4aac21(_0x33d0a7._0x4611ee,_0x33d0a7._0x57399d,0x34e,_0x33d0a7._0x49c43b))){const _0x21eaae=await _0x4615a4['gmHCf'](_0x2bacbe,_0x7c95d8);if(_0x21eaae)_0x2c6c59[_0x4aac21(0x2ab,_0x33d0a7._0x439118,_0x33d0a7._0x2383fb,_0x33d0a7._0x5b7b60)](_0x21eaae[_0x4aac21(_0x33d0a7._0x12ed11,_0x33d0a7._0xca9f26,_0x33d0a7._0x5d87f1,_0x33d0a7._0x244593)]);}else{if(_0x4d5e02['some'](_0x48a7ff=>_0x48a7ff['id']===_0x4d21dd[_0x103f75(0x27c,0x275,0x281,0x23e)]))return!![];}}return _0x2c6c59;}export async function wouldRetainServerAdmin({excludeBindingId:_0x404d3a,excludeTeamMember:_0x353924,excludeTeamId:_0x30625,replaceTeamMembers:_0x51fa3d}={}){const _0x5a6712={_0x1f591:0x4df,_0x99289c:0x4c0,_0x3540fd:0x10e,_0x47c1fa:0xbc,_0x55570a:0x42f,_0x2c5363:0x41b,_0x20eb8c:0x3ee,_0x7bb01a:0xe2,_0x5f5709:0x113,_0x9641d2:0xde,_0x2e8674:0x4b,_0x52efb1:0xf,_0x4b3193:0x46e,_0x21e708:0x47c,_0x24bfb3:0x485,_0x477e02:0x474,_0x190221:0xc6,_0x14e7d0:0xd6,_0x4ba58e:0x421,_0xe980c2:0x47f,_0x50cf94:0x4c1,_0x20eb94:0x99,_0xc951bf:0x4ca,_0x4fe108:0x444,_0x7882f6:0x495,_0x2f0c93:0x465,_0x209464:0x4f9,_0x300306:0x4c4,_0x286cfe:0x49e,_0x114045:0x4b1,_0x1b5a96:0x47,_0x1e3f40:0x6f,_0x4298a6:0x1f,_0x22ac2b:0x5a,_0x50364e:0x5a,_0x83a31d:0xc2,_0x2a68cd:0xc8,_0x26a5d8:0x85,_0x3aeac1:0x56,_0x559344:0x489,_0xd2cbde:0x4a4,_0x19f9c1:0x48d,_0x231783:0x68,_0x31a934:0x99,_0x3853e8:0x44d,_0x2301fb:0x424,_0x1515a4:0x463,_0x4478c6:0x3fd,_0x4fa7b3:0x3e8,_0x3b722f:0xa0,_0x16ad63:0x27,_0x2b640f:0x71,_0x30a366:0x78,_0x3141f6:0x37,_0x40d658:0xd1,_0x359134:0x44a,_0x30727c:0x453,_0x9dd3d:0x415,_0x24ac09:0x43f,_0x1b8d7a:0x46b,_0x11a7d3:0x456,_0x2e7aa2:0x44b,_0x202c49:0x411,_0xe38bd7:0x451,_0x14c16d:0x440,_0x3cf2d5:0x40c,_0x43928a:0x48a,_0x3f935f:0x42f,_0x88bdb7:0xce,_0x101312:0xe5,_0x4bd8e6:0xa7},_0x420b09={'BCOnp':'./bindings'+_0x39fefd(0x504,0x4ae,_0x5a6712._0x1f591,_0x5a6712._0x99289c),'CSvIV':_0x5b2fa8(0x10f,_0x5a6712._0x3540fd,_0x5a6712._0x47c1fa,0xf7),'qjPIO':function(_0x2c4df4){return _0x2c4df4();},'ffQPK':function(_0x18bc76,_0x4272c7){return _0x18bc76===_0x4272c7;},'XLJVm':function(_0x513286,_0x1327eb){return _0x513286!==_0x1327eb;},'RmoyY':_0x39fefd(_0x5a6712._0x55570a,_0x5a6712._0x2c5363,_0x5a6712._0x20eb8c,0x419),'MpgcH':function(_0x23a36d,_0x564f7b){return _0x23a36d(_0x564f7b);},'coYPG':function(_0x567f12,_0x43a5c3){return _0x567f12===_0x43a5c3;},'zTNSn':'user','hwhcv':'gNFMh','OpkCm':_0x5b2fa8(0xd2,_0x5a6712._0x7bb01a,_0x5a6712._0x5f5709,_0x5a6712._0x9641d2),'THjIE':'team','RFmpj':function(_0x1fcdf3,_0x536aae){return _0x1fcdf3(_0x536aae);},'rxacA':function(_0x50522d,_0x44648c){return _0x50522d===_0x44648c;},'mBpio':_0x5b2fa8(_0x5a6712._0x2e8674,_0x5a6712._0x52efb1,0x7,0x57),'ubUWC':function(_0x2153a8,_0x4b46a2){return _0x2153a8===_0x4b46a2;}},{getRoleById:_0xb71156}=await d(),{getBindings:_0xdacd20}=await import(_0x420b09[_0x39fefd(_0x5a6712._0x4b3193,_0x5a6712._0x21e708,_0x5a6712._0x24bfb3,_0x5a6712._0x477e02)]),{getUsers:_0x1cd7bc}=await import(_0x5b2fa8(_0x5a6712._0x190221,0xea,_0x5a6712._0x14e7d0,0xd9)),{getTeamById:_0x565cf2}=await import(_0x420b09[_0x39fefd(0x46d,0x3f9,0x451,_0x5a6712._0x4ba58e)]);function _0x39fefd(_0x5479e8,_0x4f3bb1,_0x328218,_0x422b26){return _0x1208(_0x422b26-0x2c6,_0x5479e8);}const _0x263084=await _0xdacd20(),_0x214e2d=await _0x420b09[_0x39fefd(0x4fe,_0x5a6712._0xe980c2,0x4e2,_0x5a6712._0x50cf94)](_0x1cd7bc);function _0x5b2fa8(_0x369ffe,_0x4ac6d5,_0x2dd50e,_0x441b06){return _0x1208(_0x441b06- -0x102,_0x4ac6d5);}const _0x752b33=[];for(const _0x5e77ca of _0x263084){if(_0x404d3a&&_0x420b09[_0x5b2fa8(0xaf,_0x5a6712._0x20eb94,0xd4,0xdc)](_0x5e77ca['id'],_0x404d3a))continue;if(_0x420b09['XLJVm'](_0x5e77ca['resource_t'+'ype'],_0x420b09[_0x39fefd(0x4d3,_0x5a6712._0xc951bf,_0x5a6712._0x4fe108,_0x5a6712._0x7882f6)]))continue;const _0x2dc10d=await _0x420b09[_0x39fefd(0x453,0x45b,0x448,_0x5a6712._0x2f0c93)](_0xb71156,_0x5e77ca[_0x39fefd(_0x5a6712._0x477e02,_0x5a6712._0x209464,_0x5a6712._0x300306,0x4ae)]);if(!_0x2dc10d||!_0x2dc10d[_0x39fefd(_0x5a6712._0x286cfe,0x491,_0x5a6712._0x114045,0x48c)+'s']['includes']('*'))continue;_0x752b33[_0x5b2fa8(_0x5a6712._0x1b5a96,0x4e,0x65,_0x5a6712._0x1e3f40)](_0x5e77ca);}for(const _0x599161 of _0x752b33){if(_0x420b09[_0x5b2fa8(0x58,_0x5a6712._0x4298a6,_0x5a6712._0x22ac2b,_0x5a6712._0x50364e)](_0x599161[_0x5b2fa8(_0x5a6712._0x83a31d,_0x5a6712._0x2a68cd,_0x5a6712._0x26a5d8,0x9b)+'pe'],_0x420b09['zTNSn'])){if(_0x420b09['coYPG'](_0x420b09[_0x5b2fa8(0x4e,0x87,_0x5a6712._0x3aeac1,0x58)],_0x420b09[_0x39fefd(0x488,0x469,_0x5a6712._0x559344,0x45b)]))return _0x1720e2[_0x39fefd(0x4b5,_0x5a6712._0xd2cbde,0x447,_0x5a6712._0x19f9c1)](_0x53d673[_0x5b2fa8(_0x5a6712._0x231783,0x99,0xbf,_0x5a6712._0x31a934)+'ts']);else{if(_0x214e2d[_0x39fefd(0x452,_0x5a6712._0x286cfe,_0x5a6712._0x3853e8,0x497)](_0xcb9181=>_0xcb9181['id']===_0x599161['subject_id']))return!![];}}if(_0x420b09['coYPG'](_0x599161[_0x39fefd(0x470,0x48a,_0x5a6712._0x2301fb,_0x5a6712._0x1515a4)+'pe'],_0x420b09[_0x5b2fa8(0x10d,0x10b,0xe0,0xe4)])){if(_0x30625&&_0x420b09[_0x39fefd(0x470,0x479,0x4f0,_0x5a6712._0xd2cbde)](_0x599161[_0x39fefd(_0x5a6712._0x4478c6,0x46d,_0x5a6712._0x4fa7b3,0x436)],_0x30625))continue;const _0x1c4202=await _0x420b09[_0x5b2fa8(_0x5a6712._0x3b722f,_0x5a6712._0x16ad63,_0x5a6712._0x2b640f,_0x5a6712._0x30a366)](_0x565cf2,_0x599161[_0x5b2fa8(0x1a,0xbd,_0x5a6712._0x3141f6,0x6e)]);if(!_0x1c4202)continue;let _0x2f84a4=_0x1c4202[_0x5b2fa8(0x60,_0x5a6712._0x40d658,0x9b,0xa7)]||[];_0x353924&&_0x420b09['ffQPK'](_0x353924['teamId'],_0x599161[_0x39fefd(_0x5a6712._0x359134,_0x5a6712._0x30727c,_0x5a6712._0x9dd3d,0x436)])&&(_0x420b09[_0x39fefd(0x425,_0x5a6712._0x24ac09,_0x5a6712._0x1b8d7a,_0x5a6712._0x11a7d3)](_0x420b09[_0x39fefd(0x47b,_0x5a6712._0x2e7aa2,_0x5a6712._0x202c49,_0x5a6712._0xe38bd7)],'BcOYO')?_0x586ccf[_0x6f943c]=[..._0x592e2f[_0x182ad7]]:_0x2f84a4=_0x2f84a4['filter'](_0x17a86e=>_0x17a86e!==_0x353924[_0x5b2fa8(0x9a,0xf9,0xd5,0xaf)]));_0x51fa3d&&_0x420b09[_0x39fefd(_0x5a6712._0x14c16d,_0x5a6712._0x3cf2d5,_0x5a6712._0x43928a,0x439)](_0x51fa3d[_0x39fefd(0x3fa,0x403,0x3e3,_0x5a6712._0x3f935f)],_0x599161[_0x5b2fa8(0x49,0xad,0xbf,0x6e)])&&(_0x2f84a4=_0x51fa3d[_0x5b2fa8(_0x5a6712._0x88bdb7,_0x5a6712._0x101312,0xaa,_0x5a6712._0x4bd8e6)]||[]);if(_0x2f84a4['length']>0x1*-0xcb5+0xd91+-0xdc)return!![];}}return![];}
|
|
1
|
+
(function(_0x5bb941,_0x224717){const _0x1a2833={_0x342bbc:0x13b,_0x40970b:0x123,_0x5d53df:0x111,_0x149269:0xf0,_0x569c5d:0x142,_0x5f355:0x45a,_0x2daacd:0x44a,_0x9fd426:0x420,_0x427795:0x43f,_0x1766ce:0x443,_0xf37e88:0x447,_0x31b958:0x425,_0x520a42:0x4a0,_0x1cdbbc:0x4ad,_0x5bbd1a:0x14e,_0x3b49be:0x11f,_0x431b67:0x113,_0x3e6066:0x13f,_0x1d15a0:0x15a},_0x3548b5=_0x5bb941();function _0x356ac7(_0x3ff61d,_0x5d7345,_0x58b33d,_0x4fa5fa){return _0x429b(_0x3ff61d-0x2fe,_0x4fa5fa);}function _0x474a1a(_0x204e42,_0x7ede5c,_0x5eec86,_0x23e182){return _0x429b(_0x7ede5c- -0x51,_0x23e182);}while(!![]){try{const _0x2fbe98=-parseInt(_0x474a1a(0x110,0x10c,0xca,_0x1a2833._0x342bbc))/(-0x1257+-0x5*-0x731+-0x119d)+-parseInt(_0x474a1a(_0x1a2833._0x40970b,_0x1a2833._0x5d53df,_0x1a2833._0x149269,_0x1a2833._0x569c5d))/(0x4b*-0x11+0x2*-0x10d+0x717)+parseInt(_0x356ac7(_0x1a2833._0x5f355,0x456,_0x1a2833._0x2daacd,_0x1a2833._0x9fd426))/(0xaf7+-0x3e0*0x1+-0x714)+parseInt(_0x356ac7(0x479,0x4aa,0x44c,_0x1a2833._0x427795))/(0x22a+0x76*-0x4b+0x206c)+parseInt(_0x356ac7(0x455,0x49b,0x45f,_0x1a2833._0x1766ce))/(-0x1*-0x1c91+0x2*0x49+-0x1d1e)*(parseInt(_0x356ac7(0x44e,0x489,_0x1a2833._0xf37e88,_0x1a2833._0x31b958))/(-0x29*0xe2+0x9bf*0x4+0x2*-0x162))+-parseInt(_0x356ac7(0x431,0x450,0x3f3,0x478))/(0x892+0x3c0+0xc4b*-0x1)*(-parseInt(_0x356ac7(0x4bc,0x494,_0x1a2833._0x520a42,_0x1a2833._0x1cdbbc))/(-0x6b*-0x43+-0x245d*-0x1+-0x4056))+-parseInt(_0x474a1a(_0x1a2833._0x5bbd1a,_0x1a2833._0x3b49be,0x110,_0x1a2833._0x431b67))/(-0x1792+0x1895*-0x1+0x3030)*(-parseInt(_0x474a1a(_0x1a2833._0x3e6066,0x127,_0x1a2833._0x1d15a0,0x108))/(0x1*0x26bf+-0x23aa+0x29*-0x13));if(_0x2fbe98===_0x224717)break;else _0x3548b5['push'](_0x3548b5['shift']());}catch(_0x52b516){_0x3548b5['push'](_0x3548b5['shift']());}}}(_0x5ca2,0x181df*0x5+-0x171b2a+0x7f9*0x38e));import{hasPermissionInSet,getPermissionScope,PERMISSIONS}from'./roles.js';let deps=null;export function _setDeps(_0x1ae596){deps=_0x1ae596;}export function _getDeps(){return deps;}async function loadProductionDeps(){const _0x1ed9c0={_0x3de529:0x53c,_0x11b7c0:0x4d0,_0x2caec0:0x4ca,_0x5c5eb4:0x486,_0x40cd2c:0x493,_0x451dd1:0x4ed,_0x2684ea:0x21b,_0x17a5b1:0x216,_0x5d1a2d:0x46e,_0x1f26f3:0x4a7,_0x3fc0b0:0x471,_0x41e963:0x24d,_0x2c5710:0x1e7,_0x43086b:0x1e4,_0x51201c:0x222,_0x2428ba:0x508,_0x20b06c:0x51b,_0x3282a4:0x4b8,_0x149caf:0x222,_0xe65652:0x275,_0x479abf:0x243,_0x5c2453:0x4ef,_0x2846c3:0x47f,_0x41dd04:0x494,_0x2480ab:0x1c0,_0x26b104:0x227,_0x53d510:0x20a},_0x47fa57={_0x2b1545:0x230,_0x4dba31:0x203,_0x490a48:0x234,_0x30f1ee:0x272,_0x4e9c4f:0x287,_0x32612d:0x22f,_0x549a13:0x21d,_0x1f0c9c:0x23b,_0xe08083:0x213,_0x21150d:0x24e},_0x1fe79a={_0xfd5f1e:0x5a},_0x294014={_0x3501f1:0x35a},_0x4878ea={};function _0x89b25a(_0x3f2864,_0x1d19d3,_0x1e639b,_0x22ce65){return _0x429b(_0x22ce65- -0x3a1,_0x1d19d3);}_0x4878ea['wwbUL']=_0xe986e5(0x503,_0x1ed9c0._0x3de529,_0x1ed9c0._0x11b7c0,0x4e1)+'s',_0x4878ea['kXfqi']=_0xe986e5(0x4be,0x4c5,0x4ba,_0x1ed9c0._0x2caec0),_0x4878ea[_0xe986e5(0x4b9,_0x1ed9c0._0x5c5eb4,_0x1ed9c0._0x40cd2c,_0x1ed9c0._0x451dd1)]='./bindings'+_0x89b25a(-_0x1ed9c0._0x2684ea,-_0x1ed9c0._0x17a5b1,-0x216,-0x203),_0x4878ea['gCcWQ']=_0x89b25a(-0x1d8,-0x1c8,-0x23b,-0x213)+_0xe986e5(0x496,_0x1ed9c0._0x5d1a2d,_0x1ed9c0._0x1f26f3,_0x1ed9c0._0x3fc0b0)+'s';const _0x1dcf8b=_0x4878ea;if(deps)return deps;const _0x3842a4=await import(_0x1dcf8b[_0x89b25a(-_0x1ed9c0._0x41e963,-_0x1ed9c0._0x2c5710,-_0x1ed9c0._0x43086b,-_0x1ed9c0._0x51201c)]);function _0xe986e5(_0x3b3696,_0x5c88ca,_0x50afe0,_0xce0c18){return _0x429b(_0x3b3696-_0x294014._0x3501f1,_0x50afe0);}const _0x283a67=await import(_0x1dcf8b['gGuJF']),_0x137c2d=await import(_0x1dcf8b[_0xe986e5(0x480,0x468,0x4ac,0x4cd)]);return deps={'getTeamsByUserId':_0x3842a4[_0xe986e5(0x4f7,0x4aa,0x4c9,_0x1ed9c0._0x2428ba)+'UserId'],'getBindingsByResource':_0x283a67[_0xe986e5(0x4f1,_0x1ed9c0._0x20b06c,_0x1ed9c0._0x3282a4,0x4e4)+_0x89b25a(-_0x1ed9c0._0x149caf,-_0x1ed9c0._0xe65652,-_0x1ed9c0._0x479abf,-0x25d)+'e'],'getBindingsBySubject':_0x283a67['getBinding'+'sBySubject'],'getRoleById':_0x137c2d[_0xe986e5(0x4a4,_0x1ed9c0._0x5c2453,_0x1ed9c0._0x2846c3,_0x1ed9c0._0x41dd04)+'d'],'getBindings':_0x283a67[_0x89b25a(-0x1eb,-_0x1ed9c0._0x2480ab,-_0x1ed9c0._0x26b104,-_0x1ed9c0._0x53d510)+'s'],'getAllEnvironments':async()=>{const _0x285bd7={_0x38114d:0x1e6};function _0x15ba8a(_0x5f1cb4,_0xa16c9e,_0x1b3a41,_0x57df31){return _0x89b25a(_0x5f1cb4-0x18d,_0x5f1cb4,_0x1b3a41-_0x1fe79a._0xfd5f1e,_0xa16c9e-0x372);}const {coderConfig:_0x9007d2}=await import(_0x1dcf8b['wwbUL']);if(_0x9007d2&&_0x9007d2[_0x5623a5(_0x47fa57._0x2b1545,0x24f,0x239,0x266)+'ts'])return Object[_0x5623a5(_0x47fa57._0x4dba31,0x24a,0x20a,0x212)](_0x9007d2[_0x5623a5(_0x47fa57._0x490a48,0x24f,_0x47fa57._0x30f1ee,0x254)+'ts']);function _0x5623a5(_0x1f16dc,_0x3a54b2,_0xb517c6,_0x47ed89){return _0xe986e5(_0x3a54b2- -0x28d,_0x3a54b2-_0x285bd7._0x38114d,_0x47ed89,_0x47ed89-0x1d7);}const _0x3e58f9=await _0x283a67[_0x5623a5(_0x47fa57._0x4e9c4f,0x264,_0x47fa57._0x32612d,0x228)+'s']();return[...new Set(_0x3e58f9[_0x5623a5(_0x47fa57._0x549a13,0x212,0x1d6,_0x47fa57._0x1f0c9c)](_0x34daa3=>_0x34daa3['resource_t'+_0x5623a5(0x23c,0x275,0x294,0x299)]===_0x15ba8a(0x158,0x153,0x162,0x149)+'t'&&_0x34daa3[_0x5623a5(0x251,0x254,0x225,0x27b)+'d']&&_0x34daa3[_0x5623a5(0x280,0x254,0x27e,0x26e)+'d']!=='*')[_0x5623a5(_0x47fa57._0xe08083,0x218,_0x47fa57._0x21150d,0x1e4)](_0x5cc53e=>_0x5cc53e[_0x5623a5(0x268,0x254,0x294,0x222)+'d']))];}},deps;}async function d(){const _0xc2399f={_0x1f7b67:0x24e},_0x21e1af={'rWPEm':function(_0x54a3bc){return _0x54a3bc();}};function _0x29cf6a(_0x20690a,_0x18fe7c,_0x1e9288,_0x222a24){return _0x429b(_0x222a24-0xfa,_0x18fe7c);}return deps||await _0x21e1af[_0x29cf6a(0x277,_0xc2399f._0x1f7b67,0x2ae,0x28e)](loadProductionDeps);}async function collectBindingsForUser(_0x2c63bf,_0x53866a,_0x3687e1){const _0xd002ca={_0x306925:0x2b9,_0x33cdb4:0x312,_0x3eae7a:0x329,_0x1b464e:0x2d2,_0x1b30ba:0x29c,_0x5cff1c:0x244,_0x360f8c:0x276,_0x2ad48a:0x275,_0x5296a0:0x234,_0x931b5:0x2a5,_0x539421:0x2c3,_0x35e973:0x251,_0x334836:0x215,_0x2add74:0x247,_0x538b7d:0x237,_0x5b566e:0x216,_0x1e6563:0x211,_0x3752bb:0x23b,_0x25126d:0x21b,_0x9d7631:0x265,_0x169824:0x25f},_0x1d41c8={_0x383e9d:0xfe},_0x401204={_0x5115ae:0x120};function _0x302ea5(_0xa19a51,_0x4dd762,_0x411501,_0x183b50){return _0x429b(_0x4dd762-_0x401204._0x5115ae,_0x183b50);}const _0x5811d1={'clGfK':function(_0x502a7f){return _0x502a7f();},'CqJXG':function(_0x497158,_0x474800){return _0x497158(_0x474800);},'mkATH':function(_0x5795db,_0x3b5d7a){return _0x5795db===_0x3b5d7a;},'gILKp':'server','OVbhz':function(_0x4cd429,_0x3c05cf){return _0x4cd429(_0x3c05cf);},'AGKyO':_0x302ea5(_0xd002ca._0x306925,0x2dd,_0xd002ca._0x33cdb4,_0xd002ca._0x3eae7a),'NxsKZ':function(_0x483273,_0x4793f7,_0x5f3b24){return _0x483273(_0x4793f7,_0x5f3b24);},'ZVpcS':function(_0xf84dc3,_0x2d8a0e){return _0xf84dc3(_0x2d8a0e);}},{getTeamsByUserId:_0x3cbcb3,getBindingsByResource:_0x1994aa}=await _0x5811d1['clGfK'](d),_0x39c9eb=await _0x5811d1[_0x302ea5(_0xd002ca._0x1b464e,_0xd002ca._0x1b30ba,0x2b2,0x277)](_0x3cbcb3,_0x2c63bf),_0x507e29=new Set(_0x39c9eb[_0x2e1b9d(0x252,0x249,0x21a,_0xd002ca._0x5cff1c)](_0x16fa9a=>_0x16fa9a['id']));let _0x624c5f=[];if(_0x5811d1[_0x302ea5(0x27f,0x244,0x28f,_0xd002ca._0x360f8c)](_0x53866a,_0x5811d1['gILKp']))_0x624c5f=await _0x5811d1[_0x2e1b9d(0x248,0x257,_0xd002ca._0x2ad48a,0x267)](_0x1994aa,_0x2e1b9d(_0xd002ca._0x5296a0,0x25e,0x22c,0x25f));else{if(_0x5811d1[_0x302ea5(_0xd002ca._0x931b5,0x2b5,0x286,0x290)]===_0x5811d1[_0x302ea5(0x2cf,0x2b5,0x2fe,_0xd002ca._0x539421)]){_0x624c5f=await _0x5811d1[_0x2e1b9d(0x221,_0xd002ca._0x35e973,_0xd002ca._0x334836,0x29b)](_0x1994aa,_0x53866a,_0x3687e1);const _0x3391a8=await _0x5811d1[_0x302ea5(0x227,_0xd002ca._0x2add74,_0xd002ca._0x538b7d,_0xd002ca._0x5b566e)](_0x1994aa,_0x5811d1[_0x2e1b9d(_0xd002ca._0x1e6563,0x244,0x24e,0x24d)]);_0x624c5f=[..._0x624c5f,..._0x3391a8];}else return _0x4eda83['keys'](_0x20b339[_0x2e1b9d(0x2c7,0x280,_0xd002ca._0x3752bb,0x25f)+'ts']);}function _0x2e1b9d(_0xee27e4,_0x20b520,_0x139e24,_0x124184){return _0x429b(_0x20b520-_0x1d41c8._0x383e9d,_0x124184);}return _0x624c5f[_0x302ea5(_0xd002ca._0x25126d,_0xd002ca._0x9d7631,0x251,_0xd002ca._0x169824)](_0x4d8bef=>_0x4d8bef[_0x302ea5(0x286,0x25e,0x25b,0x2aa)+'pe']===_0x302ea5(0x26c,0x260,0x267,0x2a9)&&_0x4d8bef[_0x302ea5(0x2f5,0x2b6,0x284,0x2ad)]===_0x2c63bf||_0x4d8bef[_0x2e1b9d(0x240,0x23c,0x1fc,0x243)+'pe']===_0x2e1b9d(0x214,0x246,0x25c,0x260)&&_0x507e29[_0x2e1b9d(0x239,0x230,0x1f6,0x245)](_0x4d8bef[_0x302ea5(0x2bf,0x2b6,0x302,0x2c5)]));}export async function resolveUserPermissions(_0x32cb83,_0xc0ed04){const _0x301b1e={_0x4f81ef:0xa3,_0x571dfb:0xb9,_0x2d0177:0xd0,_0xd0db2f:0xc2,_0x6676c8:0x403,_0x1d8867:0xd5,_0x3b07b3:0xc9,_0x4ea05c:0xa1,_0x11165b:0x89,_0x2e6de0:0xbd,_0xbb675a:0xff,_0x60aeee:0x8e,_0x4d24da:0xc3,_0x5660bd:0xac,_0xdd80ba:0x3f3,_0x16c57f:0x3d0,_0x319fa1:0xab,_0x443fc3:0x82,_0x4e3c86:0x341,_0x5266f2:0x40d,_0x6f0cd5:0x3cd,_0x2b9540:0x40a,_0x7d22e2:0x428,_0x5153ce:0xbf,_0x318f61:0x3b2};function _0x38efe6(_0x21ce05,_0x49d951,_0x3c5aac,_0xba3933){return _0x429b(_0x49d951- -0x23a,_0xba3933);}const _0xc5b9ab={'hPqcC':function(_0x4ef474){return _0x4ef474();},'OSfeK':function(_0xe55c77,_0xbf6fb8,_0x487d1e,_0x201e6a){return _0xe55c77(_0xbf6fb8,_0x487d1e,_0x201e6a);},'ihiwd':_0x38efe6(-0x9f,-0xb8,-0xd4,-0x82)+'t','QskXw':function(_0x5abab3,_0x3ca370){return _0x5abab3(_0x3ca370);},'MfijU':function(_0x110b30,_0x1bf064){return _0x110b30!==_0x1bf064;},'ivKjK':_0x38efe6(-_0x301b1e._0x4f81ef,-_0x301b1e._0x571dfb,-_0x301b1e._0x2d0177,-_0x301b1e._0xd0db2f),'qiyzD':function(_0x1f36ab,_0x169584){return _0x1f36ab===_0x169584;},'XlbtC':_0x4f1f7a(_0x301b1e._0x6676c8,0x3e2,0x401,0x3e2),'EUmRE':_0x38efe6(-0xef,-0x101,-_0x301b1e._0x1d8867,-_0x301b1e._0x3b07b3)},{getRoleById:_0x409301}=await _0xc5b9ab['hPqcC'](d),_0x314972=await _0xc5b9ab[_0x38efe6(-0xaf,-_0x301b1e._0x4ea05c,-_0x301b1e._0x11165b,-_0x301b1e._0x2e6de0)](collectBindingsForUser,_0x32cb83,_0xc5b9ab[_0x38efe6(-0x106,-_0x301b1e._0x1d8867,-_0x301b1e._0xbb675a,-0xee)],_0xc0ed04),_0x20c376=new Set();for(const _0x5d1884 of _0x314972){const _0x55d112=await _0xc5b9ab['QskXw'](_0x409301,_0x5d1884[_0x38efe6(-0xb8,-_0x301b1e._0x60aeee,-0x52,-0xc6)]);if(_0x55d112){if(_0xc5b9ab[_0x38efe6(-0xc5,-0xc5,-_0x301b1e._0x4d24da,-_0x301b1e._0x5660bd)](_0x4f1f7a(0x3fd,_0x301b1e._0xdd80ba,_0x301b1e._0x16c57f,0x423),_0xc5b9ab['ivKjK']))for(const _0x48ec49 of _0x55d112[_0x38efe6(-0x83,-_0x301b1e._0x319fa1,-0xcc,-_0x301b1e._0x443fc3)+'s']){if(_0xc5b9ab[_0x4f1f7a(0x38c,0x39f,0x3bd,_0x301b1e._0x4e3c86)](_0xc5b9ab['XlbtC'],_0xc5b9ab[_0x4f1f7a(0x40b,_0x301b1e._0x5266f2,0x3d8,_0x301b1e._0x6f0cd5)]))for(const _0x272f44 of _0xb31774){_0x47b8d4[_0x3f96da][_0x4f1f7a(_0x301b1e._0x2b9540,0x3d3,_0x301b1e._0x7d22e2,0x3f6)](_0x272f44);}else _0x20c376[_0x38efe6(-0x45,-0x86,-0x6c,-_0x301b1e._0x5153ce)](_0x48ec49);}else return!![];}}if(_0x20c376[_0x4f1f7a(0x388,_0x301b1e._0x318f61,0x3d0,0x360)]('*'))return['*'];function _0x4f1f7a(_0x57b57d,_0x279a82,_0x441f29,_0x551bdc){return _0x429b(_0x57b57d-0x256,_0x441f29);}return[..._0x20c376];}export async function hasPermission(_0x4073f1,_0x44e450,_0x13111e){const _0x3d9a49={_0x2bb385:0xf6,_0x4f3e13:0x140,_0x3bdf85:0x101,_0x354e0a:0xfc,_0x1e6942:0x105,_0xaffdc:0x14c,_0x5aa876:0x178,_0x523dcd:0x157,_0x4780ef:0x13c,_0x2b107f:0xd4,_0x5c580c:0xcb,_0x362c2f:0x125,_0x1953f5:0xd0,_0x5a16c9:0x134,_0x4674ce:0x16f,_0x259fb9:0x195,_0x207a5a:0x10e,_0x44daca:0x11b,_0x3ef137:0x11f,_0x5aef78:0x111,_0x3dd484:0x13c,_0x4d2722:0xaa,_0x1fb1cf:0x7b,_0x109fe1:0x65,_0x18404b:0x10f,_0x484717:0x1af,_0x40768c:0x183,_0x4a3f36:0xdf,_0x42ecdb:0xec,_0x57626e:0x9e,_0xc98875:0x109,_0x2daa45:0x15a,_0x3ee055:0x166,_0x14b8a6:0x192,_0x408547:0x11d,_0x17a003:0xc7,_0x3c89fe:0xdd,_0x3d9b13:0x101,_0x4acba8:0xdf,_0x3c6509:0xe7,_0x1852ae:0xed,_0x4f0fca:0x115,_0x8c124a:0x143,_0x8f6e69:0x15f,_0x451865:0x16c,_0x264343:0x14d,_0x1ae13f:0xc2,_0x209576:0x7a,_0xc51355:0x158,_0x393d2e:0x13e},_0x5e3914={_0x540c37:0x40},_0x4f71c7={'cvXWM':function(_0x28d474,_0x33d6fb){return _0x28d474(_0x33d6fb);},'WeFYt':function(_0x138f24,_0x21c9bf){return _0x138f24===_0x21c9bf;},'GJeFG':_0x4d7afb(-_0x3d9a49._0x2bb385,-_0x3d9a49._0x4f3e13,-_0x3d9a49._0x3bdf85,-_0x3d9a49._0x354e0a),'XixtB':_0x459470(0x100,0x121,_0x3d9a49._0x1e6942,_0x3d9a49._0xaffdc),'BrfQe':function(_0x174994,_0x250186,_0x1d052d){return _0x174994(_0x250186,_0x1d052d);},'fSmrb':function(_0x7642e5,_0x83ef25){return _0x7642e5!==_0x83ef25;},'ipaCQ':_0x459470(0x15b,_0x3d9a49._0x5aa876,_0x3d9a49._0x523dcd,_0x3d9a49._0x4780ef),'RrLce':function(_0x1d5e08,_0x40a35c){return _0x1d5e08===_0x40a35c;},'YXNvW':function(_0x13be2f,_0x5e62de,_0x57ed63,_0x2a23c4){return _0x13be2f(_0x5e62de,_0x57ed63,_0x2a23c4);},'FgnPr':_0x4d7afb(-_0x3d9a49._0x2b107f,-0xa8,-0xd8,-0x115)+'t','SzBjK':function(_0x5641c3,_0x5cf167){return _0x5641c3===_0x5cf167;},'BvYHs':_0x4d7afb(-0x10e,-0xc4,-_0x3d9a49._0x5c580c,-0x12e)};function _0x4d7afb(_0x4105c9,_0x589467,_0xf4557c,_0x4049a4){return _0x429b(_0x4105c9- -0x256,_0xf4557c);}function _0x459470(_0x52d6fc,_0x109c6f,_0x213d90,_0x161d25){return _0x429b(_0x52d6fc- -_0x5e3914._0x540c37,_0x213d90);}const {getRoleById:_0x569b27}=await d(),_0x54c050=_0x4f71c7[_0x459470(0x158,0x130,_0x3d9a49._0x362c2f,0x179)](getPermissionScope,_0x44e450);if(_0x4f71c7[_0x4d7afb(-0xb1,-_0x3d9a49._0x1953f5,-0xd5,-0xe7)](_0x54c050,_0x4f71c7[_0x459470(0xfb,_0x3d9a49._0x5a16c9,0x105,0x146)])){const {getBindingsBySubject:_0x3b23ec,getTeamsByUserId:_0x2bfef5}=await d(),_0x27cad3=await _0x3b23ec(_0x4f71c7[_0x459470(_0x3d9a49._0x4674ce,0x186,_0x3d9a49._0x259fb9,0x16f)],_0x4073f1),_0x3bcbd7=await _0x2bfef5(_0x4073f1),_0x34454a=[..._0x27cad3];for(const _0xb4980e of _0x3bcbd7){const _0x5ed501=await _0x4f71c7['BrfQe'](_0x3b23ec,_0x4d7afb(-_0x3d9a49._0x207a5a,-_0x3d9a49._0x44daca,-0x137,-0xf8),_0xb4980e['id']);_0x34454a[_0x4d7afb(-_0x3d9a49._0x3ef137,-_0x3d9a49._0x5aef78,-_0x3d9a49._0x3dd484,-0x121)](..._0x5ed501);}for(const _0x474a1b of _0x34454a){const _0xd8038e=await _0x4f71c7['cvXWM'](_0x569b27,_0x474a1b[_0x4d7afb(-_0x3d9a49._0x4d2722,-_0x3d9a49._0x1fb1cf,-0x7e,-_0x3d9a49._0x109fe1)]);if(_0xd8038e&&hasPermissionInSet(_0xd8038e[_0x4d7afb(-0xc7,-0x7d,-_0x3d9a49._0x18404b,-_0x3d9a49._0x2b107f)+'s'],_0x44e450)){if(_0x4f71c7[_0x459470(0x171,0x1aa,_0x3d9a49._0x484717,_0x3d9a49._0x40768c)](_0x4f71c7[_0x4d7afb(-_0x3d9a49._0x4a3f36,-0x102,-0x10b,-_0x3d9a49._0x42ecdb)],_0x4f71c7[_0x4d7afb(-_0x3d9a49._0x4a3f36,-_0x3d9a49._0x57626e,-0xb0,-_0x3d9a49._0xc98875)]))_0x3290a4[_0x5b399a]=[..._0x264334[_0x49c094]];else return!![];}}return![];}if(_0x4f71c7['RrLce'](_0x54c050,'environmen'+'t')){if(!_0x13111e)return![];const _0x5f06f5=await _0x4f71c7[_0x459470(_0x3d9a49._0x2daa45,0x15c,0x173,0x10e)](collectBindingsForUser,_0x4073f1,_0x4f71c7[_0x459470(0x14c,_0x3d9a49._0x3ee055,0x168,0x136)],_0x13111e);for(const _0x906512 of _0x5f06f5){const _0x5bfae9=await _0x4f71c7[_0x459470(0x158,_0x3d9a49._0x14b8a6,0x129,_0x3d9a49._0x408547)](_0x569b27,_0x906512['role_id']);if(_0x5bfae9&&hasPermissionInSet(_0x5bfae9[_0x4d7afb(-_0x3d9a49._0x17a003,-_0x3d9a49._0x3c89fe,-0x7a,-0x89)+'s'],_0x44e450))return!![];}return![];}if(_0x4f71c7['SzBjK'](_0x54c050,_0x4f71c7[_0x4d7afb(-_0x3d9a49._0x3d9b13,-_0x3d9a49._0x4acba8,-0xd5,-_0x3d9a49._0x3c6509)])){if(!_0x13111e)return![];const _0x5b783d=await collectBindingsForUser(_0x4073f1,_0x4f71c7[_0x459470(0x115,_0x3d9a49._0x1852ae,_0x3d9a49._0x4f0fca,0x132)],_0x13111e);for(const _0x8f9bec of _0x5b783d){const _0x295ca4=await _0x4f71c7[_0x459470(0x158,_0x3d9a49._0x8c124a,_0x3d9a49._0x4674ce,_0x3d9a49._0x8f6e69)](_0x569b27,_0x8f9bec[_0x459470(_0x3d9a49._0x451865,0x131,_0x3d9a49._0x264343,0x1a0)]);if(_0x295ca4&&hasPermissionInSet(_0x295ca4[_0x4d7afb(-0xc7,-0x7b,-_0x3d9a49._0x1ae13f,-_0x3d9a49._0x209576)+'s'],_0x44e450))return!![];}return![];}return await _0x4f71c7[_0x459470(_0x3d9a49._0xc51355,_0x3d9a49._0x393d2e,0x14f,0x13b)](hasAllPermissions,_0x4073f1);}export async function hasAllPermissions(_0x1b704f){const _0xb3647b={_0x3e9929:0x24,_0x1b4844:0x16,_0x16f72a:0x6e,_0x358f47:0x4f,_0x35b8c8:0x3b,_0x5e01bc:0x23,_0x27c4c1:0x36,_0x4a40d7:0x3f,_0x536d00:0x1a,_0x24d04f:0x41,_0x1e31b2:0x180,_0x4ab4c2:0x153,_0xeb4e73:0x1a0,_0x59b209:0x27,_0x4f8bb2:0x1c,_0xa08339:0x10,_0x44d521:0x15,_0x16b246:0x12a,_0x1fd668:0x133,_0x5b0963:0x10f,_0x3c6d31:0x40,_0x15e02a:0x31,_0x59a7c2:0x128,_0x417b6f:0x127,_0x11256b:0xff,_0x54fa0c:0x162},_0x23a87d={'OfeRD':function(_0xf57141){return _0xf57141();},'FnBDI':function(_0x20417d,_0x3e193a,_0x5cc214){return _0x20417d(_0x3e193a,_0x5cc214);},'oXzAW':function(_0x5474c7,_0x28d183){return _0x5474c7(_0x28d183);},'MWAwn':_0x165751(-_0xb3647b._0x3e9929,0x2,_0xb3647b._0x1b4844,-_0xb3647b._0x16f72a),'wKDoa':function(_0x53edf0,_0x307483){return _0x53edf0(_0x307483);}},{getBindingsBySubject:_0x282097,getTeamsByUserId:_0x5e7717,getRoleById:_0x192c8e}=await _0x23a87d['OfeRD'](d),_0xdea5a7=await _0x23a87d[_0x3486f7(0x16f,0x143,0x154,0x174)](_0x282097,_0x165751(-0x2c,-0x1a,-0x72,-0x9),_0x1b704f);for(const _0x260d19 of _0xdea5a7){const _0x10093a=await _0x23a87d[_0x165751(_0xb3647b._0x358f47,_0xb3647b._0x35b8c8,0x38,0x5)](_0x192c8e,_0x260d19['role_id']);if(_0x10093a&&_0x10093a[_0x165751(_0xb3647b._0x5e01bc,0x68,_0xb3647b._0x27c4c1,_0xb3647b._0x4a40d7)+'s'][_0x165751(_0xb3647b._0x536d00,_0xb3647b._0x24d04f,0x51,0x1b)]('*'))return!![];}function _0x165751(_0x48e1c1,_0x1b5371,_0x16bbff,_0x26619e){return _0x429b(_0x48e1c1- -0x16c,_0x26619e);}const _0x5f291f=await _0x23a87d[_0x3486f7(_0xb3647b._0x1e31b2,_0xb3647b._0x4ab4c2,0x111,_0xb3647b._0xeb4e73)](_0x5e7717,_0x1b704f);for(const _0x5f317c of _0x5f291f){const _0x55479b=await _0x23a87d[_0x165751(0x3f,_0xb3647b._0x59b209,-0x1,0x45)](_0x282097,_0x23a87d[_0x165751(_0xb3647b._0x4f8bb2,-_0xb3647b._0xa08339,-_0xb3647b._0x44d521,-_0xb3647b._0xa08339)],_0x5f317c['id']);for(const _0x4ab44c of _0x55479b){const _0x126636=await _0x23a87d[_0x3486f7(0x11c,_0xb3647b._0x16b246,_0xb3647b._0x1fd668,_0xb3647b._0x5b0963)](_0x192c8e,_0x4ab44c[_0x165751(_0xb3647b._0x3c6d31,_0xb3647b._0x15e02a,_0xb3647b._0x24d04f,0x7a)]);if(_0x126636&&_0x126636[_0x3486f7(_0xb3647b._0x59a7c2,_0xb3647b._0x417b6f,_0xb3647b._0x11256b,_0xb3647b._0x54fa0c)+'s']['includes']('*'))return!![];}}function _0x3486f7(_0x56b943,_0x469386,_0x2aea00,_0x4b9bc4){return _0x429b(_0x469386- -0x68,_0x4b9bc4);}return![];}function _0x5ca2(){const _0x448766=['z0D1sKy','C2vYDMvY','C3nptue','mteWmJGWnKjuvevota','vMzABgi','lI90zwfTCY5QCW','AwHPD2q','zMXzy3K','ugPcuLu','vwTIwxa','CMrhBxy','ALPisgG','vgn4zei','Cw5gtvy','q3j0sxe','Ce5XDeC','uwHoqMW','ntqWntK0ourUBgXhAW','EvbUAgO','rvnQu0q','DgvHBxm','swjQtMi','twzPALu','rvzKq08','AxbHq1e','mtbwDM51reO','yMrqy0G','AvbKruu','mJq2nJeZmNrbBLn6va','q3fkweC','A2v5CW','r2zKqNG','A1HMCwK','DerzrKi','Chjmy20','zw52AxjVBM1LBG','ENLoqKm','ALjqugq','wwfUCvK','Aw5JBhvKzxm','CMvZB3vYy2vFAq','tvDbD24','C3Hkyva','q0zHEK8','AKDbzvu','rMDUuhi','CvvVr1m','lI9YB2XLlwrLzG','CgvYBwLZC2LVBG','vgPzu0u','Cunbwu4','D0TeB2e','svzZANy','CLDqrw0','quDlEu8','C3vIAMvJDf9Pza','z2v0qMLUzgLUzW','y3zyv00','t1nMzuS','wvHoDLC','u3vSvMS','uezOA0O','z2v0vgvHBxncEq','lMPZ','De1SsgK','sujgy0C','AMjusfa','vvbsDKO','wfnnEhG','yxrovLy','v2vgwxq','yNvmr04','qLn2vvi','ExbL','lI4VC3rHCNqUAG','EKLwwvK','rM5creK','CM9Szv9Pza','ywjwt0O','wfnICvK','wgL4Dei','C29Tzq','zLnTCMi','yNb4Bfy','ELfis0e','ywrK','rvvTuKu','C2LdwhO','vgDLswy','yvnWDuG','DgvHBuLK','y0Xfv0e','B1H6qvC','vNDJs2K','BuHrAwC','ogDXtu1Rva','BwTbveG','AuPSDfG','z0nJv1e','wLzWy1m','lI9IAw5KAw5NCW','AhzhExO','EwT3rhm','BwvTyMvYCW','BMfTzq','EhfgCLO','ywXS','rhLtCuC','tKjWD1C','sLH1EeK','AgfZ','mZKXota5n2TnuhvUAG','rwvNq24','BuzIzKe','CwL5EKq','ChvZAa','r3LwAwK','vLHqswu','u0PNBha','r0PLrKC','Aw5PDgLVBNmUAG','qLLWqM0','C3vIAMvJDf90Eq','yKf2B0G','DxnLCG','sxzjshq','r0jQq0O','A05tuhi','C0j5uMvZB3vYyW','zMLSDgvY','z0Lms3a','wNjiBMe','DgvHBq','D3LpCNm','z2v0uM9Szuj5sq','BwfW','rg1oCNC','tMjzDw8','vLzcrNi','CMvZB3vYy2vFDa','mZznDevtB24','DxnLCKLK','BxDXDui','tNHZs1O','wLPut0G','qNzzshm','B0fZC0i','mZy2ote1vNfYAwHp','AfrrrMm','t1zIAhO','r3DVuxC','r0v6vuq','nJaXnZeZvKHRs0D2','mtaYotu4oezUAhHMCW','EgXXs0C'];_0x5ca2=function(){return _0x448766;};return _0x5ca2();}export async function getVisibleEnvironments(_0x4fae25){const _0x4ea199={_0x1e00c3:0x8d,_0x32b4df:0xb8,_0x127f5c:0x87,_0x5450c4:0xb4,_0xff3351:0x82,_0x56c066:0x66,_0x1e3a6c:0x9d,_0x469d97:0x15,_0x595a76:0xd4,_0x483209:0x7e,_0x259754:0x20,_0x43ae09:0x2a,_0x37be90:0x31,_0x52c3a1:0x1c,_0x4f6d1a:0x24,_0x469c4c:0x70,_0x59fd76:0xba,_0x3d460d:0x8c,_0x319a27:0x72,_0x2cc7a6:0x54,_0x16632b:0x98,_0x3c9116:0x85,_0x4b96cf:0x3f,_0x151112:0x63,_0x3ff7f9:0xcc,_0xff8063:0xe0,_0x17c42f:0xb0,_0x1d61e0:0xa8,_0x1d276a:0x5e,_0x38ef16:0x93,_0x20be10:0x9a,_0x3cba54:0x38,_0x1bdf16:0x6b,_0x4653b1:0xa2,_0x20373b:0x19,_0x173eb5:0x36,_0x406fa3:0x59,_0x17bea7:0xc9,_0x4be773:0xc7,_0x2c8064:0x60,_0x4c60b9:0xac,_0x92b4a0:0x3d,_0x5d50eb:0x16,_0xeb3a42:0x36,_0x5735a4:0x64,_0x2443d3:0x17,_0x364def:0x63,_0x1030df:0x29,_0x20b072:0x1,_0x160e90:0xd3,_0x55766f:0xeb,_0x5e3194:0x8e,_0xc8425f:0x2d,_0x10620f:0xb,_0x37da80:0x9,_0x29f266:0xa,_0x33de91:0x6,_0x6c7c76:0xf7,_0x1807f7:0xdf,_0x2efff9:0x7,_0x218b35:0x76,_0x34e70e:0x25,_0x32f201:0x2b,_0x1f04e4:0x35,_0x297c04:0x6},_0x445158={_0x523c90:0x218},_0x316266={_0x1b831b:0x148};function _0x4b7047(_0x2e0b5a,_0x1ad0d4,_0x2c5749,_0x5a5235){return _0x429b(_0x2e0b5a- -_0x316266._0x1b831b,_0x2c5749);}const _0x469323={'TgeIf':function(_0x3731b5,_0xa010cb){return _0x3731b5(_0xa010cb);},'CFazO':function(_0x57511f,_0xb9528a,_0x42d0fb){return _0x57511f(_0xb9528a,_0x42d0fb);},'UkbYp':'user','PFhkJ':function(_0x2478b5,_0x5caea9){return _0x2478b5===_0x5caea9;},'xlqKG':'environmen'+'t','DmNrw':function(_0x3d0834,_0x186d7f){return _0x3d0834===_0x186d7f;},'buLGN':_0x849da3(-0x93,-_0x4ea199._0x1e00c3,-_0x4ea199._0x32b4df,-0x85),'XSbqY':function(_0x3aea43,_0xa70606,_0x2284b2){return _0x3aea43(_0xa70606,_0x2284b2);},'ssOMA':'team','fHvHE':'jlqZU','JXuxI':_0x849da3(-0x78,-_0x4ea199._0x127f5c,-_0x4ea199._0x5450c4,-_0x4ea199._0xff3351),'NbYuo':function(_0x4d13ad,_0x3b1953){return _0x4d13ad!==_0x3b1953;},'zyNBC':_0x849da3(-_0x4ea199._0x56c066,-0x71,-0x85,-_0x4ea199._0x1e3a6c),'XEwzG':function(_0x19b3aa){return _0x19b3aa();}},{getTeamsByUserId:_0x5af2f7,getBindingsBySubject:_0x10197e,getAllEnvironments:_0x10944c}=await d(),_0x23479c=await _0x469323[_0x849da3(-0x61,-0x95,-0x2f,-_0x4ea199._0x469d97)](hasAllPermissions,_0x4fae25);if(_0x23479c)return await _0x10944c();const _0x128b5a=new Set(),_0xe25fc5=await _0x469323[_0x849da3(-0x8e,-0x4b,-_0x4ea199._0x595a76,-_0x4ea199._0x483209)](_0x10197e,_0x469323[_0x4b7047(_0x4ea199._0x259754,-_0x4ea199._0x43ae09,0x33,_0x4ea199._0x37be90)],_0x4fae25);for(const _0x21d1e7 of _0xe25fc5){if(_0x469323[_0x4b7047(0x54,_0x4ea199._0x52c3a1,_0x4ea199._0x4f6d1a,0x98)](_0x21d1e7['resource_t'+_0x849da3(-_0x4ea199._0x469c4c,-0x95,-0x3c,-0x7f)],_0x469323[_0x849da3(-_0x4ea199._0x59fd76,-_0x4ea199._0x3d460d,-0xa5,-_0x4ea199._0x319a27)])){if(_0x469323[_0x4b7047(_0x4ea199._0x2cc7a6,_0x4ea199._0x16632b,_0x4ea199._0x3c9116,0x33)](_0x21d1e7[_0x4b7047(_0x4ea199._0x4b96cf,0x78,_0x4ea199._0x151112,0x2f)+'d'],'*'))return _0x469323[_0x849da3(-_0x4ea199._0x3ff7f9,-0xfd,-0x8c,-_0x4ea199._0xff8063)](_0x469323[_0x849da3(-0x72,-_0x4ea199._0x17c42f,-_0x4ea199._0x1d61e0,-0x3e)],_0x469323[_0x4b7047(_0x4ea199._0x1d276a,0x94,_0x4ea199._0x38ef16,_0x4ea199._0x20be10)])?await _0x10944c():['*'];_0x128b5a[_0x4b7047(0x6c,_0x4ea199._0x3cba54,_0x4ea199._0x1bdf16,_0x4ea199._0x4653b1)](_0x21d1e7['resource_i'+'d']);}}const _0x20a8e2=await _0x469323['TgeIf'](_0x5af2f7,_0x4fae25);function _0x849da3(_0x3597ef,_0x4f8094,_0x855bd9,_0x406f8b){return _0x429b(_0x3597ef- -_0x445158._0x523c90,_0x855bd9);}for(const _0x21ac74 of _0x20a8e2){const _0x4a87f3=await _0x469323[_0x849da3(-0x6a,-0x30,-_0x4ea199._0x16632b,-0xa4)](_0x10197e,_0x469323[_0x4b7047(_0x4ea199._0x20373b,0x67,_0x4ea199._0x173eb5,_0x4ea199._0x406fa3)],_0x21ac74['id']);for(const _0x152929 of _0x4a87f3){if(_0x152929[_0x849da3(-_0x4ea199._0x17bea7,-0xe5,-0xef,-_0x4ea199._0x4be773)+_0x4b7047(_0x4ea199._0x2c8064,_0x4ea199._0x4c60b9,0xad,_0x4ea199._0x92b4a0)]===_0x469323[_0x4b7047(_0x4ea199._0x5d50eb,_0x4ea199._0xeb3a42,0x5,_0x4ea199._0x5735a4)]){if(_0x469323['fHvHE']===_0x469323[_0x4b7047(-_0x4ea199._0x2443d3,-_0x4ea199._0x364def,_0x4ea199._0x1030df,_0x4ea199._0x20b072)])_0x43173e=_0x452139[_0x849da3(-_0x4ea199._0x160e90,-_0x4ea199._0x55766f,-_0x4ea199._0x5e3194,-_0x4ea199._0x1e3a6c)](_0xc9931a=>_0xc9931a!==_0x22ab9f[_0x4b7047(0x9,-0x35,-0x13,-0xd)]);else{if(_0x469323[_0x4b7047(0x4,-_0x4ea199._0xc8425f,_0x4ea199._0x10620f,-_0x4ea199._0x37da80)](_0x152929[_0x4b7047(0x3f,-_0x4ea199._0x29f266,0x43,-_0x4ea199._0x33de91)+'d'],'*'))return _0x469323[_0x849da3(-0xcb,-_0x4ea199._0x6c7c76,-_0x4ea199._0x1807f7,-0xf9)](_0x4b7047(-_0x4ea199._0x2efff9,0x7,-0x1f,-_0x4ea199._0x469d97),_0x469323[_0x4b7047(0x3b,_0x4ea199._0x218b35,_0x4ea199._0x34e70e,0x7a)])?await _0x469323['XEwzG'](_0x10944c):_0x53bcac;_0x128b5a[_0x4b7047(0x6c,_0x4ea199._0x32f201,0x42,_0x4ea199._0x1f04e4)](_0x152929[_0x4b7047(0x3f,0x70,-_0x4ea199._0x297c04,0x81)+'d']);}}}}return[..._0x128b5a];}function _0x429b(_0xcdcebf,_0x3b1fd2){_0xcdcebf=_0xcdcebf-(0x3*0xf1+0xe64+-0x5*0x337);const _0xdc7655=_0x5ca2();let _0x1d0b90=_0xdc7655[_0xcdcebf];if(_0x429b['ZFMfZI']===undefined){var _0x161fdd=function(_0x1e0939){const _0xb2b800='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x485c39='',_0x589508='';for(let _0x3290a4=-0x955+-0x22*0x102+-0x1*-0x2b99,_0x5b399a,_0x264334,_0x49c094=-0x550+0x1d89*0x1+-0x1839;_0x264334=_0x1e0939['charAt'](_0x49c094++);~_0x264334&&(_0x5b399a=_0x3290a4%(-0x676*0x5+0x1f5b+-0x1*-0xf7)?_0x5b399a*(-0x23*0x91+0x1*-0x80+0x1493)+_0x264334:_0x264334,_0x3290a4++%(0x5ea*-0x4+0x1*0x1f3a+-0x78e))?_0x485c39+=String['fromCharCode'](0x906+0x1c34+-0x243b&_0x5b399a>>(-(0x14e6+0x1e7a+0xa*-0x523)*_0x3290a4&0x5fb*-0x5+-0x4f*-0x2e+0xfbb)):0x181e+-0x25f7+-0xdd9*-0x1){_0x264334=_0xb2b800['indexOf'](_0x264334);}for(let _0x33a0a2=0x1acc+0x1*0x1e5+0x1*-0x1cb1,_0x36ffc8=_0x485c39['length'];_0x33a0a2<_0x36ffc8;_0x33a0a2++){_0x589508+='%'+('00'+_0x485c39['charCodeAt'](_0x33a0a2)['toString'](0x368+-0x445*-0x9+0x1*-0x29c5))['slice'](-(0x1*0x1cf3+0xfe3+-0x2cd4));}return decodeURIComponent(_0x589508);};_0x429b['cZeAbE']=_0x161fdd,_0x429b['eswmLM']={},_0x429b['ZFMfZI']=!![];}const _0x4640df=_0xdc7655[-0x5*-0x10f+-0x3*-0x439+-0x26*0x79],_0x25b9a9=_0xcdcebf+_0x4640df,_0xe4341d=_0x429b['eswmLM'][_0x25b9a9];return!_0xe4341d?(_0x1d0b90=_0x429b['cZeAbE'](_0x1d0b90),_0x429b['eswmLM'][_0x25b9a9]=_0x1d0b90):_0x1d0b90=_0xe4341d,_0x1d0b90;}export async function resolveUserPermissionsAllEnvironments(_0x260952){const _0x3ffac4={_0x2e8c47:0x85,_0x1605b5:0xdf,_0x274e35:0x10b},_0x52fbb8={_0x4b1cc5:0x263},_0x1d6145={'bAvoH':function(_0x53c595,_0x2f9979){return _0x53c595(_0x2f9979);},'hTQFc':function(_0x5ce1e6,_0x5314d8,_0x8059d0){return _0x5ce1e6(_0x5314d8,_0x8059d0);}};function _0x23720a(_0x2b7c1f,_0x3ba117,_0x1645a2,_0x5341df){return _0x429b(_0x5341df- -0x1c4,_0x3ba117);}function _0x146d10(_0x1c231c,_0x48b2b0,_0x483605,_0x114d4f){return _0x429b(_0x114d4f- -_0x52fbb8._0x4b1cc5,_0x48b2b0);}const _0x58b157=await _0x1d6145[_0x23720a(-0x4d,-0x90,-0x4f,-_0x3ffac4._0x2e8c47)](getVisibleEnvironments,_0x260952),_0x58cffd={};for(const _0x24b18f of _0x58b157){_0x58cffd[_0x24b18f]=await _0x1d6145[_0x146d10(-0xd2,-_0x3ffac4._0x1605b5,-0x140,-_0x3ffac4._0x274e35)](resolveUserPermissions,_0x260952,_0x24b18f);}return _0x58cffd;}export async function resolveUserServerPermissions(_0x687567){const _0x36cd08={_0x3dd8d4:0x261,_0x442218:0x29b,_0x310dbb:0x298,_0x425ec5:0x2ad,_0x1acf9e:0x290,_0x37610e:0x2cf,_0x1b7fc4:0x3a4,_0x3cfbc2:0x27b,_0x1fc77b:0x280,_0x20c2b9:0x386,_0xc92ce1:0x35a,_0x5bb076:0x3dc,_0x3e7ef8:0x3df,_0x4aa0f5:0x409,_0x30fe35:0x23d,_0x16c9f6:0x24b,_0x1909a2:0x3c8,_0x23c264:0x36c,_0x148145:0x382,_0x53f36c:0x3d1,_0x78c46f:0x3b8,_0x5de3d4:0x3d7,_0x241a52:0x340,_0x37c846:0x373},_0x4e4736={'mFbfA':function(_0x3b88aa){return _0x3b88aa();},'VfZlb':function(_0x211162,_0x280d38,_0x3e19b9){return _0x211162(_0x280d38,_0x3e19b9);},'pkqnt':'user','yMlho':_0x38a4f9(-_0x36cd08._0x3dd8d4,-_0x36cd08._0x442218,-0x25b,-_0x36cd08._0x310dbb),'cLEWA':function(_0xed9e07,_0xc1e0dd){return _0xed9e07(_0xc1e0dd);},'xqFrZ':function(_0x516ac7,_0xede63f){return _0x516ac7===_0xede63f;},'qUoGS':_0x38a4f9(-_0x36cd08._0x425ec5,-_0x36cd08._0x1acf9e,-_0x36cd08._0x37610e,-0x297)},{getBindingsBySubject:_0x496ab,getTeamsByUserId:_0x2d476f,getRoleById:_0x18a5ac}=await _0x4e4736[_0x38a4f9(-0x2c4,-0x2da,-0x2d3,-0x2ab)](d),_0x53a366=new Set();function _0x8dd025(_0x524f09,_0x2ab5b8,_0x46f62d,_0x486229){return _0x429b(_0x524f09-0x223,_0x46f62d);}const _0x3b5064=new Set(Object[_0x8dd025(0x3a0,_0x36cd08._0x1b7fc4,0x372,0x3b0)](PERMISSIONS[_0x38a4f9(-0x25c,-0x29c,-_0x36cd08._0x3cfbc2,-_0x36cd08._0x1fc77b)])),_0x57a937=await _0x4e4736[_0x8dd025(_0x36cd08._0x20c2b9,0x354,0x37a,0x357)](_0x496ab,_0x4e4736['pkqnt'],_0x687567),_0x29b103=await _0x2d476f(_0x687567),_0x2cf976=[..._0x57a937];for(const _0x54e050 of _0x29b103){const _0x127e6c=await _0x4e4736[_0x38a4f9(-0x254,-0x240,-0x29e,-0x27d)](_0x496ab,_0x4e4736['yMlho'],_0x54e050['id']);_0x2cf976[_0x8dd025(_0x36cd08._0xc92ce1,0x36e,0x319,0x393)](..._0x127e6c);}function _0x38a4f9(_0x103b3c,_0x43a5ac,_0x562648,_0x44eeac){return _0x429b(_0x44eeac- -0x3e0,_0x43a5ac);}for(const _0x5a7186 of _0x2cf976){const _0x26830c=await _0x4e4736[_0x8dd025(0x3dd,0x425,0x40d,_0x36cd08._0x5bb076)](_0x18a5ac,_0x5a7186[_0x8dd025(0x3cf,0x3a8,_0x36cd08._0x3e7ef8,_0x36cd08._0x4aa0f5)]);if(!_0x26830c)continue;if(_0x26830c[_0x38a4f9(-_0x36cd08._0x30fe35,-_0x36cd08._0x16c9f6,-0x20d,-0x251)+'s']['includes']('*'))return['*'];for(const _0x1f17fb of _0x26830c[_0x8dd025(0x3b2,0x3ef,0x3cd,_0x36cd08._0x1909a2)+'s']){if(_0x3b5064['has'](_0x1f17fb)){if(_0x4e4736[_0x8dd025(0x350,0x30b,0x33f,0x332)](_0x8dd025(_0x36cd08._0x23c264,0x324,_0x36cd08._0x148145,0x3ae),_0x4e4736[_0x8dd025(0x3b0,0x379,_0x36cd08._0x53f36c,0x3b9)]))_0x53a366['add'](_0x1f17fb);else for(const _0x33b433 of _0x33d8a5[_0x8dd025(0x3b2,_0x36cd08._0x78c46f,_0x36cd08._0x5de3d4,0x3c5)+'s']){_0x153976[_0x8dd025(0x355,_0x36cd08._0x241a52,_0x36cd08._0x37c846,0x372)](_0x33b433)&&_0x5305a3[_0x4313b9]['add'](_0x33b433);}}}}return[..._0x53a366];}export async function resolveUserTeamPermissionsAll(_0x5c9b8c){const _0x1c1c5d={_0x399ee0:0x3f5,_0x4a2abc:0x417,_0x2c7b6d:0x436,_0x31cdd1:0x40f,_0x37c0be:0x48e,_0x2d17cd:0x486,_0x7c3a0d:0x3ff,_0x1bad80:0x438,_0x556142:0x3fe,_0x5f26d8:0x40b,_0x5458b6:0x440,_0x21e407:0x443,_0x51f24b:0x1dc,_0x134fa8:0x1a5,_0x4c3d4e:0x1d3,_0x50c63a:0x177,_0x3d9010:0x193,_0x3a3062:0x1be,_0x15d5e1:0x1b9,_0x5cc833:0x1e4,_0x5d0461:0x184,_0x35b99a:0x3ec,_0x49af26:0x1d0,_0x2c5b78:0x20e,_0x2389d3:0x458,_0x4fa5b3:0x44a,_0x17384f:0x437,_0x543953:0x40a,_0x86e7c0:0x478,_0x528d3c:0x44f,_0xbd77b7:0x404,_0x3a7fc4:0x446,_0x4f96bb:0x43b,_0x24e8df:0x45d,_0x2499f7:0x47d,_0x88b1d8:0x18a,_0x1a51b6:0x1af,_0x2b2617:0x1ba,_0x435399:0x1c7,_0x20732d:0x461,_0x599dc9:0x419,_0x2001e2:0x445,_0x276e75:0x18a,_0x371468:0x444,_0x4229e9:0x41e,_0x1e9563:0x414,_0x3bd39e:0x407,_0xa161e1:0x44d,_0x200bf3:0x3fd,_0x18b76c:0x18a,_0x5c52af:0x1a8,_0xf3d68e:0x47b,_0x5476cb:0x483,_0x53571e:0x1b1,_0x245b88:0x1a1,_0x1bb7ea:0x1c1,_0x3fe409:0x1d3,_0x27794d:0x170,_0x124a6a:0x1bb,_0x380aa2:0x17c,_0x5c4018:0x466,_0x583a04:0x3f3,_0xc9c4ee:0x436,_0x300124:0x144,_0x4946b6:0x172,_0x382174:0x1a4,_0x5d3310:0x1bb,_0x1a9a73:0x19d,_0x35721b:0x14c,_0xa38fb7:0x1cd,_0x39619a:0x1ca,_0x110fe0:0x1b1,_0x18ef3b:0x215,_0x46cee4:0x215,_0x15a1cb:0x1aa,_0x10c478:0x469,_0x2b329f:0x431,_0x47a82b:0x489,_0x2f61df:0x438},_0xaa1f6b={_0x2b1462:0x2b5},_0x585420={'wecIt':function(_0x376902){return _0x376902();},'EVdCO':_0xe90d6f(_0x1c1c5d._0x399ee0,_0x1c1c5d._0x4a2abc,0x400,0x3ec),'flYcy':_0xe90d6f(0x3fd,_0x1c1c5d._0x2c7b6d,0x439,_0x1c1c5d._0x31cdd1),'ZZTOH':function(_0x4e2fce,_0x3755b4){return _0x4e2fce===_0x3755b4;},'XSMxx':_0xe90d6f(0x46b,_0x1c1c5d._0x37c0be,0x43c,0x45b),'VVBFr':function(_0x597e66,_0x5782b3){return _0x597e66!==_0x5782b3;},'jZHHh':function(_0x89c29e,_0x1dd4b9){return _0x89c29e(_0x1dd4b9);},'GyVii':_0xe90d6f(0x446,0x424,_0x1c1c5d._0x2d17cd,_0x1c1c5d._0x7c3a0d),'qnFMV':function(_0x7fcb9f,_0x39d32e){return _0x7fcb9f!==_0x39d32e;},'DySqG':_0xe90d6f(0x445,_0x1c1c5d._0x1bad80,_0x1c1c5d._0x556142,_0x1c1c5d._0x5f26d8),'jRPPd':function(_0x208e62,_0x306efa){return _0x208e62!==_0x306efa;}},{getBindingsBySubject:_0x3abaaa,getTeamsByUserId:_0x3551d0,getRoleById:_0x5d7c83}=await _0x585420['wecIt'](d),_0x57fb36=new Set(Object[_0xe90d6f(0x432,0x463,_0x1c1c5d._0x5458b6,_0x1c1c5d._0x21e407)](PERMISSIONS[_0x1df51c(-_0x1c1c5d._0x51f24b,-_0x1c1c5d._0x134fa8,-0x204,-0x20f)])),_0x18c501={},_0x1cc9c7=await _0x3abaaa(_0x585420[_0x1df51c(-0x1ae,-_0x1c1c5d._0x4c3d4e,-_0x1c1c5d._0x50c63a,-_0x1c1c5d._0x3d9010)],_0x5c9b8c),_0x40eace=await _0x3551d0(_0x5c9b8c);function _0xe90d6f(_0x545630,_0x28c9cb,_0x45b0cc,_0x1d66df){return _0x429b(_0x545630-_0xaa1f6b._0x2b1462,_0x1d66df);}const _0x286e2a=[..._0x1cc9c7];for(const _0x182b67 of _0x40eace){const _0x3a5af7=await _0x3abaaa(_0x585420[_0x1df51c(-_0x1c1c5d._0x3a3062,-_0x1c1c5d._0x15d5e1,-_0x1c1c5d._0x5cc833,-_0x1c1c5d._0x5d0461)],_0x182b67['id']);_0x286e2a[_0xe90d6f(_0x1c1c5d._0x35b99a,0x422,0x3f1,0x42b)](..._0x3a5af7);}for(const _0x382b60 of _0x286e2a){if(_0x585420[_0x1df51c(-_0x1c1c5d._0x49af26,-_0x1c1c5d._0x2c5b78,-0x194,-0x202)]('IPqXx',_0x585420[_0xe90d6f(_0x1c1c5d._0x2389d3,0x439,_0x1c1c5d._0x4fa5b3,_0x1c1c5d._0x17384f)]))for(const _0x2be2a5 of _0x208b60[_0xe90d6f(0x444,_0x1c1c5d._0x543953,0x421,0x48c)+'s']){_0x2dad0e[_0xe90d6f(0x469,0x42b,_0x1c1c5d._0x86e7c0,0x469)](_0x2be2a5);}else{if(_0x585420[_0xe90d6f(0x403,_0x1c1c5d._0x31cdd1,0x40e,_0x1c1c5d._0x528d3c)](_0x382b60[_0xe90d6f(_0x1c1c5d._0xbd77b7,0x3c8,_0x1c1c5d._0x3a7fc4,_0x1c1c5d._0x4f96bb)+_0xe90d6f(_0x1c1c5d._0x24e8df,0x46f,0x437,_0x1c1c5d._0x2499f7)],_0x585420[_0x1df51c(-0x1be,-0x1ef,-_0x1c1c5d._0x88b1d8,-_0x1c1c5d._0x1a51b6)]))continue;const _0x4073ca=await _0x585420[_0x1df51c(-_0x1c1c5d._0x2b2617,-_0x1c1c5d._0x4c3d4e,-_0x1c1c5d._0x435399,-0x190)](_0x5d7c83,_0x382b60[_0xe90d6f(_0x1c1c5d._0x20732d,0x47f,_0x1c1c5d._0x599dc9,_0x1c1c5d._0x2001e2)]);if(!_0x4073ca)continue;const _0x320801=_0x382b60[_0x1df51c(-0x19d,-0x14f,-0x193,-_0x1c1c5d._0x276e75)+'d'];if(!_0x18c501[_0x320801])_0x18c501[_0x320801]=new Set();if(_0x4073ca[_0xe90d6f(_0x1c1c5d._0x371468,_0x1c1c5d._0x4229e9,_0x1c1c5d._0x1e9563,_0x1c1c5d._0x3bd39e)+'s'][_0xe90d6f(_0x1c1c5d._0x4f96bb,0x477,_0x1c1c5d._0xa161e1,_0x1c1c5d._0x200bf3)]('*')){if(_0x585420[_0x1df51c(-0x1d6,-_0x1c1c5d._0x18b76c,-0x1cc,-0x1b5)](_0xe90d6f(0x446,0x447,0x468,0x40a),_0x585420[_0x1df51c(-0x1ec,-0x200,-_0x1c1c5d._0x5c52af,-0x20b)])){const _0x22d016={};return _0x22d016['server']=['*'],_0x22d016[_0xe90d6f(_0x1c1c5d._0x17384f,0x471,_0x1c1c5d._0xf3d68e,_0x1c1c5d._0x5476cb)+'ts']={},_0x22d016[_0x1df51c(-_0x1c1c5d._0x53571e,-0x1dc,-_0x1c1c5d._0x245b88,-_0x1c1c5d._0x1bb7ea)]={},_0x22d016;}else for(const _0xc6520c of _0x57fb36){_0x585420['qnFMV'](_0x585420[_0x1df51c(-0x1f5,-_0x1c1c5d._0x3fe409,-0x1f4,-0x1b6)],_0x585420['DySqG'])?_0x1abb55[_0x1df51c(-_0x1c1c5d._0x27794d,-_0x1c1c5d._0x124a6a,-0x16c,-0x150)](_0x298ea1):_0x18c501[_0x320801][_0x1df51c(-0x170,-_0x1c1c5d._0x380aa2,-0x199,-_0x1c1c5d._0x134fa8)](_0xc6520c);}}else{if(_0x585420[_0xe90d6f(0x421,_0x1c1c5d._0x5c4018,_0x1c1c5d._0x583a04,_0x1c1c5d._0xc9c4ee)]('tMlHi',_0x1df51c(-0x185,-_0x1c1c5d._0x300124,-_0x1c1c5d._0x4946b6,-0x1c2)))_0x4640df[_0x25b9a9][_0x1df51c(-_0x1c1c5d._0x27794d,-_0x1c1c5d._0x382174,-_0x1c1c5d._0x276e75,-_0x1c1c5d._0x5d3310)](_0xe4341d);else for(const _0x479e08 of _0x4073ca[_0x1df51c(-0x195,-_0x1c1c5d._0x1a9a73,-_0x1c1c5d._0x35721b,-_0x1c1c5d._0xa38fb7)+'s']){_0x57fb36['has'](_0x479e08)&&(_0x585420[_0xe90d6f(0x439,0x481,0x430,0x424)]('GwoQw',_0x1df51c(-_0x1c1c5d._0x39619a,-_0x1c1c5d._0x110fe0,-_0x1c1c5d._0x18ef3b,-_0x1c1c5d._0x46cee4))?_0x5a7d48[_0x1df51c(-0x1f2,-0x239,-_0x1c1c5d._0x15a1cb,-0x1d9)](_0x4e9c79)&&_0x1e0a25[_0xe90d6f(_0x1c1c5d._0x10c478,0x47b,0x439,_0x1c1c5d._0x2b329f)](_0x3ab40c):_0x18c501[_0x320801][_0xe90d6f(0x469,_0x1c1c5d._0x47a82b,_0x1c1c5d._0x2f61df,0x461)](_0x479e08));}}}}function _0x1df51c(_0x1e919a,_0x3f2bd0,_0x307f43,_0x4cfeed){return _0x429b(_0x1e919a- -0x324,_0x3f2bd0);}for(const _0x12672a of Object['keys'](_0x18c501)){_0x18c501[_0x12672a]=[..._0x18c501[_0x12672a]];}return _0x18c501;}export async function resolveAllUserPermissions(_0x1ea9d6){const _0x3db9c9={_0x334df8:0xc6,_0x4130e2:0x361,_0x2c4ebb:0x35c,_0x496c50:0x8b,_0x344d3e:0xc1,_0x58b06d:0xbd,_0x7c7d81:0xff,_0x12b334:0x156,_0x227785:0x37a,_0x28105e:0x3c0,_0x59d421:0x34a,_0x48eea5:0xa2,_0x3dae70:0x33e,_0x1497a3:0x352,_0x264a8f:0xe2,_0x6ec7e5:0xcc},_0x44eb83={_0x586ea0:0x23f},_0x28c626={'bdPcH':function(_0xf4d4ce,_0x10aacf){return _0xf4d4ce(_0x10aacf);},'BYpBm':function(_0xcb864a,_0x3a9aab){return _0xcb864a(_0x3a9aab);}},_0x211d78=await _0x28c626[_0x29ddde(-0xf2,-0x9d,-_0x3db9c9._0x334df8,-0xa9)](hasAllPermissions,_0x1ea9d6);if(_0x211d78){const _0x2097c9={};return _0x2097c9[_0x78cf37(_0x3db9c9._0x4130e2,0x3a5,_0x3db9c9._0x2c4ebb,0x31f)]=['*'],_0x2097c9[_0x29ddde(-_0x3db9c9._0x496c50,-_0x3db9c9._0x344d3e,-_0x3db9c9._0x58b06d,-_0x3db9c9._0x7c7d81)+'ts']={},_0x2097c9['teams']={},_0x2097c9;}const [_0x2243f8,_0x377f81,_0x3348d2]=await Promise[_0x29ddde(-_0x3db9c9._0x12b334,-0x14c,-0x111,-0x102)]([_0x28c626[_0x78cf37(_0x3db9c9._0x227785,0x391,_0x3db9c9._0x28105e,_0x3db9c9._0x59d421)](resolveUserServerPermissions,_0x1ea9d6),_0x28c626[_0x29ddde(-_0x3db9c9._0x48eea5,-0x9d,-_0x3db9c9._0x334df8,-0xea)](resolveUserPermissionsAllEnvironments,_0x1ea9d6),_0x28c626[_0x78cf37(_0x3db9c9._0x3dae70,0x354,0x33f,0x361)](resolveUserTeamPermissionsAll,_0x1ea9d6)]),_0x11191f={};function _0x78cf37(_0x48619c,_0x86512,_0x30a9e6,_0x5d2fa5){return _0x429b(_0x48619c-0x201,_0x86512);}function _0x29ddde(_0x4080cb,_0x148691,_0x213ae1,_0x2d5fbb){return _0x429b(_0x213ae1- -_0x44eb83._0x586ea0,_0x2d5fbb);}return _0x11191f[_0x78cf37(_0x3db9c9._0x4130e2,0x365,0x3a5,_0x3db9c9._0x1497a3)]=_0x2243f8,_0x11191f['environmen'+'ts']=_0x377f81,_0x11191f[_0x29ddde(-_0x3db9c9._0x264a8f,-0x10e,-_0x3db9c9._0x6ec7e5,-0x93)]=_0x3348d2,_0x11191f;}export async function hasPermissionOnAnyTeam(_0x1b054e,_0x3b65e7){const _0x138edd={_0x35fd66:0x246,_0x34540e:0x26e,_0x1e7190:0x22c,_0x230e42:0x122,_0x1ce799:0x2b1,_0x2a2a3c:0x285,_0x390001:0x257,_0x3f6013:0x149,_0x1312ad:0x145,_0x321045:0x21f,_0x1aeaea:0x12f,_0x3c2980:0x267,_0x58dc39:0x1bd,_0x2e79f8:0x189,_0x43d82f:0x1c9,_0x22e3ec:0x248,_0x46c3d4:0x271,_0x2ade44:0x23a,_0x216294:0x191,_0x97ce2a:0x180,_0x539e6f:0x25c,_0x3c1830:0x275,_0x31bc43:0x153,_0x22f4e9:0x120,_0x4a7481:0x135,_0x148e22:0x1a1},_0x159d85={_0xae657d:0xc9};function _0x2c4821(_0x2d4c40,_0x31183b,_0x930e1c,_0x51f3e5){return _0x429b(_0x51f3e5- -0x12,_0x2d4c40);}const _0x41d93a={'VwcKi':function(_0x287d2e,_0x1cde8d){return _0x287d2e(_0x1cde8d);},'IVsjv':function(_0x5d2767){return _0x5d2767();},'BYYRp':function(_0x411558,_0x286058,_0x6d53a4){return _0x411558(_0x286058,_0x6d53a4);},'IbjNb':'user','oAssB':_0x2ad550(_0x138edd._0x35fd66,_0x138edd._0x34540e,0x247,_0x138edd._0x1e7190),'aSpuH':function(_0xa8d6,_0x516b19){return _0xa8d6===_0x516b19;},'zIVYY':_0x2c4821(0xed,_0x138edd._0x230e42,0x17d,0x136),'iJltX':'uIjtl','jbTHP':function(_0x220302,_0x561f8b,_0x116c9b){return _0x220302(_0x561f8b,_0x116c9b);},'hGhxf':function(_0x4d18a4,_0x5a5ce0){return _0x4d18a4(_0x5a5ce0);},'ZrHna':function(_0x20b8e4,_0x4fd136,_0x2d0db7){return _0x20b8e4(_0x4fd136,_0x2d0db7);}},_0x563cd5=await _0x41d93a[_0x2ad550(0x269,_0x138edd._0x1ce799,_0x138edd._0x2a2a3c,0x26a)](hasAllPermissions,_0x1b054e);if(_0x563cd5)return!![];const {getTeamsByUserId:_0x1d94cb,getBindingsBySubject:_0x5dd04c,getRoleById:_0xdd4740,getBindings:_0x59725f}=await _0x41d93a[_0x2ad550(_0x138edd._0x390001,0x26a,0x25c,0x270)](d),_0x169179=await _0x41d93a['BYYRp'](_0x5dd04c,_0x41d93a[_0x2c4821(_0x138edd._0x3f6013,_0x138edd._0x1312ad,0x15f,0x162)],_0x1b054e);for(const _0x52ae99 of _0x169179){if(_0x41d93a[_0x2ad550(0x248,0x241,_0x138edd._0x321045,0x268)]===_0x41d93a[_0x2ad550(0x1f6,0x1f7,_0x138edd._0x321045,0x1e0)]){if(_0x41d93a[_0x2ad550(0x285,0x26b,0x281,0x27c)](_0x52ae99[_0x2c4821(0x134,_0x138edd._0x1aeaea,0x169,0x13d)+_0x2ad550(0x293,_0x138edd._0x3c2980,0x271,0x281)],_0x41d93a[_0x2c4821(0x1d0,_0x138edd._0x58dc39,_0x138edd._0x2e79f8,0x198)])){if(_0x41d93a['iJltX']!==_0x41d93a[_0x2ad550(0x1ac,0x1fc,0x1ee,_0x138edd._0x43d82f)])return['*'];else{const _0x26c484=await _0xdd4740(_0x52ae99['role_id']);if(_0x26c484&&hasPermissionInSet(_0x26c484[_0x2ad550(0x244,0x21f,0x258,_0x138edd._0x22e3ec)+'s'],_0x3b65e7))return!![];}}}else _0x7af260=_0x42dfb0['members']||[];}const _0x401e91=await _0x1d94cb(_0x1b054e);function _0x2ad550(_0x2d415c,_0x2de0b5,_0x474758,_0x5ade74){return _0x429b(_0x474758-_0x159d85._0xae657d,_0x2de0b5);}for(const _0x27aa32 of _0x401e91){const _0x588cb5=await _0x41d93a[_0x2c4821(0x1ac,0x1c7,0x190,0x18f)](_0x5dd04c,_0x41d93a['zIVYY'],_0x27aa32['id']);for(const _0xe523e0 of _0x588cb5){if(_0x41d93a[_0x2c4821(0x164,0x1d1,0x162,0x1a6)](_0xe523e0[_0x2ad550(0x1f4,0x215,0x218,0x1ea)+_0x2ad550(0x248,0x2b0,_0x138edd._0x46c3d4,_0x138edd._0x2ade44)],_0x41d93a[_0x2c4821(_0x138edd._0x216294,_0x138edd._0x97ce2a,0x18a,0x198)])){const _0x23c74f=await _0x41d93a['hGhxf'](_0xdd4740,_0xe523e0[_0x2ad550(0x234,_0x138edd._0x539e6f,_0x138edd._0x3c1830,0x294)]);if(_0x23c74f&&_0x41d93a[_0x2c4821(_0x138edd._0x31bc43,0xf0,_0x138edd._0x22f4e9,_0x138edd._0x4a7481)](hasPermissionInSet,_0x23c74f[_0x2c4821(0x1af,0x132,_0x138edd._0x148e22,0x17d)+'s'],_0x3b65e7))return!![];}}}return![];}export async function hasPermissionOnAnyEnvironment(_0x229b47,_0x3b0e66){const _0x10dcd3={_0x5d881b:0x230,_0x86bc2a:0x1f3,_0x20b522:0x1e4,_0x2c71df:0x212,_0x3b0a46:0x1c0,_0x198544:0x18a,_0x5ea143:0x1ef,_0x203fc4:0x21f,_0x42f8df:0x228,_0x1994bf:0x3ba,_0x17365a:0x38d,_0x58f110:0x227};function _0x5df7b1(_0x50da9a,_0x4f777b,_0x3618f0,_0x2001bf){return _0x429b(_0x2001bf-0x204,_0x50da9a);}const _0x3d984c={'kNSPr':function(_0x47f9e2,_0x3b3fdd){return _0x47f9e2(_0x3b3fdd);},'CrtIq':function(_0x1cceee,_0x2754b6){return _0x1cceee(_0x2754b6);},'UPRvJ':function(_0x22d586,_0x2d1030){return _0x22d586!==_0x2d1030;},'sxJaP':_0x103739(0x222,_0x10dcd3._0x5d881b,0x266,0x245),'QhNBl':_0x103739(_0x10dcd3._0x86bc2a,_0x10dcd3._0x20b522,0x20d,_0x10dcd3._0x2c71df),'HIcic':function(_0x5677dd,_0x236f3a,_0x300143){return _0x5677dd(_0x236f3a,_0x300143);}};function _0x103739(_0x5a2669,_0x29bba5,_0x5cec6e,_0x33b8e3){return _0x429b(_0x29bba5-0x7d,_0x5cec6e);}const _0x4f1590=await _0x3d984c[_0x103739(0x1b3,_0x10dcd3._0x3b0a46,0x1a6,_0x10dcd3._0x198544)](hasAllPermissions,_0x229b47);if(_0x4f1590)return!![];const _0x32ece=await _0x3d984c[_0x103739(0x1fd,0x1ea,0x228,0x1e7)](getVisibleEnvironments,_0x229b47);for(const _0x8157be of _0x32ece){if(_0x3d984c[_0x103739(_0x10dcd3._0x5ea143,_0x10dcd3._0x203fc4,_0x10dcd3._0x42f8df,0x229)](_0x3d984c[_0x5df7b1(_0x10dcd3._0x1994bf,0x39a,0x34c,_0x10dcd3._0x17365a)],_0x3d984c[_0x103739(0x1e9,0x1ec,_0x10dcd3._0x58f110,0x1cf)])){const _0x5960d9=await resolveUserPermissions(_0x229b47,_0x8157be);if(_0x3d984c['HIcic'](hasPermissionInSet,_0x5960d9,_0x3b0e66))return!![];}else return!![];}return![];}export async function resolveUserRoleNames(_0x8b8f81){const _0x4e46f1={_0xd2b079:0x2a7,_0xc6712e:0x24f,_0x2eb749:0x274,_0x1067f5:0x268,_0x4715e3:0x4a7,_0x2ac79c:0x4cd,_0x40c23d:0x48b,_0x524de2:0x41e,_0x2acd07:0x47b,_0x254a17:0x4bb,_0x5f02f7:0x49e,_0x248b81:0x421,_0x587972:0x44e,_0x12790b:0x285,_0x57f2c0:0x25e,_0x15d2a6:0x25c,_0x3d3cb4:0x290},_0x75734f={'ZLsSX':function(_0x491979){return _0x491979();},'GBjCJ':function(_0x36e577,_0x1c5999,_0x369151){return _0x36e577(_0x1c5999,_0x369151);},'atNVV':_0x4b828c(_0x4e46f1._0xd2b079,0x272,0x269,_0x4e46f1._0xc6712e),'vNNrg':function(_0x30f4dc,_0x5b5667){return _0x30f4dc(_0x5b5667);},'OMyDU':function(_0x2236f3,_0x355e1b,_0x1bc2d1){return _0x2236f3(_0x355e1b,_0x1bc2d1);},'jGAeU':function(_0x4c4f18,_0x1ee407){return _0x4c4f18(_0x1ee407);}},{getBindingsBySubject:_0x432047,getTeamsByUserId:_0x451a5a,getRoleById:_0x10e646}=await _0x75734f['ZLsSX'](d),_0x1feaab=await _0x75734f[_0x4b828c(0x2b9,_0x4e46f1._0x2eb749,_0x4e46f1._0x1067f5,0x22e)](_0x432047,_0x75734f[_0xb17de8(_0x4e46f1._0x4715e3,_0x4e46f1._0x2ac79c,0x4d0,_0x4e46f1._0x40c23d)],_0x8b8f81),_0x287fa5=await _0x75734f['vNNrg'](_0x451a5a,_0x8b8f81);function _0x4b828c(_0x30b353,_0x427496,_0xef4c2d,_0x268b80){return _0x429b(_0x427496-0x132,_0x268b80);}function _0xb17de8(_0x3fd0e2,_0x402fbe,_0x2b366f,_0x3484da){return _0x429b(_0x3484da-0x2e7,_0x2b366f);}const _0xe7dac6=[];for(const _0x19cabb of _0x287fa5){const _0x11362e=await _0x75734f['OMyDU'](_0x432047,_0xb17de8(_0x4e46f1._0x524de2,0x404,_0x4e46f1._0x2acd07,0x42f),_0x19cabb['id']);_0xe7dac6['push'](..._0x11362e);}const _0x29e796=[..._0x1feaab,..._0xe7dac6],_0x3598f0=new Set(_0x29e796['map'](_0x56bc26=>_0x56bc26[_0xb17de8(0x481,0x4b8,0x4e0,0x493)])),_0x4a2f72=[];for(const _0x33c245 of _0x3598f0){const _0x2a88a0=await _0x75734f[_0xb17de8(_0x4e46f1._0x254a17,_0x4e46f1._0x5f02f7,0x446,0x472)](_0x10e646,_0x33c245);if(_0x2a88a0)_0x4a2f72[_0xb17de8(0x401,_0x4e46f1._0x248b81,_0x4e46f1._0x587972,0x41e)](_0x2a88a0[_0x4b828c(_0x4e46f1._0x12790b,_0x4e46f1._0x57f2c0,_0x4e46f1._0x15d2a6,_0x4e46f1._0x3d3cb4)]);}return _0x4a2f72;}export async function wouldRetainServerAdmin({excludeBindingId:_0x587d23,excludeTeamMember:_0x4ce329,excludeTeamId:_0x26a8c7,replaceTeamMembers:_0x34f9f7}={}){const _0x27385f={_0x5613e2:0x28b,_0x28cfbe:0x275,_0x2ed019:0x2af,_0x5b95eb:0x29a,_0x394c9c:0x295,_0x325435:0x2fc,_0x53f059:0x304,_0x1f3760:0x3ce,_0xa3b85:0x3db,_0x2cabe4:0x460,_0x45d272:0x414,_0x505912:0x42c,_0x4ad632:0x2f7,_0x48865b:0x2fd,_0x291540:0x438,_0xf8e76e:0x492,_0x2518ec:0x46c,_0x425dcb:0x2d4,_0x30d355:0x2ad,_0x2868cb:0x2bb,_0x1a6c1f:0x417,_0xc4993a:0x3e5,_0x210507:0x420,_0x1279c4:0x261,_0x54f86d:0x281,_0x3cd053:0x29c,_0x100589:0x45c,_0x3103a0:0x4a0,_0x5b8272:0x494,_0x3869a5:0x452,_0x1cf96f:0x472,_0x547f16:0x451,_0x288be7:0x48a,_0x477250:0x455,_0x320ce2:0x4b3,_0x3a3a7a:0x498,_0x41cf9f:0x325,_0x44c9f8:0x2dc,_0x5bc378:0x4b6,_0x51e2db:0x435,_0x341c02:0x245,_0x11cd53:0x289,_0x39f644:0x284,_0x506574:0x2aa,_0xeea3dd:0x285,_0xb568aa:0x2b0,_0x11caea:0x272,_0x561e68:0x27d,_0x2b2c35:0x425,_0x4640d8:0x42a,_0x186129:0x2b7,_0x53221d:0x24a,_0x2220b0:0x277,_0x15b25d:0x28e,_0x3915c1:0x2c2,_0x303b01:0x459,_0x5346b9:0x456,_0x5491c1:0x485,_0xf34afa:0x454,_0x3d6a05:0x45e,_0x12757c:0x30d,_0x1533dc:0x24d,_0x429028:0x2c1,_0x5952b1:0x2e8,_0x394676:0x2a4,_0x5ac5be:0x29f,_0x56558e:0x49c,_0x38d64b:0x482,_0x58793d:0x259,_0x1c9278:0x292,_0x44f44a:0x2bf,_0x9379b1:0x45a,_0x284d3c:0x411,_0x45f610:0x426,_0x5659ad:0x415,_0x3d23bc:0x2be,_0xbb0226:0x259,_0x46ef5f:0x278},_0xbdab2f={'XFIQe':'./users.js','tDYFB':function(_0x21624f){return _0x21624f();},'pNqtG':function(_0x39c51e,_0x3a2e92){return _0x39c51e===_0x3a2e92;},'EegCn':function(_0x2d68ad,_0x10d106){return _0x2d68ad!==_0x10d106;},'TcxdB':_0x3c7eda(0x264,_0x27385f._0x5613e2,0x281,0x2ad),'rdGmv':function(_0x1df370,_0x2c4283){return _0x1df370(_0x2c4283);},'NBpwW':_0x3c7eda(_0x27385f._0x28cfbe,_0x27385f._0x2ed019,0x2b9,0x28d),'FoIoN':function(_0x124fb9,_0x46b7e8){return _0x124fb9===_0x46b7e8;},'ykwDs':_0x3c7eda(0x2b0,_0x27385f._0x5b95eb,0x2d3,_0x27385f._0x394c9c),'GEzUD':function(_0x328df0,_0x1fe849){return _0x328df0!==_0x1fe849;},'yPnhj':_0x3c7eda(_0x27385f._0x325435,_0x27385f._0x5b95eb,_0x27385f._0x53f059,0x2c7),'ksMFh':function(_0x25f1cb,_0x261bba){return _0x25f1cb===_0x261bba;},'mwquB':function(_0x3aa204,_0x5d714d){return _0x3aa204===_0x5d714d;},'TbbEj':function(_0x408bb9,_0x2a49ba){return _0x408bb9>_0x2a49ba;}};function _0x443ac1(_0x57d86d,_0x3ebd9e,_0x307890,_0x4d60f9){return _0x429b(_0x4d60f9-0x2ec,_0x57d86d);}function _0x3c7eda(_0x4f14c9,_0x550fb6,_0x3a4b80,_0x15eaa4){return _0x429b(_0x15eaa4-0x14d,_0x3a4b80);}const {getRoleById:_0x4942d7}=await d(),{getBindings:_0x479bce}=await import(_0x443ac1(_0x27385f._0x1f3760,_0x27385f._0xa3b85,_0x27385f._0x2cabe4,_0x27385f._0x45d272)+'.js'),{getUsers:_0x5f5bbf}=await import(_0xbdab2f['XFIQe']),{getTeamById:_0x9fd9ca}=await import(_0x443ac1(0x479,_0x27385f._0x505912,0x440,0x450)),_0x2c6569=await _0xbdab2f[_0x3c7eda(0x292,_0x27385f._0x4ad632,_0x27385f._0x48865b,0x2cd)](_0x479bce),_0x158abc=await _0xbdab2f[_0x443ac1(0x4af,_0x27385f._0x291540,_0x27385f._0xf8e76e,_0x27385f._0x2518ec)](_0x5f5bbf),_0x3eac91=[];for(const _0x48b2f5 of _0x2c6569){if(_0x587d23&&_0xbdab2f[_0x3c7eda(_0x27385f._0x425dcb,_0x27385f._0x30d355,0x2a1,_0x27385f._0x2868cb)](_0x48b2f5['id'],_0x587d23))continue;if(_0xbdab2f[_0x443ac1(_0x27385f._0x1a6c1f,0x422,_0x27385f._0xc4993a,_0x27385f._0x210507)](_0x48b2f5[_0x3c7eda(0x29b,_0x27385f._0x1279c4,_0x27385f._0x54f86d,_0x27385f._0x3cd053)+_0x443ac1(0x4a9,_0x27385f._0x100589,_0x27385f._0x3103a0,_0x27385f._0x5b8272)],_0xbdab2f[_0x443ac1(_0x27385f._0x3869a5,0x499,_0x27385f._0x1cf96f,0x457)]))continue;const _0x135e1f=await _0xbdab2f[_0x443ac1(0x4a2,_0x27385f._0x547f16,_0x27385f._0x288be7,_0x27385f._0x477250)](_0x4942d7,_0x48b2f5[_0x443ac1(0x490,_0x27385f._0x320ce2,0x464,_0x27385f._0x3a3a7a)]);if(!_0x135e1f||!_0x135e1f[_0x3c7eda(0x2ec,0x2a7,_0x27385f._0x41cf9f,_0x27385f._0x44c9f8)+'s'][_0x443ac1(_0x27385f._0x5bc378,_0x27385f._0x51e2db,0x490,0x472)]('*'))continue;_0x3eac91[_0x3c7eda(0x2bb,_0x27385f._0x341c02,_0x27385f._0x11cd53,_0x27385f._0x39f644)](_0x48b2f5);}for(const _0x1b7802 of _0x3eac91){if(_0xbdab2f[_0x3c7eda(_0x27385f._0x506574,_0x27385f._0x2ed019,_0x27385f._0xeea3dd,0x2bb)](_0x1b7802[_0x3c7eda(0x277,_0x27385f._0xb568aa,0x2be,0x28b)+'pe'],_0xbdab2f[_0x3c7eda(0x29a,0x286,_0x27385f._0x11caea,_0x27385f._0x561e68)])){if(_0x158abc['some'](_0x20f935=>_0x20f935['id']===_0x1b7802[_0x443ac1(0x4a7,0x4c9,0x441,0x482)]))return!![];}if(_0xbdab2f['FoIoN'](_0x1b7802[_0x443ac1(0x455,_0x27385f._0x2b2c35,0x44e,_0x27385f._0x4640d8)+'pe'],_0xbdab2f[_0x3c7eda(_0x27385f._0x186129,_0x27385f._0x53221d,0x231,_0x27385f._0x2220b0)])){if(_0xbdab2f[_0x3c7eda(0x2d7,_0x27385f._0x15b25d,_0x27385f._0x3915c1,0x2a8)](_0xbdab2f[_0x443ac1(0x44d,_0x27385f._0x303b01,_0x27385f._0x5346b9,0x45d)],_0x443ac1(_0x27385f._0x5491c1,0x432,_0x27385f._0xf34afa,_0x27385f._0x3d6a05))){if(_0x26a8c7&&_0xbdab2f['ksMFh'](_0x1b7802[_0x3c7eda(0x30a,_0x27385f._0x12757c,0x30c,0x2e3)],_0x26a8c7))continue;const _0x3bd9b7=await _0x9fd9ca(_0x1b7802['subject_id']);if(!_0x3bd9b7)continue;let _0x556ab8=_0x3bd9b7[_0x3c7eda(_0x27385f._0x1533dc,0x246,_0x27385f._0x429028,0x278)]||[];_0x4ce329&&_0xbdab2f[_0x3c7eda(0x2af,_0x27385f._0x5952b1,_0x27385f._0x394676,_0x27385f._0x5ac5be)](_0x4ce329[_0x443ac1(0x483,_0x27385f._0x56558e,_0x27385f._0x38d64b,0x4a5)],_0x1b7802[_0x3c7eda(0x2e7,0x2fa,0x2ec,0x2e3)])&&(_0x556ab8=_0x556ab8[_0x3c7eda(0x2c9,0x273,_0x27385f._0x58793d,_0x27385f._0x1c9278)](_0x1c0955=>_0x1c0955!==_0x4ce329['userId']));_0x34f9f7&&_0x34f9f7['teamId']===_0x1b7802[_0x3c7eda(0x2a6,0x2f9,_0x27385f._0x44f44a,0x2e3)]&&(_0xbdab2f[_0x3c7eda(0x26e,0x2f7,0x2d6,_0x27385f._0x2868cb)](_0x443ac1(_0x27385f._0x9379b1,0x463,_0x27385f._0x284d3c,_0x27385f._0x45f610),_0x443ac1(0x3fa,0x439,0x3e4,_0x27385f._0x5659ad))?_0x33cfec=_0x298366:_0x556ab8=_0x34f9f7[_0x3c7eda(0x243,_0x27385f._0x3d23bc,_0x27385f._0xbb0226,_0x27385f._0x46ef5f)]||[]);if(_0xbdab2f['TbbEj'](_0x556ab8['length'],-0x360+0x283*-0xe+0x2*0x1345))return!![];}else{if(_0x3d3521[_0x3c7eda(0x2e2,0x2df,0x2f0,0x2fd)](_0x134790=>_0x134790['id']===_0x2a2d8e['subject_id']))return!![];}}}return![];}
|
package/dist/lib/pin-cascade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0xa13135,_0x2b3760){const _0x46bab9={_0x37a8b9:0x3c7,_0x578c73:0x3bf,_0x2f04dc:0x3d9,_0x365055:0x3e5,_0x2f84bb:0x3f6,_0x174cb1:0x3e8,_0x1797d6:0x3c6,_0x2bb276:0x3bb,_0x4fbd9a:0x3c4,_0x1c1318:0x3a5,_0x31da0f:0x3c3,_0x5a70a5:0x3c0,_0x2faaa2:0x3e1,_0x52939a:0x3c1,_0x411006:0x41d,_0x1e75ba:0x40b,_0x29fbc1:0x418,_0x2c743e:0x3f9,_0x378474:0x415,_0x5a75a7:0x402,_0x47fc3f:0x425},_0xe36203={_0x6ff863:0x2a3},_0x471c5f={_0x204609:0x269};function _0xe27fb(_0x3e7f1d,_0x530f4e,_0x51448b,_0x5df49b){return _0x3867(_0x3e7f1d-_0x471c5f._0x204609,_0x51448b);}function _0x52d161(_0xbc6637,_0x4bb3fc,_0x55c97b,_0x351f65){return _0x3867(_0x4bb3fc-_0xe36203._0x6ff863,_0x55c97b);}const _0x5ee340=_0xa13135();while(!![]){try{const _0x5ea850=-parseInt(_0xe27fb(_0x46bab9._0x37a8b9,_0x46bab9._0x578c73,0x3cc,_0x46bab9._0x2f04dc))/(0x18a2+-0x1*-0x270b+-0x64*0xa3)*(parseInt(_0x52d161(_0x46bab9._0x365055,_0x46bab9._0x2f84bb,0x40b,0x3ef))/(-0x135a+0x1c40+-0x8e4))+-parseInt(_0x52d161(0x3e5,0x3e3,0x3d9,_0x46bab9._0x174cb1))/(0x3*-0x755+0x6c0+0xf42)*(parseInt(_0xe27fb(0x3c0,_0x46bab9._0x1797d6,_0x46bab9._0x2bb276,_0x46bab9._0x4fbd9a))/(-0x77a+-0xed6+-0xb2a*-0x2))+parseInt(_0xe27fb(_0x46bab9._0x1c1318,0x391,_0x46bab9._0x31da0f,_0x46bab9._0x5a70a5))/(-0x2*-0xde2+0x418+-0x273*0xd)+parseInt(_0xe27fb(0x3c2,_0x46bab9._0x2faaa2,0x3b0,0x3ae))/(-0x15b+0xc61*-0x3+0x2684*0x1)+-parseInt(_0xe27fb(0x3c5,0x3cc,0x3d6,_0x46bab9._0x52939a))/(-0x2c5*0x8+-0x607+0x1c36)+-parseInt(_0x52d161(_0x46bab9._0x411006,_0x46bab9._0x1e75ba,_0x46bab9._0x29fbc1,_0x46bab9._0x2c743e))/(-0x6a1+-0x1*-0xba1+-0x4f8)*(parseInt(_0x52d161(_0x46bab9._0x378474,_0x46bab9._0x5a75a7,0x3fb,0x40f))/(-0x2502+-0x60*0x1d+0x57*0x8d))+parseInt(_0x52d161(_0x46bab9._0x47fc3f,0x413,0x425,0x431))/(-0x1b*0x24+0x1*-0xca4+0x107a);if(_0x5ea850===_0x2b3760)break;else _0x5ee340['push'](_0x5ee340['shift']());}catch(_0x2b2841){_0x5ee340['push'](_0x5ee340['shift']());}}}(_0x88c8,-0x311b6+-0x294e9+0xa38c3));function _0x88c8(){const _0x91702c=['z3bzrue','ze12sxu','y3rPDMvjza','wwj5vNy','DgfZA1r5Cgu','AxnqAw5Uzwq','uvP3EeS','wLbKCNu','C291CMnLt2jQzq','uKvyAhy','CNv0qMO','nhHgEhLJEG','ywzMzwn0zwrhCG','wu5Pveu','ChvZAa','mtjguhbXAxa','yMPMDgy','ndi5mJqWrwPhChfo','uhfrvwG','y0zhuu8','mZu1mtGYogTwrurgtW','B2jQzwn0AxzL','ntKZnJrPDwnOqwG','mtaZnZK3ouTgDMXxqG','uxD4C24','DgfZA0LKC1rVqW','zw50CMLLCW','uNfNzwm','B3vWswq','CuHVtNy','ANvKz2u','vhjpqwS','mZjpy1zsy1u','u1H6tfe','AuHYEwK','s3nzvw4','EffJAeW','B3jPz2LUywXhCG','z2v0','C3rHDhvZ','mtiYnZe4mtbht1Pgs3u','AKj5twe','txD5quq','y0z3rK4','AxnkDwrNzvrHCW','z3jVDxbjza','uKH2zNq','CgfYzw50t2jQzq','AgfZ','B25ZAwrLCG','mJuWnZK2mejyA3riDG','AxbQu3a','ywrK','CLPeD0q','ndeZmZaXufn6uunH','vKTiyu4','C2L6zq','r3PeCvi','yxHpwgu','ze94Cgy','quTvDe0','ENDvuwe'];_0x88c8=function(){return _0x91702c;};return _0x88c8();}export function collectObjectiveCascadeUnpinTargets(_0x1d3dfc,_0x5b62e1){const _0x4ae913={_0x115965:0x436,_0x1eca92:0x3cb,_0x2ff44f:0x3e3,_0x3080b8:0x428,_0x475534:0x42e,_0x26458f:0x423,_0xbb485c:0x43d,_0x4f0fef:0x447,_0x44b922:0x447,_0x5b6bd4:0x464,_0x69e34:0x43e,_0x4890c5:0x452,_0x29c6c6:0x460,_0x2f7c08:0x45b,_0x5e39c6:0x3df,_0x39e03f:0x3eb,_0x32ac9c:0x3da,_0x5a2733:0x482,_0x3fa23a:0x47d,_0x482d14:0x3b1,_0x483965:0x3ac,_0x4ad3a8:0x3b4,_0x1f3785:0x41d,_0x3500f8:0x3bf,_0x1370da:0x3c1,_0x2160ec:0x3a9,_0x1f1199:0x3b5,_0x20b8a2:0x3aa,_0x427ca1:0x39a,_0x127868:0x3e0,_0x13c06f:0x3f5,_0x561e71:0x3d8,_0x53fcd3:0x475,_0x340494:0x469,_0x1b3f8b:0x43d,_0x860ce6:0x421,_0x547409:0x3af,_0x5100c3:0x449,_0x1b688e:0x437,_0x2a214a:0x447,_0x2c1165:0x42b,_0x2d09b9:0x39b,_0x3b84b6:0x3b1,_0x3d8fa5:0x3c5,_0x482662:0x3e7,_0x1e138c:0x3d7,_0x38a8c8:0x3a6,_0x3d6053:0x3cf,_0x1a6563:0x43e,_0x25b35c:0x45a,_0x4f95e0:0x3c3,_0x1ec34f:0x3a3,_0x100564:0x44d,_0x1bde1b:0x430,_0x4c1fba:0x45d},_0x9716ec={_0x255b3f:0x523,_0x3b3f52:0x505,_0x23c1e2:0x510,_0x3f07f9:0x4f6,_0x2ca918:0x251,_0x71f075:0x251,_0x24d037:0x254,_0x2060d9:0x273,_0xac9cbe:0x287,_0x155e26:0x2a4,_0x31b981:0x265,_0x30f8c8:0x276,_0xa544bf:0x25e,_0x2289b9:0x4f9,_0x1b4eb1:0x50e,_0x411f66:0x4f4,_0x45336f:0x25a,_0x4d59a3:0x256,_0x54915e:0x502,_0x172c27:0x4fe,_0x1d6be5:0x4f8,_0x3fe4c9:0x256,_0x169303:0x237,_0x2cead5:0x4e1,_0x1fc52d:0x261,_0x5280e9:0x24f,_0x2c273d:0x25b,_0x5b75fb:0x264,_0x371e88:0x285,_0x2f9f30:0x280,_0x3a478a:0x27c,_0x786c9d:0x26e,_0x175bdb:0x4d6,_0x35a0f2:0x4f8,_0x5195bf:0x285,_0x2b49a6:0x28e,_0x50e700:0x29e,_0x490afa:0x512},_0xf608c4={'gpYEA':function(_0x1a407b,_0x119e66){return _0x1a407b===_0x119e66;},'qHoNv':_0x32e949(0x423,0x43f,0x431,_0x4ae913._0x115965),'Qwxsn':_0x5b4bc3(0x3dc,_0x4ae913._0x1eca92,_0x4ae913._0x2ff44f,0x3cf),'RPbaw':function(_0x1a57bc,_0x38a7c9){return _0x1a57bc(_0x38a7c9);},'SsNTq':function(_0x1008a7,_0x52379f){return _0x1008a7>_0x52379f;},'TrOAk':function(_0xe762e7,_0x48756a){return _0xe762e7!==_0x48756a;},'xQchL':_0x32e949(_0x4ae913._0x3080b8,_0x4ae913._0x475534,_0x4ae913._0x26458f,0x433),'RHvft':function(_0xad7f7f,_0x3e624c){return _0xad7f7f===_0x3e624c;},'uzgJK':'judge','axOXe':_0x32e949(_0x4ae913._0xbb485c,_0x4ae913._0x4f0fef,_0x4ae913._0x44b922,_0x4ae913._0x5b6bd4)},_0x3ba656=new Set(),_0x48cd1c=new Set(),_0x1690ed=_0x380df9=>{const _0x479905={_0xa1eeff:0x1e1,_0xd861fd:0x28};function _0x312a78(_0x1c9a08,_0x2bdf19,_0x21904b,_0x1d5868){return _0x32e949(_0x1c9a08-0x195,_0x1d5868-0xb5,_0x1c9a08,_0x1d5868-0xab);}const _0x483b32={'kljoB':function(_0x800fb0,_0x46be37){return _0x800fb0(_0x46be37);}};function _0x3fb375(_0x26179c,_0x43ed76,_0x16f9a4,_0x3d2872){return _0x32e949(_0x26179c-0x125,_0x43ed76- -_0x479905._0xa1eeff,_0x16f9a4,_0x3d2872-_0x479905._0xd861fd);}for(const [_0x2f71f9,_0x5e6297]of _0x1d3dfc[_0x312a78(_0x9716ec._0x255b3f,0x4f2,_0x9716ec._0x3b3f52,_0x9716ec._0x23c1e2)]()){_0xf608c4[_0x312a78(0x4ee,0x4ed,0x507,_0x9716ec._0x3f07f9)](_0x5e6297?.[_0x3fb375(_0x9716ec._0x2ca918,_0x9716ec._0x71f075,_0x9716ec._0x24d037,0x25d)+'ctiveId'],_0x380df9)&&_0xf608c4['gpYEA'](_0x5e6297?.[_0x3fb375(_0x9716ec._0x2060d9,_0x9716ec._0xac9cbe,_0x9716ec._0x155e26,0x287)],'objective')&&(_0xf608c4['gpYEA'](_0xf608c4[_0x3fb375(_0x9716ec._0x31b981,0x27d,_0x9716ec._0x30f8c8,_0x9716ec._0xa544bf)],_0xf608c4[_0x312a78(0x4f6,_0x9716ec._0x2289b9,0x510,_0x9716ec._0x1b4eb1)])?(_0x4d446d[_0x312a78(0x4fd,_0x9716ec._0x411f66,0x4cd,0x4ec)](_0x46df70),_0x483b32['kljoB'](_0x2be255,_0x423dfe)):(_0x3ba656[_0x3fb375(_0x9716ec._0x45336f,_0x9716ec._0x4d59a3,0x254,0x272)](_0x2f71f9),_0x1690ed(_0x2f71f9)));if(_0x5e6297?.[_0x312a78(_0x9716ec._0x54915e,0x502,0x508,_0x9716ec._0x172c27)+_0x312a78(0x4f8,0x4f0,0x4ef,_0x9716ec._0x1d6be5)]===_0x380df9){_0x3ba656[_0x3fb375(0x251,_0x9716ec._0x3fe4c9,0x25f,_0x9716ec._0x169303)](_0x2f71f9);if(_0x5e6297['groupId'])_0x48cd1c[_0x312a78(_0x9716ec._0x54915e,_0x9716ec._0x2cead5,0x4e5,0x4ec)](_0x5e6297[_0x3fb375(_0x9716ec._0x1fc52d,_0x9716ec._0x5280e9,_0x9716ec._0x2c273d,_0x9716ec._0x5b75fb)]);if(_0x5e6297[_0x3fb375(0x29d,_0x9716ec._0x371e88,0x2a4,0x281)+_0x3fb375(_0x9716ec._0x2f9f30,_0x9716ec._0x3a478a,0x289,_0x9716ec._0x786c9d)])_0x48cd1c[_0x312a78(_0x9716ec._0x175bdb,0x4cd,_0x9716ec._0x35a0f2,0x4ec)](_0x5e6297[_0x3fb375(0x297,_0x9716ec._0x5195bf,_0x9716ec._0x2b49a6,_0x9716ec._0x50e700)+_0x312a78(0x51d,0x51c,_0x9716ec._0x23c1e2,_0x9716ec._0x490afa)]);}}};function _0x32e949(_0x568436,_0x2f7209,_0x27fc9e,_0x15df67){return _0x3867(_0x2f7209-0x2f9,_0x27fc9e);}_0xf608c4['RPbaw'](_0x1690ed,_0x5b62e1);function _0x5b4bc3(_0x2d09f6,_0xc4d0e2,_0x54a41d,_0x29d718){return _0x3867(_0x2d09f6-0x273,_0xc4d0e2);}if(_0xf608c4['SsNTq'](_0x48cd1c[_0x32e949(0x42b,0x43b,_0x4ae913._0x69e34,_0x4ae913._0x4890c5)],0x1*0x53f+-0x5*0x72d+0x1ea2))for(const [_0x3e432c,_0x3ad3f4]of _0x1d3dfc[_0x32e949(_0x4ae913._0x29c6c6,_0x4ae913._0x2f7c08,0x473,0x473)]()){if(_0xf608c4['TrOAk'](_0xf608c4[_0x5b4bc3(_0x4ae913._0x5e39c6,0x3f2,_0x4ae913._0x39e03f,_0x4ae913._0x32ac9c)],_0xf608c4[_0x32e949(_0x4ae913._0x5a2733,0x465,0x483,_0x4ae913._0x3fa23a)]))_0x51b051[_0x5b4bc3(_0x4ae913._0x482d14,_0x4ae913._0x483965,_0x4ae913._0x4ad3a8,0x397)](_0x43b7eb);else{if(!_0x3ad3f4)continue;const _0x226b19=_0xf608c4[_0x32e949(0x43a,0x431,0x42a,_0x4ae913._0x1f3785)](_0x3ad3f4[_0x5b4bc3(_0x4ae913._0x3500f8,0x3c8,_0x4ae913._0x1370da,0x3c1)],_0xf608c4['uzgJK'])||_0x3ad3f4[_0x5b4bc3(_0x4ae913._0x2160ec,_0x4ae913._0x1f1199,0x3b5,0x3c1)+'k']===!![];if(!_0x226b19)continue;const _0x7267f7=_0x3ad3f4[_0x5b4bc3(_0x4ae913._0x20b8a2,0x3b1,0x3bd,_0x4ae913._0x427ca1)]||_0x3ad3f4[_0x5b4bc3(_0x4ae913._0x127868,_0x4ae913._0x13c06f,0x3d2,_0x4ae913._0x561e71)+_0x32e949(0x440,0x45d,_0x4ae913._0x53fcd3,0x453)];if(_0x7267f7&&_0x48cd1c['has'](_0x7267f7)){if(_0xf608c4[_0x32e949(_0x4ae913._0x340494,0x460,0x459,0x44a)](_0xf608c4[_0x32e949(0x43d,_0x4ae913._0x1b3f8b,_0x4ae913._0x860ce6,0x44f)],_0x5b4bc3(0x3c1,0x3cb,0x3ab,_0x4ae913._0x547409))){_0x3b137e[_0x32e949(_0x4ae913._0x5100c3,_0x4ae913._0x1b688e,_0x4ae913._0x2a214a,_0x4ae913._0x2c1165)](_0x11f87c);if(_0x34ac43[_0x5b4bc3(0x3aa,_0x4ae913._0x2d09b9,0x3b1,_0x4ae913._0x2160ec)])_0x1680ef[_0x5b4bc3(_0x4ae913._0x3b84b6,0x3c4,0x3ba,0x3c6)](_0x3f1823['groupId']);if(_0x2dbe8b[_0x5b4bc3(0x3e0,_0x4ae913._0x3d8fa5,0x3d0,0x3e4)+'oupId'])_0x1f05e7['add'](_0x209054[_0x5b4bc3(_0x4ae913._0x127868,_0x4ae913._0x482662,0x3e6,_0x4ae913._0x1e138c)+_0x32e949(0x464,0x45d,_0x4ae913._0x29c6c6,0x446)]);}else _0x3ba656[_0x5b4bc3(0x3b1,_0x4ae913._0x38a8c8,_0x4ae913._0x3d6053,0x3bc)](_0x3e432c);}}}_0x3ba656['delete'](_0x5b62e1);const _0x1b7ad6={};return _0x1b7ad6[_0x32e949(_0x4ae913._0x1a6563,_0x4ae913._0x25b35c,0x468,0x478)+_0x5b4bc3(0x3ae,0x3b5,_0x4ae913._0x4f95e0,_0x4ae913._0x1ec34f)]=_0x3ba656,_0x1b7ad6[_0x32e949(0x449,_0x4ae913._0x100564,_0x4ae913._0x1bde1b,_0x4ae913._0x4c1fba)+'oupIds']=_0x48cd1c,_0x1b7ad6;}export function findJudgeTasksForGroup(_0x13fa73,_0x553d25){const _0x2489e0={_0x47344f:0x4a4,_0xec864:0x4ab,_0x2d3b7c:0x59,_0x5782e7:0x49,_0x36493b:0x4b6,_0x327f86:0x4c1,_0x508962:0x4b3,_0x3f3e6d:0x49a,_0xa3ed4c:0x4a1,_0x237e6d:0x51,_0x55532f:0x63,_0x150ad5:0x5c,_0x33fabd:0x47,_0x5af6cc:0x51,_0x492ea4:0x38,_0x2f5b2e:0x39,_0x652f91:0x5b,_0x53ed64:0x78,_0x412ea1:0x5d,_0x544800:0x7e,_0x36c656:0x498,_0xdef4d0:0x4a0,_0x33fa9b:0x48a},_0x16c3ce={_0x26e3be:0xfe},_0x375114={};function _0x70ff3e(_0x5da995,_0x28a084,_0x39a67d,_0x4f6762){return _0x3867(_0x5da995-0x350,_0x4f6762);}_0x375114[_0x70ff3e(0x4a1,_0x2489e0._0x47344f,_0x2489e0._0xec864,0x4b8)]=function(_0x3f8bb9,_0x445798){return _0x3f8bb9===_0x445798;},_0x375114[_0x423d8d(_0x2489e0._0x2d3b7c,0x76,_0x2489e0._0x5782e7,0x5d)]=_0x70ff3e(_0x2489e0._0x36493b,0x49a,0x49a,_0x2489e0._0x327f86);function _0x423d8d(_0x37891a,_0x49ebaa,_0x162eae,_0x246f94){return _0x3867(_0x246f94- -_0x16c3ce._0x26e3be,_0x37891a);}_0x375114[_0x70ff3e(_0x2489e0._0x508962,_0x2489e0._0x3f3e6d,0x4a7,0x4a9)]='pbmzU';const _0x3aaa84=_0x375114,_0x5887f2=new Set();if(!_0x553d25)return _0x5887f2;for(const [_0xfac6e2,_0x4895c9]of _0x13fa73['entries']()){if(!_0x4895c9)continue;const _0x5a7fa6=_0x3aaa84[_0x70ff3e(_0x2489e0._0xa3ed4c,0x4b0,0x4a1,_0x2489e0._0xa3ed4c)](_0x4895c9[_0x423d8d(_0x2489e0._0x237e6d,0x39,_0x2489e0._0x55532f,0x4e)],_0x3aaa84[_0x423d8d(0x54,0x64,_0x2489e0._0x150ad5,0x5d)])||_0x3aaa84[_0x70ff3e(_0x2489e0._0xa3ed4c,0x4ae,0x482,0x4c0)](_0x4895c9['isJudgeTas'+'k'],!![]);if(!_0x5a7fa6)continue;const _0x9fd6e1=_0x4895c9[_0x423d8d(_0x2489e0._0x33fabd,_0x2489e0._0x5af6cc,_0x2489e0._0x492ea4,_0x2489e0._0x2f5b2e)]||_0x4895c9[_0x423d8d(_0x2489e0._0x652f91,0x82,_0x2489e0._0x53ed64,0x6f)+_0x423d8d(_0x2489e0._0x412ea1,0x84,_0x2489e0._0x544800,0x66)];_0x9fd6e1===_0x553d25&&(_0x3aaa84['Rqgec']===_0x3aaa84['Rqgec']?_0x5887f2['add'](_0xfac6e2):_0x4249ea[_0x70ff3e(0x48e,_0x2489e0._0x36c656,0x4a9,_0x2489e0._0x3f3e6d)](_0x1fb49f[_0x70ff3e(_0x2489e0._0xdef4d0,0x4ab,0x4bf,0x4a1)+_0x70ff3e(_0x2489e0._0x3f3e6d,_0x2489e0._0x36c656,0x481,_0x2489e0._0x33fa9b)]));}return _0x5887f2;}function _0x3867(_0x91b38f,_0x48e893){_0x91b38f=_0x91b38f-(-0x2079+-0x11b9*0x1+0x3365);const _0x2cd9de=_0x88c8();let _0x2b5b6e=_0x2cd9de[_0x91b38f];if(_0x3867['JxduGz']===undefined){var _0x2b328d=function(_0x46df70){const _0x2be255='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x423dfe='',_0x21a6dc='';for(let _0x2d6d8c=-0x39c*-0x9+0x1*0x182b+0x1*-0x38a7,_0x146ee3,_0x1d3d17,_0x286256=-0x1e31*-0x1+0x1311+-0x3142;_0x1d3d17=_0x46df70['charAt'](_0x286256++);~_0x1d3d17&&(_0x146ee3=_0x2d6d8c%(0x7*-0x108+0x1a79+-0x133d)?_0x146ee3*(-0x2eb*0x2+0x176d+-0x1157)+_0x1d3d17:_0x1d3d17,_0x2d6d8c++%(0x3f6*0x1+-0x25*0x2f+0x51*0x9))?_0x423dfe+=String['fromCharCode'](0x29e*-0x5+-0x31c+-0x5bb*-0x3&_0x146ee3>>(-(-0xbc5+-0x1265+0x1e2c)*_0x2d6d8c&0x24a6+-0xb6f+-0x1931)):-0xe*0x3a+0x194e+-0x1622*0x1){_0x1d3d17=_0x2be255['indexOf'](_0x1d3d17);}for(let _0x39952b=0x1*-0x13d5+0xa55*0x2+-0x1*0xd5,_0x25526f=_0x423dfe['length'];_0x39952b<_0x25526f;_0x39952b++){_0x21a6dc+='%'+('00'+_0x423dfe['charCodeAt'](_0x39952b)['toString'](0x1*0x1801+-0x1*-0x1dd9+0x6*-0x8f7))['slice'](-(0x2430+0x1*0x1929+-0x3d57));}return decodeURIComponent(_0x21a6dc);};_0x3867['naagnS']=_0x2b328d,_0x3867['vxxpSu']={},_0x3867['JxduGz']=!![];}const _0x2b51eb=_0x2cd9de[-0x3a5+-0x1323+0x16c8],_0x558555=_0x91b38f+_0x2b51eb,_0x4d446d=_0x3867['vxxpSu'][_0x558555];return!_0x4d446d?(_0x2b5b6e=_0x3867['naagnS'](_0x2b5b6e),_0x3867['vxxpSu'][_0x558555]=_0x2b5b6e):_0x2b5b6e=_0x4d446d,_0x2b5b6e;}export function findOrphanedAncestorObjectives(_0x556f97,_0x580e4b){const _0x2af3c8={_0x410a33:0x143,_0x165e3a:0x124,_0x35d4f3:0x28,_0x3d5042:0xc,_0x36956a:0x154,_0x29bd7e:0x15a,_0x2224de:0x16d,_0x39ce09:0x150,_0x438bc6:0x138,_0x22d854:0x149,_0x1c7d7c:0x0,_0x46c012:0x3,_0x5ef63a:0x17,_0x3dd4b2:0x139,_0x2b982b:0x13d,_0x4ad41e:0x12d,_0x684c23:0x18,_0x5dbb22:0xd,_0x2b0d4f:0x7,_0x36e0fd:0x19,_0xf19378:0x13d,_0x31735c:0x137,_0x1563e8:0xf,_0x78d556:0x1,_0x52458e:0xd,_0x389b8f:0x151,_0x1f45b2:0x143,_0x5686d8:0x14a},_0x4e8ba3={_0x8b8f0d:0x242,_0x14d3b0:0x240,_0x3cc8dd:0xb,_0x1b2f37:0x29,_0x4d33e2:0xe,_0x57ea72:0x289,_0x33988f:0x27b,_0x35091c:0x26c,_0x28cc88:0x22a,_0x39560e:0x251,_0x185990:0x25c,_0x32934f:0x23d,_0x4ccb43:0x254,_0x2f19c1:0x258,_0x125528:0x243,_0x464d35:0x1e,_0x44a803:0x18,_0x40215b:0xf,_0x5c2afe:0x1,_0x4e824c:0x2,_0x21a2ed:0x1b,_0x234f63:0x22e,_0x81a4c4:0x248,_0x508c78:0x252,_0x334a5f:0x249,_0x3c787d:0x23f,_0x5e6a0d:0x23e,_0x28f7d0:0x237,_0x3c78ef:0x8,_0x2a3725:0x2,_0x2f1e99:0x21,_0x294592:0x1f,_0x3c32b7:0x1b,_0x2c580d:0x6,_0xc1dd31:0x259,_0x56a028:0x256,_0x1da9f3:0x14,_0x59fadb:0x3,_0x1249a5:0x239,_0x2acde0:0x269,_0x4aa17d:0x4,_0x1cb395:0x229,_0x104a83:0x253,_0x1948dd:0x24b,_0x2259b1:0x20,_0x178388:0x16,_0x5e363a:0x2,_0x5e8e0a:0x31,_0x47bbea:0x9,_0x3b252f:0x248,_0x21a568:0x28c,_0x44a83b:0x286,_0x348337:0x285,_0x1b636e:0x12,_0x3037a9:0x24,_0x45e83b:0x5,_0x293663:0x265,_0x316c4d:0x267,_0x4de767:0x13,_0x17cd74:0x6,_0x2b80ea:0x22,_0x38908b:0x3,_0x2d91c4:0x244,_0x45cc60:0x245,_0x4d7b7f:0x260,_0x448e31:0x226,_0x3cf7c9:0x22d,_0x542a12:0x23d,_0x4b6187:0x237,_0x4b7298:0x250,_0x47c0f6:0x285,_0xfc4dbb:0x276,_0x397d96:0x26d,_0x277093:0x22b,_0x43b05f:0x223,_0x449e6e:0x22b,_0xc85a9b:0x224,_0x19c1e3:0x228,_0x421cf4:0x24b,_0x335c15:0x7,_0x366964:0x260,_0x1f4895:0x23c,_0x52bf4c:0x23c,_0x25449b:0x243,_0x5e49bf:0x23b,_0x518ab4:0x235,_0x1647e9:0x239,_0xd60c63:0x23c,_0x2c3c76:0x1c,_0x1113ee:0x26c,_0x109d7e:0x25d,_0x3afeff:0x246,_0x4b00ae:0x271,_0x2a9a36:0x262,_0x1d878a:0x222,_0x32aa37:0x225,_0x1be12e:0x237,_0x48dc66:0x1a,_0x3166d0:0x1},_0x4c7825={_0x115874:0x125,_0x41a89a:0x255},_0x10a7ef={_0x3ad43e:0x34},_0x584476={_0x563e0c:0x157},_0x1d7535={_0x548bd1:0x28d},_0x57e905={'rutBj':function(_0x5f37b1,_0x3b62eb){return _0x5f37b1===_0x3b62eb;},'PqQUh':_0x5c3bef(-_0x2af3c8._0x410a33,-0x130,-0x123,-_0x2af3c8._0x165e3a),'GzDqR':function(_0x3976a1,_0x195f6e){return _0x3976a1(_0x195f6e);},'KsYUn':function(_0x4c404e,_0x1ba592){return _0x4c404e===_0x1ba592;},'rZDwD':function(_0x2164f9,_0x20f3da){return _0x2164f9!==_0x20f3da;},'dOxpf':function(_0x14aa59,_0x4bab43){return _0x14aa59!==_0x4bab43;},'ipjSp':_0x43ab4d(-_0x2af3c8._0x35d4f3,0x2,-0x21,-_0x2af3c8._0x3d5042),'bjftf':function(_0x295b60,_0x52d091){return _0x295b60!==_0x52d091;},'ZPdru':_0x5c3bef(-_0x2af3c8._0x36956a,-_0x2af3c8._0x29bd7e,-0x143,-_0x2af3c8._0x2224de),'WvJpQ':'xwfCr','zwUQa':function(_0x3c67e2,_0x2970d5){return _0x3c67e2&&_0x2970d5;},'TAgQS':_0x5c3bef(-_0x2af3c8._0x39ce09,-_0x2af3c8._0x438bc6,-_0x2af3c8._0x22d854,-0x153),'dMvIu':'JrSZD','MwyAD':function(_0x388aab,_0x4eb3a3){return _0x388aab(_0x4eb3a3);}},_0x572ac0=new Set(_0x580e4b),_0x4ae5cf=[],_0x3ee598=new Set(),_0x48feee=new Set();function _0x5c3bef(_0x4582a2,_0x3e3160,_0x277865,_0x200612){return _0x3867(_0x3e3160- -_0x1d7535._0x548bd1,_0x4582a2);}function _0x43ab4d(_0x11b2c2,_0x1d098e,_0x19caf5,_0x3114fb){return _0x3867(_0x3114fb- -_0x584476._0x563e0c,_0x11b2c2);}for(const _0x26b4c9 of _0x580e4b){const _0x5e524f=_0x556f97[_0x43ab4d(_0x2af3c8._0x1c7d7c,_0x2af3c8._0x46c012,-0x2,_0x2af3c8._0x5ef63a)](_0x26b4c9);_0x5e524f?.[_0x5c3bef(-_0x2af3c8._0x3dd4b2,-_0x2af3c8._0x2b982b,-0x147,-_0x2af3c8._0x4ad41e)+_0x43ab4d(-_0x2af3c8._0x684c23,-0xc,-0xe,-_0x2af3c8._0x5dbb22)]&&_0x48feee[_0x43ab4d(-0x3,-_0x2af3c8._0x3d5042,-_0x2af3c8._0x2b0d4f,-_0x2af3c8._0x36e0fd)](_0x5e524f[_0x5c3bef(-0x133,-_0x2af3c8._0xf19378,-0x15a,-_0x2af3c8._0x31735c)+_0x43ab4d(_0x2af3c8._0x1563e8,-0x8,-_0x2af3c8._0x78d556,-_0x2af3c8._0x52458e)]);}const _0x8a329d=_0x4a7833=>{const _0x2b0344={'VKHaN':function(_0x5be9d4,_0x224954){return _0x57e905['GzDqR'](_0x5be9d4,_0x224954);}};if(_0x3ee598[_0x1df876(_0x4e8ba3._0x8b8f0d,_0x4e8ba3._0x14d3b0,0x24b,0x238)](_0x4a7833))return;_0x3ee598[_0x5d85b7(_0x4e8ba3._0x3cc8dd,-_0x4e8ba3._0x1b2f37,-0x1,-_0x4e8ba3._0x4d33e2)](_0x4a7833);const _0x32aa72=_0x556f97[_0x1df876(0x27a,_0x4e8ba3._0x57ea72,_0x4e8ba3._0x33988f,_0x4e8ba3._0x35091c)](_0x4a7833);if(!_0x32aa72||_0x57e905[_0x1df876(_0x4e8ba3._0x28cc88,_0x4e8ba3._0x39560e,_0x4e8ba3._0x185990,_0x4e8ba3._0x32934f)](_0x32aa72['status'],_0x57e905[_0x1df876(0x24a,_0x4e8ba3._0x4ccb43,_0x4e8ba3._0x2f19c1,0x258)])||!_0x32aa72['isPinned']){if(_0x57e905[_0x1df876(0x231,0x224,0x248,_0x4e8ba3._0x125528)](_0x5d85b7(0xe,0x1d,0x2b,_0x4e8ba3._0x464d35),_0x57e905[_0x5d85b7(-_0x4e8ba3._0x44a803,-0x11,-0x14,-_0x4e8ba3._0x40215b)]))return;else _0x2069b6[_0x5d85b7(-_0x4e8ba3._0x5c2afe,0x23,-_0x4e8ba3._0x4e824c,0xa)](_0x565f4a),_0x45abbe[_0x5d85b7(0x2,0xd,-_0x4e8ba3._0x21a2ed,-0xe)](_0x410d1f),_0x137aae[_0x1df876(0x23b,_0x4e8ba3._0x234f63,0x226,0x237)+_0x1df876(0x22a,0x236,_0x4e8ba3._0x14d3b0,_0x4e8ba3._0x81a4c4)]&&_0x2b0344[_0x1df876(_0x4e8ba3._0x508c78,_0x4e8ba3._0x334a5f,0x223,_0x4e8ba3._0x3c787d)](_0x369f37,_0x22cb01[_0x1df876(_0x4e8ba3._0x5e6a0d,0x223,_0x4e8ba3._0x28f7d0,_0x4e8ba3._0x28f7d0)+_0x5d85b7(_0x4e8ba3._0x3c78ef,-0x8,0x14,-_0x4e8ba3._0x2a3725)]);}function _0x5d85b7(_0x10db49,_0x1ddee5,_0x1ef8f5,_0x4acee6){return _0x5c3bef(_0x1ddee5,_0x4acee6-0x141,_0x1ef8f5-0xb2,_0x4acee6-_0x10a7ef._0x3ad43e);}function _0x1df876(_0x26b1ad,_0x5011ec,_0x4f6585,_0x28b3cd){return _0x43ab4d(_0x5011ec,_0x5011ec-_0x4c7825._0x115874,_0x4f6585-0x1cc,_0x28b3cd-_0x4c7825._0x41a89a);}let _0x144e26=![];for(const [_0x54e674,_0x55f834]of _0x556f97[_0x5d85b7(0xa,_0x4e8ba3._0x21a2ed,_0x4e8ba3._0x2f1e99,0x16)]()){if(_0x57e905[_0x5d85b7(0x39,0x29,0xd,_0x4e8ba3._0x294592)](_0x55f834?.[_0x5d85b7(0x1a,-0x11,-0x16,0x4)+_0x5d85b7(0x1,-0x15,-_0x4e8ba3._0x3c32b7,-0x2)],_0x4a7833)&&_0x55f834[_0x5d85b7(-_0x4e8ba3._0x4d33e2,-_0x4e8ba3._0x2c580d,0x13,0x1)]&&!_0x572ac0[_0x1df876(0x24f,0x240,_0x4e8ba3._0x125528,0x238)](_0x54e674)){if(_0x57e905[_0x1df876(0x243,0x24a,_0x4e8ba3._0xc1dd31,_0x4e8ba3._0x56a028)](_0x57e905[_0x5d85b7(0xe,0x1f,_0x4e8ba3._0x1da9f3,_0x4e8ba3._0x59fadb)],_0x57e905[_0x1df876(0x240,0x23b,_0x4e8ba3._0x1249a5,0x24d)]))return;else{_0x144e26=!![];break;}}}let _0x3f0946=![];for(const [_0x48f50b,_0x223b40]of _0x556f97['entries']()){if('xwfCr'!==_0x57e905['WvJpQ']){const _0x24eb93=_0x12f1b3[_0x1df876(_0x4e8ba3._0x2acde0,0x274,_0x4e8ba3._0x56a028,0x26c)](_0x2e0f9f);_0x24eb93?.[_0x5d85b7(0xd,0x8,0x19,_0x4e8ba3._0x4aa17d)+_0x1df876(_0x4e8ba3._0x1cb395,_0x4e8ba3._0x104a83,_0x4e8ba3._0x1948dd,0x248)]&&_0x2671f9['add'](_0x24eb93[_0x5d85b7(_0x4e8ba3._0x2259b1,0xb,_0x4e8ba3._0x178388,0x4)+_0x5d85b7(_0x4e8ba3._0x1da9f3,0x1,-0x1b,-_0x4e8ba3._0x5e363a)]);}else{if(_0x223b40?.[_0x5d85b7(-_0x4e8ba3._0x5e8e0a,-_0x4e8ba3._0x47bbea,0x2,-0x13)+_0x1df876(0x263,0x24b,0x23d,_0x4e8ba3._0x3b252f)]===_0x4a7833&&_0x57e905['KsYUn'](_0x223b40[_0x1df876(_0x4e8ba3._0x21a568,_0x4e8ba3._0x44a83b,_0x4e8ba3._0x348337,0x26d)],_0x57e905['PqQUh'])&&_0x223b40[_0x5d85b7(0x20,0x10,0x12,_0x4e8ba3._0x5c2afe)]&&!_0x572ac0[_0x5d85b7(-0x11,-0x2d,-0xf,-_0x4e8ba3._0x1b636e)](_0x48f50b)){_0x3f0946=!![];break;}}}if(_0x57e905[_0x5d85b7(-_0x4e8ba3._0x3037a9,_0x4e8ba3._0x40215b,-0x9,-_0x4e8ba3._0x45e83b)](!_0x144e26,!_0x3f0946)){_0x4ae5cf[_0x1df876(0x23d,_0x4e8ba3._0x293663,_0x4e8ba3._0x316c4d,0x254)](_0x4a7833),_0x572ac0['add'](_0x4a7833);if(_0x32aa72[_0x1df876(0x218,0x21d,0x237,_0x4e8ba3._0x28f7d0)+'ctiveId']){if(_0x57e905[_0x5d85b7(-0xb,-0x17,_0x4e8ba3._0x4de767,_0x4e8ba3._0x17cd74)](_0x57e905['TAgQS'],_0x57e905[_0x5d85b7(-0x17,-_0x4e8ba3._0x2b80ea,0x3,-_0x4e8ba3._0x38908b)]))for(const [_0x32b2f7,_0x54d094]of _0x2890a7[_0x1df876(_0x4e8ba3._0x2d91c4,0x267,_0x4e8ba3._0x45cc60,_0x4e8ba3._0x4d7b7f)]()){_0x54d094?.[_0x1df876(_0x4e8ba3._0x448e31,_0x4e8ba3._0x3cf7c9,_0x4e8ba3._0x542a12,_0x4e8ba3._0x4b6187)+'ctiveId']===_0x547a65&&_0x57e905[_0x1df876(0x239,0x238,_0x4e8ba3._0x4b7298,_0x4e8ba3._0x4b7298)](_0x54d094?.[_0x1df876(0x282,_0x4e8ba3._0x47c0f6,_0x4e8ba3._0xfc4dbb,_0x4e8ba3._0x397d96)],_0x57e905['PqQUh'])&&(_0x2be4bc[_0x1df876(0x242,_0x4e8ba3._0x277093,_0x4e8ba3._0x43b05f,0x23c)](_0x32b2f7),_0x57e905[_0x1df876(_0x4e8ba3._0x449e6e,_0x4e8ba3._0xc85a9b,_0x4e8ba3._0x19c1e3,0x241)](_0x548715,_0x32b2f7));if(_0x57e905[_0x1df876(0x267,0x259,_0x4e8ba3._0x421cf4,0x269)](_0x54d094?.[_0x5d85b7(0xe,_0x4e8ba3._0x335c15,-0xa,0x4)+_0x1df876(0x235,0x22e,_0x4e8ba3._0x366964,0x248)],_0x19b72f)){_0x55883a[_0x1df876(0x22f,0x242,_0x4e8ba3._0x1f4895,_0x4e8ba3._0x52bf4c)](_0x32b2f7);if(_0x54d094[_0x1df876(_0x4e8ba3._0x25449b,_0x4e8ba3._0x5e49bf,_0x4e8ba3._0x19c1e3,_0x4e8ba3._0x518ab4)])_0x294e69[_0x1df876(0x23b,_0x4e8ba3._0x1647e9,0x243,_0x4e8ba3._0xd60c63)](_0x54d094['groupId']);if(_0x54d094[_0x5d85b7(0x6,0x28,_0x4e8ba3._0x2c3c76,0x21)+_0x1df876(0x258,_0x4e8ba3._0x1113ee,_0x4e8ba3._0x125528,0x262)])_0x482164[_0x5d85b7(-_0x4e8ba3._0x2b80ea,-0x27,0xb,-0xe)](_0x54d094['originalGr'+_0x1df876(_0x4e8ba3._0x109d7e,_0x4e8ba3._0x3afeff,_0x4e8ba3._0x4b00ae,_0x4e8ba3._0x2a9a36)]);}}else _0x57e905['GzDqR'](_0x8a329d,_0x32aa72[_0x1df876(_0x4e8ba3._0x1d878a,0x229,_0x4e8ba3._0x32aa37,_0x4e8ba3._0x1be12e)+_0x5d85b7(0x3,-_0x4e8ba3._0x48dc66,-_0x4e8ba3._0x3166d0,-0x2)]);}}};for(const _0x464589 of _0x48feee){_0x57e905[_0x5c3bef(-_0x2af3c8._0x389b8f,-0x159,-_0x2af3c8._0x1f45b2,-_0x2af3c8._0x5686d8)](_0x8a329d,_0x464589);}return _0x4ae5cf;}
|
|
1
|
+
(function(_0x396150,_0x56bf0d){const _0x163ff2={_0x224beb:0x234,_0x556a60:0x208,_0x3dc4b9:0x215,_0xf1919a:0x98,_0xde41a3:0xd4,_0x188a8f:0xb5,_0x8d23e:0xc3,_0x581bb9:0x7f,_0x7acb59:0x7d,_0x1c7a53:0xa8,_0x4901d5:0x97,_0x5c87cb:0x93,_0x3a1ea7:0x7f,_0x5e6de1:0x9f,_0x4f0137:0xda,_0x577cf1:0x21a,_0x2f1ae1:0x221,_0x250119:0x22e,_0x36d325:0x71,_0x4458a8:0x20b,_0x4dbadd:0x237,_0x33b31e:0xb3,_0x415bd0:0xd9,_0x2456a9:0x231,_0x4d8ae6:0x222,_0x3d9626:0x240,_0x48f05c:0x257};function _0x1adad4(_0x2fd6a9,_0x3d6e1f,_0x8fe1ce,_0x5c889b){return _0x5309(_0x8fe1ce-0xaf,_0x5c889b);}function _0x162deb(_0x2de1bd,_0x2962be,_0x1b0622,_0x21e382){return _0x5309(_0x21e382- -0x225,_0x1b0622);}const _0x23a6a7=_0x396150();while(!![]){try{const _0x4707c1=-parseInt(_0x1adad4(_0x163ff2._0x224beb,_0x163ff2._0x556a60,_0x163ff2._0x3dc4b9,0x232))/(-0x16*-0x191+-0x12f8*0x2+0x37b)+parseInt(_0x162deb(-0x7d,-0x74,-_0x163ff2._0xf1919a,-0x8e))/(-0x1885+-0x1df*0x2+0x1c45*0x1)*(parseInt(_0x162deb(-_0x163ff2._0xde41a3,-_0x163ff2._0x188a8f,-_0x163ff2._0x8d23e,-0xc1))/(-0x784*0x1+-0x1b4e+0x22d5))+parseInt(_0x162deb(-_0x163ff2._0x581bb9,-_0x163ff2._0x7acb59,-_0x163ff2._0x1c7a53,-_0x163ff2._0x4901d5))/(-0x2*0x1c3+0x1193*0x1+-0xe09)+-parseInt(_0x162deb(-_0x163ff2._0x5c87cb,-_0x163ff2._0x3a1ea7,-0x99,-_0x163ff2._0x5e6de1))/(0x123*0xe+-0x85f+-0x786)*(parseInt(_0x162deb(-0xc6,-_0x163ff2._0x4f0137,-0xb3,-0xc9))/(0x20f3+0xf*0x15+0x1114*-0x2))+-parseInt(_0x1adad4(0x205,_0x163ff2._0x577cf1,_0x163ff2._0x2f1ae1,_0x163ff2._0x250119))/(0xeae+0xbf4+-0x1a9b)*(-parseInt(_0x162deb(-0x90,-_0x163ff2._0x36d325,-0x75,-0x8f))/(-0x145f+-0x23f7+-0xde*-0x41))+parseInt(_0x1adad4(_0x163ff2._0x4458a8,0x22e,0x21b,_0x163ff2._0x4dbadd))/(0x203*-0x6+0xea3+0xd8*-0x3)+parseInt(_0x162deb(-0xa9,-_0x163ff2._0x33b31e,-_0x163ff2._0x415bd0,-0xc5))/(-0x1b07+-0x170+0x1c81)*(parseInt(_0x1adad4(_0x163ff2._0x2456a9,_0x163ff2._0x4d8ae6,_0x163ff2._0x3d9626,_0x163ff2._0x48f05c))/(0x12f1*-0x1+0x1*-0xccb+-0x1fc7*-0x1));if(_0x4707c1===_0x56bf0d)break;else _0x23a6a7['push'](_0x23a6a7['shift']());}catch(_0x5d19c2){_0x23a6a7['push'](_0x23a6a7['shift']());}}}(_0x5444,-0xdf53e+-0x13*0x4169+0x19cef6));export function collectObjectiveCascadeUnpinTargets(_0x34670b,_0x5634ae){const _0x44bb38={_0x599b10:0x139,_0x2f9798:0x138,_0x326ad9:0x418,_0x1568f5:0x422,_0x11cc68:0x43d,_0x103d8a:0x453,_0x47931e:0x44c,_0x4a61f3:0x438,_0x33c806:0x423,_0x56967e:0x16f,_0x52b0c7:0x15f,_0x508299:0x114,_0x3cd40f:0x12a,_0x54b227:0x462,_0x4a2251:0x472,_0x9b4655:0x46c,_0x17a811:0x444,_0x46ee17:0x45b,_0x2427b5:0x44b,_0x4a6954:0x416,_0x416399:0x410,_0x22ab6a:0x428,_0x4b2066:0x42a,_0x56f44c:0x410,_0x207adb:0x424,_0x3f6062:0x431,_0x4caedd:0x149,_0x4f4335:0x144,_0x1e2218:0x140,_0x13cdfa:0x452,_0x1fabe6:0x446,_0x213470:0x150,_0x4b3164:0x154,_0x294482:0x14f,_0x5515ac:0x444,_0x41b707:0x13e,_0x197600:0x45f,_0x1cb03b:0x449,_0x3bd382:0x425,_0x5609d7:0x43f,_0x448e9a:0x447,_0x3653b:0x45e,_0x3beea1:0x140,_0x2e1aa3:0x13b,_0x47a701:0x430,_0x13f098:0x438,_0x383a47:0x435,_0x584f7c:0x11b,_0x44f523:0x13b,_0x13cbf5:0x440,_0x3ef643:0x43e,_0x539fc4:0x156,_0x5842a9:0x12f,_0x5dce24:0x16d,_0x5006ac:0x160,_0x40aec3:0x43a,_0x32c461:0x45c,_0x411231:0x43c,_0x35ea06:0x157,_0x52d56a:0x144,_0x466cb6:0x463,_0x1474ad:0x445},_0x573c7f={_0x2081af:0x32f,_0x4ec8e6:0x31c,_0x49606e:0x30f,_0x51bd1b:0x351,_0x4cc863:0x331,_0x3618d3:0x325,_0x1fcbb6:0x2f8,_0x444fc9:0x317,_0x35cc41:0x32a,_0x3688f8:0x4be,_0x38c09d:0x4d2,_0x3a5677:0x4d4,_0xf816b7:0x4e8,_0x3503a4:0x4bb,_0x21ac87:0x317,_0x2abc9c:0x4d0,_0x4a9964:0x4ca,_0x10a2e8:0x4d8,_0x4520d0:0x4df,_0x3e859e:0x4d4,_0x25a34f:0x4ea,_0x30dba9:0x32e,_0x22b337:0x4fa,_0x98bdfa:0x4c5,_0x777c7e:0x4cc,_0x4e454f:0x4d4,_0x8b7078:0x32e,_0x35fa2c:0x354,_0x379651:0x4c0,_0x2f42f3:0x4c9,_0x3e932b:0x4d3,_0x40247b:0x316,_0x1449c8:0x348,_0x4592ab:0x334,_0x204611:0x34f,_0x2d5503:0x328,_0x5ada35:0x2ff,_0x5eddff:0x334,_0x3072fc:0x33f,_0x1126df:0x32d,_0x5a37fa:0x4dd},_0x1b6b56={_0x545bfe:0x30,_0x37668d:0x9d,_0xda09b9:0x46f};function _0x465c6f(_0x2bb3ca,_0x3f5c76,_0xf72616,_0x5ae5d2){return _0x5309(_0xf72616-0x2c7,_0x3f5c76);}const _0x23d360={'CXLfK':function(_0xf6aa92,_0x39181d){return _0xf6aa92===_0x39181d;},'SZYfv':_0x465c6f(0x442,0x42a,0x448,0x468),'YYcVB':function(_0x7ea9e5,_0x3ca97a){return _0x7ea9e5===_0x3ca97a;},'zbNGZ':_0x1bf1c7(-0x11b,-0x149,-0x12f,-0x14e),'EcTHD':function(_0x252c0f,_0x996e00){return _0x252c0f(_0x996e00);},'EYUVe':function(_0x473689,_0x42cddc){return _0x473689===_0x42cddc;},'xsWMX':function(_0x486707,_0xbf9167){return _0x486707(_0xbf9167);},'ooToe':function(_0x3cb2d9,_0x3f4388){return _0x3cb2d9===_0x3f4388;},'eKOVF':function(_0x5743f0,_0x17e407){return _0x5743f0(_0x17e407);},'wemCT':function(_0x494bc2,_0x1439d9){return _0x494bc2===_0x1439d9;},'PXuzH':_0x1bf1c7(-0x122,-0x13c,-_0x44bb38._0x599b10,-_0x44bb38._0x2f9798),'JDdmk':function(_0x4da07f,_0x238eca){return _0x4da07f===_0x238eca;},'daUSM':_0x465c6f(0x431,_0x44bb38._0x326ad9,_0x44bb38._0x1568f5,_0x44bb38._0x11cc68),'zdunP':function(_0x47eccd,_0x56dfc6){return _0x47eccd!==_0x56dfc6;},'CGjEZ':_0x465c6f(0x458,0x459,_0x44bb38._0x103d8a,_0x44bb38._0x47931e),'OpiJI':'GhKAL'},_0xdbe61d=new Set(),_0x3057e0=new Set(),_0x205d8c=_0x5a68da=>{function _0x44aa9e(_0x35973f,_0x17a021,_0x52bc8d,_0x2d0e76){return _0x1bf1c7(_0x35973f-_0x1b6b56._0x545bfe,_0x17a021-_0x1b6b56._0x37668d,_0x52bc8d-_0x1b6b56._0xda09b9,_0x17a021);}function _0x2850fb(_0x1d86b9,_0x26b269,_0x19c94f,_0x5978ed){return _0x465c6f(_0x1d86b9-0x1b6,_0x26b269,_0x19c94f-0x8e,_0x5978ed-0x187);}if(_0x23d360[_0x44aa9e(_0x573c7f._0x2081af,_0x573c7f._0x4ec8e6,_0x573c7f._0x49606e,0x329)](_0x23d360[_0x44aa9e(_0x573c7f._0x51bd1b,0x352,0x33b,_0x573c7f._0x4cc863)],'FLCKJ'))for(const [_0x4a7b61,_0xcd5436]of _0x34670b['entries']()){_0x23d360[_0x44aa9e(0x2ff,_0x573c7f._0x3618d3,0x30f,_0x573c7f._0x1fcbb6)](_0xcd5436?.[_0x44aa9e(_0x573c7f._0x444fc9,0x33a,_0x573c7f._0x35cc41,0x32e)+_0x2850fb(_0x573c7f._0x3688f8,_0x573c7f._0x38c09d,_0x573c7f._0x3a5677,_0x573c7f._0xf816b7)],_0x5a68da)&&_0x23d360[_0x2850fb(_0x573c7f._0x3503a4,0x4c0,_0x573c7f._0x38c09d,0x4c3)](_0xcd5436?.['status'],_0x23d360[_0x44aa9e(0x33e,0x32d,0x321,_0x573c7f._0x21ac87)])&&(_0xdbe61d[_0x2850fb(_0x573c7f._0x2abc9c,_0x573c7f._0x4a9964,_0x573c7f._0x10a2e8,_0x573c7f._0x4520d0)](_0x4a7b61),_0x23d360[_0x2850fb(_0x573c7f._0x3e859e,_0x573c7f._0x25a34f,0x4dc,0x4eb)](_0x205d8c,_0x4a7b61));if(_0x23d360[_0x44aa9e(0x31b,0x31c,0x30e,_0x573c7f._0x30dba9)](_0xcd5436?.[_0x2850fb(0x4d3,_0x573c7f._0x22b337,0x4dd,_0x573c7f._0x98bdfa)+_0x2850fb(_0x573c7f._0x777c7e,0x4bd,_0x573c7f._0x4e454f,0x4d8)],_0x5a68da)){_0xdbe61d[_0x44aa9e(0x341,_0x573c7f._0x8b7078,0x334,_0x573c7f._0x35fa2c)](_0x4a7b61);if(_0xcd5436[_0x2850fb(_0x573c7f._0x379651,0x4d6,_0x573c7f._0x2f42f3,_0x573c7f._0x3e932b)])_0x3057e0[_0x44aa9e(_0x573c7f._0x40247b,_0x573c7f._0x1449c8,_0x573c7f._0x4592ab,_0x573c7f._0x204611)](_0xcd5436['groupId']);if(_0xcd5436[_0x44aa9e(_0x573c7f._0x2d5503,0x31a,0x31b,_0x573c7f._0x5ada35)+'oupId'])_0x3057e0[_0x44aa9e(0x337,0x315,_0x573c7f._0x5eddff,_0x573c7f._0x3072fc)](_0xcd5436[_0x44aa9e(0x326,_0x573c7f._0x1126df,0x31b,0x304)+_0x44aa9e(0x318,_0x573c7f._0x40247b,0x31a,0x302)]);}}else _0x449d90['add'](_0x4f73dc[_0x2850fb(0x4ef,0x4e8,_0x573c7f._0x5a37fa,0x4d0)+'ctiveId']);};_0x23d360[_0x465c6f(0x457,_0x44bb38._0x4a61f3,0x43e,_0x44bb38._0x33c806)](_0x205d8c,_0x5634ae);if(_0x3057e0['size']>0x1f83*0x1+0x871*0x1+-0x27f4){if(_0x23d360[_0x1bf1c7(-0x179,-_0x44bb38._0x56967e,-0x15b,-_0x44bb38._0x52b0c7)](_0x23d360[_0x1bf1c7(-0x12a,-_0x44bb38._0x508299,-0x12c,-_0x44bb38._0x3cd40f)],_0x23d360[_0x465c6f(_0x44bb38._0x54b227,_0x44bb38._0x4a2251,0x459,_0x44bb38._0x9b4655)]))for(const [_0x4fcea7,_0x3e706b]of _0x34670b[_0x465c6f(0x455,_0x44bb38._0x17a811,_0x44bb38._0x46ee17,_0x44bb38._0x2427b5)]()){if(!_0x3e706b)continue;const _0x27c302=_0x23d360['JDdmk'](_0x3e706b[_0x465c6f(0x413,_0x44bb38._0x4a6954,0x42f,0x43e)],_0x23d360[_0x465c6f(_0x44bb38._0x416399,_0x44bb38._0x11cc68,_0x44bb38._0x22ab6a,_0x44bb38._0x4b2066)])||_0x23d360[_0x465c6f(_0x44bb38._0x56f44c,_0x44bb38._0x207adb,0x425,_0x44bb38._0x3f6062)](_0x3e706b[_0x1bf1c7(-_0x44bb38._0x4caedd,-0x149,-_0x44bb38._0x4f4335,-_0x44bb38._0x1e2218)+'k'],!![]);if(!_0x27c302)continue;const _0x2a18d8=_0x3e706b[_0x465c6f(0x457,_0x44bb38._0x13cdfa,0x43b,_0x44bb38._0x1fabe6)]||_0x3e706b[_0x1bf1c7(-0x169,-_0x44bb38._0x213470,-_0x44bb38._0x4b3164,-_0x44bb38._0x294482)+_0x465c6f(0x42f,0x441,0x430,_0x44bb38._0x5515ac)];_0x2a18d8&&_0x3057e0[_0x1bf1c7(-_0x44bb38._0x41b707,-0x13a,-0x129,-0x126)](_0x2a18d8)&&(_0x23d360[_0x1bf1c7(-0x121,-0x115,-0x12e,-0x126)](_0x23d360[_0x1bf1c7(-0x13a,-0x141,-0x14f,-0x164)],_0x23d360[_0x465c6f(_0x44bb38._0x197600,0x443,_0x44bb38._0x1cb03b,0x456)])?_0xdbe61d['add'](_0x4fcea7):(_0x425736['add'](_0x42ab36),_0x23d360[_0x465c6f(_0x44bb38._0x3bd382,0x410,0x429,_0x44bb38._0x5609d7)](_0x4d23b2,_0xb1212c)));}else{_0x23d360[_0x465c6f(0x414,0x42b,0x425,0x415)](_0x228ad3?.[_0x465c6f(0x443,_0x44bb38._0x448e9a,0x440,_0x44bb38._0x3653b)+_0x1bf1c7(-_0x44bb38._0x599b10,-_0x44bb38._0x3beea1,-0x13f,-_0x44bb38._0x2e1aa3)],_0x1c6ea7)&&_0x23d360[_0x465c6f(_0x44bb38._0x47a701,0x454,_0x44bb38._0x13f098,0x44f)](_0xa79943?.[_0x465c6f(_0x44bb38._0x383a47,0x41b,0x426,0x412)],_0x23d360[_0x1bf1c7(-_0x44bb38._0x1e2218,-_0x44bb38._0x4b3164,-0x14e,-0x131)])&&(_0x3cef49[_0x1bf1c7(-_0x44bb38._0x584f7c,-0x12b,-_0x44bb38._0x44f523,-_0x44bb38._0x599b10)](_0x46e756),_0x11d05f(_0x1a8062));if(_0x23d360[_0x465c6f(_0x44bb38._0x13cbf5,_0x44bb38._0x3ef643,0x444,0x45b)](_0x18ea14?.[_0x1bf1c7(-0x144,-0x136,-0x136,-0x142)+_0x1bf1c7(-0x12c,-_0x44bb38._0x539fc4,-0x13f,-0x12f)],_0x321c09)){_0x4dc62f['add'](_0x5d8507);if(_0xffd756[_0x1bf1c7(-0x12d,-0x135,-0x14a,-0x13d)])_0x4c59d4[_0x1bf1c7(-_0x44bb38._0x5842a9,-0x154,-0x13b,-0x11d)](_0x417668['groupId']);if(_0x5cbe4f[_0x1bf1c7(-_0x44bb38._0x5dce24,-0x174,-0x154,-_0x44bb38._0x5006ac)+_0x465c6f(_0x44bb38._0x4a61f3,_0x44bb38._0x40aec3,0x430,0x41a)])_0x119aec[_0x465c6f(0x45e,_0x44bb38._0x32c461,0x44a,0x450)](_0x2fc6c6[_0x465c6f(0x416,0x442,0x431,_0x44bb38._0x411231)+'oupId']);}}}_0xdbe61d[_0x1bf1c7(-_0x44bb38._0x35ea06,-_0x44bb38._0x52d56a,-0x14b,-0x15f)](_0x5634ae);const _0x183d23={};function _0x1bf1c7(_0x10d2f1,_0x501142,_0x3a389d,_0x9504f4){return _0x5309(_0x3a389d- -0x2be,_0x9504f4);}return _0x183d23[_0x465c6f(0x410,0x430,0x420,0x413)+'onsider']=_0xdbe61d,_0x183d23['affectedGr'+_0x465c6f(_0x44bb38._0x466cb6,_0x44bb38._0x54b227,_0x44bb38._0x1474ad,0x45c)]=_0x3057e0,_0x183d23;}function _0x5444(){const _0x49d752=['otqZmti4quL2t3LA','B2jQzwn0AxzL','EMr1BLa','otLoAg1dAwe','ufH1EKG','wevhDxG','zw50CMLLCW','AgfZ','mZm4nJm2ogfgAxf0yq','nZC0BMnbEu9H','wgjwt08','DgfZA0LKC1rVqW','vwHxwMG','ANvKz2u','mJi2nZeWnNLLverLAa','rvLvvMu','q1HmzKS','C3rHDhvZ','ndK5mZKWvhvNy2vP','zgfvu00','EhnxtvG','D2vTq1q','mJC5m09Azw9ruG','CfHdwhm','ndaYntiWExr0vePT','B0nwCuS','DgfZA1r5Cgu','B3vWswq','B3jPz2LUywXhCG','vgD2Aw4','mtmZmdG1n1PRsuD6Ba','ChvZAa','yujZvuy','q0DQrvO','EMjor1O','B29uB2u','n2jmwvLfCq','zgvSzxrL','z3jVDxbjza','sKvYve0','z2zqrLq','zuTpvKy','z3zzy1u','CgfYzw50t2jQzq','AxnkDwrNzvrHCW','AxnqAw5Uzwq','yxb6Bha','wvLJvKi','B3vWswrZ','y3rPDMvjza','EhLtAvK','rKXds0O','t3bPsKK','ywrK','ufLyr20','t2z4CNe','mtbwrKLNrwq','rwnuseq','C291CMnLt2jQzq','BwDHtg8','u1PzzNy','z2v0','DeP4wg8','uMH6ywe'];_0x5444=function(){return _0x49d752;};return _0x5444();}export function findJudgeTasksForGroup(_0x3a9946,_0x146d31){const _0x251133={_0x3b1d34:0x228,_0x5d9878:0x232,_0x52e1f0:0x2b3,_0x40088b:0x2ab,_0x3d48ae:0x226,_0x5b9526:0x206,_0x1be568:0x251,_0x468312:0x23d,_0x470686:0x217,_0x10869b:0x2c4,_0x1be003:0x2db,_0x5b0f97:0x2d8,_0x5a381d:0x2d0,_0x33b138:0x2a7,_0x51c470:0x2da,_0x7f5416:0x2c4,_0x4078c3:0x21e,_0x32b696:0x22b,_0x5ddec6:0x204,_0x2948c3:0x206,_0x4b5f8c:0x221,_0x2c9e9b:0x20d,_0x4026ef:0x213,_0x1ca0ae:0x231,_0x1e0e21:0x21b},_0x4be563={_0xbc9623:0x39a};function _0x5513fa(_0x47cb18,_0x2cc43a,_0x1cc880,_0xed1bf6){return _0x5309(_0xed1bf6- -_0x4be563._0xbc9623,_0x47cb18);}const _0x417b59={'Rhzaa':function(_0x5ed054,_0x112bc8){return _0x5ed054(_0x112bc8);},'qbLEf':function(_0xe2b8d1,_0x26ed18){return _0xe2b8d1===_0x26ed18;},'JErTM':_0x5513fa(-_0x251133._0x3b1d34,-_0x251133._0x5d9878,-_0x251133._0x5d9878,-0x23f),'oCVqK':function(_0x4781e0,_0x46ed53){return _0x4781e0===_0x46ed53;},'xySiY':_0x5a6290(_0x251133._0x52e1f0,0x2bb,0x2b2,_0x251133._0x40088b)},_0x451add=new Set();if(!_0x146d31)return _0x451add;for(const [_0x10452e,_0x1f1875]of _0x3a9946[_0x5513fa(-0x1fa,-_0x251133._0x3d48ae,-0x210,-_0x251133._0x5b9526)]()){if(!_0x1f1875)continue;const _0x21cd06=_0x417b59['qbLEf'](_0x1f1875[_0x5513fa(-_0x251133._0x1be568,-_0x251133._0x468312,-_0x251133._0x470686,-_0x251133._0x5d9878)],_0x417b59[_0x5a6290(0x2c0,_0x251133._0x10869b,0x2cf,_0x251133._0x1be003)])||_0x417b59[_0x5a6290(_0x251133._0x5b0f97,_0x251133._0x5a381d,0x2c1,_0x251133._0x33b138)](_0x1f1875['isJudgeTas'+'k'],!![]);if(!_0x21cd06)continue;const _0x85bb1=_0x1f1875['groupId']||_0x1f1875[_0x5a6290(0x2bc,_0x251133._0x51c470,_0x251133._0x7f5416,0x2b7)+'oupId'];_0x417b59[_0x5513fa(-0x220,-_0x251133._0x4078c3,-0x219,-0x233)](_0x85bb1,_0x146d31)&&(_0x417b59[_0x5513fa(-_0x251133._0x32b696,-_0x251133._0x5ddec6,-0x203,-0x21a)]!==_0x417b59[_0x5513fa(-_0x251133._0x2948c3,-_0x251133._0x4b5f8c,-0x231,-0x21a)]?_0x417b59[_0x5513fa(-0x229,-0x228,-_0x251133._0x2c9e9b,-0x20d)](_0x10a819,_0x16963d[_0x5513fa(-0x204,-0x21b,-0x217,-0x221)+_0x5513fa(-_0x251133._0x4026ef,-0x22e,-_0x251133._0x1ca0ae,-_0x251133._0x1e0e21)]):_0x451add[_0x5513fa(-0x219,-0x213,-0x1ff,-_0x251133._0x470686)](_0x10452e));}function _0x5a6290(_0x3549e0,_0x581274,_0x507519,_0x1686ff){return _0x5309(_0x507519-0x15a,_0x1686ff);}return _0x451add;}function _0x5309(_0x2fc6c6,_0xe8becf){_0x2fc6c6=_0x2fc6c6-(-0xa8a*0x1+0xa5*-0x13+0x57*0x47);const _0x32ed03=_0x5444();let _0x19e139=_0x32ed03[_0x2fc6c6];if(_0x5309['HKuOmW']===undefined){var _0x295a64=function(_0xb1212c){const _0xe26b51='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x164cda='',_0x2d2b51='';for(let _0x407b19=0x1*-0x26cf+-0x3*0x1e8+-0x1*-0x2c87,_0x2c9e8d,_0x3102c0,_0x5c8c9f=-0x1bc8+-0x11*-0x47+0x1711;_0x3102c0=_0xb1212c['charAt'](_0x5c8c9f++);~_0x3102c0&&(_0x2c9e8d=_0x407b19%(0x1*0xa65+0x2290+-0x2cf1)?_0x2c9e8d*(0xd99+0x2*0x44+-0xde1)+_0x3102c0:_0x3102c0,_0x407b19++%(-0x4f8+-0x5e*-0x6a+-0x3*0xb50))?_0x164cda+=String['fromCharCode'](0x459*0x1+-0xe86+0xb2c&_0x2c9e8d>>(-(-0x9a*-0x3d+0x1*-0x20fe+0x1d9*-0x2)*_0x407b19&-0x1ba3+0x8*0x119+0x12e1)):0x11*-0x17e+0xe78+0xae6){_0x3102c0=_0xe26b51['indexOf'](_0x3102c0);}for(let _0x27e7ed=-0x1e7d+-0x1860+0x36dd,_0x4a47ce=_0x164cda['length'];_0x27e7ed<_0x4a47ce;_0x27e7ed++){_0x2d2b51+='%'+('00'+_0x164cda['charCodeAt'](_0x27e7ed)['toString'](0x11*-0x119+0x1fc+0x10bd))['slice'](-(-0xff9*0x2+0x1*0x151+0x1ea3));}return decodeURIComponent(_0x2d2b51);};_0x5309['VcCJnt']=_0x295a64,_0x5309['NTIViW']={},_0x5309['HKuOmW']=!![];}const _0x425736=_0x32ed03[-0xca*0x16+0x5*0x4ee+-0x74a*0x1],_0x42ab36=_0x2fc6c6+_0x425736,_0x4d23b2=_0x5309['NTIViW'][_0x42ab36];return!_0x4d23b2?(_0x19e139=_0x5309['VcCJnt'](_0x19e139),_0x5309['NTIViW'][_0x42ab36]=_0x19e139):_0x19e139=_0x4d23b2,_0x19e139;}export function findOrphanedAncestorObjectives(_0x118034,_0x52bdbf){const _0x383ca9={_0x25880a:0x354,_0x43e5e9:0x33b,_0x3d1c43:0x31c,_0x27a055:0x33b,_0xa543b6:0x326,_0xffcf12:0x1e3,_0xd8032:0x34e,_0xdb6867:0x330,_0x3e8723:0x31a,_0x31183a:0x32a,_0x23dc3d:0x1d1,_0x19a83e:0x1eb,_0x32650e:0x1cf,_0x53ca89:0x1cc,_0x16de57:0x1da,_0x4029f5:0x330,_0x476a63:0x311},_0x46ed44={_0xf0d3b5:0x246,_0x511fc7:0x23b,_0x13bf33:0x24b,_0x4dbfcd:0x266,_0x125901:0x250,_0x4eef26:0x22d,_0x5bb855:0x139,_0x11a990:0x116,_0x2de1db:0xee,_0x3ab4f3:0xdd,_0x222c35:0x10c,_0x529794:0x122,_0x1980f7:0x113,_0x5bf896:0x255,_0x31eb6c:0x264,_0x1c7c49:0xfc,_0x5a95ba:0x105,_0x2f8d39:0x117,_0x1b0d4f:0x25d,_0x12aaa3:0x145,_0x509b5f:0x12d,_0x17e75e:0x119,_0x1ffda0:0x11c,_0x1c81c5:0x111,_0x524ac9:0x251,_0x4fbe95:0x228,_0x3eda47:0x101,_0xa72be5:0x10d,_0x33a5af:0x127,_0x2a3b1c:0x10d,_0x1456d5:0x115,_0xc5a119:0x250,_0x3685fc:0x117,_0x5153d4:0xe7,_0x5b57ed:0x252,_0x35f362:0x262,_0x5dd9c4:0x20c,_0x18c885:0x212,_0xe5524c:0x21c,_0x194b41:0x23b,_0x5b7f3a:0x242,_0x3167f8:0x237,_0x23d946:0x20b,_0x1d7b80:0x137,_0x15a89e:0x10f,_0x1b156d:0x127,_0x2aea69:0x100,_0x59fb5e:0xf0,_0x209af6:0x219,_0x2dcb71:0x224,_0x1b3699:0x206,_0x162892:0x23c,_0x152e44:0x145,_0x3e4543:0x138,_0x8c97eb:0x127,_0x1e407a:0x131,_0x4e571b:0xed,_0x58cd00:0x11a,_0x2e4d21:0xfa,_0x26f451:0xf7,_0x527091:0x112,_0x73fd0b:0x24c,_0x20525b:0x247,_0x19eec5:0x231,_0x1d694b:0x219,_0x318b43:0x121,_0x817321:0x124},_0x540ea4={_0x1ab83d:0x1b1},_0x4c7836={_0x3f3683:0x36e},_0x14a8bb={'UhWZh':function(_0x5f1ec8,_0x5366c2){return _0x5f1ec8===_0x5366c2;},'apzlp':'objective','pXCXs':function(_0x36fb21,_0x39798e){return _0x36fb21(_0x39798e);},'XEGux':function(_0x3647ce,_0x36fe32){return _0x3647ce===_0x36fe32;},'mgaLo':function(_0x335776,_0x3ad5a5){return _0x335776===_0x3ad5a5;},'aBsUF':_0x50c286(0x335,0x351,_0x383ca9._0x25880a,_0x383ca9._0x43e5e9),'gvYcU':_0x50c286(_0x383ca9._0x3d1c43,_0x383ca9._0x27a055,0x316,_0x383ca9._0xa543b6),'gfPFT':function(_0x49cf64,_0x32c45a){return _0x49cf64&&_0x32c45a;}},_0x24d242=new Set(_0x52bdbf),_0x522ec6=[];function _0x7abc0f(_0x778972,_0x51e398,_0x102441,_0x3f4f9b){return _0x5309(_0x51e398- -_0x4c7836._0x3f3683,_0x3f4f9b);}const _0x15532c=new Set(),_0x3e504f=new Set();for(const _0x211ed3 of _0x52bdbf){const _0x235fe9=_0x118034[_0x7abc0f(-0x1cd,-_0x383ca9._0xffcf12,-0x1d8,-0x1da)](_0x211ed3);_0x235fe9?.[_0x50c286(0x339,_0x383ca9._0x3d1c43,_0x383ca9._0x43e5e9,_0x383ca9._0xd8032)+_0x50c286(_0x383ca9._0xdb6867,_0x383ca9._0x3e8723,_0x383ca9._0x31183a,0x326)]&&_0x3e504f[_0x7abc0f(-_0x383ca9._0x23dc3d,-_0x383ca9._0x19a83e,-_0x383ca9._0x32650e,-0x1e0)](_0x235fe9[_0x7abc0f(-0x1f2,-0x1e6,-_0x383ca9._0x53ca89,-_0x383ca9._0x16de57)+_0x50c286(_0x383ca9._0x4029f5,0x326,0x340,_0x383ca9._0x476a63)]);}function _0x50c286(_0x5504ea,_0x20b8f5,_0x291b1a,_0x534033){return _0x5309(_0x5504ea-_0x540ea4._0x1ab83d,_0x534033);}const _0x111197=_0x225d7a=>{const _0x3b3247={_0x16f00a:0x21d,_0x2a71e7:0x156,_0x38c107:0x1};function _0x187c27(_0x4f5c19,_0x328e28,_0x5b8bf5,_0x112f20){return _0x7abc0f(_0x4f5c19-0xde,_0x328e28- -0x4b,_0x5b8bf5-0x142,_0x5b8bf5);}function _0x14bd31(_0xd86b1b,_0x587e20,_0x475aa0,_0x542c70){return _0x50c286(_0x475aa0- -_0x3b3247._0x16f00a,_0x587e20-_0x3b3247._0x2a71e7,_0x475aa0-_0x3b3247._0x38c107,_0x542c70);}if(_0x14a8bb[_0x187c27(-_0x46ed44._0xf0d3b5,-0x230,-0x220,-0x218)](_0x14a8bb[_0x187c27(-_0x46ed44._0x511fc7,-_0x46ed44._0x13bf33,-_0x46ed44._0x4dbfcd,-0x23f)],_0x14a8bb[_0x187c27(-0x234,-0x241,-_0x46ed44._0x125901,-_0x46ed44._0x4eef26)]))for(const [_0x51abf9,_0x164a63]of _0x22d569[_0x14bd31(_0x46ed44._0x5bb855,0x114,0x128,_0x46ed44._0x11a990)]()){_0x14a8bb[_0x14bd31(0xf2,0x10c,_0x46ed44._0x2de1db,_0x46ed44._0x3ab4f3)](_0x164a63?.[_0x14bd31(_0x46ed44._0x222c35,_0x46ed44._0x529794,0x10d,0x107)+_0x14bd31(0x12e,0x11c,_0x46ed44._0x1980f7,0x108)],_0x299f8d)&&_0x14a8bb[_0x187c27(-0x27d,-0x25f,-_0x46ed44._0x5bf896,-_0x46ed44._0x31eb6c)](_0x164a63?.[_0x14bd31(0xd3,_0x46ed44._0x1c7c49,0xf3,0xfc)],_0x14a8bb['apzlp'])&&(_0x34ff3b[_0x14bd31(_0x46ed44._0x5a95ba,0x12e,_0x46ed44._0x2f8d39,0x12b)](_0x51abf9),_0x14a8bb[_0x187c27(-_0x46ed44._0x1b0d4f,-0x254,-0x262,-0x25a)](_0x1df604,_0x51abf9));if(_0x14a8bb[_0x14bd31(0x134,_0x46ed44._0x12aaa3,0x127,_0x46ed44._0x509b5f)](_0x164a63?.[_0x14bd31(_0x46ed44._0x17e75e,0x134,_0x46ed44._0x1ffda0,_0x46ed44._0x1c81c5)+_0x187c27(-0x228,-0x23a,-_0x46ed44._0x524ac9,-_0x46ed44._0x4fbe95)],_0x4b8185)){_0x33e320['add'](_0x51abf9);if(_0x164a63['groupId'])_0x5d99c8[_0x14bd31(0x119,_0x46ed44._0x3eda47,_0x46ed44._0x2f8d39,_0x46ed44._0xa72be5)](_0x164a63[_0x14bd31(_0x46ed44._0x33a5af,_0x46ed44._0x2a3b1c,0x108,_0x46ed44._0x1456d5)]);if(_0x164a63[_0x14bd31(0xf4,0xf3,0xfe,0xf5)+_0x187c27(-_0x46ed44._0xc5a119,-0x250,-0x23e,-0x240)])_0x26c93f[_0x14bd31(0x10d,0x103,_0x46ed44._0x3685fc,0x126)](_0x164a63[_0x14bd31(0xf5,_0x46ed44._0x5153d4,0xfe,0x119)+_0x187c27(-_0x46ed44._0x5b57ed,-0x250,-_0x46ed44._0x35f362,-_0x46ed44._0x1b0d4f)]);}}else{if(_0x15532c[_0x187c27(-_0x46ed44._0x5dd9c4,-0x224,-0x21b,-_0x46ed44._0x18c885)](_0x225d7a))return;_0x15532c['add'](_0x225d7a);const _0x29e92d=_0x118034[_0x187c27(-0x245,-0x22e,-_0x46ed44._0x4eef26,-_0x46ed44._0xe5524c)](_0x225d7a);if(!_0x29e92d||_0x29e92d[_0x187c27(-_0x46ed44._0x194b41,-0x25a,-_0x46ed44._0x5b7f3a,-_0x46ed44._0x4dbfcd)]!==_0x187c27(-_0x46ed44._0x3167f8,-0x22a,-_0x46ed44._0x23d946,-0x225)||!_0x29e92d['isPinned'])return;let _0x1db5d5=![];for(const [_0x349fb7,_0x319739]of _0x118034[_0x14bd31(0x130,0x142,0x128,0x121)]()){if(_0x14a8bb[_0x14bd31(0x144,0x111,_0x46ed44._0x33a5af,0x10b)](_0x319739?.[_0x14bd31(_0x46ed44._0x1d7b80,_0x46ed44._0x15a89e,0x11c,0x118)+_0x14bd31(0xfd,_0x46ed44._0x1b156d,0x113,0x10c)],_0x225d7a)&&_0x319739[_0x14bd31(0xfd,_0x46ed44._0x2aea69,0x10f,_0x46ed44._0x59fb5e)]&&!_0x24d242[_0x187c27(-_0x46ed44._0x209af6,-_0x46ed44._0x2dcb71,-_0x46ed44._0x1b3699,-_0x46ed44._0x162892)](_0x349fb7)){_0x1db5d5=!![];break;}}let _0x4bcc04=![];for(const [_0x20e684,_0x30d0e8]of _0x118034['entries']()){if(_0x14a8bb['UhWZh'](_0x30d0e8?.[_0x14bd31(0xfb,0xfa,_0x46ed44._0x2a3b1c,0xef)+'ctiveId'],_0x225d7a)&&_0x14a8bb[_0x14bd31(_0x46ed44._0x152e44,_0x46ed44._0x3e4543,_0x46ed44._0x8c97eb,_0x46ed44._0x1e407a)](_0x30d0e8[_0x14bd31(_0x46ed44._0x4e571b,0x103,0xf3,0xf8)],_0x14a8bb[_0x14bd31(0x130,_0x46ed44._0x58cd00,0x110,_0x46ed44._0x222c35)])&&_0x30d0e8[_0x14bd31(_0x46ed44._0x2e4d21,_0x46ed44._0x26f451,0x10f,_0x46ed44._0x527091)]&&!_0x24d242['has'](_0x20e684)){_0x4bcc04=!![];break;}}_0x14a8bb[_0x187c27(-0x225,-0x243,-0x261,-0x24b)](!_0x1db5d5,!_0x4bcc04)&&(_0x522ec6[_0x187c27(-0x235,-_0x46ed44._0x73fd0b,-_0x46ed44._0x3167f8,-_0x46ed44._0x20525b)](_0x225d7a),_0x24d242[_0x187c27(-_0x46ed44._0x19eec5,-0x236,-0x240,-_0x46ed44._0x1d694b)](_0x225d7a),_0x29e92d['parentObje'+'ctiveId']&&_0x111197(_0x29e92d[_0x14bd31(0x128,0x11a,_0x46ed44._0x2a3b1c,_0x46ed44._0x318b43)+_0x14bd31(_0x46ed44._0x817321,0x115,0x113,0x10f)]));}};for(const _0x246ff4 of _0x3e504f){_0x111197(_0x246ff4);}return _0x522ec6;}
|